-- phpMyAdmin SQL Dump
-- version 5.2.0
-- https://www.phpmyadmin.net/
--
-- Host: localhost:3306
-- Generation Time: Jul 27, 2024 at 10:28 AM
-- Server version: 8.0.30
-- PHP Version: 8.2.9

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

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

--
-- Table structure for table `allocation_financial_year`
--

CREATE TABLE `allocation_financial_year` (
  `id` bigint UNSIGNED NOT NULL,
  `year` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `status` varchar(255) COLLATE utf8mb4_unicode_ci 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 `allocation_projects`
--

CREATE TABLE `allocation_projects` (
  `id` bigint UNSIGNED NOT NULL,
  `type_id` bigint UNSIGNED NOT NULL,
  `division_id` bigint UNSIGNED NOT NULL,
  `district_id` bigint UNSIGNED NOT NULL,
  `upazila_id` bigint UNSIGNED NOT NULL,
  `steps_id` bigint UNSIGNED NOT NULL,
  `union_id` bigint UNSIGNED NOT NULL,
  `area_admin_id` bigint DEFAULT NULL,
  `financial_year_id` bigint UNSIGNED NOT NULL,
  `ward` int DEFAULT NULL,
  `project_no` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `name` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `price` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `chairman_name` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `chairman_nid` varchar(255) COLLATE utf8mb4_unicode_ci 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 `allocation_projects`
--

INSERT INTO `allocation_projects` (`id`, `type_id`, `division_id`, `district_id`, `upazila_id`, `steps_id`, `union_id`, `area_admin_id`, `financial_year_id`, `ward`, `project_no`, `name`, `price`, `chairman_name`, `chairman_nid`, `created_at`, `updated_at`) VALUES
(6, 1, 2, 14, 125, 5, 1140, 0, 23, 2, '20240210102150', 'Lael Christensen', '1200', 'আশিক  dfdsf', '২১৪২৩১৩৪৮৯১', '2024-02-10 04:21:50', '2024-02-10 11:41:39'),
(7, 1, 2, 14, 125, 5, 1140, 0, 23, 3, '20240211023853', 'Lael Christensen', '1200', 'Fuller Espinoza', '২১৪২৩১৩৪৮৯১', '2024-02-11 08:38:53', '2024-02-11 08:38:53'),
(9, 1, 2, 14, 125, 5, 1141, 0, 23, 3, '20240212021025', 'Lael Christensen up', '1200', 'আশিক', '২১৪২৩১৩৪৮৯৭', '2024-02-12 08:10:25', '2024-02-12 08:10:25'),
(10, 1, 2, 14, 125, 5, 1140, 0, 23, 1, '20240212021213', 'Lael Christensen', '1200', 'আশিক', '২১৪২৩১৩৪৮৯১', '2024-02-12 08:12:13', '2024-02-12 08:12:13'),
(11, 1, 2, 14, 125, 5, 1140, 0, 23, 1, '20240212021241', 'Lael Christensen', '1200', 'আশিক', '২১৪২৩১৩৪৮৯১', '2024-02-12 08:12:41', '2024-02-12 08:12:41'),
(12, 1, 1, 1, 17, 7, 185, 0, 23, 2, '20240212022443', 'hj hg gh ghj gh', '1200', 'আশিক', '২১৪২৩১৩৪৮৯১', '2024-02-12 08:24:43', '2024-02-12 08:24:43'),
(14, 1, 2, 14, 125, 6, 1140, 0, 23, 2, '20240213113339', 'Lael Christensen', '1200', 'আশিক', '২১৪২৩১৩৪৮৯১', '2024-02-13 05:33:39', '2024-02-13 05:33:39'),
(15, 1, 2, 14, 124, 12, 1129, 0, 23, 3, '20240316033448', 'Lael Christensen', '1200', 'আশিক', '২১৪২৩১৩৪৮৯১', '2024-03-16 09:34:48', '2024-03-16 09:34:48'),
(17, 1, 2, 14, 124, 12, 1127, 0, 23, 2, '20240320044630', 'Lael Christensen', '120000', 'আশিক', '২১৪২৩১৩৪৮৯১', '2024-03-20 10:46:30', '2024-03-20 10:46:30');

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

--
-- Table structure for table `all_users`
--

CREATE TABLE `all_users` (
  `id` bigint UNSIGNED NOT NULL,
  `user_id` bigint UNSIGNED DEFAULT NULL,
  `name` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `phone` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `alter_phone` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `email` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `par_add` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `car_number` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `car_model` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `installation_date` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `billing_cycle` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `monthly_bill` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `device_price` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `user_type` int DEFAULT NULL,
  `complain_status` int DEFAULT '0',
  `service_problem_status` int DEFAULT '0',
  `total_due` double DEFAULT NULL,
  `next_payment_date` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `expair_status` int DEFAULT '0',
  `payment_status` int DEFAULT '0',
  `order_status` int DEFAULT '0',
  `due_date` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `total_paied` double DEFAULT NULL,
  `status` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `device_sim_number` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `imei_number` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `note` longtext COLLATE utf8mb4_unicode_ci,
  `password` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT '123456',
  `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 `all_users`
--

INSERT INTO `all_users` (`id`, `user_id`, `name`, `phone`, `alter_phone`, `email`, `par_add`, `car_number`, `car_model`, `installation_date`, `billing_cycle`, `monthly_bill`, `device_price`, `user_type`, `complain_status`, `service_problem_status`, `total_due`, `next_payment_date`, `expair_status`, `payment_status`, `order_status`, `due_date`, `total_paied`, `status`, `device_sim_number`, `imei_number`, `note`, `password`, `created_at`, `updated_at`) VALUES
(1107, 1180, 'Kona', '01760372867', NULL, 'konaakter011@gmail.com', 'Mirpur1,Dhaka', '12-4567', 'alion', '2023-08-21', 'y', '3200', NULL, 1, 0, 0, NULL, '2024-09-01 00:00:00', 0, 1, 0, '2024-08-21', NULL, 'deleted', '018564345666', '350934546565454', NULL, '123456', '2023-08-21 16:43:40', '2023-08-21 18:03:47'),
(1108, 1181, 'sweets test', '01756808084', NULL, 'sweets79@mygpsbd.net', 'dhaka, mirpur', 'DM TA 13-1188', 'alion', '2022-05-11', 'y', '3200', NULL, 2, 0, 0, NULL, '2024-08-01 00:00:00', 0, 0, 0, '2023-08-23', NULL, 'deleted', '01765487635', '353701091014726', NULL, '123456', '2023-08-21 16:52:17', '2023-08-21 18:03:43'),
(1109, 1243, 'Mohammad Zakariaul Alam', '01819223568', NULL, 'zakaria6014@gmail.com', 'SBS Tekstil Sanayi ve Ticaret A.S. Flat-A/4, House-59, Road-59,Block-I, Bonani', 'DM GA 47-6977', 'Car', '2023-05-13', 'y', '3600', NULL, 1, 0, 0, NULL, '2025-07-01 00:00:00', 0, 1, 0, '2023-08-23', NULL, NULL, '01731984216', '359510087584319', NULL, '123456', '2023-08-23 15:28:53', '2023-08-23 15:29:11'),
(1110, 1255, 'Md Mominul islam', '01911892900', '01712513229', 'mominustc@gmail.com', 'gulshan-1', 'DM CHA 19-5279', 'Car', '2022-08-25', 'm', '333', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2023-08-25', NULL, NULL, '01824769873', '359510087884511', NULL, '123456', '2023-08-24 11:32:56', '2024-05-29 10:39:03'),
(1111, 1256, 'Shafiqul', '01967510124', '01724077100', 'shafikforeman@gmail.com', 'tangail', 'Hiace super gl', 'Hi-choice', '2022-08-08', 'm', '4400', NULL, 2, 0, 0, NULL, '2024-09-01 00:00:00', 0, 1, 0, '2023-08-08', NULL, NULL, '01706843497', '351969560201114', NULL, '123456', '2023-08-24 11:41:24', '2024-03-25 15:03:07'),
(1112, 1361, 'Mushfique Ahmed Samit', '01725518575', NULL, 'mushfique75@mygpsbd.net', 'Shoinik Club', 'DM KA 11-1585', '351969560201155', '2022-08-09', 'y', '4200', NULL, 1, 0, 0, NULL, '2024-08-01 00:00:00', 0, 1, 0, '2023-08-09', NULL, NULL, '01882869950', NULL, NULL, '123456', '2023-08-28 11:11:57', '2023-08-28 11:12:11'),
(1114, 1363, 'Boshir Uddin(Zoom cargo services. )', '01715693711', '01615693711', 'zoomcs84@gmail.com', 'karwan bazar,wasa office er pase', 'DM TA 17-0514', 'Car', '2022-08-13', 'y', '7200', NULL, 2, 0, 0, NULL, '2024-08-01 00:00:00', 0, 1, 0, '2023-08-13', NULL, NULL, '01762962262', '351969560198856', NULL, '123456', '2023-08-28 16:05:10', '2023-08-28 16:06:24'),
(1115, 1364, 'Nur alom sorker', '01711460169', NULL, 'nuralom69@mygpsbd.net', 'Dhaka', 'Sorker-01', 'Car', '2023-08-07', 'm', '300', NULL, 1, 0, 0, NULL, '2023-10-01 00:00:00', 0, 1, 0, '2023-09-07', NULL, NULL, '01889133516', '358735079752308', NULL, '123456', '2023-08-28 16:29:25', '2023-08-28 16:29:25'),
(1117, 1366, 'Mahobub', '01758928396', NULL, 'mahobub96@mygpsbd.net', 'Dhaka', 'DM GA 20-3474', 'Car', '2020-02-01', 'm', '300', NULL, 1, 0, 0, NULL, '2023-09-01 00:00:00', 1, 0, 0, '2023-08-29', NULL, NULL, '01786340161', '9171449947', NULL, '123456', '2023-08-29 13:29:15', '2023-08-29 13:33:04'),
(1120, 1448, 'Mainur Rahman', '01787678774', NULL, 'rumidu60@gmail.com', 'house - 30, Flat - 3/1402, Eastern Peace Apartments, peer Saheb Goli, shantinagar. Dhaka', 'DM GA 20-0339', 'Car', '2022-08-31', 'y', '3600', NULL, 1, 0, 0, NULL, '2024-08-01 00:00:00', 0, 1, 0, '2023-08-31', NULL, NULL, '01831988471', '9172634931', NULL, '123456', '2023-08-30 17:17:45', '2023-08-30 17:18:02'),
(1121, 1451, 'LT COL TARANA TASLIMA TITHI', '01711009383', NULL, 'drtaranaamc@gmail.com', 'Rangpur', 'DM GHA 21-8838', 'Car', '2022-08-25', 'y', '4000', NULL, 1, 0, 0, NULL, '2024-08-01 00:00:00', 0, 1, 0, '2023-08-25', NULL, NULL, '01722993705', '359015560003555', NULL, '123456', '2023-08-30 17:21:49', '2023-08-30 17:22:01'),
(1123, 1454, 'MD. Billal Hossain', '01972980161', '01972980161', 'billal61@mygpsbd.net', 'keranigonj', '13-9146', 'Car', '2023-08-29', NULL, '200', NULL, 1, 0, 0, NULL, '2023-09-01 00:00:00', 0, 1, 0, '2023-08-01', NULL, NULL, NULL, NULL, NULL, '123456', '2023-08-30 17:24:37', '2023-08-30 17:25:17'),
(1124, 2026, 'Lotifur Rahman', '01724763800', NULL, 'Lotifur@gmail.com', 'west dashara, manikgonj sadar', 'DM GA 25-7715', NULL, '2023-10-09', 'y', '4000', NULL, 1, 0, 0, NULL, '2024-11-01 00:00:00', 0, 1, 0, '2024-10-09', NULL, NULL, '01307157910', '359015560035938', NULL, '123456', '2023-09-12 15:28:15', '2023-09-12 15:28:15'),
(1125, 2135, 'Dr. Nusrat Jahan', '01730592629', NULL, 'nusrat@mygpsbd.net', 'Mosurabad, road-2, adabor', 'DM GA 47-7949', NULL, '2023-10-09', 'y', '3500', NULL, 1, 0, 0, NULL, '2025-10-01 00:00:00', 0, 1, 0, '2024-10-09', NULL, NULL, '01307151791', '359015560048329', NULL, '123456', '2023-09-12 15:32:45', '2023-09-12 15:32:46'),
(1126, 2137, 'A T M Nasirul Huq', '01760669669', NULL, 'atmnasirul@mygpsbd.net', 'dhaka', 'DM GA 26-8985', NULL, '2019-08-30', NULL, NULL, NULL, 1, 0, 0, NULL, '2023-11-01 00:00:00', 0, 1, 0, '2023-10-01', NULL, NULL, '01839618131', '353701093473060', NULL, '123456', '2023-09-12 15:53:43', '2023-09-12 15:53:43'),
(1127, 2138, 'Jit Vokto', '01711945289', '01711945289', NULL, 'Dhaka', 'DM GA 42-6894', 'car', '2023-09-10', 'm', '350', NULL, 1, 0, 0, NULL, '2023-10-01 00:00:00', 0, 0, 0, '2023-09-10', NULL, NULL, '01843710721', '358657103400292', NULL, '123456', '2023-09-12 16:00:54', '2023-09-12 16:00:54'),
(1128, 2139, 'Abdul Hamid', '01319011196', NULL, 'hamid96@mygpsbd.net', 'dhaka', 'DM GA 26-8985', NULL, '0022-03-02', NULL, '250', NULL, 1, 0, 0, NULL, '2023-11-01 00:00:00', 0, 1, 0, '2023-10-01', NULL, NULL, '01842091684', '358735079212618', NULL, '123456', '2023-09-12 16:02:24', '2023-09-12 16:02:24'),
(1132, 2143, 'Abdullah Al Mamun jony', '01953984010', NULL, 'jony10@mygpsbd.net', 'dhaka', 'DM GA 26-3815', NULL, '2019-02-28', 'm', '4000', NULL, 1, 0, 0, NULL, '2023-11-01 00:00:00', 0, 1, 0, '2023-10-01', NULL, NULL, '01603004310', '353701093129415', NULL, '123456', '2023-09-12 16:22:45', '2023-09-12 16:22:45'),
(1133, 2144, 'Abul Hossen', '01713456141', NULL, 'abul41@mygpsbd.net', 'dhaka', 'DM LA 44-6370', NULL, '2020-07-07', 'm', '200', NULL, 1, 0, 0, NULL, '2023-11-01 00:00:00', 0, 1, 0, '2023-10-01', NULL, 'deleted', '01711114611', '358735076486793', NULL, '123456', '2023-09-12 16:30:58', '2023-09-12 16:34:00'),
(1136, 2147, 'Aiub Bachu', '01713148123', NULL, 'aiubbachu23@mygpsbd.net', 'dhaka', 'CM GA 13-0892', NULL, '2020-05-18', 'm', '400', NULL, 1, 0, 0, NULL, '2023-11-01 00:00:00', 0, 1, 0, '2023-10-01', NULL, NULL, '01608971172', '353701094555865', NULL, '123456', '2023-09-12 16:53:24', '2023-09-12 16:53:24'),
(1138, 2073, 'Sazedul Islam Shishir', '01300575219', NULL, 'Sazedl@gmail.com', '47-b/b,mazar road,2nd colony,mirpur-1', 'DM GHA 18-0997', 'car', '2023-09-09', 'y', '3600', NULL, 1, 0, 0, NULL, '2024-10-01 00:00:00', 0, 1, 0, '2024-09-09', NULL, NULL, '01307152785', '359015560077252', NULL, '123456', '2023-09-12 16:56:16', '2023-09-12 16:56:16'),
(1140, 2150, 'Salam', '01758480972', NULL, 'salam72@mygpsbd.net', '146 New Velly Road, Dhaka', 'DM GA 29-3364', 'car', '2023-09-09', 'y', '3600', NULL, 1, 0, 0, NULL, '2025-09-01 00:00:00', 0, 1, 0, '2024-09-09', NULL, NULL, '01883892417', '359015560076486', NULL, '123456', '2023-09-12 16:59:12', '2023-09-12 16:59:12'),
(1141, 2151, 'Alamin91', '01916327391', NULL, 'alamin91@mygpsbd.net', 'dhaka', 'DM GA 14-3555', NULL, '2021-03-10', 'm', '310', NULL, 1, 0, 0, NULL, '2023-11-01 00:00:00', 0, 1, 0, '2023-10-01', NULL, NULL, '01324395898', '353701091019501', NULL, '123456', '2023-09-12 17:01:20', '2023-09-12 17:01:20'),
(1142, 2152, 'Shahin Akter', '01835874391', NULL, NULL, 'Chottogram', NULL, NULL, '2023-09-09', 'y', '3600', NULL, 1, 0, 0, NULL, '2024-09-01 00:00:00', 0, 0, 0, '2023-09-09', NULL, NULL, NULL, NULL, NULL, '123456', '2023-09-12 17:01:31', '2023-09-12 17:01:31'),
(1143, 2153, 'Faruk', '01938882978', NULL, 'faruk78@mygpsbd.net', 'Mondol Group, Mouchak, Gazipur', 'DM GA 39-9290', 'car', '2023-09-06', 'y', '3600', NULL, 1, 0, 0, NULL, '2025-09-01 00:00:00', 0, 1, 0, '2024-09-06', NULL, NULL, '01306678843', '359015560076874', NULL, '123456', '2023-09-12 17:04:26', '2023-09-12 17:04:26'),
(1146, 2156, 'Alok Debnath （Foridpur)', '00761713106', NULL, 'alokdebnath@mygpsbd.net', 'dhaka', 'DM CHA 51-5236', 'Car', '2019-07-08', NULL, '250', '2500', 1, 0, 0, NULL, '2023-11-01 00:00:00', 0, 0, 0, '0023-10-12', NULL, NULL, '01888183519', '353701093481220', NULL, '123456', '2023-09-12 17:11:28', '2024-02-28 11:42:38'),
(1147, 2157, 'Aminur Rahman Polash', '01717692939', '01718821449', 'arpolash@mygpsbd.net', '52/4/f, Sadek khan road (beside meristopes), Rayerbazaar, Dhaka', 'DM GA 32-1698', 'car', '2023-09-05', 'y', '4200', NULL, 1, 0, 0, NULL, '2025-09-01 00:00:00', 0, 1, 0, '2024-09-05', NULL, NULL, '01762963850', '359015560049707', NULL, '123456', '2023-09-12 17:13:18', '2023-09-12 17:13:18'),
(1150, 2160, 'Aman Ullah', '01784533144', NULL, 'aman17@mygpsbd.net', 'dhaka', 'DM MA 14-0211', NULL, '2020-10-11', 'm', '600', NULL, 2, 0, 0, NULL, '2023-11-01 00:00:00', 0, 1, 0, '2023-10-01', NULL, NULL, '01856411671', '359015560001336', NULL, '123456', '2023-09-12 17:20:54', '2023-09-12 17:20:54'),
(1152, 2162, 'Amzad', '01713432425', NULL, 'engrahk@gmail.com', 'dhaka', 'DM GA 37-9119', NULL, '2020-08-27', 'm', '300', NULL, 1, 0, 0, NULL, '2023-11-01 00:00:00', 0, 1, 0, '2023-10-01', NULL, NULL, '01318311256', '359510080277341', NULL, '123456', '2023-09-12 17:26:13', '2023-09-12 17:26:13'),
(1161, 2171, 'Aurora Proprietor', '01853499498', NULL, 'auroraproprietor@mygpsbd.net', 'dhaka', 'DM LA 37-8923', NULL, '2020-09-21', NULL, '1500', NULL, 2, 0, 0, NULL, '2024-04-01 00:00:00', 0, 1, 0, '2023-10-01', NULL, NULL, '01845665388', '9170994672', NULL, '123456', '2023-09-12 20:27:36', '2024-03-19 12:07:37'),
(1162, 2172, 'Azizul', '01716769226', NULL, 'azizul26@mygpsbd.net', 'dhaka', 'DM GA 36-0762', NULL, '2021-03-31', 'm', '400', NULL, 1, 0, 0, NULL, '2023-11-01 00:00:00', 0, 1, 0, '2023-10-01', NULL, NULL, '01719435664', '353701091016663', NULL, '123456', '2023-09-12 21:22:06', '2023-09-12 21:22:06'),
(1166, 2176, 'Bibek', '01878796912', NULL, 'bibeak12@mygpsbd.net', 'dhaka', 'DM GA 29-1859', NULL, '2020-12-25', 'm', '300', NULL, 1, 0, 0, NULL, '2023-11-01 00:00:00', 0, 1, 0, '2023-10-01', NULL, NULL, '01608762401', '353327023397763', NULL, '123456', '2023-09-12 21:34:55', '2023-09-12 21:34:55'),
(1167, 2177, 'Bilkis', '01681052373', NULL, 'bilkis73@mygpsbd.net', 'dhaka', 'DM GA 45-0910', NULL, '2022-10-01', 'm', '300', NULL, 1, 0, 0, NULL, '2023-11-01 00:00:00', 0, 1, 0, '2023-10-01', NULL, NULL, '01615970381', '351969560199813', NULL, '123456', '2023-09-12 21:37:48', '2023-09-12 21:37:48'),
(1168, 2178, 'Billal', '01646778595', NULL, 'billal95@mygpsbd.net', 'dhaka', 'DM TA 15-5151', NULL, '2023-06-17', 'm', '300', NULL, 1, 0, 0, NULL, '2023-11-01 00:00:00', 0, 1, 0, '2023-10-01', NULL, NULL, '01880123964', '359015560076098', NULL, '123456', '2023-09-12 21:41:32', '2023-09-12 21:41:32'),
(1174, 2184, 'Dr. Ac Pandith', '01719263018', NULL, 'acpandith@mygpsbd.net', 'dhaka', 'DM GA 29-4054', NULL, '2021-06-03', 'm', '300', NULL, 1, 0, 0, NULL, '2023-11-01 00:00:00', 0, 1, 0, '2023-10-01', NULL, NULL, '01319240763', '351969560385560', NULL, '123456', '2023-09-12 21:59:10', '2023-09-12 21:59:10'),
(1181, 2191, 'Deloar Hossain', '01712725554', NULL, 'deloar54@mygpsbd.net', 'dhaka', 'DM TA 15-3718', NULL, '2019-06-23', 'm', '500', NULL, 1, 0, 0, NULL, '2023-11-01 00:00:00', 0, 1, 0, '2023-10-01', NULL, NULL, '01660191541', '353701093116529', NULL, '123456', '2023-09-12 22:21:05', '2023-09-12 22:21:05'),
(1182, 2192, 'Emdadul Haque', '01303757362', NULL, 'emdadul09@mygpsbd.net', 'dhaka', 'CM GA 13-4800', NULL, '2020-11-07', 'm', '300', NULL, 1, 0, 0, NULL, '2023-11-01 00:00:00', 0, 1, 0, '2023-10-01', NULL, NULL, '01319038954', '353701095537797', NULL, '123456', '2023-09-12 22:25:59', '2023-09-12 22:25:59'),
(1183, 2193, 'Emtiaj uddin', '01889060028', NULL, 'emtiajuddin@mygpsbd.net', 'dhaka', 'DM GA 45-0511', 'Car', '2020-02-02', 'm', '300', NULL, 1, 0, 0, NULL, '2023-11-01 00:00:00', 0, 1, 0, '2023-10-01', NULL, 'deleted', '01325763222', '9171491549', NULL, '123456', '2023-09-12 23:00:57', '2023-09-12 23:02:49'),
(1190, 2200, 'Fazlul Karim Kajal', '01711146448', NULL, 'kajal48@mygpsbd.net', 'dhaka', 'DM SHA 11-2949', 'Car', '2021-11-14', 'm', '500', NULL, 1, 0, 0, NULL, '2023-11-01 00:00:00', 0, 1, 0, '2023-10-01', NULL, NULL, '01774812204', '353327023398258', NULL, '123456', '2023-09-13 10:03:05', '2023-09-13 10:03:05'),
(1192, 2202, 'Gazi Ibrahim Mahmud', '01756188309', NULL, 'ibrahim309@mygpsbd.net', 'dhaka', 'DM GA 29-6538', 'Car', '2022-03-02', 'm', '400', NULL, 1, 0, 0, NULL, '2023-11-01 00:00:00', 0, 1, 0, '2023-10-01', NULL, NULL, '01843126831', '9172366453', NULL, '123456', '2023-09-13 10:13:57', '2023-09-13 10:13:57'),
(1198, 2208, 'Humayun', '01751010970', NULL, 'humayun70@mygpsbd.net', 'dhaka', 'Humayun70', 'Car', '2021-08-26', 'm', '200', NULL, 1, 0, 0, NULL, '2023-11-01 00:00:00', 0, 1, 0, '2023-10-01', NULL, NULL, '01316965457', '2500000859', NULL, '123456', '2023-09-13 10:31:19', '2023-09-13 10:31:19'),
(1199, 2209, 'Ibrahim', '01718309797', NULL, 'ibrahim97@mygpsbd.net', 'dhaka', 'DM CHA 19-4935', 'Car', '2020-11-22', 'm', '0', NULL, 1, 0, 0, NULL, '2023-11-01 00:00:00', 0, 1, 0, '2023-10-01', NULL, NULL, '01746625960', '359510081286150', NULL, '123456', '2023-09-13 10:34:26', '2024-02-08 13:26:49'),
(1205, 2215, 'Jahangir alom', '01885933292', NULL, 'jahangiralam@mygpsbd.net', 'dhaka', 'CM GA 11-5871', 'Car', '2022-04-13', 'm', '100', NULL, 1, 0, 0, NULL, '2023-11-01 00:00:00', 0, 1, 0, '2023-10-01', NULL, NULL, '01708541556', '351608082360384', NULL, '123456', '2023-09-13 10:53:11', '2023-09-13 10:53:11'),
(1206, 2216, 'Jason', '01778896038', NULL, NULL, 'dhaka', 'DM GA 13-9761', 'Car', '2021-01-26', 'm', '300', NULL, 1, 0, 0, NULL, '2023-11-01 00:00:00', 0, 1, 0, '2023-10-01', NULL, NULL, '01935334126', '358657101014095', NULL, '123456', '2023-09-13 10:55:43', '2023-09-13 10:55:43'),
(1208, 2218, 'Joarder', '01711950050', NULL, 'salman44@mygpsbd.net', 'dhaka', 'DM GA 43-9745', 'Car', '2020-10-10', 'm', '300', NULL, 1, 0, 0, NULL, '2023-11-01 00:00:00', 0, 1, 0, '2023-10-01', NULL, NULL, '01784397077', '9171449497', NULL, '123456', '2023-09-13 11:00:21', '2023-09-13 11:00:21'),
(1213, 2223, 'Kobir Chowdhury', '01712049034', NULL, 'chowdhury34@mygpsbd.net', 'dhaka', 'DM GA 26-5263', 'Car', '2023-02-19', 'm', '1000', NULL, 2, 0, 0, NULL, '2023-11-01 00:00:00', 0, 1, 0, '2023-10-01', NULL, NULL, '01327147850', '359015560012663', NULL, '123456', '2023-09-13 11:27:08', '2023-09-13 11:27:08'),
(1214, 2224, 'Komol Joseph Gomej', '01821433066', NULL, 'joseph66@mygpsbd.net', 'dhaka', 'CM CHA 11-6227', 'Car', '2021-12-14', 'm', '0', NULL, 1, 0, 0, NULL, '2023-11-01 00:00:00', 0, 1, 0, '2023-10-01', NULL, NULL, '01821235399', '9172072002', NULL, '123456', '2023-09-13 11:32:21', '2023-09-13 11:32:21'),
(1215, 2225, 'Life line', '01734132027', NULL, 'lifeline27@mygpsbd.net', 'dhaka', 'DM SHA 71-3975', 'Car', '2020-09-20', 'm', '800', NULL, 1, 0, 0, NULL, '2023-11-01 00:00:00', 0, 1, 0, '2023-10-01', NULL, NULL, '01766685104', '359510080288314', NULL, '123456', '2023-09-13 11:35:03', '2023-09-13 11:35:03'),
(1216, 2226, 'liton', '01715787705', NULL, 'liton05@mygpsbd.net', 'dhaka', 'LITON', 'Car', '2020-12-22', 'm', '0', NULL, 2, 0, 0, NULL, '2023-11-01 00:00:00', 0, 1, 0, '2023-10-01', NULL, NULL, '01837762097', '2500001487', NULL, '123456', '2023-09-13 11:39:54', '2023-09-13 11:39:54'),
(1218, 2228, 'Lokman', '01928898112', NULL, 'lokman12@mygpsbd.net', 'dhaka', 'DM BA 11-6878', 'Car', '2021-01-01', 'm', '0', NULL, 1, 0, 0, NULL, '2023-11-01 00:00:00', 0, 1, 0, '2023-10-01', NULL, NULL, '01610286471', '358657100858971', NULL, '123456', '2023-09-13 11:44:35', '2023-09-13 11:44:35'),
(1219, 2229, 'Mahadi', '01885994847', NULL, 'mahadi47@mygpsbd.net', 'dhaka', 'DM LA 56-2596', 'Car', '2021-12-12', 'm', '0', NULL, 1, 0, 0, NULL, '2023-11-01 00:00:00', 0, 1, 0, '2023-10-01', NULL, NULL, '01886023310', '353701093470389', NULL, '123456', '2023-09-13 11:46:50', '2023-09-13 11:46:50'),
(1223, 2233, 'Main uddin', '01550020026', NULL, 'mainuddin26@mygpsbd.net', 'dhaka', 'DM GA 28-6294', 'Car', '2020-10-11', 'm', '0', NULL, 1, 0, 0, NULL, '2023-11-01 00:00:00', 0, 1, 0, '2023-10-01', NULL, NULL, '01323110513', '353327023398100', NULL, '123456', '2023-09-13 12:19:02', '2023-09-13 12:19:02'),
(1227, 2237, 'Sheikh masud', '01711230719', NULL, NULL, 'dhaka', 'DM GA 19-7395', 'Car', '2020-06-11', 'm', '400', NULL, 1, 0, 0, NULL, '2023-11-01 00:00:00', 0, 1, 0, '2023-10-01', NULL, NULL, '01780049303', '359510081284460', NULL, '123456', '2023-09-13 12:28:52', '2023-09-13 12:28:52'),
(1235, 2245, 'Md. Atikul Islam', '01740559265', NULL, NULL, 'dhaka', 'GAZIPUR NA 11-0151', 'Car', '2021-01-11', 'm', '2000', NULL, 2, 0, 0, NULL, '2024-06-01 00:00:00', 0, 1, 0, '2023-10-01', NULL, NULL, '01835366944', '9171451797', NULL, '123456', '2023-09-13 12:53:59', '2024-05-30 10:31:26'),
(1237, 2247, 'Md. Elias', '01715035672', NULL, 'elias72@mygpsbd.net', 'dhaka', 'DM GA 45-1024', 'Car', '2020-10-18', 'm', '0', NULL, 1, 0, 0, NULL, '2023-11-01 00:00:00', 0, 1, 0, '2023-10-01', NULL, NULL, '01784423248', '9171475194', NULL, '123456', '2023-09-13 13:00:32', '2023-09-13 13:00:32'),
(1244, 2254, 'Md. Mashror', '01674093999', NULL, 'mashrorbift@mygpsbd.net', 'dhaka', 'DM GA 13-8268', 'Car', '2020-06-10', 'm', '300', NULL, 1, 0, 0, NULL, '2023-11-01 00:00:00', 0, 1, 0, '2023-10-01', NULL, NULL, '01613693453', '9171484270', NULL, '123456', '2023-09-13 13:42:01', '2023-09-13 13:42:01'),
(1245, 2255, 'Md. Masud Reza', '01715526217', NULL, 'masud17@mygpsbd.net', 'dhaka', 'DM GA 45-6193', 'Car', '2021-05-27', 'm', '0', NULL, 1, 0, 0, NULL, '2023-11-01 00:00:00', 0, 1, 0, '2023-10-01', NULL, NULL, '01740661382', '359510081671187', NULL, '123456', '2023-09-13 13:44:42', '2023-09-13 13:44:42'),
(1247, 2257, 'Md. Masum Rana', '01878087965', NULL, 'masud65@mygpsbd.net', 'dhaka', 'DM GA 33-0346', 'Car', '0021-07-03', 'm', '0', NULL, 1, 0, 0, NULL, '2023-11-01 00:00:00', 0, 1, 0, '2023-10-01', NULL, NULL, '01610286595', '353701091022356', NULL, '123456', '2023-09-13 13:54:29', '2023-09-13 13:54:29'),
(1249, 2259, 'Md. Mintu', '01711703623', NULL, 'moniruzzaman98@mygpsbd.net', 'dhaka', 'Tangail La 13-1841', 'Car', '2021-05-22', 'm', '0', NULL, 1, 0, 0, NULL, '2023-11-01 00:00:00', 0, 1, 0, '2023-10-01', NULL, NULL, '01703831198', '866551038995606', NULL, '123456', '2023-09-13 14:00:32', '2023-09-13 14:00:32'),
(1253, 2263, 'Md. Nahid', '01721027224', NULL, 'nahid24@mygpsbd.net', 'dhaka', 'DM GA 42-3921', 'Car', '2020-06-21', 'm', '400', NULL, 1, 0, 0, NULL, '2023-11-01 00:00:00', 0, 0, 0, '0223-10-01', NULL, NULL, '01870781638', '353701093121644', NULL, '123456', '2023-09-13 14:38:22', '2023-09-13 14:39:19'),
(1254, 2264, 'Md. Omar Faruk', '01924925313', NULL, 'omarfaruk86@mygpsbd.net', 'dhaka', 'CUMILLA HA 14-5081', 'Car', '2021-05-11', 'm', '200', NULL, 1, 0, 0, NULL, '2023-11-01 00:00:00', 0, 1, 0, '2023-10-01', NULL, NULL, '01777677886', '2500002005', NULL, '123456', '2023-09-13 14:40:39', '2023-09-13 14:40:39'),
(1260, 2270, 'Md. Saiful Islam', '01782686191', NULL, 'saiful91@mygpsbd.net', 'dhaka', 'DM MA 51-7386', 'Car', '2019-02-16', 'm', '600', NULL, 1, 0, 0, NULL, '2023-11-01 00:00:00', 0, 1, 0, '2023-10-01', NULL, NULL, '01958559549', '353701093143119', NULL, '123456', '2023-09-13 15:17:50', '2023-09-13 15:17:50'),
(1270, 2281, 'Mithu', '01819405738', NULL, 'mithu38@mygpsbd.net', 'dhaka', 'DM TA 16-0606', 'Car', '2019-04-28', 'm', '0', NULL, 1, 0, 0, NULL, '2023-11-01 00:00:00', 0, 1, 0, '2023-10-01', NULL, NULL, '01844930078', '353701093597603', NULL, '123456', '2023-09-13 15:45:56', '2023-09-13 15:45:56'),
(1273, 2285, 'Mohiuddin', '01712644980', NULL, 'mohiuddin80@mygpsbd.net', 'dhaka', 'DM GA 47-1302', 'Car', '2021-11-18', 'm', '0', NULL, 1, 0, 0, NULL, '2023-11-01 00:00:00', 0, 1, 0, '2023-10-01', NULL, NULL, '01869423745', '9171451650', NULL, '123456', '2023-09-13 16:00:15', '2023-09-13 16:00:15'),
(1274, 2286, 'sohel khan', '01768368207', NULL, 'sohel07@mygpsbd.net', 'dhaka', 'DM JA 11-0206', 'Car', '2021-10-01', 'm', '200', NULL, 1, 0, 0, NULL, '2023-11-01 00:00:00', 0, 1, 0, '2023-10-01', NULL, NULL, '01325926319', '358657101014871', NULL, '123456', '2023-09-13 16:04:48', '2023-09-13 16:04:48'),
(1278, 2290, 'Mokbul', '01782447331', NULL, 'mokbul@mygpsbd.net', 'dhaka', 'DM GA 11-0297', 'Car', '2021-01-01', 'm', '250', NULL, 1, 0, 0, NULL, '2023-11-01 00:00:00', 0, 1, 0, '2023-10-01', NULL, NULL, '01610286489', '358657100875082', NULL, '123456', '2023-09-13 16:16:13', '2023-09-13 16:16:13'),
(1279, 2291, 'Moklesur Rahman', '01712036932', NULL, NULL, 'dhaka', 'DM GA 21-2106', 'Car', '2016-06-18', 'm', '0', NULL, 1, 0, 0, NULL, '2023-11-01 00:00:00', 0, 1, 0, '2023-10-01', NULL, NULL, '01660184276', '358657100858005', NULL, '123456', '2023-09-13 16:18:30', '2023-09-13 16:18:30'),
(1281, 2293, 'Monir Ahmed', '01824814882', NULL, 'monir82@mygpsbd.net', 'dhaka', 'DM CHA 19-3830', 'Car', '2020-10-08', 'm', '400', NULL, 1, 0, 0, NULL, '2023-11-01 00:00:00', 0, 1, 0, '2023-10-01', NULL, NULL, '01306668118', '358735075311281', NULL, '123456', '2023-09-13 16:23:59', '2023-09-13 16:23:59'),
(1284, 2296, 'Monsur Ahmed', '01725832119', NULL, 'monsurahmed@mygpsbd.net', 'dhaka', 'DM GA 28-4846', 'Car', '2019-02-26', 'm', '400', NULL, 1, 0, 0, NULL, '2023-11-01 00:00:00', 0, 1, 0, '2023-10-01', NULL, NULL, '01880161251', '353701093128573', NULL, '123456', '2023-09-13 16:31:46', '2023-09-13 16:31:46'),
(1288, 2300, 'Musa Mia', '01712365760', NULL, 'musamia60@mygpsbd.net', 'dhaka', 'DM GA 32-5483', 'Car', '2021-03-09', 'm', '400', NULL, 1, 0, 0, NULL, '2023-11-01 00:00:00', 0, 1, 0, '2023-10-01', NULL, NULL, '01318147936', '357857045645860', NULL, '123456', '2023-09-13 16:52:38', '2023-09-13 16:52:38'),
(1295, 2307, 'Nazmul Haque Bulbul', '01700744841', NULL, 'bulbul41@mygpsbd.net', 'dhaka', 'DM GA 28-7681', 'Car', '2019-03-02', 'm', '300', NULL, 1, 0, 0, NULL, '2023-11-01 00:00:00', 0, 1, 0, '2023-10-01', NULL, NULL, '01611747061', '353701094550759', NULL, '123456', '2023-09-13 17:29:46', '2023-09-13 17:29:46'),
(1301, 2314, 'Prodip', '01712536189', NULL, 'prodip89@mygpsbd.net', 'dhaka', 'DM CHA 11-5143', 'Car', '2021-10-10', 'm', '300', NULL, 1, 0, 0, NULL, '2023-11-01 00:00:00', 0, 1, 0, '2023-10-01', NULL, NULL, '01762406479', '9170824312', NULL, '123456', '2023-09-14 12:51:49', '2023-09-14 12:51:49'),
(1309, 2322, 'Raju', '01817002552', NULL, NULL, 'dhaka', 'DM CHA 19-6745', 'Car', '2022-09-22', 'm', '0', NULL, 1, 0, 0, NULL, '2023-11-01 00:00:00', 0, 1, 0, '2023-10-01', NULL, NULL, '01670305122', '351608083578653', NULL, '123456', '2023-09-14 13:29:14', '2023-09-14 13:29:14'),
(1310, 2323, 'Rakibul Islam', '01724330332', NULL, NULL, 'dhaka', 'Jal Na 11-0087', 'Car', '2019-07-28', 'm', '1250', NULL, 1, 0, 0, NULL, '2023-11-01 00:00:00', 0, 1, 0, '2023-10-01', NULL, NULL, '01306652965', '9171040717', NULL, '123456', '2023-09-14 13:43:37', '2023-09-14 13:43:37'),
(1311, 2324, 'Rakibul Islam', '01407310394', NULL, 'rakibul94@mygpsbd.net', 'dhaka', 'Lokkhipur 11-0267', 'Car', '2022-02-02', 'm', '0', NULL, 1, 0, 0, NULL, '2023-11-01 00:00:00', 0, 1, 0, '2023-10-01', NULL, NULL, '01881731092', '353701091033213', NULL, '123456', '2023-09-14 13:46:49', '2023-09-14 13:46:49'),
(1316, 2329, 'Reshad kamal', '01737269585', NULL, 'reshad85@mygpsbd.net', 'dhaka', 'DM GHA 19-9040', 'Car', '2020-12-25', 'm', '400', NULL, 1, 0, 0, NULL, '2023-11-01 00:00:00', 0, 1, 0, '2023-10-01', NULL, NULL, '01919898006', '359510081284312', NULL, '123456', '2023-09-14 14:11:12', '2023-09-14 14:11:12'),
(1321, 2334, 'Ruhul amin', '01730300777', NULL, 'ruhulamin@mygpsbd.net', 'dhaka', 'DM CHA 19-8399', 'Car', '2020-08-25', 'm', '300', NULL, 1, 0, 0, NULL, '2024-06-01 00:00:00', 0, 1, 0, '2023-10-01', NULL, NULL, '01739015302', '359510080282069', NULL, '123456', '2023-09-14 14:30:45', '2024-05-28 13:51:59'),
(1322, 2335, 'S M Kamrul Hasan Remon', '01712444111', NULL, 'remon11@mygpsbd.net', 'dhaka', 'DM GA 43-2201', 'Car', '2019-12-11', 'm', '0', NULL, 1, 0, 0, NULL, '2023-11-01 00:00:00', 0, 1, 0, '2023-10-01', NULL, NULL, '01611748434', '353701094552805', NULL, '123456', '2023-09-14 14:34:24', '2023-09-14 14:34:24'),
(1323, 2336, 'Md Salim', '01799704245', NULL, NULL, 'dhaka', 'DM GA 45-0628', 'Car', '2020-02-29', 'm', '0', NULL, 1, 0, 0, NULL, '2023-11-01 00:00:00', 0, 1, 0, '2023-10-01', NULL, NULL, '01919898534', '353701091019345', NULL, '123456', '2023-09-14 14:37:31', '2023-09-14 14:37:31'),
(1329, 2342, 'Saiful71', '01996461871', NULL, 'saiful71@mygpsbd.net', 'dhaka', 'DM DA 14-5985', 'Car', '2021-08-05', 'm', '0', NULL, 2, 0, 0, NULL, '2023-11-01 00:00:00', 0, 1, 0, '2023-10-01', NULL, NULL, '01785840522', '353701091154217', NULL, '123456', '2023-09-15 23:47:23', '2023-09-15 23:47:23'),
(1331, 2344, 'Salim (Tangail)', '01706983960', NULL, 'selim60@mygpsbd.net', 'dhaka', 'DM GA 21-8496', 'Car', '2020-10-02', 'm', '0', NULL, 1, 0, 0, NULL, '2023-11-01 00:00:00', 0, 1, 0, '2023-10-01', NULL, NULL, '01810404566', '351608083587506', NULL, '123456', '2023-09-15 23:57:19', '2023-09-15 23:57:19'),
(1333, 2346, 'Shaalom', '01709342700', NULL, 'shaalom00@mygpsbd.net', 'dhaka', 'DM LA 47-0323', 'car', '2021-02-21', 'm', '0', NULL, 1, 0, 0, NULL, '2023-11-01 00:00:00', 0, 1, 0, '2023-10-01', NULL, NULL, '01323524770', '353701091014866', NULL, '123456', '2023-09-16 00:11:28', '2023-09-16 00:11:28'),
(1334, 2347, 'Shadin', '01740759255', NULL, 'shadin55@mygpsbd.net', 'dhaka', 'DM GHO 27-8324', 'Car', '2021-06-10', 'm', '300', NULL, 1, 0, 0, NULL, '2023-11-01 00:00:00', 0, 1, 0, '2023-10-01', NULL, NULL, '01843238454', '355228043116480', NULL, '123456', '2023-09-16 00:16:40', '2023-09-16 00:16:40'),
(1335, 2348, 'Shafayat', '01905046856', NULL, NULL, 'dhaka', 'DM NA 16-1563', 'Car', '2020-08-20', 'm', '600', NULL, 1, 0, 0, NULL, '2023-11-01 00:00:00', 0, 1, 0, '2023-10-01', NULL, NULL, '01755875938', '353701091095675', NULL, '123456', '2023-09-16 01:25:43', '2023-09-16 01:25:43'),
(1337, 2350, 'Shagor Ahmed', '1725207818', NULL, 'shagor18@mygpsbd.net', 'dhaka', 'DM GA 0066', 'Car', '2023-02-06', 'm', '0', NULL, 1, 0, 0, NULL, '2023-11-01 00:00:00', 0, 1, 0, '2023-10-01', NULL, NULL, '01868765078', '359015560012382', NULL, '123456', '2023-09-16 01:40:36', '2023-09-16 01:40:36'),
(1338, 2351, 'Shahid', '01611891338', NULL, 'shahid338@mygpsbd.net', 'dhaka', 'DM TA 14-7951', 'Car', '2020-12-24', 'm', '300', NULL, 1, 0, 0, NULL, '2023-11-01 00:00:00', 0, 1, 0, '2023-10-01', NULL, NULL, '01741921988', '359510081300324', NULL, '123456', '2023-09-16 01:44:37', '2023-09-16 01:44:37'),
(1339, 2352, 'Shahriar Khan', '01715506721', NULL, 'shahriar21@mygpsbd.net', 'dhaka', 'DM GA 32-7650', 'Car', '2022-01-24', 'm', '600', NULL, 1, 0, 0, NULL, '2023-11-01 00:00:00', 0, 1, 0, '2023-10-01', NULL, NULL, '01859935262', '357857045635606', NULL, '123456', '2023-09-16 01:48:09', '2023-09-16 01:48:09'),
(1341, 2354, 'Shanti Moni(Dhaka）', '01715544564', NULL, 'shantimoni@mygpsbd.net', 'dhaka', 'DM GA 42-1816', 'Car', '2019-02-19', 'm', '450', NULL, 1, 0, 0, NULL, '2023-11-01 00:00:00', 0, 1, 0, '2023-10-01', NULL, NULL, '01850206429', '353701092981105', NULL, '123456', '2023-09-16 01:54:04', '2023-09-16 01:54:04'),
(1342, 2355, 'Shohag Hossain', '01641113951', NULL, 'shohaghossain372@gmail.com', 'dhaka', 'DM CHA 20-3983', 'Car', '2022-05-06', 'm', '0', NULL, 1, 0, 0, NULL, '2023-11-01 00:00:00', 0, 1, 0, '2023-10-01', NULL, NULL, '01307166383', '9172489694', NULL, '123456', '2023-09-16 01:57:11', '2023-09-16 01:57:11'),
(1344, 2357, 'Shorifuddin Shourav', '01713007034', NULL, 'sourav34@mygpsbd.net', 'dhaka', 'DM GA 42-9886', 'Car', '2019-11-10', 'm', '0', NULL, 1, 0, 0, NULL, '2023-11-01 00:00:00', 0, 1, 0, '2023-10-01', NULL, NULL, '01889994191', '353701093489017', NULL, '123456', '2023-09-16 02:03:17', '2023-09-16 02:03:17'),
(1345, 2358, 'Shumon ahmed', '01797788681', NULL, 'shumun81@mygpsbd.net', 'dhaka', 'DM GA 26-9733', 'Car', '2019-03-09', 'm', '0', NULL, 1, 0, 0, NULL, '2023-11-01 00:00:00', 0, 1, 0, '2023-10-01', NULL, NULL, '01844944017', '358735075311927', NULL, '123456', '2023-09-16 02:06:02', '2023-09-16 02:06:02'),
(1346, 2359, 'Shyful', '01720275372', NULL, 'shyful72@mygpsbd.net', 'dhaka', 'DM GA 27-7801', 'Car', '2022-01-25', 'm', '0', NULL, 1, 0, 0, NULL, '2023-11-01 00:00:00', 0, 1, 0, '2023-10-01', NULL, NULL, '01762965490', '357857045635622', NULL, '123456', '2023-09-16 02:08:21', '2023-09-16 02:08:21'),
(1347, 2360, 'SIDDIQUE', '01622625287', NULL, 'siddique87@mygpsbd.net', 'dhaka', 'DM CH 51-6895', 'Car', '2021-07-01', 'm', '300', NULL, 1, 0, 0, NULL, '2023-11-01 00:00:00', 0, 1, 0, '2023-10-01', NULL, NULL, '01320417161', '358657100858062', NULL, '123456', '2023-09-16 02:11:25', '2023-09-16 02:11:25'),
(1349, 2362, 'Sonjoy Roy', '01711464078', NULL, 'sonjoy78@mygpsbd.net', 'dhaka', 'DM GA 36-5715', 'Car', '2019-12-22', 'm', '0', NULL, 1, 0, 0, NULL, '2023-11-01 00:00:00', 0, 1, 0, '2023-10-01', NULL, NULL, '01611676584', '353701095533283', NULL, '123456', '2023-09-16 02:24:13', '2023-09-16 02:24:13'),
(1370, 2383, 'Milton', '01681814402', NULL, 'milton35@mygpsbd.net', 'dhaka', 'DM NA 15-8622', 'Car', '2022-03-05', 'm', '0', NULL, 2, 0, 0, NULL, '2023-11-01 00:00:00', 0, 1, 0, '2023-10-01', NULL, NULL, '01306656799', '9172413323', NULL, '123456', '2023-09-16 13:41:36', '2023-09-16 13:41:36'),
(1375, 2389, 'Nasim Uddin', '01711205269', NULL, 'nasim69@mygpsbd.net', 'dhaka', 'CM GA 14-1615', 'Car', '2022-03-09', 'm', '200', NULL, 1, 0, 0, NULL, '2023-11-01 00:00:00', 0, 1, 0, '2023-10-01', NULL, NULL, '01864172056', '351608082348579', NULL, '123456', '2023-09-16 14:44:57', '2023-09-16 14:44:57'),
(1377, 2391, 'Md Omar Ali', '01716304570', NULL, 'omar70@mygpsbd.net', 'dhaka', 'DM GA 25-6967', 'Car', NULL, 'm', '0', NULL, 1, 0, 0, NULL, '2023-11-01 00:00:00', 0, 1, 0, '2023-10-01', NULL, NULL, '01877998692', '352312090024145', NULL, '123456', '2023-09-16 14:49:39', '2023-09-16 14:49:39'),
(1379, 2393, 'Ibne Miran', '01815085635', NULL, 'miran36@mygpsbd.net', 'dhaka', 'DM GA 36-3124', 'Car', '2022-03-21', 'y', '0', NULL, 1, 0, 0, NULL, '2024-10-01 00:00:00', 0, 1, 0, '2023-10-01', NULL, NULL, '01603787014', '359510087540584', NULL, '123456', '2023-09-16 15:13:52', '2024-02-08 16:34:48'),
(1380, 2394, 'Anwar', '01796637761', NULL, 'anwar61@mygpsbd.net', 'dhaka', 'DM CHA 20-2388', 'Car', '2022-04-05', 'y', '4000', NULL, 1, 0, 0, NULL, '2024-10-01 00:00:00', 0, 1, 0, '2023-10-01', NULL, NULL, '01301001884', '359015560035003', NULL, '123456', '2023-09-16 15:19:35', '2023-09-16 15:19:35'),
(1381, 2395, 'MD.Masud Rana', '01322603992', NULL, 'masud92@mygpsbd.net', 'dhaka', 'DM TA 22-9260', 'Car', '2023-04-07', 'y', '3600', NULL, 1, 0, 0, NULL, '2024-10-01 00:00:00', 0, 1, 0, '2023-10-01', NULL, NULL, '01618546942', '352312090012793', NULL, '123456', '2023-09-16 15:26:20', '2023-09-16 15:26:20'),
(1382, 2396, 'Sohana', '01622246048', NULL, 'shibak1971@mygpsbd.net', 'dhaka', 'DM GA 32-3342', 'Car', '2022-04-10', 'y', '3600', NULL, 1, 0, 0, NULL, '2030-04-01 00:00:00', 0, 0, 0, '2023-04-10', NULL, NULL, '01617340327', '354778341499567', NULL, '123456', '2023-09-16 15:32:35', '2023-09-16 15:32:35'),
(1383, 2397, 'Shofiqul islam', '01729327220', NULL, 'shofiqul20@mygpsbd.net', 'dhaka', 'DM NA 20-1054', 'Car', '2022-04-11', 'y', '4200', NULL, 1, 0, 0, NULL, '2030-04-01 00:00:00', 0, 0, 0, '2023-04-11', NULL, NULL, '01894542282', '9172413390', NULL, '123456', '2023-09-16 15:37:21', '2023-09-16 15:37:21'),
(1384, 2398, 'Kazi Abdullah Al Anisur Zaman', '01819290268', NULL, 'sohelhat026@gmail.com', 'dhaka', 'PIROJPUR BA 11-0004', 'Car', '2022-04-12', 'y', '4900', NULL, 1, 0, 0, NULL, '2030-04-01 00:00:00', 0, 0, 0, '2023-04-12', NULL, NULL, '01894622611', '354778341517202', NULL, '123456', '2023-09-16 15:41:59', '2023-09-16 15:41:59'),
(1385, 2399, 'Md. Faisal', '01716890889', NULL, 'faisal89@mygpsbd.net', 'dhaka', 'CM NA 11-0584', 'Car', '2022-04-12', 'm', '600', NULL, 1, 0, 0, NULL, '2023-11-01 00:00:00', 0, 1, 0, '2023-10-01', NULL, NULL, '01306645136', '351969560200611', NULL, '123456', '2023-09-16 15:46:04', '2023-09-16 15:46:04'),
(1386, 2400, 'Feroj ahmed', '01815946458', NULL, 'ferojnet73@gmail.com', 'dhaka', 'CM KO 11-0684', 'Car', '2022-04-13', 'y', '3400', NULL, 1, 0, 0, NULL, '2030-04-01 00:00:00', 0, 0, 0, '2023-04-13', NULL, NULL, '01854635242', '359510087584376', NULL, '123456', '2023-09-16 15:51:03', '2023-09-16 15:51:03'),
(1388, 2402, 'Emtiaz', '01863962010', NULL, 'emtiaz.m007@gmail.com', 'dhaka', 'DM NA 17-9638', 'Car', NULL, 'm', '0', NULL, 1, 0, 0, NULL, '2023-11-01 00:00:00', 0, 1, 0, '2023-10-01', NULL, NULL, '01307149877', '354778341555921', NULL, '123456', '2023-09-16 16:04:01', '2023-09-16 16:04:01'),
(1392, 2406, 'Ashiqur Rahman', '01612110166', NULL, 'ashikur66@mygpsbd.net', 'dhaka', 'DM GA 25-7083', 'Car', '2022-04-17', 'y', '4200', NULL, 1, 0, 0, NULL, '2030-04-01 00:00:00', 0, 0, 0, '2023-04-17', NULL, NULL, '01306646752', '359510087585423', NULL, '123456', '2023-09-16 16:18:37', '2023-09-16 16:18:37'),
(1394, 2408, 'Md. Shanto', '01733275307', NULL, 'shanto.ish@gmail.com', 'dhaka', 'DM KHA 12-4083', 'Car', '2022-04-19', 'y', '3100', NULL, 1, 0, 0, NULL, '2030-04-01 00:00:00', 0, 0, 0, '2023-04-19', NULL, NULL, '01819455889', '354778341514860', NULL, '123456', '2023-09-16 16:23:47', '2023-09-16 16:23:47'),
(1395, 2409, 'Raju Monowar', '01778943462', NULL, 'raju@mygps.com.bd', 'dhaka', 'DM GA 25-0506', 'Car', '2022-04-21', 'y', '3400', NULL, 1, 0, 0, NULL, '2041-04-01 00:00:00', 0, 0, 0, '2022-04-21', NULL, NULL, '01756853464', '354778341514829', NULL, '123456', '2023-09-16 16:26:53', '2023-09-16 16:26:53'),
(1396, 2410, 'Belayet Hossain', '01912924090', NULL, 'belayethossain4090@gmail.com', 'dhaka', 'DM CHA 20-1433', 'Car', '2022-04-21', 'y', '3600', NULL, 1, 0, 0, NULL, '2030-04-01 00:00:00', 0, 0, 0, '2023-04-21', NULL, NULL, '01615630879', '354778341512013', NULL, '123456', '2023-09-16 16:29:27', '2023-09-16 16:29:27'),
(1398, 2412, 'Raj', '01311153797', NULL, NULL, 'dhaka', 'CM CHA 11-8898', 'Car', '2022-10-10', 'y', '2700', NULL, 1, 0, 0, NULL, '2024-10-01 00:00:00', 0, 1, 0, '2023-10-10', NULL, NULL, '01878749520', '862292050536424', NULL, '123456', '2023-09-16 16:39:27', '2023-09-16 16:39:27'),
(1400, 2414, 'Imtiaz Islam', '01712571800', NULL, 'imtiaz.islam@dhakabank.com.bd', 'dhaka', 'DM GA 43-5482', 'Car', '2023-04-22', 'y', '3600', NULL, 1, 0, 0, NULL, '2025-04-01 00:00:00', 0, 1, 0, '2024-04-22', NULL, NULL, '01306668785', '354778341517137', NULL, '123456', '2023-09-16 22:32:22', '2023-09-16 22:32:22'),
(1402, 2416, 'Lemon Talukder', '01916469853', NULL, 'lemontalukder44@gmail.com', 'dhaka', 'DM GA 21-3532', 'Car', '2023-04-22', 'y', '3600', NULL, 1, 0, 0, NULL, '2025-04-01 00:00:00', 0, 1, 0, '2024-04-22', NULL, NULL, '01871363325', '354778341517111', NULL, '123456', '2023-09-16 22:38:48', '2023-09-16 22:38:48'),
(1410, 2424, 'Zobaer Ahmed', '01730376631', NULL, 'zobaerahmedrajeer@gmail.com', 'dhaka', 'DM GA 47-2076', 'Car', '2022-04-27', 'y', '4200', NULL, 1, 0, 0, NULL, '2041-04-01 00:00:00', 0, 0, 0, '2022-04-27', NULL, NULL, '01743621995', '359510087588138', NULL, '123456', '2023-09-16 23:16:23', '2023-09-16 23:16:23'),
(1411, 2425, 'MD ZAKIR HOSSAIN', '01846945654', NULL, 'zakirhossainrobi5@gmail.com', 'dhaka', 'DM GA 21-6014', 'Car', '2022-04-27', 'y', '4200', NULL, 1, 0, 0, NULL, '2030-04-01 00:00:00', 0, 0, 0, '2023-04-27', NULL, NULL, '01320385441', '359510087585381', NULL, '123456', '2023-09-16 23:19:35', '2023-09-16 23:19:36'),
(1412, 2426, 'Md.Yeasin ahmed', '01712226581', NULL, 'yeasin@mygps.com.bd', 'dhaka', 'DM GA 36-5841', 'Car', '2022-04-28', 'y', '4200', NULL, 1, 0, 0, NULL, '2041-04-01 00:00:00', 0, 0, 0, '2022-04-28', NULL, NULL, '01306671717', '354778341514647', NULL, '123456', '2023-09-16 23:51:14', '2023-09-16 23:51:14'),
(1413, 2427, 'Md. Salim Hossain', '01715794172', NULL, 'md.salimhossain007@gmail.com', 'dhaka', 'DM GA 36-6065', 'Car', '2022-04-28', 'y', '3800', NULL, 1, 0, 0, NULL, '2041-04-01 00:00:00', 0, 0, 0, '2022-04-28', NULL, NULL, '01306662692', '354778341514738', NULL, '123456', '2023-09-16 23:55:05', '2023-09-16 23:55:05'),
(1414, 2428, 'Md.Faridul Islam', '01610842565', NULL, 'faridul65@mygps.com.bd', 'dhaka', 'DM GA 36-6335', 'Car', '2022-04-28', 'y', '4000', NULL, 1, 0, 0, NULL, '2030-04-01 00:00:00', 0, 0, 0, '2023-04-28', NULL, NULL, '01306670546', '359510087585449', NULL, '123456', '2023-09-17 00:01:56', '2023-09-17 00:01:56'),
(1418, 2432, 'Md.Nazrul Islam', '01816445211', NULL, 'litonnazrul1976@gmail.com', 'dhaka', 'DM CHA 15-0294', 'Car', '2022-05-11', 'y', '3200', NULL, 1, 0, 0, NULL, '2040-05-01 00:00:00', 0, 0, 0, '2022-05-11', NULL, NULL, '01794416982', '354778341514894', NULL, '123456', '2023-09-17 00:19:42', '2023-09-17 00:19:42'),
(1419, 2433, 'Dr.Md.Azaharul Islam', '01735923644', NULL, 'azharulrafi28@gmail.com', 'dhaka', 'DM GA 17-7724', 'Car', '2022-05-11', 'y', '3500', NULL, 1, 0, 0, NULL, '2040-05-01 00:00:00', 0, 0, 0, '2022-05-11', NULL, NULL, '01730912057', '359510087584137', NULL, '123456', '2023-09-17 00:24:43', '2023-09-17 00:24:43'),
(1421, 2435, 'Md Nuruzzaman', '01728115026', NULL, 'zaman526266i@gmail.com', 'dhaka', 'DM GA 28-7721', 'Car', '2022-05-12', 'y', '3600', NULL, 1, 0, 0, NULL, '2029-05-01 00:00:00', 0, 0, 0, '2023-05-12', NULL, NULL, '01731773101', '354778341512674', NULL, '123456', '2023-09-17 10:07:36', '2023-09-17 10:07:36'),
(1422, 2436, 'Md.Mahmudur Rahman Pasha', '01729204040', NULL, 'istugulugulu@gmail.com', 'dhaka', 'DM GA 34-0968', 'Car', '2022-05-13', 'y', '3600', NULL, 1, 0, 0, NULL, '2029-05-01 00:00:00', 0, 0, 0, '2023-05-13', NULL, NULL, '01324937593', '359015560004934', NULL, '123456', '2023-09-17 10:09:56', '2023-09-17 10:09:56'),
(1424, 2438, 'Tariqul Islam Bhuiyan', '01827941001', NULL, 'bhuiyantariqul317@gmail.com', 'dhaka', 'Norshindi CHA 11-0108', 'Car', '2022-05-14', 'y', '3200', NULL, 1, 0, 0, NULL, '2040-05-01 00:00:00', 0, 0, 0, '2022-05-14', NULL, NULL, '01617226842', '9172490700', NULL, '123456', '2023-09-17 10:21:13', '2023-09-17 10:21:13'),
(1427, 2441, 'Subrata Das', '01819102021', NULL, 'subrata21@mygpsbd.net', 'dhaka', 'CM GA 12-7658', 'Car', '2022-05-15', 'y', '4200', NULL, 1, 0, 0, NULL, '2029-05-01 00:00:00', 0, 0, 0, '2023-05-15', NULL, NULL, '01762963169', '359510087586421', NULL, '123456', '2023-09-17 10:36:06', '2023-09-17 10:36:06'),
(1429, 2443, 'Abdur Razzaque', '01711954560', NULL, 'razzaquem1971@gmail.com', 'dhaka', 'DM GA 20-4421', 'Car', '2022-05-14', 'y', '4200', NULL, 1, 0, 0, NULL, '2040-05-01 00:00:00', 0, 0, 0, '2022-05-14', NULL, NULL, '01760666518', '359510087585415', NULL, '123456', '2023-09-17 10:56:10', '2023-09-17 10:56:10'),
(1431, 2445, 'Md Tawfiq Alam', '01722823747', NULL, 'tawfiq8505@gmail.com', 'dhaka', 'DM GA 23-5342', 'Car', '2022-05-16', 'y', '4200', NULL, 1, 0, 0, NULL, '2029-05-01 00:00:00', 0, 0, 0, '2023-05-16', NULL, NULL, '01733227947', '359510087586413', NULL, '123456', '2023-09-17 11:13:48', '2023-09-17 11:13:48'),
(1433, 2447, 'Mahbub Riyad', '01877162041', NULL, 'riyad41@mygpsbd.net', 'dhaka', 'DM GA 14-9389', 'Car', '2022-05-18', 'y', '6400', NULL, 1, 0, 0, NULL, '2025-04-01 00:00:00', 0, 0, 0, '2023-05-28', NULL, NULL, '01307111806', '9172489802', NULL, '123456', '2023-09-17 11:23:43', '2024-05-14 15:42:53'),
(1434, 2448, 'Md. Khosrul Alam', '01718096689', NULL, 'khosrul902@gmail.com', 'dhaka', 'DM GA 26-1913', 'Car', '2022-05-20', 'y', '3600', NULL, 1, 0, 0, NULL, '2029-05-01 00:00:00', 0, 0, 0, '2023-05-20', NULL, NULL, '01831799875', '9172482434', NULL, '123456', '2023-09-17 11:26:37', '2023-09-17 11:26:37'),
(1435, 2449, 'SHAWON', '01742401607', NULL, 'shawon07@mygps.com.bd', 'dhaka', 'DM DA 14-2171', 'Car', '2022-05-21', 'y', '4000', NULL, 1, 0, 0, NULL, '2029-05-01 00:00:00', 0, 0, 0, '2023-05-21', NULL, NULL, '01307112318', '359510087587817', NULL, '123456', '2023-09-17 11:28:56', '2023-09-17 11:28:56'),
(1438, 2452, 'Shah Alam', '01672074421', NULL, 'heavenenterrise02@gmail.com', 'dhaka', 'DM GA 31-5536', 'Car', '2022-05-21', 'y', '4200', NULL, 1, 0, 0, NULL, '2029-05-01 00:00:00', 0, 0, 0, '2023-05-21', NULL, NULL, '01307110996', '359510087584293', NULL, '123456', '2023-09-17 12:06:32', '2023-09-17 12:06:32'),
(1439, 2453, 'Mohammad Golam Faruk', '01711008630', NULL, 'farukswim38@gmail.com', 'dhaka', 'DM GA 20-4319', 'Car', '2022-05-22', 'y', '3600', NULL, 1, 0, 0, NULL, '2029-05-01 00:00:00', 0, 0, 0, '2023-05-21', NULL, NULL, '01853037132', '359510087586595', NULL, '123456', '2023-09-17 12:08:52', '2023-09-17 12:08:52'),
(1440, 2454, 'Babul Sheikh', '01712167542', NULL, 'babul542sheikh@gmail.com', 'dhaka', 'DM GA 32-0881', 'Car', '2022-05-22', 'y', '4200', NULL, 1, 0, 0, NULL, '2040-05-01 00:00:00', 0, 0, 0, '2022-05-22', NULL, NULL, '01319632696', '359510087588948', NULL, '123456', '2023-09-17 12:10:58', '2023-09-17 12:10:58'),
(1442, 2456, 'ASM Muntasir Chowdhury', '01711670830', NULL, 'dear.muntasir@gmail.com', 'dhaka', 'DM GA 33-0656', 'Car', '2022-05-23', 'y', '3600', NULL, 1, 0, 0, NULL, '2029-05-01 00:00:00', 0, 0, 0, '2023-05-23', NULL, NULL, '01307116341', '9172474567', NULL, '123456', '2023-09-17 12:18:32', '2023-09-17 12:18:32'),
(1443, 2457, 'Md.Masud Alom Munna', '01711026032', NULL, 'munna32@mygpsbd.net', 'dhaka', 'DM BA 14-8426', 'Car', '2022-05-23', 'y', '3600', NULL, 1, 0, 0, NULL, '2029-05-01 00:00:00', 0, 0, 0, '2023-05-23', NULL, NULL, '01617074209', '9172342927', NULL, '123456', '2023-09-17 12:20:41', '2023-09-17 12:20:41'),
(1444, 2458, 'AKM Noor Rahman', '01711929536', NULL, 'rootagrovet@gmail.com', 'dhaka', 'DM GA 23-7064', 'Car', '2022-05-26', 'y', '4000', NULL, 1, 0, 0, NULL, '2029-05-01 00:00:00', 0, 0, 0, '2023-05-26', NULL, NULL, '01841248287', '9172522854', NULL, '123456', '2023-09-17 12:36:04', '2023-09-17 12:36:04'),
(1445, 2459, 'Obidul Islam', '01719934355', NULL, 'obidul55@mygpsbd.net', 'dhaka', 'DM CHA 71-1795', 'Car', '2022-05-28', 'y', '3600', NULL, 1, 0, 0, NULL, '2029-05-01 00:00:00', 0, 0, 0, '2023-05-28', NULL, NULL, '01776339788', '9172489794', NULL, '123456', '2023-09-17 12:38:32', '2023-09-17 12:38:32'),
(1449, 2463, 'Engr. Mogibul Mowla', '01814275302', NULL, 'marinetecctg@gmail.com', 'dhaka', 'CM GA 13-6318', 'Car', '2022-05-30', 'y', '3500', NULL, 1, 0, 0, NULL, '2029-05-01 00:00:00', 0, 0, 0, '2023-05-30', NULL, NULL, '01301042676', '359510087587080', NULL, '123456', '2023-09-17 16:14:18', '2023-09-17 16:14:18'),
(1451, 2465, 'Dr. Mohammad Khairul Alam', '01711398017', NULL, 'khairulalom@mygpsbd.com', 'dhaka', 'CM CHA 12-4375', 'Car', '2022-05-30', 'y', '3900', NULL, 1, 0, 0, NULL, '2029-05-01 00:00:00', 0, 0, 0, '2023-05-30', NULL, NULL, '01324895102', '359510087584111', NULL, '123456', '2023-09-17 16:19:29', '2023-09-17 16:19:29'),
(1457, 2471, 'Mos5 tel Ltd.', '01707038118', NULL, 'mokamal018@gmail.com', 'dhaka', 'DM GA 22-2725', 'Car', '2022-06-02', 'y', '3600', NULL, 1, 0, 0, NULL, '2028-06-01 00:00:00', 0, 0, 0, '2023-06-02', NULL, NULL, '01307165090', '9172489786', NULL, '123456', '2023-09-17 16:49:32', '2023-09-17 16:49:32'),
(1458, 2472, 'Md. Jahedul Islam', '01749332498', NULL, 'jatbangla548@gmail.com', 'dhaka', 'DM GA 34-0588', 'Car', '2022-06-04', 'y', '3600', NULL, 1, 0, 0, NULL, '2028-06-01 00:00:00', 0, 0, 0, '2023-06-04', NULL, NULL, '01307167428', '9172522075', NULL, '123456', '2023-09-17 16:54:59', '2023-09-17 16:54:59'),
(1460, 2474, 'Robiul Hasan Salman', '01999044603', NULL, 'robiulhasan@mygpsbd.com', 'dhaka', 'CM GA 12-8254', 'Car', '2022-06-04', 'y', '3300', NULL, 1, 0, 0, NULL, '2039-06-01 00:00:00', 0, 0, 0, '2022-06-04', NULL, NULL, '01307158785', '9172481897', NULL, '123456', '2023-09-17 17:19:21', '2023-09-17 17:19:21'),
(1461, 2475, 'Motiur Rahman', '01611582146', NULL, 'motiur46@mygpsbd.com', 'dhaka', 'DM NA 13-8040', 'Car', '2022-06-05', 'y', '9900', NULL, 2, 0, 0, NULL, '2028-06-01 00:00:00', 0, 0, 0, '2023-06-05', NULL, NULL, '01307164296', '9172490688', NULL, '123456', '2023-09-17 17:24:26', '2023-09-17 17:24:26'),
(1462, 2476, 'Liakat Ali', '01827596267', NULL, NULL, 'dhaka', 'DM NA 20-0340', 'Car', '2023-04-01', 'm', '0', NULL, 1, 0, 0, NULL, '2023-11-01 00:00:00', 0, 1, 0, '2023-10-01', NULL, NULL, '01878850714', '359015560004744', NULL, '123456', '2023-09-17 17:31:19', '2023-09-17 17:31:19'),
(1464, 2478, 'Rashed Mosharrof Rana', '01973000081', NULL, 'rashedmosharrofrana@gmail.com', 'dhaka', 'DM GA 16-0618', 'Car', '2022-06-06', 'y', '4200', NULL, 1, 0, 0, NULL, '2028-06-01 00:00:00', 0, 0, 0, '2023-06-06', NULL, NULL, '01324592217', '9172521893', NULL, '123456', '2023-09-17 17:46:54', '2023-09-17 17:46:54'),
(1465, 2479, 'Md. Morshed Sawdagor', '01704406523', NULL, 'morshed23@mygpsbd.com', 'dhaka', 'DM THO 13-1827', 'Car', '2022-06-06', 'm', '0', NULL, 1, 0, 0, NULL, '2023-11-01 00:00:00', 0, 1, 0, '2023-10-01', NULL, NULL, '01307133593', '9172489692', NULL, '123456', '2023-09-17 17:49:15', '2023-09-17 17:49:15'),
(1466, 2480, 'Lutfor rahman', '01608907576', NULL, 'rahamanlutfor1981@gmail.com', 'dhaka', 'DM GA 19-9973', 'Car', '2022-06-06', 'm', '0', NULL, 1, 0, 0, NULL, '2023-11-01 00:00:00', 0, 0, 0, '0023-10-12', NULL, NULL, '01858817473', '9172522702', NULL, '123456', '2023-09-17 17:52:19', '2023-09-17 17:54:38'),
(1468, 2482, 'Parvez Ahmed', '01882767271', NULL, 'parvezahmed@mygpsbd.net', 'dhaka', 'CM THA 14-5977', 'Car', '2022-06-11', 'y', '2700', NULL, 1, 0, 0, NULL, '2028-06-01 00:00:00', 0, 0, 0, '2023-06-11', NULL, NULL, '01889181483', '9172489828', NULL, '123456', '2023-09-17 17:57:15', '2023-09-17 17:57:15'),
(1469, 2483, 'Murshed Chowdhury', '01729226623', NULL, 'murshed_chowdhury@outlook.com', 'dhaka', 'Sylhet GA 11-0696', 'Car', '2022-06-11', 'y', '3600', NULL, 1, 0, 0, NULL, '2028-06-01 00:00:00', 0, 0, 0, '2023-06-11', NULL, NULL, '01307166100', '9172489753', NULL, '123456', '2023-09-17 21:20:14', '2023-09-17 21:20:14'),
(1470, 2484, 'DR MD SALAH UDDON', '01711421085', NULL, 'salahuddinomar9229@gmail.com', 'dhaka', 'DM GA 45-6323', 'Car', '2022-06-11', 'y', '4200', NULL, 1, 0, 0, NULL, '2028-06-01 00:00:00', 0, 0, 0, '2023-06-11', NULL, NULL, '01307135318', '9172522354', NULL, '123456', '2023-09-17 21:36:22', '2023-09-17 21:36:22'),
(1471, 2485, 'Mohammad Ismail Hossain', '01711123599', NULL, 'muktoh2022@gmail.com', 'dhaka', 'DM GA 47-1665', 'Car', '2022-06-11', 'y', '3600', NULL, 1, 0, 0, NULL, '2028-06-01 00:00:00', 0, 0, 0, '2023-06-11', NULL, NULL, '01919897972', '351969560387665', NULL, '123456', '2023-09-17 21:39:06', '2023-09-17 21:39:06'),
(1472, 2486, 'Kornel asad', '01713331568', NULL, 'romel6540@gmail.com', 'dhaka', 'DM GA 29-5516', 'Car', '2022-06-11', 'y', '3600', NULL, 1, 0, 0, NULL, '2039-06-01 00:00:00', 0, 0, 0, '2022-06-11', NULL, NULL, '01307159670', '9172482440', NULL, '123456', '2023-09-17 21:42:00', '2023-09-17 21:42:00'),
(1473, 2487, 'MD Iqbal Hossain', '01712274148', NULL, 'mdiqbal5029@gmail.com', 'dhaka', 'DM CA 19-9701', 'Car', '2022-06-13', 'm', '0', NULL, 1, 0, 0, NULL, '2023-11-01 00:00:00', 0, 0, 0, '2023-06-13', NULL, NULL, '01789117994', '351969560199672', NULL, '123456', '2023-09-17 21:45:05', '2023-09-17 21:45:05'),
(1474, 2488, 'Rabby', '01316199697', NULL, 'rabbibond25@gmail.com', 'dhaka', 'DM GA 20-2184', 'Car', '2023-07-15', 'y', '6800', NULL, 1, 0, 0, NULL, '2027-07-01 00:00:00', 0, 0, 0, '2023-07-15', NULL, NULL, '01874809448', '359015560012598', NULL, '123456', '2023-09-17 21:48:29', '2023-09-17 21:48:29'),
(1475, 2489, 'Rahim', '01919166944', NULL, 'rahim44@mygpsd.com', 'dhaka', 'DM CHA 15-9762', 'Car', '2022-06-13', 'y', '3400', NULL, 1, 0, 0, NULL, '2028-06-01 00:00:00', 0, 0, 0, '2023-06-13', NULL, NULL, '01783997470', '351969560200777', NULL, '123456', '2023-09-17 21:51:27', '2023-09-17 21:51:27'),
(1476, 2490, 'Sumon Uddin', '01884204571', NULL, 'sumon71@gmail.com', 'dhaka', 'CM NA 11-4712', 'Car', '2022-06-13', 'y', '2700', NULL, 1, 0, 0, NULL, '2028-06-01 00:00:00', 0, 0, 0, '2023-06-13', NULL, NULL, '01841760061', '354778341512658', NULL, '123456', '2023-09-17 21:56:27', '2023-09-17 21:56:27'),
(1477, 2491, 'Md Mostafizur Rahman', '01712699155', NULL, 'shamimkuet@gmail.com', 'dhaka', 'DM GA 31-9004', 'Car', '2022-06-14', 'y', '4200', NULL, 1, 0, 0, NULL, '2028-06-01 00:00:00', 0, 0, 0, '2023-06-14', NULL, NULL, '01307140535', '351969560201064', NULL, '123456', '2023-09-17 22:00:39', '2023-09-17 22:00:39'),
(1478, 2492, 'Sheikh Ripon', '01728240589', NULL, 'ripon89@gmail.com', 'dhaka', 'DM GA 11-3159', 'Car', '2022-06-14', 'y', '3600', NULL, 1, 0, 0, NULL, '2028-06-01 00:00:00', 0, 0, 0, '2023-06-14', NULL, NULL, '01307137496', '351969560200918', NULL, '123456', '2023-09-17 22:03:25', '2023-09-17 22:03:25'),
(1480, 2494, 'KAMRUDDUJA SAYEM', '01712170394', NULL, 'sayem123457@gmail.com', 'dhaka', 'DM GA 28-9651', 'Car', '2022-06-14', 'y', '4200', NULL, 1, 0, 0, NULL, '2028-06-01 00:00:00', 0, 0, 0, '2023-06-14', NULL, NULL, '01307137124', '351969560200967', NULL, '123456', '2023-09-18 09:59:39', '2023-09-18 09:59:39'),
(1481, 2495, 'faruk123', '01718159097', NULL, 'faruk123@mygpsd.com', 'dhaka', 'DM GA 25-2976', 'Car', '2022-06-16', NULL, '3600', NULL, 1, 0, 0, NULL, '2023-11-01 00:00:00', 0, 0, 0, '2022-06-16', NULL, NULL, '01821247395', '359015560003092', NULL, '123456', '2023-09-18 10:01:51', '2023-09-18 10:01:51'),
(1483, 2497, 'Md.Main uddin', '01732651804', NULL, 'stmain1998@gmail.com', 'dhaka', 'DM CHA 16-1457', 'Car', '2022-06-17', 'y', '4200', NULL, 1, 0, 0, NULL, '2039-06-01 00:00:00', 0, 0, 0, '2022-06-17', NULL, NULL, '01307141794', '351969560201023', NULL, '123456', '2023-09-18 10:07:01', '2023-09-18 10:07:01');
INSERT INTO `all_users` (`id`, `user_id`, `name`, `phone`, `alter_phone`, `email`, `par_add`, `car_number`, `car_model`, `installation_date`, `billing_cycle`, `monthly_bill`, `device_price`, `user_type`, `complain_status`, `service_problem_status`, `total_due`, `next_payment_date`, `expair_status`, `payment_status`, `order_status`, `due_date`, `total_paied`, `status`, `device_sim_number`, `imei_number`, `note`, `password`, `created_at`, `updated_at`) VALUES
(1484, 2498, 'HAMIDUR RAHMAN', '01718108042', NULL, 'hamidurrahmanshipon@gmail.com', 'dhaka', 'DM GA 47-8709', 'Car', '2022-06-18', 'm', '0', NULL, 1, 0, 0, NULL, '2023-11-01 00:00:00', 0, 1, 0, '2023-10-01', NULL, NULL, '01307116586', '351969560201148', NULL, '123456', '2023-09-18 10:13:21', '2023-09-18 10:13:21'),
(1485, 2499, 'RASEL AHMED', '01769007412', NULL, 'rasel12@mygpsd.net', 'dhaka', 'DM GHA 21-7707', 'Car', '2022-06-18', 'y', '3600', NULL, 1, 0, 0, NULL, '2028-06-01 00:00:00', 0, 0, 0, '2023-06-18', NULL, NULL, '01789133927', '9172187522', NULL, '123456', '2023-09-18 10:17:31', '2023-09-18 10:17:31'),
(1487, 2501, 'Teletalk', '01550155280', NULL, 'shafaatuzzaman@gmail.com', 'dhaka', 'DM CHA 51-5893', 'Car', '2022-06-20', 'm', '0', NULL, 2, 0, 0, NULL, '2023-11-01 00:00:00', 0, 1, 0, '2023-10-01', NULL, NULL, '01550169750', '2500001994', NULL, '123456', '2023-09-18 10:30:15', '2023-09-18 10:30:15'),
(1489, 2503, 'NUR SIDDIQUE ONIM', '01730599993', NULL, 'ONIM723@GMAIL.COM', 'dhaka', 'DM GA 25-5043', 'Car', '2022-06-25', 'y', '3600', NULL, 1, 0, 0, NULL, '2028-06-01 00:00:00', 0, 0, 0, '2023-06-25', NULL, NULL, '01851956319', '351969560399751', NULL, '123456', '2023-09-18 10:38:40', '2023-09-18 10:38:40'),
(1490, 2504, 'Anayet Hossain Sumon', '01866019195', NULL, 'anayet95@mygpsbd.net', 'dhaka', 'CM GA 11-9542', 'Car', '2022-06-27', 'y', '3600', NULL, 1, 0, 0, NULL, '2028-06-01 00:00:00', 0, 0, 0, '2023-06-27', NULL, NULL, '01324487820', '9172481903', NULL, '123456', '2023-09-18 10:50:45', '2023-09-18 10:50:45'),
(1491, 2505, 'Md.jahangir alam', '01618384673', NULL, 'Jahagiralam.tex16@gmail.com', 'dhaka', 'DM GA 35-9955', 'Car', '2022-06-28', 'y', '4200', NULL, 1, 0, 0, NULL, '2028-06-01 00:00:00', 0, 0, 0, '2023-06-28', NULL, NULL, '01880097802', '351969560200934', NULL, '123456', '2023-09-18 10:54:54', '2023-09-18 10:54:55'),
(1492, 2506, 'Md Manik Mia', '01715054861', NULL, 'rawshik84@gmail.com', 'dhaka', 'DM GA 35-9955', 'Car', '2022-06-28', 'y', '4200', NULL, 1, 0, 0, NULL, '2028-06-01 00:00:00', 0, 0, 0, '2023-06-28', NULL, NULL, '01880097802', '351969560200934', NULL, '123456', '2023-09-18 10:59:24', '2023-09-18 10:59:24'),
(1493, 2507, 'Md.Mojibul Karim', '01732228280', NULL, 'amimujib1986@gmail.com', 'dhaka', 'DM GA 26-9767', 'Car', '2022-07-02', 'm', '0', NULL, 1, 0, 0, NULL, '2023-11-01 00:00:00', 0, 0, 0, '2023-07-02', NULL, NULL, '01326535246', '351969560201049', NULL, '123456', '2023-09-18 11:18:33', '2023-09-18 11:18:33'),
(1494, 2508, 'Md.Alim Ul Islam', '01712334589', NULL, 'sajoloffice@gmail.com', 'dhaka', 'DM GA 25-5995', 'Car', '2022-07-03', NULL, '3600', NULL, 1, 0, 0, NULL, '2027-07-01 00:00:00', 0, 0, 0, '2023-07-03', NULL, NULL, '01307115261', '351969560200256', NULL, '123456', '2023-09-18 11:42:14', '2023-09-18 12:31:59'),
(1495, 2510, 'ROSHID', '01920784555', NULL, 'roshid55@mygpsbd.net', 'dhaka', 'DM GA 25-1141', 'Car', '2022-07-04', 'm', '0', NULL, 1, 0, 0, NULL, '2023-11-01 00:00:00', 0, 0, 0, '2023-07-04', NULL, NULL, '01318189008', '351969560201080', NULL, '123456', '2023-09-18 21:46:48', '2023-09-18 21:46:48'),
(1496, 2511, 'Nashim Ahmed', '01763256861', NULL, 'skrumi.in@gmail.com', 'dhaka', 'DM GA 36-2884', 'Car', '2022-07-04', 'y', '3600', NULL, 1, 0, 0, NULL, '2027-07-01 00:00:00', 0, 0, 0, '2023-07-04', NULL, NULL, '01828089642', '351969560200496', NULL, '123456', '2023-09-18 21:50:51', '2023-09-18 21:50:51'),
(1497, 2512, 'Abdullah Mohammad Eunus', '01755536111', NULL, 'abdullah11@mygpsbd.net', 'dhaka', 'DM GA 35-3781', 'Car', '2022-07-05', 'y', '3600', NULL, 1, 0, 0, NULL, '2027-07-01 00:00:00', 0, 0, 0, '2023-07-05', NULL, NULL, '01302925959', '351969560199250', NULL, '123456', '2023-09-18 21:54:10', '2023-09-18 21:54:10'),
(1498, 2513, 'Md Razvi Biswas', '01796597999', NULL, 'dxrobin8@gmail.com', 'dhaka', 'DM KHA 12-4853', 'Car', '2022-07-05', 'y', '4200', NULL, 1, 0, 0, NULL, '2027-07-01 00:00:00', 0, 0, 0, '2023-07-05', NULL, NULL, '01760655404', '351969560200900', NULL, '123456', '2023-09-18 21:56:46', '2023-09-18 21:56:46'),
(1499, 2514, 'Delowar hosen', '01685596102', NULL, 'delowar.hosen557@gmail.com', 'dhaka', 'DM GA 34-0132', 'Car', '2022-07-05', 'y', '6800', NULL, 1, 0, 0, NULL, '2027-07-01 00:00:00', 0, 0, 0, '2023-07-05', NULL, NULL, '01618746419', '351969560198872', NULL, '123456', '2023-09-18 21:59:51', '2023-09-18 21:59:51'),
(1500, 2515, 'MD. AKIB HASAN', '01715199608', NULL, 'akib1344@hotmail.com', 'dhaka', 'DM GA 26-8654', 'Car', '2022-07-06', 'y', '3400', NULL, 1, 0, 0, NULL, '2027-07-01 00:00:00', 0, 0, 0, '2023-07-06', NULL, NULL, '01886399608', '351969560200157', NULL, '123456', '2023-09-18 22:05:59', '2023-09-18 22:05:59'),
(1501, 2516, 'Md Nurul Huda Bijoy', '01769009054', NULL, 'bijoy2694@gmail.com', 'dhaka', 'DM GA 14-1456', 'Car', '2022-07-06', 'y', '4200', NULL, 1, 0, 0, NULL, '2027-07-01 00:00:00', 0, 0, 0, '2023-07-06', NULL, NULL, '01857833991', '351969560200959', NULL, '123456', '2023-09-18 22:08:41', '2023-09-18 22:08:41'),
(1502, 2517, 'Jahangir Aman', '01304159767', NULL, 'Jahangiraman0@gmail.com', 'dhaka', 'DM GA 25-8048', 'Car', '2022-07-07', 'm', '0', NULL, 1, 0, 0, NULL, '2023-11-01 00:00:00', 0, 0, 0, '2023-07-07', NULL, NULL, '01780382858', '351969560200850', NULL, '123456', '2023-09-18 22:18:24', '2023-09-18 22:18:24'),
(1503, 2518, 'Anar Koli', '01715955879', NULL, NULL, 'dhaka', 'DM CA 19-4543', 'Car', '2022-07-16', 'y', '3600', NULL, 1, 0, 0, NULL, '2027-07-01 00:00:00', 0, 0, 0, '2023-07-16', NULL, NULL, '01325786401', '351969560200561', NULL, '123456', '2023-09-18 22:21:36', '2023-09-18 22:21:36'),
(1504, 2519, 'SAIM RANA', '01999488933', NULL, 'gm.saidulislamsi4800274@gmail.com', 'dhaka', 'DM NA 19-6056', 'Car', '2022-07-16', 'y', '3200', NULL, 1, 0, 0, NULL, '2027-07-01 00:00:00', 0, 0, 0, '2023-07-16', NULL, NULL, '01818711036', '351969560199391', NULL, '123456', '2023-09-18 22:24:45', '2023-09-18 22:24:45'),
(1505, 2520, 'Md.moniruzzaman khan', '01711203272', NULL, 'khanmoniruzzaman31@gmail.com', 'dhaka', 'DM GA 19-9865', 'Car', '2022-07-17', 'y', '3400', NULL, 1, 0, 0, NULL, '2027-07-01 00:00:00', 0, 0, 0, '2023-07-17', NULL, NULL, '01893424732', '351969560198906', NULL, '123456', '2023-09-18 22:27:35', '2023-09-18 22:27:35'),
(1506, 2521, 'Md SOLAYMAN', '01792211276', NULL, 'solaymd65@gmail.com', 'dhaka', 'DM GA 25-5005', 'Car', '2022-07-18', 'y', '3600', NULL, 1, 0, 0, NULL, '2027-07-01 00:00:00', 0, 0, 0, '2023-07-18', NULL, NULL, '01705095175', '351969560200637', NULL, '123456', '2023-09-18 22:30:57', '2023-09-18 22:30:57'),
(1507, 2522, 'Alom sentu', '01713026414', NULL, NULL, 'dhaka', 'DM CHA 13-9821', 'Car', '2022-07-19', 'y', '4200', NULL, 1, 0, 0, NULL, '2027-07-01 00:00:00', 0, 0, 0, '2023-07-19', NULL, NULL, '01709135974', '351969560201239', NULL, '123456', '2023-09-18 22:33:35', '2023-09-18 22:33:35'),
(1508, 2523, 'Khokon', '01810453194', NULL, NULL, 'dhaka', 'DM CHA 16-2749', 'Car', '2022-07-20', 'y', '4200', NULL, 1, 0, 0, NULL, '2027-07-01 00:00:00', 0, 0, 0, '2023-07-20', NULL, NULL, '01619119454', '359015560049046', NULL, '123456', '2023-09-18 22:35:56', '2023-09-18 22:35:56'),
(1510, 2525, 'Moshiur Rahman Razu', '01711850011', NULL, 'razu@utechinfusion.com', 'dhaka', 'DM GHA 13-2018', 'Car', '2022-07-21', 'y', '3600', NULL, 1, 0, 0, NULL, '2027-07-01 00:00:00', 0, 0, 0, '2023-07-21', NULL, NULL, '01873847205', '351969560199706', NULL, '123456', '2023-09-19 21:17:28', '2023-09-19 21:17:28'),
(1511, 2526, 'MD.SAIFUL DEWAN', '01724102060', NULL, 'saiful2060@mygpsbd.net', 'dhaka', 'DM GA 23-8610', 'Car', '2022-07-23', 'y', '3600', NULL, 1, 0, 0, NULL, '2027-07-01 00:00:00', 0, 0, 0, '2023-07-23', NULL, NULL, '01772664979', '351969560200843', NULL, '123456', '2023-09-19 21:22:20', '2023-09-19 21:22:20'),
(1512, 2527, 'Mostafa Zaman', '01752299773', NULL, 'mostafazaman6@gmail.com', 'dhaka', 'DM GA 32-8135', 'Car', '2022-07-23', 'y', '3600', NULL, 1, 0, 0, NULL, '2027-07-01 00:00:00', 0, 0, 0, '2023-07-23', NULL, NULL, '01893520032', '351969560199540', NULL, '123456', '2023-09-19 21:26:13', '2023-09-19 21:26:13'),
(1513, 2528, 'ISMAIL', '01921764663', NULL, 'pmoismail85@gmail.com', 'dhaka', 'DM GA 19-6338', 'Car', '2022-07-23', 'y', '3400', NULL, 1, 0, 0, NULL, '2027-07-01 00:00:00', 0, 0, 0, '2023-07-23', NULL, NULL, '01617442683', '351969560199839', NULL, '123456', '2023-09-19 21:30:46', '2023-09-19 21:30:46'),
(1514, 2529, 'Manir Hossain', '01914751898', NULL, 'manirhossain1981@gmail.com', 'dhaka', 'DM GHA 13-5466', 'Car', '2022-07-24', 'y', '4200', NULL, 1, 0, 0, NULL, '2038-07-01 00:00:00', 0, 0, 0, '2022-07-24', NULL, NULL, '01962612996', '351969560200884', NULL, '123456', '2023-09-19 21:34:31', '2023-09-19 21:34:31'),
(1515, 2530, 'MD MAHBUBUZZAMAN', '01712933123', NULL, 'mahbubuzzaman007@gmail.com', 'dhaka', 'DM GHA 21-8036', 'Car', '2022-07-24', 'y', '3600', NULL, 1, 0, 0, NULL, '2027-07-01 00:00:00', 0, 0, 0, '2023-07-24', NULL, NULL, '01770077036', '351969560201254', NULL, '123456', '2023-09-19 21:37:38', '2023-09-19 21:37:38'),
(1516, 2531, 'S.M. NURUL HUDA', '01719558555', NULL, 'gcibangladesh@gmail.com', 'dhaka', 'CM GA 13-6322', 'Car', '2022-07-27', 'y', '4000', NULL, 1, 0, 0, NULL, '2027-07-01 00:00:00', 0, 0, 0, '2023-07-27', NULL, NULL, '01826871701', '351969560201288', NULL, '123456', '2023-09-19 21:41:07', '2023-09-19 21:41:07'),
(1517, 2532, 'Abdullah al mamun', '01321095943', NULL, 'almamun43sg@gmail.com', 'dhaka', 'DM GA 23-3667', 'Car', '2022-07-27', 'y', '3400', NULL, 1, 0, 0, NULL, '2027-07-01 00:00:00', 0, 0, 0, '2023-07-27', NULL, NULL, '01761282675', '351969560199375', NULL, '123456', '2023-09-19 21:45:06', '2023-09-19 21:45:06'),
(1518, 2533, 'Amir', '01716650404', NULL, 'amir.ahammad.renata@gmail.com', 'dhaka', 'DM CHA 20-4783', 'Car', '2022-07-28', 'y', '3000', NULL, 1, 0, 0, NULL, '2027-07-01 00:00:00', 0, 0, 0, '2023-07-28', NULL, NULL, '01861960393', '351969560200215', NULL, '123456', '2023-09-19 21:49:24', '2023-09-19 21:49:24'),
(1519, 2534, 'POARSH', '01979060509', NULL, 'porosd37@gmail.com', 'dhaka', 'DM GA 33-3184', 'Car', '2022-07-28', 'y', '3600', NULL, 1, 0, 0, NULL, '2027-07-01 00:00:00', 0, 0, 0, '2023-07-28', NULL, NULL, '01330832106', '351969560199698', NULL, '123456', '2023-09-19 21:57:42', '2023-09-19 21:57:42'),
(1521, 2536, 'Mamun', '01715567953', NULL, 'mamun53@mygpsbd.net', 'dhaka', 'DM CHA 20-4664', 'Car', '2022-07-28', 'y', '3600', NULL, 1, 0, 0, NULL, '2027-07-01 00:00:00', 0, 0, 0, '2023-07-28', NULL, NULL, '01316531432', '351969560199854', NULL, '123456', '2023-09-19 22:07:39', '2023-09-19 22:07:39'),
(1522, 2537, 'Md.Golam Rosul', '01964691210', NULL, 'rosulgolam99@gmail.com', 'dhaka', 'DM GA 47-9401', 'Car', '2022-07-30', 'y', '3200', NULL, 1, 0, 0, NULL, '2027-07-01 00:00:00', 0, 0, 0, '2023-07-30', NULL, NULL, '01868363948', '351969560199102', NULL, '123456', '2023-09-19 22:13:44', '2023-09-19 22:13:44'),
(1523, 2538, 'Nazim Ahamed', '01730087617', NULL, 'nazim5bir@gmail.com', 'dhaka', 'DM GHA 21-8438', 'Car', '2022-07-30', 'y', '4200', NULL, 1, 0, 0, NULL, '2027-07-01 00:00:00', 0, 0, 0, '2023-07-30', NULL, NULL, '01886082846', '351969560201205', NULL, '123456', '2023-09-19 22:17:50', '2023-09-19 22:17:50'),
(1524, 2539, 'Siyam', '01302476279', NULL, 'siyamhosen11@gmail.com', 'dhaka', 'DM CHA 75-0248', 'Car', '2022-07-30', 'y', '3600', NULL, 1, 0, 0, NULL, '2027-07-01 00:00:00', 0, 0, 0, '2023-07-30', NULL, NULL, '01704294331', '351969560200173', NULL, '123456', '2023-09-19 22:21:14', '2023-09-19 22:21:14'),
(1525, 2540, 'MOHAMMAD ATAUR', '01790591028', NULL, 'ataurims@gmail.com', 'dhaka', 'DM GA 45-7848', 'Car', '2022-07-30', 'y', '3600', NULL, 1, 0, 0, NULL, '2027-07-01 00:00:00', 0, 0, 0, '2023-07-30', NULL, NULL, '01768395441', '351969560200462', NULL, '123456', '2023-09-19 22:24:27', '2023-09-19 22:24:27'),
(1527, 2542, 'Rintu', '01970777420', NULL, 'rintu20@mygpsbd.net', 'dhaka', 'DM GA 21-7378', 'Car', '2022-07-31', 'y', '4000', NULL, 1, 0, 0, NULL, '2038-07-01 00:00:00', 0, 0, 0, '2022-07-31', NULL, NULL, '01893978195', '351969560201098', NULL, '123456', '2023-09-19 22:32:54', '2023-09-19 22:32:58'),
(1528, 2543, 'shamim Ahamed', '01712628656', NULL, 'sa@metro.net.bd', 'dhaka', 'DM GA 43-6881', 'Car', '2022-07-31', 'y', '3000', NULL, 1, 0, 0, NULL, '2027-07-01 00:00:00', 0, 0, 0, '2023-07-31', NULL, NULL, '01850352582', '351969560199094', NULL, '123456', '2023-09-19 22:35:34', '2023-09-19 22:35:34'),
(1529, 2544, 'Mamun', '01738007847', NULL, 'mamunhowlader734@gmail.com', 'dhaka', 'DM NA 18-9495', 'Car', '2022-08-01', 'y', '3600', NULL, 1, 0, 0, NULL, '2026-08-01 00:00:00', 0, 0, 0, '2023-08-01', NULL, NULL, '01829373694', '351969560199367', NULL, '123456', '2023-09-19 22:45:55', '2023-09-19 22:45:55'),
(1530, 2545, 'Mashiul Alam', '00170072953', NULL, 'mashiul.fcc@gmail.com', 'dhaka', 'DM GA 32-6881', 'Car', '2022-08-02', 'y', '3600', NULL, 1, 0, 0, NULL, '2026-08-01 00:00:00', 0, 0, 0, '2023-08-02', NULL, NULL, '1849751460', '351969560200454', NULL, '123456', '2023-09-19 22:52:32', '2023-09-19 22:52:32'),
(1531, 2546, 'shadud0', '01711463355', NULL, 'shadud55@mygpsbd.net', 'dhaka', 'DM GA 14-7405', 'Car', '2022-08-02', 'y', '3600', NULL, 1, 0, 0, NULL, '2026-08-01 00:00:00', 0, 0, 0, '2023-08-02', NULL, NULL, '01886259980', '351969560200090', NULL, '123456', '2023-09-19 22:57:22', '2023-09-19 22:57:22'),
(1532, 2547, 'Md nasir uddin', '01711450900', NULL, 'nasirapurbo795@gmail.com', 'dhaka', 'DM GA 32-9932', 'Car', '2022-08-02', 'y', '3600', NULL, 1, 0, 0, NULL, '2026-08-01 00:00:00', 0, 0, 0, '2023-08-02', NULL, NULL, '01873610855', '351969560199466', NULL, '123456', '2023-09-19 23:01:47', '2023-09-19 23:01:47'),
(1533, 2548, 'Mohammad Mahfuz Alam', '01911405062', NULL, 'mahfuz.hemal@gmail.com', 'dhaka', 'DM NA 19-8126', 'Car', '2022-08-03', 'y', '3600', NULL, 1, 0, 0, NULL, '2026-08-01 00:00:00', 0, 0, 0, '2023-08-03', NULL, NULL, '01835846810', '351969560200595', NULL, '123456', '2023-09-19 23:06:08', '2023-09-19 23:06:08'),
(1534, 2549, 'Anjon Saha', '01711150835', NULL, 'anjon_007@icloud.com', 'dhaka', 'DM GA 33-9143', 'Car', '2022-08-06', 'm', '400', NULL, 1, 0, 0, NULL, '2023-11-01 00:00:00', 0, 0, 0, '2023-08-08', NULL, NULL, '01307136869', '351969560200298', NULL, '123456', '2023-09-19 23:11:56', '2023-09-19 23:11:56'),
(1535, 2550, 'Mamun', '01713579345', NULL, 'mamun345@mygpsbd.net', 'dhaka', 'DM CHA 19-3572', 'Car', '2022-08-07', 'm', '250', NULL, 1, 0, 0, NULL, '2023-11-01 00:00:00', 0, 0, 0, '2023-08-07', NULL, 'deleted', '01814253679', '351969560199748', NULL, '123456', '2023-09-19 23:16:01', '2023-09-20 12:37:55'),
(1537, 2552, 'Rahat', '01722416637', NULL, 'zoomcs84@gmail.com', 'dhaka', 'DM TA 20-9217', 'Car', '2022-08-08', 'm', '0', NULL, 1, 0, 0, NULL, '2023-11-01 00:00:00', 0, 0, 0, '2023-08-08', NULL, NULL, '01306645764', '351969560199581', NULL, '123456', '2023-09-21 10:56:04', '2023-09-21 10:56:04'),
(1538, 2553, 'Arif', '01818548389', NULL, NULL, 'dhaka', 'DM TA 20-5279', 'Car', '2023-03-13', 'm', '0', NULL, 1, 0, 0, NULL, '2023-10-01 00:00:00', 0, 0, 0, '2023-09-22', NULL, NULL, '01863192003', '359015560012689', NULL, '123456', '2023-09-21 11:01:21', '2023-09-21 11:01:21'),
(1539, 2554, 'Md. Arif ahmad', '01711401542', NULL, NULL, 'dhaka', 'DM VO 02-1454', 'Car', '2022-08-08', 'y', '3600', NULL, 1, 0, 0, NULL, '2026-08-01 00:00:00', 0, 0, 0, '2023-08-08', NULL, NULL, '01616447041', '351969560200264', NULL, '123456', '2023-09-21 11:04:08', '2023-09-21 11:04:08'),
(1542, 2557, 'md syful islam rasel', '01722422476', NULL, 'rasel1175@gmail.com', 'dhaka', 'DM GA 36-7623', 'Car', '2022-08-10', 'm', '0', NULL, 1, 0, 0, NULL, '2023-11-01 00:00:00', 0, 0, 0, '2023-08-10', NULL, NULL, '01643398900', '867019050273202', NULL, '123456', '2023-09-21 11:32:51', '2023-09-21 11:32:51'),
(1543, 2558, 'Shafiqul', '01712691313', NULL, NULL, 'dhaka', 'DM GA 28-8264', 'Car', '2023-07-09', 'y', '0', NULL, 1, 0, 0, NULL, '2025-07-01 00:00:00', 0, 1, 0, '2024-07-09', NULL, NULL, '01318964465', '359015560034857', NULL, '123456', '2023-09-21 11:45:06', '2023-09-21 11:45:06'),
(1544, 2559, 'MD.GOLAM MOSTOFA', '01715186622', NULL, NULL, 'dhaka', 'DM THA 11-9104', 'Car', '2022-08-11', 'y', '4200', NULL, 1, 0, 0, NULL, '2026-08-01 00:00:00', 0, 0, 0, '2023-08-11', NULL, NULL, '01845741836', '351969560262397', NULL, '123456', '2023-09-21 11:47:39', '2023-09-21 11:47:39'),
(1545, 2560, 'Polash Datto', '01908543520', NULL, 'Polashdatto07@gmail.com', 'dhaka', 'DM GA 27-7096', 'Car', '2023-08-11', 'y', '4000', NULL, 1, 0, 0, NULL, '2026-08-01 00:00:00', 0, 0, 0, '2023-08-11', NULL, NULL, '01834348639', '351969560201031', NULL, '123456', '2023-09-21 12:06:24', '2023-09-21 12:06:24'),
(1546, 2561, 'Md.jakir hossen', '01712149259', NULL, 'sjakir377@gmail.com', 'dhaka', 'DM GA 23-1223', 'Car', '2022-08-11', 'y', '3000', NULL, 1, 0, 0, NULL, '2026-08-01 00:00:00', 0, 0, 0, '2023-08-11', NULL, NULL, '01768161745', '351969560199227', NULL, '123456', '2023-09-21 12:12:17', '2023-09-21 12:12:17'),
(1547, 2562, 'Alamgir hossain', '01711077858', NULL, 'alamgirhossain73460@gmail.com', 'dhaka', 'DM KHA 12-3201', 'Car', '2022-08-11', 'y', '3800', NULL, 1, 0, 0, NULL, '2026-08-01 00:00:00', 0, 0, 0, '2023-08-11', NULL, NULL, '01306662687', '867019050258427', NULL, '123456', '2023-09-21 12:16:16', '2023-09-21 12:16:16'),
(1548, 2563, 'Mohammad Solayman', '01678134520', NULL, 'write2solayman@gmail.com', 'dhaka', 'DM GA 37-8785', 'Car', '2022-08-11', 'y', '3600', NULL, 1, 0, 0, NULL, '2026-08-01 00:00:00', 0, 0, 0, '2023-08-11', NULL, NULL, '01883102625', '351969560200447', NULL, '123456', '2023-09-21 12:18:47', '2023-09-21 12:18:47'),
(1551, 2566, 'Zan e alam', '01713482200', NULL, 'nabi.alviint@yahoo.com', 'dhaka', 'DM GHA 15-6523', 'Car', '2022-08-13', 'y', '4200', NULL, 1, 0, 0, NULL, '2026-08-01 00:00:00', 0, 0, 0, '2023-08-13', NULL, NULL, '01826389806', '867019050299108', NULL, '123456', '2023-09-21 13:14:45', '2023-09-21 13:14:45'),
(1552, 2567, 'Ataur', '01972434994', NULL, NULL, 'dhaka', 'DM CHA 13-3562', 'Car', '2022-08-14', 'y', '4200', NULL, 1, 0, 0, NULL, '2026-08-01 00:00:00', 0, 0, 0, '2023-08-14', NULL, NULL, '01858540852', '867019050258906', NULL, '123456', '2023-09-21 13:24:49', '2023-09-21 13:24:49'),
(1553, 2568, 'RONY AMBULANGE', '01849487341', NULL, 'ronitoma41@gmail.com', 'dhaka', 'DM CHA 71-3174', 'Car', '2022-08-14', 'm', '0', NULL, 1, 0, 0, NULL, '2023-11-01 00:00:00', 0, 0, 0, '2023-08-14', NULL, NULL, '01320351610', '866551036352008', NULL, '123456', '2023-09-21 13:28:11', '2023-09-21 13:28:11'),
(1556, 2571, 'A.H KHAN', '01670171329', NULL, 'khan@ifxlogisticsbdltd.com', 'dhaka', 'DM GA 21-5529', 'Car', '2022-08-16', 'y', '4200', NULL, 1, 0, 0, NULL, '2026-08-01 00:00:00', 0, 0, 0, '2023-08-16', NULL, NULL, '01849182101', '359510087883729', NULL, '123456', '2023-09-21 13:37:24', '2023-09-21 13:37:24'),
(1557, 2572, 'Shahriar Babla', '01303733794', NULL, 'shahriarbabla565@gmail.com', 'dhaka', 'DM GA 21-7359', 'Car', '2022-08-16', 'm', '0', NULL, 1, 0, 0, NULL, '2023-11-01 00:00:00', 0, 1, 0, '2023-10-01', NULL, NULL, '01821475218', '351969560259179', NULL, '123456', '2023-09-21 13:43:11', '2023-09-21 13:43:11'),
(1558, 2573, 'MD.REZOAN RABBI', '01768630092', NULL, NULL, 'dhaka', 'DM KHA 13-3761', 'Car', '2022-08-17', 'y', '3600', NULL, 1, 0, 0, NULL, '2026-08-01 00:00:00', 1, 0, 0, '2023-08-17', NULL, NULL, '01307117782', '359510087892530', NULL, '123456', '2023-09-21 13:49:29', '2024-03-03 17:18:35'),
(1559, 2574, 'Md.Babul hossain sabuj', '01972487788', NULL, 'mia814742@gamil.com', 'dhaka', 'DM GA 19-8332', 'Car', '2022-08-17', 'y', '3400', NULL, 1, 0, 0, NULL, '2026-08-01 00:00:00', 0, 0, 0, '2023-08-17', NULL, NULL, '01882608318', '351969560199201', NULL, '123456', '2023-09-21 13:52:59', '2023-09-21 13:52:59'),
(1560, 2575, 'Nobel', '01731255493', NULL, 'nobelfana53@gmail.com', 'dhaka', 'DM GA 33-9829', 'Car', '2022-08-18', 'y', '3600', NULL, 1, 0, 0, NULL, '2026-08-01 00:00:00', 0, 0, 0, '2023-08-18', NULL, NULL, '01823079572', '351969560198831', NULL, '123456', '2023-09-21 14:00:34', '2023-09-21 14:00:34'),
(1563, 2578, 'Rashedul Islam', '01625345695', NULL, 'irashed474@gmail.com', 'dhaka', 'DM CHA 20-5031', 'Car', '2022-08-21', 'y', '4200', NULL, 1, 0, 0, NULL, '2026-08-01 00:00:00', 0, 0, 0, '2023-08-21', NULL, NULL, '01856451430', '359510087884636', NULL, '123456', '2023-09-21 14:15:02', '2023-09-21 14:15:02'),
(1564, 2579, 'Abdul Monin', '01766302131', NULL, NULL, 'dhaka', 'DM NA 20-2324', 'Car', '2022-08-22', 'y', '4200', NULL, 1, 0, 0, NULL, '2026-08-01 00:00:00', 0, 0, 0, '2023-08-22', NULL, NULL, '01776948122', '359510087884685', NULL, '123456', '2023-09-21 15:03:49', '2023-09-21 15:03:49'),
(1567, 2582, 'belal uddin ahmed', '01919476390', NULL, NULL, 'dhaka', 'DM CHA 11-8099', 'Car', '2022-08-23', 'y', '4000', NULL, 1, 0, 0, NULL, '2026-08-01 00:00:00', 0, 0, 0, '2023-08-23', NULL, NULL, '01852875311', '351969560201163', NULL, '123456', '2023-09-21 15:32:01', '2023-09-21 15:32:01'),
(1568, 2583, 'SAJEDUL ISLAM SUMON', '01713576837', NULL, NULL, 'dhaka', 'DM GA 31-3169', 'Car', '2022-08-24', 'y', '4200', NULL, 1, 0, 0, NULL, '2026-08-01 00:00:00', 0, 0, 0, '2023-08-24', NULL, NULL, '01868444281', '359510087883836', NULL, '123456', '2023-09-21 15:38:50', '2023-09-21 15:38:50'),
(1569, 2584, 'Manik Chandra Debnath', '01712877727', NULL, 'manikchandradebnath8@Gmail.com', 'dhaka', 'DM GA 49-0595', 'Car', '2022-08-24', 'm', '0', NULL, 1, 0, 0, NULL, '2023-11-01 00:00:00', 0, 0, 0, '2023-08-24', NULL, NULL, '01752387196', '359510087883810', NULL, '123456', '2023-09-21 15:46:07', '2023-09-21 15:46:07'),
(1571, 2586, 'Md Robin Ahmad', '01791413243', NULL, NULL, 'dhaka', 'DM GA 36-8473', 'Car', '2022-08-24', NULL, '3600', NULL, 1, 0, 0, NULL, '2023-11-01 00:00:00', 0, 0, 0, '2023-08-24', NULL, NULL, '01619479183', '359510087884594', NULL, '123456', '2023-09-21 15:55:59', '2023-09-21 15:55:59'),
(1572, 2587, 'Asaduzzaman Noor', '01747942611', NULL, 'noor.asaduzzaman@yahoo.com', 'dhaka', 'DM GA 22-1290', 'Car', '2022-08-24', 'y', '3600', NULL, 1, 0, 0, NULL, '2026-08-01 00:00:00', 0, 0, 0, '2023-08-24', NULL, NULL, '01882608073', '351969560200249', NULL, '123456', '2023-09-21 15:59:09', '2023-09-21 15:59:09'),
(1573, 2588, 'Rofiqul islam', '01712032205', NULL, NULL, 'dhaka', 'DM GA 36-7817', 'Car', '2022-08-25', 'm', '350', NULL, 1, 0, 0, NULL, '2023-11-01 00:00:00', 0, 0, 0, '2023-08-25', NULL, NULL, '01643959094', '359510087883430', NULL, '123456', '2023-09-21 16:30:41', '2023-09-21 16:30:41'),
(1574, 2589, 'johirul', '01714572946', NULL, NULL, 'dhaka', 'DM GA 25-5775', 'Car', '2022-08-25', 'y', '4000', NULL, 1, 0, 0, NULL, '2026-08-01 00:00:00', 0, 0, 0, '2023-08-25', NULL, NULL, '01315206798', '359510087884438', NULL, '123456', '2023-09-21 16:33:03', '2023-09-21 16:33:03'),
(1576, 2591, 'SOHAG', '01919179438', NULL, NULL, 'dhaka', 'DM Na 11-8697', 'Car', '2022-08-28', 'y', '6000', NULL, 2, 0, 0, NULL, '2026-08-01 00:00:00', 0, 0, 0, '2023-08-28', NULL, NULL, '01817801568', '359510087883828', NULL, '123456', '2023-09-21 16:43:09', '2023-09-21 16:43:09'),
(1577, 2592, 'salim', '01718374588', NULL, NULL, 'dhaka', 'DM TA 18-7374', 'Car', '2022-08-29', 'y', '3600', NULL, 1, 0, 0, NULL, '2026-08-01 00:00:00', 0, 0, 0, '2023-08-29', NULL, NULL, '01914127874', '351969560200272', NULL, '123456', '2023-09-21 16:47:01', '2023-09-21 16:47:01'),
(1579, 2594, 'Mohammad Salauddin', '01727591602', NULL, NULL, 'dhaka', 'DM CHA 15-3524', 'Car', '2022-08-31', 'm', '0', NULL, 1, 0, 0, NULL, '2023-11-01 00:00:00', 0, 0, 0, '2023-08-31', NULL, NULL, '01687099428', '351969560198898', NULL, '123456', '2023-09-21 16:57:00', '2023-09-21 16:57:00'),
(1580, 2595, 'MD. MAJIBUR RAHMAN', '01716856169', NULL, 'mujibsbl2009@gmail.com', 'dhaka', 'DM GA 21-8042', 'Car', '2022-09-03', 'y', '3600', NULL, 1, 0, 0, NULL, '2024-09-01 00:00:00', 0, 0, 0, '2023-09-03', NULL, NULL, '01874413720', '354778341550708', NULL, '123456', '2023-09-21 17:06:16', '2023-09-21 17:06:16'),
(1581, 2596, 'AL IMRAN MAHMUD', '01716474393', NULL, 'raha009@gmail.com', 'dhaka', 'DM GA 12-7646', 'Car', '2022-09-03', 'y', '4000', NULL, 1, 0, 0, NULL, '2024-09-01 00:00:00', 0, 0, 0, '2023-09-03', NULL, NULL, '01914129461', '359510087883489', NULL, '123456', '2023-09-21 17:09:07', '2023-09-21 17:09:07'),
(1583, 2598, 'Sujon', '01877055158', NULL, 'sujonahmed3315@gmail.com', 'dhaka', 'Tangail LA 13-6467', 'Car', '2022-09-04', 'm', '150', NULL, 1, 0, 0, NULL, '2023-11-01 00:00:00', 0, 1, 0, '2023-10-01', NULL, NULL, '01618521909', '354778341550732', NULL, '123456', '2023-09-21 17:14:48', '2023-09-21 17:14:48'),
(1585, 2600, 'Alhaz S M A Oarez Naeem', '01973002166', NULL, 'naeementerprise8@gmail.com', 'dhaka', 'DM TA 20-5011', 'Car', '2022-09-05', 'y', '9000', NULL, 2, 0, 0, NULL, '2024-09-01 00:00:00', 0, 0, 0, '2023-09-05', NULL, NULL, '01811810762', '359015560076973', NULL, '123456', '2023-09-21 17:22:59', '2023-09-21 17:22:59'),
(1586, 2601, 'ABDUR RAHMAN', '01964901104', NULL, 'abdurrahman.ar852@gmail.com', 'dhaka', 'DM GA 18-7129', 'Car', '2022-09-05', 'y', '4200', NULL, 1, 0, 0, NULL, '2024-09-01 00:00:00', 0, 0, 0, '2023-09-05', NULL, NULL, '01886901105', '359510087884545', NULL, '123456', '2023-09-21 17:26:10', '2023-09-21 17:26:10'),
(1588, 2603, 'Abu sayed', '01716976654', NULL, NULL, 'dhaka', 'DM GA 14-1264', 'Car', '2022-09-06', 'y', '4000', NULL, 1, 0, 0, NULL, '2024-09-01 00:00:00', 0, 0, 0, '2023-09-06', NULL, NULL, '01849959798', '359510087884883', NULL, '123456', '2023-09-23 12:14:39', '2023-09-23 12:14:39'),
(1589, 2604, 'Captain Shadman Sakib', '01680735080', NULL, 'shadmansakib.ss@gmail.com', 'dhaka', 'DM GA 19-6416', NULL, '2022-09-07', 'y', '4200', NULL, 1, 0, 0, NULL, '2024-09-01 00:00:00', 0, 0, 0, '2023-09-07', NULL, NULL, '01309252515', '359510087884552', NULL, '123456', '2023-09-23 12:19:19', '2023-09-23 12:19:19'),
(1590, 2605, 'Jahid Alam', '01703887606', NULL, NULL, 'dhaka', 'DM GA 25-0235', 'Car', '2022-09-10', 'm', '300', NULL, 1, 0, 0, NULL, '2023-10-01 00:00:00', 0, 0, 0, '2023-09-10', NULL, NULL, '01887536968', '354778341556861', NULL, '123456', '2023-09-23 12:22:50', '2023-09-23 12:22:50'),
(1591, 2606, 'shafiqul', '01675909563', NULL, NULL, 'dhaka', 'DM GA 19-0527', 'Car', '2022-09-10', 'y', '3800', NULL, 1, 0, 0, NULL, '2024-09-01 00:00:00', 0, 0, 0, '2023-09-10', NULL, NULL, '01875515379', '359510087884479', NULL, '123456', '2023-09-23 12:27:32', '2023-09-23 12:27:32'),
(1592, 2607, 'Shahin', '01942838684', NULL, NULL, 'dhaka', 'DM CHA 16-4214', 'Car', '2022-09-11', 'y', '3400', NULL, 1, 0, 0, NULL, '2024-09-01 00:00:00', 0, 0, 0, '2023-09-11', NULL, NULL, '01646775912', '354778341550310', NULL, '123456', '2023-09-23 12:32:56', '2023-09-23 12:32:56'),
(1593, 2608, 'Liton', '01712218768', NULL, NULL, 'dhaka', 'DM LA 58-8101', 'Car', '2022-09-12', 'y', '3000', NULL, 1, 0, 0, NULL, '2024-09-01 00:00:00', 0, 0, 0, '2023-09-12', NULL, NULL, '01886218768', '354778341555947', NULL, '123456', '2023-09-23 13:17:52', '2023-09-23 13:17:52'),
(1594, 2609, 'Mamun', '01305403498', NULL, NULL, 'dhaka', 'Mamun', 'Car', '2022-09-12', 'y', '3000', NULL, 1, 0, 0, NULL, '2024-09-01 00:00:00', 0, 0, 0, '2023-09-12', NULL, NULL, '01892299456', '354778341590142', NULL, '123456', '2023-09-23 13:21:18', '2023-09-23 13:21:18'),
(1595, 2610, 'Munjunur Rashid Jony', '01733170213', NULL, NULL, 'dhaka', 'DM GA 39-8688', 'Car', '2022-09-12', 'y', '3600', NULL, 1, 0, 0, NULL, '2024-09-01 00:00:00', 0, 0, 0, '2023-09-12', NULL, NULL, '01776870780', '354778341562232', NULL, '123456', '2023-09-23 13:23:52', '2023-09-23 13:23:52'),
(1596, 2611, 'Nasrin zaman', '01673732169', NULL, 'nasrinzaman1998@gmail.com', 'dhaka', 'DM GA 29-6975', 'Car', '2022-09-14', 'y', '3600', NULL, 1, 0, 0, NULL, '2024-09-01 00:00:00', 0, 0, 0, '2023-09-14', NULL, NULL, '01829207665', '354778341588096', NULL, '123456', '2023-09-23 13:26:11', '2023-09-23 13:26:11'),
(1597, 2612, 'Nilufar akhter', '01711479807', NULL, NULL, 'dhaka', 'Khulna M-G 11-0366', 'Car', '2022-09-15', 'y', '3500', NULL, 1, 0, 0, NULL, '2024-09-01 00:00:00', 0, 0, 0, '2023-09-15', NULL, NULL, '01831863804', '354778341556036', NULL, '123456', '2023-09-23 13:30:47', '2023-09-23 13:30:47'),
(1599, 2614, 'Harun', '01714532960', NULL, NULL, 'dhaka', 'DM LA 61-0126', 'Car', '2022-09-16', 'y', '3000', NULL, 1, 0, 0, NULL, '2024-09-01 00:00:00', 0, 0, 0, '2023-09-16', NULL, NULL, '01610854446', '351969560399702', NULL, '123456', '2023-09-23 13:38:05', '2023-09-23 13:38:05'),
(1600, 2615, 'Aneek Rahman', '01711467855', NULL, NULL, 'dhaka', 'DM GA 27-5712', 'Car', '2022-09-17', 'y', '3600', NULL, 1, 0, 0, NULL, '2024-09-01 00:00:00', 0, 0, 0, '2023-09-17', NULL, NULL, '01824277637', '354778341560517', NULL, '123456', '2023-09-23 13:40:52', '2023-09-23 13:40:52'),
(1601, 2616, 'Aman', '1970888899', NULL, NULL, 'dhaka', 'DM HA 12-3687', 'Car', '2022-09-17', 'm', '250', NULL, 2, 0, 0, NULL, '2023-10-01 00:00:00', 0, 0, 0, '2023-09-17', NULL, NULL, '01777600669', '354778341563685', NULL, '123456', '2023-09-23 13:47:50', '2023-09-23 13:47:50'),
(1602, 2617, 'Md.tarak', '01710176345', NULL, 'mdtarak947@gmail.com', 'dhaka', 'Bogura LA 14-0733', 'Car', '2022-09-18', 'm', '0', NULL, 1, 0, 0, NULL, '2023-10-01 00:00:00', 0, 0, 0, '2023-09-18', NULL, NULL, '01817196248', '354778341562158', NULL, '123456', '2023-09-23 13:50:28', '2023-09-23 13:50:28'),
(1603, 2618, 'Md. Abir Hossain Brinto', '01990577512', NULL, 'abirbrintoahb@gmail.com', 'dhaka', 'DM CHA 20-5265', 'Car', '2022-09-18', 'y', '4200', NULL, 1, 0, 0, NULL, '2024-09-01 00:00:00', 0, 0, 0, '2023-09-18', NULL, NULL, '01814422748', '9172571958', NULL, '123456', '2023-09-23 14:01:29', '2023-09-23 14:01:29'),
(1608, 2623, 'Md Shamsul Alam bhuiyan', '01988228888', NULL, 'ramonbhuiyan@gmail.com', 'dhaka', 'DM GA 49-1191', 'Car', '2022-09-19', 'y', '4000', NULL, 1, 0, 0, NULL, '2024-09-01 00:00:00', 0, 0, 0, '2023-09-19', NULL, NULL, '01821604606', '359510087884487', NULL, '123456', '2023-09-23 14:25:40', '2023-09-23 14:25:40'),
(1609, 2624, 'Shamshur', '01711352073', NULL, NULL, 'dhaka', 'DM CA 19-6642', 'Car', '2022-09-19', 'y', '7200', NULL, 2, 0, 0, NULL, '2024-09-01 00:00:00', 0, 0, 0, '2023-09-19', NULL, NULL, '01617411284', '9172572399', NULL, '123456', '2023-09-23 14:31:34', '2023-09-23 14:31:34'),
(1610, 2625, 'Topu Rayhan', '01939293990', NULL, NULL, 'dhaka', 'DM BA 15-3947', 'Car', '2022-09-21', 'y', '3000', NULL, 1, 0, 0, NULL, '2024-09-01 00:00:00', 0, 0, 0, '2023-09-21', NULL, NULL, '01894434287', '354778341562224', NULL, '123456', '2023-09-23 14:38:18', '2023-09-23 14:38:19'),
(1611, 2626, 'ISHAQ MAMUN', '01711289213', NULL, NULL, 'dhaka', 'DM CHA 51-7916', 'Car', '2022-09-21', 'y', '4200', NULL, 1, 0, 0, NULL, '2024-09-01 00:00:00', 0, 0, 0, '2023-09-21', NULL, NULL, '01826424834', '9172571984', NULL, '123456', '2023-09-23 14:43:09', '2023-09-23 14:43:09'),
(1613, 2628, 'Samrat', '01845935634', NULL, 'mdrifatkhanyahoo360@gmail.com', 'dhaka', 'DM CHA 20-3373', 'Car', '2022-09-22', 'y', '350', NULL, 1, 0, 0, NULL, '2024-09-01 00:00:00', 0, 0, 0, '2023-09-22', NULL, NULL, '01308502618', '359015560003183', NULL, '123456', '2023-09-23 14:50:32', '2023-09-23 14:50:32'),
(1614, 2629, 'Abu Sayem Rana', '01996204155', NULL, 'ranasayem21@gmail.com', 'dhaka', 'DM GA 32-2616', 'Car', '2022-09-22', 'y', '3300', NULL, 1, 0, 0, NULL, '2024-09-01 00:00:00', 0, 0, 0, '2023-09-22', NULL, NULL, '01308422789', '354778341553710', NULL, '123456', '2023-09-23 14:58:36', '2023-09-23 14:58:36'),
(1615, 2630, 'Samin', '01819088212', NULL, NULL, 'dhaka', 'DM CHA 11-8006', 'Car', '2022-09-24', 'y', '4200', NULL, 1, 0, 0, NULL, '2024-09-01 00:00:00', 0, 0, 0, '2023-09-24', NULL, NULL, '01886088212', '9172571797', NULL, '123456', '2023-09-23 15:04:37', '2023-09-23 15:04:37'),
(1618, 2633, 'Md. Rabid Rishad', '01511211555', NULL, NULL, 'dhaka', 'DM GA 49-1304', 'Car', '2022-09-24', 'y', '4200', NULL, 1, 0, 0, NULL, '2024-09-01 00:00:00', 0, 0, 0, '2023-09-24', NULL, NULL, '01619913931', '359510087980152', NULL, '123456', '2023-09-23 15:12:56', '2023-09-23 15:12:56'),
(1619, 2634, 'Ferdus', '01717442250', NULL, NULL, 'dhaka', 'DM GA 37-4113', 'Car', '2022-09-25', 'y', '3400', NULL, 1, 0, 0, NULL, '2024-09-01 00:00:00', 0, 0, 0, '2023-09-25', NULL, NULL, '01703340969', '351969560399611', NULL, '123456', '2023-09-23 15:15:38', '2023-09-23 15:15:38'),
(1623, 2638, 'Adv. Mainuddin', '01819878466', NULL, NULL, 'dhaka', 'DM GA 16-1260', 'Car', '2022-09-26', 'y', '4200', NULL, 1, 0, 0, NULL, '2024-09-01 00:00:00', 0, 0, 0, '2023-09-26', NULL, NULL, '01619382574', '359510087977422', NULL, '123456', '2023-09-23 15:35:46', '2023-09-23 15:35:46'),
(1624, 2639, 'Rubel', '01712092994', NULL, 'rubel.bangladesh007@gmail.com', 'dhaka', 'DM GA 11-8297', 'Car', '2022-09-27', NULL, '3600', NULL, 1, 0, 0, NULL, '2023-10-01 00:00:00', 0, 0, 0, '2023-09-27', NULL, NULL, '01751973638', '351969560404957', NULL, '123456', '2023-09-23 15:38:38', '2023-09-23 15:38:38'),
(1625, 2640, 'MILON', '01731560567', NULL, 'miahbd999@gmail.com', 'dhaka', 'DM GHA 17-8997', 'Car', '2022-09-27', 'y', '3600', NULL, 1, 0, 0, NULL, '2024-09-01 00:00:00', 0, 0, 0, '2023-09-27', NULL, NULL, '01721221214', '359510087979758', NULL, '123456', '2023-09-23 15:57:54', '2023-09-23 15:57:54'),
(1626, 2641, 'BAKI BILLA', '01723639971', NULL, NULL, 'dhaka', 'DM GA 49-1737', 'Car', '2022-09-29', 'y', '3600', NULL, 1, 0, 0, NULL, '2024-09-01 00:00:00', 0, 0, 0, '2023-09-29', NULL, NULL, '01813824903', '359015560007358', NULL, '123456', '2023-09-23 16:08:52', '2023-09-23 16:08:52'),
(1627, 2642, 'Balayet Hossain', '01914160767', NULL, NULL, 'dhaka', 'Dynapec 10 ton', 'Car', '2022-09-29', 'y', '3400', NULL, 1, 0, 0, NULL, '2024-09-01 00:00:00', 0, 0, 0, '2023-09-29', NULL, NULL, '01812445526', '354778341556341', NULL, '123456', '2023-09-23 16:11:28', '2023-09-23 16:11:28'),
(1628, 2643, 'Md J. Ferdous Anjel', '01793171888', NULL, 'anjelcreationsbd@gmail.com', 'dhaka', 'Anjel\'s new bike', 'Car', '2022-01-01', 'm', '0', NULL, 1, 0, 0, NULL, '2023-11-01 00:00:00', 0, 1, 0, '2023-10-01', NULL, NULL, '01893437315', '354778341558180', NULL, '123456', '2023-09-23 16:30:51', '2023-09-23 16:30:51'),
(1632, 2647, 'Atikur Rahman', '01717352517', NULL, NULL, 'dhaka', 'DM CHA 20-5071', 'Car', '2022-10-02', 'm', '0', NULL, 1, 0, 0, NULL, '2023-11-01 00:00:00', 0, 1, 0, '2023-10-02', NULL, NULL, '01739239914', '9172634834', NULL, '123456', '2023-09-24 09:56:47', '2023-09-24 09:56:47'),
(1633, 2648, 'Md.shohel RanaIm', '01791805392', NULL, 'Sohelrana805392@gmail.com', 'dhaka', 'DM LA 44-4714', 'Car', '2022-10-03', 'm', '0', NULL, 1, 0, 0, NULL, '2023-11-01 00:00:00', 0, 1, 0, '2023-10-03', NULL, NULL, '01815887712', '351969560400476', NULL, '123456', '2023-09-24 10:00:25', '2023-09-24 10:00:25'),
(1634, 2649, 'NAZRUL', '01920993056', NULL, NULL, 'dhaka', 'DM GA 21-8891', 'Car', '2022-10-04', 'm', '0', NULL, 1, 0, 0, NULL, '2023-11-01 00:00:00', 0, 1, 0, '2023-10-04', NULL, NULL, '01787730262', '359015560001351', NULL, '123456', '2023-09-24 10:06:41', '2023-09-24 10:06:41'),
(1635, 2650, 'Sultan Mahmud', '01819473722', NULL, 'sultan012485@gmail.com', 'dhaka', 'DM GA  36-8321', 'Car', '2022-10-04', 'm', '0', NULL, 1, 0, 0, NULL, '2023-11-01 00:00:00', 0, 1, 0, '2023-10-04', NULL, NULL, '01747686953', '359015560001377', NULL, '123456', '2023-09-24 10:18:20', '2023-09-24 10:18:20'),
(1636, 2651, 'JAKIR  AHMED SHILU', '01713084202', NULL, NULL, 'dhaka', 'DM GA 15-9597', 'Car', '2022-10-04', 'y', '4200', NULL, 1, 0, 0, NULL, '2024-10-01 00:00:00', 0, 1, 0, '2023-10-04', NULL, NULL, '01312345172', '359015560001328', NULL, '123456', '2023-09-24 10:26:23', '2023-09-24 10:26:23'),
(1638, 2653, 'Shawon', '1611903541', NULL, NULL, 'dhaka', 'DM CHA 20-4958', 'Car', '2022-10-06', 'y', '4200', NULL, 1, 0, 0, NULL, '2024-10-01 00:00:00', 0, 1, 0, '2023-10-06', NULL, NULL, '01966372531', '359510087985235', NULL, '123456', '2023-09-24 10:45:16', '2023-09-24 10:45:16'),
(1640, 2655, 'MD. JOBAYER RAHMAN', '01612748644', NULL, 'neahanuha@gmail.com', 'dhaka', 'DM GA 17-8487', 'Car', '2022-10-07', 'y', '4000', NULL, 1, 0, 0, NULL, '2024-10-01 00:00:00', 0, 1, 0, '2023-10-07', NULL, NULL, '01780730423', '359510087985847', NULL, '123456', '2023-09-24 11:01:54', '2023-09-24 11:01:54'),
(1642, 2657, 'AHIDUR RAHMAN KHAN', '01917007694', NULL, 'ratan.econ39.ju@gmail.com', 'dhaka', 'DM GA 25-3423', 'Car', '2022-10-08', 'y', '3600', NULL, 1, 0, 0, NULL, '2024-10-01 00:00:00', 0, 1, 0, '2023-10-08', NULL, NULL, '01878275236', '351969560386394', NULL, '123456', '2023-09-24 11:13:55', '2023-09-24 11:13:55'),
(1643, 2658, 'Md. Abu Taher', '01977207970', NULL, NULL, 'dhaka', 'CM THA 13-6353', 'Car', '2022-10-08', 'y', '3000', NULL, 1, 0, 0, NULL, '2024-10-01 00:00:00', 0, 1, 0, '2023-10-08', NULL, NULL, '01730622950', '359015560001476', NULL, '123456', '2023-09-24 11:17:58', '2023-09-24 11:17:58'),
(1644, 2659, 'SELIM REZA', '01727849427', NULL, 'magurarealestate2020@gmail.com', 'dhaka', 'DM GA 39-2583', 'Car', '2022-10-09', 'y', '3000', NULL, 1, 0, 0, NULL, '2024-10-01 00:00:00', 0, 1, 0, '2023-10-09', NULL, NULL, '01756976252', '351969560400401', NULL, '123456', '2023-09-24 11:22:14', '2023-09-24 11:22:14'),
(1646, 2661, 'Aminul Islam Rana', '01785098758', NULL, 'gkus051988@gmail.com', 'dhaka', 'Bogura LA 14-1144', 'Car', '2022-10-10', 'y', '4200', NULL, 1, 0, 0, NULL, '2024-10-01 00:00:00', 0, 1, 0, '2023-10-10', NULL, NULL, '01760712575', '354778341562109', NULL, '123456', '2023-09-24 11:30:52', '2023-09-24 11:30:52'),
(1647, 2662, 'MD.SAMSUL HUDA', '01715224989', NULL, 'huda.arkay@gmail.com', 'dhaka', 'DM GA 34-2408', 'Car', '2022-10-10', 'y', '4200', NULL, 1, 0, 0, NULL, '2024-10-01 00:00:00', 0, 1, 0, '2023-10-10', NULL, NULL, '01756382705', '359510088091470', NULL, '123456', '2023-09-24 12:08:23', '2023-09-24 12:08:23'),
(1648, 2663, 'MD REZAUL KABIR', '01711368713', NULL, NULL, 'dhaka', 'DM GA 31-3386', NULL, '2022-10-10', 'y', '4200', NULL, 1, 0, 0, NULL, '2024-10-01 00:00:00', 0, 1, 0, '2023-10-10', NULL, NULL, '01794373444', '359510087986381', NULL, '123456', '2023-09-24 12:15:33', '2023-09-24 12:15:33'),
(1649, 2664, 'Khorshed Alam', '01714687294', NULL, NULL, 'dhaka', 'DM THA 13-0600', 'Car', '2022-10-12', 'm', '250', NULL, 1, 0, 0, NULL, '2023-11-01 00:00:00', 0, 1, 0, '2023-10-12', NULL, NULL, '01770413844', '354778342215707', NULL, '123456', '2023-09-24 12:33:10', '2023-09-24 12:33:10'),
(1652, 2667, 'Md.Mizanur Rahman', '01690264057', NULL, 'mizanurcp10004@gmail.com', 'dhaka', 'Tangail LA 13-8348', 'Car', '2022-10-12', 'm', '150', NULL, 1, 0, 0, NULL, '2023-11-01 00:00:00', 0, 1, 0, '2023-10-12', NULL, NULL, '01772714295', '354778341563719', NULL, '123456', '2023-09-24 12:50:37', '2023-09-24 12:50:37'),
(1653, 2668, 'Atuar', '01891858544', NULL, NULL, 'dhaka', 'DM GA 21-8196', 'Car', '2022-10-12', 'm', '300', NULL, 1, 0, 0, NULL, '2023-11-01 00:00:00', 0, 1, 0, '2023-10-12', NULL, NULL, '01315503934', '359510087884560', NULL, '123456', '2023-09-24 12:54:55', '2023-09-24 12:54:55'),
(1654, 2669, 'Emros Khan', '01815103056', NULL, NULL, 'dhaka', 'CM JA 11-1283', 'Car', '2022-10-12', 'y', '3600', NULL, 1, 0, 0, NULL, '2024-10-01 00:00:00', 0, 1, 0, '2023-10-12', NULL, NULL, '01816707054', '351969560200751', NULL, '123456', '2023-09-24 12:59:28', '2023-09-24 12:59:28'),
(1656, 2671, 'KAMAL UDDIN', '01976792557', NULL, NULL, 'dhaka', 'DM GA 23-9715', 'Car', '2022-10-13', 'y', '3800', NULL, 1, 0, 0, NULL, '2024-10-01 00:00:00', 0, 1, 0, '2023-10-13', NULL, NULL, '01919897936', '359510087985961', NULL, '123456', '2023-09-24 13:08:53', '2023-09-24 13:08:53'),
(1660, 2675, 'Khandaker Hatem', '01819127140', NULL, NULL, 'dhaka', 'DM TA 24-8098', 'Car', '2022-10-16', 'y', '8000', NULL, 1, 0, 0, NULL, '2024-10-01 00:00:00', 0, 1, 0, '2023-10-16', NULL, NULL, '01781698837', '359510087979584', NULL, '123456', '2023-09-24 13:24:57', '2023-09-24 13:24:57'),
(1661, 2676, 'BABAR', '01713239933', NULL, NULL, 'dhaka', 'DM GA 31-5391', 'Car', '2022-10-17', NULL, '4000', '0', 1, 0, 0, NULL, '2024-10-01 00:00:00', 0, 1, 0, '2023-10-17', NULL, NULL, '01733107718', '351969560259245', NULL, '123456', '2023-09-24 14:57:15', '2023-09-24 14:59:00'),
(1662, 2677, 'Kamruzzaman', '01762551042', NULL, 'zaman13169@gmail.com', 'dhaka', 'DM GA 36-6332', 'Car', '2022-10-18', 'y', '4200', NULL, 1, 0, 0, NULL, '2024-10-01 00:00:00', 0, 1, 0, '2023-10-18', NULL, NULL, '01919898504', '351969560259161', NULL, '123456', '2023-09-24 15:02:59', '2023-09-24 15:02:59'),
(1663, 2678, 'JOWEL', '01719966278', NULL, NULL, 'dhaka', 'DM CA 19-1585', 'Car', '2022-10-18', 'y', '3600', NULL, 1, 0, 0, NULL, '2024-10-01 00:00:00', 0, 1, 0, '2023-10-18', NULL, NULL, '01792962275', '354778341559121', NULL, '123456', '2023-09-24 15:20:26', '2023-09-24 15:20:26'),
(1664, 2679, 'MOHAMMAD  ZAHANGIR MOLLA', '01760937679', NULL, NULL, 'dhaka', 'DM CHA 53-6012', 'Car', '2022-10-18', 'y', '3400', NULL, 1, 0, 0, NULL, '2024-10-01 00:00:00', 0, 1, 0, '2023-10-18', NULL, NULL, '01712056836', '354778342228478', NULL, '123456', '2023-09-24 15:25:35', '2023-09-24 15:25:35'),
(1665, 2680, 'Mosleh Uddin', '01711119875', NULL, NULL, 'dhaka', 'DM GA 27-5772', 'Car', '2022-10-18', 'y', '3600', NULL, 1, 0, 0, NULL, '2024-10-01 00:00:00', 0, 1, 0, '2023-10-18', NULL, NULL, '01787839282', '354778341555715', NULL, '123456', '2023-09-24 15:28:27', '2023-09-24 15:28:27'),
(1666, 2681, 'Al Amin', '01781050555', NULL, NULL, 'dhaka', 'Sirajgonj LA 12-1110', 'Car', '2022-10-19', 'm', '0', NULL, 1, 0, 0, NULL, '2023-11-01 00:00:00', 0, 1, 0, '2023-10-01', NULL, NULL, '01845969297', '351969560200991', NULL, '123456', '2023-09-24 15:36:07', '2023-09-24 15:36:07'),
(1669, 2684, 'Aminul Islam', '01718932024', NULL, 'aminulislam91284@gmail.com', 'dhaka', 'DM HA 70-8571', 'Car', '2022-10-20', 'm', '150', NULL, 1, 0, 0, NULL, '2023-11-01 00:00:00', 0, 1, 0, '2023-10-20', NULL, NULL, '01318196995', '354778341560491', NULL, '123456', '2023-09-24 15:54:59', '2023-09-24 15:54:59'),
(1670, 2685, 'Kazi Rayhan', '01712228888', NULL, NULL, 'dhaka', 'On test	On test', 'Car', '2022-10-20', 'm', '150', NULL, 1, 0, 0, NULL, '2023-11-01 00:00:00', 0, 1, 0, '2023-10-20', NULL, NULL, '01319949193', '354778342220897', NULL, '123456', '2023-09-24 15:59:42', '2023-09-24 15:59:42'),
(1671, 2686, 'Al imran', '01727062610', NULL, 'alimranesg14iu@gmail.com', 'dhaka', 'Al imran', 'Car', '2022-10-22', 'm', '0', NULL, 1, 0, 0, NULL, '2023-11-01 00:00:00', 0, 1, 0, '2023-10-01', NULL, NULL, '01317067575', '354778341564386', NULL, '123456', '2023-09-24 16:02:57', '2023-09-24 16:02:57'),
(1672, 2687, 'Md.Mahbubul Alam', '01616896888', NULL, 'mahathirmahbub29@gmail.com', 'dhaka', 'DM GA 29-0909', 'Car', '2022-10-24', 'm', '0', NULL, 1, 0, 0, NULL, '2023-11-01 00:00:00', 0, 1, 0, '2023-10-24', NULL, NULL, '01783219341', '359510087883802', NULL, '123456', '2023-09-24 16:06:21', '2023-09-24 16:06:22'),
(1673, 2688, 'Borhan', '01550155279', NULL, NULL, 'dhaka', '15-1177', 'Car', '2022-11-01', 'm', '2400', NULL, 1, 0, 0, NULL, '2025-01-01 00:00:00', 0, 1, 0, '2022-11-01', NULL, NULL, '01550169760', '354778341563081', NULL, '123456', '2023-09-24 16:11:45', '2024-02-06 13:07:40'),
(1674, 2689, 'md. aktarul badsha', '01740827975', NULL, NULL, 'dhaka', 'on test', 'Car', '2022-10-24', 'm', '0', NULL, 1, 0, 0, NULL, '2023-11-01 00:00:00', 0, 1, 0, '2023-10-01', NULL, NULL, '01732394153', '351969560404593', NULL, '123456', '2023-09-24 16:14:32', '2023-09-24 16:14:32'),
(1675, 2690, 'Kamrul Hasan', '01798597865', NULL, NULL, 'dhaka', 'DM DHA 11-4454', 'Car', '2022-10-25', 'y', '10800', NULL, 2, 0, 0, NULL, '2024-10-01 00:00:00', 0, 1, 0, '2023-10-25', NULL, NULL, '01919898600', '354778342228395', NULL, '123456', '2023-09-24 16:20:42', '2023-09-24 16:20:42'),
(1677, 2692, 'Habib', '01842225678', NULL, NULL, 'dhaka', 'DM GA 21-2490', 'Car', '2022-10-25', 'y', '3600', NULL, 1, 0, 0, NULL, '2024-10-01 00:00:00', 0, 1, 0, '2023-10-25', NULL, NULL, '01919898639', '351969560404791', NULL, '123456', '2023-09-24 16:27:24', '2023-09-24 16:27:24'),
(1678, 2693, 'Shamim Hossain', '01725083343', NULL, NULL, 'dhaka', 'new', 'Car', '2022-10-26', 'm', '0', NULL, 1, 0, 0, NULL, '2023-11-01 00:00:00', 0, 1, 0, '2023-10-01', NULL, NULL, '01307317243', '354778341562273', NULL, '123456', '2023-09-24 16:30:52', '2023-09-24 16:30:52'),
(1681, 2696, 'Kazi Mominul Haque', '01687620412', NULL, NULL, 'dhaka', 'On test', 'Car', '2022-10-28', 'm', '0', NULL, 1, 0, 0, NULL, '2023-11-01 00:00:00', 0, 1, 0, '2023-10-01', NULL, NULL, '01837910223', '354778341562653', NULL, '123456', '2023-09-25 14:43:32', '2023-09-25 14:43:32'),
(1682, 2698, 'Leyo ahmed', '01750731664', NULL, NULL, 'dhaka', 'Sirajgonj LA 12-1184', 'Car', '2022-10-28', 'm', '0', NULL, 1, 0, 0, NULL, '2023-11-01 00:00:00', 0, 1, 0, '2023-10-01', NULL, NULL, '01728746744', '354778341561788', NULL, '123456', '2023-09-26 11:09:09', '2023-09-26 11:09:09'),
(1683, 2699, 'Delower', '01915185288', NULL, NULL, 'dhaka', 'DM GA 32-4175', 'Car', '2023-10-29', 'm', '0', NULL, 1, 0, 0, NULL, '2023-11-01 00:00:00', 0, 1, 0, '2023-10-01', NULL, NULL, '01919897776', '351969560385891', NULL, '123456', '2023-09-26 11:13:29', '2023-09-26 11:13:29'),
(1684, 2700, 'Jashim uddin ahmed', '01819612812', NULL, NULL, 'dhaka', 'CM NA 11-9382', 'Car', '2022-10-29', 'y', '4200', NULL, 1, 0, 0, NULL, '2024-10-01 00:00:00', 0, 1, 0, '2023-10-29', NULL, NULL, '01812799864', '359510087986647', NULL, '123456', '2023-09-26 11:23:09', '2023-09-26 11:23:09'),
(1686, 2702, 'Shakil', '01914010748', NULL, 'shakil007a@yahoo.com', 'dhaka', 'DM GA 34-9385', 'Car', '2022-10-30', 'y', '4200', NULL, 1, 0, 0, NULL, '2024-10-01 00:00:00', 0, 1, 0, '2023-10-30', NULL, NULL, '01791551058', '359510088091645', NULL, '123456', '2023-09-26 11:34:11', '2023-09-26 11:34:11'),
(1688, 2704, 'Jony', '01811558888', NULL, NULL, 'dhaka', 'S160f2', 'Car', '2022-11-01', 'm', '0', NULL, 1, 0, 0, NULL, '2023-11-01 00:00:00', 0, 1, 0, '2023-10-01', NULL, NULL, '01919898660', '351969560389448', NULL, '123456', '2023-09-26 11:44:54', '2023-09-26 11:44:54'),
(1691, 2707, 'Mamunur Rashid', '01714047402', NULL, NULL, 'dhaka', 'DM GA 26-6086', 'Car', '2022-11-02', 'y', '3600', NULL, 1, 0, 0, NULL, '2024-11-01 00:00:00', 0, 1, 0, '2023-11-02', NULL, NULL, '01855242222', '351969560387624', NULL, '123456', '2023-09-26 12:01:12', '2023-09-26 12:01:12'),
(1693, 2709, 'Masum Parbez', '01933330163', NULL, 'par.masum@gmail.com', 'dhaka', 'DM GA 36-8541', 'Car', '2022-11-03', 'y', '4200', NULL, 1, 0, 0, NULL, '2024-11-01 00:00:00', 0, 1, 0, '2023-11-03', NULL, NULL, '01919898657', '351969560259286', NULL, '123456', '2023-09-26 12:43:19', '2023-09-26 12:43:19'),
(1694, 2710, 'Siddik,babu', '01766785424', NULL, NULL, 'dhaka', 'DM NA 20-6990', 'Car', '2022-11-03', 'm', '3000', NULL, 1, 0, 0, NULL, '2023-12-01 00:00:00', 0, 1, 0, '2023-11-03', NULL, NULL, '01919897785', '351969560387442', NULL, '123456', '2023-09-26 15:45:30', '2023-09-26 15:45:30'),
(1696, 2712, 'ASHEK MAHMUD', '01705118134', NULL, 'ashikeu@gmail.com', 'dhaka', 'DM KHA 12-5754', 'Car', '2022-11-05', 'y', '3600', NULL, 1, 0, 0, NULL, '2024-11-01 00:00:00', 0, 1, 0, '2023-11-05', NULL, NULL, '01880128220', '351969560386527', NULL, '123456', '2023-09-26 16:13:07', '2023-09-26 16:13:07'),
(1697, 2713, 'Abdullah', '01713567574', NULL, 'abdullahlink2@gmail.com', 'dhaka', 'DM GA 34-0711', 'Car', '2022-11-05', 'm', '300', NULL, 1, 0, 0, NULL, '2023-12-01 00:00:00', 0, 1, 0, '2023-11-05', NULL, NULL, '01309892512', '351969560404841', NULL, '123456', '2023-09-26 16:15:37', '2023-09-26 16:15:37'),
(1701, 2717, 'Golam Rabbaney', '01918124407', NULL, 'Info@iasbd.com', 'dhaka', 'Hyundai Accent 2014', 'Car', '2022-11-26', 'm', '0', NULL, 1, 0, 0, NULL, '2023-11-01 00:00:00', 0, 1, 0, '2023-10-01', NULL, NULL, '01321120081', '351969560404825', NULL, '123456', '2023-09-26 16:47:24', '2023-09-26 16:47:24'),
(1702, 2718, 'MD. TOUHID', '01798986675', NULL, NULL, 'dhaka', 'DM CHA-71-2034', 'Car', '2022-11-06', 'y', '4000', NULL, 1, 0, 0, NULL, '2024-11-01 00:00:00', 0, 1, 0, '2023-11-06', NULL, NULL, '01838714159', '359510087986852', NULL, '123456', '2023-09-26 16:51:50', '2023-09-26 16:51:50'),
(1703, 2719, 'K. M. AUVIK JAMIL', '01713634246', NULL, NULL, 'dhaka', 'DM GHA 23-0349', 'Car', '2022-11-07', 'y', '4200', NULL, 1, 0, 0, NULL, '2024-11-01 00:00:00', 0, 1, 0, '2023-11-07', NULL, NULL, '01711210344', '359510087986241', NULL, '123456', '2023-09-26 16:57:47', '2023-09-26 16:57:48'),
(1704, 2720, 'SAIFUL', '01716111181', NULL, NULL, 'dhaka', 'DM GA 45-4362', 'Car', '2022-11-07', 'y', '4200', NULL, 1, 0, 0, NULL, '2024-11-01 00:00:00', 0, 1, 0, '2023-11-07', NULL, NULL, '01618938663', '359510087985920', NULL, '123456', '2023-09-26 17:02:38', '2023-09-26 17:02:38'),
(1705, 2721, 'Moin hasan khan', '01634006404', NULL, 'khanw0299@gmail.com', 'dhaka', 'DM GA 21-2209', 'Car', '2022-11-09', 'm', '0', NULL, 1, 0, 0, NULL, '2023-12-01 00:00:00', 0, 1, 0, '2023-11-06', NULL, NULL, '01880018760', '359510087986001', NULL, '123456', '2023-09-26 17:19:03', '2023-09-26 17:19:03'),
(1706, 2722, 'Faisal Rahman', '01627010597', NULL, 'rahmanj209@gmail.com', 'dhaka', 'DM GA 49-2152', 'Car', '2023-11-09', 'm', '4200', NULL, 1, 0, 0, NULL, '2023-12-01 00:00:00', 0, 1, 0, '2023-11-09', NULL, NULL, '01619827509', '359510087985995', NULL, '123456', '2023-09-27 10:34:01', '2023-09-27 10:34:01'),
(1707, 2723, 'Md shafiqul islam', '01718343259', NULL, 'ismail8429@gmail.com', 'dhaka', 'DM GA 13-7750', 'Car', '2022-11-10', 'm', '0', NULL, 1, 0, 0, NULL, '2023-11-01 00:00:00', 0, 1, 0, '2023-10-01', NULL, NULL, '01731442969', '351969560385966', NULL, '123456', '2023-09-27 10:41:16', '2023-09-27 10:41:16');
INSERT INTO `all_users` (`id`, `user_id`, `name`, `phone`, `alter_phone`, `email`, `par_add`, `car_number`, `car_model`, `installation_date`, `billing_cycle`, `monthly_bill`, `device_price`, `user_type`, `complain_status`, `service_problem_status`, `total_due`, `next_payment_date`, `expair_status`, `payment_status`, `order_status`, `due_date`, `total_paied`, `status`, `device_sim_number`, `imei_number`, `note`, `password`, `created_at`, `updated_at`) VALUES
(1712, 2728, 'Md. Abul kalam azad', '01751064686', NULL, 'mdabulkalamazad006@gmail.com', 'dhaka', 'On test (kalam86)', 'Car', '2022-11-12', 'm', '150', NULL, 1, 0, 0, NULL, '2023-12-01 00:00:00', 0, 1, 0, '2023-11-12', NULL, NULL, '01875846942', '351969560386543', NULL, '123456', '2023-09-27 11:03:06', '2023-09-27 11:03:06'),
(1713, 2729, 'Rabiul Islam', '01717760924', NULL, 'robee_me@hotmail.com', 'dhaka', 'DM GA 47-3824', 'Car', '2022-11-12', 'y', '4200', NULL, 1, 0, 0, NULL, '2024-11-01 00:00:00', 0, 1, 0, '2023-11-12', NULL, NULL, '01307283075', '359510087986142', NULL, '123456', '2023-09-27 12:06:14', '2023-09-27 12:06:14'),
(1714, 2730, 'Anik Chandra', '01745767687', NULL, 'anik.techstorebd1@gmail.com', 'H# 3/B, 2th floor, Shahsahub Nagar, Middle Paikpara, mirpur-1, Dhaka-1216', '12-4578', 'alion', NULL, NULL, NULL, NULL, 1, 0, 0, NULL, '-', 0, 0, 1, NULL, NULL, NULL, NULL, NULL, NULL, '123456', '2023-09-27 13:31:20', '2023-09-27 13:31:20'),
(1715, 2731, 'DR. MD Shahriar Faisal', '01708054667', NULL, NULL, 'dhaka', 'DM KA 11-3945', 'Car', '2022-11-13', 'm', '0', NULL, 1, 0, 0, NULL, '2023-11-01 00:00:00', 0, 1, 0, '2023-10-01', NULL, NULL, '01615346148', '351969560387160', NULL, '123456', '2023-09-27 16:19:37', '2023-09-27 16:19:37'),
(1716, 2732, 'Khalilur Rahman Belal', '01904499992', NULL, NULL, 'dhaka', 'DM HA 56-2143', 'Car', '2022-11-14', 'm', '0', NULL, 1, 0, 0, NULL, '2023-11-01 00:00:00', 0, 0, 0, '2022-11-14', NULL, NULL, '01863016245', '351969560387293', NULL, '123456', '2023-09-27 16:23:38', '2023-09-27 16:23:38'),
(1717, 2733, 'Mamun/shofik', '01911477870', NULL, 'mamun6240@gmail.com', 'dhaka', 'DM LA 28-1775', 'Car', '2022-11-14', 'm', '0', NULL, 1, 0, 0, NULL, '2023-12-01 00:00:00', 0, 1, 0, '2023-11-14', NULL, NULL, '01630405301', '351969560404767', NULL, '123456', '2023-09-27 16:29:36', '2023-09-27 16:29:36'),
(1718, 2734, '\"JINAT AMAN BANNA   \"', '01717696009', NULL, NULL, 'dhaka', 'DM GA 27-0448', 'Car', '2022-11-14', 'm', '3600', NULL, 1, 0, 0, NULL, '2023-11-01 00:00:00', 0, 0, 0, '2022-11-14', NULL, NULL, '01849961282', '351969560385578', NULL, '123456', '2023-09-27 16:49:53', '2023-09-27 16:49:53'),
(1719, 2735, 'Efat hossain Rony', '01634368158', NULL, 'efathossanrony@gmail.com', 'dhaka', 'DM GA 22-8356', 'Car', '2022-08-16', 'y', '4000', NULL, 1, 0, 0, NULL, '2026-08-01 00:00:00', 0, 0, 0, '2023-08-16', NULL, NULL, '01619386904', '359015560003373', NULL, '123456', '2023-09-27 16:53:53', '2023-09-27 16:53:53'),
(1720, 2736, 'Kazi Aminul', '01888550700', NULL, NULL, 'dhaka', 'Kazi Aminul', 'Car', '2022-11-19', 'm', '150', NULL, 1, 0, 0, NULL, '2023-12-01 00:00:00', 0, 1, 0, '2023-11-19', NULL, NULL, '01819760303', '354778341552399', NULL, '123456', '2023-09-27 17:01:00', '2023-09-27 17:01:00'),
(1721, 2737, 'RIZU', '01751540396', NULL, NULL, 'dhaka', 'DM GA 47-2575', 'Car', '2022-11-19', 'y', '4000', NULL, 1, 0, 0, NULL, '2024-11-01 00:00:00', 0, 1, 0, '2023-11-19', NULL, NULL, '01794828223', '359015560003027', NULL, '123456', '2023-09-27 17:05:57', '2023-09-27 17:05:57'),
(1723, 2739, 'NAZRUL', '01763666777', NULL, NULL, 'dhaka', 'DM GA 21-0243', 'Car', '2022-11-19', 'm', '3800', NULL, 1, 0, 0, NULL, '2023-12-01 00:00:00', 0, 1, 0, '2023-11-19', NULL, NULL, '01676195481', '359510088090811', NULL, '123456', '2023-09-27 17:16:13', '2023-09-27 17:16:13'),
(1724, 2740, 'NAZRUL', '01726070719', NULL, NULL, 'dhaka', 'DM KHA 14-0795', 'Car', '2022-12-27', 'y', '3800', NULL, 1, 0, 0, NULL, '2024-12-01 00:00:00', 0, 1, 0, '2023-12-27', NULL, NULL, '01877454418', '359015560002888', NULL, '123456', '2023-10-01 11:22:35', '2023-10-01 11:22:35'),
(1725, 2741, 'Wahidur Rahman', '01742441733', NULL, NULL, 'dhaka', 'DM GHA 13-3612', 'Car', '2022-11-20', 'm', '300', NULL, 1, 0, 0, NULL, '2023-11-01 00:00:00', 0, 0, 0, '2023-10-01', NULL, NULL, '01614939789', '359015560003076', NULL, '123456', '2023-10-01 11:26:57', '2023-10-01 11:26:57'),
(1728, 2744, 'M M HANIF', '01712624676', NULL, 'hanifmm36@gmail.com', 'dhaka', 'DM GA 47-6733', 'Car', '2022-11-20', 'm', '350', NULL, 1, 0, 0, NULL, '2023-11-01 00:00:00', 0, 0, 0, '2023-10-01', NULL, NULL, '01613517269', '359015560002664', NULL, '123456', '2023-10-01 11:42:47', '2023-10-01 11:42:47'),
(1730, 2746, 'Mahfuzur', '01723478869', NULL, NULL, 'dhaka', 'DM CHA 20-1968', 'Car', '2022-11-21', 'm', '750', NULL, 1, 0, 0, NULL, '2023-11-01 00:00:00', 0, 0, 0, '2023-10-01', NULL, NULL, '01613692454', '359015560001963', NULL, '123456', '2023-10-01 12:02:35', '2023-10-01 12:02:35'),
(1731, 2747, 'Mithu', '01917701733', NULL, 'israfilmithu@gmail.com', 'dhaka', 'DM GA 28-0823', 'Car', '2022-11-21', 'y', '4000', NULL, 1, 0, 0, NULL, '2024-11-01 00:00:00', 0, 1, 0, '2023-11-21', NULL, NULL, '01613523183', '359015560003274', NULL, '123456', '2023-10-01 12:07:23', '2023-10-01 12:07:23'),
(1732, 2748, 'DEWAN MARUF', '01738424260', NULL, 'dewanmaruf26@gmail.com', 'dhaka', 'DM GHA 15-8250', 'Car', '2022-11-21', 'y', '4200', NULL, 1, 0, 0, NULL, '2024-11-01 00:00:00', 0, 1, 0, '2023-11-21', NULL, NULL, '01852658307', '359015560002797', NULL, '123456', '2023-10-01 12:11:20', '2023-10-01 12:11:20'),
(1733, 2749, 'DEWAN MARUF', '01912000108', NULL, 'dewanmaruf26@gmail.com', 'dhaka', 'DM GHA 15-8250', 'Car', '2022-11-21', NULL, '4200', NULL, 1, 0, 0, NULL, '2023-12-01 00:00:00', 0, 1, 0, '2023-11-21', NULL, NULL, '01852658307', '359015560002797', NULL, '123456', '2023-10-01 12:12:00', '2023-10-01 12:12:00'),
(1734, 2750, 'Md Saidul Basher', '01758127905', NULL, 'shovon6934@gmail.com', 'dhaka', 'Md Saidul Basher', NULL, '2022-11-21', 'y', '3200', NULL, 1, 0, 0, NULL, '2024-11-01 00:00:00', 0, 1, 0, '2023-11-21', NULL, NULL, '01618913554', '359015560002029', NULL, '123456', '2023-10-01 12:15:25', '2023-10-01 12:15:26'),
(1735, 2751, 'Masum Billah', '01774055543', NULL, 'www.tm217502@gmail.com', 'dhaka', 'Bogura LA 13-5958', 'Car', '2022-11-21', 'm', '150', NULL, 1, 0, 0, NULL, '2023-11-01 00:00:00', 0, 0, 0, '2023-10-01', NULL, NULL, '01727052807', '354778342217372', NULL, '123456', '2023-10-01 13:44:40', '2023-10-01 13:44:40'),
(1736, 2752, 'Abdul Aleem Khan', '01715258168', NULL, 'sheblee@gmail.com', 'dhaka', 'DM GHA 15-9280', 'Car', '2022-11-21', 'y', '6000', NULL, 2, 0, 0, NULL, '2024-11-01 00:00:00', 0, 1, 0, '2023-11-21', NULL, NULL, '01602524452', '354778342235630', NULL, '123456', '2023-10-01 13:48:16', '2023-10-01 13:48:16'),
(1738, 2755, 'Syful Islam Prodhan', '01711107692', NULL, NULL, 'dhaka', 'DM GA 47-9579', 'Car', '2022-11-22', 'y', '3500', NULL, 1, 0, 0, NULL, '2024-11-01 00:00:00', 0, 1, 0, '2023-11-22', NULL, NULL, '01616239665', '354778342221796', NULL, '123456', '2023-10-04 10:44:50', '2023-10-04 10:44:50'),
(1739, 2756, 'Md. Iftekhar Hossain', '01775225690', NULL, NULL, 'dhaka', 'DM GA 49-2873', 'Car', '2022-11-22', 'y', '4200', NULL, 1, 0, 0, NULL, '2024-11-01 00:00:00', 0, 1, 0, '2023-11-22', NULL, NULL, '01823882925', '359015560003522', NULL, '123456', '2023-10-04 10:51:28', '2023-10-04 10:51:28'),
(1740, 2757, 'Main Shamim', '01712904216', NULL, 'moinshamim316@gmail.com', 'dhaka', 'DM GA 36-8534', 'Car', '2022-11-22', 'y', '33300', NULL, 1, 0, 0, NULL, '2024-11-01 00:00:00', 0, 1, 0, '2023-11-22', NULL, NULL, '01602354154', '359015560002060', NULL, '123456', '2023-10-04 10:54:56', '2023-10-04 10:54:56'),
(1742, 2759, 'Mehedi Hasan Tamal', '01711540337', NULL, NULL, 'dhaka', 'DM HA 71-8884', 'Car', '2022-11-24', 'y', '3300', NULL, 1, 0, 0, NULL, '2024-11-01 00:00:00', 0, 1, 0, '2023-11-24', NULL, NULL, '01762964049', '354778342218404', NULL, '123456', '2023-10-04 11:07:27', '2023-10-04 11:07:27'),
(1743, 2760, 'Abir', '01796327610', NULL, NULL, 'dhaka', 'DM TA 51-7339', 'Car', '2022-11-25', 'm', '300', NULL, 1, 0, 0, NULL, '2023-12-01 00:00:00', 0, 1, 0, '2023-11-01', NULL, NULL, '01318594546', '359015560036845', NULL, '123456', '2023-10-04 11:12:33', '2023-10-04 11:12:33'),
(1745, 2762, 'MOHAMMED ZAHIDUR RAHMAN', '01759428667', NULL, NULL, 'dhaka', 'DM GA 28-7626', 'Car', '2022-11-26', 'y', '4200', NULL, 1, 0, 0, NULL, '2024-11-01 00:00:00', 0, 1, 0, '2023-11-26', NULL, NULL, '01307139972', '359015560003308', NULL, '123456', '2023-10-04 13:04:09', '2023-10-04 13:04:09'),
(1747, 2764, 'Azmal Jorder', '01861111101', NULL, NULL, 'dhaka', 'DM LA 55-7144', 'Car', '2022-11-27', 'y', '3000', NULL, 1, 0, 0, NULL, '2024-11-01 00:00:00', 0, 1, 0, '2023-11-27', NULL, NULL, '01849485668', '354778342232017', NULL, '123456', '2023-10-04 13:11:11', '2023-10-04 13:11:11'),
(1748, 2765, 'AB Salam', '01963242324', NULL, NULL, 'dhaka', 'AB SALAM', 'Car', '2022-11-27', 'y', '3500', NULL, 1, 0, 0, NULL, '2024-11-01 00:00:00', 0, 1, 0, '2023-11-27', NULL, NULL, '01610606656', '359015560002037', NULL, '123456', '2023-10-04 13:15:55', '2023-10-04 13:15:55'),
(1749, 2766, 'Md. Sirajul Islam', '01715112515', NULL, NULL, 'dhaka', 'DM GA 49-2952', 'Car', '2022-11-28', 'y', '3600', NULL, 1, 0, 0, NULL, '2024-11-01 00:00:00', 0, 1, 0, '2023-11-28', NULL, NULL, '01615112515', '359015560002136', NULL, '123456', '2023-10-04 13:28:01', '2023-10-04 13:28:01'),
(1750, 2767, 'Madhusudhan', '01718820081', NULL, NULL, 'dhaka', 'DM NA 14-9197', 'Car', '2022-11-28', 'y', '4200', NULL, 1, 0, 0, NULL, '2024-11-01 00:00:00', 0, 1, 0, '2023-11-28', NULL, NULL, '01876951743', '359510087884586', NULL, '123456', '2023-10-04 13:31:31', '2023-10-04 13:31:31'),
(1751, 2768, 'Rizvi', '01712555605', NULL, NULL, 'dhaka', 'DM GA 31-8907', 'Car', '2022-11-28', 'y', '3400', NULL, 1, 0, 0, NULL, '2024-11-01 00:00:00', 0, 1, 0, '2023-11-28', NULL, NULL, '01850554956', '359015560002409', NULL, '123456', '2023-10-04 13:34:54', '2023-10-04 13:34:54'),
(1752, 2769, 'Shafiur Rahman', '01311303847', NULL, 'shafiurrahman055@gmail.com', 'dhaka', 'DM GA 34-8870', 'Car', '2022-11-28', 'y', '4200', NULL, 1, 0, 0, NULL, '2024-11-01 00:00:00', 0, 1, 0, '2023-11-28', NULL, NULL, '01867159792', '359510087940859', NULL, '123456', '2023-10-04 13:43:35', '2023-10-04 13:43:35'),
(1753, 2770, 'MD.JAHID', '01790721622', NULL, NULL, 'dhaka', 'DM GA 13-0758', 'Car', '2022-11-29', 'y', '3600', NULL, 1, 0, 0, NULL, '2024-11-01 00:00:00', 0, 1, 0, '2023-11-29', NULL, NULL, '01616003781', '359015560001765', NULL, '123456', '2023-10-04 13:59:29', '2023-10-04 13:59:29'),
(1755, 2772, 'Mamun', '1751991558', NULL, NULL, 'dhaka', 'DM GA 21-4722', 'Car', '2022-11-30', 'm', '250', NULL, 1, 0, 0, NULL, '2023-12-01 00:00:00', 0, 1, 0, '2023-11-30', NULL, NULL, '01877265912', '351969560387087', NULL, '123456', '2023-10-05 10:34:54', '2023-10-05 10:34:54'),
(1756, 2773, 'roof crop care ltd', '01672846544', NULL, NULL, 'dhaka', 'DM DA 14-6718', 'Car', '2022-12-01', 'y', '11000', NULL, 2, 0, 0, NULL, '2024-12-01 00:00:00', 0, 1, 0, '2023-12-01', NULL, NULL, '01613517252', '359015560003365', NULL, '123456', '2023-10-05 10:40:05', '2023-10-05 10:40:05'),
(1757, 2774, 'Md Tanvir Hassan', '01719457880', NULL, 'tanvir.hassan.ice07@gmail.com', 'dhaka', 'DM GA 13-5964', 'Car', '2022-12-03', 'y', '3600', NULL, 1, 0, 0, NULL, '2024-12-01 00:00:00', 0, 1, 0, '2023-12-03', NULL, NULL, '01750058194', '359510087934423', NULL, '123456', '2023-10-05 10:43:18', '2023-10-05 10:43:18'),
(1758, 2775, 'Md Abdul hai', '01777656517', NULL, NULL, 'dhaka', 'DM GA 37-1185', 'Car', '2022-12-04', 'y', '3600', NULL, 1, 0, 0, NULL, '2024-12-01 00:00:00', 0, 1, 0, '2023-12-04', NULL, NULL, '01604786311', '359015560002326', NULL, '123456', '2023-10-05 10:45:50', '2023-10-05 10:45:50'),
(1759, 2776, 'Dr. Md Ishak', '01674961613', NULL, NULL, 'CTG', 'DM GA 36-7409', 'Car', '2022-12-04', 'y', '4000', NULL, 1, 0, 0, NULL, '2024-12-01 00:00:00', 0, 1, 0, '2023-12-04', NULL, NULL, '01786549238', '359510087986993', NULL, '123456', '2023-10-05 10:48:17', '2023-10-05 10:48:17'),
(1760, 2777, 'Probir Sikder', '01670659444', NULL, 'probir@vastengineeringbd.com', 'dhaka', 'DM NA 15-4776', 'Car', '2022-12-04', 'y', '3600', NULL, 1, 0, 0, NULL, '2024-12-01 00:00:00', 0, 1, 0, '2023-12-04', NULL, NULL, '01879070945', '351969560198849', NULL, '123456', '2023-10-05 10:50:37', '2023-10-05 10:50:37'),
(1761, 2778, 'ELAIS', '01894789499', NULL, NULL, 'dhaka', 'DM CA 13-4748', 'Car', '2022-12-05', 'm', '300', NULL, 2, 0, 0, NULL, '2024-01-01 00:00:00', 0, 1, 0, '2023-12-05', NULL, NULL, '01876725786', '359015560002904', NULL, '123456', '2023-10-05 10:55:07', '2023-10-05 10:55:07'),
(1762, 2779, 'Sumon mahamud', '01949091003', NULL, 'rajsumon52@gmail.com', 'dhaka', 'DM HA 58-4780', 'Car', '2022-12-05', 'y', '2950', NULL, 1, 0, 0, NULL, '2024-12-01 00:00:00', 0, 1, 0, '2023-12-05', NULL, NULL, '01737869757', '359015560007291', NULL, '123456', '2023-10-05 11:03:27', '2023-10-05 11:03:27'),
(1764, 2781, 'Md. Jahid', '01819649917', NULL, NULL, 'CTG', 'CM KHA 11-1948', 'Car', '2022-12-05', 'y', '4000', NULL, 1, 0, 0, NULL, '2024-12-01 00:00:00', 0, 1, 0, '2023-12-05', NULL, NULL, '01919898621', '359510087986274', NULL, '123456', '2023-10-05 11:17:12', '2023-10-05 11:17:12'),
(1765, 2782, 'Mohsinul Hoq Sumon', '01730727298', NULL, 'sumonhoq2003@gmail.com', 'dhaka', 'DM GA 49-3307', 'Car', '2022-12-05', 'y', '4200', NULL, 1, 0, 0, NULL, '2024-12-01 00:00:00', 0, 1, 0, '2023-12-05', NULL, NULL, '01843958609', '359015560002680', NULL, '123456', '2023-10-05 11:25:10', '2023-10-05 11:25:10'),
(1766, 2783, 'SI. Sohel', '01797016607', NULL, NULL, 'dhaka', 'SI. SOHEL', 'Car', '2022-12-06', 'm', '150', NULL, 1, 0, 0, NULL, '2024-01-01 00:00:00', 0, 1, 0, '2023-12-05', NULL, NULL, '01620394685', '351969560200470', NULL, '123456', '2023-10-05 11:29:21', '2023-10-05 11:29:21'),
(1767, 2784, 'SAKIB HASAN RAFI', '01621165747', NULL, 'rafisuper11@gmail.com', 'dhaka', 'DM GA 47-5496', 'Car', '2022-12-06', 'y', '4200', NULL, 1, 0, 0, NULL, '2024-12-01 00:00:00', 0, 1, 0, '2023-12-06', NULL, NULL, '01887992141', '359015560003167', NULL, '123456', '2023-10-05 11:33:11', '2023-10-05 11:33:11'),
(1769, 2786, 'ATIQUR RAHMAN', '01711540202', NULL, NULL, 'dhaka', 'DM GA 20-0149', 'Car', '2022-12-07', 'y', '2800', NULL, 1, 0, 0, NULL, '2024-12-01 00:00:00', 0, 1, 0, '2023-12-07', NULL, NULL, '01749494849', '359015560006335', NULL, '123456', '2023-10-05 11:37:33', '2023-10-05 11:37:33'),
(1770, 2787, 'SHONTUSH', '01729947270', NULL, NULL, 'dhaka', 'DM GA 39-6027', 'Car', '2022-12-07', 'y', '2800', NULL, 1, 0, 0, NULL, '2024-12-01 00:00:00', 0, 1, 0, '2023-12-07', NULL, NULL, '01400434721', '359015560005410', NULL, '123456', '2023-10-05 11:51:06', '2023-10-05 11:51:06'),
(1771, 2788, 'RIPON', '01712113538', NULL, NULL, 'dhaka', 'DM GHA 21-5014', 'Car', '2022-12-07', 'y', '2800', NULL, 1, 0, 0, NULL, '2024-12-01 00:00:00', 0, 1, 0, '2023-12-07', NULL, NULL, '01879257222', '359015560006491', NULL, '123456', '2023-10-05 11:58:37', '2023-10-05 11:58:37'),
(1772, 2789, 'MD.NAZRUL ISLAM NICE', '01633576793', NULL, NULL, 'dhaka', 'DM GA 21-0329', 'Car', '2022-12-07', 'y', '2800', NULL, 1, 0, 0, NULL, '2024-12-01 00:00:00', 0, 1, 0, '2023-12-07', NULL, NULL, '01869327977', '359015560004413', NULL, '123456', '2023-10-05 12:01:20', '2023-10-05 12:01:20'),
(1773, 2790, 'Zahid', '01714071066', NULL, NULL, 'dhaka', 'DM GA 35-8125', 'Car', '2022-12-07', 'y', '2800', NULL, 1, 0, 0, NULL, '2024-12-01 00:00:00', 0, 1, 0, '2023-12-07', NULL, NULL, '01870284799', '359015560005527', NULL, '123456', '2023-10-05 12:03:58', '2023-10-05 12:03:58'),
(1774, 2791, 'Abdul awal', '01869272412', NULL, NULL, 'dhaka', 'DM LA 55-3260', 'Car', '2022-12-07', 'y', '2800', NULL, 1, 0, 0, NULL, '2024-12-01 00:00:00', 0, 1, 0, '2023-12-07', NULL, NULL, '01879926562', '359015560006764', NULL, '123456', '2023-10-05 12:07:13', '2023-10-05 12:07:13'),
(1775, 2792, 'Jasim uddin', '01712071351', NULL, NULL, 'dhaka', 'Kumilla ta 11-0208', 'Car', '2022-12-08', NULL, '1250', '0', 1, 0, 0, NULL, '2024-06-01 00:00:00', 0, 1, 0, '2023-12-08', NULL, NULL, '01887119687', '359015560003290', NULL, '123456', '2023-10-05 12:11:22', '2024-06-05 10:55:50'),
(1776, 2793, 'Jasim uddin', '1071351', NULL, NULL, 'dhaka', 'DM TA 13-4057', 'Car', '2023-01-11', NULL, '4000', NULL, 1, 0, 0, NULL, '2025-01-01 00:00:00', 0, 1, 0, '2024-01-11', NULL, NULL, '01859964327', '359015560005907', NULL, '123456', '2023-10-05 12:16:45', '2024-02-04 17:44:50'),
(1777, 2794, 'Rojit Ray', '01823130029', NULL, NULL, 'dhaka', 'Rojit Ray', 'Car', '2022-12-08', 'm', '150', NULL, 1, 0, 0, NULL, '2024-01-01 00:00:00', 0, 1, 0, '2023-12-08', NULL, NULL, '01836725960', '351969560392673', NULL, '123456', '2023-10-05 12:20:53', '2023-10-05 12:20:53'),
(1779, 2796, 'MAJOR MD BILLAL HOSSAIN', '01719733229', NULL, 'bilwal8773@gmail.com', 'dhaka', 'DM GA 17-6178', 'Car', '2022-12-11', 'y', '3600', NULL, 1, 0, 0, NULL, '2024-12-01 00:00:00', 0, 1, 0, '2023-12-11', NULL, NULL, '01864896326', '359015560076502', NULL, '123456', '2023-10-05 12:31:18', '2023-10-05 12:31:18'),
(1780, 2797, 'RAHAT MAHMUD', '01633701169', NULL, 'tushanrahat@gmail.com', 'dhaka', 'DM GA 36-0327', 'Car', '2022-12-11', 'y', '4200', NULL, 1, 0, 0, NULL, '2024-12-01 00:00:00', 0, 1, 0, '2023-12-11', NULL, NULL, '01838583733', '359015560003480', NULL, '123456', '2023-10-05 12:34:44', '2023-10-05 12:34:44'),
(1781, 2798, 'janibul', '01819156660', NULL, NULL, 'dhaka', 'DM GA 19-8641', 'Car', '2022-12-11', 'y', '3600', NULL, 1, 0, 0, NULL, '2024-12-01 00:00:00', 0, 1, 0, '2023-12-11', NULL, NULL, '01619747961', '359015560006384', NULL, '123456', '2023-10-05 12:36:54', '2023-10-05 12:36:54'),
(1782, 2799, 'Md.Muhsin sahed', '01730372871', NULL, NULL, 'dhaka', 'DM GA 49-3330', 'Car', '2022-12-12', 'y', '3700', NULL, 1, 0, 0, NULL, '2024-12-01 00:00:00', 0, 1, 0, '2023-12-12', NULL, NULL, '01891830026', '359015560004751', NULL, '123456', '2023-10-05 12:41:01', '2023-10-05 12:41:01'),
(1783, 2800, 'Mohammod Zakir', '01611710043', NULL, NULL, 'dhaka', 'DM DA 14-2750', 'Car', '2022-12-12', 'y', '4000', NULL, 1, 0, 0, NULL, '2024-12-01 00:00:00', 0, 1, 0, '2023-12-12', NULL, NULL, '01828112970', '359015560002854', NULL, '123456', '2023-10-05 12:43:11', '2023-10-05 12:43:11'),
(1786, 2803, 'Homywon', '01889025419', NULL, NULL, 'dhaka', 'DM LA 59-1481', 'Car', '2022-12-14', 'm', '200', NULL, 1, 0, 0, NULL, '2023-11-01 00:00:00', 0, 0, 0, '2023-10-01', NULL, NULL, '01864266142', '351969560399710', NULL, '123456', '2023-10-05 13:00:20', '2023-10-05 13:00:20'),
(1787, 2804, 'Shahidul Islam Razza', '01779948499', NULL, NULL, 'dhaka', 'DM KHA 12-1405', 'Car', '2022-12-15', 'y', '3600', NULL, 1, 0, 0, NULL, '2024-12-01 00:00:00', 0, 1, 0, '2023-12-15', NULL, NULL, '01886881044', '359015560004975', NULL, '123456', '2023-10-05 13:04:52', '2023-10-05 13:04:52'),
(1790, 2807, 'Debasish', '01760271756', NULL, 'dabasish.0209@gmail.com', 'dhaka', 'DM KHA 11-9781', 'Car', '2022-12-18', 'y', '4270', NULL, 1, 0, 0, NULL, '2024-12-01 00:00:00', 0, 1, 0, '2023-12-18', NULL, NULL, '01920018196', '359015560003035', NULL, '123456', '2023-10-05 13:22:31', '2023-10-05 13:22:31'),
(1793, 2810, 'Shafiqul islam', '01840069209', NULL, NULL, 'dhaka', 'DM LA 62-0821', 'Car', '2022-12-20', 'y', '3000', NULL, 1, 0, 0, NULL, '2024-12-01 00:00:00', 0, 1, 0, '2023-12-20', NULL, NULL, '01877586787', '354778342235762', NULL, '123456', '2023-10-05 13:39:59', '2023-10-05 13:39:59'),
(1796, 2813, 'Biplob Hossain', '01730013387', NULL, NULL, 'dhaka', 'DM CHA 20-6235', 'Car', '2022-12-21', 'y', '3600', NULL, 1, 0, 0, NULL, '2024-12-01 00:00:00', 0, 1, 0, '2023-12-21', NULL, NULL, '01842115127', '359015560005345', NULL, '123456', '2023-10-05 13:54:43', '2023-10-05 13:54:43'),
(1797, 2814, 'Zakir Hossain', '01819536697', NULL, 'zakirtsims@gmail.com', 'dhaka', 'CM CHA 51-2413', 'Car', '2022-12-21', 'y', '3600', NULL, 1, 0, 0, NULL, '2024-12-01 00:00:00', 0, 1, 0, '2023-12-21', NULL, NULL, '01835456812', '354778342232447', NULL, '123456', '2023-10-05 13:56:44', '2023-10-05 13:56:44'),
(1798, 2815, 'Md. Sazzad Hussain', '01818843243', NULL, 'naimsazzad@gmail.com', 'dhaka', 'DM KHA 12-4232', 'Car', '2022-12-24', 'y', '4400', NULL, 1, 0, 0, NULL, '2024-12-01 00:00:00', 0, 1, 0, '2023-12-24', NULL, NULL, '01920018290', '359015560002847', NULL, '123456', '2023-10-05 15:51:01', '2023-10-05 15:51:01'),
(1799, 2816, 'SAIFUL', '01766675399', NULL, NULL, 'dhaka', 'DM GA 36-9025', 'Car', '2022-12-25', 'y', '4400', NULL, 1, 0, 0, NULL, '2024-12-01 00:00:00', 0, 1, 0, '2023-12-25', NULL, NULL, '01920018276', '359015560003621', NULL, '123456', '2023-10-05 15:56:42', '2023-10-05 15:56:42'),
(1800, 2817, 'Ashrafuzzaman', '01711761231', NULL, 'ashrafuzzaman@gmail.com', 'dhaka', 'DM GHA 21-5553', 'Car', '2022-12-25', 'y', '3600', NULL, 1, 0, 0, NULL, '2024-12-01 00:00:00', 0, 1, 0, '2023-12-25', NULL, NULL, '01886761221', '359510087935818', NULL, '123456', '2023-10-05 15:59:17', '2023-10-05 15:59:17'),
(1802, 2819, 'Anower Hossain', '1970999677', NULL, NULL, 'dhaka', 'DM CHA 16-4890', 'Car', '2022-12-26', 'y', '8000', NULL, 2, 0, 0, NULL, '2024-12-01 00:00:00', 0, 1, 0, '2023-12-26', NULL, NULL, '01873240323', '359015560002912', NULL, '123456', '2023-10-05 16:07:23', '2023-10-05 16:07:23'),
(1803, 2820, 'Shawon', '01674350311', NULL, NULL, 'dhaka', 'DM CHA 51-8667', 'Car', '2022-12-27', 'y', '4000', NULL, 1, 0, 0, NULL, '2024-12-01 00:00:00', 0, 1, 0, '2023-12-27', NULL, NULL, '01878878450', '359015560003613', NULL, '123456', '2023-10-05 16:09:21', '2023-10-05 16:09:21'),
(1804, 2821, 'Mohammed Khorshed Alam', '01713042031', NULL, NULL, 'dhaka', 'DM KHA 11-1666', 'Car', '2022-12-27', 'y', '3400', NULL, 1, 0, 0, NULL, '2024-12-01 00:00:00', 0, 1, 0, '2023-12-27', NULL, NULL, '01841642031', '359015560006236', NULL, '123456', '2023-10-05 16:12:35', '2023-10-05 16:12:35'),
(1805, 2822, 'Md Sojon', '01792529640', NULL, NULL, 'dhaka', 'Auto Mishuk', 'Car', '2022-12-27', 'm', '600', NULL, 2, 0, 0, NULL, '2024-01-01 00:00:00', 0, 1, 0, '2023-12-27', NULL, NULL, '01758988558', '351969560385420', NULL, '123456', '2023-10-05 16:15:42', '2023-10-05 16:15:42'),
(1807, 2824, 'Tuaha', '01955899492', NULL, NULL, 'dhaka', 'DM MO 13-0341', 'Car', '2022-12-28', 'y', '3600', NULL, 1, 0, 0, NULL, '2024-12-01 00:00:00', 0, 1, 0, '2023-12-28', NULL, NULL, '01920018263', '359015560005865', NULL, '123456', '2023-10-05 16:20:37', '2023-10-05 16:20:37'),
(1808, 2825, 'dr. abu saleh ahmed', '01711116210', NULL, 'shamimab332@gmail.com', 'dhaka', 'DM GA 29-5580', 'Car', '2022-12-28', 'y', '4400', NULL, 1, 0, 0, NULL, '2024-12-01 00:00:00', 0, 1, 0, '2023-12-28', NULL, NULL, '01920018274', '359015560003415', NULL, '123456', '2023-10-05 16:24:15', '2023-10-05 16:24:15'),
(1809, 2826, 'Sharif', '01744235167', NULL, NULL, 'dhaka', 'Cumilla LA 12-9195', 'Car', '2022-12-28', 'y', '6400', NULL, 1, 0, 0, NULL, '2024-12-01 00:00:00', 0, 1, 0, '2023-12-28', NULL, NULL, '01891560565', '351969560405079', NULL, '123456', '2023-10-05 16:26:29', '2023-10-05 16:26:29'),
(1810, 2827, 'Abukalam', '01671739797', NULL, NULL, 'dhaka', 'Cumilla LA 13-3007', 'Car', '2022-12-28', 'y', '2800', NULL, 1, 0, 0, NULL, '2024-12-01 00:00:00', 0, 1, 0, '2023-12-28', NULL, NULL, '01875989638', '351969560400468', NULL, '123456', '2023-10-05 16:30:05', '2023-10-05 16:30:05'),
(1813, 2830, 'Redwan', '01859652694', NULL, NULL, 'dhaka', 'DM GA 15-3347', 'Car', '2022-12-31', 'y', '3800', NULL, 1, 0, 0, NULL, '2024-12-01 00:00:00', 0, 1, 0, '2023-12-31', NULL, NULL, '01920018179', '359015560006707', NULL, '123456', '2023-10-05 16:38:30', '2023-10-05 16:38:30'),
(1815, 2832, 'Engr. Al Bokor', '01714029082', NULL, NULL, 'dhaka', 'DM GA 45-4861', 'Car', '2022-12-31', 'y', '4000', NULL, 1, 0, 0, NULL, '2024-12-01 00:00:00', 0, 1, 0, '2023-12-31', NULL, NULL, '01785642552', '359015560011608', NULL, '123456', '2023-10-07 10:56:18', '2023-10-07 10:56:18'),
(1816, 2833, 'Akhlak ul jamil dolon', '01716794267', NULL, NULL, 'dhaka', 'DM LA 23-2104', 'Car', '2023-01-01', 'y', '3300', NULL, 1, 0, 0, NULL, '2025-01-01 00:00:00', 0, 1, 0, '2024-01-01', NULL, NULL, '01920018316', '351969560400518', NULL, '123456', '2023-10-07 11:00:12', '2023-10-07 11:00:12'),
(1818, 2835, 'Syeda afsarun nahar', '1732464972', NULL, NULL, 'dhaka', 'DM GA 17-2679', 'Car', '2023-01-01', 'm', '350', NULL, 1, 0, 0, NULL, '2024-02-01 00:00:00', 0, 1, 0, '2024-01-01', NULL, NULL, '01873149648', '359510087883463', NULL, '123456', '2023-10-07 11:06:52', '2023-10-07 11:06:52'),
(1819, 2836, 'Dr s Chakrabarty', '01927114515', NULL, NULL, 'dhaka', 'DM GA 22-3701', 'Car', '2023-01-01', 'y', '4400', NULL, 1, 0, 0, NULL, '2025-01-01 00:00:00', 0, 1, 0, '2024-01-01', NULL, NULL, '01920018143', '359015560002656', NULL, '123456', '2023-10-07 11:10:20', '2023-10-07 11:10:20'),
(1823, 2840, 'Mohosin', '01795653187', NULL, NULL, 'dhaka', 'MOHOSIN', 'Car', '2023-01-03', 'y', '3600', NULL, 2, 0, 0, NULL, '2025-01-01 00:00:00', 0, 1, 0, '2024-01-03', NULL, NULL, '01826208569', '359015560006814', NULL, '123456', '2023-10-07 11:31:36', '2023-10-07 11:31:36'),
(1824, 2841, 'Shakir', '01777641565', NULL, NULL, 'dhaka', 'DM GA 22-2313', 'Car', '2023-01-04', 'y', '4400', NULL, 1, 0, 0, NULL, '2025-01-01 00:00:00', 0, 1, 0, '2024-01-04', NULL, NULL, '01868100827', '359015560003381', NULL, '123456', '2023-10-07 11:34:02', '2023-10-07 11:34:02'),
(1825, 2842, 'kazi naim shah', '01686317617', NULL, NULL, 'dhaka', 'gari: rollar 02', 'Car', '2023-01-05', 'y', '3600', NULL, 1, 0, 0, NULL, '2025-01-01 00:00:00', 0, 1, 0, '2024-01-05', NULL, NULL, '01878980081', '359015560002177', NULL, '123456', '2023-10-07 11:36:04', '2023-10-07 11:36:04'),
(1826, 2843, 'Amir Azam', '01712787238', NULL, NULL, 'dhaka', 'DM GA 49-2772', 'Car', '2023-01-05', 'y', '4200', NULL, 1, 0, 0, NULL, '2025-01-01 00:00:00', 0, 1, 0, '2024-01-05', NULL, NULL, '01920018142', '359015560002896', NULL, '123456', '2023-10-07 11:38:55', '2023-10-07 11:38:55'),
(1827, 2844, 'Md.Emon Khan', '01747151580', NULL, NULL, 'dhaka', 'Tangail LA 13-7898', 'Car', '2023-01-05', 'm', '0', NULL, 1, 0, 0, NULL, '2023-12-01 00:00:00', 0, 1, 0, '2023-11-01', NULL, NULL, '01324951633', '354778342232959', NULL, '123456', '2023-10-07 18:01:15', '2023-10-07 18:01:15'),
(1828, 2845, 'Md.Golam Rabbani', '01765232426', NULL, NULL, 'dhaka', 'Md.Golam Rabbani', 'Car', '2023-01-05', 'm', '0', NULL, 1, 0, 0, NULL, '2023-12-01 00:00:00', 0, 1, 0, '2023-11-01', NULL, NULL, '01325400658', '351969560387657', NULL, '123456', '2023-10-07 18:03:21', '2023-10-07 18:03:21'),
(1829, 2846, 'Kabir', '01785886255', NULL, NULL, 'dhaka', 'JHALOKATHI NA 11-0035', 'Car', '2023-01-05', 'm', '200', NULL, 2, 0, 0, NULL, '2025-05-01 00:00:00', 0, 1, 0, '2024-01-05', NULL, NULL, '01920018210', '359510087940131', NULL, '123456', '2023-10-07 18:06:24', '2024-05-19 12:57:52'),
(1832, 2849, 'Major Syed Sohel Ahmed', '01713090546', NULL, 'sohelmba@yahoo.com', 'dhaka', 'DM GA 43-5098', 'Car', '2023-01-08', 'y', '3600', NULL, 1, 0, 0, NULL, '2025-01-01 00:00:00', 0, 1, 0, '2024-01-08', NULL, NULL, '01920018228', '359015560006483', NULL, '123456', '2023-10-07 18:18:23', '2023-10-07 18:18:23'),
(1833, 2850, 'Abu Bakar Siddique', '01747801222', NULL, NULL, 'dhaka', 'DM KHA 13-0708', 'Car', '2023-01-08', 'y', '4200', NULL, 1, 0, 0, NULL, '2025-01-01 00:00:00', 0, 1, 0, '2024-01-08', NULL, NULL, '01886824008', '359015560003456', NULL, '123456', '2023-10-07 18:22:08', '2023-10-07 18:22:08'),
(1834, 2851, 'Kamrul', '01711361356', NULL, NULL, 'dhaka', 'DM GA 34-4510', 'Car', '2023-01-08', 'y', '3500', NULL, 1, 0, 0, NULL, '2025-01-01 00:00:00', 0, 1, 0, '2024-01-08', NULL, NULL, '01920018341', '359015560002979', NULL, '123456', '2023-10-08 10:45:49', '2023-10-08 10:45:49'),
(1836, 2853, 'Md.Rasaduzzaman Ripon', '01713643782', NULL, NULL, 'dhaka', 'Ripon82', 'Car', '2023-01-09', 'm', '150', NULL, 1, 0, 0, NULL, '2023-12-01 00:00:00', 0, 1, 0, '2023-11-01', NULL, NULL, '01761542486', '351969560385933', NULL, '123456', '2023-10-08 10:51:38', '2023-10-08 10:51:38'),
(1837, 2854, 'Sk Mehedi Hasan Akash', '01842707071', NULL, 'skmehedihasanakash@gmail.com', 'dhaka', 'CM GA 11-4437', 'Car', '2023-01-09', 'y', '4400', NULL, 1, 0, 0, NULL, '2025-01-01 00:00:00', 0, 1, 0, '2024-01-09', NULL, NULL, '01920018324', '359015560003258', NULL, '123456', '2023-10-08 10:55:21', '2023-10-08 10:55:21'),
(1838, 2855, 'Md Jamal Hossain', '01715107270', NULL, 'hossain.mjamal@gmail.com', 'dhaka', 'DM GA 47-3517', 'Car', '2023-01-09', 'y', '4000', NULL, 1, 0, 0, NULL, '2025-01-01 00:00:00', 0, 1, 0, '2024-01-09', NULL, NULL, '01324531595', '359015560003605', NULL, '123456', '2023-10-08 11:00:31', '2023-10-08 11:00:31'),
(1839, 2856, 'Omor ali', '1975784053', NULL, NULL, 'dhaka', 'Gari:02', 'Car', '2023-01-10', 'y', '6600', NULL, 2, 0, 0, NULL, '2025-01-01 00:00:00', 0, 1, 0, '2024-01-10', NULL, NULL, '01884819490', '359015560005576', NULL, '123456', '2023-10-08 11:05:45', '2023-10-08 11:05:45'),
(1840, 2857, 'Sajedul islam', '01712535367', NULL, NULL, 'dhaka', 'DM GA 22-2490', 'Car', '2023-01-10', 'y', '3600', NULL, 1, 0, 0, NULL, '2025-01-01 00:00:00', 0, 1, 0, '2024-01-10', NULL, NULL, '01325888085', '359510087885286', NULL, '123456', '2023-10-08 11:11:48', '2023-10-08 11:11:48'),
(1844, 2861, 'SAIFUL', '01711440167', NULL, NULL, 'dhaka', 'DM GHA 15-5396', 'Car', '2023-01-11', 'y', '4000', NULL, 1, 0, 0, NULL, '2025-01-01 00:00:00', 0, 1, 0, '2024-01-11', NULL, NULL, '01326250200', '359510087986779', NULL, '123456', '2023-10-08 11:22:46', '2023-10-08 11:22:46'),
(1845, 2862, 'A. M. M. Zami', '01711128925', NULL, 'ammzami@gmail.com', 'dhaka', 'Nababgonj Ha-11-1988', 'Car', '2023-01-14', 'm', '150', NULL, 1, 0, 0, NULL, '2024-02-01 00:00:00', 0, 1, 0, '2024-01-14', NULL, NULL, '01325439228', '354778342217398', NULL, '123456', '2023-10-08 11:25:28', '2023-10-08 11:25:28'),
(1847, 2864, 'Joyonto Gregory', '01823078714', NULL, NULL, 'dhaka', 'DM GA 29-0628', 'Car', '2023-01-15', 'y', '3400', NULL, 1, 0, 0, NULL, '2025-01-01 00:00:00', 0, 1, 0, '2024-01-15', NULL, NULL, '01780253880', '359015560006376', NULL, '123456', '2023-10-08 11:32:12', '2023-10-08 11:32:12'),
(1848, 2865, 'Mohammad Kabir Hossain', '01612883030', NULL, NULL, 'dhaka', 'DM GA 19-5318', 'Car', '2023-01-15', 'y', '4200', NULL, 1, 0, 0, NULL, '2025-01-01 00:00:00', 0, 1, 0, '2024-01-15', NULL, NULL, '01879877147', '359015560003266', NULL, '123456', '2023-10-08 11:48:35', '2023-10-08 11:48:35'),
(1849, 2866, 'Gazi Abujor Jayed', '01769762870', NULL, NULL, 'dhaka', 'DM GA 29-4465', 'Car', '2023-01-15', 'y', '3600', NULL, 1, 0, 0, NULL, '2025-01-01 00:00:00', 0, 1, 0, '2024-01-15', NULL, NULL, '01327205608', '359015560006848', NULL, '123456', '2023-10-08 11:50:52', '2023-10-08 11:50:52'),
(1851, 2868, 'Anwar', '01618045891', NULL, NULL, 'dhaka', 'DM GA 31-3765', 'Car', '2023-01-16', 'y', '4000', NULL, 1, 0, 0, NULL, '2025-01-01 00:00:00', 0, 1, 0, '2024-01-16', NULL, NULL, '01896127982', '359015560002789', NULL, '123456', '2023-10-08 12:04:13', '2023-10-08 12:04:13'),
(1852, 2869, 'Munjur', '01870211267', NULL, NULL, 'dhaka', 'DM GA 32-7489', 'Car', '2023-01-16', 'y', '4000', NULL, 1, 0, 0, NULL, '2025-01-01 00:00:00', 0, 1, 0, '2024-01-16', NULL, NULL, '01326599137', '359015560003118', NULL, '123456', '2023-10-08 12:06:25', '2023-10-08 12:06:25'),
(1853, 2870, 'Arun mondol', '01713081916', NULL, NULL, 'dhaka', 'DM GA 34-8507', 'Car', '2023-01-17', 'y', '3300', NULL, 1, 0, 0, NULL, '2025-01-01 00:00:00', 0, 1, 0, '2024-01-17', NULL, NULL, '01707244046', '359015560007127', NULL, '123456', '2023-10-08 12:08:46', '2023-10-08 12:08:46'),
(1854, 2871, 'Nizam', '01711131024', NULL, NULL, 'dhaka', 'DM GA 21-9812', 'Car', '2023-01-18', 'y', '3300', NULL, 1, 0, 0, NULL, '2025-01-01 00:00:00', 0, 1, 0, '2024-01-18', NULL, NULL, '01920018347', '359015560005584', NULL, '123456', '2023-10-08 12:10:42', '2023-10-08 12:10:42'),
(1856, 2873, 'Bluedream', '01932403451', NULL, NULL, 'dhaka', 'DM MA 51-9489', 'Car', '2023-01-18', 'y', '3500', NULL, 1, 0, 0, NULL, '2025-01-01 00:00:00', 0, 1, 0, '2024-01-18', NULL, NULL, '01920018288', '359015560011400', NULL, '123456', '2023-10-08 12:37:11', '2023-10-08 12:37:11'),
(1858, 2875, 'M A Tareque', '01730713811', NULL, 'ma_tareque@yahoo.com', 'dhaka', 'DM GA 31-1980', 'Car', '2023-01-21', 'y', '4200', NULL, 1, 0, 0, NULL, '2025-01-01 00:00:00', 0, 1, 0, '2024-01-21', NULL, NULL, '01886395220', '359015560012036', NULL, '123456', '2023-10-08 12:42:19', '2023-10-08 12:42:19'),
(1859, 2876, 'AFM Sadequl Islam', '01757787710', NULL, 'sadequl.scm@gmail.com', 'dhaka', 'DM GA 42-0596', 'Car', '2023-01-21', 'y', '3400', NULL, 1, 0, 0, NULL, '2025-01-01 00:00:00', 0, 1, 0, '2024-01-21', NULL, NULL, '01327230584', '359015560013588', NULL, '123456', '2023-10-08 12:46:11', '2023-10-08 12:46:11'),
(1862, 2879, 'Mohai minute rabbe', '1777649896', NULL, NULL, 'dhaka', 'DM GA 11-7395', 'Car', '2023-01-23', 'y', '4200', NULL, 1, 0, 0, NULL, '2025-01-01 00:00:00', 0, 1, 0, '2024-01-23', NULL, NULL, '01327238407', '359015560011590', NULL, '123456', '2023-10-08 12:57:40', '2023-10-08 12:57:40'),
(1864, 2881, 'Ruhul Amin', '01712262212', NULL, NULL, 'dhaka', 'DM DA 11-1065', 'Car', '2023-01-23', 'y', '7200', NULL, 2, 0, 0, NULL, '2025-01-01 00:00:00', 0, 1, 0, '2024-01-23', NULL, NULL, '01935334170', '359015560005295', NULL, '123456', '2023-10-08 13:07:46', '2023-10-08 13:07:46'),
(1865, 2882, 'Rezaul karim', '01926750890', NULL, NULL, 'dhaka', 'DM GA 31-6790', 'Car', '2023-01-23', 'y', '3600', NULL, 2, 0, 0, NULL, '2025-01-01 00:00:00', 0, 1, 0, '2024-01-23', NULL, NULL, '01327108783', '359015560005311', NULL, '123456', '2023-10-08 13:10:16', '2023-10-08 13:10:16'),
(1866, 2883, 'Aowlad hossain', '01727416200', NULL, NULL, 'dhaka', 'DM TA 15-5606', 'Car', '2023-01-23', 'y', '3600', NULL, 1, 0, 0, NULL, '2025-01-01 00:00:00', 0, 1, 0, '2024-01-23', NULL, NULL, '01818003563', '359015560007234', NULL, '123456', '2023-10-08 13:13:03', '2023-10-08 13:13:03'),
(1867, 2884, 'Monzur', '01819740263', NULL, NULL, 'dhaka', 'DM GA 36-9207', 'Car', '2023-01-24', 'y', '4200', NULL, 1, 0, 0, NULL, '2025-01-01 00:00:00', 0, 1, 0, '2024-01-24', NULL, NULL, '01327174888', '351969560258908', NULL, '123456', '2023-10-08 13:15:25', '2024-02-07 11:28:06'),
(1870, 2887, 'Kajol khan', '01992340460', NULL, NULL, 'dhaka', 'DM GA 21-3830', 'Car', '2023-01-25', 'y', '3800', NULL, 1, 0, 0, NULL, '2025-01-01 00:00:00', 0, 1, 0, '2024-01-25', NULL, NULL, '01935334164', '359015560005477', NULL, '123456', '2023-10-08 14:03:48', '2023-10-08 14:03:48'),
(1871, 2888, 'Shawon', '01855396055', NULL, NULL, 'dhaka', 'DM TA 20-4246', 'Car', '2023-01-28', 'y', '2000', NULL, 1, 0, 0, NULL, '2025-01-01 00:00:00', 0, 1, 0, '2024-01-28', NULL, NULL, '01300743212', '359015560005816', NULL, '123456', '2023-10-08 14:06:29', '2023-10-08 14:06:29'),
(1873, 2890, 'Mr. Maksud', '01746033788', NULL, NULL, 'dhaka', 'DM GA 49-4326', 'Car', '2023-01-28', 'm', '350', NULL, 1, 0, 0, NULL, '2024-05-01 00:00:00', 0, 1, 0, '2024-01-28', NULL, NULL, '01861612500', '359015560011806', NULL, '123456', '2023-10-08 14:11:21', '2024-04-28 16:53:36'),
(1875, 2892, 'Mamun', '01756345141', NULL, NULL, 'dhaka', 'DM CHA 20-0260', 'Car', '2023-01-29', 'm', '300', NULL, 1, 0, 0, NULL, '2024-03-01 00:00:00', 0, 1, 0, '2024-01-29', NULL, NULL, '01326893561', '359015560006426', NULL, '123456', '2023-10-08 14:18:48', '2024-03-27 11:07:40'),
(1878, 2895, 'Anwar Hossain', '01312744264', NULL, NULL, 'dhaka', 'DM GA 49-1985', 'Car', '2023-01-31', NULL, '350', NULL, 1, 0, 0, NULL, '2024-06-01 00:00:00', 0, 1, 0, '2024-01-31', NULL, NULL, '01327291998', '359015560012093', NULL, '123456', '2023-10-08 14:26:50', '2024-03-23 14:00:22'),
(1879, 2896, 'Shahnawaz', '01615401040', NULL, NULL, 'dhaka', 'DM GA  21-7267', 'Car', '2023-02-01', 'y', '3600', NULL, 1, 0, 0, NULL, '2025-02-01 00:00:00', 0, 1, 0, '2024-02-01', NULL, NULL, '01810867733', '359015560004363', NULL, '123456', '2023-10-08 14:28:55', '2023-10-08 14:28:55'),
(1880, 2897, 'Modern Herbal Group', '01100311450', NULL, NULL, 'dhaka', 'DM O 14-2207', 'Car', '2023-02-01', NULL, '0', NULL, 2, 0, 0, NULL, '2025-02-01 00:00:00', 0, 1, 0, '2024-02-01', NULL, NULL, '01844831275', '359015560011558', NULL, '123456', '2023-10-08 14:34:27', '2024-02-25 15:09:56'),
(1881, 2898, 'Md. Rasel', '01715426433', NULL, NULL, 'dhaka', 'DM CA 11-8344', 'Car', '2023-02-02', 'y', '3000', NULL, 1, 0, 0, NULL, '2025-02-01 00:00:00', 0, 1, 0, '2024-02-02', NULL, NULL, '01323280017', '359015560004611', NULL, '123456', '2023-10-08 14:36:40', '2023-10-08 14:36:40'),
(1883, 2900, 'MD.Nazmul Bissas', '01861358557', NULL, 'nazmulb30@gmail.com', 'dhaka', 'DM CA 13-4904', 'Car', '2023-02-04', 'y', '3800', NULL, 1, 0, 0, NULL, '2025-02-01 00:00:00', 0, 1, 0, '2024-02-04', NULL, NULL, '01326884334', '359015560011129', NULL, '123456', '2023-10-08 14:45:17', '2023-10-08 14:45:17'),
(1886, 2903, 'Shawkat', '01824523229', NULL, NULL, 'dhaka', 'DM GA 31-6377', 'Car', '2023-02-06', 'y', '3300', NULL, 1, 0, 0, NULL, '2025-02-01 00:00:00', 0, 1, 0, '2024-02-06', NULL, NULL, '01828822029', '359015560012275', NULL, '123456', '2023-10-08 15:02:22', '2024-02-06 17:08:30'),
(1887, 2904, 'Shohag', '01711583408', NULL, NULL, 'dhaka', 'DM GA 34-1163', 'Car', '2023-02-06', 'y', '3000', NULL, 2, 0, 0, NULL, '2026-02-01 00:00:00', 0, 1, 0, '2024-02-06', NULL, NULL, '01327369224', '359015560011798', NULL, '123456', '2023-10-08 15:05:18', '2024-04-21 11:31:50'),
(1888, 2905, 'Md Abu Bakar Siddique', '01764770000', NULL, NULL, 'dhaka', 'Abu Bakar', 'Car', '2023-02-06', 'm', '150', NULL, 1, 0, 0, NULL, '2024-06-01 00:00:00', 0, 1, 0, '2024-02-06', NULL, NULL, '01325439229', '354778342216838', NULL, '123456', '2023-10-08 15:08:50', '2024-06-04 17:15:06'),
(1890, 2907, 'Subhongkor Kundo', '01716679539', NULL, NULL, 'dhaka', 'DM GA 39-4717', 'Car', '2023-02-07', 'm', '300', NULL, 1, 0, 0, NULL, '2024-03-01 00:00:00', 0, 1, 0, '2024-02-07', NULL, NULL, '01740076917', '354017135463870', NULL, '123456', '2023-10-08 15:14:05', '2023-10-08 15:14:05'),
(1891, 2908, 'Shakhawat Hossain Mahi', '01711430221', NULL, 'mahihossain79@gmail.com', 'dhaka', 'DM GA 43-5247', 'Car', '2023-02-07', 'y', '4200', NULL, 1, 0, 0, NULL, '2025-02-01 00:00:00', 0, 1, 0, '2024-02-07', NULL, NULL, '01327407046', '359510087884834', NULL, '123456', '2023-10-08 15:17:07', '2023-10-08 15:17:07'),
(1893, 2910, 'Shoayeb', '01716944022', NULL, 'md.shoayeb@gmail.com', 'dhaka', 'DM GA 32-0202', 'Car', '2023-02-07', 'y', '3500', NULL, 1, 0, 0, NULL, '2025-02-01 00:00:00', 0, 1, 0, '2024-02-07', NULL, NULL, '01603524210', '359015560011442', NULL, '123456', '2023-10-08 15:26:45', '2023-10-08 15:26:45'),
(1894, 2911, 'Kazul', '01734310139', NULL, NULL, 'dhaka', 'DM CHA 71-4247', 'Car', '2023-02-08', 'y', '2800', NULL, 1, 0, 0, NULL, '2025-02-01 00:00:00', 0, 1, 0, '2024-02-08', NULL, NULL, '01748734584', '359015560011699', NULL, '123456', '2023-10-08 15:30:12', '2023-10-08 15:30:12'),
(1895, 2912, 'Md. Harun or rashid sarker', '01818851035', NULL, NULL, 'dhaka', 'DM CHA 16-4914', 'Car', '2023-02-08', 'y', '3600', NULL, 1, 0, 0, NULL, '2025-02-01 00:00:00', 0, 1, 0, '2024-02-08', NULL, NULL, '01327875466', '359015560010964', NULL, '123456', '2023-10-08 15:32:06', '2024-02-08 16:10:52'),
(1898, 2915, 'Shahjalal', '01628642508', NULL, NULL, 'dhaka', 'DM GA 31-3519', 'Car', '2023-02-11', 'y', '4200', NULL, 1, 0, 0, NULL, '2025-02-01 00:00:00', 0, 1, 0, '2024-02-11', NULL, NULL, '01328864189', '359015560012143', NULL, '123456', '2023-10-08 16:14:13', '2023-10-08 16:14:13'),
(1899, 2916, 'Mesbah Uddin Ahmed', '01713045841', NULL, NULL, 'dhaka', 'DM GA 12-2561', 'Car', '2023-02-11', 'y', '3300', NULL, 1, 0, 0, NULL, '2036-02-01 00:00:00', 0, 1, 0, '2024-02-11', NULL, NULL, '01886524419', '359015560013703', NULL, '123456', '2023-10-08 16:19:33', '2024-02-22 14:00:30'),
(1900, 2917, 'Harun', '01793656566', NULL, NULL, 'dhaka', 'Barishal JA 11-0065', 'Car', '2023-02-12', 'y', '3600', NULL, 1, 0, 0, NULL, '2025-02-01 00:00:00', 0, 1, 0, '2024-02-12', NULL, NULL, '01849121811', '359015560012879', NULL, '123456', '2023-10-08 16:26:48', '2023-10-08 16:26:48'),
(1901, 2918, 'Munna', '01956852620', NULL, NULL, 'dhaka', 'DM HA 62-4302/Ashik', 'Car', '2023-02-23', 'y', '20000', NULL, 2, 0, 0, NULL, '2025-02-01 00:00:00', 0, 1, 0, '2024-02-23', NULL, NULL, '01318869986', '359015560012887', NULL, '123456', '2023-10-08 16:31:27', '2023-10-08 16:31:27'),
(1905, 2922, 'Oli Ullah', '01678614369', NULL, 'oliullah72@gmail.com', 'dhaka', 'DM GA 21-9723', 'Car', '2023-02-13', 'y', '6200', NULL, 2, 0, 0, NULL, '2025-02-01 00:00:00', 0, 1, 0, '2024-02-13', NULL, NULL, '01810136784', '359015560013240', NULL, '123456', '2023-10-08 16:47:31', '2023-10-08 16:47:31'),
(1912, 2929, 'Samiul Islam', '01303018999', NULL, 'samiulsami88@gmail.com', 'dhaka', 'CM GA 11-5019', 'Car', '2023-02-18', 'y', '3000', NULL, 1, 0, 0, NULL, '2025-02-01 00:00:00', 0, 1, 0, '2024-02-18', NULL, NULL, '01726020059', '354778342215699', NULL, '123456', '2023-10-08 17:28:08', '2023-10-08 17:28:08'),
(1914, 2931, 'Saiful Haider Amil', '01813185251', NULL, 'amil55555@gmail.com', 'dhaka', 'DM GA 26-3720', 'Car', '2023-02-19', 'y', '3600', NULL, 1, 0, 0, NULL, '2025-02-01 00:00:00', 0, 1, 0, '2024-02-19', NULL, NULL, '01327379281', '359015560013448', NULL, '123456', '2023-10-09 10:36:53', '2023-10-09 10:36:53'),
(1915, 2932, 'Mahin', '01923384744', NULL, NULL, 'dhaka', 'DM NA 15-2997', 'Car', '2023-02-20', 'y', '4000', NULL, 1, 0, 0, NULL, '2025-02-01 00:00:00', 0, 1, 0, '2024-02-20', NULL, NULL, '01328898873', '359015560010865', NULL, '123456', '2023-10-09 10:38:58', '2023-10-09 10:38:58'),
(1916, 2933, 'Zaman', '01716222755', NULL, NULL, 'dhaka', 'DM TA 13-2168', 'Car', '2023-02-20', 'y', '2500', NULL, 1, 0, 0, NULL, '2025-02-01 00:00:00', 0, 1, 0, '2024-02-20', NULL, NULL, '01793541314', '359015560012986', NULL, '123456', '2023-10-09 10:41:19', '2023-10-09 10:41:19'),
(1917, 2934, 'Mamun', '01711335624', NULL, 'mamunmd2844@gmail.com', 'dhaka', 'DM GA 32-4892', 'Car', '2023-02-22', 'y', '3500', NULL, 1, 0, 0, NULL, '2036-02-01 00:00:00', 0, 1, 0, '2024-02-22', NULL, NULL, '01869325604', '359015560012994', NULL, '123456', '2023-10-09 10:43:32', '2024-02-22 16:48:53'),
(1919, 2936, 'Shagor Ahmed', '01725207818', NULL, 'shagor18@mygpsbd.net', 'dhaka', 'DM GA 0066', 'Car', '2023-02-06', 'y', '3600', NULL, 2, 0, 0, NULL, '2025-02-01 00:00:00', 0, 1, 0, '2024-02-06', NULL, NULL, '01868765078', '359015560012382', NULL, '123456', '2023-10-09 10:51:16', '2023-10-09 10:51:16'),
(1923, 2940, 'Asik Bipu', '01715609741', NULL, NULL, 'dhaka', 'DM GA 21-3809', 'Car', '2023-02-28', 'y', '4000', NULL, 1, 0, 0, NULL, '2025-02-01 00:00:00', 0, 1, 0, '2024-02-28', NULL, NULL, '01848157934', '359015560011095', NULL, '123456', '2023-10-09 11:03:08', '2023-10-09 11:03:08'),
(1925, 2942, 'Md Ahsan Habib', '1785636843', NULL, 'habib132692@gmail.com', 'dhaka', 'DM KHA 12-5782', 'Car', '2023-02-28', 'y', '3600', NULL, 1, 0, 0, NULL, '2025-02-01 00:00:00', 0, 1, 0, '2024-02-28', NULL, NULL, '01733340479', '359015560013513', NULL, '123456', '2023-10-09 11:07:47', '2023-10-09 11:07:47'),
(1926, 2943, 'Md.Babu', '01710007740', NULL, NULL, 'dhaka', 'Babu', 'Car', '2023-02-28', 'y', '0', NULL, 1, 0, 0, NULL, '2025-02-01 00:00:00', 0, 1, 0, '2024-02-28', NULL, NULL, '01959041291', '354778342216853', NULL, '123456', '2023-10-09 11:11:03', '2023-10-09 11:11:03'),
(1928, 2945, 'Bijoy chnadra dey', '01741598879', NULL, 'Bijoydey154@gmail.com', 'dhaka', 'DM GA 20-1595', 'Car', '2023-03-01', 'y', '3600', NULL, 1, 0, 0, NULL, '2025-03-01 00:00:00', 0, 1, 0, '2024-03-01', NULL, NULL, '01619727705', '359015560013265', NULL, '123456', '2023-10-09 11:16:02', '2023-10-09 11:16:02'),
(1929, 2946, 'Rumpa', '01918605645', NULL, NULL, 'dhaka', 'DM TA 15-1565', 'Car', '2023-03-01', 'y', '3800', NULL, 1, 0, 0, NULL, '2025-03-01 00:00:00', 0, 1, 0, '2024-03-01', NULL, NULL, '01830491146', '359015560005592', NULL, '123456', '2023-10-09 11:18:02', '2023-10-09 11:18:02'),
(1930, 2947, 'Syed Mahmuduzzaman', '01746214534', NULL, NULL, 'dhaka', 'DM GA 32-8167', 'Car', '2023-03-02', 'y', '3600', NULL, 1, 0, 0, NULL, '2025-03-01 00:00:00', 0, 1, 0, '2024-03-02', NULL, NULL, '01869325378', '359015560013737', NULL, '123456', '2023-10-09 11:20:21', '2023-10-09 11:20:21'),
(1931, 2948, 'Md Helal', '01741618028', NULL, NULL, 'dhaka', 'DM CHA 12-0270', 'Car', '2023-03-02', 'y', '0', NULL, 1, 0, 0, NULL, '2025-03-01 00:00:00', 0, 1, 0, '2024-03-02', NULL, NULL, '01863192950', '359015560037041', NULL, '123456', '2023-10-09 11:23:03', '2023-10-09 11:23:03'),
(1932, 2949, 'Shariotullah', '01968841763', NULL, NULL, 'dhaka', 'DM GA 14-4958', 'Car', '2023-03-02', 'y', '0', NULL, 1, 0, 0, NULL, '2025-03-01 00:00:00', 0, 1, 0, '2024-03-02', NULL, NULL, '01618300340', '359015560011483', NULL, '123456', '2023-10-09 11:25:52', '2023-10-09 11:25:53'),
(1933, 2950, 'Israfil', '01937076366', NULL, NULL, 'dhaka', 'DM GA 17-2466', 'Car', '2023-03-04', 'y', '3600', NULL, 1, 0, 0, NULL, '2025-03-01 00:00:00', 0, 1, 0, '2024-03-04', NULL, NULL, '01328064840', '359015560011350', NULL, '123456', '2023-10-09 11:28:38', '2023-10-09 11:28:38'),
(1936, 2953, 'S. M. JABER', '01625038876', NULL, NULL, 'dhaka', 'JJ 63', 'Car', '2023-03-05', 'y', '3300', NULL, 1, 0, 0, NULL, '2025-03-01 00:00:00', 0, 1, 0, '2024-03-05', NULL, NULL, '01884571659', '359015560012333', NULL, '123456', '2023-10-09 11:35:42', '2023-10-09 11:35:42'),
(1940, 2957, 'Nur a Rayhan', '01718865051', NULL, NULL, 'dhaka', 'DM GA 43-5074', 'Car', '2023-03-09', 'y', '0', NULL, 1, 0, 0, NULL, '2025-03-01 00:00:00', 0, 1, 0, '2024-03-09', NULL, NULL, '01328230074', '359015560011772', NULL, '123456', '2023-10-09 11:46:05', '2023-10-09 11:46:05'),
(1942, 2959, 'Shamim_piickmeexpress', '01878478228', NULL, NULL, 'dhaka', 'DM MA 55-1677', 'Car', '2023-01-11', 'y', '16500', NULL, 2, 0, 0, NULL, '2025-01-01 00:00:00', 0, 1, 0, '2024-01-11', NULL, NULL, '01863192847', '359015560006582', NULL, '123456', '2023-10-09 11:52:59', '2023-10-09 11:52:59'),
(1944, 2961, 'Md.sajal', 'o1851525053', NULL, 'sajalislam0767@gmail.com', 'dhaka', 'DM LA 59-4418', 'Car', '2023-03-12', 'y', '5000', NULL, 1, 0, 0, NULL, '2025-03-01 00:00:00', 0, 1, 0, '2024-03-12', NULL, NULL, '01328378503', '351969560199193', NULL, '123456', '2023-10-09 12:46:31', '2023-10-09 12:46:31'),
(1945, 2962, 'Foridul madbor', '01839077415', NULL, NULL, 'dhaka', 'Foridul madbor', 'Car', '2023-03-12', 'm', '0', NULL, 1, 0, 0, NULL, '2024-04-01 00:00:00', 0, 1, 0, '2024-03-12', NULL, NULL, '01876680544', '351969560392582', NULL, '123456', '2023-10-09 12:48:56', '2023-10-09 12:48:56'),
(1946, 2963, 'MD REZAUL KARIM', '01643344661', NULL, NULL, 'dhaka', 'DM DA 14-7262', 'Car', '2023-03-13', 'y', '3600', NULL, 1, 0, 0, NULL, '2025-03-01 00:00:00', 0, 1, 0, '2024-03-13', NULL, NULL, '01306627822', '359015560013018', NULL, '123456', '2023-10-09 12:52:36', '2023-10-09 12:52:36'),
(1947, 2964, 'MD.Sohag', '01329466687', NULL, NULL, 'dhaka', 'MD.Sohag', 'Car', '2023-03-13', 'y', '0', NULL, 1, 0, 0, NULL, '2025-03-01 00:00:00', 0, 1, 0, '2024-03-13', NULL, NULL, '01309883666', '359015560012440', NULL, '123456', '2023-10-09 13:29:12', '2023-10-09 13:29:12'),
(1952, 2969, 'Monju', '01790403666', NULL, NULL, 'dhaka', 'DM NA 14-7568', 'Car', '2023-03-18', 'm', '300', NULL, 1, 0, 0, NULL, '2023-12-01 00:00:00', 0, 1, 0, '2023-11-01', NULL, NULL, '01642258226', '359015560006889', NULL, '123456', '2023-10-09 14:56:58', '2023-10-09 14:56:58'),
(1953, 2970, 'Md.Golam mostofa', '01992806646', NULL, NULL, 'dhaka', 'DM NA 15-8456', NULL, '2023-03-20', 'y', '3300', NULL, 1, 0, 0, NULL, '2025-03-01 00:00:00', 0, 1, 0, '2024-03-20', NULL, NULL, '01826384355', '359015560013158', NULL, '123456', '2023-10-09 15:02:21', '2023-10-09 15:02:21'),
(1958, 2975, 'Alam khan', '01730300045', NULL, 'abulalamkhan1966@gmail.com', 'dhaka', 'DM GHA 18-8697', 'Car', '2023-03-22', 'y', '3000', NULL, 1, 0, 0, NULL, '2025-03-01 00:00:00', 0, 1, 0, '2024-03-22', NULL, NULL, '01709843671', '359015560025673', NULL, '123456', '2023-10-09 15:50:24', '2023-10-09 15:50:24'),
(1960, 2977, 'Abhi', '01723291831', NULL, NULL, 'dhaka', 'DM GA 42-2621', 'Car', '2023-03-22', 'y', '6000', NULL, 2, 0, 0, NULL, '2025-03-01 00:00:00', 0, 1, 0, '2024-03-22', NULL, NULL, '01863198201', '359015560025707', NULL, '123456', '2023-10-09 16:10:41', '2023-10-09 16:10:41'),
(1961, 2978, 'MD IMRAN HOSSAIN', '01708122281', NULL, 'hossainmdimran013@gmail.com', 'dhaka', 'DM GA 43-0014', 'Car', '2023-03-22', 'y', '4200', NULL, 1, 0, 0, NULL, '2025-03-01 00:00:00', 0, 1, 0, '2024-03-22', NULL, NULL, '01327809851', '359015560011293', NULL, '123456', '2023-10-09 16:14:02', '2023-10-09 16:14:02'),
(1962, 2979, 'Abdullah Al Rahim', '01771770033', NULL, 'RAYHAND2K@GMAIL.COM', 'dhaka', 'DM GA 25-7380', 'Car', '2023-03-23', 'y', '4200', NULL, 1, 0, 0, NULL, '2025-03-01 00:00:00', 0, 1, 0, '2024-03-23', NULL, NULL, '01752978457', '359015560011285', NULL, '123456', '2023-10-09 16:22:20', '2023-10-09 16:22:20'),
(1964, 2981, 'Md Sirajul Islam', '01926685905', NULL, NULL, 'dhaka', 'DM GA 20-9348', 'Car', '2023-03-26', 'm', '0', NULL, 1, 0, 0, NULL, '2023-12-01 00:00:00', 0, 1, 0, '2023-11-01', NULL, NULL, '01875239802', '359015560025988', NULL, '123456', '2023-10-09 16:34:22', '2023-10-09 16:34:22'),
(1969, 2986, 'Habib ahmed', '01880856164', NULL, NULL, 'dhaka', 'DM GA 29-6109', 'Car', '2023-03-28', 'y', '4200', NULL, 1, 0, 0, NULL, '2025-03-01 00:00:00', 0, 1, 0, '2024-03-28', NULL, NULL, '01325318382', '359015560011541', NULL, '123456', '2023-10-09 16:52:17', '2023-10-09 16:52:17'),
(1972, 2989, 'Dipok Kumer Kundu', '01737357952', NULL, 'dipok2020@gmail.com', 'dhaka', 'DM GA 23-7464', 'Car', '2023-02-28', 'm', '350', NULL, 1, 0, 0, NULL, '2024-03-01 00:00:00', 0, 1, 0, '2024-02-28', NULL, NULL, '01313900237', '359510087587064', NULL, '123456', '2023-10-09 17:01:39', '2023-10-09 17:01:39');
INSERT INTO `all_users` (`id`, `user_id`, `name`, `phone`, `alter_phone`, `email`, `par_add`, `car_number`, `car_model`, `installation_date`, `billing_cycle`, `monthly_bill`, `device_price`, `user_type`, `complain_status`, `service_problem_status`, `total_due`, `next_payment_date`, `expair_status`, `payment_status`, `order_status`, `due_date`, `total_paied`, `status`, `device_sim_number`, `imei_number`, `note`, `password`, `created_at`, `updated_at`) VALUES
(1974, 2991, 'Raj', '01689366815', NULL, NULL, 'dhaka', 'DM CHA  52-2201', 'Car', '2023-03-29', 'y', '4000', NULL, 1, 0, 0, NULL, '2025-03-01 00:00:00', 0, 1, 0, '2024-03-29', NULL, NULL, '01325883504', '359015560012192', NULL, '123456', '2023-10-09 17:07:14', '2023-10-09 17:07:14'),
(1975, 2992, 'Md.imran Ahamed polash', '01816788621', NULL, 'imranahamed0410@gmail.com', 'dhaka', 'DM NA 11-2641', 'Car', '2023-03-30', 'y', '0', NULL, 1, 0, 0, NULL, '2025-03-01 00:00:00', 0, 1, 0, '2024-03-30', NULL, NULL, '01868624241', '359015560025848', NULL, '123456', '2023-10-09 17:11:23', '2023-10-09 17:11:23'),
(1977, 2994, 'Milton', '01977091993', NULL, 'miltondrozario77@gmail.com', 'dhaka', 'DM GA 17-8396', 'Car', '2023-04-01', 'y', '4200', NULL, 1, 0, 0, NULL, '2025-04-01 00:00:00', 0, 1, 0, '2024-04-01', NULL, NULL, '01325169287', '359510087986134', NULL, '123456', '2023-10-09 17:17:38', '2023-10-09 17:17:38'),
(1980, 2997, 'Salim', '01842093726', NULL, NULL, 'dhaka', 'DM KHA 12-0955', 'Car', '2023-04-01', 'y', '3500', NULL, 1, 0, 0, NULL, '2025-04-01 00:00:00', 0, 1, 0, '2024-04-01', NULL, NULL, '01327408487', '359015560012002', NULL, '123456', '2023-10-09 17:45:29', '2023-10-09 17:45:29'),
(1981, 2998, 'Dr.Anirban Kishor Singha', '01717556941', NULL, 'anirbanbdsingha@gmail.com', 'dhaka', 'DM GA 16-2374', 'Car', '2023-04-01', 'y', '4200', NULL, 1, 0, 0, NULL, '2025-04-01 00:00:00', 0, 1, 0, '2024-04-01', NULL, NULL, '01328226223', '359015560011103', NULL, '123456', '2023-10-09 17:48:58', '2023-10-09 17:48:58'),
(1982, 2999, 'Yiahiya Abid', '01718098388', NULL, NULL, 'dhaka', 'DM CHA 51-5867', 'Car', '2023-04-01', 'y', '4000', NULL, 1, 0, 0, NULL, '2025-04-01 00:00:00', 0, 1, 0, '2024-04-01', NULL, NULL, '01735505630', '359015560025293', NULL, '123456', '2023-10-09 17:51:36', '2023-10-09 17:51:36'),
(1983, 3000, 'MD MASUDUR RAHMAN', '01921683664', NULL, 'masudur26@gmail.com', 'dhaka', 'DM GA 15-8823', 'Car', '2023-04-02', 'y', '3600', NULL, 1, 0, 0, NULL, '2025-04-01 00:00:00', 0, 1, 0, '2024-04-02', NULL, NULL, '01734250775', '359015560026176', NULL, '123456', '2023-10-09 17:54:42', '2023-10-09 17:54:42'),
(1984, 3001, 'Mannan', '01771262256', NULL, NULL, 'dhaka', '12-7578', 'Car', '2023-04-02', 'm', '150', NULL, 1, 0, 0, NULL, '2024-05-01 00:00:00', 0, 1, 0, '2024-04-02', NULL, NULL, '01327783733', '354778341556101', NULL, '123456', '2023-10-10 10:14:25', '2023-10-10 10:14:25'),
(1988, 3005, 'Jamal', '01711670204', NULL, NULL, 'dhaka', 'DM BA 11-8833', 'Car', '2023-04-03', NULL, '8000', NULL, 2, 0, 0, NULL, '2024-05-01 00:00:00', 0, 1, 0, '2024-04-03', NULL, NULL, '01866922759', '359015560025962', NULL, '123456', '2023-10-10 10:24:09', '2023-10-10 10:24:09'),
(1989, 3006, 'Md. Bablu', '01713613176', NULL, NULL, 'dhaka', 'DM CHA 13-2593', 'Car', '2023-04-04', 'y', '0', NULL, 1, 0, 0, NULL, '2025-04-01 00:00:00', 0, 1, 0, '2024-04-04', NULL, NULL, '01328601969', '359015560011087', NULL, '123456', '2023-10-10 10:29:40', '2023-10-10 10:29:40'),
(1991, 3008, 'Masum billal', '01827312623', NULL, NULL, 'dhaka', 'DM GA 21-2567', 'Car', '2023-04-05', 'y', '4200', NULL, 1, 0, 0, NULL, '2025-04-01 00:00:00', 0, 1, 0, '2024-04-05', NULL, NULL, '01754940817', '359015560011632', NULL, '123456', '2023-10-10 10:35:30', '2023-10-10 10:35:30'),
(1992, 3009, 'Mukul', '01722984433', NULL, NULL, 'dhaka', 'DM GA  29-0561', 'Car', '2023-04-05', 'y', '3600', NULL, 1, 0, 0, NULL, '2025-04-01 00:00:00', 0, 1, 0, '2024-04-05', NULL, NULL, '01604162512', '359015560026887', NULL, '123456', '2023-10-10 10:37:08', '2023-10-10 10:37:08'),
(1993, 3010, 'Abdul kader', '01885887788', NULL, NULL, 'dhaka', 'DM GHA 21-4689', 'Car', '2023-04-05', 'y', '4200', NULL, 1, 0, 0, NULL, '2025-04-01 00:00:00', 0, 1, 0, '2024-04-05', NULL, NULL, '01604762290', '359015560011335', NULL, '123456', '2023-10-10 10:39:09', '2023-10-10 10:39:09'),
(1998, 3015, 'Jahin', '01720513413', NULL, NULL, 'dhaka', 'DM CHA 52-0329', 'Car', '2023-04-08', 'm', '300', NULL, 1, 0, 0, NULL, '2024-05-01 00:00:00', 0, 1, 0, '2024-04-08', NULL, NULL, '01890866820', '359015560048303', NULL, '123456', '2023-10-10 10:50:59', '2023-10-10 10:50:59'),
(2000, 3017, 'MD Shamim Hossain', '01924090866', NULL, 'hshamim26@gmail.com', 'dhaka', 'DM GA 29-8549', 'Car', '2023-04-08', 'y', '3400', NULL, 1, 0, 0, NULL, '2025-04-01 00:00:00', 0, 1, 0, '2024-04-08', NULL, NULL, '01708431187', '359015560038734', NULL, '123456', '2023-10-10 10:55:12', '2023-10-10 10:55:12'),
(2001, 3018, 'Arif Hossain', '01701029895', NULL, NULL, 'dhaka', 'DM GA  23-6079', 'Car', '2023-04-08', 'y', '3600', NULL, 1, 0, 0, NULL, '2025-04-01 00:00:00', 0, 1, 0, '2024-04-08', NULL, NULL, '01307156411', '359015560036795', NULL, '123456', '2023-10-10 10:57:50', '2023-10-10 10:57:50'),
(2008, 3025, 'Rafikul islam', '1749273849', NULL, NULL, 'dhaka', 'DM GA 49-4084', 'Car', '2023-04-11', 'y', '3600', NULL, 1, 0, 0, NULL, '2025-04-01 00:00:00', 0, 1, 0, '2024-04-11', NULL, NULL, '01867774244', '359015560037751', NULL, '123456', '2023-10-10 16:45:41', '2023-10-10 16:45:41'),
(2009, 3026, 'Mohib Titu', '01844146087', NULL, 'mohibtitu@gmail.com', 'dhaka', 'DM GA 22-2558', 'Car', '2023-04-11', 'y', '3600', NULL, 1, 0, 0, NULL, '2025-04-01 00:00:00', 0, 1, 0, '2024-04-11', NULL, NULL, '01877986455', '359015560037231', NULL, '123456', '2023-10-10 16:48:17', '2023-10-10 16:48:17'),
(2011, 3028, 'Nasir', '01720163307', NULL, NULL, 'dhaka', 'DM GA 19-5488', 'Car', '2023-04-11', 'y', '3200', NULL, 1, 0, 0, NULL, '2025-04-01 00:00:00', 0, 1, 0, '2024-04-11', NULL, NULL, '01816268766', '359015560037470', NULL, '123456', '2023-10-10 17:31:11', '2023-10-10 17:31:11'),
(2013, 3030, 'Md Tazul Islam', '01716931621', NULL, NULL, 'dhaka', 'DM GHA  21-8935', 'Car', '2023-04-13', 'y', '4200', NULL, 1, 0, 0, NULL, '2025-04-01 00:00:00', 0, 1, 0, '2024-04-13', NULL, NULL, '01877985141', '359015560035870', NULL, '123456', '2023-10-10 17:37:14', '2023-10-10 17:37:14'),
(2016, 3033, 'Shipul', '01714591475', NULL, NULL, 'dhaka', 'DM CHA 16-3683', 'Car', '2023-04-13', 'm', '300', NULL, 1, 0, 0, NULL, '2024-05-01 00:00:00', 0, 1, 0, '2024-04-13', NULL, NULL, '01714734547', '351969560262371', NULL, '123456', '2023-10-11 10:26:36', '2023-10-11 10:26:36'),
(2018, 3035, 'Raju', '01792388677', NULL, NULL, 'dhaka', 'DM GA 16-3020', 'Car', '2023-04-17', 'y', '7600', NULL, 2, 0, 0, NULL, '2025-04-01 00:00:00', 0, 1, 0, '2024-04-17', NULL, NULL, '01604762283', '359015560039005', NULL, '123456', '2023-10-11 10:47:23', '2023-10-11 10:47:23'),
(2019, 3036, 'Swapnil Sarkar', '01303838861', NULL, 'swapnil.sarkar.gplay@gmail.com', 'dhaka', 'DM GA 42-0960', 'Car', '2023-04-18', 'm', '0', NULL, 1, 0, 0, NULL, '2023-12-01 00:00:00', 0, 1, 0, '2023-11-04', NULL, NULL, '01877985064', '359015560037124', NULL, '123456', '2023-10-11 10:49:53', '2023-10-11 10:49:53'),
(2020, 3037, 'D.M.S.N. Jaman', '01711076412', NULL, NULL, 'dhaka', 'CM GA 12-0677', 'Car', '2023-04-19', 'y', '3200', NULL, 1, 0, 0, NULL, '2025-04-01 00:00:00', 0, 1, 0, '2024-04-19', NULL, NULL, '01877985728', '359015560036662', NULL, '123456', '2023-10-11 10:51:57', '2023-10-11 10:51:57'),
(2028, 3045, 'Sumon', '01647649420', NULL, NULL, 'dhaka', 'DM BA 15-3069', 'Car', '2023-04-30', 'm', '500', NULL, 2, 0, 0, NULL, '2024-05-01 00:00:00', 0, 1, 0, '2024-04-30', NULL, NULL, '01604162690', '9171794098', NULL, '123456', '2023-10-11 11:25:29', '2023-10-11 11:25:29'),
(2032, 3049, 'Delowar', '1813748126', NULL, NULL, 'dhaka', 'DM TA 12-0374', 'Car', '2023-05-01', 'y', '4000', NULL, 1, 0, 0, NULL, '2025-05-01 00:00:00', 0, 1, 0, '2024-05-01', NULL, NULL, '01310318343', '359015560035631', NULL, '123456', '2023-10-11 11:35:59', '2023-10-11 11:35:59'),
(2033, 3050, 'Hasib Reza', '01765302308', NULL, NULL, 'dhaka', 'DM GA 20-7292', 'Car', '2023-05-01', 'y', '3000', NULL, 1, 0, 0, NULL, '2025-05-01 00:00:00', 0, 1, 0, '2024-05-01', NULL, NULL, '01330014740', '359015560038601', NULL, '123456', '2023-10-11 11:37:51', '2023-10-11 11:37:51'),
(2034, 3051, 'Ajom', '01755527715', NULL, NULL, 'dhaka', 'DM GA 34-5132', 'Car', '2023-05-01', NULL, '3000', NULL, 1, 0, 0, NULL, '2024-06-01 00:00:00', 0, 1, 0, '2024-05-01', NULL, NULL, '01330014742', '359015560075207', NULL, '123456', '2023-10-11 11:41:32', '2023-10-11 11:41:32'),
(2036, 3053, 'Golam Mortoza', '01713018617', NULL, 's.mortoza@gmail.com', 'dhaka', 'DM GA 23-6386', 'Car', '2023-05-02', 'y', '3600', NULL, 1, 0, 0, NULL, '2025-05-01 00:00:00', 0, 1, 0, '2024-05-02', NULL, NULL, '01316177909', '359015560037967', NULL, '123456', '2023-10-11 11:48:04', '2023-10-11 11:48:04'),
(2039, 3056, 'Goni', '01791407279', NULL, NULL, 'dhaka', 'DM GHA 21-1532', NULL, '2023-05-02', 'y', '4200', NULL, 1, 0, 0, NULL, '2025-05-01 00:00:00', 0, 1, 0, '2024-05-02', NULL, NULL, '01755876263', '359015560034501', NULL, '123456', '2023-10-11 11:55:17', '2023-10-11 11:55:17'),
(2040, 3057, 'Sm kabir', '01742262228', NULL, NULL, 'dhaka', 'DM CA 12-0336', 'Car', '2023-05-03', 'm', '200', NULL, 1, 0, 0, NULL, '2024-06-01 00:00:00', 0, 1, 0, '2024-05-03', NULL, NULL, '01604762673', '359015560035987', NULL, '123456', '2023-10-11 11:57:56', '2023-10-11 11:57:56'),
(2041, 3058, 'Sahin amzad', '01614491071', NULL, NULL, 'dhaka', 'DM LA 12-2942', 'Car', '2023-05-03', 'y', '2400', NULL, 1, 0, 0, NULL, '2025-05-01 00:00:00', 0, 1, 0, '2024-05-03', NULL, NULL, '01742912228', '359015560033909', NULL, '123456', '2023-10-11 13:49:53', '2023-10-11 13:49:53'),
(2043, 3060, 'Salauddin', '01635217115', NULL, NULL, 'dhaka', 'Netroghona-Na-11-0047', 'Car', '2023-05-04', 'y', '3300', NULL, 1, 0, 0, NULL, '2025-05-01 00:00:00', 0, 1, 0, '2024-05-04', NULL, NULL, '01323542816', '359015560033149', NULL, '123456', '2023-10-11 13:54:55', '2023-10-11 13:54:55'),
(2045, 3062, 'Mohammad Hossain', '1711 391786', NULL, 'ddhossain1961@gmail.com', 'dhaka', 'DM GA 16-3312', 'Car', '2023-05-06', 'y', '4200', NULL, 1, 0, 0, NULL, '2025-05-01 00:00:00', 0, 1, 0, '2024-05-06', NULL, NULL, '01893004361', '359015560035243', NULL, '123456', '2023-10-11 14:00:53', '2023-10-11 14:00:53'),
(2047, 3064, 'MD Abdul Bari', '01913816421', NULL, NULL, 'dhaka', 'DM GA 33-4106', 'Car', '2023-05-07', 'y', '4200', NULL, 1, 0, 0, NULL, '2025-05-01 00:00:00', 0, 1, 0, '2024-05-07', NULL, NULL, '01878400443', '359015560034022', NULL, '123456', '2023-10-11 14:05:36', '2023-10-11 14:05:36'),
(2048, 3065, 'Faruk', '01716918972', NULL, NULL, 'dhaka', 'DM GA  33-1828', 'Car', '2023-05-07', 'm', '3400', NULL, 1, 0, 0, NULL, '2025-05-01 00:00:00', 0, 1, 0, '2024-05-07', NULL, NULL, '01876303137', '359015560033073', NULL, '123456', '2023-10-11 14:08:53', '2024-05-06 17:38:48'),
(2050, 3067, 'Ripon Saha', '01715407263', NULL, 'riponsasha@gmail.com', 'dhaka', 'DM CA 15-9933', 'Car', '2023-05-07', 'y', '4000', NULL, 1, 0, 0, NULL, '2025-05-01 00:00:00', 0, 1, 0, '2024-05-07', NULL, NULL, '01327181783', '359015560035508', NULL, '123456', '2023-10-11 14:36:40', '2023-10-11 14:36:40'),
(2051, 3068, 'Arafat Khandakar', '01863973817', NULL, NULL, 'dhaka', 'Arafat Khandakar', 'Car', '2023-05-08', 'y', '2400', NULL, 1, 0, 0, NULL, '2025-05-01 00:00:00', 0, 1, 0, '2024-05-08', NULL, NULL, '01742333281', '359015560033057', NULL, '123456', '2023-10-11 14:43:11', '2023-10-11 14:43:11'),
(2052, 3069, 'Harun', '01956810393', NULL, NULL, 'dhaka', 'DM TA 15-5056', 'Car', '2023-05-09', 'm', '400', NULL, 1, 0, 0, NULL, '2024-06-01 00:00:00', 0, 1, 0, '2024-05-09', NULL, NULL, '01817310134', '9171449521', NULL, '123456', '2023-10-11 14:58:37', '2023-10-11 14:58:37'),
(2053, 3070, 'Roki', '01610974228', NULL, NULL, 'dhaka', 'Roki', 'Car', '2023-05-09', 'm', '0', NULL, 1, 0, 0, NULL, '2023-12-01 00:00:00', 0, 1, 0, '2023-11-01', NULL, NULL, '01882137345', '359015560038841', NULL, '123456', '2023-10-11 15:01:58', '2023-10-11 15:01:58'),
(2054, 3071, 'sopon', '01711248692', NULL, NULL, 'dhaka', 'DM GHA 15-7058', 'Car', '2023-05-09', 'y', '4200', NULL, 1, 0, 0, NULL, '2025-05-01 00:00:00', 0, 1, 0, '2024-05-09', NULL, NULL, '01327830219', '359015560034717', NULL, '123456', '2023-10-11 15:04:38', '2023-10-11 15:04:38'),
(2057, 3074, 'Md. Saiful Hyder', '01712274480', NULL, NULL, 'dhaka', 'DM GA 16-1099', 'Car', '2023-05-09', 'y', '3600', NULL, 1, 0, 0, NULL, '2025-05-01 00:00:00', 0, 1, 0, '2024-05-09', NULL, NULL, '01877984715', '359015560033578', NULL, '123456', '2023-10-11 15:21:19', '2023-10-11 15:21:19'),
(2058, 3075, 'Shakil', '01749677705', NULL, NULL, 'dhaka', 'DM GA 17-6708', 'Car', '2023-05-10', 'y', '4000', NULL, 1, 0, 0, NULL, '2025-05-01 00:00:00', 0, 1, 0, '2024-05-10', NULL, NULL, '01603706348', '359015560035698', NULL, '123456', '2023-10-11 15:23:19', '2023-10-11 15:23:19'),
(2059, 3076, 'Farham Chowdhury', '01911067650', NULL, 'farhamchy@gmail.com', 'dhaka', 'DM CA 15-3009', 'Car', '2023-05-14', 'm', '300', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-05-14', NULL, NULL, '01869325137', '359015560033214', NULL, '123456', '2023-10-11 15:26:45', '2024-06-25 10:45:58'),
(2060, 3077, 'MD.Nasir uddin', '1760359158', NULL, NULL, 'dhaka', 'DM TA 18-2910', 'Car', '2023-05-13', 'y', '4200', NULL, 1, 0, 0, NULL, '2025-05-01 00:00:00', 0, 1, 0, '2024-05-13', NULL, NULL, '01327341467', '359015560011624', NULL, '123456', '2023-10-11 15:29:42', '2023-10-11 15:29:42'),
(2061, 3078, 'Shawon', '01727332181', NULL, NULL, 'dhaka', 'DM CHA 16-4974', 'Car', '2023-05-13', 'm', '310', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-05-13', NULL, NULL, '01328246238', '359015560033776', NULL, '123456', '2023-10-11 15:35:28', '2024-06-13 13:01:08'),
(2063, 3080, 'Ashraf Muhammad Iqbal', '01712023741', NULL, 'farian2008@gmail.com', 'dhaka', 'DM GA 21-7466', 'Car', '2023-05-14', 'y', '3600', NULL, 1, 0, 0, NULL, '2025-05-01 00:00:00', 0, 1, 0, '2024-05-14', NULL, NULL, '01842674742', '359015560033206', NULL, '123456', '2023-10-11 15:40:06', '2023-10-11 15:40:06'),
(2065, 3082, 'MD Altaf Hossain', '01720431373', NULL, 'altafhossain.r@gmail.com', 'dhaka', 'DM GA 21-7463', 'Car', '2023-05-14', 'y', '4200', NULL, 1, 0, 0, NULL, '2025-05-01 00:00:00', 0, 1, 0, '2024-05-14', NULL, NULL, '01736517020', '359015560034113', NULL, '123456', '2023-10-11 15:47:27', '2023-10-11 15:47:27'),
(2070, 3087, 'Imran', '01819929505', NULL, NULL, 'dhaka', 'DM GA 49-3513', 'Car', '2023-05-17', 'y', '4400', NULL, 1, 0, 0, NULL, '2025-05-01 00:00:00', 0, 1, 0, '2024-05-17', NULL, NULL, '01879249761', '359015560034477', NULL, '123456', '2023-10-11 16:16:54', '2023-10-11 16:16:54'),
(2072, 3089, 'Md Shohel', '01723904198', NULL, NULL, 'dhaka', 'DM LA 47-7537', 'Car', '2023-05-18', 'y', '2400', NULL, 1, 0, 0, NULL, '2025-05-01 00:00:00', 0, 1, 0, '2024-05-18', NULL, NULL, '01323579708', '359015560033131', NULL, '123456', '2023-10-11 16:20:48', '2023-10-11 16:20:48'),
(2074, 3091, 'Ashok kumar saha', '01860861188', NULL, NULL, 'dhaka', 'DM GA 31-6793', 'Car', '2023-05-20', 'y', '3600', NULL, 1, 0, 0, NULL, '2025-05-01 00:00:00', 0, 1, 0, '2024-05-20', NULL, NULL, '01858150463', '359015560033883', NULL, '123456', '2023-10-11 16:27:00', '2023-10-11 16:27:00'),
(2076, 3093, 'Md. Mizanur Rahman', '01318700606', NULL, 'mizansayem@gmail.com', 'dhaka', 'DM GHA 11-6851', 'Car', '2023-05-23', 'y', '2500', NULL, 1, 0, 0, NULL, '2025-05-01 00:00:00', 0, 1, 0, '2024-05-23', NULL, NULL, '01718042881', '359015560033321', NULL, '123456', '2023-10-11 16:36:59', '2023-10-11 16:36:59'),
(2077, 3094, 'Anowar', '01799949901', NULL, 'anowaropy01@gmail.com', 'dhaka', 'DM GA 22-9011', 'Car', '2023-05-24', 'y', '4000', NULL, 1, 0, 0, NULL, '2030-05-01 00:00:00', 0, 0, 0, '2023-05-24', NULL, NULL, '01813410580', '359015560034873', NULL, '123456', '2023-10-11 16:46:15', '2023-10-11 16:46:15'),
(2078, 3095, 'MOSALM', '1759164807', NULL, NULL, 'dhaka', 'MOSALM', 'Car', '2023-05-24', 'm', '100', NULL, 1, 0, 0, NULL, '2024-06-01 00:00:00', 0, 1, 0, '2024-05-24', NULL, NULL, '01720903869', '354778341582081', NULL, '123456', '2023-10-11 16:59:59', '2023-10-11 16:59:59'),
(2080, 3097, 'Mostak ahmed', '01711023301', NULL, NULL, 'dhaka', 'DM GA 27-1138', 'Car', '2023-08-24', 'y', '3600', NULL, 1, 0, 0, NULL, '2025-08-01 00:00:00', 0, 1, 0, '2024-08-24', NULL, NULL, '01618393859', '351969560200314', NULL, '123456', '2023-10-11 17:08:13', '2023-10-11 17:08:13'),
(2088, 3105, 'Dipak Kumar Banik Dipu', '01788888855', NULL, NULL, 'dhaka', 'DM GHA 13-5131', 'Car', '2023-05-28', 'y', '4200', NULL, 1, 0, 0, NULL, '2025-05-01 00:00:00', 0, 1, 0, '2024-05-28', NULL, NULL, '01604762276', '359015560034923', NULL, '123456', '2023-10-11 17:33:15', '2023-10-11 17:33:15'),
(2090, 3107, 'Hasan', '01715053718', NULL, NULL, 'dhaka', 'Fatima', 'Car', '2023-05-29', 'y', '7200', NULL, 2, 0, 0, NULL, '2025-05-01 00:00:00', 0, 1, 0, '2024-05-29', NULL, NULL, '01816950643', '359015560033792', NULL, '123456', '2023-10-12 10:35:03', '2023-10-12 10:35:03'),
(2091, 3108, 'Shafiq', '01941420555', NULL, 'msuknit@gmail.com', 'dhaka', 'DM BA 12-0974', 'Car', '2023-05-29', 'm', '600', NULL, 2, 0, 0, NULL, '2024-06-01 00:00:00', 0, 1, 0, '2024-05-29', NULL, NULL, '01890808590', '359015560033495', NULL, '123456', '2023-10-12 10:45:47', '2023-10-12 10:45:47'),
(2092, 3109, 'Munnaf ali', '01760200771', NULL, NULL, 'dhaka', 'munnaf', 'Car', '2023-05-30', 'y', '2800', NULL, 1, 0, 0, NULL, '2025-05-01 00:00:00', 0, 1, 0, '2024-05-30', NULL, NULL, '01879232608', '359015560037694', NULL, '123456', '2023-10-12 10:48:32', '2023-10-12 10:48:32'),
(2094, 3111, 'Md Sana Ullah', '01715704212', NULL, NULL, 'dhaka', 'DM GA 47-9805', 'Car', '2023-05-30', 'y', '3800', NULL, 1, 0, 0, NULL, '2025-05-01 00:00:00', 0, 1, 0, '2024-05-30', NULL, NULL, '01879355567', '359015560033511', NULL, '123456', '2023-10-12 10:53:22', '2023-10-12 10:53:22'),
(2096, 3113, 'Md Alauddin', '01842904912', NULL, NULL, 'dhaka', 'DM CHA 71-1073', 'Car', '2023-05-31', 'y', '4400', NULL, 1, 0, 0, NULL, '2025-05-01 00:00:00', 0, 1, 0, '2024-05-31', NULL, NULL, '01875682253', '359015560035763', NULL, '123456', '2023-10-12 11:00:00', '2023-10-12 11:00:00'),
(2097, 3114, 'M rahma', '01678035250', NULL, NULL, 'dhaka', 'DM GA 34-6026', 'Car', '2023-05-31', 'y', '1000', NULL, 1, 0, 0, NULL, '2025-05-01 00:00:00', 0, 1, 0, '2024-05-31', NULL, NULL, '01834461219', '359015560034188', NULL, '123456', '2023-10-12 11:02:24', '2023-10-12 11:02:24'),
(2099, 3116, 'Md Ruhul Amin', '01720585892', NULL, NULL, 'dhaka', 'DM GA 26-5215', 'Car', '2023-06-01', 'y', '4000', NULL, 1, 0, 0, NULL, '2025-06-01 00:00:00', 0, 1, 0, '2024-06-01', NULL, NULL, '01879255179', '359015560034345', NULL, '123456', '2023-10-12 11:10:00', '2023-10-12 11:10:00'),
(2100, 3117, 'Ashan habib', '01789137277', NULL, NULL, 'dhaka', 'DM GA 45-7259', 'Car', '2023-06-03', 'y', '4400', NULL, 1, 0, 0, NULL, '2025-06-01 00:00:00', 0, 1, 0, '2024-06-01', NULL, NULL, '01825968961', '35901556003430', NULL, '123456', '2023-10-12 11:12:19', '2023-10-12 11:12:19'),
(2102, 3119, 'Novel Shariar', '01923648488', NULL, NULL, 'dhaka', 'DM GHA 23-6235', 'Car', '2023-06-03', 'y', '4400', NULL, 1, 0, 0, NULL, '2025-06-01 00:00:00', 0, 1, 0, '2024-06-03', NULL, NULL, '01813628185', '359015560043734', NULL, '123456', '2023-10-12 11:18:50', '2023-10-12 11:18:50'),
(2103, 3120, 'Kazi dipu', '01726894749', NULL, NULL, 'dhaka', 'DM TAW-13-4941', 'Car', '2023-06-03', 'm', '150', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-06-03', NULL, NULL, '01868363466', '354778342231910', NULL, '123456', '2023-10-12 11:20:48', '2023-10-12 11:20:48'),
(2104, 3121, 'Rubel', '01819055096', NULL, NULL, 'dhaka', 'BM HA 12-2266', 'Car', '2023-06-07', 'y', '3600', NULL, 1, 0, 0, NULL, '2025-06-01 00:00:00', 0, 1, 0, '2024-06-07', NULL, NULL, '01835691183', '359015560034097', NULL, '123456', '2023-10-12 11:24:31', '2023-10-12 11:24:31'),
(2107, 3124, 'Md Masud Rana', '01312281895', NULL, NULL, 'dhaka', 'MASUD', 'Car', '2023-06-04', 'y', '3000', NULL, 1, 0, 0, NULL, '2025-06-01 00:00:00', 0, 1, 0, '2024-06-04', NULL, NULL, '01840200693', '359015560033768', NULL, '123456', '2023-10-12 11:35:03', '2023-10-12 11:35:03'),
(2108, 3125, 'Mohammad Ariful Haque', '01731156129', NULL, 'ariiful@gmail.com', 'dhaka', 'DM GA 16-3685', 'Car', '2023-06-04', 'y', '4000', NULL, 1, 0, 0, NULL, '2025-06-01 00:00:00', 0, 1, 0, '2024-06-04', NULL, NULL, '01780593808', '359015560043890', NULL, '123456', '2023-10-12 12:32:51', '2023-10-12 12:32:51'),
(2109, 3126, 'BILLAL HOSSAIN', '01712380031', NULL, NULL, 'dhaka', 'DM GA 21-0389', 'Car', '2023-06-11', NULL, '9600', NULL, 2, 0, 0, NULL, '2025-06-01 00:00:00', 0, 1, 0, '2024-06-11', NULL, NULL, '01703264574', '351969560528532', NULL, '123456', '2023-10-12 12:48:07', '2023-10-12 13:24:14'),
(2110, 3127, 'Golam Hosen', '01715479584', NULL, NULL, 'dhaka', 'DM BA 11-8107', 'Car', '2023-06-06', 'y', '2000', NULL, 1, 0, 0, NULL, '2025-06-01 00:00:00', 0, 1, 0, '2024-06-06', NULL, NULL, '01743032651', '359015560037322', NULL, '123456', '2023-10-12 13:26:32', '2023-10-12 13:26:32'),
(2111, 3128, 'Shemon Roy', '01718409148', NULL, NULL, 'dhaka', 'Shemon Roy', 'Car', '2023-06-06', 'm', '0', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-06-06', NULL, NULL, '01728243204', '359015560035094', NULL, '123456', '2023-10-12 13:46:26', '2023-10-12 13:46:26'),
(2113, 3130, 'Mohsin Arif Reja', '01755557086', NULL, NULL, 'dhaka', 'DM GA 19-9189', 'Car', '2023-06-08', 'y', '7500', NULL, 2, 0, 0, NULL, '2025-06-01 00:00:00', 0, 1, 0, '2024-06-08', NULL, NULL, '01824883126', '359015560034675', NULL, '123456', '2023-10-12 13:52:26', '2023-10-12 13:52:26'),
(2116, 3133, 'Nasrin Akter Ishita', '01675495943', NULL, 'nasrinakterishita@gmail.com', 'dhaka', 'DM GA 17-2456', 'Car', '2023-06-10', 'y', '3600', NULL, 1, 0, 0, NULL, '2025-06-01 00:00:00', 0, 1, 0, '2024-06-10', NULL, NULL, '01824759012', '359015560050986', NULL, '123456', '2023-10-12 14:03:04', '2023-10-12 14:03:04'),
(2117, 3134, 'Ashikul Islam', '01938888711', NULL, NULL, 'dhaka', 'DM GA 35-5582', 'Car', '2023-06-10', 'y', '3600', NULL, 1, 0, 0, NULL, '2025-06-01 00:00:00', 0, 1, 0, '2024-06-10', NULL, NULL, '01879257265', '359015560035367', NULL, '123456', '2023-10-12 14:06:17', '2023-10-12 14:06:17'),
(2118, 3135, 'Md Sabbir Hossain', '01759319925', NULL, NULL, 'dhaka', 'DM GA 13-8950', 'Car', '2023-06-11', 'y', '0', NULL, 1, 0, 0, NULL, '2025-06-01 00:00:00', 0, 1, 0, '2024-06-11', NULL, NULL, '01776856567', '359510087883422', NULL, '123456', '2023-10-12 14:13:37', '2023-10-12 14:13:37'),
(2119, 3136, 'Muazuddin Group', '01715299622', NULL, NULL, 'dhaka', 'DM GA 21-5850', 'Car', '2023-06-12', 'y', '28000', NULL, 2, 0, 0, NULL, '2025-06-01 00:00:00', 0, 1, 0, '2024-06-12', NULL, NULL, '01879248964', '359015560035540', NULL, '123456', '2023-10-12 14:16:55', '2023-10-12 14:16:55'),
(2121, 3138, 'Sabat Alam Imon', '01711787780', NULL, NULL, 'dhaka', 'DM GA 25-7459', 'Car', '2023-06-12', 'y', '3000', NULL, 1, 0, 0, NULL, '2025-06-01 00:00:00', 0, 1, 0, '2024-06-12', NULL, NULL, '01833435102', '359015560075983', NULL, '123456', '2023-10-12 14:23:58', '2023-10-12 14:23:58'),
(2122, 3139, 'Md Shafiqul Islam', '01711157122', NULL, NULL, 'dhaka', 'DM CHA 53-4472', 'Car', '2023-06-12', 'y', '4200', NULL, 1, 0, 0, NULL, '2025-06-01 00:00:00', 0, 1, 0, '2024-06-12', NULL, NULL, '01891589833', '359015560049020', NULL, '123456', '2023-10-12 14:29:32', '2023-10-12 14:29:32'),
(2124, 3141, 'Iqbal', '01764196449', NULL, NULL, 'dhaka', 'DM GA 31-9841', 'Car', '2023-06-13', 'y', '3600', NULL, 1, 0, 0, NULL, '2025-06-01 00:00:00', 0, 1, 0, '2024-06-13', NULL, NULL, '01327371954', '359015560034667', NULL, '123456', '2023-10-12 14:34:46', '2023-10-12 14:34:46'),
(2127, 3144, 'Muhammad Rezaul Karim', '01833111891', NULL, 'rezaul.rakib.rk@gmail.com', 'dhaka', 'DM GA 16-3472', 'Car', '2023-06-14', 'y', '4200', NULL, 1, 0, 0, NULL, '2025-06-01 00:00:00', 0, 1, 0, '2024-06-14', NULL, NULL, '01771519829', '359015560043668', NULL, '123456', '2023-10-12 14:50:34', '2023-10-12 14:50:34'),
(2130, 3147, 'Lutfor Rahman', '01772397669', NULL, NULL, 'dhaka', 'DM GA  22-3397', 'car', '2023-06-18', 'y', '4200', NULL, 1, 0, 0, NULL, '2025-06-01 00:00:00', 0, 1, 0, '2024-06-18', NULL, NULL, '01861443207', '359015560049673', NULL, '123456', '2023-10-12 14:59:12', '2023-10-12 14:59:12'),
(2131, 3148, 'Delowar', '01677307740', NULL, NULL, 'dhaka', 'DM GA 28-8429', 'Car', '2023-06-18', NULL, '3000', NULL, 1, 0, 0, NULL, '2024-12-01 00:00:00', 0, 1, 0, '2024-06-18', NULL, NULL, '01885647972', '359015560075470', NULL, '123456', '2023-10-12 15:02:29', '2024-06-23 12:43:51'),
(2132, 3149, 'Masud', '01720106412', NULL, NULL, 'dhaka', '69-02', 'Car', '2023-06-18', 'y', '7500', NULL, 1, 0, 0, NULL, '2025-06-01 00:00:00', 0, 1, 0, '2024-06-18', NULL, NULL, '01840388054', '359015560034881', NULL, '123456', '2023-10-12 15:13:19', '2023-10-12 15:13:19'),
(2133, 3150, 'Josim', '01776271117', NULL, NULL, 'dhaka', '69-03', 'Car', '2023-06-18', 'y', '2800', NULL, 1, 0, 0, NULL, '2025-06-01 00:00:00', 0, 1, 0, '2024-06-18', NULL, NULL, '01890577794', '359015560075215', NULL, '123456', '2023-10-12 15:21:22', '2023-10-12 15:21:22'),
(2137, 3154, 'Monirul Islam', '01794718542', NULL, NULL, 'dhaka', 'Jamalpur HA 13-5984', 'Car', '2023-06-20', 'y', '1700', NULL, 1, 0, 0, NULL, '2025-06-01 00:00:00', 0, 1, 0, '2024-06-20', NULL, NULL, '01302847751', '359015560050325', NULL, '123456', '2023-10-12 15:34:31', '2023-10-12 15:34:31'),
(2139, 3156, 'Mamun Rashid', '01717797459', NULL, NULL, 'dhaka', 'DM CHA 12-0714', 'Car', '2023-06-22', 'y', '4000', NULL, 1, 0, 0, NULL, '2025-06-01 00:00:00', 0, 1, 0, '2024-06-22', NULL, NULL, '01315244968', '359015560048832', NULL, '123456', '2023-10-12 15:40:05', '2023-10-12 15:40:05'),
(2140, 3157, 'Dr.Mahbubur Rahman', '01715192231', NULL, 'mithun75@gmail.com', 'dhaka', 'DM GA 47-0658', 'Car', '2023-06-24', 'y', '8400', NULL, 1, 0, 0, NULL, '2025-06-01 00:00:00', 0, 1, 0, '2024-06-24', NULL, NULL, '01849674046', '359015560049079', NULL, '123456', '2023-10-12 15:43:20', '2023-10-12 15:43:20'),
(2143, 3160, 'Sikor', '01777125330', NULL, NULL, 'dhaka', 'DM BA 11-8663', 'Car', '2023-06-24', 'y', '13200', NULL, 2, 0, 0, NULL, '2025-06-01 00:00:00', 0, 1, 0, '2024-06-24', NULL, NULL, '01877748612', '359015560075181', NULL, '123456', '2023-10-12 15:54:29', '2023-10-12 15:54:29'),
(2144, 3161, 'Rumi Chowdhury', '01711283636', NULL, 'rumi36@mygpsbd.net', 'dhaka', 'DM BA 13-1611', 'car', '2023-06-24', 'y', '2800', NULL, 1, 0, 0, NULL, '2025-06-01 00:00:00', 0, 1, 0, '2024-06-24', NULL, NULL, '01319629462', '359015560050382', NULL, '123456', '2023-10-12 15:56:59', '2023-10-12 15:56:59'),
(2145, 3162, 'Saddam hossain', '01958098700', NULL, NULL, 'dhaka', 'DM GA 17-7912', 'Car', '2023-06-25', 'y', '4200', NULL, 1, 0, 0, NULL, '2025-06-01 00:00:00', 0, 1, 0, '2024-06-25', NULL, NULL, '01606134338', '359015560043387', NULL, '123456', '2023-10-12 16:06:17', '2023-10-12 16:06:17'),
(2146, 3163, 'Md Nur A Alam', '01956659705', NULL, NULL, 'dhaka', 'DM GA 42-7057', 'Car', '2023-06-25', 'y', '3000', NULL, 1, 0, 0, NULL, '2025-06-01 00:00:00', 0, 1, 0, '2024-06-25', NULL, NULL, '01829119686', '359015560075041', NULL, '123456', '2023-10-12 16:10:15', '2023-10-12 16:10:15'),
(2148, 3165, 'MD.Sharif Ahmed', '01716045609', NULL, 'sharifahmed1503@gmail.com', 'dhaka', 'DM GA 27-4459', 'Car', '2023-07-03', 'y', '3600', NULL, 1, 0, 0, NULL, '2025-07-01 00:00:00', 0, 1, 0, '2024-07-03', NULL, NULL, '01812222532', '359015560050077', NULL, '123456', '2023-10-12 16:19:27', '2023-10-12 16:19:27'),
(2149, 3166, 'NOOR HOSSAIN', '01680363741', NULL, NULL, 'dhaka', 'DM GA 15-2648', 'Car', '2023-07-04', 'y', '3200', NULL, 1, 0, 0, NULL, '2025-07-01 00:00:00', 0, 1, 0, '2024-07-04', NULL, NULL, '01858931942', '359015560076312', NULL, '123456', '2023-10-12 16:22:17', '2023-10-12 16:22:17'),
(2150, 3167, 'Muhsin', '01711151015', NULL, 'bionicdesignbd@gmail.com', 'dhaka', 'DM GA 36-9616', 'Car', '2023-07-04', 'y', '4200', NULL, 1, 0, 0, NULL, '2025-07-01 00:00:00', 0, 1, 0, '2024-07-04', NULL, NULL, '01883486664', '359015560048378', NULL, '123456', '2023-10-12 16:24:41', '2023-10-12 16:24:41'),
(2151, 3168, 'Arif', '01887459696', NULL, NULL, 'dhaka', 'DM CHA 12-0941', 'Car', '2023-07-05', 'y', '2600', NULL, 1, 0, 0, NULL, '2025-07-01 00:00:00', 0, 1, 0, '2024-07-05', NULL, NULL, '01604812758', '359015560035516', NULL, '123456', '2023-10-12 16:32:37', '2023-10-12 16:32:37'),
(2152, 3169, 'Atik', '01979001139', NULL, NULL, 'dhaka', 'DM BA 12-2354', 'Car', '2023-07-05', 'y', '15000', NULL, 1, 0, 0, NULL, '2025-07-01 00:00:00', 0, 1, 0, '2024-07-05', NULL, NULL, '01832308024', '359015560075629', NULL, '123456', '2023-10-12 16:41:17', '2023-10-12 16:41:17'),
(2153, 3170, 'Amit', '01687371577', NULL, NULL, 'dhaka', 'DM KA 11-3948', 'Car', '2023-07-05', 'y', '4200', NULL, 1, 0, 0, NULL, '2025-07-01 00:00:00', 0, 1, 0, '2024-07-05', NULL, NULL, '01799963330', '359015560049293', NULL, '123456', '2023-10-12 16:54:49', '2023-10-12 16:54:49'),
(2154, 3171, 'Atikur Rahman', '01710292970', NULL, NULL, 'dhaka', 'DM GA 43-2855', 'Car', '2023-07-06', 'y', '4200', NULL, 1, 0, 0, NULL, '2025-07-01 00:00:00', 0, 1, 0, '2024-07-06', NULL, NULL, '01815478123', '359015560034790', NULL, '123456', '2023-10-12 17:01:13', '2023-10-12 17:01:13'),
(2155, 3172, 'Sahadet Hossin', '01612129105', NULL, NULL, 'dhaka', 'DM GA 13-9239', 'Car', '2023-07-06', 'y', '3000', NULL, 1, 0, 0, NULL, '2025-07-01 00:00:00', 0, 1, 0, '2024-07-06', NULL, NULL, '01828045454', '359015560076023', NULL, '123456', '2023-10-13 02:16:54', '2023-10-13 02:16:54'),
(2156, 3173, 'Mamun', '01786810056', NULL, 'tanvirrahmanmamun@gmail.com', 'dhaka', 'DM GA 32-3436', 'Car', '2023-07-08', 'y', '3800', NULL, 1, 0, 0, NULL, '2025-07-01 00:00:00', 0, 1, 0, '2024-07-08', NULL, NULL, '01705431238', '359015560048964', NULL, '123456', '2023-10-13 02:23:10', '2023-10-13 02:23:10'),
(2157, 3174, 'MD Soharab Hossain Sohel', '01912095117', NULL, 'sohelapexbd@gmail.com', 'dhaka', 'DM GA 27-3946', 'Car', '2023-07-09', 'y', '3600', NULL, 1, 0, 0, NULL, '2025-07-01 00:00:00', 0, 1, 0, '2024-07-09', NULL, NULL, '01759388431', '359015560075934', NULL, '123456', '2023-10-13 02:26:04', '2023-10-13 02:26:04'),
(2158, 3175, 'Jahangir', '01716340147', NULL, NULL, 'dhaka', 'DM BA 13-1868 (Alif)', 'Car', '2023-07-10', 'y', '7000', NULL, 2, 0, 0, NULL, '2025-07-01 00:00:00', 0, 1, 0, '2024-07-10', NULL, NULL, '01328230074', '359015560075587', NULL, '123456', '2023-10-13 02:50:07', '2023-10-13 02:50:07'),
(2159, 3176, 'Md.Moazzem Hossain', '01711207127', NULL, NULL, 'dhaka', 'DM CHA 56-2388', 'Car', '2023-07-10', 'y', '4000', NULL, 1, 0, 0, NULL, '2025-07-01 00:00:00', 0, 1, 0, '2024-07-10', NULL, NULL, '01888322019', '359015560049756', NULL, '123456', '2023-10-13 02:54:33', '2023-10-13 02:54:33'),
(2160, 3177, 'Abdur Razzak', '01794317521', NULL, NULL, 'dhaka', 'DM CHA 71-0072', 'Car', '2023-07-10', 'y', '0', NULL, 1, 0, 0, NULL, '2025-07-01 00:00:00', 0, 1, 0, '2024-07-10', NULL, NULL, '01863212116', '359015560011913', NULL, '123456', '2023-10-13 03:16:08', '2023-10-13 03:16:08'),
(2162, 3179, 'Md Rashed khan', '01737388388', NULL, NULL, 'dhaka', 'Dm ga 13-6826', 'Car', '2023-07-12', 'y', '3600', NULL, 1, 0, 0, NULL, '2025-07-01 00:00:00', 0, 1, 0, '2024-07-12', NULL, NULL, '01763428124', '359015560075389', NULL, '123456', '2023-10-13 03:28:27', '2023-10-13 03:28:27'),
(2163, 3180, 'Tanvir', '01675555555', NULL, NULL, 'dhaka', 'DM GA 20-9923', 'Car', '2023-07-12', 'y', '7000', NULL, 1, 0, 0, NULL, '2025-07-01 00:00:00', 0, 1, 0, '2024-07-12', NULL, NULL, '01836901450', '359015560049384', NULL, '123456', '2023-10-13 03:33:58', '2023-10-13 03:33:58'),
(2164, 3181, 'Khan', '01711187304', NULL, NULL, 'dhaka', 'Dm ta 20-2326', 'car', '2023-07-13', 'y', '12800', NULL, 2, 0, 0, NULL, '2025-07-01 00:00:00', 0, 1, 0, '2024-07-13', NULL, NULL, '01790195251', '359015560075413', NULL, '123456', '2023-10-13 03:57:55', '2023-10-13 03:57:55'),
(2166, 3183, 'showon', '01519606736', NULL, NULL, 'dhaka', 'showon36', 'Car', '2023-07-13', 'y', '2400', NULL, 1, 0, 0, NULL, '2025-07-01 00:00:00', 0, 1, 0, '2024-07-13', NULL, NULL, '01716088578', '359015560050440', NULL, '123456', '2023-10-13 15:48:09', '2023-10-13 15:48:09'),
(2167, 3184, 'Md Sadrul Amin Sohail', '01911852808', NULL, 'mhs_666@live.com', 'dhaka', 'DM GA 19-8923', 'Car', '2023-07-13', 'y', '4200', NULL, 1, 0, 0, NULL, '2025-07-01 00:00:00', 0, 1, 0, '2024-07-13', NULL, NULL, '01327899912', '359015560043361', NULL, '123456', '2023-10-13 15:53:31', '2023-10-13 15:53:31'),
(2169, 3186, 'Rubel Sikder', '01840584520', NULL, NULL, 'dhaka', 'DM GHA 34-4165', 'Car', '2023-07-15', 'y', '2600', NULL, 1, 0, 0, NULL, '2025-07-01 00:00:00', 0, 1, 0, '2024-07-15', NULL, NULL, '01708061644', '359015560034824', NULL, '123456', '2023-10-13 16:06:37', '2023-10-13 16:06:37'),
(2170, 3187, 'Monowar', '01630923563', NULL, NULL, 'dhaka', 'DM TA 15-5352', 'Car', '2023-07-15', 'y', '3600', NULL, 1, 0, 0, NULL, '2025-07-01 00:00:00', 0, 1, 0, '2024-07-15', NULL, NULL, '01310020009', '359015560074853', NULL, '123456', '2023-10-13 16:10:48', '2023-10-13 16:10:48'),
(2171, 3188, 'Sajjad Ahmed', '01721600700', NULL, 'sajjad_ir_du@yahoo.com', 'dhaka', 'DM GA 28-1654', 'Car', '2023-07-15', 'y', '3600', NULL, 1, 0, 0, NULL, '2025-07-01 00:00:00', 0, 1, 0, '2024-07-15', NULL, NULL, '01724918684', '359015560048931', NULL, '123456', '2023-10-13 16:15:15', '2023-10-13 16:15:15'),
(2172, 3189, 'Md. Aminul Islam', '01918950695', NULL, 'afiaaydan@gmail.com', 'dhaka', 'DM GA 43-9135', 'Car', '2023-07-15', 'y', '4000', NULL, 1, 0, 0, NULL, '2025-07-01 00:00:00', 0, 1, 0, '2024-07-15', NULL, NULL, '01844845112', '359015560049061', NULL, '123456', '2023-10-15 10:07:26', '2023-10-15 10:07:26'),
(2173, 3190, 'MD. Abdul Khalek', '01717462679', NULL, 'kathbiralishop.bd@gmail.com', 'dhaka', 'DM CA 12-1325', 'Car', '2023-07-16', 'y', '4000', NULL, 1, 0, 0, NULL, '2025-07-01 00:00:00', 0, 1, 0, '2024-07-16', NULL, NULL, '01876958390', '359015560048543', NULL, '123456', '2023-10-15 10:10:45', '2023-10-15 10:10:45'),
(2174, 3191, 'MD AIUB KHAN', '01724967095', NULL, NULL, 'dhaka', 'DM GA 42-3628', 'Car', '2023-07-16', 'y', '0', NULL, 1, 0, 0, NULL, '2025-07-01 00:00:00', 0, 1, 0, '2024-07-16', NULL, NULL, '01774146344', '359015560050457', NULL, '123456', '2023-10-15 10:16:52', '2023-10-15 10:16:52'),
(2175, 3192, 'MOHAMMAD MOZAMMEL HOQUE', '01721075260', NULL, NULL, 'dhaka', 'DM GHA 12-2995', 'Car', '2023-07-16', NULL, '3600', NULL, 1, 0, 0, NULL, '2024-08-01 00:00:00', 0, 1, 0, '2024-07-16', NULL, NULL, '01874647988', '359015560026127', NULL, '123456', '2023-10-15 10:21:00', '2023-10-15 10:21:00'),
(2176, 3193, 'Rahim', '01829163284', NULL, NULL, 'dhaka', 'No-05', 'Car', '2023-07-15', 'y', '43200', NULL, 2, 0, 0, NULL, '2025-07-01 00:00:00', 0, 1, 0, '2024-07-15', NULL, NULL, '01882631420', '359015560075140', NULL, '123456', '2023-10-15 10:32:53', '2023-10-15 10:32:53'),
(2177, 3194, 'Riya sarkar', '01312248099', NULL, NULL, 'dhaka', 'DM GA 27-0524', 'Car', '2023-07-17', 'y', '0', NULL, 1, 0, 0, NULL, '2025-07-01 00:00:00', 0, 1, 0, '2024-07-17', NULL, NULL, '01832416873', '359510087884669', NULL, '123456', '2023-10-15 10:39:35', '2023-10-15 10:39:35'),
(2178, 3195, 'Masud', '01841391390', NULL, NULL, 'dhaka', 'DM CA 16-3511', 'Car', '2023-07-17', NULL, '6600', NULL, 1, 0, 0, NULL, '2025-07-01 00:00:00', 0, 1, 0, '2024-07-17', NULL, NULL, '01870038335', '359015560075074', NULL, '123456', '2023-10-15 10:41:57', '2023-10-15 10:42:53'),
(2179, 3196, 'Minor', '01713582871', NULL, NULL, 'dhaka', 'DM GA 39-5205', 'Car', '2023-07-18', 'y', '3400', NULL, 1, 0, 0, NULL, '2025-07-01 00:00:00', 0, 1, 0, '2024-07-18', NULL, NULL, '01814205738', '359015560075298', NULL, '123456', '2023-10-15 10:45:00', '2023-10-15 10:45:00'),
(2180, 3197, 'Sk.Tanvir Ahmmed', '1755637539', NULL, NULL, 'dhaka', 'Dm ga 31-9727', 'Car', '2023-07-18', 'y', '4200', NULL, 1, 0, 0, NULL, '2025-07-01 00:00:00', 0, 1, 0, '2024-07-18', NULL, NULL, '01686544942', '359015560043718', NULL, '123456', '2023-10-15 10:47:21', '2023-10-15 10:47:21'),
(2181, 3198, 'Md. Rafiuddin', '1714008881', NULL, NULL, 'dhaka', 'Dm ga 23-4765', 'Car', '2023-07-18', 'y', '0', NULL, 1, 0, 0, NULL, '2025-07-01 00:00:00', 0, 1, 0, '2024-07-18', NULL, NULL, '01883083759', '359015560043254', NULL, '123456', '2023-10-15 11:06:02', '2023-10-15 11:06:02'),
(2182, 3199, 'Mozammel Hoque', '01740936269', NULL, NULL, 'dhaka', 'Brahmanbaria HA-11-8776', 'Car', '2023-07-16', 'y', '2370', NULL, 1, 0, 0, NULL, '2025-07-01 00:00:00', 0, 1, 0, '2024-07-16', NULL, NULL, '01756786843', '359015560077773', NULL, '123456', '2023-10-15 11:07:53', '2023-10-15 11:07:53'),
(2183, 3200, 'Jasmin', '01711133149', NULL, NULL, 'dhaka', 'DM CA 11-5742', 'Car', '2023-07-18', 'm', '350', NULL, 1, 0, 0, NULL, '2024-08-01 00:00:00', 0, 1, 0, '2024-07-18', NULL, NULL, '01812669073', '359015560034840', NULL, '123456', '2023-10-15 11:12:04', '2023-10-15 11:12:04'),
(2184, 3201, 'Mostafa tanvir pasha', '01772563772', NULL, NULL, 'dhaka', 'DM GA 16-5196', 'Car', '2023-07-18', 'y', '4000', NULL, 1, 0, 0, NULL, '2025-07-01 00:00:00', 0, 1, 0, '2024-07-18', NULL, NULL, '01823055098', '359015560048923', NULL, '123456', '2023-10-15 11:14:11', '2023-10-15 11:14:11'),
(2185, 3202, 'Md. Mojibur Rahman', '01739047040', NULL, NULL, 'dhaka', 'DM GA 43-5172', 'Car', '2023-07-19', 'y', '2000', NULL, 1, 0, 0, NULL, '2025-07-01 00:00:00', 0, 1, 0, '2024-07-19', NULL, NULL, '01607660882', '359015560076163', NULL, '123456', '2023-10-15 11:18:22', '2023-10-15 11:18:22'),
(2186, 3203, 'Md. Azizul haque', '01751852282', NULL, NULL, 'dhaka', 'Dm ga 36-2066', 'Car', '2023-07-19', 'y', '4200', NULL, 1, 0, 0, NULL, '2025-07-01 00:00:00', 0, 1, 0, '2024-07-19', NULL, NULL, '01894689421', '359015560043981', NULL, '123456', '2023-10-15 11:21:49', '2023-10-15 11:21:49'),
(2187, 3204, 'Md Mamunur Rashid', '01723532213', NULL, NULL, 'dhaka', 'Dm ga 21-2128', 'Car', '2023-07-20', 'y', '3600', NULL, 1, 0, 0, NULL, '2025-07-01 00:00:00', 0, 1, 0, '2024-07-20', NULL, NULL, '01845079613', '359015560099173', NULL, '123456', '2023-10-15 11:25:40', '2023-10-15 11:25:40'),
(2188, 3205, 'MONIR', '01777976997', NULL, NULL, 'dhaka', 'DM GA 16-4164', 'Car', '2023-07-20', 'y', '3600', NULL, 1, 0, 0, NULL, '2025-07-01 00:00:00', 0, 1, 0, '2024-07-20', NULL, NULL, '01774150551', '351969560199078', NULL, '123456', '2023-10-15 11:30:30', '2023-10-15 11:30:30'),
(2189, 3206, 'Masud', '01722325752', NULL, NULL, 'dhaka', 'DM GA 19-1358', 'Car', '2023-07-20', 'y', '3600', NULL, 1, 0, 0, NULL, '2028-07-01 00:00:00', 0, 0, 0, '2023-07-20', NULL, NULL, '01835399190', '359015560074838', NULL, '123456', '2023-10-15 11:37:51', '2023-10-15 11:37:51'),
(2190, 3207, 'Mehrab Pranto', '01968862710', NULL, NULL, 'dhaka', 'DM LA 40-4162', 'Car', '2023-07-20', 'y', '3600', NULL, 1, 0, 0, NULL, '2025-07-01 00:00:00', 0, 1, 0, '2024-07-20', NULL, NULL, '01887945200', '359015560075561', NULL, '123456', '2023-10-15 11:41:41', '2023-10-15 11:41:41'),
(2191, 3208, 'Md Helal E Ajam', '01797933999', NULL, NULL, 'dhaka', 'DM GA 26-0062', 'Car', '2023-07-22', 'y', '4200', NULL, 1, 0, 0, NULL, '2025-07-01 00:00:00', 0, 1, 0, '2024-07-22', NULL, NULL, '01877389272', '359015560048535', NULL, '123456', '2023-10-15 11:43:58', '2023-10-15 11:43:58'),
(2192, 3209, 'Shahin Hossain Khan', '01918698184', NULL, 'saon.apple@gmail.com', 'dhaka', 'DM GA 39-8656', 'Car', '2023-07-22', 'y', '3600', NULL, 1, 0, 0, NULL, '2025-07-01 00:00:00', 0, 1, 0, '2024-07-22', NULL, NULL, '01774141974', '359015560075660	359015560075660', NULL, '123456', '2023-10-15 11:46:15', '2023-10-15 11:46:15'),
(2193, 3210, 'Sagar Khan', '01678022919', NULL, 'sagarkhan2025ju@gmail.com', 'dhaka', 'DM GA 43-1765', 'Car', '2023-07-22', 'y', '4200', NULL, 1, 0, 0, NULL, '2025-07-01 00:00:00', 0, 1, 0, '2024-07-22', NULL, NULL, '01870408535', '359015560043080', NULL, '123456', '2023-10-15 11:48:50', '2023-10-15 11:48:50'),
(2194, 3211, 'Golam Rasul', '01913071485', NULL, NULL, 'dhaka', 'DM GA 22-2508', 'Car', '2023-07-23', 'y', '4000', NULL, 1, 0, 0, NULL, '2025-07-01 00:00:00', 0, 1, 0, '2024-07-23', NULL, NULL, '01828979413', '359015560035417', NULL, '123456', '2023-10-15 11:51:42', '2023-10-15 11:51:42'),
(2195, 3212, 'Mohammed Nazrul Islam', '01736634114', NULL, 'riponmail@gmail.com', 'dhaka', 'DM GA 15-5760', 'Car', '2023-07-23', 'y', '3600', NULL, 1, 0, 0, NULL, '2025-07-01 00:00:00', 0, 1, 0, '2024-07-23', NULL, NULL, '01887326410', '359015560075173', NULL, '123456', '2023-10-15 12:29:13', '2023-10-15 12:29:13'),
(2196, 3213, 'Md. Emtiaz Layek', '01777992250', NULL, 'emtiaz.dk@gmail.com', 'dhaka', 'DM GA 23-7051', 'Car', '2023-07-23', 'y', '3400', NULL, 1, 0, 0, NULL, '2025-07-01 00:00:00', 0, 1, 0, '2024-07-23', NULL, NULL, '01833279947', '359015560075165', NULL, '123456', '2023-10-15 12:31:36', '2023-10-15 12:31:36'),
(2197, 3214, 'Md Mamun Rashid', '01731743594', NULL, NULL, 'dhaka', 'Dm ga 25-9924', 'Car', '2023-07-25', 'y', '4000', NULL, 1, 0, 0, NULL, '2025-07-01 00:00:00', 0, 1, 0, '2024-07-25', NULL, NULL, '01860743145', '359015560034360', NULL, '123456', '2023-10-15 12:34:03', '2023-10-15 12:34:03'),
(2198, 3215, 'Md.Anwar Hossain', '01716008477', NULL, NULL, 'dhaka', 'DM GA 22-7698', 'Car', '2023-07-25', 'y', '3500', NULL, 1, 0, 0, NULL, '2025-07-01 00:00:00', 0, 1, 0, '2024-07-25', NULL, NULL, '01858256325', '359015560035672', NULL, '123456', '2023-10-15 12:36:54', '2023-10-15 12:36:54'),
(2199, 3216, 'Mahfuz Alam', '01712673077', NULL, NULL, 'dhaka', 'DM GA 27-7155', 'Car', '2023-07-25', 'y', '3500', NULL, 1, 0, 0, NULL, '2025-07-01 00:00:00', 0, 1, 0, '2024-07-25', NULL, NULL, '01845250675', '359015560035136', NULL, '123456', '2023-10-15 12:39:26', '2023-10-15 12:39:26'),
(2200, 3217, 'Md Masud Karim', '01819259299', NULL, NULL, 'dhaka', 'DM GA 31-7616', 'Car', '2023-07-26', 'y', '4200', NULL, 1, 0, 0, NULL, '2025-07-01 00:00:00', 0, 1, 0, '2024-07-26', NULL, NULL, '01842259299', '359015560035086', NULL, '123456', '2023-10-15 12:46:39', '2023-10-15 12:46:39'),
(2201, 3218, 'Abir', '01680617305', NULL, NULL, 'dhaka', 'DM LA 28-3619', 'Car', '2023-07-27', 'y', '4000', NULL, 1, 0, 0, NULL, '2025-07-01 00:00:00', 0, 1, 0, '2024-07-27', NULL, NULL, '01793541736', '358657103393901', NULL, '123456', '2023-10-15 12:49:05', '2023-10-15 12:49:05'),
(2202, 3219, 'ABDUR RAHMAN', '01711584726', NULL, NULL, 'dhaka', 'DM GA 28-7507', 'Car', '2023-07-27', 'y', '4200', NULL, 1, 0, 0, NULL, '2025-07-01 00:00:00', 0, 1, 0, '2024-07-27', NULL, NULL, '01774150276', '359015560035102', NULL, '123456', '2023-10-15 12:59:22', '2023-10-15 12:59:22'),
(2203, 3220, 'Mohin Uddin', '01857623064', NULL, NULL, 'dhaka', 'Dm ga 19-1962', 'Car', '2023-07-31', 'y', '4100', NULL, 1, 0, 0, NULL, '2025-07-01 00:00:00', 0, 1, 0, '2024-07-31', NULL, NULL, '01818538202', '359015560035847', NULL, '123456', '2023-10-15 13:38:26', '2023-10-15 13:38:26'),
(2204, 3221, 'Mahmud ul haque', '1715025424', NULL, NULL, 'dhaka', 'Dm ga 49-0916', 'Car', '2023-07-31', 'y', '4200', NULL, 1, 0, 0, NULL, '2025-07-01 00:00:00', 0, 1, 0, '2024-07-31', NULL, NULL, '01831942229', '359015560043312', NULL, '123456', '2023-10-15 13:41:35', '2023-10-15 13:41:35'),
(2205, 3222, 'Md Main uddin', '01715149335', NULL, NULL, 'dhaka', 'CM GA 11-9722', 'Car', '2023-08-01', 'y', '4200', NULL, 1, 0, 0, NULL, '2025-08-01 00:00:00', 0, 1, 0, '2024-08-01', NULL, NULL, '01889705384', '359015560077195', NULL, '123456', '2023-10-15 13:48:14', '2023-10-15 13:48:14'),
(2206, 3223, 'Syed Jahidul Islam', '01776369871', NULL, 'jahid@g4technologies.com.bd', 'dhaka', 'DM GA 20-7008', 'Car', '2023-08-02', 'y', '8000', NULL, 2, 0, 0, NULL, '2025-08-01 00:00:00', 0, 1, 0, '2024-08-02', NULL, NULL, '01307140464', '359015560049566', NULL, '123456', '2023-10-15 13:53:16', '2023-10-15 13:53:16'),
(2207, 3224, 'Kadimul Hasan', '01739701827', NULL, NULL, 'dhaka', 'DM -39-3316', 'Car', '2023-08-02', 'y', '4200', NULL, 1, 0, 0, NULL, '2025-08-01 00:00:00', 0, 1, 0, '2024-08-02', NULL, NULL, '01840605918', '359015560048477', NULL, '123456', '2023-10-15 13:55:30', '2023-10-15 13:55:30'),
(2208, 3225, 'MD Mehedi Hasan', '01715991163', NULL, NULL, 'dhaka', 'DM GA 12-0300', 'Car', '2023-08-03', 'y', '4000', NULL, 1, 0, 0, NULL, '2025-08-01 00:00:00', 0, 1, 0, '2024-08-03', NULL, NULL, '01892611366', '359015560035359', NULL, '123456', '2023-10-15 13:57:37', '2023-10-15 13:57:37'),
(2209, 3226, 'Morad Hossain', '01766703379', NULL, NULL, 'dhaka', 'DM GA  22-2515', 'Car', '2023-08-04', 'y', '3250', NULL, 1, 0, 0, NULL, '2025-08-01 00:00:00', 0, 1, 0, '2024-08-04', NULL, NULL, '01867782863', '359015560098100', NULL, '123456', '2023-10-15 14:11:07', '2023-10-15 14:11:07'),
(2210, 3227, 'Monir', '01923283866', NULL, NULL, 'dhaka', 'DM GA 37-5573', 'Car', '2023-08-04', 'y', '3250', NULL, 1, 0, 0, NULL, '2025-08-01 00:00:00', 0, 1, 0, '2024-08-04', NULL, NULL, '01869433902', '359015560098605', NULL, '123456', '2023-10-15 14:17:59', '2023-10-15 14:17:59'),
(2211, 3228, 'Dabasish', '01819869539', NULL, NULL, 'dhaka', 'DM ga 16-4408', 'Car', '2023-08-05', 'y', '4200', NULL, 1, 0, 0, NULL, '2025-08-01 00:00:00', 0, 1, 0, '2024-08-05', NULL, NULL, '01795649283', '359015560048865', NULL, '123456', '2023-10-15 14:20:59', '2023-10-15 14:20:59'),
(2212, 3229, 'ATM Mahfuz Hassan', '01712552750', NULL, 'bornio1982@gmail.com', 'dhaka', 'DM GA 39-5495', 'Car', '2023-08-05', 'y', '3600', NULL, 1, 0, 0, NULL, '2025-08-01 00:00:00', 0, 1, 0, '2024-08-05', NULL, NULL, '01829637822', '359015560098571', NULL, '123456', '2023-10-15 14:23:15', '2023-10-15 14:23:15'),
(2213, 3230, 'MD. TAREQ HOSSAIN', '01306912171', NULL, 'mtareqhossain07@gmail.com', 'dhaka', 'DM GA 19-5892', 'Car', '2023-08-05', 'y', '3600', NULL, 1, 0, 0, NULL, '2025-08-01 00:00:00', 0, 1, 0, '2024-08-05', NULL, NULL, '01329276001', '359015560098092', NULL, '123456', '2023-10-15 14:31:19', '2023-10-15 14:31:19'),
(2214, 3232, 'Alpha', '01714635722', NULL, NULL, 'dhaka', 'Jamalpur u 11-0007', 'Car', '2023-08-06', 'y', '21000', NULL, 2, 0, 0, NULL, '2025-08-01 00:00:00', 0, 1, 0, '2024-08-06', NULL, NULL, '01891810375', '359015560098415', NULL, '123456', '2023-10-16 10:26:21', '2023-10-16 10:26:21'),
(2215, 3233, 'Sayeed', '01819403797', NULL, NULL, 'dhaka', 'Dm ga 25-2570', 'Car', '2023-08-08', 'y', '4200', NULL, 1, 0, 0, NULL, '2025-08-01 00:00:00', 0, 1, 0, '2024-08-08', NULL, NULL, '01889746325', '359015560048311', NULL, '123456', '2023-10-16 10:38:33', '2023-10-16 10:38:33'),
(2216, 3234, 'shofiul', '01610456362', NULL, NULL, 'dhaka', 'DM -6362', 'Car', '2023-08-08', 'y', '2200', NULL, 1, 0, 0, NULL, '2025-08-01 00:00:00', 0, 1, 0, '2024-08-08', NULL, NULL, '01836006964', '359015560097862', NULL, '123456', '2023-10-16 10:40:37', '2023-10-16 10:40:37'),
(2217, 3235, 'Nura al amin', '01711010248', NULL, NULL, 'dhaka', 'DM GA 17-8183', 'Car', '2023-08-09', 'y', '4000', NULL, 1, 0, 0, NULL, '2025-08-01 00:00:00', 0, 1, 0, '2024-08-09', NULL, NULL, '01307152147', '359015560048881', NULL, '123456', '2023-10-16 10:45:06', '2023-10-16 10:45:06'),
(2218, 3236, 'Sanjib', '01741676291', NULL, NULL, 'dhaka', 'DM cha 19-0990', 'Car', '2023-08-11', 'y', '3800', NULL, 1, 0, 0, NULL, '2025-08-01 00:00:00', 0, 1, 0, '2024-08-11', NULL, NULL, '01853612395', '359015560049004', NULL, '123456', '2023-10-16 10:53:53', '2023-10-16 10:53:53'),
(2219, 3237, 'Shyamal Chandra Debnath', '01847192791', NULL, NULL, 'dhaka', 'DM ga 12-3615', 'Car', '2023-08-11', 'y', '3200', NULL, 1, 0, 0, NULL, '2025-08-01 00:00:00', 0, 1, 0, '2024-08-11', NULL, NULL, '01889292108', '359015560096872', NULL, '123456', '2023-10-16 10:59:20', '2023-10-16 10:59:20'),
(2220, 3238, 'Nazmul', '01716011647', NULL, NULL, 'dhaka', 'DM CA 19-2227', 'Car', '2023-08-13', 'y', '4200', NULL, 1, 0, 0, NULL, '2025-01-01 00:00:00', 0, 1, 0, '2024-01-13', NULL, NULL, '01724150967', '359015560049194', NULL, '123456', '2023-10-16 11:04:16', '2023-10-16 11:04:16'),
(2221, 3239, 'Sumon', '01754844120', NULL, NULL, 'dhaka', 'Dm ga 37-5434', 'Car', '2023-08-14', 'y', '4000', NULL, 1, 0, 0, NULL, '2025-08-01 00:00:00', 0, 1, 0, '2024-08-14', NULL, NULL, '01877808471', '359015560049038', NULL, '123456', '2023-10-16 11:11:03', '2023-10-16 11:11:03'),
(2222, 3240, 'Shafi', '01642007875', NULL, NULL, 'dhaka', 'DM CHA 71-3540', 'Car', '2023-08-16', 'y', '2500', NULL, 1, 0, 0, NULL, '2025-08-01 00:00:00', 0, 1, 0, '2024-08-16', NULL, NULL, '01832973127', '359015560049590', NULL, '123456', '2023-10-16 11:17:20', '2023-10-16 11:17:20'),
(2223, 3241, 'Nannu', '1913921129', NULL, NULL, 'dhaka', 'DM GHA 15-0635', 'Car', '2023-08-16', 'y', '4400', NULL, 1, 0, 0, NULL, '2025-08-01 00:00:00', 0, 1, 0, '2024-08-16', NULL, NULL, '01875817963', '359015560043221', NULL, '123456', '2023-10-16 11:22:53', '2023-10-16 11:22:53'),
(2224, 3242, 'Niaz', '01712673900', NULL, NULL, 'dhaka', 'DM GA 20-2410', 'Car', '2023-08-17', 'y', '4200', NULL, 1, 0, 0, NULL, '2025-08-01 00:00:00', 0, 1, 0, '2024-08-17', NULL, NULL, '01832300741', '359015560049012', NULL, '123456', '2023-10-17 10:38:43', '2023-10-17 10:38:43'),
(2225, 3243, 'MD.Hasanuzzaman', '01627273392', NULL, 'h.zaman92@gmail.com', 'dhaka', 'DM GA 14-2733', 'Car', '2023-08-20', 'y', '3000', NULL, 1, 0, 0, NULL, '2025-08-01 00:00:00', 0, 1, 0, '2024-08-20', NULL, NULL, '01870757822', '359015560097805', NULL, '123456', '2023-10-17 10:46:45', '2023-10-17 10:46:45'),
(2226, 3244, 'Shehab Shurid', '1782119944', NULL, NULL, 'dhaka', 'Dm gha 11-7328', 'Car', '2023-08-20', 'y', '4200', NULL, 1, 0, 0, NULL, '2025-08-01 00:00:00', 0, 1, 0, '2024-08-20', NULL, NULL, '01877918973', '359015560048386', NULL, '123456', '2023-10-17 10:49:06', '2023-10-17 10:49:06');
INSERT INTO `all_users` (`id`, `user_id`, `name`, `phone`, `alter_phone`, `email`, `par_add`, `car_number`, `car_model`, `installation_date`, `billing_cycle`, `monthly_bill`, `device_price`, `user_type`, `complain_status`, `service_problem_status`, `total_due`, `next_payment_date`, `expair_status`, `payment_status`, `order_status`, `due_date`, `total_paied`, `status`, `device_sim_number`, `imei_number`, `note`, `password`, `created_at`, `updated_at`) VALUES
(2227, 3245, 'jahangir77', '01711078298', NULL, NULL, 'dhaka', 'DM GA 19-4169', 'Car', '2023-08-21', 'y', '2600', NULL, 1, 0, 0, NULL, '2025-08-01 00:00:00', 0, 1, 0, '2024-08-21', NULL, NULL, '01330301683', '359015560049087', NULL, '123456', '2023-10-17 10:51:01', '2023-10-17 10:51:01'),
(2228, 3246, 'Azshraf', '01712501118', NULL, NULL, 'dhaka', 'Dm ga 47-9205', 'Car', '2023-08-21', 'y', '3600', NULL, 1, 0, 0, NULL, '2025-08-01 00:00:00', 0, 1, 0, '2024-08-21', NULL, NULL, '01891987295', '359015560098902', NULL, '123456', '2023-10-17 10:52:57', '2023-10-17 10:52:57'),
(2230, 3248, 'Maksuda', '01616351555', NULL, NULL, 'dhaka', 'CM HA 22-1225', 'Car', '2023-08-21', 'm', '300', NULL, 1, 0, 0, NULL, '2024-09-01 00:00:00', 0, 1, 0, '2024-08-21', NULL, NULL, '01887953220', '359015560027000', NULL, '123456', '2023-10-17 11:05:59', '2023-10-17 11:05:59'),
(2231, 3249, 'MD Asrful.alom', '01715933121', NULL, NULL, 'dhaka', 'DM.ga.39-33-55', 'Car', '2023-08-22', 'y', '3000', NULL, 1, 0, 0, NULL, '2025-08-01 00:00:00', 0, 1, 0, '2024-08-22', NULL, NULL, '01842812395', '359015560048782', NULL, '123456', '2023-10-17 11:08:11', '2023-10-17 11:08:11'),
(2232, 3250, 'Mizanur Rahman', '01706327377', NULL, NULL, 'dhaka', 'Dm ga 27-5312', 'Car', '2023-08-23', 'y', '3600', NULL, 1, 0, 0, NULL, '2025-08-01 00:00:00', 0, 1, 0, '2024-08-23', NULL, NULL, '01327807759', '359015560099447', NULL, '123456', '2023-10-17 11:10:25', '2023-10-17 11:10:25'),
(2233, 3251, 'Turjo', '01711029993', NULL, NULL, 'dhaka', 'Dm gha 15-4245', 'Car', '2023-08-23', 'y', '8800', NULL, 2, 0, 0, NULL, '2025-08-01 00:00:00', 0, 1, 0, '2024-08-23', NULL, NULL, '01864185430', '359015560048774', NULL, '123456', '2023-10-17 11:12:52', '2023-10-17 11:12:52'),
(2234, 3252, 'Md Zahidul Islam', '01729300060', NULL, NULL, 'dhaka', 'DM ga -29-6107', 'Car', '2023-08-25', 'y', '4800', NULL, 1, 0, 0, NULL, '2025-08-01 00:00:00', 0, 1, 0, '2024-08-25', NULL, NULL, '01814256916', '359015560035904', NULL, '123456', '2023-10-17 11:19:39', '2023-10-17 11:19:39'),
(2235, 3253, 'Mubasher', '01918344851', NULL, NULL, 'dhaka', 'NO-03', 'Car', '2023-08-26', 'y', '5995', NULL, 2, 0, 0, NULL, '2025-08-01 00:00:00', 0, 1, 0, '2024-08-26', NULL, NULL, '01864473793', '359015560097748', NULL, '123456', '2023-10-17 11:22:38', '2023-10-17 11:22:38'),
(2236, 3254, 'Ferdous', '01329924867', NULL, NULL, 'dhaka', 'DM GA 23-4536', 'Car', '2023-08-27', 'y', '3560', NULL, 1, 0, 0, NULL, '2025-08-01 00:00:00', 0, 1, 0, '2024-08-27', NULL, NULL, '01329924867', '359015560098035', NULL, '123456', '2023-10-17 11:35:21', '2023-10-17 11:35:21'),
(2237, 3255, 'Abir', '01606020456', NULL, NULL, 'dhaka', 'DM GA 28-1708', 'Car', '2023-08-27', 'y', '4200', NULL, 1, 0, 0, NULL, '2025-08-01 00:00:00', 0, 1, 0, '2024-08-27', NULL, NULL, '01846878039', '359015560034238', NULL, '123456', '2023-10-17 11:38:57', '2023-10-17 11:38:57'),
(2238, 3256, 'Kolim', '01714478742', NULL, NULL, 'dhaka', 'DM TA 20-9303', 'Car', '2023-08-27', 'y', '6800', NULL, 1, 0, 0, NULL, '2025-08-01 00:00:00', 0, 1, 0, '2024-08-27', NULL, NULL, '01818819727', '359015560099496', NULL, '123456', '2023-10-17 11:41:16', '2023-10-17 11:41:16'),
(2240, 3258, 'MERAZ ISLAM', '01611115054', NULL, 'merazislamh@gmail.com', 'dhaka', 'DM GA 26-3517', 'Car', '2023-08-30', 'y', '4700', NULL, 1, 0, 0, NULL, '2025-08-01 00:00:00', 0, 1, 0, '2024-08-30', NULL, NULL, '01779278930', 'merazislamh@gmail.com', NULL, '123456', '2023-10-17 11:51:34', '2023-10-17 11:51:34'),
(2241, 3259, 'Md. Ali Arman Shiblu', '01718755764', NULL, NULL, 'dhaka', 'DM GA 25-4006', 'Car', '2023-08-31', 'y', '4000', NULL, 1, 0, 0, NULL, '2025-08-01 00:00:00', 0, 1, 0, '2024-08-31', NULL, NULL, '01329971129', '359015560099249', NULL, '123456', '2023-10-17 12:00:41', '2023-10-17 12:00:41'),
(2242, 3260, 'Rowja', '01893442647', NULL, NULL, 'dhaka', 'DM GA 26-2677', 'Car', '2023-08-31', 'y', '4200', NULL, 1, 0, 0, NULL, '2025-08-01 00:00:00', 0, 1, 0, '2024-08-31', NULL, NULL, '01881345998', '351969560201338', NULL, '123456', '2023-10-17 12:02:52', '2023-10-17 12:02:52'),
(2243, 3261, 'Hizir', '01859586777', NULL, NULL, 'dhaka', 'Auto-01', 'Car', '2023-09-01', 'y', '2200', NULL, 1, 0, 0, NULL, '2025-09-01 00:00:00', 0, 1, 0, '2024-09-01', NULL, NULL, '01846849412', '359015560097755', NULL, '123456', '2023-10-17 12:05:24', '2023-10-17 12:05:24'),
(2244, 3262, 'Sayed', '01730965230', NULL, NULL, 'dhaka', 'AUTO NO-02', 'Car', '2023-09-01', 'y', '2200', NULL, 1, 0, 0, NULL, '2025-09-01 00:00:00', 0, 1, 0, '2024-09-01', NULL, NULL, '01885028762', '359015560098555', NULL, '123456', '2023-10-21 10:28:19', '2023-10-21 10:28:19'),
(2245, 3263, 'Jewel', '01711533117', NULL, NULL, 'dhaka', 'DM GHA 12-3823', 'Car', '2023-09-02', 'y', '4000', NULL, 1, 0, 0, NULL, '2025-09-01 00:00:00', 0, 1, 0, '2024-09-02', NULL, NULL, '01830577481', '351969560262355', NULL, '123456', '2023-10-21 10:30:31', '2023-10-21 10:30:31'),
(2246, 3264, 'Iqbal', '01755637555', NULL, NULL, 'dhaka', 'Dm ga 39-0822', 'Car', '2023-09-02', 'y', '4000', NULL, 1, 0, 0, NULL, '2025-09-01 00:00:00', 0, 1, 0, '2024-09-02', NULL, NULL, '01788512966', '359015560048337', NULL, '123456', '2023-10-21 10:35:52', '2023-10-21 10:35:52'),
(2247, 3265, 'Ripon Sarker', '01867052659', NULL, 'risisarker@gmail.com', 'dhaka', 'DM GA 17-5491', 'Car', '2023-09-03', 'y', '3800', NULL, 1, 0, 0, NULL, '2025-09-01 00:00:00', 0, 1, 0, '2024-09-03', NULL, NULL, '01829674806', '359015560098811', NULL, '123456', '2023-10-21 10:40:55', '2023-10-21 10:40:55'),
(2248, 3266, 'Niti', '01731512004', NULL, NULL, 'dhaka', 'DM KHA 12-8180', 'Car', '2023-09-04', 'y', '3600', NULL, 1, 0, 0, NULL, '2025-09-01 00:00:00', 0, 1, 0, '2024-09-04', NULL, NULL, '01821775628', '359015560099538', NULL, '123456', '2023-10-21 10:49:41', '2023-10-21 10:49:41'),
(2249, 3267, 'Adnan', '01798826314', NULL, NULL, 'dhaka', 'DM LA 16-7977', 'Car', '2023-09-05', 'y', '4000', NULL, 1, 0, 0, NULL, '2025-09-01 00:00:00', 0, 1, 0, '2024-09-05', NULL, NULL, '01871018591', '359015560077187', NULL, '123456', '2023-10-21 10:55:54', '2023-10-21 10:55:54'),
(2250, 3268, 'Altaf', '01926453656', NULL, NULL, 'dhaka', 'DM KHA 13-1052', 'Car', '2023-09-14', 'y', '3100', NULL, 1, 0, 0, NULL, '2025-09-01 00:00:00', 0, 1, 0, '2024-09-14', NULL, NULL, '01864092441', '359015560099462', NULL, '123456', '2023-10-21 11:39:07', '2023-10-21 11:39:07'),
(2251, 3269, 'Faruk', '01911420022', NULL, NULL, 'dhaka', 'DM GA 21-4100', 'Car', '2023-09-16', 'y', '4200', NULL, 1, 0, 0, NULL, '2025-09-01 00:00:00', 0, 1, 0, '2024-09-16', NULL, NULL, '01867278234', '359015560048949', NULL, '123456', '2023-10-21 11:46:42', '2023-10-21 11:46:42'),
(2252, 3270, 'Faruk', '01711069253', NULL, NULL, 'dhaka', 'DM GA 49-2757', 'Car', '2023-09-16', 'y', '4200', NULL, 1, 0, 0, NULL, '2025-09-01 00:00:00', 0, 1, 0, '2024-09-16', NULL, NULL, '01876069561', '359015560350055', NULL, '123456', '2023-10-21 11:49:11', '2023-10-21 11:49:11'),
(2253, 3271, 'Md.Ruhul Amin', '01720094616', NULL, NULL, 'dhaka', 'DM  CA 19-1209', 'Car', '2023-09-16', 'y', '2000', NULL, 1, 0, 0, NULL, '2025-09-01 00:00:00', 0, 1, 0, '2024-09-16', NULL, NULL, '01331154391', '359015560098480', NULL, '123456', '2023-10-21 11:52:13', '2023-10-21 11:52:13'),
(2254, 3272, 'Md Rezaul haque', '01707081679', NULL, 'rhaque704@gmail.com', 'dhaka', 'DM GA 17-3388', 'Car', '2023-09-19', 'y', '4000', NULL, 1, 0, 0, NULL, '2025-09-01 00:00:00', 0, 1, 0, '2024-09-19', NULL, NULL, '01850139633', '359015560350436', NULL, '123456', '2023-10-21 12:29:43', '2023-10-21 12:29:43'),
(2256, 3274, 'Sabur khan', '01819223985', NULL, NULL, 'dhaka', 'DM HA 38-1376', 'Car', '2023-09-20', 'y', '9600', NULL, 2, 0, 0, NULL, '2025-09-01 00:00:00', 0, 1, 0, '2024-09-20', NULL, NULL, '01818827128', '359015560077534', NULL, '123456', '2023-10-21 12:46:25', '2023-10-21 12:46:25'),
(2257, 3275, 'Mehedi Hasan', '01812808182', NULL, NULL, 'dhaka', 'DM CA 15-7911', 'Car', '2023-09-21', 'y', '4200', NULL, 1, 0, 0, NULL, '2025-09-01 00:00:00', 0, 1, 0, '2024-09-21', NULL, NULL, '01852073205', '359015560349875', NULL, '123456', '2023-10-21 12:48:23', '2023-10-21 12:48:23'),
(2258, 3276, 'Muntasir mamun', '01819414640', NULL, NULL, 'dhaka', 'DM GHA 18-0049', 'Car', '2023-09-22', 'y', '4200', NULL, 1, 0, 0, NULL, '2025-09-01 00:00:00', 0, 1, 0, '2024-09-22', NULL, NULL, '01730808163', '35901556004439', NULL, '123456', '2023-10-21 12:52:12', '2023-10-21 12:52:12'),
(2259, 3277, 'Naimul  Ahsan', '01711486939', NULL, NULL, 'dhaka', 'DM GA 27-4120', 'Car', '2023-09-22', 'y', '4400', NULL, 1, 0, 0, NULL, '2025-09-01 00:00:00', 0, 1, 0, '2024-09-22', NULL, NULL, '01825683989', '359015560350857', NULL, '123456', '2023-10-21 12:56:58', '2023-10-21 12:56:58'),
(2260, 3278, 'Sayed', '01769007137', NULL, NULL, 'dhaka', 'DM GA 49-2889', 'Car', '2023-09-23', 'y', '4600', NULL, 1, 0, 0, NULL, '2025-09-01 00:00:00', 0, 1, 0, '2024-09-23', NULL, NULL, '01847544460', '359015560349792', NULL, '123456', '2023-10-21 12:59:08', '2023-10-21 12:59:08'),
(2261, 3279, 'Md. Rubel mridha', '01762606262', NULL, NULL, 'dhaka', 'DM GA 23-1058', 'Car', '2023-09-26', 'y', '3000', NULL, 1, 0, 0, NULL, '2025-09-01 00:00:00', 0, 1, 0, '2024-09-26', NULL, NULL, '01883639965', '359015560077633', NULL, '123456', '2023-10-21 13:03:28', '2023-10-21 13:03:28'),
(2262, 3280, 'Golam Mostofa', '01748972736', NULL, NULL, 'dhaka', 'DM GA 27-3879', 'Car', '2023-09-26', 'y', '3600', NULL, 1, 0, 0, NULL, '2025-09-01 00:00:00', 0, 1, 0, '2024-09-26', NULL, NULL, '01332743069', '359015560077484', NULL, '123456', '2023-10-21 13:09:29', '2023-10-21 13:09:29'),
(2263, 3281, 'Irin', '01632284846', NULL, NULL, 'dhaka', 'DM CA 53-7270', 'Car', '2023-09-27', 'y', '3000', NULL, 1, 0, 0, NULL, '2025-09-01 00:00:00', 0, 1, 0, '2024-09-27', NULL, NULL, '01330805607', '359015560099256', NULL, '123456', '2023-10-21 13:11:34', '2023-10-21 13:11:34'),
(2265, 3283, 'Sarfaraz Mohammed', '01715572797', NULL, NULL, 'dhaka', 'DM GA 22-3719', 'Car', '2023-09-29', 'y', '6400', NULL, 1, 0, 0, NULL, '2025-09-01 00:00:00', 0, 1, 0, '2024-09-29', NULL, NULL, '01307115004', '359015560099165', NULL, '123456', '2023-10-22 12:34:30', '2023-10-22 12:34:30'),
(2266, 3284, 'MD ISMAIL HOSSAIN', '01328896669', NULL, NULL, 'dhaka', 'DM CHA 11-6211', 'Car', '2024-09-30', 'y', '5000', NULL, 1, 0, 0, NULL, '2025-09-01 00:00:00', 0, 1, 0, '2024-09-30', NULL, NULL, '01330108543', '359015560350832', NULL, '123456', '2023-10-22 12:36:40', '2023-10-22 12:36:40'),
(2267, 3285, 'Akm Ashrafuzzaman', '01715713305', NULL, NULL, 'dhaka', 'DM GHA 12-3524', 'Car', '2023-09-30', 'y', '3600', NULL, 1, 0, 0, NULL, '2025-09-01 00:00:00', 0, 1, 0, '2024-09-30', NULL, NULL, '01836524689', '357789645780377', NULL, '123456', '2023-10-22 12:43:12', '2023-10-22 12:43:12'),
(2268, 3286, 'Mohammad Suborno Daud Toha', '1914949846', NULL, NULL, 'dhaka', 'DM GA 31-7270', 'Car', '2023-10-01', 'y', '4200', NULL, 1, 0, 0, NULL, '2025-10-01 00:00:00', 0, 1, 0, '2024-10-01', NULL, NULL, '01762962150', '359015560049426', NULL, '123456', '2023-10-22 12:46:12', '2023-10-22 12:46:12'),
(2270, 3288, 'MD.Mahmudunnabi Moznu', '01601670985', NULL, 'moznububt@gmail.com', 'dhaka', 'DM GA 15-5095', 'Car', '2023-10-02', 'y', '3600', NULL, 1, 0, 0, NULL, '2025-10-01 00:00:00', 0, 1, 0, '2024-10-02', NULL, NULL, '01307159846', '359015560098969', NULL, '123456', '2023-10-22 12:53:21', '2023-10-22 12:53:21'),
(2271, 3289, 'Md.Nazrul islam', '01714269658', NULL, NULL, 'dhaka', 'DM TA  20-0064', 'Car', '2023-10-02', 'y', '6600', NULL, 1, 0, 0, NULL, '2025-10-01 00:00:00', 0, 1, 0, '2024-10-02', NULL, NULL, '01307128254', '359015560075967', NULL, '123456', '2023-10-22 13:02:55', '2023-10-22 13:02:55'),
(2272, 3290, 'Mahabub', '01725150912', NULL, NULL, 'dhaka', 'DM GHA 21-4931', 'Car', '2023-10-02', 'y', '4400', NULL, 1, 0, 0, NULL, '2025-10-01 00:00:00', 0, 1, 0, '2024-10-02', NULL, NULL, '01307137640', '359015560351053', NULL, '123456', '2023-10-22 13:07:15', '2023-10-22 13:07:15'),
(2273, 3291, 'Arif', '01718556270', NULL, NULL, 'dhaka', 'DM GA 13-4490', 'Car', '2023-10-03', 'y', '3800', NULL, 1, 0, 0, NULL, '2025-10-01 00:00:00', 0, 1, 0, '2024-10-03', NULL, NULL, '01307150680', '359015560098670', NULL, '123456', '2023-10-22 13:19:50', '2023-10-22 13:19:50'),
(2274, 3292, 'Santo Saha', '01711446802', NULL, NULL, 'dhaka', 'DM ta 24-7863', 'Car', '2023-10-04', 'y', '3600', NULL, 1, 0, 0, NULL, '2025-10-01 00:00:00', 0, 1, 0, '2024-10-04', NULL, NULL, '01772928720', '359015560099074', NULL, '123456', '2023-10-22 13:23:32', '2023-10-22 13:23:32'),
(2275, 3293, 'Mir foiz Ahmed', '01755554265', NULL, NULL, 'dhaka', 'DM GA 36-3327', 'Car', '2022-04-22', 'y', '3600', NULL, 1, 0, 0, NULL, '2025-04-01 00:00:00', 0, 1, 0, '2024-04-22', NULL, NULL, '01307166579', '359015560049277', NULL, '123456', '2023-10-22 13:27:31', '2023-10-22 13:27:31'),
(2276, 3294, 'Shafikur Rahman shafiq', '01712936210', NULL, NULL, 'dhaka', 'DM GA 29-4861', 'Car', '2023-10-07', 'y', '3600', NULL, 1, 0, 0, NULL, '2025-10-01 00:00:00', 0, 1, 0, '2024-10-07', NULL, NULL, '01838439070', '359015560099363', NULL, '123456', '2023-10-22 13:30:28', '2023-10-22 13:30:28'),
(2277, 3295, 'Monsurul Alam', '01712274429', NULL, NULL, 'dhaka', 'DM gha 17-3124', 'Car', '2023-10-07', 'y', '6000', NULL, 2, 0, 0, NULL, '2025-10-01 00:00:00', 0, 1, 0, '2024-10-07', NULL, NULL, '01877596783', '359015560351129', NULL, '123456', '2023-10-22 13:44:25', '2023-10-22 13:44:25'),
(2278, 3296, 'Md Jahangir Hussain', '01626541481', NULL, NULL, 'dhaka', 'DM cha 16-2986', 'Car', '2023-10-07', 'y', '9600', NULL, 2, 0, 0, NULL, '2025-10-01 00:00:00', 0, 1, 0, '2024-10-07', NULL, NULL, '01865913080', '359015560350964', NULL, '123456', '2023-10-22 13:47:07', '2023-10-22 13:47:07'),
(2279, 3297, 'Kajol', '01712006876', NULL, NULL, 'dhaka', 'Dm ga 45-4008', 'Car', '2023-10-08', 'y', '3600', NULL, 1, 0, 0, NULL, '2025-10-01 00:00:00', 0, 1, 0, '2024-10-08', NULL, NULL, '01850869504', '359015560077229', NULL, '123456', '2023-10-22 14:14:00', '2023-10-22 14:14:00'),
(2280, 3298, 'Babu Mia', '01728745836', NULL, NULL, 'dhaka', 'DM TA 22-6433', 'Car', '2023-10-09', 'y', '3600', NULL, 1, 0, 0, NULL, '2025-10-01 00:00:00', 0, 1, 0, '2024-10-09', NULL, NULL, '01858161267', '359015560098704', NULL, '123456', '2023-10-22 14:32:19', '2023-10-22 14:32:19'),
(2281, 3299, 'Muklasur rohoman', '01920742161', NULL, NULL, 'dhaka', 'DM TA 24-0133', 'Car', '2023-10-09', 'y', '3600', NULL, 1, 0, 0, NULL, '2025-10-01 00:00:00', 0, 1, 0, '2024-10-09', NULL, NULL, '01865758611', '359015560099348', NULL, '123456', '2023-10-22 14:35:46', '2023-10-22 14:35:46'),
(2282, 3300, 'Tuhin', '01712555026', NULL, NULL, 'dhaka', 'DM GA 13-3631', 'Car', '2023-10-10', 'y', '11400', NULL, 1, 0, 0, NULL, '2025-10-01 00:00:00', 0, 1, 0, '2024-10-10', NULL, NULL, '01329811546', '359015560099389', NULL, '123456', '2023-10-22 14:39:35', '2023-10-22 14:39:35'),
(2283, 3301, 'Mamun', '01881200104', NULL, NULL, 'dhaka', 'DM GA 39-0225', 'Car', '2023-10-10', 'y', '3600', NULL, 1, 0, 0, NULL, '2025-10-01 00:00:00', 0, 1, 0, '2024-10-10', NULL, NULL, '01331224389', '864943042751624', NULL, '123456', '2023-10-22 14:48:18', '2023-10-22 14:48:18'),
(2284, 3302, 'Johir islam', '01312608114', NULL, NULL, 'dhaka', 'DM DHA 12-4039', 'Car', '2023-10-10', 'y', '2600', NULL, 1, 0, 0, NULL, '2025-10-01 00:00:00', 0, 1, 0, '2024-10-10', NULL, NULL, '01307155260', '359015560099413', NULL, '123456', '2023-10-22 14:51:11', '2023-10-22 14:51:11'),
(2285, 3303, 'SAFETY USER', '01816856309', NULL, NULL, 'dhaka', 'DM CHA 11-7720', 'Car', '2023-10-11', 'y', '2000', NULL, 1, 0, 0, NULL, '2025-10-01 00:00:00', 0, 1, 0, '2024-10-11', NULL, NULL, '01825481993', '359015560350253', NULL, '123456', '2023-10-22 14:55:13', '2023-10-22 14:55:13'),
(2286, 3304, 'Md. Shahalam', '01731318345', NULL, NULL, 'dhaka', 'DM KHA 14-0216', 'Car', '2023-10-11', 'y', '3600', NULL, 1, 0, 0, NULL, '2025-10-01 00:00:00', 0, 1, 0, '2024-10-11', NULL, NULL, '01307139605', '862292052558772', NULL, '123456', '2023-10-22 14:58:09', '2023-10-22 14:58:09'),
(2288, 3306, 'Arup', '01817115339', NULL, NULL, 'dhaka', 'DM ga 25-9488', 'Car', '2023-10-12', 'y', '4200', NULL, 1, 0, 0, NULL, '2025-10-01 00:00:00', 0, 1, 0, '2024-10-12', NULL, NULL, '01824610918', '864943042750493', NULL, '123456', '2023-10-22 15:04:04', '2023-10-22 15:04:04'),
(2289, 3307, 'Nasim', '01710694696', NULL, NULL, 'dhaka', 'DM ha 57-4865', 'Car', '2023-10-12', 'y', '3500', NULL, 1, 0, 0, NULL, '2025-10-01 00:00:00', 0, 1, 0, '2024-10-12', NULL, NULL, '01851405734', '864943042752267', NULL, '123456', '2023-10-22 15:06:16', '2023-10-22 15:06:16'),
(2290, 3308, 'Tamil Express', '01912121060', NULL, NULL, 'dhaka', 'DM la-28-8612', 'Car', '2023-10-12', 'y', '3500', NULL, 1, 0, 0, NULL, '2025-10-01 00:00:00', 0, 1, 0, '2024-10-12', NULL, NULL, '01837358628', '864943042750725', NULL, '123456', '2023-10-22 15:08:17', '2023-10-22 15:08:17'),
(2291, 3309, 'Monir', '01852058685', NULL, NULL, 'dhaka', 'DM ha 18-2088', 'Car', '2023-10-12', 'y', '6400', NULL, 1, 0, 0, NULL, '2025-10-01 00:00:00', 0, 1, 0, '2024-10-12', NULL, NULL, '01322555206', '864943042750931', NULL, '123456', '2023-10-22 15:11:51', '2023-10-22 15:11:51'),
(2292, 3310, 'Badon', '01308305734', NULL, NULL, 'dhaka', 'DM sylhet ta 11-0626', 'Car', '2023-10-13', 'y', '14000', NULL, 2, 0, 0, NULL, '2025-10-01 00:00:00', 0, 1, 0, '2024-10-13', NULL, NULL, '01862040774', '864943042751533', NULL, '123456', '2023-10-22 16:49:57', '2023-10-22 16:49:57'),
(2294, 3312, 'Shahin', '01774667720', NULL, NULL, 'dhaka', 'DM GA 34-2341', 'Car', '2023-10-14', 'y', '2950', NULL, 1, 0, 0, NULL, '2025-10-01 00:00:00', 0, 1, 0, '2024-10-14', NULL, NULL, '01835048997', '864943042750956', NULL, '123456', '2023-10-22 16:58:33', '2023-10-22 16:58:33'),
(2295, 3313, 'Alamin', '01732737744', NULL, NULL, 'dhaka', 'DM CHA 16-3541', 'Car', '2023-10-14', 'y', '2950', NULL, 1, 0, 0, NULL, '2025-10-01 00:00:00', 0, 1, 0, '2024-10-14', NULL, NULL, '01864637531', '864943042752226', NULL, '123456', '2023-10-22 17:00:22', '2023-10-22 17:00:22'),
(2296, 3314, 'Arman', '01734159957', NULL, NULL, 'dhaka', 'DM CHA 12-0951', 'Car', '2023-10-14', 'y', '2950', NULL, 1, 0, 0, NULL, '2025-10-01 00:00:00', 0, 1, 0, '2024-10-14', NULL, NULL, '01875241722', '864943042750550', NULL, '123456', '2023-10-22 17:02:09', '2023-10-22 17:02:09'),
(2297, 3315, 'Maish', '01857755962', NULL, NULL, 'dhaka', 'Fz 2023', 'Car', '2023-10-14', 'y', '2950', NULL, 1, 0, 0, NULL, '2025-10-01 00:00:00', 0, 1, 0, '2024-10-14', NULL, NULL, '01813889123', '864943042751970', NULL, '123456', '2023-10-22 17:04:30', '2023-10-22 17:04:30'),
(2298, 3316, 'Rajusha', '01819338038', NULL, NULL, 'dhaka', 'DM NA 19-6556', 'Car', '2023-10-14', 'y', '3200', NULL, 1, 0, 0, NULL, '2025-10-01 00:00:00', 0, 1, 0, '2024-10-14', NULL, NULL, '01862832257', '359015560350600', NULL, '123456', '2023-10-22 17:06:34', '2023-10-22 17:06:34'),
(2299, 3317, 'Jenat jahan', '01732983817', NULL, NULL, 'dhaka', 'DM GA 28-5193', 'Car', '2023-10-15', 'y', '3600', NULL, 1, 0, 0, NULL, '2025-10-01 00:00:00', 0, 1, 0, '2024-10-15', NULL, NULL, '01766685098', '359015560366598', NULL, '123456', '2023-10-22 17:08:25', '2023-10-22 17:08:25'),
(2300, 3318, 'Md.shohel', '01712240930', NULL, NULL, 'dhaka', 'DM NA 20-2387', 'Car', '2023-10-16', 'y', '2600', NULL, 1, 0, 0, NULL, '2025-10-01 00:00:00', 0, 1, 0, '2024-10-16', NULL, NULL, '01876989601', '359015560351228', NULL, '123456', '2023-10-22 17:10:19', '2023-10-22 17:10:19'),
(2301, 3319, 'Dipumia', '01710259503', NULL, NULL, 'dhaka', 'DM TA 18-5560', 'Car', '2023-10-16', 'y', '2600', NULL, 1, 0, 0, NULL, '2025-10-01 00:00:00', 0, 1, 0, '2024-10-16', NULL, NULL, '01881509670', '359015560349891', NULL, '123456', '2023-10-22 17:14:50', '2023-10-22 17:14:50'),
(2302, 3320, 'MD MUSHFIQUR RAHMAN', '01719306320', NULL, NULL, 'dhaka', 'Jhenaidah LA 13-0180', 'Car', '2023-10-18', 'y', '3200', NULL, 1, 0, 0, NULL, '2025-10-01 00:00:00', 0, 1, 0, '2024-10-18', NULL, NULL, '01307140873', '864943042751822', NULL, '123456', '2023-10-22 17:20:14', '2023-10-22 17:20:14'),
(2303, 3321, 'MD Rashed khan', '01611686450', NULL, NULL, 'dhaka', 'DM NA 12-3898', 'Car', '2023-10-18', 'y', '4200', NULL, 1, 0, 0, NULL, '2025-10-01 00:00:00', 0, 1, 0, '2024-10-18', NULL, NULL, '01785228124', '359015560366838', NULL, '123456', '2023-10-22 17:24:22', '2023-10-22 17:24:22'),
(2304, 3322, 'Monir Hossain', '01837204814', NULL, NULL, 'dhaka', 'DM GA 25-3572', NULL, '2023-10-18', 'y', '4200', NULL, 1, 0, 0, NULL, '2025-10-01 00:00:00', 0, 1, 0, '2024-10-18', NULL, NULL, '01306962656', '864943042750865', NULL, '123456', '2023-10-22 17:27:15', '2023-10-22 17:27:15'),
(2305, 3323, 'Rifat', '01308032342', NULL, NULL, 'dhaka', 'Lal Mia', 'Car', '2023-10-18', 'y', '3000', NULL, 1, 0, 0, NULL, '2025-10-01 00:00:00', 0, 1, 0, '2024-10-18', NULL, NULL, '01331080772', '359015560364825', NULL, '123456', '2023-10-22 17:29:17', '2023-10-22 17:29:17'),
(2306, 3324, 'Billal', '01912548444', NULL, NULL, 'dhaka', 'Mohona-2', 'Car', '2023-10-01', 'y', '3600', NULL, 1, 0, 0, NULL, '2025-10-01 00:00:00', 0, 1, 0, '2024-10-01', NULL, NULL, '01307112787', '359015560077401', NULL, '123456', '2023-10-23 13:50:33', '2023-10-23 13:50:33'),
(2307, 3325, 'Abdul Basit', '01312644433', NULL, NULL, 'dhaka', 'Abdul Basit', 'Car', '2023-10-19', 'y', '2600', NULL, 1, 0, 0, NULL, '2025-10-01 00:00:00', 0, 1, 0, '2024-10-19', NULL, NULL, '01719641234', '864943042751210', NULL, '123456', '2023-10-23 13:55:12', '2023-10-23 13:55:12'),
(2308, 3326, 'Mujahid', '01717466545', NULL, NULL, 'dhaka', 'Sunamganj HA 11-4258', 'Car', '2023-10-19', 'y', '2600', NULL, 1, 0, 0, NULL, '2025-10-01 00:00:00', 0, 1, 0, '2024-10-19', NULL, NULL, '01304124396', '864943042751046', NULL, '123456', '2023-10-23 13:58:11', '2023-10-23 13:58:11'),
(2309, 3327, 'Toybur', '01725810363', NULL, NULL, 'dhaka', 'Silet m na 11-0406', 'Car', '2023-10-19', 'y', '2600', NULL, 1, 0, 0, NULL, '2025-10-01 00:00:00', 0, 1, 0, '2024-10-19', NULL, NULL, '01304124528', '359015560365715', NULL, '123456', '2023-10-23 14:02:25', '2023-10-23 14:02:25'),
(2310, 3328, 'RANA', '01755589168', NULL, NULL, 'dhaka', 'DM GA 42-4713', 'Car', '2023-10-19', 'y', '4200', NULL, 1, 0, 0, NULL, '2025-10-01 00:00:00', 0, 1, 0, '2024-10-19', NULL, NULL, '01795939345', '864943042751830', NULL, '123456', '2023-10-23 14:04:31', '2023-10-23 14:04:31'),
(2311, 3329, 'Jasim', '01729998303', NULL, NULL, 'dhaka', 'DM GA 47-8170', 'Car', '2023-10-19', 'y', '3800', NULL, 1, 0, 0, NULL, '2025-10-01 00:00:00', 0, 1, 0, '2024-10-19', NULL, NULL, '01331465887', '359015560363082', NULL, '123456', '2023-10-23 14:06:25', '2023-10-23 14:06:25'),
(2312, 3330, 'Suman', '01711111761', NULL, NULL, 'dhaka', 'DM NA 21-0621', 'Car', '2023-10-20', 'y', '10400', NULL, 1, 0, 0, NULL, '2025-10-01 00:00:00', 0, 1, 0, '2024-10-20', NULL, NULL, '01795939323', '359015560363140', NULL, '123456', '2023-10-23 14:08:45', '2023-10-23 14:08:45'),
(2313, 3331, 'MD RAJIBUL ISLAM', '01710191448', NULL, NULL, 'dhaka', 'DM DA 11-8185', 'Car', '2023-10-20', 'y', '2600', NULL, 1, 0, 0, NULL, '2025-10-01 00:00:00', 0, 1, 0, '2024-10-20', NULL, NULL, '01718463941', '359015560366549', NULL, '123456', '2023-10-23 14:15:17', '2023-10-23 14:15:17'),
(2314, 3332, 'Maynul Islam opu', '01711515003', NULL, 'pac.tungipara@gmail.com', 'dhaka', 'DM CA 52-0254', 'Car', '2023-10-21', 'y', '4800', NULL, 2, 0, 0, NULL, '2025-10-01 00:00:00', 0, 1, 0, '2024-10-21', NULL, NULL, '01330108652', '359015560350352', NULL, '123456', '2023-10-23 14:21:40', '2023-10-23 14:21:40'),
(2315, 3333, 'Rayan Dewan', '01673638003', NULL, NULL, 'dhaka', 'DM BA 15-4659', 'Car', '2023-10-21', 'y', '2600', NULL, 1, 0, 0, NULL, '2025-10-01 00:00:00', 0, 1, 0, '2024-10-21', NULL, NULL, '01332710764', '359015560366119', NULL, '123456', '2023-10-23 14:23:43', '2023-10-23 14:23:43'),
(2316, 3334, 'Md. Abdul kaiuom', '01815046770', NULL, NULL, 'dhaka', 'DM NA 14-8948', 'Car', '2023-10-22', 'y', '3000', NULL, 1, 0, 0, NULL, '2025-10-01 00:00:00', 0, 1, 0, '2024-10-22', NULL, NULL, '01330609231', '359015560363942', NULL, '123456', '2023-10-23 14:26:36', '2023-10-23 14:26:36'),
(2317, 3335, 'Ranjit', '01911067572', NULL, NULL, 'dhaka', 'DM HA 65-1877', 'Car', '2023-10-22', 'y', '3000', NULL, 1, 0, 0, NULL, '2025-10-01 00:00:00', 0, 1, 0, '2024-10-22', NULL, NULL, '01316448628', '359015560363967', NULL, '123456', '2023-10-23 14:28:18', '2023-10-23 14:28:18'),
(2318, 3336, 'Kareem', '01676297690', NULL, NULL, 'dhaka', 'DM NA 15-6939', 'Car', '2023-10-23', 'y', '5600', NULL, 1, 0, 0, NULL, '2025-10-01 00:00:00', 0, 1, 0, '2024-10-23', NULL, NULL, '01716781621', '359015560365046', NULL, '123456', '2023-10-23 14:30:14', '2023-10-23 14:30:14'),
(2319, 3337, 'Omor faruk', '01916083727', NULL, NULL, 'dhaka', 'Gari 61-9078', 'Car', '2023-10-23', 'y', '3600', NULL, 1, 0, 0, NULL, '2025-10-01 00:00:00', 0, 1, 0, '2024-10-23', NULL, NULL, '01330609228', '359015560366705', NULL, '123456', '2023-10-23 14:32:53', '2023-10-23 14:32:53'),
(2320, 3338, 'Jahid Hassen Hemel', '01915149575', NULL, NULL, 'dhaka', 'Gari :30-1231', 'Car', '2023-10-23', 'y', '3600', NULL, 1, 0, 0, NULL, '2025-10-01 00:00:00', 0, 1, 0, '2024-10-23', NULL, NULL, '01304123768', '359015560366465', NULL, '123456', '2023-10-23 14:34:30', '2023-10-23 14:34:30'),
(2321, 3339, 'MD Shafiul Alam', '01856410041', NULL, 'therealdiab261@gmail.com', 'dhaka', 'DM GHA 15-5277', 'Car', '2023-10-23', 'y', '4000', NULL, 1, 0, 0, NULL, '2025-10-01 00:00:00', 0, 1, 0, '2024-10-23', NULL, NULL, '01316444543', '359015560350030', NULL, '123456', '2023-10-23 14:37:04', '2023-10-23 14:37:04'),
(2322, 3340, 'Ataur Rahman', '01711070054', NULL, 'ataur54@mygpsbd.net', 'dhaka', 'DM CHA 11-8048', 'Car', '2015-01-20', 'y', '12600', NULL, 2, 0, 0, NULL, '2025-01-01 00:00:00', 0, 1, 0, '2024-01-20', NULL, NULL, '01877933408', '359015560001385', NULL, '123456', '2023-10-23 14:47:33', '2023-10-23 14:47:34'),
(2323, 3341, 'MD. Jahid', '01725472180', NULL, 'jahid11@mygpsbd.net', 'Tangail', 'Tangail LA 13-3866', NULL, '2022-01-01', 'm', '0', NULL, 1, 0, 0, NULL, '2023-12-01 00:00:00', 0, 0, 0, '2022-01-02', NULL, NULL, NULL, '2500000256', NULL, '123456', '2023-10-31 11:26:03', '2023-10-31 11:26:03'),
(2324, 3342, 'Maidul', '01859202018', NULL, NULL, 'Dhaka', 'CM CHA 51-1200', NULL, '0022-01-02', 'm', '0', NULL, 1, 0, 0, NULL, '2023-12-01 00:00:00', 0, 0, 0, '2022-01-02', NULL, NULL, NULL, '2500000606', NULL, '123456', '2023-10-31 14:06:29', '2023-10-31 14:06:29'),
(2325, 3343, 'Babu', '01967617400', NULL, NULL, 'Dhaka', 'DM GHA 14-0156', NULL, '0001-01-01', 'm', '0', NULL, 1, 0, 0, NULL, '2023-12-01 00:00:00', 0, 0, 0, '0001-01-01', NULL, NULL, NULL, '2500000788', NULL, '123456', '2023-10-31 14:08:33', '2023-10-31 14:09:45'),
(2326, 3344, 'Sayed Anisur Rahman', '01716642759', NULL, NULL, 'Dhaka', 'DM LA 55-2768', NULL, '0001-01-01', NULL, '0', NULL, 1, 0, 0, NULL, '2023-12-01 00:00:00', 0, 0, 0, '0001-01-01', NULL, NULL, NULL, '2500000860', NULL, '123456', '2023-10-31 14:10:37', '2023-10-31 14:11:49'),
(2327, 3345, 'Alamin', '01311465802', NULL, 'alamin02@mygpsbd.net', 'Dhaka', 'Ship-Rita', NULL, '0001-01-01', 'm', '0', NULL, 1, 0, 0, NULL, '2023-12-01 00:00:00', 0, 0, 0, '0001-01-01', NULL, NULL, NULL, '2500000873', NULL, '123456', '2023-10-31 14:14:07', '2023-10-31 14:15:25'),
(2328, 3346, 'Mozibur Rahman', '01714011901', NULL, 'moziburrahman@mygpsbd.net', 'Dhaka', 'DM GHA 15-3789', NULL, '2023-10-03', 'm', '0', NULL, 1, 0, 0, NULL, '2023-11-01 00:00:00', 0, 0, 0, '2023-10-04', NULL, NULL, NULL, '2500000935', NULL, '123456', '2023-10-31 14:18:57', '2023-10-31 14:18:57'),
(2329, 3347, 'Dr. Mujibur', '01710922762', NULL, 'drmujibor@mygpsbd.net', 'Dhaka', 'DM GA 28-4423', NULL, '2023-01-10', 'm', '0', NULL, 1, 0, 0, NULL, '2023-12-01 00:00:00', 0, 0, 0, '2023-02-10', NULL, NULL, NULL, '2500000855', NULL, '123456', '2023-10-31 14:22:35', '2023-10-31 14:22:35'),
(2330, 3348, 'Dr. forhad', '01790445599', NULL, 'forhad99@mygpsbd.net', 'Dhaka', 'Mishuk 4455', NULL, '2023-10-01', NULL, '0', NULL, 1, 0, 0, NULL, '2023-12-01 00:00:00', 0, 1, 0, '2023-11-01', NULL, NULL, NULL, '867019050273921', NULL, '123456', '2023-10-31 14:24:16', '2023-10-31 14:24:16'),
(2332, 3350, 'Md. Jamal Uddin', '01715150149', NULL, NULL, 'Dhaka', 'DM GA 28-6097', NULL, '2023-02-01', 'm', '0', NULL, 1, 0, 0, NULL, '2023-12-01 00:00:00', 0, 0, 0, '2023-03-01', NULL, NULL, NULL, '353701093123384', NULL, '123456', '2023-10-31 15:33:23', '2023-10-31 15:33:23'),
(2333, 3351, 'Alamin', '01707132226', NULL, 'alamin26@mygpsbd.net', 'Dhaka', 'DM NA 20-2711', NULL, '2023-01-01', 'm', '0', NULL, 1, 0, 0, NULL, '2023-12-01 00:00:00', 0, 0, 0, '2023-01-01', NULL, NULL, NULL, '2500000099', NULL, '123456', '2023-10-31 15:35:24', '2023-10-31 15:35:24'),
(2334, 3352, 'Dr. Alom', '01818252898', NULL, 'alom@mygpsbd.net', 'Dhaka', 'CM GA 13-7573', NULL, '2023-02-03', 'm', '0', NULL, 1, 0, 0, NULL, '2023-12-01 00:00:00', 0, 0, 0, '2023-03-04', NULL, NULL, NULL, '358657100893994', NULL, '123456', '2023-10-31 15:58:47', '2023-10-31 15:58:47'),
(2336, 3354, 'Arafat ali', '01303248448', NULL, NULL, 'Dhaka', 'DM LA 20-5328', NULL, '2022-02-01', 'm', '0', NULL, 1, 0, 0, NULL, '2023-12-01 00:00:00', 0, 0, 0, '2022-03-01', NULL, NULL, NULL, '2500001547', NULL, '123456', '2023-10-31 16:02:33', '2023-10-31 16:02:33'),
(2337, 3355, 'Ataur', '01711968405', NULL, 'ataur05@mygpsbd.net', 'Dhaka', 'DM GHA 18-7704', NULL, '2022-01-02', 'm', '0', NULL, 1, 0, 0, NULL, '2023-12-01 00:00:00', 0, 0, 0, '2022-02-02', NULL, NULL, '0', '353701091042420', NULL, '123456', '2023-10-31 16:04:14', '2023-10-31 16:04:15'),
(2338, 3356, 'Ali Hossain Sikder', '01867767351', NULL, 'alihossain@mygpsbd.net', 'Dhaka', 'DM TA 15-7263', NULL, '0202-01-02', 'm', '0', NULL, 1, 0, 0, NULL, '2023-12-01 00:00:00', 0, 0, 0, '0202-02-01', NULL, NULL, NULL, '353701092969373', NULL, '123456', '2023-10-31 16:05:32', '2023-10-31 16:07:43'),
(2339, 3357, 'Anwar', '01715742196', NULL, 'alihossain@mygpsbd.net', 'Dhaka', '21195 (Ship)', NULL, '0202-01-02', NULL, '0', NULL, 1, 0, 0, NULL, '2023-12-01 00:00:00', 0, 0, 0, '0202-02-01', NULL, NULL, NULL, '358657101014327', NULL, '123456', '2023-10-31 16:06:42', '2023-10-31 16:08:47'),
(2340, 3358, 'Novin', '01731767682', NULL, NULL, 'Dhaka', 'CM CHA 71-0324', NULL, '2023-03-01', 'm', '0', NULL, 1, 0, 0, NULL, '2023-12-01 00:00:00', 0, 0, 0, '2023-04-01', NULL, NULL, NULL, '351969560389471', NULL, '123456', '2023-10-31 16:12:03', '2023-10-31 16:12:03'),
(2341, 3359, 'Fahim Alom Chowdhury', '01915024484', NULL, 'fahim84@mygpsbd.com', 'Dhaka', 'Tafe241', NULL, '2022-06-06', 'm', '0', NULL, 1, 0, 0, NULL, '2023-12-01 00:00:00', 0, 0, 0, '2022-04-06', NULL, NULL, NULL, '9172481881', NULL, '123456', '2023-10-31 16:14:23', '2023-10-31 16:14:23'),
(2342, 3360, 'SK Mahedi', '01911060580', NULL, 'hatmahedi@gmail.com', 'Dhaka', 'DM GHA 17-0245', NULL, '2022-06-13', 'y', '0', NULL, 1, 0, 0, NULL, '2029-06-01 00:00:00', 0, 0, 0, '2023-06-13', NULL, NULL, NULL, '351969560201262', NULL, '123456', '2023-10-31 16:16:11', '2023-10-31 16:16:11'),
(2343, 3361, 'Md.Ataur Rahman', '01913300979', NULL, 'ataur79@mygpsbd.net', 'Dhaka', 'DM NA 17-5143', NULL, '2022-06-13', NULL, '0', NULL, 1, 0, 0, NULL, '2023-12-01 00:00:00', 0, 0, 0, '2023-06-13', NULL, NULL, NULL, '351608082352555', NULL, '123456', '2023-10-31 16:18:40', '2023-10-31 16:18:40'),
(2344, 3362, 'Isa Aziz', '01723909134', NULL, 'aziz34@mygpsbd.net', 'Dhaka', 'DM-GA 15-7182', NULL, '2022-04-14', 'm', '0', NULL, 1, 0, 0, NULL, '2023-12-01 00:00:00', 0, 0, 0, '2022-04-14', NULL, NULL, NULL, '9171469375', NULL, '123456', '2023-10-31 16:26:29', '2023-10-31 16:26:29'),
(2345, 3363, 'Mir Alauddin Bappy', '01711207150', NULL, NULL, 'Dhaka', 'DM GA 26-8256', NULL, '2022-05-31', 'm', '0', NULL, 1, 0, 0, NULL, '2023-12-01 00:00:00', 0, 0, 0, '2022-06-30', NULL, NULL, NULL, '9172489846', NULL, '123456', '2023-10-31 16:29:09', '2023-10-31 16:29:09'),
(2346, 3364, 'Captain Kaikobad', '01716604931', NULL, 'jahid.dhakabd@gmail.com', 'Dhaka', 'DM BA 11-7376', NULL, '2022-08-23', NULL, '0', NULL, 1, 0, 0, NULL, '2023-12-01 00:00:00', 0, 0, 0, '2023-09-23', NULL, NULL, NULL, '354778341513623', NULL, '123456', '2023-10-31 16:39:36', '2023-10-31 16:40:32'),
(2347, 3365, 'Faysal Ahmmed', '01677345660', NULL, 'ftc.uzzal@gmail.com', 'Dhaka', 'Komatsu WA -200', NULL, '2023-08-23', 'm', '0', NULL, 1, 0, 0, NULL, '2023-12-01 00:00:00', 0, 0, 0, '2023-09-23', NULL, NULL, NULL, '351969560200207', NULL, '123456', '2023-10-31 16:43:53', '2023-10-31 16:43:53'),
(2348, 3366, 'mkfashion28', '01671826193', NULL, 'mkfashion28@gmail.com', 'Dhaka', 'DM GA 37-4470', NULL, '2022-06-19', 'm', '0', NULL, 1, 0, 0, NULL, '2023-12-01 00:00:00', 0, 0, 0, '2023-06-19', NULL, NULL, NULL, '351969560199490', NULL, '123456', '2023-10-31 16:48:47', '2023-10-31 16:48:47'),
(2349, 3367, 'Shahin', '01789126130', NULL, NULL, 'Dhaka', 'Rajbari TA 11-0062', NULL, '2022-06-19', NULL, '0', NULL, 1, 0, 0, NULL, '2023-12-01 00:00:00', 0, 0, 0, '2023-06-19', NULL, NULL, NULL, '351969560201304', NULL, '123456', '2023-10-31 16:53:57', '2023-10-31 16:53:57'),
(2350, 3368, 'Morshed Miraj', '01817002333', NULL, 'hmmiraj@gmail.com', 'Dhaka', 'DM GA 15-9833', NULL, '2022-06-27', 'm', '0', NULL, 1, 0, 0, NULL, '2023-12-01 00:00:00', 0, 0, 0, '2022-07-27', NULL, NULL, NULL, '351969560201296', NULL, '123456', '2023-10-31 16:56:15', '2023-10-31 16:56:15'),
(2351, 3369, 'Md. Mostofa', '01711100264', NULL, 'mostofa.html@gmail.com', 'Dhaka', NULL, NULL, '2022-07-12', 'm', '0', NULL, 1, 0, 0, NULL, '2023-12-01 00:00:00', 0, 0, 0, '2023-08-12', NULL, NULL, NULL, '9172342926', NULL, '123456', '2023-10-31 16:58:47', '2023-10-31 16:58:47'),
(2352, 3370, 'Shamim Islam', '01977107608', NULL, 'shamim08@mygpsbd.net', 'Dhaka', 'DM NA 18-8580', NULL, '2022-01-01', NULL, '0', NULL, 1, 0, 0, NULL, '2023-12-01 00:00:00', 0, 0, 0, '2022-02-01', NULL, NULL, NULL, '9171450004', NULL, '123456', '2023-10-31 17:01:24', '2023-10-31 17:01:24'),
(2353, 3371, 'Shahin Alom', '01632470615', NULL, 'shahin@mygpsbd.net', 'Dhaka', 'DM NA 18-2178', NULL, '2022-01-01', 'm', '0', NULL, 1, 0, 0, NULL, '2023-12-01 00:00:00', 0, 0, 0, '2022-02-01', NULL, NULL, NULL, '353701093594212', NULL, '123456', '2023-10-31 17:06:24', '2023-10-31 17:06:24'),
(2354, 3372, 'Md. Safwan', '01817286397', NULL, 'safwan35@mygpsbd.net', 'Dhaka', 'DM GA 33-4830', NULL, '2022-01-02', 'm', '0', NULL, 1, 0, 0, NULL, '2023-12-01 00:00:00', 0, 0, 0, '2022-02-01', NULL, NULL, NULL, '2500001624', NULL, '123456', '2023-10-31 17:08:46', '2023-10-31 17:08:46'),
(2355, 3373, 'Shibbir Ahmed', '01772428799', NULL, 'shibbir@mygpsbd.net', 'Dhaka', 'shibbir', NULL, '2022-02-02', NULL, '0', NULL, 1, 0, 0, NULL, '2023-12-01 00:00:00', 0, 0, 0, '2022-03-02', NULL, NULL, NULL, '2500001737', NULL, '123456', '2023-10-31 17:10:55', '2023-10-31 17:10:55'),
(2356, 3374, 'Alauddin khan', '01611011185', NULL, NULL, 'Dhaka', 'NOAKHALI JA 11-0032', NULL, '2022-02-02', 'm', '0', NULL, 1, 0, 0, NULL, '2023-12-01 00:00:00', 0, 0, 0, '2022-03-02', NULL, NULL, NULL, '2500002676', NULL, '123456', '2023-10-31 17:13:31', '2023-10-31 17:13:31'),
(2357, 3375, 'Faisal', '01924758812', NULL, NULL, 'Dhaka', 'DM NA 13-0674', NULL, '2022-02-02', 'm', '0', NULL, 1, 0, 0, NULL, '2023-12-01 00:00:00', 0, 0, 0, '2022-03-02', NULL, NULL, NULL, '2500002713', NULL, '123456', '2023-10-31 17:14:42', '2023-10-31 17:14:42'),
(2358, 3376, 'Akas', '01724660825', NULL, NULL, 'Dhaka', 'DM-GA 22-4840', NULL, '2022-02-02', 'm', '0', NULL, 1, 0, 0, NULL, '2023-12-01 00:00:00', 0, 0, 0, '2022-03-02', NULL, NULL, NULL, '6028048315', NULL, '123456', '2023-10-31 17:16:00', '2023-10-31 17:16:01'),
(2359, 3377, 'Kamruzzaman', '01944455392', NULL, NULL, 'Dhaka', 'DM TA 15-2859', NULL, '2022-02-02', 'm', '0', NULL, 1, 0, 0, NULL, '2023-12-01 00:00:00', 0, 0, 0, '2022-03-02', NULL, NULL, NULL, '6170979345', NULL, '123456', '2023-10-31 17:17:03', '2023-10-31 17:17:03'),
(2360, 3378, 'Alamin', '01688677508', NULL, NULL, 'Dhaka', 'DM CHA 51-5666', NULL, '2023-02-02', 'm', '0', NULL, 1, 0, 0, NULL, '2023-12-01 00:00:00', 0, 0, 0, '2023-03-02', NULL, NULL, NULL, '6170979421', NULL, '123456', '2023-10-31 17:25:28', '2023-10-31 17:25:28'),
(2361, 3379, 'ROMAN', '01792546773', NULL, NULL, 'Dhaka', 'DM GA 17-1351', NULL, '2022-02-02', NULL, '0', NULL, 1, 0, 0, NULL, '2023-12-01 00:00:00', 0, 0, 0, '2022-02-02', NULL, NULL, NULL, '7801049292', NULL, '123456', '2023-10-31 17:34:18', '2023-10-31 17:34:18'),
(2362, 3380, 'Noyon', '01712562306', NULL, NULL, 'Dhaka', 'DM CHA 19-5077', NULL, '2022-01-01', 'm', '0', NULL, 1, 0, 0, NULL, '2023-12-01 00:00:00', 0, 0, 0, '2022-02-01', NULL, NULL, NULL, '9170527768', NULL, '123456', '2023-10-31 17:35:35', '2023-10-31 17:35:35'),
(2363, 3381, 'Moinul Islam', '01795555885', NULL, NULL, 'Dhaka', 'TA 11-6557', NULL, '2022-01-01', 'm', '0', NULL, 1, 0, 0, NULL, '2023-12-01 00:00:00', 0, 0, 0, '2022-02-01', NULL, NULL, NULL, '9170541453', NULL, '123456', '2023-10-31 17:36:58', '2023-10-31 17:36:58'),
(2364, 3382, 'Sudhir Das', '01689921672', NULL, NULL, 'Dhaka', 'CM THA 13-0529', NULL, '2022-01-02', 'm', '0', NULL, 1, 0, 0, NULL, '2023-12-01 00:00:00', 0, 0, 0, '2022-02-02', NULL, NULL, NULL, '9170824416', NULL, '123456', '2023-10-31 17:38:58', '2023-10-31 17:38:58'),
(2365, 3383, 'Sha Alom Monir', '01812070000', NULL, NULL, 'Dhaka', 'LM570', NULL, '2022-01-02', 'm', '0', NULL, 1, 0, 0, NULL, '2023-12-01 00:00:00', 0, 0, 0, '2022-02-02', NULL, NULL, NULL, '9170850296', NULL, '123456', '2023-10-31 17:41:54', '2023-10-31 17:41:54'),
(2366, 3384, 'Borun', '01841643075', NULL, NULL, 'Dhaka', 'DM HO 42-2868', NULL, '0022-01-22', 'm', '0', NULL, 1, 0, 0, NULL, '2023-12-01 00:00:00', 0, 0, 0, '2022-02-02', NULL, NULL, NULL, '9170850298', NULL, '123456', '2023-10-31 17:43:16', '2023-10-31 17:43:16'),
(2367, 3385, 'Md. Sabbir Hossain', '01798585960', NULL, NULL, 'Dhaka', 'Tangail LA 12-2711', NULL, '2022-02-02', NULL, '0', NULL, 1, 0, 0, NULL, '2024-01-01 00:00:00', 0, 0, 0, '2022-03-02', NULL, NULL, NULL, '9170850317', NULL, '123456', '2023-11-01 11:04:58', '2023-11-01 11:04:58'),
(2368, 3386, 'Asif Masud', '01717058372', NULL, NULL, 'Dhaka', 'DM LA 46-3574', NULL, '2022-02-02', 'm', '0', NULL, 1, 0, 0, NULL, '2024-01-01 00:00:00', 0, 0, 0, '2022-03-02', NULL, NULL, NULL, '9170850626', NULL, '123456', '2023-11-01 11:06:33', '2023-11-01 11:06:33'),
(2369, 3387, 'Nur Alam', '01739215973', NULL, NULL, 'Dhaka', '921', NULL, '2022-02-05', 'm', '0', NULL, 1, 0, 0, NULL, '2024-01-01 00:00:00', 0, 0, 0, '2022-03-02', NULL, NULL, NULL, '9170850652', NULL, '123456', '2023-11-01 11:07:49', '2023-11-01 11:07:50'),
(2370, 3388, 'Shourav', '01715783861', NULL, NULL, 'Dhaka', 'DM GA 39-9157', NULL, '2022-02-02', 'm', '0', NULL, 1, 0, 0, NULL, '2024-01-01 00:00:00', 0, 0, 0, '2022-03-02', NULL, NULL, NULL, '9170850688', NULL, '123456', '2023-11-01 11:09:20', '2023-11-01 11:09:20'),
(2372, 3390, 'Yusuf Malibag', '01924610051', NULL, NULL, 'Dhaka', 'Rajbari LA 11-3417', NULL, '2022-02-02', 'm', '0', NULL, 1, 0, 0, NULL, '2024-01-01 00:00:00', 0, 0, 0, '2022-03-02', NULL, NULL, NULL, '9170851651', NULL, '123456', '2023-11-01 11:11:46', '2023-11-01 11:11:46'),
(2373, 3391, 'Rasel', '01722031051', NULL, NULL, 'Dhaka', 'DM GA 17-9670', NULL, '2022-02-02', 'm', '0', NULL, 1, 0, 0, NULL, '2024-01-01 00:00:00', 0, 0, 0, '2022-03-02', NULL, NULL, NULL, '9170851851', NULL, '123456', '2023-11-01 11:13:39', '2023-11-01 11:13:39'),
(2374, 3392, 'Gold King', '01885997676', NULL, NULL, 'Dhaka', 'DM HA 42-9259', NULL, '2022-02-02', NULL, '0', NULL, 1, 0, 0, NULL, '2024-01-01 00:00:00', 0, 0, 0, '2022-03-02', NULL, NULL, NULL, '9170995205', NULL, '123456', '2023-11-01 11:52:46', '2023-11-01 11:52:46'),
(2375, 3393, 'Md. Shamrat', '01314437030', NULL, NULL, 'Dhaka', 'DM GA 36-0006', NULL, '2022-01-01', 'm', '0', NULL, 1, 0, 0, NULL, '2024-01-01 00:00:00', 0, 0, 0, '2022-02-01', NULL, NULL, NULL, '9171023386', NULL, '123456', '2023-11-01 11:55:17', '2023-11-01 11:55:17'),
(2376, 3394, 'Nazame Islam', '01977366566', NULL, NULL, 'Dhaka', 'DM GA 11-8275', NULL, '2022-01-01', 'm', '0', NULL, 1, 0, 0, NULL, '2024-01-01 00:00:00', 0, 0, 0, '2022-01-01', NULL, NULL, '0', '9171040001', NULL, '123456', '2023-11-01 11:56:25', '2023-11-01 11:56:25'),
(2377, 3395, 'Md. Faridul Islam', '01742921551', NULL, NULL, 'Dhaka', 'AUTO-1', NULL, '2022-01-02', 'm', '0', NULL, 1, 0, 0, NULL, '2024-01-01 00:00:00', 0, 0, 0, '2022-01-02', NULL, NULL, NULL, '9171040052', NULL, '123456', '2023-11-01 12:47:43', '2023-11-01 12:47:43'),
(2378, 3396, 'Md. Moniruzzaman', '01938835957', NULL, NULL, 'Dhaka', 'DM GA 17-4092', NULL, '2022-01-02', NULL, '0', NULL, 1, 0, 0, NULL, '2024-01-01 00:00:00', 0, 0, 0, '2022-02-02', NULL, NULL, NULL, '9171040919', NULL, '123456', '2023-11-01 12:50:26', '2023-11-01 12:50:26'),
(2379, 3397, 'Bellal', '01712114566', NULL, NULL, 'Dhaka', 'DM GA 26-1049', NULL, '2022-02-02', 'm', '0', NULL, 1, 0, 0, NULL, '2024-01-01 00:00:00', 0, 0, 0, '2022-02-02', NULL, NULL, NULL, '9171192367', NULL, '123456', '2023-11-01 13:19:13', '2023-11-01 13:19:13'),
(2380, 3398, 'Monsurull Haque', '01818170866', NULL, NULL, 'Dhaka', 'DM TA 11-3527', NULL, '2022-02-02', 'm', '0', NULL, 1, 0, 0, NULL, '2024-01-01 00:00:00', 0, 0, 0, '2022-02-02', NULL, NULL, NULL, '9171218863', NULL, '123456', '2023-11-01 13:20:24', '2023-11-01 13:20:24'),
(2381, 3399, 'Md. Azom', '01950107528', NULL, NULL, 'Dhaka', 'CM SHA 11-2075', NULL, '2022-02-02', NULL, '0', NULL, 1, 0, 0, NULL, '2024-01-01 00:00:00', 0, 0, 0, '2022-02-02', NULL, NULL, NULL, '9171218886', NULL, '123456', '2023-11-01 13:21:35', '2023-11-01 13:21:35'),
(2382, 3400, 'Saif', '01779909931', NULL, NULL, 'Dhaka', 'DM NA 20-3821', NULL, '2022-02-02', NULL, '0', NULL, 1, 0, 0, NULL, '2024-01-01 00:00:00', 0, 0, 0, '2022-02-02', NULL, NULL, NULL, '9171248919', NULL, '123456', '2023-11-01 13:23:09', '2023-11-01 13:23:09'),
(2383, 3401, 'Md Anis', '01712938957', NULL, NULL, 'Dhaka', 'DM SHA 00-0640', NULL, '2022-02-02', 'm', '0', NULL, 1, 0, 0, NULL, '2024-01-01 00:00:00', 0, 0, 0, '2022-02-02', NULL, NULL, NULL, '9171437812', NULL, '123456', '2023-11-01 13:24:15', '2023-11-01 13:24:15'),
(2384, 3402, 'Joy Hasan', '01720117201', NULL, NULL, 'Dhaka', 'DM GA 26-2710', NULL, '2022-02-02', 'm', NULL, NULL, 1, 0, 0, NULL, '2024-01-01 00:00:00', 0, 0, 0, '2022-02-02', NULL, NULL, NULL, '9171437918', NULL, '123456', '2023-11-01 13:25:17', '2023-11-01 13:25:17'),
(2385, 3403, 'Monir', '01711632408', NULL, NULL, 'Dhaka', 'MONIR vai', NULL, '0002-02-02', NULL, NULL, NULL, 1, 0, 0, NULL, '2024-01-01 00:00:00', 0, 0, 0, '2022-02-02', NULL, NULL, NULL, '9171449184', NULL, '123456', '2023-11-01 13:26:14', '2023-11-01 13:26:14'),
(2386, 3404, 'Rifath Sayeed', '01713424137', NULL, NULL, 'Dhaka', 'DM GA14-7207', NULL, '2022-02-02', 'm', NULL, NULL, 1, 0, 0, NULL, '2024-01-01 00:00:00', 0, 0, 0, '2022-02-02', NULL, NULL, NULL, '9171449511', NULL, '123456', '2023-11-01 13:27:11', '2023-11-01 13:27:11'),
(2387, 3405, 'Sagor', '01626098403', NULL, NULL, 'Dhaka', 'DM NA 170783', NULL, '2022-02-02', NULL, NULL, NULL, 1, 0, 0, NULL, '2024-01-01 00:00:00', 0, 0, 0, '2022-02-02', NULL, NULL, NULL, '9171449516', NULL, '123456', '2023-11-01 13:39:01', '2023-11-01 13:39:01'),
(2388, 3406, 'Arif', '01888720095', NULL, NULL, 'Dhaka', 'DM GA 42-1897', NULL, '2022-02-02', NULL, NULL, NULL, 1, 0, 0, NULL, '2024-01-01 00:00:00', 0, 0, 0, '2022-02-02', NULL, NULL, NULL, '9171449519', NULL, '123456', '2023-11-01 13:41:19', '2023-11-01 13:41:19'),
(2389, 3407, 'Zahidul', '01925158283', NULL, NULL, 'Dhaka', 'DM GA 28-9179', NULL, '2022-02-02', NULL, NULL, NULL, 1, 0, 0, NULL, '2024-01-01 00:00:00', 0, 0, 0, '2022-02-02', NULL, NULL, NULL, '9171449528', NULL, '123456', '2023-11-01 14:54:16', '2023-11-01 14:54:16'),
(2390, 3408, 'Ummat ALI', '01721656262', NULL, NULL, 'Dhaka', 'DM TA 13-6175', NULL, '2022-02-02', NULL, NULL, NULL, 1, 0, 0, NULL, '2024-01-01 00:00:00', 0, 0, 0, '2022-02-02', NULL, NULL, NULL, '9171449677', NULL, '123456', '2023-11-01 15:03:16', '2023-11-01 15:03:16'),
(2391, 3409, 'Shahin', '01819252491', NULL, NULL, 'Dhaka', 'DM NA 13-1353', NULL, '2022-02-02', 'm', NULL, NULL, 1, 0, 0, NULL, '2024-01-01 00:00:00', 0, 0, 0, '2022-02-02', NULL, NULL, NULL, '9171449802', NULL, '123456', '2023-11-01 15:04:41', '2023-11-01 15:04:41'),
(2392, 3410, 'Shemanta', '01816801259', NULL, NULL, 'Dhaka', 'CM GA 13-9357', NULL, '2022-02-02', NULL, NULL, NULL, 1, 0, 0, NULL, '2024-01-01 00:00:00', 0, 0, 0, '2022-02-02', NULL, NULL, NULL, '9171449921', NULL, '123456', '2023-11-01 15:07:04', '2023-11-01 15:07:04'),
(2393, 3411, 'SM Maniruzzan', '01715239290', NULL, NULL, 'Dhaka', 'DM GA 37-1793', NULL, '0022-02-02', NULL, NULL, NULL, 1, 0, 0, NULL, '2024-01-01 00:00:00', 0, 0, 0, '2022-02-02', NULL, NULL, NULL, '9171450306', NULL, '123456', '2023-11-01 15:09:19', '2023-11-01 15:09:19'),
(2394, 3412, 'Badsha Bulbul', '01626243108', NULL, NULL, 'Dhaka', 'DM NA 13-1834', NULL, '2022-02-02', NULL, NULL, NULL, 1, 0, 0, NULL, '2024-01-01 00:00:00', 0, 0, 0, '2022-02-02', NULL, NULL, NULL, '9171450842', NULL, '123456', '2023-11-01 15:10:24', '2023-11-01 15:10:25'),
(2395, 3413, 'Faisal', '01879378900', NULL, NULL, 'Dhaka', 'DM GA 33-1834', NULL, '2022-02-02', NULL, NULL, NULL, 1, 0, 0, NULL, '2024-01-01 00:00:00', 0, 0, 0, '2022-02-02', NULL, NULL, NULL, '9171451754', NULL, '123456', '2023-11-01 15:11:22', '2023-11-01 15:11:22'),
(2396, 3414, 'Elias Kanchan', '01769207018', NULL, NULL, 'Dhaka', 'Vehno: 06-0475', NULL, '2022-02-02', NULL, NULL, NULL, 1, 0, 0, NULL, '2024-01-01 00:00:00', 0, 0, 0, '2022-02-02', NULL, NULL, NULL, '9171474935', NULL, '123456', '2023-11-01 15:12:57', '2023-11-01 15:12:57'),
(2397, 3415, 'Alauddin khan', '01612684676', NULL, NULL, 'Dhaka', 'DM LA 47-3673', NULL, '2022-02-02', NULL, NULL, NULL, 1, 0, 0, NULL, '2024-01-01 00:00:00', 0, 0, 0, '2022-02-02', NULL, NULL, NULL, '9171491492', NULL, '123456', '2023-11-01 15:15:36', '2023-11-01 15:15:36'),
(2398, 3416, 'Tanvir shyod bappy', '01712226037', NULL, NULL, 'Dhaka', 'CM CHA 11-8598', NULL, '2022-02-02', NULL, NULL, NULL, 1, 0, 0, NULL, '2024-01-01 00:00:00', 0, 0, 0, '2022-02-02', NULL, NULL, NULL, '9171491494', NULL, '123456', '2023-11-01 15:17:09', '2023-11-01 15:17:09'),
(2399, 3417, 'Shoun', '01799186403', NULL, NULL, 'Dhaka', 'DM GA 43-9082', NULL, '2022-02-02', NULL, NULL, NULL, 1, 0, 0, NULL, '2024-01-01 00:00:00', 0, 0, 0, '2022-02-02', NULL, NULL, NULL, '9171491811', NULL, '123456', '2023-11-01 15:18:29', '2023-11-01 15:18:29'),
(2400, 3418, 'Akash', '01906861117', NULL, NULL, 'Dhaka', 'test10', NULL, '2022-02-02', NULL, NULL, NULL, 1, 0, 0, NULL, '2024-01-01 00:00:00', 0, 0, 0, '2022-02-02', NULL, NULL, NULL, '9171535548', NULL, '123456', '2023-11-01 15:24:47', '2023-11-01 15:24:47'),
(2401, 3419, 'Nazmul', '01718527108', NULL, NULL, 'Dhaka', 'DM CHA 15-5550', NULL, '2022-02-02', NULL, NULL, NULL, 1, 0, 0, NULL, '2024-01-01 00:00:00', 0, 0, 0, '2022-02-02', NULL, NULL, NULL, '9171535619', NULL, '123456', '2023-11-01 15:26:52', '2023-11-01 15:26:52'),
(2402, 3420, 'Rajib', '01318742290', NULL, NULL, 'Dhaka', 'DM-LA 22-1267', NULL, '2022-02-02', NULL, NULL, NULL, 1, 0, 0, NULL, '2024-01-01 00:00:00', 0, 0, 0, '2022-02-02', NULL, NULL, NULL, '9171535629', NULL, '123456', '2023-11-01 15:27:48', '2023-11-01 15:27:48'),
(2403, 3421, 'kawsar Ahmed', '01750019777', NULL, NULL, 'Dhaka', 'DM GA 28-5786', NULL, '2022-02-02', NULL, NULL, NULL, 1, 0, 0, NULL, '2024-01-01 00:00:00', 0, 0, 0, '2022-02-02', NULL, NULL, NULL, '9171535644', NULL, '123456', '2023-11-01 15:28:37', '2023-11-01 15:28:37'),
(2404, 3422, 'Shirajul', '01737218001', NULL, NULL, 'Dhaka', 'On test', NULL, '2022-02-02', NULL, NULL, NULL, 1, 0, 0, NULL, '2024-01-01 00:00:00', 0, 0, 0, '2022-02-02', NULL, NULL, NULL, '9171541177', NULL, '123456', '2023-11-01 15:29:29', '2023-11-01 15:29:30'),
(2405, 3423, 'Akter Hossain', '01711393473', NULL, NULL, 'Dhaka', 'DM GA 42-6507', NULL, '2022-02-02', NULL, NULL, NULL, 1, 0, 0, NULL, '2024-01-01 00:00:00', 0, 0, 0, '2020-02-02', NULL, NULL, NULL, '9171574525', NULL, '123456', '2023-11-01 15:30:41', '2023-11-01 15:30:41'),
(2406, 3424, 'Mustafa', '01866066602', NULL, NULL, 'Dhaka', 'DM GA 45-2926', NULL, '2022-02-02', NULL, NULL, NULL, 1, 0, 0, NULL, '2024-01-01 00:00:00', 0, 0, 0, '2022-02-02', NULL, NULL, NULL, '9171623654', NULL, '123456', '2023-11-01 15:32:40', '2023-11-01 15:32:40'),
(2407, 3425, 'Khurshed Alom', '01729220055', NULL, NULL, 'Tangail', 'TRH200-0213427', NULL, '2022-02-02', NULL, NULL, NULL, 1, 0, 0, NULL, '2024-01-01 00:00:00', 0, 0, 0, '2022-02-02', NULL, NULL, NULL, '9171628961', NULL, '123456', '2023-11-01 15:33:33', '2023-11-01 15:33:33'),
(2408, 3426, 'Ashraful karim sikder Noman', '01716566251', NULL, NULL, 'Dhaka', 'DM CH 13-2614', NULL, '2022-02-02', NULL, NULL, NULL, 1, 0, 0, NULL, '2024-01-01 00:00:00', 0, 0, 0, '2022-02-02', NULL, NULL, NULL, '9171663261', NULL, '123456', '2023-11-01 15:34:29', '2023-11-01 15:34:29'),
(2409, 3427, 'Ruhul amin', '01739993231', NULL, NULL, 'Dhaka', 'Ruhulamin', NULL, '2022-02-02', NULL, NULL, NULL, 1, 0, 0, NULL, '2024-01-01 00:00:00', 0, 0, 0, '2022-02-02', NULL, NULL, NULL, '9171667438', NULL, '123456', '2023-11-01 15:35:23', '2023-11-01 15:35:23'),
(2410, 3428, 'Subol', '01786044224', NULL, NULL, 'Dhaka', 'MB. Nobijir Doya', NULL, '2022-02-02', NULL, NULL, NULL, 1, 0, 0, NULL, '2024-01-01 00:00:00', 0, 0, 0, '2022-02-02', NULL, NULL, NULL, '9172057336', NULL, '123456', '2023-11-01 15:36:51', '2023-11-01 15:36:51'),
(2411, 3429, 'Abdul Kuddis', '01813905594', NULL, NULL, 'Dhaka', 'DM GA 25-6626', NULL, '2022-02-02', NULL, NULL, NULL, 1, 0, 0, NULL, '2024-01-01 00:00:00', 0, 0, 0, '2022-02-02', NULL, NULL, NULL, '9172058021', NULL, '123456', '2023-11-01 15:38:20', '2023-11-01 15:38:20');
INSERT INTO `all_users` (`id`, `user_id`, `name`, `phone`, `alter_phone`, `email`, `par_add`, `car_number`, `car_model`, `installation_date`, `billing_cycle`, `monthly_bill`, `device_price`, `user_type`, `complain_status`, `service_problem_status`, `total_due`, `next_payment_date`, `expair_status`, `payment_status`, `order_status`, `due_date`, `total_paied`, `status`, `device_sim_number`, `imei_number`, `note`, `password`, `created_at`, `updated_at`) VALUES
(2412, 3430, 'Pacific Cargo', '01778322365', NULL, NULL, 'Dhaka', 'DM TA 11-5316', NULL, '2022-02-02', NULL, NULL, NULL, 1, 0, 0, NULL, '2024-01-01 00:00:00', 0, 0, 0, '2022-02-02', NULL, NULL, NULL, '9172073646', NULL, '123456', '2023-11-01 15:40:32', '2023-11-01 15:40:32'),
(2413, 3431, 'Mohammad Safa', '01671813399', NULL, NULL, 'Dhaka', 'CM GA 14-0422', NULL, '2022-02-02', 'm', NULL, NULL, 1, 0, 0, NULL, '2024-01-01 00:00:00', 0, 0, 0, '2022-02-02', NULL, NULL, NULL, '9172230919', NULL, '123456', '2023-11-01 15:47:37', '2023-11-01 15:47:37'),
(2414, 3432, 'Ruhul Amin', '01642303903', NULL, NULL, 'Dhaka', 'DM LA 52-7098', NULL, '2022-02-02', NULL, NULL, NULL, 1, 0, 0, NULL, '2024-01-01 00:00:00', 0, 0, 0, '2022-02-02', NULL, NULL, NULL, '9172326690', NULL, '123456', '2023-11-01 15:49:40', '2023-11-01 15:49:40'),
(2415, 3433, 'Rupam Haque', '01716458567', NULL, 'rupam67@mygpsbd.net', 'Dhaka', 'DM BA 15-4325', NULL, '2022-02-02', NULL, NULL, NULL, 1, 0, 0, NULL, '2024-01-01 00:00:00', 0, 0, 0, '2022-02-02', NULL, NULL, NULL, '9172356582', NULL, '123456', '2023-11-01 15:52:29', '2023-11-01 15:52:30'),
(2416, 3434, 'Khorshed', '01711085171', NULL, 'khorshed71@mygpsbd.net', 'Dhaka', 'DM CHA 20-2726', NULL, '2022-02-02', NULL, NULL, NULL, 1, 0, 0, NULL, '2024-01-01 00:00:00', 0, 0, 0, '2022-02-02', NULL, NULL, NULL, '9172366365', NULL, '123456', '2023-11-01 16:52:50', '2023-11-01 16:52:50'),
(2417, 3435, 'Saidur Rahman', '01711322497', NULL, 'saidur97@mygpsbd.net', 'Dhaka', 'DM JA 11-2243', NULL, '2022-01-02', NULL, NULL, NULL, 1, 0, 0, NULL, '2024-01-01 00:00:00', 0, 0, 0, '2022-02-02', NULL, NULL, NULL, '2500003259', NULL, '123456', '2023-11-01 17:02:10', '2023-11-01 17:02:10'),
(2418, 3436, 'Md. Robiul', '01927200901', NULL, NULL, 'Dhaka', 'DM KHA 12-2582', NULL, '2022-02-02', NULL, NULL, NULL, 1, 0, 0, NULL, '2024-01-01 00:00:00', 0, 0, 0, '2022-02-02', NULL, NULL, NULL, '359510087587023', NULL, '123456', '2023-11-01 17:03:23', '2023-11-01 17:03:23'),
(2419, 3437, 'Md.Khaled Saifullah', '01708150650', NULL, NULL, 'Dhaka', 'DM GA 45-5545', NULL, '2022-02-02', NULL, NULL, NULL, 1, 0, 0, NULL, '2024-01-01 00:00:00', 0, 0, 0, '2022-02-02', NULL, NULL, NULL, '353701091545240', NULL, '123456', '2023-11-01 17:04:13', '2023-11-01 17:04:13'),
(2420, 3438, 'Sobuj Jomaddar', '01745271463', NULL, NULL, 'Dhaka', 'DM GA 29-8695', NULL, '2022-02-02', NULL, NULL, NULL, 1, 0, 0, NULL, '2024-01-01 00:00:00', 0, 0, 0, '2022-02-02', NULL, NULL, NULL, '9172366378', NULL, '123456', '2023-11-01 17:06:38', '2023-11-01 17:06:38'),
(2421, 3439, 'FAZLUL MATIN TOUHID', '01746622662', NULL, NULL, 'Dhaka', 'DM GA 21-2624', NULL, '2022-02-02', NULL, NULL, NULL, 1, 0, 0, NULL, '2024-01-01 00:00:00', 0, 0, 0, '2022-02-02', NULL, NULL, NULL, '9172366381', NULL, '123456', '2023-11-01 17:08:38', '2023-11-01 17:08:39'),
(2422, 3440, 'Jibon', '01914491201', NULL, NULL, 'Dhaka', 'DM DA 14-1658', NULL, '2022-02-02', NULL, NULL, NULL, 1, 0, 0, NULL, '2024-01-01 00:00:00', 0, 0, 0, '2022-02-02', NULL, NULL, NULL, '9172366386', NULL, '123456', '2023-11-01 17:09:32', '2023-11-01 17:09:32'),
(2423, 3441, 'Tanim', '01672990050', NULL, NULL, 'Dhaka', 'Pulsar', NULL, '2022-02-02', NULL, NULL, NULL, 1, 0, 0, NULL, '2024-01-01 00:00:00', 0, 0, 0, '2022-02-02', NULL, NULL, NULL, '9172366483', NULL, '123456', '2023-11-01 17:10:30', '2023-11-01 17:10:30'),
(2424, 3442, 'Md. Morshed Khan', '01816033776', NULL, NULL, 'Dhaka', 'CM DO 11-0187N', NULL, '2022-02-02', NULL, NULL, NULL, 1, 0, 0, NULL, '2024-01-01 00:00:00', 0, 0, 0, '2022-02-02', NULL, NULL, NULL, '9172482584', NULL, '123456', '2023-11-01 17:11:33', '2023-11-01 17:11:33'),
(2425, 3443, 'Md. Shafiq Uddin', '01985550666', NULL, NULL, 'Dhaka', 'DM GA 36-2967', NULL, '2022-02-02', NULL, NULL, NULL, 1, 0, 0, NULL, '2024-01-01 00:00:00', 0, 0, 0, '2022-02-02', NULL, NULL, NULL, '9172482585', NULL, '123456', '2023-11-01 17:13:23', '2023-11-01 17:13:23'),
(2426, 3444, 'Rashed', '01584222013', NULL, NULL, 'Dhaka', 'DM BA 15-7897', NULL, '2022-02-02', NULL, NULL, NULL, 1, 0, 0, NULL, '2024-01-01 00:00:00', 0, 0, 0, '2022-02-02', NULL, NULL, NULL, '35370109193001', NULL, '123456', '2023-11-01 17:17:00', '2023-11-01 17:17:00'),
(2427, 3445, 'Rony', '01529052974', NULL, NULL, 'Dhaka', 'DM JA 11-0300', NULL, '2022-02-02', NULL, NULL, NULL, 1, 0, 0, NULL, '2024-01-01 00:00:00', 0, 0, 0, '2022-02-02', NULL, NULL, NULL, '35865710054687', NULL, '123456', '2023-11-01 17:19:39', '2023-11-01 17:19:39'),
(2428, 3446, 'Suraf', '01714636759', NULL, NULL, 'Dhaka', 'DM SA 71-0237', NULL, '2022-02-02', NULL, NULL, NULL, 1, 0, 0, NULL, '2024-01-01 00:00:00', 0, 0, 0, '2022-02-02', NULL, NULL, NULL, '35865710087411', NULL, '123456', '2023-11-01 17:20:28', '2023-11-01 17:20:28'),
(2429, 3447, 'Saidul', '01638857797', NULL, NULL, 'Dhaka', 'DM DA 12-2619', NULL, '2022-02-02', NULL, NULL, NULL, 1, 0, 0, NULL, '2024-01-01 00:00:00', 0, 0, 0, '2022-02-02', NULL, NULL, NULL, '86045040543765', NULL, '123456', '2023-11-01 17:21:19', '2023-11-01 17:21:19'),
(2430, 3448, 'N Afsar (Coxs Bazar)', '01815674365', NULL, NULL, 'Dhaka', 'COX LO 11-4465', NULL, '2022-02-02', NULL, '0', NULL, 1, 0, 0, NULL, '2024-01-01 00:00:00', 0, 0, 0, '2022-02-02', NULL, NULL, NULL, '351608083569447', NULL, '123456', '2023-11-12 13:05:03', '2023-11-12 13:05:03'),
(2431, 3449, 'Hakim', '01762243184', NULL, NULL, 'Dhaka', 'DM NA 17-9358', NULL, '2022-02-02', NULL, NULL, NULL, 1, 0, 0, NULL, '2024-01-01 00:00:00', 0, 0, 0, '2022-02-02', NULL, NULL, NULL, '351608083569884', NULL, '123456', '2023-11-12 13:06:09', '2023-11-12 13:06:09'),
(2432, 3450, 'Fazlul Haque', '01614485461', NULL, NULL, 'Dhaka', 'DM MA 51-4446', NULL, '2022-02-02', NULL, NULL, NULL, 1, 0, 0, NULL, '2024-01-01 00:00:00', 0, 0, 0, '2022-02-02', NULL, NULL, NULL, '351608083571476', NULL, '123456', '2023-11-12 13:07:02', '2023-11-12 13:07:02'),
(2433, 3451, 'Lutful Kabir', '01733298854', NULL, NULL, 'Dhaka', 'DM CHA 15-4785', NULL, '2022-02-02', NULL, NULL, NULL, 1, 0, 0, NULL, '2024-01-01 00:00:00', 0, 0, 0, '2022-02-02', NULL, NULL, NULL, '351608083573787', NULL, '123456', '2023-11-12 13:08:09', '2023-11-12 13:08:09'),
(2434, 3452, 'Mithila', '01926990050', NULL, NULL, 'Dhaka', 'DM GA 27-0188', NULL, '2022-02-02', NULL, NULL, NULL, 1, 0, 0, NULL, '2024-01-01 00:00:00', 0, 0, 0, '2022-02-02', NULL, NULL, NULL, '351608083574413', NULL, '123456', '2023-11-12 13:09:06', '2023-11-12 13:09:06'),
(2436, 3454, 'Malek', '01714177955', NULL, NULL, 'Dhaka', 'DM CHA 15-5884', NULL, '2022-02-02', NULL, NULL, NULL, 1, 0, 0, NULL, '2024-01-01 00:00:00', 0, 0, 0, '2022-02-22', NULL, NULL, NULL, '351608083574579', NULL, '123456', '2023-11-12 13:53:56', '2023-11-12 13:53:56'),
(2437, 3455, 'Sheikh sohidul Islam', '01915704675', NULL, NULL, 'Dhaka', 'DM BA 13-1440', NULL, '2022-02-02', NULL, NULL, NULL, 1, 0, 0, NULL, '2024-01-01 00:00:00', 0, 0, 0, '2022-02-02', NULL, NULL, NULL, '351608083574587', NULL, '123456', '2023-11-12 13:56:21', '2023-11-12 13:56:21'),
(2438, 3456, 'Asaduzzaman', '01716402943', NULL, NULL, 'Dhaka', 'DM GHA 17-2214', NULL, '2022-02-02', NULL, NULL, NULL, 1, 0, 0, NULL, '2024-01-01 00:00:00', 0, 0, 0, '2022-02-02', NULL, NULL, NULL, '351608083578976', NULL, '123456', '2023-11-12 13:58:18', '2023-11-12 13:58:18'),
(2439, 3457, 'Muhammad Faruque', '01670373009', NULL, NULL, 'Dhaka', 'DM BA 13-1274', NULL, '2022-02-02', NULL, NULL, NULL, 1, 0, 0, NULL, '2024-01-01 00:00:00', 0, 0, 0, '2022-02-02', NULL, NULL, NULL, '351742100626409', NULL, '123456', '2023-11-12 17:48:49', '2023-11-12 17:48:49'),
(2440, 3458, 'SYED SADIQUZZAMAN', '01735136804', NULL, NULL, 'Dhaka', 'DM GA 47-2921', NULL, '2022-02-02', NULL, NULL, NULL, 1, 0, 0, NULL, '2024-01-01 00:00:00', 0, 0, 0, '2022-02-02', NULL, NULL, NULL, '351969560200538', NULL, '123456', '2023-11-12 17:51:53', '2023-11-12 17:51:54'),
(2441, 3459, 'OMOR FARUK', '01771166820', NULL, 'omorbd820@gmail.com', 'Dokkhin Bonsri,kazi bari,abdullah vihcle solution', 'DM GA 29-2489', 'Car', '2022-03-29', NULL, '3500', NULL, 1, 0, 0, NULL, '2024-02-01 00:00:00', 0, 0, 0, '2023-03-29', NULL, NULL, '1601166820', '359510087884420', NULL, '123456', '2023-12-05 12:58:55', '2023-12-05 12:58:55'),
(2442, 3460, 'Rashed Imran', '01711361365', NULL, NULL, 'DHAKA', 'DM GA 14-7673', 'Car', '2020-09-26', NULL, '400', NULL, 1, 0, 0, NULL, '2024-02-01 00:00:00', 0, 0, 0, '2020-09-26', NULL, NULL, '1761773143', '9171484279', NULL, '123456', '2023-12-05 13:01:01', '2023-12-05 13:01:02'),
(2443, 3461, 'Rashid Ahmed', '01819237997', NULL, NULL, 'DHAKA', 'DM GA 39-5859', 'Car', '2019-01-05', 'm', '400', NULL, 1, 0, 0, NULL, '2024-02-01 00:00:00', 0, 0, 0, '2019-01-05', NULL, NULL, '01958022785', '353701095647489', NULL, '123456', '2023-12-05 13:02:00', '2023-12-05 13:02:01'),
(2444, 3462, 'Samim Azad', '01794440701', NULL, 'samim01@mygpsbd.net', 'DHAKA', 'DM CHA 19-0867', 'Car', '2021-08-28', 'm', '300', NULL, 1, 0, 0, NULL, '2024-02-01 00:00:00', 0, 0, 0, '2021-08-28', NULL, NULL, '01321118519', '2500000893', NULL, '123456', '2023-12-05 13:14:45', '2023-12-05 13:14:45'),
(2445, 3463, 'Sanuar', '01712707149', NULL, 'sanuar49@mygpsbd.net', 'DHAKA', 'DM TA 20-9873', 'Car', '2021-06-12', NULL, '300', NULL, 1, 0, 0, NULL, '2024-02-01 00:00:00', 0, 0, 0, '2021-06-12', NULL, NULL, '01321160189', '2500000422', NULL, '123456', '2023-12-05 13:16:43', '2023-12-05 13:16:43'),
(2446, 3464, 'Sharowar', '01648469155', NULL, 'sharowar55@mygpsbd.net', 'DHAKA', 'DM GA 23-9877', 'Car', '2020-04-24', 'm', '200', NULL, 1, 0, 0, NULL, '2024-02-01 00:00:00', 0, 0, 0, '2020-04-24', NULL, NULL, '01863486027', '351608083586276', NULL, '123456', '2023-12-05 13:18:26', '2023-12-05 13:18:26'),
(2447, 3465, 'Tawhid', '01762245157', NULL, 'tawhid19@mygpsbd.net', 'Tangail', 'DM CHA 71-3418', 'Car', '2021-12-15', 'm', '300', NULL, 1, 0, 0, NULL, '2024-06-01 00:00:00', 0, 1, 0, '2022-01-15', NULL, NULL, '01710133635', '2500002608', NULL, '123456', '2023-12-05 13:20:28', '2024-05-08 17:25:32'),
(2449, 3467, 'Abdul Hai', '01712822200', NULL, 'abdulhai20@mygpsbd.net', 'dhaka', 'DM CA 19-6876', 'Car', '2019-01-02', NULL, '300', NULL, 1, 0, 0, NULL, '2024-02-01 00:00:00', 0, 0, 0, '2019-01-02', NULL, NULL, '01313772430', '353701093592570', NULL, '123456', '2023-12-05 13:24:33', '2023-12-05 13:24:33'),
(2450, 3468, 'Abdullah Al Rahim', '01730441868', NULL, 'RAYHAND2K@GMAIL.COM', 'DHAKA', 'DM GA 25-7380', NULL, '2023-03-22', NULL, '4200', NULL, 1, 0, 0, NULL, '2024-04-01 00:00:00', 0, 1, 0, '2024-03-22', NULL, NULL, '01752978457', '359015560011285', NULL, '123456', '2023-12-05 14:20:16', '2023-12-05 14:20:16'),
(2451, 3469, 'Jakir Hossain', '120993940', NULL, NULL, 'dhaka', 'Auto 002', NULL, '2023-11-23', NULL, '200', NULL, 1, 0, 0, NULL, '2024-02-01 00:00:00', 0, 1, 0, '2024-01-01', NULL, NULL, '13074500743', '359015560380193', NULL, '123456', '2023-12-05 14:42:54', '2024-02-04 16:41:51'),
(2452, 3470, 'Abdul Mannan', '01408263823', NULL, 'abdulmannan@mygpsbd.net', 'DHAKA', 'DM GA 26-8985', 'Car', '2019-08-30', 'm', '300', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2019-08-30', NULL, NULL, '01839618131', '353701093473060', NULL, '123456', '2023-12-05 15:28:00', '2024-06-13 11:52:04'),
(2453, 3471, 'Abdul motin', '01716140104', NULL, NULL, 'CTG', 'DM TA 20-3742', 'Car', '2019-09-09', 'm', '300', NULL, 1, 0, 0, NULL, '2024-02-01 00:00:00', 0, 0, 0, '2019-09-09', NULL, NULL, '01611747193', '358735075311604', NULL, '123456', '2023-12-05 15:32:03', '2023-12-05 15:32:03'),
(2454, 3472, 'Supon Saha', '1868002397', NULL, NULL, 'Dhaka', 'Dm ta 20-3027', NULL, '2023-12-01', 'm', '300', NULL, 1, 0, 0, NULL, '2024-02-01 00:00:00', 0, 1, 0, '2024-01-01', NULL, NULL, '1797326175', '359015560378999', NULL, '123456', '2023-12-05 15:33:28', '2023-12-05 15:33:28'),
(2455, 3473, 'Abhijit', '01712039020', NULL, NULL, 'rajshahi', 'DM CHA 15-6072', 'Car', '2019-01-22', 'm', '200', NULL, 1, 0, 0, NULL, '2024-02-01 00:00:00', 0, 1, 0, '2024-01-01', NULL, NULL, '01312248024', '353701095647554', NULL, '123456', '2023-12-05 15:33:29', '2023-12-05 15:33:29'),
(2457, 3475, 'Shuruz', '1710150226', NULL, NULL, 'Dhaka', 'Gazipur la 11-0652', NULL, '2023-12-09', 'y', '5500', NULL, 1, 0, 0, NULL, '2025-12-01 00:00:00', 0, 1, 0, '2024-12-09', NULL, NULL, '1307152458', '359015560076544', NULL, '123456', '2023-12-05 15:37:44', '2023-12-05 15:37:44'),
(2458, 3476, 'Tamim', '1632702219', NULL, NULL, 'Dhaka', 'Dm da 15-1746', NULL, '2023-11-10', 'y', '3300', NULL, 1, 0, 0, NULL, '2025-11-01 00:00:00', 0, 1, 0, '2024-11-10', NULL, NULL, '1308138801', '864943042751863', NULL, '123456', '2023-12-05 15:44:18', '2023-12-05 15:44:18'),
(2459, 3477, 'Abir', '01610005003', '01610005003', NULL, 'Narayonganj', 'DM GA 22-4010', 'Car', '2023-09-16', NULL, '2400', NULL, 1, 0, 0, NULL, '2024-02-01 00:00:00', 0, 0, 0, '2023-09-19', NULL, NULL, NULL, NULL, NULL, '123456', '2023-12-05 15:44:55', '2023-12-05 15:44:55'),
(2460, 3478, 'Tamim', '01710834973', NULL, NULL, 'Dhaka', 'Feni la 12-1130', NULL, '2023-11-02', 'y', '3300', NULL, 1, 0, 0, NULL, '2025-11-01 00:00:00', 0, 1, 0, '2024-11-02', NULL, NULL, '1330108648', '864943042750428', NULL, '123456', '2023-12-05 15:50:19', '2023-12-05 15:50:19'),
(2461, 3479, 'Sk.Tanvir Ahmmed', '01755637539', NULL, NULL, 'Dhaka', 'Dm ga 31-9727', NULL, '2023-07-17', 'y', '4200', NULL, 1, 0, 0, NULL, '2025-07-01 00:00:00', 0, 1, 0, '2024-07-17', NULL, NULL, '1686544942', '359015560043718', NULL, '123456', '2023-12-05 15:55:32', '2023-12-05 15:55:32'),
(2462, 3480, 'MD ABUBAKUR', '01784379562', NULL, NULL, 'Dhaka Dohar', 'H-120', 'Car', '2023-11-04', 'y', '3500', NULL, 1, 0, 0, NULL, '2025-11-01 00:00:00', 0, 1, 0, '2024-11-04', NULL, NULL, '01310934972', '359015560365335', NULL, '123456', '2023-12-05 16:03:50', '2023-12-05 16:03:50'),
(2463, 3481, 'Adnan Ramim', '01814811224', NULL, 'abul41@mygpsbd.net', 'RA', 'DM GA 31-0733', 'bike', '72020-12-07', NULL, '300', NULL, 1, 0, 0, NULL, '2024-02-01 00:00:00', 0, 1, 0, '2024-01-01', NULL, NULL, '01775484812', '353327023397946', NULL, '123456', '2023-12-05 16:07:04', '2023-12-05 16:07:04'),
(2464, 3482, 'Tasrif Tanvir', '197801174', NULL, NULL, 'Dhaka', 'DM GA 13-5964', NULL, '2022-12-01', 'y', '3600', NULL, 1, 0, 0, NULL, '2025-12-01 00:00:00', 0, 1, 0, '2024-12-01', NULL, NULL, '1771856324', '359015560378866', NULL, '123456', '2023-12-05 16:07:31', '2023-12-05 16:07:31'),
(2467, 3498, 'Liton', '1712184290', NULL, 'liton90@mygpsbd', 'dhaka', 'M NA 17-7375', NULL, '2021-01-01', 'm', '300', NULL, 1, 0, 0, NULL, '2024-01-01 00:00:00', 0, 0, 0, '2023-12-01', NULL, NULL, '1610286944', '358657100857965', NULL, '123456', '2023-12-10 11:51:00', '2023-12-10 11:51:00'),
(2469, 3500, 'Saiful71', '1996461871', NULL, NULL, 'dhaka', 'CM NA 11-8521', NULL, '2021-05-21', 'm', '0', NULL, 1, 0, 0, NULL, '2024-01-01 00:00:00', 0, 0, 0, '2023-12-01', NULL, NULL, '1773701947', '354017135463887', NULL, '123456', '2023-12-10 12:06:12', '2023-12-10 12:06:12'),
(2470, 3501, 'Md. Harunor Rashid', '1716555062', NULL, NULL, 'dhaka', 'DM GA 28-2829', NULL, '2021-10-10', 'y', '7000', NULL, 1, 0, 0, NULL, '2027-10-01 00:00:00', 0, 0, 0, '2023-10-10', NULL, NULL, '1306328520', '351608083588033', NULL, '123456', '2023-12-10 12:10:02', '2023-12-10 12:10:02'),
(2471, 3502, 'Md.Atiqur Rahaman', '1716015932', NULL, 'atiq2121978@gmail.com', 'dhaka', 'DM KA 11-5098', NULL, '2022-04-14', 'y', '4200', NULL, 1, 0, 0, NULL, '2025-04-01 00:00:00', 0, 1, 0, '2024-04-14', NULL, NULL, '1306646393', '359510087584046', NULL, '123456', '2023-12-10 12:16:11', '2023-12-10 12:16:11'),
(2472, 3503, '2022-04-19	Shamim Ahmed', '01305105276', NULL, 'shamim76@mygpsbd', 'dhaka', 'DM DA 14-5553', NULL, '2022-04-19', 'y', '4100', NULL, 1, 0, 0, NULL, '2025-04-01 00:00:00', 0, 1, 0, '2024-04-19', NULL, NULL, '1619465048', '354778341561606', NULL, '123456', '2023-12-10 12:22:20', '2023-12-10 12:22:20'),
(2473, 3504, 'Md. Mostofa', '1711100264', NULL, 'mostofa.html@gmail', 'dhaka', 'Auto Rick-Shaw', NULL, '2022-05-12', 'y', '0', NULL, 1, 0, 0, NULL, '2024-12-01 00:00:00', 0, 0, 0, '2023-12-01', NULL, NULL, '1718857729', '9172342926', NULL, '123456', '2023-12-10 12:35:06', '2023-12-10 12:35:06'),
(2475, 3506, '2022-05-18	Mohsin', '01710956539', NULL, 'mohsin39@mygpsbd', 'dhaka', 'DM BA 11-6306', NULL, '2022-05-18', 'y', '6400', NULL, 2, 0, 0, NULL, '2032-05-01 00:00:00', 0, 0, 0, '2023-05-18', NULL, NULL, '1757545905', '354778341499575', NULL, '123456', '2023-12-10 12:44:29', '2023-12-10 12:44:29'),
(2476, 3507, '2022-05-18	Md. Mojibur Rahman', '01711721686', NULL, 'mojiburctg76@gmail.com', 'dhaka', 'CM CHA 11-7578', NULL, '2022-05-18', 'y', '4200', NULL, 1, 0, 0, NULL, '2043-05-01 00:00:00', 0, 0, 0, '2022-05-18', NULL, NULL, '1306634550', '359510087586397', NULL, '123456', '2023-12-10 12:55:49', '2023-12-10 12:55:49'),
(2477, 3508, 'Tonmoy', '01911367815', NULL, 'lonsfair@gmail.com', 'dhaka', 'DM GA 32-3184', NULL, '2022-05-18', 'y', '3800', NULL, 1, 0, 0, NULL, '2032-05-01 00:00:00', 0, 0, 0, '2023-05-18', NULL, NULL, '1307111544', '9172489810', NULL, '123456', '2023-12-10 13:03:25', '2023-12-10 13:03:25'),
(2478, 3509, 'Md. Anayet Hossain', '1717831856', NULL, 'ahossain7601@gmail.com', 'dhaka', 'DM GA 29-5613', NULL, '2022-05-19', 'y', '4200', NULL, 1, 0, 0, NULL, '2043-05-01 00:00:00', 0, 0, 0, '2022-05-19', NULL, NULL, '1307111376', '359510087586645', NULL, '123456', '2023-12-10 13:16:45', '2023-12-10 13:16:45'),
(2479, 3510, 'DRMC Shotodol', '1521495317', NULL, 'walid4917@gmail.com', 'dhaka', 'DM SO 11-0566', NULL, '2022-05-22', 'y', '0', NULL, 1, 0, 0, NULL, '2032-05-01 00:00:00', 0, 0, 0, '2023-05-22', NULL, NULL, '1307113494', '9172489865', NULL, '123456', '2023-12-10 13:37:05', '2023-12-10 13:37:05'),
(2480, 3511, 'Mir Alauddin Bappy', '1711207150', NULL, NULL, 'dhaka', 'DM GA 17-7160', NULL, '2022-05-30', 'y', '4200', NULL, 1, 0, 0, NULL, '2032-05-01 00:00:00', 0, 0, 0, '2023-05-30', NULL, NULL, '1882608862', '9172522704', NULL, '123456', '2023-12-10 13:42:02', '2023-12-10 13:42:02'),
(2481, 3512, 'Md. Morshed Khan', '1816033776', NULL, NULL, 'dhaka', 'CM DO 11-0204N', NULL, '2022-05-31', 'm', '450', NULL, 1, 0, 0, NULL, '2024-01-01 00:00:00', 0, 0, 0, '2023-12-01', NULL, NULL, '1761931738', '354778341507989', NULL, '123456', '2023-12-10 13:49:30', '2023-12-10 13:49:30'),
(2482, 3513, '6/2/2022	Auris', '1799434504', NULL, 'auris04@mygpsbd.net', 'dhaka', 'DM GA 26-6900', NULL, '2022-06-02', 'm', '300', NULL, 1, 0, 0, NULL, '2024-01-01 00:00:00', 0, 0, 0, '2023-12-01', NULL, NULL, '1835367113', '9172326638', NULL, '123456', '2023-12-10 14:04:48', '2023-12-10 14:04:48'),
(2483, 3514, '2022-06-06	Md. Morshed Sawdagor', '1704406523', NULL, 'morshed23@mygpsbd', 'dhaka', 'DM GHA 11-5409', NULL, '2022-06-06', 'm', '0', NULL, 1, 0, 0, NULL, '2024-02-01 00:00:00', 0, 0, 0, '2023-06-01', NULL, NULL, '1307136860', '9172489770', NULL, '123456', '2023-12-10 14:15:46', '2023-12-10 14:15:47'),
(2484, 3515, 'SWOMAN CHOWDHURY', '1818613921', NULL, 'swomanchowdhury777@gmail', 'dhaka', 'DM GA 32-3733', NULL, '2022-06-07', 'y', '4200', NULL, 1, 0, 0, NULL, '2031-06-01 00:00:00', 0, 0, 0, '2023-06-07', NULL, NULL, '1307135585', '9172521752', NULL, '123456', '2023-12-10 14:21:44', '2023-12-10 14:21:44'),
(2485, 3517, 'Shohel Ahmed', '01726600747', NULL, 'arnob.bd2012@gmail.com', 'dhaka', 'CM GA 12-2103', NULL, '2022-06-07', 'y', '3400', NULL, 1, 0, 0, NULL, '2031-06-01 00:00:00', 0, 0, 0, '2023-06-07', NULL, NULL, '1307117906', '9172481871', NULL, '123456', '2023-12-10 14:26:40', '2023-12-10 14:26:40'),
(2486, 3522, 'Belal Hasan', '1674328181', NULL, 'belal81@mygpsbd.net', 'dhaka', 'DM BA 15-1968', NULL, '2022-06-10', 'y', '3250', NULL, 1, 0, 0, NULL, '2031-06-01 00:00:00', 0, 0, 0, '2023-06-10', NULL, NULL, '1705826013', '9172482429', NULL, '123456', '2023-12-10 14:36:16', '2023-12-10 14:36:16'),
(2487, 3523, '2022-06-15	M.A.RAHMAN PATHAN', '1715370405', NULL, NULL, 'dhaka', 'DM GA 36-1995', NULL, '2022-06-15', 'y', '4200', NULL, 1, 0, 0, NULL, '2031-06-01 00:00:00', 0, 0, 0, '2023-06-15', NULL, NULL, '1875143065', '351969560200868', NULL, '123456', '2023-12-10 15:02:52', '2023-12-10 15:02:52'),
(2488, 3524, 'MD.SHAMSUDDIN', '1730080964', NULL, 'sshamsuddin027@gmail', 'dhaka', 'DM LA 58-1486', NULL, '2022-06-19', 'm', '300', NULL, 1, 0, 0, NULL, '2024-02-01 00:00:00', 0, 0, 0, '2023-06-19', NULL, NULL, '1773961295', '351969560198880', NULL, '123456', '2023-12-10 15:08:17', '2023-12-10 15:08:17'),
(2490, 3526, '2022-07-24	SUMON', '01887367127', NULL, 'sumon3431@gmail', 'dhaka', 'DM GA 20-4001', NULL, '2022-07-24', 'y', '4000', NULL, 1, 0, 0, NULL, '2030-07-01 00:00:00', 0, 0, 0, '2023-07-24', NULL, NULL, '1840746397', '351969560201320', NULL, '123456', '2023-12-10 15:27:10', '2023-12-10 15:27:10'),
(2491, 3527, '2022-07-25	Johir islam', '01796524243', NULL, NULL, 'dhaka', 'DM MO 55-0174', NULL, '2022-07-25', 'y', '4000', NULL, 1, 0, 0, NULL, '2030-07-01 00:00:00', 0, 0, 0, '2023-07-25', NULL, NULL, '1316616612', '351969560200876', NULL, '123456', '2023-12-10 15:31:16', '2023-12-10 15:31:16'),
(2492, 3528, '2022-08-01	Md. Monirul Islam', '01719105116', NULL, 'engr.mkbd@gmail.com', 'dhaka', 'DM GA 26-8066', NULL, '2022-08-01', 'y', '3600', NULL, 1, 0, 0, NULL, '2029-08-01 00:00:00', 0, 0, 0, '2023-08-01', NULL, NULL, '1893303593', '351969560199862', NULL, '123456', '2023-12-10 15:42:39', '2023-12-10 15:42:39'),
(2493, 3529, 'Rana', '01715218529', NULL, NULL, 'dhaka', 'DM LA 12-0811', NULL, '2022-08-03', 'm', '200', NULL, 1, 0, 0, NULL, '2024-01-01 00:00:00', 0, 0, 0, '2023-12-01', NULL, NULL, '1327175588', '351969560200280', NULL, '123456', '2023-12-10 15:51:52', '2023-12-10 15:51:52'),
(2494, 3530, 'Mamun', '1713579345', NULL, NULL, 'dhaka', 'DM CHA 19-3572', NULL, '2022-08-07', 'm', '500', NULL, 2, 0, 0, NULL, '2024-01-01 00:00:00', 0, 0, 0, '2023-12-01', NULL, NULL, '1814253679', '351969560199748', NULL, '123456', '2023-12-10 16:02:14', '2023-12-10 16:02:14'),
(2495, 3531, 'MD SAIFUL ISLAM SHAJIB', '1711180802', NULL, 'shajib.ndc@gmail.com', 'dhaka', 'DM GA 42-6126', NULL, '2022-08-10', 'y', '4200', NULL, 1, 0, 0, NULL, '2029-08-01 00:00:00', 0, 0, 0, '2023-08-10', NULL, NULL, '1619489912', '351969560201015', NULL, '123456', '2023-12-11 11:08:56', '2023-12-11 11:08:56'),
(2496, 3532, 'Rahat', '1722416637', NULL, NULL, 'dhaka', 'DM TA 13-8604', NULL, '2022-08-14', 'm', '0', NULL, 1, 0, 0, NULL, '2024-02-01 00:00:00', 0, 0, 0, '2023-08-14', NULL, NULL, '1306638924', '351969560199177', NULL, '123456', '2023-12-11 11:28:06', '2023-12-11 11:28:06'),
(2497, 3533, 'SUJAN CHANDRA SARKER', '01750694601', NULL, 'sujansu@gmail.com', 'dhaka', 'DM GA 19-6506', NULL, '2022-08-17', 'y', '4200', NULL, 1, 0, 0, NULL, '2029-08-01 00:00:00', 0, 0, 0, '2023-08-17', NULL, NULL, '1881365007', '359510087883554', NULL, '123456', '2023-12-11 11:32:57', '2023-12-11 11:32:57'),
(2498, 3534, '﻿Sami car enterprise', '01920093726', NULL, 'mmdsami83@gmail.com', 'dhaka', 'DM GA 13-9059', NULL, '2022-08-20', 'y', '3400', NULL, 1, 0, 0, NULL, '2029-08-01 00:00:00', 0, 0, 0, '2023-08-20', NULL, NULL, '1850945895', '359510087885864', NULL, '123456', '2023-12-11 11:41:17', '2023-12-11 11:41:17'),
(2499, 3535, 'Mahmudul Alam', '01863202538', NULL, NULL, 'dhaka', 'DM GA 20-6480', NULL, '2022-08-21', 'y', '3500', NULL, 1, 0, 0, NULL, '2029-08-01 00:00:00', 0, 0, 0, '2023-08-21', NULL, NULL, '1839811511', '867019050258112', NULL, '123456', '2023-12-11 11:51:46', '2023-12-11 11:51:46'),
(2500, 3536, 'MD MOSHARAF HOSSAIN', '1915318836', NULL, NULL, 'dhaka', 'DM CHA 20-4561', NULL, '2022-08-23', 'y', '3600', NULL, 1, 0, 0, NULL, '2029-08-01 00:00:00', 0, 0, 0, '2023-08-23', NULL, NULL, '1617411493', '351969560199730', NULL, '123456', '2023-12-11 11:55:17', '2023-12-11 11:55:17'),
(2502, 3538, 'Jahid', '0175969888', NULL, NULL, 'dhaka', 'Sirajganj LA 12-1162', NULL, '2022-09-03', 'm', '0', NULL, 1, 0, 0, NULL, '2024-01-01 00:00:00', 0, 0, 0, '2023-12-01', NULL, NULL, '1730197421', '351969560199946', NULL, '123456', '2023-12-11 12:05:39', '2023-12-11 12:05:39'),
(2503, 3539, 'MOSSARROF HOSSAIN', '1712504433', NULL, 'waytomona@gmail.com', 'dhaka', 'DM CHA 19-4111', NULL, '2022-09-04', 'y', '4200', NULL, 1, 0, 0, NULL, '2028-09-01 00:00:00', 0, 0, 0, '2023-09-04', NULL, NULL, '1829177870', '359510087884578', NULL, '123456', '2023-12-11 12:10:15', '2023-12-11 12:10:15'),
(2504, 3540, 'Zubayer hossain', '01795140400', NULL, NULL, 'dhaka', 'Zubayer', NULL, '2022-09-07', 'm', '150', NULL, 1, 0, 0, NULL, '2024-03-01 00:00:00', 0, 1, 0, '2023-12-01', NULL, NULL, '1323305612', '354778341555624', NULL, '123456', '2023-12-11 12:14:29', '2024-03-04 16:12:40'),
(2505, 3542, 'Md. Arman', '01404527837', NULL, NULL, 'dhaka', 'Arman', NULL, '2022-09-08', 'm', '150', NULL, 1, 0, 0, NULL, '2024-01-01 00:00:00', 0, 0, 0, '2023-12-01', NULL, NULL, '1745634264', '354778341564915', NULL, '123456', '2023-12-11 12:18:43', '2023-12-11 12:18:43'),
(2507, 3564, 'Shamim sarkar', '1711287163', NULL, 'brightneonbd@gmail.com', 'dhaka', 'DM GA 49-0861', NULL, '2022-09-20', 'm', '0', NULL, 1, 0, 0, NULL, '2024-01-01 00:00:00', 0, 0, 0, '2023-12-01', NULL, NULL, '1886287162', '9172571833', NULL, '123456', '2023-12-11 12:36:00', '2023-12-11 12:36:00'),
(2508, 3575, 'MD ANOWER HOSSAIN', '01686654309', NULL, NULL, 'dhaka', 'DM GA 25-6960', NULL, '2022-09-22', 'y', '4000', NULL, 1, 0, 0, NULL, '2028-09-01 00:00:00', 0, 0, 0, '2023-09-22', NULL, NULL, '1861855308', '9172571691', NULL, '123456', '2023-12-11 12:41:21', '2023-12-11 12:41:21'),
(2509, 3585, 'FAIAZ AHMED', '1950513620', NULL, 'sopnilfaiaz@gmail.com', 'dhaka', 'DM GA 20-3929', NULL, '2022-09-25', 'm', '300', NULL, 1, 0, 0, NULL, '2024-01-01 00:00:00', 0, 0, 0, '2023-12-01', NULL, NULL, '1828227137', '351969560404676', NULL, '123456', '2023-12-11 12:46:44', '2023-12-11 12:46:44'),
(2510, 3590, 'Jahangir', '01917352553', NULL, NULL, 'dhaka', 'DM GA 25-1147', NULL, '2022-09-26', 'm', '0', NULL, 1, 0, 0, NULL, '2024-01-01 00:00:00', 0, 0, 0, '2023-12-01', NULL, NULL, '1850815518', '359510087980335', NULL, '123456', '2023-12-11 12:51:12', '2023-12-11 12:51:12'),
(2511, 3593, '2022-09-28	Md Borhan Uddin', '1712248152', NULL, 'borhanumbl@gmail.com', 'dhaka', 'DM GA 35-5764', NULL, '2022-09-28', 'y', '3400', NULL, 1, 0, 0, NULL, '2028-09-01 00:00:00', 0, 0, 0, '2023-09-28', NULL, NULL, '1619430217', '351969560400633', NULL, '123456', '2023-12-11 12:57:05', '2023-12-11 12:57:05'),
(2512, 3608, 'Mumin Shah', '1875052143', NULL, 'munimshah51@gmail.com', 'dhaka', 'DM LA 39-2608', NULL, '2022-09-28', 'm', '150', NULL, 1, 0, 0, NULL, '2024-01-01 00:00:00', 0, 0, 0, '2023-12-01', NULL, NULL, '1850050530', '351969560404627', NULL, '123456', '2023-12-11 13:09:21', '2023-12-11 13:09:21'),
(2513, 3609, 'Ruhul amin', '01302729273', NULL, NULL, 'dhaka', 'DM LA 40-3381', NULL, '2022-09-28', 'm', '0', NULL, 1, 0, 0, NULL, '2024-01-01 00:00:00', 0, 0, 0, '2023-12-01', NULL, NULL, '1609684931', '351969560399595', NULL, '123456', '2023-12-11 13:13:01', '2023-12-11 13:13:01'),
(2514, 3610, 'Md.Ali Raz', '1913319072', NULL, 'aliraz.rang1999@gmail.com', 'dhaka', 'Ali Raz', NULL, '2022-09-29', 'm', '0', NULL, 1, 0, 0, NULL, '2024-02-01 00:00:00', 0, 0, 0, '2023-09-29', NULL, NULL, '1731814536', '354778341560533', NULL, '123456', '2023-12-11 13:19:02', '2023-12-11 13:19:02'),
(2515, 3611, 'AL AMIN', '1715147787', NULL, NULL, 'dhaka', 'DM NA 21-2632', NULL, '2022-09-29', 'y', '7200', NULL, 1, 0, 0, NULL, '2028-09-01 00:00:00', 0, 0, 0, '2023-09-29', NULL, NULL, '1797806918', '351969560399777', NULL, '123456', '2023-12-11 13:23:33', '2023-12-11 13:23:33'),
(2516, 3612, 'Shamim', '01819827114', NULL, NULL, 'dhaka', 'On Test', NULL, '2022-10-02', 'm', '0', NULL, 1, 0, 0, NULL, '2024-01-01 00:00:00', 0, 0, 0, '2023-12-01', NULL, NULL, '1828474048', '351969560404916', NULL, '123456', '2023-12-11 13:29:33', '2023-12-11 13:29:33'),
(2517, 3613, 'Sultan Mahmud', '1819473722', NULL, 'sultan012485@gmail.com', 'dhaka', 'DM GA 36-8321', NULL, '2022-10-04', 'y', '4200', NULL, 1, 0, 0, NULL, '2027-10-01 00:00:00', 0, 0, 0, '2023-10-04', NULL, NULL, '1747686953', '359015560001377', NULL, '123456', '2023-12-11 13:34:04', '2023-12-11 13:34:04'),
(2518, 3616, 'Alamgir hosen', '1765390068', NULL, NULL, 'dhaka', 'Jinaideh LA 12-2070', NULL, '2022-10-26', 'm', '0', NULL, 1, 0, 0, NULL, '2024-01-01 00:00:00', 0, 0, 0, '2023-12-01', NULL, NULL, '1850587555', '354778342221226', NULL, '123456', '2023-12-11 14:29:18', '2023-12-11 14:29:18'),
(2520, 3625, 'Tariqul', '01743887881', NULL, NULL, 'dhaka', 'DM GA 13-0051', NULL, '2022-11-06', 'y', '4200', NULL, 1, 0, 0, NULL, '2026-11-01 00:00:00', 0, 0, 0, '2023-11-06', NULL, NULL, '1744744264', '359510087985342', NULL, '123456', '2023-12-11 14:48:20', '2023-12-11 14:48:20'),
(2521, 3632, 'Md.Sojib Rana Sarker', '01304479332', NULL, 'mdsojibranans2123@gmail.com', 'dhaka', 'DM LA 28-0624', NULL, '2022-11-08', NULL, '0', NULL, 1, 0, 0, NULL, '2024-01-01 00:00:00', 0, 0, 0, '2023-12-01', NULL, NULL, '1960571545', '351969560404684', NULL, '123456', '2023-12-11 14:55:13', '2023-12-11 14:55:13'),
(2522, 3638, '2022-11-09	Delwar Hossan Belal', '1733555270', NULL, 'belalmytv@gmail.com', 'dhaka', 'Chandpur LA 11-6995', NULL, '2022-11-09', 'm', '150', NULL, 1, 0, 0, NULL, '2024-01-01 00:00:00', 0, 0, 0, '2023-12-01', NULL, NULL, '1891155236', '351969560385529', NULL, '123456', '2023-12-11 14:58:41', '2023-12-11 14:58:41'),
(2523, 3645, 'Humayun', '01711586714', NULL, 'smhumayunkabir86@gmail.com', 'dhaka', 'DM CHA 19-1547', NULL, '2022-11-13', 'm', '300', NULL, 2, 0, 0, NULL, '2024-01-01 00:00:00', 0, 0, 0, '2023-12-01', NULL, NULL, '1812168405', '359015560003084', NULL, '123456', '2023-12-11 15:03:38', '2023-12-11 15:03:38'),
(2524, 3647, 'Md.kazi albi', '01799943027', NULL, 'kmralvi@gmail.com', 'dhaka', 'KM LA 13-4536', NULL, '2022-11-18', 'm', '0', NULL, 1, 0, 0, NULL, '2024-01-01 00:00:00', 0, 0, 0, '2023-12-01', NULL, NULL, '1839579937', '351969560389463', NULL, '123456', '2023-12-11 15:11:46', '2023-12-11 15:11:47'),
(2525, 3648, 'Md Rony', '01917423941', NULL, 'rony1865@gmail.com', 'dhaka', 'DM LA 56-4232', NULL, '2022-11-20', 'm', '0', NULL, 1, 0, 0, NULL, '2024-01-01 00:00:00', 0, 0, 0, '2023-12-01', NULL, NULL, '1318555702', '351969560387608', NULL, '123456', '2023-12-11 15:17:24', '2023-12-11 15:17:24'),
(2526, 3665, 'Masud', '01708125507', NULL, NULL, 'dhaka', 'DM GA 45-2059', NULL, '2022-11-27', 'm', '0', NULL, 1, 0, 0, NULL, '2024-02-01 00:00:00', 0, 0, 0, '2023-11-27', NULL, NULL, '1872243100', '359015560001740', NULL, '123456', '2023-12-11 15:31:42', '2023-12-11 15:31:42'),
(2527, 3691, 'Taniya', '01709122881', NULL, NULL, 'dhaka', 'DM DA 11-6139', NULL, '2022-12-15', 'm', '300', NULL, 2, 0, 0, NULL, '2024-01-01 00:00:00', 0, 0, 0, '2023-12-01', NULL, NULL, '1920018305', '860465040690905', NULL, '123456', '2023-12-11 16:02:29', '2023-12-11 16:02:29'),
(2528, 3697, 'Rahat', '01731070380', NULL, NULL, 'dhaka', 'Rahat', NULL, '2022-12-17', 'm', '0', NULL, 1, 0, 0, NULL, '2024-01-01 00:00:00', 0, 0, 0, '2023-12-01', NULL, NULL, '1877408490', '354778341564147', NULL, '123456', '2023-12-11 16:07:08', '2023-12-11 16:07:08'),
(2531, 3709, 'Aminul mina', '01611642028', NULL, 'saddam.mina@gmail.com', 'dhaka', 'DM LA 59-8662', NULL, '2023-01-17', 'm', '0', NULL, 1, 0, 0, NULL, '2024-01-01 00:00:00', 0, 0, 0, '2023-12-01', NULL, NULL, '1325881887', '351969560400138', NULL, '123456', '2023-12-11 16:51:53', '2023-12-11 16:51:53'),
(2532, 3710, 'Mamun', '01627858042', NULL, NULL, 'dhaka', 'DM GA 19-8114', NULL, '2023-01-19', 'm', '300', NULL, 1, 0, 0, NULL, '2024-02-01 00:00:00', 0, 1, 0, '2024-01-01', NULL, NULL, '1854316604', '354778342217513', NULL, '123456', '2023-12-11 16:55:37', '2023-12-11 16:55:37'),
(2533, 3711, 'Delowar', '01740938883', NULL, NULL, 'dhaka', 'DM CHA 20-5440', NULL, '2023-01-19', 'm', '300', NULL, 1, 0, 0, NULL, '2024-08-01 00:00:00', 0, 1, 0, '2024-01-01', NULL, NULL, '1877811383', '351969560259039', NULL, '123456', '2023-12-11 17:04:40', '2024-06-13 16:30:41'),
(2535, 3713, 'Md. Azahar alo', '01713611364', NULL, 'sumon.azhar81@gmail.com', 'dhaka', 'DM GA  21-1968', NULL, '2023-02-13', 'm', '0', NULL, 1, 0, 0, NULL, '2024-02-01 00:00:00', 0, 1, 0, '2024-01-01', NULL, NULL, '1327806165', '359510087884693', NULL, '123456', '2023-12-11 17:30:40', '2023-12-11 17:30:40'),
(2536, 3714, '2023-02-13	Ibrahim', '01678646744', NULL, 'outputpnint@gmail.com', 'dhaka', 'DM LA  61-9864', NULL, '2023-02-13', 'm', '0', NULL, 1, 0, 0, NULL, '2024-02-01 00:00:00', 0, 1, 0, '2024-01-01', NULL, NULL, '1865784806', '359015560012754', NULL, '123456', '2023-12-11 17:35:16', '2023-12-11 17:35:16'),
(2537, 3715, 'Sayed', '01757419119', NULL, NULL, 'dhaka', 'DM GA 45-2291', NULL, '2023-03-14', 'm', '0', NULL, 1, 0, 0, NULL, '2024-01-01 00:00:00', 0, 0, 0, '2023-12-01', NULL, NULL, '1328365070', '359015560011822', NULL, '123456', '2023-12-11 17:49:12', '2023-12-11 17:49:12'),
(2538, 3716, 'Sumon', '01799219421', NULL, NULL, 'dhaka', 'SUMON', NULL, '2023-03-15', 'm', '150', NULL, 1, 0, 0, NULL, '2024-01-01 00:00:00', 0, 0, 0, '2023-12-01', NULL, NULL, '1327648360', '359015560012705', NULL, '123456', '2023-12-12 10:33:33', '2023-12-12 10:33:33'),
(2539, 3717, 'Farid Molla', '01798275150', NULL, NULL, 'dhaka', 'DM TA 13-2018', NULL, '2023-03-22', 'm', '0', NULL, 1, 0, 0, NULL, '2024-01-01 00:00:00', 0, 0, 0, '2023-12-01', NULL, NULL, '1870670846', '359510081670049', NULL, '123456', '2023-12-12 10:43:18', '2023-12-12 10:43:18'),
(2541, 3719, 'AL AMIN', '01715147788', NULL, NULL, 'dhaka', 'DM NA 20-6174', NULL, '2023-05-11', 'm', '0', NULL, 1, 0, 0, NULL, '2024-01-01 00:00:00', 0, 0, 0, '2023-12-01', NULL, NULL, '1818304586', '359015560033545', NULL, '123456', '2023-12-12 11:48:04', '2023-12-12 11:48:04'),
(2542, 3720, 'Rakib', '01873058551', NULL, NULL, 'dhaka', 'DM CHA 71-0083', NULL, '2023-05-31', 'm', '0', NULL, 1, 0, 0, NULL, '2024-06-01 00:00:00', 0, 1, 0, '2024-05-31', NULL, NULL, '1741007385', '359015560035763', NULL, '123456', '2023-12-13 10:45:18', '2023-12-13 10:45:18'),
(2543, 3721, 'BILLAL HOSSAIN', '01936761413', NULL, NULL, 'dhaka', 'DM GHA 23-9657', NULL, '2023-06-06', NULL, '3467', NULL, 1, 0, 0, NULL, '2025-06-01 00:00:00', 0, 1, 0, '2024-06-06', NULL, NULL, '1703226586', '359015560033248', NULL, '123456', '2023-12-13 10:52:55', '2024-06-08 10:54:02'),
(2544, 3722, 'Motiur Rahman', '01711161458', NULL, 'motiur46@mygpsbd.com', 'dhaka', 'DM DHA 11-6514', NULL, '2023-06-06', NULL, '3200', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-06-06', NULL, NULL, '1864511437', '358735079752399', NULL, '123456', '2023-12-13 10:58:06', '2023-12-13 10:58:06'),
(2545, 3723, 'Shohag', '01881957095', NULL, NULL, 'dhaka', 'DM GA 37-6551', NULL, '2023-06-13', NULL, '0', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-06-13', NULL, NULL, '1879123802', '359015560051109', NULL, '123456', '2023-12-13 11:09:11', '2023-12-13 11:09:11'),
(2547, 3725, 'showon', '01767959604', NULL, NULL, 'dhaka', 'Shaon36', NULL, '2023-07-13', NULL, '0', NULL, 1, 0, 0, NULL, '2024-08-01 00:00:00', 0, 1, 0, '2024-07-13', NULL, NULL, '1716088578', '359015560363025', NULL, '123456', '2023-12-13 11:48:05', '2023-12-13 11:48:05'),
(2548, 3783, 'Russell', '01642250195', NULL, NULL, 'dhaka', 'DM GA 36-0054', NULL, '2023-07-27', NULL, '4200', NULL, 1, 0, 0, NULL, '2024-08-01 00:00:00', 0, 1, 0, '2024-07-27', NULL, NULL, '1836284264', '359015560035110', NULL, '123456', '2023-12-18 15:41:19', '2023-12-18 15:41:19'),
(2549, 3835, 'Shopon', '01684032834', NULL, NULL, 'dhaka', 'DM GA 36-7406', 'private', '2023-08-11', NULL, '3200', NULL, 1, 0, 0, NULL, '2025-08-01 00:00:00', 0, 1, 0, '2024-08-11', NULL, NULL, '1773809818', '354778340053191', NULL, '123456', '2023-12-19 17:16:17', '2023-12-26 12:19:53'),
(2550, 4116, 'Motiur Rahman', '01711161459', NULL, 'motiur46@mygpsbd.com', 'dhaka', 'DM NA 19-5805', NULL, '2023-08-07', 'y', '6200', NULL, 2, 0, 0, NULL, '2025-08-01 00:00:00', 0, 1, 0, '2024-08-07', NULL, NULL, '1887842783', '359015560097151', NULL, '123456', '2023-12-27 11:32:13', '2023-12-27 11:32:13'),
(2551, 4119, 'Mohammad Masoom Hasan', '01799983779', NULL, 'masoom.hs@gmail.com2', 'dhaka', 'DM GA 16-5914', NULL, '2023-08-07', 'y', '4400', NULL, 1, 0, 0, NULL, '2029-08-01 00:00:00', 0, 0, 0, '2023-08-07', NULL, NULL, '1828006387', '359015560049152', NULL, '123456', '2023-12-27 11:39:23', '2023-12-27 11:39:23'),
(2552, 4123, 'Md.Al-Amin Miah', '01841852456', NULL, 'advalaminmiah@gmail.com', 'dhaka', 'DM GA 49-2841', NULL, '2023-08-12', 'y', '3600', NULL, 1, 0, 0, NULL, '2029-08-01 00:00:00', 0, 0, 0, '2023-08-12', NULL, NULL, '1881434560', '359015560076213', NULL, '123456', '2023-12-27 11:43:50', '2023-12-27 11:43:50'),
(2553, 4125, 'Badshah', '01811420266', NULL, NULL, 'dhaka', 'DM GA 35-0144', NULL, '2023-08-12', 'y', '3700', NULL, 1, 0, 0, NULL, '2025-08-01 00:00:00', 0, 1, 0, '2024-08-12', NULL, NULL, '1882558686', '359015560043742', NULL, '123456', '2023-12-27 11:48:08', '2023-12-27 11:48:08'),
(2554, 4129, 'Hassan Mahmud', '01862470901', NULL, NULL, 'dhaka', 'Dm ga 45-9794', NULL, '2023-08-13', 'y', '3300', NULL, 1, 0, 0, NULL, '2025-08-01 00:00:00', 0, 1, 0, '2024-08-13', NULL, NULL, '1889078230', '359015560098506', NULL, '123456', '2023-12-27 11:54:04', '2023-12-27 11:54:04'),
(2555, 4156, 'Robiul', '01847162723', NULL, NULL, 'dhaka', 'DM GA 36-1333', NULL, '2023-09-02', NULL, '4000', NULL, 1, 0, 0, NULL, '2024-10-01 00:00:00', 0, 1, 0, '2024-09-02', NULL, NULL, '1836728876', '359015560043163', NULL, '123456', '2023-12-27 13:59:42', '2023-12-27 13:59:42'),
(2556, 4160, 'Manik', '0171117064', NULL, NULL, 'dhaka', 'DM GA 33-3350', NULL, '2023-09-04', 'y', '3200', NULL, 1, 0, 0, NULL, '2025-09-01 00:00:00', 0, 1, 0, '2024-09-04', NULL, NULL, '1855159571', '359015560099470', NULL, '123456', '2023-12-27 14:10:46', '2023-12-27 14:10:46'),
(2557, 4161, 'Anan', '01875137661', NULL, NULL, 'dhaka', 'DM KHA 12-2187', NULL, '2023-09-15', 'y', '4000', NULL, 1, 0, 0, NULL, '2025-09-01 00:00:00', 0, 1, 0, '2024-09-15', NULL, NULL, '1873868300', '359015560077088', NULL, '123456', '2023-12-27 14:32:44', '2023-12-27 14:32:44'),
(2558, 4168, 'Md Jahangir Hussain', '01626541482', NULL, NULL, 'dhaka', 'DM cha 20-3380', NULL, '2023-10-07', 'y', '0', NULL, 1, 0, 0, NULL, '2025-10-01 00:00:00', 0, 1, 0, '2024-10-07', NULL, NULL, '1859082412', '359015560350618', NULL, '123456', '2023-12-27 15:24:24', '2023-12-27 15:24:24'),
(2559, 4169, 'Sofikul', '01408367142', NULL, NULL, 'dhaka', 'GJ 11-0057', NULL, '2023-10-13', 'y', '0', NULL, 1, 0, 0, NULL, '2025-10-01 00:00:00', 0, 1, 0, '2024-10-13', NULL, NULL, '1825552402', '864943042752044', NULL, '123456', '2023-12-27 15:27:46', '2023-12-27 15:27:46'),
(2561, 4171, 'Jakir Hossain', '01714729883', NULL, NULL, 'dhaka', 'DM TA 16-5057', NULL, '2023-10-25', 'y', '4000', NULL, 1, 0, 0, NULL, '2025-10-01 00:00:00', 0, 1, 0, '2024-10-25', NULL, NULL, '1716876152', '359015560366713', NULL, '123456', '2023-12-27 15:40:30', '2023-12-27 15:40:30'),
(2562, 4172, 'Mamun', '01705053147', NULL, NULL, 'dhaka', 'DM LA 30-5374', NULL, '2023-10-25', 'y', '2400', NULL, 1, 0, 0, NULL, '2025-10-01 00:00:00', 0, 1, 0, '2024-10-25', NULL, NULL, '1799557636', '359015560365582', NULL, '123456', '2023-12-27 15:44:38', '2023-12-27 15:44:38'),
(2563, 4173, 'Shobuj', '01911180737', NULL, NULL, 'dhaka', 'DM TA 18-8833', NULL, '2023-10-25', 'm', '0', NULL, 1, 0, 0, NULL, '2024-01-01 00:00:00', 0, 0, 0, '2023-12-01', NULL, NULL, '1312734117', '359015560366572', NULL, '123456', '2023-12-27 15:52:00', '2023-12-27 15:52:00'),
(2564, 4174, 'Mumu', '01935776645', NULL, NULL, 'dhaka', 'DM GA 34-5687', NULL, '2023-10-26', 'y', '4200', NULL, 1, 0, 0, NULL, '2025-10-01 00:00:00', 0, 1, 0, '2024-10-26', NULL, NULL, '1894674052', '864943042751442', NULL, '123456', '2023-12-27 16:04:42', '2023-12-27 16:04:42'),
(2565, 4182, 'MD ALAMIN AZAD SHUPTO', '01303056176', NULL, NULL, 'dhaka', 'DM BA 11-8955', NULL, '2023-10-27', 'y', '4200', NULL, 1, 0, 0, NULL, '2025-10-01 00:00:00', 0, 1, 0, '2024-10-27', NULL, NULL, '1332710843', '359015560365574', NULL, '123456', '2023-12-27 16:54:17', '2023-12-27 16:54:17'),
(2566, 4184, 'Jibon', '01890027703', NULL, NULL, 'dhaka', 'DM NA 13-2152', NULL, '2023-10-28', 'y', '0', NULL, 1, 0, 0, NULL, '2025-10-01 00:00:00', 0, 1, 0, '2024-10-28', NULL, NULL, '1332751494', '359015560366820', NULL, '123456', '2023-12-27 16:59:22', '2023-12-27 16:59:22'),
(2567, 4185, 'Musa', '01312457611', NULL, NULL, 'dhaka', 'DM Na 15-6357', NULL, '2023-10-28', 'm', '0', NULL, 1, 0, 0, NULL, '2024-11-01 00:00:00', 0, 1, 0, '2024-10-28', NULL, NULL, '1330609102', '359015560362449', NULL, '123456', '2023-12-27 17:03:44', '2023-12-27 17:03:44'),
(2568, 4186, 'Monir', '01754979749', NULL, NULL, 'dhaka', 'DM cha 12-1799', NULL, '2023-10-28', 'y', '0', NULL, 1, 0, 0, NULL, '2024-12-01 00:00:00', 0, 0, 0, '2023-12-01', NULL, NULL, '1332751495', '359015560363876', NULL, '123456', '2023-12-27 17:09:08', '2023-12-27 17:09:08'),
(2569, 4187, 'biplob58', '01537328397', NULL, NULL, 'dhaka', 'CM LA 16-3128', NULL, '2023-10-28', 'y', '4500', NULL, 1, 0, 0, NULL, '2025-10-01 00:00:00', 0, 1, 0, '2024-10-28', NULL, NULL, '1877401619', '864943042751483', NULL, '123456', '2023-12-27 17:14:26', '2023-12-27 17:14:26'),
(2570, 4188, 'Dr. Sanjib Kundu', '01819819812', NULL, 'drskundu75@gmail.com', 'dhaka', 'DM GA 25-2116', NULL, '2023-10-30', 'y', '4600', NULL, 1, 0, 0, NULL, '2025-10-01 00:00:00', 0, 1, 0, '2024-10-30', NULL, NULL, '1796746391', '359015560350311', NULL, '123456', '2023-12-27 17:18:03', '2023-12-27 17:18:03'),
(2571, 4189, 'ANOWAR', '01755509392', NULL, NULL, 'dhaka', 'DM GHA 15-7355', NULL, '2023-10-30', 'y', '3600', NULL, 1, 0, 0, NULL, '2025-10-01 00:00:00', 0, 1, 0, '2024-10-30', NULL, NULL, '01330108637', '359015560366663', NULL, '123456', '2023-12-27 17:22:14', '2023-12-27 17:22:14'),
(2573, 4191, 'Emarat', '01712015337', NULL, NULL, 'dhaka', 'DM GA 45-6205', NULL, '2023-10-30', 'y', '3000', NULL, 1, 0, 0, NULL, '2025-10-01 00:00:00', 0, 1, 0, '2024-10-30', NULL, NULL, '1307992317', '359015560363652', NULL, '123456', '2023-12-27 17:40:32', '2023-12-27 17:40:32'),
(2574, 4192, 'Md Borhan uddin ahmed', '01788933737', NULL, NULL, 'dhaka', 'DM CA 12-2594', NULL, '2023-10-30', 'y', '0', NULL, 1, 0, 0, NULL, '2024-12-01 00:00:00', 0, 0, 0, '2023-12-01', NULL, NULL, '1756866629', '359015560362373', NULL, '123456', '2023-12-27 17:46:31', '2023-12-27 17:46:31'),
(2575, 4193, 'Abdur Rahim', '01978013445', NULL, NULL, 'dhaka', 'DM LA 28-4200', NULL, '2023-10-30', 'm', '0', NULL, 1, 0, 0, NULL, '2024-01-01 00:00:00', 0, 0, 0, '2023-12-01', NULL, NULL, '1796190805', '864943042751723', NULL, '123456', '2023-12-27 17:51:49', '2023-12-27 17:51:49'),
(2576, 4194, 'Heaven', '01714374143', NULL, NULL, 'dhaka', 'DM GA 28-6609', NULL, '2023-10-31', 'y', '3500', NULL, 1, 0, 0, NULL, '2025-10-01 00:00:00', 0, 1, 0, '2024-10-31', NULL, NULL, '1873550080', '359015560350824', NULL, '123456', '2023-12-27 17:58:44', '2023-12-27 17:58:44'),
(2577, 4195, 'Deepak Shah', '01938241422', NULL, NULL, 'dhaka', 'DM NA 17-1731', NULL, '2023-10-31', 'y', '7200', NULL, 2, 0, 0, NULL, '2025-10-01 00:00:00', 0, 1, 0, '2024-10-31', NULL, NULL, '1332710862', '359015560366259', NULL, '123456', '2023-12-27 18:03:25', '2023-12-27 18:03:25'),
(2578, 4196, 'Md Ariful Islam', '1718522661', NULL, NULL, 'dhaka', 'DM na13-4087', NULL, '2023-11-10', 'y', '3400', NULL, 1, 0, 0, NULL, '2025-11-01 00:00:00', 0, 1, 0, '2024-11-10', NULL, NULL, '1776099477', '864943042750972', NULL, '123456', '2023-12-27 18:14:30', '2023-12-27 18:14:30'),
(2579, 4197, 'Sazedul19', '01716123348', NULL, NULL, 'dhaka', 'DM GA 35-5592', NULL, '2023-11-10', 'y', '3600', NULL, 1, 0, 0, NULL, '2025-11-01 00:00:00', 0, 1, 0, '2024-11-10', NULL, NULL, '1773806962', '864943042752051', NULL, '123456', '2023-12-27 18:21:44', '2023-12-27 18:21:44'),
(2580, 4199, 'Shihab', '01829399471', NULL, NULL, 'dhaka', 'DM GA 21-7670', NULL, '2023-10-31', 'y', '3600', NULL, 1, 0, 0, NULL, '2025-10-01 00:00:00', 0, 1, 0, '2024-10-31', NULL, NULL, '1332601352', '359015560098811', NULL, '123456', '2023-12-28 11:18:43', '2023-12-28 11:18:43'),
(2581, 4200, 'Abdul aliM', '01608228183', NULL, NULL, 'dhaka', 'DM CA 15-5502', NULL, '2023-11-01', 'y', '3250', NULL, 1, 0, 0, NULL, '2025-11-01 00:00:00', 0, 1, 0, '2024-11-01', NULL, NULL, '1316647962', '359015560365749', NULL, '123456', '2023-12-28 11:24:53', '2023-12-28 11:24:53'),
(2582, 4201, 'Kazi sakib', '01628679019', NULL, NULL, 'dhaka', 'DM GA 34-9717', NULL, '2023-11-01', 'y', '3600', NULL, 1, 0, 0, NULL, '2025-11-01 00:00:00', 0, 1, 0, '2024-11-01', NULL, NULL, '1312727129', '359015560366192', NULL, '123456', '2023-12-28 11:31:46', '2023-12-28 11:31:46'),
(2583, 4202, 'Atiq', '01322446403', NULL, NULL, 'dhaka', 'Dm ga 16-4006', NULL, '2023-11-01', 'y', '3500', NULL, 1, 0, 0, NULL, '2025-11-01 00:00:00', 0, 1, 0, '2024-11-01', NULL, NULL, '1307545596', '864943042751715', NULL, '123456', '2023-12-28 11:39:26', '2023-12-28 11:39:26'),
(2584, 4203, 'Sobuj', '01922452882', NULL, NULL, 'dhaka', 'DM GA 26-8904', NULL, '2023-11-02', 'y', '4000', NULL, 1, 0, 0, NULL, '2025-11-01 00:00:00', 0, 1, 0, '2024-11-02', NULL, NULL, '1307545313', '864943042752119', NULL, '123456', '2023-12-28 12:15:57', '2023-12-28 12:15:57'),
(2585, 4204, 'Monir', '01719923373', NULL, NULL, 'dhaka', 'DM GA 35-6206', NULL, '2023-11-02', 'y', '4200', NULL, 1, 0, 0, NULL, '2025-11-01 00:00:00', 0, 1, 0, '2024-11-02', NULL, NULL, '1771854603', '864943042751939', NULL, '123456', '2023-12-28 12:18:45', '2023-12-28 12:18:45'),
(2586, 4205, 'Mozammal Huq', '01716453635', NULL, NULL, 'dhaka', 'Dm ga 16-5664', NULL, '2023-11-02', 'y', '4000', NULL, 1, 0, 0, NULL, '2025-11-01 00:00:00', 0, 1, 0, '2024-11-02', NULL, NULL, '1307545501', '864943042752085', NULL, '123456', '2023-12-28 12:21:20', '2023-12-28 12:21:20'),
(2587, 4206, 'Anis Hoque', '01776462304', NULL, NULL, 'dhaka', 'DM GA 26-2210', NULL, '2023-11-03', 'y', '4200', NULL, 1, 0, 0, NULL, '2025-11-01 00:00:00', 0, 1, 0, '2024-11-03', NULL, NULL, '1331465989', '864943042751038', NULL, '123456', '2023-12-28 12:26:01', '2023-12-28 12:26:01'),
(2588, 4207, 'Firoz', '01795560601', NULL, NULL, 'dhaka', 'barisal Na', NULL, '2023-11-03', 'y', '3600', NULL, 1, 0, 0, NULL, '2025-11-01 00:00:00', 0, 1, 0, '2024-11-03', NULL, NULL, '1307545743', '864943042752036', NULL, '123456', '2023-12-28 12:29:55', '2023-12-28 12:29:55'),
(2589, 4208, 'MD JAHIDUL', '01780945542', NULL, NULL, 'dhaka', 'DM LA 94-5542', NULL, '2023-11-04', 'y', '3600', NULL, 1, 0, 0, NULL, '2025-11-01 00:00:00', 0, 1, 0, '2024-11-04', NULL, NULL, '1740234541', '359015560349750', NULL, '123456', '2023-12-28 12:33:26', '2023-12-28 12:33:26'),
(2590, 4209, 'MD HABIB', '01742631130', NULL, NULL, 'dhaka', 'Natore LA 12-3803', NULL, '2023-11-04', 'y', '3600', NULL, 1, 0, 0, NULL, '2025-11-01 00:00:00', 0, 1, 0, '2024-11-04', NULL, NULL, '1716665316', '359015560364874', NULL, '123456', '2023-12-28 12:45:41', '2023-12-28 12:45:41'),
(2591, 4210, 'Munna', '01955687591', NULL, NULL, 'dhaka', 'DM NA 17-7390', NULL, '2023-11-04', 'y', '3600', NULL, 1, 0, 0, NULL, '2025-11-01 00:00:00', 0, 1, 0, '2024-11-04', NULL, NULL, '1737221601', '359015560366457', NULL, '123456', '2023-12-28 12:48:48', '2023-12-28 12:48:48'),
(2592, 4211, 'Saddam hosen munna', '01715805053', NULL, NULL, 'dhaka', 'Chadpur cha 11-0098', NULL, '2023-11-05', 'y', '3500', NULL, 1, 0, 0, NULL, '2025-11-01 00:00:00', 0, 1, 0, '2024-11-05', NULL, NULL, '1309776432', '359015560366044', NULL, '123456', '2023-12-28 12:52:23', '2023-12-28 12:52:23'),
(2593, 4212, 'Md jonayet khan', '01629294515', NULL, NULL, 'dhaka', 'Gari:11-0519', NULL, '2023-11-05', 'y', '2400', NULL, 1, 0, 0, NULL, '2025-11-01 00:00:00', 0, 1, 0, '2024-11-05', NULL, NULL, '1309827257', '359015560366655', NULL, '123456', '2023-12-28 13:43:12', '2023-12-28 13:43:12'),
(2594, 4213, 'Sujan Datta', '01859757370', NULL, NULL, 'dhaka', 'FZS v2 CM LA 19-9392', NULL, '2023-11-05', 'y', '4752', NULL, 1, 0, 0, NULL, '2025-11-01 00:00:00', 0, 1, 0, '2024-11-05', NULL, NULL, '1330901091', '359015560364403', NULL, '123456', '2023-12-28 13:50:16', '2023-12-28 13:50:16'),
(2595, 4214, 'CITYMEAD', '01811280999', NULL, NULL, 'dhaka', 'DM GA 45-1282', NULL, '2023-11-06', 'y', '24000', NULL, 1, 0, 0, NULL, '2025-11-01 00:00:00', 0, 1, 0, '2024-11-06', NULL, NULL, '1795944314', '864943042751749', NULL, '123456', '2023-12-28 13:53:47', '2023-12-28 13:53:47'),
(2596, 4215, 'Romofashion', '01845971153', NULL, NULL, 'dhaka', 'DM au 13-0540', NULL, '2023-11-06', 'y', '18200', NULL, 2, 0, 0, NULL, '2025-11-01 00:00:00', 0, 1, 0, '2024-11-06', NULL, NULL, '1310932668', '864943042751855', NULL, '123456', '2023-12-28 14:00:04', '2023-12-28 14:00:04'),
(2597, 4216, 'Lokman hossain', '01711516572', NULL, NULL, 'dhaka', 'Dm ga 47-7218', NULL, '2023-11-06', 'y', '3300', NULL, 1, 0, 0, NULL, '2025-11-01 00:00:00', 0, 1, 0, '2024-11-06', NULL, NULL, '1304126396', '359015560365608', NULL, '123456', '2023-12-28 14:03:28', '2023-12-28 14:03:28'),
(2599, 4218, 'Bashar', '01647563608', NULL, NULL, 'dhaka', '39-7468', NULL, '2023-11-07', 'y', '7350', NULL, 1, 0, 0, NULL, '2025-11-01 00:00:00', 0, 1, 0, '2024-11-07', NULL, NULL, '1307393509', '864943042751095', NULL, '123456', '2023-12-28 14:15:37', '2023-12-28 14:15:37'),
(2600, 4222, 'Nasimul Hasin', '01845971258', NULL, NULL, 'dhaka', 'Dm va 12-0064', NULL, '2023-11-07', 'y', '2600', NULL, 1, 0, 0, NULL, '2025-11-01 00:00:00', 0, 1, 0, '2024-11-07', NULL, NULL, '1758591196', '864943042750709', NULL, '123456', '2023-12-28 14:19:47', '2023-12-28 14:19:47');
INSERT INTO `all_users` (`id`, `user_id`, `name`, `phone`, `alter_phone`, `email`, `par_add`, `car_number`, `car_model`, `installation_date`, `billing_cycle`, `monthly_bill`, `device_price`, `user_type`, `complain_status`, `service_problem_status`, `total_due`, `next_payment_date`, `expair_status`, `payment_status`, `order_status`, `due_date`, `total_paied`, `status`, `device_sim_number`, `imei_number`, `note`, `password`, `created_at`, `updated_at`) VALUES
(2601, 4229, 'Mahfuz.Magura', '01733004493', NULL, NULL, 'dhaka', 'Dm Na 15-9979', NULL, '2023-11-09', 'y', '3600', NULL, 1, 0, 0, NULL, '2025-11-01 00:00:00', 0, 1, 0, '2024-11-09', NULL, NULL, '1785623273', '864943042750782', NULL, '123456', '2023-12-28 14:34:00', '2023-12-28 14:34:00'),
(2602, 4235, 'Jamiul', '01774351410', NULL, NULL, 'dhaka', 'DM CHA 20-0586', NULL, '2023-11-10', 'y', '3600', NULL, 1, 0, 0, NULL, '2025-11-01 00:00:00', 0, 1, 0, '2024-11-10', NULL, NULL, '1776096126', '864943042752234', NULL, '123456', '2023-12-28 14:37:29', '2023-12-28 14:37:29'),
(2603, 4256, 'MD.Asaduzzaman', '01716272073', NULL, NULL, 'dhaka', 'DM Na 19-5504', NULL, '2023-11-10', 'y', '3600', NULL, 1, 0, 0, NULL, '2025-11-01 00:00:00', 0, 1, 0, '2024-11-10', NULL, NULL, '1309969264', '864943042750436', NULL, '123456', '2023-12-28 15:11:26', '2023-12-28 15:11:26'),
(2604, 4257, 'MOHAMMAD MAHFUZUR RAHMAN', '01714162091', NULL, NULL, 'dhaka', 'DM GA 47-9327', NULL, '2023-11-10', 'y', '4000', NULL, 1, 0, 0, NULL, '2025-11-01 00:00:00', 0, 1, 0, '2024-11-10', NULL, NULL, '1754944054', '864943042751988', NULL, '123456', '2023-12-28 15:16:17', '2023-12-28 15:16:17'),
(2605, 4258, 'Malik', '01745927252', NULL, NULL, 'dhaka', 'DM TA 18-4113', NULL, '2023-11-10', 'y', '3600', NULL, 1, 0, 0, NULL, '2025-11-01 00:00:00', 0, 1, 0, '2024-11-10', NULL, NULL, '1814516396', '864943042752317', NULL, '123456', '2023-12-28 16:02:15', '2023-12-28 16:02:15'),
(2606, 4261, 'Jarif Ahmed', '01308500561', NULL, 'eheteshamjarif@gmail.com', 'dhaka', 'DM CA 12-2664', NULL, '2023-11-10', 'y', '4600', NULL, 1, 0, 0, NULL, '2025-11-01 00:00:00', 0, 1, 0, '2024-11-10', NULL, NULL, '1300728506', '359015560350220', NULL, '123456', '2024-01-01 11:02:18', '2024-01-01 11:02:18'),
(2607, 4262, 'MD JEWEL RANA', '01707801264', NULL, NULL, 'dhaka', 'Chandpur Na - 11-0028', NULL, '2023-11-11', 'y', '7200', NULL, 2, 0, 0, NULL, '2025-11-01 00:00:00', 0, 1, 0, '2024-11-11', NULL, NULL, '1776079443', '864943042750600', NULL, '123456', '2024-01-01 11:20:41', '2024-01-01 11:20:41'),
(2608, 4263, 'Atik', '01713570844', NULL, NULL, 'dhaka', 'Dm ga 19-1794', NULL, '2024-11-12', 'y', '3000', NULL, 1, 0, 0, NULL, '2025-11-01 00:00:00', 0, 1, 0, '2024-11-12', NULL, NULL, '1713520481', '359015560365301', NULL, '123456', '2024-01-01 11:24:07', '2024-01-01 11:24:07'),
(2610, 4265, 'Kaiyum', '01684782641', NULL, NULL, 'dhaka', 'DM la 30-2285', NULL, '2024-11-14', 'y', '3400', NULL, 1, 0, 0, NULL, '2025-11-01 00:00:00', 0, 1, 0, '2024-11-14', NULL, NULL, '1323336013', '359015560380466', NULL, '123456', '2024-01-01 11:31:03', '2024-01-01 11:31:03'),
(2611, 4266, 'dtmm@23', '0172111896', NULL, NULL, 'dhaka', 'Dm cha 53-9723', NULL, '2023-11-14', 'y', '3200', NULL, 1, 0, 0, NULL, '2025-11-01 00:00:00', 0, 1, 0, '2024-11-14', NULL, NULL, '1309974573', '864943042752275', NULL, '123456', '2024-01-01 14:36:12', '2024-01-01 14:36:12'),
(2612, 4267, 'basudav', '01722283421', NULL, NULL, 'dhaka', 'CGN 15-112022', NULL, '2023-11-15', 'y', '2400', NULL, 1, 0, 0, NULL, '2025-11-01 00:00:00', 0, 1, 0, '2024-11-15', NULL, NULL, '1773828579', '359015560379633', NULL, '123456', '2024-01-01 14:42:26', '2024-01-01 14:42:26'),
(2613, 4268, 'MD Atiqul Islam', '01979287848', NULL, NULL, 'dhaka', 'DM GA 27-7536', NULL, '2023-11-15', 'y', '4000', NULL, 1, 0, 0, NULL, '2025-11-01 00:00:00', 0, 1, 0, '2024-11-15', NULL, NULL, '1309942226', '359015560377520', NULL, '123456', '2024-01-01 15:04:27', '2024-01-01 15:04:27'),
(2614, 4269, 'Nur Hossain', '01843896004', NULL, NULL, 'dhaka', 'DM GA 23-2577', NULL, '2023-11-15', 'y', '3600', NULL, 1, 0, 0, NULL, '2025-11-01 00:00:00', 0, 1, 0, '2024-11-15', NULL, NULL, '1743528929', '359015560379997', NULL, '123456', '2024-01-01 15:08:48', '2024-01-01 15:08:48'),
(2615, 4270, 'PALASH', '01916716009', NULL, NULL, 'dhaka', 'AUTO -009', NULL, '2023-11-16', 'y', '4500', NULL, 1, 0, 0, NULL, '2025-11-01 00:00:00', 0, 1, 0, '2024-11-16', NULL, NULL, '1757808755', '359015560379765', NULL, '123456', '2024-01-01 15:11:39', '2024-01-01 15:11:39'),
(2616, 4271, 'Bashir Ahmed', '01867846356', NULL, NULL, 'dhaka', 'DM GA 37-4091', NULL, '2023-11-16', 'y', '4200', NULL, 1, 0, 0, NULL, '2025-11-01 00:00:00', 0, 1, 0, '2024-11-16', NULL, NULL, '1751068255', '359015560377041', NULL, '123456', '2024-01-01 15:18:43', '2024-01-01 15:18:43'),
(2617, 4272, 'Nayon', '01912673384', NULL, NULL, 'dhaka', 'Dm ga 25-5250', NULL, '2023-11-16', 'y', '7200', NULL, 2, 0, 0, NULL, '2025-11-01 00:00:00', 0, 1, 0, '2024-11-16', NULL, NULL, '1743718404', '359015560379047', NULL, '123456', '2024-01-01 15:21:43', '2024-01-01 15:21:43'),
(2618, 4273, 'Nayon', '1912673384', NULL, NULL, 'dhaka', 'Dm ga 35-8647', NULL, '2023-11-16', 'y', '7200', NULL, 1, 0, 0, NULL, '2025-11-01 00:00:00', 0, 1, 0, '2024-11-16', NULL, NULL, '1793291685', '359015560379286', NULL, '123456', '2024-01-01 15:24:48', '2024-01-01 15:24:48'),
(2619, 4274, 'SAIFUDDIN', '01620657376', NULL, NULL, 'dhaka', 'CM GHA  11-5964', NULL, '2023-11-16', 'y', '150', NULL, 1, 0, 0, NULL, '2025-11-01 00:00:00', 0, 1, 0, '2024-11-16', NULL, NULL, '1318826544', '864943042751756', NULL, '123456', '2024-01-01 16:01:43', '2024-01-01 16:01:43'),
(2620, 4275, 'Md.Shamim', '01631092732', NULL, NULL, 'dhaka', 'DM GA 29-6547', NULL, '2023-11-17', 'y', '3600', NULL, 1, 0, 0, NULL, '2025-11-01 00:00:00', 0, 1, 0, '2024-11-17', NULL, NULL, '1763610984', '359015560380425', NULL, '123456', '2024-01-01 16:06:33', '2024-01-01 16:06:33'),
(2621, 4276, 'Mamun', '01821951383', NULL, NULL, 'dhaka', 'DM GA 23-2427', NULL, '2023-11-18', 'y', '3300', NULL, 1, 0, 0, NULL, '2025-11-01 00:00:00', 0, 1, 0, '2024-11-18', NULL, NULL, '1713075615', '359015560379880', NULL, '123456', '2024-01-01 16:10:05', '2024-01-01 16:10:05'),
(2622, 4277, 'MD. Mostakim sheikh', '01813711245', NULL, NULL, 'dhaka', 'Bagerhat LA  11-8737', NULL, '2023-11-18', 'm', '0', NULL, 1, 0, 0, NULL, '2024-12-01 00:00:00', 0, 1, 0, '2024-11-18', NULL, NULL, '1846970690', '359015560362183', NULL, '123456', '2024-01-01 16:34:10', '2024-01-01 16:34:10'),
(2623, 4278, 'Sanaullah', '01714880954', NULL, NULL, 'dhaka', 'DM GA 17-9934', NULL, '2023-11-20', 'y', '4000', NULL, 1, 0, 0, NULL, '2025-11-01 00:00:00', 0, 1, 0, '2024-11-20', NULL, NULL, '1773810695', '359015560377074', NULL, '123456', '2024-01-01 16:37:09', '2024-01-01 16:37:09'),
(2624, 4279, 'Kishoreganj Automobiles', '01976000367', NULL, NULL, 'dhaka', 'DM NA 20-4141', NULL, '2023-11-20', 'y', '3600', NULL, 1, 0, 0, NULL, '2025-11-01 00:00:00', 0, 1, 0, '2024-11-20', NULL, NULL, '1309958448', '359015560379534', NULL, '123456', '2024-01-01 16:44:26', '2024-01-01 16:44:26'),
(2625, 4280, 'MD Rajib', '01708652094', NULL, NULL, 'dhaka', 'DM NA 19-5706', NULL, '2024-11-21', NULL, '3600', NULL, 1, 0, 0, NULL, '2024-12-01 00:00:00', 0, 1, 0, '2024-11-21', NULL, NULL, '1311291612', '359015560379708', NULL, '123456', '2024-01-02 10:41:28', '2024-01-02 10:41:28'),
(2626, 4281, 'MD Ahshanur Rohoman jewel', '01707124475', NULL, NULL, 'dhaka', 'MD Ahshanur Rohoman jewel', NULL, '2023-11-21', 'y', '3600', NULL, 1, 0, 0, NULL, '2025-11-01 00:00:00', 0, 1, 0, '2024-11-21', NULL, NULL, '1754945134', '359015560378817', NULL, '123456', '2024-01-02 10:44:49', '2024-01-02 10:44:49'),
(2627, 4282, 'md sarour', '01772837585', NULL, NULL, 'dhaka', 'DM Mahindra495DI', NULL, '2023-11-21', 'y', '3600', NULL, 1, 0, 0, NULL, '2025-11-01 00:00:00', 0, 1, 0, '2024-11-21', NULL, NULL, '1309990145', '359015560379526', NULL, '123456', '2024-01-02 10:52:02', '2024-01-02 10:52:02'),
(2628, 4283, 'ANOWAR', '01841176242', NULL, NULL, 'dhaka', 'Hobigonj sha - 11-0055', NULL, '2023-11-22', 'y', '10400', NULL, 2, 0, 0, NULL, '2025-11-01 00:00:00', 0, 1, 0, '2024-11-22', NULL, NULL, '1309974068', '359015560379583', NULL, '123456', '2024-01-02 10:55:54', '2024-01-02 10:55:54'),
(2629, 4284, 'Abu Bakar Siddik', '01911915263', NULL, NULL, 'dhaka', 'Gari 09-2799', NULL, '2023-11-22', 'y', '2400', NULL, 1, 0, 0, NULL, '2025-11-01 00:00:00', 0, 1, 0, '2024-11-22', NULL, NULL, '1706979294', '359015560379310', NULL, '123456', '2024-01-02 11:00:30', '2024-01-02 11:00:30'),
(2630, 4285, 'Md. Imran Hasan', '01722718112', NULL, NULL, 'dhaka', 'Imran Hasan', NULL, '2023-11-22', 'y', '3600', NULL, 1, 0, 0, NULL, '2025-11-01 00:00:00', 0, 1, 0, '2024-11-22', NULL, NULL, '1301969918', '359015560379518', NULL, '123456', '2024-01-02 11:10:25', '2024-01-02 11:10:25'),
(2631, 4286, 'M.R.Russel', '01711201498', NULL, NULL, 'dhaka', 'DM GA 21-7837', NULL, '2023-11-23', 'y', '3000', NULL, 1, 0, 0, NULL, '2025-11-01 00:00:00', 0, 1, 0, '2024-11-23', NULL, NULL, '1717205340', '359015560380235', NULL, '123456', '2024-01-02 11:15:25', '2024-01-02 11:15:25'),
(2632, 4287, 'Md imran haider', '01794212552', NULL, NULL, 'dhaka', 'CM LA 19-4751', NULL, '2023-11-23', 'y', '3600', NULL, 1, 0, 0, NULL, '2025-11-01 00:00:00', 0, 1, 0, '2024-11-23', NULL, NULL, '1886212557', '359015560364999', NULL, '123456', '2024-01-02 11:25:38', '2024-01-02 11:25:38'),
(2634, 4289, 'Tarek Aziz', '01919963517', NULL, 'tarekaziz3717@gmail.com', 'dhaka', 'DM CA 12-2760', NULL, '2023-11-23', 'y', '3500', NULL, 1, 0, 0, NULL, '2025-11-01 00:00:00', 0, 1, 0, '2024-11-23', NULL, NULL, '1309868506', '359015560378114', NULL, '123456', '2024-01-02 12:21:02', '2024-01-02 12:21:02'),
(2635, 4290, 'Mir Faisal', '01751403143', NULL, NULL, 'dhaka', 'DM GA 15-3048', NULL, '2023-11-24', 'y', '3600', NULL, 1, 0, 0, NULL, '2025-11-01 00:00:00', 0, 1, 0, '2024-11-24', NULL, NULL, '1753075670', '359015560380060', NULL, '123456', '2024-01-02 12:31:49', '2024-01-02 12:31:49'),
(2636, 4291, 'Salim', '01713529452', NULL, NULL, 'dhaka', 'DM NA 15-510', NULL, '2023-11-24', 'y', '87500', NULL, 1, 0, 0, NULL, '2025-11-01 00:00:00', 0, 1, 0, '2024-11-24', NULL, NULL, '1327161368', '359015560377651', NULL, '123456', '2024-01-02 12:36:50', '2024-01-02 12:36:50'),
(2637, 4292, 'Akramul', '01712874166', NULL, NULL, 'dhaka', 'Dm ta 18-1087', NULL, '2023-11-25', 'y', '2600', NULL, 1, 0, 0, NULL, '2025-11-01 00:00:00', 0, 1, 0, '2024-11-25', NULL, NULL, '1764337920', '864943042750451', NULL, '123456', '2024-01-02 13:27:42', '2024-01-02 13:27:42'),
(2638, 4354, 'Md alim ullah', '01820356269', NULL, NULL, 'dhaka', 'Rangamati la 11-0999', NULL, '2023-11-25', 'y', '3600', NULL, 1, 0, 0, NULL, '2025-11-01 00:00:00', 0, 1, 0, '2024-11-25', NULL, NULL, '1886356275', '359015560364247', NULL, '123456', '2024-01-03 11:01:29', '2024-01-03 11:01:29'),
(2639, 4355, 'Jahir', '1710864927', NULL, NULL, 'dhaka', 'DM-20-0875', NULL, '2023-11-25', 'y', '2600', NULL, 1, 0, 0, NULL, '2025-11-01 00:00:00', 0, 1, 0, '2024-11-25', NULL, NULL, '1316165527', '359015560380284', NULL, '123456', '2024-01-03 11:10:01', '2024-01-03 11:10:01'),
(2640, 4356, 'Riyad Hossain', '01842460735', NULL, 'mdriyadhossain000@gmail.com', 'dhaka', 'Mymensingh LA 12-6066', NULL, '2023-11-25', NULL, '0', NULL, 1, 0, 0, NULL, '2024-12-01 00:00:00', 0, 1, 0, '2024-11-25', NULL, NULL, '1843739159', '359015560379112', NULL, '123456', '2024-01-03 11:19:45', '2024-01-03 11:19:45'),
(2641, 4357, 'Shanur Islam', '01712116699', NULL, NULL, 'dhaka', 'Dm cha 11-6032', NULL, '2023-11-25', 'y', '2600', NULL, 1, 0, 0, NULL, '2025-11-01 00:00:00', 0, 1, 0, '2024-11-25', NULL, NULL, '1727218808', '359015560379542', NULL, '123456', '2024-01-03 11:24:09', '2024-01-03 11:24:09'),
(2642, 4358, 'Nishita Flour Mils', '01713716077', NULL, NULL, 'dhaka', 'Dhaka Metro-Ta-20-5641', NULL, '2023-11-26', 'y', '7200', NULL, 1, 0, 0, NULL, '2025-11-01 00:00:00', 0, 1, 0, '2024-11-26', NULL, NULL, '1735917829', '359015560376969', NULL, '123456', '2024-01-03 11:30:22', '2024-01-03 11:30:22'),
(2643, 4359, 'MD SHAIN KIAN', '01969296200', NULL, NULL, 'dhaka', 'DM CHA 11-9465', NULL, '2023-11-26', 'y', '3600', NULL, 1, 0, 0, NULL, '2025-11-01 00:00:00', 0, 1, 0, '2024-11-26', NULL, NULL, '01328277715', '359015560380144', NULL, '123456', '2024-01-03 11:35:38', '2024-01-03 11:35:38'),
(2644, 4360, 'Anwar Hossain', '1604325550', NULL, NULL, 'dhaka', 'DM na 18-3039', NULL, '2023-11-26', 'y', '3400', NULL, 1, 0, 0, NULL, '2025-11-01 00:00:00', 0, 1, 0, '2024-11-26', NULL, NULL, '1312082381', '359015560379740', NULL, '123456', '2024-01-03 11:39:45', '2024-01-03 11:39:45'),
(2645, 4361, 'ANISH', '01913325311', NULL, NULL, 'dhaka', 'DM SHA 11-5003', NULL, '2023-11-27', 'y', '2600', NULL, 1, 0, 0, NULL, '2025-11-01 00:00:00', 0, 1, 0, '2024-11-27', NULL, NULL, '1331381297', '359015560380219', NULL, '123456', '2024-01-03 11:43:19', '2024-01-03 11:43:19'),
(2646, 4362, 'Pankaj da', '01942204736', NULL, NULL, 'dhaka', 'DM ga 27-1396', NULL, '2023-11-28', 'y', '3400', NULL, 1, 0, 0, NULL, '2025-11-01 00:00:00', 0, 1, 0, '2024-11-28', NULL, NULL, '1332711072', '359015560379849', NULL, '123456', '2024-01-03 11:46:46', '2024-01-03 11:46:46'),
(2647, 4363, 'Arif', '01916654872', NULL, NULL, 'dhaka', 'Dm na 18-7779', NULL, '2023-11-28', 'y', '3400', NULL, 1, 0, 0, NULL, '2025-11-01 00:00:00', 0, 1, 0, '2024-11-28', NULL, NULL, '1312082452', '359015560380326', NULL, '123456', '2024-01-03 11:51:30', '2024-01-03 11:51:30'),
(2649, 4365, 'MD Joshi', '01725211290', NULL, NULL, 'dhaka', 'NA ১১-০১১১', NULL, '2023-12-01', 'y', '3600', NULL, 1, 0, 0, NULL, '2025-12-01 00:00:00', 0, 1, 0, '2024-12-01', NULL, NULL, '1309941869', '359015560379591', NULL, '123456', '2024-01-03 12:13:31', '2024-01-03 12:13:31'),
(2650, 4366, 'Mohammad ataour Rahman', '01819401375', NULL, NULL, 'dhaka', 'DM GA 35-4057', NULL, '2023-12-02', 'y', '3600', NULL, 1, 0, 0, NULL, '2025-12-01 00:00:00', 0, 1, 0, '2024-12-02', NULL, NULL, '1321848217', '359015560378494', NULL, '123456', '2024-01-03 12:22:25', '2024-01-03 12:22:27'),
(2651, 4367, 'Shamsu', '01911775405', NULL, NULL, 'dhaka', 'DM GA 22-3768', NULL, '2023-12-02', 'y', '3500', NULL, 1, 0, 0, NULL, '2025-12-01 00:00:00', 0, 1, 0, '2024-12-02', NULL, NULL, '1310717618', '359015560379252', NULL, '123456', '2024-01-03 12:25:59', '2024-01-03 12:25:59'),
(2652, 4370, 'Mostafizur Rahman', '01714460600', NULL, NULL, 'dhaka', 'DM GA 34-0729', NULL, '2023-12-03', 'y', '3600', NULL, 1, 0, 0, NULL, '2025-12-01 00:00:00', 0, 1, 0, '2024-12-03', NULL, NULL, '1799224804', '359015560377801', NULL, '123456', '2024-01-03 13:15:20', '2024-01-03 13:15:20'),
(2653, 4371, 'Anamika Majumder', '01723269990', NULL, 'anmikaniter@gmail.com', 'dhaka', 'DM GA 29-7211', NULL, '2023-12-03', 'y', '3600', NULL, 1, 0, 0, NULL, '2025-12-01 00:00:00', 0, 1, 0, '2024-12-03', NULL, NULL, '1768697909', '359015560378130', NULL, '123456', '2024-01-03 13:18:57', '2024-01-03 13:18:57'),
(2654, 4372, 'Smorat', '1732577777', NULL, 'smorat77@mygpsbd.net', 'dhaka', 'DM GA 43-6865', NULL, '2023-12-03', NULL, '3400', NULL, 1, 0, 0, NULL, '2025-12-01 00:00:00', 0, 1, 0, '2024-12-03', NULL, NULL, '1793241524', '359015560379401', NULL, '123456', '2024-01-03 13:24:19', '2024-01-08 13:02:06'),
(2655, 4373, 'Delower', '01711985271', NULL, NULL, 'dhaka', 'FZ-02', NULL, '2023-12-04', 'y', '3601', NULL, 1, 0, 0, NULL, '2025-12-01 00:00:00', 0, 1, 0, '2024-12-04', NULL, NULL, '1326909148', '359015560399128', NULL, '123456', '2024-01-03 13:35:20', '2024-01-03 13:35:20'),
(2656, 4374, 'Songjoy', '01770171416', NULL, NULL, 'dhaka', 'Songjoy', NULL, '2023-12-04', 'y', '2400', NULL, 1, 0, 0, NULL, '2025-12-01 00:00:00', 0, 1, 0, '2024-12-04', NULL, NULL, '1327717347', '359015560399839', NULL, '123456', '2024-01-03 13:37:52', '2024-01-03 13:37:52'),
(2657, 4375, 'Md. Shamim Sheikh', '01913939763', NULL, NULL, 'dhaka', 'Gopalgonj La 11-5202', NULL, '2023-12-04', 'y', '3300', NULL, 1, 0, 0, NULL, '2025-12-01 00:00:00', 0, 1, 0, '2024-12-04', NULL, NULL, '1332711070', '359015560400413', NULL, '123456', '2024-01-03 13:44:26', '2024-01-03 13:44:26'),
(2658, 4376, 'MD Jamal', '01722707009', NULL, NULL, 'dhaka', 'Nawabganj La 11-7839', NULL, '2023-12-04', 'y', '2400', NULL, 1, 0, 0, NULL, '2025-12-01 00:00:00', 0, 1, 0, '2024-12-04', NULL, NULL, '1774228289', '359015560399920', NULL, '123456', '2024-01-03 13:51:39', '2024-01-03 13:51:39'),
(2659, 4377, 'Piarul', '01723290035', NULL, NULL, 'dhaka', 'Piarul', NULL, '2023-12-04', 'y', '2400', NULL, 1, 0, 0, NULL, '2025-12-01 00:00:00', 0, 1, 0, '2024-12-04', NULL, NULL, '1776080583', '359015560399680', NULL, '123456', '2024-01-03 13:55:06', '2024-01-03 13:55:06'),
(2660, 4378, 'Md jahangir alam', '01838139593', NULL, NULL, 'dhaka', 'chotto metro-la-14-2745', NULL, '2023-12-05', 'y', '3600', NULL, 1, 0, 0, NULL, '2025-12-01 00:00:00', 0, 1, 0, '2024-12-04', NULL, NULL, '1615846960', '864943042750592', NULL, '123456', '2024-01-03 13:59:54', '2024-01-03 13:59:54'),
(2661, 4379, 'Rahul', '01920395619', NULL, NULL, 'dhaka', 'Rahul19', NULL, '2023-12-05', 'y', '3600', NULL, 1, 0, 0, NULL, '2025-12-01 00:00:00', 0, 1, 0, '2024-12-05', NULL, NULL, '1321867683', '864943042751376', NULL, '123456', '2024-01-03 14:03:37', '2024-01-03 14:03:37'),
(2662, 4380, 'Tanjil', '01832599305', NULL, NULL, 'dhaka', 'Chadpur ha 12-2443', NULL, '2023-12-05', 'y', '3300', NULL, 1, 0, 0, NULL, '2025-12-01 00:00:00', 0, 1, 0, '2024-12-05', NULL, NULL, '1896404053', '359015560394863', NULL, '123456', '2024-01-03 14:08:27', '2024-01-03 14:08:27'),
(2663, 4381, 'Md.Alauddin sarker', '01756901180', NULL, NULL, 'dhaka', 'Dm cha 51-4798', NULL, '2023-12-13', 'y', '7200', NULL, 2, 0, 0, NULL, '2025-12-01 00:00:00', 0, 1, 0, '2024-12-13', NULL, NULL, '1321846601', '864943042751186', NULL, '123456', '2024-01-03 14:18:54', '2024-01-03 14:18:54'),
(2664, 4382, 'MD SUMON', '01757873632', NULL, NULL, 'dhaka', 'Thakurgaon  LA -11-4288', NULL, '2023-12-05', NULL, '2400', NULL, 1, 0, 0, NULL, '2025-01-01 00:00:00', 0, 1, 0, '2024-12-05', NULL, NULL, '1327161367', '359015560400231', NULL, '123456', '2024-01-03 14:26:34', '2024-01-03 14:26:34'),
(2665, 4396, 'A.K.M. Shafiul Hassan', '01730340732', NULL, 'shafiulhassan@mygpsbd.net', 'dhaka', 'DM GA 20-1240', NULL, '2019-09-30', 'm', '0', NULL, 1, 0, 0, NULL, '2024-02-01 00:00:00', 0, 0, 0, '2024-01-01', NULL, NULL, '1306681692', '353701093471627', NULL, '123456', '2024-01-08 21:46:15', '2024-01-08 21:46:15'),
(2666, 4397, 'Abdul Kashem', '01711056005', NULL, NULL, 'dhaka', 'DM GA 33-9645', NULL, '2022-10-30', 'y', '0', NULL, 1, 0, 0, NULL, '2025-01-01 00:00:00', 0, 0, 0, '2024-01-01', NULL, NULL, '1703451096', '351608082360897', NULL, '123456', '2024-01-08 22:01:16', '2024-01-08 22:01:16'),
(2667, 4398, 'Abdullah Al Sayeed', '01611529134', NULL, NULL, 'dhaka', 'DM GA 20-2497', NULL, '2019-03-14', 'm', '1200', NULL, 1, 0, 0, NULL, '2024-02-01 00:00:00', 0, 0, 0, '2024-01-01', NULL, NULL, '1660191546', '353701093106728', NULL, '123456', '2024-01-08 23:11:13', '2024-01-08 23:11:13'),
(2668, 4399, 'Abdur rahim', '01711322980', NULL, NULL, 'dhaka', 'DM NA 19-0400', NULL, '2020-01-01', 'm', '0', NULL, 1, 0, 0, NULL, '2024-02-01 00:00:00', 0, 0, 0, '2024-01-01', NULL, NULL, '1718823922', '358657100635759', NULL, '123456', '2024-01-08 23:43:10', '2024-01-08 23:43:10'),
(2669, 4400, 'Abdur Rahim Khan', '01688382773', NULL, NULL, 'dhaka', 'DM TA 15-0561', NULL, '2019-10-19', 'm', '400', NULL, 1, 0, 0, NULL, '2024-02-01 00:00:00', 0, 0, 0, '2024-01-01', NULL, NULL, '1626594535', '353701094549793', NULL, '123456', '2024-01-08 23:47:29', '2024-01-08 23:47:29'),
(2670, 4401, 'Abdur Rashid', '01811135170', NULL, NULL, 'dhaka', 'DM CHA 19-6993', NULL, '2019-10-05', 'm', '500', NULL, 2, 0, 0, NULL, '2024-02-01 00:00:00', 0, 0, 0, '2024-01-01', NULL, NULL, '1870742756', '353701093584171', NULL, '123456', '2024-01-09 00:00:52', '2024-01-09 00:00:52'),
(2671, 4402, 'Abu Bakkar Siddik', '01718888774', NULL, 'siddik74@mygpsbd.net', 'dhaka', 'DM CHA 19-7773', NULL, '2020-10-23', 'm', '0', NULL, 1, 0, 0, NULL, '2024-02-01 00:00:00', 0, 0, 0, '2024-01-01', NULL, NULL, '1633944656', '353701095550873', NULL, '123456', '2024-01-09 00:09:54', '2024-01-09 00:09:54'),
(2672, 4403, 'Abu Mostofa sujon', '01730326750', NULL, NULL, 'dhaka', 'DM GA 23-9071', NULL, '2020-05-01', 'm', '300', NULL, 1, 0, 0, NULL, '2024-02-01 00:00:00', 0, 0, 0, '2024-01-01', NULL, NULL, '1870689939', '353701095536179', NULL, '123456', '2024-01-09 00:15:39', '2024-01-09 00:15:39'),
(2673, 4404, 'Adv. Anower', '01711369999', NULL, 'anower99@mygpsbd.net', 'dhaka', 'DM CHA 51-9693', NULL, '2019-12-26', 'm', '0', NULL, 1, 0, 0, NULL, '2024-02-01 00:00:00', 0, 0, 0, '2024-01-01', NULL, NULL, '1888092915', '353701095545360', NULL, '123456', '2024-01-09 00:23:13', '2024-01-09 00:23:13'),
(2674, 4405, 'Ahmed Kawser', '01811551100', NULL, NULL, 'dhaka', 'DMG-12-4074', NULL, '2019-05-26', 'm', '400', NULL, 1, 0, 0, NULL, '2024-02-01 00:00:00', 0, 0, 0, '2024-01-01', NULL, NULL, '1844930406', '358735074454835', NULL, '123456', '2024-01-09 00:28:25', '2024-01-09 00:28:25'),
(2675, 4406, 'Aiub Mulla', '01862488081', NULL, NULL, 'dhaka', 'DM-Ga-17-0179', NULL, '2019-02-07', 'm', '400', NULL, 1, 0, 0, NULL, '2024-02-01 00:00:00', 0, 0, 0, '2024-01-01', NULL, NULL, '1844994600', '353701093474217', NULL, '123456', '2024-01-09 00:32:38', '2024-01-09 00:32:38'),
(2676, 4407, 'Akbar', '01711321276', NULL, 'akbar@mygpsbd.net', 'dhaka', 'DM GA 19-7376', NULL, '2020-08-10', 'm', '0', NULL, 1, 0, 0, NULL, '2024-02-01 00:00:00', 0, 0, 0, '2024-01-01', NULL, NULL, '1615345921', '9171484164', NULL, '123456', '2024-01-09 00:37:34', '2024-01-09 00:37:34'),
(2677, 4408, 'AKM Abdul Matin', '01719371235', NULL, 'matin35@mygpsbd.net', 'dhaka', 'CM CHA 51-2059', NULL, '2020-12-24', 'm', '0', NULL, 1, 0, 0, NULL, '2024-02-01 00:00:00', 0, 0, 0, '2024-01-01', NULL, NULL, '1717294460', '359510081293636', NULL, '123456', '2024-01-09 00:41:29', '2024-01-09 00:41:29'),
(2678, 4424, 'AKM Fazlur Rahman', '01711111488', NULL, 'akmfazlur@mygpsbd.net', 'dhaka', 'DM GA 19-6529', NULL, '2020-06-09', 'm', '300', NULL, 1, 0, 0, NULL, '2024-02-01 00:00:00', 0, 0, 0, '2024-01-01', NULL, NULL, '1708415747', '9171491806', NULL, '123456', '2024-01-09 17:45:04', '2024-01-09 17:45:04'),
(2679, 4425, 'Alamgir Hossen', '01712092711', NULL, 'alamgir11@mygpsbd.net', 'dhaka', 'DM GA 45-3522', NULL, '2021-01-16', 'm', '0', NULL, 1, 0, 0, NULL, '2024-02-01 00:00:00', 0, 0, 0, '2024-01-01', NULL, NULL, '1321751015', '358657101015993', NULL, '123456', '2024-01-09 17:49:18', '2024-01-09 17:49:18'),
(2680, 4426, 'Alamin', '01920030204', NULL, NULL, 'dhaka', 'DM DA 12-2388,DM DA 12-2386', NULL, '2020-02-27', NULL, '0', NULL, 2, 0, 0, NULL, '2024-02-01 00:00:00', 0, 0, 0, '2024-01-01', NULL, NULL, '1873922132', '351608083568977', NULL, '123456', '2024-01-09 17:55:27', '2024-01-09 17:57:02'),
(2681, 4427, 'alamin', '01923112082', NULL, NULL, 'dhaka', 'DM GH 31-5661', NULL, '2020-12-20', 'm', '0', NULL, 1, 0, 0, NULL, '2024-02-01 00:00:00', 0, 0, 0, '2024-01-01', NULL, NULL, '1730807995', '358657100658249', NULL, '123456', '2024-01-09 18:01:48', '2024-01-09 18:01:48'),
(2682, 4428, 'Md Tofazzal hosen', '01600261747', NULL, NULL, 'dhaka', '29-4035', NULL, '2024-02-11', 'm', '300', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-02-01', NULL, NULL, '1794539615', '359015560097474', NULL, '123456', '2024-01-12 16:21:14', '2024-06-13 10:58:36'),
(2683, 4429, 'Md. Rohmot Ali', '01719304962', NULL, NULL, 'dhaka', 'Ex-caviator', NULL, '2024-01-11', 'm', '350', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-02-01', NULL, NULL, '1727724679', '359015560928405', NULL, '123456', '2024-01-12 16:31:41', '2024-06-11 16:02:18'),
(2684, 4430, 'Samiul', '01313498198', NULL, NULL, 'dhaka', 'DM GA 39-8439', NULL, '2024-01-11', 'm', '300', NULL, 1, 0, 0, NULL, '2024-03-01 00:00:00', 0, 1, 0, '2024-02-01', NULL, NULL, '1784411469', '359015560929189', NULL, '123456', '2024-01-12 16:37:24', '2024-01-12 16:37:24'),
(2685, 4431, 'Ismail', '1921474482', NULL, NULL, 'dhaka', 'DM Na 13-1065', NULL, '2024-01-11', 'm', '300', NULL, 1, 0, 0, NULL, '2024-03-01 00:00:00', 0, 1, 0, '2024-02-01', NULL, NULL, '1330997720', '359015560915709', NULL, '123456', '2024-01-12 16:41:31', '2024-01-12 16:41:31'),
(2686, 4432, 'Serjen Billal', '01718525460', NULL, NULL, 'dhaka', 'DM GA 21-6222', NULL, '2024-01-10', 'm', '300', NULL, 1, 0, 0, NULL, '2024-03-01 00:00:00', 0, 1, 0, '2024-02-01', NULL, NULL, '1319723840', '359015560399292', NULL, '123456', '2024-01-12 16:45:40', '2024-01-12 16:45:40'),
(2687, 4433, 'Al Amin', '01780063195', NULL, NULL, 'dhaka', 'DM NA 17-1039', NULL, '2024-01-10', NULL, '350', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-02-01', NULL, NULL, '1758270705', '359015560927696', NULL, '123456', '2024-01-12 16:51:48', '2024-06-22 14:04:09'),
(2688, 4434, 'Parvez', '01716915000', NULL, NULL, 'dhaka', 'DM GA 39-3572', NULL, '2024-01-27', 'm', '300', NULL, 1, 0, 0, NULL, '2024-03-01 00:00:00', 0, 1, 0, '2024-02-01', NULL, NULL, '1319722230', '359015560926490', NULL, '123456', '2024-01-12 16:54:32', '2024-01-12 16:54:32'),
(2689, 4435, 'Shohidul', '01735598744', NULL, NULL, 'dhaka', 'Dm ta 20-8092', NULL, '2024-01-08', 'm', '300', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-02-01', NULL, NULL, '1319734237', '359015560925765', NULL, '123456', '2024-01-12 16:58:30', '2024-04-30 11:55:23'),
(2690, 4436, 'Md Sumon', '01835138324', NULL, NULL, 'dhaka', 'DM tha 13-7165', NULL, '2024-01-03', 'm', '293', NULL, 1, 0, 0, NULL, '2024-03-01 00:00:00', 0, 1, 0, '2024-02-01', NULL, NULL, '1319723085', '864943042752176', NULL, '123456', '2024-01-12 17:05:19', '2024-01-12 17:05:19'),
(2691, 4437, 'Abu Sayed', '1971218846', NULL, NULL, 'dhaka', 'DM NA 15-9298,DM NA 21-0755', NULL, '2024-01-03', 'm', '300', NULL, 2, 0, 0, NULL, '2024-03-01 00:00:00', 0, 1, 0, '2024-02-01', NULL, NULL, '1319727481,1319723395', '359015560398823,359015560400025', NULL, '123456', '2024-01-12 17:09:16', '2024-01-12 17:09:16'),
(2692, 4438, 'Rubel', '01792324089', NULL, NULL, 'dhaka', 'DM TA 15-8800', NULL, '2024-01-03', NULL, '350', NULL, 1, 0, 0, NULL, '2024-03-01 00:00:00', 0, 1, 0, '2024-02-01', NULL, NULL, '1758312549', '864943042750634', NULL, '123456', '2024-01-12 17:11:31', '2024-03-03 12:47:05'),
(2693, 4439, 'Kazi Rakib', '1628-679019', NULL, 'kazirakib0199@gmail.com', 'dhaka', 'DM GA 34-6039', NULL, '2024-01-03', NULL, '300', NULL, 1, 0, 0, NULL, '2024-03-01 00:00:00', 0, 1, 0, '2024-02-01', NULL, NULL, '1323734259', '359015560399136', NULL, '123456', '2024-01-12 17:23:38', '2024-01-12 17:23:38'),
(2694, 4440, 'Sheikh al amin', '01712995677', NULL, NULL, 'dhaka', 'DM TA DA-11-6878', NULL, '2024-01-01', 'm', '300', NULL, 1, 0, 0, NULL, '2024-03-01 00:00:00', 0, 1, 0, '2024-02-01', NULL, NULL, '1606118456', '359015560399276', NULL, '123456', '2024-01-12 17:26:51', '2024-01-12 17:26:51'),
(2695, 4441, 'MD Joshi', '1725211290', NULL, NULL, 'dhaka', 'NA ১১-০১১১', NULL, '2023-12-01', 'y', '3600', NULL, 1, 0, 0, NULL, '2025-12-01 00:00:00', 0, 1, 0, '2024-12-01', NULL, NULL, '1309941869', '359015560379591', NULL, '123456', '2024-01-12 18:59:10', '2024-01-12 18:59:10'),
(2697, 4443, 'Md.Nazrul islam', '01309068836', NULL, NULL, 'dhaka', 'Dm ga 36-2158', NULL, '2023-12-04', NULL, '4700', NULL, 1, 0, 0, NULL, '2025-01-01 00:00:00', 0, 1, 0, '2024-12-04', NULL, NULL, '1321675107', '359015560378320', NULL, '123456', '2024-01-12 19:34:59', '2024-01-12 19:34:59'),
(2698, 4444, 'MD mohidur Rahim khan', '01327819454', NULL, NULL, 'dhaka', 'Mahindra B275DI', NULL, '2023-12-05', 'y', '2400', NULL, 1, 0, 0, NULL, '2025-12-01 00:00:00', 0, 1, 0, '2024-12-05', NULL, NULL, '1734633950', '359015560399607', NULL, '123456', '2024-01-12 19:40:31', '2024-01-12 19:40:31'),
(2699, 4445, 'Tushar Ahmed', '01711014936', NULL, NULL, 'dhaka', 'Auto -001,Farhan -004,Farhan-002', NULL, '2023-12-06', 'y', '7500', NULL, 2, 0, 0, NULL, '2025-12-01 00:00:00', 0, 1, 0, '2024-12-06', NULL, NULL, '1327127255,1316479439,1773816265', '359015560400017,359015560400546,359015560399227', NULL, '123456', '2024-01-12 20:07:24', '2024-01-12 20:07:24'),
(2700, 4446, 'Priya', '01623786278', NULL, NULL, 'dhaka', 'Dm ga 16-9170', NULL, '2023-12-06', 'y', '2400', NULL, 1, 0, 0, NULL, '2025-12-01 00:00:00', 0, 1, 0, '2024-12-06', NULL, NULL, '1322568521', '359015560378296', NULL, '123456', '2024-01-12 20:10:55', '2024-01-12 20:10:55'),
(2701, 4447, 'Amzad', '01825002770', NULL, NULL, 'dhaka', 'DM tha 11-6999,DM tha 11-3890', NULL, '2023-12-07', 'y', '4800', NULL, 2, 0, 0, NULL, '2025-12-01 00:00:00', 0, 1, 0, '2024-12-07', NULL, NULL, '1327161371,1767918798', '359015560399862,359015560400470', NULL, '123456', '2024-01-12 20:16:51', '2024-01-12 20:16:51'),
(2702, 4448, 'Md Ahad', '01624756431', NULL, NULL, 'dhaka', 'RTR-160', NULL, '2023-12-08', 'y', '0', NULL, 1, 0, 0, NULL, '2025-12-01 00:00:00', 0, 1, 0, '2024-12-08', NULL, NULL, '1323669017', '359015560400140', NULL, '123456', '2024-01-12 20:30:21', '2024-01-12 20:30:21'),
(2703, 4449, 'Md Babul Akter', '01718002615', NULL, NULL, 'dhaka', 'Dm ga 16-8969', NULL, '2023-12-08', NULL, '3600', NULL, 1, 0, 0, NULL, '2025-01-01 00:00:00', 0, 1, 0, '2024-12-08', NULL, NULL, '1310710828', '359015560915188', NULL, '123456', '2024-01-12 20:34:03', '2024-01-12 20:34:03'),
(2704, 4450, 'Md Zahirul', '01786326104', NULL, NULL, 'dhaka', 'DM HA 68-1556', NULL, '2023-12-08', 'y', '3200', NULL, 1, 0, 0, NULL, '2025-12-01 00:00:00', 0, 1, 0, '2024-12-08', NULL, NULL, '1323831793', '359015560363553', NULL, '123456', '2024-01-12 20:37:42', '2024-01-12 20:37:42'),
(2705, 4451, 'Neweas shorif', '01717813401', NULL, NULL, 'dhaka', 'Dm ga 47-7130', NULL, '2023-12-09', 'y', '3500', NULL, 1, 0, 0, NULL, '2025-12-01 00:00:00', 0, 1, 0, '2024-12-09', NULL, NULL, '1323835831', '359015560377900', NULL, '123456', '2024-01-12 20:50:52', '2024-01-12 20:50:52'),
(2706, 4452, 'Towhid2009', '01712684828', NULL, NULL, 'dhaka', 'DM GA 31-0611', NULL, '2023-12-10', 'y', '2000', NULL, 1, 0, 0, NULL, '2025-12-01 00:00:00', 0, 1, 0, '2024-12-10', NULL, NULL, '1761971995', '359015560380359', NULL, '123456', '2024-01-12 20:59:25', '2024-01-12 20:59:25'),
(2707, 4453, 'Jamil Ahmed', '01307541441', NULL, NULL, 'dhaka', 'DM la -16-2370', NULL, '2023-12-11', 'm', '0', NULL, 1, 0, 0, NULL, '2025-01-01 00:00:00', 0, 1, 0, '2024-12-11', NULL, NULL, '1784240785', '359015560038742', NULL, '123456', '2024-01-12 21:37:11', '2024-01-12 21:37:11'),
(2708, 4454, 'Adnan', '01672777772', NULL, NULL, 'dhaka', 'Adnan', NULL, '2023-12-11', 'y', '3600', NULL, 1, 0, 0, NULL, '2025-12-01 00:00:00', 0, 1, 0, '2024-12-11', NULL, NULL, '1310411296', '359015560399003', NULL, '123456', '2024-01-12 21:40:10', '2024-01-12 21:40:10'),
(2711, 4457, 'MD MYNUL HAQUE', '01720808888', NULL, 'mynul.selection@gmail.com', 'dhaka', 'DM GA 65-6812', NULL, '2023-12-13', 'y', '3000', NULL, 1, 0, 0, NULL, '2025-12-01 00:00:00', 0, 1, 0, '2024-12-13', NULL, NULL, '1323833078', '359015560399383', NULL, '123456', '2024-01-12 22:06:54', '2024-01-12 22:06:54'),
(2712, 4458, 'Shahadat Hossain', '1712024471', NULL, NULL, 'dhaka', 'Dm ga 47-2023', NULL, '2023-12-14', 'y', '3200', NULL, 1, 0, 0, NULL, '2026-12-01 00:00:00', 0, 0, 0, '2023-12-14', NULL, NULL, '1758481191', '359015560379062', NULL, '123456', '2024-01-12 22:13:22', '2024-01-12 22:13:22'),
(2713, 4459, 'polash', '01911236740', NULL, NULL, 'dhaka', 'Dm da 14-6305', NULL, '2023-12-15', 'y', '2600', NULL, 1, 0, 0, NULL, '2025-12-01 00:00:00', 0, 1, 0, '2024-12-15', NULL, NULL, '1758362402', '359015560399573', NULL, '123456', '2024-01-12 22:19:28', '2024-01-12 22:19:28'),
(2714, 4460, 'Tarek Aziz', '01730963517', NULL, 'tarekaziz3717@gmail.com', 'dhaka', 'DM GA26-4971', NULL, '2023-12-15', 'y', '3500', NULL, 1, 0, 0, NULL, '2025-12-01 00:00:00', 0, 1, 0, '2024-12-15', NULL, NULL, '1309828104', '359015560376498', NULL, '123456', '2024-01-12 22:25:57', '2024-01-12 22:25:57'),
(2715, 4461, 'Tushar', '01717330776', NULL, NULL, 'dhaka', 'Tushar76', NULL, '2023-12-19', 'm', '169', NULL, 1, 0, 0, NULL, '2025-02-01 00:00:00', 0, 1, 0, '2024-01-01', NULL, NULL, '1782299747', '359015560097987', NULL, '123456', '2024-01-12 22:32:15', '2024-02-10 15:28:19'),
(2716, 4463, 'Rony', '01756691299', NULL, NULL, 'dhaka', 'Rony', NULL, '2023-12-31', 'y', '5000', NULL, 1, 0, 0, NULL, '2025-12-01 00:00:00', 0, 1, 0, '2024-12-31', NULL, NULL, '1707772183', '359015560399342', NULL, '123456', '2024-01-12 23:24:12', '2024-01-12 23:24:12'),
(2717, 4464, 'MASUD', '01921735251', NULL, NULL, 'dhaka', 'DM GA 21-2144', NULL, '2023-12-30', 'y', '4200', NULL, 1, 0, 0, NULL, '2025-12-01 00:00:00', 0, 1, 0, '2024-12-30', NULL, NULL, '1319756311', '864943042750410', NULL, '123456', '2024-01-12 23:29:07', '2024-01-12 23:29:07'),
(2718, 4465, 'MD nadim', '01625496999', NULL, NULL, 'dhaka', 'Dm ga 29-5036', NULL, '2023-12-30', NULL, '3600', NULL, 1, 0, 0, NULL, '2025-01-01 00:00:00', 0, 1, 0, '2024-12-30', NULL, NULL, '1763679644', '359015560379351', NULL, '123456', '2024-01-12 23:59:13', '2024-01-12 23:59:13'),
(2719, 4466, 'Kalam Azad', '01759496300', NULL, NULL, 'dhaka', 'DM GA 12-1133', NULL, '2023-12-29', 'y', '2600', NULL, 1, 0, 0, NULL, '2025-12-01 00:00:00', 0, 1, 0, '2024-12-29', NULL, NULL, '1714250346', '359015560399409', NULL, '123456', '2024-01-13 00:01:55', '2024-01-13 00:01:55'),
(2720, 4467, 'MD Rejaul', '01823216949', NULL, NULL, 'dhaka', 'DM CHA 71-4318', NULL, '2023-12-28', 'y', '4200', NULL, 1, 0, 0, NULL, '2025-12-01 00:00:00', 0, 1, 0, '2024-12-28', NULL, NULL, '1789980301', '864943042750501', NULL, '123456', '2024-01-13 00:10:27', '2024-01-13 00:10:27'),
(2721, 4468, 'Rintu', '01751837391', NULL, NULL, 'dhaka', 'Dm ga 13-3154', NULL, '2023-12-28', 'y', '2600', NULL, 1, 0, 0, NULL, '2025-12-01 00:00:00', 0, 1, 0, '2024-12-28', NULL, NULL, '1330637138', '359015560398922', NULL, '123456', '2024-01-13 00:13:34', '2024-01-13 00:13:34'),
(2722, 4469, 'Md.monir', '01721621423', NULL, NULL, 'dhaka', 'Dm kha 12-2144', NULL, '2023-12-28', 'y', '2600', NULL, 1, 0, 0, NULL, '2025-12-01 00:00:00', 0, 1, 0, '2024-12-28', NULL, NULL, '1762428818', '359015560399938', NULL, '123456', '2024-01-13 00:22:47', '2024-01-13 00:22:47'),
(2724, 4471, 'Mehedi Hasan', '01619258363', NULL, NULL, 'dhaka', 'DM GA 28-9752', NULL, '2023-12-28', 'y', '4200', NULL, 1, 0, 0, NULL, '2025-12-01 00:00:00', 0, 1, 0, '2024-12-28', NULL, NULL, '1310907981', '864943042750535', NULL, '123456', '2024-01-13 00:27:51', '2024-01-13 00:27:51'),
(2725, 4472, 'MD Rasel', '01979996205', NULL, NULL, 'dhaka', 'DM GHA -21-4489', NULL, '2023-12-27', NULL, '4400', NULL, 1, 0, 0, NULL, '2025-01-01 00:00:00', 0, 1, 0, '2024-12-27', NULL, NULL, '1776067433', '359015560376563', NULL, '123456', '2024-01-13 00:30:35', '2024-01-13 00:30:35'),
(2726, 4473, 'Elias', '01850476476', NULL, NULL, 'dhaka', 'Dm ga 45-2949', NULL, '2023-12-27', 'y', '2600', NULL, 1, 0, 0, NULL, '2025-12-01 00:00:00', 0, 1, 0, '2024-12-27', NULL, NULL, '1790828867', '359015560399102', NULL, '123456', '2024-01-13 00:33:42', '2024-01-13 00:33:42'),
(2727, 4474, 'Ahmed shakil', '01778955344', NULL, NULL, 'dhaka', 'Dm ga 26-4243', NULL, '2023-12-27', 'y', '2600', NULL, 1, 0, 0, NULL, '2025-12-01 00:00:00', 0, 1, 0, '2024-12-27', NULL, NULL, '1330637139', '359015560378445', NULL, '123456', '2024-01-13 00:36:28', '2024-01-13 00:36:28'),
(2728, 4475, 'Md mannan Sky', '01721584383', NULL, NULL, 'dhaka', 'Dm ga 39-9488', NULL, '2023-12-27', 'y', '2600', NULL, 1, 0, 0, NULL, '2025-12-01 00:00:00', 0, 1, 0, '2024-12-27', NULL, NULL, '1798364114', '359015560400751', NULL, '123456', '2024-01-13 00:39:00', '2024-01-13 00:39:00'),
(2729, 4476, 'shahadat', '01716517402', NULL, NULL, 'dhaka', 'Auto 02', NULL, '2023-12-27', NULL, '7500', NULL, 1, 0, 0, NULL, '2025-01-01 00:00:00', 0, 1, 0, '2024-12-27', NULL, NULL, '1758491895', '359015560398898', NULL, '123456', '2024-01-13 00:42:44', '2024-01-13 00:42:44'),
(2731, 4478, 'Md saif', '01829999681', NULL, NULL, 'dhaka', 'DM HA - 61-1600', NULL, '2023-12-26', 'y', '0', NULL, 1, 0, 0, NULL, '2025-12-01 00:00:00', 0, 1, 0, '2024-12-26', NULL, NULL, '1771369655', '359015560379716', NULL, '123456', '2024-01-13 00:53:21', '2024-01-13 00:53:21'),
(2733, 4480, 'Jon', '01754445311', NULL, NULL, 'dhaka', 'DM GA 47-3235', NULL, '2023-12-26', 'y', '4000', NULL, 1, 0, 0, NULL, '2025-12-01 00:00:00', 0, 1, 0, '2024-12-26', NULL, NULL, '1793297213', '864943042751426', NULL, '123456', '2024-01-13 01:00:20', '2024-01-13 01:00:20'),
(2734, 4481, 'MD Shohag Husain', '01818583758', NULL, NULL, 'dhaka', 'DM GA 31-6206', NULL, '2023-12-25', 'y', '4000', NULL, 1, 0, 0, NULL, '2025-12-01 00:00:00', 0, 1, 0, '2024-12-25', NULL, NULL, '1309966637', '359015560377967', NULL, '123456', '2024-01-13 10:06:16', '2024-01-13 10:06:16'),
(2735, 4482, 'Rofik', '01715410110', NULL, NULL, 'dhaka', 'DM cha 16-2219', NULL, '2023-12-25', 'y', '2600', NULL, 1, 0, 0, NULL, '2025-12-01 00:00:00', 0, 1, 0, '2024-12-25', NULL, NULL, '1758320114', '35901556040054', NULL, '123456', '2024-01-13 10:09:27', '2024-01-13 10:09:27'),
(2736, 4483, 'Sobuj', '01710363866', NULL, NULL, 'dhaka', 'Dm la 37-1223', NULL, '2023-12-25', 'y', '2400', NULL, 1, 0, 0, NULL, '2025-12-01 00:00:00', 0, 1, 0, '2024-12-25', NULL, NULL, '1758340743', '359015560399433', NULL, '123456', '2024-01-13 10:12:52', '2024-01-13 10:12:52'),
(2739, 4486, 'Imran', '01788922922', NULL, NULL, 'dhaka', 'Dm na 12-3907', NULL, '2023-12-24', NULL, '2600', NULL, 1, 0, 0, NULL, '2025-01-01 00:00:00', 0, 1, 0, '2024-12-24', NULL, NULL, '1326909145', '359015560002136', NULL, '123456', '2024-01-13 10:32:10', '2024-01-13 10:32:10'),
(2740, 4487, 'Md Golam Rabbani (Raton)', '01834558032', NULL, 'mgr.raton@gmail.com', 'dhaka', 'DM CHA 51-8727', NULL, '2023-12-23', 'y', '4250', NULL, 1, 0, 0, NULL, '2025-12-01 00:00:00', 0, 1, 0, '2024-12-23', NULL, NULL, '1708090857', '359015560377272', NULL, '123456', '2024-01-13 10:35:45', '2024-01-13 10:35:45'),
(2741, 4488, 'Ramen Roy', '01727224488', NULL, 'ramenroy32@gmail.com', 'dhaka', 'DM GA 16-4749', NULL, '2023-12-22', 'y', '4200', NULL, 1, 0, 0, NULL, '2025-12-01 00:00:00', 0, 1, 0, '2024-12-22', NULL, NULL, '1753150882', '359015560377223', NULL, '123456', '2024-01-13 10:39:13', '2024-01-13 10:39:13'),
(2742, 4489, 'MD Fahim', '01915752358', NULL, NULL, 'dhaka', '17-7963', NULL, '2023-12-21', NULL, '3600', NULL, 1, 0, 0, NULL, '2025-01-01 00:00:00', 0, 1, 0, '2024-12-21', NULL, NULL, '1784983093', '359015560915428', NULL, '123456', '2024-01-13 10:57:27', '2024-01-13 10:57:27'),
(2743, 4490, 'Amir', '01768097857', NULL, NULL, 'dhaka', 'DM CA 16-1438', NULL, '2023-12-21', 'y', '4000', NULL, 1, 0, 0, NULL, '2025-12-01 00:00:00', 0, 1, 0, '2024-12-21', NULL, NULL, '1318664740', '864943042751475', NULL, '123456', '2024-01-13 11:00:24', '2024-01-13 11:00:24'),
(2744, 4491, 'Rafiul Islam', '01732799500', NULL, 'rafiislam281@gmail.com', 'dhaka', 'DM GHA 17-2609', NULL, '2023-12-21', 'y', '3400', NULL, 1, 0, 0, NULL, '2025-12-01 00:00:00', 0, 1, 0, '2024-12-21', NULL, NULL, '1758701748', '359015560399888', NULL, '123456', '2024-01-13 11:03:33', '2024-01-13 11:03:33'),
(2745, 4492, 'Md. Abdul Hadi', '01312334512', NULL, 'sadiabintehadi@gmail.com', 'dhaka', 'DM GA 37-0902', NULL, '2023-12-21', 'y', '4000', NULL, 1, 0, 0, NULL, '2025-12-01 00:00:00', 0, 1, 0, '2024-12-21', NULL, NULL, '1759562052', '864943042752069', NULL, '123456', '2024-01-13 11:06:36', '2024-01-13 11:06:36'),
(2746, 4493, 'Tuku', '01959681907', NULL, NULL, 'dhaka', 'DM BA 11-7140', NULL, '2023-12-20', NULL, '3000', NULL, 1, 0, 0, NULL, '2025-01-01 00:00:00', 0, 1, 0, '2024-12-20', NULL, NULL, '1758333089', '359015560399581', NULL, '123456', '2024-01-13 11:18:37', '2024-01-13 11:18:37'),
(2747, 4494, 'Shifat', '01673908759', NULL, NULL, 'dhaka', 'DM GA 27-5699', NULL, '2023-12-20', 'y', '3600', NULL, 1, 0, 0, NULL, '2025-12-01 00:00:00', 0, 1, 0, '2024-12-20', NULL, NULL, '1752468297', '864943042751020', NULL, '123456', '2024-01-13 11:27:14', '2024-01-13 11:27:14'),
(2748, 4495, 'Noyan', '1843430086', NULL, NULL, 'dhaka', 'DM NA 11-6315', NULL, '2023-12-15', 'y', '3600', NULL, 1, 0, 0, NULL, '2025-12-01 00:00:00', 0, 1, 0, '2024-12-15', NULL, NULL, '1302388254', '359015560399482', NULL, '123456', '2024-01-13 11:39:51', '2024-01-13 11:39:51'),
(2749, 4496, 'Al Masud', '01636227621', NULL, NULL, 'dhaka', 'almasud', NULL, '2023-12-25', 'y', '3600', NULL, 1, 0, 0, NULL, '2025-12-01 00:00:00', 0, 1, 0, '2024-12-25', NULL, NULL, '1309966610', '359015560399755', NULL, '123456', '2024-01-13 11:41:41', '2024-01-13 11:41:41'),
(2750, 4600, 'Parvez Ahmed', '01830052836', NULL, 'parvezahmed@mygpsbd.net', 'dhaka', 'CM GA 12-7201', NULL, '2022-10-06', 'y', '2700', NULL, 1, 0, 0, NULL, '2025-10-01 00:00:00', 0, 1, 0, '2024-10-06', NULL, NULL, '1857304709', '359015560001443', NULL, '123456', '2024-01-14 11:17:34', '2024-01-14 11:17:34'),
(2751, 4601, 'ROBIUL', '01955653775', NULL, NULL, 'dhaka', 'DM NA 13-6926', NULL, '2022-10-26', NULL, '3850', NULL, 1, 0, 0, NULL, '2024-11-01 00:00:00', 0, 1, 0, '2024-10-26', NULL, NULL, '1877986077', '359510087986985', NULL, '123456', '2024-01-14 11:29:44', '2024-01-14 11:29:44'),
(2752, 4602, 'roof crop care ltd', '01737466882', NULL, NULL, 'dhaka', 'DM MA 13-2160 DM U 11-5544', NULL, '2022-12-01', NULL, '11000', NULL, 2, 0, 0, NULL, '2025-01-01 00:00:00', 0, 1, 0, '2024-12-01', NULL, NULL, '1708707679 1731421681 1774119897', '359015560003233 359015560003142 359015560003001', NULL, '123456', '2024-01-14 11:46:53', '2024-01-14 11:48:23'),
(2753, 4605, 'Md shahinur rahman', '01983899085', NULL, NULL, 'dhaka', 'DM GA 25-2164', NULL, '2022-12-20', 'y', '4000', NULL, 1, 0, 0, NULL, '2025-12-01 00:00:00', 0, 1, 0, '2024-12-20', NULL, NULL, '1774119897', '359015560003001', NULL, '123456', '2024-01-14 16:50:41', '2024-01-14 16:50:41'),
(2754, 4606, 'IBRAHIM', '01752823867', NULL, NULL, 'dhaka', 'DM GA 34-6033', NULL, '2023-03-01', 'm', '600', NULL, 1, 0, 0, NULL, '2024-02-01 00:00:00', 0, 0, 0, '2024-01-01', NULL, NULL, '1870858221', '9171902226', NULL, '123456', '2024-01-14 16:59:37', '2024-01-14 16:59:37'),
(2755, 4607, 'Shamim_piickmeexpress', '01894867119', NULL, NULL, 'dhaka', 'DM HA 61-3100', NULL, '2023-01-11', 'y', '5500', NULL, 2, 0, 0, NULL, '2025-01-01 00:00:00', 0, 0, 0, '2024-01-11', NULL, NULL, '1920018241', '359015560007341', NULL, '123456', '2024-01-14 17:08:25', '2024-01-14 17:08:25'),
(2757, 4609, 'Md.Fazlul Quader Chowdhury', '01770089541', NULL, NULL, 'dhaka', 'DM CHA 12-0054', NULL, '2023-02-12', 'y', '300', NULL, 1, 0, 0, NULL, '2025-02-01 00:00:00', 0, 1, 0, '2024-02-12', NULL, NULL, '1326238630', '359015560011962', NULL, '123456', '2024-01-14 17:28:49', '2024-02-06 14:52:09'),
(2758, 4613, 'Shohag', '01881957094', NULL, NULL, 'dhaka', 'DM GA 32-8913', NULL, '2023-03-16', 'y', '3200', NULL, 1, 0, 0, NULL, '2025-03-01 00:00:00', 0, 1, 0, '2024-03-16', NULL, NULL, '1327369226', '359015560012341', NULL, '123456', '2024-01-15 10:51:20', '2024-01-15 10:51:21'),
(2759, 4614, 'sahariar', '01970566437', NULL, 'Sh.fm1000@gmail.com', 'dhaka', 'DM GA 16-1995', NULL, '2023-04-01', NULL, '7200', NULL, 1, 0, 0, NULL, '2024-05-01 00:00:00', 0, 1, 0, '2024-04-01', NULL, NULL, '1874273185', '359015560025491', NULL, '123456', '2024-01-15 11:01:30', '2024-01-15 11:01:30'),
(2760, 4615, 'Shahin Ahmed', '1926903422', NULL, NULL, 'dhaka', 'Car:001', NULL, '2023-06-29', 'y', '2500', NULL, 1, 0, 0, NULL, '2025-06-01 00:00:00', 0, 1, 0, '2024-06-29', NULL, NULL, '1752034552', '359015560097995', NULL, '123456', '2024-01-15 11:16:04', '2024-01-15 11:16:04'),
(2761, 4616, 'Ehsan Kabir', '1789497755', NULL, NULL, 'dhaka', 'DM GA 16-5294', NULL, '2023-07-29', NULL, '4000', NULL, 1, 0, 0, NULL, '2024-08-01 00:00:00', 0, 1, 0, '2024-07-29', NULL, NULL, '1836355505', '359015560043189', NULL, '123456', '2024-01-15 11:25:53', '2024-01-15 11:25:53'),
(2762, 4617, 'Syed Jahidul Islam', '01709641295', NULL, 'jahid@g4technologies.com.bd', 'dhaka', 'DM GA 26-0170', NULL, '2023-08-02', NULL, '8000', NULL, 2, 0, 0, NULL, '2024-09-01 00:00:00', 0, 1, 0, '2024-08-02', NULL, NULL, '1307126480', '359015560049251', NULL, '123456', '2024-01-15 11:49:09', '2024-01-15 11:49:09'),
(2763, 4624, 'Ehsanul kabir', '1932797580', NULL, NULL, 'dhaka', 'DM GA 19-5578', NULL, '2023-08-05', NULL, '3600', NULL, 1, 0, 0, NULL, '2024-09-01 00:00:00', 0, 1, 0, '2024-08-05', NULL, NULL, '1889565886', '359015560034014', NULL, '123456', '2024-01-15 12:14:21', '2024-01-15 12:14:21'),
(2764, 4645, 'Faysal khan sabuj', '01971005162', NULL, NULL, 'dhaka', 'Dm la 56-0358', NULL, '2023-08-14', 'y', '2400', NULL, 1, 0, 0, NULL, '2025-08-01 00:00:00', 0, 1, 0, '2024-08-14', NULL, NULL, '1971005162', '359015560097656', NULL, '123456', '2024-01-15 16:18:16', '2024-01-15 16:18:16'),
(2765, 4646, 'MD Mamun khan', '01972866376', NULL, NULL, 'dhaka', 'DM GA 20-6809', NULL, '2023-08-28', 'y', '3000', NULL, 1, 0, 0, NULL, '2025-08-01 00:00:00', 0, 1, 0, '2024-08-28', NULL, NULL, '1871987524', '359015560048352', NULL, '123456', '2024-01-16 10:54:24', '2024-01-16 10:54:24'),
(2766, 4654, 'Shohag hossain', '01735369654', NULL, NULL, 'dhaka', 'Tangail HA 14-3783', NULL, '2023-09-20', 'y', '7120', NULL, 2, 0, 0, NULL, '2025-09-01 00:00:00', 0, 1, 0, '2024-09-20', NULL, NULL, '1817008895', '359015560099306', NULL, '123456', '2024-01-16 17:32:08', '2024-01-16 17:32:08'),
(2767, 4655, 'Kolim', '01712867484', NULL, NULL, 'dhaka', 'DM NA 13-1345', NULL, '2023-09-23', 'y', '3400', NULL, 1, 0, 0, NULL, '2025-09-01 00:00:00', 0, 1, 0, '2024-09-23', NULL, NULL, '1845405501', '359015560098712', NULL, '123456', '2024-01-16 17:39:35', '2024-01-16 17:39:35'),
(2768, 4656, 'S. M. Shariat Ullah', '01719381817', NULL, NULL, 'dhaka', 'DM GA 17-8971', NULL, '2023-11-04', 'y', '4158', NULL, 1, 0, 0, NULL, '2025-11-01 00:00:00', 0, 1, 0, '2024-11-04', NULL, NULL, '1331829071', '864943042751178', NULL, '123456', '2024-01-16 17:51:56', '2024-01-16 17:51:56'),
(2769, 4657, 'Bashar', '01732153057', NULL, NULL, 'dhaka', 'DM GA 37-2711', NULL, '2023-11-07', 'y', '0', NULL, 1, 0, 0, NULL, '2025-11-01 00:00:00', 0, 1, 0, '2024-11-07', NULL, NULL, '1773633245', '864943042752002', NULL, '123456', '2024-01-16 17:55:22', '2024-01-16 17:55:22'),
(2771, 4659, 'Jakir', '01914611194', NULL, 'jakir49@mygpsbd.net', 'dhaka', 'DM GA 25-6650', NULL, '2023-11-25', 'y', '4200', NULL, 1, 0, 0, NULL, '2025-11-01 00:00:00', 0, 1, 0, '2024-11-25', NULL, NULL, '1774233505', '359015560376712', NULL, '123456', '2024-01-17 10:43:55', '2024-01-17 10:43:55'),
(2772, 4660, 'MD MOSHARAF HOSSAIN SUMON', '01971272239', NULL, NULL, 'dhaka', 'DM NA 15-3676', NULL, '2023-12-08', 'y', '3700', NULL, 1, 0, 0, NULL, '2025-12-01 00:00:00', 0, 1, 0, '2024-12-08', NULL, NULL, '1309954524', '359015560400074', NULL, '123456', '2024-01-17 11:03:16', '2024-01-17 11:03:16'),
(2773, 4661, 'Mainuddin Hasan', '01816036800', NULL, NULL, 'dhaka', 'DM CHA 11-7690', NULL, '2023-12-20', 'y', '5600', NULL, 1, 0, 0, NULL, '2025-12-01 00:00:00', 0, 1, 0, '2024-12-20', NULL, NULL, '1717794635', '864943042752358', NULL, '123456', '2024-01-17 11:45:22', '2024-01-17 11:45:22'),
(2774, 4662, 'Amjad haque', '01774754654', NULL, NULL, 'dhaka', 'DM MA 11-2793', NULL, '2023-12-31', 'y', '0', NULL, 1, 0, 0, NULL, '2025-12-01 00:00:00', 0, 1, 0, '2024-12-31', NULL, NULL, '1762429647', '359015560400033', NULL, '123456', '2024-01-17 12:18:11', '2024-01-17 12:18:11'),
(2775, 4676, 'Office', '01834590076', NULL, NULL, 'DHAKA', 'Server Bill', 'Server Bill', '2024-01-18', NULL, '50', NULL, 1, 0, 0, NULL, '2024-03-01 00:00:00', 0, 1, 0, '2024-01-18', NULL, NULL, NULL, NULL, NULL, '123456', '2024-01-18 17:35:18', '2024-04-30 14:51:23'),
(2777, 4678, 'Md. Nadim', '01975222266', NULL, NULL, 'dhaka', 'DM GA 19-0767', NULL, '2024-01-11', 'y', '4200', NULL, 1, 0, 0, NULL, '2026-01-01 00:00:00', 0, 1, 0, '2025-01-11', NULL, NULL, '1330706234', '359015560929213', NULL, '123456', '2024-01-23 16:38:42', '2024-01-23 16:38:42'),
(2778, 4679, 'Asraf Uddin Ahmed', '01971409011', NULL, NULL, 'dhaka', 'DM GA 26-6194', NULL, '2024-01-12', 'y', '4200', NULL, 1, 0, 0, NULL, '2026-01-01 00:00:00', 0, 1, 0, '2025-01-12', NULL, NULL, '1765184249', '359015560929007', NULL, '123456', '2024-01-23 16:48:29', '2024-01-23 16:48:29'),
(2779, 4680, 'Tanbir', '1722856676', NULL, NULL, 'dhaka', 'Bogura LA -12-3822', NULL, '2024-01-12', 'y', '3000', NULL, 1, 0, 0, NULL, '2026-01-01 00:00:00', 0, 1, 0, '2025-01-12', NULL, NULL, '1746504079', '359015560925948', NULL, '123456', '2024-01-23 16:56:10', '2024-01-23 16:56:10'),
(2782, 4683, 'Md Wahedujjsaman', '01789072552', NULL, NULL, 'dhaka', 'DM A 14-0286', NULL, '2024-01-12', NULL, '350', NULL, 1, 0, 0, NULL, '2026-01-01 00:00:00', 0, 1, 0, '2025-01-12', NULL, NULL, '1770714082', '359015560928645', NULL, '123456', '2024-01-23 17:10:21', '2024-02-17 15:23:51'),
(2783, 4684, 'Alamgir Kobir', '01711522509', '01711522509', 'alamgirkobir@mygpsbd.net', 'dhaka', 'DM GA 34-1066', NULL, '2019-01-01', NULL, '400', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-02-01', NULL, NULL, NULL, NULL, NULL, '123456', '2024-01-31 15:44:22', '2024-06-03 10:20:40'),
(2784, 4685, 'Mahamud Mamun', '01745888322', NULL, NULL, 'Address: Cherry Drops Fitness and Life Style,Holding No. 961/B, Shahid Baki Rd (Vooter Adda Building @4th Floor), 1219 Khilgaon', '(Asset tracker)', 'Asset Tracker', '2024-01-25', NULL, '200', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-02-01', NULL, NULL, '013219278430', '359015560351277', NULL, '123456', '2024-01-31 15:51:54', '2024-06-03 16:25:50'),
(2787, 4688, 'Surajit', '01711968599', '01711968599', 'surajit@mygpsbd.net', 'dhaka', 'DM GA 45-0870', 'Car', '2020-01-01', NULL, '400', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-02-01', NULL, NULL, NULL, NULL, NULL, '123456', '2024-01-31 16:09:22', '2024-06-10 12:24:08');
INSERT INTO `all_users` (`id`, `user_id`, `name`, `phone`, `alter_phone`, `email`, `par_add`, `car_number`, `car_model`, `installation_date`, `billing_cycle`, `monthly_bill`, `device_price`, `user_type`, `complain_status`, `service_problem_status`, `total_due`, `next_payment_date`, `expair_status`, `payment_status`, `order_status`, `due_date`, `total_paied`, `status`, `device_sim_number`, `imei_number`, `note`, `password`, `created_at`, `updated_at`) VALUES
(2788, 4689, 'Dudul khan', '01711131350', '01711131350', 'dudulkaligonj14@gmail.com', 'dhaka', 'DM NA 18-8270', 'Car', '2022-11-24', NULL, '2400', NULL, 1, 0, 0, NULL, '2024-10-01 00:00:00', 0, 1, 0, '2024-09-30', NULL, NULL, NULL, NULL, NULL, '123456', '2024-01-31 16:10:48', '2024-01-31 16:11:06'),
(2789, 4690, 'Sahieen', '01722334433', '01722334433', 'sahieen33@mygpsbd.net', 'dhaka', 'DM GA 25-4906', 'Car', '2021-01-01', NULL, '300', NULL, 1, 0, 0, NULL, '2024-06-01 00:00:00', 0, 1, 0, '2024-02-01', NULL, NULL, NULL, NULL, NULL, '123456', '2024-01-31 16:11:36', '2024-06-27 12:29:49'),
(2791, 4692, 'Md:Redoy', '01883318015', '01883318015', 'redaymdreday72@gmail.com', 'dhaka', 'DM GA 23-2597', 'Car', '2022-07-31', NULL, '334', NULL, 1, 0, 0, NULL, '2024-03-01 00:00:00', 0, 1, 0, '2024-02-01', NULL, NULL, NULL, NULL, NULL, '123456', '2024-01-31 16:16:54', '2024-01-31 16:16:54'),
(2792, 4693, 'Shalim', '01819505443', '01819505443', 'shalim@mygpsbd.net', 'dhaka', 'DM GA 28-9576', 'Car', '2023-01-01', NULL, '4200', NULL, 1, 0, 0, NULL, '2025-02-01 00:00:00', 0, 1, 0, '2025-01-01', NULL, NULL, NULL, NULL, NULL, '123456', '2024-01-31 17:17:47', '2024-01-31 17:18:02'),
(2793, 4694, 'Dr. Golam Mostofa', '01743138752', '01743138752', 'mostofa52@mygpsbd.net', 'dhaka', 'DM GA 35-9291', NULL, '2020-10-10', NULL, '300', NULL, 1, 0, 0, NULL, '2024-06-01 00:00:00', 0, 1, 0, '2024-02-01', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-01 17:09:11', '2024-05-30 10:35:46'),
(2794, 4695, 'Manik', '01612026750', '01612026750', 'manik50@mygpsbd.net', 'dhaka', 'DM TA 18-7483', 'Car', '2020-02-11', NULL, '300', NULL, 2, 0, 0, NULL, '2024-05-01 00:00:00', 0, 1, 0, '2023-11-01', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-01 17:10:19', '2024-04-07 10:04:22'),
(2795, 4696, 'Delwar Hossain', '01819455456', '01819455456', NULL, 'dhaka', 'Auto 01', 'Car', '2023-09-28', NULL, '200', NULL, 1, 0, 0, NULL, '2024-05-01 00:00:00', 0, 1, 0, '2023-12-01', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-01 17:12:06', '2024-06-13 11:00:43'),
(2796, 4697, 'Md.Farazi', '01733954743', '01733954743', 'farazi43@mygpsbd.net', 'dhaka', 'DM GA 18-1404', NULL, '2022-11-24', NULL, '200', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2023-12-01', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-01 17:13:12', '2024-06-01 13:03:05'),
(2797, 4698, 'Billal', '01712816840', '01712816840', 'billal40@mygpsbd.net', 'dhaka', 'DM DHA 11-5367', NULL, '2020-12-22', NULL, '300', NULL, 2, 0, 0, NULL, '2024-03-01 00:00:00', 0, 1, 0, '2024-01-01', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-01 17:14:19', '2024-02-29 12:21:34'),
(2798, 4699, 'Salim Ahmed', '01715883167', '01715883167', 'salim67@mygpsbd.net', 'dhaka', 'DM CHA 19-5515', 'Car', '2019-01-15', NULL, '300', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-01-01', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-03 12:27:10', '2024-06-25 13:51:47'),
(2799, 4700, 'Saiful', '01712390560', '01712390560', 'saiful60@mygpsbd.net', 'dhaka', 'DM GA 28-8154', 'Car', '2020-05-31', NULL, '400', NULL, 1, 0, 0, NULL, '2024-06-01 00:00:00', 0, 1, 0, '2023-12-01', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-03 12:28:08', '2024-05-20 16:50:35'),
(2800, 4701, 'Mamun', '01751991558', NULL, NULL, 'Tangail', 'DM GA 21-4722', 'Car', '2022-11-30', 'm', '250', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2023-12-01', NULL, NULL, '01877265912', '351969560387087', NULL, '123456', '2024-02-03 12:30:35', '2024-06-25 10:46:28'),
(2801, 4702, 'Md. Anamul （Kusthia）', '01735727272', '01735727272', 'anamul123@mygpsbd.net', 'dhaka', 'Jossore Ta-11-3571', 'Car', '2019-01-02', NULL, '600', NULL, 2, 0, 0, NULL, '2024-05-01 00:00:00', 0, 1, 0, '2024-01-01', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-03 12:40:21', '2024-05-07 13:43:30'),
(2802, 4703, 'Tamanna Binte Salam', '01715129645', '01715129645', 'tamanna@mygpsbd.net', 'dhaka', 'DM GA 33-2994', 'Car', '2020-03-10', NULL, '400', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-01-01', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-03 12:41:33', '2024-06-01 13:04:12'),
(2803, 4704, 'Saleh Ashraf', '01531954309', '01531954309', NULL, 'dhaka', 'DM KHA 12-8500', 'Car', '2023-05-27', NULL, '350', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-01-01', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-03 12:42:49', '2024-06-14 11:57:58'),
(2804, 4705, 'solaiman', '01957121252', '01957121252', NULL, 'dhaka', 'DM GA 27-6814', 'Car', '2023-03-05', NULL, '300', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-02-01', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-03 12:44:04', '2024-06-02 12:48:13'),
(2805, 4706, 'Kamrul', '01712888176', '01712888176', NULL, 'dhaka', 'DM GA 20-0059', 'Car', '2023-01-30', NULL, '4200', NULL, 1, 0, 0, NULL, '2025-02-01 00:00:00', 0, 1, 0, '2024-02-01', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-03 12:45:17', '2024-02-03 12:45:46'),
(2806, 4707, 'Musfiqur74', '01819133774', '01819133774', 'musfiqur74@mygpsbd.net', 'dhaka', 'DM GA 42-0163', 'Car', '2020-01-01', NULL, '350', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-02-01', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-03 13:17:17', '2024-06-02 12:17:02'),
(2807, 4708, 'Alom', '01915223520', '01915223520', 'alom20@mygpsbd.net', 'dhaka', 'DM CHA 15-7788', NULL, '2020-11-10', NULL, '300', NULL, 1, 0, 0, NULL, '2024-06-01 00:00:00', 0, 1, 0, '2023-12-01', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-03 13:18:25', '2024-05-28 17:33:21'),
(2808, 4709, 'Jakir', '01992855549', '01992855549', 'jakir49@mygpsbd.net', 'dhaka', 'DM CHA 16-1182', 'Car', '2022-04-29', NULL, '350', NULL, 1, 0, 0, NULL, '2024-06-01 00:00:00', 0, 1, 0, '2024-01-01', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-03 13:30:01', '2024-06-01 12:57:55'),
(2809, 4710, 'Mojammel Hossain', '01971200247', '01971200247', 'mojammel97@mygpsbd.net', 'dhaka', 'DM GA 25-4852', 'Car', '2020-07-11', NULL, '300', NULL, 1, 0, 0, NULL, '2024-06-01 00:00:00', 0, 1, 0, '2024-01-01', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-03 13:37:20', '2024-05-23 14:48:36'),
(2810, 4711, 'Molla Shahjalal Homna', '01774005219', '01774005219', NULL, 'dhaka', 'DM GA 29-1693', 'Car', '2022-10-01', NULL, '300', NULL, 1, 0, 0, NULL, '2024-03-01 00:00:00', 0, 0, 0, '2023-12-01', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-03 13:43:41', '2024-02-03 13:43:58'),
(2811, 4712, 'Jahangir Alam', '01689192121', NULL, 'jahangir21@mygpsbd.net', 'Gazipur', 'DM CHA 19-6028', 'Car', '2021-10-15', 'm', '300', NULL, 1, 0, 0, NULL, '2024-06-01 00:00:00', 0, 1, 0, '2024-01-01', NULL, NULL, '01325410558', '358657101015886', NULL, '123456', '2024-02-03 13:46:03', '2024-05-22 12:15:04'),
(2812, 4713, 'Tazu Ahmed', '01995299710', '01995299710', NULL, 'dhaka', 'Sirajganj LA 11-8980', 'Car', '2022-12-28', NULL, '150', NULL, 1, 0, 0, NULL, '2024-03-01 00:00:00', 0, 0, 0, '2024-01-01', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-03 13:47:49', '2024-02-03 13:48:06'),
(2813, 4714, 'Atik hasan', '01711442349', '01711442349', 'atikhasan624@gmail.com', 'dhaka', 'Dm la 62-6587', NULL, '2023-12-11', NULL, '100', NULL, 1, 0, 0, NULL, '2024-09-01 00:00:00', 0, 1, 0, '2023-10-01', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-03 15:03:56', '2024-06-12 16:38:54'),
(2814, 4715, 'Md shakil', '01731819744', '01731819744', NULL, 'dhaka', 'DM CHA 75-0201', 'Car', '2022-09-15', NULL, '300', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-01-01', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-03 15:05:09', '2024-06-11 16:55:40'),
(2815, 4716, 'PRANTO SARDER', '01825307253', '01825307253', 'prantosarderofficial@gmail.com', 'dhaka', 'DM GA 16-5960', 'Car', '2022-10-01', NULL, '350', NULL, 1, 0, 0, NULL, '2024-05-01 00:00:00', 0, 1, 0, '2024-02-01', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-03 15:37:55', '2024-04-04 10:45:42'),
(2816, 4717, 'Md. Arifur Rahman', '01819706716', '01819706716', 'arifur@mygpsbd.net', 'dhaka', 'DM GA 19-4487', 'Car', '2020-10-30', NULL, '300', NULL, 1, 0, 0, NULL, '2024-06-01 00:00:00', 0, 1, 0, '2023-12-01', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-03 15:41:06', '2024-06-22 15:22:41'),
(2817, 4718, 'Ali Ahmed', '01672954829', '01672954829', NULL, 'dhaka', 'DM GA 49-3846', 'Car', '2022-12-29', NULL, '300', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-02-01', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-03 15:42:02', '2024-06-22 11:56:22'),
(2818, 4719, 'Md Bashar', '01799924542', '01799924542', NULL, 'dhaka', 'DM CHA 71-2352', 'Car', '2022-09-18', NULL, '600', NULL, 2, 0, 0, NULL, '2024-06-01 00:00:00', 0, 1, 0, '2024-01-01', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-03 15:48:23', '2024-06-10 16:32:39'),
(2819, 4720, 'Raju', '01673139802', '01673139802', NULL, 'dhaka', 'Auto 001', NULL, '2023-11-28', NULL, '400', NULL, 2, 0, 0, NULL, '2024-03-01 00:00:00', 0, 0, 0, '2024-02-01', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-03 17:34:17', '2024-02-03 17:34:17'),
(2821, 4722, 'HANIF', '01792126523', '01792126523', NULL, 'dhaka', 'Manikgonj ja 11-0019,Gazipur cha 11-0060', NULL, '2023-12-24', NULL, '500', NULL, 2, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-02-01', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-03 17:36:01', '2024-06-14 12:19:34'),
(2822, 4723, 'B M Imran Islam', '01711397693', '01711397693', 'imran93@mygpsbd.net', 'dhaka', 'DM GA 33-3370', 'Car', '2022-11-26', NULL, '4200', NULL, 1, 0, 0, NULL, '2025-05-01 00:00:00', 0, 1, 0, '2024-05-01', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-03 17:36:59', '2024-05-09 14:32:41'),
(2823, 4724, 'Md.masud parvez', '01721858888', '01721858888', 'masud.rana858888@gmail.com', 'dhaka', 'DM CHA 19-5664', 'Car', '2022-07-28', NULL, '350', NULL, 1, 0, 0, NULL, '2024-04-01 00:00:00', 0, 1, 0, '2024-03-01', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-03 17:39:52', '2024-02-03 17:39:52'),
(2824, 4725, 'Salman farsee', '01537187942', NULL, 'salman42@mygpsbd.net', 'DHAKA', 'DM GA 20-4052', 'Car', '2021-01-01', 'm', '300', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-02-01', NULL, NULL, '01876649096', '359510081299419', NULL, '123456', '2024-02-03 17:46:27', '2024-06-22 11:54:26'),
(2825, 4726, 'Dr. M A Farabi', '01818824297', '01818824297', 'farabi97@mygpsbd.net', 'dhaka', 'CM GA 13-1882', NULL, '2020-01-26', NULL, '400', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-02-01', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-03 17:51:43', '2024-06-04 10:28:20'),
(2826, 4727, 'Suvas', '01812371237', '01812371237', NULL, 'dhaka', 'DM THA 11-1242', 'Car', '2020-02-10', NULL, '250', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-02-01', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-04 11:17:52', '2024-06-24 16:02:54'),
(2827, 4728, 'Jakiul islam', '01623919275', NULL, 'jakiul95@mygpsbd.net', 'Khilkhet, Dhaka', 'DM GA 20-8203', 'Car', '2019-08-26', 'm', '300', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-02-01', NULL, NULL, '01886510073', '358735075303312', NULL, '123456', '2024-02-04 11:21:51', '2024-06-08 15:51:13'),
(2828, 4729, 'Noman Khan', '01621806244', '01621806244', 'nomanmou@gmail.com', 'dhaka', 'DM GA 25-1152', 'Car', '2022-05-30', NULL, '300', NULL, 1, 0, 0, NULL, '2024-06-01 00:00:00', 0, 1, 0, '2024-03-01', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-04 11:23:42', '2024-04-02 15:30:25'),
(2829, 4730, 'Rashidur Rahman Rafi', '01689482227', '01689482227', 'rafi.rashidur@gmail.com', 'dhaka', 'DM GA 27-8041', NULL, '2022-05-18', NULL, '300', NULL, 1, 0, 0, NULL, '2024-06-01 00:00:00', 0, 1, 0, '2024-02-01', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-04 11:24:17', '2024-04-30 14:47:14'),
(2830, 4731, 'SHARIF AHMED', '01717355400', '01717355400', 'sharif.tex87@gmail.com', 'dhaka', 'DM GA 20-2955', 'Car', '2022-06-06', NULL, '300', '0', 1, 0, 0, NULL, '2024-05-01 00:00:00', 0, 1, 0, '2024-01-01', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-04 11:24:57', '2024-04-17 13:13:19'),
(2831, 4732, 'Shamim', '01712959998', '01712959998', 'shamim98@mygpsbd.net', 'dhaka', 'DH KHA 12-6921', 'Car', '2020-01-01', NULL, '300', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-02-01', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-04 11:26:31', '2024-06-08 10:30:50'),
(2832, 4733, 'Zabran Khalid Barkatullah', '01712965959', '01712965959', 'zabran59@mygpsbd.net', 'dhaka', 'NOAH', 'Car', '2021-01-01', NULL, '600', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-02-01', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-04 11:27:15', '2024-06-02 16:20:54'),
(2833, 4734, 'Md. Ashik', '01751099051', '01751099051', 'ashik51@mygpsbd.net', 'dhaka', 'DM GA 17-3641', 'Car', '2020-10-10', NULL, '300', NULL, 1, 0, 0, NULL, '2024-03-01 00:00:00', 0, 1, 0, '2024-02-01', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-04 11:27:42', '2024-06-01 13:06:33'),
(2834, 4735, 'Md. Tarek', '01675757761', '01675757761', 'tarek61@mygpsbd.net', 'dhaka', 'DM GA 21-2886', 'Car', '2019-01-01', NULL, '200', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2023-12-01', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-04 11:28:08', '2024-06-22 11:10:59'),
(2836, 4737, 'Humayon Kabir', '01911007465', '01911007465', 'humayon65@mygpsbd.net', 'dhaka', 'DM GA 29-9197', 'Car', '2020-10-01', NULL, '200', NULL, 1, 0, 0, NULL, '2025-02-01 00:00:00', 0, 1, 0, '2024-04-01', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-04 11:29:15', '2024-06-14 12:31:25'),
(2837, 4738, 'Md. Jewel Rana', '01931410653', '01931410653', 'jewel53@mygpsbd.net', 'dhaka', 'Momosur-2', 'Car', '2021-11-01', NULL, '3000', NULL, 1, 0, 0, NULL, '2024-10-01 00:00:00', 0, 1, 0, '2024-09-01', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-04 11:30:47', '2024-02-04 11:30:58'),
(2838, 4739, 'Asif ibne harun', '01712127337', '01712127337', 'asifibneharun.19@gmail.com', 'dhaka', 'DM GA 25-4480', 'Car', '2023-01-10', NULL, '3600', NULL, 1, 0, 0, NULL, '2025-03-01 00:00:00', 0, 1, 0, '2025-02-04', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-04 11:31:54', '2024-02-04 11:31:54'),
(2839, 4740, 'Rubel', '01865329070', '01865329070', NULL, 'dhaka', 'Rubel70', NULL, '2022-12-23', NULL, '300', NULL, 1, 0, 0, NULL, '2024-06-01 00:00:00', 0, 1, 0, '2024-03-01', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-04 11:32:32', '2024-05-13 12:31:43'),
(2840, 4741, 'Shaiful', '01617891949', '01617891949', NULL, 'dhaka', 'DM GA 17-7632', 'Car', '2023-01-22', NULL, '350', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-02-01', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-04 11:32:58', '2024-06-10 14:40:35'),
(2841, 4742, 'Shohag', '01673090273', '01673090273', 'shohagrinvee@gmail.com', 'dhaka', 'DM NA 14-2212', 'Car', '2022-05-16', NULL, '300', NULL, 2, 0, 0, NULL, '2024-03-01 00:00:00', 0, 0, 0, '2024-02-01', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-04 11:33:41', '2024-02-04 11:33:41'),
(2842, 4743, 'Dr. Tapan', '01937577728', '01937577728', 'tapan28@mygpsbd.net', 'dhaka', 'DM GA 26-0181', NULL, '2021-02-14', NULL, '400', NULL, 1, 0, 0, NULL, '2024-06-01 00:00:00', 0, 1, 0, '2024-02-01', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-04 11:55:44', '2024-05-28 13:23:07'),
(2843, 4744, 'Sabbir Hossain', '01791734949', '01791734949', NULL, 'dhaka', 'DM GA 23-2203', 'Car', '2019-01-08', NULL, '350', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-03-01', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-04 11:56:12', '2024-06-26 16:13:30'),
(2844, 4745, 'Patwary Md Hajjaj Yousuf', '01730025984', '01730025984', 'shaiket.ph.nsu@gmail.com', 'dhaka', 'DM GA 45-9362', 'Car', '2022-05-29', NULL, '250', NULL, 1, 0, 0, NULL, '2024-03-01 00:00:00', 0, 0, 0, '2024-02-01', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-04 11:56:50', '2024-02-04 11:56:50'),
(2845, 4746, 'Muhamamd Abubakar Siddique', '01735722990', '01735722990', 'absid08@gmail.com', 'dhaka', 'DM GA 47-0138', 'Car', '2022-01-06', NULL, '250', NULL, 1, 0, 0, NULL, '2024-03-01 00:00:00', 0, 1, 0, '2023-12-01', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-04 11:57:16', '2024-02-08 16:07:31'),
(2846, 4747, 'Esmail Hossain', '01740647155', '01740647155', 'mdismailsheikh912@gmail.com', 'dhaka', 'DM GA 21-0130', 'Car', '2022-06-01', NULL, '300', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-02-01', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-04 11:57:39', '2024-06-04 12:33:50'),
(2847, 4748, 'Humayon kobir', '01715392874', '01715392874', 'kobir74@mygpsbd.net', 'dhaka', 'DM CHA 20-5013', 'Car', '2022-08-22', NULL, '300', NULL, 1, 0, 0, NULL, '2024-04-01 00:00:00', 0, 1, 0, '2024-02-01', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-04 11:58:10', '2024-03-28 14:11:47'),
(2848, 4749, 'Md.sajal', '01851525053', NULL, 'sajalislam0767@gmail.com', 'Birulia', 'DM LA 59-7090', 'bike', '2023-03-12', 'm', '400', NULL, 1, 0, 0, NULL, '2024-06-01 00:00:00', 0, 1, 0, '2024-02-01', NULL, NULL, '01328378503', '351969560199193', NULL, '123456', '2024-02-04 12:00:14', '2024-05-18 12:32:46'),
(2849, 4750, 'Anwar', '01712992227', '01712992227', 'anwar227@mygpsbd.net', 'dhaka', 'RM HA 13-4533', NULL, '2019-07-23', NULL, '150', NULL, 2, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-02-01', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-04 12:03:45', '2024-06-05 13:24:05'),
(2850, 4751, 'Major Zayed', '01715025029', '01715025029', 'zayed29@mygpsbd.net', 'dhaka', 'DM GA 45-1194', 'Car', '2020-04-10', NULL, '300', NULL, 1, 0, 0, NULL, '2024-06-01 00:00:00', 0, 1, 0, '2023-12-01', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-04 12:10:33', '2024-02-04 12:10:47'),
(2851, 4752, 'RAJIB HOSSAIN CHOWDHURY', '01772133888', '01772133888', 'rajib88@mygpsbd.net', 'dhaka', 'Bike', 'Car', '2022-09-26', NULL, '200', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-02-01', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-04 12:11:54', '2024-06-13 13:58:38'),
(2852, 4753, 'Khaled mahmud raihan', '01730445226', '01730445226', 'raihan26@mygpsbd.net', 'dhaka', 'DM GA 16-4169', 'Car', '2020-03-17', NULL, '300', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-02-04', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-04 12:15:38', '2024-06-22 11:16:26'),
(2853, 4754, 'Rajib Chowdhury', '01720518844', '01720518844', NULL, 'dhaka', 'DM BA 15-6686', 'Car', '2022-10-12', NULL, '900', NULL, 2, 0, 0, NULL, '2024-06-01 00:00:00', 0, 1, 0, '2024-02-01', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-04 12:15:57', '2024-05-12 10:50:20'),
(2854, 4755, 'Md Munna', '01923108825', '01923108825', NULL, 'dhaka', 'DM CHA 71-4494', 'Car', '2022-01-18', NULL, '300', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-02-01', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-04 12:16:34', '2024-06-15 14:15:48'),
(2855, 4756, 'Shafi', '01937949444', NULL, 'shafi75@mygpsbd.net', 'shamoli', 'DM CHA 71-3540', 'Car', '2023-08-16', 'm', '600', NULL, 1, 0, 0, NULL, '2024-06-01 00:00:00', 0, 1, 0, '2024-02-01', NULL, NULL, '01832973127', '359015560049590', NULL, '123456', '2024-02-04 12:24:42', '2024-06-13 16:06:08'),
(2856, 4757, 'Razu', '01709947192', '01709947192', NULL, 'dhaka', 'DM CHA 71-3650', 'Car', '2023-02-11', NULL, '900', NULL, 2, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-02-02', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-04 12:25:47', '2024-06-02 11:25:41'),
(2857, 4758, 'Samrat', '01330409229', NULL, 'mdrifatkhanyahoo360@gmail.com', 'kishoreganj', 'DM CHA 20-3373', 'Car', '2022-02-22', 'm', '350', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-02-01', NULL, NULL, '01881802137', '359015560003183', NULL, '123456', '2024-02-04 12:43:25', '2024-06-05 16:57:18'),
(2858, 4759, 'Badal', '01769328045', '01769328045', 'badal45@mygpsbd.net', 'Tangail', 'DM CHA 20-6659', 'Car', '2023-05-14', NULL, '300', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-01-01', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-04 12:44:46', '2024-06-12 13:08:50'),
(2859, 4760, 'Md.Ismail', '01828552050', '01828552050', NULL, 'dhaka', 'DM GA 71-3537', 'Car', '2023-02-08', NULL, '600', NULL, 2, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-02-01', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-04 12:48:21', '2024-06-08 10:41:33'),
(2860, 4761, 'Md.Aktar', '01972293854', '01972293854', NULL, 'dhaka', 'DM CHA 75-0151', 'Car', '2022-09-25', NULL, '300', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-02-04', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-04 12:49:03', '2024-06-09 14:37:32'),
(2861, 4762, 'Tarik Zamil', '01786690967', '01786690967', NULL, 'dhaka', 'Zamil', 'Car', '2023-05-01', NULL, '300', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-01-01', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-04 12:49:24', '2024-06-14 12:44:49'),
(2862, 4763, 'Harun', '01855934751', '01855934751', 'harun51@mygpsbd.net', 'dhaka', 'MG TA 02-0134', 'Car', '2019-06-22', NULL, '250', NULL, 2, 0, 0, NULL, '2024-06-01 00:00:00', 0, 1, 0, '2024-02-01', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-04 14:18:27', '2024-05-22 15:19:39'),
(2863, 4764, 'NAZRUL ISLAM', '01713539550', '01713539550', NULL, 'dhaka', 'NAZRUL', 'Car', '2022-10-01', NULL, '300', NULL, 1, 0, 0, NULL, '2024-05-01 00:00:00', 0, 1, 0, '2024-01-01', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-04 14:30:06', '2024-05-25 11:12:03'),
(2864, 4765, 'Md. Yakub', '01937905025', '01937905025', 'yakub25@mygpsbd.net', 'dhaka', 'DM GA 49-2511', 'Car', '2022-11-01', NULL, '350', NULL, 1, 0, 0, NULL, '2024-06-01 00:00:00', 0, 1, 0, '2024-02-01', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-04 14:31:15', '2024-06-06 14:06:20'),
(2865, 4766, 'Md Abu Baker Siddeque', '01619955705', '01619955705', NULL, 'dhaka', 'Sonalika', 'Car', '2022-12-31', NULL, '0', NULL, 1, 0, 0, NULL, '2024-06-01 00:00:00', 0, 1, 0, '2024-02-01', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-04 14:31:57', '2024-05-23 11:33:58'),
(2866, 4767, 'Mobarak', '01720584945', '01720584945', NULL, 'dhaka', 'DM GHA 29-9174', 'Car', '2023-05-01', NULL, '200', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-01-01', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-04 16:19:55', '2024-06-22 11:25:02'),
(2868, 4769, 'Neweas shorif', '01712542233', NULL, 'shorif33.vts@gmail.com', 'DHAKA', 'Dm ga 47-7130', 'Car', '2023-12-09', 'y', '240', NULL, 1, 0, 0, NULL, '2026-01-01 00:00:00', 0, 1, 0, '2025-01-04', NULL, NULL, '1323835831', '359015560377900', NULL, '123456', '2024-02-04 16:57:11', '2024-02-04 16:57:11'),
(2870, 4771, 'Lutfar Rahman', '01714161417', '01714161417', NULL, 'dhaka', 'DM GA 42-9129', 'Car', '2023-10-01', NULL, '500', NULL, 2, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-02-01', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-04 16:58:39', '2024-06-06 14:23:09'),
(2871, 4772, 'Syeda afsarun nahar', '01732464972', NULL, 'syeda72@mygpsbd.net', 'DHAKA', 'DM GA 17-2679', 'Car', '2023-01-01', 'm', '350', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-02-04', NULL, NULL, '1873149648', '359510087883463', NULL, '123456', '2024-02-04 17:00:14', '2024-06-14 10:20:44'),
(2872, 4773, 'OVEE', '01711175383', '01711175383', NULL, 'dhaka', 'DM CAA 11-0029', 'Car', '2023-08-30', NULL, '900', NULL, 2, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-02-04', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-04 17:00:37', '2024-06-26 16:47:23'),
(2873, 4774, 'Nazrul islam', '01977160957', '01977160957', NULL, 'dhaka', 'DM BA 11-8052', 'Car', '2023-04-03', NULL, '400', NULL, 2, 0, 0, NULL, '2024-04-01 00:00:00', 0, 1, 0, '2023-11-04', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-04 17:01:16', '2024-05-07 13:29:05'),
(2874, 4775, 'ABDUL WAHAB', '01687498233', NULL, 'jamal04@mygpsbd.net', 'DHAKA', 'DM BA 11-8833 DM BA 11-8579', 'bus', '2023-04-03', 'm', '200', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2023-12-04', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-04 17:03:55', '2024-06-11 11:25:05'),
(2875, 4776, 'Limon', '01869619532', '01869619532', 'limon32@gmail.com', 'Dhaka', 'DM KHA 12-8025', 'Car', '2023-09-09', NULL, '300', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-02-04', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-04 17:04:24', '2024-06-26 18:16:27'),
(2876, 4777, 'shofiul', '01787369291', NULL, 'shofiul62@mygpsbd.net', 'Badda, Dhaka', 'DM -6362', NULL, '2023-08-08', 'm', '200', NULL, 1, 0, 0, NULL, '2024-03-01 00:00:00', 0, 0, 0, '2024-02-04', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-04 17:06:25', '2024-02-04 17:06:25'),
(2877, 4778, 'Mostofa Mollal', '01712873434', '01712873434', 'mostofamolla5553@gmail.com', 'dhaka', 'DM GHA 11-0389', 'Car', '2022-08-24', NULL, '310', NULL, 1, 0, 0, NULL, '2024-05-01 00:00:00', 0, 1, 0, '2024-02-04', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-04 17:07:02', '2024-04-08 10:32:32'),
(2878, 4779, 'Sazidur Rahman', '01700693206', '01700693206', NULL, 'dhaka', 'DM LA 47-1483', NULL, '2023-10-30', NULL, '150', NULL, 1, 0, 0, NULL, '2024-06-01 00:00:00', 0, 1, 0, '2024-02-04', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-04 17:07:40', '2024-06-22 11:44:27'),
(2879, 4780, 'Nausaba islam', '01732953804', '01732953804', NULL, 'dhaka', 'DM GHA 22-1441', 'Car', '2023-02-02', NULL, '350', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-02-04', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-04 17:08:29', '2024-06-26 17:39:42'),
(2880, 4781, 'Md. Mamun', '01712690659', '01712690659', NULL, 'dhaka', 'DM CHA 19-2355', 'Car', '2022-11-22', NULL, '300', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-02-04', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-04 17:10:39', '2024-06-06 15:30:36'),
(2881, 4782, 'Manami fashions ltd', '01612745444', '01612745444', 'it@manamibd.com', 'dhaka', 'DM MA 11-4938', 'Car', '2022-12-21', NULL, '170', NULL, 1, 0, 0, NULL, '2024-06-01 00:00:00', 0, 1, 0, '2023-12-01', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-04 17:12:23', '2024-05-29 17:03:57'),
(2882, 4783, 'Taslima', '01707980845', '01707980845', NULL, 'dhaka', 'DM CHA 56-1488', 'Car', '2023-03-30', NULL, '350', NULL, 1, 0, 0, NULL, '2024-06-01 00:00:00', 0, 1, 0, '2024-03-01', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-04 17:13:19', '2024-06-03 15:51:37'),
(2883, 4784, 'Md. Sojol', '01611255600', '01611255600', NULL, 'dhaka', 'CM M M-128', 'Car', '2022-10-28', NULL, '350', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-06-01', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-04 17:14:03', '2024-02-04 17:14:12'),
(2884, 4785, 'Rezwanur Rahman', '01751901782', '01751901782', 'ullashrahman@gmail.com', 'dhaka', 'DM GA 21-4106', 'Car', '2023-01-06', NULL, '300', NULL, 1, 0, 0, NULL, '2024-04-01 00:00:00', 0, 1, 0, '2024-03-01', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-04 17:15:05', '2024-02-04 17:15:05'),
(2885, 4786, 'Emdadul Haque', '01608555200', NULL, 'emdadul09@mygpsbd.net', 'DHAKA', 'CM GA 13-4800', 'Car', '2020-11-07', 'm', '300', NULL, 1, 0, 0, NULL, '2024-06-01 00:00:00', 0, 1, 0, '2024-01-01', NULL, NULL, '1319038954', '353701095537797', NULL, '123456', '2024-02-04 17:40:16', '2024-06-06 15:27:43'),
(2886, 4787, 'Mojibur', '01712720377', '01712720377', 'rahmanmdmojibur783@gmail.com', 'dhaka', 'DM GA 31-8875', 'Car', '2023-10-31', NULL, '300', NULL, 1, 0, 0, NULL, '2024-06-01 00:00:00', 0, 1, 0, '2024-01-01', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-04 17:40:39', '2024-06-22 11:40:15'),
(2887, 4788, 'Sunum Uddin', '01675868089', '01675868089', NULL, 'dhaka', 'DM CHA 20-5735', 'Car', '2022-10-15', NULL, '350', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-01-01', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-04 17:40:59', '2024-06-11 14:23:56'),
(2888, 4789, 'Munnaf', '01722928253', '01722928253', 'rcmunnaf@gmail.com', 'dhaka', 'Rajshahi HA 16-2569', 'Car', '2022-10-20', NULL, '150', NULL, 1, 0, 0, NULL, '2024-06-01 00:00:00', 0, 1, 0, '2024-02-04', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-04 17:41:22', '2024-05-16 17:12:09'),
(2889, 4790, 'Sikor', '01739530902', '01906275073', NULL, 'dhaka', 'DM BA 11-8616', NULL, '2023-06-24', NULL, '200', NULL, 1, 0, 0, NULL, '2024-03-01 00:00:00', 0, 1, 0, '2024-01-28', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-04 17:41:49', '2024-02-25 15:03:42'),
(2890, 4791, 'ROFIQ', '01712316587', '01712316587', 'rofikislam2737@gmail.com', 'dhaka', 'DM JA 14-0134', 'Car', '2022-10-19', NULL, '500', NULL, 2, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-02-04', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-04 17:42:23', '2024-06-08 10:57:55'),
(2891, 4792, 'Ranju Ahmed', '01712534653', '01712534653', 'ranjuahmed@mygpsbd.net', 'dhaka', 'DM GA 27-1815', 'Car', '2021-11-13', NULL, '300', NULL, 1, 0, 0, NULL, '2024-05-01 00:00:00', 0, 1, 0, '2024-02-04', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-04 17:42:43', '2024-04-08 11:30:57'),
(2892, 4793, 'Tanjir', '01882293420', '01882293420', 'tanjir20@mygpsbd.net', 'dhaka', 'DM GA 20-3558', NULL, '2021-10-21', NULL, '250', NULL, 1, 0, 0, NULL, '2024-06-01 00:00:00', 0, 1, 0, '2024-02-04', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-04 17:42:59', '2024-05-11 13:42:26'),
(2893, 4794, 'Mohammad Israfil', '01712620178', '01712620178', NULL, 'dhaka', 'Dm cha 19-2696', 'Car', '2023-10-12', NULL, '300', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2023-12-01', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-04 17:43:23', '2024-06-10 11:08:04'),
(2894, 4795, 'SK MD NASIR', '01712559489', '01712559489', NULL, 'dhaka', 'DM GA 32-7096', 'Car', '2023-10-14', NULL, '300', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-02-04', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-04 17:47:01', '2024-06-10 11:12:06'),
(2896, 4797, 'Jahangir Alam', '01714809613', '01714809613', NULL, 'Dhaka', 'DM LA 43-1707', NULL, '2023-01-01', NULL, '350', NULL, 1, 0, 0, NULL, '2024-04-01 00:00:00', 0, 0, 0, '2023-12-04', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-04 17:49:27', '2024-02-04 17:49:30'),
(2897, 4798, 'Khokon', '01737898287', '01737898287', NULL, 'dhaka', 'DM GA 37-4976', 'Car', '2023-04-11', NULL, '300', NULL, 1, 0, 0, NULL, '2024-04-01 00:00:00', 0, 0, 0, '2023-11-01', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-04 17:50:36', '2024-02-04 17:50:36'),
(2898, 4799, 'Alamin', '01941200856', '01941200856', 'alamin56@mygpsbd.net', 'Dhaka', 'DM GA 27-6429', 'Car', '2023-08-10', NULL, '300', NULL, 1, 0, 0, NULL, '2024-06-01 00:00:00', 0, 1, 0, '2023-12-01', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-04 17:51:23', '2024-06-06 10:42:47'),
(2899, 4800, 'Kamal Dewan', '01711200054', '01711200054', NULL, 'dhaka', 'DM BA 15-3440', 'Car', '2023-05-02', NULL, '600', '0', 1, 0, 0, NULL, '2024-05-01 00:00:00', 0, 1, 0, '2024-01-01', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-04 17:51:51', '2024-05-30 14:17:16'),
(2900, 4801, 'Md Shamim Hossain', '01711490466', '01711490466', NULL, 'dhaka', 'DM GA 29-5490', 'Car', '2023-01-09', NULL, '300', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-02-04', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-04 17:54:29', '2024-06-05 10:52:00'),
(2901, 4802, 'Md. Mahbub', '01715010940', '01715010940', 'mahbub40@mygpsbd.net', 'dhaka', 'DM GA 45-0576', 'Car', '2020-02-02', NULL, '800', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-03-01', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-04 17:57:12', '2024-06-04 11:20:18'),
(2902, 4803, 'MAHBOOB UR RAHMAN', '01739802548', '01739802548', 'mahboob48@mygpsbd.net', 'dhaka', 'CM GA 11-9671', 'Car', '2021-02-05', NULL, '300', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-02-04', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-04 17:58:31', '2024-06-04 14:28:43'),
(2903, 4804, 'Dr. Hasibul Islam', '01711894893', '01711894893', NULL, 'dhaka', 'DM GHA 18-4026', 'Car', '2023-01-19', NULL, '4200', NULL, 1, 0, 0, NULL, '2025-02-01 00:00:00', 0, 1, 0, '2024-02-05', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-05 11:08:51', '2024-02-05 11:14:09'),
(2904, 4805, 'Hasan', '01923950748', '01923950748', 'hasan48@yahoo.com', 'dhaka', 'DM GA 43-8504', 'Car', '2022-04-23', NULL, '300', NULL, 1, 0, 0, NULL, '2024-06-01 00:00:00', 0, 1, 0, '2024-04-05', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-05 12:21:30', '2024-04-27 11:37:04'),
(2905, 4806, 'Polly Rani', '01711155057', '01711155057', 'pollyrani@mygpsbd.net', 'dhaka', 'DM GA 45-9164', 'Car', '2021-02-09', NULL, '200', NULL, 1, 0, 0, NULL, '2024-08-01 00:00:00', 0, 1, 0, '2024-07-05', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-05 12:57:30', '2024-02-05 12:57:30'),
(2906, 4807, 'Kajimuddin', '01793601733', '01793601733', 'kajimuddin@gmail.com', 'dhaka', 'DM NA 11-0917', 'Car', '2022-04-26', NULL, '250', NULL, 1, 0, 0, NULL, '2024-03-01 00:00:00', 0, 0, 0, '2024-02-05', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-05 13:31:46', '2024-02-05 13:31:46'),
(2907, 4808, 'Faisal Khan', '01511170084', '01511170084', 'faisal05@mygpsbd.net', 'dhaka', 'DM GA 16-0553', 'Car', '2020-03-10', NULL, '300', NULL, 1, 0, 0, NULL, '2024-06-01 00:00:00', 0, 1, 0, '2024-02-05', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-05 13:32:26', '2024-05-09 11:25:18'),
(2908, 4809, 'Sabbir Talukdar', '01610229935', '01610229935', 'sabbir35@mygpsbd.net', 'motijheel', 'DM GA 16-0576', 'Car', '2023-08-25', NULL, '300', NULL, 1, 0, 0, NULL, '2024-06-01 00:00:00', 0, 1, 0, '2024-02-05', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-05 13:33:45', '2024-05-15 15:04:27'),
(2909, 4810, 'Md amzad hossain', '01912883693', '01912883693', NULL, 'dhaka', 'DM CHA 12-0269', 'Car', '2023-03-04', NULL, '300', NULL, 1, 0, 0, NULL, '2024-04-01 00:00:00', 0, 0, 0, '2023-11-05', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-05 13:41:58', '2024-02-05 13:42:09'),
(2910, 4811, 'Pappu', '01321974835', '01321974835', 'pappu38@mygpsbd.net', 'dhaka', 'DM GA 29-1923', NULL, '2022-07-03', NULL, '300', NULL, 2, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-02-05', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-05 13:46:34', '2024-06-03 11:52:53'),
(2911, 4812, 'Md. Mohin', '01963928032', '01963928032', NULL, 'dhaka', 'DM GA 33-1105', NULL, '2023-11-17', NULL, '350', NULL, 1, 0, 0, NULL, '2024-06-01 00:00:00', 0, 1, 0, '2024-01-05', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-05 14:03:30', '2024-05-13 17:44:51'),
(2912, 4813, 'Rayhanul Islam', '01711486267', '01711486267', 'rayhanul67@mygpsbd.net', 'dhaka', 'DM GA 45-0230', 'Car', '2020-04-10', NULL, '400', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-02-05', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-05 14:29:48', '2024-06-27 14:44:30'),
(2913, 4814, 'Ratul', '01760765606', '01760765606', 'ratul36@mygpsbd.net', 'dhaka', 'DM GA 27-8554', 'Car', '2021-04-01', NULL, '600', NULL, 2, 0, 0, NULL, '2024-06-01 00:00:00', 0, 1, 0, '2024-02-05', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-05 14:38:25', '2024-06-22 11:26:41'),
(2914, 4815, 'Mr. Rasel', '01758773169', '01758773169', 'rasel69@mygpsbd.net', 'dhaka', 'DM GA 45-4703', 'Car', '2021-04-03', NULL, '300', NULL, 1, 0, 0, NULL, '2024-03-01 00:00:00', 0, 0, 0, '2024-01-01', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-05 14:38:50', '2024-02-05 14:39:07'),
(2915, 4816, 'Monir Hawlader', '01723375861', '01723375861', 'monir61@mygpsbd.net', 'dhaka', 'DM DA 14-4300', 'Car', '2022-04-01', NULL, '250', NULL, 1, 0, 0, NULL, '2024-06-01 00:00:00', 0, 1, 0, '2023-12-05', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-05 14:40:29', '2024-05-18 11:15:34'),
(2916, 4817, 'Md. Rimon Hadis', '01748984361', '01748984361', NULL, 'dhaka', 'DM TA 22-1411', 'Car', '2023-05-04', NULL, '250', NULL, 1, 0, 0, NULL, '2024-03-01 00:00:00', 0, 1, 0, '2023-12-05', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-05 14:42:01', '2024-04-09 19:40:11'),
(2917, 4818, 'Mohsin', '01798382876', '01798382876', 'mohsin76@mygpsbd.net', 'dhaka', 'DM GHA 15-8523', 'Car', '2021-05-03', NULL, '300', NULL, 1, 0, 0, NULL, '2024-06-01 00:00:00', 0, 1, 0, '2024-02-29', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-05 14:43:40', '2024-05-13 17:48:50'),
(2918, 4819, 'Enamul Haque Milon', '01716280687', '01716280687', 'milon111@mygpsbd.net', 'dhaka', 'DM GA 31-3778', 'Car', '2019-02-05', NULL, '400', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-02-10', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-05 14:45:01', '2024-06-27 15:43:49'),
(2919, 4820, 'Md. Ashraful Islam', '01868073391', '01868073391', 'amd085511@gmail.com', 'dhaka', 'asraful91', 'Car', '2022-09-24', NULL, '200', NULL, 1, 0, 0, NULL, '2024-03-01 00:00:00', 0, 1, 0, '2024-02-06', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-05 14:48:13', '2024-02-10 12:17:24'),
(2920, 4821, 'Mazhar', '01712510172', '01712510172', 'majharul72@mygpsbd.net', 'dhaka', 'DM GA 43-2327', 'Car', '2020-05-11', NULL, '300', NULL, 1, 0, 0, NULL, '2024-06-01 00:00:00', 0, 1, 0, '2024-02-06', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-05 14:55:20', '2024-06-12 10:52:15'),
(2921, 4822, 'Asadur Rahman', '01975534001', '01975534001', 'asadur001@mygpsbd.net', 'dhaka', 'DM GA 31-5598', NULL, '2020-05-02', NULL, '400', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-02-06', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-05 14:56:20', '2024-06-03 14:30:17'),
(2922, 4823, 'Taslima', '01552442123', '01552442123', 'taslima23@mygpsbd.net', 'dhaka', 'DM GA 34-3331', 'Car', '2021-05-01', NULL, '300', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-02-06', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-05 14:58:40', '2024-06-06 10:39:59'),
(2923, 4824, 'Abdul Kader Rubel', '01673634973', '01673634973', 'rubel73@mygpsbd.net', 'dhaka', 'DM MA 54-1659', NULL, '2021-01-05', NULL, '300', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2023-12-05', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-05 15:03:51', '2024-06-02 17:24:37'),
(2924, 4825, 'Faizul Islam', '01712617781', '01712617781', 'faizul81@mygpsbd.net', 'dhaka', 'DM GA 27-6455', NULL, '2021-05-05', NULL, '300', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-02-06', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-05 15:04:20', '2024-06-27 18:12:55'),
(2925, 4826, 'Shopon', '01925613613', NULL, 'shopon@mygpsbd.net', 'DHAKA', 'DM GA 17-8999', 'Car', '2021-01-05', 'm', '400', NULL, 1, 0, 0, NULL, '2024-06-01 00:00:00', 0, 1, 0, '2024-02-06', NULL, NULL, '1755876364', '2500000867', NULL, '123456', '2024-02-05 15:07:03', '2024-06-11 11:33:09'),
(2926, 4827, 'Giasuddin Dewan Roky', '01610972438', '01610972438', NULL, 'dhaka', 'DM BA 12-0947', 'Car', '2023-04-05', NULL, '200', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-01-01', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-05 15:12:06', '2024-06-27 15:52:37'),
(2927, 4828, 'MD.HASANUL BANNA', '01717134208', '01717134208', 'banna.hsnl@gmail.com', 'dhaka', 'DM GA 20-2232', 'Car', '2022-10-06', NULL, '350', NULL, 1, 0, 0, NULL, '2024-06-01 00:00:00', 0, 1, 0, '2024-03-01', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-05 15:12:33', '2024-06-08 11:47:26'),
(2928, 4829, 'Prince Mahamud Hira', '01855000220', '01855000220', 'hira220@mygpsbd.net', 'dhaka', 'DM GA 36-5463', 'Car', '2023-04-18', NULL, '300', NULL, 1, 0, 0, NULL, '2024-04-01 00:00:00', 0, 1, 0, '2023-12-05', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-05 15:13:33', '2024-03-21 16:01:26'),
(2929, 4830, 'Dr Binoy Barman', '01713493149', '01713493149', NULL, 'dhaka', 'DM GA 29-0134', NULL, '2023-01-16', NULL, '300', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-02-06', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-05 16:09:56', '2024-06-23 17:43:00'),
(2930, 4831, 'Tajminur', '01721814425', NULL, NULL, 'DHAKA', 'tajminur', 'Car', '2023-12-27', 'm', '200', NULL, 1, 0, 0, NULL, '2024-06-01 00:00:00', 0, 1, 0, '2024-02-06', NULL, NULL, '01746833904', '359015560077211', NULL, '123456', '2024-02-05 16:29:40', '2024-05-29 12:30:15'),
(2931, 4832, 'Vojon basak', '01726224932', '01726224932', NULL, 'dhaka', 'DM CHA 15-4222', 'Car', '2022-11-06', NULL, '300', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-02-06', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-05 16:30:05', '2024-06-09 13:52:45'),
(2932, 4833, 'Sudip', '01854252635', NULL, 'sudip35@mygpsbd.net', 'DHAKA', 'DM GA 45-1803', 'Car', '2021-03-18', 'm', '300', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-01-31', NULL, NULL, '01309993570', '353701091087151', NULL, '123456', '2024-02-05 16:32:29', '2024-06-24 15:29:24'),
(2933, 4834, 'Sweets', '01714618079', '01714618079', 'sweets79@mygpsbd.net', 'dhaka', 'DM TA 13-1188', 'Car', '2021-06-03', NULL, '500', NULL, 1, 0, 0, NULL, '2024-05-01 00:00:00', 0, 1, 0, '2024-01-30', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-05 16:33:52', '2024-05-15 13:20:24'),
(2934, 4835, 'Hamid', '01715627010', '01711322101', NULL, 'dhaka', 'DM GA 16-4498', 'Car', '2023-06-07', NULL, '300', NULL, 1, 0, 0, NULL, '2024-04-01 00:00:00', 0, 1, 0, '2024-02-06', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-05 16:36:03', '2024-03-16 12:53:36'),
(2935, 4836, 'Md. Rafiqul Islam', '01954799421', '01954799421', 'rafiqul21@mygpsbd.net', 'dhaka', 'DM GA 43-4962', 'Car', '2020-07-06', NULL, '333', NULL, 1, 0, 0, NULL, '2024-06-01 00:00:00', 0, 1, 0, '2024-02-06', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-05 16:36:23', '2024-06-25 13:32:02'),
(2936, 4837, 'Kartick Karmakar', '01711539986', NULL, 'kartick86@mygpsbd.net', 'DHAKA', 'DM GHA 13-2752', 'Car', '2020-02-07', 'm', '400', NULL, 1, 0, 0, NULL, '2024-06-01 00:00:00', 0, 1, 0, '2024-02-06', NULL, NULL, '01326546166', '353701095657694', NULL, '123456', '2024-02-05 16:49:19', '2024-05-14 12:27:22'),
(2937, 4838, 'Abul Hossen', '01828678744', '0172', 'abul41@mygpsbd', 'dhaka', 'DM LA 44-6370', NULL, '2020-07-07', NULL, '200', NULL, 1, 0, 0, NULL, '2024-06-01 00:00:00', 0, 1, 0, '2024-02-06', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-05 17:17:48', '2024-05-14 12:37:38'),
(2938, 4839, 'Md. Sofiq', '01712276513', '01712276513', 'sofiq50@mygpsbd.net', 'dhaka', 'DM TA 11-8670', 'Car', '2020-07-07', NULL, '300', NULL, 1, 0, 0, NULL, '2024-06-01 00:00:00', 0, 1, 0, '2024-02-07', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-06 11:12:21', '2024-05-30 12:42:34'),
(2939, 4840, 'Polash Mahmud', '01763040674', '01763040674', 'polash74@mygpsbd.net', 'dhaka', 'SK-09 ( long boom )', 'Car', '2022-07-03', NULL, '1200', NULL, 2, 0, 0, NULL, '2024-03-01 00:00:00', 0, 0, 0, '2024-02-07', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-06 11:14:32', '2024-02-06 11:14:32'),
(2940, 4841, 'Jolil', '01797626262', '01797626262', NULL, 'dhaka', 'DM GHA 18-8211', 'Car', '2023-05-07', NULL, '3000', NULL, 1, 0, 0, NULL, '2024-03-01 00:00:00', 0, 0, 0, '2024-01-01', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-06 11:15:30', '2024-02-06 11:15:36'),
(2941, 4842, 'Khorsheda Begum', '01556335060', '01556335060', 'khorsheda60@mygpsbd.net', 'Dhaka', 'DM JA 12-0174', NULL, '2023-01-02', NULL, '350', NULL, 1, 0, 0, NULL, '2024-04-01 00:00:00', 0, 1, 0, '2024-02-07', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-06 11:18:47', '2024-03-28 10:37:02'),
(2942, 4843, 'Ashraful Islam', '01559104166', '01559104166', NULL, 'dhaka', 'DM GA 23-2892', NULL, '2019-04-22', NULL, '250', NULL, 1, 0, 0, NULL, '2024-03-01 00:00:00', 0, 0, 0, '2024-02-07', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-06 13:00:53', '2024-02-06 13:00:53'),
(2943, 4844, 'Md.kadir bepari', '01745666451', '01745666451', 'mdkadirbepari26@gmail', 'dhaka', 'DM CHA 53-2821', 'Car', '2022-08-08', NULL, '250', NULL, 1, 0, 0, NULL, '2024-03-01 00:00:00', 0, 0, 0, '2024-01-28', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-06 13:03:50', '2024-02-06 13:04:00'),
(2944, 4845, 'Sachin', '01711907904', '01711907904', 'sachin04@mygpsbd.net', 'dhaka', 'DM GA 43-4720', 'Car', '2020-08-01', NULL, '333', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-02-07', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-06 13:04:27', '2024-06-27 18:12:22'),
(2945, 4846, 'Kader', '01726058748', '01726058748', NULL, 'dhaka', 'DM CA 12-1408', 'Car', '2023-01-23', NULL, '7200', NULL, 2, 0, 0, NULL, '2025-02-01 00:00:00', 0, 1, 0, '2025-01-07', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-06 13:09:17', '2024-02-06 13:09:17'),
(2946, 4847, 'dipu', '01780264503', '01768983127', NULL, 'dhaka', 'DM TA 18-6363', 'Car', '2023-04-05', NULL, '300', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-02-07', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-06 13:09:55', '2024-05-29 10:39:09'),
(2947, 4848, 'Md. Mizan', '01815699312', '01815699312', 'mizan1977@mygpsbd.net', 'dhaka', 'DM GA 42-5049', 'Car', '2019-09-04', NULL, '400', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-02-07', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-06 13:10:42', '2024-06-08 14:36:57'),
(2948, 4849, 'Robin fuad', '01721722911', '01721722911', 'robinfuad.bd2025@gmail.com', 'dhaka', 'DM GHA 21-3810', 'Car', '2022-09-06', NULL, '350', NULL, 1, 0, 0, NULL, '2024-03-01 00:00:00', 0, 0, 0, '2024-02-07', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-06 13:11:58', '2024-02-06 13:11:58'),
(2949, 4850, 'Zahorul Islam Lablu', '01711634183', '01711634183', 'lablucp@gmail.com', 'dhaka', 'DM CHA 20-4231', 'Car', '2022-06-14', NULL, '300', NULL, 2, 0, 0, NULL, '2024-05-01 00:00:00', 0, 1, 0, '2024-01-31', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-06 13:12:32', '2024-05-04 12:21:55'),
(2950, 4851, 'Adv. Farzana', '01717167183', '01717167183', 'farzana04@mygpsbd.net', 'dhaka', 'DM GA 43-4890', NULL, '2021-11-10', NULL, '350', NULL, 1, 0, 0, NULL, '2024-04-01 00:00:00', 0, 1, 0, '2024-02-07', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-06 13:14:24', '2024-03-18 15:56:15'),
(2951, 4852, 'Md Badsha miya', '01922161522', '01922161522', 'smd693892@gmail.com', 'dhaka', 'DM GA 21-7372', 'Car', '2023-08-10', NULL, '300', NULL, 1, 0, 0, NULL, '2024-03-01 00:00:00', 0, 0, 0, '2024-02-07', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-06 13:15:30', '2024-02-06 13:15:30'),
(2952, 4853, 'Nahidul', '01726061933', '01726061933', 'nahidul33@mygpsbd.net', 'dhaka', 'DM GA 45-1436', 'Car', '2020-09-22', NULL, '350', NULL, 1, 0, 0, NULL, '2024-06-01 00:00:00', 0, 1, 0, '2024-02-07', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-06 13:16:52', '2024-05-12 10:51:15'),
(2953, 4854, 'Md.Golam Rabbani', '01712282720', '01712282720', NULL, 'dhaka', 'DM CHA 20-6025', 'Car', '2022-11-10', NULL, '300', NULL, 1, 0, 0, NULL, '2024-06-01 00:00:00', 0, 1, 0, '2024-02-07', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-06 13:17:09', '2024-05-18 11:14:49'),
(2954, 4855, 'Md.Mijanur', '01672614100', '01672614100', NULL, 'dhaka', 'DM CHA 20-6026', 'Car', '2022-11-10', NULL, '300', NULL, 1, 0, 0, NULL, '2024-05-01 00:00:00', 0, 1, 0, '2024-02-07', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-06 13:17:30', '2024-05-19 11:53:24'),
(2955, 4856, 'Rayhan Mahmud', '01323648827', '01323648827', 'robinmahmud1996@gmail.com', 'dhaka', 'DM KHA 12-9195', 'Car', '2022-11-10', NULL, '3600', NULL, 1, 0, 0, NULL, '2024-03-01 00:00:00', 0, 0, 0, '2024-02-07', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-06 13:17:45', '2024-02-06 13:17:45'),
(2956, 4857, 'Riazul', '01797548148', '01797548148', 'reazul48@mygpsbd.net', 'dhaka', 'DM GA 37-2127', 'Car', '2022-06-28', NULL, '400', NULL, 1, 0, 0, NULL, '2024-03-01 00:00:00', 0, 0, 0, '2023-12-01', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-06 13:18:48', '2024-02-06 13:30:39'),
(2957, 4858, 'Sajib', '01853945382', '01853945382', 'sajib82@mygpsbd.net', 'dhaka', 'DM GA 37-0315', 'Car', '2021-10-08', NULL, '300', NULL, 1, 0, 0, NULL, '2024-05-01 00:00:00', 0, 1, 0, '2024-02-07', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-06 14:29:17', '2024-04-28 16:42:55'),
(2958, 4859, 'Faridul Islam', '01713368699', '01713368699', 'faridul99@mygpsbd.net', 'dhaka', 'DM GA 45-7928', 'Car', '2021-08-10', NULL, '300', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-02-07', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-06 14:31:03', '2024-06-24 13:40:04'),
(2959, 4860, 'Ashim Kumar', '01713385172', '01713385172', 'ashim72@mygpsbd.net', 'Dhaka', 'DM GA 42-5337', 'Car', '2023-08-30', NULL, '200', NULL, 1, 0, 0, NULL, '2024-06-01 00:00:00', 0, 1, 0, '2024-02-07', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-06 14:31:31', '2024-05-21 12:01:08'),
(2960, 4861, 'Imdad chowdhury Rimu', '01794097845', '01330393345', NULL, 'dhaka City', 'DM GA 31-0291', 'Car', '2022-11-30', NULL, '300', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-02-07', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-06 14:34:59', '2024-06-25 16:41:07'),
(2961, 4862, 'Manik (ship)', '01836262530', NULL, NULL, 'DHAKA', 'Manik (Ship)', 'ship', '2020-02-11', 'm', '300', NULL, 1, 0, 0, NULL, '2024-04-01 00:00:00', 0, 1, 0, '2024-01-01', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-06 14:38:08', '2024-03-27 15:57:52'),
(2962, 4863, 'Mizanur Rahman', '01725208981', '01725208981', 'mizanur81@mygpsbd.net', 'dhaka', 'DM CHA 13-9741', 'Car', '2020-11-03', NULL, '300', NULL, 1, 0, 0, NULL, '2024-03-01 00:00:00', 0, 0, 0, '2023-11-02', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-06 14:38:50', '2024-02-06 14:39:00'),
(2963, 4864, 'Tarek45', '01713034545', '01713034545', 'tarek45@mygpsbd.net', 'dhaka', 'DM GA 31-4844', 'Car', '2021-04-11', NULL, '300', NULL, 1, 0, 0, NULL, '2024-05-01 00:00:00', 0, 1, 0, '2024-02-07', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-06 14:39:37', '2024-04-22 11:22:09'),
(2964, 4865, 'Jahangir Alam', '01718254707', '01718254707', 'jahangir07@mygpsbd.net', 'dhaka', 'DM GA 31-2111', 'Car', '2021-01-11', NULL, '300', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-02-07', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-06 14:39:53', '2024-05-27 13:58:00');
INSERT INTO `all_users` (`id`, `user_id`, `name`, `phone`, `alter_phone`, `email`, `par_add`, `car_number`, `car_model`, `installation_date`, `billing_cycle`, `monthly_bill`, `device_price`, `user_type`, `complain_status`, `service_problem_status`, `total_due`, `next_payment_date`, `expair_status`, `payment_status`, `order_status`, `due_date`, `total_paied`, `status`, `device_sim_number`, `imei_number`, `note`, `password`, `created_at`, `updated_at`) VALUES
(2965, 4866, 'Mokleshur rahman', '01678083616', '01678083616', 'mokleshur16@mygpsbd.net', 'dhaka', 'DM GA 32-7927', 'Car', '2022-12-03', NULL, '300', NULL, 1, 0, 0, NULL, '2024-06-01 00:00:00', 0, 1, 0, '2024-02-07', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-06 14:40:13', '2024-05-27 13:55:15'),
(2966, 4867, 'Tarek Ahmed', '01703786491', '01703786491', 'tarek91@mygpsbd.net', 'dhaka', 'DM GA 19-0808', 'Car', '2022-12-03', NULL, '300', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-02-07', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-06 14:40:30', '2024-06-23 10:55:42'),
(2968, 4869, 'Md Ashab uddin Bhuiyan', '01711525332', '01711525332', NULL, 'dhaka', 'DM KHA 12-4158', NULL, '2022-12-19', NULL, '200', NULL, 1, 0, 0, NULL, '2024-04-01 00:00:00', 0, 0, 0, '2023-11-07', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-06 14:41:28', '2024-02-06 14:41:28'),
(2969, 4870, 'Mainuddin Ahmed', '01819428021', '01819428021', 'mainuddin21@mygpsbd.net', 'dhaka', 'DM CHA 16-2519', 'Car', '2019-12-10', NULL, '400', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-02-07', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-06 14:42:20', '2024-06-22 11:45:17'),
(2970, 4871, 'Mr. Mosfequl Hassan', '01730092249', '01730092249', 'mosfequl@mygpsbd.net', 'dhaka', 'DM GA 32-2292', 'Car', '2019-12-03', NULL, '400', NULL, 1, 0, 0, NULL, '2024-05-01 00:00:00', 0, 1, 0, '2024-02-07', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-06 14:42:35', '2024-04-02 15:33:18'),
(2971, 4872, 'ROBIN', '01711125206', '01711125206', 'monir57@mygpsbd.net', 'dhaka', 'DM GA 25-1366', 'Car', '2021-03-13', NULL, '300', NULL, 1, 0, 0, NULL, '2024-04-01 00:00:00', 0, 1, 0, '2024-02-07', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-06 14:43:33', '2024-05-20 17:02:54'),
(2972, 4873, 'Zillur Rahman', '01711029913', '01711029913', 'zillurrahman@mygpsbd.net', 'dhaka', 'DM GA 13-5636', 'Car', '2021-12-13', NULL, '300', NULL, 1, 0, 0, NULL, '2024-05-01 00:00:00', 0, 1, 0, '2023-12-06', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-06 14:44:40', '2024-05-28 16:43:26'),
(2973, 4874, 'Kamal', '01716570988', '01716570988', NULL, 'dhaka', 'DM MO 00-0561', 'Car', '2023-02-14', NULL, '300', NULL, 1, 0, 0, NULL, '2024-06-01 00:00:00', 0, 1, 0, '2024-02-08', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-06 14:52:47', '2024-04-23 16:01:14'),
(2974, 4875, 'Mahmud', '01751141851', '01751141851', 'mahmud51@mygpsbd.net', 'dhaka', 'DM GA 34-4568', 'Car', '2021-11-18', NULL, '200', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-02-08', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-06 14:53:24', '2024-06-04 11:33:47'),
(2975, 4876, 'Sohel Rana', '01705221919', '01705221919', 'sohelrana@mygpsbd.net', 'dhaka', 'DM GA 31-5767', 'Car', '2020-12-14', NULL, '350', NULL, 1, 0, 0, NULL, '2024-05-01 00:00:00', 0, 1, 0, '2024-02-07', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-06 14:53:59', '2024-05-25 10:50:39'),
(2976, 4877, 'Rony chowdhury', '01912101010', '01912101010', 'ronychowdhury@mygpsbd.net', 'dhaka', 'DM GHA 13-3892', 'Car', '2021-11-18', NULL, '250', NULL, 1, 0, 0, NULL, '2024-06-01 00:00:00', 0, 1, 0, '2024-02-08', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-06 14:55:03', '2024-05-20 16:34:58'),
(2977, 4878, 'Saiful04', '01917009204', '01917009204', 'saiful04@mygpsbd.net', 'dhaka', 'DM GA 45-4938', 'Car', '2021-02-15', NULL, '250', NULL, 1, 0, 0, NULL, '2025-02-01 00:00:00', 0, 1, 0, '2024-02-08', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-06 15:39:16', '2024-03-28 11:41:39'),
(2978, 4879, 'Sibbir Ahamed Bhuyan', '01766489868', '01766489868', 'sibbirbhuyan@gmail.com', 'dhaka', 'DM GHA 45-1076', 'Car', '2022-04-25', NULL, '1800', NULL, 1, 0, 0, NULL, '2024-05-01 00:00:00', 0, 1, 0, '2024-04-06', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-06 17:12:29', '2024-02-06 17:12:29'),
(2979, 4880, 'Ratan Kumar Roy', '01819336472', '01819336472', 'ratan72@mygpsbd.net', 'dhaka', 'CM GHA 11-5754', 'Car', '2019-10-10', NULL, '300', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-02-07', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-06 17:13:33', '2024-06-08 10:49:43'),
(2980, 4881, 'Md Obaidul hoq', '01997113721', '01997113721', 'metlife145@gmail.com', 'dhaka', 'Sherpur HA 12-9676', 'Car', '2023-01-29', NULL, '150', NULL, 1, 0, 0, NULL, '2024-08-01 00:00:00', 0, 1, 0, '2024-02-07', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-06 17:18:35', '2024-06-04 11:21:29'),
(2981, 4882, 'Anwar Kamal', '01615200020', '01615200020', 'anowarkamal80@gmail.com', 'dhaka', 'CM KA 11-0497', 'Car', '2022-04-23', NULL, '1850', NULL, 1, 0, 0, NULL, '2024-04-01 00:00:00', 0, 0, 0, '2023-10-06', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-06 17:20:34', '2024-02-06 17:20:34'),
(2982, 4883, 'Fakrul Alam Mir', '01834082940', '01834082940', 'mir40@mygpsbd.net', 'dhaka', 'CM CHA 51-1446', 'Car', '2023-04-22', NULL, '950', NULL, 1, 0, 0, NULL, '2024-03-01 00:00:00', 0, 0, 0, '2024-02-07', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-06 17:21:52', '2024-02-06 17:21:52'),
(2983, 4884, 'Md. Faruk', '01626101558', '01626101558', 'fm4430765@gmail.com', 'dhaka', 'DM NA 20-8504', 'Car', '2022-04-14', NULL, '1500', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-06-01', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-06 17:22:42', '2024-02-06 17:22:42'),
(2984, 4885, 'Yousuf Alli', '01822365225', '01822365225', 'yousuf@mygps.com.bd', 'dhaka', 'CM DA 11-1637', 'Car', '2022-04-14', NULL, '3400', NULL, 1, 0, 0, NULL, '2024-10-01 00:00:00', 0, 1, 0, '2024-09-06', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-06 17:23:30', '2024-02-06 17:23:30'),
(2985, 4886, 'Md. Masum', '01913305018', '01913305018', 'masum18@mygpsbd.net', 'dhaka', 'DM TA 15-2571', 'Car', '2020-03-01', NULL, '1000', NULL, 1, 0, 0, NULL, '2024-03-01 00:00:00', 0, 1, 0, '2024-01-28', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-06 17:24:29', '2024-03-20 13:18:23'),
(2986, 4887, 'Ripon Ghosh', '01720589853', '01720589853', 'ripon.ghosh200@gmail.com', 'dhaka', 'DM GA 19-6618', 'Car', '2022-08-14', NULL, '350', NULL, 1, 0, 0, NULL, '2024-03-01 00:00:00', 0, 0, 0, '2024-02-07', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-06 17:26:51', '2024-02-06 17:26:51'),
(2987, 4888, 'Liza Sadia', '01928035146', '01928035146', 'lizasadia@mygpsbd.net', 'dhaka', 'DM CA 12-0090', 'Car', '2022-12-18', NULL, '0', NULL, 1, 0, 0, NULL, '2024-04-01 00:00:00', 0, 0, 0, '2024-01-28', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-06 17:27:18', '2024-02-06 17:27:18'),
(2988, 4889, 'Tajbidul', '01914586524', '01914586524', 'tajibidul@mygpsbd.net', 'dhaka', 'DM GA 31-1247', 'Car', '2020-02-15', NULL, '350', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-02-07', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-06 17:27:35', '2024-06-13 15:00:37'),
(2989, 4890, 'Md. Monoar', '01675139730', '01675139730', 'monoar30@mygpsbd.net', 'dhaka', 'DM GA 42-7661', 'Car', '2020-06-15', NULL, '600', NULL, 1, 0, 0, NULL, '2024-06-01 00:00:00', 0, 1, 0, '2023-12-31', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-06 17:27:59', '2024-05-07 13:27:54'),
(2990, 4891, 'MD. Ali Khan', '01819223222', '01819223222', 'mdali123@mygpsbd.net', 'dhaka', 'DM GA 27-8524', 'Car', '2019-01-15', NULL, '300', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-01-28', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-06 17:28:25', '2024-06-11 14:28:07'),
(2991, 4892, 'Ikbal', '01914309313', '01914309313', 'tha.is.ikbal@gmail.com', 'dhaka', 'Ikbal', 'Car', '2023-01-15', NULL, '300', NULL, 1, 0, 0, NULL, '2024-06-01 00:00:00', 0, 1, 0, '2024-02-07', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-06 17:29:01', '2024-05-02 13:11:08'),
(2992, 4893, 'Mahmud', '01713016598', '01713016598', 'mahmud98@mygpsbd.net', 'dhaka', 'DM CHA 19-0996', 'Car', '2021-01-16', NULL, '300', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-02-07', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-06 17:30:13', '2024-06-11 11:27:46'),
(2993, 4894, 'Md. Zakir Hossain', '01766675388', '01766675388', 'uzhossain@gmail.com', 'dhaka', 'DM GA 49-3529', 'Car', '2022-12-17', NULL, '350', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-02-07', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-06 17:32:21', '2024-06-11 11:31:27'),
(2994, 4895, 'Badsha', '01728807144', '01728807144', 'badsha44@mygpsbd.net', 'dhaka', 'DM LA 58-4187', NULL, '2023-05-28', NULL, '200', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-06-07', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-06 17:54:38', '2024-02-06 17:54:38'),
(2995, 4896, 'Dr Mahmudur', '01685048243', '01685048243', 'mahmudur43@mygpsbd.net', 'dhaka', 'DM GA 14-9381', NULL, '2021-03-16', NULL, '300', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-02-07', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-06 17:55:03', '2024-06-23 17:43:24'),
(2996, 4897, 'Bimal Shaha', '01767491654', '01767491654', 'bimal10@mygpsbd.net', 'dhaka', 'DM GA 26-1113', NULL, '2019-11-16', NULL, '400', NULL, 1, 0, 0, NULL, '2024-06-01 00:00:00', 0, 1, 0, '2024-02-07', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-06 17:55:17', '2024-05-27 12:36:12'),
(2997, 4898, 'Mizanur khan', '01975887747', '01975887747', 'mizanurkhan1997@gmail.com', 'dhaka', 'DM GA 23-0899', 'Car', '2022-04-16', NULL, '284', NULL, 1, 0, 0, NULL, '2024-05-01 00:00:00', 0, 1, 0, '2024-01-28', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-06 18:03:35', '2024-04-23 12:29:38'),
(2998, 4899, 'Dr. nazmul', '01711159420', '01711159420', 'nazmul20@mygpsbd.net', 'dhaka', 'DM GA 22-0736', NULL, '2019-10-17', NULL, '400', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-02-07', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-06 18:03:57', '2024-06-12 15:10:42'),
(2999, 4900, 'Nazmul Haque', '01718165561', '01718165561', 'nazmulhaque@mygpsbd.net', 'dhaka', 'DM GA 42-4777', 'Car', '2019-12-11', NULL, '400', NULL, 1, 0, 0, NULL, '2024-06-01 00:00:00', 0, 1, 0, '2024-02-07', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-06 18:07:15', '2024-05-21 12:09:05'),
(3000, 4901, 'Rafiqur Rahim (Babu)', '01911197008', '01911197008', 'rafiqul008@mygpsbd.net', 'dhaka', 'DM CHA 15-2247', 'Car', '2019-07-17', NULL, '250', NULL, 1, 0, 0, NULL, '2024-04-01 00:00:00', 0, 1, 0, '2023-11-26', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-06 18:09:36', '2024-05-26 14:04:09'),
(3001, 4902, 'Ishrat', '01711807862', '01711807862', 'ishrat@mygpsbd.net', 'dhaka', 'DM GA 34-9702', 'Car', '2020-12-18', NULL, '240', NULL, 1, 0, 0, NULL, '2025-01-01 00:00:00', 0, 1, 0, '2024-12-06', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-06 18:12:43', '2024-02-06 18:12:43'),
(3002, 4903, 'Jewel', '01406813365', '01406813365', 'jewel65@mygpsbd.net', 'dhaka', 'DM NA 20-1435', 'Car', '2021-07-18', NULL, '600', NULL, 1, 0, 0, NULL, '2024-05-01 00:00:00', 0, 1, 0, '2023-11-07', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-06 18:13:08', '2024-05-02 13:16:06'),
(3003, 4904, 'Md. Shahiduzzaman', '01713537576', '01713537576', 'shahiduzzaman76@mygpsbd.net', 'dhaka', 'DM GA 29-9914', 'Car', '2019-10-18', NULL, '300', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-02-07', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-06 18:13:31', '2024-05-29 10:52:31'),
(3004, 4905, 'Mannan', '01716415762', NULL, 'mannan26@mygpsbd.net', 'DHAKA', 'DM TA 15-3951,DM TA 15-2983', 'Car', '2023-05-23', NULL, '350', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-02-07', NULL, NULL, '1865361166', '359015560074879', NULL, '123456', '2024-02-06 18:16:07', '2024-06-05 14:27:31'),
(3005, 4906, 'Ridwan Abir', '01731508590', '01731508590', 'ridwanabir@gmail.com', 'dhaka', '49-4236', 'Car', '2023-01-18', NULL, '250', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-02-08', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-06 18:16:23', '2024-06-10 12:00:32'),
(3006, 4907, 'Arif Hossain', '01303541209', '01303541209', NULL, 'dhaka', 'DM GA 29-0285', NULL, '2023-12-25', NULL, '250', NULL, 1, 0, 0, NULL, '2024-05-01 00:00:00', 0, 1, 0, '2024-02-07', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-06 18:18:35', '2024-05-28 16:15:31'),
(3007, 4908, 'Alamgir', '01813072209', '01813072209', NULL, 'dhaka', 'DM CHA 13-7307', 'Car', '2022-12-20', NULL, '300', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-02-07', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-06 18:18:59', '2024-06-22 11:52:14'),
(3008, 4909, 'Dr. Khwaja Shajid Anwar', '01932979861', '01932979861', 'shajidanwar@mygpsbd.net', 'dhaka', 'DM GA 42-4286', 'car', '2019-02-21', NULL, '400', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-02-08', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-07 11:47:01', '2024-06-22 11:55:04'),
(3010, 4911, 'Raja Mollah', '01681312462', '01681312462', NULL, 'dhaka', 'DM NA 17-3519', 'Car', '2020-08-21', NULL, '350', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-02-08', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-07 11:48:06', '2024-06-24 13:41:09'),
(3011, 4912, 'Kadir', '01755173154', '01755173154', 'afrinrafa@mygpsbd.net', 'dhaka', 'DM CHA 20-1753', NULL, '2021-10-23', NULL, '750', NULL, 2, 0, 0, NULL, '2024-06-01 00:00:00', 0, 1, 0, '2024-02-08', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-07 12:23:39', '2024-05-20 15:39:51'),
(3012, 4913, 'BIPRODAS MONDAL', '01711185298', '01711185298', 'biplabbiprodas@gmail.com', 'dhaka', 'DM GA 49-1834', 'Car', '2022-08-12', NULL, '350', NULL, 1, 0, 0, NULL, '2025-01-01 00:00:00', 0, 1, 0, '2024-12-07', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-07 12:30:15', '2024-02-07 12:30:15'),
(3013, 4914, 'Md. Jewel', '01795362355', '01795362355', 'jewel55@mygpsbd.net', 'dhaka', 'DM BA 13-0360', 'Car', '2921-03-22', NULL, '6000', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-06-08', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-07 12:45:46', '2024-02-07 12:45:46'),
(3014, 4915, 'Md. Badiul Alam', '01550151413', NULL, 'mbadiul_alam@yahoo.com', 'mirpur', 'DM GA 31-5013', 'Car', '2023-03-13', 'm', '300', NULL, 1, 0, 0, NULL, '2024-04-01 00:00:00', 0, 1, 0, '2024-03-31', NULL, NULL, '1870186968', '352312090003537', NULL, '123456', '2024-02-07 12:59:15', '2024-02-07 12:59:15'),
(3015, 4916, 'Topu', '01764153360', NULL, NULL, 's', 'Topu bike', 'bike', '2023-07-27', 'm', '200', NULL, 1, 0, 0, NULL, '2024-03-01 00:00:00', 0, 1, 0, '2024-02-08', NULL, NULL, '1874574222', '359015560076866', NULL, '123456', '2024-02-07 16:37:39', '2024-02-07 16:38:04'),
(3016, 4917, 'Ibrahim 2', '01715246004', '01715246004', 'ibrahim2@mygpsbd.net', 'dhaka', 'DM TA 18-4850', 'Car', '2020-12-21', NULL, '1000', NULL, 2, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2023-11-08', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-08 12:48:21', '2024-06-25 10:49:46'),
(3017, 4918, 'Md. Sadar', '01552396096', NULL, 'sadar96@mygpsbd.net', 'DHAKA', 'DM GA 35-1796', 'Car', '2022-05-29', 'y', '300', NULL, 1, 0, 0, NULL, '2025-05-01 00:00:00', 0, 1, 0, '2024-05-01', NULL, NULL, '1616043283', '351608082360509', NULL, '123456', '2024-02-08 12:53:46', '2024-02-08 12:53:46'),
(3018, 4919, 'Hasan Morshed', '01711306234', '01711306234', 'morshed4692@yahoo.com', 'dhaka', 'DM GHA 18-6286', 'Car', '2022-03-22', NULL, '300', NULL, 1, 0, 0, NULL, '2024-10-01 00:00:00', 0, 1, 0, '2024-04-08', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-08 12:55:02', '2024-05-25 11:17:04'),
(3019, 4920, 'Abdul Hamid Shohag', '01673823266', '01673823266', 'shohagnbl@gmail.com', 'dhaka', 'DM GA 42-9269', 'Car', '2022-03-12', NULL, '3000', NULL, 1, 0, 0, NULL, '2025-03-01 00:00:00', 0, 1, 0, '2024-03-08', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-08 12:55:56', '2024-03-25 15:13:31'),
(3020, 4921, 'Dr. Md. Momtazul Haque', '01711583890', '01711583890', 'momtazul90@mygpsbd.net', 'dhaka', 'CM GA 12-8930', 'Car', '2022-03-21', NULL, '3000', NULL, 1, 0, 0, NULL, '2025-04-01 00:00:00', 0, 1, 0, '2024-03-08', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-08 12:56:26', '2024-04-23 16:45:15'),
(3021, 4922, 'Salah Uddin Seajan sajeeb', '01827677888', '01827677888', 'salahuddin04@mygpsbd.net', 'dhaka', 'CM JA 11-1275', 'Car', '2022-03-12', NULL, '350', NULL, 1, 0, 0, NULL, '2024-05-01 00:00:00', 0, 1, 0, '2024-03-08', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-08 13:07:41', '2024-05-23 16:35:07'),
(3024, 4925, 'Md. Harunor Rashid', '01716555062', '01716555062', 'harun62@mygpsbd.net', 'dhaka', 'Axio GA 22-6641', 'Car', '2021-10-10', NULL, '525', NULL, 2, 0, 0, NULL, '2025-03-01 00:00:00', 0, 1, 0, '2024-03-09', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-08 13:09:30', '2024-03-25 12:56:18'),
(3025, 4926, 'Delwar Hossain', '01712456756', '01712456756', 'delwar56@mygpsbd.net', 'dhaka', 'DM GA 33-5269', NULL, '2022-03-03', NULL, '300', NULL, 1, 0, 0, NULL, '2024-05-01 00:00:00', 0, 1, 0, '2024-02-09', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-08 13:10:07', '2024-04-01 15:04:30'),
(3026, 4927, 'Morshed01', '01819624814', '01819624814', NULL, 'dhaka', 'CM ka-11-2507', 'Car', '2023-08-21', NULL, '300', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-02-09', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-08 13:10:30', '2024-06-12 10:37:26'),
(3027, 4928, 'Dr Sheikh Md. Yusuf', '01711986271', '01711986271', NULL, 'dhaka', 'DM GA 29-2916', NULL, '2019-02-25', NULL, '400', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-02-09', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-08 13:15:41', '2024-06-11 15:07:59'),
(3028, 4929, 'Rabiul Islam', '01954947560', '01954947560', 'rabiul60@mygpsbd.net', 'dhaka', 'DM GA 31-0474', 'Car', '2022-09-20', NULL, '300', NULL, 1, 0, 0, NULL, '2024-03-01 00:00:00', 0, 0, 0, '2024-01-02', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-08 13:25:29', '2024-02-08 13:26:19'),
(3029, 4930, 'Md. Baddol Mia', '01875190948', '01875190948', 'baddolmia@mygpsbd.net', 'dhaka', 'DM GA 29-9906', 'Car', '2022-01-22', NULL, '250', NULL, 1, 0, 0, NULL, '2025-02-01 00:00:00', 0, 1, 0, '2024-02-09', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-08 13:27:31', '2024-03-30 13:28:05'),
(3030, 4931, 'Md. Ferdous', '01783599520', '01783599520', 'ferdous20@mygpsbd.net', 'dhaka', 'DM GA 43-8059', 'Car', '2020-06-23', NULL, '333', NULL, 1, 0, 0, NULL, '2024-05-01 00:00:00', 0, 1, 0, '2024-02-09', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-08 13:28:04', '2024-05-20 15:09:13'),
(3031, 4932, 'Enamul Kabir', '01970007007', '01970007007', 'enamul07@mygpsbd.net', 'dhaka', 'DM GA 43-4179', 'Car', '2019-12-23', NULL, '250', NULL, 1, 0, 0, NULL, '2025-02-01 00:00:00', 0, 1, 0, '2024-02-09', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-08 13:28:44', '2024-04-28 15:54:05'),
(3032, 4933, 'Md.Nasir', '01980999301', '01980999301', 'Nasirhossin0020@gmail.com', 'dhaka', 'DM CA 11-0482', 'Car', '2023-01-24', NULL, '300', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-02-09', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-08 13:29:13', '2024-06-23 10:54:05'),
(3033, 4934, 'Yousuf Akash', '01977360844', '01977360844', 'yousufakash@mygpsbd.net', 'dhaka', 'DM NA 15-9310', 'Car', '2019-02-24', NULL, '600', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-02-09', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-08 13:29:29', '2024-06-22 11:32:32'),
(3035, 4936, 'NAZMUL', '01747012264', '01747012264', NULL, 'dhaka', 'DM NA 13-2935', 'Car', '2022-08-23', NULL, '300', NULL, 1, 0, 0, NULL, '2024-06-01 00:00:00', 0, 1, 0, '2024-02-09', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-08 13:32:34', '2024-06-01 13:34:55'),
(3036, 4937, 'Quazi Wahid', '01717000015', '01717000015', 'quaziwahid@mygpsbd.net', 'dhaka', 'DM GA 25-0058', 'Car', '2019-07-25', NULL, '400', NULL, 1, 0, 0, NULL, '2025-03-01 00:00:00', 0, 1, 0, '2024-03-10', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-08 13:34:07', '2024-07-15 11:43:17'),
(3037, 4938, 'Md. Motaleb Hossain', '01711890815', '01711890815', 'motaleb32@mygpsbd.net', 'dhaka', 'DM GA 21-3653', 'Car', '2020-09-25', NULL, '300', NULL, 1, 0, 0, NULL, '2024-06-01 00:00:00', 0, 1, 0, '2024-02-09', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-08 13:43:57', '2024-06-24 13:42:09'),
(3039, 4940, 'Tanveer', '01712706105', '01712706105', NULL, 'dhaka', 'DM GA 25-8645', 'Car', '2023-06-24', NULL, '200', NULL, 1, 0, 0, NULL, '2024-06-01 00:00:00', 0, 1, 0, '2024-02-09', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-08 13:44:54', '2024-05-30 12:22:20'),
(3040, 4941, 'Sirajul Islam', '01782660316', '01782660316', NULL, 'dhaka', 'DM GA 35-6638', NULL, '2023-12-26', NULL, '300', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-02-09', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-08 13:45:52', '2024-06-08 10:52:10'),
(3041, 4942, 'Md Rubel', '01715768515', '01715768515', 'robel15@mygpsbd.net', 'dhaka', 'DM GA 37-3096', 'Car', '2019-12-26', NULL, '2600', NULL, 2, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-02-09', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-08 13:47:22', '2024-06-26 11:14:43'),
(3042, 4943, 'Mosharrof', '01720109728', '01720109728', 'mosharrof@mygpsbd.net', 'dhaka', 'Hazi Doyel 3-9782', 'Car', '2020-10-26', NULL, '270', NULL, 1, 0, 0, NULL, '2025-01-01 00:00:00', 0, 1, 0, '2024-12-08', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-08 13:48:28', '2024-02-08 13:48:28'),
(3043, 4944, 'Md Moshiur', '01720086012', '01720086012', 'moshiur12@mygpsbd.net', 'dhaka', 'Ship 1-3017', 'Car', '2021-03-28', NULL, '300', NULL, 1, 0, 0, NULL, '2024-06-01 00:00:00', 0, 1, 0, '2024-02-09', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-08 13:48:54', '2024-06-26 11:21:18'),
(3044, 4945, 'Ibrahim90', '01887607590', '01887607590', 'ibrahim90@mygpsbd.net', 'dhaka', 'DM GA 32-2729', 'Car', '2022-11-22', NULL, '300', NULL, 1, 0, 0, NULL, '2024-06-01 00:00:00', 0, 1, 0, '2024-02-09', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-08 13:49:10', '2024-05-30 10:36:33'),
(3045, 4946, 'Mussana', '01717074370', '01717074370', 'mussana77@mygpsbd.net', 'dhaka', 'DM GA 25-9823', 'Car', '2021-05-26', NULL, '400', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-02-09', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-08 13:52:55', '2024-06-02 13:41:15'),
(3046, 4947, 'kona', '01707389593', NULL, NULL, 'DHAKA', 'test1', 'test', '2024-02-08', 'm', '200', NULL, 1, 0, 0, NULL, '2024-04-01 00:00:00', 0, 0, 0, '2023-11-01', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-08 14:01:42', '2024-02-08 14:01:42'),
(3047, 4948, 'Shamim Miji', '01998061974', '01998061974', NULL, 'dhaka', 'DM CA 20-5819', 'Car', '2022-10-27', NULL, '350', NULL, 1, 0, 0, NULL, '2024-06-01 00:00:00', 0, 1, 0, '2024-02-09', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-08 14:11:27', '2024-05-28 15:30:08'),
(3048, 4949, 'Md. Aslam Hosen', '01734285404', '01734285404', 'aslam04@mygpsbd.net', 'dhaka', 'DM HA 61-0770', 'Car', '2021-03-06', NULL, '200', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-02-09', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-08 15:51:50', '2024-06-08 14:17:40'),
(3049, 4950, 'MD. AHASAN HABIB', '01817180204', '01817180204', 'ahsndhk@gmail.com', 'dhaka', 'DM GA 33-9984', 'Car', '2022-08-13', NULL, '3400', NULL, 1, 0, 0, NULL, '2025-02-01 00:00:00', 0, 1, 0, '2024-02-09', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-08 16:13:10', '2024-02-08 16:33:04'),
(3050, 4951, 'Rajib', '01724070180', '01724070180', 'rajib80@mygpsbd.net', 'dhaka', 'DM CHA 11-9426', 'Car', '2021-02-28', NULL, '300', NULL, 1, 0, 0, NULL, '2024-06-01 00:00:00', 0, 1, 0, '2024-02-09', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-08 16:48:49', '2024-05-21 16:38:03'),
(3051, 4952, 'MD Mamun khan', '01742866376', '01742866376', NULL, 'dhaka', 'mamun76', 'Car', '2023-01-28', NULL, '350', NULL, 1, 0, 0, NULL, '2024-06-01 00:00:00', 0, 1, 0, '2024-02-09', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-08 16:49:35', '2024-05-19 17:50:17'),
(3052, 4953, 'Ratan', '01819471047', '01819471047', 'Smsmanir@hotmail.com', 'dhaka', 'DM CHA 53-1147', 'Car', '2023-01-29', NULL, '200', NULL, 1, 0, 0, NULL, '2024-06-01 00:00:00', 0, 1, 0, '2024-01-31', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-08 16:51:27', '2024-06-22 11:19:06'),
(3053, 4954, 'Md. Bappy hossain', '01827365146', '01827365146', 'bappy46@mygpsbd.net', 'dhaka', 'CM GA 11-8676', 'Car', '2022-04-21', NULL, '300', NULL, 1, 0, 0, NULL, '2024-04-01 00:00:00', 0, 0, 0, '2024-01-01', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-08 17:01:50', '2024-02-08 17:01:50'),
(3054, 4955, 'Mejbah (Hazi Paribahan)', '01715328712', '01715328712', 'mejbah@mygpsbd.net', 'dhaka', 'DM NA 13-8689', 'Car', '2019-10-29', NULL, '1600', NULL, 2, 0, 0, NULL, '2024-04-01 00:00:00', 0, 1, 0, '2024-02-09', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-08 17:02:17', '2024-04-30 14:58:56'),
(3055, 4956, 'Mehedul Hasan', '01712287838', '01712287838', 'mehedul@mygpsbd.net', 'dhaka', 'DM GA 19-9492', 'Car', '2021-10-29', NULL, '150', NULL, 1, 0, 0, NULL, '2024-06-01 00:00:00', 0, 1, 0, '2024-01-30', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-08 17:03:32', '2024-06-24 16:01:16'),
(3056, 4957, 'Bahalul Alam', '01819213919', '01819213919', 'bahalul@mygpsbd.net', 'dhaka', 'DM GA 17-3284', NULL, '2019-12-29', NULL, '250', NULL, 1, 0, 0, NULL, '2025-03-01 00:00:00', 0, 1, 0, '2024-03-02', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-08 17:03:54', '2024-04-30 11:58:46'),
(3057, 4958, 'Qayum khan', '01819200147', '01819200147', 'qayumkhan47@mygpsbd.net', 'dhaka', 'DM GA 20-7887', 'Car', '2020-10-18', NULL, '250', NULL, 1, 0, 0, NULL, '2025-05-01 00:00:00', 0, 1, 0, '2024-05-08', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-08 17:04:25', '2024-05-30 12:15:46'),
(3058, 4959, 'Dalowar', '01302862151', '01302862151', 'dalowar32@mygpsbd.net', 'dhaka', 'DM CHA 13-1299', NULL, '2021-10-31', NULL, '300', NULL, 1, 0, 0, NULL, '2024-03-01 00:00:00', 0, 0, 0, '2024-02-09', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-08 17:04:43', '2024-02-08 17:04:43'),
(3059, 4960, 'S.M. Parvez', '01715016246', '01715016246', NULL, 'dhaka', 'DM GHA 17-7097', 'Car', '2023-03-18', NULL, '300', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-02-11', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-10 12:16:04', '2024-06-11 11:23:58'),
(3060, 4961, 'Hazi Lokman Khan', '01711306928', '01815694762', 'lokman62@mygpsbd.net', 'dhaka', 'CM SO 11-1959', 'Car', '2022-01-02', NULL, '300', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-02-11', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-10 14:18:56', '2024-06-27 10:32:10'),
(3061, 4962, 'Anwar', '01816132378', '01816132378', 'fenistonecrusher0331@gmail', 'dhaka', 'CHA 13-3565', NULL, '2021-02-09', NULL, '350', NULL, 1, 0, 0, NULL, '2024-03-01 00:00:00', 0, 0, 0, '2024-01-28', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-10 14:20:00', '2024-02-10 14:20:23'),
(3062, 4963, 'Abdul Mozid', '01774947073', '01774947073', NULL, 'dhaka', 'Bogura LA 13-7955', 'Car', '2022-10-29', NULL, '150', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-01-28', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-10 15:19:26', '2024-06-11 16:54:23'),
(3063, 4964, 'Md. Kudrat ali', '01725802698', '01725802698', NULL, 'dhaka', 'DM CHA 16-1464', 'Car', '2023-05-24', NULL, '300', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-02-11', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-10 15:35:00', '2024-06-26 16:24:54'),
(3064, 4965, 'Md Sumsuddin', '01748912040', NULL, NULL, 'Tongi, Cherakali', 'DM CA 19-0257', NULL, '2023-01-31', NULL, '300', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-02-01', NULL, NULL, '01321026939', '359015560927621', NULL, '123456', '2024-02-10 15:40:00', '2024-06-27 10:31:24'),
(3065, 4966, 'Nazmay Alam Tushar', '01711392737', NULL, NULL, 'Jurain', 'DM THA 11-7589', NULL, '2023-01-29', NULL, '800', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-02-01', NULL, NULL, '1307171414', '359015560926185', NULL, '123456', '2024-02-10 15:43:36', '2024-06-26 14:56:11'),
(3066, 4967, 'Adnan', '01911337348', NULL, NULL, 'Pollobi, Mirpur', 'DM KHA - 12-5309', NULL, '2023-01-29', 'm', '0', NULL, 1, 0, 0, NULL, '2024-05-01 00:00:00', 0, 1, 0, '2024-03-01', NULL, NULL, '01310945073', '359015560926946', NULL, '123456', '2024-02-10 15:45:23', '2024-05-25 15:32:20'),
(3067, 4968, 'Nahid', '01818182491', '01928867533', NULL, 'Tongi, Cherakali', 'Dm cha 15-3442', NULL, '2023-01-29', 'm', '900', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-02-01', NULL, NULL, '01700536043', '359015560929734', NULL, '123456', '2024-02-10 15:52:24', '2024-06-22 11:43:24'),
(3068, 4969, 'Jony', '01680407751', NULL, NULL, 'Bijoy Nagar', 'Dhaka -752', NULL, '2023-01-29', NULL, '300', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-02-01', NULL, NULL, '01322008206', '359015560927001', NULL, '123456', '2024-02-10 15:56:00', '2024-06-10 16:37:00'),
(3069, 4970, 'Nabi', '01713160039', NULL, 'nabi39@mygpsbd.net', 'CTG', 'CM MA 12-1302', 'Car', '2022-10-10', 'm', '350', NULL, 1, 0, 0, NULL, '2024-05-01 00:00:00', 0, 1, 0, '2024-02-11', NULL, NULL, '1762961598', '357857045636661', NULL, '123456', '2024-02-10 15:57:25', '2024-04-17 15:47:40'),
(3070, 4971, 'Romjan', '01307778865', NULL, NULL, 'Dhaka', 'Auto-01', NULL, '2023-01-28', 'm', '200', NULL, 1, 0, 0, NULL, '2024-03-01 00:00:00', 0, 1, 0, '2024-02-01', NULL, NULL, '01321029890', '359015560925088', NULL, '123456', '2024-02-10 15:57:28', '2024-02-27 12:14:13'),
(3071, 4972, 'Kishor Mukharjee', '01795444199', '01795444199', 'kishor99@mygpsbd.net', 'dhaka', 'CM GA 12-4012', 'Car', '2021-04-12', NULL, '400', NULL, 1, 0, 0, NULL, '2024-06-01 00:00:00', 0, 1, 0, '2024-02-11', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-10 16:00:32', '2024-05-30 15:25:51'),
(3072, 4973, 'AD.Shegufta', '01815413795', NULL, NULL, 'মিরপুর ১১ মেইন রোড, ম্যাট্রোরেল পিলার নং ২১৭ এর পূর্ব পার্শ্বে', 'DM GA 42-0752', NULL, '2023-01-28', NULL, '300', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-03-01', NULL, NULL, '01766126071', '359015560926060', NULL, '123456', '2024-02-10 16:01:01', '2024-06-26 12:57:11'),
(3074, 4975, 'Md Badal Mia', '01322977444', NULL, NULL, 'Sanarpar, Ctg Road', 'DM GA 21-1810', NULL, '2023-01-24', NULL, '300', NULL, 1, 0, 0, NULL, '2024-05-01 00:00:00', 0, 1, 0, '2024-03-01', NULL, NULL, '01766125726', '359015560076577', NULL, '123456', '2024-02-10 16:03:50', '2024-04-12 14:12:47'),
(3075, 4976, 'SYED ALAM', '01812867166', '01812867166', 'syed66@mygpsbd.net', 'dhaka', 'CM GA 13-0182', 'Car', '2019-10-26', NULL, '300', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-02-11', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-10 16:03:58', '2024-06-12 17:12:07'),
(3076, 4977, 'Mainuddin Hasan', '01883859819', '01883859819', NULL, 'dhaka', 'CM CHA-11-2497', 'Car', '2023-07-13', NULL, '900', NULL, 1, 0, 0, NULL, '2024-08-01 00:00:00', 0, 1, 0, '2024-05-10', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-10 16:05:01', '2024-06-25 11:42:00'),
(3077, 4978, 'Aman15', '01811151617', '01811151617', 'aman15@mygpsbd.net', 'dhaka', 'CM A 11-0017', NULL, '2021-10-10', NULL, '1200', NULL, 1, 0, 0, NULL, '2024-04-01 00:00:00', 0, 1, 0, '2024-02-12', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-10 16:06:58', '2024-03-05 13:53:47'),
(3078, 4979, 'Chowdhury Faisal Hyder', '01713125999', NULL, NULL, 'Monipurupara', 'DM GA 28-5745', NULL, '2023-01-30', NULL, '0', NULL, 1, 0, 0, NULL, '2026-01-01 00:00:00', 0, 1, 0, '2025-01-29', NULL, NULL, '01321028486', '359015560925732', NULL, '123456', '2024-02-10 16:07:36', '2024-02-10 16:08:00'),
(3079, 4980, 'Md. Armanul Islam', '01614577666', '01614577666', NULL, 'dhaka', 'CM CHA 71-0564', 'Car', '2022-10-12', NULL, '350', NULL, 1, 0, 0, NULL, '2024-06-01 00:00:00', 0, 1, 0, '2024-02-11', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-10 16:07:45', '2024-05-15 11:49:52'),
(3080, 4981, 'Hasan Rasel', '01672348852', '01672348852', 'hasanrasel@mygpsbd.net', 'dhaka', 'CM GA 13-7361', NULL, '2019-03-13', NULL, '300', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-02-11', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-10 16:08:20', '2024-06-24 16:25:55'),
(3081, 4982, 'Mohmmad Hanif', '01712983680', '01712983680', 'hanif80@mygpsbd.net', 'dhaka', 'CM GA 13-1648', 'Car', '2020-01-14', NULL, '400', NULL, 1, 0, 0, NULL, '2024-06-01 00:00:00', 0, 1, 0, '2024-02-11', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-10 16:08:40', '2024-05-26 16:23:10'),
(3082, 4983, 'Foiz.A.Tipu', '01819632334', '01819632334', 'tipu34@mygpsbd.net', 'dhaka', 'CM GA 13-5773', 'Car', '2020-09-14', NULL, '200', NULL, 1, 0, 0, NULL, '2024-06-01 00:00:00', 0, 1, 0, '2023-12-10', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-10 16:09:07', '2024-05-26 16:08:56'),
(3083, 4984, 'Abdul kader', '01917247392', '01917247392', 'abdulkader@mygpsbd.net', 'dhaka', 'CM NA 11-8760', NULL, '2021-02-18', NULL, '500', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-02-11', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-10 16:09:33', '2024-06-24 16:48:55'),
(3084, 4985, 'Habibullah Chowdhury', '01730787146', '01730787146', 'habibullah@mygpsbd.net', 'dhaka', 'CM GA 12-8930', 'Car', '2022-03-21', NULL, '300', NULL, 1, 0, 0, NULL, '2024-06-01 00:00:00', 0, 1, 0, '2024-02-11', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-10 16:09:51', '2024-05-21 12:07:52'),
(3085, 4986, 'Engr. Sumon', '01876000207', '01876000207', 'somon07@mygpsbd.net', 'dhaka', 'CM CHA 11-8449', 'Car', '2019-08-24', NULL, '270', NULL, 1, 0, 0, NULL, '2024-11-01 00:00:00', 0, 1, 0, '2024-05-10', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-10 16:12:57', '2024-06-24 16:42:39'),
(3087, 4988, 'Md. Farok', '01631722730', '01631722730', 'farok30@mygpsbd.net', 'dhaka', 'CM TA 11-7056', 'Car', '2019-11-24', NULL, '300', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-02-11', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-10 16:16:28', '2024-06-24 16:02:18'),
(3088, 4989, 'Mofazzol', '01634354111', '01634354111', 'mofazzol@mygpsbd.net', 'dhaka', 'CM GA 12-4060', 'Car', '2021-01-02', NULL, '300', NULL, 1, 0, 0, NULL, '2024-06-01 00:00:00', 0, 1, 0, '2024-02-11', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-10 16:29:17', '2024-06-09 15:56:12'),
(3089, 4990, 'Ismail', '01921474482', NULL, NULL, 'Mohammodpur', 'DM Na 13-1065', NULL, '2023-01-10', 'm', '300', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-02-10', NULL, NULL, '01330997720', '359015560915709', NULL, '123456', '2024-02-10 16:32:49', '2024-06-11 13:05:00'),
(3090, 4991, 'Md.Farid', '01309860124', NULL, NULL, 'Tangail', 'DM GA 34-8315', NULL, '2023-01-19', 'm', '300', NULL, 1, 0, 0, NULL, '2024-05-01 00:00:00', 0, 1, 0, '2024-02-01', NULL, NULL, '01795574317', '359015560380177', NULL, '123456', '2024-02-10 16:43:04', '2024-04-21 12:51:40'),
(3091, 4992, 'Insan', '01791087207', NULL, NULL, 'Tangail', 'Dm ta 15-4576', NULL, '2024-01-23', 'm', '300', NULL, 1, 0, 0, NULL, '2024-06-01 00:00:00', 0, 1, 0, '2024-02-01', NULL, NULL, '01307164379', '359015560926110', NULL, '123456', '2024-02-10 16:46:06', '2024-05-13 11:36:45'),
(3092, 4993, 'Ashraful Abedin', '01710811353', NULL, NULL, 'Bulding: Dulonchapa,House: 2, Apet. A2, Momenbag, Rajarbag, Greenline poribohoner goli', 'Ashraful Abedin', NULL, '2024-01-02', 'm', '200', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-03-01', NULL, NULL, '01321570591', '359015560351434', NULL, '123456', '2024-02-10 16:52:10', '2024-06-06 10:31:09'),
(3093, 4994, 'Md Helal', '01716863551', NULL, NULL, 'Bijoy Nagar', 'DM ga 86-3551', NULL, '2024-01-30', 'm', '350', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-02-01', NULL, NULL, '01749370276', '359015560076601', NULL, '123456', '2024-02-10 16:55:20', '2024-06-10 11:02:32'),
(3094, 4995, 'Bulbul', '01886389392', '01911389392', NULL, 'Gendaria', 'DM KHA 13-1234', NULL, '2024-01-01', 'm', '350', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-02-01', NULL, NULL, '01725566278', '359015560927829', NULL, '123456', '2024-02-10 17:01:14', '2024-06-13 12:24:02'),
(3095, 4996, 'Golam Mawla', '01675173935', '01675173935', 'golam.mawla@gmail.com', 'dhaka', 'DM CHA 20-4980', 'Car', '2023-01-01', NULL, '0', NULL, 1, 0, 0, NULL, '2025-02-01 00:00:00', 0, 1, 0, '2024-01-12', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-12 14:26:36', '2024-02-13 13:05:52'),
(3096, 4997, 'Kazi Ekramul Haque', '01611333137', '01611333137', 'ekramul@mygpsbd.net', 'dhaka', 'DM CHA 71-3310', 'Car', '2019-07-20', NULL, '250', NULL, 1, 0, 0, NULL, '2024-05-01 00:00:00', 0, 1, 0, '2024-01-10', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-13 12:52:04', '2024-06-23 10:53:00'),
(3097, 4998, 'Emdadul Haque', '01711514351', NULL, NULL, 'VOIROB', 'DM CHA 19-8276', 'Car', '2020-05-01', 'm', '333', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-02-15', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-13 12:56:34', '2024-06-13 10:51:26'),
(3098, 4999, 'Dulal', '01816423049', '01816423049', NULL, 'dhaka', 'DM CHA 52-2666', 'Car', '2023-07-15', NULL, '600', NULL, 2, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-02-14', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-13 13:16:02', '2024-06-22 11:41:16'),
(3099, 5000, 'Md. Yasin Miah', '01922555224', '01922555224', NULL, 'dhaka', 'DM DHA 14-6283', 'Car', '2023-01-01', NULL, '3600', NULL, 1, 0, 0, NULL, '2025-02-01 00:00:00', 0, 1, 0, '2024-02-14', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-13 13:43:41', '2024-02-13 13:44:11'),
(3100, 5001, 'Obaidul Islam', '01716921571', '01716921571', 'burmi1@mygpsbd.net', 'dhaka', 'DM TA 20-6209', 'Car', '2019-05-14', NULL, '4500', NULL, 2, 0, 0, NULL, '2024-06-01 00:00:00', 0, 1, 0, '2024-02-14', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-13 13:46:22', '2024-05-19 16:27:05'),
(3101, 5002, 'Rashid Titu', '01711978664', '01711978664', 'titu64@mygpsbd.net', 'dhaka', 'DM GA 29-1551', 'Car', '2021-02-04', NULL, '500', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-02-14', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-13 17:41:03', '2024-06-22 11:52:55'),
(3102, 5003, 'Ashraful', '01711463207', '01711463207', NULL, 'dhaka', 'DM GA 29-2929', 'Car', '2023-02-08', NULL, '300', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-02-14', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-14 17:43:05', '2024-06-25 11:43:06'),
(3103, 5004, 'Nour hossain', '01973333600', '01973333600', 'nourhossain27@gmail.com', 'dhaka', 'DM GA  22-5544', 'Car', '2023-01-24', NULL, '1500', NULL, 2, 0, 0, NULL, '2025-04-01 00:00:00', 0, 1, 0, '2024-02-18', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-17 12:49:23', '2024-03-27 11:24:17'),
(3104, 5005, 'Akshoy Bhowmick', '01641850988', '01641850988', 'akshay88@mygpsbd.net', 'dhaka', 'DM GA 39-0204', NULL, '2021-04-08', NULL, '200', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-02-18', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-17 12:52:15', '2024-06-11 15:08:42'),
(3105, 5006, 'ABUL KALAM AZAD', '01831893351', '01831893351', 'azadhfc@gmail.com', 'dhaka', 'DM GA 23-3551', 'Car', '2022-08-16', NULL, '4000', NULL, 1, 0, 0, NULL, '2024-08-01 00:00:00', 0, 1, 0, '2024-02-18', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-17 13:47:37', '2024-02-17 13:48:22'),
(3106, 5007, 'Md Angkur Rahman', '01775254860', NULL, NULL, 'Gazipur', 'Md Angkur Rahman', 'Car', '2024-01-01', 'm', '200', NULL, 1, 0, 0, NULL, '2024-12-01 00:00:00', 0, 1, 0, '2024-02-18', NULL, NULL, '1617310303', '359015560926458', NULL, '123456', '2024-02-17 15:05:37', '2024-06-13 11:04:58'),
(3107, 5008, 'Hamid', '01793750344', NULL, NULL, 'DHAKA', 'DM TA 15-4865', 'Car', '2024-01-15', 'm', '300', NULL, 1, 0, 0, NULL, '2024-05-01 00:00:00', 0, 1, 0, '2024-02-18', NULL, NULL, '01327906992', '359015560925492', NULL, '123456', '2024-02-17 15:25:42', '2024-04-24 17:56:48'),
(3108, 5009, 'Monir', '01986053967', NULL, NULL, 'DHAKA', 'Monir', 'Car', '2024-01-20', 'm', '300', NULL, 1, 0, 0, NULL, '2024-05-01 00:00:00', 0, 1, 0, '2024-02-20', NULL, NULL, '01766089800', '864943042750881', NULL, '123456', '2024-02-17 15:28:28', '2024-04-21 17:44:05'),
(3109, 5010, 'Faruk', '01718606975', NULL, NULL, 'Tangail', 'Faruk', 'Car', '2024-01-20', 'm', '200', NULL, 1, 0, 0, NULL, '2024-04-01 00:00:00', 0, 1, 0, '2024-02-21', NULL, NULL, '1784790782', '359015560926763', NULL, '123456', '2024-02-17 15:32:17', '2024-03-04 14:50:35'),
(3110, 5011, 'Nesar Ahmed', '01722745040', NULL, NULL, 'Keranigonj', 'Auto 01', 'Auto', '2024-01-21', 'm', '200', NULL, 1, 0, 0, NULL, '2024-03-01 00:00:00', 0, 0, 0, '2024-02-21', NULL, NULL, '1766112778', '359015560925609', NULL, '123456', '2024-02-17 15:33:55', '2024-02-17 15:33:55'),
(3111, 5012, 'Tazmul', '01907199688', NULL, NULL, 'DHAKA', 'Tazmul', 'Car', '2024-01-25', 'm', '200', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-02-26', NULL, NULL, '01754859973', '359015560033396', NULL, '123456', '2024-02-17 15:37:44', '2024-06-10 13:26:38'),
(3112, 5013, 'Yousuf', '01738685959', NULL, NULL, 'Manikgonj', 'Manikganj HA 13-0522', 'bike', '2024-01-28', 'm', '150', NULL, 1, 0, 0, NULL, '2024-08-01 00:00:00', 0, 1, 0, '2024-02-19', NULL, NULL, '1309377693', '864943042751269', NULL, '123456', '2024-02-17 15:40:54', '2024-06-13 16:06:36'),
(3113, 5014, 'Mojnu', '01688015454', NULL, NULL, 'DHAKA', 'Mojnu', 'Car', '2024-01-29', 'm', '200', NULL, 1, 0, 0, NULL, '2024-06-01 00:00:00', 0, 1, 0, '2024-02-29', NULL, NULL, '1306000624', '359015560033412', NULL, '123456', '2024-02-17 15:42:39', '2024-05-19 11:03:58'),
(3114, 5015, 'Md Noyon', '01714217204', NULL, NULL, 'Gazipur', '33-4444', 'Car', '2024-01-29', 'm', '450', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-02-29', NULL, NULL, '1325315942', '359015560928348', NULL, '123456', '2024-02-17 15:48:03', '2024-06-03 11:51:44'),
(3115, 5016, 'Shahidul', '01911140175', '01911140175', NULL, 'dhaka', 'DM GA 29-6893', 'Car', '2023-02-13', NULL, '3400', NULL, 1, 0, 0, NULL, '2025-02-01 00:00:00', 0, 1, 0, '2024-02-18', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-17 16:29:54', '2024-02-17 16:30:18'),
(3116, 5017, 'MD Asadujjaman', '01975454542', '01975454542', 'md_assad@globalbrand.com.bd', 'dhaka', 'DM GA 32-1920', 'Car', '2023-02-15', NULL, '4200', NULL, 1, 0, 0, NULL, '2025-02-01 00:00:00', 0, 1, 0, '2024-02-18', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-17 17:06:11', '2024-02-17 17:06:49'),
(3117, 5018, 'Abdul Ahad Biswas', '01684095299', '01684095299', 'mpmanikganj@gmail.com', 'manikjong', 'DM CA 19-7266', 'Car', '2023-02-13', NULL, '300', NULL, 1, 0, 0, NULL, '2024-06-01 00:00:00', 0, 1, 0, '2024-02-19', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-18 14:26:21', '2024-05-29 16:22:36'),
(3118, 5019, 'Badol', '01780335504', '01780335504', NULL, 'dhaka', 'DM BA 15-3294', 'Car', '2023-01-02', NULL, '3600', NULL, 1, 0, 0, NULL, '2025-02-01 00:00:00', 0, 1, 0, '2024-02-19', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-18 14:42:31', '2024-02-18 14:43:36'),
(3119, 5020, 'Polash', '01712815234', NULL, 'gztanvir13452@gmail.com', 'Brahmanbaria', 'DM GA 19-3074, DM CHA 532403', 'Car', '2024-02-19', 'm', '400', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-03-01', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-19 12:56:44', '2024-06-04 15:34:20'),
(3120, 5021, 'Shehan', '01684174034', '01684174034', NULL, 'dhaka', 'DM TA 18-1688', 'Car', '2023-06-09', NULL, '600', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-02-20', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-19 13:12:20', '2024-06-08 12:43:45'),
(3121, 5022, 'Adv.Bipul Saha', '01724000221', '01724000221', NULL, 'dhaka', 'DM GA 14-1245', 'Car', '2022-05-28', NULL, '200', NULL, 1, 0, 0, NULL, '2024-04-01 00:00:00', 0, 1, 0, '2024-01-28', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-19 13:28:25', '2024-04-18 16:18:32'),
(3122, 5023, 'Md. shahid', '01834303132', '01834303132', NULL, 'dhaka', 'DM GA 31-7362', 'Car', '2023-05-13', NULL, '300', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-02-20', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-19 14:56:18', '2024-06-12 16:40:53'),
(3123, 5024, 'Sharif', '01711234222', NULL, NULL, 'Tangail', 'DM BA 11-8107', 'Car', '2023-06-06', 'm', '300', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-02-20', NULL, NULL, '01743032651', '359015560037322', NULL, '123456', '2024-02-19 15:01:38', '2024-06-24 13:42:50'),
(3124, 5025, 'Faruk', '01823039915', '01823039915', NULL, 'dhaka', 'DM CHA 15-9337', 'Car', '2022-12-28', NULL, '300', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-02-20', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-19 15:17:17', '2024-06-12 12:32:53'),
(3125, 5026, 'Joy Saha', '01965926766', '01965926766', 'joy66@mygpsbd.net', 'dhaka', 'DM GA 22-2721', 'Car', '2020-10-08', NULL, '300', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-02-20', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-19 16:05:02', '2024-06-24 16:16:40'),
(3126, 5027, 'Alamin', '01914865991', '01914865991', 'alamin9@mygpsbd.net', 'Tongi', 'DM NA 11-6243', 'Car', '2020-02-11', NULL, '250', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-02-20', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-19 16:34:02', '2024-06-12 17:39:25'),
(3127, 5028, 'Jahid', '01844158805', NULL, NULL, 'Tangail', 'DM GHA 20-6323', 'Car', '2021-09-01', 'm', '400', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-02-20', NULL, NULL, 'DM GHA 20-6323', '2500000815', NULL, '123456', '2024-02-19 16:38:09', '2024-06-12 15:00:13'),
(3128, 5029, 'Shohag hossain', '01730178878', '01730178878', NULL, 'dhaka', 'DM CHA 20-6012', 'Car', '2022-10-07', NULL, '750', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-02-20', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-19 17:24:50', '2024-06-09 17:56:52'),
(3129, 5030, 'CHANCHUL', '01711570041', NULL, NULL, 'Lack city Concord', 'DM CA 12-2042', NULL, '2024-02-17', 'm', '350', NULL, 1, 0, 0, NULL, '2024-05-01 00:00:00', 0, 1, 0, '2024-03-17', NULL, NULL, '1765782824', '359015560928983', NULL, '123456', '2024-02-20 15:18:00', '2024-05-16 12:38:43'),
(3130, 5031, 'MD AL Amin', '01688929789', NULL, NULL, 'Jatrabari', 'DM GA 43-4275', NULL, '2024-02-16', 'm', '350', NULL, 1, 0, 0, NULL, '2024-05-01 00:00:00', 0, 1, 0, '2024-03-16', NULL, NULL, '01766105824', '359015560939170', NULL, '123456', '2024-02-20 15:19:52', '2024-02-29 17:10:05'),
(3131, 5032, 'Opu Sarkar', '01920997521', '01920997521', NULL, 'Shampur, dholer wasar gate', 'DM NA 15-0460', NULL, '2024-02-12', 'm', '300', NULL, 1, 0, 0, NULL, '2024-06-01 00:00:00', 0, 1, 0, '2024-03-12', NULL, NULL, '01306763917', '359015560926474', NULL, '123456', '2024-02-20 15:22:48', '2024-05-16 12:33:50'),
(3132, 5033, 'MD kawsar', '01608324267', NULL, NULL, 'Tongi', 'DM CHA 19-4131', NULL, '2024-02-11', 'm', '600', NULL, 1, 0, 0, NULL, '2024-04-01 00:00:00', 0, 1, 0, '2024-03-11', NULL, NULL, '01765515998', '359015560928991', NULL, '123456', '2024-02-20 15:31:55', '2024-03-17 14:47:26'),
(3133, 5034, 'Rifat Hossain', '01911867851', NULL, NULL, 'Agargoan,jonota housing', 'DM GA 21-4468', NULL, '2024-02-07', 'm', '300', NULL, 1, 0, 0, NULL, '2024-05-01 00:00:00', 0, 1, 0, '2024-03-07', NULL, NULL, '01765384769', '359015560929700', NULL, '123456', '2024-02-20 15:35:32', '2024-04-24 12:59:48'),
(3134, 5035, 'Dihan Tonmoy', '01722348308', NULL, NULL, 'Manikgonj', 'DM GHA 12-7016', NULL, '2024-02-06', 'm', '350', NULL, 1, 0, 0, NULL, '2024-06-01 00:00:00', 0, 1, 0, '2024-03-06', NULL, NULL, '01330389852', '359015560927613', NULL, '123456', '2024-02-20 15:39:13', '2024-05-29 10:56:22'),
(3135, 5036, 'MD KAJOL', '01999140856', NULL, NULL, 'Navana CNG Limited (Dipnagar Gabtoli)', 'DM NA 14-9967', NULL, '2024-02-03', NULL, '350', NULL, 1, 0, 0, NULL, '2024-06-01 00:00:00', 0, 1, 0, '2024-03-03', NULL, NULL, '01321026763', '359015560928496', NULL, '123456', '2024-02-20 15:48:12', '2024-05-27 16:47:25'),
(3136, 5037, 'Asaduzzaman khan ripon', '01798064564', '01743047912', NULL, 'Kalshi', 'DM GA 21-8834', NULL, '2024-02-02', NULL, '300', NULL, 1, 0, 0, NULL, '2024-08-01 00:00:00', 0, 1, 0, '2024-03-02', NULL, NULL, '01779989580', '359015560925864', NULL, '123456', '2024-02-20 16:03:34', '2024-06-22 11:46:29'),
(3137, 5038, 'Asaduzzaman', '01713758100', '01674426352', NULL, 'Ctg Road,Bumi polle আবাসিক এলাকায়', 'DM GA 19-7348', NULL, '2024-02-02', 'm', '300', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-03-02', NULL, NULL, '01319756578', '359015560928777', NULL, '123456', '2024-02-20 16:09:31', '2024-06-06 10:34:29'),
(3138, 5039, 'Rukon', '01913439831', NULL, NULL, 'Kuril', 'Rukon', NULL, '2024-02-18', 'm', '300', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-03-01', NULL, NULL, '01738619767', '359015560927019', NULL, '123456', '2024-02-20 16:32:20', '2024-06-23 12:51:09'),
(3139, 5040, 'Arifol islam Golap', '01784878278', '01308334256', NULL, 'Rupgonj,Narayangonj', 'DM GA 12-8263', NULL, '2024-02-11', 'm', '300', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-03-11', NULL, NULL, '01321700315', '359015560928850', NULL, '123456', '2024-02-20 16:38:18', '2024-06-11 11:30:55'),
(3140, 5041, 'MD Helal', '01732976782', NULL, NULL, 'Noyakhali', NULL, NULL, '2024-02-08', 'm', '1250', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-02-08', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-20 16:42:09', '2024-06-14 10:22:59'),
(3141, 5042, 'Amzad Hossain', '01715366921', '01715366921', 'amzad21@mygpsbd.net', 'dhaka', 'DM GA 23-6766', NULL, '2019-01-02', NULL, '600', NULL, 2, 0, 0, NULL, '2024-06-01 00:00:00', 0, 1, 0, '2024-02-21', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-20 17:03:15', '2024-05-20 17:00:43');
INSERT INTO `all_users` (`id`, `user_id`, `name`, `phone`, `alter_phone`, `email`, `par_add`, `car_number`, `car_model`, `installation_date`, `billing_cycle`, `monthly_bill`, `device_price`, `user_type`, `complain_status`, `service_problem_status`, `total_due`, `next_payment_date`, `expair_status`, `payment_status`, `order_status`, `due_date`, `total_paied`, `status`, `device_sim_number`, `imei_number`, `note`, `password`, `created_at`, `updated_at`) VALUES
(3142, 5043, 'Md. Wazed Ali', '01327305956', '01327305956', NULL, 'dhaka', 'DM GHA 20-6286', 'Car', '2023-05-25', NULL, '350', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-02-23', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-22 13:44:56', '2024-06-22 11:49:56'),
(3143, 5044, 'Raihan', '01755288888', NULL, 'khanraihan1963@gmail.com', 'b-baria', 'DM GA 37-9678', 'Car', '2024-02-22', 'm', '250', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-02-23', NULL, NULL, '1798473821', '865784054132330', NULL, '123456', '2024-02-22 13:50:57', '2024-06-08 14:38:58'),
(3144, 5045, 'Rohy', '01783592380', '01925364102', NULL, 'dhaka', 'DM GA 25-5115', NULL, '2024-01-11', NULL, '300', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-02-25', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-24 12:57:36', '2024-06-26 17:56:20'),
(3145, 5046, 'Badrul Hasan', '01819425498', '01819425498', 'vabuk.law@gmail.com', 'dhaka', 'DM GA 32-4787', 'Car', '2023-02-25', NULL, '300', NULL, 1, 0, 0, NULL, '2024-06-01 00:00:00', 0, 1, 0, '2024-02-25', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-24 13:02:13', '2024-05-27 12:35:52'),
(3146, 5047, 'Ashiqur Rahman', '01712977181', '01712977181', NULL, 'dhaka', 'CM GA 12-4151', 'Car', '2023-02-16', NULL, '4000', NULL, 1, 0, 0, NULL, '2025-02-01 00:00:00', 0, 1, 0, '2024-02-23', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-24 13:04:58', '2024-02-24 13:05:18'),
(3147, 5048, 'Shaidul islam', '01712477731', '01712477731', NULL, 'dhaka', 'Shaidul islam', 'Car', '2023-01-03', NULL, '150', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-02-25', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-24 14:06:52', '2024-06-13 11:01:47'),
(3148, 5049, 'MD Mahbubur Rahman', '01611519388', '01611519388', 'Overshadow11@gmail.com', 'dhaka', 'DM GA 19-0280', 'Car', '2023-02-18', NULL, '350', NULL, 1, 0, 0, NULL, '2024-06-01 00:00:00', 0, 1, 0, '2024-02-24', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-24 14:33:59', '2024-05-28 15:51:30'),
(3149, 5050, 'Nur Azad', '01303303899', '01303303899', NULL, 'dhaka', 'DM CHA 15-5501', NULL, '2023-02-06', NULL, '275', NULL, 1, 0, 0, NULL, '2024-08-01 00:00:00', 0, 1, 0, '2024-02-24', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-24 15:02:15', '2024-02-24 15:02:33'),
(3150, 5051, 'Mizan', '01844185251', '01844185251', 'arahmanshan05@gmail.com', 'dhaka', 'DM GA 26-4645', 'Car', '2023-02-07', NULL, '4200', NULL, 1, 0, 0, NULL, '2025-02-01 00:00:00', 0, 1, 0, '2024-02-24', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-24 16:20:02', '2024-02-24 16:20:27'),
(3151, 5052, 'IBRAHIM', '01767783417', '01767783417', NULL, 'dhaka', 'DM CHA 16-1468', 'Car', '2022-09-04', NULL, '600', NULL, 2, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-02-25', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-24 16:21:26', '2024-06-27 10:36:57'),
(3152, 5053, 'Modern Herbal Group', '01678075335', '01678075335', NULL, 'dhaka', 'DM MO 14-0874 DM U 14-3221', NULL, '2023-02-01', NULL, '7200', NULL, 2, 0, 0, NULL, '2025-03-01 00:00:00', 0, 1, 0, '2024-03-01', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-25 15:09:30', '2024-02-25 15:10:42'),
(3153, 5054, 'Md. Mehedi', '01791554064', '01791554064', 'mehedi64@mygpsbd.net', 'dhaka', 'DM LA 36-2019', 'Car', '2020-04-02', NULL, '5000', NULL, 1, 0, 0, NULL, '2024-06-01 00:00:00', 0, 1, 0, '2024-02-28', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-27 11:51:37', '2024-06-22 12:57:52'),
(3154, 5055, 'Sohel', '01828675464', '01828675464', NULL, 'dhaka', 'DM NA 17-8769', 'Car', '2023-02-04', NULL, '4000', NULL, 1, 0, 0, NULL, '2025-02-01 00:00:00', 0, 1, 0, '2024-02-28', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-27 11:54:40', '2024-02-27 11:54:59'),
(3155, 4368, 'Sumit Kumar Das', '01843895118', NULL, NULL, 'House 93/1, Road-8, Block-C, Niketon, Dhaka-1212', 'DM GA 19-9653', 'Car', '2024-01-04', 'm', '300', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-01-04', NULL, NULL, '01319736610', '359015560925641', NULL, '123456', '2024-02-28 10:48:25', '2024-06-26 15:43:26'),
(3156, 4534, 'Younus', '01715596716', NULL, NULL, 'Khilgoan, Basabo', 'DM CA 20-2384', 'Car', '2024-01-27', 'm', '300', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-01-27', NULL, NULL, '01322003572', '359015560926771', NULL, '123456', '2024-02-28 11:04:18', '2024-06-09 13:45:54'),
(3157, 4423, 'Sayed Sakib', '01987820619', NULL, NULL, '79/1,adabor-12 , kachabazar road , Dhaka', 'DM GA 19-4644', NULL, '2024-01-12', 'm', '300', NULL, 1, 0, 0, NULL, '2024-04-01 00:00:00', 0, 0, 0, '2024-01-12', NULL, NULL, '01323741798', '359015560927308', NULL, '123456', '2024-02-28 11:06:32', '2024-02-28 11:06:32'),
(3158, 5056, 'Bulbul', '01911389392', NULL, NULL, 'DHAKA', 'DM KHA 13-1234', 'Car', '2024-02-01', 'm', '300', NULL, 1, 0, 0, NULL, '2024-04-01 00:00:00', 0, 0, 0, '2024-01-02', NULL, NULL, '01725566278', '359015560927829', NULL, '123456', '2024-02-28 11:08:32', '2024-02-28 11:08:32'),
(3159, 4574, 'Md Nurul Islam', '01714806680', NULL, NULL, 'Dhaka', 'DM LA 52-3848', 'bike', '2024-02-04', 'm', '200', NULL, 1, 0, 0, NULL, '2024-06-01 00:00:00', 0, 1, 0, '2024-03-02', NULL, NULL, '1765508993', '359015560925831', NULL, '123456', '2024-02-28 11:21:30', '2024-05-26 10:26:20'),
(3160, 3916, 'MD Helal', '01407720818', NULL, NULL, 'DHAKA', 'DM MA 14-0793', 'Car', '2023-12-27', 'm', '300', NULL, 1, 0, 0, NULL, '2024-06-01 00:00:00', 0, 1, 0, '2024-02-29', NULL, NULL, '01752737996', '359015560399870', NULL, '123456', '2024-02-28 11:23:11', '2024-06-25 16:07:02'),
(3161, 3627, 'Arif Kazi Kazi', '01318631532', NULL, NULL, 'Manikgonj', 'DM CA 12-1737', 'Car', '2024-12-10', 'm', '350', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-02-10', NULL, NULL, '01784232598', '864943042750683', NULL, '123456', '2024-02-28 11:25:18', '2024-06-22 13:40:08'),
(3162, 3899, 'Sajeeb Mahmud', '01760661666', NULL, NULL, 'DHAKA', 'BM LA 12-1819', 'Car', '2023-12-31', 'm', '200', NULL, 1, 0, 0, NULL, '2024-06-01 00:00:00', 0, 1, 0, '2024-02-01', NULL, NULL, '1758296387', '864943042751913', NULL, '123456', '2024-02-28 11:41:45', '2024-05-19 17:17:53'),
(3164, 5058, 'Alok Debnath （Foridpur)', '01761713106', NULL, NULL, 'Foridpur', 'DM CHA 51-5236', 'Car', '2019-07-08', 'm', '250', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2023-12-12', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-28 11:46:53', '2024-06-03 17:54:43'),
(3165, 5059, 'Delower hossain', '01680993588', '01680993588', NULL, 'dhaka', 'DM GA 28-6696', NULL, '2023-02-27', NULL, '2100', NULL, 1, 0, 0, NULL, '2024-08-01 00:00:00', 0, 1, 0, '2024-02-29', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-28 14:56:40', '2024-02-28 14:59:33'),
(3166, 5060, 'Md. Masum Billah', '01715284025', '01715284025', 'sultanfoodland@gmail.com', 'dhaka', 'DM GA 42-2007', 'Car', '2023-02-14', NULL, '4200', NULL, 1, 0, 0, NULL, '2025-02-01 00:00:00', 0, 1, 0, '2024-02-28', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-28 15:01:40', '2024-02-28 15:03:01'),
(3167, 5061, 'Nazmul Ahsan', '01779896424', '01779896424', 'nazmul24@mygpsbd.net', 'dhaka', 'DM GA 23-4636', 'Car', '2019-03-17', NULL, '300', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-02-29', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-28 16:12:05', '2024-06-24 13:40:32'),
(3168, 5062, 'Shohidulla', '01716299334', '01716299334', 'shohidulla@mygpsbd.net', 'dhaka', 'DM CHA 19-7923', 'Car', '2021-02-14', NULL, '333', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-02-01', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-29 12:23:05', '2024-06-13 11:02:36'),
(3169, 5063, 'Ripon', '01910209448', '01910209448', NULL, 'dhaka', 'DM NA 20-9395', 'Car', '2023-05-20', NULL, '6000', NULL, 1, 0, 0, NULL, '2024-09-01 00:00:00', 0, 1, 0, '2024-02-02', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-29 13:10:02', '2024-05-19 15:37:18'),
(3170, 5064, 'Imran Rauf', '01819219752', '01819219752', 'imranrauf@mygpsbd.net', 'dhaka', 'DM GA 33-3310', 'Car', '2020-11-15', NULL, '500', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-02-01', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-29 14:10:12', '2024-06-02 11:27:09'),
(3171, 5065, 'Shagor', '01677541524', '01677541524', 'shagor24@mygpsbd.net', 'dhaka', 'DM GA 23-6839', 'Car', '2021-08-11', NULL, '400', NULL, 1, 0, 0, NULL, '2024-06-01 00:00:00', 0, 1, 0, '2024-02-01', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-29 15:22:43', '2024-05-11 13:32:36'),
(3172, 5066, 'Rajan', '01723071975', '01723071975', 'rajan75@mygpsbd.net', 'dhaka', 'DM GA 45-0764', 'Car', '2020-05-11', NULL, '350', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-02-01', NULL, NULL, NULL, NULL, NULL, '123456', '2024-02-29 15:33:33', '2024-06-22 11:35:16'),
(3174, 5068, 'Sheuly', '01720138402', NULL, 'sheulydey6@gmail.com', 'Dhaka', 'test009', NULL, '2024-02-01', 'm', '300', NULL, 1, 0, 0, NULL, '2024-05-01 00:00:00', 0, 0, 0, '2024-02-29', NULL, NULL, '01165487635', '363701091014734', NULL, '123456', '2024-03-01 23:19:00', '2024-03-04 00:36:01'),
(3175, 5069, 'office 2', '01710275819', NULL, 'office2@gmail.com', 'dhaka', 'test007', 'private', '2024-01-04', 'm', '0', NULL, 1, 0, 0, NULL, '2024-05-01 00:00:00', 1, 0, 0, '2024-02-29', NULL, NULL, '01176544444', '346784667889557', NULL, '123456', '2024-03-01 23:32:23', '2024-03-01 23:32:45'),
(3176, 5070, 'Monir', '01850703728', '01850703728', NULL, 'dhaka', 'DM CHA 15-8203', 'Car', '2023-06-25', NULL, '300', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-02-12', NULL, NULL, NULL, NULL, NULL, '123456', '2024-03-02 12:37:04', '2024-06-13 10:57:14'),
(3177, 5071, 'Niranjan', '01684692907', '01684692907', NULL, 'dhaka', '51-6285', NULL, '2023-12-27', NULL, '300', NULL, 1, 0, 0, NULL, '2024-05-01 00:00:00', 0, 0, 0, '2024-02-01', NULL, NULL, NULL, NULL, NULL, '123456', '2024-03-02 12:42:15', '2024-03-02 12:42:30'),
(3178, 5072, 'Habib', '01774930300', NULL, NULL, 'DHAKA', 'Habib', 'Bike', '2024-02-20', 'm', '200', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-03-02', NULL, NULL, '01747553228', '359015560925351', NULL, '123456', '2024-03-02 17:49:39', '2024-06-23 10:55:30'),
(3179, 5073, 'MD Razibul Hasan', '01959792060', '01959792060', 'hasan282930@gmail.com', 'dhaka', 'DM CA 51-9343', 'Car', '2023-02-22', NULL, '4000', NULL, 1, 0, 0, NULL, '2025-03-01 00:00:00', 0, 1, 0, '2024-03-03', NULL, NULL, NULL, NULL, NULL, '123456', '2024-03-03 15:42:04', '2024-03-03 15:50:35'),
(3181, 5075, 'Monir Hasan', '01710220624', '01710220624', 'monir24@mygpsbd.net', 'dhaka', 'DM GA 23-0359', 'Car', '2021-06-30', NULL, '300', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-01-01', NULL, NULL, NULL, NULL, NULL, '123456', '2024-03-03 17:52:37', '2024-06-24 17:39:43'),
(3182, 5076, 'Md. Nazrul Bhuiyan', '01730838156', NULL, NULL, 'Tangail', 'DM GA 27-8177', 'Car', '2023-08-05', 'm', '300', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-02-05', NULL, NULL, '01780613411', '359015560075280', NULL, '123456', '2024-03-04 15:31:55', '2024-06-11 17:39:23'),
(3183, 5077, 'Kamrul Islam', '01974322024', '01974322024', NULL, 'dhaka', 'Kamrul', 'Car', '2022-11-10', NULL, '150', NULL, 1, 0, 0, NULL, '2024-05-01 00:00:00', 0, 1, 0, '2024-02-05', NULL, NULL, NULL, NULL, NULL, '123456', '2024-03-04 15:53:31', '2024-05-21 12:02:50'),
(3184, 5079, 'MD.Sakhawat', '01768085533', '01768085533', 'sakhawat@mygpsbd.net', 'dhaka', 'DM LA 38-4047', 'Car', '2020-09-09', NULL, '200', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-02-06', NULL, NULL, NULL, NULL, NULL, '123456', '2024-03-05 12:19:22', '2024-06-25 10:44:16'),
(3185, 5080, 'Supon Saha', '01868002397', '01868002397', NULL, 'dhaka', 'Dm ta 20-3027', NULL, '2023-12-02', NULL, '300', NULL, 1, 0, 0, NULL, '2024-06-01 00:00:00', 0, 1, 0, '2024-02-05', NULL, NULL, NULL, NULL, NULL, '123456', '2024-03-05 12:30:59', '2024-05-11 13:15:44'),
(3186, 5081, 'Torequl islam', '01888550483', '01888550483', NULL, 'dhaka', 'Torequl islam', 'Car', '2022-12-25', NULL, '300', NULL, 1, 0, 0, NULL, '2024-04-01 00:00:00', 0, 0, 0, '2024-02-01', NULL, NULL, NULL, NULL, NULL, '123456', '2024-03-05 15:29:28', '2024-03-05 15:30:14'),
(3187, 5082, 'Mehedi Hasan', '01781863889', NULL, 'mehedi89@mygpsbd.net', 'Gazipur', 'DM GA 31-1283,DM GA 12-8735', 'DM GA 12-8735', '2024-01-16', 'm', '6000', NULL, 1, 0, 0, NULL, '2025-03-01 00:00:00', 0, 1, 0, '2024-03-16', NULL, NULL, NULL, NULL, NULL, '123456', '2024-03-05 16:39:42', '2024-04-04 14:58:42'),
(3188, 4390, 'Md. Matiur Rahman', '01713524370', NULL, 'matiur70@mygpsbd.net', 'Manikgonj', 'Manikganj LA 11-2997', 'bike', '2024-01-16', 'y', '2400', NULL, 1, 0, 0, NULL, '2025-02-01 00:00:00', 0, 1, 0, '2025-01-16', NULL, NULL, '1789070831', '359015560925666', NULL, '123456', '2024-03-05 16:43:02', '2024-03-05 16:43:02'),
(3189, 5083, 'Lebu', '01792446262', NULL, 'lebu62@mygpsbd.net', 'Tangail', 'DM TA 22-3389', 'Car', '2023-02-12', NULL, '300', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-03-05', NULL, NULL, '1334685348', '359015560077419', NULL, '123456', '2024-03-05 16:55:27', '2024-06-10 11:07:22'),
(3190, 5084, 'Md. Abir Tazim Chowdhury', '01710554380', NULL, 'abirtazimchowdhury1988@gmail.com', 'Bashundara Residential Area K Block Road 19 House 838', 'DM GA 36-7913', 'Car', '2022-08-31', NULL, '4000', NULL, 1, 0, 0, NULL, '2024-09-01 00:00:00', 0, 1, 0, '2024-03-10', NULL, NULL, '1307452286', '359510087883877', NULL, '123456', '2024-03-05 17:30:48', '2024-03-23 10:22:14'),
(3191, 5085, 'Md.alauddin mondol', '01784897089', '01784897089', NULL, 'dhaka', 'DM GA 39-1083', 'Car', '2022-11-02', NULL, '0', NULL, 1, 0, 0, NULL, '2024-12-01 00:00:00', 0, 1, 0, '2024-11-12', NULL, NULL, NULL, NULL, NULL, '123456', '2024-03-05 17:36:02', '2024-03-05 17:36:02'),
(3192, 5086, 'Habib ahsan', '01723793599', '01723793599', NULL, 'dhaka', 'DM GA 22-7482', 'Car', '2023-03-05', NULL, '300', NULL, 1, 0, 0, NULL, '2024-06-01 00:00:00', 0, 1, 0, '2024-03-05', NULL, NULL, NULL, NULL, NULL, '123456', '2024-03-06 11:31:11', '2024-05-13 12:30:13'),
(3193, 5087, 'Robiul', '01611202034', '01611202034', NULL, 'dhaka', 'DM CA 16-0896', 'Car', '2023-03-11', NULL, '5000', NULL, 2, 0, 0, NULL, '2025-03-01 00:00:00', 0, 1, 0, '2024-03-06', NULL, NULL, NULL, NULL, NULL, '123456', '2024-03-06 17:47:09', '2024-03-06 17:48:30'),
(3194, 5088, 'Anjuman Mufidul Islam', '01712654088', '01712654088', 'anjumanmufidulislam040@gmail.com', 'dhaka', '1', 'Car', '2022-09-22', NULL, '600', NULL, 2, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-03-01', NULL, NULL, NULL, NULL, NULL, '123456', '2024-03-07 11:15:37', '2024-06-10 11:08:37'),
(3195, 5089, 'Surokkha(cholo transport)', '01888052999', NULL, NULL, 'DHAKA', 'Server Bill', 'Server Bill', '2023-06-02', 'm', '1360', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-02-01', NULL, NULL, NULL, NULL, NULL, '123456', '2024-03-07 13:27:03', '2024-06-23 13:52:50'),
(3196, 5090, 'Arafat Ali', '01815193712', '01815193712', NULL, 'dhaka', 'Excavator IHI-120', NULL, '2024-01-12', NULL, '700', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-02-14', NULL, NULL, NULL, NULL, NULL, '123456', '2024-03-07 16:16:52', '2024-06-11 16:02:32'),
(3197, 5091, 'Md. Nahid Parvez', '01818861538', '01818861538', NULL, 'dhaka', 'NA GA 11-0019', 'Car', '2020-01-16', NULL, '400', NULL, 1, 0, 0, NULL, '2024-06-01 00:00:00', 0, 1, 0, '2024-02-01', NULL, NULL, NULL, NULL, NULL, '123456', '2024-03-09 10:44:50', '2024-05-28 12:58:53'),
(3198, 5092, 'Md. Nahid Sarkar Rana', '01711339615', '01711339615', NULL, 'dhaka', 'DM NA 13-2638', 'Car', '2022-12-09', NULL, '1800', NULL, 2, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-03-08', NULL, NULL, NULL, NULL, NULL, '123456', '2024-03-09 10:49:51', '2024-06-14 11:54:18'),
(3199, 5093, 'Kamrul', '01715332231', '01715332231', NULL, 'dhaka', 'DM BO 13-0600', 'Car', '2023-01-10', NULL, '600', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-03-10', NULL, NULL, NULL, NULL, NULL, '123456', '2024-03-10 11:11:40', '2024-06-25 10:47:24'),
(3200, 4622, 'Aowal', '01788610235', NULL, NULL, 'Dhaka', 'Auto-01, Auto-02', 'Auto', '2024-02-10', 'm', '400', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-02-10', NULL, NULL, '1319342087', '359015560925195', NULL, '123456', '2024-03-10 11:29:04', '2024-06-25 10:42:16'),
(3201, 5094, 'Johirul19', '01725515319', NULL, 'shagor24@mygpsbd.net', 'Tangail', 'DM GHA 14-3435', 'Car', '2023-05-24', 'm', '200', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-02-10', NULL, NULL, '01744655239', '359015560038007', NULL, '123456', '2024-03-10 12:06:10', '2024-06-10 11:20:18'),
(3202, 3732, 'Nilufar Morshed Smrity(Shimanto Tracker)', '01782340021', NULL, NULL, 'DHAKA', 'Server Bill', 'Server Bill', '2023-12-15', 'm', '2180', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-03-10', NULL, NULL, '1223', '358', NULL, '123456', '2024-03-10 13:33:21', '2024-06-13 17:28:31'),
(3203, 5095, 'Habibur Rahman', '01728279886', '01728279886', 'Yesimhabib@gmail.com', 'dhaka', 'DM GA 33-7338', 'Car', '2023-03-21', NULL, '300', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-03-11', NULL, NULL, NULL, NULL, NULL, '123456', '2024-03-10 15:31:20', '2024-06-23 17:53:50'),
(3204, 5096, 'Faishal', '01730011134', '01730011134', NULL, 'dhaka', 'DM GA 33-6794', 'Car', '2023-02-13', NULL, '300', NULL, 1, 0, 0, NULL, '2024-06-01 00:00:00', 0, 1, 0, '2024-03-10', NULL, NULL, NULL, NULL, NULL, '123456', '2024-03-10 15:33:44', '2024-06-06 15:05:08'),
(3205, 5097, 'Ripon', '01713030343', '01713030343', NULL, 'dhaka', 'DM GA 16-4704', 'Car', '2023-03-29', NULL, '4200', NULL, 1, 0, 0, NULL, '2025-03-01 00:00:00', 0, 1, 0, '2024-03-10', NULL, NULL, NULL, NULL, NULL, '123456', '2024-03-11 10:37:26', '2024-03-11 10:37:47'),
(3206, 5098, 'Dr. Md. Musharrof Hossain', '01713042774', NULL, NULL, 'DHAKA', 'DM GHA 12-7537', 'Car', '2024-03-10', 'm', '334', NULL, 1, 0, 0, NULL, '2025-03-01 00:00:00', 0, 1, 0, '2024-03-10', NULL, NULL, '1306675917', '359015560928975', NULL, '123456', '2024-03-11 14:12:51', '2024-03-11 14:13:07'),
(3207, 5099, 'Asad', '01713625749', NULL, 'asad49@mygpsbd.net', 'DHAKA', 'DM GA 45-1317', 'Car', '2020-10-09', 'm', '400', NULL, 1, 0, 0, NULL, '2024-06-01 00:00:00', 0, 1, 0, '2023-12-11', NULL, NULL, '1777030068', '9171449900', NULL, '123456', '2024-03-11 14:15:53', '2024-05-15 17:25:16'),
(3208, 5100, 'Azizur Rahman', '01714452555', '01714452555', 'azizdulibrary@gmail.com', 'dhaka', 'DM CA 20-5518', 'Car', '2023-03-12', NULL, '4000', NULL, 1, 0, 0, NULL, '2025-03-01 00:00:00', 0, 1, 0, '2024-03-11', NULL, NULL, NULL, NULL, NULL, '123456', '2024-03-11 15:46:44', '2024-03-11 15:47:17'),
(3209, 5101, 'MOSHIUR RAHMAN', '01714047395', '01714047395', 'moshiur.bbi@gmail.com', 'dhaka', 'DM GA 22-1207', 'Car', '2022-08-28', NULL, '300', NULL, 1, 0, 0, NULL, '2024-09-01 00:00:00', 0, 1, 0, '2024-03-11', NULL, NULL, NULL, NULL, NULL, '123456', '2024-03-11 17:56:38', '2024-03-11 17:56:51'),
(3210, 5102, 'Emtiaj uddin', '01913077646', NULL, NULL, 'DHAKA', 'DM GA 45-0511', 'Car', '2020-02-02', 'm', '300', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-02-02', NULL, NULL, '1325763222', '9171491549', NULL, '123456', '2024-03-11 18:01:16', '2024-06-11 14:28:38'),
(3211, 5103, 'IMRANUR RAHMAN', '01777985649', '01777985649', 'imran.baf@gmail.com', 'dhaka', 'DM GA 43-1976', 'Car', '2022-12-14', NULL, '3600', NULL, 1, 0, 0, NULL, '2025-03-01 00:00:00', 0, 1, 0, '2024-03-12', NULL, NULL, NULL, NULL, NULL, '123456', '2024-03-12 14:07:32', '2024-03-12 14:11:49'),
(3212, 5104, 'Manik', '01819452071', '01819452071', NULL, 'dhaka', 'DM TA 11-9970', 'Car', '2023-03-01', NULL, '13500', NULL, 2, 0, 0, NULL, '2025-03-01 00:00:00', 0, 1, 0, '2024-03-12', NULL, NULL, NULL, NULL, NULL, '123456', '2024-03-12 15:44:41', '2024-03-12 15:45:15'),
(3213, 5105, 'Amam', '01713093894', '01713093894', 'amam94@mygpsbd.net', 'dhaka', 'DM GA 17-2719', NULL, '2021-03-14', NULL, '250', NULL, 1, 0, 0, NULL, '2024-06-01 00:00:00', 0, 1, 0, '2023-12-01', NULL, NULL, NULL, NULL, NULL, '123456', '2024-03-13 14:41:25', '2024-05-20 16:38:09'),
(3214, 5106, 'SR Packaging Ltd.', '01866964664', '01866964664', 'srpackaging@mygpsbd.net', 'dhaka', 'DM THA 11-6497', 'Car', '2020-10-20', NULL, '300', NULL, 1, 0, 0, NULL, '2024-06-01 00:00:00', 0, 1, 0, '2024-02-14', NULL, NULL, NULL, NULL, NULL, '123456', '2024-03-14 12:27:55', '2024-06-13 15:39:41'),
(3215, 5107, 'Arman', '01857899365', NULL, NULL, 'Mugdha', 'Auto 01', 'Car', '2024-03-05', 'm', '200', NULL, 1, 0, 0, NULL, '2024-06-01 00:00:00', 0, 1, 0, '2024-03-05', NULL, NULL, '1306627400', '359015560926326', NULL, '123456', '2024-03-14 13:13:58', '2024-05-25 11:18:03'),
(3216, 5108, 'Moon Bhiyan', '01780326279', NULL, NULL, 'Norda', 'Moon Bhiyan', 'Car', '2024-03-05', 'm', '350', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-03-05', NULL, NULL, '01970935235', '359015560939543', NULL, '123456', '2024-03-14 13:41:14', '2024-06-05 14:13:45'),
(3217, 5109, 'Alauddin khan', '01712349481', NULL, NULL, 'Brahmanbaria', 'DM CA 16-0822,DM GA 37-8105', 'Car', '2024-03-14', 'm', '600', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-03-14', NULL, NULL, NULL, NULL, NULL, '123456', '2024-03-14 16:04:01', '2024-06-06 17:34:59'),
(3218, 5110, 'Uzzall', '01733932122', '01733932122', NULL, 'dhaka', 'DM GA 25-6121', 'Car', '2022-12-19', NULL, '300', NULL, 1, 0, 0, NULL, '2024-05-01 00:00:00', 0, 1, 0, '2024-02-15', NULL, NULL, NULL, NULL, NULL, '123456', '2024-03-16 11:33:59', '2024-03-16 11:34:42'),
(3219, 5111, 'Faysal Ahmed', '01313368074', '01313368074', 'Sarkarfaysal796@gmail.com', 'dhaka', 'DM LA 52-3591', 'Car', '2023-03-20', NULL, '2400', NULL, 1, 0, 0, NULL, '2025-03-01 00:00:00', 0, 1, 0, '2024-03-16', NULL, NULL, NULL, NULL, NULL, '123456', '2024-03-16 11:40:13', '2024-03-16 11:40:35'),
(3220, 5112, 'MT Track', '01936604906', NULL, NULL, 'DHAKA', 'Server Bill', 'Server Bill', '2023-03-21', 'm', '1000', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-03-10', NULL, NULL, NULL, NULL, NULL, '123456', '2024-03-16 11:45:47', '2024-06-13 15:51:23'),
(3221, 5113, 'Md. Shahinur Rahman', '01723073254', '01723073254', NULL, 'Shamoly', 'Dm cha 20-6283', 'car', '2023-09-06', NULL, '3600', NULL, 1, 0, 0, NULL, '2025-03-01 00:00:00', 0, 1, 0, '2024-03-16', NULL, NULL, NULL, NULL, NULL, '123456', '2024-03-16 11:50:05', '2024-03-16 11:50:30'),
(3222, 5114, 'Ali Hossain', '01889767158', '01889767158', 'alihossain63177@gmail.com', 'dhaka', 'Ship-ali', 'Car', '2022-05-21', NULL, '300', NULL, 1, 0, 0, NULL, '2024-12-01 00:00:00', 0, 1, 0, '2023-12-06', NULL, NULL, NULL, NULL, NULL, '123456', '2024-03-17 12:07:33', '2024-06-25 17:29:10'),
(3223, 5115, 'KHALED KAISAR', '01711172316', '01711172316', 'knessa3@gmail.com', 'dhaka', 'DM GA 47-0201', 'Car', '2022-08-20', NULL, '4000', NULL, 1, 0, 0, NULL, '2024-09-01 00:00:00', 0, 1, 0, '2024-03-17', NULL, NULL, NULL, NULL, NULL, '123456', '2024-03-17 12:09:23', '2024-03-17 12:10:16'),
(3224, 5116, 'Md Nasir', '01737707458', '01737707458', NULL, 'dhaka', 'Md Nasir', 'Car', '2023-09-19', NULL, '150', NULL, 1, 0, 0, NULL, '2024-10-01 00:00:00', 0, 1, 0, '2023-10-19', NULL, NULL, NULL, NULL, NULL, '123456', '2024-03-17 14:18:06', '2024-04-17 11:13:07'),
(3226, 5118, 'Manoj', '01712154984', NULL, NULL, 'DHAKA', '42-9475', 'Car', '2024-02-17', 'm', '350', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-03-17', NULL, NULL, '1741762227', '359015560924099', NULL, '123456', '2024-03-17 15:24:28', '2024-06-24 16:43:20'),
(3227, 5119, 'Manik Chandra Debnath', '01907824778', '01907824778', NULL, 'dhaka', 'BOGURA LA 14-0822', 'Car', '2022-11-02', NULL, '150', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-02-02', NULL, NULL, NULL, NULL, NULL, '123456', '2024-03-17 16:13:45', '2024-06-12 15:51:52'),
(3228, 5120, 'R R khan', '01749007425', '01749007425', NULL, 'dhaka', 'DM NA 11-2915', 'Car', '2023-03-18', NULL, '4000', NULL, 1, 0, 0, NULL, '2025-03-01 00:00:00', 0, 1, 0, '2024-03-18', NULL, NULL, NULL, NULL, NULL, '123456', '2024-03-18 13:11:50', '2024-03-18 13:12:36'),
(3229, 5121, 'Dr. Rafiqul Islam Talukdar', '01952238836', '01952238836', 'rafiqul.talukdar@gmail.com', 'dhaka', 'DM GA 49-0515', 'Car', '2022-10-15', NULL, '3600', NULL, 1, 0, 0, NULL, '2025-03-01 00:00:00', 0, 1, 0, '2024-03-18', NULL, NULL, NULL, NULL, NULL, '123456', '2024-03-19 10:07:25', '2024-03-19 10:08:10'),
(3230, 5122, 'Asif Adnan', '01608429339', '01608429339', 'Asifadnan05@gmail.com', 'dhaka', 'DM GHA 15-3882', 'Car', '2023-03-15', NULL, '4000', NULL, 1, 0, 0, NULL, '2025-03-01 00:00:00', 0, 1, 0, '2024-03-19', NULL, NULL, NULL, NULL, NULL, '123456', '2024-03-19 10:33:12', '2024-03-19 10:33:40'),
(3231, 5123, 'Shadauddin', '01726757056', '01726757056', NULL, 'dhaka', 'DM CA 16-3910', 'Car', '2023-02-28', NULL, '300', NULL, 1, 0, 0, NULL, '2024-05-01 00:00:00', 0, 1, 0, '2024-03-19', NULL, NULL, NULL, NULL, NULL, '123456', '2024-03-19 13:31:16', '2024-05-02 14:45:12'),
(3232, 5124, 'Majedur', '01621332010', NULL, NULL, 'Tangail', 'Tangail LA 13-9096', 'bike', '2023-05-09', 'm', '200', NULL, 1, 0, 0, NULL, '2024-08-01 00:00:00', 0, 1, 0, '2024-03-19', NULL, NULL, '1322219370', '359015560025525', NULL, '123456', '2024-03-20 09:51:12', '2024-06-05 13:21:35'),
(3233, 5125, 'Benoy', '01724804019', NULL, NULL, 'DHAKA', 'DM LA 30-4341', 'bike', '2023-10-03', 'm', '2000', NULL, 1, 0, 0, NULL, '2025-03-01 00:00:00', 0, 1, 0, '2024-03-19', NULL, NULL, '1875233664', '359015560012796', NULL, '123456', '2024-03-20 09:54:03', '2024-03-20 10:21:56'),
(3234, 5126, 'SKYTECH2', '01722095225', NULL, NULL, 'DHAKA', 'Server Bill', 'Server Bill', '2024-01-01', 'm', '5000', NULL, 1, 0, 0, NULL, '2024-06-01 00:00:00', 0, 1, 0, '2024-03-19', NULL, NULL, NULL, NULL, NULL, '123456', '2024-03-20 13:16:40', '2024-05-11 13:37:06'),
(3235, 5127, 'Aynal Islam', '01622069933', '01622069933', NULL, 'dhaka', 'DM GA 16-4683', 'Car', '2022-11-06', NULL, '300', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-03-20', NULL, NULL, NULL, NULL, NULL, '123456', '2024-03-20 13:20:35', '2024-06-27 10:34:45'),
(3236, 5128, 'LITON', '01829156506', '01829156506', NULL, 'dhaka', 'DM TA 20-1396', 'Car', '2023-03-20', NULL, '3600', NULL, 1, 0, 0, NULL, '2025-03-01 00:00:00', 0, 1, 0, '2024-03-20', NULL, NULL, NULL, NULL, NULL, '123456', '2024-03-20 14:01:54', '2024-03-20 14:02:13'),
(3237, 5129, 'ROBIUL', '01739560390', '01739560390', NULL, 'dhaka', 'DM NA 23-0693', 'Car', '2023-10-26', NULL, '3800', NULL, 1, 0, 0, NULL, '2024-11-01 00:00:00', 0, 1, 0, '2024-03-20', NULL, NULL, NULL, NULL, NULL, '123456', '2024-03-20 15:48:21', '2024-05-05 14:57:37'),
(3238, 5130, 'Samir', '01785968642', NULL, NULL, 'Bogura', '359015560939063', 'Car', '2024-04-01', 'm', '350', NULL, 1, 0, 0, NULL, '2024-06-01 00:00:00', 0, 1, 0, '2024-03-01', NULL, NULL, NULL, '359015560939063', NULL, '123456', '2024-03-20 15:53:26', '2024-06-01 15:31:47'),
(3239, 5131, 'Halal', '01970029657', NULL, NULL, 'Gazipur', 'DM TA 17-0395', 'Car', '2024-03-12', 'm', '300', NULL, 1, 0, 0, NULL, '2024-09-01 00:00:00', 0, 1, 0, '2024-04-12', NULL, NULL, '01762964873', '359015560953023', NULL, '123456', '2024-03-21 10:41:14', '2024-06-03 13:31:44'),
(3240, 5132, 'Manik', '01713530239', NULL, NULL, 'DHAKA', 'DM GA 18-0560', 'Car', '2024-03-02', 'm', '350', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-03-02', NULL, NULL, '01333356039', '359015560940855', NULL, '123456', '2024-03-21 12:46:16', '2024-06-04 16:38:39'),
(3241, 5133, 'Onfleet GPS', '01923113300', NULL, NULL, 'kollanpur', 'Server Bill', 'Server Bill', '2022-10-08', 'm', '1830', NULL, 1, 0, 0, NULL, '2024-05-01 00:00:00', 0, 0, 0, '2023-07-15', NULL, NULL, NULL, NULL, NULL, '123456', '2024-03-21 12:49:28', '2024-06-22 13:39:05'),
(3242, 5134, 'Abu Salah MD Shake Saeem', '01858122465', '01858122465', 'Shake.saeem2@gmail.com', 'dhaka', 'DM GA 31-8668', 'Car', '2023-03-06', NULL, '350', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-03-23', NULL, NULL, NULL, NULL, NULL, '123456', '2024-03-23 10:30:07', '2024-05-30 12:10:46'),
(3243, 5135, 'Showkot', '01815573704', NULL, NULL, 'CTG', 'Server Bill', 'Server Bill', '2022-06-19', 'm', '3000', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-03-15', NULL, NULL, NULL, NULL, NULL, '123456', '2024-03-23 10:32:33', '2024-06-26 15:20:01'),
(3244, 5136, 'Motalib', '01922801640', '01922801640', NULL, 'dhaka', 'DM TA 15-1665', 'Car', '2023-02-08', NULL, '3600', NULL, 1, 0, 0, NULL, '2025-03-01 00:00:00', 0, 1, 0, '2024-03-23', NULL, NULL, NULL, NULL, NULL, '123456', '2024-03-23 15:07:23', '2024-03-23 15:07:49'),
(3245, 5137, 'Jamal', '01862275016', NULL, NULL, 'DHAKA', 'DM CA 12-3785', 'Car', '2024-02-28', 'm', '200', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-03-10', NULL, NULL, '1795288108', '359015560924925', NULL, '123456', '2024-03-23 15:12:59', '2024-06-09 13:54:40'),
(3246, 5138, 'Md Repon Ali', '01727108944', NULL, NULL, 'DHAKA', 'DM GA 18-1866', 'Car', '2024-03-17', 'm', '300', NULL, 1, 0, 0, NULL, '2024-05-01 00:00:00', 0, 1, 0, '2024-03-23', NULL, NULL, '1306649690', '359015560928538', NULL, '123456', '2024-03-23 15:17:06', '2024-05-12 10:52:26'),
(3248, 5140, 'Rezaul Karim Shamee', '01717414984', '01717414984', 'rezaulkarim4984@gmail.com', 'dhaka', 'DM GA 27-2190', 'car', '2022-05-12', NULL, '300', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-01-01', NULL, NULL, NULL, NULL, NULL, '123456', '2024-03-23 15:28:02', '2024-05-23 17:10:23'),
(3250, 5142, 'Md.Fazlul Quader Chowdhury', '01711200696', '01711200696', NULL, 'dhaka', 'DM GA 49-4588', 'Car', '2023-02-12', NULL, '300', NULL, 2, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-02-01', NULL, NULL, NULL, NULL, NULL, '123456', '2024-03-24 10:26:57', '2024-06-24 13:39:10'),
(3251, 5143, 'Parvez', '01911221723', NULL, 'parvez2020bd@gmail.com', 'Brahmanbaria', 'DM GA 39-1638', 'Car', '2024-03-20', NULL, '300', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-04-24', NULL, NULL, '1751760887', '357857045633114', NULL, '123456', '2024-03-24 14:45:38', '2024-06-06 15:59:47'),
(3252, 5144, 'Jakir Hossain', '01920993940', '01920993940', 'jakir40@mygpsbd.net', 'dhaka', 'DM cha 51-6838', NULL, '2023-12-11', NULL, '1900', NULL, 1, 0, 0, NULL, '2024-05-01 00:00:00', 0, 1, 0, '2024-02-01', NULL, NULL, NULL, NULL, NULL, '123456', '2024-03-25 12:45:12', '2024-05-25 12:22:13'),
(3253, 5145, 'Sohel Ahmed', '01730341205', '01730341205', 'sohel394433@yahoo.com', 'dhaka', 'DM GA 45-2139', 'Car', '2023-03-27', NULL, '4200', NULL, 1, 0, 0, NULL, '2025-03-01 00:00:00', 0, 1, 0, '2024-03-25', NULL, NULL, NULL, NULL, NULL, '123456', '2024-03-25 15:09:53', '2024-03-25 15:10:51'),
(3254, 5146, 'Arif', '01971668854', NULL, 'arif54@mygpsbd.net', 'DHAKA', 'DM GA 39-8399', 'Car', '2020-01-01', 'm', '255', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-02-01', NULL, NULL, '01325778322', '9171491756', NULL, '123456', '2024-03-25 16:02:44', '2024-06-08 10:34:24'),
(3256, 5148, 'Ehsanul Parvez', '01715087778', '01715087778', 'parvez770@yahoo.com', 'dhaka', 'DM GHA 15-8553', 'Car', '2022-07-21', NULL, '4200', NULL, 1, 0, 0, NULL, '2025-03-01 00:00:00', 0, 1, 0, '2024-03-25', NULL, NULL, NULL, NULL, NULL, '123456', '2024-03-27 10:58:30', '2024-03-27 10:59:01'),
(3257, 5149, 'Md. Shahed Ashraf', '01712513272', '01712513272', 'shahed.ashraf@gmail.com', 'dhaka', 'DM GA 16-2150', NULL, '2023-03-21', NULL, '350', NULL, 1, 0, 0, NULL, '2024-06-01 00:00:00', 0, 1, 0, '2024-03-27', NULL, NULL, NULL, NULL, NULL, '123456', '2024-03-27 11:04:00', '2024-05-25 15:21:40'),
(3258, 5150, 'D.M.Liton', '01733979993', NULL, 'dmliton@mygpsbd.net', 'Tangail', 'DM Liton, DM CHA 13-1117', 'Car', '2024-02-28', 'm', '600', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-03-28', NULL, NULL, '1334717479', '359015560924883', NULL, '123456', '2024-03-27 11:16:44', '2024-06-08 14:57:09'),
(3259, 5151, 'Mamun', '01629032930', '01629032930', 'Abdulla.mamun1@radiant.com.bd', 'dhaka', 'DM GA 23-5191', 'Car', '2023-02-28', NULL, '350', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-03-28', NULL, NULL, NULL, NULL, NULL, '123456', '2024-03-28 10:38:19', '2024-06-10 11:01:28'),
(3260, 5152, 'Junaid Waheedi', '01711544831', '01711544831', 'waheedi1965@gmail.com', 'dhaka', 'DM GA 32-4484', 'Car', '2022-08-21', NULL, '4200', NULL, 1, 0, 0, NULL, '2025-03-01 00:00:00', 0, 1, 0, '2024-03-28', NULL, NULL, NULL, NULL, NULL, '123456', '2024-03-28 12:59:29', '2024-03-28 13:01:27'),
(3261, 5153, 'Zobair Hassan', '01710475306', '01710475306', 'zobair06@mygpsbd.net', 'dhaka', 'DM GA 45-5289', 'Car', '2021-02-27', NULL, '300', NULL, 1, 0, 0, NULL, '2024-06-01 00:00:00', 0, 1, 0, '2023-12-14', NULL, NULL, NULL, NULL, NULL, '123456', '2024-03-30 13:17:42', '2024-06-25 14:27:02'),
(3262, 5154, 'Shawon', '01611903541', NULL, NULL, 'DHAKA', 'DM CHA 20-4958', 'Car', '2024-10-06', 'm', '300', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-03-29', NULL, NULL, '1865993473', '359510087985235', NULL, '123456', '2024-03-30 13:39:32', '2024-06-08 10:29:31'),
(3263, 5155, 'Mehedi', '01881231383', NULL, NULL, 'DHAKA', 'MEHEDI', 'bike', '2024-02-07', 'm', '200', NULL, 1, 0, 0, NULL, '2024-06-01 00:00:00', 0, 1, 0, '2024-02-07', NULL, NULL, '1700598582', '359015560924339', NULL, '123456', '2024-03-30 13:51:06', '2024-05-14 11:32:53'),
(3264, 5156, 'Saidur', '01733880653', '01733880653', NULL, 'dhaka', 'DM Na 13-8198', 'Car', '2023-03-30', NULL, '500', NULL, 1, 0, 0, NULL, '2024-06-01 00:00:00', 0, 1, 0, '2024-03-30', NULL, NULL, NULL, NULL, NULL, '123456', '2024-03-31 10:39:27', '2024-06-01 12:54:59'),
(3265, 5157, 'Md. Ashikur Rahman', '01767820862', '01767820862', 'mohammadashikrahman88@gmail.com', 'dhaka', 'DM GA 49-3843', 'Car', '2023-03-18', NULL, '12800', NULL, 2, 0, 0, NULL, '2025-04-01 00:00:00', 0, 1, 0, '2024-04-01', NULL, NULL, NULL, NULL, NULL, '123456', '2024-03-31 13:46:05', '2024-03-31 13:47:01'),
(3266, 5158, 'Nazrul islam', '01742043300', '01742043300', NULL, 'dhaka', 'DM GA 43-4500', 'Car', '2022-11-03', NULL, '3000', NULL, 1, 0, 0, NULL, '2025-04-01 00:00:00', 0, 1, 0, '2024-04-01', NULL, NULL, NULL, NULL, NULL, '123456', '2024-04-01 14:37:19', '2024-04-01 14:37:45'),
(3267, 5159, 'Abu Saleh Musa', '01910384600', '01910384600', 'Sh.fm1000@gmail.com', 'dhaka', 'DM GA 45-3558', 'Car', '2023-04-01', NULL, '7200', NULL, 2, 0, 0, NULL, '2025-04-01 00:00:00', 0, 1, 0, '2024-04-01', NULL, NULL, NULL, NULL, NULL, '123456', '2024-04-01 14:49:54', '2024-04-01 14:51:25'),
(3268, 5160, 'Md. Mehedi Hossain', '01912316861', '01912316861', NULL, 'dhaka', 'DM GA 47-0363', 'Car', '2023-04-06', NULL, '3600', NULL, 1, 0, 0, NULL, '2025-04-01 00:00:00', 0, 1, 0, '2024-04-01', NULL, NULL, NULL, NULL, NULL, '123456', '2024-04-01 14:52:56', '2024-04-01 14:53:25'),
(3269, 5161, 'Md. Sohail', '01912010537', '01912010537', 'sohail@mygpsbd.net', 'dhaka', 'DM GA 17-8895', 'Car', '2019-11-03', NULL, '250', NULL, 1, 0, 0, NULL, '2024-06-01 00:00:00', 0, 1, 0, '2024-02-02', NULL, NULL, NULL, NULL, NULL, '123456', '2024-04-01 14:56:51', '2024-06-01 15:30:44'),
(3270, 5162, 'AKM Nurunnabi', '01711113901', '01711113901', 'nurunnabi3013@gmail.com', 'dhaka', 'DM GA 27-6450', 'Car', '2023-04-02', NULL, '3600', NULL, 1, 0, 0, NULL, '2025-04-01 00:00:00', 0, 1, 0, '2024-04-01', NULL, NULL, NULL, NULL, NULL, '123456', '2024-04-01 15:02:45', '2024-04-01 15:03:40'),
(3272, 5164, 'Yousuf', '01716345784', '01716345784', NULL, 'dhaka', 'DM GA 35-0834', 'Car', '2023-02-12', NULL, '350', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-04-01', NULL, NULL, NULL, NULL, NULL, '123456', '2024-04-02 15:07:23', '2024-06-03 14:29:18'),
(3273, 5165, 'Dr Rajesh', '01714223820', '01714223820', 'rajeshmajumdar73@gmail.com', 'dhaka', 'DM GA 47-7888', 'Car', '2022-12-07', NULL, '300', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-04-02', NULL, NULL, NULL, NULL, NULL, '123456', '2024-04-02 15:34:32', '2024-06-04 16:21:33'),
(3274, 5166, 'MOSHAROOF HOSSEN', '01716419821', '01716419821', NULL, 'dhaka', 'DM GA 39-8138', 'Car', '2022-09-18', NULL, '350', NULL, 1, 0, 0, NULL, '2024-06-01 00:00:00', 0, 1, 0, '2024-04-02', NULL, NULL, NULL, NULL, NULL, '123456', '2024-04-03 09:41:43', '2024-05-02 13:14:25'),
(3275, 5167, 'G M Khaled Hossain', '01671007777', NULL, 'prolink399@hotmail.com', 'H-57, R-7/A, B-H, bonani', 'DM GA 20-2092', 'Car', '2023-02-18', 'm', '4000', NULL, 1, 0, 0, NULL, '2025-04-01 00:00:00', 0, 1, 0, '2024-04-03', NULL, NULL, '01306773042', '359015560011616', NULL, '123456', '2024-04-03 12:38:13', '2024-04-03 12:38:41'),
(3276, 5168, 'Mizanur', '01711821627', '01711821627', NULL, 'dhaka', 'DM GA 29-6563', 'Car', '2022-09-04', NULL, '4000', NULL, 1, 0, 0, NULL, '2024-10-01 00:00:00', 0, 1, 0, '2024-04-04', NULL, NULL, NULL, NULL, NULL, '123456', '2024-04-04 12:31:38', '2024-04-04 12:33:11'),
(3277, 5169, 'Jiku biswas', '01744966711', NULL, NULL, 'DHAKA', 'DM GA 21-5072', 'Car', '2024-02-20', 'm', '300', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-03-20', NULL, NULL, '1793912465', '359015560940830', NULL, '123456', '2024-04-04 12:58:05', '2024-06-23 11:28:21'),
(3278, 5170, 'Hasan Patowary', '01600298788', '01600298788', 'hasan88@mygpsbd.net', 'dhaka', 'DM TA 15-5619', 'Car', '2021-06-12', NULL, '400', NULL, 2, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-02-04', NULL, NULL, NULL, NULL, NULL, '123456', '2024-04-04 14:32:35', '2024-06-12 15:50:07'),
(3279, 5171, 'Nabil', '01746427385', '01746427385', NULL, 'dhaka', 'DM GA 39-3955', 'Car', '2023-01-11', NULL, '3600', NULL, 1, 0, 0, NULL, '2025-04-01 00:00:00', 0, 1, 0, '2024-04-04', NULL, NULL, NULL, NULL, NULL, '123456', '2024-04-04 14:44:44', '2024-04-04 14:45:14'),
(3280, 5172, 'Apu', '01734165202', NULL, NULL, 'Tangail', 'DM GHA 23-8237', 'Car', '2024-02-17', 'm', '200', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-03-17', NULL, NULL, '01762706963', '359015560925518', NULL, '123456', '2024-04-04 15:42:05', '2024-06-04 15:28:35'),
(3281, 5173, 'Monir', '01716284310', '01716284310', NULL, 'dhaka', 'DM GA 25-8282', 'Car', '2023-04-06', NULL, '250', NULL, 1, 0, 0, NULL, '2024-10-01 00:00:00', 0, 1, 0, '2024-04-06', NULL, NULL, NULL, NULL, NULL, '123456', '2024-04-06 14:47:28', '2024-04-06 14:47:38'),
(3283, 5175, 'Wox GPS', '01701667743', '01701667743', NULL, 'DHAKA', 'Server Bill', 'Server Bill', '2023-09-01', NULL, '2800', NULL, 1, 0, 0, NULL, '2024-06-01 00:00:00', 0, 0, 0, '2023-11-06', NULL, NULL, NULL, NULL, NULL, '123456', '2024-04-06 15:50:19', '2024-04-06 15:50:19'),
(3284, 5176, 'MD AIUB ALI', '01754561140', '01754561140', NULL, 'dhaka', 'DM BA 11-8579', NULL, '2023-04-03', NULL, '200', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-02-06', NULL, NULL, NULL, NULL, NULL, '123456', '2024-04-06 15:52:45', '2024-06-11 11:25:20'),
(3285, 5177, 'Kamrul', '01671172144', NULL, NULL, 'mirpur', 'DM CA 51-7590', 'Car', '2024-02-11', 'm', '600', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-03-05', NULL, NULL, '01798288261', '359015560925450', NULL, '123456', '2024-04-06 15:59:52', '2024-06-26 15:10:18'),
(3286, 5178, 'Md. Saiful Huq Rasel', '01621475715', '01621475715', 'rasel.bsl@gmail.com', 'dhaka', 'DM KHA 12-5493', 'Car', '2023-04-01', NULL, '3600', NULL, 1, 0, 0, NULL, '2025-04-01 00:00:00', 0, 1, 0, '2024-04-07', NULL, NULL, NULL, NULL, NULL, '123456', '2024-04-07 11:39:49', '2024-04-07 11:42:26'),
(3287, 5179, 'Amir', '01641081177', '01641081177', NULL, 'dhaka', 'DM GA 31-1454', NULL, '2024-11-13', NULL, '300', NULL, 1, 0, 0, NULL, '2024-09-01 00:00:00', 0, 1, 0, '2024-04-07', NULL, NULL, NULL, NULL, NULL, '123456', '2024-04-07 12:43:38', '2024-06-14 13:05:09'),
(3288, 5180, 'Mohammad Tanvir Rahman', '01733204964', '01733204964', 'tanvirrahmanrahman@gmail.com', 'dhaka', 'DM GA 12-0312', 'Car', '2023-04-09', NULL, '4200', NULL, 1, 0, 0, NULL, '2025-04-01 00:00:00', 0, 1, 0, '2024-04-07', NULL, NULL, NULL, NULL, NULL, '123456', '2024-04-07 12:48:48', '2024-04-07 12:50:09'),
(3289, 5181, 'Md. Sanaul', '01718842083', '01718842083', NULL, 'dhaka', 'sanaul83', 'Car', '2023-03-25', NULL, '3600', NULL, 1, 0, 0, NULL, '2025-04-01 00:00:00', 0, 1, 0, '2024-04-07', NULL, NULL, NULL, NULL, NULL, '123456', '2024-04-08 10:19:05', '2024-04-08 10:19:36'),
(3290, 5182, 'ALOMGIR', '01815229738', '01815229738', NULL, 'dhaka', 'DM BA 15-7254', 'Car', '2023-04-08', NULL, '300', NULL, 1, 0, 0, NULL, '2024-05-01 00:00:00', 0, 1, 0, '2024-04-08', NULL, NULL, NULL, NULL, NULL, '123456', '2024-04-08 13:03:40', '2024-04-08 13:04:11'),
(3291, 5183, 'SOURAV AHMED', '01947474758', '01947474758', NULL, 'dhaka', 'DM GA 33-4994', 'Car', '2023-04-11', NULL, '3600', NULL, 1, 0, 0, NULL, '2025-04-01 00:00:00', 0, 1, 0, '2024-04-16', NULL, NULL, NULL, NULL, NULL, '123456', '2024-04-17 11:19:34', '2024-04-17 11:21:07'),
(3292, 5184, 'Rayhan', '01747400434', NULL, NULL, 'Savar', 'DM KHA 12-7170', 'Car', '2024-04-08', 'm', '350', NULL, 1, 0, 0, NULL, '2024-12-01 00:00:00', 0, 1, 0, '2024-04-08', NULL, NULL, '01760059665', '359015560939881', NULL, '123456', '2024-04-17 12:58:06', '2024-06-22 12:50:54'),
(3293, 5185, 'Fahad hassan sagor', '01911705773', '01911705773', NULL, 'dhaka', 'DM GA 49-0628', 'Car', '2023-01-15', NULL, '300', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-04-10', NULL, NULL, NULL, NULL, NULL, '123456', '2024-04-17 13:18:20', '2024-04-17 13:18:41'),
(3294, 5186, 'Mohammad Motaher', '01748252610', '01748252610', NULL, 'dhaka', 'CM GHA 12-0182', 'Car', '2022-11-06', NULL, '300', NULL, 1, 0, 0, NULL, '2024-06-01 00:00:00', 0, 1, 0, '2024-04-11', NULL, NULL, NULL, NULL, NULL, '123456', '2024-04-17 13:23:06', '2024-05-28 11:25:22'),
(3295, 5187, 'Kazi Rakib', '01626070738', '01626070738', 'kazirakib0199@gmail.com', 'dhaka', 'DM GA 26-9710', 'Car', '2023-01-08', NULL, '300', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-04-17', NULL, NULL, NULL, NULL, NULL, '123456', '2024-04-17 15:28:20', '2024-04-17 15:28:34'),
(3296, 5188, 'Md Golam Mostofa', '01712512277', '01712512277', NULL, 'dhaka', 'DM GA  22-0242', 'Car', '2023-04-10', NULL, '4000', NULL, 1, 0, 0, NULL, '2025-04-01 00:00:00', 0, 1, 0, '2024-04-17', NULL, NULL, NULL, NULL, NULL, '123456', '2024-04-17 16:29:00', '2024-04-17 16:29:46'),
(3297, 5189, 'Md. Ramjan Ali', '01714334036', '01714334036', NULL, 'dhaka', 'DM GHA 29-7893', 'Car', '2023-04-06', NULL, '300', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-04-17', NULL, NULL, NULL, NULL, NULL, '123456', '2024-04-17 16:50:56', '2024-05-27 15:57:01'),
(3298, 5190, 'Md. Torikul Islam', '01944835542', '01944835542', 'rahmot47@mygpsbd.net', 'dhaka', 'TORIKUL', 'Car', '2020-01-09', NULL, '200', NULL, 1, 0, 0, NULL, '2024-05-01 00:00:00', 0, 1, 0, '2024-04-17', NULL, NULL, NULL, NULL, NULL, '123456', '2024-04-17 17:15:22', '2024-04-17 17:15:36'),
(3299, 5191, 'Moniruddin', '01711369974', NULL, 'moniruddin74@mygpsbd.net', 'DHAKA', 'DM GA 121-9240', 'Car', '2021-02-16', 'm', '300', NULL, 1, 0, 0, NULL, '2024-05-01 00:00:00', 0, 1, 0, '2024-04-10', NULL, NULL, '1321871154', '353701091017364', NULL, '123456', '2024-04-17 17:19:40', '2024-04-17 17:19:53'),
(3300, 5192, 'Md Samimul', '01614162680', NULL, NULL, 'DHAKA', 'DM CHA 16-2958', 'Car', '2024-02-13', 'm', '300', NULL, 1, 0, 0, NULL, '2024-09-01 00:00:00', 0, 1, 0, '2024-02-13', NULL, NULL, '1735014605', '359015560937604', NULL, '123456', '2024-04-17 17:59:01', '2024-06-26 17:41:07'),
(3301, 5193, 'Mohin Habib', '01613479653', '01613479653', NULL, 'dhaka', 'DM GA 33-4831', 'Car', '2023-04-09', NULL, '500', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-04-17', NULL, NULL, NULL, NULL, NULL, '123456', '2024-04-18 12:28:10', '2024-06-24 13:41:38'),
(3302, 5194, 'Dr. Md. Nadim Kamal', '01714036686', '01714036686', 'nadimkamalpmr2014@gmail.com', 'dhaka', 'DM GHA 12-0174', 'Car', '2023-04-20', NULL, '3600', NULL, 1, 0, 0, NULL, '2025-04-01 00:00:00', 0, 1, 0, '2024-04-18', NULL, NULL, NULL, NULL, NULL, '123456', '2024-04-18 14:55:49', '2024-04-18 14:56:22'),
(3303, 5195, 'Ashiqur', '01712511005', NULL, NULL, 'DHAKA', 'Natore la 12-3563', 'bike', '2023-02-15', 'm', '200', NULL, 1, 0, 0, NULL, '2024-05-01 00:00:00', 0, 1, 0, '2024-04-21', NULL, NULL, NULL, NULL, NULL, '123456', '2024-04-21 11:57:04', '2024-04-21 12:05:26'),
(3304, 5196, 'Utchas', '01876891649', NULL, NULL, 'Dhaka', 'DM CHA 23-2950', 'car', '2023-03-16', 'm', '300', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-04-16', NULL, NULL, '1334596771', '359015560938172', NULL, '123456', '2024-04-21 12:16:07', '2024-06-12 10:53:34'),
(3305, 5197, 'MR Rana', '01672111405', NULL, NULL, 'Dhaka', 'DM CA 19-4828', 'car', '2024-02-27', 'm', '350', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-03-27', NULL, NULL, '1765785213', '359015560927662', NULL, '123456', '2024-04-21 12:28:34', '2024-06-12 11:04:09'),
(3306, 5198, 'MD Rustom Ali', '01917726798', '01917726798', '94rustom@gmail.com', 'dhaka', 'DM GA 49-4585', 'Car', '2023-04-19', NULL, '4200', NULL, 1, 0, 0, NULL, '2025-04-01 00:00:00', 0, 1, 0, '2024-04-19', NULL, NULL, NULL, NULL, NULL, '123456', '2024-04-21 12:30:00', '2024-04-21 12:30:34'),
(3307, 5199, 'Md. Rafiqul islam', '01855913716', '01855913716', 'rafiqul16@mygpsbd.net', 'dhaka', 'DM GA 23-9624', 'Car', '2020-09-10', NULL, '300', NULL, 1, 0, 0, NULL, '2024-05-01 00:00:00', 0, 1, 0, '2024-04-20', NULL, NULL, NULL, NULL, NULL, '123456', '2024-04-21 12:44:42', '2024-04-21 12:45:00'),
(3308, 5200, 'Md.syfuddin shekh', '01739484352', '01739484352', 'syfuddin92@gmail.com', 'dhaka', 'Rajshahi HA 17-3888', 'Car', '2022-10-06', NULL, '150', NULL, 1, 0, 0, NULL, '2024-06-01 00:00:00', 0, 1, 0, '2024-04-21', NULL, NULL, NULL, NULL, NULL, '123456', '2024-04-21 13:04:15', '2024-06-11 13:32:54'),
(3309, 5201, 'Abdul Momen', '01716540946', NULL, NULL, 'tangail', 'DM GA 39-0204', 'car', '2024-03-11', 'm', '300', NULL, 1, 0, 0, NULL, '2024-06-01 00:00:00', 0, 1, 0, '2024-04-11', NULL, NULL, '1333689023', '359015560938727', NULL, '123456', '2024-04-21 15:25:54', '2024-05-12 11:45:38'),
(3310, 5202, 'Johirul', '01716985683', NULL, NULL, 'tangail', 'DM GA 18-1670', 'car', '2024-03-07', 'm', '300', NULL, 1, 0, 0, NULL, '2024-08-01 00:00:00', 0, 1, 0, '2024-04-07', NULL, NULL, '1334437712', '359015560935970', NULL, '123456', '2024-04-21 16:10:31', '2024-07-14 12:51:44'),
(3311, 5203, 'FATMA HARUN', '01515614575', '01515614575', NULL, 'dhaka', 'DM GA 33-0334', 'Car', '2023-02-23', NULL, '3800', NULL, 1, 0, 0, NULL, '2025-05-01 00:00:00', 0, 1, 0, '2024-05-01', NULL, NULL, NULL, NULL, NULL, '123456', '2024-04-22 13:29:57', '2024-04-22 13:31:35'),
(3312, 5204, 'Shajib', '01616363679', '01616363679', 'khanshajib91@gmail.com', 'dhaka', 'DM CA 19-8556', 'Car', '2023-04-08', NULL, '4200', NULL, 1, 0, 0, NULL, '2025-04-01 00:00:00', 0, 1, 0, '2024-04-08', NULL, NULL, NULL, NULL, NULL, '123456', '2024-04-22 16:48:21', '2024-04-22 16:49:04'),
(3313, 5205, 'Alauddin', '01890778634', '01890778634', NULL, 'dhaka', 'DM CHA 19-4724', 'Car', '2022-12-18', NULL, '4200', NULL, 1, 0, 0, NULL, '2025-04-01 00:00:00', 0, 1, 0, '2024-04-23', NULL, NULL, NULL, NULL, NULL, '123456', '2024-04-23 12:27:40', '2024-04-23 12:28:17'),
(3314, 5206, 'Syed Titon', '01715634670', NULL, NULL, 'Tangail', 'DM GA 17-9219', 'Car', '2023-03-26', 'm', '300', NULL, 1, 0, 0, NULL, '2024-06-01 00:00:00', 0, 0, 0, '2024-02-26', NULL, NULL, '1322194637', '351969560259310', NULL, '123456', '2024-04-23 15:01:15', '2024-04-23 15:01:15'),
(3315, 5207, 'Omar Faruk', '01314633705', '01314633705', NULL, 'dhaka', 'DM NA 18-1111', 'Car', '2022-10-25', NULL, '300', NULL, 1, 0, 0, NULL, '2024-10-01 00:00:00', 0, 1, 0, '2024-04-23', NULL, NULL, NULL, NULL, NULL, '123456', '2024-04-23 15:03:57', '2024-04-23 15:04:11'),
(3316, 5208, 'Muhammad Mustofa Kamal', '01704091827', '01704091827', NULL, 'dhaka', 'DM LA 18-3043', 'Car', '2022-11-20', NULL, '250', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-03-14', NULL, NULL, NULL, NULL, NULL, '123456', '2024-04-23 15:09:47', '2024-04-23 15:10:17'),
(3317, 5209, 'Azhar Mahmud', '01752013723', NULL, NULL, 'DHAKA', 'DM GA 32-7056', 'Car', '2024-03-17', 'm', '300', NULL, 1, 0, 0, NULL, '2024-05-01 00:00:00', 0, 1, 0, '2024-04-17', NULL, NULL, '1306627090', '359015560952777', NULL, '123456', '2024-04-23 17:20:58', '2024-04-23 17:21:16'),
(3318, 5210, 'Mahabubu Hossain', '01971682346', NULL, NULL, 'DHAKA', 'DM CA 12-3779', 'Car', '2024-02-22', 'm', '300', NULL, 1, 0, 0, NULL, '2024-06-01 00:00:00', 0, 0, 0, '2024-03-10', NULL, NULL, '1703414584', '359015560938941', NULL, '123456', '2024-04-23 17:28:01', '2024-04-23 17:28:01'),
(3319, 4599, 'Polash Sordar', '01744490076', NULL, NULL, 'gaibanda', 'DM CHA 11-4326', 'Car', '2024-02-17', 'm', '300', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-03-17', NULL, NULL, '1320364693', '359015560077609', NULL, '123456', '2024-04-23 17:40:23', '2024-06-26 17:02:27'),
(3320, 5211, 'Abdul Ali', '01910584922', NULL, NULL, 'DHAKA', 'DM KHA 12-2659', 'Car', '2024-03-25', 'm', '300', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-04-25', NULL, NULL, '1306637993', '359015560929460', NULL, '123456', '2024-04-24 12:22:59', '2024-06-09 13:46:52'),
(3321, 5212, 'Mahbub', '01625825561', '01625825561', NULL, 'dhaka', 'DM GHA 12-1148', 'Car', '2023-04-27', NULL, '3600', NULL, 1, 0, 0, NULL, '2025-04-01 00:00:00', 0, 1, 0, '2024-04-27', NULL, NULL, NULL, NULL, NULL, '123456', '2024-04-24 12:26:26', '2024-04-24 12:27:55');
INSERT INTO `all_users` (`id`, `user_id`, `name`, `phone`, `alter_phone`, `email`, `par_add`, `car_number`, `car_model`, `installation_date`, `billing_cycle`, `monthly_bill`, `device_price`, `user_type`, `complain_status`, `service_problem_status`, `total_due`, `next_payment_date`, `expair_status`, `payment_status`, `order_status`, `due_date`, `total_paied`, `status`, `device_sim_number`, `imei_number`, `note`, `password`, `created_at`, `updated_at`) VALUES
(3322, 5213, 'Al Khalil Air Intl', '01819909434', NULL, NULL, 'CTG', 'CM GA 13-5424', 'Car', '2024-02-20', 'm', '300', NULL, 1, 0, 0, NULL, '2024-06-01 00:00:00', 0, 1, 0, '2024-03-20', NULL, NULL, '1333737245', '359015560940582', NULL, '123456', '2024-04-24 13:22:29', '2024-05-23 14:04:48'),
(3323, 5214, 'AKM Samiul Islam', '01791746349', NULL, NULL, 'Manikgonj', 'Manikganj HA 12-9698', 'bike', '2024-03-06', 'm', '200', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-04-06', NULL, NULL, '01306678923', '359015560925484', NULL, '123456', '2024-04-24 13:46:26', '2024-06-05 15:16:19'),
(3324, 5215, 'Md.Al-Amin Sarker', '01711591885', '01711591885', 'aminfabricsbd@gmail.com', 'dhaka', 'DM GA  21-8439', 'Car', '2023-01-22', NULL, '4200', NULL, 1, 0, 0, NULL, '2025-05-01 00:00:00', 0, 1, 0, '2024-05-01', NULL, NULL, NULL, NULL, NULL, '123456', '2024-04-25 14:29:19', '2024-04-25 14:29:52'),
(3325, 5216, 'Rizwan Mahmood', '01819185311', '01819185311', NULL, 'dhaka', 'DM GA 37-8582', 'Car', '2023-03-28', NULL, '350', NULL, 1, 0, 0, NULL, '2024-05-01 00:00:00', 0, 1, 0, '2024-04-09', NULL, NULL, NULL, NULL, NULL, '123456', '2024-04-25 14:33:32', '2024-04-25 14:33:58'),
(3326, 5217, 'Rubel', '01743094980', NULL, NULL, 'Manikgonj', 'Rubel', 'bike', '2024-03-27', 'm', '200', NULL, 1, 0, 0, NULL, '2024-06-01 00:00:00', 0, 1, 0, '2024-04-27', NULL, NULL, '1760631403', '359015560076999', NULL, '123456', '2024-04-25 15:30:48', '2024-05-18 16:03:43'),
(3327, 5218, 'Faruk', '01712349975', '01712349975', NULL, 'dhaka', 'DM NA 17-7894', 'Car', '2022-10-16', NULL, '250', NULL, 1, 0, 0, NULL, '2024-06-01 00:00:00', 0, 0, 0, '2024-02-15', NULL, NULL, NULL, NULL, NULL, '123456', '2024-04-25 16:46:34', '2024-04-25 16:46:35'),
(3328, 5219, 'Arif', '01746510422', NULL, 'arif22@mygpsbd.net', 'CTG', 'DM CA 15-5986', 'Car', '2020-12-30', 'm', '3600', NULL, 1, 0, 0, NULL, '2025-01-01 00:00:00', 0, 1, 0, '2024-01-01', NULL, NULL, '1610577564', '358657100864946', NULL, '123456', '2024-04-25 17:16:56', '2024-04-25 17:18:44'),
(3329, 5220, 'Nusrat Anik Tonu', '01673777099', '01673777099', 'tonu99@mygpsbd.net', 'dhaka', 'DM GA 25-2275', 'Car', '2019-05-14', NULL, '4200', NULL, 1, 0, 0, NULL, '2025-04-01 00:00:00', 0, 1, 0, '2024-04-26', NULL, NULL, NULL, NULL, NULL, '123456', '2024-04-27 11:28:47', '2024-04-27 11:29:40'),
(3330, 5221, 'Liton saha', '01723613906', NULL, 'litonsaha@mygpsbd.net', 'Tangail', 'litonsaha', 'bike', '2024-03-30', 'm', '200', NULL, 1, 0, 0, NULL, '2024-05-01 00:00:00', 0, 1, 0, '2024-04-10', NULL, NULL, '1723915908', '359015560927258', NULL, '123456', '2024-04-27 12:36:44', '2024-04-27 12:43:00'),
(3331, 5222, 'Solaiman', '01720347788', NULL, NULL, 'DHAKA', '23-5910', 'Car', '2024-03-16', 'm', '340', NULL, 1, 0, 0, NULL, '2024-06-01 00:00:00', 0, 1, 0, '2024-04-16', NULL, NULL, '1314446129', '359015560939311', NULL, '123456', '2024-04-27 17:16:40', '2024-05-20 12:39:49'),
(3332, 5223, 'Rezwan Rafiq', '01711925048', '01711925048', NULL, 'dhaka', 'DM GA 43-5496', 'Car', '2023-03-26', NULL, '4200', NULL, 1, 0, 0, NULL, '2025-05-01 00:00:00', 0, 1, 0, '2024-05-01', NULL, NULL, NULL, NULL, NULL, '123456', '2024-04-28 11:46:41', '2024-04-28 11:47:09'),
(3333, 5224, 'Abu', '01723791276', '01723791276', NULL, 'dhaka', 'DM NA 13-2884', 'Car', '2023-04-03', NULL, '4200', NULL, 1, 0, 0, NULL, '2025-05-01 00:00:00', 0, 1, 0, '2024-05-01', NULL, NULL, NULL, NULL, NULL, '123456', '2024-04-28 11:56:55', '2024-04-28 11:57:17'),
(3334, 5225, 'Prodip Roy', '01990105069', '01990105069', NULL, 'dhaka', 'DM GA 19-2339', NULL, '2023-04-29', NULL, '4200', NULL, 1, 0, 0, NULL, '2025-05-01 00:00:00', 0, 1, 0, '2024-05-01', NULL, NULL, NULL, NULL, NULL, '123456', '2024-04-28 12:51:47', '2024-04-28 12:52:05'),
(3335, 5226, 'Noor Ahmed', '01552341761', '01552341761', 'noor.ahmed7@gmail.com', 'dhaka', 'DM GA 20-8423', 'Car', '2023-04-29', NULL, '3600', NULL, 1, 0, 0, NULL, '2025-04-01 00:00:00', 0, 1, 0, '2024-04-29', NULL, NULL, NULL, NULL, NULL, '123456', '2024-04-29 11:42:31', '2024-04-29 11:42:58'),
(3336, 5227, 'Md. Shariful Islam', '01712554763', '01712554763', 'sharifrsd@gmail.com', 'dhaka', 'DM GA 42-3337', 'Car', '2022-05-23', NULL, '300', NULL, 1, 0, 0, NULL, '2024-08-01 00:00:00', 0, 1, 0, '2024-05-01', NULL, NULL, NULL, NULL, NULL, '123456', '2024-04-29 11:44:31', '2024-04-29 11:44:42'),
(3337, 5228, 'MD NURALAM', '01724300768', '01724300768', NULL, 'dhaka', 'DM CHA 71-4377', NULL, '2023-10-20', NULL, '300', NULL, 1, 0, 0, NULL, '2024-06-01 00:00:00', 0, 1, 0, '2024-03-07', NULL, NULL, NULL, NULL, NULL, '123456', '2024-04-29 14:31:43', '2024-05-21 12:02:14'),
(3338, 5229, 'Shuvo', '01881186184', NULL, NULL, 'DHAKA', 'DM LA 61-2933', 'bike', '2024-03-01', 'm', '200', NULL, 1, 0, 0, NULL, '2024-05-01 00:00:00', 0, 1, 0, '2024-04-01', NULL, NULL, '01310873372', '359015560929841', NULL, '123456', '2024-04-29 17:57:08', '2024-04-29 17:57:50'),
(3339, 5230, 'Abhijit saha', '01617333848', '01617333848', 'abhijit.as95@gmail.com', 'dhaka', 'DM GA 29-9890', 'Car', '2023-04-30', NULL, '4200', NULL, 1, 0, 0, NULL, '2025-05-01 00:00:00', 0, 1, 0, '2024-05-01', NULL, NULL, NULL, NULL, NULL, '123456', '2024-04-30 16:02:18', '2024-04-30 16:02:56'),
(3340, 5231, 'Moshiur Rahman', '01739258138', NULL, NULL, 'DHAKA', 'DM BA 15-3639', 'Car', '2024-03-27', 'm', '250', NULL, 1, 0, 0, NULL, '2024-06-01 00:00:00', 0, 1, 0, '2024-04-27', NULL, NULL, '1748736099', '359015560926151', NULL, '123456', '2024-04-30 16:39:11', '2024-05-12 12:02:29'),
(3341, 5232, 'MD ABDUL BATEN', '01619411004', NULL, NULL, 'DHAKA', 'DM LA 25-8540', 'bike', '2024-03-13', 'm', '200', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-04-13', NULL, NULL, '1970935182', '359015560926243', NULL, '123456', '2024-04-30 17:07:34', '2024-06-25 17:42:47'),
(3342, 5233, 'Ashraful Alam', '01618502020', '01618502020', 'ashrafulpolok@gmail.com', 'dhaka', 'DM GA 34-9374', 'Car', '2023-02-04', NULL, '3600', NULL, 1, 0, 0, NULL, '2025-04-01 00:00:00', 0, 1, 0, '2024-03-10', NULL, NULL, NULL, NULL, NULL, '123456', '2024-05-02 13:19:16', '2024-05-02 13:19:51'),
(3343, 5234, 'Mashiul Azam Rasel', '01716363874', '01716363874', 'mashiul.rasel@gmail.com', 'dhaka', 'DM GA 23-1637', 'Car', '2023-04-12', NULL, '3800', NULL, 1, 0, 0, NULL, '2025-05-01 00:00:00', 0, 1, 0, '2024-05-02', NULL, NULL, NULL, NULL, NULL, '123456', '2024-05-02 14:42:48', '2024-05-02 14:43:19'),
(3344, 5235, 'Joy', '01797473296', '01797473296', NULL, 'dhaka', 'DM GHA 13-1747', 'Car', '2023-04-29', NULL, '4200', NULL, 1, 0, 0, NULL, '2025-05-01 00:00:00', 0, 1, 0, '2024-05-02', NULL, NULL, NULL, NULL, NULL, '123456', '2024-05-04 11:33:43', '2024-05-04 11:34:30'),
(3345, 5236, 'Md Masud', '01988673215', '01988673215', 'masudmohammd49@gmil.com', 'dhaka', 'DM CHA 19-0794', 'Car', '2022-08-09', NULL, '284', NULL, 1, 0, 0, NULL, '2024-11-01 00:00:00', 0, 1, 0, '2024-05-04', NULL, NULL, NULL, NULL, NULL, '123456', '2024-05-04 16:46:19', '2024-05-04 16:46:50'),
(3346, 5237, 'Masuda', '01785070843', '01785070843', 'masuda43@mygpsbd.net', 'dhaka', 'DM CHA 20-1240', NULL, '2021-07-12', NULL, '300', NULL, 1, 0, 0, NULL, '2024-06-01 00:00:00', 0, 0, 0, '2024-01-01', NULL, NULL, NULL, NULL, NULL, '123456', '2024-05-05 11:49:17', '2024-05-05 13:42:18'),
(3347, 5238, 'Mohammad Hossain', '01711391786', NULL, 'ddhossain1961@gmail.com', '57 circular road hatirpool, nogor otoshi apatment, flat-A5,dhaka', 'DM GA 16-3312', 'Car', '2023-05-06', 'm', '4200', NULL, 1, 0, 0, NULL, '2025-05-01 00:00:00', 0, 1, 0, '2024-05-06', NULL, NULL, '1893004361', '359015560035243', NULL, '123456', '2024-05-05 13:23:50', '2024-05-05 13:24:54'),
(3348, 5239, 'Babu Bhuiyan', '01762659511', '01762659511', 'babu11@mygpsbd.net', 'dhaka', 'DM GA 31-1232', NULL, '2021-03-09', NULL, '3600', NULL, 2, 0, 0, NULL, '2025-05-01 00:00:00', 0, 1, 0, '2024-05-03', NULL, NULL, NULL, NULL, NULL, '123456', '2024-05-05 16:30:19', '2024-05-05 16:30:43'),
(3349, 5240, 'Md.faisal', '01683572441', '01683572441', NULL, 'dhaka', 'DM CHA 20-4844', 'Car', '2023-04-29', NULL, '4200', NULL, 1, 0, 0, NULL, '2025-06-01 00:00:00', 0, 1, 0, '2024-05-06', NULL, NULL, NULL, NULL, NULL, '123456', '2024-05-06 13:42:24', '2024-05-06 13:42:55'),
(3350, 5241, 'MD.HARUN', '01923017297', NULL, NULL, 'GAZIPUR', 'DM CHA 15-7911 +5', 'Car', '2024-03-17', 'm', '1500', NULL, 1, 0, 0, NULL, '2024-06-01 00:00:00', 0, 1, 0, '2024-04-07', NULL, NULL, NULL, NULL, NULL, '123456', '2024-05-07 13:41:11', '2024-05-28 13:51:09'),
(3351, 5242, 'Md Nobi Hosen Nobin', '01961601089', NULL, NULL, 'DHAKA', 'DM CHA 15-3494', 'Car', '2024-03-17', 'm', '300', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-04-17', NULL, NULL, '1306680838', '359015560928306', NULL, '123456', '2024-05-07 14:20:39', '2024-06-08 16:55:58'),
(3352, 5243, 'Emran khan', '01680192057', '01680192057', 'Emrankhan0077@gmail.com', 'dhaka', 'DM GA 17-3007', 'Car', '2022-12-15', NULL, '250', NULL, 1, 0, 0, NULL, '2024-08-01 00:00:00', 0, 1, 0, '2024-05-07', NULL, NULL, NULL, NULL, NULL, '123456', '2024-05-07 15:13:17', '2024-05-07 15:13:33'),
(3353, 5244, 'Abdul Al Mehedi', '01708456035', '01708456035', NULL, 'dhaka', 'DM GA 16-2665', 'Car', '2023-05-09', NULL, '4200', NULL, 1, 0, 0, NULL, '2025-05-01 00:00:00', 0, 1, 0, '2024-05-07', NULL, NULL, NULL, NULL, NULL, '123456', '2024-05-07 16:29:49', '2024-05-07 16:30:13'),
(3354, 5245, 'Rofiqul', '01553388583', '01553388583', NULL, 'dhaka', 'DM GA 29-3952', 'Car', '2023-05-06', NULL, '3600', NULL, 1, 0, 0, NULL, '2025-05-01 00:00:00', 0, 1, 0, '2024-05-08', NULL, NULL, NULL, NULL, NULL, '123456', '2024-05-08 17:28:49', '2024-05-08 17:29:09'),
(3355, 5246, 'Okhil', '01726134975', NULL, NULL, 'Tangail', 'OkHIL', 'bike', '2024-02-18', 'm', '200', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 0, 0, '2024-04-18', NULL, NULL, '1754603661', '359015560925823', NULL, '123456', '2024-05-08 17:32:37', '2024-05-08 17:32:37'),
(3356, 5247, 'Emtiaz', '01769351534', '01769351534', NULL, 'dhaka', 'DM GA 12-0788', 'Car', '2023-04-10', NULL, '4200', NULL, 1, 0, 0, NULL, '2025-05-01 00:00:00', 0, 1, 0, '2024-05-08', NULL, NULL, NULL, NULL, NULL, '123456', '2024-05-08 17:34:50', '2024-05-08 17:37:21'),
(3357, 5248, 'Hasan', '01672312652', '01672312652', NULL, 'dhaka', 'DM GA 32-4576', 'Car', '2023-05-09', NULL, '3200', NULL, 1, 0, 0, NULL, '2025-05-01 00:00:00', 0, 1, 0, '2024-05-09', NULL, NULL, NULL, NULL, NULL, '123456', '2024-05-09 14:35:11', '2024-05-09 14:35:39'),
(3358, 5249, 'Md sakil', '01647255062', NULL, NULL, 'DHAKA', 'DM GA 22-9379', 'Car', '2024-03-16', 'm', '350', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-04-16', NULL, NULL, '1970935173', '359015560940186', NULL, '123456', '2024-05-11 13:02:56', '2024-06-03 15:00:56'),
(3359, 5250, 'Sheikh Solaiman', '01846591519', NULL, NULL, 'Duhar', 'DM GA 31-2988', 'Car', '2024-03-24', 'm', '350', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-05-10', NULL, NULL, '1970935179', '359015560939261', NULL, '123456', '2024-05-11 14:19:47', '2024-06-13 15:25:56'),
(3360, 5251, 'Hanif', '01759000819', '01759000819', NULL, 'dhaka', 'DM CA 14-0582', 'Car', '2023-04-27', NULL, '300', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-05-11', NULL, NULL, NULL, NULL, NULL, '123456', '2024-05-11 14:22:53', '2024-06-10 11:39:43'),
(3361, 5252, 'B.R. Rony', '01712932392', NULL, 'balaramrony78@gmail.com', 'Savar', 'DM GA 29-2969', 'Car', '2024-05-21', 'm', '350', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-05-10', NULL, NULL, '1785725551', '359015560927746', NULL, '123456', '2024-05-11 14:25:59', '2024-06-22 15:47:23'),
(3362, 5253, 'Majharul kabir Tito', '01715393717', '01715393717', 'titotex27@gmail.com', 'dhaka', 'DM GA 36-0255', NULL, '2023-05-15', NULL, '300', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-05-15', NULL, NULL, NULL, NULL, NULL, '123456', '2024-05-11 16:51:48', '2024-06-09 13:55:28'),
(3363, 5254, 'Muhammad', '01600177841', NULL, NULL, 'কালিয়াকৈর রাজধানী বাস টার্মিনাল', 'DM BA 11-9354', 'Car', '2024-04-01', 'm', '300', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-05-01', NULL, NULL, '1306658458', '359015560924420', NULL, '123456', '2024-05-12 14:00:41', '2024-06-12 11:40:52'),
(3364, 5255, 'Arman', '01517054605', '01517054605', NULL, 'dhaka', 'DM TA 18-9242', 'Car', '2022-08-30', NULL, '3600', NULL, 2, 0, 0, NULL, '2025-05-01 00:00:00', 0, 1, 0, '2024-05-12', NULL, NULL, NULL, NULL, NULL, '123456', '2024-05-12 14:18:02', '2024-05-12 14:19:16'),
(3365, 5256, 'Md.shamim', '01725651459', NULL, NULL, 'DHAKA', 'DM CHA 71-2798', 'Car', '2024-04-02', 'm', '300', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-05-02', NULL, NULL, '1705085557', '359015560928579', NULL, '123456', '2024-05-13 13:50:42', '2024-06-13 16:42:53'),
(3366, 5257, 'Md. Jaman', '01714085655', '01714085655', 'jaman55@mygpsbd.net', 'dhaka', 'DM GA 34-7951', 'Car', '2021-10-10', NULL, '300', NULL, 1, 0, 0, NULL, '2024-08-01 00:00:00', 0, 1, 0, '2024-04-13', NULL, NULL, NULL, NULL, NULL, '123456', '2024-05-13 14:42:09', '2024-06-11 15:24:38'),
(3367, 5258, 'Shahadat hossain', '01723803322', '01723803322', NULL, 'dhaka', 'DM GA 16-3287', 'Car', '2023-04-30', NULL, '4200', NULL, 1, 0, 0, NULL, '2025-05-01 00:00:00', 0, 1, 0, '2024-05-13', NULL, NULL, NULL, NULL, NULL, '123456', '2024-05-14 10:58:28', '2024-05-14 10:58:54'),
(3368, 5259, 'Palash Das', '01745453755', '01745453755', NULL, 'dhaka', 'DM GA 16-3606', 'Car', '2023-05-18', NULL, '270', NULL, 1, 0, 0, NULL, '2025-06-01 00:00:00', 0, 1, 0, '2024-05-14', NULL, NULL, NULL, NULL, NULL, '123456', '2024-05-14 12:05:06', '2024-06-06 15:32:21'),
(3369, 5260, 'Md. saiful Islam', '01712254936', '01712254936', 'creativecircleltd@gmail.com', 'dhaka', 'DM GHA 17-1786', 'Car', '2022-04-01', NULL, '4000', NULL, 1, 0, 0, NULL, '2025-04-01 00:00:00', 0, 1, 0, '2024-04-13', NULL, NULL, NULL, NULL, NULL, '123456', '2024-05-14 14:30:12', '2024-05-14 14:30:52'),
(3370, 5261, 'MD.Nasir uddin', '01760359158', NULL, NULL, 'Haydrabad', 'DM TA 18-2910', 'Truck', '2023-05-13', 'm', '4200', NULL, 1, 0, 0, NULL, '2025-05-01 00:00:00', 0, 1, 0, '2024-05-14', NULL, NULL, '1327341467', '359015560011624', NULL, '123456', '2024-05-14 14:36:29', '2024-05-14 14:36:48'),
(3371, 5262, 'Md Kamruzzaman Ibne Amin', '01730088000', '01730088000', 'kzsohail@gmail.com', 'dhaka', 'DM GA 36-6028', 'Car', '2022-05-21', NULL, '3600', NULL, 1, 0, 0, NULL, '2025-05-01 00:00:00', 0, 1, 0, '2024-05-15', NULL, NULL, NULL, NULL, NULL, '123456', '2024-05-14 16:40:37', '2024-05-15 11:25:13'),
(3372, 5263, 'Syed Rashed', '01755513822', '01755513822', 'Syed.rashed01@gmail.com', 'dhaka', 'DM GA 49-4522', 'Car', '2023-02-07', NULL, '300', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-02-15', NULL, NULL, NULL, NULL, NULL, '123456', '2024-05-15 11:30:01', '2024-06-24 13:38:25'),
(3373, 5264, 'Jamal uddin', '01915494548', '01915494548', 'relianceent2007@gmail.com', 'dhaka', 'DM GA 28-0515', 'Car', '2022-04-25', NULL, '4200', NULL, 1, 0, 0, NULL, '2025-05-01 00:00:00', 0, 1, 0, '2024-05-14', NULL, NULL, NULL, NULL, NULL, '123456', '2024-05-15 11:39:06', '2024-05-15 11:39:40'),
(3374, 5265, 'Sumon', '01603458200', NULL, NULL, 'DHAKA', 'Auto -03', 'Auto', '2024-03-22', 'm', '1200', NULL, 1, 0, 0, NULL, '2024-06-01 00:00:00', 0, 0, 0, '2024-04-22', NULL, NULL, NULL, NULL, NULL, '123456', '2024-05-15 11:48:00', '2024-05-15 11:48:33'),
(3376, 5267, 'Walid Hasan Taksid', '01979983155', '01979983155', NULL, 'DHAKA', 'DM GA 22-3253', 'Car', '2022-02-22', NULL, '250', NULL, 1, 0, 0, NULL, '2024-06-01 00:00:00', 0, 1, 0, '2024-04-15', NULL, NULL, NULL, NULL, NULL, '123456', '2024-05-15 14:43:23', '2024-05-23 11:12:51'),
(3377, 5268, 'Md. Saiful', '01991193832', '01991193832', 'saiful32@mygpsbd.net', 'dhaka', 'CM TA 16-0763', 'Car', '2019-11-16', NULL, '250', NULL, 2, 0, 0, NULL, '2024-06-01 00:00:00', 0, 1, 0, '2024-05-15', NULL, NULL, NULL, NULL, NULL, '123456', '2024-05-15 16:12:03', '2024-05-15 16:12:14'),
(3378, 5269, 'Sanzan Mostafa', '01712059620', '01712059620', 'sanzanmostafa@mygpsbd.net', 'dhaka', 'DM KHA 12-9300', 'Car', '2022-05-07', NULL, '3600', NULL, 1, 0, 0, NULL, '2025-05-01 00:00:00', 0, 1, 0, '2024-05-15', NULL, NULL, NULL, NULL, NULL, '123456', '2024-05-16 12:36:13', '2024-05-16 12:36:37'),
(3379, 5270, 'Kamal Hossain', '01711441918', NULL, NULL, 'DHAKA', 'Kamal', 'Car', '2024-05-16', 'm', '300', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-06-16', NULL, NULL, NULL, NULL, NULL, '123456', '2024-05-16 12:40:41', '2024-05-16 12:40:41'),
(3381, 5272, 'Bipul kumar shaha', '01714553076', '01714553076', NULL, 'DHAKA', 'BIKE', 'BIKE', '2024-05-15', NULL, '250', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-06-15', NULL, NULL, NULL, NULL, NULL, '123456', '2024-05-16 15:19:01', '2024-05-16 15:19:01'),
(3382, 5273, 'Sagor', '01727329714', '01727329714', NULL, 'dhaka', 'DM GA 23-5927', 'Car', '2023-05-17', NULL, '300', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-05-17', NULL, NULL, NULL, NULL, NULL, '123456', '2024-05-18 12:14:34', '2024-06-24 18:09:10'),
(3383, 5274, 'Milton das', '01819318835', '01819318835', NULL, 'dhaka', 'DM GA 16-1499', 'Car', '2023-05-16', NULL, '3600', NULL, 1, 0, 0, NULL, '2025-05-01 00:00:00', 0, 1, 0, '2024-05-18', NULL, NULL, NULL, NULL, NULL, '123456', '2024-05-18 12:21:36', '2024-05-18 12:22:04'),
(3384, 5275, 'Afruza', '01737690146', '01737690146', NULL, 'dhaka', 'DM GA 47-3958', 'Car', '2023-04-13', NULL, '4200', NULL, 1, 0, 0, NULL, '2025-05-01 00:00:00', 0, 1, 0, '2024-05-18', NULL, NULL, NULL, NULL, NULL, '123456', '2024-05-18 15:07:42', '2024-05-18 15:08:09'),
(3385, 5276, 'Al-Mamun', '01716904051', NULL, NULL, 'Tangail', 'DM GA 37-8753', 'Car', '2024-05-07', 'm', '350', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-05-07', NULL, NULL, '1727142444', '359015560974110', NULL, '123456', '2024-05-18 17:34:08', '2024-06-11 16:06:32'),
(3386, 5277, 'Moynul', '01737516137', NULL, NULL, 'DHAKA', 'Mynul37', 'Car', '2023-09-23', 'm', '250', NULL, 1, 0, 0, NULL, '2024-08-01 00:00:00', 0, 1, 0, '2024-06-19', NULL, NULL, NULL, NULL, NULL, '123456', '2024-05-19 11:14:58', '2024-06-02 11:26:05'),
(3387, 5278, 'Hassan Shahriar', '01715551730', '01715551730', 'imshahriar@gmail.com', 'dhaka', 'DM GA 47-5082', 'Car', '2022-05-15', NULL, '4000', NULL, 1, 0, 0, NULL, '2025-05-01 00:00:00', 0, 1, 0, '2024-05-19', NULL, NULL, NULL, NULL, NULL, '123456', '2024-05-19 11:40:37', '2024-05-19 11:41:06'),
(3388, 5279, 'Fahimur Rahman', '0161415666', '0161415666', NULL, 'dhaka', 'On test', NULL, '2022-10-28', NULL, '150', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-04-19', NULL, NULL, NULL, NULL, NULL, '123456', '2024-05-19 12:21:15', '2024-06-11 17:03:24'),
(3389, 5280, 'Mohammod Tajul Islam', '01711472701', NULL, NULL, 'Tangail', 'DM GA 17-7868', 'Car', '2024-04-07', 'm', '300', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-05-07', NULL, NULL, NULL, NULL, NULL, '123456', '2024-05-19 13:45:35', '2024-06-11 16:48:39'),
(3390, 5281, 'Sobuj', '01716323440', NULL, NULL, 'Tangail', 'DM CA 11-8304', 'Car', '2024-04-23', 'm', '300', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-05-23', NULL, NULL, NULL, NULL, NULL, '123456', '2024-05-19 14:02:29', '2024-06-11 17:16:01'),
(3392, 5283, 'Taraque', '01995215141', '01995215141', NULL, 'DHAKA', 'Taraque', 'Car', '2023-06-20', NULL, '250', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-06-19', NULL, NULL, NULL, NULL, NULL, '123456', '2024-05-19 14:06:28', '2024-05-19 14:06:28'),
(3393, 5284, 'MOHAMMAD BADRUL HASAN', '01731022500', NULL, 'badrul019@gmail.com', 'DHAKA', 'DM GA 31-4853', 'Car', '2022-04-21', 'm', '4200', NULL, 1, 0, 0, NULL, '2025-05-01 00:00:00', 0, 1, 0, '2024-05-19', NULL, NULL, NULL, NULL, NULL, '123456', '2024-05-19 14:55:21', '2024-05-19 14:55:40'),
(3394, 5285, 'Kayes', '01712458840', NULL, NULL, 'DHAKA', 'Kayes', 'Car', '2024-03-10', 'm', '350', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-04-10', NULL, NULL, NULL, NULL, NULL, '123456', '2024-05-20 12:36:27', '2024-06-24 18:06:33'),
(3395, 5286, 'Seema', '01711138624', '01711138624', 'ashrafuzzaman024@gmail.com', 'dhaka', 'DM GA 22-5821', 'Car', '2023-05-04', NULL, '3400', NULL, 1, 0, 0, NULL, '2025-05-01 00:00:00', 0, 1, 0, '2024-05-21', NULL, NULL, NULL, NULL, NULL, '123456', '2024-05-21 14:06:04', '2024-05-21 14:07:43'),
(3396, 5287, 'Hasan Maruf', '01710525949', '01710525949', 'marufrahat6@gmail.com', 'dhaka', 'DM KHA 12-4294', 'Car', '2023-05-28', NULL, '350', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-05-22', NULL, NULL, NULL, NULL, NULL, '123456', '2024-05-22 12:05:04', '2024-06-22 11:53:43'),
(3397, 5288, 'Md. Asif Akram', '01916993068', '01916993068', NULL, 'dhaka', 'DM GA  35-7472', 'Car', '2023-05-17', NULL, '4200', NULL, 1, 0, 0, NULL, '2025-05-01 00:00:00', 0, 1, 0, '2024-05-22', NULL, NULL, NULL, NULL, NULL, '123456', '2024-05-22 12:07:12', '2024-05-22 12:07:45'),
(3398, 5289, 'Mashfiq', '01316455470', '01316455470', 'mbeg9164@gmail.com', 'dhaka', 'DM CHA 16-3925', 'Car', '2022-05-17', NULL, '7200', NULL, 1, 0, 0, NULL, '2025-05-01 00:00:00', 0, 1, 0, '2024-05-22', NULL, NULL, NULL, NULL, NULL, '123456', '2024-05-22 12:12:41', '2024-05-22 12:13:29'),
(3400, 5291, 'Md.Shafiur Rahman Sikdar', '01730320300', '01730320300', NULL, 'Mouluvi bazar', 'DM GA 47-3058', 'Car', '2022-04-23', NULL, '3600', NULL, 1, 0, 0, NULL, '2025-05-01 00:00:00', 0, 1, 0, '2024-05-23', NULL, NULL, NULL, NULL, NULL, '123456', '2024-05-23 14:43:11', '2024-05-23 14:43:35'),
(3401, 5292, 'Dr Md Nurulla', '01819433507', '01819433507', 'drnurhf@gmail.com', 'dhaka', 'DM GA 28-9705', 'Car', '2023-05-25', NULL, '270', NULL, 1, 0, 0, NULL, '2025-05-01 00:00:00', 0, 1, 0, '2024-05-25', NULL, NULL, NULL, NULL, NULL, '123456', '2024-05-25 12:05:35', '2024-05-25 12:05:50'),
(3402, 5293, 'Md. Mohim', '01716610074', '01616610074', NULL, 'Dhaka', NULL, NULL, NULL, 'm', '350', NULL, 1, 0, 0, NULL, '2024-06-01 00:00:00', 0, 1, 0, '2024-05-01', NULL, NULL, NULL, NULL, NULL, '123456', '2024-05-25 13:10:50', '2024-05-25 13:11:05'),
(3403, 5294, 'Mahabub Hossain', '01716582485', NULL, NULL, 'Dhaka', NULL, NULL, NULL, NULL, '300', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 0, 0, '2024-04-01', NULL, NULL, NULL, NULL, NULL, '123456', '2024-05-25 15:16:48', '2024-05-25 15:16:48'),
(3404, 5295, 'Syed Ali Akbor Chancol', '01712032834', NULL, NULL, 'Dhaka', NULL, NULL, NULL, 'm', '300', NULL, 1, 0, 0, NULL, '2024-06-01 00:00:00', 0, 0, 0, '2024-05-01', NULL, NULL, NULL, NULL, NULL, '123456', '2024-05-25 15:33:22', '2024-05-25 15:33:22'),
(3405, 5296, 'Taposh Mallick', '01712868027', '01712868027', 'taposh82@gmail.com', 'dhaka', 'DM GA 42-2549', 'Car', '2022-04-22', NULL, '4200', NULL, 1, 0, 0, NULL, '2025-05-01 00:00:00', 0, 1, 0, '2024-05-26', NULL, NULL, NULL, NULL, NULL, '123456', '2024-05-26 11:18:29', '2024-05-26 11:34:46'),
(3406, 5297, 'Md. Monirul Bari', '01799907020', '01799907020', 'barirajib@gmail.com', 'dhaka', 'DM GA 21-5724', 'Car', '2022-05-15', NULL, '4200', NULL, 1, 0, 0, NULL, '2025-06-01 00:00:00', 0, 1, 0, '2024-06-01', NULL, NULL, NULL, NULL, NULL, '123456', '2024-05-27 14:48:30', '2024-05-27 14:49:15'),
(3407, 5298, 'Md. Raju Seikh', '01797893423', '01797893423', NULL, 'dhaka', 'DM CHA 15-4799', 'Car', '2022-11-19', NULL, '300', NULL, 1, 0, 0, NULL, '2024-06-01 00:00:00', 0, 1, 0, '2024-03-01', NULL, NULL, NULL, NULL, NULL, '123456', '2024-05-28 11:26:38', '2024-05-28 11:27:05'),
(3408, 5299, 'Jannatul ferdous', '01716753812', '01716753812', NULL, 'dhaka', 'DM GA 36-9002', 'Car', '2023-02-28', NULL, '4000', NULL, 1, 0, 0, NULL, '2025-06-01 00:00:00', 0, 1, 0, '2024-06-01', NULL, NULL, NULL, NULL, NULL, '123456', '2024-05-28 12:01:48', '2024-05-28 12:03:26'),
(3409, 5300, 'Anup Khastagir', '01712009670', '01712009670', 'anupkhastagirbss@gmail.com', 'dhaka', 'DM GA 16-3895', 'Car', '2023-05-28', NULL, '300', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-06-01', NULL, NULL, NULL, NULL, NULL, '123456', '2024-05-29 10:46:23', '2024-05-29 10:46:38'),
(3410, 5301, 'A S M Bazlur Rashid', '01119320544', NULL, NULL, 'CTG', 'CM GA 12-6118', 'Car', '2019-05-10', 'm', '300', NULL, 1, 0, 0, NULL, '2024-06-01 00:00:00', 0, 1, 0, '2024-05-01', NULL, NULL, NULL, NULL, NULL, '123456', '2024-05-29 13:34:59', '2024-05-29 13:35:32'),
(3411, 5302, 'Murad', '01795698488', NULL, NULL, 'Bogura', 'Murad', 'bike', '2023-05-18', 'm', '250', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-06-01', NULL, NULL, NULL, NULL, NULL, '123456', '2024-05-29 16:48:43', '2024-05-29 16:48:43'),
(3412, 5303, 'Md sohel rana', '01951401150', '01951401150', NULL, 'dhaka', 'Dm dha 14-3892', NULL, '2023-11-06', NULL, '350', NULL, 2, 0, 0, NULL, '2024-06-01 00:00:00', 0, 1, 0, '2024-05-14', NULL, NULL, NULL, NULL, NULL, '123456', '2024-05-30 11:37:26', '2024-05-30 11:40:49'),
(3413, 5304, 'Najibul', '01980818282', NULL, NULL, 'Bogura', 'Bogura LA 13-4257', 'bike', '2023-03-14', 'm', '250', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-06-01', NULL, NULL, '1328978314', '359015560005451', NULL, '123456', '2024-05-30 12:03:32', '2024-05-30 12:03:32'),
(3414, 5305, 'Sirajul Islam', '01314483648', NULL, NULL, 'Tangail', 'DM GA 23-8010', 'Car', '2024-04-07', 'm', '300', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-05-07', NULL, NULL, '01325526879', '359015560938511', NULL, '123456', '2024-06-01 10:33:11', '2024-06-22 17:45:57'),
(3415, 5306, 'Zahidul', '01732801930', NULL, NULL, 'Bogura', 'DM DHA 84-0295', 'Car', '2023-12-09', 'm', '350', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-06-01', NULL, NULL, NULL, NULL, NULL, '123456', '2024-06-01 11:16:02', '2024-06-01 11:16:15'),
(3416, 5307, 'Rakibur Rahman', '01303729727', '01303729727', NULL, 'dhaka', 'DM GA  33-5040', 'Car', '2023-05-30', NULL, '350', NULL, 1, 0, 0, NULL, '2024-08-01 00:00:00', 0, 0, 0, '2024-05-30', NULL, NULL, NULL, NULL, NULL, '123456', '2024-06-01 12:57:05', '2024-06-01 12:57:05'),
(3417, 5308, 'Md Tajul Islam', '01721066352', '01721066352', NULL, 'dhaka', 'DM GA 17-0949', 'Car', '2023-05-27', NULL, '3600', NULL, 1, 0, 0, NULL, '2025-05-01 00:00:00', 0, 1, 0, '2024-05-28', NULL, NULL, NULL, NULL, NULL, '123456', '2024-06-01 13:01:22', '2024-06-01 13:01:52'),
(3418, 5309, 'Sumon', '01711874519', NULL, NULL, 'Tangail', 'TANGAIL LA- 12- 4444, TANGAIL LA- 13- 0555', 'bike', '2022-05-22', 'm', '500', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-06-01', NULL, NULL, NULL, NULL, NULL, '123456', '2024-06-02 11:14:33', '2024-06-02 11:14:40'),
(3419, 5310, 'Mamunur Rashid', '01711107970', '01711107970', NULL, 'dhaka', 'DM GA 25-1747', 'Car', '2023-03-06', NULL, '3600', NULL, 1, 0, 0, NULL, '2025-06-01 00:00:00', 0, 1, 0, '2024-06-01', NULL, NULL, NULL, NULL, NULL, '123456', '2024-06-02 11:46:17', '2024-06-02 11:46:46'),
(3420, 5311, 'Shahrier Reza', '01717433100', '01717433100', NULL, 'dhaka', 'DM GA 32-9871', 'Car', '2023-06-03', NULL, '4200', NULL, 1, 0, 0, NULL, '2025-06-01 00:00:00', 0, 1, 0, '2024-06-03', NULL, NULL, NULL, NULL, NULL, '123456', '2024-06-02 11:47:25', '2024-06-02 11:47:47'),
(3421, 5312, 'Salim Ahasan', '01730700752', '01730700752', 'salim@gmail.com', 'dhaka', 'DM GA 16-3665', 'Car', '2023-05-29', NULL, '300', NULL, 1, 0, 0, NULL, '2025-06-01 00:00:00', 0, 1, 0, '2024-06-01', NULL, NULL, NULL, NULL, NULL, '123456', '2024-06-02 17:37:54', '2024-06-02 17:38:22'),
(3422, 5313, 'Nur Alom', '01731534858', NULL, NULL, 'lokhipur', NULL, NULL, NULL, 'm', '700', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-06-01', NULL, NULL, NULL, NULL, NULL, '123456', '2024-06-03 14:28:13', '2024-06-03 14:28:24'),
(3423, 5314, 'Motaleb Hossain', '01811770766', '01811770766', 'm.motaleb26@gmail.com', 'dhaka', 'DM BA 11-9149', 'Car', '2022-05-31', NULL, '1125', NULL, 2, 0, 0, NULL, '2025-06-01 00:00:00', 0, 1, 0, '2024-06-01', NULL, NULL, NULL, NULL, NULL, '123456', '2024-06-03 17:58:46', '2024-06-03 17:58:59'),
(3424, 5315, 'Saminul', '01793263811', NULL, NULL, 'Dhaka', NULL, NULL, NULL, 'm', '250', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-06-01', NULL, NULL, NULL, NULL, NULL, '123456', '2024-06-03 18:18:42', '2024-06-03 18:19:05'),
(3426, 5317, 'Atiqur rahman', '01737389118', '01713574181', NULL, 'Dhaka', NULL, NULL, NULL, 'm', '250', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-06-04', NULL, NULL, NULL, NULL, NULL, '123456', '2024-06-04 10:33:12', '2024-06-04 10:33:24'),
(3427, 5318, 'Mohammad Abu Hanifa', '01819249535', NULL, NULL, 'DHAKA', 'DM GA 19-4646', 'Car', '2023-06-02', 'm', '3600', NULL, 1, 0, 0, NULL, '2025-06-01 00:00:00', 0, 1, 0, '2024-06-04', NULL, NULL, NULL, NULL, NULL, '123456', '2024-06-04 11:31:31', '2024-06-04 11:31:50'),
(3428, 5319, 'Mostafizur', '01875780511', '01875780511', NULL, 'dhaka', 'DM GA 35-1742', 'Car', '2022-10-15', NULL, '300', NULL, 1, 0, 0, NULL, '2024-08-01 00:00:00', 0, 0, 0, '2024-05-04', NULL, NULL, NULL, NULL, NULL, '123456', '2024-06-04 15:45:39', '2024-06-04 15:45:39'),
(3429, 5320, 'Tanvir Ahmed', '01729985361', '01729985361', NULL, 'dhaka', 'DM NA 19-8392', 'Car', '2023-06-04', NULL, '4200', NULL, 1, 0, 0, NULL, '2025-06-01 00:00:00', 0, 1, 0, '2024-06-04', NULL, NULL, NULL, NULL, NULL, '123456', '2024-06-04 16:00:32', '2024-06-04 16:00:58'),
(3430, 5321, 'Abdul Hamid', '01711137033', '01711137033', NULL, 'dhaka', 'DM GA 45-8482', 'Car', '2023-05-02', NULL, '300', NULL, 1, 0, 0, NULL, '2025-06-01 00:00:00', 0, 1, 0, '2024-06-04', NULL, NULL, NULL, NULL, NULL, '123456', '2024-06-04 18:13:15', '2024-06-04 18:13:35'),
(3431, 5322, 'Aminur', '01995511695', '01995511695', NULL, 'dhaka', 'DM NA 23-0709', NULL, '2023-11-23', NULL, '400', NULL, 2, 0, 0, NULL, '2024-08-01 00:00:00', 0, 1, 0, '2024-03-01', NULL, NULL, NULL, NULL, NULL, '123456', '2024-06-05 11:06:17', '2024-06-05 11:06:32'),
(3432, 5323, 'Sorhab Mondol', '01751771301', NULL, NULL, 'Tangail', 'DM GA 39-7995', 'Car', '2024-05-07', 'm', '300', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-06-05', NULL, NULL, NULL, NULL, NULL, '123456', '2024-06-05 12:05:29', '2024-06-05 12:05:46'),
(3433, 5324, 'Nasim Ahmed', '01974214908', '01974214908', 'nasim08@mygpsbd.net', 'dhaka', 'DM GA 25-9037', 'Car', '2022-03-09', NULL, '700', NULL, 2, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-06-05', NULL, NULL, NULL, NULL, NULL, '123456', '2024-06-05 15:34:57', '2024-06-05 15:35:08'),
(3434, 5325, 'Sumon', '01715154042', '01715154042', NULL, 'dhaka', 'DM BA 11-9079', 'Car', '2023-06-03', NULL, '3000', NULL, 1, 0, 0, NULL, '2025-06-01 00:00:00', 0, 1, 0, '2024-06-06', NULL, NULL, NULL, NULL, NULL, '123456', '2024-06-06 10:29:55', '2024-06-06 11:32:34'),
(3435, 5326, 'MD MONOWAR HUSSAIN', '01727208450', '01727208450', NULL, 'dhaka', 'DM GA 16-1471', 'Car', '2023-06-08', NULL, '3600', NULL, 1, 0, 0, NULL, '2025-06-01 00:00:00', 0, 1, 0, '2024-06-08', NULL, NULL, NULL, NULL, NULL, '123456', '2024-06-06 17:40:28', '2024-06-06 17:41:07'),
(3436, 5327, 'Muhammad Mahbub Hossain', '01726326363', '01726326363', 'sumontbd@yahoo.com', 'dhaka', 'DM GA 31-1626', 'Car', '2023-05-23', NULL, '300', NULL, 1, 0, 0, NULL, '2024-12-01 00:00:00', 0, 1, 0, '2024-06-08', NULL, NULL, NULL, NULL, NULL, '123456', '2024-06-08 10:32:57', '2024-06-08 10:33:41'),
(3437, 5328, 'Erfan', '01717059486', '01717059486', 'rimkisienta@gmail.com', 'dhaka', 'DM GA 47-2460 (Sienta)', 'Car', '2022-05-15', NULL, '6800', NULL, 2, 0, 0, NULL, '2025-06-01 00:00:00', 0, 1, 0, '2024-06-08', NULL, NULL, NULL, NULL, NULL, '123456', '2024-06-08 10:40:11', '2024-06-08 10:40:31'),
(3438, 5329, 'Mohammad Ayub Ali Azad', '01819262200', NULL, NULL, 'DHAKA', 'DM GA 18-3168', 'Car', '2024-05-07', 'm', '300', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-06-07', NULL, NULL, NULL, NULL, NULL, '123456', '2024-06-08 10:51:09', '2024-06-08 10:51:23'),
(3439, 5330, 'Zafar', '01718152340', NULL, NULL, 'Dinajpur', 'Thagurga la 11-7767', 'Car', '2024-05-07', 'm', '250', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-06-07', NULL, NULL, NULL, NULL, NULL, '123456', '2024-06-08 14:17:27', '2024-06-08 14:18:18'),
(3440, 5331, 'Jamal', '01626815043', NULL, NULL, 'DHAKA', 'DM CHA 71-3065', 'Car', '2024-05-10', 'm', '350', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-06-10', NULL, NULL, NULL, NULL, NULL, '123456', '2024-06-08 14:18:59', '2024-06-08 14:19:10'),
(3441, 5332, 'Jehadul Hoque', '01776448810', NULL, NULL, 'DHAKA', 'Dm ga 25-0999', 'Car', '2024-05-20', 'm', '350', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-06-20', NULL, NULL, NULL, NULL, NULL, '123456', '2024-06-08 15:10:18', '2024-06-08 15:10:29'),
(3442, 5333, 'MD.Mehedi Hasan', '01688559435', NULL, NULL, 'Dinajpur', 'Mehedi35', 'bike', '2023-03-07', 'm', '250', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-06-08', NULL, NULL, NULL, NULL, NULL, '123456', '2024-06-08 15:47:52', '2024-06-08 15:48:09'),
(3443, 5334, 'Hafiz', '01924366027', NULL, NULL, 'DHAKA', 'New Car', 'Car', '2024-05-08', 'm', '300', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-06-08', NULL, NULL, NULL, NULL, NULL, '123456', '2024-06-09 13:53:58', '2024-06-09 13:54:07'),
(3444, 5335, 'Latif', '01716043498', NULL, NULL, 'Manikgonj', 'Manikgonj La 12-1070', 'bike', '2023-11-27', 'm', '250', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-06-09', NULL, NULL, NULL, NULL, NULL, '123456', '2024-06-09 14:39:41', '2024-06-09 14:40:08'),
(3445, 5336, 'Alamin', '01734992819', NULL, NULL, 'DHAKA', 'DM CHA 12-3096', 'Car', '2024-05-23', 'm', '300', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-06-23', NULL, NULL, NULL, NULL, NULL, '123456', '2024-06-09 15:35:57', '2024-06-09 15:36:17'),
(3446, 5337, 'Tasrif Tanvir', '01978011747', NULL, NULL, 'DHAKA', 'DM GA 13-5964', 'Car', '2022-12-03', 'm', '300', NULL, 1, 0, 0, NULL, '2024-12-01 00:00:00', 0, 1, 0, '2024-06-09', NULL, NULL, NULL, NULL, NULL, '123456', '2024-06-09 15:58:41', '2024-06-09 15:58:53'),
(3447, 5338, 'Shibly Sadik', '01921161017', '01921161017', 'ssjony@gmail.com', 'dhaka', 'DM GA 16-3692', 'Car', '2023-06-17', NULL, '4200', NULL, 1, 0, 0, NULL, '2025-06-01 00:00:00', 0, 1, 0, '2024-06-09', NULL, NULL, NULL, NULL, NULL, '123456', '2024-06-09 16:20:32', '2024-06-09 16:22:03'),
(3448, 5339, 'Sohorab', '01797938597', NULL, NULL, 'Dinajpur', 'Sohorab', 'bike', '2024-06-09', 'm', '250', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-06-09', NULL, NULL, NULL, NULL, NULL, '123456', '2024-06-09 16:34:14', '2024-06-09 16:34:25'),
(3449, 5340, 'Durjoy', '01779294082', '01779294082', NULL, 'dhaka', 'DM GHA 17-1846', 'Car', '2023-06-13', NULL, '8000', NULL, 1, 0, 0, NULL, '2025-06-01 00:00:00', 0, 1, 0, '2024-06-09', NULL, NULL, NULL, NULL, NULL, '123456', '2024-06-09 17:55:30', '2024-06-09 17:56:21'),
(3450, 5341, 'Md.sohel Rana', '01733085984', '01733085984', 'sel.mdsohelranafactory@gmail.com', 'dhaka', 'DM THA 15-2421', 'Car', '2022-06-01', NULL, '9600', NULL, 2, 0, 0, NULL, '2025-06-01 00:00:00', 0, 1, 0, '2024-06-10', NULL, NULL, NULL, NULL, NULL, '123456', '2024-06-10 12:42:06', '2024-06-10 12:42:30'),
(3451, 5342, 'Azizul', '01719992706', '01719992706', NULL, 'dhaka', 'Dm na 21-4761', 'Car', '2023-06-19', NULL, '2100', NULL, 1, 0, 0, NULL, '2024-12-01 00:00:00', 0, 1, 0, '2024-06-10', NULL, NULL, NULL, NULL, NULL, '123456', '2024-06-10 13:45:52', '2024-06-10 13:46:09'),
(3452, 5343, 'Mahadi Hasan', '01719647789', '01719647789', NULL, 'dhaka', 'DM GA 22-3507', 'Car', '2022-11-26', NULL, '3600', NULL, 1, 0, 0, NULL, '2024-12-01 00:00:00', 0, 1, 0, '2024-06-10', NULL, NULL, NULL, NULL, NULL, '123456', '2024-06-10 13:47:57', '2024-06-10 13:48:16'),
(3453, 5344, 'Shaon Debnath', '01677194407', '01677194407', 'shaon38@gmail.com', 'dhaka', 'DM GA 37-4770', 'Car', '2022-06-07', NULL, '3600', NULL, 1, 0, 0, NULL, '2025-06-01 00:00:00', 0, 1, 0, '2024-06-01', NULL, NULL, NULL, NULL, NULL, '123456', '2024-06-10 18:22:40', '2024-06-10 18:23:15'),
(3454, 5345, 'Mohammed Javed Mia', '01553657919', '01553657919', 'javed.rasin@gmail.com', 'dhaka', 'DM GA 23-1591', 'Car', '2023-06-17', NULL, '4200', NULL, 1, 0, 0, NULL, '2025-06-01 00:00:00', 0, 1, 0, '2024-06-11', NULL, NULL, NULL, NULL, NULL, '123456', '2024-06-11 11:12:10', '2024-06-11 11:12:45'),
(3455, 1301, 'Saiful Islam(Tazim Enterprise )', '01716052892', NULL, 'Saifuln575@gmail.com', 'Dhaka', 'DM DA 14-3544', 'Car', '2024-05-10', 'm', '350', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-06-10', NULL, NULL, '1321160189', '359015560011293', NULL, '123456', '2024-06-11 11:15:11', '2024-06-11 11:15:34'),
(3456, 5346, 'Abdul Hai', '01852082329', '01852082329', 'salmaab246@gmail.com', 'dhaka', 'DM CA 19-2604', 'Car', '2022-12-13', NULL, '3600', NULL, 1, 0, 0, NULL, '2025-06-01 00:00:00', 0, 1, 0, '2024-06-11', NULL, NULL, NULL, NULL, NULL, '123456', '2024-06-11 11:16:47', '2024-06-11 11:17:15'),
(3458, 5348, 'Sayed', '01877984727', '01877984727', NULL, 'dhaka', 'DM BA 11-8239', 'Car', '2023-05-16', NULL, '200', NULL, 1, 0, 0, NULL, '2024-08-01 00:00:00', 0, 0, 0, '2024-05-11', NULL, NULL, NULL, NULL, NULL, '123456', '2024-06-11 11:26:46', '2024-06-11 11:26:46'),
(3459, 5349, 'Md. Matiul Islam Alam', '01707367055', '01707367055', 'matiulislamsarkar@gmail.com', 'dhaka', 'DM GA 23-5800', 'Car', '2022-05-31', NULL, '4200', NULL, 1, 0, 0, NULL, '2025-06-01 00:00:00', 0, 1, 0, '2024-06-11', NULL, NULL, NULL, NULL, NULL, '123456', '2024-06-11 13:23:27', '2024-06-11 13:23:56'),
(3460, 5350, 'Ahsan Habib', '01772666612', '01772666612', NULL, 'dhaka', 'DM GA 45-2583', 'Car', '2023-06-19', NULL, '300', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-06-01', NULL, NULL, NULL, NULL, NULL, '123456', '2024-06-11 17:44:41', '2024-06-11 17:44:55'),
(3461, 5351, 'Joshim', '01777098739', '01777098739', NULL, 'dhaka', 'DM TA 20-9347', 'Car', '2023-05-27', NULL, '3600', NULL, 1, 0, 0, NULL, '2025-06-01 00:00:00', 0, 1, 0, '2024-06-12', NULL, NULL, NULL, NULL, NULL, '123456', '2024-06-12 12:28:35', '2024-06-12 12:30:13'),
(3462, 5352, 'MD.Anisur Rahman', '01748930501', NULL, NULL, 'DHAKA', 'DM GHA 18-4264', 'Car', '2024-05-05', 'm', '350', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-06-05', NULL, NULL, NULL, NULL, NULL, '123456', '2024-06-12 12:34:55', '2024-06-12 12:35:05'),
(3463, 5353, 'Md Jewel', '01755093929', NULL, NULL, 'Dhaka', NULL, NULL, NULL, 'm', '350', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-06-01', NULL, NULL, NULL, NULL, NULL, '123456', '2024-06-13 10:53:12', '2024-06-13 10:53:29'),
(3464, 5354, 'MD Alamin Mollah', '01999994373', '01999994373', 'mdalaminboss69@gmail.com', 'dhaka', 'DM GA 47-7815', 'Car', '2023-05-27', NULL, '315', NULL, 1, 0, 0, NULL, '2025-06-01 00:00:00', 0, 1, 0, '2024-06-01', NULL, NULL, NULL, NULL, NULL, '123456', '2024-06-13 11:11:50', '2024-06-13 11:16:25'),
(3465, 5355, 'Abul bashar', '01636639471', '01636639471', NULL, 'dhaka', 'DM GHA 28-6562', 'Car', '2023-06-13', NULL, '300', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-06-01', NULL, NULL, NULL, NULL, NULL, '123456', '2024-06-13 13:08:03', '2024-06-13 13:08:25'),
(3466, 5356, 'Milon', '01883646700', NULL, NULL, 'DHAKA', 'No - 2', 'Car', '2023-05-29', 'm', '250', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-06-13', NULL, NULL, NULL, NULL, NULL, '123456', '2024-06-13 16:28:32', '2024-06-13 16:29:19'),
(3467, 5357, 'Ashequr Rahman', '01716226689', '01716226689', 'arthaiglass@gmail.com', 'dhaka', 'DM GA 25-8777', 'Car', '2022-04-16', NULL, '270', NULL, 1, 0, 0, NULL, '2025-06-01 00:00:00', 0, 1, 0, '2024-06-01', NULL, NULL, NULL, NULL, NULL, '123456', '2024-06-14 10:30:27', '2024-06-14 10:31:53'),
(3468, 5358, 'Apu', '01993715842', NULL, NULL, 'Dhaka', NULL, NULL, NULL, 'm', '200', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-06-01', NULL, NULL, NULL, NULL, NULL, '123456', '2024-06-14 11:56:17', '2024-06-14 11:56:30'),
(3469, 5359, 'Ayman enterprise', '01712688340', '01712688340', NULL, 'dhaka', 'DM HA 71-8602', 'Car', '2023-06-13', NULL, '584', NULL, 2, 0, 0, NULL, '2025-06-01 00:00:00', 0, 1, 0, '2024-06-13', NULL, NULL, NULL, NULL, NULL, '123456', '2024-06-22 11:07:05', '2024-06-22 11:07:43'),
(3470, 5360, 'Rojy', '01711207627', '01711207627', 'rojy27@mygpsbd.net', 'dhaka', 'DM GA 25-2996', 'Car', '2020-10-21', NULL, '400', NULL, 1, 0, 0, NULL, '2024-06-01 00:00:00', 0, 0, 0, '2024-03-03', NULL, NULL, NULL, NULL, NULL, '123456', '2024-06-22 12:39:07', '2024-06-22 12:39:42'),
(3471, 5361, 'Ashraf shagor', '01711515203', '01711515203', 'ashraf03@mygpsbd.net', 'dhaka', 'DM GA 45-3747', NULL, '2021-01-01', NULL, '300', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 0, 0, '2023-12-01', NULL, NULL, NULL, NULL, NULL, '123456', '2024-06-22 12:47:13', '2024-06-23 12:23:33'),
(3472, 5362, 'Shopon', '01718809925', '01718809925', NULL, 'dhaka', 'DM GA 43-0533', 'Car', '2023-03-22', NULL, '300', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-06-01', NULL, NULL, NULL, NULL, NULL, '123456', '2024-06-22 12:53:59', '2024-06-22 12:54:22'),
(3473, 5363, 'Md. Mahbubul Hasan', '01754336875', NULL, 'mahbubulhasan5154@gmail.com', 'gulshan', 'DM GA 42-9003', 'Car', '2022-05-13', 'm', '4200', NULL, 1, 0, 0, NULL, '2025-07-01 00:00:00', 0, 1, 0, '2024-07-01', NULL, NULL, NULL, NULL, NULL, '123456', '2024-06-22 16:42:15', '2024-06-22 16:43:51'),
(3474, 5364, 'MD sumon Ahmed', '01944526986', '01944526986', NULL, 'dhaka', 'DM GA 14-1555', 'Car', '2023-06-12', NULL, '4200', NULL, 1, 0, 0, NULL, '2025-06-01 00:00:00', 0, 1, 0, '2024-06-12', NULL, NULL, NULL, NULL, NULL, '123456', '2024-06-23 11:57:44', '2024-06-23 11:58:05'),
(3475, 5365, 'Ahmed EBC', '01749557858', NULL, 'ahmed.ebc@interstellartec.com', 'DHAKA', 'DM GA 17-5439', 'Car', '2022-05-10', 'm', '4200', NULL, 1, 0, 0, NULL, '2025-06-01 00:00:00', 0, 1, 0, '2024-06-01', NULL, NULL, NULL, NULL, NULL, '123456', '2024-06-23 15:49:37', '2024-06-23 15:50:01'),
(3476, 5366, 'Dr.Md.Bakhtiar Uddin', '01711100820', '01711100820', 'jeweldmc47@gmail.com', 'dhaka', 'DM GA 34-2896', 'Car', '2023-06-19', NULL, '3400', NULL, 1, 0, 0, NULL, '2025-06-01 00:00:00', 0, 1, 0, '2024-06-19', NULL, NULL, NULL, NULL, NULL, '123456', '2024-06-24 13:56:51', '2024-06-24 13:57:38'),
(3477, 5367, 'Sagor hossain', '01793650575', NULL, NULL, 'Manikgonj', 'Sagor', 'bike', '2024-05-21', 'm', '200', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-06-21', NULL, NULL, NULL, NULL, NULL, '123456', '2024-06-24 17:04:48', '2024-06-24 17:05:06'),
(3478, 5368, 'MD Sohel Rana', '01777747302', NULL, NULL, 'DHAKA', 'DM GA 21-7463', 'Car', '2023-05-14', 'm', '350', NULL, 1, 0, 0, NULL, '2024-08-01 00:00:00', 0, 0, 0, '2024-05-14', NULL, NULL, NULL, NULL, NULL, '123456', '2024-06-25 11:18:32', '2024-06-25 11:18:32'),
(3480, 5370, 'Md Monir Hossain', '01704368986', NULL, NULL, 'Dhaka', NULL, NULL, NULL, 'm', '300', NULL, 1, 0, 0, NULL, '2024-10-01 00:00:00', 0, 1, 0, '2024-07-01', NULL, NULL, NULL, NULL, NULL, '123456', '2024-06-25 12:36:37', '2024-06-25 12:36:58'),
(3481, 5371, 'Jahanggir', '01826551603', '01826551603', NULL, 'dhaka', 'DM GA 28-3281', NULL, '2024-01-12', NULL, '300', NULL, 1, 0, 0, NULL, '2024-08-01 00:00:00', 0, 1, 0, '2024-07-01', NULL, NULL, NULL, NULL, NULL, '123456', '2024-06-25 12:40:00', '2024-06-25 12:40:00'),
(3482, 5372, 'Milon Biswas', '01832519362', NULL, NULL, 'Tangail', 'Milon', 'Bike', '2023-12-12', 'm', '250', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-06-25', NULL, NULL, NULL, NULL, NULL, '123456', '2024-06-25 13:27:52', '2024-06-25 13:28:04'),
(3483, 5373, 'Tazminul', '01760316160', '01760316160', NULL, 'dhaka', 'DM GA 14-9939', 'Car', '2023-06-21', NULL, '4200', NULL, 1, 0, 0, NULL, '2025-06-01 00:00:00', 0, 1, 0, '2024-06-21', NULL, NULL, NULL, NULL, NULL, '123456', '2024-06-25 14:17:50', '2024-06-25 14:18:25'),
(3484, 5374, 'Arif', '01712551848', '01712551848', 'mohammedarifh@gmail.com', 'dhaka', 'DM GA 20-9505', 'Car', '2022-06-17', NULL, '1600', NULL, 1, 0, 0, NULL, '2025-01-01 00:00:00', 0, 1, 0, '2024-07-01', NULL, NULL, NULL, NULL, NULL, '123456', '2024-06-25 16:19:04', '2024-06-25 16:19:33'),
(3485, 5375, 'Shaiful Islam Bahar', '01937273576', '01937273576', 'lutfun@gmail.com', 'dhaka', 'DM GA 37-7826', 'Car', '2022-06-04', NULL, '4200', NULL, 1, 0, 0, NULL, '2025-06-01 00:00:00', 0, 1, 0, '2024-06-25', NULL, NULL, NULL, NULL, NULL, '123456', '2024-06-25 16:45:51', '2024-06-25 16:46:46'),
(3486, 5376, 'Adil', '01938888988', '01938888988', 'adil.revere@gmail.com', 'dhaka', 'DM GA 23-0683', 'Car', '2022-06-22', NULL, '4200', NULL, 1, 0, 0, NULL, '2025-06-01 00:00:00', 0, 1, 0, '2024-06-22', NULL, NULL, NULL, NULL, NULL, '123456', '2024-06-26 11:17:51', '2024-06-26 11:18:16'),
(3487, 5377, 'Arif Hossain', '01794433445', NULL, NULL, 'DHAKA', 'DM GA 29-8905', 'Car', '2024-05-06', 'm', '300', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-06-06', NULL, NULL, NULL, NULL, NULL, '123456', '2024-06-26 15:47:24', '2024-06-26 15:47:41'),
(3488, 5378, 'Dewan Md Laqat Ali', '01700783345', '01700783345', 'liaqat3238@yahoo.com', 'dhaka', 'DM GA 45-6379', 'Car', '2022-06-19', NULL, '4200', NULL, 1, 0, 0, NULL, '2025-06-01 00:00:00', 0, 1, 0, '2024-06-26', NULL, NULL, NULL, NULL, NULL, '123456', '2024-06-26 16:00:37', '2024-06-26 16:04:47'),
(3489, 5379, 'Mafizul Alom', '01718336513', '01718336513', 'mafizul13@mygpsbd.com', 'dhaka', 'DM GA 47-8037', 'Car', '2022-06-02', NULL, '3600', NULL, 1, 0, 0, NULL, '2025-06-01 00:00:00', 0, 1, 0, '2024-06-26', NULL, NULL, NULL, NULL, NULL, '123456', '2024-06-26 16:23:31', '2024-06-26 16:24:12'),
(3490, 5380, 'Roman', '01794513746', NULL, NULL, 'DHAKA', 'DM GA 36-8607', 'Car', '2024-04-28', 'm', '300', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-06-24', NULL, NULL, NULL, NULL, NULL, '123456', '2024-06-27 16:19:07', '2024-06-27 16:19:35'),
(3491, 5381, 'MD Riyad Hossain', '01768376971', '01768376971', 'riyaddu118@gmail.com', 'dhaka', 'DM GA 29-3362', 'Car', '2023-06-24', NULL, '350', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-06-24', NULL, NULL, NULL, NULL, NULL, '123456', '2024-06-27 16:23:34', '2024-06-27 16:23:54'),
(3492, 5385, 'Md Shamim Reza', '01774272644', NULL, 'sm@gmail.com', 'vxcx n vbzx vczxc', '152014520', 'Tata y10', '2024-07-20', NULL, '20', '10', 1, 0, 0, NULL, '-', 0, 0, 1, NULL, NULL, NULL, NULL, '123', NULL, '123456', '2024-06-30 06:26:00', '2024-07-03 09:43:12'),
(3493, 5387, 'Aristotle Workman', '02304567891', '12304567892', 'lexume@mailinator.com', 'Nobis veritatis anim', '286', '608', '1997-12-25', NULL, '4', NULL, 1, 0, 0, NULL, '2024-09-01 00:00:00', 0, 0, 0, '2009-10-02', NULL, NULL, '598', '964', NULL, '123456', '2024-07-01 04:07:40', '2024-07-01 04:07:44'),
(3494, 5388, 'Aristotle Workman', '01774274521', '12304567892', 'lexume@mailinator.com', 'Nobis veritatis anim', '286', '608', '1997-12-25', 'm', '4', NULL, 1, 0, 0, NULL, '2024-09-01 00:00:00', 0, 0, 0, '2009-10-02', NULL, NULL, '598', '964', NULL, '123456', '2024-07-01 04:08:10', '2024-07-01 04:08:14'),
(3540, 5438, 'Md S', '01774252012', '01774252647', 'superadminaaa@gmail.com', 'Sahajanpur Bogura', '286', '608', '2024-05-01', NULL, '1', NULL, 1, 0, 0, NULL, '2024-08-01 00:00:00', 0, 0, 0, '2024-07-04', NULL, NULL, '598', '123', NULL, '123456', '2024-07-04 05:54:12', '2024-07-04 05:54:12'),
(3541, 5439, 'Md Shamim Reza', '01771052647', '01774252647', 'superadminaaa@gmail.com', 'Sahajanpur Bogura', '1212', '12121', '2024-07-04', NULL, '1', NULL, 1, 0, 0, NULL, '2024-08-01 00:00:00', 0, 1, 0, '2024-07-04', NULL, NULL, '120121210', '12112', NULL, '123456', '2024-07-04 05:58:10', '2024-07-09 09:37:02'),
(3542, NULL, 'Steel Castro', '01714785232', '01714785232', 'homilic@mailinator.com', 'Minus quas laboris a', '92', '793', '2024-07-04', 'm', '7', NULL, 1, 0, 0, NULL, '2024-09-01 00:00:00', 0, 0, 0, '1984-11-15', NULL, NULL, '309', '524', NULL, '123456', '2024-07-04 06:05:03', '2024-07-04 06:05:12'),
(3543, 5442, 'Steel Castro', '01714785232', '01714785232', 'homilic@mailinator.com', 'Minus quas laboris a', '92', '793', '2024-07-04', 'm', '7', NULL, 1, 0, 0, NULL, '2024-09-01 00:00:00', 0, 0, 0, '1984-11-15', NULL, NULL, '309', '524', NULL, '123456', '2024-07-04 06:05:12', '2024-07-04 06:05:21'),
(3544, 5443, 'Keith Miles', '01774125896', '+1 (368) 168-2971', 'cilamiri@mailinator.com', 'Sequi quis tempor ma', '949', '322', '2024-06-01', 'm', '7', NULL, 1, 0, 0, NULL, '2024-08-01 00:00:00', 0, 0, 0, '2024-07-04', NULL, NULL, '144', '127', NULL, '123456', '2024-07-04 06:06:36', '2024-07-04 06:06:36'),
(3546, NULL, 'Md Shamim Reza', '01774032647', '01774252647', 'superadminaaa@gmail.com', 'Sahajanpur Bogura', '286', '608', '2024-05-01', 'm', '1', NULL, 1, 0, 0, NULL, '2024-09-01 00:00:00', 0, 0, 0, '2024-04-30', NULL, NULL, '598', '123', NULL, '123456', '2024-07-04 06:29:50', '2024-07-04 06:29:50'),
(3547, NULL, 'Md Shamim Reza', '01774209647', '01774252647', 'superadminaaa@gmail.com', 'Sahajanpur Bogura', '286', '608', '2024-05-04', 'm', '1', NULL, 1, 0, 0, NULL, '2024-08-01 00:00:00', 0, 0, 0, '2024-07-04', NULL, NULL, '598', '123', NULL, '123456', '2024-07-04 06:33:03', '2024-07-04 06:33:03'),
(3548, NULL, 'Md Shamim Reza', '01774321647', '01774252647', 'superadminaaa@gmail.com', 'Sahajanpur Bogura', '286', '608', '2024-06-01', 'm', '1', NULL, 1, 0, 0, NULL, NULL, 0, 0, 0, '2024-05-01', NULL, NULL, '598', '123', NULL, '123456', '2024-07-04 06:35:31', '2024-07-04 06:35:31');
INSERT INTO `all_users` (`id`, `user_id`, `name`, `phone`, `alter_phone`, `email`, `par_add`, `car_number`, `car_model`, `installation_date`, `billing_cycle`, `monthly_bill`, `device_price`, `user_type`, `complain_status`, `service_problem_status`, `total_due`, `next_payment_date`, `expair_status`, `payment_status`, `order_status`, `due_date`, `total_paied`, `status`, `device_sim_number`, `imei_number`, `note`, `password`, `created_at`, `updated_at`) VALUES
(3549, NULL, 'Md Shamim Reza', '01774321647', '01774252647', 'superadminaaa@gmail.com', 'Sahajanpur Bogura', '286', '608', '2024-06-01', 'm', '1', NULL, 1, 0, 0, NULL, NULL, 0, 0, 0, '2024-05-01', NULL, NULL, '598', '123', NULL, '123456', '2024-07-04 06:35:56', '2024-07-04 06:35:56'),
(3550, NULL, 'Md Shamim Reza', '01774321647', '01774252647', 'superadminaaa@gmail.com', 'Sahajanpur Bogura', '286', '608', '2024-06-01', 'm', '1', NULL, 1, 0, 0, NULL, NULL, 0, 0, 0, '2024-05-01', NULL, NULL, '598', '123', NULL, '123456', '2024-07-04 06:36:11', '2024-07-04 06:36:11'),
(3552, NULL, 'Md Shamim Reza', '01774321647', '01774252647', 'superadminaaa@gmail.com', 'Sahajanpur Bogura', '286', '608', '2024-06-01', 'm', '1', NULL, 1, 0, 0, NULL, NULL, 0, 0, 0, '2024-05-01', NULL, NULL, '598', '123', NULL, '123456', '2024-07-04 06:36:42', '2024-07-04 06:36:42'),
(3553, NULL, 'Md Shamim Reza', '01774321647', '01774252647', 'superadminaaa@gmail.com', 'Sahajanpur Bogura', '286', '608', '2024-06-01', 'm', '1', NULL, 1, 0, 0, NULL, NULL, 0, 0, 0, '2024-05-01', NULL, NULL, '598', '123', NULL, '123456', '2024-07-04 06:37:05', '2024-07-04 06:37:05'),
(3554, NULL, 'Md Shamim Reza', '01774321647', '01774252647', 'superadminaaa@gmail.com', 'Sahajanpur Bogura', '286', '608', '2024-06-01', 'm', '1', NULL, 1, 0, 0, NULL, NULL, 0, 0, 0, '2024-05-01', NULL, NULL, '598', '123', NULL, '123456', '2024-07-04 06:37:15', '2024-07-04 06:37:15'),
(3555, NULL, 'Md Shamim Reza', '01774321647', '01774252647', 'superadminaaa@gmail.com', 'Sahajanpur Bogura', '286', '608', '2024-06-01', 'm', '1', NULL, 1, 0, 0, NULL, '2024-08-01 00:00:00', 0, 0, 0, '2024-05-01', NULL, NULL, '598', '123', NULL, '123456', '2024-07-04 06:37:29', '2024-07-04 06:37:29'),
(3556, NULL, 'Md Shamim Reza', '01774902647', '01774252647', 'superadminaaa@gmail.com', 'Sahajanpur Bogura', '286', '608', '2024-07-04', 'm', '2000', NULL, 1, 0, 0, NULL, '2024-08-01 00:00:00', 0, 0, 0, '2024-04-30', NULL, NULL, '598', '123', NULL, '123456', '2024-07-04 06:49:27', '2024-07-04 06:49:27'),
(3567, 5454, 'Dennis Chavez', '01774569870', '0177456987', 'vupef@mailinator.com', 'Ipsum id libero iure', '567', '664', '2020-05-20', 'm', '10', NULL, 1, 0, 0, NULL, '2024-08-01 00:00:00', 0, 1, 0, '2024-06-09', NULL, NULL, '827', '343', NULL, '123456', '2024-07-09 11:38:43', '2024-07-09 11:58:32'),
(3568, 5455, 'Md Shamim Reza', '01770252647', '01770252647', 'superadminaaa@gmail.com', 'Sahajanpur Bogura', '286', '608', '2024-07-04', NULL, '1', NULL, 1, 0, 0, NULL, '2024-08-01 00:00:00', 0, 1, 0, '2024-06-04', NULL, NULL, NULL, NULL, NULL, '123456', '2024-07-09 12:08:36', '2024-07-15 06:25:27'),
(3569, 5456, 'Md Shamim Reza', '01794252647', '01794252647', 'superadminaaa@gmail.com', 'Sahajanpur Bogura', '286', '608', '2024-06-01', NULL, '1', NULL, 1, 0, 0, NULL, '2024-09-01 00:00:00', 0, 1, 0, '2024-06-25', NULL, NULL, NULL, NULL, NULL, '123456', '2024-07-09 12:08:51', '2024-07-14 09:30:23'),
(3570, 5457, 'Md Shamim Reza', '01774122647', '01774122647', 'superadminaaa@gmail.com', 'Sahajanpur Bogura', '286', '608', '2024-06-01', NULL, '1', NULL, 1, 0, 0, NULL, '2024-09-01 00:00:00', 0, 1, 0, '2024-06-24', NULL, NULL, NULL, NULL, NULL, '123456', '2024-07-09 12:09:34', '2024-07-14 11:51:37'),
(3571, 5458, 'Md Shamim Reza', '01774102647', '01774102647', 'superadminaaa@gmail.com', 'Sahajanpur Bogura', '286', '608', '2024-03-01', NULL, '1', NULL, 1, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-06-25', NULL, NULL, NULL, NULL, NULL, '123456', '2024-07-09 12:09:45', '2024-07-16 03:38:51'),
(3572, 5465, 'Ulla Dickerson', '01336547892', '01336547892', 'tuzojowel@mailinator.com', 'Tempor error eiusmod', '502', '881', '2024-01-14', 'm', '2', NULL, 2, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-02-14', NULL, NULL, '163', '557', NULL, '123456', '2024-07-14 09:33:18', '2024-07-15 04:51:41'),
(3573, 5466, 'Maya Dixon', '01478521487', '01478521487', 'watyvynebe@mailinator.com', 'Et laboriosam ullam', '89', '814', '2024-01-14', 'm', '2', NULL, 2, 0, 0, NULL, '2024-11-01 00:00:00', 0, 1, 0, '2024-05-14', NULL, NULL, '182', '647', NULL, '123456', '2024-07-14 12:20:22', '2024-07-15 06:44:58'),
(3574, 5467, 'Lars Jarvis', '01325896325', '01325896325', 'byzuw@mailinator.com', 'Neque nesciunt in n', '591', '69', '2024-01-15', 'm', '1', NULL, 2, 0, 0, NULL, '2024-09-01 00:00:00', 0, 0, 0, '2024-04-15', NULL, NULL, '666', '807', NULL, '123456', '2024-07-15 06:16:37', '2024-07-15 06:16:38'),
(3576, 5469, 'April Fuentes', '01336547898', '01336547898', 'nexewadyx@mailinator.com', 'Quia esse autem cul', '457', '259', '2024-01-16', 'm', '6', NULL, 2, 0, 0, NULL, '2024-07-01 00:00:00', 0, 1, 0, '2024-05-16', NULL, NULL, '693', '785', NULL, '123456', '2024-07-16 03:44:42', '2024-07-16 04:11:42');

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

--
-- Table structure for table `area_admins`
--

CREATE TABLE `area_admins` (
  `id` bigint UNSIGNED NOT NULL,
  `division_id` bigint UNSIGNED NOT NULL,
  `district_id` bigint UNSIGNED NOT NULL,
  `upazila_id` bigint UNSIGNED NOT NULL,
  `union_id` bigint DEFAULT NULL,
  `name` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `email` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `password` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `address` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `status` tinyint DEFAULT NULL,
  `phone` varchar(20) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `expiry_date` date DEFAULT NULL,
  `start_date` date 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 `area_admins`
--

INSERT INTO `area_admins` (`id`, `division_id`, `district_id`, `upazila_id`, `union_id`, `name`, `email`, `password`, `address`, `status`, `phone`, `expiry_date`, `start_date`, `created_at`, `updated_at`) VALUES
(9, 2, 15, 137, NULL, 'Dieter Fernandez', 'mesavum@mailinator.com', '$2y$10$mfd1Yag2mEcfAJKY3W7fneEYs6NICCFcgjcNmFiY5zG9V0lTwyDgy', '112 Cowley Road', 1, '1234545454', NULL, NULL, '2024-03-21 07:25:58', '2024-03-21 07:25:58');

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

--
-- Table structure for table `assign_technician_devices`
--

CREATE TABLE `assign_technician_devices` (
  `id` bigint UNSIGNED NOT NULL,
  `status` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT '0',
  `technician_id` bigint UNSIGNED NOT NULL,
  `user_id` int DEFAULT NULL,
  `order_id` int DEFAULT NULL,
  `device_id` bigint UNSIGNED DEFAULT NULL,
  `note` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `quantity` int 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 `billing_shedules`
--

CREATE TABLE `billing_shedules` (
  `id` bigint UNSIGNED NOT NULL,
  `user_id` bigint UNSIGNED NOT NULL,
  `date` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `note` varchar(255) COLLATE utf8mb4_unicode_ci 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 `billing_shedules`
--

INSERT INTO `billing_shedules` (`id`, `user_id`, `date`, `note`, `created_at`, `updated_at`) VALUES
(19, 1107, '2025-09-22', 'bill date', '2023-08-21 16:45:50', '2023-08-21 16:45:50'),
(21, 2949, '2024-02-07', 'please pay your January & Februay month GPS bill.', '2024-02-06 13:13:42', '2024-02-06 13:13:42');

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

--
-- Table structure for table `bills`
--

CREATE TABLE `bills` (
  `id` bigint UNSIGNED NOT NULL,
  `allocation_project_id` bigint UNSIGNED NOT NULL,
  `form_no` int DEFAULT NULL,
  `installment_no` int DEFAULT NULL,
  `bill_no` double(15,2) DEFAULT NULL,
  `bill_date` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `financial_code` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `khat_name` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `f_installment_amount` double(10,2) DEFAULT NULL,
  `l_installment_amount` double(10,2) NOT NULL DEFAULT '0.00',
  `total_amount` double(10,2) 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 `bills`
--

INSERT INTO `bills` (`id`, `allocation_project_id`, `form_no`, `installment_no`, `bill_no`, `bill_date`, `financial_code`, `khat_name`, `f_installment_amount`, `l_installment_amount`, `total_amount`, `created_at`, `updated_at`) VALUES
(10, 6, 21, 1, 3202125320.00, '2024-02-13', '২১৪৫৩', NULL, 30000.00, 30000.00, 60000.00, '2024-02-11 08:50:15', '2024-02-11 08:50:15'),
(11, 11, 21, 1, 3202125320.00, '2024-02-12', '২১৪৫৩', NULL, 30000.00, 30000.00, 60000.00, '2024-02-12 08:22:01', '2024-02-12 08:22:01'),
(14, 17, 21, 3, 3202125320.00, '2024-03-21', '২১৪৫৩', NULL, 1200.00, 0.00, 1200.00, '2024-03-21 06:05:55', '2024-03-21 06:05:55');

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

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

CREATE TABLE `categories` (
  `id` bigint UNSIGNED NOT NULL,
  `financial_rate_id` bigint UNSIGNED NOT NULL,
  `name` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `status` tinyint DEFAULT NULL,
  `area_admin_id` int 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 `categories`
--

INSERT INTO `categories` (`id`, `financial_rate_id`, `name`, `status`, `area_admin_id`, `created_at`, `updated_at`) VALUES
(24, 39, 'Road Works', 1, 0, '2023-10-14 15:00:13', '2024-02-10 09:58:24'),
(25, 39, 'General, Site Facilities and safety', 1, 0, '2023-10-14 15:31:07', '2024-02-10 09:58:25'),
(26, 39, 'Earth Works', 1, 0, '2023-10-14 15:31:52', '2024-02-10 09:58:25'),
(27, 39, 'Bridge Works', 1, 0, '2023-10-14 15:32:35', '2024-02-10 09:58:25'),
(28, 39, 'Building Works', 1, 0, '2023-10-14 15:33:02', '2024-02-10 09:58:25'),
(29, 39, 'Water Resources Development Works', 1, 0, '2023-10-14 15:33:56', '2024-02-10 09:58:25'),
(30, 39, 'Sanitary & Water Supply Works', 1, 0, '2023-10-14 15:37:23', '2024-02-10 09:58:25'),
(31, 39, 'Electrical Works', 1, 0, '2023-10-14 15:38:01', '2024-02-10 09:58:25'),
(32, 39, 'Termite Treatment Works', 1, 0, '2023-10-14 15:38:35', '2024-02-10 09:58:25'),
(33, 39, 'Tube Well Works', 1, 0, '2023-10-14 15:39:04', '2024-02-10 09:58:25'),
(34, 39, 'Furniture and Fixtures', 1, 0, '2023-10-14 15:39:48', '2024-02-10 09:58:25'),
(35, 39, 'Electro-Mechanical Works', 1, 0, '2023-10-14 15:40:52', '2024-02-10 09:58:25'),
(36, 39, 'Mechanical Works', 1, 0, '2023-10-14 15:41:20', '2024-02-10 09:58:25'),
(37, 39, 'Environmental and Occupational Safety Works', 1, 0, '2023-10-14 15:42:21', '2024-02-10 09:58:25'),
(38, 39, 'Fire Detection & Protection System', 1, 0, '2023-10-14 15:43:21', '2024-02-10 09:58:25');

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

--
-- Table structure for table `complains`
--

CREATE TABLE `complains` (
  `id` bigint UNSIGNED NOT NULL,
  `description` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `email` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `phone` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `status` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT 'not solve',
  `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 `complains`
--

INSERT INTO `complains` (`id`, `description`, `name`, `email`, `phone`, `status`, `created_at`, `updated_at`) VALUES
(19, 'asdasdasd', 'Md. Khasrur Rahman', 'khasrur8@gmail.com', '01761955765', 'Solved', '2021-09-01 15:25:51', '2021-09-01 15:59:06'),
(20, 'asdasd', 'Md. Khasrur Rahman', 'khasrur8@gmail.com', '01761955765', 'Solved', '2021-09-01 15:25:56', '2021-09-01 15:59:04'),
(21, 'Zdravo, htio sam znati vašu cijenu.', 'RobertPal', 'alfredegov@gmail.com', '86714132863', 'Solved', '2023-09-14 20:08:25', '2023-10-16 13:46:26'),
(22, 'Hi, roeddwn i eisiau gwybod eich pris.', 'PhilPal', 'draikkimr976@gmail.com', '85236986924', 'pending', '2023-09-18 06:32:50', '2023-09-18 06:32:50'),
(23, 'Dia duit, theastaigh uaim do phraghas a fháil.', 'RobertPal', 'zelatcol@gmail.com', '88694779949', 'pending', '2023-09-19 21:44:41', '2023-09-19 21:44:41'),
(24, 'Hola, quería saber tu precio..', 'PhilPal', 'draikkimr976@gmail.com', '86126384329', 'pending', '2023-10-02 19:53:23', '2023-10-02 19:53:23'),
(25, 'Hi, მინდოდა ვიცოდე თქვენი ფასი.', 'RobertPal', 'zelatcol@gmail.com', '84496643377', 'pending', '2023-10-06 16:09:51', '2023-10-06 16:09:51'),
(26, 'হাই, আমি আপনার মূল্য জানতে চেয়েছিলাম.', 'RobertPal', 'alfredegov@gmail.com', '84575635337', 'pending', '2023-10-09 06:35:50', '2023-10-09 06:35:50'),
(27, 'Kaixo, zure prezioa jakin nahi nuen.', 'PhilPal', 'osend5462@gmail.com', '89256277741', 'pending', '2023-10-14 23:48:09', '2023-10-14 23:48:09'),
(28, 'Nguheidjiwfefhei ijiwdwjurFEJDKWIJFEIF аоушвцшургаруш ШОРГПГОШРГРПГОГРГ iryuieoieifegjejj bvncehfedjiehfu mygpsbd.com', 'WalterApofe', 'yasen.krasen.13+97377@mail.ru', '82913854553', 'pending', '2023-10-25 16:02:38', '2023-10-25 16:02:38'),
(29, 'Hæ, ég vildi vita verð þitt.', 'RobertPal', 'zelatcol@gmail.com', '83745368939', 'pending', '2023-10-25 16:30:36', '2023-10-25 16:30:36'),
(30, 'AdBNbPUeVVuoPyJPcHD', 'PYetjeYfaxnwi', 'rMhMmW.hbhtdhc@chiffon.fun', 'AdBNbPUeVVuoPyJPcHD', 'pending', '2023-10-28 22:21:25', '2023-10-28 22:21:25'),
(31, 'Kaixo, zure prezioa jakin nahi nuen.', 'RobertPal', 'alfredegov@gmail.com', '85767275135', 'pending', '2023-10-29 10:37:27', '2023-10-29 10:37:27'),
(32, 'Stable income from email newsletters from $30,000 per month http://emailmarketing-44564578.propertyybecho.com/shop?36826', 'Daniellof', 'karlonia.com@gmail.com', '87565152288', 'pending', '2023-10-30 23:06:21', '2023-10-30 23:06:21'),
(33, 'Stable income from email newsletters from $30,000 per month http://emailmarketing-44564578.propertyybecho.com/shop?36826', 'Daniellof', 'karlonia.com@gmail.com', '87927793296', 'pending', '2023-10-30 23:06:23', '2023-10-30 23:06:23'),
(34, 'Stable income from email newsletters from $30,000 per month http://emailmarketing-44564578.propertyybecho.com/shop?36826', 'Daniellof', 'karlonia.com@gmail.com', '85879614117', 'pending', '2023-10-30 23:06:24', '2023-10-30 23:06:24'),
(35, 'Stable income from email newsletters from $30,000 per month http://emailmarketing-44564578.propertyybecho.com/shop?36826', 'Daniellof', 'karlonia.com@gmail.com', '86551694226', 'pending', '2023-10-30 23:06:25', '2023-10-30 23:06:25'),
(36, 'Stable income from email newsletters from $30,000 per month http://emailmarketing-44564578.propertyybecho.com/shop?36826', 'Daniellof', 'karlonia.com@gmail.com', '83867328724', 'pending', '2023-10-30 23:06:26', '2023-10-30 23:06:26'),
(37, 'Get your site listed in 1000 directories with just one simple click here-> http://directorylistingxyz.rt32.xyz', 'Roosevelt Ziesemer', 'roosevelt.ziesemer@gmail.com', '88 506 87 13', 'pending', '2023-11-04 02:39:48', '2023-11-04 02:39:48'),
(38, 'IMPORTANT MESSAGE! YOU EARNED $45,407.34. YOU NEED TO WITHDRAW YOUR EARNINGS WITHIN 24 HOURS http://moneyoutreach-2340002.tibmo.com/on?203', 'RobertThigo', 'glen.a.williamson@comcast.net', '81349949438', 'pending', '2023-11-06 13:47:00', '2023-11-06 13:47:00'),
(39, 'IMPORTANT MESSAGE! YOU EARNED $45,407.34. YOU NEED TO WITHDRAW YOUR EARNINGS WITHIN 24 HOURS http://moneyoutreach-2340002.tibmo.com/on?203', 'RobertThigo', 'glen.a.williamson@comcast.net', '81889317862', 'pending', '2023-11-06 13:47:01', '2023-11-06 13:47:01'),
(40, 'IMPORTANT MESSAGE! YOU EARNED $45,407.34. YOU NEED TO WITHDRAW YOUR EARNINGS WITHIN 24 HOURS http://moneyoutreach-2340002.tibmo.com/on?203', 'RobertThigo', 'glen.a.williamson@comcast.net', '88391926897', 'pending', '2023-11-06 13:47:02', '2023-11-06 13:47:02'),
(41, 'IMPORTANT MESSAGE! YOU EARNED $45,407.34. YOU NEED TO WITHDRAW YOUR EARNINGS WITHIN 24 HOURS http://moneyoutreach-2340002.tibmo.com/on?203', 'RobertThigo', 'glen.a.williamson@comcast.net', '82425597812', 'pending', '2023-11-06 13:47:03', '2023-11-06 13:47:03'),
(42, 'IMPORTANT MESSAGE! YOU EARNED $45,407.34. YOU NEED TO WITHDRAW YOUR EARNINGS WITHIN 24 HOURS http://moneyoutreach-2340002.tibmo.com/on?203', 'RobertThigo', 'glen.a.williamson@comcast.net', '87917266654', 'pending', '2023-11-06 13:47:04', '2023-11-06 13:47:04'),
(43, 'Hola, volia saber el seu preu.', 'RobertPal', 'zelatcol@gmail.com', '88637534117', 'pending', '2023-11-09 06:26:21', '2023-11-09 06:26:21'),
(44, 'IT Specialist', 'Okeygorandom https://yandex.by/', 'latsoiva5992@bk.ru', 'Okeygorandom https://yandex.by/', 'pending', '2023-11-12 21:27:13', '2023-11-12 21:27:13'),
(45, 'হাই, আমি আপনার মূল্য জানতে চেয়েছিলাম.', 'PhilPal', 'septon36giannixi@gmail.com', '81524488455', 'pending', '2023-11-14 00:23:03', '2023-11-14 00:23:03'),
(46, 'RPbymJHJEixTlCjD', 'NYEFrDTFUST', 'DsIuEj.tjtbbbt@monochord.xyz', 'RPbymJHJEixTlCjD', 'pending', '2023-11-14 16:46:07', '2023-11-14 16:46:07'),
(47, 'Hi, roeddwn i eisiau gwybod eich pris.', 'RobertPal', 'lucido.leinteract@gmail.com', '87751829676', 'pending', '2023-11-16 05:26:12', '2023-11-16 05:26:12'),
(48, 'CRYPTO TRIUMPHS: EARNINGS THAT START WITH A MODEST $1,000,000 http://withdrawal-of-money-to-a-bank-account-7919.papeia.com/online-957', 'Davidjap', 'd.gerber@ziksuhr.ch', '84614894278', 'pending', '2023-11-17 15:16:42', '2023-11-17 15:16:42'),
(49, 'CRYPTO TRIUMPHS: EARNINGS THAT START WITH A MODEST $1,000,000 http://withdrawal-of-money-to-a-bank-account-7919.papeia.com/online-957', 'Davidjap', 'd.gerber@ziksuhr.ch', '84959128264', 'pending', '2023-11-17 15:16:43', '2023-11-17 15:16:43'),
(50, 'CRYPTO TRIUMPHS: EARNINGS THAT START WITH A MODEST $1,000,000 http://withdrawal-of-money-to-a-bank-account-7919.papeia.com/online-957', 'Davidjap', 'd.gerber@ziksuhr.ch', '81988432185', 'pending', '2023-11-17 15:16:44', '2023-11-17 15:16:44'),
(51, 'CRYPTO TRIUMPHS: EARNINGS THAT START WITH A MODEST $1,000,000 http://withdrawal-of-money-to-a-bank-account-7919.papeia.com/online-957', 'Davidjap', 'd.gerber@ziksuhr.ch', '85226413915', 'pending', '2023-11-17 15:16:45', '2023-11-17 15:16:45'),
(52, 'CRYPTO TRIUMPHS: EARNINGS THAT START WITH A MODEST $1,000,000 http://withdrawal-of-money-to-a-bank-account-7919.papeia.com/online-957', 'Davidjap', 'd.gerber@ziksuhr.ch', '82738416391', 'pending', '2023-11-17 15:16:46', '2023-11-17 15:16:46'),
(53, 'Hot girls looking for sex in your city http://dating-3188.16c76.com/no-764', 'Shawndub', 'lausii94@hotmail.de', '83622838627', 'pending', '2023-11-18 14:34:16', '2023-11-18 14:34:16'),
(54, 'Hot girls looking for sex in your city http://dating-3188.16c76.com/no-764', 'Shawndub', 'lausii94@hotmail.de', '83194941717', 'pending', '2023-11-18 14:34:17', '2023-11-18 14:34:17'),
(55, 'Hot girls looking for sex in your city http://dating-3188.16c76.com/no-764', 'Shawndub', 'lausii94@hotmail.de', '85486226958', 'pending', '2023-11-18 14:34:18', '2023-11-18 14:34:18'),
(56, 'Hot girls looking for sex in your city http://dating-3188.16c76.com/no-764', 'Shawndub', 'lausii94@hotmail.de', '81986313876', 'pending', '2023-11-18 14:34:19', '2023-11-18 14:34:19'),
(57, 'Hot girls looking for sex in your city http://dating-3188.16c76.com/no-764', 'Shawndub', 'lausii94@hotmail.de', '88267662699', 'pending', '2023-11-18 14:34:20', '2023-11-18 14:34:20'),
(58, 'Your opinion is important to us, so we are ready to pay up to $5000 - http://survey-17.greatdecor.shop/id-23', 'TerryWrosy', 'sungjamesjoo@gmail.com', '85746352272', 'pending', '2023-11-19 13:14:40', '2023-11-19 13:14:40'),
(59, 'Your opinion is important to us, so we are ready to pay up to $5000 - http://survey-17.greatdecor.shop/id-23', 'TerryWrosy', 'sungjamesjoo@gmail.com', '88914947342', 'pending', '2023-11-19 13:14:40', '2023-11-19 13:14:40'),
(60, 'Your opinion is important to us, so we are ready to pay up to $5000 - http://survey-17.greatdecor.shop/id-23', 'TerryWrosy', 'sungjamesjoo@gmail.com', '84256719182', 'pending', '2023-11-19 13:14:41', '2023-11-19 13:14:41'),
(61, 'Your opinion is important to us, so we are ready to pay up to $5000 - http://survey-17.greatdecor.shop/id-23', 'TerryWrosy', 'sungjamesjoo@gmail.com', '88168326815', 'pending', '2023-11-19 13:14:42', '2023-11-19 13:14:42'),
(62, 'Your opinion is important to us, so we are ready to pay up to $5000 - http://survey-17.greatdecor.shop/id-23', 'TerryWrosy', 'sungjamesjoo@gmail.com', '84577793831', 'pending', '2023-11-19 13:14:43', '2023-11-19 13:14:43'),
(63, 'Zdravo, htio sam znati vašu cijenu.', 'RobertPal', 'lucido.leinteract@gmail.com', '88982919915', 'pending', '2023-11-24 05:07:13', '2023-11-24 05:07:13'),
(64, 'Γεια σου, ήθελα να μάθω την τιμή σας.', 'RobertPal', 'lucido.leinteract@gmail.com', '88238317495', 'pending', '2023-12-07 18:49:31', '2023-12-07 18:49:31'),
(65, 'Im Kelly. My sexy photo here https://yandex.com/poll/enter/3u2RmnNbkERQy63tZkfzjG#ID3981', 'Im Blanche. My sexy photo here https://yandex.com/poll/enter/3u2RmnNbkERQy63tZkfzjG#ID6512', '@im roxana. my sexy photo here https://yandex.com/poll/enter/3u2rmnnbkerqy63tzkfzjg#id1425', '86774976157', 'pending', '2023-12-08 23:15:52', '2023-12-08 23:15:52'),
(66, 'Im Kelly. My sexy photo here https://yandex.com/poll/enter/3u2RmnNbkERQy63tZkfzjG#ID3981', 'Im Blanche. My sexy photo here https://yandex.com/poll/enter/3u2RmnNbkERQy63tZkfzjG#ID6512', '@im roxana. my sexy photo here https://yandex.com/poll/enter/3u2rmnnbkerqy63tzkfzjg#id1425', '83315664722', 'pending', '2023-12-08 23:15:53', '2023-12-08 23:15:53'),
(67, 'Im Kelly. My sexy photo here https://yandex.com/poll/enter/3u2RmnNbkERQy63tZkfzjG#ID3981', 'Im Blanche. My sexy photo here https://yandex.com/poll/enter/3u2RmnNbkERQy63tZkfzjG#ID6512', '@im roxana. my sexy photo here https://yandex.com/poll/enter/3u2rmnnbkerqy63tzkfzjg#id1425', '88852288969', 'pending', '2023-12-08 23:15:54', '2023-12-08 23:15:54'),
(68, 'Im Kelly. My sexy photo here https://yandex.com/poll/enter/3u2RmnNbkERQy63tZkfzjG#ID3981', 'Im Blanche. My sexy photo here https://yandex.com/poll/enter/3u2RmnNbkERQy63tZkfzjG#ID6512', '@im roxana. my sexy photo here https://yandex.com/poll/enter/3u2rmnnbkerqy63tzkfzjg#id1425', '83122319544', 'pending', '2023-12-08 23:15:55', '2023-12-08 23:15:55'),
(69, 'Im Kelly. My sexy photo here https://yandex.com/poll/enter/3u2RmnNbkERQy63tZkfzjG#ID3981', 'Im Blanche. My sexy photo here https://yandex.com/poll/enter/3u2RmnNbkERQy63tZkfzjG#ID6512', '@im roxana. my sexy photo here https://yandex.com/poll/enter/3u2rmnnbkerqy63tzkfzjg#id1425', '89389988129', 'pending', '2023-12-08 23:15:56', '2023-12-08 23:15:56'),
(70, 'Ndewo, achọrọ m ịmara ọnụahịa gị.', 'PhilPal', 'septon36giannixi@gmail.com', '87981612982', 'pending', '2023-12-09 00:42:51', '2023-12-09 00:42:51'),
(71, 'Hai, saya ingin tahu harga Anda.', 'RobertPal', 'lucido.leinteract@gmail.com', '82211799761', 'pending', '2023-12-10 08:23:45', '2023-12-10 08:23:45'),
(72, 'Enter the Trust Wallet giveaway and win up to $750,000 and NFT vouchers! Just go to the official giveaway page at https://trustgiveawayse.com/trust connect your wallet and receive a guaranteed prize. Good luck!', 'ThomasReult', 'exchangeaibot@proton.me', '83586736696', 'pending', '2023-12-13 17:04:53', '2023-12-13 17:04:53'),
(73, 'Hey,\r\n\r\nHave you guys seen the new free A.I. tool that turns your website content into videos?\r\n\r\nCheck it out here: http://furthertrends.com\r\n\r\n-Maria\r\n\r\nunsub from future comms: https://u.furthertrends.com', 'Maria Polen', 'maria@furthertrends.com', '(08) 8296 9794', 'pending', '2023-12-19 12:27:59', '2023-12-19 12:27:59'),
(74, 'zDJUjOjOzNFrKkvaDfJMxIvVw', 'YMNDDUMkjTtpP', 'MuNJBq.wmdmdcp@scranch.shop', 'zDJUjOjOzNFrKkvaDfJMxIvVw', 'pending', '2023-12-20 16:59:53', '2023-12-20 16:59:53'),
(75, 'Greetings from Apixelofhope.com! We specialize in giving sites like https://mygpsbd.com/contact/contact an edge with premium SEO and content. Visit us for a peek at how we can collaborate to achieve your goals!', 'Torie Glossop', 'franklyn.glossop@gmail.com', '5555555555', 'pending', '2023-12-21 13:25:31', '2023-12-21 13:25:31'),
(76, 'Kora Coffey', 'Estella', 'OHhvOP.cpcmpcj@gemination.hair', 'Kora Coffey', 'pending', '2023-12-24 03:36:50', '2023-12-24 03:36:50'),
(77, 'Ողջույն, ես ուզում էի իմանալ ձեր գինը.', 'RobertPal', 'lucido.leinteract@gmail.com', '81865585951', 'pending', '2023-12-26 06:50:14', '2023-12-26 06:50:14'),
(78, 'Hi, roeddwn i eisiau gwybod eich pris.', 'RobertPal', 'lucido.leinteract@gmail.com', '83615721265', 'pending', '2023-12-26 22:22:07', '2023-12-26 22:22:07'),
(79, 'http://go.vemaqaov.com/0m3k Het enige wat u hoeft te doen is uw software nu GRATIS aan te schaffen.', 'BitcoinSystem', 'bitcoinsystem@hotmail.com', '8008943572529', 'pending', '2023-12-29 10:29:42', '2023-12-29 10:29:42'),
(80, 'হাই, আমি আপনার মূল্য জানতে চেয়েছিলাম.', 'PhilPal', 'septon36giannixi@gmail.com', '83498488769', 'pending', '2023-12-30 04:55:30', '2023-12-30 04:55:30'),
(81, 'This live chat job is so flexible, feels like getting paid to chat with friends: https://www.socialsurge.ai/recommends/live-chat-jobs/', 'Freddie Leech', 'freddie.leech@gmail.com', 'Komrm sqohlv q', 'pending', '2024-01-04 20:12:25', '2024-01-04 20:12:25'),
(82, 'CRYPTO BUZZ: NEW MEME TOKEN ON THE VERGE OF A 300,000,000% EXPLOSION http://www.tektonic.net/cerberus-gui/goto.php?url=https%3A%2F%2Ftelegra.ph%2Fch-01-09%3Fzn \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\nm6nj0n1w0j3b5k2x \r\nj0wm9e3u3v3b4y6s \r\np4ml6e7p2r5i8i1a', 'KurtisErobe', 'kellyjohnson0807@gmail.com', '83931145855', 'pending', '2024-01-10 13:25:19', '2024-01-10 13:25:19'),
(83, 'CRYPTO BUZZ: NEW MEME TOKEN ON THE VERGE OF A 300,000,000% EXPLOSION http://www.tektonic.net/cerberus-gui/goto.php?url=https%3A%2F%2Ftelegra.ph%2Fch-01-09%3Fzn \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\nm6nj0n1w0j3b5k2x \r\nj0wm9e3u3v3b4y6s \r\np4ml6e7p2r5i8i1a', 'KurtisErobe', 'kellyjohnson0807@gmail.com', '82369255851', 'pending', '2024-01-10 13:25:20', '2024-01-10 13:25:20'),
(84, 'CRYPTO BUZZ: NEW MEME TOKEN ON THE VERGE OF A 300,000,000% EXPLOSION http://www.tektonic.net/cerberus-gui/goto.php?url=https%3A%2F%2Ftelegra.ph%2Fch-01-09%3Fzn \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\nm6nj0n1w0j3b5k2x \r\nj0wm9e3u3v3b4y6s \r\np4ml6e7p2r5i8i1a', 'KurtisErobe', 'kellyjohnson0807@gmail.com', '85822593396', 'pending', '2024-01-10 13:25:21', '2024-01-10 13:25:21'),
(85, 'CRYPTO BUZZ: NEW MEME TOKEN ON THE VERGE OF A 300,000,000% EXPLOSION http://www.tektonic.net/cerberus-gui/goto.php?url=https%3A%2F%2Ftelegra.ph%2Fch-01-09%3Fzn \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\nm6nj0n1w0j3b5k2x \r\nj0wm9e3u3v3b4y6s \r\np4ml6e7p2r5i8i1a', 'KurtisErobe', 'kellyjohnson0807@gmail.com', '89288168873', 'pending', '2024-01-10 13:25:22', '2024-01-10 13:25:22'),
(86, 'CRYPTO BUZZ: NEW MEME TOKEN ON THE VERGE OF A 300,000,000% EXPLOSION http://www.tektonic.net/cerberus-gui/goto.php?url=https%3A%2F%2Ftelegra.ph%2Fch-01-09%3Fzn \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\nm6nj0n1w0j3b5k2x \r\nj0wm9e3u3v3b4y6s \r\np4ml6e7p2r5i8i1a', 'KurtisErobe', 'kellyjohnson0807@gmail.com', '89972286287', 'pending', '2024-01-10 13:25:23', '2024-01-10 13:25:23'),
(87, 'Aloha, makemake wau eʻike i kāu kumukūʻai.', 'RobertPal', 'lucido.leinteract@gmail.com', '88588663534', 'pending', '2024-01-13 00:40:55', '2024-01-13 00:40:55'),
(88, 'Jaylah Boyd', 'Zayla', 'yHzQfJ.qdbcpjt@chilgoza.buzz', 'Jaylah Boyd', 'pending', '2024-01-15 05:57:10', '2024-01-15 05:57:10'),
(89, 'Emir Williamson', 'Zhuri', 'eujNno.mqhqmjb@flexduck.click', 'Emir Williamson', 'pending', '2024-01-17 02:13:53', '2024-01-17 02:13:53'),
(90, 'Boost your earnings to $194/hour with AI Commissions 2024\'s exclusive AI apps. Unleash the power of AI at https://www.socialsurge.ai/recommends/make-serious-money-with-ai-2024/\r\n\r\nKeep rocking the digital world at  mygpsbd.com!\r\n\r\n- Harry', 'Harry Schultheiss', 'harry.schultheiss@gmail.com', '079 0478 8616', 'pending', '2024-01-17 13:50:26', '2024-01-17 13:50:26'),
(91, 'CNN: THE $50,000 ESCAPE: BREAK FREE WITH PASSIVE INCOME http://www.168web.com.tw/in/front/bin/adsclick.phtml?Nbr=114_02&URL=https%3A%2F%2Fpolska-mysla.blogspot.com%3F71 \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\nz6vz2s3z4g7v9r7m \r\nn6am9h9a0f4p4i7h \r\nj9nu6m7j1l0l1w4r', 'Brandonmes', 'kartsen.eggert@cern.ch', '85724774549', 'pending', '2024-01-17 16:30:07', '2024-01-17 16:30:07'),
(92, 'CNN: THE $50,000 ESCAPE: BREAK FREE WITH PASSIVE INCOME http://www.168web.com.tw/in/front/bin/adsclick.phtml?Nbr=114_02&URL=https%3A%2F%2Fpolska-mysla.blogspot.com%3F71 \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\nz6vz2s3z4g7v9r7m \r\nn6am9h9a0f4p4i7h \r\nj9nu6m7j1l0l1w4r', 'Brandonmes', 'kartsen.eggert@cern.ch', '85884134664', 'pending', '2024-01-17 16:30:08', '2024-01-17 16:30:08'),
(93, 'CNN: THE $50,000 ESCAPE: BREAK FREE WITH PASSIVE INCOME http://www.168web.com.tw/in/front/bin/adsclick.phtml?Nbr=114_02&URL=https%3A%2F%2Fpolska-mysla.blogspot.com%3F71 \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\nz6vz2s3z4g7v9r7m \r\nn6am9h9a0f4p4i7h \r\nj9nu6m7j1l0l1w4r', 'Brandonmes', 'kartsen.eggert@cern.ch', '82224364214', 'pending', '2024-01-17 16:30:09', '2024-01-17 16:30:09'),
(94, 'CNN: THE $50,000 ESCAPE: BREAK FREE WITH PASSIVE INCOME http://www.168web.com.tw/in/front/bin/adsclick.phtml?Nbr=114_02&URL=https%3A%2F%2Fpolska-mysla.blogspot.com%3F71 \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\nz6vz2s3z4g7v9r7m \r\nn6am9h9a0f4p4i7h \r\nj9nu6m7j1l0l1w4r', 'Brandonmes', 'kartsen.eggert@cern.ch', '82629538268', 'pending', '2024-01-17 16:30:10', '2024-01-17 16:30:10'),
(95, 'CNN: THE $50,000 ESCAPE: BREAK FREE WITH PASSIVE INCOME http://www.168web.com.tw/in/front/bin/adsclick.phtml?Nbr=114_02&URL=https%3A%2F%2Fpolska-mysla.blogspot.com%3F71 \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\nz6vz2s3z4g7v9r7m \r\nn6am9h9a0f4p4i7h \r\nj9nu6m7j1l0l1w4r', 'Brandonmes', 'kartsen.eggert@cern.ch', '81643529731', 'pending', '2024-01-17 16:30:11', '2024-01-17 16:30:11'),
(96, 'You\'re reading this message and I can make millions of people read your message the exact same way!. Don\'t worry, it doesn\'t cost much Hit me up via email or skype for details.\r\n\r\n\r\nP. Stewart\r\nSkype: live:.cid.e169e59bb6e6d159\r\nEmail: ps1100@gomail2.xyz', 'Phil Stewart', 'noreplyhere@aol.com', '342-123-4456', 'pending', '2024-01-20 00:28:59', '2024-01-20 00:28:59'),
(97, 'Прывітанне, я хацеў даведацца Ваш прайс.', 'RobertPal', 'lucido.leinteract@gmail.com', '81731743727', 'pending', '2024-01-20 11:52:58', '2024-01-20 11:52:58'),
(98, 'Very attractive women looking for quick sex only on this site https://fly.yt/A9lMf \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\ni0dj9r4b4o3h9p7c \r\ny5ct1v8z5c8z2j9m \r\nk2tk4t1i7v0i9i9m', 'Thomasfus', 'brian.mckay@yahoo.com', '86368177613', 'pending', '2024-01-22 18:57:27', '2024-01-22 18:57:27'),
(99, 'Very attractive women looking for quick sex only on this site https://fly.yt/A9lMf \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\ni0dj9r4b4o3h9p7c \r\ny5ct1v8z5c8z2j9m \r\nk2tk4t1i7v0i9i9m', 'Thomasfus', 'brian.mckay@yahoo.com', '83172638315', 'pending', '2024-01-22 18:57:28', '2024-01-22 18:57:28'),
(100, 'Very attractive women looking for quick sex only on this site https://fly.yt/A9lMf \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\ni0dj9r4b4o3h9p7c \r\ny5ct1v8z5c8z2j9m \r\nk2tk4t1i7v0i9i9m', 'Thomasfus', 'brian.mckay@yahoo.com', '83185429716', 'pending', '2024-01-22 18:57:30', '2024-01-22 18:57:30'),
(101, 'Very attractive women looking for quick sex only on this site https://fly.yt/A9lMf \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\ni0dj9r4b4o3h9p7c \r\ny5ct1v8z5c8z2j9m \r\nk2tk4t1i7v0i9i9m', 'Thomasfus', 'brian.mckay@yahoo.com', '85846458794', 'pending', '2024-01-22 18:57:31', '2024-01-22 18:57:31'),
(102, 'Very attractive women looking for quick sex only on this site https://fly.yt/A9lMf \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\ni0dj9r4b4o3h9p7c \r\ny5ct1v8z5c8z2j9m \r\nk2tk4t1i7v0i9i9m', 'Thomasfus', 'brian.mckay@yahoo.com', '86984141136', 'pending', '2024-01-22 18:57:32', '2024-01-22 18:57:32'),
(103, 'Graphic designer', 'Charlesshaft', 'facleserdaheath8941@mail.ru', '347816756', 'pending', '2024-01-28 06:43:38', '2024-01-28 06:43:38'),
(104, 'Chase Moyer', 'Annabelle', 'qLDJwV.dtqwppt@virilia.life', 'Chase Moyer', 'pending', '2024-01-28 09:19:55', '2024-01-28 09:19:55'),
(105, 'Sawubona, bengifuna ukwazi intengo yakho.', 'MasonPal', 'kaenquirynicholls@gmail.com', '87816467723', 'pending', '2024-01-28 14:40:18', '2024-01-28 14:40:18'),
(106, 'Hi, მინდოდა ვიცოდე თქვენი ფასი.', 'RobertPal', 'lucido.leinteract@gmail.com', '86913381248', 'pending', '2024-02-02 03:00:46', '2024-02-02 03:00:46'),
(107, 'Hi, მინდოდა ვიცოდე თქვენი ფასი.', 'RobertPal', 'lucido.leinteract@gmail.com', '81222713297', 'pending', '2024-02-02 03:00:47', '2024-02-02 03:00:47'),
(108, 'Hi, მინდოდა ვიცოდე თქვენი ფასი.', 'RobertPal', 'lucido.leinteract@gmail.com', '87577436956', 'pending', '2024-02-02 03:00:48', '2024-02-02 03:00:48'),
(109, 'Hi, მინდოდა ვიცოდე თქვენი ფასი.', 'RobertPal', 'lucido.leinteract@gmail.com', '89524556166', 'pending', '2024-02-02 03:00:50', '2024-02-02 03:00:50'),
(110, 'Hi, მინდოდა ვიცოდე თქვენი ფასი.', 'RobertPal', 'lucido.leinteract@gmail.com', '82811572615', 'pending', '2024-02-02 03:00:51', '2024-02-02 03:00:51'),
(111, 'Sveiki, es gribēju zināt savu cenu.', 'RobertPal', 'lucido.leinteract@gmail.com', '84516987516', 'pending', '2024-02-04 06:51:06', '2024-02-04 06:51:06'),
(112, 'KzuFOPTtDn', 'NiXSTEplxMV', 'guy_mitchellbvkh@outlook.com', '4689962071', 'pending', '2024-02-07 22:43:33', '2024-02-07 22:43:33'),
(113, 'KzuFOPTtDn', 'NiXSTEplxMV', 'guy_mitchellbvkh@outlook.com', '4689962071', 'pending', '2024-02-07 22:43:35', '2024-02-07 22:43:35'),
(114, 'KzuFOPTtDn', 'NiXSTEplxMV', 'guy_mitchellbvkh@outlook.com', '4689962071', 'pending', '2024-02-07 22:43:37', '2024-02-07 22:43:37'),
(115, 'Hi, I wanted to know your price.', 'RobertPal', 'lucido.leinteract@gmail.com', '82812475982', 'pending', '2024-02-08 06:42:35', '2024-02-08 06:42:35'),
(116, 'Hi, I wanted to know your price.', 'RobertPal', 'lucido.leinteract@gmail.com', '88943488273', 'pending', '2024-02-08 06:42:36', '2024-02-08 06:42:36'),
(117, 'Hi, I wanted to know your price.', 'RobertPal', 'lucido.leinteract@gmail.com', '83476384996', 'pending', '2024-02-08 06:42:37', '2024-02-08 06:42:37'),
(118, 'Hi, I wanted to know your price.', 'RobertPal', 'lucido.leinteract@gmail.com', '81839455523', 'pending', '2024-02-08 06:42:38', '2024-02-08 06:42:38'),
(119, 'Hi, I wanted to know your price.', 'RobertPal', 'lucido.leinteract@gmail.com', '84316359238', 'pending', '2024-02-08 06:42:39', '2024-02-08 06:42:39'),
(120, 'Excited to boost your online security with ease? Our independent services have got you covered! From strengthening your website against bots to facilitating file sharing, we\'ve got easy solutions for everyone.  https://listings.surge.sh', 'fort3d', 'sugarwork78@gmail.com', '85966645159', 'pending', '2024-02-10 12:16:55', '2024-02-10 12:16:55'),
(121, 'Emir Morrow', 'Ainsley', 'nsFJcN.dqhtqjd@pointel.xyz', 'Emir Morrow', 'pending', '2024-02-11 18:13:52', '2024-02-11 18:13:52'),
(122, 'Sveiki, es gribēju zināt savu cenu.', 'RobertPal', 'lucido.leinteract@gmail.com', '88215917539', 'pending', '2024-02-12 12:55:26', '2024-02-12 12:55:26'),
(123, 'Hola, quería saber tu precio..', 'RobertPal', 'lucido.leinteract@gmail.com', '82435483177', 'pending', '2024-02-14 09:07:26', '2024-02-14 09:07:26'),
(124, 'Hola, quería saber tu precio..', 'RobertPal', 'lucido.leinteract@gmail.com', '85311229917', 'pending', '2024-02-14 09:07:27', '2024-02-14 09:07:27'),
(125, 'Hola, quería saber tu precio..', 'RobertPal', 'lucido.leinteract@gmail.com', '88223246724', 'pending', '2024-02-14 09:07:28', '2024-02-14 09:07:28'),
(126, 'Hola, quería saber tu precio..', 'RobertPal', 'lucido.leinteract@gmail.com', '89711722854', 'pending', '2024-02-14 09:07:29', '2024-02-14 09:07:29'),
(127, 'Hola, quería saber tu precio..', 'RobertPal', 'lucido.leinteract@gmail.com', '89728978738', 'pending', '2024-02-14 09:07:30', '2024-02-14 09:07:30'),
(128, 'Ողջույն, ես ուզում էի իմանալ ձեր գինը.', 'MasonPal', 'kaenquirynicholls@gmail.com', '85292595392', 'pending', '2024-02-14 17:11:20', '2024-02-14 17:11:20'),
(129, 'Ողջույն, ես ուզում էի իմանալ ձեր գինը.', 'MasonPal', 'kaenquirynicholls@gmail.com', '86486647443', 'pending', '2024-02-14 17:11:21', '2024-02-14 17:11:21'),
(130, 'Ողջույն, ես ուզում էի իմանալ ձեր գինը.', 'MasonPal', 'kaenquirynicholls@gmail.com', '89936354465', 'pending', '2024-02-14 17:11:22', '2024-02-14 17:11:22'),
(131, 'Ողջույն, ես ուզում էի իմանալ ձեր գինը.', 'MasonPal', 'kaenquirynicholls@gmail.com', '84455682691', 'pending', '2024-02-14 17:11:23', '2024-02-14 17:11:23'),
(132, 'Ողջույն, ես ուզում էի իմանալ ձեր գինը.', 'MasonPal', 'kaenquirynicholls@gmail.com', '84837275275', 'pending', '2024-02-14 17:11:24', '2024-02-14 17:11:24'),
(133, 'WintuQyGe', 'NTnHgiAkJGcjuK', 'cheyannmunozx780@gmail.com', '7564526732', 'pending', '2024-02-15 09:49:41', '2024-02-15 09:49:41'),
(134, 'WintuQyGe', 'NTnHgiAkJGcjuK', 'cheyannmunozx780@gmail.com', '7564526732', 'pending', '2024-02-15 09:49:44', '2024-02-15 09:49:44'),
(135, 'WintuQyGe', 'NTnHgiAkJGcjuK', 'cheyannmunozx780@gmail.com', '7564526732', 'pending', '2024-02-15 09:49:47', '2024-02-15 09:49:47'),
(136, 'Ofokfojfief jwlkfeejereghfj iewojfekfjergij wiojewjfewitghuhwrgtjgh ewjhfwqjhdfuewgtuiwe huegfrwgyewgtywegt mygpsbd.com', 'RobertWalse', 'yasen.krasen.13+87439@mail.ru', '84815623564', 'pending', '2024-02-16 12:02:44', '2024-02-16 12:02:44'),
(137, 'Salam, qiymətinizi bilmək istədim.', 'MasonPal', 'kaenquirynicholls@gmail.com', '89895758128', 'pending', '2024-02-19 11:01:31', '2024-02-19 11:01:31'),
(138, 'Ողջույն, ես ուզում էի իմանալ ձեր գինը.', 'RobertPal', 'lucido.leinteract@gmail.com', '88614182744', 'pending', '2024-02-23 18:35:52', '2024-02-23 18:35:52'),
(139, 'Ողջույն, ես ուզում էի իմանալ ձեր գինը.', 'RobertPal', 'lucido.leinteract@gmail.com', '89551997964', 'pending', '2024-02-23 18:35:53', '2024-02-23 18:35:53'),
(140, 'Ողջույն, ես ուզում էի իմանալ ձեր գինը.', 'RobertPal', 'lucido.leinteract@gmail.com', '83668658133', 'pending', '2024-02-23 18:35:54', '2024-02-23 18:35:54'),
(141, 'Ողջույն, ես ուզում էի իմանալ ձեր գինը.', 'RobertPal', 'lucido.leinteract@gmail.com', '86118258181', 'pending', '2024-02-23 18:35:55', '2024-02-23 18:35:55'),
(142, 'Ողջույն, ես ուզում էի իմանալ ձեր գինը.', 'RobertPal', 'lucido.leinteract@gmail.com', '82665776198', 'pending', '2024-02-23 18:35:56', '2024-02-23 18:35:56'),
(143, 'Hello! \r\nWe are giving you a promotional code for 0.5ETH \"ILMS24\" \r\nRegister and activate it in your personal account cexasia.pro \r\nGood luck', 'Leonaswish', 'usdItems@gmail.com', '87444518254', 'pending', '2024-02-24 04:58:03', '2024-02-24 04:58:03'),
(144, 'Sevyn Sierra', 'Quinn', 'xWcapu.qjwwmqwm@wheelry.boats', 'Sevyn Sierra', 'pending', '2024-02-25 12:58:58', '2024-02-25 12:58:58'),
(145, 'IzWFsQmZl', 'nrvGgDTlxyX', 'ellen44picketthl6@outlook.com', '9273511019', 'pending', '2024-02-25 19:05:45', '2024-02-25 19:05:45'),
(146, 'IzWFsQmZl', 'nrvGgDTlxyX', 'ellen44picketthl6@outlook.com', '9273511019', 'pending', '2024-02-25 19:05:48', '2024-02-25 19:05:48'),
(147, 'IzWFsQmZl', 'nrvGgDTlxyX', 'ellen44picketthl6@outlook.com', '9273511019', 'pending', '2024-02-25 19:05:51', '2024-02-25 19:05:51'),
(148, 'Cash Rush: $68,000 Available—Withdrawal Instructions Inside! http://www.pricespot.co/redirect?url=https%3A%2F%2F9mlnnnst.blogspot.com%3F5705 \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\nc1rw4m5c9g3h0t3c \r\nx9mk5l6d3r1w1n6f \r\ng2qe6k7l1e8w0g8d', 'Kennethjax', 'becca.amaro@icloud.com', '83645213778', 'pending', '2024-02-26 11:49:02', '2024-02-26 11:49:02'),
(149, 'Cash Rush: $68,000 Available—Withdrawal Instructions Inside! http://www.pricespot.co/redirect?url=https%3A%2F%2F9mlnnnst.blogspot.com%3F5705 \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\nc1rw4m5c9g3h0t3c \r\nx9mk5l6d3r1w1n6f \r\ng2qe6k7l1e8w0g8d', 'Kennethjax', 'becca.amaro@icloud.com', '89854944541', 'pending', '2024-02-26 11:49:03', '2024-02-26 11:49:03'),
(150, 'Cash Rush: $68,000 Available—Withdrawal Instructions Inside! http://www.pricespot.co/redirect?url=https%3A%2F%2F9mlnnnst.blogspot.com%3F5705 \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\nc1rw4m5c9g3h0t3c \r\nx9mk5l6d3r1w1n6f \r\ng2qe6k7l1e8w0g8d', 'Kennethjax', 'becca.amaro@icloud.com', '86195653571', 'pending', '2024-02-26 11:49:04', '2024-02-26 11:49:04'),
(151, 'Cash Rush: $68,000 Available—Withdrawal Instructions Inside! http://www.pricespot.co/redirect?url=https%3A%2F%2F9mlnnnst.blogspot.com%3F5705 \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\nc1rw4m5c9g3h0t3c \r\nx9mk5l6d3r1w1n6f \r\ng2qe6k7l1e8w0g8d', 'Kennethjax', 'becca.amaro@icloud.com', '85311925588', 'pending', '2024-02-26 11:49:05', '2024-02-26 11:49:05'),
(152, 'Cash Rush: $68,000 Available—Withdrawal Instructions Inside! http://www.pricespot.co/redirect?url=https%3A%2F%2F9mlnnnst.blogspot.com%3F5705 \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\nc1rw4m5c9g3h0t3c \r\nx9mk5l6d3r1w1n6f \r\ng2qe6k7l1e8w0g8d', 'Kennethjax', 'becca.amaro@icloud.com', '81526815576', 'pending', '2024-02-26 11:49:06', '2024-02-26 11:49:06'),
(153, 'Hi, I wanted to know your price.', 'RobertPal', 'lucido.leinteract@gmail.com', '85499647597', 'Solved', '2024-02-29 10:38:57', '2024-03-01 22:45:37'),
(154, 'k1sbv9', '* * * Apple iPhone 15 Free: http://lhci.com/upload/go.php * * * hs=96ad576a56d5decbc6b35a1d57f05097*', 'okebepu@merepost.com', '206441259819', 'pending', '2024-03-02 00:18:11', '2024-03-02 00:18:11'),
(155, 'dinkcx', '* * * <a href=\"http://lhci.com/upload/go.php\">Apple iPhone 15 Free</a> * * * hs=96ad576a56d5decbc6b35a1d57f05097*', 'okebepu@merepost.com', '062325862193', 'pending', '2024-03-02 00:18:35', '2024-03-02 00:18:35'),
(156, 'Hi! Have s3x in your city today.  -  https://rb.gy/9pkq6l?dweni', 'Iirinadweni', 'Edutbanda@gmail.com', '81378369146', 'pending', '2024-03-03 05:40:59', '2024-03-03 05:40:59'),
(157, 'হাই, আমি আপনার মূল্য জানতে চেয়েছিলাম.', 'RobertPal', 'lucido.leinteract@gmail.com', '88646271688', 'pending', '2024-03-05 00:11:12', '2024-03-05 00:11:12'),
(158, 'Szia, meg akartam tudni az árát.', 'RobertPal', 'lucido.leinteract@gmail.com', '89391938263', 'pending', '2024-03-05 04:31:18', '2024-03-05 04:31:18'),
(159, 'Szia, meg akartam tudni az árát.', 'RobertPal', 'lucido.leinteract@gmail.com', '89247591461', 'pending', '2024-03-05 04:31:19', '2024-03-05 04:31:19'),
(160, 'Szia, meg akartam tudni az árát.', 'RobertPal', 'lucido.leinteract@gmail.com', '89155183162', 'pending', '2024-03-05 04:31:20', '2024-03-05 04:31:20'),
(161, 'Szia, meg akartam tudni az árát.', 'RobertPal', 'lucido.leinteract@gmail.com', '82915891584', 'pending', '2024-03-05 04:31:21', '2024-03-05 04:31:21'),
(162, 'Szia, meg akartam tudni az árát.', 'RobertPal', 'lucido.leinteract@gmail.com', '81325372631', 'pending', '2024-03-05 04:31:22', '2024-03-05 04:31:22'),
(163, 'Hi, kam dashur të di çmimin tuaj', 'MasonPal', 'kaenquirynicholls@gmail.com', '81583255485', 'pending', '2024-03-07 01:55:40', '2024-03-07 01:55:40'),
(164, 'Naomi Rubio', 'Jayda', 'CkKtPX.qbjpttpc@spectrail.world', 'Naomi Rubio', 'pending', '2024-03-08 16:08:08', '2024-03-08 16:08:08'),
(165, 'keIVqTRd', 'PIxkVFqdtiDH', 'errolbryantn2339@gmail.com', '8257413963', 'pending', '2024-03-09 12:20:21', '2024-03-09 12:20:21'),
(166, 'keIVqTRd', 'PIxkVFqdtiDH', 'errolbryantn2339@gmail.com', '8257413963', 'pending', '2024-03-09 12:20:28', '2024-03-09 12:20:28'),
(167, 'Luella French', 'Madeleine', 'lpcJYT.pdtjqjb@synaxarion.asia', 'Luella French', 'pending', '2024-03-11 18:21:41', '2024-03-11 18:21:41'),
(168, 'Hi, I wanted to know your price.', 'RobertPal', 'lucido.leinteract@gmail.com', '88813633898', 'pending', '2024-03-12 08:27:07', '2024-03-12 08:27:07'),
(169, 'Hi, I wanted to know your price.', 'RobertPal', 'lucido.leinteract@gmail.com', '85824372887', 'pending', '2024-03-12 08:27:08', '2024-03-12 08:27:08'),
(170, 'Hi, I wanted to know your price.', 'RobertPal', 'lucido.leinteract@gmail.com', '86443335795', 'pending', '2024-03-12 08:27:09', '2024-03-12 08:27:09'),
(171, 'Hi, I wanted to know your price.', 'RobertPal', 'lucido.leinteract@gmail.com', '82583462651', 'pending', '2024-03-12 08:27:10', '2024-03-12 08:27:10'),
(172, 'Hi, I wanted to know your price.', 'RobertPal', 'lucido.leinteract@gmail.com', '84155663153', 'pending', '2024-03-12 08:27:11', '2024-03-12 08:27:11'),
(173, 'https://bit.ly/3TgNkXp Huge selection!', 'Bella', 'bellaTub@gmail.com', '89489667965', 'pending', '2024-03-14 18:45:20', '2024-03-14 18:45:20'),
(174, 'pesya elias rubio', 'pesya', 'hwqmqdtht.d@monochord.xyz', 'pesya elias rubio', 'pending', '2024-03-17 01:28:17', '2024-03-17 01:28:17'),
(175, 'https://mdadm.ru/blog/doplata-do-prozhitochnogo-minimuma-pri-nizkoy-pensii-po-invalidnosti-pravo-ili-illyuziya.html here is an article on your topic', 'AnnaAmirl', 'annaTub@gmail.com', '85557876694', 'pending', '2024-03-18 14:43:01', '2024-03-18 14:43:01'),
(176, 'AiqOtubZLQXmsS', 'lMnTzoabg', 'maryh5_heston8l@outlook.com', '3171771350', 'pending', '2024-03-19 06:48:24', '2024-03-19 06:48:24'),
(177, 'Ciao, volevo sapere il tuo prezzo.', 'RobertPal', 'lucido.leinteract@gmail.com', '89633388673', 'pending', '2024-03-20 04:08:22', '2024-03-20 04:08:22'),
(178, 'Ciao, volevo sapere il tuo prezzo.', 'RobertPal', 'lucido.leinteract@gmail.com', '84561593881', 'pending', '2024-03-20 04:08:23', '2024-03-20 04:08:23'),
(179, 'Ciao, volevo sapere il tuo prezzo.', 'RobertPal', 'lucido.leinteract@gmail.com', '82539584312', 'pending', '2024-03-20 04:08:24', '2024-03-20 04:08:24'),
(180, 'Ciao, volevo sapere il tuo prezzo.', 'RobertPal', 'lucido.leinteract@gmail.com', '85258685665', 'pending', '2024-03-20 04:08:25', '2024-03-20 04:08:25'),
(181, 'Ciao, volevo sapere il tuo prezzo.', 'RobertPal', 'lucido.leinteract@gmail.com', '85985814799', 'pending', '2024-03-20 04:08:26', '2024-03-20 04:08:26'),
(182, 'jakasia rodriguez cravero', 'jakasia', 'bpwmwhhwq.d@monochord.xyz', 'jakasia rodriguez cravero', 'pending', '2024-03-20 06:07:18', '2024-03-20 06:07:18'),
(183, 'Ողջույն, ես ուզում էի իմանալ ձեր գինը.', 'RobertPal', 'lucido.leinteract@gmail.com', '85263679269', 'pending', '2024-03-20 16:07:34', '2024-03-20 16:07:34'),
(184, 'Hi, მინდოდა ვიცოდე თქვენი ფასი.', 'MasonPal', 'kaenquirynicholls@gmail.com', '85223942989', 'pending', '2024-03-21 06:19:23', '2024-03-21 06:19:23'),
(185, 'OMSRCsiBpX', 'gfZeaPAiVKU', 'rose62hunt9uw@outlook.com', '7119890435', 'pending', '2024-03-22 22:41:46', '2024-03-22 22:41:46'),
(186, 'OMSRCsiBpX', 'gfZeaPAiVKU', 'rose62hunt9uw@outlook.com', '7119890435', 'pending', '2024-03-22 22:41:50', '2024-03-22 22:41:50'),
(187, 'OMSRCsiBpX', 'gfZeaPAiVKU', 'rose62hunt9uw@outlook.com', '7119890435', 'pending', '2024-03-22 22:41:53', '2024-03-22 22:41:53'),
(188, 'corniya dall\'agnol', 'corniya', 'wpcjbjhtm.d@monochord.xyz', 'corniya dall\'agnol', 'pending', '2024-03-23 01:46:19', '2024-03-23 01:46:19'),
(189, 'I\'ve heard about this rooftop jazz lounge with a stunning view - would you like to check it out with me?  -   https://rb.gy/5nfvy9?dweni', 'Katyafab1', 'quetteoccutt@gmail.com', '89347191682', 'pending', '2024-03-23 04:49:48', '2024-03-23 04:49:48'),
(190, 'Let\'s escape for the weekend to that charming bed and breakfast I found - just us, no distractions.  -   https://rb.gy/5nfvy9?dweni', 'Katyafab3', 'quetteoccutt@gmail.com', '83437773986', 'pending', '2024-03-24 13:05:44', '2024-03-24 13:05:44'),
(191, 'https://seo-progony.ru/ обращайтесь, будем рады Вас видеть в качестве нашего клиента.', 'Seoprogony', 'seoprogony@gmail.com', '89882621575', 'pending', '2024-03-25 11:57:48', '2024-03-25 11:57:48'),
(192, 'kennetta nauert', 'kennetta', 'qqptqqwqmp.d@monochord.xyz', 'kennetta nauert', 'pending', '2024-03-25 18:54:49', '2024-03-25 18:54:49'),
(193, 'Let\'s escape for the weekend to that charming bed and breakfast I found - just us, no distractions.  -   https://u.to/DRuCIA?dweni', 'Katyafab3', 'occultenitele2@gmail.com', '83959787552', 'pending', '2024-03-26 02:32:00', '2024-03-26 02:32:00'),
(194, 'Let\'s escape for the weekend to that charming bed and breakfast I found - just us, no distractions.  -   https://u.to/CXOGIA?dweni', 'Katyafab2', 'occultenitele1@gmail.com', '86458349763', 'pending', '2024-03-28 03:16:51', '2024-03-28 03:16:51'),
(195, 'Hello, I\'ve been dreaming of our intimate rendezvous.  -  https://rb.gy/psrixq?dweni', 'Katyafab3', 'occultenitele3@gmail.com', '88264139393', 'pending', '2024-03-30 03:20:25', '2024-03-30 03:20:25'),
(196, 'ayushi schimmelfennig', 'ayushi', 'qdpjqwcqbb.d@monochord.xyz', 'ayushi schimmelfennig', 'pending', '2024-03-30 11:58:30', '2024-03-30 11:58:30'),
(197, 'Want Your Ad Everywhere? Reach Millions Instantly! For less than $100 I can blast your message to website contact forms globally. Contact me via skype or email below for info\r\n\r\nP. Stewart\r\nEmail: t2zqnu@mail-to-form.xyz\r\nSkype: form-blasting', 'Phil Stewart', 'noreplyhere@aol.com', '342-123-4456', 'pending', '2024-03-31 13:32:27', '2024-03-31 13:32:27'),
(198, 'Hi, let\'s share a bottle of wine under the moonlight.  -  https://u.to/CXOGIA?dweni', 'Katyafab1', 'occultenitele2@gmail.com', '84528382787', 'pending', '2024-03-31 19:40:52', '2024-03-31 19:40:52'),
(199, 'gUaCjSZYkHOob', 'PzlTwAuUbRQOe', 'tcaseywb1996@gmail.com', '2389473172', 'pending', '2024-04-01 11:08:47', '2024-04-01 11:08:47'),
(200, 'gUaCjSZYkHOob', 'PzlTwAuUbRQOe', 'tcaseywb1996@gmail.com', '2389473172', 'pending', '2024-04-01 11:08:50', '2024-04-01 11:08:50'),
(201, 'gUaCjSZYkHOob', 'PzlTwAuUbRQOe', 'tcaseywb1996@gmail.com', '2389473172', 'pending', '2024-04-01 11:08:52', '2024-04-01 11:08:52'),
(202, 'Hello there, care to explore some sensual massage techniques?  -  https://u.to/CXOGIA?dweni', 'Katyafab1', 'occultenitele3@gmail.com', '84442181416', 'pending', '2024-04-02 14:56:35', '2024-04-02 14:56:35'),
(203, 'Hi, ego volo scire vestri pretium.', 'RobertPal', 'lucido.leinteract@gmail.com', '84933771791', 'pending', '2024-04-02 16:39:43', '2024-04-02 16:39:43'),
(204, 'Hi, ego volo scire vestri pretium.', 'RobertPal', 'lucido.leinteract@gmail.com', '81444159453', 'pending', '2024-04-02 16:39:44', '2024-04-02 16:39:44'),
(205, 'Hi, ego volo scire vestri pretium.', 'RobertPal', 'lucido.leinteract@gmail.com', '84581688825', 'pending', '2024-04-02 16:39:44', '2024-04-02 16:39:44'),
(206, 'Hi, ego volo scire vestri pretium.', 'RobertPal', 'lucido.leinteract@gmail.com', '86111293787', 'pending', '2024-04-02 16:39:45', '2024-04-02 16:39:45'),
(207, 'Hi, ego volo scire vestri pretium.', 'RobertPal', 'lucido.leinteract@gmail.com', '89364762254', 'pending', '2024-04-02 16:39:46', '2024-04-02 16:39:46'),
(208, 'Xin chào, tôi muốn biết giá của bạn.', 'MasonPal', 'kaenquirynicholls@gmail.com', '89412688419', 'pending', '2024-04-05 02:34:03', '2024-04-05 02:34:03'),
(209, 'Hello, I\'ve prepared something special for dessert.  -  https://rb.gy/5a28vu?dweni', 'Katyafab3', 'occultenitele3@gmail.com', '88651423526', 'pending', '2024-04-05 07:22:21', '2024-04-05 07:22:21'),
(210, 'হাই, আমি আপনার মূল্য জানতে চেয়েছিলাম.', 'RobertPal', 'lucido.leinteract@gmail.com', '83528482611', 'pending', '2024-04-05 12:47:44', '2024-04-05 12:47:44'),
(211, 'xJMiFTtPI', 'UCYrKxuhNS', 'scharlzw687@gmail.com', '2645846115', 'pending', '2024-04-06 07:53:09', '2024-04-06 07:53:09'),
(212, 'xJMiFTtPI', 'UCYrKxuhNS', 'scharlzw687@gmail.com', '2645846115', 'pending', '2024-04-06 07:53:11', '2024-04-06 07:53:11'),
(213, 'xJMiFTtPI', 'UCYrKxuhNS', 'scharlzw687@gmail.com', '2645846115', 'pending', '2024-04-06 07:53:13', '2024-04-06 07:53:13'),
(214, 'Hi, let\'s share a bottle of wine under the moonlight.  -  https://u.to/CXOGIA?dweni', 'Katyafab2', 'occultenitele3@gmail.com', '87613581587', 'pending', '2024-04-06 18:01:39', '2024-04-06 18:01:39'),
(215, 'Get notified instantly if your website experiences downtime. Use simple tool to stay in control and ensure continuous service for your customers https://array.surge.sh/posts/uptime-kuma/', 'thiccbird', 'sugarwork78@gmail.com', '83936583432', 'pending', '2024-04-09 02:30:58', '2024-04-09 02:30:58'),
(216, 'Hi darling, want to join me for a moonlit skinny dip?  -  https://rb.gy/psrixq?dweni', 'Katyafaba', 'occultenitelea@gmail.com', '82795761944', 'pending', '2024-04-09 08:07:03', '2024-04-09 08:07:03'),
(217, 'Dia duit, theastaigh uaim do phraghas a fháil.', 'RobertPal', 'lucido.leinteract@gmail.com', '86655637937', 'pending', '2024-04-10 10:16:19', '2024-04-10 10:16:19'),
(218, 'IHfJXSzl', 'gTadJFsknwmOC', 'lhallh6765@gmail.com', '8826003318', 'pending', '2024-04-10 16:02:15', '2024-04-10 16:02:15'),
(219, 'IHfJXSzl', 'gTadJFsknwmOC', 'lhallh6765@gmail.com', '8826003318', 'pending', '2024-04-10 16:02:17', '2024-04-10 16:02:17'),
(220, 'IHfJXSzl', 'gTadJFsknwmOC', 'lhallh6765@gmail.com', '8826003318', 'pending', '2024-04-10 16:02:20', '2024-04-10 16:02:20'),
(221, 'Hello, how about we explore some hidden hot springs together?  -  https://u.to/CXOGIA?dweni', 'Katyafabc', 'occultenitele2@gmail.com', '81577978519', 'pending', '2024-04-12 01:08:41', '2024-04-12 01:08:41'),
(222, 'Sveiki, aš norėjau sužinoti jūsų kainą.', 'RobertPal', 'lucido.leinteract@gmail.com', '87265886276', 'pending', '2024-04-12 11:45:10', '2024-04-12 11:45:10'),
(223, 'Sveiki, aš norėjau sužinoti jūsų kainą.', 'RobertPal', 'lucido.leinteract@gmail.com', '84755576397', 'pending', '2024-04-12 11:45:11', '2024-04-12 11:45:11'),
(224, 'Sveiki, aš norėjau sužinoti jūsų kainą.', 'RobertPal', 'lucido.leinteract@gmail.com', '84982929542', 'pending', '2024-04-12 11:45:12', '2024-04-12 11:45:12'),
(225, 'Sveiki, aš norėjau sužinoti jūsų kainą.', 'RobertPal', 'lucido.leinteract@gmail.com', '82799942916', 'pending', '2024-04-12 11:45:13', '2024-04-12 11:45:13'),
(226, 'Sveiki, aš norėjau sužinoti jūsų kainą.', 'RobertPal', 'lucido.leinteract@gmail.com', '86913833131', 'pending', '2024-04-12 11:45:14', '2024-04-12 11:45:14'),
(227, 'Want Your Ad Everywhere? Reach Millions Instantly! For less than $100 I can blast your message to website contact forms globally. Contact me via skype or email below for info\r\n\r\nP. Stewart\r\nEmail: vkre5q@mail-to-form.xyz\r\nSkype: form-blasting', 'Phil Stewart', 'noreplyhere@aol.com', '342-123-4456', 'pending', '2024-04-17 10:56:43', '2024-04-17 10:56:43'),
(228, 'Hello babe, want some heat?  -  https://rb.gy/psrixq?dweni', 'Katyafab1', 'occultenitele1@gmail.com', '82342329927', 'pending', '2024-04-18 17:07:19', '2024-04-18 17:07:19'),
(229, 'Hi,\r\n\r\nDo you have a digital product you would like to see?\r\n\r\nDo you target companies?\r\n\r\nWe promote your product for you on a commission basis.\r\n\r\nCome check us out: https://mygpsbd.leadsboy.biz', 'Mathias McKibben', 'leadsbox@pcxresponder.com', '089 52 21 29', 'pending', '2024-04-19 14:26:54', '2024-04-19 14:26:54'),
(230, 'Hi, kam dashur të di çmimin tuaj', 'RobertPal', 'lucido.leinteract@gmail.com', '82969126145', 'pending', '2024-04-19 15:36:51', '2024-04-19 15:36:51'),
(231, 'Hi, kam dashur të di çmimin tuaj', 'RobertPal', 'lucido.leinteract@gmail.com', '89122115157', 'pending', '2024-04-19 15:36:52', '2024-04-19 15:36:52'),
(232, 'Hi, kam dashur të di çmimin tuaj', 'RobertPal', 'lucido.leinteract@gmail.com', '87396944757', 'pending', '2024-04-19 15:36:53', '2024-04-19 15:36:53'),
(233, 'Hi, kam dashur të di çmimin tuaj', 'RobertPal', 'lucido.leinteract@gmail.com', '82566957829', 'pending', '2024-04-19 15:36:54', '2024-04-19 15:36:54'),
(234, 'Hi, kam dashur të di çmimin tuaj', 'RobertPal', 'lucido.leinteract@gmail.com', '88269255574', 'pending', '2024-04-19 15:36:55', '2024-04-19 15:36:55'),
(235, 'Hi honey, feeling adventurous?  -  https://u.to/CXOGIA?dweni', 'Katyafab2', 'occultenitele2@gmail.com', '83482711127', 'pending', '2024-04-21 06:21:34', '2024-04-21 06:21:34'),
(236, 'LDShdsxTrJlgwI', 'TgIGXtqmP', 'brammerjohn2022@yahoo.com', '6174727479', 'pending', '2024-04-21 13:02:25', '2024-04-21 13:02:25'),
(237, 'LDShdsxTrJlgwI', 'TgIGXtqmP', 'brammerjohn2022@yahoo.com', '6174727479', 'pending', '2024-04-21 13:02:45', '2024-04-21 13:02:45'),
(238, 'Прывітанне, я хацеў даведацца Ваш прайс.', 'MasonPal', 'kaenquirynicholls@gmail.com', '85943542883', 'pending', '2024-04-22 10:25:05', '2024-04-22 10:25:05'),
(239, 'Hello dear, let\'s make magic  -  https://u.to/CXOGIA?dweni', 'Katyafabb', 'occultenitelec@gmail.com', '82322794371', 'pending', '2024-04-24 03:06:18', '2024-04-24 03:06:18'),
(240, 'tVshPYpjrKkH', 'pLRuQWyAUXJz', 'fderikvv5759@gmail.com', '9128464572', 'pending', '2024-04-24 16:08:29', '2024-04-24 16:08:29'),
(241, 'tVshPYpjrKkH', 'pLRuQWyAUXJz', 'fderikvv5759@gmail.com', '9128464572', 'pending', '2024-04-24 16:08:30', '2024-04-24 16:08:30'),
(242, 'tVshPYpjrKkH', 'pLRuQWyAUXJz', 'fderikvv5759@gmail.com', '9128464572', 'pending', '2024-04-24 16:08:32', '2024-04-24 16:08:32'),
(243, 'Hi,\r\n\r\nDo you have a digital product you would like to see promoted for free?\r\n\r\nDo you target companies with your product?\r\n\r\nWe promote your product for you on a commission basis.\r\n\r\nCome check us out: https://mygpsbd.leadsboy.biz', 'Sherrie Slowik', 'leadsbox@pcxresponder.com', '780-338-4763', 'pending', '2024-04-24 20:56:41', '2024-04-24 20:56:41'),
(244, 'I want you to fuck me tonight, write here -  https://u.to/CXOGIA?mt', 'Irenfabc', 'occultenitele3@gmail.com', '83572356983', 'pending', '2024-04-26 21:02:14', '2024-04-26 21:02:14'),
(245, 'Sveiki, es gribēju zināt savu cenu.', 'RobertPal', 'lucido.leinteract@gmail.com', '81697382819', 'pending', '2024-04-27 14:40:23', '2024-04-27 14:40:23'),
(246, 'Sveiki, es gribēju zināt savu cenu.', 'RobertPal', 'lucido.leinteract@gmail.com', '89272994115', 'pending', '2024-04-27 14:40:24', '2024-04-27 14:40:24'),
(247, 'Sveiki, es gribēju zināt savu cenu.', 'RobertPal', 'lucido.leinteract@gmail.com', '85191983893', 'pending', '2024-04-27 14:40:25', '2024-04-27 14:40:25'),
(248, 'Sveiki, es gribēju zināt savu cenu.', 'RobertPal', 'lucido.leinteract@gmail.com', '83212313225', 'pending', '2024-04-27 14:40:26', '2024-04-27 14:40:26'),
(249, 'Sveiki, es gribēju zināt savu cenu.', 'RobertPal', 'lucido.leinteract@gmail.com', '82756552865', 'pending', '2024-04-27 14:40:27', '2024-04-27 14:40:27'),
(250, 'KuwgdpmrfkPMT', 'OnUadxSlGkqtJmHb', 'greerdjessaxb1986@gmail.com', '5138861089', 'pending', '2024-04-28 05:52:23', '2024-04-28 05:52:23'),
(251, 'KuwgdpmrfkPMT', 'OnUadxSlGkqtJmHb', 'greerdjessaxb1986@gmail.com', '5138861089', 'pending', '2024-04-28 05:52:26', '2024-04-28 05:52:26'),
(252, 'KuwgdpmrfkPMT', 'OnUadxSlGkqtJmHb', 'greerdjessaxb1986@gmail.com', '5138861089', 'pending', '2024-04-28 05:52:29', '2024-04-28 05:52:29'),
(253, 'Hey cutie, want to get lost in a sensual massage?-  https://rb.gy/psrixq?mt', 'Irenfaba', 'occultenitelec@gmail.com', '87777262626', 'pending', '2024-04-28 19:20:46', '2024-04-28 19:20:46'),
(254, '4z7r0o', '* * * <a href=\"http://nettechacademy.com/upload/go.php\">Apple iPhone 15 Free</a> * * * hs=96ad576a56d5decbc6b35a1d57f05097*', 'okebepu@merepost.com', '309006688291', 'pending', '2024-04-28 22:48:58', '2024-04-28 22:48:58'),
(255, 'Hi handsome, how about we share a steamy sauna session? -  https://u.to/CXOGIA?mt', 'Irenfabc', 'occultenitele1@gmail.com', '86482286565', 'pending', '2024-04-29 07:28:29', '2024-04-29 07:28:29'),
(256, 'Hallo, ek wou jou prys ken.', 'RobertPal', 'lucido.leinteract@gmail.com', '81565511389', 'pending', '2024-04-29 23:57:07', '2024-04-29 23:57:07'),
(257, 'Hey cutie, want to get lost in a sensual massage?-  https://rb.gy/psrixq?mt', 'Irenfabb', 'occultenitelec@gmail.com', '85117424468', 'pending', '2024-04-30 06:23:46', '2024-04-30 06:23:46'),
(258, 'vMZfJpmgSOkcGt', 'hXekfQACsvBazSH', 'howard_borjonjmxo@outlook.com', '8849840843', 'pending', '2024-05-01 10:18:19', '2024-05-01 10:18:19'),
(259, 'vMZfJpmgSOkcGt', 'hXekfQACsvBazSH', 'howard_borjonjmxo@outlook.com', '8849840843', 'pending', '2024-05-01 10:18:22', '2024-05-01 10:18:22'),
(260, 'vMZfJpmgSOkcGt', 'hXekfQACsvBazSH', 'howard_borjonjmxo@outlook.com', '8849840843', 'pending', '2024-05-01 10:18:26', '2024-05-01 10:18:26'),
(261, 'Odowidjwoidwo wojdwkslqmwjfbjjdwkd jkwlsqswknfbjwjdmkqendj kedwjdbwhbdqjswkdwjfj eqwkdwknf mygpsbd.com', 'RichardRhype', 'yasen.krasen.13+96468@mail.ru', '85995722738', 'pending', '2024-05-02 01:59:56', '2024-05-02 01:59:56'),
(262, 'Sveiki, es gribēju zināt savu cenu.', 'MasonPal', 'kaenquirynicholls@gmail.com', '88727842341', 'pending', '2024-05-02 07:01:40', '2024-05-02 07:01:40'),
(263, 'Hi handsome, how about we share a steamy sauna session? -  https://rb.gy/psrixq?mt', 'Irenfab2', 'occultenitelec@gmail.com', '84495387199', 'pending', '2024-05-03 09:53:22', '2024-05-03 09:53:22'),
(264, 'Hey cutie, want to get lost in a sensual massage?-  https://u.to/CXOGIA?mt', 'Irenfab3', 'occultenitelec@gmail.com', '85695192821', 'pending', '2024-05-04 03:33:02', '2024-05-04 03:33:02'),
(265, 'Ciao, volevo sapere il tuo prezzo.', 'RobertPal', 'lucido.leinteract@gmail.com', '84794529942', 'pending', '2024-05-04 14:20:24', '2024-05-04 14:20:24'),
(266, 'oVTePxSbMXlACtEm', 'FwAzIUkaRPN', 'david18leathermanbpv@outlook.com', '3187906994', 'pending', '2024-05-04 16:46:30', '2024-05-04 16:46:30'),
(267, 'oVTePxSbMXlACtEm', 'FwAzIUkaRPN', 'david18leathermanbpv@outlook.com', '3187906994', 'pending', '2024-05-04 16:46:33', '2024-05-04 16:46:33'),
(268, 'oVTePxSbMXlACtEm', 'FwAzIUkaRPN', 'david18leathermanbpv@outlook.com', '3187906994', 'pending', '2024-05-04 16:46:36', '2024-05-04 16:46:36');
INSERT INTO `complains` (`id`, `description`, `name`, `email`, `phone`, `status`, `created_at`, `updated_at`) VALUES
(269, 'Xin chào, tôi muốn biết giá của bạn.', 'RobertPal', 'lucido.leinteract@gmail.com', '85728115486', 'pending', '2024-05-06 03:28:57', '2024-05-06 03:28:57'),
(270, 'Xin chào, tôi muốn biết giá của bạn.', 'RobertPal', 'lucido.leinteract@gmail.com', '85279719732', 'pending', '2024-05-06 03:28:58', '2024-05-06 03:28:58'),
(271, 'Xin chào, tôi muốn biết giá của bạn.', 'RobertPal', 'lucido.leinteract@gmail.com', '87756846574', 'pending', '2024-05-06 03:28:59', '2024-05-06 03:28:59'),
(272, 'Xin chào, tôi muốn biết giá của bạn.', 'RobertPal', 'lucido.leinteract@gmail.com', '87436353322', 'pending', '2024-05-06 03:29:00', '2024-05-06 03:29:00'),
(273, 'Xin chào, tôi muốn biết giá của bạn.', 'RobertPal', 'lucido.leinteract@gmail.com', '89878655148', 'pending', '2024-05-06 03:29:01', '2024-05-06 03:29:01'),
(274, 'https://www.gianidistributionltd.com/   Great price! \r\n \r\n+39 351 017 0186 WhatsApp', 'gianidistributionltd', 'gianidistributionltd@gmail.com', '89839993575', 'pending', '2024-05-07 00:43:02', '2024-05-07 00:43:02'),
(275, 'Hej, jeg ønskede at kende din pris.', 'MasonPal', 'kaenquirynicholls@gmail.com', '86152697328', 'pending', '2024-05-09 05:02:08', '2024-05-09 05:02:08'),
(276, 'RQnKLHuFNIDTUY', 'cOmxejorY', 'jose53zellinger6jc@outlook.com', '6157321032', 'pending', '2024-05-11 01:41:39', '2024-05-11 01:41:39'),
(277, 'RQnKLHuFNIDTUY', 'cOmxejorY', 'jose53zellinger6jc@outlook.com', '6157321032', 'pending', '2024-05-11 01:41:43', '2024-05-11 01:41:43'),
(278, 'RQnKLHuFNIDTUY', 'cOmxejorY', 'jose53zellinger6jc@outlook.com', '6157321032', 'pending', '2024-05-11 01:41:46', '2024-05-11 01:41:46'),
(279, 'Hi handsome, how about we share a steamy sauna session? -  https://rb.gy/psrixq?mt', 'Irenfabc', 'occultenitele1@gmail.com', '89581292935', 'pending', '2024-05-12 06:38:19', '2024-05-12 06:38:19'),
(280, 'Dia duit, theastaigh uaim do phraghas a fháil.', 'RobertPal', 'lucido.leinteract@gmail.com', '86258166433', 'pending', '2024-05-12 15:09:52', '2024-05-12 15:09:52'),
(281, 'Dia duit, theastaigh uaim do phraghas a fháil.', 'RobertPal', 'lucido.leinteract@gmail.com', '87381726834', 'pending', '2024-05-12 15:09:53', '2024-05-12 15:09:53'),
(282, 'Dia duit, theastaigh uaim do phraghas a fháil.', 'RobertPal', 'lucido.leinteract@gmail.com', '87635834896', 'pending', '2024-05-12 15:09:54', '2024-05-12 15:09:54'),
(283, 'Dia duit, theastaigh uaim do phraghas a fháil.', 'RobertPal', 'lucido.leinteract@gmail.com', '86475964953', 'pending', '2024-05-12 15:09:55', '2024-05-12 15:09:55'),
(284, 'Dia duit, theastaigh uaim do phraghas a fháil.', 'RobertPal', 'lucido.leinteract@gmail.com', '81987269857', 'pending', '2024-05-12 15:09:56', '2024-05-12 15:09:56'),
(285, 'Hi darling, want to join me for some naked yoga? -  https://u.to/CXOGIA?mt', 'Irenfab1', 'occultenitele2@gmail.com', '86234256421', 'pending', '2024-05-13 01:54:57', '2024-05-13 01:54:57'),
(286, 'Hæ, ég vildi vita verð þitt.', 'MasonPal', 'kaenquirynicholls@gmail.com', '83523747917', 'pending', '2024-05-13 12:32:20', '2024-05-13 12:32:20'),
(287, 'Hey, care to join me for a candlelit bubble bath?-  https://rb.gy/psrixq?mt', 'Irenfabb', 'occultenitelea@gmail.com', '88138752651', 'pending', '2024-05-14 17:50:47', '2024-05-14 17:50:47'),
(288, 'Hey, care to join me for a candlelit bubble bath? -  https://rb.gy/7xb976?Rhycle', 'Ameliafaba', 'Roadohoff1@gmail.com', '89839614436', 'pending', '2024-05-16 02:10:09', '2024-05-16 02:10:09'),
(289, 'Hi darling, want to join me for some naked yoga? -  https://u.to/NsOtIA?Rep', 'jessicafabb', 'BisydiveEdise2@gmail.com', '84798434138', 'pending', '2024-05-16 06:06:46', '2024-05-16 06:06:46'),
(290, 'Hey, care to join me for a candlelit bubble bath? -  https://u.to/NsOtIA?Rhycle', 'Ameliafab3', 'Roadohoff3@gmail.com', '83626776728', 'pending', '2024-05-18 15:33:33', '2024-05-18 15:33:33'),
(291, 'Hey, care to join me for a candlelit bubble bath? -  https://u.to/NsOtIA?Rhycle', 'Ameliafab2', 'Roadohoff1@gmail.com', '86375215159', 'pending', '2024-05-20 14:15:36', '2024-05-20 14:15:36'),
(292, 'KODlqXfdSJpAIxUt', 'blxTWIpgES', 'aldcalderz949@gmail.com', '6307291390', 'pending', '2024-05-21 11:15:25', '2024-05-21 11:15:25'),
(293, 'KODlqXfdSJpAIxUt', 'blxTWIpgES', 'aldcalderz949@gmail.com', '6307291390', 'pending', '2024-05-21 11:15:27', '2024-05-21 11:15:27'),
(294, 'Ola, quería saber o seu prezo.', 'MasonPal', 'kaenquirynicholls@gmail.com', '87185527994', 'pending', '2024-05-22 14:03:29', '2024-05-22 14:03:29'),
(295, 'Hey, care to join me for a candlelit bubble bath? -  https://rb.gy/7xb976?Rhycle', 'Ameliafab2', 'Roadohoff2@gmail.com', '89446687383', 'pending', '2024-05-23 04:56:05', '2024-05-23 04:56:05'),
(296, 'Hi darling, want to join me for some naked yoga? -  https://u.to/NsOtIA?Rep', 'jessicafab1', 'BisydiveEdiseb@gmail.com', '87656947477', 'pending', '2024-05-23 20:54:34', '2024-05-23 20:54:34'),
(297, 'TPCsigXQ', 'uUwfSiesBFDlEc', 'gary.peters1986@yahoo.com', '9180024623', 'pending', '2024-05-25 05:56:49', '2024-05-25 05:56:49'),
(298, 'TPCsigXQ', 'uUwfSiesBFDlEc', 'gary.peters1986@yahoo.com', '9180024623', 'pending', '2024-05-25 05:56:53', '2024-05-25 05:56:53'),
(299, 'Hey, care to join me for a candlelit bubble bath? -  https://rb.gy/7xb976?Rhycle', 'Ameliafab2', 'Roadohoff3@gmail.com', '88112188862', 'pending', '2024-05-26 22:04:07', '2024-05-26 22:04:07'),
(300, 'lGrAaIzgYQmOFhZt', 'RNbOymWMYaVujH', 'domingpei43@gmail.com', '6915233566', 'pending', '2024-05-28 20:46:31', '2024-05-28 20:46:31'),
(301, 'lGrAaIzgYQmOFhZt', 'RNbOymWMYaVujH', 'domingpei43@gmail.com', '6915233566', 'pending', '2024-05-28 20:46:51', '2024-05-28 20:46:51'),
(302, 'Make money online from anywhere in the world. Here are easy programs to follow and make money while you sleep. Find our more\r\n\r\nhttps://www.goldminds.cloud/make-money-online/', 'Josefina O\'Shane', 'oshane.josefina@outlook.com', '4518720511', 'pending', '2024-05-30 05:57:27', '2024-05-30 05:57:27'),
(303, 'Hello, how about we share some sweet treats in bed? -  https://rb.gy/7xb976?Rhycle', 'Ameliafabc', 'Roadohoffa@gmail.com', '82953339835', 'pending', '2024-05-30 11:38:43', '2024-05-30 11:38:43'),
(304, 'Hi darling, want to join me for some naked yoga? -  https://u.to/NsOtIA?Rep', 'jessicafabb', 'BisydiveEdisea@gmail.com', '81349784872', 'pending', '2024-06-01 04:46:39', '2024-06-01 04:46:39'),
(305, 'Hello, how about we share some sweet treats in bed? -  https://u.to/NsOtIA?Rhycle', 'Ameliafab3', 'Roadohoff1@gmail.com', '87266287412', 'pending', '2024-06-02 18:51:55', '2024-06-02 18:51:55'),
(306, 'Hæ, ég vildi vita verð þitt.', 'MasonPal', 'kaenquirynicholls@gmail.com', '81843318269', 'pending', '2024-06-03 15:48:55', '2024-06-03 15:48:55'),
(307, 'Hi, I wanted to know your price.', 'DavidPal', 'algebraically.pawlo@gmail.com', '84327913287', 'pending', '2024-06-04 13:07:21', '2024-06-04 13:07:21'),
(308, 'Salam, qiymətinizi bilmək istədim.', 'RobertPal', 'algebraically.pawlo@gmail.com', '85361482899', 'pending', '2024-06-05 03:12:29', '2024-06-05 03:12:29'),
(309, 'Hey darling, want to hang out? -  https://u.to/NsOtIA?Lemnmeeld', 'Amandablemybedc', 'amandaTraify3@gmail.com', '88258734874', 'pending', '2024-06-05 08:58:28', '2024-06-05 08:58:28'),
(310, 'Hi, ego volo scire vestri pretium.', 'DavidPal', 'algebraically.pawlo@gmail.com', '83974323791', 'pending', '2024-06-09 12:50:48', '2024-06-09 12:50:48'),
(311, 'WjIEGzKvSRwVoLC', 'boyqVKWaPOfxM', 'donna12strisseljz1@outlook.com', '8308382198', 'pending', '2024-06-09 15:59:31', '2024-06-09 15:59:31'),
(312, 'WjIEGzKvSRwVoLC', 'boyqVKWaPOfxM', 'donna12strisseljz1@outlook.com', '8308382198', 'pending', '2024-06-09 15:59:35', '2024-06-09 15:59:35'),
(313, 'HMhZXvBxm', 'ZXITYLzrG', 'lihherubir@outlook.com', '5590579873', 'pending', '2024-06-12 20:23:37', '2024-06-12 20:23:37'),
(314, 'HMhZXvBxm', 'ZXITYLzrG', 'lihherubir@outlook.com', '5590579873', 'pending', '2024-06-12 20:23:38', '2024-06-12 20:23:38'),
(315, 'Hi, ego volo scire vestri pretium.', 'MasonPal', 'yjdisantoyjdissemin@gmail.com', '88488257556', 'pending', '2024-06-15 01:01:57', '2024-06-15 01:01:57'),
(316, 'Очень доволен <a href=https://myapplestory.ru/>реплика Airpods PRO</a>, они стали неотъемлемой частью моей жизни.', 'Airpodsio', 'afona.se.vn.a.v.it@gmail.com', '88988932937', 'pending', '2024-06-16 02:53:33', '2024-06-16 02:53:33'),
(317, 'FhAbRQimZNaBgU', 'qCEgAUuDIpZ', 'annety_iuliuccit9@outlook.com', '5310448822', 'pending', '2024-06-16 02:54:27', '2024-06-16 02:54:27'),
(318, 'FhAbRQimZNaBgU', 'qCEgAUuDIpZ', 'annety_iuliuccit9@outlook.com', '5310448822', 'pending', '2024-06-16 02:54:30', '2024-06-16 02:54:30'),
(319, 'Hi, kam dashur të di çmimin tuaj', 'MasonPal', 'yjdisantoyjdissemin@gmail.com', '89147227538', 'pending', '2024-06-17 02:15:53', '2024-06-17 02:15:53'),
(320, 'No more stress and depression! Money is the best weapon! Earn up to $500 per day and bring sparkle back into your life!\r\n - https://rb.gy/9fznxm?remo9jor', 'mikeAftef', 'pr.osperi.ty.t.hemoneyuspen@gmail.com', '83129422294', 'pending', '2024-06-17 20:22:15', '2024-06-17 20:22:15'),
(321, 'Aloha, makemake wau eʻike i kāu kumukūʻai.', 'GenryPal', 'yjdisantoyjdissemin@gmail.com', '85466348643', 'pending', '2024-06-25 20:25:49', '2024-06-25 20:25:49'),
(322, 'zwsfTdhZ', 'vwZdoXiNMD', 'powellginger9026@yahoo.com', '3591502794', 'pending', '2024-06-26 15:12:09', '2024-06-26 15:12:09'),
(323, 'zwsfTdhZ', 'vwZdoXiNMD', 'powellginger9026@yahoo.com', '3591502794', 'pending', '2024-06-26 15:12:12', '2024-06-26 15:12:12'),
(326, NULL, 'Karyn Terrell', 'jeva@mailinator.com', '12304567891', 'Solved', '2024-06-30 08:47:18', '2024-07-03 10:48:08'),
(327, 'sdfsdf', 'shamim', NULL, NULL, 'not solve', '2024-07-03 12:27:20', '2024-07-03 12:27:20'),
(328, 'sd sdf sd', 'sweets test', NULL, NULL, 'not solve', '2024-07-03 12:41:48', '2024-07-03 12:41:48'),
(329, 'dfhggfhgfh', 'sweets test', NULL, NULL, 'not solve', '2024-07-03 12:42:00', '2024-07-03 12:42:00'),
(330, 'fd gdf gf', 'sweets test', NULL, NULL, 'not solve', '2024-07-04 03:34:02', '2024-07-04 03:34:02'),
(331, 'fhhfgyhfg', 'sweets test', NULL, NULL, 'not solve', '2024-07-04 04:20:08', '2024-07-04 04:20:08'),
(332, 'f xgf gdf gdfg', 'sweets test', NULL, NULL, 'Solved', '2024-07-06 10:18:07', '2024-07-06 10:25:31'),
(333, 'disk issue', 'sweets test', NULL, NULL, 'Solved', '2024-07-06 10:58:13', '2024-07-06 10:58:30'),
(334, 'dfgdfgfdg', 'sweets test', 'sweets79@mygpsbd.net', '01756808084', 'not solve', '2024-07-06 11:45:10', '2024-07-06 11:45:10'),
(335, 'fg hgf hfg hfg hgf', 'sweets test', 'sweets79@mygpsbd.net', '01756808084', 'not solve', '2024-07-06 11:45:22', '2024-07-06 11:45:22');

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

--
-- Table structure for table `contact_infos`
--

CREATE TABLE `contact_infos` (
  `id` bigint UNSIGNED NOT NULL,
  `address` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `phone` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `header_phone_1` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `header_phone_2` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `header_phone_3` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `email` varchar(255) COLLATE utf8mb4_unicode_ci 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 `contact_infos`
--

INSERT INTO `contact_infos` (`id`, `address`, `phone`, `header_phone_1`, `header_phone_2`, `header_phone_3`, `email`, `created_at`, `updated_at`) VALUES
(7, '3/B, Middle Paikpara, mirpur-1, Dhaka-1216', '09678114499', '01707389594', '01683200939', '01683200939', 'mygpsvts@gmail.com', '2023-09-06 13:09:55', '2023-09-06 13:09:55');

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

--
-- Table structure for table `corporate_partners`
--

CREATE TABLE `corporate_partners` (
  `id` bigint UNSIGNED NOT NULL,
  `image` varchar(255) COLLATE utf8mb4_unicode_ci 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 `corporate_partners`
--

INSERT INTO `corporate_partners` (`id`, `image`, `created_at`, `updated_at`) VALUES
(27, '2023-10-04-651d003696151.png', '2023-10-04 12:03:34', '2023-10-04 12:03:34'),
(28, '2023-10-04-651d076e95139.png', '2023-10-04 12:34:22', '2023-10-04 12:34:22'),
(29, '2023-10-04-651d0af6b41c3.png', '2023-10-04 12:49:26', '2023-10-04 12:49:26'),
(30, '2023-10-04-651d0b032f02f.png', '2023-10-04 12:49:39', '2023-10-04 12:49:39'),
(31, '2023-10-04-651d0c9f6203c.png', '2023-10-04 12:56:31', '2023-10-04 12:56:31'),
(32, '2023-10-04-651d0db409b24.png', '2023-10-04 13:01:08', '2023-10-04 13:01:08'),
(34, '2023-10-04-651d16240b89c.png', '2023-10-04 13:37:08', '2023-10-04 13:37:08'),
(35, '2023-10-04-651d17d752b34.png', '2023-10-04 13:44:23', '2023-10-04 13:44:23'),
(36, '2023-10-04-651d18b634d88.png', '2023-10-04 13:48:06', '2023-10-04 13:48:06'),
(37, '2023-10-04-651d23748612a.png', '2023-10-04 14:33:56', '2023-10-04 14:33:56'),
(38, '2023-10-04-651d2380bfa18.png', '2023-10-04 14:34:08', '2023-10-04 14:34:08'),
(39, '2023-10-04-651d24c033234.png', '2023-10-04 14:39:28', '2023-10-04 14:39:28'),
(40, '2023-10-04-651d24c72a502.png', '2023-10-04 14:39:35', '2023-10-04 14:39:35'),
(41, '2023-10-04-651d26846a767.png', '2023-10-04 14:47:00', '2023-10-04 14:47:00'),
(42, '2023-10-04-651d3c6176e2c.png', '2023-10-04 16:20:17', '2023-10-04 16:20:17'),
(43, '2023-10-04-651d405625cb8.png', '2023-10-04 16:37:10', '2023-10-04 16:37:10'),
(44, '2023-10-04-651d4066aa6b8.png', '2023-10-04 16:37:26', '2023-10-04 16:37:26'),
(45, '2023-10-04-651d42bede904.png', '2023-10-04 16:47:26', '2023-10-04 16:47:26'),
(46, '2023-11-20-655b19b90248f.png', '2023-11-20 14:32:57', '2023-11-20 14:32:57');

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

--
-- Table structure for table `custom_orders`
--

CREATE TABLE `custom_orders` (
  `id` bigint UNSIGNED NOT NULL,
  `user_id` bigint UNSIGNED NOT NULL,
  `month_charge` int NOT NULL,
  `device_price` int NOT NULL,
  `order_status` int 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 `dedvice_sell_history`
--

CREATE TABLE `dedvice_sell_history` (
  `id` bigint UNSIGNED NOT NULL,
  `assign_id` bigint UNSIGNED NOT NULL,
  `sell_price` double NOT NULL,
  `complain_id` bigint UNSIGNED DEFAULT NULL,
  `installation_cost` double DEFAULT NULL,
  `profit_or_loss` double NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `quantity` int DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `demos`
--

CREATE TABLE `demos` (
  `id` bigint UNSIGNED NOT NULL,
  `image` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `link` varchar(255) COLLATE utf8mb4_unicode_ci 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 `devices`
--

CREATE TABLE `devices` (
  `id` bigint UNSIGNED NOT NULL,
  `device_name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `device_model` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `device_price` double NOT NULL,
  `quantity` int NOT NULL,
  `available_quantity` int 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 `devices`
--

INSERT INTO `devices` (`id`, `device_name`, `device_model`, `device_price`, `quantity`, `available_quantity`, `created_at`, `updated_at`) VALUES
(1, 'CONCOX', 'Wetrack 2', 2450, 0, NULL, '2020-03-03 08:36:58', '2021-04-14 05:16:01'),
(2, 'BENWAY', 'Et300', 1300, 0, NULL, '2020-03-03 08:37:30', '2021-04-14 05:15:15'),
(3, 'CONCOX', 'GT-06N', 2650, 0, NULL, '2020-03-03 08:37:51', '2020-06-11 06:27:00'),
(4, 'Sinotrack', 'Sinotrack ST-906', 2300, 0, NULL, '2020-03-05 14:36:19', '2020-03-07 09:09:51'),
(5, 'Teltonika', 'FMB 920', 2800, 0, NULL, '2020-03-05 14:36:46', '2020-03-07 09:09:58'),
(6, 'Concox', 'JC-200', 10500, 0, NULL, '2020-03-05 14:37:27', '2020-03-07 09:10:06'),
(7, 'Concox', 'JC-200', 10500, 0, NULL, '2020-03-05 14:37:28', '2020-03-07 09:10:11'),
(8, 'TK', 'TK 309', 1100, 0, NULL, '2020-09-08 07:52:32', '2021-04-14 05:17:39'),
(9, 'TK003', 'TK003', 1500, 0, NULL, '2020-12-08 05:59:05', '2021-04-14 05:18:04'),
(10, 'TK004', 'TK004', 1500, 0, NULL, '2020-12-08 05:59:21', '2021-04-14 05:17:59'),
(11, 'SEEWORLD', '102T', 1500, 11, NULL, '2020-12-08 05:59:43', '2023-06-09 18:19:18'),
(12, 'SEEWORLD', 'S06A', 1600, 33, NULL, '2021-04-14 05:19:52', '2021-04-14 05:23:30'),
(13, 'H19P', 'H19P', 1500, 145, NULL, '2021-04-14 05:20:51', '2021-04-14 05:22:13'),
(14, 'Jermaine Pitts', '098', 300, 398, NULL, '2021-07-29 07:06:36', '2023-06-18 21:14:27'),
(15, 'Jermaine Pitts', 'x23423', 3456, 378, NULL, '2021-07-29 18:14:16', '2023-06-18 21:14:18'),
(17, 'MacKenzie Chan', '01774671565', 500, 725, NULL, '2023-10-16 13:42:04', '2023-10-16 13:42:04');

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

--
-- Table structure for table `districts`
--

CREATE TABLE `districts` (
  `id` bigint UNSIGNED NOT NULL,
  `division_id` bigint UNSIGNED NOT NULL,
  `name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `bn_name` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `code` int DEFAULT NULL,
  `lat` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `lon` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `url` varchar(255) COLLATE utf8mb4_unicode_ci 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 `districts`
--

INSERT INTO `districts` (`id`, `division_id`, `name`, `bn_name`, `code`, `lat`, `lon`, `url`, `created_at`, `updated_at`) VALUES
(1, 1, 'Comilla', 'কুমিল্লা', NULL, '23.4682747', '91.1788135', 'www.comilla.gov.bd', NULL, NULL),
(2, 1, 'Feni', 'ফেনী', NULL, '23.023231', '91.3840844', 'www.feni.gov.bd', NULL, NULL),
(3, 1, 'Brahmanbaria', 'ব্রাহ্মণবাড়িয়া', NULL, '23.9570904', '91.1119286', 'www.brahmanbaria.gov.bd', NULL, NULL),
(4, 1, 'Rangamati', 'রাঙ্গামাটি', NULL, NULL, NULL, 'www.rangamati.gov.bd', NULL, NULL),
(5, 1, 'Noakhali', 'নোয়াখালী', NULL, '22.869563', '91.099398', 'www.noakhali.gov.bd', NULL, NULL),
(6, 1, 'Chandpur', 'চাঁদপুর', NULL, '23.2332585', '90.6712912', 'www.chandpur.gov.bd', NULL, NULL),
(7, 1, 'Lakshmipur', 'লক্ষ্মীপুর', NULL, '22.942477', '90.841184', 'www.lakshmipur.gov.bd', NULL, NULL),
(8, 1, 'Chattogram', 'চট্টগ্রাম', NULL, '22.335109', '91.834073', 'www.chittagong.gov.bd', NULL, NULL),
(9, 1, 'Coxsbazar', 'কক্সবাজার', NULL, NULL, NULL, 'www.coxsbazar.gov.bd', NULL, NULL),
(10, 1, 'Khagrachhari', 'খাগড়াছড়ি', NULL, '23.119285', '91.984663', 'www.khagrachhari.gov.bd', NULL, NULL),
(11, 1, 'Bandarban', 'বান্দরবান', NULL, '22.1953275', '92.2183773', 'www.bandarban.gov.bd', NULL, NULL),
(12, 2, 'Sirajganj', 'সিরাজগঞ্জ', NULL, '24.4533978', '89.7006815', 'www.sirajganj.gov.bd', NULL, NULL),
(13, 2, 'Pabna', 'পাবনা', NULL, '23.998524', '89.233645', 'www.pabna.gov.bd', NULL, NULL),
(14, 2, 'Bogura', 'বগুড়া', 10, '24.8465228', '89.377755', 'www.bogra.gov.bd', NULL, NULL),
(15, 2, 'Rajshahi', 'রাজশাহী', NULL, NULL, NULL, 'www.rajshahi.gov.bd', NULL, NULL),
(16, 2, 'Natore', 'নাটোর', NULL, '24.420556', '89.000282', 'www.natore.gov.bd', NULL, NULL),
(17, 2, 'Joypurhat', 'জয়পুরহাট', NULL, NULL, NULL, 'www.joypurhat.gov.bd', NULL, NULL),
(18, 2, 'Chapainawabganj', 'চাঁপাইনবাবগঞ্জ', NULL, '24.5965034', '88.2775122', 'www.chapainawabganj.gov.bd', NULL, NULL),
(19, 2, 'Naogaon', 'নওগাঁ', NULL, NULL, NULL, 'www.naogaon.gov.bd', NULL, NULL),
(20, 3, 'Jashore', 'যশোর', NULL, '23.16643', '89.2081126', 'www.jessore.gov.bd', NULL, NULL),
(21, 3, 'Satkhira', 'সাতক্ষীরা', NULL, NULL, NULL, 'www.satkhira.gov.bd', NULL, NULL),
(22, 3, 'Meherpur', 'মেহেরপুর', NULL, '23.762213', '88.631821', 'www.meherpur.gov.bd', NULL, NULL),
(23, 3, 'Narail', 'নড়াইল', NULL, '23.172534', '89.512672', 'www.narail.gov.bd', NULL, NULL),
(24, 3, 'Chuadanga', 'চুয়াডাঙ্গা', NULL, '23.6401961', '88.841841', 'www.chuadanga.gov.bd', NULL, NULL),
(25, 3, 'Kushtia', 'কুষ্টিয়া', NULL, '23.901258', '89.120482', 'www.kushtia.gov.bd', NULL, NULL),
(26, 3, 'Magura', 'মাগুরা', NULL, '23.487337', '89.419956', 'www.magura.gov.bd', NULL, NULL),
(27, 3, 'Khulna', 'খুলনা', NULL, '22.815774', '89.568679', 'www.khulna.gov.bd', NULL, NULL),
(28, 3, 'Bagerhat', 'বাগেরহাট', NULL, '22.651568', '89.785938', 'www.bagerhat.gov.bd', NULL, NULL),
(29, 3, 'Jhenaidah', 'ঝিনাইদহ', NULL, '23.5448176', '89.1539213', 'www.jhenaidah.gov.bd', NULL, NULL),
(30, 4, 'Jhalakathi', 'ঝালকাঠি', NULL, NULL, NULL, 'www.jhalakathi.gov.bd', NULL, NULL),
(31, 4, 'Patuakhali', 'পটুয়াখালী', NULL, '22.3596316', '90.3298712', 'www.patuakhali.gov.bd', NULL, NULL),
(32, 4, 'Pirojpur', 'পিরোজপুর', NULL, NULL, NULL, 'www.pirojpur.gov.bd', NULL, NULL),
(33, 4, 'Barisal', 'বরিশাল', NULL, NULL, NULL, 'www.barisal.gov.bd', NULL, NULL),
(34, 4, 'Bhola', 'ভোলা', NULL, '22.685923', '90.648179', 'www.bhola.gov.bd', NULL, NULL),
(35, 4, 'Barguna', 'বরগুনা', NULL, NULL, NULL, 'www.barguna.gov.bd', NULL, NULL),
(36, 5, 'Sylhet', 'সিলেট', NULL, '24.8897956', '91.8697894', 'www.sylhet.gov.bd', NULL, NULL),
(37, 5, 'Moulvibazar', 'মৌলভীবাজার', NULL, '24.482934', '91.777417', 'www.moulvibazar.gov.bd', NULL, NULL),
(38, 5, 'Habiganj', 'হবিগঞ্জ', NULL, '24.374945', '91.41553', 'www.habiganj.gov.bd', NULL, NULL),
(39, 5, 'Sunamganj', 'সুনামগঞ্জ', NULL, '25.0658042', '91.3950115', 'www.sunamganj.gov.bd', NULL, NULL),
(40, 6, 'Narsingdi', 'নরসিংদী', NULL, '23.932233', '90.71541', 'www.narsingdi.gov.bd', NULL, NULL),
(41, 6, 'Gazipur', 'গাজীপুর', NULL, '24.0022858', '90.4264283', 'www.gazipur.gov.bd', NULL, NULL),
(42, 6, 'Shariatpur', 'শরীয়তপুর', NULL, NULL, NULL, 'www.shariatpur.gov.bd', NULL, NULL),
(43, 6, 'Narayanganj', 'নারায়ণগঞ্জ', NULL, '23.63366', '90.496482', 'www.narayanganj.gov.bd', NULL, NULL),
(44, 6, 'Tangail', 'টাঙ্গাইল', NULL, NULL, NULL, 'www.tangail.gov.bd', NULL, NULL),
(45, 6, 'Kishoreganj', 'কিশোরগঞ্জ', NULL, '24.444937', '90.776575', 'www.kishoreganj.gov.bd', NULL, NULL),
(46, 6, 'Manikganj', 'মানিকগঞ্জ', NULL, NULL, NULL, 'www.manikganj.gov.bd', NULL, NULL),
(47, 6, 'Dhaka', 'ঢাকা', NULL, '23.7115253', '90.4111451', 'www.dhaka.gov.bd', NULL, NULL),
(48, 6, 'Munshiganj', 'মুন্সিগঞ্জ', NULL, NULL, NULL, 'www.munshiganj.gov.bd', NULL, NULL),
(49, 6, 'Rajbari', 'রাজবাড়ী', NULL, '23.7574305', '89.6444665', 'www.rajbari.gov.bd', NULL, NULL),
(50, 6, 'Madaripur', 'মাদারীপুর', NULL, '23.164102', '90.1896805', 'www.madaripur.gov.bd', NULL, NULL),
(51, 6, 'Gopalganj', 'গোপালগঞ্জ', NULL, '23.0050857', '89.8266059', 'www.gopalganj.gov.bd', NULL, NULL),
(52, 6, 'Faridpur', 'ফরিদপুর', NULL, '23.6070822', '89.8429406', 'www.faridpur.gov.bd', NULL, NULL),
(53, 7, 'Panchagarh', 'পঞ্চগড়', NULL, '26.3411', '88.5541606', 'www.panchagarh.gov.bd', NULL, NULL),
(54, 7, 'Dinajpur', 'দিনাজপুর', NULL, '25.6217061', '88.6354504', 'www.dinajpur.gov.bd', NULL, NULL),
(55, 7, 'Lalmonirhat', 'লালমনিরহাট', NULL, NULL, NULL, 'www.lalmonirhat.gov.bd', NULL, NULL),
(56, 7, 'Nilphamari', 'নীলফামারী', NULL, '25.931794', '88.856006', 'www.nilphamari.gov.bd', NULL, NULL),
(57, 7, 'Gaibandha', 'গাইবান্ধা', NULL, '25.328751', '89.528088', 'www.gaibandha.gov.bd', NULL, NULL),
(58, 7, 'Thakurgaon', 'ঠাকুরগাঁও', NULL, '26.0336945', '88.4616834', 'www.thakurgaon.gov.bd', NULL, NULL),
(59, 7, 'Rangpur', 'রংপুর', NULL, '25.7558096', '89.244462', 'www.rangpur.gov.bd', NULL, NULL),
(60, 7, 'Kurigram', 'কুড়িগ্রাম', NULL, '25.805445', '89.636174', 'www.kurigram.gov.bd', NULL, NULL),
(61, 8, 'Sherpur', 'শেরপুর', NULL, '25.0204933', '90.0152966', 'www.sherpur.gov.bd', NULL, NULL),
(62, 8, 'Mymensingh', 'ময়মনসিংহ', NULL, NULL, NULL, 'www.mymensingh.gov.bd', NULL, NULL),
(63, 8, 'Jamalpur', 'জামালপুর', NULL, '24.937533', '89.937775', 'www.jamalpur.gov.bd', NULL, NULL),
(64, 8, 'Netrokona', 'নেত্রকোণা', NULL, '24.870955', '90.727887', 'www.netrokona.gov.bd', NULL, NULL);

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

--
-- Table structure for table `divisions`
--

CREATE TABLE `divisions` (
  `id` bigint UNSIGNED NOT NULL,
  `name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `bn_name` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `code` int DEFAULT NULL,
  `url` varchar(255) COLLATE utf8mb4_unicode_ci 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 `divisions`
--

INSERT INTO `divisions` (`id`, `name`, `bn_name`, `code`, `url`, `created_at`, `updated_at`) VALUES
(1, 'Chattagram', 'চট্টগ্রাম', 20, 'www.chittagongdiv.gov.bd', NULL, NULL),
(2, 'Rajshahi', 'রাজশাহী', 50, 'www.rajshahidiv.gov.bd', NULL, NULL),
(3, 'Khulna', 'খুলনা', 40, 'www.khulnadiv.gov.bd', NULL, NULL),
(4, 'Barisal', 'বরিশাল', 10, 'www.barisaldiv.gov.bd', NULL, NULL),
(5, 'Sylhet', 'সিলেট', 60, 'www.sylhetdiv.gov.bd', NULL, NULL),
(6, 'Dhaka', 'ঢাকা', 30, 'www.dhakadiv.gov.bd', NULL, NULL),
(7, 'Rangpur', 'রংপুর', 55, 'www.rangpurdiv.gov.bd', NULL, NULL),
(8, 'Mymensingh', 'ময়মনসিংহ', NULL, 'www.mymensinghdiv.gov.bd', NULL, NULL);

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

--
-- Table structure for table `estimate_details`
--

CREATE TABLE `estimate_details` (
  `id` bigint UNSIGNED NOT NULL,
  `division_id` bigint UNSIGNED NOT NULL,
  `district_id` bigint UNSIGNED NOT NULL,
  `upazila_id` bigint UNSIGNED NOT NULL,
  `union_id` bigint UNSIGNED NOT NULL,
  `area_admin_id` bigint DEFAULT NULL,
  `estimate_year_id` bigint UNSIGNED NOT NULL,
  `work_type_id` bigint UNSIGNED NOT NULL,
  `sub_work_type_id` bigint UNSIGNED NOT NULL,
  `estimate_project_id` bigint UNSIGNED NOT NULL,
  `financial_rate_id` bigint UNSIGNED NOT NULL,
  `category_id` bigint UNSIGNED NOT NULL,
  `f_amount` double(12,2) DEFAULT NULL,
  `sub_categories_id` bigint DEFAULT NULL,
  `schema_code` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `total_amount` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `schema_name` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `estimate_date` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `road_id` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `type_of_rate` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `estimate_details`
--

INSERT INTO `estimate_details` (`id`, `division_id`, `district_id`, `upazila_id`, `union_id`, `area_admin_id`, `estimate_year_id`, `work_type_id`, `sub_work_type_id`, `estimate_project_id`, `financial_rate_id`, `category_id`, `f_amount`, `sub_categories_id`, `schema_code`, `total_amount`, `schema_name`, `estimate_date`, `road_id`, `type_of_rate`, `created_at`, `updated_at`, `deleted_at`) VALUES
(39, 2, 13, 114, 1044, 0, 12, 48, 31, 24, 39, 29, 21562322.32, 64, '45332-45654-546', '21562322.32', 'g gh ghgh', '2024-03-21', '2d block', '1', '2024-03-21 08:24:55', '2024-03-21 08:24:55', NULL);

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

--
-- Table structure for table `estimate_item_details`
--

CREATE TABLE `estimate_item_details` (
  `id` bigint UNSIGNED NOT NULL,
  `area_admin_id` int DEFAULT NULL,
  `estimate_details_id` bigint UNSIGNED NOT NULL,
  `item_id` bigint UNSIGNED NOT NULL,
  `unit_id` bigint UNSIGNED NOT NULL,
  `location` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `length` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `width` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `height` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `volume` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `numberOfItem` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `total_work` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `remark` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `ls_amount` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `unit_rate` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `amount` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `final_amount` double(11,2) NOT NULL,
  `break_up` tinyint DEFAULT NULL COMMENT '1->true 2->false',
  `b_width` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `b_height` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `b_length` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `b_area` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `b_amount` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `description` text COLLATE utf8mb4_unicode_ci,
  `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 `estimate_item_details`
--

INSERT INTO `estimate_item_details` (`id`, `area_admin_id`, `estimate_details_id`, `item_id`, `unit_id`, `location`, `length`, `width`, `height`, `volume`, `numberOfItem`, `total_work`, `remark`, `ls_amount`, `unit_rate`, `amount`, `final_amount`, `break_up`, `b_width`, `b_height`, `b_length`, `b_area`, `b_amount`, `description`, `created_at`, `updated_at`) VALUES
(86, 0, 39, 18, 29, 'Sint necessitatibus', '4', '10.06', '1', '40.24', '1', '40.24', NULL, NULL, '487130', '21562322.32', 21562322.32, NULL, NULL, NULL, NULL, NULL, NULL, '<p>Engineer\'s site office of minimum 38 sqm plinth area with providing necessary facilities including office furniture, 24000 BTU air cooler, umbrella, crookeries, water purifier, PC with monitor, uninterruptible power supply (UPS), laserjet printer (minimum) 20 ppm) LED flood light fittings(Halogen) for sight security etc. [PWD 01.1.3]</p>', '2024-03-21 08:24:55', '2024-03-21 08:24:55');

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

--
-- Table structure for table `estimate_projects`
--

CREATE TABLE `estimate_projects` (
  `id` bigint UNSIGNED NOT NULL,
  `name` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `status` tinyint DEFAULT NULL COMMENT '1->Active  2->Inactive',
  `area_admin_id` bigint 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 `estimate_projects`
--

INSERT INTO `estimate_projects` (`id`, `name`, `status`, `area_admin_id`, `created_at`, `updated_at`) VALUES
(18, 'Additional Item', 1, 1, '2024-02-10 10:12:40', '2024-02-10 10:12:40'),
(21, 'Lael Christensen', 1, 2, '2024-02-14 12:13:38', '2024-02-14 12:13:38'),
(24, 'Additional Item', 1, 0, '2024-03-20 10:40:16', '2024-03-20 10:40:16');

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

--
-- Table structure for table `estimate_years`
--

CREATE TABLE `estimate_years` (
  `id` bigint UNSIGNED NOT NULL,
  `year` varchar(255) COLLATE utf8mb4_unicode_ci 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 `estimate_years`
--

INSERT INTO `estimate_years` (`id`, `year`, `created_at`, `updated_at`) VALUES
(9, '2000-01', '2024-02-04 06:59:51', '2024-02-04 06:59:51'),
(10, '2001-02', '2024-02-04 06:59:51', '2024-02-04 06:59:51'),
(11, '2002-03', '2024-02-04 06:59:51', '2024-02-04 06:59:51'),
(12, '2003-04', '2024-02-04 06:59:51', '2024-02-04 06:59:51'),
(13, '2004-05', '2024-02-04 06:59:51', '2024-02-04 06:59:51'),
(14, '2005-06', '2024-02-04 06:59:51', '2024-02-04 06:59:51'),
(15, '2006-07', '2024-02-04 06:59:51', '2024-02-04 06:59:51'),
(16, '2007-08', '2024-02-04 06:59:51', '2024-02-04 06:59:51'),
(17, '2008-09', '2024-02-04 06:59:51', '2024-02-04 06:59:51'),
(18, '2009-10', '2024-02-04 06:59:51', '2024-02-04 06:59:51'),
(19, '2010-11', '2024-02-04 06:59:51', '2024-02-04 06:59:51'),
(20, '2011-12', '2024-02-04 06:59:51', '2024-02-04 06:59:51'),
(21, '2012-13', '2024-02-04 06:59:51', '2024-02-04 06:59:51'),
(22, '2013-14', '2024-02-04 06:59:51', '2024-02-04 06:59:51'),
(23, '2014-15', '2024-02-04 06:59:51', '2024-02-04 06:59:51'),
(24, '2015-16', '2024-02-04 06:59:51', '2024-02-04 06:59:51'),
(25, '2016-17', '2024-02-04 06:59:51', '2024-02-04 06:59:51'),
(26, '2017-18', '2024-02-04 06:59:51', '2024-02-04 06:59:51'),
(27, '2018-19', '2024-02-04 06:59:51', '2024-02-04 06:59:51'),
(28, '2019-20', '2024-02-04 06:59:51', '2024-02-04 06:59:51'),
(29, '2020-21', '2024-02-04 06:59:51', '2024-02-04 06:59:51'),
(30, '2021-22', '2024-02-04 06:59:51', '2024-02-04 06:59:51'),
(31, '2022-23', '2024-02-04 06:59:51', '2024-02-04 06:59:51'),
(32, '2023-24', '2024-02-04 06:59:51', '2024-02-04 06:59:51'),
(33, '2024-25', '2024-02-04 06:59:51', '2024-02-04 06:59:51'),
(34, '2025-26', '2024-02-04 06:59:51', '2024-02-04 06:59:51'),
(35, '2026-27', '2024-02-04 06:59:51', '2024-02-04 06:59:51'),
(36, '2027-28', '2024-02-04 06:59:51', '2024-02-04 06:59:51'),
(37, '2028-29', '2024-02-04 06:59:51', '2024-02-04 06:59:51'),
(38, '2029-30', '2024-02-04 06:59:51', '2024-02-04 06:59:51'),
(39, '2030-31', '2024-02-04 06:59:51', '2024-02-04 06:59:51'),
(40, '2031-32', '2024-02-04 06:59:51', '2024-02-04 06:59:51'),
(41, '2032-33', '2024-02-04 06:59:51', '2024-02-04 06:59:51'),
(42, '2033-34', '2024-02-04 06:59:51', '2024-02-04 06:59:51'),
(43, '2034-35', '2024-02-04 06:59:51', '2024-02-04 06:59:51'),
(44, '2035-36', '2024-02-04 06:59:51', '2024-02-04 06:59:51'),
(45, '2036-37', '2024-02-04 06:59:51', '2024-02-04 06:59:51'),
(46, '2037-38', '2024-02-04 06:59:51', '2024-02-04 06:59:51'),
(47, '2038-39', '2024-02-04 06:59:51', '2024-02-04 06:59:51'),
(48, '2039-40', '2024-02-04 06:59:51', '2024-02-04 06:59:51'),
(49, '2040-41', '2024-02-04 06:59:51', '2024-02-04 06:59:51'),
(50, '2041-42', '2024-02-04 06:59:51', '2024-02-04 06:59:51'),
(51, '2042-43', '2024-02-04 06:59:51', '2024-02-04 06:59:51'),
(52, '2043-44', '2024-02-04 06:59:51', '2024-02-04 06:59:51'),
(53, '2044-45', '2024-02-04 06:59:51', '2024-02-04 06:59:51'),
(54, '2045-46', '2024-02-04 06:59:51', '2024-02-04 06:59:51'),
(55, '2046-47', '2024-02-04 06:59:51', '2024-02-04 06:59:51'),
(56, '2047-48', '2024-02-04 06:59:51', '2024-02-04 06:59:51'),
(57, '2048-49', '2024-02-04 06:59:51', '2024-02-04 06:59:51'),
(58, '2049-50', '2024-02-04 06:59:51', '2024-02-04 06:59:51');

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

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

CREATE TABLE `failed_jobs` (
  `id` bigint UNSIGNED NOT NULL,
  `connection` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `queue` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `payload` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `exception` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `failed_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC;

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

INSERT INTO `failed_jobs` (`id`, `connection`, `queue`, `payload`, `exception`, `failed_at`) VALUES
(691, 'database', 'default', '{\"uuid\":\"f9849861-dc9c-40e8-aef4-4640cff9f03c\",\"displayName\":\"App\\\\Jobs\\\\SmsSend\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"delay\":null,\"timeout\":null,\"timeoutAt\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\SmsSend\",\"command\":\"O:16:\\\"App\\\\Jobs\\\\SmsSend\\\":9:{s:4:\\\"data\\\";a:2:{s:4:\\\"data\\\";O:39:\\\"Illuminate\\\\Database\\\\Eloquent\\\\Collection\\\":1:{s:8:\\\"\\u0000*\\u0000items\\\";a:100:{i:0;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2138;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Jit Vokto\\\";s:3:\\\"nid\\\";s:3:\\\"N\\/A\\\";s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711945289\\\";s:11:\\\"alter_phone\\\";s:11:\\\"01711945289\\\";s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ORl1NbafSOyBuoRa0yoh2uTX3rzijLpq6toG36N3Bx6D2MhIMvH9m\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-12 16:00:54\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-12 16:00:54\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2138;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Jit Vokto\\\";s:3:\\\"nid\\\";s:3:\\\"N\\/A\\\";s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711945289\\\";s:11:\\\"alter_phone\\\";s:11:\\\"01711945289\\\";s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ORl1NbafSOyBuoRa0yoh2uTX3rzijLpq6toG36N3Bx6D2MhIMvH9m\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-12 16:00:54\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-12 16:00:54\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:1;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2152;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Shahin Akter\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:10:\\\"Chottogram\\\";s:5:\\\"phone\\\";s:11:\\\"01835874391\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$rFN4zJWSdkQI1iHs06go2u6DQUyUds2Cgo\\/duEvOaEPewg4OCfNQy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-12 17:01:31\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-12 17:01:31\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2152;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Shahin Akter\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:10:\\\"Chottogram\\\";s:5:\\\"phone\\\";s:11:\\\"01835874391\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$rFN4zJWSdkQI1iHs06go2u6DQUyUds2Cgo\\/duEvOaEPewg4OCfNQy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-12 17:01:31\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-12 17:01:31\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:2;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2156;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:25:\\\"Alok Debnath \\uff08Foridpur)\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"alokdebnath@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01761713106\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Pt4V8UhyWqbApziR0keopuUyfViXX5tq0Gk3hi49SJHMqR998Be5e\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-12 17:11:28\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-12 17:11:28\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2156;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:25:\\\"Alok Debnath \\uff08Foridpur)\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"alokdebnath@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01761713106\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Pt4V8UhyWqbApziR0keopuUyfViXX5tq0Gk3hi49SJHMqR998Be5e\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-12 17:11:28\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-12 17:11:28\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:3;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2165;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"arif\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"arif54@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01971668854\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$VDWb7ejn59PWWQHKf0S\\/N.pBvKKqDW2nHbiNvPKzoTc1mX.t8.Lbe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-12 17:42:51\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-12 17:42:51\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2165;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"arif\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"arif54@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01971668854\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$VDWb7ejn59PWWQHKf0S\\/N.pBvKKqDW2nHbiNvPKzoTc1mX.t8.Lbe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-12 17:42:51\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-12 17:42:51\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:4;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2166;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Arif\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"arif22@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01746510422\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$daM7QqxFxYv7GCbezrTx2eO84L7lIOl\\/I6e9asNcaA3EcD\\/B5we4i\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-12 17:46:44\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-12 17:46:44\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2166;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Arif\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"arif22@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01746510422\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$daM7QqxFxYv7GCbezrTx2eO84L7lIOl\\/I6e9asNcaA3EcD\\/B5we4i\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-12 17:46:44\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-12 17:46:44\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:5;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2263;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Md. Nahid\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"nahid24@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01721027224\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$AfEh\\/xt9wdzahkJRpymk1.RAghQB.wHbrGBXBtGrSjqoI82hzHILi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 14:38:22\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 14:38:22\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2263;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Md. Nahid\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"nahid24@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01721027224\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$AfEh\\/xt9wdzahkJRpymk1.RAghQB.wHbrGBXBtGrSjqoI82hzHILi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 14:38:22\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 14:38:22\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:6;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2384;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Hasan Morshed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"morshed4692@yahoo.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711306234\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$MW6vZ75bkOxICzs1bSes5eQiNkCO3BR1suDAu\\/pIyuExTRYckdkgy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 13:46:49\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 13:46:49\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2384;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Hasan Morshed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"morshed4692@yahoo.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711306234\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$MW6vZ75bkOxICzs1bSes5eQiNkCO3BR1suDAu\\/pIyuExTRYckdkgy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 13:46:49\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 13:46:49\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:7;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2385;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Abdul Hamid Shohag\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"shohagnbl@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01673823266\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$wqCMKgHScBnG.r2M2simjewx3xC5\\/1MKbwcPnL8MUskik30wpIBKm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 13:50:11\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 13:50:11\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2385;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Abdul Hamid Shohag\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"shohagnbl@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01673823266\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$wqCMKgHScBnG.r2M2simjewx3xC5\\/1MKbwcPnL8MUskik30wpIBKm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 13:50:11\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 13:50:11\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:8;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2396;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Sohana\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"shibak1971@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01622246048\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$5kf9lqZq8Ne2DniG5Cwga.sl20WsWOycfj2.X5TgJ6E9wkyYSGTAW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 15:32:35\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 15:32:35\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2396;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Sohana\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"shibak1971@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01622246048\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$5kf9lqZq8Ne2DniG5Cwga.sl20WsWOycfj2.X5TgJ6E9wkyYSGTAW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 15:32:35\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 15:32:35\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:9;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2397;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Shofiqul islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"shofiqul20@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01729327220\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$JwSxz1QLzjhWDRbIAmhoq.JmOExj0rNy\\/P4WgNQdHZn\\/Ge6qHNhUi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 15:37:21\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 15:37:21\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2397;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Shofiqul islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"shofiqul20@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01729327220\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$JwSxz1QLzjhWDRbIAmhoq.JmOExj0rNy\\/P4WgNQdHZn\\/Ge6qHNhUi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 15:37:21\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 15:37:21\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:10;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2398;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:29:\\\"Kazi Abdullah Al Anisur Zaman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"sohelhat026@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01819290268\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$0Sq51kiF8pYIKwXyAVogNex0W7SXK7LJ0XTeqsklrtWN27ILEY4Pa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 15:41:59\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 15:41:59\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2398;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:29:\\\"Kazi Abdullah Al Anisur Zaman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"sohelhat026@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01819290268\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$0Sq51kiF8pYIKwXyAVogNex0W7SXK7LJ0XTeqsklrtWN27ILEY4Pa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 15:41:59\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 15:41:59\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:11;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2400;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Feroj ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"ferojnet73@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01815946458\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$vGeifIjDSWZ0i2136wCNHOQf68gzfZzVFXmfXIdjE2ZTTfgtimI96\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 15:51:03\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 15:51:03\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2400;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Feroj ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"ferojnet73@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01815946458\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$vGeifIjDSWZ0i2136wCNHOQf68gzfZzVFXmfXIdjE2ZTTfgtimI96\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 15:51:03\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 15:51:03\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:12;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2404;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Ashequr Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"arthaiglass@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716226689\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$yVoMORq1CLpNa5wfJbONAeaXyS8nG7VXis4xBDTm3S1Sa3luZU7UO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 16:11:38\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 16:11:38\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2404;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Ashequr Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"arthaiglass@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716226689\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$yVoMORq1CLpNa5wfJbONAeaXyS8nG7VXis4xBDTm3S1Sa3luZU7UO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 16:11:38\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 16:11:38\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:13;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2405;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md. saiful Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:27:\\\"creativecircleltd@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712254936\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$RPv3V7\\/b5DqXemxtv1JSkeVhPuqpDivcFZz8tm4exFEkavKm13sji\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 16:15:16\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 16:15:16\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2405;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md. saiful Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:27:\\\"creativecircleltd@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712254936\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$RPv3V7\\/b5DqXemxtv1JSkeVhPuqpDivcFZz8tm4exFEkavKm13sji\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 16:15:16\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 16:15:16\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:14;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2406;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Ashiqur Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"ashikur66@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01612110166\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$eMujOZM\\/rZKubnFK5Yq5gu7rzC20xUcIf65I73iGZphebuvAAq6vS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 16:18:37\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 16:18:37\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2406;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Ashiqur Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"ashikur66@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01612110166\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$eMujOZM\\/rZKubnFK5Yq5gu7rzC20xUcIf65I73iGZphebuvAAq6vS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 16:18:37\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 16:18:37\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:15;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2408;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Md. Shanto\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"shanto.ish@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01733275307\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$6XhBKnT8uRzhATIRCW9S6uW\\/wCleDMunGLKo5MYv\\/5CCGTX3P2Elu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 16:23:47\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 16:23:47\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2408;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Md. Shanto\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"shanto.ish@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01733275307\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$6XhBKnT8uRzhATIRCW9S6uW\\/wCleDMunGLKo5MYv\\/5CCGTX3P2Elu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 16:23:47\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 16:23:47\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:16;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2409;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Raju Monowar\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:17:\\\"raju@mygps.com.bd\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01778943462\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$b0CnTSVOrH22y3TcdwYxUO8f8\\/I84jqQ0BBFrOwiIb6OrrPSgJ\\/\\/m\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 16:26:53\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 16:26:53\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2409;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Raju Monowar\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:17:\\\"raju@mygps.com.bd\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01778943462\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$b0CnTSVOrH22y3TcdwYxUO8f8\\/I84jqQ0BBFrOwiIb6OrrPSgJ\\/\\/m\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 16:26:53\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 16:26:53\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:17;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2410;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Belayet Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:28:\\\"belayethossain4090@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01912924090\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$cxkDXuxjwvBIPrwI6JxhN.Any0VDKCochFZy.xUCuifRdMRJt5cOG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 16:29:27\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 16:29:27\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2410;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Belayet Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:28:\\\"belayethossain4090@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01912924090\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$cxkDXuxjwvBIPrwI6JxhN.Any0VDKCochFZy.xUCuifRdMRJt5cOG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 16:29:27\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 16:29:27\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:18;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2411;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Md. Bappy hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"bappy46@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01827365146\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$NZTox3yJdXSyPZEJYEmuE.Eez8p3AiQqBva72LCe3Ghc1I5LeS4Pe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 16:35:49\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 16:35:49\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2411;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Md. Bappy hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"bappy46@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01827365146\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$NZTox3yJdXSyPZEJYEmuE.Eez8p3AiQqBva72LCe3Ghc1I5LeS4Pe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 16:35:49\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 16:35:49\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:19;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2415;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Taposh Mallick\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"taposh82@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712868027\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$tOUnUFcIXFk4XDHVFc2EIu0cBkgepvKaMCro33sgezTUNlkG\\/cr3u\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 22:36:20\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 22:36:20\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2415;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Taposh Mallick\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"taposh82@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712868027\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$tOUnUFcIXFk4XDHVFc2EIu0cBkgepvKaMCro33sgezTUNlkG\\/cr3u\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 22:36:20\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 22:36:20\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:20;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2420;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:24:\\\"Md.Shafiur Rahman Sikdar\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"shafiur300@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01730320300\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$KTpyJ2gcf6fi84Cbu8PtZODA6QrqBsQeoDbhbAsShGaqo7T41c576\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 22:50:39\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 22:50:39\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2420;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:24:\\\"Md.Shafiur Rahman Sikdar\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"shafiur300@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01730320300\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$KTpyJ2gcf6fi84Cbu8PtZODA6QrqBsQeoDbhbAsShGaqo7T41c576\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 22:50:39\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 22:50:39\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:21;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2421;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Jamal uddin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:25:\\\"relianceent2007@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01915494548\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$GPdryx0FPBq0qTHeO3vmFOgF7kwptXW17yqnYFy2aL1NZxNGkK2Sy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 22:53:41\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 22:53:41\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2421;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Jamal uddin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:25:\\\"relianceent2007@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01915494548\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$GPdryx0FPBq0qTHeO3vmFOgF7kwptXW17yqnYFy2aL1NZxNGkK2Sy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 22:53:41\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 22:53:41\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:22;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2424;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Zobaer Ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:27:\\\"zobaerahmedrajeer@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01730376631\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$w7cGNNZhUdWZxu8uAOrbTuV2YoMied3NjI.2BabI.rEM68oR\\/qelC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 23:16:23\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 23:16:23\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2424;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Zobaer Ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:27:\\\"zobaerahmedrajeer@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01730376631\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$w7cGNNZhUdWZxu8uAOrbTuV2YoMied3NjI.2BabI.rEM68oR\\/qelC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 23:16:23\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 23:16:23\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:23;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2425;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"MD ZAKIR HOSSAIN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:27:\\\"zakirhossainrobi5@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01846945654\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$oG1Hm.L3aDX\\/8JN1mA0o\\/e9Hrb7q3qsHCgSH9M51ALEDRUGhvz752\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 23:19:35\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 23:19:35\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2425;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"MD ZAKIR HOSSAIN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:27:\\\"zakirhossainrobi5@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01846945654\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$oG1Hm.L3aDX\\/8JN1mA0o\\/e9Hrb7q3qsHCgSH9M51ALEDRUGhvz752\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 23:19:35\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 23:19:35\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:24;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2426;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Md.Yeasin ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"yeasin@mygps.com.bd\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712226581\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$cthGjQCqOZpqFvRVS08W6.\\/bdc084wCN1oMWrB.tjR2TPw4oEZ5nK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 23:51:14\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 23:51:14\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2426;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Md.Yeasin ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"yeasin@mygps.com.bd\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712226581\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$cthGjQCqOZpqFvRVS08W6.\\/bdc084wCN1oMWrB.tjR2TPw4oEZ5nK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 23:51:14\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 23:51:14\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:25;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2427;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Md. Salim Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:28:\\\"md.salimhossain007@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715794172\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$mUO8kCnwVCyo4IewpsGHKOg9DRpCZrpzBs9WF5ukaA\\/GyZifI5q46\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 23:55:05\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 23:55:05\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2427;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Md. Salim Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:28:\\\"md.salimhossain007@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715794172\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$mUO8kCnwVCyo4IewpsGHKOg9DRpCZrpzBs9WF5ukaA\\/GyZifI5q46\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 23:55:05\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 23:55:05\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:26;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2428;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md.Faridul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"faridul65@mygps.com.bd\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01610842565\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$VnQ3BrXoivRSyGJH44PXg.poX7uglkTL5dldQELf9R2eXeMvylJtG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 00:01:56\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 00:01:56\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2428;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md.Faridul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"faridul65@mygps.com.bd\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01610842565\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$VnQ3BrXoivRSyGJH44PXg.poX7uglkTL5dldQELf9R2eXeMvylJtG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 00:01:56\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 00:01:56\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:27;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2430;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Sanzan Mostafa\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:25:\\\"sanzanmostafa@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712059620\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$lUf0VNYsQWbtVzYWBhAE4OPomQhfvDYAzpHc52lhvuEG.4a3ra4om\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 00:10:31\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 00:10:31\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2430;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Sanzan Mostafa\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:25:\\\"sanzanmostafa@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712059620\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$lUf0VNYsQWbtVzYWBhAE4OPomQhfvDYAzpHc52lhvuEG.4a3ra4om\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 00:10:31\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 00:10:31\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:28;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2431;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Ahmed EBC\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:29:\\\"ahmed.ebc@interstellartec.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01749557858\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Ierl\\/VGQ1dktFsWOw1DoDubsYZgVvj3Jkq1fH\\/rNSSJjsEuW3bJiy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 00:15:54\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 00:15:54\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2431;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Ahmed EBC\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:29:\\\"ahmed.ebc@interstellartec.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01749557858\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Ierl\\/VGQ1dktFsWOw1DoDubsYZgVvj3Jkq1fH\\/rNSSJjsEuW3bJiy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 00:15:54\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 00:15:54\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:29;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2432;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Md.Nazrul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:25:\\\"litonnazrul1976@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01816445211\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Il6.TUpbUZLtzIhd3Leg1.GqIfRcXm7Gml62vTi\\/ng92dpMHCEDfa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 00:19:42\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 00:19:42\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2432;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Md.Nazrul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:25:\\\"litonnazrul1976@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01816445211\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Il6.TUpbUZLtzIhd3Leg1.GqIfRcXm7Gml62vTi\\/ng92dpMHCEDfa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 00:19:42\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 00:19:42\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:30;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2433;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:20:\\\"Dr.Md.Azaharul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"azharulrafi28@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01735923644\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$y0pCZNfDRZrww36vCMqcu.rPJ9BpvinDIC07Xg7Sqf8sJMWlUlq3W\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 00:24:43\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 00:24:43\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2433;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:20:\\\"Dr.Md.Azaharul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"azharulrafi28@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01735923644\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$y0pCZNfDRZrww36vCMqcu.rPJ9BpvinDIC07Xg7Sqf8sJMWlUlq3W\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 00:24:43\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 00:24:43\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:31;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2434;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"Rezaul Karim Shamee\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:25:\\\"rezaulkarim4984@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01717414984\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$bk4kR6w4T5EJfq7N5gSuP.uoad8gabPkgsfND9mSHyjvKmDHw6kiK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 00:28:23\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 00:28:23\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2434;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"Rezaul Karim Shamee\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:25:\\\"rezaulkarim4984@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01717414984\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$bk4kR6w4T5EJfq7N5gSuP.uoad8gabPkgsfND9mSHyjvKmDHw6kiK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 00:28:23\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 00:28:23\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:32;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2435;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Md Nuruzzaman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"zaman526266i@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01728115026\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$F\\/WXv1nOV36OnsAD7n077eKKwgYYExmeM3sKHMe9tDMkjKJT\\/Ih9.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 10:07:36\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 10:07:36\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2435;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Md Nuruzzaman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"zaman526266i@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01728115026\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$F\\/WXv1nOV36OnsAD7n077eKKwgYYExmeM3sKHMe9tDMkjKJT\\/Ih9.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 10:07:36\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 10:07:36\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:33;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2436;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:24:\\\"Md.Mahmudur Rahman Pasha\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"istugulugulu@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01729204040\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$5FFcCwvz1AaHB.MmbAaV0eiWopunemC2XE91DFlcuFIGaV27y.5cm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 10:09:56\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 10:09:56\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2436;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:24:\\\"Md.Mahmudur Rahman Pasha\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"istugulugulu@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01729204040\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$5FFcCwvz1AaHB.MmbAaV0eiWopunemC2XE91DFlcuFIGaV27y.5cm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 10:09:56\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 10:09:56\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:34;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2437;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Md. Mahbubul Hasan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:27:\\\"mahbubulhasan5154@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01754336875\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$a\\/XZscVqnxgmdY7\\/7wlvuO1fJ5sZwCtmZybSayi8KWJ1rIOPxo.di\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 10:18:25\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 10:18:25\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2437;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Md. Mahbubul Hasan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:27:\\\"mahbubulhasan5154@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01754336875\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$a\\/XZscVqnxgmdY7\\/7wlvuO1fJ5sZwCtmZybSayi8KWJ1rIOPxo.di\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 10:18:25\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 10:18:25\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:35;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2438;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:21:\\\"Tariqul Islam Bhuiyan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:27:\\\"bhuiyantariqul317@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01827941001\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$6joVvjYrPBNo0e6F13bZlek.z6WGMlbTJI7Yj8jNhIpx5p8dKnKo.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 10:21:13\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 10:21:13\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2438;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:21:\\\"Tariqul Islam Bhuiyan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:27:\\\"bhuiyantariqul317@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01827941001\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$6joVvjYrPBNo0e6F13bZlek.z6WGMlbTJI7Yj8jNhIpx5p8dKnKo.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 10:21:13\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 10:21:13\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:36;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2440;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md. Monirul Bari\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"barirajib@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01799907020\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$jwvwmxSzfL1JGjdLfWjGKeiVTR6LFakYhsIhgBpk8nYqY2v1oICEy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 10:26:56\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 10:26:56\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2440;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md. Monirul Bari\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"barirajib@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01799907020\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$jwvwmxSzfL1JGjdLfWjGKeiVTR6LFakYhsIhgBpk8nYqY2v1oICEy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 10:26:56\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 10:26:56\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:37;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2441;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Subrata Das\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"subrata21@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01819102021\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$4paWT5poyIBpNPJejDHtQ.Sf4sdOw0Mrhhmj9EXHK2IgDvSb6M.T2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 10:36:06\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 10:36:06\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2441;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Subrata Das\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"subrata21@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01819102021\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$4paWT5poyIBpNPJejDHtQ.Sf4sdOw0Mrhhmj9EXHK2IgDvSb6M.T2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 10:36:06\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 10:36:06\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:38;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2442;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Hassan Shahriar\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"imshahriar@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715551730\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$91R8YxDXy97.BQSr4Y0HoewNdLzSQQ1lSMv0vITz8j9K3Z75fduNi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 10:38:31\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 10:38:31\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2442;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Hassan Shahriar\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"imshahriar@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715551730\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$91R8YxDXy97.BQSr4Y0HoewNdLzSQQ1lSMv0vITz8j9K3Z75fduNi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 10:38:31\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 10:38:31\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:39;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2443;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Abdur Razzaque\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"razzaquem1971@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711954560\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ZUzEU8bc245lFVCZbBO5VuOCFWYRrnqcfpWaZNv\\/z5sv.FnEsA23W\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 10:56:10\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 10:56:10\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2443;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Abdur Razzaque\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"razzaquem1971@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711954560\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ZUzEU8bc245lFVCZbBO5VuOCFWYRrnqcfpWaZNv\\/z5sv.FnEsA23W\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 10:56:10\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 10:56:10\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:40;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2445;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Md Tawfiq Alam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"tawfiq8505@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01722823747\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$TasLvLzXKLL2uZCcME1XcezvTh6A8osavFYGZzLCFNpEFIIbf\\/gPK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 11:13:48\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 11:13:48\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2445;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Md Tawfiq Alam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"tawfiq8505@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01722823747\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$TasLvLzXKLL2uZCcME1XcezvTh6A8osavFYGZzLCFNpEFIIbf\\/gPK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 11:13:48\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 11:13:48\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:41;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2446;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Mashfiq\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"mbeg9164@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01316455470\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$zAev2D6TouatZ6uE6qCB6.BxajBwbK\\/fY1qERsNmYDYDBEccGLWCm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 11:16:08\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 11:16:08\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2446;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Mashfiq\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"mbeg9164@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01316455470\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$zAev2D6TouatZ6uE6qCB6.BxajBwbK\\/fY1qERsNmYDYDBEccGLWCm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 11:16:08\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 11:16:08\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:42;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2447;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Mahbub Riyad\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"riyad41@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01877162041\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$2CFhWwHXiX5K5XtqVUg9B.d6l3HqQzAqnaOKUBaUDT0kQy9EsxVOW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 11:23:43\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 11:23:43\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2447;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Mahbub Riyad\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"riyad41@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01877162041\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$2CFhWwHXiX5K5XtqVUg9B.d6l3HqQzAqnaOKUBaUDT0kQy9EsxVOW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 11:23:43\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 11:23:43\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:43;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2448;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md. Khosrul Alam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"khosrul902@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01718096689\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$DlzDmGD5M4diltWrab7pm.6IfYDlE0izBCdAIIE62Q1EvZhQBJ\\/XW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 11:26:37\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 11:26:37\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2448;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md. Khosrul Alam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"khosrul902@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01718096689\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$DlzDmGD5M4diltWrab7pm.6IfYDlE0izBCdAIIE62Q1EvZhQBJ\\/XW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 11:26:37\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 11:26:37\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:44;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2449;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"SHAWON\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"shawon07@mygps.com.bd\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01742401607\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$fv04ZUbQ9NygEJL587GFOepEYHFDlGW04mdL7aD3LXCE9rDRdRyIe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 11:28:56\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 11:28:56\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2449;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"SHAWON\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"shawon07@mygps.com.bd\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01742401607\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$fv04ZUbQ9NygEJL587GFOepEYHFDlGW04mdL7aD3LXCE9rDRdRyIe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 11:28:56\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 11:28:56\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:45;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2450;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:24:\\\"Md Kamruzzaman Ibne Amin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"kzsohail@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01730088000\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ztXHsgXrOHYOgSRKsGbTtu3zSvnhUBBPK6yywOhpbg2lxz9cPriYm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 11:31:14\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 11:31:14\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2450;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:24:\\\"Md Kamruzzaman Ibne Amin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"kzsohail@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01730088000\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ztXHsgXrOHYOgSRKsGbTtu3zSvnhUBBPK6yywOhpbg2lxz9cPriYm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 11:31:14\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 11:31:14\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:46;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2451;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Ali Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:25:\\\"alihossain63177@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01889767158\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$XVAuqpyKjQhMpKYWP3iP5O0wyBe3Ijz.7yS3faUxH9tBCOJefuczC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 12:04:13\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 12:04:13\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2451;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Ali Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:25:\\\"alihossain63177@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01889767158\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$XVAuqpyKjQhMpKYWP3iP5O0wyBe3Ijz.7yS3faUxH9tBCOJefuczC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 12:04:13\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 12:04:13\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:47;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2452;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Shah Alam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:27:\\\"heavenenterrise02@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01672074421\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$PzxV5JKHEtpTu9q\\/bToK5.1ryFbvBf02yJlGUXaoOGk3GbP7rAgt2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 12:06:32\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 12:06:32\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2452;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Shah Alam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:27:\\\"heavenenterrise02@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01672074421\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$PzxV5JKHEtpTu9q\\/bToK5.1ryFbvBf02yJlGUXaoOGk3GbP7rAgt2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 12:06:32\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 12:06:32\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:48;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2453;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:20:\\\"Mohammad Golam Faruk\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"farukswim38@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711008630\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$3dIYXYV0uFIkSVxs0yWhR.HpdDp0Wq5C6dBH6JUrclAJS4pDZNBvC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 12:08:52\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 12:08:52\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2453;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:20:\\\"Mohammad Golam Faruk\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"farukswim38@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711008630\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$3dIYXYV0uFIkSVxs0yWhR.HpdDp0Wq5C6dBH6JUrclAJS4pDZNBvC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 12:08:52\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 12:08:52\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:49;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2454;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Babul Sheikh\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:24:\\\"babul542sheikh@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712167542\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$MP1oQwsoaY8Y75ed2Z\\/GwuL9ygWJPg3KD8QTogZqro3pyEgxV\\/9cy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 12:10:58\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 12:10:58\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2454;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Babul Sheikh\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:24:\\\"babul542sheikh@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712167542\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$MP1oQwsoaY8Y75ed2Z\\/GwuL9ygWJPg3KD8QTogZqro3pyEgxV\\/9cy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 12:10:58\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 12:10:58\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:50;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2455;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Md. Shariful Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"sharifrsd@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712554763\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$jcov9pZwEIE5FfKod1DKbuStnNtNjc3oYejG.eovE.BwtD\\/jSo8XC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 12:14:05\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 12:14:05\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2455;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Md. Shariful Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"sharifrsd@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712554763\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$jcov9pZwEIE5FfKod1DKbuStnNtNjc3oYejG.eovE.BwtD\\/jSo8XC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 12:14:05\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 12:14:05\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:51;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2456;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:22:\\\"ASM Muntasir Chowdhury\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"dear.muntasir@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711670830\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$JaLghpPXI7rCsGFu\\/XLlLu9f0rkHif3nRL\\/CUM8eQH4xVB5W9G.4O\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 12:18:32\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 12:18:32\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2456;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:22:\\\"ASM Muntasir Chowdhury\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"dear.muntasir@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711670830\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$JaLghpPXI7rCsGFu\\/XLlLu9f0rkHif3nRL\\/CUM8eQH4xVB5W9G.4O\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 12:18:32\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 12:18:32\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:52;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2457;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"Md.Masud Alom Munna\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"munna32@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711026032\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$xIZnW.4e.u7UgLKqPilHfeX.mAPgBMgpQAe4cy63sF\\/p\\/zF43\\/7xW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 12:20:41\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 12:20:41\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2457;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"Md.Masud Alom Munna\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"munna32@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711026032\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$xIZnW.4e.u7UgLKqPilHfeX.mAPgBMgpQAe4cy63sF\\/p\\/zF43\\/7xW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 12:20:41\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 12:20:41\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:53;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2458;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"AKM Noor Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"rootagrovet@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711929536\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$38KOHdYr0PojSYrMprWhCOfXYWCUgCwE\\/IDg4OglL7GkKRCqitZwm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 12:36:04\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 12:36:04\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2458;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"AKM Noor Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"rootagrovet@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711929536\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$38KOHdYr0PojSYrMprWhCOfXYWCUgCwE\\/IDg4OglL7GkKRCqitZwm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 12:36:04\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 12:36:04\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:54;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2459;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Obidul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"obidul55@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01719934355\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$7wZjK.FfckjR6XzB2kbjV.GA8sGi5nOFl6trV0deCfcWcv1sddPgC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 12:38:32\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 12:38:32\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2459;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Obidul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"obidul55@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01719934355\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$7wZjK.FfckjR6XzB2kbjV.GA8sGi5nOFl6trV0deCfcWcv1sddPgC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 12:38:32\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 12:38:32\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:55;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2460;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Adv.Bipul Saha\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01724000221\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$C8ZtsdQ1XNgOoxKcPy6Wb.8O.fJTQH9qpQPcCvOdCs5tPw5uv1cHO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 12:41:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 12:41:29\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2460;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Adv.Bipul Saha\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01724000221\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$C8ZtsdQ1XNgOoxKcPy6Wb.8O.fJTQH9qpQPcCvOdCs5tPw5uv1cHO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 12:41:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 12:41:29\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:56;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2463;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"Engr. Mogibul Mowla\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"marinetecctg@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01814275302\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ySNLzAgdKGSTes.kFP4vke2.x15VEsmBFgmWSf8wpHjsMyGrPY7cS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 16:14:18\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 16:14:18\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2463;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"Engr. Mogibul Mowla\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"marinetecctg@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01814275302\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ySNLzAgdKGSTes.kFP4vke2.x15VEsmBFgmWSf8wpHjsMyGrPY7cS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 16:14:18\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 16:14:18\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:57;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2465;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:25:\\\"Dr. Mohammad Khairul Alam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"khairulalom@mygpsbd.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711398017\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Qjtml5ahXXZ0AoF0G74MxeeHEUQd5O4mvP2MfFB8bE6g\\/4gf6LKRG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 16:19:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 16:19:29\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2465;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:25:\\\"Dr. Mohammad Khairul Alam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"khairulalom@mygpsbd.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711398017\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Qjtml5ahXXZ0AoF0G74MxeeHEUQd5O4mvP2MfFB8bE6g\\/4gf6LKRG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 16:19:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 16:19:29\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:58;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2467;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:21:\\\"Md. Matiul Islam Alam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:27:\\\"matiulislamsarkar@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01707367055\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$f1.OcNiTowl9tHYEr\\/\\/DheR5ZO3STtuveQrFJ6CsiS1jf\\/G6g7F6u\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 16:26:21\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 16:26:21\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2467;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:21:\\\"Md. Matiul Islam Alam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:27:\\\"matiulislamsarkar@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01707367055\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$f1.OcNiTowl9tHYEr\\/\\/DheR5ZO3STtuveQrFJ6CsiS1jf\\/G6g7F6u\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 16:26:21\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 16:26:21\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:59;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2470;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Mafizul Alom\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"mafizul13@mygpsbd.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01718336513\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$VlLMglcTQIqv12QiavpwdOtEExD3U35QFWzBanuf.uhixnU5Rfyxy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 16:46:52\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 16:46:52\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2470;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Mafizul Alom\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"mafizul13@mygpsbd.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01718336513\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$VlLMglcTQIqv12QiavpwdOtEExD3U35QFWzBanuf.uhixnU5Rfyxy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 16:46:52\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 16:46:52\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:60;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2471;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Mos5 tel Ltd.\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"mokamal018@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01707038118\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$QuWzjrVfksPhmpjJ.ftfP.mzksUQ1sPB4ATaREikC0lnrtD\\/vSHwW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 16:49:32\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 16:49:32\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2471;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Mos5 tel Ltd.\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"mokamal018@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01707038118\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$QuWzjrVfksPhmpjJ.ftfP.mzksUQ1sPB4ATaREikC0lnrtD\\/vSHwW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 16:49:32\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 16:49:32\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:61;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2472;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Md. Jahedul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"jatbangla548@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01749332498\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$RlCCi.XgWzilarZ\\/D.LaKuZEQ5goMANRh5VLVlyV5mHNHiuWCtCiG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 16:54:59\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 16:54:59\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2472;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Md. Jahedul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"jatbangla548@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01749332498\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$RlCCi.XgWzilarZ\\/D.LaKuZEQ5goMANRh5VLVlyV5mHNHiuWCtCiG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 16:54:59\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 16:54:59\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:62;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2474;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"Robiul Hasan Salman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"robiulhasan@mygpsbd.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01999044603\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$XcyV060tyyEvbkBbVktUfuJdq4EdveiOCLs2pagM7\\/hxfIkGMOISK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 17:19:21\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 17:19:21\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2474;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"Robiul Hasan Salman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"robiulhasan@mygpsbd.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01999044603\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$XcyV060tyyEvbkBbVktUfuJdq4EdveiOCLs2pagM7\\/hxfIkGMOISK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 17:19:21\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 17:19:21\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:63;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2478;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:21:\\\"Rashed Mosharrof Rana\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:29:\\\"rashedmosharrofrana@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01973000081\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$c7yufkSrAk7mKLrQKxOwPe2emOtgrHbgXnc6yAuT6QBPq2\\/5tKdlm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 17:46:54\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 17:46:54\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2478;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:21:\\\"Rashed Mosharrof Rana\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:29:\\\"rashedmosharrofrana@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01973000081\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$c7yufkSrAk7mKLrQKxOwPe2emOtgrHbgXnc6yAuT6QBPq2\\/5tKdlm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 17:46:54\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 17:46:54\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:64;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2480;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Lutfor rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:27:\\\"rahamanlutfor1981@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01608907576\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$HjvXwVQef\\/rF1v7aA1fXxeINmCr4NLDga8JZBNu4fv9errCfo5oLq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 17:52:19\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 17:52:19\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2480;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Lutfor rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:27:\\\"rahamanlutfor1981@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01608907576\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$HjvXwVQef\\/rF1v7aA1fXxeINmCr4NLDga8JZBNu4fv9errCfo5oLq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 17:52:19\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 17:52:19\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:65;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2481;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Shaon Debnath\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:17:\\\"shaon38@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01677194407\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$MqXwlBOHB.kNjly5e1113OigHghW9oTY7UWvSyWAa9ClewZdaV82S\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 17:54:51\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 17:54:51\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2481;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Shaon Debnath\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:17:\\\"shaon38@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01677194407\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$MqXwlBOHB.kNjly5e1113OigHghW9oTY7UWvSyWAa9ClewZdaV82S\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 17:54:51\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 17:54:51\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:66;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2482;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Parvez Ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"parvezahmed@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01882767271\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$In.YyYJSt4na82c7jCL.1.bzb9UPTWyE\\/ZpU9G6luIS4w2hTuOFxe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 17:57:15\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 17:57:15\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2482;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Parvez Ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"parvezahmed@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01882767271\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$In.YyYJSt4na82c7jCL.1.bzb9UPTWyE\\/ZpU9G6luIS4w2hTuOFxe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 17:57:15\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 17:57:15\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:67;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2483;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Murshed Chowdhury\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:29:\\\"murshed_chowdhury@outlook.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01729226623\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$jPqHEbI2WWTRDewPLbaFgerKFen9ZpPT\\/ZVsIYkwRpF.SyJY0jJVC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 21:20:14\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 21:20:14\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2483;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Murshed Chowdhury\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:29:\\\"murshed_chowdhury@outlook.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01729226623\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$jPqHEbI2WWTRDewPLbaFgerKFen9ZpPT\\/ZVsIYkwRpF.SyJY0jJVC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 21:20:14\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 21:20:14\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:68;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2484;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"DR MD SALAH UDDON\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:28:\\\"salahuddinomar9229@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711421085\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$zwO8gmGjwZlt428q2WDawekfjuLT4BgDEt8Y5hMRxSSD79wRZNCoO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 21:36:22\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 21:36:22\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2484;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"DR MD SALAH UDDON\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:28:\\\"salahuddinomar9229@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711421085\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$zwO8gmGjwZlt428q2WDawekfjuLT4BgDEt8Y5hMRxSSD79wRZNCoO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 21:36:22\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 21:36:22\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:69;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2485;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:23:\\\"Mohammad Ismail Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"muktoh2022@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711123599\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$kHesDVKgnh6p0sb5JUIELu3zoJsJFoMCN7tyYerWuqgQ6mQ2oF\\/xi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 21:39:06\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 21:39:06\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2485;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:23:\\\"Mohammad Ismail Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"muktoh2022@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711123599\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$kHesDVKgnh6p0sb5JUIELu3zoJsJFoMCN7tyYerWuqgQ6mQ2oF\\/xi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 21:39:06\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 21:39:06\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:70;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2486;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Kornel asad\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"romel6540@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01713331568\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$0j2lELbzUf3Xw.ydqfsw7OVRmlUtFJ37MXaf3fUFvIkgqCLK56UgS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 21:42:00\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 21:42:00\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2486;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Kornel asad\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"romel6540@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01713331568\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$0j2lELbzUf3Xw.ydqfsw7OVRmlUtFJ37MXaf3fUFvIkgqCLK56UgS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 21:42:00\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 21:42:00\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:71;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2487;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"MD Iqbal Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"mdiqbal5029@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712274148\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$cBniBTpQ7fVwJxAxq23hROCElrF4YKFkTYLsEEGAVJ5ax9iYtA2eW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 21:45:05\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 21:45:05\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2487;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"MD Iqbal Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"mdiqbal5029@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712274148\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$cBniBTpQ7fVwJxAxq23hROCElrF4YKFkTYLsEEGAVJ5ax9iYtA2eW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 21:45:05\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 21:45:05\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:72;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2488;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Rabby\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"rabbibond25@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01316199697\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$bRe3uCT0htA8iWYmHUmWN.y2G.1Icdap4ypshRQ8snIB\\/x3pz1mNq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 21:48:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 21:48:29\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2488;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Rabby\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"rabbibond25@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01316199697\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$bRe3uCT0htA8iWYmHUmWN.y2G.1Icdap4ypshRQ8snIB\\/x3pz1mNq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 21:48:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 21:48:29\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:73;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2489;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Rahim\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"rahim44@mygpsd.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01919166944\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$gLk\\/6lbx\\/Zlm45VYhwlPAewl\\/2YT6vwx5r1LATOelTZiiGrsMhJGO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 21:51:27\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 21:51:27\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2489;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Rahim\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"rahim44@mygpsd.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01919166944\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$gLk\\/6lbx\\/Zlm45VYhwlPAewl\\/2YT6vwx5r1LATOelTZiiGrsMhJGO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 21:51:27\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 21:51:27\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:74;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2490;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Sumon Uddin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:17:\\\"sumon71@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01884204571\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$OYY.savfOzOeGvosSUhXDOEwsdRyPDuhpf4swbcGjThH50Z87309i\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 21:56:27\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 21:56:27\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2490;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Sumon Uddin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:17:\\\"sumon71@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01884204571\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$OYY.savfOzOeGvosSUhXDOEwsdRyPDuhpf4swbcGjThH50Z87309i\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 21:56:27\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 21:56:27\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:75;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2491;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:20:\\\"Md Mostafizur Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"shamimkuet@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712699155\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$XRz4Mx8odkjfI5VkYnS.yeMUbCZtfWMyE2D5iT1JDcNmCXtF6dISa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 22:00:39\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 22:00:39\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2491;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:20:\\\"Md Mostafizur Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"shamimkuet@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712699155\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$XRz4Mx8odkjfI5VkYnS.yeMUbCZtfWMyE2D5iT1JDcNmCXtF6dISa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 22:00:39\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 22:00:39\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:76;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2492;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Sheikh Ripon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:17:\\\"ripon89@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01728240589\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$YdtVNlVssIyEBvprXSLjmualFRoWAt6vgOIi6otsJExtL.nZf\\/Jau\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 22:03:25\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 22:03:25\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2492;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Sheikh Ripon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:17:\\\"ripon89@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01728240589\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$YdtVNlVssIyEBvprXSLjmualFRoWAt6vgOIi6otsJExtL.nZf\\/Jau\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 22:03:25\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 22:03:25\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:77;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2494;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"KAMRUDDUJA SAYEM\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"sayem123457@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712170394\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$j1pPVXArnRH9oI6lePRwD.ZvCTJPkBpf2GjVviBLYfgWc5YxayZcC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 09:59:39\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 09:59:39\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2494;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"KAMRUDDUJA SAYEM\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"sayem123457@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712170394\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$j1pPVXArnRH9oI6lePRwD.ZvCTJPkBpf2GjVviBLYfgWc5YxayZcC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 09:59:39\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 09:59:39\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:78;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2495;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"faruk123\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"faruk123@mygpsd.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01718159097\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$myYv35ExrFoz5KvAkhX4\\/exI3T4qCqQyjdkPaHv0GJQfjEbYFDT8q\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 10:01:51\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 10:01:51\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2495;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"faruk123\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"faruk123@mygpsd.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01718159097\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$myYv35ExrFoz5KvAkhX4\\/exI3T4qCqQyjdkPaHv0GJQfjEbYFDT8q\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 10:01:51\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 10:01:51\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:79;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2496;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Arif\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"mohammedarifh@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712551848\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Kla5jUSv3Tg1s3sXIYjBQ.Tf8WFRjAfM6yRTEBYQOGFEtpQDAN3LC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 10:04:20\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 10:04:20\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2496;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Arif\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"mohammedarifh@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712551848\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Kla5jUSv3Tg1s3sXIYjBQ.Tf8WFRjAfM6yRTEBYQOGFEtpQDAN3LC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 10:04:20\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 10:04:20\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:80;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2497;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Md.Main uddin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"stmain1998@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01732651804\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$FXMIG1cvvwTeoxQGmx81LeFWBtMhApdTaPnlXzVi38N1x4qe8s\\/uG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 10:07:01\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 10:07:01\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2497;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Md.Main uddin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"stmain1998@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01732651804\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$FXMIG1cvvwTeoxQGmx81LeFWBtMhApdTaPnlXzVi38N1x4qe8s\\/uG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 10:07:01\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 10:07:01\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:81;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2499;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"RASEL AHMED\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"rasel12@mygpsd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01769007412\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$n1VbuPxO.iO9qM4ObH2kPuE0iZhgiYBgFPWKXBkQvSciuqZC7XsRm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 10:17:31\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 10:17:31\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2499;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"RASEL AHMED\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"rasel12@mygpsd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01769007412\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$n1VbuPxO.iO9qM4ObH2kPuE0iZhgiYBgFPWKXBkQvSciuqZC7XsRm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 10:17:31\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 10:17:31\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:82;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2500;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Dewan Md Laqat Ali\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"liaqat3238@yahoo.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01700783345\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$oBmsnblIE8rYb6z8NPjtP.4uKp95zdE6zEDB0CYYOFk6NNR\\/exfeS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 10:23:07\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 10:23:07\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2500;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Dewan Md Laqat Ali\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"liaqat3238@yahoo.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01700783345\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$oBmsnblIE8rYb6z8NPjtP.4uKp95zdE6zEDB0CYYOFk6NNR\\/exfeS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 10:23:07\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 10:23:07\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:83;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2503;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"NUR SIDDIQUE ONIM\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:17:\\\"ONIM723@GMAIL.COM\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01730599993\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$YkMaoZX1xNNUYjdw3U0q5ukkFg9wh\\/MH6Xy7uvneB2F\\/zPjnC1jtS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 10:38:40\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 10:38:40\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2503;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"NUR SIDDIQUE ONIM\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:17:\\\"ONIM723@GMAIL.COM\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01730599993\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$YkMaoZX1xNNUYjdw3U0q5ukkFg9wh\\/MH6Xy7uvneB2F\\/zPjnC1jtS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 10:38:40\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 10:38:40\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:84;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2504;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:20:\\\"Anayet Hossain Sumon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"anayet95@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01866019195\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$fOfRgdXQNn0QPFd2J8us4ueOlYKLCklzv4DBMSxK09B\\/eMuo3J1wW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 10:50:45\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 10:50:45\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2504;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:20:\\\"Anayet Hossain Sumon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"anayet95@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01866019195\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$fOfRgdXQNn0QPFd2J8us4ueOlYKLCklzv4DBMSxK09B\\/eMuo3J1wW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 10:50:45\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 10:50:45\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:85;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2505;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md.jahangir alam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:27:\\\"Jahagiralam.tex16@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01618384673\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$WDC67DaNgToFW0Tx6oNyauDm2FYTbIVVdIZxuYmVa2RTLxAXRQERu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 10:54:54\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 10:54:54\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2505;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md.jahangir alam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:27:\\\"Jahagiralam.tex16@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01618384673\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$WDC67DaNgToFW0Tx6oNyauDm2FYTbIVVdIZxuYmVa2RTLxAXRQERu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 10:54:54\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 10:54:54\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:86;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2506;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Md Manik Mia\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"rawshik84@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715054861\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$o3hvZvi.7jAza.yEq4lxYuAwGSo3uuKhpyEGkJrKiPIAjKeOHunga\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 10:59:24\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 10:59:24\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2506;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Md Manik Mia\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"rawshik84@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715054861\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$o3hvZvi.7jAza.yEq4lxYuAwGSo3uuKhpyEGkJrKiPIAjKeOHunga\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 10:59:24\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 10:59:24\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:87;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2507;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md.Mojibul Karim\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"amimujib1986@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01732228280\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$fFDi0WJjfx5vBLY6hWqoueZgq5LSRxNbf5YMyY90Q2\\/DNhk5YoV3e\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 11:18:33\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 11:18:33\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2507;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md.Mojibul Karim\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"amimujib1986@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01732228280\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$fFDi0WJjfx5vBLY6hWqoueZgq5LSRxNbf5YMyY90Q2\\/DNhk5YoV3e\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 11:18:33\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 11:18:33\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:88;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2508;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md.Alim Ul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"sajoloffice@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712334589\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$KbV0fW6v02SQKyCN19dTYuZAYPi2uljas\\/xpxeVoG3BQ2o7PMZ2ku\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 11:42:14\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 12:31:59\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2508;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md.Alim Ul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"sajoloffice@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712334589\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$KbV0fW6v02SQKyCN19dTYuZAYPi2uljas\\/xpxeVoG3BQ2o7PMZ2ku\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 11:42:14\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 12:31:59\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:89;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2510;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"ROSHID\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"roshid55@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01920784555\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$W41bNFARcsFxBB6eyuZX3.mGWQK2ixuQAYNhUwYyGUWaEQVuBM9lu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 21:46:48\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 21:46:48\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2510;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"ROSHID\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"roshid55@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01920784555\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$W41bNFARcsFxBB6eyuZX3.mGWQK2ixuQAYNhUwYyGUWaEQVuBM9lu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 21:46:48\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 21:46:48\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:90;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2511;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Nashim Ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"skrumi.in@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01763256861\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$hKemHqPZ9gXYRC3pO.SI6.j9H7hvZwp6pNll2AMRBqCwFFHHaUlVy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 21:50:51\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 21:50:51\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2511;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Nashim Ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"skrumi.in@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01763256861\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$hKemHqPZ9gXYRC3pO.SI6.j9H7hvZwp6pNll2AMRBqCwFFHHaUlVy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 21:50:51\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 21:50:51\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:91;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2512;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:23:\\\"Abdullah Mohammad Eunus\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"abdullah11@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01755536111\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Dycz1nKGIxtOpnKjEoNd6OfOK8yLEL.ryp\\/QTCGfjcvVdI8D7n8im\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 21:54:10\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 21:54:10\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2512;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:23:\\\"Abdullah Mohammad Eunus\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"abdullah11@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01755536111\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Dycz1nKGIxtOpnKjEoNd6OfOK8yLEL.ryp\\/QTCGfjcvVdI8D7n8im\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 21:54:10\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 21:54:10\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:92;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2513;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Md Razvi Biswas\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"dxrobin8@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01796597999\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$mLb\\/NBBWblqTx0X\\/D.02xegDHYvgQU.bGWvVEFopY2BtmAieF6TQC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 21:56:46\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 21:56:46\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2513;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Md Razvi Biswas\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"dxrobin8@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01796597999\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$mLb\\/NBBWblqTx0X\\/D.02xegDHYvgQU.bGWvVEFopY2BtmAieF6TQC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 21:56:46\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 21:56:46\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:93;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2514;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Delowar hosen\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:26:\\\"delowar.hosen557@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01685596102\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$FF8qu2fVFMPBgzEG0IgiZOj99c5w\\/3PXw3VScZwHV86wiO1VxbgOK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 21:59:51\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 21:59:51\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2514;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Delowar hosen\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:26:\\\"delowar.hosen557@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01685596102\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$FF8qu2fVFMPBgzEG0IgiZOj99c5w\\/3PXw3VScZwHV86wiO1VxbgOK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 21:59:51\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 21:59:51\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:94;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2515;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"MD. AKIB HASAN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"akib1344@hotmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715199608\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$hcXEbuniFn\\/IPKZmEAsT9.L7sIKWl1GX3oe4SvV3ydKYjQFL5M8gy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 22:05:59\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 22:05:59\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2515;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"MD. AKIB HASAN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"akib1344@hotmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715199608\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$hcXEbuniFn\\/IPKZmEAsT9.L7sIKWl1GX3oe4SvV3ydKYjQFL5M8gy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 22:05:59\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 22:05:59\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:95;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2516;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"Md Nurul Huda Bijoy\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"bijoy2694@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01769009054\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ykE13CmFtXHqJyX33I82\\/OWjOFDuHa6Es\\/5xbQy4AuoUEayjv1IW2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 22:08:41\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 22:08:41\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2516;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"Md Nurul Huda Bijoy\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"bijoy2694@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01769009054\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ykE13CmFtXHqJyX33I82\\/OWjOFDuHa6Es\\/5xbQy4AuoUEayjv1IW2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 22:08:41\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 22:08:41\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:96;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2517;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Jahangir Aman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"Jahangiraman0@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01304159767\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$.3W1DO30jWmAiFwmdYK1.Oje7zGbkFvBixdk1ytvBt7hmTJi0vXqW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 22:18:24\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 22:18:24\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2517;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Jahangir Aman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"Jahangiraman0@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01304159767\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$.3W1DO30jWmAiFwmdYK1.Oje7zGbkFvBixdk1ytvBt7hmTJi0vXqW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 22:18:24\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 22:18:24\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:97;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2518;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Anar Koli\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715955879\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Dwuw71EoMXjblnHRrKKtr.8u5kP2cM.x7Fey5uGBY0C5.Md1PF6Cm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 22:21:36\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 22:21:36\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2518;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Anar Koli\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715955879\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Dwuw71EoMXjblnHRrKKtr.8u5kP2cM.x7Fey5uGBY0C5.Md1PF6Cm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 22:21:36\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 22:21:36\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:98;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2519;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"SAIM RANA\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:33:\\\"gm.saidulislamsi4800274@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01999488933\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$sj5y.zqg8eEtkj1YnIFFqepy3oMEsq4hnz3FwZ.zexAAMUwKq6C0q\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 22:24:45\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 22:24:45\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2519;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"SAIM RANA\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:33:\\\"gm.saidulislamsi4800274@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01999488933\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$sj5y.zqg8eEtkj1YnIFFqepy3oMEsq4hnz3FwZ.zexAAMUwKq6C0q\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 22:24:45\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 22:24:45\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:99;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2520;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:20:\\\"Md.moniruzzaman khan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:28:\\\"khanmoniruzzaman31@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711203272\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$gG5wQpogoC.fWhuedDf8pOVh.Py4YQCp5.iMfzMaHm.nZkxRFEQ9G\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 22:27:35\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 22:27:35\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2520;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:20:\\\"Md.moniruzzaman khan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:28:\\\"khanmoniruzzaman31@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711203272\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$gG5wQpogoC.fWhuedDf8pOVh.Py4YQCp5.iMfzMaHm.nZkxRFEQ9G\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 22:27:35\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 22:27:35\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}}}s:4:\\\"text\\\";s:335:\\\"\\u09b8\\u09ae\\u09cd\\u09ae\\u09be\\u09a8\\u09bf\\u09a4 \\u0997\\u09cd\\u09b0\\u09be\\u09b9\\u0995, \\u09b8\\u09be\\u09b0\\u09cd\\u09ad\\u09be\\u09b0 \\u0986\\u09aa\\u09a1\\u09c7\\u099f \\u09a6\\u09c7\\u0993\\u09df\\u09be\\u09b0 \\u0995\\u09be\\u09b0\\u09a8\\u09c7 \\u0986\\u09aa\\u09a8\\u09be\\u09a6\\u09c7\\u09b0 \\u09a8\\u09bf\\u0995\\u099f \\u09ac\\u09bf\\u09b2\\u09c7\\u09b0 \\u098f\\u0995\\u099f\\u09bf \\u09ad\\u09c1\\u09b2 \\u09ae\\u09c7\\u09b8\\u09c7\\u099c \\u0997\\u09bf\\u09df\\u09c7\\u099b\\u09c7 \\u0964 \\u09ac\\u09bf\\u09b7\\u09df\\u099f\\u09bf\\u09b0 \\u099c\\u09a8\\u09cd\\u09af \\u0986\\u09ae\\u09b0\\u09be \\u0986\\u09a8\\u09cd\\u09a4\\u09b0\\u09bf\\u0995 \\u09ad\\u09be\\u09ac\\u09c7 \\u09a6\\u09c1\\u0983\\u0996\\u09bf\\u09a4\\u0964\\\";}s:3:\\\"job\\\";N;s:10:\\\"connection\\\";N;s:5:\\\"queue\\\";N;s:15:\\\"chainConnection\\\";N;s:10:\\\"chainQueue\\\";N;s:5:\\\"delay\\\";N;s:10:\\\"middleware\\\";a:0:{}s:7:\\\"chained\\\";a:0:{}}\"}}', 'Illuminate\\Queue\\MaxAttemptsExceededException: App\\Jobs\\SmsSend has been attempted too many times or run too long. The job may have previously timed out. in /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php:648\nStack trace:\n#0 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(163): Illuminate\\Queue\\Worker->maxAttemptsExceededException(Object(Illuminate\\Queue\\Jobs\\DatabaseJob))\n#1 /home/mygpsbd/public_html/app/Http/helper.php(28): Illuminate\\Queue\\Worker->Illuminate\\Queue\\{closure}(14, Array)\n#2 /home/mygpsbd/public_html/app/Jobs/SmsSend.php(35): send_sms(\'\\xE0\\xA6\\xB8\\xE0\\xA6\\xAE\\xE0\\xA7\\x8D\\xE0\\xA6\\xAE\\xE0\\xA6\\xBE...\', Array)\n#3 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App\\Jobs\\SmsSend->handle()\n#4 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/Util.php(37): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}()\n#5 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(93): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))\n#6 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(37): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))\n#7 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/Container.php(596): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)\n#8 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php(94): Illuminate\\Container\\Container->call(Array)\n#9 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(128): Illuminate\\Bus\\Dispatcher->Illuminate\\Bus\\{closure}(Object(App\\Jobs\\SmsSend))\n#10 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(103): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(App\\Jobs\\SmsSend))\n#11 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php(98): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))\n#12 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(83): Illuminate\\Bus\\Dispatcher->dispatchNow(Object(App\\Jobs\\SmsSend), false)\n#13 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(128): Illuminate\\Queue\\CallQueuedHandler->Illuminate\\Queue\\{closure}(Object(App\\Jobs\\SmsSend))\n#14 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(103): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(App\\Jobs\\SmsSend))\n#15 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(85): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))\n#16 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(59): Illuminate\\Queue\\CallQueuedHandler->dispatchThroughMiddleware(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Object(App\\Jobs\\SmsSend))\n#17 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Jobs/Job.php(98): Illuminate\\Queue\\CallQueuedHandler->call(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Array)\n#18 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(356): Illuminate\\Queue\\Jobs\\Job->fire()\n#19 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(306): Illuminate\\Queue\\Worker->process(\'database\', Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Object(Illuminate\\Queue\\WorkerOptions))\n#20 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(132): Illuminate\\Queue\\Worker->runJob(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), \'database\', Object(Illuminate\\Queue\\WorkerOptions))\n#21 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(112): Illuminate\\Queue\\Worker->daemon(\'database\', \'default\', Object(Illuminate\\Queue\\WorkerOptions))\n#22 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(96): Illuminate\\Queue\\Console\\WorkCommand->runWorker(\'database\', \'default\')\n#23 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Illuminate\\Queue\\Console\\WorkCommand->handle()\n#24 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/Util.php(37): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}()\n#25 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(93): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))\n#26 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(37): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))\n#27 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/Container.php(596): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)\n#28 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Console/Command.php(134): Illuminate\\Container\\Container->call(Array)\n#29 /home/mygpsbd/public_html/vendor/symfony/console/Command/Command.php(298): Illuminate\\Console\\Command->execute(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))\n#30 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Console/Command.php(121): Symfony\\Component\\Console\\Command\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))\n#31 /home/mygpsbd/public_html/vendor/symfony/console/Application.php(1040): Illuminate\\Console\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#32 /home/mygpsbd/public_html/vendor/symfony/console/Application.php(301): Symfony\\Component\\Console\\Application->doRunCommand(Object(Illuminate\\Queue\\Console\\WorkCommand), Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#33 /home/mygpsbd/public_html/vendor/symfony/console/Application.php(171): Symfony\\Component\\Console\\Application->doRun(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#34 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Console/Application.php(93): Symfony\\Component\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#35 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(129): Illuminate\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#36 /home/mygpsbd/public_html/artisan(37): Illuminate\\Foundation\\Console\\Kernel->handle(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#37 {main}', '2024-02-08 13:01:23');
INSERT INTO `failed_jobs` (`id`, `connection`, `queue`, `payload`, `exception`, `failed_at`) VALUES
(692, 'database', 'default', '{\"uuid\":\"0df3e004-499a-44dd-8c25-855d9b757d57\",\"displayName\":\"App\\\\Jobs\\\\SmsSend\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"delay\":null,\"timeout\":null,\"timeoutAt\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\SmsSend\",\"command\":\"O:16:\\\"App\\\\Jobs\\\\SmsSend\\\":9:{s:4:\\\"data\\\";a:2:{s:4:\\\"data\\\";O:39:\\\"Illuminate\\\\Database\\\\Eloquent\\\\Collection\\\":1:{s:8:\\\"\\u0000*\\u0000items\\\";a:100:{i:0;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2521;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Md SOLAYMAN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"solaymd65@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01792211276\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$eRFroWzoEYUPu7dUocp0WeVIGvxv7UGEs0EBceCKjBbB9kseNzfCu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 22:30:57\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 22:30:57\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2521;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Md SOLAYMAN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"solaymd65@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01792211276\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$eRFroWzoEYUPu7dUocp0WeVIGvxv7UGEs0EBceCKjBbB9kseNzfCu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 22:30:57\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 22:30:57\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:1;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2522;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Alom sentu\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01713026414\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$i7GDvAZ6VQBg0zmW\\/xovUuEGcnalnWTLdmd7fsyQIZh5GQyzBMtMS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 22:33:35\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 22:33:35\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2522;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Alom sentu\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01713026414\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$i7GDvAZ6VQBg0zmW\\/xovUuEGcnalnWTLdmd7fsyQIZh5GQyzBMtMS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 22:33:35\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 22:33:35\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:2;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2523;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Khokon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01810453194\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$9nQAxans0aSOmmaWjGF6JOv7KxZj8wNB6pXTZVek8XxhZ5e9PW\\/aq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 22:35:56\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 22:35:56\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2523;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Khokon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01810453194\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$9nQAxans0aSOmmaWjGF6JOv7KxZj8wNB6pXTZVek8XxhZ5e9PW\\/aq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 22:35:56\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 22:35:56\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:3;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2524;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Ehsanul Parvez\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"parvez770@yahoo.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715087778\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$CzBg\\/BLX3kTB8HSaYWjDGOEJy2jj3ac6apISkfyAGrcZ3R85OcR8e\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 22:38:37\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 22:38:37\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2524;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Ehsanul Parvez\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"parvez770@yahoo.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715087778\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$CzBg\\/BLX3kTB8HSaYWjDGOEJy2jj3ac6apISkfyAGrcZ3R85OcR8e\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 22:38:37\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 22:38:37\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:4;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2525;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"Moshiur Rahman Razu\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"razu@utechinfusion.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711850011\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$bA\\/Pav2ktSQsq48dfvSzR.Ay9RKAsYDF2JGM3MxDOjU8BIdvvmF0i\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-19 21:17:28\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-19 21:17:28\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2525;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"Moshiur Rahman Razu\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"razu@utechinfusion.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711850011\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$bA\\/Pav2ktSQsq48dfvSzR.Ay9RKAsYDF2JGM3MxDOjU8BIdvvmF0i\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-19 21:17:28\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-19 21:17:28\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:5;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2526;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"MD.SAIFUL DEWAN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"saiful2060@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01724102060\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$HHFqg08Cf7F\\/NGfwDQGVteiK\\/MKOqDwOityXFa6koTDo26nAvx8dq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-19 21:22:20\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-19 21:22:20\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2526;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"MD.SAIFUL DEWAN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"saiful2060@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01724102060\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$HHFqg08Cf7F\\/NGfwDQGVteiK\\/MKOqDwOityXFa6koTDo26nAvx8dq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-19 21:22:20\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-19 21:22:20\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:6;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2527;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Mostafa Zaman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"mostafazaman6@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01752299773\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$cyisXRPLxJGaul7YnYdLVOR6N4ezKPKClPjzdDDvWLP5YjCCTrUoe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-19 21:26:13\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-19 21:26:13\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2527;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Mostafa Zaman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"mostafazaman6@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01752299773\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$cyisXRPLxJGaul7YnYdLVOR6N4ezKPKClPjzdDDvWLP5YjCCTrUoe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-19 21:26:13\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-19 21:26:13\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:7;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2528;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"ISMAIL\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"pmoismail85@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01921764663\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$edz6Bs7HMfrB7yZd9Dqzy.kXw6HGGf3rDkEHGRp4HXVL8m9UXPEay\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-19 21:30:46\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-19 21:30:46\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2528;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"ISMAIL\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"pmoismail85@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01921764663\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$edz6Bs7HMfrB7yZd9Dqzy.kXw6HGGf3rDkEHGRp4HXVL8m9UXPEay\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-19 21:30:46\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-19 21:30:46\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:8;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2529;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Manir Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:26:\\\"manirhossain1981@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01914751898\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Pgyw7.D3P.wInOcd45GEGOoRSTtumhjyqXqkolW91PR.tKeJneszC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-19 21:34:31\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-19 21:34:31\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2529;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Manir Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:26:\\\"manirhossain1981@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01914751898\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Pgyw7.D3P.wInOcd45GEGOoRSTtumhjyqXqkolW91PR.tKeJneszC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-19 21:34:31\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-19 21:34:31\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:9;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2530;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"MD MAHBUBUZZAMAN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:26:\\\"mahbubuzzaman007@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712933123\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$7dCRF43m2.b15FeZybLGSeP5IyVfgfOyC1nHVf6IBuZCeL4B7GlVq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-19 21:37:38\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-19 21:37:38\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2530;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"MD MAHBUBUZZAMAN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:26:\\\"mahbubuzzaman007@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712933123\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$7dCRF43m2.b15FeZybLGSeP5IyVfgfOyC1nHVf6IBuZCeL4B7GlVq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-19 21:37:38\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-19 21:37:38\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:10;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2531;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"S.M. NURUL HUDA\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"gcibangladesh@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01719558555\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$mZp1B7d1WBe3rrVtYVEpx.XkaR1HqNZSM3A4MaIqd1MZ6Fqjl36J2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-19 21:41:07\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-19 21:41:07\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2531;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"S.M. NURUL HUDA\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"gcibangladesh@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01719558555\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$mZp1B7d1WBe3rrVtYVEpx.XkaR1HqNZSM3A4MaIqd1MZ6Fqjl36J2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-19 21:41:07\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-19 21:41:07\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:11;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2532;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Abdullah al mamun\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"almamun43sg@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01321095943\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Vnle3IEMzi65sAS0IhndberyClze43yZDNTQaC3Otxkmo1ztZZOeS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-19 21:45:06\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-19 21:45:06\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2532;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Abdullah al mamun\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"almamun43sg@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01321095943\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Vnle3IEMzi65sAS0IhndberyClze43yZDNTQaC3Otxkmo1ztZZOeS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-19 21:45:06\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-19 21:45:06\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:12;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2533;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Amir\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:29:\\\"amir.ahammad.renata@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716650404\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$89R5mdJ5t2sEPKAfPONgUOTYD1RSFmlu10cWtG8V.WMHKi0yhrcle\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-19 21:49:24\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-19 21:49:24\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2533;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Amir\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:29:\\\"amir.ahammad.renata@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716650404\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$89R5mdJ5t2sEPKAfPONgUOTYD1RSFmlu10cWtG8V.WMHKi0yhrcle\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-19 21:49:24\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-19 21:49:24\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:13;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2534;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"POARSH\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"porosd37@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01979060509\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$wnE.jhm\\/QuBkalbpOPpvPucckX2bf.G6cChLeiUapsea0M7p7RSpO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-19 21:57:42\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-19 21:57:42\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2534;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"POARSH\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"porosd37@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01979060509\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$wnE.jhm\\/QuBkalbpOPpvPucckX2bf.G6cChLeiUapsea0M7p7RSpO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-19 21:57:42\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-19 21:57:42\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:14;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2536;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Mamun\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"mamun53@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715567953\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$23zCnHKeAUYJtRIcNHW8SO4lau0Pn66TUfDIUKCrknLF1PJCqzPG2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-19 22:07:39\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-19 22:07:39\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2536;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Mamun\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"mamun53@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715567953\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$23zCnHKeAUYJtRIcNHW8SO4lau0Pn66TUfDIUKCrknLF1PJCqzPG2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-19 22:07:39\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-19 22:07:39\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:15;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2537;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Md.Golam Rosul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"rosulgolam99@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01964691210\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$8yaX9gx84Kt7rTr6lfOGx.IX4wVbP3ujgY4ikCqm4HJwJwc51YbuS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-19 22:13:44\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-19 22:13:44\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2537;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Md.Golam Rosul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"rosulgolam99@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01964691210\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$8yaX9gx84Kt7rTr6lfOGx.IX4wVbP3ujgY4ikCqm4HJwJwc51YbuS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-19 22:13:44\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-19 22:13:44\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:16;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2538;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Nazim Ahamed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"nazim5bir@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01730087617\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$9RS3jzQMss0zk4ZQwbohAus4xsC1EaD41HB9xtmzOA163WDJRVdKO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-19 22:17:50\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-19 22:17:50\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2538;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Nazim Ahamed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"nazim5bir@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01730087617\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$9RS3jzQMss0zk4ZQwbohAus4xsC1EaD41HB9xtmzOA163WDJRVdKO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-19 22:17:50\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-19 22:17:50\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:17;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2539;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Siyam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"siyamhosen11@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01302476279\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$zJ98..3bABslGA2FhJEppu7EdT2RHtBMU4GQzrDySIqDK47CqQhem\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-19 22:21:14\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-19 22:21:14\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2539;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Siyam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"siyamhosen11@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01302476279\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$zJ98..3bABslGA2FhJEppu7EdT2RHtBMU4GQzrDySIqDK47CqQhem\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-19 22:21:14\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-19 22:21:14\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:18;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2540;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"MOHAMMAD ATAUR\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"ataurims@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01790591028\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$KI19Fat0Jnlz0vkBX39Kau.0IpLJjx4S2SiprY5xjwIJi4lZfwNla\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-19 22:24:27\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-19 22:24:27\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2540;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"MOHAMMAD ATAUR\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"ataurims@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01790591028\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$KI19Fat0Jnlz0vkBX39Kau.0IpLJjx4S2SiprY5xjwIJi4lZfwNla\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-19 22:24:27\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-19 22:24:27\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:19;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2542;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Rintu\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"rintu20@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01970777420\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$b0h8J5kBXAQhkE8q298FVe.aWq9OwgE2bFcFQ9XecyldzFSx18rs6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-19 22:32:54\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-19 22:32:54\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2542;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Rintu\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"rintu20@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01970777420\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$b0h8J5kBXAQhkE8q298FVe.aWq9OwgE2bFcFQ9XecyldzFSx18rs6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-19 22:32:54\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-19 22:32:54\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:20;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2543;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"shamim Ahamed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:15:\\\"sa@metro.net.bd\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712628656\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$W0rMk9FTUREBeFhg0ilhhOhDGOJOomb.sP4e\\/loOu1liouk0Py6ui\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-19 22:35:34\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-19 22:35:34\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2543;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"shamim Ahamed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:15:\\\"sa@metro.net.bd\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712628656\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$W0rMk9FTUREBeFhg0ilhhOhDGOJOomb.sP4e\\/loOu1liouk0Py6ui\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-19 22:35:34\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-19 22:35:34\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:21;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2544;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Mamun\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:26:\\\"mamunhowlader734@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01738007847\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$rHZSi7OUb.JHkhiTlzzodOt1mA0\\/UIsipmIoK\\/mJxmxJoXdweJwya\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-19 22:45:55\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-19 22:45:55\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2544;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Mamun\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:26:\\\"mamunhowlader734@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01738007847\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$rHZSi7OUb.JHkhiTlzzodOt1mA0\\/UIsipmIoK\\/mJxmxJoXdweJwya\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-19 22:45:55\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-19 22:45:55\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:22;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2545;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Mashiul Alam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"mashiul.fcc@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"00170072953\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$xL1DySYPuXsg4iIxKrnkkuewb8a5MAArV8fCpIF2JNposelvnZiou\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-19 22:52:32\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-19 22:52:32\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2545;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Mashiul Alam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"mashiul.fcc@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"00170072953\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$xL1DySYPuXsg4iIxKrnkkuewb8a5MAArV8fCpIF2JNposelvnZiou\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-19 22:52:32\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-19 22:52:32\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:23;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2546;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"shadud0\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"shadud55@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711463355\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$kX35KpGGbHXFczIf99WL8uEaIb9xLVZ\\/epweH.5Zp3syQvlc4jyh6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-19 22:57:22\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-19 22:57:22\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2546;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"shadud0\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"shadud55@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711463355\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$kX35KpGGbHXFczIf99WL8uEaIb9xLVZ\\/epweH.5Zp3syQvlc4jyh6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-19 22:57:22\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-19 22:57:22\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:24;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2547;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Md nasir uddin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:24:\\\"nasirapurbo795@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711450900\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$3SqAt5KCves3NR601EbSyes9oyoowJN11yHt\\/fOP4.m0WSG7gQBCC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-19 23:01:47\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-19 23:01:47\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2547;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Md nasir uddin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:24:\\\"nasirapurbo795@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711450900\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$3SqAt5KCves3NR601EbSyes9oyoowJN11yHt\\/fOP4.m0WSG7gQBCC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-19 23:01:47\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-19 23:01:47\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:25;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2548;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:20:\\\"Mohammad Mahfuz Alam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"mahfuz.hemal@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01911405062\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$kmzJjeBzU7DZyyTfSuA2wOtj4binDbftv\\/AKRrxM09KXBC2mNvoyW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-19 23:06:08\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-19 23:06:08\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2548;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:20:\\\"Mohammad Mahfuz Alam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"mahfuz.hemal@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01911405062\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$kmzJjeBzU7DZyyTfSuA2wOtj4binDbftv\\/AKRrxM09KXBC2mNvoyW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-19 23:06:08\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-19 23:06:08\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:26;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2549;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Anjon Saha\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"anjon_007@icloud.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711150835\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$wXnslELQOcsIuTLpapmez.bMPyxsnqr4WZ6n4XDtmi0N3FLh3yqUe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-19 23:11:56\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-19 23:11:56\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2549;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Anjon Saha\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"anjon_007@icloud.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711150835\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$wXnslELQOcsIuTLpapmez.bMPyxsnqr4WZ6n4XDtmi0N3FLh3yqUe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-19 23:11:56\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-19 23:11:56\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:27;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2550;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Mamun\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"mamun345@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01713579345\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$qQdCKRo4m9zE8pLESYf73OeDAE.vGVNQgc\\/y9tj8Vm3QBOlfx.p06\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-19 23:16:01\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-19 23:16:01\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2550;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Mamun\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"mamun345@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01713579345\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$qQdCKRo4m9zE8pLESYf73OeDAE.vGVNQgc\\/y9tj8Vm3QBOlfx.p06\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-19 23:16:01\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-19 23:16:01\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:28;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2552;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Rahat\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"zoomcs84@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01722416637\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$K.uPl5JrIokDbTN\\/cu1sseCkpEX.gF5.aul5KgVi6A8.K1qzIKqhK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 10:56:04\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 10:56:04\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2552;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Rahat\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"zoomcs84@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01722416637\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$K.uPl5JrIokDbTN\\/cu1sseCkpEX.gF5.aul5KgVi6A8.K1qzIKqhK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 10:56:04\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 10:56:04\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:29;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2553;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Arif\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01818548389\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$2OJqrOyqu4uYiPIpZDUzauUfAXUJCUepdZPYxa0IdBK.5oUQ0Feta\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 11:01:21\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 11:01:21\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2553;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Arif\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01818548389\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$2OJqrOyqu4uYiPIpZDUzauUfAXUJCUepdZPYxa0IdBK.5oUQ0Feta\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 11:01:21\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 11:01:21\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:30;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2554;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Md. Arif ahmad\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711401542\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$g.hK07Cw2LZW3oaldpsgR.7T7VuWETS7ZaVvmtNEOOFqND2YTH6Xa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 11:04:08\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 11:04:08\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2554;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Md. Arif ahmad\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711401542\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$g.hK07Cw2LZW3oaldpsgR.7T7VuWETS7ZaVvmtNEOOFqND2YTH6Xa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 11:04:08\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 11:04:08\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:31;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2555;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Md Masud\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"masudmohammd49@gmil.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01988673215\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$WWK3iAc\\/JhMTyrk14Whyhu7OR.xYlYIaArtGLm0ZHQH\\/QYHH9e0n.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 11:09:03\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 11:09:03\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2555;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Md Masud\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"masudmohammd49@gmil.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01988673215\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$WWK3iAc\\/JhMTyrk14Whyhu7OR.xYlYIaArtGLm0ZHQH\\/QYHH9e0n.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 11:09:03\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 11:09:03\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:32;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2557;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:20:\\\"md syful islam rasel\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"rasel1175@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01722422476\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$2sVJJWOjkgIKtRa\\/HTC7NuvVDFgQmprd\\/juhAgGedrovX4BbT2UGC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 11:32:51\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 11:32:51\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2557;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:20:\\\"md syful islam rasel\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"rasel1175@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01722422476\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$2sVJJWOjkgIKtRa\\/HTC7NuvVDFgQmprd\\/juhAgGedrovX4BbT2UGC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 11:32:51\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 11:32:51\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:33;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2559;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"MD.GOLAM MOSTOFA\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715186622\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$1fwaDkEZEHrkzUptlj7HvuheHtxa6vev5ZF7xsMfXgh4Wr1JmD8PO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 11:47:39\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 11:47:39\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2559;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"MD.GOLAM MOSTOFA\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715186622\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$1fwaDkEZEHrkzUptlj7HvuheHtxa6vev5ZF7xsMfXgh4Wr1JmD8PO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 11:47:39\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 11:47:39\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:34;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2560;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Polash Datto\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"Polashdatto07@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01908543520\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$6.IVhfsWZipmsHTZ36qr\\/OvGWBh1pf32RLVfx.Sgr6ZLNnphDiQqO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 12:06:24\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 12:06:24\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2560;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Polash Datto\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"Polashdatto07@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01908543520\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$6.IVhfsWZipmsHTZ36qr\\/OvGWBh1pf32RLVfx.Sgr6ZLNnphDiQqO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 12:06:24\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 12:06:24\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:35;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2561;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Md.jakir hossen\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"sjakir377@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712149259\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$dde8Z5WgbXNbAjA.y3GOcOt5Nr3Zj6HodsqhYUkUuI25SufcGvd6y\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 12:12:17\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 12:12:17\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2561;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Md.jakir hossen\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"sjakir377@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712149259\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$dde8Z5WgbXNbAjA.y3GOcOt5Nr3Zj6HodsqhYUkUuI25SufcGvd6y\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 12:12:17\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 12:12:17\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:36;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2562;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Alamgir hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:29:\\\"alamgirhossain73460@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711077858\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$PvYRbOFogUSFiH\\/wGmb75.y6XXfbz2Qn5za2W4FeKKsBbdddBzD1O\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 12:16:16\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 12:16:16\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2562;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Alamgir hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:29:\\\"alamgirhossain73460@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711077858\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$PvYRbOFogUSFiH\\/wGmb75.y6XXfbz2Qn5za2W4FeKKsBbdddBzD1O\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 12:16:16\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 12:16:16\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:37;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2563;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Mohammad Solayman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:24:\\\"write2solayman@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01678134520\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$IL1hS\\/g68khwKFnBA08gW.bgXr9QXGQWiYUqciirMlgRpVaCSbr7G\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 12:18:47\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 12:18:47\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2563;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Mohammad Solayman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:24:\\\"write2solayman@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01678134520\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$IL1hS\\/g68khwKFnBA08gW.bgXr9QXGQWiYUqciirMlgRpVaCSbr7G\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 12:18:47\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 12:18:47\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:38;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2565;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"MD. AHASAN HABIB\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:17:\\\"ahsndhk@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01817180204\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$o2ekUpYXlYwMuZVbn6HlQ.mlF\\/38am3fDb1LlvRW.yFl1OObQxAye\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 12:26:04\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 12:26:04\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2565;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"MD. AHASAN HABIB\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:17:\\\"ahsndhk@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01817180204\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$o2ekUpYXlYwMuZVbn6HlQ.mlF\\/38am3fDb1LlvRW.yFl1OObQxAye\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 12:26:04\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 12:26:04\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:39;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2566;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Zan e alam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"nabi.alviint@yahoo.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01713482200\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$78vj1yg7yy3lQyJIUj7gzOJO3gbdgZ6CrqgcrxwgaYMR\\/yvGskBKG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 13:14:44\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 13:14:44\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2566;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Zan e alam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"nabi.alviint@yahoo.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01713482200\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$78vj1yg7yy3lQyJIUj7gzOJO3gbdgZ6CrqgcrxwgaYMR\\/yvGskBKG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 13:14:44\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 13:14:44\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:40;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2567;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Ataur\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01972434994\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$vLv7\\/vshFaqTwh.tvLmAluvllNPcjVUPIVzsOSE7ftqxtHBn69\\/kC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 13:24:49\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 13:24:49\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2567;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Ataur\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01972434994\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$vLv7\\/vshFaqTwh.tvLmAluvllNPcjVUPIVzsOSE7ftqxtHBn69\\/kC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 13:24:49\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 13:24:49\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:41;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2568;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"RONY AMBULANGE\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"ronitoma41@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01849487341\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ssBdaFt74BXhUM80TKZfrOVjQZrUjkNdJuEV37ZBPPY0jEuLajtaq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 13:28:11\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 13:28:11\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2568;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"RONY AMBULANGE\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"ronitoma41@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01849487341\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ssBdaFt74BXhUM80TKZfrOVjQZrUjkNdJuEV37ZBPPY0jEuLajtaq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 13:28:11\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 13:28:11\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:42;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2570;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"ABUL KALAM AZAD\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:17:\\\"azadhfc@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01831893351\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$PeXc3pShGP0PwiJaLEdHCeyTh6IMD4fRQLPLl3qSb5IEi0OOibjTO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 13:34:45\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 13:34:45\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2570;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"ABUL KALAM AZAD\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:17:\\\"azadhfc@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01831893351\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$PeXc3pShGP0PwiJaLEdHCeyTh6IMD4fRQLPLl3qSb5IEi0OOibjTO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 13:34:45\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 13:34:45\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:43;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2571;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"A.H KHAN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:26:\\\"khan@ifxlogisticsbdltd.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01670171329\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$fqP3KLhb0zPJ0GQm5u53.OP.2s8S3t.2yCFz71sxBkJbos\\/TCR0b2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 13:37:24\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 13:37:24\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2571;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"A.H KHAN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:26:\\\"khan@ifxlogisticsbdltd.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01670171329\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$fqP3KLhb0zPJ0GQm5u53.OP.2s8S3t.2yCFz71sxBkJbos\\/TCR0b2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 13:37:24\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 13:37:24\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:44;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2573;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"MD.REZOAN RABBI\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01768630092\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$E13IjuOn3jf37jRHnQXZE.xdVhTYskm9yo6SqYpQ5LdXcmcO1n.A6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 13:49:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 13:49:29\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2573;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"MD.REZOAN RABBI\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01768630092\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$E13IjuOn3jf37jRHnQXZE.xdVhTYskm9yo6SqYpQ5LdXcmcO1n.A6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 13:49:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 13:49:29\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:45;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2574;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:22:\\\"Md.Babul hossain sabuj\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"mia814742@gamil.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01972487788\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$QXqYLo13dl6qCtIdTONw2O\\/c4cWBfvdQQ46SoBlk4y5xAxC9O8Aae\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 13:52:59\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 13:52:59\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2574;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:22:\\\"Md.Babul hossain sabuj\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"mia814742@gamil.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01972487788\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$QXqYLo13dl6qCtIdTONw2O\\/c4cWBfvdQQ46SoBlk4y5xAxC9O8Aae\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 13:52:59\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 13:52:59\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:46;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2575;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Nobel\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"nobelfana53@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01731255493\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Ych2qk5.BtFXT9NpQ.jjhutM\\/JPEu8dVVm5BqAPhdnig1AwhIqdsu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 14:00:34\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 14:00:34\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2575;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Nobel\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"nobelfana53@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01731255493\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Ych2qk5.BtFXT9NpQ.jjhutM\\/JPEu8dVVm5BqAPhdnig1AwhIqdsu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 14:00:34\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 14:00:34\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:47;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2576;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"KHALED KAISAR\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:17:\\\"knessa3@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711172316\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$SVw8szbrTQjtnRmteh9D2OeWsDOWShCbjXWNcSg42wS6.YlCxoVi2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 14:06:30\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 14:06:30\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2576;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"KHALED KAISAR\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:17:\\\"knessa3@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711172316\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$SVw8szbrTQjtnRmteh9D2OeWsDOWShCbjXWNcSg42wS6.YlCxoVi2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 14:06:30\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 14:06:30\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:48;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2577;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Junaid Waheedi\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"waheedi1965@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711544831\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$JtNgasfNfqPJvIccihUApOoGSYfUNRk9GOt.opEmIuVzCWzMY2GJi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 14:10:43\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 14:10:43\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2577;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Junaid Waheedi\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"waheedi1965@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711544831\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$JtNgasfNfqPJvIccihUApOoGSYfUNRk9GOt.opEmIuVzCWzMY2GJi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 14:10:43\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 14:10:43\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:49;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2578;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Rashedul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"irashed474@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01625345695\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$l0mBwXb1BzXZ8Vzq7XOoTOfeqP4h2QImVuSGs5HIgjBhYv\\/GU\\/d7S\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 14:15:02\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 14:15:02\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2578;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Rashedul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"irashed474@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01625345695\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$l0mBwXb1BzXZ8Vzq7XOoTOfeqP4h2QImVuSGs5HIgjBhYv\\/GU\\/d7S\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 14:15:02\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 14:15:02\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:50;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2579;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Abdul Monin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01766302131\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$kj0GSvMlF1W03yo533ScJuNknsJMyz93WNjhFzhtnUZl45EJ6wc\\/u\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 15:03:49\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 15:03:49\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2579;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Abdul Monin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01766302131\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$kj0GSvMlF1W03yo533ScJuNknsJMyz93WNjhFzhtnUZl45EJ6wc\\/u\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 15:03:49\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 15:03:49\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:51;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2582;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"belal uddin ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01919476390\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$EtavLdcCaGv7I5WpggoeaeLsgY0Q8t3n89K2giLYAO6pGtEAr7E.O\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 15:32:01\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 15:32:01\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2582;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"belal uddin ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01919476390\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$EtavLdcCaGv7I5WpggoeaeLsgY0Q8t3n89K2giLYAO6pGtEAr7E.O\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 15:32:01\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 15:32:01\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:52;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2583;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"SAJEDUL ISLAM SUMON\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01713576837\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Y8X2jO0S1wgYPnOYEb.GmeO8IZJBmyMDTJYQI3KJ2G8uVt1FtWaei\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 15:38:50\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 15:38:50\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2583;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"SAJEDUL ISLAM SUMON\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01713576837\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Y8X2jO0S1wgYPnOYEb.GmeO8IZJBmyMDTJYQI3KJ2G8uVt1FtWaei\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 15:38:50\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 15:38:50\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:53;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2584;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:21:\\\"Manik Chandra Debnath\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:30:\\\"manikchandradebnath8@Gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712877727\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$\\/pg0PFWnJ1Y2miKYk\\/fHD.OQoUfWctmPWj3JCbv\\/trNM8hpUozOWO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 15:46:07\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 15:46:07\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2584;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:21:\\\"Manik Chandra Debnath\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:30:\\\"manikchandradebnath8@Gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712877727\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$\\/pg0PFWnJ1Y2miKYk\\/fHD.OQoUfWctmPWj3JCbv\\/trNM8hpUozOWO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 15:46:07\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 15:46:07\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:54;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2586;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Md Robin Ahmad\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01791413243\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Y\\/2i4XXOYI6vCGtscB.yfuZ6tG2TSNZaCKOsBp2XgZLRV4asslKFK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 15:55:59\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 15:55:59\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2586;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Md Robin Ahmad\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01791413243\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Y\\/2i4XXOYI6vCGtscB.yfuZ6tG2TSNZaCKOsBp2XgZLRV4asslKFK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 15:55:59\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 15:55:59\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:55;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2587;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Asaduzzaman Noor\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:26:\\\"noor.asaduzzaman@yahoo.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01747942611\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$FtRqVaUPWdUugajjgrqQl.bv993iXGaZYuI7rmnmXrVaP4HJXVVXy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 15:59:09\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 15:59:09\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2587;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Asaduzzaman Noor\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:26:\\\"noor.asaduzzaman@yahoo.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01747942611\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$FtRqVaUPWdUugajjgrqQl.bv993iXGaZYuI7rmnmXrVaP4HJXVVXy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 15:59:09\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 15:59:09\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:56;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2588;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Rofiqul islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712032205\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$8NcNUJtWQo1NkG0DlE0nP.0xxMCBUHGnH7CzEJDMbqX2mn1jvdbVa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 16:30:41\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 16:30:41\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2588;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Rofiqul islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712032205\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$8NcNUJtWQo1NkG0DlE0nP.0xxMCBUHGnH7CzEJDMbqX2mn1jvdbVa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 16:30:41\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 16:30:41\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:57;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2589;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"johirul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01714572946\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Hj\\/3PEPYQZsAiqeSwnnay.rbFVfVLvKgJOg1JKClhkk4JVdwdVkam\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 16:33:03\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 16:33:03\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2589;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"johirul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01714572946\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Hj\\/3PEPYQZsAiqeSwnnay.rbFVfVLvKgJOg1JKClhkk4JVdwdVkam\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 16:33:03\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 16:33:03\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:58;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2590;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"MOSHIUR RAHMAN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"moshiur.bbi@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01714047395\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$AWfaPWtBL\\/jGjli.L79Fwuc\\/b20HkmUQ1ILZ8BHbXG27OsTxXTQ4S\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 16:38:59\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 16:38:59\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2590;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"MOSHIUR RAHMAN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"moshiur.bbi@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01714047395\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$AWfaPWtBL\\/jGjli.L79Fwuc\\/b20HkmUQ1ILZ8BHbXG27OsTxXTQ4S\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 16:38:59\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 16:38:59\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:59;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2592;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"salim\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01718374588\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$4cTBh8GB1cmyW0qKxAj1U.1mB7QbDHMGn336bC4ZXfZVBHA0yJj7m\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 16:47:01\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 16:47:01\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2592;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"salim\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01718374588\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$4cTBh8GB1cmyW0qKxAj1U.1mB7QbDHMGn336bC4ZXfZVBHA0yJj7m\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 16:47:01\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 16:47:01\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:60;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2594;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Mohammad Salauddin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01727591602\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$.mw9GJbVeWU8WELfkpPqmebW1B\\/.HSVRxiQ6F.QG7SzC0n8sr6LuC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 16:57:00\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 16:57:00\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2594;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Mohammad Salauddin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01727591602\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$.mw9GJbVeWU8WELfkpPqmebW1B\\/.HSVRxiQ6F.QG7SzC0n8sr6LuC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 16:57:00\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 16:57:00\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:61;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2595;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"MD. MAJIBUR RAHMAN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"mujibsbl2009@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716856169\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$xGR5Xrjy1eLN2uBPwoO4x.C4chgu0EpFJT3b6uzpKNRPXWyuy3hhG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 17:06:16\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 17:06:16\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2595;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"MD. MAJIBUR RAHMAN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"mujibsbl2009@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716856169\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$xGR5Xrjy1eLN2uBPwoO4x.C4chgu0EpFJT3b6uzpKNRPXWyuy3hhG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 17:06:16\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 17:06:16\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:62;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2596;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"AL IMRAN MAHMUD\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:17:\\\"raha009@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716474393\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$XOS.5yOuCL8.6ZY4We9Rquksa8GLOh2g6ufOJeeOqgokKuD0RVO.K\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 17:09:07\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 17:09:07\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2596;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"AL IMRAN MAHMUD\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:17:\\\"raha009@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716474393\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$XOS.5yOuCL8.6ZY4We9Rquksa8GLOh2g6ufOJeeOqgokKuD0RVO.K\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 17:09:07\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 17:09:07\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:63;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2597;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Mizanur\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711821627\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$yjfgljKsqEIDa9wY.LXR0ORtAe8L4acdcq40r7ggcXfoMMhZoVmIS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 17:12:06\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 17:12:06\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2597;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Mizanur\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711821627\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$yjfgljKsqEIDa9wY.LXR0ORtAe8L4acdcq40r7ggcXfoMMhZoVmIS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 17:12:06\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 17:12:06\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:64;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2601;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"ABDUR RAHMAN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:27:\\\"abdurrahman.ar852@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01964901104\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$0cWpQl16SC5qWozj9AwtDeUHbbMjht4NgWBFyIdNAX5tPKSD5Z8eC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 17:26:10\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 17:26:10\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2601;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"ABDUR RAHMAN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:27:\\\"abdurrahman.ar852@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01964901104\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$0cWpQl16SC5qWozj9AwtDeUHbbMjht4NgWBFyIdNAX5tPKSD5Z8eC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 17:26:10\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 17:26:10\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:65;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2603;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Abu sayed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716976654\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$lgwpgETz1TrNgSvk6f50pOXX.ZL5gJVAOXahMheky6x.nZvrpPhge\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 12:14:39\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 12:14:39\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2603;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Abu sayed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716976654\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$lgwpgETz1TrNgSvk6f50pOXX.ZL5gJVAOXahMheky6x.nZvrpPhge\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 12:14:39\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 12:14:39\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:66;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2604;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:21:\\\"Captain Shadman Sakib\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:25:\\\"shadmansakib.ss@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01680735080\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$vH6OeL0IqHR4hCvJ1.5A1OMFx6F0490GLipQHxudsaNYZVy6aW0bS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 12:19:19\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 12:19:19\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2604;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:21:\\\"Captain Shadman Sakib\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:25:\\\"shadmansakib.ss@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01680735080\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$vH6OeL0IqHR4hCvJ1.5A1OMFx6F0490GLipQHxudsaNYZVy6aW0bS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 12:19:19\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 12:19:19\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:67;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2605;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Jahid Alam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01703887606\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Tit\\/LHnlT0xviUVYMuIqgOdhHMZctytSSFT.sQ4\\/LzNHxwmKd5S2u\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 12:22:50\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 12:22:50\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2605;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Jahid Alam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01703887606\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Tit\\/LHnlT0xviUVYMuIqgOdhHMZctytSSFT.sQ4\\/LzNHxwmKd5S2u\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 12:22:50\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 12:22:50\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:68;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2606;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"shafiqul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01675909563\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$741GG1TKOaBNOlnrG8tIU.S.dAzHWBoRBJ7lAm3j9vS3TMYnmsSCi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 12:27:32\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 12:27:32\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2606;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"shafiqul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01675909563\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$741GG1TKOaBNOlnrG8tIU.S.dAzHWBoRBJ7lAm3j9vS3TMYnmsSCi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 12:27:32\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 12:27:32\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:69;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2607;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Shahin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01942838684\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$C0Cy05NDGpLrtmvPaARu1OASUNR6eftbZ7yaVlP0fL2RkJU167\\/hm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 12:32:56\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 12:32:56\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2607;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Shahin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01942838684\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$C0Cy05NDGpLrtmvPaARu1OASUNR6eftbZ7yaVlP0fL2RkJU167\\/hm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 12:32:56\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 12:32:56\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:70;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2608;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Liton\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712218768\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$RuXp6ylhPCLbZqHZppkgiOp2VrOv.iCuWqifYLX3alZQ3i\\/QPzJcO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 13:17:52\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 13:17:52\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2608;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Liton\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712218768\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$RuXp6ylhPCLbZqHZppkgiOp2VrOv.iCuWqifYLX3alZQ3i\\/QPzJcO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 13:17:52\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 13:17:52\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:71;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2609;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Mamun\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01305403498\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$XhUv\\/Dkf5EWRAdECwGxeueDi\\/hzENLUJoRuMSYCVLDiqS.zKRtt5O\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 13:21:18\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 13:21:18\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2609;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Mamun\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01305403498\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$XhUv\\/Dkf5EWRAdECwGxeueDi\\/hzENLUJoRuMSYCVLDiqS.zKRtt5O\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 13:21:18\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 13:21:18\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:72;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2610;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:20:\\\"Munjunur Rashid Jony\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01733170213\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$.SibmSPC6Qp711HD9C9az.sCdV.tAu92rEpziCNC6RHWJjM32XCFS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 13:23:52\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 13:23:52\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2610;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:20:\\\"Munjunur Rashid Jony\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01733170213\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$.SibmSPC6Qp711HD9C9az.sCdV.tAu92rEpziCNC6RHWJjM32XCFS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 13:23:52\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 13:23:52\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:73;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2611;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Nasrin zaman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:25:\\\"nasrinzaman1998@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01673732169\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$O0bz4ltXzYXGx77mL5GhEOSFMctYsIgWCefJc1yqGk4cANXcA6ieG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 13:26:11\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 13:26:11\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2611;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Nasrin zaman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:25:\\\"nasrinzaman1998@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01673732169\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$O0bz4ltXzYXGx77mL5GhEOSFMctYsIgWCefJc1yqGk4cANXcA6ieG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 13:26:11\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 13:26:11\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:74;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2612;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Nilufar akhter\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711479807\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$wOsnd88cY5mL\\/caXkjf.kO\\/3DsINc3nvsnslBimHhQVQM7hIrtEC.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 13:30:47\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 13:30:47\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2612;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Nilufar akhter\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711479807\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$wOsnd88cY5mL\\/caXkjf.kO\\/3DsINc3nvsnslBimHhQVQM7hIrtEC.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 13:30:47\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 13:30:47\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:75;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2614;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Harun\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01714532960\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$jk.PdCeAxOgiO9u4vlIMA..e\\/51lpUmAUzaeqO6D1BoFUwjUbdqN.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 13:38:05\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 13:38:05\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2614;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Harun\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01714532960\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$jk.PdCeAxOgiO9u4vlIMA..e\\/51lpUmAUzaeqO6D1BoFUwjUbdqN.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 13:38:05\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 13:38:05\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:76;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2615;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Aneek Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711467855\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$G2ma6YIKKxYrkVjc5QtO5exW0OaCB4Rrbe7yMWyjtm.5qMXwp6sWy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 13:40:52\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 13:40:52\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2615;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Aneek Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711467855\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$G2ma6YIKKxYrkVjc5QtO5exW0OaCB4Rrbe7yMWyjtm.5qMXwp6sWy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 13:40:52\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 13:40:52\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:77;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2617;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Md.tarak\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"mdtarak947@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01710176345\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$\\/zjmDFiF3zAnQ\\/BGfNC52en.Br3P1oyENONpuOp\\/MmcOcxt1n.q4.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 13:50:28\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 13:50:28\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2617;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Md.tarak\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"mdtarak947@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01710176345\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$\\/zjmDFiF3zAnQ\\/BGfNC52en.Br3P1oyENONpuOp\\/MmcOcxt1n.q4.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 13:50:28\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 13:50:28\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:78;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2618;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:23:\\\"Md. Abir Hossain Brinto\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"abirbrintoahb@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01990577512\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$jMFhHL5e04lPwMBGaLnu2uVgtVAw7YkJMWkeDV.W36N63GyEgfKci\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 14:01:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 14:01:29\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2618;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:23:\\\"Md. Abir Hossain Brinto\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"abirbrintoahb@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01990577512\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$jMFhHL5e04lPwMBGaLnu2uVgtVAw7YkJMWkeDV.W36N63GyEgfKci\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 14:01:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 14:01:29\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:79;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2619;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"MOSHAROOF HOSSEN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716419821\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$VeBh8U2TT.KdQB44mfgFUexTVoZ.MXisu6PJIcMpzEQOyr1wL4RJG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 14:07:13\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 14:07:13\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2619;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"MOSHAROOF HOSSEN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716419821\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$VeBh8U2TT.KdQB44mfgFUexTVoZ.MXisu6PJIcMpzEQOyr1wL4RJG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 14:07:13\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 14:07:13\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:80;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2623;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:23:\\\"Md Shamsul Alam bhuiyan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"ramonbhuiyan@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01988228888\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$fwWz27QlDSHZ\\/zidIzqSfu0.MAvGwVssLjTAoADVXt\\/oterJXy3BS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 14:25:40\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 14:25:40\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2623;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:23:\\\"Md Shamsul Alam bhuiyan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"ramonbhuiyan@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01988228888\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$fwWz27QlDSHZ\\/zidIzqSfu0.MAvGwVssLjTAoADVXt\\/oterJXy3BS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 14:25:40\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 14:25:40\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:81;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2625;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Topu Rayhan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01939293990\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$1NYAyv6DO0i1Py2QIkgx9uU3xRuxQAbhh62KCNu\\/43REZ.8AOsZpG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 14:38:18\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 14:38:18\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2625;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Topu Rayhan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01939293990\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$1NYAyv6DO0i1Py2QIkgx9uU3xRuxQAbhh62KCNu\\/43REZ.8AOsZpG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 14:38:18\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 14:38:18\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:82;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2626;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"ISHAQ MAMUN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711289213\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$6YpWT0Rhb6v4rp79MZLiO.5bnUQaHejho7YlBp4tlMhAS51oxmOjW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 14:43:09\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 14:43:09\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2626;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"ISHAQ MAMUN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711289213\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$6YpWT0Rhb6v4rp79MZLiO.5bnUQaHejho7YlBp4tlMhAS51oxmOjW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 14:43:09\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 14:43:09\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:83;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2628;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Samrat\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:29:\\\"mdrifatkhanyahoo360@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01845935634\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$AHNceyf5OGnX1h1kv.rlAO01jl3K\\/hb1UiYGGLeSNF9GvZzpqtYsy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 14:50:32\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 14:50:32\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2628;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Samrat\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:29:\\\"mdrifatkhanyahoo360@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01845935634\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$AHNceyf5OGnX1h1kv.rlAO01jl3K\\/hb1UiYGGLeSNF9GvZzpqtYsy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 14:50:32\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 14:50:32\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:84;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2629;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Abu Sayem Rana\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"ranasayem21@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01996204155\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$pn\\/V\\/D16OwMMFzOoAiJyuOv\\/CRJ.dSFl.uX6ZtX0lypwLAQCjpMOy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 14:58:36\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 14:58:36\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2629;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Abu Sayem Rana\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"ranasayem21@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01996204155\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$pn\\/V\\/D16OwMMFzOoAiJyuOv\\/CRJ.dSFl.uX6ZtX0lypwLAQCjpMOy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 14:58:36\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 14:58:36\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:85;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2630;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Samin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01819088212\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$6xWvSnoH2xgl2P2zHYP7VOt1ZfX8dTH\\/RfCqNsR9xKP6tQCZtMD7m\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 15:04:37\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 15:04:37\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2630;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Samin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01819088212\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$6xWvSnoH2xgl2P2zHYP7VOt1ZfX8dTH\\/RfCqNsR9xKP6tQCZtMD7m\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 15:04:37\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 15:04:37\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:86;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2632;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"MD. SHAHRIAR KABIR\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"pbl.skabir01@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01979350000\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$NS.jyWwLty38LlFAkHR2T.SnBA0adgqWSmyjSys6bDbSF3rd8hpMW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 15:10:34\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 15:10:34\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2632;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"MD. SHAHRIAR KABIR\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"pbl.skabir01@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01979350000\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$NS.jyWwLty38LlFAkHR2T.SnBA0adgqWSmyjSys6bDbSF3rd8hpMW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 15:10:34\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 15:10:34\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:87;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2633;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md. Rabid Rishad\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01511211555\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$qekRfxBNXwRRKhqGQlWZ\\/.EqcsVTj48ynfNsSALz5zbRYC2JmM8Ei\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 15:12:56\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 15:12:56\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2633;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md. Rabid Rishad\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01511211555\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$qekRfxBNXwRRKhqGQlWZ\\/.EqcsVTj48ynfNsSALz5zbRYC2JmM8Ei\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 15:12:56\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 15:12:56\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:88;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2634;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Ferdus\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01717442250\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$d4GAQuc6dpo4vWIIsQTXqOQVCLL.JKNcVhSf4npXGY7ysNw8Tsp4S\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 15:15:38\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 15:15:38\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2634;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Ferdus\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01717442250\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$d4GAQuc6dpo4vWIIsQTXqOQVCLL.JKNcVhSf4npXGY7ysNw8Tsp4S\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 15:15:38\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 15:15:38\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:89;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2638;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Adv. Mainuddin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01819878466\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$nhWL61pw44IosfkNHcujFeyMXaH5yIEk58i.eS0KaVZVdgOYvudKe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 15:35:46\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 15:35:46\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2638;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Adv. Mainuddin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01819878466\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$nhWL61pw44IosfkNHcujFeyMXaH5yIEk58i.eS0KaVZVdgOYvudKe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 15:35:46\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 15:35:46\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:90;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2639;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Rubel\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:29:\\\"rubel.bangladesh007@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712092994\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$AuyDnzSiilTYMuztHgGvI.O1VtHwHjWKZsz3rWEnN8cFMXTBjD2re\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 15:38:38\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 15:38:38\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2639;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Rubel\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:29:\\\"rubel.bangladesh007@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712092994\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$AuyDnzSiilTYMuztHgGvI.O1VtHwHjWKZsz3rWEnN8cFMXTBjD2re\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 15:38:38\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 15:38:38\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:91;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2640;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"MILON\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"miahbd999@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01731560567\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$IuARdAUuUy20BxPacU.UneikO2shlEtol8N.irypdKhdRTDwY5FlO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 15:57:54\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 15:57:54\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2640;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"MILON\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"miahbd999@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01731560567\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$IuARdAUuUy20BxPacU.UneikO2shlEtol8N.irypdKhdRTDwY5FlO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 15:57:54\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 15:57:54\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:92;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2641;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"BAKI BILLA\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01723639971\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$cELD7ncqc1ZErQuAiXYFieeS7cW0HdG483ZLtm9aJsIS0r9RuYxFW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 16:08:52\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 16:08:52\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2641;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"BAKI BILLA\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01723639971\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$cELD7ncqc1ZErQuAiXYFieeS7cW0HdG483ZLtm9aJsIS0r9RuYxFW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 16:08:52\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 16:08:52\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:93;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2642;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Balayet Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01914160767\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$rtmwgoWnRZfX4zNf290u0uDApWO5IYsos2J5aTlzuP\\/gUyluLEuTi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 16:11:28\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 16:11:28\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2642;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Balayet Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01914160767\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$rtmwgoWnRZfX4zNf290u0uDApWO5IYsos2J5aTlzuP\\/gUyluLEuTi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 16:11:28\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 16:11:28\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:94;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2732;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:21:\\\"Khalilur Rahman Belal\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01904499992\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$\\/5eQZPdtYOdIbdeW75aHruJmjhr2BIlKOcuIoF90dcbKYExGU7rhe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-27 16:23:38\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-27 16:23:38\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2732;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:21:\\\"Khalilur Rahman Belal\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01904499992\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$\\/5eQZPdtYOdIbdeW75aHruJmjhr2BIlKOcuIoF90dcbKYExGU7rhe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-27 16:23:38\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-27 16:23:38\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:95;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2734;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:21:\\\"\\\"JINAT AMAN BANNA   \\\"\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01717696009\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$iT3XAZADUrSYZl9rj\\/V1fupklJYuruH7G21A77PnZLPal7zl.6doK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-27 16:49:53\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-27 16:49:53\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2734;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:21:\\\"\\\"JINAT AMAN BANNA   \\\"\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01717696009\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$iT3XAZADUrSYZl9rj\\/V1fupklJYuruH7G21A77PnZLPal7zl.6doK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-27 16:49:53\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-27 16:49:53\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:96;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2735;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Efat hossain Rony\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:24:\\\"efathossanrony@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01634368158\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$PZ8cPkNV.YgrS8KWaoKlDuQOSA.HgdEOeWwtaMVXOM22iygA8de5i\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-27 16:53:53\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-27 16:53:53\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2735;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Efat hossain Rony\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:24:\\\"efathossanrony@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01634368158\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$PZ8cPkNV.YgrS8KWaoKlDuQOSA.HgdEOeWwtaMVXOM22iygA8de5i\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-27 16:53:53\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-27 16:53:53\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:97;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2741;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Wahidur Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01742441733\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$5r.iuUAD\\/iMXGQUzC1pHC.rBktFGdo\\/qLHQlEB\\/s\\/Bh\\/k5mj3yNoO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-01 11:26:57\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-01 11:26:57\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2741;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Wahidur Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01742441733\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$5r.iuUAD\\/iMXGQUzC1pHC.rBktFGdo\\/qLHQlEB\\/s\\/Bh\\/k5mj3yNoO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-01 11:26:57\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-01 11:26:57\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:98;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2742;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Taslima\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01896215225\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$jQhsTm3javo\\/TJ80vz1Vsuts8nSo49O2Ol6EYbrQqskS.jePbHlky\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-01 11:31:08\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-01 11:31:08\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2742;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Taslima\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01896215225\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$jQhsTm3javo\\/TJ80vz1Vsuts8nSo49O2Ol6EYbrQqskS.jePbHlky\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-01 11:31:08\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-01 11:31:08\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:99;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2744;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"M M HANIF\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"hanifmm36@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712624676\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$av6jo6nTeZkIyE.P.ZFBYutwrADx4i5ZBYWhJ5BreZIrfefMx8oRC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-01 11:42:47\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-01 11:42:47\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2744;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"M M HANIF\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"hanifmm36@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712624676\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$av6jo6nTeZkIyE.P.ZFBYutwrADx4i5ZBYWhJ5BreZIrfefMx8oRC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-01 11:42:47\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-01 11:42:47\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}}}s:4:\\\"text\\\";s:335:\\\"\\u09b8\\u09ae\\u09cd\\u09ae\\u09be\\u09a8\\u09bf\\u09a4 \\u0997\\u09cd\\u09b0\\u09be\\u09b9\\u0995, \\u09b8\\u09be\\u09b0\\u09cd\\u09ad\\u09be\\u09b0 \\u0986\\u09aa\\u09a1\\u09c7\\u099f \\u09a6\\u09c7\\u0993\\u09df\\u09be\\u09b0 \\u0995\\u09be\\u09b0\\u09a8\\u09c7 \\u0986\\u09aa\\u09a8\\u09be\\u09a6\\u09c7\\u09b0 \\u09a8\\u09bf\\u0995\\u099f \\u09ac\\u09bf\\u09b2\\u09c7\\u09b0 \\u098f\\u0995\\u099f\\u09bf \\u09ad\\u09c1\\u09b2 \\u09ae\\u09c7\\u09b8\\u09c7\\u099c \\u0997\\u09bf\\u09df\\u09c7\\u099b\\u09c7 \\u0964 \\u09ac\\u09bf\\u09b7\\u09df\\u099f\\u09bf\\u09b0 \\u099c\\u09a8\\u09cd\\u09af \\u0986\\u09ae\\u09b0\\u09be \\u0986\\u09a8\\u09cd\\u09a4\\u09b0\\u09bf\\u0995 \\u09ad\\u09be\\u09ac\\u09c7 \\u09a6\\u09c1\\u0983\\u0996\\u09bf\\u09a4\\u0964\\\";}s:3:\\\"job\\\";N;s:10:\\\"connection\\\";N;s:5:\\\"queue\\\";N;s:15:\\\"chainConnection\\\";N;s:10:\\\"chainQueue\\\";N;s:5:\\\"delay\\\";N;s:10:\\\"middleware\\\";a:0:{}s:7:\\\"chained\\\";a:0:{}}\"}}', 'Illuminate\\Queue\\MaxAttemptsExceededException: App\\Jobs\\SmsSend has been attempted too many times or run too long. The job may have previously timed out. in /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php:648\nStack trace:\n#0 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(163): Illuminate\\Queue\\Worker->maxAttemptsExceededException(Object(Illuminate\\Queue\\Jobs\\DatabaseJob))\n#1 /home/mygpsbd/public_html/app/Http/helper.php(28): Illuminate\\Queue\\Worker->Illuminate\\Queue\\{closure}(14, Array)\n#2 /home/mygpsbd/public_html/app/Jobs/SmsSend.php(35): send_sms(\'\\xE0\\xA6\\xB8\\xE0\\xA6\\xAE\\xE0\\xA7\\x8D\\xE0\\xA6\\xAE\\xE0\\xA6\\xBE...\', Array)\n#3 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App\\Jobs\\SmsSend->handle()\n#4 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/Util.php(37): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}()\n#5 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(93): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))\n#6 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(37): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))\n#7 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/Container.php(596): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)\n#8 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php(94): Illuminate\\Container\\Container->call(Array)\n#9 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(128): Illuminate\\Bus\\Dispatcher->Illuminate\\Bus\\{closure}(Object(App\\Jobs\\SmsSend))\n#10 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(103): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(App\\Jobs\\SmsSend))\n#11 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php(98): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))\n#12 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(83): Illuminate\\Bus\\Dispatcher->dispatchNow(Object(App\\Jobs\\SmsSend), false)\n#13 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(128): Illuminate\\Queue\\CallQueuedHandler->Illuminate\\Queue\\{closure}(Object(App\\Jobs\\SmsSend))\n#14 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(103): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(App\\Jobs\\SmsSend))\n#15 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(85): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))\n#16 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(59): Illuminate\\Queue\\CallQueuedHandler->dispatchThroughMiddleware(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Object(App\\Jobs\\SmsSend))\n#17 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Jobs/Job.php(98): Illuminate\\Queue\\CallQueuedHandler->call(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Array)\n#18 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(356): Illuminate\\Queue\\Jobs\\Job->fire()\n#19 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(306): Illuminate\\Queue\\Worker->process(\'database\', Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Object(Illuminate\\Queue\\WorkerOptions))\n#20 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(132): Illuminate\\Queue\\Worker->runJob(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), \'database\', Object(Illuminate\\Queue\\WorkerOptions))\n#21 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(112): Illuminate\\Queue\\Worker->daemon(\'database\', \'default\', Object(Illuminate\\Queue\\WorkerOptions))\n#22 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(96): Illuminate\\Queue\\Console\\WorkCommand->runWorker(\'database\', \'default\')\n#23 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Illuminate\\Queue\\Console\\WorkCommand->handle()\n#24 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/Util.php(37): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}()\n#25 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(93): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))\n#26 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(37): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))\n#27 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/Container.php(596): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)\n#28 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Console/Command.php(134): Illuminate\\Container\\Container->call(Array)\n#29 /home/mygpsbd/public_html/vendor/symfony/console/Command/Command.php(298): Illuminate\\Console\\Command->execute(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))\n#30 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Console/Command.php(121): Symfony\\Component\\Console\\Command\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))\n#31 /home/mygpsbd/public_html/vendor/symfony/console/Application.php(1040): Illuminate\\Console\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#32 /home/mygpsbd/public_html/vendor/symfony/console/Application.php(301): Symfony\\Component\\Console\\Application->doRunCommand(Object(Illuminate\\Queue\\Console\\WorkCommand), Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#33 /home/mygpsbd/public_html/vendor/symfony/console/Application.php(171): Symfony\\Component\\Console\\Application->doRun(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#34 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Console/Application.php(93): Symfony\\Component\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#35 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(129): Illuminate\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#36 /home/mygpsbd/public_html/artisan(37): Illuminate\\Foundation\\Console\\Kernel->handle(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#37 {main}', '2024-02-08 14:01:04');
INSERT INTO `failed_jobs` (`id`, `connection`, `queue`, `payload`, `exception`, `failed_at`) VALUES
(693, 'database', 'default', '{\"uuid\":\"2f6eeb39-aa54-498b-b755-98111900640c\",\"displayName\":\"App\\\\Jobs\\\\SmsSend\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"delay\":null,\"timeout\":null,\"timeoutAt\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\SmsSend\",\"command\":\"O:16:\\\"App\\\\Jobs\\\\SmsSend\\\":9:{s:4:\\\"data\\\";a:2:{s:4:\\\"data\\\";O:39:\\\"Illuminate\\\\Database\\\\Eloquent\\\\Collection\\\":1:{s:8:\\\"\\u0000*\\u0000items\\\";a:100:{i:0;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2746;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Mahfuzur\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01723478869\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Sx3KnCl62FqBLGP9HPd\\/4eG8hG\\/6xu0HAtnyZ4y3SkpcH1uuOPHNe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-01 12:02:35\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-01 12:02:35\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2746;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Mahfuzur\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01723478869\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Sx3KnCl62FqBLGP9HPd\\/4eG8hG\\/6xu0HAtnyZ4y3SkpcH1uuOPHNe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-01 12:02:35\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-01 12:02:35\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:1;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2751;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Masum Billah\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"www.tm217502@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01774055543\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$I.YszP\\/43dg1uv7wYDITOOA3JbPAfXnNn7aLGVB1XFZM.0GsxXZYS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-01 13:44:40\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-01 13:44:40\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2751;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Masum Billah\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"www.tm217502@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01774055543\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$I.YszP\\/43dg1uv7wYDITOOA3JbPAfXnNn7aLGVB1XFZM.0GsxXZYS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-01 13:44:40\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-01 13:44:40\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:2;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2803;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Homywon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01889025419\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$YcI7rYboGcP6mx1Vi2pHKuoAASt5KJtFsmUv1SKtKgmB2pF7\\/pcaq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 13:00:20\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 13:00:20\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2803;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Homywon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01889025419\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$YcI7rYboGcP6mx1Vi2pHKuoAASt5KJtFsmUv1SKtKgmB2pF7\\/pcaq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 13:00:20\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 13:00:20\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:3;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2818;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Torequl islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01710857475\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$QZjRLn70LYMsR2H6H379WeXHBgEg44vKOpmMLBc9r8eSjbi8zag26\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 16:04:34\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 16:04:34\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2818;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Torequl islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01710857475\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$QZjRLn70LYMsR2H6H379WeXHBgEg44vKOpmMLBc9r8eSjbi8zag26\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 16:04:34\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 16:04:34\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:4;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3094;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Anowar\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"anowaropy01@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01799949901\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$N2orpNpF.mN7i1\\/A0UXrXOS89QB0ABnYz1uVudrYNd6QEz1BOt2Wu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 16:46:15\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 16:46:15\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3094;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Anowar\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"anowaropy01@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01799949901\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$N2orpNpF.mN7i1\\/A0UXrXOS89QB0ABnYz1uVudrYNd6QEz1BOt2Wu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 16:46:15\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 16:46:15\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:5;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3206;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Masud\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01722325752\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$HWSWegTPS8KdaSnBXmq9reugyo8242PLI2.5IOPbxWv2sldbYqgAK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 11:37:51\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 11:37:51\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3206;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Masud\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01722325752\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$HWSWegTPS8KdaSnBXmq9reugyo8242PLI2.5IOPbxWv2sldbYqgAK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 11:37:51\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 11:37:51\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:6;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3341;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"MD. Jahid\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"jahid11@mygpsbd.net\\\";s:7:\\\"address\\\";s:7:\\\"Tangail\\\";s:5:\\\"phone\\\";s:11:\\\"01725472180\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$2OGdvY\\/\\/hSdKiJTxBhWQ0.xEX7iG\\/z0GCQldZffCESJfFGD9fboRu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 11:26:03\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 11:26:03\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3341;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"MD. Jahid\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"jahid11@mygpsbd.net\\\";s:7:\\\"address\\\";s:7:\\\"Tangail\\\";s:5:\\\"phone\\\";s:11:\\\"01725472180\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$2OGdvY\\/\\/hSdKiJTxBhWQ0.xEX7iG\\/z0GCQldZffCESJfFGD9fboRu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 11:26:03\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 11:26:03\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:7;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3342;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Maidul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01859202018\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$wdsNyjFDN.dcazcu1trJO.1NF\\/XmqKDW8f94DG8pOdWGdtl49bTp2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 14:06:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 14:06:29\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3342;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Maidul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01859202018\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$wdsNyjFDN.dcazcu1trJO.1NF\\/XmqKDW8f94DG8pOdWGdtl49bTp2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 14:06:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 14:06:29\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:8;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3343;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Babu\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01967617400\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$76jH9LE3nBpeVnZAYrATjOeFmItSV0PtraF5vmox3prqyLeg35a\\/6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 14:08:33\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 14:08:33\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3343;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Babu\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01967617400\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$76jH9LE3nBpeVnZAYrATjOeFmItSV0PtraF5vmox3prqyLeg35a\\/6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 14:08:33\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 14:08:33\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:9;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3344;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"Sayed Anisur Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716642759\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$17rxKdVky7vOXBYC\\/de9luhM1fSy.uUwHJMDsrJrrMMuaPPq0S.1y\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 14:10:37\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 14:10:37\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3344;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"Sayed Anisur Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716642759\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$17rxKdVky7vOXBYC\\/de9luhM1fSy.uUwHJMDsrJrrMMuaPPq0S.1y\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 14:10:37\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 14:10:37\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:10;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3345;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Alamin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"alamin02@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01311465802\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$UKHD6Z2jKOA5Q6gMtDroPO\\/JjHQcAV426p6ZbxEbsrwpyd6p37Jcy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 14:14:07\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 14:14:07\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3345;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Alamin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"alamin02@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01311465802\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$UKHD6Z2jKOA5Q6gMtDroPO\\/JjHQcAV426p6ZbxEbsrwpyd6p37Jcy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 14:14:07\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 14:14:07\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:11;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3346;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Mozibur Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:25:\\\"moziburrahman@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01714011901\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ccNSXqdfPNdprArDct3imeNnhtnY1ynUtQseZtQCA8dy.iIWaRyXi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 14:18:57\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 14:18:57\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3346;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Mozibur Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:25:\\\"moziburrahman@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01714011901\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ccNSXqdfPNdprArDct3imeNnhtnY1ynUtQseZtQCA8dy.iIWaRyXi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 14:18:57\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 14:18:57\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:12;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3347;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Dr. Mujibur\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"drmujibor@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01710922762\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$cKGsmS.vQW0xsR8XYj1E1u0cfHoBsVBrJH6RtsXZWejFZJ6.vGMBi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 14:22:35\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 14:22:35\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3347;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Dr. Mujibur\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"drmujibor@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01710922762\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$cKGsmS.vQW0xsR8XYj1E1u0cfHoBsVBrJH6RtsXZWejFZJ6.vGMBi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 14:22:35\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 14:22:35\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:13;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3350;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Md. Jamal Uddin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715150149\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$3dEiG3YSpJXvsOuSh.7zGO9AzukOnf2uM4dzivzG8wdTj2c4qT\\/Vi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 15:33:23\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 15:33:23\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3350;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Md. Jamal Uddin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715150149\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$3dEiG3YSpJXvsOuSh.7zGO9AzukOnf2uM4dzivzG8wdTj2c4qT\\/Vi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 15:33:23\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 15:33:23\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:14;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3351;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Alamin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"alamin26@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01707132226\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$NxKRwkMB9yRmjAD.qHgPaudjbNMi7CUE2NuH\\/Qfu8W1.ponpR.Ecm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 15:35:24\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 15:35:24\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3351;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Alamin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"alamin26@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01707132226\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$NxKRwkMB9yRmjAD.qHgPaudjbNMi7CUE2NuH\\/Qfu8W1.ponpR.Ecm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 15:35:24\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 15:35:24\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:15;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3352;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Dr. Alom\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:16:\\\"alom@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01818252898\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$IQkdZhqJXiVgUy94xdcpRu0DhKpDR\\/V.JcWF4ncXTtNxUTyIAUJXK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 15:58:47\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 15:58:47\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3352;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Dr. Alom\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:16:\\\"alom@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01818252898\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$IQkdZhqJXiVgUy94xdcpRu0DhKpDR\\/V.JcWF4ncXTtNxUTyIAUJXK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 15:58:47\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 15:58:47\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:16;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3354;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Arafat ali\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01303248448\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$9m10g32N8gYJLzv2h17Q2uQYnzM9nrAQFo.Rg7p3Jo81TTXW7ilE6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 16:02:33\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 16:02:33\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3354;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Arafat ali\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01303248448\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$9m10g32N8gYJLzv2h17Q2uQYnzM9nrAQFo.Rg7p3Jo81TTXW7ilE6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 16:02:33\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 16:02:33\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:17;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3355;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Ataur\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"ataur05@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711968405\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$iGwF4yXvncdJhtl\\/cACdF.JHgSdZoxPT9jSAPDs5W1t5DYoHF4TJi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 16:04:14\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 16:04:14\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3355;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Ataur\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"ataur05@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711968405\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$iGwF4yXvncdJhtl\\/cACdF.JHgSdZoxPT9jSAPDs5W1t5DYoHF4TJi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 16:04:14\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 16:04:14\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:18;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3356;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Ali Hossain Sikder\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"alihossain@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01867767351\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$jHSA7YS4Y3OPPN8iiG4H7.X2NVaGpALvyJMl2DdiBnwrL3nTpuwk6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 16:05:32\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 16:05:32\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3356;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Ali Hossain Sikder\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"alihossain@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01867767351\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$jHSA7YS4Y3OPPN8iiG4H7.X2NVaGpALvyJMl2DdiBnwrL3nTpuwk6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 16:05:32\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 16:05:32\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:19;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3357;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Anwar\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"alihossain@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715742196\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$DvkU8P3ozzEin3Jx9bpepOQ4ULnY6zpKJfKOwtqHbLMLR1M0n08ki\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 16:06:42\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 16:06:42\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3357;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Anwar\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"alihossain@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715742196\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$DvkU8P3ozzEin3Jx9bpepOQ4ULnY6zpKJfKOwtqHbLMLR1M0n08ki\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 16:06:42\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 16:06:42\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:20;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3358;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Novin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01731767682\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$tSfR2N.u1HgkSnO23ppMM.rjeeKeQ5ptVxETkt7hN5dodv2f8fIE.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 16:12:03\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 16:12:03\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3358;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Novin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01731767682\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$tSfR2N.u1HgkSnO23ppMM.rjeeKeQ5ptVxETkt7hN5dodv2f8fIE.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 16:12:03\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 16:12:03\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:21;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3359;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:20:\\\"Fahim Alom Chowdhury\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"fahim84@mygpsbd.com\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01915024484\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$fTby1b\\/5OsX9pVI7yqlEie\\/dLDExUKC8O7ST4X5w24gv1JfwGZMru\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 16:14:23\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 16:14:23\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3359;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:20:\\\"Fahim Alom Chowdhury\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"fahim84@mygpsbd.com\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01915024484\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$fTby1b\\/5OsX9pVI7yqlEie\\/dLDExUKC8O7ST4X5w24gv1JfwGZMru\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 16:14:23\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 16:14:23\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:22;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3360;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"SK Mahedi\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"hatmahedi@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01911060580\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$lOTbuNZHo6JxroB1\\/daTKeILhY.Zgv.hR7MOm9IucxLKwiH72apmS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 16:16:11\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 16:16:11\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3360;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"SK Mahedi\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"hatmahedi@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01911060580\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$lOTbuNZHo6JxroB1\\/daTKeILhY.Zgv.hR7MOm9IucxLKwiH72apmS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 16:16:11\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 16:16:11\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:23;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3361;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Md.Ataur Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"ataur79@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01913300979\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$GKn3MRqRUrI6.eW5dgJCdeCC8yAlVqOT5k9lG.BlG8G6L7D.TpORS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 16:18:40\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 16:18:40\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3361;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Md.Ataur Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"ataur79@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01913300979\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$GKn3MRqRUrI6.eW5dgJCdeCC8yAlVqOT5k9lG.BlG8G6L7D.TpORS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 16:18:40\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 16:18:40\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:24;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3362;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Isa Aziz\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"aziz34@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01723909134\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$m7\\/AniiQ3pbVtxlm1ZbFzeCX5KJUQtCCWOJMqOjFX7KsX2i23bCK.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 16:26:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 16:26:29\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3362;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Isa Aziz\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"aziz34@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01723909134\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$m7\\/AniiQ3pbVtxlm1ZbFzeCX5KJUQtCCWOJMqOjFX7KsX2i23bCK.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 16:26:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 16:26:29\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:25;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3363;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Mir Alauddin Bappy\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711207150\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$DfrObOUH5sfWPEiC3BBtwucHG7UuIfHvJKkABApncNmr8TF8NXRe6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 16:29:08\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 16:29:08\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3363;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Mir Alauddin Bappy\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711207150\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$DfrObOUH5sfWPEiC3BBtwucHG7UuIfHvJKkABApncNmr8TF8NXRe6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 16:29:08\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 16:29:08\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:26;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3364;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Captain Kaikobad\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"jahid.dhakabd@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716604931\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$KIpCaBQIf6lBm5eiyDmCGO8dVad4OBibGyCe9dslK.R0MGnagduRO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 16:39:36\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 16:40:32\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3364;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Captain Kaikobad\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"jahid.dhakabd@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716604931\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$KIpCaBQIf6lBm5eiyDmCGO8dVad4OBibGyCe9dslK.R0MGnagduRO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 16:39:36\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 16:40:32\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:27;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3365;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Faysal Ahmmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"ftc.uzzal@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01677345660\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$v1OKY\\/emocmyIHc3tKQzAOC7GVzBPpOfKaiRMH3ozJ1xQfbQMjk3a\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 16:43:53\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 16:43:53\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3365;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Faysal Ahmmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"ftc.uzzal@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01677345660\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$v1OKY\\/emocmyIHc3tKQzAOC7GVzBPpOfKaiRMH3ozJ1xQfbQMjk3a\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 16:43:53\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 16:43:53\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:28;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3366;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"mkfashion28\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"mkfashion28@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01671826193\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$FHZQ2j8ywFBgb21d2RpZ3.A3wiBXcnYcJfT8HH42JI9uJS9VJnzNW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 16:48:47\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 16:48:47\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3366;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"mkfashion28\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"mkfashion28@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01671826193\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$FHZQ2j8ywFBgb21d2RpZ3.A3wiBXcnYcJfT8HH42JI9uJS9VJnzNW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 16:48:47\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 16:48:47\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:29;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3367;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Shahin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01789126130\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$.sMi7QWFvbHL6k1VwGkfFuevHjKYDQVwVDoCFJtCof96\\/QCzhDt8y\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 16:53:57\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 16:53:57\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3367;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Shahin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01789126130\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$.sMi7QWFvbHL6k1VwGkfFuevHjKYDQVwVDoCFJtCof96\\/QCzhDt8y\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 16:53:57\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 16:53:57\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:30;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3368;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Morshed Miraj\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:17:\\\"hmmiraj@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01817002333\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$kYcz0xKjOeM0GYhAim3H1OG6CC\\/TVSv.TBOmQ0lD83AjsYQNxWqxu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 16:56:15\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 16:56:15\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3368;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Morshed Miraj\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:17:\\\"hmmiraj@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01817002333\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$kYcz0xKjOeM0GYhAim3H1OG6CC\\/TVSv.TBOmQ0lD83AjsYQNxWqxu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 16:56:15\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 16:56:15\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:31;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3369;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Md. Mostofa\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"mostofa.html@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711100264\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$g6eVIsgVXbMMD7tPjxIjNukBSt5TOGSlK7N7U9.q77PsQH8iOvyXm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 16:58:47\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 16:58:47\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3369;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Md. Mostofa\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"mostofa.html@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711100264\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$g6eVIsgVXbMMD7tPjxIjNukBSt5TOGSlK7N7U9.q77PsQH8iOvyXm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 16:58:47\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 16:58:47\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:32;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3370;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Shamim Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"shamim08@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01977107608\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ckqF45S4RqU.aK\\/.mgvamuw3BajEaP4YR\\/.g5ssrBtMfGJxOGkY.a\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 17:01:24\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 17:01:24\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3370;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Shamim Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"shamim08@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01977107608\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ckqF45S4RqU.aK\\/.mgvamuw3BajEaP4YR\\/.g5ssrBtMfGJxOGkY.a\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 17:01:24\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 17:01:24\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:33;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3371;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Shahin Alom\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"shahin@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01632470615\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$V2Xc\\/oG\\/qGvGwoy8wvoLTOtY31s14I9eMY7xPOShYPh2wp4r2qBbC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 17:06:24\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 17:06:24\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3371;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Shahin Alom\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"shahin@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01632470615\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$V2Xc\\/oG\\/qGvGwoy8wvoLTOtY31s14I9eMY7xPOShYPh2wp4r2qBbC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 17:06:24\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 17:06:24\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:34;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3372;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Md. Safwan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"safwan35@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01817286397\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$KjXsJqCRJvpKygSYitITgOKI..p7dSScFcMtawqFUcwIZNfj2RqDm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 17:08:46\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 17:08:46\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3372;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Md. Safwan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"safwan35@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01817286397\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$KjXsJqCRJvpKygSYitITgOKI..p7dSScFcMtawqFUcwIZNfj2RqDm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 17:08:46\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 17:08:46\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:35;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3373;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Shibbir Ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"shibbir@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01772428799\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$MlE7fHHZylxJwc.dP90bNumaveV07XDoJTKyUWFJ0bdNu7.ph22lm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 17:10:55\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 17:10:55\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3373;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Shibbir Ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"shibbir@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01772428799\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$MlE7fHHZylxJwc.dP90bNumaveV07XDoJTKyUWFJ0bdNu7.ph22lm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 17:10:55\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 17:10:55\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:36;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3374;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Alauddin khan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01611011185\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$RyffsfBmUF9Epvfca24WD.zfg1yCx1TB1CJ06.4Wgv4yx2SYfyhBS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 17:13:31\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 17:13:31\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3374;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Alauddin khan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01611011185\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$RyffsfBmUF9Epvfca24WD.zfg1yCx1TB1CJ06.4Wgv4yx2SYfyhBS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 17:13:31\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 17:13:31\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:37;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3375;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Faisal\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01924758812\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$PgsInnGxUf2H7cUpO0Wfk.fB8z7OONPkc9g0oe739XbQZaFf2hfa2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 17:14:42\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 17:14:42\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3375;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Faisal\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01924758812\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$PgsInnGxUf2H7cUpO0Wfk.fB8z7OONPkc9g0oe739XbQZaFf2hfa2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 17:14:42\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 17:14:42\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:38;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3376;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Akas\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01724660825\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$kqG14kUyIXaV55RFzecotubgn4SVQT2wbHBhAWMtgP23jgi0\\/kmpW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 17:16:00\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 17:16:00\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3376;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Akas\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01724660825\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$kqG14kUyIXaV55RFzecotubgn4SVQT2wbHBhAWMtgP23jgi0\\/kmpW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 17:16:00\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 17:16:00\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:39;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3377;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Kamruzzaman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01944455392\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$6Wz\\/eTT5ugCOrO6P52jZkuHpc6Je.XYznF56mBdiNk2xKaPQLXzre\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 17:17:03\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 17:17:03\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3377;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Kamruzzaman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01944455392\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$6Wz\\/eTT5ugCOrO6P52jZkuHpc6Je.XYznF56mBdiNk2xKaPQLXzre\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 17:17:03\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 17:17:03\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:40;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3378;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Alamin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01688677508\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$NYsgfQ6PzQnzw3gKnmVP1eUNKWA44HyySdBhYKSZTqYH5FptJeK2S\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 17:25:28\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 17:25:28\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3378;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Alamin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01688677508\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$NYsgfQ6PzQnzw3gKnmVP1eUNKWA44HyySdBhYKSZTqYH5FptJeK2S\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 17:25:28\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 17:25:28\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:41;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3379;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"ROMAN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01792546773\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$4cSfXolSwW36IY5wKNBIX.ZF8gIeeofcJ9kNU5q0Q12zj0ZZPYvHq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 17:34:18\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 17:34:18\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3379;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"ROMAN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01792546773\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$4cSfXolSwW36IY5wKNBIX.ZF8gIeeofcJ9kNU5q0Q12zj0ZZPYvHq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 17:34:18\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 17:34:18\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:42;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3380;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Noyon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712562306\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$BUAl9fF1qNv4IthunoRtauGDp\\/1q3I6VMy4XXqOYpx\\/PYPG4t3nh2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 17:35:35\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 17:35:35\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3380;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Noyon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712562306\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$BUAl9fF1qNv4IthunoRtauGDp\\/1q3I6VMy4XXqOYpx\\/PYPG4t3nh2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 17:35:35\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 17:35:35\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:43;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3381;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Moinul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01795555885\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$UWrOeXS9wqMZVthECEzI6OK6TV91.PVCsXbdgGxDLsqqlSicW3M.G\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 17:36:58\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 17:36:58\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3381;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Moinul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01795555885\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$UWrOeXS9wqMZVthECEzI6OK6TV91.PVCsXbdgGxDLsqqlSicW3M.G\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 17:36:58\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 17:36:58\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:44;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3382;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Sudhir Das\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01689921672\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$K9LT8A6x.ZJbiYeK.DkZ9O5b8AQ8iN8lHY9P50rlBCoKA4lDLi0RK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 17:38:58\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 17:38:58\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3382;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Sudhir Das\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01689921672\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$K9LT8A6x.ZJbiYeK.DkZ9O5b8AQ8iN8lHY9P50rlBCoKA4lDLi0RK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 17:38:58\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 17:38:58\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:45;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3383;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Sha Alom Monir\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01812070000\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$zmV8XQeZgBpCOxFQaAFaCeDlz733Zmoc3OW\\/EKiBIWzyt1\\/KO64Zq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 17:41:54\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 17:41:54\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3383;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Sha Alom Monir\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01812070000\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$zmV8XQeZgBpCOxFQaAFaCeDlz733Zmoc3OW\\/EKiBIWzyt1\\/KO64Zq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 17:41:54\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 17:41:54\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:46;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3384;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Borun\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01841643075\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$uZrPOTnRvnVPLA1AbeaUne43MFELZ8j5AmaX0PkNDF4Kxl8xxmGuy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 17:43:16\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 17:43:16\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3384;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Borun\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01841643075\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$uZrPOTnRvnVPLA1AbeaUne43MFELZ8j5AmaX0PkNDF4Kxl8xxmGuy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 17:43:16\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 17:43:16\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:47;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3385;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Md. Sabbir Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01798585960\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$2Yfh37smqwkQxBtS5EJKmuQ83.6ZI.WLYzXiKoeV3x1ApJNaXj3fa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 11:04:58\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 11:04:58\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3385;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Md. Sabbir Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01798585960\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$2Yfh37smqwkQxBtS5EJKmuQ83.6ZI.WLYzXiKoeV3x1ApJNaXj3fa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 11:04:58\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 11:04:58\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:48;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3386;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Asif Masud\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01717058372\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$0NPJ\\/BEdEYBBsAqT3tbDnuGs6hx9234tSDzZsogcIvV9jcwipJ1L6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 11:06:33\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 11:06:33\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3386;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Asif Masud\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01717058372\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$0NPJ\\/BEdEYBBsAqT3tbDnuGs6hx9234tSDzZsogcIvV9jcwipJ1L6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 11:06:33\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 11:06:33\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:49;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3387;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Nur Alam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01739215973\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$6Vspy7XYEeclaST3PWi1vOUzWxWp7wNsIRvjuu1fKVd3Gril3YbHm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 11:07:49\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 11:07:49\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3387;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Nur Alam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01739215973\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$6Vspy7XYEeclaST3PWi1vOUzWxWp7wNsIRvjuu1fKVd3Gril3YbHm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 11:07:49\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 11:07:49\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:50;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3388;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Shourav\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715783861\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$vYi4Sq8bCltSt.RKiUHQSeP5ZVo5XwFgUa7atM5TISrw31A17T5\\/a\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 11:09:20\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 11:09:20\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3388;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Shourav\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715783861\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$vYi4Sq8bCltSt.RKiUHQSeP5ZVo5XwFgUa7atM5TISrw31A17T5\\/a\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 11:09:20\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 11:09:20\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:51;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3389;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Sumon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711874519\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$H5uNQU.GI4X\\/0ANx4sknBu6BfCSg4jBTxA9WjT27kdr.GRtRSpyC6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 11:10:40\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 11:10:40\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3389;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Sumon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711874519\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$H5uNQU.GI4X\\/0ANx4sknBu6BfCSg4jBTxA9WjT27kdr.GRtRSpyC6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 11:10:40\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 11:10:40\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:52;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3390;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Yusuf Malibag\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01924610051\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Zzep\\/D05QcadU6e77nD6cev.MeVNOHADjiMUbt\\/q5qVog1X7PpVfC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 11:11:46\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 11:11:46\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3390;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Yusuf Malibag\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01924610051\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Zzep\\/D05QcadU6e77nD6cev.MeVNOHADjiMUbt\\/q5qVog1X7PpVfC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 11:11:46\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 11:11:46\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:53;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3391;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Rasel\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01722031051\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$sMq91l7LlfATv8NQSqMdbe2tOgVlyTgx5MqXDqY7z8M27FHc6pFLy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 11:13:39\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 11:13:39\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3391;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Rasel\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01722031051\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$sMq91l7LlfATv8NQSqMdbe2tOgVlyTgx5MqXDqY7z8M27FHc6pFLy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 11:13:39\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 11:13:39\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:54;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3392;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Gold King\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01885997676\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$sQbLiuZzMZwMugg6hroePePsBgXC2aqt6dF0\\/.e8hlD4ZhcaaDkWq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 11:52:46\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 11:52:46\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3392;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Gold King\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01885997676\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$sQbLiuZzMZwMugg6hroePePsBgXC2aqt6dF0\\/.e8hlD4ZhcaaDkWq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 11:52:46\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 11:52:46\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:55;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3393;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Md. Shamrat\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01314437030\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Gh50CbHkYXADk7b.6ZogzefnTCILDKJzsc6HYl1y42T369uyXyH\\/u\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 11:55:17\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 11:55:17\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3393;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Md. Shamrat\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01314437030\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Gh50CbHkYXADk7b.6ZogzefnTCILDKJzsc6HYl1y42T369uyXyH\\/u\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 11:55:17\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 11:55:17\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:56;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3394;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Nazame Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01977366566\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$r2spcH4VtfEjnyOtDnPBm.1GiS693VHn2F4axwkhbjq0Qm9L3qJU6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 11:56:25\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 11:56:25\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3394;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Nazame Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01977366566\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$r2spcH4VtfEjnyOtDnPBm.1GiS693VHn2F4axwkhbjq0Qm9L3qJU6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 11:56:25\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 11:56:25\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:57;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3395;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Md. Faridul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01742921551\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$yTAvwA4fhibtskYEvNw8AuJ1NbFuYZ2PGtNn2eV3Pt7Nvo17jF5KW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 12:47:43\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 12:47:43\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3395;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Md. Faridul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01742921551\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$yTAvwA4fhibtskYEvNw8AuJ1NbFuYZ2PGtNn2eV3Pt7Nvo17jF5KW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 12:47:43\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 12:47:43\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:58;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3396;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md. Moniruzzaman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01938835957\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$1d2Si6D4WJFJqVGyvIFpdOp3ew7rLFRR8hsFdz.Ai9KmzpczUDIYW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 12:50:26\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 12:50:26\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3396;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md. Moniruzzaman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01938835957\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$1d2Si6D4WJFJqVGyvIFpdOp3ew7rLFRR8hsFdz.Ai9KmzpczUDIYW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 12:50:26\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 12:50:26\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:59;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3397;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Bellal\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712114566\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$aUwOUITp70swt6DVIJ2F.OYcI4JKCzxvg97\\/pvs4HjuteGCujODqi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 13:19:13\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 13:19:13\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3397;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Bellal\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712114566\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$aUwOUITp70swt6DVIJ2F.OYcI4JKCzxvg97\\/pvs4HjuteGCujODqi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 13:19:13\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 13:19:13\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:60;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3398;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Monsurull Haque\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01818170866\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$FWltsGdP18qMrbSWRPlNQ.fPzFLnNOkXtxqUH65q0ZWW7XUyn4Xzu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 13:20:24\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 13:20:24\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3398;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Monsurull Haque\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01818170866\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$FWltsGdP18qMrbSWRPlNQ.fPzFLnNOkXtxqUH65q0ZWW7XUyn4Xzu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 13:20:24\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 13:20:24\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:61;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3399;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Md. Azom\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01950107528\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$cg0o7HNvYu5mo7DbfdEXEusS\\/hVS2WFzwCKhXr5xvUCPOtO.PM0e2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 13:21:35\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 13:21:35\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3399;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Md. Azom\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01950107528\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$cg0o7HNvYu5mo7DbfdEXEusS\\/hVS2WFzwCKhXr5xvUCPOtO.PM0e2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 13:21:35\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 13:21:35\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:62;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3400;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Saif\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01779909931\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$rx4QFTNiBQ3.D\\/Xq6LS9nOkuEa4.unR.vg7jnAFqf8l.6GBRzc62W\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 13:23:09\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 13:23:09\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3400;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Saif\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01779909931\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$rx4QFTNiBQ3.D\\/Xq6LS9nOkuEa4.unR.vg7jnAFqf8l.6GBRzc62W\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 13:23:09\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 13:23:09\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:63;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3401;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Md Anis\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712938957\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$7tUXtueY7sRB1XJu2.uQbO8vYxU9Ib4u7NR5U\\/YxmeQAlAdszuGda\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 13:24:15\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 13:24:15\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3401;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Md Anis\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712938957\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$7tUXtueY7sRB1XJu2.uQbO8vYxU9Ib4u7NR5U\\/YxmeQAlAdszuGda\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 13:24:15\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 13:24:15\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:64;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3402;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Joy Hasan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01720117201\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$JAb\\/RemNPvVZRb.YujvDyOEJOxVRjh7UcUG3DWodTHZHNu4qbUv5y\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 13:25:17\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 13:25:17\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3402;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Joy Hasan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01720117201\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$JAb\\/RemNPvVZRb.YujvDyOEJOxVRjh7UcUG3DWodTHZHNu4qbUv5y\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 13:25:17\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 13:25:17\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:65;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3403;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Monir\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711632408\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$yf1eMHLrHDCqtf7rfEdQJ.9GXQg4IxZnk2EALFm8U4nGLJFKnTPLG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 13:26:14\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 13:26:14\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3403;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Monir\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711632408\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$yf1eMHLrHDCqtf7rfEdQJ.9GXQg4IxZnk2EALFm8U4nGLJFKnTPLG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 13:26:14\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 13:26:14\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:66;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3404;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Rifath Sayeed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01713424137\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$swlkpWoq8CVkh0kBx2d83eB.1CP6KCih6PWowPvajW7ecr1vBUbo.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 13:27:11\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 13:27:11\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3404;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Rifath Sayeed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01713424137\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$swlkpWoq8CVkh0kBx2d83eB.1CP6KCih6PWowPvajW7ecr1vBUbo.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 13:27:11\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 13:27:11\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:67;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3405;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Sagor\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01626098403\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$CsDGcLX8Qx5qhypf85o0p.p2xD2aQrg\\/MvHAhrARIGZ9Q7tUYA.Ry\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 13:39:01\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 13:39:01\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3405;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Sagor\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01626098403\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$CsDGcLX8Qx5qhypf85o0p.p2xD2aQrg\\/MvHAhrARIGZ9Q7tUYA.Ry\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 13:39:01\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 13:39:01\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:68;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3406;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Arif\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01888720095\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$YyToM3JTRl8tDKFYu5iGgOTu60BZSEuqYr1Fi\\/x6sotPGohk2S502\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 13:41:19\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 13:41:19\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3406;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Arif\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01888720095\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$YyToM3JTRl8tDKFYu5iGgOTu60BZSEuqYr1Fi\\/x6sotPGohk2S502\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 13:41:19\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 13:41:19\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:69;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3407;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Zahidul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01925158283\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$113.ZqgRkM1PvQkikilaweMlmIv8xBgtU5J7I7l.kQI1m1nACnRpS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 14:54:16\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 14:54:16\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3407;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Zahidul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01925158283\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$113.ZqgRkM1PvQkikilaweMlmIv8xBgtU5J7I7l.kQI1m1nACnRpS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 14:54:16\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 14:54:16\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:70;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3408;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Ummat ALI\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01721656262\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$CtVV5mnJpiBHdXdYQsS5u.Zny5QFJhK.dq\\/Hz34JINyN0iJo6.ArO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:03:16\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:03:16\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3408;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Ummat ALI\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01721656262\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$CtVV5mnJpiBHdXdYQsS5u.Zny5QFJhK.dq\\/Hz34JINyN0iJo6.ArO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:03:16\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:03:16\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:71;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3409;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Shahin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01819252491\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$eAONZnUNze3z6Oq9R4o7veZGlwn64Oz0mZOAJdaAgQP3gysDtPQUa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:04:41\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:04:41\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3409;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Shahin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01819252491\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$eAONZnUNze3z6Oq9R4o7veZGlwn64Oz0mZOAJdaAgQP3gysDtPQUa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:04:41\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:04:41\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:72;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3410;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Shemanta\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01816801259\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$KYNIUmU7dRCSrN5NzOMFpehIITbrzp8gI8xU0oXYfIS3jXn96GxKG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:07:04\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:07:04\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3410;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Shemanta\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01816801259\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$KYNIUmU7dRCSrN5NzOMFpehIITbrzp8gI8xU0oXYfIS3jXn96GxKG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:07:04\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:07:04\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:73;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3411;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"SM Maniruzzan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715239290\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$MyS6XNUvIyVxnLMUE5\\/S0eFBaZuqNt2DUcjbyjf75lqg9O9NqgPAa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:09:19\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:09:19\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3411;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"SM Maniruzzan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715239290\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$MyS6XNUvIyVxnLMUE5\\/S0eFBaZuqNt2DUcjbyjf75lqg9O9NqgPAa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:09:19\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:09:19\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:74;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3412;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Badsha Bulbul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01626243108\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$jsG7xLUUS7oP4rDErGda1uwjpLvggWhv9s.WKQ3pcZtGi1AbNYzWe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:10:24\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:10:24\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3412;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Badsha Bulbul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01626243108\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$jsG7xLUUS7oP4rDErGda1uwjpLvggWhv9s.WKQ3pcZtGi1AbNYzWe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:10:24\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:10:24\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:75;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3413;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Faisal\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01879378900\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$yZ35BKVFvzMQeBcpwnqYfe\\/Ck8sn.rKCg1eNcKqzi8D6k\\/vfIDNvS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:11:22\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:11:22\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3413;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Faisal\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01879378900\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$yZ35BKVFvzMQeBcpwnqYfe\\/Ck8sn.rKCg1eNcKqzi8D6k\\/vfIDNvS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:11:22\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:11:22\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:76;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3414;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Elias Kanchan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01769207018\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$lHoFAo2MFevTjbWkC6njvOG5i2dJPwH8gxYSZIqXG73Q8kl9YeuHK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:12:57\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:12:57\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3414;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Elias Kanchan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01769207018\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$lHoFAo2MFevTjbWkC6njvOG5i2dJPwH8gxYSZIqXG73Q8kl9YeuHK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:12:57\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:12:57\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:77;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3415;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Alauddin khan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01612684676\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ntDdrkARchC27eDAZCwAD.RL\\/2Jf41M6QhUn20QFCxXYarXlDrH1u\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:15:36\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:15:36\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3415;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Alauddin khan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01612684676\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ntDdrkARchC27eDAZCwAD.RL\\/2Jf41M6QhUn20QFCxXYarXlDrH1u\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:15:36\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:15:36\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:78;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3416;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Tanvir shyod bappy\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712226037\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$3\\/RptmKtvTJq3hSAwW1nk.z9eWoQBdi5kLOE59mu\\/e5IKjEQ0q2pC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:17:09\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:17:09\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3416;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Tanvir shyod bappy\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712226037\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$3\\/RptmKtvTJq3hSAwW1nk.z9eWoQBdi5kLOE59mu\\/e5IKjEQ0q2pC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:17:09\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:17:09\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:79;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3417;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Shoun\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01799186403\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$XQC0o1d6.w6JCSy2clyJdu\\/vKqyhgy\\/Uzb\\/NGAg2fFxeoLB8.19Iq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:18:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:18:29\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3417;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Shoun\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01799186403\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$XQC0o1d6.w6JCSy2clyJdu\\/vKqyhgy\\/Uzb\\/NGAg2fFxeoLB8.19Iq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:18:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:18:29\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:80;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3418;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Akash\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01906861117\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$so8l2tvuGoUR3vLCzQp7AuFJPfeDnEdII3XMqIVBUifu0UiLTdpe6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:24:47\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:24:47\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3418;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Akash\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01906861117\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$so8l2tvuGoUR3vLCzQp7AuFJPfeDnEdII3XMqIVBUifu0UiLTdpe6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:24:47\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:24:47\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:81;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3419;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Nazmul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01718527108\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$O7RenHANj5C9itNKa7qpA.x3htKXO2FRM9vxUPJ8fTCnt5xLHIAaO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:26:52\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:26:52\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3419;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Nazmul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01718527108\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$O7RenHANj5C9itNKa7qpA.x3htKXO2FRM9vxUPJ8fTCnt5xLHIAaO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:26:52\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:26:52\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:82;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3420;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Rajib\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01318742290\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$oN9pCQgaeR.ijAhGlRaL3.kIsJ3hjIZno7Aw.yOad4BMGASAJDCoy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:27:48\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:27:48\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3420;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Rajib\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01318742290\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$oN9pCQgaeR.ijAhGlRaL3.kIsJ3hjIZno7Aw.yOad4BMGASAJDCoy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:27:48\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:27:48\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:83;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3421;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"kawsar Ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01750019777\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$OfFlLOf8gsublGNNSQ6AEeq.ytrapI9z77Xtx1Z54zJOgZ.koeRk6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:28:37\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:28:37\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3421;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"kawsar Ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01750019777\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$OfFlLOf8gsublGNNSQ6AEeq.ytrapI9z77Xtx1Z54zJOgZ.koeRk6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:28:37\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:28:37\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:84;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3422;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Shirajul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01737218001\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$2AykSKrkgFfeZGH9RfxMmujERKXMJ5eRWd3\\/Eq3HKzr02GbpZ0sUm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:29:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:29:29\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3422;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Shirajul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01737218001\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$2AykSKrkgFfeZGH9RfxMmujERKXMJ5eRWd3\\/Eq3HKzr02GbpZ0sUm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:29:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:29:29\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:85;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3423;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Akter Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711393473\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$GUALXV.hiF.PZFCMsQxNgu8R9YZLXamb5Zris19U7o5S90.cRkd6y\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:30:41\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:30:41\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3423;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Akter Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711393473\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$GUALXV.hiF.PZFCMsQxNgu8R9YZLXamb5Zris19U7o5S90.cRkd6y\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:30:41\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:30:41\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:86;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3424;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Mustafa\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01866066602\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$yEoLC\\/l3Vw84JUTHmSBiruZrYkOz5FSRgOZUNkl8yEFe\\/tIe6Ijvq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:32:40\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:32:40\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3424;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Mustafa\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01866066602\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$yEoLC\\/l3Vw84JUTHmSBiruZrYkOz5FSRgOZUNkl8yEFe\\/tIe6Ijvq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:32:40\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:32:40\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:87;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3425;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Khurshed Alom\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:7:\\\"Tangail\\\";s:5:\\\"phone\\\";s:11:\\\"01729220055\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$5ZOKwaglCj9bpBlcxZ\\/IK.HBcZcx1BrLsD97vpYifU255VpWvR0gO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:33:33\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:33:33\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3425;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Khurshed Alom\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:7:\\\"Tangail\\\";s:5:\\\"phone\\\";s:11:\\\"01729220055\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$5ZOKwaglCj9bpBlcxZ\\/IK.HBcZcx1BrLsD97vpYifU255VpWvR0gO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:33:33\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:33:33\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:88;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3426;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:27:\\\"Ashraful karim sikder Noman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716566251\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$5Cuv\\/xMItTJZpXdQo1F5m.kK8NL1SE6oXJLV\\/hrw5zpg4q6Bjy\\/qq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:34:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:34:29\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3426;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:27:\\\"Ashraful karim sikder Noman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716566251\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$5Cuv\\/xMItTJZpXdQo1F5m.kK8NL1SE6oXJLV\\/hrw5zpg4q6Bjy\\/qq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:34:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:34:29\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:89;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3427;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Ruhul amin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01739993231\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$LgTDK7zOffP9nTwBv2ERq.f4rtj4\\/ELguyybx13VicunWoSQBJudm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:35:23\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:35:23\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3427;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Ruhul amin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01739993231\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$LgTDK7zOffP9nTwBv2ERq.f4rtj4\\/ELguyybx13VicunWoSQBJudm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:35:23\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:35:23\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:90;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3428;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Subol\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01786044224\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$zQJWaLd7gKRi6LgZUm3Hq.hGeC53wnt0XqcaNklndLTbNYelq5b8e\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:36:51\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:36:51\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3428;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Subol\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01786044224\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$zQJWaLd7gKRi6LgZUm3Hq.hGeC53wnt0XqcaNklndLTbNYelq5b8e\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:36:51\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:36:51\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:91;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3429;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Abdul Kuddis\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01813905594\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$8eCZmwyhte7H\\/ekm3ohVCOHCwZR5mXJEUKozfeaASk4T8enovPOXi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:38:20\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:38:20\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3429;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Abdul Kuddis\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01813905594\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$8eCZmwyhte7H\\/ekm3ohVCOHCwZR5mXJEUKozfeaASk4T8enovPOXi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:38:20\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:38:20\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:92;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3430;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Pacific Cargo\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01778322365\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$iWK\\/.AAKlMUxSmo\\/\\/h\\/lZ.eToiwOnWiSxLJUuQoYXDW3vogeKH5t6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:40:32\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:40:32\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3430;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Pacific Cargo\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01778322365\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$iWK\\/.AAKlMUxSmo\\/\\/h\\/lZ.eToiwOnWiSxLJUuQoYXDW3vogeKH5t6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:40:32\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:40:32\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:93;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3431;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Mohammad Safa\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01671813399\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ZqGruLY\\/taes\\/UoYr4cwguDYsOYrmOWLvMbjTds1inawTlYLch\\/sa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:47:37\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:47:37\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3431;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Mohammad Safa\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01671813399\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ZqGruLY\\/taes\\/UoYr4cwguDYsOYrmOWLvMbjTds1inawTlYLch\\/sa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:47:37\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:47:37\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:94;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3432;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Ruhul Amin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01642303903\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$7xG3KMWBnJnBhxsmgh9ePuN0CSymE.TtXfFGWAqcRCwk620GR3wxm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:49:40\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:49:40\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3432;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Ruhul Amin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01642303903\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$7xG3KMWBnJnBhxsmgh9ePuN0CSymE.TtXfFGWAqcRCwk620GR3wxm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:49:40\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:49:40\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:95;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3433;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Rupam Haque\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"rupam67@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716458567\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$BBVxPIceE9\\/glJZ7QgvUHexuMpUkPrVg42xxy.P634UhUlabcKoPO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:52:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:52:29\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3433;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Rupam Haque\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"rupam67@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716458567\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$BBVxPIceE9\\/glJZ7QgvUHexuMpUkPrVg42xxy.P634UhUlabcKoPO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:52:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:52:29\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:96;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3434;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Khorshed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"khorshed71@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711085171\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$eHYzMAg2YCjYYccv2FZoruO7HC4uJt\\/LVplCbKBzMm7m86dzRRD9O\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 16:52:50\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 16:52:50\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3434;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Khorshed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"khorshed71@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711085171\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$eHYzMAg2YCjYYccv2FZoruO7HC4uJt\\/LVplCbKBzMm7m86dzRRD9O\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 16:52:50\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 16:52:50\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:97;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3435;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Saidur Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"saidur97@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711322497\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$lsBZSBs6cho.MGEGHP0r\\/.WVXVenO082WmQurrbuNfoWcl6yOx1wy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 17:02:10\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 17:02:10\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3435;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Saidur Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"saidur97@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711322497\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$lsBZSBs6cho.MGEGHP0r\\/.WVXVenO082WmQurrbuNfoWcl6yOx1wy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 17:02:10\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 17:02:10\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:98;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3436;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Md. Robiul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01927200901\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$XiHL7GMtf3maKrTqQSadIOWZwJ5ymDE04SEEKn5S1Ns6wjpbqiVpe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 17:03:23\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 17:03:23\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3436;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Md. Robiul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01927200901\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$XiHL7GMtf3maKrTqQSadIOWZwJ5ymDE04SEEKn5S1Ns6wjpbqiVpe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 17:03:23\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 17:03:23\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:99;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3437;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"Md.Khaled Saifullah\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01708150650\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$qyyHwhxhPKeUZIhRwdcFfuUFwd4mEomnkk5oHkxJRkMO6ycvdQh8u\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 17:04:13\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 17:04:13\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3437;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"Md.Khaled Saifullah\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01708150650\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$qyyHwhxhPKeUZIhRwdcFfuUFwd4mEomnkk5oHkxJRkMO6ycvdQh8u\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 17:04:13\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 17:04:13\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}}}s:4:\\\"text\\\";s:335:\\\"\\u09b8\\u09ae\\u09cd\\u09ae\\u09be\\u09a8\\u09bf\\u09a4 \\u0997\\u09cd\\u09b0\\u09be\\u09b9\\u0995, \\u09b8\\u09be\\u09b0\\u09cd\\u09ad\\u09be\\u09b0 \\u0986\\u09aa\\u09a1\\u09c7\\u099f \\u09a6\\u09c7\\u0993\\u09df\\u09be\\u09b0 \\u0995\\u09be\\u09b0\\u09a8\\u09c7 \\u0986\\u09aa\\u09a8\\u09be\\u09a6\\u09c7\\u09b0 \\u09a8\\u09bf\\u0995\\u099f \\u09ac\\u09bf\\u09b2\\u09c7\\u09b0 \\u098f\\u0995\\u099f\\u09bf \\u09ad\\u09c1\\u09b2 \\u09ae\\u09c7\\u09b8\\u09c7\\u099c \\u0997\\u09bf\\u09df\\u09c7\\u099b\\u09c7 \\u0964 \\u09ac\\u09bf\\u09b7\\u09df\\u099f\\u09bf\\u09b0 \\u099c\\u09a8\\u09cd\\u09af \\u0986\\u09ae\\u09b0\\u09be \\u0986\\u09a8\\u09cd\\u09a4\\u09b0\\u09bf\\u0995 \\u09ad\\u09be\\u09ac\\u09c7 \\u09a6\\u09c1\\u0983\\u0996\\u09bf\\u09a4\\u0964\\\";}s:3:\\\"job\\\";N;s:10:\\\"connection\\\";N;s:5:\\\"queue\\\";N;s:15:\\\"chainConnection\\\";N;s:10:\\\"chainQueue\\\";N;s:5:\\\"delay\\\";N;s:10:\\\"middleware\\\";a:0:{}s:7:\\\"chained\\\";a:0:{}}\"}}', 'Illuminate\\Queue\\MaxAttemptsExceededException: App\\Jobs\\SmsSend has been attempted too many times or run too long. The job may have previously timed out. in /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php:648\nStack trace:\n#0 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(163): Illuminate\\Queue\\Worker->maxAttemptsExceededException(Object(Illuminate\\Queue\\Jobs\\DatabaseJob))\n#1 /home/mygpsbd/public_html/app/Http/helper.php(28): Illuminate\\Queue\\Worker->Illuminate\\Queue\\{closure}(14, Array)\n#2 /home/mygpsbd/public_html/app/Jobs/SmsSend.php(35): send_sms(\'\\xE0\\xA6\\xB8\\xE0\\xA6\\xAE\\xE0\\xA7\\x8D\\xE0\\xA6\\xAE\\xE0\\xA6\\xBE...\', Array)\n#3 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App\\Jobs\\SmsSend->handle()\n#4 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/Util.php(37): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}()\n#5 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(93): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))\n#6 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(37): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))\n#7 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/Container.php(596): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)\n#8 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php(94): Illuminate\\Container\\Container->call(Array)\n#9 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(128): Illuminate\\Bus\\Dispatcher->Illuminate\\Bus\\{closure}(Object(App\\Jobs\\SmsSend))\n#10 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(103): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(App\\Jobs\\SmsSend))\n#11 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php(98): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))\n#12 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(83): Illuminate\\Bus\\Dispatcher->dispatchNow(Object(App\\Jobs\\SmsSend), false)\n#13 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(128): Illuminate\\Queue\\CallQueuedHandler->Illuminate\\Queue\\{closure}(Object(App\\Jobs\\SmsSend))\n#14 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(103): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(App\\Jobs\\SmsSend))\n#15 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(85): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))\n#16 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(59): Illuminate\\Queue\\CallQueuedHandler->dispatchThroughMiddleware(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Object(App\\Jobs\\SmsSend))\n#17 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Jobs/Job.php(98): Illuminate\\Queue\\CallQueuedHandler->call(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Array)\n#18 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(356): Illuminate\\Queue\\Jobs\\Job->fire()\n#19 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(306): Illuminate\\Queue\\Worker->process(\'database\', Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Object(Illuminate\\Queue\\WorkerOptions))\n#20 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(132): Illuminate\\Queue\\Worker->runJob(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), \'database\', Object(Illuminate\\Queue\\WorkerOptions))\n#21 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(112): Illuminate\\Queue\\Worker->daemon(\'database\', \'default\', Object(Illuminate\\Queue\\WorkerOptions))\n#22 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(96): Illuminate\\Queue\\Console\\WorkCommand->runWorker(\'database\', \'default\')\n#23 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Illuminate\\Queue\\Console\\WorkCommand->handle()\n#24 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/Util.php(37): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}()\n#25 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(93): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))\n#26 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(37): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))\n#27 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/Container.php(596): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)\n#28 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Console/Command.php(134): Illuminate\\Container\\Container->call(Array)\n#29 /home/mygpsbd/public_html/vendor/symfony/console/Command/Command.php(298): Illuminate\\Console\\Command->execute(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))\n#30 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Console/Command.php(121): Symfony\\Component\\Console\\Command\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))\n#31 /home/mygpsbd/public_html/vendor/symfony/console/Application.php(1040): Illuminate\\Console\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#32 /home/mygpsbd/public_html/vendor/symfony/console/Application.php(301): Symfony\\Component\\Console\\Application->doRunCommand(Object(Illuminate\\Queue\\Console\\WorkCommand), Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#33 /home/mygpsbd/public_html/vendor/symfony/console/Application.php(171): Symfony\\Component\\Console\\Application->doRun(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#34 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Console/Application.php(93): Symfony\\Component\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#35 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(129): Illuminate\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#36 /home/mygpsbd/public_html/artisan(37): Illuminate\\Foundation\\Console\\Kernel->handle(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#37 {main}', '2024-02-08 15:01:04');
INSERT INTO `failed_jobs` (`id`, `connection`, `queue`, `payload`, `exception`, `failed_at`) VALUES
(694, 'database', 'default', '{\"uuid\":\"c269c05b-8a36-4e84-a030-c45dd930e102\",\"displayName\":\"App\\\\Jobs\\\\SmsSend\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"delay\":null,\"timeout\":null,\"timeoutAt\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\SmsSend\",\"command\":\"O:16:\\\"App\\\\Jobs\\\\SmsSend\\\":9:{s:4:\\\"data\\\";a:2:{s:4:\\\"data\\\";O:39:\\\"Illuminate\\\\Database\\\\Eloquent\\\\Collection\\\":1:{s:8:\\\"\\u0000*\\u0000items\\\";a:100:{i:0;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3438;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Sobuj Jomaddar\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01745271463\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$VEQWmTfFyKzqz8BXmkRNAOkCtm7hTKB6o6Ysn0VpxVK\\/R\\/zEDMN3G\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 17:06:38\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 17:06:38\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3438;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Sobuj Jomaddar\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01745271463\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$VEQWmTfFyKzqz8BXmkRNAOkCtm7hTKB6o6Ysn0VpxVK\\/R\\/zEDMN3G\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 17:06:38\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 17:06:38\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:1;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3439;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"FAZLUL MATIN TOUHID\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01746622662\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$JE89vMcYKAQW.VGWIqyGFeIJhv3MM9agETS47F5QQx2b\\/Y5XwP1DG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 17:08:38\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 17:08:38\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3439;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"FAZLUL MATIN TOUHID\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01746622662\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$JE89vMcYKAQW.VGWIqyGFeIJhv3MM9agETS47F5QQx2b\\/Y5XwP1DG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 17:08:38\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 17:08:38\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:2;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3440;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Jibon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01914491201\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$OrSTCva8owGFwvmxcfNxYOS6H22GjvtObOTpOxSN.Lnns4RC7rpzK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 17:09:32\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 17:09:32\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3440;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Jibon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01914491201\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$OrSTCva8owGFwvmxcfNxYOS6H22GjvtObOTpOxSN.Lnns4RC7rpzK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 17:09:32\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 17:09:32\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:3;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3441;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Tanim\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01672990050\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$mU1XFkv7cmw4F5IVbuzkLOjBsFyJN2n6dwoH3mLiuDKhVHL\\/kxIHW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 17:10:30\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 17:10:30\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3441;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Tanim\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01672990050\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$mU1XFkv7cmw4F5IVbuzkLOjBsFyJN2n6dwoH3mLiuDKhVHL\\/kxIHW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 17:10:30\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 17:10:30\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:4;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3442;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md. Morshed Khan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01816033776\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$0ZsFWsmNv0Q.1gLp5jkpvOVQFs2ezf7LWGBcWua00nBq\\/TIB.znXm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 17:11:33\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 17:11:33\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3442;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md. Morshed Khan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01816033776\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$0ZsFWsmNv0Q.1gLp5jkpvOVQFs2ezf7LWGBcWua00nBq\\/TIB.znXm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 17:11:33\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 17:11:33\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:5;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3443;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md. Shafiq Uddin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01985550666\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$S.lQ0YAk3KW8.iNztRctw..fVrIFb8ZKC\\/iImU7QjLuslQ6QqTKtK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 17:13:23\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 17:13:23\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3443;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md. Shafiq Uddin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01985550666\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$S.lQ0YAk3KW8.iNztRctw..fVrIFb8ZKC\\/iImU7QjLuslQ6QqTKtK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 17:13:23\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 17:13:23\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:6;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3444;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Rashed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01584222013\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$voS\\/68QbTsKZu0pcqI0Al.jNngCeJrpb0oX4.doPlvZelNY1xf9Pa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 17:17:00\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 17:17:00\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3444;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Rashed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01584222013\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$voS\\/68QbTsKZu0pcqI0Al.jNngCeJrpb0oX4.doPlvZelNY1xf9Pa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 17:17:00\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 17:17:00\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:7;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3445;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Rony\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01529052974\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$KULjTLq66TgXooMJVNALu.PTlX\\/e\\/UvYF\\/L2etIdQiiWWe1mlES\\/S\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 17:19:39\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 17:19:39\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3445;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Rony\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01529052974\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$KULjTLq66TgXooMJVNALu.PTlX\\/e\\/UvYF\\/L2etIdQiiWWe1mlES\\/S\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 17:19:39\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 17:19:39\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:8;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3446;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Suraf\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01714636759\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Sy0RO1aHOLuSpCwAn.upou\\/rOi1P0hMfQTtwmBjbcbgGnHYl.xVMq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 17:20:28\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 17:20:28\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3446;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Suraf\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01714636759\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Sy0RO1aHOLuSpCwAn.upou\\/rOi1P0hMfQTtwmBjbcbgGnHYl.xVMq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 17:20:28\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 17:20:28\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:9;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3447;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Saidul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01638857797\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$FS2wvqf1n\\/g.WHGEXu9zJOFa68mP9yqe1DhxsO.M8PyNdjYrWReG2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 17:21:19\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 17:21:19\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3447;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Saidul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01638857797\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$FS2wvqf1n\\/g.WHGEXu9zJOFa68mP9yqe1DhxsO.M8PyNdjYrWReG2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 17:21:19\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 17:21:19\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:10;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3448;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:20:\\\"N Afsar (Coxs Bazar)\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01815674365\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$zpX2gJBG\\/TNkHKlyoBSL.eV2gUKPMqtTXeuA02b2O3RKBwncAiVFi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-12 13:05:03\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-12 13:05:03\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3448;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:20:\\\"N Afsar (Coxs Bazar)\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01815674365\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$zpX2gJBG\\/TNkHKlyoBSL.eV2gUKPMqtTXeuA02b2O3RKBwncAiVFi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-12 13:05:03\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-12 13:05:03\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:11;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3449;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Hakim\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01762243184\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$SfbxjNOuzM6d2LF46LRZDu\\/N5hLXTJT3ZyOegMv9IMS1ARJ4F7Dwa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-12 13:06:09\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-12 13:06:09\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3449;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Hakim\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01762243184\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$SfbxjNOuzM6d2LF46LRZDu\\/N5hLXTJT3ZyOegMv9IMS1ARJ4F7Dwa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-12 13:06:09\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-12 13:06:09\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:12;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3450;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Fazlul Haque\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01614485461\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$nnpFi9P6oYeT3Ql9faXA\\/u77Xpe5g0KBtowzau1fhJWMbVUyoGrCW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-12 13:07:02\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-12 13:07:02\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3450;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Fazlul Haque\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01614485461\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$nnpFi9P6oYeT3Ql9faXA\\/u77Xpe5g0KBtowzau1fhJWMbVUyoGrCW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-12 13:07:02\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-12 13:07:02\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:13;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3451;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Lutful Kabir\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01733298854\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$8kDrc0KTcIBtiyv.bj0Hb.clk.i1bxWC2jKnEzqPtYv36dLejw2Q6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-12 13:08:09\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-12 13:08:09\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3451;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Lutful Kabir\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01733298854\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$8kDrc0KTcIBtiyv.bj0Hb.clk.i1bxWC2jKnEzqPtYv36dLejw2Q6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-12 13:08:09\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-12 13:08:09\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:14;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3452;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Mithila\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01926990050\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$TBPoI20hZk2baiWrGt0gHuWle.RkYfCNgrJAGEL5qHtYnWHNzWbYm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-12 13:09:06\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-12 13:09:06\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3452;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Mithila\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01926990050\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$TBPoI20hZk2baiWrGt0gHuWle.RkYfCNgrJAGEL5qHtYnWHNzWbYm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-12 13:09:06\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-12 13:09:06\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:15;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3453;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Ferdus 15\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"ferdus15@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"Tongi\\\";s:5:\\\"phone\\\";s:11:\\\"01915360915\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$UuFaVE7Wf1E46pZzwsnBRujB7zkzMNeSJlj1UJJ0yneNlICgXNJ5O\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-12 13:24:15\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-12 13:24:15\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3453;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Ferdus 15\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"ferdus15@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"Tongi\\\";s:5:\\\"phone\\\";s:11:\\\"01915360915\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$UuFaVE7Wf1E46pZzwsnBRujB7zkzMNeSJlj1UJJ0yneNlICgXNJ5O\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-12 13:24:15\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-12 13:24:15\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:16;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3454;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Malek\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01714177955\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$baCrJ.lrCZw2irqQbd8UxeNt3w17lUM04BoVSk.xJbgDfVunBkPUO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-12 13:53:56\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-12 13:53:56\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3454;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Malek\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01714177955\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$baCrJ.lrCZw2irqQbd8UxeNt3w17lUM04BoVSk.xJbgDfVunBkPUO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-12 13:53:56\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-12 13:53:56\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:17;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3455;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:20:\\\"Sheikh sohidul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01915704675\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$hA2wlC17iB.nZ9a3sjwgiuclzNEUlRcZaK7fpoLTvH5qJvJRp3ywG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-12 13:56:21\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-12 13:56:21\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3455;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:20:\\\"Sheikh sohidul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01915704675\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$hA2wlC17iB.nZ9a3sjwgiuclzNEUlRcZaK7fpoLTvH5qJvJRp3ywG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-12 13:56:21\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-12 13:56:21\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:18;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3456;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Asaduzzaman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716402943\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$00MdwYK4M7dT6Mch2y5O6OcxHeeh\\/OKx9sP58tf7xKRw5ayBP\\/W\\/S\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-12 13:58:18\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-12 13:58:18\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3456;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Asaduzzaman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716402943\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$00MdwYK4M7dT6Mch2y5O6OcxHeeh\\/OKx9sP58tf7xKRw5ayBP\\/W\\/S\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-12 13:58:18\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-12 13:58:18\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:19;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3457;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Muhammad Faruque\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01670373009\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$KaUIaqlyPDa9g2N9sgFPVuk0wZidfGWcPaSmPcXFR4JGkL0WAGB\\/K\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-12 17:48:49\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-12 17:48:49\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3457;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Muhammad Faruque\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01670373009\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$KaUIaqlyPDa9g2N9sgFPVuk0wZidfGWcPaSmPcXFR4JGkL0WAGB\\/K\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-12 17:48:49\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-12 17:48:49\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:20;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3458;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"SYED SADIQUZZAMAN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01735136804\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ENn\\/VYk0fp8Abnxl4C\\/sIuZiNUflKM6\\/ArGqi.3A29VFRmYZ014n6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-12 17:51:47\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-12 17:51:47\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3458;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"SYED SADIQUZZAMAN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01735136804\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ENn\\/VYk0fp8Abnxl4C\\/sIuZiNUflKM6\\/ArGqi.3A29VFRmYZ014n6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-12 17:51:47\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-12 17:51:47\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:21;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3459;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"OMOR FARUK\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"omorbd820@gmail.com\\\";s:7:\\\"address\\\";s:49:\\\"Dokkhin Bonsri,kazi bari,abdullah vihcle solution\\\";s:5:\\\"phone\\\";s:11:\\\"01771166820\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$dVViNKJBuGRmUVkqgyfKW.8cBhM3I\\/xKkwmZqPTM9ssNIRIa.JCuC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-05 12:58:55\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-05 12:58:55\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3459;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"OMOR FARUK\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"omorbd820@gmail.com\\\";s:7:\\\"address\\\";s:49:\\\"Dokkhin Bonsri,kazi bari,abdullah vihcle solution\\\";s:5:\\\"phone\\\";s:11:\\\"01771166820\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$dVViNKJBuGRmUVkqgyfKW.8cBhM3I\\/xKkwmZqPTM9ssNIRIa.JCuC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-05 12:58:55\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-05 12:58:55\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:22;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3460;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Rashed Imran\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"DHAKA\\\";s:5:\\\"phone\\\";s:11:\\\"01711361365\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ShmswzHKtB2cLW8xUWNyXu5rhgkmNd5ft\\/pGuMM5BqkvCG9yHCONi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-05 13:01:01\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-05 13:01:01\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3460;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Rashed Imran\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"DHAKA\\\";s:5:\\\"phone\\\";s:11:\\\"01711361365\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ShmswzHKtB2cLW8xUWNyXu5rhgkmNd5ft\\/pGuMM5BqkvCG9yHCONi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-05 13:01:01\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-05 13:01:01\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:23;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3461;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Rashid Ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"DHAKA\\\";s:5:\\\"phone\\\";s:11:\\\"01819237997\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$vfdh12f67axA\\/3ck5eN1z.lcihglIH1o\\/mQVkpIhZ1DbTgvfbh1w6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-05 13:02:00\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-05 13:02:00\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3461;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Rashid Ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"DHAKA\\\";s:5:\\\"phone\\\";s:11:\\\"01819237997\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$vfdh12f67axA\\/3ck5eN1z.lcihglIH1o\\/mQVkpIhZ1DbTgvfbh1w6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-05 13:02:00\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-05 13:02:00\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:24;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3462;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Samim Azad\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"samim01@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"DHAKA\\\";s:5:\\\"phone\\\";s:11:\\\"01794440701\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$L4dL19DKFsew5\\/T8Iuq7B.f6JuLbmiypfP9MfRmtmPZLycTDcjzAq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-05 13:14:45\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-05 13:14:45\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3462;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Samim Azad\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"samim01@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"DHAKA\\\";s:5:\\\"phone\\\";s:11:\\\"01794440701\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$L4dL19DKFsew5\\/T8Iuq7B.f6JuLbmiypfP9MfRmtmPZLycTDcjzAq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-05 13:14:45\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-05 13:14:45\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:25;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3463;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Sanuar\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"sanuar49@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"DHAKA\\\";s:5:\\\"phone\\\";s:11:\\\"01712707149\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$aWG7y1jS7m2tbxALwxd1WuD8BVymMPfMNbBx2WNkSLlSPYbUAhegO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-05 13:16:43\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-05 13:16:43\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3463;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Sanuar\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"sanuar49@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"DHAKA\\\";s:5:\\\"phone\\\";s:11:\\\"01712707149\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$aWG7y1jS7m2tbxALwxd1WuD8BVymMPfMNbBx2WNkSLlSPYbUAhegO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-05 13:16:43\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-05 13:16:43\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:26;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3464;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Sharowar\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"sharowar55@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"DHAKA\\\";s:5:\\\"phone\\\";s:11:\\\"01648469155\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$IsSt1ibpOj8H5fhZTY9Wlu35IyJhJEHuQeMq0wxprLhmOY5ZELg5W\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-05 13:18:26\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-05 13:18:26\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3464;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Sharowar\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"sharowar55@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"DHAKA\\\";s:5:\\\"phone\\\";s:11:\\\"01648469155\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$IsSt1ibpOj8H5fhZTY9Wlu35IyJhJEHuQeMq0wxprLhmOY5ZELg5W\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-05 13:18:26\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-05 13:18:26\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:27;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3465;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Tawhid\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"tawhid19@mygpsbd.net\\\";s:7:\\\"address\\\";s:7:\\\"Tangail\\\";s:5:\\\"phone\\\";s:11:\\\"01762245157\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$9TXNWbOxzGjv5knsqUuO5unbG7Qc6\\/dWZThPBbXzO897EXRx6WTdS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-05 13:20:28\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-05 13:20:28\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3465;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Tawhid\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"tawhid19@mygpsbd.net\\\";s:7:\\\"address\\\";s:7:\\\"Tangail\\\";s:5:\\\"phone\\\";s:11:\\\"01762245157\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$9TXNWbOxzGjv5knsqUuO5unbG7Qc6\\/dWZThPBbXzO897EXRx6WTdS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-05 13:20:28\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-05 13:20:28\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:28;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3467;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Abdul Hai\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"abdulhai20@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712822200\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$AoFvbf4PCceaMGXzLdCa4.yQQavsxpAXU3RvCIJxkG1Z5Kp17bZ2e\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-05 13:24:33\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-05 13:24:33\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3467;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Abdul Hai\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"abdulhai20@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712822200\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$AoFvbf4PCceaMGXzLdCa4.yQQavsxpAXU3RvCIJxkG1Z5Kp17bZ2e\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-05 13:24:33\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-05 13:24:33\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:29;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3471;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Abdul motin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:3:\\\"CTG\\\";s:5:\\\"phone\\\";s:11:\\\"01716140104\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$i5A.IAeLXU9PteuHmTHjIukAVg\\/rkRuXsfat3vUhPdLlvb1lfD\\/h.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-05 15:32:03\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-05 15:32:03\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3471;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Abdul motin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:3:\\\"CTG\\\";s:5:\\\"phone\\\";s:11:\\\"01716140104\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$i5A.IAeLXU9PteuHmTHjIukAVg\\/rkRuXsfat3vUhPdLlvb1lfD\\/h.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-05 15:32:03\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-05 15:32:03\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:30;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3498;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Liton\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:15:\\\"liton90@mygpsbd\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1712184290\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$QX.GlQUpuRy1tWpMy.LbQOtrmi0TwvGranA0fpN28YbYJF2fTnbIq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-10 11:51:00\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-10 11:51:00\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3498;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Liton\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:15:\\\"liton90@mygpsbd\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1712184290\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$QX.GlQUpuRy1tWpMy.LbQOtrmi0TwvGranA0fpN28YbYJF2fTnbIq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-10 11:51:00\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-10 11:51:00\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:31;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3499;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Anwar\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:26:\\\"fenistonecrusher0331@gmail\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1816132378\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$fEYW5T7xYCv6AT9.s2XnC.2c0NbIajEQjlf28ESIbR92Id2cstamS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-10 12:01:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-10 12:01:29\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3499;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Anwar\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:26:\\\"fenistonecrusher0331@gmail\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1816132378\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$fEYW5T7xYCv6AT9.s2XnC.2c0NbIajEQjlf28ESIbR92Id2cstamS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-10 12:01:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-10 12:01:29\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:32;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3500;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Saiful71\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1996461871\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$BTgBHpLvSbfUz8.RYUDw.enKBpUAKLdyRgrdo0zWinExY7wjaGZIO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-10 12:06:12\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-10 12:06:12\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3500;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Saiful71\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1996461871\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$BTgBHpLvSbfUz8.RYUDw.enKBpUAKLdyRgrdo0zWinExY7wjaGZIO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-10 12:06:12\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-10 12:06:12\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:33;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3501;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Md. Harunor Rashid\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1716555062\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$xeWxx5f853Kvu3zn5wwkHeMUEXfvH\\/1K8xArpC\\/KdN4lLebEuO13K\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-10 12:10:02\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-10 12:10:02\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3501;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Md. Harunor Rashid\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1716555062\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$xeWxx5f853Kvu3zn5wwkHeMUEXfvH\\/1K8xArpC\\/KdN4lLebEuO13K\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-10 12:10:02\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-10 12:10:02\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:34;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3504;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Md. Mostofa\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"mostofa.html@gmail\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1711100264\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$H1R4pjbnqnv.YHWxNg5vmeGGYhyz3IJ0VeRbHDO.20V.lVcTJm6uy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-10 12:35:06\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-10 12:35:06\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3504;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Md. Mostofa\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"mostofa.html@gmail\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1711100264\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$H1R4pjbnqnv.YHWxNg5vmeGGYhyz3IJ0VeRbHDO.20V.lVcTJm6uy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-10 12:35:06\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-10 12:35:06\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:35;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3507;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:29:\\\"2022-05-18\\tMd. Mojibur Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"mojiburctg76@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711721686\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$7ZAUQKBGpyR8zvjX80LXJudVs1QxFO4rnRTXZ7zaeb9Sx1ie6czGC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-10 12:55:49\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-10 12:55:49\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3507;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:29:\\\"2022-05-18\\tMd. Mojibur Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"mojiburctg76@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711721686\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$7ZAUQKBGpyR8zvjX80LXJudVs1QxFO4rnRTXZ7zaeb9Sx1ie6czGC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-10 12:55:49\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-10 12:55:49\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:36;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3508;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Tonmoy\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"lonsfair@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01911367815\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$HNtst8DJ8QSpO5b6tfZoau9Op624.QQL6RDYMOk\\/2nIHBQxc6DR52\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-10 13:03:25\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-10 13:03:25\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3508;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Tonmoy\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"lonsfair@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01911367815\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$HNtst8DJ8QSpO5b6tfZoau9Op624.QQL6RDYMOk\\/2nIHBQxc6DR52\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-10 13:03:25\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-10 13:03:25\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:37;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3509;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Md. Anayet Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"ahossain7601@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1717831856\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$o6ogsCv481IfNh854z\\/z3OmtTJkJxjrGy4ueIuN3DPA6rFpzVGE3q\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-10 13:16:45\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-10 13:16:45\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3509;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Md. Anayet Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"ahossain7601@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1717831856\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$o6ogsCv481IfNh854z\\/z3OmtTJkJxjrGy4ueIuN3DPA6rFpzVGE3q\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-10 13:16:45\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-10 13:16:45\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:38;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3510;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"DRMC Shotodol\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"walid4917@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1521495317\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$M4k8iNfg2FhMhAGTkPKGZewU75.srHwUu0yoRqoALBjVpu2AjQxb6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-10 13:37:05\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-10 13:37:05\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3510;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"DRMC Shotodol\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"walid4917@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1521495317\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$M4k8iNfg2FhMhAGTkPKGZewU75.srHwUu0yoRqoALBjVpu2AjQxb6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-10 13:37:05\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-10 13:37:05\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:39;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3511;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Mir Alauddin Bappy\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1711207150\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$jo6u2ck7Aqq\\/.jqKhWkQGOdk7CSSwLf2jBghvlmO9wSwyDEuJjnBW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-10 13:42:02\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-10 13:42:02\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3511;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Mir Alauddin Bappy\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1711207150\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$jo6u2ck7Aqq\\/.jqKhWkQGOdk7CSSwLf2jBghvlmO9wSwyDEuJjnBW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-10 13:42:02\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-10 13:42:02\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:40;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3512;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md. Morshed Khan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1816033776\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$fVevIGWA1q0N6vH5aRwOPOrMKDbsISDwK\\/rFd1qAR1aC2UljlsBqa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-10 13:49:30\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-10 13:49:30\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3512;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md. Morshed Khan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1816033776\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$fVevIGWA1q0N6vH5aRwOPOrMKDbsISDwK\\/rFd1qAR1aC2UljlsBqa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-10 13:49:30\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-10 13:49:30\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:41;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3513;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"6\\/2\\/2022\\tAuris\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"auris04@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1799434504\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$0BifN7PtBR2rDBjIeO6fk.lvdYY\\/bXhL67lbuK2ezGZq.3jcjdWv.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-10 14:04:48\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-10 14:04:48\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3513;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"6\\/2\\/2022\\tAuris\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"auris04@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1799434504\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$0BifN7PtBR2rDBjIeO6fk.lvdYY\\/bXhL67lbuK2ezGZq.3jcjdWv.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-10 14:04:48\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-10 14:04:48\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:42;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3514;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:31:\\\"2022-06-06\\tMd. Morshed Sawdagor\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:17:\\\"morshed23@mygpsbd\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1704406523\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$L5TXpDkl6DugJfpNGyR21OQe9BZ1Ai6XIoUf8N0qszijT4msJ\\/bre\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-10 14:15:46\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-10 14:15:46\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3514;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:31:\\\"2022-06-06\\tMd. Morshed Sawdagor\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:17:\\\"morshed23@mygpsbd\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1704406523\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$L5TXpDkl6DugJfpNGyR21OQe9BZ1Ai6XIoUf8N0qszijT4msJ\\/bre\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-10 14:15:46\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-10 14:15:46\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:43;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3515;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"SWOMAN CHOWDHURY\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:24:\\\"swomanchowdhury777@gmail\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1818613921\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$5E7OWHqaw80mwW7tR0EX.u89hJ3fEE5guCHiXFlt4xW8111WDrz1K\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-10 14:21:44\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-10 14:21:44\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3515;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"SWOMAN CHOWDHURY\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:24:\\\"swomanchowdhury777@gmail\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1818613921\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$5E7OWHqaw80mwW7tR0EX.u89hJ3fEE5guCHiXFlt4xW8111WDrz1K\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-10 14:21:44\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-10 14:21:44\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:44;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3517;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Shohel Ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"arnob.bd2012@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01726600747\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$B000cGBBoXsixpje5fD0FOR8wo0PqpvjxX7kChRjJUV\\/HN4WsjTDS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-10 14:26:40\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-10 14:26:40\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3517;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Shohel Ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"arnob.bd2012@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01726600747\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$B000cGBBoXsixpje5fD0FOR8wo0PqpvjxX7kChRjJUV\\/HN4WsjTDS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-10 14:26:40\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-10 14:26:40\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:45;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3522;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Belal Hasan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"belal81@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1674328181\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$rsgOGmFkFLyK\\/upC26EFX.3REc1pnELK\\/J1SNV3UWZVeOV8O8JlOe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-10 14:36:16\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-10 14:36:16\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3522;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Belal Hasan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"belal81@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1674328181\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$rsgOGmFkFLyK\\/upC26EFX.3REc1pnELK\\/J1SNV3UWZVeOV8O8JlOe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-10 14:36:16\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-10 14:36:16\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:46;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3523;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:28:\\\"2022-06-15\\tM.A.RAHMAN PATHAN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1715370405\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$App1lSOouKdY51fCD1924uwhvjqhDEIVRzvw1186mFSq.A0n5CZQq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-10 15:02:52\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-10 15:02:52\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3523;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:28:\\\"2022-06-15\\tM.A.RAHMAN PATHAN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1715370405\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$App1lSOouKdY51fCD1924uwhvjqhDEIVRzvw1186mFSq.A0n5CZQq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-10 15:02:52\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-10 15:02:52\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:47;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3524;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"MD.SHAMSUDDIN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"sshamsuddin027@gmail\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1730080964\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$nqqvL6oEc7sqQn2i.7nIge8tTqfbn5\\/3C1QFDiSDyQJvaqF9JYqIK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-10 15:08:17\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-10 15:08:17\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3524;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"MD.SHAMSUDDIN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"sshamsuddin027@gmail\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1730080964\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$nqqvL6oEc7sqQn2i.7nIge8tTqfbn5\\/3C1QFDiSDyQJvaqF9JYqIK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-10 15:08:17\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-10 15:08:17\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:48;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3526;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"2022-07-24\\tSUMON\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:15:\\\"sumon3431@gmail\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01887367127\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$BS.KPEMrdQdE5m4NVBpOw.mkdgeMahaXaeXW\\/3iP4EsE1IuT7Yb4W\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-10 15:27:10\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-10 15:27:10\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3526;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"2022-07-24\\tSUMON\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:15:\\\"sumon3431@gmail\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01887367127\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$BS.KPEMrdQdE5m4NVBpOw.mkdgeMahaXaeXW\\/3iP4EsE1IuT7Yb4W\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-10 15:27:10\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-10 15:27:10\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:49;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3527;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:22:\\\"2022-07-25\\tJohir islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01796524243\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$QjfKnUxHutIxHlpeGQ.f8eUD84maHq3w2R.CFVcplNhsjLKlTQAPe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-10 15:31:16\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-10 15:31:16\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3527;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:22:\\\"2022-07-25\\tJohir islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01796524243\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$QjfKnUxHutIxHlpeGQ.f8eUD84maHq3w2R.CFVcplNhsjLKlTQAPe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-10 15:31:16\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-10 15:31:16\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:50;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3528;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:28:\\\"2022-08-01\\tMd. Monirul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"engr.mkbd@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01719105116\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$cTeVEvAMQPBwaN6jmil4c.dPAvI8DDXPLXe9c5uB1izcLR7AoDtWG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-10 15:42:39\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-10 15:42:39\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3528;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:28:\\\"2022-08-01\\tMd. Monirul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"engr.mkbd@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01719105116\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$cTeVEvAMQPBwaN6jmil4c.dPAvI8DDXPLXe9c5uB1izcLR7AoDtWG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-10 15:42:39\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-10 15:42:39\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:51;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3529;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Rana\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715218529\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$J4UIMTEh51jB7CHEiulFOOA3v\\/5xvaSbuD3VM5NOnZJw13vR3du2a\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-10 15:51:52\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-10 15:51:52\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3529;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Rana\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715218529\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$J4UIMTEh51jB7CHEiulFOOA3v\\/5xvaSbuD3VM5NOnZJw13vR3du2a\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-10 15:51:52\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-10 15:51:52\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:52;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3531;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:22:\\\"MD SAIFUL ISLAM SHAJIB\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"shajib.ndc@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1711180802\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$gmZ9JXVjYmRU6AolbSe8MeZ0IqRAm4dt3v0lHi2Ox2wLZWNdvgq8u\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 11:08:56\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 11:08:56\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3531;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:22:\\\"MD SAIFUL ISLAM SHAJIB\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"shajib.ndc@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1711180802\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$gmZ9JXVjYmRU6AolbSe8MeZ0IqRAm4dt3v0lHi2Ox2wLZWNdvgq8u\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 11:08:56\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 11:08:56\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:53;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3532;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Rahat\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1722416637\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$JXfZjAcxZqX\\/w4445wgeRO8VoQL8VqWlJSlGgYvchEVxIvWjW9PE.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 11:28:06\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 11:28:06\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3532;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Rahat\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1722416637\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$JXfZjAcxZqX\\/w4445wgeRO8VoQL8VqWlJSlGgYvchEVxIvWjW9PE.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 11:28:06\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 11:28:06\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:54;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3533;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:20:\\\"SUJAN CHANDRA SARKER\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:17:\\\"sujansu@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01750694601\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$nKSaKwN9dleQiuBABbPQz.pYZZWfOanXJ.Ieh187Yttr\\/MXWPDKAG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 11:32:57\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 11:32:57\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3533;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:20:\\\"SUJAN CHANDRA SARKER\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:17:\\\"sujansu@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01750694601\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$nKSaKwN9dleQiuBABbPQz.pYZZWfOanXJ.Ieh187Yttr\\/MXWPDKAG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 11:32:57\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 11:32:57\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:55;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3534;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:22:\\\"\\ufeffSami car enterprise\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"mmdsami83@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01920093726\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$lDu2NZ2bnQHMfELGPPK\\/WO4R9fv2MTsnnrXObSc3SdvsE3\\/SSDhpq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 11:41:17\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 11:41:17\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3534;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:22:\\\"\\ufeffSami car enterprise\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"mmdsami83@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01920093726\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$lDu2NZ2bnQHMfELGPPK\\/WO4R9fv2MTsnnrXObSc3SdvsE3\\/SSDhpq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 11:41:17\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 11:41:17\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:56;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3535;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Mahmudul Alam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01863202538\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$jI9dQ5MPtL6DpraxAueI5e2RjeIczVxZL0eHJGUEik6SkJtKomJ\\/O\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 11:51:46\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 11:51:46\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3535;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Mahmudul Alam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01863202538\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$jI9dQ5MPtL6DpraxAueI5e2RjeIczVxZL0eHJGUEik6SkJtKomJ\\/O\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 11:51:46\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 11:51:46\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:57;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3536;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"MD MOSHARAF HOSSAIN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1915318836\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$2dLl6kqvPU8Z65hUrcfAruNlTBxAH.Z6D.b57wRNBweepv28Goqw2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 11:55:17\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 11:55:17\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3536;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"MD MOSHARAF HOSSAIN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1915318836\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$2dLl6kqvPU8Z65hUrcfAruNlTBxAH.Z6D.b57wRNBweepv28Goqw2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 11:55:17\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 11:55:17\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:58;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3537;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:35:\\\"2022-08-31\\tMd. Abir Tazim Chowdhury\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:32:\\\"abirtazimchowdhury1988@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1718123463\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$rSTB82kZ58C97siIO.lKd.\\/imqXbhy9wkD.zvnuhV7vgJax8bFlH6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 12:02:01\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 12:02:01\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3537;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:35:\\\"2022-08-31\\tMd. Abir Tazim Chowdhury\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:32:\\\"abirtazimchowdhury1988@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1718123463\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$rSTB82kZ58C97siIO.lKd.\\/imqXbhy9wkD.zvnuhV7vgJax8bFlH6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 12:02:01\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 12:02:01\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:59;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3538;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Jahid\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"0175969888\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$jo1fF1Yfeis1V7f5YeiZqOd8tGiwkITyX\\/ECk8DLu2JGDs9WUCloy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 12:05:39\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 12:05:39\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3538;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Jahid\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"0175969888\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$jo1fF1Yfeis1V7f5YeiZqOd8tGiwkITyX\\/ECk8DLu2JGDs9WUCloy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 12:05:39\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 12:05:39\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:60;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3539;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"MOSSARROF HOSSAIN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"waytomona@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1712504433\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Y8Y9moYN5Fge7dT4mbUWH.Q4s5ZCjFZoxD1S\\/FpUluo1xNGWIJ.uG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 12:10:15\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 12:10:15\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3539;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"MOSSARROF HOSSAIN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"waytomona@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1712504433\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Y8Y9moYN5Fge7dT4mbUWH.Q4s5ZCjFZoxD1S\\/FpUluo1xNGWIJ.uG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 12:10:15\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 12:10:15\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:61;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3542;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Md. Arman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01404527837\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$.eg.FaUmUwqI.2SGrnz4pe4\\/iDlo.NG3laD9q6fkjzDiHtQz16SKO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 12:18:43\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 12:18:43\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3542;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Md. Arman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01404527837\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$.eg.FaUmUwqI.2SGrnz4pe4\\/iDlo.NG3laD9q6fkjzDiHtQz16SKO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 12:18:43\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 12:18:43\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:62;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3555;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"MD. WAHIDUL AMIN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"wahidul_amin@yahoo.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1728117499\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$kyHpNjIeKqiYutDD363uguKz6cec2yqGBn0PwDKhkv1xxbAhwlCZC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 12:26:16\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 12:26:16\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3555;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"MD. WAHIDUL AMIN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"wahidul_amin@yahoo.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1728117499\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$kyHpNjIeKqiYutDD363uguKz6cec2yqGBn0PwDKhkv1xxbAhwlCZC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 12:26:16\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 12:26:16\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:63;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3564;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Shamim sarkar\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"brightneonbd@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1711287163\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Cttyas.MBaBshdc4\\/VUk.egmmXCahUyMviH9\\/.OnMhsVw4ZzCSDPG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 12:36:00\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 12:36:00\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3564;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Shamim sarkar\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"brightneonbd@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1711287163\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Cttyas.MBaBshdc4\\/VUk.egmmXCahUyMviH9\\/.OnMhsVw4ZzCSDPG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 12:36:00\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 12:36:00\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:64;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3575;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"MD ANOWER HOSSAIN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01686654309\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$iKN96yPVGWq\\/yiSz2taypOgAKXo.1dQWS2R.cWkl6GX656Bmt9CmG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 12:41:21\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 12:41:21\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3575;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"MD ANOWER HOSSAIN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01686654309\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$iKN96yPVGWq\\/yiSz2taypOgAKXo.1dQWS2R.cWkl6GX656Bmt9CmG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 12:41:21\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 12:41:21\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:65;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3585;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"FAIAZ AHMED\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"sopnilfaiaz@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1950513620\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$BwZ\\/a.dU7WRdzrwKou0t9.nqrfwwvGf1v9S4lPRsgw29feFFd40p2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 12:46:44\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 12:46:44\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3585;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"FAIAZ AHMED\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"sopnilfaiaz@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1950513620\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$BwZ\\/a.dU7WRdzrwKou0t9.nqrfwwvGf1v9S4lPRsgw29feFFd40p2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 12:46:44\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 12:46:44\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:66;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3590;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Jahangir\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01917352553\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$vgnMifhu\\/uPuOLcuZpwliub3TR.h\\/bd3iXNOt1fHQxpTTMhQ1wqvm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 12:51:12\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 12:51:12\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3590;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Jahangir\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01917352553\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$vgnMifhu\\/uPuOLcuZpwliub3TR.h\\/bd3iXNOt1fHQxpTTMhQ1wqvm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 12:51:12\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 12:51:12\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:67;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3593;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:26:\\\"2022-09-28\\tMd Borhan Uddin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"borhanumbl@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1712248152\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$6AIaTStST9JSUzWVinFT9O87eCAr1RuWokC8JOiC2UW2gjgTQGFuG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 12:57:05\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 12:57:05\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3593;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:26:\\\"2022-09-28\\tMd Borhan Uddin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"borhanumbl@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1712248152\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$6AIaTStST9JSUzWVinFT9O87eCAr1RuWokC8JOiC2UW2gjgTQGFuG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 12:57:05\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 12:57:05\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:68;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3608;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Mumin Shah\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"munimshah51@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1875052143\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$GGUGLQiHAxsUqKfS5rm.z.00a73KIpMgCdAXjC5RsPYPjMaCFqTia\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 13:09:21\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 13:09:21\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3608;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Mumin Shah\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"munimshah51@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1875052143\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$GGUGLQiHAxsUqKfS5rm.z.00a73KIpMgCdAXjC5RsPYPjMaCFqTia\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 13:09:21\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 13:09:21\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:69;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3609;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Ruhul amin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01302729273\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$4yGdOl5ZmHUupXMUO8JA0uxSnfYcXgsDDXeghLhmx1CJm24kV8CHW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 13:13:01\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 13:13:01\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3609;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Ruhul amin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01302729273\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$4yGdOl5ZmHUupXMUO8JA0uxSnfYcXgsDDXeghLhmx1CJm24kV8CHW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 13:13:01\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 13:13:01\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:70;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3610;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Md.Ali Raz\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:25:\\\"aliraz.rang1999@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1913319072\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$l1K7uOi5JPQP2YEARHxqwu0t.6yN8LOARh4T.DgzLaQUJiLoJYdyS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 13:19:02\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 13:19:02\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3610;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Md.Ali Raz\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:25:\\\"aliraz.rang1999@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1913319072\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$l1K7uOi5JPQP2YEARHxqwu0t.6yN8LOARh4T.DgzLaQUJiLoJYdyS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 13:19:02\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 13:19:02\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:71;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3611;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"AL AMIN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1715147787\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ce.WAk07KCcGPwy\\/1nH60.TBdpX5gc56bprd20UmeZRrfQ.0iLRGm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 13:23:33\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 13:23:33\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3611;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"AL AMIN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1715147787\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ce.WAk07KCcGPwy\\/1nH60.TBdpX5gc56bprd20UmeZRrfQ.0iLRGm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 13:23:33\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 13:23:33\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:72;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3612;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Shamim\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01819827114\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$TMFBf2aeU0SKIuljcafgEOBc6DJPl7pRKrMt7DB2536ryoVCKGbNS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 13:29:33\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 13:29:33\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3612;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Shamim\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01819827114\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$TMFBf2aeU0SKIuljcafgEOBc6DJPl7pRKrMt7DB2536ryoVCKGbNS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 13:29:33\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 13:29:33\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:73;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3613;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Sultan Mahmud\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"sultan012485@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1819473722\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$rCmQyfjEv4Dh1\\/jHmL2JvOnwNR\\/oCtXQOdwTnv3raUAIrR1\\/eyMYe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 13:34:04\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 13:34:04\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3613;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Sultan Mahmud\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"sultan012485@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1819473722\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$rCmQyfjEv4Dh1\\/jHmL2JvOnwNR\\/oCtXQOdwTnv3raUAIrR1\\/eyMYe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 13:34:04\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 13:34:04\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:74;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3616;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Alamgir hosen\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1765390068\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$FYRoibfkFhHfLWXm13Nxj.0VmXaJjnbifI77YJboWMkBYucZldrDe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 14:29:18\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 14:29:18\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3616;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Alamgir hosen\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1765390068\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$FYRoibfkFhHfLWXm13Nxj.0VmXaJjnbifI77YJboWMkBYucZldrDe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 14:29:18\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 14:29:18\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:75;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3617;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Fahimur Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"0161415666\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$7PZ4\\/utY1ugm1tD4MhBiA.ILiW.NdxrY30qGpmX9.TnQZQDyBGIpC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 14:39:45\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 14:39:45\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3617;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Fahimur Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"0161415666\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$7PZ4\\/utY1ugm1tD4MhBiA.ILiW.NdxrY30qGpmX9.TnQZQDyBGIpC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 14:39:45\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 14:39:45\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:76;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3625;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Tariqul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01743887881\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$VS8covED0KyDm4NqitaIjORk.xPK4IN8OfbJrrxYiy8YJaEMylAYK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 14:48:20\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 14:48:20\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3625;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Tariqul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01743887881\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$VS8covED0KyDm4NqitaIjORk.xPK4IN8OfbJrrxYiy8YJaEMylAYK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 14:48:20\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 14:48:20\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:77;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3632;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:20:\\\"Md.Sojib Rana Sarker\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:27:\\\"mdsojibranans2123@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01304479332\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$1S.8s.xwlK1oX3DMtR7mNe9f4B\\/ZyT1pQfBcsOdZqaCfoVhoxgD3a\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 14:55:12\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 14:55:12\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3632;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:20:\\\"Md.Sojib Rana Sarker\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:27:\\\"mdsojibranans2123@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01304479332\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$1S.8s.xwlK1oX3DMtR7mNe9f4B\\/ZyT1pQfBcsOdZqaCfoVhoxgD3a\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 14:55:12\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 14:55:12\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:78;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3638;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:30:\\\"2022-11-09\\tDelwar Hossan Belal\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"belalmytv@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1733555270\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$\\/QSU\\/HG7Fx9OfX2VviyDi.TCJh9M71M5WKQST80z1zGi.upaxyfSC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 14:58:41\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 14:58:41\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3638;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:30:\\\"2022-11-09\\tDelwar Hossan Belal\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"belalmytv@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1733555270\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$\\/QSU\\/HG7Fx9OfX2VviyDi.TCJh9M71M5WKQST80z1zGi.upaxyfSC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 14:58:41\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 14:58:41\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:79;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3647;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Md.kazi albi\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:17:\\\"kmralvi@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01799943027\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$uBJoFoGMvfUNYvTl1j0PSupg7cOPEHgXSUjrjRK.eWIxq6RrK8roy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 15:11:46\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 15:11:46\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3647;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Md.kazi albi\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:17:\\\"kmralvi@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01799943027\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$uBJoFoGMvfUNYvTl1j0PSupg7cOPEHgXSUjrjRK.eWIxq6RrK8roy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 15:11:46\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 15:11:46\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:80;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3648;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Md Rony\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"rony1865@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01917423941\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$upBe19\\/Xn0OcUDLxZh5dpOWeJPdlZoz0RpPyfWGwhGJGlO\\/RMu3eu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 15:17:24\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 15:17:24\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3648;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Md Rony\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"rony1865@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01917423941\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$upBe19\\/Xn0OcUDLxZh5dpOWeJPdlZoz0RpPyfWGwhGJGlO\\/RMu3eu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 15:17:24\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 15:17:24\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:81;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3665;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Masud\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01708125507\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Dxip.i267PcZHJ15gJysEOpYAcTMR31TzjlODmUG8JsqSnVsA29CW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 15:31:42\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 15:31:42\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3665;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Masud\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01708125507\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Dxip.i267PcZHJ15gJysEOpYAcTMR31TzjlODmUG8JsqSnVsA29CW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 15:31:42\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 15:31:42\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:82;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3697;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Rahat\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01731070380\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$8OrjRXbYWPoStwG\\/XxAR6.MTgqDX2Mnbo4E.40PkrQmOu0BCq8iYK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 16:07:08\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 16:07:08\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3697;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Rahat\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01731070380\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$8OrjRXbYWPoStwG\\/XxAR6.MTgqDX2Mnbo4E.40PkrQmOu0BCq8iYK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 16:07:08\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 16:07:08\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:83;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3709;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Aminul mina\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"saddam.mina@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01611642028\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$TzeCBoOKnGgEHvvNt4Vc6eBJV1RPvX1tXW1KLVA.ZNziedVJX0pvi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 16:51:53\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 16:51:53\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3709;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Aminul mina\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"saddam.mina@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01611642028\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$TzeCBoOKnGgEHvvNt4Vc6eBJV1RPvX1tXW1KLVA.ZNziedVJX0pvi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 16:51:53\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 16:51:53\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:84;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3712;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"nur azad\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01303303899\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$KIzEN7cC2cGlmy9ykJz3euT22PmPP82xJpRTsRgsrKWh8StQAi9fS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 17:12:44\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 17:12:44\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3712;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"nur azad\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01303303899\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$KIzEN7cC2cGlmy9ykJz3euT22PmPP82xJpRTsRgsrKWh8StQAi9fS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 17:12:44\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 17:12:44\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:85;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3715;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Sayed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01757419119\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$5o0Flg.VuLIT.lmSheQTw.U6XRbXXt.flmYc5rk0oOCcAqOSDg7kW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 17:49:12\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 17:49:12\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3715;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Sayed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01757419119\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$5o0Flg.VuLIT.lmSheQTw.U6XRbXXt.flmYc5rk0oOCcAqOSDg7kW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 17:49:12\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 17:49:12\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:86;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3716;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Sumon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01799219421\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$rPa9D8nUkO73jqDAFWbsDu.bt\\/Ro2jC.UFbWLJYshvvP0REpIiLo.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-12 10:33:33\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-12 10:33:33\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3716;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Sumon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01799219421\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$rPa9D8nUkO73jqDAFWbsDu.bt\\/Ro2jC.UFbWLJYshvvP0REpIiLo.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-12 10:33:33\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-12 10:33:33\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:87;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3717;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Farid Molla\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01798275150\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$wx7gA\\/6nib0X\\/O0sNE0t2OLQFpkKhKJ3r7jeNWL0oSZhlvzEv\\/BKy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-12 10:43:18\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-12 10:43:18\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3717;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Farid Molla\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01798275150\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$wx7gA\\/6nib0X\\/O0sNE0t2OLQFpkKhKJ3r7jeNWL0oSZhlvzEv\\/BKy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-12 10:43:18\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-12 10:43:18\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:88;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3719;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"AL AMIN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715147788\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$hU1M7yZ8fMSoWjy11chW1ecaKB09tu0x\\/P.664LleKcgscz6zhObG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-12 11:48:04\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-12 11:48:04\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3719;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"AL AMIN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715147788\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$hU1M7yZ8fMSoWjy11chW1ecaKB09tu0x\\/P.664LleKcgscz6zhObG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-12 11:48:04\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-12 11:48:04\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:89;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4119;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:21:\\\"Mohammad Masoom Hasan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"masoom.hs@gmail.com2\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01799983779\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$dWnWn5U1AdTfteLm2e\\/iteFkhHDLLT9CStS30vJL5SnAieyLWD1ZK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-27 11:39:23\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-27 11:39:23\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4119;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:21:\\\"Mohammad Masoom Hasan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"masoom.hs@gmail.com2\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01799983779\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$dWnWn5U1AdTfteLm2e\\/iteFkhHDLLT9CStS30vJL5SnAieyLWD1ZK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-27 11:39:23\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-27 11:39:23\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:90;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4123;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Md.Al-Amin Miah\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"advalaminmiah@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01841852456\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$jSgqMENYegp0vg2s\\/wpmkuVx8WCIm4xzzTv1ZJ9T5bFyDxEu4cjgq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-27 11:43:50\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-27 11:43:50\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4123;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Md.Al-Amin Miah\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"advalaminmiah@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01841852456\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$jSgqMENYegp0vg2s\\/wpmkuVx8WCIm4xzzTv1ZJ9T5bFyDxEu4cjgq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-27 11:43:50\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-27 11:43:50\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:91;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4173;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Shobuj\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01911180737\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$4pcVXU4ITCTuX3dhhdj.ru9g378OZbpEDgBMCkR3wlZKFJ7aYObvq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-27 15:52:00\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-27 15:52:00\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4173;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Shobuj\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01911180737\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$4pcVXU4ITCTuX3dhhdj.ru9g378OZbpEDgBMCkR3wlZKFJ7aYObvq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-27 15:52:00\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-27 15:52:00\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:92;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4186;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Monir\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01754979749\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$zeR7Hm2kDfMle35Mcf0MrebfEAdKZXJOSk2TnF0q2fFOI7i7SdiVK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-27 17:09:08\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-27 17:09:08\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4186;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Monir\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01754979749\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$zeR7Hm2kDfMle35Mcf0MrebfEAdKZXJOSk2TnF0q2fFOI7i7SdiVK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-27 17:09:08\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-27 17:09:08\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:93;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4192;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:21:\\\"Md Borhan uddin ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01788933737\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ueEjod73gwCaBh0O3WmK7OEsNShk2GH92CSlTQHiBvoZOS8iYzxTy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-27 17:46:31\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-27 17:46:31\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4192;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:21:\\\"Md Borhan uddin ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01788933737\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ueEjod73gwCaBh0O3WmK7OEsNShk2GH92CSlTQHiBvoZOS8iYzxTy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-27 17:46:31\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-27 17:46:31\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:94;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4193;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Abdur Rahim\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01978013445\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$8I\\/Jmpv1w1QDfHpUsYmZH.ieCOyfc21WlNUn7VPl5.weoOGbqaqzG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-27 17:51:49\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-27 17:51:49\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4193;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Abdur Rahim\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01978013445\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$8I\\/Jmpv1w1QDfHpUsYmZH.ieCOyfc21WlNUn7VPl5.weoOGbqaqzG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-27 17:51:49\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-27 17:51:49\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:95;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4396;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:21:\\\"A.K.M. Shafiul Hassan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:25:\\\"shafiulhassan@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01730340732\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$FxUMwH5mrnmCwmLYeaqhG.aAxxzbLkRVO99hY.jv59gZdcVj70bdy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-08 21:46:15\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-08 21:46:15\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4396;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:21:\\\"A.K.M. Shafiul Hassan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:25:\\\"shafiulhassan@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01730340732\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$FxUMwH5mrnmCwmLYeaqhG.aAxxzbLkRVO99hY.jv59gZdcVj70bdy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-08 21:46:15\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-08 21:46:15\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:96;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4397;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Abdul Kashem\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711056005\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$sDxAGN9Trcn4hNXl829WEu1hX\\/KJMfCxfsJ9Pgml.7Ype26xgrQCC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-08 22:01:16\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-08 22:01:16\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4397;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Abdul Kashem\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711056005\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$sDxAGN9Trcn4hNXl829WEu1hX\\/KJMfCxfsJ9Pgml.7Ype26xgrQCC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-08 22:01:16\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-08 22:01:16\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:97;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4398;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Abdullah Al Sayeed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01611529134\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$paMfOvl9BKwtGqVeXh1aBuo4KDFZvDpq75c.5R7CXrZgHZjyMqo8y\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-08 23:11:13\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-08 23:11:13\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4398;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Abdullah Al Sayeed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01611529134\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$paMfOvl9BKwtGqVeXh1aBuo4KDFZvDpq75c.5R7CXrZgHZjyMqo8y\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-08 23:11:13\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-08 23:11:13\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:98;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4399;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Abdur rahim\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711322980\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$KVvZ9ZUvpoBwOOezOAewXuqWmfyWP7dpD5Yyu2VE59Fcbvy\\/8AewW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-08 23:43:10\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-08 23:43:10\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4399;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Abdur rahim\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711322980\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$KVvZ9ZUvpoBwOOezOAewXuqWmfyWP7dpD5Yyu2VE59Fcbvy\\/8AewW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-08 23:43:10\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-08 23:43:10\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:99;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4400;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Abdur Rahim Khan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01688382773\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$3bDV5F8A6b8vGsOW6DYZh.6DXWXOo4j82GpR\\/uSsTZQ7.7USjwJeO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-08 23:47:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-08 23:47:29\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4400;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Abdur Rahim Khan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01688382773\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$3bDV5F8A6b8vGsOW6DYZh.6DXWXOo4j82GpR\\/uSsTZQ7.7USjwJeO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-08 23:47:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-08 23:47:29\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}}}s:4:\\\"text\\\";s:335:\\\"\\u09b8\\u09ae\\u09cd\\u09ae\\u09be\\u09a8\\u09bf\\u09a4 \\u0997\\u09cd\\u09b0\\u09be\\u09b9\\u0995, \\u09b8\\u09be\\u09b0\\u09cd\\u09ad\\u09be\\u09b0 \\u0986\\u09aa\\u09a1\\u09c7\\u099f \\u09a6\\u09c7\\u0993\\u09df\\u09be\\u09b0 \\u0995\\u09be\\u09b0\\u09a8\\u09c7 \\u0986\\u09aa\\u09a8\\u09be\\u09a6\\u09c7\\u09b0 \\u09a8\\u09bf\\u0995\\u099f \\u09ac\\u09bf\\u09b2\\u09c7\\u09b0 \\u098f\\u0995\\u099f\\u09bf \\u09ad\\u09c1\\u09b2 \\u09ae\\u09c7\\u09b8\\u09c7\\u099c \\u0997\\u09bf\\u09df\\u09c7\\u099b\\u09c7 \\u0964 \\u09ac\\u09bf\\u09b7\\u09df\\u099f\\u09bf\\u09b0 \\u099c\\u09a8\\u09cd\\u09af \\u0986\\u09ae\\u09b0\\u09be \\u0986\\u09a8\\u09cd\\u09a4\\u09b0\\u09bf\\u0995 \\u09ad\\u09be\\u09ac\\u09c7 \\u09a6\\u09c1\\u0983\\u0996\\u09bf\\u09a4\\u0964\\\";}s:3:\\\"job\\\";N;s:10:\\\"connection\\\";N;s:5:\\\"queue\\\";N;s:15:\\\"chainConnection\\\";N;s:10:\\\"chainQueue\\\";N;s:5:\\\"delay\\\";N;s:10:\\\"middleware\\\";a:0:{}s:7:\\\"chained\\\";a:0:{}}\"}}', 'Illuminate\\Queue\\MaxAttemptsExceededException: App\\Jobs\\SmsSend has been attempted too many times or run too long. The job may have previously timed out. in /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php:648\nStack trace:\n#0 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(163): Illuminate\\Queue\\Worker->maxAttemptsExceededException(Object(Illuminate\\Queue\\Jobs\\DatabaseJob))\n#1 /home/mygpsbd/public_html/app/Http/helper.php(28): Illuminate\\Queue\\Worker->Illuminate\\Queue\\{closure}(14, Array)\n#2 /home/mygpsbd/public_html/app/Jobs/SmsSend.php(35): send_sms(\'\\xE0\\xA6\\xB8\\xE0\\xA6\\xAE\\xE0\\xA7\\x8D\\xE0\\xA6\\xAE\\xE0\\xA6\\xBE...\', Array)\n#3 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App\\Jobs\\SmsSend->handle()\n#4 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/Util.php(37): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}()\n#5 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(93): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))\n#6 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(37): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))\n#7 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/Container.php(596): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)\n#8 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php(94): Illuminate\\Container\\Container->call(Array)\n#9 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(128): Illuminate\\Bus\\Dispatcher->Illuminate\\Bus\\{closure}(Object(App\\Jobs\\SmsSend))\n#10 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(103): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(App\\Jobs\\SmsSend))\n#11 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php(98): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))\n#12 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(83): Illuminate\\Bus\\Dispatcher->dispatchNow(Object(App\\Jobs\\SmsSend), false)\n#13 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(128): Illuminate\\Queue\\CallQueuedHandler->Illuminate\\Queue\\{closure}(Object(App\\Jobs\\SmsSend))\n#14 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(103): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(App\\Jobs\\SmsSend))\n#15 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(85): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))\n#16 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(59): Illuminate\\Queue\\CallQueuedHandler->dispatchThroughMiddleware(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Object(App\\Jobs\\SmsSend))\n#17 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Jobs/Job.php(98): Illuminate\\Queue\\CallQueuedHandler->call(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Array)\n#18 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(356): Illuminate\\Queue\\Jobs\\Job->fire()\n#19 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(306): Illuminate\\Queue\\Worker->process(\'database\', Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Object(Illuminate\\Queue\\WorkerOptions))\n#20 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(132): Illuminate\\Queue\\Worker->runJob(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), \'database\', Object(Illuminate\\Queue\\WorkerOptions))\n#21 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(112): Illuminate\\Queue\\Worker->daemon(\'database\', \'default\', Object(Illuminate\\Queue\\WorkerOptions))\n#22 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(96): Illuminate\\Queue\\Console\\WorkCommand->runWorker(\'database\', \'default\')\n#23 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Illuminate\\Queue\\Console\\WorkCommand->handle()\n#24 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/Util.php(37): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}()\n#25 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(93): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))\n#26 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(37): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))\n#27 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/Container.php(596): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)\n#28 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Console/Command.php(134): Illuminate\\Container\\Container->call(Array)\n#29 /home/mygpsbd/public_html/vendor/symfony/console/Command/Command.php(298): Illuminate\\Console\\Command->execute(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))\n#30 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Console/Command.php(121): Symfony\\Component\\Console\\Command\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))\n#31 /home/mygpsbd/public_html/vendor/symfony/console/Application.php(1040): Illuminate\\Console\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#32 /home/mygpsbd/public_html/vendor/symfony/console/Application.php(301): Symfony\\Component\\Console\\Application->doRunCommand(Object(Illuminate\\Queue\\Console\\WorkCommand), Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#33 /home/mygpsbd/public_html/vendor/symfony/console/Application.php(171): Symfony\\Component\\Console\\Application->doRun(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#34 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Console/Application.php(93): Symfony\\Component\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#35 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(129): Illuminate\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#36 /home/mygpsbd/public_html/artisan(37): Illuminate\\Foundation\\Console\\Kernel->handle(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#37 {main}', '2024-02-08 16:01:02');
INSERT INTO `failed_jobs` (`id`, `connection`, `queue`, `payload`, `exception`, `failed_at`) VALUES
(695, 'database', 'default', '{\"uuid\":\"afe76f65-5623-431c-879e-a75cd05f7118\",\"displayName\":\"App\\\\Jobs\\\\SmsSend\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"delay\":null,\"timeout\":null,\"timeoutAt\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\SmsSend\",\"command\":\"O:16:\\\"App\\\\Jobs\\\\SmsSend\\\":9:{s:4:\\\"data\\\";a:2:{s:4:\\\"data\\\";O:39:\\\"Illuminate\\\\Database\\\\Eloquent\\\\Collection\\\":1:{s:8:\\\"\\u0000*\\u0000items\\\";a:100:{i:0;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2138;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Jit Vokto\\\";s:3:\\\"nid\\\";s:3:\\\"N\\/A\\\";s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711945289\\\";s:11:\\\"alter_phone\\\";s:11:\\\"01711945289\\\";s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ORl1NbafSOyBuoRa0yoh2uTX3rzijLpq6toG36N3Bx6D2MhIMvH9m\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-12 16:00:54\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-12 16:00:54\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2138;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Jit Vokto\\\";s:3:\\\"nid\\\";s:3:\\\"N\\/A\\\";s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711945289\\\";s:11:\\\"alter_phone\\\";s:11:\\\"01711945289\\\";s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ORl1NbafSOyBuoRa0yoh2uTX3rzijLpq6toG36N3Bx6D2MhIMvH9m\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-12 16:00:54\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-12 16:00:54\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:1;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2152;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Shahin Akter\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:10:\\\"Chottogram\\\";s:5:\\\"phone\\\";s:11:\\\"01835874391\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$rFN4zJWSdkQI1iHs06go2u6DQUyUds2Cgo\\/duEvOaEPewg4OCfNQy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-12 17:01:31\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-12 17:01:31\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2152;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Shahin Akter\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:10:\\\"Chottogram\\\";s:5:\\\"phone\\\";s:11:\\\"01835874391\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$rFN4zJWSdkQI1iHs06go2u6DQUyUds2Cgo\\/duEvOaEPewg4OCfNQy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-12 17:01:31\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-12 17:01:31\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:2;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2156;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:25:\\\"Alok Debnath \\uff08Foridpur)\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"alokdebnath@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01761713106\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Pt4V8UhyWqbApziR0keopuUyfViXX5tq0Gk3hi49SJHMqR998Be5e\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-12 17:11:28\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-12 17:11:28\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2156;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:25:\\\"Alok Debnath \\uff08Foridpur)\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"alokdebnath@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01761713106\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Pt4V8UhyWqbApziR0keopuUyfViXX5tq0Gk3hi49SJHMqR998Be5e\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-12 17:11:28\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-12 17:11:28\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:3;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2165;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"arif\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"arif54@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01971668854\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$VDWb7ejn59PWWQHKf0S\\/N.pBvKKqDW2nHbiNvPKzoTc1mX.t8.Lbe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-12 17:42:51\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-12 17:42:51\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2165;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"arif\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"arif54@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01971668854\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$VDWb7ejn59PWWQHKf0S\\/N.pBvKKqDW2nHbiNvPKzoTc1mX.t8.Lbe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-12 17:42:51\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-12 17:42:51\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:4;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2166;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Arif\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"arif22@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01746510422\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$daM7QqxFxYv7GCbezrTx2eO84L7lIOl\\/I6e9asNcaA3EcD\\/B5we4i\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-12 17:46:44\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-12 17:46:44\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2166;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Arif\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"arif22@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01746510422\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$daM7QqxFxYv7GCbezrTx2eO84L7lIOl\\/I6e9asNcaA3EcD\\/B5we4i\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-12 17:46:44\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-12 17:46:44\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:5;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2263;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Md. Nahid\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"nahid24@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01721027224\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$AfEh\\/xt9wdzahkJRpymk1.RAghQB.wHbrGBXBtGrSjqoI82hzHILi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 14:38:22\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 14:38:22\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2263;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Md. Nahid\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"nahid24@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01721027224\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$AfEh\\/xt9wdzahkJRpymk1.RAghQB.wHbrGBXBtGrSjqoI82hzHILi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 14:38:22\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 14:38:22\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:6;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2384;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Hasan Morshed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"morshed4692@yahoo.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711306234\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$MW6vZ75bkOxICzs1bSes5eQiNkCO3BR1suDAu\\/pIyuExTRYckdkgy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 13:46:49\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 13:46:49\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2384;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Hasan Morshed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"morshed4692@yahoo.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711306234\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$MW6vZ75bkOxICzs1bSes5eQiNkCO3BR1suDAu\\/pIyuExTRYckdkgy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 13:46:49\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 13:46:49\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:7;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2385;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Abdul Hamid Shohag\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"shohagnbl@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01673823266\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$wqCMKgHScBnG.r2M2simjewx3xC5\\/1MKbwcPnL8MUskik30wpIBKm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 13:50:11\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 13:50:11\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2385;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Abdul Hamid Shohag\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"shohagnbl@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01673823266\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$wqCMKgHScBnG.r2M2simjewx3xC5\\/1MKbwcPnL8MUskik30wpIBKm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 13:50:11\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 13:50:11\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:8;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2396;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Sohana\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"shibak1971@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01622246048\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$5kf9lqZq8Ne2DniG5Cwga.sl20WsWOycfj2.X5TgJ6E9wkyYSGTAW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 15:32:35\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 15:32:35\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2396;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Sohana\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"shibak1971@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01622246048\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$5kf9lqZq8Ne2DniG5Cwga.sl20WsWOycfj2.X5TgJ6E9wkyYSGTAW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 15:32:35\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 15:32:35\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:9;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2397;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Shofiqul islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"shofiqul20@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01729327220\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$JwSxz1QLzjhWDRbIAmhoq.JmOExj0rNy\\/P4WgNQdHZn\\/Ge6qHNhUi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 15:37:21\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 15:37:21\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2397;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Shofiqul islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"shofiqul20@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01729327220\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$JwSxz1QLzjhWDRbIAmhoq.JmOExj0rNy\\/P4WgNQdHZn\\/Ge6qHNhUi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 15:37:21\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 15:37:21\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:10;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2398;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:29:\\\"Kazi Abdullah Al Anisur Zaman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"sohelhat026@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01819290268\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$0Sq51kiF8pYIKwXyAVogNex0W7SXK7LJ0XTeqsklrtWN27ILEY4Pa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 15:41:59\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 15:41:59\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2398;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:29:\\\"Kazi Abdullah Al Anisur Zaman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"sohelhat026@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01819290268\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$0Sq51kiF8pYIKwXyAVogNex0W7SXK7LJ0XTeqsklrtWN27ILEY4Pa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 15:41:59\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 15:41:59\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:11;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2400;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Feroj ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"ferojnet73@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01815946458\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$vGeifIjDSWZ0i2136wCNHOQf68gzfZzVFXmfXIdjE2ZTTfgtimI96\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 15:51:03\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 15:51:03\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2400;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Feroj ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"ferojnet73@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01815946458\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$vGeifIjDSWZ0i2136wCNHOQf68gzfZzVFXmfXIdjE2ZTTfgtimI96\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 15:51:03\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 15:51:03\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:12;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2404;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Ashequr Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"arthaiglass@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716226689\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$yVoMORq1CLpNa5wfJbONAeaXyS8nG7VXis4xBDTm3S1Sa3luZU7UO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 16:11:38\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 16:11:38\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2404;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Ashequr Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"arthaiglass@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716226689\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$yVoMORq1CLpNa5wfJbONAeaXyS8nG7VXis4xBDTm3S1Sa3luZU7UO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 16:11:38\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 16:11:38\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:13;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2405;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md. saiful Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:27:\\\"creativecircleltd@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712254936\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$RPv3V7\\/b5DqXemxtv1JSkeVhPuqpDivcFZz8tm4exFEkavKm13sji\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 16:15:16\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 16:15:16\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2405;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md. saiful Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:27:\\\"creativecircleltd@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712254936\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$RPv3V7\\/b5DqXemxtv1JSkeVhPuqpDivcFZz8tm4exFEkavKm13sji\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 16:15:16\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 16:15:16\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:14;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2406;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Ashiqur Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"ashikur66@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01612110166\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$eMujOZM\\/rZKubnFK5Yq5gu7rzC20xUcIf65I73iGZphebuvAAq6vS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 16:18:37\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 16:18:37\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2406;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Ashiqur Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"ashikur66@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01612110166\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$eMujOZM\\/rZKubnFK5Yq5gu7rzC20xUcIf65I73iGZphebuvAAq6vS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 16:18:37\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 16:18:37\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:15;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2408;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Md. Shanto\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"shanto.ish@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01733275307\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$6XhBKnT8uRzhATIRCW9S6uW\\/wCleDMunGLKo5MYv\\/5CCGTX3P2Elu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 16:23:47\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 16:23:47\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2408;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Md. Shanto\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"shanto.ish@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01733275307\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$6XhBKnT8uRzhATIRCW9S6uW\\/wCleDMunGLKo5MYv\\/5CCGTX3P2Elu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 16:23:47\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 16:23:47\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:16;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2409;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Raju Monowar\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:17:\\\"raju@mygps.com.bd\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01778943462\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$b0CnTSVOrH22y3TcdwYxUO8f8\\/I84jqQ0BBFrOwiIb6OrrPSgJ\\/\\/m\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 16:26:53\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 16:26:53\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2409;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Raju Monowar\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:17:\\\"raju@mygps.com.bd\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01778943462\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$b0CnTSVOrH22y3TcdwYxUO8f8\\/I84jqQ0BBFrOwiIb6OrrPSgJ\\/\\/m\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 16:26:53\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 16:26:53\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:17;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2410;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Belayet Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:28:\\\"belayethossain4090@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01912924090\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$cxkDXuxjwvBIPrwI6JxhN.Any0VDKCochFZy.xUCuifRdMRJt5cOG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 16:29:27\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 16:29:27\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2410;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Belayet Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:28:\\\"belayethossain4090@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01912924090\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$cxkDXuxjwvBIPrwI6JxhN.Any0VDKCochFZy.xUCuifRdMRJt5cOG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 16:29:27\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 16:29:27\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:18;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2411;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Md. Bappy hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"bappy46@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01827365146\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$NZTox3yJdXSyPZEJYEmuE.Eez8p3AiQqBva72LCe3Ghc1I5LeS4Pe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 16:35:49\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 16:35:49\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2411;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Md. Bappy hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"bappy46@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01827365146\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$NZTox3yJdXSyPZEJYEmuE.Eez8p3AiQqBva72LCe3Ghc1I5LeS4Pe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 16:35:49\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 16:35:49\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:19;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2415;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Taposh Mallick\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"taposh82@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712868027\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$tOUnUFcIXFk4XDHVFc2EIu0cBkgepvKaMCro33sgezTUNlkG\\/cr3u\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 22:36:20\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 22:36:20\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2415;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Taposh Mallick\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"taposh82@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712868027\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$tOUnUFcIXFk4XDHVFc2EIu0cBkgepvKaMCro33sgezTUNlkG\\/cr3u\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 22:36:20\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 22:36:20\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:20;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2420;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:24:\\\"Md.Shafiur Rahman Sikdar\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"shafiur300@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01730320300\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$KTpyJ2gcf6fi84Cbu8PtZODA6QrqBsQeoDbhbAsShGaqo7T41c576\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 22:50:39\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 22:50:39\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2420;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:24:\\\"Md.Shafiur Rahman Sikdar\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"shafiur300@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01730320300\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$KTpyJ2gcf6fi84Cbu8PtZODA6QrqBsQeoDbhbAsShGaqo7T41c576\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 22:50:39\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 22:50:39\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:21;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2421;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Jamal uddin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:25:\\\"relianceent2007@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01915494548\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$GPdryx0FPBq0qTHeO3vmFOgF7kwptXW17yqnYFy2aL1NZxNGkK2Sy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 22:53:41\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 22:53:41\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2421;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Jamal uddin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:25:\\\"relianceent2007@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01915494548\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$GPdryx0FPBq0qTHeO3vmFOgF7kwptXW17yqnYFy2aL1NZxNGkK2Sy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 22:53:41\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 22:53:41\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:22;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2424;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Zobaer Ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:27:\\\"zobaerahmedrajeer@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01730376631\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$w7cGNNZhUdWZxu8uAOrbTuV2YoMied3NjI.2BabI.rEM68oR\\/qelC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 23:16:23\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 23:16:23\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2424;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Zobaer Ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:27:\\\"zobaerahmedrajeer@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01730376631\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$w7cGNNZhUdWZxu8uAOrbTuV2YoMied3NjI.2BabI.rEM68oR\\/qelC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 23:16:23\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 23:16:23\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:23;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2425;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"MD ZAKIR HOSSAIN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:27:\\\"zakirhossainrobi5@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01846945654\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$oG1Hm.L3aDX\\/8JN1mA0o\\/e9Hrb7q3qsHCgSH9M51ALEDRUGhvz752\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 23:19:35\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 23:19:35\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2425;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"MD ZAKIR HOSSAIN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:27:\\\"zakirhossainrobi5@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01846945654\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$oG1Hm.L3aDX\\/8JN1mA0o\\/e9Hrb7q3qsHCgSH9M51ALEDRUGhvz752\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 23:19:35\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 23:19:35\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:24;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2426;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Md.Yeasin ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"yeasin@mygps.com.bd\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712226581\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$cthGjQCqOZpqFvRVS08W6.\\/bdc084wCN1oMWrB.tjR2TPw4oEZ5nK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 23:51:14\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 23:51:14\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2426;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Md.Yeasin ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"yeasin@mygps.com.bd\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712226581\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$cthGjQCqOZpqFvRVS08W6.\\/bdc084wCN1oMWrB.tjR2TPw4oEZ5nK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 23:51:14\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 23:51:14\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:25;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2427;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Md. Salim Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:28:\\\"md.salimhossain007@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715794172\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$mUO8kCnwVCyo4IewpsGHKOg9DRpCZrpzBs9WF5ukaA\\/GyZifI5q46\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 23:55:05\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 23:55:05\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2427;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Md. Salim Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:28:\\\"md.salimhossain007@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715794172\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$mUO8kCnwVCyo4IewpsGHKOg9DRpCZrpzBs9WF5ukaA\\/GyZifI5q46\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 23:55:05\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 23:55:05\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:26;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2428;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md.Faridul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"faridul65@mygps.com.bd\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01610842565\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$VnQ3BrXoivRSyGJH44PXg.poX7uglkTL5dldQELf9R2eXeMvylJtG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 00:01:56\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 00:01:56\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2428;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md.Faridul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"faridul65@mygps.com.bd\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01610842565\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$VnQ3BrXoivRSyGJH44PXg.poX7uglkTL5dldQELf9R2eXeMvylJtG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 00:01:56\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 00:01:56\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:27;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2430;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Sanzan Mostafa\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:25:\\\"sanzanmostafa@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712059620\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$lUf0VNYsQWbtVzYWBhAE4OPomQhfvDYAzpHc52lhvuEG.4a3ra4om\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 00:10:31\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 00:10:31\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2430;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Sanzan Mostafa\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:25:\\\"sanzanmostafa@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712059620\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$lUf0VNYsQWbtVzYWBhAE4OPomQhfvDYAzpHc52lhvuEG.4a3ra4om\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 00:10:31\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 00:10:31\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:28;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2431;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Ahmed EBC\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:29:\\\"ahmed.ebc@interstellartec.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01749557858\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Ierl\\/VGQ1dktFsWOw1DoDubsYZgVvj3Jkq1fH\\/rNSSJjsEuW3bJiy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 00:15:54\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 00:15:54\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2431;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Ahmed EBC\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:29:\\\"ahmed.ebc@interstellartec.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01749557858\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Ierl\\/VGQ1dktFsWOw1DoDubsYZgVvj3Jkq1fH\\/rNSSJjsEuW3bJiy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 00:15:54\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 00:15:54\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:29;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2432;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Md.Nazrul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:25:\\\"litonnazrul1976@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01816445211\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Il6.TUpbUZLtzIhd3Leg1.GqIfRcXm7Gml62vTi\\/ng92dpMHCEDfa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 00:19:42\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 00:19:42\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2432;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Md.Nazrul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:25:\\\"litonnazrul1976@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01816445211\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Il6.TUpbUZLtzIhd3Leg1.GqIfRcXm7Gml62vTi\\/ng92dpMHCEDfa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 00:19:42\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 00:19:42\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:30;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2433;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:20:\\\"Dr.Md.Azaharul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"azharulrafi28@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01735923644\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$y0pCZNfDRZrww36vCMqcu.rPJ9BpvinDIC07Xg7Sqf8sJMWlUlq3W\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 00:24:43\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 00:24:43\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2433;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:20:\\\"Dr.Md.Azaharul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"azharulrafi28@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01735923644\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$y0pCZNfDRZrww36vCMqcu.rPJ9BpvinDIC07Xg7Sqf8sJMWlUlq3W\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 00:24:43\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 00:24:43\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:31;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2434;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"Rezaul Karim Shamee\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:25:\\\"rezaulkarim4984@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01717414984\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$bk4kR6w4T5EJfq7N5gSuP.uoad8gabPkgsfND9mSHyjvKmDHw6kiK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 00:28:23\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 00:28:23\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2434;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"Rezaul Karim Shamee\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:25:\\\"rezaulkarim4984@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01717414984\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$bk4kR6w4T5EJfq7N5gSuP.uoad8gabPkgsfND9mSHyjvKmDHw6kiK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 00:28:23\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 00:28:23\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:32;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2435;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Md Nuruzzaman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"zaman526266i@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01728115026\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$F\\/WXv1nOV36OnsAD7n077eKKwgYYExmeM3sKHMe9tDMkjKJT\\/Ih9.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 10:07:36\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 10:07:36\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2435;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Md Nuruzzaman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"zaman526266i@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01728115026\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$F\\/WXv1nOV36OnsAD7n077eKKwgYYExmeM3sKHMe9tDMkjKJT\\/Ih9.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 10:07:36\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 10:07:36\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:33;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2436;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:24:\\\"Md.Mahmudur Rahman Pasha\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"istugulugulu@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01729204040\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$5FFcCwvz1AaHB.MmbAaV0eiWopunemC2XE91DFlcuFIGaV27y.5cm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 10:09:56\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 10:09:56\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2436;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:24:\\\"Md.Mahmudur Rahman Pasha\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"istugulugulu@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01729204040\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$5FFcCwvz1AaHB.MmbAaV0eiWopunemC2XE91DFlcuFIGaV27y.5cm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 10:09:56\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 10:09:56\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:34;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2437;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Md. Mahbubul Hasan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:27:\\\"mahbubulhasan5154@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01754336875\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$a\\/XZscVqnxgmdY7\\/7wlvuO1fJ5sZwCtmZybSayi8KWJ1rIOPxo.di\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 10:18:25\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 10:18:25\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2437;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Md. Mahbubul Hasan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:27:\\\"mahbubulhasan5154@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01754336875\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$a\\/XZscVqnxgmdY7\\/7wlvuO1fJ5sZwCtmZybSayi8KWJ1rIOPxo.di\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 10:18:25\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 10:18:25\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:35;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2438;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:21:\\\"Tariqul Islam Bhuiyan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:27:\\\"bhuiyantariqul317@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01827941001\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$6joVvjYrPBNo0e6F13bZlek.z6WGMlbTJI7Yj8jNhIpx5p8dKnKo.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 10:21:13\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 10:21:13\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2438;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:21:\\\"Tariqul Islam Bhuiyan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:27:\\\"bhuiyantariqul317@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01827941001\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$6joVvjYrPBNo0e6F13bZlek.z6WGMlbTJI7Yj8jNhIpx5p8dKnKo.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 10:21:13\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 10:21:13\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:36;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2440;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md. Monirul Bari\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"barirajib@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01799907020\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$jwvwmxSzfL1JGjdLfWjGKeiVTR6LFakYhsIhgBpk8nYqY2v1oICEy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 10:26:56\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 10:26:56\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2440;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md. Monirul Bari\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"barirajib@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01799907020\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$jwvwmxSzfL1JGjdLfWjGKeiVTR6LFakYhsIhgBpk8nYqY2v1oICEy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 10:26:56\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 10:26:56\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:37;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2441;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Subrata Das\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"subrata21@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01819102021\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$4paWT5poyIBpNPJejDHtQ.Sf4sdOw0Mrhhmj9EXHK2IgDvSb6M.T2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 10:36:06\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 10:36:06\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2441;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Subrata Das\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"subrata21@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01819102021\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$4paWT5poyIBpNPJejDHtQ.Sf4sdOw0Mrhhmj9EXHK2IgDvSb6M.T2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 10:36:06\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 10:36:06\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:38;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2442;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Hassan Shahriar\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"imshahriar@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715551730\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$91R8YxDXy97.BQSr4Y0HoewNdLzSQQ1lSMv0vITz8j9K3Z75fduNi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 10:38:31\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 10:38:31\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2442;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Hassan Shahriar\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"imshahriar@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715551730\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$91R8YxDXy97.BQSr4Y0HoewNdLzSQQ1lSMv0vITz8j9K3Z75fduNi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 10:38:31\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 10:38:31\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:39;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2443;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Abdur Razzaque\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"razzaquem1971@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711954560\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ZUzEU8bc245lFVCZbBO5VuOCFWYRrnqcfpWaZNv\\/z5sv.FnEsA23W\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 10:56:10\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 10:56:10\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2443;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Abdur Razzaque\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"razzaquem1971@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711954560\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ZUzEU8bc245lFVCZbBO5VuOCFWYRrnqcfpWaZNv\\/z5sv.FnEsA23W\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 10:56:10\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 10:56:10\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:40;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2445;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Md Tawfiq Alam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"tawfiq8505@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01722823747\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$TasLvLzXKLL2uZCcME1XcezvTh6A8osavFYGZzLCFNpEFIIbf\\/gPK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 11:13:48\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 11:13:48\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2445;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Md Tawfiq Alam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"tawfiq8505@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01722823747\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$TasLvLzXKLL2uZCcME1XcezvTh6A8osavFYGZzLCFNpEFIIbf\\/gPK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 11:13:48\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 11:13:48\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:41;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2446;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Mashfiq\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"mbeg9164@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01316455470\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$zAev2D6TouatZ6uE6qCB6.BxajBwbK\\/fY1qERsNmYDYDBEccGLWCm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 11:16:08\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 11:16:08\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2446;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Mashfiq\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"mbeg9164@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01316455470\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$zAev2D6TouatZ6uE6qCB6.BxajBwbK\\/fY1qERsNmYDYDBEccGLWCm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 11:16:08\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 11:16:08\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:42;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2447;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Mahbub Riyad\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"riyad41@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01877162041\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$2CFhWwHXiX5K5XtqVUg9B.d6l3HqQzAqnaOKUBaUDT0kQy9EsxVOW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 11:23:43\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 11:23:43\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2447;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Mahbub Riyad\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"riyad41@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01877162041\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$2CFhWwHXiX5K5XtqVUg9B.d6l3HqQzAqnaOKUBaUDT0kQy9EsxVOW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 11:23:43\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 11:23:43\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:43;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2448;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md. Khosrul Alam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"khosrul902@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01718096689\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$DlzDmGD5M4diltWrab7pm.6IfYDlE0izBCdAIIE62Q1EvZhQBJ\\/XW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 11:26:37\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 11:26:37\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2448;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md. Khosrul Alam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"khosrul902@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01718096689\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$DlzDmGD5M4diltWrab7pm.6IfYDlE0izBCdAIIE62Q1EvZhQBJ\\/XW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 11:26:37\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 11:26:37\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:44;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2449;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"SHAWON\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"shawon07@mygps.com.bd\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01742401607\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$fv04ZUbQ9NygEJL587GFOepEYHFDlGW04mdL7aD3LXCE9rDRdRyIe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 11:28:56\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 11:28:56\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2449;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"SHAWON\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"shawon07@mygps.com.bd\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01742401607\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$fv04ZUbQ9NygEJL587GFOepEYHFDlGW04mdL7aD3LXCE9rDRdRyIe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 11:28:56\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 11:28:56\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:45;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2450;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:24:\\\"Md Kamruzzaman Ibne Amin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"kzsohail@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01730088000\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ztXHsgXrOHYOgSRKsGbTtu3zSvnhUBBPK6yywOhpbg2lxz9cPriYm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 11:31:14\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 11:31:14\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2450;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:24:\\\"Md Kamruzzaman Ibne Amin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"kzsohail@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01730088000\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ztXHsgXrOHYOgSRKsGbTtu3zSvnhUBBPK6yywOhpbg2lxz9cPriYm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 11:31:14\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 11:31:14\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:46;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2451;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Ali Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:25:\\\"alihossain63177@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01889767158\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$XVAuqpyKjQhMpKYWP3iP5O0wyBe3Ijz.7yS3faUxH9tBCOJefuczC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 12:04:13\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 12:04:13\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2451;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Ali Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:25:\\\"alihossain63177@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01889767158\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$XVAuqpyKjQhMpKYWP3iP5O0wyBe3Ijz.7yS3faUxH9tBCOJefuczC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 12:04:13\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 12:04:13\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:47;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2452;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Shah Alam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:27:\\\"heavenenterrise02@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01672074421\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$PzxV5JKHEtpTu9q\\/bToK5.1ryFbvBf02yJlGUXaoOGk3GbP7rAgt2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 12:06:32\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 12:06:32\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2452;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Shah Alam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:27:\\\"heavenenterrise02@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01672074421\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$PzxV5JKHEtpTu9q\\/bToK5.1ryFbvBf02yJlGUXaoOGk3GbP7rAgt2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 12:06:32\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 12:06:32\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:48;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2453;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:20:\\\"Mohammad Golam Faruk\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"farukswim38@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711008630\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$3dIYXYV0uFIkSVxs0yWhR.HpdDp0Wq5C6dBH6JUrclAJS4pDZNBvC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 12:08:52\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 12:08:52\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2453;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:20:\\\"Mohammad Golam Faruk\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"farukswim38@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711008630\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$3dIYXYV0uFIkSVxs0yWhR.HpdDp0Wq5C6dBH6JUrclAJS4pDZNBvC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 12:08:52\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 12:08:52\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:49;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2454;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Babul Sheikh\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:24:\\\"babul542sheikh@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712167542\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$MP1oQwsoaY8Y75ed2Z\\/GwuL9ygWJPg3KD8QTogZqro3pyEgxV\\/9cy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 12:10:58\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 12:10:58\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2454;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Babul Sheikh\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:24:\\\"babul542sheikh@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712167542\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$MP1oQwsoaY8Y75ed2Z\\/GwuL9ygWJPg3KD8QTogZqro3pyEgxV\\/9cy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 12:10:58\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 12:10:58\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:50;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2455;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Md. Shariful Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"sharifrsd@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712554763\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$jcov9pZwEIE5FfKod1DKbuStnNtNjc3oYejG.eovE.BwtD\\/jSo8XC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 12:14:05\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 12:14:05\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2455;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Md. Shariful Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"sharifrsd@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712554763\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$jcov9pZwEIE5FfKod1DKbuStnNtNjc3oYejG.eovE.BwtD\\/jSo8XC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 12:14:05\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 12:14:05\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:51;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2456;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:22:\\\"ASM Muntasir Chowdhury\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"dear.muntasir@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711670830\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$JaLghpPXI7rCsGFu\\/XLlLu9f0rkHif3nRL\\/CUM8eQH4xVB5W9G.4O\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 12:18:32\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 12:18:32\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2456;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:22:\\\"ASM Muntasir Chowdhury\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"dear.muntasir@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711670830\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$JaLghpPXI7rCsGFu\\/XLlLu9f0rkHif3nRL\\/CUM8eQH4xVB5W9G.4O\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 12:18:32\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 12:18:32\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:52;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2457;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"Md.Masud Alom Munna\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"munna32@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711026032\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$xIZnW.4e.u7UgLKqPilHfeX.mAPgBMgpQAe4cy63sF\\/p\\/zF43\\/7xW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 12:20:41\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 12:20:41\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2457;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"Md.Masud Alom Munna\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"munna32@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711026032\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$xIZnW.4e.u7UgLKqPilHfeX.mAPgBMgpQAe4cy63sF\\/p\\/zF43\\/7xW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 12:20:41\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 12:20:41\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:53;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2458;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"AKM Noor Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"rootagrovet@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711929536\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$38KOHdYr0PojSYrMprWhCOfXYWCUgCwE\\/IDg4OglL7GkKRCqitZwm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 12:36:04\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 12:36:04\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2458;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"AKM Noor Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"rootagrovet@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711929536\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$38KOHdYr0PojSYrMprWhCOfXYWCUgCwE\\/IDg4OglL7GkKRCqitZwm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 12:36:04\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 12:36:04\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:54;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2459;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Obidul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"obidul55@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01719934355\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$7wZjK.FfckjR6XzB2kbjV.GA8sGi5nOFl6trV0deCfcWcv1sddPgC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 12:38:32\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 12:38:32\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2459;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Obidul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"obidul55@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01719934355\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$7wZjK.FfckjR6XzB2kbjV.GA8sGi5nOFl6trV0deCfcWcv1sddPgC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 12:38:32\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 12:38:32\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:55;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2460;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Adv.Bipul Saha\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01724000221\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$C8ZtsdQ1XNgOoxKcPy6Wb.8O.fJTQH9qpQPcCvOdCs5tPw5uv1cHO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 12:41:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 12:41:29\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2460;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Adv.Bipul Saha\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01724000221\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$C8ZtsdQ1XNgOoxKcPy6Wb.8O.fJTQH9qpQPcCvOdCs5tPw5uv1cHO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 12:41:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 12:41:29\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:56;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2463;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"Engr. Mogibul Mowla\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"marinetecctg@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01814275302\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ySNLzAgdKGSTes.kFP4vke2.x15VEsmBFgmWSf8wpHjsMyGrPY7cS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 16:14:18\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 16:14:18\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2463;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"Engr. Mogibul Mowla\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"marinetecctg@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01814275302\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ySNLzAgdKGSTes.kFP4vke2.x15VEsmBFgmWSf8wpHjsMyGrPY7cS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 16:14:18\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 16:14:18\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:57;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2465;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:25:\\\"Dr. Mohammad Khairul Alam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"khairulalom@mygpsbd.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711398017\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Qjtml5ahXXZ0AoF0G74MxeeHEUQd5O4mvP2MfFB8bE6g\\/4gf6LKRG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 16:19:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 16:19:29\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2465;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:25:\\\"Dr. Mohammad Khairul Alam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"khairulalom@mygpsbd.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711398017\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Qjtml5ahXXZ0AoF0G74MxeeHEUQd5O4mvP2MfFB8bE6g\\/4gf6LKRG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 16:19:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 16:19:29\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:58;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2467;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:21:\\\"Md. Matiul Islam Alam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:27:\\\"matiulislamsarkar@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01707367055\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$f1.OcNiTowl9tHYEr\\/\\/DheR5ZO3STtuveQrFJ6CsiS1jf\\/G6g7F6u\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 16:26:21\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 16:26:21\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2467;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:21:\\\"Md. Matiul Islam Alam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:27:\\\"matiulislamsarkar@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01707367055\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$f1.OcNiTowl9tHYEr\\/\\/DheR5ZO3STtuveQrFJ6CsiS1jf\\/G6g7F6u\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 16:26:21\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 16:26:21\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:59;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2470;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Mafizul Alom\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"mafizul13@mygpsbd.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01718336513\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$VlLMglcTQIqv12QiavpwdOtEExD3U35QFWzBanuf.uhixnU5Rfyxy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 16:46:52\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 16:46:52\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2470;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Mafizul Alom\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"mafizul13@mygpsbd.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01718336513\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$VlLMglcTQIqv12QiavpwdOtEExD3U35QFWzBanuf.uhixnU5Rfyxy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 16:46:52\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 16:46:52\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:60;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2471;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Mos5 tel Ltd.\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"mokamal018@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01707038118\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$QuWzjrVfksPhmpjJ.ftfP.mzksUQ1sPB4ATaREikC0lnrtD\\/vSHwW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 16:49:32\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 16:49:32\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2471;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Mos5 tel Ltd.\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"mokamal018@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01707038118\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$QuWzjrVfksPhmpjJ.ftfP.mzksUQ1sPB4ATaREikC0lnrtD\\/vSHwW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 16:49:32\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 16:49:32\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:61;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2472;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Md. Jahedul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"jatbangla548@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01749332498\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$RlCCi.XgWzilarZ\\/D.LaKuZEQ5goMANRh5VLVlyV5mHNHiuWCtCiG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 16:54:59\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 16:54:59\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2472;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Md. Jahedul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"jatbangla548@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01749332498\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$RlCCi.XgWzilarZ\\/D.LaKuZEQ5goMANRh5VLVlyV5mHNHiuWCtCiG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 16:54:59\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 16:54:59\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:62;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2474;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"Robiul Hasan Salman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"robiulhasan@mygpsbd.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01999044603\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$XcyV060tyyEvbkBbVktUfuJdq4EdveiOCLs2pagM7\\/hxfIkGMOISK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 17:19:21\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 17:19:21\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2474;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"Robiul Hasan Salman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"robiulhasan@mygpsbd.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01999044603\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$XcyV060tyyEvbkBbVktUfuJdq4EdveiOCLs2pagM7\\/hxfIkGMOISK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 17:19:21\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 17:19:21\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:63;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2478;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:21:\\\"Rashed Mosharrof Rana\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:29:\\\"rashedmosharrofrana@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01973000081\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$c7yufkSrAk7mKLrQKxOwPe2emOtgrHbgXnc6yAuT6QBPq2\\/5tKdlm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 17:46:54\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 17:46:54\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2478;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:21:\\\"Rashed Mosharrof Rana\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:29:\\\"rashedmosharrofrana@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01973000081\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$c7yufkSrAk7mKLrQKxOwPe2emOtgrHbgXnc6yAuT6QBPq2\\/5tKdlm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 17:46:54\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 17:46:54\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:64;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2480;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Lutfor rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:27:\\\"rahamanlutfor1981@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01608907576\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$HjvXwVQef\\/rF1v7aA1fXxeINmCr4NLDga8JZBNu4fv9errCfo5oLq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 17:52:19\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 17:52:19\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2480;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Lutfor rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:27:\\\"rahamanlutfor1981@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01608907576\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$HjvXwVQef\\/rF1v7aA1fXxeINmCr4NLDga8JZBNu4fv9errCfo5oLq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 17:52:19\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 17:52:19\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:65;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2481;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Shaon Debnath\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:17:\\\"shaon38@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01677194407\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$MqXwlBOHB.kNjly5e1113OigHghW9oTY7UWvSyWAa9ClewZdaV82S\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 17:54:51\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 17:54:51\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2481;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Shaon Debnath\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:17:\\\"shaon38@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01677194407\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$MqXwlBOHB.kNjly5e1113OigHghW9oTY7UWvSyWAa9ClewZdaV82S\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 17:54:51\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 17:54:51\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:66;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2482;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Parvez Ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"parvezahmed@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01882767271\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$In.YyYJSt4na82c7jCL.1.bzb9UPTWyE\\/ZpU9G6luIS4w2hTuOFxe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 17:57:15\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 17:57:15\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2482;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Parvez Ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"parvezahmed@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01882767271\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$In.YyYJSt4na82c7jCL.1.bzb9UPTWyE\\/ZpU9G6luIS4w2hTuOFxe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 17:57:15\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 17:57:15\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:67;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2483;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Murshed Chowdhury\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:29:\\\"murshed_chowdhury@outlook.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01729226623\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$jPqHEbI2WWTRDewPLbaFgerKFen9ZpPT\\/ZVsIYkwRpF.SyJY0jJVC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 21:20:14\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 21:20:14\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2483;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Murshed Chowdhury\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:29:\\\"murshed_chowdhury@outlook.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01729226623\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$jPqHEbI2WWTRDewPLbaFgerKFen9ZpPT\\/ZVsIYkwRpF.SyJY0jJVC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 21:20:14\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 21:20:14\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:68;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2484;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"DR MD SALAH UDDON\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:28:\\\"salahuddinomar9229@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711421085\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$zwO8gmGjwZlt428q2WDawekfjuLT4BgDEt8Y5hMRxSSD79wRZNCoO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 21:36:22\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 21:36:22\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2484;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"DR MD SALAH UDDON\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:28:\\\"salahuddinomar9229@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711421085\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$zwO8gmGjwZlt428q2WDawekfjuLT4BgDEt8Y5hMRxSSD79wRZNCoO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 21:36:22\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 21:36:22\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:69;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2485;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:23:\\\"Mohammad Ismail Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"muktoh2022@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711123599\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$kHesDVKgnh6p0sb5JUIELu3zoJsJFoMCN7tyYerWuqgQ6mQ2oF\\/xi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 21:39:06\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 21:39:06\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2485;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:23:\\\"Mohammad Ismail Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"muktoh2022@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711123599\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$kHesDVKgnh6p0sb5JUIELu3zoJsJFoMCN7tyYerWuqgQ6mQ2oF\\/xi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 21:39:06\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 21:39:06\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:70;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2486;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Kornel asad\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"romel6540@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01713331568\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$0j2lELbzUf3Xw.ydqfsw7OVRmlUtFJ37MXaf3fUFvIkgqCLK56UgS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 21:42:00\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 21:42:00\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2486;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Kornel asad\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"romel6540@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01713331568\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$0j2lELbzUf3Xw.ydqfsw7OVRmlUtFJ37MXaf3fUFvIkgqCLK56UgS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 21:42:00\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 21:42:00\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:71;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2487;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"MD Iqbal Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"mdiqbal5029@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712274148\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$cBniBTpQ7fVwJxAxq23hROCElrF4YKFkTYLsEEGAVJ5ax9iYtA2eW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 21:45:05\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 21:45:05\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2487;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"MD Iqbal Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"mdiqbal5029@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712274148\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$cBniBTpQ7fVwJxAxq23hROCElrF4YKFkTYLsEEGAVJ5ax9iYtA2eW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 21:45:05\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 21:45:05\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:72;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2488;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Rabby\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"rabbibond25@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01316199697\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$bRe3uCT0htA8iWYmHUmWN.y2G.1Icdap4ypshRQ8snIB\\/x3pz1mNq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 21:48:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 21:48:29\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2488;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Rabby\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"rabbibond25@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01316199697\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$bRe3uCT0htA8iWYmHUmWN.y2G.1Icdap4ypshRQ8snIB\\/x3pz1mNq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 21:48:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 21:48:29\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:73;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2489;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Rahim\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"rahim44@mygpsd.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01919166944\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$gLk\\/6lbx\\/Zlm45VYhwlPAewl\\/2YT6vwx5r1LATOelTZiiGrsMhJGO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 21:51:27\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 21:51:27\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2489;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Rahim\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"rahim44@mygpsd.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01919166944\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$gLk\\/6lbx\\/Zlm45VYhwlPAewl\\/2YT6vwx5r1LATOelTZiiGrsMhJGO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 21:51:27\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 21:51:27\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:74;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2490;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Sumon Uddin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:17:\\\"sumon71@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01884204571\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$OYY.savfOzOeGvosSUhXDOEwsdRyPDuhpf4swbcGjThH50Z87309i\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 21:56:27\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 21:56:27\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2490;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Sumon Uddin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:17:\\\"sumon71@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01884204571\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$OYY.savfOzOeGvosSUhXDOEwsdRyPDuhpf4swbcGjThH50Z87309i\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 21:56:27\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 21:56:27\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:75;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2491;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:20:\\\"Md Mostafizur Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"shamimkuet@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712699155\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$XRz4Mx8odkjfI5VkYnS.yeMUbCZtfWMyE2D5iT1JDcNmCXtF6dISa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 22:00:39\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 22:00:39\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2491;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:20:\\\"Md Mostafizur Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"shamimkuet@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712699155\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$XRz4Mx8odkjfI5VkYnS.yeMUbCZtfWMyE2D5iT1JDcNmCXtF6dISa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 22:00:39\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 22:00:39\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:76;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2492;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Sheikh Ripon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:17:\\\"ripon89@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01728240589\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$YdtVNlVssIyEBvprXSLjmualFRoWAt6vgOIi6otsJExtL.nZf\\/Jau\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 22:03:25\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 22:03:25\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2492;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Sheikh Ripon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:17:\\\"ripon89@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01728240589\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$YdtVNlVssIyEBvprXSLjmualFRoWAt6vgOIi6otsJExtL.nZf\\/Jau\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 22:03:25\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 22:03:25\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:77;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2494;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"KAMRUDDUJA SAYEM\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"sayem123457@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712170394\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$j1pPVXArnRH9oI6lePRwD.ZvCTJPkBpf2GjVviBLYfgWc5YxayZcC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 09:59:39\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 09:59:39\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2494;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"KAMRUDDUJA SAYEM\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"sayem123457@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712170394\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$j1pPVXArnRH9oI6lePRwD.ZvCTJPkBpf2GjVviBLYfgWc5YxayZcC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 09:59:39\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 09:59:39\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:78;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2495;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"faruk123\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"faruk123@mygpsd.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01718159097\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$myYv35ExrFoz5KvAkhX4\\/exI3T4qCqQyjdkPaHv0GJQfjEbYFDT8q\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 10:01:51\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 10:01:51\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2495;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"faruk123\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"faruk123@mygpsd.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01718159097\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$myYv35ExrFoz5KvAkhX4\\/exI3T4qCqQyjdkPaHv0GJQfjEbYFDT8q\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 10:01:51\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 10:01:51\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:79;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2496;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Arif\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"mohammedarifh@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712551848\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Kla5jUSv3Tg1s3sXIYjBQ.Tf8WFRjAfM6yRTEBYQOGFEtpQDAN3LC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 10:04:20\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 10:04:20\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2496;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Arif\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"mohammedarifh@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712551848\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Kla5jUSv3Tg1s3sXIYjBQ.Tf8WFRjAfM6yRTEBYQOGFEtpQDAN3LC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 10:04:20\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 10:04:20\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:80;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2497;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Md.Main uddin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"stmain1998@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01732651804\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$FXMIG1cvvwTeoxQGmx81LeFWBtMhApdTaPnlXzVi38N1x4qe8s\\/uG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 10:07:01\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 10:07:01\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2497;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Md.Main uddin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"stmain1998@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01732651804\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$FXMIG1cvvwTeoxQGmx81LeFWBtMhApdTaPnlXzVi38N1x4qe8s\\/uG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 10:07:01\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 10:07:01\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:81;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2499;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"RASEL AHMED\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"rasel12@mygpsd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01769007412\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$n1VbuPxO.iO9qM4ObH2kPuE0iZhgiYBgFPWKXBkQvSciuqZC7XsRm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 10:17:31\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 10:17:31\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2499;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"RASEL AHMED\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"rasel12@mygpsd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01769007412\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$n1VbuPxO.iO9qM4ObH2kPuE0iZhgiYBgFPWKXBkQvSciuqZC7XsRm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 10:17:31\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 10:17:31\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:82;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2500;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Dewan Md Laqat Ali\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"liaqat3238@yahoo.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01700783345\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$oBmsnblIE8rYb6z8NPjtP.4uKp95zdE6zEDB0CYYOFk6NNR\\/exfeS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 10:23:07\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 10:23:07\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2500;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Dewan Md Laqat Ali\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"liaqat3238@yahoo.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01700783345\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$oBmsnblIE8rYb6z8NPjtP.4uKp95zdE6zEDB0CYYOFk6NNR\\/exfeS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 10:23:07\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 10:23:07\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:83;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2503;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"NUR SIDDIQUE ONIM\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:17:\\\"ONIM723@GMAIL.COM\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01730599993\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$YkMaoZX1xNNUYjdw3U0q5ukkFg9wh\\/MH6Xy7uvneB2F\\/zPjnC1jtS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 10:38:40\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 10:38:40\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2503;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"NUR SIDDIQUE ONIM\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:17:\\\"ONIM723@GMAIL.COM\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01730599993\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$YkMaoZX1xNNUYjdw3U0q5ukkFg9wh\\/MH6Xy7uvneB2F\\/zPjnC1jtS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 10:38:40\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 10:38:40\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:84;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2504;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:20:\\\"Anayet Hossain Sumon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"anayet95@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01866019195\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$fOfRgdXQNn0QPFd2J8us4ueOlYKLCklzv4DBMSxK09B\\/eMuo3J1wW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 10:50:45\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 10:50:45\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2504;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:20:\\\"Anayet Hossain Sumon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"anayet95@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01866019195\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$fOfRgdXQNn0QPFd2J8us4ueOlYKLCklzv4DBMSxK09B\\/eMuo3J1wW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 10:50:45\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 10:50:45\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:85;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2505;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md.jahangir alam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:27:\\\"Jahagiralam.tex16@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01618384673\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$WDC67DaNgToFW0Tx6oNyauDm2FYTbIVVdIZxuYmVa2RTLxAXRQERu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 10:54:54\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 10:54:54\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2505;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md.jahangir alam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:27:\\\"Jahagiralam.tex16@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01618384673\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$WDC67DaNgToFW0Tx6oNyauDm2FYTbIVVdIZxuYmVa2RTLxAXRQERu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 10:54:54\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 10:54:54\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:86;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2506;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Md Manik Mia\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"rawshik84@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715054861\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$o3hvZvi.7jAza.yEq4lxYuAwGSo3uuKhpyEGkJrKiPIAjKeOHunga\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 10:59:24\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 10:59:24\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2506;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Md Manik Mia\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"rawshik84@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715054861\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$o3hvZvi.7jAza.yEq4lxYuAwGSo3uuKhpyEGkJrKiPIAjKeOHunga\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 10:59:24\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 10:59:24\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:87;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2507;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md.Mojibul Karim\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"amimujib1986@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01732228280\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$fFDi0WJjfx5vBLY6hWqoueZgq5LSRxNbf5YMyY90Q2\\/DNhk5YoV3e\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 11:18:33\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 11:18:33\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2507;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md.Mojibul Karim\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"amimujib1986@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01732228280\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$fFDi0WJjfx5vBLY6hWqoueZgq5LSRxNbf5YMyY90Q2\\/DNhk5YoV3e\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 11:18:33\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 11:18:33\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:88;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2508;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md.Alim Ul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"sajoloffice@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712334589\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$KbV0fW6v02SQKyCN19dTYuZAYPi2uljas\\/xpxeVoG3BQ2o7PMZ2ku\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 11:42:14\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 12:31:59\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2508;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md.Alim Ul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"sajoloffice@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712334589\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$KbV0fW6v02SQKyCN19dTYuZAYPi2uljas\\/xpxeVoG3BQ2o7PMZ2ku\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 11:42:14\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 12:31:59\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:89;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2510;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"ROSHID\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"roshid55@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01920784555\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$W41bNFARcsFxBB6eyuZX3.mGWQK2ixuQAYNhUwYyGUWaEQVuBM9lu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 21:46:48\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 21:46:48\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2510;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"ROSHID\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"roshid55@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01920784555\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$W41bNFARcsFxBB6eyuZX3.mGWQK2ixuQAYNhUwYyGUWaEQVuBM9lu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 21:46:48\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 21:46:48\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:90;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2511;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Nashim Ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"skrumi.in@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01763256861\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$hKemHqPZ9gXYRC3pO.SI6.j9H7hvZwp6pNll2AMRBqCwFFHHaUlVy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 21:50:51\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 21:50:51\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2511;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Nashim Ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"skrumi.in@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01763256861\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$hKemHqPZ9gXYRC3pO.SI6.j9H7hvZwp6pNll2AMRBqCwFFHHaUlVy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 21:50:51\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 21:50:51\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:91;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2512;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:23:\\\"Abdullah Mohammad Eunus\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"abdullah11@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01755536111\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Dycz1nKGIxtOpnKjEoNd6OfOK8yLEL.ryp\\/QTCGfjcvVdI8D7n8im\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 21:54:10\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 21:54:10\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2512;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:23:\\\"Abdullah Mohammad Eunus\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"abdullah11@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01755536111\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Dycz1nKGIxtOpnKjEoNd6OfOK8yLEL.ryp\\/QTCGfjcvVdI8D7n8im\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 21:54:10\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 21:54:10\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:92;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2513;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Md Razvi Biswas\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"dxrobin8@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01796597999\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$mLb\\/NBBWblqTx0X\\/D.02xegDHYvgQU.bGWvVEFopY2BtmAieF6TQC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 21:56:46\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 21:56:46\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2513;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Md Razvi Biswas\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"dxrobin8@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01796597999\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$mLb\\/NBBWblqTx0X\\/D.02xegDHYvgQU.bGWvVEFopY2BtmAieF6TQC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 21:56:46\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 21:56:46\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:93;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2514;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Delowar hosen\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:26:\\\"delowar.hosen557@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01685596102\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$FF8qu2fVFMPBgzEG0IgiZOj99c5w\\/3PXw3VScZwHV86wiO1VxbgOK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 21:59:51\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 21:59:51\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2514;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Delowar hosen\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:26:\\\"delowar.hosen557@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01685596102\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$FF8qu2fVFMPBgzEG0IgiZOj99c5w\\/3PXw3VScZwHV86wiO1VxbgOK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 21:59:51\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 21:59:51\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:94;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2515;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"MD. AKIB HASAN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"akib1344@hotmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715199608\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$hcXEbuniFn\\/IPKZmEAsT9.L7sIKWl1GX3oe4SvV3ydKYjQFL5M8gy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 22:05:59\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 22:05:59\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2515;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"MD. AKIB HASAN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"akib1344@hotmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715199608\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$hcXEbuniFn\\/IPKZmEAsT9.L7sIKWl1GX3oe4SvV3ydKYjQFL5M8gy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 22:05:59\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 22:05:59\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:95;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2516;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"Md Nurul Huda Bijoy\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"bijoy2694@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01769009054\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ykE13CmFtXHqJyX33I82\\/OWjOFDuHa6Es\\/5xbQy4AuoUEayjv1IW2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 22:08:41\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 22:08:41\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2516;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"Md Nurul Huda Bijoy\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"bijoy2694@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01769009054\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ykE13CmFtXHqJyX33I82\\/OWjOFDuHa6Es\\/5xbQy4AuoUEayjv1IW2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 22:08:41\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 22:08:41\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:96;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2517;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Jahangir Aman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"Jahangiraman0@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01304159767\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$.3W1DO30jWmAiFwmdYK1.Oje7zGbkFvBixdk1ytvBt7hmTJi0vXqW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 22:18:24\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 22:18:24\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2517;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Jahangir Aman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"Jahangiraman0@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01304159767\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$.3W1DO30jWmAiFwmdYK1.Oje7zGbkFvBixdk1ytvBt7hmTJi0vXqW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 22:18:24\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 22:18:24\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:97;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2518;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Anar Koli\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715955879\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Dwuw71EoMXjblnHRrKKtr.8u5kP2cM.x7Fey5uGBY0C5.Md1PF6Cm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 22:21:36\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 22:21:36\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2518;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Anar Koli\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715955879\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Dwuw71EoMXjblnHRrKKtr.8u5kP2cM.x7Fey5uGBY0C5.Md1PF6Cm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 22:21:36\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 22:21:36\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:98;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2519;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"SAIM RANA\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:33:\\\"gm.saidulislamsi4800274@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01999488933\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$sj5y.zqg8eEtkj1YnIFFqepy3oMEsq4hnz3FwZ.zexAAMUwKq6C0q\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 22:24:45\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 22:24:45\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2519;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"SAIM RANA\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:33:\\\"gm.saidulislamsi4800274@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01999488933\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$sj5y.zqg8eEtkj1YnIFFqepy3oMEsq4hnz3FwZ.zexAAMUwKq6C0q\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 22:24:45\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 22:24:45\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:99;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2520;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:20:\\\"Md.moniruzzaman khan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:28:\\\"khanmoniruzzaman31@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711203272\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$gG5wQpogoC.fWhuedDf8pOVh.Py4YQCp5.iMfzMaHm.nZkxRFEQ9G\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 22:27:35\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 22:27:35\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2520;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:20:\\\"Md.moniruzzaman khan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:28:\\\"khanmoniruzzaman31@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711203272\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$gG5wQpogoC.fWhuedDf8pOVh.Py4YQCp5.iMfzMaHm.nZkxRFEQ9G\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 22:27:35\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 22:27:35\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}}}s:4:\\\"text\\\";s:335:\\\"\\u09b8\\u09ae\\u09cd\\u09ae\\u09be\\u09a8\\u09bf\\u09a4 \\u0997\\u09cd\\u09b0\\u09be\\u09b9\\u0995, \\u09b8\\u09be\\u09b0\\u09cd\\u09ad\\u09be\\u09b0 \\u0986\\u09aa\\u09a1\\u09c7\\u099f \\u09a6\\u09c7\\u0993\\u09df\\u09be\\u09b0 \\u0995\\u09be\\u09b0\\u09a8\\u09c7 \\u0986\\u09aa\\u09a8\\u09be\\u09a6\\u09c7\\u09b0 \\u09a8\\u09bf\\u0995\\u099f \\u09ac\\u09bf\\u09b2\\u09c7\\u09b0 \\u098f\\u0995\\u099f\\u09bf \\u09ad\\u09c1\\u09b2 \\u09ae\\u09c7\\u09b8\\u09c7\\u099c \\u0997\\u09bf\\u09df\\u09c7\\u099b\\u09c7 \\u0964 \\u09ac\\u09bf\\u09b7\\u09df\\u099f\\u09bf\\u09b0 \\u099c\\u09a8\\u09cd\\u09af \\u0986\\u09ae\\u09b0\\u09be \\u0986\\u09a8\\u09cd\\u09a4\\u09b0\\u09bf\\u0995 \\u09ad\\u09be\\u09ac\\u09c7 \\u09a6\\u09c1\\u0983\\u0996\\u09bf\\u09a4\\u0964\\\";}s:3:\\\"job\\\";N;s:10:\\\"connection\\\";N;s:5:\\\"queue\\\";N;s:15:\\\"chainConnection\\\";N;s:10:\\\"chainQueue\\\";N;s:5:\\\"delay\\\";N;s:10:\\\"middleware\\\";a:0:{}s:7:\\\"chained\\\";a:0:{}}\"}}', 'Illuminate\\Queue\\MaxAttemptsExceededException: App\\Jobs\\SmsSend has been attempted too many times or run too long. The job may have previously timed out. in /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php:648\nStack trace:\n#0 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(163): Illuminate\\Queue\\Worker->maxAttemptsExceededException(Object(Illuminate\\Queue\\Jobs\\DatabaseJob))\n#1 /home/mygpsbd/public_html/app/Http/helper.php(28): Illuminate\\Queue\\Worker->Illuminate\\Queue\\{closure}(14, Array)\n#2 /home/mygpsbd/public_html/app/Jobs/SmsSend.php(35): send_sms(\'\\xE0\\xA6\\xB8\\xE0\\xA6\\xAE\\xE0\\xA7\\x8D\\xE0\\xA6\\xAE\\xE0\\xA6\\xBE...\', Array)\n#3 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App\\Jobs\\SmsSend->handle()\n#4 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/Util.php(37): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}()\n#5 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(93): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))\n#6 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(37): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))\n#7 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/Container.php(596): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)\n#8 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php(94): Illuminate\\Container\\Container->call(Array)\n#9 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(128): Illuminate\\Bus\\Dispatcher->Illuminate\\Bus\\{closure}(Object(App\\Jobs\\SmsSend))\n#10 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(103): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(App\\Jobs\\SmsSend))\n#11 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php(98): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))\n#12 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(83): Illuminate\\Bus\\Dispatcher->dispatchNow(Object(App\\Jobs\\SmsSend), false)\n#13 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(128): Illuminate\\Queue\\CallQueuedHandler->Illuminate\\Queue\\{closure}(Object(App\\Jobs\\SmsSend))\n#14 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(103): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(App\\Jobs\\SmsSend))\n#15 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(85): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))\n#16 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(59): Illuminate\\Queue\\CallQueuedHandler->dispatchThroughMiddleware(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Object(App\\Jobs\\SmsSend))\n#17 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Jobs/Job.php(98): Illuminate\\Queue\\CallQueuedHandler->call(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Array)\n#18 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(356): Illuminate\\Queue\\Jobs\\Job->fire()\n#19 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(306): Illuminate\\Queue\\Worker->process(\'database\', Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Object(Illuminate\\Queue\\WorkerOptions))\n#20 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(132): Illuminate\\Queue\\Worker->runJob(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), \'database\', Object(Illuminate\\Queue\\WorkerOptions))\n#21 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(112): Illuminate\\Queue\\Worker->daemon(\'database\', \'default\', Object(Illuminate\\Queue\\WorkerOptions))\n#22 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(96): Illuminate\\Queue\\Console\\WorkCommand->runWorker(\'database\', \'default\')\n#23 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Illuminate\\Queue\\Console\\WorkCommand->handle()\n#24 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/Util.php(37): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}()\n#25 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(93): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))\n#26 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(37): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))\n#27 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/Container.php(596): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)\n#28 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Console/Command.php(134): Illuminate\\Container\\Container->call(Array)\n#29 /home/mygpsbd/public_html/vendor/symfony/console/Command/Command.php(298): Illuminate\\Console\\Command->execute(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))\n#30 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Console/Command.php(121): Symfony\\Component\\Console\\Command\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))\n#31 /home/mygpsbd/public_html/vendor/symfony/console/Application.php(1040): Illuminate\\Console\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#32 /home/mygpsbd/public_html/vendor/symfony/console/Application.php(301): Symfony\\Component\\Console\\Application->doRunCommand(Object(Illuminate\\Queue\\Console\\WorkCommand), Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#33 /home/mygpsbd/public_html/vendor/symfony/console/Application.php(171): Symfony\\Component\\Console\\Application->doRun(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#34 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Console/Application.php(93): Symfony\\Component\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#35 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(129): Illuminate\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#36 /home/mygpsbd/public_html/artisan(37): Illuminate\\Foundation\\Console\\Kernel->handle(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#37 {main}', '2024-02-08 17:01:35');
INSERT INTO `failed_jobs` (`id`, `connection`, `queue`, `payload`, `exception`, `failed_at`) VALUES
(696, 'database', 'default', '{\"uuid\":\"ef83f2fc-8a65-4b08-9515-78597cdcbfae\",\"displayName\":\"App\\\\Jobs\\\\SmsSend\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"delay\":null,\"timeout\":null,\"timeoutAt\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\SmsSend\",\"command\":\"O:16:\\\"App\\\\Jobs\\\\SmsSend\\\":9:{s:4:\\\"data\\\";a:2:{s:4:\\\"data\\\";O:39:\\\"Illuminate\\\\Database\\\\Eloquent\\\\Collection\\\":1:{s:8:\\\"\\u0000*\\u0000items\\\";a:100:{i:0;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2521;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Md SOLAYMAN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"solaymd65@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01792211276\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$eRFroWzoEYUPu7dUocp0WeVIGvxv7UGEs0EBceCKjBbB9kseNzfCu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 22:30:57\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 22:30:57\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2521;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Md SOLAYMAN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"solaymd65@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01792211276\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$eRFroWzoEYUPu7dUocp0WeVIGvxv7UGEs0EBceCKjBbB9kseNzfCu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 22:30:57\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 22:30:57\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:1;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2522;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Alom sentu\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01713026414\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$i7GDvAZ6VQBg0zmW\\/xovUuEGcnalnWTLdmd7fsyQIZh5GQyzBMtMS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 22:33:35\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 22:33:35\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2522;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Alom sentu\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01713026414\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$i7GDvAZ6VQBg0zmW\\/xovUuEGcnalnWTLdmd7fsyQIZh5GQyzBMtMS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 22:33:35\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 22:33:35\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:2;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2523;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Khokon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01810453194\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$9nQAxans0aSOmmaWjGF6JOv7KxZj8wNB6pXTZVek8XxhZ5e9PW\\/aq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 22:35:56\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 22:35:56\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2523;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Khokon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01810453194\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$9nQAxans0aSOmmaWjGF6JOv7KxZj8wNB6pXTZVek8XxhZ5e9PW\\/aq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 22:35:56\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 22:35:56\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:3;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2524;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Ehsanul Parvez\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"parvez770@yahoo.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715087778\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$CzBg\\/BLX3kTB8HSaYWjDGOEJy2jj3ac6apISkfyAGrcZ3R85OcR8e\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 22:38:37\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 22:38:37\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2524;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Ehsanul Parvez\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"parvez770@yahoo.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715087778\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$CzBg\\/BLX3kTB8HSaYWjDGOEJy2jj3ac6apISkfyAGrcZ3R85OcR8e\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 22:38:37\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 22:38:37\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:4;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2525;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"Moshiur Rahman Razu\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"razu@utechinfusion.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711850011\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$bA\\/Pav2ktSQsq48dfvSzR.Ay9RKAsYDF2JGM3MxDOjU8BIdvvmF0i\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-19 21:17:28\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-19 21:17:28\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2525;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"Moshiur Rahman Razu\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"razu@utechinfusion.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711850011\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$bA\\/Pav2ktSQsq48dfvSzR.Ay9RKAsYDF2JGM3MxDOjU8BIdvvmF0i\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-19 21:17:28\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-19 21:17:28\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:5;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2526;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"MD.SAIFUL DEWAN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"saiful2060@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01724102060\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$HHFqg08Cf7F\\/NGfwDQGVteiK\\/MKOqDwOityXFa6koTDo26nAvx8dq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-19 21:22:20\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-19 21:22:20\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2526;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"MD.SAIFUL DEWAN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"saiful2060@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01724102060\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$HHFqg08Cf7F\\/NGfwDQGVteiK\\/MKOqDwOityXFa6koTDo26nAvx8dq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-19 21:22:20\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-19 21:22:20\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:6;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2527;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Mostafa Zaman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"mostafazaman6@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01752299773\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$cyisXRPLxJGaul7YnYdLVOR6N4ezKPKClPjzdDDvWLP5YjCCTrUoe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-19 21:26:13\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-19 21:26:13\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2527;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Mostafa Zaman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"mostafazaman6@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01752299773\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$cyisXRPLxJGaul7YnYdLVOR6N4ezKPKClPjzdDDvWLP5YjCCTrUoe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-19 21:26:13\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-19 21:26:13\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:7;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2528;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"ISMAIL\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"pmoismail85@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01921764663\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$edz6Bs7HMfrB7yZd9Dqzy.kXw6HGGf3rDkEHGRp4HXVL8m9UXPEay\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-19 21:30:46\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-19 21:30:46\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2528;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"ISMAIL\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"pmoismail85@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01921764663\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$edz6Bs7HMfrB7yZd9Dqzy.kXw6HGGf3rDkEHGRp4HXVL8m9UXPEay\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-19 21:30:46\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-19 21:30:46\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:8;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2529;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Manir Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:26:\\\"manirhossain1981@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01914751898\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Pgyw7.D3P.wInOcd45GEGOoRSTtumhjyqXqkolW91PR.tKeJneszC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-19 21:34:31\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-19 21:34:31\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2529;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Manir Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:26:\\\"manirhossain1981@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01914751898\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Pgyw7.D3P.wInOcd45GEGOoRSTtumhjyqXqkolW91PR.tKeJneszC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-19 21:34:31\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-19 21:34:31\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:9;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2530;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"MD MAHBUBUZZAMAN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:26:\\\"mahbubuzzaman007@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712933123\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$7dCRF43m2.b15FeZybLGSeP5IyVfgfOyC1nHVf6IBuZCeL4B7GlVq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-19 21:37:38\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-19 21:37:38\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2530;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"MD MAHBUBUZZAMAN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:26:\\\"mahbubuzzaman007@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712933123\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$7dCRF43m2.b15FeZybLGSeP5IyVfgfOyC1nHVf6IBuZCeL4B7GlVq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-19 21:37:38\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-19 21:37:38\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:10;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2531;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"S.M. NURUL HUDA\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"gcibangladesh@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01719558555\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$mZp1B7d1WBe3rrVtYVEpx.XkaR1HqNZSM3A4MaIqd1MZ6Fqjl36J2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-19 21:41:07\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-19 21:41:07\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2531;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"S.M. NURUL HUDA\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"gcibangladesh@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01719558555\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$mZp1B7d1WBe3rrVtYVEpx.XkaR1HqNZSM3A4MaIqd1MZ6Fqjl36J2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-19 21:41:07\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-19 21:41:07\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:11;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2532;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Abdullah al mamun\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"almamun43sg@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01321095943\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Vnle3IEMzi65sAS0IhndberyClze43yZDNTQaC3Otxkmo1ztZZOeS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-19 21:45:06\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-19 21:45:06\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2532;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Abdullah al mamun\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"almamun43sg@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01321095943\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Vnle3IEMzi65sAS0IhndberyClze43yZDNTQaC3Otxkmo1ztZZOeS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-19 21:45:06\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-19 21:45:06\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:12;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2533;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Amir\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:29:\\\"amir.ahammad.renata@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716650404\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$89R5mdJ5t2sEPKAfPONgUOTYD1RSFmlu10cWtG8V.WMHKi0yhrcle\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-19 21:49:24\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-19 21:49:24\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2533;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Amir\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:29:\\\"amir.ahammad.renata@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716650404\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$89R5mdJ5t2sEPKAfPONgUOTYD1RSFmlu10cWtG8V.WMHKi0yhrcle\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-19 21:49:24\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-19 21:49:24\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:13;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2534;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"POARSH\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"porosd37@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01979060509\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$wnE.jhm\\/QuBkalbpOPpvPucckX2bf.G6cChLeiUapsea0M7p7RSpO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-19 21:57:42\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-19 21:57:42\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2534;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"POARSH\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"porosd37@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01979060509\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$wnE.jhm\\/QuBkalbpOPpvPucckX2bf.G6cChLeiUapsea0M7p7RSpO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-19 21:57:42\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-19 21:57:42\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:14;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2536;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Mamun\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"mamun53@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715567953\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$23zCnHKeAUYJtRIcNHW8SO4lau0Pn66TUfDIUKCrknLF1PJCqzPG2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-19 22:07:39\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-19 22:07:39\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2536;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Mamun\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"mamun53@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715567953\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$23zCnHKeAUYJtRIcNHW8SO4lau0Pn66TUfDIUKCrknLF1PJCqzPG2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-19 22:07:39\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-19 22:07:39\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:15;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2537;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Md.Golam Rosul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"rosulgolam99@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01964691210\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$8yaX9gx84Kt7rTr6lfOGx.IX4wVbP3ujgY4ikCqm4HJwJwc51YbuS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-19 22:13:44\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-19 22:13:44\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2537;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Md.Golam Rosul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"rosulgolam99@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01964691210\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$8yaX9gx84Kt7rTr6lfOGx.IX4wVbP3ujgY4ikCqm4HJwJwc51YbuS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-19 22:13:44\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-19 22:13:44\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:16;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2538;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Nazim Ahamed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"nazim5bir@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01730087617\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$9RS3jzQMss0zk4ZQwbohAus4xsC1EaD41HB9xtmzOA163WDJRVdKO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-19 22:17:50\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-19 22:17:50\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2538;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Nazim Ahamed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"nazim5bir@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01730087617\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$9RS3jzQMss0zk4ZQwbohAus4xsC1EaD41HB9xtmzOA163WDJRVdKO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-19 22:17:50\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-19 22:17:50\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:17;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2539;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Siyam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"siyamhosen11@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01302476279\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$zJ98..3bABslGA2FhJEppu7EdT2RHtBMU4GQzrDySIqDK47CqQhem\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-19 22:21:14\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-19 22:21:14\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2539;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Siyam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"siyamhosen11@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01302476279\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$zJ98..3bABslGA2FhJEppu7EdT2RHtBMU4GQzrDySIqDK47CqQhem\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-19 22:21:14\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-19 22:21:14\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:18;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2540;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"MOHAMMAD ATAUR\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"ataurims@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01790591028\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$KI19Fat0Jnlz0vkBX39Kau.0IpLJjx4S2SiprY5xjwIJi4lZfwNla\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-19 22:24:27\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-19 22:24:27\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2540;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"MOHAMMAD ATAUR\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"ataurims@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01790591028\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$KI19Fat0Jnlz0vkBX39Kau.0IpLJjx4S2SiprY5xjwIJi4lZfwNla\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-19 22:24:27\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-19 22:24:27\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:19;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2542;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Rintu\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"rintu20@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01970777420\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$b0h8J5kBXAQhkE8q298FVe.aWq9OwgE2bFcFQ9XecyldzFSx18rs6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-19 22:32:54\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-19 22:32:54\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2542;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Rintu\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"rintu20@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01970777420\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$b0h8J5kBXAQhkE8q298FVe.aWq9OwgE2bFcFQ9XecyldzFSx18rs6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-19 22:32:54\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-19 22:32:54\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:20;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2543;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"shamim Ahamed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:15:\\\"sa@metro.net.bd\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712628656\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$W0rMk9FTUREBeFhg0ilhhOhDGOJOomb.sP4e\\/loOu1liouk0Py6ui\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-19 22:35:34\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-19 22:35:34\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2543;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"shamim Ahamed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:15:\\\"sa@metro.net.bd\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712628656\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$W0rMk9FTUREBeFhg0ilhhOhDGOJOomb.sP4e\\/loOu1liouk0Py6ui\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-19 22:35:34\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-19 22:35:34\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:21;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2544;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Mamun\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:26:\\\"mamunhowlader734@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01738007847\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$rHZSi7OUb.JHkhiTlzzodOt1mA0\\/UIsipmIoK\\/mJxmxJoXdweJwya\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-19 22:45:55\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-19 22:45:55\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2544;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Mamun\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:26:\\\"mamunhowlader734@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01738007847\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$rHZSi7OUb.JHkhiTlzzodOt1mA0\\/UIsipmIoK\\/mJxmxJoXdweJwya\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-19 22:45:55\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-19 22:45:55\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:22;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2545;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Mashiul Alam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"mashiul.fcc@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"00170072953\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$xL1DySYPuXsg4iIxKrnkkuewb8a5MAArV8fCpIF2JNposelvnZiou\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-19 22:52:32\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-19 22:52:32\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2545;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Mashiul Alam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"mashiul.fcc@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"00170072953\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$xL1DySYPuXsg4iIxKrnkkuewb8a5MAArV8fCpIF2JNposelvnZiou\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-19 22:52:32\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-19 22:52:32\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:23;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2546;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"shadud0\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"shadud55@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711463355\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$kX35KpGGbHXFczIf99WL8uEaIb9xLVZ\\/epweH.5Zp3syQvlc4jyh6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-19 22:57:22\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-19 22:57:22\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2546;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"shadud0\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"shadud55@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711463355\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$kX35KpGGbHXFczIf99WL8uEaIb9xLVZ\\/epweH.5Zp3syQvlc4jyh6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-19 22:57:22\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-19 22:57:22\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:24;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2547;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Md nasir uddin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:24:\\\"nasirapurbo795@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711450900\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$3SqAt5KCves3NR601EbSyes9oyoowJN11yHt\\/fOP4.m0WSG7gQBCC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-19 23:01:47\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-19 23:01:47\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2547;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Md nasir uddin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:24:\\\"nasirapurbo795@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711450900\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$3SqAt5KCves3NR601EbSyes9oyoowJN11yHt\\/fOP4.m0WSG7gQBCC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-19 23:01:47\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-19 23:01:47\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:25;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2548;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:20:\\\"Mohammad Mahfuz Alam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"mahfuz.hemal@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01911405062\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$kmzJjeBzU7DZyyTfSuA2wOtj4binDbftv\\/AKRrxM09KXBC2mNvoyW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-19 23:06:08\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-19 23:06:08\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2548;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:20:\\\"Mohammad Mahfuz Alam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"mahfuz.hemal@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01911405062\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$kmzJjeBzU7DZyyTfSuA2wOtj4binDbftv\\/AKRrxM09KXBC2mNvoyW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-19 23:06:08\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-19 23:06:08\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:26;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2549;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Anjon Saha\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"anjon_007@icloud.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711150835\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$wXnslELQOcsIuTLpapmez.bMPyxsnqr4WZ6n4XDtmi0N3FLh3yqUe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-19 23:11:56\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-19 23:11:56\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2549;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Anjon Saha\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"anjon_007@icloud.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711150835\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$wXnslELQOcsIuTLpapmez.bMPyxsnqr4WZ6n4XDtmi0N3FLh3yqUe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-19 23:11:56\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-19 23:11:56\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:27;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2550;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Mamun\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"mamun345@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01713579345\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$qQdCKRo4m9zE8pLESYf73OeDAE.vGVNQgc\\/y9tj8Vm3QBOlfx.p06\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-19 23:16:01\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-19 23:16:01\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2550;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Mamun\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"mamun345@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01713579345\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$qQdCKRo4m9zE8pLESYf73OeDAE.vGVNQgc\\/y9tj8Vm3QBOlfx.p06\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-19 23:16:01\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-19 23:16:01\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:28;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2552;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Rahat\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"zoomcs84@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01722416637\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$K.uPl5JrIokDbTN\\/cu1sseCkpEX.gF5.aul5KgVi6A8.K1qzIKqhK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 10:56:04\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 10:56:04\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2552;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Rahat\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"zoomcs84@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01722416637\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$K.uPl5JrIokDbTN\\/cu1sseCkpEX.gF5.aul5KgVi6A8.K1qzIKqhK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 10:56:04\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 10:56:04\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:29;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2553;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Arif\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01818548389\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$2OJqrOyqu4uYiPIpZDUzauUfAXUJCUepdZPYxa0IdBK.5oUQ0Feta\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 11:01:21\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 11:01:21\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2553;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Arif\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01818548389\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$2OJqrOyqu4uYiPIpZDUzauUfAXUJCUepdZPYxa0IdBK.5oUQ0Feta\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 11:01:21\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 11:01:21\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:30;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2554;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Md. Arif ahmad\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711401542\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$g.hK07Cw2LZW3oaldpsgR.7T7VuWETS7ZaVvmtNEOOFqND2YTH6Xa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 11:04:08\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 11:04:08\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2554;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Md. Arif ahmad\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711401542\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$g.hK07Cw2LZW3oaldpsgR.7T7VuWETS7ZaVvmtNEOOFqND2YTH6Xa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 11:04:08\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 11:04:08\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:31;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2555;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Md Masud\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"masudmohammd49@gmil.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01988673215\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$WWK3iAc\\/JhMTyrk14Whyhu7OR.xYlYIaArtGLm0ZHQH\\/QYHH9e0n.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 11:09:03\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 11:09:03\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2555;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Md Masud\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"masudmohammd49@gmil.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01988673215\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$WWK3iAc\\/JhMTyrk14Whyhu7OR.xYlYIaArtGLm0ZHQH\\/QYHH9e0n.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 11:09:03\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 11:09:03\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:32;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2557;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:20:\\\"md syful islam rasel\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"rasel1175@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01722422476\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$2sVJJWOjkgIKtRa\\/HTC7NuvVDFgQmprd\\/juhAgGedrovX4BbT2UGC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 11:32:51\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 11:32:51\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2557;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:20:\\\"md syful islam rasel\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"rasel1175@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01722422476\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$2sVJJWOjkgIKtRa\\/HTC7NuvVDFgQmprd\\/juhAgGedrovX4BbT2UGC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 11:32:51\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 11:32:51\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:33;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2559;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"MD.GOLAM MOSTOFA\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715186622\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$1fwaDkEZEHrkzUptlj7HvuheHtxa6vev5ZF7xsMfXgh4Wr1JmD8PO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 11:47:39\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 11:47:39\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2559;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"MD.GOLAM MOSTOFA\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715186622\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$1fwaDkEZEHrkzUptlj7HvuheHtxa6vev5ZF7xsMfXgh4Wr1JmD8PO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 11:47:39\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 11:47:39\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:34;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2560;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Polash Datto\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"Polashdatto07@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01908543520\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$6.IVhfsWZipmsHTZ36qr\\/OvGWBh1pf32RLVfx.Sgr6ZLNnphDiQqO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 12:06:24\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 12:06:24\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2560;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Polash Datto\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"Polashdatto07@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01908543520\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$6.IVhfsWZipmsHTZ36qr\\/OvGWBh1pf32RLVfx.Sgr6ZLNnphDiQqO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 12:06:24\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 12:06:24\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:35;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2561;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Md.jakir hossen\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"sjakir377@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712149259\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$dde8Z5WgbXNbAjA.y3GOcOt5Nr3Zj6HodsqhYUkUuI25SufcGvd6y\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 12:12:17\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 12:12:17\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2561;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Md.jakir hossen\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"sjakir377@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712149259\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$dde8Z5WgbXNbAjA.y3GOcOt5Nr3Zj6HodsqhYUkUuI25SufcGvd6y\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 12:12:17\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 12:12:17\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:36;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2562;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Alamgir hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:29:\\\"alamgirhossain73460@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711077858\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$PvYRbOFogUSFiH\\/wGmb75.y6XXfbz2Qn5za2W4FeKKsBbdddBzD1O\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 12:16:16\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 12:16:16\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2562;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Alamgir hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:29:\\\"alamgirhossain73460@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711077858\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$PvYRbOFogUSFiH\\/wGmb75.y6XXfbz2Qn5za2W4FeKKsBbdddBzD1O\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 12:16:16\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 12:16:16\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:37;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2563;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Mohammad Solayman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:24:\\\"write2solayman@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01678134520\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$IL1hS\\/g68khwKFnBA08gW.bgXr9QXGQWiYUqciirMlgRpVaCSbr7G\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 12:18:47\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 12:18:47\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2563;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Mohammad Solayman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:24:\\\"write2solayman@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01678134520\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$IL1hS\\/g68khwKFnBA08gW.bgXr9QXGQWiYUqciirMlgRpVaCSbr7G\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 12:18:47\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 12:18:47\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:38;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2565;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"MD. AHASAN HABIB\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:17:\\\"ahsndhk@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01817180204\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$o2ekUpYXlYwMuZVbn6HlQ.mlF\\/38am3fDb1LlvRW.yFl1OObQxAye\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 12:26:04\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 12:26:04\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2565;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"MD. AHASAN HABIB\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:17:\\\"ahsndhk@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01817180204\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$o2ekUpYXlYwMuZVbn6HlQ.mlF\\/38am3fDb1LlvRW.yFl1OObQxAye\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 12:26:04\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 12:26:04\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:39;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2566;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Zan e alam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"nabi.alviint@yahoo.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01713482200\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$78vj1yg7yy3lQyJIUj7gzOJO3gbdgZ6CrqgcrxwgaYMR\\/yvGskBKG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 13:14:44\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 13:14:44\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2566;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Zan e alam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"nabi.alviint@yahoo.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01713482200\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$78vj1yg7yy3lQyJIUj7gzOJO3gbdgZ6CrqgcrxwgaYMR\\/yvGskBKG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 13:14:44\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 13:14:44\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:40;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2567;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Ataur\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01972434994\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$vLv7\\/vshFaqTwh.tvLmAluvllNPcjVUPIVzsOSE7ftqxtHBn69\\/kC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 13:24:49\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 13:24:49\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2567;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Ataur\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01972434994\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$vLv7\\/vshFaqTwh.tvLmAluvllNPcjVUPIVzsOSE7ftqxtHBn69\\/kC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 13:24:49\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 13:24:49\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:41;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2568;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"RONY AMBULANGE\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"ronitoma41@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01849487341\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ssBdaFt74BXhUM80TKZfrOVjQZrUjkNdJuEV37ZBPPY0jEuLajtaq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 13:28:11\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 13:28:11\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2568;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"RONY AMBULANGE\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"ronitoma41@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01849487341\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ssBdaFt74BXhUM80TKZfrOVjQZrUjkNdJuEV37ZBPPY0jEuLajtaq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 13:28:11\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 13:28:11\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:42;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2570;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"ABUL KALAM AZAD\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:17:\\\"azadhfc@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01831893351\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$PeXc3pShGP0PwiJaLEdHCeyTh6IMD4fRQLPLl3qSb5IEi0OOibjTO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 13:34:45\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 13:34:45\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2570;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"ABUL KALAM AZAD\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:17:\\\"azadhfc@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01831893351\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$PeXc3pShGP0PwiJaLEdHCeyTh6IMD4fRQLPLl3qSb5IEi0OOibjTO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 13:34:45\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 13:34:45\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:43;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2571;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"A.H KHAN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:26:\\\"khan@ifxlogisticsbdltd.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01670171329\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$fqP3KLhb0zPJ0GQm5u53.OP.2s8S3t.2yCFz71sxBkJbos\\/TCR0b2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 13:37:24\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 13:37:24\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2571;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"A.H KHAN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:26:\\\"khan@ifxlogisticsbdltd.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01670171329\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$fqP3KLhb0zPJ0GQm5u53.OP.2s8S3t.2yCFz71sxBkJbos\\/TCR0b2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 13:37:24\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 13:37:24\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:44;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2573;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"MD.REZOAN RABBI\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01768630092\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$E13IjuOn3jf37jRHnQXZE.xdVhTYskm9yo6SqYpQ5LdXcmcO1n.A6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 13:49:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 13:49:29\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2573;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"MD.REZOAN RABBI\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01768630092\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$E13IjuOn3jf37jRHnQXZE.xdVhTYskm9yo6SqYpQ5LdXcmcO1n.A6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 13:49:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 13:49:29\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:45;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2574;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:22:\\\"Md.Babul hossain sabuj\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"mia814742@gamil.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01972487788\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$QXqYLo13dl6qCtIdTONw2O\\/c4cWBfvdQQ46SoBlk4y5xAxC9O8Aae\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 13:52:59\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 13:52:59\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2574;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:22:\\\"Md.Babul hossain sabuj\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"mia814742@gamil.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01972487788\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$QXqYLo13dl6qCtIdTONw2O\\/c4cWBfvdQQ46SoBlk4y5xAxC9O8Aae\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 13:52:59\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 13:52:59\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:46;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2575;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Nobel\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"nobelfana53@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01731255493\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Ych2qk5.BtFXT9NpQ.jjhutM\\/JPEu8dVVm5BqAPhdnig1AwhIqdsu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 14:00:34\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 14:00:34\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2575;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Nobel\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"nobelfana53@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01731255493\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Ych2qk5.BtFXT9NpQ.jjhutM\\/JPEu8dVVm5BqAPhdnig1AwhIqdsu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 14:00:34\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 14:00:34\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:47;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2576;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"KHALED KAISAR\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:17:\\\"knessa3@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711172316\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$SVw8szbrTQjtnRmteh9D2OeWsDOWShCbjXWNcSg42wS6.YlCxoVi2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 14:06:30\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 14:06:30\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2576;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"KHALED KAISAR\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:17:\\\"knessa3@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711172316\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$SVw8szbrTQjtnRmteh9D2OeWsDOWShCbjXWNcSg42wS6.YlCxoVi2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 14:06:30\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 14:06:30\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:48;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2577;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Junaid Waheedi\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"waheedi1965@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711544831\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$JtNgasfNfqPJvIccihUApOoGSYfUNRk9GOt.opEmIuVzCWzMY2GJi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 14:10:43\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 14:10:43\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2577;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Junaid Waheedi\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"waheedi1965@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711544831\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$JtNgasfNfqPJvIccihUApOoGSYfUNRk9GOt.opEmIuVzCWzMY2GJi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 14:10:43\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 14:10:43\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:49;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2578;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Rashedul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"irashed474@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01625345695\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$l0mBwXb1BzXZ8Vzq7XOoTOfeqP4h2QImVuSGs5HIgjBhYv\\/GU\\/d7S\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 14:15:02\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 14:15:02\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2578;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Rashedul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"irashed474@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01625345695\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$l0mBwXb1BzXZ8Vzq7XOoTOfeqP4h2QImVuSGs5HIgjBhYv\\/GU\\/d7S\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 14:15:02\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 14:15:02\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:50;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2579;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Abdul Monin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01766302131\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$kj0GSvMlF1W03yo533ScJuNknsJMyz93WNjhFzhtnUZl45EJ6wc\\/u\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 15:03:49\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 15:03:49\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2579;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Abdul Monin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01766302131\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$kj0GSvMlF1W03yo533ScJuNknsJMyz93WNjhFzhtnUZl45EJ6wc\\/u\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 15:03:49\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 15:03:49\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:51;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2582;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"belal uddin ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01919476390\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$EtavLdcCaGv7I5WpggoeaeLsgY0Q8t3n89K2giLYAO6pGtEAr7E.O\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 15:32:01\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 15:32:01\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2582;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"belal uddin ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01919476390\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$EtavLdcCaGv7I5WpggoeaeLsgY0Q8t3n89K2giLYAO6pGtEAr7E.O\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 15:32:01\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 15:32:01\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:52;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2583;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"SAJEDUL ISLAM SUMON\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01713576837\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Y8X2jO0S1wgYPnOYEb.GmeO8IZJBmyMDTJYQI3KJ2G8uVt1FtWaei\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 15:38:50\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 15:38:50\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2583;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"SAJEDUL ISLAM SUMON\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01713576837\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Y8X2jO0S1wgYPnOYEb.GmeO8IZJBmyMDTJYQI3KJ2G8uVt1FtWaei\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 15:38:50\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 15:38:50\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:53;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2584;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:21:\\\"Manik Chandra Debnath\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:30:\\\"manikchandradebnath8@Gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712877727\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$\\/pg0PFWnJ1Y2miKYk\\/fHD.OQoUfWctmPWj3JCbv\\/trNM8hpUozOWO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 15:46:07\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 15:46:07\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2584;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:21:\\\"Manik Chandra Debnath\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:30:\\\"manikchandradebnath8@Gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712877727\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$\\/pg0PFWnJ1Y2miKYk\\/fHD.OQoUfWctmPWj3JCbv\\/trNM8hpUozOWO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 15:46:07\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 15:46:07\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:54;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2586;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Md Robin Ahmad\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01791413243\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Y\\/2i4XXOYI6vCGtscB.yfuZ6tG2TSNZaCKOsBp2XgZLRV4asslKFK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 15:55:59\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 15:55:59\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2586;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Md Robin Ahmad\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01791413243\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Y\\/2i4XXOYI6vCGtscB.yfuZ6tG2TSNZaCKOsBp2XgZLRV4asslKFK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 15:55:59\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 15:55:59\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:55;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2587;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Asaduzzaman Noor\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:26:\\\"noor.asaduzzaman@yahoo.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01747942611\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$FtRqVaUPWdUugajjgrqQl.bv993iXGaZYuI7rmnmXrVaP4HJXVVXy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 15:59:09\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 15:59:09\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2587;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Asaduzzaman Noor\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:26:\\\"noor.asaduzzaman@yahoo.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01747942611\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$FtRqVaUPWdUugajjgrqQl.bv993iXGaZYuI7rmnmXrVaP4HJXVVXy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 15:59:09\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 15:59:09\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:56;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2588;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Rofiqul islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712032205\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$8NcNUJtWQo1NkG0DlE0nP.0xxMCBUHGnH7CzEJDMbqX2mn1jvdbVa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 16:30:41\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 16:30:41\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2588;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Rofiqul islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712032205\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$8NcNUJtWQo1NkG0DlE0nP.0xxMCBUHGnH7CzEJDMbqX2mn1jvdbVa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 16:30:41\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 16:30:41\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:57;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2589;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"johirul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01714572946\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Hj\\/3PEPYQZsAiqeSwnnay.rbFVfVLvKgJOg1JKClhkk4JVdwdVkam\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 16:33:03\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 16:33:03\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2589;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"johirul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01714572946\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Hj\\/3PEPYQZsAiqeSwnnay.rbFVfVLvKgJOg1JKClhkk4JVdwdVkam\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 16:33:03\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 16:33:03\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:58;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2590;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"MOSHIUR RAHMAN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"moshiur.bbi@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01714047395\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$AWfaPWtBL\\/jGjli.L79Fwuc\\/b20HkmUQ1ILZ8BHbXG27OsTxXTQ4S\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 16:38:59\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 16:38:59\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2590;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"MOSHIUR RAHMAN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"moshiur.bbi@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01714047395\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$AWfaPWtBL\\/jGjli.L79Fwuc\\/b20HkmUQ1ILZ8BHbXG27OsTxXTQ4S\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 16:38:59\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 16:38:59\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:59;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2592;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"salim\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01718374588\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$4cTBh8GB1cmyW0qKxAj1U.1mB7QbDHMGn336bC4ZXfZVBHA0yJj7m\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 16:47:01\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 16:47:01\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2592;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"salim\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01718374588\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$4cTBh8GB1cmyW0qKxAj1U.1mB7QbDHMGn336bC4ZXfZVBHA0yJj7m\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 16:47:01\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 16:47:01\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:60;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2594;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Mohammad Salauddin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01727591602\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$.mw9GJbVeWU8WELfkpPqmebW1B\\/.HSVRxiQ6F.QG7SzC0n8sr6LuC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 16:57:00\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 16:57:00\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2594;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Mohammad Salauddin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01727591602\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$.mw9GJbVeWU8WELfkpPqmebW1B\\/.HSVRxiQ6F.QG7SzC0n8sr6LuC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 16:57:00\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 16:57:00\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:61;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2595;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"MD. MAJIBUR RAHMAN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"mujibsbl2009@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716856169\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$xGR5Xrjy1eLN2uBPwoO4x.C4chgu0EpFJT3b6uzpKNRPXWyuy3hhG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 17:06:16\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 17:06:16\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2595;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"MD. MAJIBUR RAHMAN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"mujibsbl2009@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716856169\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$xGR5Xrjy1eLN2uBPwoO4x.C4chgu0EpFJT3b6uzpKNRPXWyuy3hhG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 17:06:16\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 17:06:16\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:62;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2596;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"AL IMRAN MAHMUD\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:17:\\\"raha009@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716474393\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$XOS.5yOuCL8.6ZY4We9Rquksa8GLOh2g6ufOJeeOqgokKuD0RVO.K\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 17:09:07\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 17:09:07\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2596;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"AL IMRAN MAHMUD\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:17:\\\"raha009@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716474393\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$XOS.5yOuCL8.6ZY4We9Rquksa8GLOh2g6ufOJeeOqgokKuD0RVO.K\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 17:09:07\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 17:09:07\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:63;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2597;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Mizanur\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711821627\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$yjfgljKsqEIDa9wY.LXR0ORtAe8L4acdcq40r7ggcXfoMMhZoVmIS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 17:12:06\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 17:12:06\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2597;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Mizanur\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711821627\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$yjfgljKsqEIDa9wY.LXR0ORtAe8L4acdcq40r7ggcXfoMMhZoVmIS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 17:12:06\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 17:12:06\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:64;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2601;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"ABDUR RAHMAN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:27:\\\"abdurrahman.ar852@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01964901104\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$0cWpQl16SC5qWozj9AwtDeUHbbMjht4NgWBFyIdNAX5tPKSD5Z8eC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 17:26:10\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 17:26:10\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2601;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"ABDUR RAHMAN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:27:\\\"abdurrahman.ar852@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01964901104\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$0cWpQl16SC5qWozj9AwtDeUHbbMjht4NgWBFyIdNAX5tPKSD5Z8eC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 17:26:10\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 17:26:10\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:65;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2603;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Abu sayed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716976654\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$lgwpgETz1TrNgSvk6f50pOXX.ZL5gJVAOXahMheky6x.nZvrpPhge\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 12:14:39\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 12:14:39\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2603;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Abu sayed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716976654\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$lgwpgETz1TrNgSvk6f50pOXX.ZL5gJVAOXahMheky6x.nZvrpPhge\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 12:14:39\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 12:14:39\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:66;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2604;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:21:\\\"Captain Shadman Sakib\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:25:\\\"shadmansakib.ss@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01680735080\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$vH6OeL0IqHR4hCvJ1.5A1OMFx6F0490GLipQHxudsaNYZVy6aW0bS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 12:19:19\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 12:19:19\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2604;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:21:\\\"Captain Shadman Sakib\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:25:\\\"shadmansakib.ss@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01680735080\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$vH6OeL0IqHR4hCvJ1.5A1OMFx6F0490GLipQHxudsaNYZVy6aW0bS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 12:19:19\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 12:19:19\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:67;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2605;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Jahid Alam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01703887606\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Tit\\/LHnlT0xviUVYMuIqgOdhHMZctytSSFT.sQ4\\/LzNHxwmKd5S2u\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 12:22:50\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 12:22:50\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2605;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Jahid Alam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01703887606\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Tit\\/LHnlT0xviUVYMuIqgOdhHMZctytSSFT.sQ4\\/LzNHxwmKd5S2u\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 12:22:50\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 12:22:50\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:68;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2606;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"shafiqul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01675909563\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$741GG1TKOaBNOlnrG8tIU.S.dAzHWBoRBJ7lAm3j9vS3TMYnmsSCi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 12:27:32\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 12:27:32\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2606;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"shafiqul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01675909563\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$741GG1TKOaBNOlnrG8tIU.S.dAzHWBoRBJ7lAm3j9vS3TMYnmsSCi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 12:27:32\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 12:27:32\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:69;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2607;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Shahin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01942838684\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$C0Cy05NDGpLrtmvPaARu1OASUNR6eftbZ7yaVlP0fL2RkJU167\\/hm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 12:32:56\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 12:32:56\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2607;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Shahin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01942838684\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$C0Cy05NDGpLrtmvPaARu1OASUNR6eftbZ7yaVlP0fL2RkJU167\\/hm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 12:32:56\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 12:32:56\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:70;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2608;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Liton\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712218768\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$RuXp6ylhPCLbZqHZppkgiOp2VrOv.iCuWqifYLX3alZQ3i\\/QPzJcO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 13:17:52\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 13:17:52\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2608;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Liton\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712218768\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$RuXp6ylhPCLbZqHZppkgiOp2VrOv.iCuWqifYLX3alZQ3i\\/QPzJcO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 13:17:52\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 13:17:52\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:71;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2609;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Mamun\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01305403498\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$XhUv\\/Dkf5EWRAdECwGxeueDi\\/hzENLUJoRuMSYCVLDiqS.zKRtt5O\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 13:21:18\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 13:21:18\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2609;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Mamun\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01305403498\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$XhUv\\/Dkf5EWRAdECwGxeueDi\\/hzENLUJoRuMSYCVLDiqS.zKRtt5O\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 13:21:18\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 13:21:18\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:72;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2610;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:20:\\\"Munjunur Rashid Jony\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01733170213\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$.SibmSPC6Qp711HD9C9az.sCdV.tAu92rEpziCNC6RHWJjM32XCFS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 13:23:52\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 13:23:52\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2610;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:20:\\\"Munjunur Rashid Jony\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01733170213\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$.SibmSPC6Qp711HD9C9az.sCdV.tAu92rEpziCNC6RHWJjM32XCFS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 13:23:52\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 13:23:52\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:73;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2611;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Nasrin zaman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:25:\\\"nasrinzaman1998@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01673732169\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$O0bz4ltXzYXGx77mL5GhEOSFMctYsIgWCefJc1yqGk4cANXcA6ieG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 13:26:11\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 13:26:11\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2611;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Nasrin zaman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:25:\\\"nasrinzaman1998@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01673732169\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$O0bz4ltXzYXGx77mL5GhEOSFMctYsIgWCefJc1yqGk4cANXcA6ieG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 13:26:11\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 13:26:11\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:74;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2612;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Nilufar akhter\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711479807\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$wOsnd88cY5mL\\/caXkjf.kO\\/3DsINc3nvsnslBimHhQVQM7hIrtEC.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 13:30:47\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 13:30:47\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2612;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Nilufar akhter\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711479807\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$wOsnd88cY5mL\\/caXkjf.kO\\/3DsINc3nvsnslBimHhQVQM7hIrtEC.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 13:30:47\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 13:30:47\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:75;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2614;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Harun\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01714532960\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$jk.PdCeAxOgiO9u4vlIMA..e\\/51lpUmAUzaeqO6D1BoFUwjUbdqN.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 13:38:05\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 13:38:05\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2614;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Harun\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01714532960\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$jk.PdCeAxOgiO9u4vlIMA..e\\/51lpUmAUzaeqO6D1BoFUwjUbdqN.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 13:38:05\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 13:38:05\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:76;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2615;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Aneek Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711467855\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$G2ma6YIKKxYrkVjc5QtO5exW0OaCB4Rrbe7yMWyjtm.5qMXwp6sWy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 13:40:52\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 13:40:52\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2615;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Aneek Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711467855\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$G2ma6YIKKxYrkVjc5QtO5exW0OaCB4Rrbe7yMWyjtm.5qMXwp6sWy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 13:40:52\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 13:40:52\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:77;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2617;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Md.tarak\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"mdtarak947@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01710176345\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$\\/zjmDFiF3zAnQ\\/BGfNC52en.Br3P1oyENONpuOp\\/MmcOcxt1n.q4.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 13:50:28\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 13:50:28\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2617;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Md.tarak\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"mdtarak947@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01710176345\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$\\/zjmDFiF3zAnQ\\/BGfNC52en.Br3P1oyENONpuOp\\/MmcOcxt1n.q4.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 13:50:28\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 13:50:28\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:78;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2618;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:23:\\\"Md. Abir Hossain Brinto\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"abirbrintoahb@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01990577512\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$jMFhHL5e04lPwMBGaLnu2uVgtVAw7YkJMWkeDV.W36N63GyEgfKci\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 14:01:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 14:01:29\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2618;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:23:\\\"Md. Abir Hossain Brinto\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"abirbrintoahb@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01990577512\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$jMFhHL5e04lPwMBGaLnu2uVgtVAw7YkJMWkeDV.W36N63GyEgfKci\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 14:01:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 14:01:29\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:79;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2619;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"MOSHAROOF HOSSEN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716419821\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$VeBh8U2TT.KdQB44mfgFUexTVoZ.MXisu6PJIcMpzEQOyr1wL4RJG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 14:07:13\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 14:07:13\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2619;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"MOSHAROOF HOSSEN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716419821\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$VeBh8U2TT.KdQB44mfgFUexTVoZ.MXisu6PJIcMpzEQOyr1wL4RJG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 14:07:13\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 14:07:13\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:80;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2623;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:23:\\\"Md Shamsul Alam bhuiyan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"ramonbhuiyan@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01988228888\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$fwWz27QlDSHZ\\/zidIzqSfu0.MAvGwVssLjTAoADVXt\\/oterJXy3BS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 14:25:40\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 14:25:40\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2623;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:23:\\\"Md Shamsul Alam bhuiyan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"ramonbhuiyan@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01988228888\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$fwWz27QlDSHZ\\/zidIzqSfu0.MAvGwVssLjTAoADVXt\\/oterJXy3BS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 14:25:40\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 14:25:40\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:81;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2625;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Topu Rayhan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01939293990\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$1NYAyv6DO0i1Py2QIkgx9uU3xRuxQAbhh62KCNu\\/43REZ.8AOsZpG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 14:38:18\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 14:38:18\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2625;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Topu Rayhan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01939293990\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$1NYAyv6DO0i1Py2QIkgx9uU3xRuxQAbhh62KCNu\\/43REZ.8AOsZpG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 14:38:18\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 14:38:18\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:82;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2626;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"ISHAQ MAMUN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711289213\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$6YpWT0Rhb6v4rp79MZLiO.5bnUQaHejho7YlBp4tlMhAS51oxmOjW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 14:43:09\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 14:43:09\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2626;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"ISHAQ MAMUN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711289213\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$6YpWT0Rhb6v4rp79MZLiO.5bnUQaHejho7YlBp4tlMhAS51oxmOjW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 14:43:09\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 14:43:09\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:83;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2628;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Samrat\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:29:\\\"mdrifatkhanyahoo360@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01845935634\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$AHNceyf5OGnX1h1kv.rlAO01jl3K\\/hb1UiYGGLeSNF9GvZzpqtYsy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 14:50:32\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 14:50:32\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2628;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Samrat\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:29:\\\"mdrifatkhanyahoo360@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01845935634\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$AHNceyf5OGnX1h1kv.rlAO01jl3K\\/hb1UiYGGLeSNF9GvZzpqtYsy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 14:50:32\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 14:50:32\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:84;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2629;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Abu Sayem Rana\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"ranasayem21@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01996204155\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$pn\\/V\\/D16OwMMFzOoAiJyuOv\\/CRJ.dSFl.uX6ZtX0lypwLAQCjpMOy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 14:58:36\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 14:58:36\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2629;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Abu Sayem Rana\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"ranasayem21@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01996204155\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$pn\\/V\\/D16OwMMFzOoAiJyuOv\\/CRJ.dSFl.uX6ZtX0lypwLAQCjpMOy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 14:58:36\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 14:58:36\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:85;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2630;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Samin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01819088212\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$6xWvSnoH2xgl2P2zHYP7VOt1ZfX8dTH\\/RfCqNsR9xKP6tQCZtMD7m\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 15:04:37\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 15:04:37\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2630;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Samin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01819088212\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$6xWvSnoH2xgl2P2zHYP7VOt1ZfX8dTH\\/RfCqNsR9xKP6tQCZtMD7m\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 15:04:37\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 15:04:37\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:86;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2632;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"MD. SHAHRIAR KABIR\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"pbl.skabir01@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01979350000\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$NS.jyWwLty38LlFAkHR2T.SnBA0adgqWSmyjSys6bDbSF3rd8hpMW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 15:10:34\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 15:10:34\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2632;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"MD. SHAHRIAR KABIR\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"pbl.skabir01@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01979350000\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$NS.jyWwLty38LlFAkHR2T.SnBA0adgqWSmyjSys6bDbSF3rd8hpMW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 15:10:34\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 15:10:34\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:87;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2633;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md. Rabid Rishad\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01511211555\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$qekRfxBNXwRRKhqGQlWZ\\/.EqcsVTj48ynfNsSALz5zbRYC2JmM8Ei\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 15:12:56\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 15:12:56\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2633;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md. Rabid Rishad\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01511211555\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$qekRfxBNXwRRKhqGQlWZ\\/.EqcsVTj48ynfNsSALz5zbRYC2JmM8Ei\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 15:12:56\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 15:12:56\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:88;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2634;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Ferdus\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01717442250\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$d4GAQuc6dpo4vWIIsQTXqOQVCLL.JKNcVhSf4npXGY7ysNw8Tsp4S\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 15:15:38\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 15:15:38\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2634;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Ferdus\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01717442250\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$d4GAQuc6dpo4vWIIsQTXqOQVCLL.JKNcVhSf4npXGY7ysNw8Tsp4S\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 15:15:38\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 15:15:38\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:89;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2638;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Adv. Mainuddin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01819878466\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$nhWL61pw44IosfkNHcujFeyMXaH5yIEk58i.eS0KaVZVdgOYvudKe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 15:35:46\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 15:35:46\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2638;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Adv. Mainuddin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01819878466\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$nhWL61pw44IosfkNHcujFeyMXaH5yIEk58i.eS0KaVZVdgOYvudKe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 15:35:46\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 15:35:46\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:90;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2639;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Rubel\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:29:\\\"rubel.bangladesh007@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712092994\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$AuyDnzSiilTYMuztHgGvI.O1VtHwHjWKZsz3rWEnN8cFMXTBjD2re\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 15:38:38\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 15:38:38\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2639;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Rubel\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:29:\\\"rubel.bangladesh007@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712092994\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$AuyDnzSiilTYMuztHgGvI.O1VtHwHjWKZsz3rWEnN8cFMXTBjD2re\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 15:38:38\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 15:38:38\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:91;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2640;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"MILON\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"miahbd999@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01731560567\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$IuARdAUuUy20BxPacU.UneikO2shlEtol8N.irypdKhdRTDwY5FlO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 15:57:54\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 15:57:54\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2640;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"MILON\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"miahbd999@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01731560567\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$IuARdAUuUy20BxPacU.UneikO2shlEtol8N.irypdKhdRTDwY5FlO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 15:57:54\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 15:57:54\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:92;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2641;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"BAKI BILLA\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01723639971\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$cELD7ncqc1ZErQuAiXYFieeS7cW0HdG483ZLtm9aJsIS0r9RuYxFW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 16:08:52\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 16:08:52\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2641;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"BAKI BILLA\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01723639971\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$cELD7ncqc1ZErQuAiXYFieeS7cW0HdG483ZLtm9aJsIS0r9RuYxFW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 16:08:52\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 16:08:52\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:93;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2642;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Balayet Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01914160767\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$rtmwgoWnRZfX4zNf290u0uDApWO5IYsos2J5aTlzuP\\/gUyluLEuTi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 16:11:28\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 16:11:28\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2642;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Balayet Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01914160767\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$rtmwgoWnRZfX4zNf290u0uDApWO5IYsos2J5aTlzuP\\/gUyluLEuTi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 16:11:28\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 16:11:28\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:94;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2732;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:21:\\\"Khalilur Rahman Belal\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01904499992\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$\\/5eQZPdtYOdIbdeW75aHruJmjhr2BIlKOcuIoF90dcbKYExGU7rhe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-27 16:23:38\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-27 16:23:38\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2732;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:21:\\\"Khalilur Rahman Belal\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01904499992\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$\\/5eQZPdtYOdIbdeW75aHruJmjhr2BIlKOcuIoF90dcbKYExGU7rhe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-27 16:23:38\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-27 16:23:38\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:95;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2734;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:21:\\\"\\\"JINAT AMAN BANNA   \\\"\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01717696009\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$iT3XAZADUrSYZl9rj\\/V1fupklJYuruH7G21A77PnZLPal7zl.6doK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-27 16:49:53\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-27 16:49:53\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2734;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:21:\\\"\\\"JINAT AMAN BANNA   \\\"\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01717696009\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$iT3XAZADUrSYZl9rj\\/V1fupklJYuruH7G21A77PnZLPal7zl.6doK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-27 16:49:53\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-27 16:49:53\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:96;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2735;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Efat hossain Rony\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:24:\\\"efathossanrony@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01634368158\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$PZ8cPkNV.YgrS8KWaoKlDuQOSA.HgdEOeWwtaMVXOM22iygA8de5i\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-27 16:53:53\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-27 16:53:53\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2735;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Efat hossain Rony\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:24:\\\"efathossanrony@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01634368158\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$PZ8cPkNV.YgrS8KWaoKlDuQOSA.HgdEOeWwtaMVXOM22iygA8de5i\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-27 16:53:53\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-27 16:53:53\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:97;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2741;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Wahidur Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01742441733\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$5r.iuUAD\\/iMXGQUzC1pHC.rBktFGdo\\/qLHQlEB\\/s\\/Bh\\/k5mj3yNoO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-01 11:26:57\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-01 11:26:57\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2741;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Wahidur Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01742441733\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$5r.iuUAD\\/iMXGQUzC1pHC.rBktFGdo\\/qLHQlEB\\/s\\/Bh\\/k5mj3yNoO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-01 11:26:57\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-01 11:26:57\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:98;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2742;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Taslima\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01896215225\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$jQhsTm3javo\\/TJ80vz1Vsuts8nSo49O2Ol6EYbrQqskS.jePbHlky\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-01 11:31:08\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-01 11:31:08\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2742;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Taslima\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01896215225\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$jQhsTm3javo\\/TJ80vz1Vsuts8nSo49O2Ol6EYbrQqskS.jePbHlky\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-01 11:31:08\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-01 11:31:08\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:99;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2744;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"M M HANIF\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"hanifmm36@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712624676\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$av6jo6nTeZkIyE.P.ZFBYutwrADx4i5ZBYWhJ5BreZIrfefMx8oRC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-01 11:42:47\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-01 11:42:47\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2744;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"M M HANIF\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"hanifmm36@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712624676\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$av6jo6nTeZkIyE.P.ZFBYutwrADx4i5ZBYWhJ5BreZIrfefMx8oRC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-01 11:42:47\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-01 11:42:47\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}}}s:4:\\\"text\\\";s:335:\\\"\\u09b8\\u09ae\\u09cd\\u09ae\\u09be\\u09a8\\u09bf\\u09a4 \\u0997\\u09cd\\u09b0\\u09be\\u09b9\\u0995, \\u09b8\\u09be\\u09b0\\u09cd\\u09ad\\u09be\\u09b0 \\u0986\\u09aa\\u09a1\\u09c7\\u099f \\u09a6\\u09c7\\u0993\\u09df\\u09be\\u09b0 \\u0995\\u09be\\u09b0\\u09a8\\u09c7 \\u0986\\u09aa\\u09a8\\u09be\\u09a6\\u09c7\\u09b0 \\u09a8\\u09bf\\u0995\\u099f \\u09ac\\u09bf\\u09b2\\u09c7\\u09b0 \\u098f\\u0995\\u099f\\u09bf \\u09ad\\u09c1\\u09b2 \\u09ae\\u09c7\\u09b8\\u09c7\\u099c \\u0997\\u09bf\\u09df\\u09c7\\u099b\\u09c7 \\u0964 \\u09ac\\u09bf\\u09b7\\u09df\\u099f\\u09bf\\u09b0 \\u099c\\u09a8\\u09cd\\u09af \\u0986\\u09ae\\u09b0\\u09be \\u0986\\u09a8\\u09cd\\u09a4\\u09b0\\u09bf\\u0995 \\u09ad\\u09be\\u09ac\\u09c7 \\u09a6\\u09c1\\u0983\\u0996\\u09bf\\u09a4\\u0964\\\";}s:3:\\\"job\\\";N;s:10:\\\"connection\\\";N;s:5:\\\"queue\\\";N;s:15:\\\"chainConnection\\\";N;s:10:\\\"chainQueue\\\";N;s:5:\\\"delay\\\";N;s:10:\\\"middleware\\\";a:0:{}s:7:\\\"chained\\\";a:0:{}}\"}}', 'Illuminate\\Queue\\MaxAttemptsExceededException: App\\Jobs\\SmsSend has been attempted too many times or run too long. The job may have previously timed out. in /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php:648\nStack trace:\n#0 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(163): Illuminate\\Queue\\Worker->maxAttemptsExceededException(Object(Illuminate\\Queue\\Jobs\\DatabaseJob))\n#1 /home/mygpsbd/public_html/app/Http/helper.php(28): Illuminate\\Queue\\Worker->Illuminate\\Queue\\{closure}(14, Array)\n#2 /home/mygpsbd/public_html/app/Jobs/SmsSend.php(35): send_sms(\'\\xE0\\xA6\\xB8\\xE0\\xA6\\xAE\\xE0\\xA7\\x8D\\xE0\\xA6\\xAE\\xE0\\xA6\\xBE...\', Array)\n#3 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App\\Jobs\\SmsSend->handle()\n#4 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/Util.php(37): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}()\n#5 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(93): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))\n#6 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(37): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))\n#7 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/Container.php(596): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)\n#8 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php(94): Illuminate\\Container\\Container->call(Array)\n#9 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(128): Illuminate\\Bus\\Dispatcher->Illuminate\\Bus\\{closure}(Object(App\\Jobs\\SmsSend))\n#10 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(103): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(App\\Jobs\\SmsSend))\n#11 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php(98): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))\n#12 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(83): Illuminate\\Bus\\Dispatcher->dispatchNow(Object(App\\Jobs\\SmsSend), false)\n#13 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(128): Illuminate\\Queue\\CallQueuedHandler->Illuminate\\Queue\\{closure}(Object(App\\Jobs\\SmsSend))\n#14 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(103): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(App\\Jobs\\SmsSend))\n#15 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(85): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))\n#16 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(59): Illuminate\\Queue\\CallQueuedHandler->dispatchThroughMiddleware(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Object(App\\Jobs\\SmsSend))\n#17 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Jobs/Job.php(98): Illuminate\\Queue\\CallQueuedHandler->call(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Array)\n#18 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(356): Illuminate\\Queue\\Jobs\\Job->fire()\n#19 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(306): Illuminate\\Queue\\Worker->process(\'database\', Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Object(Illuminate\\Queue\\WorkerOptions))\n#20 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(132): Illuminate\\Queue\\Worker->runJob(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), \'database\', Object(Illuminate\\Queue\\WorkerOptions))\n#21 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(112): Illuminate\\Queue\\Worker->daemon(\'database\', \'default\', Object(Illuminate\\Queue\\WorkerOptions))\n#22 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(96): Illuminate\\Queue\\Console\\WorkCommand->runWorker(\'database\', \'default\')\n#23 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Illuminate\\Queue\\Console\\WorkCommand->handle()\n#24 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/Util.php(37): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}()\n#25 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(93): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))\n#26 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(37): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))\n#27 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/Container.php(596): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)\n#28 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Console/Command.php(134): Illuminate\\Container\\Container->call(Array)\n#29 /home/mygpsbd/public_html/vendor/symfony/console/Command/Command.php(298): Illuminate\\Console\\Command->execute(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))\n#30 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Console/Command.php(121): Symfony\\Component\\Console\\Command\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))\n#31 /home/mygpsbd/public_html/vendor/symfony/console/Application.php(1040): Illuminate\\Console\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#32 /home/mygpsbd/public_html/vendor/symfony/console/Application.php(301): Symfony\\Component\\Console\\Application->doRunCommand(Object(Illuminate\\Queue\\Console\\WorkCommand), Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#33 /home/mygpsbd/public_html/vendor/symfony/console/Application.php(171): Symfony\\Component\\Console\\Application->doRun(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#34 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Console/Application.php(93): Symfony\\Component\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#35 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(129): Illuminate\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#36 /home/mygpsbd/public_html/artisan(37): Illuminate\\Foundation\\Console\\Kernel->handle(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#37 {main}', '2024-02-08 18:01:03');
INSERT INTO `failed_jobs` (`id`, `connection`, `queue`, `payload`, `exception`, `failed_at`) VALUES
(697, 'database', 'default', '{\"uuid\":\"7a0250d2-b25a-4628-930c-d2f7c31df8e6\",\"displayName\":\"App\\\\Jobs\\\\SmsSend\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"delay\":null,\"timeout\":null,\"timeoutAt\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\SmsSend\",\"command\":\"O:16:\\\"App\\\\Jobs\\\\SmsSend\\\":9:{s:4:\\\"data\\\";a:2:{s:4:\\\"data\\\";O:39:\\\"Illuminate\\\\Database\\\\Eloquent\\\\Collection\\\":1:{s:8:\\\"\\u0000*\\u0000items\\\";a:100:{i:0;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2746;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Mahfuzur\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01723478869\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Sx3KnCl62FqBLGP9HPd\\/4eG8hG\\/6xu0HAtnyZ4y3SkpcH1uuOPHNe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-01 12:02:35\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-01 12:02:35\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2746;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Mahfuzur\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01723478869\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Sx3KnCl62FqBLGP9HPd\\/4eG8hG\\/6xu0HAtnyZ4y3SkpcH1uuOPHNe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-01 12:02:35\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-01 12:02:35\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:1;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2751;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Masum Billah\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"www.tm217502@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01774055543\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$I.YszP\\/43dg1uv7wYDITOOA3JbPAfXnNn7aLGVB1XFZM.0GsxXZYS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-01 13:44:40\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-01 13:44:40\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2751;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Masum Billah\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"www.tm217502@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01774055543\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$I.YszP\\/43dg1uv7wYDITOOA3JbPAfXnNn7aLGVB1XFZM.0GsxXZYS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-01 13:44:40\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-01 13:44:40\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:2;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2803;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Homywon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01889025419\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$YcI7rYboGcP6mx1Vi2pHKuoAASt5KJtFsmUv1SKtKgmB2pF7\\/pcaq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 13:00:20\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 13:00:20\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2803;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Homywon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01889025419\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$YcI7rYboGcP6mx1Vi2pHKuoAASt5KJtFsmUv1SKtKgmB2pF7\\/pcaq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 13:00:20\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 13:00:20\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:3;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2818;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Torequl islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01710857475\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$QZjRLn70LYMsR2H6H379WeXHBgEg44vKOpmMLBc9r8eSjbi8zag26\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 16:04:34\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 16:04:34\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2818;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Torequl islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01710857475\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$QZjRLn70LYMsR2H6H379WeXHBgEg44vKOpmMLBc9r8eSjbi8zag26\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 16:04:34\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 16:04:34\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:4;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3094;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Anowar\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"anowaropy01@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01799949901\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$N2orpNpF.mN7i1\\/A0UXrXOS89QB0ABnYz1uVudrYNd6QEz1BOt2Wu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 16:46:15\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 16:46:15\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3094;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Anowar\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"anowaropy01@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01799949901\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$N2orpNpF.mN7i1\\/A0UXrXOS89QB0ABnYz1uVudrYNd6QEz1BOt2Wu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 16:46:15\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 16:46:15\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:5;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3206;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Masud\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01722325752\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$HWSWegTPS8KdaSnBXmq9reugyo8242PLI2.5IOPbxWv2sldbYqgAK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 11:37:51\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 11:37:51\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3206;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Masud\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01722325752\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$HWSWegTPS8KdaSnBXmq9reugyo8242PLI2.5IOPbxWv2sldbYqgAK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 11:37:51\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 11:37:51\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:6;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3341;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"MD. Jahid\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"jahid11@mygpsbd.net\\\";s:7:\\\"address\\\";s:7:\\\"Tangail\\\";s:5:\\\"phone\\\";s:11:\\\"01725472180\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$2OGdvY\\/\\/hSdKiJTxBhWQ0.xEX7iG\\/z0GCQldZffCESJfFGD9fboRu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 11:26:03\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 11:26:03\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3341;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"MD. Jahid\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"jahid11@mygpsbd.net\\\";s:7:\\\"address\\\";s:7:\\\"Tangail\\\";s:5:\\\"phone\\\";s:11:\\\"01725472180\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$2OGdvY\\/\\/hSdKiJTxBhWQ0.xEX7iG\\/z0GCQldZffCESJfFGD9fboRu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 11:26:03\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 11:26:03\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:7;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3342;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Maidul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01859202018\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$wdsNyjFDN.dcazcu1trJO.1NF\\/XmqKDW8f94DG8pOdWGdtl49bTp2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 14:06:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 14:06:29\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3342;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Maidul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01859202018\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$wdsNyjFDN.dcazcu1trJO.1NF\\/XmqKDW8f94DG8pOdWGdtl49bTp2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 14:06:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 14:06:29\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:8;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3343;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Babu\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01967617400\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$76jH9LE3nBpeVnZAYrATjOeFmItSV0PtraF5vmox3prqyLeg35a\\/6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 14:08:33\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 14:08:33\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3343;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Babu\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01967617400\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$76jH9LE3nBpeVnZAYrATjOeFmItSV0PtraF5vmox3prqyLeg35a\\/6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 14:08:33\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 14:08:33\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:9;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3344;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"Sayed Anisur Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716642759\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$17rxKdVky7vOXBYC\\/de9luhM1fSy.uUwHJMDsrJrrMMuaPPq0S.1y\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 14:10:37\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 14:10:37\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3344;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"Sayed Anisur Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716642759\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$17rxKdVky7vOXBYC\\/de9luhM1fSy.uUwHJMDsrJrrMMuaPPq0S.1y\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 14:10:37\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 14:10:37\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:10;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3345;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Alamin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"alamin02@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01311465802\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$UKHD6Z2jKOA5Q6gMtDroPO\\/JjHQcAV426p6ZbxEbsrwpyd6p37Jcy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 14:14:07\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 14:14:07\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3345;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Alamin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"alamin02@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01311465802\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$UKHD6Z2jKOA5Q6gMtDroPO\\/JjHQcAV426p6ZbxEbsrwpyd6p37Jcy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 14:14:07\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 14:14:07\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:11;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3346;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Mozibur Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:25:\\\"moziburrahman@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01714011901\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ccNSXqdfPNdprArDct3imeNnhtnY1ynUtQseZtQCA8dy.iIWaRyXi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 14:18:57\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 14:18:57\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3346;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Mozibur Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:25:\\\"moziburrahman@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01714011901\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ccNSXqdfPNdprArDct3imeNnhtnY1ynUtQseZtQCA8dy.iIWaRyXi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 14:18:57\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 14:18:57\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:12;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3347;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Dr. Mujibur\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"drmujibor@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01710922762\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$cKGsmS.vQW0xsR8XYj1E1u0cfHoBsVBrJH6RtsXZWejFZJ6.vGMBi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 14:22:35\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 14:22:35\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3347;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Dr. Mujibur\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"drmujibor@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01710922762\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$cKGsmS.vQW0xsR8XYj1E1u0cfHoBsVBrJH6RtsXZWejFZJ6.vGMBi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 14:22:35\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 14:22:35\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:13;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3350;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Md. Jamal Uddin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715150149\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$3dEiG3YSpJXvsOuSh.7zGO9AzukOnf2uM4dzivzG8wdTj2c4qT\\/Vi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 15:33:23\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 15:33:23\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3350;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Md. Jamal Uddin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715150149\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$3dEiG3YSpJXvsOuSh.7zGO9AzukOnf2uM4dzivzG8wdTj2c4qT\\/Vi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 15:33:23\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 15:33:23\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:14;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3351;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Alamin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"alamin26@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01707132226\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$NxKRwkMB9yRmjAD.qHgPaudjbNMi7CUE2NuH\\/Qfu8W1.ponpR.Ecm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 15:35:24\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 15:35:24\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3351;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Alamin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"alamin26@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01707132226\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$NxKRwkMB9yRmjAD.qHgPaudjbNMi7CUE2NuH\\/Qfu8W1.ponpR.Ecm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 15:35:24\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 15:35:24\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:15;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3352;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Dr. Alom\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:16:\\\"alom@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01818252898\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$IQkdZhqJXiVgUy94xdcpRu0DhKpDR\\/V.JcWF4ncXTtNxUTyIAUJXK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 15:58:47\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 15:58:47\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3352;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Dr. Alom\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:16:\\\"alom@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01818252898\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$IQkdZhqJXiVgUy94xdcpRu0DhKpDR\\/V.JcWF4ncXTtNxUTyIAUJXK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 15:58:47\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 15:58:47\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:16;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3354;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Arafat ali\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01303248448\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$9m10g32N8gYJLzv2h17Q2uQYnzM9nrAQFo.Rg7p3Jo81TTXW7ilE6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 16:02:33\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 16:02:33\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3354;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Arafat ali\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01303248448\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$9m10g32N8gYJLzv2h17Q2uQYnzM9nrAQFo.Rg7p3Jo81TTXW7ilE6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 16:02:33\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 16:02:33\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:17;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3355;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Ataur\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"ataur05@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711968405\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$iGwF4yXvncdJhtl\\/cACdF.JHgSdZoxPT9jSAPDs5W1t5DYoHF4TJi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 16:04:14\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 16:04:14\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3355;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Ataur\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"ataur05@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711968405\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$iGwF4yXvncdJhtl\\/cACdF.JHgSdZoxPT9jSAPDs5W1t5DYoHF4TJi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 16:04:14\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 16:04:14\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:18;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3356;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Ali Hossain Sikder\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"alihossain@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01867767351\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$jHSA7YS4Y3OPPN8iiG4H7.X2NVaGpALvyJMl2DdiBnwrL3nTpuwk6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 16:05:32\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 16:05:32\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3356;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Ali Hossain Sikder\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"alihossain@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01867767351\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$jHSA7YS4Y3OPPN8iiG4H7.X2NVaGpALvyJMl2DdiBnwrL3nTpuwk6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 16:05:32\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 16:05:32\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:19;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3357;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Anwar\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"alihossain@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715742196\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$DvkU8P3ozzEin3Jx9bpepOQ4ULnY6zpKJfKOwtqHbLMLR1M0n08ki\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 16:06:42\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 16:06:42\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3357;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Anwar\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"alihossain@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715742196\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$DvkU8P3ozzEin3Jx9bpepOQ4ULnY6zpKJfKOwtqHbLMLR1M0n08ki\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 16:06:42\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 16:06:42\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:20;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3358;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Novin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01731767682\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$tSfR2N.u1HgkSnO23ppMM.rjeeKeQ5ptVxETkt7hN5dodv2f8fIE.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 16:12:03\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 16:12:03\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3358;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Novin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01731767682\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$tSfR2N.u1HgkSnO23ppMM.rjeeKeQ5ptVxETkt7hN5dodv2f8fIE.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 16:12:03\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 16:12:03\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:21;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3359;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:20:\\\"Fahim Alom Chowdhury\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"fahim84@mygpsbd.com\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01915024484\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$fTby1b\\/5OsX9pVI7yqlEie\\/dLDExUKC8O7ST4X5w24gv1JfwGZMru\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 16:14:23\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 16:14:23\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3359;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:20:\\\"Fahim Alom Chowdhury\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"fahim84@mygpsbd.com\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01915024484\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$fTby1b\\/5OsX9pVI7yqlEie\\/dLDExUKC8O7ST4X5w24gv1JfwGZMru\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 16:14:23\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 16:14:23\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:22;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3360;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"SK Mahedi\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"hatmahedi@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01911060580\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$lOTbuNZHo6JxroB1\\/daTKeILhY.Zgv.hR7MOm9IucxLKwiH72apmS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 16:16:11\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 16:16:11\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3360;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"SK Mahedi\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"hatmahedi@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01911060580\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$lOTbuNZHo6JxroB1\\/daTKeILhY.Zgv.hR7MOm9IucxLKwiH72apmS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 16:16:11\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 16:16:11\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:23;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3361;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Md.Ataur Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"ataur79@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01913300979\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$GKn3MRqRUrI6.eW5dgJCdeCC8yAlVqOT5k9lG.BlG8G6L7D.TpORS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 16:18:40\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 16:18:40\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3361;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Md.Ataur Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"ataur79@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01913300979\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$GKn3MRqRUrI6.eW5dgJCdeCC8yAlVqOT5k9lG.BlG8G6L7D.TpORS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 16:18:40\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 16:18:40\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:24;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3362;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Isa Aziz\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"aziz34@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01723909134\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$m7\\/AniiQ3pbVtxlm1ZbFzeCX5KJUQtCCWOJMqOjFX7KsX2i23bCK.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 16:26:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 16:26:29\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3362;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Isa Aziz\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"aziz34@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01723909134\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$m7\\/AniiQ3pbVtxlm1ZbFzeCX5KJUQtCCWOJMqOjFX7KsX2i23bCK.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 16:26:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 16:26:29\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:25;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3363;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Mir Alauddin Bappy\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711207150\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$DfrObOUH5sfWPEiC3BBtwucHG7UuIfHvJKkABApncNmr8TF8NXRe6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 16:29:08\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 16:29:08\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3363;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Mir Alauddin Bappy\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711207150\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$DfrObOUH5sfWPEiC3BBtwucHG7UuIfHvJKkABApncNmr8TF8NXRe6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 16:29:08\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 16:29:08\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:26;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3364;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Captain Kaikobad\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"jahid.dhakabd@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716604931\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$KIpCaBQIf6lBm5eiyDmCGO8dVad4OBibGyCe9dslK.R0MGnagduRO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 16:39:36\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 16:40:32\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3364;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Captain Kaikobad\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"jahid.dhakabd@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716604931\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$KIpCaBQIf6lBm5eiyDmCGO8dVad4OBibGyCe9dslK.R0MGnagduRO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 16:39:36\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 16:40:32\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:27;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3365;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Faysal Ahmmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"ftc.uzzal@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01677345660\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$v1OKY\\/emocmyIHc3tKQzAOC7GVzBPpOfKaiRMH3ozJ1xQfbQMjk3a\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 16:43:53\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 16:43:53\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3365;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Faysal Ahmmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"ftc.uzzal@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01677345660\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$v1OKY\\/emocmyIHc3tKQzAOC7GVzBPpOfKaiRMH3ozJ1xQfbQMjk3a\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 16:43:53\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 16:43:53\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:28;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3366;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"mkfashion28\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"mkfashion28@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01671826193\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$FHZQ2j8ywFBgb21d2RpZ3.A3wiBXcnYcJfT8HH42JI9uJS9VJnzNW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 16:48:47\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 16:48:47\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3366;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"mkfashion28\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"mkfashion28@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01671826193\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$FHZQ2j8ywFBgb21d2RpZ3.A3wiBXcnYcJfT8HH42JI9uJS9VJnzNW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 16:48:47\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 16:48:47\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:29;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3367;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Shahin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01789126130\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$.sMi7QWFvbHL6k1VwGkfFuevHjKYDQVwVDoCFJtCof96\\/QCzhDt8y\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 16:53:57\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 16:53:57\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3367;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Shahin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01789126130\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$.sMi7QWFvbHL6k1VwGkfFuevHjKYDQVwVDoCFJtCof96\\/QCzhDt8y\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 16:53:57\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 16:53:57\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:30;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3368;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Morshed Miraj\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:17:\\\"hmmiraj@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01817002333\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$kYcz0xKjOeM0GYhAim3H1OG6CC\\/TVSv.TBOmQ0lD83AjsYQNxWqxu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 16:56:15\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 16:56:15\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3368;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Morshed Miraj\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:17:\\\"hmmiraj@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01817002333\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$kYcz0xKjOeM0GYhAim3H1OG6CC\\/TVSv.TBOmQ0lD83AjsYQNxWqxu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 16:56:15\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 16:56:15\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:31;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3369;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Md. Mostofa\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"mostofa.html@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711100264\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$g6eVIsgVXbMMD7tPjxIjNukBSt5TOGSlK7N7U9.q77PsQH8iOvyXm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 16:58:47\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 16:58:47\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3369;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Md. Mostofa\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"mostofa.html@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711100264\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$g6eVIsgVXbMMD7tPjxIjNukBSt5TOGSlK7N7U9.q77PsQH8iOvyXm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 16:58:47\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 16:58:47\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:32;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3370;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Shamim Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"shamim08@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01977107608\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ckqF45S4RqU.aK\\/.mgvamuw3BajEaP4YR\\/.g5ssrBtMfGJxOGkY.a\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 17:01:24\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 17:01:24\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3370;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Shamim Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"shamim08@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01977107608\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ckqF45S4RqU.aK\\/.mgvamuw3BajEaP4YR\\/.g5ssrBtMfGJxOGkY.a\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 17:01:24\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 17:01:24\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:33;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3371;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Shahin Alom\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"shahin@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01632470615\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$V2Xc\\/oG\\/qGvGwoy8wvoLTOtY31s14I9eMY7xPOShYPh2wp4r2qBbC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 17:06:24\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 17:06:24\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3371;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Shahin Alom\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"shahin@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01632470615\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$V2Xc\\/oG\\/qGvGwoy8wvoLTOtY31s14I9eMY7xPOShYPh2wp4r2qBbC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 17:06:24\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 17:06:24\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:34;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3372;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Md. Safwan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"safwan35@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01817286397\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$KjXsJqCRJvpKygSYitITgOKI..p7dSScFcMtawqFUcwIZNfj2RqDm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 17:08:46\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 17:08:46\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3372;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Md. Safwan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"safwan35@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01817286397\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$KjXsJqCRJvpKygSYitITgOKI..p7dSScFcMtawqFUcwIZNfj2RqDm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 17:08:46\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 17:08:46\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:35;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3373;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Shibbir Ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"shibbir@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01772428799\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$MlE7fHHZylxJwc.dP90bNumaveV07XDoJTKyUWFJ0bdNu7.ph22lm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 17:10:55\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 17:10:55\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3373;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Shibbir Ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"shibbir@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01772428799\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$MlE7fHHZylxJwc.dP90bNumaveV07XDoJTKyUWFJ0bdNu7.ph22lm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 17:10:55\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 17:10:55\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:36;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3374;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Alauddin khan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01611011185\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$RyffsfBmUF9Epvfca24WD.zfg1yCx1TB1CJ06.4Wgv4yx2SYfyhBS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 17:13:31\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 17:13:31\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3374;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Alauddin khan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01611011185\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$RyffsfBmUF9Epvfca24WD.zfg1yCx1TB1CJ06.4Wgv4yx2SYfyhBS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 17:13:31\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 17:13:31\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:37;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3375;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Faisal\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01924758812\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$PgsInnGxUf2H7cUpO0Wfk.fB8z7OONPkc9g0oe739XbQZaFf2hfa2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 17:14:42\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 17:14:42\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3375;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Faisal\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01924758812\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$PgsInnGxUf2H7cUpO0Wfk.fB8z7OONPkc9g0oe739XbQZaFf2hfa2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 17:14:42\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 17:14:42\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:38;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3376;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Akas\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01724660825\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$kqG14kUyIXaV55RFzecotubgn4SVQT2wbHBhAWMtgP23jgi0\\/kmpW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 17:16:00\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 17:16:00\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3376;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Akas\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01724660825\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$kqG14kUyIXaV55RFzecotubgn4SVQT2wbHBhAWMtgP23jgi0\\/kmpW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 17:16:00\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 17:16:00\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:39;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3377;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Kamruzzaman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01944455392\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$6Wz\\/eTT5ugCOrO6P52jZkuHpc6Je.XYznF56mBdiNk2xKaPQLXzre\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 17:17:03\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 17:17:03\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3377;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Kamruzzaman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01944455392\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$6Wz\\/eTT5ugCOrO6P52jZkuHpc6Je.XYznF56mBdiNk2xKaPQLXzre\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 17:17:03\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 17:17:03\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:40;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3378;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Alamin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01688677508\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$NYsgfQ6PzQnzw3gKnmVP1eUNKWA44HyySdBhYKSZTqYH5FptJeK2S\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 17:25:28\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 17:25:28\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3378;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Alamin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01688677508\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$NYsgfQ6PzQnzw3gKnmVP1eUNKWA44HyySdBhYKSZTqYH5FptJeK2S\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 17:25:28\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 17:25:28\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:41;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3379;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"ROMAN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01792546773\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$4cSfXolSwW36IY5wKNBIX.ZF8gIeeofcJ9kNU5q0Q12zj0ZZPYvHq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 17:34:18\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 17:34:18\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3379;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"ROMAN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01792546773\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$4cSfXolSwW36IY5wKNBIX.ZF8gIeeofcJ9kNU5q0Q12zj0ZZPYvHq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 17:34:18\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 17:34:18\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:42;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3380;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Noyon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712562306\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$BUAl9fF1qNv4IthunoRtauGDp\\/1q3I6VMy4XXqOYpx\\/PYPG4t3nh2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 17:35:35\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 17:35:35\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3380;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Noyon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712562306\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$BUAl9fF1qNv4IthunoRtauGDp\\/1q3I6VMy4XXqOYpx\\/PYPG4t3nh2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 17:35:35\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 17:35:35\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:43;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3381;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Moinul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01795555885\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$UWrOeXS9wqMZVthECEzI6OK6TV91.PVCsXbdgGxDLsqqlSicW3M.G\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 17:36:58\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 17:36:58\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3381;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Moinul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01795555885\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$UWrOeXS9wqMZVthECEzI6OK6TV91.PVCsXbdgGxDLsqqlSicW3M.G\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 17:36:58\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 17:36:58\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:44;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3382;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Sudhir Das\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01689921672\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$K9LT8A6x.ZJbiYeK.DkZ9O5b8AQ8iN8lHY9P50rlBCoKA4lDLi0RK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 17:38:58\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 17:38:58\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3382;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Sudhir Das\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01689921672\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$K9LT8A6x.ZJbiYeK.DkZ9O5b8AQ8iN8lHY9P50rlBCoKA4lDLi0RK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 17:38:58\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 17:38:58\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:45;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3383;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Sha Alom Monir\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01812070000\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$zmV8XQeZgBpCOxFQaAFaCeDlz733Zmoc3OW\\/EKiBIWzyt1\\/KO64Zq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 17:41:54\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 17:41:54\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3383;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Sha Alom Monir\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01812070000\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$zmV8XQeZgBpCOxFQaAFaCeDlz733Zmoc3OW\\/EKiBIWzyt1\\/KO64Zq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 17:41:54\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 17:41:54\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:46;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3384;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Borun\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01841643075\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$uZrPOTnRvnVPLA1AbeaUne43MFELZ8j5AmaX0PkNDF4Kxl8xxmGuy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 17:43:16\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 17:43:16\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3384;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Borun\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01841643075\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$uZrPOTnRvnVPLA1AbeaUne43MFELZ8j5AmaX0PkNDF4Kxl8xxmGuy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 17:43:16\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 17:43:16\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:47;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3385;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Md. Sabbir Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01798585960\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$2Yfh37smqwkQxBtS5EJKmuQ83.6ZI.WLYzXiKoeV3x1ApJNaXj3fa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 11:04:58\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 11:04:58\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3385;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Md. Sabbir Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01798585960\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$2Yfh37smqwkQxBtS5EJKmuQ83.6ZI.WLYzXiKoeV3x1ApJNaXj3fa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 11:04:58\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 11:04:58\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:48;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3386;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Asif Masud\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01717058372\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$0NPJ\\/BEdEYBBsAqT3tbDnuGs6hx9234tSDzZsogcIvV9jcwipJ1L6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 11:06:33\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 11:06:33\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3386;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Asif Masud\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01717058372\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$0NPJ\\/BEdEYBBsAqT3tbDnuGs6hx9234tSDzZsogcIvV9jcwipJ1L6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 11:06:33\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 11:06:33\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:49;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3387;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Nur Alam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01739215973\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$6Vspy7XYEeclaST3PWi1vOUzWxWp7wNsIRvjuu1fKVd3Gril3YbHm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 11:07:49\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 11:07:49\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3387;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Nur Alam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01739215973\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$6Vspy7XYEeclaST3PWi1vOUzWxWp7wNsIRvjuu1fKVd3Gril3YbHm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 11:07:49\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 11:07:49\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:50;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3388;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Shourav\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715783861\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$vYi4Sq8bCltSt.RKiUHQSeP5ZVo5XwFgUa7atM5TISrw31A17T5\\/a\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 11:09:20\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 11:09:20\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3388;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Shourav\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715783861\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$vYi4Sq8bCltSt.RKiUHQSeP5ZVo5XwFgUa7atM5TISrw31A17T5\\/a\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 11:09:20\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 11:09:20\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:51;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3389;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Sumon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711874519\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$H5uNQU.GI4X\\/0ANx4sknBu6BfCSg4jBTxA9WjT27kdr.GRtRSpyC6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 11:10:40\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 11:10:40\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3389;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Sumon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711874519\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$H5uNQU.GI4X\\/0ANx4sknBu6BfCSg4jBTxA9WjT27kdr.GRtRSpyC6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 11:10:40\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 11:10:40\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:52;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3390;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Yusuf Malibag\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01924610051\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Zzep\\/D05QcadU6e77nD6cev.MeVNOHADjiMUbt\\/q5qVog1X7PpVfC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 11:11:46\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 11:11:46\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3390;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Yusuf Malibag\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01924610051\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Zzep\\/D05QcadU6e77nD6cev.MeVNOHADjiMUbt\\/q5qVog1X7PpVfC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 11:11:46\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 11:11:46\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:53;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3391;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Rasel\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01722031051\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$sMq91l7LlfATv8NQSqMdbe2tOgVlyTgx5MqXDqY7z8M27FHc6pFLy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 11:13:39\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 11:13:39\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3391;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Rasel\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01722031051\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$sMq91l7LlfATv8NQSqMdbe2tOgVlyTgx5MqXDqY7z8M27FHc6pFLy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 11:13:39\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 11:13:39\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:54;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3392;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Gold King\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01885997676\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$sQbLiuZzMZwMugg6hroePePsBgXC2aqt6dF0\\/.e8hlD4ZhcaaDkWq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 11:52:46\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 11:52:46\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3392;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Gold King\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01885997676\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$sQbLiuZzMZwMugg6hroePePsBgXC2aqt6dF0\\/.e8hlD4ZhcaaDkWq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 11:52:46\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 11:52:46\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:55;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3393;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Md. Shamrat\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01314437030\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Gh50CbHkYXADk7b.6ZogzefnTCILDKJzsc6HYl1y42T369uyXyH\\/u\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 11:55:17\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 11:55:17\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3393;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Md. Shamrat\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01314437030\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Gh50CbHkYXADk7b.6ZogzefnTCILDKJzsc6HYl1y42T369uyXyH\\/u\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 11:55:17\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 11:55:17\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:56;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3394;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Nazame Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01977366566\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$r2spcH4VtfEjnyOtDnPBm.1GiS693VHn2F4axwkhbjq0Qm9L3qJU6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 11:56:25\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 11:56:25\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3394;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Nazame Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01977366566\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$r2spcH4VtfEjnyOtDnPBm.1GiS693VHn2F4axwkhbjq0Qm9L3qJU6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 11:56:25\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 11:56:25\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:57;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3395;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Md. Faridul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01742921551\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$yTAvwA4fhibtskYEvNw8AuJ1NbFuYZ2PGtNn2eV3Pt7Nvo17jF5KW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 12:47:43\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 12:47:43\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3395;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Md. Faridul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01742921551\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$yTAvwA4fhibtskYEvNw8AuJ1NbFuYZ2PGtNn2eV3Pt7Nvo17jF5KW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 12:47:43\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 12:47:43\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:58;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3396;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md. Moniruzzaman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01938835957\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$1d2Si6D4WJFJqVGyvIFpdOp3ew7rLFRR8hsFdz.Ai9KmzpczUDIYW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 12:50:26\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 12:50:26\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3396;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md. Moniruzzaman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01938835957\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$1d2Si6D4WJFJqVGyvIFpdOp3ew7rLFRR8hsFdz.Ai9KmzpczUDIYW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 12:50:26\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 12:50:26\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:59;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3397;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Bellal\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712114566\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$aUwOUITp70swt6DVIJ2F.OYcI4JKCzxvg97\\/pvs4HjuteGCujODqi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 13:19:13\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 13:19:13\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3397;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Bellal\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712114566\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$aUwOUITp70swt6DVIJ2F.OYcI4JKCzxvg97\\/pvs4HjuteGCujODqi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 13:19:13\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 13:19:13\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:60;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3398;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Monsurull Haque\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01818170866\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$FWltsGdP18qMrbSWRPlNQ.fPzFLnNOkXtxqUH65q0ZWW7XUyn4Xzu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 13:20:24\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 13:20:24\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3398;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Monsurull Haque\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01818170866\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$FWltsGdP18qMrbSWRPlNQ.fPzFLnNOkXtxqUH65q0ZWW7XUyn4Xzu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 13:20:24\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 13:20:24\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:61;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3399;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Md. Azom\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01950107528\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$cg0o7HNvYu5mo7DbfdEXEusS\\/hVS2WFzwCKhXr5xvUCPOtO.PM0e2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 13:21:35\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 13:21:35\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3399;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Md. Azom\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01950107528\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$cg0o7HNvYu5mo7DbfdEXEusS\\/hVS2WFzwCKhXr5xvUCPOtO.PM0e2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 13:21:35\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 13:21:35\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:62;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3400;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Saif\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01779909931\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$rx4QFTNiBQ3.D\\/Xq6LS9nOkuEa4.unR.vg7jnAFqf8l.6GBRzc62W\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 13:23:09\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 13:23:09\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3400;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Saif\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01779909931\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$rx4QFTNiBQ3.D\\/Xq6LS9nOkuEa4.unR.vg7jnAFqf8l.6GBRzc62W\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 13:23:09\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 13:23:09\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:63;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3401;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Md Anis\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712938957\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$7tUXtueY7sRB1XJu2.uQbO8vYxU9Ib4u7NR5U\\/YxmeQAlAdszuGda\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 13:24:15\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 13:24:15\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3401;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Md Anis\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712938957\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$7tUXtueY7sRB1XJu2.uQbO8vYxU9Ib4u7NR5U\\/YxmeQAlAdszuGda\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 13:24:15\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 13:24:15\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:64;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3402;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Joy Hasan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01720117201\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$JAb\\/RemNPvVZRb.YujvDyOEJOxVRjh7UcUG3DWodTHZHNu4qbUv5y\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 13:25:17\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 13:25:17\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3402;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Joy Hasan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01720117201\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$JAb\\/RemNPvVZRb.YujvDyOEJOxVRjh7UcUG3DWodTHZHNu4qbUv5y\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 13:25:17\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 13:25:17\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:65;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3403;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Monir\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711632408\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$yf1eMHLrHDCqtf7rfEdQJ.9GXQg4IxZnk2EALFm8U4nGLJFKnTPLG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 13:26:14\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 13:26:14\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3403;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Monir\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711632408\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$yf1eMHLrHDCqtf7rfEdQJ.9GXQg4IxZnk2EALFm8U4nGLJFKnTPLG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 13:26:14\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 13:26:14\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:66;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3404;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Rifath Sayeed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01713424137\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$swlkpWoq8CVkh0kBx2d83eB.1CP6KCih6PWowPvajW7ecr1vBUbo.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 13:27:11\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 13:27:11\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3404;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Rifath Sayeed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01713424137\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$swlkpWoq8CVkh0kBx2d83eB.1CP6KCih6PWowPvajW7ecr1vBUbo.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 13:27:11\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 13:27:11\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:67;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3405;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Sagor\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01626098403\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$CsDGcLX8Qx5qhypf85o0p.p2xD2aQrg\\/MvHAhrARIGZ9Q7tUYA.Ry\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 13:39:01\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 13:39:01\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3405;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Sagor\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01626098403\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$CsDGcLX8Qx5qhypf85o0p.p2xD2aQrg\\/MvHAhrARIGZ9Q7tUYA.Ry\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 13:39:01\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 13:39:01\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:68;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3406;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Arif\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01888720095\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$YyToM3JTRl8tDKFYu5iGgOTu60BZSEuqYr1Fi\\/x6sotPGohk2S502\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 13:41:19\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 13:41:19\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3406;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Arif\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01888720095\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$YyToM3JTRl8tDKFYu5iGgOTu60BZSEuqYr1Fi\\/x6sotPGohk2S502\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 13:41:19\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 13:41:19\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:69;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3407;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Zahidul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01925158283\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$113.ZqgRkM1PvQkikilaweMlmIv8xBgtU5J7I7l.kQI1m1nACnRpS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 14:54:16\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 14:54:16\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3407;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Zahidul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01925158283\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$113.ZqgRkM1PvQkikilaweMlmIv8xBgtU5J7I7l.kQI1m1nACnRpS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 14:54:16\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 14:54:16\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:70;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3408;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Ummat ALI\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01721656262\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$CtVV5mnJpiBHdXdYQsS5u.Zny5QFJhK.dq\\/Hz34JINyN0iJo6.ArO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:03:16\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:03:16\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3408;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Ummat ALI\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01721656262\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$CtVV5mnJpiBHdXdYQsS5u.Zny5QFJhK.dq\\/Hz34JINyN0iJo6.ArO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:03:16\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:03:16\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:71;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3409;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Shahin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01819252491\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$eAONZnUNze3z6Oq9R4o7veZGlwn64Oz0mZOAJdaAgQP3gysDtPQUa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:04:41\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:04:41\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3409;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Shahin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01819252491\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$eAONZnUNze3z6Oq9R4o7veZGlwn64Oz0mZOAJdaAgQP3gysDtPQUa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:04:41\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:04:41\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:72;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3410;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Shemanta\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01816801259\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$KYNIUmU7dRCSrN5NzOMFpehIITbrzp8gI8xU0oXYfIS3jXn96GxKG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:07:04\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:07:04\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3410;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Shemanta\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01816801259\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$KYNIUmU7dRCSrN5NzOMFpehIITbrzp8gI8xU0oXYfIS3jXn96GxKG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:07:04\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:07:04\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:73;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3411;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"SM Maniruzzan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715239290\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$MyS6XNUvIyVxnLMUE5\\/S0eFBaZuqNt2DUcjbyjf75lqg9O9NqgPAa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:09:19\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:09:19\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3411;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"SM Maniruzzan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715239290\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$MyS6XNUvIyVxnLMUE5\\/S0eFBaZuqNt2DUcjbyjf75lqg9O9NqgPAa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:09:19\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:09:19\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:74;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3412;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Badsha Bulbul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01626243108\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$jsG7xLUUS7oP4rDErGda1uwjpLvggWhv9s.WKQ3pcZtGi1AbNYzWe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:10:24\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:10:24\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3412;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Badsha Bulbul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01626243108\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$jsG7xLUUS7oP4rDErGda1uwjpLvggWhv9s.WKQ3pcZtGi1AbNYzWe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:10:24\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:10:24\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:75;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3413;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Faisal\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01879378900\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$yZ35BKVFvzMQeBcpwnqYfe\\/Ck8sn.rKCg1eNcKqzi8D6k\\/vfIDNvS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:11:22\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:11:22\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3413;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Faisal\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01879378900\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$yZ35BKVFvzMQeBcpwnqYfe\\/Ck8sn.rKCg1eNcKqzi8D6k\\/vfIDNvS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:11:22\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:11:22\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:76;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3414;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Elias Kanchan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01769207018\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$lHoFAo2MFevTjbWkC6njvOG5i2dJPwH8gxYSZIqXG73Q8kl9YeuHK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:12:57\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:12:57\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3414;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Elias Kanchan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01769207018\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$lHoFAo2MFevTjbWkC6njvOG5i2dJPwH8gxYSZIqXG73Q8kl9YeuHK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:12:57\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:12:57\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:77;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3415;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Alauddin khan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01612684676\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ntDdrkARchC27eDAZCwAD.RL\\/2Jf41M6QhUn20QFCxXYarXlDrH1u\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:15:36\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:15:36\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3415;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Alauddin khan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01612684676\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ntDdrkARchC27eDAZCwAD.RL\\/2Jf41M6QhUn20QFCxXYarXlDrH1u\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:15:36\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:15:36\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:78;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3416;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Tanvir shyod bappy\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712226037\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$3\\/RptmKtvTJq3hSAwW1nk.z9eWoQBdi5kLOE59mu\\/e5IKjEQ0q2pC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:17:09\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:17:09\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3416;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Tanvir shyod bappy\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712226037\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$3\\/RptmKtvTJq3hSAwW1nk.z9eWoQBdi5kLOE59mu\\/e5IKjEQ0q2pC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:17:09\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:17:09\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:79;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3417;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Shoun\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01799186403\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$XQC0o1d6.w6JCSy2clyJdu\\/vKqyhgy\\/Uzb\\/NGAg2fFxeoLB8.19Iq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:18:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:18:29\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3417;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Shoun\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01799186403\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$XQC0o1d6.w6JCSy2clyJdu\\/vKqyhgy\\/Uzb\\/NGAg2fFxeoLB8.19Iq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:18:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:18:29\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:80;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3418;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Akash\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01906861117\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$so8l2tvuGoUR3vLCzQp7AuFJPfeDnEdII3XMqIVBUifu0UiLTdpe6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:24:47\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:24:47\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3418;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Akash\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01906861117\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$so8l2tvuGoUR3vLCzQp7AuFJPfeDnEdII3XMqIVBUifu0UiLTdpe6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:24:47\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:24:47\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:81;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3419;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Nazmul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01718527108\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$O7RenHANj5C9itNKa7qpA.x3htKXO2FRM9vxUPJ8fTCnt5xLHIAaO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:26:52\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:26:52\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3419;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Nazmul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01718527108\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$O7RenHANj5C9itNKa7qpA.x3htKXO2FRM9vxUPJ8fTCnt5xLHIAaO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:26:52\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:26:52\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:82;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3420;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Rajib\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01318742290\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$oN9pCQgaeR.ijAhGlRaL3.kIsJ3hjIZno7Aw.yOad4BMGASAJDCoy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:27:48\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:27:48\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3420;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Rajib\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01318742290\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$oN9pCQgaeR.ijAhGlRaL3.kIsJ3hjIZno7Aw.yOad4BMGASAJDCoy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:27:48\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:27:48\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:83;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3421;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"kawsar Ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01750019777\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$OfFlLOf8gsublGNNSQ6AEeq.ytrapI9z77Xtx1Z54zJOgZ.koeRk6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:28:37\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:28:37\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3421;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"kawsar Ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01750019777\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$OfFlLOf8gsublGNNSQ6AEeq.ytrapI9z77Xtx1Z54zJOgZ.koeRk6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:28:37\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:28:37\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:84;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3422;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Shirajul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01737218001\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$2AykSKrkgFfeZGH9RfxMmujERKXMJ5eRWd3\\/Eq3HKzr02GbpZ0sUm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:29:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:29:29\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3422;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Shirajul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01737218001\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$2AykSKrkgFfeZGH9RfxMmujERKXMJ5eRWd3\\/Eq3HKzr02GbpZ0sUm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:29:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:29:29\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:85;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3423;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Akter Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711393473\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$GUALXV.hiF.PZFCMsQxNgu8R9YZLXamb5Zris19U7o5S90.cRkd6y\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:30:41\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:30:41\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3423;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Akter Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711393473\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$GUALXV.hiF.PZFCMsQxNgu8R9YZLXamb5Zris19U7o5S90.cRkd6y\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:30:41\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:30:41\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:86;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3424;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Mustafa\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01866066602\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$yEoLC\\/l3Vw84JUTHmSBiruZrYkOz5FSRgOZUNkl8yEFe\\/tIe6Ijvq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:32:40\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:32:40\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3424;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Mustafa\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01866066602\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$yEoLC\\/l3Vw84JUTHmSBiruZrYkOz5FSRgOZUNkl8yEFe\\/tIe6Ijvq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:32:40\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:32:40\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:87;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3425;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Khurshed Alom\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:7:\\\"Tangail\\\";s:5:\\\"phone\\\";s:11:\\\"01729220055\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$5ZOKwaglCj9bpBlcxZ\\/IK.HBcZcx1BrLsD97vpYifU255VpWvR0gO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:33:33\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:33:33\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3425;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Khurshed Alom\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:7:\\\"Tangail\\\";s:5:\\\"phone\\\";s:11:\\\"01729220055\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$5ZOKwaglCj9bpBlcxZ\\/IK.HBcZcx1BrLsD97vpYifU255VpWvR0gO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:33:33\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:33:33\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:88;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3426;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:27:\\\"Ashraful karim sikder Noman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716566251\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$5Cuv\\/xMItTJZpXdQo1F5m.kK8NL1SE6oXJLV\\/hrw5zpg4q6Bjy\\/qq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:34:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:34:29\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3426;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:27:\\\"Ashraful karim sikder Noman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716566251\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$5Cuv\\/xMItTJZpXdQo1F5m.kK8NL1SE6oXJLV\\/hrw5zpg4q6Bjy\\/qq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:34:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:34:29\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:89;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3427;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Ruhul amin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01739993231\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$LgTDK7zOffP9nTwBv2ERq.f4rtj4\\/ELguyybx13VicunWoSQBJudm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:35:23\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:35:23\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3427;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Ruhul amin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01739993231\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$LgTDK7zOffP9nTwBv2ERq.f4rtj4\\/ELguyybx13VicunWoSQBJudm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:35:23\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:35:23\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:90;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3428;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Subol\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01786044224\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$zQJWaLd7gKRi6LgZUm3Hq.hGeC53wnt0XqcaNklndLTbNYelq5b8e\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:36:51\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:36:51\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3428;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Subol\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01786044224\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$zQJWaLd7gKRi6LgZUm3Hq.hGeC53wnt0XqcaNklndLTbNYelq5b8e\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:36:51\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:36:51\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:91;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3429;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Abdul Kuddis\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01813905594\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$8eCZmwyhte7H\\/ekm3ohVCOHCwZR5mXJEUKozfeaASk4T8enovPOXi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:38:20\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:38:20\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3429;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Abdul Kuddis\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01813905594\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$8eCZmwyhte7H\\/ekm3ohVCOHCwZR5mXJEUKozfeaASk4T8enovPOXi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:38:20\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:38:20\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:92;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3430;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Pacific Cargo\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01778322365\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$iWK\\/.AAKlMUxSmo\\/\\/h\\/lZ.eToiwOnWiSxLJUuQoYXDW3vogeKH5t6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:40:32\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:40:32\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3430;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Pacific Cargo\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01778322365\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$iWK\\/.AAKlMUxSmo\\/\\/h\\/lZ.eToiwOnWiSxLJUuQoYXDW3vogeKH5t6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:40:32\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:40:32\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:93;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3431;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Mohammad Safa\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01671813399\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ZqGruLY\\/taes\\/UoYr4cwguDYsOYrmOWLvMbjTds1inawTlYLch\\/sa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:47:37\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:47:37\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3431;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Mohammad Safa\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01671813399\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ZqGruLY\\/taes\\/UoYr4cwguDYsOYrmOWLvMbjTds1inawTlYLch\\/sa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:47:37\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:47:37\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:94;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3432;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Ruhul Amin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01642303903\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$7xG3KMWBnJnBhxsmgh9ePuN0CSymE.TtXfFGWAqcRCwk620GR3wxm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:49:40\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:49:40\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3432;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Ruhul Amin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01642303903\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$7xG3KMWBnJnBhxsmgh9ePuN0CSymE.TtXfFGWAqcRCwk620GR3wxm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:49:40\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:49:40\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:95;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3433;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Rupam Haque\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"rupam67@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716458567\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$BBVxPIceE9\\/glJZ7QgvUHexuMpUkPrVg42xxy.P634UhUlabcKoPO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:52:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:52:29\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3433;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Rupam Haque\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"rupam67@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716458567\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$BBVxPIceE9\\/glJZ7QgvUHexuMpUkPrVg42xxy.P634UhUlabcKoPO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:52:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:52:29\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:96;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3434;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Khorshed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"khorshed71@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711085171\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$eHYzMAg2YCjYYccv2FZoruO7HC4uJt\\/LVplCbKBzMm7m86dzRRD9O\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 16:52:50\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 16:52:50\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3434;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Khorshed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"khorshed71@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711085171\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$eHYzMAg2YCjYYccv2FZoruO7HC4uJt\\/LVplCbKBzMm7m86dzRRD9O\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 16:52:50\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 16:52:50\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:97;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3435;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Saidur Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"saidur97@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711322497\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$lsBZSBs6cho.MGEGHP0r\\/.WVXVenO082WmQurrbuNfoWcl6yOx1wy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 17:02:10\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 17:02:10\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3435;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Saidur Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"saidur97@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711322497\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$lsBZSBs6cho.MGEGHP0r\\/.WVXVenO082WmQurrbuNfoWcl6yOx1wy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 17:02:10\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 17:02:10\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:98;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3436;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Md. Robiul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01927200901\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$XiHL7GMtf3maKrTqQSadIOWZwJ5ymDE04SEEKn5S1Ns6wjpbqiVpe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 17:03:23\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 17:03:23\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3436;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Md. Robiul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01927200901\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$XiHL7GMtf3maKrTqQSadIOWZwJ5ymDE04SEEKn5S1Ns6wjpbqiVpe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 17:03:23\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 17:03:23\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:99;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3437;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"Md.Khaled Saifullah\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01708150650\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$qyyHwhxhPKeUZIhRwdcFfuUFwd4mEomnkk5oHkxJRkMO6ycvdQh8u\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 17:04:13\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 17:04:13\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3437;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"Md.Khaled Saifullah\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01708150650\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$qyyHwhxhPKeUZIhRwdcFfuUFwd4mEomnkk5oHkxJRkMO6ycvdQh8u\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 17:04:13\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 17:04:13\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}}}s:4:\\\"text\\\";s:335:\\\"\\u09b8\\u09ae\\u09cd\\u09ae\\u09be\\u09a8\\u09bf\\u09a4 \\u0997\\u09cd\\u09b0\\u09be\\u09b9\\u0995, \\u09b8\\u09be\\u09b0\\u09cd\\u09ad\\u09be\\u09b0 \\u0986\\u09aa\\u09a1\\u09c7\\u099f \\u09a6\\u09c7\\u0993\\u09df\\u09be\\u09b0 \\u0995\\u09be\\u09b0\\u09a8\\u09c7 \\u0986\\u09aa\\u09a8\\u09be\\u09a6\\u09c7\\u09b0 \\u09a8\\u09bf\\u0995\\u099f \\u09ac\\u09bf\\u09b2\\u09c7\\u09b0 \\u098f\\u0995\\u099f\\u09bf \\u09ad\\u09c1\\u09b2 \\u09ae\\u09c7\\u09b8\\u09c7\\u099c \\u0997\\u09bf\\u09df\\u09c7\\u099b\\u09c7 \\u0964 \\u09ac\\u09bf\\u09b7\\u09df\\u099f\\u09bf\\u09b0 \\u099c\\u09a8\\u09cd\\u09af \\u0986\\u09ae\\u09b0\\u09be \\u0986\\u09a8\\u09cd\\u09a4\\u09b0\\u09bf\\u0995 \\u09ad\\u09be\\u09ac\\u09c7 \\u09a6\\u09c1\\u0983\\u0996\\u09bf\\u09a4\\u0964\\\";}s:3:\\\"job\\\";N;s:10:\\\"connection\\\";N;s:5:\\\"queue\\\";N;s:15:\\\"chainConnection\\\";N;s:10:\\\"chainQueue\\\";N;s:5:\\\"delay\\\";N;s:10:\\\"middleware\\\";a:0:{}s:7:\\\"chained\\\";a:0:{}}\"}}', 'Illuminate\\Queue\\MaxAttemptsExceededException: App\\Jobs\\SmsSend has been attempted too many times or run too long. The job may have previously timed out. in /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php:648\nStack trace:\n#0 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(163): Illuminate\\Queue\\Worker->maxAttemptsExceededException(Object(Illuminate\\Queue\\Jobs\\DatabaseJob))\n#1 /home/mygpsbd/public_html/app/Http/helper.php(28): Illuminate\\Queue\\Worker->Illuminate\\Queue\\{closure}(14, Array)\n#2 /home/mygpsbd/public_html/app/Jobs/SmsSend.php(35): send_sms(\'\\xE0\\xA6\\xB8\\xE0\\xA6\\xAE\\xE0\\xA7\\x8D\\xE0\\xA6\\xAE\\xE0\\xA6\\xBE...\', Array)\n#3 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App\\Jobs\\SmsSend->handle()\n#4 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/Util.php(37): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}()\n#5 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(93): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))\n#6 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(37): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))\n#7 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/Container.php(596): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)\n#8 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php(94): Illuminate\\Container\\Container->call(Array)\n#9 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(128): Illuminate\\Bus\\Dispatcher->Illuminate\\Bus\\{closure}(Object(App\\Jobs\\SmsSend))\n#10 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(103): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(App\\Jobs\\SmsSend))\n#11 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php(98): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))\n#12 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(83): Illuminate\\Bus\\Dispatcher->dispatchNow(Object(App\\Jobs\\SmsSend), false)\n#13 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(128): Illuminate\\Queue\\CallQueuedHandler->Illuminate\\Queue\\{closure}(Object(App\\Jobs\\SmsSend))\n#14 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(103): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(App\\Jobs\\SmsSend))\n#15 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(85): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))\n#16 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(59): Illuminate\\Queue\\CallQueuedHandler->dispatchThroughMiddleware(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Object(App\\Jobs\\SmsSend))\n#17 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Jobs/Job.php(98): Illuminate\\Queue\\CallQueuedHandler->call(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Array)\n#18 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(356): Illuminate\\Queue\\Jobs\\Job->fire()\n#19 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(306): Illuminate\\Queue\\Worker->process(\'database\', Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Object(Illuminate\\Queue\\WorkerOptions))\n#20 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(132): Illuminate\\Queue\\Worker->runJob(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), \'database\', Object(Illuminate\\Queue\\WorkerOptions))\n#21 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(112): Illuminate\\Queue\\Worker->daemon(\'database\', \'default\', Object(Illuminate\\Queue\\WorkerOptions))\n#22 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(96): Illuminate\\Queue\\Console\\WorkCommand->runWorker(\'database\', \'default\')\n#23 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Illuminate\\Queue\\Console\\WorkCommand->handle()\n#24 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/Util.php(37): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}()\n#25 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(93): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))\n#26 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(37): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))\n#27 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/Container.php(596): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)\n#28 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Console/Command.php(134): Illuminate\\Container\\Container->call(Array)\n#29 /home/mygpsbd/public_html/vendor/symfony/console/Command/Command.php(298): Illuminate\\Console\\Command->execute(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))\n#30 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Console/Command.php(121): Symfony\\Component\\Console\\Command\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))\n#31 /home/mygpsbd/public_html/vendor/symfony/console/Application.php(1040): Illuminate\\Console\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#32 /home/mygpsbd/public_html/vendor/symfony/console/Application.php(301): Symfony\\Component\\Console\\Application->doRunCommand(Object(Illuminate\\Queue\\Console\\WorkCommand), Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#33 /home/mygpsbd/public_html/vendor/symfony/console/Application.php(171): Symfony\\Component\\Console\\Application->doRun(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#34 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Console/Application.php(93): Symfony\\Component\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#35 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(129): Illuminate\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#36 /home/mygpsbd/public_html/artisan(37): Illuminate\\Foundation\\Console\\Kernel->handle(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#37 {main}', '2024-02-08 19:01:02');
INSERT INTO `failed_jobs` (`id`, `connection`, `queue`, `payload`, `exception`, `failed_at`) VALUES
(698, 'database', 'default', '{\"uuid\":\"bd2b288b-477b-45aa-9844-fe6c62bbf34a\",\"displayName\":\"App\\\\Jobs\\\\SmsSend\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"delay\":null,\"timeout\":null,\"timeoutAt\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\SmsSend\",\"command\":\"O:16:\\\"App\\\\Jobs\\\\SmsSend\\\":9:{s:4:\\\"data\\\";a:2:{s:4:\\\"data\\\";O:39:\\\"Illuminate\\\\Database\\\\Eloquent\\\\Collection\\\":1:{s:8:\\\"\\u0000*\\u0000items\\\";a:100:{i:0;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3438;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Sobuj Jomaddar\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01745271463\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$VEQWmTfFyKzqz8BXmkRNAOkCtm7hTKB6o6Ysn0VpxVK\\/R\\/zEDMN3G\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 17:06:38\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 17:06:38\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3438;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Sobuj Jomaddar\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01745271463\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$VEQWmTfFyKzqz8BXmkRNAOkCtm7hTKB6o6Ysn0VpxVK\\/R\\/zEDMN3G\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 17:06:38\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 17:06:38\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:1;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3439;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"FAZLUL MATIN TOUHID\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01746622662\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$JE89vMcYKAQW.VGWIqyGFeIJhv3MM9agETS47F5QQx2b\\/Y5XwP1DG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 17:08:38\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 17:08:38\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3439;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"FAZLUL MATIN TOUHID\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01746622662\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$JE89vMcYKAQW.VGWIqyGFeIJhv3MM9agETS47F5QQx2b\\/Y5XwP1DG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 17:08:38\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 17:08:38\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:2;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3440;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Jibon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01914491201\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$OrSTCva8owGFwvmxcfNxYOS6H22GjvtObOTpOxSN.Lnns4RC7rpzK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 17:09:32\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 17:09:32\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3440;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Jibon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01914491201\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$OrSTCva8owGFwvmxcfNxYOS6H22GjvtObOTpOxSN.Lnns4RC7rpzK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 17:09:32\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 17:09:32\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:3;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3441;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Tanim\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01672990050\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$mU1XFkv7cmw4F5IVbuzkLOjBsFyJN2n6dwoH3mLiuDKhVHL\\/kxIHW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 17:10:30\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 17:10:30\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3441;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Tanim\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01672990050\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$mU1XFkv7cmw4F5IVbuzkLOjBsFyJN2n6dwoH3mLiuDKhVHL\\/kxIHW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 17:10:30\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 17:10:30\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:4;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3442;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md. Morshed Khan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01816033776\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$0ZsFWsmNv0Q.1gLp5jkpvOVQFs2ezf7LWGBcWua00nBq\\/TIB.znXm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 17:11:33\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 17:11:33\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3442;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md. Morshed Khan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01816033776\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$0ZsFWsmNv0Q.1gLp5jkpvOVQFs2ezf7LWGBcWua00nBq\\/TIB.znXm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 17:11:33\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 17:11:33\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:5;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3443;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md. Shafiq Uddin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01985550666\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$S.lQ0YAk3KW8.iNztRctw..fVrIFb8ZKC\\/iImU7QjLuslQ6QqTKtK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 17:13:23\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 17:13:23\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3443;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md. Shafiq Uddin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01985550666\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$S.lQ0YAk3KW8.iNztRctw..fVrIFb8ZKC\\/iImU7QjLuslQ6QqTKtK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 17:13:23\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 17:13:23\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:6;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3444;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Rashed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01584222013\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$voS\\/68QbTsKZu0pcqI0Al.jNngCeJrpb0oX4.doPlvZelNY1xf9Pa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 17:17:00\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 17:17:00\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3444;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Rashed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01584222013\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$voS\\/68QbTsKZu0pcqI0Al.jNngCeJrpb0oX4.doPlvZelNY1xf9Pa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 17:17:00\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 17:17:00\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:7;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3445;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Rony\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01529052974\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$KULjTLq66TgXooMJVNALu.PTlX\\/e\\/UvYF\\/L2etIdQiiWWe1mlES\\/S\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 17:19:39\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 17:19:39\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3445;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Rony\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01529052974\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$KULjTLq66TgXooMJVNALu.PTlX\\/e\\/UvYF\\/L2etIdQiiWWe1mlES\\/S\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 17:19:39\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 17:19:39\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:8;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3446;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Suraf\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01714636759\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Sy0RO1aHOLuSpCwAn.upou\\/rOi1P0hMfQTtwmBjbcbgGnHYl.xVMq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 17:20:28\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 17:20:28\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3446;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Suraf\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01714636759\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Sy0RO1aHOLuSpCwAn.upou\\/rOi1P0hMfQTtwmBjbcbgGnHYl.xVMq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 17:20:28\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 17:20:28\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:9;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3447;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Saidul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01638857797\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$FS2wvqf1n\\/g.WHGEXu9zJOFa68mP9yqe1DhxsO.M8PyNdjYrWReG2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 17:21:19\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 17:21:19\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3447;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Saidul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01638857797\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$FS2wvqf1n\\/g.WHGEXu9zJOFa68mP9yqe1DhxsO.M8PyNdjYrWReG2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 17:21:19\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 17:21:19\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:10;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3448;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:20:\\\"N Afsar (Coxs Bazar)\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01815674365\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$zpX2gJBG\\/TNkHKlyoBSL.eV2gUKPMqtTXeuA02b2O3RKBwncAiVFi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-12 13:05:03\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-12 13:05:03\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3448;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:20:\\\"N Afsar (Coxs Bazar)\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01815674365\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$zpX2gJBG\\/TNkHKlyoBSL.eV2gUKPMqtTXeuA02b2O3RKBwncAiVFi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-12 13:05:03\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-12 13:05:03\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:11;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3449;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Hakim\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01762243184\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$SfbxjNOuzM6d2LF46LRZDu\\/N5hLXTJT3ZyOegMv9IMS1ARJ4F7Dwa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-12 13:06:09\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-12 13:06:09\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3449;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Hakim\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01762243184\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$SfbxjNOuzM6d2LF46LRZDu\\/N5hLXTJT3ZyOegMv9IMS1ARJ4F7Dwa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-12 13:06:09\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-12 13:06:09\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:12;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3450;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Fazlul Haque\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01614485461\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$nnpFi9P6oYeT3Ql9faXA\\/u77Xpe5g0KBtowzau1fhJWMbVUyoGrCW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-12 13:07:02\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-12 13:07:02\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3450;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Fazlul Haque\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01614485461\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$nnpFi9P6oYeT3Ql9faXA\\/u77Xpe5g0KBtowzau1fhJWMbVUyoGrCW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-12 13:07:02\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-12 13:07:02\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:13;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3451;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Lutful Kabir\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01733298854\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$8kDrc0KTcIBtiyv.bj0Hb.clk.i1bxWC2jKnEzqPtYv36dLejw2Q6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-12 13:08:09\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-12 13:08:09\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3451;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Lutful Kabir\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01733298854\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$8kDrc0KTcIBtiyv.bj0Hb.clk.i1bxWC2jKnEzqPtYv36dLejw2Q6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-12 13:08:09\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-12 13:08:09\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:14;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3452;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Mithila\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01926990050\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$TBPoI20hZk2baiWrGt0gHuWle.RkYfCNgrJAGEL5qHtYnWHNzWbYm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-12 13:09:06\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-12 13:09:06\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3452;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Mithila\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01926990050\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$TBPoI20hZk2baiWrGt0gHuWle.RkYfCNgrJAGEL5qHtYnWHNzWbYm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-12 13:09:06\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-12 13:09:06\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:15;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3453;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Ferdus 15\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"ferdus15@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"Tongi\\\";s:5:\\\"phone\\\";s:11:\\\"01915360915\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$UuFaVE7Wf1E46pZzwsnBRujB7zkzMNeSJlj1UJJ0yneNlICgXNJ5O\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-12 13:24:15\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-12 13:24:15\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3453;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Ferdus 15\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"ferdus15@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"Tongi\\\";s:5:\\\"phone\\\";s:11:\\\"01915360915\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$UuFaVE7Wf1E46pZzwsnBRujB7zkzMNeSJlj1UJJ0yneNlICgXNJ5O\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-12 13:24:15\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-12 13:24:15\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:16;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3454;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Malek\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01714177955\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$baCrJ.lrCZw2irqQbd8UxeNt3w17lUM04BoVSk.xJbgDfVunBkPUO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-12 13:53:56\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-12 13:53:56\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3454;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Malek\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01714177955\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$baCrJ.lrCZw2irqQbd8UxeNt3w17lUM04BoVSk.xJbgDfVunBkPUO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-12 13:53:56\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-12 13:53:56\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:17;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3455;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:20:\\\"Sheikh sohidul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01915704675\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$hA2wlC17iB.nZ9a3sjwgiuclzNEUlRcZaK7fpoLTvH5qJvJRp3ywG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-12 13:56:21\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-12 13:56:21\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3455;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:20:\\\"Sheikh sohidul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01915704675\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$hA2wlC17iB.nZ9a3sjwgiuclzNEUlRcZaK7fpoLTvH5qJvJRp3ywG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-12 13:56:21\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-12 13:56:21\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:18;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3456;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Asaduzzaman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716402943\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$00MdwYK4M7dT6Mch2y5O6OcxHeeh\\/OKx9sP58tf7xKRw5ayBP\\/W\\/S\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-12 13:58:18\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-12 13:58:18\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3456;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Asaduzzaman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716402943\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$00MdwYK4M7dT6Mch2y5O6OcxHeeh\\/OKx9sP58tf7xKRw5ayBP\\/W\\/S\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-12 13:58:18\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-12 13:58:18\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:19;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3457;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Muhammad Faruque\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01670373009\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$KaUIaqlyPDa9g2N9sgFPVuk0wZidfGWcPaSmPcXFR4JGkL0WAGB\\/K\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-12 17:48:49\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-12 17:48:49\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3457;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Muhammad Faruque\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01670373009\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$KaUIaqlyPDa9g2N9sgFPVuk0wZidfGWcPaSmPcXFR4JGkL0WAGB\\/K\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-12 17:48:49\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-12 17:48:49\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:20;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3458;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"SYED SADIQUZZAMAN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01735136804\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ENn\\/VYk0fp8Abnxl4C\\/sIuZiNUflKM6\\/ArGqi.3A29VFRmYZ014n6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-12 17:51:47\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-12 17:51:47\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3458;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"SYED SADIQUZZAMAN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01735136804\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ENn\\/VYk0fp8Abnxl4C\\/sIuZiNUflKM6\\/ArGqi.3A29VFRmYZ014n6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-12 17:51:47\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-12 17:51:47\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:21;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3459;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"OMOR FARUK\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"omorbd820@gmail.com\\\";s:7:\\\"address\\\";s:49:\\\"Dokkhin Bonsri,kazi bari,abdullah vihcle solution\\\";s:5:\\\"phone\\\";s:11:\\\"01771166820\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$dVViNKJBuGRmUVkqgyfKW.8cBhM3I\\/xKkwmZqPTM9ssNIRIa.JCuC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-05 12:58:55\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-05 12:58:55\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3459;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"OMOR FARUK\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"omorbd820@gmail.com\\\";s:7:\\\"address\\\";s:49:\\\"Dokkhin Bonsri,kazi bari,abdullah vihcle solution\\\";s:5:\\\"phone\\\";s:11:\\\"01771166820\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$dVViNKJBuGRmUVkqgyfKW.8cBhM3I\\/xKkwmZqPTM9ssNIRIa.JCuC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-05 12:58:55\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-05 12:58:55\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:22;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3460;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Rashed Imran\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"DHAKA\\\";s:5:\\\"phone\\\";s:11:\\\"01711361365\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ShmswzHKtB2cLW8xUWNyXu5rhgkmNd5ft\\/pGuMM5BqkvCG9yHCONi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-05 13:01:01\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-05 13:01:01\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3460;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Rashed Imran\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"DHAKA\\\";s:5:\\\"phone\\\";s:11:\\\"01711361365\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ShmswzHKtB2cLW8xUWNyXu5rhgkmNd5ft\\/pGuMM5BqkvCG9yHCONi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-05 13:01:01\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-05 13:01:01\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:23;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3461;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Rashid Ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"DHAKA\\\";s:5:\\\"phone\\\";s:11:\\\"01819237997\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$vfdh12f67axA\\/3ck5eN1z.lcihglIH1o\\/mQVkpIhZ1DbTgvfbh1w6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-05 13:02:00\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-05 13:02:00\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3461;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Rashid Ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"DHAKA\\\";s:5:\\\"phone\\\";s:11:\\\"01819237997\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$vfdh12f67axA\\/3ck5eN1z.lcihglIH1o\\/mQVkpIhZ1DbTgvfbh1w6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-05 13:02:00\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-05 13:02:00\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:24;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3462;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Samim Azad\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"samim01@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"DHAKA\\\";s:5:\\\"phone\\\";s:11:\\\"01794440701\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$L4dL19DKFsew5\\/T8Iuq7B.f6JuLbmiypfP9MfRmtmPZLycTDcjzAq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-05 13:14:45\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-05 13:14:45\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3462;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Samim Azad\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"samim01@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"DHAKA\\\";s:5:\\\"phone\\\";s:11:\\\"01794440701\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$L4dL19DKFsew5\\/T8Iuq7B.f6JuLbmiypfP9MfRmtmPZLycTDcjzAq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-05 13:14:45\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-05 13:14:45\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:25;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3463;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Sanuar\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"sanuar49@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"DHAKA\\\";s:5:\\\"phone\\\";s:11:\\\"01712707149\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$aWG7y1jS7m2tbxALwxd1WuD8BVymMPfMNbBx2WNkSLlSPYbUAhegO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-05 13:16:43\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-05 13:16:43\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3463;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Sanuar\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"sanuar49@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"DHAKA\\\";s:5:\\\"phone\\\";s:11:\\\"01712707149\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$aWG7y1jS7m2tbxALwxd1WuD8BVymMPfMNbBx2WNkSLlSPYbUAhegO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-05 13:16:43\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-05 13:16:43\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:26;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3464;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Sharowar\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"sharowar55@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"DHAKA\\\";s:5:\\\"phone\\\";s:11:\\\"01648469155\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$IsSt1ibpOj8H5fhZTY9Wlu35IyJhJEHuQeMq0wxprLhmOY5ZELg5W\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-05 13:18:26\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-05 13:18:26\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3464;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Sharowar\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"sharowar55@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"DHAKA\\\";s:5:\\\"phone\\\";s:11:\\\"01648469155\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$IsSt1ibpOj8H5fhZTY9Wlu35IyJhJEHuQeMq0wxprLhmOY5ZELg5W\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-05 13:18:26\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-05 13:18:26\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:27;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3465;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Tawhid\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"tawhid19@mygpsbd.net\\\";s:7:\\\"address\\\";s:7:\\\"Tangail\\\";s:5:\\\"phone\\\";s:11:\\\"01762245157\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$9TXNWbOxzGjv5knsqUuO5unbG7Qc6\\/dWZThPBbXzO897EXRx6WTdS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-05 13:20:28\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-05 13:20:28\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3465;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Tawhid\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"tawhid19@mygpsbd.net\\\";s:7:\\\"address\\\";s:7:\\\"Tangail\\\";s:5:\\\"phone\\\";s:11:\\\"01762245157\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$9TXNWbOxzGjv5knsqUuO5unbG7Qc6\\/dWZThPBbXzO897EXRx6WTdS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-05 13:20:28\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-05 13:20:28\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:28;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3467;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Abdul Hai\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"abdulhai20@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712822200\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$AoFvbf4PCceaMGXzLdCa4.yQQavsxpAXU3RvCIJxkG1Z5Kp17bZ2e\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-05 13:24:33\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-05 13:24:33\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3467;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Abdul Hai\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"abdulhai20@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712822200\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$AoFvbf4PCceaMGXzLdCa4.yQQavsxpAXU3RvCIJxkG1Z5Kp17bZ2e\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-05 13:24:33\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-05 13:24:33\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:29;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3471;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Abdul motin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:3:\\\"CTG\\\";s:5:\\\"phone\\\";s:11:\\\"01716140104\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$i5A.IAeLXU9PteuHmTHjIukAVg\\/rkRuXsfat3vUhPdLlvb1lfD\\/h.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-05 15:32:03\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-05 15:32:03\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3471;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Abdul motin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:3:\\\"CTG\\\";s:5:\\\"phone\\\";s:11:\\\"01716140104\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$i5A.IAeLXU9PteuHmTHjIukAVg\\/rkRuXsfat3vUhPdLlvb1lfD\\/h.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-05 15:32:03\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-05 15:32:03\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:30;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3498;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Liton\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:15:\\\"liton90@mygpsbd\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1712184290\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$QX.GlQUpuRy1tWpMy.LbQOtrmi0TwvGranA0fpN28YbYJF2fTnbIq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-10 11:51:00\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-10 11:51:00\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3498;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Liton\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:15:\\\"liton90@mygpsbd\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1712184290\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$QX.GlQUpuRy1tWpMy.LbQOtrmi0TwvGranA0fpN28YbYJF2fTnbIq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-10 11:51:00\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-10 11:51:00\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:31;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3499;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Anwar\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:26:\\\"fenistonecrusher0331@gmail\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1816132378\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$fEYW5T7xYCv6AT9.s2XnC.2c0NbIajEQjlf28ESIbR92Id2cstamS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-10 12:01:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-10 12:01:29\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3499;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Anwar\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:26:\\\"fenistonecrusher0331@gmail\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1816132378\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$fEYW5T7xYCv6AT9.s2XnC.2c0NbIajEQjlf28ESIbR92Id2cstamS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-10 12:01:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-10 12:01:29\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:32;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3500;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Saiful71\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1996461871\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$BTgBHpLvSbfUz8.RYUDw.enKBpUAKLdyRgrdo0zWinExY7wjaGZIO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-10 12:06:12\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-10 12:06:12\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3500;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Saiful71\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1996461871\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$BTgBHpLvSbfUz8.RYUDw.enKBpUAKLdyRgrdo0zWinExY7wjaGZIO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-10 12:06:12\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-10 12:06:12\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:33;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3501;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Md. Harunor Rashid\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1716555062\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$xeWxx5f853Kvu3zn5wwkHeMUEXfvH\\/1K8xArpC\\/KdN4lLebEuO13K\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-10 12:10:02\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-10 12:10:02\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3501;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Md. Harunor Rashid\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1716555062\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$xeWxx5f853Kvu3zn5wwkHeMUEXfvH\\/1K8xArpC\\/KdN4lLebEuO13K\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-10 12:10:02\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-10 12:10:02\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:34;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3504;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Md. Mostofa\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"mostofa.html@gmail\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1711100264\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$H1R4pjbnqnv.YHWxNg5vmeGGYhyz3IJ0VeRbHDO.20V.lVcTJm6uy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-10 12:35:06\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-10 12:35:06\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3504;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Md. Mostofa\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"mostofa.html@gmail\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1711100264\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$H1R4pjbnqnv.YHWxNg5vmeGGYhyz3IJ0VeRbHDO.20V.lVcTJm6uy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-10 12:35:06\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-10 12:35:06\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:35;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3507;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:29:\\\"2022-05-18\\tMd. Mojibur Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"mojiburctg76@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711721686\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$7ZAUQKBGpyR8zvjX80LXJudVs1QxFO4rnRTXZ7zaeb9Sx1ie6czGC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-10 12:55:49\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-10 12:55:49\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3507;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:29:\\\"2022-05-18\\tMd. Mojibur Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"mojiburctg76@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711721686\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$7ZAUQKBGpyR8zvjX80LXJudVs1QxFO4rnRTXZ7zaeb9Sx1ie6czGC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-10 12:55:49\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-10 12:55:49\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:36;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3508;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Tonmoy\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"lonsfair@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01911367815\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$HNtst8DJ8QSpO5b6tfZoau9Op624.QQL6RDYMOk\\/2nIHBQxc6DR52\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-10 13:03:25\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-10 13:03:25\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3508;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Tonmoy\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"lonsfair@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01911367815\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$HNtst8DJ8QSpO5b6tfZoau9Op624.QQL6RDYMOk\\/2nIHBQxc6DR52\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-10 13:03:25\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-10 13:03:25\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:37;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3509;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Md. Anayet Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"ahossain7601@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1717831856\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$o6ogsCv481IfNh854z\\/z3OmtTJkJxjrGy4ueIuN3DPA6rFpzVGE3q\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-10 13:16:45\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-10 13:16:45\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3509;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Md. Anayet Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"ahossain7601@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1717831856\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$o6ogsCv481IfNh854z\\/z3OmtTJkJxjrGy4ueIuN3DPA6rFpzVGE3q\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-10 13:16:45\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-10 13:16:45\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:38;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3510;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"DRMC Shotodol\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"walid4917@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1521495317\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$M4k8iNfg2FhMhAGTkPKGZewU75.srHwUu0yoRqoALBjVpu2AjQxb6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-10 13:37:05\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-10 13:37:05\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3510;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"DRMC Shotodol\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"walid4917@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1521495317\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$M4k8iNfg2FhMhAGTkPKGZewU75.srHwUu0yoRqoALBjVpu2AjQxb6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-10 13:37:05\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-10 13:37:05\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:39;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3511;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Mir Alauddin Bappy\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1711207150\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$jo6u2ck7Aqq\\/.jqKhWkQGOdk7CSSwLf2jBghvlmO9wSwyDEuJjnBW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-10 13:42:02\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-10 13:42:02\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3511;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Mir Alauddin Bappy\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1711207150\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$jo6u2ck7Aqq\\/.jqKhWkQGOdk7CSSwLf2jBghvlmO9wSwyDEuJjnBW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-10 13:42:02\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-10 13:42:02\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:40;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3512;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md. Morshed Khan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1816033776\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$fVevIGWA1q0N6vH5aRwOPOrMKDbsISDwK\\/rFd1qAR1aC2UljlsBqa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-10 13:49:30\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-10 13:49:30\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3512;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md. Morshed Khan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1816033776\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$fVevIGWA1q0N6vH5aRwOPOrMKDbsISDwK\\/rFd1qAR1aC2UljlsBqa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-10 13:49:30\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-10 13:49:30\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:41;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3513;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"6\\/2\\/2022\\tAuris\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"auris04@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1799434504\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$0BifN7PtBR2rDBjIeO6fk.lvdYY\\/bXhL67lbuK2ezGZq.3jcjdWv.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-10 14:04:48\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-10 14:04:48\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3513;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"6\\/2\\/2022\\tAuris\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"auris04@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1799434504\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$0BifN7PtBR2rDBjIeO6fk.lvdYY\\/bXhL67lbuK2ezGZq.3jcjdWv.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-10 14:04:48\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-10 14:04:48\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:42;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3514;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:31:\\\"2022-06-06\\tMd. Morshed Sawdagor\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:17:\\\"morshed23@mygpsbd\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1704406523\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$L5TXpDkl6DugJfpNGyR21OQe9BZ1Ai6XIoUf8N0qszijT4msJ\\/bre\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-10 14:15:46\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-10 14:15:46\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3514;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:31:\\\"2022-06-06\\tMd. Morshed Sawdagor\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:17:\\\"morshed23@mygpsbd\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1704406523\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$L5TXpDkl6DugJfpNGyR21OQe9BZ1Ai6XIoUf8N0qszijT4msJ\\/bre\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-10 14:15:46\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-10 14:15:46\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:43;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3515;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"SWOMAN CHOWDHURY\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:24:\\\"swomanchowdhury777@gmail\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1818613921\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$5E7OWHqaw80mwW7tR0EX.u89hJ3fEE5guCHiXFlt4xW8111WDrz1K\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-10 14:21:44\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-10 14:21:44\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3515;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"SWOMAN CHOWDHURY\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:24:\\\"swomanchowdhury777@gmail\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1818613921\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$5E7OWHqaw80mwW7tR0EX.u89hJ3fEE5guCHiXFlt4xW8111WDrz1K\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-10 14:21:44\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-10 14:21:44\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:44;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3517;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Shohel Ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"arnob.bd2012@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01726600747\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$B000cGBBoXsixpje5fD0FOR8wo0PqpvjxX7kChRjJUV\\/HN4WsjTDS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-10 14:26:40\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-10 14:26:40\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3517;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Shohel Ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"arnob.bd2012@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01726600747\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$B000cGBBoXsixpje5fD0FOR8wo0PqpvjxX7kChRjJUV\\/HN4WsjTDS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-10 14:26:40\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-10 14:26:40\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:45;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3522;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Belal Hasan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"belal81@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1674328181\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$rsgOGmFkFLyK\\/upC26EFX.3REc1pnELK\\/J1SNV3UWZVeOV8O8JlOe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-10 14:36:16\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-10 14:36:16\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3522;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Belal Hasan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"belal81@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1674328181\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$rsgOGmFkFLyK\\/upC26EFX.3REc1pnELK\\/J1SNV3UWZVeOV8O8JlOe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-10 14:36:16\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-10 14:36:16\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:46;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3523;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:28:\\\"2022-06-15\\tM.A.RAHMAN PATHAN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1715370405\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$App1lSOouKdY51fCD1924uwhvjqhDEIVRzvw1186mFSq.A0n5CZQq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-10 15:02:52\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-10 15:02:52\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3523;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:28:\\\"2022-06-15\\tM.A.RAHMAN PATHAN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1715370405\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$App1lSOouKdY51fCD1924uwhvjqhDEIVRzvw1186mFSq.A0n5CZQq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-10 15:02:52\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-10 15:02:52\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:47;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3524;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"MD.SHAMSUDDIN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"sshamsuddin027@gmail\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1730080964\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$nqqvL6oEc7sqQn2i.7nIge8tTqfbn5\\/3C1QFDiSDyQJvaqF9JYqIK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-10 15:08:17\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-10 15:08:17\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3524;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"MD.SHAMSUDDIN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"sshamsuddin027@gmail\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1730080964\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$nqqvL6oEc7sqQn2i.7nIge8tTqfbn5\\/3C1QFDiSDyQJvaqF9JYqIK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-10 15:08:17\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-10 15:08:17\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:48;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3526;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"2022-07-24\\tSUMON\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:15:\\\"sumon3431@gmail\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01887367127\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$BS.KPEMrdQdE5m4NVBpOw.mkdgeMahaXaeXW\\/3iP4EsE1IuT7Yb4W\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-10 15:27:10\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-10 15:27:10\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3526;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"2022-07-24\\tSUMON\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:15:\\\"sumon3431@gmail\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01887367127\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$BS.KPEMrdQdE5m4NVBpOw.mkdgeMahaXaeXW\\/3iP4EsE1IuT7Yb4W\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-10 15:27:10\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-10 15:27:10\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:49;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3527;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:22:\\\"2022-07-25\\tJohir islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01796524243\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$QjfKnUxHutIxHlpeGQ.f8eUD84maHq3w2R.CFVcplNhsjLKlTQAPe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-10 15:31:16\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-10 15:31:16\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3527;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:22:\\\"2022-07-25\\tJohir islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01796524243\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$QjfKnUxHutIxHlpeGQ.f8eUD84maHq3w2R.CFVcplNhsjLKlTQAPe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-10 15:31:16\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-10 15:31:16\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:50;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3528;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:28:\\\"2022-08-01\\tMd. Monirul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"engr.mkbd@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01719105116\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$cTeVEvAMQPBwaN6jmil4c.dPAvI8DDXPLXe9c5uB1izcLR7AoDtWG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-10 15:42:39\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-10 15:42:39\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3528;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:28:\\\"2022-08-01\\tMd. Monirul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"engr.mkbd@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01719105116\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$cTeVEvAMQPBwaN6jmil4c.dPAvI8DDXPLXe9c5uB1izcLR7AoDtWG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-10 15:42:39\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-10 15:42:39\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:51;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3529;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Rana\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715218529\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$J4UIMTEh51jB7CHEiulFOOA3v\\/5xvaSbuD3VM5NOnZJw13vR3du2a\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-10 15:51:52\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-10 15:51:52\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3529;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Rana\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715218529\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$J4UIMTEh51jB7CHEiulFOOA3v\\/5xvaSbuD3VM5NOnZJw13vR3du2a\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-10 15:51:52\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-10 15:51:52\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:52;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3531;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:22:\\\"MD SAIFUL ISLAM SHAJIB\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"shajib.ndc@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1711180802\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$gmZ9JXVjYmRU6AolbSe8MeZ0IqRAm4dt3v0lHi2Ox2wLZWNdvgq8u\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 11:08:56\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 11:08:56\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3531;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:22:\\\"MD SAIFUL ISLAM SHAJIB\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"shajib.ndc@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1711180802\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$gmZ9JXVjYmRU6AolbSe8MeZ0IqRAm4dt3v0lHi2Ox2wLZWNdvgq8u\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 11:08:56\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 11:08:56\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:53;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3532;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Rahat\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1722416637\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$JXfZjAcxZqX\\/w4445wgeRO8VoQL8VqWlJSlGgYvchEVxIvWjW9PE.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 11:28:06\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 11:28:06\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3532;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Rahat\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1722416637\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$JXfZjAcxZqX\\/w4445wgeRO8VoQL8VqWlJSlGgYvchEVxIvWjW9PE.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 11:28:06\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 11:28:06\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:54;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3533;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:20:\\\"SUJAN CHANDRA SARKER\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:17:\\\"sujansu@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01750694601\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$nKSaKwN9dleQiuBABbPQz.pYZZWfOanXJ.Ieh187Yttr\\/MXWPDKAG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 11:32:57\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 11:32:57\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3533;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:20:\\\"SUJAN CHANDRA SARKER\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:17:\\\"sujansu@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01750694601\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$nKSaKwN9dleQiuBABbPQz.pYZZWfOanXJ.Ieh187Yttr\\/MXWPDKAG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 11:32:57\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 11:32:57\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:55;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3534;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:22:\\\"\\ufeffSami car enterprise\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"mmdsami83@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01920093726\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$lDu2NZ2bnQHMfELGPPK\\/WO4R9fv2MTsnnrXObSc3SdvsE3\\/SSDhpq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 11:41:17\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 11:41:17\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3534;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:22:\\\"\\ufeffSami car enterprise\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"mmdsami83@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01920093726\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$lDu2NZ2bnQHMfELGPPK\\/WO4R9fv2MTsnnrXObSc3SdvsE3\\/SSDhpq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 11:41:17\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 11:41:17\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:56;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3535;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Mahmudul Alam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01863202538\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$jI9dQ5MPtL6DpraxAueI5e2RjeIczVxZL0eHJGUEik6SkJtKomJ\\/O\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 11:51:46\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 11:51:46\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3535;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Mahmudul Alam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01863202538\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$jI9dQ5MPtL6DpraxAueI5e2RjeIczVxZL0eHJGUEik6SkJtKomJ\\/O\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 11:51:46\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 11:51:46\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:57;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3536;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"MD MOSHARAF HOSSAIN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1915318836\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$2dLl6kqvPU8Z65hUrcfAruNlTBxAH.Z6D.b57wRNBweepv28Goqw2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 11:55:17\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 11:55:17\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3536;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"MD MOSHARAF HOSSAIN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1915318836\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$2dLl6kqvPU8Z65hUrcfAruNlTBxAH.Z6D.b57wRNBweepv28Goqw2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 11:55:17\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 11:55:17\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:58;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3537;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:35:\\\"2022-08-31\\tMd. Abir Tazim Chowdhury\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:32:\\\"abirtazimchowdhury1988@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1718123463\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$rSTB82kZ58C97siIO.lKd.\\/imqXbhy9wkD.zvnuhV7vgJax8bFlH6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 12:02:01\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 12:02:01\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3537;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:35:\\\"2022-08-31\\tMd. Abir Tazim Chowdhury\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:32:\\\"abirtazimchowdhury1988@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1718123463\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$rSTB82kZ58C97siIO.lKd.\\/imqXbhy9wkD.zvnuhV7vgJax8bFlH6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 12:02:01\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 12:02:01\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:59;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3538;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Jahid\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"0175969888\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$jo1fF1Yfeis1V7f5YeiZqOd8tGiwkITyX\\/ECk8DLu2JGDs9WUCloy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 12:05:39\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 12:05:39\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3538;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Jahid\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"0175969888\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$jo1fF1Yfeis1V7f5YeiZqOd8tGiwkITyX\\/ECk8DLu2JGDs9WUCloy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 12:05:39\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 12:05:39\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:60;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3539;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"MOSSARROF HOSSAIN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"waytomona@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1712504433\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Y8Y9moYN5Fge7dT4mbUWH.Q4s5ZCjFZoxD1S\\/FpUluo1xNGWIJ.uG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 12:10:15\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 12:10:15\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3539;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"MOSSARROF HOSSAIN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"waytomona@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1712504433\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Y8Y9moYN5Fge7dT4mbUWH.Q4s5ZCjFZoxD1S\\/FpUluo1xNGWIJ.uG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 12:10:15\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 12:10:15\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:61;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3542;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Md. Arman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01404527837\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$.eg.FaUmUwqI.2SGrnz4pe4\\/iDlo.NG3laD9q6fkjzDiHtQz16SKO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 12:18:43\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 12:18:43\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3542;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Md. Arman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01404527837\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$.eg.FaUmUwqI.2SGrnz4pe4\\/iDlo.NG3laD9q6fkjzDiHtQz16SKO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 12:18:43\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 12:18:43\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:62;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3555;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"MD. WAHIDUL AMIN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"wahidul_amin@yahoo.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1728117499\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$kyHpNjIeKqiYutDD363uguKz6cec2yqGBn0PwDKhkv1xxbAhwlCZC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 12:26:16\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 12:26:16\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3555;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"MD. WAHIDUL AMIN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"wahidul_amin@yahoo.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1728117499\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$kyHpNjIeKqiYutDD363uguKz6cec2yqGBn0PwDKhkv1xxbAhwlCZC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 12:26:16\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 12:26:16\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:63;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3564;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Shamim sarkar\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"brightneonbd@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1711287163\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Cttyas.MBaBshdc4\\/VUk.egmmXCahUyMviH9\\/.OnMhsVw4ZzCSDPG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 12:36:00\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 12:36:00\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3564;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Shamim sarkar\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"brightneonbd@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1711287163\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Cttyas.MBaBshdc4\\/VUk.egmmXCahUyMviH9\\/.OnMhsVw4ZzCSDPG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 12:36:00\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 12:36:00\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:64;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3575;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"MD ANOWER HOSSAIN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01686654309\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$iKN96yPVGWq\\/yiSz2taypOgAKXo.1dQWS2R.cWkl6GX656Bmt9CmG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 12:41:21\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 12:41:21\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3575;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"MD ANOWER HOSSAIN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01686654309\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$iKN96yPVGWq\\/yiSz2taypOgAKXo.1dQWS2R.cWkl6GX656Bmt9CmG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 12:41:21\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 12:41:21\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:65;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3585;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"FAIAZ AHMED\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"sopnilfaiaz@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1950513620\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$BwZ\\/a.dU7WRdzrwKou0t9.nqrfwwvGf1v9S4lPRsgw29feFFd40p2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 12:46:44\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 12:46:44\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3585;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"FAIAZ AHMED\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"sopnilfaiaz@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1950513620\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$BwZ\\/a.dU7WRdzrwKou0t9.nqrfwwvGf1v9S4lPRsgw29feFFd40p2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 12:46:44\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 12:46:44\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:66;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3590;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Jahangir\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01917352553\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$vgnMifhu\\/uPuOLcuZpwliub3TR.h\\/bd3iXNOt1fHQxpTTMhQ1wqvm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 12:51:12\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 12:51:12\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3590;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Jahangir\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01917352553\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$vgnMifhu\\/uPuOLcuZpwliub3TR.h\\/bd3iXNOt1fHQxpTTMhQ1wqvm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 12:51:12\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 12:51:12\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:67;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3593;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:26:\\\"2022-09-28\\tMd Borhan Uddin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"borhanumbl@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1712248152\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$6AIaTStST9JSUzWVinFT9O87eCAr1RuWokC8JOiC2UW2gjgTQGFuG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 12:57:05\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 12:57:05\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3593;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:26:\\\"2022-09-28\\tMd Borhan Uddin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"borhanumbl@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1712248152\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$6AIaTStST9JSUzWVinFT9O87eCAr1RuWokC8JOiC2UW2gjgTQGFuG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 12:57:05\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 12:57:05\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:68;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3608;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Mumin Shah\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"munimshah51@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1875052143\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$GGUGLQiHAxsUqKfS5rm.z.00a73KIpMgCdAXjC5RsPYPjMaCFqTia\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 13:09:21\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 13:09:21\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3608;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Mumin Shah\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"munimshah51@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1875052143\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$GGUGLQiHAxsUqKfS5rm.z.00a73KIpMgCdAXjC5RsPYPjMaCFqTia\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 13:09:21\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 13:09:21\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:69;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3609;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Ruhul amin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01302729273\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$4yGdOl5ZmHUupXMUO8JA0uxSnfYcXgsDDXeghLhmx1CJm24kV8CHW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 13:13:01\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 13:13:01\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3609;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Ruhul amin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01302729273\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$4yGdOl5ZmHUupXMUO8JA0uxSnfYcXgsDDXeghLhmx1CJm24kV8CHW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 13:13:01\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 13:13:01\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:70;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3610;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Md.Ali Raz\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:25:\\\"aliraz.rang1999@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1913319072\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$l1K7uOi5JPQP2YEARHxqwu0t.6yN8LOARh4T.DgzLaQUJiLoJYdyS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 13:19:02\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 13:19:02\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3610;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Md.Ali Raz\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:25:\\\"aliraz.rang1999@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1913319072\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$l1K7uOi5JPQP2YEARHxqwu0t.6yN8LOARh4T.DgzLaQUJiLoJYdyS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 13:19:02\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 13:19:02\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:71;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3611;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"AL AMIN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1715147787\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ce.WAk07KCcGPwy\\/1nH60.TBdpX5gc56bprd20UmeZRrfQ.0iLRGm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 13:23:33\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 13:23:33\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3611;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"AL AMIN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1715147787\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ce.WAk07KCcGPwy\\/1nH60.TBdpX5gc56bprd20UmeZRrfQ.0iLRGm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 13:23:33\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 13:23:33\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:72;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3612;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Shamim\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01819827114\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$TMFBf2aeU0SKIuljcafgEOBc6DJPl7pRKrMt7DB2536ryoVCKGbNS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 13:29:33\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 13:29:33\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3612;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Shamim\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01819827114\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$TMFBf2aeU0SKIuljcafgEOBc6DJPl7pRKrMt7DB2536ryoVCKGbNS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 13:29:33\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 13:29:33\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:73;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3613;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Sultan Mahmud\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"sultan012485@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1819473722\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$rCmQyfjEv4Dh1\\/jHmL2JvOnwNR\\/oCtXQOdwTnv3raUAIrR1\\/eyMYe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 13:34:04\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 13:34:04\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3613;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Sultan Mahmud\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"sultan012485@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1819473722\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$rCmQyfjEv4Dh1\\/jHmL2JvOnwNR\\/oCtXQOdwTnv3raUAIrR1\\/eyMYe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 13:34:04\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 13:34:04\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:74;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3616;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Alamgir hosen\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1765390068\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$FYRoibfkFhHfLWXm13Nxj.0VmXaJjnbifI77YJboWMkBYucZldrDe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 14:29:18\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 14:29:18\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3616;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Alamgir hosen\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1765390068\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$FYRoibfkFhHfLWXm13Nxj.0VmXaJjnbifI77YJboWMkBYucZldrDe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 14:29:18\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 14:29:18\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:75;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3617;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Fahimur Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"0161415666\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$7PZ4\\/utY1ugm1tD4MhBiA.ILiW.NdxrY30qGpmX9.TnQZQDyBGIpC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 14:39:45\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 14:39:45\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3617;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Fahimur Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"0161415666\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$7PZ4\\/utY1ugm1tD4MhBiA.ILiW.NdxrY30qGpmX9.TnQZQDyBGIpC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 14:39:45\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 14:39:45\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:76;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3625;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Tariqul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01743887881\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$VS8covED0KyDm4NqitaIjORk.xPK4IN8OfbJrrxYiy8YJaEMylAYK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 14:48:20\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 14:48:20\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3625;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Tariqul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01743887881\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$VS8covED0KyDm4NqitaIjORk.xPK4IN8OfbJrrxYiy8YJaEMylAYK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 14:48:20\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 14:48:20\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:77;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3632;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:20:\\\"Md.Sojib Rana Sarker\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:27:\\\"mdsojibranans2123@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01304479332\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$1S.8s.xwlK1oX3DMtR7mNe9f4B\\/ZyT1pQfBcsOdZqaCfoVhoxgD3a\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 14:55:12\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 14:55:12\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3632;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:20:\\\"Md.Sojib Rana Sarker\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:27:\\\"mdsojibranans2123@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01304479332\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$1S.8s.xwlK1oX3DMtR7mNe9f4B\\/ZyT1pQfBcsOdZqaCfoVhoxgD3a\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 14:55:12\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 14:55:12\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:78;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3638;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:30:\\\"2022-11-09\\tDelwar Hossan Belal\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"belalmytv@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1733555270\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$\\/QSU\\/HG7Fx9OfX2VviyDi.TCJh9M71M5WKQST80z1zGi.upaxyfSC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 14:58:41\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 14:58:41\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3638;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:30:\\\"2022-11-09\\tDelwar Hossan Belal\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"belalmytv@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1733555270\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$\\/QSU\\/HG7Fx9OfX2VviyDi.TCJh9M71M5WKQST80z1zGi.upaxyfSC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 14:58:41\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 14:58:41\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:79;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3647;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Md.kazi albi\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:17:\\\"kmralvi@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01799943027\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$uBJoFoGMvfUNYvTl1j0PSupg7cOPEHgXSUjrjRK.eWIxq6RrK8roy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 15:11:46\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 15:11:46\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3647;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Md.kazi albi\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:17:\\\"kmralvi@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01799943027\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$uBJoFoGMvfUNYvTl1j0PSupg7cOPEHgXSUjrjRK.eWIxq6RrK8roy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 15:11:46\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 15:11:46\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:80;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3648;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Md Rony\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"rony1865@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01917423941\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$upBe19\\/Xn0OcUDLxZh5dpOWeJPdlZoz0RpPyfWGwhGJGlO\\/RMu3eu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 15:17:24\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 15:17:24\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3648;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Md Rony\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"rony1865@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01917423941\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$upBe19\\/Xn0OcUDLxZh5dpOWeJPdlZoz0RpPyfWGwhGJGlO\\/RMu3eu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 15:17:24\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 15:17:24\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:81;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3665;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Masud\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01708125507\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Dxip.i267PcZHJ15gJysEOpYAcTMR31TzjlODmUG8JsqSnVsA29CW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 15:31:42\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 15:31:42\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3665;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Masud\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01708125507\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Dxip.i267PcZHJ15gJysEOpYAcTMR31TzjlODmUG8JsqSnVsA29CW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 15:31:42\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 15:31:42\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:82;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3697;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Rahat\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01731070380\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$8OrjRXbYWPoStwG\\/XxAR6.MTgqDX2Mnbo4E.40PkrQmOu0BCq8iYK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 16:07:08\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 16:07:08\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3697;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Rahat\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01731070380\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$8OrjRXbYWPoStwG\\/XxAR6.MTgqDX2Mnbo4E.40PkrQmOu0BCq8iYK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 16:07:08\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 16:07:08\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:83;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3709;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Aminul mina\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"saddam.mina@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01611642028\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$TzeCBoOKnGgEHvvNt4Vc6eBJV1RPvX1tXW1KLVA.ZNziedVJX0pvi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 16:51:53\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 16:51:53\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3709;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Aminul mina\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"saddam.mina@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01611642028\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$TzeCBoOKnGgEHvvNt4Vc6eBJV1RPvX1tXW1KLVA.ZNziedVJX0pvi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 16:51:53\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 16:51:53\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:84;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3712;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"nur azad\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01303303899\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$KIzEN7cC2cGlmy9ykJz3euT22PmPP82xJpRTsRgsrKWh8StQAi9fS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 17:12:44\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 17:12:44\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3712;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"nur azad\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01303303899\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$KIzEN7cC2cGlmy9ykJz3euT22PmPP82xJpRTsRgsrKWh8StQAi9fS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 17:12:44\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 17:12:44\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:85;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3715;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Sayed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01757419119\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$5o0Flg.VuLIT.lmSheQTw.U6XRbXXt.flmYc5rk0oOCcAqOSDg7kW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 17:49:12\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 17:49:12\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3715;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Sayed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01757419119\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$5o0Flg.VuLIT.lmSheQTw.U6XRbXXt.flmYc5rk0oOCcAqOSDg7kW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 17:49:12\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 17:49:12\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:86;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3716;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Sumon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01799219421\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$rPa9D8nUkO73jqDAFWbsDu.bt\\/Ro2jC.UFbWLJYshvvP0REpIiLo.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-12 10:33:33\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-12 10:33:33\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3716;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Sumon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01799219421\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$rPa9D8nUkO73jqDAFWbsDu.bt\\/Ro2jC.UFbWLJYshvvP0REpIiLo.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-12 10:33:33\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-12 10:33:33\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:87;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3717;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Farid Molla\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01798275150\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$wx7gA\\/6nib0X\\/O0sNE0t2OLQFpkKhKJ3r7jeNWL0oSZhlvzEv\\/BKy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-12 10:43:18\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-12 10:43:18\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3717;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Farid Molla\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01798275150\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$wx7gA\\/6nib0X\\/O0sNE0t2OLQFpkKhKJ3r7jeNWL0oSZhlvzEv\\/BKy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-12 10:43:18\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-12 10:43:18\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:88;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3719;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"AL AMIN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715147788\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$hU1M7yZ8fMSoWjy11chW1ecaKB09tu0x\\/P.664LleKcgscz6zhObG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-12 11:48:04\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-12 11:48:04\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3719;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"AL AMIN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715147788\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$hU1M7yZ8fMSoWjy11chW1ecaKB09tu0x\\/P.664LleKcgscz6zhObG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-12 11:48:04\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-12 11:48:04\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:89;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4119;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:21:\\\"Mohammad Masoom Hasan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"masoom.hs@gmail.com2\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01799983779\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$dWnWn5U1AdTfteLm2e\\/iteFkhHDLLT9CStS30vJL5SnAieyLWD1ZK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-27 11:39:23\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-27 11:39:23\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4119;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:21:\\\"Mohammad Masoom Hasan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"masoom.hs@gmail.com2\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01799983779\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$dWnWn5U1AdTfteLm2e\\/iteFkhHDLLT9CStS30vJL5SnAieyLWD1ZK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-27 11:39:23\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-27 11:39:23\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:90;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4123;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Md.Al-Amin Miah\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"advalaminmiah@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01841852456\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$jSgqMENYegp0vg2s\\/wpmkuVx8WCIm4xzzTv1ZJ9T5bFyDxEu4cjgq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-27 11:43:50\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-27 11:43:50\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4123;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Md.Al-Amin Miah\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"advalaminmiah@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01841852456\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$jSgqMENYegp0vg2s\\/wpmkuVx8WCIm4xzzTv1ZJ9T5bFyDxEu4cjgq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-27 11:43:50\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-27 11:43:50\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:91;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4173;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Shobuj\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01911180737\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$4pcVXU4ITCTuX3dhhdj.ru9g378OZbpEDgBMCkR3wlZKFJ7aYObvq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-27 15:52:00\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-27 15:52:00\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4173;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Shobuj\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01911180737\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$4pcVXU4ITCTuX3dhhdj.ru9g378OZbpEDgBMCkR3wlZKFJ7aYObvq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-27 15:52:00\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-27 15:52:00\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:92;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4186;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Monir\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01754979749\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$zeR7Hm2kDfMle35Mcf0MrebfEAdKZXJOSk2TnF0q2fFOI7i7SdiVK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-27 17:09:08\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-27 17:09:08\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4186;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Monir\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01754979749\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$zeR7Hm2kDfMle35Mcf0MrebfEAdKZXJOSk2TnF0q2fFOI7i7SdiVK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-27 17:09:08\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-27 17:09:08\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:93;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4192;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:21:\\\"Md Borhan uddin ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01788933737\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ueEjod73gwCaBh0O3WmK7OEsNShk2GH92CSlTQHiBvoZOS8iYzxTy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-27 17:46:31\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-27 17:46:31\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4192;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:21:\\\"Md Borhan uddin ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01788933737\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ueEjod73gwCaBh0O3WmK7OEsNShk2GH92CSlTQHiBvoZOS8iYzxTy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-27 17:46:31\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-27 17:46:31\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:94;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4193;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Abdur Rahim\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01978013445\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$8I\\/Jmpv1w1QDfHpUsYmZH.ieCOyfc21WlNUn7VPl5.weoOGbqaqzG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-27 17:51:49\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-27 17:51:49\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4193;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Abdur Rahim\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01978013445\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$8I\\/Jmpv1w1QDfHpUsYmZH.ieCOyfc21WlNUn7VPl5.weoOGbqaqzG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-27 17:51:49\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-27 17:51:49\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:95;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4396;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:21:\\\"A.K.M. Shafiul Hassan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:25:\\\"shafiulhassan@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01730340732\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$FxUMwH5mrnmCwmLYeaqhG.aAxxzbLkRVO99hY.jv59gZdcVj70bdy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-08 21:46:15\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-08 21:46:15\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4396;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:21:\\\"A.K.M. Shafiul Hassan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:25:\\\"shafiulhassan@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01730340732\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$FxUMwH5mrnmCwmLYeaqhG.aAxxzbLkRVO99hY.jv59gZdcVj70bdy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-08 21:46:15\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-08 21:46:15\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:96;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4397;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Abdul Kashem\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711056005\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$sDxAGN9Trcn4hNXl829WEu1hX\\/KJMfCxfsJ9Pgml.7Ype26xgrQCC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-08 22:01:16\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-08 22:01:16\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4397;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Abdul Kashem\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711056005\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$sDxAGN9Trcn4hNXl829WEu1hX\\/KJMfCxfsJ9Pgml.7Ype26xgrQCC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-08 22:01:16\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-08 22:01:16\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:97;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4398;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Abdullah Al Sayeed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01611529134\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$paMfOvl9BKwtGqVeXh1aBuo4KDFZvDpq75c.5R7CXrZgHZjyMqo8y\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-08 23:11:13\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-08 23:11:13\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4398;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Abdullah Al Sayeed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01611529134\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$paMfOvl9BKwtGqVeXh1aBuo4KDFZvDpq75c.5R7CXrZgHZjyMqo8y\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-08 23:11:13\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-08 23:11:13\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:98;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4399;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Abdur rahim\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711322980\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$KVvZ9ZUvpoBwOOezOAewXuqWmfyWP7dpD5Yyu2VE59Fcbvy\\/8AewW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-08 23:43:10\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-08 23:43:10\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4399;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Abdur rahim\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711322980\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$KVvZ9ZUvpoBwOOezOAewXuqWmfyWP7dpD5Yyu2VE59Fcbvy\\/8AewW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-08 23:43:10\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-08 23:43:10\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:99;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4400;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Abdur Rahim Khan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01688382773\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$3bDV5F8A6b8vGsOW6DYZh.6DXWXOo4j82GpR\\/uSsTZQ7.7USjwJeO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-08 23:47:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-08 23:47:29\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4400;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Abdur Rahim Khan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01688382773\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$3bDV5F8A6b8vGsOW6DYZh.6DXWXOo4j82GpR\\/uSsTZQ7.7USjwJeO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-08 23:47:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-08 23:47:29\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}}}s:4:\\\"text\\\";s:335:\\\"\\u09b8\\u09ae\\u09cd\\u09ae\\u09be\\u09a8\\u09bf\\u09a4 \\u0997\\u09cd\\u09b0\\u09be\\u09b9\\u0995, \\u09b8\\u09be\\u09b0\\u09cd\\u09ad\\u09be\\u09b0 \\u0986\\u09aa\\u09a1\\u09c7\\u099f \\u09a6\\u09c7\\u0993\\u09df\\u09be\\u09b0 \\u0995\\u09be\\u09b0\\u09a8\\u09c7 \\u0986\\u09aa\\u09a8\\u09be\\u09a6\\u09c7\\u09b0 \\u09a8\\u09bf\\u0995\\u099f \\u09ac\\u09bf\\u09b2\\u09c7\\u09b0 \\u098f\\u0995\\u099f\\u09bf \\u09ad\\u09c1\\u09b2 \\u09ae\\u09c7\\u09b8\\u09c7\\u099c \\u0997\\u09bf\\u09df\\u09c7\\u099b\\u09c7 \\u0964 \\u09ac\\u09bf\\u09b7\\u09df\\u099f\\u09bf\\u09b0 \\u099c\\u09a8\\u09cd\\u09af \\u0986\\u09ae\\u09b0\\u09be \\u0986\\u09a8\\u09cd\\u09a4\\u09b0\\u09bf\\u0995 \\u09ad\\u09be\\u09ac\\u09c7 \\u09a6\\u09c1\\u0983\\u0996\\u09bf\\u09a4\\u0964\\\";}s:3:\\\"job\\\";N;s:10:\\\"connection\\\";N;s:5:\\\"queue\\\";N;s:15:\\\"chainConnection\\\";N;s:10:\\\"chainQueue\\\";N;s:5:\\\"delay\\\";N;s:10:\\\"middleware\\\";a:0:{}s:7:\\\"chained\\\";a:0:{}}\"}}', 'Illuminate\\Queue\\MaxAttemptsExceededException: App\\Jobs\\SmsSend has been attempted too many times or run too long. The job may have previously timed out. in /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php:648\nStack trace:\n#0 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(163): Illuminate\\Queue\\Worker->maxAttemptsExceededException(Object(Illuminate\\Queue\\Jobs\\DatabaseJob))\n#1 /home/mygpsbd/public_html/app/Http/helper.php(28): Illuminate\\Queue\\Worker->Illuminate\\Queue\\{closure}(14, Array)\n#2 /home/mygpsbd/public_html/app/Jobs/SmsSend.php(35): send_sms(\'\\xE0\\xA6\\xB8\\xE0\\xA6\\xAE\\xE0\\xA7\\x8D\\xE0\\xA6\\xAE\\xE0\\xA6\\xBE...\', Array)\n#3 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App\\Jobs\\SmsSend->handle()\n#4 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/Util.php(37): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}()\n#5 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(93): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))\n#6 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(37): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))\n#7 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/Container.php(596): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)\n#8 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php(94): Illuminate\\Container\\Container->call(Array)\n#9 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(128): Illuminate\\Bus\\Dispatcher->Illuminate\\Bus\\{closure}(Object(App\\Jobs\\SmsSend))\n#10 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(103): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(App\\Jobs\\SmsSend))\n#11 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php(98): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))\n#12 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(83): Illuminate\\Bus\\Dispatcher->dispatchNow(Object(App\\Jobs\\SmsSend), false)\n#13 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(128): Illuminate\\Queue\\CallQueuedHandler->Illuminate\\Queue\\{closure}(Object(App\\Jobs\\SmsSend))\n#14 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(103): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(App\\Jobs\\SmsSend))\n#15 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(85): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))\n#16 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(59): Illuminate\\Queue\\CallQueuedHandler->dispatchThroughMiddleware(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Object(App\\Jobs\\SmsSend))\n#17 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Jobs/Job.php(98): Illuminate\\Queue\\CallQueuedHandler->call(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Array)\n#18 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(356): Illuminate\\Queue\\Jobs\\Job->fire()\n#19 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(306): Illuminate\\Queue\\Worker->process(\'database\', Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Object(Illuminate\\Queue\\WorkerOptions))\n#20 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(132): Illuminate\\Queue\\Worker->runJob(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), \'database\', Object(Illuminate\\Queue\\WorkerOptions))\n#21 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(112): Illuminate\\Queue\\Worker->daemon(\'database\', \'default\', Object(Illuminate\\Queue\\WorkerOptions))\n#22 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(96): Illuminate\\Queue\\Console\\WorkCommand->runWorker(\'database\', \'default\')\n#23 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Illuminate\\Queue\\Console\\WorkCommand->handle()\n#24 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/Util.php(37): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}()\n#25 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(93): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))\n#26 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(37): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))\n#27 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/Container.php(596): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)\n#28 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Console/Command.php(134): Illuminate\\Container\\Container->call(Array)\n#29 /home/mygpsbd/public_html/vendor/symfony/console/Command/Command.php(298): Illuminate\\Console\\Command->execute(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))\n#30 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Console/Command.php(121): Symfony\\Component\\Console\\Command\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))\n#31 /home/mygpsbd/public_html/vendor/symfony/console/Application.php(1040): Illuminate\\Console\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#32 /home/mygpsbd/public_html/vendor/symfony/console/Application.php(301): Symfony\\Component\\Console\\Application->doRunCommand(Object(Illuminate\\Queue\\Console\\WorkCommand), Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#33 /home/mygpsbd/public_html/vendor/symfony/console/Application.php(171): Symfony\\Component\\Console\\Application->doRun(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#34 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Console/Application.php(93): Symfony\\Component\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#35 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(129): Illuminate\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#36 /home/mygpsbd/public_html/artisan(37): Illuminate\\Foundation\\Console\\Kernel->handle(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#37 {main}', '2024-02-08 20:01:03');
INSERT INTO `failed_jobs` (`id`, `connection`, `queue`, `payload`, `exception`, `failed_at`) VALUES
(699, 'database', 'default', '{\"uuid\":\"316e0d21-7669-4528-b4a2-8abd53abfa3f\",\"displayName\":\"App\\\\Jobs\\\\SmsSend\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"delay\":null,\"timeout\":null,\"timeoutAt\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\SmsSend\",\"command\":\"O:16:\\\"App\\\\Jobs\\\\SmsSend\\\":9:{s:4:\\\"data\\\";a:2:{s:4:\\\"data\\\";O:39:\\\"Illuminate\\\\Database\\\\Eloquent\\\\Collection\\\":1:{s:8:\\\"\\u0000*\\u0000items\\\";a:100:{i:0;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:1180;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Kona\\\";s:3:\\\"nid\\\";s:20:\\\"12344t57676978986564\\\";s:5:\\\"email\\\";s:22:\\\"konaakter011@gmail.com\\\";s:7:\\\"address\\\";s:13:\\\"Mirpur1,Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01760372867\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$0cVAbD\\/XQdUkbLHUYiLvMeWUyWDLxeXOAUma0B8Hi9FU8jAOYz7eK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-08-21 16:33:46\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-08-21 16:43:40\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:1180;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Kona\\\";s:3:\\\"nid\\\";s:20:\\\"12344t57676978986564\\\";s:5:\\\"email\\\";s:22:\\\"konaakter011@gmail.com\\\";s:7:\\\"address\\\";s:13:\\\"Mirpur1,Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01760372867\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$0cVAbD\\/XQdUkbLHUYiLvMeWUyWDLxeXOAUma0B8Hi9FU8jAOYz7eK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-08-21 16:33:46\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-08-21 16:43:40\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:1;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:1243;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:23:\\\"Mohammad Zakariaul Alam\\\";s:3:\\\"nid\\\";s:3:\\\"N\\/A\\\";s:5:\\\"email\\\";s:21:\\\"zakaria6014@gmail.com\\\";s:7:\\\"address\\\";s:78:\\\"SBS Tekstil Sanayi ve Ticaret A.S. Flat-A\\/4, House-59, Road-59,Block-I, Bonani\\\";s:5:\\\"phone\\\";s:11:\\\"01819223568\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$8EQjo8woqCDv0dPSLxHnI.FkwPbueZNnjVM009SK3Ic1pWcNqTU\\/y\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-08-23 15:22:46\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-08-23 15:28:53\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:1243;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:23:\\\"Mohammad Zakariaul Alam\\\";s:3:\\\"nid\\\";s:3:\\\"N\\/A\\\";s:5:\\\"email\\\";s:21:\\\"zakaria6014@gmail.com\\\";s:7:\\\"address\\\";s:78:\\\"SBS Tekstil Sanayi ve Ticaret A.S. Flat-A\\/4, House-59, Road-59,Block-I, Bonani\\\";s:5:\\\"phone\\\";s:11:\\\"01819223568\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$8EQjo8woqCDv0dPSLxHnI.FkwPbueZNnjVM009SK3Ic1pWcNqTU\\/y\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-08-23 15:22:46\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-08-23 15:28:53\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:2;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:1255;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md Mominul islam\\\";s:3:\\\"nid\\\";s:3:\\\"N\\/A\\\";s:5:\\\"email\\\";s:19:\\\"mominustc@gmail.com\\\";s:7:\\\"address\\\";s:9:\\\"gulshan-1\\\";s:5:\\\"phone\\\";s:11:\\\"01911892900\\\";s:11:\\\"alter_phone\\\";s:11:\\\"01712513229\\\";s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$xQLEraFxphSfykUrkh4jFOgCDA\\/FxvLO7GDU3OeAUb3PYMLYX2a5.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-08-24 11:31:36\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-08-24 11:32:56\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:1255;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md Mominul islam\\\";s:3:\\\"nid\\\";s:3:\\\"N\\/A\\\";s:5:\\\"email\\\";s:19:\\\"mominustc@gmail.com\\\";s:7:\\\"address\\\";s:9:\\\"gulshan-1\\\";s:5:\\\"phone\\\";s:11:\\\"01911892900\\\";s:11:\\\"alter_phone\\\";s:11:\\\"01712513229\\\";s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$xQLEraFxphSfykUrkh4jFOgCDA\\/FxvLO7GDU3OeAUb3PYMLYX2a5.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-08-24 11:31:36\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-08-24 11:32:56\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:3;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:1361;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:21:\\\"Mushfique Ahmed Samit\\\";s:3:\\\"nid\\\";s:3:\\\"N\\/A\\\";s:5:\\\"email\\\";s:23:\\\"mushfique75@mygpsbd.net\\\";s:7:\\\"address\\\";s:12:\\\"Shoinik Club\\\";s:5:\\\"phone\\\";s:11:\\\"01725518575\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$OmQv\\/Vh49pZk9ZEE5MfXg.SU9BCgkSYkM6KL9S9iTw6GjjPjjOXVy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-08-28 11:11:57\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-08-28 11:11:57\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:1361;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:21:\\\"Mushfique Ahmed Samit\\\";s:3:\\\"nid\\\";s:3:\\\"N\\/A\\\";s:5:\\\"email\\\";s:23:\\\"mushfique75@mygpsbd.net\\\";s:7:\\\"address\\\";s:12:\\\"Shoinik Club\\\";s:5:\\\"phone\\\";s:11:\\\"01725518575\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$OmQv\\/Vh49pZk9ZEE5MfXg.SU9BCgkSYkM6KL9S9iTw6GjjPjjOXVy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-08-28 11:11:57\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-08-28 11:11:57\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:4;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:1364;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Nur alom sorker\\\";s:3:\\\"nid\\\";s:3:\\\"N\\/A\\\";s:5:\\\"email\\\";s:21:\\\"nuralom69@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711460169\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$j5zbDw7ZPev9Z3VYRxTOIeJKoiizvnlU4p7Ws0jieFHD7W1PhNUBa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-08-28 16:29:25\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-08-28 16:29:25\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:1364;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Nur alom sorker\\\";s:3:\\\"nid\\\";s:3:\\\"N\\/A\\\";s:5:\\\"email\\\";s:21:\\\"nuralom69@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711460169\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$j5zbDw7ZPev9Z3VYRxTOIeJKoiizvnlU4p7Ws0jieFHD7W1PhNUBa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-08-28 16:29:25\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-08-28 16:29:25\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:5;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:1448;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Mainur Rahman\\\";s:3:\\\"nid\\\";s:3:\\\"N\\/A\\\";s:5:\\\"email\\\";s:18:\\\"rumidu60@gmail.com\\\";s:7:\\\"address\\\";s:88:\\\"house - 30, Flat - 3\\/1402, Eastern Peace Apartments, peer Saheb Goli, shantinagar. Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01787678774\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$r7ka2If6I2baOWdEODIk9u1o2AszXqBA4aILFQAuqx\\/msJWENNhF.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-08-30 17:17:45\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-08-30 17:17:45\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:1448;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Mainur Rahman\\\";s:3:\\\"nid\\\";s:3:\\\"N\\/A\\\";s:5:\\\"email\\\";s:18:\\\"rumidu60@gmail.com\\\";s:7:\\\"address\\\";s:88:\\\"house - 30, Flat - 3\\/1402, Eastern Peace Apartments, peer Saheb Goli, shantinagar. Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01787678774\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$r7ka2If6I2baOWdEODIk9u1o2AszXqBA4aILFQAuqx\\/msJWENNhF.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-08-30 17:17:45\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-08-30 17:17:45\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:6;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:1451;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:27:\\\"LT COL TARANA TASLIMA TITHI\\\";s:3:\\\"nid\\\";s:3:\\\"N\\/A\\\";s:5:\\\"email\\\";s:21:\\\"drtaranaamc@gmail.com\\\";s:7:\\\"address\\\";s:7:\\\"Rangpur\\\";s:5:\\\"phone\\\";s:11:\\\"01711009383\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$xBVuXlETFf5qhiX9\\/IhVj.kzS65QC275\\/UWt3SEQcx6G5CdotBn\\/u\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-08-30 17:21:49\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-08-30 17:21:49\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:1451;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:27:\\\"LT COL TARANA TASLIMA TITHI\\\";s:3:\\\"nid\\\";s:3:\\\"N\\/A\\\";s:5:\\\"email\\\";s:21:\\\"drtaranaamc@gmail.com\\\";s:7:\\\"address\\\";s:7:\\\"Rangpur\\\";s:5:\\\"phone\\\";s:11:\\\"01711009383\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$xBVuXlETFf5qhiX9\\/IhVj.kzS65QC275\\/UWt3SEQcx6G5CdotBn\\/u\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-08-30 17:21:49\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-08-30 17:21:49\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:7;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2026;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Lotifur Rahman\\\";s:3:\\\"nid\\\";s:21:\\\"123456534352452414314\\\";s:5:\\\"email\\\";s:17:\\\"Lotifur@gmail.com\\\";s:7:\\\"address\\\";s:29:\\\"west dashara, manikgonj sadar\\\";s:5:\\\"phone\\\";s:11:\\\"01724763800\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$KMmTs8edhYl\\/MP9UowAf4.r34LG.9xtOV.TIYFgw0\\/mi4syMxNknG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-12 10:54:27\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-12 15:28:15\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2026;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Lotifur Rahman\\\";s:3:\\\"nid\\\";s:21:\\\"123456534352452414314\\\";s:5:\\\"email\\\";s:17:\\\"Lotifur@gmail.com\\\";s:7:\\\"address\\\";s:29:\\\"west dashara, manikgonj sadar\\\";s:5:\\\"phone\\\";s:11:\\\"01724763800\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$KMmTs8edhYl\\/MP9UowAf4.r34LG.9xtOV.TIYFgw0\\/mi4syMxNknG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-12 10:54:27\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-12 15:28:15\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:8;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2073;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:21:\\\"Sazedul Islam Shishir\\\";s:3:\\\"nid\\\";s:3:\\\"N\\/A\\\";s:5:\\\"email\\\";s:16:\\\"Sazedl@gmail.com\\\";s:7:\\\"address\\\";s:37:\\\"47-b\\/b,mazar road,2nd colony,mirpur-1\\\";s:5:\\\"phone\\\";s:11:\\\"01300575219\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$GE7r5XfBPi3WpXGKbbgy6eaRm3cwqutPp0kCF39StgYwomIfFjMIa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-12 12:22:06\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-12 16:56:16\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2073;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:21:\\\"Sazedul Islam Shishir\\\";s:3:\\\"nid\\\";s:3:\\\"N\\/A\\\";s:5:\\\"email\\\";s:16:\\\"Sazedl@gmail.com\\\";s:7:\\\"address\\\";s:37:\\\"47-b\\/b,mazar road,2nd colony,mirpur-1\\\";s:5:\\\"phone\\\";s:11:\\\"01300575219\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$GE7r5XfBPi3WpXGKbbgy6eaRm3cwqutPp0kCF39StgYwomIfFjMIa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-12 12:22:06\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-12 16:56:16\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:9;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2135;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Dr. Nusrat Jahan\\\";s:3:\\\"nid\\\";s:3:\\\"N\\/A\\\";s:5:\\\"email\\\";s:18:\\\"nusrat@mygpsbd.net\\\";s:7:\\\"address\\\";s:25:\\\"Mosurabad, road-2, adabor\\\";s:5:\\\"phone\\\";s:11:\\\"01730592629\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$yCOjB2cgraMu9eqZNfc6GefZYeiiqF1JcVLG6BEaY1rbRnrnyrurW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-12 15:32:45\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-12 15:32:45\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2135;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Dr. Nusrat Jahan\\\";s:3:\\\"nid\\\";s:3:\\\"N\\/A\\\";s:5:\\\"email\\\";s:18:\\\"nusrat@mygpsbd.net\\\";s:7:\\\"address\\\";s:25:\\\"Mosurabad, road-2, adabor\\\";s:5:\\\"phone\\\";s:11:\\\"01730592629\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$yCOjB2cgraMu9eqZNfc6GefZYeiiqF1JcVLG6BEaY1rbRnrnyrurW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-12 15:32:45\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-12 15:32:45\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:10;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2137;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"A T M Nasirul Huq\\\";s:3:\\\"nid\\\";s:21:\\\"123456534352452414314\\\";s:5:\\\"email\\\";s:22:\\\"atmnasirul@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01760669669\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$qXgVqZIclojGlxrdEDynTuzlQuitZKMDJpCsj3K4sp.S2lDtYGgWa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-12 15:53:43\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-12 15:53:43\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2137;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"A T M Nasirul Huq\\\";s:3:\\\"nid\\\";s:21:\\\"123456534352452414314\\\";s:5:\\\"email\\\";s:22:\\\"atmnasirul@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01760669669\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$qXgVqZIclojGlxrdEDynTuzlQuitZKMDJpCsj3K4sp.S2lDtYGgWa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-12 15:53:43\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-12 15:53:43\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:11;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2139;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Abdul Hamid\\\";s:3:\\\"nid\\\";s:21:\\\"123456534352452414314\\\";s:5:\\\"email\\\";s:19:\\\"hamid96@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01319011196\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$yAw8XYqBB.Zh7FrawJpq3.FYPMnY.XU3D6qe.CQa84BbIJXFyf56e\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-12 16:02:24\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-12 16:02:24\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2139;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Abdul Hamid\\\";s:3:\\\"nid\\\";s:21:\\\"123456534352452414314\\\";s:5:\\\"email\\\";s:19:\\\"hamid96@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01319011196\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$yAw8XYqBB.Zh7FrawJpq3.FYPMnY.XU3D6qe.CQa84BbIJXFyf56e\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-12 16:02:24\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-12 16:02:24\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:12;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2141;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Abdul kader\\\";s:3:\\\"nid\\\";s:21:\\\"123456534352452414314\\\";s:5:\\\"email\\\";s:22:\\\"abdulkader@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01917247392\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$QTQuxO.BSbrQADAIrRsX2O7cO1WwxY.T58fbykWL6hhtdjfZvbcwW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-12 16:06:00\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-12 16:06:00\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2141;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Abdul kader\\\";s:3:\\\"nid\\\";s:21:\\\"123456534352452414314\\\";s:5:\\\"email\\\";s:22:\\\"abdulkader@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01917247392\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$QTQuxO.BSbrQADAIrRsX2O7cO1WwxY.T58fbykWL6hhtdjfZvbcwW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-12 16:06:00\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-12 16:06:00\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:13;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2143;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:22:\\\"Abdullah Al Mamun jony\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"jony10@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01953984010\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Rg\\/HhCUKj2.V0.cqBZ9TdOjubrhf3hh2A00POGooLPY7MnhEY8jwy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-12 16:22:45\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-12 16:22:45\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2143;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:22:\\\"Abdullah Al Mamun jony\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"jony10@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01953984010\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Rg\\/HhCUKj2.V0.cqBZ9TdOjubrhf3hh2A00POGooLPY7MnhEY8jwy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-12 16:22:45\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-12 16:22:45\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:14;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2144;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Abul Hossen\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"abul41@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01713456141\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$tJUYvfDBUk3w1\\/Zx4P6fyektNpHpt2c5AB\\/bUHUfbFKP8W\\/qnm06O\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-12 16:30:58\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-12 16:30:58\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2144;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Abul Hossen\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"abul41@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01713456141\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$tJUYvfDBUk3w1\\/Zx4P6fyektNpHpt2c5AB\\/bUHUfbFKP8W\\/qnm06O\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-12 16:30:58\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-12 16:30:58\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:15;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2147;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Aiub Bachu\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"aiubbachu23@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01713148123\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ZYUgwd6VOx3GgAVBxUDCr.E75pcq6zKAj0d83leHasm63ntx6Hyka\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-12 16:53:24\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-12 16:53:24\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2147;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Aiub Bachu\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"aiubbachu23@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01713148123\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ZYUgwd6VOx3GgAVBxUDCr.E75pcq6zKAj0d83leHasm63ntx6Hyka\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-12 16:53:24\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-12 16:53:24\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:16;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2148;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Akshoy Bhowmick\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"akshay88@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01641850988\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$E7n1Exh69z4EHUCV9fD7XOkvHgA.8Khn035R9vDafHhb7qSqAUh5q\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-12 16:55:57\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-12 16:55:57\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2148;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Akshoy Bhowmick\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"akshay88@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01641850988\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$E7n1Exh69z4EHUCV9fD7XOkvHgA.8Khn035R9vDafHhb7qSqAUh5q\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-12 16:55:57\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-12 16:55:57\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:17;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2150;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Salam\\\";s:3:\\\"nid\\\";s:3:\\\"N\\/A\\\";s:5:\\\"email\\\";s:19:\\\"salam72@mygpsbd.net\\\";s:7:\\\"address\\\";s:25:\\\"146 New Velly Road, Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01758480972\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$xHV\\/9ja3Yjhv8knDG06IB.bhW4myLj72s\\/kbanIYZHHrKPV80mQRG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-12 16:59:12\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-12 16:59:12\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2150;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Salam\\\";s:3:\\\"nid\\\";s:3:\\\"N\\/A\\\";s:5:\\\"email\\\";s:19:\\\"salam72@mygpsbd.net\\\";s:7:\\\"address\\\";s:25:\\\"146 New Velly Road, Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01758480972\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$xHV\\/9ja3Yjhv8knDG06IB.bhW4myLj72s\\/kbanIYZHHrKPV80mQRG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-12 16:59:12\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-12 16:59:12\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:18;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2151;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Alamin91\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"alamin91@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01916327391\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ZjiVGQCYgZPCK4H.ZnijQudUfkolL9Dsprx0RG00lUClSaxuy9Ssa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-12 17:01:20\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-12 17:01:20\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2151;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Alamin91\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"alamin91@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01916327391\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ZjiVGQCYgZPCK4H.ZnijQudUfkolL9Dsprx0RG00lUClSaxuy9Ssa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-12 17:01:20\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-12 17:01:20\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:19;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2153;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Faruk\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"faruk78@mygpsbd.net\\\";s:7:\\\"address\\\";s:30:\\\"Mondol Group, Mouchak, Gazipur\\\";s:5:\\\"phone\\\";s:11:\\\"01938882978\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$aWl5QfrTI\\/jUibeFVxQOr.V0qEMYVqLIpebhMc4SqK5TsBACGuV62\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-12 17:04:26\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-12 17:04:26\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2153;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Faruk\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"faruk78@mygpsbd.net\\\";s:7:\\\"address\\\";s:30:\\\"Mondol Group, Mouchak, Gazipur\\\";s:5:\\\"phone\\\";s:11:\\\"01938882978\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$aWl5QfrTI\\/jUibeFVxQOr.V0qEMYVqLIpebhMc4SqK5TsBACGuV62\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-12 17:04:26\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-12 17:04:26\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:20;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2155;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"Md. Shahinur Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:7:\\\"Shamoly\\\";s:5:\\\"phone\\\";s:11:\\\"01723073254\\\";s:11:\\\"alter_phone\\\";s:11:\\\"01983899085\\\";s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Qvg\\/h9yCjBokKqZiJ9Rl\\/uxCCdUeG7w\\/EgyMcgbzI1\\/1iLC\\/DYRh2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-12 17:08:52\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-12 17:08:52\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2155;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"Md. Shahinur Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:7:\\\"Shamoly\\\";s:5:\\\"phone\\\";s:11:\\\"01723073254\\\";s:11:\\\"alter_phone\\\";s:11:\\\"01983899085\\\";s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Qvg\\/h9yCjBokKqZiJ9Rl\\/uxCCdUeG7w\\/EgyMcgbzI1\\/1iLC\\/DYRh2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-12 17:08:52\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-12 17:08:52\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:21;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2157;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:20:\\\"Aminur Rahman Polash\\\";s:3:\\\"nid\\\";s:3:\\\"N\\/A\\\";s:5:\\\"email\\\";s:20:\\\"arpolash@mygpsbd.net\\\";s:7:\\\"address\\\";s:63:\\\"52\\/4\\/f, Sadek khan road (beside meristopes), Rayerbazaar, Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01717692939\\\";s:11:\\\"alter_phone\\\";s:11:\\\"01718821449\\\";s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$N5kEO1jR\\/GJen.A7cVG2M.jJsFNMUexD8nHsmJqNIfSjxx\\/Bb6VmO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-12 17:13:18\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-12 17:13:18\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2157;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:20:\\\"Aminur Rahman Polash\\\";s:3:\\\"nid\\\";s:3:\\\"N\\/A\\\";s:5:\\\"email\\\";s:20:\\\"arpolash@mygpsbd.net\\\";s:7:\\\"address\\\";s:63:\\\"52\\/4\\/f, Sadek khan road (beside meristopes), Rayerbazaar, Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01717692939\\\";s:11:\\\"alter_phone\\\";s:11:\\\"01718821449\\\";s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$N5kEO1jR\\/GJen.A7cVG2M.jJsFNMUexD8nHsmJqNIfSjxx\\/Bb6VmO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-12 17:13:18\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-12 17:13:18\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:22;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2159;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Amam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"amam94@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01713093894\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Buwsn\\/3BTlQIw2MCJ66Ra.EtF\\/zfC7Q2vhZP.0yrvi7rkJeKd8js.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-12 17:17:37\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-12 17:17:37\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2159;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Amam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"amam94@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01713093894\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Buwsn\\/3BTlQIw2MCJ66Ra.EtF\\/zfC7Q2vhZP.0yrvi7rkJeKd8js.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-12 17:17:37\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-12 17:17:37\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:23;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2161;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Aman15\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"aman15@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01811151617\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$d5QQs80MOUyHq3mr3KIAh.9VbuAwihBjaG1ASaR6mthKHAAK9X67O\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-12 17:23:24\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-12 17:23:24\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2161;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Aman15\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"aman15@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01811151617\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$d5QQs80MOUyHq3mr3KIAh.9VbuAwihBjaG1ASaR6mthKHAAK9X67O\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-12 17:23:24\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-12 17:23:24\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:24;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2162;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Amzad\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:17:\\\"engrahk@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01713432425\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$69LEOr0YwIXa4Z0F1XpcBevCHPDUN.XEYEhEg8FJOEFpZZ\\/rBo3K6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-12 17:26:13\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-12 17:26:13\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2162;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Amzad\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:17:\\\"engrahk@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01713432425\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$69LEOr0YwIXa4Z0F1XpcBevCHPDUN.XEYEhEg8FJOEFpZZ\\/rBo3K6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-12 17:26:13\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-12 17:26:13\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:25;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2169;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Ashraf shagor\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"ashraf03@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711515203\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$UPIsCYoo0QmT17zVf5lhBuk1q1bkqKFr1wGekmLtOeXmi9\\/QHaYD2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-12 20:10:31\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-12 20:10:31\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2169;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Ashraf shagor\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"ashraf03@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711515203\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$UPIsCYoo0QmT17zVf5lhBuk1q1bkqKFr1wGekmLtOeXmi9\\/QHaYD2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-12 20:10:31\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-12 20:10:31\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:26;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2172;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Azizul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"azizul26@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716769226\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$55t41mcWCDHggfUvAUYCR.TB5aQw1izUhDCYM.FIYmnadFU336D8W\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-12 21:22:06\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-12 21:22:06\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2172;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Azizul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"azizul26@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716769226\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$55t41mcWCDHggfUvAUYCR.TB5aQw1izUhDCYM.FIYmnadFU336D8W\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-12 21:22:06\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-12 21:22:06\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:27;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2175;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Bahalul Alam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"bahalul@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01819213919\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$MHpDNqmbjswllFnQgH1miOhmdwgSCv3lVEQMSmyan7Kk73IRuAdDW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-12 21:31:37\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-12 21:31:37\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2175;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Bahalul Alam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"bahalul@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01819213919\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$MHpDNqmbjswllFnQgH1miOhmdwgSCv3lVEQMSmyan7Kk73IRuAdDW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-12 21:31:37\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-12 21:31:37\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:28;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2176;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Bibek\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"bibeak12@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01878796912\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$wqTlqmlmiRMezmPt\\/KXlUezmXiWqjj\\/WCK0Lo4ivXfR1qMqGvzbhe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-12 21:34:55\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-12 21:34:55\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2176;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Bibek\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"bibeak12@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01878796912\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$wqTlqmlmiRMezmPt\\/KXlUezmXiWqjj\\/WCK0Lo4ivXfR1qMqGvzbhe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-12 21:34:55\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-12 21:34:55\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:29;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2177;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Bilkis\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"bilkis73@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01681052373\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$j50VZ\\/J\\/jSWkNhx0dl1gge9mejee5baAC\\/J55VE4Xxezi\\/Qpjm8re\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-12 21:37:48\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-12 21:37:48\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2177;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Bilkis\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"bilkis73@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01681052373\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$j50VZ\\/J\\/jSWkNhx0dl1gge9mejee5baAC\\/J55VE4Xxezi\\/Qpjm8re\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-12 21:37:48\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-12 21:37:48\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:30;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2178;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Billal\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"billal95@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01646778595\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$\\/TykUB97qcaGI.DK5EKEtuybGYcorMUbW6zZZHcyIOO4kahyZ2NYm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-12 21:41:32\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-12 21:41:32\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2178;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Billal\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"billal95@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01646778595\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$\\/TykUB97qcaGI.DK5EKEtuybGYcorMUbW6zZZHcyIOO4kahyZ2NYm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-12 21:41:32\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-12 21:41:32\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:31;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2182;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Dalowar\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"dalowar32@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01302862151\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$jZhok3YVdyoZVqB3chTqweXuPXh8GtuF3Uaom1\\/GYQt1bg4HP.\\/2O\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-12 21:53:30\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-12 21:53:30\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2182;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Dalowar\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"dalowar32@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01302862151\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$jZhok3YVdyoZVqB3chTqweXuPXh8GtuF3Uaom1\\/GYQt1bg4HP.\\/2O\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-12 21:53:30\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-12 21:53:30\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:32;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2184;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Dr. Ac Pandith\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"acpandith@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01719263018\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$qjVD\\/GHic6lCFL1pES6zueFzKEyuyxDi4EjSOEDjTQIFRbOF4uVxK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-12 21:59:10\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-12 21:59:10\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2184;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Dr. Ac Pandith\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"acpandith@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01719263018\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$qjVD\\/GHic6lCFL1pES6zueFzKEyuyxDi4EjSOEDjTQIFRbOF4uVxK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-12 21:59:10\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-12 21:59:10\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:33;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2190;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"Dr Sheikh Md. Yusuf\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711986271\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$FUw5Kf2ilcKAw1XWXO78e..Ap69H6635b\\/v9aEir0REzChkPMstJO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-12 22:18:07\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-12 22:18:07\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2190;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"Dr Sheikh Md. Yusuf\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711986271\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$FUw5Kf2ilcKAw1XWXO78e..Ap69H6635b\\/v9aEir0REzChkPMstJO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-12 22:18:07\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-12 22:18:07\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:34;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2191;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Deloar Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"deloar54@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712725554\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$C75ALCFsZLyjVcj.k2YKE.QYB5vSLH0RzaKvT6IEYfpuzeAgcyv72\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-12 22:21:05\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-12 22:21:05\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2191;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Deloar Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"deloar54@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712725554\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$C75ALCFsZLyjVcj.k2YKE.QYB5vSLH0RzaKvT6IEYfpuzeAgcyv72\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-12 22:21:05\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-12 22:21:05\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:35;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2192;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Emdadul Haque\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"emdadul09@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01303757362\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$mwOD84vzVLSfV3zsXl2P\\/e5wQQJjWtVGhnaPWByDW0rN1nlNtwvFW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-12 22:25:59\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-12 22:25:59\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2192;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Emdadul Haque\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"emdadul09@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01303757362\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$mwOD84vzVLSfV3zsXl2P\\/e5wQQJjWtVGhnaPWByDW0rN1nlNtwvFW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-12 22:25:59\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-12 22:25:59\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:36;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2193;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Emtiaj uddin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"emtiajuddin@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01889060028\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$7CSMIoV8No00cHoc59e5nOasSzyehb0JLSpmVqOyp69mpPRAC0GYe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-12 23:00:57\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-12 23:00:57\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2193;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Emtiaj uddin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"emtiajuddin@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01889060028\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$7CSMIoV8No00cHoc59e5nOasSzyehb0JLSpmVqOyp69mpPRAC0GYe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-12 23:00:57\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-12 23:00:57\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:37;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2195;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Enamul Kabir\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"enamul07@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01970007007\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$kCpzqXXV\\/cii8dLTZf89z.5.F0KV3Z9PGcSH7m4xO.r1AmjmjdmOW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-12 23:13:10\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-12 23:13:10\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2195;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Enamul Kabir\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"enamul07@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01970007007\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$kCpzqXXV\\/cii8dLTZf89z.5.F0KV3Z9PGcSH7m4xO.r1AmjmjdmOW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-12 23:13:10\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-12 23:13:10\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:38;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2196;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Engr. Sumon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"somon07@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01876000207\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$MFmNBdJLStVx2wJSSsCRoeIajQMsq8uHeQd\\/iDUoJKKQ4MDOo136q\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-12 23:16:43\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-12 23:16:43\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2196;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Engr. Sumon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"somon07@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01876000207\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$MFmNBdJLStVx2wJSSsCRoeIajQMsq8uHeQd\\/iDUoJKKQ4MDOo136q\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-12 23:16:43\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-12 23:16:43\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:39;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2200;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Fazlul Karim Kajal\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"kajal48@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711146448\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$FoMfdb\\/bOy9\\/744zejN.SehHnzB9AEMxDFICx5TdsV93lEp.8g41S\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 10:03:05\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 10:03:05\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2200;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Fazlul Karim Kajal\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"kajal48@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711146448\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$FoMfdb\\/bOy9\\/744zejN.SehHnzB9AEMxDFICx5TdsV93lEp.8g41S\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 10:03:05\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 10:03:05\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:40;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2201;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Foiz.A.Tipu\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"tipu34@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01819632334\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$KKQgYE6rZXwwlBBAUxspw.HAWH7po3okd2.zNovNrOHXoT.Nxap9m\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 10:09:37\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 10:09:37\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2201;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Foiz.A.Tipu\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"tipu34@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01819632334\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$KKQgYE6rZXwwlBBAUxspw.HAWH7po3okd2.zNovNrOHXoT.Nxap9m\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 10:09:37\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 10:09:37\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:41;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2202;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"Gazi Ibrahim Mahmud\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"ibrahim309@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01756188309\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$3KCLQ24hYJcmh.molGjGJO2XSmsJIXw3wiWyADNnzvbR\\/3Q2kTmqi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 10:13:57\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 10:13:57\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2202;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"Gazi Ibrahim Mahmud\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"ibrahim309@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01756188309\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$3KCLQ24hYJcmh.molGjGJO2XSmsJIXw3wiWyADNnzvbR\\/3Q2kTmqi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 10:13:57\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 10:13:57\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:42;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2205;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Hasan Rasel\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"hasanrasel@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01672348852\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$OCyPzJwjU3bk96ivkJYHOujpMoymyuZhBS9Zi.lorDvBVIbNzA5s.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 10:23:40\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 10:23:40\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2205;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Hasan Rasel\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"hasanrasel@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01672348852\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$OCyPzJwjU3bk96ivkJYHOujpMoymyuZhBS9Zi.lorDvBVIbNzA5s.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 10:23:40\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 10:23:40\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:43;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2206;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Hazi Lokman Khan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"lokman62@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01815694762\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Zqpi4hxzTjWX3MzsC4.7VOa80xPGnWpu1UBFPmBKq4erwv3oR.Oj6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 10:25:53\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 10:25:53\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2206;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Hazi Lokman Khan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"lokman62@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01815694762\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Zqpi4hxzTjWX3MzsC4.7VOa80xPGnWpu1UBFPmBKq4erwv3oR.Oj6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 10:25:53\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 10:25:53\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:44;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2208;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Humayun\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"humayun70@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01751010970\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$2WDqtquOUZDO5htqfcoQUO8Jjc0hKldZ79HTSLhqvn1d\\/aZxqOyxu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 10:31:19\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 10:31:19\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2208;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Humayun\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"humayun70@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01751010970\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$2WDqtquOUZDO5htqfcoQUO8Jjc0hKldZ79HTSLhqvn1d\\/aZxqOyxu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 10:31:19\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 10:31:19\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:45;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2209;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Ibrahim\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"ibrahim97@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01718309797\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$khIQEHqiK9FN7nUXUQzdseOru3kxKlO5fPhBh8IIA9.Ayycmr.FU.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 10:34:26\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 10:34:26\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2209;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Ibrahim\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"ibrahim97@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01718309797\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$khIQEHqiK9FN7nUXUQzdseOru3kxKlO5fPhBh8IIA9.Ayycmr.FU.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 10:34:26\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 10:34:26\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:46;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2211;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Ibrahim90\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"ibrahim90@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01887607590\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$9YaqTf\\/ons0.44VlKlzwJOWpiqxUrGA\\/pc.X1UrP7pAxDV3VozTIC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 10:40:24\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 10:40:24\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2211;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Ibrahim90\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"ibrahim90@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01887607590\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$9YaqTf\\/ons0.44VlKlzwJOWpiqxUrGA\\/pc.X1UrP7pAxDV3VozTIC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 10:40:24\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 10:40:24\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:47;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2212;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Imran Rauf\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"imranrauf@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01819219752\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$QWgcfLiGdUbsV.pKgljHQueA6Gpa1fYSlzvxq1GXylsBA968X9Q.i\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 10:43:06\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 10:43:06\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2212;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Imran Rauf\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"imranrauf@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01819219752\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$QWgcfLiGdUbsV.pKgljHQueA6Gpa1fYSlzvxq1GXylsBA968X9Q.i\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 10:43:06\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 10:43:06\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:48;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2215;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Jahangir alom\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:24:\\\"jahangiralam@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01885933292\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$pQYGZhElRDr94CHSNnWL9ukG7g1KWbLQwzevcgFQyqjMtPOl5yffC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 10:53:11\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 10:53:11\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2215;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Jahangir alom\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:24:\\\"jahangiralam@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01885933292\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$pQYGZhElRDr94CHSNnWL9ukG7g1KWbLQwzevcgFQyqjMtPOl5yffC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 10:53:11\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 10:53:11\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:49;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2216;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Jason\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01778896038\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$YPbdsIOEG4j\\/UU29ISOinekLDg3uU.6WiH\\/qJzZ8QoDMYcKVTC.xC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 10:55:43\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 10:55:43\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2216;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Jason\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01778896038\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$YPbdsIOEG4j\\/UU29ISOinekLDg3uU.6WiH\\/qJzZ8QoDMYcKVTC.xC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 10:55:43\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 10:55:43\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:50;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2218;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Joarder\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"salman44@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711950050\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$W78hsUarXuXAJvT3Fiz20equ0unPH.77vd0Jb.nPo6nFMIR.YVTV.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 11:00:21\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 11:00:21\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2218;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Joarder\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"salman44@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711950050\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$W78hsUarXuXAJvT3Fiz20equ0unPH.77vd0Jb.nPo6nFMIR.YVTV.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 11:00:21\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 11:00:21\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:51;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2219;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Joy Saha\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:17:\\\"joy66@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01965926766\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$b94ra\\/fktXg1VxxBIrh4f.QHtv.2LOnUC3Fd4f3PP8.XSOUIql1cK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 11:03:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 11:03:29\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2219;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Joy Saha\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:17:\\\"joy66@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01965926766\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$b94ra\\/fktXg1VxxBIrh4f.QHtv.2LOnUC3Fd4f3PP8.XSOUIql1cK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 11:03:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 11:03:29\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:52;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2220;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Kazi Ekramul Haque\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"ekramul@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01611333137\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$mH81A4GKfLKnpZ2JKz.cReZzBwjMZaZguHH1fzJPJ7t9AiawSODqq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 11:08:07\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 11:08:07\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2220;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Kazi Ekramul Haque\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"ekramul@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01611333137\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$mH81A4GKfLKnpZ2JKz.cReZzBwjMZaZguHH1fzJPJ7t9AiawSODqq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 11:08:07\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 11:08:07\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:53;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2222;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Kishor Mukharjee\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"kishor99@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01795444199\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$cuqS8EjYgt1RGpvkAVNiKeBvgbdZlAFAszf9RtBZISmw60MVLjdni\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 11:14:31\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 11:14:31\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2222;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Kishor Mukharjee\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"kishor99@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01795444199\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$cuqS8EjYgt1RGpvkAVNiKeBvgbdZlAFAszf9RtBZISmw60MVLjdni\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 11:14:31\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 11:14:31\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:54;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2224;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Komol Joseph Gomej\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"joseph66@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01821433066\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$.G5RruBEAyiJyN2AolhfQ.1YjIzjGapuepIEcoCRLhAUOZzmiAFZu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 11:32:21\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 11:32:21\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2224;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Komol Joseph Gomej\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"joseph66@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01821433066\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$.G5RruBEAyiJyN2AolhfQ.1YjIzjGapuepIEcoCRLhAUOZzmiAFZu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 11:32:21\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 11:32:21\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:55;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2225;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Life line\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"lifeline27@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01734132027\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$bUTpmYZBlZvN9lzt9wHPou9h7SAPU.DpFZHRibDDkfWCrSpIVz0pe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 11:35:02\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 11:35:02\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2225;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Life line\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"lifeline27@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01734132027\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$bUTpmYZBlZvN9lzt9wHPou9h7SAPU.DpFZHRibDDkfWCrSpIVz0pe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 11:35:02\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 11:35:02\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:56;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2228;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Lokman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"lokman12@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01928898112\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$dgzVd8oysTK43ARoL34SPOaW0GxauefZWxWOX4ikBwFhSzOcYL2uC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 11:44:35\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 11:44:35\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2228;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Lokman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"lokman12@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01928898112\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$dgzVd8oysTK43ARoL34SPOaW0GxauefZWxWOX4ikBwFhSzOcYL2uC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 11:44:35\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 11:44:35\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:57;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2229;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Mahadi\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"mahadi47@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01885994847\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$2YZ4Iy.kXD3vynWCLkUZj.Ap363hLXJgi0jG3Tz1GsptAkAKrpxH6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 11:46:50\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 11:46:50\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2229;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Mahadi\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"mahadi47@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01885994847\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$2YZ4Iy.kXD3vynWCLkUZj.Ap363hLXJgi0jG3Tz1GsptAkAKrpxH6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 11:46:50\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 11:46:50\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:58;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2233;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Main uddin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"mainuddin26@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01550020026\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$GPegJhO4pU1mdMA\\/vuIbn.VKEWRtzSumMtnqvX6RfDzHksc5MMXj6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 12:19:02\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 12:19:02\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2233;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Main uddin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"mainuddin26@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01550020026\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$GPegJhO4pU1mdMA\\/vuIbn.VKEWRtzSumMtnqvX6RfDzHksc5MMXj6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 12:19:02\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 12:19:02\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:59;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2237;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Sheikh masud\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711230719\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$xL1Sgmq\\/hUz4qWPZXH4.s.4wxKIuhwuYnhIv98G1ygMGqkVv9mmO2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 12:28:52\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 12:28:52\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2237;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Sheikh masud\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711230719\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$xL1Sgmq\\/hUz4qWPZXH4.s.4wxKIuhwuYnhIv98G1ygMGqkVv9mmO2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 12:28:52\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 12:28:52\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:60;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2238;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Masuda\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"masuda43@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01785070843\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$wU.JPAznoF0iO2HPYh8acefAnMueVAQ27WeKWupHNtYEr9DMEU6m.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 12:32:43\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 12:32:43\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2238;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Masuda\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"masuda43@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01785070843\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$wU.JPAznoF0iO2HPYh8acefAnMueVAQ27WeKWupHNtYEr9DMEU6m.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 12:32:43\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 12:32:43\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:61;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2240;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Md Moshiur\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"moshiur12@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01720086012\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$90GSLor1HDy6.nBfc3ysVexSil4BRPv5YHxKcEj0H4p758S3aWxsu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 12:40:11\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 12:40:11\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2240;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Md Moshiur\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"moshiur12@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01720086012\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$90GSLor1HDy6.nBfc3ysVexSil4BRPv5YHxKcEj0H4p758S3aWxsu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 12:40:11\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 12:40:11\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:62;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2244;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Md. Aslam Hosen\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"aslam04@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01734285404\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$iKuMqjlzwhFAj4xf\\/OTGvOkNvnkrCll8.dflppUyeyhw4Md9QSW66\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 12:50:58\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 12:50:58\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2244;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Md. Aslam Hosen\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"aslam04@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01734285404\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$iKuMqjlzwhFAj4xf\\/OTGvOkNvnkrCll8.dflppUyeyhw4Md9QSW66\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 12:50:58\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 12:50:58\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:63;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2246;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Md. Baddol Mia\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"baddolmia@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01875190948\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$JMwv4GiJZv3II.0aITIyleSq0fblUV2dr4QTQX..NufpJlFoqFlWu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 12:56:31\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 12:56:31\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2246;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Md. Baddol Mia\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"baddolmia@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01875190948\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$JMwv4GiJZv3II.0aITIyleSq0fblUV2dr4QTQX..NufpJlFoqFlWu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 12:56:31\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 12:56:31\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:64;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2247;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Md. Elias\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"elias72@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715035672\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$r.MSpgUWDrLs\\/M.MtT5JP.HEqkddZ9.bgJMInIJJ57jqkKyf\\/E7mi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 13:00:32\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 13:00:32\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2247;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Md. Elias\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"elias72@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715035672\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$r.MSpgUWDrLs\\/M.MtT5JP.HEqkddZ9.bgJMInIJJ57jqkKyf\\/E7mi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 13:00:32\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 13:00:32\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:65;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2248;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Md. Farok\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"farok30@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01631722730\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$HCaQSuSjb5qf.evRYVVYEedb5IASE2ONGx3eJCC8px8YFaMBvLmm2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 13:03:53\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 13:03:53\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2248;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Md. Farok\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"farok30@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01631722730\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$HCaQSuSjb5qf.evRYVVYEedb5IASE2ONGx3eJCC8px8YFaMBvLmm2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 13:03:53\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 13:03:53\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:66;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2249;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Md. Ferdous\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"ferdous20@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01783599520\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$X9tCkUM106zEhD0u8zB5geUOPbXVXGS3a41\\/62yCI8vOBVBL75Xju\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 13:06:02\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 13:06:02\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2249;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Md. Ferdous\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"ferdous20@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01783599520\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$X9tCkUM106zEhD0u8zB5geUOPbXVXGS3a41\\/62yCI8vOBVBL75Xju\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 13:06:02\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 13:06:02\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:67;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2254;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Md. Mashror\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"mashrorbift@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01674093999\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$e7k3hvyl\\/jYZGP8y.UOZVeUu.cv4bdZBh4kzatWUAdX8WGB8DaZhe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 13:42:01\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 13:42:01\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2254;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Md. Mashror\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"mashrorbift@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01674093999\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$e7k3hvyl\\/jYZGP8y.UOZVeUu.cv4bdZBh4kzatWUAdX8WGB8DaZhe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 13:42:01\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 13:42:01\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:68;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2255;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Md. Masud Reza\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"masud17@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715526217\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Y157KydfIhxZlL1xT2J9JO9XjA04zfP8mvbF5IMo7ve\\/UjiJYfgpa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 13:44:42\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 13:44:42\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2255;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Md. Masud Reza\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"masud17@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715526217\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Y157KydfIhxZlL1xT2J9JO9XjA04zfP8mvbF5IMo7ve\\/UjiJYfgpa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 13:44:42\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 13:44:42\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:69;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2257;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Md. Masum Rana\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"masud65@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01878087965\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$li7eML9dAGzm\\/gaCJ6enneiaZRxjPxODmrzsE2L8Pbl.Zo25YLrvu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 13:54:28\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 13:54:28\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2257;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Md. Masum Rana\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"masud65@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01878087965\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$li7eML9dAGzm\\/gaCJ6enneiaZRxjPxODmrzsE2L8Pbl.Zo25YLrvu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 13:54:28\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 13:54:28\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:70;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2258;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Md. Mehedi\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"mehedi64@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01791554064\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$AYAtdYmnOEaCJtYXe8917.Ek3GoHsc7T8aYU\\/U0sxJHI0K6PXAs4.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 13:58:00\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 13:58:00\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2258;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Md. Mehedi\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"mehedi64@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01791554064\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$AYAtdYmnOEaCJtYXe8917.Ek3GoHsc7T8aYU\\/U0sxJHI0K6PXAs4.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 13:58:00\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 13:58:00\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:71;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2259;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Md. Mintu\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:26:\\\"moniruzzaman98@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711703623\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$MB4JCq3tKSTLHmUC9C.2\\/em9nFvSIwLWuRCKic.B0IGggdenwzML2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 14:00:32\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 14:00:32\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2259;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Md. Mintu\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:26:\\\"moniruzzaman98@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711703623\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$MB4JCq3tKSTLHmUC9C.2\\/em9nFvSIwLWuRCKic.B0IGggdenwzML2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 14:00:32\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 14:00:32\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:72;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2262;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"Md. Motaleb Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"motaleb32@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711890815\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$\\/XM3ZjTs\\/aTXXCIDg\\/Vv9.o7vv5w3L63Ot1s1N0hqH4GuJNfO2I8i\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 14:35:35\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 14:35:35\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2262;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"Md. Motaleb Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"motaleb32@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711890815\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$\\/XM3ZjTs\\/aTXXCIDg\\/Vv9.o7vv5w3L63Ot1s1N0hqH4GuJNfO2I8i\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 14:35:35\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 14:35:35\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:73;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2264;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Md. Omar Faruk\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"omarfaruk86@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01924925313\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$\\/o1h5B7Vcs1Uy\\/GfN5h8aO.orERQHMJNz1Cy441RHP90Q48XNuyd2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 14:40:39\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 14:40:39\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2264;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Md. Omar Faruk\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"omarfaruk86@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01924925313\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$\\/o1h5B7Vcs1Uy\\/GfN5h8aO.orERQHMJNz1Cy441RHP90Q48XNuyd2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 14:40:39\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 14:40:39\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:74;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2266;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Md. Rafiqul islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"rafiqul16@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01855913716\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$VMMjNFEZ1h0jkIy8NjAcDOGcNyGSK\\/6LKkny8wG7fplx0Hk.rUdgO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 15:01:34\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 15:01:34\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2266;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Md. Rafiqul islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"rafiqul16@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01855913716\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$VMMjNFEZ1h0jkIy8NjAcDOGcNyGSK\\/6LKkny8wG7fplx0Hk.rUdgO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 15:01:34\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 15:01:34\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:75;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2270;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md. Saiful Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"saiful91@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01782686191\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$6KfRACuoh.9p\\/qUsUYLl6u6vDQCozAzhBrzyYuXvZiGc.slO0r8wi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 15:17:50\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 15:17:50\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2270;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md. Saiful Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"saiful91@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01782686191\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$6KfRACuoh.9p\\/qUsUYLl6u6vDQCozAzhBrzyYuXvZiGc.slO0r8wi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 15:17:50\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 15:17:50\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:76;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2274;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Md. Sohail\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"sohail@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01912010537\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$zDozJHBPUZr9acwOf9N.JOUCAvwEI5CVIvu3p67EwIfgipzQXeL32\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 15:25:58\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 15:25:58\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2274;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Md. Sohail\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"sohail@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01912010537\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$zDozJHBPUZr9acwOf9N.JOUCAvwEI5CVIvu3p67EwIfgipzQXeL32\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 15:25:58\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 15:25:58\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:77;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2276;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Md. Torikul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"rahmot47@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01944835542\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$B3xbLqXA9HKiQVsxLzHGveHySQt6ZNd0lmmFbOrXexDXYF6t1HT9K\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 15:30:51\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 15:30:51\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2276;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Md. Torikul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"rahmot47@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01944835542\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$B3xbLqXA9HKiQVsxLzHGveHySQt6ZNd0lmmFbOrXexDXYF6t1HT9K\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 15:30:51\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 15:30:51\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:78;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2278;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"MD.Sakhawat\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"sakhawat@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01768085533\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ndmH1errkxaMcJdaA6.kkOe3r5dFgi067svrVGw4Q2CiNVDzYj3iO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 15:38:41\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 15:38:41\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2278;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"MD.Sakhawat\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"sakhawat@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01768085533\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ndmH1errkxaMcJdaA6.kkOe3r5dFgi067svrVGw4Q2CiNVDzYj3iO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 15:38:41\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 15:38:41\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:79;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2279;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Mehedul Hasan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"mehedul@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712287838\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$UvykjxfBZ655lzI990.Hc.Tb.kx4n8kN93HucPOwNGgYIADLLeDYW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 15:41:01\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 15:41:01\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2279;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Mehedul Hasan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"mehedul@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712287838\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$UvykjxfBZ655lzI990.Hc.Tb.kx4n8kN93HucPOwNGgYIADLLeDYW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 15:41:01\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 15:41:01\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:80;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2281;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Mithu\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"mithu38@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01819405738\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$1W7pYY.uVjRQStnOBDSKJeJdZMi.qQw.Arslpj261aq5I1\\/t4ltv6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 15:45:56\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 15:45:56\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2281;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Mithu\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"mithu38@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01819405738\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$1W7pYY.uVjRQStnOBDSKJeJdZMi.qQw.Arslpj261aq5I1\\/t4ltv6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 15:45:56\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 15:45:56\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:81;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2284;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Mofazzol\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"mofazzol@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01634354111\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$cFz1UKaw3MzmX4xlHx18TuTfDwASeZnc1XOKUPSsFdszxiTsQ\\/.m.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 15:55:43\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 15:55:43\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2284;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Mofazzol\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"mofazzol@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01634354111\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$cFz1UKaw3MzmX4xlHx18TuTfDwASeZnc1XOKUPSsFdszxiTsQ\\/.m.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 15:55:43\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 15:55:43\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:82;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2285;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Mohiuddin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"mohiuddin80@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712644980\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$uPvtZmQxXl0jgx0l4mpJzeELXVkwB8CZSbjj7Fgs3QKvEF2.2i.Qe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 16:00:15\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 16:00:15\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2285;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Mohiuddin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"mohiuddin80@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712644980\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$uPvtZmQxXl0jgx0l4mpJzeELXVkwB8CZSbjj7Fgs3QKvEF2.2i.Qe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 16:00:15\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 16:00:15\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:83;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2286;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"sohel khan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"sohel07@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01768368207\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$2IY8EaXmcwjc\\/TSCK661v.UoDGX42HTy0LqgcQP5lw8QUHXW5GAIW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 16:04:48\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 16:04:48\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2286;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"sohel khan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"sohel07@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01768368207\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$2IY8EaXmcwjc\\/TSCK661v.UoDGX42HTy0LqgcQP5lw8QUHXW5GAIW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 16:04:48\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 16:04:48\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:84;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2287;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Mohmmad Hanif\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"hanif80@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712983680\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$shGQ6P1dMC03o3bPKdVv4eIUJEuVjJrV5qt568W9KY4XEDTXWPT1q\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 16:07:50\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 16:07:50\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2287;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Mohmmad Hanif\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"hanif80@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712983680\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$shGQ6P1dMC03o3bPKdVv4eIUJEuVjJrV5qt568W9KY4XEDTXWPT1q\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 16:07:50\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 16:07:50\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:85;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2290;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Mokbul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"mokbul@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01782447331\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$kYoLx.Q4uhaj8P8jFWwemOBAfn0tvZnkuM1iamfPOHCbbJ2g3QeGS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 16:16:13\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 16:16:13\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2290;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Mokbul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"mokbul@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01782447331\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$kYoLx.Q4uhaj8P8jFWwemOBAfn0tvZnkuM1iamfPOHCbbJ2g3QeGS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 16:16:13\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 16:16:13\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:86;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2291;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Moklesur Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712036932\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$hTTPVaZY.JRJclPtK8KWde9uu3MLOBNfvfSvG7b.Ybcu5ObNTqc4a\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 16:18:30\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 16:18:30\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2291;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Moklesur Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712036932\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$hTTPVaZY.JRJclPtK8KWde9uu3MLOBNfvfSvG7b.Ybcu5ObNTqc4a\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 16:18:30\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 16:18:30\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:87;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2293;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Monir Ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"monir82@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01824814882\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$kYX0t569.F1P5HDVEvD4ru9I5gvO2K4r5vO0Gy\\/Ek1jlDGVjQI9g6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 16:23:59\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 16:23:59\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2293;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Monir Ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"monir82@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01824814882\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$kYX0t569.F1P5HDVEvD4ru9I5gvO2K4r5vO0Gy\\/Ek1jlDGVjQI9g6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 16:23:59\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 16:23:59\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:88;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2294;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Monir Hasan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"monir24@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01710220624\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$rXc2kWI6LgbtSzK9KkiaWes.fbH3B1pBopNvEHtFahKj5N.sYjOqK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 16:26:50\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 16:26:50\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2294;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Monir Hasan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"monir24@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01710220624\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$rXc2kWI6LgbtSzK9KkiaWes.fbH3B1pBopNvEHtFahKj5N.sYjOqK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 16:26:50\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 16:26:50\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:89;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2296;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Monsur Ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"monsurahmed@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01725832119\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$N5wLbqYB1yLiG\\/MICAhffeYd09mnGi.9Rz\\/pK8u9ZSgeLSP\\/.JqrK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 16:31:46\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 16:31:46\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2296;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Monsur Ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"monsurahmed@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01725832119\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$N5wLbqYB1yLiG\\/MICAhffeYd09mnGi.9Rz\\/pK8u9ZSgeLSP\\/.JqrK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 16:31:46\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 16:31:46\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:90;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2297;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Mosharrof\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"mosharrof@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01720109728\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$M\\/hWscasYhPcync0AxfwL.8XbJRZvv035YJSvBZ3hqMrku0jYGCZK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 16:34:52\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 16:34:52\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2297;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Mosharrof\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"mosharrof@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01720109728\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$M\\/hWscasYhPcync0AxfwL.8XbJRZvv035YJSvBZ3hqMrku0jYGCZK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 16:34:52\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 16:34:52\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:91;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2300;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Musa Mia\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"musamia60@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712365760\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$dzMhUPM9w4uqqRRWBxIiq.A7HHh2022lCNZ1Z5qQokCuPRrgYwZI2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 16:52:38\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 16:52:38\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2300;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Musa Mia\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"musamia60@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712365760\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$dzMhUPM9w4uqqRRWBxIiq.A7HHh2022lCNZ1Z5qQokCuPRrgYwZI2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 16:52:38\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 16:52:38\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:92;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2302;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Mussana\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"mussana77@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01717074370\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$c8HKwOGjwbeTcMTJcwxWruak1vSBxNWdgAtbn09us9VK6l6eKSmrm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 16:58:13\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 16:58:13\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2302;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Mussana\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"mussana77@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01717074370\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$c8HKwOGjwbeTcMTJcwxWruak1vSBxNWdgAtbn09us9VK6l6eKSmrm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 16:58:13\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 16:58:13\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:93;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2305;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Nazmul Ahsan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"nazmul24@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01779896424\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$LQq1lR19JpkuR.ttgYBNRe6eVveDHzXOc0WMdE9hiMsRmPpQ2ihZe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 17:20:33\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 17:20:33\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2305;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Nazmul Ahsan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"nazmul24@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01779896424\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$LQq1lR19JpkuR.ttgYBNRe6eVveDHzXOc0WMdE9hiMsRmPpQ2ihZe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 17:20:33\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 17:20:33\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:94;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2307;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"Nazmul Haque Bulbul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"bulbul41@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01700744841\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$eAJpWG7zbazZcTM0Qf2CPufH7UGT0gCoJmroevIXqw.9RXlZY8bIS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 17:29:46\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 17:29:46\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2307;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"Nazmul Haque Bulbul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"bulbul41@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01700744841\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$eAJpWG7zbazZcTM0Qf2CPufH7UGT0gCoJmroevIXqw.9RXlZY8bIS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 17:29:46\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 17:29:46\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:95;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2308;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md. Nahid Parvez\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01818861538\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$TUqKuCFSAAyY0eITi2AtDedBBdIftAsI2Sa59q9O4XRFdUf7qhRlC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 17:34:00\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 17:34:00\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2308;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md. Nahid Parvez\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01818861538\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$TUqKuCFSAAyY0eITi2AtDedBBdIftAsI2Sa59q9O4XRFdUf7qhRlC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 17:34:00\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 17:34:00\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:96;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2309;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Nusrat Anik Tonu\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"tonu99@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01673777099\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Em2zwpXCQvubOsCdTssz9eeehHGS5ehmv6\\/bh1e5mWcxxIyITr0Su\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 17:38:46\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 17:38:46\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2309;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Nusrat Anik Tonu\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"tonu99@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01673777099\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Em2zwpXCQvubOsCdTssz9eeehHGS5ehmv6\\/bh1e5mWcxxIyITr0Su\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 17:38:46\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 17:38:46\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:97;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2314;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Prodip\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"prodip89@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712536189\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$BlovEUZR9wEUxaj7tsfR2uJro8fxaFEV21gZHLTzkbXYxgmKw9mFa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-14 12:51:49\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-14 12:51:49\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2314;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Prodip\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"prodip89@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712536189\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$BlovEUZR9wEUxaj7tsfR2uJro8fxaFEV21gZHLTzkbXYxgmKw9mFa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-14 12:51:49\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-14 12:51:49\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:98;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2315;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Qayum khan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"qayumkhan47@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01819200147\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Fib32OFznyYXVegNbvM8Duiqr.PzSU.pv.IbjgP.uNB6RYWbBhWli\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-14 12:55:36\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-14 12:55:36\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2315;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Qayum khan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"qayumkhan47@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01819200147\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Fib32OFznyYXVegNbvM8Duiqr.PzSU.pv.IbjgP.uNB6RYWbBhWli\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-14 12:55:36\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-14 12:55:36\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:99;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2316;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Quazi Wahid\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"quaziwahid@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01717000015\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$gVXWmwoMtbtLn3bBueqBZODK31Trlr0EGPC8Mv40zisy1rdYR2ybm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-14 12:58:52\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-14 12:58:52\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2316;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Quazi Wahid\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"quaziwahid@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01717000015\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$gVXWmwoMtbtLn3bBueqBZODK31Trlr0EGPC8Mv40zisy1rdYR2ybm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-14 12:58:52\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-14 12:58:52\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}}}s:4:\\\"text\\\";s:335:\\\"\\u09b8\\u09ae\\u09cd\\u09ae\\u09be\\u09a8\\u09bf\\u09a4 \\u0997\\u09cd\\u09b0\\u09be\\u09b9\\u0995, \\u09b8\\u09be\\u09b0\\u09cd\\u09ad\\u09be\\u09b0 \\u0986\\u09aa\\u09a1\\u09c7\\u099f \\u09a6\\u09c7\\u0993\\u09df\\u09be\\u09b0 \\u0995\\u09be\\u09b0\\u09a8\\u09c7 \\u0986\\u09aa\\u09a8\\u09be\\u09a6\\u09c7\\u09b0 \\u09a8\\u09bf\\u0995\\u099f \\u09ac\\u09bf\\u09b2\\u09c7\\u09b0 \\u098f\\u0995\\u099f\\u09bf \\u09ad\\u09c1\\u09b2 \\u09ae\\u09c7\\u09b8\\u09c7\\u099c \\u0997\\u09bf\\u09df\\u09c7\\u099b\\u09c7 \\u0964 \\u09ac\\u09bf\\u09b7\\u09df\\u099f\\u09bf\\u09b0 \\u099c\\u09a8\\u09cd\\u09af \\u0986\\u09ae\\u09b0\\u09be \\u0986\\u09a8\\u09cd\\u09a4\\u09b0\\u09bf\\u0995 \\u09ad\\u09be\\u09ac\\u09c7 \\u09a6\\u09c1\\u0983\\u0996\\u09bf\\u09a4\\u0964\\\";}s:3:\\\"job\\\";N;s:10:\\\"connection\\\";N;s:5:\\\"queue\\\";N;s:15:\\\"chainConnection\\\";N;s:10:\\\"chainQueue\\\";N;s:5:\\\"delay\\\";N;s:10:\\\"middleware\\\";a:0:{}s:7:\\\"chained\\\";a:0:{}}\"}}', 'Illuminate\\Queue\\MaxAttemptsExceededException: App\\Jobs\\SmsSend has been attempted too many times or run too long. The job may have previously timed out. in /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php:648\nStack trace:\n#0 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(163): Illuminate\\Queue\\Worker->maxAttemptsExceededException(Object(Illuminate\\Queue\\Jobs\\DatabaseJob))\n#1 /home/mygpsbd/public_html/app/Http/helper.php(28): Illuminate\\Queue\\Worker->Illuminate\\Queue\\{closure}(14, Array)\n#2 /home/mygpsbd/public_html/app/Jobs/SmsSend.php(35): send_sms(\'\\xE0\\xA6\\xB8\\xE0\\xA6\\xAE\\xE0\\xA7\\x8D\\xE0\\xA6\\xAE\\xE0\\xA6\\xBE...\', Array)\n#3 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App\\Jobs\\SmsSend->handle()\n#4 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/Util.php(37): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}()\n#5 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(93): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))\n#6 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(37): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))\n#7 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/Container.php(596): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)\n#8 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php(94): Illuminate\\Container\\Container->call(Array)\n#9 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(128): Illuminate\\Bus\\Dispatcher->Illuminate\\Bus\\{closure}(Object(App\\Jobs\\SmsSend))\n#10 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(103): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(App\\Jobs\\SmsSend))\n#11 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php(98): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))\n#12 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(83): Illuminate\\Bus\\Dispatcher->dispatchNow(Object(App\\Jobs\\SmsSend), false)\n#13 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(128): Illuminate\\Queue\\CallQueuedHandler->Illuminate\\Queue\\{closure}(Object(App\\Jobs\\SmsSend))\n#14 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(103): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(App\\Jobs\\SmsSend))\n#15 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(85): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))\n#16 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(59): Illuminate\\Queue\\CallQueuedHandler->dispatchThroughMiddleware(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Object(App\\Jobs\\SmsSend))\n#17 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Jobs/Job.php(98): Illuminate\\Queue\\CallQueuedHandler->call(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Array)\n#18 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(356): Illuminate\\Queue\\Jobs\\Job->fire()\n#19 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(306): Illuminate\\Queue\\Worker->process(\'database\', Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Object(Illuminate\\Queue\\WorkerOptions))\n#20 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(132): Illuminate\\Queue\\Worker->runJob(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), \'database\', Object(Illuminate\\Queue\\WorkerOptions))\n#21 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(112): Illuminate\\Queue\\Worker->daemon(\'database\', \'default\', Object(Illuminate\\Queue\\WorkerOptions))\n#22 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(96): Illuminate\\Queue\\Console\\WorkCommand->runWorker(\'database\', \'default\')\n#23 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Illuminate\\Queue\\Console\\WorkCommand->handle()\n#24 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/Util.php(37): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}()\n#25 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(93): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))\n#26 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(37): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))\n#27 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/Container.php(596): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)\n#28 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Console/Command.php(134): Illuminate\\Container\\Container->call(Array)\n#29 /home/mygpsbd/public_html/vendor/symfony/console/Command/Command.php(298): Illuminate\\Console\\Command->execute(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))\n#30 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Console/Command.php(121): Symfony\\Component\\Console\\Command\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))\n#31 /home/mygpsbd/public_html/vendor/symfony/console/Application.php(1040): Illuminate\\Console\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#32 /home/mygpsbd/public_html/vendor/symfony/console/Application.php(301): Symfony\\Component\\Console\\Application->doRunCommand(Object(Illuminate\\Queue\\Console\\WorkCommand), Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#33 /home/mygpsbd/public_html/vendor/symfony/console/Application.php(171): Symfony\\Component\\Console\\Application->doRun(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#34 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Console/Application.php(93): Symfony\\Component\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#35 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(129): Illuminate\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#36 /home/mygpsbd/public_html/artisan(37): Illuminate\\Foundation\\Console\\Kernel->handle(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#37 {main}', '2024-02-08 21:01:37');
INSERT INTO `failed_jobs` (`id`, `connection`, `queue`, `payload`, `exception`, `failed_at`) VALUES
(700, 'database', 'default', '{\"uuid\":\"b7e07f2a-b0d4-44e3-a824-a271d5495922\",\"displayName\":\"App\\\\Jobs\\\\SmsSend\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"delay\":null,\"timeout\":null,\"timeoutAt\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\SmsSend\",\"command\":\"O:16:\\\"App\\\\Jobs\\\\SmsSend\\\":9:{s:4:\\\"data\\\";a:2:{s:4:\\\"data\\\";O:39:\\\"Illuminate\\\\Database\\\\Eloquent\\\\Collection\\\":1:{s:8:\\\"\\u0000*\\u0000items\\\";a:100:{i:0;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2317;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Rabiul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"rabiul60@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01954947560\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Lv.rQ9WeHEE\\/02SZClRqc.vsflG7lEX.7cMeG5QsWClTHY3GrZ2m2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-14 13:02:51\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-14 13:02:51\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2317;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Rabiul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"rabiul60@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01954947560\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Lv.rQ9WeHEE\\/02SZClRqc.vsflG7lEX.7cMeG5QsWClTHY3GrZ2m2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-14 13:02:51\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-14 13:02:51\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:1;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2320;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Rajan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"rajan75@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01723071975\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$h7bw1BYrWxEiVmxXgezGy.6vhp5U5l4N\\/\\/PsPFqd\\/eroqVfV802A.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-14 13:21:48\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-14 13:21:48\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2320;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Rajan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"rajan75@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01723071975\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$h7bw1BYrWxEiVmxXgezGy.6vhp5U5l4N\\/\\/PsPFqd\\/eroqVfV802A.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-14 13:21:48\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-14 13:21:48\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:2;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2321;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Rajib\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"rajib80@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01724070180\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$IyNPfZjdpg8coy5vO85xWO4BJ5.OdWbmVY9RVBb9AaW3x1sHbAX7.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-14 13:24:15\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-14 13:24:15\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2321;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Rajib\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"rajib80@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01724070180\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$IyNPfZjdpg8coy5vO85xWO4BJ5.OdWbmVY9RVBb9AaW3x1sHbAX7.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-14 13:24:15\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-14 13:24:15\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:3;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2322;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Raju\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01817002552\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$s53spZmz06.SfHT\\/YG5GYOvmBdnGcTxZBqToWuUyIXR5pqwXZVI2i\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-14 13:29:14\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-14 13:29:14\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2322;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Raju\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01817002552\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$s53spZmz06.SfHT\\/YG5GYOvmBdnGcTxZBqToWuUyIXR5pqwXZVI2i\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-14 13:29:14\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-14 13:29:14\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:4;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2323;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Rakibul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01724330332\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$3O7DNuQvy10eQdq3ac7oY.ZzVN0QmphSzcW69g8ChCJnoOsNUGHYC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-14 13:43:37\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-14 13:43:37\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2323;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Rakibul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01724330332\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$3O7DNuQvy10eQdq3ac7oY.ZzVN0QmphSzcW69g8ChCJnoOsNUGHYC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-14 13:43:37\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-14 13:43:37\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:5;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2324;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Rakibul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"rakibul94@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01407310394\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$b5\\/LClStJnP4Wn2Jq7nyHO\\/fZLFhQFRJA7NU5PLyxVsv1PupVt2\\/K\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-14 13:46:49\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-14 13:46:49\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2324;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Rakibul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"rakibul94@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01407310394\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$b5\\/LClStJnP4Wn2Jq7nyHO\\/fZLFhQFRJA7NU5PLyxVsv1PupVt2\\/K\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-14 13:46:49\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-14 13:46:49\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:6;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2325;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Rashid Titu\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"titu64@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711978664\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$iq\\/E126VK1a4FkgqQ7GfneKiCB7i.cVDFXIA3X8TXcS5zauT20T.K\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-14 13:49:38\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-14 13:49:38\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2325;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Rashid Titu\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"titu64@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711978664\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$iq\\/E126VK1a4FkgqQ7GfneKiCB7i.cVDFXIA3X8TXcS5zauT20T.K\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-14 13:49:38\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-14 13:49:38\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:7;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2329;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Reshad kamal\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"reshad85@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01737269585\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$8G6zNd6wkBk9vs9m..USmuSJV70mf7zOM6Eh4t\\/vVtoTXLipYfBSa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-14 14:11:12\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-14 14:11:12\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2329;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Reshad kamal\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"reshad85@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01737269585\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$8G6zNd6wkBk9vs9m..USmuSJV70mf7zOM6Eh4t\\/vVtoTXLipYfBSa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-14 14:11:12\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-14 14:11:12\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:8;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2334;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Ruhul amin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"ruhulamin@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01730300777\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$45Q2dZ3Rk7Ds0y0VirnnpeqEpcmjKGbUMKTtvXXo0oeRojk1eaYAC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-14 14:30:45\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-14 14:30:45\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2334;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Ruhul amin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"ruhulamin@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01730300777\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$45Q2dZ3Rk7Ds0y0VirnnpeqEpcmjKGbUMKTtvXXo0oeRojk1eaYAC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-14 14:30:45\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-14 14:30:45\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:9;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2335;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:22:\\\"S M Kamrul Hasan Remon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"remon11@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712444111\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$4QzAL6bsgDUMiNZ7b1.LD..eYIg2j7KUPGcTTx10kfk.s2VPsy2ry\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-14 14:34:24\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-14 14:34:24\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2335;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:22:\\\"S M Kamrul Hasan Remon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"remon11@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712444111\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$4QzAL6bsgDUMiNZ7b1.LD..eYIg2j7KUPGcTTx10kfk.s2VPsy2ry\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-14 14:34:24\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-14 14:34:24\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:10;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2336;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Md Salim\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01799704245\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Z1o91HxdujwEJzXUttMf9uyRS9UNMJ7Wv8O3TOEaCx.yLq39fD3DG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-14 14:37:31\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-14 14:37:31\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2336;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Md Salim\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01799704245\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Z1o91HxdujwEJzXUttMf9uyRS9UNMJ7Wv8O3TOEaCx.yLq39fD3DG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-14 14:37:31\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-14 14:37:31\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:11;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2344;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Salim (Tangail)\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"selim60@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01706983960\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$7fZs5axzyjAjmmqQCFtJsu3KMMLnfHwuJQl7QEwImmsqizf4P.1Xq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-15 23:57:19\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-15 23:57:19\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2344;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Salim (Tangail)\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"selim60@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01706983960\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$7fZs5axzyjAjmmqQCFtJsu3KMMLnfHwuJQl7QEwImmsqizf4P.1Xq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-15 23:57:19\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-15 23:57:19\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:12;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2346;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Shaalom\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"shaalom00@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01709342700\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ECcE639kCSQhd4SK3o.T7uuNrgkjE3MWVLqLZB\\/cKA095wpuc.fcG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 00:11:28\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 00:11:28\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2346;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Shaalom\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"shaalom00@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01709342700\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ECcE639kCSQhd4SK3o.T7uuNrgkjE3MWVLqLZB\\/cKA095wpuc.fcG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 00:11:28\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 00:11:28\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:13;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2347;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Shadin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"shadin55@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01740759255\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$G8N3aG3WeMrE3B\\/o92uHJeynG3IZgKyTzG8CfLbWxqyBU8132eq\\/y\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 00:16:40\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 00:16:40\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2347;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Shadin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"shadin55@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01740759255\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$G8N3aG3WeMrE3B\\/o92uHJeynG3IZgKyTzG8CfLbWxqyBU8132eq\\/y\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 00:16:40\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 00:16:40\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:14;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2348;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Shafayat\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01905046856\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$bgpq2t9YOxtsw7PyIpzgIOsgarZa8d0Mpf.nZ9ZzQHqxEBRugUWpm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 01:25:43\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 01:25:43\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2348;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Shafayat\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01905046856\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$bgpq2t9YOxtsw7PyIpzgIOsgarZa8d0Mpf.nZ9ZzQHqxEBRugUWpm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 01:25:43\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 01:25:43\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:15;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2349;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Shagor\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"shagor24@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01677541524\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$.p2YH\\/hYHSdbRAwcbtZO.O2PNaebF7PlyuKhb\\/e1OXP..WDcgM7VW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 01:28:55\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 01:28:55\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2349;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Shagor\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"shagor24@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01677541524\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$.p2YH\\/hYHSdbRAwcbtZO.O2PNaebF7PlyuKhb\\/e1OXP..WDcgM7VW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 01:28:55\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 01:28:55\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:16;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2350;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Shagor Ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"shagor18@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1725207818\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$b93d5XkVNpNFmh\\/qq9mjG.3KUefDAXNrkdvfCvCP.A5VfmBOJW5YO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 01:40:36\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 01:40:36\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2350;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Shagor Ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"shagor18@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1725207818\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$b93d5XkVNpNFmh\\/qq9mjG.3KUefDAXNrkdvfCvCP.A5VfmBOJW5YO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 01:40:36\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 01:40:36\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:17;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2351;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Shahid\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"shahid338@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01611891338\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$NJ1Ax3OfAtcpOx\\/WC4okwepgrKtje9KwWy7UEkiVm5GpBRVe1GUSG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 01:44:37\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 01:44:37\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2351;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Shahid\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"shahid338@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01611891338\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$NJ1Ax3OfAtcpOx\\/WC4okwepgrKtje9KwWy7UEkiVm5GpBRVe1GUSG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 01:44:37\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 01:44:37\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:18;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2352;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Shahriar Khan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"shahriar21@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715506721\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ACLUeU1Lc327YyE1tuxn4enhkFmlVOe7Jy2upWsw.BOcSFbKWMti6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 01:48:09\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 01:48:09\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2352;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Shahriar Khan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"shahriar21@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715506721\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ACLUeU1Lc327YyE1tuxn4enhkFmlVOe7Jy2upWsw.BOcSFbKWMti6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 01:48:09\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 01:48:09\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:19;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2354;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:20:\\\"Shanti Moni(Dhaka\\uff09\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"shantimoni@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715544564\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$.NvazibzATJW\\/BykF5DyMOJLPG8ps3r72qIWvAt6jzg.XKqQmWXjq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 01:54:04\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 01:54:04\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2354;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:20:\\\"Shanti Moni(Dhaka\\uff09\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"shantimoni@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715544564\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$.NvazibzATJW\\/BykF5DyMOJLPG8ps3r72qIWvAt6jzg.XKqQmWXjq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 01:54:04\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 01:54:04\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:20;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2355;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Shohag Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:26:\\\"shohaghossain372@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01641113951\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ZGrB3xa3DwdrnuUDnb4YCODx2Eky9LSOugzLqtQB54ddaP0rUONXy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 01:57:11\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 01:57:11\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2355;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Shohag Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:26:\\\"shohaghossain372@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01641113951\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ZGrB3xa3DwdrnuUDnb4YCODx2Eky9LSOugzLqtQB54ddaP0rUONXy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 01:57:11\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 01:57:11\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:21;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2356;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Shohidulla\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"shohidulla@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716299334\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Aki9rYyJZeEsyhwEcQaQau4986N5QUAKNBvVUWMMpvM5zotxw2\\/ry\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 02:00:06\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 02:00:06\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2356;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Shohidulla\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"shohidulla@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716299334\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Aki9rYyJZeEsyhwEcQaQau4986N5QUAKNBvVUWMMpvM5zotxw2\\/ry\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 02:00:06\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 02:00:06\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:22;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2357;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"Shorifuddin Shourav\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"sourav34@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01713007034\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$xLt3cYBe7ADEpvOQHfGVm.AtWnkPEFc0dIX4tekRYA2zWdBC7vwbW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 02:03:17\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 02:03:17\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2357;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"Shorifuddin Shourav\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"sourav34@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01713007034\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$xLt3cYBe7ADEpvOQHfGVm.AtWnkPEFc0dIX4tekRYA2zWdBC7vwbW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 02:03:17\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 02:03:17\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:23;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2358;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Shumon ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"shumun81@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01797788681\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$1mJJTfLJv0kadMoYK9yD4.RkQlSZmJPmJLzO7MCmoc3\\/ntV1eZsOG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 02:06:02\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 02:06:02\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2358;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Shumon ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"shumun81@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01797788681\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$1mJJTfLJv0kadMoYK9yD4.RkQlSZmJPmJLzO7MCmoc3\\/ntV1eZsOG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 02:06:02\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 02:06:02\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:24;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2359;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Shyful\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"shyful72@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01720275372\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$KRAAQfi2Vxx9obfLLbfK7udDC.SFIk9CllYL8RDr485uAdbUytJn6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 02:08:21\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 02:08:21\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2359;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Shyful\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"shyful72@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01720275372\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$KRAAQfi2Vxx9obfLLbfK7udDC.SFIk9CllYL8RDr485uAdbUytJn6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 02:08:21\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 02:08:21\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:25;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2360;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"SIDDIQUE\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"siddique87@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01622625287\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$1AQdZ.GK2UYg2OioAqoBHeuHp.0nQyorsUJAGqqorMg0YKP0LwzHu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 02:11:25\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 02:11:25\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2360;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"SIDDIQUE\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"siddique87@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01622625287\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$1AQdZ.GK2UYg2OioAqoBHeuHp.0nQyorsUJAGqqorMg0YKP0LwzHu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 02:11:25\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 02:11:25\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:26;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2362;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Sonjoy Roy\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"sonjoy78@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711464078\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$M2w8ovyz2R7GUh78uiGBJu7KtwSDa6BFlVs3a0JavctwJf0zQ167q\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 02:24:13\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 02:24:13\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2362;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Sonjoy Roy\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"sonjoy78@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711464078\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$M2w8ovyz2R7GUh78uiGBJu7KtwSDa6BFlVs3a0JavctwJf0zQ167q\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 02:24:13\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 02:24:13\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:27;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2363;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"SR Packaging Ltd.\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"srpackaging@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01866964664\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$1XukCUX2BmR9ZZXNd54EC.8be.G0FjUqCYHYJ3osex4cEjvQKX\\/wu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 11:30:54\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 11:30:54\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2363;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"SR Packaging Ltd.\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"srpackaging@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01866964664\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$1XukCUX2BmR9ZZXNd54EC.8be.G0FjUqCYHYJ3osex4cEjvQKX\\/wu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 11:30:54\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 11:30:54\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:28;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2367;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"SYED ALAM\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"syed66@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01812867166\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$0ub3QjBYGbS9RPAM9z7kJuKtwZSQ0NVaagoMFETdHV2GsYWZzoPku\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 11:54:53\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 11:54:53\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2367;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"SYED ALAM\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"syed66@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01812867166\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$0ub3QjBYGbS9RPAM9z7kJuKtwZSQ0NVaagoMFETdHV2GsYWZzoPku\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 11:54:53\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 11:54:53\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:29;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2373;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Yousuf Akash\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"yousufakash@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01977360844\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$C7ygOVkV.2GrD.G3aJg2cOnps4f50CW6\\/kWpU8dIiIgrO2APKI02.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 12:25:04\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 12:25:04\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2373;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Yousuf Akash\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"yousufakash@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01977360844\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$C7ygOVkV.2GrD.G3aJg2cOnps4f50CW6\\/kWpU8dIiIgrO2APKI02.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 12:25:04\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 12:25:04\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:30;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2376;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Zobair Hassan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"zobair06@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01710475306\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$CxIXO\\/kctoSJl99FETzyXulfI8PiMgIJqZ8wIh8p0JQknyGlCoCSq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 12:33:46\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 12:33:46\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2376;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Zobair Hassan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"zobair06@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01710475306\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$CxIXO\\/kctoSJl99FETzyXulfI8PiMgIJqZ8wIh8p0JQknyGlCoCSq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 12:33:46\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 12:33:46\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:31;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2377;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Delwar Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"delwar56@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712456756\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$HlxadpBiWYKU7BSK1EdDMeLJ0IgXaFKdEIbgpnYTJdSFQJNR7kmWa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 12:36:44\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 12:36:44\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2377;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Delwar Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"delwar56@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712456756\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$HlxadpBiWYKU7BSK1EdDMeLJ0IgXaFKdEIbgpnYTJdSFQJNR7kmWa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 12:36:44\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 12:36:44\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:32;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2382;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:25:\\\"Salah Uddin Seajan sajeeb\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:24:\\\"salahuddin04@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01816370004\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$zoy\\/gbUvxU3cAqiHtKi.bOlred5zzq7czjPCndBxDxBY5Ok\\/jrCsK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 13:32:11\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 13:32:11\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2382;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:25:\\\"Salah Uddin Seajan sajeeb\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:24:\\\"salahuddin04@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01816370004\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$zoy\\/gbUvxU3cAqiHtKi.bOlred5zzq7czjPCndBxDxBY5Ok\\/jrCsK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 13:32:11\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 13:32:11\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:33;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2387;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:20:\\\"Habibullah Chowdhury\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"habibullah@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01730787146\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$yAe8z7.fuoB0C4zlBOMIauRBKtSdJY7oZZB.V314Og8deB1EyZZpC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 14:38:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 14:38:29\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2387;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:20:\\\"Habibullah Chowdhury\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"habibullah@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01730787146\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$yAe8z7.fuoB0C4zlBOMIauRBKtSdJY7oZZB.V314Og8deB1EyZZpC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 14:38:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 14:38:29\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:34;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2388;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:22:\\\"Dr. Md. Momtazul Haque\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"momtazul90@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711583890\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$8uDzno.v83P2PcNBrQICxOqa4I.4Jb1vw2ZJJwIMlWeTlId7tem7e\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 14:42:05\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 14:42:05\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2388;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:22:\\\"Dr. Md. Momtazul Haque\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"momtazul90@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711583890\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$8uDzno.v83P2PcNBrQICxOqa4I.4Jb1vw2ZJJwIMlWeTlId7tem7e\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 14:42:05\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 14:42:05\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:35;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2389;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Nasim Uddin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"nasim69@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711205269\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$gSI3UOiElp5ARxGw2dLfg.9ZaWVEV8eXhwID5lT8TlMwmsyFID02y\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 14:44:57\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 14:44:57\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2389;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Nasim Uddin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"nasim69@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711205269\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$gSI3UOiElp5ARxGw2dLfg.9ZaWVEV8eXhwID5lT8TlMwmsyFID02y\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 14:44:57\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 14:44:57\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:36;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2391;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Md Omar Ali\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"omar70@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716304570\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$bT0yeeMOLT1D9AUDhM3mkuZSr9J0QbyQV.ZoR9\\/AnAFXhUlwu5opy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 14:49:39\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 14:49:39\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2391;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Md Omar Ali\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"omar70@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716304570\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$bT0yeeMOLT1D9AUDhM3mkuZSr9J0QbyQV.ZoR9\\/AnAFXhUlwu5opy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 14:49:39\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 14:49:39\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:37;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2393;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Ibne Miran\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"miran36@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01815085636\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$F9KoguJyCp2AH3hgNHAuG.dywJIQLd3AzmFcsYsNAOkn661AJfS.G\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 15:13:52\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 15:13:52\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2393;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Ibne Miran\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"miran36@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01815085636\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$F9KoguJyCp2AH3hgNHAuG.dywJIQLd3AzmFcsYsNAOkn661AJfS.G\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 15:13:52\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 15:13:52\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:38;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2394;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Anwar\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"anwar61@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01796637761\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$7VHI6MIlemDw8cl3YS6gFOFUrF4Wv..826PpAe\\/0yzl7Zm\\/ri.vfK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 15:19:35\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 15:19:35\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2394;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Anwar\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"anwar61@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01796637761\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$7VHI6MIlemDw8cl3YS6gFOFUrF4Wv..826PpAe\\/0yzl7Zm\\/ri.vfK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 15:19:35\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 15:19:35\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:39;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2395;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"MD.Masud Rana\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"masud92@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01322603992\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$fiRgN9Pflw\\/d5uFhVI5mqu84sfDyH1H2Qe9gbhlXn.wPuK4PSEAY.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 15:26:20\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 15:26:20\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2395;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"MD.Masud Rana\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"masud92@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01322603992\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$fiRgN9Pflw\\/d5uFhVI5mqu84sfDyH1H2Qe9gbhlXn.wPuK4PSEAY.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 15:26:20\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 15:26:20\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:40;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2399;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Md. Faisal\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"faisal89@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716890889\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$t8oUIzJwJ3WY1kw.l9v2T.oaDoCNl0\\/7mVxFgVNMwvvZY.mG5yyRa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 15:46:04\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 15:46:04\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2399;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Md. Faisal\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"faisal89@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716890889\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$t8oUIzJwJ3WY1kw.l9v2T.oaDoCNl0\\/7mVxFgVNMwvvZY.mG5yyRa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 15:46:04\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 15:46:04\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:41;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2402;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Emtiaz\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"emtiaz.m007@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01863962010\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$yywi6uiGI7kDMm44QKjufOCY\\/x1soU3sZvGWn7wYrwzIRPGS3djjO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 16:04:01\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 16:04:01\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2402;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Emtiaz\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"emtiaz.m007@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01863962010\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$yywi6uiGI7kDMm44QKjufOCY\\/x1soU3sZvGWn7wYrwzIRPGS3djjO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 16:04:01\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 16:04:01\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:42;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2412;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:3:\\\"Raj\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01311153797\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Zcz4\\/yXLg2ors2l8MgvODOX.Xd9m2FF0xkA0N6ExE8Gkju21KMaE2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 16:39:27\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 16:39:27\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2412;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:3:\\\"Raj\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01311153797\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Zcz4\\/yXLg2ors2l8MgvODOX.Xd9m2FF0xkA0N6ExE8Gkju21KMaE2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 16:39:27\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 16:39:27\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:43;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2414;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Imtiaz Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:29:\\\"imtiaz.islam@dhakabank.com.bd\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712571800\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$WVMNlWpJBGwWjs.Gdm74i.8F2jlGXWhEzh2hpCx8DGdId2QpKWKa2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 22:32:22\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 22:32:22\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2414;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Imtiaz Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:29:\\\"imtiaz.islam@dhakabank.com.bd\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712571800\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$WVMNlWpJBGwWjs.Gdm74i.8F2jlGXWhEzh2hpCx8DGdId2QpKWKa2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 22:32:22\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 22:32:22\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:44;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2416;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Lemon Talukder\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:25:\\\"lemontalukder44@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01916469853\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$S3FAuZowtWfj5jby3QSKd.AjHAH3yvbCzQqPIt7pLRpKN2gqoCZyS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 22:38:48\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 22:38:48\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2416;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Lemon Talukder\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:25:\\\"lemontalukder44@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01916469853\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$S3FAuZowtWfj5jby3QSKd.AjHAH3yvbCzQqPIt7pLRpKN2gqoCZyS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 22:38:48\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 22:38:48\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:45;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2473;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"Shaiful Islam Bahar\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:16:\\\"lutfun@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01937273576\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Jx4663Dz0KFy1FWFqKrWJ.cKPMyvpmrKL8My4jvCGF5ca4JmGi67O\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 17:07:02\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 17:07:02\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2473;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"Shaiful Islam Bahar\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:16:\\\"lutfun@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01937273576\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Jx4663Dz0KFy1FWFqKrWJ.cKPMyvpmrKL8My4jvCGF5ca4JmGi67O\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 17:07:02\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 17:07:02\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:46;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2476;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Liakat Ali\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01827596267\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$hAaWzKnm92RYxQlT4ftPmuiu2QbD.SKkXwVi4K7hBKcOHYwVwJMzO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 17:31:19\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 17:31:19\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2476;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Liakat Ali\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01827596267\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$hAaWzKnm92RYxQlT4ftPmuiu2QbD.SKkXwVi4K7hBKcOHYwVwJMzO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 17:31:19\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 17:31:19\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:47;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2479;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:20:\\\"Md. Morshed Sawdagor\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"morshed23@mygpsbd.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01704406523\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$08.frEpeGHeWHbXRd7scPu2rPq19jD5eCQ7M1QkpMpK2nCmNkiIdG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 17:49:15\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 17:49:15\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2479;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:20:\\\"Md. Morshed Sawdagor\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"morshed23@mygpsbd.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01704406523\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$08.frEpeGHeWHbXRd7scPu2rPq19jD5eCQ7M1QkpMpK2nCmNkiIdG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 17:49:15\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 17:49:15\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:48;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2498;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"HAMIDUR RAHMAN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:29:\\\"hamidurrahmanshipon@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01718108042\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$\\/JZXQhYUyEX.1\\/D8Z.eKhOzuu1a2RbdH2WxOHxPDWMCpDODMZPpG2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 10:13:21\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 10:13:21\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2498;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"HAMIDUR RAHMAN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:29:\\\"hamidurrahmanshipon@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01718108042\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$\\/JZXQhYUyEX.1\\/D8Z.eKhOzuu1a2RbdH2WxOHxPDWMCpDODMZPpG2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 10:13:21\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 10:13:21\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:49;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2502;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Adil\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"adil.revere@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01938888988\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$5gzyDPEXwIgEbsE9LQ3QtOkwMAhbzDm4LPpHTPsMvN0XJzT9JdddS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 10:34:08\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 10:34:08\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2502;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Adil\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"adil.revere@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01938888988\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$5gzyDPEXwIgEbsE9LQ3QtOkwMAhbzDm4LPpHTPsMvN0XJzT9JdddS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 10:34:08\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 10:34:08\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:50;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2558;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Shafiqul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712691313\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$.\\/pZGWcJychsBlLA0LJ.tu8.Hq7NAMKpM6w\\/Yw7hNIzn3I1Ks..YS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 11:45:06\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 11:45:06\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2558;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Shafiqul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712691313\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$.\\/pZGWcJychsBlLA0LJ.tu8.Hq7NAMKpM6w\\/Yw7hNIzn3I1Ks..YS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 11:45:06\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 11:45:06\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:51;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2572;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Shahriar Babla\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:26:\\\"shahriarbabla565@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01303733794\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$pluObiGq7u0HS07jfAG12.SgFGjR744eL9pIi4miJDOFp2RcQ9PpK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 13:43:11\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 13:43:11\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2572;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Shahriar Babla\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:26:\\\"shahriarbabla565@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01303733794\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$pluObiGq7u0HS07jfAG12.SgFGjR744eL9pIi4miJDOFp2RcQ9PpK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 13:43:11\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 13:43:11\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:52;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2581;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"NAZMUL\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01747012264\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$yPb1HPJT1hbqR.mdQLnl\\/eQIdlktjMr8e1tEhrq9vGl4Wn7ZsjAwq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 15:23:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 15:23:29\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2581;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"NAZMUL\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01747012264\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$yPb1HPJT1hbqR.mdQLnl\\/eQIdlktjMr8e1tEhrq9vGl4Wn7ZsjAwq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 15:23:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 15:23:29\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:53;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2598;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Sujon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:24:\\\"sujonahmed3315@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01877055158\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$3Z7W31OqZdUMGCSOkF5h\\/.45goVXIVgRmfpuOrXMLL5NIKVbC8GH2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 17:14:48\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 17:14:48\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2598;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Sujon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:24:\\\"sujonahmed3315@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01877055158\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$3Z7W31OqZdUMGCSOkF5h\\/.45goVXIVgRmfpuOrXMLL5NIKVbC8GH2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 17:14:48\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 17:14:48\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:54;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2643;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"Md J. Ferdous Anjel\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:26:\\\"anjelcreationsbd@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01793171888\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$5joj2Hg9U91gzYu8wWgOOub2pqNoCer6yZa0fXS47CNN62NzMUBw2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 16:30:51\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 16:30:51\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2643;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"Md J. Ferdous Anjel\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:26:\\\"anjelcreationsbd@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01793171888\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$5joj2Hg9U91gzYu8wWgOOub2pqNoCer6yZa0fXS47CNN62NzMUBw2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 16:30:51\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 16:30:51\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:55;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2647;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Atikur Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01717352517\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$pzrANytjKg0V7Mw.lULrZ.xZlhrywDJnSwt7Hnrnby2.GwXqdltIe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 09:56:47\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 09:56:47\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2647;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Atikur Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01717352517\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$pzrANytjKg0V7Mw.lULrZ.xZlhrywDJnSwt7Hnrnby2.GwXqdltIe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 09:56:47\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 09:56:47\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:56;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2648;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md.shohel RanaIm\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:25:\\\"Sohelrana805392@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01791805392\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$HqPJODlWQjp3qBNX5blrpOp8Bn1THEseV6mrP7IyT\\/SSJb8DM.qS.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 10:00:25\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 10:00:25\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2648;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md.shohel RanaIm\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:25:\\\"Sohelrana805392@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01791805392\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$HqPJODlWQjp3qBNX5blrpOp8Bn1THEseV6mrP7IyT\\/SSJb8DM.qS.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 10:00:25\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 10:00:25\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:57;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2649;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"NAZRUL\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01920993056\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$EHQ6leEFT8L.JXkedG6sauw6XP9TAOX7lvby7QK6aUk3uKyFenbhe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 10:06:41\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 10:06:41\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2649;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"NAZRUL\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01920993056\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$EHQ6leEFT8L.JXkedG6sauw6XP9TAOX7lvby7QK6aUk3uKyFenbhe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 10:06:41\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 10:06:41\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:58;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2650;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Sultan Mahmud\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"sultan012485@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01819473722\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$R1Pnicex9VHmkX.6JeXwOuEh9z5.laTsvB3HVLHadymKpRU5fDgp6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 10:18:20\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 10:18:20\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2650;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Sultan Mahmud\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"sultan012485@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01819473722\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$R1Pnicex9VHmkX.6JeXwOuEh9z5.laTsvB3HVLHadymKpRU5fDgp6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 10:18:20\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 10:18:20\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:59;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2651;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"JAKIR  AHMED SHILU\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01713084202\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$k7Oa45D6K9NcG0pX2.Yw8.jh\\/Vh.rNgNuE.f9OtDj3i\\/UCqqTF2ya\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 10:26:23\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 10:26:23\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2651;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"JAKIR  AHMED SHILU\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01713084202\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$k7Oa45D6K9NcG0pX2.Yw8.jh\\/Vh.rNgNuE.f9OtDj3i\\/UCqqTF2ya\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 10:26:23\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 10:26:23\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:60;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2653;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Shawon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1611903541\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$y8ncW56NYBxU7wA0838HCOEuu5.x8RqEObAcfzCH0Q5opJznIEwUe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 10:45:16\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 10:45:16\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2653;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Shawon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1611903541\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$y8ncW56NYBxU7wA0838HCOEuu5.x8RqEObAcfzCH0Q5opJznIEwUe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 10:45:16\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 10:45:16\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:61;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2654;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Md.syfuddin shekh\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"syfuddin92@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01739484352\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$yA.VB6cqHG4uRI5vbFNmXet8UsP1halHcGV9lkVT.rLuTZIuUF4Lu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 10:53:31\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 10:53:31\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2654;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Md.syfuddin shekh\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"syfuddin92@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01739484352\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$yA.VB6cqHG4uRI5vbFNmXet8UsP1halHcGV9lkVT.rLuTZIuUF4Lu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 10:53:31\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 10:53:31\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:62;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2655;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"MD. JOBAYER RAHMAN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"neahanuha@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01612748644\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$xNIPAz\\/hRwqdR0ee6cVcpehYdi0fEWwMW655Wc2M3xbdqBIO9GujS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 11:01:54\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 11:01:54\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2655;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"MD. JOBAYER RAHMAN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"neahanuha@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01612748644\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$xNIPAz\\/hRwqdR0ee6cVcpehYdi0fEWwMW655Wc2M3xbdqBIO9GujS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 11:01:54\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 11:01:54\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:63;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2656;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Shohag hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01730178878\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Px\\/iBqUj.MEcPkAmPZX07u9LMMekLY15y..x8NKpPjp\\/2U2eK2MKi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 11:10:09\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 11:10:09\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2656;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Shohag hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01730178878\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Px\\/iBqUj.MEcPkAmPZX07u9LMMekLY15y..x8NKpPjp\\/2U2eK2MKi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 11:10:09\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 11:10:09\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:64;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2657;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"AHIDUR RAHMAN KHAN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:25:\\\"ratan.econ39.ju@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01917007694\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$oUt6T6dKVX5SdzYQtEX7ZO2IRQOXPyJFOpJyJ3zpfoa1OuulSUmA.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 11:13:55\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 11:13:55\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2657;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"AHIDUR RAHMAN KHAN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:25:\\\"ratan.econ39.ju@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01917007694\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$oUt6T6dKVX5SdzYQtEX7ZO2IRQOXPyJFOpJyJ3zpfoa1OuulSUmA.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 11:13:55\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 11:13:55\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:65;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2658;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Md. Abu Taher\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01977207970\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$G2S56ZCDPWt9q31NINjVhuqmxftGstgM2tNrYYi5L7fa3n.SS2zZ.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 11:17:58\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 11:17:58\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2658;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Md. Abu Taher\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01977207970\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$G2S56ZCDPWt9q31NINjVhuqmxftGstgM2tNrYYi5L7fa3n.SS2zZ.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 11:17:58\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 11:17:58\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:66;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2659;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"SELIM REZA\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:30:\\\"magurarealestate2020@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01727849427\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$JFgXqAKa5GYF.aQvLaqKUOvSt8Pb2Wx8VXG7Nm5Wuvl94tVJYlMwO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 11:22:14\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 11:22:14\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2659;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"SELIM REZA\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:30:\\\"magurarealestate2020@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01727849427\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$JFgXqAKa5GYF.aQvLaqKUOvSt8Pb2Wx8VXG7Nm5Wuvl94tVJYlMwO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 11:22:14\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 11:22:14\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:67;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2660;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"ROBIUL\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01739560390\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$GAlm9M4pX3YgnsWavAOPUuGBePwwccc9vPGv0qXFACeezfwA9rMF6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 11:25:32\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 11:25:32\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2660;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"ROBIUL\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01739560390\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$GAlm9M4pX3YgnsWavAOPUuGBePwwccc9vPGv0qXFACeezfwA9rMF6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 11:25:32\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 11:25:32\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:68;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2661;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Aminul Islam Rana\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"gkus051988@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01785098758\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Ky\\/m6Z3BYEHyUsSUdKQJ5e0zFI001aBxNkrgfD7alza.\\/5B2zl.Ei\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 11:30:52\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 11:30:52\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2661;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Aminul Islam Rana\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"gkus051988@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01785098758\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Ky\\/m6Z3BYEHyUsSUdKQJ5e0zFI001aBxNkrgfD7alza.\\/5B2zl.Ei\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 11:30:52\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 11:30:52\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:69;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2662;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"MD.SAMSUL HUDA\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"huda.arkay@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715224989\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$dXWa96TEqiV\\/7OSG0yJ3W.DI70twiJ5rXtlof4nlhAcTy6XfuGor.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 12:08:23\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 12:08:23\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2662;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"MD.SAMSUL HUDA\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"huda.arkay@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715224989\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$dXWa96TEqiV\\/7OSG0yJ3W.DI70twiJ5rXtlof4nlhAcTy6XfuGor.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 12:08:23\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 12:08:23\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:70;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2663;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"MD REZAUL KABIR\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711368713\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$N5aX0ApVfvZFH90gDB7LVewsfx0Wb6BpF.NCYwyXbdjy2MJN982dy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 12:15:33\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 12:15:33\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2663;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"MD REZAUL KABIR\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711368713\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$N5aX0ApVfvZFH90gDB7LVewsfx0Wb6BpF.NCYwyXbdjy2MJN982dy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 12:15:33\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 12:15:33\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:71;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2664;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Khorshed Alam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01714687294\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$RL2vaAmVlJ2n.izrLsC31eKkSbc5iOhSMMiT3bqH64vM0PeqY.lUi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 12:33:10\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 12:33:10\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2664;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Khorshed Alam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01714687294\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$RL2vaAmVlJ2n.izrLsC31eKkSbc5iOhSMMiT3bqH64vM0PeqY.lUi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 12:33:10\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 12:33:10\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:72;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2665;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Faruk\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712349975\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$4b9e80SYQ\\/542LkSDxA10Onw1u384hORUANUkvdR4qo5zJemRl4x2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 12:35:59\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 12:35:59\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2665;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Faruk\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712349975\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$4b9e80SYQ\\/542LkSDxA10Onw1u384hORUANUkvdR4qo5zJemRl4x2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 12:35:59\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 12:35:59\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:73;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2666;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Md. Armanul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01614577666\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$GrPMXDACqleeW.KtfC98BOB8lmWvM.E.k2nFlRB6nkpqx1gvFvg9K\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 12:43:05\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 12:43:05\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2666;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Md. Armanul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01614577666\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$GrPMXDACqleeW.KtfC98BOB8lmWvM.E.k2nFlRB6nkpqx1gvFvg9K\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 12:43:05\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 12:43:05\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:74;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2667;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Md.Mizanur Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:24:\\\"mizanurcp10004@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01690264057\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$f56EfOWedB.0T\\/EY8Z5CX.YTToVoERr1vdg49niILrEmnO6wOm1vy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 12:50:37\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 12:50:37\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2667;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Md.Mizanur Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:24:\\\"mizanurcp10004@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01690264057\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$f56EfOWedB.0T\\/EY8Z5CX.YTToVoERr1vdg49niILrEmnO6wOm1vy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 12:50:37\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 12:50:37\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:75;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2668;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Atuar\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01891858544\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$\\/sKxOA3Jyqv5SU1k.H7npec7mnxeh5qDhFYh\\/ihydxKyyTxpDxZRG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 12:54:55\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 12:54:55\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2668;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Atuar\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01891858544\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$\\/sKxOA3Jyqv5SU1k.H7npec7mnxeh5qDhFYh\\/ihydxKyyTxpDxZRG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 12:54:55\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 12:54:55\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:76;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2669;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Emros Khan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01815103056\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$8ClmCaD9X9mpUoH.nk2ZNuDDvd1AV8U4zJ300t9\\/apchLFROrnZXa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 12:59:28\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 12:59:28\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2669;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Emros Khan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01815103056\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$8ClmCaD9X9mpUoH.nk2ZNuDDvd1AV8U4zJ300t9\\/apchLFROrnZXa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 12:59:28\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 12:59:28\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:77;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2671;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"KAMAL UDDIN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01976792557\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ogb6bLdHm2I\\/CG9t.Zju5OgXn7UgOm29liiSx42yVc4y0YLf4kKtq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 13:08:53\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 13:08:53\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2671;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"KAMAL UDDIN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01976792557\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ogb6bLdHm2I\\/CG9t.Zju5OgXn7UgOm29liiSx42yVc4y0YLf4kKtq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 13:08:53\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 13:08:53\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:78;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2672;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:25:\\\"Dr.rafiqul islam talukdar\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:26:\\\"rafiqul.talukdar@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01952238836\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$.jJEfGJOXQ5QDwNI2jIScuY4j3A2bDPA5mUy\\/d8JN1Ffle8pHb8b.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 13:12:11\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 13:12:11\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2672;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:25:\\\"Dr.rafiqul islam talukdar\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:26:\\\"rafiqul.talukdar@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01952238836\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$.jJEfGJOXQ5QDwNI2jIScuY4j3A2bDPA5mUy\\/d8JN1Ffle8pHb8b.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 13:12:11\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 13:12:11\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:79;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2674;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Mostafizur\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01875780511\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$7MO0r\\/NEYMaHezyAK4xA2O.chx.UmzKgku\\/sOxxgdFHK7WsQ.wnne\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 13:21:02\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 13:21:02\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2674;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Mostafizur\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01875780511\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$7MO0r\\/NEYMaHezyAK4xA2O.chx.UmzKgku\\/sOxxgdFHK7WsQ.wnne\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 13:21:02\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 13:21:02\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:80;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2675;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Khandaker Hatem\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01819127140\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$9SNVfFWM4zjuEkq\\/Z3G5We5SH8BvtexLHqgt69sGbd\\/7SaPzbuX0y\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 13:24:57\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 13:24:57\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2675;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Khandaker Hatem\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01819127140\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$9SNVfFWM4zjuEkq\\/Z3G5We5SH8BvtexLHqgt69sGbd\\/7SaPzbuX0y\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 13:24:57\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 13:24:57\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:81;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2676;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"BABAR\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01713239933\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$H04LXSEJaVyE\\/fiQynbCe.D\\/IrtX\\/3cdJ816EgE5Z20.39SSgc89S\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 14:57:15\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 14:59:00\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2676;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"BABAR\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01713239933\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$H04LXSEJaVyE\\/fiQynbCe.D\\/IrtX\\/3cdJ816EgE5Z20.39SSgc89S\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 14:57:15\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 14:59:00\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:82;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2677;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Kamruzzaman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"zaman13169@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01762551042\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$yaTwk3n.X7i6nFZRj9zu7.CzzkLT.iejA6od7GRZSWK0LLgbdtv0C\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 15:02:59\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 15:02:59\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2677;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Kamruzzaman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"zaman13169@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01762551042\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$yaTwk3n.X7i6nFZRj9zu7.CzzkLT.iejA6od7GRZSWK0LLgbdtv0C\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 15:02:59\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 15:02:59\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:83;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2678;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"JOWEL\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01719966278\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$2zOf\\/VrcwPZfz3QbJwR5ou\\/OXhZXhmjlaVPWsK4G3VYzSDLkfgC0.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 15:20:26\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 15:20:26\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2678;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"JOWEL\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01719966278\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$2zOf\\/VrcwPZfz3QbJwR5ou\\/OXhZXhmjlaVPWsK4G3VYzSDLkfgC0.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 15:20:26\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 15:20:26\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:84;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2679;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:24:\\\"MOHAMMAD  ZAHANGIR MOLLA\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01760937679\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$qBFc565.9KYKST591i\\/JV.mDuQRq2S.iFSrsOYw50cfzBKXlI4R3y\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 15:25:35\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 15:25:35\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2679;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:24:\\\"MOHAMMAD  ZAHANGIR MOLLA\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01760937679\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$qBFc565.9KYKST591i\\/JV.mDuQRq2S.iFSrsOYw50cfzBKXlI4R3y\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 15:25:35\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 15:25:35\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:85;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2680;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Mosleh Uddin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711119875\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$.i2hNzgjStgKIRVQnN8zk.qrIwddgMh9pIGV7GvWKMuf3FZvpJC72\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 15:28:27\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 15:28:27\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2680;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Mosleh Uddin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711119875\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$.i2hNzgjStgKIRVQnN8zk.qrIwddgMh9pIGV7GvWKMuf3FZvpJC72\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 15:28:27\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 15:28:27\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:86;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2681;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Al Amin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01781050555\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$icG4PAbVlrrpwDrZ.OOzMe9aFUG7DHOdPTdRlPjgQa5Dycj0JkOaS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 15:36:07\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 15:36:07\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2681;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Al Amin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01781050555\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$icG4PAbVlrrpwDrZ.OOzMe9aFUG7DHOdPTdRlPjgQa5Dycj0JkOaS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 15:36:07\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 15:36:07\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:87;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2684;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Aminul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:26:\\\"aminulislam91284@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01718932024\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$NaBqhnlKfEaqjeS2\\/ROge.OdFnev6Rt56ZBvotVuN8oKUItEGEKlG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 15:54:59\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 15:54:59\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2684;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Aminul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:26:\\\"aminulislam91284@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01718932024\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$NaBqhnlKfEaqjeS2\\/ROge.OdFnev6Rt56ZBvotVuN8oKUItEGEKlG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 15:54:59\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 15:54:59\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:88;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2685;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Kazi Rayhan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712228888\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$fmVIKPLcISAtPyUeYnHJ0urXRqxFsPwTfWStik7W6S9Lp5TZBXaTa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 15:59:42\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 15:59:42\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2685;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Kazi Rayhan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712228888\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$fmVIKPLcISAtPyUeYnHJ0urXRqxFsPwTfWStik7W6S9Lp5TZBXaTa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 15:59:42\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 15:59:42\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:89;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2686;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Al imran\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:24:\\\"alimranesg14iu@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01727062610\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Pwd1\\/iyns.C\\/FVtG\\/NAVfu0mpIdUNIqyo.l.xcBHTCckjmoQZNiQW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 16:02:57\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 16:02:57\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2686;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Al imran\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:24:\\\"alimranesg14iu@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01727062610\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Pwd1\\/iyns.C\\/FVtG\\/NAVfu0mpIdUNIqyo.l.xcBHTCckjmoQZNiQW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 16:02:57\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 16:02:57\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:90;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2687;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md.Mahbubul Alam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:26:\\\"mahathirmahbub29@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01616896888\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$lVU4Q32xMV\\/0zhDpizDy5.ZlENAWrim0TIziIEOsvDYxJSrB423MG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 16:06:21\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 16:06:21\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2687;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md.Mahbubul Alam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:26:\\\"mahathirmahbub29@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01616896888\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$lVU4Q32xMV\\/0zhDpizDy5.ZlENAWrim0TIziIEOsvDYxJSrB423MG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 16:06:21\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 16:06:21\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:91;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2688;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Borhan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01550155279\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$4W5tCVTuocs6TyqCbEBSgu5TgYUNmj2YkdX4qu3JFLEW933MjcQ1e\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 16:11:45\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 16:11:45\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2688;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Borhan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01550155279\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$4W5tCVTuocs6TyqCbEBSgu5TgYUNmj2YkdX4qu3JFLEW933MjcQ1e\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 16:11:45\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 16:11:45\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:92;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2689;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"md. aktarul badsha\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01740827975\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$u4bP.VfKgf0fQktPgPi.1udVKyeBU9zofP0k4r6dVerQd8fGrhXDS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 16:14:32\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 16:14:32\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2689;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"md. aktarul badsha\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01740827975\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$u4bP.VfKgf0fQktPgPi.1udVKyeBU9zofP0k4r6dVerQd8fGrhXDS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 16:14:32\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 16:14:32\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:93;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2691;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Omar Faruk\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01314633705\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$MGhTo6zvwZIYRthC9Qq9VeXDyPpuyyr2QFpV4ripkVx87bNbumunq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 16:23:14\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 16:23:14\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2691;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Omar Faruk\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01314633705\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$MGhTo6zvwZIYRthC9Qq9VeXDyPpuyyr2QFpV4ripkVx87bNbumunq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 16:23:14\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 16:23:14\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:94;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2692;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Habib\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01842225678\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$.v76m3ZpQqCsw10ahyNBt.lel.Ba2YitXpecH9rN2udMleEyxDUbm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 16:27:24\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 16:27:24\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2692;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Habib\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01842225678\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$.v76m3ZpQqCsw10ahyNBt.lel.Ba2YitXpecH9rN2udMleEyxDUbm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 16:27:24\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 16:27:24\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:95;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2693;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Shamim Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01725083343\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$AuLgLlo858n5pjWpq35udO3j3uJS7zwxBk73xZcfi4Yt17lYkjwKK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 16:30:52\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 16:30:52\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2693;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Shamim Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01725083343\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$AuLgLlo858n5pjWpq35udO3j3uJS7zwxBk73xZcfi4Yt17lYkjwKK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 16:30:52\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 16:30:52\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:96;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2694;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Alamgir hosen\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01998061974\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$6LXpMZCuu1mb2Ndo4jIr2eBKC37ty5MWsxlcvFxKPVWYp6cslL\\/yi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 16:43:35\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 16:43:35\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2694;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Alamgir hosen\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01998061974\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$6LXpMZCuu1mb2Ndo4jIr2eBKC37ty5MWsxlcvFxKPVWYp6cslL\\/yi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 16:43:35\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 16:43:35\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:97;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2696;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Kazi Mominul Haque\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01687620412\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$MhS3kMAcL45aEoF69zir4.kgVMyxmO.uyVdlmgLwOSnpwgrmsay5e\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-25 14:43:32\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-25 14:43:32\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2696;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Kazi Mominul Haque\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01687620412\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$MhS3kMAcL45aEoF69zir4.kgVMyxmO.uyVdlmgLwOSnpwgrmsay5e\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-25 14:43:32\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-25 14:43:32\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:98;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2698;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Leyo ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01750731664\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$em60F846fkJ0GnHbyidZh.hnEyFvtV8kb77BcZ3cySj9v7jPdeYYO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-26 11:09:09\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-26 11:09:09\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2698;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Leyo ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01750731664\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$em60F846fkJ0GnHbyidZh.hnEyFvtV8kb77BcZ3cySj9v7jPdeYYO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-26 11:09:09\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-26 11:09:09\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:99;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2699;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Delower\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01915185288\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$lnxEnjCcqWqpyQE1KhXQFO3MFXGxFZ6y2NxLCJRGBUATde67gMNP.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-26 11:13:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-26 11:13:29\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2699;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Delower\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01915185288\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$lnxEnjCcqWqpyQE1KhXQFO3MFXGxFZ6y2NxLCJRGBUATde67gMNP.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-26 11:13:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-26 11:13:29\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}}}s:4:\\\"text\\\";s:335:\\\"\\u09b8\\u09ae\\u09cd\\u09ae\\u09be\\u09a8\\u09bf\\u09a4 \\u0997\\u09cd\\u09b0\\u09be\\u09b9\\u0995, \\u09b8\\u09be\\u09b0\\u09cd\\u09ad\\u09be\\u09b0 \\u0986\\u09aa\\u09a1\\u09c7\\u099f \\u09a6\\u09c7\\u0993\\u09df\\u09be\\u09b0 \\u0995\\u09be\\u09b0\\u09a8\\u09c7 \\u0986\\u09aa\\u09a8\\u09be\\u09a6\\u09c7\\u09b0 \\u09a8\\u09bf\\u0995\\u099f \\u09ac\\u09bf\\u09b2\\u09c7\\u09b0 \\u098f\\u0995\\u099f\\u09bf \\u09ad\\u09c1\\u09b2 \\u09ae\\u09c7\\u09b8\\u09c7\\u099c \\u0997\\u09bf\\u09df\\u09c7\\u099b\\u09c7 \\u0964 \\u09ac\\u09bf\\u09b7\\u09df\\u099f\\u09bf\\u09b0 \\u099c\\u09a8\\u09cd\\u09af \\u0986\\u09ae\\u09b0\\u09be \\u0986\\u09a8\\u09cd\\u09a4\\u09b0\\u09bf\\u0995 \\u09ad\\u09be\\u09ac\\u09c7 \\u09a6\\u09c1\\u0983\\u0996\\u09bf\\u09a4\\u0964\\\";}s:3:\\\"job\\\";N;s:10:\\\"connection\\\";N;s:5:\\\"queue\\\";N;s:15:\\\"chainConnection\\\";N;s:10:\\\"chainQueue\\\";N;s:5:\\\"delay\\\";N;s:10:\\\"middleware\\\";a:0:{}s:7:\\\"chained\\\";a:0:{}}\"}}', 'Illuminate\\Queue\\MaxAttemptsExceededException: App\\Jobs\\SmsSend has been attempted too many times or run too long. The job may have previously timed out. in /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php:648\nStack trace:\n#0 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(163): Illuminate\\Queue\\Worker->maxAttemptsExceededException(Object(Illuminate\\Queue\\Jobs\\DatabaseJob))\n#1 /home/mygpsbd/public_html/app/Http/helper.php(28): Illuminate\\Queue\\Worker->Illuminate\\Queue\\{closure}(14, Array)\n#2 /home/mygpsbd/public_html/app/Jobs/SmsSend.php(35): send_sms(\'\\xE0\\xA6\\xB8\\xE0\\xA6\\xAE\\xE0\\xA7\\x8D\\xE0\\xA6\\xAE\\xE0\\xA6\\xBE...\', Array)\n#3 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App\\Jobs\\SmsSend->handle()\n#4 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/Util.php(37): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}()\n#5 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(93): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))\n#6 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(37): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))\n#7 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/Container.php(596): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)\n#8 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php(94): Illuminate\\Container\\Container->call(Array)\n#9 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(128): Illuminate\\Bus\\Dispatcher->Illuminate\\Bus\\{closure}(Object(App\\Jobs\\SmsSend))\n#10 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(103): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(App\\Jobs\\SmsSend))\n#11 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php(98): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))\n#12 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(83): Illuminate\\Bus\\Dispatcher->dispatchNow(Object(App\\Jobs\\SmsSend), false)\n#13 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(128): Illuminate\\Queue\\CallQueuedHandler->Illuminate\\Queue\\{closure}(Object(App\\Jobs\\SmsSend))\n#14 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(103): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(App\\Jobs\\SmsSend))\n#15 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(85): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))\n#16 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(59): Illuminate\\Queue\\CallQueuedHandler->dispatchThroughMiddleware(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Object(App\\Jobs\\SmsSend))\n#17 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Jobs/Job.php(98): Illuminate\\Queue\\CallQueuedHandler->call(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Array)\n#18 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(356): Illuminate\\Queue\\Jobs\\Job->fire()\n#19 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(306): Illuminate\\Queue\\Worker->process(\'database\', Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Object(Illuminate\\Queue\\WorkerOptions))\n#20 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(132): Illuminate\\Queue\\Worker->runJob(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), \'database\', Object(Illuminate\\Queue\\WorkerOptions))\n#21 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(112): Illuminate\\Queue\\Worker->daemon(\'database\', \'default\', Object(Illuminate\\Queue\\WorkerOptions))\n#22 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(96): Illuminate\\Queue\\Console\\WorkCommand->runWorker(\'database\', \'default\')\n#23 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Illuminate\\Queue\\Console\\WorkCommand->handle()\n#24 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/Util.php(37): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}()\n#25 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(93): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))\n#26 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(37): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))\n#27 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/Container.php(596): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)\n#28 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Console/Command.php(134): Illuminate\\Container\\Container->call(Array)\n#29 /home/mygpsbd/public_html/vendor/symfony/console/Command/Command.php(298): Illuminate\\Console\\Command->execute(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))\n#30 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Console/Command.php(121): Symfony\\Component\\Console\\Command\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))\n#31 /home/mygpsbd/public_html/vendor/symfony/console/Application.php(1040): Illuminate\\Console\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#32 /home/mygpsbd/public_html/vendor/symfony/console/Application.php(301): Symfony\\Component\\Console\\Application->doRunCommand(Object(Illuminate\\Queue\\Console\\WorkCommand), Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#33 /home/mygpsbd/public_html/vendor/symfony/console/Application.php(171): Symfony\\Component\\Console\\Application->doRun(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#34 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Console/Application.php(93): Symfony\\Component\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#35 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(129): Illuminate\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#36 /home/mygpsbd/public_html/artisan(37): Illuminate\\Foundation\\Console\\Kernel->handle(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#37 {main}', '2024-02-08 22:01:03');
INSERT INTO `failed_jobs` (`id`, `connection`, `queue`, `payload`, `exception`, `failed_at`) VALUES
(701, 'database', 'default', '{\"uuid\":\"931447be-cfa4-461d-bf0f-7a22e6e5dca0\",\"displayName\":\"App\\\\Jobs\\\\SmsSend\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"delay\":null,\"timeout\":null,\"timeoutAt\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\SmsSend\",\"command\":\"O:16:\\\"App\\\\Jobs\\\\SmsSend\\\":9:{s:4:\\\"data\\\";a:2:{s:4:\\\"data\\\";O:39:\\\"Illuminate\\\\Database\\\\Eloquent\\\\Collection\\\":1:{s:8:\\\"\\u0000*\\u0000items\\\";a:100:{i:0;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2700;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Jashim uddin ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01819612812\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$oZ43JZuFy4DeKYJX\\/Etsnu5S5xr70F58\\/zT5npfez4D7hHSQfpa9y\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-26 11:23:09\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-26 11:23:09\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2700;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Jashim uddin ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01819612812\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$oZ43JZuFy4DeKYJX\\/Etsnu5S5xr70F58\\/zT5npfez4D7hHSQfpa9y\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-26 11:23:09\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-26 11:23:09\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:1;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2701;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Abdul Mozid\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01774947073\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$qcNR\\/WxhATv7pkvtKAMeZedR1xBLRI163zWAvRLycGs2imzsVoawi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-26 11:26:04\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-26 11:26:04\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2701;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Abdul Mozid\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01774947073\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$qcNR\\/WxhATv7pkvtKAMeZedR1xBLRI163zWAvRLycGs2imzsVoawi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-26 11:26:04\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-26 11:26:04\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:2;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2702;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Shakil\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"shakil007a@yahoo.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01914010748\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$N\\/HtL6Vxv2c2Gd1cGMwbEeks8xZJdyvsuoUtuS4.Tf\\/4rY4yH8Xa2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-26 11:34:11\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-26 11:34:11\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2702;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Shakil\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"shakil007a@yahoo.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01914010748\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$N\\/HtL6Vxv2c2Gd1cGMwbEeks8xZJdyvsuoUtuS4.Tf\\/4rY4yH8Xa2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-26 11:34:11\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-26 11:34:11\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:3;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2704;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Jony\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01811558888\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$DwHuvwXpiZoMzR8uWwW20.T.AwknH7p.1PjwtSSTM1bwIChMUT2Nq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-26 11:44:54\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-26 11:44:54\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2704;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Jony\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01811558888\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$DwHuvwXpiZoMzR8uWwW20.T.AwknH7p.1PjwtSSTM1bwIChMUT2Nq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-26 11:44:54\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-26 11:44:54\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:4;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2706;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:21:\\\"Manik Chandra Debnath\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01907824778\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$X7C9Q11QVZ8a\\/GHPHiPpU.IQ0x3Kvi6cyiTz8ZeGPXWvffPPmiAky\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-26 11:57:40\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-26 11:57:40\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2706;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:21:\\\"Manik Chandra Debnath\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01907824778\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$X7C9Q11QVZ8a\\/GHPHiPpU.IQ0x3Kvi6cyiTz8ZeGPXWvffPPmiAky\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-26 11:57:40\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-26 11:57:40\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:5;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2707;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Mamunur Rashid\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01714047402\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$kpu013jOo6FDvH3DMLlQpu.yst4lIxPtdNTWGWy1hVePBCKPTdWTy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-26 12:01:12\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-26 12:01:12\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2707;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Mamunur Rashid\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01714047402\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$kpu013jOo6FDvH3DMLlQpu.yst4lIxPtdNTWGWy1hVePBCKPTdWTy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-26 12:01:12\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-26 12:01:12\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:6;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2708;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Md.alauddin mondol\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01784897089\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$RDx3OdQBdTUDMUt3FRtCM.RpmkqFNPsaeHJcyLeKIE0t3ioDNvSdK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-26 12:26:40\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-26 12:26:40\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2708;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Md.alauddin mondol\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01784897089\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$RDx3OdQBdTUDMUt3FRtCM.RpmkqFNPsaeHJcyLeKIE0t3ioDNvSdK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-26 12:26:40\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-26 12:26:40\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:7;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2709;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Masum Parbez\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"par.masum@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01933330163\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$0PicvSgTBHAjrDRbS\\/CnxOasRjQUmU7DhGINTzuMm3o\\/iZQAzyJAe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-26 12:43:19\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-26 12:43:19\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2709;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Masum Parbez\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"par.masum@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01933330163\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$0PicvSgTBHAjrDRbS\\/CnxOasRjQUmU7DhGINTzuMm3o\\/iZQAzyJAe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-26 12:43:19\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-26 12:43:19\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:8;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2710;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Siddik,babu\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01766785424\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$SBCAdSprsFLjaY8BGy27kO8yl1ZWoT6FXZ.3S\\/h.ZdbcnThOT1cBe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-26 15:45:30\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-26 15:45:30\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2710;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Siddik,babu\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01766785424\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$SBCAdSprsFLjaY8BGy27kO8yl1ZWoT6FXZ.3S\\/h.ZdbcnThOT1cBe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-26 15:45:30\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-26 15:45:30\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:9;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2711;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Nazrul islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01742043300\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$CVPpP1Vz4pxxhKwblRWCse1YPVESuWI69rAbBk0pNYxY9z0RMQbzG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-26 16:08:27\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-26 16:08:27\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2711;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Nazrul islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01742043300\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$CVPpP1Vz4pxxhKwblRWCse1YPVESuWI69rAbBk0pNYxY9z0RMQbzG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-26 16:08:27\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-26 16:08:27\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:10;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2712;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"ASHEK MAHMUD\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:17:\\\"ashikeu@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01705118134\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$MlXocP.TLYfi.Ce8wK\\/YWuQTRqGaUpObo.J\\/zfeFkX3G5wfAGrF5q\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-26 16:13:07\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-26 16:13:07\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2712;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"ASHEK MAHMUD\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:17:\\\"ashikeu@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01705118134\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$MlXocP.TLYfi.Ce8wK\\/YWuQTRqGaUpObo.J\\/zfeFkX3G5wfAGrF5q\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-26 16:13:07\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-26 16:13:07\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:11;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2713;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Abdullah\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"abdullahlink2@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01713567574\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$a2PjYLbamfRbkZjrmiuW7u\\/72knrBd\\/HAJvz9V\\/Swb.mlxCynJ6hW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-26 16:15:37\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-26 16:15:37\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2713;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Abdullah\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"abdullahlink2@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01713567574\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$a2PjYLbamfRbkZjrmiuW7u\\/72knrBd\\/HAJvz9V\\/Swb.mlxCynJ6hW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-26 16:15:37\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-26 16:15:37\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:12;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2715;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Mohammad Motaher\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01748252610\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$dZnkKXP06my9th2XwJskhOFPW4T4R1zVt1vVlryDaR2K1jmUXkMGK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-26 16:30:23\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-26 16:30:23\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2715;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Mohammad Motaher\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01748252610\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$dZnkKXP06my9th2XwJskhOFPW4T4R1zVt1vVlryDaR2K1jmUXkMGK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-26 16:30:23\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-26 16:30:23\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:13;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2716;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Aynal Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01622069933\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$uaZCHe8ArH805YSIpeu4\\/O\\/JJPycmx3MFRv2Ue8UZHtgncjN7Ucye\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-26 16:32:39\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-26 16:32:39\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2716;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Aynal Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01622069933\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$uaZCHe8ArH805YSIpeu4\\/O\\/JJPycmx3MFRv2Ue8UZHtgncjN7Ucye\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-26 16:32:39\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-26 16:32:39\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:14;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2717;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Golam Rabbaney\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:14:\\\"Info@iasbd.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01918124407\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$tZdgjAgKLZsXa\\/tfGejciuEBe65ZBX86k0lnyUiAvKnWi4AEBjrsu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-26 16:47:24\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-26 16:47:24\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2717;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Golam Rabbaney\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:14:\\\"Info@iasbd.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01918124407\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$tZdgjAgKLZsXa\\/tfGejciuEBe65ZBX86k0lnyUiAvKnWi4AEBjrsu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-26 16:47:24\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-26 16:47:24\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:15;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2718;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"MD. TOUHID\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01798986675\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ysY2LlTL6TL\\/NZl7eYg2OeYs1q\\/nFgBV3LlTpdA8TDrwzUV5Cn9Zq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-26 16:51:50\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-26 16:51:50\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2718;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"MD. TOUHID\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01798986675\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ysY2LlTL6TL\\/NZl7eYg2OeYs1q\\/nFgBV3LlTpdA8TDrwzUV5Cn9Zq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-26 16:51:50\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-26 16:51:50\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:16;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2719;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"K. M. AUVIK JAMIL\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01713634246\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$6hK820rdHlWLitBeNdkDY.uW37.gGlS2AgSV7p9aPEaFIBWt2\\/iP2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-26 16:57:45\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-26 16:57:45\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2719;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"K. M. AUVIK JAMIL\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01713634246\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$6hK820rdHlWLitBeNdkDY.uW37.gGlS2AgSV7p9aPEaFIBWt2\\/iP2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-26 16:57:45\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-26 16:57:45\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:17;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2720;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"SAIFUL\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716111181\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$5HYbgdeJX1eUOhnN6nu5m.LzvLOcVVgfdM5lOsYsD23.Sr4S1zsKu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-26 17:02:38\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-26 17:02:38\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2720;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"SAIFUL\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716111181\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$5HYbgdeJX1eUOhnN6nu5m.LzvLOcVVgfdM5lOsYsD23.Sr4S1zsKu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-26 17:02:38\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-26 17:02:38\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:18;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2721;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Moin hasan khan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"khanw0299@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01634006404\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$QaefZx6EpOt0DU4Mw0WH.e6UaIwjCleqjBT77Zof9dJH8gHInIfeO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-26 17:19:03\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-26 17:19:03\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2721;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Moin hasan khan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"khanw0299@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01634006404\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$QaefZx6EpOt0DU4Mw0WH.e6UaIwjCleqjBT77Zof9dJH8gHInIfeO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-26 17:19:03\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-26 17:19:03\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:19;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2722;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Faisal Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"rahmanj209@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01627010597\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$6.yyQkFILHvoRTDKaK7ip.gg36eI9nebTyP3hxuxBT5jrCzigqz.2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-27 10:34:01\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-27 10:34:01\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2722;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Faisal Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"rahmanj209@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01627010597\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$6.yyQkFILHvoRTDKaK7ip.gg36eI9nebTyP3hxuxBT5jrCzigqz.2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-27 10:34:01\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-27 10:34:01\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:20;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2723;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Md shafiqul islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"ismail8429@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01718343259\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$vdgLLHLv04RvWO1yr87UGecxLcLvF3D\\/kBpOnTXHiG\\/1q1k\\/gdWnC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-27 10:41:16\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-27 10:41:16\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2723;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Md shafiqul islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"ismail8429@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01718343259\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$vdgLLHLv04RvWO1yr87UGecxLcLvF3D\\/kBpOnTXHiG\\/1q1k\\/gdWnC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-27 10:41:16\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-27 10:41:16\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:21;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2724;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Kamrul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01974322024\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$t8heLniFKHTDJSEKpA6BPOuRl4XZvSgWp38RMKEMKA5n4kt0td.sO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-27 10:43:55\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-27 10:43:55\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2724;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Kamrul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01974322024\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$t8heLniFKHTDJSEKpA6BPOuRl4XZvSgWp38RMKEMKA5n4kt0td.sO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-27 10:43:55\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-27 10:43:55\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:22;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2728;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"Md. Abul kalam azad\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:28:\\\"mdabulkalamazad006@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01751064686\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$c3ql1gMj.5tQwZvsJM.Ecul32jNYFK4K94kuwKUMbf5Ddd1iOw2fu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-27 11:03:06\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-27 11:03:06\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2728;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"Md. Abul kalam azad\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:28:\\\"mdabulkalamazad006@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01751064686\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$c3ql1gMj.5tQwZvsJM.Ecul32jNYFK4K94kuwKUMbf5Ddd1iOw2fu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-27 11:03:06\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-27 11:03:06\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:23;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2729;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Rabiul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"robee_me@hotmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01717760924\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$gud456crX66sH\\/tZKjNdTeCXipUmL\\/uidu86L67k3VxoddQEn4TMS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-27 12:06:14\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-27 12:06:14\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2729;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Rabiul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"robee_me@hotmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01717760924\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$gud456crX66sH\\/tZKjNdTeCXipUmL\\/uidu86L67k3VxoddQEn4TMS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-27 12:06:14\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-27 12:06:14\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:24;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2731;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:22:\\\"DR. MD Shahriar Faisal\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01708054667\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$fS4mjXDwrOMTQ23enlLLA.zH62hTBCeMEgehGM68fAkvqilKUBDUm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-27 16:19:37\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-27 16:19:37\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2731;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:22:\\\"DR. MD Shahriar Faisal\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01708054667\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$fS4mjXDwrOMTQ23enlLLA.zH62hTBCeMEgehGM68fAkvqilKUBDUm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-27 16:19:37\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-27 16:19:37\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:25;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2733;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Mamun\\/shofik\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"mamun6240@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01911477870\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$.zw4c27Ur.LsCyBEX9vSXeK\\/jtkLlkUFaTD06uvlzPqNU9AnRH7qi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-27 16:29:36\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-27 16:29:36\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2733;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Mamun\\/shofik\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"mamun6240@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01911477870\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$.zw4c27Ur.LsCyBEX9vSXeK\\/jtkLlkUFaTD06uvlzPqNU9AnRH7qi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-27 16:29:36\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-27 16:29:36\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:26;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2736;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Kazi Aminul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01888550700\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$6tVKa.EBcu7eQc.bEmyjTuurpWU9TTjf3jDsTeqLM8.0chKIHaPcq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-27 17:01:00\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-27 17:01:00\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2736;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Kazi Aminul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01888550700\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$6tVKa.EBcu7eQc.bEmyjTuurpWU9TTjf3jDsTeqLM8.0chKIHaPcq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-27 17:01:00\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-27 17:01:00\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:27;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2737;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"RIZU\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01751540396\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$fSMARhjg4CDzFjiO6pEECeWC43EbavlGooso8z4QOOl1l0d5Zxg66\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-27 17:05:57\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-27 17:05:57\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2737;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"RIZU\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01751540396\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$fSMARhjg4CDzFjiO6pEECeWC43EbavlGooso8z4QOOl1l0d5Zxg66\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-27 17:05:57\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-27 17:05:57\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:28;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2738;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Md. Raju Seikh\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01797893423\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$XLHXuTzcnUBx0Lc2eC3TdevWoogU7R7ayJRPC6mj9gpDvdxgfaS0W\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-27 17:10:49\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-27 17:10:49\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2738;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Md. Raju Seikh\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01797893423\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$XLHXuTzcnUBx0Lc2eC3TdevWoogU7R7ayJRPC6mj9gpDvdxgfaS0W\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-27 17:10:49\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-27 17:10:49\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:29;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2739;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"NAZRUL\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01763666777\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$zQTNzFwLu6gALwEHEwaNXeJ4ocRVRj8e8kFOnYN.Ut2FDmawBkXGy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-27 17:16:13\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-27 17:16:13\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2739;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"NAZRUL\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01763666777\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$zQTNzFwLu6gALwEHEwaNXeJ4ocRVRj8e8kFOnYN.Ut2FDmawBkXGy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-27 17:16:13\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-27 17:16:13\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:30;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2740;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"NAZRUL\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01726070719\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ch4x.l6UFA0VKQ8dFu6zr.pSL43TvWpOB6RNyLBaGWeUS4qXqYHsu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-01 11:22:35\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-01 11:22:35\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2740;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"NAZRUL\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01726070719\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ch4x.l6UFA0VKQ8dFu6zr.pSL43TvWpOB6RNyLBaGWeUS4qXqYHsu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-01 11:22:35\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-01 11:22:35\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:31;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2745;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:22:\\\"Muhammad Mustofa Kamal\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01704091827\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$vz3oWijDLUBQdRXL5pzEQemphu8qpzwnSopU\\/ASgoCOkkj5kii0eW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-01 11:46:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-01 11:46:29\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2745;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:22:\\\"Muhammad Mustofa Kamal\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01704091827\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$vz3oWijDLUBQdRXL5pzEQemphu8qpzwnSopU\\/ASgoCOkkj5kii0eW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-01 11:46:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-01 11:46:29\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:32;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2747;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Mithu\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"israfilmithu@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01917701733\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$1vKxdvYbXTGDDb1BR73jL.Y8efXD1Q6I.IbFUOvoEJ1e9IOjQcAUa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-01 12:07:23\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-01 12:07:23\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2747;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Mithu\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"israfilmithu@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01917701733\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$1vKxdvYbXTGDDb1BR73jL.Y8efXD1Q6I.IbFUOvoEJ1e9IOjQcAUa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-01 12:07:23\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-01 12:07:23\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:33;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2748;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"DEWAN MARUF\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"dewanmaruf26@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01738424260\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$2X5dMY\\/Owh8\\/ERKjwJ4ckeJfc5oV3nxJlG6nAzRrDDmh5Km3sfmNi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-01 12:11:20\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-01 12:11:20\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2748;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"DEWAN MARUF\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"dewanmaruf26@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01738424260\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$2X5dMY\\/Owh8\\/ERKjwJ4ckeJfc5oV3nxJlG6nAzRrDDmh5Km3sfmNi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-01 12:11:20\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-01 12:11:20\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:34;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2749;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"DEWAN MARUF\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"dewanmaruf26@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01912000108\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$PlIvkICZmCnGsylB2jsHJerBHXEqK4cg8U5uWWWjVMEnZew2l2TQC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-01 12:12:00\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-01 12:12:00\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2749;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"DEWAN MARUF\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"dewanmaruf26@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01912000108\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$PlIvkICZmCnGsylB2jsHJerBHXEqK4cg8U5uWWWjVMEnZew2l2TQC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-01 12:12:00\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-01 12:12:00\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:35;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2750;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md Saidul Basher\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"shovon6934@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01758127905\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$caFdSP9SkyzMZPccf2CldOi\\/xg1ejDfTTDjYtzjjuU35kwt6FHkDu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-01 12:15:25\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-01 12:15:25\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2750;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md Saidul Basher\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"shovon6934@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01758127905\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$caFdSP9SkyzMZPccf2CldOi\\/xg1ejDfTTDjYtzjjuU35kwt6FHkDu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-01 12:15:25\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-01 12:15:25\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:36;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2755;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"Syful Islam Prodhan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711107692\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$6NkvvjRmhhuRRYpe7fPoJ.axlTLrDDmgOQDjX.K6RIm5X1hEaiO6u\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-04 10:44:50\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-04 10:44:50\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2755;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"Syful Islam Prodhan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711107692\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$6NkvvjRmhhuRRYpe7fPoJ.axlTLrDDmgOQDjX.K6RIm5X1hEaiO6u\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-04 10:44:50\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-04 10:44:50\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:37;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2756;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:20:\\\"Md. Iftekhar Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01775225690\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$LA0B4xdlFwMgRRq3iMEtR.Xe.7pufY4kWjfrvae.18WylYUKy1yAe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-04 10:51:28\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-04 10:51:28\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2756;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:20:\\\"Md. Iftekhar Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01775225690\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$LA0B4xdlFwMgRRq3iMEtR.Xe.7pufY4kWjfrvae.18WylYUKy1yAe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-04 10:51:28\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-04 10:51:28\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:38;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2757;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Main Shamim\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"moinshamim316@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712904216\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Ky1cfyryvZ02IiKpYpI\\/7ORetJC7Ehpm1b4HOMSqZ1tlzHXnThn1u\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-04 10:54:56\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-04 10:54:56\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2757;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Main Shamim\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"moinshamim316@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712904216\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Ky1cfyryvZ02IiKpYpI\\/7ORetJC7Ehpm1b4HOMSqZ1tlzHXnThn1u\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-04 10:54:56\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-04 10:54:56\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:39;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2759;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Mehedi Hasan Tamal\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711540337\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$aGDBdOC6vO0F1n9Y8jKRIufJMDayMi7VmuA7NDLWlXjxOuvcoaFOe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-04 11:07:27\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-04 11:07:27\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2759;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Mehedi Hasan Tamal\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711540337\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$aGDBdOC6vO0F1n9Y8jKRIufJMDayMi7VmuA7NDLWlXjxOuvcoaFOe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-04 11:07:27\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-04 11:07:27\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:40;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2760;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Abir\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01796327610\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$cSrGb2EODjL..C.B1wZ.xua4DWO2P6HdwJ2ifPdK7sQcADPUgfHFS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-04 11:12:33\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-04 11:12:33\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2760;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Abir\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01796327610\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$cSrGb2EODjL..C.B1wZ.xua4DWO2P6HdwJ2ifPdK7sQcADPUgfHFS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-04 11:12:33\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-04 11:12:33\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:41;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2761;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Mahadi Hasan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01719647789\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ApZVqDwyqRIOIkxd3wjStuBWWGMQh1fmaE5ajhaRHcK923qccU5XW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-04 11:23:51\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-04 11:23:51\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2761;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Mahadi Hasan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01719647789\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ApZVqDwyqRIOIkxd3wjStuBWWGMQh1fmaE5ajhaRHcK923qccU5XW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-04 11:23:51\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-04 11:23:51\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:42;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2762;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:23:\\\"MOHAMMED ZAHIDUR RAHMAN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01759428667\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ytMjOG6Ucah9uoFeKR7Rw.ttW1BDcLQJhRH0sdCON0Mpnt5akW\\/ri\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-04 13:04:09\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-04 13:04:09\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2762;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:23:\\\"MOHAMMED ZAHIDUR RAHMAN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01759428667\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ytMjOG6Ucah9uoFeKR7Rw.ttW1BDcLQJhRH0sdCON0Mpnt5akW\\/ri\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-04 13:04:09\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-04 13:04:09\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:43;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2764;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Azmal Jorder\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01861111101\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$d80hasDq5PhEpjj5XUlKg.zrs7zpvJ4N8z.ATI0wwuLMW5Tr8LxfK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-04 13:11:11\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-04 13:11:11\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2764;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Azmal Jorder\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01861111101\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$d80hasDq5PhEpjj5XUlKg.zrs7zpvJ4N8z.ATI0wwuLMW5Tr8LxfK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-04 13:11:11\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-04 13:11:11\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:44;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2765;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"AB Salam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01963242324\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$mtvEo1n1RDG16ma5Zmxb4uvu.MXl7SCc4C3a.JEmkifSfDcUfH4jC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-04 13:15:55\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-04 13:15:55\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2765;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"AB Salam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01963242324\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$mtvEo1n1RDG16ma5Zmxb4uvu.MXl7SCc4C3a.JEmkifSfDcUfH4jC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-04 13:15:55\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-04 13:15:55\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:45;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2766;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Md. Sirajul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715112515\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$MMMubYBfW7sDXh6SpIG5GeRlYPA76gfzoA7TxYH8XHdkswnA6Taf6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-04 13:28:01\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-04 13:28:01\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2766;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Md. Sirajul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715112515\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$MMMubYBfW7sDXh6SpIG5GeRlYPA76gfzoA7TxYH8XHdkswnA6Taf6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-04 13:28:01\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-04 13:28:01\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:46;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2767;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Madhusudhan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01718820081\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$gt1mHt6CwmGK\\/CH0jYWJrubM7GGfcJUpWlMKV7IaQ1F1cHehYXbtW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-04 13:31:31\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-04 13:31:31\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2767;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Madhusudhan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01718820081\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$gt1mHt6CwmGK\\/CH0jYWJrubM7GGfcJUpWlMKV7IaQ1F1cHehYXbtW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-04 13:31:31\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-04 13:31:31\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:47;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2768;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Rizvi\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712555605\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$2seuhtZSuY0GjmvJ3W5hZeBbPCBmnillOTIvM\\/LyXnaQ7LxEKQVKy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-04 13:34:54\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-04 13:34:54\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2768;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Rizvi\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712555605\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$2seuhtZSuY0GjmvJ3W5hZeBbPCBmnillOTIvM\\/LyXnaQ7LxEKQVKy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-04 13:34:54\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-04 13:34:54\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:48;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2769;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Shafiur Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:26:\\\"shafiurrahman055@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01311303847\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$PyDcBkSZphLpAD.bdArQGOq.NTcXgRkUrXUOGUKH51YyB\\/ksk7kKC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-04 13:43:35\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-04 13:43:35\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2769;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Shafiur Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:26:\\\"shafiurrahman055@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01311303847\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$PyDcBkSZphLpAD.bdArQGOq.NTcXgRkUrXUOGUKH51YyB\\/ksk7kKC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-04 13:43:35\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-04 13:43:35\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:49;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2770;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"MD.JAHID\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01790721622\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$mPSBmjvyH8IrB8.VJl8izO4bLnD6KHySLCdDYacMiG2njljvUDfM2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-04 13:59:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-04 13:59:29\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2770;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"MD.JAHID\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01790721622\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$mPSBmjvyH8IrB8.VJl8izO4bLnD6KHySLCdDYacMiG2njljvUDfM2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-04 13:59:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-04 13:59:29\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:50;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2772;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Mamun\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1751991558\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$WpcY4e9iJXHhzEkGEiWihu2pjnTV21OvalKpSRusTXDIsSfjaur2m\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 10:34:54\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 10:34:54\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2772;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Mamun\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1751991558\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$WpcY4e9iJXHhzEkGEiWihu2pjnTV21OvalKpSRusTXDIsSfjaur2m\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 10:34:54\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 10:34:54\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:51;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2774;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md Tanvir Hassan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:29:\\\"tanvir.hassan.ice07@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01719457880\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$0BO0OPiEeNrKoKIKNx8.quSxCDkmV9Kdxh6yD0U\\/SyMt9bNk1lM3m\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 10:43:18\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 10:43:18\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2774;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md Tanvir Hassan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:29:\\\"tanvir.hassan.ice07@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01719457880\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$0BO0OPiEeNrKoKIKNx8.quSxCDkmV9Kdxh6yD0U\\/SyMt9bNk1lM3m\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 10:43:18\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 10:43:18\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:52;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2775;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Md Abdul hai\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01777656517\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Ja48WJ9sPatTMocC5GVveuCy54MvVi0VcuT.7nzzsEeALeRe\\/8TjK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 10:45:50\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 10:45:50\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2775;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Md Abdul hai\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01777656517\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Ja48WJ9sPatTMocC5GVveuCy54MvVi0VcuT.7nzzsEeALeRe\\/8TjK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 10:45:50\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 10:45:50\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:53;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2776;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Dr. Md Ishak\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:3:\\\"CTG\\\";s:5:\\\"phone\\\";s:11:\\\"01674961613\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$x8A6KeiIRjgv3a1\\/0H1cZ.41YYMBrhw2AUIqz0dYFHbVUDCaHmdnC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 10:48:17\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 10:48:17\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2776;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Dr. Md Ishak\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:3:\\\"CTG\\\";s:5:\\\"phone\\\";s:11:\\\"01674961613\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$x8A6KeiIRjgv3a1\\/0H1cZ.41YYMBrhw2AUIqz0dYFHbVUDCaHmdnC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 10:48:17\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 10:48:17\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:54;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2777;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Probir Sikder\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:28:\\\"probir@vastengineeringbd.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01670659444\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$5CcbQLzqMMAaFdJEFDP7iuFzFpWZ7ashfW8jLDrkwMonFOmbQvgyS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 10:50:37\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 10:50:37\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2777;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Probir Sikder\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:28:\\\"probir@vastengineeringbd.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01670659444\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$5CcbQLzqMMAaFdJEFDP7iuFzFpWZ7ashfW8jLDrkwMonFOmbQvgyS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 10:50:37\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 10:50:37\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:55;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2779;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Sumon mahamud\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"rajsumon52@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01949091003\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$4YdD\\/yu177EpAuGYsVJYA.E.P2MpN6o13lQdy6j2ItYh0LIq9vngm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 11:03:27\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 11:03:27\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2779;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Sumon mahamud\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"rajsumon52@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01949091003\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$4YdD\\/yu177EpAuGYsVJYA.E.P2MpN6o13lQdy6j2ItYh0LIq9vngm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 11:03:27\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 11:03:27\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:56;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2781;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Md. Jahid\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:3:\\\"CTG\\\";s:5:\\\"phone\\\";s:11:\\\"01819649917\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$qP346eQU2ab21WGFb9fhkOI.yOavodoyP0sAwZSNo5AAeXi9hvsNq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 11:17:12\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 11:17:12\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2781;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Md. Jahid\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:3:\\\"CTG\\\";s:5:\\\"phone\\\";s:11:\\\"01819649917\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$qP346eQU2ab21WGFb9fhkOI.yOavodoyP0sAwZSNo5AAeXi9hvsNq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 11:17:12\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 11:17:12\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:57;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2782;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Mohsinul Hoq Sumon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"sumonhoq2003@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01730727298\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$w19QEaq1YQp9klh6iWMvIuIL8EhPrULiwYIhoY7Ah11GIHJs5MWfq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 11:25:10\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 11:25:10\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2782;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Mohsinul Hoq Sumon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"sumonhoq2003@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01730727298\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$w19QEaq1YQp9klh6iWMvIuIL8EhPrULiwYIhoY7Ah11GIHJs5MWfq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 11:25:10\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 11:25:10\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:58;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2783;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"SI. Sohel\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01797016607\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$t0\\/DqOa4wPLfmIgnVuLrVesIHQRk9sTa049srODBSVXi78G9zwtwW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 11:29:19\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 11:29:19\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2783;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"SI. Sohel\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01797016607\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$t0\\/DqOa4wPLfmIgnVuLrVesIHQRk9sTa049srODBSVXi78G9zwtwW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 11:29:19\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 11:29:19\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:59;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2784;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"SAKIB HASAN RAFI\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"rafisuper11@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01621165747\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$pB5G1PifBwgBGcBMMmwtNe1i37OGHsK9gBYI1H\\/r62zC4yjDIMVga\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 11:33:11\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 11:33:11\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2784;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"SAKIB HASAN RAFI\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"rafisuper11@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01621165747\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$pB5G1PifBwgBGcBMMmwtNe1i37OGHsK9gBYI1H\\/r62zC4yjDIMVga\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 11:33:11\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 11:33:11\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:60;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2785;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Dr Rajesh\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:26:\\\"rajeshmajumdar73@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01714223820\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$dJVGoej3\\/RKkHvWzHWL01.QizGq3pTR\\/OS0Da4E9soi6mxbkkxgNq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 11:35:21\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 11:35:21\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2785;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Dr Rajesh\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:26:\\\"rajeshmajumdar73@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01714223820\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$dJVGoej3\\/RKkHvWzHWL01.QizGq3pTR\\/OS0Da4E9soi6mxbkkxgNq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 11:35:21\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 11:35:21\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:61;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2786;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"ATIQUR RAHMAN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711540202\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$yyONRP752b.5j\\/akGObn0OaMt4jW4Bl4ByK.zVMw5puuVwAIHoM2e\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 11:37:33\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 11:37:33\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2786;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"ATIQUR RAHMAN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711540202\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$yyONRP752b.5j\\/akGObn0OaMt4jW4Bl4ByK.zVMw5puuVwAIHoM2e\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 11:37:33\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 11:37:33\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:62;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2787;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"SHONTUSH\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01729947270\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$c9HKpx7BUswy2kHGwAeZ7.kJ7iw8nX9w96VliJ\\/8NNTYkWxmq0YVm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 11:51:05\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 11:51:05\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2787;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"SHONTUSH\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01729947270\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$c9HKpx7BUswy2kHGwAeZ7.kJ7iw8nX9w96VliJ\\/8NNTYkWxmq0YVm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 11:51:05\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 11:51:05\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:63;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2788;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"RIPON\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712113538\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$UxbbLbIYen.joC6cr.BFJ.VsY8RldwoK4ENpyOhYhxOLPpQj1iSuy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 11:58:37\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 11:58:37\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2788;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"RIPON\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712113538\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$UxbbLbIYen.joC6cr.BFJ.VsY8RldwoK4ENpyOhYhxOLPpQj1iSuy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 11:58:37\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 11:58:37\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:64;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2789;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:20:\\\"MD.NAZRUL ISLAM NICE\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01633576793\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$6TfjECdsFI5i3XM1qS7kGuyVzM.gw3JTNdgotVOnaYuezoBDc6\\/o.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 12:01:20\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 12:01:20\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2789;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:20:\\\"MD.NAZRUL ISLAM NICE\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01633576793\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$6TfjECdsFI5i3XM1qS7kGuyVzM.gw3JTNdgotVOnaYuezoBDc6\\/o.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 12:01:20\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 12:01:20\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:65;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2790;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Zahid\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01714071066\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$DongAtf9IxoNZ38W.zmR0eLFB8YGlR8BNQspzfYWWTqDqD7wNv.3W\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 12:03:58\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 12:03:58\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2790;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Zahid\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01714071066\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$DongAtf9IxoNZ38W.zmR0eLFB8YGlR8BNQspzfYWWTqDqD7wNv.3W\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 12:03:58\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 12:03:58\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:66;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2791;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Abdul awal\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01869272412\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$0ma8lLRuKtsC7CCNC2LvuuR\\/yqmVyEr3CAz1zUHu5xE8QyU5cOxfu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 12:07:13\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 12:07:13\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2791;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Abdul awal\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01869272412\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$0ma8lLRuKtsC7CCNC2LvuuR\\/yqmVyEr3CAz1zUHu5xE8QyU5cOxfu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 12:07:13\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 12:07:13\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:67;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2792;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Jasim uddin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712071351\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$.X7D.1iUX08LCoKEMx3vruFDQXnYHF7\\/.c736F8GVFirFWJvxoE3W\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 12:11:22\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-01 17:17:49\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2792;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Jasim uddin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712071351\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$.X7D.1iUX08LCoKEMx3vruFDQXnYHF7\\/.c736F8GVFirFWJvxoE3W\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 12:11:22\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-01 17:17:49\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:68;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2793;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Jasim uddin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:7:\\\"1071351\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$4yYempvV7.cE.nw\\/oXxEu.je8S.mjJLegECwOPHZ1sH0g4AO0z876\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 12:16:45\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-04 17:44:50\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2793;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Jasim uddin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:7:\\\"1071351\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$4yYempvV7.cE.nw\\/oXxEu.je8S.mjJLegECwOPHZ1sH0g4AO0z876\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 12:16:45\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-04 17:44:50\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:69;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2794;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Rojit Ray\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01823130029\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$vgZZLh9r9UCW0rRR5BY5uuknpfiJwsYkjg.uLV5vM1vtnXlJ7F8BK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 12:20:53\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 12:20:53\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2794;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Rojit Ray\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01823130029\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$vgZZLh9r9UCW0rRR5BY5uuknpfiJwsYkjg.uLV5vM1vtnXlJ7F8BK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 12:20:53\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 12:20:53\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:70;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2796;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:23:\\\"MAJOR MD BILLAL HOSSAIN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"bilwal8773@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01719733229\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$km2IY0ZoZX9HPXpYQ5gALuQjxZ5sbg43O2pR4BOcUBkT01ViDg9ty\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 12:31:18\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 12:31:18\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2796;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:23:\\\"MAJOR MD BILLAL HOSSAIN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"bilwal8773@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01719733229\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$km2IY0ZoZX9HPXpYQ5gALuQjxZ5sbg43O2pR4BOcUBkT01ViDg9ty\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 12:31:18\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 12:31:18\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:71;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2797;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"RAHAT MAHMUD\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"tushanrahat@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01633701169\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$A0iAFiPpzV3.L1Wmpmbx7OuhhX6QV9wzLxNicsUz5AdgkLwrlsWKq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 12:34:44\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 12:34:44\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2797;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"RAHAT MAHMUD\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"tushanrahat@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01633701169\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$A0iAFiPpzV3.L1Wmpmbx7OuhhX6QV9wzLxNicsUz5AdgkLwrlsWKq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 12:34:44\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 12:34:44\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:72;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2798;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"janibul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01819156660\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$AFrgIzREo5vtioqXJrHIQOK4dKFvmfOROCkPMXSjpbkHnegQTA.Ai\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 12:36:54\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 12:36:54\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2798;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"janibul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01819156660\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$AFrgIzREo5vtioqXJrHIQOK4dKFvmfOROCkPMXSjpbkHnegQTA.Ai\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 12:36:54\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 12:36:54\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:73;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2799;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Md.Muhsin sahed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01730372871\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$fc9EtvJk8EmyHWNNRLCCE.1ppWVQAWp\\/yjc3ehG.F96u22YTyg6d2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 12:41:01\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 12:41:01\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2799;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Md.Muhsin sahed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01730372871\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$fc9EtvJk8EmyHWNNRLCCE.1ppWVQAWp\\/yjc3ehG.F96u22YTyg6d2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 12:41:01\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 12:41:01\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:74;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2800;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Mohammod Zakir\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01611710043\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Abh4ENr7CAF7F4lumJ9EguVsjtgBA33Hp7N6w4t1GIxTOWw\\/\\/wSMq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 12:43:11\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 12:43:11\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2800;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Mohammod Zakir\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01611710043\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Abh4ENr7CAF7F4lumJ9EguVsjtgBA33Hp7N6w4t1GIxTOWw\\/\\/wSMq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 12:43:11\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 12:43:11\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:75;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2801;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Abdul Hai\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"salmaab246@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01852082329\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$UFadGMUZXqH1LHfeSaZEeO6ePFk4lCwwZogLuatDC6gASwlkqHVjW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 12:48:06\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 12:48:06\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2801;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Abdul Hai\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"salmaab246@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01852082329\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$UFadGMUZXqH1LHfeSaZEeO6ePFk4lCwwZogLuatDC6gASwlkqHVjW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 12:48:06\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 12:48:06\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:76;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2802;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"IMRANUR RAHMAN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"imran.baf@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01777985649\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$CYhjoGfuUyG0INipY1FkX.LEw5G7xFJStbTf1IJ.4skxRj3HLQ9BS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 12:51:42\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 12:51:42\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2802;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"IMRANUR RAHMAN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"imran.baf@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01777985649\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$CYhjoGfuUyG0INipY1FkX.LEw5G7xFJStbTf1IJ.4skxRj3HLQ9BS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 12:51:42\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 12:51:42\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:77;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2804;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:20:\\\"Shahidul Islam Razza\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01779948499\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ExqqtTFeLJfIK6mAxYP9o.xYvkewPKuddGGJR16VRaMKon\\/7axi4e\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 13:04:52\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 13:04:52\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2804;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:20:\\\"Shahidul Islam Razza\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01779948499\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ExqqtTFeLJfIK6mAxYP9o.xYvkewPKuddGGJR16VRaMKon\\/7axi4e\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 13:04:52\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 13:04:52\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:78;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2805;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Emran khan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"Emrankhan0077@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01680192057\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$pZlNvnz0uPbTZ0TtMAIDkuxn3BIsrN9pV.TH9ZFe3vsn3qp1GK2qO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 13:10:26\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 13:10:26\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2805;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Emran khan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"Emrankhan0077@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01680192057\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$pZlNvnz0uPbTZ0TtMAIDkuxn3BIsrN9pV.TH9ZFe3vsn3qp1GK2qO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 13:10:26\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 13:10:26\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:79;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2807;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Debasish\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"dabasish.0209@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01760271756\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$mFMC6HgwWzR9etKC8O1oleOWhx9jZFrkdAVldYPXtUBXajE2dEUJy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 13:22:31\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 13:22:31\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2807;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Debasish\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"dabasish.0209@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01760271756\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$mFMC6HgwWzR9etKC8O1oleOWhx9jZFrkdAVldYPXtUBXajE2dEUJy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 13:22:31\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 13:22:31\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:80;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2808;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Alauddin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01890778634\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$IjW3Sd8IOlVjIzaZxPaE\\/.Tc9WbCY44GflAPyVUyT.xGI2eK83vWC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 13:32:09\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 13:32:09\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2808;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Alauddin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01890778634\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$IjW3Sd8IOlVjIzaZxPaE\\/.Tc9WbCY44GflAPyVUyT.xGI2eK83vWC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 13:32:09\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 13:32:09\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:81;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2809;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Uzzall\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01733932122\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$xhfGqQ2Vvj8bpIv5jYKz8eq3If1hvwMUZ9Y9HYQD6i\\/YbO0hi5wFe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 13:35:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 13:35:29\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2809;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Uzzall\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01733932122\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$xhfGqQ2Vvj8bpIv5jYKz8eq3If1hvwMUZ9Y9HYQD6i\\/YbO0hi5wFe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 13:35:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 13:35:29\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:82;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2810;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Shafiqul islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01840069209\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$oZ79bdKMPzKdRVuEqCX2j.iplI4aK7RyuPpL6OhDITaS3dVDupFRm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 13:39:59\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 13:39:59\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2810;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Shafiqul islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01840069209\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$oZ79bdKMPzKdRVuEqCX2j.iplI4aK7RyuPpL6OhDITaS3dVDupFRm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 13:39:59\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 13:39:59\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:83;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2813;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Biplob Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01730013387\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ffNUQThZS7xBJAWrcMrAPOm\\/W6Tr9wLrsMSCvfXtAbXzVDzn.bI1a\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 13:54:43\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 13:54:43\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2813;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Biplob Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01730013387\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ffNUQThZS7xBJAWrcMrAPOm\\/W6Tr9wLrsMSCvfXtAbXzVDzn.bI1a\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 13:54:43\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 13:54:43\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:84;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2814;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Zakir Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"zakirtsims@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01819536697\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$289Wo4mGdrmTSMrcSr3dR.3BS\\/tPXl5beQALDtOt6\\/FacTfoJFwxW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 13:56:44\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 13:56:44\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2814;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Zakir Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"zakirtsims@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01819536697\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$289Wo4mGdrmTSMrcSr3dR.3BS\\/tPXl5beQALDtOt6\\/FacTfoJFwxW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 13:56:44\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 13:56:44\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:85;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2815;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Md. Sazzad Hussain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"naimsazzad@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01818843243\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$y2aWxlm9o4g1UA\\/y18721uD38HxDQcYRPfmUIChL8ioH0USDYBeTW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 15:51:01\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 15:51:01\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2815;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Md. Sazzad Hussain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"naimsazzad@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01818843243\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$y2aWxlm9o4g1UA\\/y18721uD38HxDQcYRPfmUIChL8ioH0USDYBeTW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 15:51:01\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 15:51:01\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:86;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2816;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"SAIFUL\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01766675399\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Lvjl7lzm1DTCXgzYJkQBSeQkIaQ0\\/ywJq0RhU2gNfICLpkbZhSDqW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 15:56:42\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 15:56:42\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2816;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"SAIFUL\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01766675399\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Lvjl7lzm1DTCXgzYJkQBSeQkIaQ0\\/ywJq0RhU2gNfICLpkbZhSDqW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 15:56:42\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 15:56:42\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:87;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2817;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Ashrafuzzaman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"ashrafuzzaman@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711761231\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$nMgZ6i65stWdpejCGkvFx.KcKzeq8oJJ9V4WgSjF0seToVJH2uEs6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 15:59:17\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 15:59:17\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2817;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Ashrafuzzaman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"ashrafuzzaman@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711761231\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$nMgZ6i65stWdpejCGkvFx.KcKzeq8oJJ9V4WgSjF0seToVJH2uEs6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 15:59:17\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 15:59:17\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:88;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2820;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Shawon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01674350311\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$CCmHaJQLxfEgP1ZNYaDff.nCTr5gQjs7\\/otWy5FSh3\\/YQ4Tmn1p7W\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 16:09:21\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 16:09:21\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2820;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Shawon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01674350311\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$CCmHaJQLxfEgP1ZNYaDff.nCTr5gQjs7\\/otWy5FSh3\\/YQ4Tmn1p7W\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 16:09:21\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 16:09:21\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:89;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2821;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:22:\\\"Mohammed Khorshed Alam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01713042031\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$uAiq9dY\\/NQy4Iq2ocJgofey8Vl7aYnzhLRWI66c9ZrauSVcxJXK7a\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 16:12:35\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 16:12:35\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2821;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:22:\\\"Mohammed Khorshed Alam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01713042031\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$uAiq9dY\\/NQy4Iq2ocJgofey8Vl7aYnzhLRWI66c9ZrauSVcxJXK7a\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 16:12:35\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 16:12:35\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:90;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2823;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Faruk\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01823039915\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ascxgJT6pH1Dun1UsPIGV.mb5HyYYePCDof23uoIchCqjWwYMEFsq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 16:17:47\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 16:17:47\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2823;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Faruk\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01823039915\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ascxgJT6pH1Dun1UsPIGV.mb5HyYYePCDof23uoIchCqjWwYMEFsq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 16:17:47\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 16:17:47\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:91;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2824;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Tuaha\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01955899492\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$NcFDXUiHVtCbBiLhbTMSweYWn1y.vDT1\\/goCG62jAO08PGHvZkQ2a\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 16:20:37\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 16:20:37\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2824;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Tuaha\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01955899492\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$NcFDXUiHVtCbBiLhbTMSweYWn1y.vDT1\\/goCG62jAO08PGHvZkQ2a\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 16:20:37\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 16:20:37\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:92;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2825;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"dr. abu saleh ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"shamimab332@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711116210\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$FiVi6xKFf7WvliGkNnlClOIVAfb1VdeJ7BttzEMX8JX46SaBGqMcC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 16:24:15\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 16:24:15\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2825;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"dr. abu saleh ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"shamimab332@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711116210\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$FiVi6xKFf7WvliGkNnlClOIVAfb1VdeJ7BttzEMX8JX46SaBGqMcC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 16:24:15\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 16:24:15\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:93;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2826;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Sharif\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01744235167\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$TcNuU6LJY8NZ6\\/Fz9WURme0oEWG7VsuFPJZNV9ETyxK\\/HR0jRLKqe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 16:26:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 16:26:29\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2826;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Sharif\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01744235167\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$TcNuU6LJY8NZ6\\/Fz9WURme0oEWG7VsuFPJZNV9ETyxK\\/HR0jRLKqe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 16:26:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 16:26:29\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:94;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2827;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Abukalam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01671739797\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Sv0BRvLxrtYk\\/AZPSM8Yiujbu0FA20RvwWNK2eSXztTJWCRcDxM1q\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 16:30:05\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 16:30:05\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2827;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Abukalam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01671739797\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Sv0BRvLxrtYk\\/AZPSM8Yiujbu0FA20RvwWNK2eSXztTJWCRcDxM1q\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 16:30:05\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 16:30:05\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:95;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2830;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Redwan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01859652694\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$VvLNfjykUvE9hHwv9MZKvejbW9Gfk6grumFyEz\\/gGs9ddC9Hb7e5O\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 16:38:30\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 16:38:30\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2830;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Redwan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01859652694\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$VvLNfjykUvE9hHwv9MZKvejbW9Gfk6grumFyEz\\/gGs9ddC9Hb7e5O\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 16:38:30\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 16:38:30\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:96;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2832;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Engr. Al Bokor\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01714029082\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$RF3hnpH1R14rf2ZJVDlivuYVUj4tD\\/ETXAYipEOW29CLbxbFaWViq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-07 10:56:18\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-07 10:56:18\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2832;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Engr. Al Bokor\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01714029082\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$RF3hnpH1R14rf2ZJVDlivuYVUj4tD\\/ETXAYipEOW29CLbxbFaWViq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-07 10:56:18\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-07 10:56:18\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:97;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2833;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:21:\\\"Akhlak ul jamil dolon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716794267\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$u6UrNbtfATUgNiw1YkEtwe55JFLpJsuRK7eeHQBXlj9tapdu6hHby\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-07 11:00:12\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-07 11:00:12\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2833;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:21:\\\"Akhlak ul jamil dolon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716794267\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$u6UrNbtfATUgNiw1YkEtwe55JFLpJsuRK7eeHQBXlj9tapdu6hHby\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-07 11:00:12\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-07 11:00:12\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:98;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2834;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Golam Mawla\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"golam.mawla@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01675173935\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Do4MgT0RapHXLHpmC3LMt.huy\\/Bmv46uPcxzsr16Z9DihZeW4V8YK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-07 11:02:50\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-07 11:02:50\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2834;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Golam Mawla\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"golam.mawla@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01675173935\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Do4MgT0RapHXLHpmC3LMt.huy\\/Bmv46uPcxzsr16Z9DihZeW4V8YK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-07 11:02:50\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-07 11:02:50\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:99;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2835;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"Syeda afsarun nahar\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1732464972\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$70x.tWXzJSi2D3Tl8VQN2.zlPw7fFi506.78k.OQGXMIaPJ6\\/0E8q\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-07 11:06:52\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-07 11:06:52\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2835;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"Syeda afsarun nahar\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1732464972\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$70x.tWXzJSi2D3Tl8VQN2.zlPw7fFi506.78k.OQGXMIaPJ6\\/0E8q\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-07 11:06:52\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-07 11:06:52\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}}}s:4:\\\"text\\\";s:335:\\\"\\u09b8\\u09ae\\u09cd\\u09ae\\u09be\\u09a8\\u09bf\\u09a4 \\u0997\\u09cd\\u09b0\\u09be\\u09b9\\u0995, \\u09b8\\u09be\\u09b0\\u09cd\\u09ad\\u09be\\u09b0 \\u0986\\u09aa\\u09a1\\u09c7\\u099f \\u09a6\\u09c7\\u0993\\u09df\\u09be\\u09b0 \\u0995\\u09be\\u09b0\\u09a8\\u09c7 \\u0986\\u09aa\\u09a8\\u09be\\u09a6\\u09c7\\u09b0 \\u09a8\\u09bf\\u0995\\u099f \\u09ac\\u09bf\\u09b2\\u09c7\\u09b0 \\u098f\\u0995\\u099f\\u09bf \\u09ad\\u09c1\\u09b2 \\u09ae\\u09c7\\u09b8\\u09c7\\u099c \\u0997\\u09bf\\u09df\\u09c7\\u099b\\u09c7 \\u0964 \\u09ac\\u09bf\\u09b7\\u09df\\u099f\\u09bf\\u09b0 \\u099c\\u09a8\\u09cd\\u09af \\u0986\\u09ae\\u09b0\\u09be \\u0986\\u09a8\\u09cd\\u09a4\\u09b0\\u09bf\\u0995 \\u09ad\\u09be\\u09ac\\u09c7 \\u09a6\\u09c1\\u0983\\u0996\\u09bf\\u09a4\\u0964\\\";}s:3:\\\"job\\\";N;s:10:\\\"connection\\\";N;s:5:\\\"queue\\\";N;s:15:\\\"chainConnection\\\";N;s:10:\\\"chainQueue\\\";N;s:5:\\\"delay\\\";N;s:10:\\\"middleware\\\";a:0:{}s:7:\\\"chained\\\";a:0:{}}\"}}', 'Illuminate\\Queue\\MaxAttemptsExceededException: App\\Jobs\\SmsSend has been attempted too many times or run too long. The job may have previously timed out. in /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php:648\nStack trace:\n#0 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(163): Illuminate\\Queue\\Worker->maxAttemptsExceededException(Object(Illuminate\\Queue\\Jobs\\DatabaseJob))\n#1 /home/mygpsbd/public_html/app/Http/helper.php(28): Illuminate\\Queue\\Worker->Illuminate\\Queue\\{closure}(14, Array)\n#2 /home/mygpsbd/public_html/app/Jobs/SmsSend.php(35): send_sms(\'\\xE0\\xA6\\xB8\\xE0\\xA6\\xAE\\xE0\\xA7\\x8D\\xE0\\xA6\\xAE\\xE0\\xA6\\xBE...\', Array)\n#3 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App\\Jobs\\SmsSend->handle()\n#4 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/Util.php(37): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}()\n#5 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(93): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))\n#6 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(37): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))\n#7 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/Container.php(596): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)\n#8 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php(94): Illuminate\\Container\\Container->call(Array)\n#9 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(128): Illuminate\\Bus\\Dispatcher->Illuminate\\Bus\\{closure}(Object(App\\Jobs\\SmsSend))\n#10 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(103): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(App\\Jobs\\SmsSend))\n#11 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php(98): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))\n#12 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(83): Illuminate\\Bus\\Dispatcher->dispatchNow(Object(App\\Jobs\\SmsSend), false)\n#13 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(128): Illuminate\\Queue\\CallQueuedHandler->Illuminate\\Queue\\{closure}(Object(App\\Jobs\\SmsSend))\n#14 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(103): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(App\\Jobs\\SmsSend))\n#15 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(85): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))\n#16 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(59): Illuminate\\Queue\\CallQueuedHandler->dispatchThroughMiddleware(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Object(App\\Jobs\\SmsSend))\n#17 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Jobs/Job.php(98): Illuminate\\Queue\\CallQueuedHandler->call(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Array)\n#18 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(356): Illuminate\\Queue\\Jobs\\Job->fire()\n#19 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(306): Illuminate\\Queue\\Worker->process(\'database\', Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Object(Illuminate\\Queue\\WorkerOptions))\n#20 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(132): Illuminate\\Queue\\Worker->runJob(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), \'database\', Object(Illuminate\\Queue\\WorkerOptions))\n#21 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(112): Illuminate\\Queue\\Worker->daemon(\'database\', \'default\', Object(Illuminate\\Queue\\WorkerOptions))\n#22 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(96): Illuminate\\Queue\\Console\\WorkCommand->runWorker(\'database\', \'default\')\n#23 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Illuminate\\Queue\\Console\\WorkCommand->handle()\n#24 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/Util.php(37): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}()\n#25 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(93): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))\n#26 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(37): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))\n#27 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/Container.php(596): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)\n#28 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Console/Command.php(134): Illuminate\\Container\\Container->call(Array)\n#29 /home/mygpsbd/public_html/vendor/symfony/console/Command/Command.php(298): Illuminate\\Console\\Command->execute(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))\n#30 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Console/Command.php(121): Symfony\\Component\\Console\\Command\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))\n#31 /home/mygpsbd/public_html/vendor/symfony/console/Application.php(1040): Illuminate\\Console\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#32 /home/mygpsbd/public_html/vendor/symfony/console/Application.php(301): Symfony\\Component\\Console\\Application->doRunCommand(Object(Illuminate\\Queue\\Console\\WorkCommand), Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#33 /home/mygpsbd/public_html/vendor/symfony/console/Application.php(171): Symfony\\Component\\Console\\Application->doRun(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#34 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Console/Application.php(93): Symfony\\Component\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#35 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(129): Illuminate\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#36 /home/mygpsbd/public_html/artisan(37): Illuminate\\Foundation\\Console\\Kernel->handle(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#37 {main}', '2024-02-08 23:01:02');
INSERT INTO `failed_jobs` (`id`, `connection`, `queue`, `payload`, `exception`, `failed_at`) VALUES
(702, 'database', 'default', '{\"uuid\":\"8b26dce5-4494-4535-911b-1a8cf71484d1\",\"displayName\":\"App\\\\Jobs\\\\SmsSend\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"delay\":null,\"timeout\":null,\"timeoutAt\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\SmsSend\",\"command\":\"O:16:\\\"App\\\\Jobs\\\\SmsSend\\\":9:{s:4:\\\"data\\\";a:2:{s:4:\\\"data\\\";O:39:\\\"Illuminate\\\\Database\\\\Eloquent\\\\Collection\\\":1:{s:8:\\\"\\u0000*\\u0000items\\\";a:100:{i:0;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2836;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Dr s Chakrabarty\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01927114515\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$1naooR82Ygd\\/1pAkXiZVr.3N1ZTg5CATgqnQ\\/ALXPrBwGy71jE7xK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-07 11:10:20\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-07 11:10:20\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2836;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Dr s Chakrabarty\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01927114515\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$1naooR82Ygd\\/1pAkXiZVr.3N1ZTg5CATgqnQ\\/ALXPrBwGy71jE7xK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-07 11:10:20\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-07 11:10:20\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:1;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2837;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Badol\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01780335504\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$yY3MaKkhf93Nta\\/ZBWToje2Q6K.rhoWwDCaYfukIV\\/l2jpMJY8ttS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-07 11:12:46\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-07 11:12:46\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2837;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Badol\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01780335504\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$yY3MaKkhf93Nta\\/ZBWToje2Q6K.rhoWwDCaYfukIV\\/l2jpMJY8ttS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-07 11:12:46\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-07 11:12:46\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:2;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2838;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Md. Yasin Miah\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01922555224\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$0zxrFyUIj2QEkr15wryWzOcuCefRWvbtWc5ECQBJT21kNk6R44wfi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-07 11:15:10\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-07 11:15:10\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2838;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Md. Yasin Miah\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01922555224\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$0zxrFyUIj2QEkr15wryWzOcuCefRWvbtWc5ECQBJT21kNk6R44wfi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-07 11:15:10\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-07 11:15:10\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:3;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2839;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Shaidul islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712477731\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$cXCcaYqLPB2B6pQWJKWuReuLN9qNshcDFH5aJQ6ZcX17N29YvB4hS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-07 11:28:25\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-07 11:28:25\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2839;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Shaidul islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712477731\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$cXCcaYqLPB2B6pQWJKWuReuLN9qNshcDFH5aJQ6ZcX17N29YvB4hS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-07 11:28:25\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-07 11:28:25\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:4;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2841;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Shakir\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01777641565\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$d6Hwk.37ZQBNZ4wcPfMpuuorphjEMGNxIBA3hkHTyIAbaVSF0n4DW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-07 11:34:02\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-07 11:34:02\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2841;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Shakir\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01777641565\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$d6Hwk.37ZQBNZ4wcPfMpuuorphjEMGNxIBA3hkHTyIAbaVSF0n4DW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-07 11:34:02\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-07 11:34:02\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:5;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2842;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"kazi naim shah\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01686317617\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$kO1xNA..mg3rf7Qvf6Qg7u4N\\/m2emqYLyrdgv.slolLY2hZM2VxDK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-07 11:36:04\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-07 11:36:04\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2842;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"kazi naim shah\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01686317617\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$kO1xNA..mg3rf7Qvf6Qg7u4N\\/m2emqYLyrdgv.slolLY2hZM2VxDK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-07 11:36:04\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-07 11:36:04\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:6;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2843;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Amir Azam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712787238\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$TG7ePuvf5uhYsPR8CxkACu6xJAPRSOVW6FfYVVXKB98ZFEiSqXD\\/2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-07 11:38:55\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-07 11:38:55\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2843;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Amir Azam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712787238\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$TG7ePuvf5uhYsPR8CxkACu6xJAPRSOVW6FfYVVXKB98ZFEiSqXD\\/2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-07 11:38:55\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-07 11:38:55\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:7;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2844;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Md.Emon Khan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01747151580\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$un1LgnMLMaoTGZPLNF4amuVLHvnXPDR60ri2Sy\\/R85srLAyrC99nK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-07 18:01:15\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-07 18:01:15\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2844;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Md.Emon Khan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01747151580\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$un1LgnMLMaoTGZPLNF4amuVLHvnXPDR60ri2Sy\\/R85srLAyrC99nK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-07 18:01:15\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-07 18:01:15\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:8;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2845;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md.Golam Rabbani\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01765232426\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$F61WoMKB4ed7fY4SNLiPMucsx5.45NGj5HwLfUkC7mOjfLqG6B.FW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-07 18:03:21\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-07 18:03:21\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2845;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md.Golam Rabbani\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01765232426\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$F61WoMKB4ed7fY4SNLiPMucsx5.45NGj5HwLfUkC7mOjfLqG6B.FW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-07 18:03:21\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-07 18:03:21\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:9;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2848;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Kazi Rakib\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"kazirakib0199@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01626070738\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$wPHv8z7k2OU34XFAdqPp8O7\\/Xqql8g8tIYPE6iUhXYh51ndp9\\/aLa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-07 18:16:01\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-07 18:16:01\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2848;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Kazi Rakib\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"kazirakib0199@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01626070738\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$wPHv8z7k2OU34XFAdqPp8O7\\/Xqql8g8tIYPE6iUhXYh51ndp9\\/aLa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-07 18:16:01\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-07 18:16:01\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:10;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2849;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:22:\\\"Major Syed Sohel Ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"sohelmba@yahoo.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01713090546\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$AJMK6J1vWEPOFML5\\/f8qWe9frlgGbA14xGJztlK3ivKIGee70almS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-07 18:18:22\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-07 18:18:22\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2849;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:22:\\\"Major Syed Sohel Ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"sohelmba@yahoo.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01713090546\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$AJMK6J1vWEPOFML5\\/f8qWe9frlgGbA14xGJztlK3ivKIGee70almS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-07 18:18:22\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-07 18:18:22\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:11;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2850;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Abu Bakar Siddique\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01747801222\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$odbb5yCaXXofAttlho23f.Qw0IenV\\/Uxey43uMdj4tlTu75zf5Vxe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-07 18:22:08\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-07 18:22:08\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2850;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Abu Bakar Siddique\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01747801222\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$odbb5yCaXXofAttlho23f.Qw0IenV\\/Uxey43uMdj4tlTu75zf5Vxe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-07 18:22:08\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-07 18:22:08\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:12;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2851;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Kamrul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711361356\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$j6blw\\/BrjyI.wjHu9IUqTOuUz27OIGEMhBByfMRQRzJhB5oqkcD2G\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 10:45:49\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 10:45:49\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2851;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Kamrul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711361356\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$j6blw\\/BrjyI.wjHu9IUqTOuUz27OIGEMhBByfMRQRzJhB5oqkcD2G\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 10:45:49\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 10:45:49\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:13;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2853;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:21:\\\"Md.Rasaduzzaman Ripon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01713643782\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$GGpp3UikKGanZNX3jVgcruGUMV.GCqU1.B26TDC.yaXpld4RD2wAu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 10:51:38\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 10:51:38\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2853;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:21:\\\"Md.Rasaduzzaman Ripon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01713643782\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$GGpp3UikKGanZNX3jVgcruGUMV.GCqU1.B26TDC.yaXpld4RD2wAu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 10:51:38\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 10:51:38\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:14;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2854;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:21:\\\"Sk Mehedi Hasan Akash\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:28:\\\"skmehedihasanakash@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01842707071\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$KWF8P2mS2Tn\\/VAkDnpXcr.2NEHTDxKhHO.35uNDmdBA\\/P\\/m9pbKUe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 10:55:21\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 10:55:21\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2854;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:21:\\\"Sk Mehedi Hasan Akash\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:28:\\\"skmehedihasanakash@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01842707071\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$KWF8P2mS2Tn\\/VAkDnpXcr.2NEHTDxKhHO.35uNDmdBA\\/P\\/m9pbKUe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 10:55:21\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 10:55:21\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:15;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2855;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md Jamal Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:24:\\\"hossain.mjamal@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715107270\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$fgClFXzeTahaIOYqh6qIJ.iBzErAVkUlDdYjUF2NeEV1Lt65di2oy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 11:00:31\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 11:00:31\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2855;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md Jamal Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:24:\\\"hossain.mjamal@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715107270\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$fgClFXzeTahaIOYqh6qIJ.iBzErAVkUlDdYjUF2NeEV1Lt65di2oy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 11:00:31\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 11:00:31\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:16;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2857;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Sajedul islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712535367\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ZFFjg7jX62sEuBSM0tdHEeKmNOFZ85Bq850ZYLIHrsT.JFC\\/Oxcry\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 11:11:48\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 11:11:48\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2857;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Sajedul islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712535367\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ZFFjg7jX62sEuBSM0tdHEeKmNOFZ85Bq850ZYLIHrsT.JFC\\/Oxcry\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 11:11:48\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 11:11:48\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:17;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2858;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Kamrul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715332231\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$katV.Ux9nGUMvWp7B2kkF.EwH8Y9zczZ4.JUYC.0Dd.ENvyB2Fckq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 11:14:32\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 11:14:32\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2858;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Kamrul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715332231\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$katV.Ux9nGUMvWp7B2kkF.EwH8Y9zczZ4.JUYC.0Dd.ENvyB2Fckq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 11:14:32\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 11:14:32\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:18;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2860;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Nabil\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01746427385\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$sIP.RPkWQpnz5JQQAbMUKudtOiHqqgwU5rbMTMFaI8ljoGzcUg8RO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 11:19:41\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 11:19:41\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2860;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Nabil\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01746427385\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$sIP.RPkWQpnz5JQQAbMUKudtOiHqqgwU5rbMTMFaI8ljoGzcUg8RO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 11:19:41\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 11:19:41\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:19;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2861;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"SAIFUL\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711440167\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$yNYzCLUp777xILQG\\/fPNf.tYteKoVwjx4pwb3crXysVmyviTjinVu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 11:22:46\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 11:22:46\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2861;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"SAIFUL\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711440167\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$yNYzCLUp777xILQG\\/fPNf.tYteKoVwjx4pwb3crXysVmyviTjinVu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 11:22:46\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 11:22:46\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:20;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2862;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"A. M. M. Zami\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:17:\\\"ammzami@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711128925\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$2c226PX2hOwRutEaXrCyZO9LVx5yc8nid\\/WgIrZYGS69GefRYxxa6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 11:25:28\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 11:25:28\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2862;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"A. M. M. Zami\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:17:\\\"ammzami@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711128925\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$2c226PX2hOwRutEaXrCyZO9LVx5yc8nid\\/WgIrZYGS69GefRYxxa6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 11:25:28\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 11:25:28\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:21;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2864;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Joyonto Gregory\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01823078714\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$gbxLPeKSyz\\/DuoTZdppLh.vHvdRufei4Du\\/X5STDp.xuf5veu.fEq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 11:32:12\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 11:32:12\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2864;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Joyonto Gregory\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01823078714\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$gbxLPeKSyz\\/DuoTZdppLh.vHvdRufei4Du\\/X5STDp.xuf5veu.fEq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 11:32:12\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 11:32:12\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:22;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2865;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:22:\\\"Mohammad Kabir Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01612883030\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$M9QiaVBVP4FZcQQnYmnpnOmaL8UMuXmaYq1YokVdR3nhDCs8Y6mHi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 11:48:35\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 11:48:35\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2865;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:22:\\\"Mohammad Kabir Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01612883030\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$M9QiaVBVP4FZcQQnYmnpnOmaL8UMuXmaYq1YokVdR3nhDCs8Y6mHi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 11:48:35\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 11:48:35\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:23;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2866;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Gazi Abujor Jayed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01769762870\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$BmIKGm5RHq9rFeiocq7n6OKP2fUs4mil8pB838CRa00RR2\\/ABS33m\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 11:50:52\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 11:50:52\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2866;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Gazi Abujor Jayed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01769762870\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$BmIKGm5RHq9rFeiocq7n6OKP2fUs4mil8pB838CRa00RR2\\/ABS33m\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 11:50:52\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 11:50:52\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:24;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2867;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Fahad hassan sagor\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01911705773\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$CCinPPB67K3XuPLdTE7hpOGPtDzYHZkczssCKDJjFYwwn0VPTeYNG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 11:58:05\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 11:58:05\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2867;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Fahad hassan sagor\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01911705773\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$CCinPPB67K3XuPLdTE7hpOGPtDzYHZkczssCKDJjFYwwn0VPTeYNG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 11:58:05\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 11:58:05\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:25;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2868;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Anwar\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01618045891\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$fD7iiexKE9xlbVCyQ6SWTeUg5UivN3sL9CdrR\\/eCW0aex.EBGB8i2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 12:04:13\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 12:04:13\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2868;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Anwar\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01618045891\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$fD7iiexKE9xlbVCyQ6SWTeUg5UivN3sL9CdrR\\/eCW0aex.EBGB8i2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 12:04:13\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 12:04:13\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:26;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2869;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Munjur\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01870211267\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$kXDbjvIdc98v5BMpnuJax.273A0ezmduM9MpXFeQ.2t9TkbUOakOO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 12:06:25\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 12:06:25\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2869;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Munjur\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01870211267\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$kXDbjvIdc98v5BMpnuJax.273A0ezmduM9MpXFeQ.2t9TkbUOakOO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 12:06:25\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 12:06:25\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:27;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2870;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Arun mondol\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01713081916\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$qpQ4ncHlF9IwBsH24Suf3uBroy\\/t4P6yS.uTnP5IePmXzaLKOgc3G\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 12:08:46\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 12:08:46\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2870;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Arun mondol\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01713081916\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$qpQ4ncHlF9IwBsH24Suf3uBroy\\/t4P6yS.uTnP5IePmXzaLKOgc3G\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 12:08:46\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 12:08:46\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:28;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2871;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Nizam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711131024\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$l1dMRNuuoYsyB5Adu1SrgOMFG\\/3Base6IXzIBxXKL2I67TfZ54fSu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 12:10:42\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 12:10:42\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2871;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Nizam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711131024\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$l1dMRNuuoYsyB5Adu1SrgOMFG\\/3Base6IXzIBxXKL2I67TfZ54fSu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 12:10:42\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 12:10:42\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:29;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2873;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Bluedream\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01932403451\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$.tQSKRXd7lZ5L6Vvlf3IrOrLasGbHHMrWBkcd0h.0ddCEQGNpuzmu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 12:37:11\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 12:37:11\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2873;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Bluedream\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01932403451\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$.tQSKRXd7lZ5L6Vvlf3IrOrLasGbHHMrWBkcd0h.0ddCEQGNpuzmu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 12:37:11\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 12:37:11\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:30;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2875;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"M A Tareque\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"ma_tareque@yahoo.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01730713811\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$SDbyauQxaecfVt0AaqN4OeBu4B9YlHjKZXBL1YirLVw2rBzb\\/qSVK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 12:42:19\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 12:42:19\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2875;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"M A Tareque\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"ma_tareque@yahoo.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01730713811\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$SDbyauQxaecfVt0AaqN4OeBu4B9YlHjKZXBL1YirLVw2rBzb\\/qSVK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 12:42:19\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 12:42:19\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:31;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2876;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"AFM Sadequl Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"sadequl.scm@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01757787710\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$lS9luLQZh\\/JQbKnlCimrh.4dXjQdccHKtr.rMMkomFICAU42nce5O\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 12:46:11\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 12:46:11\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2876;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"AFM Sadequl Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"sadequl.scm@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01757787710\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$lS9luLQZh\\/JQbKnlCimrh.4dXjQdccHKtr.rMMkomFICAU42nce5O\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 12:46:11\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 12:46:11\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:32;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2877;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Md.Al-Amin Sarker\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"aminfabricsbd@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711591885\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$aLYRuW58UOLfqPW0YYBW4.kMUcO1gQXKCkrK\\/qv4JpQUzx7GLiDQW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 12:48:51\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 12:48:51\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2877;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Md.Al-Amin Sarker\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"aminfabricsbd@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711591885\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$aLYRuW58UOLfqPW0YYBW4.kMUcO1gQXKCkrK\\/qv4JpQUzx7GLiDQW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 12:48:51\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 12:48:51\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:33;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2879;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Mohai minute rabbe\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1777649896\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$GKRC8WD8Y61wL9idEK3QRe8KGz9EUA2VCtDdXgB8Ack825JHISVxq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 12:57:40\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 12:57:40\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2879;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Mohai minute rabbe\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1777649896\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$GKRC8WD8Y61wL9idEK3QRe8KGz9EUA2VCtDdXgB8Ack825JHISVxq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 12:57:40\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 12:57:40\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:34;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2883;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Aowlad hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01727416200\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$4JgNnvdmaWKc.dC5dUimU.MffTXstvNakYB6huJWxK6KehQ4tzROK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 13:13:03\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 13:13:03\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2883;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Aowlad hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01727416200\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$4JgNnvdmaWKc.dC5dUimU.MffTXstvNakYB6huJWxK6KehQ4tzROK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 13:13:03\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 13:13:03\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:35;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2884;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Monzur\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01819740263\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$9loe2r0Enqhm8K\\/EYWfxL.ivNIOZTGbOvgOrmMlU9F.ECn8be7I56\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 13:15:25\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 13:15:25\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2884;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Monzur\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01819740263\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$9loe2r0Enqhm8K\\/EYWfxL.ivNIOZTGbOvgOrmMlU9F.ECn8be7I56\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 13:15:25\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 13:15:25\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:36;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2885;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Md.Nasir\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:25:\\\"Nasirhossin0020@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01980999301\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$GiFzWstEdQfIrODuImqcnOBpIOflyNgcM\\/IHdMfEkqmOV3AJwBvSS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 13:17:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 13:17:29\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2885;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Md.Nasir\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:25:\\\"Nasirhossin0020@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01980999301\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$GiFzWstEdQfIrODuImqcnOBpIOflyNgcM\\/IHdMfEkqmOV3AJwBvSS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 13:17:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 13:17:29\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:37;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2887;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Kajol khan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01992340460\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$cSCy8k4XbNBMBo\\/lV8P6ZOhJTy0ukOKoXy0t7\\/kgu3SNIsx3xnIY6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 14:03:48\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 14:03:48\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2887;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Kajol khan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01992340460\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$cSCy8k4XbNBMBo\\/lV8P6ZOhJTy0ukOKoXy0t7\\/kgu3SNIsx3xnIY6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 14:03:48\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 14:03:48\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:38;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2888;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Shawon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01855396055\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$IzLl4xd.SwwwHV4Nmfkp\\/.I9kxmEMMwpx43F4IQgZTiysDrRARftC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 14:06:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 14:06:29\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2888;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Shawon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01855396055\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$IzLl4xd.SwwwHV4Nmfkp\\/.I9kxmEMMwpx43F4IQgZTiysDrRARftC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 14:06:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 14:06:29\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:39;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2889;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"MD Mamun khan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01742866376\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$BjgTJPwVL7OoK3BBnuS3New4Yinv9Af2f4zN.4deCYWq56zK800yy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 14:08:46\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 14:08:46\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2889;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"MD Mamun khan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01742866376\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$BjgTJPwVL7OoK3BBnuS3New4Yinv9Af2f4zN.4deCYWq56zK800yy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 14:08:46\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 14:08:46\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:40;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2890;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Mr. Maksud\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01746033788\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$2IutASE06BjLt4.4QZm2WOPw8JttuJ.k0NultmSuaXf2K3QumGRZ2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 14:11:21\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 14:11:21\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2890;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Mr. Maksud\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01746033788\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$2IutASE06BjLt4.4QZm2WOPw8JttuJ.k0NultmSuaXf2K3QumGRZ2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 14:11:21\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 14:11:21\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:41;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2891;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Ratan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"Smsmanir@hotmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01819471047\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$QJbRtn.24H.OauMzcTFd2OGuFBLJnCpbmMNpQxxSYeExJJSQkrEse\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 14:13:48\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 14:13:48\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2891;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Ratan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"Smsmanir@hotmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01819471047\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$QJbRtn.24H.OauMzcTFd2OGuFBLJnCpbmMNpQxxSYeExJJSQkrEse\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 14:13:48\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 14:13:48\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:42;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2892;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Mamun\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01756345141\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$v6tPN\\/gT.K.3chl1E1fJoedTdypvaMNDOe4NUQ\\/liVr8YN0.7xPFa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 14:18:48\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 14:18:48\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2892;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Mamun\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01756345141\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$v6tPN\\/gT.K.3chl1E1fJoedTdypvaMNDOe4NUQ\\/liVr8YN0.7xPFa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 14:18:48\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 14:18:48\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:43;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2895;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Anwar Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01312744264\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$DClRL79DNf8NTZLEPLv8l.2n\\/Ra.9cr14tn2tpvarU8bh2oweEj1y\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 14:26:50\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 14:26:50\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2895;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Anwar Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01312744264\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$DClRL79DNf8NTZLEPLv8l.2n\\/Ra.9cr14tn2tpvarU8bh2oweEj1y\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 14:26:50\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 14:26:50\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:44;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2896;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Shahnawaz\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01615401040\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$vLI4YysfH\\/vutpQcQn1tw.bqVwOU5cmoQr08.O0yLZ12udisQatk6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 14:28:55\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 14:28:55\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2896;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Shahnawaz\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01615401040\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$vLI4YysfH\\/vutpQcQn1tw.bqVwOU5cmoQr08.O0yLZ12udisQatk6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 14:28:55\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 14:28:55\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:45;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2898;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Md. Rasel\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715426433\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$2XDftOUnqhF7ffBFmvtHx.KkjlmhKscBJbBSWHzqrXj626itlYSQ2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 14:36:40\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 14:36:40\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2898;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Md. Rasel\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715426433\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$2XDftOUnqhF7ffBFmvtHx.KkjlmhKscBJbBSWHzqrXj626itlYSQ2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 14:36:40\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 14:36:40\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:46;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2900;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"MD.Nazmul Bissas\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"nazmulb30@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01861358557\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$YayuSJNczl5cyI7cpMg\\/w.zMBXT0EQeU0fmb6Cr4m3yidkyY9vWya\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 14:45:17\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 14:45:17\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2900;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"MD.Nazmul Bissas\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"nazmulb30@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01861358557\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$YayuSJNczl5cyI7cpMg\\/w.zMBXT0EQeU0fmb6Cr4m3yidkyY9vWya\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 14:45:17\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 14:45:17\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:47;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2901;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Ashraful Alam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"ashrafulpolok@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01618502020\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$1i9LZf0yx\\/QNK0Nikq1\\/5Omw5\\/z7d5Tr8\\/t3dB1ijbX1y2pdOD4ia\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 14:48:13\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 14:48:13\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2901;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Ashraful Alam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"ashrafulpolok@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01618502020\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$1i9LZf0yx\\/QNK0Nikq1\\/5Omw5\\/z7d5Tr8\\/t3dB1ijbX1y2pdOD4ia\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 14:48:13\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 14:48:13\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:48;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2902;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Sohel\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01828675464\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Xc5zxbm46m5VzHD0Dpj3i.YptojptWa.W87qtw2A\\/dWH9hsJP08He\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 14:50:17\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 14:50:17\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2902;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Sohel\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01828675464\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Xc5zxbm46m5VzHD0Dpj3i.YptojptWa.W87qtw2A\\/dWH9hsJP08He\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 14:50:17\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 14:50:17\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:49;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2903;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Shawkat\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01824523229\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$PxRFj1Ja0mMsj1tWGRxdhuRdE9t0ghMgSLye9S.ee3KUbIt4wN2HC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 15:02:22\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 15:02:22\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2903;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Shawkat\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01824523229\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$PxRFj1Ja0mMsj1tWGRxdhuRdE9t0ghMgSLye9S.ee3KUbIt4wN2HC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 15:02:22\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 15:02:22\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:50;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2905;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:21:\\\"Md Abu Bakar Siddique\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01764770000\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$H3g2PyAspVU.lYK0RjYqNOZ.ep\\/Ah.G2CbLTjeJKqn\\/OBOLw.KRQ.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 15:08:50\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 15:08:50\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2905;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:21:\\\"Md Abu Bakar Siddique\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01764770000\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$H3g2PyAspVU.lYK0RjYqNOZ.ep\\/Ah.G2CbLTjeJKqn\\/OBOLw.KRQ.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 15:08:50\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 15:08:50\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:51;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2906;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Syed Rashed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"Syed.rashed01@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01755513822\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$xD3jfoQqebfTUIAmhippf.rVUawimDJ4upFaatkvHAnz6.BDj37oO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 15:11:40\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 15:11:40\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2906;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Syed Rashed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"Syed.rashed01@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01755513822\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$xD3jfoQqebfTUIAmhippf.rVUawimDJ4upFaatkvHAnz6.BDj37oO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 15:11:40\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 15:11:40\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:52;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2907;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Subhongkor Kundo\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716679539\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$KTyBcTJJ04hn.8Eu0i1jDepDgZKPi1JjIVfkd8yP\\/0rtEcVme7Y4y\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 15:14:05\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 15:14:05\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2907;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Subhongkor Kundo\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716679539\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$KTyBcTJJ04hn.8Eu0i1jDepDgZKPi1JjIVfkd8yP\\/0rtEcVme7Y4y\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 15:14:05\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 15:14:05\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:53;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2908;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:22:\\\"Shakhawat Hossain Mahi\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"mahihossain79@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711430221\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$lNlT.THiQbcb\\/8wI9ni6WO6Ns76gmxCq0fX2HfmssDGfO\\/vzzFw6O\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 15:17:07\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 15:17:07\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2908;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:22:\\\"Shakhawat Hossain Mahi\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"mahihossain79@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711430221\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$lNlT.THiQbcb\\/8wI9ni6WO6Ns76gmxCq0fX2HfmssDGfO\\/vzzFw6O\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 15:17:07\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 15:17:07\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:54;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2909;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Mizan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"arahmanshan05@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01819239611\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$NXvn811XWCozJaymfkP3DeBJOzE1BT5RcW3ir2fj7GA2VodiGR03K\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 15:19:56\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 15:19:56\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2909;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Mizan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"arahmanshan05@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01819239611\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$NXvn811XWCozJaymfkP3DeBJOzE1BT5RcW3ir2fj7GA2VodiGR03K\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 15:19:56\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 15:19:56\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:55;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2910;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Shoayeb\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"md.shoayeb@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716944022\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$DNz19DFCRmm1yz8XeaeZVOqOQS2.1W0Vz.szMvT1HqC2NLFYkY5gm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 15:26:45\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 15:26:45\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2910;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Shoayeb\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"md.shoayeb@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716944022\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$DNz19DFCRmm1yz8XeaeZVOqOQS2.1W0Vz.szMvT1HqC2NLFYkY5gm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 15:26:45\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 15:26:45\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:56;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2911;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Kazul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01734310139\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$cOPD5VC5WvzNx\\/XIWoFUqOMBskDMjcEMFtSK6ecBg\\/xjpl9UMtYGK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 15:30:12\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 15:30:12\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2911;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Kazul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01734310139\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$cOPD5VC5WvzNx\\/XIWoFUqOMBskDMjcEMFtSK6ecBg\\/xjpl9UMtYGK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 15:30:12\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 15:30:12\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:57;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2912;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:26:\\\"Md. Harun or rashid sarker\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01818851035\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$88saNYHHALilSHaJQCdp\\/.GfKzTgbCdePvgOqymRUWAss.QmmMnhm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 15:32:06\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 15:32:06\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2912;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:26:\\\"Md. Harun or rashid sarker\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01818851035\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$88saNYHHALilSHaJQCdp\\/.GfKzTgbCdePvgOqymRUWAss.QmmMnhm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 15:32:06\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 15:32:06\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:58;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2913;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Motalib\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01922801640\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$JaRuZVeh927SZFaohF55A.Zia6Upj4x1Z7P9Jb1W.\\/hzwiyoMh0ey\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 15:33:53\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 15:33:53\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2913;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Motalib\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01922801640\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$JaRuZVeh927SZFaohF55A.Zia6Upj4x1Z7P9Jb1W.\\/hzwiyoMh0ey\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 15:33:53\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 15:33:53\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:59;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2914;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Ashraful\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711463207\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$N3EfWZwQcpm5o7eea.rWOOPAvxOMuur14SXt6rkAUXcdye\\/naUDDa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 15:39:12\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 15:39:12\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2914;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Ashraful\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711463207\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$N3EfWZwQcpm5o7eea.rWOOPAvxOMuur14SXt6rkAUXcdye\\/naUDDa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 15:39:12\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 15:39:12\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:60;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2915;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Shahjalal\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01628642508\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$CEPho1pN22ggcdx1rJ0oHuZ1\\/sS7oDL66p3qEO7mOm63sDBlmarWy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 16:14:11\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 16:14:11\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2915;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Shahjalal\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01628642508\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$CEPho1pN22ggcdx1rJ0oHuZ1\\/sS7oDL66p3qEO7mOm63sDBlmarWy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 16:14:11\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 16:14:11\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:61;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2916;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Mesbah Uddin Ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01713045841\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$oDMyHDRC.k3n\\/LUHD2fjs.QB1xLKVYU.8qHguNmG8GLBqjfEZl5Y.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 16:19:33\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 16:19:33\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2916;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Mesbah Uddin Ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01713045841\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$oDMyHDRC.k3n\\/LUHD2fjs.QB1xLKVYU.8qHguNmG8GLBqjfEZl5Y.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 16:19:33\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 16:19:33\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:62;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2917;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Harun\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01793656566\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$UdMxmmHwOQFr1PC0asy91.esMjn1kq8N2.dTAC2T5LfNmHTLdsgpO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 16:26:48\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 16:26:48\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2917;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Harun\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01793656566\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$UdMxmmHwOQFr1PC0asy91.esMjn1kq8N2.dTAC2T5LfNmHTLdsgpO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 16:26:48\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 16:26:48\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:63;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2919;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Yousuf\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716345784\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$euIKFEGpvj.8dq.TTJlIEu6kjAFzcu3AURgh9uSApgV\\/zhZCIDhPS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 16:34:18\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 16:34:18\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2919;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Yousuf\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716345784\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$euIKFEGpvj.8dq.TTJlIEu6kjAFzcu3AURgh9uSApgV\\/zhZCIDhPS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 16:34:18\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 16:34:18\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:64;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2921;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Shahidul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01911140175\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$AxZHkQN5j4D\\/eQzFrL8KjeHKa8jzMhqAkwoYpnbTEdbpC15hSN0uW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 16:40:48\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 16:40:48\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2921;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Shahidul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01911140175\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$AxZHkQN5j4D\\/eQzFrL8KjeHKa8jzMhqAkwoYpnbTEdbpC15hSN0uW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 16:40:48\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 16:40:48\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:65;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2923;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Faishal\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01730011134\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$\\/lz.e29KZnV.W2odGNhhMeQ\\/hwKr31nbsu348sOnLyl6ksBzbiITW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 17:07:15\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 17:07:15\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2923;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Faishal\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01730011134\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$\\/lz.e29KZnV.W2odGNhhMeQ\\/hwKr31nbsu348sOnLyl6ksBzbiITW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 17:07:15\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 17:07:15\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:66;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2925;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md. Masum Billah\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:24:\\\"sultanfoodland@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715284025\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$p79Nu\\/0kJfBUS2KuWOdxTumIyUOdNi0S6lPWyeylxu9P4l65bTngm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 17:14:32\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 17:14:32\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2925;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md. Masum Billah\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:24:\\\"sultanfoodland@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715284025\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$p79Nu\\/0kJfBUS2KuWOdxTumIyUOdNi0S6lPWyeylxu9P4l65bTngm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 17:14:32\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 17:14:32\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:67;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2926;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"MD Asadujjaman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:27:\\\"md_assad@globalbrand.com.bd\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01975454542\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$mXbWiUogkTi5ejGG5YZ\\/VOafaF36SXZT3hKiyocXT7FMY3U\\/JGOI2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 17:16:49\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 17:16:49\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2926;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"MD Asadujjaman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:27:\\\"md_assad@globalbrand.com.bd\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01975454542\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$mXbWiUogkTi5ejGG5YZ\\/VOafaF36SXZT3hKiyocXT7FMY3U\\/JGOI2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 17:16:49\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 17:16:49\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:68;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2927;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Ashiqur Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712977181\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$LIl5zNZOG2LS9FZcFmQNPewO1K0vvLE4SZw.\\/gPNuTCodVBxljxRa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 17:22:13\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 17:22:13\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2927;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Ashiqur Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712977181\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$LIl5zNZOG2LS9FZcFmQNPewO1K0vvLE4SZw.\\/gPNuTCodVBxljxRa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 17:22:13\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 17:22:13\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:69;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2928;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"G M Khaled Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"prolink399@hotmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01671007777\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$dbX0C1gpH.Ct3.ejf1Co3OES6Mq39ehOzujULLD9L7G2OpSyie\\/xS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 17:25:44\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 17:25:44\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2928;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"G M Khaled Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"prolink399@hotmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01671007777\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$dbX0C1gpH.Ct3.ejf1Co3OES6Mq39ehOzujULLD9L7G2OpSyie\\/xS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 17:25:44\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 17:25:44\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:70;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2929;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Samiul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"samiulsami88@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01303018999\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$q8bPbRuKkl4EPHlqmB7eN.w7LEME3njEecBjnc1p0Q3Ip5swQNOGC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 17:28:08\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 17:28:08\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2929;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Samiul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"samiulsami88@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01303018999\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$q8bPbRuKkl4EPHlqmB7eN.w7LEME3njEecBjnc1p0Q3Ip5swQNOGC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 17:28:08\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 17:28:08\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:71;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2930;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"MD Mahbubur Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"Overshadow11@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01611519388\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$qx1bYKn2RjVPnhF63pBCm.EOmAxHRnPQBFNpJ9DPR32gHw9haYLJO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 17:30:21\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 17:30:21\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2930;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"MD Mahbubur Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"Overshadow11@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01611519388\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$qx1bYKn2RjVPnhF63pBCm.EOmAxHRnPQBFNpJ9DPR32gHw9haYLJO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 17:30:21\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 17:30:21\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:72;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2931;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Saiful Haider Amil\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"amil55555@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01813185251\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$eSFX4es4XfN0GYS7uZuHGun6.HMmZgRtmTcE3TkEw0n8deqVUylne\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 10:36:53\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 10:36:53\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2931;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Saiful Haider Amil\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"amil55555@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01813185251\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$eSFX4es4XfN0GYS7uZuHGun6.HMmZgRtmTcE3TkEw0n8deqVUylne\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 10:36:53\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 10:36:53\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:73;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2932;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Mahin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01923384744\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$jkyO\\/L5i1d.aqcNAolU9iuykaMh9Bln4BIvAhiPYArbXoZXfNh3.m\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 10:38:58\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 10:38:58\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2932;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Mahin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01923384744\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$jkyO\\/L5i1d.aqcNAolU9iuykaMh9Bln4BIvAhiPYArbXoZXfNh3.m\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 10:38:58\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 10:38:58\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:74;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2933;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Zaman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716222755\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$uodCDjtkxww7KObE55yJ3.nNapKhFfhBD3ZsyL0tyTccu4\\/bOBptC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 10:41:19\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 10:41:19\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2933;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Zaman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716222755\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$uodCDjtkxww7KObE55yJ3.nNapKhFfhBD3ZsyL0tyTccu4\\/bOBptC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 10:41:19\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 10:41:19\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:75;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2934;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Mamun\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"mamunmd2844@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711335624\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$I1JkECTfqvkolJh7eUdHxO8RAzMCWP7SIY0dKgELLBTeecj7W1I9e\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 10:43:32\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 10:43:32\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2934;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Mamun\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"mamunmd2844@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711335624\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$I1JkECTfqvkolJh7eUdHxO8RAzMCWP7SIY0dKgELLBTeecj7W1I9e\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 10:43:32\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 10:43:32\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:76;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2935;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"MD Razibul Hasan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"hasan282930@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01959792060\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$WxSTdSJ2qpwB3b.Mq9yNBeUgtrlG1ESfsFlEwv7qK9E.6OX6yqwl.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 10:46:35\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 10:46:35\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2935;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"MD Razibul Hasan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"hasan282930@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01959792060\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$WxSTdSJ2qpwB3b.Mq9yNBeUgtrlG1ESfsFlEwv7qK9E.6OX6yqwl.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 10:46:35\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 10:46:35\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:77;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2937;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"FATMA HARUN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01515614575\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$g54TEy4VBbLRpV6HvAto6.FaZVvc9KaJ5SeSy82\\/e7z8QeAkDmm3i\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 10:53:32\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 10:53:32\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2937;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"FATMA HARUN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01515614575\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$g54TEy4VBbLRpV6HvAto6.FaZVvc9KaJ5SeSy82\\/e7z8QeAkDmm3i\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 10:53:32\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 10:53:32\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:78;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2938;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Badrul Hasan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"vabuk.law@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01819425498\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ADfPrmmlGAxOwygYR1Te2e.47NgWwkFuCgo.uxgHxtl6hPT2ON44u\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 10:55:58\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 10:55:58\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2938;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Badrul Hasan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"vabuk.law@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01819425498\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ADfPrmmlGAxOwygYR1Te2e.47NgWwkFuCgo.uxgHxtl6hPT2ON44u\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 10:55:58\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 10:55:58\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:79;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2939;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Delower hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01680993588\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$l\\/JUb2Ou3xLKOSepQN69pOkrNs5JCQdWGY4E4hN.e0IqPRGrBFDly\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 11:00:53\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 11:00:53\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2939;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Delower hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01680993588\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$l\\/JUb2Ou3xLKOSepQN69pOkrNs5JCQdWGY4E4hN.e0IqPRGrBFDly\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 11:00:53\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 11:00:53\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:80;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2940;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Asik Bipu\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715609741\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$LFIeL.KTqi3pLnJBv69VFu.NSudujfCAdQUGgyJ2Zjp2AURkrhEM.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 11:03:08\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 11:03:08\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2940;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Asik Bipu\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715609741\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$LFIeL.KTqi3pLnJBv69VFu.NSudujfCAdQUGgyJ2Zjp2AURkrhEM.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 11:03:08\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 11:03:08\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:81;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2941;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Shadauddin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01726757056\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$lPDSeoJ85s573ZzlZlE2nex4WQivh4Rqffh87FbHm\\/tTaTeEq8Vki\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 11:05:31\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 11:05:31\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2941;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Shadauddin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01726757056\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$lPDSeoJ85s573ZzlZlE2nex4WQivh4Rqffh87FbHm\\/tTaTeEq8Vki\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 11:05:31\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 11:05:31\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:82;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2942;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Md Ahsan Habib\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"habib132692@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1785636843\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$raJCPywp8CMsHJEs7AgWtONczydm3cxgFXqmj8549ZbMfHr9563pC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 11:07:47\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 11:07:47\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2942;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Md Ahsan Habib\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"habib132692@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1785636843\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$raJCPywp8CMsHJEs7AgWtONczydm3cxgFXqmj8549ZbMfHr9563pC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 11:07:47\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 11:07:47\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:83;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2943;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Md.Babu\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01710007740\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$9e5ne23u8cd4FJJU0Wkk\\/eLnqaLwkcRoVsWoX9XIX..qaCUeiFDEa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 11:11:03\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 11:11:03\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2943;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Md.Babu\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01710007740\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$9e5ne23u8cd4FJJU0Wkk\\/eLnqaLwkcRoVsWoX9XIX..qaCUeiFDEa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 11:11:03\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 11:11:03\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:84;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2945;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Bijoy chnadra dey\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"Bijoydey154@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01741598879\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$9UkuFSQ0dEIGDh0otygPbeGhGYLoeuqE0JMpywpWQcCKHqPzi\\/.fe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 11:16:02\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 11:16:02\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2945;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Bijoy chnadra dey\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"Bijoydey154@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01741598879\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$9UkuFSQ0dEIGDh0otygPbeGhGYLoeuqE0JMpywpWQcCKHqPzi\\/.fe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 11:16:02\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 11:16:02\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:85;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2946;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Rumpa\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01918605645\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$fBpM2pHpcA.sR1J0Xn6CF.noEL5LyE75SkTbpetuEtB6ns6.7ZqGq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 11:18:02\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 11:18:02\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2946;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Rumpa\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01918605645\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$fBpM2pHpcA.sR1J0Xn6CF.noEL5LyE75SkTbpetuEtB6ns6.7ZqGq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 11:18:02\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 11:18:02\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:86;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2947;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Syed Mahmuduzzaman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01746214534\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$fEcUROtloXJaCOpyme9suuyE\\/PGu4nuezBjGwP7Gr0q.mvfQSOkiO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 11:20:21\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 11:20:21\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2947;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Syed Mahmuduzzaman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01746214534\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$fEcUROtloXJaCOpyme9suuyE\\/PGu4nuezBjGwP7Gr0q.mvfQSOkiO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 11:20:21\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 11:20:21\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:87;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2948;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Md Helal\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01741618028\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Q4zqLBP4GX7fL1mR6QQg4eqAHIZnKvZ2QZ5mNgJKaSn\\/477yLo8nC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 11:23:03\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 11:23:03\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2948;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Md Helal\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01741618028\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Q4zqLBP4GX7fL1mR6QQg4eqAHIZnKvZ2QZ5mNgJKaSn\\/477yLo8nC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 11:23:03\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 11:23:03\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:88;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2949;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Shariotullah\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01968841763\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$hGdA.XIxY.9a9BPyueH5x.Fi3FLdZVAVerruqzcCQ4KYDmJShUbcO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 11:25:52\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 11:25:52\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2949;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Shariotullah\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01968841763\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$hGdA.XIxY.9a9BPyueH5x.Fi3FLdZVAVerruqzcCQ4KYDmJShUbcO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 11:25:52\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 11:25:52\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:89;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2950;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Israfil\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01937076366\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$AUJNuQkc3j\\/n51IjlaQb5.PC8YTFlynY7BjTHDyiKhgysoIQSkMLC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 11:28:38\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 11:28:38\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2950;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Israfil\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01937076366\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$AUJNuQkc3j\\/n51IjlaQb5.PC8YTFlynY7BjTHDyiKhgysoIQSkMLC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 11:28:38\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 11:28:38\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:90;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2953;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"S. M. JABER\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01625038876\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$DvX470dXLISp8R8KBUpDH.qc4uI83Mq4SFP2Qh7dbcUtkwODCxkDG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 11:35:42\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 11:35:42\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2953;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"S. M. JABER\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01625038876\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$DvX470dXLISp8R8KBUpDH.qc4uI83Mq4SFP2Qh7dbcUtkwODCxkDG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 11:35:42\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 11:35:42\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:91;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2954;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Habib ahsan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01723793599\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$bLqeNMfQrgQPEGx3XXPW9u2ZSIcaum2yOkzhqelEAre\\/1MTBEgNSa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 11:38:59\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 11:38:59\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2954;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Habib ahsan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01723793599\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$bLqeNMfQrgQPEGx3XXPW9u2ZSIcaum2yOkzhqelEAre\\/1MTBEgNSa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 11:38:59\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 11:38:59\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:92;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2955;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Mamunur Rashid\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711107970\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$t5XpfgjPxZha\\/Tml4tAfAufoJ.Rj8nUlhdL6wEJM75mZN\\/ThwoQOG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 11:41:28\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 11:41:28\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2955;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Mamunur Rashid\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711107970\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$t5XpfgjPxZha\\/Tml4tAfAufoJ.Rj8nUlhdL6wEJM75mZN\\/ThwoQOG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 11:41:28\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 11:41:28\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:93;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2956;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:24:\\\"Abu Salah MD Shake Saeem\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"Shake.saeem2@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01858122465\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$VyKRoAQLoCbECtod.j\\/tROVUlRAQpMNA14YlSLbHz2eWqjupz5iZO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 11:43:34\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 11:43:34\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2956;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:24:\\\"Abu Salah MD Shake Saeem\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"Shake.saeem2@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01858122465\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$VyKRoAQLoCbECtod.j\\/tROVUlRAQpMNA14YlSLbHz2eWqjupz5iZO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 11:43:34\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 11:43:34\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:94;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2957;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Nur a Rayhan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01718865051\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Dk3IDxvX1yeirMkIlqbwnuPjvL8x3lLct4WoQd6UWM9hF7ws3SoeW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 11:46:04\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 11:46:04\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2957;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Nur a Rayhan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01718865051\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Dk3IDxvX1yeirMkIlqbwnuPjvL8x3lLct4WoQd6UWM9hF7ws3SoeW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 11:46:04\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 11:46:04\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:95;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2960;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Azizur Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"azizdulibrary@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01714452555\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Wh9rtzx6YJZH1qiv1bRX8.4ipoa4F5fNUIfJgys7T0ojl5HNmlENG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 11:57:49\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 11:57:49\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2960;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Azizur Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"azizdulibrary@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01714452555\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Wh9rtzx6YJZH1qiv1bRX8.4ipoa4F5fNUIfJgys7T0ojl5HNmlENG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 11:57:49\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 11:57:49\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:96;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2961;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Md.sajal\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:24:\\\"sajalislam0767@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"o1851525053\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$KcxD8uUQQ5crUSORcsKyWOuGLYg0Shq5zpZHUB.1t1amtRYud\\/viW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 12:46:31\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 12:46:31\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2961;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Md.sajal\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:24:\\\"sajalislam0767@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"o1851525053\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$KcxD8uUQQ5crUSORcsKyWOuGLYg0Shq5zpZHUB.1t1amtRYud\\/viW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 12:46:31\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 12:46:31\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:97;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2962;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Foridul madbor\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01839077415\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ZNodpRF8UwSQc957PvByfOB0ChXxQzzMkfqBvmr17ij492KGZw4KK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 12:48:56\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 12:48:56\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2962;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Foridul madbor\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01839077415\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ZNodpRF8UwSQc957PvByfOB0ChXxQzzMkfqBvmr17ij492KGZw4KK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 12:48:56\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 12:48:56\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:98;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2963;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"MD REZAUL KARIM\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01643344661\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$qA.yBC3W\\/UW3NUqiadCYTOLwNvn0VbeFa43YpNtwNbCueJ5Ys17Ly\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 12:52:36\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 12:52:36\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2963;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"MD REZAUL KARIM\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01643344661\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$qA.yBC3W\\/UW3NUqiadCYTOLwNvn0VbeFa43YpNtwNbCueJ5Ys17Ly\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 12:52:36\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 12:52:36\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:99;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2964;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"MD.Sohag\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01329466687\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$\\/agKNZn0cZ99Lc0HAQoqO.zs28X0vKqwsvgCKC\\/5rvz5wwwQAJ1gS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 13:29:12\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 13:29:12\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2964;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"MD.Sohag\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01329466687\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$\\/agKNZn0cZ99Lc0HAQoqO.zs28X0vKqwsvgCKC\\/5rvz5wwwQAJ1gS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 13:29:12\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 13:29:12\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}}}s:4:\\\"text\\\";s:335:\\\"\\u09b8\\u09ae\\u09cd\\u09ae\\u09be\\u09a8\\u09bf\\u09a4 \\u0997\\u09cd\\u09b0\\u09be\\u09b9\\u0995, \\u09b8\\u09be\\u09b0\\u09cd\\u09ad\\u09be\\u09b0 \\u0986\\u09aa\\u09a1\\u09c7\\u099f \\u09a6\\u09c7\\u0993\\u09df\\u09be\\u09b0 \\u0995\\u09be\\u09b0\\u09a8\\u09c7 \\u0986\\u09aa\\u09a8\\u09be\\u09a6\\u09c7\\u09b0 \\u09a8\\u09bf\\u0995\\u099f \\u09ac\\u09bf\\u09b2\\u09c7\\u09b0 \\u098f\\u0995\\u099f\\u09bf \\u09ad\\u09c1\\u09b2 \\u09ae\\u09c7\\u09b8\\u09c7\\u099c \\u0997\\u09bf\\u09df\\u09c7\\u099b\\u09c7 \\u0964 \\u09ac\\u09bf\\u09b7\\u09df\\u099f\\u09bf\\u09b0 \\u099c\\u09a8\\u09cd\\u09af \\u0986\\u09ae\\u09b0\\u09be \\u0986\\u09a8\\u09cd\\u09a4\\u09b0\\u09bf\\u0995 \\u09ad\\u09be\\u09ac\\u09c7 \\u09a6\\u09c1\\u0983\\u0996\\u09bf\\u09a4\\u0964\\\";}s:3:\\\"job\\\";N;s:10:\\\"connection\\\";N;s:5:\\\"queue\\\";N;s:15:\\\"chainConnection\\\";N;s:10:\\\"chainQueue\\\";N;s:5:\\\"delay\\\";N;s:10:\\\"middleware\\\";a:0:{}s:7:\\\"chained\\\";a:0:{}}\"}}', 'Illuminate\\Queue\\MaxAttemptsExceededException: App\\Jobs\\SmsSend has been attempted too many times or run too long. The job may have previously timed out. in /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php:648\nStack trace:\n#0 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(163): Illuminate\\Queue\\Worker->maxAttemptsExceededException(Object(Illuminate\\Queue\\Jobs\\DatabaseJob))\n#1 /home/mygpsbd/public_html/app/Http/helper.php(28): Illuminate\\Queue\\Worker->Illuminate\\Queue\\{closure}(14, Array)\n#2 /home/mygpsbd/public_html/app/Jobs/SmsSend.php(35): send_sms(\'\\xE0\\xA6\\xB8\\xE0\\xA6\\xAE\\xE0\\xA7\\x8D\\xE0\\xA6\\xAE\\xE0\\xA6\\xBE...\', Array)\n#3 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App\\Jobs\\SmsSend->handle()\n#4 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/Util.php(37): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}()\n#5 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(93): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))\n#6 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(37): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))\n#7 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/Container.php(596): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)\n#8 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php(94): Illuminate\\Container\\Container->call(Array)\n#9 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(128): Illuminate\\Bus\\Dispatcher->Illuminate\\Bus\\{closure}(Object(App\\Jobs\\SmsSend))\n#10 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(103): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(App\\Jobs\\SmsSend))\n#11 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php(98): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))\n#12 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(83): Illuminate\\Bus\\Dispatcher->dispatchNow(Object(App\\Jobs\\SmsSend), false)\n#13 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(128): Illuminate\\Queue\\CallQueuedHandler->Illuminate\\Queue\\{closure}(Object(App\\Jobs\\SmsSend))\n#14 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(103): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(App\\Jobs\\SmsSend))\n#15 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(85): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))\n#16 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(59): Illuminate\\Queue\\CallQueuedHandler->dispatchThroughMiddleware(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Object(App\\Jobs\\SmsSend))\n#17 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Jobs/Job.php(98): Illuminate\\Queue\\CallQueuedHandler->call(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Array)\n#18 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(356): Illuminate\\Queue\\Jobs\\Job->fire()\n#19 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(306): Illuminate\\Queue\\Worker->process(\'database\', Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Object(Illuminate\\Queue\\WorkerOptions))\n#20 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(132): Illuminate\\Queue\\Worker->runJob(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), \'database\', Object(Illuminate\\Queue\\WorkerOptions))\n#21 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(112): Illuminate\\Queue\\Worker->daemon(\'database\', \'default\', Object(Illuminate\\Queue\\WorkerOptions))\n#22 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(96): Illuminate\\Queue\\Console\\WorkCommand->runWorker(\'database\', \'default\')\n#23 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Illuminate\\Queue\\Console\\WorkCommand->handle()\n#24 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/Util.php(37): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}()\n#25 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(93): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))\n#26 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(37): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))\n#27 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/Container.php(596): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)\n#28 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Console/Command.php(134): Illuminate\\Container\\Container->call(Array)\n#29 /home/mygpsbd/public_html/vendor/symfony/console/Command/Command.php(298): Illuminate\\Console\\Command->execute(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))\n#30 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Console/Command.php(121): Symfony\\Component\\Console\\Command\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))\n#31 /home/mygpsbd/public_html/vendor/symfony/console/Application.php(1040): Illuminate\\Console\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#32 /home/mygpsbd/public_html/vendor/symfony/console/Application.php(301): Symfony\\Component\\Console\\Application->doRunCommand(Object(Illuminate\\Queue\\Console\\WorkCommand), Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#33 /home/mygpsbd/public_html/vendor/symfony/console/Application.php(171): Symfony\\Component\\Console\\Application->doRun(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#34 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Console/Application.php(93): Symfony\\Component\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#35 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(129): Illuminate\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#36 /home/mygpsbd/public_html/artisan(37): Illuminate\\Foundation\\Console\\Kernel->handle(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#37 {main}', '2024-02-09 00:01:02');
INSERT INTO `failed_jobs` (`id`, `connection`, `queue`, `payload`, `exception`, `failed_at`) VALUES
(703, 'database', 'default', '{\"uuid\":\"9b76f52b-b884-4c9c-8fca-aacb9ec7a637\",\"displayName\":\"App\\\\Jobs\\\\SmsSend\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"delay\":null,\"timeout\":null,\"timeoutAt\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\SmsSend\",\"command\":\"O:16:\\\"App\\\\Jobs\\\\SmsSend\\\":9:{s:4:\\\"data\\\";a:2:{s:4:\\\"data\\\";O:39:\\\"Illuminate\\\\Database\\\\Eloquent\\\\Collection\\\":1:{s:8:\\\"\\u0000*\\u0000items\\\";a:100:{i:0;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2965;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Asif Adnan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"Asifadnan05@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01608429339\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$tNuxAZ9F2BdbCwqf7R.mP.j.ChXFnUGDcvxkvp4RKP79tPa\\/V7LL6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 13:31:41\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 13:31:41\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2965;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Asif Adnan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"Asifadnan05@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01608429339\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$tNuxAZ9F2BdbCwqf7R.mP.j.ChXFnUGDcvxkvp4RKP79tPa\\/V7LL6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 13:31:41\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 13:31:41\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:1;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2967;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"R R khan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01749007425\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$rmnObkfjpJaX9ky0Z9pq4.CJnFS3s23yRAycSF7jDhpSeYw24Vg8K\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 14:48:55\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 14:48:55\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2967;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"R R khan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01749007425\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$rmnObkfjpJaX9ky0Z9pq4.CJnFS3s23yRAycSF7jDhpSeYw24Vg8K\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 14:48:55\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 14:48:55\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:2;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2968;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"S.M. Parvez\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715016246\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$GI0oyZluZtqh973cjdd4Tuu5JZvPEo.MaEeDrdoMvqagsipOoX7Va\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 14:54:30\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 14:54:30\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2968;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"S.M. Parvez\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715016246\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$GI0oyZluZtqh973cjdd4Tuu5JZvPEo.MaEeDrdoMvqagsipOoX7Va\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 14:54:30\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 14:54:30\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:3;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2969;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Monju\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01790403666\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$oWLlHkuopnjbb8TnKeJaJOvUnhkHFkIP2VenuHLlAsm.pT1JgNh82\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 14:56:58\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 14:56:58\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2969;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Monju\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01790403666\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$oWLlHkuopnjbb8TnKeJaJOvUnhkHFkIP2VenuHLlAsm.pT1JgNh82\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 14:56:58\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 14:56:58\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:4;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2970;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md.Golam mostofa\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01992806646\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$j.wcd2hHeUquOFttvQ1WG.Rslx3xSyKnAB3GO4YJX9sOIDznFzgTC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 15:02:21\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 15:02:21\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2970;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md.Golam mostofa\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01992806646\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$j.wcd2hHeUquOFttvQ1WG.Rslx3xSyKnAB3GO4YJX9sOIDznFzgTC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 15:02:21\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 15:02:21\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:5;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2971;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"LITON\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01829156506\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$aUyKCzhMCFR5rM442hYTkuX2y0IxL51SBxy.Yn6UUD0oh3RFpdUdy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 15:31:33\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 15:31:33\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2971;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"LITON\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01829156506\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$aUyKCzhMCFR5rM442hYTkuX2y0IxL51SBxy.Yn6UUD0oh3RFpdUdy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 15:31:33\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 15:31:33\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:6;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2972;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Faysal Ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:25:\\\"Sarkarfaysal796@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01313368074\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$hyGqK4aoEMywPfXl67tBsups9oejToy.8\\/xoyb\\/05SNiUL89.NhwC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 15:34:11\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 15:34:11\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2972;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Faysal Ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:25:\\\"Sarkarfaysal796@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01313368074\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$hyGqK4aoEMywPfXl67tBsups9oejToy.8\\/xoyb\\/05SNiUL89.NhwC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 15:34:11\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 15:34:11\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:7;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2973;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Md. Shahed Ashraf\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"shahed.ashraf@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712513272\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$VkAhf8J5QlnLUz8CvPVDbuAZkzvKdKfUpDncez3qwydbN4al1.yGe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 15:37:54\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 15:37:54\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2973;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Md. Shahed Ashraf\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"shahed.ashraf@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712513272\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$VkAhf8J5QlnLUz8CvPVDbuAZkzvKdKfUpDncez3qwydbN4al1.yGe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 15:37:54\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 15:37:54\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:8;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2974;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Habibur Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"Yesimhabib@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01728279886\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$5m0K8x9yPb6Vflxb.fxiYO44\\/3CAqFtWwdOMcVTkabbkdq2mvTQWm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 15:42:11\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 15:42:11\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2974;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Habibur Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"Yesimhabib@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01728279886\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$5m0K8x9yPb6Vflxb.fxiYO44\\/3CAqFtWwdOMcVTkabbkdq2mvTQWm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 15:42:11\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 15:42:11\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:9;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2975;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Alam khan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:26:\\\"abulalamkhan1966@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01730300045\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$7JkKcb0hkH.zQutTJnAvv.7n81nF7HqBh1l.WfnFbuzrOYiLdBX62\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 15:50:24\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 15:50:24\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2975;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Alam khan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:26:\\\"abulalamkhan1966@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01730300045\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$7JkKcb0hkH.zQutTJnAvv.7n81nF7HqBh1l.WfnFbuzrOYiLdBX62\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 15:50:24\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 15:50:24\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:10;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2976;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Shopon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01718809925\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$fd6SxE3\\/sX.0YFHRPFDwr.NidEYv0DP\\/aB6wqryIjY8QnkofWwtXG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 16:07:21\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 16:07:21\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2976;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Shopon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01718809925\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$fd6SxE3\\/sX.0YFHRPFDwr.NidEYv0DP\\/aB6wqryIjY8QnkofWwtXG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 16:07:21\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 16:07:21\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:11;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2978;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"MD IMRAN HOSSAIN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:27:\\\"hossainmdimran013@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01708122281\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$V5IgfbRdJN1t6e38ldfjouMjdwZofqsQhCwaKWJl2JS1evVzzGkhi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 16:14:02\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 16:14:02\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2978;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"MD IMRAN HOSSAIN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:27:\\\"hossainmdimran013@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01708122281\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$V5IgfbRdJN1t6e38ldfjouMjdwZofqsQhCwaKWJl2JS1evVzzGkhi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 16:14:02\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 16:14:02\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:12;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2979;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Abdullah Al Rahim\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"RAYHAND2K@GMAIL.COM\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01771770033\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$guzZ6qtiqwqwRhq02sBKWe.u3Q2O9w3BY\\/Ol8i2et0upV68lzw.Kq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 16:22:20\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 16:22:20\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2979;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Abdullah Al Rahim\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"RAYHAND2K@GMAIL.COM\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01771770033\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$guzZ6qtiqwqwRhq02sBKWe.u3Q2O9w3BY\\/Ol8i2et0upV68lzw.Kq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 16:22:20\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 16:22:20\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:13;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2980;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Md. Sanaul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01718842083\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$P1o.5Z3XPUa0dA6dJ9ztn.mf4XyB6BeBNAoEoXEBMtcz0gbRj8v4e\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 16:31:31\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 16:31:31\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2980;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Md. Sanaul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01718842083\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$P1o.5Z3XPUa0dA6dJ9ztn.mf4XyB6BeBNAoEoXEBMtcz0gbRj8v4e\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 16:31:31\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 16:31:31\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:14;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2981;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md Sirajul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01926685905\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$4Y1XftD.6xBNKTcsfpKfjOD\\/xwwHEqc\\/7DgnZiaQigcRULiUok4wi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 16:34:22\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 16:34:22\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2981;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md Sirajul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01926685905\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$4Y1XftD.6xBNKTcsfpKfjOD\\/xwwHEqc\\/7DgnZiaQigcRULiUok4wi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 16:34:22\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 16:34:22\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:15;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2982;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Rezwan Rafiq\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711925048\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$YGe4MnEabcK94JJt2sYodOD30hobHkQwVmMK8vKs4d.sIPFytKLJa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 16:38:07\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 16:38:07\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2982;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Rezwan Rafiq\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711925048\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$YGe4MnEabcK94JJt2sYodOD30hobHkQwVmMK8vKs4d.sIPFytKLJa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 16:38:07\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 16:38:07\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:16;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2983;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Syed Titon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715634670\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$0.yQDB56lbiiaIBkvqUwCOHlb70R60\\/gh.LlH4XKP6jbRFyKvyChy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 16:40:50\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 16:40:50\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2983;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Syed Titon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715634670\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$0.yQDB56lbiiaIBkvqUwCOHlb70R60\\/gh.LlH4XKP6jbRFyKvyChy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 16:40:50\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 16:40:50\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:17;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2984;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Sohel Ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"sohel394433@yahoo.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01730341205\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$.MqdYN85uaGJPOgisNaywu1p9FWgDzI5fkEIKbTuM0SchlF1Q9YUa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 16:45:24\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 16:45:24\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2984;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Sohel Ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"sohel394433@yahoo.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01730341205\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$.MqdYN85uaGJPOgisNaywu1p9FWgDzI5fkEIKbTuM0SchlF1Q9YUa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 16:45:24\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 16:45:24\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:18;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2985;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Rizwan Mahmood\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01819185311\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$RxI.WvKmYXIEZH4cM2OGu.8p7VGP\\/BJ9N69I4rRTtOqQ81lzU5O2y\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 16:49:33\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 16:49:33\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2985;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Rizwan Mahmood\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01819185311\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$RxI.WvKmYXIEZH4cM2OGu.8p7VGP\\/BJ9N69I4rRTtOqQ81lzU5O2y\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 16:49:33\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 16:49:33\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:19;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2986;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Habib ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01880856164\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Y\\/Cs2ZyTzNWR34TXAJb.dutKXiJWe09TeVuaqJgJv26uocwlZ9Zsq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 16:52:17\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 16:52:17\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2986;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Habib ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01880856164\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Y\\/Cs2ZyTzNWR34TXAJb.dutKXiJWe09TeVuaqJgJv26uocwlZ9Zsq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 16:52:17\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 16:52:17\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:20;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2987;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Jannatul ferdous\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716753812\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$6uWW\\/rzPscXQjlodEBkoOOweeyX9MOjDkdPDr5f1CnEpVNkA6DbRu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 16:54:38\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 16:54:38\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2987;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Jannatul ferdous\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716753812\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$6uWW\\/rzPscXQjlodEBkoOOweeyX9MOjDkdPDr5f1CnEpVNkA6DbRu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 16:54:38\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 16:54:38\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:21;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2988;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Mamun\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:29:\\\"Abdulla.mamun1@radiant.com.bd\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01629032930\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$6IbXFTlNych0WsS4xD.90OvHjT\\/J7UyCCbzFnRoUK20kDzV92b2hC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 16:56:57\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 16:56:57\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2988;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Mamun\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:29:\\\"Abdulla.mamun1@radiant.com.bd\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01629032930\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$6IbXFTlNych0WsS4xD.90OvHjT\\/J7UyCCbzFnRoUK20kDzV92b2hC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 16:56:57\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 16:56:57\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:22;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2989;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Dipok Kumer Kundu\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"dipok2020@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01737357952\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$iUZIiBZWO63ZWXYIx.73NuRvtNDBtX.AIKOZ\\/vs0Pf2dsL4S75a2C\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 17:01:39\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 17:01:39\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2989;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Dipok Kumer Kundu\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"dipok2020@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01737357952\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$iUZIiBZWO63ZWXYIx.73NuRvtNDBtX.AIKOZ\\/vs0Pf2dsL4S75a2C\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 17:01:39\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 17:01:39\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:23;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2990;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Ripon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01713030343\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$CXTfaIUQS8p16jj41hAt9u8o0qSqkkkbKm7UrVZKXV0I7t3U6qiMW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 17:04:10\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 17:04:10\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2990;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Ripon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01713030343\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$CXTfaIUQS8p16jj41hAt9u8o0qSqkkkbKm7UrVZKXV0I7t3U6qiMW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 17:04:10\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 17:04:10\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:24;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2991;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:3:\\\"Raj\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01689366815\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$WeYIvukCTEkofBlD1JwR4uO6IARZ4jDjBO7h6VC2Tg\\/njS2naltPe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 17:07:14\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 17:07:14\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2991;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:3:\\\"Raj\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01689366815\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$WeYIvukCTEkofBlD1JwR4uO6IARZ4jDjBO7h6VC2Tg\\/njS2naltPe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 17:07:14\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 17:07:14\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:25;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2992;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:22:\\\"Md.imran Ahamed polash\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:25:\\\"imranahamed0410@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01816788621\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$xhEOuPBqs\\/yFvNSooT9OjOIlwHzjsGuxEuh\\/AmX3fI2D3QB7kBQYC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 17:11:23\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 17:11:23\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2992;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:22:\\\"Md.imran Ahamed polash\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:25:\\\"imranahamed0410@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01816788621\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$xhEOuPBqs\\/yFvNSooT9OjOIlwHzjsGuxEuh\\/AmX3fI2D3QB7kBQYC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 17:11:23\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 17:11:23\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:26;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2993;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Saidur\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01733880653\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$jcQnuoVTmG\\/dwfD78bMvju0Cqwf0sfRprh72F7xALU3eMAbS6\\/t1y\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 17:14:03\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 17:14:03\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2993;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Saidur\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01733880653\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$jcQnuoVTmG\\/dwfD78bMvju0Cqwf0sfRprh72F7xALU3eMAbS6\\/t1y\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 17:14:03\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 17:14:03\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:27;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2994;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Milton\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:26:\\\"miltondrozario77@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01977091993\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$RkDkJsCzFxav9P9sUHsm\\/.W.2cX2i8DKxLCq5pUhtNPtRzkndNj2.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 17:17:38\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 17:17:38\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2994;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Milton\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:26:\\\"miltondrozario77@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01977091993\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$RkDkJsCzFxav9P9sUHsm\\/.W.2cX2i8DKxLCq5pUhtNPtRzkndNj2.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 17:17:38\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 17:17:38\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:28;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2995;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:20:\\\"Md. Saiful Huq Rasel\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"rasel.bsl@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01621475715\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$jLZP0hiJ.Ommjob5tAnOSOTvDumtDdQPpsrx1V5oPLP7avTXfpUvm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 17:35:44\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 17:35:44\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2995;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:20:\\\"Md. Saiful Huq Rasel\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"rasel.bsl@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01621475715\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$jLZP0hiJ.Ommjob5tAnOSOTvDumtDdQPpsrx1V5oPLP7avTXfpUvm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 17:35:44\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 17:35:44\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:29;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2997;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Salim\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01842093726\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$hN3OzbzrIYawUz3E\\/5pO1extQEDheM4lAqwhWw278qqBDX2lWEpU.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 17:45:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 17:45:29\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2997;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Salim\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01842093726\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$hN3OzbzrIYawUz3E\\/5pO1extQEDheM4lAqwhWw278qqBDX2lWEpU.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 17:45:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 17:45:29\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:30;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2998;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:24:\\\"Dr.Anirban Kishor Singha\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:25:\\\"anirbanbdsingha@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01717556941\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$\\/AX.B8KQZsCVGkvf\\/HLeOup0aSHVfiNdptssxkdjPBKE2tKcfqE3K\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 17:48:58\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 17:48:58\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2998;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:24:\\\"Dr.Anirban Kishor Singha\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:25:\\\"anirbanbdsingha@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01717556941\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$\\/AX.B8KQZsCVGkvf\\/HLeOup0aSHVfiNdptssxkdjPBKE2tKcfqE3K\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 17:48:58\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 17:48:58\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:31;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2999;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Yiahiya Abid\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01718098388\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$eeLe8as4UTu1R2gcj6EwO.EjZ3YmVNatZwyreLRQePpV.NXIH0hRm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 17:51:36\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 17:51:36\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2999;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Yiahiya Abid\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01718098388\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$eeLe8as4UTu1R2gcj6EwO.EjZ3YmVNatZwyreLRQePpV.NXIH0hRm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 17:51:36\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 17:51:36\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:32;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3000;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"MD MASUDUR RAHMAN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"masudur26@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01921683664\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$vLFRFp5INudW54tHEOVsvuPxzNhPzSZ03mlt5CnmTlYJPdVS92Gmu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 17:54:42\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 17:54:42\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3000;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"MD MASUDUR RAHMAN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"masudur26@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01921683664\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$vLFRFp5INudW54tHEOVsvuPxzNhPzSZ03mlt5CnmTlYJPdVS92Gmu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 17:54:42\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 17:54:42\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:33;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3001;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Mannan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01771262256\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$9gLebOwwKzastnmc6Nl4f.Cg9pNKRdW6Sud.WJmIcL06Y4RUwKKnG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-10 10:14:25\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-10 10:14:25\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3001;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Mannan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01771262256\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$9gLebOwwKzastnmc6Nl4f.Cg9pNKRdW6Sud.WJmIcL06Y4RUwKKnG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-10 10:14:25\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-10 10:14:25\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:34;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3002;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"AKM Nurunnabi\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"nurunnabi3013@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711113901\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$H1HZz7.I6tHKaXw8AGnwCuWr1.r61n3pJFatzCEHorURQtvbYpd8S\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-10 10:16:26\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-10 10:16:26\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3002;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"AKM Nurunnabi\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"nurunnabi3013@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711113901\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$H1HZz7.I6tHKaXw8AGnwCuWr1.r61n3pJFatzCEHorURQtvbYpd8S\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-10 10:16:26\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-10 10:16:26\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:35;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3003;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:3:\\\"Abu\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01723791276\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$7Jxh1jTHwHidJ.7ze0XMvO\\/Ba331gh4a4PnGuewrIjtjkScXrqH92\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-10 10:18:27\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-10 10:18:27\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3003;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:3:\\\"Abu\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01723791276\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$7Jxh1jTHwHidJ.7ze0XMvO\\/Ba331gh4a4PnGuewrIjtjkScXrqH92\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-10 10:18:27\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-10 10:18:27\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:36;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3006;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Md. Bablu\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01713613176\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$G57fS1o5\\/o0oVRoCWpelrecULiernchwmgR5dWyTe0N9gZQa3eZm.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-10 10:29:40\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-10 10:29:40\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3006;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Md. Bablu\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01713613176\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$G57fS1o5\\/o0oVRoCWpelrecULiernchwmgR5dWyTe0N9gZQa3eZm.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-10 10:29:40\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-10 10:29:40\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:37;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3008;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Masum billal\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01827312623\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$0UG81YxmHIw6kEZYXFr3..DZshdbGba30h8CVGxB\\/gbmT4slTQ6c6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-10 10:35:30\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-10 10:35:30\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3008;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Masum billal\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01827312623\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$0UG81YxmHIw6kEZYXFr3..DZshdbGba30h8CVGxB\\/gbmT4slTQ6c6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-10 10:35:30\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-10 10:35:30\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:38;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3009;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Mukul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01722984433\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$mXZeqATU\\/beVqHV\\/lATrbuZQhY34SfbVu6hAsPicFwYmjHWYY5gPC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-10 10:37:08\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-10 10:37:08\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3009;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Mukul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01722984433\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$mXZeqATU\\/beVqHV\\/lATrbuZQhY34SfbVu6hAsPicFwYmjHWYY5gPC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-10 10:37:08\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-10 10:37:08\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:39;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3010;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Abdul kader\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01885887788\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$WWb3szRZcmkJOgqy376nje2daGWw1uwHEg5uvfsUAhrBmHCXC.rhG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-10 10:39:09\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-10 10:39:09\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3010;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Abdul kader\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01885887788\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$WWb3szRZcmkJOgqy376nje2daGWw1uwHEg5uvfsUAhrBmHCXC.rhG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-10 10:39:09\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-10 10:39:09\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:40;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3012;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Md. Ramjan Ali\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01714334036\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$3qOCEJbUjs6LwwMnqIbN6eVdCljdw18Y9s.2dg9m8zJmrRcZpxv9e\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-10 10:45:02\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-10 10:45:02\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3012;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Md. Ramjan Ali\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01714334036\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$3qOCEJbUjs6LwwMnqIbN6eVdCljdw18Y9s.2dg9m8zJmrRcZpxv9e\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-10 10:45:02\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-10 10:45:02\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:41;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3013;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Md. Mehedi Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01912316861\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$\\/bqdYSEYxQi8aptyVglWyeRO\\/oacts.HulCxUGtLJKb7PzGpg.G3m\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-10 10:46:32\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-10 10:46:32\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3013;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Md. Mehedi Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01912316861\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$\\/bqdYSEYxQi8aptyVglWyeRO\\/oacts.HulCxUGtLJKb7PzGpg.G3m\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-10 10:46:32\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-10 10:46:32\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:42;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3014;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Monir\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716284310\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$7BmOCtMo5iqi1iSIIfeQHOAMCl.XcZYumAEfY5mWKrzwIuyu.5cey\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-10 10:48:55\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-10 10:48:55\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3014;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Monir\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716284310\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$7BmOCtMo5iqi1iSIIfeQHOAMCl.XcZYumAEfY5mWKrzwIuyu.5cey\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-10 10:48:55\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-10 10:48:55\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:43;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3015;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Jahin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01720513413\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$EzWZao683QQK8FPL7zRg6.oVcha12rCPK.aM7aUmPNhLe5L6wbLfO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-10 10:50:59\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-10 10:50:59\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3015;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Jahin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01720513413\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$EzWZao683QQK8FPL7zRg6.oVcha12rCPK.aM7aUmPNhLe5L6wbLfO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-10 10:50:59\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-10 10:50:59\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:44;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3016;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Shajib\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"khanshajib91@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01616363679\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$hYN7zRWo6nZ.4psDWznmGONO1cv1moMLf5AE0mYjxfCSAYMxt19T.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-10 10:52:57\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-10 10:52:57\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3016;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Shajib\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"khanshajib91@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01616363679\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$hYN7zRWo6nZ.4psDWznmGONO1cv1moMLf5AE0mYjxfCSAYMxt19T.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-10 10:52:57\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-10 10:52:57\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:45;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3017;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"MD Shamim Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"hshamim26@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01924090866\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$WDsZRcKc0pNWssAVa.\\/h1O.\\/2E0Wb1WPOjdPWmiml7itTwFnwNKP2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-10 10:55:12\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-10 10:55:12\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3017;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"MD Shamim Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"hshamim26@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01924090866\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$WDsZRcKc0pNWssAVa.\\/h1O.\\/2E0Wb1WPOjdPWmiml7itTwFnwNKP2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-10 10:55:12\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-10 10:55:12\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:46;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3018;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Arif Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01701029895\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$bjKwPDP3xUKdPBN.0ktzG.1Jb42k9CdRk0ySsIZ20bpDMV15eNzNK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-10 10:57:50\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-10 10:57:50\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3018;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Arif Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01701029895\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$bjKwPDP3xUKdPBN.0ktzG.1Jb42k9CdRk0ySsIZ20bpDMV15eNzNK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-10 10:57:50\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-10 10:57:50\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:47;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3019;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"ALOMGIR\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01815229738\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$WQHjSJzmKmZYwLBb83YHxucFPYFiLmFciy\\/8zsVpqVwMcZT1VGQve\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-10 11:26:41\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-10 11:26:41\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3019;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"ALOMGIR\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01815229738\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$WQHjSJzmKmZYwLBb83YHxucFPYFiLmFciy\\/8zsVpqVwMcZT1VGQve\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-10 11:26:41\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-10 11:26:41\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:48;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3020;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Mohin habib\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01613479653\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Cu904uMmwpwbDH1N7cu4Z.zY.50syZ1ENgPdK\\/PIrmskZzRW85kWm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-10 11:28:45\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-10 11:28:45\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3020;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Mohin habib\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01613479653\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Cu904uMmwpwbDH1N7cu4Z.zY.50syZ1ENgPdK\\/PIrmskZzRW85kWm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-10 11:28:45\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-10 11:28:45\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:49;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3021;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:22:\\\"Mohammad Tanvir Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:28:\\\"tanvirrahmanrahman@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01733204964\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$z3Q49hCPTOF8CXmmrKmBoerdQjwfJr1R47BEHRKZ5IGXqAIlodSJi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-10 11:31:38\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-10 11:31:38\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3021;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:22:\\\"Mohammad Tanvir Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:28:\\\"tanvirrahmanrahman@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01733204964\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$z3Q49hCPTOF8CXmmrKmBoerdQjwfJr1R47BEHRKZ5IGXqAIlodSJi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-10 11:31:38\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-10 11:31:38\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:50;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3022;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md golam mostofa\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712512277\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$T07PTgoqXSB.GUCRLOlm3OFmfDP4v7V2MOynXn28ENTv\\/GecFeETq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-10 11:33:34\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-10 11:33:34\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3022;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md golam mostofa\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712512277\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$T07PTgoqXSB.GUCRLOlm3OFmfDP4v7V2MOynXn28ENTv\\/GecFeETq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-10 11:33:34\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-10 11:33:34\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:51;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3023;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Emtiaz\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01769351534\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$AX8.kqnhuW\\/RA.GvfDq9uuAt8rkjs.GSdxzrQ4IrQLaDUEelBeYxy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-10 16:37:48\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-10 16:37:48\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3023;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Emtiaz\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01769351534\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$AX8.kqnhuW\\/RA.GvfDq9uuAt8rkjs.GSdxzrQ4IrQLaDUEelBeYxy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-10 16:37:48\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-10 16:37:48\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:52;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3024;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"SOURAV AHMED\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01947474758\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$lifadWMNMlaPpbR0QNE.WeDbcSreZLiZIzobzoD9emJDKIf95FTem\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-10 16:43:20\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-10 16:43:20\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3024;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"SOURAV AHMED\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01947474758\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$lifadWMNMlaPpbR0QNE.WeDbcSreZLiZIzobzoD9emJDKIf95FTem\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-10 16:43:20\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-10 16:43:20\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:53;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3025;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Rafikul islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1749273849\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$mxcKhw3cxzoZDB57mGkpFubp9eFPyZ8LmQmplxI9XNx3Soy4rFGYS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-10 16:45:41\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-10 16:45:41\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3025;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Rafikul islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1749273849\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$mxcKhw3cxzoZDB57mGkpFubp9eFPyZ8LmQmplxI9XNx3Soy4rFGYS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-10 16:45:41\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-10 16:45:41\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:54;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3026;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Mohib Titu\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"mohibtitu@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01844146087\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$hyWkASDMz1WXzJWMlSwiJOlQzm0UbB3UUxAk51i4eddakewcfn\\/76\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-10 16:48:17\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-10 16:48:17\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3026;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Mohib Titu\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"mohibtitu@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01844146087\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$hyWkASDMz1WXzJWMlSwiJOlQzm0UbB3UUxAk51i4eddakewcfn\\/76\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-10 16:48:17\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-10 16:48:17\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:55;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3028;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Nasir\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01720163307\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Gv3R7fsWmW4kwr\\/F0qiItOQ0.A3\\/XrZaqS3KGMLBxVkCZ\\/d6\\/EUfK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-10 17:31:11\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-10 17:31:11\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3028;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Nasir\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01720163307\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Gv3R7fsWmW4kwr\\/F0qiItOQ0.A3\\/XrZaqS3KGMLBxVkCZ\\/d6\\/EUfK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-10 17:31:11\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-10 17:31:11\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:56;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3029;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Mashiul Azam Rasel\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"mashiul.rasel@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716363874\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$fpoRjGujkpGpXAwgsDcg9.m.hhzpahd50KDnLdjcjUXn5LIlj6HJa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-10 17:35:04\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-10 17:35:04\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3029;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Mashiul Azam Rasel\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"mashiul.rasel@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716363874\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$fpoRjGujkpGpXAwgsDcg9.m.hhzpahd50KDnLdjcjUXn5LIlj6HJa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-10 17:35:04\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-10 17:35:04\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:57;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3030;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Md Tazul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716931621\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$aOf9Ul4HYt6ZCL.z3jETkemGsu4XaCaATWvaFRzxqBD7PSnXauPji\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-10 17:37:14\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-10 17:37:14\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3030;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Md Tazul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716931621\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$aOf9Ul4HYt6ZCL.z3jETkemGsu4XaCaATWvaFRzxqBD7PSnXauPji\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-10 17:37:14\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-10 17:37:14\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:58;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3031;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Afruza\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01737690146\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$KTfWQUpO.kaH3RC\\/pSkI1ebEmGbvL5v5mnz8AvffoIjt3CcNNtLwG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-10 17:40:47\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-10 17:40:47\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3031;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Afruza\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01737690146\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$KTfWQUpO.kaH3RC\\/pSkI1ebEmGbvL5v5mnz8AvffoIjt3CcNNtLwG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-10 17:40:47\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-10 17:40:47\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:59;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3032;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"Dr. Md. Nadim Kamal\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:27:\\\"nadimkamalpmr2014@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01604762671\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$qs6rMevyONwbeD.xp1n8vepMhXtLDDKs7OEbpbWF6aV0fXgx0.G4i\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 10:20:38\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 10:20:38\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3032;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"Dr. Md. Nadim Kamal\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:27:\\\"nadimkamalpmr2014@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01604762671\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$qs6rMevyONwbeD.xp1n8vepMhXtLDDKs7OEbpbWF6aV0fXgx0.G4i\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 10:20:38\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 10:20:38\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:60;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3033;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Shipul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01714591475\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$uR3XiS82mttqT4Q3GFvF.eTFNlSYy.9IqVwslza9E1ws60uQ6aGI6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 10:26:36\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 10:26:36\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3033;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Shipul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01714591475\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$uR3XiS82mttqT4Q3GFvF.eTFNlSYy.9IqVwslza9E1ws60uQ6aGI6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 10:26:36\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 10:26:36\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:61;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3034;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Sayed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01877984727\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$v1ly\\/xkqwWP.xXvTh2pksuZOI8hQxKF9ca3XWOEBIbWOk4HMjxeUq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 10:42:58\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 10:42:58\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3034;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Sayed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01877984727\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$v1ly\\/xkqwWP.xXvTh2pksuZOI8hQxKF9ca3XWOEBIbWOk4HMjxeUq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 10:42:58\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 10:42:58\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:62;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3036;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Swapnil Sarkar\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:30:\\\"swapnil.sarkar.gplay@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01303838861\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$txnQgGLYz2Copxmpud3\\/kefRviNo7Sar3oCRxgcBhmwoadWy2M1OK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 10:49:53\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 10:49:53\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3036;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Swapnil Sarkar\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:30:\\\"swapnil.sarkar.gplay@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01303838861\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$txnQgGLYz2Copxmpud3\\/kefRviNo7Sar3oCRxgcBhmwoadWy2M1OK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 10:49:53\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 10:49:53\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:63;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3037;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"D.M.S.N. Jaman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711076412\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$XG4b.kCkCwe8Ggt0uaPh1ehaRMPIODCNQTDhXwx6.uiL22YMK4f8y\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 10:51:57\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 10:51:57\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3037;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"D.M.S.N. Jaman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711076412\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$XG4b.kCkCwe8Ggt0uaPh1ehaRMPIODCNQTDhXwx6.uiL22YMK4f8y\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 10:51:57\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 10:51:57\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:64;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3038;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"MD rustom Ali\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"94rustom@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01917726798\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$lVsTFH24hlLntak2pkV8R.arOgXZ5\\/Er0\\/S0kMgorFocawq3FzohO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 10:54:59\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 10:54:59\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3038;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"MD rustom Ali\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"94rustom@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01917726798\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$lVsTFH24hlLntak2pkV8R.arOgXZ5\\/Er0\\/S0kMgorFocawq3FzohO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 10:54:59\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 10:54:59\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:65;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3039;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Hanif\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01759000819\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$k4rLWmIC4AfsACkgKMkn2.gH73T\\/XqBWIqAA7Efww6Y23E2MDg6he\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 11:00:49\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 11:00:49\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3039;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Hanif\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01759000819\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$k4rLWmIC4AfsACkgKMkn2.gH73T\\/XqBWIqAA7Efww6Y23E2MDg6he\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 11:00:49\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 11:00:49\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:66;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3040;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Mahbub\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01625825561\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$MNNnwd5tYzd6CPbucIFTyu.1VU7RCgStK26dPg7yabJlex\\/TMN0jq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 11:10:09\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 11:10:09\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3040;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Mahbub\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01625825561\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$MNNnwd5tYzd6CPbucIFTyu.1VU7RCgStK26dPg7yabJlex\\/TMN0jq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 11:10:09\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 11:10:09\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:67;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3041;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:3:\\\"Joy\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01797473296\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$l1QJiUK\\/DVel\\/xcjmaDcZ.wq.LO05Y1\\/OU9XS5jXwMRQD9OYXxy9S\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 11:13:48\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 11:13:48\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3041;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:3:\\\"Joy\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01797473296\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$l1QJiUK\\/DVel\\/xcjmaDcZ.wq.LO05Y1\\/OU9XS5jXwMRQD9OYXxy9S\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 11:13:48\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 11:13:48\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:68;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3042;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Prodip Roy\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01990105069\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$WgwFfOYXGnogQQvwFHn.b.U48hWrBM1om2PiJoInxlW0idYzoZKya\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 11:16:42\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 11:16:42\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3042;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Prodip Roy\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01990105069\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$WgwFfOYXGnogQQvwFHn.b.U48hWrBM1om2PiJoInxlW0idYzoZKya\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 11:16:42\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 11:16:42\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:69;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3043;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Md.faisal\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01683572441\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Eqooi2t4ONo3.gsloDqpJOuk8knfYZ0j\\/5.tyjcpnec.5bWagx\\/DS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 11:19:19\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 11:19:19\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3043;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Md.faisal\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01683572441\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Eqooi2t4ONo3.gsloDqpJOuk8knfYZ0j\\/5.tyjcpnec.5bWagx\\/DS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 11:19:19\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 11:19:19\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:70;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3044;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Noor Ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"noor.ahmed7@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01552341761\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$WyNh2Vwa3Ck2\\/dtUDV5Ot.FyXw4xqrM1eE4dAOwQ.FSfWnvTJoYbe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 11:21:19\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 11:21:19\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3044;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Noor Ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"noor.ahmed7@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01552341761\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$WyNh2Vwa3Ck2\\/dtUDV5Ot.FyXw4xqrM1eE4dAOwQ.FSfWnvTJoYbe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 11:21:19\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 11:21:19\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:71;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3046;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Shahadat hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01723803322\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$YnSR6lvY6sjoXWOhJ3Gvwe0ZuEqb1ao4wSTPp80vu3UzKO0Qo7Nri\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 11:28:06\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 11:28:06\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3046;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Shahadat hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01723803322\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$YnSR6lvY6sjoXWOhJ3Gvwe0ZuEqb1ao4wSTPp80vu3UzKO0Qo7Nri\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 11:28:06\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 11:28:06\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:72;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3047;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Abhijit saha\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"abhijit.as95@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01617333848\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$yUoc8cWHd9ngxJT80rrDiu.EeVH88Z.IJ2NkZhtBT.OBgHBM\\/ZHq6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 11:30:19\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 11:30:19\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3047;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Abhijit saha\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"abhijit.as95@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01617333848\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$yUoc8cWHd9ngxJT80rrDiu.EeVH88Z.IJ2NkZhtBT.OBgHBM\\/ZHq6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 11:30:19\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 11:30:19\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:73;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3049;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Delowar\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1813748126\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$FA9h9BB2TC.7IUeYzCslpevdvjlBM3\\/aHxuC6xLSXaJRMFRLfGOVS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 11:35:59\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 11:35:59\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3049;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Delowar\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1813748126\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$FA9h9BB2TC.7IUeYzCslpevdvjlBM3\\/aHxuC6xLSXaJRMFRLfGOVS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 11:35:59\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 11:35:59\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:74;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3050;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Hasib Reza\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01765302308\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$YYyv1SrKMtijj.okdtVZYuHTTNoe1teD44lY7F4eux4B5Dcq3NOJW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 11:37:51\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 11:37:51\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3050;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Hasib Reza\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01765302308\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$YYyv1SrKMtijj.okdtVZYuHTTNoe1teD44lY7F4eux4B5Dcq3NOJW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 11:37:51\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 11:37:51\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:75;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3051;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Ajom\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01755527715\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$664lp7mmwpeY8Ynw6sFmcuu37e7TZ7K.YBpzkzhUgVFHdIL49ZvtK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 11:41:32\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 11:41:32\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3051;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Ajom\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01755527715\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$664lp7mmwpeY8Ynw6sFmcuu37e7TZ7K.YBpzkzhUgVFHdIL49ZvtK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 11:41:32\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 11:41:32\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:76;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3053;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Golam Mortoza\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"s.mortoza@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01713018617\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$LuwYJ5bqkcuYMidqJ7O\\/9uu\\/tS.IDqSxG8Tz7e1uMmzJhotVZvTj6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 11:48:04\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 11:48:04\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3053;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Golam Mortoza\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"s.mortoza@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01713018617\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$LuwYJ5bqkcuYMidqJ7O\\/9uu\\/tS.IDqSxG8Tz7e1uMmzJhotVZvTj6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 11:48:04\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 11:48:04\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:77;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3054;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Abdul Hamid\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711137033\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$wnFVuzYPSK4BMT9WqplQ7OgelYPjnid2EC9Z3HDlJiKcXxa0x6v\\/q\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 11:49:48\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 11:49:48\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3054;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Abdul Hamid\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711137033\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$wnFVuzYPSK4BMT9WqplQ7OgelYPjnid2EC9Z3HDlJiKcXxa0x6v\\/q\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 11:49:48\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 11:49:48\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:78;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3056;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Goni\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01791407279\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$nkA00JdJoV5YbJnD6h03B.sX2b39FkoqBtA8uYdk40.nJDPtnSLUe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 11:55:17\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 11:55:17\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3056;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Goni\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01791407279\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$nkA00JdJoV5YbJnD6h03B.sX2b39FkoqBtA8uYdk40.nJDPtnSLUe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 11:55:17\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 11:55:17\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:79;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3057;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Sm kabir\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01742262228\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$KqAE8kGrgs1h2s1JxVMareulUAp\\/ypX6BJjzp2gXyGKNmReTLzcnO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 11:57:56\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 11:57:56\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3057;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Sm kabir\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01742262228\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$KqAE8kGrgs1h2s1JxVMareulUAp\\/ypX6BJjzp2gXyGKNmReTLzcnO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 11:57:56\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 11:57:56\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:80;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3058;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Sahin amzad\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01614491071\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$E9LdV7RFLt.l80e3DUcXCOIR7G881XealJC7.VN0JTV0ii2KnNeYe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 13:49:53\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 13:49:53\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3058;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Sahin amzad\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01614491071\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$E9LdV7RFLt.l80e3DUcXCOIR7G881XealJC7.VN0JTV0ii2KnNeYe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 13:49:53\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 13:49:53\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:81;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3059;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Seema\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:26:\\\"ashrafuzzaman024@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711138624\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$bCg7q8VELyAJoSR2ZHrniOMvnmvd6z7gXHxgp.NB33yfNgJbJ1\\/J2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 13:51:51\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 13:51:51\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3059;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Seema\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:26:\\\"ashrafuzzaman024@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711138624\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$bCg7q8VELyAJoSR2ZHrniOMvnmvd6z7gXHxgp.NB33yfNgJbJ1\\/J2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 13:51:51\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 13:51:51\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:82;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3060;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Salauddin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01635217115\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$47t5HVJlwt2aRK6tSoWRnesIhIUl9Z0lVfiveTNY5Xd9D6dXZzT3a\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 13:54:55\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 13:54:55\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3060;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Salauddin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01635217115\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$47t5HVJlwt2aRK6tSoWRnesIhIUl9Z0lVfiveTNY5Xd9D6dXZzT3a\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 13:54:55\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 13:54:55\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:83;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3062;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Mohammad Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"ddhossain1961@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"1711 391786\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$gJwImzTjXBscjMeq3GvBP.yuhN8Wfhfi13ils30ZBV02kitS3Ic3u\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 14:00:53\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 14:00:53\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3062;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Mohammad Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"ddhossain1961@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"1711 391786\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$gJwImzTjXBscjMeq3GvBP.yuhN8Wfhfi13ils30ZBV02kitS3Ic3u\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 14:00:53\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 14:00:53\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:84;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3063;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Rofiqul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01553388583\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$hJPlrTEcqn2Ls1RVDEFBq.qx0ECX9pJeUHtohhE4Dmbur\\/NTKJYjW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 14:03:36\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 14:03:36\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3063;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Rofiqul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01553388583\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$hJPlrTEcqn2Ls1RVDEFBq.qx0ECX9pJeUHtohhE4Dmbur\\/NTKJYjW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 14:03:36\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 14:03:36\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:85;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3064;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"MD Abdul Bari\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01913816421\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$piWQeCGFGGHbMKQgDxqD3u2F2cHEEyZZVWXY2HyhhrDGja.9XyL5y\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 14:05:36\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 14:05:36\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3064;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"MD Abdul Bari\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01913816421\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$piWQeCGFGGHbMKQgDxqD3u2F2cHEEyZZVWXY2HyhhrDGja.9XyL5y\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 14:05:36\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 14:05:36\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:86;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3065;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Faruk\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716918972\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$lQLKsIzLPMakQXDLvrZtM.TNfOEOKJfw7\\/vDmz9va.7yPhqektbyO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 14:08:53\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 14:08:53\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3065;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Faruk\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716918972\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$lQLKsIzLPMakQXDLvrZtM.TNfOEOKJfw7\\/vDmz9va.7yPhqektbyO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 14:08:53\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 14:08:53\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:87;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3067;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Ripon Saha\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"riponsasha@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715407263\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$eyRycnLMiKIn\\/EYXgXtNue43xOWYA92z7O2H1ISqorSSm0rvVyh8q\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 14:36:40\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 14:36:40\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3067;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Ripon Saha\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"riponsasha@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715407263\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$eyRycnLMiKIn\\/EYXgXtNue43xOWYA92z7O2H1ISqorSSm0rvVyh8q\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 14:36:40\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 14:36:40\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:88;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3068;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Arafat Khandakar\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01863973817\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$VVmRBDi972l4loGKrNkuDuIbGHSgQVB4smn123FQmBPzR9b5tfhyO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 14:43:11\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 14:43:11\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3068;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Arafat Khandakar\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01863973817\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$VVmRBDi972l4loGKrNkuDuIbGHSgQVB4smn123FQmBPzR9b5tfhyO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 14:43:11\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 14:43:11\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:89;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3069;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Harun\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01956810393\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$6x2BprBZZgN.GwsLKdfXaOxgvzI\\/w8U8MOidc1KgouNCGG89o5BqO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 14:58:37\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 14:58:37\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3069;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Harun\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01956810393\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$6x2BprBZZgN.GwsLKdfXaOxgvzI\\/w8U8MOidc1KgouNCGG89o5BqO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 14:58:37\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 14:58:37\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:90;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3070;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Roki\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01610974228\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$CWpA6ZXQXtQmJ6PsWJPjKuZBh7PYZqaRqvja7i\\/sZnQ2TCxUiyQsq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 15:01:58\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 15:01:58\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3070;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Roki\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01610974228\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$CWpA6ZXQXtQmJ6PsWJPjKuZBh7PYZqaRqvja7i\\/sZnQ2TCxUiyQsq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 15:01:58\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 15:01:58\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:91;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3071;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"sopon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711248692\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$G\\/l3uG7On7HZxd6xF6B9.OVBM55uZpvQcRbAfmsDDSa2owE.EgniO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 15:04:38\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 15:04:38\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3071;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"sopon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711248692\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$G\\/l3uG7On7HZxd6xF6B9.OVBM55uZpvQcRbAfmsDDSa2owE.EgniO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 15:04:38\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 15:04:38\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:92;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3072;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Hasan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01672312652\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$sadVQBWtq\\/STYnlPAgMeeuP0DfAYaGs36pwv7AkGwUsOfCWPinfoe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 15:07:23\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 15:07:23\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3072;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Hasan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01672312652\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$sadVQBWtq\\/STYnlPAgMeeuP0DfAYaGs36pwv7AkGwUsOfCWPinfoe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 15:07:23\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 15:07:23\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:93;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3073;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Mehedi\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01708456035\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$DdwbAdifefZih7mPRIh1I.INfNkzac4\\/z9FFJ\\/j3Apd8xWlApp1Rm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 15:10:33\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 15:10:33\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3073;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Mehedi\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01708456035\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$DdwbAdifefZih7mPRIh1I.INfNkzac4\\/z9FFJ\\/j3Apd8xWlApp1Rm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 15:10:33\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 15:10:33\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:94;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3074;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md. Saiful Hyder\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712274480\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$UNzLBACsEcN9jXrZYHnYweQ6ER.Aa2jzPk\\/uYH9F.w7sWUVVB39T6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 15:21:19\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 15:21:19\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3074;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md. Saiful Hyder\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712274480\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$UNzLBACsEcN9jXrZYHnYweQ6ER.Aa2jzPk\\/uYH9F.w7sWUVVB39T6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 15:21:19\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 15:21:19\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:95;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3075;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Shakil\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01749677705\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$2QfioC44bqytZPy7kyttMejhGYhrbLWb2AP.Qh.lXsHdDQzkpXwoS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 15:23:19\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 15:23:19\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3075;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Shakil\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01749677705\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$2QfioC44bqytZPy7kyttMejhGYhrbLWb2AP.Qh.lXsHdDQzkpXwoS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 15:23:19\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 15:23:19\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:96;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3076;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Farham Chowdhury\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"farhamchy@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01911067650\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$5L9AfIQIufu5ZH4XmJqaJ.f4ckDmy2rd3OdALzbhfWu\\/hC.gwkjw6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 15:26:45\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 15:26:45\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3076;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Farham Chowdhury\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"farhamchy@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01911067650\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$5L9AfIQIufu5ZH4XmJqaJ.f4ckDmy2rd3OdALzbhfWu\\/hC.gwkjw6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 15:26:45\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 15:26:45\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:97;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3077;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"MD.Nasir uddin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1760359158\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$fAl\\/sSdbnxg1UafCID4vd.Rk0LFdjKfMzfhK9HyudIxT6fECBjeoe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 15:29:42\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 15:29:42\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3077;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"MD.Nasir uddin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1760359158\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$fAl\\/sSdbnxg1UafCID4vd.Rk0LFdjKfMzfhK9HyudIxT6fECBjeoe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 15:29:42\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 15:29:42\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:98;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3078;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Shawon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01727332181\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$2QO.JxkcWzqZ1P8crfooru5\\/Cr2MvTJlPlEn2wpiSQlHKZfJMZ5eO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 15:35:28\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 15:35:28\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3078;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Shawon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01727332181\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$2QO.JxkcWzqZ1P8crfooru5\\/Cr2MvTJlPlEn2wpiSQlHKZfJMZ5eO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 15:35:28\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 15:35:28\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:99;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3079;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Md. shahid\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01834303132\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$smhHpDyd0YU8vULBE7Bkr.L3ALyuMxDmfuerHFSetzVtpYYfT48mO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 15:37:58\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 15:37:58\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3079;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Md. shahid\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01834303132\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$smhHpDyd0YU8vULBE7Bkr.L3ALyuMxDmfuerHFSetzVtpYYfT48mO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 15:37:58\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 15:37:58\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}}}s:4:\\\"text\\\";s:335:\\\"\\u09b8\\u09ae\\u09cd\\u09ae\\u09be\\u09a8\\u09bf\\u09a4 \\u0997\\u09cd\\u09b0\\u09be\\u09b9\\u0995, \\u09b8\\u09be\\u09b0\\u09cd\\u09ad\\u09be\\u09b0 \\u0986\\u09aa\\u09a1\\u09c7\\u099f \\u09a6\\u09c7\\u0993\\u09df\\u09be\\u09b0 \\u0995\\u09be\\u09b0\\u09a8\\u09c7 \\u0986\\u09aa\\u09a8\\u09be\\u09a6\\u09c7\\u09b0 \\u09a8\\u09bf\\u0995\\u099f \\u09ac\\u09bf\\u09b2\\u09c7\\u09b0 \\u098f\\u0995\\u099f\\u09bf \\u09ad\\u09c1\\u09b2 \\u09ae\\u09c7\\u09b8\\u09c7\\u099c \\u0997\\u09bf\\u09df\\u09c7\\u099b\\u09c7 \\u0964 \\u09ac\\u09bf\\u09b7\\u09df\\u099f\\u09bf\\u09b0 \\u099c\\u09a8\\u09cd\\u09af \\u0986\\u09ae\\u09b0\\u09be \\u0986\\u09a8\\u09cd\\u09a4\\u09b0\\u09bf\\u0995 \\u09ad\\u09be\\u09ac\\u09c7 \\u09a6\\u09c1\\u0983\\u0996\\u09bf\\u09a4\\u0964\\\";}s:3:\\\"job\\\";N;s:10:\\\"connection\\\";N;s:5:\\\"queue\\\";N;s:15:\\\"chainConnection\\\";N;s:10:\\\"chainQueue\\\";N;s:5:\\\"delay\\\";N;s:10:\\\"middleware\\\";a:0:{}s:7:\\\"chained\\\";a:0:{}}\"}}', 'Illuminate\\Queue\\MaxAttemptsExceededException: App\\Jobs\\SmsSend has been attempted too many times or run too long. The job may have previously timed out. in /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php:648\nStack trace:\n#0 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(163): Illuminate\\Queue\\Worker->maxAttemptsExceededException(Object(Illuminate\\Queue\\Jobs\\DatabaseJob))\n#1 /home/mygpsbd/public_html/app/Http/helper.php(28): Illuminate\\Queue\\Worker->Illuminate\\Queue\\{closure}(14, Array)\n#2 /home/mygpsbd/public_html/app/Jobs/SmsSend.php(35): send_sms(\'\\xE0\\xA6\\xB8\\xE0\\xA6\\xAE\\xE0\\xA7\\x8D\\xE0\\xA6\\xAE\\xE0\\xA6\\xBE...\', Array)\n#3 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App\\Jobs\\SmsSend->handle()\n#4 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/Util.php(37): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}()\n#5 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(93): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))\n#6 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(37): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))\n#7 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/Container.php(596): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)\n#8 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php(94): Illuminate\\Container\\Container->call(Array)\n#9 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(128): Illuminate\\Bus\\Dispatcher->Illuminate\\Bus\\{closure}(Object(App\\Jobs\\SmsSend))\n#10 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(103): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(App\\Jobs\\SmsSend))\n#11 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php(98): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))\n#12 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(83): Illuminate\\Bus\\Dispatcher->dispatchNow(Object(App\\Jobs\\SmsSend), false)\n#13 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(128): Illuminate\\Queue\\CallQueuedHandler->Illuminate\\Queue\\{closure}(Object(App\\Jobs\\SmsSend))\n#14 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(103): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(App\\Jobs\\SmsSend))\n#15 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(85): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))\n#16 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(59): Illuminate\\Queue\\CallQueuedHandler->dispatchThroughMiddleware(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Object(App\\Jobs\\SmsSend))\n#17 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Jobs/Job.php(98): Illuminate\\Queue\\CallQueuedHandler->call(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Array)\n#18 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(356): Illuminate\\Queue\\Jobs\\Job->fire()\n#19 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(306): Illuminate\\Queue\\Worker->process(\'database\', Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Object(Illuminate\\Queue\\WorkerOptions))\n#20 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(132): Illuminate\\Queue\\Worker->runJob(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), \'database\', Object(Illuminate\\Queue\\WorkerOptions))\n#21 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(112): Illuminate\\Queue\\Worker->daemon(\'database\', \'default\', Object(Illuminate\\Queue\\WorkerOptions))\n#22 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(96): Illuminate\\Queue\\Console\\WorkCommand->runWorker(\'database\', \'default\')\n#23 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Illuminate\\Queue\\Console\\WorkCommand->handle()\n#24 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/Util.php(37): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}()\n#25 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(93): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))\n#26 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(37): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))\n#27 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/Container.php(596): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)\n#28 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Console/Command.php(134): Illuminate\\Container\\Container->call(Array)\n#29 /home/mygpsbd/public_html/vendor/symfony/console/Command/Command.php(298): Illuminate\\Console\\Command->execute(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))\n#30 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Console/Command.php(121): Symfony\\Component\\Console\\Command\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))\n#31 /home/mygpsbd/public_html/vendor/symfony/console/Application.php(1040): Illuminate\\Console\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#32 /home/mygpsbd/public_html/vendor/symfony/console/Application.php(301): Symfony\\Component\\Console\\Application->doRunCommand(Object(Illuminate\\Queue\\Console\\WorkCommand), Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#33 /home/mygpsbd/public_html/vendor/symfony/console/Application.php(171): Symfony\\Component\\Console\\Application->doRun(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#34 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Console/Application.php(93): Symfony\\Component\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#35 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(129): Illuminate\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#36 /home/mygpsbd/public_html/artisan(37): Illuminate\\Foundation\\Console\\Kernel->handle(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#37 {main}', '2024-02-09 01:01:02');
INSERT INTO `failed_jobs` (`id`, `connection`, `queue`, `payload`, `exception`, `failed_at`) VALUES
(704, 'database', 'default', '{\"uuid\":\"2d0e8921-68e4-4b9f-a4f7-d78ae3c05b7d\",\"displayName\":\"App\\\\Jobs\\\\SmsSend\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"delay\":null,\"timeout\":null,\"timeoutAt\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\SmsSend\",\"command\":\"O:16:\\\"App\\\\Jobs\\\\SmsSend\\\":9:{s:4:\\\"data\\\";a:2:{s:4:\\\"data\\\";O:39:\\\"Illuminate\\\\Database\\\\Eloquent\\\\Collection\\\":1:{s:8:\\\"\\u0000*\\u0000items\\\";a:100:{i:0;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3080;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:21:\\\"Ashraf Muhammad Iqbal\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"farian2008@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712023741\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$VhpCohU.kDqwJefWPLnEAuB9TC1a5Qb6z3ZQvSnlWLWR9ztk02nXW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 15:40:06\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 15:40:06\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3080;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:21:\\\"Ashraf Muhammad Iqbal\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"farian2008@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712023741\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$VhpCohU.kDqwJefWPLnEAuB9TC1a5Qb6z3ZQvSnlWLWR9ztk02nXW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 15:40:06\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 15:40:06\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:1;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3082;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"MD Altaf Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:24:\\\"altafhossain.r@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01720431373\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Ft6OLS.0dvHbTciCwsiugezSG0tXB2V39EeplwnV5UpSDIxlH4v.C\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 15:47:27\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 15:47:27\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3082;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"MD Altaf Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:24:\\\"altafhossain.r@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01720431373\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Ft6OLS.0dvHbTciCwsiugezSG0tXB2V39EeplwnV5UpSDIxlH4v.C\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 15:47:27\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 15:47:27\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:2;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3083;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"Majharul kabir Tito\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"titotex27@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715393717\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$HwbNsXLcpJZI985wFexkj.Ca3X8l8NqX1hbYc4u1.nGbizXwHbzt2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 15:50:17\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 15:50:17\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3083;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"Majharul kabir Tito\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"titotex27@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715393717\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$HwbNsXLcpJZI985wFexkj.Ca3X8l8NqX1hbYc4u1.nGbizXwHbzt2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 15:50:17\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 15:50:17\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:3;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3084;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Milton das\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01819318835\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ER7D6QOyOBXmVH.d\\/poh2uvf4tBe3eOy7\\/30XLHu1N1\\/\\/UmAmKFo.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 16:07:46\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 16:07:46\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3084;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Milton das\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01819318835\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ER7D6QOyOBXmVH.d\\/poh2uvf4tBe3eOy7\\/30XLHu1N1\\/\\/UmAmKFo.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 16:07:46\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 16:07:46\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:4;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3085;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Sagor\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01727329714\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$rBEvZ.zKUZCWQG6gQx7JoefWHJ.4XWzzXkHdNo7E3jJ5NgfzefwRe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 16:10:18\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 16:10:18\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3085;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Sagor\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01727329714\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$rBEvZ.zKUZCWQG6gQx7JoefWHJ.4XWzzXkHdNo7E3jJ5NgfzefwRe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 16:10:18\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 16:10:18\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:5;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3086;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Md. Asif Akram\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1916993068\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$2laOZYjOze65ojPgsvZwquuc7Tfh3KdoyKpYqKEbKsdDRAPB316bm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 16:14:05\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 16:14:05\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3086;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Md. Asif Akram\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1916993068\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$2laOZYjOze65ojPgsvZwquuc7Tfh3KdoyKpYqKEbKsdDRAPB316bm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 16:14:05\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 16:14:05\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:6;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3087;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Imran\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01819929505\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$MleagaxvZw3ZrFavAz8pq.nsBJerM98fFjaPK5DeC60DJYOrGe0ya\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 16:16:54\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 16:16:54\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3087;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Imran\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01819929505\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$MleagaxvZw3ZrFavAz8pq.nsBJerM98fFjaPK5DeC60DJYOrGe0ya\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 16:16:54\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 16:16:54\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:7;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3088;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Palash Das\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01745453755\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$mUeD.9fsCQyM33cMMNRQNeYNL879Z3XByyHpvgwEFoJcn8HcM0i6O\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 16:18:45\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 16:18:45\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3088;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Palash Das\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01745453755\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$mUeD.9fsCQyM33cMMNRQNeYNL879Z3XByyHpvgwEFoJcn8HcM0i6O\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 16:18:45\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 16:18:45\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:8;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3089;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Md Shohel\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01723904198\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$msXQ4Hu\\/GDbOqQd\\/7KNaYua\\/Oq3OrYlNJEekCyN2UqagVBN0ZQ0h.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 16:20:48\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 16:20:48\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3089;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Md Shohel\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01723904198\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$msXQ4Hu\\/GDbOqQd\\/7KNaYua\\/Oq3OrYlNJEekCyN2UqagVBN0ZQ0h.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 16:20:48\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 16:20:48\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:9;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3090;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Ripon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01910209448\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$q.k7Zc2wFroBsvWoHR4dFOlvQiT0bQoEobz.2bS0bEAXjdsUemaOy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 16:22:42\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 16:24:53\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3090;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Ripon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01910209448\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$q.k7Zc2wFroBsvWoHR4dFOlvQiT0bQoEobz.2bS0bEAXjdsUemaOy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 16:22:42\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 16:24:53\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:10;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3091;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Ashok kumar saha\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01860861188\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$qeWO6GJgSNU6q4ZzBJllouf8FFaZbC.KmLL5Qh2uFeBXajjZwUZBi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 16:27:00\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 16:27:00\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3091;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Ashok kumar saha\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01860861188\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$qeWO6GJgSNU6q4ZzBJllouf8FFaZbC.KmLL5Qh2uFeBXajjZwUZBi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 16:27:00\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 16:27:00\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:11;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3092;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:22:\\\"Muhammad Mahbub Hosion\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"sumontbd@yahoo.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01726326363\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$6dILK3pi4ia1B\\/uBL44heubRQtH57B7QU.rDLDDweG8LZgS1AnZKK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 16:34:25\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 16:34:25\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3092;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:22:\\\"Muhammad Mahbub Hosion\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"sumontbd@yahoo.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01726326363\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$6dILK3pi4ia1B\\/uBL44heubRQtH57B7QU.rDLDDweG8LZgS1AnZKK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 16:34:25\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 16:34:25\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:12;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3093;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Md. Mizanur Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"mizansayem@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01318700606\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$4LkDr3M\\/RzkmDi4.Nx3A9.1qao9pZcqTyRa15mZs0qK1Zrtj617mK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 16:36:59\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 16:36:59\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3093;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Md. Mizanur Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"mizansayem@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01318700606\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$4LkDr3M\\/RzkmDi4.Nx3A9.1qao9pZcqTyRa15mZs0qK1Zrtj617mK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 16:36:59\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 16:36:59\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:13;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3095;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"MOSALM\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1759164807\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$l3EN08aGvHiYUyWKKzDcvOTIvOYUdPaBXz2qH5KdK8aAQGsEPVW2y\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 16:59:59\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 16:59:59\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3095;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"MOSALM\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1759164807\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$l3EN08aGvHiYUyWKKzDcvOTIvOYUdPaBXz2qH5KdK8aAQGsEPVW2y\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 16:59:59\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 16:59:59\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:14;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3096;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Md. Kudrat ali\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01725802698\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$RWDJIA05tO8xHi0kwJMej.e0ZLGJxgkglmZKg2PxnitCQjNbwBqIm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 17:03:06\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 17:03:06\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3096;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Md. Kudrat ali\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01725802698\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$RWDJIA05tO8xHi0kwJMej.e0ZLGJxgkglmZKg2PxnitCQjNbwBqIm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 17:03:06\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 17:03:06\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:15;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3097;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Mostak ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711023301\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$kNePlY0Z6rUDLSSF4eZ4ZOVtSO99PG97XfrP\\/MRg\\/Kv2JP8sc6xsW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 17:08:13\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 17:08:13\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3097;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Mostak ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711023301\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$kNePlY0Z6rUDLSSF4eZ4ZOVtSO99PG97XfrP\\/MRg\\/Kv2JP8sc6xsW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 17:08:13\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 17:08:13\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:16;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3098;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Dr Md Nurulla\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:17:\\\"drnurhf@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01819433507\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$030AnLCIR9xUcZxwTNJKDuIz2liiL9RrOZowG8TCcePBF9jV0DFmW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 17:12:21\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 17:12:21\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3098;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Dr Md Nurulla\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:17:\\\"drnurhf@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01819433507\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$030AnLCIR9xUcZxwTNJKDuIz2liiL9RrOZowG8TCcePBF9jV0DFmW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 17:12:21\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 17:12:21\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:17;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3099;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Md. Wazed Ali\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01327305956\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$neVtV5KIg2Z5tOqIFpGQR.6dcp9MItOk8rZoiPCwJWmwhP4Jkgi.e\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 17:15:36\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 17:15:36\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3099;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Md. Wazed Ali\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01327305956\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$neVtV5KIg2Z5tOqIFpGQR.6dcp9MItOk8rZoiPCwJWmwhP4Jkgi.e\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 17:15:36\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 17:15:36\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:18;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3101;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Md Tajul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01721066352\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$R5r1vaULOJrA6TWKdEPmT.KIqDGDuDw6TkT9D0upnccVI9nP\\/Y1tq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 17:19:35\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 17:19:35\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3101;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Md Tajul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01721066352\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$R5r1vaULOJrA6TWKdEPmT.KIqDGDuDw6TkT9D0upnccVI9nP\\/Y1tq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 17:19:35\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 17:19:35\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:19;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3102;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Joshim\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01777098739\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$cG7vIJx.N2byU2EzoUkYZOE2ixUhRdJ4gg4oWEwAwS3s6UrOhy9pq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 17:22:26\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 17:22:26\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3102;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Joshim\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01777098739\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$cG7vIJx.N2byU2EzoUkYZOE2ixUhRdJ4gg4oWEwAwS3s6UrOhy9pq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 17:22:26\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 17:22:26\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:20;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3103;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"MD Alamin Mollah\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:24:\\\"mdalaminboss69@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01999994373\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$qoEKdtHk.yPlMu3mKqG6curd7RRsoYTUbSUTDcexT5YCv2n1eLYzi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 17:24:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 17:24:29\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3103;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"MD Alamin Mollah\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:24:\\\"mdalaminboss69@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01999994373\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$qoEKdtHk.yPlMu3mKqG6curd7RRsoYTUbSUTDcexT5YCv2n1eLYzi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 17:24:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 17:24:29\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:21;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3104;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Anup Khastagir\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:26:\\\"anupkhastagirbss@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712009670\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$bF04iIqGAzYKZWD.WuDR8e\\/ATOwoV8qNx2NyLSsmty0uhTxTkq93.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 17:31:26\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 17:31:26\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3104;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Anup Khastagir\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:26:\\\"anupkhastagirbss@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712009670\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$bF04iIqGAzYKZWD.WuDR8e\\/ATOwoV8qNx2NyLSsmty0uhTxTkq93.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 17:31:26\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 17:31:26\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:22;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3105;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:22:\\\"Dipak Kumar Banik Dipu\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01788888855\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$A4S8Hl475Ms6YcZZhPZ07.s5Nxxm1Q\\/a75b\\/1zDyGknTjS0Va3pGW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 17:33:15\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 17:33:15\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3105;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:22:\\\"Dipak Kumar Banik Dipu\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01788888855\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$A4S8Hl475Ms6YcZZhPZ07.s5Nxxm1Q\\/a75b\\/1zDyGknTjS0Va3pGW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 17:33:15\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 17:33:15\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:23;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3106;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Hasan Maruf\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"marufrahat6@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01710525949\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$3dXkmeKq929bolYiVxtOQuCvKuHkP3NI9HyV.a.YXyRlFrSrnSrxK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 17:37:12\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 17:37:12\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3106;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Hasan Maruf\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"marufrahat6@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01710525949\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$3dXkmeKq929bolYiVxtOQuCvKuHkP3NI9HyV.a.YXyRlFrSrnSrxK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 17:37:12\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 17:37:12\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:24;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3109;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Munnaf ali\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01760200771\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$BNEvM7G2quAUYObMcofbzeolWO2Sc8SPTDD5mK6d0cVA\\/sTg5uGd6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 10:48:32\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 10:48:32\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3109;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Munnaf ali\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01760200771\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$BNEvM7G2quAUYObMcofbzeolWO2Sc8SPTDD5mK6d0cVA\\/sTg5uGd6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 10:48:32\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 10:48:32\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:25;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3110;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Salim Ahasan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:15:\\\"salim@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01730700752\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$rE1R2P6R8gLmA01qpd.YFOJiMlRRpIw.RXzU2kiCBKB334sh6.FGG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 10:50:40\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 10:50:40\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3110;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Salim Ahasan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:15:\\\"salim@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01730700752\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$rE1R2P6R8gLmA01qpd.YFOJiMlRRpIw.RXzU2kiCBKB334sh6.FGG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 10:50:40\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 10:50:40\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:26;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3111;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Md Sana Ullah\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715704212\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$\\/8Jqr4Yqi06l9a7ecz0Ze.1XUlQbZhEVsJgj9ej5l.lyTPJu5Prji\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 10:53:22\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 10:53:22\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3111;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Md Sana Ullah\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715704212\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$\\/8Jqr4Yqi06l9a7ecz0Ze.1XUlQbZhEVsJgj9ej5l.lyTPJu5Prji\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 10:53:22\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 10:53:22\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:27;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3112;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Rakibur Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01303729727\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$obuY2lRse9KBaoVIHkGpdeEFkprqY.wVDdNm87WTNa4iewJoslsW.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 10:56:24\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 10:56:24\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3112;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Rakibur Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01303729727\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$obuY2lRse9KBaoVIHkGpdeEFkprqY.wVDdNm87WTNa4iewJoslsW.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 10:56:24\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 10:56:24\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:28;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3113;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Md Alauddin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01842904912\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$hPAwtREhhcXnvDdKsDfCsOYLHtREGSX0pw8hLPfKfQGH4quQJveRK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 11:00:00\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 11:00:00\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3113;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Md Alauddin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01842904912\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$hPAwtREhhcXnvDdKsDfCsOYLHtREGSX0pw8hLPfKfQGH4quQJveRK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 11:00:00\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 11:00:00\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:29;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3114;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"M rahma\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01678035250\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$kAXwW6knZ2dWgVwaPKELqeSRlSxYHhwltC08FFDiscyDuKInABB8K\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 11:02:24\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 11:02:24\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3114;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"M rahma\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01678035250\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$kAXwW6knZ2dWgVwaPKELqeSRlSxYHhwltC08FFDiscyDuKInABB8K\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 11:02:24\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 11:02:24\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:30;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3115;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"Mohammad Abu Hanifa\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01819249535\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$nTWCGSdLK2O7r.2KD9GTZ.X3uUk.tMh9kN6Mox5osLGjoo8NEAYty\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 11:04:11\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 11:04:11\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3115;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"Mohammad Abu Hanifa\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01819249535\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$nTWCGSdLK2O7r.2KD9GTZ.X3uUk.tMh9kN6Mox5osLGjoo8NEAYty\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 11:04:11\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 11:04:11\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:31;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3116;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Md Ruhul Amin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01720585892\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$.8ljqrzYNouTInL35iW3pu\\/2fpW2qBHvBKLwvOf71x9Lb.ZgYaBuG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 11:10:00\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 11:10:00\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3116;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Md Ruhul Amin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01720585892\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$.8ljqrzYNouTInL35iW3pu\\/2fpW2qBHvBKLwvOf71x9Lb.ZgYaBuG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 11:10:00\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 11:10:00\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:32;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3117;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Ashan habib\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01789137277\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$iWNUSWgATpOf871zpsNYYuxS43Dz.DxnAg\\/pzflQK0l03vqrm2i3e\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 11:12:19\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 11:12:19\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3117;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Ashan habib\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01789137277\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$iWNUSWgATpOf871zpsNYYuxS43Dz.DxnAg\\/pzflQK0l03vqrm2i3e\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 11:12:19\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 11:12:19\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:33;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3118;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Shahrier Reza\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01717433100\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$1.9TnJsUg\\/4mQLuVLD\\/anuvg8JXl8vXHuB5uWX26yQPKJSGTiHii2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 11:15:09\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 11:15:09\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3118;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Shahrier Reza\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01717433100\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$1.9TnJsUg\\/4mQLuVLD\\/anuvg8JXl8vXHuB5uWX26yQPKJSGTiHii2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 11:15:09\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 11:15:09\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:34;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3119;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Novel Shariar\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01923648488\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Q6L5.9e8G.uZf2q0y8827O89X9GlmRlDYfIWbwQTmLUpHhSkC.J1O\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 11:18:50\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 11:18:50\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3119;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Novel Shariar\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01923648488\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Q6L5.9e8G.uZf2q0y8827O89X9GlmRlDYfIWbwQTmLUpHhSkC.J1O\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 11:18:50\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 11:18:50\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:35;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3120;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Kazi dipu\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01726894749\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$GBxQViMkPu.q5hWaJIuI.ud.qJVNHsDMu\\/ehcru0Swtk2tHATHSd2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 11:20:48\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 11:20:48\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3120;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Kazi dipu\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01726894749\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$GBxQViMkPu.q5hWaJIuI.ud.qJVNHsDMu\\/ehcru0Swtk2tHATHSd2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 11:20:48\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 11:20:48\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:36;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3121;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Rubel\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01819055096\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Q.ztTrCIyidutq6Yw7AXxuGjksjszsZ\\/NrhZr2Lbcfa4lrFnzqDMe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 11:24:31\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 11:24:31\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3121;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Rubel\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01819055096\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Q.ztTrCIyidutq6Yw7AXxuGjksjszsZ\\/NrhZr2Lbcfa4lrFnzqDMe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 11:24:31\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 11:24:31\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:37;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3122;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Sumon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715154042\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$qEO1y.yZz3mM0iibeRCrBevPOFYDQkzgore2Ov1GndAPfc2GGkgzO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 11:26:38\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 11:26:38\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3122;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Sumon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715154042\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$qEO1y.yZz3mM0iibeRCrBevPOFYDQkzgore2Ov1GndAPfc2GGkgzO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 11:26:38\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 11:26:38\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:38;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3123;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Tanvir Ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01729985361\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$\\/ZOBBvLPfagbFQJrkbCBGO8QMxRnOsrtkAxISUuvuKUumAELS7e4u\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 11:31:49\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 11:31:49\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3123;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Tanvir Ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01729985361\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$\\/ZOBBvLPfagbFQJrkbCBGO8QMxRnOsrtkAxISUuvuKUumAELS7e4u\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 11:31:49\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 11:31:49\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:39;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3124;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Md Masud Rana\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01312281895\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$qNalUPF8vbe8Fc2RaTsZXegdrrqtBz65O2e\\/E4ImYJ6l3KJoeyQJm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 11:35:03\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 11:35:03\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3124;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Md Masud Rana\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01312281895\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$qNalUPF8vbe8Fc2RaTsZXegdrrqtBz65O2e\\/E4ImYJ6l3KJoeyQJm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 11:35:03\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 11:35:03\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:40;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3125;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:21:\\\"Mohammad Ariful Haque\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:17:\\\"ariiful@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01731156129\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$nh7ALdI6emrboS24.TW2R.f1stWdKKlwyioIhOd8FpDarF5pOwCP6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 12:32:51\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 12:32:51\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3125;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:21:\\\"Mohammad Ariful Haque\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:17:\\\"ariiful@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01731156129\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$nh7ALdI6emrboS24.TW2R.f1stWdKKlwyioIhOd8FpDarF5pOwCP6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 12:32:51\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 12:32:51\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:41;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3127;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Golam Hosen\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715479584\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Yc9QxaUicoahLknNLFnf5exHkebnNWC2cfsug9idqTAwvT0V09oqO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 13:26:32\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 13:26:32\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3127;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Golam Hosen\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715479584\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Yc9QxaUicoahLknNLFnf5exHkebnNWC2cfsug9idqTAwvT0V09oqO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 13:26:32\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 13:26:32\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:42;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3128;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Shemon Roy\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01718409148\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$NfnnyFbxF8rTyBcKKKulTuVJ.zKo6VC1s\\/IQ0.cnX4V3abzpFXkFC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 13:46:26\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 13:46:26\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3128;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Shemon Roy\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01718409148\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$NfnnyFbxF8rTyBcKKKulTuVJ.zKo6VC1s\\/IQ0.cnX4V3abzpFXkFC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 13:46:26\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 13:46:26\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:43;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3131;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"MD MONOWAR HUSSAIN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01727208450\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$39ROGwH0gn5gIYsfW8SyIebvsMG93P8f4OkdBCu8DUHNzedVjlY8a\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 13:57:36\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 13:57:36\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3131;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"MD MONOWAR HUSSAIN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01727208450\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$39ROGwH0gn5gIYsfW8SyIebvsMG93P8f4OkdBCu8DUHNzedVjlY8a\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 13:57:36\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 13:57:36\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:44;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3132;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Shehan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01684174034\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$7kR.JmLMm3tj8E8HQupYbe0ypAJQa.IrdTOEmvGxEtP8mY3P0v6aa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 14:00:49\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 14:00:49\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3132;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Shehan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01684174034\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$7kR.JmLMm3tj8E8HQupYbe0ypAJQa.IrdTOEmvGxEtP8mY3P0v6aa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 14:00:49\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 14:00:49\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:45;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3133;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"Nasrin Akter Ishita\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:27:\\\"nasrinakterishita@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01675495943\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$2a2e4TLA5tFzoZS9WzeH3OePm2X6iztf1kuAjNYiu.5FsK2PpLx6W\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 14:03:04\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 14:03:04\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3133;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"Nasrin Akter Ishita\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:27:\\\"nasrinakterishita@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01675495943\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$2a2e4TLA5tFzoZS9WzeH3OePm2X6iztf1kuAjNYiu.5FsK2PpLx6W\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 14:03:04\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 14:03:04\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:46;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3134;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Ashikul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01938888711\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$sIHpjYPmC16.aGBeqPMCeeZn21qkwYjUwjPNZVEBSQ0iGvQaKYqv.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 14:06:17\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 14:06:17\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3134;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Ashikul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01938888711\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$sIHpjYPmC16.aGBeqPMCeeZn21qkwYjUwjPNZVEBSQ0iGvQaKYqv.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 14:06:17\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 14:06:17\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:47;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3135;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Md Sabbir Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01759319925\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$w94neG\\/\\/B5Tcbu8HaNPf4e3z7lN9KyEH6qsJJGR71CvDdN7W7RbUW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 14:13:37\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 14:13:37\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3135;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Md Sabbir Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01759319925\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$w94neG\\/\\/B5Tcbu8HaNPf4e3z7lN9KyEH6qsJJGR71CvDdN7W7RbUW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 14:13:37\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 14:13:37\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:48;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3137;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"MD sumon Ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01944526986\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$FzwJH.js4GRDK6ItT9V7PukgD0e\\/\\/YhQRCKqosap1YAm1le2TzzZS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 14:20:10\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 14:20:10\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3137;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"MD sumon Ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01944526986\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$FzwJH.js4GRDK6ItT9V7PukgD0e\\/\\/YhQRCKqosap1YAm1le2TzzZS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 14:20:10\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 14:20:10\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:49;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3138;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Sabat Alam Imon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711787780\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$XYhoBBroImHnJZ.w3LtK4uj6QJQ6NuIzrhb.q\\/hAVS04ldJYl4mFq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 14:23:58\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 14:23:58\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3138;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Sabat Alam Imon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711787780\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$XYhoBBroImHnJZ.w3LtK4uj6QJQ6NuIzrhb.q\\/hAVS04ldJYl4mFq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 14:23:58\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 14:23:58\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:50;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3139;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Md Shafiqul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711157122\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$5vte20XveHAFnHYrpf2n..5dpAzWRnpi\\/usQRu7Zz7ozLi8SiFYdC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 14:29:32\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 14:29:32\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3139;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Md Shafiqul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711157122\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$5vte20XveHAFnHYrpf2n..5dpAzWRnpi\\/usQRu7Zz7ozLi8SiFYdC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 14:29:32\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 14:29:32\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:51;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3141;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Iqbal\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01764196449\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$tkPxEa1b\\/lmAZTLWesiYxOQiWbiXS3okXdZFtV0OMmupuELy4JtM6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 14:34:46\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 14:34:46\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3141;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Iqbal\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01764196449\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$tkPxEa1b\\/lmAZTLWesiYxOQiWbiXS3okXdZFtV0OMmupuELy4JtM6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 14:34:46\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 14:34:46\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:52;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3142;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Abul bashar\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01636639471\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$5k8VIfVRFfCzxTQ\\/1IOOu.nNPG7JcpPhHGhmRRRmXtEXnsvgD2T9y\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 14:40:45\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 14:40:45\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3142;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Abul bashar\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01636639471\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$5k8VIfVRFfCzxTQ\\/1IOOu.nNPG7JcpPhHGhmRRRmXtEXnsvgD2T9y\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 14:40:45\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 14:40:45\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:53;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3143;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Durjoy\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01779294082\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$zcnfaMhKjkSqV9yAh3G6UOKmkbgqG7nBDwuvQ060ZbHUCXQshRBr.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 14:46:00\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 14:46:00\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3143;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Durjoy\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01779294082\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$zcnfaMhKjkSqV9yAh3G6UOKmkbgqG7nBDwuvQ060ZbHUCXQshRBr.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 14:46:00\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 14:46:00\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:54;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3144;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:21:\\\"Muhammad Rezaul Karim\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:25:\\\"rezaul.rakib.rk@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01833111891\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$KAnAi1zT9dDmzf.ARRl2f.fN0eKqlByDjZnnH5Ad2iU4A\\/UB1n5uO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 14:50:34\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 14:50:34\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3144;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:21:\\\"Muhammad Rezaul Karim\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:25:\\\"rezaul.rakib.rk@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01833111891\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$KAnAi1zT9dDmzf.ARRl2f.fN0eKqlByDjZnnH5Ad2iU4A\\/UB1n5uO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 14:50:34\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 14:50:34\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:55;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3145;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Shibly Sadik\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:16:\\\"ssjony@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01921161017\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$5Wf2.CiK9FSXleCZcSUGeOXYmLJCfC5ZlinS395vy54Kkp1Z1RhKe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 14:53:15\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 14:53:15\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3145;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Shibly Sadik\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:16:\\\"ssjony@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01921161017\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$5Wf2.CiK9FSXleCZcSUGeOXYmLJCfC5ZlinS395vy54Kkp1Z1RhKe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 14:53:15\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 14:53:15\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:56;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3146;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Mohammed Javed Mia\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"javed.rasin@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01553657919\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$\\/zUWA0PjXYIQw4p8CP1HJuMHUcWRGmx4ROnHrfD1PvkzaFHwbPIm2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 14:56:12\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 14:56:12\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3146;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Mohammed Javed Mia\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"javed.rasin@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01553657919\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$\\/zUWA0PjXYIQw4p8CP1HJuMHUcWRGmx4ROnHrfD1PvkzaFHwbPIm2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 14:56:12\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 14:56:12\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:57;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3147;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Lutfor Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01772397669\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$zujkY\\/S\\/zK6R7FEeQwAreO8BIAkTDAWx2XENMzimLT1HF4Se5wDNu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 14:59:12\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 14:59:12\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3147;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Lutfor Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01772397669\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$zujkY\\/S\\/zK6R7FEeQwAreO8BIAkTDAWx2XENMzimLT1HF4Se5wDNu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 14:59:12\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 14:59:12\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:58;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3148;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Delowar\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01677307740\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$803wKGB396kc\\/s8L49vQt.7wzB5sV8OX4YljUvIvpbQ7daSkaiYaa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 15:02:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 15:03:48\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3148;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Delowar\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01677307740\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$803wKGB396kc\\/s8L49vQt.7wzB5sV8OX4YljUvIvpbQ7daSkaiYaa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 15:02:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 15:03:48\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:59;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3149;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Masud\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01720106412\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Uh5Y6baXsM2go9Z6\\/aMHnuK4bqYE2VWSKq\\/3Nw4jNFBMDmXyYZc16\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 15:13:19\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 15:13:19\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3149;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Masud\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01720106412\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Uh5Y6baXsM2go9Z6\\/aMHnuK4bqYE2VWSKq\\/3Nw4jNFBMDmXyYZc16\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 15:13:19\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 15:13:19\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:60;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3150;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Josim\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01776271117\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$NLbXtnTp.RQ1ZWTzCQZaMuZWmsTK.iSIfQWo0.fdt4xG\\/FRSWpHGe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 15:21:22\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 15:21:22\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3150;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Josim\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01776271117\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$NLbXtnTp.RQ1ZWTzCQZaMuZWmsTK.iSIfQWo0.fdt4xG\\/FRSWpHGe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 15:21:22\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 15:21:22\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:61;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3151;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:20:\\\"Dr.Md.Bakhtiar Uddin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"jeweldmc47@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711100820\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$3pMpwhX2FyrJ.tRmA1.RXOQWwtUgSh6MJ880S3Pd.mUNVOITQ3qe2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 15:26:48\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 15:26:48\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3151;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:20:\\\"Dr.Md.Bakhtiar Uddin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"jeweldmc47@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711100820\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$3pMpwhX2FyrJ.tRmA1.RXOQWwtUgSh6MJ880S3Pd.mUNVOITQ3qe2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 15:26:48\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 15:26:48\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:62;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3152;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Azizul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01719992706\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$cDwfRUo8FGabDqPVyBWIReIE7pD4v\\/uS32gvY46YBXlcRo8qT05aS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 15:29:03\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 15:29:03\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3152;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Azizul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01719992706\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$cDwfRUo8FGabDqPVyBWIReIE7pD4v\\/uS32gvY46YBXlcRo8qT05aS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 15:29:03\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 15:29:03\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:63;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3153;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Ahsan Habib\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01772666612\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$TcADEPAD6jXfDgjGspGHxO9zjqXTAssgq84UFbVoS223poqT2\\/SKq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 15:31:35\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 15:31:35\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3153;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Ahsan Habib\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01772666612\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$TcADEPAD6jXfDgjGspGHxO9zjqXTAssgq84UFbVoS223poqT2\\/SKq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 15:31:35\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 15:31:35\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:64;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3154;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Monirul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01794718542\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$CAN7IenqK9AFwqk\\/skWPwuTHqf1w56DKievnqc99IdZVMf\\/RlPIc2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 15:34:31\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 15:34:31\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3154;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Monirul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01794718542\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$CAN7IenqK9AFwqk\\/skWPwuTHqf1w56DKievnqc99IdZVMf\\/RlPIc2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 15:34:31\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 15:34:31\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:65;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3155;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Tazminul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01760316160\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$.w0hCdRmj\\/gwku7Md\\/wAXesZR\\/qNTtV.vX9pPQb6qTsxS.z2iUOHe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 15:36:50\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 15:36:50\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3155;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Tazminul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01760316160\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$.w0hCdRmj\\/gwku7Md\\/wAXesZR\\/qNTtV.vX9pPQb6qTsxS.z2iUOHe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 15:36:50\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 15:36:50\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:66;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3156;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Mamun Rashid\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01717797459\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$u.FDLGUbuBIxFrpgUZFgJucMg\\/JedtHKGSP7l2lFih4ll53xJeb\\/q\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 15:40:05\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 15:40:05\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3156;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Mamun Rashid\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01717797459\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$u.FDLGUbuBIxFrpgUZFgJucMg\\/JedtHKGSP7l2lFih4ll53xJeb\\/q\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 15:40:05\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 15:40:05\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:67;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3157;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Dr.Mahbubur Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"mithun75@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715192231\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$QvjtL7V.TvFsXuaYKTfOu.yU.ZS5zxaiS3m9NYrIL9NvaYRfI0wTW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 15:43:20\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 15:43:20\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3157;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Dr.Mahbubur Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"mithun75@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715192231\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$QvjtL7V.TvFsXuaYKTfOu.yU.ZS5zxaiS3m9NYrIL9NvaYRfI0wTW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 15:43:20\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 15:43:20\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:68;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3158;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"MD Riyad Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"riyaddu118@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01768376971\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$C8uh1mkqsa8XwTvnkNlP4eQb6ykTxCdZvmERlGc7zPT5LvTaDo0IW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 15:46:03\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 15:46:03\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3158;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"MD Riyad Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"riyaddu118@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01768376971\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$C8uh1mkqsa8XwTvnkNlP4eQb6ykTxCdZvmERlGc7zPT5LvTaDo0IW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 15:46:03\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 15:46:03\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:69;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3159;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Tanveer\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712706105\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$NU26RRK2V9pyECf1tX\\/UCuucTHocUVJHVlpd2vXPAODxbbaOZB6uK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 15:51:19\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 15:51:19\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3159;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Tanveer\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712706105\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$NU26RRK2V9pyECf1tX\\/UCuucTHocUVJHVlpd2vXPAODxbbaOZB6uK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 15:51:19\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 15:51:19\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:70;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3161;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Rumi Chowdhury\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"rumi36@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711283636\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$sKAJSWYJAT6DI2EuwtCfiuXb.dyv\\/\\/ONFjeUDmZVILCHdSGr6hUxG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 15:56:59\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 15:56:59\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3161;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Rumi Chowdhury\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"rumi36@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711283636\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$sKAJSWYJAT6DI2EuwtCfiuXb.dyv\\/\\/ONFjeUDmZVILCHdSGr6hUxG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 15:56:59\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 15:56:59\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:71;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3162;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Saddam hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01958098700\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$cAeigZrEE5nJIDHomg2N4u6mJqnrT8QZvz5NWkSiZOtOL2ObvneTS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 16:06:17\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 16:06:17\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3162;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Saddam hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01958098700\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$cAeigZrEE5nJIDHomg2N4u6mJqnrT8QZvz5NWkSiZOtOL2ObvneTS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 16:06:17\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 16:06:17\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:72;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3163;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Md Nur A Alam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01956659705\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$h7gc3\\/C7b051v2c2ujZs\\/ONeQth9Pms65QaiVgOEpRuz\\/2KWm08Pq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 16:10:15\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 16:10:15\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3163;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Md Nur A Alam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01956659705\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$h7gc3\\/C7b051v2c2ujZs\\/ONeQth9Pms65QaiVgOEpRuz\\/2KWm08Pq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 16:10:15\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 16:10:15\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:73;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3164;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Monir\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01850703728\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$bfTQYE\\/CzPMTDLQ087uxhuGIgme1Kf1OeERGenDJ1w5gQaLgrPUly\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 16:14:03\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 16:14:03\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3164;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Monir\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01850703728\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$bfTQYE\\/CzPMTDLQ087uxhuGIgme1Kf1OeERGenDJ1w5gQaLgrPUly\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 16:14:03\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 16:14:03\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:74;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3165;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"MD.Sharif Ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:25:\\\"sharifahmed1503@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716045609\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Ll1pNuLcsmOmPHZOJ9YSou53\\/X5GxBnHjnFEU\\/.bWXNooHaDccGJC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 16:19:27\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 16:19:27\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3165;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"MD.Sharif Ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:25:\\\"sharifahmed1503@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716045609\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Ll1pNuLcsmOmPHZOJ9YSou53\\/X5GxBnHjnFEU\\/.bWXNooHaDccGJC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 16:19:27\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 16:19:27\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:75;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3166;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"NOOR HOSSAIN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01680363741\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$lrQ1nOF5MoA6A3C.GcfjI.ULHnjHAzGy2f6QmWjB78kJz1DqTyhSG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 16:22:17\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 16:22:17\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3166;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"NOOR HOSSAIN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01680363741\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$lrQ1nOF5MoA6A3C.GcfjI.ULHnjHAzGy2f6QmWjB78kJz1DqTyhSG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 16:22:17\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 16:22:17\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:76;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3167;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Muhsin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:24:\\\"bionicdesignbd@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711151015\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$1.j5E\\/sbMFPjxMkWQWJAEehnxlIX7Mw9or6mY9fJmOtcgvYG6qBnK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 16:24:41\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 16:24:41\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3167;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Muhsin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:24:\\\"bionicdesignbd@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711151015\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$1.j5E\\/sbMFPjxMkWQWJAEehnxlIX7Mw9or6mY9fJmOtcgvYG6qBnK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 16:24:41\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 16:24:41\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:77;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3168;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Arif\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01887459696\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$VxM1iaCyyK2NoAXF2Z209OK1k0efYwpFqZ0FRklyAlJhST2b5tRSe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 16:32:37\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 16:32:37\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3168;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Arif\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01887459696\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$VxM1iaCyyK2NoAXF2Z209OK1k0efYwpFqZ0FRklyAlJhST2b5tRSe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 16:32:37\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 16:32:37\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:78;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3169;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Atik\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01979001139\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$swNOmG7E1f0mojQ2w7.gbeZPMsHM1mV7nlAzOBC06r3eoaCbVkKiC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 16:41:17\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 16:41:17\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3169;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Atik\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01979001139\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$swNOmG7E1f0mojQ2w7.gbeZPMsHM1mV7nlAzOBC06r3eoaCbVkKiC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 16:41:17\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 16:41:17\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:79;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3170;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Amit\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01687371577\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$cRpODmg1pgSlMRxnYDVgJOZkiYvqGAA8IeRxTd0SvOp03DmabumPG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 16:54:49\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 16:54:49\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3170;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Amit\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01687371577\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$cRpODmg1pgSlMRxnYDVgJOZkiYvqGAA8IeRxTd0SvOp03DmabumPG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 16:54:49\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 16:54:49\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:80;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3171;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Atikur Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01710292970\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$FCtHDjbt0rS2qoF6J53jae4OthqXBAkAIToVqZ2bzf.qqtCQQgIJS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 17:01:13\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 17:01:13\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3171;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Atikur Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01710292970\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$FCtHDjbt0rS2qoF6J53jae4OthqXBAkAIToVqZ2bzf.qqtCQQgIJS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 17:01:13\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 17:01:13\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:81;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3172;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Sahadet Hossin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01612129105\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$wMCCA7h8ByNrFHPhbvYCNOvSCPkyX5D1jRyWsvUYZj12HDX4gghGq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-13 02:16:54\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-13 02:16:54\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3172;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Sahadet Hossin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01612129105\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$wMCCA7h8ByNrFHPhbvYCNOvSCPkyX5D1jRyWsvUYZj12HDX4gghGq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-13 02:16:54\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-13 02:16:54\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:82;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3173;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Mamun\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:27:\\\"tanvirrahmanmamun@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01786810056\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$22KKs1PCIWwId.qfp7SMd.ImCKmPEH9.3TdSf48FBLLbQ3ML2D\\/j2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-13 02:23:10\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-13 02:23:10\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3173;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Mamun\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:27:\\\"tanvirrahmanmamun@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01786810056\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$22KKs1PCIWwId.qfp7SMd.ImCKmPEH9.3TdSf48FBLLbQ3ML2D\\/j2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-13 02:23:10\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-13 02:23:10\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:83;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3174;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:24:\\\"MD Soharab Hossain Sohel\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"sohelapexbd@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01912095117\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$m9sEGkP4Fyamhk7R7C..D.jq5qfejbuT\\/G32YBFok9pv6QKRssGBu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-13 02:26:04\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-13 02:26:04\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3174;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:24:\\\"MD Soharab Hossain Sohel\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"sohelapexbd@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01912095117\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$m9sEGkP4Fyamhk7R7C..D.jq5qfejbuT\\/G32YBFok9pv6QKRssGBu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-13 02:26:04\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-13 02:26:04\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:84;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3176;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Md.Moazzem Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711207127\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$vE6sO7sYM2V.BsbtW00I8uIlzAb9rP.ps4dpjE3d\\/BzUSMtdAlirO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-13 02:54:33\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-13 02:54:33\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3176;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Md.Moazzem Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711207127\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$vE6sO7sYM2V.BsbtW00I8uIlzAb9rP.ps4dpjE3d\\/BzUSMtdAlirO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-13 02:54:33\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-13 02:54:33\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:85;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3177;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Abdur Razzak\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01794317521\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$RMiZJe8IS0H2bIwhnPmu5e9Ba7OYCsMF\\/YoBK6QfLAtiK3udj681y\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-13 03:16:08\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-13 03:16:08\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3177;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Abdur Razzak\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01794317521\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$RMiZJe8IS0H2bIwhnPmu5e9Ba7OYCsMF\\/YoBK6QfLAtiK3udj681y\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-13 03:16:08\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-13 03:16:08\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:86;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3179;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Md Rashed khan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01737388388\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$QRVKYb9nLBWsY3Wsfcpslewi2KUB1nXoSzo\\/GzfMx7osPHrq7wuYW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-13 03:28:27\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-13 03:28:27\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3179;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Md Rashed khan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01737388388\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$QRVKYb9nLBWsY3Wsfcpslewi2KUB1nXoSzo\\/GzfMx7osPHrq7wuYW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-13 03:28:27\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-13 03:28:27\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:87;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3180;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Tanvir\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01675555555\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$bRbII\\/CHFkBxHmX2C\\/IwZOFWfaf1JZf2G4pzNfCNC9oaYR9eUHC8u\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-13 03:33:58\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-13 03:33:58\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3180;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Tanvir\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01675555555\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$bRbII\\/CHFkBxHmX2C\\/IwZOFWfaf1JZf2G4pzNfCNC9oaYR9eUHC8u\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-13 03:33:58\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-13 03:33:58\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:88;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3182;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Mainuddin Hasan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01760080286\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$edKrB0QiYYi4Z58OIZEJbeMaOfliKDDGvmFWEKTbnw3D2XCScxvoO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-13 15:44:30\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-13 15:44:30\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3182;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Mainuddin Hasan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01760080286\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$edKrB0QiYYi4Z58OIZEJbeMaOfliKDDGvmFWEKTbnw3D2XCScxvoO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-13 15:44:30\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-13 15:44:30\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:89;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3183;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"showon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01519606736\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$uHg6twkjJwofrfe7okMgvuKcGxUrh71MeG9gaHXs\\/\\/6o91mROKBc.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-13 15:48:09\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-13 15:48:09\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3183;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"showon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01519606736\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$uHg6twkjJwofrfe7okMgvuKcGxUrh71MeG9gaHXs\\/\\/6o91mROKBc.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-13 15:48:09\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-13 15:48:09\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:90;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3184;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:21:\\\"Md Sadrul Amin Sohail\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:16:\\\"mhs_666@live.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01911852808\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$vYHFYJrVyN\\/WVRcyzJ2N9eocLkB.lkgiTvbKF\\/kYLOe5hi1ZsuqTW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-13 15:53:31\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-13 15:53:31\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3184;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:21:\\\"Md Sadrul Amin Sohail\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:16:\\\"mhs_666@live.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01911852808\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$vYHFYJrVyN\\/WVRcyzJ2N9eocLkB.lkgiTvbKF\\/kYLOe5hi1ZsuqTW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-13 15:53:31\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-13 15:53:31\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:91;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3186;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Rubel Sikder\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01840584520\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$4ayJNZl.IZROvtzIeqX44eC4deG3lQ8duyIGza9p8Ejmu6hCFtzvW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-13 16:06:37\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-13 16:06:37\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3186;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Rubel Sikder\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01840584520\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$4ayJNZl.IZROvtzIeqX44eC4deG3lQ8duyIGza9p8Ejmu6hCFtzvW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-13 16:06:37\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-13 16:06:37\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:92;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3187;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Monowar\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01630923563\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$XFtz4gJ\\/kdA8FWFMxxrdHOMzJTFOh.EfCcMbIcDddWlqn38n5OEBO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-13 16:10:48\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-13 16:10:48\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3187;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Monowar\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01630923563\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$XFtz4gJ\\/kdA8FWFMxxrdHOMzJTFOh.EfCcMbIcDddWlqn38n5OEBO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-13 16:10:48\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-13 16:10:48\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:93;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3188;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Sajjad Ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"sajjad_ir_du@yahoo.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01721600700\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$FvluUdzu4doETQDfbiPmU.KxvolPyd7teV\\/4NHx98rEtDqehVWC4q\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-13 16:15:15\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-13 16:15:15\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3188;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Sajjad Ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"sajjad_ir_du@yahoo.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01721600700\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$FvluUdzu4doETQDfbiPmU.KxvolPyd7teV\\/4NHx98rEtDqehVWC4q\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-13 16:15:15\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-13 16:15:15\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:94;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3189;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md. Aminul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"afiaaydan@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01918950695\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$lTuPgWrfJwyQjdn.sC2UsOov6KXSVC2ZHLq3Bl2OlSKJOHnW.f1qe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 10:07:26\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 10:07:26\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3189;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md. Aminul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"afiaaydan@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01918950695\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$lTuPgWrfJwyQjdn.sC2UsOov6KXSVC2ZHLq3Bl2OlSKJOHnW.f1qe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 10:07:26\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 10:07:26\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:95;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3190;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"MD. Abdul Khalek\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:27:\\\"kathbiralishop.bd@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01717462679\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$uJnefBCwM7Fus.t.u\\/AgcuMTPVKN8\\/HPmfgnL4mArn4n5MmQ0vvJG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 10:10:45\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 10:10:45\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3190;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"MD. Abdul Khalek\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:27:\\\"kathbiralishop.bd@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01717462679\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$uJnefBCwM7Fus.t.u\\/AgcuMTPVKN8\\/HPmfgnL4mArn4n5MmQ0vvJG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 10:10:45\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 10:10:45\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:96;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3191;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"MD AIUB KHAN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01724967095\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$niWHEWOdTakkLzB0K869Key0KIbCWpo3g6clma1a2fHi9Q8nnbU0a\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 10:16:52\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 10:16:52\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3191;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"MD AIUB KHAN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01724967095\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$niWHEWOdTakkLzB0K869Key0KIbCWpo3g6clma1a2fHi9Q8nnbU0a\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 10:16:52\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 10:16:52\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:97;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3192;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:23:\\\"MOHAMMAD MOZAMMEL HOQUE\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01721075260\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$1k94ZsAxmem2InMQie8Qxu6M7dA.KAgByHxAONa4QVIc.Duav\\/Mj.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 10:21:00\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 10:21:00\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3192;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:23:\\\"MOHAMMAD MOZAMMEL HOQUE\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01721075260\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$1k94ZsAxmem2InMQie8Qxu6M7dA.KAgByHxAONa4QVIc.Duav\\/Mj.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 10:21:00\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 10:21:00\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:98;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3194;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Riya sarkar\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01312248099\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$NYhMHH40BsFx2R4c2haWKefzEN1VhEK7wBbQxiEOYsRd9I4WnqaRy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 10:39:35\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 10:39:35\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3194;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Riya sarkar\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01312248099\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$NYhMHH40BsFx2R4c2haWKefzEN1VhEK7wBbQxiEOYsRd9I4WnqaRy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 10:39:35\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 10:39:35\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:99;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3195;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Masud\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01841391390\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$y87ABBkqHTVx0s5eoOOLaOv7pAp7a9DJTtkROxMMlXqi2Zv48HVJ2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 10:41:57\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 10:42:53\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3195;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Masud\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01841391390\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$y87ABBkqHTVx0s5eoOOLaOv7pAp7a9DJTtkROxMMlXqi2Zv48HVJ2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 10:41:57\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 10:42:53\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}}}s:4:\\\"text\\\";s:335:\\\"\\u09b8\\u09ae\\u09cd\\u09ae\\u09be\\u09a8\\u09bf\\u09a4 \\u0997\\u09cd\\u09b0\\u09be\\u09b9\\u0995, \\u09b8\\u09be\\u09b0\\u09cd\\u09ad\\u09be\\u09b0 \\u0986\\u09aa\\u09a1\\u09c7\\u099f \\u09a6\\u09c7\\u0993\\u09df\\u09be\\u09b0 \\u0995\\u09be\\u09b0\\u09a8\\u09c7 \\u0986\\u09aa\\u09a8\\u09be\\u09a6\\u09c7\\u09b0 \\u09a8\\u09bf\\u0995\\u099f \\u09ac\\u09bf\\u09b2\\u09c7\\u09b0 \\u098f\\u0995\\u099f\\u09bf \\u09ad\\u09c1\\u09b2 \\u09ae\\u09c7\\u09b8\\u09c7\\u099c \\u0997\\u09bf\\u09df\\u09c7\\u099b\\u09c7 \\u0964 \\u09ac\\u09bf\\u09b7\\u09df\\u099f\\u09bf\\u09b0 \\u099c\\u09a8\\u09cd\\u09af \\u0986\\u09ae\\u09b0\\u09be \\u0986\\u09a8\\u09cd\\u09a4\\u09b0\\u09bf\\u0995 \\u09ad\\u09be\\u09ac\\u09c7 \\u09a6\\u09c1\\u0983\\u0996\\u09bf\\u09a4\\u0964\\\";}s:3:\\\"job\\\";N;s:10:\\\"connection\\\";N;s:5:\\\"queue\\\";N;s:15:\\\"chainConnection\\\";N;s:10:\\\"chainQueue\\\";N;s:5:\\\"delay\\\";N;s:10:\\\"middleware\\\";a:0:{}s:7:\\\"chained\\\";a:0:{}}\"}}', 'Illuminate\\Queue\\MaxAttemptsExceededException: App\\Jobs\\SmsSend has been attempted too many times or run too long. The job may have previously timed out. in /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php:648\nStack trace:\n#0 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(163): Illuminate\\Queue\\Worker->maxAttemptsExceededException(Object(Illuminate\\Queue\\Jobs\\DatabaseJob))\n#1 /home/mygpsbd/public_html/app/Http/helper.php(28): Illuminate\\Queue\\Worker->Illuminate\\Queue\\{closure}(14, Array)\n#2 /home/mygpsbd/public_html/app/Jobs/SmsSend.php(35): send_sms(\'\\xE0\\xA6\\xB8\\xE0\\xA6\\xAE\\xE0\\xA7\\x8D\\xE0\\xA6\\xAE\\xE0\\xA6\\xBE...\', Array)\n#3 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App\\Jobs\\SmsSend->handle()\n#4 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/Util.php(37): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}()\n#5 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(93): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))\n#6 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(37): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))\n#7 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/Container.php(596): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)\n#8 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php(94): Illuminate\\Container\\Container->call(Array)\n#9 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(128): Illuminate\\Bus\\Dispatcher->Illuminate\\Bus\\{closure}(Object(App\\Jobs\\SmsSend))\n#10 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(103): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(App\\Jobs\\SmsSend))\n#11 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php(98): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))\n#12 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(83): Illuminate\\Bus\\Dispatcher->dispatchNow(Object(App\\Jobs\\SmsSend), false)\n#13 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(128): Illuminate\\Queue\\CallQueuedHandler->Illuminate\\Queue\\{closure}(Object(App\\Jobs\\SmsSend))\n#14 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(103): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(App\\Jobs\\SmsSend))\n#15 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(85): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))\n#16 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(59): Illuminate\\Queue\\CallQueuedHandler->dispatchThroughMiddleware(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Object(App\\Jobs\\SmsSend))\n#17 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Jobs/Job.php(98): Illuminate\\Queue\\CallQueuedHandler->call(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Array)\n#18 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(356): Illuminate\\Queue\\Jobs\\Job->fire()\n#19 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(306): Illuminate\\Queue\\Worker->process(\'database\', Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Object(Illuminate\\Queue\\WorkerOptions))\n#20 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(132): Illuminate\\Queue\\Worker->runJob(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), \'database\', Object(Illuminate\\Queue\\WorkerOptions))\n#21 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(112): Illuminate\\Queue\\Worker->daemon(\'database\', \'default\', Object(Illuminate\\Queue\\WorkerOptions))\n#22 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(96): Illuminate\\Queue\\Console\\WorkCommand->runWorker(\'database\', \'default\')\n#23 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Illuminate\\Queue\\Console\\WorkCommand->handle()\n#24 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/Util.php(37): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}()\n#25 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(93): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))\n#26 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(37): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))\n#27 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/Container.php(596): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)\n#28 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Console/Command.php(134): Illuminate\\Container\\Container->call(Array)\n#29 /home/mygpsbd/public_html/vendor/symfony/console/Command/Command.php(298): Illuminate\\Console\\Command->execute(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))\n#30 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Console/Command.php(121): Symfony\\Component\\Console\\Command\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))\n#31 /home/mygpsbd/public_html/vendor/symfony/console/Application.php(1040): Illuminate\\Console\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#32 /home/mygpsbd/public_html/vendor/symfony/console/Application.php(301): Symfony\\Component\\Console\\Application->doRunCommand(Object(Illuminate\\Queue\\Console\\WorkCommand), Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#33 /home/mygpsbd/public_html/vendor/symfony/console/Application.php(171): Symfony\\Component\\Console\\Application->doRun(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#34 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Console/Application.php(93): Symfony\\Component\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#35 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(129): Illuminate\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#36 /home/mygpsbd/public_html/artisan(37): Illuminate\\Foundation\\Console\\Kernel->handle(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#37 {main}', '2024-02-09 02:01:02');
INSERT INTO `failed_jobs` (`id`, `connection`, `queue`, `payload`, `exception`, `failed_at`) VALUES
(705, 'database', 'default', '{\"uuid\":\"a6161fa7-24d1-49a2-8ed3-39452929e0ee\",\"displayName\":\"App\\\\Jobs\\\\SmsSend\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"delay\":null,\"timeout\":null,\"timeoutAt\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\SmsSend\",\"command\":\"O:16:\\\"App\\\\Jobs\\\\SmsSend\\\":9:{s:4:\\\"data\\\";a:2:{s:4:\\\"data\\\";O:39:\\\"Illuminate\\\\Database\\\\Eloquent\\\\Collection\\\":1:{s:8:\\\"\\u0000*\\u0000items\\\";a:100:{i:0;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3196;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Minor\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01713582871\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$wS\\/TSJ2Bc4B12cGO8xuSCuCBfqthi0RuDALKB7SZacejgClqP8ZRO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 10:45:00\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 10:45:00\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3196;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Minor\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01713582871\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$wS\\/TSJ2Bc4B12cGO8xuSCuCBfqthi0RuDALKB7SZacejgClqP8ZRO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 10:45:00\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 10:45:00\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:1;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3197;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Sk.Tanvir Ahmmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1755637539\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$gZMRTz4lxkzMOcxPyDXYgOwiCTCYpzu77Ujt6Qd8fE53P\\/UjTIWPm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 10:47:21\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 10:47:21\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3197;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Sk.Tanvir Ahmmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1755637539\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$gZMRTz4lxkzMOcxPyDXYgOwiCTCYpzu77Ujt6Qd8fE53P\\/UjTIWPm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 10:47:21\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 10:47:21\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:2;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3198;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Md. Rafiuddin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1714008881\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$t163tiRVsPU00lLcSj9Fe.J0A02G1\\/J\\/0DDYdAgN2Lx0ikR9lcrxy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 11:06:02\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 11:06:02\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3198;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Md. Rafiuddin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1714008881\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$t163tiRVsPU00lLcSj9Fe.J0A02G1\\/J\\/0DDYdAgN2Lx0ikR9lcrxy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 11:06:02\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 11:06:02\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:3;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3199;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Mozammel Hoque\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01740936269\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ipP5lvPjUQP.W7mHm4JgeOhOEVpo433squaP2UFPRsmFaP8fqohKu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 11:07:53\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 11:07:53\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3199;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Mozammel Hoque\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01740936269\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ipP5lvPjUQP.W7mHm4JgeOhOEVpo433squaP2UFPRsmFaP8fqohKu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 11:07:53\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 11:07:53\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:4;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3200;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Jasmin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711133149\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$1Mfmqj.yM4o9R50u0nJYp.0mrXMGUyUzu6BgC1X1uEZE56RStbKve\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 11:12:04\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 11:12:04\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3200;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Jasmin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711133149\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$1Mfmqj.yM4o9R50u0nJYp.0mrXMGUyUzu6BgC1X1uEZE56RStbKve\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 11:12:04\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 11:12:04\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:5;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3201;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:20:\\\"Mostafa tanvir pasha\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01772563772\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$XmcsHnRwiDYaKr63PQibvurB734c2D07pm4DyeeiV77jk79SzL4b6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 11:14:11\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 11:14:11\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3201;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:20:\\\"Mostafa tanvir pasha\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01772563772\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$XmcsHnRwiDYaKr63PQibvurB734c2D07pm4DyeeiV77jk79SzL4b6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 11:14:11\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 11:14:11\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:6;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3202;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Md. Mojibur Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01739047040\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$6We9Ktq1\\/l73ZZcb.TVK9Ocp41dDm58dh28eFIO97v3itD6OpCzw6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 11:18:22\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 11:18:22\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3202;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Md. Mojibur Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01739047040\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$6We9Ktq1\\/l73ZZcb.TVK9Ocp41dDm58dh28eFIO97v3itD6OpCzw6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 11:18:22\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 11:18:22\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:7;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3203;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md. Azizul haque\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01751852282\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$dTOEEhGr6hTIpetLK2dTve\\/TShxmF2E0NXqekVs31wA0pEtbDQoyG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 11:21:49\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 11:21:49\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3203;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md. Azizul haque\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01751852282\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$dTOEEhGr6hTIpetLK2dTve\\/TShxmF2E0NXqekVs31wA0pEtbDQoyG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 11:21:49\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 11:21:49\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:8;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3204;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Md Mamunur Rashid\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01723532213\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$YeU.sdxXtaV9x1anzzMJMu1C1olck1gP5MQPO\\/8E7aWQz3lAXMTou\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 11:25:40\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 11:25:40\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3204;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Md Mamunur Rashid\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01723532213\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$YeU.sdxXtaV9x1anzzMJMu1C1olck1gP5MQPO\\/8E7aWQz3lAXMTou\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 11:25:40\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 11:25:40\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:9;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3205;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"MONIR\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01777976997\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$zm\\/KTz12wyDEDvVZFjJNPujBWFW\\/oivTjNCoM5bCtHVv\\/TU9i4Bzy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 11:30:30\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 11:30:30\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3205;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"MONIR\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01777976997\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$zm\\/KTz12wyDEDvVZFjJNPujBWFW\\/oivTjNCoM5bCtHVv\\/TU9i4Bzy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 11:30:30\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 11:30:30\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:10;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3207;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Mehrab Pranto\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01968862710\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$qp49jZ2LvLIqq3cgLOuUC.p000cbLh389SK8OHtYlkszh2R3Xt8nO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 11:41:41\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 11:41:41\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3207;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Mehrab Pranto\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01968862710\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$qp49jZ2LvLIqq3cgLOuUC.p000cbLh389SK8OHtYlkszh2R3Xt8nO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 11:41:41\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 11:41:41\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:11;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3208;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Md Helal E Ajam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01797933999\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$b84e2ym2QRcq2Wy19sOHHejGswGur.JSac6padaglgDt\\/Ou7cbmp6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 11:43:58\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 11:43:58\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3208;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Md Helal E Ajam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01797933999\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$b84e2ym2QRcq2Wy19sOHHejGswGur.JSac6padaglgDt\\/Ou7cbmp6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 11:43:58\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 11:43:58\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:12;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3209;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"Shahin Hossain Khan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"saon.apple@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01918698184\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Goah71Nud4AzzUBVAX3HoOTy8GWVgz5QFDPX5I2jjpWcfMcLyyBGW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 11:46:13\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 11:46:13\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3209;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"Shahin Hossain Khan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"saon.apple@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01918698184\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Goah71Nud4AzzUBVAX3HoOTy8GWVgz5QFDPX5I2jjpWcfMcLyyBGW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 11:46:13\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 11:46:13\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:13;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3210;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Sagar Khan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:25:\\\"sagarkhan2025ju@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01678022919\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$TjW2I..iti4Jmt4m.d\\/CQeoCqBjnR\\/g9t\\/5fzIZPOriFSjZtQkS9G\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 11:48:50\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 11:48:50\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3210;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Sagar Khan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:25:\\\"sagarkhan2025ju@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01678022919\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$TjW2I..iti4Jmt4m.d\\/CQeoCqBjnR\\/g9t\\/5fzIZPOriFSjZtQkS9G\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 11:48:50\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 11:48:50\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:14;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3211;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Golam Rasul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01913071485\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$7bUE2c.tabXm7zXRkbPxb.46xSVCmcScooNFwzcIHKEyLMfCo.JWK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 11:51:42\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 11:51:42\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3211;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Golam Rasul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01913071485\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$7bUE2c.tabXm7zXRkbPxb.46xSVCmcScooNFwzcIHKEyLMfCo.JWK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 11:51:42\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 11:51:42\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:15;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3212;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:21:\\\"Mohammed Nazrul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"riponmail@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01736634114\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Dyb6nC94p6pYprRmpp1IH.t9X\\/AfznMM70hyjS6lQmZJr\\/Ev9VHRy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 12:29:13\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 12:29:13\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3212;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:21:\\\"Mohammed Nazrul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"riponmail@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01736634114\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Dyb6nC94p6pYprRmpp1IH.t9X\\/AfznMM70hyjS6lQmZJr\\/Ev9VHRy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 12:29:13\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 12:29:13\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:16;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3213;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md. Emtiaz Layek\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"emtiaz.dk@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01777992250\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$WnNeg9fZmbrCLQqvFTuAv.PDLBuDXSpQjzrcKVGJlAdKgB7US69je\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 12:31:36\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 12:31:36\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3213;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md. Emtiaz Layek\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"emtiaz.dk@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01777992250\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$WnNeg9fZmbrCLQqvFTuAv.PDLBuDXSpQjzrcKVGJlAdKgB7US69je\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 12:31:36\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 12:31:36\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:17;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3214;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Md Mamun Rashid\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01731743594\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Qng.oqIkDjEYnMCcgmeqE.TTTdf4nczJ7KoKxwQWYEKniS5GYAv6a\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 12:34:03\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 12:34:03\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3214;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Md Mamun Rashid\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01731743594\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Qng.oqIkDjEYnMCcgmeqE.TTTdf4nczJ7KoKxwQWYEKniS5GYAv6a\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 12:34:03\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 12:34:03\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:18;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3215;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md.Anwar Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716008477\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$NZlNfiujDGPJjFeWgBgjhuLIgQRXFQsuLGLfX7\\/s32Cmxb7xy..Zy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 12:36:54\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 12:36:54\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3215;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md.Anwar Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716008477\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$NZlNfiujDGPJjFeWgBgjhuLIgQRXFQsuLGLfX7\\/s32Cmxb7xy..Zy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 12:36:54\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 12:36:54\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:19;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3216;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Mahfuz Alam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712673077\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$bOC3eO4V604PZHJ8laOvWu5BqV5pVgswoYsOscL8TxWpC85u2b2Ki\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 12:39:26\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 12:39:26\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3216;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Mahfuz Alam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712673077\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$bOC3eO4V604PZHJ8laOvWu5BqV5pVgswoYsOscL8TxWpC85u2b2Ki\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 12:39:26\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 12:39:26\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:20;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3217;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Md Masud Karim\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01819259299\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$G6P1txQCVl0fS\\/a5nk2N8en7XK\\/d636wVHxGzArdks9.SU0xkjL3.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 12:46:39\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 12:46:39\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3217;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Md Masud Karim\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01819259299\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$G6P1txQCVl0fS\\/a5nk2N8en7XK\\/d636wVHxGzArdks9.SU0xkjL3.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 12:46:39\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 12:46:39\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:21;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3218;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Abir\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01680617305\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ri884xgs6CRPn8TwKd2\\/G.mU1lj0dCbFW5mNteCQRSbBkw7Dly66W\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 12:49:05\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 12:49:05\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3218;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Abir\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01680617305\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ri884xgs6CRPn8TwKd2\\/G.mU1lj0dCbFW5mNteCQRSbBkw7Dly66W\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 12:49:05\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 12:49:05\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:22;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3219;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"ABDUR RAHMAN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711584726\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$OeZruSDRZtJx.EGwwCZhMOd8xYrwS6ul2FjV6HB12tMjX8y4t8KAe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 12:59:22\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 12:59:22\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3219;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"ABDUR RAHMAN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711584726\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$OeZruSDRZtJx.EGwwCZhMOd8xYrwS6ul2FjV6HB12tMjX8y4t8KAe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 12:59:22\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 12:59:22\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:23;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3220;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Mohin Uddin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01857623064\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ETBpywVFB5bKFj4bu2gRiuZM4xgXqEeR6KqWRCyITctUkz0\\/PUEFW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 13:38:26\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 13:38:26\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3220;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Mohin Uddin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01857623064\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ETBpywVFB5bKFj4bu2gRiuZM4xgXqEeR6KqWRCyITctUkz0\\/PUEFW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 13:38:26\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 13:38:26\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:24;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3221;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Mahmud ul haque\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1715025424\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$4KATPb\\/wjsOFFUakHCDIEuW0qItENsjB16xJLuXQxTKxIXwKZDBIy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 13:41:35\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 13:41:35\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3221;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Mahmud ul haque\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1715025424\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$4KATPb\\/wjsOFFUakHCDIEuW0qItENsjB16xJLuXQxTKxIXwKZDBIy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 13:41:35\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 13:41:35\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:25;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3222;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Md Main uddin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715149335\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$u3N1gF2mDiY3R\\/0kW4w\\/\\/O6epbCasT.9M\\/MnqflXVJOhSLnDFcdMq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 13:48:14\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 13:48:14\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3222;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Md Main uddin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715149335\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$u3N1gF2mDiY3R\\/0kW4w\\/\\/O6epbCasT.9M\\/MnqflXVJOhSLnDFcdMq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 13:48:14\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 13:48:14\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:26;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3224;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Kadimul Hasan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01739701827\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$lOUNUwrxvvrMlsqcWrvN1.LaK4mwD2jNP6uxOnGJC.p1y8wJbi6ky\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 13:55:30\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 13:55:30\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3224;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Kadimul Hasan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01739701827\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$lOUNUwrxvvrMlsqcWrvN1.LaK4mwD2jNP6uxOnGJC.p1y8wJbi6ky\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 13:55:30\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 13:55:30\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:27;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3225;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"MD Mehedi Hasan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715991163\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$q\\/zBKKqhN4K69KV9GGnd0Oit4s\\/k8j5cBDizCbJohlqiiICA7AnYi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 13:57:37\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 13:57:37\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3225;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"MD Mehedi Hasan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715991163\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$q\\/zBKKqhN4K69KV9GGnd0Oit4s\\/k8j5cBDizCbJohlqiiICA7AnYi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 13:57:37\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 13:57:37\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:28;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3226;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Morad Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01766703379\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$YXtqmf.WUyYyOwkqX5.cXeh\\/A72kUZ0vZu7rz9HS1hv.zbG4RFAtS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 14:11:07\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 14:11:07\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3226;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Morad Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01766703379\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$YXtqmf.WUyYyOwkqX5.cXeh\\/A72kUZ0vZu7rz9HS1hv.zbG4RFAtS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 14:11:07\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 14:11:07\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:29;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3227;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Monir\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01923283866\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$aL5bxtYUEVo\\/LxVRO7Pp5eQJh6r\\/MbU8StEJdonRXL7sNzuy1WLly\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 14:17:59\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 14:17:59\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3227;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Monir\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01923283866\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$aL5bxtYUEVo\\/LxVRO7Pp5eQJh6r\\/MbU8StEJdonRXL7sNzuy1WLly\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 14:17:59\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 14:17:59\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:30;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3228;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Dabasish\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01819869539\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$VMfZDSaydW.adNrNqwHqMeHTrr\\/dHBvn\\/wsESjk159qpc5g8LVQN2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 14:20:59\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 14:20:59\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3228;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Dabasish\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01819869539\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$VMfZDSaydW.adNrNqwHqMeHTrr\\/dHBvn\\/wsESjk159qpc5g8LVQN2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 14:20:59\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 14:20:59\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:31;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3229;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"ATM Mahfuz Hassan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"bornio1982@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712552750\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Mw9U8HJAYxr3jxqvHodStu4.RS9AfcLfvLcAlK2A6g1Q132JkLVvq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 14:23:15\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 14:23:15\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3229;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"ATM Mahfuz Hassan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"bornio1982@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712552750\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Mw9U8HJAYxr3jxqvHodStu4.RS9AfcLfvLcAlK2A6g1Q132JkLVvq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 14:23:15\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 14:23:15\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:32;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3230;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"MD. TAREQ HOSSAIN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:25:\\\"mtareqhossain07@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01306912171\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$HafwG0mjd\\/bOUOJC4lwTmu6jjzWteqMiul\\/dStDX1z0Hf8lEDscZi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 14:31:19\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 14:31:19\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3230;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"MD. TAREQ HOSSAIN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:25:\\\"mtareqhossain07@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01306912171\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$HafwG0mjd\\/bOUOJC4lwTmu6jjzWteqMiul\\/dStDX1z0Hf8lEDscZi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 14:31:19\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 14:31:19\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:33;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3233;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Sayeed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01819403797\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$BQ8uj2enXdXbCveO\\/vt6CemXGD2fi8kC.cYLVA5.zrifctDTsNNR.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-16 10:38:33\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-16 10:38:33\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3233;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Sayeed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01819403797\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$BQ8uj2enXdXbCveO\\/vt6CemXGD2fi8kC.cYLVA5.zrifctDTsNNR.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-16 10:38:33\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-16 10:38:33\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:34;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3234;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"shofiul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01610456362\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$hwwkH\\/wBfi4P6azU.EK76OYvVMjmsXG2pCTjqAhRqf4MFaqAiS0Ai\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-16 10:40:37\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-16 10:40:37\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3234;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"shofiul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01610456362\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$hwwkH\\/wBfi4P6azU.EK76OYvVMjmsXG2pCTjqAhRqf4MFaqAiS0Ai\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-16 10:40:37\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-16 10:40:37\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:35;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3235;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Nura al amin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711010248\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$kTmwOgUftswNhwFExJMyJeMU8zQWS7bW3VmuvlyMWzjISjcXo2MsW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-16 10:45:06\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-16 10:45:06\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3235;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Nura al amin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711010248\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$kTmwOgUftswNhwFExJMyJeMU8zQWS7bW3VmuvlyMWzjISjcXo2MsW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-16 10:45:06\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-16 10:45:06\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:36;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3236;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Sanjib\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01741676291\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$UPgX3.FOizSBMOOkds1vveLZTZBwvR69NSrDeuRHLXjsJi9hXXAja\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-16 10:53:53\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-16 10:53:53\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3236;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Sanjib\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01741676291\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$UPgX3.FOizSBMOOkds1vveLZTZBwvR69NSrDeuRHLXjsJi9hXXAja\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-16 10:53:53\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-16 10:53:53\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:37;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3237;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:23:\\\"Shyamal Chandra Debnath\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01847192791\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ex9iR2wwwNqS69k47jl8huHpOaLks9VaRQTnXPy2.CfN8105eYTS6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-16 10:59:20\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-16 10:59:20\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3237;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:23:\\\"Shyamal Chandra Debnath\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01847192791\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ex9iR2wwwNqS69k47jl8huHpOaLks9VaRQTnXPy2.CfN8105eYTS6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-16 10:59:20\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-16 10:59:20\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:38;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3238;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Nazmul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716011647\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$5iYgbuNl9x\\/pa7EUoXHytOKO0QjE8FSDK8CDPMISO7QE\\/2Kh069am\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-16 11:04:16\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-16 11:04:16\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3238;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Nazmul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716011647\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$5iYgbuNl9x\\/pa7EUoXHytOKO0QjE8FSDK8CDPMISO7QE\\/2Kh069am\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-16 11:04:16\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-16 11:04:16\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:39;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3239;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Sumon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01754844120\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$zysKtBNJLiOxAKf0LndGQ.Q0D6c4HkDrVacSOlPxfv\\/\\/ZV5xcivcm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-16 11:11:03\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-16 11:11:03\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3239;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Sumon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01754844120\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$zysKtBNJLiOxAKf0LndGQ.Q0D6c4HkDrVacSOlPxfv\\/\\/ZV5xcivcm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-16 11:11:03\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-16 11:11:03\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:40;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3240;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Shafi\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01642007875\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$lNXcycXVFBoQemR9CjuKN.GXeDX5MxI.9HHrpXsapuJ1mTAsc2USe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-16 11:17:20\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-16 11:17:20\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3240;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Shafi\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01642007875\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$lNXcycXVFBoQemR9CjuKN.GXeDX5MxI.9HHrpXsapuJ1mTAsc2USe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-16 11:17:20\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-16 11:17:20\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:41;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3241;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Nannu\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1913921129\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$7HBW3SNxd9bwCwUP7rO2COVHmq16Tq.vKa12G9EWPUBYqMv7az.p6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-16 11:22:53\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-16 11:22:53\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3241;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Nannu\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1913921129\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$7HBW3SNxd9bwCwUP7rO2COVHmq16Tq.vKa12G9EWPUBYqMv7az.p6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-16 11:22:53\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-16 11:22:53\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:42;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3242;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Niaz\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712673900\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$PfBRtIQQtSr80LfzVFrzj.hV2x\\/ggNDyt3.3Sgp9k77XeqylQD70u\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-17 10:38:43\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-17 10:38:43\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3242;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Niaz\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712673900\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$PfBRtIQQtSr80LfzVFrzj.hV2x\\/ggNDyt3.3Sgp9k77XeqylQD70u\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-17 10:38:43\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-17 10:38:43\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:43;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3243;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"MD.Hasanuzzaman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"h.zaman92@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01627273392\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$6Q9Vlnw2nyqZ00c7YHA1NOE9YhEbVXSIerPM.AoBzwkuFZwCymWAy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-17 10:46:45\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-17 10:46:45\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3243;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"MD.Hasanuzzaman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"h.zaman92@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01627273392\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$6Q9Vlnw2nyqZ00c7YHA1NOE9YhEbVXSIerPM.AoBzwkuFZwCymWAy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-17 10:46:45\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-17 10:46:45\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:44;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3244;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Shehab Shurid\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1782119944\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$.ZAgeP3MBsDNKF3.fBQ65uB\\/f3.f9H2Lf9\\/JqtIzLdCaGwFWD1ily\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-17 10:49:06\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-17 10:49:06\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3244;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Shehab Shurid\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1782119944\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$.ZAgeP3MBsDNKF3.fBQ65uB\\/f3.f9H2Lf9\\/JqtIzLdCaGwFWD1ily\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-17 10:49:06\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-17 10:49:06\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:45;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3245;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"jahangir77\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711078298\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$IYy6js8NoqUKBM9VZgJqKuy1CJrr6qy5cLygKbOXo8Ni\\/b5ePo22K\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-17 10:51:01\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-17 10:51:01\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3245;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"jahangir77\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711078298\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$IYy6js8NoqUKBM9VZgJqKuy1CJrr6qy5cLygKbOXo8Ni\\/b5ePo22K\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-17 10:51:01\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-17 10:51:01\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:46;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3246;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Azshraf\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712501118\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$z0fprCTiVZR2Eo1jb4wTke7ECeTLjGpKunsPCuYIbGezt2VRxpdfC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-17 10:52:57\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-17 10:52:57\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3246;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Azshraf\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712501118\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$z0fprCTiVZR2Eo1jb4wTke7ECeTLjGpKunsPCuYIbGezt2VRxpdfC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-17 10:52:57\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-17 10:52:57\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:47;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3247;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Morshed01\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01819624814\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$3\\/ZjQV6zljwzFplQqciVoO2rTGxBjtOHP0iU3c.lqY4kXxXVYCtha\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-17 11:01:04\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-17 11:01:04\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3247;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Morshed01\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01819624814\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$3\\/ZjQV6zljwzFplQqciVoO2rTGxBjtOHP0iU3c.lqY4kXxXVYCtha\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-17 11:01:04\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-17 11:01:04\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:48;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3248;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Maksuda\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01616351555\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$yw0pjqT39MgCby5dFvecUebw6jziNS7fGnAty.N0HWOk4SMzXyjEm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-17 11:05:59\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-17 11:05:59\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3248;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Maksuda\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01616351555\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$yw0pjqT39MgCby5dFvecUebw6jziNS7fGnAty.N0HWOk4SMzXyjEm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-17 11:05:59\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-17 11:05:59\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:49;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3249;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"MD Asrful.alom\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715933121\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$DO3Qa0Z\\/zzZun1z9jyQDhOCiJfCzREo1hzNHuxm72m8KrwP\\/f0T6u\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-17 11:08:11\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-17 11:08:11\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3249;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"MD Asrful.alom\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715933121\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$DO3Qa0Z\\/zzZun1z9jyQDhOCiJfCzREo1hzNHuxm72m8KrwP\\/f0T6u\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-17 11:08:11\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-17 11:08:11\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:50;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3250;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Mizanur Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01706327377\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$pah1Xkg3HBX6ox6IkCfKZ.o5QbbmYga9ThiaH70DSYrHJBnTg7AUO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-17 11:10:25\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-17 11:10:25\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3250;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Mizanur Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01706327377\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$pah1Xkg3HBX6ox6IkCfKZ.o5QbbmYga9ThiaH70DSYrHJBnTg7AUO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-17 11:10:25\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-17 11:10:25\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:51;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3252;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md Zahidul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01729300060\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$YilH1QOWlXwsS6mX1norY.eYaL62Qd9edTKX.rsQJVnW1f4T0UwFO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-17 11:19:39\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-17 11:19:39\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3252;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md Zahidul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01729300060\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$YilH1QOWlXwsS6mX1norY.eYaL62Qd9edTKX.rsQJVnW1f4T0UwFO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-17 11:19:39\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-17 11:19:39\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:52;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3254;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Ferdous\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01329924867\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$I90YExxVBljNwIjR0VRLE.kImcsRlk740ZT0Xefv\\/46ZyEXK1xJAG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-17 11:35:21\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-17 11:35:21\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3254;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Ferdous\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01329924867\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$I90YExxVBljNwIjR0VRLE.kImcsRlk740ZT0Xefv\\/46ZyEXK1xJAG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-17 11:35:21\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-17 11:35:21\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:53;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3255;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Abir\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01606020456\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$XeDd5ipwrr03PHdE1NxXYu535oVKWR7ZSIAqyRVIkcwoOhGctc5NO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-17 11:38:57\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-17 11:38:57\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3255;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Abir\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01606020456\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$XeDd5ipwrr03PHdE1NxXYu535oVKWR7ZSIAqyRVIkcwoOhGctc5NO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-17 11:38:57\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-17 11:38:57\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:54;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3256;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Kolim\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01714478742\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$yWv3BuwpcfLHTTFVLuXAOeHkOsHt91vIFyMRljg\\/1meg.pj9Yh5ga\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-17 11:41:16\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-17 11:41:16\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3256;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Kolim\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01714478742\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$yWv3BuwpcfLHTTFVLuXAOeHkOsHt91vIFyMRljg\\/1meg.pj9Yh5ga\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-17 11:41:16\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-17 11:41:16\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:55;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3258;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"MERAZ ISLAM\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"merazislamh@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01611115054\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$HW509WDzPpinNEyW\\/asWJ.xNGvzb.8jIsuCb3h87A3CBF7m2lJ.vK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-17 11:51:34\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-17 11:51:34\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3258;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"MERAZ ISLAM\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"merazislamh@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01611115054\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$HW509WDzPpinNEyW\\/asWJ.xNGvzb.8jIsuCb3h87A3CBF7m2lJ.vK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-17 11:51:34\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-17 11:51:34\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:56;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3259;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:20:\\\"Md. Ali Arman Shiblu\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01718755764\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$g0QRRvmgfyYpWV2aglIXGuR7zliwkyQHoEQ2imTnQgETgoY1UxxLe\\\";s:14:\\\"remember_token\\\";s:60:\\\"1MUi54wC5kHl8i64gE0sqsvaJ7Sd5q7LLcB2tAFONN2vnk3a4zQOppb73vu2\\\";s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-17 12:00:41\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-17 12:00:41\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3259;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:20:\\\"Md. Ali Arman Shiblu\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01718755764\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$g0QRRvmgfyYpWV2aglIXGuR7zliwkyQHoEQ2imTnQgETgoY1UxxLe\\\";s:14:\\\"remember_token\\\";s:60:\\\"1MUi54wC5kHl8i64gE0sqsvaJ7Sd5q7LLcB2tAFONN2vnk3a4zQOppb73vu2\\\";s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-17 12:00:41\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-17 12:00:41\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:57;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3260;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Rowja\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01893442647\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$fcHsm7jq3GJ546ynxOVe.O26orZysrdEkVHqkR5Z1nSHizkBCrOjO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-17 12:02:52\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-17 12:02:52\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3260;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Rowja\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01893442647\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$fcHsm7jq3GJ546ynxOVe.O26orZysrdEkVHqkR5Z1nSHizkBCrOjO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-17 12:02:52\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-17 12:02:52\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:58;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3261;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Hizir\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01859586777\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$QXkMhnXj4cIkoeVjtKEBIOij\\/RcbOlhkYsdcRRfkVetRcst.esPPC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-17 12:05:24\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-17 12:05:24\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3261;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Hizir\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01859586777\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$QXkMhnXj4cIkoeVjtKEBIOij\\/RcbOlhkYsdcRRfkVetRcst.esPPC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-17 12:05:24\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-17 12:05:24\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:59;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3262;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Sayed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01730965230\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$6i8Qggjo2pcPis0YDCzg9.lSqQ0xkYnscPnX3jW1LXzJejQfJWRUO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-21 10:28:19\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-21 10:28:19\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3262;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Sayed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01730965230\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$6i8Qggjo2pcPis0YDCzg9.lSqQ0xkYnscPnX3jW1LXzJejQfJWRUO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-21 10:28:19\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-21 10:28:19\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:60;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3263;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Jewel\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711533117\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$qkW\\/xT8mHqeRu85sbWHlqOjfbJdNmJD8UEP9kmQcs9uayqm1nyLXe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-21 10:30:31\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-21 10:30:31\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3263;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Jewel\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711533117\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$qkW\\/xT8mHqeRu85sbWHlqOjfbJdNmJD8UEP9kmQcs9uayqm1nyLXe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-21 10:30:31\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-21 10:30:31\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:61;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3264;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Iqbal\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01755637555\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$JtYaQl9LMAJs9aLekYWcv.4gcfvTLEhV9iNfbFQKLdpziJRvm9aoK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-21 10:35:52\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-21 10:35:52\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3264;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Iqbal\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01755637555\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$JtYaQl9LMAJs9aLekYWcv.4gcfvTLEhV9iNfbFQKLdpziJRvm9aoK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-21 10:35:52\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-21 10:35:52\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:62;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3265;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Ripon Sarker\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"risisarker@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01867052659\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$3BMk0qLmdolCe03IO42dfO5J6m\\/bMdECznHSiM8pklAs0jKsH6WxC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-21 10:40:55\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-21 10:40:55\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3265;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Ripon Sarker\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"risisarker@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01867052659\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$3BMk0qLmdolCe03IO42dfO5J6m\\/bMdECznHSiM8pklAs0jKsH6WxC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-21 10:40:55\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-21 10:40:55\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:63;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3266;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Niti\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01731512004\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$R9ZXRIiz2tnzwJehmEE8NeA0gJZW8CMU7sj6EueOfq31TfbHWQlQW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-21 10:49:41\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-21 10:49:41\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3266;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Niti\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01731512004\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$R9ZXRIiz2tnzwJehmEE8NeA0gJZW8CMU7sj6EueOfq31TfbHWQlQW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-21 10:49:41\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-21 10:49:41\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:64;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3267;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Adnan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01798826314\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$1cvIIRVy2aOpvFVlRrOIZ.rnjB2\\/jMiAA4ImG\\/KTyVaV69YDIvw9e\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-21 10:55:54\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-21 10:55:54\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3267;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Adnan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01798826314\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$1cvIIRVy2aOpvFVlRrOIZ.rnjB2\\/jMiAA4ImG\\/KTyVaV69YDIvw9e\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-21 10:55:54\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-21 10:55:54\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:65;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3268;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Altaf\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01926453656\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$q0hiu4qy1PdwGWXDjHyxlefyk968XorrxtvlYArUaeYedJvpZYJPK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-21 11:39:07\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-21 11:39:07\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3268;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Altaf\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01926453656\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$q0hiu4qy1PdwGWXDjHyxlefyk968XorrxtvlYArUaeYedJvpZYJPK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-21 11:39:07\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-21 11:39:07\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:66;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3269;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Faruk\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01911420022\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$V97tcGO0dXccPA4MwQfxA.Vc3GHxbEmk4IzYyOod4BNIpRIYnhKNe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-21 11:46:42\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-21 11:46:42\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3269;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Faruk\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01911420022\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$V97tcGO0dXccPA4MwQfxA.Vc3GHxbEmk4IzYyOod4BNIpRIYnhKNe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-21 11:46:42\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-21 11:46:42\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:67;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3270;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Faruk\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711069253\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$.pXRgfDIE5veWO4DsSgD9e8HKr4DmcP2HI2QGClEzzEm4gljKfyvq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-21 11:49:11\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-21 11:49:11\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3270;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Faruk\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711069253\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$.pXRgfDIE5veWO4DsSgD9e8HKr4DmcP2HI2QGClEzzEm4gljKfyvq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-21 11:49:11\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-21 11:49:11\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:68;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3271;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Md.Ruhul Amin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01720094616\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$idImBC0SGjFpaDPbgltM.elMpB6ib7\\/necjPv4OVMWcD1Dq\\/ZRwCu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-21 11:52:13\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-21 11:52:13\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3271;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Md.Ruhul Amin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01720094616\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$idImBC0SGjFpaDPbgltM.elMpB6ib7\\/necjPv4OVMWcD1Dq\\/ZRwCu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-21 11:52:13\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-21 11:52:13\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:69;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3272;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Md Rezaul haque\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"rhaque704@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01707081679\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$lWDEK7jXWUbPJWtoUtB9hu.Vun6wxsybD3CCX\\/5ZthFNoYCnvXpYa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-21 12:29:43\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-21 12:29:43\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3272;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Md Rezaul haque\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"rhaque704@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01707081679\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$lWDEK7jXWUbPJWtoUtB9hu.Vun6wxsybD3CCX\\/5ZthFNoYCnvXpYa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-21 12:29:43\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-21 12:29:43\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:70;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3273;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Md Nasir\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01737707458\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$859pWQvj7Pfc0HVM0CJHuuyKl9sxXkPXxYusJLmXP6evE8lQRwvwi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-21 12:42:58\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-21 12:42:58\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3273;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Md Nasir\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01737707458\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$859pWQvj7Pfc0HVM0CJHuuyKl9sxXkPXxYusJLmXP6evE8lQRwvwi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-21 12:42:58\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-21 12:42:58\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:71;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3275;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Mehedi Hasan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01812808182\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$h0ZHPevU3W46\\/a6Qsn..J.J9Ase8OjYWp13fKXi.L41ez893TW0q.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-21 12:48:23\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-21 12:48:23\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3275;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Mehedi Hasan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01812808182\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$h0ZHPevU3W46\\/a6Qsn..J.J9Ase8OjYWp13fKXi.L41ez893TW0q.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-21 12:48:23\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-21 12:48:23\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:72;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3276;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Muntasir mamun\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01819414640\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$S2b4J37QeGBvNzNjaqMJCuRHExNHuGia7aMLMXT.CsmZVkOJUo\\/Oe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-21 12:52:12\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-21 12:52:12\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3276;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Muntasir mamun\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01819414640\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$S2b4J37QeGBvNzNjaqMJCuRHExNHuGia7aMLMXT.CsmZVkOJUo\\/Oe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-21 12:52:12\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-21 12:52:12\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:73;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3277;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Naimul  Ahsan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711486939\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ZJMJp7Mt39.kAkRIARpz.uTr2nvz4nAnNWD03fhVFqGaBYvglSRaC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-21 12:56:58\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-21 12:56:58\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3277;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Naimul  Ahsan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711486939\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ZJMJp7Mt39.kAkRIARpz.uTr2nvz4nAnNWD03fhVFqGaBYvglSRaC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-21 12:56:58\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-21 12:56:58\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:74;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3278;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Sayed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01769007137\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$nIcbOHuv3jL.\\/.fDgj.q3Okw1SJLzDbVW8B.wSO0F4TmvfCriQCT2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-21 12:59:08\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-21 12:59:08\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3278;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Sayed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01769007137\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$nIcbOHuv3jL.\\/.fDgj.q3Okw1SJLzDbVW8B.wSO0F4TmvfCriQCT2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-21 12:59:08\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-21 12:59:08\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:75;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3279;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md. Rubel mridha\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01762606262\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$SHocu4qndHtuD9I39lDRieB8gDzhkm2cNWOzzHu.b4lwkJ8pJMFFK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-21 13:03:28\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-21 13:03:28\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3279;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md. Rubel mridha\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01762606262\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$SHocu4qndHtuD9I39lDRieB8gDzhkm2cNWOzzHu.b4lwkJ8pJMFFK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-21 13:03:28\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-21 13:03:28\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:76;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3280;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Golam Mostofa\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01748972736\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$egZtfFP7PMOInAvv51MXROyCrOqDJA62vjE1ogtjQ4ZcRmeZ10E6G\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-21 13:09:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-21 13:09:29\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3280;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Golam Mostofa\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01748972736\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$egZtfFP7PMOInAvv51MXROyCrOqDJA62vjE1ogtjQ4ZcRmeZ10E6G\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-21 13:09:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-21 13:09:29\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:77;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3281;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Irin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01632284846\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$0ZKbPYWg6xxemo1Vi4O.6.aQJiWlQBTtv0M4EYBPqmzaBIIzsuYTW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-21 13:11:34\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-21 13:11:34\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3281;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Irin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01632284846\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$0ZKbPYWg6xxemo1Vi4O.6.aQJiWlQBTtv0M4EYBPqmzaBIIzsuYTW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-21 13:11:34\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-21 13:11:34\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:78;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3283;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Sarfaraz Mohammed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715572797\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$W1AapXSkLApKvH3LgZIiN.uIWz\\/Bm7TKWP8C4P4cP0YXNl0jX0eN.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-22 12:34:30\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-22 12:34:30\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3283;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Sarfaraz Mohammed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715572797\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$W1AapXSkLApKvH3LgZIiN.uIWz\\/Bm7TKWP8C4P4cP0YXNl0jX0eN.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-22 12:34:30\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-22 12:34:30\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:79;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3284;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"MD ISMAIL HOSSAIN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01328896669\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$QE.doWgNiK2mZCjKFKicO.O.55GR0gdr4PHBwHOCvtSpKdX.xjqh.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-22 12:36:40\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-22 12:36:40\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3284;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"MD ISMAIL HOSSAIN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01328896669\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$QE.doWgNiK2mZCjKFKicO.O.55GR0gdr4PHBwHOCvtSpKdX.xjqh.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-22 12:36:40\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-22 12:36:40\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:80;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3285;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Akm Ashrafuzzaman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715713305\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$aPHvV6KlSZmtwS3AB6St0OAsGYzGDFD0p5TJ96Aua6KKU3WGLkCF.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-22 12:43:12\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-22 12:43:12\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3285;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Akm Ashrafuzzaman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715713305\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$aPHvV6KlSZmtwS3AB6St0OAsGYzGDFD0p5TJ96Aua6KKU3WGLkCF.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-22 12:43:12\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-22 12:43:12\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:81;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3286;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:26:\\\"Mohammad Suborno Daud Toha\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1914949846\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$gz6Gw4bnoVtSXlhem60MbOJmuebcRxJqC5sr0ATWdovUeQhJg6pt6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-22 12:46:12\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-22 12:46:12\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3286;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:26:\\\"Mohammad Suborno Daud Toha\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1914949846\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$gz6Gw4bnoVtSXlhem60MbOJmuebcRxJqC5sr0ATWdovUeQhJg6pt6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-22 12:46:12\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-22 12:46:12\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:82;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3288;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:21:\\\"MD.Mahmudunnabi Moznu\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"moznububt@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01601670985\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ypgNiG5\\/Qbb0RyVqoLh3.ehQ8RKcDOeYD06RJfGe0VBV4UIuY94ZC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-22 12:53:21\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-22 12:53:21\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3288;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:21:\\\"MD.Mahmudunnabi Moznu\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"moznububt@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01601670985\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ypgNiG5\\/Qbb0RyVqoLh3.ehQ8RKcDOeYD06RJfGe0VBV4UIuY94ZC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-22 12:53:21\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-22 12:53:21\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:83;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3289;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Md.Nazrul islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01714269658\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$c9fxIj1f7CezuwWmHHpsle\\/51rnMxlAp\\/QyXW\\/ExPQnm4r0roklkK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-22 13:02:55\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-22 13:02:55\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3289;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Md.Nazrul islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01714269658\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$c9fxIj1f7CezuwWmHHpsle\\/51rnMxlAp\\/QyXW\\/ExPQnm4r0roklkK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-22 13:02:55\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-22 13:02:55\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:84;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3290;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Mahabub\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01725150912\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$h6.NUM3cIJLxUolhSrwP7ONrkCansdg7zkTcd9AHjRah.eXCeVPiC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-22 13:07:15\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-22 13:07:15\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3290;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Mahabub\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01725150912\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$h6.NUM3cIJLxUolhSrwP7ONrkCansdg7zkTcd9AHjRah.eXCeVPiC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-22 13:07:15\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-22 13:07:15\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:85;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3291;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Arif\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01718556270\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$q7v2oObTfm6yQ4EWvO7uC..q5jYcHDuoyULiXO8iLKLUOqV4hGqdq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-22 13:19:50\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-22 13:19:50\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3291;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Arif\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01718556270\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$q7v2oObTfm6yQ4EWvO7uC..q5jYcHDuoyULiXO8iLKLUOqV4hGqdq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-22 13:19:50\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-22 13:19:50\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:86;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3292;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Santo Saha\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711446802\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$mzW\\/znP9R6VV.NMktDJH8.JM13FfeC6lfG2PlGHyjaE.Rkcgp6nUC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-22 13:23:32\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-22 13:23:32\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3292;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Santo Saha\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711446802\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$mzW\\/znP9R6VV.NMktDJH8.JM13FfeC6lfG2PlGHyjaE.Rkcgp6nUC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-22 13:23:32\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-22 13:23:32\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:87;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3293;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Mir foiz Ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01755554265\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$JO78oxuHOJyR2etLTMQk1uzsjtQ812IOXzXsFQ8gUBI1v9ACIBCvC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-22 13:27:31\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-22 13:27:31\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3293;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Mir foiz Ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01755554265\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$JO78oxuHOJyR2etLTMQk1uzsjtQ812IOXzXsFQ8gUBI1v9ACIBCvC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-22 13:27:31\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-22 13:27:31\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:88;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3294;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:22:\\\"Shafikur Rahman shafiq\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712936210\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$t.L7CMwgrDRrEKhyYVe.se.V2WRWnTRfWBhHOdTw1A4EVk56BFoe2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-22 13:30:28\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-22 13:30:28\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3294;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:22:\\\"Shafikur Rahman shafiq\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712936210\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$t.L7CMwgrDRrEKhyYVe.se.V2WRWnTRfWBhHOdTw1A4EVk56BFoe2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-22 13:30:28\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-22 13:30:28\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:89;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3297;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Kajol\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712006876\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$eILd8lQc1nvd7We5p9.ch.qGctsyn\\/Xin1ToPdjWFfs.orV4jz6z6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-22 14:14:00\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-22 14:14:00\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3297;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Kajol\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712006876\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$eILd8lQc1nvd7We5p9.ch.qGctsyn\\/Xin1ToPdjWFfs.orV4jz6z6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-22 14:14:00\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-22 14:14:00\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:90;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3298;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Babu Mia\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01728745836\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$CcYY4PFES3gJy5g32sH8susdSHHs6d3ya4IkFJ0uMYeXjbZ\\/ONNUm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-22 14:32:19\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-22 14:32:19\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3298;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Babu Mia\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01728745836\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$CcYY4PFES3gJy5g32sH8susdSHHs6d3ya4IkFJ0uMYeXjbZ\\/ONNUm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-22 14:32:19\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-22 14:32:19\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:91;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3299;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Muklasur rohoman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01920742161\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$WxTRTFRaLkU8KWKCMdbPEuXy9MlBc8H.KzxIlL9drFKEBN6bhc.0q\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-22 14:35:46\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-22 14:35:46\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3299;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Muklasur rohoman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01920742161\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$WxTRTFRaLkU8KWKCMdbPEuXy9MlBc8H.KzxIlL9drFKEBN6bhc.0q\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-22 14:35:46\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-22 14:35:46\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:92;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3300;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Tuhin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712555026\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$oEw\\/VvLRGv4hvZd\\/s9F\\/qu3Fyf0sH5M2MirIJIiZ3\\/uQ.caWshV.W\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-22 14:39:35\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-22 14:39:35\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3300;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Tuhin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712555026\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$oEw\\/VvLRGv4hvZd\\/s9F\\/qu3Fyf0sH5M2MirIJIiZ3\\/uQ.caWshV.W\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-22 14:39:35\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-22 14:39:35\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:93;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3301;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Mamun\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01881200104\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$koCGkOF2Od31A6yYbZiUQ.FidoaNllBQKySBh82teYy97CEWSPj7m\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-22 14:48:18\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-22 14:48:18\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3301;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Mamun\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01881200104\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$koCGkOF2Od31A6yYbZiUQ.FidoaNllBQKySBh82teYy97CEWSPj7m\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-22 14:48:18\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-22 14:48:18\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:94;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3302;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Johir islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01312608114\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$6Bck9Km1\\/PjXyd6wD0URtuA1M2hnwZCQLSi\\/yfmE6QSqO4c4VbfUa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-22 14:51:11\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-22 14:51:11\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3302;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Johir islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01312608114\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$6Bck9Km1\\/PjXyd6wD0URtuA1M2hnwZCQLSi\\/yfmE6QSqO4c4VbfUa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-22 14:51:11\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-22 14:51:11\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:95;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3303;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"SAFETY USER\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01816856309\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$B55j\\/7q.VU6h3zn5retJ6uq0A9.2CwgjF9r7uEjPMP5zMfRUzotoe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-22 14:55:13\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-22 14:55:13\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3303;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"SAFETY USER\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01816856309\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$B55j\\/7q.VU6h3zn5retJ6uq0A9.2CwgjF9r7uEjPMP5zMfRUzotoe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-22 14:55:13\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-22 14:55:13\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:96;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3304;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Md. Shahalam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01731318345\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$zBnIsqfJiRCi\\/TTnMO1d\\/.\\/OoWagubNtqYBDiBA9ERv4dSK4dTtuy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-22 14:58:09\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-22 14:58:09\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3304;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Md. Shahalam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01731318345\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$zBnIsqfJiRCi\\/TTnMO1d\\/.\\/OoWagubNtqYBDiBA9ERv4dSK4dTtuy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-22 14:58:09\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-22 14:58:09\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:97;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3306;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Arup\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01817115339\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$mkekuEcN9FID4SFXQIVEfuLaPmyLqUvPVWzwNZdcjOQhxN73Yx5tG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-22 15:04:04\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-22 15:04:04\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3306;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Arup\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01817115339\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$mkekuEcN9FID4SFXQIVEfuLaPmyLqUvPVWzwNZdcjOQhxN73Yx5tG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-22 15:04:04\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-22 15:04:04\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:98;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3307;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Nasim\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01710694696\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$B2Dgbfg5fOMR11LYnK7dHOdw4nYnR.r\\/F3hf3TA3FMqlQnxxkIWD6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-22 15:06:16\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-22 15:06:16\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3307;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Nasim\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01710694696\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$B2Dgbfg5fOMR11LYnK7dHOdw4nYnR.r\\/F3hf3TA3FMqlQnxxkIWD6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-22 15:06:16\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-22 15:06:16\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:99;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3308;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Tamil Express\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01912121060\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$3dZv918N8xm74GLvmEzmFeBBHoDm1QfUZPzHvdpgSbeqrqJ1xa0aq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-22 15:08:17\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-22 15:08:17\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3308;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Tamil Express\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01912121060\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$3dZv918N8xm74GLvmEzmFeBBHoDm1QfUZPzHvdpgSbeqrqJ1xa0aq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-22 15:08:17\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-22 15:08:17\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}}}s:4:\\\"text\\\";s:335:\\\"\\u09b8\\u09ae\\u09cd\\u09ae\\u09be\\u09a8\\u09bf\\u09a4 \\u0997\\u09cd\\u09b0\\u09be\\u09b9\\u0995, \\u09b8\\u09be\\u09b0\\u09cd\\u09ad\\u09be\\u09b0 \\u0986\\u09aa\\u09a1\\u09c7\\u099f \\u09a6\\u09c7\\u0993\\u09df\\u09be\\u09b0 \\u0995\\u09be\\u09b0\\u09a8\\u09c7 \\u0986\\u09aa\\u09a8\\u09be\\u09a6\\u09c7\\u09b0 \\u09a8\\u09bf\\u0995\\u099f \\u09ac\\u09bf\\u09b2\\u09c7\\u09b0 \\u098f\\u0995\\u099f\\u09bf \\u09ad\\u09c1\\u09b2 \\u09ae\\u09c7\\u09b8\\u09c7\\u099c \\u0997\\u09bf\\u09df\\u09c7\\u099b\\u09c7 \\u0964 \\u09ac\\u09bf\\u09b7\\u09df\\u099f\\u09bf\\u09b0 \\u099c\\u09a8\\u09cd\\u09af \\u0986\\u09ae\\u09b0\\u09be \\u0986\\u09a8\\u09cd\\u09a4\\u09b0\\u09bf\\u0995 \\u09ad\\u09be\\u09ac\\u09c7 \\u09a6\\u09c1\\u0983\\u0996\\u09bf\\u09a4\\u0964\\\";}s:3:\\\"job\\\";N;s:10:\\\"connection\\\";N;s:5:\\\"queue\\\";N;s:15:\\\"chainConnection\\\";N;s:10:\\\"chainQueue\\\";N;s:5:\\\"delay\\\";N;s:10:\\\"middleware\\\";a:0:{}s:7:\\\"chained\\\";a:0:{}}\"}}', 'Illuminate\\Queue\\MaxAttemptsExceededException: App\\Jobs\\SmsSend has been attempted too many times or run too long. The job may have previously timed out. in /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php:648\nStack trace:\n#0 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(163): Illuminate\\Queue\\Worker->maxAttemptsExceededException(Object(Illuminate\\Queue\\Jobs\\DatabaseJob))\n#1 /home/mygpsbd/public_html/app/Http/helper.php(28): Illuminate\\Queue\\Worker->Illuminate\\Queue\\{closure}(14, Array)\n#2 /home/mygpsbd/public_html/app/Jobs/SmsSend.php(35): send_sms(\'\\xE0\\xA6\\xB8\\xE0\\xA6\\xAE\\xE0\\xA7\\x8D\\xE0\\xA6\\xAE\\xE0\\xA6\\xBE...\', Array)\n#3 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App\\Jobs\\SmsSend->handle()\n#4 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/Util.php(37): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}()\n#5 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(93): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))\n#6 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(37): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))\n#7 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/Container.php(596): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)\n#8 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php(94): Illuminate\\Container\\Container->call(Array)\n#9 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(128): Illuminate\\Bus\\Dispatcher->Illuminate\\Bus\\{closure}(Object(App\\Jobs\\SmsSend))\n#10 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(103): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(App\\Jobs\\SmsSend))\n#11 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php(98): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))\n#12 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(83): Illuminate\\Bus\\Dispatcher->dispatchNow(Object(App\\Jobs\\SmsSend), false)\n#13 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(128): Illuminate\\Queue\\CallQueuedHandler->Illuminate\\Queue\\{closure}(Object(App\\Jobs\\SmsSend))\n#14 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(103): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(App\\Jobs\\SmsSend))\n#15 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(85): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))\n#16 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(59): Illuminate\\Queue\\CallQueuedHandler->dispatchThroughMiddleware(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Object(App\\Jobs\\SmsSend))\n#17 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Jobs/Job.php(98): Illuminate\\Queue\\CallQueuedHandler->call(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Array)\n#18 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(356): Illuminate\\Queue\\Jobs\\Job->fire()\n#19 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(306): Illuminate\\Queue\\Worker->process(\'database\', Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Object(Illuminate\\Queue\\WorkerOptions))\n#20 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(132): Illuminate\\Queue\\Worker->runJob(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), \'database\', Object(Illuminate\\Queue\\WorkerOptions))\n#21 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(112): Illuminate\\Queue\\Worker->daemon(\'database\', \'default\', Object(Illuminate\\Queue\\WorkerOptions))\n#22 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(96): Illuminate\\Queue\\Console\\WorkCommand->runWorker(\'database\', \'default\')\n#23 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Illuminate\\Queue\\Console\\WorkCommand->handle()\n#24 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/Util.php(37): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}()\n#25 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(93): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))\n#26 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(37): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))\n#27 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/Container.php(596): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)\n#28 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Console/Command.php(134): Illuminate\\Container\\Container->call(Array)\n#29 /home/mygpsbd/public_html/vendor/symfony/console/Command/Command.php(298): Illuminate\\Console\\Command->execute(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))\n#30 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Console/Command.php(121): Symfony\\Component\\Console\\Command\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))\n#31 /home/mygpsbd/public_html/vendor/symfony/console/Application.php(1040): Illuminate\\Console\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#32 /home/mygpsbd/public_html/vendor/symfony/console/Application.php(301): Symfony\\Component\\Console\\Application->doRunCommand(Object(Illuminate\\Queue\\Console\\WorkCommand), Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#33 /home/mygpsbd/public_html/vendor/symfony/console/Application.php(171): Symfony\\Component\\Console\\Application->doRun(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#34 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Console/Application.php(93): Symfony\\Component\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#35 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(129): Illuminate\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#36 /home/mygpsbd/public_html/artisan(37): Illuminate\\Foundation\\Console\\Kernel->handle(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#37 {main}', '2024-02-09 03:01:02');
INSERT INTO `failed_jobs` (`id`, `connection`, `queue`, `payload`, `exception`, `failed_at`) VALUES
(706, 'database', 'default', '{\"uuid\":\"3a0dc9b4-d15b-4f7e-94ad-f7a34ed4a663\",\"displayName\":\"App\\\\Jobs\\\\SmsSend\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"delay\":null,\"timeout\":null,\"timeoutAt\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\SmsSend\",\"command\":\"O:16:\\\"App\\\\Jobs\\\\SmsSend\\\":9:{s:4:\\\"data\\\";a:2:{s:4:\\\"data\\\";O:39:\\\"Illuminate\\\\Database\\\\Eloquent\\\\Collection\\\":1:{s:8:\\\"\\u0000*\\u0000items\\\";a:100:{i:0;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3309;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Monir\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01852058685\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$bieS2gBzppecMCZw0CB4nOT.C1mD2Nvu4zBSqKtjJUzTchenJ43LO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-22 15:11:51\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-22 15:11:51\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3309;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Monir\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01852058685\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$bieS2gBzppecMCZw0CB4nOT.C1mD2Nvu4zBSqKtjJUzTchenJ43LO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-22 15:11:51\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-22 15:11:51\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:1;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3312;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Shahin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01774667720\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$KhLu9SRIlPRoeuLZDeVAs.KhreJkbinwSW3\\/EL3MmXi223OhzDMJG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-22 16:58:33\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-22 16:58:33\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3312;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Shahin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01774667720\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$KhLu9SRIlPRoeuLZDeVAs.KhreJkbinwSW3\\/EL3MmXi223OhzDMJG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-22 16:58:33\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-22 16:58:33\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:2;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3313;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Alamin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01732737744\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$eVAVZ632miVWgcwFwJMgN.eI9RFzR82\\/wFULur05fQAvlWANR2T7C\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-22 17:00:22\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-22 17:00:22\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3313;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Alamin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01732737744\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$eVAVZ632miVWgcwFwJMgN.eI9RFzR82\\/wFULur05fQAvlWANR2T7C\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-22 17:00:22\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-22 17:00:22\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:3;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3314;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Arman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01734159957\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$wCR7l\\/l1IOGiOyPs1CxVP.dXMZXrbjIfpA0TuhPAbc5\\/1SWnfOfpO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-22 17:02:09\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-22 17:02:09\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3314;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Arman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01734159957\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$wCR7l\\/l1IOGiOyPs1CxVP.dXMZXrbjIfpA0TuhPAbc5\\/1SWnfOfpO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-22 17:02:09\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-22 17:02:09\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:4;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3315;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Maish\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01857755962\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ZwOf0oDmTPqsh9yXcGCOuOiGUBtYZgZCGLKvEFO8tBD1WjpbZyWcu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-22 17:04:30\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-22 17:04:30\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3315;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Maish\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01857755962\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ZwOf0oDmTPqsh9yXcGCOuOiGUBtYZgZCGLKvEFO8tBD1WjpbZyWcu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-22 17:04:30\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-22 17:04:30\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:5;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3316;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Rajusha\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01819338038\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$.ESPe4Z7aVS7yvq9Qa1.UelB.NHNFUn.fOum9QsbRrVg5XVJnYxGq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-22 17:06:34\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-22 17:06:34\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3316;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Rajusha\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01819338038\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$.ESPe4Z7aVS7yvq9Qa1.UelB.NHNFUn.fOum9QsbRrVg5XVJnYxGq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-22 17:06:34\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-22 17:06:34\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:6;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3317;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Jenat jahan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01732983817\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Dq7BMe3L2IjTAS56fS6m8O.LobsLDcMwpSharLF2S\\/pyVjZcogLx.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-22 17:08:25\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-22 17:08:25\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3317;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Jenat jahan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01732983817\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Dq7BMe3L2IjTAS56fS6m8O.LobsLDcMwpSharLF2S\\/pyVjZcogLx.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-22 17:08:25\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-22 17:08:25\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:7;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3318;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Md.shohel\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712240930\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$jAZFku.s791WoHH8hxMekO530BLrHFllLzWbD5HnWp49rsxUK3NgC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-22 17:10:19\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-22 17:10:19\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3318;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Md.shohel\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712240930\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$jAZFku.s791WoHH8hxMekO530BLrHFllLzWbD5HnWp49rsxUK3NgC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-22 17:10:19\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-22 17:10:19\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:8;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3319;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Dipumia\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01710259503\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$NfGrUvYEdDv8ac4IQ2W9RuvRUlTgFRwSlUyCWskSaD6PdwfJsYIcy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-22 17:14:50\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-22 17:14:50\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3319;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Dipumia\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01710259503\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$NfGrUvYEdDv8ac4IQ2W9RuvRUlTgFRwSlUyCWskSaD6PdwfJsYIcy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-22 17:14:50\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-22 17:14:50\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:9;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3320;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"MD MUSHFIQUR RAHMAN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01719306320\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$qL2l2ot4lRA8vPooGg67YeZSBBVQowL53eYpKDLTZcfGKinGp3TT.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-22 17:20:14\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-22 17:20:14\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3320;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"MD MUSHFIQUR RAHMAN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01719306320\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$qL2l2ot4lRA8vPooGg67YeZSBBVQowL53eYpKDLTZcfGKinGp3TT.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-22 17:20:14\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-22 17:20:14\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:10;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3321;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"MD Rashed khan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01611686450\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$D7tkKKjhDaQ2n76qQuwj6uxB4C6DAPJa1wpLGnmpiqVdwXpdElXS6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-22 17:24:22\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-22 17:24:22\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3321;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"MD Rashed khan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01611686450\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$D7tkKKjhDaQ2n76qQuwj6uxB4C6DAPJa1wpLGnmpiqVdwXpdElXS6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-22 17:24:22\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-22 17:24:22\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:11;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3322;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Monir Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01837204814\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$0z8BnmmRkIljsx23TXHkz.97r4Sw5POnD88W.Apg19zdFiX4RUpSq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-22 17:27:15\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-22 17:27:15\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3322;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Monir Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01837204814\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$0z8BnmmRkIljsx23TXHkz.97r4Sw5POnD88W.Apg19zdFiX4RUpSq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-22 17:27:15\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-22 17:27:15\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:12;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3323;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Rifat\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01308032342\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$6x6e5JOVFm.l.bc3tJwWOuAeivs\\/5XKRvdwDHqhynqmdahRszSNAy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-22 17:29:17\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-22 17:29:17\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3323;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Rifat\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01308032342\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$6x6e5JOVFm.l.bc3tJwWOuAeivs\\/5XKRvdwDHqhynqmdahRszSNAy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-22 17:29:17\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-22 17:29:17\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:13;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3324;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Billal\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01912548444\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$8lQ\\/A9gM6kNbJZqg5VX2DO7AWE\\/djyhoza.y5SvJHZtlboWQd1cNe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-23 13:50:33\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-23 13:50:33\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3324;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Billal\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01912548444\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$8lQ\\/A9gM6kNbJZqg5VX2DO7AWE\\/djyhoza.y5SvJHZtlboWQd1cNe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-23 13:50:33\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-23 13:50:33\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:14;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3325;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Abdul Basit\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01312644433\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Wy.Br0El8fE3u4Yz.cUvu.aPJr9Gn.dZdrYhdssCMSYu9.SysExJa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-23 13:55:12\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-23 13:55:12\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3325;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Abdul Basit\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01312644433\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Wy.Br0El8fE3u4Yz.cUvu.aPJr9Gn.dZdrYhdssCMSYu9.SysExJa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-23 13:55:12\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-23 13:55:12\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:15;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3326;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Mujahid\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01717466545\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$KTxBopPfYb0sLPaoyT4TXOSkiW9iteEF5pvC9w1yKiU30LsbPqHmC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-23 13:58:11\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-23 13:58:11\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3326;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Mujahid\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01717466545\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$KTxBopPfYb0sLPaoyT4TXOSkiW9iteEF5pvC9w1yKiU30LsbPqHmC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-23 13:58:11\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-23 13:58:11\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:16;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3327;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Toybur\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01725810363\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$9eoSjB3wfUsW8Jw10wHKAO1bfzxGun2gKLYXXcSC6B5dmm01cZOIe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-23 14:02:25\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-23 14:02:25\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3327;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Toybur\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01725810363\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$9eoSjB3wfUsW8Jw10wHKAO1bfzxGun2gKLYXXcSC6B5dmm01cZOIe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-23 14:02:25\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-23 14:02:25\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:17;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3328;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"RANA\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01755589168\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$72o12i.8SwSLPILEwbUm\\/uh3oFYNNgWQiB4wFQuG6Btz67j17h4PC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-23 14:04:31\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-23 14:04:31\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3328;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"RANA\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01755589168\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$72o12i.8SwSLPILEwbUm\\/uh3oFYNNgWQiB4wFQuG6Btz67j17h4PC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-23 14:04:31\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-23 14:04:31\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:18;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3329;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Jasim\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01729998303\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$kizFM990BrZi3N60AhdUkO2iJR\\/2WGDHEgFQty1VF3nPtFd9ji6Xi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-23 14:06:25\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-23 14:06:25\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3329;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Jasim\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01729998303\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$kizFM990BrZi3N60AhdUkO2iJR\\/2WGDHEgFQty1VF3nPtFd9ji6Xi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-23 14:06:25\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-23 14:06:25\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:19;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3330;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Suman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711111761\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$dnFvuPrszyCXSQTmqYwFCO\\/SqvEdNnoyDXx95lvpnUyRDwJbYL5Ca\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-23 14:08:45\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-23 14:08:45\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3330;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Suman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711111761\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$dnFvuPrszyCXSQTmqYwFCO\\/SqvEdNnoyDXx95lvpnUyRDwJbYL5Ca\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-23 14:08:45\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-23 14:08:45\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:20;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3331;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"MD RAJIBUL ISLAM\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01710191448\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$4FlDrbyuvxNp5UHO50Ag3uecKD9tYzGjh6P5ayOCH\\/HJXciJSn.ci\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-23 14:15:17\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-23 14:15:17\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3331;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"MD RAJIBUL ISLAM\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01710191448\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$4FlDrbyuvxNp5UHO50Ag3uecKD9tYzGjh6P5ayOCH\\/HJXciJSn.ci\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-23 14:15:17\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-23 14:15:17\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:21;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3333;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Rayan Dewan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01673638003\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$jZj8JMrNgoeUTO\\/rPpyr5.K6N3A0FMl6ipgKXkUQJa1AaLW8rIIGa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-23 14:23:43\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-23 14:23:43\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3333;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Rayan Dewan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01673638003\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$jZj8JMrNgoeUTO\\/rPpyr5.K6N3A0FMl6ipgKXkUQJa1AaLW8rIIGa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-23 14:23:43\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-23 14:23:43\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:22;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3334;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md. Abdul kaiuom\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01815046770\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$qFzkPDF8A04QUZeo6SRd4.5HXiYzYBz73l34leTZp\\/HZO87mZ.H7.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-23 14:26:36\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-23 14:26:36\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3334;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md. Abdul kaiuom\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01815046770\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$qFzkPDF8A04QUZeo6SRd4.5HXiYzYBz73l34leTZp\\/HZO87mZ.H7.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-23 14:26:36\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-23 14:26:36\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:23;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3335;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Ranjit\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01911067572\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$FV5\\/QeA3bJr68yjSr13ZMupoRdLKZlJ6uuS4pt0BslaleE9khsJV2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-23 14:28:18\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-23 14:28:18\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3335;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Ranjit\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01911067572\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$FV5\\/QeA3bJr68yjSr13ZMupoRdLKZlJ6uuS4pt0BslaleE9khsJV2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-23 14:28:18\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-23 14:28:18\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:24;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3336;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Kareem\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01676297690\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$\\/3kuyEgalok6T5rNyAtm9OYlp7HP8zgc4xww.6e0eMbI31ocUWJeK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-23 14:30:14\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-23 14:30:14\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3336;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Kareem\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01676297690\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$\\/3kuyEgalok6T5rNyAtm9OYlp7HP8zgc4xww.6e0eMbI31ocUWJeK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-23 14:30:14\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-23 14:30:14\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:25;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3337;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Omor faruk\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01916083727\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$XL8d0YNsR9gVRGyX\\/xJXVOvbjF35tz2D4N7nf9zy0Exez1Nf4nCni\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-23 14:32:53\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-23 14:32:53\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3337;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Omor faruk\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01916083727\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$XL8d0YNsR9gVRGyX\\/xJXVOvbjF35tz2D4N7nf9zy0Exez1Nf4nCni\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-23 14:32:53\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-23 14:32:53\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:26;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3338;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Jahid Hassen Hemel\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01915149575\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$0kx.iuB1jrPXt5ldo5cr7OTyoY\\/8P22i.gH3lmDuPY6X6uVfY6h0G\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-23 14:34:30\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-23 14:34:30\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3338;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Jahid Hassen Hemel\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01915149575\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$0kx.iuB1jrPXt5ldo5cr7OTyoY\\/8P22i.gH3lmDuPY6X6uVfY6h0G\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-23 14:34:30\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-23 14:34:30\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:27;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3339;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"MD Shafiul Alam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:24:\\\"therealdiab261@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01856410041\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$MBpzvM2C7kJOGcfbNXcDjeTNEM00tNfhC.fqveMCgVxt8JcypQOoS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-23 14:37:04\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-23 14:37:04\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3339;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"MD Shafiul Alam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:24:\\\"therealdiab261@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01856410041\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$MBpzvM2C7kJOGcfbNXcDjeTNEM00tNfhC.fqveMCgVxt8JcypQOoS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-23 14:37:04\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-23 14:37:04\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:28;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3348;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Dr. forhad\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"forhad99@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01790445599\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$tfsX4KThhkm1SWBUPP\\/px.r5rkex0k852HZzkxUmzcSqX1JXhIxuO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 14:24:16\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 14:24:16\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3348;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Dr. forhad\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"forhad99@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01790445599\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$tfsX4KThhkm1SWBUPP\\/px.r5rkex0k852HZzkxUmzcSqX1JXhIxuO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 14:24:16\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 14:24:16\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:29;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3466;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Abdul Ahad Biswas\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"mpmanikganj@gmail.com\\\";s:7:\\\"address\\\";s:9:\\\"manikjong\\\";s:5:\\\"phone\\\";s:11:\\\"01684095299\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$mZF\\/TuHXWAuCS6pZG3I5Peeeshcw8DiEQ0rFD3U65NRZjdxPlH74S\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-05 13:22:56\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-05 13:22:56\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3466;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Abdul Ahad Biswas\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"mpmanikganj@gmail.com\\\";s:7:\\\"address\\\";s:9:\\\"manikjong\\\";s:5:\\\"phone\\\";s:11:\\\"01684095299\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$mZF\\/TuHXWAuCS6pZG3I5Peeeshcw8DiEQ0rFD3U65NRZjdxPlH74S\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-05 13:22:56\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-05 13:22:56\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:30;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3468;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Abdullah Al Rahim\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"RAYHAND2K@GMAIL.COM\\\";s:7:\\\"address\\\";s:5:\\\"DHAKA\\\";s:5:\\\"phone\\\";s:11:\\\"01730441868\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$egwyZTrRlPt6vUiv.Y7sEeRyHJ6H29chYdI0PJIc06I1ZqT2g8Mga\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-05 14:20:16\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-05 14:20:16\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3468;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Abdullah Al Rahim\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"RAYHAND2K@GMAIL.COM\\\";s:7:\\\"address\\\";s:5:\\\"DHAKA\\\";s:5:\\\"phone\\\";s:11:\\\"01730441868\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$egwyZTrRlPt6vUiv.Y7sEeRyHJ6H29chYdI0PJIc06I1ZqT2g8Mga\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-05 14:20:16\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-05 14:20:16\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:31;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3469;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Jakir Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:9:\\\"120993940\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$uTIsyMRxSLi5T5P\\/5gkXaeXyamAebCm1CjbmXeVMkDa5n\\/Mr4hkBW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-05 14:42:54\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-04 16:41:51\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3469;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Jakir Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:9:\\\"120993940\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$uTIsyMRxSLi5T5P\\/5gkXaeXyamAebCm1CjbmXeVMkDa5n\\/Mr4hkBW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-05 14:42:54\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-04 16:41:51\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:32;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3470;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Abdul Mannan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"abdulmannan@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"DHAKA\\\";s:5:\\\"phone\\\";s:11:\\\"01408263823\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$aLgMTUcGbWeH996Dw3PIwetaYhPawD2YIO2YqWCwrumOZQWskI03a\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-05 15:28:00\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-05 15:28:00\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3470;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Abdul Mannan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"abdulmannan@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"DHAKA\\\";s:5:\\\"phone\\\";s:11:\\\"01408263823\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$aLgMTUcGbWeH996Dw3PIwetaYhPawD2YIO2YqWCwrumOZQWskI03a\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-05 15:28:00\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-05 15:28:00\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:33;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3472;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Supon Saha\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1868002397\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$838ZunjAn2Bm9I7ctCKMKOXCGKTCOkHhLK8ZvATCqby6itLocodY6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-05 15:33:28\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-05 15:33:28\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3472;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Supon Saha\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1868002397\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$838ZunjAn2Bm9I7ctCKMKOXCGKTCOkHhLK8ZvATCqby6itLocodY6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-05 15:33:28\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-05 15:33:28\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:34;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3473;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Abhijit\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:8:\\\"rajshahi\\\";s:5:\\\"phone\\\";s:11:\\\"01712039020\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$HmBmnEwPQBEEzFn8VfjU5u50dOpihJQ54MGs6h9wsz.NpCfYaf9Oq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-05 15:33:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-05 15:33:29\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3473;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Abhijit\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:8:\\\"rajshahi\\\";s:5:\\\"phone\\\";s:11:\\\"01712039020\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$HmBmnEwPQBEEzFn8VfjU5u50dOpihJQ54MGs6h9wsz.NpCfYaf9Oq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-05 15:33:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-05 15:33:29\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:35;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3475;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Shuruz\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1710150226\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$OHtPz3dtkQOB3X9BeGfOwuSqmGHx8i1gwcc2ZcGOE3beFtQ3ZSbve\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-05 15:37:44\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-05 15:37:44\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3475;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Shuruz\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1710150226\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$OHtPz3dtkQOB3X9BeGfOwuSqmGHx8i1gwcc2ZcGOE3beFtQ3ZSbve\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-05 15:37:44\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-05 15:37:44\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:36;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3476;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Tamim\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1632702219\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$pKrsweizVF0191f9pMmoyObjumNhht\\/o0QARQBLuqjHML49Lujp..\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-05 15:44:18\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-05 15:44:18\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3476;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Tamim\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1632702219\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$pKrsweizVF0191f9pMmoyObjumNhht\\/o0QARQBLuqjHML49Lujp..\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-05 15:44:18\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-05 15:44:18\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:37;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3478;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Tamim\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01710834973\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$AwXwHk.SUro.QbELWPdHcOf7Xzx3SHEA\\/KAwfAx3YFRfxcha7HBjK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-05 15:50:19\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-05 15:50:19\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3478;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Tamim\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01710834973\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$AwXwHk.SUro.QbELWPdHcOf7Xzx3SHEA\\/KAwfAx3YFRfxcha7HBjK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-05 15:50:19\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-05 15:50:19\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:38;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3479;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Sk.Tanvir Ahmmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01755637539\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$t5.KKWp4FR1i7fCRQgpNy.gmfLZ.BkHMjXCou3F2meRDRC6u0hQMa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-05 15:55:32\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-05 15:55:32\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3479;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Sk.Tanvir Ahmmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01755637539\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$t5.KKWp4FR1i7fCRQgpNy.gmfLZ.BkHMjXCou3F2meRDRC6u0hQMa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-05 15:55:32\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-05 15:55:32\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:39;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3480;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"MD ABUBAKUR\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:11:\\\"Dhaka Dohar\\\";s:5:\\\"phone\\\";s:11:\\\"01784379562\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$MOsgsff609kc7xcTpR2ihuTJv9zTVysYIGOqe\\/..Ye70x1BUihlVi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-05 16:03:50\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-05 16:03:50\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3480;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"MD ABUBAKUR\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:11:\\\"Dhaka Dohar\\\";s:5:\\\"phone\\\";s:11:\\\"01784379562\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$MOsgsff609kc7xcTpR2ihuTJv9zTVysYIGOqe\\/..Ye70x1BUihlVi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-05 16:03:50\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-05 16:03:50\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:40;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3481;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Adnan Ramim\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"abul41@mygpsbd.net\\\";s:7:\\\"address\\\";s:2:\\\"RA\\\";s:5:\\\"phone\\\";s:11:\\\"01814811224\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$NhSap4y534UsJZlJWPXIiOGocPNbENWOm2ft4wilVHtdXUG.3dn82\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-05 16:07:04\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-05 16:07:04\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3481;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Adnan Ramim\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"abul41@mygpsbd.net\\\";s:7:\\\"address\\\";s:2:\\\"RA\\\";s:5:\\\"phone\\\";s:11:\\\"01814811224\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$NhSap4y534UsJZlJWPXIiOGocPNbENWOm2ft4wilVHtdXUG.3dn82\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-05 16:07:04\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-05 16:07:04\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:41;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3482;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Tasrif Tanvir\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:9:\\\"197801174\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$XeoHR9N20qg41yuDL4.0dOohXi.auWuh3HX\\/Ejd\\/GSh.tdohTFWLa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-05 16:07:31\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-05 16:07:31\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3482;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Tasrif Tanvir\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:9:\\\"197801174\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$XeoHR9N20qg41yuDL4.0dOohXi.auWuh3HX\\/Ejd\\/GSh.tdohTFWLa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-05 16:07:31\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-05 16:07:31\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:42;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3496;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"A S M Bazlur Rashid\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:24:\\\"bazlurrashid@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1819320544\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$RoEdiWlCGH.N6TOvuKxQO.GC5wgrCfrgGhsV1o1\\/bs2JxQkSDVrCO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-10 11:34:42\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-10 11:34:42\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3496;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"A S M Bazlur Rashid\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:24:\\\"bazlurrashid@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1819320544\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$RoEdiWlCGH.N6TOvuKxQO.GC5wgrCfrgGhsV1o1\\/bs2JxQkSDVrCO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-10 11:34:42\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-10 11:34:42\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:43;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3502;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Md.Atiqur Rahaman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"atiq2121978@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1716015932\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$UZfFU\\/YZ7NYb3KSwhMoPaumu8ScG0ruZ4jkjjQqEP3u3zdPe6eVQq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-10 12:16:11\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-10 12:16:11\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3502;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Md.Atiqur Rahaman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"atiq2121978@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1716015932\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$UZfFU\\/YZ7NYb3KSwhMoPaumu8ScG0ruZ4jkjjQqEP3u3zdPe6eVQq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-10 12:16:11\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-10 12:16:11\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:44;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3503;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:23:\\\"2022-04-19\\tShamim Ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:16:\\\"shamim76@mygpsbd\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01305105276\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$aHewg3dCshomNwJDF.RuEurALqRtxdejz\\/gDyPcH1uFtS2jT6zu8u\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-10 12:22:20\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-10 12:22:20\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3503;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:23:\\\"2022-04-19\\tShamim Ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:16:\\\"shamim76@mygpsbd\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01305105276\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$aHewg3dCshomNwJDF.RuEurALqRtxdejz\\/gDyPcH1uFtS2jT6zu8u\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-10 12:22:20\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-10 12:22:20\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:45;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3540;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Zubayer hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01795140400\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$0D5i7Z2KJ9iBAeCnXm.rbefDmAiSibsltGczU.ubnli9HTMCI2IrO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 12:14:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 12:14:29\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3540;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Zubayer hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01795140400\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$0D5i7Z2KJ9iBAeCnXm.rbefDmAiSibsltGczU.ubnli9HTMCI2IrO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 12:14:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 12:14:29\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:46;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3710;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Mamun\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01627858042\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$0rKknZRgCB6\\/NtZ07QZEHeW4K0KYV\\/0f9wiG3sHFv0lgBFhg4kCne\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 16:55:37\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 16:55:37\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3710;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Mamun\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01627858042\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$0rKknZRgCB6\\/NtZ07QZEHeW4K0KYV\\/0f9wiG3sHFv0lgBFhg4kCne\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 16:55:37\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 16:55:37\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:47;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3711;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Delowar\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01740938883\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Mt7JbUJC2ZFWSvy\\/BmVupO\\/5NtyaTChn6NF\\/RcJNFOjJm831N.yQm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 17:04:40\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 17:04:40\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3711;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Delowar\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01740938883\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Mt7JbUJC2ZFWSvy\\/BmVupO\\/5NtyaTChn6NF\\/RcJNFOjJm831N.yQm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 17:04:40\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 17:04:40\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:48;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3713;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Md. Azahar alo\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"sumon.azhar81@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01713611364\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$otORFmivipRdbym.MTc0jOIKfoN7k.3ec2x5xFqb7h8xVj94WjyGS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 17:30:40\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 17:30:40\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3713;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Md. Azahar alo\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"sumon.azhar81@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01713611364\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$otORFmivipRdbym.MTc0jOIKfoN7k.3ec2x5xFqb7h8xVj94WjyGS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 17:30:40\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 17:30:40\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:49;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3714;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"2023-02-13\\tIbrahim\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"outputpnint@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01678646744\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$AzkDVFmeBzaW4c0PT0c1u.aTrf4IZJ2IsBMKXEp5LLgbrxrPvQTj.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 17:35:16\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 17:35:16\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3714;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"2023-02-13\\tIbrahim\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"outputpnint@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01678646744\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$AzkDVFmeBzaW4c0PT0c1u.aTrf4IZJ2IsBMKXEp5LLgbrxrPvQTj.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 17:35:16\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 17:35:16\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:50;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3718;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"MD AIUB ALI\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01754561140\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$y\\/yyJvBIWTWKbcofLzUy\\/OeYGRueM2Gxdk3.RCE3ajoqIs3Cl8VBa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-12 11:06:11\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-12 11:06:11\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3718;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"MD AIUB ALI\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01754561140\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$y\\/yyJvBIWTWKbcofLzUy\\/OeYGRueM2Gxdk3.RCE3ajoqIs3Cl8VBa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-12 11:06:11\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-12 11:06:11\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:51;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3720;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Rakib\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01873058551\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$nWYRZwlhLPHROr7E0DnRvu.YNSBG.xVljClR6Z35OLSQH5Q67RnES\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-13 10:45:18\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-13 10:45:18\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3720;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Rakib\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01873058551\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$nWYRZwlhLPHROr7E0DnRvu.YNSBG.xVljClR6Z35OLSQH5Q67RnES\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-13 10:45:18\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-13 10:45:18\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:52;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3721;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"BILLAL HOSSAIN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01936761413\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$FC4ugMP6TWs\\/W5OyYlWUZeKNRaHXwwhxNmD6UKyahsIUfe\\/qjn6c6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-13 10:52:55\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-13 10:52:55\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3721;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"BILLAL HOSSAIN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01936761413\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$FC4ugMP6TWs\\/W5OyYlWUZeKNRaHXwwhxNmD6UKyahsIUfe\\/qjn6c6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-13 10:52:55\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-13 10:52:55\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:53;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3722;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Motiur Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"motiur46@mygpsbd.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711161458\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$AyPLTwH\\/WegjnPmMuy6TyeyERCX7AofZ5rP6kCQprpU9R4lNfw9Cm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-13 10:58:06\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-13 10:58:06\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3722;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Motiur Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"motiur46@mygpsbd.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711161458\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$AyPLTwH\\/WegjnPmMuy6TyeyERCX7AofZ5rP6kCQprpU9R4lNfw9Cm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-13 10:58:06\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-13 10:58:06\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:54;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3723;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Shohag\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01881957095\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$m28yUEoSLB6DDdrz5WA8Y.RGLpZ17G84Ih3moxqC9kGOYPw\\/SZanC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-13 11:09:11\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-13 11:09:11\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3723;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Shohag\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01881957095\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$m28yUEoSLB6DDdrz5WA8Y.RGLpZ17G84Ih3moxqC9kGOYPw\\/SZanC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-13 11:09:11\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-13 11:09:11\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:55;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3725;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"showon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01767959604\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$rMzzXF\\/\\/cYDcSBHydbFJA.Fdu7780GrKrLKfDpv23st1AlaR67dLG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-13 11:48:05\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-13 11:48:05\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3725;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"showon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01767959604\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$rMzzXF\\/\\/cYDcSBHydbFJA.Fdu7780GrKrLKfDpv23st1AlaR67dLG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-13 11:48:05\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-13 11:48:05\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:56;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3783;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Russell\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01642250195\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$rUyC5Aw78u8H2RX5Gpt58OpUIetIHiGcWuwmx0Cpp4NFkKOIGsVlO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-18 15:41:19\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-18 15:41:19\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3783;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Russell\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01642250195\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$rUyC5Aw78u8H2RX5Gpt58OpUIetIHiGcWuwmx0Cpp4NFkKOIGsVlO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-18 15:41:19\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-18 15:41:19\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:57;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3835;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Shopon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01684032834\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$OFR\\/hkckxF3L\\/BHUALXFOuLGQVndSUKRJw2eZjbf8i6Mh2FqzvS7O\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-19 17:16:17\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-26 12:19:53\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3835;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Shopon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01684032834\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$OFR\\/hkckxF3L\\/BHUALXFOuLGQVndSUKRJw2eZjbf8i6Mh2FqzvS7O\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-19 17:16:17\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-26 12:19:53\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:58;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4125;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Badshah\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01811420266\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$VWApotMG2roiPNnVPjkhSuWBmuElSHwiyTp8Srk2RoYoUxwSczDHO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-27 11:48:08\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-27 11:48:08\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4125;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Badshah\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01811420266\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$VWApotMG2roiPNnVPjkhSuWBmuElSHwiyTp8Srk2RoYoUxwSczDHO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-27 11:48:08\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-27 11:48:08\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:59;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4129;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Hassan Mahmud\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01862470901\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Qu3ELPKnrFt6RxSTJ6.mX.OLEILMlr7PkwmcRO0UH8n0ilp5He\\/M6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-27 11:54:04\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-27 11:54:04\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4129;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Hassan Mahmud\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01862470901\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Qu3ELPKnrFt6RxSTJ6.mX.OLEILMlr7PkwmcRO0UH8n0ilp5He\\/M6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-27 11:54:04\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-27 11:54:04\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:60;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4156;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Robiul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01847162723\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$amUZF54CHsbEQj8.WID35u3shpWeDvo9E7KiRS6rQqvGBWqPCYYTC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-27 13:59:42\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-27 13:59:42\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4156;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Robiul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01847162723\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$amUZF54CHsbEQj8.WID35u3shpWeDvo9E7KiRS6rQqvGBWqPCYYTC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-27 13:59:42\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-27 13:59:42\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:61;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4160;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Manik\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"0171117064\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$LIZ75Iyp0StnDJg\\/xqFA7uySat9CzLU.tJLrQn6FBu\\/Ejk5AVWQKe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-27 14:10:46\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-27 14:10:46\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4160;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Manik\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"0171117064\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$LIZ75Iyp0StnDJg\\/xqFA7uySat9CzLU.tJLrQn6FBu\\/Ejk5AVWQKe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-27 14:10:46\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-27 14:10:46\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:62;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4161;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Anan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01875137661\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$fXGcdBEphxw7YhWBd9LLvulERVx5Khwji\\/qDv6fW395UTI3xFtt1m\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-27 14:32:44\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-27 14:32:44\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4161;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Anan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01875137661\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$fXGcdBEphxw7YhWBd9LLvulERVx5Khwji\\/qDv6fW395UTI3xFtt1m\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-27 14:32:44\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-27 14:32:44\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:63;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4168;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"Md Jahangir Hussain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01626541482\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$gFQBTAnLZHCHmInFjqGBh.nQXoSR5MZglX2uboP1hJf7Yea.\\/nlLS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-27 15:24:24\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-27 15:24:24\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4168;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"Md Jahangir Hussain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01626541482\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$gFQBTAnLZHCHmInFjqGBh.nQXoSR5MZglX2uboP1hJf7Yea.\\/nlLS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-27 15:24:24\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-27 15:24:24\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:64;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4169;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Sofikul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01408367142\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$j04vmBMgwwkp.CIhqiId4eLu5s0Uoip0JvAWrdDl8IheRWoXG.Vcq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-27 15:27:46\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-27 15:27:46\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4169;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Sofikul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01408367142\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$j04vmBMgwwkp.CIhqiId4eLu5s0Uoip0JvAWrdDl8IheRWoXG.Vcq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-27 15:27:46\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-27 15:27:46\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:65;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4170;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"MD NURALAM\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01724300768\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$7LU02AS3KVyR822hquC8neXA9s1CPqz7Y62s5FMlWXAsj0RFdslDS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-27 15:31:04\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-27 15:31:04\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4170;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"MD NURALAM\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01724300768\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$7LU02AS3KVyR822hquC8neXA9s1CPqz7Y62s5FMlWXAsj0RFdslDS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-27 15:31:04\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-27 15:31:04\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:66;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4171;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Jakir Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01714729883\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$WX.1ywNQnooJ8uxGgZKeJOctlyA8\\/eO1ViUZmMB1eUszKnWuzOOA2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-27 15:40:30\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-27 15:40:30\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4171;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Jakir Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01714729883\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$WX.1ywNQnooJ8uxGgZKeJOctlyA8\\/eO1ViUZmMB1eUszKnWuzOOA2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-27 15:40:30\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-27 15:40:30\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:67;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4172;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Mamun\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01705053147\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Zy53uys1DuBJGqEnSi\\/8o.LNxDWFYcVqXCp5SDTTAsKlCvyuDUUt.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-27 15:44:38\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-27 15:44:38\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4172;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Mamun\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01705053147\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Zy53uys1DuBJGqEnSi\\/8o.LNxDWFYcVqXCp5SDTTAsKlCvyuDUUt.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-27 15:44:38\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-27 15:44:38\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:68;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4174;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Mumu\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01935776645\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$jb976QViFjUsMeYXY2pp3.J9NFI1FikOE.oJfBRBFtvyoXRcF7dJO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-27 16:04:42\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-27 16:04:42\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4174;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Mumu\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01935776645\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$jb976QViFjUsMeYXY2pp3.J9NFI1FikOE.oJfBRBFtvyoXRcF7dJO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-27 16:04:42\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-27 16:04:42\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:69;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4182;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:21:\\\"MD ALAMIN AZAD SHUPTO\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01303056176\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$aVghEVaYu4aVeI9d4xUPLeJyjBoai6PCrJb7uqn3Ak2nhkkVxaTP6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-27 16:54:17\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-27 16:54:17\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4182;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:21:\\\"MD ALAMIN AZAD SHUPTO\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01303056176\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$aVghEVaYu4aVeI9d4xUPLeJyjBoai6PCrJb7uqn3Ak2nhkkVxaTP6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-27 16:54:17\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-27 16:54:17\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:70;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4184;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Jibon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01890027703\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$QOPy4tjjsQWWcAaIzdbDVeTh8YViRxYvakXOsPSXBaPcnrwop\\/Dbe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-27 16:59:22\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-27 16:59:22\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4184;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Jibon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01890027703\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$QOPy4tjjsQWWcAaIzdbDVeTh8YViRxYvakXOsPSXBaPcnrwop\\/Dbe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-27 16:59:22\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-27 16:59:22\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:71;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4185;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Musa\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01312457611\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$4xqi6t64nAhKyLxvAI5dRuyObmvNgN33n0tQaL4rD\\/X2qk.RWVke6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-27 17:03:44\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-27 17:03:44\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4185;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Musa\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01312457611\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$4xqi6t64nAhKyLxvAI5dRuyObmvNgN33n0tQaL4rD\\/X2qk.RWVke6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-27 17:03:44\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-27 17:03:44\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:72;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4187;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"biplob58\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01537328397\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$qdZFOUHn08IywgCOY05QKu7Wlvye3V7aVDasY6d5PFrvQFb1yt2vy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-27 17:14:26\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-27 17:14:26\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4187;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"biplob58\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01537328397\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$qdZFOUHn08IywgCOY05QKu7Wlvye3V7aVDasY6d5PFrvQFb1yt2vy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-27 17:14:26\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-27 17:14:26\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:73;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4188;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Dr. Sanjib Kundu\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"drskundu75@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01819819812\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$.euVjuMBbVgFQ1j\\/\\/4Fg3ONa.i18eqUoXiBHaC7I48jy0r2APBY\\/i\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-27 17:18:03\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-27 17:18:03\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4188;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Dr. Sanjib Kundu\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"drskundu75@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01819819812\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$.euVjuMBbVgFQ1j\\/\\/4Fg3ONa.i18eqUoXiBHaC7I48jy0r2APBY\\/i\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-27 17:18:03\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-27 17:18:03\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:74;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4189;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"ANOWAR\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01755509392\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$vm27MBgNF8ieWA\\/amXOc9eCtriMijX3YC6X1AjZFt9yMmFrXsqDOG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-27 17:22:14\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-27 17:22:14\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4189;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"ANOWAR\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01755509392\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$vm27MBgNF8ieWA\\/amXOc9eCtriMijX3YC6X1AjZFt9yMmFrXsqDOG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-27 17:22:14\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-27 17:22:14\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:75;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4191;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Emarat\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712015337\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$jQN4D6VeC7QYRim87gHFHe4FKmUdl\\/XEG\\/ql\\/.j7MmBGEF8qPKwkS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-27 17:40:32\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-27 17:40:32\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4191;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Emarat\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712015337\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$jQN4D6VeC7QYRim87gHFHe4FKmUdl\\/XEG\\/ql\\/.j7MmBGEF8qPKwkS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-27 17:40:32\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-27 17:40:32\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:76;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4194;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Heaven\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01714374143\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$t\\/y\\/sMlEvcUaDl7mpg1Xjut.vXAm7hHvc0cz\\/0G0ji10u60soRf42\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-27 17:58:44\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-27 17:58:44\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4194;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Heaven\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01714374143\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$t\\/y\\/sMlEvcUaDl7mpg1Xjut.vXAm7hHvc0cz\\/0G0ji10u60soRf42\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-27 17:58:44\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-27 17:58:44\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:77;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4196;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Md Ariful Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1718522661\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$uMdufw\\/6yZLtDTzcan4xo.rgsd9z6g7XjLJ8eT3BovKjUTwJpeH3O\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-27 18:14:30\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-27 18:14:30\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4196;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Md Ariful Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1718522661\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$uMdufw\\/6yZLtDTzcan4xo.rgsd9z6g7XjLJ8eT3BovKjUTwJpeH3O\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-27 18:14:30\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-27 18:14:30\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:78;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4197;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Sazedul19\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716123348\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Rr0wMqHrgy3s8XH8K.HYlOHrLEQ0G7m7.iijGJbur615TJ6Tx2kjS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-27 18:21:44\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-27 18:21:44\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4197;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Sazedul19\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716123348\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Rr0wMqHrgy3s8XH8K.HYlOHrLEQ0G7m7.iijGJbur615TJ6Tx2kjS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-27 18:21:44\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-27 18:21:44\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:79;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4199;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Shihab\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01829399471\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$MG3VbaFMDAQMNdCMyhi8QeyDQxYK9p7uzdMrfm.mspI68wuNdi4gS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-28 11:18:43\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-28 11:18:43\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4199;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Shihab\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01829399471\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$MG3VbaFMDAQMNdCMyhi8QeyDQxYK9p7uzdMrfm.mspI68wuNdi4gS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-28 11:18:43\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-28 11:18:43\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:80;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4200;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Abdul aliM\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01608228183\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$JJg4Ku2o0tS1mMsFz1Y..ep0Bk.MN\\/yrsQnGmpXjPSsNeDY1\\/6U6u\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-28 11:24:53\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-28 11:24:53\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4200;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Abdul aliM\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01608228183\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$JJg4Ku2o0tS1mMsFz1Y..ep0Bk.MN\\/yrsQnGmpXjPSsNeDY1\\/6U6u\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-28 11:24:53\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-28 11:24:53\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:81;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4201;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Kazi sakib\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01628679019\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$9q6Bre2kbkU7juuTBgeLt.fM0YynY2BwQQL0sUpJLpq1xSMuYNLG2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-28 11:31:46\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-28 11:31:46\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4201;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Kazi sakib\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01628679019\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$9q6Bre2kbkU7juuTBgeLt.fM0YynY2BwQQL0sUpJLpq1xSMuYNLG2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-28 11:31:46\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-28 11:31:46\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:82;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4202;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Atiq\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01322446403\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$2Sj.Ay2tWVrIlu8cPfzude4iEh0acrTuWmsE.roO6DHCS55AFDGee\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-28 11:39:26\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-28 11:39:26\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4202;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Atiq\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01322446403\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$2Sj.Ay2tWVrIlu8cPfzude4iEh0acrTuWmsE.roO6DHCS55AFDGee\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-28 11:39:26\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-28 11:39:26\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:83;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4203;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Sobuj\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01922452882\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$qKKfuML5\\/PQd\\/8mcoTLmMOUS0JhgN12RMyOwZuUaqLVijchRaLU4a\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-28 12:15:57\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-28 12:15:57\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4203;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Sobuj\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01922452882\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$qKKfuML5\\/PQd\\/8mcoTLmMOUS0JhgN12RMyOwZuUaqLVijchRaLU4a\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-28 12:15:57\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-28 12:15:57\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:84;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4204;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Monir\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01719923373\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$QoiaXLGL9z.nqKKot6EWLeFQTwEUGDG0SAtEr5\\/iaz0Q1TFPE6JIS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-28 12:18:45\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-28 12:18:45\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4204;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Monir\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01719923373\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$QoiaXLGL9z.nqKKot6EWLeFQTwEUGDG0SAtEr5\\/iaz0Q1TFPE6JIS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-28 12:18:45\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-28 12:18:45\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:85;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4205;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Mozammal Huq\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716453635\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$3aaVrUZ9M\\/hqXolNvKncM.o6ImdZatEk2liiWHpdvOp.C\\/ZO5SCJ2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-28 12:21:20\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-28 12:21:20\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4205;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Mozammal Huq\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716453635\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$3aaVrUZ9M\\/hqXolNvKncM.o6ImdZatEk2liiWHpdvOp.C\\/ZO5SCJ2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-28 12:21:20\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-28 12:21:20\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:86;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4206;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Anis Hoque\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01776462304\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$HwTnQWBqxlw8Bvx10fmiKugLh1C3sGB10Qhnlo3O0QFzEx7oKe2oe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-28 12:26:01\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-28 12:26:01\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4206;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Anis Hoque\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01776462304\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$HwTnQWBqxlw8Bvx10fmiKugLh1C3sGB10Qhnlo3O0QFzEx7oKe2oe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-28 12:26:01\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-28 12:26:01\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:87;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4207;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Firoz\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01795560601\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$AkTbvhgPrxPxYA.TvCxgKevLz6id4sIFIyjxoq3F6tQwkbhH7\\/RMG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-28 12:29:55\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-28 12:29:55\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4207;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Firoz\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01795560601\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$AkTbvhgPrxPxYA.TvCxgKevLz6id4sIFIyjxoq3F6tQwkbhH7\\/RMG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-28 12:29:55\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-28 12:29:55\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:88;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4208;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"MD JAHIDUL\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01780945542\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$wmgxhj2Upz6kKNwK8HBM1eijMXovDLcfKlWh4rMm.sY8DWENf545m\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-28 12:33:26\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-28 12:33:26\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4208;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"MD JAHIDUL\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01780945542\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$wmgxhj2Upz6kKNwK8HBM1eijMXovDLcfKlWh4rMm.sY8DWENf545m\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-28 12:33:26\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-28 12:33:26\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:89;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4209;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"MD HABIB\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01742631130\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$2UU9xPc8Dewj11rZfXMCC.D3bJliPzpNEBg1Kv1ICXlD9xxKBOU6i\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-28 12:45:41\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-28 12:45:41\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4209;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"MD HABIB\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01742631130\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$2UU9xPc8Dewj11rZfXMCC.D3bJliPzpNEBg1Kv1ICXlD9xxKBOU6i\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-28 12:45:41\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-28 12:45:41\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:90;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4210;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Munna\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01955687591\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$0t9yHcrojC9OcxfHe9Ojjutt7Gnz33fajrS5lLUsngjetG5MLn1yu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-28 12:48:48\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-28 12:48:48\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4210;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Munna\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01955687591\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$0t9yHcrojC9OcxfHe9Ojjutt7Gnz33fajrS5lLUsngjetG5MLn1yu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-28 12:48:48\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-28 12:48:48\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:91;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4211;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Saddam hosen munna\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715805053\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$it45VNVbNYEd9z35c7MQQ.WR.8TcLzebwvgEF85akeT6KekFGKB4C\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-28 12:52:23\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-28 12:52:23\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4211;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Saddam hosen munna\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715805053\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$it45VNVbNYEd9z35c7MQQ.WR.8TcLzebwvgEF85akeT6KekFGKB4C\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-28 12:52:23\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-28 12:52:23\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:92;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4212;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Md jonayet khan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01629294515\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$FdxajZ6Pg3xUbxiPfZuXm..1scq7iVo4orY14pDRcYUVqe7Fa1Rty\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-28 13:43:12\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-28 13:43:12\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4212;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Md jonayet khan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01629294515\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$FdxajZ6Pg3xUbxiPfZuXm..1scq7iVo4orY14pDRcYUVqe7Fa1Rty\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-28 13:43:12\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-28 13:43:12\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:93;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4213;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Sujan Datta\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01859757370\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$s4nXzwJtatFi.j1lwHwQFeLqqB3bUzaeNtxxxc4vs6YkgvZNCBPYu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-28 13:50:16\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-28 13:50:16\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4213;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Sujan Datta\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01859757370\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$s4nXzwJtatFi.j1lwHwQFeLqqB3bUzaeNtxxxc4vs6YkgvZNCBPYu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-28 13:50:16\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-28 13:50:16\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:94;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4214;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"CITYMEAD\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01811280999\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$iz8Izgp8pu3hfyeGxQIr9uuAmiyW4cZCVoWjezOaPNOEFNUkzT9ba\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-28 13:53:47\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-28 13:53:47\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4214;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"CITYMEAD\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01811280999\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$iz8Izgp8pu3hfyeGxQIr9uuAmiyW4cZCVoWjezOaPNOEFNUkzT9ba\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-28 13:53:47\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-28 13:53:47\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:95;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4216;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Lokman hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711516572\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$0y\\/HFLe86nrSGIcG3zC.TuV8zoMC89lgvHSn3dZnMqwp8DAwJs7w2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-28 14:03:28\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-28 14:03:28\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4216;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Lokman hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711516572\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$0y\\/HFLe86nrSGIcG3zC.TuV8zoMC89lgvHSn3dZnMqwp8DAwJs7w2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-28 14:03:28\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-28 14:03:28\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:96;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4218;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Bashar\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01647563608\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$qwqw4YdiKrTZcrbbV9DiMuZC\\/Brgz2188Ry09gUMg6OK3PLjzI3aq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-28 14:15:37\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-28 14:15:37\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4218;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Bashar\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01647563608\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$qwqw4YdiKrTZcrbbV9DiMuZC\\/Brgz2188Ry09gUMg6OK3PLjzI3aq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-28 14:15:37\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-28 14:15:37\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:97;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4222;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Nasimul Hasin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01845971258\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$UbTwidtdaMrS\\/budD5NR0uvIGNn6Njwse7huCFhR5hFVhSilrAF0q\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-28 14:19:47\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-28 14:19:47\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4222;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Nasimul Hasin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01845971258\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$UbTwidtdaMrS\\/budD5NR0uvIGNn6Njwse7huCFhR5hFVhSilrAF0q\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-28 14:19:47\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-28 14:19:47\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:98;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4229;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Mahfuz.Magura\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01733004493\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$5h7EzqWDTyVa5bnfalHpLulddTZJG67GwiT3qwydnv6VGM1rvzeKq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-28 14:34:00\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-28 14:34:00\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4229;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Mahfuz.Magura\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01733004493\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$5h7EzqWDTyVa5bnfalHpLulddTZJG67GwiT3qwydnv6VGM1rvzeKq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-28 14:34:00\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-28 14:34:00\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:99;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4235;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Jamiul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01774351410\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$HiRSsrfwTn554O0yasIBv.LRiOsCt.vBjVtgYEcpJ5W.0vSW99Sxy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-28 14:37:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-28 14:37:29\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4235;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Jamiul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01774351410\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$HiRSsrfwTn554O0yasIBv.LRiOsCt.vBjVtgYEcpJ5W.0vSW99Sxy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-28 14:37:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-28 14:37:29\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}}}s:4:\\\"text\\\";s:335:\\\"\\u09b8\\u09ae\\u09cd\\u09ae\\u09be\\u09a8\\u09bf\\u09a4 \\u0997\\u09cd\\u09b0\\u09be\\u09b9\\u0995, \\u09b8\\u09be\\u09b0\\u09cd\\u09ad\\u09be\\u09b0 \\u0986\\u09aa\\u09a1\\u09c7\\u099f \\u09a6\\u09c7\\u0993\\u09df\\u09be\\u09b0 \\u0995\\u09be\\u09b0\\u09a8\\u09c7 \\u0986\\u09aa\\u09a8\\u09be\\u09a6\\u09c7\\u09b0 \\u09a8\\u09bf\\u0995\\u099f \\u09ac\\u09bf\\u09b2\\u09c7\\u09b0 \\u098f\\u0995\\u099f\\u09bf \\u09ad\\u09c1\\u09b2 \\u09ae\\u09c7\\u09b8\\u09c7\\u099c \\u0997\\u09bf\\u09df\\u09c7\\u099b\\u09c7 \\u0964 \\u09ac\\u09bf\\u09b7\\u09df\\u099f\\u09bf\\u09b0 \\u099c\\u09a8\\u09cd\\u09af \\u0986\\u09ae\\u09b0\\u09be \\u0986\\u09a8\\u09cd\\u09a4\\u09b0\\u09bf\\u0995 \\u09ad\\u09be\\u09ac\\u09c7 \\u09a6\\u09c1\\u0983\\u0996\\u09bf\\u09a4\\u0964\\\";}s:3:\\\"job\\\";N;s:10:\\\"connection\\\";N;s:5:\\\"queue\\\";N;s:15:\\\"chainConnection\\\";N;s:10:\\\"chainQueue\\\";N;s:5:\\\"delay\\\";N;s:10:\\\"middleware\\\";a:0:{}s:7:\\\"chained\\\";a:0:{}}\"}}', 'Illuminate\\Queue\\MaxAttemptsExceededException: App\\Jobs\\SmsSend has been attempted too many times or run too long. The job may have previously timed out. in /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php:648\nStack trace:\n#0 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(163): Illuminate\\Queue\\Worker->maxAttemptsExceededException(Object(Illuminate\\Queue\\Jobs\\DatabaseJob))\n#1 /home/mygpsbd/public_html/app/Http/helper.php(28): Illuminate\\Queue\\Worker->Illuminate\\Queue\\{closure}(14, Array)\n#2 /home/mygpsbd/public_html/app/Jobs/SmsSend.php(35): send_sms(\'\\xE0\\xA6\\xB8\\xE0\\xA6\\xAE\\xE0\\xA7\\x8D\\xE0\\xA6\\xAE\\xE0\\xA6\\xBE...\', Array)\n#3 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App\\Jobs\\SmsSend->handle()\n#4 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/Util.php(37): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}()\n#5 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(93): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))\n#6 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(37): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))\n#7 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/Container.php(596): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)\n#8 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php(94): Illuminate\\Container\\Container->call(Array)\n#9 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(128): Illuminate\\Bus\\Dispatcher->Illuminate\\Bus\\{closure}(Object(App\\Jobs\\SmsSend))\n#10 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(103): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(App\\Jobs\\SmsSend))\n#11 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php(98): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))\n#12 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(83): Illuminate\\Bus\\Dispatcher->dispatchNow(Object(App\\Jobs\\SmsSend), false)\n#13 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(128): Illuminate\\Queue\\CallQueuedHandler->Illuminate\\Queue\\{closure}(Object(App\\Jobs\\SmsSend))\n#14 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(103): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(App\\Jobs\\SmsSend))\n#15 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(85): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))\n#16 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(59): Illuminate\\Queue\\CallQueuedHandler->dispatchThroughMiddleware(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Object(App\\Jobs\\SmsSend))\n#17 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Jobs/Job.php(98): Illuminate\\Queue\\CallQueuedHandler->call(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Array)\n#18 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(356): Illuminate\\Queue\\Jobs\\Job->fire()\n#19 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(306): Illuminate\\Queue\\Worker->process(\'database\', Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Object(Illuminate\\Queue\\WorkerOptions))\n#20 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(132): Illuminate\\Queue\\Worker->runJob(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), \'database\', Object(Illuminate\\Queue\\WorkerOptions))\n#21 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(112): Illuminate\\Queue\\Worker->daemon(\'database\', \'default\', Object(Illuminate\\Queue\\WorkerOptions))\n#22 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(96): Illuminate\\Queue\\Console\\WorkCommand->runWorker(\'database\', \'default\')\n#23 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Illuminate\\Queue\\Console\\WorkCommand->handle()\n#24 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/Util.php(37): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}()\n#25 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(93): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))\n#26 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(37): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))\n#27 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/Container.php(596): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)\n#28 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Console/Command.php(134): Illuminate\\Container\\Container->call(Array)\n#29 /home/mygpsbd/public_html/vendor/symfony/console/Command/Command.php(298): Illuminate\\Console\\Command->execute(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))\n#30 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Console/Command.php(121): Symfony\\Component\\Console\\Command\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))\n#31 /home/mygpsbd/public_html/vendor/symfony/console/Application.php(1040): Illuminate\\Console\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#32 /home/mygpsbd/public_html/vendor/symfony/console/Application.php(301): Symfony\\Component\\Console\\Application->doRunCommand(Object(Illuminate\\Queue\\Console\\WorkCommand), Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#33 /home/mygpsbd/public_html/vendor/symfony/console/Application.php(171): Symfony\\Component\\Console\\Application->doRun(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#34 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Console/Application.php(93): Symfony\\Component\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#35 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(129): Illuminate\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#36 /home/mygpsbd/public_html/artisan(37): Illuminate\\Foundation\\Console\\Kernel->handle(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#37 {main}', '2024-02-09 04:01:03');
INSERT INTO `failed_jobs` (`id`, `connection`, `queue`, `payload`, `exception`, `failed_at`) VALUES
(707, 'database', 'default', '{\"uuid\":\"14535735-13e5-417d-9d94-d3e5d644d557\",\"displayName\":\"App\\\\Jobs\\\\SmsSend\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"delay\":null,\"timeout\":null,\"timeoutAt\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\SmsSend\",\"command\":\"O:16:\\\"App\\\\Jobs\\\\SmsSend\\\":9:{s:4:\\\"data\\\";a:2:{s:4:\\\"data\\\";O:39:\\\"Illuminate\\\\Database\\\\Eloquent\\\\Collection\\\":1:{s:8:\\\"\\u0000*\\u0000items\\\";a:100:{i:0;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4256;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"MD.Asaduzzaman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716272073\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$biPW9fXNppDZboXJo9d7q.nJXoRgE0HMO5.5ya.lNpsElfg5sJnf6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-28 15:11:26\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-28 15:11:26\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4256;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"MD.Asaduzzaman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716272073\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$biPW9fXNppDZboXJo9d7q.nJXoRgE0HMO5.5ya.lNpsElfg5sJnf6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-28 15:11:26\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-28 15:11:26\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:1;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4257;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:24:\\\"MOHAMMAD MAHFUZUR RAHMAN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01714162091\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$JOVGFB7inCekh9iKKjanaehmEBaDb1sCNRX\\/1rbQUpDp1F\\/bJpcHu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-28 15:16:17\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-28 15:16:17\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4257;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:24:\\\"MOHAMMAD MAHFUZUR RAHMAN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01714162091\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$JOVGFB7inCekh9iKKjanaehmEBaDb1sCNRX\\/1rbQUpDp1F\\/bJpcHu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-28 15:16:17\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-28 15:16:17\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:2;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4258;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Malik\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01745927252\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$uNUFe9eL4gweUMC627K\\/5OojyESCDptye3WbbZ9qm0mYKhjqUHGN2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-28 16:02:15\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-28 16:02:15\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4258;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Malik\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01745927252\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$uNUFe9eL4gweUMC627K\\/5OojyESCDptye3WbbZ9qm0mYKhjqUHGN2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-28 16:02:15\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-28 16:02:15\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:3;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4261;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Jarif Ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:24:\\\"eheteshamjarif@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01308500561\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$D.AAfzapbqM\\/rqFp83yZsuK0UFgiaU.vWyT1Q\\/Y.C02oP8KdcXwvW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-01 11:02:18\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-01 11:02:18\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4261;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Jarif Ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:24:\\\"eheteshamjarif@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01308500561\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$D.AAfzapbqM\\/rqFp83yZsuK0UFgiaU.vWyT1Q\\/Y.C02oP8KdcXwvW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-01 11:02:18\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-01 11:02:18\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:4;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4263;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Atik\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01713570844\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$encbkqHeRAGVXUkh896KF.0dvqRTVhu42lLxpRTu47jWPkHcHgIjS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-01 11:24:07\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-01 11:24:07\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4263;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Atik\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01713570844\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$encbkqHeRAGVXUkh896KF.0dvqRTVhu42lLxpRTu47jWPkHcHgIjS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-01 11:24:07\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-01 11:24:07\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:5;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4265;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Kaiyum\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01684782641\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$sKT9NjSFAg.B4vG4ucYfjun\\/cWP.IjbQrt.KTf3VboaacTohmHIky\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-01 11:31:03\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-01 11:31:03\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4265;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Kaiyum\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01684782641\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$sKT9NjSFAg.B4vG4ucYfjun\\/cWP.IjbQrt.KTf3VboaacTohmHIky\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-01 11:31:03\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-01 11:31:03\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:6;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4266;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"dtmm@23\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"0172111896\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Ktnw0WcTbC.SgkLEJ.fI1OzX0jOz.jBqnaPYuPMpdPwWscth6\\/.eK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-01 14:36:12\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-01 14:36:12\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4266;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"dtmm@23\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"0172111896\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Ktnw0WcTbC.SgkLEJ.fI1OzX0jOz.jBqnaPYuPMpdPwWscth6\\/.eK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-01 14:36:12\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-01 14:36:12\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:7;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4267;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"basudav\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01722283421\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$cIIGw6Tpj.6GjrHWS\\/KHFexs7JzHAZ2XRD9ialzsablLwXIdgtyQG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-01 14:42:26\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-01 14:42:26\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4267;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"basudav\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01722283421\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$cIIGw6Tpj.6GjrHWS\\/KHFexs7JzHAZ2XRD9ialzsablLwXIdgtyQG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-01 14:42:26\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-01 14:42:26\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:8;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4268;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"MD Atiqul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01979287848\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$JQ3g.QfN3y6WPpTq82SzD.t3eBo1ygeYC3fZGTPBynqLwj\\/yJknOa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-01 15:04:27\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-01 15:04:27\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4268;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"MD Atiqul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01979287848\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$JQ3g.QfN3y6WPpTq82SzD.t3eBo1ygeYC3fZGTPBynqLwj\\/yJknOa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-01 15:04:27\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-01 15:04:27\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:9;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4269;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Nur Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01843896004\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$TwU\\/cyKDi9.Qpdvv\\/sLbSOI3gvkPU2MtR6iNEdG5HeXbfuGULMBiS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-01 15:08:48\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-01 15:08:48\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4269;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Nur Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01843896004\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$TwU\\/cyKDi9.Qpdvv\\/sLbSOI3gvkPU2MtR6iNEdG5HeXbfuGULMBiS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-01 15:08:48\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-01 15:08:48\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:10;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4270;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"PALASH\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01916716009\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$PqOTWVVrdHnNuzZWBd36p.I5yT9wU6nEdxSbHGSH\\/l2vaWHLIzgpW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-01 15:11:39\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-01 15:11:39\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4270;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"PALASH\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01916716009\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$PqOTWVVrdHnNuzZWBd36p.I5yT9wU6nEdxSbHGSH\\/l2vaWHLIzgpW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-01 15:11:39\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-01 15:11:39\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:11;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4271;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Bashir Ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01867846356\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$fAXtp5AgOIPDs\\/PLt15HWuepzE9DiC6164f5CCofiSJ9o9fmAv7b.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-01 15:18:43\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-01 15:18:43\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4271;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Bashir Ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01867846356\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$fAXtp5AgOIPDs\\/PLt15HWuepzE9DiC6164f5CCofiSJ9o9fmAv7b.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-01 15:18:43\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-01 15:18:43\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:12;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4273;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Nayon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1912673384\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$N5wa5onyDZAyTAJZvDZrLOgyx2\\/\\/8jJZkBQGjbv7hVLbXUoX\\/JoAe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-01 15:24:48\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-01 15:24:48\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4273;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Nayon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1912673384\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$N5wa5onyDZAyTAJZvDZrLOgyx2\\/\\/8jJZkBQGjbv7hVLbXUoX\\/JoAe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-01 15:24:48\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-01 15:24:48\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:13;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4274;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"SAIFUDDIN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01620657376\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$IL935QFy4vwEdzhp9hMH3.QLK6Hv1G1MX5C02dljRvw2\\/Xf64KyHe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-01 16:01:43\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-01 16:01:43\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4274;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"SAIFUDDIN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01620657376\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$IL935QFy4vwEdzhp9hMH3.QLK6Hv1G1MX5C02dljRvw2\\/Xf64KyHe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-01 16:01:43\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-01 16:01:43\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:14;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4275;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Md.Shamim\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01631092732\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$E.1byX8RbzeCTFRb6Ns5NembdLvqkXbtRPOE8GdySQaFdyr4Tsvp.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-01 16:06:33\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-01 16:06:33\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4275;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Md.Shamim\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01631092732\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$E.1byX8RbzeCTFRb6Ns5NembdLvqkXbtRPOE8GdySQaFdyr4Tsvp.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-01 16:06:33\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-01 16:06:33\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:15;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4276;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Mamun\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01821951383\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$rgljCAsXhC5JZDkpVVuC8.xfVsApkcsRyJaUn6H39SVNJL9pPPEx6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-01 16:10:05\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-01 16:10:05\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4276;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Mamun\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01821951383\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$rgljCAsXhC5JZDkpVVuC8.xfVsApkcsRyJaUn6H39SVNJL9pPPEx6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-01 16:10:05\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-01 16:10:05\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:16;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4277;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"MD. Mostakim sheikh\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01813711245\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$JASa79PufBACFPFpeAmt1.Vy0fMbtMU9BIVvk.H.NmtEwmzTHzoD.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-01 16:34:10\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-01 16:34:10\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4277;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"MD. Mostakim sheikh\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01813711245\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$JASa79PufBACFPFpeAmt1.Vy0fMbtMU9BIVvk.H.NmtEwmzTHzoD.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-01 16:34:10\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-01 16:34:10\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:17;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4278;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Sanaullah\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01714880954\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$tffP0fpFLGywwfIChJpruOsoUnxSC24i7zcriIZIISLCQ7sKO5tsa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-01 16:37:09\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-01 16:37:09\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4278;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Sanaullah\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01714880954\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$tffP0fpFLGywwfIChJpruOsoUnxSC24i7zcriIZIISLCQ7sKO5tsa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-01 16:37:09\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-01 16:37:09\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:18;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4279;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:23:\\\"Kishoreganj Automobiles\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01976000367\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$\\/k2fTcSHVIgTWxAX\\/YEfoee\\/O5rTKuGUwDz7eYOgilaoMadecNp3.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-01 16:44:26\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-01 16:44:26\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4279;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:23:\\\"Kishoreganj Automobiles\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01976000367\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$\\/k2fTcSHVIgTWxAX\\/YEfoee\\/O5rTKuGUwDz7eYOgilaoMadecNp3.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-01 16:44:26\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-01 16:44:26\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:19;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4280;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"MD Rajib\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01708652094\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ipmFVPii\\/Bzam37Ytmu2JebcIS0TlY9fC6oCjfnQX8VP6sEybpleC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-02 10:41:28\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-02 10:41:28\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4280;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"MD Rajib\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01708652094\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ipmFVPii\\/Bzam37Ytmu2JebcIS0TlY9fC6oCjfnQX8VP6sEybpleC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-02 10:41:28\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-02 10:41:28\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:20;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4281;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:25:\\\"MD Ahshanur Rohoman jewel\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01707124475\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$KLX2Qz7gQsb1gjaR9djtb.E1lWCanK.gkWrcaccVFcijUB\\/rJ69Yy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-02 10:44:49\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-02 10:44:49\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4281;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:25:\\\"MD Ahshanur Rohoman jewel\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01707124475\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$KLX2Qz7gQsb1gjaR9djtb.E1lWCanK.gkWrcaccVFcijUB\\/rJ69Yy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-02 10:44:49\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-02 10:44:49\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:21;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4282;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"md sarour\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01772837585\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$QCJp5UXvLvCqEYPEBpSrz.TT2t3sm5AmUGMYIXPJJqeKZ3YVkhNIa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-02 10:52:02\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-02 10:52:02\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4282;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"md sarour\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01772837585\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$QCJp5UXvLvCqEYPEBpSrz.TT2t3sm5AmUGMYIXPJJqeKZ3YVkhNIa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-02 10:52:02\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-02 10:52:02\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:22;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4284;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Abu Bakar Siddik\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01911915263\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$vFJazqSMaTr.CCHEqb2bX.8xgBloORUKWXqPJjfSEtFoSu2ekdP1K\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-02 11:00:30\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-02 11:00:30\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4284;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Abu Bakar Siddik\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01911915263\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$vFJazqSMaTr.CCHEqb2bX.8xgBloORUKWXqPJjfSEtFoSu2ekdP1K\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-02 11:00:30\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-02 11:00:30\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:23;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4285;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Md. Imran Hasan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01722718112\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$le96YX7iHLM.rbIkRKZuAuVxyo9RVhCBpk9HSwm7HJJqPm5yCBdtC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-02 11:10:25\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-02 11:10:25\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4285;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Md. Imran Hasan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01722718112\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$le96YX7iHLM.rbIkRKZuAuVxyo9RVhCBpk9HSwm7HJJqPm5yCBdtC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-02 11:10:25\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-02 11:10:25\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:24;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4286;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"M.R.Russel\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711201498\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$MMsDQBUFsVvTU\\/gSu\\/LTEOnRoDh..IOFFeqcwSEJta6mcWYU75laq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-02 11:15:24\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-02 11:15:24\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4286;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"M.R.Russel\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711201498\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$MMsDQBUFsVvTU\\/gSu\\/LTEOnRoDh..IOFFeqcwSEJta6mcWYU75laq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-02 11:15:24\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-02 11:15:24\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:25;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4287;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Md imran haider\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01794212552\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$FqfQdJhn5GJOnKqkUJisQundTPc62ye5yTN0u7IjHYk.H8SW3DUmC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-02 11:25:38\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-02 11:25:38\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4287;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Md imran haider\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01794212552\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$FqfQdJhn5GJOnKqkUJisQundTPc62ye5yTN0u7IjHYk.H8SW3DUmC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-02 11:25:38\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-02 11:25:38\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:26;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4289;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Tarek Aziz\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"tarekaziz3717@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01919963517\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$f29fO\\/2J6EzUR5R\\/KV1E0eQEYQoHdmaKE0HytSHPIP.S77bjwFdge\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-02 12:21:02\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-02 12:21:02\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4289;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Tarek Aziz\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"tarekaziz3717@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01919963517\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$f29fO\\/2J6EzUR5R\\/KV1E0eQEYQoHdmaKE0HytSHPIP.S77bjwFdge\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-02 12:21:02\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-02 12:21:02\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:27;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4290;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Mir Faisal\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01751403143\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$FsobRkbv89\\/EBqXpQbHptO79MrRATsKtZL5QW5gGEiGk7j4j5ZAPK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-02 12:31:49\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-02 12:31:49\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4290;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Mir Faisal\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01751403143\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$FsobRkbv89\\/EBqXpQbHptO79MrRATsKtZL5QW5gGEiGk7j4j5ZAPK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-02 12:31:49\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-02 12:31:49\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:28;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4291;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Salim\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01713529452\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$LS\\/nU7wpQ6Af8tcfKL0Xc.Xmpe3MrGAxtabB5rsaTgbUUMatlbnyO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-02 12:36:50\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-02 12:36:50\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4291;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Salim\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01713529452\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$LS\\/nU7wpQ6Af8tcfKL0Xc.Xmpe3MrGAxtabB5rsaTgbUUMatlbnyO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-02 12:36:50\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-02 12:36:50\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:29;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4292;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Akramul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712874166\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$QCLkNy.K790PbUa1bOF5iONdg5V2KVHKYdBzl4feFg8t8JbN4AEke\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-02 13:27:42\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-02 13:27:42\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4292;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Akramul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712874166\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$QCLkNy.K790PbUa1bOF5iONdg5V2KVHKYdBzl4feFg8t8JbN4AEke\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-02 13:27:42\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-02 13:27:42\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:30;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4354;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Md alim ullah\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01820356269\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$.XjBURhqx98ZWGyx740zM..7\\/uJqfWW7rjxlIc2pzphsSQqO6x1EC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-03 11:01:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-03 11:01:29\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4354;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Md alim ullah\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01820356269\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$.XjBURhqx98ZWGyx740zM..7\\/uJqfWW7rjxlIc2pzphsSQqO6x1EC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-03 11:01:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-03 11:01:29\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:31;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4355;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Jahir\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1710864927\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$DlLyVkhXk.PmJFzIA6K\\/ueoSuMEv1P\\/Gn0NGx54kRyXCjSZRkjREm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-03 11:10:01\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-03 11:10:01\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4355;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Jahir\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1710864927\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$DlLyVkhXk.PmJFzIA6K\\/ueoSuMEv1P\\/Gn0NGx54kRyXCjSZRkjREm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-03 11:10:01\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-03 11:10:01\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:32;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4356;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Riyad Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:27:\\\"mdriyadhossain000@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01842460735\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$uqsDlPuiSkNCVe3.0FIyZOU6XBgfnzkoPRVUdjcWmakmVZ2rKFQ1i\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-03 11:19:45\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-03 11:19:45\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4356;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Riyad Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:27:\\\"mdriyadhossain000@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01842460735\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$uqsDlPuiSkNCVe3.0FIyZOU6XBgfnzkoPRVUdjcWmakmVZ2rKFQ1i\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-03 11:19:45\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-03 11:19:45\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:33;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4357;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Shanur Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712116699\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Gw2dtBgWEqNXIEugcXuFJO1d\\/xYHpOxVnlzYkbFbgtIlEDhhuCwmG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-03 11:24:09\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-03 11:24:09\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4357;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Shanur Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712116699\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Gw2dtBgWEqNXIEugcXuFJO1d\\/xYHpOxVnlzYkbFbgtIlEDhhuCwmG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-03 11:24:09\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-03 11:24:09\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:34;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4358;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Nishita Flour Mils\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01713716077\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$a0IJO7\\/Qy3ksipYbOsvI4.t.6CbjS44ufR6IJVw1xtEKkTuJcOti.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-03 11:30:22\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-03 11:30:22\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4358;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Nishita Flour Mils\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01713716077\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$a0IJO7\\/Qy3ksipYbOsvI4.t.6CbjS44ufR6IJVw1xtEKkTuJcOti.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-03 11:30:22\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-03 11:30:22\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:35;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4359;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"MD SHAIN KIAN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01969296200\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ypRXbUqoV0I7B.eV4nbR7.ptBB5462ZbTk8dCmGI6qyWCI5.bs\\/B2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-03 11:35:38\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-03 11:35:38\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4359;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"MD SHAIN KIAN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01969296200\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ypRXbUqoV0I7B.eV4nbR7.ptBB5462ZbTk8dCmGI6qyWCI5.bs\\/B2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-03 11:35:38\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-03 11:35:38\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:36;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4360;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Anwar Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1604325550\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$0KXQDEjX9eOUiCuC7jWWOOTTKwaQGhedQNs9GERvfM1Y4Yu5pceTm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-03 11:39:45\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-03 11:39:45\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4360;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Anwar Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1604325550\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$0KXQDEjX9eOUiCuC7jWWOOTTKwaQGhedQNs9GERvfM1Y4Yu5pceTm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-03 11:39:45\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-03 11:39:45\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:37;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4361;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"ANISH\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01913325311\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ovdKzvD\\/1KVSWIRn015Bre3PU12eBkJCVdzneIeVjuHRxRVFiXGOm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-03 11:43:19\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-03 11:43:19\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4361;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"ANISH\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01913325311\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ovdKzvD\\/1KVSWIRn015Bre3PU12eBkJCVdzneIeVjuHRxRVFiXGOm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-03 11:43:19\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-03 11:43:19\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:38;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4362;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Pankaj da\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01942204736\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$5SHt6Zjb0q3VWZqYeRjV3OKYjFsqZwZRmcbrzrWsz03zj0ekxOLtK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-03 11:46:46\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-03 11:46:46\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4362;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Pankaj da\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01942204736\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$5SHt6Zjb0q3VWZqYeRjV3OKYjFsqZwZRmcbrzrWsz03zj0ekxOLtK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-03 11:46:46\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-03 11:46:46\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:39;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4363;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Arif\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01916654872\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$C\\/0BS6kBONZM06Ry4aCtqOOBkMswM.BxtAQ.93AzJt5ye3xoi9pby\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-03 11:51:30\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-03 11:51:30\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4363;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Arif\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01916654872\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$C\\/0BS6kBONZM06Ry4aCtqOOBkMswM.BxtAQ.93AzJt5ye3xoi9pby\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-03 11:51:30\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-03 11:51:30\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:40;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4365;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"MD Joshi\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01725211290\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$DpJk270zhPBCytrpBLX9M.534MU4zFTKDf8kDnFK2QF6CuZUupi7i\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-03 12:13:31\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-03 12:13:31\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4365;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"MD Joshi\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01725211290\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$DpJk270zhPBCytrpBLX9M.534MU4zFTKDf8kDnFK2QF6CuZUupi7i\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-03 12:13:31\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-03 12:13:31\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:41;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4366;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:22:\\\"Mohammad ataour Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01819401375\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$sa7zlGRWizOzjFhF5taRVOphvLhAyh8cLzj9bRNB0oUXYM0jUFtrK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-03 12:22:25\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-03 12:22:25\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4366;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:22:\\\"Mohammad ataour Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01819401375\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$sa7zlGRWizOzjFhF5taRVOphvLhAyh8cLzj9bRNB0oUXYM0jUFtrK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-03 12:22:25\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-03 12:22:25\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:42;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4367;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Shamsu\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01911775405\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$5bTRyT3UP7z2TBJlt2qF2.JNrEyVHcbfYmaxWqut4mhz1SYK7shR.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-03 12:25:59\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-03 12:25:59\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4367;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Shamsu\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01911775405\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$5bTRyT3UP7z2TBJlt2qF2.JNrEyVHcbfYmaxWqut4mhz1SYK7shR.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-03 12:25:59\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-03 12:25:59\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:43;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4370;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Mostafizur Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01714460600\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$tYnc7bBHKGy.HsoXOT2CZujLJZJmpE6n4V4GGyIrCgNXnLlteCJSi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-03 13:15:20\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-03 13:15:20\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4370;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Mostafizur Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01714460600\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$tYnc7bBHKGy.HsoXOT2CZujLJZJmpE6n4V4GGyIrCgNXnLlteCJSi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-03 13:15:20\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-03 13:15:20\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:44;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4371;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Anamika Majumder\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"anmikaniter@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01723269990\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$3eo77OFJY.\\/np2\\/EqrRqRukw0\\/zpsFCyoqhj\\/pgydjponfZKHSXsS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-03 13:18:57\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-03 13:18:57\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4371;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Anamika Majumder\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"anmikaniter@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01723269990\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$3eo77OFJY.\\/np2\\/EqrRqRukw0\\/zpsFCyoqhj\\/pgydjponfZKHSXsS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-03 13:18:57\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-03 13:18:57\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:45;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4372;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Smorat\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"smorat77@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1732577777\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$rUwj3WsGW7ZnG9P56T48XeC0qlnshwdNVTis3kX58\\/L\\/HrD61KnFa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-03 13:24:19\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-08 13:02:06\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4372;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Smorat\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"smorat77@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1732577777\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$rUwj3WsGW7ZnG9P56T48XeC0qlnshwdNVTis3kX58\\/L\\/HrD61KnFa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-03 13:24:19\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-08 13:02:06\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:46;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4373;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Delower\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711985271\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$PmLLrCIY1U7vXqhUty5AeeZZY4hMzWXSyTefTYU1xGPKTguNHQ3ru\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-03 13:35:20\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-03 13:35:20\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4373;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Delower\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711985271\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$PmLLrCIY1U7vXqhUty5AeeZZY4hMzWXSyTefTYU1xGPKTguNHQ3ru\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-03 13:35:20\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-03 13:35:20\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:47;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4374;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Songjoy\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01770171416\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Lu40wNzypH..EaPj8W0zjOqKY8zXfjofN.N7tbDaoE4izkpirVSJ2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-03 13:37:52\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-03 13:37:52\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4374;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Songjoy\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01770171416\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Lu40wNzypH..EaPj8W0zjOqKY8zXfjofN.N7tbDaoE4izkpirVSJ2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-03 13:37:52\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-03 13:37:52\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:48;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4375;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Md. Shamim Sheikh\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01913939763\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$oR3I8nYdljeWmc.wMvj4vOG9pQ1Q3DFDbaaP4WV7gDcRe8rZ.zLD.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-03 13:44:26\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-03 13:44:26\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4375;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Md. Shamim Sheikh\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01913939763\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$oR3I8nYdljeWmc.wMvj4vOG9pQ1Q3DFDbaaP4WV7gDcRe8rZ.zLD.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-03 13:44:26\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-03 13:44:26\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:49;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4376;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"MD Jamal\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01722707009\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$L8iaAfGb\\/lD8haTDL4Mr1OlIMQUkIPDqX7dHvBjU0x1TVL\\/Ha2J1a\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-03 13:51:39\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-03 13:51:39\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4376;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"MD Jamal\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01722707009\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$L8iaAfGb\\/lD8haTDL4Mr1OlIMQUkIPDqX7dHvBjU0x1TVL\\/Ha2J1a\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-03 13:51:39\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-03 13:51:39\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:50;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4377;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Piarul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01723290035\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$mSXNDe.VA1ayrPKo2W4mBOfMs7jAxjwuG6IINkpdqfZOz3TLvz.K.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-03 13:55:06\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-03 13:55:06\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4377;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Piarul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01723290035\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$mSXNDe.VA1ayrPKo2W4mBOfMs7jAxjwuG6IINkpdqfZOz3TLvz.K.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-03 13:55:06\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-03 13:55:06\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:51;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4378;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md jahangir alam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01838139593\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$qG8tRQvOZITUevBfRip2iOjhWGdl79MGebvpS5hnHMrk2KhvS13Ya\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-03 13:59:54\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-03 13:59:54\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4378;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md jahangir alam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01838139593\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$qG8tRQvOZITUevBfRip2iOjhWGdl79MGebvpS5hnHMrk2KhvS13Ya\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-03 13:59:54\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-03 13:59:54\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:52;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4379;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Rahul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01920395619\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$YdfKO1GkocooMoJf.XdY4uVXuUmVK\\/lmALFdHUkS0RGHEMBTFnykS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-03 14:03:37\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-03 14:03:37\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4379;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Rahul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01920395619\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$YdfKO1GkocooMoJf.XdY4uVXuUmVK\\/lmALFdHUkS0RGHEMBTFnykS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-03 14:03:37\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-03 14:03:37\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:53;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4380;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Tanjil\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01832599305\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$XqM0GXv15ctb1GluekNt6.b\\/UEPQ3YMK8RGBIfaMZ6z9t0vbrV7BC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-03 14:08:27\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-03 14:08:27\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4380;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Tanjil\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01832599305\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$XqM0GXv15ctb1GluekNt6.b\\/UEPQ3YMK8RGBIfaMZ6z9t0vbrV7BC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-03 14:08:27\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-03 14:08:27\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:54;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4382;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"MD SUMON\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01757873632\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$9QYw2eI9npK0sVRtHL5EhuwubsmEZQAltVE7wQzuAlRciBwRokeD.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-03 14:26:34\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-03 14:26:34\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4382;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"MD SUMON\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01757873632\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$9QYw2eI9npK0sVRtHL5EhuwubsmEZQAltVE7wQzuAlRciBwRokeD.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-03 14:26:34\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-03 14:26:34\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:55;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4428;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Md Tofazzal hosen\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01600261747\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$wiJlZYdjWXOJ1TNlfUy7vueNJ\\/J66imXOwVWntB3SJgzKfJzavywK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-12 16:21:14\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-12 16:22:48\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4428;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Md Tofazzal hosen\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01600261747\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$wiJlZYdjWXOJ1TNlfUy7vueNJ\\/J66imXOwVWntB3SJgzKfJzavywK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-12 16:21:14\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-12 16:22:48\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:56;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4429;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Md. Rohmot Ali\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01719304962\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$FASx2c9GmoHEqk2fLlvzC.dchAETDLV1zj6Din8PpnHZB6UcTFRSy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-12 16:31:41\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-12 16:31:41\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4429;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Md. Rohmot Ali\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01719304962\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$FASx2c9GmoHEqk2fLlvzC.dchAETDLV1zj6Din8PpnHZB6UcTFRSy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-12 16:31:41\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-12 16:31:41\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:57;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4430;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Samiul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01313498198\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$3N7ENw97hsMXfvhSvqmojeg2odmRgSoHsJo9ReycaP6e.4avKDhSi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-12 16:37:24\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-12 16:37:24\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4430;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Samiul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01313498198\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$3N7ENw97hsMXfvhSvqmojeg2odmRgSoHsJo9ReycaP6e.4avKDhSi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-12 16:37:24\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-12 16:37:24\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:58;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4431;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Ismail\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1921474482\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$OKszRe7NMg\\/dCufKDfNb2em.ToCG52EmlxvzlTK5o2tnLdnXcrJbC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-12 16:41:31\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-12 16:41:31\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4431;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Ismail\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1921474482\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$OKszRe7NMg\\/dCufKDfNb2em.ToCG52EmlxvzlTK5o2tnLdnXcrJbC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-12 16:41:31\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-12 16:41:31\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:59;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4432;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Serjen Billal\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01718525460\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$4SmGB3q3qr1ug5KGLTqrEeVyQi8QrKXrx4vSoRDxWhO.AKm1RNvES\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-12 16:45:40\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-12 16:45:40\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4432;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Serjen Billal\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01718525460\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$4SmGB3q3qr1ug5KGLTqrEeVyQi8QrKXrx4vSoRDxWhO.AKm1RNvES\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-12 16:45:40\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-12 16:45:40\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:60;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4433;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Al Amin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01780063195\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$fapEqZIDqSkFnA0.FbySPuC9IK.6aY6Fy6HV8IktAufh0THtv4vsq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-12 16:51:48\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-12 16:51:48\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4433;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Al Amin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01780063195\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$fapEqZIDqSkFnA0.FbySPuC9IK.6aY6Fy6HV8IktAufh0THtv4vsq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-12 16:51:48\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-12 16:51:48\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:61;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4434;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Parvez\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716915000\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$EoJNBYggmj5d95PXQnL\\/SedP7IKmKfC0i1KTwHw3qo0NFxReLyNQ6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-12 16:54:32\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-12 16:54:32\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4434;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Parvez\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716915000\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$EoJNBYggmj5d95PXQnL\\/SedP7IKmKfC0i1KTwHw3qo0NFxReLyNQ6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-12 16:54:32\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-12 16:54:32\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:62;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4435;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Shohidul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01735598744\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$nmEwmT88Zuim0kpCko2FjOsXlNE5VtPdlgKc0HnY2IQ7G3zJ9GHPO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-12 16:58:30\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-12 16:58:30\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4435;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Shohidul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01735598744\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$nmEwmT88Zuim0kpCko2FjOsXlNE5VtPdlgKc0HnY2IQ7G3zJ9GHPO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-12 16:58:30\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-12 16:58:30\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:63;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4436;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Md Sumon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01835138324\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$z4MhSvoExVuq0I9CHzyxGONy8.FSwpS0GlFfwMfK5b6aEWxZVNK1q\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-12 17:05:19\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-12 17:05:19\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4436;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Md Sumon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01835138324\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$z4MhSvoExVuq0I9CHzyxGONy8.FSwpS0GlFfwMfK5b6aEWxZVNK1q\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-12 17:05:19\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-12 17:05:19\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:64;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4438;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Rubel\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01792324089\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ccPSiIUB2F3xA4ypQHVeIuzzLPndV3akQjLeRYjNvo7KCb.9BKTfy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-12 17:11:31\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-12 17:11:31\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4438;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Rubel\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01792324089\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ccPSiIUB2F3xA4ypQHVeIuzzLPndV3akQjLeRYjNvo7KCb.9BKTfy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-12 17:11:31\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-12 17:11:31\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:65;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4439;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Kazi Rakib\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"kazirakib0199@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"1628-679019\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$\\/7nQKYzW0O0QkAxqLwgeCeoqAO2.h30H7GvwwexM0o.xkEsnGOJHK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-12 17:23:38\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-12 17:23:38\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4439;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Kazi Rakib\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"kazirakib0199@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"1628-679019\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$\\/7nQKYzW0O0QkAxqLwgeCeoqAO2.h30H7GvwwexM0o.xkEsnGOJHK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-12 17:23:38\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-12 17:23:38\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:66;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4440;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Sheikh al amin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712995677\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$wH5Yef\\/0Jva9J7dkIbQDsuFdobqi6oC.vjT6BI397PCNY8neDc.Gi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-12 17:26:51\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-12 17:26:51\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4440;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Sheikh al amin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712995677\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$wH5Yef\\/0Jva9J7dkIbQDsuFdobqi6oC.vjT6BI397PCNY8neDc.Gi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-12 17:26:51\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-12 17:26:51\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:67;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4441;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"MD Joshi\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1725211290\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$2nwKreAZwRczjtgzJmGyOekaTs1tQ0.8MgJ6upO5xKrkQX39HiNku\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-12 18:59:10\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-12 18:59:10\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4441;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"MD Joshi\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1725211290\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$2nwKreAZwRczjtgzJmGyOekaTs1tQ0.8MgJ6upO5xKrkQX39HiNku\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-12 18:59:10\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-12 18:59:10\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:68;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4442;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Supon Saha\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01868002397\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$JGMMRf9rU0hJmpAuohlsD.PpOBKGgjMFwFXWbmEZMDMVn.Sq0OH92\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-12 19:22:33\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-12 19:22:33\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4442;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Supon Saha\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01868002397\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$JGMMRf9rU0hJmpAuohlsD.PpOBKGgjMFwFXWbmEZMDMVn.Sq0OH92\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-12 19:22:33\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-12 19:22:33\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:69;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4443;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Md.Nazrul islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01309068836\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$BFoNyOSLetT05LrvoVeqBuhHRAV8rKip2H3Dt13bjpp1gN6GVrf16\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-12 19:34:59\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-12 19:34:59\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4443;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Md.Nazrul islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01309068836\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$BFoNyOSLetT05LrvoVeqBuhHRAV8rKip2H3Dt13bjpp1gN6GVrf16\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-12 19:34:59\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-12 19:34:59\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:70;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4444;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:21:\\\"MD mohidur Rahim khan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01327819454\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$lGhlZjdUkSnS4vIZiBRlx.27T0VoZN0tEe5STQ6ocjhOMrfQn4vQq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-12 19:40:31\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-12 19:40:31\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4444;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:21:\\\"MD mohidur Rahim khan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01327819454\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$lGhlZjdUkSnS4vIZiBRlx.27T0VoZN0tEe5STQ6ocjhOMrfQn4vQq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-12 19:40:31\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-12 19:40:31\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:71;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4446;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Priya\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01623786278\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$V7AbiUvrM4bBhVox7lokd.3PZAPrUuduZgMMiyzsfY4vA\\/u66H.j2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-12 20:10:55\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-12 20:10:55\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4446;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Priya\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01623786278\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$V7AbiUvrM4bBhVox7lokd.3PZAPrUuduZgMMiyzsfY4vA\\/u66H.j2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-12 20:10:55\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-12 20:10:55\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:72;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4448;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Md Ahad\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01624756431\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Be6BgGtty1RfxSBb\\/lFdPO8JfvvrSXhaY2279LJwhv6M2XUxOIRFq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-12 20:30:21\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-12 20:30:21\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4448;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Md Ahad\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01624756431\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Be6BgGtty1RfxSBb\\/lFdPO8JfvvrSXhaY2279LJwhv6M2XUxOIRFq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-12 20:30:21\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-12 20:30:21\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:73;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4449;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Md Babul Akter\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01718002615\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$\\/WhAgT7NXr8WpkcsCI4xSOzptz5\\/1lX0klM87zgBzTXEcrwsJQnsu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-12 20:34:03\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-12 20:34:03\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4449;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Md Babul Akter\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01718002615\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$\\/WhAgT7NXr8WpkcsCI4xSOzptz5\\/1lX0klM87zgBzTXEcrwsJQnsu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-12 20:34:03\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-12 20:34:03\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:74;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4450;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Md Zahirul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01786326104\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$KwXueqNdb6EAk8X4AXgqRu10CHpJUJbWZ8BqwlLjtWExBNJJNDAum\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-12 20:37:42\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-12 20:37:42\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4450;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Md Zahirul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01786326104\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$KwXueqNdb6EAk8X4AXgqRu10CHpJUJbWZ8BqwlLjtWExBNJJNDAum\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-12 20:37:42\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-12 20:37:42\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:75;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4451;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Neweas shorif\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01717813401\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$o.3hugr6mObOVY.R0A1TTeTcDEL8fQdb42Zsxbn22E\\/QTNZ2o2cYO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-12 20:50:52\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-12 20:50:52\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4451;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Neweas shorif\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01717813401\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$o.3hugr6mObOVY.R0A1TTeTcDEL8fQdb42Zsxbn22E\\/QTNZ2o2cYO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-12 20:50:52\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-12 20:50:52\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:76;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4452;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Towhid2009\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712684828\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$FjkHnMJoyZ0w2SQBo.uW1.NqVju3eBG9U2XlxFnSyOYH1ZH2pMeyq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-12 20:59:25\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-12 20:59:25\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4452;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Towhid2009\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712684828\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$FjkHnMJoyZ0w2SQBo.uW1.NqVju3eBG9U2XlxFnSyOYH1ZH2pMeyq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-12 20:59:25\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-12 20:59:25\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:77;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4453;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Jamil Ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01307541441\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Kb0yNavgBfmEcnZW0ca9v.YPNxsiE9WMG.Nwqwwzeqi31OV1jx05a\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-12 21:37:11\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-12 21:37:11\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4453;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Jamil Ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01307541441\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Kb0yNavgBfmEcnZW0ca9v.YPNxsiE9WMG.Nwqwwzeqi31OV1jx05a\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-12 21:37:11\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-12 21:37:11\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:78;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4454;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Adnan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01672777772\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$lnDOpuXA1K7S4ds3sz1XmuJxi.ri2.dOPjqvK32EaFXNfQF9djtWe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-12 21:40:10\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-12 21:40:10\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4454;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Adnan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01672777772\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$lnDOpuXA1K7S4ds3sz1XmuJxi.ri2.dOPjqvK32EaFXNfQF9djtWe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-12 21:40:10\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-12 21:40:10\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:79;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4457;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"MD MYNUL HAQUE\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:25:\\\"mynul.selection@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01720808888\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$i7FzI4tXjGGHw3nPje7Kz.o7CmmCgven5GzYzQhoztBVeEVVPpI62\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-12 22:06:54\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-12 22:06:54\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4457;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"MD MYNUL HAQUE\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:25:\\\"mynul.selection@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01720808888\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$i7FzI4tXjGGHw3nPje7Kz.o7CmmCgven5GzYzQhoztBVeEVVPpI62\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-12 22:06:54\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-12 22:06:54\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:80;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4459;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"polash\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01911236740\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$3SW2eW7iGHWDLJT9N5.AxeClZJs69uxIxllXWel.nMUK7Caudd3u6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-12 22:19:28\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-12 22:19:28\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4459;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"polash\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01911236740\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$3SW2eW7iGHWDLJT9N5.AxeClZJs69uxIxllXWel.nMUK7Caudd3u6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-12 22:19:28\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-12 22:19:28\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:81;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4460;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Tarek Aziz\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"tarekaziz3717@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01730963517\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$lZqlhNP8KgNSTtQiT0gOS.pXxMNEvTvfYasn8XtyzcuOHKfCaex7e\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-12 22:25:57\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-12 22:25:57\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4460;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Tarek Aziz\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"tarekaziz3717@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01730963517\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$lZqlhNP8KgNSTtQiT0gOS.pXxMNEvTvfYasn8XtyzcuOHKfCaex7e\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-12 22:25:57\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-12 22:25:57\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:82;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4463;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Rony\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01756691299\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$r4HbznUxNLrQCcMrkmUze.mEiNAsaYhdNVzV\\/Yubw\\/xqdg4j0JZKO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-12 23:24:12\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-12 23:24:12\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4463;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Rony\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01756691299\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$r4HbznUxNLrQCcMrkmUze.mEiNAsaYhdNVzV\\/Yubw\\/xqdg4j0JZKO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-12 23:24:12\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-12 23:24:12\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:83;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4464;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"MASUD\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01921735251\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$.UiaDWFZSSCy4xFZso0HEehO.7cMxl.sQ5ne.BPdAL\\/pd4AASuCfu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-12 23:29:07\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-12 23:29:07\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4464;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"MASUD\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01921735251\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$.UiaDWFZSSCy4xFZso0HEehO.7cMxl.sQ5ne.BPdAL\\/pd4AASuCfu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-12 23:29:07\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-12 23:29:07\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:84;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4465;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"MD nadim\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01625496999\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$\\/u5e3Yv1D0x4RTB2V.QqAeafroo7tzHH56Iq81FMA8GY8U0VwygAC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-12 23:59:13\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-12 23:59:13\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4465;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"MD nadim\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01625496999\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$\\/u5e3Yv1D0x4RTB2V.QqAeafroo7tzHH56Iq81FMA8GY8U0VwygAC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-12 23:59:13\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-12 23:59:13\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:85;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4466;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Kalam Azad\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01759496300\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$iFq3m5eEQBUCaxvoHrVebeEEzNXIaVdE2HfbApygU5nCwlFCIIa\\/i\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-13 00:01:55\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-13 00:01:55\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4466;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Kalam Azad\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01759496300\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$iFq3m5eEQBUCaxvoHrVebeEEzNXIaVdE2HfbApygU5nCwlFCIIa\\/i\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-13 00:01:55\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-13 00:01:55\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:86;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4467;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"MD Rejaul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01823216949\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$L8c4v2XcNXSTWWeBKekW2umThdB9q3XF8nvFOzt7Rw4h\\/c5x.b\\/CG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-13 00:10:27\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-13 00:10:27\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4467;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"MD Rejaul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01823216949\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$L8c4v2XcNXSTWWeBKekW2umThdB9q3XF8nvFOzt7Rw4h\\/c5x.b\\/CG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-13 00:10:27\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-13 00:10:27\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:87;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4468;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Rintu\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01751837391\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$.72Hgk\\/81uTh.jx2kRbEbelIpdocdk1Q4HziCZXgLOp2c4pJVjhTy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-13 00:13:34\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-13 00:13:34\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4468;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Rintu\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01751837391\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$.72Hgk\\/81uTh.jx2kRbEbelIpdocdk1Q4HziCZXgLOp2c4pJVjhTy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-13 00:13:34\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-13 00:13:34\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:88;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4469;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Md.monir\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01721621423\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$UfnG9hLX2Et9YpW.CJslNe9Gt9ZNizge1\\/kb.KmK88MS6pKLOnu2m\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-13 00:22:47\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-13 00:22:47\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4469;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Md.monir\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01721621423\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$UfnG9hLX2Et9YpW.CJslNe9Gt9ZNizge1\\/kb.KmK88MS6pKLOnu2m\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-13 00:22:47\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-13 00:22:47\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:89;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4471;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Mehedi Hasan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01619258363\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$8i9n7XALWjJjtF0BU5q.9e1.5Jg1afmx\\/.Kwq3guItdCp\\/Z1uqfUC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-13 00:27:51\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-13 00:27:51\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4471;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Mehedi Hasan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01619258363\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$8i9n7XALWjJjtF0BU5q.9e1.5Jg1afmx\\/.Kwq3guItdCp\\/Z1uqfUC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-13 00:27:51\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-13 00:27:51\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:90;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4472;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"MD Rasel\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01979996205\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$yiPH2SdtkVI6iTyPwEs07OZl3z.c8TXmrIbKo3u128RSCP1Ux0zFu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-13 00:30:35\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-13 00:30:35\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4472;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"MD Rasel\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01979996205\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$yiPH2SdtkVI6iTyPwEs07OZl3z.c8TXmrIbKo3u128RSCP1Ux0zFu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-13 00:30:35\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-13 00:30:35\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:91;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4473;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Elias\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01850476476\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$avWF4FCx7aeIj1ulwPT.a.0nd.X4XG.F3w6.uCz4StE3m2wYh1JaO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-13 00:33:42\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-13 00:33:42\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4473;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Elias\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01850476476\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$avWF4FCx7aeIj1ulwPT.a.0nd.X4XG.F3w6.uCz4StE3m2wYh1JaO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-13 00:33:42\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-13 00:33:42\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:92;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4474;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Ahmed shakil\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01778955344\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$AFXrg4rA3WUJMtmxfKvTKuYdp\\/o4peFYVG0CeO.g8sNQHDsdliuva\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-13 00:36:28\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-13 00:36:28\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4474;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Ahmed shakil\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01778955344\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$AFXrg4rA3WUJMtmxfKvTKuYdp\\/o4peFYVG0CeO.g8sNQHDsdliuva\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-13 00:36:28\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-13 00:36:28\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:93;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4475;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Md mannan Sky\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01721584383\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$cqf0j3Vfb8pUnf8pAZUOc.voRnp8QauQRh.OIu4BH4KmDvWNxTpaO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-13 00:39:00\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-13 00:39:00\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4475;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Md mannan Sky\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01721584383\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$cqf0j3Vfb8pUnf8pAZUOc.voRnp8QauQRh.OIu4BH4KmDvWNxTpaO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-13 00:39:00\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-13 00:39:00\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:94;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4476;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"shahadat\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716517402\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$7DddvTohNr1RqJqs5e88velmaKyrUBZulsRgSMjs36Q0pKa1TLu1C\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-13 00:42:44\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-13 00:43:42\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4476;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"shahadat\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716517402\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$7DddvTohNr1RqJqs5e88velmaKyrUBZulsRgSMjs36Q0pKa1TLu1C\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-13 00:42:44\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-13 00:43:42\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:95;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4477;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Niranjan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01684692907\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Vgp8miu9ZQgQkupc04.8AOPZSPQN3Ujm7GymJe8sC12zj3Jilntbm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-13 00:46:50\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-13 00:46:50\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4477;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Niranjan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01684692907\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Vgp8miu9ZQgQkupc04.8AOPZSPQN3Ujm7GymJe8sC12zj3Jilntbm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-13 00:46:50\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-13 00:46:50\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:96;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4478;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Md saif\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01829999681\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Wurky7Xa9ezAeZRjv87pjO76GZrmxAmUiWf.XVdkMYIvnDlq\\/r9di\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-13 00:53:21\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-13 00:53:21\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4478;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Md saif\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01829999681\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Wurky7Xa9ezAeZRjv87pjO76GZrmxAmUiWf.XVdkMYIvnDlq\\/r9di\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-13 00:53:21\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-13 00:53:21\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:97;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4479;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Sirajul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1782660316\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$9oKx0LMeGyX228O8SuuALO1vzw494DCXh3qBUJ7u1UkYIgxs0rICu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-13 00:57:33\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-13 00:57:33\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4479;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Sirajul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1782660316\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$9oKx0LMeGyX228O8SuuALO1vzw494DCXh3qBUJ7u1UkYIgxs0rICu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-13 00:57:33\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-13 00:57:33\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:98;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4480;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:3:\\\"Jon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01754445311\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Iy5TvXEI2xCPA6z7ZWr9iu2ro\\/1yDvw62FA8NkNJXwDydf2njqZ0q\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-13 01:00:20\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-13 01:00:20\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4480;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:3:\\\"Jon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01754445311\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Iy5TvXEI2xCPA6z7ZWr9iu2ro\\/1yDvw62FA8NkNJXwDydf2njqZ0q\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-13 01:00:20\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-13 01:00:20\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:99;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4481;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"MD Shohag Husain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01818583758\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$JHcbjWoAPtYyKw1\\/o5I\\/pOUsx0TsJwbHnE415ae5fajcWkvEDdSVy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-13 10:06:16\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-13 10:06:16\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4481;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"MD Shohag Husain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01818583758\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$JHcbjWoAPtYyKw1\\/o5I\\/pOUsx0TsJwbHnE415ae5fajcWkvEDdSVy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-13 10:06:16\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-13 10:06:16\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}}}s:4:\\\"text\\\";s:335:\\\"\\u09b8\\u09ae\\u09cd\\u09ae\\u09be\\u09a8\\u09bf\\u09a4 \\u0997\\u09cd\\u09b0\\u09be\\u09b9\\u0995, \\u09b8\\u09be\\u09b0\\u09cd\\u09ad\\u09be\\u09b0 \\u0986\\u09aa\\u09a1\\u09c7\\u099f \\u09a6\\u09c7\\u0993\\u09df\\u09be\\u09b0 \\u0995\\u09be\\u09b0\\u09a8\\u09c7 \\u0986\\u09aa\\u09a8\\u09be\\u09a6\\u09c7\\u09b0 \\u09a8\\u09bf\\u0995\\u099f \\u09ac\\u09bf\\u09b2\\u09c7\\u09b0 \\u098f\\u0995\\u099f\\u09bf \\u09ad\\u09c1\\u09b2 \\u09ae\\u09c7\\u09b8\\u09c7\\u099c \\u0997\\u09bf\\u09df\\u09c7\\u099b\\u09c7 \\u0964 \\u09ac\\u09bf\\u09b7\\u09df\\u099f\\u09bf\\u09b0 \\u099c\\u09a8\\u09cd\\u09af \\u0986\\u09ae\\u09b0\\u09be \\u0986\\u09a8\\u09cd\\u09a4\\u09b0\\u09bf\\u0995 \\u09ad\\u09be\\u09ac\\u09c7 \\u09a6\\u09c1\\u0983\\u0996\\u09bf\\u09a4\\u0964\\\";}s:3:\\\"job\\\";N;s:10:\\\"connection\\\";N;s:5:\\\"queue\\\";N;s:15:\\\"chainConnection\\\";N;s:10:\\\"chainQueue\\\";N;s:5:\\\"delay\\\";N;s:10:\\\"middleware\\\";a:0:{}s:7:\\\"chained\\\";a:0:{}}\"}}', 'Illuminate\\Queue\\MaxAttemptsExceededException: App\\Jobs\\SmsSend has been attempted too many times or run too long. The job may have previously timed out. in /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php:648\nStack trace:\n#0 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(163): Illuminate\\Queue\\Worker->maxAttemptsExceededException(Object(Illuminate\\Queue\\Jobs\\DatabaseJob))\n#1 /home/mygpsbd/public_html/app/Http/helper.php(28): Illuminate\\Queue\\Worker->Illuminate\\Queue\\{closure}(14, Array)\n#2 /home/mygpsbd/public_html/app/Jobs/SmsSend.php(35): send_sms(\'\\xE0\\xA6\\xB8\\xE0\\xA6\\xAE\\xE0\\xA7\\x8D\\xE0\\xA6\\xAE\\xE0\\xA6\\xBE...\', Array)\n#3 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App\\Jobs\\SmsSend->handle()\n#4 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/Util.php(37): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}()\n#5 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(93): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))\n#6 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(37): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))\n#7 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/Container.php(596): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)\n#8 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php(94): Illuminate\\Container\\Container->call(Array)\n#9 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(128): Illuminate\\Bus\\Dispatcher->Illuminate\\Bus\\{closure}(Object(App\\Jobs\\SmsSend))\n#10 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(103): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(App\\Jobs\\SmsSend))\n#11 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php(98): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))\n#12 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(83): Illuminate\\Bus\\Dispatcher->dispatchNow(Object(App\\Jobs\\SmsSend), false)\n#13 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(128): Illuminate\\Queue\\CallQueuedHandler->Illuminate\\Queue\\{closure}(Object(App\\Jobs\\SmsSend))\n#14 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(103): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(App\\Jobs\\SmsSend))\n#15 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(85): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))\n#16 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(59): Illuminate\\Queue\\CallQueuedHandler->dispatchThroughMiddleware(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Object(App\\Jobs\\SmsSend))\n#17 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Jobs/Job.php(98): Illuminate\\Queue\\CallQueuedHandler->call(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Array)\n#18 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(356): Illuminate\\Queue\\Jobs\\Job->fire()\n#19 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(306): Illuminate\\Queue\\Worker->process(\'database\', Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Object(Illuminate\\Queue\\WorkerOptions))\n#20 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(132): Illuminate\\Queue\\Worker->runJob(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), \'database\', Object(Illuminate\\Queue\\WorkerOptions))\n#21 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(112): Illuminate\\Queue\\Worker->daemon(\'database\', \'default\', Object(Illuminate\\Queue\\WorkerOptions))\n#22 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(96): Illuminate\\Queue\\Console\\WorkCommand->runWorker(\'database\', \'default\')\n#23 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Illuminate\\Queue\\Console\\WorkCommand->handle()\n#24 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/Util.php(37): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}()\n#25 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(93): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))\n#26 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(37): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))\n#27 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/Container.php(596): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)\n#28 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Console/Command.php(134): Illuminate\\Container\\Container->call(Array)\n#29 /home/mygpsbd/public_html/vendor/symfony/console/Command/Command.php(298): Illuminate\\Console\\Command->execute(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))\n#30 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Console/Command.php(121): Symfony\\Component\\Console\\Command\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))\n#31 /home/mygpsbd/public_html/vendor/symfony/console/Application.php(1040): Illuminate\\Console\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#32 /home/mygpsbd/public_html/vendor/symfony/console/Application.php(301): Symfony\\Component\\Console\\Application->doRunCommand(Object(Illuminate\\Queue\\Console\\WorkCommand), Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#33 /home/mygpsbd/public_html/vendor/symfony/console/Application.php(171): Symfony\\Component\\Console\\Application->doRun(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#34 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Console/Application.php(93): Symfony\\Component\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#35 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(129): Illuminate\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#36 /home/mygpsbd/public_html/artisan(37): Illuminate\\Foundation\\Console\\Kernel->handle(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#37 {main}', '2024-02-09 05:01:03');
INSERT INTO `failed_jobs` (`id`, `connection`, `queue`, `payload`, `exception`, `failed_at`) VALUES
(708, 'database', 'default', '{\"uuid\":\"332e7aa9-983c-42f5-869f-f4180daf0f58\",\"displayName\":\"App\\\\Jobs\\\\SmsSend\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"delay\":null,\"timeout\":null,\"timeoutAt\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\SmsSend\",\"command\":\"O:16:\\\"App\\\\Jobs\\\\SmsSend\\\":9:{s:4:\\\"data\\\";a:2:{s:4:\\\"data\\\";O:39:\\\"Illuminate\\\\Database\\\\Eloquent\\\\Collection\\\":1:{s:8:\\\"\\u0000*\\u0000items\\\";a:100:{i:0;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:1180;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Kona\\\";s:3:\\\"nid\\\";s:20:\\\"12344t57676978986564\\\";s:5:\\\"email\\\";s:22:\\\"konaakter011@gmail.com\\\";s:7:\\\"address\\\";s:13:\\\"Mirpur1,Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01760372867\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$0cVAbD\\/XQdUkbLHUYiLvMeWUyWDLxeXOAUma0B8Hi9FU8jAOYz7eK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-08-21 16:33:46\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-08-21 16:43:40\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:1180;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Kona\\\";s:3:\\\"nid\\\";s:20:\\\"12344t57676978986564\\\";s:5:\\\"email\\\";s:22:\\\"konaakter011@gmail.com\\\";s:7:\\\"address\\\";s:13:\\\"Mirpur1,Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01760372867\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$0cVAbD\\/XQdUkbLHUYiLvMeWUyWDLxeXOAUma0B8Hi9FU8jAOYz7eK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-08-21 16:33:46\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-08-21 16:43:40\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:1;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:1243;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:23:\\\"Mohammad Zakariaul Alam\\\";s:3:\\\"nid\\\";s:3:\\\"N\\/A\\\";s:5:\\\"email\\\";s:21:\\\"zakaria6014@gmail.com\\\";s:7:\\\"address\\\";s:78:\\\"SBS Tekstil Sanayi ve Ticaret A.S. Flat-A\\/4, House-59, Road-59,Block-I, Bonani\\\";s:5:\\\"phone\\\";s:11:\\\"01819223568\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$8EQjo8woqCDv0dPSLxHnI.FkwPbueZNnjVM009SK3Ic1pWcNqTU\\/y\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-08-23 15:22:46\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-08-23 15:28:53\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:1243;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:23:\\\"Mohammad Zakariaul Alam\\\";s:3:\\\"nid\\\";s:3:\\\"N\\/A\\\";s:5:\\\"email\\\";s:21:\\\"zakaria6014@gmail.com\\\";s:7:\\\"address\\\";s:78:\\\"SBS Tekstil Sanayi ve Ticaret A.S. Flat-A\\/4, House-59, Road-59,Block-I, Bonani\\\";s:5:\\\"phone\\\";s:11:\\\"01819223568\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$8EQjo8woqCDv0dPSLxHnI.FkwPbueZNnjVM009SK3Ic1pWcNqTU\\/y\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-08-23 15:22:46\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-08-23 15:28:53\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:2;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:1255;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md Mominul islam\\\";s:3:\\\"nid\\\";s:3:\\\"N\\/A\\\";s:5:\\\"email\\\";s:19:\\\"mominustc@gmail.com\\\";s:7:\\\"address\\\";s:9:\\\"gulshan-1\\\";s:5:\\\"phone\\\";s:11:\\\"01911892900\\\";s:11:\\\"alter_phone\\\";s:11:\\\"01712513229\\\";s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$xQLEraFxphSfykUrkh4jFOgCDA\\/FxvLO7GDU3OeAUb3PYMLYX2a5.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-08-24 11:31:36\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-08-24 11:32:56\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:1255;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md Mominul islam\\\";s:3:\\\"nid\\\";s:3:\\\"N\\/A\\\";s:5:\\\"email\\\";s:19:\\\"mominustc@gmail.com\\\";s:7:\\\"address\\\";s:9:\\\"gulshan-1\\\";s:5:\\\"phone\\\";s:11:\\\"01911892900\\\";s:11:\\\"alter_phone\\\";s:11:\\\"01712513229\\\";s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$xQLEraFxphSfykUrkh4jFOgCDA\\/FxvLO7GDU3OeAUb3PYMLYX2a5.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-08-24 11:31:36\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-08-24 11:32:56\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:3;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:1361;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:21:\\\"Mushfique Ahmed Samit\\\";s:3:\\\"nid\\\";s:3:\\\"N\\/A\\\";s:5:\\\"email\\\";s:23:\\\"mushfique75@mygpsbd.net\\\";s:7:\\\"address\\\";s:12:\\\"Shoinik Club\\\";s:5:\\\"phone\\\";s:11:\\\"01725518575\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$OmQv\\/Vh49pZk9ZEE5MfXg.SU9BCgkSYkM6KL9S9iTw6GjjPjjOXVy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-08-28 11:11:57\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-08-28 11:11:57\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:1361;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:21:\\\"Mushfique Ahmed Samit\\\";s:3:\\\"nid\\\";s:3:\\\"N\\/A\\\";s:5:\\\"email\\\";s:23:\\\"mushfique75@mygpsbd.net\\\";s:7:\\\"address\\\";s:12:\\\"Shoinik Club\\\";s:5:\\\"phone\\\";s:11:\\\"01725518575\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$OmQv\\/Vh49pZk9ZEE5MfXg.SU9BCgkSYkM6KL9S9iTw6GjjPjjOXVy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-08-28 11:11:57\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-08-28 11:11:57\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:4;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:1364;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Nur alom sorker\\\";s:3:\\\"nid\\\";s:3:\\\"N\\/A\\\";s:5:\\\"email\\\";s:21:\\\"nuralom69@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711460169\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$j5zbDw7ZPev9Z3VYRxTOIeJKoiizvnlU4p7Ws0jieFHD7W1PhNUBa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-08-28 16:29:25\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-08-28 16:29:25\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:1364;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Nur alom sorker\\\";s:3:\\\"nid\\\";s:3:\\\"N\\/A\\\";s:5:\\\"email\\\";s:21:\\\"nuralom69@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711460169\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$j5zbDw7ZPev9Z3VYRxTOIeJKoiizvnlU4p7Ws0jieFHD7W1PhNUBa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-08-28 16:29:25\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-08-28 16:29:25\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:5;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:1448;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Mainur Rahman\\\";s:3:\\\"nid\\\";s:3:\\\"N\\/A\\\";s:5:\\\"email\\\";s:18:\\\"rumidu60@gmail.com\\\";s:7:\\\"address\\\";s:88:\\\"house - 30, Flat - 3\\/1402, Eastern Peace Apartments, peer Saheb Goli, shantinagar. Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01787678774\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$r7ka2If6I2baOWdEODIk9u1o2AszXqBA4aILFQAuqx\\/msJWENNhF.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-08-30 17:17:45\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-08-30 17:17:45\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:1448;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Mainur Rahman\\\";s:3:\\\"nid\\\";s:3:\\\"N\\/A\\\";s:5:\\\"email\\\";s:18:\\\"rumidu60@gmail.com\\\";s:7:\\\"address\\\";s:88:\\\"house - 30, Flat - 3\\/1402, Eastern Peace Apartments, peer Saheb Goli, shantinagar. Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01787678774\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$r7ka2If6I2baOWdEODIk9u1o2AszXqBA4aILFQAuqx\\/msJWENNhF.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-08-30 17:17:45\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-08-30 17:17:45\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:6;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:1451;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:27:\\\"LT COL TARANA TASLIMA TITHI\\\";s:3:\\\"nid\\\";s:3:\\\"N\\/A\\\";s:5:\\\"email\\\";s:21:\\\"drtaranaamc@gmail.com\\\";s:7:\\\"address\\\";s:7:\\\"Rangpur\\\";s:5:\\\"phone\\\";s:11:\\\"01711009383\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$xBVuXlETFf5qhiX9\\/IhVj.kzS65QC275\\/UWt3SEQcx6G5CdotBn\\/u\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-08-30 17:21:49\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-08-30 17:21:49\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:1451;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:27:\\\"LT COL TARANA TASLIMA TITHI\\\";s:3:\\\"nid\\\";s:3:\\\"N\\/A\\\";s:5:\\\"email\\\";s:21:\\\"drtaranaamc@gmail.com\\\";s:7:\\\"address\\\";s:7:\\\"Rangpur\\\";s:5:\\\"phone\\\";s:11:\\\"01711009383\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$xBVuXlETFf5qhiX9\\/IhVj.kzS65QC275\\/UWt3SEQcx6G5CdotBn\\/u\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-08-30 17:21:49\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-08-30 17:21:49\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:7;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2026;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Lotifur Rahman\\\";s:3:\\\"nid\\\";s:21:\\\"123456534352452414314\\\";s:5:\\\"email\\\";s:17:\\\"Lotifur@gmail.com\\\";s:7:\\\"address\\\";s:29:\\\"west dashara, manikgonj sadar\\\";s:5:\\\"phone\\\";s:11:\\\"01724763800\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$KMmTs8edhYl\\/MP9UowAf4.r34LG.9xtOV.TIYFgw0\\/mi4syMxNknG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-12 10:54:27\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-12 15:28:15\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2026;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Lotifur Rahman\\\";s:3:\\\"nid\\\";s:21:\\\"123456534352452414314\\\";s:5:\\\"email\\\";s:17:\\\"Lotifur@gmail.com\\\";s:7:\\\"address\\\";s:29:\\\"west dashara, manikgonj sadar\\\";s:5:\\\"phone\\\";s:11:\\\"01724763800\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$KMmTs8edhYl\\/MP9UowAf4.r34LG.9xtOV.TIYFgw0\\/mi4syMxNknG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-12 10:54:27\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-12 15:28:15\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:8;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2073;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:21:\\\"Sazedul Islam Shishir\\\";s:3:\\\"nid\\\";s:3:\\\"N\\/A\\\";s:5:\\\"email\\\";s:16:\\\"Sazedl@gmail.com\\\";s:7:\\\"address\\\";s:37:\\\"47-b\\/b,mazar road,2nd colony,mirpur-1\\\";s:5:\\\"phone\\\";s:11:\\\"01300575219\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$GE7r5XfBPi3WpXGKbbgy6eaRm3cwqutPp0kCF39StgYwomIfFjMIa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-12 12:22:06\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-12 16:56:16\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2073;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:21:\\\"Sazedul Islam Shishir\\\";s:3:\\\"nid\\\";s:3:\\\"N\\/A\\\";s:5:\\\"email\\\";s:16:\\\"Sazedl@gmail.com\\\";s:7:\\\"address\\\";s:37:\\\"47-b\\/b,mazar road,2nd colony,mirpur-1\\\";s:5:\\\"phone\\\";s:11:\\\"01300575219\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$GE7r5XfBPi3WpXGKbbgy6eaRm3cwqutPp0kCF39StgYwomIfFjMIa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-12 12:22:06\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-12 16:56:16\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:9;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2135;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Dr. Nusrat Jahan\\\";s:3:\\\"nid\\\";s:3:\\\"N\\/A\\\";s:5:\\\"email\\\";s:18:\\\"nusrat@mygpsbd.net\\\";s:7:\\\"address\\\";s:25:\\\"Mosurabad, road-2, adabor\\\";s:5:\\\"phone\\\";s:11:\\\"01730592629\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$yCOjB2cgraMu9eqZNfc6GefZYeiiqF1JcVLG6BEaY1rbRnrnyrurW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-12 15:32:45\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-12 15:32:45\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2135;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Dr. Nusrat Jahan\\\";s:3:\\\"nid\\\";s:3:\\\"N\\/A\\\";s:5:\\\"email\\\";s:18:\\\"nusrat@mygpsbd.net\\\";s:7:\\\"address\\\";s:25:\\\"Mosurabad, road-2, adabor\\\";s:5:\\\"phone\\\";s:11:\\\"01730592629\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$yCOjB2cgraMu9eqZNfc6GefZYeiiqF1JcVLG6BEaY1rbRnrnyrurW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-12 15:32:45\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-12 15:32:45\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:10;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2137;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"A T M Nasirul Huq\\\";s:3:\\\"nid\\\";s:21:\\\"123456534352452414314\\\";s:5:\\\"email\\\";s:22:\\\"atmnasirul@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01760669669\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$qXgVqZIclojGlxrdEDynTuzlQuitZKMDJpCsj3K4sp.S2lDtYGgWa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-12 15:53:43\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-12 15:53:43\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2137;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"A T M Nasirul Huq\\\";s:3:\\\"nid\\\";s:21:\\\"123456534352452414314\\\";s:5:\\\"email\\\";s:22:\\\"atmnasirul@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01760669669\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$qXgVqZIclojGlxrdEDynTuzlQuitZKMDJpCsj3K4sp.S2lDtYGgWa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-12 15:53:43\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-12 15:53:43\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:11;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2139;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Abdul Hamid\\\";s:3:\\\"nid\\\";s:21:\\\"123456534352452414314\\\";s:5:\\\"email\\\";s:19:\\\"hamid96@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01319011196\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$yAw8XYqBB.Zh7FrawJpq3.FYPMnY.XU3D6qe.CQa84BbIJXFyf56e\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-12 16:02:24\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-12 16:02:24\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2139;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Abdul Hamid\\\";s:3:\\\"nid\\\";s:21:\\\"123456534352452414314\\\";s:5:\\\"email\\\";s:19:\\\"hamid96@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01319011196\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$yAw8XYqBB.Zh7FrawJpq3.FYPMnY.XU3D6qe.CQa84BbIJXFyf56e\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-12 16:02:24\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-12 16:02:24\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:12;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2141;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Abdul kader\\\";s:3:\\\"nid\\\";s:21:\\\"123456534352452414314\\\";s:5:\\\"email\\\";s:22:\\\"abdulkader@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01917247392\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$QTQuxO.BSbrQADAIrRsX2O7cO1WwxY.T58fbykWL6hhtdjfZvbcwW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-12 16:06:00\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-12 16:06:00\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2141;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Abdul kader\\\";s:3:\\\"nid\\\";s:21:\\\"123456534352452414314\\\";s:5:\\\"email\\\";s:22:\\\"abdulkader@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01917247392\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$QTQuxO.BSbrQADAIrRsX2O7cO1WwxY.T58fbykWL6hhtdjfZvbcwW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-12 16:06:00\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-12 16:06:00\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:13;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2143;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:22:\\\"Abdullah Al Mamun jony\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"jony10@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01953984010\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Rg\\/HhCUKj2.V0.cqBZ9TdOjubrhf3hh2A00POGooLPY7MnhEY8jwy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-12 16:22:45\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-12 16:22:45\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2143;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:22:\\\"Abdullah Al Mamun jony\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"jony10@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01953984010\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Rg\\/HhCUKj2.V0.cqBZ9TdOjubrhf3hh2A00POGooLPY7MnhEY8jwy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-12 16:22:45\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-12 16:22:45\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:14;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2144;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Abul Hossen\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"abul41@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01713456141\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$tJUYvfDBUk3w1\\/Zx4P6fyektNpHpt2c5AB\\/bUHUfbFKP8W\\/qnm06O\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-12 16:30:58\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-12 16:30:58\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2144;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Abul Hossen\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"abul41@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01713456141\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$tJUYvfDBUk3w1\\/Zx4P6fyektNpHpt2c5AB\\/bUHUfbFKP8W\\/qnm06O\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-12 16:30:58\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-12 16:30:58\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:15;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2147;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Aiub Bachu\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"aiubbachu23@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01713148123\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ZYUgwd6VOx3GgAVBxUDCr.E75pcq6zKAj0d83leHasm63ntx6Hyka\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-12 16:53:24\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-12 16:53:24\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2147;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Aiub Bachu\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"aiubbachu23@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01713148123\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ZYUgwd6VOx3GgAVBxUDCr.E75pcq6zKAj0d83leHasm63ntx6Hyka\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-12 16:53:24\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-12 16:53:24\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:16;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2148;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Akshoy Bhowmick\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"akshay88@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01641850988\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$E7n1Exh69z4EHUCV9fD7XOkvHgA.8Khn035R9vDafHhb7qSqAUh5q\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-12 16:55:57\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-12 16:55:57\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2148;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Akshoy Bhowmick\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"akshay88@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01641850988\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$E7n1Exh69z4EHUCV9fD7XOkvHgA.8Khn035R9vDafHhb7qSqAUh5q\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-12 16:55:57\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-12 16:55:57\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:17;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2150;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Salam\\\";s:3:\\\"nid\\\";s:3:\\\"N\\/A\\\";s:5:\\\"email\\\";s:19:\\\"salam72@mygpsbd.net\\\";s:7:\\\"address\\\";s:25:\\\"146 New Velly Road, Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01758480972\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$xHV\\/9ja3Yjhv8knDG06IB.bhW4myLj72s\\/kbanIYZHHrKPV80mQRG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-12 16:59:12\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-12 16:59:12\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2150;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Salam\\\";s:3:\\\"nid\\\";s:3:\\\"N\\/A\\\";s:5:\\\"email\\\";s:19:\\\"salam72@mygpsbd.net\\\";s:7:\\\"address\\\";s:25:\\\"146 New Velly Road, Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01758480972\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$xHV\\/9ja3Yjhv8knDG06IB.bhW4myLj72s\\/kbanIYZHHrKPV80mQRG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-12 16:59:12\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-12 16:59:12\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:18;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2151;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Alamin91\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"alamin91@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01916327391\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ZjiVGQCYgZPCK4H.ZnijQudUfkolL9Dsprx0RG00lUClSaxuy9Ssa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-12 17:01:20\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-12 17:01:20\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2151;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Alamin91\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"alamin91@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01916327391\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ZjiVGQCYgZPCK4H.ZnijQudUfkolL9Dsprx0RG00lUClSaxuy9Ssa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-12 17:01:20\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-12 17:01:20\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:19;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2153;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Faruk\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"faruk78@mygpsbd.net\\\";s:7:\\\"address\\\";s:30:\\\"Mondol Group, Mouchak, Gazipur\\\";s:5:\\\"phone\\\";s:11:\\\"01938882978\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$aWl5QfrTI\\/jUibeFVxQOr.V0qEMYVqLIpebhMc4SqK5TsBACGuV62\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-12 17:04:26\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-12 17:04:26\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2153;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Faruk\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"faruk78@mygpsbd.net\\\";s:7:\\\"address\\\";s:30:\\\"Mondol Group, Mouchak, Gazipur\\\";s:5:\\\"phone\\\";s:11:\\\"01938882978\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$aWl5QfrTI\\/jUibeFVxQOr.V0qEMYVqLIpebhMc4SqK5TsBACGuV62\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-12 17:04:26\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-12 17:04:26\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:20;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2155;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"Md. Shahinur Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:7:\\\"Shamoly\\\";s:5:\\\"phone\\\";s:11:\\\"01723073254\\\";s:11:\\\"alter_phone\\\";s:11:\\\"01983899085\\\";s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Qvg\\/h9yCjBokKqZiJ9Rl\\/uxCCdUeG7w\\/EgyMcgbzI1\\/1iLC\\/DYRh2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-12 17:08:52\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-12 17:08:52\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2155;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"Md. Shahinur Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:7:\\\"Shamoly\\\";s:5:\\\"phone\\\";s:11:\\\"01723073254\\\";s:11:\\\"alter_phone\\\";s:11:\\\"01983899085\\\";s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Qvg\\/h9yCjBokKqZiJ9Rl\\/uxCCdUeG7w\\/EgyMcgbzI1\\/1iLC\\/DYRh2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-12 17:08:52\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-12 17:08:52\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:21;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2157;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:20:\\\"Aminur Rahman Polash\\\";s:3:\\\"nid\\\";s:3:\\\"N\\/A\\\";s:5:\\\"email\\\";s:20:\\\"arpolash@mygpsbd.net\\\";s:7:\\\"address\\\";s:63:\\\"52\\/4\\/f, Sadek khan road (beside meristopes), Rayerbazaar, Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01717692939\\\";s:11:\\\"alter_phone\\\";s:11:\\\"01718821449\\\";s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$N5kEO1jR\\/GJen.A7cVG2M.jJsFNMUexD8nHsmJqNIfSjxx\\/Bb6VmO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-12 17:13:18\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-12 17:13:18\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2157;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:20:\\\"Aminur Rahman Polash\\\";s:3:\\\"nid\\\";s:3:\\\"N\\/A\\\";s:5:\\\"email\\\";s:20:\\\"arpolash@mygpsbd.net\\\";s:7:\\\"address\\\";s:63:\\\"52\\/4\\/f, Sadek khan road (beside meristopes), Rayerbazaar, Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01717692939\\\";s:11:\\\"alter_phone\\\";s:11:\\\"01718821449\\\";s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$N5kEO1jR\\/GJen.A7cVG2M.jJsFNMUexD8nHsmJqNIfSjxx\\/Bb6VmO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-12 17:13:18\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-12 17:13:18\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:22;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2159;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Amam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"amam94@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01713093894\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Buwsn\\/3BTlQIw2MCJ66Ra.EtF\\/zfC7Q2vhZP.0yrvi7rkJeKd8js.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-12 17:17:37\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-12 17:17:37\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2159;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Amam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"amam94@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01713093894\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Buwsn\\/3BTlQIw2MCJ66Ra.EtF\\/zfC7Q2vhZP.0yrvi7rkJeKd8js.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-12 17:17:37\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-12 17:17:37\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:23;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2161;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Aman15\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"aman15@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01811151617\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$d5QQs80MOUyHq3mr3KIAh.9VbuAwihBjaG1ASaR6mthKHAAK9X67O\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-12 17:23:24\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-12 17:23:24\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2161;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Aman15\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"aman15@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01811151617\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$d5QQs80MOUyHq3mr3KIAh.9VbuAwihBjaG1ASaR6mthKHAAK9X67O\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-12 17:23:24\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-12 17:23:24\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:24;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2162;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Amzad\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:17:\\\"engrahk@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01713432425\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$69LEOr0YwIXa4Z0F1XpcBevCHPDUN.XEYEhEg8FJOEFpZZ\\/rBo3K6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-12 17:26:13\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-12 17:26:13\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2162;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Amzad\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:17:\\\"engrahk@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01713432425\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$69LEOr0YwIXa4Z0F1XpcBevCHPDUN.XEYEhEg8FJOEFpZZ\\/rBo3K6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-12 17:26:13\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-12 17:26:13\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:25;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2169;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Ashraf shagor\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"ashraf03@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711515203\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$UPIsCYoo0QmT17zVf5lhBuk1q1bkqKFr1wGekmLtOeXmi9\\/QHaYD2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-12 20:10:31\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-12 20:10:31\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2169;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Ashraf shagor\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"ashraf03@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711515203\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$UPIsCYoo0QmT17zVf5lhBuk1q1bkqKFr1wGekmLtOeXmi9\\/QHaYD2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-12 20:10:31\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-12 20:10:31\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:26;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2172;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Azizul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"azizul26@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716769226\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$55t41mcWCDHggfUvAUYCR.TB5aQw1izUhDCYM.FIYmnadFU336D8W\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-12 21:22:06\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-12 21:22:06\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2172;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Azizul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"azizul26@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716769226\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$55t41mcWCDHggfUvAUYCR.TB5aQw1izUhDCYM.FIYmnadFU336D8W\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-12 21:22:06\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-12 21:22:06\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:27;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2175;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Bahalul Alam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"bahalul@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01819213919\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$MHpDNqmbjswllFnQgH1miOhmdwgSCv3lVEQMSmyan7Kk73IRuAdDW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-12 21:31:37\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-12 21:31:37\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2175;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Bahalul Alam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"bahalul@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01819213919\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$MHpDNqmbjswllFnQgH1miOhmdwgSCv3lVEQMSmyan7Kk73IRuAdDW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-12 21:31:37\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-12 21:31:37\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:28;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2176;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Bibek\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"bibeak12@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01878796912\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$wqTlqmlmiRMezmPt\\/KXlUezmXiWqjj\\/WCK0Lo4ivXfR1qMqGvzbhe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-12 21:34:55\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-12 21:34:55\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2176;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Bibek\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"bibeak12@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01878796912\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$wqTlqmlmiRMezmPt\\/KXlUezmXiWqjj\\/WCK0Lo4ivXfR1qMqGvzbhe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-12 21:34:55\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-12 21:34:55\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:29;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2177;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Bilkis\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"bilkis73@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01681052373\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$j50VZ\\/J\\/jSWkNhx0dl1gge9mejee5baAC\\/J55VE4Xxezi\\/Qpjm8re\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-12 21:37:48\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-12 21:37:48\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2177;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Bilkis\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"bilkis73@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01681052373\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$j50VZ\\/J\\/jSWkNhx0dl1gge9mejee5baAC\\/J55VE4Xxezi\\/Qpjm8re\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-12 21:37:48\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-12 21:37:48\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:30;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2178;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Billal\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"billal95@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01646778595\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$\\/TykUB97qcaGI.DK5EKEtuybGYcorMUbW6zZZHcyIOO4kahyZ2NYm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-12 21:41:32\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-12 21:41:32\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2178;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Billal\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"billal95@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01646778595\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$\\/TykUB97qcaGI.DK5EKEtuybGYcorMUbW6zZZHcyIOO4kahyZ2NYm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-12 21:41:32\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-12 21:41:32\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:31;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2182;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Dalowar\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"dalowar32@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01302862151\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$jZhok3YVdyoZVqB3chTqweXuPXh8GtuF3Uaom1\\/GYQt1bg4HP.\\/2O\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-12 21:53:30\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-12 21:53:30\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2182;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Dalowar\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"dalowar32@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01302862151\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$jZhok3YVdyoZVqB3chTqweXuPXh8GtuF3Uaom1\\/GYQt1bg4HP.\\/2O\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-12 21:53:30\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-12 21:53:30\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:32;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2184;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Dr. Ac Pandith\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"acpandith@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01719263018\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$qjVD\\/GHic6lCFL1pES6zueFzKEyuyxDi4EjSOEDjTQIFRbOF4uVxK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-12 21:59:10\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-12 21:59:10\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2184;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Dr. Ac Pandith\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"acpandith@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01719263018\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$qjVD\\/GHic6lCFL1pES6zueFzKEyuyxDi4EjSOEDjTQIFRbOF4uVxK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-12 21:59:10\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-12 21:59:10\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:33;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2190;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"Dr Sheikh Md. Yusuf\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711986271\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$FUw5Kf2ilcKAw1XWXO78e..Ap69H6635b\\/v9aEir0REzChkPMstJO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-12 22:18:07\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-12 22:18:07\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2190;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"Dr Sheikh Md. Yusuf\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711986271\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$FUw5Kf2ilcKAw1XWXO78e..Ap69H6635b\\/v9aEir0REzChkPMstJO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-12 22:18:07\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-12 22:18:07\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:34;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2191;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Deloar Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"deloar54@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712725554\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$C75ALCFsZLyjVcj.k2YKE.QYB5vSLH0RzaKvT6IEYfpuzeAgcyv72\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-12 22:21:05\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-12 22:21:05\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2191;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Deloar Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"deloar54@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712725554\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$C75ALCFsZLyjVcj.k2YKE.QYB5vSLH0RzaKvT6IEYfpuzeAgcyv72\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-12 22:21:05\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-12 22:21:05\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:35;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2192;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Emdadul Haque\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"emdadul09@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01303757362\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$mwOD84vzVLSfV3zsXl2P\\/e5wQQJjWtVGhnaPWByDW0rN1nlNtwvFW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-12 22:25:59\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-12 22:25:59\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2192;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Emdadul Haque\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"emdadul09@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01303757362\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$mwOD84vzVLSfV3zsXl2P\\/e5wQQJjWtVGhnaPWByDW0rN1nlNtwvFW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-12 22:25:59\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-12 22:25:59\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:36;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2193;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Emtiaj uddin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"emtiajuddin@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01889060028\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$7CSMIoV8No00cHoc59e5nOasSzyehb0JLSpmVqOyp69mpPRAC0GYe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-12 23:00:57\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-12 23:00:57\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2193;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Emtiaj uddin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"emtiajuddin@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01889060028\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$7CSMIoV8No00cHoc59e5nOasSzyehb0JLSpmVqOyp69mpPRAC0GYe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-12 23:00:57\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-12 23:00:57\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:37;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2195;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Enamul Kabir\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"enamul07@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01970007007\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$kCpzqXXV\\/cii8dLTZf89z.5.F0KV3Z9PGcSH7m4xO.r1AmjmjdmOW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-12 23:13:10\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-12 23:13:10\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2195;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Enamul Kabir\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"enamul07@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01970007007\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$kCpzqXXV\\/cii8dLTZf89z.5.F0KV3Z9PGcSH7m4xO.r1AmjmjdmOW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-12 23:13:10\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-12 23:13:10\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:38;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2196;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Engr. Sumon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"somon07@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01876000207\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$MFmNBdJLStVx2wJSSsCRoeIajQMsq8uHeQd\\/iDUoJKKQ4MDOo136q\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-12 23:16:43\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-12 23:16:43\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2196;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Engr. Sumon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"somon07@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01876000207\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$MFmNBdJLStVx2wJSSsCRoeIajQMsq8uHeQd\\/iDUoJKKQ4MDOo136q\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-12 23:16:43\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-12 23:16:43\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:39;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2200;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Fazlul Karim Kajal\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"kajal48@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711146448\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$FoMfdb\\/bOy9\\/744zejN.SehHnzB9AEMxDFICx5TdsV93lEp.8g41S\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 10:03:05\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 10:03:05\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2200;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Fazlul Karim Kajal\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"kajal48@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711146448\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$FoMfdb\\/bOy9\\/744zejN.SehHnzB9AEMxDFICx5TdsV93lEp.8g41S\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 10:03:05\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 10:03:05\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:40;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2201;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Foiz.A.Tipu\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"tipu34@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01819632334\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$KKQgYE6rZXwwlBBAUxspw.HAWH7po3okd2.zNovNrOHXoT.Nxap9m\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 10:09:37\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 10:09:37\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2201;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Foiz.A.Tipu\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"tipu34@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01819632334\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$KKQgYE6rZXwwlBBAUxspw.HAWH7po3okd2.zNovNrOHXoT.Nxap9m\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 10:09:37\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 10:09:37\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:41;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2202;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"Gazi Ibrahim Mahmud\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"ibrahim309@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01756188309\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$3KCLQ24hYJcmh.molGjGJO2XSmsJIXw3wiWyADNnzvbR\\/3Q2kTmqi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 10:13:57\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 10:13:57\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2202;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"Gazi Ibrahim Mahmud\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"ibrahim309@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01756188309\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$3KCLQ24hYJcmh.molGjGJO2XSmsJIXw3wiWyADNnzvbR\\/3Q2kTmqi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 10:13:57\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 10:13:57\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:42;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2205;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Hasan Rasel\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"hasanrasel@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01672348852\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$OCyPzJwjU3bk96ivkJYHOujpMoymyuZhBS9Zi.lorDvBVIbNzA5s.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 10:23:40\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 10:23:40\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2205;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Hasan Rasel\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"hasanrasel@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01672348852\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$OCyPzJwjU3bk96ivkJYHOujpMoymyuZhBS9Zi.lorDvBVIbNzA5s.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 10:23:40\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 10:23:40\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:43;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2206;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Hazi Lokman Khan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"lokman62@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01815694762\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Zqpi4hxzTjWX3MzsC4.7VOa80xPGnWpu1UBFPmBKq4erwv3oR.Oj6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 10:25:53\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 10:25:53\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2206;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Hazi Lokman Khan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"lokman62@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01815694762\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Zqpi4hxzTjWX3MzsC4.7VOa80xPGnWpu1UBFPmBKq4erwv3oR.Oj6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 10:25:53\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 10:25:53\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:44;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2208;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Humayun\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"humayun70@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01751010970\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$2WDqtquOUZDO5htqfcoQUO8Jjc0hKldZ79HTSLhqvn1d\\/aZxqOyxu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 10:31:19\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 10:31:19\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2208;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Humayun\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"humayun70@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01751010970\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$2WDqtquOUZDO5htqfcoQUO8Jjc0hKldZ79HTSLhqvn1d\\/aZxqOyxu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 10:31:19\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 10:31:19\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:45;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2209;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Ibrahim\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"ibrahim97@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01718309797\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$khIQEHqiK9FN7nUXUQzdseOru3kxKlO5fPhBh8IIA9.Ayycmr.FU.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 10:34:26\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 10:34:26\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2209;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Ibrahim\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"ibrahim97@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01718309797\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$khIQEHqiK9FN7nUXUQzdseOru3kxKlO5fPhBh8IIA9.Ayycmr.FU.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 10:34:26\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 10:34:26\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:46;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2211;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Ibrahim90\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"ibrahim90@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01887607590\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$9YaqTf\\/ons0.44VlKlzwJOWpiqxUrGA\\/pc.X1UrP7pAxDV3VozTIC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 10:40:24\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 10:40:24\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2211;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Ibrahim90\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"ibrahim90@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01887607590\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$9YaqTf\\/ons0.44VlKlzwJOWpiqxUrGA\\/pc.X1UrP7pAxDV3VozTIC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 10:40:24\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 10:40:24\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:47;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2212;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Imran Rauf\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"imranrauf@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01819219752\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$QWgcfLiGdUbsV.pKgljHQueA6Gpa1fYSlzvxq1GXylsBA968X9Q.i\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 10:43:06\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 10:43:06\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2212;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Imran Rauf\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"imranrauf@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01819219752\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$QWgcfLiGdUbsV.pKgljHQueA6Gpa1fYSlzvxq1GXylsBA968X9Q.i\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 10:43:06\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 10:43:06\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:48;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2215;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Jahangir alom\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:24:\\\"jahangiralam@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01885933292\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$pQYGZhElRDr94CHSNnWL9ukG7g1KWbLQwzevcgFQyqjMtPOl5yffC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 10:53:11\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 10:53:11\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2215;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Jahangir alom\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:24:\\\"jahangiralam@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01885933292\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$pQYGZhElRDr94CHSNnWL9ukG7g1KWbLQwzevcgFQyqjMtPOl5yffC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 10:53:11\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 10:53:11\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:49;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2216;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Jason\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01778896038\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$YPbdsIOEG4j\\/UU29ISOinekLDg3uU.6WiH\\/qJzZ8QoDMYcKVTC.xC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 10:55:43\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 10:55:43\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2216;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Jason\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01778896038\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$YPbdsIOEG4j\\/UU29ISOinekLDg3uU.6WiH\\/qJzZ8QoDMYcKVTC.xC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 10:55:43\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 10:55:43\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:50;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2218;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Joarder\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"salman44@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711950050\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$W78hsUarXuXAJvT3Fiz20equ0unPH.77vd0Jb.nPo6nFMIR.YVTV.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 11:00:21\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 11:00:21\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2218;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Joarder\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"salman44@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711950050\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$W78hsUarXuXAJvT3Fiz20equ0unPH.77vd0Jb.nPo6nFMIR.YVTV.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 11:00:21\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 11:00:21\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:51;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2219;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Joy Saha\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:17:\\\"joy66@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01965926766\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$b94ra\\/fktXg1VxxBIrh4f.QHtv.2LOnUC3Fd4f3PP8.XSOUIql1cK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 11:03:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 11:03:29\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2219;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Joy Saha\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:17:\\\"joy66@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01965926766\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$b94ra\\/fktXg1VxxBIrh4f.QHtv.2LOnUC3Fd4f3PP8.XSOUIql1cK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 11:03:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 11:03:29\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:52;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2220;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Kazi Ekramul Haque\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"ekramul@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01611333137\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$mH81A4GKfLKnpZ2JKz.cReZzBwjMZaZguHH1fzJPJ7t9AiawSODqq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 11:08:07\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 11:08:07\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2220;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Kazi Ekramul Haque\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"ekramul@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01611333137\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$mH81A4GKfLKnpZ2JKz.cReZzBwjMZaZguHH1fzJPJ7t9AiawSODqq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 11:08:07\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 11:08:07\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:53;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2222;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Kishor Mukharjee\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"kishor99@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01795444199\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$cuqS8EjYgt1RGpvkAVNiKeBvgbdZlAFAszf9RtBZISmw60MVLjdni\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 11:14:31\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 11:14:31\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2222;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Kishor Mukharjee\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"kishor99@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01795444199\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$cuqS8EjYgt1RGpvkAVNiKeBvgbdZlAFAszf9RtBZISmw60MVLjdni\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 11:14:31\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 11:14:31\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:54;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2224;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Komol Joseph Gomej\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"joseph66@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01821433066\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$.G5RruBEAyiJyN2AolhfQ.1YjIzjGapuepIEcoCRLhAUOZzmiAFZu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 11:32:21\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 11:32:21\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2224;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Komol Joseph Gomej\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"joseph66@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01821433066\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$.G5RruBEAyiJyN2AolhfQ.1YjIzjGapuepIEcoCRLhAUOZzmiAFZu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 11:32:21\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 11:32:21\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:55;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2225;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Life line\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"lifeline27@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01734132027\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$bUTpmYZBlZvN9lzt9wHPou9h7SAPU.DpFZHRibDDkfWCrSpIVz0pe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 11:35:02\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 11:35:02\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2225;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Life line\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"lifeline27@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01734132027\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$bUTpmYZBlZvN9lzt9wHPou9h7SAPU.DpFZHRibDDkfWCrSpIVz0pe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 11:35:02\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 11:35:02\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:56;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2228;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Lokman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"lokman12@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01928898112\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$dgzVd8oysTK43ARoL34SPOaW0GxauefZWxWOX4ikBwFhSzOcYL2uC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 11:44:35\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 11:44:35\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2228;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Lokman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"lokman12@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01928898112\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$dgzVd8oysTK43ARoL34SPOaW0GxauefZWxWOX4ikBwFhSzOcYL2uC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 11:44:35\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 11:44:35\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:57;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2229;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Mahadi\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"mahadi47@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01885994847\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$2YZ4Iy.kXD3vynWCLkUZj.Ap363hLXJgi0jG3Tz1GsptAkAKrpxH6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 11:46:50\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 11:46:50\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2229;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Mahadi\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"mahadi47@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01885994847\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$2YZ4Iy.kXD3vynWCLkUZj.Ap363hLXJgi0jG3Tz1GsptAkAKrpxH6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 11:46:50\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 11:46:50\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:58;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2233;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Main uddin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"mainuddin26@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01550020026\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$GPegJhO4pU1mdMA\\/vuIbn.VKEWRtzSumMtnqvX6RfDzHksc5MMXj6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 12:19:02\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 12:19:02\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2233;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Main uddin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"mainuddin26@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01550020026\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$GPegJhO4pU1mdMA\\/vuIbn.VKEWRtzSumMtnqvX6RfDzHksc5MMXj6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 12:19:02\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 12:19:02\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:59;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2237;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Sheikh masud\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711230719\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$xL1Sgmq\\/hUz4qWPZXH4.s.4wxKIuhwuYnhIv98G1ygMGqkVv9mmO2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 12:28:52\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 12:28:52\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2237;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Sheikh masud\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711230719\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$xL1Sgmq\\/hUz4qWPZXH4.s.4wxKIuhwuYnhIv98G1ygMGqkVv9mmO2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 12:28:52\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 12:28:52\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:60;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2238;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Masuda\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"masuda43@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01785070843\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$wU.JPAznoF0iO2HPYh8acefAnMueVAQ27WeKWupHNtYEr9DMEU6m.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 12:32:43\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 12:32:43\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2238;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Masuda\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"masuda43@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01785070843\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$wU.JPAznoF0iO2HPYh8acefAnMueVAQ27WeKWupHNtYEr9DMEU6m.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 12:32:43\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 12:32:43\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:61;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2240;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Md Moshiur\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"moshiur12@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01720086012\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$90GSLor1HDy6.nBfc3ysVexSil4BRPv5YHxKcEj0H4p758S3aWxsu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 12:40:11\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 12:40:11\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2240;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Md Moshiur\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"moshiur12@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01720086012\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$90GSLor1HDy6.nBfc3ysVexSil4BRPv5YHxKcEj0H4p758S3aWxsu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 12:40:11\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 12:40:11\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:62;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2244;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Md. Aslam Hosen\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"aslam04@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01734285404\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$iKuMqjlzwhFAj4xf\\/OTGvOkNvnkrCll8.dflppUyeyhw4Md9QSW66\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 12:50:58\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 12:50:58\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2244;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Md. Aslam Hosen\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"aslam04@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01734285404\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$iKuMqjlzwhFAj4xf\\/OTGvOkNvnkrCll8.dflppUyeyhw4Md9QSW66\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 12:50:58\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 12:50:58\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:63;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2246;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Md. Baddol Mia\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"baddolmia@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01875190948\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$JMwv4GiJZv3II.0aITIyleSq0fblUV2dr4QTQX..NufpJlFoqFlWu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 12:56:31\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 12:56:31\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2246;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Md. Baddol Mia\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"baddolmia@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01875190948\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$JMwv4GiJZv3II.0aITIyleSq0fblUV2dr4QTQX..NufpJlFoqFlWu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 12:56:31\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 12:56:31\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:64;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2247;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Md. Elias\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"elias72@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715035672\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$r.MSpgUWDrLs\\/M.MtT5JP.HEqkddZ9.bgJMInIJJ57jqkKyf\\/E7mi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 13:00:32\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 13:00:32\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2247;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Md. Elias\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"elias72@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715035672\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$r.MSpgUWDrLs\\/M.MtT5JP.HEqkddZ9.bgJMInIJJ57jqkKyf\\/E7mi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 13:00:32\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 13:00:32\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:65;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2248;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Md. Farok\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"farok30@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01631722730\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$HCaQSuSjb5qf.evRYVVYEedb5IASE2ONGx3eJCC8px8YFaMBvLmm2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 13:03:53\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 13:03:53\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2248;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Md. Farok\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"farok30@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01631722730\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$HCaQSuSjb5qf.evRYVVYEedb5IASE2ONGx3eJCC8px8YFaMBvLmm2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 13:03:53\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 13:03:53\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:66;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2249;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Md. Ferdous\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"ferdous20@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01783599520\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$X9tCkUM106zEhD0u8zB5geUOPbXVXGS3a41\\/62yCI8vOBVBL75Xju\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 13:06:02\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 13:06:02\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2249;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Md. Ferdous\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"ferdous20@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01783599520\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$X9tCkUM106zEhD0u8zB5geUOPbXVXGS3a41\\/62yCI8vOBVBL75Xju\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 13:06:02\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 13:06:02\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:67;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2254;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Md. Mashror\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"mashrorbift@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01674093999\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$e7k3hvyl\\/jYZGP8y.UOZVeUu.cv4bdZBh4kzatWUAdX8WGB8DaZhe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 13:42:01\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 13:42:01\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2254;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Md. Mashror\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"mashrorbift@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01674093999\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$e7k3hvyl\\/jYZGP8y.UOZVeUu.cv4bdZBh4kzatWUAdX8WGB8DaZhe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 13:42:01\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 13:42:01\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:68;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2255;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Md. Masud Reza\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"masud17@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715526217\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Y157KydfIhxZlL1xT2J9JO9XjA04zfP8mvbF5IMo7ve\\/UjiJYfgpa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 13:44:42\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 13:44:42\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2255;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Md. Masud Reza\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"masud17@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715526217\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Y157KydfIhxZlL1xT2J9JO9XjA04zfP8mvbF5IMo7ve\\/UjiJYfgpa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 13:44:42\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 13:44:42\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:69;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2257;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Md. Masum Rana\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"masud65@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01878087965\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$li7eML9dAGzm\\/gaCJ6enneiaZRxjPxODmrzsE2L8Pbl.Zo25YLrvu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 13:54:28\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 13:54:28\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2257;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Md. Masum Rana\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"masud65@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01878087965\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$li7eML9dAGzm\\/gaCJ6enneiaZRxjPxODmrzsE2L8Pbl.Zo25YLrvu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 13:54:28\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 13:54:28\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:70;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2258;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Md. Mehedi\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"mehedi64@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01791554064\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$AYAtdYmnOEaCJtYXe8917.Ek3GoHsc7T8aYU\\/U0sxJHI0K6PXAs4.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 13:58:00\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 13:58:00\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2258;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Md. Mehedi\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"mehedi64@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01791554064\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$AYAtdYmnOEaCJtYXe8917.Ek3GoHsc7T8aYU\\/U0sxJHI0K6PXAs4.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 13:58:00\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 13:58:00\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:71;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2259;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Md. Mintu\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:26:\\\"moniruzzaman98@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711703623\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$MB4JCq3tKSTLHmUC9C.2\\/em9nFvSIwLWuRCKic.B0IGggdenwzML2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 14:00:32\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 14:00:32\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2259;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Md. Mintu\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:26:\\\"moniruzzaman98@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711703623\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$MB4JCq3tKSTLHmUC9C.2\\/em9nFvSIwLWuRCKic.B0IGggdenwzML2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 14:00:32\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 14:00:32\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:72;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2262;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"Md. Motaleb Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"motaleb32@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711890815\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$\\/XM3ZjTs\\/aTXXCIDg\\/Vv9.o7vv5w3L63Ot1s1N0hqH4GuJNfO2I8i\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 14:35:35\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 14:35:35\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2262;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"Md. Motaleb Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"motaleb32@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711890815\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$\\/XM3ZjTs\\/aTXXCIDg\\/Vv9.o7vv5w3L63Ot1s1N0hqH4GuJNfO2I8i\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 14:35:35\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 14:35:35\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:73;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2264;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Md. Omar Faruk\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"omarfaruk86@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01924925313\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$\\/o1h5B7Vcs1Uy\\/GfN5h8aO.orERQHMJNz1Cy441RHP90Q48XNuyd2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 14:40:39\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 14:40:39\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2264;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Md. Omar Faruk\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"omarfaruk86@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01924925313\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$\\/o1h5B7Vcs1Uy\\/GfN5h8aO.orERQHMJNz1Cy441RHP90Q48XNuyd2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 14:40:39\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 14:40:39\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:74;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2266;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Md. Rafiqul islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"rafiqul16@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01855913716\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$VMMjNFEZ1h0jkIy8NjAcDOGcNyGSK\\/6LKkny8wG7fplx0Hk.rUdgO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 15:01:34\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 15:01:34\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2266;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Md. Rafiqul islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"rafiqul16@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01855913716\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$VMMjNFEZ1h0jkIy8NjAcDOGcNyGSK\\/6LKkny8wG7fplx0Hk.rUdgO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 15:01:34\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 15:01:34\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:75;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2270;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md. Saiful Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"saiful91@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01782686191\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$6KfRACuoh.9p\\/qUsUYLl6u6vDQCozAzhBrzyYuXvZiGc.slO0r8wi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 15:17:50\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 15:17:50\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2270;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md. Saiful Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"saiful91@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01782686191\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$6KfRACuoh.9p\\/qUsUYLl6u6vDQCozAzhBrzyYuXvZiGc.slO0r8wi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 15:17:50\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 15:17:50\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:76;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2274;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Md. Sohail\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"sohail@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01912010537\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$zDozJHBPUZr9acwOf9N.JOUCAvwEI5CVIvu3p67EwIfgipzQXeL32\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 15:25:58\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 15:25:58\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2274;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Md. Sohail\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"sohail@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01912010537\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$zDozJHBPUZr9acwOf9N.JOUCAvwEI5CVIvu3p67EwIfgipzQXeL32\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 15:25:58\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 15:25:58\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:77;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2276;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Md. Torikul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"rahmot47@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01944835542\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$B3xbLqXA9HKiQVsxLzHGveHySQt6ZNd0lmmFbOrXexDXYF6t1HT9K\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 15:30:51\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 15:30:51\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2276;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Md. Torikul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"rahmot47@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01944835542\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$B3xbLqXA9HKiQVsxLzHGveHySQt6ZNd0lmmFbOrXexDXYF6t1HT9K\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 15:30:51\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 15:30:51\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:78;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2278;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"MD.Sakhawat\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"sakhawat@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01768085533\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ndmH1errkxaMcJdaA6.kkOe3r5dFgi067svrVGw4Q2CiNVDzYj3iO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 15:38:41\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 15:38:41\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2278;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"MD.Sakhawat\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"sakhawat@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01768085533\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ndmH1errkxaMcJdaA6.kkOe3r5dFgi067svrVGw4Q2CiNVDzYj3iO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 15:38:41\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 15:38:41\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:79;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2279;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Mehedul Hasan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"mehedul@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712287838\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$UvykjxfBZ655lzI990.Hc.Tb.kx4n8kN93HucPOwNGgYIADLLeDYW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 15:41:01\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 15:41:01\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2279;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Mehedul Hasan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"mehedul@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712287838\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$UvykjxfBZ655lzI990.Hc.Tb.kx4n8kN93HucPOwNGgYIADLLeDYW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 15:41:01\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 15:41:01\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:80;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2281;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Mithu\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"mithu38@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01819405738\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$1W7pYY.uVjRQStnOBDSKJeJdZMi.qQw.Arslpj261aq5I1\\/t4ltv6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 15:45:56\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 15:45:56\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2281;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Mithu\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"mithu38@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01819405738\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$1W7pYY.uVjRQStnOBDSKJeJdZMi.qQw.Arslpj261aq5I1\\/t4ltv6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 15:45:56\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 15:45:56\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:81;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2284;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Mofazzol\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"mofazzol@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01634354111\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$cFz1UKaw3MzmX4xlHx18TuTfDwASeZnc1XOKUPSsFdszxiTsQ\\/.m.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 15:55:43\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 15:55:43\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2284;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Mofazzol\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"mofazzol@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01634354111\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$cFz1UKaw3MzmX4xlHx18TuTfDwASeZnc1XOKUPSsFdszxiTsQ\\/.m.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 15:55:43\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 15:55:43\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:82;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2285;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Mohiuddin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"mohiuddin80@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712644980\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$uPvtZmQxXl0jgx0l4mpJzeELXVkwB8CZSbjj7Fgs3QKvEF2.2i.Qe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 16:00:15\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 16:00:15\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2285;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Mohiuddin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"mohiuddin80@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712644980\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$uPvtZmQxXl0jgx0l4mpJzeELXVkwB8CZSbjj7Fgs3QKvEF2.2i.Qe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 16:00:15\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 16:00:15\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:83;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2286;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"sohel khan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"sohel07@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01768368207\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$2IY8EaXmcwjc\\/TSCK661v.UoDGX42HTy0LqgcQP5lw8QUHXW5GAIW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 16:04:48\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 16:04:48\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2286;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"sohel khan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"sohel07@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01768368207\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$2IY8EaXmcwjc\\/TSCK661v.UoDGX42HTy0LqgcQP5lw8QUHXW5GAIW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 16:04:48\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 16:04:48\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:84;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2287;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Mohmmad Hanif\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"hanif80@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712983680\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$shGQ6P1dMC03o3bPKdVv4eIUJEuVjJrV5qt568W9KY4XEDTXWPT1q\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 16:07:50\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 16:07:50\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2287;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Mohmmad Hanif\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"hanif80@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712983680\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$shGQ6P1dMC03o3bPKdVv4eIUJEuVjJrV5qt568W9KY4XEDTXWPT1q\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 16:07:50\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 16:07:50\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:85;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2290;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Mokbul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"mokbul@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01782447331\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$kYoLx.Q4uhaj8P8jFWwemOBAfn0tvZnkuM1iamfPOHCbbJ2g3QeGS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 16:16:13\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 16:16:13\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2290;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Mokbul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"mokbul@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01782447331\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$kYoLx.Q4uhaj8P8jFWwemOBAfn0tvZnkuM1iamfPOHCbbJ2g3QeGS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 16:16:13\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 16:16:13\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:86;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2291;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Moklesur Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712036932\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$hTTPVaZY.JRJclPtK8KWde9uu3MLOBNfvfSvG7b.Ybcu5ObNTqc4a\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 16:18:30\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 16:18:30\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2291;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Moklesur Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712036932\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$hTTPVaZY.JRJclPtK8KWde9uu3MLOBNfvfSvG7b.Ybcu5ObNTqc4a\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 16:18:30\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 16:18:30\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:87;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2293;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Monir Ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"monir82@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01824814882\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$kYX0t569.F1P5HDVEvD4ru9I5gvO2K4r5vO0Gy\\/Ek1jlDGVjQI9g6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 16:23:59\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 16:23:59\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2293;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Monir Ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"monir82@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01824814882\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$kYX0t569.F1P5HDVEvD4ru9I5gvO2K4r5vO0Gy\\/Ek1jlDGVjQI9g6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 16:23:59\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 16:23:59\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:88;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2294;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Monir Hasan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"monir24@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01710220624\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$rXc2kWI6LgbtSzK9KkiaWes.fbH3B1pBopNvEHtFahKj5N.sYjOqK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 16:26:50\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 16:26:50\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2294;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Monir Hasan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"monir24@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01710220624\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$rXc2kWI6LgbtSzK9KkiaWes.fbH3B1pBopNvEHtFahKj5N.sYjOqK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 16:26:50\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 16:26:50\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:89;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2296;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Monsur Ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"monsurahmed@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01725832119\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$N5wLbqYB1yLiG\\/MICAhffeYd09mnGi.9Rz\\/pK8u9ZSgeLSP\\/.JqrK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 16:31:46\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 16:31:46\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2296;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Monsur Ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"monsurahmed@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01725832119\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$N5wLbqYB1yLiG\\/MICAhffeYd09mnGi.9Rz\\/pK8u9ZSgeLSP\\/.JqrK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 16:31:46\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 16:31:46\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:90;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2297;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Mosharrof\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"mosharrof@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01720109728\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$M\\/hWscasYhPcync0AxfwL.8XbJRZvv035YJSvBZ3hqMrku0jYGCZK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 16:34:52\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 16:34:52\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2297;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Mosharrof\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"mosharrof@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01720109728\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$M\\/hWscasYhPcync0AxfwL.8XbJRZvv035YJSvBZ3hqMrku0jYGCZK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 16:34:52\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 16:34:52\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:91;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2300;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Musa Mia\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"musamia60@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712365760\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$dzMhUPM9w4uqqRRWBxIiq.A7HHh2022lCNZ1Z5qQokCuPRrgYwZI2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 16:52:38\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 16:52:38\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2300;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Musa Mia\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"musamia60@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712365760\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$dzMhUPM9w4uqqRRWBxIiq.A7HHh2022lCNZ1Z5qQokCuPRrgYwZI2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 16:52:38\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 16:52:38\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:92;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2302;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Mussana\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"mussana77@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01717074370\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$c8HKwOGjwbeTcMTJcwxWruak1vSBxNWdgAtbn09us9VK6l6eKSmrm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 16:58:13\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 16:58:13\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2302;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Mussana\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"mussana77@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01717074370\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$c8HKwOGjwbeTcMTJcwxWruak1vSBxNWdgAtbn09us9VK6l6eKSmrm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 16:58:13\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 16:58:13\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:93;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2305;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Nazmul Ahsan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"nazmul24@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01779896424\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$LQq1lR19JpkuR.ttgYBNRe6eVveDHzXOc0WMdE9hiMsRmPpQ2ihZe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 17:20:33\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 17:20:33\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2305;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Nazmul Ahsan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"nazmul24@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01779896424\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$LQq1lR19JpkuR.ttgYBNRe6eVveDHzXOc0WMdE9hiMsRmPpQ2ihZe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 17:20:33\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 17:20:33\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:94;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2307;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"Nazmul Haque Bulbul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"bulbul41@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01700744841\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$eAJpWG7zbazZcTM0Qf2CPufH7UGT0gCoJmroevIXqw.9RXlZY8bIS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 17:29:46\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 17:29:46\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2307;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"Nazmul Haque Bulbul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"bulbul41@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01700744841\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$eAJpWG7zbazZcTM0Qf2CPufH7UGT0gCoJmroevIXqw.9RXlZY8bIS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 17:29:46\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 17:29:46\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:95;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2308;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md. Nahid Parvez\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01818861538\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$TUqKuCFSAAyY0eITi2AtDedBBdIftAsI2Sa59q9O4XRFdUf7qhRlC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 17:34:00\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 17:34:00\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2308;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md. Nahid Parvez\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01818861538\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$TUqKuCFSAAyY0eITi2AtDedBBdIftAsI2Sa59q9O4XRFdUf7qhRlC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 17:34:00\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 17:34:00\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:96;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2309;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Nusrat Anik Tonu\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"tonu99@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01673777099\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Em2zwpXCQvubOsCdTssz9eeehHGS5ehmv6\\/bh1e5mWcxxIyITr0Su\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 17:38:46\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 17:38:46\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2309;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Nusrat Anik Tonu\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"tonu99@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01673777099\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Em2zwpXCQvubOsCdTssz9eeehHGS5ehmv6\\/bh1e5mWcxxIyITr0Su\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 17:38:46\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 17:38:46\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:97;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2314;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Prodip\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"prodip89@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712536189\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$BlovEUZR9wEUxaj7tsfR2uJro8fxaFEV21gZHLTzkbXYxgmKw9mFa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-14 12:51:49\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-14 12:51:49\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2314;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Prodip\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"prodip89@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712536189\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$BlovEUZR9wEUxaj7tsfR2uJro8fxaFEV21gZHLTzkbXYxgmKw9mFa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-14 12:51:49\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-14 12:51:49\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:98;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2315;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Qayum khan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"qayumkhan47@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01819200147\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Fib32OFznyYXVegNbvM8Duiqr.PzSU.pv.IbjgP.uNB6RYWbBhWli\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-14 12:55:36\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-14 12:55:36\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2315;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Qayum khan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"qayumkhan47@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01819200147\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Fib32OFznyYXVegNbvM8Duiqr.PzSU.pv.IbjgP.uNB6RYWbBhWli\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-14 12:55:36\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-14 12:55:36\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:99;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2316;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Quazi Wahid\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"quaziwahid@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01717000015\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$gVXWmwoMtbtLn3bBueqBZODK31Trlr0EGPC8Mv40zisy1rdYR2ybm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-14 12:58:52\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-14 12:58:52\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2316;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Quazi Wahid\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"quaziwahid@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01717000015\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$gVXWmwoMtbtLn3bBueqBZODK31Trlr0EGPC8Mv40zisy1rdYR2ybm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-14 12:58:52\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-14 12:58:52\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}}}s:4:\\\"text\\\";s:335:\\\"\\u09b8\\u09ae\\u09cd\\u09ae\\u09be\\u09a8\\u09bf\\u09a4 \\u0997\\u09cd\\u09b0\\u09be\\u09b9\\u0995, \\u09b8\\u09be\\u09b0\\u09cd\\u09ad\\u09be\\u09b0 \\u0986\\u09aa\\u09a1\\u09c7\\u099f \\u09a6\\u09c7\\u0993\\u09df\\u09be\\u09b0 \\u0995\\u09be\\u09b0\\u09a8\\u09c7 \\u0986\\u09aa\\u09a8\\u09be\\u09a6\\u09c7\\u09b0 \\u09a8\\u09bf\\u0995\\u099f \\u09ac\\u09bf\\u09b2\\u09c7\\u09b0 \\u098f\\u0995\\u099f\\u09bf \\u09ad\\u09c1\\u09b2 \\u09ae\\u09c7\\u09b8\\u09c7\\u099c \\u0997\\u09bf\\u09df\\u09c7\\u099b\\u09c7 \\u0964 \\u09ac\\u09bf\\u09b7\\u09df\\u099f\\u09bf\\u09b0 \\u099c\\u09a8\\u09cd\\u09af \\u0986\\u09ae\\u09b0\\u09be \\u0986\\u09a8\\u09cd\\u09a4\\u09b0\\u09bf\\u0995 \\u09ad\\u09be\\u09ac\\u09c7 \\u09a6\\u09c1\\u0983\\u0996\\u09bf\\u09a4\\u0964\\\";}s:3:\\\"job\\\";N;s:10:\\\"connection\\\";N;s:5:\\\"queue\\\";N;s:15:\\\"chainConnection\\\";N;s:10:\\\"chainQueue\\\";N;s:5:\\\"delay\\\";N;s:10:\\\"middleware\\\";a:0:{}s:7:\\\"chained\\\";a:0:{}}\"}}', 'Illuminate\\Queue\\MaxAttemptsExceededException: App\\Jobs\\SmsSend has been attempted too many times or run too long. The job may have previously timed out. in /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php:648\nStack trace:\n#0 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(163): Illuminate\\Queue\\Worker->maxAttemptsExceededException(Object(Illuminate\\Queue\\Jobs\\DatabaseJob))\n#1 /home/mygpsbd/public_html/app/Http/helper.php(28): Illuminate\\Queue\\Worker->Illuminate\\Queue\\{closure}(14, Array)\n#2 /home/mygpsbd/public_html/app/Jobs/SmsSend.php(35): send_sms(\'\\xE0\\xA6\\xB8\\xE0\\xA6\\xAE\\xE0\\xA7\\x8D\\xE0\\xA6\\xAE\\xE0\\xA6\\xBE...\', Array)\n#3 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App\\Jobs\\SmsSend->handle()\n#4 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/Util.php(37): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}()\n#5 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(93): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))\n#6 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(37): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))\n#7 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/Container.php(596): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)\n#8 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php(94): Illuminate\\Container\\Container->call(Array)\n#9 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(128): Illuminate\\Bus\\Dispatcher->Illuminate\\Bus\\{closure}(Object(App\\Jobs\\SmsSend))\n#10 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(103): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(App\\Jobs\\SmsSend))\n#11 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php(98): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))\n#12 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(83): Illuminate\\Bus\\Dispatcher->dispatchNow(Object(App\\Jobs\\SmsSend), false)\n#13 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(128): Illuminate\\Queue\\CallQueuedHandler->Illuminate\\Queue\\{closure}(Object(App\\Jobs\\SmsSend))\n#14 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(103): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(App\\Jobs\\SmsSend))\n#15 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(85): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))\n#16 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(59): Illuminate\\Queue\\CallQueuedHandler->dispatchThroughMiddleware(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Object(App\\Jobs\\SmsSend))\n#17 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Jobs/Job.php(98): Illuminate\\Queue\\CallQueuedHandler->call(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Array)\n#18 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(356): Illuminate\\Queue\\Jobs\\Job->fire()\n#19 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(306): Illuminate\\Queue\\Worker->process(\'database\', Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Object(Illuminate\\Queue\\WorkerOptions))\n#20 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(132): Illuminate\\Queue\\Worker->runJob(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), \'database\', Object(Illuminate\\Queue\\WorkerOptions))\n#21 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(112): Illuminate\\Queue\\Worker->daemon(\'database\', \'default\', Object(Illuminate\\Queue\\WorkerOptions))\n#22 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(96): Illuminate\\Queue\\Console\\WorkCommand->runWorker(\'database\', \'default\')\n#23 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Illuminate\\Queue\\Console\\WorkCommand->handle()\n#24 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/Util.php(37): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}()\n#25 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(93): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))\n#26 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(37): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))\n#27 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/Container.php(596): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)\n#28 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Console/Command.php(134): Illuminate\\Container\\Container->call(Array)\n#29 /home/mygpsbd/public_html/vendor/symfony/console/Command/Command.php(298): Illuminate\\Console\\Command->execute(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))\n#30 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Console/Command.php(121): Symfony\\Component\\Console\\Command\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))\n#31 /home/mygpsbd/public_html/vendor/symfony/console/Application.php(1040): Illuminate\\Console\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#32 /home/mygpsbd/public_html/vendor/symfony/console/Application.php(301): Symfony\\Component\\Console\\Application->doRunCommand(Object(Illuminate\\Queue\\Console\\WorkCommand), Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#33 /home/mygpsbd/public_html/vendor/symfony/console/Application.php(171): Symfony\\Component\\Console\\Application->doRun(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#34 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Console/Application.php(93): Symfony\\Component\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#35 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(129): Illuminate\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#36 /home/mygpsbd/public_html/artisan(37): Illuminate\\Foundation\\Console\\Kernel->handle(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#37 {main}', '2024-02-09 06:01:53');
INSERT INTO `failed_jobs` (`id`, `connection`, `queue`, `payload`, `exception`, `failed_at`) VALUES
(709, 'database', 'default', '{\"uuid\":\"cca3b291-68db-478e-aa9d-faaacbf5e352\",\"displayName\":\"App\\\\Jobs\\\\SmsSend\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"delay\":null,\"timeout\":null,\"timeoutAt\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\SmsSend\",\"command\":\"O:16:\\\"App\\\\Jobs\\\\SmsSend\\\":9:{s:4:\\\"data\\\";a:2:{s:4:\\\"data\\\";O:39:\\\"Illuminate\\\\Database\\\\Eloquent\\\\Collection\\\":1:{s:8:\\\"\\u0000*\\u0000items\\\";a:100:{i:0;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2317;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Rabiul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"rabiul60@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01954947560\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Lv.rQ9WeHEE\\/02SZClRqc.vsflG7lEX.7cMeG5QsWClTHY3GrZ2m2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-14 13:02:51\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-14 13:02:51\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2317;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Rabiul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"rabiul60@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01954947560\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Lv.rQ9WeHEE\\/02SZClRqc.vsflG7lEX.7cMeG5QsWClTHY3GrZ2m2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-14 13:02:51\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-14 13:02:51\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:1;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2320;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Rajan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"rajan75@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01723071975\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$h7bw1BYrWxEiVmxXgezGy.6vhp5U5l4N\\/\\/PsPFqd\\/eroqVfV802A.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-14 13:21:48\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-14 13:21:48\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2320;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Rajan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"rajan75@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01723071975\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$h7bw1BYrWxEiVmxXgezGy.6vhp5U5l4N\\/\\/PsPFqd\\/eroqVfV802A.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-14 13:21:48\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-14 13:21:48\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:2;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2321;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Rajib\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"rajib80@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01724070180\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$IyNPfZjdpg8coy5vO85xWO4BJ5.OdWbmVY9RVBb9AaW3x1sHbAX7.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-14 13:24:15\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-14 13:24:15\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2321;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Rajib\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"rajib80@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01724070180\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$IyNPfZjdpg8coy5vO85xWO4BJ5.OdWbmVY9RVBb9AaW3x1sHbAX7.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-14 13:24:15\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-14 13:24:15\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:3;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2322;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Raju\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01817002552\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$s53spZmz06.SfHT\\/YG5GYOvmBdnGcTxZBqToWuUyIXR5pqwXZVI2i\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-14 13:29:14\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-14 13:29:14\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2322;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Raju\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01817002552\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$s53spZmz06.SfHT\\/YG5GYOvmBdnGcTxZBqToWuUyIXR5pqwXZVI2i\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-14 13:29:14\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-14 13:29:14\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:4;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2323;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Rakibul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01724330332\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$3O7DNuQvy10eQdq3ac7oY.ZzVN0QmphSzcW69g8ChCJnoOsNUGHYC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-14 13:43:37\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-14 13:43:37\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2323;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Rakibul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01724330332\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$3O7DNuQvy10eQdq3ac7oY.ZzVN0QmphSzcW69g8ChCJnoOsNUGHYC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-14 13:43:37\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-14 13:43:37\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:5;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2324;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Rakibul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"rakibul94@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01407310394\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$b5\\/LClStJnP4Wn2Jq7nyHO\\/fZLFhQFRJA7NU5PLyxVsv1PupVt2\\/K\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-14 13:46:49\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-14 13:46:49\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2324;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Rakibul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"rakibul94@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01407310394\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$b5\\/LClStJnP4Wn2Jq7nyHO\\/fZLFhQFRJA7NU5PLyxVsv1PupVt2\\/K\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-14 13:46:49\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-14 13:46:49\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:6;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2325;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Rashid Titu\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"titu64@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711978664\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$iq\\/E126VK1a4FkgqQ7GfneKiCB7i.cVDFXIA3X8TXcS5zauT20T.K\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-14 13:49:38\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-14 13:49:38\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2325;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Rashid Titu\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"titu64@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711978664\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$iq\\/E126VK1a4FkgqQ7GfneKiCB7i.cVDFXIA3X8TXcS5zauT20T.K\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-14 13:49:38\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-14 13:49:38\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:7;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2329;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Reshad kamal\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"reshad85@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01737269585\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$8G6zNd6wkBk9vs9m..USmuSJV70mf7zOM6Eh4t\\/vVtoTXLipYfBSa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-14 14:11:12\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-14 14:11:12\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2329;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Reshad kamal\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"reshad85@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01737269585\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$8G6zNd6wkBk9vs9m..USmuSJV70mf7zOM6Eh4t\\/vVtoTXLipYfBSa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-14 14:11:12\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-14 14:11:12\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:8;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2334;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Ruhul amin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"ruhulamin@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01730300777\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$45Q2dZ3Rk7Ds0y0VirnnpeqEpcmjKGbUMKTtvXXo0oeRojk1eaYAC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-14 14:30:45\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-14 14:30:45\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2334;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Ruhul amin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"ruhulamin@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01730300777\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$45Q2dZ3Rk7Ds0y0VirnnpeqEpcmjKGbUMKTtvXXo0oeRojk1eaYAC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-14 14:30:45\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-14 14:30:45\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:9;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2335;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:22:\\\"S M Kamrul Hasan Remon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"remon11@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712444111\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$4QzAL6bsgDUMiNZ7b1.LD..eYIg2j7KUPGcTTx10kfk.s2VPsy2ry\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-14 14:34:24\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-14 14:34:24\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2335;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:22:\\\"S M Kamrul Hasan Remon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"remon11@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712444111\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$4QzAL6bsgDUMiNZ7b1.LD..eYIg2j7KUPGcTTx10kfk.s2VPsy2ry\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-14 14:34:24\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-14 14:34:24\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:10;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2336;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Md Salim\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01799704245\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Z1o91HxdujwEJzXUttMf9uyRS9UNMJ7Wv8O3TOEaCx.yLq39fD3DG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-14 14:37:31\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-14 14:37:31\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2336;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Md Salim\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01799704245\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Z1o91HxdujwEJzXUttMf9uyRS9UNMJ7Wv8O3TOEaCx.yLq39fD3DG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-14 14:37:31\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-14 14:37:31\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:11;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2344;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Salim (Tangail)\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"selim60@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01706983960\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$7fZs5axzyjAjmmqQCFtJsu3KMMLnfHwuJQl7QEwImmsqizf4P.1Xq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-15 23:57:19\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-15 23:57:19\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2344;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Salim (Tangail)\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"selim60@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01706983960\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$7fZs5axzyjAjmmqQCFtJsu3KMMLnfHwuJQl7QEwImmsqizf4P.1Xq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-15 23:57:19\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-15 23:57:19\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:12;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2346;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Shaalom\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"shaalom00@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01709342700\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ECcE639kCSQhd4SK3o.T7uuNrgkjE3MWVLqLZB\\/cKA095wpuc.fcG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 00:11:28\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 00:11:28\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2346;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Shaalom\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"shaalom00@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01709342700\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ECcE639kCSQhd4SK3o.T7uuNrgkjE3MWVLqLZB\\/cKA095wpuc.fcG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 00:11:28\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 00:11:28\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:13;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2347;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Shadin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"shadin55@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01740759255\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$G8N3aG3WeMrE3B\\/o92uHJeynG3IZgKyTzG8CfLbWxqyBU8132eq\\/y\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 00:16:40\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 00:16:40\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2347;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Shadin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"shadin55@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01740759255\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$G8N3aG3WeMrE3B\\/o92uHJeynG3IZgKyTzG8CfLbWxqyBU8132eq\\/y\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 00:16:40\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 00:16:40\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:14;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2348;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Shafayat\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01905046856\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$bgpq2t9YOxtsw7PyIpzgIOsgarZa8d0Mpf.nZ9ZzQHqxEBRugUWpm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 01:25:43\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 01:25:43\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2348;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Shafayat\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01905046856\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$bgpq2t9YOxtsw7PyIpzgIOsgarZa8d0Mpf.nZ9ZzQHqxEBRugUWpm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 01:25:43\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 01:25:43\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:15;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2349;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Shagor\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"shagor24@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01677541524\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$.p2YH\\/hYHSdbRAwcbtZO.O2PNaebF7PlyuKhb\\/e1OXP..WDcgM7VW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 01:28:55\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 01:28:55\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2349;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Shagor\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"shagor24@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01677541524\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$.p2YH\\/hYHSdbRAwcbtZO.O2PNaebF7PlyuKhb\\/e1OXP..WDcgM7VW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 01:28:55\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 01:28:55\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:16;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2350;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Shagor Ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"shagor18@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1725207818\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$b93d5XkVNpNFmh\\/qq9mjG.3KUefDAXNrkdvfCvCP.A5VfmBOJW5YO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 01:40:36\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 01:40:36\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2350;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Shagor Ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"shagor18@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1725207818\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$b93d5XkVNpNFmh\\/qq9mjG.3KUefDAXNrkdvfCvCP.A5VfmBOJW5YO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 01:40:36\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 01:40:36\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:17;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2351;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Shahid\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"shahid338@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01611891338\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$NJ1Ax3OfAtcpOx\\/WC4okwepgrKtje9KwWy7UEkiVm5GpBRVe1GUSG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 01:44:37\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 01:44:37\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2351;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Shahid\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"shahid338@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01611891338\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$NJ1Ax3OfAtcpOx\\/WC4okwepgrKtje9KwWy7UEkiVm5GpBRVe1GUSG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 01:44:37\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 01:44:37\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:18;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2352;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Shahriar Khan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"shahriar21@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715506721\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ACLUeU1Lc327YyE1tuxn4enhkFmlVOe7Jy2upWsw.BOcSFbKWMti6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 01:48:09\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 01:48:09\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2352;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Shahriar Khan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"shahriar21@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715506721\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ACLUeU1Lc327YyE1tuxn4enhkFmlVOe7Jy2upWsw.BOcSFbKWMti6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 01:48:09\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 01:48:09\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:19;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2354;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:20:\\\"Shanti Moni(Dhaka\\uff09\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"shantimoni@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715544564\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$.NvazibzATJW\\/BykF5DyMOJLPG8ps3r72qIWvAt6jzg.XKqQmWXjq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 01:54:04\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 01:54:04\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2354;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:20:\\\"Shanti Moni(Dhaka\\uff09\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"shantimoni@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715544564\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$.NvazibzATJW\\/BykF5DyMOJLPG8ps3r72qIWvAt6jzg.XKqQmWXjq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 01:54:04\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 01:54:04\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:20;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2355;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Shohag Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:26:\\\"shohaghossain372@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01641113951\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ZGrB3xa3DwdrnuUDnb4YCODx2Eky9LSOugzLqtQB54ddaP0rUONXy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 01:57:11\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 01:57:11\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2355;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Shohag Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:26:\\\"shohaghossain372@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01641113951\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ZGrB3xa3DwdrnuUDnb4YCODx2Eky9LSOugzLqtQB54ddaP0rUONXy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 01:57:11\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 01:57:11\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:21;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2356;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Shohidulla\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"shohidulla@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716299334\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Aki9rYyJZeEsyhwEcQaQau4986N5QUAKNBvVUWMMpvM5zotxw2\\/ry\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 02:00:06\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 02:00:06\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2356;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Shohidulla\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"shohidulla@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716299334\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Aki9rYyJZeEsyhwEcQaQau4986N5QUAKNBvVUWMMpvM5zotxw2\\/ry\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 02:00:06\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 02:00:06\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:22;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2357;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"Shorifuddin Shourav\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"sourav34@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01713007034\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$xLt3cYBe7ADEpvOQHfGVm.AtWnkPEFc0dIX4tekRYA2zWdBC7vwbW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 02:03:17\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 02:03:17\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2357;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"Shorifuddin Shourav\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"sourav34@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01713007034\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$xLt3cYBe7ADEpvOQHfGVm.AtWnkPEFc0dIX4tekRYA2zWdBC7vwbW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 02:03:17\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 02:03:17\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:23;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2358;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Shumon ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"shumun81@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01797788681\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$1mJJTfLJv0kadMoYK9yD4.RkQlSZmJPmJLzO7MCmoc3\\/ntV1eZsOG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 02:06:02\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 02:06:02\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2358;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Shumon ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"shumun81@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01797788681\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$1mJJTfLJv0kadMoYK9yD4.RkQlSZmJPmJLzO7MCmoc3\\/ntV1eZsOG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 02:06:02\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 02:06:02\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:24;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2359;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Shyful\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"shyful72@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01720275372\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$KRAAQfi2Vxx9obfLLbfK7udDC.SFIk9CllYL8RDr485uAdbUytJn6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 02:08:21\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 02:08:21\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2359;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Shyful\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"shyful72@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01720275372\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$KRAAQfi2Vxx9obfLLbfK7udDC.SFIk9CllYL8RDr485uAdbUytJn6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 02:08:21\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 02:08:21\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:25;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2360;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"SIDDIQUE\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"siddique87@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01622625287\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$1AQdZ.GK2UYg2OioAqoBHeuHp.0nQyorsUJAGqqorMg0YKP0LwzHu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 02:11:25\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 02:11:25\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2360;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"SIDDIQUE\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"siddique87@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01622625287\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$1AQdZ.GK2UYg2OioAqoBHeuHp.0nQyorsUJAGqqorMg0YKP0LwzHu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 02:11:25\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 02:11:25\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:26;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2362;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Sonjoy Roy\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"sonjoy78@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711464078\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$M2w8ovyz2R7GUh78uiGBJu7KtwSDa6BFlVs3a0JavctwJf0zQ167q\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 02:24:13\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 02:24:13\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2362;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Sonjoy Roy\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"sonjoy78@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711464078\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$M2w8ovyz2R7GUh78uiGBJu7KtwSDa6BFlVs3a0JavctwJf0zQ167q\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 02:24:13\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 02:24:13\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:27;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2363;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"SR Packaging Ltd.\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"srpackaging@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01866964664\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$1XukCUX2BmR9ZZXNd54EC.8be.G0FjUqCYHYJ3osex4cEjvQKX\\/wu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 11:30:54\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 11:30:54\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2363;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"SR Packaging Ltd.\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"srpackaging@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01866964664\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$1XukCUX2BmR9ZZXNd54EC.8be.G0FjUqCYHYJ3osex4cEjvQKX\\/wu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 11:30:54\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 11:30:54\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:28;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2367;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"SYED ALAM\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"syed66@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01812867166\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$0ub3QjBYGbS9RPAM9z7kJuKtwZSQ0NVaagoMFETdHV2GsYWZzoPku\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 11:54:53\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 11:54:53\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2367;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"SYED ALAM\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"syed66@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01812867166\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$0ub3QjBYGbS9RPAM9z7kJuKtwZSQ0NVaagoMFETdHV2GsYWZzoPku\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 11:54:53\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 11:54:53\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:29;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2373;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Yousuf Akash\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"yousufakash@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01977360844\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$C7ygOVkV.2GrD.G3aJg2cOnps4f50CW6\\/kWpU8dIiIgrO2APKI02.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 12:25:04\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 12:25:04\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2373;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Yousuf Akash\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"yousufakash@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01977360844\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$C7ygOVkV.2GrD.G3aJg2cOnps4f50CW6\\/kWpU8dIiIgrO2APKI02.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 12:25:04\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 12:25:04\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:30;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2376;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Zobair Hassan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"zobair06@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01710475306\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$CxIXO\\/kctoSJl99FETzyXulfI8PiMgIJqZ8wIh8p0JQknyGlCoCSq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 12:33:46\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 12:33:46\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2376;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Zobair Hassan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"zobair06@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01710475306\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$CxIXO\\/kctoSJl99FETzyXulfI8PiMgIJqZ8wIh8p0JQknyGlCoCSq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 12:33:46\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 12:33:46\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:31;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2377;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Delwar Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"delwar56@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712456756\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$HlxadpBiWYKU7BSK1EdDMeLJ0IgXaFKdEIbgpnYTJdSFQJNR7kmWa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 12:36:44\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 12:36:44\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2377;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Delwar Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"delwar56@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712456756\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$HlxadpBiWYKU7BSK1EdDMeLJ0IgXaFKdEIbgpnYTJdSFQJNR7kmWa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 12:36:44\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 12:36:44\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:32;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2382;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:25:\\\"Salah Uddin Seajan sajeeb\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:24:\\\"salahuddin04@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01816370004\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$zoy\\/gbUvxU3cAqiHtKi.bOlred5zzq7czjPCndBxDxBY5Ok\\/jrCsK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 13:32:11\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 13:32:11\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2382;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:25:\\\"Salah Uddin Seajan sajeeb\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:24:\\\"salahuddin04@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01816370004\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$zoy\\/gbUvxU3cAqiHtKi.bOlred5zzq7czjPCndBxDxBY5Ok\\/jrCsK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 13:32:11\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 13:32:11\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:33;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2387;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:20:\\\"Habibullah Chowdhury\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"habibullah@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01730787146\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$yAe8z7.fuoB0C4zlBOMIauRBKtSdJY7oZZB.V314Og8deB1EyZZpC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 14:38:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 14:38:29\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2387;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:20:\\\"Habibullah Chowdhury\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"habibullah@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01730787146\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$yAe8z7.fuoB0C4zlBOMIauRBKtSdJY7oZZB.V314Og8deB1EyZZpC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 14:38:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 14:38:29\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:34;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2388;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:22:\\\"Dr. Md. Momtazul Haque\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"momtazul90@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711583890\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$8uDzno.v83P2PcNBrQICxOqa4I.4Jb1vw2ZJJwIMlWeTlId7tem7e\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 14:42:05\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 14:42:05\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2388;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:22:\\\"Dr. Md. Momtazul Haque\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"momtazul90@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711583890\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$8uDzno.v83P2PcNBrQICxOqa4I.4Jb1vw2ZJJwIMlWeTlId7tem7e\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 14:42:05\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 14:42:05\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:35;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2389;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Nasim Uddin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"nasim69@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711205269\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$gSI3UOiElp5ARxGw2dLfg.9ZaWVEV8eXhwID5lT8TlMwmsyFID02y\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 14:44:57\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 14:44:57\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2389;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Nasim Uddin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"nasim69@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711205269\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$gSI3UOiElp5ARxGw2dLfg.9ZaWVEV8eXhwID5lT8TlMwmsyFID02y\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 14:44:57\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 14:44:57\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:36;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2391;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Md Omar Ali\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"omar70@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716304570\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$bT0yeeMOLT1D9AUDhM3mkuZSr9J0QbyQV.ZoR9\\/AnAFXhUlwu5opy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 14:49:39\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 14:49:39\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2391;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Md Omar Ali\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"omar70@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716304570\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$bT0yeeMOLT1D9AUDhM3mkuZSr9J0QbyQV.ZoR9\\/AnAFXhUlwu5opy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 14:49:39\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 14:49:39\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:37;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2393;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Ibne Miran\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"miran36@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01815085636\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$F9KoguJyCp2AH3hgNHAuG.dywJIQLd3AzmFcsYsNAOkn661AJfS.G\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 15:13:52\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 15:13:52\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2393;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Ibne Miran\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"miran36@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01815085636\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$F9KoguJyCp2AH3hgNHAuG.dywJIQLd3AzmFcsYsNAOkn661AJfS.G\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 15:13:52\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 15:13:52\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:38;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2394;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Anwar\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"anwar61@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01796637761\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$7VHI6MIlemDw8cl3YS6gFOFUrF4Wv..826PpAe\\/0yzl7Zm\\/ri.vfK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 15:19:35\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 15:19:35\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2394;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Anwar\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"anwar61@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01796637761\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$7VHI6MIlemDw8cl3YS6gFOFUrF4Wv..826PpAe\\/0yzl7Zm\\/ri.vfK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 15:19:35\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 15:19:35\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:39;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2395;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"MD.Masud Rana\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"masud92@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01322603992\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$fiRgN9Pflw\\/d5uFhVI5mqu84sfDyH1H2Qe9gbhlXn.wPuK4PSEAY.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 15:26:20\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 15:26:20\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2395;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"MD.Masud Rana\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"masud92@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01322603992\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$fiRgN9Pflw\\/d5uFhVI5mqu84sfDyH1H2Qe9gbhlXn.wPuK4PSEAY.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 15:26:20\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 15:26:20\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:40;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2399;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Md. Faisal\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"faisal89@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716890889\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$t8oUIzJwJ3WY1kw.l9v2T.oaDoCNl0\\/7mVxFgVNMwvvZY.mG5yyRa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 15:46:04\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 15:46:04\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2399;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Md. Faisal\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"faisal89@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716890889\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$t8oUIzJwJ3WY1kw.l9v2T.oaDoCNl0\\/7mVxFgVNMwvvZY.mG5yyRa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 15:46:04\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 15:46:04\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:41;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2402;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Emtiaz\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"emtiaz.m007@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01863962010\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$yywi6uiGI7kDMm44QKjufOCY\\/x1soU3sZvGWn7wYrwzIRPGS3djjO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 16:04:01\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 16:04:01\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2402;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Emtiaz\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"emtiaz.m007@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01863962010\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$yywi6uiGI7kDMm44QKjufOCY\\/x1soU3sZvGWn7wYrwzIRPGS3djjO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 16:04:01\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 16:04:01\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:42;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2412;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:3:\\\"Raj\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01311153797\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Zcz4\\/yXLg2ors2l8MgvODOX.Xd9m2FF0xkA0N6ExE8Gkju21KMaE2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 16:39:27\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 16:39:27\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2412;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:3:\\\"Raj\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01311153797\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Zcz4\\/yXLg2ors2l8MgvODOX.Xd9m2FF0xkA0N6ExE8Gkju21KMaE2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 16:39:27\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 16:39:27\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:43;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2414;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Imtiaz Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:29:\\\"imtiaz.islam@dhakabank.com.bd\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712571800\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$WVMNlWpJBGwWjs.Gdm74i.8F2jlGXWhEzh2hpCx8DGdId2QpKWKa2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 22:32:22\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 22:32:22\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2414;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Imtiaz Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:29:\\\"imtiaz.islam@dhakabank.com.bd\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712571800\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$WVMNlWpJBGwWjs.Gdm74i.8F2jlGXWhEzh2hpCx8DGdId2QpKWKa2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 22:32:22\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 22:32:22\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:44;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2416;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Lemon Talukder\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:25:\\\"lemontalukder44@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01916469853\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$S3FAuZowtWfj5jby3QSKd.AjHAH3yvbCzQqPIt7pLRpKN2gqoCZyS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 22:38:48\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 22:38:48\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2416;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Lemon Talukder\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:25:\\\"lemontalukder44@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01916469853\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$S3FAuZowtWfj5jby3QSKd.AjHAH3yvbCzQqPIt7pLRpKN2gqoCZyS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 22:38:48\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 22:38:48\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:45;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2473;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"Shaiful Islam Bahar\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:16:\\\"lutfun@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01937273576\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Jx4663Dz0KFy1FWFqKrWJ.cKPMyvpmrKL8My4jvCGF5ca4JmGi67O\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 17:07:02\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 17:07:02\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2473;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"Shaiful Islam Bahar\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:16:\\\"lutfun@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01937273576\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Jx4663Dz0KFy1FWFqKrWJ.cKPMyvpmrKL8My4jvCGF5ca4JmGi67O\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 17:07:02\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 17:07:02\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:46;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2476;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Liakat Ali\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01827596267\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$hAaWzKnm92RYxQlT4ftPmuiu2QbD.SKkXwVi4K7hBKcOHYwVwJMzO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 17:31:19\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 17:31:19\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2476;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Liakat Ali\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01827596267\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$hAaWzKnm92RYxQlT4ftPmuiu2QbD.SKkXwVi4K7hBKcOHYwVwJMzO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 17:31:19\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 17:31:19\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:47;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2479;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:20:\\\"Md. Morshed Sawdagor\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"morshed23@mygpsbd.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01704406523\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$08.frEpeGHeWHbXRd7scPu2rPq19jD5eCQ7M1QkpMpK2nCmNkiIdG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 17:49:15\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 17:49:15\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2479;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:20:\\\"Md. Morshed Sawdagor\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"morshed23@mygpsbd.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01704406523\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$08.frEpeGHeWHbXRd7scPu2rPq19jD5eCQ7M1QkpMpK2nCmNkiIdG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 17:49:15\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 17:49:15\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:48;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2498;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"HAMIDUR RAHMAN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:29:\\\"hamidurrahmanshipon@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01718108042\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$\\/JZXQhYUyEX.1\\/D8Z.eKhOzuu1a2RbdH2WxOHxPDWMCpDODMZPpG2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 10:13:21\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 10:13:21\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2498;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"HAMIDUR RAHMAN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:29:\\\"hamidurrahmanshipon@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01718108042\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$\\/JZXQhYUyEX.1\\/D8Z.eKhOzuu1a2RbdH2WxOHxPDWMCpDODMZPpG2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 10:13:21\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 10:13:21\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:49;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2502;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Adil\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"adil.revere@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01938888988\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$5gzyDPEXwIgEbsE9LQ3QtOkwMAhbzDm4LPpHTPsMvN0XJzT9JdddS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 10:34:08\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 10:34:08\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2502;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Adil\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"adil.revere@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01938888988\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$5gzyDPEXwIgEbsE9LQ3QtOkwMAhbzDm4LPpHTPsMvN0XJzT9JdddS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 10:34:08\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 10:34:08\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:50;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2558;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Shafiqul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712691313\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$.\\/pZGWcJychsBlLA0LJ.tu8.Hq7NAMKpM6w\\/Yw7hNIzn3I1Ks..YS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 11:45:06\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 11:45:06\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2558;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Shafiqul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712691313\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$.\\/pZGWcJychsBlLA0LJ.tu8.Hq7NAMKpM6w\\/Yw7hNIzn3I1Ks..YS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 11:45:06\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 11:45:06\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:51;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2572;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Shahriar Babla\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:26:\\\"shahriarbabla565@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01303733794\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$pluObiGq7u0HS07jfAG12.SgFGjR744eL9pIi4miJDOFp2RcQ9PpK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 13:43:11\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 13:43:11\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2572;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Shahriar Babla\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:26:\\\"shahriarbabla565@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01303733794\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$pluObiGq7u0HS07jfAG12.SgFGjR744eL9pIi4miJDOFp2RcQ9PpK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 13:43:11\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 13:43:11\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:52;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2581;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"NAZMUL\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01747012264\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$yPb1HPJT1hbqR.mdQLnl\\/eQIdlktjMr8e1tEhrq9vGl4Wn7ZsjAwq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 15:23:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 15:23:29\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2581;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"NAZMUL\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01747012264\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$yPb1HPJT1hbqR.mdQLnl\\/eQIdlktjMr8e1tEhrq9vGl4Wn7ZsjAwq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 15:23:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 15:23:29\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:53;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2598;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Sujon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:24:\\\"sujonahmed3315@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01877055158\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$3Z7W31OqZdUMGCSOkF5h\\/.45goVXIVgRmfpuOrXMLL5NIKVbC8GH2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 17:14:48\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 17:14:48\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2598;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Sujon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:24:\\\"sujonahmed3315@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01877055158\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$3Z7W31OqZdUMGCSOkF5h\\/.45goVXIVgRmfpuOrXMLL5NIKVbC8GH2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 17:14:48\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 17:14:48\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:54;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2643;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"Md J. Ferdous Anjel\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:26:\\\"anjelcreationsbd@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01793171888\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$5joj2Hg9U91gzYu8wWgOOub2pqNoCer6yZa0fXS47CNN62NzMUBw2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 16:30:51\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 16:30:51\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2643;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"Md J. Ferdous Anjel\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:26:\\\"anjelcreationsbd@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01793171888\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$5joj2Hg9U91gzYu8wWgOOub2pqNoCer6yZa0fXS47CNN62NzMUBw2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 16:30:51\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 16:30:51\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:55;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2647;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Atikur Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01717352517\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$pzrANytjKg0V7Mw.lULrZ.xZlhrywDJnSwt7Hnrnby2.GwXqdltIe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 09:56:47\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 09:56:47\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2647;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Atikur Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01717352517\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$pzrANytjKg0V7Mw.lULrZ.xZlhrywDJnSwt7Hnrnby2.GwXqdltIe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 09:56:47\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 09:56:47\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:56;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2648;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md.shohel RanaIm\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:25:\\\"Sohelrana805392@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01791805392\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$HqPJODlWQjp3qBNX5blrpOp8Bn1THEseV6mrP7IyT\\/SSJb8DM.qS.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 10:00:25\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 10:00:25\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2648;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md.shohel RanaIm\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:25:\\\"Sohelrana805392@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01791805392\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$HqPJODlWQjp3qBNX5blrpOp8Bn1THEseV6mrP7IyT\\/SSJb8DM.qS.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 10:00:25\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 10:00:25\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:57;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2649;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"NAZRUL\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01920993056\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$EHQ6leEFT8L.JXkedG6sauw6XP9TAOX7lvby7QK6aUk3uKyFenbhe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 10:06:41\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 10:06:41\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2649;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"NAZRUL\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01920993056\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$EHQ6leEFT8L.JXkedG6sauw6XP9TAOX7lvby7QK6aUk3uKyFenbhe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 10:06:41\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 10:06:41\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:58;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2650;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Sultan Mahmud\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"sultan012485@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01819473722\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$R1Pnicex9VHmkX.6JeXwOuEh9z5.laTsvB3HVLHadymKpRU5fDgp6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 10:18:20\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 10:18:20\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2650;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Sultan Mahmud\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"sultan012485@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01819473722\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$R1Pnicex9VHmkX.6JeXwOuEh9z5.laTsvB3HVLHadymKpRU5fDgp6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 10:18:20\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 10:18:20\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:59;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2651;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"JAKIR  AHMED SHILU\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01713084202\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$k7Oa45D6K9NcG0pX2.Yw8.jh\\/Vh.rNgNuE.f9OtDj3i\\/UCqqTF2ya\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 10:26:23\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 10:26:23\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2651;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"JAKIR  AHMED SHILU\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01713084202\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$k7Oa45D6K9NcG0pX2.Yw8.jh\\/Vh.rNgNuE.f9OtDj3i\\/UCqqTF2ya\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 10:26:23\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 10:26:23\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:60;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2653;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Shawon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1611903541\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$y8ncW56NYBxU7wA0838HCOEuu5.x8RqEObAcfzCH0Q5opJznIEwUe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 10:45:16\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 10:45:16\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2653;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Shawon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1611903541\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$y8ncW56NYBxU7wA0838HCOEuu5.x8RqEObAcfzCH0Q5opJznIEwUe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 10:45:16\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 10:45:16\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:61;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2654;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Md.syfuddin shekh\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"syfuddin92@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01739484352\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$yA.VB6cqHG4uRI5vbFNmXet8UsP1halHcGV9lkVT.rLuTZIuUF4Lu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 10:53:31\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 10:53:31\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2654;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Md.syfuddin shekh\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"syfuddin92@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01739484352\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$yA.VB6cqHG4uRI5vbFNmXet8UsP1halHcGV9lkVT.rLuTZIuUF4Lu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 10:53:31\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 10:53:31\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:62;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2655;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"MD. JOBAYER RAHMAN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"neahanuha@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01612748644\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$xNIPAz\\/hRwqdR0ee6cVcpehYdi0fEWwMW655Wc2M3xbdqBIO9GujS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 11:01:54\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 11:01:54\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2655;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"MD. JOBAYER RAHMAN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"neahanuha@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01612748644\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$xNIPAz\\/hRwqdR0ee6cVcpehYdi0fEWwMW655Wc2M3xbdqBIO9GujS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 11:01:54\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 11:01:54\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:63;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2656;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Shohag hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01730178878\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Px\\/iBqUj.MEcPkAmPZX07u9LMMekLY15y..x8NKpPjp\\/2U2eK2MKi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 11:10:09\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 11:10:09\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2656;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Shohag hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01730178878\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Px\\/iBqUj.MEcPkAmPZX07u9LMMekLY15y..x8NKpPjp\\/2U2eK2MKi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 11:10:09\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 11:10:09\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:64;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2657;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"AHIDUR RAHMAN KHAN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:25:\\\"ratan.econ39.ju@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01917007694\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$oUt6T6dKVX5SdzYQtEX7ZO2IRQOXPyJFOpJyJ3zpfoa1OuulSUmA.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 11:13:55\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 11:13:55\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2657;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"AHIDUR RAHMAN KHAN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:25:\\\"ratan.econ39.ju@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01917007694\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$oUt6T6dKVX5SdzYQtEX7ZO2IRQOXPyJFOpJyJ3zpfoa1OuulSUmA.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 11:13:55\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 11:13:55\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:65;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2658;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Md. Abu Taher\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01977207970\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$G2S56ZCDPWt9q31NINjVhuqmxftGstgM2tNrYYi5L7fa3n.SS2zZ.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 11:17:58\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 11:17:58\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2658;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Md. Abu Taher\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01977207970\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$G2S56ZCDPWt9q31NINjVhuqmxftGstgM2tNrYYi5L7fa3n.SS2zZ.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 11:17:58\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 11:17:58\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:66;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2659;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"SELIM REZA\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:30:\\\"magurarealestate2020@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01727849427\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$JFgXqAKa5GYF.aQvLaqKUOvSt8Pb2Wx8VXG7Nm5Wuvl94tVJYlMwO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 11:22:14\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 11:22:14\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2659;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"SELIM REZA\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:30:\\\"magurarealestate2020@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01727849427\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$JFgXqAKa5GYF.aQvLaqKUOvSt8Pb2Wx8VXG7Nm5Wuvl94tVJYlMwO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 11:22:14\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 11:22:14\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:67;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2660;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"ROBIUL\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01739560390\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$GAlm9M4pX3YgnsWavAOPUuGBePwwccc9vPGv0qXFACeezfwA9rMF6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 11:25:32\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 11:25:32\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2660;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"ROBIUL\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01739560390\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$GAlm9M4pX3YgnsWavAOPUuGBePwwccc9vPGv0qXFACeezfwA9rMF6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 11:25:32\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 11:25:32\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:68;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2661;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Aminul Islam Rana\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"gkus051988@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01785098758\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Ky\\/m6Z3BYEHyUsSUdKQJ5e0zFI001aBxNkrgfD7alza.\\/5B2zl.Ei\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 11:30:52\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 11:30:52\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2661;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Aminul Islam Rana\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"gkus051988@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01785098758\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Ky\\/m6Z3BYEHyUsSUdKQJ5e0zFI001aBxNkrgfD7alza.\\/5B2zl.Ei\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 11:30:52\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 11:30:52\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:69;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2662;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"MD.SAMSUL HUDA\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"huda.arkay@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715224989\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$dXWa96TEqiV\\/7OSG0yJ3W.DI70twiJ5rXtlof4nlhAcTy6XfuGor.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 12:08:23\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 12:08:23\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2662;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"MD.SAMSUL HUDA\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"huda.arkay@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715224989\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$dXWa96TEqiV\\/7OSG0yJ3W.DI70twiJ5rXtlof4nlhAcTy6XfuGor.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 12:08:23\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 12:08:23\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:70;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2663;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"MD REZAUL KABIR\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711368713\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$N5aX0ApVfvZFH90gDB7LVewsfx0Wb6BpF.NCYwyXbdjy2MJN982dy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 12:15:33\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 12:15:33\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2663;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"MD REZAUL KABIR\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711368713\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$N5aX0ApVfvZFH90gDB7LVewsfx0Wb6BpF.NCYwyXbdjy2MJN982dy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 12:15:33\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 12:15:33\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:71;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2664;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Khorshed Alam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01714687294\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$RL2vaAmVlJ2n.izrLsC31eKkSbc5iOhSMMiT3bqH64vM0PeqY.lUi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 12:33:10\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 12:33:10\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2664;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Khorshed Alam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01714687294\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$RL2vaAmVlJ2n.izrLsC31eKkSbc5iOhSMMiT3bqH64vM0PeqY.lUi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 12:33:10\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 12:33:10\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:72;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2665;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Faruk\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712349975\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$4b9e80SYQ\\/542LkSDxA10Onw1u384hORUANUkvdR4qo5zJemRl4x2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 12:35:59\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 12:35:59\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2665;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Faruk\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712349975\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$4b9e80SYQ\\/542LkSDxA10Onw1u384hORUANUkvdR4qo5zJemRl4x2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 12:35:59\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 12:35:59\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:73;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2666;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Md. Armanul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01614577666\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$GrPMXDACqleeW.KtfC98BOB8lmWvM.E.k2nFlRB6nkpqx1gvFvg9K\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 12:43:05\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 12:43:05\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2666;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Md. Armanul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01614577666\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$GrPMXDACqleeW.KtfC98BOB8lmWvM.E.k2nFlRB6nkpqx1gvFvg9K\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 12:43:05\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 12:43:05\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:74;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2667;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Md.Mizanur Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:24:\\\"mizanurcp10004@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01690264057\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$f56EfOWedB.0T\\/EY8Z5CX.YTToVoERr1vdg49niILrEmnO6wOm1vy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 12:50:37\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 12:50:37\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2667;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Md.Mizanur Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:24:\\\"mizanurcp10004@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01690264057\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$f56EfOWedB.0T\\/EY8Z5CX.YTToVoERr1vdg49niILrEmnO6wOm1vy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 12:50:37\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 12:50:37\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:75;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2668;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Atuar\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01891858544\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$\\/sKxOA3Jyqv5SU1k.H7npec7mnxeh5qDhFYh\\/ihydxKyyTxpDxZRG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 12:54:55\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 12:54:55\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2668;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Atuar\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01891858544\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$\\/sKxOA3Jyqv5SU1k.H7npec7mnxeh5qDhFYh\\/ihydxKyyTxpDxZRG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 12:54:55\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 12:54:55\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:76;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2669;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Emros Khan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01815103056\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$8ClmCaD9X9mpUoH.nk2ZNuDDvd1AV8U4zJ300t9\\/apchLFROrnZXa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 12:59:28\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 12:59:28\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2669;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Emros Khan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01815103056\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$8ClmCaD9X9mpUoH.nk2ZNuDDvd1AV8U4zJ300t9\\/apchLFROrnZXa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 12:59:28\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 12:59:28\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:77;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2671;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"KAMAL UDDIN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01976792557\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ogb6bLdHm2I\\/CG9t.Zju5OgXn7UgOm29liiSx42yVc4y0YLf4kKtq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 13:08:53\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 13:08:53\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2671;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"KAMAL UDDIN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01976792557\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ogb6bLdHm2I\\/CG9t.Zju5OgXn7UgOm29liiSx42yVc4y0YLf4kKtq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 13:08:53\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 13:08:53\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:78;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2672;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:25:\\\"Dr.rafiqul islam talukdar\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:26:\\\"rafiqul.talukdar@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01952238836\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$.jJEfGJOXQ5QDwNI2jIScuY4j3A2bDPA5mUy\\/d8JN1Ffle8pHb8b.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 13:12:11\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 13:12:11\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2672;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:25:\\\"Dr.rafiqul islam talukdar\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:26:\\\"rafiqul.talukdar@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01952238836\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$.jJEfGJOXQ5QDwNI2jIScuY4j3A2bDPA5mUy\\/d8JN1Ffle8pHb8b.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 13:12:11\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 13:12:11\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:79;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2674;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Mostafizur\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01875780511\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$7MO0r\\/NEYMaHezyAK4xA2O.chx.UmzKgku\\/sOxxgdFHK7WsQ.wnne\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 13:21:02\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 13:21:02\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2674;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Mostafizur\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01875780511\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$7MO0r\\/NEYMaHezyAK4xA2O.chx.UmzKgku\\/sOxxgdFHK7WsQ.wnne\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 13:21:02\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 13:21:02\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:80;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2675;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Khandaker Hatem\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01819127140\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$9SNVfFWM4zjuEkq\\/Z3G5We5SH8BvtexLHqgt69sGbd\\/7SaPzbuX0y\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 13:24:57\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 13:24:57\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2675;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Khandaker Hatem\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01819127140\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$9SNVfFWM4zjuEkq\\/Z3G5We5SH8BvtexLHqgt69sGbd\\/7SaPzbuX0y\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 13:24:57\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 13:24:57\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:81;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2676;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"BABAR\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01713239933\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$H04LXSEJaVyE\\/fiQynbCe.D\\/IrtX\\/3cdJ816EgE5Z20.39SSgc89S\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 14:57:15\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 14:59:00\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2676;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"BABAR\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01713239933\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$H04LXSEJaVyE\\/fiQynbCe.D\\/IrtX\\/3cdJ816EgE5Z20.39SSgc89S\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 14:57:15\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 14:59:00\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:82;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2677;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Kamruzzaman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"zaman13169@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01762551042\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$yaTwk3n.X7i6nFZRj9zu7.CzzkLT.iejA6od7GRZSWK0LLgbdtv0C\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 15:02:59\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 15:02:59\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2677;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Kamruzzaman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"zaman13169@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01762551042\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$yaTwk3n.X7i6nFZRj9zu7.CzzkLT.iejA6od7GRZSWK0LLgbdtv0C\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 15:02:59\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 15:02:59\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:83;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2678;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"JOWEL\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01719966278\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$2zOf\\/VrcwPZfz3QbJwR5ou\\/OXhZXhmjlaVPWsK4G3VYzSDLkfgC0.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 15:20:26\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 15:20:26\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2678;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"JOWEL\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01719966278\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$2zOf\\/VrcwPZfz3QbJwR5ou\\/OXhZXhmjlaVPWsK4G3VYzSDLkfgC0.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 15:20:26\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 15:20:26\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:84;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2679;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:24:\\\"MOHAMMAD  ZAHANGIR MOLLA\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01760937679\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$qBFc565.9KYKST591i\\/JV.mDuQRq2S.iFSrsOYw50cfzBKXlI4R3y\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 15:25:35\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 15:25:35\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2679;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:24:\\\"MOHAMMAD  ZAHANGIR MOLLA\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01760937679\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$qBFc565.9KYKST591i\\/JV.mDuQRq2S.iFSrsOYw50cfzBKXlI4R3y\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 15:25:35\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 15:25:35\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:85;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2680;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Mosleh Uddin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711119875\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$.i2hNzgjStgKIRVQnN8zk.qrIwddgMh9pIGV7GvWKMuf3FZvpJC72\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 15:28:27\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 15:28:27\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2680;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Mosleh Uddin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711119875\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$.i2hNzgjStgKIRVQnN8zk.qrIwddgMh9pIGV7GvWKMuf3FZvpJC72\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 15:28:27\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 15:28:27\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:86;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2681;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Al Amin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01781050555\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$icG4PAbVlrrpwDrZ.OOzMe9aFUG7DHOdPTdRlPjgQa5Dycj0JkOaS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 15:36:07\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 15:36:07\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2681;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Al Amin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01781050555\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$icG4PAbVlrrpwDrZ.OOzMe9aFUG7DHOdPTdRlPjgQa5Dycj0JkOaS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 15:36:07\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 15:36:07\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:87;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2684;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Aminul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:26:\\\"aminulislam91284@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01718932024\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$NaBqhnlKfEaqjeS2\\/ROge.OdFnev6Rt56ZBvotVuN8oKUItEGEKlG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 15:54:59\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 15:54:59\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2684;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Aminul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:26:\\\"aminulislam91284@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01718932024\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$NaBqhnlKfEaqjeS2\\/ROge.OdFnev6Rt56ZBvotVuN8oKUItEGEKlG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 15:54:59\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 15:54:59\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:88;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2685;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Kazi Rayhan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712228888\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$fmVIKPLcISAtPyUeYnHJ0urXRqxFsPwTfWStik7W6S9Lp5TZBXaTa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 15:59:42\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 15:59:42\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2685;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Kazi Rayhan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712228888\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$fmVIKPLcISAtPyUeYnHJ0urXRqxFsPwTfWStik7W6S9Lp5TZBXaTa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 15:59:42\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 15:59:42\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:89;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2686;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Al imran\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:24:\\\"alimranesg14iu@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01727062610\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Pwd1\\/iyns.C\\/FVtG\\/NAVfu0mpIdUNIqyo.l.xcBHTCckjmoQZNiQW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 16:02:57\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 16:02:57\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2686;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Al imran\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:24:\\\"alimranesg14iu@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01727062610\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Pwd1\\/iyns.C\\/FVtG\\/NAVfu0mpIdUNIqyo.l.xcBHTCckjmoQZNiQW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 16:02:57\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 16:02:57\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:90;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2687;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md.Mahbubul Alam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:26:\\\"mahathirmahbub29@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01616896888\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$lVU4Q32xMV\\/0zhDpizDy5.ZlENAWrim0TIziIEOsvDYxJSrB423MG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 16:06:21\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 16:06:21\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2687;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md.Mahbubul Alam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:26:\\\"mahathirmahbub29@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01616896888\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$lVU4Q32xMV\\/0zhDpizDy5.ZlENAWrim0TIziIEOsvDYxJSrB423MG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 16:06:21\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 16:06:21\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:91;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2688;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Borhan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01550155279\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$4W5tCVTuocs6TyqCbEBSgu5TgYUNmj2YkdX4qu3JFLEW933MjcQ1e\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 16:11:45\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 16:11:45\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2688;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Borhan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01550155279\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$4W5tCVTuocs6TyqCbEBSgu5TgYUNmj2YkdX4qu3JFLEW933MjcQ1e\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 16:11:45\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 16:11:45\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:92;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2689;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"md. aktarul badsha\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01740827975\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$u4bP.VfKgf0fQktPgPi.1udVKyeBU9zofP0k4r6dVerQd8fGrhXDS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 16:14:32\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 16:14:32\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2689;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"md. aktarul badsha\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01740827975\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$u4bP.VfKgf0fQktPgPi.1udVKyeBU9zofP0k4r6dVerQd8fGrhXDS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 16:14:32\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 16:14:32\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:93;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2691;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Omar Faruk\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01314633705\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$MGhTo6zvwZIYRthC9Qq9VeXDyPpuyyr2QFpV4ripkVx87bNbumunq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 16:23:14\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 16:23:14\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2691;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Omar Faruk\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01314633705\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$MGhTo6zvwZIYRthC9Qq9VeXDyPpuyyr2QFpV4ripkVx87bNbumunq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 16:23:14\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 16:23:14\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:94;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2692;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Habib\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01842225678\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$.v76m3ZpQqCsw10ahyNBt.lel.Ba2YitXpecH9rN2udMleEyxDUbm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 16:27:24\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 16:27:24\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2692;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Habib\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01842225678\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$.v76m3ZpQqCsw10ahyNBt.lel.Ba2YitXpecH9rN2udMleEyxDUbm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 16:27:24\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 16:27:24\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:95;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2693;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Shamim Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01725083343\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$AuLgLlo858n5pjWpq35udO3j3uJS7zwxBk73xZcfi4Yt17lYkjwKK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 16:30:52\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 16:30:52\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2693;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Shamim Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01725083343\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$AuLgLlo858n5pjWpq35udO3j3uJS7zwxBk73xZcfi4Yt17lYkjwKK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 16:30:52\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 16:30:52\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:96;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2694;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Alamgir hosen\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01998061974\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$6LXpMZCuu1mb2Ndo4jIr2eBKC37ty5MWsxlcvFxKPVWYp6cslL\\/yi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 16:43:35\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 16:43:35\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2694;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Alamgir hosen\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01998061974\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$6LXpMZCuu1mb2Ndo4jIr2eBKC37ty5MWsxlcvFxKPVWYp6cslL\\/yi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 16:43:35\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 16:43:35\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:97;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2696;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Kazi Mominul Haque\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01687620412\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$MhS3kMAcL45aEoF69zir4.kgVMyxmO.uyVdlmgLwOSnpwgrmsay5e\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-25 14:43:32\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-25 14:43:32\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2696;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Kazi Mominul Haque\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01687620412\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$MhS3kMAcL45aEoF69zir4.kgVMyxmO.uyVdlmgLwOSnpwgrmsay5e\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-25 14:43:32\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-25 14:43:32\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:98;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2698;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Leyo ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01750731664\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$em60F846fkJ0GnHbyidZh.hnEyFvtV8kb77BcZ3cySj9v7jPdeYYO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-26 11:09:09\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-26 11:09:09\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2698;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Leyo ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01750731664\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$em60F846fkJ0GnHbyidZh.hnEyFvtV8kb77BcZ3cySj9v7jPdeYYO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-26 11:09:09\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-26 11:09:09\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:99;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2699;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Delower\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01915185288\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$lnxEnjCcqWqpyQE1KhXQFO3MFXGxFZ6y2NxLCJRGBUATde67gMNP.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-26 11:13:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-26 11:13:29\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2699;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Delower\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01915185288\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$lnxEnjCcqWqpyQE1KhXQFO3MFXGxFZ6y2NxLCJRGBUATde67gMNP.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-26 11:13:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-26 11:13:29\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}}}s:4:\\\"text\\\";s:335:\\\"\\u09b8\\u09ae\\u09cd\\u09ae\\u09be\\u09a8\\u09bf\\u09a4 \\u0997\\u09cd\\u09b0\\u09be\\u09b9\\u0995, \\u09b8\\u09be\\u09b0\\u09cd\\u09ad\\u09be\\u09b0 \\u0986\\u09aa\\u09a1\\u09c7\\u099f \\u09a6\\u09c7\\u0993\\u09df\\u09be\\u09b0 \\u0995\\u09be\\u09b0\\u09a8\\u09c7 \\u0986\\u09aa\\u09a8\\u09be\\u09a6\\u09c7\\u09b0 \\u09a8\\u09bf\\u0995\\u099f \\u09ac\\u09bf\\u09b2\\u09c7\\u09b0 \\u098f\\u0995\\u099f\\u09bf \\u09ad\\u09c1\\u09b2 \\u09ae\\u09c7\\u09b8\\u09c7\\u099c \\u0997\\u09bf\\u09df\\u09c7\\u099b\\u09c7 \\u0964 \\u09ac\\u09bf\\u09b7\\u09df\\u099f\\u09bf\\u09b0 \\u099c\\u09a8\\u09cd\\u09af \\u0986\\u09ae\\u09b0\\u09be \\u0986\\u09a8\\u09cd\\u09a4\\u09b0\\u09bf\\u0995 \\u09ad\\u09be\\u09ac\\u09c7 \\u09a6\\u09c1\\u0983\\u0996\\u09bf\\u09a4\\u0964\\\";}s:3:\\\"job\\\";N;s:10:\\\"connection\\\";N;s:5:\\\"queue\\\";N;s:15:\\\"chainConnection\\\";N;s:10:\\\"chainQueue\\\";N;s:5:\\\"delay\\\";N;s:10:\\\"middleware\\\";a:0:{}s:7:\\\"chained\\\";a:0:{}}\"}}', 'Illuminate\\Queue\\MaxAttemptsExceededException: App\\Jobs\\SmsSend has been attempted too many times or run too long. The job may have previously timed out. in /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php:648\nStack trace:\n#0 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(163): Illuminate\\Queue\\Worker->maxAttemptsExceededException(Object(Illuminate\\Queue\\Jobs\\DatabaseJob))\n#1 /home/mygpsbd/public_html/app/Http/helper.php(28): Illuminate\\Queue\\Worker->Illuminate\\Queue\\{closure}(14, Array)\n#2 /home/mygpsbd/public_html/app/Jobs/SmsSend.php(35): send_sms(\'\\xE0\\xA6\\xB8\\xE0\\xA6\\xAE\\xE0\\xA7\\x8D\\xE0\\xA6\\xAE\\xE0\\xA6\\xBE...\', Array)\n#3 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App\\Jobs\\SmsSend->handle()\n#4 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/Util.php(37): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}()\n#5 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(93): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))\n#6 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(37): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))\n#7 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/Container.php(596): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)\n#8 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php(94): Illuminate\\Container\\Container->call(Array)\n#9 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(128): Illuminate\\Bus\\Dispatcher->Illuminate\\Bus\\{closure}(Object(App\\Jobs\\SmsSend))\n#10 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(103): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(App\\Jobs\\SmsSend))\n#11 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php(98): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))\n#12 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(83): Illuminate\\Bus\\Dispatcher->dispatchNow(Object(App\\Jobs\\SmsSend), false)\n#13 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(128): Illuminate\\Queue\\CallQueuedHandler->Illuminate\\Queue\\{closure}(Object(App\\Jobs\\SmsSend))\n#14 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(103): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(App\\Jobs\\SmsSend))\n#15 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(85): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))\n#16 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(59): Illuminate\\Queue\\CallQueuedHandler->dispatchThroughMiddleware(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Object(App\\Jobs\\SmsSend))\n#17 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Jobs/Job.php(98): Illuminate\\Queue\\CallQueuedHandler->call(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Array)\n#18 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(356): Illuminate\\Queue\\Jobs\\Job->fire()\n#19 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(306): Illuminate\\Queue\\Worker->process(\'database\', Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Object(Illuminate\\Queue\\WorkerOptions))\n#20 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(132): Illuminate\\Queue\\Worker->runJob(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), \'database\', Object(Illuminate\\Queue\\WorkerOptions))\n#21 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(112): Illuminate\\Queue\\Worker->daemon(\'database\', \'default\', Object(Illuminate\\Queue\\WorkerOptions))\n#22 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(96): Illuminate\\Queue\\Console\\WorkCommand->runWorker(\'database\', \'default\')\n#23 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Illuminate\\Queue\\Console\\WorkCommand->handle()\n#24 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/Util.php(37): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}()\n#25 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(93): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))\n#26 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(37): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))\n#27 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/Container.php(596): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)\n#28 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Console/Command.php(134): Illuminate\\Container\\Container->call(Array)\n#29 /home/mygpsbd/public_html/vendor/symfony/console/Command/Command.php(298): Illuminate\\Console\\Command->execute(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))\n#30 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Console/Command.php(121): Symfony\\Component\\Console\\Command\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))\n#31 /home/mygpsbd/public_html/vendor/symfony/console/Application.php(1040): Illuminate\\Console\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#32 /home/mygpsbd/public_html/vendor/symfony/console/Application.php(301): Symfony\\Component\\Console\\Application->doRunCommand(Object(Illuminate\\Queue\\Console\\WorkCommand), Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#33 /home/mygpsbd/public_html/vendor/symfony/console/Application.php(171): Symfony\\Component\\Console\\Application->doRun(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#34 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Console/Application.php(93): Symfony\\Component\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#35 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(129): Illuminate\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#36 /home/mygpsbd/public_html/artisan(37): Illuminate\\Foundation\\Console\\Kernel->handle(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#37 {main}', '2024-02-09 07:01:02');
INSERT INTO `failed_jobs` (`id`, `connection`, `queue`, `payload`, `exception`, `failed_at`) VALUES
(710, 'database', 'default', '{\"uuid\":\"7e0edc67-ef2e-45cf-8f6a-c5326e715848\",\"displayName\":\"App\\\\Jobs\\\\SmsSend\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"delay\":null,\"timeout\":null,\"timeoutAt\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\SmsSend\",\"command\":\"O:16:\\\"App\\\\Jobs\\\\SmsSend\\\":9:{s:4:\\\"data\\\";a:2:{s:4:\\\"data\\\";O:39:\\\"Illuminate\\\\Database\\\\Eloquent\\\\Collection\\\":1:{s:8:\\\"\\u0000*\\u0000items\\\";a:100:{i:0;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2700;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Jashim uddin ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01819612812\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$oZ43JZuFy4DeKYJX\\/Etsnu5S5xr70F58\\/zT5npfez4D7hHSQfpa9y\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-26 11:23:09\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-26 11:23:09\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2700;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Jashim uddin ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01819612812\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$oZ43JZuFy4DeKYJX\\/Etsnu5S5xr70F58\\/zT5npfez4D7hHSQfpa9y\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-26 11:23:09\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-26 11:23:09\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:1;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2701;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Abdul Mozid\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01774947073\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$qcNR\\/WxhATv7pkvtKAMeZedR1xBLRI163zWAvRLycGs2imzsVoawi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-26 11:26:04\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-26 11:26:04\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2701;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Abdul Mozid\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01774947073\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$qcNR\\/WxhATv7pkvtKAMeZedR1xBLRI163zWAvRLycGs2imzsVoawi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-26 11:26:04\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-26 11:26:04\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:2;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2702;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Shakil\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"shakil007a@yahoo.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01914010748\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$N\\/HtL6Vxv2c2Gd1cGMwbEeks8xZJdyvsuoUtuS4.Tf\\/4rY4yH8Xa2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-26 11:34:11\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-26 11:34:11\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2702;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Shakil\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"shakil007a@yahoo.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01914010748\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$N\\/HtL6Vxv2c2Gd1cGMwbEeks8xZJdyvsuoUtuS4.Tf\\/4rY4yH8Xa2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-26 11:34:11\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-26 11:34:11\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:3;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2704;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Jony\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01811558888\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$DwHuvwXpiZoMzR8uWwW20.T.AwknH7p.1PjwtSSTM1bwIChMUT2Nq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-26 11:44:54\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-26 11:44:54\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2704;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Jony\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01811558888\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$DwHuvwXpiZoMzR8uWwW20.T.AwknH7p.1PjwtSSTM1bwIChMUT2Nq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-26 11:44:54\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-26 11:44:54\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:4;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2706;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:21:\\\"Manik Chandra Debnath\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01907824778\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$X7C9Q11QVZ8a\\/GHPHiPpU.IQ0x3Kvi6cyiTz8ZeGPXWvffPPmiAky\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-26 11:57:40\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-26 11:57:40\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2706;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:21:\\\"Manik Chandra Debnath\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01907824778\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$X7C9Q11QVZ8a\\/GHPHiPpU.IQ0x3Kvi6cyiTz8ZeGPXWvffPPmiAky\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-26 11:57:40\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-26 11:57:40\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:5;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2707;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Mamunur Rashid\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01714047402\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$kpu013jOo6FDvH3DMLlQpu.yst4lIxPtdNTWGWy1hVePBCKPTdWTy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-26 12:01:12\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-26 12:01:12\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2707;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Mamunur Rashid\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01714047402\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$kpu013jOo6FDvH3DMLlQpu.yst4lIxPtdNTWGWy1hVePBCKPTdWTy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-26 12:01:12\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-26 12:01:12\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:6;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2708;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Md.alauddin mondol\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01784897089\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$RDx3OdQBdTUDMUt3FRtCM.RpmkqFNPsaeHJcyLeKIE0t3ioDNvSdK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-26 12:26:40\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-26 12:26:40\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2708;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Md.alauddin mondol\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01784897089\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$RDx3OdQBdTUDMUt3FRtCM.RpmkqFNPsaeHJcyLeKIE0t3ioDNvSdK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-26 12:26:40\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-26 12:26:40\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:7;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2709;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Masum Parbez\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"par.masum@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01933330163\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$0PicvSgTBHAjrDRbS\\/CnxOasRjQUmU7DhGINTzuMm3o\\/iZQAzyJAe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-26 12:43:19\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-26 12:43:19\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2709;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Masum Parbez\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"par.masum@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01933330163\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$0PicvSgTBHAjrDRbS\\/CnxOasRjQUmU7DhGINTzuMm3o\\/iZQAzyJAe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-26 12:43:19\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-26 12:43:19\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:8;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2710;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Siddik,babu\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01766785424\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$SBCAdSprsFLjaY8BGy27kO8yl1ZWoT6FXZ.3S\\/h.ZdbcnThOT1cBe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-26 15:45:30\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-26 15:45:30\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2710;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Siddik,babu\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01766785424\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$SBCAdSprsFLjaY8BGy27kO8yl1ZWoT6FXZ.3S\\/h.ZdbcnThOT1cBe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-26 15:45:30\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-26 15:45:30\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:9;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2711;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Nazrul islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01742043300\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$CVPpP1Vz4pxxhKwblRWCse1YPVESuWI69rAbBk0pNYxY9z0RMQbzG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-26 16:08:27\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-26 16:08:27\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2711;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Nazrul islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01742043300\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$CVPpP1Vz4pxxhKwblRWCse1YPVESuWI69rAbBk0pNYxY9z0RMQbzG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-26 16:08:27\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-26 16:08:27\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:10;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2712;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"ASHEK MAHMUD\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:17:\\\"ashikeu@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01705118134\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$MlXocP.TLYfi.Ce8wK\\/YWuQTRqGaUpObo.J\\/zfeFkX3G5wfAGrF5q\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-26 16:13:07\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-26 16:13:07\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2712;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"ASHEK MAHMUD\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:17:\\\"ashikeu@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01705118134\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$MlXocP.TLYfi.Ce8wK\\/YWuQTRqGaUpObo.J\\/zfeFkX3G5wfAGrF5q\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-26 16:13:07\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-26 16:13:07\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:11;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2713;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Abdullah\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"abdullahlink2@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01713567574\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$a2PjYLbamfRbkZjrmiuW7u\\/72knrBd\\/HAJvz9V\\/Swb.mlxCynJ6hW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-26 16:15:37\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-26 16:15:37\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2713;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Abdullah\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"abdullahlink2@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01713567574\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$a2PjYLbamfRbkZjrmiuW7u\\/72knrBd\\/HAJvz9V\\/Swb.mlxCynJ6hW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-26 16:15:37\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-26 16:15:37\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:12;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2715;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Mohammad Motaher\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01748252610\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$dZnkKXP06my9th2XwJskhOFPW4T4R1zVt1vVlryDaR2K1jmUXkMGK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-26 16:30:23\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-26 16:30:23\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2715;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Mohammad Motaher\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01748252610\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$dZnkKXP06my9th2XwJskhOFPW4T4R1zVt1vVlryDaR2K1jmUXkMGK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-26 16:30:23\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-26 16:30:23\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:13;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2716;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Aynal Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01622069933\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$uaZCHe8ArH805YSIpeu4\\/O\\/JJPycmx3MFRv2Ue8UZHtgncjN7Ucye\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-26 16:32:39\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-26 16:32:39\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2716;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Aynal Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01622069933\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$uaZCHe8ArH805YSIpeu4\\/O\\/JJPycmx3MFRv2Ue8UZHtgncjN7Ucye\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-26 16:32:39\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-26 16:32:39\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:14;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2717;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Golam Rabbaney\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:14:\\\"Info@iasbd.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01918124407\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$tZdgjAgKLZsXa\\/tfGejciuEBe65ZBX86k0lnyUiAvKnWi4AEBjrsu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-26 16:47:24\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-26 16:47:24\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2717;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Golam Rabbaney\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:14:\\\"Info@iasbd.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01918124407\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$tZdgjAgKLZsXa\\/tfGejciuEBe65ZBX86k0lnyUiAvKnWi4AEBjrsu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-26 16:47:24\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-26 16:47:24\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:15;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2718;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"MD. TOUHID\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01798986675\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ysY2LlTL6TL\\/NZl7eYg2OeYs1q\\/nFgBV3LlTpdA8TDrwzUV5Cn9Zq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-26 16:51:50\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-26 16:51:50\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2718;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"MD. TOUHID\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01798986675\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ysY2LlTL6TL\\/NZl7eYg2OeYs1q\\/nFgBV3LlTpdA8TDrwzUV5Cn9Zq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-26 16:51:50\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-26 16:51:50\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:16;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2719;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"K. M. AUVIK JAMIL\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01713634246\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$6hK820rdHlWLitBeNdkDY.uW37.gGlS2AgSV7p9aPEaFIBWt2\\/iP2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-26 16:57:45\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-26 16:57:45\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2719;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"K. M. AUVIK JAMIL\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01713634246\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$6hK820rdHlWLitBeNdkDY.uW37.gGlS2AgSV7p9aPEaFIBWt2\\/iP2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-26 16:57:45\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-26 16:57:45\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:17;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2720;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"SAIFUL\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716111181\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$5HYbgdeJX1eUOhnN6nu5m.LzvLOcVVgfdM5lOsYsD23.Sr4S1zsKu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-26 17:02:38\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-26 17:02:38\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2720;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"SAIFUL\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716111181\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$5HYbgdeJX1eUOhnN6nu5m.LzvLOcVVgfdM5lOsYsD23.Sr4S1zsKu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-26 17:02:38\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-26 17:02:38\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:18;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2721;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Moin hasan khan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"khanw0299@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01634006404\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$QaefZx6EpOt0DU4Mw0WH.e6UaIwjCleqjBT77Zof9dJH8gHInIfeO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-26 17:19:03\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-26 17:19:03\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2721;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Moin hasan khan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"khanw0299@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01634006404\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$QaefZx6EpOt0DU4Mw0WH.e6UaIwjCleqjBT77Zof9dJH8gHInIfeO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-26 17:19:03\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-26 17:19:03\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:19;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2722;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Faisal Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"rahmanj209@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01627010597\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$6.yyQkFILHvoRTDKaK7ip.gg36eI9nebTyP3hxuxBT5jrCzigqz.2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-27 10:34:01\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-27 10:34:01\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2722;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Faisal Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"rahmanj209@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01627010597\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$6.yyQkFILHvoRTDKaK7ip.gg36eI9nebTyP3hxuxBT5jrCzigqz.2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-27 10:34:01\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-27 10:34:01\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:20;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2723;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Md shafiqul islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"ismail8429@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01718343259\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$vdgLLHLv04RvWO1yr87UGecxLcLvF3D\\/kBpOnTXHiG\\/1q1k\\/gdWnC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-27 10:41:16\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-27 10:41:16\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2723;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Md shafiqul islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"ismail8429@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01718343259\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$vdgLLHLv04RvWO1yr87UGecxLcLvF3D\\/kBpOnTXHiG\\/1q1k\\/gdWnC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-27 10:41:16\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-27 10:41:16\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:21;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2724;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Kamrul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01974322024\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$t8heLniFKHTDJSEKpA6BPOuRl4XZvSgWp38RMKEMKA5n4kt0td.sO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-27 10:43:55\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-27 10:43:55\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2724;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Kamrul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01974322024\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$t8heLniFKHTDJSEKpA6BPOuRl4XZvSgWp38RMKEMKA5n4kt0td.sO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-27 10:43:55\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-27 10:43:55\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:22;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2728;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"Md. Abul kalam azad\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:28:\\\"mdabulkalamazad006@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01751064686\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$c3ql1gMj.5tQwZvsJM.Ecul32jNYFK4K94kuwKUMbf5Ddd1iOw2fu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-27 11:03:06\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-27 11:03:06\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2728;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"Md. Abul kalam azad\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:28:\\\"mdabulkalamazad006@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01751064686\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$c3ql1gMj.5tQwZvsJM.Ecul32jNYFK4K94kuwKUMbf5Ddd1iOw2fu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-27 11:03:06\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-27 11:03:06\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:23;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2729;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Rabiul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"robee_me@hotmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01717760924\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$gud456crX66sH\\/tZKjNdTeCXipUmL\\/uidu86L67k3VxoddQEn4TMS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-27 12:06:14\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-27 12:06:14\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2729;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Rabiul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"robee_me@hotmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01717760924\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$gud456crX66sH\\/tZKjNdTeCXipUmL\\/uidu86L67k3VxoddQEn4TMS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-27 12:06:14\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-27 12:06:14\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:24;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2731;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:22:\\\"DR. MD Shahriar Faisal\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01708054667\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$fS4mjXDwrOMTQ23enlLLA.zH62hTBCeMEgehGM68fAkvqilKUBDUm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-27 16:19:37\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-27 16:19:37\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2731;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:22:\\\"DR. MD Shahriar Faisal\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01708054667\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$fS4mjXDwrOMTQ23enlLLA.zH62hTBCeMEgehGM68fAkvqilKUBDUm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-27 16:19:37\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-27 16:19:37\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:25;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2733;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Mamun\\/shofik\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"mamun6240@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01911477870\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$.zw4c27Ur.LsCyBEX9vSXeK\\/jtkLlkUFaTD06uvlzPqNU9AnRH7qi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-27 16:29:36\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-27 16:29:36\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2733;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Mamun\\/shofik\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"mamun6240@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01911477870\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$.zw4c27Ur.LsCyBEX9vSXeK\\/jtkLlkUFaTD06uvlzPqNU9AnRH7qi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-27 16:29:36\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-27 16:29:36\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:26;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2736;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Kazi Aminul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01888550700\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$6tVKa.EBcu7eQc.bEmyjTuurpWU9TTjf3jDsTeqLM8.0chKIHaPcq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-27 17:01:00\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-27 17:01:00\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2736;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Kazi Aminul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01888550700\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$6tVKa.EBcu7eQc.bEmyjTuurpWU9TTjf3jDsTeqLM8.0chKIHaPcq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-27 17:01:00\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-27 17:01:00\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:27;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2737;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"RIZU\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01751540396\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$fSMARhjg4CDzFjiO6pEECeWC43EbavlGooso8z4QOOl1l0d5Zxg66\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-27 17:05:57\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-27 17:05:57\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2737;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"RIZU\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01751540396\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$fSMARhjg4CDzFjiO6pEECeWC43EbavlGooso8z4QOOl1l0d5Zxg66\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-27 17:05:57\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-27 17:05:57\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:28;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2738;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Md. Raju Seikh\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01797893423\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$XLHXuTzcnUBx0Lc2eC3TdevWoogU7R7ayJRPC6mj9gpDvdxgfaS0W\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-27 17:10:49\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-27 17:10:49\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2738;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Md. Raju Seikh\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01797893423\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$XLHXuTzcnUBx0Lc2eC3TdevWoogU7R7ayJRPC6mj9gpDvdxgfaS0W\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-27 17:10:49\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-27 17:10:49\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:29;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2739;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"NAZRUL\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01763666777\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$zQTNzFwLu6gALwEHEwaNXeJ4ocRVRj8e8kFOnYN.Ut2FDmawBkXGy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-27 17:16:13\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-27 17:16:13\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2739;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"NAZRUL\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01763666777\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$zQTNzFwLu6gALwEHEwaNXeJ4ocRVRj8e8kFOnYN.Ut2FDmawBkXGy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-27 17:16:13\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-27 17:16:13\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:30;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2740;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"NAZRUL\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01726070719\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ch4x.l6UFA0VKQ8dFu6zr.pSL43TvWpOB6RNyLBaGWeUS4qXqYHsu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-01 11:22:35\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-01 11:22:35\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2740;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"NAZRUL\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01726070719\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ch4x.l6UFA0VKQ8dFu6zr.pSL43TvWpOB6RNyLBaGWeUS4qXqYHsu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-01 11:22:35\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-01 11:22:35\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:31;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2745;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:22:\\\"Muhammad Mustofa Kamal\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01704091827\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$vz3oWijDLUBQdRXL5pzEQemphu8qpzwnSopU\\/ASgoCOkkj5kii0eW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-01 11:46:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-01 11:46:29\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2745;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:22:\\\"Muhammad Mustofa Kamal\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01704091827\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$vz3oWijDLUBQdRXL5pzEQemphu8qpzwnSopU\\/ASgoCOkkj5kii0eW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-01 11:46:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-01 11:46:29\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:32;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2747;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Mithu\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"israfilmithu@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01917701733\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$1vKxdvYbXTGDDb1BR73jL.Y8efXD1Q6I.IbFUOvoEJ1e9IOjQcAUa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-01 12:07:23\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-01 12:07:23\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2747;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Mithu\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"israfilmithu@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01917701733\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$1vKxdvYbXTGDDb1BR73jL.Y8efXD1Q6I.IbFUOvoEJ1e9IOjQcAUa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-01 12:07:23\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-01 12:07:23\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:33;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2748;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"DEWAN MARUF\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"dewanmaruf26@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01738424260\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$2X5dMY\\/Owh8\\/ERKjwJ4ckeJfc5oV3nxJlG6nAzRrDDmh5Km3sfmNi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-01 12:11:20\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-01 12:11:20\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2748;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"DEWAN MARUF\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"dewanmaruf26@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01738424260\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$2X5dMY\\/Owh8\\/ERKjwJ4ckeJfc5oV3nxJlG6nAzRrDDmh5Km3sfmNi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-01 12:11:20\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-01 12:11:20\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:34;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2749;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"DEWAN MARUF\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"dewanmaruf26@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01912000108\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$PlIvkICZmCnGsylB2jsHJerBHXEqK4cg8U5uWWWjVMEnZew2l2TQC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-01 12:12:00\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-01 12:12:00\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2749;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"DEWAN MARUF\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"dewanmaruf26@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01912000108\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$PlIvkICZmCnGsylB2jsHJerBHXEqK4cg8U5uWWWjVMEnZew2l2TQC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-01 12:12:00\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-01 12:12:00\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:35;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2750;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md Saidul Basher\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"shovon6934@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01758127905\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$caFdSP9SkyzMZPccf2CldOi\\/xg1ejDfTTDjYtzjjuU35kwt6FHkDu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-01 12:15:25\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-01 12:15:25\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2750;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md Saidul Basher\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"shovon6934@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01758127905\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$caFdSP9SkyzMZPccf2CldOi\\/xg1ejDfTTDjYtzjjuU35kwt6FHkDu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-01 12:15:25\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-01 12:15:25\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:36;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2755;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"Syful Islam Prodhan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711107692\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$6NkvvjRmhhuRRYpe7fPoJ.axlTLrDDmgOQDjX.K6RIm5X1hEaiO6u\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-04 10:44:50\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-04 10:44:50\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2755;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"Syful Islam Prodhan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711107692\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$6NkvvjRmhhuRRYpe7fPoJ.axlTLrDDmgOQDjX.K6RIm5X1hEaiO6u\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-04 10:44:50\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-04 10:44:50\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:37;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2756;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:20:\\\"Md. Iftekhar Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01775225690\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$LA0B4xdlFwMgRRq3iMEtR.Xe.7pufY4kWjfrvae.18WylYUKy1yAe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-04 10:51:28\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-04 10:51:28\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2756;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:20:\\\"Md. Iftekhar Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01775225690\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$LA0B4xdlFwMgRRq3iMEtR.Xe.7pufY4kWjfrvae.18WylYUKy1yAe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-04 10:51:28\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-04 10:51:28\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:38;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2757;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Main Shamim\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"moinshamim316@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712904216\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Ky1cfyryvZ02IiKpYpI\\/7ORetJC7Ehpm1b4HOMSqZ1tlzHXnThn1u\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-04 10:54:56\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-04 10:54:56\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2757;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Main Shamim\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"moinshamim316@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712904216\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Ky1cfyryvZ02IiKpYpI\\/7ORetJC7Ehpm1b4HOMSqZ1tlzHXnThn1u\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-04 10:54:56\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-04 10:54:56\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:39;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2759;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Mehedi Hasan Tamal\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711540337\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$aGDBdOC6vO0F1n9Y8jKRIufJMDayMi7VmuA7NDLWlXjxOuvcoaFOe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-04 11:07:27\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-04 11:07:27\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2759;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Mehedi Hasan Tamal\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711540337\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$aGDBdOC6vO0F1n9Y8jKRIufJMDayMi7VmuA7NDLWlXjxOuvcoaFOe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-04 11:07:27\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-04 11:07:27\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:40;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2760;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Abir\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01796327610\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$cSrGb2EODjL..C.B1wZ.xua4DWO2P6HdwJ2ifPdK7sQcADPUgfHFS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-04 11:12:33\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-04 11:12:33\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2760;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Abir\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01796327610\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$cSrGb2EODjL..C.B1wZ.xua4DWO2P6HdwJ2ifPdK7sQcADPUgfHFS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-04 11:12:33\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-04 11:12:33\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:41;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2761;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Mahadi Hasan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01719647789\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ApZVqDwyqRIOIkxd3wjStuBWWGMQh1fmaE5ajhaRHcK923qccU5XW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-04 11:23:51\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-04 11:23:51\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2761;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Mahadi Hasan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01719647789\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ApZVqDwyqRIOIkxd3wjStuBWWGMQh1fmaE5ajhaRHcK923qccU5XW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-04 11:23:51\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-04 11:23:51\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:42;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2762;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:23:\\\"MOHAMMED ZAHIDUR RAHMAN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01759428667\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ytMjOG6Ucah9uoFeKR7Rw.ttW1BDcLQJhRH0sdCON0Mpnt5akW\\/ri\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-04 13:04:09\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-04 13:04:09\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2762;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:23:\\\"MOHAMMED ZAHIDUR RAHMAN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01759428667\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ytMjOG6Ucah9uoFeKR7Rw.ttW1BDcLQJhRH0sdCON0Mpnt5akW\\/ri\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-04 13:04:09\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-04 13:04:09\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:43;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2764;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Azmal Jorder\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01861111101\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$d80hasDq5PhEpjj5XUlKg.zrs7zpvJ4N8z.ATI0wwuLMW5Tr8LxfK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-04 13:11:11\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-04 13:11:11\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2764;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Azmal Jorder\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01861111101\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$d80hasDq5PhEpjj5XUlKg.zrs7zpvJ4N8z.ATI0wwuLMW5Tr8LxfK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-04 13:11:11\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-04 13:11:11\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:44;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2765;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"AB Salam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01963242324\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$mtvEo1n1RDG16ma5Zmxb4uvu.MXl7SCc4C3a.JEmkifSfDcUfH4jC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-04 13:15:55\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-04 13:15:55\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2765;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"AB Salam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01963242324\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$mtvEo1n1RDG16ma5Zmxb4uvu.MXl7SCc4C3a.JEmkifSfDcUfH4jC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-04 13:15:55\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-04 13:15:55\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:45;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2766;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Md. Sirajul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715112515\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$MMMubYBfW7sDXh6SpIG5GeRlYPA76gfzoA7TxYH8XHdkswnA6Taf6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-04 13:28:01\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-04 13:28:01\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2766;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Md. Sirajul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715112515\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$MMMubYBfW7sDXh6SpIG5GeRlYPA76gfzoA7TxYH8XHdkswnA6Taf6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-04 13:28:01\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-04 13:28:01\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:46;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2767;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Madhusudhan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01718820081\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$gt1mHt6CwmGK\\/CH0jYWJrubM7GGfcJUpWlMKV7IaQ1F1cHehYXbtW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-04 13:31:31\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-04 13:31:31\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2767;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Madhusudhan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01718820081\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$gt1mHt6CwmGK\\/CH0jYWJrubM7GGfcJUpWlMKV7IaQ1F1cHehYXbtW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-04 13:31:31\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-04 13:31:31\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:47;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2768;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Rizvi\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712555605\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$2seuhtZSuY0GjmvJ3W5hZeBbPCBmnillOTIvM\\/LyXnaQ7LxEKQVKy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-04 13:34:54\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-04 13:34:54\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2768;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Rizvi\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712555605\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$2seuhtZSuY0GjmvJ3W5hZeBbPCBmnillOTIvM\\/LyXnaQ7LxEKQVKy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-04 13:34:54\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-04 13:34:54\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:48;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2769;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Shafiur Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:26:\\\"shafiurrahman055@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01311303847\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$PyDcBkSZphLpAD.bdArQGOq.NTcXgRkUrXUOGUKH51YyB\\/ksk7kKC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-04 13:43:35\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-04 13:43:35\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2769;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Shafiur Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:26:\\\"shafiurrahman055@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01311303847\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$PyDcBkSZphLpAD.bdArQGOq.NTcXgRkUrXUOGUKH51YyB\\/ksk7kKC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-04 13:43:35\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-04 13:43:35\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:49;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2770;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"MD.JAHID\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01790721622\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$mPSBmjvyH8IrB8.VJl8izO4bLnD6KHySLCdDYacMiG2njljvUDfM2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-04 13:59:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-04 13:59:29\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2770;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"MD.JAHID\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01790721622\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$mPSBmjvyH8IrB8.VJl8izO4bLnD6KHySLCdDYacMiG2njljvUDfM2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-04 13:59:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-04 13:59:29\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:50;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2772;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Mamun\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1751991558\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$WpcY4e9iJXHhzEkGEiWihu2pjnTV21OvalKpSRusTXDIsSfjaur2m\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 10:34:54\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 10:34:54\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2772;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Mamun\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1751991558\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$WpcY4e9iJXHhzEkGEiWihu2pjnTV21OvalKpSRusTXDIsSfjaur2m\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 10:34:54\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 10:34:54\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:51;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2774;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md Tanvir Hassan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:29:\\\"tanvir.hassan.ice07@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01719457880\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$0BO0OPiEeNrKoKIKNx8.quSxCDkmV9Kdxh6yD0U\\/SyMt9bNk1lM3m\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 10:43:18\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 10:43:18\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2774;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md Tanvir Hassan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:29:\\\"tanvir.hassan.ice07@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01719457880\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$0BO0OPiEeNrKoKIKNx8.quSxCDkmV9Kdxh6yD0U\\/SyMt9bNk1lM3m\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 10:43:18\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 10:43:18\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:52;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2775;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Md Abdul hai\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01777656517\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Ja48WJ9sPatTMocC5GVveuCy54MvVi0VcuT.7nzzsEeALeRe\\/8TjK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 10:45:50\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 10:45:50\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2775;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Md Abdul hai\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01777656517\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Ja48WJ9sPatTMocC5GVveuCy54MvVi0VcuT.7nzzsEeALeRe\\/8TjK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 10:45:50\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 10:45:50\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:53;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2776;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Dr. Md Ishak\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:3:\\\"CTG\\\";s:5:\\\"phone\\\";s:11:\\\"01674961613\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$x8A6KeiIRjgv3a1\\/0H1cZ.41YYMBrhw2AUIqz0dYFHbVUDCaHmdnC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 10:48:17\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 10:48:17\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2776;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Dr. Md Ishak\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:3:\\\"CTG\\\";s:5:\\\"phone\\\";s:11:\\\"01674961613\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$x8A6KeiIRjgv3a1\\/0H1cZ.41YYMBrhw2AUIqz0dYFHbVUDCaHmdnC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 10:48:17\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 10:48:17\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:54;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2777;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Probir Sikder\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:28:\\\"probir@vastengineeringbd.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01670659444\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$5CcbQLzqMMAaFdJEFDP7iuFzFpWZ7ashfW8jLDrkwMonFOmbQvgyS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 10:50:37\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 10:50:37\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2777;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Probir Sikder\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:28:\\\"probir@vastengineeringbd.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01670659444\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$5CcbQLzqMMAaFdJEFDP7iuFzFpWZ7ashfW8jLDrkwMonFOmbQvgyS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 10:50:37\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 10:50:37\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:55;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2779;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Sumon mahamud\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"rajsumon52@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01949091003\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$4YdD\\/yu177EpAuGYsVJYA.E.P2MpN6o13lQdy6j2ItYh0LIq9vngm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 11:03:27\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 11:03:27\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2779;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Sumon mahamud\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"rajsumon52@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01949091003\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$4YdD\\/yu177EpAuGYsVJYA.E.P2MpN6o13lQdy6j2ItYh0LIq9vngm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 11:03:27\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 11:03:27\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:56;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2781;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Md. Jahid\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:3:\\\"CTG\\\";s:5:\\\"phone\\\";s:11:\\\"01819649917\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$qP346eQU2ab21WGFb9fhkOI.yOavodoyP0sAwZSNo5AAeXi9hvsNq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 11:17:12\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 11:17:12\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2781;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Md. Jahid\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:3:\\\"CTG\\\";s:5:\\\"phone\\\";s:11:\\\"01819649917\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$qP346eQU2ab21WGFb9fhkOI.yOavodoyP0sAwZSNo5AAeXi9hvsNq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 11:17:12\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 11:17:12\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:57;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2782;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Mohsinul Hoq Sumon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"sumonhoq2003@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01730727298\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$w19QEaq1YQp9klh6iWMvIuIL8EhPrULiwYIhoY7Ah11GIHJs5MWfq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 11:25:10\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 11:25:10\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2782;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Mohsinul Hoq Sumon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"sumonhoq2003@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01730727298\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$w19QEaq1YQp9klh6iWMvIuIL8EhPrULiwYIhoY7Ah11GIHJs5MWfq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 11:25:10\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 11:25:10\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:58;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2783;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"SI. Sohel\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01797016607\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$t0\\/DqOa4wPLfmIgnVuLrVesIHQRk9sTa049srODBSVXi78G9zwtwW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 11:29:19\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 11:29:19\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2783;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"SI. Sohel\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01797016607\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$t0\\/DqOa4wPLfmIgnVuLrVesIHQRk9sTa049srODBSVXi78G9zwtwW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 11:29:19\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 11:29:19\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:59;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2784;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"SAKIB HASAN RAFI\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"rafisuper11@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01621165747\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$pB5G1PifBwgBGcBMMmwtNe1i37OGHsK9gBYI1H\\/r62zC4yjDIMVga\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 11:33:11\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 11:33:11\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2784;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"SAKIB HASAN RAFI\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"rafisuper11@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01621165747\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$pB5G1PifBwgBGcBMMmwtNe1i37OGHsK9gBYI1H\\/r62zC4yjDIMVga\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 11:33:11\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 11:33:11\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:60;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2785;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Dr Rajesh\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:26:\\\"rajeshmajumdar73@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01714223820\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$dJVGoej3\\/RKkHvWzHWL01.QizGq3pTR\\/OS0Da4E9soi6mxbkkxgNq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 11:35:21\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 11:35:21\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2785;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Dr Rajesh\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:26:\\\"rajeshmajumdar73@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01714223820\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$dJVGoej3\\/RKkHvWzHWL01.QizGq3pTR\\/OS0Da4E9soi6mxbkkxgNq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 11:35:21\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 11:35:21\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:61;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2786;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"ATIQUR RAHMAN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711540202\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$yyONRP752b.5j\\/akGObn0OaMt4jW4Bl4ByK.zVMw5puuVwAIHoM2e\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 11:37:33\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 11:37:33\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2786;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"ATIQUR RAHMAN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711540202\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$yyONRP752b.5j\\/akGObn0OaMt4jW4Bl4ByK.zVMw5puuVwAIHoM2e\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 11:37:33\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 11:37:33\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:62;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2787;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"SHONTUSH\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01729947270\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$c9HKpx7BUswy2kHGwAeZ7.kJ7iw8nX9w96VliJ\\/8NNTYkWxmq0YVm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 11:51:05\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 11:51:05\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2787;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"SHONTUSH\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01729947270\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$c9HKpx7BUswy2kHGwAeZ7.kJ7iw8nX9w96VliJ\\/8NNTYkWxmq0YVm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 11:51:05\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 11:51:05\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:63;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2788;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"RIPON\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712113538\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$UxbbLbIYen.joC6cr.BFJ.VsY8RldwoK4ENpyOhYhxOLPpQj1iSuy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 11:58:37\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 11:58:37\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2788;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"RIPON\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712113538\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$UxbbLbIYen.joC6cr.BFJ.VsY8RldwoK4ENpyOhYhxOLPpQj1iSuy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 11:58:37\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 11:58:37\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:64;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2789;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:20:\\\"MD.NAZRUL ISLAM NICE\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01633576793\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$6TfjECdsFI5i3XM1qS7kGuyVzM.gw3JTNdgotVOnaYuezoBDc6\\/o.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 12:01:20\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 12:01:20\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2789;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:20:\\\"MD.NAZRUL ISLAM NICE\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01633576793\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$6TfjECdsFI5i3XM1qS7kGuyVzM.gw3JTNdgotVOnaYuezoBDc6\\/o.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 12:01:20\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 12:01:20\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:65;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2790;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Zahid\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01714071066\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$DongAtf9IxoNZ38W.zmR0eLFB8YGlR8BNQspzfYWWTqDqD7wNv.3W\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 12:03:58\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 12:03:58\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2790;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Zahid\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01714071066\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$DongAtf9IxoNZ38W.zmR0eLFB8YGlR8BNQspzfYWWTqDqD7wNv.3W\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 12:03:58\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 12:03:58\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:66;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2791;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Abdul awal\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01869272412\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$0ma8lLRuKtsC7CCNC2LvuuR\\/yqmVyEr3CAz1zUHu5xE8QyU5cOxfu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 12:07:13\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 12:07:13\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2791;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Abdul awal\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01869272412\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$0ma8lLRuKtsC7CCNC2LvuuR\\/yqmVyEr3CAz1zUHu5xE8QyU5cOxfu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 12:07:13\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 12:07:13\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:67;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2792;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Jasim uddin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712071351\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$.X7D.1iUX08LCoKEMx3vruFDQXnYHF7\\/.c736F8GVFirFWJvxoE3W\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 12:11:22\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-01 17:17:49\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2792;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Jasim uddin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712071351\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$.X7D.1iUX08LCoKEMx3vruFDQXnYHF7\\/.c736F8GVFirFWJvxoE3W\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 12:11:22\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-01 17:17:49\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:68;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2793;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Jasim uddin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:7:\\\"1071351\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$4yYempvV7.cE.nw\\/oXxEu.je8S.mjJLegECwOPHZ1sH0g4AO0z876\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 12:16:45\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-04 17:44:50\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2793;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Jasim uddin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:7:\\\"1071351\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$4yYempvV7.cE.nw\\/oXxEu.je8S.mjJLegECwOPHZ1sH0g4AO0z876\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 12:16:45\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-04 17:44:50\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:69;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2794;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Rojit Ray\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01823130029\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$vgZZLh9r9UCW0rRR5BY5uuknpfiJwsYkjg.uLV5vM1vtnXlJ7F8BK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 12:20:53\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 12:20:53\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2794;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Rojit Ray\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01823130029\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$vgZZLh9r9UCW0rRR5BY5uuknpfiJwsYkjg.uLV5vM1vtnXlJ7F8BK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 12:20:53\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 12:20:53\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:70;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2796;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:23:\\\"MAJOR MD BILLAL HOSSAIN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"bilwal8773@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01719733229\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$km2IY0ZoZX9HPXpYQ5gALuQjxZ5sbg43O2pR4BOcUBkT01ViDg9ty\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 12:31:18\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 12:31:18\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2796;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:23:\\\"MAJOR MD BILLAL HOSSAIN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"bilwal8773@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01719733229\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$km2IY0ZoZX9HPXpYQ5gALuQjxZ5sbg43O2pR4BOcUBkT01ViDg9ty\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 12:31:18\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 12:31:18\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:71;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2797;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"RAHAT MAHMUD\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"tushanrahat@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01633701169\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$A0iAFiPpzV3.L1Wmpmbx7OuhhX6QV9wzLxNicsUz5AdgkLwrlsWKq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 12:34:44\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 12:34:44\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2797;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"RAHAT MAHMUD\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"tushanrahat@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01633701169\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$A0iAFiPpzV3.L1Wmpmbx7OuhhX6QV9wzLxNicsUz5AdgkLwrlsWKq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 12:34:44\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 12:34:44\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:72;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2798;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"janibul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01819156660\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$AFrgIzREo5vtioqXJrHIQOK4dKFvmfOROCkPMXSjpbkHnegQTA.Ai\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 12:36:54\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 12:36:54\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2798;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"janibul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01819156660\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$AFrgIzREo5vtioqXJrHIQOK4dKFvmfOROCkPMXSjpbkHnegQTA.Ai\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 12:36:54\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 12:36:54\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:73;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2799;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Md.Muhsin sahed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01730372871\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$fc9EtvJk8EmyHWNNRLCCE.1ppWVQAWp\\/yjc3ehG.F96u22YTyg6d2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 12:41:01\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 12:41:01\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2799;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Md.Muhsin sahed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01730372871\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$fc9EtvJk8EmyHWNNRLCCE.1ppWVQAWp\\/yjc3ehG.F96u22YTyg6d2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 12:41:01\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 12:41:01\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:74;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2800;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Mohammod Zakir\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01611710043\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Abh4ENr7CAF7F4lumJ9EguVsjtgBA33Hp7N6w4t1GIxTOWw\\/\\/wSMq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 12:43:11\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 12:43:11\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2800;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Mohammod Zakir\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01611710043\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Abh4ENr7CAF7F4lumJ9EguVsjtgBA33Hp7N6w4t1GIxTOWw\\/\\/wSMq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 12:43:11\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 12:43:11\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:75;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2801;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Abdul Hai\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"salmaab246@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01852082329\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$UFadGMUZXqH1LHfeSaZEeO6ePFk4lCwwZogLuatDC6gASwlkqHVjW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 12:48:06\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 12:48:06\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2801;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Abdul Hai\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"salmaab246@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01852082329\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$UFadGMUZXqH1LHfeSaZEeO6ePFk4lCwwZogLuatDC6gASwlkqHVjW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 12:48:06\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 12:48:06\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:76;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2802;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"IMRANUR RAHMAN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"imran.baf@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01777985649\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$CYhjoGfuUyG0INipY1FkX.LEw5G7xFJStbTf1IJ.4skxRj3HLQ9BS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 12:51:42\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 12:51:42\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2802;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"IMRANUR RAHMAN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"imran.baf@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01777985649\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$CYhjoGfuUyG0INipY1FkX.LEw5G7xFJStbTf1IJ.4skxRj3HLQ9BS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 12:51:42\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 12:51:42\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:77;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2804;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:20:\\\"Shahidul Islam Razza\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01779948499\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ExqqtTFeLJfIK6mAxYP9o.xYvkewPKuddGGJR16VRaMKon\\/7axi4e\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 13:04:52\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 13:04:52\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2804;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:20:\\\"Shahidul Islam Razza\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01779948499\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ExqqtTFeLJfIK6mAxYP9o.xYvkewPKuddGGJR16VRaMKon\\/7axi4e\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 13:04:52\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 13:04:52\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:78;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2805;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Emran khan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"Emrankhan0077@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01680192057\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$pZlNvnz0uPbTZ0TtMAIDkuxn3BIsrN9pV.TH9ZFe3vsn3qp1GK2qO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 13:10:26\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 13:10:26\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2805;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Emran khan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"Emrankhan0077@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01680192057\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$pZlNvnz0uPbTZ0TtMAIDkuxn3BIsrN9pV.TH9ZFe3vsn3qp1GK2qO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 13:10:26\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 13:10:26\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:79;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2807;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Debasish\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"dabasish.0209@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01760271756\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$mFMC6HgwWzR9etKC8O1oleOWhx9jZFrkdAVldYPXtUBXajE2dEUJy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 13:22:31\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 13:22:31\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2807;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Debasish\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"dabasish.0209@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01760271756\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$mFMC6HgwWzR9etKC8O1oleOWhx9jZFrkdAVldYPXtUBXajE2dEUJy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 13:22:31\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 13:22:31\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:80;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2808;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Alauddin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01890778634\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$IjW3Sd8IOlVjIzaZxPaE\\/.Tc9WbCY44GflAPyVUyT.xGI2eK83vWC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 13:32:09\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 13:32:09\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2808;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Alauddin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01890778634\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$IjW3Sd8IOlVjIzaZxPaE\\/.Tc9WbCY44GflAPyVUyT.xGI2eK83vWC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 13:32:09\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 13:32:09\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:81;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2809;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Uzzall\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01733932122\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$xhfGqQ2Vvj8bpIv5jYKz8eq3If1hvwMUZ9Y9HYQD6i\\/YbO0hi5wFe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 13:35:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 13:35:29\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2809;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Uzzall\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01733932122\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$xhfGqQ2Vvj8bpIv5jYKz8eq3If1hvwMUZ9Y9HYQD6i\\/YbO0hi5wFe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 13:35:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 13:35:29\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:82;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2810;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Shafiqul islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01840069209\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$oZ79bdKMPzKdRVuEqCX2j.iplI4aK7RyuPpL6OhDITaS3dVDupFRm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 13:39:59\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 13:39:59\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2810;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Shafiqul islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01840069209\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$oZ79bdKMPzKdRVuEqCX2j.iplI4aK7RyuPpL6OhDITaS3dVDupFRm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 13:39:59\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 13:39:59\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:83;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2813;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Biplob Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01730013387\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ffNUQThZS7xBJAWrcMrAPOm\\/W6Tr9wLrsMSCvfXtAbXzVDzn.bI1a\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 13:54:43\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 13:54:43\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2813;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Biplob Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01730013387\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ffNUQThZS7xBJAWrcMrAPOm\\/W6Tr9wLrsMSCvfXtAbXzVDzn.bI1a\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 13:54:43\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 13:54:43\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:84;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2814;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Zakir Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"zakirtsims@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01819536697\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$289Wo4mGdrmTSMrcSr3dR.3BS\\/tPXl5beQALDtOt6\\/FacTfoJFwxW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 13:56:44\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 13:56:44\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2814;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Zakir Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"zakirtsims@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01819536697\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$289Wo4mGdrmTSMrcSr3dR.3BS\\/tPXl5beQALDtOt6\\/FacTfoJFwxW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 13:56:44\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 13:56:44\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:85;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2815;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Md. Sazzad Hussain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"naimsazzad@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01818843243\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$y2aWxlm9o4g1UA\\/y18721uD38HxDQcYRPfmUIChL8ioH0USDYBeTW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 15:51:01\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 15:51:01\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2815;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Md. Sazzad Hussain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"naimsazzad@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01818843243\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$y2aWxlm9o4g1UA\\/y18721uD38HxDQcYRPfmUIChL8ioH0USDYBeTW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 15:51:01\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 15:51:01\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:86;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2816;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"SAIFUL\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01766675399\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Lvjl7lzm1DTCXgzYJkQBSeQkIaQ0\\/ywJq0RhU2gNfICLpkbZhSDqW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 15:56:42\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 15:56:42\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2816;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"SAIFUL\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01766675399\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Lvjl7lzm1DTCXgzYJkQBSeQkIaQ0\\/ywJq0RhU2gNfICLpkbZhSDqW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 15:56:42\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 15:56:42\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:87;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2817;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Ashrafuzzaman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"ashrafuzzaman@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711761231\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$nMgZ6i65stWdpejCGkvFx.KcKzeq8oJJ9V4WgSjF0seToVJH2uEs6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 15:59:17\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 15:59:17\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2817;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Ashrafuzzaman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"ashrafuzzaman@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711761231\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$nMgZ6i65stWdpejCGkvFx.KcKzeq8oJJ9V4WgSjF0seToVJH2uEs6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 15:59:17\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 15:59:17\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:88;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2820;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Shawon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01674350311\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$CCmHaJQLxfEgP1ZNYaDff.nCTr5gQjs7\\/otWy5FSh3\\/YQ4Tmn1p7W\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 16:09:21\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 16:09:21\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2820;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Shawon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01674350311\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$CCmHaJQLxfEgP1ZNYaDff.nCTr5gQjs7\\/otWy5FSh3\\/YQ4Tmn1p7W\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 16:09:21\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 16:09:21\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:89;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2821;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:22:\\\"Mohammed Khorshed Alam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01713042031\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$uAiq9dY\\/NQy4Iq2ocJgofey8Vl7aYnzhLRWI66c9ZrauSVcxJXK7a\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 16:12:35\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 16:12:35\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2821;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:22:\\\"Mohammed Khorshed Alam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01713042031\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$uAiq9dY\\/NQy4Iq2ocJgofey8Vl7aYnzhLRWI66c9ZrauSVcxJXK7a\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 16:12:35\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 16:12:35\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:90;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2823;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Faruk\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01823039915\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ascxgJT6pH1Dun1UsPIGV.mb5HyYYePCDof23uoIchCqjWwYMEFsq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 16:17:47\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 16:17:47\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2823;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Faruk\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01823039915\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ascxgJT6pH1Dun1UsPIGV.mb5HyYYePCDof23uoIchCqjWwYMEFsq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 16:17:47\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 16:17:47\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:91;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2824;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Tuaha\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01955899492\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$NcFDXUiHVtCbBiLhbTMSweYWn1y.vDT1\\/goCG62jAO08PGHvZkQ2a\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 16:20:37\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 16:20:37\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2824;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Tuaha\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01955899492\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$NcFDXUiHVtCbBiLhbTMSweYWn1y.vDT1\\/goCG62jAO08PGHvZkQ2a\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 16:20:37\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 16:20:37\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:92;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2825;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"dr. abu saleh ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"shamimab332@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711116210\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$FiVi6xKFf7WvliGkNnlClOIVAfb1VdeJ7BttzEMX8JX46SaBGqMcC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 16:24:15\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 16:24:15\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2825;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"dr. abu saleh ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"shamimab332@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711116210\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$FiVi6xKFf7WvliGkNnlClOIVAfb1VdeJ7BttzEMX8JX46SaBGqMcC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 16:24:15\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 16:24:15\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:93;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2826;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Sharif\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01744235167\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$TcNuU6LJY8NZ6\\/Fz9WURme0oEWG7VsuFPJZNV9ETyxK\\/HR0jRLKqe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 16:26:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 16:26:29\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2826;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Sharif\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01744235167\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$TcNuU6LJY8NZ6\\/Fz9WURme0oEWG7VsuFPJZNV9ETyxK\\/HR0jRLKqe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 16:26:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 16:26:29\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:94;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2827;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Abukalam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01671739797\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Sv0BRvLxrtYk\\/AZPSM8Yiujbu0FA20RvwWNK2eSXztTJWCRcDxM1q\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 16:30:05\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 16:30:05\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2827;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Abukalam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01671739797\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Sv0BRvLxrtYk\\/AZPSM8Yiujbu0FA20RvwWNK2eSXztTJWCRcDxM1q\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 16:30:05\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 16:30:05\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:95;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2830;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Redwan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01859652694\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$VvLNfjykUvE9hHwv9MZKvejbW9Gfk6grumFyEz\\/gGs9ddC9Hb7e5O\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 16:38:30\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 16:38:30\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2830;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Redwan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01859652694\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$VvLNfjykUvE9hHwv9MZKvejbW9Gfk6grumFyEz\\/gGs9ddC9Hb7e5O\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 16:38:30\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 16:38:30\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:96;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2832;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Engr. Al Bokor\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01714029082\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$RF3hnpH1R14rf2ZJVDlivuYVUj4tD\\/ETXAYipEOW29CLbxbFaWViq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-07 10:56:18\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-07 10:56:18\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2832;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Engr. Al Bokor\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01714029082\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$RF3hnpH1R14rf2ZJVDlivuYVUj4tD\\/ETXAYipEOW29CLbxbFaWViq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-07 10:56:18\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-07 10:56:18\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:97;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2833;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:21:\\\"Akhlak ul jamil dolon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716794267\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$u6UrNbtfATUgNiw1YkEtwe55JFLpJsuRK7eeHQBXlj9tapdu6hHby\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-07 11:00:12\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-07 11:00:12\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2833;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:21:\\\"Akhlak ul jamil dolon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716794267\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$u6UrNbtfATUgNiw1YkEtwe55JFLpJsuRK7eeHQBXlj9tapdu6hHby\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-07 11:00:12\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-07 11:00:12\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:98;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2834;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Golam Mawla\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"golam.mawla@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01675173935\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Do4MgT0RapHXLHpmC3LMt.huy\\/Bmv46uPcxzsr16Z9DihZeW4V8YK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-07 11:02:50\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-07 11:02:50\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2834;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Golam Mawla\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"golam.mawla@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01675173935\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Do4MgT0RapHXLHpmC3LMt.huy\\/Bmv46uPcxzsr16Z9DihZeW4V8YK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-07 11:02:50\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-07 11:02:50\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:99;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2835;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"Syeda afsarun nahar\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1732464972\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$70x.tWXzJSi2D3Tl8VQN2.zlPw7fFi506.78k.OQGXMIaPJ6\\/0E8q\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-07 11:06:52\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-07 11:06:52\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2835;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"Syeda afsarun nahar\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1732464972\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$70x.tWXzJSi2D3Tl8VQN2.zlPw7fFi506.78k.OQGXMIaPJ6\\/0E8q\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-07 11:06:52\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-07 11:06:52\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}}}s:4:\\\"text\\\";s:335:\\\"\\u09b8\\u09ae\\u09cd\\u09ae\\u09be\\u09a8\\u09bf\\u09a4 \\u0997\\u09cd\\u09b0\\u09be\\u09b9\\u0995, \\u09b8\\u09be\\u09b0\\u09cd\\u09ad\\u09be\\u09b0 \\u0986\\u09aa\\u09a1\\u09c7\\u099f \\u09a6\\u09c7\\u0993\\u09df\\u09be\\u09b0 \\u0995\\u09be\\u09b0\\u09a8\\u09c7 \\u0986\\u09aa\\u09a8\\u09be\\u09a6\\u09c7\\u09b0 \\u09a8\\u09bf\\u0995\\u099f \\u09ac\\u09bf\\u09b2\\u09c7\\u09b0 \\u098f\\u0995\\u099f\\u09bf \\u09ad\\u09c1\\u09b2 \\u09ae\\u09c7\\u09b8\\u09c7\\u099c \\u0997\\u09bf\\u09df\\u09c7\\u099b\\u09c7 \\u0964 \\u09ac\\u09bf\\u09b7\\u09df\\u099f\\u09bf\\u09b0 \\u099c\\u09a8\\u09cd\\u09af \\u0986\\u09ae\\u09b0\\u09be \\u0986\\u09a8\\u09cd\\u09a4\\u09b0\\u09bf\\u0995 \\u09ad\\u09be\\u09ac\\u09c7 \\u09a6\\u09c1\\u0983\\u0996\\u09bf\\u09a4\\u0964\\\";}s:3:\\\"job\\\";N;s:10:\\\"connection\\\";N;s:5:\\\"queue\\\";N;s:15:\\\"chainConnection\\\";N;s:10:\\\"chainQueue\\\";N;s:5:\\\"delay\\\";N;s:10:\\\"middleware\\\";a:0:{}s:7:\\\"chained\\\";a:0:{}}\"}}', 'Illuminate\\Queue\\MaxAttemptsExceededException: App\\Jobs\\SmsSend has been attempted too many times or run too long. The job may have previously timed out. in /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php:648\nStack trace:\n#0 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(163): Illuminate\\Queue\\Worker->maxAttemptsExceededException(Object(Illuminate\\Queue\\Jobs\\DatabaseJob))\n#1 /home/mygpsbd/public_html/app/Http/helper.php(28): Illuminate\\Queue\\Worker->Illuminate\\Queue\\{closure}(14, Array)\n#2 /home/mygpsbd/public_html/app/Jobs/SmsSend.php(35): send_sms(\'\\xE0\\xA6\\xB8\\xE0\\xA6\\xAE\\xE0\\xA7\\x8D\\xE0\\xA6\\xAE\\xE0\\xA6\\xBE...\', Array)\n#3 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App\\Jobs\\SmsSend->handle()\n#4 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/Util.php(37): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}()\n#5 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(93): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))\n#6 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(37): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))\n#7 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/Container.php(596): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)\n#8 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php(94): Illuminate\\Container\\Container->call(Array)\n#9 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(128): Illuminate\\Bus\\Dispatcher->Illuminate\\Bus\\{closure}(Object(App\\Jobs\\SmsSend))\n#10 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(103): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(App\\Jobs\\SmsSend))\n#11 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php(98): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))\n#12 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(83): Illuminate\\Bus\\Dispatcher->dispatchNow(Object(App\\Jobs\\SmsSend), false)\n#13 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(128): Illuminate\\Queue\\CallQueuedHandler->Illuminate\\Queue\\{closure}(Object(App\\Jobs\\SmsSend))\n#14 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(103): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(App\\Jobs\\SmsSend))\n#15 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(85): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))\n#16 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(59): Illuminate\\Queue\\CallQueuedHandler->dispatchThroughMiddleware(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Object(App\\Jobs\\SmsSend))\n#17 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Jobs/Job.php(98): Illuminate\\Queue\\CallQueuedHandler->call(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Array)\n#18 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(356): Illuminate\\Queue\\Jobs\\Job->fire()\n#19 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(306): Illuminate\\Queue\\Worker->process(\'database\', Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Object(Illuminate\\Queue\\WorkerOptions))\n#20 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(132): Illuminate\\Queue\\Worker->runJob(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), \'database\', Object(Illuminate\\Queue\\WorkerOptions))\n#21 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(112): Illuminate\\Queue\\Worker->daemon(\'database\', \'default\', Object(Illuminate\\Queue\\WorkerOptions))\n#22 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(96): Illuminate\\Queue\\Console\\WorkCommand->runWorker(\'database\', \'default\')\n#23 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Illuminate\\Queue\\Console\\WorkCommand->handle()\n#24 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/Util.php(37): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}()\n#25 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(93): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))\n#26 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(37): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))\n#27 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/Container.php(596): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)\n#28 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Console/Command.php(134): Illuminate\\Container\\Container->call(Array)\n#29 /home/mygpsbd/public_html/vendor/symfony/console/Command/Command.php(298): Illuminate\\Console\\Command->execute(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))\n#30 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Console/Command.php(121): Symfony\\Component\\Console\\Command\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))\n#31 /home/mygpsbd/public_html/vendor/symfony/console/Application.php(1040): Illuminate\\Console\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#32 /home/mygpsbd/public_html/vendor/symfony/console/Application.php(301): Symfony\\Component\\Console\\Application->doRunCommand(Object(Illuminate\\Queue\\Console\\WorkCommand), Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#33 /home/mygpsbd/public_html/vendor/symfony/console/Application.php(171): Symfony\\Component\\Console\\Application->doRun(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#34 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Console/Application.php(93): Symfony\\Component\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#35 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(129): Illuminate\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#36 /home/mygpsbd/public_html/artisan(37): Illuminate\\Foundation\\Console\\Kernel->handle(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#37 {main}', '2024-02-09 08:01:01');
INSERT INTO `failed_jobs` (`id`, `connection`, `queue`, `payload`, `exception`, `failed_at`) VALUES
(711, 'database', 'default', '{\"uuid\":\"39b2e7bd-abee-4c44-9a57-da407737c732\",\"displayName\":\"App\\\\Jobs\\\\SmsSend\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"delay\":null,\"timeout\":null,\"timeoutAt\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\SmsSend\",\"command\":\"O:16:\\\"App\\\\Jobs\\\\SmsSend\\\":9:{s:4:\\\"data\\\";a:2:{s:4:\\\"data\\\";O:39:\\\"Illuminate\\\\Database\\\\Eloquent\\\\Collection\\\":1:{s:8:\\\"\\u0000*\\u0000items\\\";a:100:{i:0;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2836;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Dr s Chakrabarty\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01927114515\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$1naooR82Ygd\\/1pAkXiZVr.3N1ZTg5CATgqnQ\\/ALXPrBwGy71jE7xK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-07 11:10:20\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-07 11:10:20\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2836;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Dr s Chakrabarty\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01927114515\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$1naooR82Ygd\\/1pAkXiZVr.3N1ZTg5CATgqnQ\\/ALXPrBwGy71jE7xK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-07 11:10:20\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-07 11:10:20\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:1;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2837;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Badol\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01780335504\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$yY3MaKkhf93Nta\\/ZBWToje2Q6K.rhoWwDCaYfukIV\\/l2jpMJY8ttS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-07 11:12:46\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-07 11:12:46\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2837;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Badol\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01780335504\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$yY3MaKkhf93Nta\\/ZBWToje2Q6K.rhoWwDCaYfukIV\\/l2jpMJY8ttS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-07 11:12:46\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-07 11:12:46\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:2;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2838;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Md. Yasin Miah\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01922555224\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$0zxrFyUIj2QEkr15wryWzOcuCefRWvbtWc5ECQBJT21kNk6R44wfi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-07 11:15:10\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-07 11:15:10\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2838;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Md. Yasin Miah\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01922555224\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$0zxrFyUIj2QEkr15wryWzOcuCefRWvbtWc5ECQBJT21kNk6R44wfi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-07 11:15:10\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-07 11:15:10\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:3;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2839;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Shaidul islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712477731\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$cXCcaYqLPB2B6pQWJKWuReuLN9qNshcDFH5aJQ6ZcX17N29YvB4hS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-07 11:28:25\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-07 11:28:25\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2839;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Shaidul islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712477731\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$cXCcaYqLPB2B6pQWJKWuReuLN9qNshcDFH5aJQ6ZcX17N29YvB4hS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-07 11:28:25\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-07 11:28:25\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:4;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2841;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Shakir\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01777641565\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$d6Hwk.37ZQBNZ4wcPfMpuuorphjEMGNxIBA3hkHTyIAbaVSF0n4DW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-07 11:34:02\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-07 11:34:02\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2841;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Shakir\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01777641565\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$d6Hwk.37ZQBNZ4wcPfMpuuorphjEMGNxIBA3hkHTyIAbaVSF0n4DW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-07 11:34:02\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-07 11:34:02\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:5;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2842;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"kazi naim shah\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01686317617\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$kO1xNA..mg3rf7Qvf6Qg7u4N\\/m2emqYLyrdgv.slolLY2hZM2VxDK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-07 11:36:04\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-07 11:36:04\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2842;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"kazi naim shah\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01686317617\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$kO1xNA..mg3rf7Qvf6Qg7u4N\\/m2emqYLyrdgv.slolLY2hZM2VxDK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-07 11:36:04\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-07 11:36:04\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:6;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2843;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Amir Azam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712787238\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$TG7ePuvf5uhYsPR8CxkACu6xJAPRSOVW6FfYVVXKB98ZFEiSqXD\\/2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-07 11:38:55\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-07 11:38:55\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2843;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Amir Azam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712787238\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$TG7ePuvf5uhYsPR8CxkACu6xJAPRSOVW6FfYVVXKB98ZFEiSqXD\\/2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-07 11:38:55\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-07 11:38:55\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:7;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2844;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Md.Emon Khan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01747151580\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$un1LgnMLMaoTGZPLNF4amuVLHvnXPDR60ri2Sy\\/R85srLAyrC99nK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-07 18:01:15\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-07 18:01:15\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2844;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Md.Emon Khan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01747151580\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$un1LgnMLMaoTGZPLNF4amuVLHvnXPDR60ri2Sy\\/R85srLAyrC99nK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-07 18:01:15\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-07 18:01:15\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:8;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2845;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md.Golam Rabbani\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01765232426\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$F61WoMKB4ed7fY4SNLiPMucsx5.45NGj5HwLfUkC7mOjfLqG6B.FW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-07 18:03:21\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-07 18:03:21\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2845;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md.Golam Rabbani\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01765232426\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$F61WoMKB4ed7fY4SNLiPMucsx5.45NGj5HwLfUkC7mOjfLqG6B.FW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-07 18:03:21\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-07 18:03:21\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:9;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2848;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Kazi Rakib\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"kazirakib0199@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01626070738\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$wPHv8z7k2OU34XFAdqPp8O7\\/Xqql8g8tIYPE6iUhXYh51ndp9\\/aLa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-07 18:16:01\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-07 18:16:01\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2848;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Kazi Rakib\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"kazirakib0199@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01626070738\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$wPHv8z7k2OU34XFAdqPp8O7\\/Xqql8g8tIYPE6iUhXYh51ndp9\\/aLa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-07 18:16:01\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-07 18:16:01\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:10;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2849;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:22:\\\"Major Syed Sohel Ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"sohelmba@yahoo.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01713090546\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$AJMK6J1vWEPOFML5\\/f8qWe9frlgGbA14xGJztlK3ivKIGee70almS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-07 18:18:22\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-07 18:18:22\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2849;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:22:\\\"Major Syed Sohel Ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"sohelmba@yahoo.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01713090546\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$AJMK6J1vWEPOFML5\\/f8qWe9frlgGbA14xGJztlK3ivKIGee70almS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-07 18:18:22\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-07 18:18:22\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:11;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2850;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Abu Bakar Siddique\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01747801222\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$odbb5yCaXXofAttlho23f.Qw0IenV\\/Uxey43uMdj4tlTu75zf5Vxe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-07 18:22:08\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-07 18:22:08\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2850;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Abu Bakar Siddique\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01747801222\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$odbb5yCaXXofAttlho23f.Qw0IenV\\/Uxey43uMdj4tlTu75zf5Vxe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-07 18:22:08\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-07 18:22:08\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:12;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2851;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Kamrul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711361356\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$j6blw\\/BrjyI.wjHu9IUqTOuUz27OIGEMhBByfMRQRzJhB5oqkcD2G\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 10:45:49\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 10:45:49\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2851;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Kamrul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711361356\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$j6blw\\/BrjyI.wjHu9IUqTOuUz27OIGEMhBByfMRQRzJhB5oqkcD2G\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 10:45:49\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 10:45:49\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:13;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2853;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:21:\\\"Md.Rasaduzzaman Ripon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01713643782\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$GGpp3UikKGanZNX3jVgcruGUMV.GCqU1.B26TDC.yaXpld4RD2wAu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 10:51:38\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 10:51:38\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2853;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:21:\\\"Md.Rasaduzzaman Ripon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01713643782\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$GGpp3UikKGanZNX3jVgcruGUMV.GCqU1.B26TDC.yaXpld4RD2wAu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 10:51:38\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 10:51:38\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:14;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2854;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:21:\\\"Sk Mehedi Hasan Akash\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:28:\\\"skmehedihasanakash@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01842707071\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$KWF8P2mS2Tn\\/VAkDnpXcr.2NEHTDxKhHO.35uNDmdBA\\/P\\/m9pbKUe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 10:55:21\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 10:55:21\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2854;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:21:\\\"Sk Mehedi Hasan Akash\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:28:\\\"skmehedihasanakash@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01842707071\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$KWF8P2mS2Tn\\/VAkDnpXcr.2NEHTDxKhHO.35uNDmdBA\\/P\\/m9pbKUe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 10:55:21\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 10:55:21\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:15;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2855;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md Jamal Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:24:\\\"hossain.mjamal@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715107270\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$fgClFXzeTahaIOYqh6qIJ.iBzErAVkUlDdYjUF2NeEV1Lt65di2oy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 11:00:31\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 11:00:31\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2855;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md Jamal Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:24:\\\"hossain.mjamal@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715107270\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$fgClFXzeTahaIOYqh6qIJ.iBzErAVkUlDdYjUF2NeEV1Lt65di2oy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 11:00:31\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 11:00:31\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:16;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2857;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Sajedul islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712535367\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ZFFjg7jX62sEuBSM0tdHEeKmNOFZ85Bq850ZYLIHrsT.JFC\\/Oxcry\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 11:11:48\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 11:11:48\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2857;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Sajedul islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712535367\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ZFFjg7jX62sEuBSM0tdHEeKmNOFZ85Bq850ZYLIHrsT.JFC\\/Oxcry\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 11:11:48\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 11:11:48\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:17;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2858;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Kamrul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715332231\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$katV.Ux9nGUMvWp7B2kkF.EwH8Y9zczZ4.JUYC.0Dd.ENvyB2Fckq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 11:14:32\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 11:14:32\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2858;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Kamrul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715332231\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$katV.Ux9nGUMvWp7B2kkF.EwH8Y9zczZ4.JUYC.0Dd.ENvyB2Fckq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 11:14:32\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 11:14:32\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:18;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2860;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Nabil\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01746427385\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$sIP.RPkWQpnz5JQQAbMUKudtOiHqqgwU5rbMTMFaI8ljoGzcUg8RO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 11:19:41\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 11:19:41\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2860;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Nabil\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01746427385\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$sIP.RPkWQpnz5JQQAbMUKudtOiHqqgwU5rbMTMFaI8ljoGzcUg8RO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 11:19:41\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 11:19:41\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:19;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2861;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"SAIFUL\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711440167\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$yNYzCLUp777xILQG\\/fPNf.tYteKoVwjx4pwb3crXysVmyviTjinVu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 11:22:46\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 11:22:46\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2861;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"SAIFUL\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711440167\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$yNYzCLUp777xILQG\\/fPNf.tYteKoVwjx4pwb3crXysVmyviTjinVu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 11:22:46\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 11:22:46\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:20;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2862;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"A. M. M. Zami\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:17:\\\"ammzami@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711128925\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$2c226PX2hOwRutEaXrCyZO9LVx5yc8nid\\/WgIrZYGS69GefRYxxa6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 11:25:28\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 11:25:28\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2862;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"A. M. M. Zami\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:17:\\\"ammzami@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711128925\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$2c226PX2hOwRutEaXrCyZO9LVx5yc8nid\\/WgIrZYGS69GefRYxxa6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 11:25:28\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 11:25:28\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:21;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2864;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Joyonto Gregory\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01823078714\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$gbxLPeKSyz\\/DuoTZdppLh.vHvdRufei4Du\\/X5STDp.xuf5veu.fEq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 11:32:12\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 11:32:12\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2864;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Joyonto Gregory\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01823078714\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$gbxLPeKSyz\\/DuoTZdppLh.vHvdRufei4Du\\/X5STDp.xuf5veu.fEq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 11:32:12\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 11:32:12\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:22;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2865;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:22:\\\"Mohammad Kabir Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01612883030\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$M9QiaVBVP4FZcQQnYmnpnOmaL8UMuXmaYq1YokVdR3nhDCs8Y6mHi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 11:48:35\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 11:48:35\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2865;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:22:\\\"Mohammad Kabir Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01612883030\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$M9QiaVBVP4FZcQQnYmnpnOmaL8UMuXmaYq1YokVdR3nhDCs8Y6mHi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 11:48:35\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 11:48:35\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:23;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2866;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Gazi Abujor Jayed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01769762870\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$BmIKGm5RHq9rFeiocq7n6OKP2fUs4mil8pB838CRa00RR2\\/ABS33m\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 11:50:52\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 11:50:52\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2866;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Gazi Abujor Jayed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01769762870\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$BmIKGm5RHq9rFeiocq7n6OKP2fUs4mil8pB838CRa00RR2\\/ABS33m\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 11:50:52\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 11:50:52\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:24;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2867;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Fahad hassan sagor\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01911705773\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$CCinPPB67K3XuPLdTE7hpOGPtDzYHZkczssCKDJjFYwwn0VPTeYNG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 11:58:05\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 11:58:05\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2867;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Fahad hassan sagor\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01911705773\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$CCinPPB67K3XuPLdTE7hpOGPtDzYHZkczssCKDJjFYwwn0VPTeYNG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 11:58:05\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 11:58:05\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:25;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2868;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Anwar\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01618045891\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$fD7iiexKE9xlbVCyQ6SWTeUg5UivN3sL9CdrR\\/eCW0aex.EBGB8i2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 12:04:13\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 12:04:13\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2868;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Anwar\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01618045891\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$fD7iiexKE9xlbVCyQ6SWTeUg5UivN3sL9CdrR\\/eCW0aex.EBGB8i2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 12:04:13\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 12:04:13\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:26;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2869;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Munjur\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01870211267\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$kXDbjvIdc98v5BMpnuJax.273A0ezmduM9MpXFeQ.2t9TkbUOakOO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 12:06:25\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 12:06:25\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2869;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Munjur\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01870211267\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$kXDbjvIdc98v5BMpnuJax.273A0ezmduM9MpXFeQ.2t9TkbUOakOO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 12:06:25\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 12:06:25\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:27;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2870;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Arun mondol\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01713081916\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$qpQ4ncHlF9IwBsH24Suf3uBroy\\/t4P6yS.uTnP5IePmXzaLKOgc3G\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 12:08:46\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 12:08:46\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2870;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Arun mondol\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01713081916\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$qpQ4ncHlF9IwBsH24Suf3uBroy\\/t4P6yS.uTnP5IePmXzaLKOgc3G\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 12:08:46\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 12:08:46\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:28;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2871;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Nizam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711131024\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$l1dMRNuuoYsyB5Adu1SrgOMFG\\/3Base6IXzIBxXKL2I67TfZ54fSu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 12:10:42\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 12:10:42\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2871;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Nizam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711131024\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$l1dMRNuuoYsyB5Adu1SrgOMFG\\/3Base6IXzIBxXKL2I67TfZ54fSu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 12:10:42\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 12:10:42\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:29;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2873;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Bluedream\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01932403451\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$.tQSKRXd7lZ5L6Vvlf3IrOrLasGbHHMrWBkcd0h.0ddCEQGNpuzmu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 12:37:11\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 12:37:11\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2873;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Bluedream\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01932403451\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$.tQSKRXd7lZ5L6Vvlf3IrOrLasGbHHMrWBkcd0h.0ddCEQGNpuzmu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 12:37:11\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 12:37:11\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:30;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2875;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"M A Tareque\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"ma_tareque@yahoo.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01730713811\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$SDbyauQxaecfVt0AaqN4OeBu4B9YlHjKZXBL1YirLVw2rBzb\\/qSVK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 12:42:19\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 12:42:19\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2875;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"M A Tareque\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"ma_tareque@yahoo.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01730713811\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$SDbyauQxaecfVt0AaqN4OeBu4B9YlHjKZXBL1YirLVw2rBzb\\/qSVK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 12:42:19\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 12:42:19\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:31;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2876;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"AFM Sadequl Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"sadequl.scm@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01757787710\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$lS9luLQZh\\/JQbKnlCimrh.4dXjQdccHKtr.rMMkomFICAU42nce5O\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 12:46:11\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 12:46:11\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2876;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"AFM Sadequl Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"sadequl.scm@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01757787710\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$lS9luLQZh\\/JQbKnlCimrh.4dXjQdccHKtr.rMMkomFICAU42nce5O\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 12:46:11\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 12:46:11\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:32;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2877;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Md.Al-Amin Sarker\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"aminfabricsbd@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711591885\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$aLYRuW58UOLfqPW0YYBW4.kMUcO1gQXKCkrK\\/qv4JpQUzx7GLiDQW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 12:48:51\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 12:48:51\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2877;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Md.Al-Amin Sarker\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"aminfabricsbd@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711591885\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$aLYRuW58UOLfqPW0YYBW4.kMUcO1gQXKCkrK\\/qv4JpQUzx7GLiDQW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 12:48:51\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 12:48:51\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:33;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2879;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Mohai minute rabbe\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1777649896\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$GKRC8WD8Y61wL9idEK3QRe8KGz9EUA2VCtDdXgB8Ack825JHISVxq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 12:57:40\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 12:57:40\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2879;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Mohai minute rabbe\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1777649896\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$GKRC8WD8Y61wL9idEK3QRe8KGz9EUA2VCtDdXgB8Ack825JHISVxq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 12:57:40\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 12:57:40\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:34;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2883;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Aowlad hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01727416200\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$4JgNnvdmaWKc.dC5dUimU.MffTXstvNakYB6huJWxK6KehQ4tzROK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 13:13:03\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 13:13:03\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2883;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Aowlad hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01727416200\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$4JgNnvdmaWKc.dC5dUimU.MffTXstvNakYB6huJWxK6KehQ4tzROK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 13:13:03\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 13:13:03\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:35;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2884;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Monzur\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01819740263\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$9loe2r0Enqhm8K\\/EYWfxL.ivNIOZTGbOvgOrmMlU9F.ECn8be7I56\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 13:15:25\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 13:15:25\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2884;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Monzur\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01819740263\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$9loe2r0Enqhm8K\\/EYWfxL.ivNIOZTGbOvgOrmMlU9F.ECn8be7I56\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 13:15:25\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 13:15:25\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:36;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2885;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Md.Nasir\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:25:\\\"Nasirhossin0020@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01980999301\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$GiFzWstEdQfIrODuImqcnOBpIOflyNgcM\\/IHdMfEkqmOV3AJwBvSS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 13:17:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 13:17:29\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2885;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Md.Nasir\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:25:\\\"Nasirhossin0020@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01980999301\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$GiFzWstEdQfIrODuImqcnOBpIOflyNgcM\\/IHdMfEkqmOV3AJwBvSS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 13:17:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 13:17:29\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:37;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2887;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Kajol khan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01992340460\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$cSCy8k4XbNBMBo\\/lV8P6ZOhJTy0ukOKoXy0t7\\/kgu3SNIsx3xnIY6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 14:03:48\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 14:03:48\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2887;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Kajol khan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01992340460\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$cSCy8k4XbNBMBo\\/lV8P6ZOhJTy0ukOKoXy0t7\\/kgu3SNIsx3xnIY6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 14:03:48\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 14:03:48\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:38;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2888;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Shawon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01855396055\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$IzLl4xd.SwwwHV4Nmfkp\\/.I9kxmEMMwpx43F4IQgZTiysDrRARftC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 14:06:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 14:06:29\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2888;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Shawon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01855396055\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$IzLl4xd.SwwwHV4Nmfkp\\/.I9kxmEMMwpx43F4IQgZTiysDrRARftC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 14:06:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 14:06:29\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:39;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2889;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"MD Mamun khan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01742866376\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$BjgTJPwVL7OoK3BBnuS3New4Yinv9Af2f4zN.4deCYWq56zK800yy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 14:08:46\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 14:08:46\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2889;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"MD Mamun khan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01742866376\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$BjgTJPwVL7OoK3BBnuS3New4Yinv9Af2f4zN.4deCYWq56zK800yy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 14:08:46\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 14:08:46\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:40;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2890;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Mr. Maksud\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01746033788\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$2IutASE06BjLt4.4QZm2WOPw8JttuJ.k0NultmSuaXf2K3QumGRZ2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 14:11:21\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 14:11:21\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2890;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Mr. Maksud\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01746033788\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$2IutASE06BjLt4.4QZm2WOPw8JttuJ.k0NultmSuaXf2K3QumGRZ2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 14:11:21\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 14:11:21\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:41;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2891;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Ratan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"Smsmanir@hotmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01819471047\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$QJbRtn.24H.OauMzcTFd2OGuFBLJnCpbmMNpQxxSYeExJJSQkrEse\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 14:13:48\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 14:13:48\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2891;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Ratan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"Smsmanir@hotmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01819471047\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$QJbRtn.24H.OauMzcTFd2OGuFBLJnCpbmMNpQxxSYeExJJSQkrEse\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 14:13:48\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 14:13:48\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:42;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2892;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Mamun\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01756345141\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$v6tPN\\/gT.K.3chl1E1fJoedTdypvaMNDOe4NUQ\\/liVr8YN0.7xPFa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 14:18:48\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 14:18:48\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2892;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Mamun\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01756345141\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$v6tPN\\/gT.K.3chl1E1fJoedTdypvaMNDOe4NUQ\\/liVr8YN0.7xPFa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 14:18:48\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 14:18:48\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:43;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2895;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Anwar Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01312744264\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$DClRL79DNf8NTZLEPLv8l.2n\\/Ra.9cr14tn2tpvarU8bh2oweEj1y\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 14:26:50\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 14:26:50\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2895;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Anwar Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01312744264\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$DClRL79DNf8NTZLEPLv8l.2n\\/Ra.9cr14tn2tpvarU8bh2oweEj1y\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 14:26:50\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 14:26:50\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:44;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2896;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Shahnawaz\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01615401040\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$vLI4YysfH\\/vutpQcQn1tw.bqVwOU5cmoQr08.O0yLZ12udisQatk6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 14:28:55\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 14:28:55\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2896;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Shahnawaz\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01615401040\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$vLI4YysfH\\/vutpQcQn1tw.bqVwOU5cmoQr08.O0yLZ12udisQatk6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 14:28:55\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 14:28:55\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:45;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2898;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Md. Rasel\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715426433\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$2XDftOUnqhF7ffBFmvtHx.KkjlmhKscBJbBSWHzqrXj626itlYSQ2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 14:36:40\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 14:36:40\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2898;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Md. Rasel\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715426433\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$2XDftOUnqhF7ffBFmvtHx.KkjlmhKscBJbBSWHzqrXj626itlYSQ2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 14:36:40\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 14:36:40\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:46;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2900;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"MD.Nazmul Bissas\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"nazmulb30@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01861358557\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$YayuSJNczl5cyI7cpMg\\/w.zMBXT0EQeU0fmb6Cr4m3yidkyY9vWya\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 14:45:17\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 14:45:17\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2900;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"MD.Nazmul Bissas\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"nazmulb30@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01861358557\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$YayuSJNczl5cyI7cpMg\\/w.zMBXT0EQeU0fmb6Cr4m3yidkyY9vWya\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 14:45:17\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 14:45:17\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:47;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2901;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Ashraful Alam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"ashrafulpolok@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01618502020\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$1i9LZf0yx\\/QNK0Nikq1\\/5Omw5\\/z7d5Tr8\\/t3dB1ijbX1y2pdOD4ia\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 14:48:13\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 14:48:13\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2901;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Ashraful Alam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"ashrafulpolok@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01618502020\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$1i9LZf0yx\\/QNK0Nikq1\\/5Omw5\\/z7d5Tr8\\/t3dB1ijbX1y2pdOD4ia\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 14:48:13\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 14:48:13\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:48;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2902;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Sohel\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01828675464\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Xc5zxbm46m5VzHD0Dpj3i.YptojptWa.W87qtw2A\\/dWH9hsJP08He\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 14:50:17\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 14:50:17\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2902;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Sohel\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01828675464\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Xc5zxbm46m5VzHD0Dpj3i.YptojptWa.W87qtw2A\\/dWH9hsJP08He\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 14:50:17\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 14:50:17\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:49;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2903;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Shawkat\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01824523229\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$PxRFj1Ja0mMsj1tWGRxdhuRdE9t0ghMgSLye9S.ee3KUbIt4wN2HC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 15:02:22\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 15:02:22\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2903;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Shawkat\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01824523229\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$PxRFj1Ja0mMsj1tWGRxdhuRdE9t0ghMgSLye9S.ee3KUbIt4wN2HC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 15:02:22\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 15:02:22\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:50;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2905;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:21:\\\"Md Abu Bakar Siddique\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01764770000\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$H3g2PyAspVU.lYK0RjYqNOZ.ep\\/Ah.G2CbLTjeJKqn\\/OBOLw.KRQ.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 15:08:50\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 15:08:50\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2905;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:21:\\\"Md Abu Bakar Siddique\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01764770000\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$H3g2PyAspVU.lYK0RjYqNOZ.ep\\/Ah.G2CbLTjeJKqn\\/OBOLw.KRQ.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 15:08:50\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 15:08:50\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:51;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2906;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Syed Rashed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"Syed.rashed01@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01755513822\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$xD3jfoQqebfTUIAmhippf.rVUawimDJ4upFaatkvHAnz6.BDj37oO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 15:11:40\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 15:11:40\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2906;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Syed Rashed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"Syed.rashed01@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01755513822\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$xD3jfoQqebfTUIAmhippf.rVUawimDJ4upFaatkvHAnz6.BDj37oO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 15:11:40\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 15:11:40\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:52;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2907;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Subhongkor Kundo\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716679539\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$KTyBcTJJ04hn.8Eu0i1jDepDgZKPi1JjIVfkd8yP\\/0rtEcVme7Y4y\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 15:14:05\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 15:14:05\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2907;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Subhongkor Kundo\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716679539\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$KTyBcTJJ04hn.8Eu0i1jDepDgZKPi1JjIVfkd8yP\\/0rtEcVme7Y4y\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 15:14:05\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 15:14:05\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:53;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2908;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:22:\\\"Shakhawat Hossain Mahi\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"mahihossain79@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711430221\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$lNlT.THiQbcb\\/8wI9ni6WO6Ns76gmxCq0fX2HfmssDGfO\\/vzzFw6O\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 15:17:07\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 15:17:07\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2908;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:22:\\\"Shakhawat Hossain Mahi\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"mahihossain79@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711430221\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$lNlT.THiQbcb\\/8wI9ni6WO6Ns76gmxCq0fX2HfmssDGfO\\/vzzFw6O\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 15:17:07\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 15:17:07\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:54;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2909;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Mizan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"arahmanshan05@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01819239611\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$NXvn811XWCozJaymfkP3DeBJOzE1BT5RcW3ir2fj7GA2VodiGR03K\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 15:19:56\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 15:19:56\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2909;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Mizan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"arahmanshan05@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01819239611\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$NXvn811XWCozJaymfkP3DeBJOzE1BT5RcW3ir2fj7GA2VodiGR03K\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 15:19:56\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 15:19:56\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:55;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2910;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Shoayeb\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"md.shoayeb@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716944022\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$DNz19DFCRmm1yz8XeaeZVOqOQS2.1W0Vz.szMvT1HqC2NLFYkY5gm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 15:26:45\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 15:26:45\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2910;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Shoayeb\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"md.shoayeb@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716944022\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$DNz19DFCRmm1yz8XeaeZVOqOQS2.1W0Vz.szMvT1HqC2NLFYkY5gm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 15:26:45\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 15:26:45\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:56;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2911;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Kazul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01734310139\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$cOPD5VC5WvzNx\\/XIWoFUqOMBskDMjcEMFtSK6ecBg\\/xjpl9UMtYGK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 15:30:12\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 15:30:12\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2911;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Kazul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01734310139\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$cOPD5VC5WvzNx\\/XIWoFUqOMBskDMjcEMFtSK6ecBg\\/xjpl9UMtYGK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 15:30:12\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 15:30:12\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:57;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2912;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:26:\\\"Md. Harun or rashid sarker\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01818851035\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$88saNYHHALilSHaJQCdp\\/.GfKzTgbCdePvgOqymRUWAss.QmmMnhm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 15:32:06\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 15:32:06\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2912;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:26:\\\"Md. Harun or rashid sarker\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01818851035\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$88saNYHHALilSHaJQCdp\\/.GfKzTgbCdePvgOqymRUWAss.QmmMnhm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 15:32:06\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 15:32:06\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:58;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2913;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Motalib\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01922801640\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$JaRuZVeh927SZFaohF55A.Zia6Upj4x1Z7P9Jb1W.\\/hzwiyoMh0ey\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 15:33:53\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 15:33:53\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2913;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Motalib\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01922801640\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$JaRuZVeh927SZFaohF55A.Zia6Upj4x1Z7P9Jb1W.\\/hzwiyoMh0ey\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 15:33:53\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 15:33:53\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:59;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2914;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Ashraful\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711463207\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$N3EfWZwQcpm5o7eea.rWOOPAvxOMuur14SXt6rkAUXcdye\\/naUDDa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 15:39:12\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 15:39:12\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2914;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Ashraful\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711463207\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$N3EfWZwQcpm5o7eea.rWOOPAvxOMuur14SXt6rkAUXcdye\\/naUDDa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 15:39:12\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 15:39:12\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:60;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2915;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Shahjalal\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01628642508\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$CEPho1pN22ggcdx1rJ0oHuZ1\\/sS7oDL66p3qEO7mOm63sDBlmarWy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 16:14:11\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 16:14:11\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2915;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Shahjalal\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01628642508\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$CEPho1pN22ggcdx1rJ0oHuZ1\\/sS7oDL66p3qEO7mOm63sDBlmarWy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 16:14:11\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 16:14:11\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:61;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2916;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Mesbah Uddin Ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01713045841\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$oDMyHDRC.k3n\\/LUHD2fjs.QB1xLKVYU.8qHguNmG8GLBqjfEZl5Y.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 16:19:33\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 16:19:33\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2916;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Mesbah Uddin Ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01713045841\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$oDMyHDRC.k3n\\/LUHD2fjs.QB1xLKVYU.8qHguNmG8GLBqjfEZl5Y.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 16:19:33\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 16:19:33\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:62;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2917;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Harun\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01793656566\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$UdMxmmHwOQFr1PC0asy91.esMjn1kq8N2.dTAC2T5LfNmHTLdsgpO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 16:26:48\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 16:26:48\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2917;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Harun\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01793656566\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$UdMxmmHwOQFr1PC0asy91.esMjn1kq8N2.dTAC2T5LfNmHTLdsgpO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 16:26:48\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 16:26:48\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:63;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2919;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Yousuf\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716345784\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$euIKFEGpvj.8dq.TTJlIEu6kjAFzcu3AURgh9uSApgV\\/zhZCIDhPS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 16:34:18\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 16:34:18\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2919;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Yousuf\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716345784\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$euIKFEGpvj.8dq.TTJlIEu6kjAFzcu3AURgh9uSApgV\\/zhZCIDhPS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 16:34:18\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 16:34:18\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:64;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2921;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Shahidul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01911140175\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$AxZHkQN5j4D\\/eQzFrL8KjeHKa8jzMhqAkwoYpnbTEdbpC15hSN0uW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 16:40:48\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 16:40:48\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2921;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Shahidul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01911140175\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$AxZHkQN5j4D\\/eQzFrL8KjeHKa8jzMhqAkwoYpnbTEdbpC15hSN0uW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 16:40:48\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 16:40:48\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:65;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2923;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Faishal\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01730011134\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$\\/lz.e29KZnV.W2odGNhhMeQ\\/hwKr31nbsu348sOnLyl6ksBzbiITW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 17:07:15\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 17:07:15\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2923;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Faishal\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01730011134\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$\\/lz.e29KZnV.W2odGNhhMeQ\\/hwKr31nbsu348sOnLyl6ksBzbiITW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 17:07:15\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 17:07:15\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:66;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2925;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md. Masum Billah\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:24:\\\"sultanfoodland@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715284025\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$p79Nu\\/0kJfBUS2KuWOdxTumIyUOdNi0S6lPWyeylxu9P4l65bTngm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 17:14:32\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 17:14:32\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2925;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md. Masum Billah\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:24:\\\"sultanfoodland@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715284025\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$p79Nu\\/0kJfBUS2KuWOdxTumIyUOdNi0S6lPWyeylxu9P4l65bTngm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 17:14:32\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 17:14:32\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:67;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2926;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"MD Asadujjaman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:27:\\\"md_assad@globalbrand.com.bd\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01975454542\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$mXbWiUogkTi5ejGG5YZ\\/VOafaF36SXZT3hKiyocXT7FMY3U\\/JGOI2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 17:16:49\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 17:16:49\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2926;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"MD Asadujjaman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:27:\\\"md_assad@globalbrand.com.bd\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01975454542\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$mXbWiUogkTi5ejGG5YZ\\/VOafaF36SXZT3hKiyocXT7FMY3U\\/JGOI2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 17:16:49\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 17:16:49\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:68;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2927;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Ashiqur Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712977181\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$LIl5zNZOG2LS9FZcFmQNPewO1K0vvLE4SZw.\\/gPNuTCodVBxljxRa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 17:22:13\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 17:22:13\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2927;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Ashiqur Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712977181\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$LIl5zNZOG2LS9FZcFmQNPewO1K0vvLE4SZw.\\/gPNuTCodVBxljxRa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 17:22:13\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 17:22:13\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:69;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2928;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"G M Khaled Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"prolink399@hotmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01671007777\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$dbX0C1gpH.Ct3.ejf1Co3OES6Mq39ehOzujULLD9L7G2OpSyie\\/xS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 17:25:44\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 17:25:44\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2928;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"G M Khaled Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"prolink399@hotmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01671007777\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$dbX0C1gpH.Ct3.ejf1Co3OES6Mq39ehOzujULLD9L7G2OpSyie\\/xS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 17:25:44\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 17:25:44\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:70;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2929;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Samiul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"samiulsami88@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01303018999\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$q8bPbRuKkl4EPHlqmB7eN.w7LEME3njEecBjnc1p0Q3Ip5swQNOGC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 17:28:08\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 17:28:08\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2929;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Samiul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"samiulsami88@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01303018999\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$q8bPbRuKkl4EPHlqmB7eN.w7LEME3njEecBjnc1p0Q3Ip5swQNOGC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 17:28:08\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 17:28:08\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:71;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2930;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"MD Mahbubur Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"Overshadow11@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01611519388\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$qx1bYKn2RjVPnhF63pBCm.EOmAxHRnPQBFNpJ9DPR32gHw9haYLJO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 17:30:21\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 17:30:21\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2930;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"MD Mahbubur Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"Overshadow11@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01611519388\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$qx1bYKn2RjVPnhF63pBCm.EOmAxHRnPQBFNpJ9DPR32gHw9haYLJO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 17:30:21\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 17:30:21\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:72;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2931;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Saiful Haider Amil\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"amil55555@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01813185251\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$eSFX4es4XfN0GYS7uZuHGun6.HMmZgRtmTcE3TkEw0n8deqVUylne\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 10:36:53\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 10:36:53\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2931;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Saiful Haider Amil\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"amil55555@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01813185251\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$eSFX4es4XfN0GYS7uZuHGun6.HMmZgRtmTcE3TkEw0n8deqVUylne\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 10:36:53\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 10:36:53\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:73;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2932;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Mahin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01923384744\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$jkyO\\/L5i1d.aqcNAolU9iuykaMh9Bln4BIvAhiPYArbXoZXfNh3.m\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 10:38:58\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 10:38:58\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2932;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Mahin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01923384744\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$jkyO\\/L5i1d.aqcNAolU9iuykaMh9Bln4BIvAhiPYArbXoZXfNh3.m\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 10:38:58\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 10:38:58\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:74;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2933;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Zaman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716222755\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$uodCDjtkxww7KObE55yJ3.nNapKhFfhBD3ZsyL0tyTccu4\\/bOBptC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 10:41:19\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 10:41:19\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2933;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Zaman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716222755\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$uodCDjtkxww7KObE55yJ3.nNapKhFfhBD3ZsyL0tyTccu4\\/bOBptC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 10:41:19\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 10:41:19\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:75;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2934;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Mamun\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"mamunmd2844@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711335624\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$I1JkECTfqvkolJh7eUdHxO8RAzMCWP7SIY0dKgELLBTeecj7W1I9e\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 10:43:32\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 10:43:32\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2934;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Mamun\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"mamunmd2844@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711335624\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$I1JkECTfqvkolJh7eUdHxO8RAzMCWP7SIY0dKgELLBTeecj7W1I9e\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 10:43:32\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 10:43:32\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:76;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2935;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"MD Razibul Hasan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"hasan282930@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01959792060\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$WxSTdSJ2qpwB3b.Mq9yNBeUgtrlG1ESfsFlEwv7qK9E.6OX6yqwl.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 10:46:35\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 10:46:35\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2935;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"MD Razibul Hasan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"hasan282930@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01959792060\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$WxSTdSJ2qpwB3b.Mq9yNBeUgtrlG1ESfsFlEwv7qK9E.6OX6yqwl.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 10:46:35\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 10:46:35\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:77;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2937;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"FATMA HARUN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01515614575\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$g54TEy4VBbLRpV6HvAto6.FaZVvc9KaJ5SeSy82\\/e7z8QeAkDmm3i\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 10:53:32\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 10:53:32\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2937;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"FATMA HARUN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01515614575\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$g54TEy4VBbLRpV6HvAto6.FaZVvc9KaJ5SeSy82\\/e7z8QeAkDmm3i\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 10:53:32\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 10:53:32\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:78;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2938;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Badrul Hasan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"vabuk.law@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01819425498\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ADfPrmmlGAxOwygYR1Te2e.47NgWwkFuCgo.uxgHxtl6hPT2ON44u\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 10:55:58\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 10:55:58\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2938;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Badrul Hasan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"vabuk.law@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01819425498\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ADfPrmmlGAxOwygYR1Te2e.47NgWwkFuCgo.uxgHxtl6hPT2ON44u\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 10:55:58\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 10:55:58\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:79;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2939;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Delower hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01680993588\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$l\\/JUb2Ou3xLKOSepQN69pOkrNs5JCQdWGY4E4hN.e0IqPRGrBFDly\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 11:00:53\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 11:00:53\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2939;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Delower hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01680993588\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$l\\/JUb2Ou3xLKOSepQN69pOkrNs5JCQdWGY4E4hN.e0IqPRGrBFDly\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 11:00:53\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 11:00:53\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:80;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2940;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Asik Bipu\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715609741\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$LFIeL.KTqi3pLnJBv69VFu.NSudujfCAdQUGgyJ2Zjp2AURkrhEM.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 11:03:08\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 11:03:08\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2940;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Asik Bipu\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715609741\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$LFIeL.KTqi3pLnJBv69VFu.NSudujfCAdQUGgyJ2Zjp2AURkrhEM.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 11:03:08\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 11:03:08\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:81;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2941;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Shadauddin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01726757056\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$lPDSeoJ85s573ZzlZlE2nex4WQivh4Rqffh87FbHm\\/tTaTeEq8Vki\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 11:05:31\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 11:05:31\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2941;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Shadauddin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01726757056\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$lPDSeoJ85s573ZzlZlE2nex4WQivh4Rqffh87FbHm\\/tTaTeEq8Vki\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 11:05:31\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 11:05:31\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:82;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2942;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Md Ahsan Habib\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"habib132692@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1785636843\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$raJCPywp8CMsHJEs7AgWtONczydm3cxgFXqmj8549ZbMfHr9563pC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 11:07:47\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 11:07:47\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2942;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Md Ahsan Habib\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"habib132692@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1785636843\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$raJCPywp8CMsHJEs7AgWtONczydm3cxgFXqmj8549ZbMfHr9563pC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 11:07:47\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 11:07:47\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:83;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2943;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Md.Babu\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01710007740\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$9e5ne23u8cd4FJJU0Wkk\\/eLnqaLwkcRoVsWoX9XIX..qaCUeiFDEa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 11:11:03\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 11:11:03\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2943;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Md.Babu\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01710007740\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$9e5ne23u8cd4FJJU0Wkk\\/eLnqaLwkcRoVsWoX9XIX..qaCUeiFDEa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 11:11:03\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 11:11:03\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:84;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2945;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Bijoy chnadra dey\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"Bijoydey154@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01741598879\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$9UkuFSQ0dEIGDh0otygPbeGhGYLoeuqE0JMpywpWQcCKHqPzi\\/.fe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 11:16:02\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 11:16:02\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2945;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Bijoy chnadra dey\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"Bijoydey154@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01741598879\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$9UkuFSQ0dEIGDh0otygPbeGhGYLoeuqE0JMpywpWQcCKHqPzi\\/.fe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 11:16:02\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 11:16:02\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:85;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2946;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Rumpa\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01918605645\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$fBpM2pHpcA.sR1J0Xn6CF.noEL5LyE75SkTbpetuEtB6ns6.7ZqGq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 11:18:02\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 11:18:02\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2946;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Rumpa\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01918605645\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$fBpM2pHpcA.sR1J0Xn6CF.noEL5LyE75SkTbpetuEtB6ns6.7ZqGq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 11:18:02\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 11:18:02\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:86;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2947;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Syed Mahmuduzzaman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01746214534\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$fEcUROtloXJaCOpyme9suuyE\\/PGu4nuezBjGwP7Gr0q.mvfQSOkiO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 11:20:21\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 11:20:21\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2947;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Syed Mahmuduzzaman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01746214534\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$fEcUROtloXJaCOpyme9suuyE\\/PGu4nuezBjGwP7Gr0q.mvfQSOkiO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 11:20:21\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 11:20:21\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:87;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2948;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Md Helal\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01741618028\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Q4zqLBP4GX7fL1mR6QQg4eqAHIZnKvZ2QZ5mNgJKaSn\\/477yLo8nC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 11:23:03\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 11:23:03\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2948;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Md Helal\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01741618028\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Q4zqLBP4GX7fL1mR6QQg4eqAHIZnKvZ2QZ5mNgJKaSn\\/477yLo8nC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 11:23:03\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 11:23:03\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:88;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2949;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Shariotullah\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01968841763\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$hGdA.XIxY.9a9BPyueH5x.Fi3FLdZVAVerruqzcCQ4KYDmJShUbcO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 11:25:52\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 11:25:52\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2949;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Shariotullah\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01968841763\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$hGdA.XIxY.9a9BPyueH5x.Fi3FLdZVAVerruqzcCQ4KYDmJShUbcO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 11:25:52\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 11:25:52\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:89;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2950;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Israfil\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01937076366\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$AUJNuQkc3j\\/n51IjlaQb5.PC8YTFlynY7BjTHDyiKhgysoIQSkMLC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 11:28:38\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 11:28:38\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2950;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Israfil\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01937076366\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$AUJNuQkc3j\\/n51IjlaQb5.PC8YTFlynY7BjTHDyiKhgysoIQSkMLC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 11:28:38\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 11:28:38\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:90;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2953;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"S. M. JABER\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01625038876\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$DvX470dXLISp8R8KBUpDH.qc4uI83Mq4SFP2Qh7dbcUtkwODCxkDG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 11:35:42\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 11:35:42\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2953;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"S. M. JABER\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01625038876\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$DvX470dXLISp8R8KBUpDH.qc4uI83Mq4SFP2Qh7dbcUtkwODCxkDG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 11:35:42\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 11:35:42\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:91;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2954;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Habib ahsan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01723793599\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$bLqeNMfQrgQPEGx3XXPW9u2ZSIcaum2yOkzhqelEAre\\/1MTBEgNSa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 11:38:59\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 11:38:59\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2954;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Habib ahsan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01723793599\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$bLqeNMfQrgQPEGx3XXPW9u2ZSIcaum2yOkzhqelEAre\\/1MTBEgNSa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 11:38:59\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 11:38:59\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:92;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2955;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Mamunur Rashid\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711107970\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$t5XpfgjPxZha\\/Tml4tAfAufoJ.Rj8nUlhdL6wEJM75mZN\\/ThwoQOG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 11:41:28\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 11:41:28\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2955;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Mamunur Rashid\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711107970\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$t5XpfgjPxZha\\/Tml4tAfAufoJ.Rj8nUlhdL6wEJM75mZN\\/ThwoQOG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 11:41:28\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 11:41:28\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:93;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2956;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:24:\\\"Abu Salah MD Shake Saeem\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"Shake.saeem2@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01858122465\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$VyKRoAQLoCbECtod.j\\/tROVUlRAQpMNA14YlSLbHz2eWqjupz5iZO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 11:43:34\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 11:43:34\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2956;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:24:\\\"Abu Salah MD Shake Saeem\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"Shake.saeem2@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01858122465\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$VyKRoAQLoCbECtod.j\\/tROVUlRAQpMNA14YlSLbHz2eWqjupz5iZO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 11:43:34\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 11:43:34\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:94;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2957;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Nur a Rayhan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01718865051\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Dk3IDxvX1yeirMkIlqbwnuPjvL8x3lLct4WoQd6UWM9hF7ws3SoeW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 11:46:04\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 11:46:04\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2957;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Nur a Rayhan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01718865051\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Dk3IDxvX1yeirMkIlqbwnuPjvL8x3lLct4WoQd6UWM9hF7ws3SoeW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 11:46:04\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 11:46:04\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:95;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2960;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Azizur Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"azizdulibrary@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01714452555\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Wh9rtzx6YJZH1qiv1bRX8.4ipoa4F5fNUIfJgys7T0ojl5HNmlENG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 11:57:49\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 11:57:49\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2960;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Azizur Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"azizdulibrary@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01714452555\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Wh9rtzx6YJZH1qiv1bRX8.4ipoa4F5fNUIfJgys7T0ojl5HNmlENG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 11:57:49\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 11:57:49\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:96;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2961;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Md.sajal\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:24:\\\"sajalislam0767@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"o1851525053\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$KcxD8uUQQ5crUSORcsKyWOuGLYg0Shq5zpZHUB.1t1amtRYud\\/viW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 12:46:31\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 12:46:31\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2961;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Md.sajal\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:24:\\\"sajalislam0767@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"o1851525053\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$KcxD8uUQQ5crUSORcsKyWOuGLYg0Shq5zpZHUB.1t1amtRYud\\/viW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 12:46:31\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 12:46:31\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:97;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2962;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Foridul madbor\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01839077415\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ZNodpRF8UwSQc957PvByfOB0ChXxQzzMkfqBvmr17ij492KGZw4KK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 12:48:56\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 12:48:56\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2962;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Foridul madbor\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01839077415\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ZNodpRF8UwSQc957PvByfOB0ChXxQzzMkfqBvmr17ij492KGZw4KK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 12:48:56\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 12:48:56\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:98;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2963;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"MD REZAUL KARIM\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01643344661\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$qA.yBC3W\\/UW3NUqiadCYTOLwNvn0VbeFa43YpNtwNbCueJ5Ys17Ly\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 12:52:36\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 12:52:36\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2963;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"MD REZAUL KARIM\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01643344661\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$qA.yBC3W\\/UW3NUqiadCYTOLwNvn0VbeFa43YpNtwNbCueJ5Ys17Ly\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 12:52:36\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 12:52:36\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:99;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2964;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"MD.Sohag\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01329466687\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$\\/agKNZn0cZ99Lc0HAQoqO.zs28X0vKqwsvgCKC\\/5rvz5wwwQAJ1gS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 13:29:12\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 13:29:12\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2964;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"MD.Sohag\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01329466687\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$\\/agKNZn0cZ99Lc0HAQoqO.zs28X0vKqwsvgCKC\\/5rvz5wwwQAJ1gS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 13:29:12\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 13:29:12\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}}}s:4:\\\"text\\\";s:335:\\\"\\u09b8\\u09ae\\u09cd\\u09ae\\u09be\\u09a8\\u09bf\\u09a4 \\u0997\\u09cd\\u09b0\\u09be\\u09b9\\u0995, \\u09b8\\u09be\\u09b0\\u09cd\\u09ad\\u09be\\u09b0 \\u0986\\u09aa\\u09a1\\u09c7\\u099f \\u09a6\\u09c7\\u0993\\u09df\\u09be\\u09b0 \\u0995\\u09be\\u09b0\\u09a8\\u09c7 \\u0986\\u09aa\\u09a8\\u09be\\u09a6\\u09c7\\u09b0 \\u09a8\\u09bf\\u0995\\u099f \\u09ac\\u09bf\\u09b2\\u09c7\\u09b0 \\u098f\\u0995\\u099f\\u09bf \\u09ad\\u09c1\\u09b2 \\u09ae\\u09c7\\u09b8\\u09c7\\u099c \\u0997\\u09bf\\u09df\\u09c7\\u099b\\u09c7 \\u0964 \\u09ac\\u09bf\\u09b7\\u09df\\u099f\\u09bf\\u09b0 \\u099c\\u09a8\\u09cd\\u09af \\u0986\\u09ae\\u09b0\\u09be \\u0986\\u09a8\\u09cd\\u09a4\\u09b0\\u09bf\\u0995 \\u09ad\\u09be\\u09ac\\u09c7 \\u09a6\\u09c1\\u0983\\u0996\\u09bf\\u09a4\\u0964\\\";}s:3:\\\"job\\\";N;s:10:\\\"connection\\\";N;s:5:\\\"queue\\\";N;s:15:\\\"chainConnection\\\";N;s:10:\\\"chainQueue\\\";N;s:5:\\\"delay\\\";N;s:10:\\\"middleware\\\";a:0:{}s:7:\\\"chained\\\";a:0:{}}\"}}', 'Illuminate\\Queue\\MaxAttemptsExceededException: App\\Jobs\\SmsSend has been attempted too many times or run too long. The job may have previously timed out. in /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php:648\nStack trace:\n#0 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(163): Illuminate\\Queue\\Worker->maxAttemptsExceededException(Object(Illuminate\\Queue\\Jobs\\DatabaseJob))\n#1 /home/mygpsbd/public_html/app/Http/helper.php(28): Illuminate\\Queue\\Worker->Illuminate\\Queue\\{closure}(14, Array)\n#2 /home/mygpsbd/public_html/app/Jobs/SmsSend.php(35): send_sms(\'\\xE0\\xA6\\xB8\\xE0\\xA6\\xAE\\xE0\\xA7\\x8D\\xE0\\xA6\\xAE\\xE0\\xA6\\xBE...\', Array)\n#3 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App\\Jobs\\SmsSend->handle()\n#4 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/Util.php(37): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}()\n#5 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(93): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))\n#6 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(37): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))\n#7 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/Container.php(596): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)\n#8 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php(94): Illuminate\\Container\\Container->call(Array)\n#9 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(128): Illuminate\\Bus\\Dispatcher->Illuminate\\Bus\\{closure}(Object(App\\Jobs\\SmsSend))\n#10 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(103): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(App\\Jobs\\SmsSend))\n#11 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php(98): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))\n#12 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(83): Illuminate\\Bus\\Dispatcher->dispatchNow(Object(App\\Jobs\\SmsSend), false)\n#13 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(128): Illuminate\\Queue\\CallQueuedHandler->Illuminate\\Queue\\{closure}(Object(App\\Jobs\\SmsSend))\n#14 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(103): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(App\\Jobs\\SmsSend))\n#15 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(85): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))\n#16 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(59): Illuminate\\Queue\\CallQueuedHandler->dispatchThroughMiddleware(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Object(App\\Jobs\\SmsSend))\n#17 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Jobs/Job.php(98): Illuminate\\Queue\\CallQueuedHandler->call(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Array)\n#18 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(356): Illuminate\\Queue\\Jobs\\Job->fire()\n#19 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(306): Illuminate\\Queue\\Worker->process(\'database\', Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Object(Illuminate\\Queue\\WorkerOptions))\n#20 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(132): Illuminate\\Queue\\Worker->runJob(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), \'database\', Object(Illuminate\\Queue\\WorkerOptions))\n#21 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(112): Illuminate\\Queue\\Worker->daemon(\'database\', \'default\', Object(Illuminate\\Queue\\WorkerOptions))\n#22 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(96): Illuminate\\Queue\\Console\\WorkCommand->runWorker(\'database\', \'default\')\n#23 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Illuminate\\Queue\\Console\\WorkCommand->handle()\n#24 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/Util.php(37): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}()\n#25 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(93): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))\n#26 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(37): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))\n#27 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/Container.php(596): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)\n#28 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Console/Command.php(134): Illuminate\\Container\\Container->call(Array)\n#29 /home/mygpsbd/public_html/vendor/symfony/console/Command/Command.php(298): Illuminate\\Console\\Command->execute(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))\n#30 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Console/Command.php(121): Symfony\\Component\\Console\\Command\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))\n#31 /home/mygpsbd/public_html/vendor/symfony/console/Application.php(1040): Illuminate\\Console\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#32 /home/mygpsbd/public_html/vendor/symfony/console/Application.php(301): Symfony\\Component\\Console\\Application->doRunCommand(Object(Illuminate\\Queue\\Console\\WorkCommand), Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#33 /home/mygpsbd/public_html/vendor/symfony/console/Application.php(171): Symfony\\Component\\Console\\Application->doRun(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#34 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Console/Application.php(93): Symfony\\Component\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#35 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(129): Illuminate\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#36 /home/mygpsbd/public_html/artisan(37): Illuminate\\Foundation\\Console\\Kernel->handle(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#37 {main}', '2024-02-09 09:01:02');
INSERT INTO `failed_jobs` (`id`, `connection`, `queue`, `payload`, `exception`, `failed_at`) VALUES
(712, 'database', 'default', '{\"uuid\":\"3cb70de2-991f-4866-8196-cff759d48354\",\"displayName\":\"App\\\\Jobs\\\\SmsSend\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"delay\":null,\"timeout\":null,\"timeoutAt\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\SmsSend\",\"command\":\"O:16:\\\"App\\\\Jobs\\\\SmsSend\\\":9:{s:4:\\\"data\\\";a:2:{s:4:\\\"data\\\";O:39:\\\"Illuminate\\\\Database\\\\Eloquent\\\\Collection\\\":1:{s:8:\\\"\\u0000*\\u0000items\\\";a:100:{i:0;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2965;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Asif Adnan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"Asifadnan05@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01608429339\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$tNuxAZ9F2BdbCwqf7R.mP.j.ChXFnUGDcvxkvp4RKP79tPa\\/V7LL6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 13:31:41\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 13:31:41\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2965;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Asif Adnan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"Asifadnan05@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01608429339\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$tNuxAZ9F2BdbCwqf7R.mP.j.ChXFnUGDcvxkvp4RKP79tPa\\/V7LL6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 13:31:41\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 13:31:41\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:1;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2967;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"R R khan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01749007425\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$rmnObkfjpJaX9ky0Z9pq4.CJnFS3s23yRAycSF7jDhpSeYw24Vg8K\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 14:48:55\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 14:48:55\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2967;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"R R khan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01749007425\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$rmnObkfjpJaX9ky0Z9pq4.CJnFS3s23yRAycSF7jDhpSeYw24Vg8K\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 14:48:55\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 14:48:55\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:2;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2968;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"S.M. Parvez\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715016246\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$GI0oyZluZtqh973cjdd4Tuu5JZvPEo.MaEeDrdoMvqagsipOoX7Va\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 14:54:30\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 14:54:30\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2968;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"S.M. Parvez\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715016246\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$GI0oyZluZtqh973cjdd4Tuu5JZvPEo.MaEeDrdoMvqagsipOoX7Va\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 14:54:30\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 14:54:30\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:3;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2969;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Monju\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01790403666\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$oWLlHkuopnjbb8TnKeJaJOvUnhkHFkIP2VenuHLlAsm.pT1JgNh82\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 14:56:58\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 14:56:58\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2969;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Monju\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01790403666\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$oWLlHkuopnjbb8TnKeJaJOvUnhkHFkIP2VenuHLlAsm.pT1JgNh82\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 14:56:58\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 14:56:58\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:4;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2970;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md.Golam mostofa\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01992806646\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$j.wcd2hHeUquOFttvQ1WG.Rslx3xSyKnAB3GO4YJX9sOIDznFzgTC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 15:02:21\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 15:02:21\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2970;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md.Golam mostofa\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01992806646\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$j.wcd2hHeUquOFttvQ1WG.Rslx3xSyKnAB3GO4YJX9sOIDznFzgTC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 15:02:21\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 15:02:21\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:5;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2971;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"LITON\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01829156506\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$aUyKCzhMCFR5rM442hYTkuX2y0IxL51SBxy.Yn6UUD0oh3RFpdUdy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 15:31:33\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 15:31:33\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2971;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"LITON\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01829156506\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$aUyKCzhMCFR5rM442hYTkuX2y0IxL51SBxy.Yn6UUD0oh3RFpdUdy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 15:31:33\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 15:31:33\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:6;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2972;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Faysal Ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:25:\\\"Sarkarfaysal796@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01313368074\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$hyGqK4aoEMywPfXl67tBsups9oejToy.8\\/xoyb\\/05SNiUL89.NhwC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 15:34:11\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 15:34:11\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2972;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Faysal Ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:25:\\\"Sarkarfaysal796@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01313368074\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$hyGqK4aoEMywPfXl67tBsups9oejToy.8\\/xoyb\\/05SNiUL89.NhwC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 15:34:11\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 15:34:11\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:7;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2973;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Md. Shahed Ashraf\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"shahed.ashraf@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712513272\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$VkAhf8J5QlnLUz8CvPVDbuAZkzvKdKfUpDncez3qwydbN4al1.yGe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 15:37:54\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 15:37:54\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2973;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Md. Shahed Ashraf\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"shahed.ashraf@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712513272\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$VkAhf8J5QlnLUz8CvPVDbuAZkzvKdKfUpDncez3qwydbN4al1.yGe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 15:37:54\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 15:37:54\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:8;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2974;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Habibur Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"Yesimhabib@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01728279886\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$5m0K8x9yPb6Vflxb.fxiYO44\\/3CAqFtWwdOMcVTkabbkdq2mvTQWm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 15:42:11\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 15:42:11\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2974;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Habibur Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"Yesimhabib@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01728279886\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$5m0K8x9yPb6Vflxb.fxiYO44\\/3CAqFtWwdOMcVTkabbkdq2mvTQWm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 15:42:11\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 15:42:11\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:9;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2975;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Alam khan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:26:\\\"abulalamkhan1966@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01730300045\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$7JkKcb0hkH.zQutTJnAvv.7n81nF7HqBh1l.WfnFbuzrOYiLdBX62\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 15:50:24\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 15:50:24\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2975;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Alam khan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:26:\\\"abulalamkhan1966@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01730300045\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$7JkKcb0hkH.zQutTJnAvv.7n81nF7HqBh1l.WfnFbuzrOYiLdBX62\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 15:50:24\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 15:50:24\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:10;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2976;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Shopon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01718809925\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$fd6SxE3\\/sX.0YFHRPFDwr.NidEYv0DP\\/aB6wqryIjY8QnkofWwtXG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 16:07:21\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 16:07:21\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2976;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Shopon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01718809925\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$fd6SxE3\\/sX.0YFHRPFDwr.NidEYv0DP\\/aB6wqryIjY8QnkofWwtXG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 16:07:21\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 16:07:21\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:11;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2978;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"MD IMRAN HOSSAIN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:27:\\\"hossainmdimran013@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01708122281\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$V5IgfbRdJN1t6e38ldfjouMjdwZofqsQhCwaKWJl2JS1evVzzGkhi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 16:14:02\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 16:14:02\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2978;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"MD IMRAN HOSSAIN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:27:\\\"hossainmdimran013@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01708122281\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$V5IgfbRdJN1t6e38ldfjouMjdwZofqsQhCwaKWJl2JS1evVzzGkhi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 16:14:02\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 16:14:02\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:12;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2979;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Abdullah Al Rahim\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"RAYHAND2K@GMAIL.COM\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01771770033\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$guzZ6qtiqwqwRhq02sBKWe.u3Q2O9w3BY\\/Ol8i2et0upV68lzw.Kq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 16:22:20\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 16:22:20\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2979;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Abdullah Al Rahim\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"RAYHAND2K@GMAIL.COM\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01771770033\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$guzZ6qtiqwqwRhq02sBKWe.u3Q2O9w3BY\\/Ol8i2et0upV68lzw.Kq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 16:22:20\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 16:22:20\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:13;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2980;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Md. Sanaul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01718842083\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$P1o.5Z3XPUa0dA6dJ9ztn.mf4XyB6BeBNAoEoXEBMtcz0gbRj8v4e\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 16:31:31\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 16:31:31\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2980;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Md. Sanaul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01718842083\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$P1o.5Z3XPUa0dA6dJ9ztn.mf4XyB6BeBNAoEoXEBMtcz0gbRj8v4e\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 16:31:31\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 16:31:31\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:14;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2981;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md Sirajul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01926685905\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$4Y1XftD.6xBNKTcsfpKfjOD\\/xwwHEqc\\/7DgnZiaQigcRULiUok4wi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 16:34:22\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 16:34:22\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2981;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md Sirajul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01926685905\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$4Y1XftD.6xBNKTcsfpKfjOD\\/xwwHEqc\\/7DgnZiaQigcRULiUok4wi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 16:34:22\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 16:34:22\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:15;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2982;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Rezwan Rafiq\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711925048\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$YGe4MnEabcK94JJt2sYodOD30hobHkQwVmMK8vKs4d.sIPFytKLJa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 16:38:07\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 16:38:07\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2982;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Rezwan Rafiq\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711925048\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$YGe4MnEabcK94JJt2sYodOD30hobHkQwVmMK8vKs4d.sIPFytKLJa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 16:38:07\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 16:38:07\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:16;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2983;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Syed Titon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715634670\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$0.yQDB56lbiiaIBkvqUwCOHlb70R60\\/gh.LlH4XKP6jbRFyKvyChy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 16:40:50\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 16:40:50\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2983;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Syed Titon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715634670\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$0.yQDB56lbiiaIBkvqUwCOHlb70R60\\/gh.LlH4XKP6jbRFyKvyChy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 16:40:50\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 16:40:50\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:17;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2984;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Sohel Ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"sohel394433@yahoo.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01730341205\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$.MqdYN85uaGJPOgisNaywu1p9FWgDzI5fkEIKbTuM0SchlF1Q9YUa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 16:45:24\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 16:45:24\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2984;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Sohel Ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"sohel394433@yahoo.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01730341205\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$.MqdYN85uaGJPOgisNaywu1p9FWgDzI5fkEIKbTuM0SchlF1Q9YUa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 16:45:24\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 16:45:24\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:18;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2985;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Rizwan Mahmood\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01819185311\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$RxI.WvKmYXIEZH4cM2OGu.8p7VGP\\/BJ9N69I4rRTtOqQ81lzU5O2y\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 16:49:33\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 16:49:33\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2985;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Rizwan Mahmood\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01819185311\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$RxI.WvKmYXIEZH4cM2OGu.8p7VGP\\/BJ9N69I4rRTtOqQ81lzU5O2y\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 16:49:33\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 16:49:33\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:19;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2986;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Habib ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01880856164\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Y\\/Cs2ZyTzNWR34TXAJb.dutKXiJWe09TeVuaqJgJv26uocwlZ9Zsq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 16:52:17\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 16:52:17\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2986;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Habib ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01880856164\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Y\\/Cs2ZyTzNWR34TXAJb.dutKXiJWe09TeVuaqJgJv26uocwlZ9Zsq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 16:52:17\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 16:52:17\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:20;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2987;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Jannatul ferdous\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716753812\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$6uWW\\/rzPscXQjlodEBkoOOweeyX9MOjDkdPDr5f1CnEpVNkA6DbRu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 16:54:38\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 16:54:38\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2987;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Jannatul ferdous\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716753812\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$6uWW\\/rzPscXQjlodEBkoOOweeyX9MOjDkdPDr5f1CnEpVNkA6DbRu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 16:54:38\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 16:54:38\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:21;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2988;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Mamun\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:29:\\\"Abdulla.mamun1@radiant.com.bd\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01629032930\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$6IbXFTlNych0WsS4xD.90OvHjT\\/J7UyCCbzFnRoUK20kDzV92b2hC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 16:56:57\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 16:56:57\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2988;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Mamun\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:29:\\\"Abdulla.mamun1@radiant.com.bd\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01629032930\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$6IbXFTlNych0WsS4xD.90OvHjT\\/J7UyCCbzFnRoUK20kDzV92b2hC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 16:56:57\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 16:56:57\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:22;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2989;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Dipok Kumer Kundu\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"dipok2020@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01737357952\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$iUZIiBZWO63ZWXYIx.73NuRvtNDBtX.AIKOZ\\/vs0Pf2dsL4S75a2C\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 17:01:39\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 17:01:39\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2989;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Dipok Kumer Kundu\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"dipok2020@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01737357952\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$iUZIiBZWO63ZWXYIx.73NuRvtNDBtX.AIKOZ\\/vs0Pf2dsL4S75a2C\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 17:01:39\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 17:01:39\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:23;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2990;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Ripon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01713030343\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$CXTfaIUQS8p16jj41hAt9u8o0qSqkkkbKm7UrVZKXV0I7t3U6qiMW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 17:04:10\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 17:04:10\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2990;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Ripon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01713030343\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$CXTfaIUQS8p16jj41hAt9u8o0qSqkkkbKm7UrVZKXV0I7t3U6qiMW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 17:04:10\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 17:04:10\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:24;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2991;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:3:\\\"Raj\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01689366815\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$WeYIvukCTEkofBlD1JwR4uO6IARZ4jDjBO7h6VC2Tg\\/njS2naltPe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 17:07:14\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 17:07:14\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2991;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:3:\\\"Raj\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01689366815\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$WeYIvukCTEkofBlD1JwR4uO6IARZ4jDjBO7h6VC2Tg\\/njS2naltPe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 17:07:14\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 17:07:14\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:25;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2992;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:22:\\\"Md.imran Ahamed polash\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:25:\\\"imranahamed0410@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01816788621\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$xhEOuPBqs\\/yFvNSooT9OjOIlwHzjsGuxEuh\\/AmX3fI2D3QB7kBQYC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 17:11:23\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 17:11:23\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2992;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:22:\\\"Md.imran Ahamed polash\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:25:\\\"imranahamed0410@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01816788621\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$xhEOuPBqs\\/yFvNSooT9OjOIlwHzjsGuxEuh\\/AmX3fI2D3QB7kBQYC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 17:11:23\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 17:11:23\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:26;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2993;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Saidur\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01733880653\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$jcQnuoVTmG\\/dwfD78bMvju0Cqwf0sfRprh72F7xALU3eMAbS6\\/t1y\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 17:14:03\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 17:14:03\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2993;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Saidur\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01733880653\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$jcQnuoVTmG\\/dwfD78bMvju0Cqwf0sfRprh72F7xALU3eMAbS6\\/t1y\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 17:14:03\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 17:14:03\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:27;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2994;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Milton\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:26:\\\"miltondrozario77@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01977091993\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$RkDkJsCzFxav9P9sUHsm\\/.W.2cX2i8DKxLCq5pUhtNPtRzkndNj2.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 17:17:38\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 17:17:38\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2994;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Milton\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:26:\\\"miltondrozario77@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01977091993\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$RkDkJsCzFxav9P9sUHsm\\/.W.2cX2i8DKxLCq5pUhtNPtRzkndNj2.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 17:17:38\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 17:17:38\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:28;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2995;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:20:\\\"Md. Saiful Huq Rasel\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"rasel.bsl@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01621475715\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$jLZP0hiJ.Ommjob5tAnOSOTvDumtDdQPpsrx1V5oPLP7avTXfpUvm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 17:35:44\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 17:35:44\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2995;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:20:\\\"Md. Saiful Huq Rasel\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"rasel.bsl@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01621475715\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$jLZP0hiJ.Ommjob5tAnOSOTvDumtDdQPpsrx1V5oPLP7avTXfpUvm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 17:35:44\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 17:35:44\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:29;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2997;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Salim\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01842093726\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$hN3OzbzrIYawUz3E\\/5pO1extQEDheM4lAqwhWw278qqBDX2lWEpU.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 17:45:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 17:45:29\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2997;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Salim\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01842093726\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$hN3OzbzrIYawUz3E\\/5pO1extQEDheM4lAqwhWw278qqBDX2lWEpU.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 17:45:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 17:45:29\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:30;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2998;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:24:\\\"Dr.Anirban Kishor Singha\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:25:\\\"anirbanbdsingha@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01717556941\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$\\/AX.B8KQZsCVGkvf\\/HLeOup0aSHVfiNdptssxkdjPBKE2tKcfqE3K\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 17:48:58\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 17:48:58\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2998;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:24:\\\"Dr.Anirban Kishor Singha\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:25:\\\"anirbanbdsingha@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01717556941\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$\\/AX.B8KQZsCVGkvf\\/HLeOup0aSHVfiNdptssxkdjPBKE2tKcfqE3K\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 17:48:58\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 17:48:58\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:31;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2999;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Yiahiya Abid\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01718098388\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$eeLe8as4UTu1R2gcj6EwO.EjZ3YmVNatZwyreLRQePpV.NXIH0hRm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 17:51:36\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 17:51:36\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2999;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Yiahiya Abid\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01718098388\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$eeLe8as4UTu1R2gcj6EwO.EjZ3YmVNatZwyreLRQePpV.NXIH0hRm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 17:51:36\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 17:51:36\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:32;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3000;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"MD MASUDUR RAHMAN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"masudur26@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01921683664\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$vLFRFp5INudW54tHEOVsvuPxzNhPzSZ03mlt5CnmTlYJPdVS92Gmu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 17:54:42\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 17:54:42\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3000;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"MD MASUDUR RAHMAN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"masudur26@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01921683664\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$vLFRFp5INudW54tHEOVsvuPxzNhPzSZ03mlt5CnmTlYJPdVS92Gmu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 17:54:42\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 17:54:42\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:33;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3001;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Mannan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01771262256\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$9gLebOwwKzastnmc6Nl4f.Cg9pNKRdW6Sud.WJmIcL06Y4RUwKKnG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-10 10:14:25\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-10 10:14:25\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3001;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Mannan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01771262256\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$9gLebOwwKzastnmc6Nl4f.Cg9pNKRdW6Sud.WJmIcL06Y4RUwKKnG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-10 10:14:25\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-10 10:14:25\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:34;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3002;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"AKM Nurunnabi\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"nurunnabi3013@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711113901\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$H1HZz7.I6tHKaXw8AGnwCuWr1.r61n3pJFatzCEHorURQtvbYpd8S\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-10 10:16:26\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-10 10:16:26\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3002;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"AKM Nurunnabi\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"nurunnabi3013@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711113901\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$H1HZz7.I6tHKaXw8AGnwCuWr1.r61n3pJFatzCEHorURQtvbYpd8S\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-10 10:16:26\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-10 10:16:26\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:35;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3003;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:3:\\\"Abu\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01723791276\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$7Jxh1jTHwHidJ.7ze0XMvO\\/Ba331gh4a4PnGuewrIjtjkScXrqH92\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-10 10:18:27\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-10 10:18:27\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3003;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:3:\\\"Abu\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01723791276\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$7Jxh1jTHwHidJ.7ze0XMvO\\/Ba331gh4a4PnGuewrIjtjkScXrqH92\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-10 10:18:27\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-10 10:18:27\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:36;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3006;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Md. Bablu\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01713613176\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$G57fS1o5\\/o0oVRoCWpelrecULiernchwmgR5dWyTe0N9gZQa3eZm.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-10 10:29:40\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-10 10:29:40\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3006;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Md. Bablu\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01713613176\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$G57fS1o5\\/o0oVRoCWpelrecULiernchwmgR5dWyTe0N9gZQa3eZm.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-10 10:29:40\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-10 10:29:40\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:37;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3008;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Masum billal\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01827312623\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$0UG81YxmHIw6kEZYXFr3..DZshdbGba30h8CVGxB\\/gbmT4slTQ6c6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-10 10:35:30\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-10 10:35:30\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3008;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Masum billal\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01827312623\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$0UG81YxmHIw6kEZYXFr3..DZshdbGba30h8CVGxB\\/gbmT4slTQ6c6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-10 10:35:30\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-10 10:35:30\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:38;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3009;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Mukul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01722984433\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$mXZeqATU\\/beVqHV\\/lATrbuZQhY34SfbVu6hAsPicFwYmjHWYY5gPC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-10 10:37:08\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-10 10:37:08\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3009;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Mukul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01722984433\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$mXZeqATU\\/beVqHV\\/lATrbuZQhY34SfbVu6hAsPicFwYmjHWYY5gPC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-10 10:37:08\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-10 10:37:08\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:39;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3010;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Abdul kader\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01885887788\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$WWb3szRZcmkJOgqy376nje2daGWw1uwHEg5uvfsUAhrBmHCXC.rhG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-10 10:39:09\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-10 10:39:09\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3010;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Abdul kader\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01885887788\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$WWb3szRZcmkJOgqy376nje2daGWw1uwHEg5uvfsUAhrBmHCXC.rhG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-10 10:39:09\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-10 10:39:09\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:40;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3012;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Md. Ramjan Ali\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01714334036\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$3qOCEJbUjs6LwwMnqIbN6eVdCljdw18Y9s.2dg9m8zJmrRcZpxv9e\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-10 10:45:02\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-10 10:45:02\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3012;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Md. Ramjan Ali\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01714334036\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$3qOCEJbUjs6LwwMnqIbN6eVdCljdw18Y9s.2dg9m8zJmrRcZpxv9e\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-10 10:45:02\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-10 10:45:02\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:41;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3013;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Md. Mehedi Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01912316861\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$\\/bqdYSEYxQi8aptyVglWyeRO\\/oacts.HulCxUGtLJKb7PzGpg.G3m\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-10 10:46:32\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-10 10:46:32\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3013;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Md. Mehedi Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01912316861\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$\\/bqdYSEYxQi8aptyVglWyeRO\\/oacts.HulCxUGtLJKb7PzGpg.G3m\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-10 10:46:32\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-10 10:46:32\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:42;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3014;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Monir\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716284310\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$7BmOCtMo5iqi1iSIIfeQHOAMCl.XcZYumAEfY5mWKrzwIuyu.5cey\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-10 10:48:55\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-10 10:48:55\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3014;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Monir\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716284310\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$7BmOCtMo5iqi1iSIIfeQHOAMCl.XcZYumAEfY5mWKrzwIuyu.5cey\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-10 10:48:55\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-10 10:48:55\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:43;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3015;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Jahin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01720513413\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$EzWZao683QQK8FPL7zRg6.oVcha12rCPK.aM7aUmPNhLe5L6wbLfO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-10 10:50:59\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-10 10:50:59\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3015;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Jahin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01720513413\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$EzWZao683QQK8FPL7zRg6.oVcha12rCPK.aM7aUmPNhLe5L6wbLfO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-10 10:50:59\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-10 10:50:59\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:44;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3016;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Shajib\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"khanshajib91@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01616363679\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$hYN7zRWo6nZ.4psDWznmGONO1cv1moMLf5AE0mYjxfCSAYMxt19T.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-10 10:52:57\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-10 10:52:57\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3016;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Shajib\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"khanshajib91@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01616363679\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$hYN7zRWo6nZ.4psDWznmGONO1cv1moMLf5AE0mYjxfCSAYMxt19T.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-10 10:52:57\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-10 10:52:57\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:45;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3017;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"MD Shamim Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"hshamim26@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01924090866\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$WDsZRcKc0pNWssAVa.\\/h1O.\\/2E0Wb1WPOjdPWmiml7itTwFnwNKP2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-10 10:55:12\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-10 10:55:12\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3017;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"MD Shamim Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"hshamim26@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01924090866\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$WDsZRcKc0pNWssAVa.\\/h1O.\\/2E0Wb1WPOjdPWmiml7itTwFnwNKP2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-10 10:55:12\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-10 10:55:12\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:46;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3018;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Arif Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01701029895\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$bjKwPDP3xUKdPBN.0ktzG.1Jb42k9CdRk0ySsIZ20bpDMV15eNzNK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-10 10:57:50\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-10 10:57:50\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3018;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Arif Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01701029895\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$bjKwPDP3xUKdPBN.0ktzG.1Jb42k9CdRk0ySsIZ20bpDMV15eNzNK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-10 10:57:50\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-10 10:57:50\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:47;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3019;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"ALOMGIR\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01815229738\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$WQHjSJzmKmZYwLBb83YHxucFPYFiLmFciy\\/8zsVpqVwMcZT1VGQve\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-10 11:26:41\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-10 11:26:41\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3019;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"ALOMGIR\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01815229738\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$WQHjSJzmKmZYwLBb83YHxucFPYFiLmFciy\\/8zsVpqVwMcZT1VGQve\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-10 11:26:41\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-10 11:26:41\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:48;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3020;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Mohin habib\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01613479653\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Cu904uMmwpwbDH1N7cu4Z.zY.50syZ1ENgPdK\\/PIrmskZzRW85kWm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-10 11:28:45\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-10 11:28:45\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3020;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Mohin habib\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01613479653\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Cu904uMmwpwbDH1N7cu4Z.zY.50syZ1ENgPdK\\/PIrmskZzRW85kWm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-10 11:28:45\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-10 11:28:45\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:49;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3021;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:22:\\\"Mohammad Tanvir Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:28:\\\"tanvirrahmanrahman@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01733204964\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$z3Q49hCPTOF8CXmmrKmBoerdQjwfJr1R47BEHRKZ5IGXqAIlodSJi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-10 11:31:38\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-10 11:31:38\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3021;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:22:\\\"Mohammad Tanvir Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:28:\\\"tanvirrahmanrahman@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01733204964\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$z3Q49hCPTOF8CXmmrKmBoerdQjwfJr1R47BEHRKZ5IGXqAIlodSJi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-10 11:31:38\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-10 11:31:38\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:50;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3022;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md golam mostofa\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712512277\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$T07PTgoqXSB.GUCRLOlm3OFmfDP4v7V2MOynXn28ENTv\\/GecFeETq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-10 11:33:34\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-10 11:33:34\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3022;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md golam mostofa\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712512277\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$T07PTgoqXSB.GUCRLOlm3OFmfDP4v7V2MOynXn28ENTv\\/GecFeETq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-10 11:33:34\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-10 11:33:34\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:51;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3023;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Emtiaz\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01769351534\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$AX8.kqnhuW\\/RA.GvfDq9uuAt8rkjs.GSdxzrQ4IrQLaDUEelBeYxy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-10 16:37:48\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-10 16:37:48\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3023;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Emtiaz\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01769351534\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$AX8.kqnhuW\\/RA.GvfDq9uuAt8rkjs.GSdxzrQ4IrQLaDUEelBeYxy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-10 16:37:48\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-10 16:37:48\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:52;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3024;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"SOURAV AHMED\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01947474758\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$lifadWMNMlaPpbR0QNE.WeDbcSreZLiZIzobzoD9emJDKIf95FTem\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-10 16:43:20\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-10 16:43:20\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3024;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"SOURAV AHMED\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01947474758\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$lifadWMNMlaPpbR0QNE.WeDbcSreZLiZIzobzoD9emJDKIf95FTem\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-10 16:43:20\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-10 16:43:20\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:53;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3025;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Rafikul islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1749273849\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$mxcKhw3cxzoZDB57mGkpFubp9eFPyZ8LmQmplxI9XNx3Soy4rFGYS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-10 16:45:41\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-10 16:45:41\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3025;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Rafikul islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1749273849\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$mxcKhw3cxzoZDB57mGkpFubp9eFPyZ8LmQmplxI9XNx3Soy4rFGYS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-10 16:45:41\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-10 16:45:41\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:54;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3026;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Mohib Titu\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"mohibtitu@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01844146087\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$hyWkASDMz1WXzJWMlSwiJOlQzm0UbB3UUxAk51i4eddakewcfn\\/76\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-10 16:48:17\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-10 16:48:17\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3026;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Mohib Titu\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"mohibtitu@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01844146087\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$hyWkASDMz1WXzJWMlSwiJOlQzm0UbB3UUxAk51i4eddakewcfn\\/76\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-10 16:48:17\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-10 16:48:17\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:55;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3028;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Nasir\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01720163307\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Gv3R7fsWmW4kwr\\/F0qiItOQ0.A3\\/XrZaqS3KGMLBxVkCZ\\/d6\\/EUfK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-10 17:31:11\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-10 17:31:11\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3028;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Nasir\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01720163307\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Gv3R7fsWmW4kwr\\/F0qiItOQ0.A3\\/XrZaqS3KGMLBxVkCZ\\/d6\\/EUfK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-10 17:31:11\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-10 17:31:11\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:56;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3029;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Mashiul Azam Rasel\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"mashiul.rasel@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716363874\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$fpoRjGujkpGpXAwgsDcg9.m.hhzpahd50KDnLdjcjUXn5LIlj6HJa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-10 17:35:04\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-10 17:35:04\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3029;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Mashiul Azam Rasel\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"mashiul.rasel@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716363874\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$fpoRjGujkpGpXAwgsDcg9.m.hhzpahd50KDnLdjcjUXn5LIlj6HJa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-10 17:35:04\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-10 17:35:04\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:57;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3030;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Md Tazul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716931621\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$aOf9Ul4HYt6ZCL.z3jETkemGsu4XaCaATWvaFRzxqBD7PSnXauPji\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-10 17:37:14\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-10 17:37:14\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3030;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Md Tazul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716931621\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$aOf9Ul4HYt6ZCL.z3jETkemGsu4XaCaATWvaFRzxqBD7PSnXauPji\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-10 17:37:14\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-10 17:37:14\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:58;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3031;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Afruza\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01737690146\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$KTfWQUpO.kaH3RC\\/pSkI1ebEmGbvL5v5mnz8AvffoIjt3CcNNtLwG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-10 17:40:47\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-10 17:40:47\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3031;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Afruza\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01737690146\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$KTfWQUpO.kaH3RC\\/pSkI1ebEmGbvL5v5mnz8AvffoIjt3CcNNtLwG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-10 17:40:47\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-10 17:40:47\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:59;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3032;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"Dr. Md. Nadim Kamal\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:27:\\\"nadimkamalpmr2014@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01604762671\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$qs6rMevyONwbeD.xp1n8vepMhXtLDDKs7OEbpbWF6aV0fXgx0.G4i\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 10:20:38\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 10:20:38\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3032;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"Dr. Md. Nadim Kamal\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:27:\\\"nadimkamalpmr2014@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01604762671\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$qs6rMevyONwbeD.xp1n8vepMhXtLDDKs7OEbpbWF6aV0fXgx0.G4i\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 10:20:38\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 10:20:38\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:60;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3033;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Shipul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01714591475\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$uR3XiS82mttqT4Q3GFvF.eTFNlSYy.9IqVwslza9E1ws60uQ6aGI6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 10:26:36\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 10:26:36\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3033;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Shipul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01714591475\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$uR3XiS82mttqT4Q3GFvF.eTFNlSYy.9IqVwslza9E1ws60uQ6aGI6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 10:26:36\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 10:26:36\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:61;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3034;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Sayed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01877984727\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$v1ly\\/xkqwWP.xXvTh2pksuZOI8hQxKF9ca3XWOEBIbWOk4HMjxeUq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 10:42:58\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 10:42:58\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3034;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Sayed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01877984727\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$v1ly\\/xkqwWP.xXvTh2pksuZOI8hQxKF9ca3XWOEBIbWOk4HMjxeUq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 10:42:58\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 10:42:58\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:62;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3036;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Swapnil Sarkar\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:30:\\\"swapnil.sarkar.gplay@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01303838861\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$txnQgGLYz2Copxmpud3\\/kefRviNo7Sar3oCRxgcBhmwoadWy2M1OK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 10:49:53\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 10:49:53\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3036;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Swapnil Sarkar\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:30:\\\"swapnil.sarkar.gplay@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01303838861\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$txnQgGLYz2Copxmpud3\\/kefRviNo7Sar3oCRxgcBhmwoadWy2M1OK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 10:49:53\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 10:49:53\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:63;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3037;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"D.M.S.N. Jaman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711076412\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$XG4b.kCkCwe8Ggt0uaPh1ehaRMPIODCNQTDhXwx6.uiL22YMK4f8y\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 10:51:57\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 10:51:57\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3037;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"D.M.S.N. Jaman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711076412\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$XG4b.kCkCwe8Ggt0uaPh1ehaRMPIODCNQTDhXwx6.uiL22YMK4f8y\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 10:51:57\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 10:51:57\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:64;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3038;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"MD rustom Ali\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"94rustom@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01917726798\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$lVsTFH24hlLntak2pkV8R.arOgXZ5\\/Er0\\/S0kMgorFocawq3FzohO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 10:54:59\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 10:54:59\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3038;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"MD rustom Ali\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"94rustom@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01917726798\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$lVsTFH24hlLntak2pkV8R.arOgXZ5\\/Er0\\/S0kMgorFocawq3FzohO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 10:54:59\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 10:54:59\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:65;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3039;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Hanif\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01759000819\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$k4rLWmIC4AfsACkgKMkn2.gH73T\\/XqBWIqAA7Efww6Y23E2MDg6he\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 11:00:49\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 11:00:49\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3039;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Hanif\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01759000819\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$k4rLWmIC4AfsACkgKMkn2.gH73T\\/XqBWIqAA7Efww6Y23E2MDg6he\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 11:00:49\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 11:00:49\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:66;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3040;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Mahbub\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01625825561\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$MNNnwd5tYzd6CPbucIFTyu.1VU7RCgStK26dPg7yabJlex\\/TMN0jq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 11:10:09\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 11:10:09\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3040;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Mahbub\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01625825561\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$MNNnwd5tYzd6CPbucIFTyu.1VU7RCgStK26dPg7yabJlex\\/TMN0jq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 11:10:09\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 11:10:09\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:67;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3041;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:3:\\\"Joy\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01797473296\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$l1QJiUK\\/DVel\\/xcjmaDcZ.wq.LO05Y1\\/OU9XS5jXwMRQD9OYXxy9S\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 11:13:48\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 11:13:48\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3041;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:3:\\\"Joy\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01797473296\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$l1QJiUK\\/DVel\\/xcjmaDcZ.wq.LO05Y1\\/OU9XS5jXwMRQD9OYXxy9S\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 11:13:48\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 11:13:48\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:68;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3042;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Prodip Roy\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01990105069\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$WgwFfOYXGnogQQvwFHn.b.U48hWrBM1om2PiJoInxlW0idYzoZKya\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 11:16:42\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 11:16:42\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3042;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Prodip Roy\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01990105069\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$WgwFfOYXGnogQQvwFHn.b.U48hWrBM1om2PiJoInxlW0idYzoZKya\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 11:16:42\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 11:16:42\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:69;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3043;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Md.faisal\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01683572441\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Eqooi2t4ONo3.gsloDqpJOuk8knfYZ0j\\/5.tyjcpnec.5bWagx\\/DS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 11:19:19\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 11:19:19\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3043;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Md.faisal\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01683572441\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Eqooi2t4ONo3.gsloDqpJOuk8knfYZ0j\\/5.tyjcpnec.5bWagx\\/DS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 11:19:19\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 11:19:19\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:70;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3044;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Noor Ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"noor.ahmed7@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01552341761\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$WyNh2Vwa3Ck2\\/dtUDV5Ot.FyXw4xqrM1eE4dAOwQ.FSfWnvTJoYbe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 11:21:19\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 11:21:19\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3044;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Noor Ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"noor.ahmed7@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01552341761\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$WyNh2Vwa3Ck2\\/dtUDV5Ot.FyXw4xqrM1eE4dAOwQ.FSfWnvTJoYbe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 11:21:19\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 11:21:19\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:71;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3046;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Shahadat hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01723803322\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$YnSR6lvY6sjoXWOhJ3Gvwe0ZuEqb1ao4wSTPp80vu3UzKO0Qo7Nri\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 11:28:06\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 11:28:06\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3046;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Shahadat hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01723803322\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$YnSR6lvY6sjoXWOhJ3Gvwe0ZuEqb1ao4wSTPp80vu3UzKO0Qo7Nri\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 11:28:06\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 11:28:06\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:72;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3047;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Abhijit saha\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"abhijit.as95@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01617333848\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$yUoc8cWHd9ngxJT80rrDiu.EeVH88Z.IJ2NkZhtBT.OBgHBM\\/ZHq6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 11:30:19\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 11:30:19\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3047;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Abhijit saha\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"abhijit.as95@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01617333848\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$yUoc8cWHd9ngxJT80rrDiu.EeVH88Z.IJ2NkZhtBT.OBgHBM\\/ZHq6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 11:30:19\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 11:30:19\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:73;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3049;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Delowar\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1813748126\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$FA9h9BB2TC.7IUeYzCslpevdvjlBM3\\/aHxuC6xLSXaJRMFRLfGOVS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 11:35:59\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 11:35:59\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3049;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Delowar\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1813748126\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$FA9h9BB2TC.7IUeYzCslpevdvjlBM3\\/aHxuC6xLSXaJRMFRLfGOVS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 11:35:59\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 11:35:59\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:74;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3050;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Hasib Reza\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01765302308\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$YYyv1SrKMtijj.okdtVZYuHTTNoe1teD44lY7F4eux4B5Dcq3NOJW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 11:37:51\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 11:37:51\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3050;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Hasib Reza\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01765302308\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$YYyv1SrKMtijj.okdtVZYuHTTNoe1teD44lY7F4eux4B5Dcq3NOJW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 11:37:51\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 11:37:51\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:75;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3051;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Ajom\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01755527715\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$664lp7mmwpeY8Ynw6sFmcuu37e7TZ7K.YBpzkzhUgVFHdIL49ZvtK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 11:41:32\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 11:41:32\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3051;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Ajom\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01755527715\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$664lp7mmwpeY8Ynw6sFmcuu37e7TZ7K.YBpzkzhUgVFHdIL49ZvtK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 11:41:32\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 11:41:32\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:76;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3053;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Golam Mortoza\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"s.mortoza@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01713018617\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$LuwYJ5bqkcuYMidqJ7O\\/9uu\\/tS.IDqSxG8Tz7e1uMmzJhotVZvTj6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 11:48:04\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 11:48:04\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3053;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Golam Mortoza\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"s.mortoza@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01713018617\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$LuwYJ5bqkcuYMidqJ7O\\/9uu\\/tS.IDqSxG8Tz7e1uMmzJhotVZvTj6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 11:48:04\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 11:48:04\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:77;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3054;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Abdul Hamid\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711137033\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$wnFVuzYPSK4BMT9WqplQ7OgelYPjnid2EC9Z3HDlJiKcXxa0x6v\\/q\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 11:49:48\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 11:49:48\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3054;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Abdul Hamid\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711137033\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$wnFVuzYPSK4BMT9WqplQ7OgelYPjnid2EC9Z3HDlJiKcXxa0x6v\\/q\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 11:49:48\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 11:49:48\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:78;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3056;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Goni\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01791407279\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$nkA00JdJoV5YbJnD6h03B.sX2b39FkoqBtA8uYdk40.nJDPtnSLUe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 11:55:17\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 11:55:17\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3056;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Goni\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01791407279\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$nkA00JdJoV5YbJnD6h03B.sX2b39FkoqBtA8uYdk40.nJDPtnSLUe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 11:55:17\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 11:55:17\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:79;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3057;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Sm kabir\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01742262228\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$KqAE8kGrgs1h2s1JxVMareulUAp\\/ypX6BJjzp2gXyGKNmReTLzcnO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 11:57:56\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 11:57:56\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3057;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Sm kabir\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01742262228\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$KqAE8kGrgs1h2s1JxVMareulUAp\\/ypX6BJjzp2gXyGKNmReTLzcnO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 11:57:56\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 11:57:56\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:80;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3058;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Sahin amzad\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01614491071\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$E9LdV7RFLt.l80e3DUcXCOIR7G881XealJC7.VN0JTV0ii2KnNeYe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 13:49:53\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 13:49:53\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3058;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Sahin amzad\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01614491071\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$E9LdV7RFLt.l80e3DUcXCOIR7G881XealJC7.VN0JTV0ii2KnNeYe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 13:49:53\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 13:49:53\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:81;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3059;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Seema\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:26:\\\"ashrafuzzaman024@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711138624\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$bCg7q8VELyAJoSR2ZHrniOMvnmvd6z7gXHxgp.NB33yfNgJbJ1\\/J2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 13:51:51\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 13:51:51\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3059;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Seema\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:26:\\\"ashrafuzzaman024@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711138624\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$bCg7q8VELyAJoSR2ZHrniOMvnmvd6z7gXHxgp.NB33yfNgJbJ1\\/J2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 13:51:51\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 13:51:51\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:82;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3060;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Salauddin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01635217115\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$47t5HVJlwt2aRK6tSoWRnesIhIUl9Z0lVfiveTNY5Xd9D6dXZzT3a\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 13:54:55\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 13:54:55\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3060;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Salauddin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01635217115\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$47t5HVJlwt2aRK6tSoWRnesIhIUl9Z0lVfiveTNY5Xd9D6dXZzT3a\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 13:54:55\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 13:54:55\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:83;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3062;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Mohammad Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"ddhossain1961@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"1711 391786\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$gJwImzTjXBscjMeq3GvBP.yuhN8Wfhfi13ils30ZBV02kitS3Ic3u\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 14:00:53\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 14:00:53\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3062;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Mohammad Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"ddhossain1961@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"1711 391786\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$gJwImzTjXBscjMeq3GvBP.yuhN8Wfhfi13ils30ZBV02kitS3Ic3u\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 14:00:53\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 14:00:53\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:84;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3063;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Rofiqul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01553388583\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$hJPlrTEcqn2Ls1RVDEFBq.qx0ECX9pJeUHtohhE4Dmbur\\/NTKJYjW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 14:03:36\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 14:03:36\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3063;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Rofiqul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01553388583\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$hJPlrTEcqn2Ls1RVDEFBq.qx0ECX9pJeUHtohhE4Dmbur\\/NTKJYjW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 14:03:36\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 14:03:36\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:85;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3064;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"MD Abdul Bari\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01913816421\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$piWQeCGFGGHbMKQgDxqD3u2F2cHEEyZZVWXY2HyhhrDGja.9XyL5y\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 14:05:36\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 14:05:36\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3064;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"MD Abdul Bari\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01913816421\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$piWQeCGFGGHbMKQgDxqD3u2F2cHEEyZZVWXY2HyhhrDGja.9XyL5y\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 14:05:36\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 14:05:36\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:86;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3065;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Faruk\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716918972\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$lQLKsIzLPMakQXDLvrZtM.TNfOEOKJfw7\\/vDmz9va.7yPhqektbyO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 14:08:53\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 14:08:53\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3065;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Faruk\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716918972\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$lQLKsIzLPMakQXDLvrZtM.TNfOEOKJfw7\\/vDmz9va.7yPhqektbyO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 14:08:53\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 14:08:53\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:87;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3067;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Ripon Saha\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"riponsasha@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715407263\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$eyRycnLMiKIn\\/EYXgXtNue43xOWYA92z7O2H1ISqorSSm0rvVyh8q\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 14:36:40\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 14:36:40\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3067;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Ripon Saha\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"riponsasha@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715407263\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$eyRycnLMiKIn\\/EYXgXtNue43xOWYA92z7O2H1ISqorSSm0rvVyh8q\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 14:36:40\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 14:36:40\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:88;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3068;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Arafat Khandakar\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01863973817\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$VVmRBDi972l4loGKrNkuDuIbGHSgQVB4smn123FQmBPzR9b5tfhyO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 14:43:11\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 14:43:11\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3068;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Arafat Khandakar\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01863973817\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$VVmRBDi972l4loGKrNkuDuIbGHSgQVB4smn123FQmBPzR9b5tfhyO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 14:43:11\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 14:43:11\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:89;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3069;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Harun\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01956810393\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$6x2BprBZZgN.GwsLKdfXaOxgvzI\\/w8U8MOidc1KgouNCGG89o5BqO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 14:58:37\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 14:58:37\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3069;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Harun\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01956810393\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$6x2BprBZZgN.GwsLKdfXaOxgvzI\\/w8U8MOidc1KgouNCGG89o5BqO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 14:58:37\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 14:58:37\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:90;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3070;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Roki\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01610974228\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$CWpA6ZXQXtQmJ6PsWJPjKuZBh7PYZqaRqvja7i\\/sZnQ2TCxUiyQsq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 15:01:58\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 15:01:58\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3070;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Roki\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01610974228\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$CWpA6ZXQXtQmJ6PsWJPjKuZBh7PYZqaRqvja7i\\/sZnQ2TCxUiyQsq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 15:01:58\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 15:01:58\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:91;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3071;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"sopon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711248692\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$G\\/l3uG7On7HZxd6xF6B9.OVBM55uZpvQcRbAfmsDDSa2owE.EgniO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 15:04:38\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 15:04:38\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3071;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"sopon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711248692\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$G\\/l3uG7On7HZxd6xF6B9.OVBM55uZpvQcRbAfmsDDSa2owE.EgniO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 15:04:38\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 15:04:38\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:92;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3072;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Hasan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01672312652\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$sadVQBWtq\\/STYnlPAgMeeuP0DfAYaGs36pwv7AkGwUsOfCWPinfoe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 15:07:23\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 15:07:23\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3072;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Hasan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01672312652\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$sadVQBWtq\\/STYnlPAgMeeuP0DfAYaGs36pwv7AkGwUsOfCWPinfoe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 15:07:23\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 15:07:23\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:93;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3073;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Mehedi\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01708456035\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$DdwbAdifefZih7mPRIh1I.INfNkzac4\\/z9FFJ\\/j3Apd8xWlApp1Rm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 15:10:33\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 15:10:33\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3073;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Mehedi\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01708456035\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$DdwbAdifefZih7mPRIh1I.INfNkzac4\\/z9FFJ\\/j3Apd8xWlApp1Rm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 15:10:33\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 15:10:33\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:94;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3074;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md. Saiful Hyder\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712274480\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$UNzLBACsEcN9jXrZYHnYweQ6ER.Aa2jzPk\\/uYH9F.w7sWUVVB39T6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 15:21:19\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 15:21:19\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3074;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md. Saiful Hyder\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712274480\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$UNzLBACsEcN9jXrZYHnYweQ6ER.Aa2jzPk\\/uYH9F.w7sWUVVB39T6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 15:21:19\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 15:21:19\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:95;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3075;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Shakil\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01749677705\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$2QfioC44bqytZPy7kyttMejhGYhrbLWb2AP.Qh.lXsHdDQzkpXwoS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 15:23:19\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 15:23:19\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3075;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Shakil\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01749677705\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$2QfioC44bqytZPy7kyttMejhGYhrbLWb2AP.Qh.lXsHdDQzkpXwoS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 15:23:19\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 15:23:19\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:96;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3076;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Farham Chowdhury\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"farhamchy@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01911067650\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$5L9AfIQIufu5ZH4XmJqaJ.f4ckDmy2rd3OdALzbhfWu\\/hC.gwkjw6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 15:26:45\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 15:26:45\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3076;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Farham Chowdhury\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"farhamchy@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01911067650\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$5L9AfIQIufu5ZH4XmJqaJ.f4ckDmy2rd3OdALzbhfWu\\/hC.gwkjw6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 15:26:45\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 15:26:45\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:97;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3077;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"MD.Nasir uddin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1760359158\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$fAl\\/sSdbnxg1UafCID4vd.Rk0LFdjKfMzfhK9HyudIxT6fECBjeoe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 15:29:42\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 15:29:42\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3077;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"MD.Nasir uddin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1760359158\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$fAl\\/sSdbnxg1UafCID4vd.Rk0LFdjKfMzfhK9HyudIxT6fECBjeoe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 15:29:42\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 15:29:42\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:98;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3078;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Shawon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01727332181\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$2QO.JxkcWzqZ1P8crfooru5\\/Cr2MvTJlPlEn2wpiSQlHKZfJMZ5eO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 15:35:28\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 15:35:28\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3078;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Shawon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01727332181\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$2QO.JxkcWzqZ1P8crfooru5\\/Cr2MvTJlPlEn2wpiSQlHKZfJMZ5eO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 15:35:28\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 15:35:28\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:99;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3079;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Md. shahid\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01834303132\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$smhHpDyd0YU8vULBE7Bkr.L3ALyuMxDmfuerHFSetzVtpYYfT48mO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 15:37:58\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 15:37:58\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3079;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Md. shahid\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01834303132\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$smhHpDyd0YU8vULBE7Bkr.L3ALyuMxDmfuerHFSetzVtpYYfT48mO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 15:37:58\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 15:37:58\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}}}s:4:\\\"text\\\";s:335:\\\"\\u09b8\\u09ae\\u09cd\\u09ae\\u09be\\u09a8\\u09bf\\u09a4 \\u0997\\u09cd\\u09b0\\u09be\\u09b9\\u0995, \\u09b8\\u09be\\u09b0\\u09cd\\u09ad\\u09be\\u09b0 \\u0986\\u09aa\\u09a1\\u09c7\\u099f \\u09a6\\u09c7\\u0993\\u09df\\u09be\\u09b0 \\u0995\\u09be\\u09b0\\u09a8\\u09c7 \\u0986\\u09aa\\u09a8\\u09be\\u09a6\\u09c7\\u09b0 \\u09a8\\u09bf\\u0995\\u099f \\u09ac\\u09bf\\u09b2\\u09c7\\u09b0 \\u098f\\u0995\\u099f\\u09bf \\u09ad\\u09c1\\u09b2 \\u09ae\\u09c7\\u09b8\\u09c7\\u099c \\u0997\\u09bf\\u09df\\u09c7\\u099b\\u09c7 \\u0964 \\u09ac\\u09bf\\u09b7\\u09df\\u099f\\u09bf\\u09b0 \\u099c\\u09a8\\u09cd\\u09af \\u0986\\u09ae\\u09b0\\u09be \\u0986\\u09a8\\u09cd\\u09a4\\u09b0\\u09bf\\u0995 \\u09ad\\u09be\\u09ac\\u09c7 \\u09a6\\u09c1\\u0983\\u0996\\u09bf\\u09a4\\u0964\\\";}s:3:\\\"job\\\";N;s:10:\\\"connection\\\";N;s:5:\\\"queue\\\";N;s:15:\\\"chainConnection\\\";N;s:10:\\\"chainQueue\\\";N;s:5:\\\"delay\\\";N;s:10:\\\"middleware\\\";a:0:{}s:7:\\\"chained\\\";a:0:{}}\"}}', 'Illuminate\\Queue\\MaxAttemptsExceededException: App\\Jobs\\SmsSend has been attempted too many times or run too long. The job may have previously timed out. in /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php:648\nStack trace:\n#0 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(163): Illuminate\\Queue\\Worker->maxAttemptsExceededException(Object(Illuminate\\Queue\\Jobs\\DatabaseJob))\n#1 /home/mygpsbd/public_html/app/Http/helper.php(28): Illuminate\\Queue\\Worker->Illuminate\\Queue\\{closure}(14, Array)\n#2 /home/mygpsbd/public_html/app/Jobs/SmsSend.php(35): send_sms(\'\\xE0\\xA6\\xB8\\xE0\\xA6\\xAE\\xE0\\xA7\\x8D\\xE0\\xA6\\xAE\\xE0\\xA6\\xBE...\', Array)\n#3 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App\\Jobs\\SmsSend->handle()\n#4 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/Util.php(37): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}()\n#5 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(93): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))\n#6 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(37): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))\n#7 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/Container.php(596): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)\n#8 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php(94): Illuminate\\Container\\Container->call(Array)\n#9 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(128): Illuminate\\Bus\\Dispatcher->Illuminate\\Bus\\{closure}(Object(App\\Jobs\\SmsSend))\n#10 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(103): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(App\\Jobs\\SmsSend))\n#11 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php(98): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))\n#12 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(83): Illuminate\\Bus\\Dispatcher->dispatchNow(Object(App\\Jobs\\SmsSend), false)\n#13 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(128): Illuminate\\Queue\\CallQueuedHandler->Illuminate\\Queue\\{closure}(Object(App\\Jobs\\SmsSend))\n#14 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(103): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(App\\Jobs\\SmsSend))\n#15 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(85): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))\n#16 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(59): Illuminate\\Queue\\CallQueuedHandler->dispatchThroughMiddleware(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Object(App\\Jobs\\SmsSend))\n#17 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Jobs/Job.php(98): Illuminate\\Queue\\CallQueuedHandler->call(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Array)\n#18 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(356): Illuminate\\Queue\\Jobs\\Job->fire()\n#19 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(306): Illuminate\\Queue\\Worker->process(\'database\', Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Object(Illuminate\\Queue\\WorkerOptions))\n#20 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(132): Illuminate\\Queue\\Worker->runJob(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), \'database\', Object(Illuminate\\Queue\\WorkerOptions))\n#21 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(112): Illuminate\\Queue\\Worker->daemon(\'database\', \'default\', Object(Illuminate\\Queue\\WorkerOptions))\n#22 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(96): Illuminate\\Queue\\Console\\WorkCommand->runWorker(\'database\', \'default\')\n#23 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Illuminate\\Queue\\Console\\WorkCommand->handle()\n#24 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/Util.php(37): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}()\n#25 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(93): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))\n#26 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(37): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))\n#27 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/Container.php(596): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)\n#28 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Console/Command.php(134): Illuminate\\Container\\Container->call(Array)\n#29 /home/mygpsbd/public_html/vendor/symfony/console/Command/Command.php(298): Illuminate\\Console\\Command->execute(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))\n#30 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Console/Command.php(121): Symfony\\Component\\Console\\Command\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))\n#31 /home/mygpsbd/public_html/vendor/symfony/console/Application.php(1040): Illuminate\\Console\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#32 /home/mygpsbd/public_html/vendor/symfony/console/Application.php(301): Symfony\\Component\\Console\\Application->doRunCommand(Object(Illuminate\\Queue\\Console\\WorkCommand), Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#33 /home/mygpsbd/public_html/vendor/symfony/console/Application.php(171): Symfony\\Component\\Console\\Application->doRun(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#34 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Console/Application.php(93): Symfony\\Component\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#35 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(129): Illuminate\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#36 /home/mygpsbd/public_html/artisan(37): Illuminate\\Foundation\\Console\\Kernel->handle(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#37 {main}', '2024-02-09 10:01:02');
INSERT INTO `failed_jobs` (`id`, `connection`, `queue`, `payload`, `exception`, `failed_at`) VALUES
(713, 'database', 'default', '{\"uuid\":\"0f0dedc2-0d26-4438-85cf-460915dd483d\",\"displayName\":\"App\\\\Jobs\\\\SmsSend\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"delay\":null,\"timeout\":null,\"timeoutAt\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\SmsSend\",\"command\":\"O:16:\\\"App\\\\Jobs\\\\SmsSend\\\":9:{s:4:\\\"data\\\";a:2:{s:4:\\\"data\\\";O:39:\\\"Illuminate\\\\Database\\\\Eloquent\\\\Collection\\\":1:{s:8:\\\"\\u0000*\\u0000items\\\";a:100:{i:0;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3080;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:21:\\\"Ashraf Muhammad Iqbal\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"farian2008@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712023741\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$VhpCohU.kDqwJefWPLnEAuB9TC1a5Qb6z3ZQvSnlWLWR9ztk02nXW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 15:40:06\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 15:40:06\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3080;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:21:\\\"Ashraf Muhammad Iqbal\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"farian2008@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712023741\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$VhpCohU.kDqwJefWPLnEAuB9TC1a5Qb6z3ZQvSnlWLWR9ztk02nXW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 15:40:06\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 15:40:06\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:1;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3082;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"MD Altaf Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:24:\\\"altafhossain.r@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01720431373\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Ft6OLS.0dvHbTciCwsiugezSG0tXB2V39EeplwnV5UpSDIxlH4v.C\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 15:47:27\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 15:47:27\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3082;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"MD Altaf Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:24:\\\"altafhossain.r@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01720431373\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Ft6OLS.0dvHbTciCwsiugezSG0tXB2V39EeplwnV5UpSDIxlH4v.C\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 15:47:27\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 15:47:27\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:2;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3083;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"Majharul kabir Tito\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"titotex27@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715393717\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$HwbNsXLcpJZI985wFexkj.Ca3X8l8NqX1hbYc4u1.nGbizXwHbzt2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 15:50:17\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 15:50:17\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3083;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"Majharul kabir Tito\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"titotex27@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715393717\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$HwbNsXLcpJZI985wFexkj.Ca3X8l8NqX1hbYc4u1.nGbizXwHbzt2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 15:50:17\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 15:50:17\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:3;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3084;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Milton das\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01819318835\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ER7D6QOyOBXmVH.d\\/poh2uvf4tBe3eOy7\\/30XLHu1N1\\/\\/UmAmKFo.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 16:07:46\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 16:07:46\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3084;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Milton das\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01819318835\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ER7D6QOyOBXmVH.d\\/poh2uvf4tBe3eOy7\\/30XLHu1N1\\/\\/UmAmKFo.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 16:07:46\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 16:07:46\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:4;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3085;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Sagor\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01727329714\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$rBEvZ.zKUZCWQG6gQx7JoefWHJ.4XWzzXkHdNo7E3jJ5NgfzefwRe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 16:10:18\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 16:10:18\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3085;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Sagor\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01727329714\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$rBEvZ.zKUZCWQG6gQx7JoefWHJ.4XWzzXkHdNo7E3jJ5NgfzefwRe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 16:10:18\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 16:10:18\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:5;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3086;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Md. Asif Akram\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1916993068\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$2laOZYjOze65ojPgsvZwquuc7Tfh3KdoyKpYqKEbKsdDRAPB316bm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 16:14:05\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 16:14:05\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3086;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Md. Asif Akram\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1916993068\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$2laOZYjOze65ojPgsvZwquuc7Tfh3KdoyKpYqKEbKsdDRAPB316bm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 16:14:05\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 16:14:05\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:6;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3087;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Imran\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01819929505\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$MleagaxvZw3ZrFavAz8pq.nsBJerM98fFjaPK5DeC60DJYOrGe0ya\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 16:16:54\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 16:16:54\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3087;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Imran\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01819929505\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$MleagaxvZw3ZrFavAz8pq.nsBJerM98fFjaPK5DeC60DJYOrGe0ya\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 16:16:54\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 16:16:54\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:7;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3088;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Palash Das\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01745453755\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$mUeD.9fsCQyM33cMMNRQNeYNL879Z3XByyHpvgwEFoJcn8HcM0i6O\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 16:18:45\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 16:18:45\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3088;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Palash Das\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01745453755\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$mUeD.9fsCQyM33cMMNRQNeYNL879Z3XByyHpvgwEFoJcn8HcM0i6O\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 16:18:45\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 16:18:45\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:8;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3089;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Md Shohel\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01723904198\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$msXQ4Hu\\/GDbOqQd\\/7KNaYua\\/Oq3OrYlNJEekCyN2UqagVBN0ZQ0h.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 16:20:48\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 16:20:48\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3089;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Md Shohel\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01723904198\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$msXQ4Hu\\/GDbOqQd\\/7KNaYua\\/Oq3OrYlNJEekCyN2UqagVBN0ZQ0h.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 16:20:48\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 16:20:48\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:9;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3090;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Ripon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01910209448\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$q.k7Zc2wFroBsvWoHR4dFOlvQiT0bQoEobz.2bS0bEAXjdsUemaOy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 16:22:42\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 16:24:53\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3090;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Ripon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01910209448\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$q.k7Zc2wFroBsvWoHR4dFOlvQiT0bQoEobz.2bS0bEAXjdsUemaOy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 16:22:42\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 16:24:53\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:10;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3091;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Ashok kumar saha\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01860861188\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$qeWO6GJgSNU6q4ZzBJllouf8FFaZbC.KmLL5Qh2uFeBXajjZwUZBi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 16:27:00\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 16:27:00\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3091;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Ashok kumar saha\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01860861188\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$qeWO6GJgSNU6q4ZzBJllouf8FFaZbC.KmLL5Qh2uFeBXajjZwUZBi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 16:27:00\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 16:27:00\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:11;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3092;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:22:\\\"Muhammad Mahbub Hosion\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"sumontbd@yahoo.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01726326363\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$6dILK3pi4ia1B\\/uBL44heubRQtH57B7QU.rDLDDweG8LZgS1AnZKK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 16:34:25\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 16:34:25\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3092;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:22:\\\"Muhammad Mahbub Hosion\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"sumontbd@yahoo.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01726326363\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$6dILK3pi4ia1B\\/uBL44heubRQtH57B7QU.rDLDDweG8LZgS1AnZKK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 16:34:25\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 16:34:25\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:12;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3093;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Md. Mizanur Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"mizansayem@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01318700606\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$4LkDr3M\\/RzkmDi4.Nx3A9.1qao9pZcqTyRa15mZs0qK1Zrtj617mK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 16:36:59\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 16:36:59\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3093;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Md. Mizanur Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"mizansayem@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01318700606\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$4LkDr3M\\/RzkmDi4.Nx3A9.1qao9pZcqTyRa15mZs0qK1Zrtj617mK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 16:36:59\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 16:36:59\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:13;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3095;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"MOSALM\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1759164807\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$l3EN08aGvHiYUyWKKzDcvOTIvOYUdPaBXz2qH5KdK8aAQGsEPVW2y\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 16:59:59\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 16:59:59\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3095;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"MOSALM\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1759164807\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$l3EN08aGvHiYUyWKKzDcvOTIvOYUdPaBXz2qH5KdK8aAQGsEPVW2y\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 16:59:59\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 16:59:59\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:14;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3096;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Md. Kudrat ali\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01725802698\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$RWDJIA05tO8xHi0kwJMej.e0ZLGJxgkglmZKg2PxnitCQjNbwBqIm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 17:03:06\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 17:03:06\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3096;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Md. Kudrat ali\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01725802698\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$RWDJIA05tO8xHi0kwJMej.e0ZLGJxgkglmZKg2PxnitCQjNbwBqIm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 17:03:06\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 17:03:06\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:15;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3097;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Mostak ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711023301\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$kNePlY0Z6rUDLSSF4eZ4ZOVtSO99PG97XfrP\\/MRg\\/Kv2JP8sc6xsW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 17:08:13\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 17:08:13\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3097;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Mostak ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711023301\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$kNePlY0Z6rUDLSSF4eZ4ZOVtSO99PG97XfrP\\/MRg\\/Kv2JP8sc6xsW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 17:08:13\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 17:08:13\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:16;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3098;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Dr Md Nurulla\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:17:\\\"drnurhf@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01819433507\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$030AnLCIR9xUcZxwTNJKDuIz2liiL9RrOZowG8TCcePBF9jV0DFmW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 17:12:21\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 17:12:21\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3098;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Dr Md Nurulla\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:17:\\\"drnurhf@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01819433507\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$030AnLCIR9xUcZxwTNJKDuIz2liiL9RrOZowG8TCcePBF9jV0DFmW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 17:12:21\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 17:12:21\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:17;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3099;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Md. Wazed Ali\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01327305956\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$neVtV5KIg2Z5tOqIFpGQR.6dcp9MItOk8rZoiPCwJWmwhP4Jkgi.e\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 17:15:36\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 17:15:36\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3099;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Md. Wazed Ali\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01327305956\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$neVtV5KIg2Z5tOqIFpGQR.6dcp9MItOk8rZoiPCwJWmwhP4Jkgi.e\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 17:15:36\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 17:15:36\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:18;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3101;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Md Tajul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01721066352\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$R5r1vaULOJrA6TWKdEPmT.KIqDGDuDw6TkT9D0upnccVI9nP\\/Y1tq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 17:19:35\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 17:19:35\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3101;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Md Tajul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01721066352\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$R5r1vaULOJrA6TWKdEPmT.KIqDGDuDw6TkT9D0upnccVI9nP\\/Y1tq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 17:19:35\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 17:19:35\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:19;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3102;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Joshim\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01777098739\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$cG7vIJx.N2byU2EzoUkYZOE2ixUhRdJ4gg4oWEwAwS3s6UrOhy9pq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 17:22:26\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 17:22:26\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3102;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Joshim\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01777098739\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$cG7vIJx.N2byU2EzoUkYZOE2ixUhRdJ4gg4oWEwAwS3s6UrOhy9pq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 17:22:26\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 17:22:26\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:20;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3103;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"MD Alamin Mollah\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:24:\\\"mdalaminboss69@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01999994373\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$qoEKdtHk.yPlMu3mKqG6curd7RRsoYTUbSUTDcexT5YCv2n1eLYzi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 17:24:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 17:24:29\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3103;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"MD Alamin Mollah\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:24:\\\"mdalaminboss69@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01999994373\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$qoEKdtHk.yPlMu3mKqG6curd7RRsoYTUbSUTDcexT5YCv2n1eLYzi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 17:24:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 17:24:29\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:21;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3104;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Anup Khastagir\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:26:\\\"anupkhastagirbss@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712009670\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$bF04iIqGAzYKZWD.WuDR8e\\/ATOwoV8qNx2NyLSsmty0uhTxTkq93.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 17:31:26\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 17:31:26\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3104;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Anup Khastagir\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:26:\\\"anupkhastagirbss@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712009670\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$bF04iIqGAzYKZWD.WuDR8e\\/ATOwoV8qNx2NyLSsmty0uhTxTkq93.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 17:31:26\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 17:31:26\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:22;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3105;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:22:\\\"Dipak Kumar Banik Dipu\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01788888855\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$A4S8Hl475Ms6YcZZhPZ07.s5Nxxm1Q\\/a75b\\/1zDyGknTjS0Va3pGW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 17:33:15\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 17:33:15\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3105;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:22:\\\"Dipak Kumar Banik Dipu\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01788888855\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$A4S8Hl475Ms6YcZZhPZ07.s5Nxxm1Q\\/a75b\\/1zDyGknTjS0Va3pGW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 17:33:15\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 17:33:15\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:23;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3106;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Hasan Maruf\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"marufrahat6@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01710525949\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$3dXkmeKq929bolYiVxtOQuCvKuHkP3NI9HyV.a.YXyRlFrSrnSrxK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 17:37:12\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 17:37:12\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3106;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Hasan Maruf\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"marufrahat6@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01710525949\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$3dXkmeKq929bolYiVxtOQuCvKuHkP3NI9HyV.a.YXyRlFrSrnSrxK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 17:37:12\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 17:37:12\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:24;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3109;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Munnaf ali\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01760200771\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$BNEvM7G2quAUYObMcofbzeolWO2Sc8SPTDD5mK6d0cVA\\/sTg5uGd6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 10:48:32\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 10:48:32\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3109;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Munnaf ali\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01760200771\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$BNEvM7G2quAUYObMcofbzeolWO2Sc8SPTDD5mK6d0cVA\\/sTg5uGd6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 10:48:32\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 10:48:32\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:25;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3110;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Salim Ahasan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:15:\\\"salim@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01730700752\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$rE1R2P6R8gLmA01qpd.YFOJiMlRRpIw.RXzU2kiCBKB334sh6.FGG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 10:50:40\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 10:50:40\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3110;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Salim Ahasan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:15:\\\"salim@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01730700752\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$rE1R2P6R8gLmA01qpd.YFOJiMlRRpIw.RXzU2kiCBKB334sh6.FGG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 10:50:40\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 10:50:40\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:26;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3111;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Md Sana Ullah\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715704212\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$\\/8Jqr4Yqi06l9a7ecz0Ze.1XUlQbZhEVsJgj9ej5l.lyTPJu5Prji\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 10:53:22\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 10:53:22\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3111;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Md Sana Ullah\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715704212\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$\\/8Jqr4Yqi06l9a7ecz0Ze.1XUlQbZhEVsJgj9ej5l.lyTPJu5Prji\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 10:53:22\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 10:53:22\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:27;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3112;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Rakibur Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01303729727\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$obuY2lRse9KBaoVIHkGpdeEFkprqY.wVDdNm87WTNa4iewJoslsW.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 10:56:24\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 10:56:24\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3112;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Rakibur Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01303729727\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$obuY2lRse9KBaoVIHkGpdeEFkprqY.wVDdNm87WTNa4iewJoslsW.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 10:56:24\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 10:56:24\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:28;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3113;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Md Alauddin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01842904912\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$hPAwtREhhcXnvDdKsDfCsOYLHtREGSX0pw8hLPfKfQGH4quQJveRK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 11:00:00\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 11:00:00\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3113;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Md Alauddin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01842904912\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$hPAwtREhhcXnvDdKsDfCsOYLHtREGSX0pw8hLPfKfQGH4quQJveRK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 11:00:00\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 11:00:00\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:29;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3114;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"M rahma\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01678035250\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$kAXwW6knZ2dWgVwaPKELqeSRlSxYHhwltC08FFDiscyDuKInABB8K\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 11:02:24\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 11:02:24\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3114;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"M rahma\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01678035250\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$kAXwW6knZ2dWgVwaPKELqeSRlSxYHhwltC08FFDiscyDuKInABB8K\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 11:02:24\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 11:02:24\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:30;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3115;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"Mohammad Abu Hanifa\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01819249535\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$nTWCGSdLK2O7r.2KD9GTZ.X3uUk.tMh9kN6Mox5osLGjoo8NEAYty\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 11:04:11\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 11:04:11\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3115;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"Mohammad Abu Hanifa\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01819249535\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$nTWCGSdLK2O7r.2KD9GTZ.X3uUk.tMh9kN6Mox5osLGjoo8NEAYty\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 11:04:11\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 11:04:11\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:31;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3116;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Md Ruhul Amin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01720585892\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$.8ljqrzYNouTInL35iW3pu\\/2fpW2qBHvBKLwvOf71x9Lb.ZgYaBuG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 11:10:00\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 11:10:00\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3116;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Md Ruhul Amin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01720585892\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$.8ljqrzYNouTInL35iW3pu\\/2fpW2qBHvBKLwvOf71x9Lb.ZgYaBuG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 11:10:00\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 11:10:00\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:32;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3117;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Ashan habib\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01789137277\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$iWNUSWgATpOf871zpsNYYuxS43Dz.DxnAg\\/pzflQK0l03vqrm2i3e\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 11:12:19\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 11:12:19\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3117;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Ashan habib\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01789137277\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$iWNUSWgATpOf871zpsNYYuxS43Dz.DxnAg\\/pzflQK0l03vqrm2i3e\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 11:12:19\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 11:12:19\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:33;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3118;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Shahrier Reza\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01717433100\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$1.9TnJsUg\\/4mQLuVLD\\/anuvg8JXl8vXHuB5uWX26yQPKJSGTiHii2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 11:15:09\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 11:15:09\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3118;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Shahrier Reza\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01717433100\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$1.9TnJsUg\\/4mQLuVLD\\/anuvg8JXl8vXHuB5uWX26yQPKJSGTiHii2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 11:15:09\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 11:15:09\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:34;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3119;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Novel Shariar\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01923648488\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Q6L5.9e8G.uZf2q0y8827O89X9GlmRlDYfIWbwQTmLUpHhSkC.J1O\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 11:18:50\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 11:18:50\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3119;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Novel Shariar\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01923648488\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Q6L5.9e8G.uZf2q0y8827O89X9GlmRlDYfIWbwQTmLUpHhSkC.J1O\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 11:18:50\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 11:18:50\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:35;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3120;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Kazi dipu\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01726894749\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$GBxQViMkPu.q5hWaJIuI.ud.qJVNHsDMu\\/ehcru0Swtk2tHATHSd2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 11:20:48\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 11:20:48\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3120;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Kazi dipu\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01726894749\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$GBxQViMkPu.q5hWaJIuI.ud.qJVNHsDMu\\/ehcru0Swtk2tHATHSd2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 11:20:48\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 11:20:48\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:36;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3121;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Rubel\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01819055096\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Q.ztTrCIyidutq6Yw7AXxuGjksjszsZ\\/NrhZr2Lbcfa4lrFnzqDMe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 11:24:31\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 11:24:31\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3121;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Rubel\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01819055096\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Q.ztTrCIyidutq6Yw7AXxuGjksjszsZ\\/NrhZr2Lbcfa4lrFnzqDMe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 11:24:31\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 11:24:31\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:37;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3122;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Sumon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715154042\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$qEO1y.yZz3mM0iibeRCrBevPOFYDQkzgore2Ov1GndAPfc2GGkgzO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 11:26:38\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 11:26:38\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3122;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Sumon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715154042\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$qEO1y.yZz3mM0iibeRCrBevPOFYDQkzgore2Ov1GndAPfc2GGkgzO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 11:26:38\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 11:26:38\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:38;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3123;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Tanvir Ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01729985361\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$\\/ZOBBvLPfagbFQJrkbCBGO8QMxRnOsrtkAxISUuvuKUumAELS7e4u\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 11:31:49\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 11:31:49\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3123;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Tanvir Ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01729985361\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$\\/ZOBBvLPfagbFQJrkbCBGO8QMxRnOsrtkAxISUuvuKUumAELS7e4u\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 11:31:49\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 11:31:49\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:39;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3124;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Md Masud Rana\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01312281895\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$qNalUPF8vbe8Fc2RaTsZXegdrrqtBz65O2e\\/E4ImYJ6l3KJoeyQJm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 11:35:03\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 11:35:03\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3124;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Md Masud Rana\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01312281895\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$qNalUPF8vbe8Fc2RaTsZXegdrrqtBz65O2e\\/E4ImYJ6l3KJoeyQJm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 11:35:03\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 11:35:03\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:40;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3125;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:21:\\\"Mohammad Ariful Haque\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:17:\\\"ariiful@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01731156129\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$nh7ALdI6emrboS24.TW2R.f1stWdKKlwyioIhOd8FpDarF5pOwCP6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 12:32:51\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 12:32:51\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3125;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:21:\\\"Mohammad Ariful Haque\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:17:\\\"ariiful@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01731156129\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$nh7ALdI6emrboS24.TW2R.f1stWdKKlwyioIhOd8FpDarF5pOwCP6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 12:32:51\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 12:32:51\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:41;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3127;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Golam Hosen\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715479584\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Yc9QxaUicoahLknNLFnf5exHkebnNWC2cfsug9idqTAwvT0V09oqO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 13:26:32\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 13:26:32\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3127;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Golam Hosen\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715479584\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Yc9QxaUicoahLknNLFnf5exHkebnNWC2cfsug9idqTAwvT0V09oqO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 13:26:32\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 13:26:32\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:42;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3128;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Shemon Roy\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01718409148\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$NfnnyFbxF8rTyBcKKKulTuVJ.zKo6VC1s\\/IQ0.cnX4V3abzpFXkFC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 13:46:26\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 13:46:26\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3128;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Shemon Roy\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01718409148\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$NfnnyFbxF8rTyBcKKKulTuVJ.zKo6VC1s\\/IQ0.cnX4V3abzpFXkFC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 13:46:26\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 13:46:26\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:43;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3131;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"MD MONOWAR HUSSAIN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01727208450\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$39ROGwH0gn5gIYsfW8SyIebvsMG93P8f4OkdBCu8DUHNzedVjlY8a\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 13:57:36\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 13:57:36\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3131;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"MD MONOWAR HUSSAIN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01727208450\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$39ROGwH0gn5gIYsfW8SyIebvsMG93P8f4OkdBCu8DUHNzedVjlY8a\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 13:57:36\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 13:57:36\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:44;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3132;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Shehan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01684174034\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$7kR.JmLMm3tj8E8HQupYbe0ypAJQa.IrdTOEmvGxEtP8mY3P0v6aa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 14:00:49\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 14:00:49\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3132;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Shehan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01684174034\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$7kR.JmLMm3tj8E8HQupYbe0ypAJQa.IrdTOEmvGxEtP8mY3P0v6aa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 14:00:49\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 14:00:49\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:45;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3133;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"Nasrin Akter Ishita\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:27:\\\"nasrinakterishita@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01675495943\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$2a2e4TLA5tFzoZS9WzeH3OePm2X6iztf1kuAjNYiu.5FsK2PpLx6W\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 14:03:04\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 14:03:04\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3133;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"Nasrin Akter Ishita\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:27:\\\"nasrinakterishita@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01675495943\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$2a2e4TLA5tFzoZS9WzeH3OePm2X6iztf1kuAjNYiu.5FsK2PpLx6W\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 14:03:04\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 14:03:04\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:46;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3134;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Ashikul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01938888711\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$sIHpjYPmC16.aGBeqPMCeeZn21qkwYjUwjPNZVEBSQ0iGvQaKYqv.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 14:06:17\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 14:06:17\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3134;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Ashikul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01938888711\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$sIHpjYPmC16.aGBeqPMCeeZn21qkwYjUwjPNZVEBSQ0iGvQaKYqv.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 14:06:17\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 14:06:17\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:47;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3135;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Md Sabbir Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01759319925\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$w94neG\\/\\/B5Tcbu8HaNPf4e3z7lN9KyEH6qsJJGR71CvDdN7W7RbUW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 14:13:37\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 14:13:37\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3135;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Md Sabbir Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01759319925\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$w94neG\\/\\/B5Tcbu8HaNPf4e3z7lN9KyEH6qsJJGR71CvDdN7W7RbUW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 14:13:37\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 14:13:37\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:48;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3137;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"MD sumon Ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01944526986\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$FzwJH.js4GRDK6ItT9V7PukgD0e\\/\\/YhQRCKqosap1YAm1le2TzzZS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 14:20:10\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 14:20:10\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3137;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"MD sumon Ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01944526986\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$FzwJH.js4GRDK6ItT9V7PukgD0e\\/\\/YhQRCKqosap1YAm1le2TzzZS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 14:20:10\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 14:20:10\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:49;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3138;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Sabat Alam Imon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711787780\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$XYhoBBroImHnJZ.w3LtK4uj6QJQ6NuIzrhb.q\\/hAVS04ldJYl4mFq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 14:23:58\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 14:23:58\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3138;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Sabat Alam Imon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711787780\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$XYhoBBroImHnJZ.w3LtK4uj6QJQ6NuIzrhb.q\\/hAVS04ldJYl4mFq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 14:23:58\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 14:23:58\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:50;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3139;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Md Shafiqul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711157122\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$5vte20XveHAFnHYrpf2n..5dpAzWRnpi\\/usQRu7Zz7ozLi8SiFYdC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 14:29:32\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 14:29:32\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3139;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Md Shafiqul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711157122\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$5vte20XveHAFnHYrpf2n..5dpAzWRnpi\\/usQRu7Zz7ozLi8SiFYdC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 14:29:32\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 14:29:32\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:51;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3141;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Iqbal\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01764196449\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$tkPxEa1b\\/lmAZTLWesiYxOQiWbiXS3okXdZFtV0OMmupuELy4JtM6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 14:34:46\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 14:34:46\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3141;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Iqbal\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01764196449\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$tkPxEa1b\\/lmAZTLWesiYxOQiWbiXS3okXdZFtV0OMmupuELy4JtM6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 14:34:46\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 14:34:46\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:52;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3142;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Abul bashar\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01636639471\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$5k8VIfVRFfCzxTQ\\/1IOOu.nNPG7JcpPhHGhmRRRmXtEXnsvgD2T9y\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 14:40:45\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 14:40:45\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3142;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Abul bashar\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01636639471\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$5k8VIfVRFfCzxTQ\\/1IOOu.nNPG7JcpPhHGhmRRRmXtEXnsvgD2T9y\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 14:40:45\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 14:40:45\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:53;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3143;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Durjoy\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01779294082\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$zcnfaMhKjkSqV9yAh3G6UOKmkbgqG7nBDwuvQ060ZbHUCXQshRBr.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 14:46:00\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 14:46:00\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3143;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Durjoy\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01779294082\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$zcnfaMhKjkSqV9yAh3G6UOKmkbgqG7nBDwuvQ060ZbHUCXQshRBr.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 14:46:00\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 14:46:00\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:54;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3144;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:21:\\\"Muhammad Rezaul Karim\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:25:\\\"rezaul.rakib.rk@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01833111891\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$KAnAi1zT9dDmzf.ARRl2f.fN0eKqlByDjZnnH5Ad2iU4A\\/UB1n5uO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 14:50:34\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 14:50:34\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3144;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:21:\\\"Muhammad Rezaul Karim\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:25:\\\"rezaul.rakib.rk@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01833111891\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$KAnAi1zT9dDmzf.ARRl2f.fN0eKqlByDjZnnH5Ad2iU4A\\/UB1n5uO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 14:50:34\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 14:50:34\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:55;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3145;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Shibly Sadik\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:16:\\\"ssjony@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01921161017\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$5Wf2.CiK9FSXleCZcSUGeOXYmLJCfC5ZlinS395vy54Kkp1Z1RhKe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 14:53:15\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 14:53:15\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3145;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Shibly Sadik\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:16:\\\"ssjony@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01921161017\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$5Wf2.CiK9FSXleCZcSUGeOXYmLJCfC5ZlinS395vy54Kkp1Z1RhKe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 14:53:15\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 14:53:15\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:56;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3146;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Mohammed Javed Mia\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"javed.rasin@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01553657919\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$\\/zUWA0PjXYIQw4p8CP1HJuMHUcWRGmx4ROnHrfD1PvkzaFHwbPIm2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 14:56:12\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 14:56:12\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3146;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Mohammed Javed Mia\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"javed.rasin@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01553657919\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$\\/zUWA0PjXYIQw4p8CP1HJuMHUcWRGmx4ROnHrfD1PvkzaFHwbPIm2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 14:56:12\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 14:56:12\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:57;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3147;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Lutfor Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01772397669\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$zujkY\\/S\\/zK6R7FEeQwAreO8BIAkTDAWx2XENMzimLT1HF4Se5wDNu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 14:59:12\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 14:59:12\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3147;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Lutfor Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01772397669\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$zujkY\\/S\\/zK6R7FEeQwAreO8BIAkTDAWx2XENMzimLT1HF4Se5wDNu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 14:59:12\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 14:59:12\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:58;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3148;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Delowar\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01677307740\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$803wKGB396kc\\/s8L49vQt.7wzB5sV8OX4YljUvIvpbQ7daSkaiYaa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 15:02:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 15:03:48\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3148;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Delowar\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01677307740\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$803wKGB396kc\\/s8L49vQt.7wzB5sV8OX4YljUvIvpbQ7daSkaiYaa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 15:02:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 15:03:48\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:59;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3149;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Masud\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01720106412\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Uh5Y6baXsM2go9Z6\\/aMHnuK4bqYE2VWSKq\\/3Nw4jNFBMDmXyYZc16\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 15:13:19\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 15:13:19\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3149;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Masud\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01720106412\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Uh5Y6baXsM2go9Z6\\/aMHnuK4bqYE2VWSKq\\/3Nw4jNFBMDmXyYZc16\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 15:13:19\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 15:13:19\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:60;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3150;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Josim\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01776271117\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$NLbXtnTp.RQ1ZWTzCQZaMuZWmsTK.iSIfQWo0.fdt4xG\\/FRSWpHGe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 15:21:22\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 15:21:22\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3150;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Josim\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01776271117\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$NLbXtnTp.RQ1ZWTzCQZaMuZWmsTK.iSIfQWo0.fdt4xG\\/FRSWpHGe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 15:21:22\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 15:21:22\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:61;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3151;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:20:\\\"Dr.Md.Bakhtiar Uddin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"jeweldmc47@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711100820\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$3pMpwhX2FyrJ.tRmA1.RXOQWwtUgSh6MJ880S3Pd.mUNVOITQ3qe2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 15:26:48\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 15:26:48\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3151;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:20:\\\"Dr.Md.Bakhtiar Uddin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"jeweldmc47@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711100820\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$3pMpwhX2FyrJ.tRmA1.RXOQWwtUgSh6MJ880S3Pd.mUNVOITQ3qe2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 15:26:48\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 15:26:48\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:62;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3152;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Azizul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01719992706\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$cDwfRUo8FGabDqPVyBWIReIE7pD4v\\/uS32gvY46YBXlcRo8qT05aS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 15:29:03\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 15:29:03\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3152;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Azizul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01719992706\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$cDwfRUo8FGabDqPVyBWIReIE7pD4v\\/uS32gvY46YBXlcRo8qT05aS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 15:29:03\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 15:29:03\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:63;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3153;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Ahsan Habib\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01772666612\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$TcADEPAD6jXfDgjGspGHxO9zjqXTAssgq84UFbVoS223poqT2\\/SKq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 15:31:35\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 15:31:35\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3153;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Ahsan Habib\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01772666612\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$TcADEPAD6jXfDgjGspGHxO9zjqXTAssgq84UFbVoS223poqT2\\/SKq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 15:31:35\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 15:31:35\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:64;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3154;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Monirul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01794718542\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$CAN7IenqK9AFwqk\\/skWPwuTHqf1w56DKievnqc99IdZVMf\\/RlPIc2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 15:34:31\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 15:34:31\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3154;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Monirul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01794718542\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$CAN7IenqK9AFwqk\\/skWPwuTHqf1w56DKievnqc99IdZVMf\\/RlPIc2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 15:34:31\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 15:34:31\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:65;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3155;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Tazminul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01760316160\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$.w0hCdRmj\\/gwku7Md\\/wAXesZR\\/qNTtV.vX9pPQb6qTsxS.z2iUOHe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 15:36:50\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 15:36:50\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3155;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Tazminul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01760316160\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$.w0hCdRmj\\/gwku7Md\\/wAXesZR\\/qNTtV.vX9pPQb6qTsxS.z2iUOHe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 15:36:50\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 15:36:50\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:66;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3156;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Mamun Rashid\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01717797459\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$u.FDLGUbuBIxFrpgUZFgJucMg\\/JedtHKGSP7l2lFih4ll53xJeb\\/q\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 15:40:05\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 15:40:05\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3156;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Mamun Rashid\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01717797459\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$u.FDLGUbuBIxFrpgUZFgJucMg\\/JedtHKGSP7l2lFih4ll53xJeb\\/q\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 15:40:05\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 15:40:05\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:67;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3157;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Dr.Mahbubur Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"mithun75@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715192231\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$QvjtL7V.TvFsXuaYKTfOu.yU.ZS5zxaiS3m9NYrIL9NvaYRfI0wTW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 15:43:20\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 15:43:20\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3157;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Dr.Mahbubur Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"mithun75@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715192231\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$QvjtL7V.TvFsXuaYKTfOu.yU.ZS5zxaiS3m9NYrIL9NvaYRfI0wTW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 15:43:20\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 15:43:20\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:68;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3158;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"MD Riyad Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"riyaddu118@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01768376971\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$C8uh1mkqsa8XwTvnkNlP4eQb6ykTxCdZvmERlGc7zPT5LvTaDo0IW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 15:46:03\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 15:46:03\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3158;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"MD Riyad Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"riyaddu118@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01768376971\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$C8uh1mkqsa8XwTvnkNlP4eQb6ykTxCdZvmERlGc7zPT5LvTaDo0IW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 15:46:03\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 15:46:03\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:69;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3159;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Tanveer\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712706105\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$NU26RRK2V9pyECf1tX\\/UCuucTHocUVJHVlpd2vXPAODxbbaOZB6uK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 15:51:19\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 15:51:19\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3159;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Tanveer\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712706105\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$NU26RRK2V9pyECf1tX\\/UCuucTHocUVJHVlpd2vXPAODxbbaOZB6uK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 15:51:19\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 15:51:19\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:70;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3161;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Rumi Chowdhury\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"rumi36@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711283636\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$sKAJSWYJAT6DI2EuwtCfiuXb.dyv\\/\\/ONFjeUDmZVILCHdSGr6hUxG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 15:56:59\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 15:56:59\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3161;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Rumi Chowdhury\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"rumi36@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711283636\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$sKAJSWYJAT6DI2EuwtCfiuXb.dyv\\/\\/ONFjeUDmZVILCHdSGr6hUxG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 15:56:59\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 15:56:59\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:71;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3162;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Saddam hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01958098700\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$cAeigZrEE5nJIDHomg2N4u6mJqnrT8QZvz5NWkSiZOtOL2ObvneTS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 16:06:17\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 16:06:17\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3162;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Saddam hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01958098700\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$cAeigZrEE5nJIDHomg2N4u6mJqnrT8QZvz5NWkSiZOtOL2ObvneTS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 16:06:17\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 16:06:17\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:72;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3163;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Md Nur A Alam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01956659705\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$h7gc3\\/C7b051v2c2ujZs\\/ONeQth9Pms65QaiVgOEpRuz\\/2KWm08Pq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 16:10:15\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 16:10:15\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3163;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Md Nur A Alam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01956659705\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$h7gc3\\/C7b051v2c2ujZs\\/ONeQth9Pms65QaiVgOEpRuz\\/2KWm08Pq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 16:10:15\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 16:10:15\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:73;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3164;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Monir\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01850703728\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$bfTQYE\\/CzPMTDLQ087uxhuGIgme1Kf1OeERGenDJ1w5gQaLgrPUly\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 16:14:03\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 16:14:03\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3164;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Monir\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01850703728\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$bfTQYE\\/CzPMTDLQ087uxhuGIgme1Kf1OeERGenDJ1w5gQaLgrPUly\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 16:14:03\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 16:14:03\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:74;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3165;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"MD.Sharif Ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:25:\\\"sharifahmed1503@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716045609\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Ll1pNuLcsmOmPHZOJ9YSou53\\/X5GxBnHjnFEU\\/.bWXNooHaDccGJC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 16:19:27\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 16:19:27\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3165;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"MD.Sharif Ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:25:\\\"sharifahmed1503@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716045609\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Ll1pNuLcsmOmPHZOJ9YSou53\\/X5GxBnHjnFEU\\/.bWXNooHaDccGJC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 16:19:27\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 16:19:27\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:75;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3166;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"NOOR HOSSAIN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01680363741\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$lrQ1nOF5MoA6A3C.GcfjI.ULHnjHAzGy2f6QmWjB78kJz1DqTyhSG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 16:22:17\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 16:22:17\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3166;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"NOOR HOSSAIN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01680363741\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$lrQ1nOF5MoA6A3C.GcfjI.ULHnjHAzGy2f6QmWjB78kJz1DqTyhSG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 16:22:17\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 16:22:17\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:76;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3167;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Muhsin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:24:\\\"bionicdesignbd@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711151015\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$1.j5E\\/sbMFPjxMkWQWJAEehnxlIX7Mw9or6mY9fJmOtcgvYG6qBnK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 16:24:41\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 16:24:41\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3167;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Muhsin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:24:\\\"bionicdesignbd@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711151015\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$1.j5E\\/sbMFPjxMkWQWJAEehnxlIX7Mw9or6mY9fJmOtcgvYG6qBnK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 16:24:41\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 16:24:41\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:77;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3168;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Arif\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01887459696\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$VxM1iaCyyK2NoAXF2Z209OK1k0efYwpFqZ0FRklyAlJhST2b5tRSe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 16:32:37\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 16:32:37\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3168;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Arif\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01887459696\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$VxM1iaCyyK2NoAXF2Z209OK1k0efYwpFqZ0FRklyAlJhST2b5tRSe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 16:32:37\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 16:32:37\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:78;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3169;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Atik\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01979001139\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$swNOmG7E1f0mojQ2w7.gbeZPMsHM1mV7nlAzOBC06r3eoaCbVkKiC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 16:41:17\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 16:41:17\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3169;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Atik\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01979001139\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$swNOmG7E1f0mojQ2w7.gbeZPMsHM1mV7nlAzOBC06r3eoaCbVkKiC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 16:41:17\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 16:41:17\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:79;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3170;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Amit\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01687371577\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$cRpODmg1pgSlMRxnYDVgJOZkiYvqGAA8IeRxTd0SvOp03DmabumPG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 16:54:49\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 16:54:49\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3170;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Amit\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01687371577\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$cRpODmg1pgSlMRxnYDVgJOZkiYvqGAA8IeRxTd0SvOp03DmabumPG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 16:54:49\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 16:54:49\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:80;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3171;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Atikur Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01710292970\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$FCtHDjbt0rS2qoF6J53jae4OthqXBAkAIToVqZ2bzf.qqtCQQgIJS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 17:01:13\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 17:01:13\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3171;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Atikur Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01710292970\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$FCtHDjbt0rS2qoF6J53jae4OthqXBAkAIToVqZ2bzf.qqtCQQgIJS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 17:01:13\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 17:01:13\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:81;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3172;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Sahadet Hossin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01612129105\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$wMCCA7h8ByNrFHPhbvYCNOvSCPkyX5D1jRyWsvUYZj12HDX4gghGq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-13 02:16:54\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-13 02:16:54\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3172;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Sahadet Hossin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01612129105\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$wMCCA7h8ByNrFHPhbvYCNOvSCPkyX5D1jRyWsvUYZj12HDX4gghGq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-13 02:16:54\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-13 02:16:54\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:82;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3173;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Mamun\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:27:\\\"tanvirrahmanmamun@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01786810056\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$22KKs1PCIWwId.qfp7SMd.ImCKmPEH9.3TdSf48FBLLbQ3ML2D\\/j2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-13 02:23:10\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-13 02:23:10\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3173;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Mamun\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:27:\\\"tanvirrahmanmamun@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01786810056\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$22KKs1PCIWwId.qfp7SMd.ImCKmPEH9.3TdSf48FBLLbQ3ML2D\\/j2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-13 02:23:10\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-13 02:23:10\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:83;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3174;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:24:\\\"MD Soharab Hossain Sohel\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"sohelapexbd@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01912095117\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$m9sEGkP4Fyamhk7R7C..D.jq5qfejbuT\\/G32YBFok9pv6QKRssGBu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-13 02:26:04\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-13 02:26:04\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3174;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:24:\\\"MD Soharab Hossain Sohel\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"sohelapexbd@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01912095117\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$m9sEGkP4Fyamhk7R7C..D.jq5qfejbuT\\/G32YBFok9pv6QKRssGBu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-13 02:26:04\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-13 02:26:04\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:84;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3176;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Md.Moazzem Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711207127\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$vE6sO7sYM2V.BsbtW00I8uIlzAb9rP.ps4dpjE3d\\/BzUSMtdAlirO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-13 02:54:33\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-13 02:54:33\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3176;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Md.Moazzem Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711207127\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$vE6sO7sYM2V.BsbtW00I8uIlzAb9rP.ps4dpjE3d\\/BzUSMtdAlirO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-13 02:54:33\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-13 02:54:33\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:85;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3177;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Abdur Razzak\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01794317521\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$RMiZJe8IS0H2bIwhnPmu5e9Ba7OYCsMF\\/YoBK6QfLAtiK3udj681y\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-13 03:16:08\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-13 03:16:08\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3177;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Abdur Razzak\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01794317521\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$RMiZJe8IS0H2bIwhnPmu5e9Ba7OYCsMF\\/YoBK6QfLAtiK3udj681y\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-13 03:16:08\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-13 03:16:08\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:86;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3179;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Md Rashed khan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01737388388\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$QRVKYb9nLBWsY3Wsfcpslewi2KUB1nXoSzo\\/GzfMx7osPHrq7wuYW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-13 03:28:27\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-13 03:28:27\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3179;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Md Rashed khan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01737388388\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$QRVKYb9nLBWsY3Wsfcpslewi2KUB1nXoSzo\\/GzfMx7osPHrq7wuYW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-13 03:28:27\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-13 03:28:27\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:87;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3180;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Tanvir\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01675555555\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$bRbII\\/CHFkBxHmX2C\\/IwZOFWfaf1JZf2G4pzNfCNC9oaYR9eUHC8u\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-13 03:33:58\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-13 03:33:58\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3180;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Tanvir\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01675555555\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$bRbII\\/CHFkBxHmX2C\\/IwZOFWfaf1JZf2G4pzNfCNC9oaYR9eUHC8u\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-13 03:33:58\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-13 03:33:58\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:88;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3182;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Mainuddin Hasan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01760080286\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$edKrB0QiYYi4Z58OIZEJbeMaOfliKDDGvmFWEKTbnw3D2XCScxvoO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-13 15:44:30\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-13 15:44:30\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3182;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Mainuddin Hasan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01760080286\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$edKrB0QiYYi4Z58OIZEJbeMaOfliKDDGvmFWEKTbnw3D2XCScxvoO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-13 15:44:30\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-13 15:44:30\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:89;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3183;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"showon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01519606736\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$uHg6twkjJwofrfe7okMgvuKcGxUrh71MeG9gaHXs\\/\\/6o91mROKBc.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-13 15:48:09\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-13 15:48:09\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3183;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"showon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01519606736\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$uHg6twkjJwofrfe7okMgvuKcGxUrh71MeG9gaHXs\\/\\/6o91mROKBc.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-13 15:48:09\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-13 15:48:09\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:90;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3184;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:21:\\\"Md Sadrul Amin Sohail\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:16:\\\"mhs_666@live.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01911852808\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$vYHFYJrVyN\\/WVRcyzJ2N9eocLkB.lkgiTvbKF\\/kYLOe5hi1ZsuqTW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-13 15:53:31\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-13 15:53:31\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3184;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:21:\\\"Md Sadrul Amin Sohail\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:16:\\\"mhs_666@live.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01911852808\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$vYHFYJrVyN\\/WVRcyzJ2N9eocLkB.lkgiTvbKF\\/kYLOe5hi1ZsuqTW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-13 15:53:31\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-13 15:53:31\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:91;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3186;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Rubel Sikder\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01840584520\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$4ayJNZl.IZROvtzIeqX44eC4deG3lQ8duyIGza9p8Ejmu6hCFtzvW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-13 16:06:37\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-13 16:06:37\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3186;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Rubel Sikder\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01840584520\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$4ayJNZl.IZROvtzIeqX44eC4deG3lQ8duyIGza9p8Ejmu6hCFtzvW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-13 16:06:37\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-13 16:06:37\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:92;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3187;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Monowar\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01630923563\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$XFtz4gJ\\/kdA8FWFMxxrdHOMzJTFOh.EfCcMbIcDddWlqn38n5OEBO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-13 16:10:48\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-13 16:10:48\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3187;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Monowar\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01630923563\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$XFtz4gJ\\/kdA8FWFMxxrdHOMzJTFOh.EfCcMbIcDddWlqn38n5OEBO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-13 16:10:48\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-13 16:10:48\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:93;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3188;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Sajjad Ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"sajjad_ir_du@yahoo.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01721600700\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$FvluUdzu4doETQDfbiPmU.KxvolPyd7teV\\/4NHx98rEtDqehVWC4q\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-13 16:15:15\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-13 16:15:15\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3188;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Sajjad Ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"sajjad_ir_du@yahoo.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01721600700\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$FvluUdzu4doETQDfbiPmU.KxvolPyd7teV\\/4NHx98rEtDqehVWC4q\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-13 16:15:15\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-13 16:15:15\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:94;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3189;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md. Aminul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"afiaaydan@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01918950695\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$lTuPgWrfJwyQjdn.sC2UsOov6KXSVC2ZHLq3Bl2OlSKJOHnW.f1qe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 10:07:26\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 10:07:26\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3189;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md. Aminul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"afiaaydan@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01918950695\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$lTuPgWrfJwyQjdn.sC2UsOov6KXSVC2ZHLq3Bl2OlSKJOHnW.f1qe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 10:07:26\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 10:07:26\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:95;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3190;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"MD. Abdul Khalek\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:27:\\\"kathbiralishop.bd@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01717462679\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$uJnefBCwM7Fus.t.u\\/AgcuMTPVKN8\\/HPmfgnL4mArn4n5MmQ0vvJG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 10:10:45\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 10:10:45\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3190;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"MD. Abdul Khalek\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:27:\\\"kathbiralishop.bd@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01717462679\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$uJnefBCwM7Fus.t.u\\/AgcuMTPVKN8\\/HPmfgnL4mArn4n5MmQ0vvJG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 10:10:45\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 10:10:45\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:96;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3191;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"MD AIUB KHAN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01724967095\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$niWHEWOdTakkLzB0K869Key0KIbCWpo3g6clma1a2fHi9Q8nnbU0a\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 10:16:52\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 10:16:52\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3191;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"MD AIUB KHAN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01724967095\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$niWHEWOdTakkLzB0K869Key0KIbCWpo3g6clma1a2fHi9Q8nnbU0a\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 10:16:52\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 10:16:52\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:97;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3192;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:23:\\\"MOHAMMAD MOZAMMEL HOQUE\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01721075260\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$1k94ZsAxmem2InMQie8Qxu6M7dA.KAgByHxAONa4QVIc.Duav\\/Mj.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 10:21:00\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 10:21:00\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3192;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:23:\\\"MOHAMMAD MOZAMMEL HOQUE\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01721075260\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$1k94ZsAxmem2InMQie8Qxu6M7dA.KAgByHxAONa4QVIc.Duav\\/Mj.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 10:21:00\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 10:21:00\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:98;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3194;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Riya sarkar\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01312248099\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$NYhMHH40BsFx2R4c2haWKefzEN1VhEK7wBbQxiEOYsRd9I4WnqaRy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 10:39:35\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 10:39:35\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3194;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Riya sarkar\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01312248099\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$NYhMHH40BsFx2R4c2haWKefzEN1VhEK7wBbQxiEOYsRd9I4WnqaRy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 10:39:35\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 10:39:35\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:99;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3195;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Masud\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01841391390\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$y87ABBkqHTVx0s5eoOOLaOv7pAp7a9DJTtkROxMMlXqi2Zv48HVJ2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 10:41:57\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 10:42:53\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3195;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Masud\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01841391390\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$y87ABBkqHTVx0s5eoOOLaOv7pAp7a9DJTtkROxMMlXqi2Zv48HVJ2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 10:41:57\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 10:42:53\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}}}s:4:\\\"text\\\";s:335:\\\"\\u09b8\\u09ae\\u09cd\\u09ae\\u09be\\u09a8\\u09bf\\u09a4 \\u0997\\u09cd\\u09b0\\u09be\\u09b9\\u0995, \\u09b8\\u09be\\u09b0\\u09cd\\u09ad\\u09be\\u09b0 \\u0986\\u09aa\\u09a1\\u09c7\\u099f \\u09a6\\u09c7\\u0993\\u09df\\u09be\\u09b0 \\u0995\\u09be\\u09b0\\u09a8\\u09c7 \\u0986\\u09aa\\u09a8\\u09be\\u09a6\\u09c7\\u09b0 \\u09a8\\u09bf\\u0995\\u099f \\u09ac\\u09bf\\u09b2\\u09c7\\u09b0 \\u098f\\u0995\\u099f\\u09bf \\u09ad\\u09c1\\u09b2 \\u09ae\\u09c7\\u09b8\\u09c7\\u099c \\u0997\\u09bf\\u09df\\u09c7\\u099b\\u09c7 \\u0964 \\u09ac\\u09bf\\u09b7\\u09df\\u099f\\u09bf\\u09b0 \\u099c\\u09a8\\u09cd\\u09af \\u0986\\u09ae\\u09b0\\u09be \\u0986\\u09a8\\u09cd\\u09a4\\u09b0\\u09bf\\u0995 \\u09ad\\u09be\\u09ac\\u09c7 \\u09a6\\u09c1\\u0983\\u0996\\u09bf\\u09a4\\u0964\\\";}s:3:\\\"job\\\";N;s:10:\\\"connection\\\";N;s:5:\\\"queue\\\";N;s:15:\\\"chainConnection\\\";N;s:10:\\\"chainQueue\\\";N;s:5:\\\"delay\\\";N;s:10:\\\"middleware\\\";a:0:{}s:7:\\\"chained\\\";a:0:{}}\"}}', 'Illuminate\\Queue\\MaxAttemptsExceededException: App\\Jobs\\SmsSend has been attempted too many times or run too long. The job may have previously timed out. in /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php:648\nStack trace:\n#0 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(163): Illuminate\\Queue\\Worker->maxAttemptsExceededException(Object(Illuminate\\Queue\\Jobs\\DatabaseJob))\n#1 /home/mygpsbd/public_html/app/Http/helper.php(28): Illuminate\\Queue\\Worker->Illuminate\\Queue\\{closure}(14, Array)\n#2 /home/mygpsbd/public_html/app/Jobs/SmsSend.php(35): send_sms(\'\\xE0\\xA6\\xB8\\xE0\\xA6\\xAE\\xE0\\xA7\\x8D\\xE0\\xA6\\xAE\\xE0\\xA6\\xBE...\', Array)\n#3 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App\\Jobs\\SmsSend->handle()\n#4 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/Util.php(37): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}()\n#5 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(93): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))\n#6 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(37): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))\n#7 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/Container.php(596): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)\n#8 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php(94): Illuminate\\Container\\Container->call(Array)\n#9 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(128): Illuminate\\Bus\\Dispatcher->Illuminate\\Bus\\{closure}(Object(App\\Jobs\\SmsSend))\n#10 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(103): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(App\\Jobs\\SmsSend))\n#11 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php(98): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))\n#12 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(83): Illuminate\\Bus\\Dispatcher->dispatchNow(Object(App\\Jobs\\SmsSend), false)\n#13 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(128): Illuminate\\Queue\\CallQueuedHandler->Illuminate\\Queue\\{closure}(Object(App\\Jobs\\SmsSend))\n#14 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(103): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(App\\Jobs\\SmsSend))\n#15 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(85): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))\n#16 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(59): Illuminate\\Queue\\CallQueuedHandler->dispatchThroughMiddleware(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Object(App\\Jobs\\SmsSend))\n#17 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Jobs/Job.php(98): Illuminate\\Queue\\CallQueuedHandler->call(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Array)\n#18 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(356): Illuminate\\Queue\\Jobs\\Job->fire()\n#19 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(306): Illuminate\\Queue\\Worker->process(\'database\', Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Object(Illuminate\\Queue\\WorkerOptions))\n#20 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(132): Illuminate\\Queue\\Worker->runJob(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), \'database\', Object(Illuminate\\Queue\\WorkerOptions))\n#21 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(112): Illuminate\\Queue\\Worker->daemon(\'database\', \'default\', Object(Illuminate\\Queue\\WorkerOptions))\n#22 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(96): Illuminate\\Queue\\Console\\WorkCommand->runWorker(\'database\', \'default\')\n#23 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Illuminate\\Queue\\Console\\WorkCommand->handle()\n#24 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/Util.php(37): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}()\n#25 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(93): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))\n#26 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(37): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))\n#27 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/Container.php(596): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)\n#28 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Console/Command.php(134): Illuminate\\Container\\Container->call(Array)\n#29 /home/mygpsbd/public_html/vendor/symfony/console/Command/Command.php(298): Illuminate\\Console\\Command->execute(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))\n#30 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Console/Command.php(121): Symfony\\Component\\Console\\Command\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))\n#31 /home/mygpsbd/public_html/vendor/symfony/console/Application.php(1040): Illuminate\\Console\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#32 /home/mygpsbd/public_html/vendor/symfony/console/Application.php(301): Symfony\\Component\\Console\\Application->doRunCommand(Object(Illuminate\\Queue\\Console\\WorkCommand), Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#33 /home/mygpsbd/public_html/vendor/symfony/console/Application.php(171): Symfony\\Component\\Console\\Application->doRun(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#34 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Console/Application.php(93): Symfony\\Component\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#35 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(129): Illuminate\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#36 /home/mygpsbd/public_html/artisan(37): Illuminate\\Foundation\\Console\\Kernel->handle(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#37 {main}', '2024-02-09 11:01:02');
INSERT INTO `failed_jobs` (`id`, `connection`, `queue`, `payload`, `exception`, `failed_at`) VALUES
(714, 'database', 'default', '{\"uuid\":\"f7cdd2d7-7842-4169-bd6b-fccb91bc6bc3\",\"displayName\":\"App\\\\Jobs\\\\SmsSend\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"delay\":null,\"timeout\":null,\"timeoutAt\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\SmsSend\",\"command\":\"O:16:\\\"App\\\\Jobs\\\\SmsSend\\\":9:{s:4:\\\"data\\\";a:2:{s:4:\\\"data\\\";O:39:\\\"Illuminate\\\\Database\\\\Eloquent\\\\Collection\\\":1:{s:8:\\\"\\u0000*\\u0000items\\\";a:100:{i:0;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3196;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Minor\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01713582871\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$wS\\/TSJ2Bc4B12cGO8xuSCuCBfqthi0RuDALKB7SZacejgClqP8ZRO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 10:45:00\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 10:45:00\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3196;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Minor\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01713582871\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$wS\\/TSJ2Bc4B12cGO8xuSCuCBfqthi0RuDALKB7SZacejgClqP8ZRO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 10:45:00\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 10:45:00\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:1;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3197;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Sk.Tanvir Ahmmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1755637539\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$gZMRTz4lxkzMOcxPyDXYgOwiCTCYpzu77Ujt6Qd8fE53P\\/UjTIWPm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 10:47:21\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 10:47:21\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3197;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Sk.Tanvir Ahmmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1755637539\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$gZMRTz4lxkzMOcxPyDXYgOwiCTCYpzu77Ujt6Qd8fE53P\\/UjTIWPm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 10:47:21\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 10:47:21\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:2;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3198;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Md. Rafiuddin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1714008881\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$t163tiRVsPU00lLcSj9Fe.J0A02G1\\/J\\/0DDYdAgN2Lx0ikR9lcrxy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 11:06:02\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 11:06:02\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3198;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Md. Rafiuddin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1714008881\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$t163tiRVsPU00lLcSj9Fe.J0A02G1\\/J\\/0DDYdAgN2Lx0ikR9lcrxy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 11:06:02\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 11:06:02\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:3;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3199;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Mozammel Hoque\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01740936269\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ipP5lvPjUQP.W7mHm4JgeOhOEVpo433squaP2UFPRsmFaP8fqohKu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 11:07:53\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 11:07:53\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3199;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Mozammel Hoque\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01740936269\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ipP5lvPjUQP.W7mHm4JgeOhOEVpo433squaP2UFPRsmFaP8fqohKu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 11:07:53\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 11:07:53\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:4;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3200;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Jasmin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711133149\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$1Mfmqj.yM4o9R50u0nJYp.0mrXMGUyUzu6BgC1X1uEZE56RStbKve\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 11:12:04\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 11:12:04\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3200;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Jasmin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711133149\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$1Mfmqj.yM4o9R50u0nJYp.0mrXMGUyUzu6BgC1X1uEZE56RStbKve\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 11:12:04\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 11:12:04\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:5;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3201;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:20:\\\"Mostafa tanvir pasha\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01772563772\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$XmcsHnRwiDYaKr63PQibvurB734c2D07pm4DyeeiV77jk79SzL4b6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 11:14:11\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 11:14:11\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3201;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:20:\\\"Mostafa tanvir pasha\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01772563772\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$XmcsHnRwiDYaKr63PQibvurB734c2D07pm4DyeeiV77jk79SzL4b6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 11:14:11\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 11:14:11\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:6;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3202;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Md. Mojibur Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01739047040\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$6We9Ktq1\\/l73ZZcb.TVK9Ocp41dDm58dh28eFIO97v3itD6OpCzw6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 11:18:22\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 11:18:22\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3202;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Md. Mojibur Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01739047040\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$6We9Ktq1\\/l73ZZcb.TVK9Ocp41dDm58dh28eFIO97v3itD6OpCzw6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 11:18:22\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 11:18:22\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:7;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3203;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md. Azizul haque\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01751852282\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$dTOEEhGr6hTIpetLK2dTve\\/TShxmF2E0NXqekVs31wA0pEtbDQoyG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 11:21:49\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 11:21:49\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3203;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md. Azizul haque\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01751852282\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$dTOEEhGr6hTIpetLK2dTve\\/TShxmF2E0NXqekVs31wA0pEtbDQoyG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 11:21:49\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 11:21:49\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:8;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3204;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Md Mamunur Rashid\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01723532213\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$YeU.sdxXtaV9x1anzzMJMu1C1olck1gP5MQPO\\/8E7aWQz3lAXMTou\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 11:25:40\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 11:25:40\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3204;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Md Mamunur Rashid\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01723532213\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$YeU.sdxXtaV9x1anzzMJMu1C1olck1gP5MQPO\\/8E7aWQz3lAXMTou\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 11:25:40\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 11:25:40\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:9;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3205;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"MONIR\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01777976997\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$zm\\/KTz12wyDEDvVZFjJNPujBWFW\\/oivTjNCoM5bCtHVv\\/TU9i4Bzy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 11:30:30\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 11:30:30\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3205;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"MONIR\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01777976997\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$zm\\/KTz12wyDEDvVZFjJNPujBWFW\\/oivTjNCoM5bCtHVv\\/TU9i4Bzy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 11:30:30\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 11:30:30\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:10;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3207;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Mehrab Pranto\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01968862710\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$qp49jZ2LvLIqq3cgLOuUC.p000cbLh389SK8OHtYlkszh2R3Xt8nO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 11:41:41\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 11:41:41\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3207;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Mehrab Pranto\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01968862710\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$qp49jZ2LvLIqq3cgLOuUC.p000cbLh389SK8OHtYlkszh2R3Xt8nO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 11:41:41\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 11:41:41\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:11;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3208;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Md Helal E Ajam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01797933999\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$b84e2ym2QRcq2Wy19sOHHejGswGur.JSac6padaglgDt\\/Ou7cbmp6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 11:43:58\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 11:43:58\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3208;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Md Helal E Ajam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01797933999\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$b84e2ym2QRcq2Wy19sOHHejGswGur.JSac6padaglgDt\\/Ou7cbmp6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 11:43:58\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 11:43:58\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:12;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3209;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"Shahin Hossain Khan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"saon.apple@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01918698184\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Goah71Nud4AzzUBVAX3HoOTy8GWVgz5QFDPX5I2jjpWcfMcLyyBGW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 11:46:13\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 11:46:13\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3209;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"Shahin Hossain Khan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"saon.apple@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01918698184\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Goah71Nud4AzzUBVAX3HoOTy8GWVgz5QFDPX5I2jjpWcfMcLyyBGW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 11:46:13\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 11:46:13\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:13;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3210;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Sagar Khan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:25:\\\"sagarkhan2025ju@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01678022919\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$TjW2I..iti4Jmt4m.d\\/CQeoCqBjnR\\/g9t\\/5fzIZPOriFSjZtQkS9G\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 11:48:50\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 11:48:50\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3210;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Sagar Khan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:25:\\\"sagarkhan2025ju@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01678022919\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$TjW2I..iti4Jmt4m.d\\/CQeoCqBjnR\\/g9t\\/5fzIZPOriFSjZtQkS9G\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 11:48:50\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 11:48:50\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:14;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3211;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Golam Rasul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01913071485\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$7bUE2c.tabXm7zXRkbPxb.46xSVCmcScooNFwzcIHKEyLMfCo.JWK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 11:51:42\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 11:51:42\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3211;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Golam Rasul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01913071485\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$7bUE2c.tabXm7zXRkbPxb.46xSVCmcScooNFwzcIHKEyLMfCo.JWK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 11:51:42\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 11:51:42\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:15;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3212;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:21:\\\"Mohammed Nazrul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"riponmail@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01736634114\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Dyb6nC94p6pYprRmpp1IH.t9X\\/AfznMM70hyjS6lQmZJr\\/Ev9VHRy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 12:29:13\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 12:29:13\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3212;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:21:\\\"Mohammed Nazrul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"riponmail@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01736634114\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Dyb6nC94p6pYprRmpp1IH.t9X\\/AfznMM70hyjS6lQmZJr\\/Ev9VHRy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 12:29:13\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 12:29:13\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:16;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3213;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md. Emtiaz Layek\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"emtiaz.dk@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01777992250\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$WnNeg9fZmbrCLQqvFTuAv.PDLBuDXSpQjzrcKVGJlAdKgB7US69je\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 12:31:36\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 12:31:36\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3213;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md. Emtiaz Layek\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"emtiaz.dk@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01777992250\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$WnNeg9fZmbrCLQqvFTuAv.PDLBuDXSpQjzrcKVGJlAdKgB7US69je\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 12:31:36\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 12:31:36\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:17;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3214;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Md Mamun Rashid\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01731743594\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Qng.oqIkDjEYnMCcgmeqE.TTTdf4nczJ7KoKxwQWYEKniS5GYAv6a\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 12:34:03\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 12:34:03\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3214;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Md Mamun Rashid\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01731743594\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Qng.oqIkDjEYnMCcgmeqE.TTTdf4nczJ7KoKxwQWYEKniS5GYAv6a\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 12:34:03\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 12:34:03\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:18;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3215;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md.Anwar Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716008477\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$NZlNfiujDGPJjFeWgBgjhuLIgQRXFQsuLGLfX7\\/s32Cmxb7xy..Zy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 12:36:54\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 12:36:54\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3215;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md.Anwar Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716008477\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$NZlNfiujDGPJjFeWgBgjhuLIgQRXFQsuLGLfX7\\/s32Cmxb7xy..Zy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 12:36:54\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 12:36:54\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:19;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3216;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Mahfuz Alam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712673077\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$bOC3eO4V604PZHJ8laOvWu5BqV5pVgswoYsOscL8TxWpC85u2b2Ki\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 12:39:26\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 12:39:26\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3216;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Mahfuz Alam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712673077\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$bOC3eO4V604PZHJ8laOvWu5BqV5pVgswoYsOscL8TxWpC85u2b2Ki\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 12:39:26\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 12:39:26\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:20;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3217;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Md Masud Karim\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01819259299\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$G6P1txQCVl0fS\\/a5nk2N8en7XK\\/d636wVHxGzArdks9.SU0xkjL3.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 12:46:39\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 12:46:39\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3217;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Md Masud Karim\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01819259299\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$G6P1txQCVl0fS\\/a5nk2N8en7XK\\/d636wVHxGzArdks9.SU0xkjL3.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 12:46:39\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 12:46:39\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:21;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3218;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Abir\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01680617305\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ri884xgs6CRPn8TwKd2\\/G.mU1lj0dCbFW5mNteCQRSbBkw7Dly66W\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 12:49:05\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 12:49:05\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3218;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Abir\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01680617305\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ri884xgs6CRPn8TwKd2\\/G.mU1lj0dCbFW5mNteCQRSbBkw7Dly66W\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 12:49:05\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 12:49:05\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:22;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3219;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"ABDUR RAHMAN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711584726\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$OeZruSDRZtJx.EGwwCZhMOd8xYrwS6ul2FjV6HB12tMjX8y4t8KAe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 12:59:22\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 12:59:22\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3219;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"ABDUR RAHMAN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711584726\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$OeZruSDRZtJx.EGwwCZhMOd8xYrwS6ul2FjV6HB12tMjX8y4t8KAe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 12:59:22\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 12:59:22\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:23;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3220;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Mohin Uddin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01857623064\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ETBpywVFB5bKFj4bu2gRiuZM4xgXqEeR6KqWRCyITctUkz0\\/PUEFW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 13:38:26\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 13:38:26\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3220;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Mohin Uddin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01857623064\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ETBpywVFB5bKFj4bu2gRiuZM4xgXqEeR6KqWRCyITctUkz0\\/PUEFW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 13:38:26\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 13:38:26\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:24;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3221;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Mahmud ul haque\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1715025424\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$4KATPb\\/wjsOFFUakHCDIEuW0qItENsjB16xJLuXQxTKxIXwKZDBIy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 13:41:35\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 13:41:35\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3221;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Mahmud ul haque\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1715025424\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$4KATPb\\/wjsOFFUakHCDIEuW0qItENsjB16xJLuXQxTKxIXwKZDBIy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 13:41:35\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 13:41:35\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:25;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3222;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Md Main uddin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715149335\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$u3N1gF2mDiY3R\\/0kW4w\\/\\/O6epbCasT.9M\\/MnqflXVJOhSLnDFcdMq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 13:48:14\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 13:48:14\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3222;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Md Main uddin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715149335\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$u3N1gF2mDiY3R\\/0kW4w\\/\\/O6epbCasT.9M\\/MnqflXVJOhSLnDFcdMq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 13:48:14\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 13:48:14\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:26;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3224;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Kadimul Hasan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01739701827\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$lOUNUwrxvvrMlsqcWrvN1.LaK4mwD2jNP6uxOnGJC.p1y8wJbi6ky\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 13:55:30\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 13:55:30\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3224;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Kadimul Hasan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01739701827\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$lOUNUwrxvvrMlsqcWrvN1.LaK4mwD2jNP6uxOnGJC.p1y8wJbi6ky\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 13:55:30\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 13:55:30\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:27;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3225;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"MD Mehedi Hasan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715991163\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$q\\/zBKKqhN4K69KV9GGnd0Oit4s\\/k8j5cBDizCbJohlqiiICA7AnYi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 13:57:37\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 13:57:37\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3225;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"MD Mehedi Hasan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715991163\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$q\\/zBKKqhN4K69KV9GGnd0Oit4s\\/k8j5cBDizCbJohlqiiICA7AnYi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 13:57:37\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 13:57:37\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:28;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3226;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Morad Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01766703379\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$YXtqmf.WUyYyOwkqX5.cXeh\\/A72kUZ0vZu7rz9HS1hv.zbG4RFAtS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 14:11:07\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 14:11:07\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3226;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Morad Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01766703379\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$YXtqmf.WUyYyOwkqX5.cXeh\\/A72kUZ0vZu7rz9HS1hv.zbG4RFAtS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 14:11:07\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 14:11:07\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:29;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3227;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Monir\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01923283866\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$aL5bxtYUEVo\\/LxVRO7Pp5eQJh6r\\/MbU8StEJdonRXL7sNzuy1WLly\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 14:17:59\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 14:17:59\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3227;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Monir\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01923283866\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$aL5bxtYUEVo\\/LxVRO7Pp5eQJh6r\\/MbU8StEJdonRXL7sNzuy1WLly\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 14:17:59\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 14:17:59\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:30;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3228;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Dabasish\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01819869539\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$VMfZDSaydW.adNrNqwHqMeHTrr\\/dHBvn\\/wsESjk159qpc5g8LVQN2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 14:20:59\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 14:20:59\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3228;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Dabasish\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01819869539\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$VMfZDSaydW.adNrNqwHqMeHTrr\\/dHBvn\\/wsESjk159qpc5g8LVQN2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 14:20:59\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 14:20:59\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:31;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3229;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"ATM Mahfuz Hassan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"bornio1982@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712552750\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Mw9U8HJAYxr3jxqvHodStu4.RS9AfcLfvLcAlK2A6g1Q132JkLVvq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 14:23:15\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 14:23:15\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3229;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"ATM Mahfuz Hassan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"bornio1982@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712552750\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Mw9U8HJAYxr3jxqvHodStu4.RS9AfcLfvLcAlK2A6g1Q132JkLVvq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 14:23:15\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 14:23:15\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:32;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3230;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"MD. TAREQ HOSSAIN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:25:\\\"mtareqhossain07@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01306912171\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$HafwG0mjd\\/bOUOJC4lwTmu6jjzWteqMiul\\/dStDX1z0Hf8lEDscZi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 14:31:19\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 14:31:19\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3230;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"MD. TAREQ HOSSAIN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:25:\\\"mtareqhossain07@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01306912171\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$HafwG0mjd\\/bOUOJC4lwTmu6jjzWteqMiul\\/dStDX1z0Hf8lEDscZi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 14:31:19\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 14:31:19\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:33;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3233;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Sayeed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01819403797\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$BQ8uj2enXdXbCveO\\/vt6CemXGD2fi8kC.cYLVA5.zrifctDTsNNR.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-16 10:38:33\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-16 10:38:33\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3233;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Sayeed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01819403797\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$BQ8uj2enXdXbCveO\\/vt6CemXGD2fi8kC.cYLVA5.zrifctDTsNNR.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-16 10:38:33\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-16 10:38:33\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:34;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3234;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"shofiul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01610456362\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$hwwkH\\/wBfi4P6azU.EK76OYvVMjmsXG2pCTjqAhRqf4MFaqAiS0Ai\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-16 10:40:37\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-16 10:40:37\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3234;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"shofiul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01610456362\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$hwwkH\\/wBfi4P6azU.EK76OYvVMjmsXG2pCTjqAhRqf4MFaqAiS0Ai\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-16 10:40:37\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-16 10:40:37\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:35;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3235;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Nura al amin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711010248\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$kTmwOgUftswNhwFExJMyJeMU8zQWS7bW3VmuvlyMWzjISjcXo2MsW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-16 10:45:06\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-16 10:45:06\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3235;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Nura al amin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711010248\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$kTmwOgUftswNhwFExJMyJeMU8zQWS7bW3VmuvlyMWzjISjcXo2MsW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-16 10:45:06\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-16 10:45:06\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:36;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3236;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Sanjib\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01741676291\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$UPgX3.FOizSBMOOkds1vveLZTZBwvR69NSrDeuRHLXjsJi9hXXAja\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-16 10:53:53\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-16 10:53:53\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3236;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Sanjib\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01741676291\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$UPgX3.FOizSBMOOkds1vveLZTZBwvR69NSrDeuRHLXjsJi9hXXAja\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-16 10:53:53\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-16 10:53:53\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:37;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3237;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:23:\\\"Shyamal Chandra Debnath\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01847192791\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ex9iR2wwwNqS69k47jl8huHpOaLks9VaRQTnXPy2.CfN8105eYTS6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-16 10:59:20\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-16 10:59:20\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3237;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:23:\\\"Shyamal Chandra Debnath\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01847192791\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ex9iR2wwwNqS69k47jl8huHpOaLks9VaRQTnXPy2.CfN8105eYTS6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-16 10:59:20\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-16 10:59:20\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:38;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3238;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Nazmul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716011647\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$5iYgbuNl9x\\/pa7EUoXHytOKO0QjE8FSDK8CDPMISO7QE\\/2Kh069am\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-16 11:04:16\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-16 11:04:16\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3238;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Nazmul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716011647\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$5iYgbuNl9x\\/pa7EUoXHytOKO0QjE8FSDK8CDPMISO7QE\\/2Kh069am\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-16 11:04:16\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-16 11:04:16\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:39;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3239;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Sumon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01754844120\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$zysKtBNJLiOxAKf0LndGQ.Q0D6c4HkDrVacSOlPxfv\\/\\/ZV5xcivcm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-16 11:11:03\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-16 11:11:03\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3239;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Sumon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01754844120\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$zysKtBNJLiOxAKf0LndGQ.Q0D6c4HkDrVacSOlPxfv\\/\\/ZV5xcivcm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-16 11:11:03\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-16 11:11:03\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:40;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3240;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Shafi\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01642007875\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$lNXcycXVFBoQemR9CjuKN.GXeDX5MxI.9HHrpXsapuJ1mTAsc2USe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-16 11:17:20\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-16 11:17:20\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3240;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Shafi\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01642007875\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$lNXcycXVFBoQemR9CjuKN.GXeDX5MxI.9HHrpXsapuJ1mTAsc2USe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-16 11:17:20\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-16 11:17:20\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:41;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3241;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Nannu\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1913921129\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$7HBW3SNxd9bwCwUP7rO2COVHmq16Tq.vKa12G9EWPUBYqMv7az.p6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-16 11:22:53\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-16 11:22:53\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3241;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Nannu\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1913921129\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$7HBW3SNxd9bwCwUP7rO2COVHmq16Tq.vKa12G9EWPUBYqMv7az.p6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-16 11:22:53\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-16 11:22:53\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:42;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3242;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Niaz\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712673900\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$PfBRtIQQtSr80LfzVFrzj.hV2x\\/ggNDyt3.3Sgp9k77XeqylQD70u\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-17 10:38:43\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-17 10:38:43\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3242;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Niaz\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712673900\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$PfBRtIQQtSr80LfzVFrzj.hV2x\\/ggNDyt3.3Sgp9k77XeqylQD70u\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-17 10:38:43\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-17 10:38:43\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:43;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3243;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"MD.Hasanuzzaman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"h.zaman92@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01627273392\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$6Q9Vlnw2nyqZ00c7YHA1NOE9YhEbVXSIerPM.AoBzwkuFZwCymWAy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-17 10:46:45\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-17 10:46:45\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3243;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"MD.Hasanuzzaman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"h.zaman92@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01627273392\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$6Q9Vlnw2nyqZ00c7YHA1NOE9YhEbVXSIerPM.AoBzwkuFZwCymWAy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-17 10:46:45\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-17 10:46:45\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:44;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3244;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Shehab Shurid\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1782119944\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$.ZAgeP3MBsDNKF3.fBQ65uB\\/f3.f9H2Lf9\\/JqtIzLdCaGwFWD1ily\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-17 10:49:06\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-17 10:49:06\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3244;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Shehab Shurid\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1782119944\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$.ZAgeP3MBsDNKF3.fBQ65uB\\/f3.f9H2Lf9\\/JqtIzLdCaGwFWD1ily\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-17 10:49:06\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-17 10:49:06\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:45;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3245;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"jahangir77\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711078298\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$IYy6js8NoqUKBM9VZgJqKuy1CJrr6qy5cLygKbOXo8Ni\\/b5ePo22K\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-17 10:51:01\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-17 10:51:01\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3245;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"jahangir77\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711078298\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$IYy6js8NoqUKBM9VZgJqKuy1CJrr6qy5cLygKbOXo8Ni\\/b5ePo22K\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-17 10:51:01\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-17 10:51:01\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:46;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3246;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Azshraf\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712501118\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$z0fprCTiVZR2Eo1jb4wTke7ECeTLjGpKunsPCuYIbGezt2VRxpdfC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-17 10:52:57\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-17 10:52:57\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3246;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Azshraf\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712501118\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$z0fprCTiVZR2Eo1jb4wTke7ECeTLjGpKunsPCuYIbGezt2VRxpdfC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-17 10:52:57\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-17 10:52:57\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:47;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3247;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Morshed01\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01819624814\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$3\\/ZjQV6zljwzFplQqciVoO2rTGxBjtOHP0iU3c.lqY4kXxXVYCtha\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-17 11:01:04\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-17 11:01:04\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3247;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Morshed01\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01819624814\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$3\\/ZjQV6zljwzFplQqciVoO2rTGxBjtOHP0iU3c.lqY4kXxXVYCtha\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-17 11:01:04\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-17 11:01:04\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:48;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3248;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Maksuda\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01616351555\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$yw0pjqT39MgCby5dFvecUebw6jziNS7fGnAty.N0HWOk4SMzXyjEm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-17 11:05:59\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-17 11:05:59\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3248;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Maksuda\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01616351555\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$yw0pjqT39MgCby5dFvecUebw6jziNS7fGnAty.N0HWOk4SMzXyjEm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-17 11:05:59\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-17 11:05:59\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:49;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3249;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"MD Asrful.alom\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715933121\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$DO3Qa0Z\\/zzZun1z9jyQDhOCiJfCzREo1hzNHuxm72m8KrwP\\/f0T6u\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-17 11:08:11\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-17 11:08:11\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3249;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"MD Asrful.alom\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715933121\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$DO3Qa0Z\\/zzZun1z9jyQDhOCiJfCzREo1hzNHuxm72m8KrwP\\/f0T6u\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-17 11:08:11\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-17 11:08:11\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:50;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3250;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Mizanur Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01706327377\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$pah1Xkg3HBX6ox6IkCfKZ.o5QbbmYga9ThiaH70DSYrHJBnTg7AUO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-17 11:10:25\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-17 11:10:25\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3250;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Mizanur Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01706327377\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$pah1Xkg3HBX6ox6IkCfKZ.o5QbbmYga9ThiaH70DSYrHJBnTg7AUO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-17 11:10:25\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-17 11:10:25\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:51;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3252;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md Zahidul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01729300060\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$YilH1QOWlXwsS6mX1norY.eYaL62Qd9edTKX.rsQJVnW1f4T0UwFO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-17 11:19:39\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-17 11:19:39\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3252;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md Zahidul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01729300060\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$YilH1QOWlXwsS6mX1norY.eYaL62Qd9edTKX.rsQJVnW1f4T0UwFO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-17 11:19:39\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-17 11:19:39\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:52;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3254;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Ferdous\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01329924867\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$I90YExxVBljNwIjR0VRLE.kImcsRlk740ZT0Xefv\\/46ZyEXK1xJAG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-17 11:35:21\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-17 11:35:21\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3254;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Ferdous\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01329924867\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$I90YExxVBljNwIjR0VRLE.kImcsRlk740ZT0Xefv\\/46ZyEXK1xJAG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-17 11:35:21\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-17 11:35:21\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:53;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3255;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Abir\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01606020456\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$XeDd5ipwrr03PHdE1NxXYu535oVKWR7ZSIAqyRVIkcwoOhGctc5NO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-17 11:38:57\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-17 11:38:57\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3255;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Abir\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01606020456\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$XeDd5ipwrr03PHdE1NxXYu535oVKWR7ZSIAqyRVIkcwoOhGctc5NO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-17 11:38:57\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-17 11:38:57\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:54;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3256;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Kolim\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01714478742\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$yWv3BuwpcfLHTTFVLuXAOeHkOsHt91vIFyMRljg\\/1meg.pj9Yh5ga\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-17 11:41:16\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-17 11:41:16\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3256;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Kolim\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01714478742\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$yWv3BuwpcfLHTTFVLuXAOeHkOsHt91vIFyMRljg\\/1meg.pj9Yh5ga\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-17 11:41:16\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-17 11:41:16\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:55;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3258;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"MERAZ ISLAM\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"merazislamh@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01611115054\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$HW509WDzPpinNEyW\\/asWJ.xNGvzb.8jIsuCb3h87A3CBF7m2lJ.vK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-17 11:51:34\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-17 11:51:34\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3258;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"MERAZ ISLAM\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"merazislamh@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01611115054\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$HW509WDzPpinNEyW\\/asWJ.xNGvzb.8jIsuCb3h87A3CBF7m2lJ.vK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-17 11:51:34\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-17 11:51:34\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:56;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3259;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:20:\\\"Md. Ali Arman Shiblu\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01718755764\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$g0QRRvmgfyYpWV2aglIXGuR7zliwkyQHoEQ2imTnQgETgoY1UxxLe\\\";s:14:\\\"remember_token\\\";s:60:\\\"1MUi54wC5kHl8i64gE0sqsvaJ7Sd5q7LLcB2tAFONN2vnk3a4zQOppb73vu2\\\";s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-17 12:00:41\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-17 12:00:41\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3259;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:20:\\\"Md. Ali Arman Shiblu\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01718755764\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$g0QRRvmgfyYpWV2aglIXGuR7zliwkyQHoEQ2imTnQgETgoY1UxxLe\\\";s:14:\\\"remember_token\\\";s:60:\\\"1MUi54wC5kHl8i64gE0sqsvaJ7Sd5q7LLcB2tAFONN2vnk3a4zQOppb73vu2\\\";s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-17 12:00:41\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-17 12:00:41\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:57;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3260;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Rowja\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01893442647\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$fcHsm7jq3GJ546ynxOVe.O26orZysrdEkVHqkR5Z1nSHizkBCrOjO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-17 12:02:52\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-17 12:02:52\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3260;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Rowja\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01893442647\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$fcHsm7jq3GJ546ynxOVe.O26orZysrdEkVHqkR5Z1nSHizkBCrOjO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-17 12:02:52\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-17 12:02:52\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:58;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3261;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Hizir\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01859586777\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$QXkMhnXj4cIkoeVjtKEBIOij\\/RcbOlhkYsdcRRfkVetRcst.esPPC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-17 12:05:24\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-17 12:05:24\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3261;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Hizir\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01859586777\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$QXkMhnXj4cIkoeVjtKEBIOij\\/RcbOlhkYsdcRRfkVetRcst.esPPC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-17 12:05:24\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-17 12:05:24\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:59;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3262;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Sayed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01730965230\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$6i8Qggjo2pcPis0YDCzg9.lSqQ0xkYnscPnX3jW1LXzJejQfJWRUO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-21 10:28:19\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-21 10:28:19\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3262;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Sayed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01730965230\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$6i8Qggjo2pcPis0YDCzg9.lSqQ0xkYnscPnX3jW1LXzJejQfJWRUO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-21 10:28:19\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-21 10:28:19\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:60;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3263;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Jewel\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711533117\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$qkW\\/xT8mHqeRu85sbWHlqOjfbJdNmJD8UEP9kmQcs9uayqm1nyLXe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-21 10:30:31\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-21 10:30:31\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3263;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Jewel\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711533117\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$qkW\\/xT8mHqeRu85sbWHlqOjfbJdNmJD8UEP9kmQcs9uayqm1nyLXe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-21 10:30:31\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-21 10:30:31\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:61;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3264;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Iqbal\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01755637555\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$JtYaQl9LMAJs9aLekYWcv.4gcfvTLEhV9iNfbFQKLdpziJRvm9aoK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-21 10:35:52\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-21 10:35:52\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3264;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Iqbal\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01755637555\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$JtYaQl9LMAJs9aLekYWcv.4gcfvTLEhV9iNfbFQKLdpziJRvm9aoK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-21 10:35:52\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-21 10:35:52\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:62;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3265;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Ripon Sarker\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"risisarker@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01867052659\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$3BMk0qLmdolCe03IO42dfO5J6m\\/bMdECznHSiM8pklAs0jKsH6WxC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-21 10:40:55\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-21 10:40:55\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3265;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Ripon Sarker\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"risisarker@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01867052659\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$3BMk0qLmdolCe03IO42dfO5J6m\\/bMdECznHSiM8pklAs0jKsH6WxC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-21 10:40:55\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-21 10:40:55\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:63;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3266;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Niti\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01731512004\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$R9ZXRIiz2tnzwJehmEE8NeA0gJZW8CMU7sj6EueOfq31TfbHWQlQW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-21 10:49:41\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-21 10:49:41\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3266;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Niti\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01731512004\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$R9ZXRIiz2tnzwJehmEE8NeA0gJZW8CMU7sj6EueOfq31TfbHWQlQW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-21 10:49:41\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-21 10:49:41\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:64;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3267;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Adnan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01798826314\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$1cvIIRVy2aOpvFVlRrOIZ.rnjB2\\/jMiAA4ImG\\/KTyVaV69YDIvw9e\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-21 10:55:54\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-21 10:55:54\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3267;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Adnan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01798826314\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$1cvIIRVy2aOpvFVlRrOIZ.rnjB2\\/jMiAA4ImG\\/KTyVaV69YDIvw9e\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-21 10:55:54\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-21 10:55:54\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:65;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3268;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Altaf\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01926453656\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$q0hiu4qy1PdwGWXDjHyxlefyk968XorrxtvlYArUaeYedJvpZYJPK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-21 11:39:07\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-21 11:39:07\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3268;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Altaf\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01926453656\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$q0hiu4qy1PdwGWXDjHyxlefyk968XorrxtvlYArUaeYedJvpZYJPK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-21 11:39:07\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-21 11:39:07\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:66;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3269;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Faruk\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01911420022\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$V97tcGO0dXccPA4MwQfxA.Vc3GHxbEmk4IzYyOod4BNIpRIYnhKNe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-21 11:46:42\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-21 11:46:42\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3269;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Faruk\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01911420022\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$V97tcGO0dXccPA4MwQfxA.Vc3GHxbEmk4IzYyOod4BNIpRIYnhKNe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-21 11:46:42\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-21 11:46:42\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:67;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3270;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Faruk\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711069253\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$.pXRgfDIE5veWO4DsSgD9e8HKr4DmcP2HI2QGClEzzEm4gljKfyvq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-21 11:49:11\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-21 11:49:11\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3270;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Faruk\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711069253\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$.pXRgfDIE5veWO4DsSgD9e8HKr4DmcP2HI2QGClEzzEm4gljKfyvq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-21 11:49:11\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-21 11:49:11\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:68;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3271;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Md.Ruhul Amin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01720094616\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$idImBC0SGjFpaDPbgltM.elMpB6ib7\\/necjPv4OVMWcD1Dq\\/ZRwCu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-21 11:52:13\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-21 11:52:13\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3271;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Md.Ruhul Amin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01720094616\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$idImBC0SGjFpaDPbgltM.elMpB6ib7\\/necjPv4OVMWcD1Dq\\/ZRwCu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-21 11:52:13\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-21 11:52:13\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:69;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3272;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Md Rezaul haque\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"rhaque704@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01707081679\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$lWDEK7jXWUbPJWtoUtB9hu.Vun6wxsybD3CCX\\/5ZthFNoYCnvXpYa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-21 12:29:43\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-21 12:29:43\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3272;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Md Rezaul haque\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"rhaque704@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01707081679\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$lWDEK7jXWUbPJWtoUtB9hu.Vun6wxsybD3CCX\\/5ZthFNoYCnvXpYa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-21 12:29:43\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-21 12:29:43\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:70;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3273;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Md Nasir\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01737707458\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$859pWQvj7Pfc0HVM0CJHuuyKl9sxXkPXxYusJLmXP6evE8lQRwvwi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-21 12:42:58\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-21 12:42:58\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3273;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Md Nasir\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01737707458\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$859pWQvj7Pfc0HVM0CJHuuyKl9sxXkPXxYusJLmXP6evE8lQRwvwi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-21 12:42:58\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-21 12:42:58\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:71;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3275;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Mehedi Hasan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01812808182\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$h0ZHPevU3W46\\/a6Qsn..J.J9Ase8OjYWp13fKXi.L41ez893TW0q.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-21 12:48:23\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-21 12:48:23\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3275;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Mehedi Hasan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01812808182\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$h0ZHPevU3W46\\/a6Qsn..J.J9Ase8OjYWp13fKXi.L41ez893TW0q.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-21 12:48:23\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-21 12:48:23\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:72;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3276;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Muntasir mamun\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01819414640\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$S2b4J37QeGBvNzNjaqMJCuRHExNHuGia7aMLMXT.CsmZVkOJUo\\/Oe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-21 12:52:12\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-21 12:52:12\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3276;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Muntasir mamun\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01819414640\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$S2b4J37QeGBvNzNjaqMJCuRHExNHuGia7aMLMXT.CsmZVkOJUo\\/Oe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-21 12:52:12\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-21 12:52:12\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:73;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3277;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Naimul  Ahsan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711486939\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ZJMJp7Mt39.kAkRIARpz.uTr2nvz4nAnNWD03fhVFqGaBYvglSRaC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-21 12:56:58\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-21 12:56:58\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3277;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Naimul  Ahsan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711486939\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ZJMJp7Mt39.kAkRIARpz.uTr2nvz4nAnNWD03fhVFqGaBYvglSRaC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-21 12:56:58\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-21 12:56:58\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:74;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3278;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Sayed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01769007137\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$nIcbOHuv3jL.\\/.fDgj.q3Okw1SJLzDbVW8B.wSO0F4TmvfCriQCT2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-21 12:59:08\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-21 12:59:08\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3278;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Sayed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01769007137\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$nIcbOHuv3jL.\\/.fDgj.q3Okw1SJLzDbVW8B.wSO0F4TmvfCriQCT2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-21 12:59:08\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-21 12:59:08\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:75;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3279;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md. Rubel mridha\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01762606262\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$SHocu4qndHtuD9I39lDRieB8gDzhkm2cNWOzzHu.b4lwkJ8pJMFFK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-21 13:03:28\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-21 13:03:28\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3279;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md. Rubel mridha\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01762606262\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$SHocu4qndHtuD9I39lDRieB8gDzhkm2cNWOzzHu.b4lwkJ8pJMFFK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-21 13:03:28\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-21 13:03:28\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:76;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3280;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Golam Mostofa\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01748972736\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$egZtfFP7PMOInAvv51MXROyCrOqDJA62vjE1ogtjQ4ZcRmeZ10E6G\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-21 13:09:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-21 13:09:29\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3280;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Golam Mostofa\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01748972736\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$egZtfFP7PMOInAvv51MXROyCrOqDJA62vjE1ogtjQ4ZcRmeZ10E6G\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-21 13:09:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-21 13:09:29\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:77;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3281;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Irin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01632284846\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$0ZKbPYWg6xxemo1Vi4O.6.aQJiWlQBTtv0M4EYBPqmzaBIIzsuYTW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-21 13:11:34\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-21 13:11:34\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3281;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Irin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01632284846\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$0ZKbPYWg6xxemo1Vi4O.6.aQJiWlQBTtv0M4EYBPqmzaBIIzsuYTW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-21 13:11:34\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-21 13:11:34\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:78;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3283;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Sarfaraz Mohammed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715572797\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$W1AapXSkLApKvH3LgZIiN.uIWz\\/Bm7TKWP8C4P4cP0YXNl0jX0eN.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-22 12:34:30\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-22 12:34:30\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3283;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Sarfaraz Mohammed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715572797\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$W1AapXSkLApKvH3LgZIiN.uIWz\\/Bm7TKWP8C4P4cP0YXNl0jX0eN.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-22 12:34:30\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-22 12:34:30\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:79;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3284;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"MD ISMAIL HOSSAIN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01328896669\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$QE.doWgNiK2mZCjKFKicO.O.55GR0gdr4PHBwHOCvtSpKdX.xjqh.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-22 12:36:40\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-22 12:36:40\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3284;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"MD ISMAIL HOSSAIN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01328896669\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$QE.doWgNiK2mZCjKFKicO.O.55GR0gdr4PHBwHOCvtSpKdX.xjqh.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-22 12:36:40\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-22 12:36:40\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:80;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3285;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Akm Ashrafuzzaman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715713305\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$aPHvV6KlSZmtwS3AB6St0OAsGYzGDFD0p5TJ96Aua6KKU3WGLkCF.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-22 12:43:12\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-22 12:43:12\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3285;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Akm Ashrafuzzaman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715713305\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$aPHvV6KlSZmtwS3AB6St0OAsGYzGDFD0p5TJ96Aua6KKU3WGLkCF.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-22 12:43:12\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-22 12:43:12\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:81;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3286;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:26:\\\"Mohammad Suborno Daud Toha\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1914949846\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$gz6Gw4bnoVtSXlhem60MbOJmuebcRxJqC5sr0ATWdovUeQhJg6pt6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-22 12:46:12\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-22 12:46:12\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3286;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:26:\\\"Mohammad Suborno Daud Toha\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1914949846\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$gz6Gw4bnoVtSXlhem60MbOJmuebcRxJqC5sr0ATWdovUeQhJg6pt6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-22 12:46:12\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-22 12:46:12\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:82;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3288;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:21:\\\"MD.Mahmudunnabi Moznu\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"moznububt@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01601670985\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ypgNiG5\\/Qbb0RyVqoLh3.ehQ8RKcDOeYD06RJfGe0VBV4UIuY94ZC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-22 12:53:21\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-22 12:53:21\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3288;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:21:\\\"MD.Mahmudunnabi Moznu\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"moznububt@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01601670985\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ypgNiG5\\/Qbb0RyVqoLh3.ehQ8RKcDOeYD06RJfGe0VBV4UIuY94ZC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-22 12:53:21\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-22 12:53:21\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:83;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3289;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Md.Nazrul islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01714269658\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$c9fxIj1f7CezuwWmHHpsle\\/51rnMxlAp\\/QyXW\\/ExPQnm4r0roklkK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-22 13:02:55\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-22 13:02:55\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3289;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Md.Nazrul islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01714269658\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$c9fxIj1f7CezuwWmHHpsle\\/51rnMxlAp\\/QyXW\\/ExPQnm4r0roklkK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-22 13:02:55\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-22 13:02:55\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:84;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3290;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Mahabub\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01725150912\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$h6.NUM3cIJLxUolhSrwP7ONrkCansdg7zkTcd9AHjRah.eXCeVPiC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-22 13:07:15\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-22 13:07:15\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3290;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Mahabub\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01725150912\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$h6.NUM3cIJLxUolhSrwP7ONrkCansdg7zkTcd9AHjRah.eXCeVPiC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-22 13:07:15\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-22 13:07:15\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:85;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3291;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Arif\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01718556270\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$q7v2oObTfm6yQ4EWvO7uC..q5jYcHDuoyULiXO8iLKLUOqV4hGqdq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-22 13:19:50\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-22 13:19:50\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3291;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Arif\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01718556270\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$q7v2oObTfm6yQ4EWvO7uC..q5jYcHDuoyULiXO8iLKLUOqV4hGqdq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-22 13:19:50\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-22 13:19:50\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:86;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3292;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Santo Saha\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711446802\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$mzW\\/znP9R6VV.NMktDJH8.JM13FfeC6lfG2PlGHyjaE.Rkcgp6nUC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-22 13:23:32\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-22 13:23:32\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3292;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Santo Saha\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711446802\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$mzW\\/znP9R6VV.NMktDJH8.JM13FfeC6lfG2PlGHyjaE.Rkcgp6nUC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-22 13:23:32\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-22 13:23:32\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:87;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3293;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Mir foiz Ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01755554265\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$JO78oxuHOJyR2etLTMQk1uzsjtQ812IOXzXsFQ8gUBI1v9ACIBCvC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-22 13:27:31\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-22 13:27:31\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3293;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Mir foiz Ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01755554265\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$JO78oxuHOJyR2etLTMQk1uzsjtQ812IOXzXsFQ8gUBI1v9ACIBCvC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-22 13:27:31\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-22 13:27:31\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:88;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3294;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:22:\\\"Shafikur Rahman shafiq\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712936210\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$t.L7CMwgrDRrEKhyYVe.se.V2WRWnTRfWBhHOdTw1A4EVk56BFoe2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-22 13:30:28\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-22 13:30:28\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3294;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:22:\\\"Shafikur Rahman shafiq\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712936210\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$t.L7CMwgrDRrEKhyYVe.se.V2WRWnTRfWBhHOdTw1A4EVk56BFoe2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-22 13:30:28\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-22 13:30:28\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:89;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3297;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Kajol\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712006876\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$eILd8lQc1nvd7We5p9.ch.qGctsyn\\/Xin1ToPdjWFfs.orV4jz6z6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-22 14:14:00\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-22 14:14:00\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3297;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Kajol\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712006876\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$eILd8lQc1nvd7We5p9.ch.qGctsyn\\/Xin1ToPdjWFfs.orV4jz6z6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-22 14:14:00\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-22 14:14:00\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:90;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3298;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Babu Mia\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01728745836\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$CcYY4PFES3gJy5g32sH8susdSHHs6d3ya4IkFJ0uMYeXjbZ\\/ONNUm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-22 14:32:19\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-22 14:32:19\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3298;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Babu Mia\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01728745836\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$CcYY4PFES3gJy5g32sH8susdSHHs6d3ya4IkFJ0uMYeXjbZ\\/ONNUm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-22 14:32:19\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-22 14:32:19\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:91;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3299;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Muklasur rohoman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01920742161\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$WxTRTFRaLkU8KWKCMdbPEuXy9MlBc8H.KzxIlL9drFKEBN6bhc.0q\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-22 14:35:46\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-22 14:35:46\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3299;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Muklasur rohoman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01920742161\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$WxTRTFRaLkU8KWKCMdbPEuXy9MlBc8H.KzxIlL9drFKEBN6bhc.0q\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-22 14:35:46\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-22 14:35:46\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:92;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3300;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Tuhin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712555026\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$oEw\\/VvLRGv4hvZd\\/s9F\\/qu3Fyf0sH5M2MirIJIiZ3\\/uQ.caWshV.W\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-22 14:39:35\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-22 14:39:35\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3300;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Tuhin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712555026\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$oEw\\/VvLRGv4hvZd\\/s9F\\/qu3Fyf0sH5M2MirIJIiZ3\\/uQ.caWshV.W\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-22 14:39:35\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-22 14:39:35\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:93;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3301;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Mamun\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01881200104\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$koCGkOF2Od31A6yYbZiUQ.FidoaNllBQKySBh82teYy97CEWSPj7m\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-22 14:48:18\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-22 14:48:18\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3301;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Mamun\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01881200104\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$koCGkOF2Od31A6yYbZiUQ.FidoaNllBQKySBh82teYy97CEWSPj7m\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-22 14:48:18\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-22 14:48:18\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:94;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3302;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Johir islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01312608114\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$6Bck9Km1\\/PjXyd6wD0URtuA1M2hnwZCQLSi\\/yfmE6QSqO4c4VbfUa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-22 14:51:11\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-22 14:51:11\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3302;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Johir islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01312608114\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$6Bck9Km1\\/PjXyd6wD0URtuA1M2hnwZCQLSi\\/yfmE6QSqO4c4VbfUa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-22 14:51:11\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-22 14:51:11\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:95;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3303;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"SAFETY USER\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01816856309\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$B55j\\/7q.VU6h3zn5retJ6uq0A9.2CwgjF9r7uEjPMP5zMfRUzotoe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-22 14:55:13\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-22 14:55:13\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3303;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"SAFETY USER\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01816856309\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$B55j\\/7q.VU6h3zn5retJ6uq0A9.2CwgjF9r7uEjPMP5zMfRUzotoe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-22 14:55:13\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-22 14:55:13\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:96;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3304;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Md. Shahalam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01731318345\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$zBnIsqfJiRCi\\/TTnMO1d\\/.\\/OoWagubNtqYBDiBA9ERv4dSK4dTtuy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-22 14:58:09\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-22 14:58:09\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3304;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Md. Shahalam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01731318345\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$zBnIsqfJiRCi\\/TTnMO1d\\/.\\/OoWagubNtqYBDiBA9ERv4dSK4dTtuy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-22 14:58:09\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-22 14:58:09\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:97;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3306;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Arup\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01817115339\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$mkekuEcN9FID4SFXQIVEfuLaPmyLqUvPVWzwNZdcjOQhxN73Yx5tG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-22 15:04:04\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-22 15:04:04\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3306;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Arup\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01817115339\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$mkekuEcN9FID4SFXQIVEfuLaPmyLqUvPVWzwNZdcjOQhxN73Yx5tG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-22 15:04:04\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-22 15:04:04\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:98;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3307;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Nasim\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01710694696\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$B2Dgbfg5fOMR11LYnK7dHOdw4nYnR.r\\/F3hf3TA3FMqlQnxxkIWD6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-22 15:06:16\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-22 15:06:16\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3307;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Nasim\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01710694696\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$B2Dgbfg5fOMR11LYnK7dHOdw4nYnR.r\\/F3hf3TA3FMqlQnxxkIWD6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-22 15:06:16\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-22 15:06:16\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:99;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3308;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Tamil Express\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01912121060\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$3dZv918N8xm74GLvmEzmFeBBHoDm1QfUZPzHvdpgSbeqrqJ1xa0aq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-22 15:08:17\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-22 15:08:17\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3308;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Tamil Express\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01912121060\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$3dZv918N8xm74GLvmEzmFeBBHoDm1QfUZPzHvdpgSbeqrqJ1xa0aq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-22 15:08:17\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-22 15:08:17\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}}}s:4:\\\"text\\\";s:335:\\\"\\u09b8\\u09ae\\u09cd\\u09ae\\u09be\\u09a8\\u09bf\\u09a4 \\u0997\\u09cd\\u09b0\\u09be\\u09b9\\u0995, \\u09b8\\u09be\\u09b0\\u09cd\\u09ad\\u09be\\u09b0 \\u0986\\u09aa\\u09a1\\u09c7\\u099f \\u09a6\\u09c7\\u0993\\u09df\\u09be\\u09b0 \\u0995\\u09be\\u09b0\\u09a8\\u09c7 \\u0986\\u09aa\\u09a8\\u09be\\u09a6\\u09c7\\u09b0 \\u09a8\\u09bf\\u0995\\u099f \\u09ac\\u09bf\\u09b2\\u09c7\\u09b0 \\u098f\\u0995\\u099f\\u09bf \\u09ad\\u09c1\\u09b2 \\u09ae\\u09c7\\u09b8\\u09c7\\u099c \\u0997\\u09bf\\u09df\\u09c7\\u099b\\u09c7 \\u0964 \\u09ac\\u09bf\\u09b7\\u09df\\u099f\\u09bf\\u09b0 \\u099c\\u09a8\\u09cd\\u09af \\u0986\\u09ae\\u09b0\\u09be \\u0986\\u09a8\\u09cd\\u09a4\\u09b0\\u09bf\\u0995 \\u09ad\\u09be\\u09ac\\u09c7 \\u09a6\\u09c1\\u0983\\u0996\\u09bf\\u09a4\\u0964\\\";}s:3:\\\"job\\\";N;s:10:\\\"connection\\\";N;s:5:\\\"queue\\\";N;s:15:\\\"chainConnection\\\";N;s:10:\\\"chainQueue\\\";N;s:5:\\\"delay\\\";N;s:10:\\\"middleware\\\";a:0:{}s:7:\\\"chained\\\";a:0:{}}\"}}', 'Illuminate\\Queue\\MaxAttemptsExceededException: App\\Jobs\\SmsSend has been attempted too many times or run too long. The job may have previously timed out. in /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php:648\nStack trace:\n#0 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(163): Illuminate\\Queue\\Worker->maxAttemptsExceededException(Object(Illuminate\\Queue\\Jobs\\DatabaseJob))\n#1 /home/mygpsbd/public_html/app/Http/helper.php(28): Illuminate\\Queue\\Worker->Illuminate\\Queue\\{closure}(14, Array)\n#2 /home/mygpsbd/public_html/app/Jobs/SmsSend.php(35): send_sms(\'\\xE0\\xA6\\xB8\\xE0\\xA6\\xAE\\xE0\\xA7\\x8D\\xE0\\xA6\\xAE\\xE0\\xA6\\xBE...\', Array)\n#3 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App\\Jobs\\SmsSend->handle()\n#4 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/Util.php(37): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}()\n#5 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(93): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))\n#6 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(37): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))\n#7 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/Container.php(596): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)\n#8 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php(94): Illuminate\\Container\\Container->call(Array)\n#9 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(128): Illuminate\\Bus\\Dispatcher->Illuminate\\Bus\\{closure}(Object(App\\Jobs\\SmsSend))\n#10 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(103): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(App\\Jobs\\SmsSend))\n#11 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php(98): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))\n#12 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(83): Illuminate\\Bus\\Dispatcher->dispatchNow(Object(App\\Jobs\\SmsSend), false)\n#13 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(128): Illuminate\\Queue\\CallQueuedHandler->Illuminate\\Queue\\{closure}(Object(App\\Jobs\\SmsSend))\n#14 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(103): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(App\\Jobs\\SmsSend))\n#15 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(85): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))\n#16 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(59): Illuminate\\Queue\\CallQueuedHandler->dispatchThroughMiddleware(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Object(App\\Jobs\\SmsSend))\n#17 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Jobs/Job.php(98): Illuminate\\Queue\\CallQueuedHandler->call(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Array)\n#18 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(356): Illuminate\\Queue\\Jobs\\Job->fire()\n#19 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(306): Illuminate\\Queue\\Worker->process(\'database\', Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Object(Illuminate\\Queue\\WorkerOptions))\n#20 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(132): Illuminate\\Queue\\Worker->runJob(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), \'database\', Object(Illuminate\\Queue\\WorkerOptions))\n#21 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(112): Illuminate\\Queue\\Worker->daemon(\'database\', \'default\', Object(Illuminate\\Queue\\WorkerOptions))\n#22 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(96): Illuminate\\Queue\\Console\\WorkCommand->runWorker(\'database\', \'default\')\n#23 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Illuminate\\Queue\\Console\\WorkCommand->handle()\n#24 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/Util.php(37): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}()\n#25 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(93): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))\n#26 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(37): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))\n#27 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/Container.php(596): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)\n#28 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Console/Command.php(134): Illuminate\\Container\\Container->call(Array)\n#29 /home/mygpsbd/public_html/vendor/symfony/console/Command/Command.php(298): Illuminate\\Console\\Command->execute(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))\n#30 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Console/Command.php(121): Symfony\\Component\\Console\\Command\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))\n#31 /home/mygpsbd/public_html/vendor/symfony/console/Application.php(1040): Illuminate\\Console\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#32 /home/mygpsbd/public_html/vendor/symfony/console/Application.php(301): Symfony\\Component\\Console\\Application->doRunCommand(Object(Illuminate\\Queue\\Console\\WorkCommand), Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#33 /home/mygpsbd/public_html/vendor/symfony/console/Application.php(171): Symfony\\Component\\Console\\Application->doRun(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#34 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Console/Application.php(93): Symfony\\Component\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#35 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(129): Illuminate\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#36 /home/mygpsbd/public_html/artisan(37): Illuminate\\Foundation\\Console\\Kernel->handle(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#37 {main}', '2024-02-09 12:01:02');
INSERT INTO `failed_jobs` (`id`, `connection`, `queue`, `payload`, `exception`, `failed_at`) VALUES
(715, 'database', 'default', '{\"uuid\":\"da18391a-7de6-4108-b399-00cd2b8833d6\",\"displayName\":\"App\\\\Jobs\\\\SmsSend\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"delay\":null,\"timeout\":null,\"timeoutAt\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\SmsSend\",\"command\":\"O:16:\\\"App\\\\Jobs\\\\SmsSend\\\":9:{s:4:\\\"data\\\";a:2:{s:4:\\\"data\\\";O:39:\\\"Illuminate\\\\Database\\\\Eloquent\\\\Collection\\\":1:{s:8:\\\"\\u0000*\\u0000items\\\";a:100:{i:0;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3309;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Monir\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01852058685\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$bieS2gBzppecMCZw0CB4nOT.C1mD2Nvu4zBSqKtjJUzTchenJ43LO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-22 15:11:51\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-22 15:11:51\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3309;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Monir\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01852058685\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$bieS2gBzppecMCZw0CB4nOT.C1mD2Nvu4zBSqKtjJUzTchenJ43LO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-22 15:11:51\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-22 15:11:51\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:1;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3312;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Shahin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01774667720\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$KhLu9SRIlPRoeuLZDeVAs.KhreJkbinwSW3\\/EL3MmXi223OhzDMJG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-22 16:58:33\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-22 16:58:33\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3312;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Shahin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01774667720\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$KhLu9SRIlPRoeuLZDeVAs.KhreJkbinwSW3\\/EL3MmXi223OhzDMJG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-22 16:58:33\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-22 16:58:33\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:2;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3313;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Alamin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01732737744\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$eVAVZ632miVWgcwFwJMgN.eI9RFzR82\\/wFULur05fQAvlWANR2T7C\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-22 17:00:22\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-22 17:00:22\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3313;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Alamin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01732737744\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$eVAVZ632miVWgcwFwJMgN.eI9RFzR82\\/wFULur05fQAvlWANR2T7C\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-22 17:00:22\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-22 17:00:22\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:3;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3314;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Arman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01734159957\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$wCR7l\\/l1IOGiOyPs1CxVP.dXMZXrbjIfpA0TuhPAbc5\\/1SWnfOfpO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-22 17:02:09\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-22 17:02:09\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3314;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Arman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01734159957\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$wCR7l\\/l1IOGiOyPs1CxVP.dXMZXrbjIfpA0TuhPAbc5\\/1SWnfOfpO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-22 17:02:09\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-22 17:02:09\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:4;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3315;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Maish\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01857755962\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ZwOf0oDmTPqsh9yXcGCOuOiGUBtYZgZCGLKvEFO8tBD1WjpbZyWcu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-22 17:04:30\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-22 17:04:30\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3315;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Maish\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01857755962\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ZwOf0oDmTPqsh9yXcGCOuOiGUBtYZgZCGLKvEFO8tBD1WjpbZyWcu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-22 17:04:30\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-22 17:04:30\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:5;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3316;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Rajusha\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01819338038\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$.ESPe4Z7aVS7yvq9Qa1.UelB.NHNFUn.fOum9QsbRrVg5XVJnYxGq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-22 17:06:34\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-22 17:06:34\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3316;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Rajusha\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01819338038\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$.ESPe4Z7aVS7yvq9Qa1.UelB.NHNFUn.fOum9QsbRrVg5XVJnYxGq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-22 17:06:34\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-22 17:06:34\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:6;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3317;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Jenat jahan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01732983817\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Dq7BMe3L2IjTAS56fS6m8O.LobsLDcMwpSharLF2S\\/pyVjZcogLx.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-22 17:08:25\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-22 17:08:25\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3317;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Jenat jahan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01732983817\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Dq7BMe3L2IjTAS56fS6m8O.LobsLDcMwpSharLF2S\\/pyVjZcogLx.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-22 17:08:25\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-22 17:08:25\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:7;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3318;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Md.shohel\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712240930\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$jAZFku.s791WoHH8hxMekO530BLrHFllLzWbD5HnWp49rsxUK3NgC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-22 17:10:19\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-22 17:10:19\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3318;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Md.shohel\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712240930\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$jAZFku.s791WoHH8hxMekO530BLrHFllLzWbD5HnWp49rsxUK3NgC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-22 17:10:19\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-22 17:10:19\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:8;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3319;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Dipumia\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01710259503\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$NfGrUvYEdDv8ac4IQ2W9RuvRUlTgFRwSlUyCWskSaD6PdwfJsYIcy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-22 17:14:50\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-22 17:14:50\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3319;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Dipumia\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01710259503\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$NfGrUvYEdDv8ac4IQ2W9RuvRUlTgFRwSlUyCWskSaD6PdwfJsYIcy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-22 17:14:50\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-22 17:14:50\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:9;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3320;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"MD MUSHFIQUR RAHMAN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01719306320\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$qL2l2ot4lRA8vPooGg67YeZSBBVQowL53eYpKDLTZcfGKinGp3TT.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-22 17:20:14\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-22 17:20:14\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3320;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"MD MUSHFIQUR RAHMAN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01719306320\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$qL2l2ot4lRA8vPooGg67YeZSBBVQowL53eYpKDLTZcfGKinGp3TT.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-22 17:20:14\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-22 17:20:14\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:10;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3321;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"MD Rashed khan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01611686450\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$D7tkKKjhDaQ2n76qQuwj6uxB4C6DAPJa1wpLGnmpiqVdwXpdElXS6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-22 17:24:22\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-22 17:24:22\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3321;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"MD Rashed khan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01611686450\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$D7tkKKjhDaQ2n76qQuwj6uxB4C6DAPJa1wpLGnmpiqVdwXpdElXS6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-22 17:24:22\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-22 17:24:22\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:11;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3322;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Monir Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01837204814\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$0z8BnmmRkIljsx23TXHkz.97r4Sw5POnD88W.Apg19zdFiX4RUpSq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-22 17:27:15\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-22 17:27:15\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3322;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Monir Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01837204814\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$0z8BnmmRkIljsx23TXHkz.97r4Sw5POnD88W.Apg19zdFiX4RUpSq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-22 17:27:15\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-22 17:27:15\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:12;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3323;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Rifat\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01308032342\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$6x6e5JOVFm.l.bc3tJwWOuAeivs\\/5XKRvdwDHqhynqmdahRszSNAy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-22 17:29:17\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-22 17:29:17\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3323;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Rifat\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01308032342\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$6x6e5JOVFm.l.bc3tJwWOuAeivs\\/5XKRvdwDHqhynqmdahRszSNAy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-22 17:29:17\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-22 17:29:17\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:13;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3324;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Billal\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01912548444\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$8lQ\\/A9gM6kNbJZqg5VX2DO7AWE\\/djyhoza.y5SvJHZtlboWQd1cNe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-23 13:50:33\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-23 13:50:33\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3324;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Billal\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01912548444\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$8lQ\\/A9gM6kNbJZqg5VX2DO7AWE\\/djyhoza.y5SvJHZtlboWQd1cNe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-23 13:50:33\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-23 13:50:33\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:14;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3325;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Abdul Basit\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01312644433\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Wy.Br0El8fE3u4Yz.cUvu.aPJr9Gn.dZdrYhdssCMSYu9.SysExJa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-23 13:55:12\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-23 13:55:12\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3325;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Abdul Basit\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01312644433\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Wy.Br0El8fE3u4Yz.cUvu.aPJr9Gn.dZdrYhdssCMSYu9.SysExJa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-23 13:55:12\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-23 13:55:12\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:15;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3326;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Mujahid\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01717466545\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$KTxBopPfYb0sLPaoyT4TXOSkiW9iteEF5pvC9w1yKiU30LsbPqHmC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-23 13:58:11\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-23 13:58:11\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3326;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Mujahid\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01717466545\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$KTxBopPfYb0sLPaoyT4TXOSkiW9iteEF5pvC9w1yKiU30LsbPqHmC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-23 13:58:11\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-23 13:58:11\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:16;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3327;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Toybur\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01725810363\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$9eoSjB3wfUsW8Jw10wHKAO1bfzxGun2gKLYXXcSC6B5dmm01cZOIe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-23 14:02:25\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-23 14:02:25\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3327;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Toybur\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01725810363\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$9eoSjB3wfUsW8Jw10wHKAO1bfzxGun2gKLYXXcSC6B5dmm01cZOIe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-23 14:02:25\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-23 14:02:25\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:17;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3328;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"RANA\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01755589168\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$72o12i.8SwSLPILEwbUm\\/uh3oFYNNgWQiB4wFQuG6Btz67j17h4PC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-23 14:04:31\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-23 14:04:31\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3328;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"RANA\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01755589168\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$72o12i.8SwSLPILEwbUm\\/uh3oFYNNgWQiB4wFQuG6Btz67j17h4PC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-23 14:04:31\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-23 14:04:31\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:18;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3329;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Jasim\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01729998303\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$kizFM990BrZi3N60AhdUkO2iJR\\/2WGDHEgFQty1VF3nPtFd9ji6Xi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-23 14:06:25\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-23 14:06:25\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3329;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Jasim\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01729998303\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$kizFM990BrZi3N60AhdUkO2iJR\\/2WGDHEgFQty1VF3nPtFd9ji6Xi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-23 14:06:25\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-23 14:06:25\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:19;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3330;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Suman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711111761\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$dnFvuPrszyCXSQTmqYwFCO\\/SqvEdNnoyDXx95lvpnUyRDwJbYL5Ca\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-23 14:08:45\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-23 14:08:45\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3330;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Suman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711111761\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$dnFvuPrszyCXSQTmqYwFCO\\/SqvEdNnoyDXx95lvpnUyRDwJbYL5Ca\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-23 14:08:45\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-23 14:08:45\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:20;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3331;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"MD RAJIBUL ISLAM\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01710191448\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$4FlDrbyuvxNp5UHO50Ag3uecKD9tYzGjh6P5ayOCH\\/HJXciJSn.ci\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-23 14:15:17\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-23 14:15:17\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3331;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"MD RAJIBUL ISLAM\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01710191448\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$4FlDrbyuvxNp5UHO50Ag3uecKD9tYzGjh6P5ayOCH\\/HJXciJSn.ci\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-23 14:15:17\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-23 14:15:17\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:21;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3333;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Rayan Dewan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01673638003\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$jZj8JMrNgoeUTO\\/rPpyr5.K6N3A0FMl6ipgKXkUQJa1AaLW8rIIGa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-23 14:23:43\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-23 14:23:43\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3333;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Rayan Dewan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01673638003\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$jZj8JMrNgoeUTO\\/rPpyr5.K6N3A0FMl6ipgKXkUQJa1AaLW8rIIGa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-23 14:23:43\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-23 14:23:43\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:22;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3334;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md. Abdul kaiuom\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01815046770\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$qFzkPDF8A04QUZeo6SRd4.5HXiYzYBz73l34leTZp\\/HZO87mZ.H7.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-23 14:26:36\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-23 14:26:36\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3334;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md. Abdul kaiuom\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01815046770\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$qFzkPDF8A04QUZeo6SRd4.5HXiYzYBz73l34leTZp\\/HZO87mZ.H7.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-23 14:26:36\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-23 14:26:36\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:23;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3335;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Ranjit\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01911067572\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$FV5\\/QeA3bJr68yjSr13ZMupoRdLKZlJ6uuS4pt0BslaleE9khsJV2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-23 14:28:18\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-23 14:28:18\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3335;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Ranjit\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01911067572\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$FV5\\/QeA3bJr68yjSr13ZMupoRdLKZlJ6uuS4pt0BslaleE9khsJV2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-23 14:28:18\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-23 14:28:18\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:24;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3336;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Kareem\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01676297690\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$\\/3kuyEgalok6T5rNyAtm9OYlp7HP8zgc4xww.6e0eMbI31ocUWJeK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-23 14:30:14\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-23 14:30:14\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3336;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Kareem\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01676297690\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$\\/3kuyEgalok6T5rNyAtm9OYlp7HP8zgc4xww.6e0eMbI31ocUWJeK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-23 14:30:14\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-23 14:30:14\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:25;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3337;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Omor faruk\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01916083727\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$XL8d0YNsR9gVRGyX\\/xJXVOvbjF35tz2D4N7nf9zy0Exez1Nf4nCni\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-23 14:32:53\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-23 14:32:53\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3337;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Omor faruk\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01916083727\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$XL8d0YNsR9gVRGyX\\/xJXVOvbjF35tz2D4N7nf9zy0Exez1Nf4nCni\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-23 14:32:53\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-23 14:32:53\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:26;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3338;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Jahid Hassen Hemel\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01915149575\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$0kx.iuB1jrPXt5ldo5cr7OTyoY\\/8P22i.gH3lmDuPY6X6uVfY6h0G\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-23 14:34:30\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-23 14:34:30\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3338;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Jahid Hassen Hemel\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01915149575\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$0kx.iuB1jrPXt5ldo5cr7OTyoY\\/8P22i.gH3lmDuPY6X6uVfY6h0G\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-23 14:34:30\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-23 14:34:30\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:27;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3339;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"MD Shafiul Alam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:24:\\\"therealdiab261@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01856410041\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$MBpzvM2C7kJOGcfbNXcDjeTNEM00tNfhC.fqveMCgVxt8JcypQOoS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-23 14:37:04\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-23 14:37:04\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3339;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"MD Shafiul Alam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:24:\\\"therealdiab261@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01856410041\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$MBpzvM2C7kJOGcfbNXcDjeTNEM00tNfhC.fqveMCgVxt8JcypQOoS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-23 14:37:04\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-23 14:37:04\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:28;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3348;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Dr. forhad\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"forhad99@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01790445599\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$tfsX4KThhkm1SWBUPP\\/px.r5rkex0k852HZzkxUmzcSqX1JXhIxuO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 14:24:16\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 14:24:16\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3348;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Dr. forhad\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"forhad99@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01790445599\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$tfsX4KThhkm1SWBUPP\\/px.r5rkex0k852HZzkxUmzcSqX1JXhIxuO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 14:24:16\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 14:24:16\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:29;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3466;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Abdul Ahad Biswas\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"mpmanikganj@gmail.com\\\";s:7:\\\"address\\\";s:9:\\\"manikjong\\\";s:5:\\\"phone\\\";s:11:\\\"01684095299\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$mZF\\/TuHXWAuCS6pZG3I5Peeeshcw8DiEQ0rFD3U65NRZjdxPlH74S\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-05 13:22:56\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-05 13:22:56\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3466;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Abdul Ahad Biswas\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"mpmanikganj@gmail.com\\\";s:7:\\\"address\\\";s:9:\\\"manikjong\\\";s:5:\\\"phone\\\";s:11:\\\"01684095299\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$mZF\\/TuHXWAuCS6pZG3I5Peeeshcw8DiEQ0rFD3U65NRZjdxPlH74S\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-05 13:22:56\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-05 13:22:56\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:30;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3468;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Abdullah Al Rahim\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"RAYHAND2K@GMAIL.COM\\\";s:7:\\\"address\\\";s:5:\\\"DHAKA\\\";s:5:\\\"phone\\\";s:11:\\\"01730441868\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$egwyZTrRlPt6vUiv.Y7sEeRyHJ6H29chYdI0PJIc06I1ZqT2g8Mga\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-05 14:20:16\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-05 14:20:16\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3468;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Abdullah Al Rahim\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"RAYHAND2K@GMAIL.COM\\\";s:7:\\\"address\\\";s:5:\\\"DHAKA\\\";s:5:\\\"phone\\\";s:11:\\\"01730441868\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$egwyZTrRlPt6vUiv.Y7sEeRyHJ6H29chYdI0PJIc06I1ZqT2g8Mga\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-05 14:20:16\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-05 14:20:16\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:31;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3469;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Jakir Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:9:\\\"120993940\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$uTIsyMRxSLi5T5P\\/5gkXaeXyamAebCm1CjbmXeVMkDa5n\\/Mr4hkBW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-05 14:42:54\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-04 16:41:51\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3469;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Jakir Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:9:\\\"120993940\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$uTIsyMRxSLi5T5P\\/5gkXaeXyamAebCm1CjbmXeVMkDa5n\\/Mr4hkBW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-05 14:42:54\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-04 16:41:51\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:32;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3470;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Abdul Mannan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"abdulmannan@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"DHAKA\\\";s:5:\\\"phone\\\";s:11:\\\"01408263823\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$aLgMTUcGbWeH996Dw3PIwetaYhPawD2YIO2YqWCwrumOZQWskI03a\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-05 15:28:00\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-05 15:28:00\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3470;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Abdul Mannan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"abdulmannan@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"DHAKA\\\";s:5:\\\"phone\\\";s:11:\\\"01408263823\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$aLgMTUcGbWeH996Dw3PIwetaYhPawD2YIO2YqWCwrumOZQWskI03a\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-05 15:28:00\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-05 15:28:00\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:33;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3472;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Supon Saha\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1868002397\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$838ZunjAn2Bm9I7ctCKMKOXCGKTCOkHhLK8ZvATCqby6itLocodY6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-05 15:33:28\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-05 15:33:28\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3472;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Supon Saha\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1868002397\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$838ZunjAn2Bm9I7ctCKMKOXCGKTCOkHhLK8ZvATCqby6itLocodY6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-05 15:33:28\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-05 15:33:28\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:34;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3473;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Abhijit\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:8:\\\"rajshahi\\\";s:5:\\\"phone\\\";s:11:\\\"01712039020\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$HmBmnEwPQBEEzFn8VfjU5u50dOpihJQ54MGs6h9wsz.NpCfYaf9Oq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-05 15:33:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-05 15:33:29\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3473;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Abhijit\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:8:\\\"rajshahi\\\";s:5:\\\"phone\\\";s:11:\\\"01712039020\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$HmBmnEwPQBEEzFn8VfjU5u50dOpihJQ54MGs6h9wsz.NpCfYaf9Oq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-05 15:33:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-05 15:33:29\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:35;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3475;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Shuruz\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1710150226\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$OHtPz3dtkQOB3X9BeGfOwuSqmGHx8i1gwcc2ZcGOE3beFtQ3ZSbve\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-05 15:37:44\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-05 15:37:44\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3475;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Shuruz\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1710150226\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$OHtPz3dtkQOB3X9BeGfOwuSqmGHx8i1gwcc2ZcGOE3beFtQ3ZSbve\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-05 15:37:44\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-05 15:37:44\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:36;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3476;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Tamim\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1632702219\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$pKrsweizVF0191f9pMmoyObjumNhht\\/o0QARQBLuqjHML49Lujp..\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-05 15:44:18\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-05 15:44:18\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3476;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Tamim\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1632702219\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$pKrsweizVF0191f9pMmoyObjumNhht\\/o0QARQBLuqjHML49Lujp..\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-05 15:44:18\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-05 15:44:18\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:37;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3478;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Tamim\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01710834973\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$AwXwHk.SUro.QbELWPdHcOf7Xzx3SHEA\\/KAwfAx3YFRfxcha7HBjK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-05 15:50:19\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-05 15:50:19\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3478;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Tamim\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01710834973\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$AwXwHk.SUro.QbELWPdHcOf7Xzx3SHEA\\/KAwfAx3YFRfxcha7HBjK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-05 15:50:19\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-05 15:50:19\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:38;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3479;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Sk.Tanvir Ahmmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01755637539\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$t5.KKWp4FR1i7fCRQgpNy.gmfLZ.BkHMjXCou3F2meRDRC6u0hQMa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-05 15:55:32\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-05 15:55:32\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3479;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Sk.Tanvir Ahmmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01755637539\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$t5.KKWp4FR1i7fCRQgpNy.gmfLZ.BkHMjXCou3F2meRDRC6u0hQMa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-05 15:55:32\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-05 15:55:32\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:39;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3480;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"MD ABUBAKUR\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:11:\\\"Dhaka Dohar\\\";s:5:\\\"phone\\\";s:11:\\\"01784379562\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$MOsgsff609kc7xcTpR2ihuTJv9zTVysYIGOqe\\/..Ye70x1BUihlVi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-05 16:03:50\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-05 16:03:50\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3480;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"MD ABUBAKUR\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:11:\\\"Dhaka Dohar\\\";s:5:\\\"phone\\\";s:11:\\\"01784379562\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$MOsgsff609kc7xcTpR2ihuTJv9zTVysYIGOqe\\/..Ye70x1BUihlVi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-05 16:03:50\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-05 16:03:50\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:40;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3481;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Adnan Ramim\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"abul41@mygpsbd.net\\\";s:7:\\\"address\\\";s:2:\\\"RA\\\";s:5:\\\"phone\\\";s:11:\\\"01814811224\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$NhSap4y534UsJZlJWPXIiOGocPNbENWOm2ft4wilVHtdXUG.3dn82\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-05 16:07:04\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-05 16:07:04\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3481;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Adnan Ramim\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"abul41@mygpsbd.net\\\";s:7:\\\"address\\\";s:2:\\\"RA\\\";s:5:\\\"phone\\\";s:11:\\\"01814811224\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$NhSap4y534UsJZlJWPXIiOGocPNbENWOm2ft4wilVHtdXUG.3dn82\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-05 16:07:04\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-05 16:07:04\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:41;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3482;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Tasrif Tanvir\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:9:\\\"197801174\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$XeoHR9N20qg41yuDL4.0dOohXi.auWuh3HX\\/Ejd\\/GSh.tdohTFWLa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-05 16:07:31\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-05 16:07:31\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3482;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Tasrif Tanvir\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:9:\\\"197801174\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$XeoHR9N20qg41yuDL4.0dOohXi.auWuh3HX\\/Ejd\\/GSh.tdohTFWLa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-05 16:07:31\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-05 16:07:31\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:42;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3496;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"A S M Bazlur Rashid\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:24:\\\"bazlurrashid@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1819320544\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$RoEdiWlCGH.N6TOvuKxQO.GC5wgrCfrgGhsV1o1\\/bs2JxQkSDVrCO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-10 11:34:42\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-10 11:34:42\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3496;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"A S M Bazlur Rashid\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:24:\\\"bazlurrashid@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1819320544\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$RoEdiWlCGH.N6TOvuKxQO.GC5wgrCfrgGhsV1o1\\/bs2JxQkSDVrCO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-10 11:34:42\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-10 11:34:42\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:43;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3502;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Md.Atiqur Rahaman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"atiq2121978@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1716015932\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$UZfFU\\/YZ7NYb3KSwhMoPaumu8ScG0ruZ4jkjjQqEP3u3zdPe6eVQq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-10 12:16:11\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-10 12:16:11\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3502;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Md.Atiqur Rahaman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"atiq2121978@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1716015932\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$UZfFU\\/YZ7NYb3KSwhMoPaumu8ScG0ruZ4jkjjQqEP3u3zdPe6eVQq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-10 12:16:11\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-10 12:16:11\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:44;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3503;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:23:\\\"2022-04-19\\tShamim Ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:16:\\\"shamim76@mygpsbd\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01305105276\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$aHewg3dCshomNwJDF.RuEurALqRtxdejz\\/gDyPcH1uFtS2jT6zu8u\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-10 12:22:20\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-10 12:22:20\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3503;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:23:\\\"2022-04-19\\tShamim Ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:16:\\\"shamim76@mygpsbd\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01305105276\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$aHewg3dCshomNwJDF.RuEurALqRtxdejz\\/gDyPcH1uFtS2jT6zu8u\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-10 12:22:20\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-10 12:22:20\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:45;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3540;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Zubayer hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01795140400\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$0D5i7Z2KJ9iBAeCnXm.rbefDmAiSibsltGczU.ubnli9HTMCI2IrO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 12:14:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 12:14:29\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3540;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Zubayer hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01795140400\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$0D5i7Z2KJ9iBAeCnXm.rbefDmAiSibsltGczU.ubnli9HTMCI2IrO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 12:14:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 12:14:29\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:46;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3710;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Mamun\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01627858042\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$0rKknZRgCB6\\/NtZ07QZEHeW4K0KYV\\/0f9wiG3sHFv0lgBFhg4kCne\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 16:55:37\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 16:55:37\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3710;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Mamun\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01627858042\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$0rKknZRgCB6\\/NtZ07QZEHeW4K0KYV\\/0f9wiG3sHFv0lgBFhg4kCne\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 16:55:37\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 16:55:37\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:47;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3711;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Delowar\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01740938883\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Mt7JbUJC2ZFWSvy\\/BmVupO\\/5NtyaTChn6NF\\/RcJNFOjJm831N.yQm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 17:04:40\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 17:04:40\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3711;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Delowar\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01740938883\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Mt7JbUJC2ZFWSvy\\/BmVupO\\/5NtyaTChn6NF\\/RcJNFOjJm831N.yQm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 17:04:40\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 17:04:40\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:48;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3713;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Md. Azahar alo\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"sumon.azhar81@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01713611364\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$otORFmivipRdbym.MTc0jOIKfoN7k.3ec2x5xFqb7h8xVj94WjyGS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 17:30:40\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 17:30:40\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3713;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Md. Azahar alo\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"sumon.azhar81@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01713611364\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$otORFmivipRdbym.MTc0jOIKfoN7k.3ec2x5xFqb7h8xVj94WjyGS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 17:30:40\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 17:30:40\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:49;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3714;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"2023-02-13\\tIbrahim\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"outputpnint@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01678646744\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$AzkDVFmeBzaW4c0PT0c1u.aTrf4IZJ2IsBMKXEp5LLgbrxrPvQTj.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 17:35:16\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 17:35:16\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3714;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"2023-02-13\\tIbrahim\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"outputpnint@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01678646744\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$AzkDVFmeBzaW4c0PT0c1u.aTrf4IZJ2IsBMKXEp5LLgbrxrPvQTj.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 17:35:16\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 17:35:16\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:50;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3718;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"MD AIUB ALI\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01754561140\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$y\\/yyJvBIWTWKbcofLzUy\\/OeYGRueM2Gxdk3.RCE3ajoqIs3Cl8VBa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-12 11:06:11\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-12 11:06:11\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3718;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"MD AIUB ALI\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01754561140\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$y\\/yyJvBIWTWKbcofLzUy\\/OeYGRueM2Gxdk3.RCE3ajoqIs3Cl8VBa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-12 11:06:11\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-12 11:06:11\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:51;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3720;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Rakib\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01873058551\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$nWYRZwlhLPHROr7E0DnRvu.YNSBG.xVljClR6Z35OLSQH5Q67RnES\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-13 10:45:18\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-13 10:45:18\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3720;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Rakib\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01873058551\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$nWYRZwlhLPHROr7E0DnRvu.YNSBG.xVljClR6Z35OLSQH5Q67RnES\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-13 10:45:18\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-13 10:45:18\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:52;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3721;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"BILLAL HOSSAIN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01936761413\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$FC4ugMP6TWs\\/W5OyYlWUZeKNRaHXwwhxNmD6UKyahsIUfe\\/qjn6c6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-13 10:52:55\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-13 10:52:55\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3721;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"BILLAL HOSSAIN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01936761413\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$FC4ugMP6TWs\\/W5OyYlWUZeKNRaHXwwhxNmD6UKyahsIUfe\\/qjn6c6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-13 10:52:55\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-13 10:52:55\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:53;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3722;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Motiur Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"motiur46@mygpsbd.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711161458\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$AyPLTwH\\/WegjnPmMuy6TyeyERCX7AofZ5rP6kCQprpU9R4lNfw9Cm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-13 10:58:06\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-13 10:58:06\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3722;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Motiur Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"motiur46@mygpsbd.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711161458\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$AyPLTwH\\/WegjnPmMuy6TyeyERCX7AofZ5rP6kCQprpU9R4lNfw9Cm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-13 10:58:06\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-13 10:58:06\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:54;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3723;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Shohag\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01881957095\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$m28yUEoSLB6DDdrz5WA8Y.RGLpZ17G84Ih3moxqC9kGOYPw\\/SZanC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-13 11:09:11\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-13 11:09:11\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3723;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Shohag\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01881957095\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$m28yUEoSLB6DDdrz5WA8Y.RGLpZ17G84Ih3moxqC9kGOYPw\\/SZanC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-13 11:09:11\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-13 11:09:11\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:55;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3725;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"showon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01767959604\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$rMzzXF\\/\\/cYDcSBHydbFJA.Fdu7780GrKrLKfDpv23st1AlaR67dLG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-13 11:48:05\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-13 11:48:05\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3725;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"showon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01767959604\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$rMzzXF\\/\\/cYDcSBHydbFJA.Fdu7780GrKrLKfDpv23st1AlaR67dLG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-13 11:48:05\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-13 11:48:05\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:56;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3783;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Russell\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01642250195\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$rUyC5Aw78u8H2RX5Gpt58OpUIetIHiGcWuwmx0Cpp4NFkKOIGsVlO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-18 15:41:19\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-18 15:41:19\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3783;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Russell\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01642250195\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$rUyC5Aw78u8H2RX5Gpt58OpUIetIHiGcWuwmx0Cpp4NFkKOIGsVlO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-18 15:41:19\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-18 15:41:19\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:57;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3835;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Shopon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01684032834\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$OFR\\/hkckxF3L\\/BHUALXFOuLGQVndSUKRJw2eZjbf8i6Mh2FqzvS7O\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-19 17:16:17\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-26 12:19:53\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3835;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Shopon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01684032834\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$OFR\\/hkckxF3L\\/BHUALXFOuLGQVndSUKRJw2eZjbf8i6Mh2FqzvS7O\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-19 17:16:17\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-26 12:19:53\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:58;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4125;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Badshah\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01811420266\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$VWApotMG2roiPNnVPjkhSuWBmuElSHwiyTp8Srk2RoYoUxwSczDHO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-27 11:48:08\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-27 11:48:08\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4125;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Badshah\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01811420266\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$VWApotMG2roiPNnVPjkhSuWBmuElSHwiyTp8Srk2RoYoUxwSczDHO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-27 11:48:08\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-27 11:48:08\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:59;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4129;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Hassan Mahmud\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01862470901\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Qu3ELPKnrFt6RxSTJ6.mX.OLEILMlr7PkwmcRO0UH8n0ilp5He\\/M6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-27 11:54:04\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-27 11:54:04\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4129;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Hassan Mahmud\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01862470901\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Qu3ELPKnrFt6RxSTJ6.mX.OLEILMlr7PkwmcRO0UH8n0ilp5He\\/M6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-27 11:54:04\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-27 11:54:04\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:60;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4156;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Robiul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01847162723\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$amUZF54CHsbEQj8.WID35u3shpWeDvo9E7KiRS6rQqvGBWqPCYYTC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-27 13:59:42\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-27 13:59:42\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4156;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Robiul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01847162723\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$amUZF54CHsbEQj8.WID35u3shpWeDvo9E7KiRS6rQqvGBWqPCYYTC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-27 13:59:42\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-27 13:59:42\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:61;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4160;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Manik\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"0171117064\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$LIZ75Iyp0StnDJg\\/xqFA7uySat9CzLU.tJLrQn6FBu\\/Ejk5AVWQKe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-27 14:10:46\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-27 14:10:46\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4160;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Manik\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"0171117064\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$LIZ75Iyp0StnDJg\\/xqFA7uySat9CzLU.tJLrQn6FBu\\/Ejk5AVWQKe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-27 14:10:46\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-27 14:10:46\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:62;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4161;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Anan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01875137661\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$fXGcdBEphxw7YhWBd9LLvulERVx5Khwji\\/qDv6fW395UTI3xFtt1m\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-27 14:32:44\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-27 14:32:44\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4161;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Anan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01875137661\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$fXGcdBEphxw7YhWBd9LLvulERVx5Khwji\\/qDv6fW395UTI3xFtt1m\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-27 14:32:44\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-27 14:32:44\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:63;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4168;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"Md Jahangir Hussain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01626541482\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$gFQBTAnLZHCHmInFjqGBh.nQXoSR5MZglX2uboP1hJf7Yea.\\/nlLS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-27 15:24:24\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-27 15:24:24\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4168;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"Md Jahangir Hussain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01626541482\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$gFQBTAnLZHCHmInFjqGBh.nQXoSR5MZglX2uboP1hJf7Yea.\\/nlLS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-27 15:24:24\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-27 15:24:24\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:64;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4169;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Sofikul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01408367142\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$j04vmBMgwwkp.CIhqiId4eLu5s0Uoip0JvAWrdDl8IheRWoXG.Vcq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-27 15:27:46\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-27 15:27:46\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4169;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Sofikul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01408367142\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$j04vmBMgwwkp.CIhqiId4eLu5s0Uoip0JvAWrdDl8IheRWoXG.Vcq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-27 15:27:46\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-27 15:27:46\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:65;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4170;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"MD NURALAM\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01724300768\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$7LU02AS3KVyR822hquC8neXA9s1CPqz7Y62s5FMlWXAsj0RFdslDS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-27 15:31:04\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-27 15:31:04\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4170;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"MD NURALAM\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01724300768\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$7LU02AS3KVyR822hquC8neXA9s1CPqz7Y62s5FMlWXAsj0RFdslDS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-27 15:31:04\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-27 15:31:04\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:66;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4171;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Jakir Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01714729883\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$WX.1ywNQnooJ8uxGgZKeJOctlyA8\\/eO1ViUZmMB1eUszKnWuzOOA2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-27 15:40:30\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-27 15:40:30\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4171;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Jakir Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01714729883\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$WX.1ywNQnooJ8uxGgZKeJOctlyA8\\/eO1ViUZmMB1eUszKnWuzOOA2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-27 15:40:30\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-27 15:40:30\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:67;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4172;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Mamun\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01705053147\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Zy53uys1DuBJGqEnSi\\/8o.LNxDWFYcVqXCp5SDTTAsKlCvyuDUUt.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-27 15:44:38\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-27 15:44:38\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4172;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Mamun\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01705053147\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Zy53uys1DuBJGqEnSi\\/8o.LNxDWFYcVqXCp5SDTTAsKlCvyuDUUt.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-27 15:44:38\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-27 15:44:38\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:68;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4174;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Mumu\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01935776645\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$jb976QViFjUsMeYXY2pp3.J9NFI1FikOE.oJfBRBFtvyoXRcF7dJO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-27 16:04:42\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-27 16:04:42\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4174;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Mumu\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01935776645\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$jb976QViFjUsMeYXY2pp3.J9NFI1FikOE.oJfBRBFtvyoXRcF7dJO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-27 16:04:42\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-27 16:04:42\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:69;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4182;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:21:\\\"MD ALAMIN AZAD SHUPTO\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01303056176\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$aVghEVaYu4aVeI9d4xUPLeJyjBoai6PCrJb7uqn3Ak2nhkkVxaTP6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-27 16:54:17\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-27 16:54:17\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4182;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:21:\\\"MD ALAMIN AZAD SHUPTO\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01303056176\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$aVghEVaYu4aVeI9d4xUPLeJyjBoai6PCrJb7uqn3Ak2nhkkVxaTP6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-27 16:54:17\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-27 16:54:17\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:70;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4184;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Jibon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01890027703\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$QOPy4tjjsQWWcAaIzdbDVeTh8YViRxYvakXOsPSXBaPcnrwop\\/Dbe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-27 16:59:22\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-27 16:59:22\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4184;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Jibon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01890027703\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$QOPy4tjjsQWWcAaIzdbDVeTh8YViRxYvakXOsPSXBaPcnrwop\\/Dbe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-27 16:59:22\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-27 16:59:22\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:71;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4185;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Musa\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01312457611\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$4xqi6t64nAhKyLxvAI5dRuyObmvNgN33n0tQaL4rD\\/X2qk.RWVke6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-27 17:03:44\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-27 17:03:44\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4185;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Musa\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01312457611\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$4xqi6t64nAhKyLxvAI5dRuyObmvNgN33n0tQaL4rD\\/X2qk.RWVke6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-27 17:03:44\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-27 17:03:44\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:72;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4187;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"biplob58\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01537328397\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$qdZFOUHn08IywgCOY05QKu7Wlvye3V7aVDasY6d5PFrvQFb1yt2vy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-27 17:14:26\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-27 17:14:26\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4187;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"biplob58\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01537328397\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$qdZFOUHn08IywgCOY05QKu7Wlvye3V7aVDasY6d5PFrvQFb1yt2vy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-27 17:14:26\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-27 17:14:26\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:73;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4188;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Dr. Sanjib Kundu\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"drskundu75@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01819819812\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$.euVjuMBbVgFQ1j\\/\\/4Fg3ONa.i18eqUoXiBHaC7I48jy0r2APBY\\/i\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-27 17:18:03\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-27 17:18:03\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4188;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Dr. Sanjib Kundu\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"drskundu75@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01819819812\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$.euVjuMBbVgFQ1j\\/\\/4Fg3ONa.i18eqUoXiBHaC7I48jy0r2APBY\\/i\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-27 17:18:03\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-27 17:18:03\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:74;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4189;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"ANOWAR\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01755509392\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$vm27MBgNF8ieWA\\/amXOc9eCtriMijX3YC6X1AjZFt9yMmFrXsqDOG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-27 17:22:14\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-27 17:22:14\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4189;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"ANOWAR\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01755509392\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$vm27MBgNF8ieWA\\/amXOc9eCtriMijX3YC6X1AjZFt9yMmFrXsqDOG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-27 17:22:14\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-27 17:22:14\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:75;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4191;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Emarat\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712015337\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$jQN4D6VeC7QYRim87gHFHe4FKmUdl\\/XEG\\/ql\\/.j7MmBGEF8qPKwkS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-27 17:40:32\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-27 17:40:32\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4191;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Emarat\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712015337\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$jQN4D6VeC7QYRim87gHFHe4FKmUdl\\/XEG\\/ql\\/.j7MmBGEF8qPKwkS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-27 17:40:32\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-27 17:40:32\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:76;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4194;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Heaven\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01714374143\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$t\\/y\\/sMlEvcUaDl7mpg1Xjut.vXAm7hHvc0cz\\/0G0ji10u60soRf42\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-27 17:58:44\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-27 17:58:44\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4194;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Heaven\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01714374143\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$t\\/y\\/sMlEvcUaDl7mpg1Xjut.vXAm7hHvc0cz\\/0G0ji10u60soRf42\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-27 17:58:44\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-27 17:58:44\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:77;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4196;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Md Ariful Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1718522661\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$uMdufw\\/6yZLtDTzcan4xo.rgsd9z6g7XjLJ8eT3BovKjUTwJpeH3O\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-27 18:14:30\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-27 18:14:30\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4196;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Md Ariful Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1718522661\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$uMdufw\\/6yZLtDTzcan4xo.rgsd9z6g7XjLJ8eT3BovKjUTwJpeH3O\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-27 18:14:30\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-27 18:14:30\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:78;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4197;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Sazedul19\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716123348\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Rr0wMqHrgy3s8XH8K.HYlOHrLEQ0G7m7.iijGJbur615TJ6Tx2kjS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-27 18:21:44\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-27 18:21:44\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4197;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Sazedul19\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716123348\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Rr0wMqHrgy3s8XH8K.HYlOHrLEQ0G7m7.iijGJbur615TJ6Tx2kjS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-27 18:21:44\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-27 18:21:44\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:79;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4199;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Shihab\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01829399471\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$MG3VbaFMDAQMNdCMyhi8QeyDQxYK9p7uzdMrfm.mspI68wuNdi4gS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-28 11:18:43\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-28 11:18:43\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4199;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Shihab\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01829399471\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$MG3VbaFMDAQMNdCMyhi8QeyDQxYK9p7uzdMrfm.mspI68wuNdi4gS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-28 11:18:43\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-28 11:18:43\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:80;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4200;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Abdul aliM\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01608228183\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$JJg4Ku2o0tS1mMsFz1Y..ep0Bk.MN\\/yrsQnGmpXjPSsNeDY1\\/6U6u\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-28 11:24:53\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-28 11:24:53\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4200;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Abdul aliM\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01608228183\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$JJg4Ku2o0tS1mMsFz1Y..ep0Bk.MN\\/yrsQnGmpXjPSsNeDY1\\/6U6u\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-28 11:24:53\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-28 11:24:53\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:81;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4201;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Kazi sakib\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01628679019\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$9q6Bre2kbkU7juuTBgeLt.fM0YynY2BwQQL0sUpJLpq1xSMuYNLG2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-28 11:31:46\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-28 11:31:46\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4201;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Kazi sakib\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01628679019\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$9q6Bre2kbkU7juuTBgeLt.fM0YynY2BwQQL0sUpJLpq1xSMuYNLG2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-28 11:31:46\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-28 11:31:46\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:82;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4202;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Atiq\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01322446403\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$2Sj.Ay2tWVrIlu8cPfzude4iEh0acrTuWmsE.roO6DHCS55AFDGee\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-28 11:39:26\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-28 11:39:26\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4202;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Atiq\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01322446403\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$2Sj.Ay2tWVrIlu8cPfzude4iEh0acrTuWmsE.roO6DHCS55AFDGee\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-28 11:39:26\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-28 11:39:26\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:83;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4203;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Sobuj\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01922452882\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$qKKfuML5\\/PQd\\/8mcoTLmMOUS0JhgN12RMyOwZuUaqLVijchRaLU4a\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-28 12:15:57\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-28 12:15:57\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4203;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Sobuj\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01922452882\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$qKKfuML5\\/PQd\\/8mcoTLmMOUS0JhgN12RMyOwZuUaqLVijchRaLU4a\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-28 12:15:57\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-28 12:15:57\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:84;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4204;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Monir\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01719923373\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$QoiaXLGL9z.nqKKot6EWLeFQTwEUGDG0SAtEr5\\/iaz0Q1TFPE6JIS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-28 12:18:45\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-28 12:18:45\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4204;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Monir\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01719923373\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$QoiaXLGL9z.nqKKot6EWLeFQTwEUGDG0SAtEr5\\/iaz0Q1TFPE6JIS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-28 12:18:45\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-28 12:18:45\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:85;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4205;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Mozammal Huq\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716453635\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$3aaVrUZ9M\\/hqXolNvKncM.o6ImdZatEk2liiWHpdvOp.C\\/ZO5SCJ2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-28 12:21:20\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-28 12:21:20\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4205;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Mozammal Huq\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716453635\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$3aaVrUZ9M\\/hqXolNvKncM.o6ImdZatEk2liiWHpdvOp.C\\/ZO5SCJ2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-28 12:21:20\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-28 12:21:20\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:86;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4206;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Anis Hoque\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01776462304\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$HwTnQWBqxlw8Bvx10fmiKugLh1C3sGB10Qhnlo3O0QFzEx7oKe2oe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-28 12:26:01\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-28 12:26:01\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4206;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Anis Hoque\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01776462304\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$HwTnQWBqxlw8Bvx10fmiKugLh1C3sGB10Qhnlo3O0QFzEx7oKe2oe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-28 12:26:01\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-28 12:26:01\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:87;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4207;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Firoz\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01795560601\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$AkTbvhgPrxPxYA.TvCxgKevLz6id4sIFIyjxoq3F6tQwkbhH7\\/RMG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-28 12:29:55\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-28 12:29:55\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4207;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Firoz\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01795560601\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$AkTbvhgPrxPxYA.TvCxgKevLz6id4sIFIyjxoq3F6tQwkbhH7\\/RMG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-28 12:29:55\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-28 12:29:55\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:88;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4208;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"MD JAHIDUL\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01780945542\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$wmgxhj2Upz6kKNwK8HBM1eijMXovDLcfKlWh4rMm.sY8DWENf545m\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-28 12:33:26\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-28 12:33:26\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4208;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"MD JAHIDUL\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01780945542\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$wmgxhj2Upz6kKNwK8HBM1eijMXovDLcfKlWh4rMm.sY8DWENf545m\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-28 12:33:26\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-28 12:33:26\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:89;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4209;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"MD HABIB\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01742631130\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$2UU9xPc8Dewj11rZfXMCC.D3bJliPzpNEBg1Kv1ICXlD9xxKBOU6i\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-28 12:45:41\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-28 12:45:41\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4209;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"MD HABIB\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01742631130\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$2UU9xPc8Dewj11rZfXMCC.D3bJliPzpNEBg1Kv1ICXlD9xxKBOU6i\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-28 12:45:41\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-28 12:45:41\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:90;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4210;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Munna\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01955687591\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$0t9yHcrojC9OcxfHe9Ojjutt7Gnz33fajrS5lLUsngjetG5MLn1yu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-28 12:48:48\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-28 12:48:48\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4210;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Munna\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01955687591\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$0t9yHcrojC9OcxfHe9Ojjutt7Gnz33fajrS5lLUsngjetG5MLn1yu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-28 12:48:48\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-28 12:48:48\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:91;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4211;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Saddam hosen munna\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715805053\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$it45VNVbNYEd9z35c7MQQ.WR.8TcLzebwvgEF85akeT6KekFGKB4C\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-28 12:52:23\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-28 12:52:23\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4211;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Saddam hosen munna\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715805053\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$it45VNVbNYEd9z35c7MQQ.WR.8TcLzebwvgEF85akeT6KekFGKB4C\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-28 12:52:23\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-28 12:52:23\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:92;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4212;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Md jonayet khan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01629294515\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$FdxajZ6Pg3xUbxiPfZuXm..1scq7iVo4orY14pDRcYUVqe7Fa1Rty\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-28 13:43:12\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-28 13:43:12\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4212;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Md jonayet khan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01629294515\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$FdxajZ6Pg3xUbxiPfZuXm..1scq7iVo4orY14pDRcYUVqe7Fa1Rty\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-28 13:43:12\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-28 13:43:12\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:93;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4213;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Sujan Datta\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01859757370\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$s4nXzwJtatFi.j1lwHwQFeLqqB3bUzaeNtxxxc4vs6YkgvZNCBPYu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-28 13:50:16\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-28 13:50:16\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4213;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Sujan Datta\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01859757370\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$s4nXzwJtatFi.j1lwHwQFeLqqB3bUzaeNtxxxc4vs6YkgvZNCBPYu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-28 13:50:16\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-28 13:50:16\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:94;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4214;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"CITYMEAD\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01811280999\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$iz8Izgp8pu3hfyeGxQIr9uuAmiyW4cZCVoWjezOaPNOEFNUkzT9ba\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-28 13:53:47\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-28 13:53:47\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4214;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"CITYMEAD\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01811280999\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$iz8Izgp8pu3hfyeGxQIr9uuAmiyW4cZCVoWjezOaPNOEFNUkzT9ba\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-28 13:53:47\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-28 13:53:47\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:95;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4216;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Lokman hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711516572\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$0y\\/HFLe86nrSGIcG3zC.TuV8zoMC89lgvHSn3dZnMqwp8DAwJs7w2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-28 14:03:28\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-28 14:03:28\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4216;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Lokman hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711516572\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$0y\\/HFLe86nrSGIcG3zC.TuV8zoMC89lgvHSn3dZnMqwp8DAwJs7w2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-28 14:03:28\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-28 14:03:28\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:96;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4218;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Bashar\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01647563608\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$qwqw4YdiKrTZcrbbV9DiMuZC\\/Brgz2188Ry09gUMg6OK3PLjzI3aq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-28 14:15:37\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-28 14:15:37\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4218;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Bashar\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01647563608\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$qwqw4YdiKrTZcrbbV9DiMuZC\\/Brgz2188Ry09gUMg6OK3PLjzI3aq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-28 14:15:37\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-28 14:15:37\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:97;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4222;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Nasimul Hasin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01845971258\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$UbTwidtdaMrS\\/budD5NR0uvIGNn6Njwse7huCFhR5hFVhSilrAF0q\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-28 14:19:47\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-28 14:19:47\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4222;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Nasimul Hasin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01845971258\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$UbTwidtdaMrS\\/budD5NR0uvIGNn6Njwse7huCFhR5hFVhSilrAF0q\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-28 14:19:47\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-28 14:19:47\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:98;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4229;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Mahfuz.Magura\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01733004493\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$5h7EzqWDTyVa5bnfalHpLulddTZJG67GwiT3qwydnv6VGM1rvzeKq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-28 14:34:00\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-28 14:34:00\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4229;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Mahfuz.Magura\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01733004493\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$5h7EzqWDTyVa5bnfalHpLulddTZJG67GwiT3qwydnv6VGM1rvzeKq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-28 14:34:00\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-28 14:34:00\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:99;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4235;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Jamiul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01774351410\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$HiRSsrfwTn554O0yasIBv.LRiOsCt.vBjVtgYEcpJ5W.0vSW99Sxy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-28 14:37:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-28 14:37:29\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4235;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Jamiul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01774351410\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$HiRSsrfwTn554O0yasIBv.LRiOsCt.vBjVtgYEcpJ5W.0vSW99Sxy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-28 14:37:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-28 14:37:29\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}}}s:4:\\\"text\\\";s:335:\\\"\\u09b8\\u09ae\\u09cd\\u09ae\\u09be\\u09a8\\u09bf\\u09a4 \\u0997\\u09cd\\u09b0\\u09be\\u09b9\\u0995, \\u09b8\\u09be\\u09b0\\u09cd\\u09ad\\u09be\\u09b0 \\u0986\\u09aa\\u09a1\\u09c7\\u099f \\u09a6\\u09c7\\u0993\\u09df\\u09be\\u09b0 \\u0995\\u09be\\u09b0\\u09a8\\u09c7 \\u0986\\u09aa\\u09a8\\u09be\\u09a6\\u09c7\\u09b0 \\u09a8\\u09bf\\u0995\\u099f \\u09ac\\u09bf\\u09b2\\u09c7\\u09b0 \\u098f\\u0995\\u099f\\u09bf \\u09ad\\u09c1\\u09b2 \\u09ae\\u09c7\\u09b8\\u09c7\\u099c \\u0997\\u09bf\\u09df\\u09c7\\u099b\\u09c7 \\u0964 \\u09ac\\u09bf\\u09b7\\u09df\\u099f\\u09bf\\u09b0 \\u099c\\u09a8\\u09cd\\u09af \\u0986\\u09ae\\u09b0\\u09be \\u0986\\u09a8\\u09cd\\u09a4\\u09b0\\u09bf\\u0995 \\u09ad\\u09be\\u09ac\\u09c7 \\u09a6\\u09c1\\u0983\\u0996\\u09bf\\u09a4\\u0964\\\";}s:3:\\\"job\\\";N;s:10:\\\"connection\\\";N;s:5:\\\"queue\\\";N;s:15:\\\"chainConnection\\\";N;s:10:\\\"chainQueue\\\";N;s:5:\\\"delay\\\";N;s:10:\\\"middleware\\\";a:0:{}s:7:\\\"chained\\\";a:0:{}}\"}}', 'Illuminate\\Queue\\MaxAttemptsExceededException: App\\Jobs\\SmsSend has been attempted too many times or run too long. The job may have previously timed out. in /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php:648\nStack trace:\n#0 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(163): Illuminate\\Queue\\Worker->maxAttemptsExceededException(Object(Illuminate\\Queue\\Jobs\\DatabaseJob))\n#1 /home/mygpsbd/public_html/app/Http/helper.php(28): Illuminate\\Queue\\Worker->Illuminate\\Queue\\{closure}(14, Array)\n#2 /home/mygpsbd/public_html/app/Jobs/SmsSend.php(35): send_sms(\'\\xE0\\xA6\\xB8\\xE0\\xA6\\xAE\\xE0\\xA7\\x8D\\xE0\\xA6\\xAE\\xE0\\xA6\\xBE...\', Array)\n#3 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App\\Jobs\\SmsSend->handle()\n#4 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/Util.php(37): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}()\n#5 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(93): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))\n#6 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(37): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))\n#7 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/Container.php(596): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)\n#8 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php(94): Illuminate\\Container\\Container->call(Array)\n#9 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(128): Illuminate\\Bus\\Dispatcher->Illuminate\\Bus\\{closure}(Object(App\\Jobs\\SmsSend))\n#10 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(103): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(App\\Jobs\\SmsSend))\n#11 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php(98): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))\n#12 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(83): Illuminate\\Bus\\Dispatcher->dispatchNow(Object(App\\Jobs\\SmsSend), false)\n#13 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(128): Illuminate\\Queue\\CallQueuedHandler->Illuminate\\Queue\\{closure}(Object(App\\Jobs\\SmsSend))\n#14 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(103): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(App\\Jobs\\SmsSend))\n#15 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(85): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))\n#16 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(59): Illuminate\\Queue\\CallQueuedHandler->dispatchThroughMiddleware(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Object(App\\Jobs\\SmsSend))\n#17 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Jobs/Job.php(98): Illuminate\\Queue\\CallQueuedHandler->call(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Array)\n#18 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(356): Illuminate\\Queue\\Jobs\\Job->fire()\n#19 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(306): Illuminate\\Queue\\Worker->process(\'database\', Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Object(Illuminate\\Queue\\WorkerOptions))\n#20 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(132): Illuminate\\Queue\\Worker->runJob(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), \'database\', Object(Illuminate\\Queue\\WorkerOptions))\n#21 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(112): Illuminate\\Queue\\Worker->daemon(\'database\', \'default\', Object(Illuminate\\Queue\\WorkerOptions))\n#22 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(96): Illuminate\\Queue\\Console\\WorkCommand->runWorker(\'database\', \'default\')\n#23 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Illuminate\\Queue\\Console\\WorkCommand->handle()\n#24 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/Util.php(37): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}()\n#25 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(93): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))\n#26 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(37): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))\n#27 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/Container.php(596): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)\n#28 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Console/Command.php(134): Illuminate\\Container\\Container->call(Array)\n#29 /home/mygpsbd/public_html/vendor/symfony/console/Command/Command.php(298): Illuminate\\Console\\Command->execute(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))\n#30 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Console/Command.php(121): Symfony\\Component\\Console\\Command\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))\n#31 /home/mygpsbd/public_html/vendor/symfony/console/Application.php(1040): Illuminate\\Console\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#32 /home/mygpsbd/public_html/vendor/symfony/console/Application.php(301): Symfony\\Component\\Console\\Application->doRunCommand(Object(Illuminate\\Queue\\Console\\WorkCommand), Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#33 /home/mygpsbd/public_html/vendor/symfony/console/Application.php(171): Symfony\\Component\\Console\\Application->doRun(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#34 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Console/Application.php(93): Symfony\\Component\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#35 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(129): Illuminate\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#36 /home/mygpsbd/public_html/artisan(37): Illuminate\\Foundation\\Console\\Kernel->handle(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#37 {main}', '2024-02-09 13:01:02');
INSERT INTO `failed_jobs` (`id`, `connection`, `queue`, `payload`, `exception`, `failed_at`) VALUES
(716, 'database', 'default', '{\"uuid\":\"34c9931b-6629-4859-880d-134238c7c6e0\",\"displayName\":\"App\\\\Jobs\\\\SmsSend\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"delay\":null,\"timeout\":null,\"timeoutAt\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\SmsSend\",\"command\":\"O:16:\\\"App\\\\Jobs\\\\SmsSend\\\":9:{s:4:\\\"data\\\";a:2:{s:4:\\\"data\\\";O:39:\\\"Illuminate\\\\Database\\\\Eloquent\\\\Collection\\\":1:{s:8:\\\"\\u0000*\\u0000items\\\";a:100:{i:0;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4256;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"MD.Asaduzzaman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716272073\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$biPW9fXNppDZboXJo9d7q.nJXoRgE0HMO5.5ya.lNpsElfg5sJnf6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-28 15:11:26\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-28 15:11:26\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4256;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"MD.Asaduzzaman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716272073\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$biPW9fXNppDZboXJo9d7q.nJXoRgE0HMO5.5ya.lNpsElfg5sJnf6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-28 15:11:26\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-28 15:11:26\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:1;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4257;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:24:\\\"MOHAMMAD MAHFUZUR RAHMAN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01714162091\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$JOVGFB7inCekh9iKKjanaehmEBaDb1sCNRX\\/1rbQUpDp1F\\/bJpcHu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-28 15:16:17\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-28 15:16:17\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4257;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:24:\\\"MOHAMMAD MAHFUZUR RAHMAN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01714162091\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$JOVGFB7inCekh9iKKjanaehmEBaDb1sCNRX\\/1rbQUpDp1F\\/bJpcHu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-28 15:16:17\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-28 15:16:17\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:2;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4258;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Malik\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01745927252\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$uNUFe9eL4gweUMC627K\\/5OojyESCDptye3WbbZ9qm0mYKhjqUHGN2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-28 16:02:15\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-28 16:02:15\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4258;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Malik\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01745927252\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$uNUFe9eL4gweUMC627K\\/5OojyESCDptye3WbbZ9qm0mYKhjqUHGN2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-28 16:02:15\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-28 16:02:15\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:3;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4261;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Jarif Ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:24:\\\"eheteshamjarif@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01308500561\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$D.AAfzapbqM\\/rqFp83yZsuK0UFgiaU.vWyT1Q\\/Y.C02oP8KdcXwvW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-01 11:02:18\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-01 11:02:18\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4261;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Jarif Ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:24:\\\"eheteshamjarif@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01308500561\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$D.AAfzapbqM\\/rqFp83yZsuK0UFgiaU.vWyT1Q\\/Y.C02oP8KdcXwvW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-01 11:02:18\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-01 11:02:18\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:4;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4263;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Atik\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01713570844\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$encbkqHeRAGVXUkh896KF.0dvqRTVhu42lLxpRTu47jWPkHcHgIjS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-01 11:24:07\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-01 11:24:07\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4263;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Atik\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01713570844\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$encbkqHeRAGVXUkh896KF.0dvqRTVhu42lLxpRTu47jWPkHcHgIjS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-01 11:24:07\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-01 11:24:07\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:5;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4265;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Kaiyum\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01684782641\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$sKT9NjSFAg.B4vG4ucYfjun\\/cWP.IjbQrt.KTf3VboaacTohmHIky\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-01 11:31:03\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-01 11:31:03\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4265;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Kaiyum\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01684782641\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$sKT9NjSFAg.B4vG4ucYfjun\\/cWP.IjbQrt.KTf3VboaacTohmHIky\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-01 11:31:03\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-01 11:31:03\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:6;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4266;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"dtmm@23\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"0172111896\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Ktnw0WcTbC.SgkLEJ.fI1OzX0jOz.jBqnaPYuPMpdPwWscth6\\/.eK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-01 14:36:12\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-01 14:36:12\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4266;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"dtmm@23\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"0172111896\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Ktnw0WcTbC.SgkLEJ.fI1OzX0jOz.jBqnaPYuPMpdPwWscth6\\/.eK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-01 14:36:12\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-01 14:36:12\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:7;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4267;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"basudav\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01722283421\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$cIIGw6Tpj.6GjrHWS\\/KHFexs7JzHAZ2XRD9ialzsablLwXIdgtyQG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-01 14:42:26\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-01 14:42:26\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4267;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"basudav\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01722283421\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$cIIGw6Tpj.6GjrHWS\\/KHFexs7JzHAZ2XRD9ialzsablLwXIdgtyQG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-01 14:42:26\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-01 14:42:26\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:8;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4268;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"MD Atiqul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01979287848\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$JQ3g.QfN3y6WPpTq82SzD.t3eBo1ygeYC3fZGTPBynqLwj\\/yJknOa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-01 15:04:27\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-01 15:04:27\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4268;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"MD Atiqul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01979287848\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$JQ3g.QfN3y6WPpTq82SzD.t3eBo1ygeYC3fZGTPBynqLwj\\/yJknOa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-01 15:04:27\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-01 15:04:27\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:9;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4269;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Nur Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01843896004\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$TwU\\/cyKDi9.Qpdvv\\/sLbSOI3gvkPU2MtR6iNEdG5HeXbfuGULMBiS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-01 15:08:48\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-01 15:08:48\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4269;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Nur Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01843896004\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$TwU\\/cyKDi9.Qpdvv\\/sLbSOI3gvkPU2MtR6iNEdG5HeXbfuGULMBiS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-01 15:08:48\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-01 15:08:48\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:10;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4270;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"PALASH\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01916716009\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$PqOTWVVrdHnNuzZWBd36p.I5yT9wU6nEdxSbHGSH\\/l2vaWHLIzgpW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-01 15:11:39\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-01 15:11:39\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4270;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"PALASH\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01916716009\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$PqOTWVVrdHnNuzZWBd36p.I5yT9wU6nEdxSbHGSH\\/l2vaWHLIzgpW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-01 15:11:39\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-01 15:11:39\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:11;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4271;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Bashir Ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01867846356\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$fAXtp5AgOIPDs\\/PLt15HWuepzE9DiC6164f5CCofiSJ9o9fmAv7b.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-01 15:18:43\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-01 15:18:43\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4271;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Bashir Ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01867846356\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$fAXtp5AgOIPDs\\/PLt15HWuepzE9DiC6164f5CCofiSJ9o9fmAv7b.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-01 15:18:43\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-01 15:18:43\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:12;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4273;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Nayon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1912673384\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$N5wa5onyDZAyTAJZvDZrLOgyx2\\/\\/8jJZkBQGjbv7hVLbXUoX\\/JoAe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-01 15:24:48\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-01 15:24:48\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4273;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Nayon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1912673384\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$N5wa5onyDZAyTAJZvDZrLOgyx2\\/\\/8jJZkBQGjbv7hVLbXUoX\\/JoAe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-01 15:24:48\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-01 15:24:48\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:13;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4274;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"SAIFUDDIN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01620657376\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$IL935QFy4vwEdzhp9hMH3.QLK6Hv1G1MX5C02dljRvw2\\/Xf64KyHe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-01 16:01:43\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-01 16:01:43\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4274;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"SAIFUDDIN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01620657376\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$IL935QFy4vwEdzhp9hMH3.QLK6Hv1G1MX5C02dljRvw2\\/Xf64KyHe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-01 16:01:43\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-01 16:01:43\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:14;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4275;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Md.Shamim\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01631092732\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$E.1byX8RbzeCTFRb6Ns5NembdLvqkXbtRPOE8GdySQaFdyr4Tsvp.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-01 16:06:33\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-01 16:06:33\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4275;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Md.Shamim\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01631092732\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$E.1byX8RbzeCTFRb6Ns5NembdLvqkXbtRPOE8GdySQaFdyr4Tsvp.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-01 16:06:33\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-01 16:06:33\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:15;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4276;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Mamun\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01821951383\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$rgljCAsXhC5JZDkpVVuC8.xfVsApkcsRyJaUn6H39SVNJL9pPPEx6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-01 16:10:05\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-01 16:10:05\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4276;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Mamun\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01821951383\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$rgljCAsXhC5JZDkpVVuC8.xfVsApkcsRyJaUn6H39SVNJL9pPPEx6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-01 16:10:05\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-01 16:10:05\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:16;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4277;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"MD. Mostakim sheikh\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01813711245\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$JASa79PufBACFPFpeAmt1.Vy0fMbtMU9BIVvk.H.NmtEwmzTHzoD.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-01 16:34:10\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-01 16:34:10\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4277;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"MD. Mostakim sheikh\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01813711245\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$JASa79PufBACFPFpeAmt1.Vy0fMbtMU9BIVvk.H.NmtEwmzTHzoD.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-01 16:34:10\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-01 16:34:10\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:17;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4278;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Sanaullah\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01714880954\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$tffP0fpFLGywwfIChJpruOsoUnxSC24i7zcriIZIISLCQ7sKO5tsa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-01 16:37:09\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-01 16:37:09\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4278;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Sanaullah\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01714880954\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$tffP0fpFLGywwfIChJpruOsoUnxSC24i7zcriIZIISLCQ7sKO5tsa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-01 16:37:09\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-01 16:37:09\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:18;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4279;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:23:\\\"Kishoreganj Automobiles\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01976000367\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$\\/k2fTcSHVIgTWxAX\\/YEfoee\\/O5rTKuGUwDz7eYOgilaoMadecNp3.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-01 16:44:26\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-01 16:44:26\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4279;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:23:\\\"Kishoreganj Automobiles\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01976000367\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$\\/k2fTcSHVIgTWxAX\\/YEfoee\\/O5rTKuGUwDz7eYOgilaoMadecNp3.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-01 16:44:26\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-01 16:44:26\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:19;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4280;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"MD Rajib\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01708652094\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ipmFVPii\\/Bzam37Ytmu2JebcIS0TlY9fC6oCjfnQX8VP6sEybpleC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-02 10:41:28\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-02 10:41:28\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4280;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"MD Rajib\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01708652094\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ipmFVPii\\/Bzam37Ytmu2JebcIS0TlY9fC6oCjfnQX8VP6sEybpleC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-02 10:41:28\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-02 10:41:28\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:20;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4281;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:25:\\\"MD Ahshanur Rohoman jewel\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01707124475\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$KLX2Qz7gQsb1gjaR9djtb.E1lWCanK.gkWrcaccVFcijUB\\/rJ69Yy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-02 10:44:49\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-02 10:44:49\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4281;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:25:\\\"MD Ahshanur Rohoman jewel\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01707124475\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$KLX2Qz7gQsb1gjaR9djtb.E1lWCanK.gkWrcaccVFcijUB\\/rJ69Yy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-02 10:44:49\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-02 10:44:49\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:21;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4282;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"md sarour\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01772837585\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$QCJp5UXvLvCqEYPEBpSrz.TT2t3sm5AmUGMYIXPJJqeKZ3YVkhNIa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-02 10:52:02\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-02 10:52:02\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4282;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"md sarour\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01772837585\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$QCJp5UXvLvCqEYPEBpSrz.TT2t3sm5AmUGMYIXPJJqeKZ3YVkhNIa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-02 10:52:02\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-02 10:52:02\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:22;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4284;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Abu Bakar Siddik\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01911915263\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$vFJazqSMaTr.CCHEqb2bX.8xgBloORUKWXqPJjfSEtFoSu2ekdP1K\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-02 11:00:30\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-02 11:00:30\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4284;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Abu Bakar Siddik\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01911915263\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$vFJazqSMaTr.CCHEqb2bX.8xgBloORUKWXqPJjfSEtFoSu2ekdP1K\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-02 11:00:30\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-02 11:00:30\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:23;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4285;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Md. Imran Hasan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01722718112\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$le96YX7iHLM.rbIkRKZuAuVxyo9RVhCBpk9HSwm7HJJqPm5yCBdtC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-02 11:10:25\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-02 11:10:25\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4285;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Md. Imran Hasan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01722718112\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$le96YX7iHLM.rbIkRKZuAuVxyo9RVhCBpk9HSwm7HJJqPm5yCBdtC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-02 11:10:25\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-02 11:10:25\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:24;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4286;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"M.R.Russel\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711201498\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$MMsDQBUFsVvTU\\/gSu\\/LTEOnRoDh..IOFFeqcwSEJta6mcWYU75laq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-02 11:15:24\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-02 11:15:24\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4286;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"M.R.Russel\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711201498\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$MMsDQBUFsVvTU\\/gSu\\/LTEOnRoDh..IOFFeqcwSEJta6mcWYU75laq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-02 11:15:24\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-02 11:15:24\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:25;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4287;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Md imran haider\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01794212552\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$FqfQdJhn5GJOnKqkUJisQundTPc62ye5yTN0u7IjHYk.H8SW3DUmC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-02 11:25:38\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-02 11:25:38\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4287;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Md imran haider\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01794212552\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$FqfQdJhn5GJOnKqkUJisQundTPc62ye5yTN0u7IjHYk.H8SW3DUmC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-02 11:25:38\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-02 11:25:38\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:26;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4289;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Tarek Aziz\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"tarekaziz3717@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01919963517\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$f29fO\\/2J6EzUR5R\\/KV1E0eQEYQoHdmaKE0HytSHPIP.S77bjwFdge\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-02 12:21:02\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-02 12:21:02\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4289;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Tarek Aziz\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"tarekaziz3717@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01919963517\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$f29fO\\/2J6EzUR5R\\/KV1E0eQEYQoHdmaKE0HytSHPIP.S77bjwFdge\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-02 12:21:02\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-02 12:21:02\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:27;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4290;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Mir Faisal\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01751403143\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$FsobRkbv89\\/EBqXpQbHptO79MrRATsKtZL5QW5gGEiGk7j4j5ZAPK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-02 12:31:49\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-02 12:31:49\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4290;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Mir Faisal\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01751403143\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$FsobRkbv89\\/EBqXpQbHptO79MrRATsKtZL5QW5gGEiGk7j4j5ZAPK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-02 12:31:49\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-02 12:31:49\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:28;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4291;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Salim\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01713529452\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$LS\\/nU7wpQ6Af8tcfKL0Xc.Xmpe3MrGAxtabB5rsaTgbUUMatlbnyO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-02 12:36:50\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-02 12:36:50\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4291;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Salim\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01713529452\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$LS\\/nU7wpQ6Af8tcfKL0Xc.Xmpe3MrGAxtabB5rsaTgbUUMatlbnyO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-02 12:36:50\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-02 12:36:50\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:29;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4292;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Akramul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712874166\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$QCLkNy.K790PbUa1bOF5iONdg5V2KVHKYdBzl4feFg8t8JbN4AEke\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-02 13:27:42\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-02 13:27:42\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4292;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Akramul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712874166\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$QCLkNy.K790PbUa1bOF5iONdg5V2KVHKYdBzl4feFg8t8JbN4AEke\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-02 13:27:42\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-02 13:27:42\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:30;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4354;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Md alim ullah\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01820356269\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$.XjBURhqx98ZWGyx740zM..7\\/uJqfWW7rjxlIc2pzphsSQqO6x1EC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-03 11:01:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-03 11:01:29\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4354;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Md alim ullah\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01820356269\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$.XjBURhqx98ZWGyx740zM..7\\/uJqfWW7rjxlIc2pzphsSQqO6x1EC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-03 11:01:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-03 11:01:29\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:31;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4355;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Jahir\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1710864927\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$DlLyVkhXk.PmJFzIA6K\\/ueoSuMEv1P\\/Gn0NGx54kRyXCjSZRkjREm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-03 11:10:01\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-03 11:10:01\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4355;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Jahir\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1710864927\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$DlLyVkhXk.PmJFzIA6K\\/ueoSuMEv1P\\/Gn0NGx54kRyXCjSZRkjREm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-03 11:10:01\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-03 11:10:01\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:32;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4356;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Riyad Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:27:\\\"mdriyadhossain000@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01842460735\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$uqsDlPuiSkNCVe3.0FIyZOU6XBgfnzkoPRVUdjcWmakmVZ2rKFQ1i\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-03 11:19:45\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-03 11:19:45\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4356;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Riyad Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:27:\\\"mdriyadhossain000@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01842460735\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$uqsDlPuiSkNCVe3.0FIyZOU6XBgfnzkoPRVUdjcWmakmVZ2rKFQ1i\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-03 11:19:45\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-03 11:19:45\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:33;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4357;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Shanur Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712116699\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Gw2dtBgWEqNXIEugcXuFJO1d\\/xYHpOxVnlzYkbFbgtIlEDhhuCwmG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-03 11:24:09\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-03 11:24:09\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4357;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Shanur Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712116699\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Gw2dtBgWEqNXIEugcXuFJO1d\\/xYHpOxVnlzYkbFbgtIlEDhhuCwmG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-03 11:24:09\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-03 11:24:09\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:34;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4358;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Nishita Flour Mils\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01713716077\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$a0IJO7\\/Qy3ksipYbOsvI4.t.6CbjS44ufR6IJVw1xtEKkTuJcOti.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-03 11:30:22\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-03 11:30:22\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4358;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Nishita Flour Mils\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01713716077\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$a0IJO7\\/Qy3ksipYbOsvI4.t.6CbjS44ufR6IJVw1xtEKkTuJcOti.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-03 11:30:22\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-03 11:30:22\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:35;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4359;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"MD SHAIN KIAN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01969296200\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ypRXbUqoV0I7B.eV4nbR7.ptBB5462ZbTk8dCmGI6qyWCI5.bs\\/B2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-03 11:35:38\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-03 11:35:38\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4359;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"MD SHAIN KIAN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01969296200\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ypRXbUqoV0I7B.eV4nbR7.ptBB5462ZbTk8dCmGI6qyWCI5.bs\\/B2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-03 11:35:38\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-03 11:35:38\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:36;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4360;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Anwar Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1604325550\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$0KXQDEjX9eOUiCuC7jWWOOTTKwaQGhedQNs9GERvfM1Y4Yu5pceTm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-03 11:39:45\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-03 11:39:45\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4360;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Anwar Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1604325550\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$0KXQDEjX9eOUiCuC7jWWOOTTKwaQGhedQNs9GERvfM1Y4Yu5pceTm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-03 11:39:45\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-03 11:39:45\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:37;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4361;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"ANISH\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01913325311\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ovdKzvD\\/1KVSWIRn015Bre3PU12eBkJCVdzneIeVjuHRxRVFiXGOm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-03 11:43:19\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-03 11:43:19\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4361;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"ANISH\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01913325311\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ovdKzvD\\/1KVSWIRn015Bre3PU12eBkJCVdzneIeVjuHRxRVFiXGOm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-03 11:43:19\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-03 11:43:19\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:38;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4362;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Pankaj da\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01942204736\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$5SHt6Zjb0q3VWZqYeRjV3OKYjFsqZwZRmcbrzrWsz03zj0ekxOLtK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-03 11:46:46\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-03 11:46:46\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4362;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Pankaj da\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01942204736\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$5SHt6Zjb0q3VWZqYeRjV3OKYjFsqZwZRmcbrzrWsz03zj0ekxOLtK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-03 11:46:46\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-03 11:46:46\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:39;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4363;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Arif\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01916654872\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$C\\/0BS6kBONZM06Ry4aCtqOOBkMswM.BxtAQ.93AzJt5ye3xoi9pby\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-03 11:51:30\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-03 11:51:30\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4363;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Arif\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01916654872\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$C\\/0BS6kBONZM06Ry4aCtqOOBkMswM.BxtAQ.93AzJt5ye3xoi9pby\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-03 11:51:30\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-03 11:51:30\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:40;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4365;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"MD Joshi\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01725211290\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$DpJk270zhPBCytrpBLX9M.534MU4zFTKDf8kDnFK2QF6CuZUupi7i\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-03 12:13:31\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-03 12:13:31\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4365;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"MD Joshi\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01725211290\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$DpJk270zhPBCytrpBLX9M.534MU4zFTKDf8kDnFK2QF6CuZUupi7i\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-03 12:13:31\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-03 12:13:31\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:41;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4366;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:22:\\\"Mohammad ataour Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01819401375\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$sa7zlGRWizOzjFhF5taRVOphvLhAyh8cLzj9bRNB0oUXYM0jUFtrK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-03 12:22:25\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-03 12:22:25\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4366;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:22:\\\"Mohammad ataour Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01819401375\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$sa7zlGRWizOzjFhF5taRVOphvLhAyh8cLzj9bRNB0oUXYM0jUFtrK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-03 12:22:25\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-03 12:22:25\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:42;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4367;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Shamsu\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01911775405\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$5bTRyT3UP7z2TBJlt2qF2.JNrEyVHcbfYmaxWqut4mhz1SYK7shR.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-03 12:25:59\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-03 12:25:59\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4367;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Shamsu\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01911775405\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$5bTRyT3UP7z2TBJlt2qF2.JNrEyVHcbfYmaxWqut4mhz1SYK7shR.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-03 12:25:59\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-03 12:25:59\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:43;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4370;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Mostafizur Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01714460600\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$tYnc7bBHKGy.HsoXOT2CZujLJZJmpE6n4V4GGyIrCgNXnLlteCJSi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-03 13:15:20\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-03 13:15:20\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4370;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Mostafizur Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01714460600\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$tYnc7bBHKGy.HsoXOT2CZujLJZJmpE6n4V4GGyIrCgNXnLlteCJSi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-03 13:15:20\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-03 13:15:20\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:44;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4371;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Anamika Majumder\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"anmikaniter@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01723269990\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$3eo77OFJY.\\/np2\\/EqrRqRukw0\\/zpsFCyoqhj\\/pgydjponfZKHSXsS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-03 13:18:57\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-03 13:18:57\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4371;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Anamika Majumder\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"anmikaniter@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01723269990\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$3eo77OFJY.\\/np2\\/EqrRqRukw0\\/zpsFCyoqhj\\/pgydjponfZKHSXsS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-03 13:18:57\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-03 13:18:57\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:45;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4372;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Smorat\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"smorat77@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1732577777\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$rUwj3WsGW7ZnG9P56T48XeC0qlnshwdNVTis3kX58\\/L\\/HrD61KnFa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-03 13:24:19\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-08 13:02:06\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4372;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Smorat\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"smorat77@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1732577777\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$rUwj3WsGW7ZnG9P56T48XeC0qlnshwdNVTis3kX58\\/L\\/HrD61KnFa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-03 13:24:19\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-08 13:02:06\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:46;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4373;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Delower\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711985271\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$PmLLrCIY1U7vXqhUty5AeeZZY4hMzWXSyTefTYU1xGPKTguNHQ3ru\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-03 13:35:20\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-03 13:35:20\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4373;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Delower\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711985271\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$PmLLrCIY1U7vXqhUty5AeeZZY4hMzWXSyTefTYU1xGPKTguNHQ3ru\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-03 13:35:20\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-03 13:35:20\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:47;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4374;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Songjoy\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01770171416\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Lu40wNzypH..EaPj8W0zjOqKY8zXfjofN.N7tbDaoE4izkpirVSJ2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-03 13:37:52\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-03 13:37:52\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4374;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Songjoy\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01770171416\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Lu40wNzypH..EaPj8W0zjOqKY8zXfjofN.N7tbDaoE4izkpirVSJ2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-03 13:37:52\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-03 13:37:52\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:48;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4375;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Md. Shamim Sheikh\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01913939763\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$oR3I8nYdljeWmc.wMvj4vOG9pQ1Q3DFDbaaP4WV7gDcRe8rZ.zLD.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-03 13:44:26\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-03 13:44:26\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4375;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Md. Shamim Sheikh\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01913939763\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$oR3I8nYdljeWmc.wMvj4vOG9pQ1Q3DFDbaaP4WV7gDcRe8rZ.zLD.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-03 13:44:26\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-03 13:44:26\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:49;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4376;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"MD Jamal\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01722707009\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$L8iaAfGb\\/lD8haTDL4Mr1OlIMQUkIPDqX7dHvBjU0x1TVL\\/Ha2J1a\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-03 13:51:39\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-03 13:51:39\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4376;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"MD Jamal\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01722707009\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$L8iaAfGb\\/lD8haTDL4Mr1OlIMQUkIPDqX7dHvBjU0x1TVL\\/Ha2J1a\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-03 13:51:39\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-03 13:51:39\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:50;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4377;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Piarul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01723290035\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$mSXNDe.VA1ayrPKo2W4mBOfMs7jAxjwuG6IINkpdqfZOz3TLvz.K.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-03 13:55:06\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-03 13:55:06\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4377;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Piarul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01723290035\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$mSXNDe.VA1ayrPKo2W4mBOfMs7jAxjwuG6IINkpdqfZOz3TLvz.K.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-03 13:55:06\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-03 13:55:06\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:51;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4378;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md jahangir alam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01838139593\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$qG8tRQvOZITUevBfRip2iOjhWGdl79MGebvpS5hnHMrk2KhvS13Ya\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-03 13:59:54\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-03 13:59:54\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4378;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md jahangir alam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01838139593\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$qG8tRQvOZITUevBfRip2iOjhWGdl79MGebvpS5hnHMrk2KhvS13Ya\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-03 13:59:54\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-03 13:59:54\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:52;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4379;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Rahul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01920395619\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$YdfKO1GkocooMoJf.XdY4uVXuUmVK\\/lmALFdHUkS0RGHEMBTFnykS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-03 14:03:37\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-03 14:03:37\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4379;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Rahul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01920395619\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$YdfKO1GkocooMoJf.XdY4uVXuUmVK\\/lmALFdHUkS0RGHEMBTFnykS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-03 14:03:37\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-03 14:03:37\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:53;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4380;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Tanjil\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01832599305\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$XqM0GXv15ctb1GluekNt6.b\\/UEPQ3YMK8RGBIfaMZ6z9t0vbrV7BC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-03 14:08:27\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-03 14:08:27\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4380;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Tanjil\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01832599305\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$XqM0GXv15ctb1GluekNt6.b\\/UEPQ3YMK8RGBIfaMZ6z9t0vbrV7BC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-03 14:08:27\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-03 14:08:27\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:54;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4382;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"MD SUMON\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01757873632\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$9QYw2eI9npK0sVRtHL5EhuwubsmEZQAltVE7wQzuAlRciBwRokeD.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-03 14:26:34\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-03 14:26:34\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4382;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"MD SUMON\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01757873632\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$9QYw2eI9npK0sVRtHL5EhuwubsmEZQAltVE7wQzuAlRciBwRokeD.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-03 14:26:34\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-03 14:26:34\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:55;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4428;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Md Tofazzal hosen\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01600261747\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$wiJlZYdjWXOJ1TNlfUy7vueNJ\\/J66imXOwVWntB3SJgzKfJzavywK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-12 16:21:14\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-12 16:22:48\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4428;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Md Tofazzal hosen\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01600261747\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$wiJlZYdjWXOJ1TNlfUy7vueNJ\\/J66imXOwVWntB3SJgzKfJzavywK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-12 16:21:14\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-12 16:22:48\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:56;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4429;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Md. Rohmot Ali\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01719304962\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$FASx2c9GmoHEqk2fLlvzC.dchAETDLV1zj6Din8PpnHZB6UcTFRSy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-12 16:31:41\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-12 16:31:41\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4429;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Md. Rohmot Ali\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01719304962\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$FASx2c9GmoHEqk2fLlvzC.dchAETDLV1zj6Din8PpnHZB6UcTFRSy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-12 16:31:41\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-12 16:31:41\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:57;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4430;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Samiul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01313498198\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$3N7ENw97hsMXfvhSvqmojeg2odmRgSoHsJo9ReycaP6e.4avKDhSi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-12 16:37:24\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-12 16:37:24\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4430;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Samiul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01313498198\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$3N7ENw97hsMXfvhSvqmojeg2odmRgSoHsJo9ReycaP6e.4avKDhSi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-12 16:37:24\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-12 16:37:24\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:58;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4431;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Ismail\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1921474482\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$OKszRe7NMg\\/dCufKDfNb2em.ToCG52EmlxvzlTK5o2tnLdnXcrJbC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-12 16:41:31\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-12 16:41:31\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4431;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Ismail\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1921474482\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$OKszRe7NMg\\/dCufKDfNb2em.ToCG52EmlxvzlTK5o2tnLdnXcrJbC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-12 16:41:31\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-12 16:41:31\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:59;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4432;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Serjen Billal\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01718525460\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$4SmGB3q3qr1ug5KGLTqrEeVyQi8QrKXrx4vSoRDxWhO.AKm1RNvES\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-12 16:45:40\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-12 16:45:40\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4432;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Serjen Billal\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01718525460\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$4SmGB3q3qr1ug5KGLTqrEeVyQi8QrKXrx4vSoRDxWhO.AKm1RNvES\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-12 16:45:40\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-12 16:45:40\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:60;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4433;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Al Amin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01780063195\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$fapEqZIDqSkFnA0.FbySPuC9IK.6aY6Fy6HV8IktAufh0THtv4vsq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-12 16:51:48\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-12 16:51:48\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4433;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Al Amin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01780063195\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$fapEqZIDqSkFnA0.FbySPuC9IK.6aY6Fy6HV8IktAufh0THtv4vsq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-12 16:51:48\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-12 16:51:48\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:61;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4434;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Parvez\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716915000\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$EoJNBYggmj5d95PXQnL\\/SedP7IKmKfC0i1KTwHw3qo0NFxReLyNQ6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-12 16:54:32\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-12 16:54:32\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4434;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Parvez\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716915000\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$EoJNBYggmj5d95PXQnL\\/SedP7IKmKfC0i1KTwHw3qo0NFxReLyNQ6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-12 16:54:32\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-12 16:54:32\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:62;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4435;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Shohidul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01735598744\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$nmEwmT88Zuim0kpCko2FjOsXlNE5VtPdlgKc0HnY2IQ7G3zJ9GHPO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-12 16:58:30\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-12 16:58:30\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4435;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Shohidul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01735598744\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$nmEwmT88Zuim0kpCko2FjOsXlNE5VtPdlgKc0HnY2IQ7G3zJ9GHPO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-12 16:58:30\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-12 16:58:30\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:63;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4436;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Md Sumon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01835138324\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$z4MhSvoExVuq0I9CHzyxGONy8.FSwpS0GlFfwMfK5b6aEWxZVNK1q\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-12 17:05:19\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-12 17:05:19\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4436;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Md Sumon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01835138324\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$z4MhSvoExVuq0I9CHzyxGONy8.FSwpS0GlFfwMfK5b6aEWxZVNK1q\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-12 17:05:19\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-12 17:05:19\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:64;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4438;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Rubel\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01792324089\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ccPSiIUB2F3xA4ypQHVeIuzzLPndV3akQjLeRYjNvo7KCb.9BKTfy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-12 17:11:31\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-12 17:11:31\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4438;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Rubel\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01792324089\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ccPSiIUB2F3xA4ypQHVeIuzzLPndV3akQjLeRYjNvo7KCb.9BKTfy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-12 17:11:31\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-12 17:11:31\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:65;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4439;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Kazi Rakib\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"kazirakib0199@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"1628-679019\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$\\/7nQKYzW0O0QkAxqLwgeCeoqAO2.h30H7GvwwexM0o.xkEsnGOJHK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-12 17:23:38\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-12 17:23:38\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4439;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Kazi Rakib\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"kazirakib0199@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"1628-679019\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$\\/7nQKYzW0O0QkAxqLwgeCeoqAO2.h30H7GvwwexM0o.xkEsnGOJHK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-12 17:23:38\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-12 17:23:38\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:66;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4440;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Sheikh al amin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712995677\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$wH5Yef\\/0Jva9J7dkIbQDsuFdobqi6oC.vjT6BI397PCNY8neDc.Gi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-12 17:26:51\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-12 17:26:51\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4440;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Sheikh al amin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712995677\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$wH5Yef\\/0Jva9J7dkIbQDsuFdobqi6oC.vjT6BI397PCNY8neDc.Gi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-12 17:26:51\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-12 17:26:51\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:67;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4441;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"MD Joshi\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1725211290\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$2nwKreAZwRczjtgzJmGyOekaTs1tQ0.8MgJ6upO5xKrkQX39HiNku\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-12 18:59:10\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-12 18:59:10\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4441;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"MD Joshi\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1725211290\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$2nwKreAZwRczjtgzJmGyOekaTs1tQ0.8MgJ6upO5xKrkQX39HiNku\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-12 18:59:10\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-12 18:59:10\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:68;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4442;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Supon Saha\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01868002397\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$JGMMRf9rU0hJmpAuohlsD.PpOBKGgjMFwFXWbmEZMDMVn.Sq0OH92\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-12 19:22:33\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-12 19:22:33\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4442;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Supon Saha\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01868002397\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$JGMMRf9rU0hJmpAuohlsD.PpOBKGgjMFwFXWbmEZMDMVn.Sq0OH92\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-12 19:22:33\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-12 19:22:33\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:69;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4443;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Md.Nazrul islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01309068836\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$BFoNyOSLetT05LrvoVeqBuhHRAV8rKip2H3Dt13bjpp1gN6GVrf16\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-12 19:34:59\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-12 19:34:59\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4443;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Md.Nazrul islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01309068836\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$BFoNyOSLetT05LrvoVeqBuhHRAV8rKip2H3Dt13bjpp1gN6GVrf16\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-12 19:34:59\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-12 19:34:59\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:70;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4444;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:21:\\\"MD mohidur Rahim khan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01327819454\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$lGhlZjdUkSnS4vIZiBRlx.27T0VoZN0tEe5STQ6ocjhOMrfQn4vQq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-12 19:40:31\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-12 19:40:31\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4444;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:21:\\\"MD mohidur Rahim khan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01327819454\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$lGhlZjdUkSnS4vIZiBRlx.27T0VoZN0tEe5STQ6ocjhOMrfQn4vQq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-12 19:40:31\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-12 19:40:31\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:71;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4446;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Priya\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01623786278\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$V7AbiUvrM4bBhVox7lokd.3PZAPrUuduZgMMiyzsfY4vA\\/u66H.j2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-12 20:10:55\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-12 20:10:55\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4446;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Priya\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01623786278\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$V7AbiUvrM4bBhVox7lokd.3PZAPrUuduZgMMiyzsfY4vA\\/u66H.j2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-12 20:10:55\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-12 20:10:55\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:72;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4448;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Md Ahad\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01624756431\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Be6BgGtty1RfxSBb\\/lFdPO8JfvvrSXhaY2279LJwhv6M2XUxOIRFq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-12 20:30:21\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-12 20:30:21\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4448;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Md Ahad\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01624756431\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Be6BgGtty1RfxSBb\\/lFdPO8JfvvrSXhaY2279LJwhv6M2XUxOIRFq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-12 20:30:21\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-12 20:30:21\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:73;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4449;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Md Babul Akter\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01718002615\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$\\/WhAgT7NXr8WpkcsCI4xSOzptz5\\/1lX0klM87zgBzTXEcrwsJQnsu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-12 20:34:03\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-12 20:34:03\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4449;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Md Babul Akter\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01718002615\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$\\/WhAgT7NXr8WpkcsCI4xSOzptz5\\/1lX0klM87zgBzTXEcrwsJQnsu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-12 20:34:03\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-12 20:34:03\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:74;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4450;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Md Zahirul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01786326104\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$KwXueqNdb6EAk8X4AXgqRu10CHpJUJbWZ8BqwlLjtWExBNJJNDAum\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-12 20:37:42\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-12 20:37:42\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4450;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Md Zahirul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01786326104\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$KwXueqNdb6EAk8X4AXgqRu10CHpJUJbWZ8BqwlLjtWExBNJJNDAum\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-12 20:37:42\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-12 20:37:42\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:75;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4451;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Neweas shorif\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01717813401\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$o.3hugr6mObOVY.R0A1TTeTcDEL8fQdb42Zsxbn22E\\/QTNZ2o2cYO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-12 20:50:52\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-12 20:50:52\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4451;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Neweas shorif\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01717813401\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$o.3hugr6mObOVY.R0A1TTeTcDEL8fQdb42Zsxbn22E\\/QTNZ2o2cYO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-12 20:50:52\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-12 20:50:52\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:76;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4452;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Towhid2009\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712684828\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$FjkHnMJoyZ0w2SQBo.uW1.NqVju3eBG9U2XlxFnSyOYH1ZH2pMeyq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-12 20:59:25\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-12 20:59:25\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4452;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Towhid2009\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712684828\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$FjkHnMJoyZ0w2SQBo.uW1.NqVju3eBG9U2XlxFnSyOYH1ZH2pMeyq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-12 20:59:25\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-12 20:59:25\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:77;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4453;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Jamil Ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01307541441\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Kb0yNavgBfmEcnZW0ca9v.YPNxsiE9WMG.Nwqwwzeqi31OV1jx05a\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-12 21:37:11\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-12 21:37:11\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4453;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Jamil Ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01307541441\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Kb0yNavgBfmEcnZW0ca9v.YPNxsiE9WMG.Nwqwwzeqi31OV1jx05a\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-12 21:37:11\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-12 21:37:11\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:78;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4454;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Adnan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01672777772\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$lnDOpuXA1K7S4ds3sz1XmuJxi.ri2.dOPjqvK32EaFXNfQF9djtWe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-12 21:40:10\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-12 21:40:10\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4454;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Adnan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01672777772\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$lnDOpuXA1K7S4ds3sz1XmuJxi.ri2.dOPjqvK32EaFXNfQF9djtWe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-12 21:40:10\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-12 21:40:10\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:79;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4457;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"MD MYNUL HAQUE\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:25:\\\"mynul.selection@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01720808888\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$i7FzI4tXjGGHw3nPje7Kz.o7CmmCgven5GzYzQhoztBVeEVVPpI62\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-12 22:06:54\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-12 22:06:54\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4457;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"MD MYNUL HAQUE\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:25:\\\"mynul.selection@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01720808888\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$i7FzI4tXjGGHw3nPje7Kz.o7CmmCgven5GzYzQhoztBVeEVVPpI62\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-12 22:06:54\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-12 22:06:54\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:80;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4459;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"polash\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01911236740\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$3SW2eW7iGHWDLJT9N5.AxeClZJs69uxIxllXWel.nMUK7Caudd3u6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-12 22:19:28\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-12 22:19:28\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4459;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"polash\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01911236740\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$3SW2eW7iGHWDLJT9N5.AxeClZJs69uxIxllXWel.nMUK7Caudd3u6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-12 22:19:28\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-12 22:19:28\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:81;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4460;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Tarek Aziz\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"tarekaziz3717@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01730963517\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$lZqlhNP8KgNSTtQiT0gOS.pXxMNEvTvfYasn8XtyzcuOHKfCaex7e\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-12 22:25:57\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-12 22:25:57\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4460;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Tarek Aziz\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"tarekaziz3717@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01730963517\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$lZqlhNP8KgNSTtQiT0gOS.pXxMNEvTvfYasn8XtyzcuOHKfCaex7e\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-12 22:25:57\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-12 22:25:57\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:82;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4463;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Rony\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01756691299\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$r4HbznUxNLrQCcMrkmUze.mEiNAsaYhdNVzV\\/Yubw\\/xqdg4j0JZKO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-12 23:24:12\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-12 23:24:12\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4463;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Rony\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01756691299\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$r4HbznUxNLrQCcMrkmUze.mEiNAsaYhdNVzV\\/Yubw\\/xqdg4j0JZKO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-12 23:24:12\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-12 23:24:12\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:83;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4464;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"MASUD\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01921735251\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$.UiaDWFZSSCy4xFZso0HEehO.7cMxl.sQ5ne.BPdAL\\/pd4AASuCfu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-12 23:29:07\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-12 23:29:07\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4464;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"MASUD\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01921735251\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$.UiaDWFZSSCy4xFZso0HEehO.7cMxl.sQ5ne.BPdAL\\/pd4AASuCfu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-12 23:29:07\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-12 23:29:07\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:84;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4465;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"MD nadim\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01625496999\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$\\/u5e3Yv1D0x4RTB2V.QqAeafroo7tzHH56Iq81FMA8GY8U0VwygAC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-12 23:59:13\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-12 23:59:13\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4465;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"MD nadim\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01625496999\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$\\/u5e3Yv1D0x4RTB2V.QqAeafroo7tzHH56Iq81FMA8GY8U0VwygAC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-12 23:59:13\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-12 23:59:13\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:85;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4466;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Kalam Azad\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01759496300\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$iFq3m5eEQBUCaxvoHrVebeEEzNXIaVdE2HfbApygU5nCwlFCIIa\\/i\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-13 00:01:55\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-13 00:01:55\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4466;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Kalam Azad\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01759496300\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$iFq3m5eEQBUCaxvoHrVebeEEzNXIaVdE2HfbApygU5nCwlFCIIa\\/i\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-13 00:01:55\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-13 00:01:55\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:86;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4467;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"MD Rejaul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01823216949\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$L8c4v2XcNXSTWWeBKekW2umThdB9q3XF8nvFOzt7Rw4h\\/c5x.b\\/CG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-13 00:10:27\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-13 00:10:27\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4467;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"MD Rejaul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01823216949\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$L8c4v2XcNXSTWWeBKekW2umThdB9q3XF8nvFOzt7Rw4h\\/c5x.b\\/CG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-13 00:10:27\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-13 00:10:27\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:87;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4468;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Rintu\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01751837391\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$.72Hgk\\/81uTh.jx2kRbEbelIpdocdk1Q4HziCZXgLOp2c4pJVjhTy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-13 00:13:34\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-13 00:13:34\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4468;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Rintu\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01751837391\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$.72Hgk\\/81uTh.jx2kRbEbelIpdocdk1Q4HziCZXgLOp2c4pJVjhTy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-13 00:13:34\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-13 00:13:34\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:88;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4469;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Md.monir\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01721621423\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$UfnG9hLX2Et9YpW.CJslNe9Gt9ZNizge1\\/kb.KmK88MS6pKLOnu2m\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-13 00:22:47\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-13 00:22:47\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4469;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Md.monir\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01721621423\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$UfnG9hLX2Et9YpW.CJslNe9Gt9ZNizge1\\/kb.KmK88MS6pKLOnu2m\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-13 00:22:47\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-13 00:22:47\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:89;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4471;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Mehedi Hasan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01619258363\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$8i9n7XALWjJjtF0BU5q.9e1.5Jg1afmx\\/.Kwq3guItdCp\\/Z1uqfUC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-13 00:27:51\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-13 00:27:51\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4471;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Mehedi Hasan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01619258363\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$8i9n7XALWjJjtF0BU5q.9e1.5Jg1afmx\\/.Kwq3guItdCp\\/Z1uqfUC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-13 00:27:51\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-13 00:27:51\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:90;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4472;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"MD Rasel\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01979996205\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$yiPH2SdtkVI6iTyPwEs07OZl3z.c8TXmrIbKo3u128RSCP1Ux0zFu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-13 00:30:35\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-13 00:30:35\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4472;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"MD Rasel\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01979996205\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$yiPH2SdtkVI6iTyPwEs07OZl3z.c8TXmrIbKo3u128RSCP1Ux0zFu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-13 00:30:35\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-13 00:30:35\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:91;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4473;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Elias\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01850476476\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$avWF4FCx7aeIj1ulwPT.a.0nd.X4XG.F3w6.uCz4StE3m2wYh1JaO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-13 00:33:42\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-13 00:33:42\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4473;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Elias\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01850476476\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$avWF4FCx7aeIj1ulwPT.a.0nd.X4XG.F3w6.uCz4StE3m2wYh1JaO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-13 00:33:42\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-13 00:33:42\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:92;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4474;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Ahmed shakil\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01778955344\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$AFXrg4rA3WUJMtmxfKvTKuYdp\\/o4peFYVG0CeO.g8sNQHDsdliuva\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-13 00:36:28\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-13 00:36:28\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4474;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Ahmed shakil\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01778955344\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$AFXrg4rA3WUJMtmxfKvTKuYdp\\/o4peFYVG0CeO.g8sNQHDsdliuva\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-13 00:36:28\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-13 00:36:28\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:93;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4475;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Md mannan Sky\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01721584383\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$cqf0j3Vfb8pUnf8pAZUOc.voRnp8QauQRh.OIu4BH4KmDvWNxTpaO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-13 00:39:00\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-13 00:39:00\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4475;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Md mannan Sky\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01721584383\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$cqf0j3Vfb8pUnf8pAZUOc.voRnp8QauQRh.OIu4BH4KmDvWNxTpaO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-13 00:39:00\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-13 00:39:00\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:94;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4476;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"shahadat\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716517402\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$7DddvTohNr1RqJqs5e88velmaKyrUBZulsRgSMjs36Q0pKa1TLu1C\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-13 00:42:44\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-13 00:43:42\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4476;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"shahadat\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716517402\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$7DddvTohNr1RqJqs5e88velmaKyrUBZulsRgSMjs36Q0pKa1TLu1C\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-13 00:42:44\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-13 00:43:42\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:95;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4477;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Niranjan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01684692907\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Vgp8miu9ZQgQkupc04.8AOPZSPQN3Ujm7GymJe8sC12zj3Jilntbm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-13 00:46:50\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-13 00:46:50\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4477;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Niranjan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01684692907\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Vgp8miu9ZQgQkupc04.8AOPZSPQN3Ujm7GymJe8sC12zj3Jilntbm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-13 00:46:50\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-13 00:46:50\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:96;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4478;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Md saif\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01829999681\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Wurky7Xa9ezAeZRjv87pjO76GZrmxAmUiWf.XVdkMYIvnDlq\\/r9di\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-13 00:53:21\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-13 00:53:21\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4478;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Md saif\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01829999681\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Wurky7Xa9ezAeZRjv87pjO76GZrmxAmUiWf.XVdkMYIvnDlq\\/r9di\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-13 00:53:21\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-13 00:53:21\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:97;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4479;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Sirajul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1782660316\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$9oKx0LMeGyX228O8SuuALO1vzw494DCXh3qBUJ7u1UkYIgxs0rICu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-13 00:57:33\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-13 00:57:33\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4479;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Sirajul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1782660316\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$9oKx0LMeGyX228O8SuuALO1vzw494DCXh3qBUJ7u1UkYIgxs0rICu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-13 00:57:33\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-13 00:57:33\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:98;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4480;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:3:\\\"Jon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01754445311\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Iy5TvXEI2xCPA6z7ZWr9iu2ro\\/1yDvw62FA8NkNJXwDydf2njqZ0q\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-13 01:00:20\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-13 01:00:20\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4480;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:3:\\\"Jon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01754445311\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Iy5TvXEI2xCPA6z7ZWr9iu2ro\\/1yDvw62FA8NkNJXwDydf2njqZ0q\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-13 01:00:20\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-13 01:00:20\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:99;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4481;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"MD Shohag Husain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01818583758\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$JHcbjWoAPtYyKw1\\/o5I\\/pOUsx0TsJwbHnE415ae5fajcWkvEDdSVy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-13 10:06:16\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-13 10:06:16\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4481;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"MD Shohag Husain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01818583758\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$JHcbjWoAPtYyKw1\\/o5I\\/pOUsx0TsJwbHnE415ae5fajcWkvEDdSVy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-13 10:06:16\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-13 10:06:16\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}}}s:4:\\\"text\\\";s:335:\\\"\\u09b8\\u09ae\\u09cd\\u09ae\\u09be\\u09a8\\u09bf\\u09a4 \\u0997\\u09cd\\u09b0\\u09be\\u09b9\\u0995, \\u09b8\\u09be\\u09b0\\u09cd\\u09ad\\u09be\\u09b0 \\u0986\\u09aa\\u09a1\\u09c7\\u099f \\u09a6\\u09c7\\u0993\\u09df\\u09be\\u09b0 \\u0995\\u09be\\u09b0\\u09a8\\u09c7 \\u0986\\u09aa\\u09a8\\u09be\\u09a6\\u09c7\\u09b0 \\u09a8\\u09bf\\u0995\\u099f \\u09ac\\u09bf\\u09b2\\u09c7\\u09b0 \\u098f\\u0995\\u099f\\u09bf \\u09ad\\u09c1\\u09b2 \\u09ae\\u09c7\\u09b8\\u09c7\\u099c \\u0997\\u09bf\\u09df\\u09c7\\u099b\\u09c7 \\u0964 \\u09ac\\u09bf\\u09b7\\u09df\\u099f\\u09bf\\u09b0 \\u099c\\u09a8\\u09cd\\u09af \\u0986\\u09ae\\u09b0\\u09be \\u0986\\u09a8\\u09cd\\u09a4\\u09b0\\u09bf\\u0995 \\u09ad\\u09be\\u09ac\\u09c7 \\u09a6\\u09c1\\u0983\\u0996\\u09bf\\u09a4\\u0964\\\";}s:3:\\\"job\\\";N;s:10:\\\"connection\\\";N;s:5:\\\"queue\\\";N;s:15:\\\"chainConnection\\\";N;s:10:\\\"chainQueue\\\";N;s:5:\\\"delay\\\";N;s:10:\\\"middleware\\\";a:0:{}s:7:\\\"chained\\\";a:0:{}}\"}}', 'Illuminate\\Queue\\MaxAttemptsExceededException: App\\Jobs\\SmsSend has been attempted too many times or run too long. The job may have previously timed out. in /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php:648\nStack trace:\n#0 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(163): Illuminate\\Queue\\Worker->maxAttemptsExceededException(Object(Illuminate\\Queue\\Jobs\\DatabaseJob))\n#1 /home/mygpsbd/public_html/app/Http/helper.php(28): Illuminate\\Queue\\Worker->Illuminate\\Queue\\{closure}(14, Array)\n#2 /home/mygpsbd/public_html/app/Jobs/SmsSend.php(35): send_sms(\'\\xE0\\xA6\\xB8\\xE0\\xA6\\xAE\\xE0\\xA7\\x8D\\xE0\\xA6\\xAE\\xE0\\xA6\\xBE...\', Array)\n#3 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App\\Jobs\\SmsSend->handle()\n#4 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/Util.php(37): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}()\n#5 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(93): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))\n#6 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(37): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))\n#7 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/Container.php(596): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)\n#8 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php(94): Illuminate\\Container\\Container->call(Array)\n#9 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(128): Illuminate\\Bus\\Dispatcher->Illuminate\\Bus\\{closure}(Object(App\\Jobs\\SmsSend))\n#10 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(103): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(App\\Jobs\\SmsSend))\n#11 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php(98): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))\n#12 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(83): Illuminate\\Bus\\Dispatcher->dispatchNow(Object(App\\Jobs\\SmsSend), false)\n#13 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(128): Illuminate\\Queue\\CallQueuedHandler->Illuminate\\Queue\\{closure}(Object(App\\Jobs\\SmsSend))\n#14 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(103): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(App\\Jobs\\SmsSend))\n#15 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(85): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))\n#16 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(59): Illuminate\\Queue\\CallQueuedHandler->dispatchThroughMiddleware(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Object(App\\Jobs\\SmsSend))\n#17 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Jobs/Job.php(98): Illuminate\\Queue\\CallQueuedHandler->call(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Array)\n#18 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(356): Illuminate\\Queue\\Jobs\\Job->fire()\n#19 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(306): Illuminate\\Queue\\Worker->process(\'database\', Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Object(Illuminate\\Queue\\WorkerOptions))\n#20 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(132): Illuminate\\Queue\\Worker->runJob(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), \'database\', Object(Illuminate\\Queue\\WorkerOptions))\n#21 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(112): Illuminate\\Queue\\Worker->daemon(\'database\', \'default\', Object(Illuminate\\Queue\\WorkerOptions))\n#22 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(96): Illuminate\\Queue\\Console\\WorkCommand->runWorker(\'database\', \'default\')\n#23 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Illuminate\\Queue\\Console\\WorkCommand->handle()\n#24 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/Util.php(37): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}()\n#25 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(93): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))\n#26 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(37): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))\n#27 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/Container.php(596): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)\n#28 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Console/Command.php(134): Illuminate\\Container\\Container->call(Array)\n#29 /home/mygpsbd/public_html/vendor/symfony/console/Command/Command.php(298): Illuminate\\Console\\Command->execute(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))\n#30 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Console/Command.php(121): Symfony\\Component\\Console\\Command\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))\n#31 /home/mygpsbd/public_html/vendor/symfony/console/Application.php(1040): Illuminate\\Console\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#32 /home/mygpsbd/public_html/vendor/symfony/console/Application.php(301): Symfony\\Component\\Console\\Application->doRunCommand(Object(Illuminate\\Queue\\Console\\WorkCommand), Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#33 /home/mygpsbd/public_html/vendor/symfony/console/Application.php(171): Symfony\\Component\\Console\\Application->doRun(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#34 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Console/Application.php(93): Symfony\\Component\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#35 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(129): Illuminate\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#36 /home/mygpsbd/public_html/artisan(37): Illuminate\\Foundation\\Console\\Kernel->handle(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#37 {main}', '2024-02-09 14:01:03');
INSERT INTO `failed_jobs` (`id`, `connection`, `queue`, `payload`, `exception`, `failed_at`) VALUES
(717, 'database', 'default', '{\"uuid\":\"307efb1a-5700-410a-b877-0ae44834ead0\",\"displayName\":\"App\\\\Jobs\\\\SmsSend\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"delay\":null,\"timeout\":null,\"timeoutAt\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\SmsSend\",\"command\":\"O:16:\\\"App\\\\Jobs\\\\SmsSend\\\":9:{s:4:\\\"data\\\";a:2:{s:4:\\\"data\\\";O:39:\\\"Illuminate\\\\Database\\\\Eloquent\\\\Collection\\\":1:{s:8:\\\"\\u0000*\\u0000items\\\";a:85:{i:0;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:1256;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Shafiqul\\\";s:3:\\\"nid\\\";s:3:\\\"N\\/A\\\";s:5:\\\"email\\\";s:23:\\\"shafikforeman@gmail.com\\\";s:7:\\\"address\\\";s:7:\\\"tangail\\\";s:5:\\\"phone\\\";s:11:\\\"01967510124\\\";s:11:\\\"alter_phone\\\";s:11:\\\"01724077100\\\";s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$NoOpcjI.5yQopNvhDB0QXe77Pt7psyUUqD5YC8DmMPsORR2sy\\/v46\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-08-24 11:41:24\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-08-24 11:41:24\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:1256;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Shafiqul\\\";s:3:\\\"nid\\\";s:3:\\\"N\\/A\\\";s:5:\\\"email\\\";s:23:\\\"shafikforeman@gmail.com\\\";s:7:\\\"address\\\";s:7:\\\"tangail\\\";s:5:\\\"phone\\\";s:11:\\\"01967510124\\\";s:11:\\\"alter_phone\\\";s:11:\\\"01724077100\\\";s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$NoOpcjI.5yQopNvhDB0QXe77Pt7psyUUqD5YC8DmMPsORR2sy\\/v46\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-08-24 11:41:24\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-08-24 11:41:24\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:1;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:1363;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:35:\\\"Boshir Uddin(Zoom cargo services. )\\\";s:3:\\\"nid\\\";s:3:\\\"N\\/A\\\";s:5:\\\"email\\\";s:18:\\\"zoomcs84@gmail.com\\\";s:7:\\\"address\\\";s:32:\\\"karwan bazar,wasa office er pase\\\";s:5:\\\"phone\\\";s:11:\\\"01715693711\\\";s:11:\\\"alter_phone\\\";s:11:\\\"01615693711\\\";s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$XQTeDyvABdcN8ETfiTFx2.TvkdY.kAe\\/ujGdk9fB.cYkoyiioCBKC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-08-28 16:05:10\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-08-28 16:05:10\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:1363;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:35:\\\"Boshir Uddin(Zoom cargo services. )\\\";s:3:\\\"nid\\\";s:3:\\\"N\\/A\\\";s:5:\\\"email\\\";s:18:\\\"zoomcs84@gmail.com\\\";s:7:\\\"address\\\";s:32:\\\"karwan bazar,wasa office er pase\\\";s:5:\\\"phone\\\";s:11:\\\"01715693711\\\";s:11:\\\"alter_phone\\\";s:11:\\\"01615693711\\\";s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$XQTeDyvABdcN8ETfiTFx2.TvkdY.kAe\\/ujGdk9fB.cYkoyiioCBKC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-08-28 16:05:10\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-08-28 16:05:10\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:2;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2160;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Aman Ullah\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"aman17@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01784533144\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$RqadUQX9U0MxsNpQvoYh.OWq\\/RVEwYgG.cY52Lk1G4M54dfTmqmYC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-12 17:20:54\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-12 17:20:54\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2160;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Aman Ullah\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"aman17@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01784533144\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$RqadUQX9U0MxsNpQvoYh.OWq\\/RVEwYgG.cY52Lk1G4M54dfTmqmYC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-12 17:20:54\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-12 17:20:54\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:3;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2163;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Amzad Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"amzad21@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715366921\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$u9ivcrEVJvuk74QT1wHX\\/OzPna4YzP.Z3m5EoxvjX73sKbyjMfoo.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-12 17:29:30\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-12 17:29:30\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2163;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Amzad Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"amzad21@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715366921\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$u9ivcrEVJvuk74QT1wHX\\/OzPna4YzP.Z3m5EoxvjX73sKbyjMfoo.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-12 17:29:30\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-12 17:29:30\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:4;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2171;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Aurora Proprietor\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:28:\\\"auroraproprietor@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01853499498\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$3oae.1R6aXQOa9n3FDemy.qmgZGkh8lvAY81K4wE7RhkMaDfZw\\/ei\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-12 20:27:36\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-03 15:45:55\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2171;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Aurora Proprietor\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:28:\\\"auroraproprietor@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01853499498\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$3oae.1R6aXQOa9n3FDemy.qmgZGkh8lvAY81K4wE7RhkMaDfZw\\/ei\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-12 20:27:36\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-03 15:45:55\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:5;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2204;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Hasan Patowary\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"hasan88@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01600298788\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$oy6tvWbc9Qr7DydNokUl4.E0v.HvHFHxl0sCjcp0KSgFuclYunJsW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 10:21:18\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 10:21:18\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2204;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Hasan Patowary\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"hasan88@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01600298788\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$oy6tvWbc9Qr7DydNokUl4.E0v.HvHFHxl0sCjcp0KSgFuclYunJsW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 10:21:18\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 10:21:18\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:6;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2223;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Kobir Chowdhury\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"chowdhury34@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712049034\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$aJ7DbshhBpyXSIEXknfYbebzqIzG81e3gn\\/NY5Bqd4iIE.fjq48Ce\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 11:27:08\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 11:27:08\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2223;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Kobir Chowdhury\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"chowdhury34@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712049034\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$aJ7DbshhBpyXSIEXknfYbebzqIzG81e3gn\\/NY5Bqd4iIE.fjq48Ce\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 11:27:08\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 11:27:08\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:7;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2226;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"liton\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"liton05@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715787705\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$on8u9Z08IGo5WuTcp0\\/nWeyEMnGE915JfVeQJ98iYxTDVgJ6Kf6am\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 11:39:54\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 11:39:54\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2226;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"liton\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"liton05@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715787705\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$on8u9Z08IGo5WuTcp0\\/nWeyEMnGE915JfVeQJ98iYxTDVgJ6Kf6am\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 11:39:54\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 11:39:54\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:8;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2245;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md. Atikul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01740559265\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$XuSYDfZIktFNJ9GJFDC5zutXHju6.gwEFAS\\/XfnNAdZnC2\\/\\/kPSS2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 12:53:59\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 12:53:59\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2245;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md. Atikul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01740559265\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$XuSYDfZIktFNJ9GJFDC5zutXHju6.gwEFAS\\/XfnNAdZnC2\\/\\/kPSS2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 12:53:59\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 12:53:59\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:9;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2250;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Md. Harunor Rashid\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"harun62@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716555062\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$j0U79va7s0u3ehrIY948I.4KRI518Tc8dXKk.U8QyX0Cixna5HFT2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 13:09:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 13:09:29\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2250;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Md. Harunor Rashid\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"harun62@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716555062\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$j0U79va7s0u3ehrIY948I.4KRI518Tc8dXKk.U8QyX0Cixna5HFT2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 13:09:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 13:09:29\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:10;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2267;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Md. Robel\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"robel15@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715768515\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$w3LORiV0YDXTfq5f1S43kuwbGXMpZlldk76O9xqTU97WT\\/oxgqHTi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 15:04:07\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 15:04:07\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2267;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Md. Robel\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"robel15@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715768515\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$w3LORiV0YDXTfq5f1S43kuwbGXMpZlldk76O9xqTU97WT\\/oxgqHTi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 15:04:07\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 15:04:07\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:11;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2269;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Md. Saiful\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"saiful32@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01991193832\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$vnmqbfEmqznNfCvl\\/ne3VeUly6\\/USjTKrwmrfmUVKkW5sjhnxvffe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 15:14:12\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 15:14:12\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2269;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Md. Saiful\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"saiful32@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01991193832\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$vnmqbfEmqznNfCvl\\/ne3VeUly6\\/USjTKrwmrfmUVKkW5sjhnxvffe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 15:14:12\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 15:14:12\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:12;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2280;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:23:\\\"Mejbah (Hazi Paribahan)\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"mejbah@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715328712\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ISt\\/uDLU16uZCoXdQhKzGu1O3dVmrnKFOy7Sj3kbfXyQj7Bol5rl.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 15:43:22\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 15:43:22\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2280;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:23:\\\"Mejbah (Hazi Paribahan)\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"mejbah@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715328712\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ISt\\/uDLU16uZCoXdQhKzGu1O3dVmrnKFOy7Sj3kbfXyQj7Bol5rl.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 15:43:22\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 15:43:22\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:13;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2310;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Obaidul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"burmi1@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716921571\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$lRqiDd0kpo7N88U.vD1VquQQ1HrourRVOgtVqCuRmg52K141Nz6Fu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-14 12:34:53\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-14 12:34:53\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2310;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Obaidul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"burmi1@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716921571\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$lRqiDd0kpo7N88U.vD1VquQQ1HrourRVOgtVqCuRmg52K141Nz6Fu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-14 12:34:53\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-14 12:34:53\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:14;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2342;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Saiful71\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"saiful71@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01996461871\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$m1Qa4LxazRYgxA2sMBCAheN6mQ7lKFxVyYoyGoHws1zbvAWHkmFL6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-15 23:47:23\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-15 23:47:23\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2342;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Saiful71\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"saiful71@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01996461871\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$m1Qa4LxazRYgxA2sMBCAheN6mQ7lKFxVyYoyGoHws1zbvAWHkmFL6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-15 23:47:23\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-15 23:47:23\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:15;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2379;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Nasim Ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"nasim08@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01974214908\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$H35iXBcSUEILdWPGZpWHj.\\/WZDmwOs2.TfZe679C41.j2\\/zXVkV5e\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 12:45:37\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 12:45:37\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2379;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Nasim Ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"nasim08@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01974214908\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$H35iXBcSUEILdWPGZpWHj.\\/WZDmwOs2.TfZe679C41.j2\\/zXVkV5e\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 12:45:37\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 12:45:37\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:16;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2383;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Milton\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"milton35@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01681814402\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$IUErT8mQB.3xUHO.TZh5Ou\\/vXuLoRAigdQw22bINfISoDzsxgOwii\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 13:41:36\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 13:41:36\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2383;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Milton\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"milton35@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01681814402\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$IUErT8mQB.3xUHO.TZh5Ou\\/vXuLoRAigdQw22bINfISoDzsxgOwii\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 13:41:36\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 13:41:36\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:17;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2501;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Teletalk\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:24:\\\"shafaatuzzaman@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01550155280\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$6QL3pa83zSk26mWv94PjQuhXveCb7QNCxKpSZSe97p8jxGPqbn4Ru\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 10:30:15\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 10:30:15\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2501;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Teletalk\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:24:\\\"shafaatuzzaman@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01550155280\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$6QL3pa83zSk26mWv94PjQuhXveCb7QNCxKpSZSe97p8jxGPqbn4Ru\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 10:30:15\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 10:30:15\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:18;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2599;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"IBRAHIM\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01767783417\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$LkAIpGGIJAlR8b52aoeTveQ6yp\\/4ezKNPfN4uUT\\/ILaIJzl.GEdkq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 17:18:37\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 17:18:37\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2599;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"IBRAHIM\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01767783417\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$LkAIpGGIJAlR8b52aoeTveQ6yp\\/4ezKNPfN4uUT\\/ILaIJzl.GEdkq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 17:18:37\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 17:18:37\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:19;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2627;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:21:\\\"Anjuman Mufidul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:32:\\\"anjumanmufidulislam040@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712654088\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$uRKGpno4xlqgm6k.XDuaduJ2JCVVHxD5nDPi82BOL9YyMzemAhYqq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 14:47:25\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 14:47:25\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2627;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:21:\\\"Anjuman Mufidul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:32:\\\"anjumanmufidulislam040@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712654088\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$uRKGpno4xlqgm6k.XDuaduJ2JCVVHxD5nDPi82BOL9YyMzemAhYqq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 14:47:25\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 14:47:25\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:20;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2690;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Kamrul Hasan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01798597865\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$2AysE3HB1syUEzzNHlp4OeTc702xGTVD1VK8JURAZxu6Cvpfydzt2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 16:20:42\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 16:20:42\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2690;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Kamrul Hasan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01798597865\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$2AysE3HB1syUEzzNHlp4OeTc702xGTVD1VK8JURAZxu6Cvpfydzt2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 16:20:42\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 16:20:42\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:21;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2752;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Abdul Aleem Khan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:17:\\\"sheblee@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715258168\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$kMD5dcQTutq0RYLUyWxKbOvY.2gSDZsgMYcl3L6jI7oN6csQHea5a\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-01 13:48:16\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-01 13:48:16\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2752;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Abdul Aleem Khan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:17:\\\"sheblee@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715258168\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$kMD5dcQTutq0RYLUyWxKbOvY.2gSDZsgMYcl3L6jI7oN6csQHea5a\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-01 13:48:16\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-01 13:48:16\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:22;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2773;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"roof crop care ltd\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01672846544\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$5TyzX\\/tsmh\\/Dm6N689yPL.gd\\/45rMXBMgKNXHO8Bfz4aVcZmrT0Rm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 10:40:05\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 10:40:05\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2773;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"roof crop care ltd\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01672846544\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$5TyzX\\/tsmh\\/Dm6N689yPL.gd\\/45rMXBMgKNXHO8Bfz4aVcZmrT0Rm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 10:40:05\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 10:40:05\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:23;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2778;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"ELAIS\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01894789499\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$R7FTyCjRImvI1WPylVRjSuQlipoRASUpxVVUyy6kUk.MQefI7jXWS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 10:55:07\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 10:55:07\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2778;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"ELAIS\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01894789499\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$R7FTyCjRImvI1WPylVRjSuQlipoRASUpxVVUyy6kUk.MQefI7jXWS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 10:55:07\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 10:55:07\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:24;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2795;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:21:\\\"Md. Nahid Sarkar Rana\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711339615\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$nI199WZcuGE0vKzosz\\/ygOgVrQQsrwKY.MDC8Ss.0cG7ip\\/6A8Khu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 12:25:55\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 12:25:55\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2795;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:21:\\\"Md. Nahid Sarkar Rana\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711339615\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$nI199WZcuGE0vKzosz\\/ygOgVrQQsrwKY.MDC8Ss.0cG7ip\\/6A8Khu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 12:25:55\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 12:25:55\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:25;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2819;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Anower Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1970999677\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$xrfrsnbGm0ZYn\\/ZfvZKfKu4nfPLNuwXMEHN9A442q3RDpsGeEhPym\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 16:07:23\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 16:07:23\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2819;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Anower Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1970999677\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$xrfrsnbGm0ZYn\\/ZfvZKfKu4nfPLNuwXMEHN9A442q3RDpsGeEhPym\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 16:07:23\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 16:07:23\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:26;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2822;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Md Sojon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01792529640\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$EtNf.hh.fqkqF.AfqcurLe7PSzRnu3joZTSJvXwRkOkiDbelrJ3sC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 16:15:42\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 16:15:42\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2822;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Md Sojon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01792529640\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$EtNf.hh.fqkqF.AfqcurLe7PSzRnu3joZTSJvXwRkOkiDbelrJ3sC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 16:15:42\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 16:15:42\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:27;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2840;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Mohosin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01795653187\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$oRZo6j5k8SE4.dHyNvuhK.G0GiklboHLk37uo7AD1cmNy4z15dFIa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-07 11:31:36\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-07 11:31:36\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2840;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Mohosin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01795653187\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$oRZo6j5k8SE4.dHyNvuhK.G0GiklboHLk37uo7AD1cmNy4z15dFIa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-07 11:31:36\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-07 11:31:36\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:28;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2846;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Kabir\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01785886255\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$HzobdHSULTyoqRdFkJXemeIMzlRGeVR4YjfFme9KpCh0oXnlJTIY2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-07 18:06:24\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-07 18:06:24\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2846;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Kabir\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01785886255\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$HzobdHSULTyoqRdFkJXemeIMzlRGeVR4YjfFme9KpCh0oXnlJTIY2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-07 18:06:24\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-07 18:06:24\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:29;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2856;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Omor ali\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1975784053\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$uUX04JLz1J7qXhYf30dM6Oix3XZQxzZcMplmncxmuOqbwapGi\\/YZG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 11:05:45\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 11:05:45\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2856;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Omor ali\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1975784053\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$uUX04JLz1J7qXhYf30dM6Oix3XZQxzZcMplmncxmuOqbwapGi\\/YZG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 11:05:45\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 11:05:45\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:30;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2881;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Ruhul Amin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712262212\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$.MW8SyfE7acWqae6Emes8.l4TDDahqkCJzwaJ274ATfq3H\\/sXauMS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 13:07:46\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 13:07:46\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2881;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Ruhul Amin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712262212\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$.MW8SyfE7acWqae6Emes8.l4TDDahqkCJzwaJ274ATfq3H\\/sXauMS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 13:07:46\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 13:07:46\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:31;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2882;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Rezaul karim\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01926750890\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$hbBMz62I8Z\\/9Dpbi4UGGduokGK1B\\/xJfV7x09fDsrj.6t\\/v.ivoBK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 13:10:16\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 13:10:16\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2882;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Rezaul karim\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01926750890\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$hbBMz62I8Z\\/9Dpbi4UGGduokGK1B\\/xJfV7x09fDsrj.6t\\/v.ivoBK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 13:10:16\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 13:10:16\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:32;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2886;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Nour hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"nourhossain27@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01973333600\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$tt.uli8d\\/hhQ4kdpUxnOlOufNazPy89Ck6hDgXQibVpQV04qMlE0W\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 13:59:54\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 13:59:54\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2886;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Nour hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"nourhossain27@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01973333600\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$tt.uli8d\\/hhQ4kdpUxnOlOufNazPy89Ck6hDgXQibVpQV04qMlE0W\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 13:59:54\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 13:59:54\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:33;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2897;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"Modern Herbal Group\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01600311450\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$KCigNpIl.hvELY9.1FdhOuA.fkfCFc2JDPM1L3yZ\\/XEqxtQfd5pqK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 14:34:27\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 14:34:27\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2897;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"Modern Herbal Group\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01600311450\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$KCigNpIl.hvELY9.1FdhOuA.fkfCFc2JDPM1L3yZ\\/XEqxtQfd5pqK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 14:34:27\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 14:34:27\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:34;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2904;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Shohag\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711583408\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$NGX.fzgoIM1OThi3a0k5KOe.0iBFFi3bOHbZkeo3lOn1bFZJS7ek6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 15:05:18\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 15:05:18\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2904;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Shohag\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711583408\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$NGX.fzgoIM1OThi3a0k5KOe.0iBFFi3bOHbZkeo3lOn1bFZJS7ek6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 15:05:18\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 15:05:18\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:35;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2918;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Munna\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01956852620\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$QC0FaUJRhlxBTqvilU\\/ZQufaK9DRLSg3tM11Zj6KNb18sIiG4UQim\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 16:31:27\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 16:31:27\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2918;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Munna\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01956852620\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$QC0FaUJRhlxBTqvilU\\/ZQufaK9DRLSg3tM11Zj6KNb18sIiG4UQim\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 16:31:27\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 16:31:27\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:36;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2920;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:26:\\\"Md.Fazlul Quader Chowdhury\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711200696\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$WTSpeBeRiiwAngfwhhlqheXxXPTnSNhZng2y1umjrBsDZriRBBDIm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 16:38:09\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 16:38:09\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2920;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:26:\\\"Md.Fazlul Quader Chowdhury\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711200696\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$WTSpeBeRiiwAngfwhhlqheXxXPTnSNhZng2y1umjrBsDZriRBBDIm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 16:38:09\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 16:38:09\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:37;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2922;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Oli Ullah\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"oliullah72@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01678614369\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$0YumXoMMt7ugyqTUOuODtuDrWOuCSz6TtdZaM1G9QAGM3hGUesNoi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 16:47:31\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 16:47:31\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2922;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Oli Ullah\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"oliullah72@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01678614369\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$0YumXoMMt7ugyqTUOuODtuDrWOuCSz6TtdZaM1G9QAGM3hGUesNoi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 16:47:31\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 16:47:31\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:38;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2936;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Shagor Ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"shagor18@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01725207818\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$whsT\\/h8iMfZ3gRBMnbxWR.27bs7Q3dLFKlIRhVCPhawAsNHusnuJW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 10:51:16\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 10:51:16\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2936;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Shagor Ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"shagor18@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01725207818\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$whsT\\/h8iMfZ3gRBMnbxWR.27bs7Q3dLFKlIRhVCPhawAsNHusnuJW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 10:51:16\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 10:51:16\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:39;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2944;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Manik\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01819452071\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$lcsTPxhTT6t3Js\\/KNgWk0OSszsP\\/8ln.0eQ4b1SWgfWe\\/ebIKwsaq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 11:14:02\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 11:14:02\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2944;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Manik\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01819452071\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$lcsTPxhTT6t3Js\\/KNgWk0OSszsP\\/8ln.0eQ4b1SWgfWe\\/ebIKwsaq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 11:14:02\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 11:14:02\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:40;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2958;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Robiul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01611202034\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$NiwmVtmjmrX9w9S\\/LnFoBObFmJ8IHoL6IGVe8CfhEqzBwOCmRmfiu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 11:48:00\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 11:48:00\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2958;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Robiul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01611202034\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$NiwmVtmjmrX9w9S\\/LnFoBObFmJ8IHoL6IGVe8CfhEqzBwOCmRmfiu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 11:48:00\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 11:48:00\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:41;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2959;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:21:\\\"Shamim_piickmeexpress\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01878478228\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$eMrczyAUmMgodbrgy4mPYuYjHJfe3Kwr0DzAtGwDU\\/iK8\\/hxPlZRy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 11:52:59\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 11:52:59\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2959;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:21:\\\"Shamim_piickmeexpress\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01878478228\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$eMrczyAUmMgodbrgy4mPYuYjHJfe3Kwr0DzAtGwDU\\/iK8\\/hxPlZRy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 11:52:59\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 11:52:59\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:42;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2966;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Md. Ashikur Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:31:\\\"mohammadashikrahman88@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01767820862\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$zlB45tItbJitLGhsT9AMueKnNoktdazgFI\\/b4.XeRNS2nC8Z3S.Ua\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 13:35:13\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 13:35:13\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2966;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Md. Ashikur Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:31:\\\"mohammadashikrahman88@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01767820862\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$zlB45tItbJitLGhsT9AMueKnNoktdazgFI\\/b4.XeRNS2nC8Z3S.Ua\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 13:35:13\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 13:35:13\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:43;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2977;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Abhi\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01723291831\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$psI1p2LbytZUa0wOEHRdFuvUm2abojZR\\/CPUov4GjeCVwDdaTl6p2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 16:10:41\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 16:10:41\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2977;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Abhi\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01723291831\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$psI1p2LbytZUa0wOEHRdFuvUm2abojZR\\/CPUov4GjeCVwDdaTl6p2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 16:10:41\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 16:10:41\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:44;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2996;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"sahariar\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"Sh.fm1000@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01910384600\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$e8dX6R97SoNHL1ITAwk7ku4hnZ8Jjp8EawRa7asG1cjZLMXPuIMh.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 17:41:46\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 17:41:46\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2996;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"sahariar\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"Sh.fm1000@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01910384600\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$e8dX6R97SoNHL1ITAwk7ku4hnZ8Jjp8EawRa7asG1cjZLMXPuIMh.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 17:41:46\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 17:41:46\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:45;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3005;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Jamal\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711670204\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$6jJQkG3IXrYjw7\\/ZqatYgOm40YtCT248y6qLqaMCoW8ejbyA1UOXS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-10 10:24:09\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-10 10:24:09\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3005;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Jamal\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711670204\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$6jJQkG3IXrYjw7\\/ZqatYgOm40YtCT248y6qLqaMCoW8ejbyA1UOXS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-10 10:24:09\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-10 10:24:09\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:46;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3035;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Raju\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01792388677\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$bUvwWBgBKd6pzrdwlsy9JeS.0LWuDaX7MbKri3C1xm5cLpHl3YpMm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 10:47:23\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 10:47:23\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3035;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Raju\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01792388677\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$bUvwWBgBKd6pzrdwlsy9JeS.0LWuDaX7MbKri3C1xm5cLpHl3YpMm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 10:47:23\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 10:47:23\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:47;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3045;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Sumon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01647649420\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$LbZn5edG9r1MppDkKlOVV.T9AlcmgV55naZDE8DkenpCgPhlGqVPC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 11:25:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 11:25:29\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3045;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Sumon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01647649420\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$LbZn5edG9r1MppDkKlOVV.T9AlcmgV55naZDE8DkenpCgPhlGqVPC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 11:25:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 11:25:29\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:48;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3107;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Hasan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715053718\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$gJXoHyBi7nTapwov8moQ5exLJd7E9Jz8xZwaIZEB7qebwSrpC8rKm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 10:35:03\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 10:35:03\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3107;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Hasan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715053718\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$gJXoHyBi7nTapwov8moQ5exLJd7E9Jz8xZwaIZEB7qebwSrpC8rKm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 10:35:03\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 10:35:03\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:49;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3108;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Shafiq\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:17:\\\"msuknit@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01941420555\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ddvR6wlfLFV5lHNbvwvEreV38ULLN4zXsq3sBewR0PRAPuRWhCldi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 10:45:47\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 10:45:47\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3108;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Shafiq\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:17:\\\"msuknit@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01941420555\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ddvR6wlfLFV5lHNbvwvEreV38ULLN4zXsq3sBewR0PRAPuRWhCldi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 10:45:47\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 10:45:47\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:50;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3126;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"BILLAL HOSSAIN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712380031\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$UjikguYyg43Xf9JqfXPgHeLz3PC5a9T9FcfV2gDjEQZ0AES5cpSLi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 12:48:07\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 13:24:14\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3126;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"BILLAL HOSSAIN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712380031\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$UjikguYyg43Xf9JqfXPgHeLz3PC5a9T9FcfV2gDjEQZ0AES5cpSLi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 12:48:07\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 13:24:14\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:51;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3130;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Mohsin Arif Reja\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01755557086\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$nOwl3yOzEriCeNvIXlBm.u8coLhD9sU4foNa5tQg4CX2lz4TJzsIy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 13:52:26\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 13:52:26\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3130;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Mohsin Arif Reja\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01755557086\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$nOwl3yOzEriCeNvIXlBm.u8coLhD9sU4foNa5tQg4CX2lz4TJzsIy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 13:52:26\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 13:52:26\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:52;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3136;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Muazuddin Group\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715299622\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$N7T1Ff0lGeEt0RBDECR5.eppiejEZYUPaJN0zQJx.pm8MH5SyliNO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 14:16:55\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 14:16:55\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3136;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Muazuddin Group\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715299622\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$N7T1Ff0lGeEt0RBDECR5.eppiejEZYUPaJN0zQJx.pm8MH5SyliNO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 14:16:55\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 14:16:55\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:53;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3140;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Ayman enterprise\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712688340\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$aLEXA.HIaHtPXf7Taw5ij.\\/2\\/pWYddqpP55diwEiWqtjnvXqhY.eS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 14:32:19\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 14:32:19\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3140;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Ayman enterprise\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712688340\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$aLEXA.HIaHtPXf7Taw5ij.\\/2\\/pWYddqpP55diwEiWqtjnvXqhY.eS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 14:32:19\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 14:32:19\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:54;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3160;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Sikor\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01777125330\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$j6KO8M6YhvuipeNJ4\\/8WG.qSNYM9P394lRIVvNUPkWsWMzmPEBkuS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 15:54:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 15:54:29\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3160;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Sikor\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01777125330\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$j6KO8M6YhvuipeNJ4\\/8WG.qSNYM9P394lRIVvNUPkWsWMzmPEBkuS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 15:54:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 15:54:29\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:55;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3175;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Jahangir\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716340147\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$blllCTp\\/a4CF8ZbSF75vLOIY1kIaacby3uW\\/47XWhIfUBJgSIuZ7.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-13 02:50:07\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-13 02:50:07\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3175;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Jahangir\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716340147\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$blllCTp\\/a4CF8ZbSF75vLOIY1kIaacby3uW\\/47XWhIfUBJgSIuZ7.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-13 02:50:07\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-13 02:50:07\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:56;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3181;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Khan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711187304\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$RvgqiyHaG\\/tyd2jKryIoU.c\\/\\/YGHKwtLYeBy0LXNfsVq2PBWCNU1G\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-13 03:57:55\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-13 03:57:55\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3181;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Khan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711187304\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$RvgqiyHaG\\/tyd2jKryIoU.c\\/\\/YGHKwtLYeBy0LXNfsVq2PBWCNU1G\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-13 03:57:55\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-13 03:57:55\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:57;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3185;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Dulal\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01816423049\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$3rU6GxtJ1YKuMKBsfUiNZOWvdStsl3SU2nvc3kTJk3XpCR\\/9rnaMO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-13 15:57:09\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-13 15:57:09\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3185;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Dulal\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01816423049\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$3rU6GxtJ1YKuMKBsfUiNZOWvdStsl3SU2nvc3kTJk3XpCR\\/9rnaMO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-13 15:57:09\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-13 15:57:09\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:58;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3193;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Rahim\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01829163284\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$G0S\\/fg\\/SEKIuHmgumV7MR.URuIR5jifbXHBUne7ICbaWgrgUE5r7i\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 10:32:53\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 10:32:53\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3193;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Rahim\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01829163284\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$G0S\\/fg\\/SEKIuHmgumV7MR.URuIR5jifbXHBUne7ICbaWgrgUE5r7i\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 10:32:53\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 10:32:53\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:59;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3223;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Syed Jahidul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:27:\\\"jahid@g4technologies.com.bd\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01776369871\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$8Usc4Qd7lSWuH6FeFtQnze\\/mAkr3kztWQoO62GXwDNhSJFe5b44lK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 13:53:16\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 13:53:16\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3223;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Syed Jahidul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:27:\\\"jahid@g4technologies.com.bd\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01776369871\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$8Usc4Qd7lSWuH6FeFtQnze\\/mAkr3kztWQoO62GXwDNhSJFe5b44lK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 13:53:16\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 13:53:16\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:60;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3232;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Alpha\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01714635722\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$AdGJSyWYckhb\\/3\\/kqJHChuKCeAFKco\\/YXCAcVisDOhsraVNxnwihO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-16 10:26:21\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-16 10:26:21\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3232;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Alpha\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01714635722\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$AdGJSyWYckhb\\/3\\/kqJHChuKCeAFKco\\/YXCAcVisDOhsraVNxnwihO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-16 10:26:21\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-16 10:26:21\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:61;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3251;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Turjo\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711029993\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$9EawN7CjXSkoUWj87XBIkeLUQFwtIb5xyz33SQwGI8pGj2TT\\/hiBO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-17 11:12:52\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-17 11:12:52\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3251;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Turjo\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711029993\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$9EawN7CjXSkoUWj87XBIkeLUQFwtIb5xyz33SQwGI8pGj2TT\\/hiBO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-17 11:12:52\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-17 11:12:52\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:62;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3253;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Mubasher\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01918344851\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$5LwQEObXw26PtFHPCzuMzuxg57iHBQ.tpiU9Pn5J6FCuclR5VBvma\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-17 11:22:38\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-17 11:22:38\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3253;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Mubasher\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01918344851\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$5LwQEObXw26PtFHPCzuMzuxg57iHBQ.tpiU9Pn5J6FCuclR5VBvma\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-17 11:22:38\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-17 11:22:38\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:63;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3274;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Sabur khan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01819223985\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$T1yOJZb.l4jYWOLZ0Oznqe6tAa\\/A99RjPlrM6XyQsJtHxkhOuAYyu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-21 12:46:25\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-21 12:46:25\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3274;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Sabur khan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01819223985\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$T1yOJZb.l4jYWOLZ0Oznqe6tAa\\/A99RjPlrM6XyQsJtHxkhOuAYyu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-21 12:46:25\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-21 12:46:25\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:64;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3295;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Monsurul Alam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712274429\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$T1FXWGz8Q4GAT0KFWpvAkeFNHB.KowBjqrFZEDLSBZ0fMeiRwZy6q\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-22 13:44:25\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-22 13:44:25\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3295;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Monsurul Alam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712274429\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$T1FXWGz8Q4GAT0KFWpvAkeFNHB.KowBjqrFZEDLSBZ0fMeiRwZy6q\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-22 13:44:25\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-22 13:44:25\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:65;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3296;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"Md Jahangir Hussain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01626541481\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$RKcfpiNUE8iJOT6jzk3qFeKncS81gzGHqJhWLbHDgJO.CEcGAfz8O\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-22 13:47:07\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-22 13:47:07\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3296;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"Md Jahangir Hussain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01626541481\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$RKcfpiNUE8iJOT6jzk3qFeKncS81gzGHqJhWLbHDgJO.CEcGAfz8O\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-22 13:47:07\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-22 13:47:07\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:66;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3310;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Badon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01308305734\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$YBUhjVKbGYSu31zCv9xCROHHFeIULQ90asGCJiUV\\/Oxu5WX.sgRB.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-22 16:49:57\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-22 16:49:57\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3310;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Badon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01308305734\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$YBUhjVKbGYSu31zCv9xCROHHFeIULQ90asGCJiUV\\/Oxu5WX.sgRB.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-22 16:49:57\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-22 16:49:57\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:67;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3332;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Maynul Islam opu\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"pac.tungipara@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711515003\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$X1N1MkqEzgRf\\/faQYtrJ8e7DDl5K14wpEPHfNMJMt6.jx4PiRxGIm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-23 14:21:40\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-23 14:21:40\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3332;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Maynul Islam opu\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"pac.tungipara@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711515003\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$X1N1MkqEzgRf\\/faQYtrJ8e7DDl5K14wpEPHfNMJMt6.jx4PiRxGIm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-23 14:21:40\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-23 14:21:40\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:68;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3340;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Ataur Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"ataur54@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711070054\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$qRZ9mfiGqIy\\/nXVoo1LkYu3V41DsC1bNLvrj3eq74wCD8srKZRBju\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-23 14:47:33\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-23 14:47:33\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3340;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Ataur Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"ataur54@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711070054\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$qRZ9mfiGqIy\\/nXVoo1LkYu3V41DsC1bNLvrj3eq74wCD8srKZRBju\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-23 14:47:33\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-23 14:47:33\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:69;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4116;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Motiur Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"motiur46@mygpsbd.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711161459\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$1BLXqGw1Al89HnEo.tlh2.dgBwKhmZA39BanIERTApmCUGGa1C.7m\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-27 11:32:13\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-27 11:32:13\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4116;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Motiur Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"motiur46@mygpsbd.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711161459\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$1BLXqGw1Al89HnEo.tlh2.dgBwKhmZA39BanIERTApmCUGGa1C.7m\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-27 11:32:13\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-27 11:32:13\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:70;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4195;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Deepak Shah\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01938241422\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$VH4XKfpxkai6WqQd2NnDPO\\/LK5gPHhF9dGp824d6i69OlZWMrReyW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-27 18:03:25\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-27 18:03:25\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4195;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Deepak Shah\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01938241422\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$VH4XKfpxkai6WqQd2NnDPO\\/LK5gPHhF9dGp824d6i69OlZWMrReyW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-27 18:03:25\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-27 18:03:25\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:71;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4215;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Romofashion\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01845971153\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$KU1WrR\\/xy8vdqi0kaJ2AZOWVu1r.Leh.F.pvICrjsI8u483Qm1iw2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-28 14:00:04\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-28 14:00:04\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4215;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Romofashion\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01845971153\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$KU1WrR\\/xy8vdqi0kaJ2AZOWVu1r.Leh.F.pvICrjsI8u483Qm1iw2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-28 14:00:04\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-28 14:00:04\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:72;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4217;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Md sohel rana\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01951401150\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$NKOCGz73p60kaRhwczLOwOsqXGobIn62bdzlNDTsfY28ZFgoI8zdO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-28 14:10:59\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-28 14:10:59\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4217;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Md sohel rana\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01951401150\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$NKOCGz73p60kaRhwczLOwOsqXGobIn62bdzlNDTsfY28ZFgoI8zdO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-28 14:10:59\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-28 14:10:59\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:73;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4262;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"MD JEWEL RANA\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01707801264\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$iFtYuuGqcg\\/DpX9.U4v7z.8zmbKt6C4WZW6H6Vv\\/HiFUIkW3lYp6O\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-01 11:20:41\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-01 11:20:41\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4262;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"MD JEWEL RANA\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01707801264\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$iFtYuuGqcg\\/DpX9.U4v7z.8zmbKt6C4WZW6H6Vv\\/HiFUIkW3lYp6O\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-01 11:20:41\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-01 11:20:41\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:74;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4272;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Nayon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01912673384\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$I2.mGH86lH8oBMiIVnpRMuKWMsdjI8RiKHSIiNqJP3830vOKWcmpq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-01 15:21:43\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-01 15:21:43\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4272;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Nayon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01912673384\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$I2.mGH86lH8oBMiIVnpRMuKWMsdjI8RiKHSIiNqJP3830vOKWcmpq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-01 15:21:43\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-01 15:21:43\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:75;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4283;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"ANOWAR\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01841176242\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$bG0kprDVGkzV9h8eoS4tauHQ43gHx4Z5d6mSeHwQMVTlre.wMhJLu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-02 10:55:54\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-02 10:55:54\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4283;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"ANOWAR\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01841176242\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$bG0kprDVGkzV9h8eoS4tauHQ43gHx4Z5d6mSeHwQMVTlre.wMhJLu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-02 10:55:54\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-02 10:55:54\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:76;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4288;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Aminur\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01995511695\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$bnW22UuoiQMwR3L36n1pMuenmYYs2s3rP5sS5XGS1UiwqrQ5Byhq2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-02 11:29:23\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-02 11:29:23\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4288;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Aminur\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01995511695\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$bnW22UuoiQMwR3L36n1pMuenmYYs2s3rP5sS5XGS1UiwqrQ5Byhq2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-02 11:29:23\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-02 11:29:23\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:77;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4381;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Md.Alauddin sarker\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01756901180\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$TUXl0m8A7f8dVb9dY1GxsOsc6tl5XF\\/3vc\\/lsozsMFHdRgg1qUAka\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-03 14:18:54\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-03 14:18:54\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4381;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Md.Alauddin sarker\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01756901180\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$TUXl0m8A7f8dVb9dY1GxsOsc6tl5XF\\/3vc\\/lsozsMFHdRgg1qUAka\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-03 14:18:54\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-03 14:18:54\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:78;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4437;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Abu Sayed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1971218846\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Bgs.qhPp.efcmJJRFHVKOOFnnp3WAfS3pCRErgbOuNKCl.FQRf4Fq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-12 17:09:16\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-12 17:09:16\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4437;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Abu Sayed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1971218846\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Bgs.qhPp.efcmJJRFHVKOOFnnp3WAfS3pCRErgbOuNKCl.FQRf4Fq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-12 17:09:16\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-12 17:09:16\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:79;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4445;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Tushar Ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711014936\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$fs9j8VWIz5LjMzlXbso0u..yY9tZpnxgZSjkV8a0YTb7z.pdMgZ8.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-12 20:07:24\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-12 20:07:24\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4445;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Tushar Ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711014936\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$fs9j8VWIz5LjMzlXbso0u..yY9tZpnxgZSjkV8a0YTb7z.pdMgZ8.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-12 20:07:24\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-12 20:07:24\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:80;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4447;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Amzad\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01825002770\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$jPKc1BubYEMktTOrovptDOD2kEzgG.WkW.BFnFR4XM5pNNtwO45lS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-12 20:16:51\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-12 20:16:51\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4447;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Amzad\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01825002770\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$jPKc1BubYEMktTOrovptDOD2kEzgG.WkW.BFnFR4XM5pNNtwO45lS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-12 20:16:51\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-12 20:16:51\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:81;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4602;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"roof crop care ltd\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01737466882\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$O\\/HBBGpHkOIgIl.yBQLMm.\\/s5CuCeKpyd5InvioqvXKBB9p3yefam\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-14 11:46:53\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-14 11:53:38\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4602;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"roof crop care ltd\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01737466882\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$O\\/HBBGpHkOIgIl.yBQLMm.\\/s5CuCeKpyd5InvioqvXKBB9p3yefam\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-14 11:46:53\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-14 11:53:38\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:82;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4608;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"Modern Herbal Group\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01678075335\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$hleK1Qisjc2tfSnIvexo7ObCOq6LHlCmDW.iycKs1k1nZbsTU5Jne\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-14 17:19:17\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-14 17:19:17\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4608;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"Modern Herbal Group\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01678075335\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$hleK1Qisjc2tfSnIvexo7ObCOq6LHlCmDW.iycKs1k1nZbsTU5Jne\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-14 17:19:17\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-14 17:19:17\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:83;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4617;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Syed Jahidul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:27:\\\"jahid@g4technologies.com.bd\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01709641295\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$nSvxi.jae7TI9Rm9rRr\\/vOYnLGZBTcp43\\/eJ8itgwerUuoiy9\\/QWq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-15 11:49:09\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-15 11:49:09\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4617;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Syed Jahidul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:27:\\\"jahid@g4technologies.com.bd\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01709641295\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$nSvxi.jae7TI9Rm9rRr\\/vOYnLGZBTcp43\\/eJ8itgwerUuoiy9\\/QWq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-15 11:49:09\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-15 11:49:09\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:84;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4654;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Shohag hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01735369654\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ZbHgnJs6hYI9\\/LY.Zg58HeR7XufAnxfnUJhyPh5m2mjwDVMtKoMsW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-16 17:32:08\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-16 17:32:08\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4654;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Shohag hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01735369654\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ZbHgnJs6hYI9\\/LY.Zg58HeR7XufAnxfnUJhyPh5m2mjwDVMtKoMsW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-16 17:32:08\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-16 17:32:08\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}}}s:4:\\\"text\\\";s:288:\\\"\\u09b8\\u09ae\\u09cd\\u09ae\\u09be\\u09a8\\u09bf\\u09a4 \\u0997\\u09cd\\u09b0\\u09be\\u09b9\\u0995,\\n\\u099c\\u09bf\\u09aa\\u09bf\\u098f\\u09b8 \\u098f\\u09b0 \\u0995\\u09cb\\u09a8 \\u09ac\\u09bf\\u09b2 \\u098f\\u0987 \\u09ae\\u09c1\\u09b9\\u09c1\\u09b0\\u09a4\\u09c7 \\u09a8\\u09be \\u09aa\\u09be\\u09a0\\u09be\\u09a8\\u09cb\\u09b0 \\u099c\\u09a8\\u09cd\\u09af \\u0985\\u09a8\\u09c1\\u09b0\\u09cb\\u09a7 \\u0995\\u09b0\\u099b\\u09bf \\u0964 \\u0986\\u09ae\\u09be\\u09a6\\u09c7\\u09b0 \\u09b8\\u09be\\u09b0\\u09cd\\u09ad\\u09be\\u09b0 \\u0986\\u09aa\\u09a1\\u09c7\\u099f \\u098f\\u09b0 \\u0995\\u09be\\u099c \\u099a\\u09b2\\u099b\\u09c7 \\u0964\\\";}s:3:\\\"job\\\";N;s:10:\\\"connection\\\";N;s:5:\\\"queue\\\";N;s:15:\\\"chainConnection\\\";N;s:10:\\\"chainQueue\\\";N;s:5:\\\"delay\\\";N;s:10:\\\"middleware\\\";a:0:{}s:7:\\\"chained\\\";a:0:{}}\"}}', 'Illuminate\\Queue\\MaxAttemptsExceededException: App\\Jobs\\SmsSend has been attempted too many times or run too long. The job may have previously timed out. in /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php:648\nStack trace:\n#0 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(163): Illuminate\\Queue\\Worker->maxAttemptsExceededException(Object(Illuminate\\Queue\\Jobs\\DatabaseJob))\n#1 /home/mygpsbd/public_html/app/Http/helper.php(28): Illuminate\\Queue\\Worker->Illuminate\\Queue\\{closure}(14, Array)\n#2 /home/mygpsbd/public_html/app/Jobs/SmsSend.php(35): send_sms(\'\\xE0\\xA6\\xB8\\xE0\\xA6\\xAE\\xE0\\xA7\\x8D\\xE0\\xA6\\xAE\\xE0\\xA6\\xBE...\', Array)\n#3 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App\\Jobs\\SmsSend->handle()\n#4 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/Util.php(37): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}()\n#5 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(93): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))\n#6 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(37): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))\n#7 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/Container.php(596): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)\n#8 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php(94): Illuminate\\Container\\Container->call(Array)\n#9 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(128): Illuminate\\Bus\\Dispatcher->Illuminate\\Bus\\{closure}(Object(App\\Jobs\\SmsSend))\n#10 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(103): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(App\\Jobs\\SmsSend))\n#11 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php(98): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))\n#12 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(83): Illuminate\\Bus\\Dispatcher->dispatchNow(Object(App\\Jobs\\SmsSend), false)\n#13 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(128): Illuminate\\Queue\\CallQueuedHandler->Illuminate\\Queue\\{closure}(Object(App\\Jobs\\SmsSend))\n#14 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(103): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(App\\Jobs\\SmsSend))\n#15 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(85): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))\n#16 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(59): Illuminate\\Queue\\CallQueuedHandler->dispatchThroughMiddleware(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Object(App\\Jobs\\SmsSend))\n#17 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Jobs/Job.php(98): Illuminate\\Queue\\CallQueuedHandler->call(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Array)\n#18 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(356): Illuminate\\Queue\\Jobs\\Job->fire()\n#19 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(306): Illuminate\\Queue\\Worker->process(\'database\', Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Object(Illuminate\\Queue\\WorkerOptions))\n#20 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(132): Illuminate\\Queue\\Worker->runJob(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), \'database\', Object(Illuminate\\Queue\\WorkerOptions))\n#21 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(112): Illuminate\\Queue\\Worker->daemon(\'database\', \'default\', Object(Illuminate\\Queue\\WorkerOptions))\n#22 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(96): Illuminate\\Queue\\Console\\WorkCommand->runWorker(\'database\', \'default\')\n#23 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Illuminate\\Queue\\Console\\WorkCommand->handle()\n#24 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/Util.php(37): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}()\n#25 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(93): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))\n#26 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(37): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))\n#27 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/Container.php(596): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)\n#28 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Console/Command.php(134): Illuminate\\Container\\Container->call(Array)\n#29 /home/mygpsbd/public_html/vendor/symfony/console/Command/Command.php(298): Illuminate\\Console\\Command->execute(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))\n#30 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Console/Command.php(121): Symfony\\Component\\Console\\Command\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))\n#31 /home/mygpsbd/public_html/vendor/symfony/console/Application.php(1040): Illuminate\\Console\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#32 /home/mygpsbd/public_html/vendor/symfony/console/Application.php(301): Symfony\\Component\\Console\\Application->doRunCommand(Object(Illuminate\\Queue\\Console\\WorkCommand), Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#33 /home/mygpsbd/public_html/vendor/symfony/console/Application.php(171): Symfony\\Component\\Console\\Application->doRun(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#34 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Console/Application.php(93): Symfony\\Component\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#35 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(129): Illuminate\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#36 /home/mygpsbd/public_html/artisan(37): Illuminate\\Foundation\\Console\\Kernel->handle(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#37 {main}', '2024-02-09 15:01:55');
INSERT INTO `failed_jobs` (`id`, `connection`, `queue`, `payload`, `exception`, `failed_at`) VALUES
(718, 'database', 'default', '{\"uuid\":\"3c5f168f-0055-4d24-a084-a7635d1f0201\",\"displayName\":\"App\\\\Jobs\\\\SmsSend\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"delay\":null,\"timeout\":null,\"timeoutAt\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\SmsSend\",\"command\":\"O:16:\\\"App\\\\Jobs\\\\SmsSend\\\":9:{s:4:\\\"data\\\";a:2:{s:4:\\\"data\\\";O:39:\\\"Illuminate\\\\Database\\\\Eloquent\\\\Collection\\\":1:{s:8:\\\"\\u0000*\\u0000items\\\";a:100:{i:0;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2138;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Jit Vokto\\\";s:3:\\\"nid\\\";s:3:\\\"N\\/A\\\";s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711945289\\\";s:11:\\\"alter_phone\\\";s:11:\\\"01711945289\\\";s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ORl1NbafSOyBuoRa0yoh2uTX3rzijLpq6toG36N3Bx6D2MhIMvH9m\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-12 16:00:54\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-12 16:00:54\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2138;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Jit Vokto\\\";s:3:\\\"nid\\\";s:3:\\\"N\\/A\\\";s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711945289\\\";s:11:\\\"alter_phone\\\";s:11:\\\"01711945289\\\";s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ORl1NbafSOyBuoRa0yoh2uTX3rzijLpq6toG36N3Bx6D2MhIMvH9m\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-12 16:00:54\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-12 16:00:54\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:1;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2152;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Shahin Akter\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:10:\\\"Chottogram\\\";s:5:\\\"phone\\\";s:11:\\\"01835874391\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$rFN4zJWSdkQI1iHs06go2u6DQUyUds2Cgo\\/duEvOaEPewg4OCfNQy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-12 17:01:31\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-12 17:01:31\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2152;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Shahin Akter\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:10:\\\"Chottogram\\\";s:5:\\\"phone\\\";s:11:\\\"01835874391\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$rFN4zJWSdkQI1iHs06go2u6DQUyUds2Cgo\\/duEvOaEPewg4OCfNQy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-12 17:01:31\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-12 17:01:31\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:2;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2156;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:25:\\\"Alok Debnath \\uff08Foridpur)\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"alokdebnath@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01761713106\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Pt4V8UhyWqbApziR0keopuUyfViXX5tq0Gk3hi49SJHMqR998Be5e\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-12 17:11:28\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-12 17:11:28\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2156;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:25:\\\"Alok Debnath \\uff08Foridpur)\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"alokdebnath@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01761713106\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Pt4V8UhyWqbApziR0keopuUyfViXX5tq0Gk3hi49SJHMqR998Be5e\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-12 17:11:28\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-12 17:11:28\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:3;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2165;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"arif\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"arif54@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01971668854\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$VDWb7ejn59PWWQHKf0S\\/N.pBvKKqDW2nHbiNvPKzoTc1mX.t8.Lbe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-12 17:42:51\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-12 17:42:51\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2165;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"arif\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"arif54@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01971668854\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$VDWb7ejn59PWWQHKf0S\\/N.pBvKKqDW2nHbiNvPKzoTc1mX.t8.Lbe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-12 17:42:51\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-12 17:42:51\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:4;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2166;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Arif\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"arif22@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01746510422\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$daM7QqxFxYv7GCbezrTx2eO84L7lIOl\\/I6e9asNcaA3EcD\\/B5we4i\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-12 17:46:44\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-12 17:46:44\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2166;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Arif\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"arif22@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01746510422\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$daM7QqxFxYv7GCbezrTx2eO84L7lIOl\\/I6e9asNcaA3EcD\\/B5we4i\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-12 17:46:44\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-12 17:46:44\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:5;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2263;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Md. Nahid\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"nahid24@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01721027224\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$AfEh\\/xt9wdzahkJRpymk1.RAghQB.wHbrGBXBtGrSjqoI82hzHILi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 14:38:22\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 14:38:22\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2263;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Md. Nahid\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"nahid24@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01721027224\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$AfEh\\/xt9wdzahkJRpymk1.RAghQB.wHbrGBXBtGrSjqoI82hzHILi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 14:38:22\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 14:38:22\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:6;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2396;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Sohana\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"shibak1971@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01622246048\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$5kf9lqZq8Ne2DniG5Cwga.sl20WsWOycfj2.X5TgJ6E9wkyYSGTAW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 15:32:35\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 15:32:35\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2396;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Sohana\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"shibak1971@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01622246048\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$5kf9lqZq8Ne2DniG5Cwga.sl20WsWOycfj2.X5TgJ6E9wkyYSGTAW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 15:32:35\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 15:32:35\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:7;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2397;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Shofiqul islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"shofiqul20@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01729327220\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$JwSxz1QLzjhWDRbIAmhoq.JmOExj0rNy\\/P4WgNQdHZn\\/Ge6qHNhUi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 15:37:21\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 15:37:21\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2397;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Shofiqul islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"shofiqul20@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01729327220\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$JwSxz1QLzjhWDRbIAmhoq.JmOExj0rNy\\/P4WgNQdHZn\\/Ge6qHNhUi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 15:37:21\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 15:37:21\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:8;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2398;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:29:\\\"Kazi Abdullah Al Anisur Zaman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"sohelhat026@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01819290268\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$0Sq51kiF8pYIKwXyAVogNex0W7SXK7LJ0XTeqsklrtWN27ILEY4Pa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 15:41:59\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 15:41:59\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2398;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:29:\\\"Kazi Abdullah Al Anisur Zaman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"sohelhat026@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01819290268\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$0Sq51kiF8pYIKwXyAVogNex0W7SXK7LJ0XTeqsklrtWN27ILEY4Pa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 15:41:59\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 15:41:59\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:9;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2400;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Feroj ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"ferojnet73@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01815946458\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$vGeifIjDSWZ0i2136wCNHOQf68gzfZzVFXmfXIdjE2ZTTfgtimI96\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 15:51:03\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 15:51:03\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2400;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Feroj ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"ferojnet73@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01815946458\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$vGeifIjDSWZ0i2136wCNHOQf68gzfZzVFXmfXIdjE2ZTTfgtimI96\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 15:51:03\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 15:51:03\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:10;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2404;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Ashequr Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"arthaiglass@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716226689\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$yVoMORq1CLpNa5wfJbONAeaXyS8nG7VXis4xBDTm3S1Sa3luZU7UO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 16:11:38\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 16:11:38\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2404;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Ashequr Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"arthaiglass@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716226689\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$yVoMORq1CLpNa5wfJbONAeaXyS8nG7VXis4xBDTm3S1Sa3luZU7UO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 16:11:38\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 16:11:38\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:11;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2405;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md. saiful Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:27:\\\"creativecircleltd@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712254936\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$RPv3V7\\/b5DqXemxtv1JSkeVhPuqpDivcFZz8tm4exFEkavKm13sji\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 16:15:16\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 16:15:16\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2405;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md. saiful Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:27:\\\"creativecircleltd@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712254936\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$RPv3V7\\/b5DqXemxtv1JSkeVhPuqpDivcFZz8tm4exFEkavKm13sji\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 16:15:16\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 16:15:16\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:12;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2406;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Ashiqur Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"ashikur66@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01612110166\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$eMujOZM\\/rZKubnFK5Yq5gu7rzC20xUcIf65I73iGZphebuvAAq6vS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 16:18:37\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 16:18:37\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2406;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Ashiqur Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"ashikur66@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01612110166\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$eMujOZM\\/rZKubnFK5Yq5gu7rzC20xUcIf65I73iGZphebuvAAq6vS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 16:18:37\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 16:18:37\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:13;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2408;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Md. Shanto\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"shanto.ish@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01733275307\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$6XhBKnT8uRzhATIRCW9S6uW\\/wCleDMunGLKo5MYv\\/5CCGTX3P2Elu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 16:23:47\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 16:23:47\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2408;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Md. Shanto\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"shanto.ish@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01733275307\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$6XhBKnT8uRzhATIRCW9S6uW\\/wCleDMunGLKo5MYv\\/5CCGTX3P2Elu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 16:23:47\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 16:23:47\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:14;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2409;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Raju Monowar\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:17:\\\"raju@mygps.com.bd\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01778943462\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$b0CnTSVOrH22y3TcdwYxUO8f8\\/I84jqQ0BBFrOwiIb6OrrPSgJ\\/\\/m\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 16:26:53\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 16:26:53\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2409;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Raju Monowar\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:17:\\\"raju@mygps.com.bd\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01778943462\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$b0CnTSVOrH22y3TcdwYxUO8f8\\/I84jqQ0BBFrOwiIb6OrrPSgJ\\/\\/m\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 16:26:53\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 16:26:53\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:15;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2410;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Belayet Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:28:\\\"belayethossain4090@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01912924090\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$cxkDXuxjwvBIPrwI6JxhN.Any0VDKCochFZy.xUCuifRdMRJt5cOG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 16:29:27\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 16:29:27\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2410;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Belayet Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:28:\\\"belayethossain4090@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01912924090\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$cxkDXuxjwvBIPrwI6JxhN.Any0VDKCochFZy.xUCuifRdMRJt5cOG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 16:29:27\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 16:29:27\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:16;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2411;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Md. Bappy hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"bappy46@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01827365146\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$NZTox3yJdXSyPZEJYEmuE.Eez8p3AiQqBva72LCe3Ghc1I5LeS4Pe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 16:35:49\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 16:35:49\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2411;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Md. Bappy hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"bappy46@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01827365146\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$NZTox3yJdXSyPZEJYEmuE.Eez8p3AiQqBva72LCe3Ghc1I5LeS4Pe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 16:35:49\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 16:35:49\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:17;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2415;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Taposh Mallick\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"taposh82@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712868027\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$tOUnUFcIXFk4XDHVFc2EIu0cBkgepvKaMCro33sgezTUNlkG\\/cr3u\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 22:36:20\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 22:36:20\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2415;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Taposh Mallick\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"taposh82@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712868027\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$tOUnUFcIXFk4XDHVFc2EIu0cBkgepvKaMCro33sgezTUNlkG\\/cr3u\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 22:36:20\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 22:36:20\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:18;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2420;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:24:\\\"Md.Shafiur Rahman Sikdar\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"shafiur300@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01730320300\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$KTpyJ2gcf6fi84Cbu8PtZODA6QrqBsQeoDbhbAsShGaqo7T41c576\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 22:50:39\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 22:50:39\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2420;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:24:\\\"Md.Shafiur Rahman Sikdar\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"shafiur300@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01730320300\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$KTpyJ2gcf6fi84Cbu8PtZODA6QrqBsQeoDbhbAsShGaqo7T41c576\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 22:50:39\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 22:50:39\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:19;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2421;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Jamal uddin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:25:\\\"relianceent2007@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01915494548\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$GPdryx0FPBq0qTHeO3vmFOgF7kwptXW17yqnYFy2aL1NZxNGkK2Sy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 22:53:41\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 22:53:41\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2421;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Jamal uddin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:25:\\\"relianceent2007@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01915494548\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$GPdryx0FPBq0qTHeO3vmFOgF7kwptXW17yqnYFy2aL1NZxNGkK2Sy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 22:53:41\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 22:53:41\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:20;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2424;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Zobaer Ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:27:\\\"zobaerahmedrajeer@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01730376631\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$w7cGNNZhUdWZxu8uAOrbTuV2YoMied3NjI.2BabI.rEM68oR\\/qelC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 23:16:23\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 23:16:23\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2424;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Zobaer Ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:27:\\\"zobaerahmedrajeer@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01730376631\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$w7cGNNZhUdWZxu8uAOrbTuV2YoMied3NjI.2BabI.rEM68oR\\/qelC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 23:16:23\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 23:16:23\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:21;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2425;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"MD ZAKIR HOSSAIN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:27:\\\"zakirhossainrobi5@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01846945654\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$oG1Hm.L3aDX\\/8JN1mA0o\\/e9Hrb7q3qsHCgSH9M51ALEDRUGhvz752\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 23:19:35\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 23:19:35\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2425;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"MD ZAKIR HOSSAIN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:27:\\\"zakirhossainrobi5@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01846945654\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$oG1Hm.L3aDX\\/8JN1mA0o\\/e9Hrb7q3qsHCgSH9M51ALEDRUGhvz752\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 23:19:35\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 23:19:35\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:22;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2426;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Md.Yeasin ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"yeasin@mygps.com.bd\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712226581\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$cthGjQCqOZpqFvRVS08W6.\\/bdc084wCN1oMWrB.tjR2TPw4oEZ5nK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 23:51:14\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 23:51:14\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2426;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Md.Yeasin ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"yeasin@mygps.com.bd\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712226581\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$cthGjQCqOZpqFvRVS08W6.\\/bdc084wCN1oMWrB.tjR2TPw4oEZ5nK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 23:51:14\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 23:51:14\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:23;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2427;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Md. Salim Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:28:\\\"md.salimhossain007@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715794172\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$mUO8kCnwVCyo4IewpsGHKOg9DRpCZrpzBs9WF5ukaA\\/GyZifI5q46\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 23:55:05\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 23:55:05\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2427;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Md. Salim Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:28:\\\"md.salimhossain007@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715794172\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$mUO8kCnwVCyo4IewpsGHKOg9DRpCZrpzBs9WF5ukaA\\/GyZifI5q46\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 23:55:05\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 23:55:05\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:24;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2428;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md.Faridul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"faridul65@mygps.com.bd\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01610842565\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$VnQ3BrXoivRSyGJH44PXg.poX7uglkTL5dldQELf9R2eXeMvylJtG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 00:01:56\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 00:01:56\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2428;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md.Faridul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"faridul65@mygps.com.bd\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01610842565\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$VnQ3BrXoivRSyGJH44PXg.poX7uglkTL5dldQELf9R2eXeMvylJtG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 00:01:56\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 00:01:56\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:25;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2430;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Sanzan Mostafa\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:25:\\\"sanzanmostafa@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712059620\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$lUf0VNYsQWbtVzYWBhAE4OPomQhfvDYAzpHc52lhvuEG.4a3ra4om\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 00:10:31\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 00:10:31\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2430;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Sanzan Mostafa\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:25:\\\"sanzanmostafa@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712059620\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$lUf0VNYsQWbtVzYWBhAE4OPomQhfvDYAzpHc52lhvuEG.4a3ra4om\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 00:10:31\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 00:10:31\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:26;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2431;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Ahmed EBC\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:29:\\\"ahmed.ebc@interstellartec.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01749557858\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Ierl\\/VGQ1dktFsWOw1DoDubsYZgVvj3Jkq1fH\\/rNSSJjsEuW3bJiy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 00:15:54\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 00:15:54\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2431;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Ahmed EBC\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:29:\\\"ahmed.ebc@interstellartec.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01749557858\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Ierl\\/VGQ1dktFsWOw1DoDubsYZgVvj3Jkq1fH\\/rNSSJjsEuW3bJiy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 00:15:54\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 00:15:54\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:27;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2432;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Md.Nazrul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:25:\\\"litonnazrul1976@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01816445211\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Il6.TUpbUZLtzIhd3Leg1.GqIfRcXm7Gml62vTi\\/ng92dpMHCEDfa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 00:19:42\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 00:19:42\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2432;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Md.Nazrul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:25:\\\"litonnazrul1976@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01816445211\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Il6.TUpbUZLtzIhd3Leg1.GqIfRcXm7Gml62vTi\\/ng92dpMHCEDfa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 00:19:42\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 00:19:42\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:28;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2433;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:20:\\\"Dr.Md.Azaharul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"azharulrafi28@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01735923644\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$y0pCZNfDRZrww36vCMqcu.rPJ9BpvinDIC07Xg7Sqf8sJMWlUlq3W\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 00:24:43\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 00:24:43\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2433;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:20:\\\"Dr.Md.Azaharul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"azharulrafi28@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01735923644\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$y0pCZNfDRZrww36vCMqcu.rPJ9BpvinDIC07Xg7Sqf8sJMWlUlq3W\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 00:24:43\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 00:24:43\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:29;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2434;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"Rezaul Karim Shamee\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:25:\\\"rezaulkarim4984@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01717414984\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$bk4kR6w4T5EJfq7N5gSuP.uoad8gabPkgsfND9mSHyjvKmDHw6kiK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 00:28:23\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 00:28:23\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2434;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"Rezaul Karim Shamee\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:25:\\\"rezaulkarim4984@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01717414984\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$bk4kR6w4T5EJfq7N5gSuP.uoad8gabPkgsfND9mSHyjvKmDHw6kiK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 00:28:23\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 00:28:23\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:30;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2435;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Md Nuruzzaman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"zaman526266i@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01728115026\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$F\\/WXv1nOV36OnsAD7n077eKKwgYYExmeM3sKHMe9tDMkjKJT\\/Ih9.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 10:07:36\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 10:07:36\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2435;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Md Nuruzzaman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"zaman526266i@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01728115026\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$F\\/WXv1nOV36OnsAD7n077eKKwgYYExmeM3sKHMe9tDMkjKJT\\/Ih9.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 10:07:36\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 10:07:36\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:31;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2436;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:24:\\\"Md.Mahmudur Rahman Pasha\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"istugulugulu@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01729204040\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$5FFcCwvz1AaHB.MmbAaV0eiWopunemC2XE91DFlcuFIGaV27y.5cm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 10:09:56\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 10:09:56\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2436;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:24:\\\"Md.Mahmudur Rahman Pasha\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"istugulugulu@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01729204040\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$5FFcCwvz1AaHB.MmbAaV0eiWopunemC2XE91DFlcuFIGaV27y.5cm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 10:09:56\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 10:09:56\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:32;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2437;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Md. Mahbubul Hasan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:27:\\\"mahbubulhasan5154@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01754336875\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$a\\/XZscVqnxgmdY7\\/7wlvuO1fJ5sZwCtmZybSayi8KWJ1rIOPxo.di\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 10:18:25\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 10:18:25\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2437;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Md. Mahbubul Hasan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:27:\\\"mahbubulhasan5154@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01754336875\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$a\\/XZscVqnxgmdY7\\/7wlvuO1fJ5sZwCtmZybSayi8KWJ1rIOPxo.di\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 10:18:25\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 10:18:25\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:33;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2438;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:21:\\\"Tariqul Islam Bhuiyan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:27:\\\"bhuiyantariqul317@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01827941001\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$6joVvjYrPBNo0e6F13bZlek.z6WGMlbTJI7Yj8jNhIpx5p8dKnKo.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 10:21:13\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 10:21:13\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2438;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:21:\\\"Tariqul Islam Bhuiyan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:27:\\\"bhuiyantariqul317@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01827941001\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$6joVvjYrPBNo0e6F13bZlek.z6WGMlbTJI7Yj8jNhIpx5p8dKnKo.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 10:21:13\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 10:21:13\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:34;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2440;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md. Monirul Bari\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"barirajib@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01799907020\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$jwvwmxSzfL1JGjdLfWjGKeiVTR6LFakYhsIhgBpk8nYqY2v1oICEy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 10:26:56\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 10:26:56\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2440;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md. Monirul Bari\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"barirajib@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01799907020\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$jwvwmxSzfL1JGjdLfWjGKeiVTR6LFakYhsIhgBpk8nYqY2v1oICEy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 10:26:56\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 10:26:56\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:35;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2441;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Subrata Das\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"subrata21@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01819102021\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$4paWT5poyIBpNPJejDHtQ.Sf4sdOw0Mrhhmj9EXHK2IgDvSb6M.T2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 10:36:06\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 10:36:06\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2441;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Subrata Das\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"subrata21@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01819102021\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$4paWT5poyIBpNPJejDHtQ.Sf4sdOw0Mrhhmj9EXHK2IgDvSb6M.T2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 10:36:06\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 10:36:06\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:36;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2442;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Hassan Shahriar\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"imshahriar@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715551730\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$91R8YxDXy97.BQSr4Y0HoewNdLzSQQ1lSMv0vITz8j9K3Z75fduNi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 10:38:31\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 10:38:31\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2442;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Hassan Shahriar\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"imshahriar@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715551730\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$91R8YxDXy97.BQSr4Y0HoewNdLzSQQ1lSMv0vITz8j9K3Z75fduNi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 10:38:31\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 10:38:31\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:37;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2443;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Abdur Razzaque\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"razzaquem1971@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711954560\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ZUzEU8bc245lFVCZbBO5VuOCFWYRrnqcfpWaZNv\\/z5sv.FnEsA23W\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 10:56:10\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 10:56:10\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2443;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Abdur Razzaque\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"razzaquem1971@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711954560\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ZUzEU8bc245lFVCZbBO5VuOCFWYRrnqcfpWaZNv\\/z5sv.FnEsA23W\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 10:56:10\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 10:56:10\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:38;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2445;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Md Tawfiq Alam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"tawfiq8505@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01722823747\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$TasLvLzXKLL2uZCcME1XcezvTh6A8osavFYGZzLCFNpEFIIbf\\/gPK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 11:13:48\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 11:13:48\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2445;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Md Tawfiq Alam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"tawfiq8505@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01722823747\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$TasLvLzXKLL2uZCcME1XcezvTh6A8osavFYGZzLCFNpEFIIbf\\/gPK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 11:13:48\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 11:13:48\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:39;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2446;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Mashfiq\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"mbeg9164@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01316455470\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$zAev2D6TouatZ6uE6qCB6.BxajBwbK\\/fY1qERsNmYDYDBEccGLWCm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 11:16:08\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 11:16:08\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2446;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Mashfiq\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"mbeg9164@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01316455470\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$zAev2D6TouatZ6uE6qCB6.BxajBwbK\\/fY1qERsNmYDYDBEccGLWCm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 11:16:08\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 11:16:08\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:40;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2447;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Mahbub Riyad\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"riyad41@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01877162041\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$2CFhWwHXiX5K5XtqVUg9B.d6l3HqQzAqnaOKUBaUDT0kQy9EsxVOW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 11:23:43\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 11:23:43\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2447;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Mahbub Riyad\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"riyad41@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01877162041\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$2CFhWwHXiX5K5XtqVUg9B.d6l3HqQzAqnaOKUBaUDT0kQy9EsxVOW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 11:23:43\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 11:23:43\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:41;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2448;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md. Khosrul Alam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"khosrul902@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01718096689\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$DlzDmGD5M4diltWrab7pm.6IfYDlE0izBCdAIIE62Q1EvZhQBJ\\/XW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 11:26:37\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 11:26:37\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2448;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md. Khosrul Alam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"khosrul902@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01718096689\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$DlzDmGD5M4diltWrab7pm.6IfYDlE0izBCdAIIE62Q1EvZhQBJ\\/XW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 11:26:37\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 11:26:37\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:42;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2449;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"SHAWON\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"shawon07@mygps.com.bd\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01742401607\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$fv04ZUbQ9NygEJL587GFOepEYHFDlGW04mdL7aD3LXCE9rDRdRyIe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 11:28:56\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 11:28:56\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2449;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"SHAWON\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"shawon07@mygps.com.bd\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01742401607\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$fv04ZUbQ9NygEJL587GFOepEYHFDlGW04mdL7aD3LXCE9rDRdRyIe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 11:28:56\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 11:28:56\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:43;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2450;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:24:\\\"Md Kamruzzaman Ibne Amin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"kzsohail@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01730088000\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ztXHsgXrOHYOgSRKsGbTtu3zSvnhUBBPK6yywOhpbg2lxz9cPriYm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 11:31:14\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 11:31:14\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2450;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:24:\\\"Md Kamruzzaman Ibne Amin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"kzsohail@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01730088000\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ztXHsgXrOHYOgSRKsGbTtu3zSvnhUBBPK6yywOhpbg2lxz9cPriYm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 11:31:14\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 11:31:14\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:44;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2451;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Ali Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:25:\\\"alihossain63177@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01889767158\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$XVAuqpyKjQhMpKYWP3iP5O0wyBe3Ijz.7yS3faUxH9tBCOJefuczC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 12:04:13\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 12:04:13\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2451;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Ali Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:25:\\\"alihossain63177@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01889767158\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$XVAuqpyKjQhMpKYWP3iP5O0wyBe3Ijz.7yS3faUxH9tBCOJefuczC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 12:04:13\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 12:04:13\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:45;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2452;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Shah Alam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:27:\\\"heavenenterrise02@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01672074421\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$PzxV5JKHEtpTu9q\\/bToK5.1ryFbvBf02yJlGUXaoOGk3GbP7rAgt2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 12:06:32\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 12:06:32\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2452;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Shah Alam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:27:\\\"heavenenterrise02@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01672074421\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$PzxV5JKHEtpTu9q\\/bToK5.1ryFbvBf02yJlGUXaoOGk3GbP7rAgt2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 12:06:32\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 12:06:32\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:46;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2453;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:20:\\\"Mohammad Golam Faruk\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"farukswim38@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711008630\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$3dIYXYV0uFIkSVxs0yWhR.HpdDp0Wq5C6dBH6JUrclAJS4pDZNBvC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 12:08:52\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 12:08:52\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2453;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:20:\\\"Mohammad Golam Faruk\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"farukswim38@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711008630\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$3dIYXYV0uFIkSVxs0yWhR.HpdDp0Wq5C6dBH6JUrclAJS4pDZNBvC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 12:08:52\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 12:08:52\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:47;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2454;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Babul Sheikh\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:24:\\\"babul542sheikh@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712167542\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$MP1oQwsoaY8Y75ed2Z\\/GwuL9ygWJPg3KD8QTogZqro3pyEgxV\\/9cy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 12:10:58\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 12:10:58\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2454;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Babul Sheikh\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:24:\\\"babul542sheikh@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712167542\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$MP1oQwsoaY8Y75ed2Z\\/GwuL9ygWJPg3KD8QTogZqro3pyEgxV\\/9cy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 12:10:58\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 12:10:58\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:48;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2455;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Md. Shariful Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"sharifrsd@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712554763\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$jcov9pZwEIE5FfKod1DKbuStnNtNjc3oYejG.eovE.BwtD\\/jSo8XC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 12:14:05\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 12:14:05\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2455;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Md. Shariful Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"sharifrsd@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712554763\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$jcov9pZwEIE5FfKod1DKbuStnNtNjc3oYejG.eovE.BwtD\\/jSo8XC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 12:14:05\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 12:14:05\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:49;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2456;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:22:\\\"ASM Muntasir Chowdhury\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"dear.muntasir@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711670830\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$JaLghpPXI7rCsGFu\\/XLlLu9f0rkHif3nRL\\/CUM8eQH4xVB5W9G.4O\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 12:18:32\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 12:18:32\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2456;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:22:\\\"ASM Muntasir Chowdhury\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"dear.muntasir@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711670830\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$JaLghpPXI7rCsGFu\\/XLlLu9f0rkHif3nRL\\/CUM8eQH4xVB5W9G.4O\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 12:18:32\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 12:18:32\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:50;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2457;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"Md.Masud Alom Munna\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"munna32@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711026032\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$xIZnW.4e.u7UgLKqPilHfeX.mAPgBMgpQAe4cy63sF\\/p\\/zF43\\/7xW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 12:20:41\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 12:20:41\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2457;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"Md.Masud Alom Munna\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"munna32@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711026032\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$xIZnW.4e.u7UgLKqPilHfeX.mAPgBMgpQAe4cy63sF\\/p\\/zF43\\/7xW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 12:20:41\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 12:20:41\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:51;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2458;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"AKM Noor Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"rootagrovet@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711929536\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$38KOHdYr0PojSYrMprWhCOfXYWCUgCwE\\/IDg4OglL7GkKRCqitZwm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 12:36:04\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 12:36:04\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2458;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"AKM Noor Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"rootagrovet@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711929536\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$38KOHdYr0PojSYrMprWhCOfXYWCUgCwE\\/IDg4OglL7GkKRCqitZwm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 12:36:04\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 12:36:04\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:52;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2459;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Obidul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"obidul55@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01719934355\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$7wZjK.FfckjR6XzB2kbjV.GA8sGi5nOFl6trV0deCfcWcv1sddPgC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 12:38:32\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 12:38:32\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2459;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Obidul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"obidul55@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01719934355\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$7wZjK.FfckjR6XzB2kbjV.GA8sGi5nOFl6trV0deCfcWcv1sddPgC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 12:38:32\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 12:38:32\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:53;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2460;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Adv.Bipul Saha\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01724000221\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$C8ZtsdQ1XNgOoxKcPy6Wb.8O.fJTQH9qpQPcCvOdCs5tPw5uv1cHO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 12:41:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 12:41:29\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2460;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Adv.Bipul Saha\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01724000221\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$C8ZtsdQ1XNgOoxKcPy6Wb.8O.fJTQH9qpQPcCvOdCs5tPw5uv1cHO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 12:41:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 12:41:29\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:54;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2463;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"Engr. Mogibul Mowla\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"marinetecctg@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01814275302\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ySNLzAgdKGSTes.kFP4vke2.x15VEsmBFgmWSf8wpHjsMyGrPY7cS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 16:14:18\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 16:14:18\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2463;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"Engr. Mogibul Mowla\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"marinetecctg@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01814275302\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ySNLzAgdKGSTes.kFP4vke2.x15VEsmBFgmWSf8wpHjsMyGrPY7cS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 16:14:18\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 16:14:18\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:55;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2465;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:25:\\\"Dr. Mohammad Khairul Alam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"khairulalom@mygpsbd.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711398017\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Qjtml5ahXXZ0AoF0G74MxeeHEUQd5O4mvP2MfFB8bE6g\\/4gf6LKRG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 16:19:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 16:19:29\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2465;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:25:\\\"Dr. Mohammad Khairul Alam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"khairulalom@mygpsbd.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711398017\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Qjtml5ahXXZ0AoF0G74MxeeHEUQd5O4mvP2MfFB8bE6g\\/4gf6LKRG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 16:19:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 16:19:29\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:56;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2467;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:21:\\\"Md. Matiul Islam Alam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:27:\\\"matiulislamsarkar@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01707367055\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$f1.OcNiTowl9tHYEr\\/\\/DheR5ZO3STtuveQrFJ6CsiS1jf\\/G6g7F6u\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 16:26:21\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 16:26:21\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2467;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:21:\\\"Md. Matiul Islam Alam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:27:\\\"matiulislamsarkar@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01707367055\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$f1.OcNiTowl9tHYEr\\/\\/DheR5ZO3STtuveQrFJ6CsiS1jf\\/G6g7F6u\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 16:26:21\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 16:26:21\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:57;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2470;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Mafizul Alom\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"mafizul13@mygpsbd.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01718336513\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$VlLMglcTQIqv12QiavpwdOtEExD3U35QFWzBanuf.uhixnU5Rfyxy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 16:46:52\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 16:46:52\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2470;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Mafizul Alom\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"mafizul13@mygpsbd.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01718336513\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$VlLMglcTQIqv12QiavpwdOtEExD3U35QFWzBanuf.uhixnU5Rfyxy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 16:46:52\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 16:46:52\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:58;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2471;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Mos5 tel Ltd.\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"mokamal018@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01707038118\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$QuWzjrVfksPhmpjJ.ftfP.mzksUQ1sPB4ATaREikC0lnrtD\\/vSHwW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 16:49:32\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 16:49:32\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2471;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Mos5 tel Ltd.\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"mokamal018@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01707038118\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$QuWzjrVfksPhmpjJ.ftfP.mzksUQ1sPB4ATaREikC0lnrtD\\/vSHwW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 16:49:32\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 16:49:32\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:59;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2472;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Md. Jahedul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"jatbangla548@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01749332498\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$RlCCi.XgWzilarZ\\/D.LaKuZEQ5goMANRh5VLVlyV5mHNHiuWCtCiG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 16:54:59\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 16:54:59\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2472;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Md. Jahedul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"jatbangla548@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01749332498\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$RlCCi.XgWzilarZ\\/D.LaKuZEQ5goMANRh5VLVlyV5mHNHiuWCtCiG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 16:54:59\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 16:54:59\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:60;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2474;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"Robiul Hasan Salman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"robiulhasan@mygpsbd.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01999044603\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$XcyV060tyyEvbkBbVktUfuJdq4EdveiOCLs2pagM7\\/hxfIkGMOISK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 17:19:21\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 17:19:21\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2474;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"Robiul Hasan Salman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"robiulhasan@mygpsbd.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01999044603\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$XcyV060tyyEvbkBbVktUfuJdq4EdveiOCLs2pagM7\\/hxfIkGMOISK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 17:19:21\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 17:19:21\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:61;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2478;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:21:\\\"Rashed Mosharrof Rana\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:29:\\\"rashedmosharrofrana@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01973000081\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$c7yufkSrAk7mKLrQKxOwPe2emOtgrHbgXnc6yAuT6QBPq2\\/5tKdlm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 17:46:54\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 17:46:54\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2478;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:21:\\\"Rashed Mosharrof Rana\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:29:\\\"rashedmosharrofrana@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01973000081\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$c7yufkSrAk7mKLrQKxOwPe2emOtgrHbgXnc6yAuT6QBPq2\\/5tKdlm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 17:46:54\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 17:46:54\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:62;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2480;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Lutfor rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:27:\\\"rahamanlutfor1981@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01608907576\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$HjvXwVQef\\/rF1v7aA1fXxeINmCr4NLDga8JZBNu4fv9errCfo5oLq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 17:52:19\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 17:52:19\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2480;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Lutfor rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:27:\\\"rahamanlutfor1981@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01608907576\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$HjvXwVQef\\/rF1v7aA1fXxeINmCr4NLDga8JZBNu4fv9errCfo5oLq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 17:52:19\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 17:52:19\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:63;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2481;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Shaon Debnath\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:17:\\\"shaon38@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01677194407\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$MqXwlBOHB.kNjly5e1113OigHghW9oTY7UWvSyWAa9ClewZdaV82S\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 17:54:51\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 17:54:51\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2481;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Shaon Debnath\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:17:\\\"shaon38@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01677194407\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$MqXwlBOHB.kNjly5e1113OigHghW9oTY7UWvSyWAa9ClewZdaV82S\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 17:54:51\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 17:54:51\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:64;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2482;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Parvez Ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"parvezahmed@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01882767271\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$In.YyYJSt4na82c7jCL.1.bzb9UPTWyE\\/ZpU9G6luIS4w2hTuOFxe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 17:57:15\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 17:57:15\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2482;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Parvez Ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"parvezahmed@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01882767271\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$In.YyYJSt4na82c7jCL.1.bzb9UPTWyE\\/ZpU9G6luIS4w2hTuOFxe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 17:57:15\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 17:57:15\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:65;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2483;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Murshed Chowdhury\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:29:\\\"murshed_chowdhury@outlook.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01729226623\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$jPqHEbI2WWTRDewPLbaFgerKFen9ZpPT\\/ZVsIYkwRpF.SyJY0jJVC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 21:20:14\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 21:20:14\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2483;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Murshed Chowdhury\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:29:\\\"murshed_chowdhury@outlook.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01729226623\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$jPqHEbI2WWTRDewPLbaFgerKFen9ZpPT\\/ZVsIYkwRpF.SyJY0jJVC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 21:20:14\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 21:20:14\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:66;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2484;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"DR MD SALAH UDDON\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:28:\\\"salahuddinomar9229@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711421085\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$zwO8gmGjwZlt428q2WDawekfjuLT4BgDEt8Y5hMRxSSD79wRZNCoO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 21:36:22\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 21:36:22\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2484;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"DR MD SALAH UDDON\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:28:\\\"salahuddinomar9229@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711421085\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$zwO8gmGjwZlt428q2WDawekfjuLT4BgDEt8Y5hMRxSSD79wRZNCoO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 21:36:22\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 21:36:22\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:67;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2485;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:23:\\\"Mohammad Ismail Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"muktoh2022@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711123599\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$kHesDVKgnh6p0sb5JUIELu3zoJsJFoMCN7tyYerWuqgQ6mQ2oF\\/xi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 21:39:06\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 21:39:06\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2485;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:23:\\\"Mohammad Ismail Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"muktoh2022@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711123599\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$kHesDVKgnh6p0sb5JUIELu3zoJsJFoMCN7tyYerWuqgQ6mQ2oF\\/xi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 21:39:06\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 21:39:06\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:68;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2486;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Kornel asad\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"romel6540@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01713331568\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$0j2lELbzUf3Xw.ydqfsw7OVRmlUtFJ37MXaf3fUFvIkgqCLK56UgS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 21:42:00\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 21:42:00\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2486;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Kornel asad\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"romel6540@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01713331568\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$0j2lELbzUf3Xw.ydqfsw7OVRmlUtFJ37MXaf3fUFvIkgqCLK56UgS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 21:42:00\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 21:42:00\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:69;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2487;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"MD Iqbal Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"mdiqbal5029@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712274148\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$cBniBTpQ7fVwJxAxq23hROCElrF4YKFkTYLsEEGAVJ5ax9iYtA2eW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 21:45:05\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 21:45:05\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2487;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"MD Iqbal Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"mdiqbal5029@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712274148\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$cBniBTpQ7fVwJxAxq23hROCElrF4YKFkTYLsEEGAVJ5ax9iYtA2eW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 21:45:05\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 21:45:05\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:70;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2488;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Rabby\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"rabbibond25@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01316199697\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$bRe3uCT0htA8iWYmHUmWN.y2G.1Icdap4ypshRQ8snIB\\/x3pz1mNq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 21:48:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 21:48:29\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2488;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Rabby\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"rabbibond25@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01316199697\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$bRe3uCT0htA8iWYmHUmWN.y2G.1Icdap4ypshRQ8snIB\\/x3pz1mNq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 21:48:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 21:48:29\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:71;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2489;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Rahim\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"rahim44@mygpsd.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01919166944\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$gLk\\/6lbx\\/Zlm45VYhwlPAewl\\/2YT6vwx5r1LATOelTZiiGrsMhJGO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 21:51:27\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 21:51:27\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2489;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Rahim\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"rahim44@mygpsd.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01919166944\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$gLk\\/6lbx\\/Zlm45VYhwlPAewl\\/2YT6vwx5r1LATOelTZiiGrsMhJGO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 21:51:27\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 21:51:27\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:72;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2490;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Sumon Uddin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:17:\\\"sumon71@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01884204571\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$OYY.savfOzOeGvosSUhXDOEwsdRyPDuhpf4swbcGjThH50Z87309i\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 21:56:27\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 21:56:27\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2490;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Sumon Uddin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:17:\\\"sumon71@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01884204571\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$OYY.savfOzOeGvosSUhXDOEwsdRyPDuhpf4swbcGjThH50Z87309i\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 21:56:27\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 21:56:27\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:73;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2491;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:20:\\\"Md Mostafizur Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"shamimkuet@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712699155\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$XRz4Mx8odkjfI5VkYnS.yeMUbCZtfWMyE2D5iT1JDcNmCXtF6dISa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 22:00:39\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 22:00:39\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2491;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:20:\\\"Md Mostafizur Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"shamimkuet@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712699155\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$XRz4Mx8odkjfI5VkYnS.yeMUbCZtfWMyE2D5iT1JDcNmCXtF6dISa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 22:00:39\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 22:00:39\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:74;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2492;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Sheikh Ripon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:17:\\\"ripon89@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01728240589\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$YdtVNlVssIyEBvprXSLjmualFRoWAt6vgOIi6otsJExtL.nZf\\/Jau\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 22:03:25\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 22:03:25\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2492;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Sheikh Ripon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:17:\\\"ripon89@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01728240589\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$YdtVNlVssIyEBvprXSLjmualFRoWAt6vgOIi6otsJExtL.nZf\\/Jau\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 22:03:25\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 22:03:25\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:75;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2494;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"KAMRUDDUJA SAYEM\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"sayem123457@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712170394\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$j1pPVXArnRH9oI6lePRwD.ZvCTJPkBpf2GjVviBLYfgWc5YxayZcC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 09:59:39\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 09:59:39\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2494;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"KAMRUDDUJA SAYEM\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"sayem123457@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712170394\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$j1pPVXArnRH9oI6lePRwD.ZvCTJPkBpf2GjVviBLYfgWc5YxayZcC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 09:59:39\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 09:59:39\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:76;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2495;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"faruk123\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"faruk123@mygpsd.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01718159097\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$myYv35ExrFoz5KvAkhX4\\/exI3T4qCqQyjdkPaHv0GJQfjEbYFDT8q\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 10:01:51\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 10:01:51\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2495;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"faruk123\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"faruk123@mygpsd.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01718159097\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$myYv35ExrFoz5KvAkhX4\\/exI3T4qCqQyjdkPaHv0GJQfjEbYFDT8q\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 10:01:51\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 10:01:51\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:77;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2496;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Arif\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"mohammedarifh@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712551848\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Kla5jUSv3Tg1s3sXIYjBQ.Tf8WFRjAfM6yRTEBYQOGFEtpQDAN3LC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 10:04:20\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 10:04:20\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2496;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Arif\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"mohammedarifh@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712551848\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Kla5jUSv3Tg1s3sXIYjBQ.Tf8WFRjAfM6yRTEBYQOGFEtpQDAN3LC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 10:04:20\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 10:04:20\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:78;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2497;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Md.Main uddin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"stmain1998@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01732651804\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$FXMIG1cvvwTeoxQGmx81LeFWBtMhApdTaPnlXzVi38N1x4qe8s\\/uG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 10:07:01\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 10:07:01\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2497;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Md.Main uddin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"stmain1998@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01732651804\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$FXMIG1cvvwTeoxQGmx81LeFWBtMhApdTaPnlXzVi38N1x4qe8s\\/uG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 10:07:01\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 10:07:01\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:79;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2499;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"RASEL AHMED\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"rasel12@mygpsd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01769007412\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$n1VbuPxO.iO9qM4ObH2kPuE0iZhgiYBgFPWKXBkQvSciuqZC7XsRm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 10:17:31\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 10:17:31\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2499;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"RASEL AHMED\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"rasel12@mygpsd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01769007412\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$n1VbuPxO.iO9qM4ObH2kPuE0iZhgiYBgFPWKXBkQvSciuqZC7XsRm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 10:17:31\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 10:17:31\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:80;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2500;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Dewan Md Laqat Ali\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"liaqat3238@yahoo.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01700783345\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$oBmsnblIE8rYb6z8NPjtP.4uKp95zdE6zEDB0CYYOFk6NNR\\/exfeS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 10:23:07\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 10:23:07\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2500;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Dewan Md Laqat Ali\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"liaqat3238@yahoo.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01700783345\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$oBmsnblIE8rYb6z8NPjtP.4uKp95zdE6zEDB0CYYOFk6NNR\\/exfeS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 10:23:07\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 10:23:07\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:81;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2503;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"NUR SIDDIQUE ONIM\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:17:\\\"ONIM723@GMAIL.COM\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01730599993\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$YkMaoZX1xNNUYjdw3U0q5ukkFg9wh\\/MH6Xy7uvneB2F\\/zPjnC1jtS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 10:38:40\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 10:38:40\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2503;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"NUR SIDDIQUE ONIM\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:17:\\\"ONIM723@GMAIL.COM\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01730599993\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$YkMaoZX1xNNUYjdw3U0q5ukkFg9wh\\/MH6Xy7uvneB2F\\/zPjnC1jtS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 10:38:40\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 10:38:40\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:82;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2504;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:20:\\\"Anayet Hossain Sumon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"anayet95@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01866019195\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$fOfRgdXQNn0QPFd2J8us4ueOlYKLCklzv4DBMSxK09B\\/eMuo3J1wW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 10:50:45\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 10:50:45\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2504;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:20:\\\"Anayet Hossain Sumon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"anayet95@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01866019195\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$fOfRgdXQNn0QPFd2J8us4ueOlYKLCklzv4DBMSxK09B\\/eMuo3J1wW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 10:50:45\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 10:50:45\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:83;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2505;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md.jahangir alam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:27:\\\"Jahagiralam.tex16@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01618384673\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$WDC67DaNgToFW0Tx6oNyauDm2FYTbIVVdIZxuYmVa2RTLxAXRQERu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 10:54:54\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 10:54:54\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2505;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md.jahangir alam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:27:\\\"Jahagiralam.tex16@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01618384673\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$WDC67DaNgToFW0Tx6oNyauDm2FYTbIVVdIZxuYmVa2RTLxAXRQERu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 10:54:54\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 10:54:54\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:84;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2506;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Md Manik Mia\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"rawshik84@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715054861\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$o3hvZvi.7jAza.yEq4lxYuAwGSo3uuKhpyEGkJrKiPIAjKeOHunga\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 10:59:24\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 10:59:24\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2506;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Md Manik Mia\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"rawshik84@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715054861\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$o3hvZvi.7jAza.yEq4lxYuAwGSo3uuKhpyEGkJrKiPIAjKeOHunga\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 10:59:24\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 10:59:24\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:85;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2507;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md.Mojibul Karim\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"amimujib1986@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01732228280\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$fFDi0WJjfx5vBLY6hWqoueZgq5LSRxNbf5YMyY90Q2\\/DNhk5YoV3e\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 11:18:33\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 11:18:33\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2507;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md.Mojibul Karim\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"amimujib1986@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01732228280\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$fFDi0WJjfx5vBLY6hWqoueZgq5LSRxNbf5YMyY90Q2\\/DNhk5YoV3e\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 11:18:33\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 11:18:33\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:86;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2508;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md.Alim Ul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"sajoloffice@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712334589\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$KbV0fW6v02SQKyCN19dTYuZAYPi2uljas\\/xpxeVoG3BQ2o7PMZ2ku\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 11:42:14\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 12:31:59\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2508;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md.Alim Ul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"sajoloffice@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712334589\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$KbV0fW6v02SQKyCN19dTYuZAYPi2uljas\\/xpxeVoG3BQ2o7PMZ2ku\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 11:42:14\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 12:31:59\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:87;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2510;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"ROSHID\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"roshid55@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01920784555\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$W41bNFARcsFxBB6eyuZX3.mGWQK2ixuQAYNhUwYyGUWaEQVuBM9lu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 21:46:48\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 21:46:48\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2510;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"ROSHID\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"roshid55@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01920784555\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$W41bNFARcsFxBB6eyuZX3.mGWQK2ixuQAYNhUwYyGUWaEQVuBM9lu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 21:46:48\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 21:46:48\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:88;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2511;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Nashim Ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"skrumi.in@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01763256861\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$hKemHqPZ9gXYRC3pO.SI6.j9H7hvZwp6pNll2AMRBqCwFFHHaUlVy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 21:50:51\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 21:50:51\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2511;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Nashim Ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"skrumi.in@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01763256861\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$hKemHqPZ9gXYRC3pO.SI6.j9H7hvZwp6pNll2AMRBqCwFFHHaUlVy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 21:50:51\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 21:50:51\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:89;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2512;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:23:\\\"Abdullah Mohammad Eunus\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"abdullah11@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01755536111\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Dycz1nKGIxtOpnKjEoNd6OfOK8yLEL.ryp\\/QTCGfjcvVdI8D7n8im\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 21:54:10\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 21:54:10\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2512;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:23:\\\"Abdullah Mohammad Eunus\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"abdullah11@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01755536111\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Dycz1nKGIxtOpnKjEoNd6OfOK8yLEL.ryp\\/QTCGfjcvVdI8D7n8im\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 21:54:10\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 21:54:10\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:90;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2513;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Md Razvi Biswas\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"dxrobin8@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01796597999\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$mLb\\/NBBWblqTx0X\\/D.02xegDHYvgQU.bGWvVEFopY2BtmAieF6TQC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 21:56:46\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 21:56:46\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2513;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Md Razvi Biswas\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"dxrobin8@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01796597999\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$mLb\\/NBBWblqTx0X\\/D.02xegDHYvgQU.bGWvVEFopY2BtmAieF6TQC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 21:56:46\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 21:56:46\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:91;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2514;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Delowar hosen\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:26:\\\"delowar.hosen557@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01685596102\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$FF8qu2fVFMPBgzEG0IgiZOj99c5w\\/3PXw3VScZwHV86wiO1VxbgOK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 21:59:51\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 21:59:51\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2514;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Delowar hosen\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:26:\\\"delowar.hosen557@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01685596102\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$FF8qu2fVFMPBgzEG0IgiZOj99c5w\\/3PXw3VScZwHV86wiO1VxbgOK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 21:59:51\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 21:59:51\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:92;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2515;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"MD. AKIB HASAN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"akib1344@hotmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715199608\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$hcXEbuniFn\\/IPKZmEAsT9.L7sIKWl1GX3oe4SvV3ydKYjQFL5M8gy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 22:05:59\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 22:05:59\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2515;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"MD. AKIB HASAN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"akib1344@hotmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715199608\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$hcXEbuniFn\\/IPKZmEAsT9.L7sIKWl1GX3oe4SvV3ydKYjQFL5M8gy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 22:05:59\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 22:05:59\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:93;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2516;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"Md Nurul Huda Bijoy\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"bijoy2694@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01769009054\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ykE13CmFtXHqJyX33I82\\/OWjOFDuHa6Es\\/5xbQy4AuoUEayjv1IW2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 22:08:41\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 22:08:41\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2516;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"Md Nurul Huda Bijoy\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"bijoy2694@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01769009054\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ykE13CmFtXHqJyX33I82\\/OWjOFDuHa6Es\\/5xbQy4AuoUEayjv1IW2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 22:08:41\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 22:08:41\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:94;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2517;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Jahangir Aman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"Jahangiraman0@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01304159767\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$.3W1DO30jWmAiFwmdYK1.Oje7zGbkFvBixdk1ytvBt7hmTJi0vXqW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 22:18:24\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 22:18:24\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2517;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Jahangir Aman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"Jahangiraman0@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01304159767\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$.3W1DO30jWmAiFwmdYK1.Oje7zGbkFvBixdk1ytvBt7hmTJi0vXqW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 22:18:24\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 22:18:24\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:95;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2518;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Anar Koli\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715955879\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Dwuw71EoMXjblnHRrKKtr.8u5kP2cM.x7Fey5uGBY0C5.Md1PF6Cm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 22:21:36\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 22:21:36\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2518;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Anar Koli\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715955879\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Dwuw71EoMXjblnHRrKKtr.8u5kP2cM.x7Fey5uGBY0C5.Md1PF6Cm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 22:21:36\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 22:21:36\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:96;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2519;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"SAIM RANA\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:33:\\\"gm.saidulislamsi4800274@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01999488933\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$sj5y.zqg8eEtkj1YnIFFqepy3oMEsq4hnz3FwZ.zexAAMUwKq6C0q\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 22:24:45\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 22:24:45\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2519;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"SAIM RANA\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:33:\\\"gm.saidulislamsi4800274@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01999488933\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$sj5y.zqg8eEtkj1YnIFFqepy3oMEsq4hnz3FwZ.zexAAMUwKq6C0q\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 22:24:45\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 22:24:45\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:97;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2520;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:20:\\\"Md.moniruzzaman khan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:28:\\\"khanmoniruzzaman31@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711203272\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$gG5wQpogoC.fWhuedDf8pOVh.Py4YQCp5.iMfzMaHm.nZkxRFEQ9G\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 22:27:35\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 22:27:35\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2520;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:20:\\\"Md.moniruzzaman khan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:28:\\\"khanmoniruzzaman31@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711203272\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$gG5wQpogoC.fWhuedDf8pOVh.Py4YQCp5.iMfzMaHm.nZkxRFEQ9G\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 22:27:35\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 22:27:35\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:98;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2521;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Md SOLAYMAN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"solaymd65@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01792211276\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$eRFroWzoEYUPu7dUocp0WeVIGvxv7UGEs0EBceCKjBbB9kseNzfCu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 22:30:57\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 22:30:57\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2521;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Md SOLAYMAN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"solaymd65@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01792211276\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$eRFroWzoEYUPu7dUocp0WeVIGvxv7UGEs0EBceCKjBbB9kseNzfCu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 22:30:57\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 22:30:57\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:99;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2522;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Alom sentu\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01713026414\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$i7GDvAZ6VQBg0zmW\\/xovUuEGcnalnWTLdmd7fsyQIZh5GQyzBMtMS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 22:33:35\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 22:33:35\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2522;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Alom sentu\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01713026414\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$i7GDvAZ6VQBg0zmW\\/xovUuEGcnalnWTLdmd7fsyQIZh5GQyzBMtMS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 22:33:35\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 22:33:35\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}}}s:4:\\\"text\\\";s:288:\\\"\\u09b8\\u09ae\\u09cd\\u09ae\\u09be\\u09a8\\u09bf\\u09a4 \\u0997\\u09cd\\u09b0\\u09be\\u09b9\\u0995,\\n\\u099c\\u09bf\\u09aa\\u09bf\\u098f\\u09b8 \\u098f\\u09b0 \\u0995\\u09cb\\u09a8 \\u09ac\\u09bf\\u09b2 \\u098f\\u0987 \\u09ae\\u09c1\\u09b9\\u09c1\\u09b0\\u09a4\\u09c7 \\u09a8\\u09be \\u09aa\\u09be\\u09a0\\u09be\\u09a8\\u09cb\\u09b0 \\u099c\\u09a8\\u09cd\\u09af \\u0985\\u09a8\\u09c1\\u09b0\\u09cb\\u09a7 \\u0995\\u09b0\\u099b\\u09bf \\u0964 \\u0986\\u09ae\\u09be\\u09a6\\u09c7\\u09b0 \\u09b8\\u09be\\u09b0\\u09cd\\u09ad\\u09be\\u09b0 \\u0986\\u09aa\\u09a1\\u09c7\\u099f \\u098f\\u09b0 \\u0995\\u09be\\u099c \\u099a\\u09b2\\u099b\\u09c7 \\u0964\\\";}s:3:\\\"job\\\";N;s:10:\\\"connection\\\";N;s:5:\\\"queue\\\";N;s:15:\\\"chainConnection\\\";N;s:10:\\\"chainQueue\\\";N;s:5:\\\"delay\\\";N;s:10:\\\"middleware\\\";a:0:{}s:7:\\\"chained\\\";a:0:{}}\"}}', 'Illuminate\\Queue\\MaxAttemptsExceededException: App\\Jobs\\SmsSend has been attempted too many times or run too long. The job may have previously timed out. in /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php:648\nStack trace:\n#0 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(163): Illuminate\\Queue\\Worker->maxAttemptsExceededException(Object(Illuminate\\Queue\\Jobs\\DatabaseJob))\n#1 /home/mygpsbd/public_html/app/Http/helper.php(28): Illuminate\\Queue\\Worker->Illuminate\\Queue\\{closure}(14, Array)\n#2 /home/mygpsbd/public_html/app/Jobs/SmsSend.php(35): send_sms(\'\\xE0\\xA6\\xB8\\xE0\\xA6\\xAE\\xE0\\xA7\\x8D\\xE0\\xA6\\xAE\\xE0\\xA6\\xBE...\', Array)\n#3 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App\\Jobs\\SmsSend->handle()\n#4 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/Util.php(37): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}()\n#5 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(93): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))\n#6 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(37): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))\n#7 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/Container.php(596): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)\n#8 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php(94): Illuminate\\Container\\Container->call(Array)\n#9 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(128): Illuminate\\Bus\\Dispatcher->Illuminate\\Bus\\{closure}(Object(App\\Jobs\\SmsSend))\n#10 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(103): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(App\\Jobs\\SmsSend))\n#11 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php(98): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))\n#12 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(83): Illuminate\\Bus\\Dispatcher->dispatchNow(Object(App\\Jobs\\SmsSend), false)\n#13 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(128): Illuminate\\Queue\\CallQueuedHandler->Illuminate\\Queue\\{closure}(Object(App\\Jobs\\SmsSend))\n#14 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(103): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(App\\Jobs\\SmsSend))\n#15 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(85): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))\n#16 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(59): Illuminate\\Queue\\CallQueuedHandler->dispatchThroughMiddleware(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Object(App\\Jobs\\SmsSend))\n#17 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Jobs/Job.php(98): Illuminate\\Queue\\CallQueuedHandler->call(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Array)\n#18 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(356): Illuminate\\Queue\\Jobs\\Job->fire()\n#19 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(306): Illuminate\\Queue\\Worker->process(\'database\', Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Object(Illuminate\\Queue\\WorkerOptions))\n#20 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(132): Illuminate\\Queue\\Worker->runJob(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), \'database\', Object(Illuminate\\Queue\\WorkerOptions))\n#21 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(112): Illuminate\\Queue\\Worker->daemon(\'database\', \'default\', Object(Illuminate\\Queue\\WorkerOptions))\n#22 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(96): Illuminate\\Queue\\Console\\WorkCommand->runWorker(\'database\', \'default\')\n#23 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Illuminate\\Queue\\Console\\WorkCommand->handle()\n#24 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/Util.php(37): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}()\n#25 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(93): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))\n#26 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(37): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))\n#27 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/Container.php(596): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)\n#28 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Console/Command.php(134): Illuminate\\Container\\Container->call(Array)\n#29 /home/mygpsbd/public_html/vendor/symfony/console/Command/Command.php(298): Illuminate\\Console\\Command->execute(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))\n#30 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Console/Command.php(121): Symfony\\Component\\Console\\Command\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))\n#31 /home/mygpsbd/public_html/vendor/symfony/console/Application.php(1040): Illuminate\\Console\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#32 /home/mygpsbd/public_html/vendor/symfony/console/Application.php(301): Symfony\\Component\\Console\\Application->doRunCommand(Object(Illuminate\\Queue\\Console\\WorkCommand), Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#33 /home/mygpsbd/public_html/vendor/symfony/console/Application.php(171): Symfony\\Component\\Console\\Application->doRun(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#34 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Console/Application.php(93): Symfony\\Component\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#35 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(129): Illuminate\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#36 /home/mygpsbd/public_html/artisan(37): Illuminate\\Foundation\\Console\\Kernel->handle(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#37 {main}', '2024-02-09 16:01:02');
INSERT INTO `failed_jobs` (`id`, `connection`, `queue`, `payload`, `exception`, `failed_at`) VALUES
(719, 'database', 'default', '{\"uuid\":\"db94a935-a796-48ba-9016-980e3f77b1f7\",\"displayName\":\"App\\\\Jobs\\\\SmsSend\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"delay\":null,\"timeout\":null,\"timeoutAt\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\SmsSend\",\"command\":\"O:16:\\\"App\\\\Jobs\\\\SmsSend\\\":9:{s:4:\\\"data\\\";a:2:{s:4:\\\"data\\\";O:39:\\\"Illuminate\\\\Database\\\\Eloquent\\\\Collection\\\":1:{s:8:\\\"\\u0000*\\u0000items\\\";a:100:{i:0;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2523;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Khokon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01810453194\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$9nQAxans0aSOmmaWjGF6JOv7KxZj8wNB6pXTZVek8XxhZ5e9PW\\/aq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 22:35:56\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 22:35:56\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2523;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Khokon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01810453194\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$9nQAxans0aSOmmaWjGF6JOv7KxZj8wNB6pXTZVek8XxhZ5e9PW\\/aq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 22:35:56\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 22:35:56\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:1;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2524;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Ehsanul Parvez\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"parvez770@yahoo.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715087778\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$CzBg\\/BLX3kTB8HSaYWjDGOEJy2jj3ac6apISkfyAGrcZ3R85OcR8e\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 22:38:37\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 22:38:37\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2524;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Ehsanul Parvez\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"parvez770@yahoo.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715087778\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$CzBg\\/BLX3kTB8HSaYWjDGOEJy2jj3ac6apISkfyAGrcZ3R85OcR8e\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 22:38:37\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 22:38:37\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:2;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2525;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"Moshiur Rahman Razu\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"razu@utechinfusion.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711850011\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$bA\\/Pav2ktSQsq48dfvSzR.Ay9RKAsYDF2JGM3MxDOjU8BIdvvmF0i\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-19 21:17:28\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-19 21:17:28\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2525;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"Moshiur Rahman Razu\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"razu@utechinfusion.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711850011\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$bA\\/Pav2ktSQsq48dfvSzR.Ay9RKAsYDF2JGM3MxDOjU8BIdvvmF0i\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-19 21:17:28\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-19 21:17:28\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:3;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2526;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"MD.SAIFUL DEWAN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"saiful2060@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01724102060\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$HHFqg08Cf7F\\/NGfwDQGVteiK\\/MKOqDwOityXFa6koTDo26nAvx8dq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-19 21:22:20\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-19 21:22:20\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2526;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"MD.SAIFUL DEWAN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"saiful2060@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01724102060\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$HHFqg08Cf7F\\/NGfwDQGVteiK\\/MKOqDwOityXFa6koTDo26nAvx8dq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-19 21:22:20\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-19 21:22:20\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:4;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2527;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Mostafa Zaman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"mostafazaman6@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01752299773\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$cyisXRPLxJGaul7YnYdLVOR6N4ezKPKClPjzdDDvWLP5YjCCTrUoe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-19 21:26:13\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-19 21:26:13\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2527;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Mostafa Zaman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"mostafazaman6@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01752299773\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$cyisXRPLxJGaul7YnYdLVOR6N4ezKPKClPjzdDDvWLP5YjCCTrUoe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-19 21:26:13\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-19 21:26:13\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:5;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2528;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"ISMAIL\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"pmoismail85@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01921764663\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$edz6Bs7HMfrB7yZd9Dqzy.kXw6HGGf3rDkEHGRp4HXVL8m9UXPEay\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-19 21:30:46\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-19 21:30:46\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2528;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"ISMAIL\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"pmoismail85@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01921764663\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$edz6Bs7HMfrB7yZd9Dqzy.kXw6HGGf3rDkEHGRp4HXVL8m9UXPEay\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-19 21:30:46\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-19 21:30:46\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:6;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2529;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Manir Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:26:\\\"manirhossain1981@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01914751898\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Pgyw7.D3P.wInOcd45GEGOoRSTtumhjyqXqkolW91PR.tKeJneszC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-19 21:34:31\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-19 21:34:31\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2529;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Manir Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:26:\\\"manirhossain1981@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01914751898\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Pgyw7.D3P.wInOcd45GEGOoRSTtumhjyqXqkolW91PR.tKeJneszC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-19 21:34:31\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-19 21:34:31\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:7;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2530;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"MD MAHBUBUZZAMAN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:26:\\\"mahbubuzzaman007@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712933123\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$7dCRF43m2.b15FeZybLGSeP5IyVfgfOyC1nHVf6IBuZCeL4B7GlVq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-19 21:37:38\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-19 21:37:38\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2530;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"MD MAHBUBUZZAMAN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:26:\\\"mahbubuzzaman007@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712933123\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$7dCRF43m2.b15FeZybLGSeP5IyVfgfOyC1nHVf6IBuZCeL4B7GlVq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-19 21:37:38\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-19 21:37:38\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:8;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2531;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"S.M. NURUL HUDA\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"gcibangladesh@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01719558555\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$mZp1B7d1WBe3rrVtYVEpx.XkaR1HqNZSM3A4MaIqd1MZ6Fqjl36J2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-19 21:41:07\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-19 21:41:07\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2531;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"S.M. NURUL HUDA\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"gcibangladesh@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01719558555\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$mZp1B7d1WBe3rrVtYVEpx.XkaR1HqNZSM3A4MaIqd1MZ6Fqjl36J2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-19 21:41:07\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-19 21:41:07\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:9;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2532;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Abdullah al mamun\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"almamun43sg@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01321095943\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Vnle3IEMzi65sAS0IhndberyClze43yZDNTQaC3Otxkmo1ztZZOeS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-19 21:45:06\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-19 21:45:06\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2532;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Abdullah al mamun\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"almamun43sg@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01321095943\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Vnle3IEMzi65sAS0IhndberyClze43yZDNTQaC3Otxkmo1ztZZOeS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-19 21:45:06\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-19 21:45:06\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:10;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2533;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Amir\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:29:\\\"amir.ahammad.renata@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716650404\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$89R5mdJ5t2sEPKAfPONgUOTYD1RSFmlu10cWtG8V.WMHKi0yhrcle\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-19 21:49:24\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-19 21:49:24\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2533;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Amir\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:29:\\\"amir.ahammad.renata@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716650404\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$89R5mdJ5t2sEPKAfPONgUOTYD1RSFmlu10cWtG8V.WMHKi0yhrcle\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-19 21:49:24\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-19 21:49:24\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:11;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2534;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"POARSH\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"porosd37@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01979060509\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$wnE.jhm\\/QuBkalbpOPpvPucckX2bf.G6cChLeiUapsea0M7p7RSpO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-19 21:57:42\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-19 21:57:42\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2534;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"POARSH\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"porosd37@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01979060509\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$wnE.jhm\\/QuBkalbpOPpvPucckX2bf.G6cChLeiUapsea0M7p7RSpO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-19 21:57:42\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-19 21:57:42\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:12;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2536;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Mamun\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"mamun53@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715567953\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$23zCnHKeAUYJtRIcNHW8SO4lau0Pn66TUfDIUKCrknLF1PJCqzPG2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-19 22:07:39\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-19 22:07:39\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2536;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Mamun\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"mamun53@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715567953\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$23zCnHKeAUYJtRIcNHW8SO4lau0Pn66TUfDIUKCrknLF1PJCqzPG2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-19 22:07:39\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-19 22:07:39\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:13;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2537;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Md.Golam Rosul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"rosulgolam99@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01964691210\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$8yaX9gx84Kt7rTr6lfOGx.IX4wVbP3ujgY4ikCqm4HJwJwc51YbuS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-19 22:13:44\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-19 22:13:44\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2537;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Md.Golam Rosul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"rosulgolam99@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01964691210\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$8yaX9gx84Kt7rTr6lfOGx.IX4wVbP3ujgY4ikCqm4HJwJwc51YbuS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-19 22:13:44\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-19 22:13:44\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:14;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2538;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Nazim Ahamed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"nazim5bir@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01730087617\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$9RS3jzQMss0zk4ZQwbohAus4xsC1EaD41HB9xtmzOA163WDJRVdKO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-19 22:17:50\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-19 22:17:50\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2538;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Nazim Ahamed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"nazim5bir@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01730087617\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$9RS3jzQMss0zk4ZQwbohAus4xsC1EaD41HB9xtmzOA163WDJRVdKO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-19 22:17:50\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-19 22:17:50\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:15;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2539;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Siyam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"siyamhosen11@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01302476279\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$zJ98..3bABslGA2FhJEppu7EdT2RHtBMU4GQzrDySIqDK47CqQhem\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-19 22:21:14\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-19 22:21:14\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2539;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Siyam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"siyamhosen11@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01302476279\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$zJ98..3bABslGA2FhJEppu7EdT2RHtBMU4GQzrDySIqDK47CqQhem\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-19 22:21:14\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-19 22:21:14\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:16;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2540;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"MOHAMMAD ATAUR\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"ataurims@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01790591028\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$KI19Fat0Jnlz0vkBX39Kau.0IpLJjx4S2SiprY5xjwIJi4lZfwNla\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-19 22:24:27\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-19 22:24:27\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2540;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"MOHAMMAD ATAUR\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"ataurims@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01790591028\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$KI19Fat0Jnlz0vkBX39Kau.0IpLJjx4S2SiprY5xjwIJi4lZfwNla\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-19 22:24:27\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-19 22:24:27\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:17;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2542;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Rintu\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"rintu20@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01970777420\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$b0h8J5kBXAQhkE8q298FVe.aWq9OwgE2bFcFQ9XecyldzFSx18rs6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-19 22:32:54\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-19 22:32:54\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2542;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Rintu\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"rintu20@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01970777420\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$b0h8J5kBXAQhkE8q298FVe.aWq9OwgE2bFcFQ9XecyldzFSx18rs6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-19 22:32:54\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-19 22:32:54\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:18;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2543;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"shamim Ahamed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:15:\\\"sa@metro.net.bd\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712628656\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$W0rMk9FTUREBeFhg0ilhhOhDGOJOomb.sP4e\\/loOu1liouk0Py6ui\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-19 22:35:34\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-19 22:35:34\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2543;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"shamim Ahamed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:15:\\\"sa@metro.net.bd\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712628656\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$W0rMk9FTUREBeFhg0ilhhOhDGOJOomb.sP4e\\/loOu1liouk0Py6ui\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-19 22:35:34\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-19 22:35:34\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:19;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2544;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Mamun\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:26:\\\"mamunhowlader734@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01738007847\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$rHZSi7OUb.JHkhiTlzzodOt1mA0\\/UIsipmIoK\\/mJxmxJoXdweJwya\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-19 22:45:55\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-19 22:45:55\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2544;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Mamun\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:26:\\\"mamunhowlader734@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01738007847\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$rHZSi7OUb.JHkhiTlzzodOt1mA0\\/UIsipmIoK\\/mJxmxJoXdweJwya\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-19 22:45:55\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-19 22:45:55\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:20;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2545;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Mashiul Alam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"mashiul.fcc@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"00170072953\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$xL1DySYPuXsg4iIxKrnkkuewb8a5MAArV8fCpIF2JNposelvnZiou\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-19 22:52:32\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-19 22:52:32\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2545;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Mashiul Alam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"mashiul.fcc@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"00170072953\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$xL1DySYPuXsg4iIxKrnkkuewb8a5MAArV8fCpIF2JNposelvnZiou\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-19 22:52:32\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-19 22:52:32\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:21;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2546;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"shadud0\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"shadud55@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711463355\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$kX35KpGGbHXFczIf99WL8uEaIb9xLVZ\\/epweH.5Zp3syQvlc4jyh6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-19 22:57:22\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-19 22:57:22\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2546;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"shadud0\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"shadud55@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711463355\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$kX35KpGGbHXFczIf99WL8uEaIb9xLVZ\\/epweH.5Zp3syQvlc4jyh6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-19 22:57:22\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-19 22:57:22\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:22;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2547;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Md nasir uddin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:24:\\\"nasirapurbo795@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711450900\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$3SqAt5KCves3NR601EbSyes9oyoowJN11yHt\\/fOP4.m0WSG7gQBCC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-19 23:01:47\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-19 23:01:47\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2547;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Md nasir uddin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:24:\\\"nasirapurbo795@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711450900\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$3SqAt5KCves3NR601EbSyes9oyoowJN11yHt\\/fOP4.m0WSG7gQBCC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-19 23:01:47\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-19 23:01:47\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:23;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2548;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:20:\\\"Mohammad Mahfuz Alam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"mahfuz.hemal@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01911405062\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$kmzJjeBzU7DZyyTfSuA2wOtj4binDbftv\\/AKRrxM09KXBC2mNvoyW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-19 23:06:08\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-19 23:06:08\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2548;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:20:\\\"Mohammad Mahfuz Alam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"mahfuz.hemal@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01911405062\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$kmzJjeBzU7DZyyTfSuA2wOtj4binDbftv\\/AKRrxM09KXBC2mNvoyW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-19 23:06:08\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-19 23:06:08\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:24;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2549;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Anjon Saha\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"anjon_007@icloud.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711150835\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$wXnslELQOcsIuTLpapmez.bMPyxsnqr4WZ6n4XDtmi0N3FLh3yqUe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-19 23:11:56\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-19 23:11:56\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2549;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Anjon Saha\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"anjon_007@icloud.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711150835\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$wXnslELQOcsIuTLpapmez.bMPyxsnqr4WZ6n4XDtmi0N3FLh3yqUe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-19 23:11:56\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-19 23:11:56\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:25;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2550;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Mamun\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"mamun345@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01713579345\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$qQdCKRo4m9zE8pLESYf73OeDAE.vGVNQgc\\/y9tj8Vm3QBOlfx.p06\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-19 23:16:01\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-19 23:16:01\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2550;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Mamun\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"mamun345@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01713579345\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$qQdCKRo4m9zE8pLESYf73OeDAE.vGVNQgc\\/y9tj8Vm3QBOlfx.p06\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-19 23:16:01\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-19 23:16:01\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:26;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2552;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Rahat\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"zoomcs84@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01722416637\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$K.uPl5JrIokDbTN\\/cu1sseCkpEX.gF5.aul5KgVi6A8.K1qzIKqhK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 10:56:04\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 10:56:04\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2552;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Rahat\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"zoomcs84@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01722416637\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$K.uPl5JrIokDbTN\\/cu1sseCkpEX.gF5.aul5KgVi6A8.K1qzIKqhK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 10:56:04\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 10:56:04\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:27;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2553;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Arif\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01818548389\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$2OJqrOyqu4uYiPIpZDUzauUfAXUJCUepdZPYxa0IdBK.5oUQ0Feta\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 11:01:21\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 11:01:21\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2553;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Arif\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01818548389\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$2OJqrOyqu4uYiPIpZDUzauUfAXUJCUepdZPYxa0IdBK.5oUQ0Feta\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 11:01:21\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 11:01:21\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:28;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2554;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Md. Arif ahmad\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711401542\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$g.hK07Cw2LZW3oaldpsgR.7T7VuWETS7ZaVvmtNEOOFqND2YTH6Xa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 11:04:08\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 11:04:08\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2554;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Md. Arif ahmad\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711401542\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$g.hK07Cw2LZW3oaldpsgR.7T7VuWETS7ZaVvmtNEOOFqND2YTH6Xa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 11:04:08\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 11:04:08\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:29;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2555;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Md Masud\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"masudmohammd49@gmil.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01988673215\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$WWK3iAc\\/JhMTyrk14Whyhu7OR.xYlYIaArtGLm0ZHQH\\/QYHH9e0n.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 11:09:03\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 11:09:03\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2555;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Md Masud\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"masudmohammd49@gmil.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01988673215\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$WWK3iAc\\/JhMTyrk14Whyhu7OR.xYlYIaArtGLm0ZHQH\\/QYHH9e0n.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 11:09:03\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 11:09:03\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:30;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2557;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:20:\\\"md syful islam rasel\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"rasel1175@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01722422476\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$2sVJJWOjkgIKtRa\\/HTC7NuvVDFgQmprd\\/juhAgGedrovX4BbT2UGC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 11:32:51\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 11:32:51\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2557;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:20:\\\"md syful islam rasel\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"rasel1175@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01722422476\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$2sVJJWOjkgIKtRa\\/HTC7NuvVDFgQmprd\\/juhAgGedrovX4BbT2UGC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 11:32:51\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 11:32:51\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:31;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2559;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"MD.GOLAM MOSTOFA\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715186622\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$1fwaDkEZEHrkzUptlj7HvuheHtxa6vev5ZF7xsMfXgh4Wr1JmD8PO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 11:47:39\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 11:47:39\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2559;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"MD.GOLAM MOSTOFA\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715186622\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$1fwaDkEZEHrkzUptlj7HvuheHtxa6vev5ZF7xsMfXgh4Wr1JmD8PO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 11:47:39\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 11:47:39\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:32;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2560;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Polash Datto\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"Polashdatto07@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01908543520\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$6.IVhfsWZipmsHTZ36qr\\/OvGWBh1pf32RLVfx.Sgr6ZLNnphDiQqO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 12:06:24\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 12:06:24\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2560;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Polash Datto\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"Polashdatto07@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01908543520\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$6.IVhfsWZipmsHTZ36qr\\/OvGWBh1pf32RLVfx.Sgr6ZLNnphDiQqO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 12:06:24\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 12:06:24\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:33;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2561;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Md.jakir hossen\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"sjakir377@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712149259\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$dde8Z5WgbXNbAjA.y3GOcOt5Nr3Zj6HodsqhYUkUuI25SufcGvd6y\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 12:12:17\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 12:12:17\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2561;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Md.jakir hossen\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"sjakir377@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712149259\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$dde8Z5WgbXNbAjA.y3GOcOt5Nr3Zj6HodsqhYUkUuI25SufcGvd6y\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 12:12:17\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 12:12:17\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:34;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2562;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Alamgir hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:29:\\\"alamgirhossain73460@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711077858\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$PvYRbOFogUSFiH\\/wGmb75.y6XXfbz2Qn5za2W4FeKKsBbdddBzD1O\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 12:16:16\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 12:16:16\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2562;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Alamgir hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:29:\\\"alamgirhossain73460@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711077858\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$PvYRbOFogUSFiH\\/wGmb75.y6XXfbz2Qn5za2W4FeKKsBbdddBzD1O\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 12:16:16\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 12:16:16\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:35;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2563;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Mohammad Solayman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:24:\\\"write2solayman@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01678134520\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$IL1hS\\/g68khwKFnBA08gW.bgXr9QXGQWiYUqciirMlgRpVaCSbr7G\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 12:18:47\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 12:18:47\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2563;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Mohammad Solayman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:24:\\\"write2solayman@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01678134520\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$IL1hS\\/g68khwKFnBA08gW.bgXr9QXGQWiYUqciirMlgRpVaCSbr7G\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 12:18:47\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 12:18:47\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:36;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2565;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"MD. AHASAN HABIB\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:17:\\\"ahsndhk@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01817180204\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$o2ekUpYXlYwMuZVbn6HlQ.mlF\\/38am3fDb1LlvRW.yFl1OObQxAye\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 12:26:04\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 12:26:04\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2565;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"MD. AHASAN HABIB\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:17:\\\"ahsndhk@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01817180204\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$o2ekUpYXlYwMuZVbn6HlQ.mlF\\/38am3fDb1LlvRW.yFl1OObQxAye\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 12:26:04\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 12:26:04\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:37;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2566;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Zan e alam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"nabi.alviint@yahoo.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01713482200\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$78vj1yg7yy3lQyJIUj7gzOJO3gbdgZ6CrqgcrxwgaYMR\\/yvGskBKG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 13:14:44\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 13:14:44\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2566;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Zan e alam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"nabi.alviint@yahoo.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01713482200\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$78vj1yg7yy3lQyJIUj7gzOJO3gbdgZ6CrqgcrxwgaYMR\\/yvGskBKG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 13:14:44\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 13:14:44\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:38;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2567;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Ataur\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01972434994\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$vLv7\\/vshFaqTwh.tvLmAluvllNPcjVUPIVzsOSE7ftqxtHBn69\\/kC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 13:24:49\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 13:24:49\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2567;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Ataur\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01972434994\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$vLv7\\/vshFaqTwh.tvLmAluvllNPcjVUPIVzsOSE7ftqxtHBn69\\/kC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 13:24:49\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 13:24:49\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:39;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2568;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"RONY AMBULANGE\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"ronitoma41@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01849487341\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ssBdaFt74BXhUM80TKZfrOVjQZrUjkNdJuEV37ZBPPY0jEuLajtaq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 13:28:11\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 13:28:11\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2568;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"RONY AMBULANGE\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"ronitoma41@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01849487341\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ssBdaFt74BXhUM80TKZfrOVjQZrUjkNdJuEV37ZBPPY0jEuLajtaq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 13:28:11\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 13:28:11\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:40;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2570;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"ABUL KALAM AZAD\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:17:\\\"azadhfc@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01831893351\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$PeXc3pShGP0PwiJaLEdHCeyTh6IMD4fRQLPLl3qSb5IEi0OOibjTO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 13:34:45\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 13:34:45\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2570;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"ABUL KALAM AZAD\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:17:\\\"azadhfc@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01831893351\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$PeXc3pShGP0PwiJaLEdHCeyTh6IMD4fRQLPLl3qSb5IEi0OOibjTO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 13:34:45\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 13:34:45\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:41;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2571;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"A.H KHAN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:26:\\\"khan@ifxlogisticsbdltd.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01670171329\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$fqP3KLhb0zPJ0GQm5u53.OP.2s8S3t.2yCFz71sxBkJbos\\/TCR0b2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 13:37:24\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 13:37:24\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2571;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"A.H KHAN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:26:\\\"khan@ifxlogisticsbdltd.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01670171329\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$fqP3KLhb0zPJ0GQm5u53.OP.2s8S3t.2yCFz71sxBkJbos\\/TCR0b2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 13:37:24\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 13:37:24\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:42;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2573;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"MD.REZOAN RABBI\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01768630092\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$E13IjuOn3jf37jRHnQXZE.xdVhTYskm9yo6SqYpQ5LdXcmcO1n.A6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 13:49:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 13:49:29\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2573;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"MD.REZOAN RABBI\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01768630092\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$E13IjuOn3jf37jRHnQXZE.xdVhTYskm9yo6SqYpQ5LdXcmcO1n.A6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 13:49:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 13:49:29\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:43;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2574;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:22:\\\"Md.Babul hossain sabuj\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"mia814742@gamil.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01972487788\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$QXqYLo13dl6qCtIdTONw2O\\/c4cWBfvdQQ46SoBlk4y5xAxC9O8Aae\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 13:52:59\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 13:52:59\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2574;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:22:\\\"Md.Babul hossain sabuj\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"mia814742@gamil.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01972487788\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$QXqYLo13dl6qCtIdTONw2O\\/c4cWBfvdQQ46SoBlk4y5xAxC9O8Aae\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 13:52:59\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 13:52:59\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:44;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2575;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Nobel\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"nobelfana53@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01731255493\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Ych2qk5.BtFXT9NpQ.jjhutM\\/JPEu8dVVm5BqAPhdnig1AwhIqdsu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 14:00:34\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 14:00:34\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2575;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Nobel\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"nobelfana53@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01731255493\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Ych2qk5.BtFXT9NpQ.jjhutM\\/JPEu8dVVm5BqAPhdnig1AwhIqdsu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 14:00:34\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 14:00:34\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:45;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2576;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"KHALED KAISAR\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:17:\\\"knessa3@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711172316\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$SVw8szbrTQjtnRmteh9D2OeWsDOWShCbjXWNcSg42wS6.YlCxoVi2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 14:06:30\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 14:06:30\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2576;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"KHALED KAISAR\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:17:\\\"knessa3@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711172316\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$SVw8szbrTQjtnRmteh9D2OeWsDOWShCbjXWNcSg42wS6.YlCxoVi2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 14:06:30\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 14:06:30\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:46;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2577;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Junaid Waheedi\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"waheedi1965@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711544831\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$JtNgasfNfqPJvIccihUApOoGSYfUNRk9GOt.opEmIuVzCWzMY2GJi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 14:10:43\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 14:10:43\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2577;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Junaid Waheedi\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"waheedi1965@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711544831\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$JtNgasfNfqPJvIccihUApOoGSYfUNRk9GOt.opEmIuVzCWzMY2GJi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 14:10:43\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 14:10:43\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:47;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2578;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Rashedul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"irashed474@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01625345695\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$l0mBwXb1BzXZ8Vzq7XOoTOfeqP4h2QImVuSGs5HIgjBhYv\\/GU\\/d7S\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 14:15:02\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 14:15:02\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2578;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Rashedul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"irashed474@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01625345695\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$l0mBwXb1BzXZ8Vzq7XOoTOfeqP4h2QImVuSGs5HIgjBhYv\\/GU\\/d7S\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 14:15:02\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 14:15:02\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:48;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2579;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Abdul Monin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01766302131\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$kj0GSvMlF1W03yo533ScJuNknsJMyz93WNjhFzhtnUZl45EJ6wc\\/u\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 15:03:49\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 15:03:49\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2579;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Abdul Monin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01766302131\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$kj0GSvMlF1W03yo533ScJuNknsJMyz93WNjhFzhtnUZl45EJ6wc\\/u\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 15:03:49\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 15:03:49\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:49;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2582;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"belal uddin ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01919476390\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$EtavLdcCaGv7I5WpggoeaeLsgY0Q8t3n89K2giLYAO6pGtEAr7E.O\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 15:32:01\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 15:32:01\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2582;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"belal uddin ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01919476390\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$EtavLdcCaGv7I5WpggoeaeLsgY0Q8t3n89K2giLYAO6pGtEAr7E.O\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 15:32:01\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 15:32:01\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:50;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2583;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"SAJEDUL ISLAM SUMON\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01713576837\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Y8X2jO0S1wgYPnOYEb.GmeO8IZJBmyMDTJYQI3KJ2G8uVt1FtWaei\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 15:38:50\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 15:38:50\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2583;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"SAJEDUL ISLAM SUMON\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01713576837\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Y8X2jO0S1wgYPnOYEb.GmeO8IZJBmyMDTJYQI3KJ2G8uVt1FtWaei\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 15:38:50\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 15:38:50\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:51;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2584;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:21:\\\"Manik Chandra Debnath\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:30:\\\"manikchandradebnath8@Gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712877727\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$\\/pg0PFWnJ1Y2miKYk\\/fHD.OQoUfWctmPWj3JCbv\\/trNM8hpUozOWO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 15:46:07\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 15:46:07\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2584;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:21:\\\"Manik Chandra Debnath\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:30:\\\"manikchandradebnath8@Gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712877727\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$\\/pg0PFWnJ1Y2miKYk\\/fHD.OQoUfWctmPWj3JCbv\\/trNM8hpUozOWO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 15:46:07\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 15:46:07\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:52;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2586;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Md Robin Ahmad\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01791413243\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Y\\/2i4XXOYI6vCGtscB.yfuZ6tG2TSNZaCKOsBp2XgZLRV4asslKFK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 15:55:59\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 15:55:59\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2586;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Md Robin Ahmad\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01791413243\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Y\\/2i4XXOYI6vCGtscB.yfuZ6tG2TSNZaCKOsBp2XgZLRV4asslKFK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 15:55:59\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 15:55:59\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:53;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2587;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Asaduzzaman Noor\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:26:\\\"noor.asaduzzaman@yahoo.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01747942611\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$FtRqVaUPWdUugajjgrqQl.bv993iXGaZYuI7rmnmXrVaP4HJXVVXy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 15:59:09\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 15:59:09\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2587;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Asaduzzaman Noor\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:26:\\\"noor.asaduzzaman@yahoo.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01747942611\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$FtRqVaUPWdUugajjgrqQl.bv993iXGaZYuI7rmnmXrVaP4HJXVVXy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 15:59:09\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 15:59:09\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:54;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2588;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Rofiqul islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712032205\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$8NcNUJtWQo1NkG0DlE0nP.0xxMCBUHGnH7CzEJDMbqX2mn1jvdbVa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 16:30:41\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 16:30:41\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2588;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Rofiqul islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712032205\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$8NcNUJtWQo1NkG0DlE0nP.0xxMCBUHGnH7CzEJDMbqX2mn1jvdbVa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 16:30:41\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 16:30:41\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:55;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2589;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"johirul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01714572946\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Hj\\/3PEPYQZsAiqeSwnnay.rbFVfVLvKgJOg1JKClhkk4JVdwdVkam\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 16:33:03\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 16:33:03\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2589;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"johirul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01714572946\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Hj\\/3PEPYQZsAiqeSwnnay.rbFVfVLvKgJOg1JKClhkk4JVdwdVkam\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 16:33:03\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 16:33:03\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:56;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2590;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"MOSHIUR RAHMAN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"moshiur.bbi@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01714047395\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$AWfaPWtBL\\/jGjli.L79Fwuc\\/b20HkmUQ1ILZ8BHbXG27OsTxXTQ4S\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 16:38:59\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 16:38:59\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2590;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"MOSHIUR RAHMAN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"moshiur.bbi@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01714047395\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$AWfaPWtBL\\/jGjli.L79Fwuc\\/b20HkmUQ1ILZ8BHbXG27OsTxXTQ4S\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 16:38:59\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 16:38:59\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:57;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2592;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"salim\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01718374588\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$4cTBh8GB1cmyW0qKxAj1U.1mB7QbDHMGn336bC4ZXfZVBHA0yJj7m\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 16:47:01\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 16:47:01\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2592;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"salim\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01718374588\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$4cTBh8GB1cmyW0qKxAj1U.1mB7QbDHMGn336bC4ZXfZVBHA0yJj7m\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 16:47:01\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 16:47:01\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:58;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2594;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Mohammad Salauddin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01727591602\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$.mw9GJbVeWU8WELfkpPqmebW1B\\/.HSVRxiQ6F.QG7SzC0n8sr6LuC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 16:57:00\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 16:57:00\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2594;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Mohammad Salauddin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01727591602\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$.mw9GJbVeWU8WELfkpPqmebW1B\\/.HSVRxiQ6F.QG7SzC0n8sr6LuC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 16:57:00\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 16:57:00\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:59;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2595;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"MD. MAJIBUR RAHMAN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"mujibsbl2009@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716856169\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$xGR5Xrjy1eLN2uBPwoO4x.C4chgu0EpFJT3b6uzpKNRPXWyuy3hhG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 17:06:16\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 17:06:16\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2595;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"MD. MAJIBUR RAHMAN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"mujibsbl2009@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716856169\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$xGR5Xrjy1eLN2uBPwoO4x.C4chgu0EpFJT3b6uzpKNRPXWyuy3hhG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 17:06:16\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 17:06:16\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:60;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2596;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"AL IMRAN MAHMUD\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:17:\\\"raha009@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716474393\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$XOS.5yOuCL8.6ZY4We9Rquksa8GLOh2g6ufOJeeOqgokKuD0RVO.K\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 17:09:07\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 17:09:07\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2596;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"AL IMRAN MAHMUD\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:17:\\\"raha009@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716474393\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$XOS.5yOuCL8.6ZY4We9Rquksa8GLOh2g6ufOJeeOqgokKuD0RVO.K\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 17:09:07\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 17:09:07\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:61;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2597;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Mizanur\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711821627\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$yjfgljKsqEIDa9wY.LXR0ORtAe8L4acdcq40r7ggcXfoMMhZoVmIS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 17:12:06\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 17:12:06\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2597;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Mizanur\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711821627\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$yjfgljKsqEIDa9wY.LXR0ORtAe8L4acdcq40r7ggcXfoMMhZoVmIS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 17:12:06\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 17:12:06\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:62;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2601;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"ABDUR RAHMAN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:27:\\\"abdurrahman.ar852@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01964901104\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$0cWpQl16SC5qWozj9AwtDeUHbbMjht4NgWBFyIdNAX5tPKSD5Z8eC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 17:26:10\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 17:26:10\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2601;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"ABDUR RAHMAN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:27:\\\"abdurrahman.ar852@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01964901104\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$0cWpQl16SC5qWozj9AwtDeUHbbMjht4NgWBFyIdNAX5tPKSD5Z8eC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 17:26:10\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 17:26:10\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:63;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2603;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Abu sayed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716976654\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$lgwpgETz1TrNgSvk6f50pOXX.ZL5gJVAOXahMheky6x.nZvrpPhge\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 12:14:39\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 12:14:39\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2603;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Abu sayed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716976654\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$lgwpgETz1TrNgSvk6f50pOXX.ZL5gJVAOXahMheky6x.nZvrpPhge\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 12:14:39\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 12:14:39\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:64;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2604;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:21:\\\"Captain Shadman Sakib\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:25:\\\"shadmansakib.ss@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01680735080\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$vH6OeL0IqHR4hCvJ1.5A1OMFx6F0490GLipQHxudsaNYZVy6aW0bS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 12:19:19\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 12:19:19\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2604;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:21:\\\"Captain Shadman Sakib\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:25:\\\"shadmansakib.ss@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01680735080\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$vH6OeL0IqHR4hCvJ1.5A1OMFx6F0490GLipQHxudsaNYZVy6aW0bS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 12:19:19\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 12:19:19\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:65;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2605;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Jahid Alam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01703887606\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Tit\\/LHnlT0xviUVYMuIqgOdhHMZctytSSFT.sQ4\\/LzNHxwmKd5S2u\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 12:22:50\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 12:22:50\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2605;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Jahid Alam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01703887606\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Tit\\/LHnlT0xviUVYMuIqgOdhHMZctytSSFT.sQ4\\/LzNHxwmKd5S2u\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 12:22:50\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 12:22:50\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:66;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2606;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"shafiqul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01675909563\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$741GG1TKOaBNOlnrG8tIU.S.dAzHWBoRBJ7lAm3j9vS3TMYnmsSCi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 12:27:32\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 12:27:32\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2606;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"shafiqul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01675909563\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$741GG1TKOaBNOlnrG8tIU.S.dAzHWBoRBJ7lAm3j9vS3TMYnmsSCi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 12:27:32\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 12:27:32\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:67;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2607;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Shahin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01942838684\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$C0Cy05NDGpLrtmvPaARu1OASUNR6eftbZ7yaVlP0fL2RkJU167\\/hm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 12:32:56\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 12:32:56\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2607;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Shahin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01942838684\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$C0Cy05NDGpLrtmvPaARu1OASUNR6eftbZ7yaVlP0fL2RkJU167\\/hm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 12:32:56\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 12:32:56\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:68;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2608;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Liton\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712218768\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$RuXp6ylhPCLbZqHZppkgiOp2VrOv.iCuWqifYLX3alZQ3i\\/QPzJcO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 13:17:52\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 13:17:52\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2608;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Liton\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712218768\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$RuXp6ylhPCLbZqHZppkgiOp2VrOv.iCuWqifYLX3alZQ3i\\/QPzJcO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 13:17:52\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 13:17:52\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:69;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2609;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Mamun\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01305403498\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$XhUv\\/Dkf5EWRAdECwGxeueDi\\/hzENLUJoRuMSYCVLDiqS.zKRtt5O\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 13:21:18\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 13:21:18\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2609;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Mamun\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01305403498\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$XhUv\\/Dkf5EWRAdECwGxeueDi\\/hzENLUJoRuMSYCVLDiqS.zKRtt5O\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 13:21:18\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 13:21:18\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:70;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2610;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:20:\\\"Munjunur Rashid Jony\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01733170213\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$.SibmSPC6Qp711HD9C9az.sCdV.tAu92rEpziCNC6RHWJjM32XCFS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 13:23:52\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 13:23:52\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2610;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:20:\\\"Munjunur Rashid Jony\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01733170213\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$.SibmSPC6Qp711HD9C9az.sCdV.tAu92rEpziCNC6RHWJjM32XCFS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 13:23:52\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 13:23:52\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:71;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2611;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Nasrin zaman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:25:\\\"nasrinzaman1998@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01673732169\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$O0bz4ltXzYXGx77mL5GhEOSFMctYsIgWCefJc1yqGk4cANXcA6ieG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 13:26:11\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 13:26:11\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2611;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Nasrin zaman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:25:\\\"nasrinzaman1998@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01673732169\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$O0bz4ltXzYXGx77mL5GhEOSFMctYsIgWCefJc1yqGk4cANXcA6ieG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 13:26:11\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 13:26:11\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:72;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2612;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Nilufar akhter\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711479807\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$wOsnd88cY5mL\\/caXkjf.kO\\/3DsINc3nvsnslBimHhQVQM7hIrtEC.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 13:30:47\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 13:30:47\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2612;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Nilufar akhter\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711479807\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$wOsnd88cY5mL\\/caXkjf.kO\\/3DsINc3nvsnslBimHhQVQM7hIrtEC.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 13:30:47\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 13:30:47\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:73;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2614;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Harun\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01714532960\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$jk.PdCeAxOgiO9u4vlIMA..e\\/51lpUmAUzaeqO6D1BoFUwjUbdqN.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 13:38:05\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 13:38:05\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2614;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Harun\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01714532960\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$jk.PdCeAxOgiO9u4vlIMA..e\\/51lpUmAUzaeqO6D1BoFUwjUbdqN.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 13:38:05\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 13:38:05\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:74;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2615;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Aneek Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711467855\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$G2ma6YIKKxYrkVjc5QtO5exW0OaCB4Rrbe7yMWyjtm.5qMXwp6sWy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 13:40:52\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 13:40:52\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2615;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Aneek Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711467855\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$G2ma6YIKKxYrkVjc5QtO5exW0OaCB4Rrbe7yMWyjtm.5qMXwp6sWy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 13:40:52\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 13:40:52\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:75;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2617;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Md.tarak\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"mdtarak947@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01710176345\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$\\/zjmDFiF3zAnQ\\/BGfNC52en.Br3P1oyENONpuOp\\/MmcOcxt1n.q4.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 13:50:28\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 13:50:28\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2617;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Md.tarak\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"mdtarak947@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01710176345\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$\\/zjmDFiF3zAnQ\\/BGfNC52en.Br3P1oyENONpuOp\\/MmcOcxt1n.q4.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 13:50:28\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 13:50:28\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:76;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2618;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:23:\\\"Md. Abir Hossain Brinto\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"abirbrintoahb@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01990577512\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$jMFhHL5e04lPwMBGaLnu2uVgtVAw7YkJMWkeDV.W36N63GyEgfKci\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 14:01:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 14:01:29\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2618;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:23:\\\"Md. Abir Hossain Brinto\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"abirbrintoahb@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01990577512\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$jMFhHL5e04lPwMBGaLnu2uVgtVAw7YkJMWkeDV.W36N63GyEgfKci\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 14:01:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 14:01:29\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:77;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2619;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"MOSHAROOF HOSSEN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716419821\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$VeBh8U2TT.KdQB44mfgFUexTVoZ.MXisu6PJIcMpzEQOyr1wL4RJG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 14:07:13\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 14:07:13\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2619;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"MOSHAROOF HOSSEN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716419821\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$VeBh8U2TT.KdQB44mfgFUexTVoZ.MXisu6PJIcMpzEQOyr1wL4RJG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 14:07:13\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 14:07:13\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:78;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2623;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:23:\\\"Md Shamsul Alam bhuiyan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"ramonbhuiyan@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01988228888\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$fwWz27QlDSHZ\\/zidIzqSfu0.MAvGwVssLjTAoADVXt\\/oterJXy3BS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 14:25:40\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 14:25:40\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2623;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:23:\\\"Md Shamsul Alam bhuiyan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"ramonbhuiyan@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01988228888\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$fwWz27QlDSHZ\\/zidIzqSfu0.MAvGwVssLjTAoADVXt\\/oterJXy3BS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 14:25:40\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 14:25:40\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:79;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2625;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Topu Rayhan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01939293990\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$1NYAyv6DO0i1Py2QIkgx9uU3xRuxQAbhh62KCNu\\/43REZ.8AOsZpG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 14:38:18\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 14:38:18\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2625;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Topu Rayhan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01939293990\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$1NYAyv6DO0i1Py2QIkgx9uU3xRuxQAbhh62KCNu\\/43REZ.8AOsZpG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 14:38:18\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 14:38:18\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:80;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2626;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"ISHAQ MAMUN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711289213\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$6YpWT0Rhb6v4rp79MZLiO.5bnUQaHejho7YlBp4tlMhAS51oxmOjW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 14:43:09\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 14:43:09\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2626;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"ISHAQ MAMUN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711289213\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$6YpWT0Rhb6v4rp79MZLiO.5bnUQaHejho7YlBp4tlMhAS51oxmOjW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 14:43:09\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 14:43:09\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:81;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2628;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Samrat\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:29:\\\"mdrifatkhanyahoo360@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01845935634\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$AHNceyf5OGnX1h1kv.rlAO01jl3K\\/hb1UiYGGLeSNF9GvZzpqtYsy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 14:50:32\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 14:50:32\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2628;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Samrat\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:29:\\\"mdrifatkhanyahoo360@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01845935634\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$AHNceyf5OGnX1h1kv.rlAO01jl3K\\/hb1UiYGGLeSNF9GvZzpqtYsy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 14:50:32\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 14:50:32\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:82;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2629;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Abu Sayem Rana\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"ranasayem21@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01996204155\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$pn\\/V\\/D16OwMMFzOoAiJyuOv\\/CRJ.dSFl.uX6ZtX0lypwLAQCjpMOy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 14:58:36\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 14:58:36\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2629;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Abu Sayem Rana\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"ranasayem21@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01996204155\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$pn\\/V\\/D16OwMMFzOoAiJyuOv\\/CRJ.dSFl.uX6ZtX0lypwLAQCjpMOy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 14:58:36\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 14:58:36\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:83;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2630;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Samin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01819088212\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$6xWvSnoH2xgl2P2zHYP7VOt1ZfX8dTH\\/RfCqNsR9xKP6tQCZtMD7m\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 15:04:37\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 15:04:37\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2630;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Samin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01819088212\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$6xWvSnoH2xgl2P2zHYP7VOt1ZfX8dTH\\/RfCqNsR9xKP6tQCZtMD7m\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 15:04:37\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 15:04:37\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:84;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2632;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"MD. SHAHRIAR KABIR\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"pbl.skabir01@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01979350000\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$NS.jyWwLty38LlFAkHR2T.SnBA0adgqWSmyjSys6bDbSF3rd8hpMW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 15:10:34\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 15:10:34\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2632;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"MD. SHAHRIAR KABIR\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"pbl.skabir01@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01979350000\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$NS.jyWwLty38LlFAkHR2T.SnBA0adgqWSmyjSys6bDbSF3rd8hpMW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 15:10:34\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 15:10:34\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:85;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2633;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md. Rabid Rishad\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01511211555\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$qekRfxBNXwRRKhqGQlWZ\\/.EqcsVTj48ynfNsSALz5zbRYC2JmM8Ei\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 15:12:56\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 15:12:56\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2633;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md. Rabid Rishad\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01511211555\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$qekRfxBNXwRRKhqGQlWZ\\/.EqcsVTj48ynfNsSALz5zbRYC2JmM8Ei\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 15:12:56\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 15:12:56\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:86;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2634;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Ferdus\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01717442250\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$d4GAQuc6dpo4vWIIsQTXqOQVCLL.JKNcVhSf4npXGY7ysNw8Tsp4S\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 15:15:38\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 15:15:38\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2634;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Ferdus\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01717442250\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$d4GAQuc6dpo4vWIIsQTXqOQVCLL.JKNcVhSf4npXGY7ysNw8Tsp4S\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 15:15:38\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 15:15:38\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:87;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2638;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Adv. Mainuddin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01819878466\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$nhWL61pw44IosfkNHcujFeyMXaH5yIEk58i.eS0KaVZVdgOYvudKe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 15:35:46\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 15:35:46\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2638;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Adv. Mainuddin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01819878466\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$nhWL61pw44IosfkNHcujFeyMXaH5yIEk58i.eS0KaVZVdgOYvudKe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 15:35:46\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 15:35:46\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:88;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2639;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Rubel\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:29:\\\"rubel.bangladesh007@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712092994\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$AuyDnzSiilTYMuztHgGvI.O1VtHwHjWKZsz3rWEnN8cFMXTBjD2re\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 15:38:38\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 15:38:38\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2639;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Rubel\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:29:\\\"rubel.bangladesh007@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712092994\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$AuyDnzSiilTYMuztHgGvI.O1VtHwHjWKZsz3rWEnN8cFMXTBjD2re\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 15:38:38\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 15:38:38\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:89;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2640;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"MILON\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"miahbd999@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01731560567\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$IuARdAUuUy20BxPacU.UneikO2shlEtol8N.irypdKhdRTDwY5FlO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 15:57:54\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 15:57:54\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2640;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"MILON\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"miahbd999@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01731560567\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$IuARdAUuUy20BxPacU.UneikO2shlEtol8N.irypdKhdRTDwY5FlO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 15:57:54\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 15:57:54\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:90;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2641;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"BAKI BILLA\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01723639971\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$cELD7ncqc1ZErQuAiXYFieeS7cW0HdG483ZLtm9aJsIS0r9RuYxFW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 16:08:52\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 16:08:52\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2641;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"BAKI BILLA\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01723639971\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$cELD7ncqc1ZErQuAiXYFieeS7cW0HdG483ZLtm9aJsIS0r9RuYxFW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 16:08:52\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 16:08:52\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:91;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2642;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Balayet Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01914160767\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$rtmwgoWnRZfX4zNf290u0uDApWO5IYsos2J5aTlzuP\\/gUyluLEuTi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 16:11:28\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 16:11:28\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2642;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Balayet Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01914160767\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$rtmwgoWnRZfX4zNf290u0uDApWO5IYsos2J5aTlzuP\\/gUyluLEuTi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 16:11:28\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 16:11:28\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:92;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2732;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:21:\\\"Khalilur Rahman Belal\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01904499992\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$\\/5eQZPdtYOdIbdeW75aHruJmjhr2BIlKOcuIoF90dcbKYExGU7rhe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-27 16:23:38\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-27 16:23:38\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2732;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:21:\\\"Khalilur Rahman Belal\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01904499992\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$\\/5eQZPdtYOdIbdeW75aHruJmjhr2BIlKOcuIoF90dcbKYExGU7rhe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-27 16:23:38\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-27 16:23:38\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:93;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2734;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:21:\\\"\\\"JINAT AMAN BANNA   \\\"\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01717696009\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$iT3XAZADUrSYZl9rj\\/V1fupklJYuruH7G21A77PnZLPal7zl.6doK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-27 16:49:53\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-27 16:49:53\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2734;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:21:\\\"\\\"JINAT AMAN BANNA   \\\"\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01717696009\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$iT3XAZADUrSYZl9rj\\/V1fupklJYuruH7G21A77PnZLPal7zl.6doK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-27 16:49:53\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-27 16:49:53\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:94;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2735;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Efat hossain Rony\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:24:\\\"efathossanrony@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01634368158\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$PZ8cPkNV.YgrS8KWaoKlDuQOSA.HgdEOeWwtaMVXOM22iygA8de5i\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-27 16:53:53\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-27 16:53:53\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2735;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Efat hossain Rony\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:24:\\\"efathossanrony@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01634368158\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$PZ8cPkNV.YgrS8KWaoKlDuQOSA.HgdEOeWwtaMVXOM22iygA8de5i\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-27 16:53:53\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-27 16:53:53\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:95;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2741;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Wahidur Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01742441733\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$5r.iuUAD\\/iMXGQUzC1pHC.rBktFGdo\\/qLHQlEB\\/s\\/Bh\\/k5mj3yNoO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-01 11:26:57\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-01 11:26:57\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2741;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Wahidur Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01742441733\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$5r.iuUAD\\/iMXGQUzC1pHC.rBktFGdo\\/qLHQlEB\\/s\\/Bh\\/k5mj3yNoO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-01 11:26:57\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-01 11:26:57\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:96;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2742;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Taslima\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01896215225\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$jQhsTm3javo\\/TJ80vz1Vsuts8nSo49O2Ol6EYbrQqskS.jePbHlky\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-01 11:31:08\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-01 11:31:08\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2742;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Taslima\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01896215225\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$jQhsTm3javo\\/TJ80vz1Vsuts8nSo49O2Ol6EYbrQqskS.jePbHlky\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-01 11:31:08\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-01 11:31:08\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:97;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2744;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"M M HANIF\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"hanifmm36@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712624676\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$av6jo6nTeZkIyE.P.ZFBYutwrADx4i5ZBYWhJ5BreZIrfefMx8oRC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-01 11:42:47\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-01 11:42:47\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2744;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"M M HANIF\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"hanifmm36@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712624676\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$av6jo6nTeZkIyE.P.ZFBYutwrADx4i5ZBYWhJ5BreZIrfefMx8oRC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-01 11:42:47\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-01 11:42:47\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:98;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2746;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Mahfuzur\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01723478869\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Sx3KnCl62FqBLGP9HPd\\/4eG8hG\\/6xu0HAtnyZ4y3SkpcH1uuOPHNe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-01 12:02:35\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-01 12:02:35\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2746;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Mahfuzur\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01723478869\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Sx3KnCl62FqBLGP9HPd\\/4eG8hG\\/6xu0HAtnyZ4y3SkpcH1uuOPHNe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-01 12:02:35\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-01 12:02:35\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:99;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2751;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Masum Billah\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"www.tm217502@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01774055543\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$I.YszP\\/43dg1uv7wYDITOOA3JbPAfXnNn7aLGVB1XFZM.0GsxXZYS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-01 13:44:40\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-01 13:44:40\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2751;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Masum Billah\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"www.tm217502@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01774055543\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$I.YszP\\/43dg1uv7wYDITOOA3JbPAfXnNn7aLGVB1XFZM.0GsxXZYS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-01 13:44:40\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-01 13:44:40\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}}}s:4:\\\"text\\\";s:288:\\\"\\u09b8\\u09ae\\u09cd\\u09ae\\u09be\\u09a8\\u09bf\\u09a4 \\u0997\\u09cd\\u09b0\\u09be\\u09b9\\u0995,\\n\\u099c\\u09bf\\u09aa\\u09bf\\u098f\\u09b8 \\u098f\\u09b0 \\u0995\\u09cb\\u09a8 \\u09ac\\u09bf\\u09b2 \\u098f\\u0987 \\u09ae\\u09c1\\u09b9\\u09c1\\u09b0\\u09a4\\u09c7 \\u09a8\\u09be \\u09aa\\u09be\\u09a0\\u09be\\u09a8\\u09cb\\u09b0 \\u099c\\u09a8\\u09cd\\u09af \\u0985\\u09a8\\u09c1\\u09b0\\u09cb\\u09a7 \\u0995\\u09b0\\u099b\\u09bf \\u0964 \\u0986\\u09ae\\u09be\\u09a6\\u09c7\\u09b0 \\u09b8\\u09be\\u09b0\\u09cd\\u09ad\\u09be\\u09b0 \\u0986\\u09aa\\u09a1\\u09c7\\u099f \\u098f\\u09b0 \\u0995\\u09be\\u099c \\u099a\\u09b2\\u099b\\u09c7 \\u0964\\\";}s:3:\\\"job\\\";N;s:10:\\\"connection\\\";N;s:5:\\\"queue\\\";N;s:15:\\\"chainConnection\\\";N;s:10:\\\"chainQueue\\\";N;s:5:\\\"delay\\\";N;s:10:\\\"middleware\\\";a:0:{}s:7:\\\"chained\\\";a:0:{}}\"}}', 'Illuminate\\Queue\\MaxAttemptsExceededException: App\\Jobs\\SmsSend has been attempted too many times or run too long. The job may have previously timed out. in /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php:648\nStack trace:\n#0 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(163): Illuminate\\Queue\\Worker->maxAttemptsExceededException(Object(Illuminate\\Queue\\Jobs\\DatabaseJob))\n#1 /home/mygpsbd/public_html/app/Http/helper.php(28): Illuminate\\Queue\\Worker->Illuminate\\Queue\\{closure}(14, Array)\n#2 /home/mygpsbd/public_html/app/Jobs/SmsSend.php(35): send_sms(\'\\xE0\\xA6\\xB8\\xE0\\xA6\\xAE\\xE0\\xA7\\x8D\\xE0\\xA6\\xAE\\xE0\\xA6\\xBE...\', Array)\n#3 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App\\Jobs\\SmsSend->handle()\n#4 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/Util.php(37): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}()\n#5 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(93): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))\n#6 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(37): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))\n#7 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/Container.php(596): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)\n#8 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php(94): Illuminate\\Container\\Container->call(Array)\n#9 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(128): Illuminate\\Bus\\Dispatcher->Illuminate\\Bus\\{closure}(Object(App\\Jobs\\SmsSend))\n#10 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(103): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(App\\Jobs\\SmsSend))\n#11 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php(98): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))\n#12 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(83): Illuminate\\Bus\\Dispatcher->dispatchNow(Object(App\\Jobs\\SmsSend), false)\n#13 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(128): Illuminate\\Queue\\CallQueuedHandler->Illuminate\\Queue\\{closure}(Object(App\\Jobs\\SmsSend))\n#14 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(103): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(App\\Jobs\\SmsSend))\n#15 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(85): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))\n#16 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(59): Illuminate\\Queue\\CallQueuedHandler->dispatchThroughMiddleware(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Object(App\\Jobs\\SmsSend))\n#17 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Jobs/Job.php(98): Illuminate\\Queue\\CallQueuedHandler->call(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Array)\n#18 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(356): Illuminate\\Queue\\Jobs\\Job->fire()\n#19 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(306): Illuminate\\Queue\\Worker->process(\'database\', Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Object(Illuminate\\Queue\\WorkerOptions))\n#20 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(132): Illuminate\\Queue\\Worker->runJob(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), \'database\', Object(Illuminate\\Queue\\WorkerOptions))\n#21 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(112): Illuminate\\Queue\\Worker->daemon(\'database\', \'default\', Object(Illuminate\\Queue\\WorkerOptions))\n#22 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(96): Illuminate\\Queue\\Console\\WorkCommand->runWorker(\'database\', \'default\')\n#23 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Illuminate\\Queue\\Console\\WorkCommand->handle()\n#24 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/Util.php(37): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}()\n#25 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(93): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))\n#26 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(37): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))\n#27 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/Container.php(596): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)\n#28 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Console/Command.php(134): Illuminate\\Container\\Container->call(Array)\n#29 /home/mygpsbd/public_html/vendor/symfony/console/Command/Command.php(298): Illuminate\\Console\\Command->execute(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))\n#30 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Console/Command.php(121): Symfony\\Component\\Console\\Command\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))\n#31 /home/mygpsbd/public_html/vendor/symfony/console/Application.php(1040): Illuminate\\Console\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#32 /home/mygpsbd/public_html/vendor/symfony/console/Application.php(301): Symfony\\Component\\Console\\Application->doRunCommand(Object(Illuminate\\Queue\\Console\\WorkCommand), Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#33 /home/mygpsbd/public_html/vendor/symfony/console/Application.php(171): Symfony\\Component\\Console\\Application->doRun(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#34 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Console/Application.php(93): Symfony\\Component\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#35 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(129): Illuminate\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#36 /home/mygpsbd/public_html/artisan(37): Illuminate\\Foundation\\Console\\Kernel->handle(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#37 {main}', '2024-02-09 17:01:02');
INSERT INTO `failed_jobs` (`id`, `connection`, `queue`, `payload`, `exception`, `failed_at`) VALUES
(720, 'database', 'default', '{\"uuid\":\"59bc6666-437a-413a-b478-ea1a0a28adee\",\"displayName\":\"App\\\\Jobs\\\\SmsSend\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"delay\":null,\"timeout\":null,\"timeoutAt\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\SmsSend\",\"command\":\"O:16:\\\"App\\\\Jobs\\\\SmsSend\\\":9:{s:4:\\\"data\\\";a:2:{s:4:\\\"data\\\";O:39:\\\"Illuminate\\\\Database\\\\Eloquent\\\\Collection\\\":1:{s:8:\\\"\\u0000*\\u0000items\\\";a:100:{i:0;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2803;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Homywon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01889025419\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$YcI7rYboGcP6mx1Vi2pHKuoAASt5KJtFsmUv1SKtKgmB2pF7\\/pcaq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 13:00:20\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 13:00:20\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2803;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Homywon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01889025419\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$YcI7rYboGcP6mx1Vi2pHKuoAASt5KJtFsmUv1SKtKgmB2pF7\\/pcaq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 13:00:20\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 13:00:20\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:1;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2818;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Torequl islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01710857475\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$QZjRLn70LYMsR2H6H379WeXHBgEg44vKOpmMLBc9r8eSjbi8zag26\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 16:04:34\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 16:04:34\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2818;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Torequl islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01710857475\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$QZjRLn70LYMsR2H6H379WeXHBgEg44vKOpmMLBc9r8eSjbi8zag26\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 16:04:34\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 16:04:34\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:2;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3094;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Anowar\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"anowaropy01@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01799949901\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$N2orpNpF.mN7i1\\/A0UXrXOS89QB0ABnYz1uVudrYNd6QEz1BOt2Wu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 16:46:15\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 16:46:15\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3094;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Anowar\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"anowaropy01@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01799949901\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$N2orpNpF.mN7i1\\/A0UXrXOS89QB0ABnYz1uVudrYNd6QEz1BOt2Wu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 16:46:15\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 16:46:15\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:3;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3206;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Masud\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01722325752\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$HWSWegTPS8KdaSnBXmq9reugyo8242PLI2.5IOPbxWv2sldbYqgAK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 11:37:51\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 11:37:51\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3206;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Masud\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01722325752\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$HWSWegTPS8KdaSnBXmq9reugyo8242PLI2.5IOPbxWv2sldbYqgAK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 11:37:51\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 11:37:51\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:4;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3341;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"MD. Jahid\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"jahid11@mygpsbd.net\\\";s:7:\\\"address\\\";s:7:\\\"Tangail\\\";s:5:\\\"phone\\\";s:11:\\\"01725472180\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$2OGdvY\\/\\/hSdKiJTxBhWQ0.xEX7iG\\/z0GCQldZffCESJfFGD9fboRu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 11:26:03\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 11:26:03\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3341;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"MD. Jahid\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"jahid11@mygpsbd.net\\\";s:7:\\\"address\\\";s:7:\\\"Tangail\\\";s:5:\\\"phone\\\";s:11:\\\"01725472180\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$2OGdvY\\/\\/hSdKiJTxBhWQ0.xEX7iG\\/z0GCQldZffCESJfFGD9fboRu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 11:26:03\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 11:26:03\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:5;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3342;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Maidul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01859202018\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$wdsNyjFDN.dcazcu1trJO.1NF\\/XmqKDW8f94DG8pOdWGdtl49bTp2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 14:06:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 14:06:29\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3342;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Maidul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01859202018\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$wdsNyjFDN.dcazcu1trJO.1NF\\/XmqKDW8f94DG8pOdWGdtl49bTp2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 14:06:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 14:06:29\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:6;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3343;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Babu\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01967617400\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$76jH9LE3nBpeVnZAYrATjOeFmItSV0PtraF5vmox3prqyLeg35a\\/6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 14:08:33\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 14:08:33\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3343;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Babu\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01967617400\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$76jH9LE3nBpeVnZAYrATjOeFmItSV0PtraF5vmox3prqyLeg35a\\/6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 14:08:33\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 14:08:33\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:7;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3344;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"Sayed Anisur Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716642759\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$17rxKdVky7vOXBYC\\/de9luhM1fSy.uUwHJMDsrJrrMMuaPPq0S.1y\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 14:10:37\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 14:10:37\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3344;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"Sayed Anisur Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716642759\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$17rxKdVky7vOXBYC\\/de9luhM1fSy.uUwHJMDsrJrrMMuaPPq0S.1y\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 14:10:37\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 14:10:37\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:8;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3345;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Alamin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"alamin02@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01311465802\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$UKHD6Z2jKOA5Q6gMtDroPO\\/JjHQcAV426p6ZbxEbsrwpyd6p37Jcy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 14:14:07\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 14:14:07\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3345;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Alamin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"alamin02@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01311465802\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$UKHD6Z2jKOA5Q6gMtDroPO\\/JjHQcAV426p6ZbxEbsrwpyd6p37Jcy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 14:14:07\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 14:14:07\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:9;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3346;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Mozibur Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:25:\\\"moziburrahman@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01714011901\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ccNSXqdfPNdprArDct3imeNnhtnY1ynUtQseZtQCA8dy.iIWaRyXi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 14:18:57\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 14:18:57\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3346;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Mozibur Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:25:\\\"moziburrahman@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01714011901\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ccNSXqdfPNdprArDct3imeNnhtnY1ynUtQseZtQCA8dy.iIWaRyXi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 14:18:57\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 14:18:57\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:10;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3347;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Dr. Mujibur\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"drmujibor@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01710922762\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$cKGsmS.vQW0xsR8XYj1E1u0cfHoBsVBrJH6RtsXZWejFZJ6.vGMBi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 14:22:35\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 14:22:35\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3347;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Dr. Mujibur\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"drmujibor@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01710922762\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$cKGsmS.vQW0xsR8XYj1E1u0cfHoBsVBrJH6RtsXZWejFZJ6.vGMBi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 14:22:35\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 14:22:35\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:11;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3350;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Md. Jamal Uddin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715150149\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$3dEiG3YSpJXvsOuSh.7zGO9AzukOnf2uM4dzivzG8wdTj2c4qT\\/Vi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 15:33:23\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 15:33:23\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3350;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Md. Jamal Uddin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715150149\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$3dEiG3YSpJXvsOuSh.7zGO9AzukOnf2uM4dzivzG8wdTj2c4qT\\/Vi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 15:33:23\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 15:33:23\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:12;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3351;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Alamin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"alamin26@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01707132226\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$NxKRwkMB9yRmjAD.qHgPaudjbNMi7CUE2NuH\\/Qfu8W1.ponpR.Ecm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 15:35:24\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 15:35:24\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3351;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Alamin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"alamin26@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01707132226\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$NxKRwkMB9yRmjAD.qHgPaudjbNMi7CUE2NuH\\/Qfu8W1.ponpR.Ecm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 15:35:24\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 15:35:24\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:13;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3352;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Dr. Alom\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:16:\\\"alom@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01818252898\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$IQkdZhqJXiVgUy94xdcpRu0DhKpDR\\/V.JcWF4ncXTtNxUTyIAUJXK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 15:58:47\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 15:58:47\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3352;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Dr. Alom\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:16:\\\"alom@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01818252898\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$IQkdZhqJXiVgUy94xdcpRu0DhKpDR\\/V.JcWF4ncXTtNxUTyIAUJXK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 15:58:47\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 15:58:47\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:14;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3354;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Arafat ali\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01303248448\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$9m10g32N8gYJLzv2h17Q2uQYnzM9nrAQFo.Rg7p3Jo81TTXW7ilE6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 16:02:33\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 16:02:33\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3354;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Arafat ali\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01303248448\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$9m10g32N8gYJLzv2h17Q2uQYnzM9nrAQFo.Rg7p3Jo81TTXW7ilE6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 16:02:33\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 16:02:33\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:15;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3355;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Ataur\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"ataur05@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711968405\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$iGwF4yXvncdJhtl\\/cACdF.JHgSdZoxPT9jSAPDs5W1t5DYoHF4TJi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 16:04:14\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 16:04:14\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3355;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Ataur\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"ataur05@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711968405\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$iGwF4yXvncdJhtl\\/cACdF.JHgSdZoxPT9jSAPDs5W1t5DYoHF4TJi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 16:04:14\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 16:04:14\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:16;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3356;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Ali Hossain Sikder\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"alihossain@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01867767351\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$jHSA7YS4Y3OPPN8iiG4H7.X2NVaGpALvyJMl2DdiBnwrL3nTpuwk6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 16:05:32\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 16:05:32\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3356;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Ali Hossain Sikder\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"alihossain@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01867767351\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$jHSA7YS4Y3OPPN8iiG4H7.X2NVaGpALvyJMl2DdiBnwrL3nTpuwk6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 16:05:32\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 16:05:32\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:17;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3357;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Anwar\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"alihossain@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715742196\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$DvkU8P3ozzEin3Jx9bpepOQ4ULnY6zpKJfKOwtqHbLMLR1M0n08ki\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 16:06:42\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 16:06:42\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3357;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Anwar\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"alihossain@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715742196\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$DvkU8P3ozzEin3Jx9bpepOQ4ULnY6zpKJfKOwtqHbLMLR1M0n08ki\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 16:06:42\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 16:06:42\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:18;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3358;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Novin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01731767682\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$tSfR2N.u1HgkSnO23ppMM.rjeeKeQ5ptVxETkt7hN5dodv2f8fIE.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 16:12:03\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 16:12:03\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3358;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Novin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01731767682\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$tSfR2N.u1HgkSnO23ppMM.rjeeKeQ5ptVxETkt7hN5dodv2f8fIE.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 16:12:03\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 16:12:03\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:19;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3359;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:20:\\\"Fahim Alom Chowdhury\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"fahim84@mygpsbd.com\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01915024484\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$fTby1b\\/5OsX9pVI7yqlEie\\/dLDExUKC8O7ST4X5w24gv1JfwGZMru\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 16:14:23\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 16:14:23\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3359;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:20:\\\"Fahim Alom Chowdhury\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"fahim84@mygpsbd.com\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01915024484\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$fTby1b\\/5OsX9pVI7yqlEie\\/dLDExUKC8O7ST4X5w24gv1JfwGZMru\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 16:14:23\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 16:14:23\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:20;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3360;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"SK Mahedi\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"hatmahedi@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01911060580\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$lOTbuNZHo6JxroB1\\/daTKeILhY.Zgv.hR7MOm9IucxLKwiH72apmS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 16:16:11\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 16:16:11\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3360;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"SK Mahedi\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"hatmahedi@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01911060580\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$lOTbuNZHo6JxroB1\\/daTKeILhY.Zgv.hR7MOm9IucxLKwiH72apmS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 16:16:11\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 16:16:11\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:21;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3361;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Md.Ataur Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"ataur79@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01913300979\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$GKn3MRqRUrI6.eW5dgJCdeCC8yAlVqOT5k9lG.BlG8G6L7D.TpORS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 16:18:40\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 16:18:40\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3361;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Md.Ataur Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"ataur79@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01913300979\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$GKn3MRqRUrI6.eW5dgJCdeCC8yAlVqOT5k9lG.BlG8G6L7D.TpORS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 16:18:40\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 16:18:40\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:22;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3362;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Isa Aziz\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"aziz34@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01723909134\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$m7\\/AniiQ3pbVtxlm1ZbFzeCX5KJUQtCCWOJMqOjFX7KsX2i23bCK.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 16:26:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 16:26:29\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3362;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Isa Aziz\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"aziz34@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01723909134\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$m7\\/AniiQ3pbVtxlm1ZbFzeCX5KJUQtCCWOJMqOjFX7KsX2i23bCK.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 16:26:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 16:26:29\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:23;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3363;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Mir Alauddin Bappy\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711207150\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$DfrObOUH5sfWPEiC3BBtwucHG7UuIfHvJKkABApncNmr8TF8NXRe6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 16:29:08\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 16:29:08\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3363;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Mir Alauddin Bappy\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711207150\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$DfrObOUH5sfWPEiC3BBtwucHG7UuIfHvJKkABApncNmr8TF8NXRe6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 16:29:08\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 16:29:08\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:24;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3364;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Captain Kaikobad\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"jahid.dhakabd@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716604931\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$KIpCaBQIf6lBm5eiyDmCGO8dVad4OBibGyCe9dslK.R0MGnagduRO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 16:39:36\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 16:40:32\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3364;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Captain Kaikobad\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"jahid.dhakabd@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716604931\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$KIpCaBQIf6lBm5eiyDmCGO8dVad4OBibGyCe9dslK.R0MGnagduRO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 16:39:36\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 16:40:32\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:25;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3365;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Faysal Ahmmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"ftc.uzzal@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01677345660\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$v1OKY\\/emocmyIHc3tKQzAOC7GVzBPpOfKaiRMH3ozJ1xQfbQMjk3a\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 16:43:53\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 16:43:53\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3365;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Faysal Ahmmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"ftc.uzzal@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01677345660\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$v1OKY\\/emocmyIHc3tKQzAOC7GVzBPpOfKaiRMH3ozJ1xQfbQMjk3a\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 16:43:53\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 16:43:53\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:26;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3366;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"mkfashion28\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"mkfashion28@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01671826193\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$FHZQ2j8ywFBgb21d2RpZ3.A3wiBXcnYcJfT8HH42JI9uJS9VJnzNW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 16:48:47\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 16:48:47\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3366;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"mkfashion28\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"mkfashion28@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01671826193\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$FHZQ2j8ywFBgb21d2RpZ3.A3wiBXcnYcJfT8HH42JI9uJS9VJnzNW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 16:48:47\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 16:48:47\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:27;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3367;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Shahin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01789126130\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$.sMi7QWFvbHL6k1VwGkfFuevHjKYDQVwVDoCFJtCof96\\/QCzhDt8y\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 16:53:57\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 16:53:57\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3367;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Shahin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01789126130\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$.sMi7QWFvbHL6k1VwGkfFuevHjKYDQVwVDoCFJtCof96\\/QCzhDt8y\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 16:53:57\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 16:53:57\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:28;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3368;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Morshed Miraj\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:17:\\\"hmmiraj@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01817002333\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$kYcz0xKjOeM0GYhAim3H1OG6CC\\/TVSv.TBOmQ0lD83AjsYQNxWqxu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 16:56:15\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 16:56:15\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3368;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Morshed Miraj\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:17:\\\"hmmiraj@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01817002333\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$kYcz0xKjOeM0GYhAim3H1OG6CC\\/TVSv.TBOmQ0lD83AjsYQNxWqxu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 16:56:15\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 16:56:15\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:29;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3369;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Md. Mostofa\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"mostofa.html@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711100264\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$g6eVIsgVXbMMD7tPjxIjNukBSt5TOGSlK7N7U9.q77PsQH8iOvyXm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 16:58:47\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 16:58:47\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3369;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Md. Mostofa\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"mostofa.html@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711100264\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$g6eVIsgVXbMMD7tPjxIjNukBSt5TOGSlK7N7U9.q77PsQH8iOvyXm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 16:58:47\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 16:58:47\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:30;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3370;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Shamim Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"shamim08@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01977107608\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ckqF45S4RqU.aK\\/.mgvamuw3BajEaP4YR\\/.g5ssrBtMfGJxOGkY.a\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 17:01:24\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 17:01:24\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3370;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Shamim Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"shamim08@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01977107608\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ckqF45S4RqU.aK\\/.mgvamuw3BajEaP4YR\\/.g5ssrBtMfGJxOGkY.a\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 17:01:24\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 17:01:24\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:31;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3371;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Shahin Alom\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"shahin@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01632470615\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$V2Xc\\/oG\\/qGvGwoy8wvoLTOtY31s14I9eMY7xPOShYPh2wp4r2qBbC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 17:06:24\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 17:06:24\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3371;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Shahin Alom\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"shahin@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01632470615\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$V2Xc\\/oG\\/qGvGwoy8wvoLTOtY31s14I9eMY7xPOShYPh2wp4r2qBbC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 17:06:24\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 17:06:24\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:32;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3372;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Md. Safwan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"safwan35@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01817286397\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$KjXsJqCRJvpKygSYitITgOKI..p7dSScFcMtawqFUcwIZNfj2RqDm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 17:08:46\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 17:08:46\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3372;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Md. Safwan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"safwan35@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01817286397\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$KjXsJqCRJvpKygSYitITgOKI..p7dSScFcMtawqFUcwIZNfj2RqDm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 17:08:46\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 17:08:46\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:33;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3373;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Shibbir Ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"shibbir@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01772428799\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$MlE7fHHZylxJwc.dP90bNumaveV07XDoJTKyUWFJ0bdNu7.ph22lm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 17:10:55\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 17:10:55\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3373;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Shibbir Ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"shibbir@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01772428799\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$MlE7fHHZylxJwc.dP90bNumaveV07XDoJTKyUWFJ0bdNu7.ph22lm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 17:10:55\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 17:10:55\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:34;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3374;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Alauddin khan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01611011185\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$RyffsfBmUF9Epvfca24WD.zfg1yCx1TB1CJ06.4Wgv4yx2SYfyhBS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 17:13:31\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 17:13:31\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3374;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Alauddin khan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01611011185\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$RyffsfBmUF9Epvfca24WD.zfg1yCx1TB1CJ06.4Wgv4yx2SYfyhBS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 17:13:31\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 17:13:31\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:35;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3375;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Faisal\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01924758812\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$PgsInnGxUf2H7cUpO0Wfk.fB8z7OONPkc9g0oe739XbQZaFf2hfa2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 17:14:42\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 17:14:42\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3375;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Faisal\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01924758812\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$PgsInnGxUf2H7cUpO0Wfk.fB8z7OONPkc9g0oe739XbQZaFf2hfa2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 17:14:42\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 17:14:42\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:36;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3376;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Akas\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01724660825\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$kqG14kUyIXaV55RFzecotubgn4SVQT2wbHBhAWMtgP23jgi0\\/kmpW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 17:16:00\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 17:16:00\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3376;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Akas\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01724660825\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$kqG14kUyIXaV55RFzecotubgn4SVQT2wbHBhAWMtgP23jgi0\\/kmpW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 17:16:00\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 17:16:00\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:37;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3377;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Kamruzzaman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01944455392\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$6Wz\\/eTT5ugCOrO6P52jZkuHpc6Je.XYznF56mBdiNk2xKaPQLXzre\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 17:17:03\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 17:17:03\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3377;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Kamruzzaman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01944455392\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$6Wz\\/eTT5ugCOrO6P52jZkuHpc6Je.XYznF56mBdiNk2xKaPQLXzre\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 17:17:03\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 17:17:03\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:38;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3378;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Alamin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01688677508\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$NYsgfQ6PzQnzw3gKnmVP1eUNKWA44HyySdBhYKSZTqYH5FptJeK2S\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 17:25:28\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 17:25:28\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3378;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Alamin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01688677508\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$NYsgfQ6PzQnzw3gKnmVP1eUNKWA44HyySdBhYKSZTqYH5FptJeK2S\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 17:25:28\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 17:25:28\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:39;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3379;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"ROMAN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01792546773\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$4cSfXolSwW36IY5wKNBIX.ZF8gIeeofcJ9kNU5q0Q12zj0ZZPYvHq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 17:34:18\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 17:34:18\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3379;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"ROMAN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01792546773\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$4cSfXolSwW36IY5wKNBIX.ZF8gIeeofcJ9kNU5q0Q12zj0ZZPYvHq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 17:34:18\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 17:34:18\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:40;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3380;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Noyon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712562306\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$BUAl9fF1qNv4IthunoRtauGDp\\/1q3I6VMy4XXqOYpx\\/PYPG4t3nh2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 17:35:35\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 17:35:35\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3380;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Noyon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712562306\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$BUAl9fF1qNv4IthunoRtauGDp\\/1q3I6VMy4XXqOYpx\\/PYPG4t3nh2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 17:35:35\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 17:35:35\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:41;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3381;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Moinul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01795555885\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$UWrOeXS9wqMZVthECEzI6OK6TV91.PVCsXbdgGxDLsqqlSicW3M.G\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 17:36:58\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 17:36:58\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3381;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Moinul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01795555885\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$UWrOeXS9wqMZVthECEzI6OK6TV91.PVCsXbdgGxDLsqqlSicW3M.G\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 17:36:58\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 17:36:58\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:42;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3382;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Sudhir Das\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01689921672\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$K9LT8A6x.ZJbiYeK.DkZ9O5b8AQ8iN8lHY9P50rlBCoKA4lDLi0RK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 17:38:58\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 17:38:58\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3382;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Sudhir Das\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01689921672\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$K9LT8A6x.ZJbiYeK.DkZ9O5b8AQ8iN8lHY9P50rlBCoKA4lDLi0RK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 17:38:58\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 17:38:58\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:43;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3383;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Sha Alom Monir\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01812070000\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$zmV8XQeZgBpCOxFQaAFaCeDlz733Zmoc3OW\\/EKiBIWzyt1\\/KO64Zq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 17:41:54\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 17:41:54\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3383;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Sha Alom Monir\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01812070000\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$zmV8XQeZgBpCOxFQaAFaCeDlz733Zmoc3OW\\/EKiBIWzyt1\\/KO64Zq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 17:41:54\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 17:41:54\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:44;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3384;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Borun\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01841643075\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$uZrPOTnRvnVPLA1AbeaUne43MFELZ8j5AmaX0PkNDF4Kxl8xxmGuy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 17:43:16\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 17:43:16\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3384;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Borun\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01841643075\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$uZrPOTnRvnVPLA1AbeaUne43MFELZ8j5AmaX0PkNDF4Kxl8xxmGuy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 17:43:16\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 17:43:16\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:45;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3385;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Md. Sabbir Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01798585960\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$2Yfh37smqwkQxBtS5EJKmuQ83.6ZI.WLYzXiKoeV3x1ApJNaXj3fa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 11:04:58\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 11:04:58\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3385;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Md. Sabbir Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01798585960\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$2Yfh37smqwkQxBtS5EJKmuQ83.6ZI.WLYzXiKoeV3x1ApJNaXj3fa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 11:04:58\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 11:04:58\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:46;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3386;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Asif Masud\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01717058372\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$0NPJ\\/BEdEYBBsAqT3tbDnuGs6hx9234tSDzZsogcIvV9jcwipJ1L6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 11:06:33\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 11:06:33\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3386;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Asif Masud\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01717058372\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$0NPJ\\/BEdEYBBsAqT3tbDnuGs6hx9234tSDzZsogcIvV9jcwipJ1L6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 11:06:33\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 11:06:33\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:47;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3387;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Nur Alam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01739215973\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$6Vspy7XYEeclaST3PWi1vOUzWxWp7wNsIRvjuu1fKVd3Gril3YbHm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 11:07:49\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 11:07:49\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3387;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Nur Alam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01739215973\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$6Vspy7XYEeclaST3PWi1vOUzWxWp7wNsIRvjuu1fKVd3Gril3YbHm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 11:07:49\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 11:07:49\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:48;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3388;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Shourav\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715783861\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$vYi4Sq8bCltSt.RKiUHQSeP5ZVo5XwFgUa7atM5TISrw31A17T5\\/a\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 11:09:20\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 11:09:20\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3388;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Shourav\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715783861\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$vYi4Sq8bCltSt.RKiUHQSeP5ZVo5XwFgUa7atM5TISrw31A17T5\\/a\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 11:09:20\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 11:09:20\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:49;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3389;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Sumon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711874519\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$H5uNQU.GI4X\\/0ANx4sknBu6BfCSg4jBTxA9WjT27kdr.GRtRSpyC6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 11:10:40\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 11:10:40\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3389;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Sumon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711874519\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$H5uNQU.GI4X\\/0ANx4sknBu6BfCSg4jBTxA9WjT27kdr.GRtRSpyC6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 11:10:40\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 11:10:40\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:50;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3390;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Yusuf Malibag\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01924610051\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Zzep\\/D05QcadU6e77nD6cev.MeVNOHADjiMUbt\\/q5qVog1X7PpVfC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 11:11:46\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 11:11:46\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3390;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Yusuf Malibag\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01924610051\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Zzep\\/D05QcadU6e77nD6cev.MeVNOHADjiMUbt\\/q5qVog1X7PpVfC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 11:11:46\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 11:11:46\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:51;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3391;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Rasel\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01722031051\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$sMq91l7LlfATv8NQSqMdbe2tOgVlyTgx5MqXDqY7z8M27FHc6pFLy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 11:13:39\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 11:13:39\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3391;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Rasel\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01722031051\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$sMq91l7LlfATv8NQSqMdbe2tOgVlyTgx5MqXDqY7z8M27FHc6pFLy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 11:13:39\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 11:13:39\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:52;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3392;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Gold King\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01885997676\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$sQbLiuZzMZwMugg6hroePePsBgXC2aqt6dF0\\/.e8hlD4ZhcaaDkWq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 11:52:46\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 11:52:46\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3392;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Gold King\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01885997676\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$sQbLiuZzMZwMugg6hroePePsBgXC2aqt6dF0\\/.e8hlD4ZhcaaDkWq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 11:52:46\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 11:52:46\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:53;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3393;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Md. Shamrat\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01314437030\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Gh50CbHkYXADk7b.6ZogzefnTCILDKJzsc6HYl1y42T369uyXyH\\/u\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 11:55:17\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 11:55:17\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3393;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Md. Shamrat\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01314437030\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Gh50CbHkYXADk7b.6ZogzefnTCILDKJzsc6HYl1y42T369uyXyH\\/u\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 11:55:17\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 11:55:17\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:54;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3394;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Nazame Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01977366566\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$r2spcH4VtfEjnyOtDnPBm.1GiS693VHn2F4axwkhbjq0Qm9L3qJU6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 11:56:25\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 11:56:25\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3394;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Nazame Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01977366566\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$r2spcH4VtfEjnyOtDnPBm.1GiS693VHn2F4axwkhbjq0Qm9L3qJU6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 11:56:25\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 11:56:25\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:55;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3395;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Md. Faridul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01742921551\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$yTAvwA4fhibtskYEvNw8AuJ1NbFuYZ2PGtNn2eV3Pt7Nvo17jF5KW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 12:47:43\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 12:47:43\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3395;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Md. Faridul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01742921551\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$yTAvwA4fhibtskYEvNw8AuJ1NbFuYZ2PGtNn2eV3Pt7Nvo17jF5KW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 12:47:43\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 12:47:43\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:56;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3396;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md. Moniruzzaman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01938835957\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$1d2Si6D4WJFJqVGyvIFpdOp3ew7rLFRR8hsFdz.Ai9KmzpczUDIYW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 12:50:26\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 12:50:26\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3396;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md. Moniruzzaman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01938835957\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$1d2Si6D4WJFJqVGyvIFpdOp3ew7rLFRR8hsFdz.Ai9KmzpczUDIYW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 12:50:26\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 12:50:26\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:57;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3397;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Bellal\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712114566\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$aUwOUITp70swt6DVIJ2F.OYcI4JKCzxvg97\\/pvs4HjuteGCujODqi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 13:19:13\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 13:19:13\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3397;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Bellal\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712114566\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$aUwOUITp70swt6DVIJ2F.OYcI4JKCzxvg97\\/pvs4HjuteGCujODqi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 13:19:13\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 13:19:13\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:58;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3398;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Monsurull Haque\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01818170866\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$FWltsGdP18qMrbSWRPlNQ.fPzFLnNOkXtxqUH65q0ZWW7XUyn4Xzu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 13:20:24\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 13:20:24\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3398;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Monsurull Haque\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01818170866\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$FWltsGdP18qMrbSWRPlNQ.fPzFLnNOkXtxqUH65q0ZWW7XUyn4Xzu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 13:20:24\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 13:20:24\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:59;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3399;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Md. Azom\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01950107528\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$cg0o7HNvYu5mo7DbfdEXEusS\\/hVS2WFzwCKhXr5xvUCPOtO.PM0e2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 13:21:35\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 13:21:35\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3399;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Md. Azom\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01950107528\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$cg0o7HNvYu5mo7DbfdEXEusS\\/hVS2WFzwCKhXr5xvUCPOtO.PM0e2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 13:21:35\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 13:21:35\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:60;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3400;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Saif\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01779909931\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$rx4QFTNiBQ3.D\\/Xq6LS9nOkuEa4.unR.vg7jnAFqf8l.6GBRzc62W\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 13:23:09\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 13:23:09\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3400;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Saif\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01779909931\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$rx4QFTNiBQ3.D\\/Xq6LS9nOkuEa4.unR.vg7jnAFqf8l.6GBRzc62W\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 13:23:09\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 13:23:09\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:61;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3401;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Md Anis\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712938957\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$7tUXtueY7sRB1XJu2.uQbO8vYxU9Ib4u7NR5U\\/YxmeQAlAdszuGda\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 13:24:15\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 13:24:15\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3401;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Md Anis\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712938957\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$7tUXtueY7sRB1XJu2.uQbO8vYxU9Ib4u7NR5U\\/YxmeQAlAdszuGda\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 13:24:15\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 13:24:15\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:62;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3402;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Joy Hasan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01720117201\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$JAb\\/RemNPvVZRb.YujvDyOEJOxVRjh7UcUG3DWodTHZHNu4qbUv5y\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 13:25:17\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 13:25:17\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3402;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Joy Hasan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01720117201\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$JAb\\/RemNPvVZRb.YujvDyOEJOxVRjh7UcUG3DWodTHZHNu4qbUv5y\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 13:25:17\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 13:25:17\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:63;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3403;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Monir\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711632408\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$yf1eMHLrHDCqtf7rfEdQJ.9GXQg4IxZnk2EALFm8U4nGLJFKnTPLG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 13:26:14\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 13:26:14\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3403;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Monir\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711632408\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$yf1eMHLrHDCqtf7rfEdQJ.9GXQg4IxZnk2EALFm8U4nGLJFKnTPLG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 13:26:14\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 13:26:14\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:64;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3404;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Rifath Sayeed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01713424137\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$swlkpWoq8CVkh0kBx2d83eB.1CP6KCih6PWowPvajW7ecr1vBUbo.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 13:27:11\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 13:27:11\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3404;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Rifath Sayeed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01713424137\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$swlkpWoq8CVkh0kBx2d83eB.1CP6KCih6PWowPvajW7ecr1vBUbo.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 13:27:11\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 13:27:11\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:65;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3405;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Sagor\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01626098403\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$CsDGcLX8Qx5qhypf85o0p.p2xD2aQrg\\/MvHAhrARIGZ9Q7tUYA.Ry\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 13:39:01\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 13:39:01\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3405;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Sagor\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01626098403\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$CsDGcLX8Qx5qhypf85o0p.p2xD2aQrg\\/MvHAhrARIGZ9Q7tUYA.Ry\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 13:39:01\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 13:39:01\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:66;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3406;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Arif\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01888720095\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$YyToM3JTRl8tDKFYu5iGgOTu60BZSEuqYr1Fi\\/x6sotPGohk2S502\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 13:41:19\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 13:41:19\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3406;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Arif\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01888720095\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$YyToM3JTRl8tDKFYu5iGgOTu60BZSEuqYr1Fi\\/x6sotPGohk2S502\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 13:41:19\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 13:41:19\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:67;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3407;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Zahidul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01925158283\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$113.ZqgRkM1PvQkikilaweMlmIv8xBgtU5J7I7l.kQI1m1nACnRpS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 14:54:16\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 14:54:16\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3407;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Zahidul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01925158283\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$113.ZqgRkM1PvQkikilaweMlmIv8xBgtU5J7I7l.kQI1m1nACnRpS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 14:54:16\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 14:54:16\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:68;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3408;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Ummat ALI\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01721656262\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$CtVV5mnJpiBHdXdYQsS5u.Zny5QFJhK.dq\\/Hz34JINyN0iJo6.ArO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:03:16\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:03:16\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3408;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Ummat ALI\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01721656262\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$CtVV5mnJpiBHdXdYQsS5u.Zny5QFJhK.dq\\/Hz34JINyN0iJo6.ArO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:03:16\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:03:16\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:69;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3409;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Shahin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01819252491\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$eAONZnUNze3z6Oq9R4o7veZGlwn64Oz0mZOAJdaAgQP3gysDtPQUa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:04:41\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:04:41\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3409;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Shahin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01819252491\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$eAONZnUNze3z6Oq9R4o7veZGlwn64Oz0mZOAJdaAgQP3gysDtPQUa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:04:41\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:04:41\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:70;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3410;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Shemanta\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01816801259\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$KYNIUmU7dRCSrN5NzOMFpehIITbrzp8gI8xU0oXYfIS3jXn96GxKG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:07:04\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:07:04\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3410;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Shemanta\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01816801259\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$KYNIUmU7dRCSrN5NzOMFpehIITbrzp8gI8xU0oXYfIS3jXn96GxKG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:07:04\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:07:04\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:71;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3411;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"SM Maniruzzan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715239290\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$MyS6XNUvIyVxnLMUE5\\/S0eFBaZuqNt2DUcjbyjf75lqg9O9NqgPAa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:09:19\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:09:19\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3411;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"SM Maniruzzan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715239290\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$MyS6XNUvIyVxnLMUE5\\/S0eFBaZuqNt2DUcjbyjf75lqg9O9NqgPAa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:09:19\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:09:19\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:72;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3412;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Badsha Bulbul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01626243108\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$jsG7xLUUS7oP4rDErGda1uwjpLvggWhv9s.WKQ3pcZtGi1AbNYzWe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:10:24\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:10:24\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3412;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Badsha Bulbul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01626243108\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$jsG7xLUUS7oP4rDErGda1uwjpLvggWhv9s.WKQ3pcZtGi1AbNYzWe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:10:24\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:10:24\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:73;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3413;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Faisal\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01879378900\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$yZ35BKVFvzMQeBcpwnqYfe\\/Ck8sn.rKCg1eNcKqzi8D6k\\/vfIDNvS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:11:22\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:11:22\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3413;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Faisal\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01879378900\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$yZ35BKVFvzMQeBcpwnqYfe\\/Ck8sn.rKCg1eNcKqzi8D6k\\/vfIDNvS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:11:22\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:11:22\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:74;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3414;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Elias Kanchan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01769207018\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$lHoFAo2MFevTjbWkC6njvOG5i2dJPwH8gxYSZIqXG73Q8kl9YeuHK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:12:57\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:12:57\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3414;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Elias Kanchan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01769207018\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$lHoFAo2MFevTjbWkC6njvOG5i2dJPwH8gxYSZIqXG73Q8kl9YeuHK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:12:57\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:12:57\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:75;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3415;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Alauddin khan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01612684676\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ntDdrkARchC27eDAZCwAD.RL\\/2Jf41M6QhUn20QFCxXYarXlDrH1u\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:15:36\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:15:36\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3415;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Alauddin khan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01612684676\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ntDdrkARchC27eDAZCwAD.RL\\/2Jf41M6QhUn20QFCxXYarXlDrH1u\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:15:36\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:15:36\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:76;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3416;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Tanvir shyod bappy\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712226037\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$3\\/RptmKtvTJq3hSAwW1nk.z9eWoQBdi5kLOE59mu\\/e5IKjEQ0q2pC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:17:09\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:17:09\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3416;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Tanvir shyod bappy\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712226037\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$3\\/RptmKtvTJq3hSAwW1nk.z9eWoQBdi5kLOE59mu\\/e5IKjEQ0q2pC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:17:09\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:17:09\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:77;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3417;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Shoun\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01799186403\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$XQC0o1d6.w6JCSy2clyJdu\\/vKqyhgy\\/Uzb\\/NGAg2fFxeoLB8.19Iq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:18:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:18:29\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3417;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Shoun\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01799186403\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$XQC0o1d6.w6JCSy2clyJdu\\/vKqyhgy\\/Uzb\\/NGAg2fFxeoLB8.19Iq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:18:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:18:29\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:78;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3418;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Akash\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01906861117\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$so8l2tvuGoUR3vLCzQp7AuFJPfeDnEdII3XMqIVBUifu0UiLTdpe6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:24:47\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:24:47\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3418;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Akash\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01906861117\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$so8l2tvuGoUR3vLCzQp7AuFJPfeDnEdII3XMqIVBUifu0UiLTdpe6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:24:47\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:24:47\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:79;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3419;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Nazmul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01718527108\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$O7RenHANj5C9itNKa7qpA.x3htKXO2FRM9vxUPJ8fTCnt5xLHIAaO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:26:52\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:26:52\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3419;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Nazmul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01718527108\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$O7RenHANj5C9itNKa7qpA.x3htKXO2FRM9vxUPJ8fTCnt5xLHIAaO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:26:52\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:26:52\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:80;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3420;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Rajib\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01318742290\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$oN9pCQgaeR.ijAhGlRaL3.kIsJ3hjIZno7Aw.yOad4BMGASAJDCoy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:27:48\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:27:48\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3420;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Rajib\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01318742290\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$oN9pCQgaeR.ijAhGlRaL3.kIsJ3hjIZno7Aw.yOad4BMGASAJDCoy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:27:48\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:27:48\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:81;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3421;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"kawsar Ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01750019777\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$OfFlLOf8gsublGNNSQ6AEeq.ytrapI9z77Xtx1Z54zJOgZ.koeRk6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:28:37\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:28:37\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3421;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"kawsar Ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01750019777\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$OfFlLOf8gsublGNNSQ6AEeq.ytrapI9z77Xtx1Z54zJOgZ.koeRk6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:28:37\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:28:37\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:82;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3422;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Shirajul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01737218001\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$2AykSKrkgFfeZGH9RfxMmujERKXMJ5eRWd3\\/Eq3HKzr02GbpZ0sUm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:29:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:29:29\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3422;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Shirajul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01737218001\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$2AykSKrkgFfeZGH9RfxMmujERKXMJ5eRWd3\\/Eq3HKzr02GbpZ0sUm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:29:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:29:29\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:83;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3423;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Akter Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711393473\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$GUALXV.hiF.PZFCMsQxNgu8R9YZLXamb5Zris19U7o5S90.cRkd6y\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:30:41\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:30:41\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3423;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Akter Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711393473\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$GUALXV.hiF.PZFCMsQxNgu8R9YZLXamb5Zris19U7o5S90.cRkd6y\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:30:41\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:30:41\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:84;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3424;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Mustafa\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01866066602\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$yEoLC\\/l3Vw84JUTHmSBiruZrYkOz5FSRgOZUNkl8yEFe\\/tIe6Ijvq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:32:40\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:32:40\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3424;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Mustafa\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01866066602\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$yEoLC\\/l3Vw84JUTHmSBiruZrYkOz5FSRgOZUNkl8yEFe\\/tIe6Ijvq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:32:40\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:32:40\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:85;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3425;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Khurshed Alom\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:7:\\\"Tangail\\\";s:5:\\\"phone\\\";s:11:\\\"01729220055\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$5ZOKwaglCj9bpBlcxZ\\/IK.HBcZcx1BrLsD97vpYifU255VpWvR0gO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:33:33\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:33:33\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3425;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Khurshed Alom\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:7:\\\"Tangail\\\";s:5:\\\"phone\\\";s:11:\\\"01729220055\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$5ZOKwaglCj9bpBlcxZ\\/IK.HBcZcx1BrLsD97vpYifU255VpWvR0gO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:33:33\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:33:33\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:86;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3426;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:27:\\\"Ashraful karim sikder Noman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716566251\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$5Cuv\\/xMItTJZpXdQo1F5m.kK8NL1SE6oXJLV\\/hrw5zpg4q6Bjy\\/qq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:34:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:34:29\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3426;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:27:\\\"Ashraful karim sikder Noman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716566251\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$5Cuv\\/xMItTJZpXdQo1F5m.kK8NL1SE6oXJLV\\/hrw5zpg4q6Bjy\\/qq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:34:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:34:29\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:87;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3427;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Ruhul amin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01739993231\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$LgTDK7zOffP9nTwBv2ERq.f4rtj4\\/ELguyybx13VicunWoSQBJudm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:35:23\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:35:23\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3427;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Ruhul amin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01739993231\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$LgTDK7zOffP9nTwBv2ERq.f4rtj4\\/ELguyybx13VicunWoSQBJudm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:35:23\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:35:23\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:88;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3428;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Subol\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01786044224\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$zQJWaLd7gKRi6LgZUm3Hq.hGeC53wnt0XqcaNklndLTbNYelq5b8e\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:36:51\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:36:51\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3428;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Subol\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01786044224\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$zQJWaLd7gKRi6LgZUm3Hq.hGeC53wnt0XqcaNklndLTbNYelq5b8e\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:36:51\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:36:51\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:89;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3429;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Abdul Kuddis\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01813905594\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$8eCZmwyhte7H\\/ekm3ohVCOHCwZR5mXJEUKozfeaASk4T8enovPOXi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:38:20\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:38:20\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3429;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Abdul Kuddis\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01813905594\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$8eCZmwyhte7H\\/ekm3ohVCOHCwZR5mXJEUKozfeaASk4T8enovPOXi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:38:20\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:38:20\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:90;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3430;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Pacific Cargo\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01778322365\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$iWK\\/.AAKlMUxSmo\\/\\/h\\/lZ.eToiwOnWiSxLJUuQoYXDW3vogeKH5t6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:40:32\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:40:32\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3430;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Pacific Cargo\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01778322365\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$iWK\\/.AAKlMUxSmo\\/\\/h\\/lZ.eToiwOnWiSxLJUuQoYXDW3vogeKH5t6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:40:32\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:40:32\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:91;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3431;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Mohammad Safa\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01671813399\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ZqGruLY\\/taes\\/UoYr4cwguDYsOYrmOWLvMbjTds1inawTlYLch\\/sa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:47:37\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:47:37\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3431;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Mohammad Safa\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01671813399\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ZqGruLY\\/taes\\/UoYr4cwguDYsOYrmOWLvMbjTds1inawTlYLch\\/sa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:47:37\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:47:37\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:92;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3432;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Ruhul Amin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01642303903\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$7xG3KMWBnJnBhxsmgh9ePuN0CSymE.TtXfFGWAqcRCwk620GR3wxm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:49:40\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:49:40\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3432;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Ruhul Amin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01642303903\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$7xG3KMWBnJnBhxsmgh9ePuN0CSymE.TtXfFGWAqcRCwk620GR3wxm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:49:40\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:49:40\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:93;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3433;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Rupam Haque\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"rupam67@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716458567\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$BBVxPIceE9\\/glJZ7QgvUHexuMpUkPrVg42xxy.P634UhUlabcKoPO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:52:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:52:29\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3433;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Rupam Haque\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"rupam67@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716458567\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$BBVxPIceE9\\/glJZ7QgvUHexuMpUkPrVg42xxy.P634UhUlabcKoPO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:52:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:52:29\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:94;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3434;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Khorshed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"khorshed71@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711085171\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$eHYzMAg2YCjYYccv2FZoruO7HC4uJt\\/LVplCbKBzMm7m86dzRRD9O\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 16:52:50\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 16:52:50\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3434;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Khorshed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"khorshed71@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711085171\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$eHYzMAg2YCjYYccv2FZoruO7HC4uJt\\/LVplCbKBzMm7m86dzRRD9O\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 16:52:50\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 16:52:50\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:95;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3435;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Saidur Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"saidur97@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711322497\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$lsBZSBs6cho.MGEGHP0r\\/.WVXVenO082WmQurrbuNfoWcl6yOx1wy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 17:02:10\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 17:02:10\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3435;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Saidur Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"saidur97@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711322497\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$lsBZSBs6cho.MGEGHP0r\\/.WVXVenO082WmQurrbuNfoWcl6yOx1wy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 17:02:10\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 17:02:10\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:96;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3436;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Md. Robiul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01927200901\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$XiHL7GMtf3maKrTqQSadIOWZwJ5ymDE04SEEKn5S1Ns6wjpbqiVpe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 17:03:23\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 17:03:23\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3436;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Md. Robiul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01927200901\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$XiHL7GMtf3maKrTqQSadIOWZwJ5ymDE04SEEKn5S1Ns6wjpbqiVpe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 17:03:23\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 17:03:23\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:97;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3437;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"Md.Khaled Saifullah\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01708150650\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$qyyHwhxhPKeUZIhRwdcFfuUFwd4mEomnkk5oHkxJRkMO6ycvdQh8u\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 17:04:13\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 17:04:13\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3437;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"Md.Khaled Saifullah\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01708150650\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$qyyHwhxhPKeUZIhRwdcFfuUFwd4mEomnkk5oHkxJRkMO6ycvdQh8u\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 17:04:13\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 17:04:13\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:98;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3438;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Sobuj Jomaddar\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01745271463\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$VEQWmTfFyKzqz8BXmkRNAOkCtm7hTKB6o6Ysn0VpxVK\\/R\\/zEDMN3G\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 17:06:38\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 17:06:38\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3438;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Sobuj Jomaddar\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01745271463\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$VEQWmTfFyKzqz8BXmkRNAOkCtm7hTKB6o6Ysn0VpxVK\\/R\\/zEDMN3G\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 17:06:38\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 17:06:38\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:99;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3439;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"FAZLUL MATIN TOUHID\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01746622662\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$JE89vMcYKAQW.VGWIqyGFeIJhv3MM9agETS47F5QQx2b\\/Y5XwP1DG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 17:08:38\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 17:08:38\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3439;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"FAZLUL MATIN TOUHID\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01746622662\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$JE89vMcYKAQW.VGWIqyGFeIJhv3MM9agETS47F5QQx2b\\/Y5XwP1DG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 17:08:38\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 17:08:38\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}}}s:4:\\\"text\\\";s:288:\\\"\\u09b8\\u09ae\\u09cd\\u09ae\\u09be\\u09a8\\u09bf\\u09a4 \\u0997\\u09cd\\u09b0\\u09be\\u09b9\\u0995,\\n\\u099c\\u09bf\\u09aa\\u09bf\\u098f\\u09b8 \\u098f\\u09b0 \\u0995\\u09cb\\u09a8 \\u09ac\\u09bf\\u09b2 \\u098f\\u0987 \\u09ae\\u09c1\\u09b9\\u09c1\\u09b0\\u09a4\\u09c7 \\u09a8\\u09be \\u09aa\\u09be\\u09a0\\u09be\\u09a8\\u09cb\\u09b0 \\u099c\\u09a8\\u09cd\\u09af \\u0985\\u09a8\\u09c1\\u09b0\\u09cb\\u09a7 \\u0995\\u09b0\\u099b\\u09bf \\u0964 \\u0986\\u09ae\\u09be\\u09a6\\u09c7\\u09b0 \\u09b8\\u09be\\u09b0\\u09cd\\u09ad\\u09be\\u09b0 \\u0986\\u09aa\\u09a1\\u09c7\\u099f \\u098f\\u09b0 \\u0995\\u09be\\u099c \\u099a\\u09b2\\u099b\\u09c7 \\u0964\\\";}s:3:\\\"job\\\";N;s:10:\\\"connection\\\";N;s:5:\\\"queue\\\";N;s:15:\\\"chainConnection\\\";N;s:10:\\\"chainQueue\\\";N;s:5:\\\"delay\\\";N;s:10:\\\"middleware\\\";a:0:{}s:7:\\\"chained\\\";a:0:{}}\"}}', 'Illuminate\\Queue\\MaxAttemptsExceededException: App\\Jobs\\SmsSend has been attempted too many times or run too long. The job may have previously timed out. in /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php:648\nStack trace:\n#0 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(163): Illuminate\\Queue\\Worker->maxAttemptsExceededException(Object(Illuminate\\Queue\\Jobs\\DatabaseJob))\n#1 /home/mygpsbd/public_html/app/Http/helper.php(28): Illuminate\\Queue\\Worker->Illuminate\\Queue\\{closure}(14, Array)\n#2 /home/mygpsbd/public_html/app/Jobs/SmsSend.php(35): send_sms(\'\\xE0\\xA6\\xB8\\xE0\\xA6\\xAE\\xE0\\xA7\\x8D\\xE0\\xA6\\xAE\\xE0\\xA6\\xBE...\', Array)\n#3 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App\\Jobs\\SmsSend->handle()\n#4 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/Util.php(37): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}()\n#5 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(93): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))\n#6 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(37): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))\n#7 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/Container.php(596): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)\n#8 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php(94): Illuminate\\Container\\Container->call(Array)\n#9 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(128): Illuminate\\Bus\\Dispatcher->Illuminate\\Bus\\{closure}(Object(App\\Jobs\\SmsSend))\n#10 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(103): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(App\\Jobs\\SmsSend))\n#11 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php(98): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))\n#12 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(83): Illuminate\\Bus\\Dispatcher->dispatchNow(Object(App\\Jobs\\SmsSend), false)\n#13 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(128): Illuminate\\Queue\\CallQueuedHandler->Illuminate\\Queue\\{closure}(Object(App\\Jobs\\SmsSend))\n#14 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(103): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(App\\Jobs\\SmsSend))\n#15 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(85): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))\n#16 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(59): Illuminate\\Queue\\CallQueuedHandler->dispatchThroughMiddleware(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Object(App\\Jobs\\SmsSend))\n#17 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Jobs/Job.php(98): Illuminate\\Queue\\CallQueuedHandler->call(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Array)\n#18 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(356): Illuminate\\Queue\\Jobs\\Job->fire()\n#19 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(306): Illuminate\\Queue\\Worker->process(\'database\', Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Object(Illuminate\\Queue\\WorkerOptions))\n#20 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(132): Illuminate\\Queue\\Worker->runJob(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), \'database\', Object(Illuminate\\Queue\\WorkerOptions))\n#21 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(112): Illuminate\\Queue\\Worker->daemon(\'database\', \'default\', Object(Illuminate\\Queue\\WorkerOptions))\n#22 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(96): Illuminate\\Queue\\Console\\WorkCommand->runWorker(\'database\', \'default\')\n#23 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Illuminate\\Queue\\Console\\WorkCommand->handle()\n#24 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/Util.php(37): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}()\n#25 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(93): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))\n#26 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(37): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))\n#27 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/Container.php(596): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)\n#28 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Console/Command.php(134): Illuminate\\Container\\Container->call(Array)\n#29 /home/mygpsbd/public_html/vendor/symfony/console/Command/Command.php(298): Illuminate\\Console\\Command->execute(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))\n#30 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Console/Command.php(121): Symfony\\Component\\Console\\Command\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))\n#31 /home/mygpsbd/public_html/vendor/symfony/console/Application.php(1040): Illuminate\\Console\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#32 /home/mygpsbd/public_html/vendor/symfony/console/Application.php(301): Symfony\\Component\\Console\\Application->doRunCommand(Object(Illuminate\\Queue\\Console\\WorkCommand), Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#33 /home/mygpsbd/public_html/vendor/symfony/console/Application.php(171): Symfony\\Component\\Console\\Application->doRun(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#34 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Console/Application.php(93): Symfony\\Component\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#35 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(129): Illuminate\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#36 /home/mygpsbd/public_html/artisan(37): Illuminate\\Foundation\\Console\\Kernel->handle(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#37 {main}', '2024-02-09 18:01:03');
INSERT INTO `failed_jobs` (`id`, `connection`, `queue`, `payload`, `exception`, `failed_at`) VALUES
(721, 'database', 'default', '{\"uuid\":\"3df4db16-f3aa-4be1-8bc0-a713dadf426f\",\"displayName\":\"App\\\\Jobs\\\\SmsSend\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"delay\":null,\"timeout\":null,\"timeoutAt\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\SmsSend\",\"command\":\"O:16:\\\"App\\\\Jobs\\\\SmsSend\\\":9:{s:4:\\\"data\\\";a:2:{s:4:\\\"data\\\";O:39:\\\"Illuminate\\\\Database\\\\Eloquent\\\\Collection\\\":1:{s:8:\\\"\\u0000*\\u0000items\\\";a:100:{i:0;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3440;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Jibon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01914491201\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$OrSTCva8owGFwvmxcfNxYOS6H22GjvtObOTpOxSN.Lnns4RC7rpzK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 17:09:32\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 17:09:32\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3440;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Jibon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01914491201\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$OrSTCva8owGFwvmxcfNxYOS6H22GjvtObOTpOxSN.Lnns4RC7rpzK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 17:09:32\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 17:09:32\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:1;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3441;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Tanim\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01672990050\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$mU1XFkv7cmw4F5IVbuzkLOjBsFyJN2n6dwoH3mLiuDKhVHL\\/kxIHW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 17:10:30\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 17:10:30\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3441;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Tanim\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01672990050\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$mU1XFkv7cmw4F5IVbuzkLOjBsFyJN2n6dwoH3mLiuDKhVHL\\/kxIHW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 17:10:30\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 17:10:30\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:2;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3442;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md. Morshed Khan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01816033776\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$0ZsFWsmNv0Q.1gLp5jkpvOVQFs2ezf7LWGBcWua00nBq\\/TIB.znXm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 17:11:33\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 17:11:33\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3442;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md. Morshed Khan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01816033776\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$0ZsFWsmNv0Q.1gLp5jkpvOVQFs2ezf7LWGBcWua00nBq\\/TIB.znXm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 17:11:33\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 17:11:33\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:3;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3443;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md. Shafiq Uddin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01985550666\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$S.lQ0YAk3KW8.iNztRctw..fVrIFb8ZKC\\/iImU7QjLuslQ6QqTKtK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 17:13:23\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 17:13:23\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3443;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md. Shafiq Uddin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01985550666\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$S.lQ0YAk3KW8.iNztRctw..fVrIFb8ZKC\\/iImU7QjLuslQ6QqTKtK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 17:13:23\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 17:13:23\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:4;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3444;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Rashed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01584222013\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$voS\\/68QbTsKZu0pcqI0Al.jNngCeJrpb0oX4.doPlvZelNY1xf9Pa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 17:17:00\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 17:17:00\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3444;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Rashed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01584222013\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$voS\\/68QbTsKZu0pcqI0Al.jNngCeJrpb0oX4.doPlvZelNY1xf9Pa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 17:17:00\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 17:17:00\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:5;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3445;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Rony\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01529052974\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$KULjTLq66TgXooMJVNALu.PTlX\\/e\\/UvYF\\/L2etIdQiiWWe1mlES\\/S\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 17:19:39\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 17:19:39\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3445;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Rony\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01529052974\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$KULjTLq66TgXooMJVNALu.PTlX\\/e\\/UvYF\\/L2etIdQiiWWe1mlES\\/S\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 17:19:39\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 17:19:39\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:6;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3446;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Suraf\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01714636759\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Sy0RO1aHOLuSpCwAn.upou\\/rOi1P0hMfQTtwmBjbcbgGnHYl.xVMq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 17:20:28\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 17:20:28\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3446;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Suraf\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01714636759\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Sy0RO1aHOLuSpCwAn.upou\\/rOi1P0hMfQTtwmBjbcbgGnHYl.xVMq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 17:20:28\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 17:20:28\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:7;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3447;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Saidul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01638857797\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$FS2wvqf1n\\/g.WHGEXu9zJOFa68mP9yqe1DhxsO.M8PyNdjYrWReG2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 17:21:19\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 17:21:19\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3447;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Saidul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01638857797\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$FS2wvqf1n\\/g.WHGEXu9zJOFa68mP9yqe1DhxsO.M8PyNdjYrWReG2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 17:21:19\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 17:21:19\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:8;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3448;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:20:\\\"N Afsar (Coxs Bazar)\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01815674365\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$zpX2gJBG\\/TNkHKlyoBSL.eV2gUKPMqtTXeuA02b2O3RKBwncAiVFi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-12 13:05:03\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-12 13:05:03\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3448;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:20:\\\"N Afsar (Coxs Bazar)\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01815674365\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$zpX2gJBG\\/TNkHKlyoBSL.eV2gUKPMqtTXeuA02b2O3RKBwncAiVFi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-12 13:05:03\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-12 13:05:03\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:9;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3449;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Hakim\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01762243184\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$SfbxjNOuzM6d2LF46LRZDu\\/N5hLXTJT3ZyOegMv9IMS1ARJ4F7Dwa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-12 13:06:09\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-12 13:06:09\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3449;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Hakim\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01762243184\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$SfbxjNOuzM6d2LF46LRZDu\\/N5hLXTJT3ZyOegMv9IMS1ARJ4F7Dwa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-12 13:06:09\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-12 13:06:09\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:10;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3450;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Fazlul Haque\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01614485461\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$nnpFi9P6oYeT3Ql9faXA\\/u77Xpe5g0KBtowzau1fhJWMbVUyoGrCW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-12 13:07:02\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-12 13:07:02\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3450;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Fazlul Haque\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01614485461\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$nnpFi9P6oYeT3Ql9faXA\\/u77Xpe5g0KBtowzau1fhJWMbVUyoGrCW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-12 13:07:02\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-12 13:07:02\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:11;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3451;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Lutful Kabir\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01733298854\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$8kDrc0KTcIBtiyv.bj0Hb.clk.i1bxWC2jKnEzqPtYv36dLejw2Q6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-12 13:08:09\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-12 13:08:09\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3451;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Lutful Kabir\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01733298854\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$8kDrc0KTcIBtiyv.bj0Hb.clk.i1bxWC2jKnEzqPtYv36dLejw2Q6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-12 13:08:09\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-12 13:08:09\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:12;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3452;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Mithila\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01926990050\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$TBPoI20hZk2baiWrGt0gHuWle.RkYfCNgrJAGEL5qHtYnWHNzWbYm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-12 13:09:06\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-12 13:09:06\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3452;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Mithila\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01926990050\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$TBPoI20hZk2baiWrGt0gHuWle.RkYfCNgrJAGEL5qHtYnWHNzWbYm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-12 13:09:06\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-12 13:09:06\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:13;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3453;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Ferdus 15\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"ferdus15@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"Tongi\\\";s:5:\\\"phone\\\";s:11:\\\"01915360915\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$UuFaVE7Wf1E46pZzwsnBRujB7zkzMNeSJlj1UJJ0yneNlICgXNJ5O\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-12 13:24:15\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-12 13:24:15\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3453;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Ferdus 15\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"ferdus15@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"Tongi\\\";s:5:\\\"phone\\\";s:11:\\\"01915360915\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$UuFaVE7Wf1E46pZzwsnBRujB7zkzMNeSJlj1UJJ0yneNlICgXNJ5O\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-12 13:24:15\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-12 13:24:15\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:14;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3454;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Malek\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01714177955\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$baCrJ.lrCZw2irqQbd8UxeNt3w17lUM04BoVSk.xJbgDfVunBkPUO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-12 13:53:56\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-12 13:53:56\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3454;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Malek\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01714177955\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$baCrJ.lrCZw2irqQbd8UxeNt3w17lUM04BoVSk.xJbgDfVunBkPUO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-12 13:53:56\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-12 13:53:56\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:15;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3455;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:20:\\\"Sheikh sohidul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01915704675\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$hA2wlC17iB.nZ9a3sjwgiuclzNEUlRcZaK7fpoLTvH5qJvJRp3ywG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-12 13:56:21\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-12 13:56:21\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3455;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:20:\\\"Sheikh sohidul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01915704675\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$hA2wlC17iB.nZ9a3sjwgiuclzNEUlRcZaK7fpoLTvH5qJvJRp3ywG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-12 13:56:21\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-12 13:56:21\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:16;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3456;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Asaduzzaman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716402943\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$00MdwYK4M7dT6Mch2y5O6OcxHeeh\\/OKx9sP58tf7xKRw5ayBP\\/W\\/S\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-12 13:58:18\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-12 13:58:18\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3456;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Asaduzzaman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716402943\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$00MdwYK4M7dT6Mch2y5O6OcxHeeh\\/OKx9sP58tf7xKRw5ayBP\\/W\\/S\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-12 13:58:18\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-12 13:58:18\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:17;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3457;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Muhammad Faruque\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01670373009\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$KaUIaqlyPDa9g2N9sgFPVuk0wZidfGWcPaSmPcXFR4JGkL0WAGB\\/K\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-12 17:48:49\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-12 17:48:49\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3457;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Muhammad Faruque\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01670373009\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$KaUIaqlyPDa9g2N9sgFPVuk0wZidfGWcPaSmPcXFR4JGkL0WAGB\\/K\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-12 17:48:49\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-12 17:48:49\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:18;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3458;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"SYED SADIQUZZAMAN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01735136804\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ENn\\/VYk0fp8Abnxl4C\\/sIuZiNUflKM6\\/ArGqi.3A29VFRmYZ014n6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-12 17:51:47\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-12 17:51:47\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3458;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"SYED SADIQUZZAMAN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01735136804\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ENn\\/VYk0fp8Abnxl4C\\/sIuZiNUflKM6\\/ArGqi.3A29VFRmYZ014n6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-12 17:51:47\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-12 17:51:47\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:19;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3459;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"OMOR FARUK\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"omorbd820@gmail.com\\\";s:7:\\\"address\\\";s:49:\\\"Dokkhin Bonsri,kazi bari,abdullah vihcle solution\\\";s:5:\\\"phone\\\";s:11:\\\"01771166820\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$dVViNKJBuGRmUVkqgyfKW.8cBhM3I\\/xKkwmZqPTM9ssNIRIa.JCuC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-05 12:58:55\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-05 12:58:55\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3459;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"OMOR FARUK\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"omorbd820@gmail.com\\\";s:7:\\\"address\\\";s:49:\\\"Dokkhin Bonsri,kazi bari,abdullah vihcle solution\\\";s:5:\\\"phone\\\";s:11:\\\"01771166820\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$dVViNKJBuGRmUVkqgyfKW.8cBhM3I\\/xKkwmZqPTM9ssNIRIa.JCuC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-05 12:58:55\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-05 12:58:55\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:20;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3460;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Rashed Imran\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"DHAKA\\\";s:5:\\\"phone\\\";s:11:\\\"01711361365\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ShmswzHKtB2cLW8xUWNyXu5rhgkmNd5ft\\/pGuMM5BqkvCG9yHCONi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-05 13:01:01\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-05 13:01:01\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3460;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Rashed Imran\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"DHAKA\\\";s:5:\\\"phone\\\";s:11:\\\"01711361365\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ShmswzHKtB2cLW8xUWNyXu5rhgkmNd5ft\\/pGuMM5BqkvCG9yHCONi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-05 13:01:01\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-05 13:01:01\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:21;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3461;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Rashid Ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"DHAKA\\\";s:5:\\\"phone\\\";s:11:\\\"01819237997\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$vfdh12f67axA\\/3ck5eN1z.lcihglIH1o\\/mQVkpIhZ1DbTgvfbh1w6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-05 13:02:00\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-05 13:02:00\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3461;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Rashid Ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"DHAKA\\\";s:5:\\\"phone\\\";s:11:\\\"01819237997\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$vfdh12f67axA\\/3ck5eN1z.lcihglIH1o\\/mQVkpIhZ1DbTgvfbh1w6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-05 13:02:00\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-05 13:02:00\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:22;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3462;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Samim Azad\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"samim01@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"DHAKA\\\";s:5:\\\"phone\\\";s:11:\\\"01794440701\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$L4dL19DKFsew5\\/T8Iuq7B.f6JuLbmiypfP9MfRmtmPZLycTDcjzAq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-05 13:14:45\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-05 13:14:45\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3462;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Samim Azad\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"samim01@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"DHAKA\\\";s:5:\\\"phone\\\";s:11:\\\"01794440701\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$L4dL19DKFsew5\\/T8Iuq7B.f6JuLbmiypfP9MfRmtmPZLycTDcjzAq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-05 13:14:45\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-05 13:14:45\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:23;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3463;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Sanuar\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"sanuar49@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"DHAKA\\\";s:5:\\\"phone\\\";s:11:\\\"01712707149\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$aWG7y1jS7m2tbxALwxd1WuD8BVymMPfMNbBx2WNkSLlSPYbUAhegO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-05 13:16:43\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-05 13:16:43\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3463;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Sanuar\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"sanuar49@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"DHAKA\\\";s:5:\\\"phone\\\";s:11:\\\"01712707149\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$aWG7y1jS7m2tbxALwxd1WuD8BVymMPfMNbBx2WNkSLlSPYbUAhegO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-05 13:16:43\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-05 13:16:43\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:24;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3464;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Sharowar\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"sharowar55@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"DHAKA\\\";s:5:\\\"phone\\\";s:11:\\\"01648469155\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$IsSt1ibpOj8H5fhZTY9Wlu35IyJhJEHuQeMq0wxprLhmOY5ZELg5W\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-05 13:18:26\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-05 13:18:26\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3464;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Sharowar\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"sharowar55@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"DHAKA\\\";s:5:\\\"phone\\\";s:11:\\\"01648469155\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$IsSt1ibpOj8H5fhZTY9Wlu35IyJhJEHuQeMq0wxprLhmOY5ZELg5W\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-05 13:18:26\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-05 13:18:26\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:25;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3465;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Tawhid\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"tawhid19@mygpsbd.net\\\";s:7:\\\"address\\\";s:7:\\\"Tangail\\\";s:5:\\\"phone\\\";s:11:\\\"01762245157\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$9TXNWbOxzGjv5knsqUuO5unbG7Qc6\\/dWZThPBbXzO897EXRx6WTdS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-05 13:20:28\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-05 13:20:28\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3465;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Tawhid\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"tawhid19@mygpsbd.net\\\";s:7:\\\"address\\\";s:7:\\\"Tangail\\\";s:5:\\\"phone\\\";s:11:\\\"01762245157\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$9TXNWbOxzGjv5knsqUuO5unbG7Qc6\\/dWZThPBbXzO897EXRx6WTdS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-05 13:20:28\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-05 13:20:28\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:26;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3467;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Abdul Hai\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"abdulhai20@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712822200\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$AoFvbf4PCceaMGXzLdCa4.yQQavsxpAXU3RvCIJxkG1Z5Kp17bZ2e\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-05 13:24:33\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-05 13:24:33\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3467;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Abdul Hai\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"abdulhai20@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712822200\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$AoFvbf4PCceaMGXzLdCa4.yQQavsxpAXU3RvCIJxkG1Z5Kp17bZ2e\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-05 13:24:33\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-05 13:24:33\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:27;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3471;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Abdul motin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:3:\\\"CTG\\\";s:5:\\\"phone\\\";s:11:\\\"01716140104\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$i5A.IAeLXU9PteuHmTHjIukAVg\\/rkRuXsfat3vUhPdLlvb1lfD\\/h.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-05 15:32:03\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-05 15:32:03\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3471;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Abdul motin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:3:\\\"CTG\\\";s:5:\\\"phone\\\";s:11:\\\"01716140104\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$i5A.IAeLXU9PteuHmTHjIukAVg\\/rkRuXsfat3vUhPdLlvb1lfD\\/h.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-05 15:32:03\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-05 15:32:03\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:28;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3498;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Liton\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:15:\\\"liton90@mygpsbd\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1712184290\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$QX.GlQUpuRy1tWpMy.LbQOtrmi0TwvGranA0fpN28YbYJF2fTnbIq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-10 11:51:00\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-10 11:51:00\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3498;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Liton\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:15:\\\"liton90@mygpsbd\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1712184290\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$QX.GlQUpuRy1tWpMy.LbQOtrmi0TwvGranA0fpN28YbYJF2fTnbIq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-10 11:51:00\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-10 11:51:00\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:29;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3499;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Anwar\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:26:\\\"fenistonecrusher0331@gmail\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1816132378\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$fEYW5T7xYCv6AT9.s2XnC.2c0NbIajEQjlf28ESIbR92Id2cstamS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-10 12:01:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-10 12:01:29\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3499;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Anwar\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:26:\\\"fenistonecrusher0331@gmail\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1816132378\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$fEYW5T7xYCv6AT9.s2XnC.2c0NbIajEQjlf28ESIbR92Id2cstamS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-10 12:01:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-10 12:01:29\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:30;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3500;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Saiful71\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1996461871\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$BTgBHpLvSbfUz8.RYUDw.enKBpUAKLdyRgrdo0zWinExY7wjaGZIO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-10 12:06:12\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-10 12:06:12\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3500;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Saiful71\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1996461871\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$BTgBHpLvSbfUz8.RYUDw.enKBpUAKLdyRgrdo0zWinExY7wjaGZIO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-10 12:06:12\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-10 12:06:12\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:31;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3501;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Md. Harunor Rashid\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1716555062\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$xeWxx5f853Kvu3zn5wwkHeMUEXfvH\\/1K8xArpC\\/KdN4lLebEuO13K\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-10 12:10:02\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-10 12:10:02\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3501;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Md. Harunor Rashid\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1716555062\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$xeWxx5f853Kvu3zn5wwkHeMUEXfvH\\/1K8xArpC\\/KdN4lLebEuO13K\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-10 12:10:02\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-10 12:10:02\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:32;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3504;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Md. Mostofa\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"mostofa.html@gmail\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1711100264\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$H1R4pjbnqnv.YHWxNg5vmeGGYhyz3IJ0VeRbHDO.20V.lVcTJm6uy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-10 12:35:06\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-10 12:35:06\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3504;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Md. Mostofa\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"mostofa.html@gmail\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1711100264\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$H1R4pjbnqnv.YHWxNg5vmeGGYhyz3IJ0VeRbHDO.20V.lVcTJm6uy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-10 12:35:06\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-10 12:35:06\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:33;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3507;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:29:\\\"2022-05-18\\tMd. Mojibur Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"mojiburctg76@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711721686\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$7ZAUQKBGpyR8zvjX80LXJudVs1QxFO4rnRTXZ7zaeb9Sx1ie6czGC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-10 12:55:49\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-10 12:55:49\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3507;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:29:\\\"2022-05-18\\tMd. Mojibur Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"mojiburctg76@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711721686\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$7ZAUQKBGpyR8zvjX80LXJudVs1QxFO4rnRTXZ7zaeb9Sx1ie6czGC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-10 12:55:49\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-10 12:55:49\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:34;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3508;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Tonmoy\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"lonsfair@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01911367815\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$HNtst8DJ8QSpO5b6tfZoau9Op624.QQL6RDYMOk\\/2nIHBQxc6DR52\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-10 13:03:25\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-10 13:03:25\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3508;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Tonmoy\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"lonsfair@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01911367815\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$HNtst8DJ8QSpO5b6tfZoau9Op624.QQL6RDYMOk\\/2nIHBQxc6DR52\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-10 13:03:25\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-10 13:03:25\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:35;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3509;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Md. Anayet Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"ahossain7601@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1717831856\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$o6ogsCv481IfNh854z\\/z3OmtTJkJxjrGy4ueIuN3DPA6rFpzVGE3q\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-10 13:16:45\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-10 13:16:45\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3509;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Md. Anayet Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"ahossain7601@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1717831856\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$o6ogsCv481IfNh854z\\/z3OmtTJkJxjrGy4ueIuN3DPA6rFpzVGE3q\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-10 13:16:45\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-10 13:16:45\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:36;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3510;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"DRMC Shotodol\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"walid4917@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1521495317\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$M4k8iNfg2FhMhAGTkPKGZewU75.srHwUu0yoRqoALBjVpu2AjQxb6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-10 13:37:05\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-10 13:37:05\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3510;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"DRMC Shotodol\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"walid4917@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1521495317\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$M4k8iNfg2FhMhAGTkPKGZewU75.srHwUu0yoRqoALBjVpu2AjQxb6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-10 13:37:05\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-10 13:37:05\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:37;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3511;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Mir Alauddin Bappy\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1711207150\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$jo6u2ck7Aqq\\/.jqKhWkQGOdk7CSSwLf2jBghvlmO9wSwyDEuJjnBW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-10 13:42:02\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-10 13:42:02\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3511;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Mir Alauddin Bappy\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1711207150\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$jo6u2ck7Aqq\\/.jqKhWkQGOdk7CSSwLf2jBghvlmO9wSwyDEuJjnBW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-10 13:42:02\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-10 13:42:02\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:38;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3512;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md. Morshed Khan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1816033776\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$fVevIGWA1q0N6vH5aRwOPOrMKDbsISDwK\\/rFd1qAR1aC2UljlsBqa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-10 13:49:30\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-10 13:49:30\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3512;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md. Morshed Khan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1816033776\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$fVevIGWA1q0N6vH5aRwOPOrMKDbsISDwK\\/rFd1qAR1aC2UljlsBqa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-10 13:49:30\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-10 13:49:30\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:39;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3513;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"6\\/2\\/2022\\tAuris\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"auris04@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1799434504\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$0BifN7PtBR2rDBjIeO6fk.lvdYY\\/bXhL67lbuK2ezGZq.3jcjdWv.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-10 14:04:48\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-10 14:04:48\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3513;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"6\\/2\\/2022\\tAuris\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"auris04@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1799434504\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$0BifN7PtBR2rDBjIeO6fk.lvdYY\\/bXhL67lbuK2ezGZq.3jcjdWv.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-10 14:04:48\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-10 14:04:48\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:40;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3514;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:31:\\\"2022-06-06\\tMd. Morshed Sawdagor\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:17:\\\"morshed23@mygpsbd\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1704406523\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$L5TXpDkl6DugJfpNGyR21OQe9BZ1Ai6XIoUf8N0qszijT4msJ\\/bre\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-10 14:15:46\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-10 14:15:46\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3514;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:31:\\\"2022-06-06\\tMd. Morshed Sawdagor\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:17:\\\"morshed23@mygpsbd\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1704406523\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$L5TXpDkl6DugJfpNGyR21OQe9BZ1Ai6XIoUf8N0qszijT4msJ\\/bre\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-10 14:15:46\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-10 14:15:46\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:41;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3515;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"SWOMAN CHOWDHURY\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:24:\\\"swomanchowdhury777@gmail\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1818613921\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$5E7OWHqaw80mwW7tR0EX.u89hJ3fEE5guCHiXFlt4xW8111WDrz1K\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-10 14:21:44\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-10 14:21:44\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3515;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"SWOMAN CHOWDHURY\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:24:\\\"swomanchowdhury777@gmail\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1818613921\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$5E7OWHqaw80mwW7tR0EX.u89hJ3fEE5guCHiXFlt4xW8111WDrz1K\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-10 14:21:44\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-10 14:21:44\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:42;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3517;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Shohel Ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"arnob.bd2012@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01726600747\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$B000cGBBoXsixpje5fD0FOR8wo0PqpvjxX7kChRjJUV\\/HN4WsjTDS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-10 14:26:40\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-10 14:26:40\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3517;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Shohel Ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"arnob.bd2012@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01726600747\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$B000cGBBoXsixpje5fD0FOR8wo0PqpvjxX7kChRjJUV\\/HN4WsjTDS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-10 14:26:40\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-10 14:26:40\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:43;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3522;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Belal Hasan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"belal81@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1674328181\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$rsgOGmFkFLyK\\/upC26EFX.3REc1pnELK\\/J1SNV3UWZVeOV8O8JlOe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-10 14:36:16\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-10 14:36:16\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3522;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Belal Hasan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"belal81@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1674328181\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$rsgOGmFkFLyK\\/upC26EFX.3REc1pnELK\\/J1SNV3UWZVeOV8O8JlOe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-10 14:36:16\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-10 14:36:16\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:44;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3523;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:28:\\\"2022-06-15\\tM.A.RAHMAN PATHAN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1715370405\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$App1lSOouKdY51fCD1924uwhvjqhDEIVRzvw1186mFSq.A0n5CZQq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-10 15:02:52\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-10 15:02:52\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3523;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:28:\\\"2022-06-15\\tM.A.RAHMAN PATHAN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1715370405\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$App1lSOouKdY51fCD1924uwhvjqhDEIVRzvw1186mFSq.A0n5CZQq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-10 15:02:52\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-10 15:02:52\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:45;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3524;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"MD.SHAMSUDDIN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"sshamsuddin027@gmail\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1730080964\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$nqqvL6oEc7sqQn2i.7nIge8tTqfbn5\\/3C1QFDiSDyQJvaqF9JYqIK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-10 15:08:17\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-10 15:08:17\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3524;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"MD.SHAMSUDDIN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"sshamsuddin027@gmail\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1730080964\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$nqqvL6oEc7sqQn2i.7nIge8tTqfbn5\\/3C1QFDiSDyQJvaqF9JYqIK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-10 15:08:17\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-10 15:08:17\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:46;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3526;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"2022-07-24\\tSUMON\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:15:\\\"sumon3431@gmail\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01887367127\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$BS.KPEMrdQdE5m4NVBpOw.mkdgeMahaXaeXW\\/3iP4EsE1IuT7Yb4W\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-10 15:27:10\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-10 15:27:10\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3526;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"2022-07-24\\tSUMON\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:15:\\\"sumon3431@gmail\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01887367127\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$BS.KPEMrdQdE5m4NVBpOw.mkdgeMahaXaeXW\\/3iP4EsE1IuT7Yb4W\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-10 15:27:10\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-10 15:27:10\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:47;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3527;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:22:\\\"2022-07-25\\tJohir islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01796524243\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$QjfKnUxHutIxHlpeGQ.f8eUD84maHq3w2R.CFVcplNhsjLKlTQAPe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-10 15:31:16\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-10 15:31:16\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3527;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:22:\\\"2022-07-25\\tJohir islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01796524243\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$QjfKnUxHutIxHlpeGQ.f8eUD84maHq3w2R.CFVcplNhsjLKlTQAPe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-10 15:31:16\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-10 15:31:16\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:48;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3528;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:28:\\\"2022-08-01\\tMd. Monirul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"engr.mkbd@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01719105116\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$cTeVEvAMQPBwaN6jmil4c.dPAvI8DDXPLXe9c5uB1izcLR7AoDtWG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-10 15:42:39\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-10 15:42:39\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3528;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:28:\\\"2022-08-01\\tMd. Monirul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"engr.mkbd@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01719105116\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$cTeVEvAMQPBwaN6jmil4c.dPAvI8DDXPLXe9c5uB1izcLR7AoDtWG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-10 15:42:39\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-10 15:42:39\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:49;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3529;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Rana\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715218529\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$J4UIMTEh51jB7CHEiulFOOA3v\\/5xvaSbuD3VM5NOnZJw13vR3du2a\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-10 15:51:52\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-10 15:51:52\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3529;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Rana\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715218529\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$J4UIMTEh51jB7CHEiulFOOA3v\\/5xvaSbuD3VM5NOnZJw13vR3du2a\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-10 15:51:52\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-10 15:51:52\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:50;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3531;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:22:\\\"MD SAIFUL ISLAM SHAJIB\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"shajib.ndc@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1711180802\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$gmZ9JXVjYmRU6AolbSe8MeZ0IqRAm4dt3v0lHi2Ox2wLZWNdvgq8u\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 11:08:56\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 11:08:56\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3531;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:22:\\\"MD SAIFUL ISLAM SHAJIB\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"shajib.ndc@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1711180802\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$gmZ9JXVjYmRU6AolbSe8MeZ0IqRAm4dt3v0lHi2Ox2wLZWNdvgq8u\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 11:08:56\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 11:08:56\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:51;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3532;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Rahat\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1722416637\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$JXfZjAcxZqX\\/w4445wgeRO8VoQL8VqWlJSlGgYvchEVxIvWjW9PE.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 11:28:06\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 11:28:06\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3532;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Rahat\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1722416637\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$JXfZjAcxZqX\\/w4445wgeRO8VoQL8VqWlJSlGgYvchEVxIvWjW9PE.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 11:28:06\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 11:28:06\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:52;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3533;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:20:\\\"SUJAN CHANDRA SARKER\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:17:\\\"sujansu@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01750694601\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$nKSaKwN9dleQiuBABbPQz.pYZZWfOanXJ.Ieh187Yttr\\/MXWPDKAG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 11:32:57\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 11:32:57\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3533;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:20:\\\"SUJAN CHANDRA SARKER\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:17:\\\"sujansu@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01750694601\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$nKSaKwN9dleQiuBABbPQz.pYZZWfOanXJ.Ieh187Yttr\\/MXWPDKAG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 11:32:57\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 11:32:57\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:53;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3534;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:22:\\\"\\ufeffSami car enterprise\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"mmdsami83@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01920093726\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$lDu2NZ2bnQHMfELGPPK\\/WO4R9fv2MTsnnrXObSc3SdvsE3\\/SSDhpq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 11:41:17\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 11:41:17\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3534;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:22:\\\"\\ufeffSami car enterprise\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"mmdsami83@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01920093726\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$lDu2NZ2bnQHMfELGPPK\\/WO4R9fv2MTsnnrXObSc3SdvsE3\\/SSDhpq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 11:41:17\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 11:41:17\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:54;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3535;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Mahmudul Alam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01863202538\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$jI9dQ5MPtL6DpraxAueI5e2RjeIczVxZL0eHJGUEik6SkJtKomJ\\/O\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 11:51:46\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 11:51:46\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3535;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Mahmudul Alam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01863202538\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$jI9dQ5MPtL6DpraxAueI5e2RjeIczVxZL0eHJGUEik6SkJtKomJ\\/O\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 11:51:46\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 11:51:46\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:55;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3536;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"MD MOSHARAF HOSSAIN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1915318836\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$2dLl6kqvPU8Z65hUrcfAruNlTBxAH.Z6D.b57wRNBweepv28Goqw2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 11:55:17\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 11:55:17\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3536;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"MD MOSHARAF HOSSAIN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1915318836\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$2dLl6kqvPU8Z65hUrcfAruNlTBxAH.Z6D.b57wRNBweepv28Goqw2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 11:55:17\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 11:55:17\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:56;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3537;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:35:\\\"2022-08-31\\tMd. Abir Tazim Chowdhury\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:32:\\\"abirtazimchowdhury1988@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1718123463\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$rSTB82kZ58C97siIO.lKd.\\/imqXbhy9wkD.zvnuhV7vgJax8bFlH6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 12:02:01\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 12:02:01\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3537;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:35:\\\"2022-08-31\\tMd. Abir Tazim Chowdhury\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:32:\\\"abirtazimchowdhury1988@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1718123463\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$rSTB82kZ58C97siIO.lKd.\\/imqXbhy9wkD.zvnuhV7vgJax8bFlH6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 12:02:01\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 12:02:01\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:57;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3538;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Jahid\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"0175969888\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$jo1fF1Yfeis1V7f5YeiZqOd8tGiwkITyX\\/ECk8DLu2JGDs9WUCloy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 12:05:39\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 12:05:39\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3538;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Jahid\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"0175969888\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$jo1fF1Yfeis1V7f5YeiZqOd8tGiwkITyX\\/ECk8DLu2JGDs9WUCloy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 12:05:39\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 12:05:39\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:58;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3539;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"MOSSARROF HOSSAIN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"waytomona@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1712504433\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Y8Y9moYN5Fge7dT4mbUWH.Q4s5ZCjFZoxD1S\\/FpUluo1xNGWIJ.uG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 12:10:15\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 12:10:15\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3539;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"MOSSARROF HOSSAIN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"waytomona@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1712504433\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Y8Y9moYN5Fge7dT4mbUWH.Q4s5ZCjFZoxD1S\\/FpUluo1xNGWIJ.uG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 12:10:15\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 12:10:15\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:59;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3542;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Md. Arman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01404527837\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$.eg.FaUmUwqI.2SGrnz4pe4\\/iDlo.NG3laD9q6fkjzDiHtQz16SKO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 12:18:43\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 12:18:43\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3542;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Md. Arman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01404527837\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$.eg.FaUmUwqI.2SGrnz4pe4\\/iDlo.NG3laD9q6fkjzDiHtQz16SKO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 12:18:43\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 12:18:43\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:60;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3555;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"MD. WAHIDUL AMIN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"wahidul_amin@yahoo.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1728117499\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$kyHpNjIeKqiYutDD363uguKz6cec2yqGBn0PwDKhkv1xxbAhwlCZC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 12:26:16\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 12:26:16\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3555;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"MD. WAHIDUL AMIN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"wahidul_amin@yahoo.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1728117499\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$kyHpNjIeKqiYutDD363uguKz6cec2yqGBn0PwDKhkv1xxbAhwlCZC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 12:26:16\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 12:26:16\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:61;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3564;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Shamim sarkar\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"brightneonbd@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1711287163\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Cttyas.MBaBshdc4\\/VUk.egmmXCahUyMviH9\\/.OnMhsVw4ZzCSDPG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 12:36:00\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 12:36:00\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3564;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Shamim sarkar\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"brightneonbd@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1711287163\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Cttyas.MBaBshdc4\\/VUk.egmmXCahUyMviH9\\/.OnMhsVw4ZzCSDPG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 12:36:00\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 12:36:00\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:62;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3575;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"MD ANOWER HOSSAIN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01686654309\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$iKN96yPVGWq\\/yiSz2taypOgAKXo.1dQWS2R.cWkl6GX656Bmt9CmG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 12:41:21\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 12:41:21\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3575;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"MD ANOWER HOSSAIN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01686654309\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$iKN96yPVGWq\\/yiSz2taypOgAKXo.1dQWS2R.cWkl6GX656Bmt9CmG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 12:41:21\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 12:41:21\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:63;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3585;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"FAIAZ AHMED\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"sopnilfaiaz@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1950513620\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$BwZ\\/a.dU7WRdzrwKou0t9.nqrfwwvGf1v9S4lPRsgw29feFFd40p2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 12:46:44\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 12:46:44\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3585;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"FAIAZ AHMED\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"sopnilfaiaz@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1950513620\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$BwZ\\/a.dU7WRdzrwKou0t9.nqrfwwvGf1v9S4lPRsgw29feFFd40p2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 12:46:44\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 12:46:44\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:64;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3590;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Jahangir\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01917352553\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$vgnMifhu\\/uPuOLcuZpwliub3TR.h\\/bd3iXNOt1fHQxpTTMhQ1wqvm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 12:51:12\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 12:51:12\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3590;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Jahangir\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01917352553\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$vgnMifhu\\/uPuOLcuZpwliub3TR.h\\/bd3iXNOt1fHQxpTTMhQ1wqvm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 12:51:12\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 12:51:12\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:65;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3593;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:26:\\\"2022-09-28\\tMd Borhan Uddin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"borhanumbl@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1712248152\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$6AIaTStST9JSUzWVinFT9O87eCAr1RuWokC8JOiC2UW2gjgTQGFuG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 12:57:05\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 12:57:05\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3593;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:26:\\\"2022-09-28\\tMd Borhan Uddin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"borhanumbl@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1712248152\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$6AIaTStST9JSUzWVinFT9O87eCAr1RuWokC8JOiC2UW2gjgTQGFuG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 12:57:05\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 12:57:05\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:66;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3608;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Mumin Shah\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"munimshah51@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1875052143\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$GGUGLQiHAxsUqKfS5rm.z.00a73KIpMgCdAXjC5RsPYPjMaCFqTia\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 13:09:21\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 13:09:21\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3608;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Mumin Shah\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"munimshah51@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1875052143\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$GGUGLQiHAxsUqKfS5rm.z.00a73KIpMgCdAXjC5RsPYPjMaCFqTia\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 13:09:21\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 13:09:21\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:67;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3609;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Ruhul amin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01302729273\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$4yGdOl5ZmHUupXMUO8JA0uxSnfYcXgsDDXeghLhmx1CJm24kV8CHW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 13:13:01\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 13:13:01\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3609;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Ruhul amin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01302729273\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$4yGdOl5ZmHUupXMUO8JA0uxSnfYcXgsDDXeghLhmx1CJm24kV8CHW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 13:13:01\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 13:13:01\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:68;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3610;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Md.Ali Raz\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:25:\\\"aliraz.rang1999@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1913319072\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$l1K7uOi5JPQP2YEARHxqwu0t.6yN8LOARh4T.DgzLaQUJiLoJYdyS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 13:19:02\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 13:19:02\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3610;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Md.Ali Raz\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:25:\\\"aliraz.rang1999@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1913319072\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$l1K7uOi5JPQP2YEARHxqwu0t.6yN8LOARh4T.DgzLaQUJiLoJYdyS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 13:19:02\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 13:19:02\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:69;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3611;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"AL AMIN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1715147787\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ce.WAk07KCcGPwy\\/1nH60.TBdpX5gc56bprd20UmeZRrfQ.0iLRGm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 13:23:33\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 13:23:33\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3611;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"AL AMIN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1715147787\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ce.WAk07KCcGPwy\\/1nH60.TBdpX5gc56bprd20UmeZRrfQ.0iLRGm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 13:23:33\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 13:23:33\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:70;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3612;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Shamim\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01819827114\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$TMFBf2aeU0SKIuljcafgEOBc6DJPl7pRKrMt7DB2536ryoVCKGbNS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 13:29:33\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 13:29:33\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3612;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Shamim\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01819827114\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$TMFBf2aeU0SKIuljcafgEOBc6DJPl7pRKrMt7DB2536ryoVCKGbNS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 13:29:33\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 13:29:33\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:71;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3613;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Sultan Mahmud\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"sultan012485@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1819473722\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$rCmQyfjEv4Dh1\\/jHmL2JvOnwNR\\/oCtXQOdwTnv3raUAIrR1\\/eyMYe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 13:34:04\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 13:34:04\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3613;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Sultan Mahmud\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"sultan012485@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1819473722\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$rCmQyfjEv4Dh1\\/jHmL2JvOnwNR\\/oCtXQOdwTnv3raUAIrR1\\/eyMYe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 13:34:04\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 13:34:04\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:72;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3616;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Alamgir hosen\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1765390068\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$FYRoibfkFhHfLWXm13Nxj.0VmXaJjnbifI77YJboWMkBYucZldrDe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 14:29:18\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 14:29:18\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3616;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Alamgir hosen\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1765390068\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$FYRoibfkFhHfLWXm13Nxj.0VmXaJjnbifI77YJboWMkBYucZldrDe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 14:29:18\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 14:29:18\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:73;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3617;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Fahimur Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"0161415666\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$7PZ4\\/utY1ugm1tD4MhBiA.ILiW.NdxrY30qGpmX9.TnQZQDyBGIpC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 14:39:45\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 14:39:45\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3617;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Fahimur Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"0161415666\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$7PZ4\\/utY1ugm1tD4MhBiA.ILiW.NdxrY30qGpmX9.TnQZQDyBGIpC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 14:39:45\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 14:39:45\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:74;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3625;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Tariqul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01743887881\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$VS8covED0KyDm4NqitaIjORk.xPK4IN8OfbJrrxYiy8YJaEMylAYK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 14:48:20\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 14:48:20\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3625;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Tariqul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01743887881\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$VS8covED0KyDm4NqitaIjORk.xPK4IN8OfbJrrxYiy8YJaEMylAYK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 14:48:20\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 14:48:20\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:75;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3632;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:20:\\\"Md.Sojib Rana Sarker\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:27:\\\"mdsojibranans2123@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01304479332\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$1S.8s.xwlK1oX3DMtR7mNe9f4B\\/ZyT1pQfBcsOdZqaCfoVhoxgD3a\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 14:55:12\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 14:55:12\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3632;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:20:\\\"Md.Sojib Rana Sarker\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:27:\\\"mdsojibranans2123@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01304479332\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$1S.8s.xwlK1oX3DMtR7mNe9f4B\\/ZyT1pQfBcsOdZqaCfoVhoxgD3a\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 14:55:12\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 14:55:12\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:76;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3638;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:30:\\\"2022-11-09\\tDelwar Hossan Belal\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"belalmytv@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1733555270\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$\\/QSU\\/HG7Fx9OfX2VviyDi.TCJh9M71M5WKQST80z1zGi.upaxyfSC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 14:58:41\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 14:58:41\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3638;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:30:\\\"2022-11-09\\tDelwar Hossan Belal\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"belalmytv@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1733555270\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$\\/QSU\\/HG7Fx9OfX2VviyDi.TCJh9M71M5WKQST80z1zGi.upaxyfSC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 14:58:41\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 14:58:41\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:77;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3647;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Md.kazi albi\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:17:\\\"kmralvi@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01799943027\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$uBJoFoGMvfUNYvTl1j0PSupg7cOPEHgXSUjrjRK.eWIxq6RrK8roy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 15:11:46\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 15:11:46\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3647;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Md.kazi albi\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:17:\\\"kmralvi@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01799943027\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$uBJoFoGMvfUNYvTl1j0PSupg7cOPEHgXSUjrjRK.eWIxq6RrK8roy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 15:11:46\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 15:11:46\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:78;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3648;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Md Rony\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"rony1865@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01917423941\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$upBe19\\/Xn0OcUDLxZh5dpOWeJPdlZoz0RpPyfWGwhGJGlO\\/RMu3eu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 15:17:24\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 15:17:24\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3648;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Md Rony\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"rony1865@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01917423941\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$upBe19\\/Xn0OcUDLxZh5dpOWeJPdlZoz0RpPyfWGwhGJGlO\\/RMu3eu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 15:17:24\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 15:17:24\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:79;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3665;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Masud\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01708125507\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Dxip.i267PcZHJ15gJysEOpYAcTMR31TzjlODmUG8JsqSnVsA29CW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 15:31:42\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 15:31:42\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3665;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Masud\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01708125507\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Dxip.i267PcZHJ15gJysEOpYAcTMR31TzjlODmUG8JsqSnVsA29CW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 15:31:42\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 15:31:42\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:80;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3697;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Rahat\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01731070380\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$8OrjRXbYWPoStwG\\/XxAR6.MTgqDX2Mnbo4E.40PkrQmOu0BCq8iYK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 16:07:08\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 16:07:08\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3697;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Rahat\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01731070380\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$8OrjRXbYWPoStwG\\/XxAR6.MTgqDX2Mnbo4E.40PkrQmOu0BCq8iYK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 16:07:08\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 16:07:08\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:81;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3709;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Aminul mina\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"saddam.mina@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01611642028\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$TzeCBoOKnGgEHvvNt4Vc6eBJV1RPvX1tXW1KLVA.ZNziedVJX0pvi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 16:51:53\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 16:51:53\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3709;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Aminul mina\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"saddam.mina@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01611642028\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$TzeCBoOKnGgEHvvNt4Vc6eBJV1RPvX1tXW1KLVA.ZNziedVJX0pvi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 16:51:53\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 16:51:53\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:82;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3712;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"nur azad\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01303303899\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$KIzEN7cC2cGlmy9ykJz3euT22PmPP82xJpRTsRgsrKWh8StQAi9fS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 17:12:44\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 17:12:44\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3712;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"nur azad\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01303303899\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$KIzEN7cC2cGlmy9ykJz3euT22PmPP82xJpRTsRgsrKWh8StQAi9fS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 17:12:44\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 17:12:44\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:83;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3715;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Sayed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01757419119\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$5o0Flg.VuLIT.lmSheQTw.U6XRbXXt.flmYc5rk0oOCcAqOSDg7kW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 17:49:12\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 17:49:12\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3715;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Sayed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01757419119\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$5o0Flg.VuLIT.lmSheQTw.U6XRbXXt.flmYc5rk0oOCcAqOSDg7kW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 17:49:12\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 17:49:12\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:84;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3716;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Sumon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01799219421\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$rPa9D8nUkO73jqDAFWbsDu.bt\\/Ro2jC.UFbWLJYshvvP0REpIiLo.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-12 10:33:33\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-12 10:33:33\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3716;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Sumon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01799219421\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$rPa9D8nUkO73jqDAFWbsDu.bt\\/Ro2jC.UFbWLJYshvvP0REpIiLo.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-12 10:33:33\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-12 10:33:33\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:85;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3717;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Farid Molla\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01798275150\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$wx7gA\\/6nib0X\\/O0sNE0t2OLQFpkKhKJ3r7jeNWL0oSZhlvzEv\\/BKy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-12 10:43:18\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-12 10:43:18\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3717;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Farid Molla\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01798275150\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$wx7gA\\/6nib0X\\/O0sNE0t2OLQFpkKhKJ3r7jeNWL0oSZhlvzEv\\/BKy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-12 10:43:18\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-12 10:43:18\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:86;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3719;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"AL AMIN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715147788\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$hU1M7yZ8fMSoWjy11chW1ecaKB09tu0x\\/P.664LleKcgscz6zhObG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-12 11:48:04\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-12 11:48:04\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3719;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"AL AMIN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715147788\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$hU1M7yZ8fMSoWjy11chW1ecaKB09tu0x\\/P.664LleKcgscz6zhObG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-12 11:48:04\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-12 11:48:04\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:87;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4119;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:21:\\\"Mohammad Masoom Hasan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"masoom.hs@gmail.com2\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01799983779\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$dWnWn5U1AdTfteLm2e\\/iteFkhHDLLT9CStS30vJL5SnAieyLWD1ZK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-27 11:39:23\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-27 11:39:23\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4119;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:21:\\\"Mohammad Masoom Hasan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"masoom.hs@gmail.com2\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01799983779\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$dWnWn5U1AdTfteLm2e\\/iteFkhHDLLT9CStS30vJL5SnAieyLWD1ZK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-27 11:39:23\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-27 11:39:23\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:88;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4123;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Md.Al-Amin Miah\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"advalaminmiah@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01841852456\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$jSgqMENYegp0vg2s\\/wpmkuVx8WCIm4xzzTv1ZJ9T5bFyDxEu4cjgq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-27 11:43:50\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-27 11:43:50\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4123;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Md.Al-Amin Miah\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"advalaminmiah@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01841852456\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$jSgqMENYegp0vg2s\\/wpmkuVx8WCIm4xzzTv1ZJ9T5bFyDxEu4cjgq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-27 11:43:50\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-27 11:43:50\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:89;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4173;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Shobuj\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01911180737\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$4pcVXU4ITCTuX3dhhdj.ru9g378OZbpEDgBMCkR3wlZKFJ7aYObvq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-27 15:52:00\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-27 15:52:00\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4173;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Shobuj\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01911180737\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$4pcVXU4ITCTuX3dhhdj.ru9g378OZbpEDgBMCkR3wlZKFJ7aYObvq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-27 15:52:00\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-27 15:52:00\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:90;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4186;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Monir\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01754979749\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$zeR7Hm2kDfMle35Mcf0MrebfEAdKZXJOSk2TnF0q2fFOI7i7SdiVK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-27 17:09:08\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-27 17:09:08\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4186;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Monir\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01754979749\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$zeR7Hm2kDfMle35Mcf0MrebfEAdKZXJOSk2TnF0q2fFOI7i7SdiVK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-27 17:09:08\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-27 17:09:08\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:91;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4192;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:21:\\\"Md Borhan uddin ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01788933737\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ueEjod73gwCaBh0O3WmK7OEsNShk2GH92CSlTQHiBvoZOS8iYzxTy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-27 17:46:31\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-27 17:46:31\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4192;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:21:\\\"Md Borhan uddin ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01788933737\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ueEjod73gwCaBh0O3WmK7OEsNShk2GH92CSlTQHiBvoZOS8iYzxTy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-27 17:46:31\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-27 17:46:31\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:92;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4193;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Abdur Rahim\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01978013445\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$8I\\/Jmpv1w1QDfHpUsYmZH.ieCOyfc21WlNUn7VPl5.weoOGbqaqzG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-27 17:51:49\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-27 17:51:49\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4193;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Abdur Rahim\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01978013445\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$8I\\/Jmpv1w1QDfHpUsYmZH.ieCOyfc21WlNUn7VPl5.weoOGbqaqzG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-27 17:51:49\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-27 17:51:49\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:93;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4396;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:21:\\\"A.K.M. Shafiul Hassan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:25:\\\"shafiulhassan@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01730340732\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$FxUMwH5mrnmCwmLYeaqhG.aAxxzbLkRVO99hY.jv59gZdcVj70bdy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-08 21:46:15\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-08 21:46:15\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4396;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:21:\\\"A.K.M. Shafiul Hassan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:25:\\\"shafiulhassan@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01730340732\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$FxUMwH5mrnmCwmLYeaqhG.aAxxzbLkRVO99hY.jv59gZdcVj70bdy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-08 21:46:15\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-08 21:46:15\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:94;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4397;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Abdul Kashem\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711056005\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$sDxAGN9Trcn4hNXl829WEu1hX\\/KJMfCxfsJ9Pgml.7Ype26xgrQCC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-08 22:01:16\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-08 22:01:16\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4397;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Abdul Kashem\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711056005\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$sDxAGN9Trcn4hNXl829WEu1hX\\/KJMfCxfsJ9Pgml.7Ype26xgrQCC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-08 22:01:16\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-08 22:01:16\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:95;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4398;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Abdullah Al Sayeed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01611529134\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$paMfOvl9BKwtGqVeXh1aBuo4KDFZvDpq75c.5R7CXrZgHZjyMqo8y\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-08 23:11:13\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-08 23:11:13\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4398;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Abdullah Al Sayeed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01611529134\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$paMfOvl9BKwtGqVeXh1aBuo4KDFZvDpq75c.5R7CXrZgHZjyMqo8y\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-08 23:11:13\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-08 23:11:13\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:96;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4399;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Abdur rahim\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711322980\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$KVvZ9ZUvpoBwOOezOAewXuqWmfyWP7dpD5Yyu2VE59Fcbvy\\/8AewW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-08 23:43:10\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-08 23:43:10\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4399;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Abdur rahim\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711322980\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$KVvZ9ZUvpoBwOOezOAewXuqWmfyWP7dpD5Yyu2VE59Fcbvy\\/8AewW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-08 23:43:10\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-08 23:43:10\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:97;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4400;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Abdur Rahim Khan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01688382773\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$3bDV5F8A6b8vGsOW6DYZh.6DXWXOo4j82GpR\\/uSsTZQ7.7USjwJeO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-08 23:47:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-08 23:47:29\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4400;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Abdur Rahim Khan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01688382773\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$3bDV5F8A6b8vGsOW6DYZh.6DXWXOo4j82GpR\\/uSsTZQ7.7USjwJeO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-08 23:47:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-08 23:47:29\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:98;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4402;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Abu Bakkar Siddik\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"siddik74@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01718888774\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$N\\/c206B1LWvyeOt\\/\\/TSPo.lumbXBkzSIFF4.oKkW2g6hjV0tzG0le\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-09 00:09:54\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-09 00:09:54\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4402;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Abu Bakkar Siddik\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"siddik74@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01718888774\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$N\\/c206B1LWvyeOt\\/\\/TSPo.lumbXBkzSIFF4.oKkW2g6hjV0tzG0le\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-09 00:09:54\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-09 00:09:54\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:99;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4403;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Abu Mostofa sujon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01730326750\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$LMg7iVCH\\/j0H.JnnQwMKr.gcruTqETqiYo.UIGxjJM3kWPf\\/0i1QC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-09 00:15:39\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-09 00:15:39\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4403;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Abu Mostofa sujon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01730326750\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$LMg7iVCH\\/j0H.JnnQwMKr.gcruTqETqiYo.UIGxjJM3kWPf\\/0i1QC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-09 00:15:39\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-09 00:15:39\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}}}s:4:\\\"text\\\";s:288:\\\"\\u09b8\\u09ae\\u09cd\\u09ae\\u09be\\u09a8\\u09bf\\u09a4 \\u0997\\u09cd\\u09b0\\u09be\\u09b9\\u0995,\\n\\u099c\\u09bf\\u09aa\\u09bf\\u098f\\u09b8 \\u098f\\u09b0 \\u0995\\u09cb\\u09a8 \\u09ac\\u09bf\\u09b2 \\u098f\\u0987 \\u09ae\\u09c1\\u09b9\\u09c1\\u09b0\\u09a4\\u09c7 \\u09a8\\u09be \\u09aa\\u09be\\u09a0\\u09be\\u09a8\\u09cb\\u09b0 \\u099c\\u09a8\\u09cd\\u09af \\u0985\\u09a8\\u09c1\\u09b0\\u09cb\\u09a7 \\u0995\\u09b0\\u099b\\u09bf \\u0964 \\u0986\\u09ae\\u09be\\u09a6\\u09c7\\u09b0 \\u09b8\\u09be\\u09b0\\u09cd\\u09ad\\u09be\\u09b0 \\u0986\\u09aa\\u09a1\\u09c7\\u099f \\u098f\\u09b0 \\u0995\\u09be\\u099c \\u099a\\u09b2\\u099b\\u09c7 \\u0964\\\";}s:3:\\\"job\\\";N;s:10:\\\"connection\\\";N;s:5:\\\"queue\\\";N;s:15:\\\"chainConnection\\\";N;s:10:\\\"chainQueue\\\";N;s:5:\\\"delay\\\";N;s:10:\\\"middleware\\\";a:0:{}s:7:\\\"chained\\\";a:0:{}}\"}}', 'Illuminate\\Queue\\MaxAttemptsExceededException: App\\Jobs\\SmsSend has been attempted too many times or run too long. The job may have previously timed out. in /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php:648\nStack trace:\n#0 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(163): Illuminate\\Queue\\Worker->maxAttemptsExceededException(Object(Illuminate\\Queue\\Jobs\\DatabaseJob))\n#1 /home/mygpsbd/public_html/app/Http/helper.php(28): Illuminate\\Queue\\Worker->Illuminate\\Queue\\{closure}(14, Array)\n#2 /home/mygpsbd/public_html/app/Jobs/SmsSend.php(35): send_sms(\'\\xE0\\xA6\\xB8\\xE0\\xA6\\xAE\\xE0\\xA7\\x8D\\xE0\\xA6\\xAE\\xE0\\xA6\\xBE...\', Array)\n#3 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App\\Jobs\\SmsSend->handle()\n#4 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/Util.php(37): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}()\n#5 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(93): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))\n#6 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(37): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))\n#7 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/Container.php(596): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)\n#8 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php(94): Illuminate\\Container\\Container->call(Array)\n#9 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(128): Illuminate\\Bus\\Dispatcher->Illuminate\\Bus\\{closure}(Object(App\\Jobs\\SmsSend))\n#10 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(103): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(App\\Jobs\\SmsSend))\n#11 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php(98): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))\n#12 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(83): Illuminate\\Bus\\Dispatcher->dispatchNow(Object(App\\Jobs\\SmsSend), false)\n#13 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(128): Illuminate\\Queue\\CallQueuedHandler->Illuminate\\Queue\\{closure}(Object(App\\Jobs\\SmsSend))\n#14 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(103): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(App\\Jobs\\SmsSend))\n#15 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(85): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))\n#16 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(59): Illuminate\\Queue\\CallQueuedHandler->dispatchThroughMiddleware(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Object(App\\Jobs\\SmsSend))\n#17 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Jobs/Job.php(98): Illuminate\\Queue\\CallQueuedHandler->call(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Array)\n#18 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(356): Illuminate\\Queue\\Jobs\\Job->fire()\n#19 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(306): Illuminate\\Queue\\Worker->process(\'database\', Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Object(Illuminate\\Queue\\WorkerOptions))\n#20 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(132): Illuminate\\Queue\\Worker->runJob(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), \'database\', Object(Illuminate\\Queue\\WorkerOptions))\n#21 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(112): Illuminate\\Queue\\Worker->daemon(\'database\', \'default\', Object(Illuminate\\Queue\\WorkerOptions))\n#22 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(96): Illuminate\\Queue\\Console\\WorkCommand->runWorker(\'database\', \'default\')\n#23 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Illuminate\\Queue\\Console\\WorkCommand->handle()\n#24 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/Util.php(37): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}()\n#25 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(93): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))\n#26 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(37): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))\n#27 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/Container.php(596): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)\n#28 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Console/Command.php(134): Illuminate\\Container\\Container->call(Array)\n#29 /home/mygpsbd/public_html/vendor/symfony/console/Command/Command.php(298): Illuminate\\Console\\Command->execute(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))\n#30 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Console/Command.php(121): Symfony\\Component\\Console\\Command\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))\n#31 /home/mygpsbd/public_html/vendor/symfony/console/Application.php(1040): Illuminate\\Console\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#32 /home/mygpsbd/public_html/vendor/symfony/console/Application.php(301): Symfony\\Component\\Console\\Application->doRunCommand(Object(Illuminate\\Queue\\Console\\WorkCommand), Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#33 /home/mygpsbd/public_html/vendor/symfony/console/Application.php(171): Symfony\\Component\\Console\\Application->doRun(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#34 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Console/Application.php(93): Symfony\\Component\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#35 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(129): Illuminate\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#36 /home/mygpsbd/public_html/artisan(37): Illuminate\\Foundation\\Console\\Kernel->handle(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#37 {main}', '2024-02-09 19:01:17');
INSERT INTO `failed_jobs` (`id`, `connection`, `queue`, `payload`, `exception`, `failed_at`) VALUES
(722, 'database', 'default', '{\"uuid\":\"9564d9b9-ab13-45de-8a08-6f07859b9426\",\"displayName\":\"App\\\\Jobs\\\\SmsSend\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"delay\":null,\"timeout\":null,\"timeoutAt\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\SmsSend\",\"command\":\"O:16:\\\"App\\\\Jobs\\\\SmsSend\\\":9:{s:4:\\\"data\\\";a:2:{s:4:\\\"data\\\";O:39:\\\"Illuminate\\\\Database\\\\Eloquent\\\\Collection\\\":1:{s:8:\\\"\\u0000*\\u0000items\\\";a:100:{i:0;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2138;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Jit Vokto\\\";s:3:\\\"nid\\\";s:3:\\\"N\\/A\\\";s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711945289\\\";s:11:\\\"alter_phone\\\";s:11:\\\"01711945289\\\";s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ORl1NbafSOyBuoRa0yoh2uTX3rzijLpq6toG36N3Bx6D2MhIMvH9m\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-12 16:00:54\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-12 16:00:54\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2138;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Jit Vokto\\\";s:3:\\\"nid\\\";s:3:\\\"N\\/A\\\";s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711945289\\\";s:11:\\\"alter_phone\\\";s:11:\\\"01711945289\\\";s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ORl1NbafSOyBuoRa0yoh2uTX3rzijLpq6toG36N3Bx6D2MhIMvH9m\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-12 16:00:54\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-12 16:00:54\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:1;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2152;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Shahin Akter\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:10:\\\"Chottogram\\\";s:5:\\\"phone\\\";s:11:\\\"01835874391\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$rFN4zJWSdkQI1iHs06go2u6DQUyUds2Cgo\\/duEvOaEPewg4OCfNQy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-12 17:01:31\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-12 17:01:31\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2152;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Shahin Akter\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:10:\\\"Chottogram\\\";s:5:\\\"phone\\\";s:11:\\\"01835874391\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$rFN4zJWSdkQI1iHs06go2u6DQUyUds2Cgo\\/duEvOaEPewg4OCfNQy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-12 17:01:31\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-12 17:01:31\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:2;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2156;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:25:\\\"Alok Debnath \\uff08Foridpur)\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"alokdebnath@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01761713106\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Pt4V8UhyWqbApziR0keopuUyfViXX5tq0Gk3hi49SJHMqR998Be5e\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-12 17:11:28\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-12 17:11:28\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2156;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:25:\\\"Alok Debnath \\uff08Foridpur)\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"alokdebnath@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01761713106\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Pt4V8UhyWqbApziR0keopuUyfViXX5tq0Gk3hi49SJHMqR998Be5e\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-12 17:11:28\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-12 17:11:28\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:3;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2165;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"arif\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"arif54@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01971668854\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$VDWb7ejn59PWWQHKf0S\\/N.pBvKKqDW2nHbiNvPKzoTc1mX.t8.Lbe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-12 17:42:51\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-12 17:42:51\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2165;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"arif\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"arif54@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01971668854\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$VDWb7ejn59PWWQHKf0S\\/N.pBvKKqDW2nHbiNvPKzoTc1mX.t8.Lbe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-12 17:42:51\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-12 17:42:51\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:4;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2166;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Arif\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"arif22@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01746510422\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$daM7QqxFxYv7GCbezrTx2eO84L7lIOl\\/I6e9asNcaA3EcD\\/B5we4i\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-12 17:46:44\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-12 17:46:44\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2166;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Arif\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"arif22@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01746510422\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$daM7QqxFxYv7GCbezrTx2eO84L7lIOl\\/I6e9asNcaA3EcD\\/B5we4i\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-12 17:46:44\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-12 17:46:44\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:5;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2263;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Md. Nahid\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"nahid24@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01721027224\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$AfEh\\/xt9wdzahkJRpymk1.RAghQB.wHbrGBXBtGrSjqoI82hzHILi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 14:38:22\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 14:38:22\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2263;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Md. Nahid\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"nahid24@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01721027224\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$AfEh\\/xt9wdzahkJRpymk1.RAghQB.wHbrGBXBtGrSjqoI82hzHILi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 14:38:22\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 14:38:22\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:6;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2396;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Sohana\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"shibak1971@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01622246048\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$5kf9lqZq8Ne2DniG5Cwga.sl20WsWOycfj2.X5TgJ6E9wkyYSGTAW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 15:32:35\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 15:32:35\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2396;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Sohana\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"shibak1971@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01622246048\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$5kf9lqZq8Ne2DniG5Cwga.sl20WsWOycfj2.X5TgJ6E9wkyYSGTAW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 15:32:35\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 15:32:35\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:7;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2397;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Shofiqul islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"shofiqul20@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01729327220\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$JwSxz1QLzjhWDRbIAmhoq.JmOExj0rNy\\/P4WgNQdHZn\\/Ge6qHNhUi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 15:37:21\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 15:37:21\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2397;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Shofiqul islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"shofiqul20@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01729327220\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$JwSxz1QLzjhWDRbIAmhoq.JmOExj0rNy\\/P4WgNQdHZn\\/Ge6qHNhUi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 15:37:21\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 15:37:21\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:8;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2398;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:29:\\\"Kazi Abdullah Al Anisur Zaman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"sohelhat026@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01819290268\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$0Sq51kiF8pYIKwXyAVogNex0W7SXK7LJ0XTeqsklrtWN27ILEY4Pa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 15:41:59\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 15:41:59\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2398;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:29:\\\"Kazi Abdullah Al Anisur Zaman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"sohelhat026@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01819290268\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$0Sq51kiF8pYIKwXyAVogNex0W7SXK7LJ0XTeqsklrtWN27ILEY4Pa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 15:41:59\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 15:41:59\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:9;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2400;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Feroj ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"ferojnet73@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01815946458\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$vGeifIjDSWZ0i2136wCNHOQf68gzfZzVFXmfXIdjE2ZTTfgtimI96\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 15:51:03\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 15:51:03\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2400;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Feroj ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"ferojnet73@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01815946458\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$vGeifIjDSWZ0i2136wCNHOQf68gzfZzVFXmfXIdjE2ZTTfgtimI96\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 15:51:03\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 15:51:03\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:10;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2404;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Ashequr Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"arthaiglass@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716226689\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$yVoMORq1CLpNa5wfJbONAeaXyS8nG7VXis4xBDTm3S1Sa3luZU7UO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 16:11:38\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 16:11:38\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2404;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Ashequr Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"arthaiglass@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716226689\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$yVoMORq1CLpNa5wfJbONAeaXyS8nG7VXis4xBDTm3S1Sa3luZU7UO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 16:11:38\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 16:11:38\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:11;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2405;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md. saiful Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:27:\\\"creativecircleltd@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712254936\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$RPv3V7\\/b5DqXemxtv1JSkeVhPuqpDivcFZz8tm4exFEkavKm13sji\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 16:15:16\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 16:15:16\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2405;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md. saiful Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:27:\\\"creativecircleltd@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712254936\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$RPv3V7\\/b5DqXemxtv1JSkeVhPuqpDivcFZz8tm4exFEkavKm13sji\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 16:15:16\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 16:15:16\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:12;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2406;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Ashiqur Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"ashikur66@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01612110166\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$eMujOZM\\/rZKubnFK5Yq5gu7rzC20xUcIf65I73iGZphebuvAAq6vS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 16:18:37\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 16:18:37\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2406;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Ashiqur Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"ashikur66@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01612110166\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$eMujOZM\\/rZKubnFK5Yq5gu7rzC20xUcIf65I73iGZphebuvAAq6vS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 16:18:37\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 16:18:37\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:13;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2408;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Md. Shanto\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"shanto.ish@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01733275307\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$6XhBKnT8uRzhATIRCW9S6uW\\/wCleDMunGLKo5MYv\\/5CCGTX3P2Elu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 16:23:47\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 16:23:47\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2408;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Md. Shanto\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"shanto.ish@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01733275307\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$6XhBKnT8uRzhATIRCW9S6uW\\/wCleDMunGLKo5MYv\\/5CCGTX3P2Elu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 16:23:47\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 16:23:47\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:14;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2409;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Raju Monowar\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:17:\\\"raju@mygps.com.bd\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01778943462\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$b0CnTSVOrH22y3TcdwYxUO8f8\\/I84jqQ0BBFrOwiIb6OrrPSgJ\\/\\/m\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 16:26:53\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 16:26:53\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2409;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Raju Monowar\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:17:\\\"raju@mygps.com.bd\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01778943462\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$b0CnTSVOrH22y3TcdwYxUO8f8\\/I84jqQ0BBFrOwiIb6OrrPSgJ\\/\\/m\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 16:26:53\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 16:26:53\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:15;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2410;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Belayet Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:28:\\\"belayethossain4090@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01912924090\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$cxkDXuxjwvBIPrwI6JxhN.Any0VDKCochFZy.xUCuifRdMRJt5cOG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 16:29:27\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 16:29:27\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2410;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Belayet Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:28:\\\"belayethossain4090@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01912924090\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$cxkDXuxjwvBIPrwI6JxhN.Any0VDKCochFZy.xUCuifRdMRJt5cOG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 16:29:27\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 16:29:27\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:16;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2411;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Md. Bappy hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"bappy46@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01827365146\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$NZTox3yJdXSyPZEJYEmuE.Eez8p3AiQqBva72LCe3Ghc1I5LeS4Pe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 16:35:49\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 16:35:49\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2411;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Md. Bappy hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"bappy46@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01827365146\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$NZTox3yJdXSyPZEJYEmuE.Eez8p3AiQqBva72LCe3Ghc1I5LeS4Pe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 16:35:49\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 16:35:49\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:17;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2415;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Taposh Mallick\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"taposh82@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712868027\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$tOUnUFcIXFk4XDHVFc2EIu0cBkgepvKaMCro33sgezTUNlkG\\/cr3u\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 22:36:20\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 22:36:20\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2415;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Taposh Mallick\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"taposh82@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712868027\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$tOUnUFcIXFk4XDHVFc2EIu0cBkgepvKaMCro33sgezTUNlkG\\/cr3u\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 22:36:20\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 22:36:20\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:18;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2420;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:24:\\\"Md.Shafiur Rahman Sikdar\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"shafiur300@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01730320300\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$KTpyJ2gcf6fi84Cbu8PtZODA6QrqBsQeoDbhbAsShGaqo7T41c576\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 22:50:39\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 22:50:39\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2420;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:24:\\\"Md.Shafiur Rahman Sikdar\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"shafiur300@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01730320300\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$KTpyJ2gcf6fi84Cbu8PtZODA6QrqBsQeoDbhbAsShGaqo7T41c576\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 22:50:39\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 22:50:39\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:19;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2421;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Jamal uddin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:25:\\\"relianceent2007@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01915494548\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$GPdryx0FPBq0qTHeO3vmFOgF7kwptXW17yqnYFy2aL1NZxNGkK2Sy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 22:53:41\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 22:53:41\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2421;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Jamal uddin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:25:\\\"relianceent2007@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01915494548\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$GPdryx0FPBq0qTHeO3vmFOgF7kwptXW17yqnYFy2aL1NZxNGkK2Sy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 22:53:41\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 22:53:41\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:20;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2424;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Zobaer Ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:27:\\\"zobaerahmedrajeer@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01730376631\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$w7cGNNZhUdWZxu8uAOrbTuV2YoMied3NjI.2BabI.rEM68oR\\/qelC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 23:16:23\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 23:16:23\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2424;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Zobaer Ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:27:\\\"zobaerahmedrajeer@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01730376631\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$w7cGNNZhUdWZxu8uAOrbTuV2YoMied3NjI.2BabI.rEM68oR\\/qelC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 23:16:23\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 23:16:23\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:21;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2425;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"MD ZAKIR HOSSAIN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:27:\\\"zakirhossainrobi5@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01846945654\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$oG1Hm.L3aDX\\/8JN1mA0o\\/e9Hrb7q3qsHCgSH9M51ALEDRUGhvz752\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 23:19:35\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 23:19:35\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2425;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"MD ZAKIR HOSSAIN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:27:\\\"zakirhossainrobi5@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01846945654\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$oG1Hm.L3aDX\\/8JN1mA0o\\/e9Hrb7q3qsHCgSH9M51ALEDRUGhvz752\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 23:19:35\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 23:19:35\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:22;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2426;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Md.Yeasin ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"yeasin@mygps.com.bd\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712226581\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$cthGjQCqOZpqFvRVS08W6.\\/bdc084wCN1oMWrB.tjR2TPw4oEZ5nK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 23:51:14\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 23:51:14\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2426;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Md.Yeasin ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"yeasin@mygps.com.bd\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712226581\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$cthGjQCqOZpqFvRVS08W6.\\/bdc084wCN1oMWrB.tjR2TPw4oEZ5nK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 23:51:14\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 23:51:14\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:23;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2427;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Md. Salim Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:28:\\\"md.salimhossain007@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715794172\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$mUO8kCnwVCyo4IewpsGHKOg9DRpCZrpzBs9WF5ukaA\\/GyZifI5q46\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 23:55:05\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 23:55:05\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2427;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Md. Salim Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:28:\\\"md.salimhossain007@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715794172\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$mUO8kCnwVCyo4IewpsGHKOg9DRpCZrpzBs9WF5ukaA\\/GyZifI5q46\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 23:55:05\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 23:55:05\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:24;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2428;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md.Faridul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"faridul65@mygps.com.bd\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01610842565\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$VnQ3BrXoivRSyGJH44PXg.poX7uglkTL5dldQELf9R2eXeMvylJtG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 00:01:56\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 00:01:56\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2428;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md.Faridul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"faridul65@mygps.com.bd\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01610842565\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$VnQ3BrXoivRSyGJH44PXg.poX7uglkTL5dldQELf9R2eXeMvylJtG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 00:01:56\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 00:01:56\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:25;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2430;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Sanzan Mostafa\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:25:\\\"sanzanmostafa@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712059620\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$lUf0VNYsQWbtVzYWBhAE4OPomQhfvDYAzpHc52lhvuEG.4a3ra4om\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 00:10:31\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 00:10:31\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2430;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Sanzan Mostafa\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:25:\\\"sanzanmostafa@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712059620\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$lUf0VNYsQWbtVzYWBhAE4OPomQhfvDYAzpHc52lhvuEG.4a3ra4om\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 00:10:31\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 00:10:31\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:26;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2431;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Ahmed EBC\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:29:\\\"ahmed.ebc@interstellartec.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01749557858\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Ierl\\/VGQ1dktFsWOw1DoDubsYZgVvj3Jkq1fH\\/rNSSJjsEuW3bJiy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 00:15:54\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 00:15:54\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2431;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Ahmed EBC\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:29:\\\"ahmed.ebc@interstellartec.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01749557858\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Ierl\\/VGQ1dktFsWOw1DoDubsYZgVvj3Jkq1fH\\/rNSSJjsEuW3bJiy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 00:15:54\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 00:15:54\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:27;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2432;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Md.Nazrul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:25:\\\"litonnazrul1976@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01816445211\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Il6.TUpbUZLtzIhd3Leg1.GqIfRcXm7Gml62vTi\\/ng92dpMHCEDfa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 00:19:42\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 00:19:42\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2432;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Md.Nazrul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:25:\\\"litonnazrul1976@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01816445211\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Il6.TUpbUZLtzIhd3Leg1.GqIfRcXm7Gml62vTi\\/ng92dpMHCEDfa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 00:19:42\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 00:19:42\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:28;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2433;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:20:\\\"Dr.Md.Azaharul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"azharulrafi28@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01735923644\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$y0pCZNfDRZrww36vCMqcu.rPJ9BpvinDIC07Xg7Sqf8sJMWlUlq3W\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 00:24:43\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 00:24:43\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2433;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:20:\\\"Dr.Md.Azaharul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"azharulrafi28@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01735923644\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$y0pCZNfDRZrww36vCMqcu.rPJ9BpvinDIC07Xg7Sqf8sJMWlUlq3W\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 00:24:43\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 00:24:43\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:29;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2434;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"Rezaul Karim Shamee\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:25:\\\"rezaulkarim4984@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01717414984\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$bk4kR6w4T5EJfq7N5gSuP.uoad8gabPkgsfND9mSHyjvKmDHw6kiK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 00:28:23\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 00:28:23\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2434;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"Rezaul Karim Shamee\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:25:\\\"rezaulkarim4984@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01717414984\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$bk4kR6w4T5EJfq7N5gSuP.uoad8gabPkgsfND9mSHyjvKmDHw6kiK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 00:28:23\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 00:28:23\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:30;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2435;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Md Nuruzzaman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"zaman526266i@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01728115026\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$F\\/WXv1nOV36OnsAD7n077eKKwgYYExmeM3sKHMe9tDMkjKJT\\/Ih9.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 10:07:36\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 10:07:36\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2435;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Md Nuruzzaman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"zaman526266i@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01728115026\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$F\\/WXv1nOV36OnsAD7n077eKKwgYYExmeM3sKHMe9tDMkjKJT\\/Ih9.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 10:07:36\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 10:07:36\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:31;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2436;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:24:\\\"Md.Mahmudur Rahman Pasha\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"istugulugulu@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01729204040\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$5FFcCwvz1AaHB.MmbAaV0eiWopunemC2XE91DFlcuFIGaV27y.5cm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 10:09:56\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 10:09:56\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2436;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:24:\\\"Md.Mahmudur Rahman Pasha\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"istugulugulu@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01729204040\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$5FFcCwvz1AaHB.MmbAaV0eiWopunemC2XE91DFlcuFIGaV27y.5cm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 10:09:56\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 10:09:56\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:32;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2437;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Md. Mahbubul Hasan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:27:\\\"mahbubulhasan5154@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01754336875\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$a\\/XZscVqnxgmdY7\\/7wlvuO1fJ5sZwCtmZybSayi8KWJ1rIOPxo.di\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 10:18:25\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 10:18:25\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2437;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Md. Mahbubul Hasan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:27:\\\"mahbubulhasan5154@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01754336875\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$a\\/XZscVqnxgmdY7\\/7wlvuO1fJ5sZwCtmZybSayi8KWJ1rIOPxo.di\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 10:18:25\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 10:18:25\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:33;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2438;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:21:\\\"Tariqul Islam Bhuiyan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:27:\\\"bhuiyantariqul317@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01827941001\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$6joVvjYrPBNo0e6F13bZlek.z6WGMlbTJI7Yj8jNhIpx5p8dKnKo.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 10:21:13\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 10:21:13\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2438;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:21:\\\"Tariqul Islam Bhuiyan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:27:\\\"bhuiyantariqul317@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01827941001\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$6joVvjYrPBNo0e6F13bZlek.z6WGMlbTJI7Yj8jNhIpx5p8dKnKo.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 10:21:13\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 10:21:13\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:34;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2440;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md. Monirul Bari\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"barirajib@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01799907020\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$jwvwmxSzfL1JGjdLfWjGKeiVTR6LFakYhsIhgBpk8nYqY2v1oICEy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 10:26:56\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 10:26:56\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2440;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md. Monirul Bari\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"barirajib@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01799907020\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$jwvwmxSzfL1JGjdLfWjGKeiVTR6LFakYhsIhgBpk8nYqY2v1oICEy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 10:26:56\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 10:26:56\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:35;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2441;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Subrata Das\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"subrata21@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01819102021\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$4paWT5poyIBpNPJejDHtQ.Sf4sdOw0Mrhhmj9EXHK2IgDvSb6M.T2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 10:36:06\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 10:36:06\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2441;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Subrata Das\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"subrata21@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01819102021\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$4paWT5poyIBpNPJejDHtQ.Sf4sdOw0Mrhhmj9EXHK2IgDvSb6M.T2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 10:36:06\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 10:36:06\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:36;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2442;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Hassan Shahriar\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"imshahriar@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715551730\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$91R8YxDXy97.BQSr4Y0HoewNdLzSQQ1lSMv0vITz8j9K3Z75fduNi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 10:38:31\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 10:38:31\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2442;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Hassan Shahriar\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"imshahriar@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715551730\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$91R8YxDXy97.BQSr4Y0HoewNdLzSQQ1lSMv0vITz8j9K3Z75fduNi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 10:38:31\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 10:38:31\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:37;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2443;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Abdur Razzaque\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"razzaquem1971@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711954560\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ZUzEU8bc245lFVCZbBO5VuOCFWYRrnqcfpWaZNv\\/z5sv.FnEsA23W\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 10:56:10\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 10:56:10\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2443;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Abdur Razzaque\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"razzaquem1971@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711954560\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ZUzEU8bc245lFVCZbBO5VuOCFWYRrnqcfpWaZNv\\/z5sv.FnEsA23W\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 10:56:10\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 10:56:10\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:38;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2445;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Md Tawfiq Alam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"tawfiq8505@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01722823747\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$TasLvLzXKLL2uZCcME1XcezvTh6A8osavFYGZzLCFNpEFIIbf\\/gPK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 11:13:48\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 11:13:48\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2445;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Md Tawfiq Alam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"tawfiq8505@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01722823747\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$TasLvLzXKLL2uZCcME1XcezvTh6A8osavFYGZzLCFNpEFIIbf\\/gPK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 11:13:48\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 11:13:48\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:39;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2446;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Mashfiq\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"mbeg9164@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01316455470\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$zAev2D6TouatZ6uE6qCB6.BxajBwbK\\/fY1qERsNmYDYDBEccGLWCm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 11:16:08\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 11:16:08\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2446;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Mashfiq\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"mbeg9164@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01316455470\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$zAev2D6TouatZ6uE6qCB6.BxajBwbK\\/fY1qERsNmYDYDBEccGLWCm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 11:16:08\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 11:16:08\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:40;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2447;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Mahbub Riyad\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"riyad41@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01877162041\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$2CFhWwHXiX5K5XtqVUg9B.d6l3HqQzAqnaOKUBaUDT0kQy9EsxVOW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 11:23:43\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 11:23:43\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2447;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Mahbub Riyad\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"riyad41@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01877162041\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$2CFhWwHXiX5K5XtqVUg9B.d6l3HqQzAqnaOKUBaUDT0kQy9EsxVOW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 11:23:43\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 11:23:43\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:41;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2448;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md. Khosrul Alam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"khosrul902@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01718096689\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$DlzDmGD5M4diltWrab7pm.6IfYDlE0izBCdAIIE62Q1EvZhQBJ\\/XW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 11:26:37\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 11:26:37\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2448;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md. Khosrul Alam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"khosrul902@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01718096689\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$DlzDmGD5M4diltWrab7pm.6IfYDlE0izBCdAIIE62Q1EvZhQBJ\\/XW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 11:26:37\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 11:26:37\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:42;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2449;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"SHAWON\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"shawon07@mygps.com.bd\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01742401607\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$fv04ZUbQ9NygEJL587GFOepEYHFDlGW04mdL7aD3LXCE9rDRdRyIe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 11:28:56\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 11:28:56\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2449;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"SHAWON\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"shawon07@mygps.com.bd\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01742401607\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$fv04ZUbQ9NygEJL587GFOepEYHFDlGW04mdL7aD3LXCE9rDRdRyIe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 11:28:56\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 11:28:56\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:43;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2450;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:24:\\\"Md Kamruzzaman Ibne Amin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"kzsohail@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01730088000\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ztXHsgXrOHYOgSRKsGbTtu3zSvnhUBBPK6yywOhpbg2lxz9cPriYm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 11:31:14\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 11:31:14\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2450;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:24:\\\"Md Kamruzzaman Ibne Amin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"kzsohail@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01730088000\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ztXHsgXrOHYOgSRKsGbTtu3zSvnhUBBPK6yywOhpbg2lxz9cPriYm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 11:31:14\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 11:31:14\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:44;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2451;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Ali Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:25:\\\"alihossain63177@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01889767158\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$XVAuqpyKjQhMpKYWP3iP5O0wyBe3Ijz.7yS3faUxH9tBCOJefuczC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 12:04:13\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 12:04:13\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2451;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Ali Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:25:\\\"alihossain63177@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01889767158\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$XVAuqpyKjQhMpKYWP3iP5O0wyBe3Ijz.7yS3faUxH9tBCOJefuczC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 12:04:13\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 12:04:13\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:45;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2452;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Shah Alam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:27:\\\"heavenenterrise02@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01672074421\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$PzxV5JKHEtpTu9q\\/bToK5.1ryFbvBf02yJlGUXaoOGk3GbP7rAgt2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 12:06:32\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 12:06:32\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2452;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Shah Alam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:27:\\\"heavenenterrise02@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01672074421\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$PzxV5JKHEtpTu9q\\/bToK5.1ryFbvBf02yJlGUXaoOGk3GbP7rAgt2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 12:06:32\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 12:06:32\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:46;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2453;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:20:\\\"Mohammad Golam Faruk\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"farukswim38@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711008630\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$3dIYXYV0uFIkSVxs0yWhR.HpdDp0Wq5C6dBH6JUrclAJS4pDZNBvC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 12:08:52\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 12:08:52\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2453;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:20:\\\"Mohammad Golam Faruk\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"farukswim38@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711008630\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$3dIYXYV0uFIkSVxs0yWhR.HpdDp0Wq5C6dBH6JUrclAJS4pDZNBvC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 12:08:52\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 12:08:52\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:47;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2454;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Babul Sheikh\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:24:\\\"babul542sheikh@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712167542\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$MP1oQwsoaY8Y75ed2Z\\/GwuL9ygWJPg3KD8QTogZqro3pyEgxV\\/9cy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 12:10:58\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 12:10:58\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2454;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Babul Sheikh\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:24:\\\"babul542sheikh@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712167542\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$MP1oQwsoaY8Y75ed2Z\\/GwuL9ygWJPg3KD8QTogZqro3pyEgxV\\/9cy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 12:10:58\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 12:10:58\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:48;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2455;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Md. Shariful Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"sharifrsd@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712554763\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$jcov9pZwEIE5FfKod1DKbuStnNtNjc3oYejG.eovE.BwtD\\/jSo8XC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 12:14:05\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 12:14:05\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2455;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Md. Shariful Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"sharifrsd@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712554763\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$jcov9pZwEIE5FfKod1DKbuStnNtNjc3oYejG.eovE.BwtD\\/jSo8XC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 12:14:05\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 12:14:05\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:49;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2456;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:22:\\\"ASM Muntasir Chowdhury\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"dear.muntasir@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711670830\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$JaLghpPXI7rCsGFu\\/XLlLu9f0rkHif3nRL\\/CUM8eQH4xVB5W9G.4O\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 12:18:32\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 12:18:32\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2456;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:22:\\\"ASM Muntasir Chowdhury\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"dear.muntasir@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711670830\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$JaLghpPXI7rCsGFu\\/XLlLu9f0rkHif3nRL\\/CUM8eQH4xVB5W9G.4O\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 12:18:32\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 12:18:32\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:50;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2457;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"Md.Masud Alom Munna\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"munna32@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711026032\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$xIZnW.4e.u7UgLKqPilHfeX.mAPgBMgpQAe4cy63sF\\/p\\/zF43\\/7xW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 12:20:41\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 12:20:41\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2457;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"Md.Masud Alom Munna\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"munna32@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711026032\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$xIZnW.4e.u7UgLKqPilHfeX.mAPgBMgpQAe4cy63sF\\/p\\/zF43\\/7xW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 12:20:41\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 12:20:41\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:51;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2458;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"AKM Noor Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"rootagrovet@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711929536\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$38KOHdYr0PojSYrMprWhCOfXYWCUgCwE\\/IDg4OglL7GkKRCqitZwm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 12:36:04\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 12:36:04\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2458;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"AKM Noor Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"rootagrovet@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711929536\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$38KOHdYr0PojSYrMprWhCOfXYWCUgCwE\\/IDg4OglL7GkKRCqitZwm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 12:36:04\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 12:36:04\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:52;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2459;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Obidul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"obidul55@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01719934355\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$7wZjK.FfckjR6XzB2kbjV.GA8sGi5nOFl6trV0deCfcWcv1sddPgC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 12:38:32\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 12:38:32\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2459;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Obidul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"obidul55@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01719934355\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$7wZjK.FfckjR6XzB2kbjV.GA8sGi5nOFl6trV0deCfcWcv1sddPgC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 12:38:32\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 12:38:32\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:53;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2460;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Adv.Bipul Saha\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01724000221\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$C8ZtsdQ1XNgOoxKcPy6Wb.8O.fJTQH9qpQPcCvOdCs5tPw5uv1cHO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 12:41:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 12:41:29\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2460;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Adv.Bipul Saha\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01724000221\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$C8ZtsdQ1XNgOoxKcPy6Wb.8O.fJTQH9qpQPcCvOdCs5tPw5uv1cHO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 12:41:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 12:41:29\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:54;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2463;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"Engr. Mogibul Mowla\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"marinetecctg@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01814275302\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ySNLzAgdKGSTes.kFP4vke2.x15VEsmBFgmWSf8wpHjsMyGrPY7cS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 16:14:18\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 16:14:18\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2463;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"Engr. Mogibul Mowla\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"marinetecctg@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01814275302\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ySNLzAgdKGSTes.kFP4vke2.x15VEsmBFgmWSf8wpHjsMyGrPY7cS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 16:14:18\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 16:14:18\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:55;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2465;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:25:\\\"Dr. Mohammad Khairul Alam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"khairulalom@mygpsbd.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711398017\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Qjtml5ahXXZ0AoF0G74MxeeHEUQd5O4mvP2MfFB8bE6g\\/4gf6LKRG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 16:19:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 16:19:29\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2465;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:25:\\\"Dr. Mohammad Khairul Alam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"khairulalom@mygpsbd.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711398017\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Qjtml5ahXXZ0AoF0G74MxeeHEUQd5O4mvP2MfFB8bE6g\\/4gf6LKRG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 16:19:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 16:19:29\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:56;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2467;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:21:\\\"Md. Matiul Islam Alam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:27:\\\"matiulislamsarkar@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01707367055\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$f1.OcNiTowl9tHYEr\\/\\/DheR5ZO3STtuveQrFJ6CsiS1jf\\/G6g7F6u\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 16:26:21\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 16:26:21\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2467;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:21:\\\"Md. Matiul Islam Alam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:27:\\\"matiulislamsarkar@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01707367055\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$f1.OcNiTowl9tHYEr\\/\\/DheR5ZO3STtuveQrFJ6CsiS1jf\\/G6g7F6u\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 16:26:21\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 16:26:21\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:57;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2470;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Mafizul Alom\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"mafizul13@mygpsbd.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01718336513\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$VlLMglcTQIqv12QiavpwdOtEExD3U35QFWzBanuf.uhixnU5Rfyxy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 16:46:52\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 16:46:52\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2470;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Mafizul Alom\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"mafizul13@mygpsbd.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01718336513\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$VlLMglcTQIqv12QiavpwdOtEExD3U35QFWzBanuf.uhixnU5Rfyxy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 16:46:52\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 16:46:52\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:58;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2471;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Mos5 tel Ltd.\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"mokamal018@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01707038118\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$QuWzjrVfksPhmpjJ.ftfP.mzksUQ1sPB4ATaREikC0lnrtD\\/vSHwW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 16:49:32\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 16:49:32\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2471;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Mos5 tel Ltd.\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"mokamal018@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01707038118\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$QuWzjrVfksPhmpjJ.ftfP.mzksUQ1sPB4ATaREikC0lnrtD\\/vSHwW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 16:49:32\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 16:49:32\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:59;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2472;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Md. Jahedul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"jatbangla548@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01749332498\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$RlCCi.XgWzilarZ\\/D.LaKuZEQ5goMANRh5VLVlyV5mHNHiuWCtCiG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 16:54:59\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 16:54:59\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2472;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Md. Jahedul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"jatbangla548@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01749332498\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$RlCCi.XgWzilarZ\\/D.LaKuZEQ5goMANRh5VLVlyV5mHNHiuWCtCiG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 16:54:59\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 16:54:59\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:60;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2474;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"Robiul Hasan Salman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"robiulhasan@mygpsbd.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01999044603\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$XcyV060tyyEvbkBbVktUfuJdq4EdveiOCLs2pagM7\\/hxfIkGMOISK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 17:19:21\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 17:19:21\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2474;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"Robiul Hasan Salman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"robiulhasan@mygpsbd.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01999044603\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$XcyV060tyyEvbkBbVktUfuJdq4EdveiOCLs2pagM7\\/hxfIkGMOISK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 17:19:21\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 17:19:21\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:61;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2478;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:21:\\\"Rashed Mosharrof Rana\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:29:\\\"rashedmosharrofrana@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01973000081\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$c7yufkSrAk7mKLrQKxOwPe2emOtgrHbgXnc6yAuT6QBPq2\\/5tKdlm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 17:46:54\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 17:46:54\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2478;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:21:\\\"Rashed Mosharrof Rana\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:29:\\\"rashedmosharrofrana@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01973000081\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$c7yufkSrAk7mKLrQKxOwPe2emOtgrHbgXnc6yAuT6QBPq2\\/5tKdlm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 17:46:54\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 17:46:54\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:62;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2480;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Lutfor rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:27:\\\"rahamanlutfor1981@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01608907576\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$HjvXwVQef\\/rF1v7aA1fXxeINmCr4NLDga8JZBNu4fv9errCfo5oLq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 17:52:19\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 17:52:19\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2480;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Lutfor rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:27:\\\"rahamanlutfor1981@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01608907576\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$HjvXwVQef\\/rF1v7aA1fXxeINmCr4NLDga8JZBNu4fv9errCfo5oLq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 17:52:19\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 17:52:19\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:63;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2481;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Shaon Debnath\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:17:\\\"shaon38@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01677194407\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$MqXwlBOHB.kNjly5e1113OigHghW9oTY7UWvSyWAa9ClewZdaV82S\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 17:54:51\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 17:54:51\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2481;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Shaon Debnath\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:17:\\\"shaon38@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01677194407\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$MqXwlBOHB.kNjly5e1113OigHghW9oTY7UWvSyWAa9ClewZdaV82S\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 17:54:51\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 17:54:51\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:64;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2482;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Parvez Ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"parvezahmed@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01882767271\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$In.YyYJSt4na82c7jCL.1.bzb9UPTWyE\\/ZpU9G6luIS4w2hTuOFxe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 17:57:15\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 17:57:15\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2482;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Parvez Ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"parvezahmed@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01882767271\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$In.YyYJSt4na82c7jCL.1.bzb9UPTWyE\\/ZpU9G6luIS4w2hTuOFxe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 17:57:15\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 17:57:15\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:65;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2483;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Murshed Chowdhury\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:29:\\\"murshed_chowdhury@outlook.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01729226623\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$jPqHEbI2WWTRDewPLbaFgerKFen9ZpPT\\/ZVsIYkwRpF.SyJY0jJVC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 21:20:14\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 21:20:14\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2483;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Murshed Chowdhury\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:29:\\\"murshed_chowdhury@outlook.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01729226623\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$jPqHEbI2WWTRDewPLbaFgerKFen9ZpPT\\/ZVsIYkwRpF.SyJY0jJVC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 21:20:14\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 21:20:14\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:66;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2484;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"DR MD SALAH UDDON\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:28:\\\"salahuddinomar9229@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711421085\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$zwO8gmGjwZlt428q2WDawekfjuLT4BgDEt8Y5hMRxSSD79wRZNCoO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 21:36:22\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 21:36:22\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2484;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"DR MD SALAH UDDON\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:28:\\\"salahuddinomar9229@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711421085\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$zwO8gmGjwZlt428q2WDawekfjuLT4BgDEt8Y5hMRxSSD79wRZNCoO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 21:36:22\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 21:36:22\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:67;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2485;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:23:\\\"Mohammad Ismail Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"muktoh2022@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711123599\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$kHesDVKgnh6p0sb5JUIELu3zoJsJFoMCN7tyYerWuqgQ6mQ2oF\\/xi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 21:39:06\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 21:39:06\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2485;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:23:\\\"Mohammad Ismail Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"muktoh2022@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711123599\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$kHesDVKgnh6p0sb5JUIELu3zoJsJFoMCN7tyYerWuqgQ6mQ2oF\\/xi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 21:39:06\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 21:39:06\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:68;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2486;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Kornel asad\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"romel6540@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01713331568\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$0j2lELbzUf3Xw.ydqfsw7OVRmlUtFJ37MXaf3fUFvIkgqCLK56UgS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 21:42:00\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 21:42:00\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2486;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Kornel asad\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"romel6540@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01713331568\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$0j2lELbzUf3Xw.ydqfsw7OVRmlUtFJ37MXaf3fUFvIkgqCLK56UgS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 21:42:00\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 21:42:00\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:69;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2487;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"MD Iqbal Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"mdiqbal5029@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712274148\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$cBniBTpQ7fVwJxAxq23hROCElrF4YKFkTYLsEEGAVJ5ax9iYtA2eW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 21:45:05\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 21:45:05\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2487;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"MD Iqbal Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"mdiqbal5029@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712274148\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$cBniBTpQ7fVwJxAxq23hROCElrF4YKFkTYLsEEGAVJ5ax9iYtA2eW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 21:45:05\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 21:45:05\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:70;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2488;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Rabby\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"rabbibond25@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01316199697\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$bRe3uCT0htA8iWYmHUmWN.y2G.1Icdap4ypshRQ8snIB\\/x3pz1mNq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 21:48:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 21:48:29\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2488;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Rabby\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"rabbibond25@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01316199697\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$bRe3uCT0htA8iWYmHUmWN.y2G.1Icdap4ypshRQ8snIB\\/x3pz1mNq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 21:48:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 21:48:29\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:71;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2489;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Rahim\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"rahim44@mygpsd.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01919166944\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$gLk\\/6lbx\\/Zlm45VYhwlPAewl\\/2YT6vwx5r1LATOelTZiiGrsMhJGO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 21:51:27\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 21:51:27\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2489;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Rahim\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"rahim44@mygpsd.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01919166944\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$gLk\\/6lbx\\/Zlm45VYhwlPAewl\\/2YT6vwx5r1LATOelTZiiGrsMhJGO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 21:51:27\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 21:51:27\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:72;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2490;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Sumon Uddin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:17:\\\"sumon71@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01884204571\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$OYY.savfOzOeGvosSUhXDOEwsdRyPDuhpf4swbcGjThH50Z87309i\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 21:56:27\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 21:56:27\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2490;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Sumon Uddin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:17:\\\"sumon71@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01884204571\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$OYY.savfOzOeGvosSUhXDOEwsdRyPDuhpf4swbcGjThH50Z87309i\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 21:56:27\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 21:56:27\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:73;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2491;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:20:\\\"Md Mostafizur Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"shamimkuet@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712699155\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$XRz4Mx8odkjfI5VkYnS.yeMUbCZtfWMyE2D5iT1JDcNmCXtF6dISa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 22:00:39\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 22:00:39\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2491;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:20:\\\"Md Mostafizur Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"shamimkuet@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712699155\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$XRz4Mx8odkjfI5VkYnS.yeMUbCZtfWMyE2D5iT1JDcNmCXtF6dISa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 22:00:39\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 22:00:39\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:74;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2492;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Sheikh Ripon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:17:\\\"ripon89@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01728240589\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$YdtVNlVssIyEBvprXSLjmualFRoWAt6vgOIi6otsJExtL.nZf\\/Jau\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 22:03:25\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 22:03:25\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2492;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Sheikh Ripon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:17:\\\"ripon89@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01728240589\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$YdtVNlVssIyEBvprXSLjmualFRoWAt6vgOIi6otsJExtL.nZf\\/Jau\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 22:03:25\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 22:03:25\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:75;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2494;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"KAMRUDDUJA SAYEM\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"sayem123457@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712170394\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$j1pPVXArnRH9oI6lePRwD.ZvCTJPkBpf2GjVviBLYfgWc5YxayZcC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 09:59:39\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 09:59:39\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2494;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"KAMRUDDUJA SAYEM\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"sayem123457@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712170394\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$j1pPVXArnRH9oI6lePRwD.ZvCTJPkBpf2GjVviBLYfgWc5YxayZcC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 09:59:39\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 09:59:39\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:76;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2495;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"faruk123\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"faruk123@mygpsd.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01718159097\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$myYv35ExrFoz5KvAkhX4\\/exI3T4qCqQyjdkPaHv0GJQfjEbYFDT8q\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 10:01:51\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 10:01:51\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2495;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"faruk123\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"faruk123@mygpsd.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01718159097\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$myYv35ExrFoz5KvAkhX4\\/exI3T4qCqQyjdkPaHv0GJQfjEbYFDT8q\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 10:01:51\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 10:01:51\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:77;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2496;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Arif\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"mohammedarifh@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712551848\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Kla5jUSv3Tg1s3sXIYjBQ.Tf8WFRjAfM6yRTEBYQOGFEtpQDAN3LC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 10:04:20\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 10:04:20\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2496;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Arif\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"mohammedarifh@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712551848\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Kla5jUSv3Tg1s3sXIYjBQ.Tf8WFRjAfM6yRTEBYQOGFEtpQDAN3LC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 10:04:20\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 10:04:20\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:78;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2497;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Md.Main uddin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"stmain1998@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01732651804\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$FXMIG1cvvwTeoxQGmx81LeFWBtMhApdTaPnlXzVi38N1x4qe8s\\/uG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 10:07:01\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 10:07:01\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2497;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Md.Main uddin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"stmain1998@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01732651804\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$FXMIG1cvvwTeoxQGmx81LeFWBtMhApdTaPnlXzVi38N1x4qe8s\\/uG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 10:07:01\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 10:07:01\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:79;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2499;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"RASEL AHMED\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"rasel12@mygpsd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01769007412\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$n1VbuPxO.iO9qM4ObH2kPuE0iZhgiYBgFPWKXBkQvSciuqZC7XsRm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 10:17:31\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 10:17:31\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2499;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"RASEL AHMED\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"rasel12@mygpsd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01769007412\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$n1VbuPxO.iO9qM4ObH2kPuE0iZhgiYBgFPWKXBkQvSciuqZC7XsRm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 10:17:31\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 10:17:31\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:80;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2500;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Dewan Md Laqat Ali\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"liaqat3238@yahoo.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01700783345\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$oBmsnblIE8rYb6z8NPjtP.4uKp95zdE6zEDB0CYYOFk6NNR\\/exfeS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 10:23:07\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 10:23:07\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2500;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Dewan Md Laqat Ali\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"liaqat3238@yahoo.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01700783345\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$oBmsnblIE8rYb6z8NPjtP.4uKp95zdE6zEDB0CYYOFk6NNR\\/exfeS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 10:23:07\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 10:23:07\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:81;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2503;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"NUR SIDDIQUE ONIM\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:17:\\\"ONIM723@GMAIL.COM\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01730599993\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$YkMaoZX1xNNUYjdw3U0q5ukkFg9wh\\/MH6Xy7uvneB2F\\/zPjnC1jtS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 10:38:40\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 10:38:40\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2503;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"NUR SIDDIQUE ONIM\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:17:\\\"ONIM723@GMAIL.COM\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01730599993\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$YkMaoZX1xNNUYjdw3U0q5ukkFg9wh\\/MH6Xy7uvneB2F\\/zPjnC1jtS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 10:38:40\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 10:38:40\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:82;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2504;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:20:\\\"Anayet Hossain Sumon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"anayet95@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01866019195\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$fOfRgdXQNn0QPFd2J8us4ueOlYKLCklzv4DBMSxK09B\\/eMuo3J1wW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 10:50:45\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 10:50:45\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2504;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:20:\\\"Anayet Hossain Sumon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"anayet95@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01866019195\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$fOfRgdXQNn0QPFd2J8us4ueOlYKLCklzv4DBMSxK09B\\/eMuo3J1wW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 10:50:45\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 10:50:45\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:83;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2505;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md.jahangir alam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:27:\\\"Jahagiralam.tex16@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01618384673\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$WDC67DaNgToFW0Tx6oNyauDm2FYTbIVVdIZxuYmVa2RTLxAXRQERu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 10:54:54\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 10:54:54\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2505;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md.jahangir alam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:27:\\\"Jahagiralam.tex16@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01618384673\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$WDC67DaNgToFW0Tx6oNyauDm2FYTbIVVdIZxuYmVa2RTLxAXRQERu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 10:54:54\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 10:54:54\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:84;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2506;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Md Manik Mia\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"rawshik84@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715054861\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$o3hvZvi.7jAza.yEq4lxYuAwGSo3uuKhpyEGkJrKiPIAjKeOHunga\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 10:59:24\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 10:59:24\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2506;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Md Manik Mia\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"rawshik84@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715054861\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$o3hvZvi.7jAza.yEq4lxYuAwGSo3uuKhpyEGkJrKiPIAjKeOHunga\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 10:59:24\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 10:59:24\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:85;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2507;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md.Mojibul Karim\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"amimujib1986@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01732228280\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$fFDi0WJjfx5vBLY6hWqoueZgq5LSRxNbf5YMyY90Q2\\/DNhk5YoV3e\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 11:18:33\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 11:18:33\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2507;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md.Mojibul Karim\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"amimujib1986@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01732228280\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$fFDi0WJjfx5vBLY6hWqoueZgq5LSRxNbf5YMyY90Q2\\/DNhk5YoV3e\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 11:18:33\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 11:18:33\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:86;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2508;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md.Alim Ul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"sajoloffice@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712334589\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$KbV0fW6v02SQKyCN19dTYuZAYPi2uljas\\/xpxeVoG3BQ2o7PMZ2ku\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 11:42:14\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 12:31:59\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2508;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md.Alim Ul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"sajoloffice@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712334589\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$KbV0fW6v02SQKyCN19dTYuZAYPi2uljas\\/xpxeVoG3BQ2o7PMZ2ku\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 11:42:14\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 12:31:59\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:87;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2510;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"ROSHID\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"roshid55@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01920784555\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$W41bNFARcsFxBB6eyuZX3.mGWQK2ixuQAYNhUwYyGUWaEQVuBM9lu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 21:46:48\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 21:46:48\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2510;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"ROSHID\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"roshid55@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01920784555\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$W41bNFARcsFxBB6eyuZX3.mGWQK2ixuQAYNhUwYyGUWaEQVuBM9lu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 21:46:48\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 21:46:48\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:88;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2511;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Nashim Ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"skrumi.in@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01763256861\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$hKemHqPZ9gXYRC3pO.SI6.j9H7hvZwp6pNll2AMRBqCwFFHHaUlVy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 21:50:51\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 21:50:51\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2511;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Nashim Ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"skrumi.in@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01763256861\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$hKemHqPZ9gXYRC3pO.SI6.j9H7hvZwp6pNll2AMRBqCwFFHHaUlVy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 21:50:51\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 21:50:51\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:89;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2512;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:23:\\\"Abdullah Mohammad Eunus\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"abdullah11@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01755536111\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Dycz1nKGIxtOpnKjEoNd6OfOK8yLEL.ryp\\/QTCGfjcvVdI8D7n8im\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 21:54:10\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 21:54:10\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2512;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:23:\\\"Abdullah Mohammad Eunus\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"abdullah11@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01755536111\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Dycz1nKGIxtOpnKjEoNd6OfOK8yLEL.ryp\\/QTCGfjcvVdI8D7n8im\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 21:54:10\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 21:54:10\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:90;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2513;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Md Razvi Biswas\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"dxrobin8@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01796597999\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$mLb\\/NBBWblqTx0X\\/D.02xegDHYvgQU.bGWvVEFopY2BtmAieF6TQC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 21:56:46\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 21:56:46\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2513;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Md Razvi Biswas\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"dxrobin8@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01796597999\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$mLb\\/NBBWblqTx0X\\/D.02xegDHYvgQU.bGWvVEFopY2BtmAieF6TQC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 21:56:46\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 21:56:46\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:91;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2514;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Delowar hosen\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:26:\\\"delowar.hosen557@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01685596102\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$FF8qu2fVFMPBgzEG0IgiZOj99c5w\\/3PXw3VScZwHV86wiO1VxbgOK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 21:59:51\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 21:59:51\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2514;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Delowar hosen\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:26:\\\"delowar.hosen557@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01685596102\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$FF8qu2fVFMPBgzEG0IgiZOj99c5w\\/3PXw3VScZwHV86wiO1VxbgOK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 21:59:51\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 21:59:51\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:92;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2515;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"MD. AKIB HASAN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"akib1344@hotmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715199608\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$hcXEbuniFn\\/IPKZmEAsT9.L7sIKWl1GX3oe4SvV3ydKYjQFL5M8gy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 22:05:59\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 22:05:59\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2515;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"MD. AKIB HASAN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"akib1344@hotmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715199608\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$hcXEbuniFn\\/IPKZmEAsT9.L7sIKWl1GX3oe4SvV3ydKYjQFL5M8gy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 22:05:59\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 22:05:59\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:93;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2516;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"Md Nurul Huda Bijoy\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"bijoy2694@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01769009054\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ykE13CmFtXHqJyX33I82\\/OWjOFDuHa6Es\\/5xbQy4AuoUEayjv1IW2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 22:08:41\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 22:08:41\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2516;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"Md Nurul Huda Bijoy\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"bijoy2694@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01769009054\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ykE13CmFtXHqJyX33I82\\/OWjOFDuHa6Es\\/5xbQy4AuoUEayjv1IW2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 22:08:41\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 22:08:41\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:94;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2517;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Jahangir Aman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"Jahangiraman0@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01304159767\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$.3W1DO30jWmAiFwmdYK1.Oje7zGbkFvBixdk1ytvBt7hmTJi0vXqW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 22:18:24\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 22:18:24\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2517;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Jahangir Aman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"Jahangiraman0@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01304159767\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$.3W1DO30jWmAiFwmdYK1.Oje7zGbkFvBixdk1ytvBt7hmTJi0vXqW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 22:18:24\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 22:18:24\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:95;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2518;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Anar Koli\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715955879\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Dwuw71EoMXjblnHRrKKtr.8u5kP2cM.x7Fey5uGBY0C5.Md1PF6Cm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 22:21:36\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 22:21:36\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2518;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Anar Koli\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715955879\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Dwuw71EoMXjblnHRrKKtr.8u5kP2cM.x7Fey5uGBY0C5.Md1PF6Cm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 22:21:36\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 22:21:36\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:96;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2519;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"SAIM RANA\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:33:\\\"gm.saidulislamsi4800274@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01999488933\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$sj5y.zqg8eEtkj1YnIFFqepy3oMEsq4hnz3FwZ.zexAAMUwKq6C0q\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 22:24:45\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 22:24:45\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2519;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"SAIM RANA\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:33:\\\"gm.saidulislamsi4800274@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01999488933\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$sj5y.zqg8eEtkj1YnIFFqepy3oMEsq4hnz3FwZ.zexAAMUwKq6C0q\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 22:24:45\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 22:24:45\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:97;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2520;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:20:\\\"Md.moniruzzaman khan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:28:\\\"khanmoniruzzaman31@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711203272\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$gG5wQpogoC.fWhuedDf8pOVh.Py4YQCp5.iMfzMaHm.nZkxRFEQ9G\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 22:27:35\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 22:27:35\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2520;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:20:\\\"Md.moniruzzaman khan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:28:\\\"khanmoniruzzaman31@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711203272\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$gG5wQpogoC.fWhuedDf8pOVh.Py4YQCp5.iMfzMaHm.nZkxRFEQ9G\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 22:27:35\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 22:27:35\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:98;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2521;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Md SOLAYMAN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"solaymd65@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01792211276\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$eRFroWzoEYUPu7dUocp0WeVIGvxv7UGEs0EBceCKjBbB9kseNzfCu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 22:30:57\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 22:30:57\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2521;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Md SOLAYMAN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"solaymd65@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01792211276\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$eRFroWzoEYUPu7dUocp0WeVIGvxv7UGEs0EBceCKjBbB9kseNzfCu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 22:30:57\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 22:30:57\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:99;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2522;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Alom sentu\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01713026414\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$i7GDvAZ6VQBg0zmW\\/xovUuEGcnalnWTLdmd7fsyQIZh5GQyzBMtMS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 22:33:35\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 22:33:35\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2522;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Alom sentu\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01713026414\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$i7GDvAZ6VQBg0zmW\\/xovUuEGcnalnWTLdmd7fsyQIZh5GQyzBMtMS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 22:33:35\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 22:33:35\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}}}s:4:\\\"text\\\";s:288:\\\"\\u09b8\\u09ae\\u09cd\\u09ae\\u09be\\u09a8\\u09bf\\u09a4 \\u0997\\u09cd\\u09b0\\u09be\\u09b9\\u0995,\\n\\u099c\\u09bf\\u09aa\\u09bf\\u098f\\u09b8 \\u098f\\u09b0 \\u0995\\u09cb\\u09a8 \\u09ac\\u09bf\\u09b2 \\u098f\\u0987 \\u09ae\\u09c1\\u09b9\\u09c1\\u09b0\\u09a4\\u09c7 \\u09a8\\u09be \\u09aa\\u09be\\u09a0\\u09be\\u09a8\\u09cb\\u09b0 \\u099c\\u09a8\\u09cd\\u09af \\u0985\\u09a8\\u09c1\\u09b0\\u09cb\\u09a7 \\u0995\\u09b0\\u099b\\u09bf \\u0964 \\u0986\\u09ae\\u09be\\u09a6\\u09c7\\u09b0 \\u09b8\\u09be\\u09b0\\u09cd\\u09ad\\u09be\\u09b0 \\u0986\\u09aa\\u09a1\\u09c7\\u099f \\u098f\\u09b0 \\u0995\\u09be\\u099c \\u099a\\u09b2\\u099b\\u09c7 \\u0964\\\";}s:3:\\\"job\\\";N;s:10:\\\"connection\\\";N;s:5:\\\"queue\\\";N;s:15:\\\"chainConnection\\\";N;s:10:\\\"chainQueue\\\";N;s:5:\\\"delay\\\";N;s:10:\\\"middleware\\\";a:0:{}s:7:\\\"chained\\\";a:0:{}}\"}}', 'Illuminate\\Queue\\MaxAttemptsExceededException: App\\Jobs\\SmsSend has been attempted too many times or run too long. The job may have previously timed out. in /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php:648\nStack trace:\n#0 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(163): Illuminate\\Queue\\Worker->maxAttemptsExceededException(Object(Illuminate\\Queue\\Jobs\\DatabaseJob))\n#1 /home/mygpsbd/public_html/app/Http/helper.php(28): Illuminate\\Queue\\Worker->Illuminate\\Queue\\{closure}(14, Array)\n#2 /home/mygpsbd/public_html/app/Jobs/SmsSend.php(35): send_sms(\'\\xE0\\xA6\\xB8\\xE0\\xA6\\xAE\\xE0\\xA7\\x8D\\xE0\\xA6\\xAE\\xE0\\xA6\\xBE...\', Array)\n#3 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App\\Jobs\\SmsSend->handle()\n#4 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/Util.php(37): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}()\n#5 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(93): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))\n#6 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(37): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))\n#7 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/Container.php(596): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)\n#8 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php(94): Illuminate\\Container\\Container->call(Array)\n#9 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(128): Illuminate\\Bus\\Dispatcher->Illuminate\\Bus\\{closure}(Object(App\\Jobs\\SmsSend))\n#10 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(103): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(App\\Jobs\\SmsSend))\n#11 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php(98): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))\n#12 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(83): Illuminate\\Bus\\Dispatcher->dispatchNow(Object(App\\Jobs\\SmsSend), false)\n#13 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(128): Illuminate\\Queue\\CallQueuedHandler->Illuminate\\Queue\\{closure}(Object(App\\Jobs\\SmsSend))\n#14 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(103): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(App\\Jobs\\SmsSend))\n#15 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(85): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))\n#16 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(59): Illuminate\\Queue\\CallQueuedHandler->dispatchThroughMiddleware(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Object(App\\Jobs\\SmsSend))\n#17 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Jobs/Job.php(98): Illuminate\\Queue\\CallQueuedHandler->call(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Array)\n#18 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(356): Illuminate\\Queue\\Jobs\\Job->fire()\n#19 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(306): Illuminate\\Queue\\Worker->process(\'database\', Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Object(Illuminate\\Queue\\WorkerOptions))\n#20 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(132): Illuminate\\Queue\\Worker->runJob(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), \'database\', Object(Illuminate\\Queue\\WorkerOptions))\n#21 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(112): Illuminate\\Queue\\Worker->daemon(\'database\', \'default\', Object(Illuminate\\Queue\\WorkerOptions))\n#22 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(96): Illuminate\\Queue\\Console\\WorkCommand->runWorker(\'database\', \'default\')\n#23 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Illuminate\\Queue\\Console\\WorkCommand->handle()\n#24 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/Util.php(37): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}()\n#25 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(93): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))\n#26 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(37): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))\n#27 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/Container.php(596): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)\n#28 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Console/Command.php(134): Illuminate\\Container\\Container->call(Array)\n#29 /home/mygpsbd/public_html/vendor/symfony/console/Command/Command.php(298): Illuminate\\Console\\Command->execute(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))\n#30 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Console/Command.php(121): Symfony\\Component\\Console\\Command\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))\n#31 /home/mygpsbd/public_html/vendor/symfony/console/Application.php(1040): Illuminate\\Console\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#32 /home/mygpsbd/public_html/vendor/symfony/console/Application.php(301): Symfony\\Component\\Console\\Application->doRunCommand(Object(Illuminate\\Queue\\Console\\WorkCommand), Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#33 /home/mygpsbd/public_html/vendor/symfony/console/Application.php(171): Symfony\\Component\\Console\\Application->doRun(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#34 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Console/Application.php(93): Symfony\\Component\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#35 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(129): Illuminate\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#36 /home/mygpsbd/public_html/artisan(37): Illuminate\\Foundation\\Console\\Kernel->handle(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#37 {main}', '2024-02-09 20:01:30');
INSERT INTO `failed_jobs` (`id`, `connection`, `queue`, `payload`, `exception`, `failed_at`) VALUES
(723, 'database', 'default', '{\"uuid\":\"4ddde975-3c84-47a8-9ca4-5c817259983c\",\"displayName\":\"App\\\\Jobs\\\\SmsSend\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"delay\":null,\"timeout\":null,\"timeoutAt\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\SmsSend\",\"command\":\"O:16:\\\"App\\\\Jobs\\\\SmsSend\\\":9:{s:4:\\\"data\\\";a:2:{s:4:\\\"data\\\";O:39:\\\"Illuminate\\\\Database\\\\Eloquent\\\\Collection\\\":1:{s:8:\\\"\\u0000*\\u0000items\\\";a:100:{i:0;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2523;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Khokon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01810453194\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$9nQAxans0aSOmmaWjGF6JOv7KxZj8wNB6pXTZVek8XxhZ5e9PW\\/aq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 22:35:56\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 22:35:56\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2523;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Khokon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01810453194\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$9nQAxans0aSOmmaWjGF6JOv7KxZj8wNB6pXTZVek8XxhZ5e9PW\\/aq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 22:35:56\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 22:35:56\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:1;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2524;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Ehsanul Parvez\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"parvez770@yahoo.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715087778\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$CzBg\\/BLX3kTB8HSaYWjDGOEJy2jj3ac6apISkfyAGrcZ3R85OcR8e\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 22:38:37\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 22:38:37\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2524;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Ehsanul Parvez\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"parvez770@yahoo.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715087778\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$CzBg\\/BLX3kTB8HSaYWjDGOEJy2jj3ac6apISkfyAGrcZ3R85OcR8e\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 22:38:37\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 22:38:37\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:2;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2525;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"Moshiur Rahman Razu\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"razu@utechinfusion.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711850011\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$bA\\/Pav2ktSQsq48dfvSzR.Ay9RKAsYDF2JGM3MxDOjU8BIdvvmF0i\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-19 21:17:28\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-19 21:17:28\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2525;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"Moshiur Rahman Razu\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"razu@utechinfusion.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711850011\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$bA\\/Pav2ktSQsq48dfvSzR.Ay9RKAsYDF2JGM3MxDOjU8BIdvvmF0i\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-19 21:17:28\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-19 21:17:28\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:3;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2526;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"MD.SAIFUL DEWAN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"saiful2060@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01724102060\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$HHFqg08Cf7F\\/NGfwDQGVteiK\\/MKOqDwOityXFa6koTDo26nAvx8dq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-19 21:22:20\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-19 21:22:20\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2526;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"MD.SAIFUL DEWAN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"saiful2060@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01724102060\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$HHFqg08Cf7F\\/NGfwDQGVteiK\\/MKOqDwOityXFa6koTDo26nAvx8dq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-19 21:22:20\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-19 21:22:20\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:4;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2527;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Mostafa Zaman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"mostafazaman6@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01752299773\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$cyisXRPLxJGaul7YnYdLVOR6N4ezKPKClPjzdDDvWLP5YjCCTrUoe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-19 21:26:13\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-19 21:26:13\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2527;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Mostafa Zaman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"mostafazaman6@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01752299773\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$cyisXRPLxJGaul7YnYdLVOR6N4ezKPKClPjzdDDvWLP5YjCCTrUoe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-19 21:26:13\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-19 21:26:13\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:5;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2528;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"ISMAIL\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"pmoismail85@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01921764663\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$edz6Bs7HMfrB7yZd9Dqzy.kXw6HGGf3rDkEHGRp4HXVL8m9UXPEay\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-19 21:30:46\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-19 21:30:46\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2528;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"ISMAIL\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"pmoismail85@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01921764663\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$edz6Bs7HMfrB7yZd9Dqzy.kXw6HGGf3rDkEHGRp4HXVL8m9UXPEay\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-19 21:30:46\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-19 21:30:46\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:6;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2529;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Manir Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:26:\\\"manirhossain1981@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01914751898\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Pgyw7.D3P.wInOcd45GEGOoRSTtumhjyqXqkolW91PR.tKeJneszC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-19 21:34:31\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-19 21:34:31\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2529;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Manir Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:26:\\\"manirhossain1981@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01914751898\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Pgyw7.D3P.wInOcd45GEGOoRSTtumhjyqXqkolW91PR.tKeJneszC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-19 21:34:31\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-19 21:34:31\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:7;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2530;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"MD MAHBUBUZZAMAN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:26:\\\"mahbubuzzaman007@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712933123\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$7dCRF43m2.b15FeZybLGSeP5IyVfgfOyC1nHVf6IBuZCeL4B7GlVq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-19 21:37:38\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-19 21:37:38\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2530;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"MD MAHBUBUZZAMAN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:26:\\\"mahbubuzzaman007@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712933123\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$7dCRF43m2.b15FeZybLGSeP5IyVfgfOyC1nHVf6IBuZCeL4B7GlVq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-19 21:37:38\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-19 21:37:38\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:8;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2531;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"S.M. NURUL HUDA\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"gcibangladesh@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01719558555\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$mZp1B7d1WBe3rrVtYVEpx.XkaR1HqNZSM3A4MaIqd1MZ6Fqjl36J2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-19 21:41:07\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-19 21:41:07\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2531;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"S.M. NURUL HUDA\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"gcibangladesh@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01719558555\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$mZp1B7d1WBe3rrVtYVEpx.XkaR1HqNZSM3A4MaIqd1MZ6Fqjl36J2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-19 21:41:07\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-19 21:41:07\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:9;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2532;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Abdullah al mamun\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"almamun43sg@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01321095943\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Vnle3IEMzi65sAS0IhndberyClze43yZDNTQaC3Otxkmo1ztZZOeS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-19 21:45:06\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-19 21:45:06\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2532;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Abdullah al mamun\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"almamun43sg@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01321095943\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Vnle3IEMzi65sAS0IhndberyClze43yZDNTQaC3Otxkmo1ztZZOeS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-19 21:45:06\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-19 21:45:06\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:10;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2533;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Amir\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:29:\\\"amir.ahammad.renata@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716650404\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$89R5mdJ5t2sEPKAfPONgUOTYD1RSFmlu10cWtG8V.WMHKi0yhrcle\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-19 21:49:24\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-19 21:49:24\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2533;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Amir\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:29:\\\"amir.ahammad.renata@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716650404\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$89R5mdJ5t2sEPKAfPONgUOTYD1RSFmlu10cWtG8V.WMHKi0yhrcle\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-19 21:49:24\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-19 21:49:24\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:11;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2534;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"POARSH\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"porosd37@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01979060509\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$wnE.jhm\\/QuBkalbpOPpvPucckX2bf.G6cChLeiUapsea0M7p7RSpO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-19 21:57:42\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-19 21:57:42\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2534;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"POARSH\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"porosd37@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01979060509\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$wnE.jhm\\/QuBkalbpOPpvPucckX2bf.G6cChLeiUapsea0M7p7RSpO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-19 21:57:42\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-19 21:57:42\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:12;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2536;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Mamun\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"mamun53@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715567953\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$23zCnHKeAUYJtRIcNHW8SO4lau0Pn66TUfDIUKCrknLF1PJCqzPG2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-19 22:07:39\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-19 22:07:39\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2536;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Mamun\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"mamun53@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715567953\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$23zCnHKeAUYJtRIcNHW8SO4lau0Pn66TUfDIUKCrknLF1PJCqzPG2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-19 22:07:39\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-19 22:07:39\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:13;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2537;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Md.Golam Rosul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"rosulgolam99@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01964691210\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$8yaX9gx84Kt7rTr6lfOGx.IX4wVbP3ujgY4ikCqm4HJwJwc51YbuS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-19 22:13:44\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-19 22:13:44\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2537;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Md.Golam Rosul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"rosulgolam99@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01964691210\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$8yaX9gx84Kt7rTr6lfOGx.IX4wVbP3ujgY4ikCqm4HJwJwc51YbuS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-19 22:13:44\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-19 22:13:44\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:14;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2538;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Nazim Ahamed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"nazim5bir@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01730087617\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$9RS3jzQMss0zk4ZQwbohAus4xsC1EaD41HB9xtmzOA163WDJRVdKO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-19 22:17:50\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-19 22:17:50\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2538;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Nazim Ahamed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"nazim5bir@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01730087617\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$9RS3jzQMss0zk4ZQwbohAus4xsC1EaD41HB9xtmzOA163WDJRVdKO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-19 22:17:50\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-19 22:17:50\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:15;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2539;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Siyam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"siyamhosen11@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01302476279\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$zJ98..3bABslGA2FhJEppu7EdT2RHtBMU4GQzrDySIqDK47CqQhem\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-19 22:21:14\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-19 22:21:14\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2539;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Siyam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"siyamhosen11@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01302476279\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$zJ98..3bABslGA2FhJEppu7EdT2RHtBMU4GQzrDySIqDK47CqQhem\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-19 22:21:14\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-19 22:21:14\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:16;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2540;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"MOHAMMAD ATAUR\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"ataurims@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01790591028\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$KI19Fat0Jnlz0vkBX39Kau.0IpLJjx4S2SiprY5xjwIJi4lZfwNla\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-19 22:24:27\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-19 22:24:27\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2540;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"MOHAMMAD ATAUR\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"ataurims@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01790591028\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$KI19Fat0Jnlz0vkBX39Kau.0IpLJjx4S2SiprY5xjwIJi4lZfwNla\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-19 22:24:27\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-19 22:24:27\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:17;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2542;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Rintu\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"rintu20@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01970777420\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$b0h8J5kBXAQhkE8q298FVe.aWq9OwgE2bFcFQ9XecyldzFSx18rs6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-19 22:32:54\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-19 22:32:54\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2542;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Rintu\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"rintu20@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01970777420\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$b0h8J5kBXAQhkE8q298FVe.aWq9OwgE2bFcFQ9XecyldzFSx18rs6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-19 22:32:54\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-19 22:32:54\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:18;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2543;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"shamim Ahamed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:15:\\\"sa@metro.net.bd\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712628656\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$W0rMk9FTUREBeFhg0ilhhOhDGOJOomb.sP4e\\/loOu1liouk0Py6ui\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-19 22:35:34\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-19 22:35:34\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2543;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"shamim Ahamed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:15:\\\"sa@metro.net.bd\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712628656\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$W0rMk9FTUREBeFhg0ilhhOhDGOJOomb.sP4e\\/loOu1liouk0Py6ui\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-19 22:35:34\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-19 22:35:34\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:19;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2544;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Mamun\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:26:\\\"mamunhowlader734@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01738007847\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$rHZSi7OUb.JHkhiTlzzodOt1mA0\\/UIsipmIoK\\/mJxmxJoXdweJwya\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-19 22:45:55\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-19 22:45:55\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2544;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Mamun\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:26:\\\"mamunhowlader734@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01738007847\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$rHZSi7OUb.JHkhiTlzzodOt1mA0\\/UIsipmIoK\\/mJxmxJoXdweJwya\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-19 22:45:55\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-19 22:45:55\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:20;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2545;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Mashiul Alam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"mashiul.fcc@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"00170072953\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$xL1DySYPuXsg4iIxKrnkkuewb8a5MAArV8fCpIF2JNposelvnZiou\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-19 22:52:32\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-19 22:52:32\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2545;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Mashiul Alam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"mashiul.fcc@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"00170072953\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$xL1DySYPuXsg4iIxKrnkkuewb8a5MAArV8fCpIF2JNposelvnZiou\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-19 22:52:32\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-19 22:52:32\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:21;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2546;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"shadud0\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"shadud55@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711463355\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$kX35KpGGbHXFczIf99WL8uEaIb9xLVZ\\/epweH.5Zp3syQvlc4jyh6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-19 22:57:22\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-19 22:57:22\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2546;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"shadud0\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"shadud55@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711463355\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$kX35KpGGbHXFczIf99WL8uEaIb9xLVZ\\/epweH.5Zp3syQvlc4jyh6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-19 22:57:22\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-19 22:57:22\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:22;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2547;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Md nasir uddin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:24:\\\"nasirapurbo795@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711450900\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$3SqAt5KCves3NR601EbSyes9oyoowJN11yHt\\/fOP4.m0WSG7gQBCC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-19 23:01:47\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-19 23:01:47\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2547;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Md nasir uddin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:24:\\\"nasirapurbo795@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711450900\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$3SqAt5KCves3NR601EbSyes9oyoowJN11yHt\\/fOP4.m0WSG7gQBCC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-19 23:01:47\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-19 23:01:47\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:23;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2548;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:20:\\\"Mohammad Mahfuz Alam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"mahfuz.hemal@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01911405062\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$kmzJjeBzU7DZyyTfSuA2wOtj4binDbftv\\/AKRrxM09KXBC2mNvoyW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-19 23:06:08\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-19 23:06:08\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2548;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:20:\\\"Mohammad Mahfuz Alam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"mahfuz.hemal@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01911405062\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$kmzJjeBzU7DZyyTfSuA2wOtj4binDbftv\\/AKRrxM09KXBC2mNvoyW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-19 23:06:08\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-19 23:06:08\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:24;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2549;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Anjon Saha\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"anjon_007@icloud.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711150835\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$wXnslELQOcsIuTLpapmez.bMPyxsnqr4WZ6n4XDtmi0N3FLh3yqUe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-19 23:11:56\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-19 23:11:56\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2549;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Anjon Saha\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"anjon_007@icloud.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711150835\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$wXnslELQOcsIuTLpapmez.bMPyxsnqr4WZ6n4XDtmi0N3FLh3yqUe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-19 23:11:56\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-19 23:11:56\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:25;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2550;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Mamun\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"mamun345@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01713579345\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$qQdCKRo4m9zE8pLESYf73OeDAE.vGVNQgc\\/y9tj8Vm3QBOlfx.p06\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-19 23:16:01\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-19 23:16:01\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2550;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Mamun\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"mamun345@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01713579345\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$qQdCKRo4m9zE8pLESYf73OeDAE.vGVNQgc\\/y9tj8Vm3QBOlfx.p06\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-19 23:16:01\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-19 23:16:01\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:26;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2552;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Rahat\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"zoomcs84@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01722416637\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$K.uPl5JrIokDbTN\\/cu1sseCkpEX.gF5.aul5KgVi6A8.K1qzIKqhK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 10:56:04\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 10:56:04\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2552;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Rahat\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"zoomcs84@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01722416637\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$K.uPl5JrIokDbTN\\/cu1sseCkpEX.gF5.aul5KgVi6A8.K1qzIKqhK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 10:56:04\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 10:56:04\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:27;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2553;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Arif\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01818548389\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$2OJqrOyqu4uYiPIpZDUzauUfAXUJCUepdZPYxa0IdBK.5oUQ0Feta\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 11:01:21\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 11:01:21\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2553;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Arif\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01818548389\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$2OJqrOyqu4uYiPIpZDUzauUfAXUJCUepdZPYxa0IdBK.5oUQ0Feta\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 11:01:21\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 11:01:21\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:28;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2554;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Md. Arif ahmad\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711401542\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$g.hK07Cw2LZW3oaldpsgR.7T7VuWETS7ZaVvmtNEOOFqND2YTH6Xa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 11:04:08\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 11:04:08\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2554;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Md. Arif ahmad\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711401542\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$g.hK07Cw2LZW3oaldpsgR.7T7VuWETS7ZaVvmtNEOOFqND2YTH6Xa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 11:04:08\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 11:04:08\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:29;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2555;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Md Masud\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"masudmohammd49@gmil.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01988673215\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$WWK3iAc\\/JhMTyrk14Whyhu7OR.xYlYIaArtGLm0ZHQH\\/QYHH9e0n.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 11:09:03\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 11:09:03\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2555;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Md Masud\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"masudmohammd49@gmil.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01988673215\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$WWK3iAc\\/JhMTyrk14Whyhu7OR.xYlYIaArtGLm0ZHQH\\/QYHH9e0n.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 11:09:03\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 11:09:03\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:30;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2557;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:20:\\\"md syful islam rasel\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"rasel1175@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01722422476\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$2sVJJWOjkgIKtRa\\/HTC7NuvVDFgQmprd\\/juhAgGedrovX4BbT2UGC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 11:32:51\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 11:32:51\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2557;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:20:\\\"md syful islam rasel\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"rasel1175@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01722422476\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$2sVJJWOjkgIKtRa\\/HTC7NuvVDFgQmprd\\/juhAgGedrovX4BbT2UGC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 11:32:51\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 11:32:51\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:31;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2559;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"MD.GOLAM MOSTOFA\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715186622\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$1fwaDkEZEHrkzUptlj7HvuheHtxa6vev5ZF7xsMfXgh4Wr1JmD8PO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 11:47:39\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 11:47:39\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2559;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"MD.GOLAM MOSTOFA\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715186622\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$1fwaDkEZEHrkzUptlj7HvuheHtxa6vev5ZF7xsMfXgh4Wr1JmD8PO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 11:47:39\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 11:47:39\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:32;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2560;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Polash Datto\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"Polashdatto07@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01908543520\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$6.IVhfsWZipmsHTZ36qr\\/OvGWBh1pf32RLVfx.Sgr6ZLNnphDiQqO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 12:06:24\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 12:06:24\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2560;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Polash Datto\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"Polashdatto07@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01908543520\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$6.IVhfsWZipmsHTZ36qr\\/OvGWBh1pf32RLVfx.Sgr6ZLNnphDiQqO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 12:06:24\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 12:06:24\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:33;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2561;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Md.jakir hossen\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"sjakir377@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712149259\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$dde8Z5WgbXNbAjA.y3GOcOt5Nr3Zj6HodsqhYUkUuI25SufcGvd6y\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 12:12:17\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 12:12:17\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2561;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Md.jakir hossen\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"sjakir377@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712149259\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$dde8Z5WgbXNbAjA.y3GOcOt5Nr3Zj6HodsqhYUkUuI25SufcGvd6y\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 12:12:17\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 12:12:17\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:34;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2562;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Alamgir hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:29:\\\"alamgirhossain73460@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711077858\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$PvYRbOFogUSFiH\\/wGmb75.y6XXfbz2Qn5za2W4FeKKsBbdddBzD1O\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 12:16:16\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 12:16:16\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2562;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Alamgir hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:29:\\\"alamgirhossain73460@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711077858\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$PvYRbOFogUSFiH\\/wGmb75.y6XXfbz2Qn5za2W4FeKKsBbdddBzD1O\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 12:16:16\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 12:16:16\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:35;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2563;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Mohammad Solayman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:24:\\\"write2solayman@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01678134520\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$IL1hS\\/g68khwKFnBA08gW.bgXr9QXGQWiYUqciirMlgRpVaCSbr7G\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 12:18:47\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 12:18:47\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2563;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Mohammad Solayman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:24:\\\"write2solayman@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01678134520\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$IL1hS\\/g68khwKFnBA08gW.bgXr9QXGQWiYUqciirMlgRpVaCSbr7G\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 12:18:47\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 12:18:47\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:36;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2565;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"MD. AHASAN HABIB\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:17:\\\"ahsndhk@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01817180204\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$o2ekUpYXlYwMuZVbn6HlQ.mlF\\/38am3fDb1LlvRW.yFl1OObQxAye\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 12:26:04\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 12:26:04\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2565;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"MD. AHASAN HABIB\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:17:\\\"ahsndhk@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01817180204\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$o2ekUpYXlYwMuZVbn6HlQ.mlF\\/38am3fDb1LlvRW.yFl1OObQxAye\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 12:26:04\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 12:26:04\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:37;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2566;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Zan e alam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"nabi.alviint@yahoo.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01713482200\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$78vj1yg7yy3lQyJIUj7gzOJO3gbdgZ6CrqgcrxwgaYMR\\/yvGskBKG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 13:14:44\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 13:14:44\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2566;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Zan e alam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"nabi.alviint@yahoo.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01713482200\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$78vj1yg7yy3lQyJIUj7gzOJO3gbdgZ6CrqgcrxwgaYMR\\/yvGskBKG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 13:14:44\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 13:14:44\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:38;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2567;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Ataur\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01972434994\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$vLv7\\/vshFaqTwh.tvLmAluvllNPcjVUPIVzsOSE7ftqxtHBn69\\/kC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 13:24:49\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 13:24:49\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2567;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Ataur\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01972434994\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$vLv7\\/vshFaqTwh.tvLmAluvllNPcjVUPIVzsOSE7ftqxtHBn69\\/kC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 13:24:49\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 13:24:49\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:39;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2568;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"RONY AMBULANGE\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"ronitoma41@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01849487341\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ssBdaFt74BXhUM80TKZfrOVjQZrUjkNdJuEV37ZBPPY0jEuLajtaq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 13:28:11\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 13:28:11\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2568;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"RONY AMBULANGE\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"ronitoma41@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01849487341\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ssBdaFt74BXhUM80TKZfrOVjQZrUjkNdJuEV37ZBPPY0jEuLajtaq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 13:28:11\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 13:28:11\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:40;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2570;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"ABUL KALAM AZAD\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:17:\\\"azadhfc@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01831893351\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$PeXc3pShGP0PwiJaLEdHCeyTh6IMD4fRQLPLl3qSb5IEi0OOibjTO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 13:34:45\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 13:34:45\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2570;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"ABUL KALAM AZAD\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:17:\\\"azadhfc@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01831893351\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$PeXc3pShGP0PwiJaLEdHCeyTh6IMD4fRQLPLl3qSb5IEi0OOibjTO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 13:34:45\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 13:34:45\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:41;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2571;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"A.H KHAN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:26:\\\"khan@ifxlogisticsbdltd.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01670171329\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$fqP3KLhb0zPJ0GQm5u53.OP.2s8S3t.2yCFz71sxBkJbos\\/TCR0b2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 13:37:24\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 13:37:24\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2571;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"A.H KHAN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:26:\\\"khan@ifxlogisticsbdltd.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01670171329\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$fqP3KLhb0zPJ0GQm5u53.OP.2s8S3t.2yCFz71sxBkJbos\\/TCR0b2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 13:37:24\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 13:37:24\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:42;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2573;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"MD.REZOAN RABBI\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01768630092\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$E13IjuOn3jf37jRHnQXZE.xdVhTYskm9yo6SqYpQ5LdXcmcO1n.A6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 13:49:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 13:49:29\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2573;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"MD.REZOAN RABBI\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01768630092\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$E13IjuOn3jf37jRHnQXZE.xdVhTYskm9yo6SqYpQ5LdXcmcO1n.A6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 13:49:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 13:49:29\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:43;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2574;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:22:\\\"Md.Babul hossain sabuj\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"mia814742@gamil.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01972487788\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$QXqYLo13dl6qCtIdTONw2O\\/c4cWBfvdQQ46SoBlk4y5xAxC9O8Aae\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 13:52:59\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 13:52:59\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2574;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:22:\\\"Md.Babul hossain sabuj\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"mia814742@gamil.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01972487788\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$QXqYLo13dl6qCtIdTONw2O\\/c4cWBfvdQQ46SoBlk4y5xAxC9O8Aae\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 13:52:59\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 13:52:59\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:44;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2575;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Nobel\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"nobelfana53@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01731255493\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Ych2qk5.BtFXT9NpQ.jjhutM\\/JPEu8dVVm5BqAPhdnig1AwhIqdsu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 14:00:34\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 14:00:34\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2575;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Nobel\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"nobelfana53@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01731255493\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Ych2qk5.BtFXT9NpQ.jjhutM\\/JPEu8dVVm5BqAPhdnig1AwhIqdsu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 14:00:34\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 14:00:34\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:45;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2576;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"KHALED KAISAR\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:17:\\\"knessa3@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711172316\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$SVw8szbrTQjtnRmteh9D2OeWsDOWShCbjXWNcSg42wS6.YlCxoVi2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 14:06:30\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 14:06:30\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2576;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"KHALED KAISAR\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:17:\\\"knessa3@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711172316\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$SVw8szbrTQjtnRmteh9D2OeWsDOWShCbjXWNcSg42wS6.YlCxoVi2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 14:06:30\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 14:06:30\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:46;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2577;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Junaid Waheedi\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"waheedi1965@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711544831\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$JtNgasfNfqPJvIccihUApOoGSYfUNRk9GOt.opEmIuVzCWzMY2GJi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 14:10:43\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 14:10:43\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2577;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Junaid Waheedi\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"waheedi1965@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711544831\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$JtNgasfNfqPJvIccihUApOoGSYfUNRk9GOt.opEmIuVzCWzMY2GJi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 14:10:43\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 14:10:43\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:47;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2578;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Rashedul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"irashed474@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01625345695\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$l0mBwXb1BzXZ8Vzq7XOoTOfeqP4h2QImVuSGs5HIgjBhYv\\/GU\\/d7S\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 14:15:02\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 14:15:02\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2578;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Rashedul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"irashed474@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01625345695\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$l0mBwXb1BzXZ8Vzq7XOoTOfeqP4h2QImVuSGs5HIgjBhYv\\/GU\\/d7S\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 14:15:02\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 14:15:02\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:48;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2579;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Abdul Monin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01766302131\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$kj0GSvMlF1W03yo533ScJuNknsJMyz93WNjhFzhtnUZl45EJ6wc\\/u\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 15:03:49\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 15:03:49\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2579;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Abdul Monin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01766302131\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$kj0GSvMlF1W03yo533ScJuNknsJMyz93WNjhFzhtnUZl45EJ6wc\\/u\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 15:03:49\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 15:03:49\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:49;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2582;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"belal uddin ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01919476390\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$EtavLdcCaGv7I5WpggoeaeLsgY0Q8t3n89K2giLYAO6pGtEAr7E.O\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 15:32:01\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 15:32:01\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2582;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"belal uddin ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01919476390\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$EtavLdcCaGv7I5WpggoeaeLsgY0Q8t3n89K2giLYAO6pGtEAr7E.O\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 15:32:01\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 15:32:01\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:50;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2583;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"SAJEDUL ISLAM SUMON\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01713576837\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Y8X2jO0S1wgYPnOYEb.GmeO8IZJBmyMDTJYQI3KJ2G8uVt1FtWaei\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 15:38:50\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 15:38:50\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2583;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"SAJEDUL ISLAM SUMON\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01713576837\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Y8X2jO0S1wgYPnOYEb.GmeO8IZJBmyMDTJYQI3KJ2G8uVt1FtWaei\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 15:38:50\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 15:38:50\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:51;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2584;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:21:\\\"Manik Chandra Debnath\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:30:\\\"manikchandradebnath8@Gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712877727\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$\\/pg0PFWnJ1Y2miKYk\\/fHD.OQoUfWctmPWj3JCbv\\/trNM8hpUozOWO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 15:46:07\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 15:46:07\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2584;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:21:\\\"Manik Chandra Debnath\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:30:\\\"manikchandradebnath8@Gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712877727\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$\\/pg0PFWnJ1Y2miKYk\\/fHD.OQoUfWctmPWj3JCbv\\/trNM8hpUozOWO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 15:46:07\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 15:46:07\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:52;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2586;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Md Robin Ahmad\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01791413243\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Y\\/2i4XXOYI6vCGtscB.yfuZ6tG2TSNZaCKOsBp2XgZLRV4asslKFK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 15:55:59\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 15:55:59\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2586;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Md Robin Ahmad\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01791413243\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Y\\/2i4XXOYI6vCGtscB.yfuZ6tG2TSNZaCKOsBp2XgZLRV4asslKFK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 15:55:59\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 15:55:59\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:53;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2587;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Asaduzzaman Noor\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:26:\\\"noor.asaduzzaman@yahoo.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01747942611\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$FtRqVaUPWdUugajjgrqQl.bv993iXGaZYuI7rmnmXrVaP4HJXVVXy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 15:59:09\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 15:59:09\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2587;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Asaduzzaman Noor\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:26:\\\"noor.asaduzzaman@yahoo.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01747942611\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$FtRqVaUPWdUugajjgrqQl.bv993iXGaZYuI7rmnmXrVaP4HJXVVXy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 15:59:09\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 15:59:09\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:54;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2588;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Rofiqul islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712032205\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$8NcNUJtWQo1NkG0DlE0nP.0xxMCBUHGnH7CzEJDMbqX2mn1jvdbVa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 16:30:41\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 16:30:41\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2588;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Rofiqul islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712032205\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$8NcNUJtWQo1NkG0DlE0nP.0xxMCBUHGnH7CzEJDMbqX2mn1jvdbVa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 16:30:41\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 16:30:41\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:55;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2589;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"johirul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01714572946\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Hj\\/3PEPYQZsAiqeSwnnay.rbFVfVLvKgJOg1JKClhkk4JVdwdVkam\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 16:33:03\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 16:33:03\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2589;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"johirul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01714572946\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Hj\\/3PEPYQZsAiqeSwnnay.rbFVfVLvKgJOg1JKClhkk4JVdwdVkam\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 16:33:03\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 16:33:03\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:56;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2590;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"MOSHIUR RAHMAN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"moshiur.bbi@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01714047395\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$AWfaPWtBL\\/jGjli.L79Fwuc\\/b20HkmUQ1ILZ8BHbXG27OsTxXTQ4S\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 16:38:59\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 16:38:59\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2590;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"MOSHIUR RAHMAN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"moshiur.bbi@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01714047395\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$AWfaPWtBL\\/jGjli.L79Fwuc\\/b20HkmUQ1ILZ8BHbXG27OsTxXTQ4S\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 16:38:59\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 16:38:59\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:57;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2592;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"salim\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01718374588\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$4cTBh8GB1cmyW0qKxAj1U.1mB7QbDHMGn336bC4ZXfZVBHA0yJj7m\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 16:47:01\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 16:47:01\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2592;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"salim\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01718374588\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$4cTBh8GB1cmyW0qKxAj1U.1mB7QbDHMGn336bC4ZXfZVBHA0yJj7m\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 16:47:01\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 16:47:01\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:58;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2594;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Mohammad Salauddin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01727591602\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$.mw9GJbVeWU8WELfkpPqmebW1B\\/.HSVRxiQ6F.QG7SzC0n8sr6LuC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 16:57:00\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 16:57:00\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2594;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Mohammad Salauddin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01727591602\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$.mw9GJbVeWU8WELfkpPqmebW1B\\/.HSVRxiQ6F.QG7SzC0n8sr6LuC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 16:57:00\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 16:57:00\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:59;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2595;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"MD. MAJIBUR RAHMAN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"mujibsbl2009@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716856169\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$xGR5Xrjy1eLN2uBPwoO4x.C4chgu0EpFJT3b6uzpKNRPXWyuy3hhG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 17:06:16\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 17:06:16\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2595;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"MD. MAJIBUR RAHMAN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"mujibsbl2009@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716856169\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$xGR5Xrjy1eLN2uBPwoO4x.C4chgu0EpFJT3b6uzpKNRPXWyuy3hhG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 17:06:16\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 17:06:16\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:60;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2596;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"AL IMRAN MAHMUD\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:17:\\\"raha009@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716474393\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$XOS.5yOuCL8.6ZY4We9Rquksa8GLOh2g6ufOJeeOqgokKuD0RVO.K\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 17:09:07\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 17:09:07\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2596;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"AL IMRAN MAHMUD\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:17:\\\"raha009@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716474393\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$XOS.5yOuCL8.6ZY4We9Rquksa8GLOh2g6ufOJeeOqgokKuD0RVO.K\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 17:09:07\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 17:09:07\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:61;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2597;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Mizanur\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711821627\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$yjfgljKsqEIDa9wY.LXR0ORtAe8L4acdcq40r7ggcXfoMMhZoVmIS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 17:12:06\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 17:12:06\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2597;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Mizanur\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711821627\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$yjfgljKsqEIDa9wY.LXR0ORtAe8L4acdcq40r7ggcXfoMMhZoVmIS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 17:12:06\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 17:12:06\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:62;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2601;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"ABDUR RAHMAN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:27:\\\"abdurrahman.ar852@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01964901104\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$0cWpQl16SC5qWozj9AwtDeUHbbMjht4NgWBFyIdNAX5tPKSD5Z8eC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 17:26:10\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 17:26:10\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2601;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"ABDUR RAHMAN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:27:\\\"abdurrahman.ar852@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01964901104\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$0cWpQl16SC5qWozj9AwtDeUHbbMjht4NgWBFyIdNAX5tPKSD5Z8eC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 17:26:10\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 17:26:10\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:63;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2603;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Abu sayed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716976654\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$lgwpgETz1TrNgSvk6f50pOXX.ZL5gJVAOXahMheky6x.nZvrpPhge\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 12:14:39\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 12:14:39\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2603;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Abu sayed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716976654\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$lgwpgETz1TrNgSvk6f50pOXX.ZL5gJVAOXahMheky6x.nZvrpPhge\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 12:14:39\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 12:14:39\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:64;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2604;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:21:\\\"Captain Shadman Sakib\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:25:\\\"shadmansakib.ss@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01680735080\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$vH6OeL0IqHR4hCvJ1.5A1OMFx6F0490GLipQHxudsaNYZVy6aW0bS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 12:19:19\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 12:19:19\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2604;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:21:\\\"Captain Shadman Sakib\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:25:\\\"shadmansakib.ss@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01680735080\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$vH6OeL0IqHR4hCvJ1.5A1OMFx6F0490GLipQHxudsaNYZVy6aW0bS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 12:19:19\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 12:19:19\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:65;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2605;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Jahid Alam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01703887606\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Tit\\/LHnlT0xviUVYMuIqgOdhHMZctytSSFT.sQ4\\/LzNHxwmKd5S2u\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 12:22:50\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 12:22:50\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2605;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Jahid Alam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01703887606\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Tit\\/LHnlT0xviUVYMuIqgOdhHMZctytSSFT.sQ4\\/LzNHxwmKd5S2u\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 12:22:50\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 12:22:50\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:66;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2606;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"shafiqul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01675909563\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$741GG1TKOaBNOlnrG8tIU.S.dAzHWBoRBJ7lAm3j9vS3TMYnmsSCi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 12:27:32\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 12:27:32\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2606;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"shafiqul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01675909563\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$741GG1TKOaBNOlnrG8tIU.S.dAzHWBoRBJ7lAm3j9vS3TMYnmsSCi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 12:27:32\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 12:27:32\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:67;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2607;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Shahin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01942838684\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$C0Cy05NDGpLrtmvPaARu1OASUNR6eftbZ7yaVlP0fL2RkJU167\\/hm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 12:32:56\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 12:32:56\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2607;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Shahin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01942838684\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$C0Cy05NDGpLrtmvPaARu1OASUNR6eftbZ7yaVlP0fL2RkJU167\\/hm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 12:32:56\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 12:32:56\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:68;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2608;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Liton\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712218768\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$RuXp6ylhPCLbZqHZppkgiOp2VrOv.iCuWqifYLX3alZQ3i\\/QPzJcO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 13:17:52\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 13:17:52\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2608;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Liton\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712218768\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$RuXp6ylhPCLbZqHZppkgiOp2VrOv.iCuWqifYLX3alZQ3i\\/QPzJcO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 13:17:52\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 13:17:52\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:69;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2609;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Mamun\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01305403498\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$XhUv\\/Dkf5EWRAdECwGxeueDi\\/hzENLUJoRuMSYCVLDiqS.zKRtt5O\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 13:21:18\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 13:21:18\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2609;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Mamun\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01305403498\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$XhUv\\/Dkf5EWRAdECwGxeueDi\\/hzENLUJoRuMSYCVLDiqS.zKRtt5O\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 13:21:18\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 13:21:18\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:70;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2610;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:20:\\\"Munjunur Rashid Jony\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01733170213\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$.SibmSPC6Qp711HD9C9az.sCdV.tAu92rEpziCNC6RHWJjM32XCFS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 13:23:52\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 13:23:52\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2610;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:20:\\\"Munjunur Rashid Jony\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01733170213\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$.SibmSPC6Qp711HD9C9az.sCdV.tAu92rEpziCNC6RHWJjM32XCFS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 13:23:52\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 13:23:52\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:71;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2611;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Nasrin zaman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:25:\\\"nasrinzaman1998@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01673732169\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$O0bz4ltXzYXGx77mL5GhEOSFMctYsIgWCefJc1yqGk4cANXcA6ieG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 13:26:11\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 13:26:11\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2611;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Nasrin zaman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:25:\\\"nasrinzaman1998@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01673732169\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$O0bz4ltXzYXGx77mL5GhEOSFMctYsIgWCefJc1yqGk4cANXcA6ieG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 13:26:11\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 13:26:11\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:72;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2612;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Nilufar akhter\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711479807\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$wOsnd88cY5mL\\/caXkjf.kO\\/3DsINc3nvsnslBimHhQVQM7hIrtEC.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 13:30:47\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 13:30:47\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2612;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Nilufar akhter\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711479807\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$wOsnd88cY5mL\\/caXkjf.kO\\/3DsINc3nvsnslBimHhQVQM7hIrtEC.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 13:30:47\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 13:30:47\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:73;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2614;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Harun\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01714532960\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$jk.PdCeAxOgiO9u4vlIMA..e\\/51lpUmAUzaeqO6D1BoFUwjUbdqN.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 13:38:05\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 13:38:05\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2614;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Harun\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01714532960\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$jk.PdCeAxOgiO9u4vlIMA..e\\/51lpUmAUzaeqO6D1BoFUwjUbdqN.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 13:38:05\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 13:38:05\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:74;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2615;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Aneek Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711467855\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$G2ma6YIKKxYrkVjc5QtO5exW0OaCB4Rrbe7yMWyjtm.5qMXwp6sWy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 13:40:52\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 13:40:52\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2615;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Aneek Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711467855\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$G2ma6YIKKxYrkVjc5QtO5exW0OaCB4Rrbe7yMWyjtm.5qMXwp6sWy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 13:40:52\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 13:40:52\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:75;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2617;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Md.tarak\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"mdtarak947@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01710176345\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$\\/zjmDFiF3zAnQ\\/BGfNC52en.Br3P1oyENONpuOp\\/MmcOcxt1n.q4.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 13:50:28\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 13:50:28\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2617;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Md.tarak\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"mdtarak947@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01710176345\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$\\/zjmDFiF3zAnQ\\/BGfNC52en.Br3P1oyENONpuOp\\/MmcOcxt1n.q4.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 13:50:28\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 13:50:28\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:76;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2618;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:23:\\\"Md. Abir Hossain Brinto\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"abirbrintoahb@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01990577512\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$jMFhHL5e04lPwMBGaLnu2uVgtVAw7YkJMWkeDV.W36N63GyEgfKci\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 14:01:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 14:01:29\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2618;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:23:\\\"Md. Abir Hossain Brinto\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"abirbrintoahb@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01990577512\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$jMFhHL5e04lPwMBGaLnu2uVgtVAw7YkJMWkeDV.W36N63GyEgfKci\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 14:01:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 14:01:29\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:77;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2619;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"MOSHAROOF HOSSEN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716419821\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$VeBh8U2TT.KdQB44mfgFUexTVoZ.MXisu6PJIcMpzEQOyr1wL4RJG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 14:07:13\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 14:07:13\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2619;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"MOSHAROOF HOSSEN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716419821\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$VeBh8U2TT.KdQB44mfgFUexTVoZ.MXisu6PJIcMpzEQOyr1wL4RJG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 14:07:13\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 14:07:13\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:78;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2623;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:23:\\\"Md Shamsul Alam bhuiyan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"ramonbhuiyan@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01988228888\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$fwWz27QlDSHZ\\/zidIzqSfu0.MAvGwVssLjTAoADVXt\\/oterJXy3BS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 14:25:40\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 14:25:40\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2623;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:23:\\\"Md Shamsul Alam bhuiyan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"ramonbhuiyan@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01988228888\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$fwWz27QlDSHZ\\/zidIzqSfu0.MAvGwVssLjTAoADVXt\\/oterJXy3BS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 14:25:40\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 14:25:40\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:79;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2625;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Topu Rayhan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01939293990\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$1NYAyv6DO0i1Py2QIkgx9uU3xRuxQAbhh62KCNu\\/43REZ.8AOsZpG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 14:38:18\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 14:38:18\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2625;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Topu Rayhan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01939293990\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$1NYAyv6DO0i1Py2QIkgx9uU3xRuxQAbhh62KCNu\\/43REZ.8AOsZpG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 14:38:18\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 14:38:18\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:80;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2626;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"ISHAQ MAMUN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711289213\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$6YpWT0Rhb6v4rp79MZLiO.5bnUQaHejho7YlBp4tlMhAS51oxmOjW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 14:43:09\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 14:43:09\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2626;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"ISHAQ MAMUN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711289213\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$6YpWT0Rhb6v4rp79MZLiO.5bnUQaHejho7YlBp4tlMhAS51oxmOjW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 14:43:09\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 14:43:09\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:81;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2628;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Samrat\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:29:\\\"mdrifatkhanyahoo360@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01845935634\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$AHNceyf5OGnX1h1kv.rlAO01jl3K\\/hb1UiYGGLeSNF9GvZzpqtYsy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 14:50:32\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 14:50:32\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2628;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Samrat\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:29:\\\"mdrifatkhanyahoo360@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01845935634\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$AHNceyf5OGnX1h1kv.rlAO01jl3K\\/hb1UiYGGLeSNF9GvZzpqtYsy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 14:50:32\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 14:50:32\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:82;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2629;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Abu Sayem Rana\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"ranasayem21@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01996204155\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$pn\\/V\\/D16OwMMFzOoAiJyuOv\\/CRJ.dSFl.uX6ZtX0lypwLAQCjpMOy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 14:58:36\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 14:58:36\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2629;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Abu Sayem Rana\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"ranasayem21@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01996204155\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$pn\\/V\\/D16OwMMFzOoAiJyuOv\\/CRJ.dSFl.uX6ZtX0lypwLAQCjpMOy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 14:58:36\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 14:58:36\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:83;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2630;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Samin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01819088212\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$6xWvSnoH2xgl2P2zHYP7VOt1ZfX8dTH\\/RfCqNsR9xKP6tQCZtMD7m\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 15:04:37\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 15:04:37\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2630;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Samin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01819088212\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$6xWvSnoH2xgl2P2zHYP7VOt1ZfX8dTH\\/RfCqNsR9xKP6tQCZtMD7m\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 15:04:37\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 15:04:37\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:84;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2632;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"MD. SHAHRIAR KABIR\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"pbl.skabir01@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01979350000\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$NS.jyWwLty38LlFAkHR2T.SnBA0adgqWSmyjSys6bDbSF3rd8hpMW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 15:10:34\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 15:10:34\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2632;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"MD. SHAHRIAR KABIR\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"pbl.skabir01@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01979350000\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$NS.jyWwLty38LlFAkHR2T.SnBA0adgqWSmyjSys6bDbSF3rd8hpMW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 15:10:34\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 15:10:34\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:85;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2633;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md. Rabid Rishad\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01511211555\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$qekRfxBNXwRRKhqGQlWZ\\/.EqcsVTj48ynfNsSALz5zbRYC2JmM8Ei\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 15:12:56\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 15:12:56\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2633;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md. Rabid Rishad\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01511211555\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$qekRfxBNXwRRKhqGQlWZ\\/.EqcsVTj48ynfNsSALz5zbRYC2JmM8Ei\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 15:12:56\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 15:12:56\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:86;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2634;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Ferdus\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01717442250\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$d4GAQuc6dpo4vWIIsQTXqOQVCLL.JKNcVhSf4npXGY7ysNw8Tsp4S\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 15:15:38\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 15:15:38\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2634;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Ferdus\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01717442250\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$d4GAQuc6dpo4vWIIsQTXqOQVCLL.JKNcVhSf4npXGY7ysNw8Tsp4S\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 15:15:38\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 15:15:38\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:87;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2638;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Adv. Mainuddin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01819878466\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$nhWL61pw44IosfkNHcujFeyMXaH5yIEk58i.eS0KaVZVdgOYvudKe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 15:35:46\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 15:35:46\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2638;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Adv. Mainuddin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01819878466\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$nhWL61pw44IosfkNHcujFeyMXaH5yIEk58i.eS0KaVZVdgOYvudKe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 15:35:46\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 15:35:46\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:88;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2639;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Rubel\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:29:\\\"rubel.bangladesh007@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712092994\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$AuyDnzSiilTYMuztHgGvI.O1VtHwHjWKZsz3rWEnN8cFMXTBjD2re\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 15:38:38\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 15:38:38\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2639;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Rubel\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:29:\\\"rubel.bangladesh007@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712092994\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$AuyDnzSiilTYMuztHgGvI.O1VtHwHjWKZsz3rWEnN8cFMXTBjD2re\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 15:38:38\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 15:38:38\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:89;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2640;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"MILON\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"miahbd999@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01731560567\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$IuARdAUuUy20BxPacU.UneikO2shlEtol8N.irypdKhdRTDwY5FlO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 15:57:54\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 15:57:54\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2640;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"MILON\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"miahbd999@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01731560567\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$IuARdAUuUy20BxPacU.UneikO2shlEtol8N.irypdKhdRTDwY5FlO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 15:57:54\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 15:57:54\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:90;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2641;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"BAKI BILLA\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01723639971\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$cELD7ncqc1ZErQuAiXYFieeS7cW0HdG483ZLtm9aJsIS0r9RuYxFW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 16:08:52\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 16:08:52\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2641;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"BAKI BILLA\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01723639971\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$cELD7ncqc1ZErQuAiXYFieeS7cW0HdG483ZLtm9aJsIS0r9RuYxFW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 16:08:52\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 16:08:52\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:91;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2642;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Balayet Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01914160767\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$rtmwgoWnRZfX4zNf290u0uDApWO5IYsos2J5aTlzuP\\/gUyluLEuTi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 16:11:28\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 16:11:28\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2642;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Balayet Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01914160767\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$rtmwgoWnRZfX4zNf290u0uDApWO5IYsos2J5aTlzuP\\/gUyluLEuTi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 16:11:28\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 16:11:28\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:92;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2732;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:21:\\\"Khalilur Rahman Belal\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01904499992\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$\\/5eQZPdtYOdIbdeW75aHruJmjhr2BIlKOcuIoF90dcbKYExGU7rhe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-27 16:23:38\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-27 16:23:38\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2732;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:21:\\\"Khalilur Rahman Belal\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01904499992\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$\\/5eQZPdtYOdIbdeW75aHruJmjhr2BIlKOcuIoF90dcbKYExGU7rhe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-27 16:23:38\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-27 16:23:38\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:93;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2734;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:21:\\\"\\\"JINAT AMAN BANNA   \\\"\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01717696009\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$iT3XAZADUrSYZl9rj\\/V1fupklJYuruH7G21A77PnZLPal7zl.6doK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-27 16:49:53\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-27 16:49:53\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2734;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:21:\\\"\\\"JINAT AMAN BANNA   \\\"\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01717696009\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$iT3XAZADUrSYZl9rj\\/V1fupklJYuruH7G21A77PnZLPal7zl.6doK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-27 16:49:53\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-27 16:49:53\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:94;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2735;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Efat hossain Rony\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:24:\\\"efathossanrony@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01634368158\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$PZ8cPkNV.YgrS8KWaoKlDuQOSA.HgdEOeWwtaMVXOM22iygA8de5i\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-27 16:53:53\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-27 16:53:53\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2735;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Efat hossain Rony\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:24:\\\"efathossanrony@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01634368158\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$PZ8cPkNV.YgrS8KWaoKlDuQOSA.HgdEOeWwtaMVXOM22iygA8de5i\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-27 16:53:53\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-27 16:53:53\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:95;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2741;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Wahidur Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01742441733\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$5r.iuUAD\\/iMXGQUzC1pHC.rBktFGdo\\/qLHQlEB\\/s\\/Bh\\/k5mj3yNoO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-01 11:26:57\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-01 11:26:57\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2741;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Wahidur Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01742441733\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$5r.iuUAD\\/iMXGQUzC1pHC.rBktFGdo\\/qLHQlEB\\/s\\/Bh\\/k5mj3yNoO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-01 11:26:57\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-01 11:26:57\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:96;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2742;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Taslima\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01896215225\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$jQhsTm3javo\\/TJ80vz1Vsuts8nSo49O2Ol6EYbrQqskS.jePbHlky\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-01 11:31:08\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-01 11:31:08\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2742;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Taslima\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01896215225\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$jQhsTm3javo\\/TJ80vz1Vsuts8nSo49O2Ol6EYbrQqskS.jePbHlky\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-01 11:31:08\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-01 11:31:08\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:97;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2744;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"M M HANIF\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"hanifmm36@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712624676\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$av6jo6nTeZkIyE.P.ZFBYutwrADx4i5ZBYWhJ5BreZIrfefMx8oRC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-01 11:42:47\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-01 11:42:47\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2744;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"M M HANIF\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"hanifmm36@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712624676\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$av6jo6nTeZkIyE.P.ZFBYutwrADx4i5ZBYWhJ5BreZIrfefMx8oRC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-01 11:42:47\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-01 11:42:47\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:98;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2746;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Mahfuzur\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01723478869\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Sx3KnCl62FqBLGP9HPd\\/4eG8hG\\/6xu0HAtnyZ4y3SkpcH1uuOPHNe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-01 12:02:35\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-01 12:02:35\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2746;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Mahfuzur\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01723478869\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Sx3KnCl62FqBLGP9HPd\\/4eG8hG\\/6xu0HAtnyZ4y3SkpcH1uuOPHNe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-01 12:02:35\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-01 12:02:35\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:99;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2751;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Masum Billah\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"www.tm217502@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01774055543\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$I.YszP\\/43dg1uv7wYDITOOA3JbPAfXnNn7aLGVB1XFZM.0GsxXZYS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-01 13:44:40\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-01 13:44:40\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2751;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Masum Billah\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"www.tm217502@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01774055543\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$I.YszP\\/43dg1uv7wYDITOOA3JbPAfXnNn7aLGVB1XFZM.0GsxXZYS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-01 13:44:40\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-01 13:44:40\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}}}s:4:\\\"text\\\";s:288:\\\"\\u09b8\\u09ae\\u09cd\\u09ae\\u09be\\u09a8\\u09bf\\u09a4 \\u0997\\u09cd\\u09b0\\u09be\\u09b9\\u0995,\\n\\u099c\\u09bf\\u09aa\\u09bf\\u098f\\u09b8 \\u098f\\u09b0 \\u0995\\u09cb\\u09a8 \\u09ac\\u09bf\\u09b2 \\u098f\\u0987 \\u09ae\\u09c1\\u09b9\\u09c1\\u09b0\\u09a4\\u09c7 \\u09a8\\u09be \\u09aa\\u09be\\u09a0\\u09be\\u09a8\\u09cb\\u09b0 \\u099c\\u09a8\\u09cd\\u09af \\u0985\\u09a8\\u09c1\\u09b0\\u09cb\\u09a7 \\u0995\\u09b0\\u099b\\u09bf \\u0964 \\u0986\\u09ae\\u09be\\u09a6\\u09c7\\u09b0 \\u09b8\\u09be\\u09b0\\u09cd\\u09ad\\u09be\\u09b0 \\u0986\\u09aa\\u09a1\\u09c7\\u099f \\u098f\\u09b0 \\u0995\\u09be\\u099c \\u099a\\u09b2\\u099b\\u09c7 \\u0964\\\";}s:3:\\\"job\\\";N;s:10:\\\"connection\\\";N;s:5:\\\"queue\\\";N;s:15:\\\"chainConnection\\\";N;s:10:\\\"chainQueue\\\";N;s:5:\\\"delay\\\";N;s:10:\\\"middleware\\\";a:0:{}s:7:\\\"chained\\\";a:0:{}}\"}}', 'Illuminate\\Queue\\MaxAttemptsExceededException: App\\Jobs\\SmsSend has been attempted too many times or run too long. The job may have previously timed out. in /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php:648\nStack trace:\n#0 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(163): Illuminate\\Queue\\Worker->maxAttemptsExceededException(Object(Illuminate\\Queue\\Jobs\\DatabaseJob))\n#1 /home/mygpsbd/public_html/app/Http/helper.php(28): Illuminate\\Queue\\Worker->Illuminate\\Queue\\{closure}(14, Array)\n#2 /home/mygpsbd/public_html/app/Jobs/SmsSend.php(35): send_sms(\'\\xE0\\xA6\\xB8\\xE0\\xA6\\xAE\\xE0\\xA7\\x8D\\xE0\\xA6\\xAE\\xE0\\xA6\\xBE...\', Array)\n#3 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App\\Jobs\\SmsSend->handle()\n#4 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/Util.php(37): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}()\n#5 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(93): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))\n#6 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(37): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))\n#7 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/Container.php(596): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)\n#8 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php(94): Illuminate\\Container\\Container->call(Array)\n#9 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(128): Illuminate\\Bus\\Dispatcher->Illuminate\\Bus\\{closure}(Object(App\\Jobs\\SmsSend))\n#10 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(103): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(App\\Jobs\\SmsSend))\n#11 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php(98): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))\n#12 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(83): Illuminate\\Bus\\Dispatcher->dispatchNow(Object(App\\Jobs\\SmsSend), false)\n#13 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(128): Illuminate\\Queue\\CallQueuedHandler->Illuminate\\Queue\\{closure}(Object(App\\Jobs\\SmsSend))\n#14 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(103): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(App\\Jobs\\SmsSend))\n#15 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(85): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))\n#16 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(59): Illuminate\\Queue\\CallQueuedHandler->dispatchThroughMiddleware(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Object(App\\Jobs\\SmsSend))\n#17 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Jobs/Job.php(98): Illuminate\\Queue\\CallQueuedHandler->call(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Array)\n#18 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(356): Illuminate\\Queue\\Jobs\\Job->fire()\n#19 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(306): Illuminate\\Queue\\Worker->process(\'database\', Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Object(Illuminate\\Queue\\WorkerOptions))\n#20 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(132): Illuminate\\Queue\\Worker->runJob(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), \'database\', Object(Illuminate\\Queue\\WorkerOptions))\n#21 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(112): Illuminate\\Queue\\Worker->daemon(\'database\', \'default\', Object(Illuminate\\Queue\\WorkerOptions))\n#22 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(96): Illuminate\\Queue\\Console\\WorkCommand->runWorker(\'database\', \'default\')\n#23 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Illuminate\\Queue\\Console\\WorkCommand->handle()\n#24 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/Util.php(37): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}()\n#25 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(93): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))\n#26 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(37): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))\n#27 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/Container.php(596): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)\n#28 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Console/Command.php(134): Illuminate\\Container\\Container->call(Array)\n#29 /home/mygpsbd/public_html/vendor/symfony/console/Command/Command.php(298): Illuminate\\Console\\Command->execute(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))\n#30 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Console/Command.php(121): Symfony\\Component\\Console\\Command\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))\n#31 /home/mygpsbd/public_html/vendor/symfony/console/Application.php(1040): Illuminate\\Console\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#32 /home/mygpsbd/public_html/vendor/symfony/console/Application.php(301): Symfony\\Component\\Console\\Application->doRunCommand(Object(Illuminate\\Queue\\Console\\WorkCommand), Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#33 /home/mygpsbd/public_html/vendor/symfony/console/Application.php(171): Symfony\\Component\\Console\\Application->doRun(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#34 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Console/Application.php(93): Symfony\\Component\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#35 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(129): Illuminate\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#36 /home/mygpsbd/public_html/artisan(37): Illuminate\\Foundation\\Console\\Kernel->handle(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#37 {main}', '2024-02-09 21:01:02');
INSERT INTO `failed_jobs` (`id`, `connection`, `queue`, `payload`, `exception`, `failed_at`) VALUES
(724, 'database', 'default', '{\"uuid\":\"548e1baf-ac1a-4d2b-8553-bb65e12189c6\",\"displayName\":\"App\\\\Jobs\\\\SmsSend\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"delay\":null,\"timeout\":null,\"timeoutAt\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\SmsSend\",\"command\":\"O:16:\\\"App\\\\Jobs\\\\SmsSend\\\":9:{s:4:\\\"data\\\";a:2:{s:4:\\\"data\\\";O:39:\\\"Illuminate\\\\Database\\\\Eloquent\\\\Collection\\\":1:{s:8:\\\"\\u0000*\\u0000items\\\";a:100:{i:0;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2803;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Homywon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01889025419\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$YcI7rYboGcP6mx1Vi2pHKuoAASt5KJtFsmUv1SKtKgmB2pF7\\/pcaq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 13:00:20\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 13:00:20\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2803;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Homywon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01889025419\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$YcI7rYboGcP6mx1Vi2pHKuoAASt5KJtFsmUv1SKtKgmB2pF7\\/pcaq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 13:00:20\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 13:00:20\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:1;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2818;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Torequl islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01710857475\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$QZjRLn70LYMsR2H6H379WeXHBgEg44vKOpmMLBc9r8eSjbi8zag26\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 16:04:34\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 16:04:34\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2818;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Torequl islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01710857475\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$QZjRLn70LYMsR2H6H379WeXHBgEg44vKOpmMLBc9r8eSjbi8zag26\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 16:04:34\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 16:04:34\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:2;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3094;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Anowar\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"anowaropy01@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01799949901\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$N2orpNpF.mN7i1\\/A0UXrXOS89QB0ABnYz1uVudrYNd6QEz1BOt2Wu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 16:46:15\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 16:46:15\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3094;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Anowar\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"anowaropy01@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01799949901\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$N2orpNpF.mN7i1\\/A0UXrXOS89QB0ABnYz1uVudrYNd6QEz1BOt2Wu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 16:46:15\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 16:46:15\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:3;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3206;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Masud\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01722325752\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$HWSWegTPS8KdaSnBXmq9reugyo8242PLI2.5IOPbxWv2sldbYqgAK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 11:37:51\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 11:37:51\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3206;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Masud\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01722325752\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$HWSWegTPS8KdaSnBXmq9reugyo8242PLI2.5IOPbxWv2sldbYqgAK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 11:37:51\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 11:37:51\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:4;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3341;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"MD. Jahid\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"jahid11@mygpsbd.net\\\";s:7:\\\"address\\\";s:7:\\\"Tangail\\\";s:5:\\\"phone\\\";s:11:\\\"01725472180\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$2OGdvY\\/\\/hSdKiJTxBhWQ0.xEX7iG\\/z0GCQldZffCESJfFGD9fboRu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 11:26:03\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 11:26:03\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3341;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"MD. Jahid\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"jahid11@mygpsbd.net\\\";s:7:\\\"address\\\";s:7:\\\"Tangail\\\";s:5:\\\"phone\\\";s:11:\\\"01725472180\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$2OGdvY\\/\\/hSdKiJTxBhWQ0.xEX7iG\\/z0GCQldZffCESJfFGD9fboRu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 11:26:03\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 11:26:03\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:5;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3342;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Maidul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01859202018\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$wdsNyjFDN.dcazcu1trJO.1NF\\/XmqKDW8f94DG8pOdWGdtl49bTp2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 14:06:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 14:06:29\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3342;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Maidul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01859202018\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$wdsNyjFDN.dcazcu1trJO.1NF\\/XmqKDW8f94DG8pOdWGdtl49bTp2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 14:06:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 14:06:29\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:6;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3343;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Babu\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01967617400\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$76jH9LE3nBpeVnZAYrATjOeFmItSV0PtraF5vmox3prqyLeg35a\\/6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 14:08:33\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 14:08:33\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3343;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Babu\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01967617400\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$76jH9LE3nBpeVnZAYrATjOeFmItSV0PtraF5vmox3prqyLeg35a\\/6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 14:08:33\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 14:08:33\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:7;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3344;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"Sayed Anisur Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716642759\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$17rxKdVky7vOXBYC\\/de9luhM1fSy.uUwHJMDsrJrrMMuaPPq0S.1y\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 14:10:37\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 14:10:37\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3344;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"Sayed Anisur Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716642759\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$17rxKdVky7vOXBYC\\/de9luhM1fSy.uUwHJMDsrJrrMMuaPPq0S.1y\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 14:10:37\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 14:10:37\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:8;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3345;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Alamin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"alamin02@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01311465802\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$UKHD6Z2jKOA5Q6gMtDroPO\\/JjHQcAV426p6ZbxEbsrwpyd6p37Jcy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 14:14:07\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 14:14:07\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3345;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Alamin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"alamin02@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01311465802\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$UKHD6Z2jKOA5Q6gMtDroPO\\/JjHQcAV426p6ZbxEbsrwpyd6p37Jcy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 14:14:07\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 14:14:07\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:9;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3346;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Mozibur Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:25:\\\"moziburrahman@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01714011901\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ccNSXqdfPNdprArDct3imeNnhtnY1ynUtQseZtQCA8dy.iIWaRyXi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 14:18:57\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 14:18:57\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3346;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Mozibur Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:25:\\\"moziburrahman@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01714011901\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ccNSXqdfPNdprArDct3imeNnhtnY1ynUtQseZtQCA8dy.iIWaRyXi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 14:18:57\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 14:18:57\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:10;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3347;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Dr. Mujibur\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"drmujibor@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01710922762\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$cKGsmS.vQW0xsR8XYj1E1u0cfHoBsVBrJH6RtsXZWejFZJ6.vGMBi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 14:22:35\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 14:22:35\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3347;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Dr. Mujibur\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"drmujibor@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01710922762\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$cKGsmS.vQW0xsR8XYj1E1u0cfHoBsVBrJH6RtsXZWejFZJ6.vGMBi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 14:22:35\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 14:22:35\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:11;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3350;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Md. Jamal Uddin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715150149\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$3dEiG3YSpJXvsOuSh.7zGO9AzukOnf2uM4dzivzG8wdTj2c4qT\\/Vi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 15:33:23\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 15:33:23\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3350;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Md. Jamal Uddin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715150149\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$3dEiG3YSpJXvsOuSh.7zGO9AzukOnf2uM4dzivzG8wdTj2c4qT\\/Vi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 15:33:23\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 15:33:23\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:12;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3351;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Alamin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"alamin26@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01707132226\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$NxKRwkMB9yRmjAD.qHgPaudjbNMi7CUE2NuH\\/Qfu8W1.ponpR.Ecm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 15:35:24\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 15:35:24\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3351;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Alamin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"alamin26@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01707132226\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$NxKRwkMB9yRmjAD.qHgPaudjbNMi7CUE2NuH\\/Qfu8W1.ponpR.Ecm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 15:35:24\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 15:35:24\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:13;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3352;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Dr. Alom\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:16:\\\"alom@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01818252898\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$IQkdZhqJXiVgUy94xdcpRu0DhKpDR\\/V.JcWF4ncXTtNxUTyIAUJXK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 15:58:47\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 15:58:47\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3352;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Dr. Alom\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:16:\\\"alom@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01818252898\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$IQkdZhqJXiVgUy94xdcpRu0DhKpDR\\/V.JcWF4ncXTtNxUTyIAUJXK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 15:58:47\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 15:58:47\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:14;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3354;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Arafat ali\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01303248448\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$9m10g32N8gYJLzv2h17Q2uQYnzM9nrAQFo.Rg7p3Jo81TTXW7ilE6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 16:02:33\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 16:02:33\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3354;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Arafat ali\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01303248448\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$9m10g32N8gYJLzv2h17Q2uQYnzM9nrAQFo.Rg7p3Jo81TTXW7ilE6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 16:02:33\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 16:02:33\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:15;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3355;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Ataur\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"ataur05@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711968405\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$iGwF4yXvncdJhtl\\/cACdF.JHgSdZoxPT9jSAPDs5W1t5DYoHF4TJi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 16:04:14\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 16:04:14\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3355;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Ataur\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"ataur05@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711968405\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$iGwF4yXvncdJhtl\\/cACdF.JHgSdZoxPT9jSAPDs5W1t5DYoHF4TJi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 16:04:14\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 16:04:14\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:16;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3356;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Ali Hossain Sikder\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"alihossain@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01867767351\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$jHSA7YS4Y3OPPN8iiG4H7.X2NVaGpALvyJMl2DdiBnwrL3nTpuwk6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 16:05:32\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 16:05:32\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3356;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Ali Hossain Sikder\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"alihossain@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01867767351\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$jHSA7YS4Y3OPPN8iiG4H7.X2NVaGpALvyJMl2DdiBnwrL3nTpuwk6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 16:05:32\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 16:05:32\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:17;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3357;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Anwar\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"alihossain@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715742196\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$DvkU8P3ozzEin3Jx9bpepOQ4ULnY6zpKJfKOwtqHbLMLR1M0n08ki\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 16:06:42\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 16:06:42\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3357;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Anwar\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"alihossain@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715742196\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$DvkU8P3ozzEin3Jx9bpepOQ4ULnY6zpKJfKOwtqHbLMLR1M0n08ki\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 16:06:42\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 16:06:42\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:18;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3358;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Novin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01731767682\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$tSfR2N.u1HgkSnO23ppMM.rjeeKeQ5ptVxETkt7hN5dodv2f8fIE.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 16:12:03\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 16:12:03\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3358;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Novin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01731767682\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$tSfR2N.u1HgkSnO23ppMM.rjeeKeQ5ptVxETkt7hN5dodv2f8fIE.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 16:12:03\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 16:12:03\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:19;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3359;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:20:\\\"Fahim Alom Chowdhury\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"fahim84@mygpsbd.com\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01915024484\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$fTby1b\\/5OsX9pVI7yqlEie\\/dLDExUKC8O7ST4X5w24gv1JfwGZMru\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 16:14:23\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 16:14:23\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3359;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:20:\\\"Fahim Alom Chowdhury\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"fahim84@mygpsbd.com\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01915024484\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$fTby1b\\/5OsX9pVI7yqlEie\\/dLDExUKC8O7ST4X5w24gv1JfwGZMru\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 16:14:23\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 16:14:23\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:20;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3360;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"SK Mahedi\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"hatmahedi@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01911060580\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$lOTbuNZHo6JxroB1\\/daTKeILhY.Zgv.hR7MOm9IucxLKwiH72apmS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 16:16:11\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 16:16:11\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3360;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"SK Mahedi\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"hatmahedi@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01911060580\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$lOTbuNZHo6JxroB1\\/daTKeILhY.Zgv.hR7MOm9IucxLKwiH72apmS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 16:16:11\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 16:16:11\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:21;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3361;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Md.Ataur Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"ataur79@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01913300979\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$GKn3MRqRUrI6.eW5dgJCdeCC8yAlVqOT5k9lG.BlG8G6L7D.TpORS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 16:18:40\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 16:18:40\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3361;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Md.Ataur Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"ataur79@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01913300979\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$GKn3MRqRUrI6.eW5dgJCdeCC8yAlVqOT5k9lG.BlG8G6L7D.TpORS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 16:18:40\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 16:18:40\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:22;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3362;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Isa Aziz\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"aziz34@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01723909134\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$m7\\/AniiQ3pbVtxlm1ZbFzeCX5KJUQtCCWOJMqOjFX7KsX2i23bCK.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 16:26:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 16:26:29\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3362;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Isa Aziz\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"aziz34@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01723909134\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$m7\\/AniiQ3pbVtxlm1ZbFzeCX5KJUQtCCWOJMqOjFX7KsX2i23bCK.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 16:26:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 16:26:29\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:23;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3363;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Mir Alauddin Bappy\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711207150\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$DfrObOUH5sfWPEiC3BBtwucHG7UuIfHvJKkABApncNmr8TF8NXRe6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 16:29:08\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 16:29:08\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3363;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Mir Alauddin Bappy\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711207150\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$DfrObOUH5sfWPEiC3BBtwucHG7UuIfHvJKkABApncNmr8TF8NXRe6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 16:29:08\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 16:29:08\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:24;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3364;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Captain Kaikobad\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"jahid.dhakabd@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716604931\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$KIpCaBQIf6lBm5eiyDmCGO8dVad4OBibGyCe9dslK.R0MGnagduRO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 16:39:36\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 16:40:32\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3364;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Captain Kaikobad\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"jahid.dhakabd@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716604931\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$KIpCaBQIf6lBm5eiyDmCGO8dVad4OBibGyCe9dslK.R0MGnagduRO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 16:39:36\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 16:40:32\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:25;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3365;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Faysal Ahmmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"ftc.uzzal@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01677345660\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$v1OKY\\/emocmyIHc3tKQzAOC7GVzBPpOfKaiRMH3ozJ1xQfbQMjk3a\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 16:43:53\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 16:43:53\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3365;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Faysal Ahmmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"ftc.uzzal@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01677345660\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$v1OKY\\/emocmyIHc3tKQzAOC7GVzBPpOfKaiRMH3ozJ1xQfbQMjk3a\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 16:43:53\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 16:43:53\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:26;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3366;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"mkfashion28\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"mkfashion28@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01671826193\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$FHZQ2j8ywFBgb21d2RpZ3.A3wiBXcnYcJfT8HH42JI9uJS9VJnzNW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 16:48:47\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 16:48:47\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3366;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"mkfashion28\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"mkfashion28@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01671826193\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$FHZQ2j8ywFBgb21d2RpZ3.A3wiBXcnYcJfT8HH42JI9uJS9VJnzNW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 16:48:47\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 16:48:47\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:27;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3367;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Shahin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01789126130\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$.sMi7QWFvbHL6k1VwGkfFuevHjKYDQVwVDoCFJtCof96\\/QCzhDt8y\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 16:53:57\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 16:53:57\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3367;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Shahin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01789126130\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$.sMi7QWFvbHL6k1VwGkfFuevHjKYDQVwVDoCFJtCof96\\/QCzhDt8y\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 16:53:57\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 16:53:57\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:28;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3368;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Morshed Miraj\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:17:\\\"hmmiraj@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01817002333\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$kYcz0xKjOeM0GYhAim3H1OG6CC\\/TVSv.TBOmQ0lD83AjsYQNxWqxu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 16:56:15\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 16:56:15\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3368;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Morshed Miraj\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:17:\\\"hmmiraj@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01817002333\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$kYcz0xKjOeM0GYhAim3H1OG6CC\\/TVSv.TBOmQ0lD83AjsYQNxWqxu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 16:56:15\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 16:56:15\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:29;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3369;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Md. Mostofa\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"mostofa.html@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711100264\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$g6eVIsgVXbMMD7tPjxIjNukBSt5TOGSlK7N7U9.q77PsQH8iOvyXm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 16:58:47\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 16:58:47\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3369;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Md. Mostofa\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"mostofa.html@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711100264\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$g6eVIsgVXbMMD7tPjxIjNukBSt5TOGSlK7N7U9.q77PsQH8iOvyXm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 16:58:47\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 16:58:47\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:30;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3370;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Shamim Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"shamim08@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01977107608\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ckqF45S4RqU.aK\\/.mgvamuw3BajEaP4YR\\/.g5ssrBtMfGJxOGkY.a\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 17:01:24\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 17:01:24\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3370;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Shamim Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"shamim08@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01977107608\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ckqF45S4RqU.aK\\/.mgvamuw3BajEaP4YR\\/.g5ssrBtMfGJxOGkY.a\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 17:01:24\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 17:01:24\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:31;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3371;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Shahin Alom\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"shahin@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01632470615\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$V2Xc\\/oG\\/qGvGwoy8wvoLTOtY31s14I9eMY7xPOShYPh2wp4r2qBbC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 17:06:24\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 17:06:24\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3371;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Shahin Alom\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"shahin@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01632470615\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$V2Xc\\/oG\\/qGvGwoy8wvoLTOtY31s14I9eMY7xPOShYPh2wp4r2qBbC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 17:06:24\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 17:06:24\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:32;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3372;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Md. Safwan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"safwan35@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01817286397\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$KjXsJqCRJvpKygSYitITgOKI..p7dSScFcMtawqFUcwIZNfj2RqDm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 17:08:46\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 17:08:46\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3372;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Md. Safwan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"safwan35@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01817286397\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$KjXsJqCRJvpKygSYitITgOKI..p7dSScFcMtawqFUcwIZNfj2RqDm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 17:08:46\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 17:08:46\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:33;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3373;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Shibbir Ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"shibbir@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01772428799\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$MlE7fHHZylxJwc.dP90bNumaveV07XDoJTKyUWFJ0bdNu7.ph22lm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 17:10:55\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 17:10:55\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3373;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Shibbir Ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"shibbir@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01772428799\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$MlE7fHHZylxJwc.dP90bNumaveV07XDoJTKyUWFJ0bdNu7.ph22lm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 17:10:55\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 17:10:55\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:34;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3374;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Alauddin khan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01611011185\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$RyffsfBmUF9Epvfca24WD.zfg1yCx1TB1CJ06.4Wgv4yx2SYfyhBS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 17:13:31\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 17:13:31\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3374;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Alauddin khan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01611011185\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$RyffsfBmUF9Epvfca24WD.zfg1yCx1TB1CJ06.4Wgv4yx2SYfyhBS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 17:13:31\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 17:13:31\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:35;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3375;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Faisal\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01924758812\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$PgsInnGxUf2H7cUpO0Wfk.fB8z7OONPkc9g0oe739XbQZaFf2hfa2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 17:14:42\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 17:14:42\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3375;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Faisal\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01924758812\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$PgsInnGxUf2H7cUpO0Wfk.fB8z7OONPkc9g0oe739XbQZaFf2hfa2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 17:14:42\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 17:14:42\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:36;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3376;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Akas\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01724660825\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$kqG14kUyIXaV55RFzecotubgn4SVQT2wbHBhAWMtgP23jgi0\\/kmpW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 17:16:00\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 17:16:00\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3376;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Akas\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01724660825\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$kqG14kUyIXaV55RFzecotubgn4SVQT2wbHBhAWMtgP23jgi0\\/kmpW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 17:16:00\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 17:16:00\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:37;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3377;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Kamruzzaman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01944455392\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$6Wz\\/eTT5ugCOrO6P52jZkuHpc6Je.XYznF56mBdiNk2xKaPQLXzre\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 17:17:03\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 17:17:03\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3377;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Kamruzzaman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01944455392\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$6Wz\\/eTT5ugCOrO6P52jZkuHpc6Je.XYznF56mBdiNk2xKaPQLXzre\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 17:17:03\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 17:17:03\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:38;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3378;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Alamin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01688677508\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$NYsgfQ6PzQnzw3gKnmVP1eUNKWA44HyySdBhYKSZTqYH5FptJeK2S\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 17:25:28\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 17:25:28\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3378;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Alamin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01688677508\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$NYsgfQ6PzQnzw3gKnmVP1eUNKWA44HyySdBhYKSZTqYH5FptJeK2S\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 17:25:28\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 17:25:28\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:39;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3379;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"ROMAN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01792546773\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$4cSfXolSwW36IY5wKNBIX.ZF8gIeeofcJ9kNU5q0Q12zj0ZZPYvHq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 17:34:18\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 17:34:18\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3379;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"ROMAN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01792546773\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$4cSfXolSwW36IY5wKNBIX.ZF8gIeeofcJ9kNU5q0Q12zj0ZZPYvHq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 17:34:18\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 17:34:18\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:40;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3380;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Noyon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712562306\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$BUAl9fF1qNv4IthunoRtauGDp\\/1q3I6VMy4XXqOYpx\\/PYPG4t3nh2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 17:35:35\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 17:35:35\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3380;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Noyon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712562306\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$BUAl9fF1qNv4IthunoRtauGDp\\/1q3I6VMy4XXqOYpx\\/PYPG4t3nh2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 17:35:35\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 17:35:35\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:41;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3381;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Moinul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01795555885\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$UWrOeXS9wqMZVthECEzI6OK6TV91.PVCsXbdgGxDLsqqlSicW3M.G\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 17:36:58\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 17:36:58\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3381;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Moinul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01795555885\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$UWrOeXS9wqMZVthECEzI6OK6TV91.PVCsXbdgGxDLsqqlSicW3M.G\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 17:36:58\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 17:36:58\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:42;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3382;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Sudhir Das\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01689921672\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$K9LT8A6x.ZJbiYeK.DkZ9O5b8AQ8iN8lHY9P50rlBCoKA4lDLi0RK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 17:38:58\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 17:38:58\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3382;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Sudhir Das\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01689921672\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$K9LT8A6x.ZJbiYeK.DkZ9O5b8AQ8iN8lHY9P50rlBCoKA4lDLi0RK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 17:38:58\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 17:38:58\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:43;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3383;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Sha Alom Monir\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01812070000\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$zmV8XQeZgBpCOxFQaAFaCeDlz733Zmoc3OW\\/EKiBIWzyt1\\/KO64Zq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 17:41:54\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 17:41:54\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3383;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Sha Alom Monir\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01812070000\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$zmV8XQeZgBpCOxFQaAFaCeDlz733Zmoc3OW\\/EKiBIWzyt1\\/KO64Zq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 17:41:54\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 17:41:54\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:44;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3384;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Borun\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01841643075\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$uZrPOTnRvnVPLA1AbeaUne43MFELZ8j5AmaX0PkNDF4Kxl8xxmGuy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 17:43:16\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 17:43:16\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3384;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Borun\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01841643075\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$uZrPOTnRvnVPLA1AbeaUne43MFELZ8j5AmaX0PkNDF4Kxl8xxmGuy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 17:43:16\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 17:43:16\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:45;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3385;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Md. Sabbir Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01798585960\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$2Yfh37smqwkQxBtS5EJKmuQ83.6ZI.WLYzXiKoeV3x1ApJNaXj3fa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 11:04:58\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 11:04:58\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3385;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Md. Sabbir Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01798585960\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$2Yfh37smqwkQxBtS5EJKmuQ83.6ZI.WLYzXiKoeV3x1ApJNaXj3fa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 11:04:58\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 11:04:58\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:46;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3386;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Asif Masud\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01717058372\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$0NPJ\\/BEdEYBBsAqT3tbDnuGs6hx9234tSDzZsogcIvV9jcwipJ1L6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 11:06:33\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 11:06:33\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3386;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Asif Masud\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01717058372\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$0NPJ\\/BEdEYBBsAqT3tbDnuGs6hx9234tSDzZsogcIvV9jcwipJ1L6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 11:06:33\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 11:06:33\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:47;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3387;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Nur Alam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01739215973\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$6Vspy7XYEeclaST3PWi1vOUzWxWp7wNsIRvjuu1fKVd3Gril3YbHm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 11:07:49\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 11:07:49\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3387;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Nur Alam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01739215973\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$6Vspy7XYEeclaST3PWi1vOUzWxWp7wNsIRvjuu1fKVd3Gril3YbHm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 11:07:49\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 11:07:49\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:48;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3388;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Shourav\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715783861\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$vYi4Sq8bCltSt.RKiUHQSeP5ZVo5XwFgUa7atM5TISrw31A17T5\\/a\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 11:09:20\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 11:09:20\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3388;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Shourav\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715783861\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$vYi4Sq8bCltSt.RKiUHQSeP5ZVo5XwFgUa7atM5TISrw31A17T5\\/a\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 11:09:20\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 11:09:20\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:49;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3389;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Sumon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711874519\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$H5uNQU.GI4X\\/0ANx4sknBu6BfCSg4jBTxA9WjT27kdr.GRtRSpyC6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 11:10:40\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 11:10:40\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3389;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Sumon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711874519\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$H5uNQU.GI4X\\/0ANx4sknBu6BfCSg4jBTxA9WjT27kdr.GRtRSpyC6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 11:10:40\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 11:10:40\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:50;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3390;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Yusuf Malibag\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01924610051\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Zzep\\/D05QcadU6e77nD6cev.MeVNOHADjiMUbt\\/q5qVog1X7PpVfC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 11:11:46\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 11:11:46\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3390;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Yusuf Malibag\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01924610051\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Zzep\\/D05QcadU6e77nD6cev.MeVNOHADjiMUbt\\/q5qVog1X7PpVfC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 11:11:46\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 11:11:46\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:51;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3391;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Rasel\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01722031051\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$sMq91l7LlfATv8NQSqMdbe2tOgVlyTgx5MqXDqY7z8M27FHc6pFLy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 11:13:39\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 11:13:39\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3391;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Rasel\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01722031051\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$sMq91l7LlfATv8NQSqMdbe2tOgVlyTgx5MqXDqY7z8M27FHc6pFLy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 11:13:39\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 11:13:39\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:52;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3392;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Gold King\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01885997676\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$sQbLiuZzMZwMugg6hroePePsBgXC2aqt6dF0\\/.e8hlD4ZhcaaDkWq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 11:52:46\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 11:52:46\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3392;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Gold King\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01885997676\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$sQbLiuZzMZwMugg6hroePePsBgXC2aqt6dF0\\/.e8hlD4ZhcaaDkWq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 11:52:46\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 11:52:46\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:53;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3393;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Md. Shamrat\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01314437030\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Gh50CbHkYXADk7b.6ZogzefnTCILDKJzsc6HYl1y42T369uyXyH\\/u\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 11:55:17\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 11:55:17\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3393;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Md. Shamrat\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01314437030\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Gh50CbHkYXADk7b.6ZogzefnTCILDKJzsc6HYl1y42T369uyXyH\\/u\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 11:55:17\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 11:55:17\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:54;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3394;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Nazame Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01977366566\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$r2spcH4VtfEjnyOtDnPBm.1GiS693VHn2F4axwkhbjq0Qm9L3qJU6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 11:56:25\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 11:56:25\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3394;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Nazame Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01977366566\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$r2spcH4VtfEjnyOtDnPBm.1GiS693VHn2F4axwkhbjq0Qm9L3qJU6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 11:56:25\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 11:56:25\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:55;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3395;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Md. Faridul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01742921551\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$yTAvwA4fhibtskYEvNw8AuJ1NbFuYZ2PGtNn2eV3Pt7Nvo17jF5KW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 12:47:43\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 12:47:43\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3395;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Md. Faridul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01742921551\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$yTAvwA4fhibtskYEvNw8AuJ1NbFuYZ2PGtNn2eV3Pt7Nvo17jF5KW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 12:47:43\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 12:47:43\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:56;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3396;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md. Moniruzzaman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01938835957\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$1d2Si6D4WJFJqVGyvIFpdOp3ew7rLFRR8hsFdz.Ai9KmzpczUDIYW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 12:50:26\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 12:50:26\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3396;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md. Moniruzzaman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01938835957\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$1d2Si6D4WJFJqVGyvIFpdOp3ew7rLFRR8hsFdz.Ai9KmzpczUDIYW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 12:50:26\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 12:50:26\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:57;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3397;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Bellal\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712114566\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$aUwOUITp70swt6DVIJ2F.OYcI4JKCzxvg97\\/pvs4HjuteGCujODqi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 13:19:13\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 13:19:13\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3397;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Bellal\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712114566\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$aUwOUITp70swt6DVIJ2F.OYcI4JKCzxvg97\\/pvs4HjuteGCujODqi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 13:19:13\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 13:19:13\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:58;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3398;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Monsurull Haque\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01818170866\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$FWltsGdP18qMrbSWRPlNQ.fPzFLnNOkXtxqUH65q0ZWW7XUyn4Xzu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 13:20:24\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 13:20:24\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3398;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Monsurull Haque\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01818170866\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$FWltsGdP18qMrbSWRPlNQ.fPzFLnNOkXtxqUH65q0ZWW7XUyn4Xzu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 13:20:24\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 13:20:24\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:59;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3399;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Md. Azom\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01950107528\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$cg0o7HNvYu5mo7DbfdEXEusS\\/hVS2WFzwCKhXr5xvUCPOtO.PM0e2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 13:21:35\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 13:21:35\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3399;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Md. Azom\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01950107528\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$cg0o7HNvYu5mo7DbfdEXEusS\\/hVS2WFzwCKhXr5xvUCPOtO.PM0e2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 13:21:35\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 13:21:35\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:60;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3400;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Saif\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01779909931\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$rx4QFTNiBQ3.D\\/Xq6LS9nOkuEa4.unR.vg7jnAFqf8l.6GBRzc62W\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 13:23:09\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 13:23:09\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3400;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Saif\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01779909931\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$rx4QFTNiBQ3.D\\/Xq6LS9nOkuEa4.unR.vg7jnAFqf8l.6GBRzc62W\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 13:23:09\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 13:23:09\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:61;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3401;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Md Anis\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712938957\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$7tUXtueY7sRB1XJu2.uQbO8vYxU9Ib4u7NR5U\\/YxmeQAlAdszuGda\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 13:24:15\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 13:24:15\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3401;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Md Anis\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712938957\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$7tUXtueY7sRB1XJu2.uQbO8vYxU9Ib4u7NR5U\\/YxmeQAlAdszuGda\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 13:24:15\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 13:24:15\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:62;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3402;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Joy Hasan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01720117201\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$JAb\\/RemNPvVZRb.YujvDyOEJOxVRjh7UcUG3DWodTHZHNu4qbUv5y\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 13:25:17\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 13:25:17\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3402;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Joy Hasan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01720117201\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$JAb\\/RemNPvVZRb.YujvDyOEJOxVRjh7UcUG3DWodTHZHNu4qbUv5y\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 13:25:17\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 13:25:17\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:63;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3403;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Monir\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711632408\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$yf1eMHLrHDCqtf7rfEdQJ.9GXQg4IxZnk2EALFm8U4nGLJFKnTPLG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 13:26:14\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 13:26:14\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3403;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Monir\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711632408\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$yf1eMHLrHDCqtf7rfEdQJ.9GXQg4IxZnk2EALFm8U4nGLJFKnTPLG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 13:26:14\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 13:26:14\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:64;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3404;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Rifath Sayeed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01713424137\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$swlkpWoq8CVkh0kBx2d83eB.1CP6KCih6PWowPvajW7ecr1vBUbo.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 13:27:11\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 13:27:11\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3404;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Rifath Sayeed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01713424137\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$swlkpWoq8CVkh0kBx2d83eB.1CP6KCih6PWowPvajW7ecr1vBUbo.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 13:27:11\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 13:27:11\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:65;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3405;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Sagor\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01626098403\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$CsDGcLX8Qx5qhypf85o0p.p2xD2aQrg\\/MvHAhrARIGZ9Q7tUYA.Ry\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 13:39:01\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 13:39:01\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3405;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Sagor\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01626098403\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$CsDGcLX8Qx5qhypf85o0p.p2xD2aQrg\\/MvHAhrARIGZ9Q7tUYA.Ry\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 13:39:01\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 13:39:01\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:66;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3406;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Arif\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01888720095\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$YyToM3JTRl8tDKFYu5iGgOTu60BZSEuqYr1Fi\\/x6sotPGohk2S502\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 13:41:19\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 13:41:19\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3406;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Arif\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01888720095\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$YyToM3JTRl8tDKFYu5iGgOTu60BZSEuqYr1Fi\\/x6sotPGohk2S502\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 13:41:19\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 13:41:19\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:67;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3407;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Zahidul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01925158283\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$113.ZqgRkM1PvQkikilaweMlmIv8xBgtU5J7I7l.kQI1m1nACnRpS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 14:54:16\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 14:54:16\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3407;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Zahidul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01925158283\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$113.ZqgRkM1PvQkikilaweMlmIv8xBgtU5J7I7l.kQI1m1nACnRpS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 14:54:16\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 14:54:16\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:68;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3408;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Ummat ALI\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01721656262\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$CtVV5mnJpiBHdXdYQsS5u.Zny5QFJhK.dq\\/Hz34JINyN0iJo6.ArO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:03:16\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:03:16\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3408;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Ummat ALI\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01721656262\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$CtVV5mnJpiBHdXdYQsS5u.Zny5QFJhK.dq\\/Hz34JINyN0iJo6.ArO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:03:16\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:03:16\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:69;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3409;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Shahin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01819252491\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$eAONZnUNze3z6Oq9R4o7veZGlwn64Oz0mZOAJdaAgQP3gysDtPQUa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:04:41\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:04:41\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3409;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Shahin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01819252491\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$eAONZnUNze3z6Oq9R4o7veZGlwn64Oz0mZOAJdaAgQP3gysDtPQUa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:04:41\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:04:41\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:70;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3410;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Shemanta\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01816801259\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$KYNIUmU7dRCSrN5NzOMFpehIITbrzp8gI8xU0oXYfIS3jXn96GxKG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:07:04\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:07:04\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3410;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Shemanta\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01816801259\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$KYNIUmU7dRCSrN5NzOMFpehIITbrzp8gI8xU0oXYfIS3jXn96GxKG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:07:04\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:07:04\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:71;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3411;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"SM Maniruzzan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715239290\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$MyS6XNUvIyVxnLMUE5\\/S0eFBaZuqNt2DUcjbyjf75lqg9O9NqgPAa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:09:19\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:09:19\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3411;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"SM Maniruzzan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715239290\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$MyS6XNUvIyVxnLMUE5\\/S0eFBaZuqNt2DUcjbyjf75lqg9O9NqgPAa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:09:19\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:09:19\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:72;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3412;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Badsha Bulbul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01626243108\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$jsG7xLUUS7oP4rDErGda1uwjpLvggWhv9s.WKQ3pcZtGi1AbNYzWe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:10:24\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:10:24\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3412;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Badsha Bulbul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01626243108\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$jsG7xLUUS7oP4rDErGda1uwjpLvggWhv9s.WKQ3pcZtGi1AbNYzWe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:10:24\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:10:24\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:73;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3413;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Faisal\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01879378900\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$yZ35BKVFvzMQeBcpwnqYfe\\/Ck8sn.rKCg1eNcKqzi8D6k\\/vfIDNvS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:11:22\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:11:22\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3413;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Faisal\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01879378900\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$yZ35BKVFvzMQeBcpwnqYfe\\/Ck8sn.rKCg1eNcKqzi8D6k\\/vfIDNvS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:11:22\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:11:22\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:74;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3414;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Elias Kanchan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01769207018\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$lHoFAo2MFevTjbWkC6njvOG5i2dJPwH8gxYSZIqXG73Q8kl9YeuHK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:12:57\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:12:57\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3414;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Elias Kanchan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01769207018\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$lHoFAo2MFevTjbWkC6njvOG5i2dJPwH8gxYSZIqXG73Q8kl9YeuHK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:12:57\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:12:57\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:75;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3415;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Alauddin khan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01612684676\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ntDdrkARchC27eDAZCwAD.RL\\/2Jf41M6QhUn20QFCxXYarXlDrH1u\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:15:36\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:15:36\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3415;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Alauddin khan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01612684676\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ntDdrkARchC27eDAZCwAD.RL\\/2Jf41M6QhUn20QFCxXYarXlDrH1u\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:15:36\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:15:36\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:76;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3416;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Tanvir shyod bappy\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712226037\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$3\\/RptmKtvTJq3hSAwW1nk.z9eWoQBdi5kLOE59mu\\/e5IKjEQ0q2pC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:17:09\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:17:09\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3416;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Tanvir shyod bappy\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712226037\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$3\\/RptmKtvTJq3hSAwW1nk.z9eWoQBdi5kLOE59mu\\/e5IKjEQ0q2pC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:17:09\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:17:09\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:77;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3417;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Shoun\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01799186403\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$XQC0o1d6.w6JCSy2clyJdu\\/vKqyhgy\\/Uzb\\/NGAg2fFxeoLB8.19Iq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:18:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:18:29\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3417;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Shoun\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01799186403\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$XQC0o1d6.w6JCSy2clyJdu\\/vKqyhgy\\/Uzb\\/NGAg2fFxeoLB8.19Iq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:18:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:18:29\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:78;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3418;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Akash\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01906861117\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$so8l2tvuGoUR3vLCzQp7AuFJPfeDnEdII3XMqIVBUifu0UiLTdpe6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:24:47\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:24:47\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3418;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Akash\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01906861117\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$so8l2tvuGoUR3vLCzQp7AuFJPfeDnEdII3XMqIVBUifu0UiLTdpe6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:24:47\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:24:47\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:79;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3419;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Nazmul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01718527108\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$O7RenHANj5C9itNKa7qpA.x3htKXO2FRM9vxUPJ8fTCnt5xLHIAaO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:26:52\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:26:52\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3419;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Nazmul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01718527108\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$O7RenHANj5C9itNKa7qpA.x3htKXO2FRM9vxUPJ8fTCnt5xLHIAaO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:26:52\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:26:52\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:80;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3420;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Rajib\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01318742290\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$oN9pCQgaeR.ijAhGlRaL3.kIsJ3hjIZno7Aw.yOad4BMGASAJDCoy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:27:48\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:27:48\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3420;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Rajib\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01318742290\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$oN9pCQgaeR.ijAhGlRaL3.kIsJ3hjIZno7Aw.yOad4BMGASAJDCoy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:27:48\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:27:48\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:81;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3421;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"kawsar Ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01750019777\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$OfFlLOf8gsublGNNSQ6AEeq.ytrapI9z77Xtx1Z54zJOgZ.koeRk6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:28:37\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:28:37\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3421;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"kawsar Ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01750019777\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$OfFlLOf8gsublGNNSQ6AEeq.ytrapI9z77Xtx1Z54zJOgZ.koeRk6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:28:37\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:28:37\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:82;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3422;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Shirajul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01737218001\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$2AykSKrkgFfeZGH9RfxMmujERKXMJ5eRWd3\\/Eq3HKzr02GbpZ0sUm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:29:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:29:29\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3422;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Shirajul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01737218001\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$2AykSKrkgFfeZGH9RfxMmujERKXMJ5eRWd3\\/Eq3HKzr02GbpZ0sUm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:29:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:29:29\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:83;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3423;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Akter Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711393473\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$GUALXV.hiF.PZFCMsQxNgu8R9YZLXamb5Zris19U7o5S90.cRkd6y\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:30:41\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:30:41\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3423;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Akter Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711393473\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$GUALXV.hiF.PZFCMsQxNgu8R9YZLXamb5Zris19U7o5S90.cRkd6y\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:30:41\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:30:41\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:84;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3424;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Mustafa\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01866066602\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$yEoLC\\/l3Vw84JUTHmSBiruZrYkOz5FSRgOZUNkl8yEFe\\/tIe6Ijvq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:32:40\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:32:40\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3424;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Mustafa\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01866066602\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$yEoLC\\/l3Vw84JUTHmSBiruZrYkOz5FSRgOZUNkl8yEFe\\/tIe6Ijvq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:32:40\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:32:40\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:85;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3425;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Khurshed Alom\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:7:\\\"Tangail\\\";s:5:\\\"phone\\\";s:11:\\\"01729220055\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$5ZOKwaglCj9bpBlcxZ\\/IK.HBcZcx1BrLsD97vpYifU255VpWvR0gO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:33:33\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:33:33\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3425;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Khurshed Alom\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:7:\\\"Tangail\\\";s:5:\\\"phone\\\";s:11:\\\"01729220055\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$5ZOKwaglCj9bpBlcxZ\\/IK.HBcZcx1BrLsD97vpYifU255VpWvR0gO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:33:33\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:33:33\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:86;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3426;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:27:\\\"Ashraful karim sikder Noman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716566251\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$5Cuv\\/xMItTJZpXdQo1F5m.kK8NL1SE6oXJLV\\/hrw5zpg4q6Bjy\\/qq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:34:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:34:29\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3426;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:27:\\\"Ashraful karim sikder Noman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716566251\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$5Cuv\\/xMItTJZpXdQo1F5m.kK8NL1SE6oXJLV\\/hrw5zpg4q6Bjy\\/qq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:34:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:34:29\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:87;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3427;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Ruhul amin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01739993231\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$LgTDK7zOffP9nTwBv2ERq.f4rtj4\\/ELguyybx13VicunWoSQBJudm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:35:23\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:35:23\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3427;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Ruhul amin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01739993231\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$LgTDK7zOffP9nTwBv2ERq.f4rtj4\\/ELguyybx13VicunWoSQBJudm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:35:23\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:35:23\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:88;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3428;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Subol\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01786044224\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$zQJWaLd7gKRi6LgZUm3Hq.hGeC53wnt0XqcaNklndLTbNYelq5b8e\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:36:51\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:36:51\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3428;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Subol\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01786044224\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$zQJWaLd7gKRi6LgZUm3Hq.hGeC53wnt0XqcaNklndLTbNYelq5b8e\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:36:51\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:36:51\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:89;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3429;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Abdul Kuddis\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01813905594\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$8eCZmwyhte7H\\/ekm3ohVCOHCwZR5mXJEUKozfeaASk4T8enovPOXi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:38:20\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:38:20\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3429;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Abdul Kuddis\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01813905594\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$8eCZmwyhte7H\\/ekm3ohVCOHCwZR5mXJEUKozfeaASk4T8enovPOXi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:38:20\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:38:20\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:90;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3430;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Pacific Cargo\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01778322365\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$iWK\\/.AAKlMUxSmo\\/\\/h\\/lZ.eToiwOnWiSxLJUuQoYXDW3vogeKH5t6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:40:32\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:40:32\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3430;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Pacific Cargo\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01778322365\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$iWK\\/.AAKlMUxSmo\\/\\/h\\/lZ.eToiwOnWiSxLJUuQoYXDW3vogeKH5t6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:40:32\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:40:32\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:91;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3431;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Mohammad Safa\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01671813399\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ZqGruLY\\/taes\\/UoYr4cwguDYsOYrmOWLvMbjTds1inawTlYLch\\/sa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:47:37\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:47:37\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3431;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Mohammad Safa\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01671813399\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ZqGruLY\\/taes\\/UoYr4cwguDYsOYrmOWLvMbjTds1inawTlYLch\\/sa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:47:37\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:47:37\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:92;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3432;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Ruhul Amin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01642303903\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$7xG3KMWBnJnBhxsmgh9ePuN0CSymE.TtXfFGWAqcRCwk620GR3wxm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:49:40\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:49:40\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3432;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Ruhul Amin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01642303903\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$7xG3KMWBnJnBhxsmgh9ePuN0CSymE.TtXfFGWAqcRCwk620GR3wxm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:49:40\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:49:40\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:93;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3433;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Rupam Haque\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"rupam67@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716458567\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$BBVxPIceE9\\/glJZ7QgvUHexuMpUkPrVg42xxy.P634UhUlabcKoPO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:52:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:52:29\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3433;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Rupam Haque\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"rupam67@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716458567\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$BBVxPIceE9\\/glJZ7QgvUHexuMpUkPrVg42xxy.P634UhUlabcKoPO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:52:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:52:29\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:94;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3434;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Khorshed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"khorshed71@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711085171\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$eHYzMAg2YCjYYccv2FZoruO7HC4uJt\\/LVplCbKBzMm7m86dzRRD9O\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 16:52:50\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 16:52:50\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3434;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Khorshed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"khorshed71@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711085171\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$eHYzMAg2YCjYYccv2FZoruO7HC4uJt\\/LVplCbKBzMm7m86dzRRD9O\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 16:52:50\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 16:52:50\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:95;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3435;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Saidur Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"saidur97@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711322497\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$lsBZSBs6cho.MGEGHP0r\\/.WVXVenO082WmQurrbuNfoWcl6yOx1wy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 17:02:10\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 17:02:10\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3435;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Saidur Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"saidur97@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711322497\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$lsBZSBs6cho.MGEGHP0r\\/.WVXVenO082WmQurrbuNfoWcl6yOx1wy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 17:02:10\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 17:02:10\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:96;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3436;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Md. Robiul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01927200901\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$XiHL7GMtf3maKrTqQSadIOWZwJ5ymDE04SEEKn5S1Ns6wjpbqiVpe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 17:03:23\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 17:03:23\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3436;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Md. Robiul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01927200901\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$XiHL7GMtf3maKrTqQSadIOWZwJ5ymDE04SEEKn5S1Ns6wjpbqiVpe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 17:03:23\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 17:03:23\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:97;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3437;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"Md.Khaled Saifullah\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01708150650\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$qyyHwhxhPKeUZIhRwdcFfuUFwd4mEomnkk5oHkxJRkMO6ycvdQh8u\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 17:04:13\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 17:04:13\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3437;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"Md.Khaled Saifullah\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01708150650\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$qyyHwhxhPKeUZIhRwdcFfuUFwd4mEomnkk5oHkxJRkMO6ycvdQh8u\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 17:04:13\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 17:04:13\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:98;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3438;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Sobuj Jomaddar\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01745271463\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$VEQWmTfFyKzqz8BXmkRNAOkCtm7hTKB6o6Ysn0VpxVK\\/R\\/zEDMN3G\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 17:06:38\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 17:06:38\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3438;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Sobuj Jomaddar\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01745271463\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$VEQWmTfFyKzqz8BXmkRNAOkCtm7hTKB6o6Ysn0VpxVK\\/R\\/zEDMN3G\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 17:06:38\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 17:06:38\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:99;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3439;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"FAZLUL MATIN TOUHID\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01746622662\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$JE89vMcYKAQW.VGWIqyGFeIJhv3MM9agETS47F5QQx2b\\/Y5XwP1DG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 17:08:38\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 17:08:38\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3439;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"FAZLUL MATIN TOUHID\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01746622662\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$JE89vMcYKAQW.VGWIqyGFeIJhv3MM9agETS47F5QQx2b\\/Y5XwP1DG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 17:08:38\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 17:08:38\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}}}s:4:\\\"text\\\";s:288:\\\"\\u09b8\\u09ae\\u09cd\\u09ae\\u09be\\u09a8\\u09bf\\u09a4 \\u0997\\u09cd\\u09b0\\u09be\\u09b9\\u0995,\\n\\u099c\\u09bf\\u09aa\\u09bf\\u098f\\u09b8 \\u098f\\u09b0 \\u0995\\u09cb\\u09a8 \\u09ac\\u09bf\\u09b2 \\u098f\\u0987 \\u09ae\\u09c1\\u09b9\\u09c1\\u09b0\\u09a4\\u09c7 \\u09a8\\u09be \\u09aa\\u09be\\u09a0\\u09be\\u09a8\\u09cb\\u09b0 \\u099c\\u09a8\\u09cd\\u09af \\u0985\\u09a8\\u09c1\\u09b0\\u09cb\\u09a7 \\u0995\\u09b0\\u099b\\u09bf \\u0964 \\u0986\\u09ae\\u09be\\u09a6\\u09c7\\u09b0 \\u09b8\\u09be\\u09b0\\u09cd\\u09ad\\u09be\\u09b0 \\u0986\\u09aa\\u09a1\\u09c7\\u099f \\u098f\\u09b0 \\u0995\\u09be\\u099c \\u099a\\u09b2\\u099b\\u09c7 \\u0964\\\";}s:3:\\\"job\\\";N;s:10:\\\"connection\\\";N;s:5:\\\"queue\\\";N;s:15:\\\"chainConnection\\\";N;s:10:\\\"chainQueue\\\";N;s:5:\\\"delay\\\";N;s:10:\\\"middleware\\\";a:0:{}s:7:\\\"chained\\\";a:0:{}}\"}}', 'Illuminate\\Queue\\MaxAttemptsExceededException: App\\Jobs\\SmsSend has been attempted too many times or run too long. The job may have previously timed out. in /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php:648\nStack trace:\n#0 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(163): Illuminate\\Queue\\Worker->maxAttemptsExceededException(Object(Illuminate\\Queue\\Jobs\\DatabaseJob))\n#1 /home/mygpsbd/public_html/app/Http/helper.php(28): Illuminate\\Queue\\Worker->Illuminate\\Queue\\{closure}(14, Array)\n#2 /home/mygpsbd/public_html/app/Jobs/SmsSend.php(35): send_sms(\'\\xE0\\xA6\\xB8\\xE0\\xA6\\xAE\\xE0\\xA7\\x8D\\xE0\\xA6\\xAE\\xE0\\xA6\\xBE...\', Array)\n#3 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App\\Jobs\\SmsSend->handle()\n#4 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/Util.php(37): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}()\n#5 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(93): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))\n#6 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(37): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))\n#7 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/Container.php(596): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)\n#8 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php(94): Illuminate\\Container\\Container->call(Array)\n#9 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(128): Illuminate\\Bus\\Dispatcher->Illuminate\\Bus\\{closure}(Object(App\\Jobs\\SmsSend))\n#10 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(103): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(App\\Jobs\\SmsSend))\n#11 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php(98): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))\n#12 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(83): Illuminate\\Bus\\Dispatcher->dispatchNow(Object(App\\Jobs\\SmsSend), false)\n#13 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(128): Illuminate\\Queue\\CallQueuedHandler->Illuminate\\Queue\\{closure}(Object(App\\Jobs\\SmsSend))\n#14 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(103): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(App\\Jobs\\SmsSend))\n#15 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(85): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))\n#16 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(59): Illuminate\\Queue\\CallQueuedHandler->dispatchThroughMiddleware(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Object(App\\Jobs\\SmsSend))\n#17 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Jobs/Job.php(98): Illuminate\\Queue\\CallQueuedHandler->call(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Array)\n#18 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(356): Illuminate\\Queue\\Jobs\\Job->fire()\n#19 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(306): Illuminate\\Queue\\Worker->process(\'database\', Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Object(Illuminate\\Queue\\WorkerOptions))\n#20 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(132): Illuminate\\Queue\\Worker->runJob(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), \'database\', Object(Illuminate\\Queue\\WorkerOptions))\n#21 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(112): Illuminate\\Queue\\Worker->daemon(\'database\', \'default\', Object(Illuminate\\Queue\\WorkerOptions))\n#22 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(96): Illuminate\\Queue\\Console\\WorkCommand->runWorker(\'database\', \'default\')\n#23 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Illuminate\\Queue\\Console\\WorkCommand->handle()\n#24 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/Util.php(37): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}()\n#25 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(93): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))\n#26 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(37): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))\n#27 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/Container.php(596): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)\n#28 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Console/Command.php(134): Illuminate\\Container\\Container->call(Array)\n#29 /home/mygpsbd/public_html/vendor/symfony/console/Command/Command.php(298): Illuminate\\Console\\Command->execute(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))\n#30 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Console/Command.php(121): Symfony\\Component\\Console\\Command\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))\n#31 /home/mygpsbd/public_html/vendor/symfony/console/Application.php(1040): Illuminate\\Console\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#32 /home/mygpsbd/public_html/vendor/symfony/console/Application.php(301): Symfony\\Component\\Console\\Application->doRunCommand(Object(Illuminate\\Queue\\Console\\WorkCommand), Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#33 /home/mygpsbd/public_html/vendor/symfony/console/Application.php(171): Symfony\\Component\\Console\\Application->doRun(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#34 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Console/Application.php(93): Symfony\\Component\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#35 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(129): Illuminate\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#36 /home/mygpsbd/public_html/artisan(37): Illuminate\\Foundation\\Console\\Kernel->handle(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#37 {main}', '2024-02-09 22:01:02');
INSERT INTO `failed_jobs` (`id`, `connection`, `queue`, `payload`, `exception`, `failed_at`) VALUES
(725, 'database', 'default', '{\"uuid\":\"a22102f2-b435-495f-96b9-1786721addef\",\"displayName\":\"App\\\\Jobs\\\\SmsSend\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"delay\":null,\"timeout\":null,\"timeoutAt\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\SmsSend\",\"command\":\"O:16:\\\"App\\\\Jobs\\\\SmsSend\\\":9:{s:4:\\\"data\\\";a:2:{s:4:\\\"data\\\";O:39:\\\"Illuminate\\\\Database\\\\Eloquent\\\\Collection\\\":1:{s:8:\\\"\\u0000*\\u0000items\\\";a:100:{i:0;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3440;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Jibon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01914491201\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$OrSTCva8owGFwvmxcfNxYOS6H22GjvtObOTpOxSN.Lnns4RC7rpzK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 17:09:32\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 17:09:32\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3440;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Jibon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01914491201\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$OrSTCva8owGFwvmxcfNxYOS6H22GjvtObOTpOxSN.Lnns4RC7rpzK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 17:09:32\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 17:09:32\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:1;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3441;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Tanim\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01672990050\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$mU1XFkv7cmw4F5IVbuzkLOjBsFyJN2n6dwoH3mLiuDKhVHL\\/kxIHW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 17:10:30\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 17:10:30\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3441;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Tanim\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01672990050\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$mU1XFkv7cmw4F5IVbuzkLOjBsFyJN2n6dwoH3mLiuDKhVHL\\/kxIHW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 17:10:30\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 17:10:30\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:2;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3442;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md. Morshed Khan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01816033776\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$0ZsFWsmNv0Q.1gLp5jkpvOVQFs2ezf7LWGBcWua00nBq\\/TIB.znXm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 17:11:33\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 17:11:33\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3442;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md. Morshed Khan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01816033776\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$0ZsFWsmNv0Q.1gLp5jkpvOVQFs2ezf7LWGBcWua00nBq\\/TIB.znXm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 17:11:33\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 17:11:33\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:3;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3443;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md. Shafiq Uddin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01985550666\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$S.lQ0YAk3KW8.iNztRctw..fVrIFb8ZKC\\/iImU7QjLuslQ6QqTKtK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 17:13:23\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 17:13:23\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3443;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md. Shafiq Uddin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01985550666\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$S.lQ0YAk3KW8.iNztRctw..fVrIFb8ZKC\\/iImU7QjLuslQ6QqTKtK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 17:13:23\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 17:13:23\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:4;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3444;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Rashed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01584222013\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$voS\\/68QbTsKZu0pcqI0Al.jNngCeJrpb0oX4.doPlvZelNY1xf9Pa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 17:17:00\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 17:17:00\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3444;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Rashed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01584222013\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$voS\\/68QbTsKZu0pcqI0Al.jNngCeJrpb0oX4.doPlvZelNY1xf9Pa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 17:17:00\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 17:17:00\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:5;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3445;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Rony\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01529052974\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$KULjTLq66TgXooMJVNALu.PTlX\\/e\\/UvYF\\/L2etIdQiiWWe1mlES\\/S\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 17:19:39\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 17:19:39\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3445;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Rony\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01529052974\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$KULjTLq66TgXooMJVNALu.PTlX\\/e\\/UvYF\\/L2etIdQiiWWe1mlES\\/S\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 17:19:39\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 17:19:39\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:6;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3446;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Suraf\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01714636759\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Sy0RO1aHOLuSpCwAn.upou\\/rOi1P0hMfQTtwmBjbcbgGnHYl.xVMq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 17:20:28\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 17:20:28\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3446;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Suraf\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01714636759\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Sy0RO1aHOLuSpCwAn.upou\\/rOi1P0hMfQTtwmBjbcbgGnHYl.xVMq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 17:20:28\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 17:20:28\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:7;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3447;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Saidul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01638857797\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$FS2wvqf1n\\/g.WHGEXu9zJOFa68mP9yqe1DhxsO.M8PyNdjYrWReG2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 17:21:19\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 17:21:19\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3447;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Saidul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01638857797\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$FS2wvqf1n\\/g.WHGEXu9zJOFa68mP9yqe1DhxsO.M8PyNdjYrWReG2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 17:21:19\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 17:21:19\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:8;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3448;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:20:\\\"N Afsar (Coxs Bazar)\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01815674365\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$zpX2gJBG\\/TNkHKlyoBSL.eV2gUKPMqtTXeuA02b2O3RKBwncAiVFi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-12 13:05:03\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-12 13:05:03\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3448;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:20:\\\"N Afsar (Coxs Bazar)\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01815674365\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$zpX2gJBG\\/TNkHKlyoBSL.eV2gUKPMqtTXeuA02b2O3RKBwncAiVFi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-12 13:05:03\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-12 13:05:03\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:9;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3449;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Hakim\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01762243184\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$SfbxjNOuzM6d2LF46LRZDu\\/N5hLXTJT3ZyOegMv9IMS1ARJ4F7Dwa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-12 13:06:09\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-12 13:06:09\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3449;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Hakim\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01762243184\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$SfbxjNOuzM6d2LF46LRZDu\\/N5hLXTJT3ZyOegMv9IMS1ARJ4F7Dwa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-12 13:06:09\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-12 13:06:09\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:10;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3450;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Fazlul Haque\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01614485461\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$nnpFi9P6oYeT3Ql9faXA\\/u77Xpe5g0KBtowzau1fhJWMbVUyoGrCW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-12 13:07:02\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-12 13:07:02\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3450;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Fazlul Haque\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01614485461\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$nnpFi9P6oYeT3Ql9faXA\\/u77Xpe5g0KBtowzau1fhJWMbVUyoGrCW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-12 13:07:02\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-12 13:07:02\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:11;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3451;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Lutful Kabir\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01733298854\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$8kDrc0KTcIBtiyv.bj0Hb.clk.i1bxWC2jKnEzqPtYv36dLejw2Q6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-12 13:08:09\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-12 13:08:09\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3451;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Lutful Kabir\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01733298854\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$8kDrc0KTcIBtiyv.bj0Hb.clk.i1bxWC2jKnEzqPtYv36dLejw2Q6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-12 13:08:09\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-12 13:08:09\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:12;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3452;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Mithila\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01926990050\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$TBPoI20hZk2baiWrGt0gHuWle.RkYfCNgrJAGEL5qHtYnWHNzWbYm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-12 13:09:06\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-12 13:09:06\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3452;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Mithila\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01926990050\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$TBPoI20hZk2baiWrGt0gHuWle.RkYfCNgrJAGEL5qHtYnWHNzWbYm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-12 13:09:06\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-12 13:09:06\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:13;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3453;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Ferdus 15\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"ferdus15@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"Tongi\\\";s:5:\\\"phone\\\";s:11:\\\"01915360915\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$UuFaVE7Wf1E46pZzwsnBRujB7zkzMNeSJlj1UJJ0yneNlICgXNJ5O\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-12 13:24:15\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-12 13:24:15\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3453;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Ferdus 15\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"ferdus15@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"Tongi\\\";s:5:\\\"phone\\\";s:11:\\\"01915360915\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$UuFaVE7Wf1E46pZzwsnBRujB7zkzMNeSJlj1UJJ0yneNlICgXNJ5O\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-12 13:24:15\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-12 13:24:15\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:14;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3454;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Malek\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01714177955\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$baCrJ.lrCZw2irqQbd8UxeNt3w17lUM04BoVSk.xJbgDfVunBkPUO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-12 13:53:56\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-12 13:53:56\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3454;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Malek\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01714177955\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$baCrJ.lrCZw2irqQbd8UxeNt3w17lUM04BoVSk.xJbgDfVunBkPUO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-12 13:53:56\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-12 13:53:56\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:15;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3455;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:20:\\\"Sheikh sohidul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01915704675\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$hA2wlC17iB.nZ9a3sjwgiuclzNEUlRcZaK7fpoLTvH5qJvJRp3ywG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-12 13:56:21\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-12 13:56:21\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3455;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:20:\\\"Sheikh sohidul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01915704675\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$hA2wlC17iB.nZ9a3sjwgiuclzNEUlRcZaK7fpoLTvH5qJvJRp3ywG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-12 13:56:21\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-12 13:56:21\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:16;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3456;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Asaduzzaman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716402943\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$00MdwYK4M7dT6Mch2y5O6OcxHeeh\\/OKx9sP58tf7xKRw5ayBP\\/W\\/S\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-12 13:58:18\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-12 13:58:18\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3456;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Asaduzzaman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716402943\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$00MdwYK4M7dT6Mch2y5O6OcxHeeh\\/OKx9sP58tf7xKRw5ayBP\\/W\\/S\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-12 13:58:18\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-12 13:58:18\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:17;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3457;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Muhammad Faruque\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01670373009\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$KaUIaqlyPDa9g2N9sgFPVuk0wZidfGWcPaSmPcXFR4JGkL0WAGB\\/K\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-12 17:48:49\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-12 17:48:49\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3457;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Muhammad Faruque\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01670373009\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$KaUIaqlyPDa9g2N9sgFPVuk0wZidfGWcPaSmPcXFR4JGkL0WAGB\\/K\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-12 17:48:49\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-12 17:48:49\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:18;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3458;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"SYED SADIQUZZAMAN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01735136804\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ENn\\/VYk0fp8Abnxl4C\\/sIuZiNUflKM6\\/ArGqi.3A29VFRmYZ014n6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-12 17:51:47\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-12 17:51:47\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3458;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"SYED SADIQUZZAMAN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01735136804\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ENn\\/VYk0fp8Abnxl4C\\/sIuZiNUflKM6\\/ArGqi.3A29VFRmYZ014n6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-12 17:51:47\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-12 17:51:47\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:19;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3459;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"OMOR FARUK\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"omorbd820@gmail.com\\\";s:7:\\\"address\\\";s:49:\\\"Dokkhin Bonsri,kazi bari,abdullah vihcle solution\\\";s:5:\\\"phone\\\";s:11:\\\"01771166820\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$dVViNKJBuGRmUVkqgyfKW.8cBhM3I\\/xKkwmZqPTM9ssNIRIa.JCuC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-05 12:58:55\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-05 12:58:55\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3459;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"OMOR FARUK\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"omorbd820@gmail.com\\\";s:7:\\\"address\\\";s:49:\\\"Dokkhin Bonsri,kazi bari,abdullah vihcle solution\\\";s:5:\\\"phone\\\";s:11:\\\"01771166820\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$dVViNKJBuGRmUVkqgyfKW.8cBhM3I\\/xKkwmZqPTM9ssNIRIa.JCuC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-05 12:58:55\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-05 12:58:55\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:20;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3460;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Rashed Imran\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"DHAKA\\\";s:5:\\\"phone\\\";s:11:\\\"01711361365\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ShmswzHKtB2cLW8xUWNyXu5rhgkmNd5ft\\/pGuMM5BqkvCG9yHCONi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-05 13:01:01\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-05 13:01:01\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3460;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Rashed Imran\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"DHAKA\\\";s:5:\\\"phone\\\";s:11:\\\"01711361365\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ShmswzHKtB2cLW8xUWNyXu5rhgkmNd5ft\\/pGuMM5BqkvCG9yHCONi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-05 13:01:01\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-05 13:01:01\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:21;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3461;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Rashid Ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"DHAKA\\\";s:5:\\\"phone\\\";s:11:\\\"01819237997\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$vfdh12f67axA\\/3ck5eN1z.lcihglIH1o\\/mQVkpIhZ1DbTgvfbh1w6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-05 13:02:00\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-05 13:02:00\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3461;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Rashid Ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"DHAKA\\\";s:5:\\\"phone\\\";s:11:\\\"01819237997\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$vfdh12f67axA\\/3ck5eN1z.lcihglIH1o\\/mQVkpIhZ1DbTgvfbh1w6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-05 13:02:00\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-05 13:02:00\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:22;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3462;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Samim Azad\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"samim01@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"DHAKA\\\";s:5:\\\"phone\\\";s:11:\\\"01794440701\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$L4dL19DKFsew5\\/T8Iuq7B.f6JuLbmiypfP9MfRmtmPZLycTDcjzAq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-05 13:14:45\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-05 13:14:45\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3462;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Samim Azad\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"samim01@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"DHAKA\\\";s:5:\\\"phone\\\";s:11:\\\"01794440701\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$L4dL19DKFsew5\\/T8Iuq7B.f6JuLbmiypfP9MfRmtmPZLycTDcjzAq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-05 13:14:45\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-05 13:14:45\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:23;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3463;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Sanuar\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"sanuar49@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"DHAKA\\\";s:5:\\\"phone\\\";s:11:\\\"01712707149\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$aWG7y1jS7m2tbxALwxd1WuD8BVymMPfMNbBx2WNkSLlSPYbUAhegO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-05 13:16:43\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-05 13:16:43\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3463;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Sanuar\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"sanuar49@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"DHAKA\\\";s:5:\\\"phone\\\";s:11:\\\"01712707149\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$aWG7y1jS7m2tbxALwxd1WuD8BVymMPfMNbBx2WNkSLlSPYbUAhegO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-05 13:16:43\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-05 13:16:43\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:24;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3464;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Sharowar\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"sharowar55@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"DHAKA\\\";s:5:\\\"phone\\\";s:11:\\\"01648469155\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$IsSt1ibpOj8H5fhZTY9Wlu35IyJhJEHuQeMq0wxprLhmOY5ZELg5W\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-05 13:18:26\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-05 13:18:26\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3464;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Sharowar\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"sharowar55@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"DHAKA\\\";s:5:\\\"phone\\\";s:11:\\\"01648469155\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$IsSt1ibpOj8H5fhZTY9Wlu35IyJhJEHuQeMq0wxprLhmOY5ZELg5W\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-05 13:18:26\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-05 13:18:26\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:25;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3465;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Tawhid\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"tawhid19@mygpsbd.net\\\";s:7:\\\"address\\\";s:7:\\\"Tangail\\\";s:5:\\\"phone\\\";s:11:\\\"01762245157\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$9TXNWbOxzGjv5knsqUuO5unbG7Qc6\\/dWZThPBbXzO897EXRx6WTdS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-05 13:20:28\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-05 13:20:28\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3465;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Tawhid\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"tawhid19@mygpsbd.net\\\";s:7:\\\"address\\\";s:7:\\\"Tangail\\\";s:5:\\\"phone\\\";s:11:\\\"01762245157\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$9TXNWbOxzGjv5knsqUuO5unbG7Qc6\\/dWZThPBbXzO897EXRx6WTdS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-05 13:20:28\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-05 13:20:28\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:26;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3467;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Abdul Hai\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"abdulhai20@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712822200\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$AoFvbf4PCceaMGXzLdCa4.yQQavsxpAXU3RvCIJxkG1Z5Kp17bZ2e\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-05 13:24:33\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-05 13:24:33\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3467;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Abdul Hai\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"abdulhai20@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712822200\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$AoFvbf4PCceaMGXzLdCa4.yQQavsxpAXU3RvCIJxkG1Z5Kp17bZ2e\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-05 13:24:33\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-05 13:24:33\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:27;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3471;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Abdul motin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:3:\\\"CTG\\\";s:5:\\\"phone\\\";s:11:\\\"01716140104\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$i5A.IAeLXU9PteuHmTHjIukAVg\\/rkRuXsfat3vUhPdLlvb1lfD\\/h.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-05 15:32:03\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-05 15:32:03\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3471;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Abdul motin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:3:\\\"CTG\\\";s:5:\\\"phone\\\";s:11:\\\"01716140104\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$i5A.IAeLXU9PteuHmTHjIukAVg\\/rkRuXsfat3vUhPdLlvb1lfD\\/h.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-05 15:32:03\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-05 15:32:03\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:28;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3498;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Liton\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:15:\\\"liton90@mygpsbd\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1712184290\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$QX.GlQUpuRy1tWpMy.LbQOtrmi0TwvGranA0fpN28YbYJF2fTnbIq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-10 11:51:00\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-10 11:51:00\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3498;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Liton\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:15:\\\"liton90@mygpsbd\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1712184290\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$QX.GlQUpuRy1tWpMy.LbQOtrmi0TwvGranA0fpN28YbYJF2fTnbIq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-10 11:51:00\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-10 11:51:00\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:29;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3499;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Anwar\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:26:\\\"fenistonecrusher0331@gmail\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1816132378\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$fEYW5T7xYCv6AT9.s2XnC.2c0NbIajEQjlf28ESIbR92Id2cstamS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-10 12:01:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-10 12:01:29\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3499;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Anwar\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:26:\\\"fenistonecrusher0331@gmail\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1816132378\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$fEYW5T7xYCv6AT9.s2XnC.2c0NbIajEQjlf28ESIbR92Id2cstamS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-10 12:01:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-10 12:01:29\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:30;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3500;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Saiful71\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1996461871\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$BTgBHpLvSbfUz8.RYUDw.enKBpUAKLdyRgrdo0zWinExY7wjaGZIO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-10 12:06:12\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-10 12:06:12\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3500;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Saiful71\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1996461871\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$BTgBHpLvSbfUz8.RYUDw.enKBpUAKLdyRgrdo0zWinExY7wjaGZIO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-10 12:06:12\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-10 12:06:12\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:31;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3501;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Md. Harunor Rashid\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1716555062\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$xeWxx5f853Kvu3zn5wwkHeMUEXfvH\\/1K8xArpC\\/KdN4lLebEuO13K\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-10 12:10:02\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-10 12:10:02\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3501;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Md. Harunor Rashid\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1716555062\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$xeWxx5f853Kvu3zn5wwkHeMUEXfvH\\/1K8xArpC\\/KdN4lLebEuO13K\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-10 12:10:02\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-10 12:10:02\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:32;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3504;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Md. Mostofa\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"mostofa.html@gmail\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1711100264\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$H1R4pjbnqnv.YHWxNg5vmeGGYhyz3IJ0VeRbHDO.20V.lVcTJm6uy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-10 12:35:06\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-10 12:35:06\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3504;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Md. Mostofa\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"mostofa.html@gmail\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1711100264\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$H1R4pjbnqnv.YHWxNg5vmeGGYhyz3IJ0VeRbHDO.20V.lVcTJm6uy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-10 12:35:06\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-10 12:35:06\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:33;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3507;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:29:\\\"2022-05-18\\tMd. Mojibur Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"mojiburctg76@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711721686\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$7ZAUQKBGpyR8zvjX80LXJudVs1QxFO4rnRTXZ7zaeb9Sx1ie6czGC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-10 12:55:49\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-10 12:55:49\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3507;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:29:\\\"2022-05-18\\tMd. Mojibur Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"mojiburctg76@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711721686\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$7ZAUQKBGpyR8zvjX80LXJudVs1QxFO4rnRTXZ7zaeb9Sx1ie6czGC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-10 12:55:49\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-10 12:55:49\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:34;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3508;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Tonmoy\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"lonsfair@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01911367815\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$HNtst8DJ8QSpO5b6tfZoau9Op624.QQL6RDYMOk\\/2nIHBQxc6DR52\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-10 13:03:25\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-10 13:03:25\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3508;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Tonmoy\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"lonsfair@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01911367815\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$HNtst8DJ8QSpO5b6tfZoau9Op624.QQL6RDYMOk\\/2nIHBQxc6DR52\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-10 13:03:25\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-10 13:03:25\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:35;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3509;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Md. Anayet Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"ahossain7601@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1717831856\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$o6ogsCv481IfNh854z\\/z3OmtTJkJxjrGy4ueIuN3DPA6rFpzVGE3q\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-10 13:16:45\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-10 13:16:45\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3509;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Md. Anayet Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"ahossain7601@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1717831856\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$o6ogsCv481IfNh854z\\/z3OmtTJkJxjrGy4ueIuN3DPA6rFpzVGE3q\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-10 13:16:45\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-10 13:16:45\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:36;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3510;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"DRMC Shotodol\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"walid4917@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1521495317\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$M4k8iNfg2FhMhAGTkPKGZewU75.srHwUu0yoRqoALBjVpu2AjQxb6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-10 13:37:05\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-10 13:37:05\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3510;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"DRMC Shotodol\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"walid4917@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1521495317\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$M4k8iNfg2FhMhAGTkPKGZewU75.srHwUu0yoRqoALBjVpu2AjQxb6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-10 13:37:05\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-10 13:37:05\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:37;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3511;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Mir Alauddin Bappy\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1711207150\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$jo6u2ck7Aqq\\/.jqKhWkQGOdk7CSSwLf2jBghvlmO9wSwyDEuJjnBW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-10 13:42:02\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-10 13:42:02\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3511;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Mir Alauddin Bappy\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1711207150\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$jo6u2ck7Aqq\\/.jqKhWkQGOdk7CSSwLf2jBghvlmO9wSwyDEuJjnBW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-10 13:42:02\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-10 13:42:02\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:38;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3512;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md. Morshed Khan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1816033776\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$fVevIGWA1q0N6vH5aRwOPOrMKDbsISDwK\\/rFd1qAR1aC2UljlsBqa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-10 13:49:30\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-10 13:49:30\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3512;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md. Morshed Khan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1816033776\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$fVevIGWA1q0N6vH5aRwOPOrMKDbsISDwK\\/rFd1qAR1aC2UljlsBqa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-10 13:49:30\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-10 13:49:30\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:39;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3513;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"6\\/2\\/2022\\tAuris\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"auris04@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1799434504\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$0BifN7PtBR2rDBjIeO6fk.lvdYY\\/bXhL67lbuK2ezGZq.3jcjdWv.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-10 14:04:48\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-10 14:04:48\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3513;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"6\\/2\\/2022\\tAuris\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"auris04@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1799434504\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$0BifN7PtBR2rDBjIeO6fk.lvdYY\\/bXhL67lbuK2ezGZq.3jcjdWv.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-10 14:04:48\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-10 14:04:48\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:40;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3514;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:31:\\\"2022-06-06\\tMd. Morshed Sawdagor\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:17:\\\"morshed23@mygpsbd\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1704406523\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$L5TXpDkl6DugJfpNGyR21OQe9BZ1Ai6XIoUf8N0qszijT4msJ\\/bre\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-10 14:15:46\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-10 14:15:46\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3514;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:31:\\\"2022-06-06\\tMd. Morshed Sawdagor\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:17:\\\"morshed23@mygpsbd\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1704406523\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$L5TXpDkl6DugJfpNGyR21OQe9BZ1Ai6XIoUf8N0qszijT4msJ\\/bre\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-10 14:15:46\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-10 14:15:46\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:41;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3515;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"SWOMAN CHOWDHURY\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:24:\\\"swomanchowdhury777@gmail\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1818613921\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$5E7OWHqaw80mwW7tR0EX.u89hJ3fEE5guCHiXFlt4xW8111WDrz1K\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-10 14:21:44\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-10 14:21:44\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3515;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"SWOMAN CHOWDHURY\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:24:\\\"swomanchowdhury777@gmail\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1818613921\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$5E7OWHqaw80mwW7tR0EX.u89hJ3fEE5guCHiXFlt4xW8111WDrz1K\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-10 14:21:44\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-10 14:21:44\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:42;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3517;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Shohel Ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"arnob.bd2012@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01726600747\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$B000cGBBoXsixpje5fD0FOR8wo0PqpvjxX7kChRjJUV\\/HN4WsjTDS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-10 14:26:40\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-10 14:26:40\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3517;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Shohel Ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"arnob.bd2012@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01726600747\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$B000cGBBoXsixpje5fD0FOR8wo0PqpvjxX7kChRjJUV\\/HN4WsjTDS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-10 14:26:40\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-10 14:26:40\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:43;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3522;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Belal Hasan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"belal81@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1674328181\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$rsgOGmFkFLyK\\/upC26EFX.3REc1pnELK\\/J1SNV3UWZVeOV8O8JlOe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-10 14:36:16\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-10 14:36:16\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3522;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Belal Hasan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"belal81@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1674328181\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$rsgOGmFkFLyK\\/upC26EFX.3REc1pnELK\\/J1SNV3UWZVeOV8O8JlOe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-10 14:36:16\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-10 14:36:16\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:44;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3523;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:28:\\\"2022-06-15\\tM.A.RAHMAN PATHAN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1715370405\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$App1lSOouKdY51fCD1924uwhvjqhDEIVRzvw1186mFSq.A0n5CZQq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-10 15:02:52\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-10 15:02:52\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3523;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:28:\\\"2022-06-15\\tM.A.RAHMAN PATHAN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1715370405\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$App1lSOouKdY51fCD1924uwhvjqhDEIVRzvw1186mFSq.A0n5CZQq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-10 15:02:52\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-10 15:02:52\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:45;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3524;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"MD.SHAMSUDDIN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"sshamsuddin027@gmail\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1730080964\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$nqqvL6oEc7sqQn2i.7nIge8tTqfbn5\\/3C1QFDiSDyQJvaqF9JYqIK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-10 15:08:17\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-10 15:08:17\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3524;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"MD.SHAMSUDDIN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"sshamsuddin027@gmail\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1730080964\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$nqqvL6oEc7sqQn2i.7nIge8tTqfbn5\\/3C1QFDiSDyQJvaqF9JYqIK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-10 15:08:17\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-10 15:08:17\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:46;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3526;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"2022-07-24\\tSUMON\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:15:\\\"sumon3431@gmail\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01887367127\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$BS.KPEMrdQdE5m4NVBpOw.mkdgeMahaXaeXW\\/3iP4EsE1IuT7Yb4W\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-10 15:27:10\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-10 15:27:10\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3526;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"2022-07-24\\tSUMON\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:15:\\\"sumon3431@gmail\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01887367127\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$BS.KPEMrdQdE5m4NVBpOw.mkdgeMahaXaeXW\\/3iP4EsE1IuT7Yb4W\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-10 15:27:10\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-10 15:27:10\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:47;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3527;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:22:\\\"2022-07-25\\tJohir islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01796524243\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$QjfKnUxHutIxHlpeGQ.f8eUD84maHq3w2R.CFVcplNhsjLKlTQAPe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-10 15:31:16\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-10 15:31:16\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3527;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:22:\\\"2022-07-25\\tJohir islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01796524243\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$QjfKnUxHutIxHlpeGQ.f8eUD84maHq3w2R.CFVcplNhsjLKlTQAPe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-10 15:31:16\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-10 15:31:16\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:48;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3528;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:28:\\\"2022-08-01\\tMd. Monirul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"engr.mkbd@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01719105116\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$cTeVEvAMQPBwaN6jmil4c.dPAvI8DDXPLXe9c5uB1izcLR7AoDtWG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-10 15:42:39\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-10 15:42:39\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3528;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:28:\\\"2022-08-01\\tMd. Monirul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"engr.mkbd@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01719105116\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$cTeVEvAMQPBwaN6jmil4c.dPAvI8DDXPLXe9c5uB1izcLR7AoDtWG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-10 15:42:39\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-10 15:42:39\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:49;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3529;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Rana\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715218529\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$J4UIMTEh51jB7CHEiulFOOA3v\\/5xvaSbuD3VM5NOnZJw13vR3du2a\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-10 15:51:52\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-10 15:51:52\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3529;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Rana\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715218529\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$J4UIMTEh51jB7CHEiulFOOA3v\\/5xvaSbuD3VM5NOnZJw13vR3du2a\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-10 15:51:52\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-10 15:51:52\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:50;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3531;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:22:\\\"MD SAIFUL ISLAM SHAJIB\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"shajib.ndc@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1711180802\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$gmZ9JXVjYmRU6AolbSe8MeZ0IqRAm4dt3v0lHi2Ox2wLZWNdvgq8u\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 11:08:56\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 11:08:56\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3531;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:22:\\\"MD SAIFUL ISLAM SHAJIB\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"shajib.ndc@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1711180802\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$gmZ9JXVjYmRU6AolbSe8MeZ0IqRAm4dt3v0lHi2Ox2wLZWNdvgq8u\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 11:08:56\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 11:08:56\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:51;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3532;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Rahat\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1722416637\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$JXfZjAcxZqX\\/w4445wgeRO8VoQL8VqWlJSlGgYvchEVxIvWjW9PE.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 11:28:06\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 11:28:06\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3532;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Rahat\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1722416637\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$JXfZjAcxZqX\\/w4445wgeRO8VoQL8VqWlJSlGgYvchEVxIvWjW9PE.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 11:28:06\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 11:28:06\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:52;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3533;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:20:\\\"SUJAN CHANDRA SARKER\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:17:\\\"sujansu@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01750694601\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$nKSaKwN9dleQiuBABbPQz.pYZZWfOanXJ.Ieh187Yttr\\/MXWPDKAG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 11:32:57\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 11:32:57\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3533;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:20:\\\"SUJAN CHANDRA SARKER\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:17:\\\"sujansu@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01750694601\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$nKSaKwN9dleQiuBABbPQz.pYZZWfOanXJ.Ieh187Yttr\\/MXWPDKAG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 11:32:57\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 11:32:57\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:53;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3534;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:22:\\\"\\ufeffSami car enterprise\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"mmdsami83@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01920093726\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$lDu2NZ2bnQHMfELGPPK\\/WO4R9fv2MTsnnrXObSc3SdvsE3\\/SSDhpq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 11:41:17\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 11:41:17\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3534;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:22:\\\"\\ufeffSami car enterprise\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"mmdsami83@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01920093726\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$lDu2NZ2bnQHMfELGPPK\\/WO4R9fv2MTsnnrXObSc3SdvsE3\\/SSDhpq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 11:41:17\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 11:41:17\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:54;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3535;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Mahmudul Alam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01863202538\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$jI9dQ5MPtL6DpraxAueI5e2RjeIczVxZL0eHJGUEik6SkJtKomJ\\/O\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 11:51:46\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 11:51:46\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3535;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Mahmudul Alam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01863202538\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$jI9dQ5MPtL6DpraxAueI5e2RjeIczVxZL0eHJGUEik6SkJtKomJ\\/O\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 11:51:46\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 11:51:46\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:55;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3536;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"MD MOSHARAF HOSSAIN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1915318836\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$2dLl6kqvPU8Z65hUrcfAruNlTBxAH.Z6D.b57wRNBweepv28Goqw2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 11:55:17\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 11:55:17\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3536;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"MD MOSHARAF HOSSAIN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1915318836\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$2dLl6kqvPU8Z65hUrcfAruNlTBxAH.Z6D.b57wRNBweepv28Goqw2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 11:55:17\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 11:55:17\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:56;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3537;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:35:\\\"2022-08-31\\tMd. Abir Tazim Chowdhury\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:32:\\\"abirtazimchowdhury1988@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1718123463\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$rSTB82kZ58C97siIO.lKd.\\/imqXbhy9wkD.zvnuhV7vgJax8bFlH6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 12:02:01\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 12:02:01\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3537;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:35:\\\"2022-08-31\\tMd. Abir Tazim Chowdhury\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:32:\\\"abirtazimchowdhury1988@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1718123463\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$rSTB82kZ58C97siIO.lKd.\\/imqXbhy9wkD.zvnuhV7vgJax8bFlH6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 12:02:01\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 12:02:01\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:57;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3538;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Jahid\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"0175969888\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$jo1fF1Yfeis1V7f5YeiZqOd8tGiwkITyX\\/ECk8DLu2JGDs9WUCloy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 12:05:39\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 12:05:39\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3538;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Jahid\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"0175969888\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$jo1fF1Yfeis1V7f5YeiZqOd8tGiwkITyX\\/ECk8DLu2JGDs9WUCloy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 12:05:39\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 12:05:39\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:58;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3539;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"MOSSARROF HOSSAIN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"waytomona@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1712504433\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Y8Y9moYN5Fge7dT4mbUWH.Q4s5ZCjFZoxD1S\\/FpUluo1xNGWIJ.uG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 12:10:15\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 12:10:15\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3539;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"MOSSARROF HOSSAIN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"waytomona@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1712504433\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Y8Y9moYN5Fge7dT4mbUWH.Q4s5ZCjFZoxD1S\\/FpUluo1xNGWIJ.uG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 12:10:15\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 12:10:15\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:59;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3542;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Md. Arman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01404527837\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$.eg.FaUmUwqI.2SGrnz4pe4\\/iDlo.NG3laD9q6fkjzDiHtQz16SKO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 12:18:43\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 12:18:43\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3542;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Md. Arman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01404527837\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$.eg.FaUmUwqI.2SGrnz4pe4\\/iDlo.NG3laD9q6fkjzDiHtQz16SKO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 12:18:43\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 12:18:43\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:60;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3555;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"MD. WAHIDUL AMIN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"wahidul_amin@yahoo.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1728117499\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$kyHpNjIeKqiYutDD363uguKz6cec2yqGBn0PwDKhkv1xxbAhwlCZC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 12:26:16\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 12:26:16\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3555;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"MD. WAHIDUL AMIN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"wahidul_amin@yahoo.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1728117499\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$kyHpNjIeKqiYutDD363uguKz6cec2yqGBn0PwDKhkv1xxbAhwlCZC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 12:26:16\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 12:26:16\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:61;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3564;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Shamim sarkar\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"brightneonbd@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1711287163\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Cttyas.MBaBshdc4\\/VUk.egmmXCahUyMviH9\\/.OnMhsVw4ZzCSDPG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 12:36:00\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 12:36:00\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3564;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Shamim sarkar\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"brightneonbd@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1711287163\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Cttyas.MBaBshdc4\\/VUk.egmmXCahUyMviH9\\/.OnMhsVw4ZzCSDPG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 12:36:00\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 12:36:00\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:62;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3575;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"MD ANOWER HOSSAIN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01686654309\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$iKN96yPVGWq\\/yiSz2taypOgAKXo.1dQWS2R.cWkl6GX656Bmt9CmG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 12:41:21\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 12:41:21\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3575;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"MD ANOWER HOSSAIN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01686654309\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$iKN96yPVGWq\\/yiSz2taypOgAKXo.1dQWS2R.cWkl6GX656Bmt9CmG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 12:41:21\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 12:41:21\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:63;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3585;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"FAIAZ AHMED\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"sopnilfaiaz@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1950513620\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$BwZ\\/a.dU7WRdzrwKou0t9.nqrfwwvGf1v9S4lPRsgw29feFFd40p2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 12:46:44\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 12:46:44\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3585;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"FAIAZ AHMED\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"sopnilfaiaz@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1950513620\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$BwZ\\/a.dU7WRdzrwKou0t9.nqrfwwvGf1v9S4lPRsgw29feFFd40p2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 12:46:44\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 12:46:44\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:64;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3590;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Jahangir\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01917352553\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$vgnMifhu\\/uPuOLcuZpwliub3TR.h\\/bd3iXNOt1fHQxpTTMhQ1wqvm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 12:51:12\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 12:51:12\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3590;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Jahangir\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01917352553\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$vgnMifhu\\/uPuOLcuZpwliub3TR.h\\/bd3iXNOt1fHQxpTTMhQ1wqvm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 12:51:12\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 12:51:12\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:65;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3593;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:26:\\\"2022-09-28\\tMd Borhan Uddin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"borhanumbl@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1712248152\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$6AIaTStST9JSUzWVinFT9O87eCAr1RuWokC8JOiC2UW2gjgTQGFuG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 12:57:05\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 12:57:05\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3593;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:26:\\\"2022-09-28\\tMd Borhan Uddin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"borhanumbl@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1712248152\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$6AIaTStST9JSUzWVinFT9O87eCAr1RuWokC8JOiC2UW2gjgTQGFuG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 12:57:05\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 12:57:05\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:66;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3608;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Mumin Shah\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"munimshah51@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1875052143\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$GGUGLQiHAxsUqKfS5rm.z.00a73KIpMgCdAXjC5RsPYPjMaCFqTia\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 13:09:21\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 13:09:21\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3608;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Mumin Shah\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"munimshah51@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1875052143\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$GGUGLQiHAxsUqKfS5rm.z.00a73KIpMgCdAXjC5RsPYPjMaCFqTia\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 13:09:21\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 13:09:21\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:67;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3609;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Ruhul amin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01302729273\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$4yGdOl5ZmHUupXMUO8JA0uxSnfYcXgsDDXeghLhmx1CJm24kV8CHW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 13:13:01\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 13:13:01\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3609;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Ruhul amin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01302729273\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$4yGdOl5ZmHUupXMUO8JA0uxSnfYcXgsDDXeghLhmx1CJm24kV8CHW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 13:13:01\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 13:13:01\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:68;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3610;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Md.Ali Raz\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:25:\\\"aliraz.rang1999@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1913319072\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$l1K7uOi5JPQP2YEARHxqwu0t.6yN8LOARh4T.DgzLaQUJiLoJYdyS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 13:19:02\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 13:19:02\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3610;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Md.Ali Raz\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:25:\\\"aliraz.rang1999@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1913319072\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$l1K7uOi5JPQP2YEARHxqwu0t.6yN8LOARh4T.DgzLaQUJiLoJYdyS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 13:19:02\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 13:19:02\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:69;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3611;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"AL AMIN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1715147787\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ce.WAk07KCcGPwy\\/1nH60.TBdpX5gc56bprd20UmeZRrfQ.0iLRGm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 13:23:33\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 13:23:33\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3611;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"AL AMIN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1715147787\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ce.WAk07KCcGPwy\\/1nH60.TBdpX5gc56bprd20UmeZRrfQ.0iLRGm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 13:23:33\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 13:23:33\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:70;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3612;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Shamim\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01819827114\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$TMFBf2aeU0SKIuljcafgEOBc6DJPl7pRKrMt7DB2536ryoVCKGbNS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 13:29:33\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 13:29:33\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3612;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Shamim\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01819827114\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$TMFBf2aeU0SKIuljcafgEOBc6DJPl7pRKrMt7DB2536ryoVCKGbNS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 13:29:33\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 13:29:33\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:71;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3613;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Sultan Mahmud\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"sultan012485@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1819473722\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$rCmQyfjEv4Dh1\\/jHmL2JvOnwNR\\/oCtXQOdwTnv3raUAIrR1\\/eyMYe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 13:34:04\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 13:34:04\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3613;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Sultan Mahmud\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"sultan012485@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1819473722\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$rCmQyfjEv4Dh1\\/jHmL2JvOnwNR\\/oCtXQOdwTnv3raUAIrR1\\/eyMYe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 13:34:04\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 13:34:04\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:72;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3616;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Alamgir hosen\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1765390068\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$FYRoibfkFhHfLWXm13Nxj.0VmXaJjnbifI77YJboWMkBYucZldrDe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 14:29:18\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 14:29:18\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3616;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Alamgir hosen\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1765390068\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$FYRoibfkFhHfLWXm13Nxj.0VmXaJjnbifI77YJboWMkBYucZldrDe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 14:29:18\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 14:29:18\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:73;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3617;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Fahimur Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"0161415666\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$7PZ4\\/utY1ugm1tD4MhBiA.ILiW.NdxrY30qGpmX9.TnQZQDyBGIpC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 14:39:45\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 14:39:45\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3617;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Fahimur Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"0161415666\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$7PZ4\\/utY1ugm1tD4MhBiA.ILiW.NdxrY30qGpmX9.TnQZQDyBGIpC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 14:39:45\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 14:39:45\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:74;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3625;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Tariqul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01743887881\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$VS8covED0KyDm4NqitaIjORk.xPK4IN8OfbJrrxYiy8YJaEMylAYK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 14:48:20\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 14:48:20\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3625;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Tariqul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01743887881\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$VS8covED0KyDm4NqitaIjORk.xPK4IN8OfbJrrxYiy8YJaEMylAYK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 14:48:20\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 14:48:20\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:75;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3632;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:20:\\\"Md.Sojib Rana Sarker\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:27:\\\"mdsojibranans2123@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01304479332\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$1S.8s.xwlK1oX3DMtR7mNe9f4B\\/ZyT1pQfBcsOdZqaCfoVhoxgD3a\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 14:55:12\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 14:55:12\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3632;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:20:\\\"Md.Sojib Rana Sarker\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:27:\\\"mdsojibranans2123@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01304479332\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$1S.8s.xwlK1oX3DMtR7mNe9f4B\\/ZyT1pQfBcsOdZqaCfoVhoxgD3a\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 14:55:12\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 14:55:12\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:76;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3638;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:30:\\\"2022-11-09\\tDelwar Hossan Belal\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"belalmytv@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1733555270\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$\\/QSU\\/HG7Fx9OfX2VviyDi.TCJh9M71M5WKQST80z1zGi.upaxyfSC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 14:58:41\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 14:58:41\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3638;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:30:\\\"2022-11-09\\tDelwar Hossan Belal\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"belalmytv@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1733555270\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$\\/QSU\\/HG7Fx9OfX2VviyDi.TCJh9M71M5WKQST80z1zGi.upaxyfSC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 14:58:41\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 14:58:41\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:77;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3647;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Md.kazi albi\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:17:\\\"kmralvi@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01799943027\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$uBJoFoGMvfUNYvTl1j0PSupg7cOPEHgXSUjrjRK.eWIxq6RrK8roy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 15:11:46\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 15:11:46\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3647;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Md.kazi albi\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:17:\\\"kmralvi@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01799943027\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$uBJoFoGMvfUNYvTl1j0PSupg7cOPEHgXSUjrjRK.eWIxq6RrK8roy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 15:11:46\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 15:11:46\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:78;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3648;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Md Rony\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"rony1865@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01917423941\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$upBe19\\/Xn0OcUDLxZh5dpOWeJPdlZoz0RpPyfWGwhGJGlO\\/RMu3eu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 15:17:24\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 15:17:24\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3648;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Md Rony\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"rony1865@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01917423941\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$upBe19\\/Xn0OcUDLxZh5dpOWeJPdlZoz0RpPyfWGwhGJGlO\\/RMu3eu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 15:17:24\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 15:17:24\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:79;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3665;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Masud\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01708125507\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Dxip.i267PcZHJ15gJysEOpYAcTMR31TzjlODmUG8JsqSnVsA29CW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 15:31:42\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 15:31:42\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3665;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Masud\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01708125507\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Dxip.i267PcZHJ15gJysEOpYAcTMR31TzjlODmUG8JsqSnVsA29CW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 15:31:42\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 15:31:42\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:80;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3697;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Rahat\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01731070380\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$8OrjRXbYWPoStwG\\/XxAR6.MTgqDX2Mnbo4E.40PkrQmOu0BCq8iYK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 16:07:08\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 16:07:08\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3697;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Rahat\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01731070380\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$8OrjRXbYWPoStwG\\/XxAR6.MTgqDX2Mnbo4E.40PkrQmOu0BCq8iYK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 16:07:08\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 16:07:08\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:81;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3709;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Aminul mina\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"saddam.mina@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01611642028\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$TzeCBoOKnGgEHvvNt4Vc6eBJV1RPvX1tXW1KLVA.ZNziedVJX0pvi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 16:51:53\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 16:51:53\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3709;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Aminul mina\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"saddam.mina@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01611642028\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$TzeCBoOKnGgEHvvNt4Vc6eBJV1RPvX1tXW1KLVA.ZNziedVJX0pvi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 16:51:53\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 16:51:53\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:82;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3712;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"nur azad\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01303303899\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$KIzEN7cC2cGlmy9ykJz3euT22PmPP82xJpRTsRgsrKWh8StQAi9fS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 17:12:44\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 17:12:44\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3712;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"nur azad\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01303303899\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$KIzEN7cC2cGlmy9ykJz3euT22PmPP82xJpRTsRgsrKWh8StQAi9fS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 17:12:44\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 17:12:44\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:83;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3715;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Sayed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01757419119\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$5o0Flg.VuLIT.lmSheQTw.U6XRbXXt.flmYc5rk0oOCcAqOSDg7kW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 17:49:12\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 17:49:12\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3715;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Sayed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01757419119\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$5o0Flg.VuLIT.lmSheQTw.U6XRbXXt.flmYc5rk0oOCcAqOSDg7kW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 17:49:12\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 17:49:12\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:84;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3716;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Sumon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01799219421\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$rPa9D8nUkO73jqDAFWbsDu.bt\\/Ro2jC.UFbWLJYshvvP0REpIiLo.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-12 10:33:33\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-12 10:33:33\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3716;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Sumon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01799219421\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$rPa9D8nUkO73jqDAFWbsDu.bt\\/Ro2jC.UFbWLJYshvvP0REpIiLo.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-12 10:33:33\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-12 10:33:33\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:85;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3717;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Farid Molla\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01798275150\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$wx7gA\\/6nib0X\\/O0sNE0t2OLQFpkKhKJ3r7jeNWL0oSZhlvzEv\\/BKy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-12 10:43:18\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-12 10:43:18\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3717;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Farid Molla\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01798275150\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$wx7gA\\/6nib0X\\/O0sNE0t2OLQFpkKhKJ3r7jeNWL0oSZhlvzEv\\/BKy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-12 10:43:18\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-12 10:43:18\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:86;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3719;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"AL AMIN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715147788\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$hU1M7yZ8fMSoWjy11chW1ecaKB09tu0x\\/P.664LleKcgscz6zhObG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-12 11:48:04\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-12 11:48:04\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3719;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"AL AMIN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715147788\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$hU1M7yZ8fMSoWjy11chW1ecaKB09tu0x\\/P.664LleKcgscz6zhObG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-12 11:48:04\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-12 11:48:04\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:87;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4119;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:21:\\\"Mohammad Masoom Hasan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"masoom.hs@gmail.com2\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01799983779\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$dWnWn5U1AdTfteLm2e\\/iteFkhHDLLT9CStS30vJL5SnAieyLWD1ZK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-27 11:39:23\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-27 11:39:23\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4119;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:21:\\\"Mohammad Masoom Hasan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"masoom.hs@gmail.com2\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01799983779\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$dWnWn5U1AdTfteLm2e\\/iteFkhHDLLT9CStS30vJL5SnAieyLWD1ZK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-27 11:39:23\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-27 11:39:23\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:88;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4123;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Md.Al-Amin Miah\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"advalaminmiah@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01841852456\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$jSgqMENYegp0vg2s\\/wpmkuVx8WCIm4xzzTv1ZJ9T5bFyDxEu4cjgq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-27 11:43:50\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-27 11:43:50\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4123;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Md.Al-Amin Miah\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"advalaminmiah@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01841852456\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$jSgqMENYegp0vg2s\\/wpmkuVx8WCIm4xzzTv1ZJ9T5bFyDxEu4cjgq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-27 11:43:50\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-27 11:43:50\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:89;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4173;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Shobuj\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01911180737\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$4pcVXU4ITCTuX3dhhdj.ru9g378OZbpEDgBMCkR3wlZKFJ7aYObvq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-27 15:52:00\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-27 15:52:00\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4173;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Shobuj\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01911180737\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$4pcVXU4ITCTuX3dhhdj.ru9g378OZbpEDgBMCkR3wlZKFJ7aYObvq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-27 15:52:00\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-27 15:52:00\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:90;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4186;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Monir\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01754979749\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$zeR7Hm2kDfMle35Mcf0MrebfEAdKZXJOSk2TnF0q2fFOI7i7SdiVK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-27 17:09:08\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-27 17:09:08\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4186;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Monir\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01754979749\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$zeR7Hm2kDfMle35Mcf0MrebfEAdKZXJOSk2TnF0q2fFOI7i7SdiVK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-27 17:09:08\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-27 17:09:08\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:91;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4192;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:21:\\\"Md Borhan uddin ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01788933737\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ueEjod73gwCaBh0O3WmK7OEsNShk2GH92CSlTQHiBvoZOS8iYzxTy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-27 17:46:31\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-27 17:46:31\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4192;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:21:\\\"Md Borhan uddin ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01788933737\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ueEjod73gwCaBh0O3WmK7OEsNShk2GH92CSlTQHiBvoZOS8iYzxTy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-27 17:46:31\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-27 17:46:31\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:92;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4193;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Abdur Rahim\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01978013445\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$8I\\/Jmpv1w1QDfHpUsYmZH.ieCOyfc21WlNUn7VPl5.weoOGbqaqzG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-27 17:51:49\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-27 17:51:49\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4193;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Abdur Rahim\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01978013445\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$8I\\/Jmpv1w1QDfHpUsYmZH.ieCOyfc21WlNUn7VPl5.weoOGbqaqzG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-27 17:51:49\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-27 17:51:49\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:93;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4396;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:21:\\\"A.K.M. Shafiul Hassan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:25:\\\"shafiulhassan@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01730340732\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$FxUMwH5mrnmCwmLYeaqhG.aAxxzbLkRVO99hY.jv59gZdcVj70bdy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-08 21:46:15\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-08 21:46:15\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4396;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:21:\\\"A.K.M. Shafiul Hassan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:25:\\\"shafiulhassan@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01730340732\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$FxUMwH5mrnmCwmLYeaqhG.aAxxzbLkRVO99hY.jv59gZdcVj70bdy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-08 21:46:15\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-08 21:46:15\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:94;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4397;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Abdul Kashem\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711056005\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$sDxAGN9Trcn4hNXl829WEu1hX\\/KJMfCxfsJ9Pgml.7Ype26xgrQCC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-08 22:01:16\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-08 22:01:16\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4397;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Abdul Kashem\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711056005\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$sDxAGN9Trcn4hNXl829WEu1hX\\/KJMfCxfsJ9Pgml.7Ype26xgrQCC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-08 22:01:16\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-08 22:01:16\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:95;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4398;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Abdullah Al Sayeed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01611529134\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$paMfOvl9BKwtGqVeXh1aBuo4KDFZvDpq75c.5R7CXrZgHZjyMqo8y\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-08 23:11:13\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-08 23:11:13\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4398;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Abdullah Al Sayeed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01611529134\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$paMfOvl9BKwtGqVeXh1aBuo4KDFZvDpq75c.5R7CXrZgHZjyMqo8y\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-08 23:11:13\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-08 23:11:13\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:96;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4399;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Abdur rahim\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711322980\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$KVvZ9ZUvpoBwOOezOAewXuqWmfyWP7dpD5Yyu2VE59Fcbvy\\/8AewW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-08 23:43:10\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-08 23:43:10\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4399;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Abdur rahim\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711322980\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$KVvZ9ZUvpoBwOOezOAewXuqWmfyWP7dpD5Yyu2VE59Fcbvy\\/8AewW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-08 23:43:10\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-08 23:43:10\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:97;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4400;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Abdur Rahim Khan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01688382773\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$3bDV5F8A6b8vGsOW6DYZh.6DXWXOo4j82GpR\\/uSsTZQ7.7USjwJeO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-08 23:47:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-08 23:47:29\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4400;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Abdur Rahim Khan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01688382773\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$3bDV5F8A6b8vGsOW6DYZh.6DXWXOo4j82GpR\\/uSsTZQ7.7USjwJeO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-08 23:47:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-08 23:47:29\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:98;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4402;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Abu Bakkar Siddik\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"siddik74@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01718888774\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$N\\/c206B1LWvyeOt\\/\\/TSPo.lumbXBkzSIFF4.oKkW2g6hjV0tzG0le\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-09 00:09:54\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-09 00:09:54\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4402;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Abu Bakkar Siddik\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"siddik74@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01718888774\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$N\\/c206B1LWvyeOt\\/\\/TSPo.lumbXBkzSIFF4.oKkW2g6hjV0tzG0le\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-09 00:09:54\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-09 00:09:54\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:99;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4403;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Abu Mostofa sujon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01730326750\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$LMg7iVCH\\/j0H.JnnQwMKr.gcruTqETqiYo.UIGxjJM3kWPf\\/0i1QC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-09 00:15:39\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-09 00:15:39\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4403;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Abu Mostofa sujon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01730326750\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$LMg7iVCH\\/j0H.JnnQwMKr.gcruTqETqiYo.UIGxjJM3kWPf\\/0i1QC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-09 00:15:39\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-09 00:15:39\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}}}s:4:\\\"text\\\";s:288:\\\"\\u09b8\\u09ae\\u09cd\\u09ae\\u09be\\u09a8\\u09bf\\u09a4 \\u0997\\u09cd\\u09b0\\u09be\\u09b9\\u0995,\\n\\u099c\\u09bf\\u09aa\\u09bf\\u098f\\u09b8 \\u098f\\u09b0 \\u0995\\u09cb\\u09a8 \\u09ac\\u09bf\\u09b2 \\u098f\\u0987 \\u09ae\\u09c1\\u09b9\\u09c1\\u09b0\\u09a4\\u09c7 \\u09a8\\u09be \\u09aa\\u09be\\u09a0\\u09be\\u09a8\\u09cb\\u09b0 \\u099c\\u09a8\\u09cd\\u09af \\u0985\\u09a8\\u09c1\\u09b0\\u09cb\\u09a7 \\u0995\\u09b0\\u099b\\u09bf \\u0964 \\u0986\\u09ae\\u09be\\u09a6\\u09c7\\u09b0 \\u09b8\\u09be\\u09b0\\u09cd\\u09ad\\u09be\\u09b0 \\u0986\\u09aa\\u09a1\\u09c7\\u099f \\u098f\\u09b0 \\u0995\\u09be\\u099c \\u099a\\u09b2\\u099b\\u09c7 \\u0964\\\";}s:3:\\\"job\\\";N;s:10:\\\"connection\\\";N;s:5:\\\"queue\\\";N;s:15:\\\"chainConnection\\\";N;s:10:\\\"chainQueue\\\";N;s:5:\\\"delay\\\";N;s:10:\\\"middleware\\\";a:0:{}s:7:\\\"chained\\\";a:0:{}}\"}}', 'Illuminate\\Queue\\MaxAttemptsExceededException: App\\Jobs\\SmsSend has been attempted too many times or run too long. The job may have previously timed out. in /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php:648\nStack trace:\n#0 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(163): Illuminate\\Queue\\Worker->maxAttemptsExceededException(Object(Illuminate\\Queue\\Jobs\\DatabaseJob))\n#1 /home/mygpsbd/public_html/app/Http/helper.php(28): Illuminate\\Queue\\Worker->Illuminate\\Queue\\{closure}(14, Array)\n#2 /home/mygpsbd/public_html/app/Jobs/SmsSend.php(35): send_sms(\'\\xE0\\xA6\\xB8\\xE0\\xA6\\xAE\\xE0\\xA7\\x8D\\xE0\\xA6\\xAE\\xE0\\xA6\\xBE...\', Array)\n#3 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App\\Jobs\\SmsSend->handle()\n#4 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/Util.php(37): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}()\n#5 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(93): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))\n#6 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(37): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))\n#7 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/Container.php(596): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)\n#8 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php(94): Illuminate\\Container\\Container->call(Array)\n#9 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(128): Illuminate\\Bus\\Dispatcher->Illuminate\\Bus\\{closure}(Object(App\\Jobs\\SmsSend))\n#10 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(103): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(App\\Jobs\\SmsSend))\n#11 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php(98): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))\n#12 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(83): Illuminate\\Bus\\Dispatcher->dispatchNow(Object(App\\Jobs\\SmsSend), false)\n#13 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(128): Illuminate\\Queue\\CallQueuedHandler->Illuminate\\Queue\\{closure}(Object(App\\Jobs\\SmsSend))\n#14 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(103): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(App\\Jobs\\SmsSend))\n#15 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(85): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))\n#16 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(59): Illuminate\\Queue\\CallQueuedHandler->dispatchThroughMiddleware(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Object(App\\Jobs\\SmsSend))\n#17 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Jobs/Job.php(98): Illuminate\\Queue\\CallQueuedHandler->call(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Array)\n#18 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(356): Illuminate\\Queue\\Jobs\\Job->fire()\n#19 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(306): Illuminate\\Queue\\Worker->process(\'database\', Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Object(Illuminate\\Queue\\WorkerOptions))\n#20 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(132): Illuminate\\Queue\\Worker->runJob(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), \'database\', Object(Illuminate\\Queue\\WorkerOptions))\n#21 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(112): Illuminate\\Queue\\Worker->daemon(\'database\', \'default\', Object(Illuminate\\Queue\\WorkerOptions))\n#22 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(96): Illuminate\\Queue\\Console\\WorkCommand->runWorker(\'database\', \'default\')\n#23 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Illuminate\\Queue\\Console\\WorkCommand->handle()\n#24 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/Util.php(37): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}()\n#25 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(93): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))\n#26 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(37): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))\n#27 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/Container.php(596): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)\n#28 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Console/Command.php(134): Illuminate\\Container\\Container->call(Array)\n#29 /home/mygpsbd/public_html/vendor/symfony/console/Command/Command.php(298): Illuminate\\Console\\Command->execute(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))\n#30 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Console/Command.php(121): Symfony\\Component\\Console\\Command\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))\n#31 /home/mygpsbd/public_html/vendor/symfony/console/Application.php(1040): Illuminate\\Console\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#32 /home/mygpsbd/public_html/vendor/symfony/console/Application.php(301): Symfony\\Component\\Console\\Application->doRunCommand(Object(Illuminate\\Queue\\Console\\WorkCommand), Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#33 /home/mygpsbd/public_html/vendor/symfony/console/Application.php(171): Symfony\\Component\\Console\\Application->doRun(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#34 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Console/Application.php(93): Symfony\\Component\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#35 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(129): Illuminate\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#36 /home/mygpsbd/public_html/artisan(37): Illuminate\\Foundation\\Console\\Kernel->handle(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#37 {main}', '2024-02-09 23:01:02');
INSERT INTO `failed_jobs` (`id`, `connection`, `queue`, `payload`, `exception`, `failed_at`) VALUES
(726, 'database', 'default', '{\"uuid\":\"0a7ac6b3-ada4-4164-b84b-4ce2bcee0a30\",\"displayName\":\"App\\\\Jobs\\\\SmsSend\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"delay\":null,\"timeout\":null,\"timeoutAt\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\SmsSend\",\"command\":\"O:16:\\\"App\\\\Jobs\\\\SmsSend\\\":9:{s:4:\\\"data\\\";a:2:{s:4:\\\"data\\\";O:39:\\\"Illuminate\\\\Database\\\\Eloquent\\\\Collection\\\":1:{s:8:\\\"\\u0000*\\u0000items\\\";a:100:{i:0;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:1180;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Kona\\\";s:3:\\\"nid\\\";s:20:\\\"12344t57676978986564\\\";s:5:\\\"email\\\";s:22:\\\"konaakter011@gmail.com\\\";s:7:\\\"address\\\";s:13:\\\"Mirpur1,Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01760372867\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$0cVAbD\\/XQdUkbLHUYiLvMeWUyWDLxeXOAUma0B8Hi9FU8jAOYz7eK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-08-21 16:33:46\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-08-21 16:43:40\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:1180;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Kona\\\";s:3:\\\"nid\\\";s:20:\\\"12344t57676978986564\\\";s:5:\\\"email\\\";s:22:\\\"konaakter011@gmail.com\\\";s:7:\\\"address\\\";s:13:\\\"Mirpur1,Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01760372867\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$0cVAbD\\/XQdUkbLHUYiLvMeWUyWDLxeXOAUma0B8Hi9FU8jAOYz7eK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-08-21 16:33:46\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-08-21 16:43:40\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:1;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:1181;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"sweets test\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"sweets79@mygpsbd.net\\\";s:7:\\\"address\\\";s:13:\\\"dhaka, mirpur\\\";s:5:\\\"phone\\\";s:11:\\\"01756808084\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$vAMHVzoiSp7R0L9rJsE1J.4WeARccB26VZyleZfYJqmuaVHpzn2zO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-08-21 16:52:17\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-08-21 16:52:17\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:1181;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"sweets test\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"sweets79@mygpsbd.net\\\";s:7:\\\"address\\\";s:13:\\\"dhaka, mirpur\\\";s:5:\\\"phone\\\";s:11:\\\"01756808084\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$vAMHVzoiSp7R0L9rJsE1J.4WeARccB26VZyleZfYJqmuaVHpzn2zO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-08-21 16:52:17\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-08-21 16:52:17\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:2;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:1243;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:23:\\\"Mohammad Zakariaul Alam\\\";s:3:\\\"nid\\\";s:3:\\\"N\\/A\\\";s:5:\\\"email\\\";s:21:\\\"zakaria6014@gmail.com\\\";s:7:\\\"address\\\";s:78:\\\"SBS Tekstil Sanayi ve Ticaret A.S. Flat-A\\/4, House-59, Road-59,Block-I, Bonani\\\";s:5:\\\"phone\\\";s:11:\\\"01819223568\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$8EQjo8woqCDv0dPSLxHnI.FkwPbueZNnjVM009SK3Ic1pWcNqTU\\/y\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-08-23 15:22:46\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-08-23 15:28:53\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:1243;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:23:\\\"Mohammad Zakariaul Alam\\\";s:3:\\\"nid\\\";s:3:\\\"N\\/A\\\";s:5:\\\"email\\\";s:21:\\\"zakaria6014@gmail.com\\\";s:7:\\\"address\\\";s:78:\\\"SBS Tekstil Sanayi ve Ticaret A.S. Flat-A\\/4, House-59, Road-59,Block-I, Bonani\\\";s:5:\\\"phone\\\";s:11:\\\"01819223568\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$8EQjo8woqCDv0dPSLxHnI.FkwPbueZNnjVM009SK3Ic1pWcNqTU\\/y\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-08-23 15:22:46\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-08-23 15:28:53\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:3;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:1255;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md Mominul islam\\\";s:3:\\\"nid\\\";s:3:\\\"N\\/A\\\";s:5:\\\"email\\\";s:19:\\\"mominustc@gmail.com\\\";s:7:\\\"address\\\";s:9:\\\"gulshan-1\\\";s:5:\\\"phone\\\";s:11:\\\"01911892900\\\";s:11:\\\"alter_phone\\\";s:11:\\\"01712513229\\\";s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$xQLEraFxphSfykUrkh4jFOgCDA\\/FxvLO7GDU3OeAUb3PYMLYX2a5.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-08-24 11:31:36\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-08-24 11:32:56\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:1255;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md Mominul islam\\\";s:3:\\\"nid\\\";s:3:\\\"N\\/A\\\";s:5:\\\"email\\\";s:19:\\\"mominustc@gmail.com\\\";s:7:\\\"address\\\";s:9:\\\"gulshan-1\\\";s:5:\\\"phone\\\";s:11:\\\"01911892900\\\";s:11:\\\"alter_phone\\\";s:11:\\\"01712513229\\\";s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$xQLEraFxphSfykUrkh4jFOgCDA\\/FxvLO7GDU3OeAUb3PYMLYX2a5.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-08-24 11:31:36\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-08-24 11:32:56\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:4;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:1256;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Shafiqul\\\";s:3:\\\"nid\\\";s:3:\\\"N\\/A\\\";s:5:\\\"email\\\";s:23:\\\"shafikforeman@gmail.com\\\";s:7:\\\"address\\\";s:7:\\\"tangail\\\";s:5:\\\"phone\\\";s:11:\\\"01967510124\\\";s:11:\\\"alter_phone\\\";s:11:\\\"01724077100\\\";s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$NoOpcjI.5yQopNvhDB0QXe77Pt7psyUUqD5YC8DmMPsORR2sy\\/v46\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-08-24 11:41:24\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-08-24 11:41:24\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:1256;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Shafiqul\\\";s:3:\\\"nid\\\";s:3:\\\"N\\/A\\\";s:5:\\\"email\\\";s:23:\\\"shafikforeman@gmail.com\\\";s:7:\\\"address\\\";s:7:\\\"tangail\\\";s:5:\\\"phone\\\";s:11:\\\"01967510124\\\";s:11:\\\"alter_phone\\\";s:11:\\\"01724077100\\\";s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$NoOpcjI.5yQopNvhDB0QXe77Pt7psyUUqD5YC8DmMPsORR2sy\\/v46\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-08-24 11:41:24\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-08-24 11:41:24\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:5;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:1361;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:21:\\\"Mushfique Ahmed Samit\\\";s:3:\\\"nid\\\";s:3:\\\"N\\/A\\\";s:5:\\\"email\\\";s:23:\\\"mushfique75@mygpsbd.net\\\";s:7:\\\"address\\\";s:12:\\\"Shoinik Club\\\";s:5:\\\"phone\\\";s:11:\\\"01725518575\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$OmQv\\/Vh49pZk9ZEE5MfXg.SU9BCgkSYkM6KL9S9iTw6GjjPjjOXVy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-08-28 11:11:57\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-08-28 11:11:57\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:1361;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:21:\\\"Mushfique Ahmed Samit\\\";s:3:\\\"nid\\\";s:3:\\\"N\\/A\\\";s:5:\\\"email\\\";s:23:\\\"mushfique75@mygpsbd.net\\\";s:7:\\\"address\\\";s:12:\\\"Shoinik Club\\\";s:5:\\\"phone\\\";s:11:\\\"01725518575\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$OmQv\\/Vh49pZk9ZEE5MfXg.SU9BCgkSYkM6KL9S9iTw6GjjPjjOXVy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-08-28 11:11:57\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-08-28 11:11:57\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:6;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:1363;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:35:\\\"Boshir Uddin(Zoom cargo services. )\\\";s:3:\\\"nid\\\";s:3:\\\"N\\/A\\\";s:5:\\\"email\\\";s:18:\\\"zoomcs84@gmail.com\\\";s:7:\\\"address\\\";s:32:\\\"karwan bazar,wasa office er pase\\\";s:5:\\\"phone\\\";s:11:\\\"01715693711\\\";s:11:\\\"alter_phone\\\";s:11:\\\"01615693711\\\";s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$XQTeDyvABdcN8ETfiTFx2.TvkdY.kAe\\/ujGdk9fB.cYkoyiioCBKC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-08-28 16:05:10\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-08-28 16:05:10\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:1363;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:35:\\\"Boshir Uddin(Zoom cargo services. )\\\";s:3:\\\"nid\\\";s:3:\\\"N\\/A\\\";s:5:\\\"email\\\";s:18:\\\"zoomcs84@gmail.com\\\";s:7:\\\"address\\\";s:32:\\\"karwan bazar,wasa office er pase\\\";s:5:\\\"phone\\\";s:11:\\\"01715693711\\\";s:11:\\\"alter_phone\\\";s:11:\\\"01615693711\\\";s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$XQTeDyvABdcN8ETfiTFx2.TvkdY.kAe\\/ujGdk9fB.cYkoyiioCBKC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-08-28 16:05:10\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-08-28 16:05:10\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:7;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:1364;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Nur alom sorker\\\";s:3:\\\"nid\\\";s:3:\\\"N\\/A\\\";s:5:\\\"email\\\";s:21:\\\"nuralom69@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711460169\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$j5zbDw7ZPev9Z3VYRxTOIeJKoiizvnlU4p7Ws0jieFHD7W1PhNUBa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-08-28 16:29:25\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-08-28 16:29:25\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:1364;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Nur alom sorker\\\";s:3:\\\"nid\\\";s:3:\\\"N\\/A\\\";s:5:\\\"email\\\";s:21:\\\"nuralom69@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711460169\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$j5zbDw7ZPev9Z3VYRxTOIeJKoiizvnlU4p7Ws0jieFHD7W1PhNUBa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-08-28 16:29:25\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-08-28 16:29:25\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:8;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:1448;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Mainur Rahman\\\";s:3:\\\"nid\\\";s:3:\\\"N\\/A\\\";s:5:\\\"email\\\";s:18:\\\"rumidu60@gmail.com\\\";s:7:\\\"address\\\";s:88:\\\"house - 30, Flat - 3\\/1402, Eastern Peace Apartments, peer Saheb Goli, shantinagar. Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01787678774\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$r7ka2If6I2baOWdEODIk9u1o2AszXqBA4aILFQAuqx\\/msJWENNhF.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-08-30 17:17:45\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-08-30 17:17:45\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:1448;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Mainur Rahman\\\";s:3:\\\"nid\\\";s:3:\\\"N\\/A\\\";s:5:\\\"email\\\";s:18:\\\"rumidu60@gmail.com\\\";s:7:\\\"address\\\";s:88:\\\"house - 30, Flat - 3\\/1402, Eastern Peace Apartments, peer Saheb Goli, shantinagar. Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01787678774\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$r7ka2If6I2baOWdEODIk9u1o2AszXqBA4aILFQAuqx\\/msJWENNhF.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-08-30 17:17:45\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-08-30 17:17:45\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:9;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:1451;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:27:\\\"LT COL TARANA TASLIMA TITHI\\\";s:3:\\\"nid\\\";s:3:\\\"N\\/A\\\";s:5:\\\"email\\\";s:21:\\\"drtaranaamc@gmail.com\\\";s:7:\\\"address\\\";s:7:\\\"Rangpur\\\";s:5:\\\"phone\\\";s:11:\\\"01711009383\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$xBVuXlETFf5qhiX9\\/IhVj.kzS65QC275\\/UWt3SEQcx6G5CdotBn\\/u\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-08-30 17:21:49\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-08-30 17:21:49\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:1451;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:27:\\\"LT COL TARANA TASLIMA TITHI\\\";s:3:\\\"nid\\\";s:3:\\\"N\\/A\\\";s:5:\\\"email\\\";s:21:\\\"drtaranaamc@gmail.com\\\";s:7:\\\"address\\\";s:7:\\\"Rangpur\\\";s:5:\\\"phone\\\";s:11:\\\"01711009383\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$xBVuXlETFf5qhiX9\\/IhVj.kzS65QC275\\/UWt3SEQcx6G5CdotBn\\/u\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-08-30 17:21:49\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-08-30 17:21:49\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:10;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:1454;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"MD. Billal Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"billal61@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01972980161\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$JpBYsvYzSUKbD7BkySdZ7uewxKQbXbgYLDkcPpu3UBYUrFmyFg3r6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2023-08-30 17:24:37\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-08-30 17:24:37\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:1454;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"MD. Billal Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"billal61@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01972980161\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$JpBYsvYzSUKbD7BkySdZ7uewxKQbXbgYLDkcPpu3UBYUrFmyFg3r6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2023-08-30 17:24:37\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-08-30 17:24:37\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:11;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2026;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Lotifur Rahman\\\";s:3:\\\"nid\\\";s:21:\\\"123456534352452414314\\\";s:5:\\\"email\\\";s:17:\\\"Lotifur@gmail.com\\\";s:7:\\\"address\\\";s:29:\\\"west dashara, manikgonj sadar\\\";s:5:\\\"phone\\\";s:11:\\\"01724763800\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$KMmTs8edhYl\\/MP9UowAf4.r34LG.9xtOV.TIYFgw0\\/mi4syMxNknG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-12 10:54:27\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-12 15:28:15\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2026;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Lotifur Rahman\\\";s:3:\\\"nid\\\";s:21:\\\"123456534352452414314\\\";s:5:\\\"email\\\";s:17:\\\"Lotifur@gmail.com\\\";s:7:\\\"address\\\";s:29:\\\"west dashara, manikgonj sadar\\\";s:5:\\\"phone\\\";s:11:\\\"01724763800\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$KMmTs8edhYl\\/MP9UowAf4.r34LG.9xtOV.TIYFgw0\\/mi4syMxNknG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-12 10:54:27\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-12 15:28:15\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:12;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2073;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:21:\\\"Sazedul Islam Shishir\\\";s:3:\\\"nid\\\";s:3:\\\"N\\/A\\\";s:5:\\\"email\\\";s:16:\\\"Sazedl@gmail.com\\\";s:7:\\\"address\\\";s:37:\\\"47-b\\/b,mazar road,2nd colony,mirpur-1\\\";s:5:\\\"phone\\\";s:11:\\\"01300575219\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$GE7r5XfBPi3WpXGKbbgy6eaRm3cwqutPp0kCF39StgYwomIfFjMIa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-12 12:22:06\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-12 16:56:16\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2073;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:21:\\\"Sazedul Islam Shishir\\\";s:3:\\\"nid\\\";s:3:\\\"N\\/A\\\";s:5:\\\"email\\\";s:16:\\\"Sazedl@gmail.com\\\";s:7:\\\"address\\\";s:37:\\\"47-b\\/b,mazar road,2nd colony,mirpur-1\\\";s:5:\\\"phone\\\";s:11:\\\"01300575219\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$GE7r5XfBPi3WpXGKbbgy6eaRm3cwqutPp0kCF39StgYwomIfFjMIa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-12 12:22:06\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-12 16:56:16\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:13;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2135;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Dr. Nusrat Jahan\\\";s:3:\\\"nid\\\";s:3:\\\"N\\/A\\\";s:5:\\\"email\\\";s:18:\\\"nusrat@mygpsbd.net\\\";s:7:\\\"address\\\";s:25:\\\"Mosurabad, road-2, adabor\\\";s:5:\\\"phone\\\";s:11:\\\"01730592629\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$yCOjB2cgraMu9eqZNfc6GefZYeiiqF1JcVLG6BEaY1rbRnrnyrurW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-12 15:32:45\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-12 15:32:45\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2135;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Dr. Nusrat Jahan\\\";s:3:\\\"nid\\\";s:3:\\\"N\\/A\\\";s:5:\\\"email\\\";s:18:\\\"nusrat@mygpsbd.net\\\";s:7:\\\"address\\\";s:25:\\\"Mosurabad, road-2, adabor\\\";s:5:\\\"phone\\\";s:11:\\\"01730592629\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$yCOjB2cgraMu9eqZNfc6GefZYeiiqF1JcVLG6BEaY1rbRnrnyrurW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-12 15:32:45\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-12 15:32:45\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:14;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2137;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"A T M Nasirul Huq\\\";s:3:\\\"nid\\\";s:21:\\\"123456534352452414314\\\";s:5:\\\"email\\\";s:22:\\\"atmnasirul@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01760669669\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$qXgVqZIclojGlxrdEDynTuzlQuitZKMDJpCsj3K4sp.S2lDtYGgWa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-12 15:53:43\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-12 15:53:43\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2137;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"A T M Nasirul Huq\\\";s:3:\\\"nid\\\";s:21:\\\"123456534352452414314\\\";s:5:\\\"email\\\";s:22:\\\"atmnasirul@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01760669669\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$qXgVqZIclojGlxrdEDynTuzlQuitZKMDJpCsj3K4sp.S2lDtYGgWa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-12 15:53:43\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-12 15:53:43\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:15;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2138;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Jit Vokto\\\";s:3:\\\"nid\\\";s:3:\\\"N\\/A\\\";s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711945289\\\";s:11:\\\"alter_phone\\\";s:11:\\\"01711945289\\\";s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ORl1NbafSOyBuoRa0yoh2uTX3rzijLpq6toG36N3Bx6D2MhIMvH9m\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-12 16:00:54\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-12 16:00:54\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2138;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Jit Vokto\\\";s:3:\\\"nid\\\";s:3:\\\"N\\/A\\\";s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711945289\\\";s:11:\\\"alter_phone\\\";s:11:\\\"01711945289\\\";s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ORl1NbafSOyBuoRa0yoh2uTX3rzijLpq6toG36N3Bx6D2MhIMvH9m\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-12 16:00:54\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-12 16:00:54\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:16;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2139;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Abdul Hamid\\\";s:3:\\\"nid\\\";s:21:\\\"123456534352452414314\\\";s:5:\\\"email\\\";s:19:\\\"hamid96@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01319011196\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$yAw8XYqBB.Zh7FrawJpq3.FYPMnY.XU3D6qe.CQa84BbIJXFyf56e\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-12 16:02:24\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-12 16:02:24\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2139;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Abdul Hamid\\\";s:3:\\\"nid\\\";s:21:\\\"123456534352452414314\\\";s:5:\\\"email\\\";s:19:\\\"hamid96@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01319011196\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$yAw8XYqBB.Zh7FrawJpq3.FYPMnY.XU3D6qe.CQa84BbIJXFyf56e\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-12 16:02:24\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-12 16:02:24\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:17;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2143;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:22:\\\"Abdullah Al Mamun jony\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"jony10@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01953984010\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Rg\\/HhCUKj2.V0.cqBZ9TdOjubrhf3hh2A00POGooLPY7MnhEY8jwy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-12 16:22:45\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-12 16:22:45\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2143;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:22:\\\"Abdullah Al Mamun jony\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"jony10@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01953984010\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Rg\\/HhCUKj2.V0.cqBZ9TdOjubrhf3hh2A00POGooLPY7MnhEY8jwy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-12 16:22:45\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-12 16:22:45\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:18;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2144;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Abul Hossen\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"abul41@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01713456141\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$tJUYvfDBUk3w1\\/Zx4P6fyektNpHpt2c5AB\\/bUHUfbFKP8W\\/qnm06O\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-12 16:30:58\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-12 16:30:58\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2144;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Abul Hossen\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"abul41@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01713456141\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$tJUYvfDBUk3w1\\/Zx4P6fyektNpHpt2c5AB\\/bUHUfbFKP8W\\/qnm06O\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-12 16:30:58\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-12 16:30:58\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:19;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2147;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Aiub Bachu\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"aiubbachu23@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01713148123\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ZYUgwd6VOx3GgAVBxUDCr.E75pcq6zKAj0d83leHasm63ntx6Hyka\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-12 16:53:24\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-12 16:53:24\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2147;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Aiub Bachu\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"aiubbachu23@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01713148123\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ZYUgwd6VOx3GgAVBxUDCr.E75pcq6zKAj0d83leHasm63ntx6Hyka\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-12 16:53:24\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-12 16:53:24\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:20;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2150;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Salam\\\";s:3:\\\"nid\\\";s:3:\\\"N\\/A\\\";s:5:\\\"email\\\";s:19:\\\"salam72@mygpsbd.net\\\";s:7:\\\"address\\\";s:25:\\\"146 New Velly Road, Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01758480972\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$xHV\\/9ja3Yjhv8knDG06IB.bhW4myLj72s\\/kbanIYZHHrKPV80mQRG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-12 16:59:12\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-12 16:59:12\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2150;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Salam\\\";s:3:\\\"nid\\\";s:3:\\\"N\\/A\\\";s:5:\\\"email\\\";s:19:\\\"salam72@mygpsbd.net\\\";s:7:\\\"address\\\";s:25:\\\"146 New Velly Road, Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01758480972\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$xHV\\/9ja3Yjhv8knDG06IB.bhW4myLj72s\\/kbanIYZHHrKPV80mQRG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-12 16:59:12\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-12 16:59:12\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:21;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2151;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Alamin91\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"alamin91@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01916327391\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ZjiVGQCYgZPCK4H.ZnijQudUfkolL9Dsprx0RG00lUClSaxuy9Ssa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-12 17:01:20\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-12 17:01:20\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2151;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Alamin91\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"alamin91@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01916327391\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ZjiVGQCYgZPCK4H.ZnijQudUfkolL9Dsprx0RG00lUClSaxuy9Ssa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-12 17:01:20\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-12 17:01:20\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:22;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2152;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Shahin Akter\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:10:\\\"Chottogram\\\";s:5:\\\"phone\\\";s:11:\\\"01835874391\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$rFN4zJWSdkQI1iHs06go2u6DQUyUds2Cgo\\/duEvOaEPewg4OCfNQy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-12 17:01:31\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-12 17:01:31\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2152;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Shahin Akter\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:10:\\\"Chottogram\\\";s:5:\\\"phone\\\";s:11:\\\"01835874391\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$rFN4zJWSdkQI1iHs06go2u6DQUyUds2Cgo\\/duEvOaEPewg4OCfNQy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-12 17:01:31\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-12 17:01:31\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:23;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2153;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Faruk\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"faruk78@mygpsbd.net\\\";s:7:\\\"address\\\";s:30:\\\"Mondol Group, Mouchak, Gazipur\\\";s:5:\\\"phone\\\";s:11:\\\"01938882978\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$aWl5QfrTI\\/jUibeFVxQOr.V0qEMYVqLIpebhMc4SqK5TsBACGuV62\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-12 17:04:26\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-12 17:04:26\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2153;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Faruk\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"faruk78@mygpsbd.net\\\";s:7:\\\"address\\\";s:30:\\\"Mondol Group, Mouchak, Gazipur\\\";s:5:\\\"phone\\\";s:11:\\\"01938882978\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$aWl5QfrTI\\/jUibeFVxQOr.V0qEMYVqLIpebhMc4SqK5TsBACGuV62\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-12 17:04:26\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-12 17:04:26\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:24;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2156;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:25:\\\"Alok Debnath \\uff08Foridpur)\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"alokdebnath@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"00761713106\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$K3O0J5XOiQuh.mD\\/W\\/A3hutHa7n.PwlcrTAJn4jwHTYmZU88P5FPy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-12 17:11:28\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-28 11:42:38\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2156;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:25:\\\"Alok Debnath \\uff08Foridpur)\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"alokdebnath@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"00761713106\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$K3O0J5XOiQuh.mD\\/W\\/A3hutHa7n.PwlcrTAJn4jwHTYmZU88P5FPy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-12 17:11:28\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-28 11:42:38\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:25;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2157;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:20:\\\"Aminur Rahman Polash\\\";s:3:\\\"nid\\\";s:3:\\\"N\\/A\\\";s:5:\\\"email\\\";s:20:\\\"arpolash@mygpsbd.net\\\";s:7:\\\"address\\\";s:63:\\\"52\\/4\\/f, Sadek khan road (beside meristopes), Rayerbazaar, Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01717692939\\\";s:11:\\\"alter_phone\\\";s:11:\\\"01718821449\\\";s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$N5kEO1jR\\/GJen.A7cVG2M.jJsFNMUexD8nHsmJqNIfSjxx\\/Bb6VmO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-12 17:13:18\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-12 17:13:18\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2157;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:20:\\\"Aminur Rahman Polash\\\";s:3:\\\"nid\\\";s:3:\\\"N\\/A\\\";s:5:\\\"email\\\";s:20:\\\"arpolash@mygpsbd.net\\\";s:7:\\\"address\\\";s:63:\\\"52\\/4\\/f, Sadek khan road (beside meristopes), Rayerbazaar, Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01717692939\\\";s:11:\\\"alter_phone\\\";s:11:\\\"01718821449\\\";s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$N5kEO1jR\\/GJen.A7cVG2M.jJsFNMUexD8nHsmJqNIfSjxx\\/Bb6VmO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-12 17:13:18\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-12 17:13:18\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:26;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2160;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Aman Ullah\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"aman17@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01784533144\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$RqadUQX9U0MxsNpQvoYh.OWq\\/RVEwYgG.cY52Lk1G4M54dfTmqmYC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-12 17:20:54\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-12 17:20:54\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2160;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Aman Ullah\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"aman17@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01784533144\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$RqadUQX9U0MxsNpQvoYh.OWq\\/RVEwYgG.cY52Lk1G4M54dfTmqmYC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-12 17:20:54\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-12 17:20:54\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:27;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2162;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Amzad\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:17:\\\"engrahk@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01713432425\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$69LEOr0YwIXa4Z0F1XpcBevCHPDUN.XEYEhEg8FJOEFpZZ\\/rBo3K6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-12 17:26:13\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-12 17:26:13\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2162;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Amzad\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:17:\\\"engrahk@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01713432425\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$69LEOr0YwIXa4Z0F1XpcBevCHPDUN.XEYEhEg8FJOEFpZZ\\/rBo3K6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-12 17:26:13\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-12 17:26:13\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:28;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2166;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Arif\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"arif22@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01746510422\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$daM7QqxFxYv7GCbezrTx2eO84L7lIOl\\/I6e9asNcaA3EcD\\/B5we4i\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-12 17:46:44\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-12 17:46:44\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2166;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Arif\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"arif22@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01746510422\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$daM7QqxFxYv7GCbezrTx2eO84L7lIOl\\/I6e9asNcaA3EcD\\/B5we4i\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-12 17:46:44\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-12 17:46:44\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:29;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2169;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Ashraf shagor\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"ashraf03@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711515203\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$UPIsCYoo0QmT17zVf5lhBuk1q1bkqKFr1wGekmLtOeXmi9\\/QHaYD2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-12 20:10:31\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-12 20:10:31\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2169;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Ashraf shagor\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"ashraf03@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711515203\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$UPIsCYoo0QmT17zVf5lhBuk1q1bkqKFr1wGekmLtOeXmi9\\/QHaYD2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-12 20:10:31\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-12 20:10:31\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:30;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2171;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Aurora Proprietor\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:28:\\\"auroraproprietor@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01853499498\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$oYLPbVEoHjV5PitVq.BscO.52vDaqXRmo0W.1ep\\/qkrS0DSsZblca\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-12 20:27:36\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-03-19 12:07:37\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2171;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Aurora Proprietor\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:28:\\\"auroraproprietor@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01853499498\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$oYLPbVEoHjV5PitVq.BscO.52vDaqXRmo0W.1ep\\/qkrS0DSsZblca\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-12 20:27:36\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-03-19 12:07:37\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:31;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2172;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Azizul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"azizul26@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716769226\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$55t41mcWCDHggfUvAUYCR.TB5aQw1izUhDCYM.FIYmnadFU336D8W\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-12 21:22:06\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-12 21:22:06\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2172;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Azizul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"azizul26@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716769226\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$55t41mcWCDHggfUvAUYCR.TB5aQw1izUhDCYM.FIYmnadFU336D8W\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-12 21:22:06\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-12 21:22:06\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:32;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2176;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Bibek\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"bibeak12@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01878796912\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$wqTlqmlmiRMezmPt\\/KXlUezmXiWqjj\\/WCK0Lo4ivXfR1qMqGvzbhe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-12 21:34:55\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-12 21:34:55\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2176;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Bibek\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"bibeak12@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01878796912\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$wqTlqmlmiRMezmPt\\/KXlUezmXiWqjj\\/WCK0Lo4ivXfR1qMqGvzbhe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-12 21:34:55\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-12 21:34:55\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:33;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2177;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Bilkis\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"bilkis73@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01681052373\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$j50VZ\\/J\\/jSWkNhx0dl1gge9mejee5baAC\\/J55VE4Xxezi\\/Qpjm8re\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-12 21:37:48\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-12 21:37:48\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2177;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Bilkis\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"bilkis73@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01681052373\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$j50VZ\\/J\\/jSWkNhx0dl1gge9mejee5baAC\\/J55VE4Xxezi\\/Qpjm8re\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-12 21:37:48\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-12 21:37:48\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:34;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2178;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Billal\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"billal95@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01646778595\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$\\/TykUB97qcaGI.DK5EKEtuybGYcorMUbW6zZZHcyIOO4kahyZ2NYm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-12 21:41:32\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-12 21:41:32\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2178;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Billal\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"billal95@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01646778595\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$\\/TykUB97qcaGI.DK5EKEtuybGYcorMUbW6zZZHcyIOO4kahyZ2NYm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-12 21:41:32\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-12 21:41:32\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:35;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2184;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Dr. Ac Pandith\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"acpandith@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01719263018\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$qjVD\\/GHic6lCFL1pES6zueFzKEyuyxDi4EjSOEDjTQIFRbOF4uVxK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-12 21:59:10\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-12 21:59:10\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2184;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Dr. Ac Pandith\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"acpandith@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01719263018\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$qjVD\\/GHic6lCFL1pES6zueFzKEyuyxDi4EjSOEDjTQIFRbOF4uVxK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-12 21:59:10\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-12 21:59:10\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:36;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2191;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Deloar Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"deloar54@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712725554\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$C75ALCFsZLyjVcj.k2YKE.QYB5vSLH0RzaKvT6IEYfpuzeAgcyv72\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-12 22:21:05\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-12 22:21:05\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2191;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Deloar Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"deloar54@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712725554\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$C75ALCFsZLyjVcj.k2YKE.QYB5vSLH0RzaKvT6IEYfpuzeAgcyv72\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-12 22:21:05\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-12 22:21:05\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:37;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2192;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Emdadul Haque\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"emdadul09@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01303757362\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$mwOD84vzVLSfV3zsXl2P\\/e5wQQJjWtVGhnaPWByDW0rN1nlNtwvFW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-12 22:25:59\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-12 22:25:59\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2192;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Emdadul Haque\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"emdadul09@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01303757362\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$mwOD84vzVLSfV3zsXl2P\\/e5wQQJjWtVGhnaPWByDW0rN1nlNtwvFW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-12 22:25:59\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-12 22:25:59\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:38;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2193;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Emtiaj uddin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"emtiajuddin@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01889060028\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$7CSMIoV8No00cHoc59e5nOasSzyehb0JLSpmVqOyp69mpPRAC0GYe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-12 23:00:57\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-12 23:00:57\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2193;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Emtiaj uddin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"emtiajuddin@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01889060028\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$7CSMIoV8No00cHoc59e5nOasSzyehb0JLSpmVqOyp69mpPRAC0GYe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-12 23:00:57\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-12 23:00:57\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:39;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2200;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Fazlul Karim Kajal\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"kajal48@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711146448\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$FoMfdb\\/bOy9\\/744zejN.SehHnzB9AEMxDFICx5TdsV93lEp.8g41S\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 10:03:05\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 10:03:05\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2200;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Fazlul Karim Kajal\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"kajal48@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711146448\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$FoMfdb\\/bOy9\\/744zejN.SehHnzB9AEMxDFICx5TdsV93lEp.8g41S\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 10:03:05\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 10:03:05\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:40;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2202;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"Gazi Ibrahim Mahmud\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"ibrahim309@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01756188309\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$3KCLQ24hYJcmh.molGjGJO2XSmsJIXw3wiWyADNnzvbR\\/3Q2kTmqi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 10:13:57\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 10:13:57\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2202;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"Gazi Ibrahim Mahmud\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"ibrahim309@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01756188309\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$3KCLQ24hYJcmh.molGjGJO2XSmsJIXw3wiWyADNnzvbR\\/3Q2kTmqi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 10:13:57\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 10:13:57\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:41;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2208;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Humayun\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"humayun70@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01751010970\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$2WDqtquOUZDO5htqfcoQUO8Jjc0hKldZ79HTSLhqvn1d\\/aZxqOyxu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 10:31:19\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 10:31:19\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2208;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Humayun\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"humayun70@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01751010970\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$2WDqtquOUZDO5htqfcoQUO8Jjc0hKldZ79HTSLhqvn1d\\/aZxqOyxu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 10:31:19\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 10:31:19\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:42;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2209;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Ibrahim\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"ibrahim97@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01718309797\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$khIQEHqiK9FN7nUXUQzdseOru3kxKlO5fPhBh8IIA9.Ayycmr.FU.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 10:34:26\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 10:34:26\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2209;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Ibrahim\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"ibrahim97@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01718309797\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$khIQEHqiK9FN7nUXUQzdseOru3kxKlO5fPhBh8IIA9.Ayycmr.FU.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 10:34:26\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 10:34:26\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:43;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2215;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Jahangir alom\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:24:\\\"jahangiralam@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01885933292\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$pQYGZhElRDr94CHSNnWL9ukG7g1KWbLQwzevcgFQyqjMtPOl5yffC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 10:53:11\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 10:53:11\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2215;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Jahangir alom\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:24:\\\"jahangiralam@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01885933292\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$pQYGZhElRDr94CHSNnWL9ukG7g1KWbLQwzevcgFQyqjMtPOl5yffC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 10:53:11\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 10:53:11\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:44;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2216;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Jason\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01778896038\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$YPbdsIOEG4j\\/UU29ISOinekLDg3uU.6WiH\\/qJzZ8QoDMYcKVTC.xC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 10:55:43\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 10:55:43\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2216;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Jason\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01778896038\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$YPbdsIOEG4j\\/UU29ISOinekLDg3uU.6WiH\\/qJzZ8QoDMYcKVTC.xC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 10:55:43\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 10:55:43\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:45;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2218;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Joarder\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"salman44@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711950050\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$W78hsUarXuXAJvT3Fiz20equ0unPH.77vd0Jb.nPo6nFMIR.YVTV.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 11:00:21\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 11:00:21\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2218;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Joarder\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"salman44@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711950050\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$W78hsUarXuXAJvT3Fiz20equ0unPH.77vd0Jb.nPo6nFMIR.YVTV.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 11:00:21\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 11:00:21\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:46;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2223;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Kobir Chowdhury\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"chowdhury34@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712049034\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$aJ7DbshhBpyXSIEXknfYbebzqIzG81e3gn\\/NY5Bqd4iIE.fjq48Ce\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 11:27:08\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 11:27:08\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2223;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Kobir Chowdhury\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"chowdhury34@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712049034\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$aJ7DbshhBpyXSIEXknfYbebzqIzG81e3gn\\/NY5Bqd4iIE.fjq48Ce\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 11:27:08\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 11:27:08\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:47;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2224;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Komol Joseph Gomej\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"joseph66@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01821433066\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$.G5RruBEAyiJyN2AolhfQ.1YjIzjGapuepIEcoCRLhAUOZzmiAFZu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 11:32:21\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 11:32:21\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2224;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Komol Joseph Gomej\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"joseph66@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01821433066\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$.G5RruBEAyiJyN2AolhfQ.1YjIzjGapuepIEcoCRLhAUOZzmiAFZu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 11:32:21\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 11:32:21\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:48;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2225;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Life line\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"lifeline27@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01734132027\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$bUTpmYZBlZvN9lzt9wHPou9h7SAPU.DpFZHRibDDkfWCrSpIVz0pe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 11:35:02\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 11:35:02\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2225;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Life line\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"lifeline27@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01734132027\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$bUTpmYZBlZvN9lzt9wHPou9h7SAPU.DpFZHRibDDkfWCrSpIVz0pe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 11:35:02\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 11:35:02\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:49;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2226;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"liton\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"liton05@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715787705\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$on8u9Z08IGo5WuTcp0\\/nWeyEMnGE915JfVeQJ98iYxTDVgJ6Kf6am\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 11:39:54\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 11:39:54\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2226;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"liton\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"liton05@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715787705\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$on8u9Z08IGo5WuTcp0\\/nWeyEMnGE915JfVeQJ98iYxTDVgJ6Kf6am\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 11:39:54\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 11:39:54\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:50;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2228;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Lokman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"lokman12@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01928898112\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$dgzVd8oysTK43ARoL34SPOaW0GxauefZWxWOX4ikBwFhSzOcYL2uC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 11:44:35\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 11:44:35\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2228;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Lokman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"lokman12@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01928898112\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$dgzVd8oysTK43ARoL34SPOaW0GxauefZWxWOX4ikBwFhSzOcYL2uC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 11:44:35\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 11:44:35\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:51;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2229;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Mahadi\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"mahadi47@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01885994847\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$2YZ4Iy.kXD3vynWCLkUZj.Ap363hLXJgi0jG3Tz1GsptAkAKrpxH6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 11:46:50\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 11:46:50\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2229;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Mahadi\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"mahadi47@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01885994847\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$2YZ4Iy.kXD3vynWCLkUZj.Ap363hLXJgi0jG3Tz1GsptAkAKrpxH6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 11:46:50\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 11:46:50\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:52;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2233;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Main uddin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"mainuddin26@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01550020026\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$GPegJhO4pU1mdMA\\/vuIbn.VKEWRtzSumMtnqvX6RfDzHksc5MMXj6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 12:19:02\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 12:19:02\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2233;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Main uddin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"mainuddin26@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01550020026\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$GPegJhO4pU1mdMA\\/vuIbn.VKEWRtzSumMtnqvX6RfDzHksc5MMXj6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 12:19:02\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 12:19:02\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:53;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2237;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Sheikh masud\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711230719\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$xL1Sgmq\\/hUz4qWPZXH4.s.4wxKIuhwuYnhIv98G1ygMGqkVv9mmO2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 12:28:52\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 12:28:52\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2237;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Sheikh masud\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711230719\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$xL1Sgmq\\/hUz4qWPZXH4.s.4wxKIuhwuYnhIv98G1ygMGqkVv9mmO2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 12:28:52\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 12:28:52\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:54;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2238;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Masuda\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"masuda43@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01785070843\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$wU.JPAznoF0iO2HPYh8acefAnMueVAQ27WeKWupHNtYEr9DMEU6m.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 12:32:43\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 12:32:43\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2238;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Masuda\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"masuda43@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01785070843\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$wU.JPAznoF0iO2HPYh8acefAnMueVAQ27WeKWupHNtYEr9DMEU6m.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 12:32:43\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 12:32:43\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:55;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2245;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md. Atikul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01740559265\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$XuSYDfZIktFNJ9GJFDC5zutXHju6.gwEFAS\\/XfnNAdZnC2\\/\\/kPSS2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 12:53:59\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 12:53:59\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2245;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md. Atikul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01740559265\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$XuSYDfZIktFNJ9GJFDC5zutXHju6.gwEFAS\\/XfnNAdZnC2\\/\\/kPSS2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 12:53:59\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 12:53:59\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:56;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2247;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Md. Elias\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"elias72@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715035672\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$r.MSpgUWDrLs\\/M.MtT5JP.HEqkddZ9.bgJMInIJJ57jqkKyf\\/E7mi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 13:00:32\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 13:00:32\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2247;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Md. Elias\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"elias72@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715035672\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$r.MSpgUWDrLs\\/M.MtT5JP.HEqkddZ9.bgJMInIJJ57jqkKyf\\/E7mi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 13:00:32\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 13:00:32\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:57;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2254;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Md. Mashror\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"mashrorbift@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01674093999\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$e7k3hvyl\\/jYZGP8y.UOZVeUu.cv4bdZBh4kzatWUAdX8WGB8DaZhe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 13:42:01\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 13:42:01\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2254;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Md. Mashror\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"mashrorbift@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01674093999\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$e7k3hvyl\\/jYZGP8y.UOZVeUu.cv4bdZBh4kzatWUAdX8WGB8DaZhe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 13:42:01\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 13:42:01\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:58;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2255;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Md. Masud Reza\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"masud17@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715526217\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Y157KydfIhxZlL1xT2J9JO9XjA04zfP8mvbF5IMo7ve\\/UjiJYfgpa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 13:44:42\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 13:44:42\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2255;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Md. Masud Reza\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"masud17@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715526217\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Y157KydfIhxZlL1xT2J9JO9XjA04zfP8mvbF5IMo7ve\\/UjiJYfgpa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 13:44:42\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 13:44:42\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:59;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2257;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Md. Masum Rana\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"masud65@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01878087965\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$li7eML9dAGzm\\/gaCJ6enneiaZRxjPxODmrzsE2L8Pbl.Zo25YLrvu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 13:54:28\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 13:54:28\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2257;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Md. Masum Rana\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"masud65@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01878087965\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$li7eML9dAGzm\\/gaCJ6enneiaZRxjPxODmrzsE2L8Pbl.Zo25YLrvu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 13:54:28\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 13:54:28\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:60;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2259;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Md. Mintu\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:26:\\\"moniruzzaman98@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711703623\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$MB4JCq3tKSTLHmUC9C.2\\/em9nFvSIwLWuRCKic.B0IGggdenwzML2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 14:00:32\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 14:00:32\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2259;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Md. Mintu\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:26:\\\"moniruzzaman98@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711703623\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$MB4JCq3tKSTLHmUC9C.2\\/em9nFvSIwLWuRCKic.B0IGggdenwzML2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 14:00:32\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 14:00:32\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:61;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2263;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Md. Nahid\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"nahid24@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01721027224\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$AfEh\\/xt9wdzahkJRpymk1.RAghQB.wHbrGBXBtGrSjqoI82hzHILi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 14:38:22\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 14:38:22\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2263;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Md. Nahid\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"nahid24@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01721027224\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$AfEh\\/xt9wdzahkJRpymk1.RAghQB.wHbrGBXBtGrSjqoI82hzHILi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 14:38:22\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 14:38:22\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:62;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2264;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Md. Omar Faruk\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"omarfaruk86@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01924925313\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$\\/o1h5B7Vcs1Uy\\/GfN5h8aO.orERQHMJNz1Cy441RHP90Q48XNuyd2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 14:40:39\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 14:40:39\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2264;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Md. Omar Faruk\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"omarfaruk86@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01924925313\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$\\/o1h5B7Vcs1Uy\\/GfN5h8aO.orERQHMJNz1Cy441RHP90Q48XNuyd2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 14:40:39\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 14:40:39\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:63;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2266;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Md. Rafiqul islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"rafiqul16@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01855913716\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$VMMjNFEZ1h0jkIy8NjAcDOGcNyGSK\\/6LKkny8wG7fplx0Hk.rUdgO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 15:01:34\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 15:01:34\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2266;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Md. Rafiqul islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"rafiqul16@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01855913716\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$VMMjNFEZ1h0jkIy8NjAcDOGcNyGSK\\/6LKkny8wG7fplx0Hk.rUdgO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 15:01:34\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 15:01:34\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:64;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2270;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md. Saiful Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"saiful91@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01782686191\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$6KfRACuoh.9p\\/qUsUYLl6u6vDQCozAzhBrzyYuXvZiGc.slO0r8wi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 15:17:50\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 15:17:50\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2270;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md. Saiful Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"saiful91@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01782686191\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$6KfRACuoh.9p\\/qUsUYLl6u6vDQCozAzhBrzyYuXvZiGc.slO0r8wi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 15:17:50\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 15:17:50\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:65;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2276;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Md. Torikul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"rahmot47@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01944835542\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$B3xbLqXA9HKiQVsxLzHGveHySQt6ZNd0lmmFbOrXexDXYF6t1HT9K\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 15:30:51\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 15:30:51\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2276;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Md. Torikul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"rahmot47@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01944835542\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$B3xbLqXA9HKiQVsxLzHGveHySQt6ZNd0lmmFbOrXexDXYF6t1HT9K\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 15:30:51\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 15:30:51\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:66;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2281;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Mithu\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"mithu38@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01819405738\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$1W7pYY.uVjRQStnOBDSKJeJdZMi.qQw.Arslpj261aq5I1\\/t4ltv6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 15:45:56\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 15:45:56\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2281;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Mithu\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"mithu38@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01819405738\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$1W7pYY.uVjRQStnOBDSKJeJdZMi.qQw.Arslpj261aq5I1\\/t4ltv6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 15:45:56\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 15:45:56\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:67;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2285;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Mohiuddin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"mohiuddin80@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712644980\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$uPvtZmQxXl0jgx0l4mpJzeELXVkwB8CZSbjj7Fgs3QKvEF2.2i.Qe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 16:00:15\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 16:00:15\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2285;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Mohiuddin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"mohiuddin80@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712644980\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$uPvtZmQxXl0jgx0l4mpJzeELXVkwB8CZSbjj7Fgs3QKvEF2.2i.Qe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 16:00:15\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 16:00:15\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:68;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2286;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"sohel khan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"sohel07@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01768368207\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$2IY8EaXmcwjc\\/TSCK661v.UoDGX42HTy0LqgcQP5lw8QUHXW5GAIW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 16:04:48\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 16:04:48\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2286;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"sohel khan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"sohel07@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01768368207\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$2IY8EaXmcwjc\\/TSCK661v.UoDGX42HTy0LqgcQP5lw8QUHXW5GAIW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 16:04:48\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 16:04:48\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:69;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2290;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Mokbul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"mokbul@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01782447331\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$kYoLx.Q4uhaj8P8jFWwemOBAfn0tvZnkuM1iamfPOHCbbJ2g3QeGS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 16:16:13\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 16:16:13\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2290;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Mokbul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"mokbul@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01782447331\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$kYoLx.Q4uhaj8P8jFWwemOBAfn0tvZnkuM1iamfPOHCbbJ2g3QeGS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 16:16:13\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 16:16:13\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:70;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2291;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Moklesur Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712036932\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$hTTPVaZY.JRJclPtK8KWde9uu3MLOBNfvfSvG7b.Ybcu5ObNTqc4a\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 16:18:30\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 16:18:30\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2291;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Moklesur Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712036932\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$hTTPVaZY.JRJclPtK8KWde9uu3MLOBNfvfSvG7b.Ybcu5ObNTqc4a\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 16:18:30\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 16:18:30\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:71;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2293;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Monir Ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"monir82@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01824814882\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$kYX0t569.F1P5HDVEvD4ru9I5gvO2K4r5vO0Gy\\/Ek1jlDGVjQI9g6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 16:23:59\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 16:23:59\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2293;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Monir Ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"monir82@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01824814882\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$kYX0t569.F1P5HDVEvD4ru9I5gvO2K4r5vO0Gy\\/Ek1jlDGVjQI9g6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 16:23:59\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 16:23:59\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:72;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2296;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Monsur Ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"monsurahmed@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01725832119\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$N5wLbqYB1yLiG\\/MICAhffeYd09mnGi.9Rz\\/pK8u9ZSgeLSP\\/.JqrK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 16:31:46\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 16:31:46\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2296;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Monsur Ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"monsurahmed@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01725832119\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$N5wLbqYB1yLiG\\/MICAhffeYd09mnGi.9Rz\\/pK8u9ZSgeLSP\\/.JqrK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 16:31:46\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 16:31:46\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:73;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2300;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Musa Mia\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"musamia60@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712365760\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$dzMhUPM9w4uqqRRWBxIiq.A7HHh2022lCNZ1Z5qQokCuPRrgYwZI2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 16:52:38\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 16:52:38\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2300;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Musa Mia\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"musamia60@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712365760\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$dzMhUPM9w4uqqRRWBxIiq.A7HHh2022lCNZ1Z5qQokCuPRrgYwZI2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 16:52:38\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 16:52:38\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:74;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2307;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"Nazmul Haque Bulbul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"bulbul41@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01700744841\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$eAJpWG7zbazZcTM0Qf2CPufH7UGT0gCoJmroevIXqw.9RXlZY8bIS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 17:29:46\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 17:29:46\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2307;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"Nazmul Haque Bulbul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"bulbul41@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01700744841\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$eAJpWG7zbazZcTM0Qf2CPufH7UGT0gCoJmroevIXqw.9RXlZY8bIS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-13 17:29:46\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-13 17:29:46\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:75;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2314;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Prodip\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"prodip89@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712536189\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$BlovEUZR9wEUxaj7tsfR2uJro8fxaFEV21gZHLTzkbXYxgmKw9mFa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-14 12:51:49\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-14 12:51:49\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2314;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Prodip\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"prodip89@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712536189\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$BlovEUZR9wEUxaj7tsfR2uJro8fxaFEV21gZHLTzkbXYxgmKw9mFa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-14 12:51:49\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-14 12:51:49\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:76;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2322;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Raju\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01817002552\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$s53spZmz06.SfHT\\/YG5GYOvmBdnGcTxZBqToWuUyIXR5pqwXZVI2i\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-14 13:29:14\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-14 13:29:14\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2322;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Raju\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01817002552\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$s53spZmz06.SfHT\\/YG5GYOvmBdnGcTxZBqToWuUyIXR5pqwXZVI2i\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-14 13:29:14\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-14 13:29:14\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:77;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2323;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Rakibul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01724330332\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$3O7DNuQvy10eQdq3ac7oY.ZzVN0QmphSzcW69g8ChCJnoOsNUGHYC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-14 13:43:37\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-14 13:43:37\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2323;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Rakibul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01724330332\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$3O7DNuQvy10eQdq3ac7oY.ZzVN0QmphSzcW69g8ChCJnoOsNUGHYC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-14 13:43:37\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-14 13:43:37\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:78;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2324;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Rakibul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"rakibul94@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01407310394\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$b5\\/LClStJnP4Wn2Jq7nyHO\\/fZLFhQFRJA7NU5PLyxVsv1PupVt2\\/K\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-14 13:46:49\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-14 13:46:49\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2324;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Rakibul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"rakibul94@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01407310394\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$b5\\/LClStJnP4Wn2Jq7nyHO\\/fZLFhQFRJA7NU5PLyxVsv1PupVt2\\/K\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-14 13:46:49\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-14 13:46:49\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:79;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2329;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Reshad kamal\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"reshad85@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01737269585\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$8G6zNd6wkBk9vs9m..USmuSJV70mf7zOM6Eh4t\\/vVtoTXLipYfBSa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-14 14:11:12\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-14 14:11:12\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2329;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Reshad kamal\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"reshad85@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01737269585\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$8G6zNd6wkBk9vs9m..USmuSJV70mf7zOM6Eh4t\\/vVtoTXLipYfBSa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-14 14:11:12\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-14 14:11:12\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:80;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2334;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Ruhul amin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"ruhulamin@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01730300777\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$45Q2dZ3Rk7Ds0y0VirnnpeqEpcmjKGbUMKTtvXXo0oeRojk1eaYAC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-14 14:30:45\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-14 14:30:45\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2334;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Ruhul amin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"ruhulamin@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01730300777\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$45Q2dZ3Rk7Ds0y0VirnnpeqEpcmjKGbUMKTtvXXo0oeRojk1eaYAC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-14 14:30:45\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-14 14:30:45\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:81;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2335;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:22:\\\"S M Kamrul Hasan Remon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"remon11@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712444111\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$4QzAL6bsgDUMiNZ7b1.LD..eYIg2j7KUPGcTTx10kfk.s2VPsy2ry\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-14 14:34:24\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-14 14:34:24\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2335;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:22:\\\"S M Kamrul Hasan Remon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"remon11@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712444111\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$4QzAL6bsgDUMiNZ7b1.LD..eYIg2j7KUPGcTTx10kfk.s2VPsy2ry\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-14 14:34:24\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-14 14:34:24\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:82;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2336;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Md Salim\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01799704245\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Z1o91HxdujwEJzXUttMf9uyRS9UNMJ7Wv8O3TOEaCx.yLq39fD3DG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-14 14:37:31\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-14 14:37:31\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2336;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Md Salim\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01799704245\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Z1o91HxdujwEJzXUttMf9uyRS9UNMJ7Wv8O3TOEaCx.yLq39fD3DG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-14 14:37:31\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-14 14:37:31\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:83;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2342;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Saiful71\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"saiful71@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01996461871\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$m1Qa4LxazRYgxA2sMBCAheN6mQ7lKFxVyYoyGoHws1zbvAWHkmFL6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-15 23:47:23\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-15 23:47:23\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2342;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Saiful71\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"saiful71@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01996461871\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$m1Qa4LxazRYgxA2sMBCAheN6mQ7lKFxVyYoyGoHws1zbvAWHkmFL6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-15 23:47:23\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-15 23:47:23\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:84;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2344;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Salim (Tangail)\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"selim60@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01706983960\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$7fZs5axzyjAjmmqQCFtJsu3KMMLnfHwuJQl7QEwImmsqizf4P.1Xq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-15 23:57:19\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-15 23:57:19\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2344;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Salim (Tangail)\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"selim60@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01706983960\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$7fZs5axzyjAjmmqQCFtJsu3KMMLnfHwuJQl7QEwImmsqizf4P.1Xq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-15 23:57:19\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-15 23:57:19\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:85;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2346;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Shaalom\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"shaalom00@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01709342700\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ECcE639kCSQhd4SK3o.T7uuNrgkjE3MWVLqLZB\\/cKA095wpuc.fcG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 00:11:28\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 00:11:28\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2346;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Shaalom\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"shaalom00@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01709342700\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ECcE639kCSQhd4SK3o.T7uuNrgkjE3MWVLqLZB\\/cKA095wpuc.fcG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 00:11:28\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 00:11:28\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:86;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2347;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Shadin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"shadin55@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01740759255\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$G8N3aG3WeMrE3B\\/o92uHJeynG3IZgKyTzG8CfLbWxqyBU8132eq\\/y\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 00:16:40\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 00:16:40\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2347;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Shadin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"shadin55@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01740759255\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$G8N3aG3WeMrE3B\\/o92uHJeynG3IZgKyTzG8CfLbWxqyBU8132eq\\/y\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 00:16:40\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 00:16:40\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:87;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2348;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Shafayat\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01905046856\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$bgpq2t9YOxtsw7PyIpzgIOsgarZa8d0Mpf.nZ9ZzQHqxEBRugUWpm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 01:25:43\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 01:25:43\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2348;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Shafayat\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01905046856\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$bgpq2t9YOxtsw7PyIpzgIOsgarZa8d0Mpf.nZ9ZzQHqxEBRugUWpm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 01:25:43\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 01:25:43\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:88;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2350;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Shagor Ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"shagor18@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1725207818\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$b93d5XkVNpNFmh\\/qq9mjG.3KUefDAXNrkdvfCvCP.A5VfmBOJW5YO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 01:40:36\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 01:40:36\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2350;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Shagor Ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"shagor18@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1725207818\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$b93d5XkVNpNFmh\\/qq9mjG.3KUefDAXNrkdvfCvCP.A5VfmBOJW5YO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 01:40:36\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 01:40:36\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:89;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2351;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Shahid\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"shahid338@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01611891338\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$NJ1Ax3OfAtcpOx\\/WC4okwepgrKtje9KwWy7UEkiVm5GpBRVe1GUSG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 01:44:37\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 01:44:37\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2351;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Shahid\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"shahid338@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01611891338\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$NJ1Ax3OfAtcpOx\\/WC4okwepgrKtje9KwWy7UEkiVm5GpBRVe1GUSG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 01:44:37\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 01:44:37\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:90;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2352;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Shahriar Khan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"shahriar21@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715506721\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ACLUeU1Lc327YyE1tuxn4enhkFmlVOe7Jy2upWsw.BOcSFbKWMti6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 01:48:09\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 01:48:09\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2352;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Shahriar Khan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"shahriar21@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715506721\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ACLUeU1Lc327YyE1tuxn4enhkFmlVOe7Jy2upWsw.BOcSFbKWMti6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 01:48:09\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 01:48:09\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:91;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2354;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:20:\\\"Shanti Moni(Dhaka\\uff09\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"shantimoni@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715544564\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$.NvazibzATJW\\/BykF5DyMOJLPG8ps3r72qIWvAt6jzg.XKqQmWXjq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 01:54:04\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 01:54:04\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2354;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:20:\\\"Shanti Moni(Dhaka\\uff09\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"shantimoni@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715544564\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$.NvazibzATJW\\/BykF5DyMOJLPG8ps3r72qIWvAt6jzg.XKqQmWXjq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 01:54:04\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 01:54:04\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:92;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2355;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Shohag Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:26:\\\"shohaghossain372@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01641113951\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ZGrB3xa3DwdrnuUDnb4YCODx2Eky9LSOugzLqtQB54ddaP0rUONXy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 01:57:11\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 01:57:11\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2355;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Shohag Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:26:\\\"shohaghossain372@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01641113951\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ZGrB3xa3DwdrnuUDnb4YCODx2Eky9LSOugzLqtQB54ddaP0rUONXy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 01:57:11\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 01:57:11\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:93;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2357;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"Shorifuddin Shourav\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"sourav34@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01713007034\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$xLt3cYBe7ADEpvOQHfGVm.AtWnkPEFc0dIX4tekRYA2zWdBC7vwbW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 02:03:17\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 02:03:17\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2357;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"Shorifuddin Shourav\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"sourav34@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01713007034\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$xLt3cYBe7ADEpvOQHfGVm.AtWnkPEFc0dIX4tekRYA2zWdBC7vwbW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 02:03:17\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 02:03:17\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:94;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2358;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Shumon ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"shumun81@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01797788681\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$1mJJTfLJv0kadMoYK9yD4.RkQlSZmJPmJLzO7MCmoc3\\/ntV1eZsOG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 02:06:02\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 02:06:02\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2358;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Shumon ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"shumun81@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01797788681\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$1mJJTfLJv0kadMoYK9yD4.RkQlSZmJPmJLzO7MCmoc3\\/ntV1eZsOG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 02:06:02\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 02:06:02\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:95;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2359;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Shyful\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"shyful72@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01720275372\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$KRAAQfi2Vxx9obfLLbfK7udDC.SFIk9CllYL8RDr485uAdbUytJn6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 02:08:21\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 02:08:21\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2359;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Shyful\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"shyful72@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01720275372\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$KRAAQfi2Vxx9obfLLbfK7udDC.SFIk9CllYL8RDr485uAdbUytJn6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 02:08:21\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 02:08:21\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:96;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2360;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"SIDDIQUE\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"siddique87@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01622625287\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$1AQdZ.GK2UYg2OioAqoBHeuHp.0nQyorsUJAGqqorMg0YKP0LwzHu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 02:11:25\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 02:11:25\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2360;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"SIDDIQUE\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"siddique87@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01622625287\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$1AQdZ.GK2UYg2OioAqoBHeuHp.0nQyorsUJAGqqorMg0YKP0LwzHu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 02:11:25\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 02:11:25\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:97;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2362;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Sonjoy Roy\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"sonjoy78@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711464078\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$M2w8ovyz2R7GUh78uiGBJu7KtwSDa6BFlVs3a0JavctwJf0zQ167q\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 02:24:13\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 02:24:13\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2362;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Sonjoy Roy\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"sonjoy78@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711464078\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$M2w8ovyz2R7GUh78uiGBJu7KtwSDa6BFlVs3a0JavctwJf0zQ167q\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 02:24:13\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 02:24:13\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:98;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2383;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Milton\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"milton35@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01681814402\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$IUErT8mQB.3xUHO.TZh5Ou\\/vXuLoRAigdQw22bINfISoDzsxgOwii\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 13:41:36\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 13:41:36\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2383;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Milton\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"milton35@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01681814402\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$IUErT8mQB.3xUHO.TZh5Ou\\/vXuLoRAigdQw22bINfISoDzsxgOwii\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 13:41:36\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 13:41:36\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:99;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2389;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Nasim Uddin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"nasim69@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711205269\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$gSI3UOiElp5ARxGw2dLfg.9ZaWVEV8eXhwID5lT8TlMwmsyFID02y\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 14:44:57\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 14:44:57\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2389;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Nasim Uddin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"nasim69@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711205269\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$gSI3UOiElp5ARxGw2dLfg.9ZaWVEV8eXhwID5lT8TlMwmsyFID02y\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 14:44:57\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 14:44:57\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}}}s:4:\\\"text\\\";s:540:\\\"\\u09aa\\u09cd\\u09b0\\u09bf\\u09af\\u09bc \\u0997\\u09cd\\u09b0\\u09be\\u09b9\\u0995,\\n\\u09ae\\u09be\\u0987\\u099c\\u09bf\\u09aa\\u09bf\\u098f\\u09b8 \\u099f\\u09cd\\u09b0\\u09cd\\u09af\\u09be\\u0995\\u09bf\\u0982 \\u09b8\\u09be\\u09b0\\u09cd\\u09ad\\u09bf\\u09b8 \\u098f\\u09b0 \\u09aa\\u0995\\u09cd\\u09b7 \\u09a5\\u09c7\\u0995\\u09c7 \\u09aa\\u09ac\\u09bf\\u09a4\\u09cd\\u09b0 \\u0988\\u09a6\\u09c1\\u09b2 \\u09ab\\u09bf\\u09a4\\u09b0 \\u0989\\u09aa\\u09b2\\u0995\\u09cd\\u09b7\\u09c7 \\u0986\\u09aa\\u09a8\\u09be\\u0995\\u09c7 \\u099c\\u09be\\u09a8\\u09be\\u0987 \\\"\\u0988\\u09a6 \\u09ae\\u09cb\\u09ac\\u09be\\u09b0\\u0995\\\"\\u0964 \\u0986\\u09aa\\u09a8\\u09be\\u09b0 \\u09aa\\u09b0\\u09bf\\u09ac\\u09be\\u09b0\\u0995\\u09c7 \\u09a8\\u09bf\\u09af\\u09bc\\u09c7 \\u098f\\u09ac\\u09be\\u09b0\\u09c7\\u09b0 \\u0988\\u09a6 \\u0995\\u09be\\u099f\\u09c1\\u0995 \\u0986\\u09b0\\u09cb \\u0986\\u09a8\\u09a8\\u09cd\\u09a6\\u09aa\\u09c2\\u09b0\\u09cd\\u09a3 \\u0993 \\u0989\\u09aa\\u09ad\\u09cb\\u0997\\u09cd\\u09af\\u09ae\\u09af\\u09bc\\u0964 \\u0986\\u09aa\\u09a8\\u09be\\u09b0 \\u09aa\\u09cd\\u09b0\\u09a4\\u09bf\\u099f\\u09bf \\u09af\\u09be\\u09a4\\u09cd\\u09b0\\u09be \\u09b6\\u09c1\\u09ad \\u09b9\\u09cb\\u0995\\u0964\\\";}s:3:\\\"job\\\";N;s:10:\\\"connection\\\";N;s:5:\\\"queue\\\";N;s:15:\\\"chainConnection\\\";N;s:10:\\\"chainQueue\\\";N;s:5:\\\"delay\\\";N;s:10:\\\"middleware\\\";a:0:{}s:7:\\\"chained\\\";a:0:{}}\"}}', 'Illuminate\\Queue\\MaxAttemptsExceededException: App\\Jobs\\SmsSend has been attempted too many times or run too long. The job may have previously timed out. in /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php:648\nStack trace:\n#0 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(163): Illuminate\\Queue\\Worker->maxAttemptsExceededException(Object(Illuminate\\Queue\\Jobs\\DatabaseJob))\n#1 /home/mygpsbd/public_html/app/Http/helper.php(28): Illuminate\\Queue\\Worker->Illuminate\\Queue\\{closure}(14, Array)\n#2 /home/mygpsbd/public_html/app/Jobs/SmsSend.php(35): send_sms(\'\\xE0\\xA6\\xAA\\xE0\\xA7\\x8D\\xE0\\xA6\\xB0\\xE0\\xA6\\xBF\\xE0\\xA6\\xAF...\', Array)\n#3 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App\\Jobs\\SmsSend->handle()\n#4 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/Util.php(37): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}()\n#5 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(93): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))\n#6 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(37): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))\n#7 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/Container.php(596): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)\n#8 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php(94): Illuminate\\Container\\Container->call(Array)\n#9 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(128): Illuminate\\Bus\\Dispatcher->Illuminate\\Bus\\{closure}(Object(App\\Jobs\\SmsSend))\n#10 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(103): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(App\\Jobs\\SmsSend))\n#11 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php(98): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))\n#12 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(83): Illuminate\\Bus\\Dispatcher->dispatchNow(Object(App\\Jobs\\SmsSend), false)\n#13 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(128): Illuminate\\Queue\\CallQueuedHandler->Illuminate\\Queue\\{closure}(Object(App\\Jobs\\SmsSend))\n#14 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(103): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(App\\Jobs\\SmsSend))\n#15 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(85): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))\n#16 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(59): Illuminate\\Queue\\CallQueuedHandler->dispatchThroughMiddleware(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Object(App\\Jobs\\SmsSend))\n#17 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Jobs/Job.php(98): Illuminate\\Queue\\CallQueuedHandler->call(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Array)\n#18 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(356): Illuminate\\Queue\\Jobs\\Job->fire()\n#19 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(306): Illuminate\\Queue\\Worker->process(\'database\', Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Object(Illuminate\\Queue\\WorkerOptions))\n#20 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(132): Illuminate\\Queue\\Worker->runJob(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), \'database\', Object(Illuminate\\Queue\\WorkerOptions))\n#21 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(112): Illuminate\\Queue\\Worker->daemon(\'database\', \'default\', Object(Illuminate\\Queue\\WorkerOptions))\n#22 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(96): Illuminate\\Queue\\Console\\WorkCommand->runWorker(\'database\', \'default\')\n#23 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Illuminate\\Queue\\Console\\WorkCommand->handle()\n#24 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/Util.php(37): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}()\n#25 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(93): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))\n#26 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(37): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))\n#27 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/Container.php(596): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)\n#28 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Console/Command.php(134): Illuminate\\Container\\Container->call(Array)\n#29 /home/mygpsbd/public_html/vendor/symfony/console/Command/Command.php(298): Illuminate\\Console\\Command->execute(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))\n#30 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Console/Command.php(121): Symfony\\Component\\Console\\Command\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))\n#31 /home/mygpsbd/public_html/vendor/symfony/console/Application.php(1040): Illuminate\\Console\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#32 /home/mygpsbd/public_html/vendor/symfony/console/Application.php(301): Symfony\\Component\\Console\\Application->doRunCommand(Object(Illuminate\\Queue\\Console\\WorkCommand), Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#33 /home/mygpsbd/public_html/vendor/symfony/console/Application.php(171): Symfony\\Component\\Console\\Application->doRun(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#34 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Console/Application.php(93): Symfony\\Component\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#35 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(129): Illuminate\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#36 /home/mygpsbd/public_html/artisan(37): Illuminate\\Foundation\\Console\\Kernel->handle(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#37 {main}', '2024-04-11 12:01:04');
INSERT INTO `failed_jobs` (`id`, `connection`, `queue`, `payload`, `exception`, `failed_at`) VALUES
(727, 'database', 'default', '{\"uuid\":\"f728af76-0ec5-438a-bdc8-12c5304f233d\",\"displayName\":\"App\\\\Jobs\\\\SmsSend\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"delay\":null,\"timeout\":null,\"timeoutAt\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\SmsSend\",\"command\":\"O:16:\\\"App\\\\Jobs\\\\SmsSend\\\":9:{s:4:\\\"data\\\";a:2:{s:4:\\\"data\\\";O:39:\\\"Illuminate\\\\Database\\\\Eloquent\\\\Collection\\\":1:{s:8:\\\"\\u0000*\\u0000items\\\";a:100:{i:0;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2391;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Md Omar Ali\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"omar70@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716304570\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$bT0yeeMOLT1D9AUDhM3mkuZSr9J0QbyQV.ZoR9\\/AnAFXhUlwu5opy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 14:49:39\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 14:49:39\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2391;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Md Omar Ali\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"omar70@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716304570\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$bT0yeeMOLT1D9AUDhM3mkuZSr9J0QbyQV.ZoR9\\/AnAFXhUlwu5opy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 14:49:39\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 14:49:39\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:1;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2393;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Ibne Miran\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"miran36@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01815085635\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$F9KoguJyCp2AH3hgNHAuG.dywJIQLd3AzmFcsYsNAOkn661AJfS.G\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 15:13:52\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-08 16:34:48\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2393;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Ibne Miran\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"miran36@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01815085635\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$F9KoguJyCp2AH3hgNHAuG.dywJIQLd3AzmFcsYsNAOkn661AJfS.G\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 15:13:52\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-08 16:34:48\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:2;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2394;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Anwar\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"anwar61@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01796637761\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$7VHI6MIlemDw8cl3YS6gFOFUrF4Wv..826PpAe\\/0yzl7Zm\\/ri.vfK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 15:19:35\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 15:19:35\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2394;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Anwar\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"anwar61@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01796637761\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$7VHI6MIlemDw8cl3YS6gFOFUrF4Wv..826PpAe\\/0yzl7Zm\\/ri.vfK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 15:19:35\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 15:19:35\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:3;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2395;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"MD.Masud Rana\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"masud92@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01322603992\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$fiRgN9Pflw\\/d5uFhVI5mqu84sfDyH1H2Qe9gbhlXn.wPuK4PSEAY.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 15:26:20\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 15:26:20\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2395;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"MD.Masud Rana\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"masud92@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01322603992\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$fiRgN9Pflw\\/d5uFhVI5mqu84sfDyH1H2Qe9gbhlXn.wPuK4PSEAY.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 15:26:20\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 15:26:20\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:4;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2396;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Sohana\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"shibak1971@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01622246048\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$5kf9lqZq8Ne2DniG5Cwga.sl20WsWOycfj2.X5TgJ6E9wkyYSGTAW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 15:32:35\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 15:32:35\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2396;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Sohana\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"shibak1971@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01622246048\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$5kf9lqZq8Ne2DniG5Cwga.sl20WsWOycfj2.X5TgJ6E9wkyYSGTAW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 15:32:35\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 15:32:35\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:5;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2397;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Shofiqul islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"shofiqul20@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01729327220\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$JwSxz1QLzjhWDRbIAmhoq.JmOExj0rNy\\/P4WgNQdHZn\\/Ge6qHNhUi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 15:37:21\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 15:37:21\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2397;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Shofiqul islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"shofiqul20@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01729327220\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$JwSxz1QLzjhWDRbIAmhoq.JmOExj0rNy\\/P4WgNQdHZn\\/Ge6qHNhUi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 15:37:21\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 15:37:21\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:6;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2398;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:29:\\\"Kazi Abdullah Al Anisur Zaman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"sohelhat026@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01819290268\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$0Sq51kiF8pYIKwXyAVogNex0W7SXK7LJ0XTeqsklrtWN27ILEY4Pa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 15:41:59\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 15:41:59\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2398;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:29:\\\"Kazi Abdullah Al Anisur Zaman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"sohelhat026@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01819290268\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$0Sq51kiF8pYIKwXyAVogNex0W7SXK7LJ0XTeqsklrtWN27ILEY4Pa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 15:41:59\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 15:41:59\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:7;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2399;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Md. Faisal\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"faisal89@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716890889\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$t8oUIzJwJ3WY1kw.l9v2T.oaDoCNl0\\/7mVxFgVNMwvvZY.mG5yyRa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 15:46:04\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 15:46:04\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2399;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Md. Faisal\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"faisal89@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716890889\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$t8oUIzJwJ3WY1kw.l9v2T.oaDoCNl0\\/7mVxFgVNMwvvZY.mG5yyRa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 15:46:04\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 15:46:04\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:8;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2400;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Feroj ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"ferojnet73@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01815946458\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$vGeifIjDSWZ0i2136wCNHOQf68gzfZzVFXmfXIdjE2ZTTfgtimI96\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 15:51:03\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 15:51:03\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2400;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Feroj ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"ferojnet73@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01815946458\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$vGeifIjDSWZ0i2136wCNHOQf68gzfZzVFXmfXIdjE2ZTTfgtimI96\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 15:51:03\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 15:51:03\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:9;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2402;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Emtiaz\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"emtiaz.m007@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01863962010\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$yywi6uiGI7kDMm44QKjufOCY\\/x1soU3sZvGWn7wYrwzIRPGS3djjO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 16:04:01\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 16:04:01\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2402;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Emtiaz\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"emtiaz.m007@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01863962010\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$yywi6uiGI7kDMm44QKjufOCY\\/x1soU3sZvGWn7wYrwzIRPGS3djjO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 16:04:01\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 16:04:01\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:10;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2404;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Ashequr Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"arthaiglass@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716226689\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$yVoMORq1CLpNa5wfJbONAeaXyS8nG7VXis4xBDTm3S1Sa3luZU7UO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 16:11:38\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 16:11:38\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2404;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Ashequr Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"arthaiglass@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716226689\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$yVoMORq1CLpNa5wfJbONAeaXyS8nG7VXis4xBDTm3S1Sa3luZU7UO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 16:11:38\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 16:11:38\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:11;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2405;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md. saiful Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:27:\\\"creativecircleltd@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712254936\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$RPv3V7\\/b5DqXemxtv1JSkeVhPuqpDivcFZz8tm4exFEkavKm13sji\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 16:15:16\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 16:15:16\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2405;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md. saiful Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:27:\\\"creativecircleltd@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712254936\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$RPv3V7\\/b5DqXemxtv1JSkeVhPuqpDivcFZz8tm4exFEkavKm13sji\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 16:15:16\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 16:15:16\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:12;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2406;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Ashiqur Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"ashikur66@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01612110166\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$eMujOZM\\/rZKubnFK5Yq5gu7rzC20xUcIf65I73iGZphebuvAAq6vS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 16:18:37\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 16:18:37\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2406;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Ashiqur Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"ashikur66@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01612110166\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$eMujOZM\\/rZKubnFK5Yq5gu7rzC20xUcIf65I73iGZphebuvAAq6vS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 16:18:37\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 16:18:37\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:13;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2408;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Md. Shanto\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"shanto.ish@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01733275307\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$6XhBKnT8uRzhATIRCW9S6uW\\/wCleDMunGLKo5MYv\\/5CCGTX3P2Elu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 16:23:47\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 16:23:47\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2408;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Md. Shanto\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"shanto.ish@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01733275307\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$6XhBKnT8uRzhATIRCW9S6uW\\/wCleDMunGLKo5MYv\\/5CCGTX3P2Elu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 16:23:47\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 16:23:47\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:14;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2409;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Raju Monowar\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:17:\\\"raju@mygps.com.bd\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01778943462\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$b0CnTSVOrH22y3TcdwYxUO8f8\\/I84jqQ0BBFrOwiIb6OrrPSgJ\\/\\/m\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 16:26:53\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 16:26:53\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2409;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Raju Monowar\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:17:\\\"raju@mygps.com.bd\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01778943462\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$b0CnTSVOrH22y3TcdwYxUO8f8\\/I84jqQ0BBFrOwiIb6OrrPSgJ\\/\\/m\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 16:26:53\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 16:26:53\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:15;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2410;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Belayet Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:28:\\\"belayethossain4090@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01912924090\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$cxkDXuxjwvBIPrwI6JxhN.Any0VDKCochFZy.xUCuifRdMRJt5cOG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 16:29:27\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 16:29:27\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2410;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Belayet Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:28:\\\"belayethossain4090@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01912924090\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$cxkDXuxjwvBIPrwI6JxhN.Any0VDKCochFZy.xUCuifRdMRJt5cOG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 16:29:27\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 16:29:27\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:16;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2412;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:3:\\\"Raj\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01311153797\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Zcz4\\/yXLg2ors2l8MgvODOX.Xd9m2FF0xkA0N6ExE8Gkju21KMaE2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 16:39:27\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 16:39:27\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2412;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:3:\\\"Raj\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01311153797\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Zcz4\\/yXLg2ors2l8MgvODOX.Xd9m2FF0xkA0N6ExE8Gkju21KMaE2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 16:39:27\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 16:39:27\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:17;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2414;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Imtiaz Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:29:\\\"imtiaz.islam@dhakabank.com.bd\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712571800\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$WVMNlWpJBGwWjs.Gdm74i.8F2jlGXWhEzh2hpCx8DGdId2QpKWKa2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 22:32:22\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 22:32:22\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2414;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Imtiaz Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:29:\\\"imtiaz.islam@dhakabank.com.bd\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712571800\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$WVMNlWpJBGwWjs.Gdm74i.8F2jlGXWhEzh2hpCx8DGdId2QpKWKa2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 22:32:22\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 22:32:22\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:18;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2415;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Taposh Mallick\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"taposh82@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712868027\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$tOUnUFcIXFk4XDHVFc2EIu0cBkgepvKaMCro33sgezTUNlkG\\/cr3u\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 22:36:20\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 22:36:20\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2415;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Taposh Mallick\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"taposh82@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712868027\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$tOUnUFcIXFk4XDHVFc2EIu0cBkgepvKaMCro33sgezTUNlkG\\/cr3u\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 22:36:20\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 22:36:20\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:19;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2416;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Lemon Talukder\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:25:\\\"lemontalukder44@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01916469853\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$S3FAuZowtWfj5jby3QSKd.AjHAH3yvbCzQqPIt7pLRpKN2gqoCZyS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 22:38:48\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 22:38:48\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2416;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Lemon Talukder\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:25:\\\"lemontalukder44@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01916469853\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$S3FAuZowtWfj5jby3QSKd.AjHAH3yvbCzQqPIt7pLRpKN2gqoCZyS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 22:38:48\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 22:38:48\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:20;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2420;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:24:\\\"Md.Shafiur Rahman Sikdar\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"shafiur300@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01730320300\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$KTpyJ2gcf6fi84Cbu8PtZODA6QrqBsQeoDbhbAsShGaqo7T41c576\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 22:50:39\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 22:50:39\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2420;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:24:\\\"Md.Shafiur Rahman Sikdar\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"shafiur300@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01730320300\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$KTpyJ2gcf6fi84Cbu8PtZODA6QrqBsQeoDbhbAsShGaqo7T41c576\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 22:50:39\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 22:50:39\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:21;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2421;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Jamal uddin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:25:\\\"relianceent2007@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01915494548\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$GPdryx0FPBq0qTHeO3vmFOgF7kwptXW17yqnYFy2aL1NZxNGkK2Sy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 22:53:41\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 22:53:41\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2421;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Jamal uddin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:25:\\\"relianceent2007@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01915494548\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$GPdryx0FPBq0qTHeO3vmFOgF7kwptXW17yqnYFy2aL1NZxNGkK2Sy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 22:53:41\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 22:53:41\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:22;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2424;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Zobaer Ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:27:\\\"zobaerahmedrajeer@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01730376631\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$w7cGNNZhUdWZxu8uAOrbTuV2YoMied3NjI.2BabI.rEM68oR\\/qelC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 23:16:23\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 23:16:23\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2424;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Zobaer Ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:27:\\\"zobaerahmedrajeer@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01730376631\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$w7cGNNZhUdWZxu8uAOrbTuV2YoMied3NjI.2BabI.rEM68oR\\/qelC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 23:16:23\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 23:16:23\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:23;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2425;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"MD ZAKIR HOSSAIN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:27:\\\"zakirhossainrobi5@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01846945654\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$oG1Hm.L3aDX\\/8JN1mA0o\\/e9Hrb7q3qsHCgSH9M51ALEDRUGhvz752\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 23:19:35\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 23:19:35\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2425;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"MD ZAKIR HOSSAIN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:27:\\\"zakirhossainrobi5@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01846945654\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$oG1Hm.L3aDX\\/8JN1mA0o\\/e9Hrb7q3qsHCgSH9M51ALEDRUGhvz752\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 23:19:35\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 23:19:35\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:24;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2426;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Md.Yeasin ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"yeasin@mygps.com.bd\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712226581\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$cthGjQCqOZpqFvRVS08W6.\\/bdc084wCN1oMWrB.tjR2TPw4oEZ5nK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 23:51:14\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 23:51:14\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2426;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Md.Yeasin ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"yeasin@mygps.com.bd\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712226581\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$cthGjQCqOZpqFvRVS08W6.\\/bdc084wCN1oMWrB.tjR2TPw4oEZ5nK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 23:51:14\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 23:51:14\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:25;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2427;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Md. Salim Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:28:\\\"md.salimhossain007@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715794172\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$mUO8kCnwVCyo4IewpsGHKOg9DRpCZrpzBs9WF5ukaA\\/GyZifI5q46\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 23:55:05\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 23:55:05\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2427;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Md. Salim Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:28:\\\"md.salimhossain007@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715794172\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$mUO8kCnwVCyo4IewpsGHKOg9DRpCZrpzBs9WF5ukaA\\/GyZifI5q46\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-16 23:55:05\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-16 23:55:05\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:26;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2428;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md.Faridul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"faridul65@mygps.com.bd\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01610842565\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$VnQ3BrXoivRSyGJH44PXg.poX7uglkTL5dldQELf9R2eXeMvylJtG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 00:01:56\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 00:01:56\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2428;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md.Faridul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"faridul65@mygps.com.bd\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01610842565\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$VnQ3BrXoivRSyGJH44PXg.poX7uglkTL5dldQELf9R2eXeMvylJtG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 00:01:56\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 00:01:56\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:27;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2430;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Sanzan Mostafa\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:25:\\\"sanzanmostafa@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712059620\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$lUf0VNYsQWbtVzYWBhAE4OPomQhfvDYAzpHc52lhvuEG.4a3ra4om\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 00:10:31\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 00:10:31\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2430;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Sanzan Mostafa\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:25:\\\"sanzanmostafa@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712059620\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$lUf0VNYsQWbtVzYWBhAE4OPomQhfvDYAzpHc52lhvuEG.4a3ra4om\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 00:10:31\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 00:10:31\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:28;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2431;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Ahmed EBC\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:29:\\\"ahmed.ebc@interstellartec.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01749557858\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Ierl\\/VGQ1dktFsWOw1DoDubsYZgVvj3Jkq1fH\\/rNSSJjsEuW3bJiy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 00:15:54\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 00:15:54\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2431;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Ahmed EBC\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:29:\\\"ahmed.ebc@interstellartec.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01749557858\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Ierl\\/VGQ1dktFsWOw1DoDubsYZgVvj3Jkq1fH\\/rNSSJjsEuW3bJiy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 00:15:54\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 00:15:54\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:29;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2432;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Md.Nazrul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:25:\\\"litonnazrul1976@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01816445211\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Il6.TUpbUZLtzIhd3Leg1.GqIfRcXm7Gml62vTi\\/ng92dpMHCEDfa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 00:19:42\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 00:19:42\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2432;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Md.Nazrul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:25:\\\"litonnazrul1976@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01816445211\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Il6.TUpbUZLtzIhd3Leg1.GqIfRcXm7Gml62vTi\\/ng92dpMHCEDfa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 00:19:42\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 00:19:42\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:30;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2433;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:20:\\\"Dr.Md.Azaharul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"azharulrafi28@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01735923644\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$y0pCZNfDRZrww36vCMqcu.rPJ9BpvinDIC07Xg7Sqf8sJMWlUlq3W\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 00:24:43\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 00:24:43\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2433;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:20:\\\"Dr.Md.Azaharul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"azharulrafi28@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01735923644\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$y0pCZNfDRZrww36vCMqcu.rPJ9BpvinDIC07Xg7Sqf8sJMWlUlq3W\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 00:24:43\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 00:24:43\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:31;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2435;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Md Nuruzzaman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"zaman526266i@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01728115026\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$F\\/WXv1nOV36OnsAD7n077eKKwgYYExmeM3sKHMe9tDMkjKJT\\/Ih9.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 10:07:36\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 10:07:36\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2435;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Md Nuruzzaman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"zaman526266i@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01728115026\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$F\\/WXv1nOV36OnsAD7n077eKKwgYYExmeM3sKHMe9tDMkjKJT\\/Ih9.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 10:07:36\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 10:07:36\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:32;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2436;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:24:\\\"Md.Mahmudur Rahman Pasha\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"istugulugulu@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01729204040\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$5FFcCwvz1AaHB.MmbAaV0eiWopunemC2XE91DFlcuFIGaV27y.5cm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 10:09:56\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 10:09:56\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2436;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:24:\\\"Md.Mahmudur Rahman Pasha\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"istugulugulu@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01729204040\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$5FFcCwvz1AaHB.MmbAaV0eiWopunemC2XE91DFlcuFIGaV27y.5cm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 10:09:56\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 10:09:56\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:33;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2437;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Md. Mahbubul Hasan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:27:\\\"mahbubulhasan5154@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01754336875\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$a\\/XZscVqnxgmdY7\\/7wlvuO1fJ5sZwCtmZybSayi8KWJ1rIOPxo.di\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 10:18:25\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 10:18:25\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2437;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Md. Mahbubul Hasan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:27:\\\"mahbubulhasan5154@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01754336875\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$a\\/XZscVqnxgmdY7\\/7wlvuO1fJ5sZwCtmZybSayi8KWJ1rIOPxo.di\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 10:18:25\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 10:18:25\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:34;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2438;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:21:\\\"Tariqul Islam Bhuiyan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:27:\\\"bhuiyantariqul317@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01827941001\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$6joVvjYrPBNo0e6F13bZlek.z6WGMlbTJI7Yj8jNhIpx5p8dKnKo.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 10:21:13\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 10:21:13\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2438;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:21:\\\"Tariqul Islam Bhuiyan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:27:\\\"bhuiyantariqul317@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01827941001\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$6joVvjYrPBNo0e6F13bZlek.z6WGMlbTJI7Yj8jNhIpx5p8dKnKo.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 10:21:13\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 10:21:13\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:35;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2439;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Erfan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"rimkisienta@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01717059486\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$U.rM5.HrzIVoM4QhbOvjA.g.85IxcGprJFKmUh1LBXDvXfsaplqvK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 10:24:41\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 10:24:41\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2439;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Erfan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"rimkisienta@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01717059486\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$U.rM5.HrzIVoM4QhbOvjA.g.85IxcGprJFKmUh1LBXDvXfsaplqvK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 10:24:41\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 10:24:41\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:36;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2440;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md. Monirul Bari\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"barirajib@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01799907020\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$jwvwmxSzfL1JGjdLfWjGKeiVTR6LFakYhsIhgBpk8nYqY2v1oICEy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 10:26:56\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 10:26:56\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2440;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md. Monirul Bari\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"barirajib@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01799907020\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$jwvwmxSzfL1JGjdLfWjGKeiVTR6LFakYhsIhgBpk8nYqY2v1oICEy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 10:26:56\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 10:26:56\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:37;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2441;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Subrata Das\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"subrata21@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01819102021\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$4paWT5poyIBpNPJejDHtQ.Sf4sdOw0Mrhhmj9EXHK2IgDvSb6M.T2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 10:36:06\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 10:36:06\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2441;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Subrata Das\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"subrata21@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01819102021\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$4paWT5poyIBpNPJejDHtQ.Sf4sdOw0Mrhhmj9EXHK2IgDvSb6M.T2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 10:36:06\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 10:36:06\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:38;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2442;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Hassan Shahriar\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"imshahriar@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715551730\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$91R8YxDXy97.BQSr4Y0HoewNdLzSQQ1lSMv0vITz8j9K3Z75fduNi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 10:38:31\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 10:38:31\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2442;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Hassan Shahriar\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"imshahriar@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715551730\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$91R8YxDXy97.BQSr4Y0HoewNdLzSQQ1lSMv0vITz8j9K3Z75fduNi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 10:38:31\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 10:38:31\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:39;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2443;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Abdur Razzaque\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"razzaquem1971@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711954560\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ZUzEU8bc245lFVCZbBO5VuOCFWYRrnqcfpWaZNv\\/z5sv.FnEsA23W\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 10:56:10\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 10:56:10\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2443;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Abdur Razzaque\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"razzaquem1971@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711954560\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ZUzEU8bc245lFVCZbBO5VuOCFWYRrnqcfpWaZNv\\/z5sv.FnEsA23W\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 10:56:10\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 10:56:10\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:40;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2445;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Md Tawfiq Alam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"tawfiq8505@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01722823747\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$TasLvLzXKLL2uZCcME1XcezvTh6A8osavFYGZzLCFNpEFIIbf\\/gPK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 11:13:48\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 11:13:48\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2445;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Md Tawfiq Alam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"tawfiq8505@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01722823747\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$TasLvLzXKLL2uZCcME1XcezvTh6A8osavFYGZzLCFNpEFIIbf\\/gPK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 11:13:48\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 11:13:48\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:41;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2446;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Mashfiq\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"mbeg9164@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01316455470\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$zAev2D6TouatZ6uE6qCB6.BxajBwbK\\/fY1qERsNmYDYDBEccGLWCm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 11:16:08\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 11:16:08\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2446;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Mashfiq\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"mbeg9164@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01316455470\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$zAev2D6TouatZ6uE6qCB6.BxajBwbK\\/fY1qERsNmYDYDBEccGLWCm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 11:16:08\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 11:16:08\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:42;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2447;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Mahbub Riyad\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"riyad41@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01877162041\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$2CFhWwHXiX5K5XtqVUg9B.d6l3HqQzAqnaOKUBaUDT0kQy9EsxVOW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 11:23:43\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 11:23:43\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2447;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Mahbub Riyad\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"riyad41@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01877162041\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$2CFhWwHXiX5K5XtqVUg9B.d6l3HqQzAqnaOKUBaUDT0kQy9EsxVOW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 11:23:43\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 11:23:43\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:43;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2448;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md. Khosrul Alam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"khosrul902@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01718096689\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$DlzDmGD5M4diltWrab7pm.6IfYDlE0izBCdAIIE62Q1EvZhQBJ\\/XW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 11:26:37\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 11:26:37\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2448;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md. Khosrul Alam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"khosrul902@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01718096689\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$DlzDmGD5M4diltWrab7pm.6IfYDlE0izBCdAIIE62Q1EvZhQBJ\\/XW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 11:26:37\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 11:26:37\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:44;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2449;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"SHAWON\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"shawon07@mygps.com.bd\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01742401607\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$fv04ZUbQ9NygEJL587GFOepEYHFDlGW04mdL7aD3LXCE9rDRdRyIe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 11:28:56\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 11:28:56\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2449;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"SHAWON\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"shawon07@mygps.com.bd\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01742401607\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$fv04ZUbQ9NygEJL587GFOepEYHFDlGW04mdL7aD3LXCE9rDRdRyIe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 11:28:56\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 11:28:56\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:45;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2452;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Shah Alam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:27:\\\"heavenenterrise02@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01672074421\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$PzxV5JKHEtpTu9q\\/bToK5.1ryFbvBf02yJlGUXaoOGk3GbP7rAgt2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 12:06:32\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 12:06:32\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2452;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Shah Alam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:27:\\\"heavenenterrise02@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01672074421\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$PzxV5JKHEtpTu9q\\/bToK5.1ryFbvBf02yJlGUXaoOGk3GbP7rAgt2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 12:06:32\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 12:06:32\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:46;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2453;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:20:\\\"Mohammad Golam Faruk\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"farukswim38@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711008630\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$3dIYXYV0uFIkSVxs0yWhR.HpdDp0Wq5C6dBH6JUrclAJS4pDZNBvC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 12:08:52\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 12:08:52\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2453;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:20:\\\"Mohammad Golam Faruk\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"farukswim38@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711008630\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$3dIYXYV0uFIkSVxs0yWhR.HpdDp0Wq5C6dBH6JUrclAJS4pDZNBvC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 12:08:52\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 12:08:52\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:47;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2454;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Babul Sheikh\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:24:\\\"babul542sheikh@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712167542\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$MP1oQwsoaY8Y75ed2Z\\/GwuL9ygWJPg3KD8QTogZqro3pyEgxV\\/9cy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 12:10:58\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 12:10:58\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2454;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Babul Sheikh\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:24:\\\"babul542sheikh@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712167542\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$MP1oQwsoaY8Y75ed2Z\\/GwuL9ygWJPg3KD8QTogZqro3pyEgxV\\/9cy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 12:10:58\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 12:10:58\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:48;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2455;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Md. Shariful Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"sharifrsd@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712554763\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$jcov9pZwEIE5FfKod1DKbuStnNtNjc3oYejG.eovE.BwtD\\/jSo8XC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 12:14:05\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 12:14:05\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2455;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Md. Shariful Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"sharifrsd@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712554763\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$jcov9pZwEIE5FfKod1DKbuStnNtNjc3oYejG.eovE.BwtD\\/jSo8XC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 12:14:05\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 12:14:05\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:49;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2456;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:22:\\\"ASM Muntasir Chowdhury\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"dear.muntasir@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711670830\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$JaLghpPXI7rCsGFu\\/XLlLu9f0rkHif3nRL\\/CUM8eQH4xVB5W9G.4O\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 12:18:32\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 12:18:32\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2456;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:22:\\\"ASM Muntasir Chowdhury\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"dear.muntasir@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711670830\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$JaLghpPXI7rCsGFu\\/XLlLu9f0rkHif3nRL\\/CUM8eQH4xVB5W9G.4O\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 12:18:32\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 12:18:32\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:50;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2457;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"Md.Masud Alom Munna\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"munna32@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711026032\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$xIZnW.4e.u7UgLKqPilHfeX.mAPgBMgpQAe4cy63sF\\/p\\/zF43\\/7xW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 12:20:41\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 12:20:41\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2457;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"Md.Masud Alom Munna\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"munna32@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711026032\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$xIZnW.4e.u7UgLKqPilHfeX.mAPgBMgpQAe4cy63sF\\/p\\/zF43\\/7xW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 12:20:41\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 12:20:41\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:51;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2458;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"AKM Noor Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"rootagrovet@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711929536\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$38KOHdYr0PojSYrMprWhCOfXYWCUgCwE\\/IDg4OglL7GkKRCqitZwm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 12:36:04\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 12:36:04\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2458;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"AKM Noor Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"rootagrovet@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711929536\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$38KOHdYr0PojSYrMprWhCOfXYWCUgCwE\\/IDg4OglL7GkKRCqitZwm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 12:36:04\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 12:36:04\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:52;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2459;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Obidul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"obidul55@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01719934355\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$7wZjK.FfckjR6XzB2kbjV.GA8sGi5nOFl6trV0deCfcWcv1sddPgC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 12:38:32\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 12:38:32\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2459;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Obidul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"obidul55@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01719934355\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$7wZjK.FfckjR6XzB2kbjV.GA8sGi5nOFl6trV0deCfcWcv1sddPgC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 12:38:32\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 12:38:32\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:53;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2463;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"Engr. Mogibul Mowla\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"marinetecctg@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01814275302\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ySNLzAgdKGSTes.kFP4vke2.x15VEsmBFgmWSf8wpHjsMyGrPY7cS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 16:14:18\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 16:14:18\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2463;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"Engr. Mogibul Mowla\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"marinetecctg@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01814275302\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ySNLzAgdKGSTes.kFP4vke2.x15VEsmBFgmWSf8wpHjsMyGrPY7cS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 16:14:18\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 16:14:18\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:54;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2465;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:25:\\\"Dr. Mohammad Khairul Alam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"khairulalom@mygpsbd.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711398017\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Qjtml5ahXXZ0AoF0G74MxeeHEUQd5O4mvP2MfFB8bE6g\\/4gf6LKRG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 16:19:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 16:19:29\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2465;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:25:\\\"Dr. Mohammad Khairul Alam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"khairulalom@mygpsbd.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711398017\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Qjtml5ahXXZ0AoF0G74MxeeHEUQd5O4mvP2MfFB8bE6g\\/4gf6LKRG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 16:19:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 16:19:29\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:55;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2466;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Motaleb Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"m.motaleb26@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01811770766\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$TJhQBMaFVwOiZknqB.YdwuioTWByTApz1VvQlxU8WthZ7Y5uu\\/kta\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 16:23:18\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 16:23:18\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2466;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Motaleb Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"m.motaleb26@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01811770766\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$TJhQBMaFVwOiZknqB.YdwuioTWByTApz1VvQlxU8WthZ7Y5uu\\/kta\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 16:23:18\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 16:23:18\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:56;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2467;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:21:\\\"Md. Matiul Islam Alam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:27:\\\"matiulislamsarkar@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01707367055\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$f1.OcNiTowl9tHYEr\\/\\/DheR5ZO3STtuveQrFJ6CsiS1jf\\/G6g7F6u\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 16:26:21\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 16:26:21\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2467;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:21:\\\"Md. Matiul Islam Alam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:27:\\\"matiulislamsarkar@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01707367055\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$f1.OcNiTowl9tHYEr\\/\\/DheR5ZO3STtuveQrFJ6CsiS1jf\\/G6g7F6u\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 16:26:21\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 16:26:21\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:57;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2468;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Md.sohel Rana\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:32:\\\"sel.mdsohelranafactory@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01733085984\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$tLzuwx.z5B2K130gAfWdK.97npWJNgoQT.VjTkc5Kw.iX2B9a4BNK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 16:33:16\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 16:33:16\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2468;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Md.sohel Rana\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:32:\\\"sel.mdsohelranafactory@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01733085984\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$tLzuwx.z5B2K130gAfWdK.97npWJNgoQT.VjTkc5Kw.iX2B9a4BNK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 16:33:16\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 16:33:16\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:58;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2470;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Mafizul Alom\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"mafizul13@mygpsbd.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01718336513\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$VlLMglcTQIqv12QiavpwdOtEExD3U35QFWzBanuf.uhixnU5Rfyxy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 16:46:52\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 16:46:52\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2470;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Mafizul Alom\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"mafizul13@mygpsbd.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01718336513\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$VlLMglcTQIqv12QiavpwdOtEExD3U35QFWzBanuf.uhixnU5Rfyxy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 16:46:52\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 16:46:52\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:59;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2471;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Mos5 tel Ltd.\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"mokamal018@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01707038118\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$QuWzjrVfksPhmpjJ.ftfP.mzksUQ1sPB4ATaREikC0lnrtD\\/vSHwW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 16:49:32\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 16:49:32\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2471;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Mos5 tel Ltd.\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"mokamal018@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01707038118\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$QuWzjrVfksPhmpjJ.ftfP.mzksUQ1sPB4ATaREikC0lnrtD\\/vSHwW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 16:49:32\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 16:49:32\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:60;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2472;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Md. Jahedul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"jatbangla548@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01749332498\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$RlCCi.XgWzilarZ\\/D.LaKuZEQ5goMANRh5VLVlyV5mHNHiuWCtCiG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 16:54:59\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 16:54:59\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2472;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Md. Jahedul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"jatbangla548@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01749332498\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$RlCCi.XgWzilarZ\\/D.LaKuZEQ5goMANRh5VLVlyV5mHNHiuWCtCiG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 16:54:59\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 16:54:59\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:61;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2473;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"Shaiful Islam Bahar\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:16:\\\"lutfun@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01937273576\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Jx4663Dz0KFy1FWFqKrWJ.cKPMyvpmrKL8My4jvCGF5ca4JmGi67O\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 17:07:02\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 17:07:02\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2473;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"Shaiful Islam Bahar\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:16:\\\"lutfun@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01937273576\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Jx4663Dz0KFy1FWFqKrWJ.cKPMyvpmrKL8My4jvCGF5ca4JmGi67O\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 17:07:02\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 17:07:02\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:62;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2474;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"Robiul Hasan Salman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"robiulhasan@mygpsbd.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01999044603\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$XcyV060tyyEvbkBbVktUfuJdq4EdveiOCLs2pagM7\\/hxfIkGMOISK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 17:19:21\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 17:19:21\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2474;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"Robiul Hasan Salman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"robiulhasan@mygpsbd.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01999044603\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$XcyV060tyyEvbkBbVktUfuJdq4EdveiOCLs2pagM7\\/hxfIkGMOISK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 17:19:21\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 17:19:21\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:63;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2475;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Motiur Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"motiur46@mygpsbd.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01611582146\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$eyedEa5QgnwRPj1u.0wSl.68b2teKIX0nJmfHMpgLWGGGByPcTuVa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 17:24:26\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 17:24:26\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2475;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Motiur Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"motiur46@mygpsbd.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01611582146\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$eyedEa5QgnwRPj1u.0wSl.68b2teKIX0nJmfHMpgLWGGGByPcTuVa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 17:24:26\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 17:24:26\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:64;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2476;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Liakat Ali\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01827596267\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$hAaWzKnm92RYxQlT4ftPmuiu2QbD.SKkXwVi4K7hBKcOHYwVwJMzO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 17:31:19\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 17:31:19\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2476;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Liakat Ali\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01827596267\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$hAaWzKnm92RYxQlT4ftPmuiu2QbD.SKkXwVi4K7hBKcOHYwVwJMzO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 17:31:19\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 17:31:19\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:65;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2478;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:21:\\\"Rashed Mosharrof Rana\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:29:\\\"rashedmosharrofrana@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01973000081\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$c7yufkSrAk7mKLrQKxOwPe2emOtgrHbgXnc6yAuT6QBPq2\\/5tKdlm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 17:46:54\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 17:46:54\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2478;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:21:\\\"Rashed Mosharrof Rana\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:29:\\\"rashedmosharrofrana@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01973000081\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$c7yufkSrAk7mKLrQKxOwPe2emOtgrHbgXnc6yAuT6QBPq2\\/5tKdlm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 17:46:54\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 17:46:54\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:66;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2479;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:20:\\\"Md. Morshed Sawdagor\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"morshed23@mygpsbd.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01704406523\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$08.frEpeGHeWHbXRd7scPu2rPq19jD5eCQ7M1QkpMpK2nCmNkiIdG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 17:49:15\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 17:49:15\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2479;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:20:\\\"Md. Morshed Sawdagor\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"morshed23@mygpsbd.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01704406523\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$08.frEpeGHeWHbXRd7scPu2rPq19jD5eCQ7M1QkpMpK2nCmNkiIdG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 17:49:15\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 17:49:15\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:67;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2480;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Lutfor rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:27:\\\"rahamanlutfor1981@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01608907576\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$HjvXwVQef\\/rF1v7aA1fXxeINmCr4NLDga8JZBNu4fv9errCfo5oLq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 17:52:19\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 17:52:19\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2480;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Lutfor rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:27:\\\"rahamanlutfor1981@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01608907576\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$HjvXwVQef\\/rF1v7aA1fXxeINmCr4NLDga8JZBNu4fv9errCfo5oLq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 17:52:19\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 17:52:19\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:68;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2481;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Shaon Debnath\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:17:\\\"shaon38@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01677194407\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$MqXwlBOHB.kNjly5e1113OigHghW9oTY7UWvSyWAa9ClewZdaV82S\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 17:54:51\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 17:54:51\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2481;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Shaon Debnath\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:17:\\\"shaon38@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01677194407\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$MqXwlBOHB.kNjly5e1113OigHghW9oTY7UWvSyWAa9ClewZdaV82S\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 17:54:51\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 17:54:51\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:69;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2482;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Parvez Ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"parvezahmed@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01882767271\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$In.YyYJSt4na82c7jCL.1.bzb9UPTWyE\\/ZpU9G6luIS4w2hTuOFxe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 17:57:15\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 17:57:15\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2482;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Parvez Ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"parvezahmed@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01882767271\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$In.YyYJSt4na82c7jCL.1.bzb9UPTWyE\\/ZpU9G6luIS4w2hTuOFxe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 17:57:15\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 17:57:15\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:70;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2483;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Murshed Chowdhury\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:29:\\\"murshed_chowdhury@outlook.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01729226623\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$jPqHEbI2WWTRDewPLbaFgerKFen9ZpPT\\/ZVsIYkwRpF.SyJY0jJVC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 21:20:14\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 21:20:14\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2483;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Murshed Chowdhury\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:29:\\\"murshed_chowdhury@outlook.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01729226623\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$jPqHEbI2WWTRDewPLbaFgerKFen9ZpPT\\/ZVsIYkwRpF.SyJY0jJVC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 21:20:14\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 21:20:14\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:71;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2484;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"DR MD SALAH UDDON\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:28:\\\"salahuddinomar9229@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711421085\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$zwO8gmGjwZlt428q2WDawekfjuLT4BgDEt8Y5hMRxSSD79wRZNCoO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 21:36:22\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 21:36:22\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2484;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"DR MD SALAH UDDON\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:28:\\\"salahuddinomar9229@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711421085\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$zwO8gmGjwZlt428q2WDawekfjuLT4BgDEt8Y5hMRxSSD79wRZNCoO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 21:36:22\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 21:36:22\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:72;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2485;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:23:\\\"Mohammad Ismail Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"muktoh2022@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711123599\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$kHesDVKgnh6p0sb5JUIELu3zoJsJFoMCN7tyYerWuqgQ6mQ2oF\\/xi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 21:39:06\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 21:39:06\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2485;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:23:\\\"Mohammad Ismail Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"muktoh2022@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711123599\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$kHesDVKgnh6p0sb5JUIELu3zoJsJFoMCN7tyYerWuqgQ6mQ2oF\\/xi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 21:39:06\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 21:39:06\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:73;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2486;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Kornel asad\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"romel6540@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01713331568\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$0j2lELbzUf3Xw.ydqfsw7OVRmlUtFJ37MXaf3fUFvIkgqCLK56UgS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 21:42:00\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 21:42:00\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2486;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Kornel asad\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"romel6540@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01713331568\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$0j2lELbzUf3Xw.ydqfsw7OVRmlUtFJ37MXaf3fUFvIkgqCLK56UgS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 21:42:00\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 21:42:00\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:74;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2487;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"MD Iqbal Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"mdiqbal5029@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712274148\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$cBniBTpQ7fVwJxAxq23hROCElrF4YKFkTYLsEEGAVJ5ax9iYtA2eW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 21:45:05\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 21:45:05\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2487;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"MD Iqbal Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"mdiqbal5029@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712274148\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$cBniBTpQ7fVwJxAxq23hROCElrF4YKFkTYLsEEGAVJ5ax9iYtA2eW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 21:45:05\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 21:45:05\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:75;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2488;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Rabby\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"rabbibond25@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01316199697\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$bRe3uCT0htA8iWYmHUmWN.y2G.1Icdap4ypshRQ8snIB\\/x3pz1mNq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 21:48:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 21:48:29\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2488;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Rabby\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"rabbibond25@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01316199697\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$bRe3uCT0htA8iWYmHUmWN.y2G.1Icdap4ypshRQ8snIB\\/x3pz1mNq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 21:48:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 21:48:29\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:76;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2489;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Rahim\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"rahim44@mygpsd.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01919166944\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$gLk\\/6lbx\\/Zlm45VYhwlPAewl\\/2YT6vwx5r1LATOelTZiiGrsMhJGO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 21:51:27\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 21:51:27\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2489;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Rahim\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"rahim44@mygpsd.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01919166944\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$gLk\\/6lbx\\/Zlm45VYhwlPAewl\\/2YT6vwx5r1LATOelTZiiGrsMhJGO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 21:51:27\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 21:51:27\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:77;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2490;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Sumon Uddin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:17:\\\"sumon71@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01884204571\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$OYY.savfOzOeGvosSUhXDOEwsdRyPDuhpf4swbcGjThH50Z87309i\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 21:56:27\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 21:56:27\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2490;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Sumon Uddin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:17:\\\"sumon71@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01884204571\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$OYY.savfOzOeGvosSUhXDOEwsdRyPDuhpf4swbcGjThH50Z87309i\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 21:56:27\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 21:56:27\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:78;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2491;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:20:\\\"Md Mostafizur Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"shamimkuet@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712699155\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$XRz4Mx8odkjfI5VkYnS.yeMUbCZtfWMyE2D5iT1JDcNmCXtF6dISa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 22:00:39\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 22:00:39\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2491;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:20:\\\"Md Mostafizur Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"shamimkuet@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712699155\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$XRz4Mx8odkjfI5VkYnS.yeMUbCZtfWMyE2D5iT1JDcNmCXtF6dISa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 22:00:39\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 22:00:39\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:79;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2492;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Sheikh Ripon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:17:\\\"ripon89@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01728240589\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$YdtVNlVssIyEBvprXSLjmualFRoWAt6vgOIi6otsJExtL.nZf\\/Jau\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 22:03:25\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 22:03:25\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2492;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Sheikh Ripon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:17:\\\"ripon89@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01728240589\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$YdtVNlVssIyEBvprXSLjmualFRoWAt6vgOIi6otsJExtL.nZf\\/Jau\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-17 22:03:25\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-17 22:03:25\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:80;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2494;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"KAMRUDDUJA SAYEM\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"sayem123457@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712170394\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$j1pPVXArnRH9oI6lePRwD.ZvCTJPkBpf2GjVviBLYfgWc5YxayZcC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 09:59:39\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 09:59:39\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2494;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"KAMRUDDUJA SAYEM\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"sayem123457@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712170394\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$j1pPVXArnRH9oI6lePRwD.ZvCTJPkBpf2GjVviBLYfgWc5YxayZcC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 09:59:39\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 09:59:39\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:81;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2495;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"faruk123\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"faruk123@mygpsd.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01718159097\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$myYv35ExrFoz5KvAkhX4\\/exI3T4qCqQyjdkPaHv0GJQfjEbYFDT8q\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 10:01:51\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 10:01:51\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2495;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"faruk123\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"faruk123@mygpsd.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01718159097\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$myYv35ExrFoz5KvAkhX4\\/exI3T4qCqQyjdkPaHv0GJQfjEbYFDT8q\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 10:01:51\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 10:01:51\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:82;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2496;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Arif\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"mohammedarifh@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712551848\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Kla5jUSv3Tg1s3sXIYjBQ.Tf8WFRjAfM6yRTEBYQOGFEtpQDAN3LC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 10:04:20\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 10:04:20\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2496;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Arif\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"mohammedarifh@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712551848\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Kla5jUSv3Tg1s3sXIYjBQ.Tf8WFRjAfM6yRTEBYQOGFEtpQDAN3LC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 10:04:20\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 10:04:20\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:83;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2497;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Md.Main uddin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"stmain1998@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01732651804\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$FXMIG1cvvwTeoxQGmx81LeFWBtMhApdTaPnlXzVi38N1x4qe8s\\/uG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 10:07:01\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 10:07:01\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2497;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Md.Main uddin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"stmain1998@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01732651804\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$FXMIG1cvvwTeoxQGmx81LeFWBtMhApdTaPnlXzVi38N1x4qe8s\\/uG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 10:07:01\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 10:07:01\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:84;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2498;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"HAMIDUR RAHMAN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:29:\\\"hamidurrahmanshipon@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01718108042\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$\\/JZXQhYUyEX.1\\/D8Z.eKhOzuu1a2RbdH2WxOHxPDWMCpDODMZPpG2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 10:13:21\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 10:13:21\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2498;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"HAMIDUR RAHMAN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:29:\\\"hamidurrahmanshipon@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01718108042\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$\\/JZXQhYUyEX.1\\/D8Z.eKhOzuu1a2RbdH2WxOHxPDWMCpDODMZPpG2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 10:13:21\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 10:13:21\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:85;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2499;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"RASEL AHMED\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"rasel12@mygpsd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01769007412\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$n1VbuPxO.iO9qM4ObH2kPuE0iZhgiYBgFPWKXBkQvSciuqZC7XsRm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 10:17:31\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 10:17:31\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2499;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"RASEL AHMED\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"rasel12@mygpsd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01769007412\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$n1VbuPxO.iO9qM4ObH2kPuE0iZhgiYBgFPWKXBkQvSciuqZC7XsRm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 10:17:31\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 10:17:31\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:86;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2500;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Dewan Md Laqat Ali\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"liaqat3238@yahoo.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01700783345\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$oBmsnblIE8rYb6z8NPjtP.4uKp95zdE6zEDB0CYYOFk6NNR\\/exfeS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 10:23:07\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 10:23:07\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2500;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Dewan Md Laqat Ali\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"liaqat3238@yahoo.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01700783345\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$oBmsnblIE8rYb6z8NPjtP.4uKp95zdE6zEDB0CYYOFk6NNR\\/exfeS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 10:23:07\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 10:23:07\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:87;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2501;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Teletalk\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:24:\\\"shafaatuzzaman@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01550155280\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$6QL3pa83zSk26mWv94PjQuhXveCb7QNCxKpSZSe97p8jxGPqbn4Ru\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 10:30:15\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 10:30:15\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2501;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Teletalk\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:24:\\\"shafaatuzzaman@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01550155280\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$6QL3pa83zSk26mWv94PjQuhXveCb7QNCxKpSZSe97p8jxGPqbn4Ru\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 10:30:15\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 10:30:15\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:88;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2502;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Adil\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"adil.revere@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01938888988\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$5gzyDPEXwIgEbsE9LQ3QtOkwMAhbzDm4LPpHTPsMvN0XJzT9JdddS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 10:34:08\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 10:34:08\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2502;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Adil\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"adil.revere@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01938888988\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$5gzyDPEXwIgEbsE9LQ3QtOkwMAhbzDm4LPpHTPsMvN0XJzT9JdddS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 10:34:08\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 10:34:08\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:89;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2503;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"NUR SIDDIQUE ONIM\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:17:\\\"ONIM723@GMAIL.COM\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01730599993\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$YkMaoZX1xNNUYjdw3U0q5ukkFg9wh\\/MH6Xy7uvneB2F\\/zPjnC1jtS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 10:38:40\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 10:38:40\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2503;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"NUR SIDDIQUE ONIM\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:17:\\\"ONIM723@GMAIL.COM\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01730599993\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$YkMaoZX1xNNUYjdw3U0q5ukkFg9wh\\/MH6Xy7uvneB2F\\/zPjnC1jtS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 10:38:40\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 10:38:40\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:90;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2504;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:20:\\\"Anayet Hossain Sumon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"anayet95@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01866019195\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$fOfRgdXQNn0QPFd2J8us4ueOlYKLCklzv4DBMSxK09B\\/eMuo3J1wW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 10:50:45\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 10:50:45\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2504;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:20:\\\"Anayet Hossain Sumon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"anayet95@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01866019195\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$fOfRgdXQNn0QPFd2J8us4ueOlYKLCklzv4DBMSxK09B\\/eMuo3J1wW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 10:50:45\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 10:50:45\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:91;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2505;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md.jahangir alam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:27:\\\"Jahagiralam.tex16@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01618384673\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$WDC67DaNgToFW0Tx6oNyauDm2FYTbIVVdIZxuYmVa2RTLxAXRQERu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 10:54:54\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 10:54:54\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2505;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md.jahangir alam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:27:\\\"Jahagiralam.tex16@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01618384673\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$WDC67DaNgToFW0Tx6oNyauDm2FYTbIVVdIZxuYmVa2RTLxAXRQERu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 10:54:54\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 10:54:54\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:92;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2506;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Md Manik Mia\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"rawshik84@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715054861\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$o3hvZvi.7jAza.yEq4lxYuAwGSo3uuKhpyEGkJrKiPIAjKeOHunga\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 10:59:24\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 10:59:24\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2506;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Md Manik Mia\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"rawshik84@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715054861\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$o3hvZvi.7jAza.yEq4lxYuAwGSo3uuKhpyEGkJrKiPIAjKeOHunga\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 10:59:24\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 10:59:24\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:93;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2507;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md.Mojibul Karim\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"amimujib1986@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01732228280\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$fFDi0WJjfx5vBLY6hWqoueZgq5LSRxNbf5YMyY90Q2\\/DNhk5YoV3e\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 11:18:33\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 11:18:33\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2507;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md.Mojibul Karim\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"amimujib1986@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01732228280\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$fFDi0WJjfx5vBLY6hWqoueZgq5LSRxNbf5YMyY90Q2\\/DNhk5YoV3e\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 11:18:33\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 11:18:33\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:94;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2508;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md.Alim Ul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"sajoloffice@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712334589\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$KbV0fW6v02SQKyCN19dTYuZAYPi2uljas\\/xpxeVoG3BQ2o7PMZ2ku\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 11:42:14\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 12:31:59\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2508;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md.Alim Ul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"sajoloffice@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712334589\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$KbV0fW6v02SQKyCN19dTYuZAYPi2uljas\\/xpxeVoG3BQ2o7PMZ2ku\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 11:42:14\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 12:31:59\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:95;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2510;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"ROSHID\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"roshid55@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01920784555\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$W41bNFARcsFxBB6eyuZX3.mGWQK2ixuQAYNhUwYyGUWaEQVuBM9lu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 21:46:48\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 21:46:48\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2510;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"ROSHID\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"roshid55@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01920784555\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$W41bNFARcsFxBB6eyuZX3.mGWQK2ixuQAYNhUwYyGUWaEQVuBM9lu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 21:46:48\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 21:46:48\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:96;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2511;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Nashim Ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"skrumi.in@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01763256861\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$hKemHqPZ9gXYRC3pO.SI6.j9H7hvZwp6pNll2AMRBqCwFFHHaUlVy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 21:50:51\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 21:50:51\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2511;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Nashim Ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"skrumi.in@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01763256861\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$hKemHqPZ9gXYRC3pO.SI6.j9H7hvZwp6pNll2AMRBqCwFFHHaUlVy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 21:50:51\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 21:50:51\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:97;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2512;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:23:\\\"Abdullah Mohammad Eunus\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"abdullah11@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01755536111\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Dycz1nKGIxtOpnKjEoNd6OfOK8yLEL.ryp\\/QTCGfjcvVdI8D7n8im\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 21:54:10\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 21:54:10\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2512;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:23:\\\"Abdullah Mohammad Eunus\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"abdullah11@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01755536111\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Dycz1nKGIxtOpnKjEoNd6OfOK8yLEL.ryp\\/QTCGfjcvVdI8D7n8im\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 21:54:10\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 21:54:10\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:98;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2513;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Md Razvi Biswas\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"dxrobin8@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01796597999\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$mLb\\/NBBWblqTx0X\\/D.02xegDHYvgQU.bGWvVEFopY2BtmAieF6TQC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 21:56:46\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 21:56:46\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2513;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Md Razvi Biswas\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"dxrobin8@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01796597999\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$mLb\\/NBBWblqTx0X\\/D.02xegDHYvgQU.bGWvVEFopY2BtmAieF6TQC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 21:56:46\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 21:56:46\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:99;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2514;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Delowar hosen\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:26:\\\"delowar.hosen557@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01685596102\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$FF8qu2fVFMPBgzEG0IgiZOj99c5w\\/3PXw3VScZwHV86wiO1VxbgOK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 21:59:51\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 21:59:51\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2514;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Delowar hosen\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:26:\\\"delowar.hosen557@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01685596102\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$FF8qu2fVFMPBgzEG0IgiZOj99c5w\\/3PXw3VScZwHV86wiO1VxbgOK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 21:59:51\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 21:59:51\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}}}s:4:\\\"text\\\";s:540:\\\"\\u09aa\\u09cd\\u09b0\\u09bf\\u09af\\u09bc \\u0997\\u09cd\\u09b0\\u09be\\u09b9\\u0995,\\n\\u09ae\\u09be\\u0987\\u099c\\u09bf\\u09aa\\u09bf\\u098f\\u09b8 \\u099f\\u09cd\\u09b0\\u09cd\\u09af\\u09be\\u0995\\u09bf\\u0982 \\u09b8\\u09be\\u09b0\\u09cd\\u09ad\\u09bf\\u09b8 \\u098f\\u09b0 \\u09aa\\u0995\\u09cd\\u09b7 \\u09a5\\u09c7\\u0995\\u09c7 \\u09aa\\u09ac\\u09bf\\u09a4\\u09cd\\u09b0 \\u0988\\u09a6\\u09c1\\u09b2 \\u09ab\\u09bf\\u09a4\\u09b0 \\u0989\\u09aa\\u09b2\\u0995\\u09cd\\u09b7\\u09c7 \\u0986\\u09aa\\u09a8\\u09be\\u0995\\u09c7 \\u099c\\u09be\\u09a8\\u09be\\u0987 \\\"\\u0988\\u09a6 \\u09ae\\u09cb\\u09ac\\u09be\\u09b0\\u0995\\\"\\u0964 \\u0986\\u09aa\\u09a8\\u09be\\u09b0 \\u09aa\\u09b0\\u09bf\\u09ac\\u09be\\u09b0\\u0995\\u09c7 \\u09a8\\u09bf\\u09af\\u09bc\\u09c7 \\u098f\\u09ac\\u09be\\u09b0\\u09c7\\u09b0 \\u0988\\u09a6 \\u0995\\u09be\\u099f\\u09c1\\u0995 \\u0986\\u09b0\\u09cb \\u0986\\u09a8\\u09a8\\u09cd\\u09a6\\u09aa\\u09c2\\u09b0\\u09cd\\u09a3 \\u0993 \\u0989\\u09aa\\u09ad\\u09cb\\u0997\\u09cd\\u09af\\u09ae\\u09af\\u09bc\\u0964 \\u0986\\u09aa\\u09a8\\u09be\\u09b0 \\u09aa\\u09cd\\u09b0\\u09a4\\u09bf\\u099f\\u09bf \\u09af\\u09be\\u09a4\\u09cd\\u09b0\\u09be \\u09b6\\u09c1\\u09ad \\u09b9\\u09cb\\u0995\\u0964\\\";}s:3:\\\"job\\\";N;s:10:\\\"connection\\\";N;s:5:\\\"queue\\\";N;s:15:\\\"chainConnection\\\";N;s:10:\\\"chainQueue\\\";N;s:5:\\\"delay\\\";N;s:10:\\\"middleware\\\";a:0:{}s:7:\\\"chained\\\";a:0:{}}\"}}', 'Illuminate\\Queue\\MaxAttemptsExceededException: App\\Jobs\\SmsSend has been attempted too many times or run too long. The job may have previously timed out. in /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php:648\nStack trace:\n#0 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(163): Illuminate\\Queue\\Worker->maxAttemptsExceededException(Object(Illuminate\\Queue\\Jobs\\DatabaseJob))\n#1 /home/mygpsbd/public_html/app/Http/helper.php(28): Illuminate\\Queue\\Worker->Illuminate\\Queue\\{closure}(14, Array)\n#2 /home/mygpsbd/public_html/app/Jobs/SmsSend.php(35): send_sms(\'\\xE0\\xA6\\xAA\\xE0\\xA7\\x8D\\xE0\\xA6\\xB0\\xE0\\xA6\\xBF\\xE0\\xA6\\xAF...\', Array)\n#3 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App\\Jobs\\SmsSend->handle()\n#4 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/Util.php(37): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}()\n#5 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(93): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))\n#6 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(37): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))\n#7 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/Container.php(596): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)\n#8 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php(94): Illuminate\\Container\\Container->call(Array)\n#9 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(128): Illuminate\\Bus\\Dispatcher->Illuminate\\Bus\\{closure}(Object(App\\Jobs\\SmsSend))\n#10 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(103): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(App\\Jobs\\SmsSend))\n#11 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php(98): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))\n#12 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(83): Illuminate\\Bus\\Dispatcher->dispatchNow(Object(App\\Jobs\\SmsSend), false)\n#13 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(128): Illuminate\\Queue\\CallQueuedHandler->Illuminate\\Queue\\{closure}(Object(App\\Jobs\\SmsSend))\n#14 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(103): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(App\\Jobs\\SmsSend))\n#15 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(85): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))\n#16 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(59): Illuminate\\Queue\\CallQueuedHandler->dispatchThroughMiddleware(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Object(App\\Jobs\\SmsSend))\n#17 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Jobs/Job.php(98): Illuminate\\Queue\\CallQueuedHandler->call(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Array)\n#18 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(356): Illuminate\\Queue\\Jobs\\Job->fire()\n#19 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(306): Illuminate\\Queue\\Worker->process(\'database\', Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Object(Illuminate\\Queue\\WorkerOptions))\n#20 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(132): Illuminate\\Queue\\Worker->runJob(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), \'database\', Object(Illuminate\\Queue\\WorkerOptions))\n#21 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(112): Illuminate\\Queue\\Worker->daemon(\'database\', \'default\', Object(Illuminate\\Queue\\WorkerOptions))\n#22 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(96): Illuminate\\Queue\\Console\\WorkCommand->runWorker(\'database\', \'default\')\n#23 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Illuminate\\Queue\\Console\\WorkCommand->handle()\n#24 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/Util.php(37): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}()\n#25 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(93): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))\n#26 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(37): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))\n#27 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/Container.php(596): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)\n#28 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Console/Command.php(134): Illuminate\\Container\\Container->call(Array)\n#29 /home/mygpsbd/public_html/vendor/symfony/console/Command/Command.php(298): Illuminate\\Console\\Command->execute(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))\n#30 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Console/Command.php(121): Symfony\\Component\\Console\\Command\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))\n#31 /home/mygpsbd/public_html/vendor/symfony/console/Application.php(1040): Illuminate\\Console\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#32 /home/mygpsbd/public_html/vendor/symfony/console/Application.php(301): Symfony\\Component\\Console\\Application->doRunCommand(Object(Illuminate\\Queue\\Console\\WorkCommand), Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#33 /home/mygpsbd/public_html/vendor/symfony/console/Application.php(171): Symfony\\Component\\Console\\Application->doRun(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#34 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Console/Application.php(93): Symfony\\Component\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#35 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(129): Illuminate\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#36 /home/mygpsbd/public_html/artisan(37): Illuminate\\Foundation\\Console\\Kernel->handle(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#37 {main}', '2024-04-11 13:01:03');
INSERT INTO `failed_jobs` (`id`, `connection`, `queue`, `payload`, `exception`, `failed_at`) VALUES
(728, 'database', 'default', '{\"uuid\":\"750557a2-f542-4a11-95c5-e6c37531dcaa\",\"displayName\":\"App\\\\Jobs\\\\SmsSend\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"delay\":null,\"timeout\":null,\"timeoutAt\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\SmsSend\",\"command\":\"O:16:\\\"App\\\\Jobs\\\\SmsSend\\\":9:{s:4:\\\"data\\\";a:2:{s:4:\\\"data\\\";O:39:\\\"Illuminate\\\\Database\\\\Eloquent\\\\Collection\\\":1:{s:8:\\\"\\u0000*\\u0000items\\\";a:100:{i:0;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2515;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"MD. AKIB HASAN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"akib1344@hotmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715199608\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$hcXEbuniFn\\/IPKZmEAsT9.L7sIKWl1GX3oe4SvV3ydKYjQFL5M8gy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 22:05:59\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 22:05:59\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2515;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"MD. AKIB HASAN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"akib1344@hotmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715199608\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$hcXEbuniFn\\/IPKZmEAsT9.L7sIKWl1GX3oe4SvV3ydKYjQFL5M8gy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 22:05:59\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 22:05:59\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:1;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2516;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"Md Nurul Huda Bijoy\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"bijoy2694@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01769009054\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ykE13CmFtXHqJyX33I82\\/OWjOFDuHa6Es\\/5xbQy4AuoUEayjv1IW2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 22:08:41\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 22:08:41\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2516;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"Md Nurul Huda Bijoy\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"bijoy2694@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01769009054\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ykE13CmFtXHqJyX33I82\\/OWjOFDuHa6Es\\/5xbQy4AuoUEayjv1IW2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 22:08:41\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 22:08:41\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:2;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2517;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Jahangir Aman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"Jahangiraman0@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01304159767\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$.3W1DO30jWmAiFwmdYK1.Oje7zGbkFvBixdk1ytvBt7hmTJi0vXqW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 22:18:24\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 22:18:24\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2517;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Jahangir Aman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"Jahangiraman0@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01304159767\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$.3W1DO30jWmAiFwmdYK1.Oje7zGbkFvBixdk1ytvBt7hmTJi0vXqW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 22:18:24\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 22:18:24\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:3;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2518;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Anar Koli\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715955879\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Dwuw71EoMXjblnHRrKKtr.8u5kP2cM.x7Fey5uGBY0C5.Md1PF6Cm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 22:21:36\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 22:21:36\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2518;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Anar Koli\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715955879\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Dwuw71EoMXjblnHRrKKtr.8u5kP2cM.x7Fey5uGBY0C5.Md1PF6Cm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 22:21:36\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 22:21:36\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:4;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2519;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"SAIM RANA\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:33:\\\"gm.saidulislamsi4800274@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01999488933\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$sj5y.zqg8eEtkj1YnIFFqepy3oMEsq4hnz3FwZ.zexAAMUwKq6C0q\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 22:24:45\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 22:24:45\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2519;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"SAIM RANA\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:33:\\\"gm.saidulislamsi4800274@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01999488933\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$sj5y.zqg8eEtkj1YnIFFqepy3oMEsq4hnz3FwZ.zexAAMUwKq6C0q\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 22:24:45\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 22:24:45\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:5;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2520;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:20:\\\"Md.moniruzzaman khan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:28:\\\"khanmoniruzzaman31@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711203272\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$gG5wQpogoC.fWhuedDf8pOVh.Py4YQCp5.iMfzMaHm.nZkxRFEQ9G\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 22:27:35\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 22:27:35\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2520;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:20:\\\"Md.moniruzzaman khan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:28:\\\"khanmoniruzzaman31@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711203272\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$gG5wQpogoC.fWhuedDf8pOVh.Py4YQCp5.iMfzMaHm.nZkxRFEQ9G\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 22:27:35\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 22:27:35\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:6;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2521;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Md SOLAYMAN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"solaymd65@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01792211276\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$eRFroWzoEYUPu7dUocp0WeVIGvxv7UGEs0EBceCKjBbB9kseNzfCu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 22:30:57\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 22:30:57\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2521;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Md SOLAYMAN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"solaymd65@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01792211276\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$eRFroWzoEYUPu7dUocp0WeVIGvxv7UGEs0EBceCKjBbB9kseNzfCu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 22:30:57\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 22:30:57\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:7;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2522;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Alom sentu\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01713026414\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$i7GDvAZ6VQBg0zmW\\/xovUuEGcnalnWTLdmd7fsyQIZh5GQyzBMtMS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 22:33:35\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 22:33:35\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2522;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Alom sentu\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01713026414\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$i7GDvAZ6VQBg0zmW\\/xovUuEGcnalnWTLdmd7fsyQIZh5GQyzBMtMS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 22:33:35\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 22:33:35\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:8;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2523;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Khokon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01810453194\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$9nQAxans0aSOmmaWjGF6JOv7KxZj8wNB6pXTZVek8XxhZ5e9PW\\/aq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 22:35:56\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 22:35:56\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2523;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Khokon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01810453194\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$9nQAxans0aSOmmaWjGF6JOv7KxZj8wNB6pXTZVek8XxhZ5e9PW\\/aq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-18 22:35:56\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-18 22:35:56\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:9;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2525;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"Moshiur Rahman Razu\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"razu@utechinfusion.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711850011\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$bA\\/Pav2ktSQsq48dfvSzR.Ay9RKAsYDF2JGM3MxDOjU8BIdvvmF0i\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-19 21:17:28\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-19 21:17:28\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2525;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"Moshiur Rahman Razu\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"razu@utechinfusion.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711850011\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$bA\\/Pav2ktSQsq48dfvSzR.Ay9RKAsYDF2JGM3MxDOjU8BIdvvmF0i\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-19 21:17:28\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-19 21:17:28\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:10;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2526;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"MD.SAIFUL DEWAN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"saiful2060@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01724102060\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$HHFqg08Cf7F\\/NGfwDQGVteiK\\/MKOqDwOityXFa6koTDo26nAvx8dq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-19 21:22:20\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-19 21:22:20\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2526;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"MD.SAIFUL DEWAN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"saiful2060@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01724102060\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$HHFqg08Cf7F\\/NGfwDQGVteiK\\/MKOqDwOityXFa6koTDo26nAvx8dq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-19 21:22:20\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-19 21:22:20\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:11;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2527;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Mostafa Zaman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"mostafazaman6@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01752299773\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$cyisXRPLxJGaul7YnYdLVOR6N4ezKPKClPjzdDDvWLP5YjCCTrUoe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-19 21:26:13\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-19 21:26:13\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2527;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Mostafa Zaman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"mostafazaman6@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01752299773\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$cyisXRPLxJGaul7YnYdLVOR6N4ezKPKClPjzdDDvWLP5YjCCTrUoe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-19 21:26:13\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-19 21:26:13\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:12;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2528;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"ISMAIL\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"pmoismail85@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01921764663\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$edz6Bs7HMfrB7yZd9Dqzy.kXw6HGGf3rDkEHGRp4HXVL8m9UXPEay\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-19 21:30:46\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-19 21:30:46\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2528;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"ISMAIL\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"pmoismail85@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01921764663\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$edz6Bs7HMfrB7yZd9Dqzy.kXw6HGGf3rDkEHGRp4HXVL8m9UXPEay\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-19 21:30:46\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-19 21:30:46\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:13;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2529;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Manir Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:26:\\\"manirhossain1981@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01914751898\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Pgyw7.D3P.wInOcd45GEGOoRSTtumhjyqXqkolW91PR.tKeJneszC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-19 21:34:31\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-19 21:34:31\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2529;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Manir Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:26:\\\"manirhossain1981@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01914751898\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Pgyw7.D3P.wInOcd45GEGOoRSTtumhjyqXqkolW91PR.tKeJneszC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-19 21:34:31\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-19 21:34:31\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:14;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2530;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"MD MAHBUBUZZAMAN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:26:\\\"mahbubuzzaman007@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712933123\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$7dCRF43m2.b15FeZybLGSeP5IyVfgfOyC1nHVf6IBuZCeL4B7GlVq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-19 21:37:38\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-19 21:37:38\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2530;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"MD MAHBUBUZZAMAN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:26:\\\"mahbubuzzaman007@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712933123\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$7dCRF43m2.b15FeZybLGSeP5IyVfgfOyC1nHVf6IBuZCeL4B7GlVq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-19 21:37:38\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-19 21:37:38\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:15;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2531;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"S.M. NURUL HUDA\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"gcibangladesh@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01719558555\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$mZp1B7d1WBe3rrVtYVEpx.XkaR1HqNZSM3A4MaIqd1MZ6Fqjl36J2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-19 21:41:07\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-19 21:41:07\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2531;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"S.M. NURUL HUDA\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"gcibangladesh@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01719558555\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$mZp1B7d1WBe3rrVtYVEpx.XkaR1HqNZSM3A4MaIqd1MZ6Fqjl36J2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-19 21:41:07\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-19 21:41:07\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:16;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2532;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Abdullah al mamun\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"almamun43sg@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01321095943\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Vnle3IEMzi65sAS0IhndberyClze43yZDNTQaC3Otxkmo1ztZZOeS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-19 21:45:06\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-19 21:45:06\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2532;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Abdullah al mamun\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"almamun43sg@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01321095943\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Vnle3IEMzi65sAS0IhndberyClze43yZDNTQaC3Otxkmo1ztZZOeS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-19 21:45:06\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-19 21:45:06\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:17;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2533;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Amir\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:29:\\\"amir.ahammad.renata@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716650404\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$89R5mdJ5t2sEPKAfPONgUOTYD1RSFmlu10cWtG8V.WMHKi0yhrcle\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-19 21:49:24\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-19 21:49:24\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2533;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Amir\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:29:\\\"amir.ahammad.renata@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716650404\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$89R5mdJ5t2sEPKAfPONgUOTYD1RSFmlu10cWtG8V.WMHKi0yhrcle\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-19 21:49:24\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-19 21:49:24\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:18;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2534;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"POARSH\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"porosd37@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01979060509\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$wnE.jhm\\/QuBkalbpOPpvPucckX2bf.G6cChLeiUapsea0M7p7RSpO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-19 21:57:42\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-19 21:57:42\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2534;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"POARSH\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"porosd37@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01979060509\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$wnE.jhm\\/QuBkalbpOPpvPucckX2bf.G6cChLeiUapsea0M7p7RSpO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-19 21:57:42\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-19 21:57:42\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:19;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2536;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Mamun\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"mamun53@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715567953\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$23zCnHKeAUYJtRIcNHW8SO4lau0Pn66TUfDIUKCrknLF1PJCqzPG2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-19 22:07:39\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-19 22:07:39\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2536;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Mamun\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"mamun53@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715567953\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$23zCnHKeAUYJtRIcNHW8SO4lau0Pn66TUfDIUKCrknLF1PJCqzPG2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-19 22:07:39\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-19 22:07:39\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:20;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2537;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Md.Golam Rosul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"rosulgolam99@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01964691210\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$8yaX9gx84Kt7rTr6lfOGx.IX4wVbP3ujgY4ikCqm4HJwJwc51YbuS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-19 22:13:44\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-19 22:13:44\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2537;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Md.Golam Rosul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"rosulgolam99@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01964691210\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$8yaX9gx84Kt7rTr6lfOGx.IX4wVbP3ujgY4ikCqm4HJwJwc51YbuS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-19 22:13:44\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-19 22:13:44\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:21;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2538;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Nazim Ahamed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"nazim5bir@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01730087617\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$9RS3jzQMss0zk4ZQwbohAus4xsC1EaD41HB9xtmzOA163WDJRVdKO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-19 22:17:50\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-19 22:17:50\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2538;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Nazim Ahamed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"nazim5bir@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01730087617\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$9RS3jzQMss0zk4ZQwbohAus4xsC1EaD41HB9xtmzOA163WDJRVdKO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-19 22:17:50\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-19 22:17:50\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:22;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2539;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Siyam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"siyamhosen11@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01302476279\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$zJ98..3bABslGA2FhJEppu7EdT2RHtBMU4GQzrDySIqDK47CqQhem\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-19 22:21:14\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-19 22:21:14\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2539;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Siyam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"siyamhosen11@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01302476279\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$zJ98..3bABslGA2FhJEppu7EdT2RHtBMU4GQzrDySIqDK47CqQhem\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-19 22:21:14\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-19 22:21:14\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:23;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2540;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"MOHAMMAD ATAUR\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"ataurims@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01790591028\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$KI19Fat0Jnlz0vkBX39Kau.0IpLJjx4S2SiprY5xjwIJi4lZfwNla\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-19 22:24:27\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-19 22:24:27\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2540;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"MOHAMMAD ATAUR\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"ataurims@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01790591028\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$KI19Fat0Jnlz0vkBX39Kau.0IpLJjx4S2SiprY5xjwIJi4lZfwNla\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-19 22:24:27\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-19 22:24:27\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:24;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2542;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Rintu\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"rintu20@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01970777420\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$b0h8J5kBXAQhkE8q298FVe.aWq9OwgE2bFcFQ9XecyldzFSx18rs6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-19 22:32:54\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-19 22:32:54\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2542;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Rintu\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"rintu20@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01970777420\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$b0h8J5kBXAQhkE8q298FVe.aWq9OwgE2bFcFQ9XecyldzFSx18rs6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-19 22:32:54\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-19 22:32:54\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:25;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2543;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"shamim Ahamed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:15:\\\"sa@metro.net.bd\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712628656\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$W0rMk9FTUREBeFhg0ilhhOhDGOJOomb.sP4e\\/loOu1liouk0Py6ui\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-19 22:35:34\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-19 22:35:34\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2543;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"shamim Ahamed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:15:\\\"sa@metro.net.bd\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712628656\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$W0rMk9FTUREBeFhg0ilhhOhDGOJOomb.sP4e\\/loOu1liouk0Py6ui\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-19 22:35:34\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-19 22:35:34\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:26;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2544;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Mamun\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:26:\\\"mamunhowlader734@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01738007847\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$rHZSi7OUb.JHkhiTlzzodOt1mA0\\/UIsipmIoK\\/mJxmxJoXdweJwya\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-19 22:45:55\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-19 22:45:55\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2544;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Mamun\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:26:\\\"mamunhowlader734@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01738007847\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$rHZSi7OUb.JHkhiTlzzodOt1mA0\\/UIsipmIoK\\/mJxmxJoXdweJwya\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-19 22:45:55\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-19 22:45:55\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:27;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2545;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Mashiul Alam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"mashiul.fcc@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"00170072953\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$xL1DySYPuXsg4iIxKrnkkuewb8a5MAArV8fCpIF2JNposelvnZiou\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-19 22:52:32\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-19 22:52:32\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2545;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Mashiul Alam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"mashiul.fcc@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"00170072953\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$xL1DySYPuXsg4iIxKrnkkuewb8a5MAArV8fCpIF2JNposelvnZiou\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-19 22:52:32\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-19 22:52:32\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:28;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2546;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"shadud0\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"shadud55@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711463355\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$kX35KpGGbHXFczIf99WL8uEaIb9xLVZ\\/epweH.5Zp3syQvlc4jyh6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-19 22:57:22\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-19 22:57:22\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2546;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"shadud0\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"shadud55@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711463355\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$kX35KpGGbHXFczIf99WL8uEaIb9xLVZ\\/epweH.5Zp3syQvlc4jyh6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-19 22:57:22\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-19 22:57:22\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:29;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2547;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Md nasir uddin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:24:\\\"nasirapurbo795@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711450900\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$3SqAt5KCves3NR601EbSyes9oyoowJN11yHt\\/fOP4.m0WSG7gQBCC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-19 23:01:47\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-19 23:01:47\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2547;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Md nasir uddin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:24:\\\"nasirapurbo795@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711450900\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$3SqAt5KCves3NR601EbSyes9oyoowJN11yHt\\/fOP4.m0WSG7gQBCC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-19 23:01:47\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-19 23:01:47\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:30;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2548;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:20:\\\"Mohammad Mahfuz Alam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"mahfuz.hemal@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01911405062\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$kmzJjeBzU7DZyyTfSuA2wOtj4binDbftv\\/AKRrxM09KXBC2mNvoyW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-19 23:06:08\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-19 23:06:08\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2548;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:20:\\\"Mohammad Mahfuz Alam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"mahfuz.hemal@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01911405062\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$kmzJjeBzU7DZyyTfSuA2wOtj4binDbftv\\/AKRrxM09KXBC2mNvoyW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-19 23:06:08\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-19 23:06:08\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:31;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2549;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Anjon Saha\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"anjon_007@icloud.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711150835\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$wXnslELQOcsIuTLpapmez.bMPyxsnqr4WZ6n4XDtmi0N3FLh3yqUe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-19 23:11:56\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-19 23:11:56\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2549;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Anjon Saha\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"anjon_007@icloud.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711150835\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$wXnslELQOcsIuTLpapmez.bMPyxsnqr4WZ6n4XDtmi0N3FLh3yqUe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-19 23:11:56\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-19 23:11:56\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:32;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2550;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Mamun\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"mamun345@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01713579345\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$qQdCKRo4m9zE8pLESYf73OeDAE.vGVNQgc\\/y9tj8Vm3QBOlfx.p06\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-19 23:16:01\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-19 23:16:01\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2550;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Mamun\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"mamun345@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01713579345\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$qQdCKRo4m9zE8pLESYf73OeDAE.vGVNQgc\\/y9tj8Vm3QBOlfx.p06\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-19 23:16:01\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-19 23:16:01\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:33;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2552;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Rahat\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"zoomcs84@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01722416637\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$K.uPl5JrIokDbTN\\/cu1sseCkpEX.gF5.aul5KgVi6A8.K1qzIKqhK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 10:56:04\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 10:56:04\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2552;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Rahat\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"zoomcs84@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01722416637\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$K.uPl5JrIokDbTN\\/cu1sseCkpEX.gF5.aul5KgVi6A8.K1qzIKqhK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 10:56:04\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 10:56:04\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:34;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2553;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Arif\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01818548389\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$2OJqrOyqu4uYiPIpZDUzauUfAXUJCUepdZPYxa0IdBK.5oUQ0Feta\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 11:01:21\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 11:01:21\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2553;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Arif\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01818548389\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$2OJqrOyqu4uYiPIpZDUzauUfAXUJCUepdZPYxa0IdBK.5oUQ0Feta\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 11:01:21\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 11:01:21\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:35;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2554;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Md. Arif ahmad\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711401542\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$g.hK07Cw2LZW3oaldpsgR.7T7VuWETS7ZaVvmtNEOOFqND2YTH6Xa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 11:04:08\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 11:04:08\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2554;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Md. Arif ahmad\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711401542\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$g.hK07Cw2LZW3oaldpsgR.7T7VuWETS7ZaVvmtNEOOFqND2YTH6Xa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 11:04:08\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 11:04:08\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:36;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2555;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Md Masud\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"masudmohammd49@gmil.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01988673215\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$WWK3iAc\\/JhMTyrk14Whyhu7OR.xYlYIaArtGLm0ZHQH\\/QYHH9e0n.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 11:09:03\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 11:09:03\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2555;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Md Masud\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"masudmohammd49@gmil.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01988673215\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$WWK3iAc\\/JhMTyrk14Whyhu7OR.xYlYIaArtGLm0ZHQH\\/QYHH9e0n.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 11:09:03\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 11:09:03\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:37;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2557;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:20:\\\"md syful islam rasel\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"rasel1175@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01722422476\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$2sVJJWOjkgIKtRa\\/HTC7NuvVDFgQmprd\\/juhAgGedrovX4BbT2UGC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 11:32:51\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 11:32:51\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2557;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:20:\\\"md syful islam rasel\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"rasel1175@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01722422476\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$2sVJJWOjkgIKtRa\\/HTC7NuvVDFgQmprd\\/juhAgGedrovX4BbT2UGC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 11:32:51\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 11:32:51\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:38;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2558;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Shafiqul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712691313\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$.\\/pZGWcJychsBlLA0LJ.tu8.Hq7NAMKpM6w\\/Yw7hNIzn3I1Ks..YS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 11:45:06\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 11:45:06\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2558;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Shafiqul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712691313\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$.\\/pZGWcJychsBlLA0LJ.tu8.Hq7NAMKpM6w\\/Yw7hNIzn3I1Ks..YS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 11:45:06\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 11:45:06\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:39;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2559;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"MD.GOLAM MOSTOFA\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715186622\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$1fwaDkEZEHrkzUptlj7HvuheHtxa6vev5ZF7xsMfXgh4Wr1JmD8PO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 11:47:39\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 11:47:39\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2559;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"MD.GOLAM MOSTOFA\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715186622\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$1fwaDkEZEHrkzUptlj7HvuheHtxa6vev5ZF7xsMfXgh4Wr1JmD8PO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 11:47:39\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 11:47:39\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:40;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2560;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Polash Datto\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"Polashdatto07@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01908543520\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$6.IVhfsWZipmsHTZ36qr\\/OvGWBh1pf32RLVfx.Sgr6ZLNnphDiQqO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 12:06:24\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 12:06:24\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2560;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Polash Datto\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"Polashdatto07@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01908543520\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$6.IVhfsWZipmsHTZ36qr\\/OvGWBh1pf32RLVfx.Sgr6ZLNnphDiQqO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 12:06:24\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 12:06:24\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:41;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2561;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Md.jakir hossen\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"sjakir377@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712149259\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$dde8Z5WgbXNbAjA.y3GOcOt5Nr3Zj6HodsqhYUkUuI25SufcGvd6y\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 12:12:17\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 12:12:17\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2561;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Md.jakir hossen\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"sjakir377@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712149259\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$dde8Z5WgbXNbAjA.y3GOcOt5Nr3Zj6HodsqhYUkUuI25SufcGvd6y\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 12:12:17\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 12:12:17\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:42;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2562;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Alamgir hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:29:\\\"alamgirhossain73460@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711077858\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$PvYRbOFogUSFiH\\/wGmb75.y6XXfbz2Qn5za2W4FeKKsBbdddBzD1O\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 12:16:16\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 12:16:16\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2562;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Alamgir hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:29:\\\"alamgirhossain73460@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711077858\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$PvYRbOFogUSFiH\\/wGmb75.y6XXfbz2Qn5za2W4FeKKsBbdddBzD1O\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 12:16:16\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 12:16:16\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:43;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2563;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Mohammad Solayman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:24:\\\"write2solayman@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01678134520\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$IL1hS\\/g68khwKFnBA08gW.bgXr9QXGQWiYUqciirMlgRpVaCSbr7G\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 12:18:47\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 12:18:47\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2563;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Mohammad Solayman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:24:\\\"write2solayman@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01678134520\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$IL1hS\\/g68khwKFnBA08gW.bgXr9QXGQWiYUqciirMlgRpVaCSbr7G\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 12:18:47\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 12:18:47\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:44;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2566;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Zan e alam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"nabi.alviint@yahoo.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01713482200\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$78vj1yg7yy3lQyJIUj7gzOJO3gbdgZ6CrqgcrxwgaYMR\\/yvGskBKG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 13:14:44\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 13:14:44\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2566;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Zan e alam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"nabi.alviint@yahoo.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01713482200\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$78vj1yg7yy3lQyJIUj7gzOJO3gbdgZ6CrqgcrxwgaYMR\\/yvGskBKG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 13:14:44\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 13:14:44\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:45;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2567;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Ataur\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01972434994\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$vLv7\\/vshFaqTwh.tvLmAluvllNPcjVUPIVzsOSE7ftqxtHBn69\\/kC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 13:24:49\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 13:24:49\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2567;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Ataur\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01972434994\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$vLv7\\/vshFaqTwh.tvLmAluvllNPcjVUPIVzsOSE7ftqxtHBn69\\/kC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 13:24:49\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 13:24:49\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:46;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2568;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"RONY AMBULANGE\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"ronitoma41@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01849487341\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ssBdaFt74BXhUM80TKZfrOVjQZrUjkNdJuEV37ZBPPY0jEuLajtaq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 13:28:11\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 13:28:11\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2568;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"RONY AMBULANGE\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"ronitoma41@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01849487341\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ssBdaFt74BXhUM80TKZfrOVjQZrUjkNdJuEV37ZBPPY0jEuLajtaq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 13:28:11\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 13:28:11\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:47;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2571;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"A.H KHAN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:26:\\\"khan@ifxlogisticsbdltd.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01670171329\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$fqP3KLhb0zPJ0GQm5u53.OP.2s8S3t.2yCFz71sxBkJbos\\/TCR0b2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 13:37:24\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 13:37:24\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2571;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"A.H KHAN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:26:\\\"khan@ifxlogisticsbdltd.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01670171329\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$fqP3KLhb0zPJ0GQm5u53.OP.2s8S3t.2yCFz71sxBkJbos\\/TCR0b2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 13:37:24\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 13:37:24\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:48;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2572;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Shahriar Babla\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:26:\\\"shahriarbabla565@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01303733794\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$pluObiGq7u0HS07jfAG12.SgFGjR744eL9pIi4miJDOFp2RcQ9PpK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 13:43:11\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 13:43:11\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2572;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Shahriar Babla\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:26:\\\"shahriarbabla565@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01303733794\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$pluObiGq7u0HS07jfAG12.SgFGjR744eL9pIi4miJDOFp2RcQ9PpK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 13:43:11\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 13:43:11\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:49;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2574;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:22:\\\"Md.Babul hossain sabuj\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"mia814742@gamil.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01972487788\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$QXqYLo13dl6qCtIdTONw2O\\/c4cWBfvdQQ46SoBlk4y5xAxC9O8Aae\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 13:52:59\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 13:52:59\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2574;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:22:\\\"Md.Babul hossain sabuj\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"mia814742@gamil.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01972487788\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$QXqYLo13dl6qCtIdTONw2O\\/c4cWBfvdQQ46SoBlk4y5xAxC9O8Aae\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 13:52:59\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 13:52:59\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:50;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2575;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Nobel\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"nobelfana53@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01731255493\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Ych2qk5.BtFXT9NpQ.jjhutM\\/JPEu8dVVm5BqAPhdnig1AwhIqdsu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 14:00:34\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 14:00:34\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2575;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Nobel\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"nobelfana53@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01731255493\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Ych2qk5.BtFXT9NpQ.jjhutM\\/JPEu8dVVm5BqAPhdnig1AwhIqdsu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 14:00:34\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 14:00:34\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:51;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2578;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Rashedul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"irashed474@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01625345695\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$l0mBwXb1BzXZ8Vzq7XOoTOfeqP4h2QImVuSGs5HIgjBhYv\\/GU\\/d7S\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 14:15:02\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 14:15:02\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2578;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Rashedul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"irashed474@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01625345695\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$l0mBwXb1BzXZ8Vzq7XOoTOfeqP4h2QImVuSGs5HIgjBhYv\\/GU\\/d7S\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 14:15:02\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 14:15:02\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:52;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2579;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Abdul Monin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01766302131\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$kj0GSvMlF1W03yo533ScJuNknsJMyz93WNjhFzhtnUZl45EJ6wc\\/u\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 15:03:49\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 15:03:49\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2579;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Abdul Monin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01766302131\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$kj0GSvMlF1W03yo533ScJuNknsJMyz93WNjhFzhtnUZl45EJ6wc\\/u\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 15:03:49\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 15:03:49\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:53;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2582;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"belal uddin ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01919476390\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$EtavLdcCaGv7I5WpggoeaeLsgY0Q8t3n89K2giLYAO6pGtEAr7E.O\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 15:32:01\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 15:32:01\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2582;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"belal uddin ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01919476390\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$EtavLdcCaGv7I5WpggoeaeLsgY0Q8t3n89K2giLYAO6pGtEAr7E.O\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 15:32:01\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 15:32:01\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:54;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2583;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"SAJEDUL ISLAM SUMON\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01713576837\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Y8X2jO0S1wgYPnOYEb.GmeO8IZJBmyMDTJYQI3KJ2G8uVt1FtWaei\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 15:38:50\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 15:38:50\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2583;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"SAJEDUL ISLAM SUMON\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01713576837\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Y8X2jO0S1wgYPnOYEb.GmeO8IZJBmyMDTJYQI3KJ2G8uVt1FtWaei\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 15:38:50\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 15:38:50\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:55;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2584;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:21:\\\"Manik Chandra Debnath\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:30:\\\"manikchandradebnath8@Gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712877727\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$\\/pg0PFWnJ1Y2miKYk\\/fHD.OQoUfWctmPWj3JCbv\\/trNM8hpUozOWO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 15:46:07\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 15:46:07\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2584;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:21:\\\"Manik Chandra Debnath\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:30:\\\"manikchandradebnath8@Gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712877727\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$\\/pg0PFWnJ1Y2miKYk\\/fHD.OQoUfWctmPWj3JCbv\\/trNM8hpUozOWO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 15:46:07\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 15:46:07\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:56;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2586;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Md Robin Ahmad\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01791413243\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Y\\/2i4XXOYI6vCGtscB.yfuZ6tG2TSNZaCKOsBp2XgZLRV4asslKFK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 15:55:59\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 15:55:59\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2586;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Md Robin Ahmad\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01791413243\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Y\\/2i4XXOYI6vCGtscB.yfuZ6tG2TSNZaCKOsBp2XgZLRV4asslKFK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 15:55:59\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 15:55:59\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:57;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2587;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Asaduzzaman Noor\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:26:\\\"noor.asaduzzaman@yahoo.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01747942611\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$FtRqVaUPWdUugajjgrqQl.bv993iXGaZYuI7rmnmXrVaP4HJXVVXy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 15:59:09\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 15:59:09\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2587;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Asaduzzaman Noor\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:26:\\\"noor.asaduzzaman@yahoo.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01747942611\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$FtRqVaUPWdUugajjgrqQl.bv993iXGaZYuI7rmnmXrVaP4HJXVVXy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 15:59:09\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 15:59:09\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:58;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2588;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Rofiqul islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712032205\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$8NcNUJtWQo1NkG0DlE0nP.0xxMCBUHGnH7CzEJDMbqX2mn1jvdbVa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 16:30:41\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 16:30:41\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2588;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Rofiqul islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712032205\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$8NcNUJtWQo1NkG0DlE0nP.0xxMCBUHGnH7CzEJDMbqX2mn1jvdbVa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 16:30:41\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 16:30:41\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:59;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2589;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"johirul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01714572946\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Hj\\/3PEPYQZsAiqeSwnnay.rbFVfVLvKgJOg1JKClhkk4JVdwdVkam\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 16:33:03\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 16:33:03\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2589;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"johirul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01714572946\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Hj\\/3PEPYQZsAiqeSwnnay.rbFVfVLvKgJOg1JKClhkk4JVdwdVkam\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 16:33:03\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 16:33:03\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:60;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2591;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"SOHAG\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01919179438\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$8Xqg.uUukqi9pWHUcB8xqOPY2porpoD\\/26d02RTk.O640POIbuk8a\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 16:43:09\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 16:43:09\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2591;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"SOHAG\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01919179438\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$8Xqg.uUukqi9pWHUcB8xqOPY2porpoD\\/26d02RTk.O640POIbuk8a\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 16:43:09\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 16:43:09\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:61;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2592;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"salim\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01718374588\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$4cTBh8GB1cmyW0qKxAj1U.1mB7QbDHMGn336bC4ZXfZVBHA0yJj7m\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 16:47:01\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 16:47:01\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2592;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"salim\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01718374588\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$4cTBh8GB1cmyW0qKxAj1U.1mB7QbDHMGn336bC4ZXfZVBHA0yJj7m\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 16:47:01\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 16:47:01\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:62;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2593;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Arman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01517054605\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$xJLcualBWTCuAhwsSdEwWeR956OdGefdUDBewmOwuDxKPVDEloAca\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 16:50:36\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 16:50:36\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2593;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Arman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01517054605\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$xJLcualBWTCuAhwsSdEwWeR956OdGefdUDBewmOwuDxKPVDEloAca\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 16:50:36\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 16:50:36\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:63;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2594;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Mohammad Salauddin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01727591602\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$.mw9GJbVeWU8WELfkpPqmebW1B\\/.HSVRxiQ6F.QG7SzC0n8sr6LuC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 16:57:00\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 16:57:00\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2594;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Mohammad Salauddin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01727591602\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$.mw9GJbVeWU8WELfkpPqmebW1B\\/.HSVRxiQ6F.QG7SzC0n8sr6LuC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 16:57:00\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 16:57:00\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:64;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2595;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"MD. MAJIBUR RAHMAN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"mujibsbl2009@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716856169\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$xGR5Xrjy1eLN2uBPwoO4x.C4chgu0EpFJT3b6uzpKNRPXWyuy3hhG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 17:06:16\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 17:06:16\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2595;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"MD. MAJIBUR RAHMAN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"mujibsbl2009@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716856169\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$xGR5Xrjy1eLN2uBPwoO4x.C4chgu0EpFJT3b6uzpKNRPXWyuy3hhG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 17:06:16\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 17:06:16\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:65;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2596;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"AL IMRAN MAHMUD\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:17:\\\"raha009@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716474393\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$XOS.5yOuCL8.6ZY4We9Rquksa8GLOh2g6ufOJeeOqgokKuD0RVO.K\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 17:09:07\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 17:09:07\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2596;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"AL IMRAN MAHMUD\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:17:\\\"raha009@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716474393\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$XOS.5yOuCL8.6ZY4We9Rquksa8GLOh2g6ufOJeeOqgokKuD0RVO.K\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 17:09:07\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 17:09:07\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:66;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2598;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Sujon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:24:\\\"sujonahmed3315@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01877055158\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$3Z7W31OqZdUMGCSOkF5h\\/.45goVXIVgRmfpuOrXMLL5NIKVbC8GH2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 17:14:48\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 17:14:48\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2598;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Sujon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:24:\\\"sujonahmed3315@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01877055158\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$3Z7W31OqZdUMGCSOkF5h\\/.45goVXIVgRmfpuOrXMLL5NIKVbC8GH2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 17:14:48\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 17:14:48\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:67;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2600;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:23:\\\"Alhaz S M A Oarez Naeem\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:26:\\\"naeementerprise8@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01973002166\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$lkDkVcfnBnpiX9WYBX..xeduN72YJdx\\/XfByusbUPzoVGktywci.O\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 17:22:59\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 17:22:59\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2600;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:23:\\\"Alhaz S M A Oarez Naeem\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:26:\\\"naeementerprise8@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01973002166\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$lkDkVcfnBnpiX9WYBX..xeduN72YJdx\\/XfByusbUPzoVGktywci.O\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 17:22:59\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 17:22:59\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:68;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2601;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"ABDUR RAHMAN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:27:\\\"abdurrahman.ar852@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01964901104\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$0cWpQl16SC5qWozj9AwtDeUHbbMjht4NgWBFyIdNAX5tPKSD5Z8eC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 17:26:10\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 17:26:10\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2601;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"ABDUR RAHMAN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:27:\\\"abdurrahman.ar852@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01964901104\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$0cWpQl16SC5qWozj9AwtDeUHbbMjht4NgWBFyIdNAX5tPKSD5Z8eC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-21 17:26:10\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-21 17:26:10\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:69;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2603;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Abu sayed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716976654\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$lgwpgETz1TrNgSvk6f50pOXX.ZL5gJVAOXahMheky6x.nZvrpPhge\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 12:14:39\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 12:14:39\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2603;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Abu sayed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716976654\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$lgwpgETz1TrNgSvk6f50pOXX.ZL5gJVAOXahMheky6x.nZvrpPhge\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 12:14:39\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 12:14:39\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:70;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2604;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:21:\\\"Captain Shadman Sakib\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:25:\\\"shadmansakib.ss@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01680735080\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$vH6OeL0IqHR4hCvJ1.5A1OMFx6F0490GLipQHxudsaNYZVy6aW0bS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 12:19:19\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 12:19:19\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2604;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:21:\\\"Captain Shadman Sakib\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:25:\\\"shadmansakib.ss@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01680735080\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$vH6OeL0IqHR4hCvJ1.5A1OMFx6F0490GLipQHxudsaNYZVy6aW0bS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 12:19:19\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 12:19:19\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:71;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2605;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Jahid Alam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01703887606\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Tit\\/LHnlT0xviUVYMuIqgOdhHMZctytSSFT.sQ4\\/LzNHxwmKd5S2u\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 12:22:50\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 12:22:50\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2605;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Jahid Alam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01703887606\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Tit\\/LHnlT0xviUVYMuIqgOdhHMZctytSSFT.sQ4\\/LzNHxwmKd5S2u\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 12:22:50\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 12:22:50\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:72;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2606;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"shafiqul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01675909563\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$741GG1TKOaBNOlnrG8tIU.S.dAzHWBoRBJ7lAm3j9vS3TMYnmsSCi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 12:27:32\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 12:27:32\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2606;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"shafiqul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01675909563\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$741GG1TKOaBNOlnrG8tIU.S.dAzHWBoRBJ7lAm3j9vS3TMYnmsSCi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 12:27:32\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 12:27:32\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:73;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2607;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Shahin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01942838684\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$C0Cy05NDGpLrtmvPaARu1OASUNR6eftbZ7yaVlP0fL2RkJU167\\/hm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 12:32:56\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 12:32:56\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2607;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Shahin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01942838684\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$C0Cy05NDGpLrtmvPaARu1OASUNR6eftbZ7yaVlP0fL2RkJU167\\/hm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 12:32:56\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 12:32:56\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:74;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2608;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Liton\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712218768\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$RuXp6ylhPCLbZqHZppkgiOp2VrOv.iCuWqifYLX3alZQ3i\\/QPzJcO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 13:17:52\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 13:17:52\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2608;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Liton\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712218768\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$RuXp6ylhPCLbZqHZppkgiOp2VrOv.iCuWqifYLX3alZQ3i\\/QPzJcO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 13:17:52\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 13:17:52\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:75;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2609;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Mamun\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01305403498\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$XhUv\\/Dkf5EWRAdECwGxeueDi\\/hzENLUJoRuMSYCVLDiqS.zKRtt5O\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 13:21:18\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 13:21:18\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2609;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Mamun\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01305403498\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$XhUv\\/Dkf5EWRAdECwGxeueDi\\/hzENLUJoRuMSYCVLDiqS.zKRtt5O\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 13:21:18\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 13:21:18\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:76;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2610;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:20:\\\"Munjunur Rashid Jony\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01733170213\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$.SibmSPC6Qp711HD9C9az.sCdV.tAu92rEpziCNC6RHWJjM32XCFS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 13:23:52\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 13:23:52\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2610;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:20:\\\"Munjunur Rashid Jony\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01733170213\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$.SibmSPC6Qp711HD9C9az.sCdV.tAu92rEpziCNC6RHWJjM32XCFS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 13:23:52\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 13:23:52\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:77;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2611;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Nasrin zaman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:25:\\\"nasrinzaman1998@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01673732169\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$O0bz4ltXzYXGx77mL5GhEOSFMctYsIgWCefJc1yqGk4cANXcA6ieG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 13:26:11\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 13:26:11\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2611;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Nasrin zaman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:25:\\\"nasrinzaman1998@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01673732169\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$O0bz4ltXzYXGx77mL5GhEOSFMctYsIgWCefJc1yqGk4cANXcA6ieG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 13:26:11\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 13:26:11\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:78;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2612;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Nilufar akhter\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711479807\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$wOsnd88cY5mL\\/caXkjf.kO\\/3DsINc3nvsnslBimHhQVQM7hIrtEC.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 13:30:47\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 13:30:47\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2612;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Nilufar akhter\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711479807\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$wOsnd88cY5mL\\/caXkjf.kO\\/3DsINc3nvsnslBimHhQVQM7hIrtEC.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 13:30:47\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 13:30:47\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:79;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2614;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Harun\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01714532960\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$jk.PdCeAxOgiO9u4vlIMA..e\\/51lpUmAUzaeqO6D1BoFUwjUbdqN.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 13:38:05\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 13:38:05\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2614;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Harun\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01714532960\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$jk.PdCeAxOgiO9u4vlIMA..e\\/51lpUmAUzaeqO6D1BoFUwjUbdqN.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 13:38:05\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 13:38:05\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:80;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2615;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Aneek Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711467855\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$G2ma6YIKKxYrkVjc5QtO5exW0OaCB4Rrbe7yMWyjtm.5qMXwp6sWy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 13:40:52\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 13:40:52\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2615;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Aneek Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711467855\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$G2ma6YIKKxYrkVjc5QtO5exW0OaCB4Rrbe7yMWyjtm.5qMXwp6sWy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 13:40:52\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 13:40:52\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:81;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2616;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Aman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1970888899\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$20v289PjvJ1L.AYiQ\\/AsnOsnHw4TYND2A1BbWOzvF5OVwJEJi7RvW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 13:47:50\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 13:47:50\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2616;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Aman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1970888899\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$20v289PjvJ1L.AYiQ\\/AsnOsnHw4TYND2A1BbWOzvF5OVwJEJi7RvW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 13:47:50\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 13:47:50\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:82;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2617;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Md.tarak\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"mdtarak947@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01710176345\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$\\/zjmDFiF3zAnQ\\/BGfNC52en.Br3P1oyENONpuOp\\/MmcOcxt1n.q4.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 13:50:28\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 13:50:28\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2617;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Md.tarak\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"mdtarak947@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01710176345\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$\\/zjmDFiF3zAnQ\\/BGfNC52en.Br3P1oyENONpuOp\\/MmcOcxt1n.q4.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 13:50:28\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 13:50:28\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:83;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2618;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:23:\\\"Md. Abir Hossain Brinto\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"abirbrintoahb@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01990577512\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$jMFhHL5e04lPwMBGaLnu2uVgtVAw7YkJMWkeDV.W36N63GyEgfKci\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 14:01:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 14:01:29\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2618;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:23:\\\"Md. Abir Hossain Brinto\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"abirbrintoahb@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01990577512\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$jMFhHL5e04lPwMBGaLnu2uVgtVAw7YkJMWkeDV.W36N63GyEgfKci\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 14:01:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 14:01:29\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:84;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2623;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:23:\\\"Md Shamsul Alam bhuiyan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"ramonbhuiyan@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01988228888\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$fwWz27QlDSHZ\\/zidIzqSfu0.MAvGwVssLjTAoADVXt\\/oterJXy3BS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 14:25:40\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 14:25:40\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2623;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:23:\\\"Md Shamsul Alam bhuiyan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"ramonbhuiyan@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01988228888\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$fwWz27QlDSHZ\\/zidIzqSfu0.MAvGwVssLjTAoADVXt\\/oterJXy3BS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 14:25:40\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 14:25:40\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:85;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2624;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Shamshur\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711352073\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$HGjY.GA6OLEAPCMWWt.W3uxZxmADI.BMmNIjpSCTe\\/r6oxBuMa.m2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 14:31:34\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 14:31:34\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2624;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Shamshur\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711352073\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$HGjY.GA6OLEAPCMWWt.W3uxZxmADI.BMmNIjpSCTe\\/r6oxBuMa.m2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 14:31:34\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 14:31:34\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:86;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2625;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Topu Rayhan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01939293990\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$1NYAyv6DO0i1Py2QIkgx9uU3xRuxQAbhh62KCNu\\/43REZ.8AOsZpG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 14:38:18\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 14:38:18\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2625;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Topu Rayhan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01939293990\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$1NYAyv6DO0i1Py2QIkgx9uU3xRuxQAbhh62KCNu\\/43REZ.8AOsZpG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 14:38:18\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 14:38:18\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:87;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2626;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"ISHAQ MAMUN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711289213\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$6YpWT0Rhb6v4rp79MZLiO.5bnUQaHejho7YlBp4tlMhAS51oxmOjW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 14:43:09\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 14:43:09\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2626;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"ISHAQ MAMUN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711289213\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$6YpWT0Rhb6v4rp79MZLiO.5bnUQaHejho7YlBp4tlMhAS51oxmOjW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 14:43:09\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 14:43:09\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:88;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2628;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Samrat\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:29:\\\"mdrifatkhanyahoo360@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01845935634\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$AHNceyf5OGnX1h1kv.rlAO01jl3K\\/hb1UiYGGLeSNF9GvZzpqtYsy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 14:50:32\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 14:50:32\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2628;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Samrat\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:29:\\\"mdrifatkhanyahoo360@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01845935634\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$AHNceyf5OGnX1h1kv.rlAO01jl3K\\/hb1UiYGGLeSNF9GvZzpqtYsy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 14:50:32\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 14:50:32\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:89;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2629;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Abu Sayem Rana\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"ranasayem21@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01996204155\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$pn\\/V\\/D16OwMMFzOoAiJyuOv\\/CRJ.dSFl.uX6ZtX0lypwLAQCjpMOy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 14:58:36\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 14:58:36\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2629;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Abu Sayem Rana\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"ranasayem21@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01996204155\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$pn\\/V\\/D16OwMMFzOoAiJyuOv\\/CRJ.dSFl.uX6ZtX0lypwLAQCjpMOy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 14:58:36\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 14:58:36\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:90;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2630;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Samin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01819088212\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$6xWvSnoH2xgl2P2zHYP7VOt1ZfX8dTH\\/RfCqNsR9xKP6tQCZtMD7m\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 15:04:37\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 15:04:37\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2630;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Samin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01819088212\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$6xWvSnoH2xgl2P2zHYP7VOt1ZfX8dTH\\/RfCqNsR9xKP6tQCZtMD7m\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 15:04:37\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 15:04:37\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:91;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2633;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md. Rabid Rishad\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01511211555\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$qekRfxBNXwRRKhqGQlWZ\\/.EqcsVTj48ynfNsSALz5zbRYC2JmM8Ei\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 15:12:56\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 15:12:56\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2633;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md. Rabid Rishad\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01511211555\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$qekRfxBNXwRRKhqGQlWZ\\/.EqcsVTj48ynfNsSALz5zbRYC2JmM8Ei\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 15:12:56\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 15:12:56\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:92;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2634;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Ferdus\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01717442250\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$d4GAQuc6dpo4vWIIsQTXqOQVCLL.JKNcVhSf4npXGY7ysNw8Tsp4S\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 15:15:38\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 15:15:38\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2634;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Ferdus\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01717442250\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$d4GAQuc6dpo4vWIIsQTXqOQVCLL.JKNcVhSf4npXGY7ysNw8Tsp4S\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 15:15:38\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 15:15:38\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:93;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2638;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Adv. Mainuddin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01819878466\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$nhWL61pw44IosfkNHcujFeyMXaH5yIEk58i.eS0KaVZVdgOYvudKe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 15:35:46\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 15:35:46\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2638;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Adv. Mainuddin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01819878466\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$nhWL61pw44IosfkNHcujFeyMXaH5yIEk58i.eS0KaVZVdgOYvudKe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 15:35:46\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 15:35:46\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:94;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2639;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Rubel\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:29:\\\"rubel.bangladesh007@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712092994\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$AuyDnzSiilTYMuztHgGvI.O1VtHwHjWKZsz3rWEnN8cFMXTBjD2re\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 15:38:38\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 15:38:38\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2639;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Rubel\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:29:\\\"rubel.bangladesh007@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712092994\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$AuyDnzSiilTYMuztHgGvI.O1VtHwHjWKZsz3rWEnN8cFMXTBjD2re\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 15:38:38\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 15:38:38\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:95;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2640;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"MILON\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"miahbd999@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01731560567\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$IuARdAUuUy20BxPacU.UneikO2shlEtol8N.irypdKhdRTDwY5FlO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 15:57:54\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 15:57:54\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2640;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"MILON\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"miahbd999@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01731560567\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$IuARdAUuUy20BxPacU.UneikO2shlEtol8N.irypdKhdRTDwY5FlO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 15:57:54\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 15:57:54\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:96;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2641;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"BAKI BILLA\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01723639971\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$cELD7ncqc1ZErQuAiXYFieeS7cW0HdG483ZLtm9aJsIS0r9RuYxFW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 16:08:52\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 16:08:52\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2641;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"BAKI BILLA\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01723639971\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$cELD7ncqc1ZErQuAiXYFieeS7cW0HdG483ZLtm9aJsIS0r9RuYxFW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 16:08:52\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 16:08:52\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:97;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2642;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Balayet Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01914160767\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$rtmwgoWnRZfX4zNf290u0uDApWO5IYsos2J5aTlzuP\\/gUyluLEuTi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 16:11:28\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 16:11:28\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2642;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Balayet Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01914160767\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$rtmwgoWnRZfX4zNf290u0uDApWO5IYsos2J5aTlzuP\\/gUyluLEuTi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 16:11:28\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 16:11:28\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:98;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2643;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"Md J. Ferdous Anjel\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:26:\\\"anjelcreationsbd@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01793171888\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$5joj2Hg9U91gzYu8wWgOOub2pqNoCer6yZa0fXS47CNN62NzMUBw2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 16:30:51\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 16:30:51\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2643;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"Md J. Ferdous Anjel\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:26:\\\"anjelcreationsbd@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01793171888\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$5joj2Hg9U91gzYu8wWgOOub2pqNoCer6yZa0fXS47CNN62NzMUBw2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-23 16:30:51\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-23 16:30:51\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:99;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2647;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Atikur Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01717352517\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$pzrANytjKg0V7Mw.lULrZ.xZlhrywDJnSwt7Hnrnby2.GwXqdltIe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 09:56:47\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 09:56:47\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2647;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Atikur Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01717352517\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$pzrANytjKg0V7Mw.lULrZ.xZlhrywDJnSwt7Hnrnby2.GwXqdltIe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 09:56:47\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 09:56:47\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}}}s:4:\\\"text\\\";s:540:\\\"\\u09aa\\u09cd\\u09b0\\u09bf\\u09af\\u09bc \\u0997\\u09cd\\u09b0\\u09be\\u09b9\\u0995,\\n\\u09ae\\u09be\\u0987\\u099c\\u09bf\\u09aa\\u09bf\\u098f\\u09b8 \\u099f\\u09cd\\u09b0\\u09cd\\u09af\\u09be\\u0995\\u09bf\\u0982 \\u09b8\\u09be\\u09b0\\u09cd\\u09ad\\u09bf\\u09b8 \\u098f\\u09b0 \\u09aa\\u0995\\u09cd\\u09b7 \\u09a5\\u09c7\\u0995\\u09c7 \\u09aa\\u09ac\\u09bf\\u09a4\\u09cd\\u09b0 \\u0988\\u09a6\\u09c1\\u09b2 \\u09ab\\u09bf\\u09a4\\u09b0 \\u0989\\u09aa\\u09b2\\u0995\\u09cd\\u09b7\\u09c7 \\u0986\\u09aa\\u09a8\\u09be\\u0995\\u09c7 \\u099c\\u09be\\u09a8\\u09be\\u0987 \\\"\\u0988\\u09a6 \\u09ae\\u09cb\\u09ac\\u09be\\u09b0\\u0995\\\"\\u0964 \\u0986\\u09aa\\u09a8\\u09be\\u09b0 \\u09aa\\u09b0\\u09bf\\u09ac\\u09be\\u09b0\\u0995\\u09c7 \\u09a8\\u09bf\\u09af\\u09bc\\u09c7 \\u098f\\u09ac\\u09be\\u09b0\\u09c7\\u09b0 \\u0988\\u09a6 \\u0995\\u09be\\u099f\\u09c1\\u0995 \\u0986\\u09b0\\u09cb \\u0986\\u09a8\\u09a8\\u09cd\\u09a6\\u09aa\\u09c2\\u09b0\\u09cd\\u09a3 \\u0993 \\u0989\\u09aa\\u09ad\\u09cb\\u0997\\u09cd\\u09af\\u09ae\\u09af\\u09bc\\u0964 \\u0986\\u09aa\\u09a8\\u09be\\u09b0 \\u09aa\\u09cd\\u09b0\\u09a4\\u09bf\\u099f\\u09bf \\u09af\\u09be\\u09a4\\u09cd\\u09b0\\u09be \\u09b6\\u09c1\\u09ad \\u09b9\\u09cb\\u0995\\u0964\\\";}s:3:\\\"job\\\";N;s:10:\\\"connection\\\";N;s:5:\\\"queue\\\";N;s:15:\\\"chainConnection\\\";N;s:10:\\\"chainQueue\\\";N;s:5:\\\"delay\\\";N;s:10:\\\"middleware\\\";a:0:{}s:7:\\\"chained\\\";a:0:{}}\"}}', 'Illuminate\\Queue\\MaxAttemptsExceededException: App\\Jobs\\SmsSend has been attempted too many times or run too long. The job may have previously timed out. in /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php:648\nStack trace:\n#0 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(163): Illuminate\\Queue\\Worker->maxAttemptsExceededException(Object(Illuminate\\Queue\\Jobs\\DatabaseJob))\n#1 /home/mygpsbd/public_html/app/Http/helper.php(28): Illuminate\\Queue\\Worker->Illuminate\\Queue\\{closure}(14, Array)\n#2 /home/mygpsbd/public_html/app/Jobs/SmsSend.php(35): send_sms(\'\\xE0\\xA6\\xAA\\xE0\\xA7\\x8D\\xE0\\xA6\\xB0\\xE0\\xA6\\xBF\\xE0\\xA6\\xAF...\', Array)\n#3 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App\\Jobs\\SmsSend->handle()\n#4 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/Util.php(37): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}()\n#5 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(93): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))\n#6 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(37): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))\n#7 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/Container.php(596): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)\n#8 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php(94): Illuminate\\Container\\Container->call(Array)\n#9 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(128): Illuminate\\Bus\\Dispatcher->Illuminate\\Bus\\{closure}(Object(App\\Jobs\\SmsSend))\n#10 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(103): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(App\\Jobs\\SmsSend))\n#11 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php(98): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))\n#12 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(83): Illuminate\\Bus\\Dispatcher->dispatchNow(Object(App\\Jobs\\SmsSend), false)\n#13 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(128): Illuminate\\Queue\\CallQueuedHandler->Illuminate\\Queue\\{closure}(Object(App\\Jobs\\SmsSend))\n#14 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(103): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(App\\Jobs\\SmsSend))\n#15 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(85): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))\n#16 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(59): Illuminate\\Queue\\CallQueuedHandler->dispatchThroughMiddleware(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Object(App\\Jobs\\SmsSend))\n#17 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Jobs/Job.php(98): Illuminate\\Queue\\CallQueuedHandler->call(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Array)\n#18 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(356): Illuminate\\Queue\\Jobs\\Job->fire()\n#19 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(306): Illuminate\\Queue\\Worker->process(\'database\', Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Object(Illuminate\\Queue\\WorkerOptions))\n#20 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(132): Illuminate\\Queue\\Worker->runJob(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), \'database\', Object(Illuminate\\Queue\\WorkerOptions))\n#21 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(112): Illuminate\\Queue\\Worker->daemon(\'database\', \'default\', Object(Illuminate\\Queue\\WorkerOptions))\n#22 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(96): Illuminate\\Queue\\Console\\WorkCommand->runWorker(\'database\', \'default\')\n#23 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Illuminate\\Queue\\Console\\WorkCommand->handle()\n#24 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/Util.php(37): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}()\n#25 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(93): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))\n#26 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(37): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))\n#27 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/Container.php(596): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)\n#28 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Console/Command.php(134): Illuminate\\Container\\Container->call(Array)\n#29 /home/mygpsbd/public_html/vendor/symfony/console/Command/Command.php(298): Illuminate\\Console\\Command->execute(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))\n#30 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Console/Command.php(121): Symfony\\Component\\Console\\Command\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))\n#31 /home/mygpsbd/public_html/vendor/symfony/console/Application.php(1040): Illuminate\\Console\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#32 /home/mygpsbd/public_html/vendor/symfony/console/Application.php(301): Symfony\\Component\\Console\\Application->doRunCommand(Object(Illuminate\\Queue\\Console\\WorkCommand), Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#33 /home/mygpsbd/public_html/vendor/symfony/console/Application.php(171): Symfony\\Component\\Console\\Application->doRun(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#34 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Console/Application.php(93): Symfony\\Component\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#35 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(129): Illuminate\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#36 /home/mygpsbd/public_html/artisan(37): Illuminate\\Foundation\\Console\\Kernel->handle(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#37 {main}', '2024-04-11 14:01:02');
INSERT INTO `failed_jobs` (`id`, `connection`, `queue`, `payload`, `exception`, `failed_at`) VALUES
(729, 'database', 'default', '{\"uuid\":\"71708e4b-85b1-4307-a350-91a3d4359e24\",\"displayName\":\"App\\\\Jobs\\\\SmsSend\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"delay\":null,\"timeout\":null,\"timeoutAt\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\SmsSend\",\"command\":\"O:16:\\\"App\\\\Jobs\\\\SmsSend\\\":9:{s:4:\\\"data\\\";a:2:{s:4:\\\"data\\\";O:39:\\\"Illuminate\\\\Database\\\\Eloquent\\\\Collection\\\":1:{s:8:\\\"\\u0000*\\u0000items\\\";a:100:{i:0;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2648;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md.shohel RanaIm\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:25:\\\"Sohelrana805392@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01791805392\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$HqPJODlWQjp3qBNX5blrpOp8Bn1THEseV6mrP7IyT\\/SSJb8DM.qS.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 10:00:25\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 10:00:25\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2648;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md.shohel RanaIm\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:25:\\\"Sohelrana805392@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01791805392\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$HqPJODlWQjp3qBNX5blrpOp8Bn1THEseV6mrP7IyT\\/SSJb8DM.qS.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 10:00:25\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 10:00:25\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:1;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2649;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"NAZRUL\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01920993056\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$EHQ6leEFT8L.JXkedG6sauw6XP9TAOX7lvby7QK6aUk3uKyFenbhe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 10:06:41\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 10:06:41\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2649;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"NAZRUL\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01920993056\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$EHQ6leEFT8L.JXkedG6sauw6XP9TAOX7lvby7QK6aUk3uKyFenbhe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 10:06:41\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 10:06:41\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:2;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2650;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Sultan Mahmud\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"sultan012485@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01819473722\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$R1Pnicex9VHmkX.6JeXwOuEh9z5.laTsvB3HVLHadymKpRU5fDgp6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 10:18:20\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 10:18:20\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2650;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Sultan Mahmud\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"sultan012485@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01819473722\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$R1Pnicex9VHmkX.6JeXwOuEh9z5.laTsvB3HVLHadymKpRU5fDgp6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 10:18:20\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 10:18:20\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:3;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2651;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"JAKIR  AHMED SHILU\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01713084202\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$k7Oa45D6K9NcG0pX2.Yw8.jh\\/Vh.rNgNuE.f9OtDj3i\\/UCqqTF2ya\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 10:26:23\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 10:26:23\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2651;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"JAKIR  AHMED SHILU\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01713084202\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$k7Oa45D6K9NcG0pX2.Yw8.jh\\/Vh.rNgNuE.f9OtDj3i\\/UCqqTF2ya\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 10:26:23\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 10:26:23\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:4;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2653;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Shawon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1611903541\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$y8ncW56NYBxU7wA0838HCOEuu5.x8RqEObAcfzCH0Q5opJznIEwUe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 10:45:16\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 10:45:16\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2653;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Shawon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1611903541\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$y8ncW56NYBxU7wA0838HCOEuu5.x8RqEObAcfzCH0Q5opJznIEwUe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 10:45:16\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 10:45:16\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:5;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2654;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Md.syfuddin shekh\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"syfuddin92@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01739484352\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$yA.VB6cqHG4uRI5vbFNmXet8UsP1halHcGV9lkVT.rLuTZIuUF4Lu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 10:53:31\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 10:53:31\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2654;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Md.syfuddin shekh\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"syfuddin92@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01739484352\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$yA.VB6cqHG4uRI5vbFNmXet8UsP1halHcGV9lkVT.rLuTZIuUF4Lu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 10:53:31\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 10:53:31\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:6;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2655;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"MD. JOBAYER RAHMAN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"neahanuha@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01612748644\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$xNIPAz\\/hRwqdR0ee6cVcpehYdi0fEWwMW655Wc2M3xbdqBIO9GujS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 11:01:54\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 11:01:54\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2655;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"MD. JOBAYER RAHMAN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"neahanuha@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01612748644\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$xNIPAz\\/hRwqdR0ee6cVcpehYdi0fEWwMW655Wc2M3xbdqBIO9GujS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 11:01:54\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 11:01:54\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:7;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2657;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"AHIDUR RAHMAN KHAN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:25:\\\"ratan.econ39.ju@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01917007694\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$oUt6T6dKVX5SdzYQtEX7ZO2IRQOXPyJFOpJyJ3zpfoa1OuulSUmA.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 11:13:55\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 11:13:55\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2657;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"AHIDUR RAHMAN KHAN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:25:\\\"ratan.econ39.ju@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01917007694\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$oUt6T6dKVX5SdzYQtEX7ZO2IRQOXPyJFOpJyJ3zpfoa1OuulSUmA.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 11:13:55\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 11:13:55\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:8;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2658;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Md. Abu Taher\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01977207970\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$G2S56ZCDPWt9q31NINjVhuqmxftGstgM2tNrYYi5L7fa3n.SS2zZ.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 11:17:58\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 11:17:58\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2658;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Md. Abu Taher\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01977207970\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$G2S56ZCDPWt9q31NINjVhuqmxftGstgM2tNrYYi5L7fa3n.SS2zZ.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 11:17:58\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 11:17:58\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:9;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2659;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"SELIM REZA\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:30:\\\"magurarealestate2020@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01727849427\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$JFgXqAKa5GYF.aQvLaqKUOvSt8Pb2Wx8VXG7Nm5Wuvl94tVJYlMwO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 11:22:14\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 11:22:14\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2659;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"SELIM REZA\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:30:\\\"magurarealestate2020@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01727849427\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$JFgXqAKa5GYF.aQvLaqKUOvSt8Pb2Wx8VXG7Nm5Wuvl94tVJYlMwO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 11:22:14\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 11:22:14\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:10;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2661;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Aminul Islam Rana\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"gkus051988@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01785098758\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Ky\\/m6Z3BYEHyUsSUdKQJ5e0zFI001aBxNkrgfD7alza.\\/5B2zl.Ei\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 11:30:52\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 11:30:52\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2661;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Aminul Islam Rana\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"gkus051988@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01785098758\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Ky\\/m6Z3BYEHyUsSUdKQJ5e0zFI001aBxNkrgfD7alza.\\/5B2zl.Ei\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 11:30:52\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 11:30:52\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:11;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2662;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"MD.SAMSUL HUDA\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"huda.arkay@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715224989\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$dXWa96TEqiV\\/7OSG0yJ3W.DI70twiJ5rXtlof4nlhAcTy6XfuGor.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 12:08:23\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 12:08:23\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2662;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"MD.SAMSUL HUDA\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"huda.arkay@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715224989\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$dXWa96TEqiV\\/7OSG0yJ3W.DI70twiJ5rXtlof4nlhAcTy6XfuGor.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 12:08:23\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 12:08:23\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:12;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2663;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"MD REZAUL KABIR\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711368713\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$N5aX0ApVfvZFH90gDB7LVewsfx0Wb6BpF.NCYwyXbdjy2MJN982dy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 12:15:33\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 12:15:33\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2663;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"MD REZAUL KABIR\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711368713\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$N5aX0ApVfvZFH90gDB7LVewsfx0Wb6BpF.NCYwyXbdjy2MJN982dy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 12:15:33\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 12:15:33\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:13;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2664;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Khorshed Alam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01714687294\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$RL2vaAmVlJ2n.izrLsC31eKkSbc5iOhSMMiT3bqH64vM0PeqY.lUi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 12:33:10\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 12:33:10\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2664;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Khorshed Alam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01714687294\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$RL2vaAmVlJ2n.izrLsC31eKkSbc5iOhSMMiT3bqH64vM0PeqY.lUi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 12:33:10\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 12:33:10\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:14;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2665;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Faruk\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712349975\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$4b9e80SYQ\\/542LkSDxA10Onw1u384hORUANUkvdR4qo5zJemRl4x2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 12:35:59\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 12:35:59\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2665;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Faruk\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712349975\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$4b9e80SYQ\\/542LkSDxA10Onw1u384hORUANUkvdR4qo5zJemRl4x2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 12:35:59\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 12:35:59\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:15;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2667;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Md.Mizanur Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:24:\\\"mizanurcp10004@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01690264057\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$f56EfOWedB.0T\\/EY8Z5CX.YTToVoERr1vdg49niILrEmnO6wOm1vy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 12:50:37\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 12:50:37\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2667;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Md.Mizanur Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:24:\\\"mizanurcp10004@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01690264057\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$f56EfOWedB.0T\\/EY8Z5CX.YTToVoERr1vdg49niILrEmnO6wOm1vy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 12:50:37\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 12:50:37\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:16;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2668;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Atuar\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01891858544\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$\\/sKxOA3Jyqv5SU1k.H7npec7mnxeh5qDhFYh\\/ihydxKyyTxpDxZRG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 12:54:55\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 12:54:55\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2668;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Atuar\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01891858544\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$\\/sKxOA3Jyqv5SU1k.H7npec7mnxeh5qDhFYh\\/ihydxKyyTxpDxZRG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 12:54:55\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 12:54:55\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:17;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2669;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Emros Khan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01815103056\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$8ClmCaD9X9mpUoH.nk2ZNuDDvd1AV8U4zJ300t9\\/apchLFROrnZXa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 12:59:28\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 12:59:28\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2669;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Emros Khan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01815103056\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$8ClmCaD9X9mpUoH.nk2ZNuDDvd1AV8U4zJ300t9\\/apchLFROrnZXa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 12:59:28\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 12:59:28\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:18;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2671;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"KAMAL UDDIN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01976792557\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ogb6bLdHm2I\\/CG9t.Zju5OgXn7UgOm29liiSx42yVc4y0YLf4kKtq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 13:08:53\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 13:08:53\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2671;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"KAMAL UDDIN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01976792557\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ogb6bLdHm2I\\/CG9t.Zju5OgXn7UgOm29liiSx42yVc4y0YLf4kKtq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 13:08:53\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 13:08:53\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:19;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2674;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Mostafizur\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01875780511\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$7MO0r\\/NEYMaHezyAK4xA2O.chx.UmzKgku\\/sOxxgdFHK7WsQ.wnne\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 13:21:02\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 13:21:02\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2674;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Mostafizur\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01875780511\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$7MO0r\\/NEYMaHezyAK4xA2O.chx.UmzKgku\\/sOxxgdFHK7WsQ.wnne\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 13:21:02\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 13:21:02\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:20;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2675;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Khandaker Hatem\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01819127140\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$9SNVfFWM4zjuEkq\\/Z3G5We5SH8BvtexLHqgt69sGbd\\/7SaPzbuX0y\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 13:24:57\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 13:24:57\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2675;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Khandaker Hatem\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01819127140\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$9SNVfFWM4zjuEkq\\/Z3G5We5SH8BvtexLHqgt69sGbd\\/7SaPzbuX0y\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 13:24:57\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 13:24:57\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:21;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2676;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"BABAR\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01713239933\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$H04LXSEJaVyE\\/fiQynbCe.D\\/IrtX\\/3cdJ816EgE5Z20.39SSgc89S\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 14:57:15\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 14:59:00\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2676;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"BABAR\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01713239933\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$H04LXSEJaVyE\\/fiQynbCe.D\\/IrtX\\/3cdJ816EgE5Z20.39SSgc89S\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 14:57:15\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 14:59:00\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:22;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2677;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Kamruzzaman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"zaman13169@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01762551042\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$yaTwk3n.X7i6nFZRj9zu7.CzzkLT.iejA6od7GRZSWK0LLgbdtv0C\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 15:02:59\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 15:02:59\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2677;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Kamruzzaman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"zaman13169@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01762551042\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$yaTwk3n.X7i6nFZRj9zu7.CzzkLT.iejA6od7GRZSWK0LLgbdtv0C\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 15:02:59\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 15:02:59\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:23;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2678;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"JOWEL\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01719966278\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$2zOf\\/VrcwPZfz3QbJwR5ou\\/OXhZXhmjlaVPWsK4G3VYzSDLkfgC0.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 15:20:26\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 15:20:26\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2678;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"JOWEL\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01719966278\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$2zOf\\/VrcwPZfz3QbJwR5ou\\/OXhZXhmjlaVPWsK4G3VYzSDLkfgC0.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 15:20:26\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 15:20:26\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:24;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2679;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:24:\\\"MOHAMMAD  ZAHANGIR MOLLA\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01760937679\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$qBFc565.9KYKST591i\\/JV.mDuQRq2S.iFSrsOYw50cfzBKXlI4R3y\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 15:25:35\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 15:25:35\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2679;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:24:\\\"MOHAMMAD  ZAHANGIR MOLLA\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01760937679\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$qBFc565.9KYKST591i\\/JV.mDuQRq2S.iFSrsOYw50cfzBKXlI4R3y\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 15:25:35\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 15:25:35\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:25;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2680;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Mosleh Uddin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711119875\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$.i2hNzgjStgKIRVQnN8zk.qrIwddgMh9pIGV7GvWKMuf3FZvpJC72\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 15:28:27\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 15:28:27\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2680;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Mosleh Uddin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711119875\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$.i2hNzgjStgKIRVQnN8zk.qrIwddgMh9pIGV7GvWKMuf3FZvpJC72\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 15:28:27\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 15:28:27\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:26;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2681;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Al Amin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01781050555\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$icG4PAbVlrrpwDrZ.OOzMe9aFUG7DHOdPTdRlPjgQa5Dycj0JkOaS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 15:36:07\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 15:36:07\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2681;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Al Amin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01781050555\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$icG4PAbVlrrpwDrZ.OOzMe9aFUG7DHOdPTdRlPjgQa5Dycj0JkOaS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 15:36:07\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 15:36:07\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:27;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2684;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Aminul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:26:\\\"aminulislam91284@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01718932024\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$NaBqhnlKfEaqjeS2\\/ROge.OdFnev6Rt56ZBvotVuN8oKUItEGEKlG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 15:54:59\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 15:54:59\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2684;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Aminul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:26:\\\"aminulislam91284@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01718932024\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$NaBqhnlKfEaqjeS2\\/ROge.OdFnev6Rt56ZBvotVuN8oKUItEGEKlG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 15:54:59\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 15:54:59\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:28;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2685;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Kazi Rayhan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712228888\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$fmVIKPLcISAtPyUeYnHJ0urXRqxFsPwTfWStik7W6S9Lp5TZBXaTa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 15:59:42\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 15:59:42\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2685;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Kazi Rayhan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712228888\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$fmVIKPLcISAtPyUeYnHJ0urXRqxFsPwTfWStik7W6S9Lp5TZBXaTa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 15:59:42\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 15:59:42\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:29;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2686;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Al imran\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:24:\\\"alimranesg14iu@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01727062610\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Pwd1\\/iyns.C\\/FVtG\\/NAVfu0mpIdUNIqyo.l.xcBHTCckjmoQZNiQW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 16:02:57\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 16:02:57\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2686;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Al imran\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:24:\\\"alimranesg14iu@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01727062610\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Pwd1\\/iyns.C\\/FVtG\\/NAVfu0mpIdUNIqyo.l.xcBHTCckjmoQZNiQW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 16:02:57\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 16:02:57\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:30;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2687;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md.Mahbubul Alam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:26:\\\"mahathirmahbub29@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01616896888\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$lVU4Q32xMV\\/0zhDpizDy5.ZlENAWrim0TIziIEOsvDYxJSrB423MG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 16:06:21\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 16:06:21\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2687;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md.Mahbubul Alam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:26:\\\"mahathirmahbub29@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01616896888\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$lVU4Q32xMV\\/0zhDpizDy5.ZlENAWrim0TIziIEOsvDYxJSrB423MG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 16:06:21\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 16:06:21\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:31;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2688;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Borhan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01550155279\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$4W5tCVTuocs6TyqCbEBSgu5TgYUNmj2YkdX4qu3JFLEW933MjcQ1e\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 16:11:45\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 16:11:45\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2688;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Borhan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01550155279\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$4W5tCVTuocs6TyqCbEBSgu5TgYUNmj2YkdX4qu3JFLEW933MjcQ1e\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 16:11:45\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 16:11:45\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:32;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2689;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"md. aktarul badsha\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01740827975\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$u4bP.VfKgf0fQktPgPi.1udVKyeBU9zofP0k4r6dVerQd8fGrhXDS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 16:14:32\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 16:14:32\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2689;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"md. aktarul badsha\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01740827975\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$u4bP.VfKgf0fQktPgPi.1udVKyeBU9zofP0k4r6dVerQd8fGrhXDS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 16:14:32\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 16:14:32\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:33;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2690;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Kamrul Hasan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01798597865\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$2AysE3HB1syUEzzNHlp4OeTc702xGTVD1VK8JURAZxu6Cvpfydzt2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 16:20:42\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 16:20:42\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2690;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Kamrul Hasan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01798597865\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$2AysE3HB1syUEzzNHlp4OeTc702xGTVD1VK8JURAZxu6Cvpfydzt2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 16:20:42\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 16:20:42\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:34;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2691;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Omar Faruk\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01314633705\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$MGhTo6zvwZIYRthC9Qq9VeXDyPpuyyr2QFpV4ripkVx87bNbumunq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 16:23:14\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 16:23:14\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2691;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Omar Faruk\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01314633705\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$MGhTo6zvwZIYRthC9Qq9VeXDyPpuyyr2QFpV4ripkVx87bNbumunq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 16:23:14\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 16:23:14\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:35;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2692;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Habib\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01842225678\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$.v76m3ZpQqCsw10ahyNBt.lel.Ba2YitXpecH9rN2udMleEyxDUbm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 16:27:24\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 16:27:24\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2692;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Habib\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01842225678\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$.v76m3ZpQqCsw10ahyNBt.lel.Ba2YitXpecH9rN2udMleEyxDUbm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 16:27:24\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 16:27:24\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:36;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2693;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Shamim Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01725083343\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$AuLgLlo858n5pjWpq35udO3j3uJS7zwxBk73xZcfi4Yt17lYkjwKK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 16:30:52\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 16:30:52\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2693;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Shamim Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01725083343\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$AuLgLlo858n5pjWpq35udO3j3uJS7zwxBk73xZcfi4Yt17lYkjwKK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-24 16:30:52\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-24 16:30:52\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:37;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2696;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Kazi Mominul Haque\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01687620412\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$MhS3kMAcL45aEoF69zir4.kgVMyxmO.uyVdlmgLwOSnpwgrmsay5e\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-25 14:43:32\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-25 14:43:32\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2696;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Kazi Mominul Haque\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01687620412\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$MhS3kMAcL45aEoF69zir4.kgVMyxmO.uyVdlmgLwOSnpwgrmsay5e\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-25 14:43:32\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-25 14:43:32\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:38;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2698;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Leyo ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01750731664\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$em60F846fkJ0GnHbyidZh.hnEyFvtV8kb77BcZ3cySj9v7jPdeYYO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-26 11:09:09\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-26 11:09:09\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2698;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Leyo ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01750731664\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$em60F846fkJ0GnHbyidZh.hnEyFvtV8kb77BcZ3cySj9v7jPdeYYO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-26 11:09:09\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-26 11:09:09\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:39;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2699;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Delower\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01915185288\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$lnxEnjCcqWqpyQE1KhXQFO3MFXGxFZ6y2NxLCJRGBUATde67gMNP.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-26 11:13:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-26 11:13:29\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2699;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Delower\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01915185288\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$lnxEnjCcqWqpyQE1KhXQFO3MFXGxFZ6y2NxLCJRGBUATde67gMNP.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-26 11:13:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-26 11:13:29\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:40;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2700;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Jashim uddin ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01819612812\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$oZ43JZuFy4DeKYJX\\/Etsnu5S5xr70F58\\/zT5npfez4D7hHSQfpa9y\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-26 11:23:09\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-26 11:23:09\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2700;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Jashim uddin ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01819612812\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$oZ43JZuFy4DeKYJX\\/Etsnu5S5xr70F58\\/zT5npfez4D7hHSQfpa9y\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-26 11:23:09\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-26 11:23:09\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:41;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2702;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Shakil\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"shakil007a@yahoo.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01914010748\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$N\\/HtL6Vxv2c2Gd1cGMwbEeks8xZJdyvsuoUtuS4.Tf\\/4rY4yH8Xa2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-26 11:34:11\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-26 11:34:11\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2702;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Shakil\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"shakil007a@yahoo.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01914010748\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$N\\/HtL6Vxv2c2Gd1cGMwbEeks8xZJdyvsuoUtuS4.Tf\\/4rY4yH8Xa2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-26 11:34:11\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-26 11:34:11\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:42;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2704;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Jony\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01811558888\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$DwHuvwXpiZoMzR8uWwW20.T.AwknH7p.1PjwtSSTM1bwIChMUT2Nq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-26 11:44:54\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-26 11:44:54\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2704;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Jony\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01811558888\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$DwHuvwXpiZoMzR8uWwW20.T.AwknH7p.1PjwtSSTM1bwIChMUT2Nq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-26 11:44:54\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-26 11:44:54\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:43;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2707;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Mamunur Rashid\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01714047402\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$kpu013jOo6FDvH3DMLlQpu.yst4lIxPtdNTWGWy1hVePBCKPTdWTy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-26 12:01:12\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-26 12:01:12\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2707;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Mamunur Rashid\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01714047402\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$kpu013jOo6FDvH3DMLlQpu.yst4lIxPtdNTWGWy1hVePBCKPTdWTy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-26 12:01:12\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-26 12:01:12\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:44;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2709;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Masum Parbez\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"par.masum@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01933330163\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$0PicvSgTBHAjrDRbS\\/CnxOasRjQUmU7DhGINTzuMm3o\\/iZQAzyJAe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-26 12:43:19\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-26 12:43:19\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2709;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Masum Parbez\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"par.masum@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01933330163\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$0PicvSgTBHAjrDRbS\\/CnxOasRjQUmU7DhGINTzuMm3o\\/iZQAzyJAe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-26 12:43:19\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-26 12:43:19\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:45;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2710;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Siddik,babu\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01766785424\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$SBCAdSprsFLjaY8BGy27kO8yl1ZWoT6FXZ.3S\\/h.ZdbcnThOT1cBe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-26 15:45:30\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-26 15:45:30\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2710;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Siddik,babu\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01766785424\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$SBCAdSprsFLjaY8BGy27kO8yl1ZWoT6FXZ.3S\\/h.ZdbcnThOT1cBe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-26 15:45:30\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-26 15:45:30\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:46;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2712;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"ASHEK MAHMUD\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:17:\\\"ashikeu@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01705118134\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$MlXocP.TLYfi.Ce8wK\\/YWuQTRqGaUpObo.J\\/zfeFkX3G5wfAGrF5q\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-26 16:13:07\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-26 16:13:07\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2712;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"ASHEK MAHMUD\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:17:\\\"ashikeu@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01705118134\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$MlXocP.TLYfi.Ce8wK\\/YWuQTRqGaUpObo.J\\/zfeFkX3G5wfAGrF5q\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-26 16:13:07\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-26 16:13:07\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:47;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2713;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Abdullah\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"abdullahlink2@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01713567574\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$a2PjYLbamfRbkZjrmiuW7u\\/72knrBd\\/HAJvz9V\\/Swb.mlxCynJ6hW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-26 16:15:37\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-26 16:15:37\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2713;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Abdullah\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"abdullahlink2@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01713567574\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$a2PjYLbamfRbkZjrmiuW7u\\/72knrBd\\/HAJvz9V\\/Swb.mlxCynJ6hW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-26 16:15:37\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-26 16:15:37\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:48;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2715;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Mohammad Motaher\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01748252610\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$dZnkKXP06my9th2XwJskhOFPW4T4R1zVt1vVlryDaR2K1jmUXkMGK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-26 16:30:23\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-26 16:30:23\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2715;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Mohammad Motaher\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01748252610\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$dZnkKXP06my9th2XwJskhOFPW4T4R1zVt1vVlryDaR2K1jmUXkMGK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-26 16:30:23\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-26 16:30:23\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:49;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2717;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Golam Rabbaney\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:14:\\\"Info@iasbd.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01918124407\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$tZdgjAgKLZsXa\\/tfGejciuEBe65ZBX86k0lnyUiAvKnWi4AEBjrsu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-26 16:47:24\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-26 16:47:24\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2717;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Golam Rabbaney\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:14:\\\"Info@iasbd.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01918124407\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$tZdgjAgKLZsXa\\/tfGejciuEBe65ZBX86k0lnyUiAvKnWi4AEBjrsu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-26 16:47:24\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-26 16:47:24\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:50;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2718;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"MD. TOUHID\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01798986675\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ysY2LlTL6TL\\/NZl7eYg2OeYs1q\\/nFgBV3LlTpdA8TDrwzUV5Cn9Zq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-26 16:51:50\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-26 16:51:50\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2718;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"MD. TOUHID\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01798986675\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ysY2LlTL6TL\\/NZl7eYg2OeYs1q\\/nFgBV3LlTpdA8TDrwzUV5Cn9Zq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-26 16:51:50\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-26 16:51:50\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:51;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2719;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"K. M. AUVIK JAMIL\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01713634246\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$6hK820rdHlWLitBeNdkDY.uW37.gGlS2AgSV7p9aPEaFIBWt2\\/iP2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-26 16:57:45\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-26 16:57:45\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2719;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"K. M. AUVIK JAMIL\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01713634246\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$6hK820rdHlWLitBeNdkDY.uW37.gGlS2AgSV7p9aPEaFIBWt2\\/iP2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-26 16:57:45\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-26 16:57:45\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:52;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2720;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"SAIFUL\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716111181\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$5HYbgdeJX1eUOhnN6nu5m.LzvLOcVVgfdM5lOsYsD23.Sr4S1zsKu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-26 17:02:38\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-26 17:02:38\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2720;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"SAIFUL\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716111181\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$5HYbgdeJX1eUOhnN6nu5m.LzvLOcVVgfdM5lOsYsD23.Sr4S1zsKu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-26 17:02:38\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-26 17:02:38\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:53;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2721;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Moin hasan khan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"khanw0299@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01634006404\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$QaefZx6EpOt0DU4Mw0WH.e6UaIwjCleqjBT77Zof9dJH8gHInIfeO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-26 17:19:03\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-26 17:19:03\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2721;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Moin hasan khan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"khanw0299@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01634006404\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$QaefZx6EpOt0DU4Mw0WH.e6UaIwjCleqjBT77Zof9dJH8gHInIfeO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-26 17:19:03\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-26 17:19:03\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:54;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2722;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Faisal Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"rahmanj209@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01627010597\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$6.yyQkFILHvoRTDKaK7ip.gg36eI9nebTyP3hxuxBT5jrCzigqz.2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-27 10:34:01\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-27 10:34:01\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2722;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Faisal Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"rahmanj209@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01627010597\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$6.yyQkFILHvoRTDKaK7ip.gg36eI9nebTyP3hxuxBT5jrCzigqz.2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-27 10:34:01\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-27 10:34:01\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:55;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2723;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Md shafiqul islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"ismail8429@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01718343259\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$vdgLLHLv04RvWO1yr87UGecxLcLvF3D\\/kBpOnTXHiG\\/1q1k\\/gdWnC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-27 10:41:16\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-27 10:41:16\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2723;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Md shafiqul islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"ismail8429@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01718343259\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$vdgLLHLv04RvWO1yr87UGecxLcLvF3D\\/kBpOnTXHiG\\/1q1k\\/gdWnC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-27 10:41:16\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-27 10:41:16\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:56;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2728;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"Md. Abul kalam azad\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:28:\\\"mdabulkalamazad006@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01751064686\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$c3ql1gMj.5tQwZvsJM.Ecul32jNYFK4K94kuwKUMbf5Ddd1iOw2fu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-27 11:03:06\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-27 11:03:06\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2728;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"Md. Abul kalam azad\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:28:\\\"mdabulkalamazad006@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01751064686\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$c3ql1gMj.5tQwZvsJM.Ecul32jNYFK4K94kuwKUMbf5Ddd1iOw2fu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-27 11:03:06\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-27 11:03:06\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:57;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2729;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Rabiul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"robee_me@hotmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01717760924\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$gud456crX66sH\\/tZKjNdTeCXipUmL\\/uidu86L67k3VxoddQEn4TMS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-27 12:06:14\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-27 12:06:14\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2729;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Rabiul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"robee_me@hotmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01717760924\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$gud456crX66sH\\/tZKjNdTeCXipUmL\\/uidu86L67k3VxoddQEn4TMS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-27 12:06:14\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-27 12:06:14\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:58;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2730;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Anik Chandra\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:27:\\\"anik.techstorebd1@gmail.com\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01745767687\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$B5Yuy\\/Y.aK2ZBN.dIu6hz.2p\\/OcJUcgZ2pVtW8xPFoP2IoyGlNx8u\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2023-09-27 13:31:20\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-27 13:31:20\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2730;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Anik Chandra\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:27:\\\"anik.techstorebd1@gmail.com\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01745767687\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$B5Yuy\\/Y.aK2ZBN.dIu6hz.2p\\/OcJUcgZ2pVtW8xPFoP2IoyGlNx8u\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2023-09-27 13:31:20\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-27 13:31:20\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:59;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2731;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:22:\\\"DR. MD Shahriar Faisal\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01708054667\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$fS4mjXDwrOMTQ23enlLLA.zH62hTBCeMEgehGM68fAkvqilKUBDUm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-27 16:19:37\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-27 16:19:37\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2731;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:22:\\\"DR. MD Shahriar Faisal\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01708054667\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$fS4mjXDwrOMTQ23enlLLA.zH62hTBCeMEgehGM68fAkvqilKUBDUm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-27 16:19:37\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-27 16:19:37\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:60;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2732;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:21:\\\"Khalilur Rahman Belal\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01904499992\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$\\/5eQZPdtYOdIbdeW75aHruJmjhr2BIlKOcuIoF90dcbKYExGU7rhe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-27 16:23:38\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-27 16:23:38\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2732;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:21:\\\"Khalilur Rahman Belal\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01904499992\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$\\/5eQZPdtYOdIbdeW75aHruJmjhr2BIlKOcuIoF90dcbKYExGU7rhe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-27 16:23:38\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-27 16:23:38\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:61;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2733;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Mamun\\/shofik\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"mamun6240@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01911477870\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$.zw4c27Ur.LsCyBEX9vSXeK\\/jtkLlkUFaTD06uvlzPqNU9AnRH7qi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-27 16:29:36\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-27 16:29:36\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2733;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Mamun\\/shofik\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"mamun6240@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01911477870\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$.zw4c27Ur.LsCyBEX9vSXeK\\/jtkLlkUFaTD06uvlzPqNU9AnRH7qi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-27 16:29:36\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-27 16:29:36\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:62;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2734;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:21:\\\"\\\"JINAT AMAN BANNA   \\\"\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01717696009\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$iT3XAZADUrSYZl9rj\\/V1fupklJYuruH7G21A77PnZLPal7zl.6doK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-27 16:49:53\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-27 16:49:53\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2734;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:21:\\\"\\\"JINAT AMAN BANNA   \\\"\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01717696009\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$iT3XAZADUrSYZl9rj\\/V1fupklJYuruH7G21A77PnZLPal7zl.6doK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-27 16:49:53\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-27 16:49:53\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:63;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2735;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Efat hossain Rony\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:24:\\\"efathossanrony@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01634368158\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$PZ8cPkNV.YgrS8KWaoKlDuQOSA.HgdEOeWwtaMVXOM22iygA8de5i\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-27 16:53:53\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-27 16:53:53\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2735;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Efat hossain Rony\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:24:\\\"efathossanrony@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01634368158\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$PZ8cPkNV.YgrS8KWaoKlDuQOSA.HgdEOeWwtaMVXOM22iygA8de5i\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-27 16:53:53\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-27 16:53:53\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:64;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2736;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Kazi Aminul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01888550700\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$6tVKa.EBcu7eQc.bEmyjTuurpWU9TTjf3jDsTeqLM8.0chKIHaPcq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-27 17:01:00\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-27 17:01:00\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2736;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Kazi Aminul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01888550700\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$6tVKa.EBcu7eQc.bEmyjTuurpWU9TTjf3jDsTeqLM8.0chKIHaPcq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-27 17:01:00\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-27 17:01:00\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:65;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2737;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"RIZU\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01751540396\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$fSMARhjg4CDzFjiO6pEECeWC43EbavlGooso8z4QOOl1l0d5Zxg66\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-27 17:05:57\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-27 17:05:57\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2737;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"RIZU\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01751540396\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$fSMARhjg4CDzFjiO6pEECeWC43EbavlGooso8z4QOOl1l0d5Zxg66\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-27 17:05:57\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-27 17:05:57\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:66;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2738;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Md. Raju Seikh\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01797893423\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$XLHXuTzcnUBx0Lc2eC3TdevWoogU7R7ayJRPC6mj9gpDvdxgfaS0W\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-27 17:10:49\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-27 17:10:49\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2738;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Md. Raju Seikh\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01797893423\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$XLHXuTzcnUBx0Lc2eC3TdevWoogU7R7ayJRPC6mj9gpDvdxgfaS0W\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-27 17:10:49\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-27 17:10:49\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:67;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2739;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"NAZRUL\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01763666777\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$zQTNzFwLu6gALwEHEwaNXeJ4ocRVRj8e8kFOnYN.Ut2FDmawBkXGy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-27 17:16:13\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-27 17:16:13\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2739;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"NAZRUL\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01763666777\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$zQTNzFwLu6gALwEHEwaNXeJ4ocRVRj8e8kFOnYN.Ut2FDmawBkXGy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-09-27 17:16:13\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-09-27 17:16:13\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:68;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2740;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"NAZRUL\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01726070719\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ch4x.l6UFA0VKQ8dFu6zr.pSL43TvWpOB6RNyLBaGWeUS4qXqYHsu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-01 11:22:35\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-01 11:22:35\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2740;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"NAZRUL\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01726070719\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ch4x.l6UFA0VKQ8dFu6zr.pSL43TvWpOB6RNyLBaGWeUS4qXqYHsu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-01 11:22:35\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-01 11:22:35\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:69;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2741;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Wahidur Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01742441733\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$5r.iuUAD\\/iMXGQUzC1pHC.rBktFGdo\\/qLHQlEB\\/s\\/Bh\\/k5mj3yNoO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-01 11:26:57\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-01 11:26:57\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2741;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Wahidur Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01742441733\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$5r.iuUAD\\/iMXGQUzC1pHC.rBktFGdo\\/qLHQlEB\\/s\\/Bh\\/k5mj3yNoO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-01 11:26:57\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-01 11:26:57\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:70;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2742;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Taslima\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01896215225\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$jQhsTm3javo\\/TJ80vz1Vsuts8nSo49O2Ol6EYbrQqskS.jePbHlky\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-01 11:31:08\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-01 11:31:08\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2742;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Taslima\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01896215225\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$jQhsTm3javo\\/TJ80vz1Vsuts8nSo49O2Ol6EYbrQqskS.jePbHlky\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-01 11:31:08\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-01 11:31:08\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:71;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2744;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"M M HANIF\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"hanifmm36@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712624676\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$av6jo6nTeZkIyE.P.ZFBYutwrADx4i5ZBYWhJ5BreZIrfefMx8oRC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-01 11:42:47\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-01 11:42:47\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2744;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"M M HANIF\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"hanifmm36@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712624676\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$av6jo6nTeZkIyE.P.ZFBYutwrADx4i5ZBYWhJ5BreZIrfefMx8oRC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-01 11:42:47\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-01 11:42:47\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:72;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2745;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:22:\\\"Muhammad Mustofa Kamal\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01704091827\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$vz3oWijDLUBQdRXL5pzEQemphu8qpzwnSopU\\/ASgoCOkkj5kii0eW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-01 11:46:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-01 11:46:29\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2745;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:22:\\\"Muhammad Mustofa Kamal\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01704091827\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$vz3oWijDLUBQdRXL5pzEQemphu8qpzwnSopU\\/ASgoCOkkj5kii0eW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-01 11:46:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-01 11:46:29\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:73;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2746;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Mahfuzur\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01723478869\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Sx3KnCl62FqBLGP9HPd\\/4eG8hG\\/6xu0HAtnyZ4y3SkpcH1uuOPHNe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-01 12:02:35\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-01 12:02:35\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2746;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Mahfuzur\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01723478869\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Sx3KnCl62FqBLGP9HPd\\/4eG8hG\\/6xu0HAtnyZ4y3SkpcH1uuOPHNe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-01 12:02:35\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-01 12:02:35\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:74;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2747;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Mithu\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"israfilmithu@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01917701733\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$1vKxdvYbXTGDDb1BR73jL.Y8efXD1Q6I.IbFUOvoEJ1e9IOjQcAUa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-01 12:07:23\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-01 12:07:23\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2747;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Mithu\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"israfilmithu@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01917701733\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$1vKxdvYbXTGDDb1BR73jL.Y8efXD1Q6I.IbFUOvoEJ1e9IOjQcAUa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-01 12:07:23\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-01 12:07:23\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:75;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2748;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"DEWAN MARUF\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"dewanmaruf26@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01738424260\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$2X5dMY\\/Owh8\\/ERKjwJ4ckeJfc5oV3nxJlG6nAzRrDDmh5Km3sfmNi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-01 12:11:20\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-01 12:11:20\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2748;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"DEWAN MARUF\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"dewanmaruf26@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01738424260\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$2X5dMY\\/Owh8\\/ERKjwJ4ckeJfc5oV3nxJlG6nAzRrDDmh5Km3sfmNi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-01 12:11:20\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-01 12:11:20\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:76;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2749;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"DEWAN MARUF\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"dewanmaruf26@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01912000108\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$PlIvkICZmCnGsylB2jsHJerBHXEqK4cg8U5uWWWjVMEnZew2l2TQC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-01 12:12:00\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-01 12:12:00\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2749;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"DEWAN MARUF\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"dewanmaruf26@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01912000108\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$PlIvkICZmCnGsylB2jsHJerBHXEqK4cg8U5uWWWjVMEnZew2l2TQC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-01 12:12:00\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-01 12:12:00\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:77;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2750;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md Saidul Basher\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"shovon6934@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01758127905\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$caFdSP9SkyzMZPccf2CldOi\\/xg1ejDfTTDjYtzjjuU35kwt6FHkDu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-01 12:15:25\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-01 12:15:25\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2750;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md Saidul Basher\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"shovon6934@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01758127905\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$caFdSP9SkyzMZPccf2CldOi\\/xg1ejDfTTDjYtzjjuU35kwt6FHkDu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-01 12:15:25\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-01 12:15:25\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:78;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2751;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Masum Billah\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"www.tm217502@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01774055543\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$I.YszP\\/43dg1uv7wYDITOOA3JbPAfXnNn7aLGVB1XFZM.0GsxXZYS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-01 13:44:40\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-01 13:44:40\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2751;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Masum Billah\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"www.tm217502@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01774055543\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$I.YszP\\/43dg1uv7wYDITOOA3JbPAfXnNn7aLGVB1XFZM.0GsxXZYS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-01 13:44:40\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-01 13:44:40\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:79;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2752;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Abdul Aleem Khan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:17:\\\"sheblee@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715258168\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$kMD5dcQTutq0RYLUyWxKbOvY.2gSDZsgMYcl3L6jI7oN6csQHea5a\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-01 13:48:16\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-01 13:48:16\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2752;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Abdul Aleem Khan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:17:\\\"sheblee@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715258168\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$kMD5dcQTutq0RYLUyWxKbOvY.2gSDZsgMYcl3L6jI7oN6csQHea5a\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-01 13:48:16\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-01 13:48:16\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:80;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2755;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"Syful Islam Prodhan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711107692\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$6NkvvjRmhhuRRYpe7fPoJ.axlTLrDDmgOQDjX.K6RIm5X1hEaiO6u\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-04 10:44:50\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-04 10:44:50\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2755;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"Syful Islam Prodhan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711107692\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$6NkvvjRmhhuRRYpe7fPoJ.axlTLrDDmgOQDjX.K6RIm5X1hEaiO6u\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-04 10:44:50\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-04 10:44:50\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:81;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2756;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:20:\\\"Md. Iftekhar Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01775225690\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$LA0B4xdlFwMgRRq3iMEtR.Xe.7pufY4kWjfrvae.18WylYUKy1yAe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-04 10:51:28\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-04 10:51:28\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2756;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:20:\\\"Md. Iftekhar Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01775225690\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$LA0B4xdlFwMgRRq3iMEtR.Xe.7pufY4kWjfrvae.18WylYUKy1yAe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-04 10:51:28\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-04 10:51:28\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:82;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2757;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Main Shamim\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"moinshamim316@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712904216\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Ky1cfyryvZ02IiKpYpI\\/7ORetJC7Ehpm1b4HOMSqZ1tlzHXnThn1u\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-04 10:54:56\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-04 10:54:56\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2757;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Main Shamim\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"moinshamim316@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712904216\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Ky1cfyryvZ02IiKpYpI\\/7ORetJC7Ehpm1b4HOMSqZ1tlzHXnThn1u\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-04 10:54:56\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-04 10:54:56\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:83;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2759;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Mehedi Hasan Tamal\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711540337\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$aGDBdOC6vO0F1n9Y8jKRIufJMDayMi7VmuA7NDLWlXjxOuvcoaFOe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-04 11:07:27\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-04 11:07:27\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2759;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Mehedi Hasan Tamal\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711540337\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$aGDBdOC6vO0F1n9Y8jKRIufJMDayMi7VmuA7NDLWlXjxOuvcoaFOe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-04 11:07:27\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-04 11:07:27\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:84;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2760;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Abir\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01796327610\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$cSrGb2EODjL..C.B1wZ.xua4DWO2P6HdwJ2ifPdK7sQcADPUgfHFS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-04 11:12:33\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-04 11:12:33\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2760;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Abir\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01796327610\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$cSrGb2EODjL..C.B1wZ.xua4DWO2P6HdwJ2ifPdK7sQcADPUgfHFS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-04 11:12:33\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-04 11:12:33\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:85;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2761;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Mahadi Hasan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01719647789\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ApZVqDwyqRIOIkxd3wjStuBWWGMQh1fmaE5ajhaRHcK923qccU5XW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-04 11:23:51\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-04 11:23:51\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2761;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Mahadi Hasan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01719647789\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ApZVqDwyqRIOIkxd3wjStuBWWGMQh1fmaE5ajhaRHcK923qccU5XW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-04 11:23:51\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-04 11:23:51\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:86;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2762;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:23:\\\"MOHAMMED ZAHIDUR RAHMAN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01759428667\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ytMjOG6Ucah9uoFeKR7Rw.ttW1BDcLQJhRH0sdCON0Mpnt5akW\\/ri\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-04 13:04:09\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-04 13:04:09\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2762;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:23:\\\"MOHAMMED ZAHIDUR RAHMAN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01759428667\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ytMjOG6Ucah9uoFeKR7Rw.ttW1BDcLQJhRH0sdCON0Mpnt5akW\\/ri\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-04 13:04:09\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-04 13:04:09\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:87;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2764;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Azmal Jorder\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01861111101\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$d80hasDq5PhEpjj5XUlKg.zrs7zpvJ4N8z.ATI0wwuLMW5Tr8LxfK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-04 13:11:11\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-04 13:11:11\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2764;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Azmal Jorder\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01861111101\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$d80hasDq5PhEpjj5XUlKg.zrs7zpvJ4N8z.ATI0wwuLMW5Tr8LxfK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-04 13:11:11\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-04 13:11:11\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:88;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2765;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"AB Salam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01963242324\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$mtvEo1n1RDG16ma5Zmxb4uvu.MXl7SCc4C3a.JEmkifSfDcUfH4jC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-04 13:15:55\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-04 13:15:55\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2765;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"AB Salam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01963242324\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$mtvEo1n1RDG16ma5Zmxb4uvu.MXl7SCc4C3a.JEmkifSfDcUfH4jC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-04 13:15:55\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-04 13:15:55\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:89;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2766;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Md. Sirajul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715112515\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$MMMubYBfW7sDXh6SpIG5GeRlYPA76gfzoA7TxYH8XHdkswnA6Taf6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-04 13:28:01\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-04 13:28:01\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2766;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Md. Sirajul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715112515\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$MMMubYBfW7sDXh6SpIG5GeRlYPA76gfzoA7TxYH8XHdkswnA6Taf6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-04 13:28:01\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-04 13:28:01\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:90;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2767;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Madhusudhan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01718820081\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$gt1mHt6CwmGK\\/CH0jYWJrubM7GGfcJUpWlMKV7IaQ1F1cHehYXbtW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-04 13:31:31\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-04 13:31:31\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2767;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Madhusudhan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01718820081\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$gt1mHt6CwmGK\\/CH0jYWJrubM7GGfcJUpWlMKV7IaQ1F1cHehYXbtW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-04 13:31:31\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-04 13:31:31\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:91;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2768;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Rizvi\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712555605\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$2seuhtZSuY0GjmvJ3W5hZeBbPCBmnillOTIvM\\/LyXnaQ7LxEKQVKy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-04 13:34:54\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-04 13:34:54\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2768;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Rizvi\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712555605\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$2seuhtZSuY0GjmvJ3W5hZeBbPCBmnillOTIvM\\/LyXnaQ7LxEKQVKy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-04 13:34:54\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-04 13:34:54\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:92;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2769;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Shafiur Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:26:\\\"shafiurrahman055@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01311303847\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$PyDcBkSZphLpAD.bdArQGOq.NTcXgRkUrXUOGUKH51YyB\\/ksk7kKC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-04 13:43:35\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-04 13:43:35\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2769;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Shafiur Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:26:\\\"shafiurrahman055@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01311303847\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$PyDcBkSZphLpAD.bdArQGOq.NTcXgRkUrXUOGUKH51YyB\\/ksk7kKC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-04 13:43:35\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-04 13:43:35\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:93;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2770;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"MD.JAHID\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01790721622\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$mPSBmjvyH8IrB8.VJl8izO4bLnD6KHySLCdDYacMiG2njljvUDfM2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-04 13:59:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-04 13:59:29\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2770;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"MD.JAHID\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01790721622\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$mPSBmjvyH8IrB8.VJl8izO4bLnD6KHySLCdDYacMiG2njljvUDfM2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-04 13:59:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-04 13:59:29\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:94;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2772;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Mamun\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1751991558\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$WpcY4e9iJXHhzEkGEiWihu2pjnTV21OvalKpSRusTXDIsSfjaur2m\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 10:34:54\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 10:34:54\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2772;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Mamun\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1751991558\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$WpcY4e9iJXHhzEkGEiWihu2pjnTV21OvalKpSRusTXDIsSfjaur2m\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 10:34:54\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 10:34:54\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:95;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2773;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"roof crop care ltd\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01672846544\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$5TyzX\\/tsmh\\/Dm6N689yPL.gd\\/45rMXBMgKNXHO8Bfz4aVcZmrT0Rm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 10:40:05\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 10:40:05\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2773;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"roof crop care ltd\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01672846544\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$5TyzX\\/tsmh\\/Dm6N689yPL.gd\\/45rMXBMgKNXHO8Bfz4aVcZmrT0Rm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 10:40:05\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 10:40:05\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:96;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2774;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md Tanvir Hassan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:29:\\\"tanvir.hassan.ice07@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01719457880\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$0BO0OPiEeNrKoKIKNx8.quSxCDkmV9Kdxh6yD0U\\/SyMt9bNk1lM3m\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 10:43:18\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 10:43:18\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2774;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md Tanvir Hassan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:29:\\\"tanvir.hassan.ice07@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01719457880\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$0BO0OPiEeNrKoKIKNx8.quSxCDkmV9Kdxh6yD0U\\/SyMt9bNk1lM3m\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 10:43:18\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 10:43:18\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:97;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2775;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Md Abdul hai\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01777656517\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Ja48WJ9sPatTMocC5GVveuCy54MvVi0VcuT.7nzzsEeALeRe\\/8TjK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 10:45:50\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 10:45:50\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2775;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Md Abdul hai\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01777656517\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Ja48WJ9sPatTMocC5GVveuCy54MvVi0VcuT.7nzzsEeALeRe\\/8TjK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 10:45:50\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 10:45:50\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:98;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2776;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Dr. Md Ishak\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:3:\\\"CTG\\\";s:5:\\\"phone\\\";s:11:\\\"01674961613\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$x8A6KeiIRjgv3a1\\/0H1cZ.41YYMBrhw2AUIqz0dYFHbVUDCaHmdnC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 10:48:17\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 10:48:17\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2776;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Dr. Md Ishak\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:3:\\\"CTG\\\";s:5:\\\"phone\\\";s:11:\\\"01674961613\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$x8A6KeiIRjgv3a1\\/0H1cZ.41YYMBrhw2AUIqz0dYFHbVUDCaHmdnC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 10:48:17\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 10:48:17\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:99;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2777;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Probir Sikder\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:28:\\\"probir@vastengineeringbd.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01670659444\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$5CcbQLzqMMAaFdJEFDP7iuFzFpWZ7ashfW8jLDrkwMonFOmbQvgyS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 10:50:37\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 10:50:37\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2777;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Probir Sikder\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:28:\\\"probir@vastengineeringbd.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01670659444\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$5CcbQLzqMMAaFdJEFDP7iuFzFpWZ7ashfW8jLDrkwMonFOmbQvgyS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 10:50:37\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 10:50:37\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}}}s:4:\\\"text\\\";s:540:\\\"\\u09aa\\u09cd\\u09b0\\u09bf\\u09af\\u09bc \\u0997\\u09cd\\u09b0\\u09be\\u09b9\\u0995,\\n\\u09ae\\u09be\\u0987\\u099c\\u09bf\\u09aa\\u09bf\\u098f\\u09b8 \\u099f\\u09cd\\u09b0\\u09cd\\u09af\\u09be\\u0995\\u09bf\\u0982 \\u09b8\\u09be\\u09b0\\u09cd\\u09ad\\u09bf\\u09b8 \\u098f\\u09b0 \\u09aa\\u0995\\u09cd\\u09b7 \\u09a5\\u09c7\\u0995\\u09c7 \\u09aa\\u09ac\\u09bf\\u09a4\\u09cd\\u09b0 \\u0988\\u09a6\\u09c1\\u09b2 \\u09ab\\u09bf\\u09a4\\u09b0 \\u0989\\u09aa\\u09b2\\u0995\\u09cd\\u09b7\\u09c7 \\u0986\\u09aa\\u09a8\\u09be\\u0995\\u09c7 \\u099c\\u09be\\u09a8\\u09be\\u0987 \\\"\\u0988\\u09a6 \\u09ae\\u09cb\\u09ac\\u09be\\u09b0\\u0995\\\"\\u0964 \\u0986\\u09aa\\u09a8\\u09be\\u09b0 \\u09aa\\u09b0\\u09bf\\u09ac\\u09be\\u09b0\\u0995\\u09c7 \\u09a8\\u09bf\\u09af\\u09bc\\u09c7 \\u098f\\u09ac\\u09be\\u09b0\\u09c7\\u09b0 \\u0988\\u09a6 \\u0995\\u09be\\u099f\\u09c1\\u0995 \\u0986\\u09b0\\u09cb \\u0986\\u09a8\\u09a8\\u09cd\\u09a6\\u09aa\\u09c2\\u09b0\\u09cd\\u09a3 \\u0993 \\u0989\\u09aa\\u09ad\\u09cb\\u0997\\u09cd\\u09af\\u09ae\\u09af\\u09bc\\u0964 \\u0986\\u09aa\\u09a8\\u09be\\u09b0 \\u09aa\\u09cd\\u09b0\\u09a4\\u09bf\\u099f\\u09bf \\u09af\\u09be\\u09a4\\u09cd\\u09b0\\u09be \\u09b6\\u09c1\\u09ad \\u09b9\\u09cb\\u0995\\u0964\\\";}s:3:\\\"job\\\";N;s:10:\\\"connection\\\";N;s:5:\\\"queue\\\";N;s:15:\\\"chainConnection\\\";N;s:10:\\\"chainQueue\\\";N;s:5:\\\"delay\\\";N;s:10:\\\"middleware\\\";a:0:{}s:7:\\\"chained\\\";a:0:{}}\"}}', 'Illuminate\\Queue\\MaxAttemptsExceededException: App\\Jobs\\SmsSend has been attempted too many times or run too long. The job may have previously timed out. in /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php:648\nStack trace:\n#0 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(163): Illuminate\\Queue\\Worker->maxAttemptsExceededException(Object(Illuminate\\Queue\\Jobs\\DatabaseJob))\n#1 /home/mygpsbd/public_html/app/Http/helper.php(28): Illuminate\\Queue\\Worker->Illuminate\\Queue\\{closure}(14, Array)\n#2 /home/mygpsbd/public_html/app/Jobs/SmsSend.php(35): send_sms(\'\\xE0\\xA6\\xAA\\xE0\\xA7\\x8D\\xE0\\xA6\\xB0\\xE0\\xA6\\xBF\\xE0\\xA6\\xAF...\', Array)\n#3 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App\\Jobs\\SmsSend->handle()\n#4 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/Util.php(37): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}()\n#5 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(93): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))\n#6 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(37): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))\n#7 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/Container.php(596): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)\n#8 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php(94): Illuminate\\Container\\Container->call(Array)\n#9 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(128): Illuminate\\Bus\\Dispatcher->Illuminate\\Bus\\{closure}(Object(App\\Jobs\\SmsSend))\n#10 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(103): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(App\\Jobs\\SmsSend))\n#11 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php(98): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))\n#12 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(83): Illuminate\\Bus\\Dispatcher->dispatchNow(Object(App\\Jobs\\SmsSend), false)\n#13 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(128): Illuminate\\Queue\\CallQueuedHandler->Illuminate\\Queue\\{closure}(Object(App\\Jobs\\SmsSend))\n#14 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(103): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(App\\Jobs\\SmsSend))\n#15 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(85): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))\n#16 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(59): Illuminate\\Queue\\CallQueuedHandler->dispatchThroughMiddleware(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Object(App\\Jobs\\SmsSend))\n#17 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Jobs/Job.php(98): Illuminate\\Queue\\CallQueuedHandler->call(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Array)\n#18 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(356): Illuminate\\Queue\\Jobs\\Job->fire()\n#19 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(306): Illuminate\\Queue\\Worker->process(\'database\', Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Object(Illuminate\\Queue\\WorkerOptions))\n#20 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(132): Illuminate\\Queue\\Worker->runJob(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), \'database\', Object(Illuminate\\Queue\\WorkerOptions))\n#21 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(112): Illuminate\\Queue\\Worker->daemon(\'database\', \'default\', Object(Illuminate\\Queue\\WorkerOptions))\n#22 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(96): Illuminate\\Queue\\Console\\WorkCommand->runWorker(\'database\', \'default\')\n#23 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Illuminate\\Queue\\Console\\WorkCommand->handle()\n#24 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/Util.php(37): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}()\n#25 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(93): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))\n#26 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(37): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))\n#27 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/Container.php(596): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)\n#28 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Console/Command.php(134): Illuminate\\Container\\Container->call(Array)\n#29 /home/mygpsbd/public_html/vendor/symfony/console/Command/Command.php(298): Illuminate\\Console\\Command->execute(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))\n#30 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Console/Command.php(121): Symfony\\Component\\Console\\Command\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))\n#31 /home/mygpsbd/public_html/vendor/symfony/console/Application.php(1040): Illuminate\\Console\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#32 /home/mygpsbd/public_html/vendor/symfony/console/Application.php(301): Symfony\\Component\\Console\\Application->doRunCommand(Object(Illuminate\\Queue\\Console\\WorkCommand), Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#33 /home/mygpsbd/public_html/vendor/symfony/console/Application.php(171): Symfony\\Component\\Console\\Application->doRun(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#34 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Console/Application.php(93): Symfony\\Component\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#35 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(129): Illuminate\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#36 /home/mygpsbd/public_html/artisan(37): Illuminate\\Foundation\\Console\\Kernel->handle(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#37 {main}', '2024-04-11 15:01:03');
INSERT INTO `failed_jobs` (`id`, `connection`, `queue`, `payload`, `exception`, `failed_at`) VALUES
(730, 'database', 'default', '{\"uuid\":\"d3200984-1659-455a-b425-f5a7baaab842\",\"displayName\":\"App\\\\Jobs\\\\SmsSend\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"delay\":null,\"timeout\":null,\"timeoutAt\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\SmsSend\",\"command\":\"O:16:\\\"App\\\\Jobs\\\\SmsSend\\\":9:{s:4:\\\"data\\\";a:2:{s:4:\\\"data\\\";O:39:\\\"Illuminate\\\\Database\\\\Eloquent\\\\Collection\\\":1:{s:8:\\\"\\u0000*\\u0000items\\\";a:100:{i:0;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2778;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"ELAIS\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01894789499\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$R7FTyCjRImvI1WPylVRjSuQlipoRASUpxVVUyy6kUk.MQefI7jXWS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 10:55:07\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 10:55:07\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2778;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"ELAIS\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01894789499\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$R7FTyCjRImvI1WPylVRjSuQlipoRASUpxVVUyy6kUk.MQefI7jXWS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 10:55:07\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 10:55:07\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:1;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2779;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Sumon mahamud\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"rajsumon52@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01949091003\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$4YdD\\/yu177EpAuGYsVJYA.E.P2MpN6o13lQdy6j2ItYh0LIq9vngm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 11:03:27\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 11:03:27\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2779;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Sumon mahamud\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"rajsumon52@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01949091003\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$4YdD\\/yu177EpAuGYsVJYA.E.P2MpN6o13lQdy6j2ItYh0LIq9vngm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 11:03:27\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 11:03:27\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:2;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2781;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Md. Jahid\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:3:\\\"CTG\\\";s:5:\\\"phone\\\";s:11:\\\"01819649917\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$qP346eQU2ab21WGFb9fhkOI.yOavodoyP0sAwZSNo5AAeXi9hvsNq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 11:17:12\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 11:17:12\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2781;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Md. Jahid\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:3:\\\"CTG\\\";s:5:\\\"phone\\\";s:11:\\\"01819649917\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$qP346eQU2ab21WGFb9fhkOI.yOavodoyP0sAwZSNo5AAeXi9hvsNq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 11:17:12\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 11:17:12\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:3;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2782;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Mohsinul Hoq Sumon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"sumonhoq2003@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01730727298\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$w19QEaq1YQp9klh6iWMvIuIL8EhPrULiwYIhoY7Ah11GIHJs5MWfq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 11:25:10\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 11:25:10\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2782;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Mohsinul Hoq Sumon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"sumonhoq2003@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01730727298\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$w19QEaq1YQp9klh6iWMvIuIL8EhPrULiwYIhoY7Ah11GIHJs5MWfq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 11:25:10\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 11:25:10\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:4;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2783;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"SI. Sohel\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01797016607\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$t0\\/DqOa4wPLfmIgnVuLrVesIHQRk9sTa049srODBSVXi78G9zwtwW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 11:29:19\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 11:29:19\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2783;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"SI. Sohel\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01797016607\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$t0\\/DqOa4wPLfmIgnVuLrVesIHQRk9sTa049srODBSVXi78G9zwtwW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 11:29:19\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 11:29:19\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:5;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2784;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"SAKIB HASAN RAFI\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"rafisuper11@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01621165747\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$pB5G1PifBwgBGcBMMmwtNe1i37OGHsK9gBYI1H\\/r62zC4yjDIMVga\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 11:33:11\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 11:33:11\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2784;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"SAKIB HASAN RAFI\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"rafisuper11@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01621165747\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$pB5G1PifBwgBGcBMMmwtNe1i37OGHsK9gBYI1H\\/r62zC4yjDIMVga\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 11:33:11\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 11:33:11\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:6;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2786;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"ATIQUR RAHMAN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711540202\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$yyONRP752b.5j\\/akGObn0OaMt4jW4Bl4ByK.zVMw5puuVwAIHoM2e\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 11:37:33\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 11:37:33\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2786;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"ATIQUR RAHMAN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711540202\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$yyONRP752b.5j\\/akGObn0OaMt4jW4Bl4ByK.zVMw5puuVwAIHoM2e\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 11:37:33\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 11:37:33\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:7;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2787;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"SHONTUSH\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01729947270\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$c9HKpx7BUswy2kHGwAeZ7.kJ7iw8nX9w96VliJ\\/8NNTYkWxmq0YVm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 11:51:05\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 11:51:05\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2787;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"SHONTUSH\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01729947270\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$c9HKpx7BUswy2kHGwAeZ7.kJ7iw8nX9w96VliJ\\/8NNTYkWxmq0YVm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 11:51:05\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 11:51:05\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:8;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2788;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"RIPON\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712113538\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$UxbbLbIYen.joC6cr.BFJ.VsY8RldwoK4ENpyOhYhxOLPpQj1iSuy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 11:58:37\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 11:58:37\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2788;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"RIPON\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712113538\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$UxbbLbIYen.joC6cr.BFJ.VsY8RldwoK4ENpyOhYhxOLPpQj1iSuy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 11:58:37\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 11:58:37\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:9;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2789;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:20:\\\"MD.NAZRUL ISLAM NICE\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01633576793\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$6TfjECdsFI5i3XM1qS7kGuyVzM.gw3JTNdgotVOnaYuezoBDc6\\/o.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 12:01:20\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 12:01:20\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2789;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:20:\\\"MD.NAZRUL ISLAM NICE\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01633576793\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$6TfjECdsFI5i3XM1qS7kGuyVzM.gw3JTNdgotVOnaYuezoBDc6\\/o.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 12:01:20\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 12:01:20\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:10;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2790;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Zahid\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01714071066\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$DongAtf9IxoNZ38W.zmR0eLFB8YGlR8BNQspzfYWWTqDqD7wNv.3W\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 12:03:58\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 12:03:58\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2790;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Zahid\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01714071066\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$DongAtf9IxoNZ38W.zmR0eLFB8YGlR8BNQspzfYWWTqDqD7wNv.3W\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 12:03:58\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 12:03:58\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:11;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2791;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Abdul awal\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01869272412\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$0ma8lLRuKtsC7CCNC2LvuuR\\/yqmVyEr3CAz1zUHu5xE8QyU5cOxfu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 12:07:13\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 12:07:13\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2791;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Abdul awal\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01869272412\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$0ma8lLRuKtsC7CCNC2LvuuR\\/yqmVyEr3CAz1zUHu5xE8QyU5cOxfu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 12:07:13\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 12:07:13\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:12;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2792;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Jasim uddin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712071351\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$.X7D.1iUX08LCoKEMx3vruFDQXnYHF7\\/.c736F8GVFirFWJvxoE3W\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 12:11:22\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-01 17:17:49\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2792;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Jasim uddin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712071351\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$.X7D.1iUX08LCoKEMx3vruFDQXnYHF7\\/.c736F8GVFirFWJvxoE3W\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 12:11:22\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-01 17:17:49\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:13;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2793;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Jasim uddin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:7:\\\"1071351\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$4yYempvV7.cE.nw\\/oXxEu.je8S.mjJLegECwOPHZ1sH0g4AO0z876\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 12:16:45\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-04 17:44:50\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2793;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Jasim uddin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:7:\\\"1071351\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$4yYempvV7.cE.nw\\/oXxEu.je8S.mjJLegECwOPHZ1sH0g4AO0z876\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 12:16:45\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-04 17:44:50\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:14;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2794;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Rojit Ray\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01823130029\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$vgZZLh9r9UCW0rRR5BY5uuknpfiJwsYkjg.uLV5vM1vtnXlJ7F8BK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 12:20:53\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 12:20:53\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2794;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Rojit Ray\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01823130029\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$vgZZLh9r9UCW0rRR5BY5uuknpfiJwsYkjg.uLV5vM1vtnXlJ7F8BK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 12:20:53\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 12:20:53\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:15;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2796;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:23:\\\"MAJOR MD BILLAL HOSSAIN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"bilwal8773@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01719733229\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$km2IY0ZoZX9HPXpYQ5gALuQjxZ5sbg43O2pR4BOcUBkT01ViDg9ty\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 12:31:18\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 12:31:18\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2796;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:23:\\\"MAJOR MD BILLAL HOSSAIN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"bilwal8773@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01719733229\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$km2IY0ZoZX9HPXpYQ5gALuQjxZ5sbg43O2pR4BOcUBkT01ViDg9ty\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 12:31:18\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 12:31:18\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:16;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2797;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"RAHAT MAHMUD\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"tushanrahat@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01633701169\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$A0iAFiPpzV3.L1Wmpmbx7OuhhX6QV9wzLxNicsUz5AdgkLwrlsWKq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 12:34:44\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 12:34:44\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2797;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"RAHAT MAHMUD\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"tushanrahat@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01633701169\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$A0iAFiPpzV3.L1Wmpmbx7OuhhX6QV9wzLxNicsUz5AdgkLwrlsWKq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 12:34:44\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 12:34:44\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:17;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2798;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"janibul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01819156660\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$AFrgIzREo5vtioqXJrHIQOK4dKFvmfOROCkPMXSjpbkHnegQTA.Ai\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 12:36:54\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 12:36:54\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2798;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"janibul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01819156660\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$AFrgIzREo5vtioqXJrHIQOK4dKFvmfOROCkPMXSjpbkHnegQTA.Ai\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 12:36:54\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 12:36:54\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:18;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2799;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Md.Muhsin sahed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01730372871\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$fc9EtvJk8EmyHWNNRLCCE.1ppWVQAWp\\/yjc3ehG.F96u22YTyg6d2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 12:41:01\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 12:41:01\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2799;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Md.Muhsin sahed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01730372871\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$fc9EtvJk8EmyHWNNRLCCE.1ppWVQAWp\\/yjc3ehG.F96u22YTyg6d2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 12:41:01\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 12:41:01\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:19;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2800;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Mohammod Zakir\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01611710043\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Abh4ENr7CAF7F4lumJ9EguVsjtgBA33Hp7N6w4t1GIxTOWw\\/\\/wSMq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 12:43:11\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 12:43:11\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2800;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Mohammod Zakir\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01611710043\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Abh4ENr7CAF7F4lumJ9EguVsjtgBA33Hp7N6w4t1GIxTOWw\\/\\/wSMq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 12:43:11\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 12:43:11\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:20;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2801;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Abdul Hai\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"salmaab246@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01852082329\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$UFadGMUZXqH1LHfeSaZEeO6ePFk4lCwwZogLuatDC6gASwlkqHVjW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 12:48:06\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 12:48:06\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2801;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Abdul Hai\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"salmaab246@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01852082329\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$UFadGMUZXqH1LHfeSaZEeO6ePFk4lCwwZogLuatDC6gASwlkqHVjW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 12:48:06\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 12:48:06\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:21;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2803;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Homywon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01889025419\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$YcI7rYboGcP6mx1Vi2pHKuoAASt5KJtFsmUv1SKtKgmB2pF7\\/pcaq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 13:00:20\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 13:00:20\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2803;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Homywon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01889025419\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$YcI7rYboGcP6mx1Vi2pHKuoAASt5KJtFsmUv1SKtKgmB2pF7\\/pcaq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 13:00:20\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 13:00:20\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:22;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2804;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:20:\\\"Shahidul Islam Razza\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01779948499\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ExqqtTFeLJfIK6mAxYP9o.xYvkewPKuddGGJR16VRaMKon\\/7axi4e\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 13:04:52\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 13:04:52\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2804;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:20:\\\"Shahidul Islam Razza\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01779948499\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ExqqtTFeLJfIK6mAxYP9o.xYvkewPKuddGGJR16VRaMKon\\/7axi4e\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 13:04:52\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 13:04:52\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:23;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2805;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Emran khan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"Emrankhan0077@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01680192057\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$pZlNvnz0uPbTZ0TtMAIDkuxn3BIsrN9pV.TH9ZFe3vsn3qp1GK2qO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 13:10:26\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 13:10:26\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2805;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Emran khan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"Emrankhan0077@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01680192057\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$pZlNvnz0uPbTZ0TtMAIDkuxn3BIsrN9pV.TH9ZFe3vsn3qp1GK2qO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 13:10:26\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 13:10:26\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:24;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2807;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Debasish\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"dabasish.0209@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01760271756\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$mFMC6HgwWzR9etKC8O1oleOWhx9jZFrkdAVldYPXtUBXajE2dEUJy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 13:22:31\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 13:22:31\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2807;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Debasish\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"dabasish.0209@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01760271756\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$mFMC6HgwWzR9etKC8O1oleOWhx9jZFrkdAVldYPXtUBXajE2dEUJy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 13:22:31\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 13:22:31\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:25;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2808;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Alauddin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01890778634\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$IjW3Sd8IOlVjIzaZxPaE\\/.Tc9WbCY44GflAPyVUyT.xGI2eK83vWC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 13:32:09\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 13:32:09\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2808;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Alauddin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01890778634\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$IjW3Sd8IOlVjIzaZxPaE\\/.Tc9WbCY44GflAPyVUyT.xGI2eK83vWC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 13:32:09\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 13:32:09\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:26;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2810;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Shafiqul islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01840069209\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$oZ79bdKMPzKdRVuEqCX2j.iplI4aK7RyuPpL6OhDITaS3dVDupFRm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 13:39:59\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 13:39:59\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2810;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Shafiqul islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01840069209\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$oZ79bdKMPzKdRVuEqCX2j.iplI4aK7RyuPpL6OhDITaS3dVDupFRm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 13:39:59\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 13:39:59\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:27;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2813;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Biplob Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01730013387\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ffNUQThZS7xBJAWrcMrAPOm\\/W6Tr9wLrsMSCvfXtAbXzVDzn.bI1a\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 13:54:43\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 13:54:43\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2813;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Biplob Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01730013387\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ffNUQThZS7xBJAWrcMrAPOm\\/W6Tr9wLrsMSCvfXtAbXzVDzn.bI1a\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 13:54:43\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 13:54:43\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:28;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2814;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Zakir Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"zakirtsims@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01819536697\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$289Wo4mGdrmTSMrcSr3dR.3BS\\/tPXl5beQALDtOt6\\/FacTfoJFwxW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 13:56:44\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 13:56:44\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2814;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Zakir Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"zakirtsims@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01819536697\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$289Wo4mGdrmTSMrcSr3dR.3BS\\/tPXl5beQALDtOt6\\/FacTfoJFwxW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 13:56:44\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 13:56:44\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:29;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2815;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Md. Sazzad Hussain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"naimsazzad@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01818843243\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$y2aWxlm9o4g1UA\\/y18721uD38HxDQcYRPfmUIChL8ioH0USDYBeTW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 15:51:01\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 15:51:01\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2815;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Md. Sazzad Hussain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"naimsazzad@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01818843243\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$y2aWxlm9o4g1UA\\/y18721uD38HxDQcYRPfmUIChL8ioH0USDYBeTW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 15:51:01\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 15:51:01\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:30;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2816;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"SAIFUL\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01766675399\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Lvjl7lzm1DTCXgzYJkQBSeQkIaQ0\\/ywJq0RhU2gNfICLpkbZhSDqW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 15:56:42\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 15:56:42\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2816;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"SAIFUL\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01766675399\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Lvjl7lzm1DTCXgzYJkQBSeQkIaQ0\\/ywJq0RhU2gNfICLpkbZhSDqW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 15:56:42\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 15:56:42\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:31;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2817;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Ashrafuzzaman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"ashrafuzzaman@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711761231\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$nMgZ6i65stWdpejCGkvFx.KcKzeq8oJJ9V4WgSjF0seToVJH2uEs6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 15:59:17\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 15:59:17\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2817;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Ashrafuzzaman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"ashrafuzzaman@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711761231\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$nMgZ6i65stWdpejCGkvFx.KcKzeq8oJJ9V4WgSjF0seToVJH2uEs6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 15:59:17\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 15:59:17\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:32;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2819;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Anower Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1970999677\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$xrfrsnbGm0ZYn\\/ZfvZKfKu4nfPLNuwXMEHN9A442q3RDpsGeEhPym\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 16:07:23\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 16:07:23\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2819;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Anower Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1970999677\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$xrfrsnbGm0ZYn\\/ZfvZKfKu4nfPLNuwXMEHN9A442q3RDpsGeEhPym\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 16:07:23\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 16:07:23\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:33;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2820;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Shawon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01674350311\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$CCmHaJQLxfEgP1ZNYaDff.nCTr5gQjs7\\/otWy5FSh3\\/YQ4Tmn1p7W\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 16:09:21\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 16:09:21\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2820;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Shawon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01674350311\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$CCmHaJQLxfEgP1ZNYaDff.nCTr5gQjs7\\/otWy5FSh3\\/YQ4Tmn1p7W\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 16:09:21\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 16:09:21\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:34;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2821;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:22:\\\"Mohammed Khorshed Alam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01713042031\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$uAiq9dY\\/NQy4Iq2ocJgofey8Vl7aYnzhLRWI66c9ZrauSVcxJXK7a\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 16:12:35\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 16:12:35\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2821;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:22:\\\"Mohammed Khorshed Alam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01713042031\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$uAiq9dY\\/NQy4Iq2ocJgofey8Vl7aYnzhLRWI66c9ZrauSVcxJXK7a\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 16:12:35\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 16:12:35\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:35;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2822;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Md Sojon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01792529640\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$EtNf.hh.fqkqF.AfqcurLe7PSzRnu3joZTSJvXwRkOkiDbelrJ3sC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 16:15:42\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 16:15:42\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2822;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Md Sojon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01792529640\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$EtNf.hh.fqkqF.AfqcurLe7PSzRnu3joZTSJvXwRkOkiDbelrJ3sC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 16:15:42\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 16:15:42\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:36;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2824;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Tuaha\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01955899492\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$NcFDXUiHVtCbBiLhbTMSweYWn1y.vDT1\\/goCG62jAO08PGHvZkQ2a\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 16:20:37\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 16:20:37\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2824;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Tuaha\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01955899492\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$NcFDXUiHVtCbBiLhbTMSweYWn1y.vDT1\\/goCG62jAO08PGHvZkQ2a\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 16:20:37\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 16:20:37\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:37;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2825;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"dr. abu saleh ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"shamimab332@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711116210\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$FiVi6xKFf7WvliGkNnlClOIVAfb1VdeJ7BttzEMX8JX46SaBGqMcC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 16:24:15\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 16:24:15\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2825;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"dr. abu saleh ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"shamimab332@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711116210\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$FiVi6xKFf7WvliGkNnlClOIVAfb1VdeJ7BttzEMX8JX46SaBGqMcC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 16:24:15\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 16:24:15\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:38;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2826;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Sharif\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01744235167\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$TcNuU6LJY8NZ6\\/Fz9WURme0oEWG7VsuFPJZNV9ETyxK\\/HR0jRLKqe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 16:26:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 16:26:29\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2826;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Sharif\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01744235167\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$TcNuU6LJY8NZ6\\/Fz9WURme0oEWG7VsuFPJZNV9ETyxK\\/HR0jRLKqe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 16:26:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 16:26:29\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:39;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2827;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Abukalam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01671739797\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Sv0BRvLxrtYk\\/AZPSM8Yiujbu0FA20RvwWNK2eSXztTJWCRcDxM1q\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 16:30:05\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 16:30:05\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2827;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Abukalam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01671739797\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Sv0BRvLxrtYk\\/AZPSM8Yiujbu0FA20RvwWNK2eSXztTJWCRcDxM1q\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 16:30:05\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 16:30:05\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:40;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2830;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Redwan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01859652694\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$VvLNfjykUvE9hHwv9MZKvejbW9Gfk6grumFyEz\\/gGs9ddC9Hb7e5O\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 16:38:30\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 16:38:30\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2830;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Redwan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01859652694\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$VvLNfjykUvE9hHwv9MZKvejbW9Gfk6grumFyEz\\/gGs9ddC9Hb7e5O\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-05 16:38:30\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-05 16:38:30\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:41;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2832;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Engr. Al Bokor\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01714029082\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$RF3hnpH1R14rf2ZJVDlivuYVUj4tD\\/ETXAYipEOW29CLbxbFaWViq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-07 10:56:18\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-07 10:56:18\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2832;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Engr. Al Bokor\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01714029082\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$RF3hnpH1R14rf2ZJVDlivuYVUj4tD\\/ETXAYipEOW29CLbxbFaWViq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-07 10:56:18\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-07 10:56:18\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:42;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2833;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:21:\\\"Akhlak ul jamil dolon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716794267\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$u6UrNbtfATUgNiw1YkEtwe55JFLpJsuRK7eeHQBXlj9tapdu6hHby\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-07 11:00:12\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-07 11:00:12\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2833;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:21:\\\"Akhlak ul jamil dolon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716794267\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$u6UrNbtfATUgNiw1YkEtwe55JFLpJsuRK7eeHQBXlj9tapdu6hHby\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-07 11:00:12\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-07 11:00:12\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:43;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2835;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"Syeda afsarun nahar\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1732464972\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$70x.tWXzJSi2D3Tl8VQN2.zlPw7fFi506.78k.OQGXMIaPJ6\\/0E8q\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-07 11:06:52\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-07 11:06:52\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2835;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"Syeda afsarun nahar\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1732464972\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$70x.tWXzJSi2D3Tl8VQN2.zlPw7fFi506.78k.OQGXMIaPJ6\\/0E8q\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-07 11:06:52\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-07 11:06:52\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:44;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2836;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Dr s Chakrabarty\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01927114515\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$1naooR82Ygd\\/1pAkXiZVr.3N1ZTg5CATgqnQ\\/ALXPrBwGy71jE7xK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-07 11:10:20\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-07 11:10:20\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2836;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Dr s Chakrabarty\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01927114515\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$1naooR82Ygd\\/1pAkXiZVr.3N1ZTg5CATgqnQ\\/ALXPrBwGy71jE7xK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-07 11:10:20\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-07 11:10:20\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:45;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2840;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Mohosin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01795653187\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$oRZo6j5k8SE4.dHyNvuhK.G0GiklboHLk37uo7AD1cmNy4z15dFIa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-07 11:31:36\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-07 11:31:36\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2840;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Mohosin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01795653187\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$oRZo6j5k8SE4.dHyNvuhK.G0GiklboHLk37uo7AD1cmNy4z15dFIa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-07 11:31:36\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-07 11:31:36\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:46;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2841;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Shakir\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01777641565\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$d6Hwk.37ZQBNZ4wcPfMpuuorphjEMGNxIBA3hkHTyIAbaVSF0n4DW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-07 11:34:02\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-07 11:34:02\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2841;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Shakir\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01777641565\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$d6Hwk.37ZQBNZ4wcPfMpuuorphjEMGNxIBA3hkHTyIAbaVSF0n4DW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-07 11:34:02\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-07 11:34:02\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:47;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2842;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"kazi naim shah\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01686317617\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$kO1xNA..mg3rf7Qvf6Qg7u4N\\/m2emqYLyrdgv.slolLY2hZM2VxDK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-07 11:36:04\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-07 11:36:04\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2842;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"kazi naim shah\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01686317617\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$kO1xNA..mg3rf7Qvf6Qg7u4N\\/m2emqYLyrdgv.slolLY2hZM2VxDK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-07 11:36:04\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-07 11:36:04\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:48;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2843;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Amir Azam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712787238\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$TG7ePuvf5uhYsPR8CxkACu6xJAPRSOVW6FfYVVXKB98ZFEiSqXD\\/2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-07 11:38:55\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-07 11:38:55\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2843;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Amir Azam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712787238\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$TG7ePuvf5uhYsPR8CxkACu6xJAPRSOVW6FfYVVXKB98ZFEiSqXD\\/2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-07 11:38:55\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-07 11:38:55\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:49;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2844;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Md.Emon Khan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01747151580\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$un1LgnMLMaoTGZPLNF4amuVLHvnXPDR60ri2Sy\\/R85srLAyrC99nK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-07 18:01:15\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-07 18:01:15\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2844;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Md.Emon Khan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01747151580\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$un1LgnMLMaoTGZPLNF4amuVLHvnXPDR60ri2Sy\\/R85srLAyrC99nK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-07 18:01:15\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-07 18:01:15\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:50;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2845;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md.Golam Rabbani\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01765232426\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$F61WoMKB4ed7fY4SNLiPMucsx5.45NGj5HwLfUkC7mOjfLqG6B.FW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-07 18:03:21\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-07 18:03:21\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2845;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md.Golam Rabbani\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01765232426\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$F61WoMKB4ed7fY4SNLiPMucsx5.45NGj5HwLfUkC7mOjfLqG6B.FW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-07 18:03:21\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-07 18:03:21\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:51;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2846;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Kabir\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01785886255\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$HzobdHSULTyoqRdFkJXemeIMzlRGeVR4YjfFme9KpCh0oXnlJTIY2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-07 18:06:24\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-07 18:06:24\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2846;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Kabir\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01785886255\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$HzobdHSULTyoqRdFkJXemeIMzlRGeVR4YjfFme9KpCh0oXnlJTIY2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-07 18:06:24\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-07 18:06:24\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:52;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2848;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Kazi Rakib\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"kazirakib0199@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01626070738\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$wPHv8z7k2OU34XFAdqPp8O7\\/Xqql8g8tIYPE6iUhXYh51ndp9\\/aLa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-07 18:16:01\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-07 18:16:01\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2848;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Kazi Rakib\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"kazirakib0199@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01626070738\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$wPHv8z7k2OU34XFAdqPp8O7\\/Xqql8g8tIYPE6iUhXYh51ndp9\\/aLa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-07 18:16:01\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-07 18:16:01\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:53;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2849;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:22:\\\"Major Syed Sohel Ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"sohelmba@yahoo.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01713090546\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$AJMK6J1vWEPOFML5\\/f8qWe9frlgGbA14xGJztlK3ivKIGee70almS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-07 18:18:22\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-07 18:18:22\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2849;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:22:\\\"Major Syed Sohel Ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"sohelmba@yahoo.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01713090546\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$AJMK6J1vWEPOFML5\\/f8qWe9frlgGbA14xGJztlK3ivKIGee70almS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-07 18:18:22\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-07 18:18:22\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:54;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2850;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Abu Bakar Siddique\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01747801222\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$odbb5yCaXXofAttlho23f.Qw0IenV\\/Uxey43uMdj4tlTu75zf5Vxe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-07 18:22:08\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-07 18:22:08\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2850;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Abu Bakar Siddique\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01747801222\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$odbb5yCaXXofAttlho23f.Qw0IenV\\/Uxey43uMdj4tlTu75zf5Vxe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-07 18:22:08\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-07 18:22:08\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:55;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2851;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Kamrul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711361356\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$j6blw\\/BrjyI.wjHu9IUqTOuUz27OIGEMhBByfMRQRzJhB5oqkcD2G\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 10:45:49\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 10:45:49\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2851;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Kamrul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711361356\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$j6blw\\/BrjyI.wjHu9IUqTOuUz27OIGEMhBByfMRQRzJhB5oqkcD2G\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 10:45:49\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 10:45:49\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:56;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2853;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:21:\\\"Md.Rasaduzzaman Ripon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01713643782\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$GGpp3UikKGanZNX3jVgcruGUMV.GCqU1.B26TDC.yaXpld4RD2wAu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 10:51:38\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 10:51:38\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2853;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:21:\\\"Md.Rasaduzzaman Ripon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01713643782\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$GGpp3UikKGanZNX3jVgcruGUMV.GCqU1.B26TDC.yaXpld4RD2wAu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 10:51:38\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 10:51:38\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:57;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2854;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:21:\\\"Sk Mehedi Hasan Akash\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:28:\\\"skmehedihasanakash@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01842707071\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$KWF8P2mS2Tn\\/VAkDnpXcr.2NEHTDxKhHO.35uNDmdBA\\/P\\/m9pbKUe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 10:55:21\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 10:55:21\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2854;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:21:\\\"Sk Mehedi Hasan Akash\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:28:\\\"skmehedihasanakash@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01842707071\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$KWF8P2mS2Tn\\/VAkDnpXcr.2NEHTDxKhHO.35uNDmdBA\\/P\\/m9pbKUe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 10:55:21\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 10:55:21\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:58;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2855;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md Jamal Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:24:\\\"hossain.mjamal@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715107270\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$fgClFXzeTahaIOYqh6qIJ.iBzErAVkUlDdYjUF2NeEV1Lt65di2oy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 11:00:31\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 11:00:31\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2855;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md Jamal Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:24:\\\"hossain.mjamal@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715107270\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$fgClFXzeTahaIOYqh6qIJ.iBzErAVkUlDdYjUF2NeEV1Lt65di2oy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 11:00:31\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 11:00:31\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:59;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2856;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Omor ali\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1975784053\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$uUX04JLz1J7qXhYf30dM6Oix3XZQxzZcMplmncxmuOqbwapGi\\/YZG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 11:05:45\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 11:05:45\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2856;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Omor ali\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1975784053\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$uUX04JLz1J7qXhYf30dM6Oix3XZQxzZcMplmncxmuOqbwapGi\\/YZG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 11:05:45\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 11:05:45\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:60;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2857;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Sajedul islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712535367\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ZFFjg7jX62sEuBSM0tdHEeKmNOFZ85Bq850ZYLIHrsT.JFC\\/Oxcry\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 11:11:48\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 11:11:48\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2857;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Sajedul islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712535367\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ZFFjg7jX62sEuBSM0tdHEeKmNOFZ85Bq850ZYLIHrsT.JFC\\/Oxcry\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 11:11:48\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 11:11:48\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:61;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2861;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"SAIFUL\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711440167\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$yNYzCLUp777xILQG\\/fPNf.tYteKoVwjx4pwb3crXysVmyviTjinVu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 11:22:46\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 11:22:46\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2861;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"SAIFUL\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711440167\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$yNYzCLUp777xILQG\\/fPNf.tYteKoVwjx4pwb3crXysVmyviTjinVu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 11:22:46\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 11:22:46\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:62;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2862;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"A. M. M. Zami\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:17:\\\"ammzami@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711128925\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$2c226PX2hOwRutEaXrCyZO9LVx5yc8nid\\/WgIrZYGS69GefRYxxa6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 11:25:28\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 11:25:28\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2862;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"A. M. M. Zami\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:17:\\\"ammzami@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711128925\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$2c226PX2hOwRutEaXrCyZO9LVx5yc8nid\\/WgIrZYGS69GefRYxxa6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 11:25:28\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 11:25:28\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:63;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2864;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Joyonto Gregory\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01823078714\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$gbxLPeKSyz\\/DuoTZdppLh.vHvdRufei4Du\\/X5STDp.xuf5veu.fEq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 11:32:12\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 11:32:12\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2864;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Joyonto Gregory\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01823078714\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$gbxLPeKSyz\\/DuoTZdppLh.vHvdRufei4Du\\/X5STDp.xuf5veu.fEq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 11:32:12\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 11:32:12\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:64;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2865;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:22:\\\"Mohammad Kabir Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01612883030\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$M9QiaVBVP4FZcQQnYmnpnOmaL8UMuXmaYq1YokVdR3nhDCs8Y6mHi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 11:48:35\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 11:48:35\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2865;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:22:\\\"Mohammad Kabir Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01612883030\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$M9QiaVBVP4FZcQQnYmnpnOmaL8UMuXmaYq1YokVdR3nhDCs8Y6mHi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 11:48:35\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 11:48:35\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:65;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2866;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Gazi Abujor Jayed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01769762870\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$BmIKGm5RHq9rFeiocq7n6OKP2fUs4mil8pB838CRa00RR2\\/ABS33m\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 11:50:52\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 11:50:52\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2866;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Gazi Abujor Jayed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01769762870\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$BmIKGm5RHq9rFeiocq7n6OKP2fUs4mil8pB838CRa00RR2\\/ABS33m\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 11:50:52\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 11:50:52\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:66;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2867;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Fahad hassan sagor\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01911705773\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$CCinPPB67K3XuPLdTE7hpOGPtDzYHZkczssCKDJjFYwwn0VPTeYNG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 11:58:05\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 11:58:05\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2867;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Fahad hassan sagor\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01911705773\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$CCinPPB67K3XuPLdTE7hpOGPtDzYHZkczssCKDJjFYwwn0VPTeYNG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 11:58:05\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 11:58:05\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:67;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2868;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Anwar\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01618045891\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$fD7iiexKE9xlbVCyQ6SWTeUg5UivN3sL9CdrR\\/eCW0aex.EBGB8i2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 12:04:13\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 12:04:13\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2868;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Anwar\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01618045891\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$fD7iiexKE9xlbVCyQ6SWTeUg5UivN3sL9CdrR\\/eCW0aex.EBGB8i2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 12:04:13\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 12:04:13\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:68;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2869;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Munjur\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01870211267\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$kXDbjvIdc98v5BMpnuJax.273A0ezmduM9MpXFeQ.2t9TkbUOakOO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 12:06:25\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 12:06:25\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2869;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Munjur\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01870211267\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$kXDbjvIdc98v5BMpnuJax.273A0ezmduM9MpXFeQ.2t9TkbUOakOO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 12:06:25\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 12:06:25\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:69;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2870;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Arun mondol\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01713081916\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$qpQ4ncHlF9IwBsH24Suf3uBroy\\/t4P6yS.uTnP5IePmXzaLKOgc3G\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 12:08:46\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 12:08:46\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2870;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Arun mondol\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01713081916\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$qpQ4ncHlF9IwBsH24Suf3uBroy\\/t4P6yS.uTnP5IePmXzaLKOgc3G\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 12:08:46\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 12:08:46\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:70;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2871;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Nizam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711131024\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$l1dMRNuuoYsyB5Adu1SrgOMFG\\/3Base6IXzIBxXKL2I67TfZ54fSu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 12:10:42\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 12:10:42\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2871;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Nizam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711131024\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$l1dMRNuuoYsyB5Adu1SrgOMFG\\/3Base6IXzIBxXKL2I67TfZ54fSu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 12:10:42\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 12:10:42\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:71;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2873;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Bluedream\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01932403451\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$.tQSKRXd7lZ5L6Vvlf3IrOrLasGbHHMrWBkcd0h.0ddCEQGNpuzmu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 12:37:11\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 12:37:11\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2873;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Bluedream\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01932403451\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$.tQSKRXd7lZ5L6Vvlf3IrOrLasGbHHMrWBkcd0h.0ddCEQGNpuzmu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 12:37:11\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 12:37:11\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:72;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2875;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"M A Tareque\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"ma_tareque@yahoo.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01730713811\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$SDbyauQxaecfVt0AaqN4OeBu4B9YlHjKZXBL1YirLVw2rBzb\\/qSVK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 12:42:19\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 12:42:19\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2875;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"M A Tareque\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"ma_tareque@yahoo.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01730713811\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$SDbyauQxaecfVt0AaqN4OeBu4B9YlHjKZXBL1YirLVw2rBzb\\/qSVK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 12:42:19\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 12:42:19\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:73;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2876;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"AFM Sadequl Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"sadequl.scm@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01757787710\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$lS9luLQZh\\/JQbKnlCimrh.4dXjQdccHKtr.rMMkomFICAU42nce5O\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 12:46:11\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 12:46:11\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2876;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"AFM Sadequl Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"sadequl.scm@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01757787710\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$lS9luLQZh\\/JQbKnlCimrh.4dXjQdccHKtr.rMMkomFICAU42nce5O\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 12:46:11\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 12:46:11\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:74;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2877;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Md.Al-Amin Sarker\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"aminfabricsbd@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711591885\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$aLYRuW58UOLfqPW0YYBW4.kMUcO1gQXKCkrK\\/qv4JpQUzx7GLiDQW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 12:48:51\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 12:48:51\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2877;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Md.Al-Amin Sarker\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"aminfabricsbd@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711591885\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$aLYRuW58UOLfqPW0YYBW4.kMUcO1gQXKCkrK\\/qv4JpQUzx7GLiDQW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 12:48:51\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 12:48:51\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:75;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2879;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Mohai minute rabbe\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1777649896\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$GKRC8WD8Y61wL9idEK3QRe8KGz9EUA2VCtDdXgB8Ack825JHISVxq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 12:57:40\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 12:57:40\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2879;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Mohai minute rabbe\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1777649896\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$GKRC8WD8Y61wL9idEK3QRe8KGz9EUA2VCtDdXgB8Ack825JHISVxq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 12:57:40\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 12:57:40\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:76;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2881;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Ruhul Amin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712262212\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$.MW8SyfE7acWqae6Emes8.l4TDDahqkCJzwaJ274ATfq3H\\/sXauMS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 13:07:46\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 13:07:46\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2881;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Ruhul Amin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712262212\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$.MW8SyfE7acWqae6Emes8.l4TDDahqkCJzwaJ274ATfq3H\\/sXauMS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 13:07:46\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 13:07:46\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:77;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2882;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Rezaul karim\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01926750890\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$hbBMz62I8Z\\/9Dpbi4UGGduokGK1B\\/xJfV7x09fDsrj.6t\\/v.ivoBK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 13:10:16\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 13:10:16\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2882;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Rezaul karim\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01926750890\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$hbBMz62I8Z\\/9Dpbi4UGGduokGK1B\\/xJfV7x09fDsrj.6t\\/v.ivoBK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 13:10:16\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 13:10:16\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:78;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2883;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Aowlad hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01727416200\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$4JgNnvdmaWKc.dC5dUimU.MffTXstvNakYB6huJWxK6KehQ4tzROK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 13:13:03\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 13:13:03\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2883;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Aowlad hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01727416200\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$4JgNnvdmaWKc.dC5dUimU.MffTXstvNakYB6huJWxK6KehQ4tzROK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 13:13:03\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 13:13:03\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:79;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2884;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Monzur\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01819740263\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$9loe2r0Enqhm8K\\/EYWfxL.ivNIOZTGbOvgOrmMlU9F.ECn8be7I56\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 13:15:25\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 13:15:25\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2884;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Monzur\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01819740263\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$9loe2r0Enqhm8K\\/EYWfxL.ivNIOZTGbOvgOrmMlU9F.ECn8be7I56\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 13:15:25\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 13:15:25\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:80;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2887;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Kajol khan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01992340460\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$cSCy8k4XbNBMBo\\/lV8P6ZOhJTy0ukOKoXy0t7\\/kgu3SNIsx3xnIY6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 14:03:48\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 14:03:48\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2887;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Kajol khan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01992340460\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$cSCy8k4XbNBMBo\\/lV8P6ZOhJTy0ukOKoXy0t7\\/kgu3SNIsx3xnIY6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 14:03:48\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 14:03:48\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:81;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2888;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Shawon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01855396055\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$IzLl4xd.SwwwHV4Nmfkp\\/.I9kxmEMMwpx43F4IQgZTiysDrRARftC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 14:06:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 14:06:29\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2888;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Shawon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01855396055\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$IzLl4xd.SwwwHV4Nmfkp\\/.I9kxmEMMwpx43F4IQgZTiysDrRARftC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 14:06:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 14:06:29\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:82;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2890;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Mr. Maksud\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01746033788\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$2IutASE06BjLt4.4QZm2WOPw8JttuJ.k0NultmSuaXf2K3QumGRZ2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 14:11:21\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 14:11:21\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2890;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Mr. Maksud\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01746033788\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$2IutASE06BjLt4.4QZm2WOPw8JttuJ.k0NultmSuaXf2K3QumGRZ2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 14:11:21\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 14:11:21\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:83;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2892;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Mamun\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01756345141\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$v6tPN\\/gT.K.3chl1E1fJoedTdypvaMNDOe4NUQ\\/liVr8YN0.7xPFa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 14:18:48\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 14:18:48\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2892;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Mamun\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01756345141\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$v6tPN\\/gT.K.3chl1E1fJoedTdypvaMNDOe4NUQ\\/liVr8YN0.7xPFa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 14:18:48\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 14:18:48\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:84;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2895;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Anwar Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01312744264\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$DClRL79DNf8NTZLEPLv8l.2n\\/Ra.9cr14tn2tpvarU8bh2oweEj1y\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 14:26:50\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 14:26:50\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2895;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Anwar Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01312744264\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$DClRL79DNf8NTZLEPLv8l.2n\\/Ra.9cr14tn2tpvarU8bh2oweEj1y\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 14:26:50\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 14:26:50\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:85;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2896;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Shahnawaz\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01615401040\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$vLI4YysfH\\/vutpQcQn1tw.bqVwOU5cmoQr08.O0yLZ12udisQatk6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 14:28:55\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 14:28:55\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2896;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Shahnawaz\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01615401040\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$vLI4YysfH\\/vutpQcQn1tw.bqVwOU5cmoQr08.O0yLZ12udisQatk6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 14:28:55\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 14:28:55\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:86;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2897;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"Modern Herbal Group\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01100311450\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Exp0M2y7LSg.nbvrnMYAneQcMjp.\\/mL6wlN5yjLdKz6r1K.ChSSeO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 14:34:27\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-25 15:09:56\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2897;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"Modern Herbal Group\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01100311450\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Exp0M2y7LSg.nbvrnMYAneQcMjp.\\/mL6wlN5yjLdKz6r1K.ChSSeO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 14:34:27\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-25 15:09:56\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:87;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2898;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Md. Rasel\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715426433\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$2XDftOUnqhF7ffBFmvtHx.KkjlmhKscBJbBSWHzqrXj626itlYSQ2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 14:36:40\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 14:36:40\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2898;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Md. Rasel\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715426433\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$2XDftOUnqhF7ffBFmvtHx.KkjlmhKscBJbBSWHzqrXj626itlYSQ2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 14:36:40\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 14:36:40\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:88;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2900;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"MD.Nazmul Bissas\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"nazmulb30@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01861358557\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$YayuSJNczl5cyI7cpMg\\/w.zMBXT0EQeU0fmb6Cr4m3yidkyY9vWya\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 14:45:17\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 14:45:17\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2900;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"MD.Nazmul Bissas\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"nazmulb30@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01861358557\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$YayuSJNczl5cyI7cpMg\\/w.zMBXT0EQeU0fmb6Cr4m3yidkyY9vWya\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 14:45:17\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 14:45:17\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:89;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2901;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Ashraful Alam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"ashrafulpolok@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01618502020\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$1i9LZf0yx\\/QNK0Nikq1\\/5Omw5\\/z7d5Tr8\\/t3dB1ijbX1y2pdOD4ia\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 14:48:13\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 14:48:13\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2901;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Ashraful Alam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"ashrafulpolok@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01618502020\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$1i9LZf0yx\\/QNK0Nikq1\\/5Omw5\\/z7d5Tr8\\/t3dB1ijbX1y2pdOD4ia\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 14:48:13\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 14:48:13\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:90;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2903;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Shawkat\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01824523229\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$PxRFj1Ja0mMsj1tWGRxdhuRdE9t0ghMgSLye9S.ee3KUbIt4wN2HC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 15:02:22\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 15:02:22\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2903;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Shawkat\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01824523229\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$PxRFj1Ja0mMsj1tWGRxdhuRdE9t0ghMgSLye9S.ee3KUbIt4wN2HC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 15:02:22\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 15:02:22\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:91;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2904;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Shohag\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711583408\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$NGX.fzgoIM1OThi3a0k5KOe.0iBFFi3bOHbZkeo3lOn1bFZJS7ek6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 15:05:18\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 15:05:18\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2904;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Shohag\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711583408\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$NGX.fzgoIM1OThi3a0k5KOe.0iBFFi3bOHbZkeo3lOn1bFZJS7ek6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 15:05:18\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 15:05:18\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:92;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2905;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:21:\\\"Md Abu Bakar Siddique\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01764770000\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$H3g2PyAspVU.lYK0RjYqNOZ.ep\\/Ah.G2CbLTjeJKqn\\/OBOLw.KRQ.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 15:08:50\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 15:08:50\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2905;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:21:\\\"Md Abu Bakar Siddique\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01764770000\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$H3g2PyAspVU.lYK0RjYqNOZ.ep\\/Ah.G2CbLTjeJKqn\\/OBOLw.KRQ.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 15:08:50\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 15:08:50\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:93;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2906;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Syed Rashed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"Syed.rashed01@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01755513822\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$xD3jfoQqebfTUIAmhippf.rVUawimDJ4upFaatkvHAnz6.BDj37oO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 15:11:40\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 15:11:40\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2906;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Syed Rashed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"Syed.rashed01@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01755513822\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$xD3jfoQqebfTUIAmhippf.rVUawimDJ4upFaatkvHAnz6.BDj37oO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 15:11:40\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 15:11:40\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:94;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2907;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Subhongkor Kundo\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716679539\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$KTyBcTJJ04hn.8Eu0i1jDepDgZKPi1JjIVfkd8yP\\/0rtEcVme7Y4y\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 15:14:05\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 15:14:05\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2907;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Subhongkor Kundo\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716679539\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$KTyBcTJJ04hn.8Eu0i1jDepDgZKPi1JjIVfkd8yP\\/0rtEcVme7Y4y\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 15:14:05\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 15:14:05\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:95;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2908;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:22:\\\"Shakhawat Hossain Mahi\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"mahihossain79@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711430221\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$lNlT.THiQbcb\\/8wI9ni6WO6Ns76gmxCq0fX2HfmssDGfO\\/vzzFw6O\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 15:17:07\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 15:17:07\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2908;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:22:\\\"Shakhawat Hossain Mahi\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"mahihossain79@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711430221\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$lNlT.THiQbcb\\/8wI9ni6WO6Ns76gmxCq0fX2HfmssDGfO\\/vzzFw6O\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 15:17:07\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 15:17:07\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:96;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2910;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Shoayeb\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"md.shoayeb@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716944022\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$DNz19DFCRmm1yz8XeaeZVOqOQS2.1W0Vz.szMvT1HqC2NLFYkY5gm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 15:26:45\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 15:26:45\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2910;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Shoayeb\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"md.shoayeb@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716944022\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$DNz19DFCRmm1yz8XeaeZVOqOQS2.1W0Vz.szMvT1HqC2NLFYkY5gm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 15:26:45\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 15:26:45\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:97;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2911;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Kazul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01734310139\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$cOPD5VC5WvzNx\\/XIWoFUqOMBskDMjcEMFtSK6ecBg\\/xjpl9UMtYGK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 15:30:12\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 15:30:12\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2911;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Kazul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01734310139\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$cOPD5VC5WvzNx\\/XIWoFUqOMBskDMjcEMFtSK6ecBg\\/xjpl9UMtYGK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 15:30:12\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 15:30:12\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:98;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2912;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:26:\\\"Md. Harun or rashid sarker\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01818851035\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$88saNYHHALilSHaJQCdp\\/.GfKzTgbCdePvgOqymRUWAss.QmmMnhm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 15:32:06\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 15:32:06\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2912;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:26:\\\"Md. Harun or rashid sarker\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01818851035\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$88saNYHHALilSHaJQCdp\\/.GfKzTgbCdePvgOqymRUWAss.QmmMnhm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 15:32:06\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 15:32:06\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:99;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2915;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Shahjalal\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01628642508\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$CEPho1pN22ggcdx1rJ0oHuZ1\\/sS7oDL66p3qEO7mOm63sDBlmarWy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 16:14:11\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 16:14:11\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2915;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Shahjalal\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01628642508\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$CEPho1pN22ggcdx1rJ0oHuZ1\\/sS7oDL66p3qEO7mOm63sDBlmarWy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 16:14:11\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 16:14:11\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}}}s:4:\\\"text\\\";s:540:\\\"\\u09aa\\u09cd\\u09b0\\u09bf\\u09af\\u09bc \\u0997\\u09cd\\u09b0\\u09be\\u09b9\\u0995,\\n\\u09ae\\u09be\\u0987\\u099c\\u09bf\\u09aa\\u09bf\\u098f\\u09b8 \\u099f\\u09cd\\u09b0\\u09cd\\u09af\\u09be\\u0995\\u09bf\\u0982 \\u09b8\\u09be\\u09b0\\u09cd\\u09ad\\u09bf\\u09b8 \\u098f\\u09b0 \\u09aa\\u0995\\u09cd\\u09b7 \\u09a5\\u09c7\\u0995\\u09c7 \\u09aa\\u09ac\\u09bf\\u09a4\\u09cd\\u09b0 \\u0988\\u09a6\\u09c1\\u09b2 \\u09ab\\u09bf\\u09a4\\u09b0 \\u0989\\u09aa\\u09b2\\u0995\\u09cd\\u09b7\\u09c7 \\u0986\\u09aa\\u09a8\\u09be\\u0995\\u09c7 \\u099c\\u09be\\u09a8\\u09be\\u0987 \\\"\\u0988\\u09a6 \\u09ae\\u09cb\\u09ac\\u09be\\u09b0\\u0995\\\"\\u0964 \\u0986\\u09aa\\u09a8\\u09be\\u09b0 \\u09aa\\u09b0\\u09bf\\u09ac\\u09be\\u09b0\\u0995\\u09c7 \\u09a8\\u09bf\\u09af\\u09bc\\u09c7 \\u098f\\u09ac\\u09be\\u09b0\\u09c7\\u09b0 \\u0988\\u09a6 \\u0995\\u09be\\u099f\\u09c1\\u0995 \\u0986\\u09b0\\u09cb \\u0986\\u09a8\\u09a8\\u09cd\\u09a6\\u09aa\\u09c2\\u09b0\\u09cd\\u09a3 \\u0993 \\u0989\\u09aa\\u09ad\\u09cb\\u0997\\u09cd\\u09af\\u09ae\\u09af\\u09bc\\u0964 \\u0986\\u09aa\\u09a8\\u09be\\u09b0 \\u09aa\\u09cd\\u09b0\\u09a4\\u09bf\\u099f\\u09bf \\u09af\\u09be\\u09a4\\u09cd\\u09b0\\u09be \\u09b6\\u09c1\\u09ad \\u09b9\\u09cb\\u0995\\u0964\\\";}s:3:\\\"job\\\";N;s:10:\\\"connection\\\";N;s:5:\\\"queue\\\";N;s:15:\\\"chainConnection\\\";N;s:10:\\\"chainQueue\\\";N;s:5:\\\"delay\\\";N;s:10:\\\"middleware\\\";a:0:{}s:7:\\\"chained\\\";a:0:{}}\"}}', 'Illuminate\\Queue\\MaxAttemptsExceededException: App\\Jobs\\SmsSend has been attempted too many times or run too long. The job may have previously timed out. in /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php:648\nStack trace:\n#0 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(163): Illuminate\\Queue\\Worker->maxAttemptsExceededException(Object(Illuminate\\Queue\\Jobs\\DatabaseJob))\n#1 /home/mygpsbd/public_html/app/Http/helper.php(28): Illuminate\\Queue\\Worker->Illuminate\\Queue\\{closure}(14, Array)\n#2 /home/mygpsbd/public_html/app/Jobs/SmsSend.php(35): send_sms(\'\\xE0\\xA6\\xAA\\xE0\\xA7\\x8D\\xE0\\xA6\\xB0\\xE0\\xA6\\xBF\\xE0\\xA6\\xAF...\', Array)\n#3 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App\\Jobs\\SmsSend->handle()\n#4 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/Util.php(37): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}()\n#5 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(93): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))\n#6 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(37): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))\n#7 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/Container.php(596): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)\n#8 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php(94): Illuminate\\Container\\Container->call(Array)\n#9 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(128): Illuminate\\Bus\\Dispatcher->Illuminate\\Bus\\{closure}(Object(App\\Jobs\\SmsSend))\n#10 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(103): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(App\\Jobs\\SmsSend))\n#11 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php(98): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))\n#12 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(83): Illuminate\\Bus\\Dispatcher->dispatchNow(Object(App\\Jobs\\SmsSend), false)\n#13 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(128): Illuminate\\Queue\\CallQueuedHandler->Illuminate\\Queue\\{closure}(Object(App\\Jobs\\SmsSend))\n#14 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(103): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(App\\Jobs\\SmsSend))\n#15 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(85): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))\n#16 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(59): Illuminate\\Queue\\CallQueuedHandler->dispatchThroughMiddleware(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Object(App\\Jobs\\SmsSend))\n#17 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Jobs/Job.php(98): Illuminate\\Queue\\CallQueuedHandler->call(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Array)\n#18 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(356): Illuminate\\Queue\\Jobs\\Job->fire()\n#19 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(306): Illuminate\\Queue\\Worker->process(\'database\', Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Object(Illuminate\\Queue\\WorkerOptions))\n#20 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(132): Illuminate\\Queue\\Worker->runJob(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), \'database\', Object(Illuminate\\Queue\\WorkerOptions))\n#21 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(112): Illuminate\\Queue\\Worker->daemon(\'database\', \'default\', Object(Illuminate\\Queue\\WorkerOptions))\n#22 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(96): Illuminate\\Queue\\Console\\WorkCommand->runWorker(\'database\', \'default\')\n#23 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Illuminate\\Queue\\Console\\WorkCommand->handle()\n#24 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/Util.php(37): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}()\n#25 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(93): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))\n#26 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(37): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))\n#27 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/Container.php(596): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)\n#28 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Console/Command.php(134): Illuminate\\Container\\Container->call(Array)\n#29 /home/mygpsbd/public_html/vendor/symfony/console/Command/Command.php(298): Illuminate\\Console\\Command->execute(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))\n#30 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Console/Command.php(121): Symfony\\Component\\Console\\Command\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))\n#31 /home/mygpsbd/public_html/vendor/symfony/console/Application.php(1040): Illuminate\\Console\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#32 /home/mygpsbd/public_html/vendor/symfony/console/Application.php(301): Symfony\\Component\\Console\\Application->doRunCommand(Object(Illuminate\\Queue\\Console\\WorkCommand), Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#33 /home/mygpsbd/public_html/vendor/symfony/console/Application.php(171): Symfony\\Component\\Console\\Application->doRun(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#34 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Console/Application.php(93): Symfony\\Component\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#35 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(129): Illuminate\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#36 /home/mygpsbd/public_html/artisan(37): Illuminate\\Foundation\\Console\\Kernel->handle(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#37 {main}', '2024-04-11 16:02:33');
INSERT INTO `failed_jobs` (`id`, `connection`, `queue`, `payload`, `exception`, `failed_at`) VALUES
(731, 'database', 'default', '{\"uuid\":\"3bf6a187-99d3-4c82-86ab-110406854a0d\",\"displayName\":\"App\\\\Jobs\\\\SmsSend\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"delay\":null,\"timeout\":null,\"timeoutAt\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\SmsSend\",\"command\":\"O:16:\\\"App\\\\Jobs\\\\SmsSend\\\":9:{s:4:\\\"data\\\";a:2:{s:4:\\\"data\\\";O:39:\\\"Illuminate\\\\Database\\\\Eloquent\\\\Collection\\\":1:{s:8:\\\"\\u0000*\\u0000items\\\";a:100:{i:0;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2916;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Mesbah Uddin Ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01713045841\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$oDMyHDRC.k3n\\/LUHD2fjs.QB1xLKVYU.8qHguNmG8GLBqjfEZl5Y.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 16:19:33\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 16:19:33\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2916;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Mesbah Uddin Ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01713045841\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$oDMyHDRC.k3n\\/LUHD2fjs.QB1xLKVYU.8qHguNmG8GLBqjfEZl5Y.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 16:19:33\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 16:19:33\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:1;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2917;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Harun\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01793656566\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$UdMxmmHwOQFr1PC0asy91.esMjn1kq8N2.dTAC2T5LfNmHTLdsgpO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 16:26:48\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 16:26:48\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2917;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Harun\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01793656566\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$UdMxmmHwOQFr1PC0asy91.esMjn1kq8N2.dTAC2T5LfNmHTLdsgpO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 16:26:48\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 16:26:48\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:2;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2918;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Munna\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01956852620\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$QC0FaUJRhlxBTqvilU\\/ZQufaK9DRLSg3tM11Zj6KNb18sIiG4UQim\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 16:31:27\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 16:31:27\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2918;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Munna\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01956852620\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$QC0FaUJRhlxBTqvilU\\/ZQufaK9DRLSg3tM11Zj6KNb18sIiG4UQim\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 16:31:27\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 16:31:27\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:3;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2922;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Oli Ullah\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"oliullah72@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01678614369\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$0YumXoMMt7ugyqTUOuODtuDrWOuCSz6TtdZaM1G9QAGM3hGUesNoi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 16:47:31\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 16:47:31\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2922;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Oli Ullah\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"oliullah72@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01678614369\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$0YumXoMMt7ugyqTUOuODtuDrWOuCSz6TtdZaM1G9QAGM3hGUesNoi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 16:47:31\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 16:47:31\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:4;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2929;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Samiul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"samiulsami88@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01303018999\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$q8bPbRuKkl4EPHlqmB7eN.w7LEME3njEecBjnc1p0Q3Ip5swQNOGC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 17:28:08\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 17:28:08\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2929;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Samiul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"samiulsami88@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01303018999\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$q8bPbRuKkl4EPHlqmB7eN.w7LEME3njEecBjnc1p0Q3Ip5swQNOGC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-08 17:28:08\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-08 17:28:08\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:5;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2931;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Saiful Haider Amil\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"amil55555@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01813185251\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$eSFX4es4XfN0GYS7uZuHGun6.HMmZgRtmTcE3TkEw0n8deqVUylne\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 10:36:53\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 10:36:53\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2931;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Saiful Haider Amil\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"amil55555@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01813185251\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$eSFX4es4XfN0GYS7uZuHGun6.HMmZgRtmTcE3TkEw0n8deqVUylne\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 10:36:53\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 10:36:53\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:6;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2932;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Mahin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01923384744\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$jkyO\\/L5i1d.aqcNAolU9iuykaMh9Bln4BIvAhiPYArbXoZXfNh3.m\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 10:38:58\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 10:38:58\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2932;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Mahin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01923384744\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$jkyO\\/L5i1d.aqcNAolU9iuykaMh9Bln4BIvAhiPYArbXoZXfNh3.m\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 10:38:58\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 10:38:58\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:7;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2933;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Zaman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716222755\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$uodCDjtkxww7KObE55yJ3.nNapKhFfhBD3ZsyL0tyTccu4\\/bOBptC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 10:41:19\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 10:41:19\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2933;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Zaman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716222755\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$uodCDjtkxww7KObE55yJ3.nNapKhFfhBD3ZsyL0tyTccu4\\/bOBptC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 10:41:19\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 10:41:19\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:8;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2934;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Mamun\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"mamunmd2844@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711335624\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$I1JkECTfqvkolJh7eUdHxO8RAzMCWP7SIY0dKgELLBTeecj7W1I9e\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 10:43:32\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 10:43:32\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2934;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Mamun\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"mamunmd2844@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711335624\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$I1JkECTfqvkolJh7eUdHxO8RAzMCWP7SIY0dKgELLBTeecj7W1I9e\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 10:43:32\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 10:43:32\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:9;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2936;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Shagor Ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"shagor18@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01725207818\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$whsT\\/h8iMfZ3gRBMnbxWR.27bs7Q3dLFKlIRhVCPhawAsNHusnuJW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 10:51:16\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 10:51:16\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2936;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Shagor Ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"shagor18@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01725207818\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$whsT\\/h8iMfZ3gRBMnbxWR.27bs7Q3dLFKlIRhVCPhawAsNHusnuJW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 10:51:16\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 10:51:16\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:10;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2937;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"FATMA HARUN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01515614575\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$g54TEy4VBbLRpV6HvAto6.FaZVvc9KaJ5SeSy82\\/e7z8QeAkDmm3i\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 10:53:32\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 10:53:32\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2937;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"FATMA HARUN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01515614575\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$g54TEy4VBbLRpV6HvAto6.FaZVvc9KaJ5SeSy82\\/e7z8QeAkDmm3i\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 10:53:32\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 10:53:32\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:11;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2940;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Asik Bipu\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715609741\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$LFIeL.KTqi3pLnJBv69VFu.NSudujfCAdQUGgyJ2Zjp2AURkrhEM.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 11:03:08\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 11:03:08\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2940;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Asik Bipu\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715609741\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$LFIeL.KTqi3pLnJBv69VFu.NSudujfCAdQUGgyJ2Zjp2AURkrhEM.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 11:03:08\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 11:03:08\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:12;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2942;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Md Ahsan Habib\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"habib132692@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1785636843\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$raJCPywp8CMsHJEs7AgWtONczydm3cxgFXqmj8549ZbMfHr9563pC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 11:07:47\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 11:07:47\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2942;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Md Ahsan Habib\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"habib132692@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1785636843\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$raJCPywp8CMsHJEs7AgWtONczydm3cxgFXqmj8549ZbMfHr9563pC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 11:07:47\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 11:07:47\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:13;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2943;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Md.Babu\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01710007740\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$9e5ne23u8cd4FJJU0Wkk\\/eLnqaLwkcRoVsWoX9XIX..qaCUeiFDEa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 11:11:03\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 11:11:03\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2943;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Md.Babu\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01710007740\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$9e5ne23u8cd4FJJU0Wkk\\/eLnqaLwkcRoVsWoX9XIX..qaCUeiFDEa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 11:11:03\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 11:11:03\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:14;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2945;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Bijoy chnadra dey\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"Bijoydey154@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01741598879\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$9UkuFSQ0dEIGDh0otygPbeGhGYLoeuqE0JMpywpWQcCKHqPzi\\/.fe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 11:16:02\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 11:16:02\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2945;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Bijoy chnadra dey\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"Bijoydey154@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01741598879\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$9UkuFSQ0dEIGDh0otygPbeGhGYLoeuqE0JMpywpWQcCKHqPzi\\/.fe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 11:16:02\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 11:16:02\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:15;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2946;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Rumpa\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01918605645\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$fBpM2pHpcA.sR1J0Xn6CF.noEL5LyE75SkTbpetuEtB6ns6.7ZqGq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 11:18:02\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 11:18:02\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2946;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Rumpa\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01918605645\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$fBpM2pHpcA.sR1J0Xn6CF.noEL5LyE75SkTbpetuEtB6ns6.7ZqGq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 11:18:02\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 11:18:02\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:16;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2947;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Syed Mahmuduzzaman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01746214534\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$fEcUROtloXJaCOpyme9suuyE\\/PGu4nuezBjGwP7Gr0q.mvfQSOkiO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 11:20:21\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 11:20:21\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2947;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Syed Mahmuduzzaman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01746214534\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$fEcUROtloXJaCOpyme9suuyE\\/PGu4nuezBjGwP7Gr0q.mvfQSOkiO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 11:20:21\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 11:20:21\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:17;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2948;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Md Helal\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01741618028\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Q4zqLBP4GX7fL1mR6QQg4eqAHIZnKvZ2QZ5mNgJKaSn\\/477yLo8nC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 11:23:03\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 11:23:03\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2948;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Md Helal\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01741618028\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Q4zqLBP4GX7fL1mR6QQg4eqAHIZnKvZ2QZ5mNgJKaSn\\/477yLo8nC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 11:23:03\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 11:23:03\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:18;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2949;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Shariotullah\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01968841763\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$hGdA.XIxY.9a9BPyueH5x.Fi3FLdZVAVerruqzcCQ4KYDmJShUbcO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 11:25:52\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 11:25:52\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2949;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Shariotullah\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01968841763\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$hGdA.XIxY.9a9BPyueH5x.Fi3FLdZVAVerruqzcCQ4KYDmJShUbcO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 11:25:52\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 11:25:52\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:19;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2950;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Israfil\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01937076366\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$AUJNuQkc3j\\/n51IjlaQb5.PC8YTFlynY7BjTHDyiKhgysoIQSkMLC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 11:28:38\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 11:28:38\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2950;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Israfil\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01937076366\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$AUJNuQkc3j\\/n51IjlaQb5.PC8YTFlynY7BjTHDyiKhgysoIQSkMLC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 11:28:38\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 11:28:38\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:20;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2953;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"S. M. JABER\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01625038876\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$DvX470dXLISp8R8KBUpDH.qc4uI83Mq4SFP2Qh7dbcUtkwODCxkDG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 11:35:42\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 11:35:42\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2953;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"S. M. JABER\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01625038876\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$DvX470dXLISp8R8KBUpDH.qc4uI83Mq4SFP2Qh7dbcUtkwODCxkDG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 11:35:42\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 11:35:42\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:21;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2955;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Mamunur Rashid\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711107970\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$t5XpfgjPxZha\\/Tml4tAfAufoJ.Rj8nUlhdL6wEJM75mZN\\/ThwoQOG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 11:41:28\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 11:41:28\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2955;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Mamunur Rashid\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711107970\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$t5XpfgjPxZha\\/Tml4tAfAufoJ.Rj8nUlhdL6wEJM75mZN\\/ThwoQOG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 11:41:28\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 11:41:28\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:22;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2957;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Nur a Rayhan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01718865051\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Dk3IDxvX1yeirMkIlqbwnuPjvL8x3lLct4WoQd6UWM9hF7ws3SoeW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 11:46:04\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 11:46:04\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2957;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Nur a Rayhan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01718865051\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Dk3IDxvX1yeirMkIlqbwnuPjvL8x3lLct4WoQd6UWM9hF7ws3SoeW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 11:46:04\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 11:46:04\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:23;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2959;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:21:\\\"Shamim_piickmeexpress\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01878478228\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$eMrczyAUmMgodbrgy4mPYuYjHJfe3Kwr0DzAtGwDU\\/iK8\\/hxPlZRy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 11:52:59\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 11:52:59\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2959;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:21:\\\"Shamim_piickmeexpress\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01878478228\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$eMrczyAUmMgodbrgy4mPYuYjHJfe3Kwr0DzAtGwDU\\/iK8\\/hxPlZRy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 11:52:59\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 11:52:59\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:24;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2961;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Md.sajal\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:24:\\\"sajalislam0767@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"o1851525053\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$KcxD8uUQQ5crUSORcsKyWOuGLYg0Shq5zpZHUB.1t1amtRYud\\/viW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 12:46:31\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 12:46:31\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2961;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Md.sajal\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:24:\\\"sajalislam0767@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"o1851525053\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$KcxD8uUQQ5crUSORcsKyWOuGLYg0Shq5zpZHUB.1t1amtRYud\\/viW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 12:46:31\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 12:46:31\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:25;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2962;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Foridul madbor\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01839077415\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ZNodpRF8UwSQc957PvByfOB0ChXxQzzMkfqBvmr17ij492KGZw4KK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 12:48:56\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 12:48:56\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2962;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Foridul madbor\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01839077415\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ZNodpRF8UwSQc957PvByfOB0ChXxQzzMkfqBvmr17ij492KGZw4KK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 12:48:56\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 12:48:56\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:26;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2963;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"MD REZAUL KARIM\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01643344661\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$qA.yBC3W\\/UW3NUqiadCYTOLwNvn0VbeFa43YpNtwNbCueJ5Ys17Ly\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 12:52:36\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 12:52:36\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2963;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"MD REZAUL KARIM\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01643344661\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$qA.yBC3W\\/UW3NUqiadCYTOLwNvn0VbeFa43YpNtwNbCueJ5Ys17Ly\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 12:52:36\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 12:52:36\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:27;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2964;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"MD.Sohag\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01329466687\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$\\/agKNZn0cZ99Lc0HAQoqO.zs28X0vKqwsvgCKC\\/5rvz5wwwQAJ1gS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 13:29:12\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 13:29:12\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2964;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"MD.Sohag\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01329466687\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$\\/agKNZn0cZ99Lc0HAQoqO.zs28X0vKqwsvgCKC\\/5rvz5wwwQAJ1gS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 13:29:12\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 13:29:12\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:28;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2969;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Monju\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01790403666\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$oWLlHkuopnjbb8TnKeJaJOvUnhkHFkIP2VenuHLlAsm.pT1JgNh82\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 14:56:58\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 14:56:58\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2969;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Monju\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01790403666\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$oWLlHkuopnjbb8TnKeJaJOvUnhkHFkIP2VenuHLlAsm.pT1JgNh82\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 14:56:58\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 14:56:58\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:29;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2970;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md.Golam mostofa\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01992806646\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$j.wcd2hHeUquOFttvQ1WG.Rslx3xSyKnAB3GO4YJX9sOIDznFzgTC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 15:02:21\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 15:02:21\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2970;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md.Golam mostofa\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01992806646\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$j.wcd2hHeUquOFttvQ1WG.Rslx3xSyKnAB3GO4YJX9sOIDznFzgTC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 15:02:21\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 15:02:21\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:30;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2975;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Alam khan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:26:\\\"abulalamkhan1966@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01730300045\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$7JkKcb0hkH.zQutTJnAvv.7n81nF7HqBh1l.WfnFbuzrOYiLdBX62\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 15:50:24\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 15:50:24\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2975;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Alam khan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:26:\\\"abulalamkhan1966@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01730300045\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$7JkKcb0hkH.zQutTJnAvv.7n81nF7HqBh1l.WfnFbuzrOYiLdBX62\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 15:50:24\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 15:50:24\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:31;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2976;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Shopon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01718809925\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$fd6SxE3\\/sX.0YFHRPFDwr.NidEYv0DP\\/aB6wqryIjY8QnkofWwtXG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 16:07:21\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 16:07:21\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2976;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Shopon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01718809925\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$fd6SxE3\\/sX.0YFHRPFDwr.NidEYv0DP\\/aB6wqryIjY8QnkofWwtXG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 16:07:21\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 16:07:21\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:32;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2977;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Abhi\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01723291831\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$psI1p2LbytZUa0wOEHRdFuvUm2abojZR\\/CPUov4GjeCVwDdaTl6p2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 16:10:41\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 16:10:41\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2977;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Abhi\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01723291831\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$psI1p2LbytZUa0wOEHRdFuvUm2abojZR\\/CPUov4GjeCVwDdaTl6p2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 16:10:41\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 16:10:41\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:33;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2978;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"MD IMRAN HOSSAIN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:27:\\\"hossainmdimran013@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01708122281\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$V5IgfbRdJN1t6e38ldfjouMjdwZofqsQhCwaKWJl2JS1evVzzGkhi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 16:14:02\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 16:14:02\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2978;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"MD IMRAN HOSSAIN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:27:\\\"hossainmdimran013@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01708122281\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$V5IgfbRdJN1t6e38ldfjouMjdwZofqsQhCwaKWJl2JS1evVzzGkhi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 16:14:02\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 16:14:02\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:34;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2979;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Abdullah Al Rahim\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"RAYHAND2K@GMAIL.COM\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01771770033\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$guzZ6qtiqwqwRhq02sBKWe.u3Q2O9w3BY\\/Ol8i2et0upV68lzw.Kq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 16:22:20\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 16:22:20\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2979;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Abdullah Al Rahim\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"RAYHAND2K@GMAIL.COM\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01771770033\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$guzZ6qtiqwqwRhq02sBKWe.u3Q2O9w3BY\\/Ol8i2et0upV68lzw.Kq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 16:22:20\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 16:22:20\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:35;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2981;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md Sirajul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01926685905\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$4Y1XftD.6xBNKTcsfpKfjOD\\/xwwHEqc\\/7DgnZiaQigcRULiUok4wi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 16:34:22\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 16:34:22\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2981;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md Sirajul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01926685905\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$4Y1XftD.6xBNKTcsfpKfjOD\\/xwwHEqc\\/7DgnZiaQigcRULiUok4wi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 16:34:22\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 16:34:22\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:36;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2982;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Rezwan Rafiq\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711925048\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$YGe4MnEabcK94JJt2sYodOD30hobHkQwVmMK8vKs4d.sIPFytKLJa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 16:38:07\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 16:38:07\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2982;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Rezwan Rafiq\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711925048\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$YGe4MnEabcK94JJt2sYodOD30hobHkQwVmMK8vKs4d.sIPFytKLJa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 16:38:07\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 16:38:07\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:37;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2983;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Syed Titon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715634670\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$0.yQDB56lbiiaIBkvqUwCOHlb70R60\\/gh.LlH4XKP6jbRFyKvyChy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 16:40:50\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 16:40:50\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2983;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Syed Titon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715634670\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$0.yQDB56lbiiaIBkvqUwCOHlb70R60\\/gh.LlH4XKP6jbRFyKvyChy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 16:40:50\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 16:40:50\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:38;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2985;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Rizwan Mahmood\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01819185311\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$RxI.WvKmYXIEZH4cM2OGu.8p7VGP\\/BJ9N69I4rRTtOqQ81lzU5O2y\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 16:49:33\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 16:49:33\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2985;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Rizwan Mahmood\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01819185311\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$RxI.WvKmYXIEZH4cM2OGu.8p7VGP\\/BJ9N69I4rRTtOqQ81lzU5O2y\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 16:49:33\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 16:49:33\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:39;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2986;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Habib ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01880856164\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Y\\/Cs2ZyTzNWR34TXAJb.dutKXiJWe09TeVuaqJgJv26uocwlZ9Zsq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 16:52:17\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 16:52:17\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2986;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Habib ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01880856164\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Y\\/Cs2ZyTzNWR34TXAJb.dutKXiJWe09TeVuaqJgJv26uocwlZ9Zsq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 16:52:17\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 16:52:17\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:40;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2987;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Jannatul ferdous\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716753812\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$6uWW\\/rzPscXQjlodEBkoOOweeyX9MOjDkdPDr5f1CnEpVNkA6DbRu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 16:54:38\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 16:54:38\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2987;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Jannatul ferdous\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716753812\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$6uWW\\/rzPscXQjlodEBkoOOweeyX9MOjDkdPDr5f1CnEpVNkA6DbRu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 16:54:38\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 16:54:38\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:41;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2989;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Dipok Kumer Kundu\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"dipok2020@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01737357952\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$iUZIiBZWO63ZWXYIx.73NuRvtNDBtX.AIKOZ\\/vs0Pf2dsL4S75a2C\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 17:01:39\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 17:01:39\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2989;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Dipok Kumer Kundu\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"dipok2020@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01737357952\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$iUZIiBZWO63ZWXYIx.73NuRvtNDBtX.AIKOZ\\/vs0Pf2dsL4S75a2C\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 17:01:39\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 17:01:39\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:42;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2991;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:3:\\\"Raj\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01689366815\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$WeYIvukCTEkofBlD1JwR4uO6IARZ4jDjBO7h6VC2Tg\\/njS2naltPe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 17:07:14\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 17:07:14\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2991;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:3:\\\"Raj\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01689366815\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$WeYIvukCTEkofBlD1JwR4uO6IARZ4jDjBO7h6VC2Tg\\/njS2naltPe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 17:07:14\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 17:07:14\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:43;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2992;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:22:\\\"Md.imran Ahamed polash\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:25:\\\"imranahamed0410@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01816788621\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$xhEOuPBqs\\/yFvNSooT9OjOIlwHzjsGuxEuh\\/AmX3fI2D3QB7kBQYC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 17:11:23\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 17:11:23\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2992;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:22:\\\"Md.imran Ahamed polash\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:25:\\\"imranahamed0410@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01816788621\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$xhEOuPBqs\\/yFvNSooT9OjOIlwHzjsGuxEuh\\/AmX3fI2D3QB7kBQYC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 17:11:23\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 17:11:23\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:44;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2994;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Milton\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:26:\\\"miltondrozario77@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01977091993\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$RkDkJsCzFxav9P9sUHsm\\/.W.2cX2i8DKxLCq5pUhtNPtRzkndNj2.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 17:17:38\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 17:17:38\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2994;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Milton\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:26:\\\"miltondrozario77@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01977091993\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$RkDkJsCzFxav9P9sUHsm\\/.W.2cX2i8DKxLCq5pUhtNPtRzkndNj2.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 17:17:38\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 17:17:38\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:45;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2997;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Salim\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01842093726\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$hN3OzbzrIYawUz3E\\/5pO1extQEDheM4lAqwhWw278qqBDX2lWEpU.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 17:45:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 17:45:29\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2997;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Salim\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01842093726\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$hN3OzbzrIYawUz3E\\/5pO1extQEDheM4lAqwhWw278qqBDX2lWEpU.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 17:45:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 17:45:29\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:46;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2998;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:24:\\\"Dr.Anirban Kishor Singha\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:25:\\\"anirbanbdsingha@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01717556941\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$\\/AX.B8KQZsCVGkvf\\/HLeOup0aSHVfiNdptssxkdjPBKE2tKcfqE3K\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 17:48:58\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 17:48:58\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2998;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:24:\\\"Dr.Anirban Kishor Singha\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:25:\\\"anirbanbdsingha@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01717556941\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$\\/AX.B8KQZsCVGkvf\\/HLeOup0aSHVfiNdptssxkdjPBKE2tKcfqE3K\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 17:48:58\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 17:48:58\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:47;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:2999;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Yiahiya Abid\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01718098388\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$eeLe8as4UTu1R2gcj6EwO.EjZ3YmVNatZwyreLRQePpV.NXIH0hRm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 17:51:36\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 17:51:36\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:2999;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Yiahiya Abid\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01718098388\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$eeLe8as4UTu1R2gcj6EwO.EjZ3YmVNatZwyreLRQePpV.NXIH0hRm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 17:51:36\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 17:51:36\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:48;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3000;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"MD MASUDUR RAHMAN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"masudur26@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01921683664\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$vLFRFp5INudW54tHEOVsvuPxzNhPzSZ03mlt5CnmTlYJPdVS92Gmu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 17:54:42\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 17:54:42\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3000;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"MD MASUDUR RAHMAN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"masudur26@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01921683664\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$vLFRFp5INudW54tHEOVsvuPxzNhPzSZ03mlt5CnmTlYJPdVS92Gmu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-09 17:54:42\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-09 17:54:42\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:49;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3001;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Mannan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01771262256\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$9gLebOwwKzastnmc6Nl4f.Cg9pNKRdW6Sud.WJmIcL06Y4RUwKKnG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-10 10:14:25\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-10 10:14:25\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3001;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Mannan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01771262256\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$9gLebOwwKzastnmc6Nl4f.Cg9pNKRdW6Sud.WJmIcL06Y4RUwKKnG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-10 10:14:25\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-10 10:14:25\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:50;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3003;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:3:\\\"Abu\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01723791276\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$7Jxh1jTHwHidJ.7ze0XMvO\\/Ba331gh4a4PnGuewrIjtjkScXrqH92\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-10 10:18:27\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-10 10:18:27\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3003;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:3:\\\"Abu\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01723791276\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$7Jxh1jTHwHidJ.7ze0XMvO\\/Ba331gh4a4PnGuewrIjtjkScXrqH92\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-10 10:18:27\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-10 10:18:27\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:51;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3005;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Jamal\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711670204\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$6jJQkG3IXrYjw7\\/ZqatYgOm40YtCT248y6qLqaMCoW8ejbyA1UOXS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-10 10:24:09\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-10 10:24:09\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3005;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Jamal\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711670204\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$6jJQkG3IXrYjw7\\/ZqatYgOm40YtCT248y6qLqaMCoW8ejbyA1UOXS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-10 10:24:09\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-10 10:24:09\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:52;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3006;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Md. Bablu\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01713613176\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$G57fS1o5\\/o0oVRoCWpelrecULiernchwmgR5dWyTe0N9gZQa3eZm.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-10 10:29:40\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-10 10:29:40\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3006;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Md. Bablu\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01713613176\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$G57fS1o5\\/o0oVRoCWpelrecULiernchwmgR5dWyTe0N9gZQa3eZm.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-10 10:29:40\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-10 10:29:40\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:53;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3008;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Masum billal\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01827312623\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$0UG81YxmHIw6kEZYXFr3..DZshdbGba30h8CVGxB\\/gbmT4slTQ6c6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-10 10:35:30\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-10 10:35:30\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3008;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Masum billal\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01827312623\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$0UG81YxmHIw6kEZYXFr3..DZshdbGba30h8CVGxB\\/gbmT4slTQ6c6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-10 10:35:30\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-10 10:35:30\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:54;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3009;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Mukul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01722984433\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$mXZeqATU\\/beVqHV\\/lATrbuZQhY34SfbVu6hAsPicFwYmjHWYY5gPC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-10 10:37:08\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-10 10:37:08\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3009;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Mukul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01722984433\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$mXZeqATU\\/beVqHV\\/lATrbuZQhY34SfbVu6hAsPicFwYmjHWYY5gPC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-10 10:37:08\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-10 10:37:08\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:55;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3010;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Abdul kader\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01885887788\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$WWb3szRZcmkJOgqy376nje2daGWw1uwHEg5uvfsUAhrBmHCXC.rhG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-10 10:39:09\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-10 10:39:09\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3010;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Abdul kader\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01885887788\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$WWb3szRZcmkJOgqy376nje2daGWw1uwHEg5uvfsUAhrBmHCXC.rhG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-10 10:39:09\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-10 10:39:09\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:56;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3012;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Md. Ramjan Ali\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01714334036\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$3qOCEJbUjs6LwwMnqIbN6eVdCljdw18Y9s.2dg9m8zJmrRcZpxv9e\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-10 10:45:02\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-10 10:45:02\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3012;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Md. Ramjan Ali\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01714334036\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$3qOCEJbUjs6LwwMnqIbN6eVdCljdw18Y9s.2dg9m8zJmrRcZpxv9e\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-10 10:45:02\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-10 10:45:02\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:57;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3015;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Jahin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01720513413\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$EzWZao683QQK8FPL7zRg6.oVcha12rCPK.aM7aUmPNhLe5L6wbLfO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-10 10:50:59\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-10 10:50:59\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3015;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Jahin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01720513413\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$EzWZao683QQK8FPL7zRg6.oVcha12rCPK.aM7aUmPNhLe5L6wbLfO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-10 10:50:59\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-10 10:50:59\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:58;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3016;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Shajib\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"khanshajib91@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01616363679\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$hYN7zRWo6nZ.4psDWznmGONO1cv1moMLf5AE0mYjxfCSAYMxt19T.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-10 10:52:57\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-10 10:52:57\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3016;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Shajib\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"khanshajib91@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01616363679\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$hYN7zRWo6nZ.4psDWznmGONO1cv1moMLf5AE0mYjxfCSAYMxt19T.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-10 10:52:57\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-10 10:52:57\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:59;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3017;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"MD Shamim Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"hshamim26@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01924090866\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$WDsZRcKc0pNWssAVa.\\/h1O.\\/2E0Wb1WPOjdPWmiml7itTwFnwNKP2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-10 10:55:12\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-10 10:55:12\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3017;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"MD Shamim Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"hshamim26@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01924090866\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$WDsZRcKc0pNWssAVa.\\/h1O.\\/2E0Wb1WPOjdPWmiml7itTwFnwNKP2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-10 10:55:12\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-10 10:55:12\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:60;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3018;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Arif Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01701029895\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$bjKwPDP3xUKdPBN.0ktzG.1Jb42k9CdRk0ySsIZ20bpDMV15eNzNK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-10 10:57:50\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-10 10:57:50\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3018;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Arif Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01701029895\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$bjKwPDP3xUKdPBN.0ktzG.1Jb42k9CdRk0ySsIZ20bpDMV15eNzNK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-10 10:57:50\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-10 10:57:50\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:61;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3020;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Mohin habib\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01613479653\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Cu904uMmwpwbDH1N7cu4Z.zY.50syZ1ENgPdK\\/PIrmskZzRW85kWm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-10 11:28:45\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-10 11:28:45\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3020;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Mohin habib\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01613479653\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Cu904uMmwpwbDH1N7cu4Z.zY.50syZ1ENgPdK\\/PIrmskZzRW85kWm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-10 11:28:45\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-10 11:28:45\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:62;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3022;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md golam mostofa\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712512277\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$T07PTgoqXSB.GUCRLOlm3OFmfDP4v7V2MOynXn28ENTv\\/GecFeETq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-10 11:33:34\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-10 11:33:34\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3022;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md golam mostofa\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712512277\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$T07PTgoqXSB.GUCRLOlm3OFmfDP4v7V2MOynXn28ENTv\\/GecFeETq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-10 11:33:34\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-10 11:33:34\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:63;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3023;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Emtiaz\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01769351534\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$AX8.kqnhuW\\/RA.GvfDq9uuAt8rkjs.GSdxzrQ4IrQLaDUEelBeYxy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-10 16:37:48\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-10 16:37:48\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3023;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Emtiaz\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01769351534\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$AX8.kqnhuW\\/RA.GvfDq9uuAt8rkjs.GSdxzrQ4IrQLaDUEelBeYxy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-10 16:37:48\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-10 16:37:48\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:64;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3024;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"SOURAV AHMED\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01947474758\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$lifadWMNMlaPpbR0QNE.WeDbcSreZLiZIzobzoD9emJDKIf95FTem\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-10 16:43:20\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-10 16:43:20\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3024;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"SOURAV AHMED\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01947474758\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$lifadWMNMlaPpbR0QNE.WeDbcSreZLiZIzobzoD9emJDKIf95FTem\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-10 16:43:20\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-10 16:43:20\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:65;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3025;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Rafikul islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1749273849\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$mxcKhw3cxzoZDB57mGkpFubp9eFPyZ8LmQmplxI9XNx3Soy4rFGYS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-10 16:45:41\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-10 16:45:41\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3025;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Rafikul islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1749273849\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$mxcKhw3cxzoZDB57mGkpFubp9eFPyZ8LmQmplxI9XNx3Soy4rFGYS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-10 16:45:41\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-10 16:45:41\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:66;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3026;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Mohib Titu\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"mohibtitu@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01844146087\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$hyWkASDMz1WXzJWMlSwiJOlQzm0UbB3UUxAk51i4eddakewcfn\\/76\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-10 16:48:17\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-10 16:48:17\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3026;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Mohib Titu\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"mohibtitu@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01844146087\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$hyWkASDMz1WXzJWMlSwiJOlQzm0UbB3UUxAk51i4eddakewcfn\\/76\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-10 16:48:17\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-10 16:48:17\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:67;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3028;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Nasir\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01720163307\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Gv3R7fsWmW4kwr\\/F0qiItOQ0.A3\\/XrZaqS3KGMLBxVkCZ\\/d6\\/EUfK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-10 17:31:11\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-10 17:31:11\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3028;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Nasir\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01720163307\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Gv3R7fsWmW4kwr\\/F0qiItOQ0.A3\\/XrZaqS3KGMLBxVkCZ\\/d6\\/EUfK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-10 17:31:11\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-10 17:31:11\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:68;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3029;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Mashiul Azam Rasel\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"mashiul.rasel@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716363874\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$fpoRjGujkpGpXAwgsDcg9.m.hhzpahd50KDnLdjcjUXn5LIlj6HJa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-10 17:35:04\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-10 17:35:04\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3029;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Mashiul Azam Rasel\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"mashiul.rasel@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716363874\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$fpoRjGujkpGpXAwgsDcg9.m.hhzpahd50KDnLdjcjUXn5LIlj6HJa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-10 17:35:04\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-10 17:35:04\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:69;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3030;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Md Tazul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716931621\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$aOf9Ul4HYt6ZCL.z3jETkemGsu4XaCaATWvaFRzxqBD7PSnXauPji\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-10 17:37:14\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-10 17:37:14\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3030;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Md Tazul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716931621\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$aOf9Ul4HYt6ZCL.z3jETkemGsu4XaCaATWvaFRzxqBD7PSnXauPji\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-10 17:37:14\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-10 17:37:14\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:70;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3031;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Afruza\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01737690146\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$KTfWQUpO.kaH3RC\\/pSkI1ebEmGbvL5v5mnz8AvffoIjt3CcNNtLwG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-10 17:40:47\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-10 17:40:47\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3031;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Afruza\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01737690146\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$KTfWQUpO.kaH3RC\\/pSkI1ebEmGbvL5v5mnz8AvffoIjt3CcNNtLwG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-10 17:40:47\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-10 17:40:47\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:71;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3032;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"Dr. Md. Nadim Kamal\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:27:\\\"nadimkamalpmr2014@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01604762671\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$qs6rMevyONwbeD.xp1n8vepMhXtLDDKs7OEbpbWF6aV0fXgx0.G4i\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 10:20:38\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 10:20:38\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3032;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"Dr. Md. Nadim Kamal\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:27:\\\"nadimkamalpmr2014@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01604762671\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$qs6rMevyONwbeD.xp1n8vepMhXtLDDKs7OEbpbWF6aV0fXgx0.G4i\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 10:20:38\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 10:20:38\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:72;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3033;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Shipul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01714591475\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$uR3XiS82mttqT4Q3GFvF.eTFNlSYy.9IqVwslza9E1ws60uQ6aGI6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 10:26:36\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 10:26:36\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3033;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Shipul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01714591475\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$uR3XiS82mttqT4Q3GFvF.eTFNlSYy.9IqVwslza9E1ws60uQ6aGI6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 10:26:36\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 10:26:36\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:73;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3034;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Sayed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01877984727\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$v1ly\\/xkqwWP.xXvTh2pksuZOI8hQxKF9ca3XWOEBIbWOk4HMjxeUq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 10:42:58\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 10:42:58\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3034;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Sayed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01877984727\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$v1ly\\/xkqwWP.xXvTh2pksuZOI8hQxKF9ca3XWOEBIbWOk4HMjxeUq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 10:42:58\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 10:42:58\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:74;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3035;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Raju\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01792388677\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$bUvwWBgBKd6pzrdwlsy9JeS.0LWuDaX7MbKri3C1xm5cLpHl3YpMm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 10:47:23\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 10:47:23\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3035;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Raju\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01792388677\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$bUvwWBgBKd6pzrdwlsy9JeS.0LWuDaX7MbKri3C1xm5cLpHl3YpMm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 10:47:23\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 10:47:23\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:75;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3036;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Swapnil Sarkar\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:30:\\\"swapnil.sarkar.gplay@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01303838861\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$txnQgGLYz2Copxmpud3\\/kefRviNo7Sar3oCRxgcBhmwoadWy2M1OK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 10:49:53\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 10:49:53\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3036;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Swapnil Sarkar\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:30:\\\"swapnil.sarkar.gplay@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01303838861\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$txnQgGLYz2Copxmpud3\\/kefRviNo7Sar3oCRxgcBhmwoadWy2M1OK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 10:49:53\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 10:49:53\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:76;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3037;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"D.M.S.N. Jaman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711076412\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$XG4b.kCkCwe8Ggt0uaPh1ehaRMPIODCNQTDhXwx6.uiL22YMK4f8y\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 10:51:57\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 10:51:57\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3037;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"D.M.S.N. Jaman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711076412\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$XG4b.kCkCwe8Ggt0uaPh1ehaRMPIODCNQTDhXwx6.uiL22YMK4f8y\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 10:51:57\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 10:51:57\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:77;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3038;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"MD rustom Ali\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"94rustom@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01917726798\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$lVsTFH24hlLntak2pkV8R.arOgXZ5\\/Er0\\/S0kMgorFocawq3FzohO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 10:54:59\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 10:54:59\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3038;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"MD rustom Ali\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"94rustom@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01917726798\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$lVsTFH24hlLntak2pkV8R.arOgXZ5\\/Er0\\/S0kMgorFocawq3FzohO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 10:54:59\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 10:54:59\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:78;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3039;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Hanif\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01759000819\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$k4rLWmIC4AfsACkgKMkn2.gH73T\\/XqBWIqAA7Efww6Y23E2MDg6he\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 11:00:49\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 11:00:49\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3039;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Hanif\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01759000819\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$k4rLWmIC4AfsACkgKMkn2.gH73T\\/XqBWIqAA7Efww6Y23E2MDg6he\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 11:00:49\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 11:00:49\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:79;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3040;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Mahbub\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01625825561\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$MNNnwd5tYzd6CPbucIFTyu.1VU7RCgStK26dPg7yabJlex\\/TMN0jq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 11:10:09\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 11:10:09\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3040;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Mahbub\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01625825561\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$MNNnwd5tYzd6CPbucIFTyu.1VU7RCgStK26dPg7yabJlex\\/TMN0jq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 11:10:09\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 11:10:09\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:80;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3041;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:3:\\\"Joy\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01797473296\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$l1QJiUK\\/DVel\\/xcjmaDcZ.wq.LO05Y1\\/OU9XS5jXwMRQD9OYXxy9S\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 11:13:48\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 11:13:48\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3041;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:3:\\\"Joy\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01797473296\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$l1QJiUK\\/DVel\\/xcjmaDcZ.wq.LO05Y1\\/OU9XS5jXwMRQD9OYXxy9S\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 11:13:48\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 11:13:48\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:81;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3042;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Prodip Roy\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01990105069\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$WgwFfOYXGnogQQvwFHn.b.U48hWrBM1om2PiJoInxlW0idYzoZKya\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 11:16:42\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 11:16:42\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3042;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Prodip Roy\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01990105069\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$WgwFfOYXGnogQQvwFHn.b.U48hWrBM1om2PiJoInxlW0idYzoZKya\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 11:16:42\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 11:16:42\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:82;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3043;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Md.faisal\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01683572441\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Eqooi2t4ONo3.gsloDqpJOuk8knfYZ0j\\/5.tyjcpnec.5bWagx\\/DS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 11:19:19\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 11:19:19\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3043;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Md.faisal\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01683572441\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Eqooi2t4ONo3.gsloDqpJOuk8knfYZ0j\\/5.tyjcpnec.5bWagx\\/DS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 11:19:19\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 11:19:19\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:83;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3044;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Noor Ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"noor.ahmed7@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01552341761\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$WyNh2Vwa3Ck2\\/dtUDV5Ot.FyXw4xqrM1eE4dAOwQ.FSfWnvTJoYbe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 11:21:19\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 11:21:19\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3044;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Noor Ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"noor.ahmed7@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01552341761\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$WyNh2Vwa3Ck2\\/dtUDV5Ot.FyXw4xqrM1eE4dAOwQ.FSfWnvTJoYbe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 11:21:19\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 11:21:19\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:84;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3045;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Sumon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01647649420\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$LbZn5edG9r1MppDkKlOVV.T9AlcmgV55naZDE8DkenpCgPhlGqVPC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 11:25:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 11:25:29\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3045;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Sumon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01647649420\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$LbZn5edG9r1MppDkKlOVV.T9AlcmgV55naZDE8DkenpCgPhlGqVPC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 11:25:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 11:25:29\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:85;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3046;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Shahadat hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01723803322\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$YnSR6lvY6sjoXWOhJ3Gvwe0ZuEqb1ao4wSTPp80vu3UzKO0Qo7Nri\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 11:28:06\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 11:28:06\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3046;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Shahadat hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01723803322\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$YnSR6lvY6sjoXWOhJ3Gvwe0ZuEqb1ao4wSTPp80vu3UzKO0Qo7Nri\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 11:28:06\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 11:28:06\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:86;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3047;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Abhijit saha\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"abhijit.as95@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01617333848\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$yUoc8cWHd9ngxJT80rrDiu.EeVH88Z.IJ2NkZhtBT.OBgHBM\\/ZHq6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 11:30:19\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 11:30:19\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3047;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Abhijit saha\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"abhijit.as95@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01617333848\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$yUoc8cWHd9ngxJT80rrDiu.EeVH88Z.IJ2NkZhtBT.OBgHBM\\/ZHq6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 11:30:19\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 11:30:19\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:87;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3049;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Delowar\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1813748126\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$FA9h9BB2TC.7IUeYzCslpevdvjlBM3\\/aHxuC6xLSXaJRMFRLfGOVS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 11:35:59\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 11:35:59\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3049;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Delowar\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1813748126\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$FA9h9BB2TC.7IUeYzCslpevdvjlBM3\\/aHxuC6xLSXaJRMFRLfGOVS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 11:35:59\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 11:35:59\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:88;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3050;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Hasib Reza\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01765302308\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$YYyv1SrKMtijj.okdtVZYuHTTNoe1teD44lY7F4eux4B5Dcq3NOJW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 11:37:51\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 11:37:51\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3050;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Hasib Reza\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01765302308\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$YYyv1SrKMtijj.okdtVZYuHTTNoe1teD44lY7F4eux4B5Dcq3NOJW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 11:37:51\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 11:37:51\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:89;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3051;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Ajom\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01755527715\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$664lp7mmwpeY8Ynw6sFmcuu37e7TZ7K.YBpzkzhUgVFHdIL49ZvtK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 11:41:32\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 11:41:32\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3051;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Ajom\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01755527715\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$664lp7mmwpeY8Ynw6sFmcuu37e7TZ7K.YBpzkzhUgVFHdIL49ZvtK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 11:41:32\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 11:41:32\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:90;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3053;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Golam Mortoza\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"s.mortoza@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01713018617\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$LuwYJ5bqkcuYMidqJ7O\\/9uu\\/tS.IDqSxG8Tz7e1uMmzJhotVZvTj6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 11:48:04\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 11:48:04\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3053;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Golam Mortoza\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"s.mortoza@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01713018617\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$LuwYJ5bqkcuYMidqJ7O\\/9uu\\/tS.IDqSxG8Tz7e1uMmzJhotVZvTj6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 11:48:04\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 11:48:04\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:91;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3054;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Abdul Hamid\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711137033\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$wnFVuzYPSK4BMT9WqplQ7OgelYPjnid2EC9Z3HDlJiKcXxa0x6v\\/q\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 11:49:48\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 11:49:48\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3054;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Abdul Hamid\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711137033\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$wnFVuzYPSK4BMT9WqplQ7OgelYPjnid2EC9Z3HDlJiKcXxa0x6v\\/q\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 11:49:48\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 11:49:48\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:92;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3056;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Goni\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01791407279\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$nkA00JdJoV5YbJnD6h03B.sX2b39FkoqBtA8uYdk40.nJDPtnSLUe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 11:55:17\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 11:55:17\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3056;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Goni\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01791407279\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$nkA00JdJoV5YbJnD6h03B.sX2b39FkoqBtA8uYdk40.nJDPtnSLUe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 11:55:17\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 11:55:17\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:93;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3057;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Sm kabir\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01742262228\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$KqAE8kGrgs1h2s1JxVMareulUAp\\/ypX6BJjzp2gXyGKNmReTLzcnO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 11:57:56\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 11:57:56\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3057;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Sm kabir\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01742262228\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$KqAE8kGrgs1h2s1JxVMareulUAp\\/ypX6BJjzp2gXyGKNmReTLzcnO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 11:57:56\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 11:57:56\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:94;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3058;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Sahin amzad\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01614491071\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$E9LdV7RFLt.l80e3DUcXCOIR7G881XealJC7.VN0JTV0ii2KnNeYe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 13:49:53\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 13:49:53\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3058;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Sahin amzad\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01614491071\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$E9LdV7RFLt.l80e3DUcXCOIR7G881XealJC7.VN0JTV0ii2KnNeYe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 13:49:53\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 13:49:53\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:95;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3059;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Seema\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:26:\\\"ashrafuzzaman024@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711138624\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$bCg7q8VELyAJoSR2ZHrniOMvnmvd6z7gXHxgp.NB33yfNgJbJ1\\/J2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 13:51:51\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 13:51:51\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3059;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Seema\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:26:\\\"ashrafuzzaman024@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711138624\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$bCg7q8VELyAJoSR2ZHrniOMvnmvd6z7gXHxgp.NB33yfNgJbJ1\\/J2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 13:51:51\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 13:51:51\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:96;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3060;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Salauddin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01635217115\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$47t5HVJlwt2aRK6tSoWRnesIhIUl9Z0lVfiveTNY5Xd9D6dXZzT3a\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 13:54:55\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 13:54:55\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3060;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Salauddin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01635217115\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$47t5HVJlwt2aRK6tSoWRnesIhIUl9Z0lVfiveTNY5Xd9D6dXZzT3a\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 13:54:55\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 13:54:55\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:97;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3062;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Mohammad Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"ddhossain1961@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"1711 391786\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$gJwImzTjXBscjMeq3GvBP.yuhN8Wfhfi13ils30ZBV02kitS3Ic3u\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 14:00:53\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 14:00:53\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3062;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Mohammad Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"ddhossain1961@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"1711 391786\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$gJwImzTjXBscjMeq3GvBP.yuhN8Wfhfi13ils30ZBV02kitS3Ic3u\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 14:00:53\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 14:00:53\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:98;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3063;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Rofiqul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01553388583\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$hJPlrTEcqn2Ls1RVDEFBq.qx0ECX9pJeUHtohhE4Dmbur\\/NTKJYjW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 14:03:36\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 14:03:36\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3063;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Rofiqul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01553388583\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$hJPlrTEcqn2Ls1RVDEFBq.qx0ECX9pJeUHtohhE4Dmbur\\/NTKJYjW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 14:03:36\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 14:03:36\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:99;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3064;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"MD Abdul Bari\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01913816421\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$piWQeCGFGGHbMKQgDxqD3u2F2cHEEyZZVWXY2HyhhrDGja.9XyL5y\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 14:05:36\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 14:05:36\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3064;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"MD Abdul Bari\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01913816421\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$piWQeCGFGGHbMKQgDxqD3u2F2cHEEyZZVWXY2HyhhrDGja.9XyL5y\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 14:05:36\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 14:05:36\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}}}s:4:\\\"text\\\";s:540:\\\"\\u09aa\\u09cd\\u09b0\\u09bf\\u09af\\u09bc \\u0997\\u09cd\\u09b0\\u09be\\u09b9\\u0995,\\n\\u09ae\\u09be\\u0987\\u099c\\u09bf\\u09aa\\u09bf\\u098f\\u09b8 \\u099f\\u09cd\\u09b0\\u09cd\\u09af\\u09be\\u0995\\u09bf\\u0982 \\u09b8\\u09be\\u09b0\\u09cd\\u09ad\\u09bf\\u09b8 \\u098f\\u09b0 \\u09aa\\u0995\\u09cd\\u09b7 \\u09a5\\u09c7\\u0995\\u09c7 \\u09aa\\u09ac\\u09bf\\u09a4\\u09cd\\u09b0 \\u0988\\u09a6\\u09c1\\u09b2 \\u09ab\\u09bf\\u09a4\\u09b0 \\u0989\\u09aa\\u09b2\\u0995\\u09cd\\u09b7\\u09c7 \\u0986\\u09aa\\u09a8\\u09be\\u0995\\u09c7 \\u099c\\u09be\\u09a8\\u09be\\u0987 \\\"\\u0988\\u09a6 \\u09ae\\u09cb\\u09ac\\u09be\\u09b0\\u0995\\\"\\u0964 \\u0986\\u09aa\\u09a8\\u09be\\u09b0 \\u09aa\\u09b0\\u09bf\\u09ac\\u09be\\u09b0\\u0995\\u09c7 \\u09a8\\u09bf\\u09af\\u09bc\\u09c7 \\u098f\\u09ac\\u09be\\u09b0\\u09c7\\u09b0 \\u0988\\u09a6 \\u0995\\u09be\\u099f\\u09c1\\u0995 \\u0986\\u09b0\\u09cb \\u0986\\u09a8\\u09a8\\u09cd\\u09a6\\u09aa\\u09c2\\u09b0\\u09cd\\u09a3 \\u0993 \\u0989\\u09aa\\u09ad\\u09cb\\u0997\\u09cd\\u09af\\u09ae\\u09af\\u09bc\\u0964 \\u0986\\u09aa\\u09a8\\u09be\\u09b0 \\u09aa\\u09cd\\u09b0\\u09a4\\u09bf\\u099f\\u09bf \\u09af\\u09be\\u09a4\\u09cd\\u09b0\\u09be \\u09b6\\u09c1\\u09ad \\u09b9\\u09cb\\u0995\\u0964\\\";}s:3:\\\"job\\\";N;s:10:\\\"connection\\\";N;s:5:\\\"queue\\\";N;s:15:\\\"chainConnection\\\";N;s:10:\\\"chainQueue\\\";N;s:5:\\\"delay\\\";N;s:10:\\\"middleware\\\";a:0:{}s:7:\\\"chained\\\";a:0:{}}\"}}', 'Illuminate\\Queue\\MaxAttemptsExceededException: App\\Jobs\\SmsSend has been attempted too many times or run too long. The job may have previously timed out. in /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php:648\nStack trace:\n#0 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(163): Illuminate\\Queue\\Worker->maxAttemptsExceededException(Object(Illuminate\\Queue\\Jobs\\DatabaseJob))\n#1 /home/mygpsbd/public_html/app/Http/helper.php(28): Illuminate\\Queue\\Worker->Illuminate\\Queue\\{closure}(14, Array)\n#2 /home/mygpsbd/public_html/app/Jobs/SmsSend.php(35): send_sms(\'\\xE0\\xA6\\xAA\\xE0\\xA7\\x8D\\xE0\\xA6\\xB0\\xE0\\xA6\\xBF\\xE0\\xA6\\xAF...\', Array)\n#3 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App\\Jobs\\SmsSend->handle()\n#4 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/Util.php(37): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}()\n#5 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(93): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))\n#6 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(37): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))\n#7 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/Container.php(596): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)\n#8 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php(94): Illuminate\\Container\\Container->call(Array)\n#9 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(128): Illuminate\\Bus\\Dispatcher->Illuminate\\Bus\\{closure}(Object(App\\Jobs\\SmsSend))\n#10 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(103): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(App\\Jobs\\SmsSend))\n#11 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php(98): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))\n#12 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(83): Illuminate\\Bus\\Dispatcher->dispatchNow(Object(App\\Jobs\\SmsSend), false)\n#13 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(128): Illuminate\\Queue\\CallQueuedHandler->Illuminate\\Queue\\{closure}(Object(App\\Jobs\\SmsSend))\n#14 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(103): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(App\\Jobs\\SmsSend))\n#15 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(85): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))\n#16 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(59): Illuminate\\Queue\\CallQueuedHandler->dispatchThroughMiddleware(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Object(App\\Jobs\\SmsSend))\n#17 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Jobs/Job.php(98): Illuminate\\Queue\\CallQueuedHandler->call(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Array)\n#18 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(356): Illuminate\\Queue\\Jobs\\Job->fire()\n#19 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(306): Illuminate\\Queue\\Worker->process(\'database\', Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Object(Illuminate\\Queue\\WorkerOptions))\n#20 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(132): Illuminate\\Queue\\Worker->runJob(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), \'database\', Object(Illuminate\\Queue\\WorkerOptions))\n#21 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(112): Illuminate\\Queue\\Worker->daemon(\'database\', \'default\', Object(Illuminate\\Queue\\WorkerOptions))\n#22 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(96): Illuminate\\Queue\\Console\\WorkCommand->runWorker(\'database\', \'default\')\n#23 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Illuminate\\Queue\\Console\\WorkCommand->handle()\n#24 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/Util.php(37): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}()\n#25 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(93): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))\n#26 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(37): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))\n#27 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/Container.php(596): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)\n#28 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Console/Command.php(134): Illuminate\\Container\\Container->call(Array)\n#29 /home/mygpsbd/public_html/vendor/symfony/console/Command/Command.php(298): Illuminate\\Console\\Command->execute(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))\n#30 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Console/Command.php(121): Symfony\\Component\\Console\\Command\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))\n#31 /home/mygpsbd/public_html/vendor/symfony/console/Application.php(1040): Illuminate\\Console\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#32 /home/mygpsbd/public_html/vendor/symfony/console/Application.php(301): Symfony\\Component\\Console\\Application->doRunCommand(Object(Illuminate\\Queue\\Console\\WorkCommand), Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#33 /home/mygpsbd/public_html/vendor/symfony/console/Application.php(171): Symfony\\Component\\Console\\Application->doRun(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#34 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Console/Application.php(93): Symfony\\Component\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#35 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(129): Illuminate\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#36 /home/mygpsbd/public_html/artisan(37): Illuminate\\Foundation\\Console\\Kernel->handle(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#37 {main}', '2024-04-11 17:01:03');
INSERT INTO `failed_jobs` (`id`, `connection`, `queue`, `payload`, `exception`, `failed_at`) VALUES
(732, 'database', 'default', '{\"uuid\":\"ef135494-8fc7-4ae4-9e65-ef0549287df9\",\"displayName\":\"App\\\\Jobs\\\\SmsSend\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"delay\":null,\"timeout\":null,\"timeoutAt\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\SmsSend\",\"command\":\"O:16:\\\"App\\\\Jobs\\\\SmsSend\\\":9:{s:4:\\\"data\\\";a:2:{s:4:\\\"data\\\";O:39:\\\"Illuminate\\\\Database\\\\Eloquent\\\\Collection\\\":1:{s:8:\\\"\\u0000*\\u0000items\\\";a:100:{i:0;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3065;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Faruk\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716918972\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$lQLKsIzLPMakQXDLvrZtM.TNfOEOKJfw7\\/vDmz9va.7yPhqektbyO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 14:08:53\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 14:08:53\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3065;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Faruk\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716918972\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$lQLKsIzLPMakQXDLvrZtM.TNfOEOKJfw7\\/vDmz9va.7yPhqektbyO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 14:08:53\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 14:08:53\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:1;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3067;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Ripon Saha\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"riponsasha@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715407263\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$eyRycnLMiKIn\\/EYXgXtNue43xOWYA92z7O2H1ISqorSSm0rvVyh8q\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 14:36:40\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 14:36:40\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3067;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Ripon Saha\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"riponsasha@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715407263\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$eyRycnLMiKIn\\/EYXgXtNue43xOWYA92z7O2H1ISqorSSm0rvVyh8q\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 14:36:40\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 14:36:40\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:2;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3068;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Arafat Khandakar\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01863973817\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$VVmRBDi972l4loGKrNkuDuIbGHSgQVB4smn123FQmBPzR9b5tfhyO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 14:43:11\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 14:43:11\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3068;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Arafat Khandakar\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01863973817\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$VVmRBDi972l4loGKrNkuDuIbGHSgQVB4smn123FQmBPzR9b5tfhyO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 14:43:11\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 14:43:11\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:3;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3069;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Harun\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01956810393\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$6x2BprBZZgN.GwsLKdfXaOxgvzI\\/w8U8MOidc1KgouNCGG89o5BqO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 14:58:37\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 14:58:37\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3069;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Harun\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01956810393\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$6x2BprBZZgN.GwsLKdfXaOxgvzI\\/w8U8MOidc1KgouNCGG89o5BqO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 14:58:37\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 14:58:37\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:4;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3070;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Roki\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01610974228\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$CWpA6ZXQXtQmJ6PsWJPjKuZBh7PYZqaRqvja7i\\/sZnQ2TCxUiyQsq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 15:01:58\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 15:01:58\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3070;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Roki\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01610974228\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$CWpA6ZXQXtQmJ6PsWJPjKuZBh7PYZqaRqvja7i\\/sZnQ2TCxUiyQsq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 15:01:58\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 15:01:58\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:5;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3071;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"sopon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711248692\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$G\\/l3uG7On7HZxd6xF6B9.OVBM55uZpvQcRbAfmsDDSa2owE.EgniO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 15:04:38\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 15:04:38\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3071;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"sopon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711248692\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$G\\/l3uG7On7HZxd6xF6B9.OVBM55uZpvQcRbAfmsDDSa2owE.EgniO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 15:04:38\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 15:04:38\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:6;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3072;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Hasan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01672312652\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$sadVQBWtq\\/STYnlPAgMeeuP0DfAYaGs36pwv7AkGwUsOfCWPinfoe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 15:07:23\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 15:07:23\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3072;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Hasan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01672312652\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$sadVQBWtq\\/STYnlPAgMeeuP0DfAYaGs36pwv7AkGwUsOfCWPinfoe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 15:07:23\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 15:07:23\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:7;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3073;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Mehedi\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01708456035\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$DdwbAdifefZih7mPRIh1I.INfNkzac4\\/z9FFJ\\/j3Apd8xWlApp1Rm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 15:10:33\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 15:10:33\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3073;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Mehedi\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01708456035\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$DdwbAdifefZih7mPRIh1I.INfNkzac4\\/z9FFJ\\/j3Apd8xWlApp1Rm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 15:10:33\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 15:10:33\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:8;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3074;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md. Saiful Hyder\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712274480\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$UNzLBACsEcN9jXrZYHnYweQ6ER.Aa2jzPk\\/uYH9F.w7sWUVVB39T6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 15:21:19\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 15:21:19\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3074;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md. Saiful Hyder\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712274480\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$UNzLBACsEcN9jXrZYHnYweQ6ER.Aa2jzPk\\/uYH9F.w7sWUVVB39T6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 15:21:19\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 15:21:19\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:9;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3075;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Shakil\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01749677705\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$2QfioC44bqytZPy7kyttMejhGYhrbLWb2AP.Qh.lXsHdDQzkpXwoS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 15:23:19\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 15:23:19\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3075;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Shakil\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01749677705\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$2QfioC44bqytZPy7kyttMejhGYhrbLWb2AP.Qh.lXsHdDQzkpXwoS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 15:23:19\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 15:23:19\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:10;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3076;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Farham Chowdhury\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"farhamchy@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01911067650\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$5L9AfIQIufu5ZH4XmJqaJ.f4ckDmy2rd3OdALzbhfWu\\/hC.gwkjw6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 15:26:45\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 15:26:45\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3076;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Farham Chowdhury\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"farhamchy@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01911067650\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$5L9AfIQIufu5ZH4XmJqaJ.f4ckDmy2rd3OdALzbhfWu\\/hC.gwkjw6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 15:26:45\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 15:26:45\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:11;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3077;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"MD.Nasir uddin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1760359158\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$fAl\\/sSdbnxg1UafCID4vd.Rk0LFdjKfMzfhK9HyudIxT6fECBjeoe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 15:29:42\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 15:29:42\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3077;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"MD.Nasir uddin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1760359158\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$fAl\\/sSdbnxg1UafCID4vd.Rk0LFdjKfMzfhK9HyudIxT6fECBjeoe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 15:29:42\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 15:29:42\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:12;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3078;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Shawon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01727332181\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$2QO.JxkcWzqZ1P8crfooru5\\/Cr2MvTJlPlEn2wpiSQlHKZfJMZ5eO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 15:35:28\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 15:35:28\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3078;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Shawon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01727332181\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$2QO.JxkcWzqZ1P8crfooru5\\/Cr2MvTJlPlEn2wpiSQlHKZfJMZ5eO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 15:35:28\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 15:35:28\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:13;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3080;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:21:\\\"Ashraf Muhammad Iqbal\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"farian2008@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712023741\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$VhpCohU.kDqwJefWPLnEAuB9TC1a5Qb6z3ZQvSnlWLWR9ztk02nXW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 15:40:06\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 15:40:06\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3080;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:21:\\\"Ashraf Muhammad Iqbal\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"farian2008@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712023741\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$VhpCohU.kDqwJefWPLnEAuB9TC1a5Qb6z3ZQvSnlWLWR9ztk02nXW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 15:40:06\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 15:40:06\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:14;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3082;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"MD Altaf Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:24:\\\"altafhossain.r@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01720431373\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Ft6OLS.0dvHbTciCwsiugezSG0tXB2V39EeplwnV5UpSDIxlH4v.C\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 15:47:27\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 15:47:27\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3082;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"MD Altaf Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:24:\\\"altafhossain.r@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01720431373\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Ft6OLS.0dvHbTciCwsiugezSG0tXB2V39EeplwnV5UpSDIxlH4v.C\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 15:47:27\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 15:47:27\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:15;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3083;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"Majharul kabir Tito\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"titotex27@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715393717\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$HwbNsXLcpJZI985wFexkj.Ca3X8l8NqX1hbYc4u1.nGbizXwHbzt2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 15:50:17\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 15:50:17\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3083;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"Majharul kabir Tito\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"titotex27@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715393717\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$HwbNsXLcpJZI985wFexkj.Ca3X8l8NqX1hbYc4u1.nGbizXwHbzt2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 15:50:17\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 15:50:17\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:16;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3084;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Milton das\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01819318835\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ER7D6QOyOBXmVH.d\\/poh2uvf4tBe3eOy7\\/30XLHu1N1\\/\\/UmAmKFo.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 16:07:46\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 16:07:46\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3084;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Milton das\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01819318835\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ER7D6QOyOBXmVH.d\\/poh2uvf4tBe3eOy7\\/30XLHu1N1\\/\\/UmAmKFo.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 16:07:46\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 16:07:46\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:17;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3085;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Sagor\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01727329714\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$rBEvZ.zKUZCWQG6gQx7JoefWHJ.4XWzzXkHdNo7E3jJ5NgfzefwRe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 16:10:18\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 16:10:18\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3085;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Sagor\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01727329714\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$rBEvZ.zKUZCWQG6gQx7JoefWHJ.4XWzzXkHdNo7E3jJ5NgfzefwRe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 16:10:18\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 16:10:18\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:18;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3086;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Md. Asif Akram\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1916993068\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$2laOZYjOze65ojPgsvZwquuc7Tfh3KdoyKpYqKEbKsdDRAPB316bm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 16:14:05\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 16:14:05\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3086;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Md. Asif Akram\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1916993068\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$2laOZYjOze65ojPgsvZwquuc7Tfh3KdoyKpYqKEbKsdDRAPB316bm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 16:14:05\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 16:14:05\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:19;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3087;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Imran\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01819929505\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$MleagaxvZw3ZrFavAz8pq.nsBJerM98fFjaPK5DeC60DJYOrGe0ya\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 16:16:54\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 16:16:54\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3087;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Imran\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01819929505\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$MleagaxvZw3ZrFavAz8pq.nsBJerM98fFjaPK5DeC60DJYOrGe0ya\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 16:16:54\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 16:16:54\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:20;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3088;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Palash Das\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01745453755\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$mUeD.9fsCQyM33cMMNRQNeYNL879Z3XByyHpvgwEFoJcn8HcM0i6O\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 16:18:45\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 16:18:45\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3088;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Palash Das\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01745453755\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$mUeD.9fsCQyM33cMMNRQNeYNL879Z3XByyHpvgwEFoJcn8HcM0i6O\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 16:18:45\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 16:18:45\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:21;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3089;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Md Shohel\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01723904198\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$msXQ4Hu\\/GDbOqQd\\/7KNaYua\\/Oq3OrYlNJEekCyN2UqagVBN0ZQ0h.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 16:20:48\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 16:20:48\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3089;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Md Shohel\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01723904198\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$msXQ4Hu\\/GDbOqQd\\/7KNaYua\\/Oq3OrYlNJEekCyN2UqagVBN0ZQ0h.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 16:20:48\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 16:20:48\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:22;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3091;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Ashok kumar saha\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01860861188\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$qeWO6GJgSNU6q4ZzBJllouf8FFaZbC.KmLL5Qh2uFeBXajjZwUZBi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 16:27:00\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 16:27:00\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3091;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Ashok kumar saha\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01860861188\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$qeWO6GJgSNU6q4ZzBJllouf8FFaZbC.KmLL5Qh2uFeBXajjZwUZBi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 16:27:00\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 16:27:00\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:23;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3092;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:22:\\\"Muhammad Mahbub Hosion\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"sumontbd@yahoo.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01726326363\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$6dILK3pi4ia1B\\/uBL44heubRQtH57B7QU.rDLDDweG8LZgS1AnZKK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 16:34:25\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 16:34:25\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3092;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:22:\\\"Muhammad Mahbub Hosion\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"sumontbd@yahoo.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01726326363\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$6dILK3pi4ia1B\\/uBL44heubRQtH57B7QU.rDLDDweG8LZgS1AnZKK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 16:34:25\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 16:34:25\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:24;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3093;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Md. Mizanur Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"mizansayem@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01318700606\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$4LkDr3M\\/RzkmDi4.Nx3A9.1qao9pZcqTyRa15mZs0qK1Zrtj617mK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 16:36:59\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 16:36:59\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3093;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Md. Mizanur Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"mizansayem@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01318700606\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$4LkDr3M\\/RzkmDi4.Nx3A9.1qao9pZcqTyRa15mZs0qK1Zrtj617mK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 16:36:59\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 16:36:59\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:25;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3094;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Anowar\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"anowaropy01@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01799949901\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$N2orpNpF.mN7i1\\/A0UXrXOS89QB0ABnYz1uVudrYNd6QEz1BOt2Wu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 16:46:15\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 16:46:15\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3094;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Anowar\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"anowaropy01@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01799949901\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$N2orpNpF.mN7i1\\/A0UXrXOS89QB0ABnYz1uVudrYNd6QEz1BOt2Wu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 16:46:15\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 16:46:15\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:26;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3095;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"MOSALM\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1759164807\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$l3EN08aGvHiYUyWKKzDcvOTIvOYUdPaBXz2qH5KdK8aAQGsEPVW2y\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 16:59:59\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 16:59:59\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3095;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"MOSALM\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1759164807\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$l3EN08aGvHiYUyWKKzDcvOTIvOYUdPaBXz2qH5KdK8aAQGsEPVW2y\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 16:59:59\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 16:59:59\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:27;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3097;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Mostak ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711023301\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$kNePlY0Z6rUDLSSF4eZ4ZOVtSO99PG97XfrP\\/MRg\\/Kv2JP8sc6xsW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 17:08:13\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 17:08:13\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3097;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Mostak ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711023301\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$kNePlY0Z6rUDLSSF4eZ4ZOVtSO99PG97XfrP\\/MRg\\/Kv2JP8sc6xsW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 17:08:13\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 17:08:13\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:28;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3098;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Dr Md Nurulla\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:17:\\\"drnurhf@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01819433507\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$030AnLCIR9xUcZxwTNJKDuIz2liiL9RrOZowG8TCcePBF9jV0DFmW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 17:12:21\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 17:12:21\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3098;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Dr Md Nurulla\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:17:\\\"drnurhf@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01819433507\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$030AnLCIR9xUcZxwTNJKDuIz2liiL9RrOZowG8TCcePBF9jV0DFmW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 17:12:21\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 17:12:21\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:29;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3101;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Md Tajul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01721066352\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$R5r1vaULOJrA6TWKdEPmT.KIqDGDuDw6TkT9D0upnccVI9nP\\/Y1tq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 17:19:35\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 17:19:35\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3101;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Md Tajul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01721066352\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$R5r1vaULOJrA6TWKdEPmT.KIqDGDuDw6TkT9D0upnccVI9nP\\/Y1tq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 17:19:35\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 17:19:35\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:30;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3102;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Joshim\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01777098739\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$cG7vIJx.N2byU2EzoUkYZOE2ixUhRdJ4gg4oWEwAwS3s6UrOhy9pq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 17:22:26\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 17:22:26\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3102;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Joshim\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01777098739\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$cG7vIJx.N2byU2EzoUkYZOE2ixUhRdJ4gg4oWEwAwS3s6UrOhy9pq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 17:22:26\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 17:22:26\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:31;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3103;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"MD Alamin Mollah\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:24:\\\"mdalaminboss69@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01999994373\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$qoEKdtHk.yPlMu3mKqG6curd7RRsoYTUbSUTDcexT5YCv2n1eLYzi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 17:24:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 17:24:29\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3103;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"MD Alamin Mollah\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:24:\\\"mdalaminboss69@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01999994373\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$qoEKdtHk.yPlMu3mKqG6curd7RRsoYTUbSUTDcexT5YCv2n1eLYzi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 17:24:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 17:24:29\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:32;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3104;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Anup Khastagir\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:26:\\\"anupkhastagirbss@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712009670\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$bF04iIqGAzYKZWD.WuDR8e\\/ATOwoV8qNx2NyLSsmty0uhTxTkq93.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 17:31:26\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 17:31:26\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3104;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Anup Khastagir\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:26:\\\"anupkhastagirbss@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712009670\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$bF04iIqGAzYKZWD.WuDR8e\\/ATOwoV8qNx2NyLSsmty0uhTxTkq93.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 17:31:26\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 17:31:26\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:33;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3105;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:22:\\\"Dipak Kumar Banik Dipu\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01788888855\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$A4S8Hl475Ms6YcZZhPZ07.s5Nxxm1Q\\/a75b\\/1zDyGknTjS0Va3pGW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 17:33:15\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 17:33:15\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3105;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:22:\\\"Dipak Kumar Banik Dipu\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01788888855\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$A4S8Hl475Ms6YcZZhPZ07.s5Nxxm1Q\\/a75b\\/1zDyGknTjS0Va3pGW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 17:33:15\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 17:33:15\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:34;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3106;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Hasan Maruf\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"marufrahat6@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01710525949\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$3dXkmeKq929bolYiVxtOQuCvKuHkP3NI9HyV.a.YXyRlFrSrnSrxK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 17:37:12\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 17:37:12\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3106;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Hasan Maruf\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"marufrahat6@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01710525949\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$3dXkmeKq929bolYiVxtOQuCvKuHkP3NI9HyV.a.YXyRlFrSrnSrxK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-11 17:37:12\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-11 17:37:12\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:35;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3107;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Hasan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715053718\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$gJXoHyBi7nTapwov8moQ5exLJd7E9Jz8xZwaIZEB7qebwSrpC8rKm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 10:35:03\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 10:35:03\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3107;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Hasan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715053718\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$gJXoHyBi7nTapwov8moQ5exLJd7E9Jz8xZwaIZEB7qebwSrpC8rKm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 10:35:03\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 10:35:03\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:36;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3108;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Shafiq\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:17:\\\"msuknit@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01941420555\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ddvR6wlfLFV5lHNbvwvEreV38ULLN4zXsq3sBewR0PRAPuRWhCldi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 10:45:47\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 10:45:47\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3108;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Shafiq\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:17:\\\"msuknit@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01941420555\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ddvR6wlfLFV5lHNbvwvEreV38ULLN4zXsq3sBewR0PRAPuRWhCldi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 10:45:47\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 10:45:47\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:37;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3109;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Munnaf ali\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01760200771\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$BNEvM7G2quAUYObMcofbzeolWO2Sc8SPTDD5mK6d0cVA\\/sTg5uGd6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 10:48:32\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 10:48:32\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3109;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Munnaf ali\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01760200771\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$BNEvM7G2quAUYObMcofbzeolWO2Sc8SPTDD5mK6d0cVA\\/sTg5uGd6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 10:48:32\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 10:48:32\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:38;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3110;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Salim Ahasan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:15:\\\"salim@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01730700752\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$rE1R2P6R8gLmA01qpd.YFOJiMlRRpIw.RXzU2kiCBKB334sh6.FGG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 10:50:40\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 10:50:40\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3110;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Salim Ahasan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:15:\\\"salim@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01730700752\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$rE1R2P6R8gLmA01qpd.YFOJiMlRRpIw.RXzU2kiCBKB334sh6.FGG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 10:50:40\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 10:50:40\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:39;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3111;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Md Sana Ullah\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715704212\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$\\/8Jqr4Yqi06l9a7ecz0Ze.1XUlQbZhEVsJgj9ej5l.lyTPJu5Prji\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 10:53:22\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 10:53:22\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3111;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Md Sana Ullah\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715704212\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$\\/8Jqr4Yqi06l9a7ecz0Ze.1XUlQbZhEVsJgj9ej5l.lyTPJu5Prji\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 10:53:22\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 10:53:22\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:40;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3112;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Rakibur Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01303729727\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$obuY2lRse9KBaoVIHkGpdeEFkprqY.wVDdNm87WTNa4iewJoslsW.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 10:56:24\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 10:56:24\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3112;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Rakibur Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01303729727\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$obuY2lRse9KBaoVIHkGpdeEFkprqY.wVDdNm87WTNa4iewJoslsW.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 10:56:24\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 10:56:24\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:41;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3113;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Md Alauddin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01842904912\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$hPAwtREhhcXnvDdKsDfCsOYLHtREGSX0pw8hLPfKfQGH4quQJveRK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 11:00:00\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 11:00:00\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3113;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Md Alauddin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01842904912\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$hPAwtREhhcXnvDdKsDfCsOYLHtREGSX0pw8hLPfKfQGH4quQJveRK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 11:00:00\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 11:00:00\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:42;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3114;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"M rahma\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01678035250\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$kAXwW6knZ2dWgVwaPKELqeSRlSxYHhwltC08FFDiscyDuKInABB8K\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 11:02:24\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 11:02:24\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3114;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"M rahma\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01678035250\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$kAXwW6knZ2dWgVwaPKELqeSRlSxYHhwltC08FFDiscyDuKInABB8K\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 11:02:24\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 11:02:24\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:43;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3115;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"Mohammad Abu Hanifa\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01819249535\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$nTWCGSdLK2O7r.2KD9GTZ.X3uUk.tMh9kN6Mox5osLGjoo8NEAYty\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 11:04:11\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 11:04:11\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3115;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"Mohammad Abu Hanifa\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01819249535\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$nTWCGSdLK2O7r.2KD9GTZ.X3uUk.tMh9kN6Mox5osLGjoo8NEAYty\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 11:04:11\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 11:04:11\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:44;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3116;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Md Ruhul Amin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01720585892\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$.8ljqrzYNouTInL35iW3pu\\/2fpW2qBHvBKLwvOf71x9Lb.ZgYaBuG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 11:10:00\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 11:10:00\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3116;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Md Ruhul Amin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01720585892\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$.8ljqrzYNouTInL35iW3pu\\/2fpW2qBHvBKLwvOf71x9Lb.ZgYaBuG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 11:10:00\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 11:10:00\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:45;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3117;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Ashan habib\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01789137277\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$iWNUSWgATpOf871zpsNYYuxS43Dz.DxnAg\\/pzflQK0l03vqrm2i3e\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 11:12:19\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 11:12:19\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3117;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Ashan habib\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01789137277\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$iWNUSWgATpOf871zpsNYYuxS43Dz.DxnAg\\/pzflQK0l03vqrm2i3e\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 11:12:19\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 11:12:19\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:46;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3118;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Shahrier Reza\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01717433100\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$1.9TnJsUg\\/4mQLuVLD\\/anuvg8JXl8vXHuB5uWX26yQPKJSGTiHii2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 11:15:09\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 11:15:09\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3118;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Shahrier Reza\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01717433100\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$1.9TnJsUg\\/4mQLuVLD\\/anuvg8JXl8vXHuB5uWX26yQPKJSGTiHii2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 11:15:09\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 11:15:09\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:47;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3119;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Novel Shariar\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01923648488\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Q6L5.9e8G.uZf2q0y8827O89X9GlmRlDYfIWbwQTmLUpHhSkC.J1O\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 11:18:50\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 11:18:50\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3119;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Novel Shariar\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01923648488\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Q6L5.9e8G.uZf2q0y8827O89X9GlmRlDYfIWbwQTmLUpHhSkC.J1O\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 11:18:50\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 11:18:50\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:48;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3120;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Kazi dipu\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01726894749\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$GBxQViMkPu.q5hWaJIuI.ud.qJVNHsDMu\\/ehcru0Swtk2tHATHSd2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 11:20:48\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 11:20:48\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3120;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Kazi dipu\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01726894749\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$GBxQViMkPu.q5hWaJIuI.ud.qJVNHsDMu\\/ehcru0Swtk2tHATHSd2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 11:20:48\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 11:20:48\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:49;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3121;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Rubel\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01819055096\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Q.ztTrCIyidutq6Yw7AXxuGjksjszsZ\\/NrhZr2Lbcfa4lrFnzqDMe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 11:24:31\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 11:24:31\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3121;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Rubel\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01819055096\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Q.ztTrCIyidutq6Yw7AXxuGjksjszsZ\\/NrhZr2Lbcfa4lrFnzqDMe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 11:24:31\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 11:24:31\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:50;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3122;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Sumon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715154042\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$qEO1y.yZz3mM0iibeRCrBevPOFYDQkzgore2Ov1GndAPfc2GGkgzO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 11:26:38\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 11:26:38\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3122;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Sumon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715154042\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$qEO1y.yZz3mM0iibeRCrBevPOFYDQkzgore2Ov1GndAPfc2GGkgzO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 11:26:38\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 11:26:38\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:51;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3123;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Tanvir Ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01729985361\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$\\/ZOBBvLPfagbFQJrkbCBGO8QMxRnOsrtkAxISUuvuKUumAELS7e4u\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 11:31:49\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 11:31:49\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3123;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Tanvir Ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01729985361\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$\\/ZOBBvLPfagbFQJrkbCBGO8QMxRnOsrtkAxISUuvuKUumAELS7e4u\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 11:31:49\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 11:31:49\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:52;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3124;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Md Masud Rana\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01312281895\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$qNalUPF8vbe8Fc2RaTsZXegdrrqtBz65O2e\\/E4ImYJ6l3KJoeyQJm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 11:35:03\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 11:35:03\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3124;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Md Masud Rana\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01312281895\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$qNalUPF8vbe8Fc2RaTsZXegdrrqtBz65O2e\\/E4ImYJ6l3KJoeyQJm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 11:35:03\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 11:35:03\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:53;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3125;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:21:\\\"Mohammad Ariful Haque\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:17:\\\"ariiful@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01731156129\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$nh7ALdI6emrboS24.TW2R.f1stWdKKlwyioIhOd8FpDarF5pOwCP6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 12:32:51\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 12:32:51\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3125;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:21:\\\"Mohammad Ariful Haque\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:17:\\\"ariiful@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01731156129\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$nh7ALdI6emrboS24.TW2R.f1stWdKKlwyioIhOd8FpDarF5pOwCP6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 12:32:51\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 12:32:51\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:54;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3126;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"BILLAL HOSSAIN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712380031\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$UjikguYyg43Xf9JqfXPgHeLz3PC5a9T9FcfV2gDjEQZ0AES5cpSLi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 12:48:07\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 13:24:14\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3126;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"BILLAL HOSSAIN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712380031\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$UjikguYyg43Xf9JqfXPgHeLz3PC5a9T9FcfV2gDjEQZ0AES5cpSLi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 12:48:07\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 13:24:14\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:55;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3127;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Golam Hosen\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715479584\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Yc9QxaUicoahLknNLFnf5exHkebnNWC2cfsug9idqTAwvT0V09oqO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 13:26:32\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 13:26:32\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3127;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Golam Hosen\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715479584\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Yc9QxaUicoahLknNLFnf5exHkebnNWC2cfsug9idqTAwvT0V09oqO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 13:26:32\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 13:26:32\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:56;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3128;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Shemon Roy\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01718409148\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$NfnnyFbxF8rTyBcKKKulTuVJ.zKo6VC1s\\/IQ0.cnX4V3abzpFXkFC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 13:46:26\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 13:46:26\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3128;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Shemon Roy\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01718409148\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$NfnnyFbxF8rTyBcKKKulTuVJ.zKo6VC1s\\/IQ0.cnX4V3abzpFXkFC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 13:46:26\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 13:46:26\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:57;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3130;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Mohsin Arif Reja\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01755557086\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$nOwl3yOzEriCeNvIXlBm.u8coLhD9sU4foNa5tQg4CX2lz4TJzsIy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 13:52:26\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 13:52:26\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3130;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Mohsin Arif Reja\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01755557086\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$nOwl3yOzEriCeNvIXlBm.u8coLhD9sU4foNa5tQg4CX2lz4TJzsIy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 13:52:26\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 13:52:26\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:58;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3131;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"MD MONOWAR HUSSAIN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01727208450\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$qM.ieSUi.uGqAte6ciSxyeY9D3GfOVZ4q5LmWLkzeI8t4NI7djWT.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 13:57:36\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-03-13 08:23:30\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3131;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"MD MONOWAR HUSSAIN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01727208450\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$qM.ieSUi.uGqAte6ciSxyeY9D3GfOVZ4q5LmWLkzeI8t4NI7djWT.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 13:57:36\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-03-13 08:23:30\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:59;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3133;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"Nasrin Akter Ishita\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:27:\\\"nasrinakterishita@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01675495943\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$2a2e4TLA5tFzoZS9WzeH3OePm2X6iztf1kuAjNYiu.5FsK2PpLx6W\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 14:03:04\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 14:03:04\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3133;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"Nasrin Akter Ishita\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:27:\\\"nasrinakterishita@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01675495943\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$2a2e4TLA5tFzoZS9WzeH3OePm2X6iztf1kuAjNYiu.5FsK2PpLx6W\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 14:03:04\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 14:03:04\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:60;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3134;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Ashikul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01938888711\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$sIHpjYPmC16.aGBeqPMCeeZn21qkwYjUwjPNZVEBSQ0iGvQaKYqv.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 14:06:17\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 14:06:17\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3134;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Ashikul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01938888711\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$sIHpjYPmC16.aGBeqPMCeeZn21qkwYjUwjPNZVEBSQ0iGvQaKYqv.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 14:06:17\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 14:06:17\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:61;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3135;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Md Sabbir Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01759319925\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$w94neG\\/\\/B5Tcbu8HaNPf4e3z7lN9KyEH6qsJJGR71CvDdN7W7RbUW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 14:13:37\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 14:13:37\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3135;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Md Sabbir Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01759319925\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$w94neG\\/\\/B5Tcbu8HaNPf4e3z7lN9KyEH6qsJJGR71CvDdN7W7RbUW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 14:13:37\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 14:13:37\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:62;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3136;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Muazuddin Group\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715299622\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$N7T1Ff0lGeEt0RBDECR5.eppiejEZYUPaJN0zQJx.pm8MH5SyliNO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 14:16:55\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 14:16:55\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3136;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Muazuddin Group\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715299622\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$N7T1Ff0lGeEt0RBDECR5.eppiejEZYUPaJN0zQJx.pm8MH5SyliNO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 14:16:55\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 14:16:55\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:63;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3137;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"MD sumon Ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01944526986\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$FzwJH.js4GRDK6ItT9V7PukgD0e\\/\\/YhQRCKqosap1YAm1le2TzzZS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 14:20:10\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 14:20:10\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3137;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"MD sumon Ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01944526986\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$FzwJH.js4GRDK6ItT9V7PukgD0e\\/\\/YhQRCKqosap1YAm1le2TzzZS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 14:20:10\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 14:20:10\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:64;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3138;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Sabat Alam Imon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711787780\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$XYhoBBroImHnJZ.w3LtK4uj6QJQ6NuIzrhb.q\\/hAVS04ldJYl4mFq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 14:23:58\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 14:23:58\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3138;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Sabat Alam Imon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711787780\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$XYhoBBroImHnJZ.w3LtK4uj6QJQ6NuIzrhb.q\\/hAVS04ldJYl4mFq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 14:23:58\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 14:23:58\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:65;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3139;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Md Shafiqul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711157122\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$5vte20XveHAFnHYrpf2n..5dpAzWRnpi\\/usQRu7Zz7ozLi8SiFYdC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 14:29:32\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 14:29:32\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3139;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Md Shafiqul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711157122\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$5vte20XveHAFnHYrpf2n..5dpAzWRnpi\\/usQRu7Zz7ozLi8SiFYdC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 14:29:32\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 14:29:32\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:66;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3140;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Ayman enterprise\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712688340\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$aLEXA.HIaHtPXf7Taw5ij.\\/2\\/pWYddqpP55diwEiWqtjnvXqhY.eS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 14:32:19\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 14:32:19\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3140;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Ayman enterprise\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712688340\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$aLEXA.HIaHtPXf7Taw5ij.\\/2\\/pWYddqpP55diwEiWqtjnvXqhY.eS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 14:32:19\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 14:32:19\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:67;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3141;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Iqbal\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01764196449\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$tkPxEa1b\\/lmAZTLWesiYxOQiWbiXS3okXdZFtV0OMmupuELy4JtM6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 14:34:46\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 14:34:46\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3141;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Iqbal\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01764196449\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$tkPxEa1b\\/lmAZTLWesiYxOQiWbiXS3okXdZFtV0OMmupuELy4JtM6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 14:34:46\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 14:34:46\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:68;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3142;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Abul bashar\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01636639471\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$5k8VIfVRFfCzxTQ\\/1IOOu.nNPG7JcpPhHGhmRRRmXtEXnsvgD2T9y\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 14:40:45\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 14:40:45\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3142;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Abul bashar\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01636639471\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$5k8VIfVRFfCzxTQ\\/1IOOu.nNPG7JcpPhHGhmRRRmXtEXnsvgD2T9y\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 14:40:45\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 14:40:45\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:69;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3143;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Durjoy\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01779294082\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$zcnfaMhKjkSqV9yAh3G6UOKmkbgqG7nBDwuvQ060ZbHUCXQshRBr.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 14:46:00\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 14:46:00\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3143;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Durjoy\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01779294082\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$zcnfaMhKjkSqV9yAh3G6UOKmkbgqG7nBDwuvQ060ZbHUCXQshRBr.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 14:46:00\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 14:46:00\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:70;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3144;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:21:\\\"Muhammad Rezaul Karim\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:25:\\\"rezaul.rakib.rk@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01833111891\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$KAnAi1zT9dDmzf.ARRl2f.fN0eKqlByDjZnnH5Ad2iU4A\\/UB1n5uO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 14:50:34\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 14:50:34\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3144;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:21:\\\"Muhammad Rezaul Karim\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:25:\\\"rezaul.rakib.rk@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01833111891\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$KAnAi1zT9dDmzf.ARRl2f.fN0eKqlByDjZnnH5Ad2iU4A\\/UB1n5uO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 14:50:34\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 14:50:34\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:71;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3145;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Shibly Sadik\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:16:\\\"ssjony@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01921161017\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$5Wf2.CiK9FSXleCZcSUGeOXYmLJCfC5ZlinS395vy54Kkp1Z1RhKe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 14:53:15\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 14:53:15\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3145;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Shibly Sadik\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:16:\\\"ssjony@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01921161017\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$5Wf2.CiK9FSXleCZcSUGeOXYmLJCfC5ZlinS395vy54Kkp1Z1RhKe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 14:53:15\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 14:53:15\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:72;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3146;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Mohammed Javed Mia\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"javed.rasin@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01553657919\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$\\/zUWA0PjXYIQw4p8CP1HJuMHUcWRGmx4ROnHrfD1PvkzaFHwbPIm2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 14:56:12\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 14:56:12\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3146;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Mohammed Javed Mia\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"javed.rasin@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01553657919\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$\\/zUWA0PjXYIQw4p8CP1HJuMHUcWRGmx4ROnHrfD1PvkzaFHwbPIm2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 14:56:12\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 14:56:12\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:73;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3147;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Lutfor Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01772397669\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$zujkY\\/S\\/zK6R7FEeQwAreO8BIAkTDAWx2XENMzimLT1HF4Se5wDNu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 14:59:12\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 14:59:12\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3147;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Lutfor Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01772397669\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$zujkY\\/S\\/zK6R7FEeQwAreO8BIAkTDAWx2XENMzimLT1HF4Se5wDNu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 14:59:12\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 14:59:12\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:74;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3148;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Delowar\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01677307740\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$803wKGB396kc\\/s8L49vQt.7wzB5sV8OX4YljUvIvpbQ7daSkaiYaa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 15:02:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 15:03:48\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3148;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Delowar\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01677307740\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$803wKGB396kc\\/s8L49vQt.7wzB5sV8OX4YljUvIvpbQ7daSkaiYaa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 15:02:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 15:03:48\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:75;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3149;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Masud\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01720106412\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Uh5Y6baXsM2go9Z6\\/aMHnuK4bqYE2VWSKq\\/3Nw4jNFBMDmXyYZc16\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 15:13:19\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 15:13:19\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3149;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Masud\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01720106412\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Uh5Y6baXsM2go9Z6\\/aMHnuK4bqYE2VWSKq\\/3Nw4jNFBMDmXyYZc16\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 15:13:19\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 15:13:19\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:76;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3150;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Josim\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01776271117\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$NLbXtnTp.RQ1ZWTzCQZaMuZWmsTK.iSIfQWo0.fdt4xG\\/FRSWpHGe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 15:21:22\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 15:21:22\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3150;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Josim\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01776271117\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$NLbXtnTp.RQ1ZWTzCQZaMuZWmsTK.iSIfQWo0.fdt4xG\\/FRSWpHGe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 15:21:22\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 15:21:22\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:77;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3151;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:20:\\\"Dr.Md.Bakhtiar Uddin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"jeweldmc47@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711100820\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$3pMpwhX2FyrJ.tRmA1.RXOQWwtUgSh6MJ880S3Pd.mUNVOITQ3qe2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 15:26:48\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 15:26:48\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3151;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:20:\\\"Dr.Md.Bakhtiar Uddin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"jeweldmc47@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711100820\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$3pMpwhX2FyrJ.tRmA1.RXOQWwtUgSh6MJ880S3Pd.mUNVOITQ3qe2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 15:26:48\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 15:26:48\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:78;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3152;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Azizul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01719992706\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$cDwfRUo8FGabDqPVyBWIReIE7pD4v\\/uS32gvY46YBXlcRo8qT05aS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 15:29:03\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 15:29:03\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3152;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Azizul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01719992706\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$cDwfRUo8FGabDqPVyBWIReIE7pD4v\\/uS32gvY46YBXlcRo8qT05aS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 15:29:03\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 15:29:03\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:79;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3153;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Ahsan Habib\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01772666612\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$TcADEPAD6jXfDgjGspGHxO9zjqXTAssgq84UFbVoS223poqT2\\/SKq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 15:31:35\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 15:31:35\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3153;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Ahsan Habib\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01772666612\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$TcADEPAD6jXfDgjGspGHxO9zjqXTAssgq84UFbVoS223poqT2\\/SKq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 15:31:35\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 15:31:35\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:80;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3154;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Monirul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01794718542\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$CAN7IenqK9AFwqk\\/skWPwuTHqf1w56DKievnqc99IdZVMf\\/RlPIc2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 15:34:31\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 15:34:31\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3154;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Monirul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01794718542\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$CAN7IenqK9AFwqk\\/skWPwuTHqf1w56DKievnqc99IdZVMf\\/RlPIc2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 15:34:31\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 15:34:31\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:81;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3155;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Tazminul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01760316160\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$.w0hCdRmj\\/gwku7Md\\/wAXesZR\\/qNTtV.vX9pPQb6qTsxS.z2iUOHe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 15:36:50\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 15:36:50\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3155;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Tazminul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01760316160\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$.w0hCdRmj\\/gwku7Md\\/wAXesZR\\/qNTtV.vX9pPQb6qTsxS.z2iUOHe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 15:36:50\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 15:36:50\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:82;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3156;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Mamun Rashid\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01717797459\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$u.FDLGUbuBIxFrpgUZFgJucMg\\/JedtHKGSP7l2lFih4ll53xJeb\\/q\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 15:40:05\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 15:40:05\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3156;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Mamun Rashid\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01717797459\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$u.FDLGUbuBIxFrpgUZFgJucMg\\/JedtHKGSP7l2lFih4ll53xJeb\\/q\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 15:40:05\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 15:40:05\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:83;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3157;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Dr.Mahbubur Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"mithun75@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715192231\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$QvjtL7V.TvFsXuaYKTfOu.yU.ZS5zxaiS3m9NYrIL9NvaYRfI0wTW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 15:43:20\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 15:43:20\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3157;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Dr.Mahbubur Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"mithun75@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715192231\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$QvjtL7V.TvFsXuaYKTfOu.yU.ZS5zxaiS3m9NYrIL9NvaYRfI0wTW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 15:43:20\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 15:43:20\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:84;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3158;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"MD Riyad Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"riyaddu118@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01768376971\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$C8uh1mkqsa8XwTvnkNlP4eQb6ykTxCdZvmERlGc7zPT5LvTaDo0IW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 15:46:03\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 15:46:03\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3158;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"MD Riyad Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"riyaddu118@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01768376971\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$C8uh1mkqsa8XwTvnkNlP4eQb6ykTxCdZvmERlGc7zPT5LvTaDo0IW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 15:46:03\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 15:46:03\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:85;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3160;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Sikor\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01777125330\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$j6KO8M6YhvuipeNJ4\\/8WG.qSNYM9P394lRIVvNUPkWsWMzmPEBkuS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 15:54:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 15:54:29\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3160;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Sikor\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01777125330\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$j6KO8M6YhvuipeNJ4\\/8WG.qSNYM9P394lRIVvNUPkWsWMzmPEBkuS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 15:54:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 15:54:29\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:86;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3161;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Rumi Chowdhury\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"rumi36@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711283636\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$sKAJSWYJAT6DI2EuwtCfiuXb.dyv\\/\\/ONFjeUDmZVILCHdSGr6hUxG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 15:56:59\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 15:56:59\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3161;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Rumi Chowdhury\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"rumi36@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711283636\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$sKAJSWYJAT6DI2EuwtCfiuXb.dyv\\/\\/ONFjeUDmZVILCHdSGr6hUxG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 15:56:59\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 15:56:59\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:87;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3162;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Saddam hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01958098700\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$cAeigZrEE5nJIDHomg2N4u6mJqnrT8QZvz5NWkSiZOtOL2ObvneTS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 16:06:17\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 16:06:17\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3162;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Saddam hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01958098700\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$cAeigZrEE5nJIDHomg2N4u6mJqnrT8QZvz5NWkSiZOtOL2ObvneTS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 16:06:17\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 16:06:17\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:88;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3163;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Md Nur A Alam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01956659705\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$h7gc3\\/C7b051v2c2ujZs\\/ONeQth9Pms65QaiVgOEpRuz\\/2KWm08Pq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 16:10:15\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 16:10:15\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3163;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Md Nur A Alam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01956659705\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$h7gc3\\/C7b051v2c2ujZs\\/ONeQth9Pms65QaiVgOEpRuz\\/2KWm08Pq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 16:10:15\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 16:10:15\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:89;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3165;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"MD.Sharif Ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:25:\\\"sharifahmed1503@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716045609\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Ll1pNuLcsmOmPHZOJ9YSou53\\/X5GxBnHjnFEU\\/.bWXNooHaDccGJC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 16:19:27\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 16:19:27\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3165;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"MD.Sharif Ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:25:\\\"sharifahmed1503@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716045609\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Ll1pNuLcsmOmPHZOJ9YSou53\\/X5GxBnHjnFEU\\/.bWXNooHaDccGJC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 16:19:27\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 16:19:27\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:90;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3166;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"NOOR HOSSAIN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01680363741\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$lrQ1nOF5MoA6A3C.GcfjI.ULHnjHAzGy2f6QmWjB78kJz1DqTyhSG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 16:22:17\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 16:22:17\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3166;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"NOOR HOSSAIN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01680363741\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$lrQ1nOF5MoA6A3C.GcfjI.ULHnjHAzGy2f6QmWjB78kJz1DqTyhSG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 16:22:17\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 16:22:17\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:91;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3167;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Muhsin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:24:\\\"bionicdesignbd@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711151015\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$1.j5E\\/sbMFPjxMkWQWJAEehnxlIX7Mw9or6mY9fJmOtcgvYG6qBnK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 16:24:41\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 16:24:41\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3167;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Muhsin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:24:\\\"bionicdesignbd@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711151015\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$1.j5E\\/sbMFPjxMkWQWJAEehnxlIX7Mw9or6mY9fJmOtcgvYG6qBnK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 16:24:41\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 16:24:41\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:92;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3168;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Arif\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01887459696\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$VxM1iaCyyK2NoAXF2Z209OK1k0efYwpFqZ0FRklyAlJhST2b5tRSe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 16:32:37\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 16:32:37\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3168;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Arif\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01887459696\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$VxM1iaCyyK2NoAXF2Z209OK1k0efYwpFqZ0FRklyAlJhST2b5tRSe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 16:32:37\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 16:32:37\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:93;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3169;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Atik\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01979001139\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$swNOmG7E1f0mojQ2w7.gbeZPMsHM1mV7nlAzOBC06r3eoaCbVkKiC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 16:41:17\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 16:41:17\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3169;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Atik\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01979001139\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$swNOmG7E1f0mojQ2w7.gbeZPMsHM1mV7nlAzOBC06r3eoaCbVkKiC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 16:41:17\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 16:41:17\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:94;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3170;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Amit\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01687371577\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$cRpODmg1pgSlMRxnYDVgJOZkiYvqGAA8IeRxTd0SvOp03DmabumPG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 16:54:49\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 16:54:49\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3170;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Amit\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01687371577\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$cRpODmg1pgSlMRxnYDVgJOZkiYvqGAA8IeRxTd0SvOp03DmabumPG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 16:54:49\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 16:54:49\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:95;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3171;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Atikur Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01710292970\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$FCtHDjbt0rS2qoF6J53jae4OthqXBAkAIToVqZ2bzf.qqtCQQgIJS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 17:01:13\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 17:01:13\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3171;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Atikur Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01710292970\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$FCtHDjbt0rS2qoF6J53jae4OthqXBAkAIToVqZ2bzf.qqtCQQgIJS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-12 17:01:13\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-12 17:01:13\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:96;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3172;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Sahadet Hossin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01612129105\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$wMCCA7h8ByNrFHPhbvYCNOvSCPkyX5D1jRyWsvUYZj12HDX4gghGq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-13 02:16:54\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-13 02:16:54\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3172;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Sahadet Hossin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01612129105\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$wMCCA7h8ByNrFHPhbvYCNOvSCPkyX5D1jRyWsvUYZj12HDX4gghGq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-13 02:16:54\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-13 02:16:54\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:97;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3173;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Mamun\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:27:\\\"tanvirrahmanmamun@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01786810056\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$22KKs1PCIWwId.qfp7SMd.ImCKmPEH9.3TdSf48FBLLbQ3ML2D\\/j2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-13 02:23:10\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-13 02:23:10\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3173;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Mamun\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:27:\\\"tanvirrahmanmamun@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01786810056\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$22KKs1PCIWwId.qfp7SMd.ImCKmPEH9.3TdSf48FBLLbQ3ML2D\\/j2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-13 02:23:10\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-13 02:23:10\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:98;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3174;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:24:\\\"MD Soharab Hossain Sohel\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"sohelapexbd@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01912095117\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$m9sEGkP4Fyamhk7R7C..D.jq5qfejbuT\\/G32YBFok9pv6QKRssGBu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-13 02:26:04\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-13 02:26:04\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3174;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:24:\\\"MD Soharab Hossain Sohel\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"sohelapexbd@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01912095117\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$m9sEGkP4Fyamhk7R7C..D.jq5qfejbuT\\/G32YBFok9pv6QKRssGBu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-13 02:26:04\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-13 02:26:04\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:99;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3175;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Jahangir\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716340147\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$blllCTp\\/a4CF8ZbSF75vLOIY1kIaacby3uW\\/47XWhIfUBJgSIuZ7.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-13 02:50:07\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-13 02:50:07\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3175;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Jahangir\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716340147\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$blllCTp\\/a4CF8ZbSF75vLOIY1kIaacby3uW\\/47XWhIfUBJgSIuZ7.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-13 02:50:07\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-13 02:50:07\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}}}s:4:\\\"text\\\";s:540:\\\"\\u09aa\\u09cd\\u09b0\\u09bf\\u09af\\u09bc \\u0997\\u09cd\\u09b0\\u09be\\u09b9\\u0995,\\n\\u09ae\\u09be\\u0987\\u099c\\u09bf\\u09aa\\u09bf\\u098f\\u09b8 \\u099f\\u09cd\\u09b0\\u09cd\\u09af\\u09be\\u0995\\u09bf\\u0982 \\u09b8\\u09be\\u09b0\\u09cd\\u09ad\\u09bf\\u09b8 \\u098f\\u09b0 \\u09aa\\u0995\\u09cd\\u09b7 \\u09a5\\u09c7\\u0995\\u09c7 \\u09aa\\u09ac\\u09bf\\u09a4\\u09cd\\u09b0 \\u0988\\u09a6\\u09c1\\u09b2 \\u09ab\\u09bf\\u09a4\\u09b0 \\u0989\\u09aa\\u09b2\\u0995\\u09cd\\u09b7\\u09c7 \\u0986\\u09aa\\u09a8\\u09be\\u0995\\u09c7 \\u099c\\u09be\\u09a8\\u09be\\u0987 \\\"\\u0988\\u09a6 \\u09ae\\u09cb\\u09ac\\u09be\\u09b0\\u0995\\\"\\u0964 \\u0986\\u09aa\\u09a8\\u09be\\u09b0 \\u09aa\\u09b0\\u09bf\\u09ac\\u09be\\u09b0\\u0995\\u09c7 \\u09a8\\u09bf\\u09af\\u09bc\\u09c7 \\u098f\\u09ac\\u09be\\u09b0\\u09c7\\u09b0 \\u0988\\u09a6 \\u0995\\u09be\\u099f\\u09c1\\u0995 \\u0986\\u09b0\\u09cb \\u0986\\u09a8\\u09a8\\u09cd\\u09a6\\u09aa\\u09c2\\u09b0\\u09cd\\u09a3 \\u0993 \\u0989\\u09aa\\u09ad\\u09cb\\u0997\\u09cd\\u09af\\u09ae\\u09af\\u09bc\\u0964 \\u0986\\u09aa\\u09a8\\u09be\\u09b0 \\u09aa\\u09cd\\u09b0\\u09a4\\u09bf\\u099f\\u09bf \\u09af\\u09be\\u09a4\\u09cd\\u09b0\\u09be \\u09b6\\u09c1\\u09ad \\u09b9\\u09cb\\u0995\\u0964\\\";}s:3:\\\"job\\\";N;s:10:\\\"connection\\\";N;s:5:\\\"queue\\\";N;s:15:\\\"chainConnection\\\";N;s:10:\\\"chainQueue\\\";N;s:5:\\\"delay\\\";N;s:10:\\\"middleware\\\";a:0:{}s:7:\\\"chained\\\";a:0:{}}\"}}', 'Illuminate\\Queue\\MaxAttemptsExceededException: App\\Jobs\\SmsSend has been attempted too many times or run too long. The job may have previously timed out. in /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php:648\nStack trace:\n#0 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(163): Illuminate\\Queue\\Worker->maxAttemptsExceededException(Object(Illuminate\\Queue\\Jobs\\DatabaseJob))\n#1 /home/mygpsbd/public_html/app/Http/helper.php(28): Illuminate\\Queue\\Worker->Illuminate\\Queue\\{closure}(14, Array)\n#2 /home/mygpsbd/public_html/app/Jobs/SmsSend.php(35): send_sms(\'\\xE0\\xA6\\xAA\\xE0\\xA7\\x8D\\xE0\\xA6\\xB0\\xE0\\xA6\\xBF\\xE0\\xA6\\xAF...\', Array)\n#3 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App\\Jobs\\SmsSend->handle()\n#4 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/Util.php(37): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}()\n#5 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(93): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))\n#6 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(37): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))\n#7 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/Container.php(596): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)\n#8 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php(94): Illuminate\\Container\\Container->call(Array)\n#9 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(128): Illuminate\\Bus\\Dispatcher->Illuminate\\Bus\\{closure}(Object(App\\Jobs\\SmsSend))\n#10 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(103): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(App\\Jobs\\SmsSend))\n#11 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php(98): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))\n#12 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(83): Illuminate\\Bus\\Dispatcher->dispatchNow(Object(App\\Jobs\\SmsSend), false)\n#13 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(128): Illuminate\\Queue\\CallQueuedHandler->Illuminate\\Queue\\{closure}(Object(App\\Jobs\\SmsSend))\n#14 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(103): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(App\\Jobs\\SmsSend))\n#15 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(85): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))\n#16 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(59): Illuminate\\Queue\\CallQueuedHandler->dispatchThroughMiddleware(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Object(App\\Jobs\\SmsSend))\n#17 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Jobs/Job.php(98): Illuminate\\Queue\\CallQueuedHandler->call(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Array)\n#18 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(356): Illuminate\\Queue\\Jobs\\Job->fire()\n#19 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(306): Illuminate\\Queue\\Worker->process(\'database\', Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Object(Illuminate\\Queue\\WorkerOptions))\n#20 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(132): Illuminate\\Queue\\Worker->runJob(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), \'database\', Object(Illuminate\\Queue\\WorkerOptions))\n#21 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(112): Illuminate\\Queue\\Worker->daemon(\'database\', \'default\', Object(Illuminate\\Queue\\WorkerOptions))\n#22 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(96): Illuminate\\Queue\\Console\\WorkCommand->runWorker(\'database\', \'default\')\n#23 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Illuminate\\Queue\\Console\\WorkCommand->handle()\n#24 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/Util.php(37): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}()\n#25 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(93): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))\n#26 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(37): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))\n#27 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/Container.php(596): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)\n#28 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Console/Command.php(134): Illuminate\\Container\\Container->call(Array)\n#29 /home/mygpsbd/public_html/vendor/symfony/console/Command/Command.php(298): Illuminate\\Console\\Command->execute(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))\n#30 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Console/Command.php(121): Symfony\\Component\\Console\\Command\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))\n#31 /home/mygpsbd/public_html/vendor/symfony/console/Application.php(1040): Illuminate\\Console\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#32 /home/mygpsbd/public_html/vendor/symfony/console/Application.php(301): Symfony\\Component\\Console\\Application->doRunCommand(Object(Illuminate\\Queue\\Console\\WorkCommand), Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#33 /home/mygpsbd/public_html/vendor/symfony/console/Application.php(171): Symfony\\Component\\Console\\Application->doRun(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#34 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Console/Application.php(93): Symfony\\Component\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#35 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(129): Illuminate\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#36 /home/mygpsbd/public_html/artisan(37): Illuminate\\Foundation\\Console\\Kernel->handle(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#37 {main}', '2024-04-11 18:01:03');
INSERT INTO `failed_jobs` (`id`, `connection`, `queue`, `payload`, `exception`, `failed_at`) VALUES
(733, 'database', 'default', '{\"uuid\":\"165c5b28-94bc-48fe-94e1-7b3c164fec45\",\"displayName\":\"App\\\\Jobs\\\\SmsSend\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"delay\":null,\"timeout\":null,\"timeoutAt\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\SmsSend\",\"command\":\"O:16:\\\"App\\\\Jobs\\\\SmsSend\\\":9:{s:4:\\\"data\\\";a:2:{s:4:\\\"data\\\";O:39:\\\"Illuminate\\\\Database\\\\Eloquent\\\\Collection\\\":1:{s:8:\\\"\\u0000*\\u0000items\\\";a:100:{i:0;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3176;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Md.Moazzem Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711207127\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$vE6sO7sYM2V.BsbtW00I8uIlzAb9rP.ps4dpjE3d\\/BzUSMtdAlirO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-13 02:54:33\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-13 02:54:33\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3176;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Md.Moazzem Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711207127\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$vE6sO7sYM2V.BsbtW00I8uIlzAb9rP.ps4dpjE3d\\/BzUSMtdAlirO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-13 02:54:33\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-13 02:54:33\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:1;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3177;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Abdur Razzak\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01794317521\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$RMiZJe8IS0H2bIwhnPmu5e9Ba7OYCsMF\\/YoBK6QfLAtiK3udj681y\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-13 03:16:08\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-13 03:16:08\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3177;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Abdur Razzak\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01794317521\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$RMiZJe8IS0H2bIwhnPmu5e9Ba7OYCsMF\\/YoBK6QfLAtiK3udj681y\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-13 03:16:08\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-13 03:16:08\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:2;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3179;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Md Rashed khan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01737388388\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$QRVKYb9nLBWsY3Wsfcpslewi2KUB1nXoSzo\\/GzfMx7osPHrq7wuYW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-13 03:28:27\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-13 03:28:27\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3179;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Md Rashed khan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01737388388\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$QRVKYb9nLBWsY3Wsfcpslewi2KUB1nXoSzo\\/GzfMx7osPHrq7wuYW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-13 03:28:27\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-13 03:28:27\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:3;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3180;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Tanvir\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01675555555\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$bRbII\\/CHFkBxHmX2C\\/IwZOFWfaf1JZf2G4pzNfCNC9oaYR9eUHC8u\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-13 03:33:58\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-13 03:33:58\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3180;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Tanvir\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01675555555\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$bRbII\\/CHFkBxHmX2C\\/IwZOFWfaf1JZf2G4pzNfCNC9oaYR9eUHC8u\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-13 03:33:58\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-13 03:33:58\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:4;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3181;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Khan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711187304\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$RvgqiyHaG\\/tyd2jKryIoU.c\\/\\/YGHKwtLYeBy0LXNfsVq2PBWCNU1G\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-13 03:57:55\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-13 03:57:55\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3181;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Khan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711187304\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$RvgqiyHaG\\/tyd2jKryIoU.c\\/\\/YGHKwtLYeBy0LXNfsVq2PBWCNU1G\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-13 03:57:55\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-13 03:57:55\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:5;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3183;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"showon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01519606736\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$uHg6twkjJwofrfe7okMgvuKcGxUrh71MeG9gaHXs\\/\\/6o91mROKBc.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-13 15:48:09\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-13 15:48:09\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3183;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"showon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01519606736\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$uHg6twkjJwofrfe7okMgvuKcGxUrh71MeG9gaHXs\\/\\/6o91mROKBc.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-13 15:48:09\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-13 15:48:09\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:6;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3184;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:21:\\\"Md Sadrul Amin Sohail\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:16:\\\"mhs_666@live.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01911852808\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$vYHFYJrVyN\\/WVRcyzJ2N9eocLkB.lkgiTvbKF\\/kYLOe5hi1ZsuqTW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-13 15:53:31\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-13 15:53:31\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3184;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:21:\\\"Md Sadrul Amin Sohail\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:16:\\\"mhs_666@live.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01911852808\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$vYHFYJrVyN\\/WVRcyzJ2N9eocLkB.lkgiTvbKF\\/kYLOe5hi1ZsuqTW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-13 15:53:31\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-13 15:53:31\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:7;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3186;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Rubel Sikder\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01840584520\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$4ayJNZl.IZROvtzIeqX44eC4deG3lQ8duyIGza9p8Ejmu6hCFtzvW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-13 16:06:37\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-13 16:06:37\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3186;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Rubel Sikder\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01840584520\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$4ayJNZl.IZROvtzIeqX44eC4deG3lQ8duyIGza9p8Ejmu6hCFtzvW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-13 16:06:37\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-13 16:06:37\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:8;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3187;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Monowar\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01630923563\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$XFtz4gJ\\/kdA8FWFMxxrdHOMzJTFOh.EfCcMbIcDddWlqn38n5OEBO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-13 16:10:48\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-13 16:10:48\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3187;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Monowar\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01630923563\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$XFtz4gJ\\/kdA8FWFMxxrdHOMzJTFOh.EfCcMbIcDddWlqn38n5OEBO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-13 16:10:48\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-13 16:10:48\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:9;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3188;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Sajjad Ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"sajjad_ir_du@yahoo.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01721600700\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$FvluUdzu4doETQDfbiPmU.KxvolPyd7teV\\/4NHx98rEtDqehVWC4q\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-13 16:15:15\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-13 16:15:15\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3188;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Sajjad Ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"sajjad_ir_du@yahoo.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01721600700\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$FvluUdzu4doETQDfbiPmU.KxvolPyd7teV\\/4NHx98rEtDqehVWC4q\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-13 16:15:15\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-13 16:15:15\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:10;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3189;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md. Aminul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"afiaaydan@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01918950695\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$lTuPgWrfJwyQjdn.sC2UsOov6KXSVC2ZHLq3Bl2OlSKJOHnW.f1qe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 10:07:26\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 10:07:26\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3189;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md. Aminul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"afiaaydan@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01918950695\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$lTuPgWrfJwyQjdn.sC2UsOov6KXSVC2ZHLq3Bl2OlSKJOHnW.f1qe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 10:07:26\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 10:07:26\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:11;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3190;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"MD. Abdul Khalek\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:27:\\\"kathbiralishop.bd@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01717462679\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$uJnefBCwM7Fus.t.u\\/AgcuMTPVKN8\\/HPmfgnL4mArn4n5MmQ0vvJG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 10:10:45\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 10:10:45\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3190;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"MD. Abdul Khalek\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:27:\\\"kathbiralishop.bd@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01717462679\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$uJnefBCwM7Fus.t.u\\/AgcuMTPVKN8\\/HPmfgnL4mArn4n5MmQ0vvJG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 10:10:45\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 10:10:45\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:12;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3191;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"MD AIUB KHAN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01724967095\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$niWHEWOdTakkLzB0K869Key0KIbCWpo3g6clma1a2fHi9Q8nnbU0a\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 10:16:52\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 10:16:52\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3191;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"MD AIUB KHAN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01724967095\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$niWHEWOdTakkLzB0K869Key0KIbCWpo3g6clma1a2fHi9Q8nnbU0a\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 10:16:52\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 10:16:52\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:13;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3192;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:23:\\\"MOHAMMAD MOZAMMEL HOQUE\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01721075260\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$1k94ZsAxmem2InMQie8Qxu6M7dA.KAgByHxAONa4QVIc.Duav\\/Mj.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 10:21:00\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 10:21:00\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3192;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:23:\\\"MOHAMMAD MOZAMMEL HOQUE\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01721075260\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$1k94ZsAxmem2InMQie8Qxu6M7dA.KAgByHxAONa4QVIc.Duav\\/Mj.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 10:21:00\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 10:21:00\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:14;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3193;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Rahim\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01829163284\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$G0S\\/fg\\/SEKIuHmgumV7MR.URuIR5jifbXHBUne7ICbaWgrgUE5r7i\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 10:32:53\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 10:32:53\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3193;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Rahim\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01829163284\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$G0S\\/fg\\/SEKIuHmgumV7MR.URuIR5jifbXHBUne7ICbaWgrgUE5r7i\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 10:32:53\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 10:32:53\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:15;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3194;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Riya sarkar\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01312248099\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$NYhMHH40BsFx2R4c2haWKefzEN1VhEK7wBbQxiEOYsRd9I4WnqaRy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 10:39:35\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 10:39:35\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3194;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Riya sarkar\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01312248099\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$NYhMHH40BsFx2R4c2haWKefzEN1VhEK7wBbQxiEOYsRd9I4WnqaRy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 10:39:35\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 10:39:35\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:16;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3195;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Masud\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01841391390\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$y87ABBkqHTVx0s5eoOOLaOv7pAp7a9DJTtkROxMMlXqi2Zv48HVJ2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 10:41:57\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 10:42:53\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3195;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Masud\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01841391390\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$y87ABBkqHTVx0s5eoOOLaOv7pAp7a9DJTtkROxMMlXqi2Zv48HVJ2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 10:41:57\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 10:42:53\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:17;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3196;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Minor\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01713582871\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$wS\\/TSJ2Bc4B12cGO8xuSCuCBfqthi0RuDALKB7SZacejgClqP8ZRO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 10:45:00\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 10:45:00\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3196;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Minor\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01713582871\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$wS\\/TSJ2Bc4B12cGO8xuSCuCBfqthi0RuDALKB7SZacejgClqP8ZRO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 10:45:00\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 10:45:00\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:18;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3197;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Sk.Tanvir Ahmmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1755637539\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$gZMRTz4lxkzMOcxPyDXYgOwiCTCYpzu77Ujt6Qd8fE53P\\/UjTIWPm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 10:47:21\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 10:47:21\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3197;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Sk.Tanvir Ahmmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1755637539\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$gZMRTz4lxkzMOcxPyDXYgOwiCTCYpzu77Ujt6Qd8fE53P\\/UjTIWPm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 10:47:21\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 10:47:21\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:19;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3198;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Md. Rafiuddin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1714008881\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$t163tiRVsPU00lLcSj9Fe.J0A02G1\\/J\\/0DDYdAgN2Lx0ikR9lcrxy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 11:06:02\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 11:06:02\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3198;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Md. Rafiuddin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1714008881\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$t163tiRVsPU00lLcSj9Fe.J0A02G1\\/J\\/0DDYdAgN2Lx0ikR9lcrxy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 11:06:02\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 11:06:02\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:20;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3199;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Mozammel Hoque\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01740936269\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ipP5lvPjUQP.W7mHm4JgeOhOEVpo433squaP2UFPRsmFaP8fqohKu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 11:07:53\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 11:07:53\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3199;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Mozammel Hoque\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01740936269\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ipP5lvPjUQP.W7mHm4JgeOhOEVpo433squaP2UFPRsmFaP8fqohKu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 11:07:53\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 11:07:53\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:21;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3200;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Jasmin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711133149\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$1Mfmqj.yM4o9R50u0nJYp.0mrXMGUyUzu6BgC1X1uEZE56RStbKve\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 11:12:04\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 11:12:04\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3200;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Jasmin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711133149\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$1Mfmqj.yM4o9R50u0nJYp.0mrXMGUyUzu6BgC1X1uEZE56RStbKve\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 11:12:04\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 11:12:04\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:22;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3201;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:20:\\\"Mostafa tanvir pasha\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01772563772\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$XmcsHnRwiDYaKr63PQibvurB734c2D07pm4DyeeiV77jk79SzL4b6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 11:14:11\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 11:14:11\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3201;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:20:\\\"Mostafa tanvir pasha\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01772563772\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$XmcsHnRwiDYaKr63PQibvurB734c2D07pm4DyeeiV77jk79SzL4b6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 11:14:11\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 11:14:11\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:23;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3202;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Md. Mojibur Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01739047040\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$6We9Ktq1\\/l73ZZcb.TVK9Ocp41dDm58dh28eFIO97v3itD6OpCzw6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 11:18:22\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 11:18:22\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3202;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Md. Mojibur Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01739047040\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$6We9Ktq1\\/l73ZZcb.TVK9Ocp41dDm58dh28eFIO97v3itD6OpCzw6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 11:18:22\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 11:18:22\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:24;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3203;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md. Azizul haque\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01751852282\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$dTOEEhGr6hTIpetLK2dTve\\/TShxmF2E0NXqekVs31wA0pEtbDQoyG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 11:21:49\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 11:21:49\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3203;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md. Azizul haque\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01751852282\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$dTOEEhGr6hTIpetLK2dTve\\/TShxmF2E0NXqekVs31wA0pEtbDQoyG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 11:21:49\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 11:21:49\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:25;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3204;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Md Mamunur Rashid\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01723532213\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$YeU.sdxXtaV9x1anzzMJMu1C1olck1gP5MQPO\\/8E7aWQz3lAXMTou\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 11:25:40\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 11:25:40\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3204;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Md Mamunur Rashid\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01723532213\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$YeU.sdxXtaV9x1anzzMJMu1C1olck1gP5MQPO\\/8E7aWQz3lAXMTou\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 11:25:40\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 11:25:40\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:26;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3205;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"MONIR\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01777976997\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$zm\\/KTz12wyDEDvVZFjJNPujBWFW\\/oivTjNCoM5bCtHVv\\/TU9i4Bzy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 11:30:30\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 11:30:30\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3205;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"MONIR\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01777976997\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$zm\\/KTz12wyDEDvVZFjJNPujBWFW\\/oivTjNCoM5bCtHVv\\/TU9i4Bzy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 11:30:30\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 11:30:30\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:27;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3206;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Masud\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01722325752\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$HWSWegTPS8KdaSnBXmq9reugyo8242PLI2.5IOPbxWv2sldbYqgAK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 11:37:51\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 11:37:51\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3206;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Masud\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01722325752\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$HWSWegTPS8KdaSnBXmq9reugyo8242PLI2.5IOPbxWv2sldbYqgAK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 11:37:51\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 11:37:51\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:28;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3207;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Mehrab Pranto\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01968862710\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$qp49jZ2LvLIqq3cgLOuUC.p000cbLh389SK8OHtYlkszh2R3Xt8nO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 11:41:41\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 11:41:41\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3207;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Mehrab Pranto\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01968862710\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$qp49jZ2LvLIqq3cgLOuUC.p000cbLh389SK8OHtYlkszh2R3Xt8nO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 11:41:41\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 11:41:41\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:29;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3208;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Md Helal E Ajam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01797933999\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$b84e2ym2QRcq2Wy19sOHHejGswGur.JSac6padaglgDt\\/Ou7cbmp6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 11:43:58\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 11:43:58\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3208;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Md Helal E Ajam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01797933999\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$b84e2ym2QRcq2Wy19sOHHejGswGur.JSac6padaglgDt\\/Ou7cbmp6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 11:43:58\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 11:43:58\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:30;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3209;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"Shahin Hossain Khan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"saon.apple@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01918698184\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Goah71Nud4AzzUBVAX3HoOTy8GWVgz5QFDPX5I2jjpWcfMcLyyBGW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 11:46:13\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 11:46:13\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3209;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"Shahin Hossain Khan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"saon.apple@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01918698184\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Goah71Nud4AzzUBVAX3HoOTy8GWVgz5QFDPX5I2jjpWcfMcLyyBGW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 11:46:13\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 11:46:13\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:31;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3210;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Sagar Khan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:25:\\\"sagarkhan2025ju@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01678022919\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$TjW2I..iti4Jmt4m.d\\/CQeoCqBjnR\\/g9t\\/5fzIZPOriFSjZtQkS9G\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 11:48:50\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 11:48:50\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3210;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Sagar Khan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:25:\\\"sagarkhan2025ju@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01678022919\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$TjW2I..iti4Jmt4m.d\\/CQeoCqBjnR\\/g9t\\/5fzIZPOriFSjZtQkS9G\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 11:48:50\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 11:48:50\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:32;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3211;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Golam Rasul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01913071485\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$7bUE2c.tabXm7zXRkbPxb.46xSVCmcScooNFwzcIHKEyLMfCo.JWK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 11:51:42\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 11:51:42\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3211;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Golam Rasul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01913071485\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$7bUE2c.tabXm7zXRkbPxb.46xSVCmcScooNFwzcIHKEyLMfCo.JWK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 11:51:42\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 11:51:42\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:33;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3212;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:21:\\\"Mohammed Nazrul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"riponmail@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01736634114\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Dyb6nC94p6pYprRmpp1IH.t9X\\/AfznMM70hyjS6lQmZJr\\/Ev9VHRy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 12:29:13\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 12:29:13\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3212;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:21:\\\"Mohammed Nazrul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"riponmail@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01736634114\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Dyb6nC94p6pYprRmpp1IH.t9X\\/AfznMM70hyjS6lQmZJr\\/Ev9VHRy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 12:29:13\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 12:29:13\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:34;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3213;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md. Emtiaz Layek\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"emtiaz.dk@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01777992250\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$WnNeg9fZmbrCLQqvFTuAv.PDLBuDXSpQjzrcKVGJlAdKgB7US69je\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 12:31:36\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 12:31:36\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3213;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md. Emtiaz Layek\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"emtiaz.dk@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01777992250\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$WnNeg9fZmbrCLQqvFTuAv.PDLBuDXSpQjzrcKVGJlAdKgB7US69je\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 12:31:36\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 12:31:36\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:35;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3214;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Md Mamun Rashid\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01731743594\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Qng.oqIkDjEYnMCcgmeqE.TTTdf4nczJ7KoKxwQWYEKniS5GYAv6a\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 12:34:03\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 12:34:03\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3214;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Md Mamun Rashid\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01731743594\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Qng.oqIkDjEYnMCcgmeqE.TTTdf4nczJ7KoKxwQWYEKniS5GYAv6a\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 12:34:03\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 12:34:03\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:36;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3215;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md.Anwar Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716008477\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$NZlNfiujDGPJjFeWgBgjhuLIgQRXFQsuLGLfX7\\/s32Cmxb7xy..Zy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 12:36:54\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 12:36:54\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3215;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md.Anwar Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716008477\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$NZlNfiujDGPJjFeWgBgjhuLIgQRXFQsuLGLfX7\\/s32Cmxb7xy..Zy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 12:36:54\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 12:36:54\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:37;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3216;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Mahfuz Alam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712673077\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$bOC3eO4V604PZHJ8laOvWu5BqV5pVgswoYsOscL8TxWpC85u2b2Ki\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 12:39:26\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 12:39:26\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3216;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Mahfuz Alam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712673077\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$bOC3eO4V604PZHJ8laOvWu5BqV5pVgswoYsOscL8TxWpC85u2b2Ki\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 12:39:26\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 12:39:26\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:38;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3217;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Md Masud Karim\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01819259299\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$G6P1txQCVl0fS\\/a5nk2N8en7XK\\/d636wVHxGzArdks9.SU0xkjL3.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 12:46:39\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 12:46:39\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3217;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Md Masud Karim\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01819259299\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$G6P1txQCVl0fS\\/a5nk2N8en7XK\\/d636wVHxGzArdks9.SU0xkjL3.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 12:46:39\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 12:46:39\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:39;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3218;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Abir\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01680617305\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ri884xgs6CRPn8TwKd2\\/G.mU1lj0dCbFW5mNteCQRSbBkw7Dly66W\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 12:49:05\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 12:49:05\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3218;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Abir\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01680617305\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ri884xgs6CRPn8TwKd2\\/G.mU1lj0dCbFW5mNteCQRSbBkw7Dly66W\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 12:49:05\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 12:49:05\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:40;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3219;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"ABDUR RAHMAN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711584726\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$OeZruSDRZtJx.EGwwCZhMOd8xYrwS6ul2FjV6HB12tMjX8y4t8KAe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 12:59:22\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 12:59:22\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3219;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"ABDUR RAHMAN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711584726\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$OeZruSDRZtJx.EGwwCZhMOd8xYrwS6ul2FjV6HB12tMjX8y4t8KAe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 12:59:22\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 12:59:22\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:41;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3220;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Mohin Uddin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01857623064\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ETBpywVFB5bKFj4bu2gRiuZM4xgXqEeR6KqWRCyITctUkz0\\/PUEFW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 13:38:26\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 13:38:26\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3220;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Mohin Uddin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01857623064\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ETBpywVFB5bKFj4bu2gRiuZM4xgXqEeR6KqWRCyITctUkz0\\/PUEFW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 13:38:26\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 13:38:26\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:42;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3221;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Mahmud ul haque\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1715025424\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$4KATPb\\/wjsOFFUakHCDIEuW0qItENsjB16xJLuXQxTKxIXwKZDBIy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 13:41:35\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 13:41:35\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3221;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Mahmud ul haque\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1715025424\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$4KATPb\\/wjsOFFUakHCDIEuW0qItENsjB16xJLuXQxTKxIXwKZDBIy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 13:41:35\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 13:41:35\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:43;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3222;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Md Main uddin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715149335\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$u3N1gF2mDiY3R\\/0kW4w\\/\\/O6epbCasT.9M\\/MnqflXVJOhSLnDFcdMq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 13:48:14\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 13:48:14\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3222;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Md Main uddin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715149335\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$u3N1gF2mDiY3R\\/0kW4w\\/\\/O6epbCasT.9M\\/MnqflXVJOhSLnDFcdMq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 13:48:14\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 13:48:14\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:44;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3223;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Syed Jahidul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:27:\\\"jahid@g4technologies.com.bd\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01776369871\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$8Usc4Qd7lSWuH6FeFtQnze\\/mAkr3kztWQoO62GXwDNhSJFe5b44lK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 13:53:16\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 13:53:16\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3223;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Syed Jahidul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:27:\\\"jahid@g4technologies.com.bd\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01776369871\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$8Usc4Qd7lSWuH6FeFtQnze\\/mAkr3kztWQoO62GXwDNhSJFe5b44lK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 13:53:16\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 13:53:16\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:45;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3224;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Kadimul Hasan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01739701827\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$lOUNUwrxvvrMlsqcWrvN1.LaK4mwD2jNP6uxOnGJC.p1y8wJbi6ky\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 13:55:30\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 13:55:30\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3224;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Kadimul Hasan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01739701827\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$lOUNUwrxvvrMlsqcWrvN1.LaK4mwD2jNP6uxOnGJC.p1y8wJbi6ky\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 13:55:30\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 13:55:30\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:46;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3225;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"MD Mehedi Hasan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715991163\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$q\\/zBKKqhN4K69KV9GGnd0Oit4s\\/k8j5cBDizCbJohlqiiICA7AnYi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 13:57:37\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 13:57:37\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3225;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"MD Mehedi Hasan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715991163\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$q\\/zBKKqhN4K69KV9GGnd0Oit4s\\/k8j5cBDizCbJohlqiiICA7AnYi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 13:57:37\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 13:57:37\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:47;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3226;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Morad Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01766703379\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$YXtqmf.WUyYyOwkqX5.cXeh\\/A72kUZ0vZu7rz9HS1hv.zbG4RFAtS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 14:11:07\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 14:11:07\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3226;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Morad Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01766703379\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$YXtqmf.WUyYyOwkqX5.cXeh\\/A72kUZ0vZu7rz9HS1hv.zbG4RFAtS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 14:11:07\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 14:11:07\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:48;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3227;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Monir\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01923283866\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$aL5bxtYUEVo\\/LxVRO7Pp5eQJh6r\\/MbU8StEJdonRXL7sNzuy1WLly\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 14:17:59\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 14:17:59\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3227;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Monir\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01923283866\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$aL5bxtYUEVo\\/LxVRO7Pp5eQJh6r\\/MbU8StEJdonRXL7sNzuy1WLly\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 14:17:59\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 14:17:59\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:49;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3228;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Dabasish\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01819869539\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$VMfZDSaydW.adNrNqwHqMeHTrr\\/dHBvn\\/wsESjk159qpc5g8LVQN2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 14:20:59\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 14:20:59\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3228;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Dabasish\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01819869539\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$VMfZDSaydW.adNrNqwHqMeHTrr\\/dHBvn\\/wsESjk159qpc5g8LVQN2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 14:20:59\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 14:20:59\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:50;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3229;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"ATM Mahfuz Hassan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"bornio1982@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712552750\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Mw9U8HJAYxr3jxqvHodStu4.RS9AfcLfvLcAlK2A6g1Q132JkLVvq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 14:23:15\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 14:23:15\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3229;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"ATM Mahfuz Hassan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"bornio1982@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712552750\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Mw9U8HJAYxr3jxqvHodStu4.RS9AfcLfvLcAlK2A6g1Q132JkLVvq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 14:23:15\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 14:23:15\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:51;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3230;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"MD. TAREQ HOSSAIN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:25:\\\"mtareqhossain07@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01306912171\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$HafwG0mjd\\/bOUOJC4lwTmu6jjzWteqMiul\\/dStDX1z0Hf8lEDscZi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 14:31:19\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 14:31:19\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3230;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"MD. TAREQ HOSSAIN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:25:\\\"mtareqhossain07@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01306912171\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$HafwG0mjd\\/bOUOJC4lwTmu6jjzWteqMiul\\/dStDX1z0Hf8lEDscZi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-15 14:31:19\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-15 14:31:19\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:52;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3232;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Alpha\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01714635722\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$AdGJSyWYckhb\\/3\\/kqJHChuKCeAFKco\\/YXCAcVisDOhsraVNxnwihO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-16 10:26:21\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-16 10:26:21\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3232;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Alpha\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01714635722\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$AdGJSyWYckhb\\/3\\/kqJHChuKCeAFKco\\/YXCAcVisDOhsraVNxnwihO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-16 10:26:21\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-16 10:26:21\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:53;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3233;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Sayeed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01819403797\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$BQ8uj2enXdXbCveO\\/vt6CemXGD2fi8kC.cYLVA5.zrifctDTsNNR.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-16 10:38:33\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-16 10:38:33\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3233;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Sayeed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01819403797\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$BQ8uj2enXdXbCveO\\/vt6CemXGD2fi8kC.cYLVA5.zrifctDTsNNR.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-16 10:38:33\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-16 10:38:33\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:54;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3234;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"shofiul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01610456362\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$hwwkH\\/wBfi4P6azU.EK76OYvVMjmsXG2pCTjqAhRqf4MFaqAiS0Ai\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-16 10:40:37\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-16 10:40:37\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3234;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"shofiul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01610456362\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$hwwkH\\/wBfi4P6azU.EK76OYvVMjmsXG2pCTjqAhRqf4MFaqAiS0Ai\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-16 10:40:37\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-16 10:40:37\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:55;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3235;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Nura al amin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711010248\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$kTmwOgUftswNhwFExJMyJeMU8zQWS7bW3VmuvlyMWzjISjcXo2MsW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-16 10:45:06\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-16 10:45:06\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3235;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Nura al amin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711010248\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$kTmwOgUftswNhwFExJMyJeMU8zQWS7bW3VmuvlyMWzjISjcXo2MsW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-16 10:45:06\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-16 10:45:06\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:56;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3236;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Sanjib\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01741676291\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$UPgX3.FOizSBMOOkds1vveLZTZBwvR69NSrDeuRHLXjsJi9hXXAja\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-16 10:53:53\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-16 10:53:53\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3236;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Sanjib\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01741676291\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$UPgX3.FOizSBMOOkds1vveLZTZBwvR69NSrDeuRHLXjsJi9hXXAja\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-16 10:53:53\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-16 10:53:53\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:57;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3237;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:23:\\\"Shyamal Chandra Debnath\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01847192791\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ex9iR2wwwNqS69k47jl8huHpOaLks9VaRQTnXPy2.CfN8105eYTS6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-16 10:59:20\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-16 10:59:20\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3237;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:23:\\\"Shyamal Chandra Debnath\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01847192791\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ex9iR2wwwNqS69k47jl8huHpOaLks9VaRQTnXPy2.CfN8105eYTS6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-16 10:59:20\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-16 10:59:20\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:58;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3238;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Nazmul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716011647\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$5iYgbuNl9x\\/pa7EUoXHytOKO0QjE8FSDK8CDPMISO7QE\\/2Kh069am\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-16 11:04:16\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-16 11:04:16\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3238;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Nazmul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716011647\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$5iYgbuNl9x\\/pa7EUoXHytOKO0QjE8FSDK8CDPMISO7QE\\/2Kh069am\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-16 11:04:16\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-16 11:04:16\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:59;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3239;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Sumon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01754844120\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$zysKtBNJLiOxAKf0LndGQ.Q0D6c4HkDrVacSOlPxfv\\/\\/ZV5xcivcm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-16 11:11:03\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-16 11:11:03\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3239;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Sumon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01754844120\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$zysKtBNJLiOxAKf0LndGQ.Q0D6c4HkDrVacSOlPxfv\\/\\/ZV5xcivcm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-16 11:11:03\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-16 11:11:03\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:60;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3240;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Shafi\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01642007875\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$lNXcycXVFBoQemR9CjuKN.GXeDX5MxI.9HHrpXsapuJ1mTAsc2USe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-16 11:17:20\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-16 11:17:20\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3240;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Shafi\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01642007875\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$lNXcycXVFBoQemR9CjuKN.GXeDX5MxI.9HHrpXsapuJ1mTAsc2USe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-16 11:17:20\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-16 11:17:20\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:61;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3241;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Nannu\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1913921129\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$7HBW3SNxd9bwCwUP7rO2COVHmq16Tq.vKa12G9EWPUBYqMv7az.p6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-16 11:22:53\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-16 11:22:53\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3241;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Nannu\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1913921129\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$7HBW3SNxd9bwCwUP7rO2COVHmq16Tq.vKa12G9EWPUBYqMv7az.p6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-16 11:22:53\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-16 11:22:53\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:62;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3242;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Niaz\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712673900\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$PfBRtIQQtSr80LfzVFrzj.hV2x\\/ggNDyt3.3Sgp9k77XeqylQD70u\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-17 10:38:43\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-17 10:38:43\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3242;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Niaz\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712673900\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$PfBRtIQQtSr80LfzVFrzj.hV2x\\/ggNDyt3.3Sgp9k77XeqylQD70u\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-17 10:38:43\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-17 10:38:43\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:63;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3243;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"MD.Hasanuzzaman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"h.zaman92@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01627273392\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$6Q9Vlnw2nyqZ00c7YHA1NOE9YhEbVXSIerPM.AoBzwkuFZwCymWAy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-17 10:46:45\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-17 10:46:45\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3243;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"MD.Hasanuzzaman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"h.zaman92@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01627273392\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$6Q9Vlnw2nyqZ00c7YHA1NOE9YhEbVXSIerPM.AoBzwkuFZwCymWAy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-17 10:46:45\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-17 10:46:45\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:64;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3244;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Shehab Shurid\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1782119944\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$.ZAgeP3MBsDNKF3.fBQ65uB\\/f3.f9H2Lf9\\/JqtIzLdCaGwFWD1ily\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-17 10:49:06\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-17 10:49:06\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3244;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Shehab Shurid\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1782119944\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$.ZAgeP3MBsDNKF3.fBQ65uB\\/f3.f9H2Lf9\\/JqtIzLdCaGwFWD1ily\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-17 10:49:06\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-17 10:49:06\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:65;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3245;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"jahangir77\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711078298\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$IYy6js8NoqUKBM9VZgJqKuy1CJrr6qy5cLygKbOXo8Ni\\/b5ePo22K\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-17 10:51:01\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-17 10:51:01\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3245;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"jahangir77\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711078298\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$IYy6js8NoqUKBM9VZgJqKuy1CJrr6qy5cLygKbOXo8Ni\\/b5ePo22K\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-17 10:51:01\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-17 10:51:01\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:66;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3246;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Azshraf\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712501118\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$z0fprCTiVZR2Eo1jb4wTke7ECeTLjGpKunsPCuYIbGezt2VRxpdfC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-17 10:52:57\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-17 10:52:57\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3246;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Azshraf\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712501118\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$z0fprCTiVZR2Eo1jb4wTke7ECeTLjGpKunsPCuYIbGezt2VRxpdfC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-17 10:52:57\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-17 10:52:57\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:67;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3248;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Maksuda\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01616351555\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$yw0pjqT39MgCby5dFvecUebw6jziNS7fGnAty.N0HWOk4SMzXyjEm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-17 11:05:59\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-17 11:05:59\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3248;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Maksuda\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01616351555\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$yw0pjqT39MgCby5dFvecUebw6jziNS7fGnAty.N0HWOk4SMzXyjEm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-17 11:05:59\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-17 11:05:59\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:68;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3249;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"MD Asrful.alom\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715933121\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$DO3Qa0Z\\/zzZun1z9jyQDhOCiJfCzREo1hzNHuxm72m8KrwP\\/f0T6u\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-17 11:08:11\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-17 11:08:11\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3249;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"MD Asrful.alom\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715933121\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$DO3Qa0Z\\/zzZun1z9jyQDhOCiJfCzREo1hzNHuxm72m8KrwP\\/f0T6u\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-17 11:08:11\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-17 11:08:11\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:69;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3250;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Mizanur Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01706327377\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$pah1Xkg3HBX6ox6IkCfKZ.o5QbbmYga9ThiaH70DSYrHJBnTg7AUO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-17 11:10:25\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-17 11:10:25\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3250;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Mizanur Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01706327377\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$pah1Xkg3HBX6ox6IkCfKZ.o5QbbmYga9ThiaH70DSYrHJBnTg7AUO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-17 11:10:25\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-17 11:10:25\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:70;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3251;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Turjo\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711029993\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$9EawN7CjXSkoUWj87XBIkeLUQFwtIb5xyz33SQwGI8pGj2TT\\/hiBO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-17 11:12:52\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-17 11:12:52\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3251;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Turjo\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711029993\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$9EawN7CjXSkoUWj87XBIkeLUQFwtIb5xyz33SQwGI8pGj2TT\\/hiBO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-17 11:12:52\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-17 11:12:52\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:71;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3252;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md Zahidul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01729300060\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$YilH1QOWlXwsS6mX1norY.eYaL62Qd9edTKX.rsQJVnW1f4T0UwFO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-17 11:19:39\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-17 11:19:39\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3252;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md Zahidul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01729300060\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$YilH1QOWlXwsS6mX1norY.eYaL62Qd9edTKX.rsQJVnW1f4T0UwFO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-17 11:19:39\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-17 11:19:39\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:72;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3253;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Mubasher\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01918344851\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$5LwQEObXw26PtFHPCzuMzuxg57iHBQ.tpiU9Pn5J6FCuclR5VBvma\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-17 11:22:38\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-17 11:22:38\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3253;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Mubasher\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01918344851\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$5LwQEObXw26PtFHPCzuMzuxg57iHBQ.tpiU9Pn5J6FCuclR5VBvma\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-17 11:22:38\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-17 11:22:38\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:73;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3254;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Ferdous\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01329924867\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$I90YExxVBljNwIjR0VRLE.kImcsRlk740ZT0Xefv\\/46ZyEXK1xJAG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-17 11:35:21\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-17 11:35:21\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3254;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Ferdous\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01329924867\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$I90YExxVBljNwIjR0VRLE.kImcsRlk740ZT0Xefv\\/46ZyEXK1xJAG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-17 11:35:21\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-17 11:35:21\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:74;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3255;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Abir\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01606020456\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$XeDd5ipwrr03PHdE1NxXYu535oVKWR7ZSIAqyRVIkcwoOhGctc5NO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-17 11:38:57\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-17 11:38:57\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3255;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Abir\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01606020456\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$XeDd5ipwrr03PHdE1NxXYu535oVKWR7ZSIAqyRVIkcwoOhGctc5NO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-17 11:38:57\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-17 11:38:57\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:75;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3256;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Kolim\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01714478742\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$yWv3BuwpcfLHTTFVLuXAOeHkOsHt91vIFyMRljg\\/1meg.pj9Yh5ga\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-17 11:41:16\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-17 11:41:16\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3256;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Kolim\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01714478742\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$yWv3BuwpcfLHTTFVLuXAOeHkOsHt91vIFyMRljg\\/1meg.pj9Yh5ga\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-17 11:41:16\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-17 11:41:16\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:76;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3258;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"MERAZ ISLAM\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"merazislamh@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01611115054\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$HW509WDzPpinNEyW\\/asWJ.xNGvzb.8jIsuCb3h87A3CBF7m2lJ.vK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-17 11:51:34\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-17 11:51:34\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3258;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"MERAZ ISLAM\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"merazislamh@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01611115054\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$HW509WDzPpinNEyW\\/asWJ.xNGvzb.8jIsuCb3h87A3CBF7m2lJ.vK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-17 11:51:34\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-17 11:51:34\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:77;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3259;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:20:\\\"Md. Ali Arman Shiblu\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01718755764\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$g0QRRvmgfyYpWV2aglIXGuR7zliwkyQHoEQ2imTnQgETgoY1UxxLe\\\";s:14:\\\"remember_token\\\";s:60:\\\"1MUi54wC5kHl8i64gE0sqsvaJ7Sd5q7LLcB2tAFONN2vnk3a4zQOppb73vu2\\\";s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-17 12:00:41\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-17 12:00:41\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3259;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:20:\\\"Md. Ali Arman Shiblu\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01718755764\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$g0QRRvmgfyYpWV2aglIXGuR7zliwkyQHoEQ2imTnQgETgoY1UxxLe\\\";s:14:\\\"remember_token\\\";s:60:\\\"1MUi54wC5kHl8i64gE0sqsvaJ7Sd5q7LLcB2tAFONN2vnk3a4zQOppb73vu2\\\";s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-17 12:00:41\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-17 12:00:41\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:78;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3260;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Rowja\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01893442647\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$fcHsm7jq3GJ546ynxOVe.O26orZysrdEkVHqkR5Z1nSHizkBCrOjO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-17 12:02:52\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-17 12:02:52\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3260;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Rowja\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01893442647\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$fcHsm7jq3GJ546ynxOVe.O26orZysrdEkVHqkR5Z1nSHizkBCrOjO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-17 12:02:52\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-17 12:02:52\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:79;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3261;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Hizir\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01859586777\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$QXkMhnXj4cIkoeVjtKEBIOij\\/RcbOlhkYsdcRRfkVetRcst.esPPC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-17 12:05:24\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-17 12:05:24\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3261;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Hizir\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01859586777\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$QXkMhnXj4cIkoeVjtKEBIOij\\/RcbOlhkYsdcRRfkVetRcst.esPPC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-17 12:05:24\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-17 12:05:24\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:80;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3262;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Sayed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01730965230\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$6i8Qggjo2pcPis0YDCzg9.lSqQ0xkYnscPnX3jW1LXzJejQfJWRUO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-21 10:28:19\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-21 10:28:19\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3262;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Sayed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01730965230\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$6i8Qggjo2pcPis0YDCzg9.lSqQ0xkYnscPnX3jW1LXzJejQfJWRUO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-21 10:28:19\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-21 10:28:19\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:81;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3263;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Jewel\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711533117\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$qkW\\/xT8mHqeRu85sbWHlqOjfbJdNmJD8UEP9kmQcs9uayqm1nyLXe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-21 10:30:31\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-21 10:30:31\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3263;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Jewel\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711533117\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$qkW\\/xT8mHqeRu85sbWHlqOjfbJdNmJD8UEP9kmQcs9uayqm1nyLXe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-21 10:30:31\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-21 10:30:31\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:82;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3264;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Iqbal\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01755637555\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$JtYaQl9LMAJs9aLekYWcv.4gcfvTLEhV9iNfbFQKLdpziJRvm9aoK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-21 10:35:52\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-21 10:35:52\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3264;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Iqbal\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01755637555\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$JtYaQl9LMAJs9aLekYWcv.4gcfvTLEhV9iNfbFQKLdpziJRvm9aoK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-21 10:35:52\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-21 10:35:52\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:83;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3265;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Ripon Sarker\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"risisarker@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01867052659\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$3BMk0qLmdolCe03IO42dfO5J6m\\/bMdECznHSiM8pklAs0jKsH6WxC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-21 10:40:55\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-21 10:40:55\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3265;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Ripon Sarker\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"risisarker@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01867052659\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$3BMk0qLmdolCe03IO42dfO5J6m\\/bMdECznHSiM8pklAs0jKsH6WxC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-21 10:40:55\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-21 10:40:55\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:84;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3266;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Niti\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01731512004\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$R9ZXRIiz2tnzwJehmEE8NeA0gJZW8CMU7sj6EueOfq31TfbHWQlQW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-21 10:49:41\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-21 10:49:41\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3266;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Niti\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01731512004\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$R9ZXRIiz2tnzwJehmEE8NeA0gJZW8CMU7sj6EueOfq31TfbHWQlQW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-21 10:49:41\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-21 10:49:41\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:85;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3267;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Adnan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01798826314\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$1cvIIRVy2aOpvFVlRrOIZ.rnjB2\\/jMiAA4ImG\\/KTyVaV69YDIvw9e\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-21 10:55:54\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-21 10:55:54\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3267;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Adnan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01798826314\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$1cvIIRVy2aOpvFVlRrOIZ.rnjB2\\/jMiAA4ImG\\/KTyVaV69YDIvw9e\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-21 10:55:54\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-21 10:55:54\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:86;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3268;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Altaf\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01926453656\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$q0hiu4qy1PdwGWXDjHyxlefyk968XorrxtvlYArUaeYedJvpZYJPK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-21 11:39:07\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-21 11:39:07\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3268;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Altaf\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01926453656\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$q0hiu4qy1PdwGWXDjHyxlefyk968XorrxtvlYArUaeYedJvpZYJPK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-21 11:39:07\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-21 11:39:07\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:87;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3269;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Faruk\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01911420022\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$V97tcGO0dXccPA4MwQfxA.Vc3GHxbEmk4IzYyOod4BNIpRIYnhKNe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-21 11:46:42\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-21 11:46:42\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3269;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Faruk\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01911420022\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$V97tcGO0dXccPA4MwQfxA.Vc3GHxbEmk4IzYyOod4BNIpRIYnhKNe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-21 11:46:42\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-21 11:46:42\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:88;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3270;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Faruk\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711069253\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$.pXRgfDIE5veWO4DsSgD9e8HKr4DmcP2HI2QGClEzzEm4gljKfyvq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-21 11:49:11\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-21 11:49:11\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3270;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Faruk\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711069253\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$.pXRgfDIE5veWO4DsSgD9e8HKr4DmcP2HI2QGClEzzEm4gljKfyvq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-21 11:49:11\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-21 11:49:11\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:89;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3271;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Md.Ruhul Amin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01720094616\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$idImBC0SGjFpaDPbgltM.elMpB6ib7\\/necjPv4OVMWcD1Dq\\/ZRwCu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-21 11:52:13\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-21 11:52:13\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3271;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Md.Ruhul Amin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01720094616\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$idImBC0SGjFpaDPbgltM.elMpB6ib7\\/necjPv4OVMWcD1Dq\\/ZRwCu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-21 11:52:13\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-21 11:52:13\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:90;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3272;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Md Rezaul haque\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"rhaque704@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01707081679\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$lWDEK7jXWUbPJWtoUtB9hu.Vun6wxsybD3CCX\\/5ZthFNoYCnvXpYa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-21 12:29:43\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-21 12:29:43\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3272;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Md Rezaul haque\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"rhaque704@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01707081679\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$lWDEK7jXWUbPJWtoUtB9hu.Vun6wxsybD3CCX\\/5ZthFNoYCnvXpYa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-21 12:29:43\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-21 12:29:43\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:91;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3274;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Sabur khan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01819223985\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$T1yOJZb.l4jYWOLZ0Oznqe6tAa\\/A99RjPlrM6XyQsJtHxkhOuAYyu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-21 12:46:25\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-21 12:46:25\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3274;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Sabur khan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01819223985\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$T1yOJZb.l4jYWOLZ0Oznqe6tAa\\/A99RjPlrM6XyQsJtHxkhOuAYyu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-21 12:46:25\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-21 12:46:25\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:92;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3275;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Mehedi Hasan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01812808182\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$h0ZHPevU3W46\\/a6Qsn..J.J9Ase8OjYWp13fKXi.L41ez893TW0q.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-21 12:48:23\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-21 12:48:23\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3275;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Mehedi Hasan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01812808182\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$h0ZHPevU3W46\\/a6Qsn..J.J9Ase8OjYWp13fKXi.L41ez893TW0q.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-21 12:48:23\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-21 12:48:23\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:93;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3276;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Muntasir mamun\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01819414640\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$S2b4J37QeGBvNzNjaqMJCuRHExNHuGia7aMLMXT.CsmZVkOJUo\\/Oe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-21 12:52:12\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-21 12:52:12\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3276;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Muntasir mamun\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01819414640\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$S2b4J37QeGBvNzNjaqMJCuRHExNHuGia7aMLMXT.CsmZVkOJUo\\/Oe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-21 12:52:12\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-21 12:52:12\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:94;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3277;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Naimul  Ahsan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711486939\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ZJMJp7Mt39.kAkRIARpz.uTr2nvz4nAnNWD03fhVFqGaBYvglSRaC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-21 12:56:58\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-21 12:56:58\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3277;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Naimul  Ahsan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711486939\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ZJMJp7Mt39.kAkRIARpz.uTr2nvz4nAnNWD03fhVFqGaBYvglSRaC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-21 12:56:58\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-21 12:56:58\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:95;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3278;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Sayed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01769007137\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$nIcbOHuv3jL.\\/.fDgj.q3Okw1SJLzDbVW8B.wSO0F4TmvfCriQCT2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-21 12:59:08\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-21 12:59:08\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3278;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Sayed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01769007137\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$nIcbOHuv3jL.\\/.fDgj.q3Okw1SJLzDbVW8B.wSO0F4TmvfCriQCT2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-21 12:59:08\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-21 12:59:08\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:96;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3279;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md. Rubel mridha\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01762606262\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$SHocu4qndHtuD9I39lDRieB8gDzhkm2cNWOzzHu.b4lwkJ8pJMFFK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-21 13:03:28\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-21 13:03:28\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3279;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md. Rubel mridha\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01762606262\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$SHocu4qndHtuD9I39lDRieB8gDzhkm2cNWOzzHu.b4lwkJ8pJMFFK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-21 13:03:28\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-21 13:03:28\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:97;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3280;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Golam Mostofa\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01748972736\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$egZtfFP7PMOInAvv51MXROyCrOqDJA62vjE1ogtjQ4ZcRmeZ10E6G\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-21 13:09:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-21 13:09:29\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3280;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Golam Mostofa\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01748972736\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$egZtfFP7PMOInAvv51MXROyCrOqDJA62vjE1ogtjQ4ZcRmeZ10E6G\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-21 13:09:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-21 13:09:29\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:98;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3281;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Irin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01632284846\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$0ZKbPYWg6xxemo1Vi4O.6.aQJiWlQBTtv0M4EYBPqmzaBIIzsuYTW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-21 13:11:34\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-21 13:11:34\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3281;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Irin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01632284846\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$0ZKbPYWg6xxemo1Vi4O.6.aQJiWlQBTtv0M4EYBPqmzaBIIzsuYTW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-21 13:11:34\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-21 13:11:34\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:99;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3283;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Sarfaraz Mohammed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715572797\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$W1AapXSkLApKvH3LgZIiN.uIWz\\/Bm7TKWP8C4P4cP0YXNl0jX0eN.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-22 12:34:30\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-22 12:34:30\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3283;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Sarfaraz Mohammed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715572797\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$W1AapXSkLApKvH3LgZIiN.uIWz\\/Bm7TKWP8C4P4cP0YXNl0jX0eN.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-22 12:34:30\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-22 12:34:30\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}}}s:4:\\\"text\\\";s:540:\\\"\\u09aa\\u09cd\\u09b0\\u09bf\\u09af\\u09bc \\u0997\\u09cd\\u09b0\\u09be\\u09b9\\u0995,\\n\\u09ae\\u09be\\u0987\\u099c\\u09bf\\u09aa\\u09bf\\u098f\\u09b8 \\u099f\\u09cd\\u09b0\\u09cd\\u09af\\u09be\\u0995\\u09bf\\u0982 \\u09b8\\u09be\\u09b0\\u09cd\\u09ad\\u09bf\\u09b8 \\u098f\\u09b0 \\u09aa\\u0995\\u09cd\\u09b7 \\u09a5\\u09c7\\u0995\\u09c7 \\u09aa\\u09ac\\u09bf\\u09a4\\u09cd\\u09b0 \\u0988\\u09a6\\u09c1\\u09b2 \\u09ab\\u09bf\\u09a4\\u09b0 \\u0989\\u09aa\\u09b2\\u0995\\u09cd\\u09b7\\u09c7 \\u0986\\u09aa\\u09a8\\u09be\\u0995\\u09c7 \\u099c\\u09be\\u09a8\\u09be\\u0987 \\\"\\u0988\\u09a6 \\u09ae\\u09cb\\u09ac\\u09be\\u09b0\\u0995\\\"\\u0964 \\u0986\\u09aa\\u09a8\\u09be\\u09b0 \\u09aa\\u09b0\\u09bf\\u09ac\\u09be\\u09b0\\u0995\\u09c7 \\u09a8\\u09bf\\u09af\\u09bc\\u09c7 \\u098f\\u09ac\\u09be\\u09b0\\u09c7\\u09b0 \\u0988\\u09a6 \\u0995\\u09be\\u099f\\u09c1\\u0995 \\u0986\\u09b0\\u09cb \\u0986\\u09a8\\u09a8\\u09cd\\u09a6\\u09aa\\u09c2\\u09b0\\u09cd\\u09a3 \\u0993 \\u0989\\u09aa\\u09ad\\u09cb\\u0997\\u09cd\\u09af\\u09ae\\u09af\\u09bc\\u0964 \\u0986\\u09aa\\u09a8\\u09be\\u09b0 \\u09aa\\u09cd\\u09b0\\u09a4\\u09bf\\u099f\\u09bf \\u09af\\u09be\\u09a4\\u09cd\\u09b0\\u09be \\u09b6\\u09c1\\u09ad \\u09b9\\u09cb\\u0995\\u0964\\\";}s:3:\\\"job\\\";N;s:10:\\\"connection\\\";N;s:5:\\\"queue\\\";N;s:15:\\\"chainConnection\\\";N;s:10:\\\"chainQueue\\\";N;s:5:\\\"delay\\\";N;s:10:\\\"middleware\\\";a:0:{}s:7:\\\"chained\\\";a:0:{}}\"}}', 'Illuminate\\Queue\\MaxAttemptsExceededException: App\\Jobs\\SmsSend has been attempted too many times or run too long. The job may have previously timed out. in /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php:648\nStack trace:\n#0 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(163): Illuminate\\Queue\\Worker->maxAttemptsExceededException(Object(Illuminate\\Queue\\Jobs\\DatabaseJob))\n#1 /home/mygpsbd/public_html/app/Http/helper.php(28): Illuminate\\Queue\\Worker->Illuminate\\Queue\\{closure}(14, Array)\n#2 /home/mygpsbd/public_html/app/Jobs/SmsSend.php(35): send_sms(\'\\xE0\\xA6\\xAA\\xE0\\xA7\\x8D\\xE0\\xA6\\xB0\\xE0\\xA6\\xBF\\xE0\\xA6\\xAF...\', Array)\n#3 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App\\Jobs\\SmsSend->handle()\n#4 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/Util.php(37): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}()\n#5 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(93): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))\n#6 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(37): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))\n#7 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/Container.php(596): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)\n#8 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php(94): Illuminate\\Container\\Container->call(Array)\n#9 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(128): Illuminate\\Bus\\Dispatcher->Illuminate\\Bus\\{closure}(Object(App\\Jobs\\SmsSend))\n#10 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(103): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(App\\Jobs\\SmsSend))\n#11 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php(98): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))\n#12 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(83): Illuminate\\Bus\\Dispatcher->dispatchNow(Object(App\\Jobs\\SmsSend), false)\n#13 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(128): Illuminate\\Queue\\CallQueuedHandler->Illuminate\\Queue\\{closure}(Object(App\\Jobs\\SmsSend))\n#14 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(103): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(App\\Jobs\\SmsSend))\n#15 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(85): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))\n#16 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(59): Illuminate\\Queue\\CallQueuedHandler->dispatchThroughMiddleware(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Object(App\\Jobs\\SmsSend))\n#17 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Jobs/Job.php(98): Illuminate\\Queue\\CallQueuedHandler->call(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Array)\n#18 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(356): Illuminate\\Queue\\Jobs\\Job->fire()\n#19 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(306): Illuminate\\Queue\\Worker->process(\'database\', Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Object(Illuminate\\Queue\\WorkerOptions))\n#20 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(132): Illuminate\\Queue\\Worker->runJob(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), \'database\', Object(Illuminate\\Queue\\WorkerOptions))\n#21 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(112): Illuminate\\Queue\\Worker->daemon(\'database\', \'default\', Object(Illuminate\\Queue\\WorkerOptions))\n#22 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(96): Illuminate\\Queue\\Console\\WorkCommand->runWorker(\'database\', \'default\')\n#23 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Illuminate\\Queue\\Console\\WorkCommand->handle()\n#24 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/Util.php(37): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}()\n#25 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(93): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))\n#26 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(37): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))\n#27 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/Container.php(596): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)\n#28 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Console/Command.php(134): Illuminate\\Container\\Container->call(Array)\n#29 /home/mygpsbd/public_html/vendor/symfony/console/Command/Command.php(298): Illuminate\\Console\\Command->execute(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))\n#30 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Console/Command.php(121): Symfony\\Component\\Console\\Command\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))\n#31 /home/mygpsbd/public_html/vendor/symfony/console/Application.php(1040): Illuminate\\Console\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#32 /home/mygpsbd/public_html/vendor/symfony/console/Application.php(301): Symfony\\Component\\Console\\Application->doRunCommand(Object(Illuminate\\Queue\\Console\\WorkCommand), Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#33 /home/mygpsbd/public_html/vendor/symfony/console/Application.php(171): Symfony\\Component\\Console\\Application->doRun(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#34 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Console/Application.php(93): Symfony\\Component\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#35 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(129): Illuminate\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#36 /home/mygpsbd/public_html/artisan(37): Illuminate\\Foundation\\Console\\Kernel->handle(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#37 {main}', '2024-04-11 19:01:03');
INSERT INTO `failed_jobs` (`id`, `connection`, `queue`, `payload`, `exception`, `failed_at`) VALUES
(734, 'database', 'default', '{\"uuid\":\"49bc8204-1a8a-47e9-9583-c70ea0b3042c\",\"displayName\":\"App\\\\Jobs\\\\SmsSend\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"delay\":null,\"timeout\":null,\"timeoutAt\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\SmsSend\",\"command\":\"O:16:\\\"App\\\\Jobs\\\\SmsSend\\\":9:{s:4:\\\"data\\\";a:2:{s:4:\\\"data\\\";O:39:\\\"Illuminate\\\\Database\\\\Eloquent\\\\Collection\\\":1:{s:8:\\\"\\u0000*\\u0000items\\\";a:100:{i:0;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3284;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"MD ISMAIL HOSSAIN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01328896669\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$QE.doWgNiK2mZCjKFKicO.O.55GR0gdr4PHBwHOCvtSpKdX.xjqh.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-22 12:36:40\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-22 12:36:40\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3284;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"MD ISMAIL HOSSAIN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01328896669\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$QE.doWgNiK2mZCjKFKicO.O.55GR0gdr4PHBwHOCvtSpKdX.xjqh.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-22 12:36:40\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-22 12:36:40\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:1;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3285;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Akm Ashrafuzzaman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715713305\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$aPHvV6KlSZmtwS3AB6St0OAsGYzGDFD0p5TJ96Aua6KKU3WGLkCF.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-22 12:43:12\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-22 12:43:12\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3285;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Akm Ashrafuzzaman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715713305\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$aPHvV6KlSZmtwS3AB6St0OAsGYzGDFD0p5TJ96Aua6KKU3WGLkCF.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-22 12:43:12\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-22 12:43:12\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:2;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3286;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:26:\\\"Mohammad Suborno Daud Toha\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1914949846\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$gz6Gw4bnoVtSXlhem60MbOJmuebcRxJqC5sr0ATWdovUeQhJg6pt6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-22 12:46:12\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-22 12:46:12\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3286;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:26:\\\"Mohammad Suborno Daud Toha\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1914949846\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$gz6Gw4bnoVtSXlhem60MbOJmuebcRxJqC5sr0ATWdovUeQhJg6pt6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-22 12:46:12\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-22 12:46:12\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:3;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3288;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:21:\\\"MD.Mahmudunnabi Moznu\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"moznububt@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01601670985\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ypgNiG5\\/Qbb0RyVqoLh3.ehQ8RKcDOeYD06RJfGe0VBV4UIuY94ZC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-22 12:53:21\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-22 12:53:21\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3288;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:21:\\\"MD.Mahmudunnabi Moznu\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"moznububt@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01601670985\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ypgNiG5\\/Qbb0RyVqoLh3.ehQ8RKcDOeYD06RJfGe0VBV4UIuY94ZC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-22 12:53:21\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-22 12:53:21\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:4;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3289;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Md.Nazrul islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01714269658\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$c9fxIj1f7CezuwWmHHpsle\\/51rnMxlAp\\/QyXW\\/ExPQnm4r0roklkK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-22 13:02:55\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-22 13:02:55\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3289;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Md.Nazrul islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01714269658\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$c9fxIj1f7CezuwWmHHpsle\\/51rnMxlAp\\/QyXW\\/ExPQnm4r0roklkK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-22 13:02:55\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-22 13:02:55\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:5;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3290;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Mahabub\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01725150912\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$h6.NUM3cIJLxUolhSrwP7ONrkCansdg7zkTcd9AHjRah.eXCeVPiC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-22 13:07:15\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-22 13:07:15\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3290;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Mahabub\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01725150912\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$h6.NUM3cIJLxUolhSrwP7ONrkCansdg7zkTcd9AHjRah.eXCeVPiC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-22 13:07:15\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-22 13:07:15\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:6;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3291;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Arif\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01718556270\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$q7v2oObTfm6yQ4EWvO7uC..q5jYcHDuoyULiXO8iLKLUOqV4hGqdq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-22 13:19:50\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-22 13:19:50\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3291;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Arif\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01718556270\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$q7v2oObTfm6yQ4EWvO7uC..q5jYcHDuoyULiXO8iLKLUOqV4hGqdq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-22 13:19:50\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-22 13:19:50\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:7;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3292;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Santo Saha\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711446802\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$mzW\\/znP9R6VV.NMktDJH8.JM13FfeC6lfG2PlGHyjaE.Rkcgp6nUC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-22 13:23:32\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-22 13:23:32\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3292;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Santo Saha\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711446802\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$mzW\\/znP9R6VV.NMktDJH8.JM13FfeC6lfG2PlGHyjaE.Rkcgp6nUC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-22 13:23:32\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-22 13:23:32\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:8;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3293;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Mir foiz Ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01755554265\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$JO78oxuHOJyR2etLTMQk1uzsjtQ812IOXzXsFQ8gUBI1v9ACIBCvC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-22 13:27:31\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-22 13:27:31\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3293;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Mir foiz Ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01755554265\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$JO78oxuHOJyR2etLTMQk1uzsjtQ812IOXzXsFQ8gUBI1v9ACIBCvC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-22 13:27:31\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-22 13:27:31\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:9;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3294;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:22:\\\"Shafikur Rahman shafiq\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712936210\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$t.L7CMwgrDRrEKhyYVe.se.V2WRWnTRfWBhHOdTw1A4EVk56BFoe2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-22 13:30:28\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-22 13:30:28\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3294;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:22:\\\"Shafikur Rahman shafiq\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712936210\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$t.L7CMwgrDRrEKhyYVe.se.V2WRWnTRfWBhHOdTw1A4EVk56BFoe2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-22 13:30:28\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-22 13:30:28\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:10;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3295;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Monsurul Alam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712274429\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$T1FXWGz8Q4GAT0KFWpvAkeFNHB.KowBjqrFZEDLSBZ0fMeiRwZy6q\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-22 13:44:25\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-22 13:44:25\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3295;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Monsurul Alam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712274429\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$T1FXWGz8Q4GAT0KFWpvAkeFNHB.KowBjqrFZEDLSBZ0fMeiRwZy6q\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-22 13:44:25\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-22 13:44:25\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:11;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3296;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"Md Jahangir Hussain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01626541481\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$RKcfpiNUE8iJOT6jzk3qFeKncS81gzGHqJhWLbHDgJO.CEcGAfz8O\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-22 13:47:07\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-22 13:47:07\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3296;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"Md Jahangir Hussain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01626541481\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$RKcfpiNUE8iJOT6jzk3qFeKncS81gzGHqJhWLbHDgJO.CEcGAfz8O\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-22 13:47:07\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-22 13:47:07\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:12;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3297;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Kajol\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712006876\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$eILd8lQc1nvd7We5p9.ch.qGctsyn\\/Xin1ToPdjWFfs.orV4jz6z6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-22 14:14:00\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-22 14:14:00\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3297;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Kajol\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712006876\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$eILd8lQc1nvd7We5p9.ch.qGctsyn\\/Xin1ToPdjWFfs.orV4jz6z6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-22 14:14:00\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-22 14:14:00\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:13;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3298;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Babu Mia\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01728745836\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$CcYY4PFES3gJy5g32sH8susdSHHs6d3ya4IkFJ0uMYeXjbZ\\/ONNUm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-22 14:32:19\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-22 14:32:19\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3298;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Babu Mia\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01728745836\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$CcYY4PFES3gJy5g32sH8susdSHHs6d3ya4IkFJ0uMYeXjbZ\\/ONNUm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-22 14:32:19\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-22 14:32:19\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:14;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3299;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Muklasur rohoman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01920742161\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$WxTRTFRaLkU8KWKCMdbPEuXy9MlBc8H.KzxIlL9drFKEBN6bhc.0q\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-22 14:35:46\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-22 14:35:46\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3299;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Muklasur rohoman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01920742161\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$WxTRTFRaLkU8KWKCMdbPEuXy9MlBc8H.KzxIlL9drFKEBN6bhc.0q\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-22 14:35:46\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-22 14:35:46\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:15;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3300;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Tuhin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712555026\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$oEw\\/VvLRGv4hvZd\\/s9F\\/qu3Fyf0sH5M2MirIJIiZ3\\/uQ.caWshV.W\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-22 14:39:35\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-22 14:39:35\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3300;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Tuhin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712555026\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$oEw\\/VvLRGv4hvZd\\/s9F\\/qu3Fyf0sH5M2MirIJIiZ3\\/uQ.caWshV.W\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-22 14:39:35\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-22 14:39:35\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:16;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3301;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Mamun\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01881200104\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$koCGkOF2Od31A6yYbZiUQ.FidoaNllBQKySBh82teYy97CEWSPj7m\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-22 14:48:18\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-22 14:48:18\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3301;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Mamun\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01881200104\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$koCGkOF2Od31A6yYbZiUQ.FidoaNllBQKySBh82teYy97CEWSPj7m\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-22 14:48:18\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-22 14:48:18\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:17;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3302;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Johir islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01312608114\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$6Bck9Km1\\/PjXyd6wD0URtuA1M2hnwZCQLSi\\/yfmE6QSqO4c4VbfUa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-22 14:51:11\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-22 14:51:11\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3302;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Johir islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01312608114\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$6Bck9Km1\\/PjXyd6wD0URtuA1M2hnwZCQLSi\\/yfmE6QSqO4c4VbfUa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-22 14:51:11\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-22 14:51:11\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:18;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3303;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"SAFETY USER\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01816856309\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$B55j\\/7q.VU6h3zn5retJ6uq0A9.2CwgjF9r7uEjPMP5zMfRUzotoe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-22 14:55:13\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-22 14:55:13\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3303;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"SAFETY USER\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01816856309\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$B55j\\/7q.VU6h3zn5retJ6uq0A9.2CwgjF9r7uEjPMP5zMfRUzotoe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-22 14:55:13\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-22 14:55:13\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:19;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3304;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Md. Shahalam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01731318345\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$zBnIsqfJiRCi\\/TTnMO1d\\/.\\/OoWagubNtqYBDiBA9ERv4dSK4dTtuy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-22 14:58:09\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-22 14:58:09\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3304;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Md. Shahalam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01731318345\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$zBnIsqfJiRCi\\/TTnMO1d\\/.\\/OoWagubNtqYBDiBA9ERv4dSK4dTtuy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-22 14:58:09\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-22 14:58:09\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:20;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3306;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Arup\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01817115339\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$mkekuEcN9FID4SFXQIVEfuLaPmyLqUvPVWzwNZdcjOQhxN73Yx5tG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-22 15:04:04\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-22 15:04:04\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3306;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Arup\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01817115339\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$mkekuEcN9FID4SFXQIVEfuLaPmyLqUvPVWzwNZdcjOQhxN73Yx5tG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-22 15:04:04\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-22 15:04:04\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:21;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3307;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Nasim\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01710694696\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$B2Dgbfg5fOMR11LYnK7dHOdw4nYnR.r\\/F3hf3TA3FMqlQnxxkIWD6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-22 15:06:16\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-22 15:06:16\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3307;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Nasim\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01710694696\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$B2Dgbfg5fOMR11LYnK7dHOdw4nYnR.r\\/F3hf3TA3FMqlQnxxkIWD6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-22 15:06:16\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-22 15:06:16\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:22;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3308;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Tamil Express\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01912121060\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$3dZv918N8xm74GLvmEzmFeBBHoDm1QfUZPzHvdpgSbeqrqJ1xa0aq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-22 15:08:17\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-22 15:08:17\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3308;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Tamil Express\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01912121060\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$3dZv918N8xm74GLvmEzmFeBBHoDm1QfUZPzHvdpgSbeqrqJ1xa0aq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-22 15:08:17\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-22 15:08:17\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:23;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3309;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Monir\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01852058685\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$bieS2gBzppecMCZw0CB4nOT.C1mD2Nvu4zBSqKtjJUzTchenJ43LO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-22 15:11:51\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-22 15:11:51\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3309;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Monir\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01852058685\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$bieS2gBzppecMCZw0CB4nOT.C1mD2Nvu4zBSqKtjJUzTchenJ43LO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-22 15:11:51\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-22 15:11:51\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:24;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3310;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Badon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01308305734\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$YBUhjVKbGYSu31zCv9xCROHHFeIULQ90asGCJiUV\\/Oxu5WX.sgRB.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-22 16:49:57\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-22 16:49:57\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3310;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Badon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01308305734\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$YBUhjVKbGYSu31zCv9xCROHHFeIULQ90asGCJiUV\\/Oxu5WX.sgRB.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-22 16:49:57\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-22 16:49:57\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:25;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3312;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Shahin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01774667720\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$KhLu9SRIlPRoeuLZDeVAs.KhreJkbinwSW3\\/EL3MmXi223OhzDMJG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-22 16:58:33\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-22 16:58:33\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3312;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Shahin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01774667720\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$KhLu9SRIlPRoeuLZDeVAs.KhreJkbinwSW3\\/EL3MmXi223OhzDMJG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-22 16:58:33\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-22 16:58:33\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:26;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3313;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Alamin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01732737744\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$eVAVZ632miVWgcwFwJMgN.eI9RFzR82\\/wFULur05fQAvlWANR2T7C\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-22 17:00:22\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-22 17:00:22\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3313;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Alamin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01732737744\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$eVAVZ632miVWgcwFwJMgN.eI9RFzR82\\/wFULur05fQAvlWANR2T7C\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-22 17:00:22\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-22 17:00:22\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:27;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3314;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Arman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01734159957\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$wCR7l\\/l1IOGiOyPs1CxVP.dXMZXrbjIfpA0TuhPAbc5\\/1SWnfOfpO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-22 17:02:09\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-22 17:02:09\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3314;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Arman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01734159957\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$wCR7l\\/l1IOGiOyPs1CxVP.dXMZXrbjIfpA0TuhPAbc5\\/1SWnfOfpO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-22 17:02:09\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-22 17:02:09\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:28;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3315;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Maish\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01857755962\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ZwOf0oDmTPqsh9yXcGCOuOiGUBtYZgZCGLKvEFO8tBD1WjpbZyWcu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-22 17:04:30\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-22 17:04:30\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3315;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Maish\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01857755962\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ZwOf0oDmTPqsh9yXcGCOuOiGUBtYZgZCGLKvEFO8tBD1WjpbZyWcu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-22 17:04:30\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-22 17:04:30\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:29;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3316;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Rajusha\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01819338038\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$.ESPe4Z7aVS7yvq9Qa1.UelB.NHNFUn.fOum9QsbRrVg5XVJnYxGq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-22 17:06:34\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-22 17:06:34\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3316;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Rajusha\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01819338038\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$.ESPe4Z7aVS7yvq9Qa1.UelB.NHNFUn.fOum9QsbRrVg5XVJnYxGq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-22 17:06:34\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-22 17:06:34\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:30;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3317;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Jenat jahan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01732983817\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Dq7BMe3L2IjTAS56fS6m8O.LobsLDcMwpSharLF2S\\/pyVjZcogLx.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-22 17:08:25\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-22 17:08:25\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3317;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Jenat jahan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01732983817\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Dq7BMe3L2IjTAS56fS6m8O.LobsLDcMwpSharLF2S\\/pyVjZcogLx.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-22 17:08:25\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-22 17:08:25\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:31;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3318;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Md.shohel\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712240930\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$jAZFku.s791WoHH8hxMekO530BLrHFllLzWbD5HnWp49rsxUK3NgC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-22 17:10:19\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-22 17:10:19\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3318;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Md.shohel\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712240930\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$jAZFku.s791WoHH8hxMekO530BLrHFllLzWbD5HnWp49rsxUK3NgC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-22 17:10:19\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-22 17:10:19\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:32;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3319;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Dipumia\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01710259503\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$NfGrUvYEdDv8ac4IQ2W9RuvRUlTgFRwSlUyCWskSaD6PdwfJsYIcy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-22 17:14:50\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-22 17:14:50\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3319;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Dipumia\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01710259503\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$NfGrUvYEdDv8ac4IQ2W9RuvRUlTgFRwSlUyCWskSaD6PdwfJsYIcy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-22 17:14:50\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-22 17:14:50\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:33;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3320;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"MD MUSHFIQUR RAHMAN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01719306320\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$qL2l2ot4lRA8vPooGg67YeZSBBVQowL53eYpKDLTZcfGKinGp3TT.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-22 17:20:14\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-22 17:20:14\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3320;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"MD MUSHFIQUR RAHMAN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01719306320\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$qL2l2ot4lRA8vPooGg67YeZSBBVQowL53eYpKDLTZcfGKinGp3TT.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-22 17:20:14\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-22 17:20:14\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:34;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3321;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"MD Rashed khan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01611686450\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$D7tkKKjhDaQ2n76qQuwj6uxB4C6DAPJa1wpLGnmpiqVdwXpdElXS6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-22 17:24:22\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-22 17:24:22\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3321;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"MD Rashed khan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01611686450\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$D7tkKKjhDaQ2n76qQuwj6uxB4C6DAPJa1wpLGnmpiqVdwXpdElXS6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-22 17:24:22\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-22 17:24:22\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:35;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3322;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Monir Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01837204814\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$0z8BnmmRkIljsx23TXHkz.97r4Sw5POnD88W.Apg19zdFiX4RUpSq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-22 17:27:15\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-22 17:27:15\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3322;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Monir Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01837204814\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$0z8BnmmRkIljsx23TXHkz.97r4Sw5POnD88W.Apg19zdFiX4RUpSq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-22 17:27:15\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-22 17:27:15\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:36;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3323;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Rifat\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01308032342\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$6x6e5JOVFm.l.bc3tJwWOuAeivs\\/5XKRvdwDHqhynqmdahRszSNAy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-22 17:29:17\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-22 17:29:17\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3323;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Rifat\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01308032342\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$6x6e5JOVFm.l.bc3tJwWOuAeivs\\/5XKRvdwDHqhynqmdahRszSNAy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-22 17:29:17\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-22 17:29:17\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:37;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3324;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Billal\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01912548444\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$8lQ\\/A9gM6kNbJZqg5VX2DO7AWE\\/djyhoza.y5SvJHZtlboWQd1cNe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-23 13:50:33\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-23 13:50:33\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3324;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Billal\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01912548444\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$8lQ\\/A9gM6kNbJZqg5VX2DO7AWE\\/djyhoza.y5SvJHZtlboWQd1cNe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-23 13:50:33\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-23 13:50:33\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:38;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3325;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Abdul Basit\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01312644433\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Wy.Br0El8fE3u4Yz.cUvu.aPJr9Gn.dZdrYhdssCMSYu9.SysExJa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-23 13:55:12\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-23 13:55:12\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3325;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Abdul Basit\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01312644433\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Wy.Br0El8fE3u4Yz.cUvu.aPJr9Gn.dZdrYhdssCMSYu9.SysExJa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-23 13:55:12\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-23 13:55:12\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:39;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3326;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Mujahid\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01717466545\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$KTxBopPfYb0sLPaoyT4TXOSkiW9iteEF5pvC9w1yKiU30LsbPqHmC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-23 13:58:11\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-23 13:58:11\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3326;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Mujahid\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01717466545\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$KTxBopPfYb0sLPaoyT4TXOSkiW9iteEF5pvC9w1yKiU30LsbPqHmC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-23 13:58:11\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-23 13:58:11\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:40;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3327;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Toybur\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01725810363\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$9eoSjB3wfUsW8Jw10wHKAO1bfzxGun2gKLYXXcSC6B5dmm01cZOIe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-23 14:02:25\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-23 14:02:25\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3327;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Toybur\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01725810363\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$9eoSjB3wfUsW8Jw10wHKAO1bfzxGun2gKLYXXcSC6B5dmm01cZOIe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-23 14:02:25\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-23 14:02:25\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:41;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3328;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"RANA\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01755589168\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$72o12i.8SwSLPILEwbUm\\/uh3oFYNNgWQiB4wFQuG6Btz67j17h4PC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-23 14:04:31\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-23 14:04:31\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3328;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"RANA\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01755589168\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$72o12i.8SwSLPILEwbUm\\/uh3oFYNNgWQiB4wFQuG6Btz67j17h4PC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-23 14:04:31\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-23 14:04:31\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:42;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3329;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Jasim\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01729998303\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$kizFM990BrZi3N60AhdUkO2iJR\\/2WGDHEgFQty1VF3nPtFd9ji6Xi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-23 14:06:25\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-23 14:06:25\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3329;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Jasim\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01729998303\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$kizFM990BrZi3N60AhdUkO2iJR\\/2WGDHEgFQty1VF3nPtFd9ji6Xi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-23 14:06:25\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-23 14:06:25\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:43;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3330;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Suman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711111761\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$dnFvuPrszyCXSQTmqYwFCO\\/SqvEdNnoyDXx95lvpnUyRDwJbYL5Ca\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-23 14:08:45\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-23 14:08:45\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3330;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Suman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711111761\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$dnFvuPrszyCXSQTmqYwFCO\\/SqvEdNnoyDXx95lvpnUyRDwJbYL5Ca\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-23 14:08:45\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-23 14:08:45\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:44;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3331;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"MD RAJIBUL ISLAM\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01710191448\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$4FlDrbyuvxNp5UHO50Ag3uecKD9tYzGjh6P5ayOCH\\/HJXciJSn.ci\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-23 14:15:17\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-23 14:15:17\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3331;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"MD RAJIBUL ISLAM\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01710191448\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$4FlDrbyuvxNp5UHO50Ag3uecKD9tYzGjh6P5ayOCH\\/HJXciJSn.ci\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-23 14:15:17\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-23 14:15:17\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:45;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3332;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Maynul Islam opu\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"pac.tungipara@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711515003\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$X1N1MkqEzgRf\\/faQYtrJ8e7DDl5K14wpEPHfNMJMt6.jx4PiRxGIm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-23 14:21:40\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-23 14:21:40\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3332;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Maynul Islam opu\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"pac.tungipara@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711515003\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$X1N1MkqEzgRf\\/faQYtrJ8e7DDl5K14wpEPHfNMJMt6.jx4PiRxGIm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-23 14:21:40\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-23 14:21:40\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:46;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3333;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Rayan Dewan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01673638003\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$jZj8JMrNgoeUTO\\/rPpyr5.K6N3A0FMl6ipgKXkUQJa1AaLW8rIIGa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-23 14:23:43\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-23 14:23:43\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3333;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Rayan Dewan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01673638003\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$jZj8JMrNgoeUTO\\/rPpyr5.K6N3A0FMl6ipgKXkUQJa1AaLW8rIIGa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-23 14:23:43\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-23 14:23:43\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:47;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3334;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md. Abdul kaiuom\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01815046770\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$qFzkPDF8A04QUZeo6SRd4.5HXiYzYBz73l34leTZp\\/HZO87mZ.H7.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-23 14:26:36\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-23 14:26:36\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3334;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md. Abdul kaiuom\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01815046770\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$qFzkPDF8A04QUZeo6SRd4.5HXiYzYBz73l34leTZp\\/HZO87mZ.H7.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-23 14:26:36\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-23 14:26:36\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:48;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3335;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Ranjit\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01911067572\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$FV5\\/QeA3bJr68yjSr13ZMupoRdLKZlJ6uuS4pt0BslaleE9khsJV2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-23 14:28:18\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-23 14:28:18\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3335;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Ranjit\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01911067572\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$FV5\\/QeA3bJr68yjSr13ZMupoRdLKZlJ6uuS4pt0BslaleE9khsJV2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-23 14:28:18\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-23 14:28:18\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:49;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3336;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Kareem\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01676297690\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$\\/3kuyEgalok6T5rNyAtm9OYlp7HP8zgc4xww.6e0eMbI31ocUWJeK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-23 14:30:14\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-23 14:30:14\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3336;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Kareem\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01676297690\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$\\/3kuyEgalok6T5rNyAtm9OYlp7HP8zgc4xww.6e0eMbI31ocUWJeK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-23 14:30:14\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-23 14:30:14\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:50;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3337;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Omor faruk\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01916083727\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$XL8d0YNsR9gVRGyX\\/xJXVOvbjF35tz2D4N7nf9zy0Exez1Nf4nCni\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-23 14:32:53\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-23 14:32:53\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3337;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Omor faruk\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01916083727\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$XL8d0YNsR9gVRGyX\\/xJXVOvbjF35tz2D4N7nf9zy0Exez1Nf4nCni\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-23 14:32:53\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-23 14:32:53\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:51;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3338;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Jahid Hassen Hemel\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01915149575\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$0kx.iuB1jrPXt5ldo5cr7OTyoY\\/8P22i.gH3lmDuPY6X6uVfY6h0G\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-23 14:34:30\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-23 14:34:30\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3338;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Jahid Hassen Hemel\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01915149575\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$0kx.iuB1jrPXt5ldo5cr7OTyoY\\/8P22i.gH3lmDuPY6X6uVfY6h0G\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-23 14:34:30\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-23 14:34:30\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:52;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3339;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"MD Shafiul Alam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:24:\\\"therealdiab261@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01856410041\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$MBpzvM2C7kJOGcfbNXcDjeTNEM00tNfhC.fqveMCgVxt8JcypQOoS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-23 14:37:04\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-23 14:37:04\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3339;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"MD Shafiul Alam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:24:\\\"therealdiab261@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01856410041\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$MBpzvM2C7kJOGcfbNXcDjeTNEM00tNfhC.fqveMCgVxt8JcypQOoS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-23 14:37:04\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-23 14:37:04\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:53;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3340;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Ataur Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"ataur54@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711070054\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$qRZ9mfiGqIy\\/nXVoo1LkYu3V41DsC1bNLvrj3eq74wCD8srKZRBju\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-23 14:47:33\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-23 14:47:33\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3340;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Ataur Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"ataur54@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711070054\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$qRZ9mfiGqIy\\/nXVoo1LkYu3V41DsC1bNLvrj3eq74wCD8srKZRBju\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-23 14:47:33\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-23 14:47:33\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:54;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3341;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"MD. Jahid\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"jahid11@mygpsbd.net\\\";s:7:\\\"address\\\";s:7:\\\"Tangail\\\";s:5:\\\"phone\\\";s:11:\\\"01725472180\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$2OGdvY\\/\\/hSdKiJTxBhWQ0.xEX7iG\\/z0GCQldZffCESJfFGD9fboRu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 11:26:03\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 11:26:03\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3341;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"MD. Jahid\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"jahid11@mygpsbd.net\\\";s:7:\\\"address\\\";s:7:\\\"Tangail\\\";s:5:\\\"phone\\\";s:11:\\\"01725472180\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$2OGdvY\\/\\/hSdKiJTxBhWQ0.xEX7iG\\/z0GCQldZffCESJfFGD9fboRu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 11:26:03\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 11:26:03\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:55;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3342;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Maidul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01859202018\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$wdsNyjFDN.dcazcu1trJO.1NF\\/XmqKDW8f94DG8pOdWGdtl49bTp2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 14:06:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 14:06:29\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3342;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Maidul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01859202018\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$wdsNyjFDN.dcazcu1trJO.1NF\\/XmqKDW8f94DG8pOdWGdtl49bTp2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 14:06:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 14:06:29\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:56;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3343;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Babu\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01967617400\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$76jH9LE3nBpeVnZAYrATjOeFmItSV0PtraF5vmox3prqyLeg35a\\/6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 14:08:33\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 14:08:33\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3343;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Babu\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01967617400\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$76jH9LE3nBpeVnZAYrATjOeFmItSV0PtraF5vmox3prqyLeg35a\\/6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 14:08:33\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 14:08:33\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:57;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3344;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"Sayed Anisur Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716642759\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$17rxKdVky7vOXBYC\\/de9luhM1fSy.uUwHJMDsrJrrMMuaPPq0S.1y\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 14:10:37\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 14:10:37\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3344;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"Sayed Anisur Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716642759\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$17rxKdVky7vOXBYC\\/de9luhM1fSy.uUwHJMDsrJrrMMuaPPq0S.1y\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 14:10:37\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 14:10:37\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:58;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3345;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Alamin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"alamin02@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01311465802\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$UKHD6Z2jKOA5Q6gMtDroPO\\/JjHQcAV426p6ZbxEbsrwpyd6p37Jcy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 14:14:07\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 14:14:07\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3345;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Alamin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"alamin02@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01311465802\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$UKHD6Z2jKOA5Q6gMtDroPO\\/JjHQcAV426p6ZbxEbsrwpyd6p37Jcy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 14:14:07\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 14:14:07\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:59;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3346;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Mozibur Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:25:\\\"moziburrahman@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01714011901\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ccNSXqdfPNdprArDct3imeNnhtnY1ynUtQseZtQCA8dy.iIWaRyXi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 14:18:57\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 14:18:57\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3346;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Mozibur Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:25:\\\"moziburrahman@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01714011901\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ccNSXqdfPNdprArDct3imeNnhtnY1ynUtQseZtQCA8dy.iIWaRyXi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 14:18:57\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 14:18:57\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:60;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3347;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Dr. Mujibur\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"drmujibor@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01710922762\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$cKGsmS.vQW0xsR8XYj1E1u0cfHoBsVBrJH6RtsXZWejFZJ6.vGMBi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 14:22:35\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 14:22:35\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3347;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Dr. Mujibur\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"drmujibor@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01710922762\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$cKGsmS.vQW0xsR8XYj1E1u0cfHoBsVBrJH6RtsXZWejFZJ6.vGMBi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 14:22:35\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 14:22:35\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:61;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3348;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Dr. forhad\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"forhad99@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01790445599\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$tfsX4KThhkm1SWBUPP\\/px.r5rkex0k852HZzkxUmzcSqX1JXhIxuO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 14:24:16\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 14:24:16\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3348;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Dr. forhad\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"forhad99@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01790445599\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$tfsX4KThhkm1SWBUPP\\/px.r5rkex0k852HZzkxUmzcSqX1JXhIxuO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 14:24:16\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 14:24:16\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:62;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3350;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Md. Jamal Uddin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715150149\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$3dEiG3YSpJXvsOuSh.7zGO9AzukOnf2uM4dzivzG8wdTj2c4qT\\/Vi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 15:33:23\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 15:33:23\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3350;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Md. Jamal Uddin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715150149\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$3dEiG3YSpJXvsOuSh.7zGO9AzukOnf2uM4dzivzG8wdTj2c4qT\\/Vi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 15:33:23\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 15:33:23\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:63;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3351;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Alamin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"alamin26@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01707132226\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$NxKRwkMB9yRmjAD.qHgPaudjbNMi7CUE2NuH\\/Qfu8W1.ponpR.Ecm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 15:35:24\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 15:35:24\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3351;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Alamin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"alamin26@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01707132226\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$NxKRwkMB9yRmjAD.qHgPaudjbNMi7CUE2NuH\\/Qfu8W1.ponpR.Ecm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 15:35:24\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 15:35:24\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:64;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3352;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Dr. Alom\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:16:\\\"alom@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01818252898\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$IQkdZhqJXiVgUy94xdcpRu0DhKpDR\\/V.JcWF4ncXTtNxUTyIAUJXK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 15:58:47\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 15:58:47\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3352;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Dr. Alom\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:16:\\\"alom@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01818252898\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$IQkdZhqJXiVgUy94xdcpRu0DhKpDR\\/V.JcWF4ncXTtNxUTyIAUJXK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 15:58:47\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 15:58:47\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:65;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3354;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Arafat ali\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01303248448\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$9m10g32N8gYJLzv2h17Q2uQYnzM9nrAQFo.Rg7p3Jo81TTXW7ilE6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 16:02:33\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 16:02:33\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3354;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Arafat ali\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01303248448\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$9m10g32N8gYJLzv2h17Q2uQYnzM9nrAQFo.Rg7p3Jo81TTXW7ilE6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 16:02:33\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 16:02:33\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:66;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3355;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Ataur\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"ataur05@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711968405\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$iGwF4yXvncdJhtl\\/cACdF.JHgSdZoxPT9jSAPDs5W1t5DYoHF4TJi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 16:04:14\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 16:04:14\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3355;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Ataur\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"ataur05@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711968405\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$iGwF4yXvncdJhtl\\/cACdF.JHgSdZoxPT9jSAPDs5W1t5DYoHF4TJi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 16:04:14\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 16:04:14\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:67;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3356;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Ali Hossain Sikder\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"alihossain@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01867767351\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$jHSA7YS4Y3OPPN8iiG4H7.X2NVaGpALvyJMl2DdiBnwrL3nTpuwk6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 16:05:32\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 16:05:32\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3356;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Ali Hossain Sikder\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"alihossain@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01867767351\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$jHSA7YS4Y3OPPN8iiG4H7.X2NVaGpALvyJMl2DdiBnwrL3nTpuwk6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 16:05:32\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 16:05:32\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:68;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3357;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Anwar\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"alihossain@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715742196\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$DvkU8P3ozzEin3Jx9bpepOQ4ULnY6zpKJfKOwtqHbLMLR1M0n08ki\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 16:06:42\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 16:06:42\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3357;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Anwar\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"alihossain@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715742196\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$DvkU8P3ozzEin3Jx9bpepOQ4ULnY6zpKJfKOwtqHbLMLR1M0n08ki\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 16:06:42\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 16:06:42\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:69;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3358;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Novin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01731767682\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$tSfR2N.u1HgkSnO23ppMM.rjeeKeQ5ptVxETkt7hN5dodv2f8fIE.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 16:12:03\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 16:12:03\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3358;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Novin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01731767682\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$tSfR2N.u1HgkSnO23ppMM.rjeeKeQ5ptVxETkt7hN5dodv2f8fIE.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 16:12:03\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 16:12:03\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:70;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3359;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:20:\\\"Fahim Alom Chowdhury\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"fahim84@mygpsbd.com\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01915024484\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$fTby1b\\/5OsX9pVI7yqlEie\\/dLDExUKC8O7ST4X5w24gv1JfwGZMru\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 16:14:23\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 16:14:23\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3359;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:20:\\\"Fahim Alom Chowdhury\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"fahim84@mygpsbd.com\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01915024484\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$fTby1b\\/5OsX9pVI7yqlEie\\/dLDExUKC8O7ST4X5w24gv1JfwGZMru\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 16:14:23\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 16:14:23\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:71;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3360;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"SK Mahedi\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"hatmahedi@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01911060580\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$lOTbuNZHo6JxroB1\\/daTKeILhY.Zgv.hR7MOm9IucxLKwiH72apmS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 16:16:11\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 16:16:11\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3360;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"SK Mahedi\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"hatmahedi@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01911060580\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$lOTbuNZHo6JxroB1\\/daTKeILhY.Zgv.hR7MOm9IucxLKwiH72apmS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 16:16:11\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 16:16:11\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:72;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3361;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Md.Ataur Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"ataur79@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01913300979\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$GKn3MRqRUrI6.eW5dgJCdeCC8yAlVqOT5k9lG.BlG8G6L7D.TpORS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 16:18:40\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 16:18:40\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3361;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Md.Ataur Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"ataur79@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01913300979\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$GKn3MRqRUrI6.eW5dgJCdeCC8yAlVqOT5k9lG.BlG8G6L7D.TpORS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 16:18:40\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 16:18:40\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:73;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3362;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Isa Aziz\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"aziz34@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01723909134\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$m7\\/AniiQ3pbVtxlm1ZbFzeCX5KJUQtCCWOJMqOjFX7KsX2i23bCK.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 16:26:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 16:26:29\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3362;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Isa Aziz\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"aziz34@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01723909134\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$m7\\/AniiQ3pbVtxlm1ZbFzeCX5KJUQtCCWOJMqOjFX7KsX2i23bCK.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 16:26:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 16:26:29\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:74;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3363;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Mir Alauddin Bappy\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711207150\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$DfrObOUH5sfWPEiC3BBtwucHG7UuIfHvJKkABApncNmr8TF8NXRe6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 16:29:08\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 16:29:08\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3363;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Mir Alauddin Bappy\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711207150\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$DfrObOUH5sfWPEiC3BBtwucHG7UuIfHvJKkABApncNmr8TF8NXRe6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 16:29:08\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 16:29:08\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:75;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3364;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Captain Kaikobad\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"jahid.dhakabd@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716604931\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$KIpCaBQIf6lBm5eiyDmCGO8dVad4OBibGyCe9dslK.R0MGnagduRO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 16:39:36\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 16:40:32\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3364;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Captain Kaikobad\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"jahid.dhakabd@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716604931\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$KIpCaBQIf6lBm5eiyDmCGO8dVad4OBibGyCe9dslK.R0MGnagduRO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 16:39:36\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 16:40:32\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:76;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3365;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Faysal Ahmmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"ftc.uzzal@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01677345660\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$v1OKY\\/emocmyIHc3tKQzAOC7GVzBPpOfKaiRMH3ozJ1xQfbQMjk3a\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 16:43:53\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 16:43:53\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3365;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Faysal Ahmmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"ftc.uzzal@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01677345660\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$v1OKY\\/emocmyIHc3tKQzAOC7GVzBPpOfKaiRMH3ozJ1xQfbQMjk3a\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 16:43:53\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 16:43:53\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:77;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3366;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"mkfashion28\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"mkfashion28@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01671826193\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$FHZQ2j8ywFBgb21d2RpZ3.A3wiBXcnYcJfT8HH42JI9uJS9VJnzNW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 16:48:47\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 16:48:47\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3366;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"mkfashion28\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"mkfashion28@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01671826193\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$FHZQ2j8ywFBgb21d2RpZ3.A3wiBXcnYcJfT8HH42JI9uJS9VJnzNW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 16:48:47\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 16:48:47\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:78;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3367;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Shahin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01789126130\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$.sMi7QWFvbHL6k1VwGkfFuevHjKYDQVwVDoCFJtCof96\\/QCzhDt8y\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 16:53:57\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 16:53:57\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3367;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Shahin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01789126130\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$.sMi7QWFvbHL6k1VwGkfFuevHjKYDQVwVDoCFJtCof96\\/QCzhDt8y\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 16:53:57\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 16:53:57\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:79;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3368;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Morshed Miraj\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:17:\\\"hmmiraj@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01817002333\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$kYcz0xKjOeM0GYhAim3H1OG6CC\\/TVSv.TBOmQ0lD83AjsYQNxWqxu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 16:56:15\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 16:56:15\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3368;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Morshed Miraj\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:17:\\\"hmmiraj@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01817002333\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$kYcz0xKjOeM0GYhAim3H1OG6CC\\/TVSv.TBOmQ0lD83AjsYQNxWqxu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 16:56:15\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 16:56:15\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:80;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3369;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Md. Mostofa\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"mostofa.html@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711100264\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$g6eVIsgVXbMMD7tPjxIjNukBSt5TOGSlK7N7U9.q77PsQH8iOvyXm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 16:58:47\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 16:58:47\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3369;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Md. Mostofa\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"mostofa.html@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711100264\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$g6eVIsgVXbMMD7tPjxIjNukBSt5TOGSlK7N7U9.q77PsQH8iOvyXm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 16:58:47\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 16:58:47\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:81;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3370;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Shamim Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"shamim08@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01977107608\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ckqF45S4RqU.aK\\/.mgvamuw3BajEaP4YR\\/.g5ssrBtMfGJxOGkY.a\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 17:01:24\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 17:01:24\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3370;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Shamim Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"shamim08@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01977107608\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ckqF45S4RqU.aK\\/.mgvamuw3BajEaP4YR\\/.g5ssrBtMfGJxOGkY.a\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 17:01:24\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 17:01:24\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:82;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3371;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Shahin Alom\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"shahin@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01632470615\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$V2Xc\\/oG\\/qGvGwoy8wvoLTOtY31s14I9eMY7xPOShYPh2wp4r2qBbC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 17:06:24\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 17:06:24\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3371;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Shahin Alom\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"shahin@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01632470615\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$V2Xc\\/oG\\/qGvGwoy8wvoLTOtY31s14I9eMY7xPOShYPh2wp4r2qBbC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 17:06:24\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 17:06:24\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:83;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3372;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Md. Safwan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"safwan35@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01817286397\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$KjXsJqCRJvpKygSYitITgOKI..p7dSScFcMtawqFUcwIZNfj2RqDm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 17:08:46\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 17:08:46\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3372;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Md. Safwan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"safwan35@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01817286397\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$KjXsJqCRJvpKygSYitITgOKI..p7dSScFcMtawqFUcwIZNfj2RqDm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 17:08:46\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 17:08:46\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:84;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3373;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Shibbir Ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"shibbir@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01772428799\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$MlE7fHHZylxJwc.dP90bNumaveV07XDoJTKyUWFJ0bdNu7.ph22lm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 17:10:55\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 17:10:55\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3373;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Shibbir Ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"shibbir@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01772428799\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$MlE7fHHZylxJwc.dP90bNumaveV07XDoJTKyUWFJ0bdNu7.ph22lm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 17:10:55\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 17:10:55\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:85;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3374;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Alauddin khan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01611011185\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$RyffsfBmUF9Epvfca24WD.zfg1yCx1TB1CJ06.4Wgv4yx2SYfyhBS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 17:13:31\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 17:13:31\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3374;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Alauddin khan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01611011185\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$RyffsfBmUF9Epvfca24WD.zfg1yCx1TB1CJ06.4Wgv4yx2SYfyhBS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 17:13:31\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 17:13:31\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:86;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3375;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Faisal\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01924758812\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$PgsInnGxUf2H7cUpO0Wfk.fB8z7OONPkc9g0oe739XbQZaFf2hfa2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 17:14:42\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 17:14:42\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3375;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Faisal\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01924758812\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$PgsInnGxUf2H7cUpO0Wfk.fB8z7OONPkc9g0oe739XbQZaFf2hfa2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 17:14:42\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 17:14:42\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:87;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3376;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Akas\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01724660825\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$kqG14kUyIXaV55RFzecotubgn4SVQT2wbHBhAWMtgP23jgi0\\/kmpW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 17:16:00\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 17:16:00\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3376;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Akas\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01724660825\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$kqG14kUyIXaV55RFzecotubgn4SVQT2wbHBhAWMtgP23jgi0\\/kmpW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 17:16:00\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 17:16:00\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:88;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3377;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Kamruzzaman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01944455392\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$6Wz\\/eTT5ugCOrO6P52jZkuHpc6Je.XYznF56mBdiNk2xKaPQLXzre\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 17:17:03\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 17:17:03\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3377;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Kamruzzaman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01944455392\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$6Wz\\/eTT5ugCOrO6P52jZkuHpc6Je.XYznF56mBdiNk2xKaPQLXzre\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 17:17:03\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 17:17:03\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:89;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3378;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Alamin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01688677508\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$NYsgfQ6PzQnzw3gKnmVP1eUNKWA44HyySdBhYKSZTqYH5FptJeK2S\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 17:25:28\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 17:25:28\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3378;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Alamin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01688677508\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$NYsgfQ6PzQnzw3gKnmVP1eUNKWA44HyySdBhYKSZTqYH5FptJeK2S\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 17:25:28\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 17:25:28\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:90;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3379;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"ROMAN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01792546773\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$4cSfXolSwW36IY5wKNBIX.ZF8gIeeofcJ9kNU5q0Q12zj0ZZPYvHq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 17:34:18\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 17:34:18\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3379;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"ROMAN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01792546773\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$4cSfXolSwW36IY5wKNBIX.ZF8gIeeofcJ9kNU5q0Q12zj0ZZPYvHq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 17:34:18\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 17:34:18\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:91;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3380;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Noyon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712562306\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$BUAl9fF1qNv4IthunoRtauGDp\\/1q3I6VMy4XXqOYpx\\/PYPG4t3nh2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 17:35:35\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 17:35:35\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3380;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Noyon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712562306\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$BUAl9fF1qNv4IthunoRtauGDp\\/1q3I6VMy4XXqOYpx\\/PYPG4t3nh2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 17:35:35\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 17:35:35\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:92;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3381;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Moinul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01795555885\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$UWrOeXS9wqMZVthECEzI6OK6TV91.PVCsXbdgGxDLsqqlSicW3M.G\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 17:36:58\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 17:36:58\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3381;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Moinul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01795555885\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$UWrOeXS9wqMZVthECEzI6OK6TV91.PVCsXbdgGxDLsqqlSicW3M.G\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 17:36:58\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 17:36:58\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:93;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3382;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Sudhir Das\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01689921672\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$K9LT8A6x.ZJbiYeK.DkZ9O5b8AQ8iN8lHY9P50rlBCoKA4lDLi0RK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 17:38:58\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 17:38:58\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3382;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Sudhir Das\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01689921672\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$K9LT8A6x.ZJbiYeK.DkZ9O5b8AQ8iN8lHY9P50rlBCoKA4lDLi0RK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 17:38:58\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 17:38:58\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:94;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3383;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Sha Alom Monir\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01812070000\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$zmV8XQeZgBpCOxFQaAFaCeDlz733Zmoc3OW\\/EKiBIWzyt1\\/KO64Zq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 17:41:54\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 17:41:54\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3383;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Sha Alom Monir\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01812070000\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$zmV8XQeZgBpCOxFQaAFaCeDlz733Zmoc3OW\\/EKiBIWzyt1\\/KO64Zq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 17:41:54\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 17:41:54\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:95;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3384;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Borun\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01841643075\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$uZrPOTnRvnVPLA1AbeaUne43MFELZ8j5AmaX0PkNDF4Kxl8xxmGuy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 17:43:16\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 17:43:16\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3384;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Borun\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01841643075\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$uZrPOTnRvnVPLA1AbeaUne43MFELZ8j5AmaX0PkNDF4Kxl8xxmGuy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-10-31 17:43:16\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-10-31 17:43:16\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:96;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3385;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Md. Sabbir Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01798585960\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$2Yfh37smqwkQxBtS5EJKmuQ83.6ZI.WLYzXiKoeV3x1ApJNaXj3fa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 11:04:58\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 11:04:58\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3385;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Md. Sabbir Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01798585960\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$2Yfh37smqwkQxBtS5EJKmuQ83.6ZI.WLYzXiKoeV3x1ApJNaXj3fa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 11:04:58\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 11:04:58\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:97;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3386;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Asif Masud\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01717058372\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$0NPJ\\/BEdEYBBsAqT3tbDnuGs6hx9234tSDzZsogcIvV9jcwipJ1L6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 11:06:33\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 11:06:33\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3386;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Asif Masud\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01717058372\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$0NPJ\\/BEdEYBBsAqT3tbDnuGs6hx9234tSDzZsogcIvV9jcwipJ1L6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 11:06:33\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 11:06:33\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:98;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3387;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Nur Alam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01739215973\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$6Vspy7XYEeclaST3PWi1vOUzWxWp7wNsIRvjuu1fKVd3Gril3YbHm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 11:07:49\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 11:07:49\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3387;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Nur Alam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01739215973\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$6Vspy7XYEeclaST3PWi1vOUzWxWp7wNsIRvjuu1fKVd3Gril3YbHm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 11:07:49\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 11:07:49\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:99;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3388;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Shourav\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715783861\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$vYi4Sq8bCltSt.RKiUHQSeP5ZVo5XwFgUa7atM5TISrw31A17T5\\/a\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 11:09:20\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 11:09:20\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3388;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Shourav\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715783861\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$vYi4Sq8bCltSt.RKiUHQSeP5ZVo5XwFgUa7atM5TISrw31A17T5\\/a\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 11:09:20\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 11:09:20\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}}}s:4:\\\"text\\\";s:540:\\\"\\u09aa\\u09cd\\u09b0\\u09bf\\u09af\\u09bc \\u0997\\u09cd\\u09b0\\u09be\\u09b9\\u0995,\\n\\u09ae\\u09be\\u0987\\u099c\\u09bf\\u09aa\\u09bf\\u098f\\u09b8 \\u099f\\u09cd\\u09b0\\u09cd\\u09af\\u09be\\u0995\\u09bf\\u0982 \\u09b8\\u09be\\u09b0\\u09cd\\u09ad\\u09bf\\u09b8 \\u098f\\u09b0 \\u09aa\\u0995\\u09cd\\u09b7 \\u09a5\\u09c7\\u0995\\u09c7 \\u09aa\\u09ac\\u09bf\\u09a4\\u09cd\\u09b0 \\u0988\\u09a6\\u09c1\\u09b2 \\u09ab\\u09bf\\u09a4\\u09b0 \\u0989\\u09aa\\u09b2\\u0995\\u09cd\\u09b7\\u09c7 \\u0986\\u09aa\\u09a8\\u09be\\u0995\\u09c7 \\u099c\\u09be\\u09a8\\u09be\\u0987 \\\"\\u0988\\u09a6 \\u09ae\\u09cb\\u09ac\\u09be\\u09b0\\u0995\\\"\\u0964 \\u0986\\u09aa\\u09a8\\u09be\\u09b0 \\u09aa\\u09b0\\u09bf\\u09ac\\u09be\\u09b0\\u0995\\u09c7 \\u09a8\\u09bf\\u09af\\u09bc\\u09c7 \\u098f\\u09ac\\u09be\\u09b0\\u09c7\\u09b0 \\u0988\\u09a6 \\u0995\\u09be\\u099f\\u09c1\\u0995 \\u0986\\u09b0\\u09cb \\u0986\\u09a8\\u09a8\\u09cd\\u09a6\\u09aa\\u09c2\\u09b0\\u09cd\\u09a3 \\u0993 \\u0989\\u09aa\\u09ad\\u09cb\\u0997\\u09cd\\u09af\\u09ae\\u09af\\u09bc\\u0964 \\u0986\\u09aa\\u09a8\\u09be\\u09b0 \\u09aa\\u09cd\\u09b0\\u09a4\\u09bf\\u099f\\u09bf \\u09af\\u09be\\u09a4\\u09cd\\u09b0\\u09be \\u09b6\\u09c1\\u09ad \\u09b9\\u09cb\\u0995\\u0964\\\";}s:3:\\\"job\\\";N;s:10:\\\"connection\\\";N;s:5:\\\"queue\\\";N;s:15:\\\"chainConnection\\\";N;s:10:\\\"chainQueue\\\";N;s:5:\\\"delay\\\";N;s:10:\\\"middleware\\\";a:0:{}s:7:\\\"chained\\\";a:0:{}}\"}}', 'Illuminate\\Queue\\MaxAttemptsExceededException: App\\Jobs\\SmsSend has been attempted too many times or run too long. The job may have previously timed out. in /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php:648\nStack trace:\n#0 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(163): Illuminate\\Queue\\Worker->maxAttemptsExceededException(Object(Illuminate\\Queue\\Jobs\\DatabaseJob))\n#1 /home/mygpsbd/public_html/app/Http/helper.php(28): Illuminate\\Queue\\Worker->Illuminate\\Queue\\{closure}(14, Array)\n#2 /home/mygpsbd/public_html/app/Jobs/SmsSend.php(35): send_sms(\'\\xE0\\xA6\\xAA\\xE0\\xA7\\x8D\\xE0\\xA6\\xB0\\xE0\\xA6\\xBF\\xE0\\xA6\\xAF...\', Array)\n#3 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App\\Jobs\\SmsSend->handle()\n#4 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/Util.php(37): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}()\n#5 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(93): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))\n#6 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(37): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))\n#7 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/Container.php(596): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)\n#8 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php(94): Illuminate\\Container\\Container->call(Array)\n#9 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(128): Illuminate\\Bus\\Dispatcher->Illuminate\\Bus\\{closure}(Object(App\\Jobs\\SmsSend))\n#10 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(103): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(App\\Jobs\\SmsSend))\n#11 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php(98): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))\n#12 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(83): Illuminate\\Bus\\Dispatcher->dispatchNow(Object(App\\Jobs\\SmsSend), false)\n#13 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(128): Illuminate\\Queue\\CallQueuedHandler->Illuminate\\Queue\\{closure}(Object(App\\Jobs\\SmsSend))\n#14 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(103): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(App\\Jobs\\SmsSend))\n#15 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(85): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))\n#16 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(59): Illuminate\\Queue\\CallQueuedHandler->dispatchThroughMiddleware(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Object(App\\Jobs\\SmsSend))\n#17 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Jobs/Job.php(98): Illuminate\\Queue\\CallQueuedHandler->call(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Array)\n#18 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(356): Illuminate\\Queue\\Jobs\\Job->fire()\n#19 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(306): Illuminate\\Queue\\Worker->process(\'database\', Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Object(Illuminate\\Queue\\WorkerOptions))\n#20 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(132): Illuminate\\Queue\\Worker->runJob(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), \'database\', Object(Illuminate\\Queue\\WorkerOptions))\n#21 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(112): Illuminate\\Queue\\Worker->daemon(\'database\', \'default\', Object(Illuminate\\Queue\\WorkerOptions))\n#22 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(96): Illuminate\\Queue\\Console\\WorkCommand->runWorker(\'database\', \'default\')\n#23 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Illuminate\\Queue\\Console\\WorkCommand->handle()\n#24 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/Util.php(37): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}()\n#25 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(93): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))\n#26 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(37): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))\n#27 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/Container.php(596): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)\n#28 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Console/Command.php(134): Illuminate\\Container\\Container->call(Array)\n#29 /home/mygpsbd/public_html/vendor/symfony/console/Command/Command.php(298): Illuminate\\Console\\Command->execute(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))\n#30 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Console/Command.php(121): Symfony\\Component\\Console\\Command\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))\n#31 /home/mygpsbd/public_html/vendor/symfony/console/Application.php(1040): Illuminate\\Console\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#32 /home/mygpsbd/public_html/vendor/symfony/console/Application.php(301): Symfony\\Component\\Console\\Application->doRunCommand(Object(Illuminate\\Queue\\Console\\WorkCommand), Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#33 /home/mygpsbd/public_html/vendor/symfony/console/Application.php(171): Symfony\\Component\\Console\\Application->doRun(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#34 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Console/Application.php(93): Symfony\\Component\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#35 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(129): Illuminate\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#36 /home/mygpsbd/public_html/artisan(37): Illuminate\\Foundation\\Console\\Kernel->handle(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#37 {main}', '2024-04-11 20:01:02');
INSERT INTO `failed_jobs` (`id`, `connection`, `queue`, `payload`, `exception`, `failed_at`) VALUES
(735, 'database', 'default', '{\"uuid\":\"c8b144c1-c589-40ad-9f6a-3fb38e004f42\",\"displayName\":\"App\\\\Jobs\\\\SmsSend\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"delay\":null,\"timeout\":null,\"timeoutAt\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\SmsSend\",\"command\":\"O:16:\\\"App\\\\Jobs\\\\SmsSend\\\":9:{s:4:\\\"data\\\";a:2:{s:4:\\\"data\\\";O:39:\\\"Illuminate\\\\Database\\\\Eloquent\\\\Collection\\\":1:{s:8:\\\"\\u0000*\\u0000items\\\";a:100:{i:0;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3389;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Sumon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711874519\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$H5uNQU.GI4X\\/0ANx4sknBu6BfCSg4jBTxA9WjT27kdr.GRtRSpyC6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 11:10:40\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 11:10:40\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3389;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Sumon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711874519\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$H5uNQU.GI4X\\/0ANx4sknBu6BfCSg4jBTxA9WjT27kdr.GRtRSpyC6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 11:10:40\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 11:10:40\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:1;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3390;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Yusuf Malibag\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01924610051\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Zzep\\/D05QcadU6e77nD6cev.MeVNOHADjiMUbt\\/q5qVog1X7PpVfC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 11:11:46\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 11:11:46\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3390;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Yusuf Malibag\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01924610051\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Zzep\\/D05QcadU6e77nD6cev.MeVNOHADjiMUbt\\/q5qVog1X7PpVfC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 11:11:46\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 11:11:46\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:2;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3391;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Rasel\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01722031051\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$sMq91l7LlfATv8NQSqMdbe2tOgVlyTgx5MqXDqY7z8M27FHc6pFLy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 11:13:39\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 11:13:39\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3391;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Rasel\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01722031051\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$sMq91l7LlfATv8NQSqMdbe2tOgVlyTgx5MqXDqY7z8M27FHc6pFLy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 11:13:39\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 11:13:39\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:3;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3392;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Gold King\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01885997676\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$sQbLiuZzMZwMugg6hroePePsBgXC2aqt6dF0\\/.e8hlD4ZhcaaDkWq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 11:52:46\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 11:52:46\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3392;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Gold King\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01885997676\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$sQbLiuZzMZwMugg6hroePePsBgXC2aqt6dF0\\/.e8hlD4ZhcaaDkWq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 11:52:46\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 11:52:46\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:4;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3393;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Md. Shamrat\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01314437030\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Gh50CbHkYXADk7b.6ZogzefnTCILDKJzsc6HYl1y42T369uyXyH\\/u\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 11:55:17\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 11:55:17\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3393;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Md. Shamrat\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01314437030\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Gh50CbHkYXADk7b.6ZogzefnTCILDKJzsc6HYl1y42T369uyXyH\\/u\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 11:55:17\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 11:55:17\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:5;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3394;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Nazame Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01977366566\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$r2spcH4VtfEjnyOtDnPBm.1GiS693VHn2F4axwkhbjq0Qm9L3qJU6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 11:56:25\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 11:56:25\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3394;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Nazame Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01977366566\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$r2spcH4VtfEjnyOtDnPBm.1GiS693VHn2F4axwkhbjq0Qm9L3qJU6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 11:56:25\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 11:56:25\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:6;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3395;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Md. Faridul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01742921551\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$yTAvwA4fhibtskYEvNw8AuJ1NbFuYZ2PGtNn2eV3Pt7Nvo17jF5KW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 12:47:43\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 12:47:43\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3395;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Md. Faridul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01742921551\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$yTAvwA4fhibtskYEvNw8AuJ1NbFuYZ2PGtNn2eV3Pt7Nvo17jF5KW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 12:47:43\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 12:47:43\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:7;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3396;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md. Moniruzzaman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01938835957\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$1d2Si6D4WJFJqVGyvIFpdOp3ew7rLFRR8hsFdz.Ai9KmzpczUDIYW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 12:50:26\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 12:50:26\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3396;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md. Moniruzzaman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01938835957\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$1d2Si6D4WJFJqVGyvIFpdOp3ew7rLFRR8hsFdz.Ai9KmzpczUDIYW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 12:50:26\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 12:50:26\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:8;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3397;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Bellal\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712114566\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$aUwOUITp70swt6DVIJ2F.OYcI4JKCzxvg97\\/pvs4HjuteGCujODqi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 13:19:13\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 13:19:13\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3397;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Bellal\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712114566\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$aUwOUITp70swt6DVIJ2F.OYcI4JKCzxvg97\\/pvs4HjuteGCujODqi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 13:19:13\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 13:19:13\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:9;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3398;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Monsurull Haque\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01818170866\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$FWltsGdP18qMrbSWRPlNQ.fPzFLnNOkXtxqUH65q0ZWW7XUyn4Xzu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 13:20:24\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 13:20:24\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3398;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Monsurull Haque\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01818170866\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$FWltsGdP18qMrbSWRPlNQ.fPzFLnNOkXtxqUH65q0ZWW7XUyn4Xzu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 13:20:24\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 13:20:24\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:10;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3399;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Md. Azom\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01950107528\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$cg0o7HNvYu5mo7DbfdEXEusS\\/hVS2WFzwCKhXr5xvUCPOtO.PM0e2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 13:21:35\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 13:21:35\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3399;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Md. Azom\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01950107528\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$cg0o7HNvYu5mo7DbfdEXEusS\\/hVS2WFzwCKhXr5xvUCPOtO.PM0e2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 13:21:35\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 13:21:35\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:11;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3400;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Saif\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01779909931\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$rx4QFTNiBQ3.D\\/Xq6LS9nOkuEa4.unR.vg7jnAFqf8l.6GBRzc62W\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 13:23:09\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 13:23:09\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3400;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Saif\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01779909931\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$rx4QFTNiBQ3.D\\/Xq6LS9nOkuEa4.unR.vg7jnAFqf8l.6GBRzc62W\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 13:23:09\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 13:23:09\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:12;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3401;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Md Anis\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712938957\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$7tUXtueY7sRB1XJu2.uQbO8vYxU9Ib4u7NR5U\\/YxmeQAlAdszuGda\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 13:24:15\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 13:24:15\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3401;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Md Anis\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712938957\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$7tUXtueY7sRB1XJu2.uQbO8vYxU9Ib4u7NR5U\\/YxmeQAlAdszuGda\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 13:24:15\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 13:24:15\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:13;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3402;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Joy Hasan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01720117201\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$JAb\\/RemNPvVZRb.YujvDyOEJOxVRjh7UcUG3DWodTHZHNu4qbUv5y\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 13:25:17\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 13:25:17\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3402;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Joy Hasan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01720117201\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$JAb\\/RemNPvVZRb.YujvDyOEJOxVRjh7UcUG3DWodTHZHNu4qbUv5y\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 13:25:17\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 13:25:17\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:14;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3403;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Monir\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711632408\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$yf1eMHLrHDCqtf7rfEdQJ.9GXQg4IxZnk2EALFm8U4nGLJFKnTPLG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 13:26:14\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 13:26:14\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3403;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Monir\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711632408\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$yf1eMHLrHDCqtf7rfEdQJ.9GXQg4IxZnk2EALFm8U4nGLJFKnTPLG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 13:26:14\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 13:26:14\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:15;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3404;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Rifath Sayeed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01713424137\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$swlkpWoq8CVkh0kBx2d83eB.1CP6KCih6PWowPvajW7ecr1vBUbo.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 13:27:11\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 13:27:11\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3404;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Rifath Sayeed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01713424137\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$swlkpWoq8CVkh0kBx2d83eB.1CP6KCih6PWowPvajW7ecr1vBUbo.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 13:27:11\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 13:27:11\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:16;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3405;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Sagor\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01626098403\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$CsDGcLX8Qx5qhypf85o0p.p2xD2aQrg\\/MvHAhrARIGZ9Q7tUYA.Ry\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 13:39:01\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 13:39:01\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3405;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Sagor\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01626098403\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$CsDGcLX8Qx5qhypf85o0p.p2xD2aQrg\\/MvHAhrARIGZ9Q7tUYA.Ry\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 13:39:01\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 13:39:01\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:17;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3406;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Arif\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01888720095\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$YyToM3JTRl8tDKFYu5iGgOTu60BZSEuqYr1Fi\\/x6sotPGohk2S502\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 13:41:19\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 13:41:19\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3406;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Arif\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01888720095\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$YyToM3JTRl8tDKFYu5iGgOTu60BZSEuqYr1Fi\\/x6sotPGohk2S502\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 13:41:19\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 13:41:19\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:18;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3407;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Zahidul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01925158283\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$113.ZqgRkM1PvQkikilaweMlmIv8xBgtU5J7I7l.kQI1m1nACnRpS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 14:54:16\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 14:54:16\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3407;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Zahidul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01925158283\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$113.ZqgRkM1PvQkikilaweMlmIv8xBgtU5J7I7l.kQI1m1nACnRpS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 14:54:16\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 14:54:16\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:19;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3408;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Ummat ALI\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01721656262\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$CtVV5mnJpiBHdXdYQsS5u.Zny5QFJhK.dq\\/Hz34JINyN0iJo6.ArO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:03:16\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:03:16\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3408;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Ummat ALI\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01721656262\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$CtVV5mnJpiBHdXdYQsS5u.Zny5QFJhK.dq\\/Hz34JINyN0iJo6.ArO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:03:16\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:03:16\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:20;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3409;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Shahin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01819252491\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$eAONZnUNze3z6Oq9R4o7veZGlwn64Oz0mZOAJdaAgQP3gysDtPQUa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:04:41\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:04:41\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3409;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Shahin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01819252491\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$eAONZnUNze3z6Oq9R4o7veZGlwn64Oz0mZOAJdaAgQP3gysDtPQUa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:04:41\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:04:41\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:21;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3410;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Shemanta\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01816801259\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$KYNIUmU7dRCSrN5NzOMFpehIITbrzp8gI8xU0oXYfIS3jXn96GxKG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:07:04\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:07:04\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3410;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Shemanta\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01816801259\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$KYNIUmU7dRCSrN5NzOMFpehIITbrzp8gI8xU0oXYfIS3jXn96GxKG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:07:04\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:07:04\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:22;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3411;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"SM Maniruzzan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715239290\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$MyS6XNUvIyVxnLMUE5\\/S0eFBaZuqNt2DUcjbyjf75lqg9O9NqgPAa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:09:19\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:09:19\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3411;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"SM Maniruzzan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715239290\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$MyS6XNUvIyVxnLMUE5\\/S0eFBaZuqNt2DUcjbyjf75lqg9O9NqgPAa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:09:19\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:09:19\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:23;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3412;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Badsha Bulbul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01626243108\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$jsG7xLUUS7oP4rDErGda1uwjpLvggWhv9s.WKQ3pcZtGi1AbNYzWe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:10:24\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:10:24\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3412;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Badsha Bulbul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01626243108\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$jsG7xLUUS7oP4rDErGda1uwjpLvggWhv9s.WKQ3pcZtGi1AbNYzWe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:10:24\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:10:24\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:24;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3413;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Faisal\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01879378900\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$yZ35BKVFvzMQeBcpwnqYfe\\/Ck8sn.rKCg1eNcKqzi8D6k\\/vfIDNvS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:11:22\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:11:22\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3413;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Faisal\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01879378900\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$yZ35BKVFvzMQeBcpwnqYfe\\/Ck8sn.rKCg1eNcKqzi8D6k\\/vfIDNvS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:11:22\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:11:22\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:25;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3414;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Elias Kanchan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01769207018\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$lHoFAo2MFevTjbWkC6njvOG5i2dJPwH8gxYSZIqXG73Q8kl9YeuHK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:12:57\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:12:57\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3414;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Elias Kanchan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01769207018\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$lHoFAo2MFevTjbWkC6njvOG5i2dJPwH8gxYSZIqXG73Q8kl9YeuHK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:12:57\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:12:57\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:26;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3415;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Alauddin khan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01612684676\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ntDdrkARchC27eDAZCwAD.RL\\/2Jf41M6QhUn20QFCxXYarXlDrH1u\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:15:36\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:15:36\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3415;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Alauddin khan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01612684676\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ntDdrkARchC27eDAZCwAD.RL\\/2Jf41M6QhUn20QFCxXYarXlDrH1u\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:15:36\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:15:36\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:27;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3416;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Tanvir shyod bappy\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712226037\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$3\\/RptmKtvTJq3hSAwW1nk.z9eWoQBdi5kLOE59mu\\/e5IKjEQ0q2pC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:17:09\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:17:09\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3416;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Tanvir shyod bappy\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712226037\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$3\\/RptmKtvTJq3hSAwW1nk.z9eWoQBdi5kLOE59mu\\/e5IKjEQ0q2pC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:17:09\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:17:09\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:28;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3417;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Shoun\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01799186403\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$XQC0o1d6.w6JCSy2clyJdu\\/vKqyhgy\\/Uzb\\/NGAg2fFxeoLB8.19Iq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:18:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:18:29\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3417;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Shoun\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01799186403\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$XQC0o1d6.w6JCSy2clyJdu\\/vKqyhgy\\/Uzb\\/NGAg2fFxeoLB8.19Iq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:18:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:18:29\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:29;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3418;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Akash\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01906861117\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$so8l2tvuGoUR3vLCzQp7AuFJPfeDnEdII3XMqIVBUifu0UiLTdpe6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:24:47\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:24:47\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3418;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Akash\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01906861117\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$so8l2tvuGoUR3vLCzQp7AuFJPfeDnEdII3XMqIVBUifu0UiLTdpe6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:24:47\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:24:47\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:30;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3419;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Nazmul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01718527108\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$O7RenHANj5C9itNKa7qpA.x3htKXO2FRM9vxUPJ8fTCnt5xLHIAaO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:26:52\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:26:52\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3419;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Nazmul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01718527108\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$O7RenHANj5C9itNKa7qpA.x3htKXO2FRM9vxUPJ8fTCnt5xLHIAaO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:26:52\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:26:52\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:31;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3420;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Rajib\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01318742290\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$oN9pCQgaeR.ijAhGlRaL3.kIsJ3hjIZno7Aw.yOad4BMGASAJDCoy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:27:48\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:27:48\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3420;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Rajib\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01318742290\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$oN9pCQgaeR.ijAhGlRaL3.kIsJ3hjIZno7Aw.yOad4BMGASAJDCoy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:27:48\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:27:48\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:32;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3421;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"kawsar Ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01750019777\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$OfFlLOf8gsublGNNSQ6AEeq.ytrapI9z77Xtx1Z54zJOgZ.koeRk6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:28:37\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:28:37\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3421;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"kawsar Ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01750019777\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$OfFlLOf8gsublGNNSQ6AEeq.ytrapI9z77Xtx1Z54zJOgZ.koeRk6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:28:37\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:28:37\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:33;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3422;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Shirajul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01737218001\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$2AykSKrkgFfeZGH9RfxMmujERKXMJ5eRWd3\\/Eq3HKzr02GbpZ0sUm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:29:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:29:29\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3422;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Shirajul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01737218001\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$2AykSKrkgFfeZGH9RfxMmujERKXMJ5eRWd3\\/Eq3HKzr02GbpZ0sUm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:29:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:29:29\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:34;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3423;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Akter Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711393473\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$GUALXV.hiF.PZFCMsQxNgu8R9YZLXamb5Zris19U7o5S90.cRkd6y\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:30:41\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:30:41\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3423;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Akter Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711393473\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$GUALXV.hiF.PZFCMsQxNgu8R9YZLXamb5Zris19U7o5S90.cRkd6y\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:30:41\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:30:41\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:35;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3424;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Mustafa\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01866066602\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$yEoLC\\/l3Vw84JUTHmSBiruZrYkOz5FSRgOZUNkl8yEFe\\/tIe6Ijvq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:32:40\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:32:40\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3424;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Mustafa\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01866066602\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$yEoLC\\/l3Vw84JUTHmSBiruZrYkOz5FSRgOZUNkl8yEFe\\/tIe6Ijvq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:32:40\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:32:40\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:36;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3425;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Khurshed Alom\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:7:\\\"Tangail\\\";s:5:\\\"phone\\\";s:11:\\\"01729220055\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$5ZOKwaglCj9bpBlcxZ\\/IK.HBcZcx1BrLsD97vpYifU255VpWvR0gO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:33:33\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:33:33\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3425;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Khurshed Alom\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:7:\\\"Tangail\\\";s:5:\\\"phone\\\";s:11:\\\"01729220055\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$5ZOKwaglCj9bpBlcxZ\\/IK.HBcZcx1BrLsD97vpYifU255VpWvR0gO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:33:33\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:33:33\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:37;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3426;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:27:\\\"Ashraful karim sikder Noman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716566251\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$5Cuv\\/xMItTJZpXdQo1F5m.kK8NL1SE6oXJLV\\/hrw5zpg4q6Bjy\\/qq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:34:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:34:29\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3426;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:27:\\\"Ashraful karim sikder Noman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716566251\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$5Cuv\\/xMItTJZpXdQo1F5m.kK8NL1SE6oXJLV\\/hrw5zpg4q6Bjy\\/qq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:34:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:34:29\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:38;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3427;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Ruhul amin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01739993231\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$LgTDK7zOffP9nTwBv2ERq.f4rtj4\\/ELguyybx13VicunWoSQBJudm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:35:23\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:35:23\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3427;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Ruhul amin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01739993231\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$LgTDK7zOffP9nTwBv2ERq.f4rtj4\\/ELguyybx13VicunWoSQBJudm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:35:23\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:35:23\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:39;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3428;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Subol\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01786044224\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$zQJWaLd7gKRi6LgZUm3Hq.hGeC53wnt0XqcaNklndLTbNYelq5b8e\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:36:51\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:36:51\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3428;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Subol\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01786044224\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$zQJWaLd7gKRi6LgZUm3Hq.hGeC53wnt0XqcaNklndLTbNYelq5b8e\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:36:51\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:36:51\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:40;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3429;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Abdul Kuddis\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01813905594\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$8eCZmwyhte7H\\/ekm3ohVCOHCwZR5mXJEUKozfeaASk4T8enovPOXi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:38:20\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:38:20\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3429;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Abdul Kuddis\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01813905594\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$8eCZmwyhte7H\\/ekm3ohVCOHCwZR5mXJEUKozfeaASk4T8enovPOXi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:38:20\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:38:20\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:41;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3430;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Pacific Cargo\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01778322365\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$iWK\\/.AAKlMUxSmo\\/\\/h\\/lZ.eToiwOnWiSxLJUuQoYXDW3vogeKH5t6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:40:32\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:40:32\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3430;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Pacific Cargo\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01778322365\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$iWK\\/.AAKlMUxSmo\\/\\/h\\/lZ.eToiwOnWiSxLJUuQoYXDW3vogeKH5t6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:40:32\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:40:32\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:42;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3431;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Mohammad Safa\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01671813399\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ZqGruLY\\/taes\\/UoYr4cwguDYsOYrmOWLvMbjTds1inawTlYLch\\/sa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:47:37\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:47:37\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3431;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Mohammad Safa\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01671813399\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ZqGruLY\\/taes\\/UoYr4cwguDYsOYrmOWLvMbjTds1inawTlYLch\\/sa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:47:37\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:47:37\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:43;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3432;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Ruhul Amin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01642303903\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$7xG3KMWBnJnBhxsmgh9ePuN0CSymE.TtXfFGWAqcRCwk620GR3wxm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:49:40\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:49:40\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3432;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Ruhul Amin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01642303903\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$7xG3KMWBnJnBhxsmgh9ePuN0CSymE.TtXfFGWAqcRCwk620GR3wxm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:49:40\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:49:40\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:44;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3433;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Rupam Haque\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"rupam67@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716458567\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$BBVxPIceE9\\/glJZ7QgvUHexuMpUkPrVg42xxy.P634UhUlabcKoPO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:52:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:52:29\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3433;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Rupam Haque\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"rupam67@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716458567\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$BBVxPIceE9\\/glJZ7QgvUHexuMpUkPrVg42xxy.P634UhUlabcKoPO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 15:52:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 15:52:29\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:45;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3434;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Khorshed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"khorshed71@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711085171\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$eHYzMAg2YCjYYccv2FZoruO7HC4uJt\\/LVplCbKBzMm7m86dzRRD9O\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 16:52:50\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 16:52:50\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3434;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Khorshed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"khorshed71@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711085171\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$eHYzMAg2YCjYYccv2FZoruO7HC4uJt\\/LVplCbKBzMm7m86dzRRD9O\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 16:52:50\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 16:52:50\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:46;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3435;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Saidur Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"saidur97@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711322497\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$lsBZSBs6cho.MGEGHP0r\\/.WVXVenO082WmQurrbuNfoWcl6yOx1wy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 17:02:10\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 17:02:10\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3435;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Saidur Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"saidur97@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711322497\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$lsBZSBs6cho.MGEGHP0r\\/.WVXVenO082WmQurrbuNfoWcl6yOx1wy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 17:02:10\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 17:02:10\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:47;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3436;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Md. Robiul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01927200901\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$XiHL7GMtf3maKrTqQSadIOWZwJ5ymDE04SEEKn5S1Ns6wjpbqiVpe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 17:03:23\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 17:03:23\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3436;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Md. Robiul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01927200901\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$XiHL7GMtf3maKrTqQSadIOWZwJ5ymDE04SEEKn5S1Ns6wjpbqiVpe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 17:03:23\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 17:03:23\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:48;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3437;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"Md.Khaled Saifullah\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01708150650\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$qyyHwhxhPKeUZIhRwdcFfuUFwd4mEomnkk5oHkxJRkMO6ycvdQh8u\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 17:04:13\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 17:04:13\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3437;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"Md.Khaled Saifullah\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01708150650\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$qyyHwhxhPKeUZIhRwdcFfuUFwd4mEomnkk5oHkxJRkMO6ycvdQh8u\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 17:04:13\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 17:04:13\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:49;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3438;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Sobuj Jomaddar\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01745271463\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$VEQWmTfFyKzqz8BXmkRNAOkCtm7hTKB6o6Ysn0VpxVK\\/R\\/zEDMN3G\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 17:06:38\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 17:06:38\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3438;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Sobuj Jomaddar\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01745271463\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$VEQWmTfFyKzqz8BXmkRNAOkCtm7hTKB6o6Ysn0VpxVK\\/R\\/zEDMN3G\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 17:06:38\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 17:06:38\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:50;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3439;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"FAZLUL MATIN TOUHID\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01746622662\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$JE89vMcYKAQW.VGWIqyGFeIJhv3MM9agETS47F5QQx2b\\/Y5XwP1DG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 17:08:38\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 17:08:38\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3439;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"FAZLUL MATIN TOUHID\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01746622662\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$JE89vMcYKAQW.VGWIqyGFeIJhv3MM9agETS47F5QQx2b\\/Y5XwP1DG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 17:08:38\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 17:08:38\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:51;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3440;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Jibon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01914491201\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$OrSTCva8owGFwvmxcfNxYOS6H22GjvtObOTpOxSN.Lnns4RC7rpzK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 17:09:32\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 17:09:32\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3440;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Jibon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01914491201\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$OrSTCva8owGFwvmxcfNxYOS6H22GjvtObOTpOxSN.Lnns4RC7rpzK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 17:09:32\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 17:09:32\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:52;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3441;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Tanim\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01672990050\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$mU1XFkv7cmw4F5IVbuzkLOjBsFyJN2n6dwoH3mLiuDKhVHL\\/kxIHW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 17:10:30\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 17:10:30\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3441;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Tanim\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01672990050\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$mU1XFkv7cmw4F5IVbuzkLOjBsFyJN2n6dwoH3mLiuDKhVHL\\/kxIHW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 17:10:30\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 17:10:30\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:53;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3442;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md. Morshed Khan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01816033776\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$0ZsFWsmNv0Q.1gLp5jkpvOVQFs2ezf7LWGBcWua00nBq\\/TIB.znXm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 17:11:33\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 17:11:33\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3442;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md. Morshed Khan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01816033776\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$0ZsFWsmNv0Q.1gLp5jkpvOVQFs2ezf7LWGBcWua00nBq\\/TIB.znXm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 17:11:33\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 17:11:33\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:54;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3443;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md. Shafiq Uddin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01985550666\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$S.lQ0YAk3KW8.iNztRctw..fVrIFb8ZKC\\/iImU7QjLuslQ6QqTKtK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 17:13:23\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 17:13:23\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3443;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md. Shafiq Uddin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01985550666\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$S.lQ0YAk3KW8.iNztRctw..fVrIFb8ZKC\\/iImU7QjLuslQ6QqTKtK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 17:13:23\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 17:13:23\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:55;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3444;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Rashed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01584222013\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$voS\\/68QbTsKZu0pcqI0Al.jNngCeJrpb0oX4.doPlvZelNY1xf9Pa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 17:17:00\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 17:17:00\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3444;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Rashed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01584222013\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$voS\\/68QbTsKZu0pcqI0Al.jNngCeJrpb0oX4.doPlvZelNY1xf9Pa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 17:17:00\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 17:17:00\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:56;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3445;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Rony\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01529052974\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$KULjTLq66TgXooMJVNALu.PTlX\\/e\\/UvYF\\/L2etIdQiiWWe1mlES\\/S\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 17:19:39\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 17:19:39\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3445;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Rony\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01529052974\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$KULjTLq66TgXooMJVNALu.PTlX\\/e\\/UvYF\\/L2etIdQiiWWe1mlES\\/S\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 17:19:39\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 17:19:39\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:57;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3446;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Suraf\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01714636759\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Sy0RO1aHOLuSpCwAn.upou\\/rOi1P0hMfQTtwmBjbcbgGnHYl.xVMq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 17:20:28\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 17:20:28\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3446;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Suraf\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01714636759\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Sy0RO1aHOLuSpCwAn.upou\\/rOi1P0hMfQTtwmBjbcbgGnHYl.xVMq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 17:20:28\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 17:20:28\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:58;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3447;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Saidul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01638857797\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$FS2wvqf1n\\/g.WHGEXu9zJOFa68mP9yqe1DhxsO.M8PyNdjYrWReG2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 17:21:19\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 17:21:19\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3447;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Saidul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01638857797\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$FS2wvqf1n\\/g.WHGEXu9zJOFa68mP9yqe1DhxsO.M8PyNdjYrWReG2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-01 17:21:19\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-01 17:21:19\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:59;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3448;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:20:\\\"N Afsar (Coxs Bazar)\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01815674365\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$zpX2gJBG\\/TNkHKlyoBSL.eV2gUKPMqtTXeuA02b2O3RKBwncAiVFi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-12 13:05:03\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-12 13:05:03\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3448;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:20:\\\"N Afsar (Coxs Bazar)\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01815674365\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$zpX2gJBG\\/TNkHKlyoBSL.eV2gUKPMqtTXeuA02b2O3RKBwncAiVFi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-12 13:05:03\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-12 13:05:03\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:60;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3449;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Hakim\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01762243184\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$SfbxjNOuzM6d2LF46LRZDu\\/N5hLXTJT3ZyOegMv9IMS1ARJ4F7Dwa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-12 13:06:09\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-12 13:06:09\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3449;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Hakim\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01762243184\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$SfbxjNOuzM6d2LF46LRZDu\\/N5hLXTJT3ZyOegMv9IMS1ARJ4F7Dwa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-12 13:06:09\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-12 13:06:09\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:61;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3450;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Fazlul Haque\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01614485461\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$nnpFi9P6oYeT3Ql9faXA\\/u77Xpe5g0KBtowzau1fhJWMbVUyoGrCW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-12 13:07:02\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-12 13:07:02\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3450;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Fazlul Haque\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01614485461\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$nnpFi9P6oYeT3Ql9faXA\\/u77Xpe5g0KBtowzau1fhJWMbVUyoGrCW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-12 13:07:02\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-12 13:07:02\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:62;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3451;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Lutful Kabir\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01733298854\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$8kDrc0KTcIBtiyv.bj0Hb.clk.i1bxWC2jKnEzqPtYv36dLejw2Q6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-12 13:08:09\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-12 13:08:09\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3451;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Lutful Kabir\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01733298854\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$8kDrc0KTcIBtiyv.bj0Hb.clk.i1bxWC2jKnEzqPtYv36dLejw2Q6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-12 13:08:09\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-12 13:08:09\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:63;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3452;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Mithila\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01926990050\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$TBPoI20hZk2baiWrGt0gHuWle.RkYfCNgrJAGEL5qHtYnWHNzWbYm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-12 13:09:06\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-12 13:09:06\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3452;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Mithila\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01926990050\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$TBPoI20hZk2baiWrGt0gHuWle.RkYfCNgrJAGEL5qHtYnWHNzWbYm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-12 13:09:06\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-12 13:09:06\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:64;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3454;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Malek\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01714177955\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$baCrJ.lrCZw2irqQbd8UxeNt3w17lUM04BoVSk.xJbgDfVunBkPUO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-12 13:53:56\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-12 13:53:56\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3454;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Malek\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01714177955\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$baCrJ.lrCZw2irqQbd8UxeNt3w17lUM04BoVSk.xJbgDfVunBkPUO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-12 13:53:56\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-12 13:53:56\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:65;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3455;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:20:\\\"Sheikh sohidul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01915704675\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$hA2wlC17iB.nZ9a3sjwgiuclzNEUlRcZaK7fpoLTvH5qJvJRp3ywG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-12 13:56:21\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-12 13:56:21\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3455;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:20:\\\"Sheikh sohidul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01915704675\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$hA2wlC17iB.nZ9a3sjwgiuclzNEUlRcZaK7fpoLTvH5qJvJRp3ywG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-12 13:56:21\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-12 13:56:21\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:66;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3456;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Asaduzzaman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716402943\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$00MdwYK4M7dT6Mch2y5O6OcxHeeh\\/OKx9sP58tf7xKRw5ayBP\\/W\\/S\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-12 13:58:18\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-12 13:58:18\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3456;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Asaduzzaman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716402943\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$00MdwYK4M7dT6Mch2y5O6OcxHeeh\\/OKx9sP58tf7xKRw5ayBP\\/W\\/S\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-12 13:58:18\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-12 13:58:18\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:67;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3457;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Muhammad Faruque\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01670373009\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$KaUIaqlyPDa9g2N9sgFPVuk0wZidfGWcPaSmPcXFR4JGkL0WAGB\\/K\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-12 17:48:49\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-12 17:48:49\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3457;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Muhammad Faruque\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01670373009\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$KaUIaqlyPDa9g2N9sgFPVuk0wZidfGWcPaSmPcXFR4JGkL0WAGB\\/K\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-12 17:48:49\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-12 17:48:49\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:68;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3458;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"SYED SADIQUZZAMAN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01735136804\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ENn\\/VYk0fp8Abnxl4C\\/sIuZiNUflKM6\\/ArGqi.3A29VFRmYZ014n6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-12 17:51:47\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-12 17:51:47\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3458;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"SYED SADIQUZZAMAN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01735136804\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ENn\\/VYk0fp8Abnxl4C\\/sIuZiNUflKM6\\/ArGqi.3A29VFRmYZ014n6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-11-12 17:51:47\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-11-12 17:51:47\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:69;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3459;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"OMOR FARUK\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"omorbd820@gmail.com\\\";s:7:\\\"address\\\";s:49:\\\"Dokkhin Bonsri,kazi bari,abdullah vihcle solution\\\";s:5:\\\"phone\\\";s:11:\\\"01771166820\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$dVViNKJBuGRmUVkqgyfKW.8cBhM3I\\/xKkwmZqPTM9ssNIRIa.JCuC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-05 12:58:55\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-05 12:58:55\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3459;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"OMOR FARUK\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"omorbd820@gmail.com\\\";s:7:\\\"address\\\";s:49:\\\"Dokkhin Bonsri,kazi bari,abdullah vihcle solution\\\";s:5:\\\"phone\\\";s:11:\\\"01771166820\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$dVViNKJBuGRmUVkqgyfKW.8cBhM3I\\/xKkwmZqPTM9ssNIRIa.JCuC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-05 12:58:55\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-05 12:58:55\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:70;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3460;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Rashed Imran\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"DHAKA\\\";s:5:\\\"phone\\\";s:11:\\\"01711361365\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ShmswzHKtB2cLW8xUWNyXu5rhgkmNd5ft\\/pGuMM5BqkvCG9yHCONi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-05 13:01:01\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-05 13:01:01\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3460;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Rashed Imran\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"DHAKA\\\";s:5:\\\"phone\\\";s:11:\\\"01711361365\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ShmswzHKtB2cLW8xUWNyXu5rhgkmNd5ft\\/pGuMM5BqkvCG9yHCONi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-05 13:01:01\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-05 13:01:01\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:71;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3461;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Rashid Ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"DHAKA\\\";s:5:\\\"phone\\\";s:11:\\\"01819237997\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$vfdh12f67axA\\/3ck5eN1z.lcihglIH1o\\/mQVkpIhZ1DbTgvfbh1w6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-05 13:02:00\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-05 13:02:00\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3461;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Rashid Ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"DHAKA\\\";s:5:\\\"phone\\\";s:11:\\\"01819237997\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$vfdh12f67axA\\/3ck5eN1z.lcihglIH1o\\/mQVkpIhZ1DbTgvfbh1w6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-05 13:02:00\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-05 13:02:00\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:72;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3462;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Samim Azad\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"samim01@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"DHAKA\\\";s:5:\\\"phone\\\";s:11:\\\"01794440701\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$L4dL19DKFsew5\\/T8Iuq7B.f6JuLbmiypfP9MfRmtmPZLycTDcjzAq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-05 13:14:45\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-05 13:14:45\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3462;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Samim Azad\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"samim01@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"DHAKA\\\";s:5:\\\"phone\\\";s:11:\\\"01794440701\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$L4dL19DKFsew5\\/T8Iuq7B.f6JuLbmiypfP9MfRmtmPZLycTDcjzAq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-05 13:14:45\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-05 13:14:45\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:73;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3463;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Sanuar\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"sanuar49@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"DHAKA\\\";s:5:\\\"phone\\\";s:11:\\\"01712707149\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$aWG7y1jS7m2tbxALwxd1WuD8BVymMPfMNbBx2WNkSLlSPYbUAhegO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-05 13:16:43\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-05 13:16:43\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3463;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Sanuar\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"sanuar49@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"DHAKA\\\";s:5:\\\"phone\\\";s:11:\\\"01712707149\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$aWG7y1jS7m2tbxALwxd1WuD8BVymMPfMNbBx2WNkSLlSPYbUAhegO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-05 13:16:43\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-05 13:16:43\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:74;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3464;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Sharowar\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"sharowar55@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"DHAKA\\\";s:5:\\\"phone\\\";s:11:\\\"01648469155\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$IsSt1ibpOj8H5fhZTY9Wlu35IyJhJEHuQeMq0wxprLhmOY5ZELg5W\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-05 13:18:26\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-05 13:18:26\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3464;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Sharowar\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"sharowar55@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"DHAKA\\\";s:5:\\\"phone\\\";s:11:\\\"01648469155\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$IsSt1ibpOj8H5fhZTY9Wlu35IyJhJEHuQeMq0wxprLhmOY5ZELg5W\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-05 13:18:26\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-05 13:18:26\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:75;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3465;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Tawhid\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"tawhid19@mygpsbd.net\\\";s:7:\\\"address\\\";s:7:\\\"Tangail\\\";s:5:\\\"phone\\\";s:11:\\\"01762245157\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$9TXNWbOxzGjv5knsqUuO5unbG7Qc6\\/dWZThPBbXzO897EXRx6WTdS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-05 13:20:28\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-05 13:20:28\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3465;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Tawhid\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"tawhid19@mygpsbd.net\\\";s:7:\\\"address\\\";s:7:\\\"Tangail\\\";s:5:\\\"phone\\\";s:11:\\\"01762245157\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$9TXNWbOxzGjv5knsqUuO5unbG7Qc6\\/dWZThPBbXzO897EXRx6WTdS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-05 13:20:28\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-05 13:20:28\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:76;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3467;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Abdul Hai\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"abdulhai20@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712822200\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$AoFvbf4PCceaMGXzLdCa4.yQQavsxpAXU3RvCIJxkG1Z5Kp17bZ2e\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-05 13:24:33\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-05 13:24:33\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3467;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Abdul Hai\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"abdulhai20@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712822200\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$AoFvbf4PCceaMGXzLdCa4.yQQavsxpAXU3RvCIJxkG1Z5Kp17bZ2e\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-05 13:24:33\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-05 13:24:33\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:77;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3468;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Abdullah Al Rahim\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"RAYHAND2K@GMAIL.COM\\\";s:7:\\\"address\\\";s:5:\\\"DHAKA\\\";s:5:\\\"phone\\\";s:11:\\\"01730441868\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$egwyZTrRlPt6vUiv.Y7sEeRyHJ6H29chYdI0PJIc06I1ZqT2g8Mga\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-05 14:20:16\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-05 14:20:16\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3468;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Abdullah Al Rahim\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"RAYHAND2K@GMAIL.COM\\\";s:7:\\\"address\\\";s:5:\\\"DHAKA\\\";s:5:\\\"phone\\\";s:11:\\\"01730441868\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$egwyZTrRlPt6vUiv.Y7sEeRyHJ6H29chYdI0PJIc06I1ZqT2g8Mga\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-05 14:20:16\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-05 14:20:16\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:78;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3469;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Jakir Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:9:\\\"120993940\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$uTIsyMRxSLi5T5P\\/5gkXaeXyamAebCm1CjbmXeVMkDa5n\\/Mr4hkBW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-05 14:42:54\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-04 16:41:51\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3469;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Jakir Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:9:\\\"120993940\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$uTIsyMRxSLi5T5P\\/5gkXaeXyamAebCm1CjbmXeVMkDa5n\\/Mr4hkBW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-05 14:42:54\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-04 16:41:51\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:79;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3470;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Abdul Mannan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"abdulmannan@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"DHAKA\\\";s:5:\\\"phone\\\";s:11:\\\"01408263823\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$aLgMTUcGbWeH996Dw3PIwetaYhPawD2YIO2YqWCwrumOZQWskI03a\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-05 15:28:00\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-05 15:28:00\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3470;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Abdul Mannan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"abdulmannan@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"DHAKA\\\";s:5:\\\"phone\\\";s:11:\\\"01408263823\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$aLgMTUcGbWeH996Dw3PIwetaYhPawD2YIO2YqWCwrumOZQWskI03a\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-05 15:28:00\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-05 15:28:00\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:80;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3471;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Abdul motin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:3:\\\"CTG\\\";s:5:\\\"phone\\\";s:11:\\\"01716140104\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$i5A.IAeLXU9PteuHmTHjIukAVg\\/rkRuXsfat3vUhPdLlvb1lfD\\/h.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-05 15:32:03\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-05 15:32:03\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3471;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Abdul motin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:3:\\\"CTG\\\";s:5:\\\"phone\\\";s:11:\\\"01716140104\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$i5A.IAeLXU9PteuHmTHjIukAVg\\/rkRuXsfat3vUhPdLlvb1lfD\\/h.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-05 15:32:03\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-05 15:32:03\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:81;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3472;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Supon Saha\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1868002397\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$838ZunjAn2Bm9I7ctCKMKOXCGKTCOkHhLK8ZvATCqby6itLocodY6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-05 15:33:28\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-05 15:33:28\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3472;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Supon Saha\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1868002397\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$838ZunjAn2Bm9I7ctCKMKOXCGKTCOkHhLK8ZvATCqby6itLocodY6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-05 15:33:28\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-05 15:33:28\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:82;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3473;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Abhijit\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:8:\\\"rajshahi\\\";s:5:\\\"phone\\\";s:11:\\\"01712039020\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$HmBmnEwPQBEEzFn8VfjU5u50dOpihJQ54MGs6h9wsz.NpCfYaf9Oq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-05 15:33:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-05 15:33:29\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3473;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Abhijit\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:8:\\\"rajshahi\\\";s:5:\\\"phone\\\";s:11:\\\"01712039020\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$HmBmnEwPQBEEzFn8VfjU5u50dOpihJQ54MGs6h9wsz.NpCfYaf9Oq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-05 15:33:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-05 15:33:29\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:83;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3475;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Shuruz\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1710150226\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$OHtPz3dtkQOB3X9BeGfOwuSqmGHx8i1gwcc2ZcGOE3beFtQ3ZSbve\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-05 15:37:44\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-05 15:37:44\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3475;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Shuruz\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1710150226\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$OHtPz3dtkQOB3X9BeGfOwuSqmGHx8i1gwcc2ZcGOE3beFtQ3ZSbve\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-05 15:37:44\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-05 15:37:44\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:84;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3476;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Tamim\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1632702219\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$pKrsweizVF0191f9pMmoyObjumNhht\\/o0QARQBLuqjHML49Lujp..\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-05 15:44:18\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-05 15:44:18\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3476;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Tamim\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1632702219\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$pKrsweizVF0191f9pMmoyObjumNhht\\/o0QARQBLuqjHML49Lujp..\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-05 15:44:18\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-05 15:44:18\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:85;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3477;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Abir\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01610005003\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$M06AtiEWaCfoZe1pIqH.z.0C3qE0i9XR24JEErucV4R00JdTZ9MLG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2023-12-05 15:44:55\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-05 15:44:55\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3477;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Abir\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01610005003\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$M06AtiEWaCfoZe1pIqH.z.0C3qE0i9XR24JEErucV4R00JdTZ9MLG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2023-12-05 15:44:55\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-05 15:44:55\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:86;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3478;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Tamim\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01710834973\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$AwXwHk.SUro.QbELWPdHcOf7Xzx3SHEA\\/KAwfAx3YFRfxcha7HBjK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-05 15:50:19\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-05 15:50:19\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3478;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Tamim\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01710834973\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$AwXwHk.SUro.QbELWPdHcOf7Xzx3SHEA\\/KAwfAx3YFRfxcha7HBjK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-05 15:50:19\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-05 15:50:19\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:87;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3479;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Sk.Tanvir Ahmmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01755637539\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$t5.KKWp4FR1i7fCRQgpNy.gmfLZ.BkHMjXCou3F2meRDRC6u0hQMa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-05 15:55:32\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-05 15:55:32\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3479;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Sk.Tanvir Ahmmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01755637539\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$t5.KKWp4FR1i7fCRQgpNy.gmfLZ.BkHMjXCou3F2meRDRC6u0hQMa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-05 15:55:32\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-05 15:55:32\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:88;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3480;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"MD ABUBAKUR\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:11:\\\"Dhaka Dohar\\\";s:5:\\\"phone\\\";s:11:\\\"01784379562\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$MOsgsff609kc7xcTpR2ihuTJv9zTVysYIGOqe\\/..Ye70x1BUihlVi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-05 16:03:50\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-05 16:03:50\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3480;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"MD ABUBAKUR\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:11:\\\"Dhaka Dohar\\\";s:5:\\\"phone\\\";s:11:\\\"01784379562\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$MOsgsff609kc7xcTpR2ihuTJv9zTVysYIGOqe\\/..Ye70x1BUihlVi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-05 16:03:50\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-05 16:03:50\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:89;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3481;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Adnan Ramim\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"abul41@mygpsbd.net\\\";s:7:\\\"address\\\";s:2:\\\"RA\\\";s:5:\\\"phone\\\";s:11:\\\"01814811224\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$NhSap4y534UsJZlJWPXIiOGocPNbENWOm2ft4wilVHtdXUG.3dn82\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-05 16:07:04\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-05 16:07:04\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3481;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Adnan Ramim\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"abul41@mygpsbd.net\\\";s:7:\\\"address\\\";s:2:\\\"RA\\\";s:5:\\\"phone\\\";s:11:\\\"01814811224\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$NhSap4y534UsJZlJWPXIiOGocPNbENWOm2ft4wilVHtdXUG.3dn82\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-05 16:07:04\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-05 16:07:04\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:90;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3482;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Tasrif Tanvir\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:9:\\\"197801174\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$XeoHR9N20qg41yuDL4.0dOohXi.auWuh3HX\\/Ejd\\/GSh.tdohTFWLa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-05 16:07:31\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-05 16:07:31\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3482;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Tasrif Tanvir\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:9:\\\"197801174\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$XeoHR9N20qg41yuDL4.0dOohXi.auWuh3HX\\/Ejd\\/GSh.tdohTFWLa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-05 16:07:31\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-05 16:07:31\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:91;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3498;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Liton\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:15:\\\"liton90@mygpsbd\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1712184290\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$QX.GlQUpuRy1tWpMy.LbQOtrmi0TwvGranA0fpN28YbYJF2fTnbIq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-10 11:51:00\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-10 11:51:00\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3498;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Liton\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:15:\\\"liton90@mygpsbd\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1712184290\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$QX.GlQUpuRy1tWpMy.LbQOtrmi0TwvGranA0fpN28YbYJF2fTnbIq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-10 11:51:00\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-10 11:51:00\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:92;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3500;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Saiful71\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1996461871\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$BTgBHpLvSbfUz8.RYUDw.enKBpUAKLdyRgrdo0zWinExY7wjaGZIO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-10 12:06:12\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-10 12:06:12\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3500;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Saiful71\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1996461871\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$BTgBHpLvSbfUz8.RYUDw.enKBpUAKLdyRgrdo0zWinExY7wjaGZIO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-10 12:06:12\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-10 12:06:12\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:93;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3501;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Md. Harunor Rashid\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1716555062\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$xeWxx5f853Kvu3zn5wwkHeMUEXfvH\\/1K8xArpC\\/KdN4lLebEuO13K\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-10 12:10:02\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-10 12:10:02\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3501;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Md. Harunor Rashid\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1716555062\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$xeWxx5f853Kvu3zn5wwkHeMUEXfvH\\/1K8xArpC\\/KdN4lLebEuO13K\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-10 12:10:02\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-10 12:10:02\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:94;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3502;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Md.Atiqur Rahaman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"atiq2121978@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1716015932\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$UZfFU\\/YZ7NYb3KSwhMoPaumu8ScG0ruZ4jkjjQqEP3u3zdPe6eVQq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-10 12:16:11\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-10 12:16:11\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3502;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Md.Atiqur Rahaman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"atiq2121978@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1716015932\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$UZfFU\\/YZ7NYb3KSwhMoPaumu8ScG0ruZ4jkjjQqEP3u3zdPe6eVQq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-10 12:16:11\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-10 12:16:11\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:95;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3503;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:23:\\\"2022-04-19\\tShamim Ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:16:\\\"shamim76@mygpsbd\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01305105276\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$aHewg3dCshomNwJDF.RuEurALqRtxdejz\\/gDyPcH1uFtS2jT6zu8u\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-10 12:22:20\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-10 12:22:20\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3503;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:23:\\\"2022-04-19\\tShamim Ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:16:\\\"shamim76@mygpsbd\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01305105276\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$aHewg3dCshomNwJDF.RuEurALqRtxdejz\\/gDyPcH1uFtS2jT6zu8u\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-10 12:22:20\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-10 12:22:20\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:96;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3504;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Md. Mostofa\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"mostofa.html@gmail\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1711100264\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$H1R4pjbnqnv.YHWxNg5vmeGGYhyz3IJ0VeRbHDO.20V.lVcTJm6uy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-10 12:35:06\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-10 12:35:06\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3504;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Md. Mostofa\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"mostofa.html@gmail\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1711100264\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$H1R4pjbnqnv.YHWxNg5vmeGGYhyz3IJ0VeRbHDO.20V.lVcTJm6uy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-10 12:35:06\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-10 12:35:06\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:97;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3506;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"2022-05-18\\tMohsin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:16:\\\"mohsin39@mygpsbd\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01710956539\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$j24SY1auCceMDHaGPX0NwOzs3ebU.xMeZlRB8mzonsu4Itkk6Mmc2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-10 12:44:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-10 12:44:29\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3506;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"2022-05-18\\tMohsin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:16:\\\"mohsin39@mygpsbd\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01710956539\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$j24SY1auCceMDHaGPX0NwOzs3ebU.xMeZlRB8mzonsu4Itkk6Mmc2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-10 12:44:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-10 12:44:29\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:98;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3507;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:29:\\\"2022-05-18\\tMd. Mojibur Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"mojiburctg76@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711721686\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$7ZAUQKBGpyR8zvjX80LXJudVs1QxFO4rnRTXZ7zaeb9Sx1ie6czGC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-10 12:55:49\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-10 12:55:49\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3507;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:29:\\\"2022-05-18\\tMd. Mojibur Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"mojiburctg76@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711721686\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$7ZAUQKBGpyR8zvjX80LXJudVs1QxFO4rnRTXZ7zaeb9Sx1ie6czGC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-10 12:55:49\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-10 12:55:49\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:99;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3508;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Tonmoy\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"lonsfair@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01911367815\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$HNtst8DJ8QSpO5b6tfZoau9Op624.QQL6RDYMOk\\/2nIHBQxc6DR52\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-10 13:03:25\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-10 13:03:25\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3508;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Tonmoy\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"lonsfair@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01911367815\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$HNtst8DJ8QSpO5b6tfZoau9Op624.QQL6RDYMOk\\/2nIHBQxc6DR52\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-10 13:03:25\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-10 13:03:25\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}}}s:4:\\\"text\\\";s:540:\\\"\\u09aa\\u09cd\\u09b0\\u09bf\\u09af\\u09bc \\u0997\\u09cd\\u09b0\\u09be\\u09b9\\u0995,\\n\\u09ae\\u09be\\u0987\\u099c\\u09bf\\u09aa\\u09bf\\u098f\\u09b8 \\u099f\\u09cd\\u09b0\\u09cd\\u09af\\u09be\\u0995\\u09bf\\u0982 \\u09b8\\u09be\\u09b0\\u09cd\\u09ad\\u09bf\\u09b8 \\u098f\\u09b0 \\u09aa\\u0995\\u09cd\\u09b7 \\u09a5\\u09c7\\u0995\\u09c7 \\u09aa\\u09ac\\u09bf\\u09a4\\u09cd\\u09b0 \\u0988\\u09a6\\u09c1\\u09b2 \\u09ab\\u09bf\\u09a4\\u09b0 \\u0989\\u09aa\\u09b2\\u0995\\u09cd\\u09b7\\u09c7 \\u0986\\u09aa\\u09a8\\u09be\\u0995\\u09c7 \\u099c\\u09be\\u09a8\\u09be\\u0987 \\\"\\u0988\\u09a6 \\u09ae\\u09cb\\u09ac\\u09be\\u09b0\\u0995\\\"\\u0964 \\u0986\\u09aa\\u09a8\\u09be\\u09b0 \\u09aa\\u09b0\\u09bf\\u09ac\\u09be\\u09b0\\u0995\\u09c7 \\u09a8\\u09bf\\u09af\\u09bc\\u09c7 \\u098f\\u09ac\\u09be\\u09b0\\u09c7\\u09b0 \\u0988\\u09a6 \\u0995\\u09be\\u099f\\u09c1\\u0995 \\u0986\\u09b0\\u09cb \\u0986\\u09a8\\u09a8\\u09cd\\u09a6\\u09aa\\u09c2\\u09b0\\u09cd\\u09a3 \\u0993 \\u0989\\u09aa\\u09ad\\u09cb\\u0997\\u09cd\\u09af\\u09ae\\u09af\\u09bc\\u0964 \\u0986\\u09aa\\u09a8\\u09be\\u09b0 \\u09aa\\u09cd\\u09b0\\u09a4\\u09bf\\u099f\\u09bf \\u09af\\u09be\\u09a4\\u09cd\\u09b0\\u09be \\u09b6\\u09c1\\u09ad \\u09b9\\u09cb\\u0995\\u0964\\\";}s:3:\\\"job\\\";N;s:10:\\\"connection\\\";N;s:5:\\\"queue\\\";N;s:15:\\\"chainConnection\\\";N;s:10:\\\"chainQueue\\\";N;s:5:\\\"delay\\\";N;s:10:\\\"middleware\\\";a:0:{}s:7:\\\"chained\\\";a:0:{}}\"}}', 'Illuminate\\Queue\\MaxAttemptsExceededException: App\\Jobs\\SmsSend has been attempted too many times or run too long. The job may have previously timed out. in /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php:648\nStack trace:\n#0 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(163): Illuminate\\Queue\\Worker->maxAttemptsExceededException(Object(Illuminate\\Queue\\Jobs\\DatabaseJob))\n#1 /home/mygpsbd/public_html/app/Http/helper.php(28): Illuminate\\Queue\\Worker->Illuminate\\Queue\\{closure}(14, Array)\n#2 /home/mygpsbd/public_html/app/Jobs/SmsSend.php(35): send_sms(\'\\xE0\\xA6\\xAA\\xE0\\xA7\\x8D\\xE0\\xA6\\xB0\\xE0\\xA6\\xBF\\xE0\\xA6\\xAF...\', Array)\n#3 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App\\Jobs\\SmsSend->handle()\n#4 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/Util.php(37): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}()\n#5 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(93): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))\n#6 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(37): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))\n#7 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/Container.php(596): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)\n#8 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php(94): Illuminate\\Container\\Container->call(Array)\n#9 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(128): Illuminate\\Bus\\Dispatcher->Illuminate\\Bus\\{closure}(Object(App\\Jobs\\SmsSend))\n#10 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(103): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(App\\Jobs\\SmsSend))\n#11 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php(98): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))\n#12 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(83): Illuminate\\Bus\\Dispatcher->dispatchNow(Object(App\\Jobs\\SmsSend), false)\n#13 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(128): Illuminate\\Queue\\CallQueuedHandler->Illuminate\\Queue\\{closure}(Object(App\\Jobs\\SmsSend))\n#14 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(103): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(App\\Jobs\\SmsSend))\n#15 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(85): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))\n#16 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(59): Illuminate\\Queue\\CallQueuedHandler->dispatchThroughMiddleware(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Object(App\\Jobs\\SmsSend))\n#17 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Jobs/Job.php(98): Illuminate\\Queue\\CallQueuedHandler->call(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Array)\n#18 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(356): Illuminate\\Queue\\Jobs\\Job->fire()\n#19 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(306): Illuminate\\Queue\\Worker->process(\'database\', Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Object(Illuminate\\Queue\\WorkerOptions))\n#20 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(132): Illuminate\\Queue\\Worker->runJob(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), \'database\', Object(Illuminate\\Queue\\WorkerOptions))\n#21 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(112): Illuminate\\Queue\\Worker->daemon(\'database\', \'default\', Object(Illuminate\\Queue\\WorkerOptions))\n#22 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(96): Illuminate\\Queue\\Console\\WorkCommand->runWorker(\'database\', \'default\')\n#23 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Illuminate\\Queue\\Console\\WorkCommand->handle()\n#24 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/Util.php(37): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}()\n#25 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(93): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))\n#26 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(37): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))\n#27 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/Container.php(596): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)\n#28 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Console/Command.php(134): Illuminate\\Container\\Container->call(Array)\n#29 /home/mygpsbd/public_html/vendor/symfony/console/Command/Command.php(298): Illuminate\\Console\\Command->execute(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))\n#30 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Console/Command.php(121): Symfony\\Component\\Console\\Command\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))\n#31 /home/mygpsbd/public_html/vendor/symfony/console/Application.php(1040): Illuminate\\Console\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#32 /home/mygpsbd/public_html/vendor/symfony/console/Application.php(301): Symfony\\Component\\Console\\Application->doRunCommand(Object(Illuminate\\Queue\\Console\\WorkCommand), Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#33 /home/mygpsbd/public_html/vendor/symfony/console/Application.php(171): Symfony\\Component\\Console\\Application->doRun(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#34 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Console/Application.php(93): Symfony\\Component\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#35 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(129): Illuminate\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#36 /home/mygpsbd/public_html/artisan(37): Illuminate\\Foundation\\Console\\Kernel->handle(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#37 {main}', '2024-04-11 21:01:04');
INSERT INTO `failed_jobs` (`id`, `connection`, `queue`, `payload`, `exception`, `failed_at`) VALUES
(736, 'database', 'default', '{\"uuid\":\"97bc10c4-abf8-4aa7-a1fa-53c3fb51f4c8\",\"displayName\":\"App\\\\Jobs\\\\SmsSend\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"delay\":null,\"timeout\":null,\"timeoutAt\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\SmsSend\",\"command\":\"O:16:\\\"App\\\\Jobs\\\\SmsSend\\\":9:{s:4:\\\"data\\\";a:2:{s:4:\\\"data\\\";O:39:\\\"Illuminate\\\\Database\\\\Eloquent\\\\Collection\\\":1:{s:8:\\\"\\u0000*\\u0000items\\\";a:100:{i:0;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3509;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Md. Anayet Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"ahossain7601@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1717831856\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$o6ogsCv481IfNh854z\\/z3OmtTJkJxjrGy4ueIuN3DPA6rFpzVGE3q\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-10 13:16:45\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-10 13:16:45\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3509;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Md. Anayet Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"ahossain7601@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1717831856\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$o6ogsCv481IfNh854z\\/z3OmtTJkJxjrGy4ueIuN3DPA6rFpzVGE3q\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-10 13:16:45\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-10 13:16:45\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:1;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3510;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"DRMC Shotodol\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"walid4917@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1521495317\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$M4k8iNfg2FhMhAGTkPKGZewU75.srHwUu0yoRqoALBjVpu2AjQxb6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-10 13:37:05\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-10 13:37:05\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3510;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"DRMC Shotodol\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"walid4917@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1521495317\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$M4k8iNfg2FhMhAGTkPKGZewU75.srHwUu0yoRqoALBjVpu2AjQxb6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-10 13:37:05\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-10 13:37:05\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:2;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3511;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Mir Alauddin Bappy\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1711207150\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$jo6u2ck7Aqq\\/.jqKhWkQGOdk7CSSwLf2jBghvlmO9wSwyDEuJjnBW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-10 13:42:02\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-10 13:42:02\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3511;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Mir Alauddin Bappy\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1711207150\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$jo6u2ck7Aqq\\/.jqKhWkQGOdk7CSSwLf2jBghvlmO9wSwyDEuJjnBW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-10 13:42:02\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-10 13:42:02\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:3;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3512;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md. Morshed Khan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1816033776\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$fVevIGWA1q0N6vH5aRwOPOrMKDbsISDwK\\/rFd1qAR1aC2UljlsBqa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-10 13:49:30\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-10 13:49:30\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3512;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md. Morshed Khan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1816033776\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$fVevIGWA1q0N6vH5aRwOPOrMKDbsISDwK\\/rFd1qAR1aC2UljlsBqa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-10 13:49:30\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-10 13:49:30\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:4;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3513;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"6\\/2\\/2022\\tAuris\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"auris04@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1799434504\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$0BifN7PtBR2rDBjIeO6fk.lvdYY\\/bXhL67lbuK2ezGZq.3jcjdWv.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-10 14:04:48\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-10 14:04:48\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3513;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"6\\/2\\/2022\\tAuris\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"auris04@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1799434504\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$0BifN7PtBR2rDBjIeO6fk.lvdYY\\/bXhL67lbuK2ezGZq.3jcjdWv.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-10 14:04:48\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-10 14:04:48\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:5;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3514;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:31:\\\"2022-06-06\\tMd. Morshed Sawdagor\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:17:\\\"morshed23@mygpsbd\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1704406523\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$L5TXpDkl6DugJfpNGyR21OQe9BZ1Ai6XIoUf8N0qszijT4msJ\\/bre\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-10 14:15:46\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-10 14:15:46\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3514;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:31:\\\"2022-06-06\\tMd. Morshed Sawdagor\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:17:\\\"morshed23@mygpsbd\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1704406523\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$L5TXpDkl6DugJfpNGyR21OQe9BZ1Ai6XIoUf8N0qszijT4msJ\\/bre\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-10 14:15:46\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-10 14:15:46\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:6;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3515;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"SWOMAN CHOWDHURY\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:24:\\\"swomanchowdhury777@gmail\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1818613921\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$5E7OWHqaw80mwW7tR0EX.u89hJ3fEE5guCHiXFlt4xW8111WDrz1K\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-10 14:21:44\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-10 14:21:44\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3515;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"SWOMAN CHOWDHURY\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:24:\\\"swomanchowdhury777@gmail\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1818613921\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$5E7OWHqaw80mwW7tR0EX.u89hJ3fEE5guCHiXFlt4xW8111WDrz1K\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-10 14:21:44\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-10 14:21:44\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:7;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3517;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Shohel Ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"arnob.bd2012@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01726600747\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$B000cGBBoXsixpje5fD0FOR8wo0PqpvjxX7kChRjJUV\\/HN4WsjTDS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-10 14:26:40\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-10 14:26:40\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3517;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Shohel Ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"arnob.bd2012@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01726600747\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$B000cGBBoXsixpje5fD0FOR8wo0PqpvjxX7kChRjJUV\\/HN4WsjTDS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-10 14:26:40\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-10 14:26:40\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:8;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3522;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Belal Hasan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"belal81@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1674328181\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$rsgOGmFkFLyK\\/upC26EFX.3REc1pnELK\\/J1SNV3UWZVeOV8O8JlOe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-10 14:36:16\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-10 14:36:16\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3522;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Belal Hasan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"belal81@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1674328181\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$rsgOGmFkFLyK\\/upC26EFX.3REc1pnELK\\/J1SNV3UWZVeOV8O8JlOe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-10 14:36:16\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-10 14:36:16\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:9;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3523;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:28:\\\"2022-06-15\\tM.A.RAHMAN PATHAN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1715370405\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$App1lSOouKdY51fCD1924uwhvjqhDEIVRzvw1186mFSq.A0n5CZQq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-10 15:02:52\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-10 15:02:52\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3523;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:28:\\\"2022-06-15\\tM.A.RAHMAN PATHAN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1715370405\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$App1lSOouKdY51fCD1924uwhvjqhDEIVRzvw1186mFSq.A0n5CZQq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-10 15:02:52\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-10 15:02:52\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:10;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3524;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"MD.SHAMSUDDIN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"sshamsuddin027@gmail\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1730080964\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$nqqvL6oEc7sqQn2i.7nIge8tTqfbn5\\/3C1QFDiSDyQJvaqF9JYqIK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-10 15:08:17\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-10 15:08:17\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3524;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"MD.SHAMSUDDIN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"sshamsuddin027@gmail\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1730080964\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$nqqvL6oEc7sqQn2i.7nIge8tTqfbn5\\/3C1QFDiSDyQJvaqF9JYqIK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-10 15:08:17\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-10 15:08:17\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:11;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3526;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"2022-07-24\\tSUMON\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:15:\\\"sumon3431@gmail\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01887367127\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$BS.KPEMrdQdE5m4NVBpOw.mkdgeMahaXaeXW\\/3iP4EsE1IuT7Yb4W\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-10 15:27:10\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-10 15:27:10\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3526;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"2022-07-24\\tSUMON\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:15:\\\"sumon3431@gmail\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01887367127\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$BS.KPEMrdQdE5m4NVBpOw.mkdgeMahaXaeXW\\/3iP4EsE1IuT7Yb4W\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-10 15:27:10\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-10 15:27:10\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:12;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3527;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:22:\\\"2022-07-25\\tJohir islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01796524243\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$QjfKnUxHutIxHlpeGQ.f8eUD84maHq3w2R.CFVcplNhsjLKlTQAPe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-10 15:31:16\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-10 15:31:16\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3527;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:22:\\\"2022-07-25\\tJohir islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01796524243\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$QjfKnUxHutIxHlpeGQ.f8eUD84maHq3w2R.CFVcplNhsjLKlTQAPe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-10 15:31:16\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-10 15:31:16\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:13;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3528;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:28:\\\"2022-08-01\\tMd. Monirul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"engr.mkbd@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01719105116\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$cTeVEvAMQPBwaN6jmil4c.dPAvI8DDXPLXe9c5uB1izcLR7AoDtWG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-10 15:42:39\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-10 15:42:39\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3528;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:28:\\\"2022-08-01\\tMd. Monirul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"engr.mkbd@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01719105116\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$cTeVEvAMQPBwaN6jmil4c.dPAvI8DDXPLXe9c5uB1izcLR7AoDtWG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-10 15:42:39\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-10 15:42:39\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:14;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3529;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Rana\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715218529\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$J4UIMTEh51jB7CHEiulFOOA3v\\/5xvaSbuD3VM5NOnZJw13vR3du2a\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-10 15:51:52\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-10 15:51:52\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3529;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Rana\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715218529\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$J4UIMTEh51jB7CHEiulFOOA3v\\/5xvaSbuD3VM5NOnZJw13vR3du2a\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-10 15:51:52\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-10 15:51:52\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:15;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3530;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Mamun\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1713579345\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$WIsmVEySDpU\\/GXtc1epnUOmuy4hTCikuZFtV3TRfSVDEsANuqrIWq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-10 16:02:14\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-10 16:02:14\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3530;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Mamun\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1713579345\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$WIsmVEySDpU\\/GXtc1epnUOmuy4hTCikuZFtV3TRfSVDEsANuqrIWq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-10 16:02:14\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-10 16:02:14\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:16;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3531;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:22:\\\"MD SAIFUL ISLAM SHAJIB\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"shajib.ndc@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1711180802\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$gmZ9JXVjYmRU6AolbSe8MeZ0IqRAm4dt3v0lHi2Ox2wLZWNdvgq8u\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 11:08:56\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 11:08:56\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3531;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:22:\\\"MD SAIFUL ISLAM SHAJIB\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"shajib.ndc@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1711180802\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$gmZ9JXVjYmRU6AolbSe8MeZ0IqRAm4dt3v0lHi2Ox2wLZWNdvgq8u\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 11:08:56\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 11:08:56\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:17;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3532;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Rahat\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1722416637\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$JXfZjAcxZqX\\/w4445wgeRO8VoQL8VqWlJSlGgYvchEVxIvWjW9PE.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 11:28:06\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 11:28:06\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3532;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Rahat\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1722416637\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$JXfZjAcxZqX\\/w4445wgeRO8VoQL8VqWlJSlGgYvchEVxIvWjW9PE.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 11:28:06\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 11:28:06\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:18;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3533;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:20:\\\"SUJAN CHANDRA SARKER\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:17:\\\"sujansu@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01750694601\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$nKSaKwN9dleQiuBABbPQz.pYZZWfOanXJ.Ieh187Yttr\\/MXWPDKAG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 11:32:57\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 11:32:57\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3533;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:20:\\\"SUJAN CHANDRA SARKER\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:17:\\\"sujansu@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01750694601\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$nKSaKwN9dleQiuBABbPQz.pYZZWfOanXJ.Ieh187Yttr\\/MXWPDKAG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 11:32:57\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 11:32:57\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:19;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3534;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:22:\\\"\\ufeffSami car enterprise\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"mmdsami83@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01920093726\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$lDu2NZ2bnQHMfELGPPK\\/WO4R9fv2MTsnnrXObSc3SdvsE3\\/SSDhpq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 11:41:17\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 11:41:17\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3534;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:22:\\\"\\ufeffSami car enterprise\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"mmdsami83@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01920093726\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$lDu2NZ2bnQHMfELGPPK\\/WO4R9fv2MTsnnrXObSc3SdvsE3\\/SSDhpq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 11:41:17\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 11:41:17\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:20;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3535;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Mahmudul Alam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01863202538\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$jI9dQ5MPtL6DpraxAueI5e2RjeIczVxZL0eHJGUEik6SkJtKomJ\\/O\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 11:51:46\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 11:51:46\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3535;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Mahmudul Alam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01863202538\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$jI9dQ5MPtL6DpraxAueI5e2RjeIczVxZL0eHJGUEik6SkJtKomJ\\/O\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 11:51:46\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 11:51:46\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:21;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3536;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"MD MOSHARAF HOSSAIN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1915318836\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$2dLl6kqvPU8Z65hUrcfAruNlTBxAH.Z6D.b57wRNBweepv28Goqw2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 11:55:17\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 11:55:17\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3536;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"MD MOSHARAF HOSSAIN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1915318836\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$2dLl6kqvPU8Z65hUrcfAruNlTBxAH.Z6D.b57wRNBweepv28Goqw2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 11:55:17\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 11:55:17\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:22;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3538;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Jahid\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"0175969888\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$jo1fF1Yfeis1V7f5YeiZqOd8tGiwkITyX\\/ECk8DLu2JGDs9WUCloy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 12:05:39\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 12:05:39\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3538;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Jahid\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"0175969888\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$jo1fF1Yfeis1V7f5YeiZqOd8tGiwkITyX\\/ECk8DLu2JGDs9WUCloy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 12:05:39\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 12:05:39\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:23;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3539;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"MOSSARROF HOSSAIN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"waytomona@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1712504433\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Y8Y9moYN5Fge7dT4mbUWH.Q4s5ZCjFZoxD1S\\/FpUluo1xNGWIJ.uG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 12:10:15\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 12:10:15\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3539;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"MOSSARROF HOSSAIN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"waytomona@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1712504433\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Y8Y9moYN5Fge7dT4mbUWH.Q4s5ZCjFZoxD1S\\/FpUluo1xNGWIJ.uG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 12:10:15\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 12:10:15\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:24;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3540;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Zubayer hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01795140400\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$0D5i7Z2KJ9iBAeCnXm.rbefDmAiSibsltGczU.ubnli9HTMCI2IrO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 12:14:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 12:14:29\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3540;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Zubayer hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01795140400\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$0D5i7Z2KJ9iBAeCnXm.rbefDmAiSibsltGczU.ubnli9HTMCI2IrO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 12:14:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 12:14:29\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:25;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3542;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Md. Arman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01404527837\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$.eg.FaUmUwqI.2SGrnz4pe4\\/iDlo.NG3laD9q6fkjzDiHtQz16SKO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 12:18:43\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 12:18:43\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3542;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Md. Arman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01404527837\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$.eg.FaUmUwqI.2SGrnz4pe4\\/iDlo.NG3laD9q6fkjzDiHtQz16SKO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 12:18:43\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 12:18:43\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:26;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3555;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"MD. WAHIDUL AMIN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"wahidul_amin@yahoo.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1728117499\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$kyHpNjIeKqiYutDD363uguKz6cec2yqGBn0PwDKhkv1xxbAhwlCZC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 12:26:16\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 12:26:16\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3555;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"MD. WAHIDUL AMIN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"wahidul_amin@yahoo.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1728117499\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$kyHpNjIeKqiYutDD363uguKz6cec2yqGBn0PwDKhkv1xxbAhwlCZC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 12:26:16\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 12:26:16\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:27;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3564;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Shamim sarkar\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"brightneonbd@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1711287163\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Cttyas.MBaBshdc4\\/VUk.egmmXCahUyMviH9\\/.OnMhsVw4ZzCSDPG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 12:36:00\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 12:36:00\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3564;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Shamim sarkar\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"brightneonbd@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1711287163\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Cttyas.MBaBshdc4\\/VUk.egmmXCahUyMviH9\\/.OnMhsVw4ZzCSDPG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 12:36:00\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 12:36:00\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:28;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3575;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"MD ANOWER HOSSAIN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01686654309\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$iKN96yPVGWq\\/yiSz2taypOgAKXo.1dQWS2R.cWkl6GX656Bmt9CmG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 12:41:21\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 12:41:21\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3575;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"MD ANOWER HOSSAIN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01686654309\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$iKN96yPVGWq\\/yiSz2taypOgAKXo.1dQWS2R.cWkl6GX656Bmt9CmG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 12:41:21\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 12:41:21\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:29;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3585;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"FAIAZ AHMED\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"sopnilfaiaz@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1950513620\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$BwZ\\/a.dU7WRdzrwKou0t9.nqrfwwvGf1v9S4lPRsgw29feFFd40p2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 12:46:44\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 12:46:44\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3585;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"FAIAZ AHMED\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"sopnilfaiaz@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1950513620\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$BwZ\\/a.dU7WRdzrwKou0t9.nqrfwwvGf1v9S4lPRsgw29feFFd40p2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 12:46:44\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 12:46:44\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:30;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3590;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Jahangir\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01917352553\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$vgnMifhu\\/uPuOLcuZpwliub3TR.h\\/bd3iXNOt1fHQxpTTMhQ1wqvm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 12:51:12\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 12:51:12\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3590;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Jahangir\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01917352553\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$vgnMifhu\\/uPuOLcuZpwliub3TR.h\\/bd3iXNOt1fHQxpTTMhQ1wqvm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 12:51:12\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 12:51:12\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:31;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3593;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:26:\\\"2022-09-28\\tMd Borhan Uddin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"borhanumbl@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1712248152\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$6AIaTStST9JSUzWVinFT9O87eCAr1RuWokC8JOiC2UW2gjgTQGFuG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 12:57:05\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 12:57:05\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3593;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:26:\\\"2022-09-28\\tMd Borhan Uddin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"borhanumbl@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1712248152\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$6AIaTStST9JSUzWVinFT9O87eCAr1RuWokC8JOiC2UW2gjgTQGFuG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 12:57:05\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 12:57:05\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:32;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3608;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Mumin Shah\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"munimshah51@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1875052143\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$GGUGLQiHAxsUqKfS5rm.z.00a73KIpMgCdAXjC5RsPYPjMaCFqTia\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 13:09:21\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 13:09:21\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3608;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Mumin Shah\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"munimshah51@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1875052143\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$GGUGLQiHAxsUqKfS5rm.z.00a73KIpMgCdAXjC5RsPYPjMaCFqTia\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 13:09:21\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 13:09:21\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:33;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3609;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Ruhul amin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01302729273\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$4yGdOl5ZmHUupXMUO8JA0uxSnfYcXgsDDXeghLhmx1CJm24kV8CHW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 13:13:01\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 13:13:01\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3609;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Ruhul amin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01302729273\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$4yGdOl5ZmHUupXMUO8JA0uxSnfYcXgsDDXeghLhmx1CJm24kV8CHW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 13:13:01\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 13:13:01\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:34;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3610;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Md.Ali Raz\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:25:\\\"aliraz.rang1999@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1913319072\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$l1K7uOi5JPQP2YEARHxqwu0t.6yN8LOARh4T.DgzLaQUJiLoJYdyS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 13:19:02\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 13:19:02\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3610;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Md.Ali Raz\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:25:\\\"aliraz.rang1999@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1913319072\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$l1K7uOi5JPQP2YEARHxqwu0t.6yN8LOARh4T.DgzLaQUJiLoJYdyS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 13:19:02\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 13:19:02\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:35;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3611;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"AL AMIN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1715147787\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ce.WAk07KCcGPwy\\/1nH60.TBdpX5gc56bprd20UmeZRrfQ.0iLRGm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 13:23:33\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 13:23:33\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3611;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"AL AMIN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1715147787\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ce.WAk07KCcGPwy\\/1nH60.TBdpX5gc56bprd20UmeZRrfQ.0iLRGm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 13:23:33\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 13:23:33\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:36;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3612;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Shamim\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01819827114\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$TMFBf2aeU0SKIuljcafgEOBc6DJPl7pRKrMt7DB2536ryoVCKGbNS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 13:29:33\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 13:29:33\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3612;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Shamim\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01819827114\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$TMFBf2aeU0SKIuljcafgEOBc6DJPl7pRKrMt7DB2536ryoVCKGbNS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 13:29:33\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 13:29:33\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:37;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3613;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Sultan Mahmud\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"sultan012485@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1819473722\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$rCmQyfjEv4Dh1\\/jHmL2JvOnwNR\\/oCtXQOdwTnv3raUAIrR1\\/eyMYe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 13:34:04\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 13:34:04\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3613;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Sultan Mahmud\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"sultan012485@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1819473722\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$rCmQyfjEv4Dh1\\/jHmL2JvOnwNR\\/oCtXQOdwTnv3raUAIrR1\\/eyMYe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 13:34:04\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 13:34:04\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:38;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3616;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Alamgir hosen\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1765390068\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$FYRoibfkFhHfLWXm13Nxj.0VmXaJjnbifI77YJboWMkBYucZldrDe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 14:29:18\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 14:29:18\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3616;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Alamgir hosen\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1765390068\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$FYRoibfkFhHfLWXm13Nxj.0VmXaJjnbifI77YJboWMkBYucZldrDe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 14:29:18\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 14:29:18\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:39;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3617;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Fahimur Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"0161415666\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$7PZ4\\/utY1ugm1tD4MhBiA.ILiW.NdxrY30qGpmX9.TnQZQDyBGIpC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 14:39:45\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 14:39:45\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3617;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Fahimur Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"0161415666\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$7PZ4\\/utY1ugm1tD4MhBiA.ILiW.NdxrY30qGpmX9.TnQZQDyBGIpC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 14:39:45\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 14:39:45\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:40;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3625;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Tariqul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01743887881\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$VS8covED0KyDm4NqitaIjORk.xPK4IN8OfbJrrxYiy8YJaEMylAYK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 14:48:20\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 14:48:20\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3625;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Tariqul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01743887881\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$VS8covED0KyDm4NqitaIjORk.xPK4IN8OfbJrrxYiy8YJaEMylAYK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 14:48:20\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 14:48:20\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:41;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3627;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Arif Kazi Kazi\\\";s:3:\\\"nid\\\";s:3:\\\"N\\/A\\\";s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:9:\\\"Manikgonj\\\";s:5:\\\"phone\\\";s:11:\\\"01318631532\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$3BFy6KLC3yw7mKTTrATmseAnn0g\\/oBXCY\\/hwEmk\\/nYApTvIJ31ztq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 14:49:35\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-28 11:25:18\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3627;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Arif Kazi Kazi\\\";s:3:\\\"nid\\\";s:3:\\\"N\\/A\\\";s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:9:\\\"Manikgonj\\\";s:5:\\\"phone\\\";s:11:\\\"01318631532\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$3BFy6KLC3yw7mKTTrATmseAnn0g\\/oBXCY\\/hwEmk\\/nYApTvIJ31ztq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 14:49:35\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-28 11:25:18\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:42;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3632;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:20:\\\"Md.Sojib Rana Sarker\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:27:\\\"mdsojibranans2123@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01304479332\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$1S.8s.xwlK1oX3DMtR7mNe9f4B\\/ZyT1pQfBcsOdZqaCfoVhoxgD3a\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 14:55:12\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 14:55:12\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3632;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:20:\\\"Md.Sojib Rana Sarker\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:27:\\\"mdsojibranans2123@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01304479332\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$1S.8s.xwlK1oX3DMtR7mNe9f4B\\/ZyT1pQfBcsOdZqaCfoVhoxgD3a\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 14:55:12\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 14:55:12\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:43;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3638;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:30:\\\"2022-11-09\\tDelwar Hossan Belal\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"belalmytv@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1733555270\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$\\/QSU\\/HG7Fx9OfX2VviyDi.TCJh9M71M5WKQST80z1zGi.upaxyfSC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 14:58:41\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 14:58:41\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3638;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:30:\\\"2022-11-09\\tDelwar Hossan Belal\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"belalmytv@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1733555270\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$\\/QSU\\/HG7Fx9OfX2VviyDi.TCJh9M71M5WKQST80z1zGi.upaxyfSC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 14:58:41\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 14:58:41\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:44;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3645;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Humayun\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:26:\\\"smhumayunkabir86@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711586714\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$lhLPJcFD3NaygXTzzh9QbuimPJQ39DWL0W0Y6Cic7V565mYEzhX1C\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 15:03:38\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 15:03:38\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3645;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Humayun\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:26:\\\"smhumayunkabir86@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711586714\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$lhLPJcFD3NaygXTzzh9QbuimPJQ39DWL0W0Y6Cic7V565mYEzhX1C\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 15:03:38\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 15:03:38\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:45;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3647;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Md.kazi albi\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:17:\\\"kmralvi@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01799943027\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$uBJoFoGMvfUNYvTl1j0PSupg7cOPEHgXSUjrjRK.eWIxq6RrK8roy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 15:11:46\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 15:11:46\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3647;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Md.kazi albi\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:17:\\\"kmralvi@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01799943027\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$uBJoFoGMvfUNYvTl1j0PSupg7cOPEHgXSUjrjRK.eWIxq6RrK8roy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 15:11:46\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 15:11:46\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:46;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3648;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Md Rony\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"rony1865@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01917423941\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$upBe19\\/Xn0OcUDLxZh5dpOWeJPdlZoz0RpPyfWGwhGJGlO\\/RMu3eu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 15:17:24\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 15:17:24\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3648;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Md Rony\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"rony1865@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01917423941\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$upBe19\\/Xn0OcUDLxZh5dpOWeJPdlZoz0RpPyfWGwhGJGlO\\/RMu3eu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 15:17:24\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 15:17:24\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:47;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3665;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Masud\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01708125507\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Dxip.i267PcZHJ15gJysEOpYAcTMR31TzjlODmUG8JsqSnVsA29CW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 15:31:42\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 15:31:42\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3665;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Masud\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01708125507\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Dxip.i267PcZHJ15gJysEOpYAcTMR31TzjlODmUG8JsqSnVsA29CW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 15:31:42\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 15:31:42\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:48;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3691;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Taniya\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01709122881\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$5WyJhDWpE9IUghLJeoUvNur0fH.\\/MzrdazFjgi6O9eIl.on0u2QUK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 16:02:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 16:02:29\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3691;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Taniya\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01709122881\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$5WyJhDWpE9IUghLJeoUvNur0fH.\\/MzrdazFjgi6O9eIl.on0u2QUK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 16:02:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 16:02:29\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:49;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3697;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Rahat\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01731070380\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$8OrjRXbYWPoStwG\\/XxAR6.MTgqDX2Mnbo4E.40PkrQmOu0BCq8iYK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 16:07:08\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 16:07:08\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3697;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Rahat\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01731070380\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$8OrjRXbYWPoStwG\\/XxAR6.MTgqDX2Mnbo4E.40PkrQmOu0BCq8iYK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 16:07:08\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 16:07:08\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:50;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3709;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Aminul mina\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"saddam.mina@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01611642028\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$TzeCBoOKnGgEHvvNt4Vc6eBJV1RPvX1tXW1KLVA.ZNziedVJX0pvi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 16:51:53\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 16:51:53\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3709;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Aminul mina\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"saddam.mina@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01611642028\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$TzeCBoOKnGgEHvvNt4Vc6eBJV1RPvX1tXW1KLVA.ZNziedVJX0pvi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 16:51:53\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 16:51:53\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:51;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3710;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Mamun\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01627858042\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$0rKknZRgCB6\\/NtZ07QZEHeW4K0KYV\\/0f9wiG3sHFv0lgBFhg4kCne\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 16:55:37\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 16:55:37\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3710;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Mamun\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01627858042\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$0rKknZRgCB6\\/NtZ07QZEHeW4K0KYV\\/0f9wiG3sHFv0lgBFhg4kCne\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 16:55:37\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 16:55:37\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:52;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3711;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Delowar\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01740938883\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Mt7JbUJC2ZFWSvy\\/BmVupO\\/5NtyaTChn6NF\\/RcJNFOjJm831N.yQm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 17:04:40\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 17:04:40\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3711;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Delowar\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01740938883\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Mt7JbUJC2ZFWSvy\\/BmVupO\\/5NtyaTChn6NF\\/RcJNFOjJm831N.yQm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 17:04:40\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 17:04:40\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:53;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3713;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Md. Azahar alo\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"sumon.azhar81@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01713611364\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$otORFmivipRdbym.MTc0jOIKfoN7k.3ec2x5xFqb7h8xVj94WjyGS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 17:30:40\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 17:30:40\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3713;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Md. Azahar alo\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"sumon.azhar81@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01713611364\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$otORFmivipRdbym.MTc0jOIKfoN7k.3ec2x5xFqb7h8xVj94WjyGS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 17:30:40\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 17:30:40\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:54;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3714;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"2023-02-13\\tIbrahim\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"outputpnint@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01678646744\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$AzkDVFmeBzaW4c0PT0c1u.aTrf4IZJ2IsBMKXEp5LLgbrxrPvQTj.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 17:35:16\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 17:35:16\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3714;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"2023-02-13\\tIbrahim\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"outputpnint@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01678646744\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$AzkDVFmeBzaW4c0PT0c1u.aTrf4IZJ2IsBMKXEp5LLgbrxrPvQTj.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 17:35:16\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 17:35:16\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:55;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3715;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Sayed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01757419119\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$5o0Flg.VuLIT.lmSheQTw.U6XRbXXt.flmYc5rk0oOCcAqOSDg7kW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 17:49:12\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 17:49:12\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3715;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Sayed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01757419119\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$5o0Flg.VuLIT.lmSheQTw.U6XRbXXt.flmYc5rk0oOCcAqOSDg7kW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-11 17:49:12\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-11 17:49:12\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:56;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3716;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Sumon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01799219421\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$rPa9D8nUkO73jqDAFWbsDu.bt\\/Ro2jC.UFbWLJYshvvP0REpIiLo.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-12 10:33:33\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-12 10:33:33\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3716;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Sumon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01799219421\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$rPa9D8nUkO73jqDAFWbsDu.bt\\/Ro2jC.UFbWLJYshvvP0REpIiLo.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-12 10:33:33\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-12 10:33:33\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:57;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3717;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Farid Molla\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01798275150\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$wx7gA\\/6nib0X\\/O0sNE0t2OLQFpkKhKJ3r7jeNWL0oSZhlvzEv\\/BKy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-12 10:43:18\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-12 10:43:18\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3717;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Farid Molla\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01798275150\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$wx7gA\\/6nib0X\\/O0sNE0t2OLQFpkKhKJ3r7jeNWL0oSZhlvzEv\\/BKy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-12 10:43:18\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-12 10:43:18\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:58;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3719;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"AL AMIN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715147788\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$hU1M7yZ8fMSoWjy11chW1ecaKB09tu0x\\/P.664LleKcgscz6zhObG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-12 11:48:04\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-12 11:48:04\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3719;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"AL AMIN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715147788\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$hU1M7yZ8fMSoWjy11chW1ecaKB09tu0x\\/P.664LleKcgscz6zhObG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-12 11:48:04\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-12 11:48:04\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:59;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3720;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Rakib\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01873058551\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$nWYRZwlhLPHROr7E0DnRvu.YNSBG.xVljClR6Z35OLSQH5Q67RnES\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-13 10:45:18\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-13 10:45:18\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3720;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Rakib\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01873058551\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$nWYRZwlhLPHROr7E0DnRvu.YNSBG.xVljClR6Z35OLSQH5Q67RnES\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-13 10:45:18\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-13 10:45:18\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:60;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3721;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"BILLAL HOSSAIN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01936761413\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$FC4ugMP6TWs\\/W5OyYlWUZeKNRaHXwwhxNmD6UKyahsIUfe\\/qjn6c6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-13 10:52:55\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-13 10:52:55\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3721;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"BILLAL HOSSAIN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01936761413\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$FC4ugMP6TWs\\/W5OyYlWUZeKNRaHXwwhxNmD6UKyahsIUfe\\/qjn6c6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-13 10:52:55\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-13 10:52:55\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:61;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3722;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Motiur Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"motiur46@mygpsbd.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711161458\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$AyPLTwH\\/WegjnPmMuy6TyeyERCX7AofZ5rP6kCQprpU9R4lNfw9Cm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-13 10:58:06\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-13 10:58:06\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3722;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Motiur Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"motiur46@mygpsbd.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711161458\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$AyPLTwH\\/WegjnPmMuy6TyeyERCX7AofZ5rP6kCQprpU9R4lNfw9Cm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-13 10:58:06\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-13 10:58:06\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:62;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3723;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Shohag\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01881957095\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$m28yUEoSLB6DDdrz5WA8Y.RGLpZ17G84Ih3moxqC9kGOYPw\\/SZanC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-13 11:09:11\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-13 11:09:11\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3723;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Shohag\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01881957095\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$m28yUEoSLB6DDdrz5WA8Y.RGLpZ17G84Ih3moxqC9kGOYPw\\/SZanC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-13 11:09:11\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-13 11:09:11\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:63;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3725;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"showon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01767959604\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$rMzzXF\\/\\/cYDcSBHydbFJA.Fdu7780GrKrLKfDpv23st1AlaR67dLG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-13 11:48:05\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-13 11:48:05\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3725;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"showon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01767959604\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$rMzzXF\\/\\/cYDcSBHydbFJA.Fdu7780GrKrLKfDpv23st1AlaR67dLG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-13 11:48:05\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-13 11:48:05\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:64;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3732;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:40:\\\"Nilufar Morshed Smrity(Shimanto Tracker)\\\";s:3:\\\"nid\\\";s:3:\\\"N\\/A\\\";s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"DHAKA\\\";s:5:\\\"phone\\\";s:11:\\\"01782340021\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$fQL0DVrA1MPzF.dIj2yCA.g6io38cGbqi.S2.Fj4QZYMzru9REMHe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-13 12:34:30\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-03-10 13:33:21\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3732;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:40:\\\"Nilufar Morshed Smrity(Shimanto Tracker)\\\";s:3:\\\"nid\\\";s:3:\\\"N\\/A\\\";s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"DHAKA\\\";s:5:\\\"phone\\\";s:11:\\\"01782340021\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$fQL0DVrA1MPzF.dIj2yCA.g6io38cGbqi.S2.Fj4QZYMzru9REMHe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-13 12:34:30\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-03-10 13:33:21\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:65;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3783;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Russell\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01642250195\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$rUyC5Aw78u8H2RX5Gpt58OpUIetIHiGcWuwmx0Cpp4NFkKOIGsVlO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-18 15:41:19\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-18 15:41:19\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3783;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Russell\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01642250195\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$rUyC5Aw78u8H2RX5Gpt58OpUIetIHiGcWuwmx0Cpp4NFkKOIGsVlO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-18 15:41:19\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-18 15:41:19\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:66;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3835;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Shopon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01684032834\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$OFR\\/hkckxF3L\\/BHUALXFOuLGQVndSUKRJw2eZjbf8i6Mh2FqzvS7O\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-19 17:16:17\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-26 12:19:53\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3835;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Shopon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01684032834\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$OFR\\/hkckxF3L\\/BHUALXFOuLGQVndSUKRJw2eZjbf8i6Mh2FqzvS7O\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-19 17:16:17\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-26 12:19:53\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:67;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3899;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Sajeeb Mahmud\\\";s:3:\\\"nid\\\";s:3:\\\"N\\/A\\\";s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"DHAKA\\\";s:5:\\\"phone\\\";s:11:\\\"01760661666\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$663mmjdWlMhl.JImwqS1p.F9.ztvxHF6I6R5OedaQ0baQvSbhJ9NC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-24 10:28:42\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-28 11:41:45\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3899;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Sajeeb Mahmud\\\";s:3:\\\"nid\\\";s:3:\\\"N\\/A\\\";s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"DHAKA\\\";s:5:\\\"phone\\\";s:11:\\\"01760661666\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$663mmjdWlMhl.JImwqS1p.F9.ztvxHF6I6R5OedaQ0baQvSbhJ9NC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-24 10:28:42\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-28 11:41:45\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:68;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:3916;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"MD Helal\\\";s:3:\\\"nid\\\";s:3:\\\"N\\/A\\\";s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"DHAKA\\\";s:5:\\\"phone\\\";s:11:\\\"01407720818\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$uTc2yJhQ1O4hA6DzoAJz2ueb8LduP46MA3dKV6ikUrD9Mcy1gfUr2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-24 10:54:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-28 11:23:11\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:3916;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"MD Helal\\\";s:3:\\\"nid\\\";s:3:\\\"N\\/A\\\";s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"DHAKA\\\";s:5:\\\"phone\\\";s:11:\\\"01407720818\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$uTc2yJhQ1O4hA6DzoAJz2ueb8LduP46MA3dKV6ikUrD9Mcy1gfUr2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-24 10:54:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-28 11:23:11\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:69;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4116;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Motiur Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"motiur46@mygpsbd.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711161459\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$1BLXqGw1Al89HnEo.tlh2.dgBwKhmZA39BanIERTApmCUGGa1C.7m\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-27 11:32:13\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-27 11:32:13\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4116;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Motiur Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"motiur46@mygpsbd.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711161459\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$1BLXqGw1Al89HnEo.tlh2.dgBwKhmZA39BanIERTApmCUGGa1C.7m\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-27 11:32:13\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-27 11:32:13\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:70;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4119;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:21:\\\"Mohammad Masoom Hasan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"masoom.hs@gmail.com2\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01799983779\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$dWnWn5U1AdTfteLm2e\\/iteFkhHDLLT9CStS30vJL5SnAieyLWD1ZK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-27 11:39:23\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-27 11:39:23\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4119;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:21:\\\"Mohammad Masoom Hasan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"masoom.hs@gmail.com2\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01799983779\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$dWnWn5U1AdTfteLm2e\\/iteFkhHDLLT9CStS30vJL5SnAieyLWD1ZK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-27 11:39:23\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-27 11:39:23\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:71;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4123;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Md.Al-Amin Miah\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"advalaminmiah@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01841852456\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$jSgqMENYegp0vg2s\\/wpmkuVx8WCIm4xzzTv1ZJ9T5bFyDxEu4cjgq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-27 11:43:50\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-27 11:43:50\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4123;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Md.Al-Amin Miah\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"advalaminmiah@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01841852456\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$jSgqMENYegp0vg2s\\/wpmkuVx8WCIm4xzzTv1ZJ9T5bFyDxEu4cjgq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-27 11:43:50\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-27 11:43:50\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:72;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4125;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Badshah\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01811420266\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$VWApotMG2roiPNnVPjkhSuWBmuElSHwiyTp8Srk2RoYoUxwSczDHO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-27 11:48:08\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-27 11:48:08\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4125;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Badshah\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01811420266\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$VWApotMG2roiPNnVPjkhSuWBmuElSHwiyTp8Srk2RoYoUxwSczDHO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-27 11:48:08\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-27 11:48:08\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:73;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4129;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Hassan Mahmud\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01862470901\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Qu3ELPKnrFt6RxSTJ6.mX.OLEILMlr7PkwmcRO0UH8n0ilp5He\\/M6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-27 11:54:04\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-27 11:54:04\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4129;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Hassan Mahmud\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01862470901\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Qu3ELPKnrFt6RxSTJ6.mX.OLEILMlr7PkwmcRO0UH8n0ilp5He\\/M6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-27 11:54:04\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-27 11:54:04\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:74;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4156;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Robiul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01847162723\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$amUZF54CHsbEQj8.WID35u3shpWeDvo9E7KiRS6rQqvGBWqPCYYTC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-27 13:59:42\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-27 13:59:42\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4156;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Robiul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01847162723\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$amUZF54CHsbEQj8.WID35u3shpWeDvo9E7KiRS6rQqvGBWqPCYYTC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-27 13:59:42\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-27 13:59:42\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:75;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4160;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Manik\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"0171117064\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$LIZ75Iyp0StnDJg\\/xqFA7uySat9CzLU.tJLrQn6FBu\\/Ejk5AVWQKe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-27 14:10:46\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-27 14:10:46\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4160;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Manik\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"0171117064\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$LIZ75Iyp0StnDJg\\/xqFA7uySat9CzLU.tJLrQn6FBu\\/Ejk5AVWQKe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-27 14:10:46\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-27 14:10:46\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:76;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4161;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Anan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01875137661\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$fXGcdBEphxw7YhWBd9LLvulERVx5Khwji\\/qDv6fW395UTI3xFtt1m\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-27 14:32:44\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-27 14:32:44\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4161;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Anan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01875137661\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$fXGcdBEphxw7YhWBd9LLvulERVx5Khwji\\/qDv6fW395UTI3xFtt1m\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-27 14:32:44\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-27 14:32:44\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:77;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4168;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"Md Jahangir Hussain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01626541482\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$gFQBTAnLZHCHmInFjqGBh.nQXoSR5MZglX2uboP1hJf7Yea.\\/nlLS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-27 15:24:24\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-27 15:24:24\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4168;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"Md Jahangir Hussain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01626541482\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$gFQBTAnLZHCHmInFjqGBh.nQXoSR5MZglX2uboP1hJf7Yea.\\/nlLS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-27 15:24:24\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-27 15:24:24\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:78;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4169;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Sofikul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01408367142\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$j04vmBMgwwkp.CIhqiId4eLu5s0Uoip0JvAWrdDl8IheRWoXG.Vcq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-27 15:27:46\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-27 15:27:46\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4169;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Sofikul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01408367142\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$j04vmBMgwwkp.CIhqiId4eLu5s0Uoip0JvAWrdDl8IheRWoXG.Vcq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-27 15:27:46\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-27 15:27:46\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:79;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4171;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Jakir Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01714729883\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$WX.1ywNQnooJ8uxGgZKeJOctlyA8\\/eO1ViUZmMB1eUszKnWuzOOA2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-27 15:40:30\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-27 15:40:30\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4171;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Jakir Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01714729883\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$WX.1ywNQnooJ8uxGgZKeJOctlyA8\\/eO1ViUZmMB1eUszKnWuzOOA2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-27 15:40:30\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-27 15:40:30\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:80;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4172;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Mamun\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01705053147\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Zy53uys1DuBJGqEnSi\\/8o.LNxDWFYcVqXCp5SDTTAsKlCvyuDUUt.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-27 15:44:38\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-27 15:44:38\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4172;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Mamun\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01705053147\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Zy53uys1DuBJGqEnSi\\/8o.LNxDWFYcVqXCp5SDTTAsKlCvyuDUUt.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-27 15:44:38\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-27 15:44:38\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:81;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4173;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Shobuj\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01911180737\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$4pcVXU4ITCTuX3dhhdj.ru9g378OZbpEDgBMCkR3wlZKFJ7aYObvq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-27 15:52:00\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-27 15:52:00\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4173;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Shobuj\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01911180737\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$4pcVXU4ITCTuX3dhhdj.ru9g378OZbpEDgBMCkR3wlZKFJ7aYObvq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-27 15:52:00\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-27 15:52:00\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:82;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4174;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Mumu\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01935776645\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$jb976QViFjUsMeYXY2pp3.J9NFI1FikOE.oJfBRBFtvyoXRcF7dJO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-27 16:04:42\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-27 16:04:42\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4174;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Mumu\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01935776645\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$jb976QViFjUsMeYXY2pp3.J9NFI1FikOE.oJfBRBFtvyoXRcF7dJO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-27 16:04:42\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-27 16:04:42\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:83;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4182;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:21:\\\"MD ALAMIN AZAD SHUPTO\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01303056176\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$aVghEVaYu4aVeI9d4xUPLeJyjBoai6PCrJb7uqn3Ak2nhkkVxaTP6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-27 16:54:17\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-27 16:54:17\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4182;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:21:\\\"MD ALAMIN AZAD SHUPTO\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01303056176\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$aVghEVaYu4aVeI9d4xUPLeJyjBoai6PCrJb7uqn3Ak2nhkkVxaTP6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-27 16:54:17\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-27 16:54:17\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:84;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4184;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Jibon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01890027703\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$QOPy4tjjsQWWcAaIzdbDVeTh8YViRxYvakXOsPSXBaPcnrwop\\/Dbe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-27 16:59:22\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-27 16:59:22\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4184;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Jibon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01890027703\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$QOPy4tjjsQWWcAaIzdbDVeTh8YViRxYvakXOsPSXBaPcnrwop\\/Dbe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-27 16:59:22\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-27 16:59:22\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:85;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4185;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Musa\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01312457611\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$4xqi6t64nAhKyLxvAI5dRuyObmvNgN33n0tQaL4rD\\/X2qk.RWVke6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-27 17:03:44\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-27 17:03:44\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4185;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Musa\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01312457611\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$4xqi6t64nAhKyLxvAI5dRuyObmvNgN33n0tQaL4rD\\/X2qk.RWVke6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-27 17:03:44\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-27 17:03:44\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:86;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4186;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Monir\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01754979749\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$zeR7Hm2kDfMle35Mcf0MrebfEAdKZXJOSk2TnF0q2fFOI7i7SdiVK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-27 17:09:08\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-27 17:09:08\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4186;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Monir\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01754979749\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$zeR7Hm2kDfMle35Mcf0MrebfEAdKZXJOSk2TnF0q2fFOI7i7SdiVK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-27 17:09:08\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-27 17:09:08\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:87;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4187;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"biplob58\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01537328397\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$qdZFOUHn08IywgCOY05QKu7Wlvye3V7aVDasY6d5PFrvQFb1yt2vy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-27 17:14:26\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-27 17:14:26\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4187;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"biplob58\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01537328397\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$qdZFOUHn08IywgCOY05QKu7Wlvye3V7aVDasY6d5PFrvQFb1yt2vy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-27 17:14:26\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-27 17:14:26\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:88;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4188;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Dr. Sanjib Kundu\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"drskundu75@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01819819812\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$.euVjuMBbVgFQ1j\\/\\/4Fg3ONa.i18eqUoXiBHaC7I48jy0r2APBY\\/i\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-27 17:18:03\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-27 17:18:03\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4188;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Dr. Sanjib Kundu\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"drskundu75@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01819819812\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$.euVjuMBbVgFQ1j\\/\\/4Fg3ONa.i18eqUoXiBHaC7I48jy0r2APBY\\/i\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-27 17:18:03\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-27 17:18:03\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:89;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4189;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"ANOWAR\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01755509392\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$vm27MBgNF8ieWA\\/amXOc9eCtriMijX3YC6X1AjZFt9yMmFrXsqDOG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-27 17:22:14\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-27 17:22:14\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4189;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"ANOWAR\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01755509392\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$vm27MBgNF8ieWA\\/amXOc9eCtriMijX3YC6X1AjZFt9yMmFrXsqDOG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-27 17:22:14\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-27 17:22:14\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:90;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4191;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Emarat\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712015337\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$jQN4D6VeC7QYRim87gHFHe4FKmUdl\\/XEG\\/ql\\/.j7MmBGEF8qPKwkS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-27 17:40:32\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-27 17:40:32\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4191;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Emarat\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712015337\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$jQN4D6VeC7QYRim87gHFHe4FKmUdl\\/XEG\\/ql\\/.j7MmBGEF8qPKwkS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-27 17:40:32\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-27 17:40:32\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:91;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4192;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:21:\\\"Md Borhan uddin ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01788933737\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ueEjod73gwCaBh0O3WmK7OEsNShk2GH92CSlTQHiBvoZOS8iYzxTy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-27 17:46:31\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-27 17:46:31\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4192;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:21:\\\"Md Borhan uddin ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01788933737\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ueEjod73gwCaBh0O3WmK7OEsNShk2GH92CSlTQHiBvoZOS8iYzxTy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-27 17:46:31\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-27 17:46:31\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:92;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4193;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Abdur Rahim\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01978013445\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$8I\\/Jmpv1w1QDfHpUsYmZH.ieCOyfc21WlNUn7VPl5.weoOGbqaqzG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-27 17:51:49\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-27 17:51:49\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4193;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Abdur Rahim\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01978013445\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$8I\\/Jmpv1w1QDfHpUsYmZH.ieCOyfc21WlNUn7VPl5.weoOGbqaqzG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-27 17:51:49\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-27 17:51:49\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:93;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4194;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Heaven\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01714374143\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$t\\/y\\/sMlEvcUaDl7mpg1Xjut.vXAm7hHvc0cz\\/0G0ji10u60soRf42\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-27 17:58:44\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-27 17:58:44\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4194;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Heaven\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01714374143\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$t\\/y\\/sMlEvcUaDl7mpg1Xjut.vXAm7hHvc0cz\\/0G0ji10u60soRf42\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-27 17:58:44\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-27 17:58:44\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:94;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4195;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Deepak Shah\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01938241422\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$VH4XKfpxkai6WqQd2NnDPO\\/LK5gPHhF9dGp824d6i69OlZWMrReyW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-27 18:03:25\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-27 18:03:25\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4195;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Deepak Shah\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01938241422\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$VH4XKfpxkai6WqQd2NnDPO\\/LK5gPHhF9dGp824d6i69OlZWMrReyW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-27 18:03:25\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-27 18:03:25\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:95;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4196;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Md Ariful Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1718522661\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$uMdufw\\/6yZLtDTzcan4xo.rgsd9z6g7XjLJ8eT3BovKjUTwJpeH3O\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-27 18:14:30\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-27 18:14:30\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4196;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Md Ariful Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1718522661\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$uMdufw\\/6yZLtDTzcan4xo.rgsd9z6g7XjLJ8eT3BovKjUTwJpeH3O\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-27 18:14:30\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-27 18:14:30\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:96;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4197;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Sazedul19\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716123348\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Rr0wMqHrgy3s8XH8K.HYlOHrLEQ0G7m7.iijGJbur615TJ6Tx2kjS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-27 18:21:44\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-27 18:21:44\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4197;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Sazedul19\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716123348\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Rr0wMqHrgy3s8XH8K.HYlOHrLEQ0G7m7.iijGJbur615TJ6Tx2kjS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-27 18:21:44\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-27 18:21:44\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:97;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4199;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Shihab\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01829399471\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$MG3VbaFMDAQMNdCMyhi8QeyDQxYK9p7uzdMrfm.mspI68wuNdi4gS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-28 11:18:43\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-28 11:18:43\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4199;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Shihab\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01829399471\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$MG3VbaFMDAQMNdCMyhi8QeyDQxYK9p7uzdMrfm.mspI68wuNdi4gS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-28 11:18:43\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-28 11:18:43\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:98;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4200;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Abdul aliM\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01608228183\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$JJg4Ku2o0tS1mMsFz1Y..ep0Bk.MN\\/yrsQnGmpXjPSsNeDY1\\/6U6u\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-28 11:24:53\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-28 11:24:53\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4200;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Abdul aliM\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01608228183\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$JJg4Ku2o0tS1mMsFz1Y..ep0Bk.MN\\/yrsQnGmpXjPSsNeDY1\\/6U6u\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-28 11:24:53\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-28 11:24:53\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:99;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4201;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Kazi sakib\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01628679019\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$9q6Bre2kbkU7juuTBgeLt.fM0YynY2BwQQL0sUpJLpq1xSMuYNLG2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-28 11:31:46\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-28 11:31:46\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4201;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Kazi sakib\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01628679019\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$9q6Bre2kbkU7juuTBgeLt.fM0YynY2BwQQL0sUpJLpq1xSMuYNLG2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-28 11:31:46\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-28 11:31:46\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}}}s:4:\\\"text\\\";s:540:\\\"\\u09aa\\u09cd\\u09b0\\u09bf\\u09af\\u09bc \\u0997\\u09cd\\u09b0\\u09be\\u09b9\\u0995,\\n\\u09ae\\u09be\\u0987\\u099c\\u09bf\\u09aa\\u09bf\\u098f\\u09b8 \\u099f\\u09cd\\u09b0\\u09cd\\u09af\\u09be\\u0995\\u09bf\\u0982 \\u09b8\\u09be\\u09b0\\u09cd\\u09ad\\u09bf\\u09b8 \\u098f\\u09b0 \\u09aa\\u0995\\u09cd\\u09b7 \\u09a5\\u09c7\\u0995\\u09c7 \\u09aa\\u09ac\\u09bf\\u09a4\\u09cd\\u09b0 \\u0988\\u09a6\\u09c1\\u09b2 \\u09ab\\u09bf\\u09a4\\u09b0 \\u0989\\u09aa\\u09b2\\u0995\\u09cd\\u09b7\\u09c7 \\u0986\\u09aa\\u09a8\\u09be\\u0995\\u09c7 \\u099c\\u09be\\u09a8\\u09be\\u0987 \\\"\\u0988\\u09a6 \\u09ae\\u09cb\\u09ac\\u09be\\u09b0\\u0995\\\"\\u0964 \\u0986\\u09aa\\u09a8\\u09be\\u09b0 \\u09aa\\u09b0\\u09bf\\u09ac\\u09be\\u09b0\\u0995\\u09c7 \\u09a8\\u09bf\\u09af\\u09bc\\u09c7 \\u098f\\u09ac\\u09be\\u09b0\\u09c7\\u09b0 \\u0988\\u09a6 \\u0995\\u09be\\u099f\\u09c1\\u0995 \\u0986\\u09b0\\u09cb \\u0986\\u09a8\\u09a8\\u09cd\\u09a6\\u09aa\\u09c2\\u09b0\\u09cd\\u09a3 \\u0993 \\u0989\\u09aa\\u09ad\\u09cb\\u0997\\u09cd\\u09af\\u09ae\\u09af\\u09bc\\u0964 \\u0986\\u09aa\\u09a8\\u09be\\u09b0 \\u09aa\\u09cd\\u09b0\\u09a4\\u09bf\\u099f\\u09bf \\u09af\\u09be\\u09a4\\u09cd\\u09b0\\u09be \\u09b6\\u09c1\\u09ad \\u09b9\\u09cb\\u0995\\u0964\\\";}s:3:\\\"job\\\";N;s:10:\\\"connection\\\";N;s:5:\\\"queue\\\";N;s:15:\\\"chainConnection\\\";N;s:10:\\\"chainQueue\\\";N;s:5:\\\"delay\\\";N;s:10:\\\"middleware\\\";a:0:{}s:7:\\\"chained\\\";a:0:{}}\"}}', 'Illuminate\\Queue\\MaxAttemptsExceededException: App\\Jobs\\SmsSend has been attempted too many times or run too long. The job may have previously timed out. in /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php:648\nStack trace:\n#0 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(163): Illuminate\\Queue\\Worker->maxAttemptsExceededException(Object(Illuminate\\Queue\\Jobs\\DatabaseJob))\n#1 /home/mygpsbd/public_html/app/Http/helper.php(28): Illuminate\\Queue\\Worker->Illuminate\\Queue\\{closure}(14, Array)\n#2 /home/mygpsbd/public_html/app/Jobs/SmsSend.php(35): send_sms(\'\\xE0\\xA6\\xAA\\xE0\\xA7\\x8D\\xE0\\xA6\\xB0\\xE0\\xA6\\xBF\\xE0\\xA6\\xAF...\', Array)\n#3 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App\\Jobs\\SmsSend->handle()\n#4 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/Util.php(37): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}()\n#5 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(93): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))\n#6 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(37): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))\n#7 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/Container.php(596): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)\n#8 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php(94): Illuminate\\Container\\Container->call(Array)\n#9 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(128): Illuminate\\Bus\\Dispatcher->Illuminate\\Bus\\{closure}(Object(App\\Jobs\\SmsSend))\n#10 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(103): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(App\\Jobs\\SmsSend))\n#11 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php(98): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))\n#12 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(83): Illuminate\\Bus\\Dispatcher->dispatchNow(Object(App\\Jobs\\SmsSend), false)\n#13 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(128): Illuminate\\Queue\\CallQueuedHandler->Illuminate\\Queue\\{closure}(Object(App\\Jobs\\SmsSend))\n#14 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(103): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(App\\Jobs\\SmsSend))\n#15 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(85): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))\n#16 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(59): Illuminate\\Queue\\CallQueuedHandler->dispatchThroughMiddleware(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Object(App\\Jobs\\SmsSend))\n#17 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Jobs/Job.php(98): Illuminate\\Queue\\CallQueuedHandler->call(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Array)\n#18 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(356): Illuminate\\Queue\\Jobs\\Job->fire()\n#19 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(306): Illuminate\\Queue\\Worker->process(\'database\', Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Object(Illuminate\\Queue\\WorkerOptions))\n#20 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(132): Illuminate\\Queue\\Worker->runJob(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), \'database\', Object(Illuminate\\Queue\\WorkerOptions))\n#21 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(112): Illuminate\\Queue\\Worker->daemon(\'database\', \'default\', Object(Illuminate\\Queue\\WorkerOptions))\n#22 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(96): Illuminate\\Queue\\Console\\WorkCommand->runWorker(\'database\', \'default\')\n#23 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Illuminate\\Queue\\Console\\WorkCommand->handle()\n#24 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/Util.php(37): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}()\n#25 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(93): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))\n#26 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(37): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))\n#27 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/Container.php(596): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)\n#28 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Console/Command.php(134): Illuminate\\Container\\Container->call(Array)\n#29 /home/mygpsbd/public_html/vendor/symfony/console/Command/Command.php(298): Illuminate\\Console\\Command->execute(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))\n#30 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Console/Command.php(121): Symfony\\Component\\Console\\Command\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))\n#31 /home/mygpsbd/public_html/vendor/symfony/console/Application.php(1040): Illuminate\\Console\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#32 /home/mygpsbd/public_html/vendor/symfony/console/Application.php(301): Symfony\\Component\\Console\\Application->doRunCommand(Object(Illuminate\\Queue\\Console\\WorkCommand), Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#33 /home/mygpsbd/public_html/vendor/symfony/console/Application.php(171): Symfony\\Component\\Console\\Application->doRun(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#34 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Console/Application.php(93): Symfony\\Component\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#35 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(129): Illuminate\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#36 /home/mygpsbd/public_html/artisan(37): Illuminate\\Foundation\\Console\\Kernel->handle(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#37 {main}', '2024-04-11 22:01:03');
INSERT INTO `failed_jobs` (`id`, `connection`, `queue`, `payload`, `exception`, `failed_at`) VALUES
(737, 'database', 'default', '{\"uuid\":\"e7a55334-954b-47b8-819f-8a03a9ab0663\",\"displayName\":\"App\\\\Jobs\\\\SmsSend\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"delay\":null,\"timeout\":null,\"timeoutAt\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\SmsSend\",\"command\":\"O:16:\\\"App\\\\Jobs\\\\SmsSend\\\":9:{s:4:\\\"data\\\";a:2:{s:4:\\\"data\\\";O:39:\\\"Illuminate\\\\Database\\\\Eloquent\\\\Collection\\\":1:{s:8:\\\"\\u0000*\\u0000items\\\";a:100:{i:0;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4202;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Atiq\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01322446403\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$2Sj.Ay2tWVrIlu8cPfzude4iEh0acrTuWmsE.roO6DHCS55AFDGee\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-28 11:39:26\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-28 11:39:26\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4202;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Atiq\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01322446403\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$2Sj.Ay2tWVrIlu8cPfzude4iEh0acrTuWmsE.roO6DHCS55AFDGee\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-28 11:39:26\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-28 11:39:26\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:1;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4203;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Sobuj\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01922452882\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$qKKfuML5\\/PQd\\/8mcoTLmMOUS0JhgN12RMyOwZuUaqLVijchRaLU4a\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-28 12:15:57\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-28 12:15:57\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4203;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Sobuj\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01922452882\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$qKKfuML5\\/PQd\\/8mcoTLmMOUS0JhgN12RMyOwZuUaqLVijchRaLU4a\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-28 12:15:57\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-28 12:15:57\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:2;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4204;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Monir\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01719923373\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$QoiaXLGL9z.nqKKot6EWLeFQTwEUGDG0SAtEr5\\/iaz0Q1TFPE6JIS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-28 12:18:45\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-28 12:18:45\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4204;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Monir\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01719923373\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$QoiaXLGL9z.nqKKot6EWLeFQTwEUGDG0SAtEr5\\/iaz0Q1TFPE6JIS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-28 12:18:45\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-28 12:18:45\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:3;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4205;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Mozammal Huq\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716453635\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$3aaVrUZ9M\\/hqXolNvKncM.o6ImdZatEk2liiWHpdvOp.C\\/ZO5SCJ2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-28 12:21:20\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-28 12:21:20\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4205;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Mozammal Huq\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716453635\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$3aaVrUZ9M\\/hqXolNvKncM.o6ImdZatEk2liiWHpdvOp.C\\/ZO5SCJ2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-28 12:21:20\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-28 12:21:20\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:4;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4206;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Anis Hoque\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01776462304\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$HwTnQWBqxlw8Bvx10fmiKugLh1C3sGB10Qhnlo3O0QFzEx7oKe2oe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-28 12:26:01\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-28 12:26:01\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4206;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Anis Hoque\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01776462304\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$HwTnQWBqxlw8Bvx10fmiKugLh1C3sGB10Qhnlo3O0QFzEx7oKe2oe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-28 12:26:01\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-28 12:26:01\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:5;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4207;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Firoz\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01795560601\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$AkTbvhgPrxPxYA.TvCxgKevLz6id4sIFIyjxoq3F6tQwkbhH7\\/RMG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-28 12:29:55\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-28 12:29:55\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4207;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Firoz\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01795560601\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$AkTbvhgPrxPxYA.TvCxgKevLz6id4sIFIyjxoq3F6tQwkbhH7\\/RMG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-28 12:29:55\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-28 12:29:55\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:6;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4208;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"MD JAHIDUL\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01780945542\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$wmgxhj2Upz6kKNwK8HBM1eijMXovDLcfKlWh4rMm.sY8DWENf545m\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-28 12:33:26\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-28 12:33:26\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4208;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"MD JAHIDUL\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01780945542\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$wmgxhj2Upz6kKNwK8HBM1eijMXovDLcfKlWh4rMm.sY8DWENf545m\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-28 12:33:26\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-28 12:33:26\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:7;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4209;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"MD HABIB\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01742631130\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$2UU9xPc8Dewj11rZfXMCC.D3bJliPzpNEBg1Kv1ICXlD9xxKBOU6i\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-28 12:45:41\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-28 12:45:41\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4209;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"MD HABIB\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01742631130\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$2UU9xPc8Dewj11rZfXMCC.D3bJliPzpNEBg1Kv1ICXlD9xxKBOU6i\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-28 12:45:41\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-28 12:45:41\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:8;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4210;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Munna\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01955687591\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$0t9yHcrojC9OcxfHe9Ojjutt7Gnz33fajrS5lLUsngjetG5MLn1yu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-28 12:48:48\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-28 12:48:48\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4210;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Munna\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01955687591\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$0t9yHcrojC9OcxfHe9Ojjutt7Gnz33fajrS5lLUsngjetG5MLn1yu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-28 12:48:48\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-28 12:48:48\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:9;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4211;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Saddam hosen munna\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715805053\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$it45VNVbNYEd9z35c7MQQ.WR.8TcLzebwvgEF85akeT6KekFGKB4C\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-28 12:52:23\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-28 12:52:23\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4211;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Saddam hosen munna\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715805053\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$it45VNVbNYEd9z35c7MQQ.WR.8TcLzebwvgEF85akeT6KekFGKB4C\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-28 12:52:23\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-28 12:52:23\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:10;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4212;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Md jonayet khan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01629294515\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$FdxajZ6Pg3xUbxiPfZuXm..1scq7iVo4orY14pDRcYUVqe7Fa1Rty\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-28 13:43:12\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-28 13:43:12\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4212;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Md jonayet khan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01629294515\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$FdxajZ6Pg3xUbxiPfZuXm..1scq7iVo4orY14pDRcYUVqe7Fa1Rty\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-28 13:43:12\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-28 13:43:12\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:11;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4213;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Sujan Datta\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01859757370\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$s4nXzwJtatFi.j1lwHwQFeLqqB3bUzaeNtxxxc4vs6YkgvZNCBPYu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-28 13:50:16\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-28 13:50:16\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4213;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Sujan Datta\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01859757370\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$s4nXzwJtatFi.j1lwHwQFeLqqB3bUzaeNtxxxc4vs6YkgvZNCBPYu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-28 13:50:16\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-28 13:50:16\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:12;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4214;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"CITYMEAD\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01811280999\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$iz8Izgp8pu3hfyeGxQIr9uuAmiyW4cZCVoWjezOaPNOEFNUkzT9ba\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-28 13:53:47\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-28 13:53:47\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4214;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"CITYMEAD\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01811280999\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$iz8Izgp8pu3hfyeGxQIr9uuAmiyW4cZCVoWjezOaPNOEFNUkzT9ba\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-28 13:53:47\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-28 13:53:47\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:13;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4215;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Romofashion\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01845971153\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$KU1WrR\\/xy8vdqi0kaJ2AZOWVu1r.Leh.F.pvICrjsI8u483Qm1iw2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-28 14:00:04\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-28 14:00:04\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4215;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Romofashion\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01845971153\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$KU1WrR\\/xy8vdqi0kaJ2AZOWVu1r.Leh.F.pvICrjsI8u483Qm1iw2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-28 14:00:04\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-28 14:00:04\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:14;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4216;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Lokman hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711516572\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$0y\\/HFLe86nrSGIcG3zC.TuV8zoMC89lgvHSn3dZnMqwp8DAwJs7w2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-28 14:03:28\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-28 14:03:28\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4216;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Lokman hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711516572\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$0y\\/HFLe86nrSGIcG3zC.TuV8zoMC89lgvHSn3dZnMqwp8DAwJs7w2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-28 14:03:28\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-28 14:03:28\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:15;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4217;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Md sohel rana\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01951401150\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$NKOCGz73p60kaRhwczLOwOsqXGobIn62bdzlNDTsfY28ZFgoI8zdO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-28 14:10:59\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-28 14:10:59\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4217;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Md sohel rana\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01951401150\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$NKOCGz73p60kaRhwczLOwOsqXGobIn62bdzlNDTsfY28ZFgoI8zdO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-28 14:10:59\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-28 14:10:59\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:16;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4218;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Bashar\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01647563608\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$qwqw4YdiKrTZcrbbV9DiMuZC\\/Brgz2188Ry09gUMg6OK3PLjzI3aq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-28 14:15:37\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-28 14:15:37\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4218;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Bashar\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01647563608\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$qwqw4YdiKrTZcrbbV9DiMuZC\\/Brgz2188Ry09gUMg6OK3PLjzI3aq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-28 14:15:37\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-28 14:15:37\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:17;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4222;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Nasimul Hasin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01845971258\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$UbTwidtdaMrS\\/budD5NR0uvIGNn6Njwse7huCFhR5hFVhSilrAF0q\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-28 14:19:47\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-28 14:19:47\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4222;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Nasimul Hasin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01845971258\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$UbTwidtdaMrS\\/budD5NR0uvIGNn6Njwse7huCFhR5hFVhSilrAF0q\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-28 14:19:47\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-28 14:19:47\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:18;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4229;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Mahfuz.Magura\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01733004493\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$5h7EzqWDTyVa5bnfalHpLulddTZJG67GwiT3qwydnv6VGM1rvzeKq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-28 14:34:00\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-28 14:34:00\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4229;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Mahfuz.Magura\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01733004493\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$5h7EzqWDTyVa5bnfalHpLulddTZJG67GwiT3qwydnv6VGM1rvzeKq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-28 14:34:00\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-28 14:34:00\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:19;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4235;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Jamiul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01774351410\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$HiRSsrfwTn554O0yasIBv.LRiOsCt.vBjVtgYEcpJ5W.0vSW99Sxy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-28 14:37:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-28 14:37:29\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4235;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Jamiul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01774351410\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$HiRSsrfwTn554O0yasIBv.LRiOsCt.vBjVtgYEcpJ5W.0vSW99Sxy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-28 14:37:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-28 14:37:29\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:20;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4256;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"MD.Asaduzzaman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716272073\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$biPW9fXNppDZboXJo9d7q.nJXoRgE0HMO5.5ya.lNpsElfg5sJnf6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-28 15:11:26\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-28 15:11:26\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4256;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"MD.Asaduzzaman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716272073\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$biPW9fXNppDZboXJo9d7q.nJXoRgE0HMO5.5ya.lNpsElfg5sJnf6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-28 15:11:26\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-28 15:11:26\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:21;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4257;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:24:\\\"MOHAMMAD MAHFUZUR RAHMAN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01714162091\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$JOVGFB7inCekh9iKKjanaehmEBaDb1sCNRX\\/1rbQUpDp1F\\/bJpcHu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-28 15:16:17\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-28 15:16:17\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4257;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:24:\\\"MOHAMMAD MAHFUZUR RAHMAN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01714162091\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$JOVGFB7inCekh9iKKjanaehmEBaDb1sCNRX\\/1rbQUpDp1F\\/bJpcHu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-28 15:16:17\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-28 15:16:17\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:22;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4258;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Malik\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01745927252\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$uNUFe9eL4gweUMC627K\\/5OojyESCDptye3WbbZ9qm0mYKhjqUHGN2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-28 16:02:15\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-28 16:02:15\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4258;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Malik\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01745927252\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$uNUFe9eL4gweUMC627K\\/5OojyESCDptye3WbbZ9qm0mYKhjqUHGN2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2023-12-28 16:02:15\\\";s:10:\\\"updated_at\\\";s:19:\\\"2023-12-28 16:02:15\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:23;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4261;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Jarif Ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:24:\\\"eheteshamjarif@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01308500561\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$D.AAfzapbqM\\/rqFp83yZsuK0UFgiaU.vWyT1Q\\/Y.C02oP8KdcXwvW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-01 11:02:18\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-01 11:02:18\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4261;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Jarif Ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:24:\\\"eheteshamjarif@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01308500561\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$D.AAfzapbqM\\/rqFp83yZsuK0UFgiaU.vWyT1Q\\/Y.C02oP8KdcXwvW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-01 11:02:18\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-01 11:02:18\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:24;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4262;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"MD JEWEL RANA\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01707801264\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$iFtYuuGqcg\\/DpX9.U4v7z.8zmbKt6C4WZW6H6Vv\\/HiFUIkW3lYp6O\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-01 11:20:41\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-01 11:20:41\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4262;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"MD JEWEL RANA\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01707801264\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$iFtYuuGqcg\\/DpX9.U4v7z.8zmbKt6C4WZW6H6Vv\\/HiFUIkW3lYp6O\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-01 11:20:41\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-01 11:20:41\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:25;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4263;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Atik\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01713570844\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$encbkqHeRAGVXUkh896KF.0dvqRTVhu42lLxpRTu47jWPkHcHgIjS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-01 11:24:07\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-01 11:24:07\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4263;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Atik\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01713570844\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$encbkqHeRAGVXUkh896KF.0dvqRTVhu42lLxpRTu47jWPkHcHgIjS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-01 11:24:07\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-01 11:24:07\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:26;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4265;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Kaiyum\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01684782641\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$sKT9NjSFAg.B4vG4ucYfjun\\/cWP.IjbQrt.KTf3VboaacTohmHIky\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-01 11:31:03\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-01 11:31:03\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4265;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Kaiyum\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01684782641\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$sKT9NjSFAg.B4vG4ucYfjun\\/cWP.IjbQrt.KTf3VboaacTohmHIky\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-01 11:31:03\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-01 11:31:03\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:27;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4266;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"dtmm@23\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"0172111896\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Ktnw0WcTbC.SgkLEJ.fI1OzX0jOz.jBqnaPYuPMpdPwWscth6\\/.eK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-01 14:36:12\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-01 14:36:12\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4266;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"dtmm@23\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"0172111896\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Ktnw0WcTbC.SgkLEJ.fI1OzX0jOz.jBqnaPYuPMpdPwWscth6\\/.eK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-01 14:36:12\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-01 14:36:12\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:28;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4267;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"basudav\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01722283421\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$cIIGw6Tpj.6GjrHWS\\/KHFexs7JzHAZ2XRD9ialzsablLwXIdgtyQG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-01 14:42:26\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-01 14:42:26\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4267;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"basudav\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01722283421\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$cIIGw6Tpj.6GjrHWS\\/KHFexs7JzHAZ2XRD9ialzsablLwXIdgtyQG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-01 14:42:26\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-01 14:42:26\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:29;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4268;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"MD Atiqul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01979287848\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$JQ3g.QfN3y6WPpTq82SzD.t3eBo1ygeYC3fZGTPBynqLwj\\/yJknOa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-01 15:04:27\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-01 15:04:27\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4268;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"MD Atiqul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01979287848\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$JQ3g.QfN3y6WPpTq82SzD.t3eBo1ygeYC3fZGTPBynqLwj\\/yJknOa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-01 15:04:27\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-01 15:04:27\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:30;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4269;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Nur Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01843896004\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$TwU\\/cyKDi9.Qpdvv\\/sLbSOI3gvkPU2MtR6iNEdG5HeXbfuGULMBiS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-01 15:08:48\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-01 15:08:48\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4269;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Nur Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01843896004\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$TwU\\/cyKDi9.Qpdvv\\/sLbSOI3gvkPU2MtR6iNEdG5HeXbfuGULMBiS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-01 15:08:48\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-01 15:08:48\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:31;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4270;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"PALASH\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01916716009\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$PqOTWVVrdHnNuzZWBd36p.I5yT9wU6nEdxSbHGSH\\/l2vaWHLIzgpW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-01 15:11:39\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-01 15:11:39\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4270;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"PALASH\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01916716009\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$PqOTWVVrdHnNuzZWBd36p.I5yT9wU6nEdxSbHGSH\\/l2vaWHLIzgpW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-01 15:11:39\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-01 15:11:39\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:32;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4271;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Bashir Ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01867846356\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$fAXtp5AgOIPDs\\/PLt15HWuepzE9DiC6164f5CCofiSJ9o9fmAv7b.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-01 15:18:43\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-01 15:18:43\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4271;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Bashir Ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01867846356\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$fAXtp5AgOIPDs\\/PLt15HWuepzE9DiC6164f5CCofiSJ9o9fmAv7b.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-01 15:18:43\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-01 15:18:43\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:33;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4272;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Nayon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01912673384\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$I2.mGH86lH8oBMiIVnpRMuKWMsdjI8RiKHSIiNqJP3830vOKWcmpq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-01 15:21:43\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-01 15:21:43\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4272;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Nayon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01912673384\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$I2.mGH86lH8oBMiIVnpRMuKWMsdjI8RiKHSIiNqJP3830vOKWcmpq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-01 15:21:43\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-01 15:21:43\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:34;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4273;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Nayon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1912673384\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$N5wa5onyDZAyTAJZvDZrLOgyx2\\/\\/8jJZkBQGjbv7hVLbXUoX\\/JoAe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-01 15:24:48\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-01 15:24:48\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4273;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Nayon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1912673384\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$N5wa5onyDZAyTAJZvDZrLOgyx2\\/\\/8jJZkBQGjbv7hVLbXUoX\\/JoAe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-01 15:24:48\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-01 15:24:48\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:35;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4274;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"SAIFUDDIN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01620657376\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$IL935QFy4vwEdzhp9hMH3.QLK6Hv1G1MX5C02dljRvw2\\/Xf64KyHe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-01 16:01:43\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-01 16:01:43\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4274;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"SAIFUDDIN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01620657376\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$IL935QFy4vwEdzhp9hMH3.QLK6Hv1G1MX5C02dljRvw2\\/Xf64KyHe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-01 16:01:43\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-01 16:01:43\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:36;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4275;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Md.Shamim\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01631092732\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$E.1byX8RbzeCTFRb6Ns5NembdLvqkXbtRPOE8GdySQaFdyr4Tsvp.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-01 16:06:33\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-01 16:06:33\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4275;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Md.Shamim\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01631092732\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$E.1byX8RbzeCTFRb6Ns5NembdLvqkXbtRPOE8GdySQaFdyr4Tsvp.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-01 16:06:33\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-01 16:06:33\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:37;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4276;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Mamun\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01821951383\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$rgljCAsXhC5JZDkpVVuC8.xfVsApkcsRyJaUn6H39SVNJL9pPPEx6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-01 16:10:05\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-01 16:10:05\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4276;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Mamun\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01821951383\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$rgljCAsXhC5JZDkpVVuC8.xfVsApkcsRyJaUn6H39SVNJL9pPPEx6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-01 16:10:05\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-01 16:10:05\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:38;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4277;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"MD. Mostakim sheikh\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01813711245\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$JASa79PufBACFPFpeAmt1.Vy0fMbtMU9BIVvk.H.NmtEwmzTHzoD.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-01 16:34:10\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-01 16:34:10\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4277;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"MD. Mostakim sheikh\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01813711245\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$JASa79PufBACFPFpeAmt1.Vy0fMbtMU9BIVvk.H.NmtEwmzTHzoD.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-01 16:34:10\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-01 16:34:10\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:39;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4278;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Sanaullah\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01714880954\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$tffP0fpFLGywwfIChJpruOsoUnxSC24i7zcriIZIISLCQ7sKO5tsa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-01 16:37:09\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-01 16:37:09\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4278;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Sanaullah\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01714880954\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$tffP0fpFLGywwfIChJpruOsoUnxSC24i7zcriIZIISLCQ7sKO5tsa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-01 16:37:09\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-01 16:37:09\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:40;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4279;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:23:\\\"Kishoreganj Automobiles\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01976000367\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$\\/k2fTcSHVIgTWxAX\\/YEfoee\\/O5rTKuGUwDz7eYOgilaoMadecNp3.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-01 16:44:26\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-01 16:44:26\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4279;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:23:\\\"Kishoreganj Automobiles\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01976000367\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$\\/k2fTcSHVIgTWxAX\\/YEfoee\\/O5rTKuGUwDz7eYOgilaoMadecNp3.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-01 16:44:26\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-01 16:44:26\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:41;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4280;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"MD Rajib\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01708652094\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ipmFVPii\\/Bzam37Ytmu2JebcIS0TlY9fC6oCjfnQX8VP6sEybpleC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-02 10:41:28\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-02 10:41:28\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4280;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"MD Rajib\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01708652094\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ipmFVPii\\/Bzam37Ytmu2JebcIS0TlY9fC6oCjfnQX8VP6sEybpleC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-02 10:41:28\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-02 10:41:28\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:42;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4281;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:25:\\\"MD Ahshanur Rohoman jewel\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01707124475\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$KLX2Qz7gQsb1gjaR9djtb.E1lWCanK.gkWrcaccVFcijUB\\/rJ69Yy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-02 10:44:49\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-02 10:44:49\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4281;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:25:\\\"MD Ahshanur Rohoman jewel\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01707124475\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$KLX2Qz7gQsb1gjaR9djtb.E1lWCanK.gkWrcaccVFcijUB\\/rJ69Yy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-02 10:44:49\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-02 10:44:49\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:43;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4282;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"md sarour\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01772837585\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$QCJp5UXvLvCqEYPEBpSrz.TT2t3sm5AmUGMYIXPJJqeKZ3YVkhNIa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-02 10:52:02\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-02 10:52:02\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4282;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"md sarour\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01772837585\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$QCJp5UXvLvCqEYPEBpSrz.TT2t3sm5AmUGMYIXPJJqeKZ3YVkhNIa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-02 10:52:02\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-02 10:52:02\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:44;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4283;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"ANOWAR\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01841176242\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$bG0kprDVGkzV9h8eoS4tauHQ43gHx4Z5d6mSeHwQMVTlre.wMhJLu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-02 10:55:54\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-02 10:55:54\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4283;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"ANOWAR\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01841176242\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$bG0kprDVGkzV9h8eoS4tauHQ43gHx4Z5d6mSeHwQMVTlre.wMhJLu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-02 10:55:54\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-02 10:55:54\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:45;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4284;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Abu Bakar Siddik\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01911915263\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$vFJazqSMaTr.CCHEqb2bX.8xgBloORUKWXqPJjfSEtFoSu2ekdP1K\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-02 11:00:30\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-02 11:00:30\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4284;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Abu Bakar Siddik\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01911915263\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$vFJazqSMaTr.CCHEqb2bX.8xgBloORUKWXqPJjfSEtFoSu2ekdP1K\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-02 11:00:30\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-02 11:00:30\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:46;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4285;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Md. Imran Hasan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01722718112\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$le96YX7iHLM.rbIkRKZuAuVxyo9RVhCBpk9HSwm7HJJqPm5yCBdtC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-02 11:10:25\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-02 11:10:25\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4285;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Md. Imran Hasan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01722718112\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$le96YX7iHLM.rbIkRKZuAuVxyo9RVhCBpk9HSwm7HJJqPm5yCBdtC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-02 11:10:25\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-02 11:10:25\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:47;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4286;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"M.R.Russel\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711201498\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$MMsDQBUFsVvTU\\/gSu\\/LTEOnRoDh..IOFFeqcwSEJta6mcWYU75laq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-02 11:15:24\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-02 11:15:24\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4286;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"M.R.Russel\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711201498\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$MMsDQBUFsVvTU\\/gSu\\/LTEOnRoDh..IOFFeqcwSEJta6mcWYU75laq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-02 11:15:24\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-02 11:15:24\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:48;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4287;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Md imran haider\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01794212552\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$FqfQdJhn5GJOnKqkUJisQundTPc62ye5yTN0u7IjHYk.H8SW3DUmC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-02 11:25:38\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-02 11:25:38\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4287;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Md imran haider\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01794212552\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$FqfQdJhn5GJOnKqkUJisQundTPc62ye5yTN0u7IjHYk.H8SW3DUmC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-02 11:25:38\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-02 11:25:38\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:49;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4289;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Tarek Aziz\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"tarekaziz3717@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01919963517\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$f29fO\\/2J6EzUR5R\\/KV1E0eQEYQoHdmaKE0HytSHPIP.S77bjwFdge\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-02 12:21:02\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-02 12:21:02\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4289;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Tarek Aziz\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"tarekaziz3717@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01919963517\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$f29fO\\/2J6EzUR5R\\/KV1E0eQEYQoHdmaKE0HytSHPIP.S77bjwFdge\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-02 12:21:02\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-02 12:21:02\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:50;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4290;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Mir Faisal\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01751403143\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$FsobRkbv89\\/EBqXpQbHptO79MrRATsKtZL5QW5gGEiGk7j4j5ZAPK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-02 12:31:49\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-02 12:31:49\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4290;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Mir Faisal\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01751403143\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$FsobRkbv89\\/EBqXpQbHptO79MrRATsKtZL5QW5gGEiGk7j4j5ZAPK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-02 12:31:49\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-02 12:31:49\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:51;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4291;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Salim\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01713529452\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$LS\\/nU7wpQ6Af8tcfKL0Xc.Xmpe3MrGAxtabB5rsaTgbUUMatlbnyO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-02 12:36:50\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-02 12:36:50\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4291;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Salim\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01713529452\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$LS\\/nU7wpQ6Af8tcfKL0Xc.Xmpe3MrGAxtabB5rsaTgbUUMatlbnyO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-02 12:36:50\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-02 12:36:50\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:52;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4292;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Akramul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712874166\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$QCLkNy.K790PbUa1bOF5iONdg5V2KVHKYdBzl4feFg8t8JbN4AEke\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-02 13:27:42\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-02 13:27:42\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4292;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Akramul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712874166\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$QCLkNy.K790PbUa1bOF5iONdg5V2KVHKYdBzl4feFg8t8JbN4AEke\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-02 13:27:42\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-02 13:27:42\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:53;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4354;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Md alim ullah\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01820356269\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$.XjBURhqx98ZWGyx740zM..7\\/uJqfWW7rjxlIc2pzphsSQqO6x1EC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-03 11:01:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-03 11:01:29\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4354;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Md alim ullah\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01820356269\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$.XjBURhqx98ZWGyx740zM..7\\/uJqfWW7rjxlIc2pzphsSQqO6x1EC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-03 11:01:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-03 11:01:29\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:54;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4355;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Jahir\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1710864927\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$DlLyVkhXk.PmJFzIA6K\\/ueoSuMEv1P\\/Gn0NGx54kRyXCjSZRkjREm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-03 11:10:01\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-03 11:10:01\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4355;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Jahir\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1710864927\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$DlLyVkhXk.PmJFzIA6K\\/ueoSuMEv1P\\/Gn0NGx54kRyXCjSZRkjREm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-03 11:10:01\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-03 11:10:01\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:55;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4356;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Riyad Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:27:\\\"mdriyadhossain000@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01842460735\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$uqsDlPuiSkNCVe3.0FIyZOU6XBgfnzkoPRVUdjcWmakmVZ2rKFQ1i\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-03 11:19:45\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-03 11:19:45\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4356;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Riyad Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:27:\\\"mdriyadhossain000@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01842460735\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$uqsDlPuiSkNCVe3.0FIyZOU6XBgfnzkoPRVUdjcWmakmVZ2rKFQ1i\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-03 11:19:45\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-03 11:19:45\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:56;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4357;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Shanur Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712116699\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Gw2dtBgWEqNXIEugcXuFJO1d\\/xYHpOxVnlzYkbFbgtIlEDhhuCwmG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-03 11:24:09\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-03 11:24:09\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4357;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Shanur Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712116699\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Gw2dtBgWEqNXIEugcXuFJO1d\\/xYHpOxVnlzYkbFbgtIlEDhhuCwmG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-03 11:24:09\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-03 11:24:09\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:57;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4358;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Nishita Flour Mils\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01713716077\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$a0IJO7\\/Qy3ksipYbOsvI4.t.6CbjS44ufR6IJVw1xtEKkTuJcOti.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-03 11:30:22\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-03 11:30:22\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4358;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Nishita Flour Mils\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01713716077\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$a0IJO7\\/Qy3ksipYbOsvI4.t.6CbjS44ufR6IJVw1xtEKkTuJcOti.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-03 11:30:22\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-03 11:30:22\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:58;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4359;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"MD SHAIN KIAN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01969296200\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ypRXbUqoV0I7B.eV4nbR7.ptBB5462ZbTk8dCmGI6qyWCI5.bs\\/B2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-03 11:35:38\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-03 11:35:38\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4359;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"MD SHAIN KIAN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01969296200\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ypRXbUqoV0I7B.eV4nbR7.ptBB5462ZbTk8dCmGI6qyWCI5.bs\\/B2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-03 11:35:38\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-03 11:35:38\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:59;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4360;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Anwar Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1604325550\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$0KXQDEjX9eOUiCuC7jWWOOTTKwaQGhedQNs9GERvfM1Y4Yu5pceTm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-03 11:39:45\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-03 11:39:45\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4360;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Anwar Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1604325550\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$0KXQDEjX9eOUiCuC7jWWOOTTKwaQGhedQNs9GERvfM1Y4Yu5pceTm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-03 11:39:45\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-03 11:39:45\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:60;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4361;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"ANISH\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01913325311\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ovdKzvD\\/1KVSWIRn015Bre3PU12eBkJCVdzneIeVjuHRxRVFiXGOm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-03 11:43:19\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-03 11:43:19\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4361;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"ANISH\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01913325311\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ovdKzvD\\/1KVSWIRn015Bre3PU12eBkJCVdzneIeVjuHRxRVFiXGOm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-03 11:43:19\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-03 11:43:19\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:61;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4362;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Pankaj da\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01942204736\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$5SHt6Zjb0q3VWZqYeRjV3OKYjFsqZwZRmcbrzrWsz03zj0ekxOLtK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-03 11:46:46\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-03 11:46:46\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4362;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Pankaj da\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01942204736\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$5SHt6Zjb0q3VWZqYeRjV3OKYjFsqZwZRmcbrzrWsz03zj0ekxOLtK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-03 11:46:46\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-03 11:46:46\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:62;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4363;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Arif\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01916654872\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$C\\/0BS6kBONZM06Ry4aCtqOOBkMswM.BxtAQ.93AzJt5ye3xoi9pby\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-03 11:51:30\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-03 11:51:30\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4363;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Arif\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01916654872\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$C\\/0BS6kBONZM06Ry4aCtqOOBkMswM.BxtAQ.93AzJt5ye3xoi9pby\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-03 11:51:30\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-03 11:51:30\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:63;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4365;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"MD Joshi\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01725211290\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$DpJk270zhPBCytrpBLX9M.534MU4zFTKDf8kDnFK2QF6CuZUupi7i\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-03 12:13:31\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-03 12:13:31\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4365;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"MD Joshi\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01725211290\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$DpJk270zhPBCytrpBLX9M.534MU4zFTKDf8kDnFK2QF6CuZUupi7i\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-03 12:13:31\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-03 12:13:31\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:64;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4366;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:22:\\\"Mohammad ataour Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01819401375\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$sa7zlGRWizOzjFhF5taRVOphvLhAyh8cLzj9bRNB0oUXYM0jUFtrK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-03 12:22:25\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-03 12:22:25\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4366;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:22:\\\"Mohammad ataour Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01819401375\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$sa7zlGRWizOzjFhF5taRVOphvLhAyh8cLzj9bRNB0oUXYM0jUFtrK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-03 12:22:25\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-03 12:22:25\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:65;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4367;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Shamsu\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01911775405\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$5bTRyT3UP7z2TBJlt2qF2.JNrEyVHcbfYmaxWqut4mhz1SYK7shR.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-03 12:25:59\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-03 12:25:59\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4367;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Shamsu\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01911775405\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$5bTRyT3UP7z2TBJlt2qF2.JNrEyVHcbfYmaxWqut4mhz1SYK7shR.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-03 12:25:59\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-03 12:25:59\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:66;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4368;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Sumit Kumar Das\\\";s:3:\\\"nid\\\";s:3:\\\"N\\/A\\\";s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:48:\\\"House 93\\/1, Road-8, Block-C, Niketon, Dhaka-1212\\\";s:5:\\\"phone\\\";s:11:\\\"01843895118\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$CPqWcWWSOOb3f2B4rfagAudMyO75muA\\/F2\\/GM\\/7JESMVpK53mzn8K\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-03 12:35:49\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-28 10:48:25\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4368;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Sumit Kumar Das\\\";s:3:\\\"nid\\\";s:3:\\\"N\\/A\\\";s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:48:\\\"House 93\\/1, Road-8, Block-C, Niketon, Dhaka-1212\\\";s:5:\\\"phone\\\";s:11:\\\"01843895118\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$CPqWcWWSOOb3f2B4rfagAudMyO75muA\\/F2\\/GM\\/7JESMVpK53mzn8K\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-03 12:35:49\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-28 10:48:25\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:67;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4370;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Mostafizur Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01714460600\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$tYnc7bBHKGy.HsoXOT2CZujLJZJmpE6n4V4GGyIrCgNXnLlteCJSi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-03 13:15:20\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-03 13:15:20\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4370;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Mostafizur Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01714460600\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$tYnc7bBHKGy.HsoXOT2CZujLJZJmpE6n4V4GGyIrCgNXnLlteCJSi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-03 13:15:20\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-03 13:15:20\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:68;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4371;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Anamika Majumder\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"anmikaniter@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01723269990\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$3eo77OFJY.\\/np2\\/EqrRqRukw0\\/zpsFCyoqhj\\/pgydjponfZKHSXsS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-03 13:18:57\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-03 13:18:57\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4371;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Anamika Majumder\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"anmikaniter@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01723269990\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$3eo77OFJY.\\/np2\\/EqrRqRukw0\\/zpsFCyoqhj\\/pgydjponfZKHSXsS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-03 13:18:57\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-03 13:18:57\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:69;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4372;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Smorat\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"smorat77@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1732577777\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$rUwj3WsGW7ZnG9P56T48XeC0qlnshwdNVTis3kX58\\/L\\/HrD61KnFa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-03 13:24:19\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-08 13:02:06\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4372;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Smorat\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"smorat77@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1732577777\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$rUwj3WsGW7ZnG9P56T48XeC0qlnshwdNVTis3kX58\\/L\\/HrD61KnFa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-03 13:24:19\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-08 13:02:06\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:70;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4373;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Delower\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711985271\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$PmLLrCIY1U7vXqhUty5AeeZZY4hMzWXSyTefTYU1xGPKTguNHQ3ru\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-03 13:35:20\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-03 13:35:20\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4373;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Delower\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711985271\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$PmLLrCIY1U7vXqhUty5AeeZZY4hMzWXSyTefTYU1xGPKTguNHQ3ru\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-03 13:35:20\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-03 13:35:20\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:71;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4374;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Songjoy\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01770171416\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Lu40wNzypH..EaPj8W0zjOqKY8zXfjofN.N7tbDaoE4izkpirVSJ2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-03 13:37:52\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-03 13:37:52\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4374;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Songjoy\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01770171416\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Lu40wNzypH..EaPj8W0zjOqKY8zXfjofN.N7tbDaoE4izkpirVSJ2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-03 13:37:52\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-03 13:37:52\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:72;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4375;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Md. Shamim Sheikh\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01913939763\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$oR3I8nYdljeWmc.wMvj4vOG9pQ1Q3DFDbaaP4WV7gDcRe8rZ.zLD.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-03 13:44:26\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-03 13:44:26\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4375;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Md. Shamim Sheikh\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01913939763\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$oR3I8nYdljeWmc.wMvj4vOG9pQ1Q3DFDbaaP4WV7gDcRe8rZ.zLD.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-03 13:44:26\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-03 13:44:26\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:73;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4376;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"MD Jamal\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01722707009\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$L8iaAfGb\\/lD8haTDL4Mr1OlIMQUkIPDqX7dHvBjU0x1TVL\\/Ha2J1a\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-03 13:51:39\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-03 13:51:39\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4376;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"MD Jamal\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01722707009\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$L8iaAfGb\\/lD8haTDL4Mr1OlIMQUkIPDqX7dHvBjU0x1TVL\\/Ha2J1a\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-03 13:51:39\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-03 13:51:39\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:74;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4377;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Piarul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01723290035\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$mSXNDe.VA1ayrPKo2W4mBOfMs7jAxjwuG6IINkpdqfZOz3TLvz.K.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-03 13:55:06\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-03 13:55:06\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4377;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Piarul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01723290035\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$mSXNDe.VA1ayrPKo2W4mBOfMs7jAxjwuG6IINkpdqfZOz3TLvz.K.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-03 13:55:06\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-03 13:55:06\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:75;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4378;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md jahangir alam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01838139593\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$qG8tRQvOZITUevBfRip2iOjhWGdl79MGebvpS5hnHMrk2KhvS13Ya\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-03 13:59:54\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-03 13:59:54\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4378;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md jahangir alam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01838139593\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$qG8tRQvOZITUevBfRip2iOjhWGdl79MGebvpS5hnHMrk2KhvS13Ya\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-03 13:59:54\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-03 13:59:54\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:76;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4379;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Rahul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01920395619\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$YdfKO1GkocooMoJf.XdY4uVXuUmVK\\/lmALFdHUkS0RGHEMBTFnykS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-03 14:03:37\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-03 14:03:37\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4379;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Rahul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01920395619\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$YdfKO1GkocooMoJf.XdY4uVXuUmVK\\/lmALFdHUkS0RGHEMBTFnykS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-03 14:03:37\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-03 14:03:37\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:77;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4380;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Tanjil\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01832599305\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$XqM0GXv15ctb1GluekNt6.b\\/UEPQ3YMK8RGBIfaMZ6z9t0vbrV7BC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-03 14:08:27\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-03 14:08:27\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4380;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Tanjil\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01832599305\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$XqM0GXv15ctb1GluekNt6.b\\/UEPQ3YMK8RGBIfaMZ6z9t0vbrV7BC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-03 14:08:27\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-03 14:08:27\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:78;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4381;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Md.Alauddin sarker\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01756901180\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$TUXl0m8A7f8dVb9dY1GxsOsc6tl5XF\\/3vc\\/lsozsMFHdRgg1qUAka\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-03 14:18:54\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-03 14:18:54\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4381;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Md.Alauddin sarker\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01756901180\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$TUXl0m8A7f8dVb9dY1GxsOsc6tl5XF\\/3vc\\/lsozsMFHdRgg1qUAka\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-03 14:18:54\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-03 14:18:54\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:79;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4382;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"MD SUMON\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01757873632\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$9QYw2eI9npK0sVRtHL5EhuwubsmEZQAltVE7wQzuAlRciBwRokeD.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-03 14:26:34\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-03 14:26:34\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4382;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"MD SUMON\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01757873632\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$9QYw2eI9npK0sVRtHL5EhuwubsmEZQAltVE7wQzuAlRciBwRokeD.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-03 14:26:34\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-03 14:26:34\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:80;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4390;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Md. Matiur Rahman\\\";s:3:\\\"nid\\\";s:3:\\\"N\\/A\\\";s:5:\\\"email\\\";s:20:\\\"matiur70@mygpsbd.net\\\";s:7:\\\"address\\\";s:9:\\\"Manikgonj\\\";s:5:\\\"phone\\\";s:11:\\\"01713524370\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$SBuEWUNJFrplUgVGeTd\\/mubHc0RIK92zWTDKeZzX2VGuD0rBbVV6i\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-04 14:40:08\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-03-05 16:43:02\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4390;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Md. Matiur Rahman\\\";s:3:\\\"nid\\\";s:3:\\\"N\\/A\\\";s:5:\\\"email\\\";s:20:\\\"matiur70@mygpsbd.net\\\";s:7:\\\"address\\\";s:9:\\\"Manikgonj\\\";s:5:\\\"phone\\\";s:11:\\\"01713524370\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$SBuEWUNJFrplUgVGeTd\\/mubHc0RIK92zWTDKeZzX2VGuD0rBbVV6i\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-04 14:40:08\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-03-05 16:43:02\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:81;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4396;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:21:\\\"A.K.M. Shafiul Hassan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:25:\\\"shafiulhassan@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01730340732\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$FxUMwH5mrnmCwmLYeaqhG.aAxxzbLkRVO99hY.jv59gZdcVj70bdy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-08 21:46:15\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-08 21:46:15\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4396;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:21:\\\"A.K.M. Shafiul Hassan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:25:\\\"shafiulhassan@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01730340732\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$FxUMwH5mrnmCwmLYeaqhG.aAxxzbLkRVO99hY.jv59gZdcVj70bdy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-08 21:46:15\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-08 21:46:15\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:82;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4397;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Abdul Kashem\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711056005\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$sDxAGN9Trcn4hNXl829WEu1hX\\/KJMfCxfsJ9Pgml.7Ype26xgrQCC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-08 22:01:16\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-08 22:01:16\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4397;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Abdul Kashem\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711056005\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$sDxAGN9Trcn4hNXl829WEu1hX\\/KJMfCxfsJ9Pgml.7Ype26xgrQCC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-08 22:01:16\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-08 22:01:16\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:83;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4398;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Abdullah Al Sayeed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01611529134\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$paMfOvl9BKwtGqVeXh1aBuo4KDFZvDpq75c.5R7CXrZgHZjyMqo8y\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-08 23:11:13\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-08 23:11:13\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4398;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Abdullah Al Sayeed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01611529134\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$paMfOvl9BKwtGqVeXh1aBuo4KDFZvDpq75c.5R7CXrZgHZjyMqo8y\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-08 23:11:13\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-08 23:11:13\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:84;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4399;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Abdur rahim\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711322980\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$KVvZ9ZUvpoBwOOezOAewXuqWmfyWP7dpD5Yyu2VE59Fcbvy\\/8AewW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-08 23:43:10\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-08 23:43:10\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4399;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Abdur rahim\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711322980\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$KVvZ9ZUvpoBwOOezOAewXuqWmfyWP7dpD5Yyu2VE59Fcbvy\\/8AewW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-08 23:43:10\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-08 23:43:10\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:85;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4400;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Abdur Rahim Khan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01688382773\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$3bDV5F8A6b8vGsOW6DYZh.6DXWXOo4j82GpR\\/uSsTZQ7.7USjwJeO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-08 23:47:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-08 23:47:29\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4400;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Abdur Rahim Khan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01688382773\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$3bDV5F8A6b8vGsOW6DYZh.6DXWXOo4j82GpR\\/uSsTZQ7.7USjwJeO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-08 23:47:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-08 23:47:29\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:86;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4401;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Abdur Rashid\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01811135170\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$TywKWeqwma.1rC04v4qYV.kZNP.2Ri.nhzut3R56foTnYuJ99rOMq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-09 00:00:52\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-09 00:00:52\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4401;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Abdur Rashid\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01811135170\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$TywKWeqwma.1rC04v4qYV.kZNP.2Ri.nhzut3R56foTnYuJ99rOMq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-09 00:00:52\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-09 00:00:52\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:87;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4402;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Abu Bakkar Siddik\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"siddik74@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01718888774\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$N\\/c206B1LWvyeOt\\/\\/TSPo.lumbXBkzSIFF4.oKkW2g6hjV0tzG0le\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-09 00:09:54\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-09 00:09:54\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4402;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Abu Bakkar Siddik\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"siddik74@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01718888774\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$N\\/c206B1LWvyeOt\\/\\/TSPo.lumbXBkzSIFF4.oKkW2g6hjV0tzG0le\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-09 00:09:54\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-09 00:09:54\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:88;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4403;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Abu Mostofa sujon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01730326750\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$LMg7iVCH\\/j0H.JnnQwMKr.gcruTqETqiYo.UIGxjJM3kWPf\\/0i1QC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-09 00:15:39\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-09 00:15:39\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4403;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Abu Mostofa sujon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01730326750\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$LMg7iVCH\\/j0H.JnnQwMKr.gcruTqETqiYo.UIGxjJM3kWPf\\/0i1QC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-09 00:15:39\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-09 00:15:39\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:89;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4404;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Adv. Anower\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"anower99@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711369999\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$CtkrvTTUL0cbuTyx3tWB7.AiN6GsloiR2mS51ID5xmEY5FPLkntda\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-09 00:23:13\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-09 00:23:13\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4404;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Adv. Anower\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"anower99@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711369999\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$CtkrvTTUL0cbuTyx3tWB7.AiN6GsloiR2mS51ID5xmEY5FPLkntda\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-09 00:23:13\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-09 00:23:13\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:90;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4405;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Ahmed Kawser\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01811551100\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$.Np.2FMR0aGKwNCL329KvuFsQ8r\\/k1Ztz47WYAwHtLgdh9JUarR1y\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-09 00:28:25\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-09 00:28:25\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4405;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Ahmed Kawser\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01811551100\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$.Np.2FMR0aGKwNCL329KvuFsQ8r\\/k1Ztz47WYAwHtLgdh9JUarR1y\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-09 00:28:25\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-09 00:28:25\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:91;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4406;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Aiub Mulla\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01862488081\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$vWjrJbpXKoseT6NthVvqaeuJZCOowOyWswY8oqLOgZwkeHXPWREHW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-09 00:32:38\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-09 00:32:38\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4406;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Aiub Mulla\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01862488081\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$vWjrJbpXKoseT6NthVvqaeuJZCOowOyWswY8oqLOgZwkeHXPWREHW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-09 00:32:38\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-09 00:32:38\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:92;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4407;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Akbar\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:17:\\\"akbar@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711321276\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$FJGWMMDGFLo001xHtYtdhOsc4gcpnpA6FA1olaOe4EXs2Lxi5hs8i\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-09 00:37:34\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-09 00:37:34\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4407;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Akbar\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:17:\\\"akbar@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711321276\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$FJGWMMDGFLo001xHtYtdhOsc4gcpnpA6FA1olaOe4EXs2Lxi5hs8i\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-09 00:37:34\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-09 00:37:34\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:93;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4408;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"AKM Abdul Matin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"matin35@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01719371235\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$XKvhPudcLR1fflj6v7\\/uOOmzJekaKtvnFrvv.z5ZrZ96z3EYPo94S\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-09 00:41:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-09 00:41:29\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4408;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"AKM Abdul Matin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"matin35@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01719371235\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$XKvhPudcLR1fflj6v7\\/uOOmzJekaKtvnFrvv.z5ZrZ96z3EYPo94S\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-09 00:41:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-09 00:41:29\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:94;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4423;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Sayed Sakib\\\";s:3:\\\"nid\\\";s:3:\\\"N\\/A\\\";s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:40:\\\"79\\/1,adabor-12 , kachabazar road , Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01987820619\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$fr6YLCT8DZZYiwxYSS2cx.SCrrpBuhqhz2qNMGtYYU1nVTl.yMDw.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-09 17:05:47\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-28 11:06:32\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4423;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Sayed Sakib\\\";s:3:\\\"nid\\\";s:3:\\\"N\\/A\\\";s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:40:\\\"79\\/1,adabor-12 , kachabazar road , Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01987820619\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$fr6YLCT8DZZYiwxYSS2cx.SCrrpBuhqhz2qNMGtYYU1nVTl.yMDw.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-09 17:05:47\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-28 11:06:32\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:95;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4424;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"AKM Fazlur Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"akmfazlur@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711111488\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$0GZGcAL1Zw4vYivke3NyWOz9bfEH1WhKi34HXhP\\/a7GZxYfV4VhKq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-09 17:45:04\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-09 17:45:04\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4424;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"AKM Fazlur Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"akmfazlur@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711111488\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$0GZGcAL1Zw4vYivke3NyWOz9bfEH1WhKi34HXhP\\/a7GZxYfV4VhKq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-09 17:45:04\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-09 17:45:04\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:96;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4425;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Alamgir Hossen\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"alamgir11@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712092711\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ZBKuRVQRD9jBtzwzlUba2OBLE\\/FGT8C8ncG0rkNA6gE94Esef3usm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-09 17:49:18\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-09 17:49:18\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4425;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Alamgir Hossen\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"alamgir11@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712092711\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ZBKuRVQRD9jBtzwzlUba2OBLE\\/FGT8C8ncG0rkNA6gE94Esef3usm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-09 17:49:18\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-09 17:49:18\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:97;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4426;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Alamin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01920030204\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$hlTu8R1fkRDje8OyOnxNke84Ysvbr6YziK2nwN5BPnG3emeYIv7yy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-09 17:55:26\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-09 17:57:02\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4426;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Alamin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01920030204\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$hlTu8R1fkRDje8OyOnxNke84Ysvbr6YziK2nwN5BPnG3emeYIv7yy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-09 17:55:26\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-09 17:57:02\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:98;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4427;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"alamin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01923112082\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$bgFjVGS6f1p\\/UVtyxAT5S.qW0sGTzfxt8T20P\\/v73UIdTEu\\/W1Y4u\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-09 18:01:48\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-09 18:01:48\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4427;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"alamin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01923112082\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$bgFjVGS6f1p\\/UVtyxAT5S.qW0sGTzfxt8T20P\\/v73UIdTEu\\/W1Y4u\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-09 18:01:48\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-09 18:01:48\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:99;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4428;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Md Tofazzal hosen\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01600261747\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$wiJlZYdjWXOJ1TNlfUy7vueNJ\\/J66imXOwVWntB3SJgzKfJzavywK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-12 16:21:14\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-12 16:22:48\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4428;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Md Tofazzal hosen\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01600261747\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$wiJlZYdjWXOJ1TNlfUy7vueNJ\\/J66imXOwVWntB3SJgzKfJzavywK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-12 16:21:14\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-12 16:22:48\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}}}s:4:\\\"text\\\";s:540:\\\"\\u09aa\\u09cd\\u09b0\\u09bf\\u09af\\u09bc \\u0997\\u09cd\\u09b0\\u09be\\u09b9\\u0995,\\n\\u09ae\\u09be\\u0987\\u099c\\u09bf\\u09aa\\u09bf\\u098f\\u09b8 \\u099f\\u09cd\\u09b0\\u09cd\\u09af\\u09be\\u0995\\u09bf\\u0982 \\u09b8\\u09be\\u09b0\\u09cd\\u09ad\\u09bf\\u09b8 \\u098f\\u09b0 \\u09aa\\u0995\\u09cd\\u09b7 \\u09a5\\u09c7\\u0995\\u09c7 \\u09aa\\u09ac\\u09bf\\u09a4\\u09cd\\u09b0 \\u0988\\u09a6\\u09c1\\u09b2 \\u09ab\\u09bf\\u09a4\\u09b0 \\u0989\\u09aa\\u09b2\\u0995\\u09cd\\u09b7\\u09c7 \\u0986\\u09aa\\u09a8\\u09be\\u0995\\u09c7 \\u099c\\u09be\\u09a8\\u09be\\u0987 \\\"\\u0988\\u09a6 \\u09ae\\u09cb\\u09ac\\u09be\\u09b0\\u0995\\\"\\u0964 \\u0986\\u09aa\\u09a8\\u09be\\u09b0 \\u09aa\\u09b0\\u09bf\\u09ac\\u09be\\u09b0\\u0995\\u09c7 \\u09a8\\u09bf\\u09af\\u09bc\\u09c7 \\u098f\\u09ac\\u09be\\u09b0\\u09c7\\u09b0 \\u0988\\u09a6 \\u0995\\u09be\\u099f\\u09c1\\u0995 \\u0986\\u09b0\\u09cb \\u0986\\u09a8\\u09a8\\u09cd\\u09a6\\u09aa\\u09c2\\u09b0\\u09cd\\u09a3 \\u0993 \\u0989\\u09aa\\u09ad\\u09cb\\u0997\\u09cd\\u09af\\u09ae\\u09af\\u09bc\\u0964 \\u0986\\u09aa\\u09a8\\u09be\\u09b0 \\u09aa\\u09cd\\u09b0\\u09a4\\u09bf\\u099f\\u09bf \\u09af\\u09be\\u09a4\\u09cd\\u09b0\\u09be \\u09b6\\u09c1\\u09ad \\u09b9\\u09cb\\u0995\\u0964\\\";}s:3:\\\"job\\\";N;s:10:\\\"connection\\\";N;s:5:\\\"queue\\\";N;s:15:\\\"chainConnection\\\";N;s:10:\\\"chainQueue\\\";N;s:5:\\\"delay\\\";N;s:10:\\\"middleware\\\";a:0:{}s:7:\\\"chained\\\";a:0:{}}\"}}', 'Illuminate\\Queue\\MaxAttemptsExceededException: App\\Jobs\\SmsSend has been attempted too many times or run too long. The job may have previously timed out. in /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php:648\nStack trace:\n#0 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(163): Illuminate\\Queue\\Worker->maxAttemptsExceededException(Object(Illuminate\\Queue\\Jobs\\DatabaseJob))\n#1 /home/mygpsbd/public_html/app/Http/helper.php(28): Illuminate\\Queue\\Worker->Illuminate\\Queue\\{closure}(14, Array)\n#2 /home/mygpsbd/public_html/app/Jobs/SmsSend.php(35): send_sms(\'\\xE0\\xA6\\xAA\\xE0\\xA7\\x8D\\xE0\\xA6\\xB0\\xE0\\xA6\\xBF\\xE0\\xA6\\xAF...\', Array)\n#3 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App\\Jobs\\SmsSend->handle()\n#4 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/Util.php(37): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}()\n#5 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(93): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))\n#6 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(37): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))\n#7 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/Container.php(596): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)\n#8 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php(94): Illuminate\\Container\\Container->call(Array)\n#9 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(128): Illuminate\\Bus\\Dispatcher->Illuminate\\Bus\\{closure}(Object(App\\Jobs\\SmsSend))\n#10 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(103): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(App\\Jobs\\SmsSend))\n#11 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php(98): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))\n#12 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(83): Illuminate\\Bus\\Dispatcher->dispatchNow(Object(App\\Jobs\\SmsSend), false)\n#13 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(128): Illuminate\\Queue\\CallQueuedHandler->Illuminate\\Queue\\{closure}(Object(App\\Jobs\\SmsSend))\n#14 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(103): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(App\\Jobs\\SmsSend))\n#15 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(85): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))\n#16 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(59): Illuminate\\Queue\\CallQueuedHandler->dispatchThroughMiddleware(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Object(App\\Jobs\\SmsSend))\n#17 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Jobs/Job.php(98): Illuminate\\Queue\\CallQueuedHandler->call(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Array)\n#18 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(356): Illuminate\\Queue\\Jobs\\Job->fire()\n#19 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(306): Illuminate\\Queue\\Worker->process(\'database\', Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Object(Illuminate\\Queue\\WorkerOptions))\n#20 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(132): Illuminate\\Queue\\Worker->runJob(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), \'database\', Object(Illuminate\\Queue\\WorkerOptions))\n#21 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(112): Illuminate\\Queue\\Worker->daemon(\'database\', \'default\', Object(Illuminate\\Queue\\WorkerOptions))\n#22 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(96): Illuminate\\Queue\\Console\\WorkCommand->runWorker(\'database\', \'default\')\n#23 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Illuminate\\Queue\\Console\\WorkCommand->handle()\n#24 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/Util.php(37): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}()\n#25 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(93): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))\n#26 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(37): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))\n#27 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/Container.php(596): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)\n#28 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Console/Command.php(134): Illuminate\\Container\\Container->call(Array)\n#29 /home/mygpsbd/public_html/vendor/symfony/console/Command/Command.php(298): Illuminate\\Console\\Command->execute(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))\n#30 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Console/Command.php(121): Symfony\\Component\\Console\\Command\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))\n#31 /home/mygpsbd/public_html/vendor/symfony/console/Application.php(1040): Illuminate\\Console\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#32 /home/mygpsbd/public_html/vendor/symfony/console/Application.php(301): Symfony\\Component\\Console\\Application->doRunCommand(Object(Illuminate\\Queue\\Console\\WorkCommand), Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#33 /home/mygpsbd/public_html/vendor/symfony/console/Application.php(171): Symfony\\Component\\Console\\Application->doRun(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#34 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Console/Application.php(93): Symfony\\Component\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#35 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(129): Illuminate\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#36 /home/mygpsbd/public_html/artisan(37): Illuminate\\Foundation\\Console\\Kernel->handle(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#37 {main}', '2024-04-11 23:01:02');
INSERT INTO `failed_jobs` (`id`, `connection`, `queue`, `payload`, `exception`, `failed_at`) VALUES
(738, 'database', 'default', '{\"uuid\":\"690b308f-f173-4176-bdcd-e27691a7d123\",\"displayName\":\"App\\\\Jobs\\\\SmsSend\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"delay\":null,\"timeout\":null,\"timeoutAt\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\SmsSend\",\"command\":\"O:16:\\\"App\\\\Jobs\\\\SmsSend\\\":9:{s:4:\\\"data\\\";a:2:{s:4:\\\"data\\\";O:39:\\\"Illuminate\\\\Database\\\\Eloquent\\\\Collection\\\":1:{s:8:\\\"\\u0000*\\u0000items\\\";a:100:{i:0;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4429;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Md. Rohmot Ali\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01719304962\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$FASx2c9GmoHEqk2fLlvzC.dchAETDLV1zj6Din8PpnHZB6UcTFRSy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-12 16:31:41\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-12 16:31:41\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4429;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Md. Rohmot Ali\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01719304962\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$FASx2c9GmoHEqk2fLlvzC.dchAETDLV1zj6Din8PpnHZB6UcTFRSy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-12 16:31:41\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-12 16:31:41\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:1;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4430;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Samiul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01313498198\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$3N7ENw97hsMXfvhSvqmojeg2odmRgSoHsJo9ReycaP6e.4avKDhSi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-12 16:37:24\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-12 16:37:24\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4430;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Samiul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01313498198\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$3N7ENw97hsMXfvhSvqmojeg2odmRgSoHsJo9ReycaP6e.4avKDhSi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-12 16:37:24\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-12 16:37:24\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:2;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4431;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Ismail\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1921474482\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$OKszRe7NMg\\/dCufKDfNb2em.ToCG52EmlxvzlTK5o2tnLdnXcrJbC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-12 16:41:31\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-12 16:41:31\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4431;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Ismail\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1921474482\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$OKszRe7NMg\\/dCufKDfNb2em.ToCG52EmlxvzlTK5o2tnLdnXcrJbC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-12 16:41:31\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-12 16:41:31\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:3;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4432;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Serjen Billal\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01718525460\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$4SmGB3q3qr1ug5KGLTqrEeVyQi8QrKXrx4vSoRDxWhO.AKm1RNvES\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-12 16:45:40\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-12 16:45:40\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4432;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Serjen Billal\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01718525460\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$4SmGB3q3qr1ug5KGLTqrEeVyQi8QrKXrx4vSoRDxWhO.AKm1RNvES\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-12 16:45:40\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-12 16:45:40\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:4;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4433;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Al Amin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01780063195\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$fapEqZIDqSkFnA0.FbySPuC9IK.6aY6Fy6HV8IktAufh0THtv4vsq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-12 16:51:48\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-12 16:51:48\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4433;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Al Amin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01780063195\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$fapEqZIDqSkFnA0.FbySPuC9IK.6aY6Fy6HV8IktAufh0THtv4vsq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-12 16:51:48\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-12 16:51:48\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:5;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4434;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Parvez\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716915000\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$EoJNBYggmj5d95PXQnL\\/SedP7IKmKfC0i1KTwHw3qo0NFxReLyNQ6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-12 16:54:32\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-12 16:54:32\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4434;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Parvez\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716915000\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$EoJNBYggmj5d95PXQnL\\/SedP7IKmKfC0i1KTwHw3qo0NFxReLyNQ6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-12 16:54:32\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-12 16:54:32\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:6;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4435;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Shohidul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01735598744\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$nmEwmT88Zuim0kpCko2FjOsXlNE5VtPdlgKc0HnY2IQ7G3zJ9GHPO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-12 16:58:30\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-12 16:58:30\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4435;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Shohidul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01735598744\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$nmEwmT88Zuim0kpCko2FjOsXlNE5VtPdlgKc0HnY2IQ7G3zJ9GHPO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-12 16:58:30\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-12 16:58:30\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:7;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4436;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Md Sumon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01835138324\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$z4MhSvoExVuq0I9CHzyxGONy8.FSwpS0GlFfwMfK5b6aEWxZVNK1q\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-12 17:05:19\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-12 17:05:19\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4436;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Md Sumon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01835138324\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$z4MhSvoExVuq0I9CHzyxGONy8.FSwpS0GlFfwMfK5b6aEWxZVNK1q\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-12 17:05:19\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-12 17:05:19\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:8;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4437;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Abu Sayed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1971218846\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Bgs.qhPp.efcmJJRFHVKOOFnnp3WAfS3pCRErgbOuNKCl.FQRf4Fq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-12 17:09:16\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-12 17:09:16\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4437;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Abu Sayed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1971218846\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Bgs.qhPp.efcmJJRFHVKOOFnnp3WAfS3pCRErgbOuNKCl.FQRf4Fq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-12 17:09:16\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-12 17:09:16\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:9;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4438;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Rubel\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01792324089\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$y7cajmPNg6EpTOuPaN287OK24SdW3cKjuYm2AfVCuJ6hMpFr5I1h.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-12 17:11:31\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-03-03 12:47:05\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4438;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Rubel\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01792324089\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$y7cajmPNg6EpTOuPaN287OK24SdW3cKjuYm2AfVCuJ6hMpFr5I1h.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-12 17:11:31\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-03-03 12:47:05\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:10;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4439;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Kazi Rakib\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"kazirakib0199@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"1628-679019\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$\\/7nQKYzW0O0QkAxqLwgeCeoqAO2.h30H7GvwwexM0o.xkEsnGOJHK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-12 17:23:38\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-12 17:23:38\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4439;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Kazi Rakib\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"kazirakib0199@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"1628-679019\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$\\/7nQKYzW0O0QkAxqLwgeCeoqAO2.h30H7GvwwexM0o.xkEsnGOJHK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-12 17:23:38\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-12 17:23:38\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:11;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4440;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Sheikh al amin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712995677\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$wH5Yef\\/0Jva9J7dkIbQDsuFdobqi6oC.vjT6BI397PCNY8neDc.Gi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-12 17:26:51\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-12 17:26:51\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4440;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Sheikh al amin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712995677\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$wH5Yef\\/0Jva9J7dkIbQDsuFdobqi6oC.vjT6BI397PCNY8neDc.Gi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-12 17:26:51\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-12 17:26:51\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:12;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4441;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"MD Joshi\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1725211290\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$2nwKreAZwRczjtgzJmGyOekaTs1tQ0.8MgJ6upO5xKrkQX39HiNku\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-12 18:59:10\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-12 18:59:10\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4441;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"MD Joshi\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1725211290\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$2nwKreAZwRczjtgzJmGyOekaTs1tQ0.8MgJ6upO5xKrkQX39HiNku\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-12 18:59:10\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-12 18:59:10\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:13;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4443;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Md.Nazrul islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01309068836\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$BFoNyOSLetT05LrvoVeqBuhHRAV8rKip2H3Dt13bjpp1gN6GVrf16\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-12 19:34:59\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-12 19:34:59\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4443;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Md.Nazrul islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01309068836\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$BFoNyOSLetT05LrvoVeqBuhHRAV8rKip2H3Dt13bjpp1gN6GVrf16\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-12 19:34:59\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-12 19:34:59\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:14;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4444;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:21:\\\"MD mohidur Rahim khan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01327819454\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$lGhlZjdUkSnS4vIZiBRlx.27T0VoZN0tEe5STQ6ocjhOMrfQn4vQq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-12 19:40:31\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-12 19:40:31\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4444;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:21:\\\"MD mohidur Rahim khan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01327819454\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$lGhlZjdUkSnS4vIZiBRlx.27T0VoZN0tEe5STQ6ocjhOMrfQn4vQq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-12 19:40:31\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-12 19:40:31\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:15;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4445;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Tushar Ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711014936\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$fs9j8VWIz5LjMzlXbso0u..yY9tZpnxgZSjkV8a0YTb7z.pdMgZ8.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-12 20:07:24\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-12 20:07:24\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4445;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Tushar Ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01711014936\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$fs9j8VWIz5LjMzlXbso0u..yY9tZpnxgZSjkV8a0YTb7z.pdMgZ8.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-12 20:07:24\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-12 20:07:24\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:16;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4446;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Priya\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01623786278\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$V7AbiUvrM4bBhVox7lokd.3PZAPrUuduZgMMiyzsfY4vA\\/u66H.j2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-12 20:10:55\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-12 20:10:55\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4446;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Priya\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01623786278\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$V7AbiUvrM4bBhVox7lokd.3PZAPrUuduZgMMiyzsfY4vA\\/u66H.j2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-12 20:10:55\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-12 20:10:55\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:17;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4447;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Amzad\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01825002770\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$jPKc1BubYEMktTOrovptDOD2kEzgG.WkW.BFnFR4XM5pNNtwO45lS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-12 20:16:51\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-12 20:16:51\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4447;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Amzad\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01825002770\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$jPKc1BubYEMktTOrovptDOD2kEzgG.WkW.BFnFR4XM5pNNtwO45lS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-12 20:16:51\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-12 20:16:51\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:18;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4448;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Md Ahad\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01624756431\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Be6BgGtty1RfxSBb\\/lFdPO8JfvvrSXhaY2279LJwhv6M2XUxOIRFq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-12 20:30:21\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-12 20:30:21\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4448;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Md Ahad\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01624756431\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Be6BgGtty1RfxSBb\\/lFdPO8JfvvrSXhaY2279LJwhv6M2XUxOIRFq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-12 20:30:21\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-12 20:30:21\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:19;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4449;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Md Babul Akter\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01718002615\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$\\/WhAgT7NXr8WpkcsCI4xSOzptz5\\/1lX0klM87zgBzTXEcrwsJQnsu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-12 20:34:03\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-12 20:34:03\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4449;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Md Babul Akter\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01718002615\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$\\/WhAgT7NXr8WpkcsCI4xSOzptz5\\/1lX0klM87zgBzTXEcrwsJQnsu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-12 20:34:03\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-12 20:34:03\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:20;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4450;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Md Zahirul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01786326104\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$KwXueqNdb6EAk8X4AXgqRu10CHpJUJbWZ8BqwlLjtWExBNJJNDAum\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-12 20:37:42\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-12 20:37:42\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4450;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Md Zahirul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01786326104\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$KwXueqNdb6EAk8X4AXgqRu10CHpJUJbWZ8BqwlLjtWExBNJJNDAum\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-12 20:37:42\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-12 20:37:42\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:21;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4451;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Neweas shorif\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01717813401\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$o.3hugr6mObOVY.R0A1TTeTcDEL8fQdb42Zsxbn22E\\/QTNZ2o2cYO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-12 20:50:52\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-12 20:50:52\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4451;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Neweas shorif\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01717813401\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$o.3hugr6mObOVY.R0A1TTeTcDEL8fQdb42Zsxbn22E\\/QTNZ2o2cYO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-12 20:50:52\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-12 20:50:52\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:22;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4452;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Towhid2009\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712684828\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$FjkHnMJoyZ0w2SQBo.uW1.NqVju3eBG9U2XlxFnSyOYH1ZH2pMeyq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-12 20:59:25\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-12 20:59:25\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4452;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Towhid2009\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712684828\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$FjkHnMJoyZ0w2SQBo.uW1.NqVju3eBG9U2XlxFnSyOYH1ZH2pMeyq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-12 20:59:25\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-12 20:59:25\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:23;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4453;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Jamil Ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01307541441\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Kb0yNavgBfmEcnZW0ca9v.YPNxsiE9WMG.Nwqwwzeqi31OV1jx05a\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-12 21:37:11\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-12 21:37:11\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4453;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Jamil Ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01307541441\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Kb0yNavgBfmEcnZW0ca9v.YPNxsiE9WMG.Nwqwwzeqi31OV1jx05a\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-12 21:37:11\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-12 21:37:11\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:24;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4454;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Adnan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01672777772\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$lnDOpuXA1K7S4ds3sz1XmuJxi.ri2.dOPjqvK32EaFXNfQF9djtWe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-12 21:40:10\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-12 21:40:10\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4454;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Adnan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01672777772\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$lnDOpuXA1K7S4ds3sz1XmuJxi.ri2.dOPjqvK32EaFXNfQF9djtWe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-12 21:40:10\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-12 21:40:10\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:25;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4457;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"MD MYNUL HAQUE\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:25:\\\"mynul.selection@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01720808888\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$i7FzI4tXjGGHw3nPje7Kz.o7CmmCgven5GzYzQhoztBVeEVVPpI62\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-12 22:06:54\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-12 22:06:54\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4457;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"MD MYNUL HAQUE\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:25:\\\"mynul.selection@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01720808888\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$i7FzI4tXjGGHw3nPje7Kz.o7CmmCgven5GzYzQhoztBVeEVVPpI62\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-12 22:06:54\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-12 22:06:54\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:26;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4458;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Shahadat Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1712024471\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$A6Gpx5wO.y\\/W1Q9w3Fd2t.Cga0PRKk\\/e1C3yqI96kCaniFFgwQYKq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-12 22:13:22\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-12 22:13:22\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4458;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Shahadat Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1712024471\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$A6Gpx5wO.y\\/W1Q9w3Fd2t.Cga0PRKk\\/e1C3yqI96kCaniFFgwQYKq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-12 22:13:22\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-12 22:13:22\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:27;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4459;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"polash\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01911236740\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$3SW2eW7iGHWDLJT9N5.AxeClZJs69uxIxllXWel.nMUK7Caudd3u6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-12 22:19:28\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-12 22:19:28\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4459;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"polash\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01911236740\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$3SW2eW7iGHWDLJT9N5.AxeClZJs69uxIxllXWel.nMUK7Caudd3u6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-12 22:19:28\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-12 22:19:28\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:28;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4460;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Tarek Aziz\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"tarekaziz3717@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01730963517\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$lZqlhNP8KgNSTtQiT0gOS.pXxMNEvTvfYasn8XtyzcuOHKfCaex7e\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-12 22:25:57\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-12 22:25:57\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4460;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Tarek Aziz\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"tarekaziz3717@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01730963517\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$lZqlhNP8KgNSTtQiT0gOS.pXxMNEvTvfYasn8XtyzcuOHKfCaex7e\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-12 22:25:57\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-12 22:25:57\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:29;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4461;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Tushar\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01717330776\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$8syjoKlRb2zhBpUM00PDKetTh2kf6WQ7Ic.YU00rpB4VyrGkbumYS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-12 22:32:15\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-12 22:32:15\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4461;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Tushar\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01717330776\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$8syjoKlRb2zhBpUM00PDKetTh2kf6WQ7Ic.YU00rpB4VyrGkbumYS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-12 22:32:15\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-12 22:32:15\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:30;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4463;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Rony\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01756691299\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$r4HbznUxNLrQCcMrkmUze.mEiNAsaYhdNVzV\\/Yubw\\/xqdg4j0JZKO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-12 23:24:12\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-12 23:24:12\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4463;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Rony\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01756691299\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$r4HbznUxNLrQCcMrkmUze.mEiNAsaYhdNVzV\\/Yubw\\/xqdg4j0JZKO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-12 23:24:12\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-12 23:24:12\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:31;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4464;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"MASUD\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01921735251\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$.UiaDWFZSSCy4xFZso0HEehO.7cMxl.sQ5ne.BPdAL\\/pd4AASuCfu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-12 23:29:07\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-12 23:29:07\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4464;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"MASUD\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01921735251\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$.UiaDWFZSSCy4xFZso0HEehO.7cMxl.sQ5ne.BPdAL\\/pd4AASuCfu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-12 23:29:07\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-12 23:29:07\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:32;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4465;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"MD nadim\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01625496999\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$\\/u5e3Yv1D0x4RTB2V.QqAeafroo7tzHH56Iq81FMA8GY8U0VwygAC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-12 23:59:13\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-12 23:59:13\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4465;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"MD nadim\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01625496999\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$\\/u5e3Yv1D0x4RTB2V.QqAeafroo7tzHH56Iq81FMA8GY8U0VwygAC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-12 23:59:13\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-12 23:59:13\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:33;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4466;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Kalam Azad\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01759496300\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$iFq3m5eEQBUCaxvoHrVebeEEzNXIaVdE2HfbApygU5nCwlFCIIa\\/i\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-13 00:01:55\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-13 00:01:55\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4466;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Kalam Azad\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01759496300\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$iFq3m5eEQBUCaxvoHrVebeEEzNXIaVdE2HfbApygU5nCwlFCIIa\\/i\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-13 00:01:55\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-13 00:01:55\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:34;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4467;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"MD Rejaul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01823216949\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$L8c4v2XcNXSTWWeBKekW2umThdB9q3XF8nvFOzt7Rw4h\\/c5x.b\\/CG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-13 00:10:27\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-13 00:10:27\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4467;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"MD Rejaul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01823216949\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$L8c4v2XcNXSTWWeBKekW2umThdB9q3XF8nvFOzt7Rw4h\\/c5x.b\\/CG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-13 00:10:27\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-13 00:10:27\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:35;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4468;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Rintu\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01751837391\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$.72Hgk\\/81uTh.jx2kRbEbelIpdocdk1Q4HziCZXgLOp2c4pJVjhTy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-13 00:13:34\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-13 00:13:34\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4468;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Rintu\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01751837391\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$.72Hgk\\/81uTh.jx2kRbEbelIpdocdk1Q4HziCZXgLOp2c4pJVjhTy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-13 00:13:34\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-13 00:13:34\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:36;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4469;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Md.monir\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01721621423\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$UfnG9hLX2Et9YpW.CJslNe9Gt9ZNizge1\\/kb.KmK88MS6pKLOnu2m\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-13 00:22:47\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-13 00:22:47\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4469;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Md.monir\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01721621423\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$UfnG9hLX2Et9YpW.CJslNe9Gt9ZNizge1\\/kb.KmK88MS6pKLOnu2m\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-13 00:22:47\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-13 00:22:47\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:37;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4471;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Mehedi Hasan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01619258363\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$8i9n7XALWjJjtF0BU5q.9e1.5Jg1afmx\\/.Kwq3guItdCp\\/Z1uqfUC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-13 00:27:51\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-13 00:27:51\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4471;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Mehedi Hasan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01619258363\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$8i9n7XALWjJjtF0BU5q.9e1.5Jg1afmx\\/.Kwq3guItdCp\\/Z1uqfUC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-13 00:27:51\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-13 00:27:51\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:38;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4472;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"MD Rasel\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01979996205\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$yiPH2SdtkVI6iTyPwEs07OZl3z.c8TXmrIbKo3u128RSCP1Ux0zFu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-13 00:30:35\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-13 00:30:35\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4472;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"MD Rasel\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01979996205\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$yiPH2SdtkVI6iTyPwEs07OZl3z.c8TXmrIbKo3u128RSCP1Ux0zFu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-13 00:30:35\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-13 00:30:35\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:39;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4473;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Elias\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01850476476\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$avWF4FCx7aeIj1ulwPT.a.0nd.X4XG.F3w6.uCz4StE3m2wYh1JaO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-13 00:33:42\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-13 00:33:42\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4473;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Elias\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01850476476\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$avWF4FCx7aeIj1ulwPT.a.0nd.X4XG.F3w6.uCz4StE3m2wYh1JaO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-13 00:33:42\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-13 00:33:42\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:40;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4474;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Ahmed shakil\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01778955344\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$AFXrg4rA3WUJMtmxfKvTKuYdp\\/o4peFYVG0CeO.g8sNQHDsdliuva\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-13 00:36:28\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-13 00:36:28\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4474;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Ahmed shakil\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01778955344\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$AFXrg4rA3WUJMtmxfKvTKuYdp\\/o4peFYVG0CeO.g8sNQHDsdliuva\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-13 00:36:28\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-13 00:36:28\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:41;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4475;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Md mannan Sky\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01721584383\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$cqf0j3Vfb8pUnf8pAZUOc.voRnp8QauQRh.OIu4BH4KmDvWNxTpaO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-13 00:39:00\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-13 00:39:00\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4475;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Md mannan Sky\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01721584383\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$cqf0j3Vfb8pUnf8pAZUOc.voRnp8QauQRh.OIu4BH4KmDvWNxTpaO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-13 00:39:00\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-13 00:39:00\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:42;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4476;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"shahadat\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716517402\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$7DddvTohNr1RqJqs5e88velmaKyrUBZulsRgSMjs36Q0pKa1TLu1C\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-13 00:42:44\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-13 00:43:42\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4476;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"shahadat\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01716517402\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$7DddvTohNr1RqJqs5e88velmaKyrUBZulsRgSMjs36Q0pKa1TLu1C\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-13 00:42:44\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-13 00:43:42\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:43;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4478;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Md saif\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01829999681\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Wurky7Xa9ezAeZRjv87pjO76GZrmxAmUiWf.XVdkMYIvnDlq\\/r9di\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-13 00:53:21\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-13 00:53:21\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4478;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Md saif\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01829999681\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Wurky7Xa9ezAeZRjv87pjO76GZrmxAmUiWf.XVdkMYIvnDlq\\/r9di\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-13 00:53:21\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-13 00:53:21\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:44;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4480;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:3:\\\"Jon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01754445311\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Iy5TvXEI2xCPA6z7ZWr9iu2ro\\/1yDvw62FA8NkNJXwDydf2njqZ0q\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-13 01:00:20\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-13 01:00:20\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4480;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:3:\\\"Jon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01754445311\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Iy5TvXEI2xCPA6z7ZWr9iu2ro\\/1yDvw62FA8NkNJXwDydf2njqZ0q\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-13 01:00:20\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-13 01:00:20\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:45;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4481;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"MD Shohag Husain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01818583758\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$JHcbjWoAPtYyKw1\\/o5I\\/pOUsx0TsJwbHnE415ae5fajcWkvEDdSVy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-13 10:06:16\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-13 10:06:16\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4481;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"MD Shohag Husain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01818583758\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$JHcbjWoAPtYyKw1\\/o5I\\/pOUsx0TsJwbHnE415ae5fajcWkvEDdSVy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-13 10:06:16\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-13 10:06:16\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:46;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4482;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Rofik\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715410110\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$lU5.BXon21TPr7yqPKUMUOtrQVHzsYvkKX0aMJKWMmPTrJNtNGnI6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-13 10:09:27\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-13 10:09:27\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4482;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Rofik\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01715410110\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$lU5.BXon21TPr7yqPKUMUOtrQVHzsYvkKX0aMJKWMmPTrJNtNGnI6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-13 10:09:27\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-13 10:09:27\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:47;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4483;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Sobuj\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01710363866\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$i280D2jYKECiF7OCFWy8vumLldaXcf7Plth.ES7WkwHy2\\/ryD3GYa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-13 10:12:52\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-13 10:12:52\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4483;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Sobuj\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01710363866\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$i280D2jYKECiF7OCFWy8vumLldaXcf7Plth.ES7WkwHy2\\/ryD3GYa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-13 10:12:52\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-13 10:12:52\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:48;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4486;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Imran\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01788922922\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$UX3QJBSHAQEBna3eDCN1TOMpda5k77CQdwcys9iI65aoMaELzfxge\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-13 10:32:10\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-13 10:32:10\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4486;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Imran\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01788922922\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$UX3QJBSHAQEBna3eDCN1TOMpda5k77CQdwcys9iI65aoMaELzfxge\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-13 10:32:10\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-13 10:32:10\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:49;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4487;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:24:\\\"Md Golam Rabbani (Raton)\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"mgr.raton@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01834558032\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$dEHSq6uhVWxQL5UcG3EkVeH0A0uc6U7ShIyGLWqXQTPAfMpMDikP.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-13 10:35:45\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-13 10:35:45\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4487;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:24:\\\"Md Golam Rabbani (Raton)\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"mgr.raton@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01834558032\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$dEHSq6uhVWxQL5UcG3EkVeH0A0uc6U7ShIyGLWqXQTPAfMpMDikP.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-13 10:35:45\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-13 10:35:45\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:50;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4488;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Ramen Roy\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"ramenroy32@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01727224488\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$X9Cjpnhw2b5d69DcL52GueMR7cM0Mu\\/xJkPnEP9giNMjDIsIOAFdm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-13 10:39:13\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-13 10:39:13\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4488;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Ramen Roy\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"ramenroy32@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01727224488\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$X9Cjpnhw2b5d69DcL52GueMR7cM0Mu\\/xJkPnEP9giNMjDIsIOAFdm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-13 10:39:13\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-13 10:39:13\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:51;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4489;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"MD Fahim\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01915752358\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$t.dhUkzCr7o9KD4A8ijsnuJ9XwI79Vmz8DBqqcJtvpSPHULEN04f.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-13 10:57:27\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-13 10:57:27\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4489;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"MD Fahim\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01915752358\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$t.dhUkzCr7o9KD4A8ijsnuJ9XwI79Vmz8DBqqcJtvpSPHULEN04f.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-13 10:57:27\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-13 10:57:27\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:52;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4490;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Amir\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01768097857\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$NlfP40mCRIW2cL1BXs6Skuobf\\/3VyE6MzxEfH1H7ICzkazvZcEde2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-13 11:00:24\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-13 11:00:24\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4490;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Amir\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01768097857\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$NlfP40mCRIW2cL1BXs6Skuobf\\/3VyE6MzxEfH1H7ICzkazvZcEde2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-13 11:00:24\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-13 11:00:24\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:53;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4491;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Rafiul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"rafiislam281@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01732799500\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$kgHsHZki5FFo7Z0fVvvIPuBVupIZSHfse0vel5S0vVQkrM8wE2kBi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-13 11:03:33\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-13 11:03:33\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4491;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Rafiul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"rafiislam281@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01732799500\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$kgHsHZki5FFo7Z0fVvvIPuBVupIZSHfse0vel5S0vVQkrM8wE2kBi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-13 11:03:33\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-13 11:03:33\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:54;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4492;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Md. Abdul Hadi\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:24:\\\"sadiabintehadi@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01312334512\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$hegkEyMKg4gOWu6S8O3sGeG1Rip4.i6PEJh1w..6U29bmNta5g3sy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-13 11:06:36\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-13 11:06:36\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4492;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Md. Abdul Hadi\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:24:\\\"sadiabintehadi@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01312334512\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$hegkEyMKg4gOWu6S8O3sGeG1Rip4.i6PEJh1w..6U29bmNta5g3sy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-13 11:06:36\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-13 11:06:36\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:55;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4493;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Tuku\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01959681907\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$eI.WoVHDpHyoOQfjEFSJBemR.bI.5\\/nSvxLAUCKR8FdNY.VAVkoXi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-13 11:18:37\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-13 11:18:37\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4493;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Tuku\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01959681907\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$eI.WoVHDpHyoOQfjEFSJBemR.bI.5\\/nSvxLAUCKR8FdNY.VAVkoXi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-13 11:18:37\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-13 11:18:37\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:56;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4494;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Shifat\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01673908759\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$j1LN3MxoEDL96fwzCyc8O.LM6ckRMynDZPudYNEOgVtN6OYe9.jma\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-13 11:27:14\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-13 11:27:14\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4494;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Shifat\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01673908759\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$j1LN3MxoEDL96fwzCyc8O.LM6ckRMynDZPudYNEOgVtN6OYe9.jma\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-13 11:27:14\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-13 11:27:14\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:57;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4495;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Noyan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1843430086\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$rJB0x\\/aK\\/izBopS2rrIMYu0C9qlsceiaNjj10Row2jeA438AVH38W\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-13 11:39:51\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-13 11:39:51\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4495;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Noyan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1843430086\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$rJB0x\\/aK\\/izBopS2rrIMYu0C9qlsceiaNjj10Row2jeA438AVH38W\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-13 11:39:51\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-13 11:39:51\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:58;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4496;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Al Masud\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01636227621\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$unahMul60JYxCHoYqK0AQeXYHRPzDuDMTUVpNFkentC3JaEK9LoFC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-13 11:41:41\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-13 11:41:41\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4496;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Al Masud\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01636227621\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$unahMul60JYxCHoYqK0AQeXYHRPzDuDMTUVpNFkentC3JaEK9LoFC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-13 11:41:41\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-13 11:41:41\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:59;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4534;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Younus\\\";s:3:\\\"nid\\\";s:3:\\\"N\\/A\\\";s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:16:\\\"Khilgoan, Basabo\\\";s:5:\\\"phone\\\";s:11:\\\"01715596716\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$DW.qXezXRyD1KF4CNlQ8e.ShefE\\/rItNQSoKr.rHFj3VtKT1UyHtK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-13 15:28:38\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-28 11:04:18\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4534;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Younus\\\";s:3:\\\"nid\\\";s:3:\\\"N\\/A\\\";s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:16:\\\"Khilgoan, Basabo\\\";s:5:\\\"phone\\\";s:11:\\\"01715596716\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$DW.qXezXRyD1KF4CNlQ8e.ShefE\\/rItNQSoKr.rHFj3VtKT1UyHtK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-13 15:28:38\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-28 11:04:18\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:60;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4574;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Md Nurul Islam\\\";s:3:\\\"nid\\\";s:3:\\\"N\\/A\\\";s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01714806680\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$z6JHTqRA4sa2WSqZXZq2nO0phRqzOR2tgVLNo4NMB7jO0mOriVxMK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-13 16:16:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-28 11:21:30\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4574;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Md Nurul Islam\\\";s:3:\\\"nid\\\";s:3:\\\"N\\/A\\\";s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01714806680\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$z6JHTqRA4sa2WSqZXZq2nO0phRqzOR2tgVLNo4NMB7jO0mOriVxMK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-13 16:16:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-28 11:21:30\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:61;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4600;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Parvez Ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"parvezahmed@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01830052836\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$bGnH7QOsOPObYwcZKJCKTup3W6tSgKlJDaYCRdKnHkCmayLMZPiYe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-14 11:17:34\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-14 11:17:34\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4600;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Parvez Ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"parvezahmed@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01830052836\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$bGnH7QOsOPObYwcZKJCKTup3W6tSgKlJDaYCRdKnHkCmayLMZPiYe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-14 11:17:34\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-14 11:17:34\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:62;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4601;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"ROBIUL\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01955653775\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$6p0N4yFljqiJsrrWQGRcYeW6\\/DsEyD6i4wJBd4G8cft35lb3OsTYW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-14 11:29:44\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-14 11:29:44\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4601;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"ROBIUL\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01955653775\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$6p0N4yFljqiJsrrWQGRcYeW6\\/DsEyD6i4wJBd4G8cft35lb3OsTYW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-14 11:29:44\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-14 11:29:44\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:63;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4602;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"roof crop care ltd\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01737466882\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$O\\/HBBGpHkOIgIl.yBQLMm.\\/s5CuCeKpyd5InvioqvXKBB9p3yefam\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-14 11:46:53\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-14 11:53:38\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4602;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"roof crop care ltd\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01737466882\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$O\\/HBBGpHkOIgIl.yBQLMm.\\/s5CuCeKpyd5InvioqvXKBB9p3yefam\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-14 11:46:53\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-14 11:53:38\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:64;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4605;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Md shahinur rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01983899085\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$10ZV9MKsEb577cDQI.WwIu7FQ1mYocHqMQhpbtCSn8TaxuD6cibKO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-14 16:50:41\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-14 16:50:41\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4605;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Md shahinur rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01983899085\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$10ZV9MKsEb577cDQI.WwIu7FQ1mYocHqMQhpbtCSn8TaxuD6cibKO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-14 16:50:41\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-14 16:50:41\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:65;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4606;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"IBRAHIM\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01752823867\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Nn0STnGMosUp1lnBvRgPlO\\/1OkSDd3hGyrZXXVMEHFBLIGzafOIVK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-14 16:59:37\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-14 16:59:37\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4606;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"IBRAHIM\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01752823867\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Nn0STnGMosUp1lnBvRgPlO\\/1OkSDd3hGyrZXXVMEHFBLIGzafOIVK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-14 16:59:37\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-14 16:59:37\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:66;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4607;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:21:\\\"Shamim_piickmeexpress\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01894867119\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Sb9DxJLYUI.C9V7oRmSk0eZKJXlqHY46gj\\/PzELnbtA14FNgW\\/NX.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-14 17:08:25\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-14 17:08:25\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4607;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:21:\\\"Shamim_piickmeexpress\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01894867119\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Sb9DxJLYUI.C9V7oRmSk0eZKJXlqHY46gj\\/PzELnbtA14FNgW\\/NX.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-14 17:08:25\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-14 17:08:25\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:67;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4609;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:26:\\\"Md.Fazlul Quader Chowdhury\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01770089541\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$58A4fNhFfL.mblRm7b9L1.tww32LBUygX21cKpt9E5NrtQWQL1yD.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-14 17:28:49\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-14 17:28:49\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4609;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:26:\\\"Md.Fazlul Quader Chowdhury\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01770089541\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$58A4fNhFfL.mblRm7b9L1.tww32LBUygX21cKpt9E5NrtQWQL1yD.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-14 17:28:49\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-14 17:28:49\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:68;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4613;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Shohag\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01881957094\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$gySpm4jCeuZwv\\/zcZhGq2ui9MhH9A.9Xfz1k2U6VzajYtSESOOVZC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-15 10:51:20\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-15 10:51:20\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4613;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Shohag\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01881957094\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$gySpm4jCeuZwv\\/zcZhGq2ui9MhH9A.9Xfz1k2U6VzajYtSESOOVZC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-15 10:51:20\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-15 10:51:20\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:69;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4614;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"sahariar\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"Sh.fm1000@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01970566437\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$hyC4es40US0f70flWMJXVesrQ04G8deaDH2NxxQEXm5tuLuXMaa5.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-15 11:01:30\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-15 11:01:30\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4614;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"sahariar\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"Sh.fm1000@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01970566437\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$hyC4es40US0f70flWMJXVesrQ04G8deaDH2NxxQEXm5tuLuXMaa5.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-15 11:01:30\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-15 11:01:30\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:70;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4615;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Shahin Ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1926903422\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$sk8ySgaQWvDGXNr17c6EneTTZqaFsCrQUq6WTO.CuengrU5SPuvFu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-15 11:16:04\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-15 11:16:04\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4615;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Shahin Ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1926903422\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$sk8ySgaQWvDGXNr17c6EneTTZqaFsCrQUq6WTO.CuengrU5SPuvFu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-15 11:16:04\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-15 11:16:04\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:71;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4616;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Ehsan Kabir\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1789497755\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$zNbgyUPcyJYy4.Sy\\/.FRReR4w0ysQNOyj\\/WRWYzME.3fFb\\/4V.Ova\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-15 11:25:53\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-15 11:25:53\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4616;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Ehsan Kabir\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1789497755\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$zNbgyUPcyJYy4.Sy\\/.FRReR4w0ysQNOyj\\/WRWYzME.3fFb\\/4V.Ova\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-15 11:25:53\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-15 11:25:53\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:72;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4617;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Syed Jahidul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:27:\\\"jahid@g4technologies.com.bd\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01709641295\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$nSvxi.jae7TI9Rm9rRr\\/vOYnLGZBTcp43\\/eJ8itgwerUuoiy9\\/QWq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-15 11:49:09\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-15 11:49:09\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4617;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Syed Jahidul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:27:\\\"jahid@g4technologies.com.bd\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01709641295\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$nSvxi.jae7TI9Rm9rRr\\/vOYnLGZBTcp43\\/eJ8itgwerUuoiy9\\/QWq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-15 11:49:09\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-15 11:49:09\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:73;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4622;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Aowal\\\";s:3:\\\"nid\\\";s:3:\\\"N\\/A\\\";s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01788610235\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$sn29J3VcrSjTu3fwXhLrSu\\/hLzi8kFnERAb6QPC0z5o48CVNnc8lW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-15 12:13:12\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-03-10 11:29:19\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4622;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Aowal\\\";s:3:\\\"nid\\\";s:3:\\\"N\\/A\\\";s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01788610235\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$sn29J3VcrSjTu3fwXhLrSu\\/hLzi8kFnERAb6QPC0z5o48CVNnc8lW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-15 12:13:12\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-03-10 11:29:19\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:74;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4624;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Ehsanul kabir\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1932797580\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ifjDnD7m18H3vn.Rvww0su\\/KLbVKBm0xlflKYtsAQ3fTwGL3umVzK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-15 12:14:21\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-15 12:14:21\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4624;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Ehsanul kabir\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1932797580\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ifjDnD7m18H3vn.Rvww0su\\/KLbVKBm0xlflKYtsAQ3fTwGL3umVzK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-15 12:14:21\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-15 12:14:21\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:75;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4645;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Faysal khan sabuj\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01971005162\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$N\\/CRuVjQW1nk0S2U4dVwXufr871JAKML4tnbSnJytwNxr\\/HcmNV.a\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-15 16:18:16\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-15 16:18:16\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4645;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Faysal khan sabuj\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01971005162\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$N\\/CRuVjQW1nk0S2U4dVwXufr871JAKML4tnbSnJytwNxr\\/HcmNV.a\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-15 16:18:16\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-15 16:18:16\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:76;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4646;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"MD Mamun khan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01972866376\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$IuczO7dA0ilGgdAiM5\\/PbO3v2wu8aP2izwOq3EcfrKnKp\\/b42e\\/JK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-16 10:54:24\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-16 10:54:24\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4646;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"MD Mamun khan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01972866376\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$IuczO7dA0ilGgdAiM5\\/PbO3v2wu8aP2izwOq3EcfrKnKp\\/b42e\\/JK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-16 10:54:24\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-16 10:54:24\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:77;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4654;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Shohag hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01735369654\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ZbHgnJs6hYI9\\/LY.Zg58HeR7XufAnxfnUJhyPh5m2mjwDVMtKoMsW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-16 17:32:08\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-16 17:32:08\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4654;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Shohag hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01735369654\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ZbHgnJs6hYI9\\/LY.Zg58HeR7XufAnxfnUJhyPh5m2mjwDVMtKoMsW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"2\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-16 17:32:08\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-16 17:32:08\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:78;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4655;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Kolim\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712867484\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$CniEj9R.p56cK7j4m8Q9COJraJ8k.uITrrih8LmJXj8Y8Bq.MJStS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-16 17:39:35\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-16 17:39:35\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4655;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Kolim\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01712867484\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$CniEj9R.p56cK7j4m8Q9COJraJ8k.uITrrih8LmJXj8Y8Bq.MJStS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-16 17:39:35\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-16 17:39:35\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:79;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4656;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"S. M. Shariat Ullah\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01719381817\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$G.sA3poi0VxntU5Tb44fvuaw6\\/MM3NVKSrok5cmTtaZ4EjjsKECqm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-16 17:51:56\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-16 17:51:56\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4656;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"S. M. Shariat Ullah\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01719381817\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$G.sA3poi0VxntU5Tb44fvuaw6\\/MM3NVKSrok5cmTtaZ4EjjsKECqm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-16 17:51:56\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-16 17:51:56\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:80;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4657;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Bashar\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01732153057\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$X3jF\\/QtOGGPwGAv5s33sjOTf9dYRKtGu5s.eA6HWjZYMDbHLwstkG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-16 17:55:22\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-16 17:55:22\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4657;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Bashar\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01732153057\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$X3jF\\/QtOGGPwGAv5s33sjOTf9dYRKtGu5s.eA6HWjZYMDbHLwstkG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-16 17:55:22\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-16 17:55:22\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:81;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4659;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Jakir\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"jakir49@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01914611194\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$.fqdHTHQHJYJeJC6q3pnP.lnzKv25eBERTMrYVybcBEHePU70krzW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-17 10:43:55\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-17 10:43:55\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4659;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Jakir\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"jakir49@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01914611194\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$.fqdHTHQHJYJeJC6q3pnP.lnzKv25eBERTMrYVybcBEHePU70krzW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-17 10:43:55\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-17 10:43:55\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:82;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4660;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:25:\\\"MD MOSHARAF HOSSAIN SUMON\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01971272239\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$p7fcqlAU.InZ9H.uX26gI.sbZ37z0PzmNT0IX\\/TZ9mbfTRnCjGru.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-17 11:03:16\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-17 11:03:16\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4660;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:25:\\\"MD MOSHARAF HOSSAIN SUMON\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01971272239\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$p7fcqlAU.InZ9H.uX26gI.sbZ37z0PzmNT0IX\\/TZ9mbfTRnCjGru.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-17 11:03:16\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-17 11:03:16\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:83;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4661;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Mainuddin Hasan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01816036800\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$SjKiiVlyUPv4PgTrqDmmoege5ATZTjlcYUu.twzuHT66NEFGP15b2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-17 11:45:22\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-17 11:45:22\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4661;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Mainuddin Hasan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01816036800\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$SjKiiVlyUPv4PgTrqDmmoege5ATZTjlcYUu.twzuHT66NEFGP15b2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-17 11:45:22\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-17 11:45:22\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:84;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4662;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Amjad haque\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01774754654\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$YcA6IxcIdMD9CK0CqUEDwOe1\\/kEBLmK6.XcZjiPmxPwKzGQPtGZXi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-17 12:18:11\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-17 12:18:11\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4662;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Amjad haque\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01774754654\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$YcA6IxcIdMD9CK0CqUEDwOe1\\/kEBLmK6.XcZjiPmxPwKzGQPtGZXi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-17 12:18:11\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-17 12:18:11\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:85;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4676;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Office\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"DHAKA\\\";s:5:\\\"phone\\\";s:11:\\\"01834590076\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$TlEAfuDZcaotHXTALY0lGe39N0LPC07rwtot5NGWLo7bkJJtFIbI2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-18 17:35:18\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-20 19:02:04\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4676;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Office\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"DHAKA\\\";s:5:\\\"phone\\\";s:11:\\\"01834590076\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$TlEAfuDZcaotHXTALY0lGe39N0LPC07rwtot5NGWLo7bkJJtFIbI2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-18 17:35:18\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-20 19:02:04\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:86;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4678;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Md. Nadim\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01975222266\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$KRGzXu3QwrUC2uynudP5i.M5U4EGNq4qO\\/s22ssDp27AXOdRtTjZ.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-23 16:38:42\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-23 16:38:42\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4678;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Md. Nadim\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01975222266\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$KRGzXu3QwrUC2uynudP5i.M5U4EGNq4qO\\/s22ssDp27AXOdRtTjZ.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-23 16:38:42\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-23 16:38:42\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:87;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4679;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Asraf Uddin Ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01971409011\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$fNH90H70JRY665NuMMVqyOo1ppQcvD865uWVOJih7raix1tq2J\\/ou\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-23 16:48:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-23 16:48:29\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4679;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Asraf Uddin Ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01971409011\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$fNH90H70JRY665NuMMVqyOo1ppQcvD865uWVOJih7raix1tq2J\\/ou\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-23 16:48:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-23 16:48:29\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:88;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4680;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Tanbir\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1722856676\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$qyk0QsUDPJYUW273zn47e.dT5YTF.tkIYcO4YThJ3TzsHcOALLWha\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-23 16:56:10\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-23 16:56:10\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4680;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Tanbir\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:10:\\\"1722856676\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$qyk0QsUDPJYUW273zn47e.dT5YTF.tkIYcO4YThJ3TzsHcOALLWha\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-23 16:56:10\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-23 16:56:10\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:89;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4681;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Jahanggir\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01826551603\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$xiHcAj98UPwnoguf3Hljx.belDgftgF5ebyGBfRvibop\\/XkG7VUmS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-23 17:00:02\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-23 17:00:02\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4681;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Jahanggir\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01826551603\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$xiHcAj98UPwnoguf3Hljx.belDgftgF5ebyGBfRvibop\\/XkG7VUmS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-23 17:00:02\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-23 17:00:02\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:90;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4683;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md Wahedujjsaman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01789072552\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$KnN2x\\/7zGcQ\\/xm\\/mV62XZ.SZsjoY6GW8yTfBNJjlfqTWjd9r.74QW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-23 17:10:21\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-17 15:23:51\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4683;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md Wahedujjsaman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01789072552\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$KnN2x\\/7zGcQ\\/xm\\/mV62XZ.SZsjoY6GW8yTfBNJjlfqTWjd9r.74QW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-23 17:10:21\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-17 15:23:51\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:91;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4684;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Alamgir Kobir\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:24:\\\"alamgirkobir@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01711522509\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$akMkfhxGqseO5ioUtYie9eMLPAx7OD9zJMIOTsizt8f9B9kBQnRUK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-01-31 15:44:22\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-31 15:44:22\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4684;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Alamgir Kobir\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:24:\\\"alamgirkobir@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01711522509\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$akMkfhxGqseO5ioUtYie9eMLPAx7OD9zJMIOTsizt8f9B9kBQnRUK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-01-31 15:44:22\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-31 15:44:22\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:92;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4685;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Mahamud Mamun\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:127:\\\"Address: Cherry Drops Fitness and Life Style,Holding No. 961\\/B, Shahid Baki Rd (Vooter Adda Building @4th Floor), 1219 Khilgaon\\\";s:5:\\\"phone\\\";s:11:\\\"01745888322\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$oD98m2O6WjhG1Um5pHzTDOuQO3naD0PmKNR2rFkxxJ7CspKeJlQEq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-31 15:51:54\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-31 15:51:54\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4685;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Mahamud Mamun\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:127:\\\"Address: Cherry Drops Fitness and Life Style,Holding No. 961\\/B, Shahid Baki Rd (Vooter Adda Building @4th Floor), 1219 Khilgaon\\\";s:5:\\\"phone\\\";s:11:\\\"01745888322\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$oD98m2O6WjhG1Um5pHzTDOuQO3naD0PmKNR2rFkxxJ7CspKeJlQEq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-01-31 15:51:54\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-31 15:51:54\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:93;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4687;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Md. Jaman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"jaman55@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01714085655\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$lzwGzFAuDOQzROH5DaHqtuWdHcLsaIKaGO9Bsj3DPOHJ4e9g7E1Oy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-01-31 16:02:05\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-31 16:02:05\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4687;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Md. Jaman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"jaman55@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01714085655\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$lzwGzFAuDOQzROH5DaHqtuWdHcLsaIKaGO9Bsj3DPOHJ4e9g7E1Oy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-01-31 16:02:05\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-31 16:02:05\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:94;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4688;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Surajit\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"surajit@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01711968599\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$hTxrGG2kIbu53d1C7RzFzujPnGsfJP1enIcKiS.nWquFzt2w2ScTC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-01-31 16:09:22\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-31 16:09:22\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4688;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Surajit\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"surajit@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01711968599\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$hTxrGG2kIbu53d1C7RzFzujPnGsfJP1enIcKiS.nWquFzt2w2ScTC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-01-31 16:09:22\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-31 16:09:22\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:95;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4689;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Dudul khan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:25:\\\"dudulkaligonj14@gmail.com\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01711131350\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$XD8NyUWbD07NiT.lMhAMj.hrTcN2BwxPtcxymW\\/ZNUivELAC\\/zGKC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-01-31 16:10:48\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-31 16:10:48\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4689;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Dudul khan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:25:\\\"dudulkaligonj14@gmail.com\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01711131350\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$XD8NyUWbD07NiT.lMhAMj.hrTcN2BwxPtcxymW\\/ZNUivELAC\\/zGKC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-01-31 16:10:48\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-31 16:10:48\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:96;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4690;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Sahieen\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"sahieen33@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01722334433\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$lv6hyoF7f95\\/FLN3.kh3nuIHozr9KkOoxqQbQR4zdXfJlfebSbZbu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-01-31 16:11:36\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-31 16:11:36\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4690;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Sahieen\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"sahieen33@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01722334433\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$lv6hyoF7f95\\/FLN3.kh3nuIHozr9KkOoxqQbQR4zdXfJlfebSbZbu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-01-31 16:11:36\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-31 16:11:36\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:97;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4692;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Md:Redoy\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:24:\\\"redaymdreday72@gmail.com\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01883318015\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$3\\/u8J2\\/EVdLglBrljj7cBO1gz.2QEY2CM2zhmIipkFGscjNsQ5aqa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-01-31 16:16:54\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-31 16:16:54\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4692;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Md:Redoy\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:24:\\\"redaymdreday72@gmail.com\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01883318015\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$3\\/u8J2\\/EVdLglBrljj7cBO1gz.2QEY2CM2zhmIipkFGscjNsQ5aqa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-01-31 16:16:54\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-31 16:16:54\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:98;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4693;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Shalim\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"shalim@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01819505443\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$oR2xXOWBBajhxkUX3VvI9O.RLVRqhgePoB9zupacwUJaBKYRRfEaq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-01-31 17:17:47\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-31 17:17:47\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4693;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Shalim\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"shalim@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01819505443\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$oR2xXOWBBajhxkUX3VvI9O.RLVRqhgePoB9zupacwUJaBKYRRfEaq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-01-31 17:17:47\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-01-31 17:17:47\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:99;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4694;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Dr. Golam Mostofa\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"mostofa52@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01743138752\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$5LkiGwVInH\\/xCIV59TUlkuYdVsOkYkBqyOztS1yTcswwSdCiJzqK.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-01 17:09:11\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-01 17:09:11\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4694;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Dr. Golam Mostofa\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"mostofa52@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01743138752\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$5LkiGwVInH\\/xCIV59TUlkuYdVsOkYkBqyOztS1yTcswwSdCiJzqK.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-01 17:09:11\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-01 17:09:11\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}}}s:4:\\\"text\\\";s:540:\\\"\\u09aa\\u09cd\\u09b0\\u09bf\\u09af\\u09bc \\u0997\\u09cd\\u09b0\\u09be\\u09b9\\u0995,\\n\\u09ae\\u09be\\u0987\\u099c\\u09bf\\u09aa\\u09bf\\u098f\\u09b8 \\u099f\\u09cd\\u09b0\\u09cd\\u09af\\u09be\\u0995\\u09bf\\u0982 \\u09b8\\u09be\\u09b0\\u09cd\\u09ad\\u09bf\\u09b8 \\u098f\\u09b0 \\u09aa\\u0995\\u09cd\\u09b7 \\u09a5\\u09c7\\u0995\\u09c7 \\u09aa\\u09ac\\u09bf\\u09a4\\u09cd\\u09b0 \\u0988\\u09a6\\u09c1\\u09b2 \\u09ab\\u09bf\\u09a4\\u09b0 \\u0989\\u09aa\\u09b2\\u0995\\u09cd\\u09b7\\u09c7 \\u0986\\u09aa\\u09a8\\u09be\\u0995\\u09c7 \\u099c\\u09be\\u09a8\\u09be\\u0987 \\\"\\u0988\\u09a6 \\u09ae\\u09cb\\u09ac\\u09be\\u09b0\\u0995\\\"\\u0964 \\u0986\\u09aa\\u09a8\\u09be\\u09b0 \\u09aa\\u09b0\\u09bf\\u09ac\\u09be\\u09b0\\u0995\\u09c7 \\u09a8\\u09bf\\u09af\\u09bc\\u09c7 \\u098f\\u09ac\\u09be\\u09b0\\u09c7\\u09b0 \\u0988\\u09a6 \\u0995\\u09be\\u099f\\u09c1\\u0995 \\u0986\\u09b0\\u09cb \\u0986\\u09a8\\u09a8\\u09cd\\u09a6\\u09aa\\u09c2\\u09b0\\u09cd\\u09a3 \\u0993 \\u0989\\u09aa\\u09ad\\u09cb\\u0997\\u09cd\\u09af\\u09ae\\u09af\\u09bc\\u0964 \\u0986\\u09aa\\u09a8\\u09be\\u09b0 \\u09aa\\u09cd\\u09b0\\u09a4\\u09bf\\u099f\\u09bf \\u09af\\u09be\\u09a4\\u09cd\\u09b0\\u09be \\u09b6\\u09c1\\u09ad \\u09b9\\u09cb\\u0995\\u0964\\\";}s:3:\\\"job\\\";N;s:10:\\\"connection\\\";N;s:5:\\\"queue\\\";N;s:15:\\\"chainConnection\\\";N;s:10:\\\"chainQueue\\\";N;s:5:\\\"delay\\\";N;s:10:\\\"middleware\\\";a:0:{}s:7:\\\"chained\\\";a:0:{}}\"}}', 'Illuminate\\Queue\\MaxAttemptsExceededException: App\\Jobs\\SmsSend has been attempted too many times or run too long. The job may have previously timed out. in /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php:648\nStack trace:\n#0 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(163): Illuminate\\Queue\\Worker->maxAttemptsExceededException(Object(Illuminate\\Queue\\Jobs\\DatabaseJob))\n#1 /home/mygpsbd/public_html/app/Http/helper.php(28): Illuminate\\Queue\\Worker->Illuminate\\Queue\\{closure}(14, Array)\n#2 /home/mygpsbd/public_html/app/Jobs/SmsSend.php(35): send_sms(\'\\xE0\\xA6\\xAA\\xE0\\xA7\\x8D\\xE0\\xA6\\xB0\\xE0\\xA6\\xBF\\xE0\\xA6\\xAF...\', Array)\n#3 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App\\Jobs\\SmsSend->handle()\n#4 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/Util.php(37): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}()\n#5 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(93): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))\n#6 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(37): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))\n#7 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/Container.php(596): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)\n#8 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php(94): Illuminate\\Container\\Container->call(Array)\n#9 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(128): Illuminate\\Bus\\Dispatcher->Illuminate\\Bus\\{closure}(Object(App\\Jobs\\SmsSend))\n#10 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(103): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(App\\Jobs\\SmsSend))\n#11 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php(98): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))\n#12 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(83): Illuminate\\Bus\\Dispatcher->dispatchNow(Object(App\\Jobs\\SmsSend), false)\n#13 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(128): Illuminate\\Queue\\CallQueuedHandler->Illuminate\\Queue\\{closure}(Object(App\\Jobs\\SmsSend))\n#14 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(103): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(App\\Jobs\\SmsSend))\n#15 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(85): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))\n#16 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(59): Illuminate\\Queue\\CallQueuedHandler->dispatchThroughMiddleware(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Object(App\\Jobs\\SmsSend))\n#17 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Jobs/Job.php(98): Illuminate\\Queue\\CallQueuedHandler->call(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Array)\n#18 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(356): Illuminate\\Queue\\Jobs\\Job->fire()\n#19 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(306): Illuminate\\Queue\\Worker->process(\'database\', Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Object(Illuminate\\Queue\\WorkerOptions))\n#20 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(132): Illuminate\\Queue\\Worker->runJob(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), \'database\', Object(Illuminate\\Queue\\WorkerOptions))\n#21 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(112): Illuminate\\Queue\\Worker->daemon(\'database\', \'default\', Object(Illuminate\\Queue\\WorkerOptions))\n#22 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(96): Illuminate\\Queue\\Console\\WorkCommand->runWorker(\'database\', \'default\')\n#23 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Illuminate\\Queue\\Console\\WorkCommand->handle()\n#24 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/Util.php(37): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}()\n#25 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(93): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))\n#26 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(37): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))\n#27 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/Container.php(596): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)\n#28 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Console/Command.php(134): Illuminate\\Container\\Container->call(Array)\n#29 /home/mygpsbd/public_html/vendor/symfony/console/Command/Command.php(298): Illuminate\\Console\\Command->execute(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))\n#30 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Console/Command.php(121): Symfony\\Component\\Console\\Command\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))\n#31 /home/mygpsbd/public_html/vendor/symfony/console/Application.php(1040): Illuminate\\Console\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#32 /home/mygpsbd/public_html/vendor/symfony/console/Application.php(301): Symfony\\Component\\Console\\Application->doRunCommand(Object(Illuminate\\Queue\\Console\\WorkCommand), Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#33 /home/mygpsbd/public_html/vendor/symfony/console/Application.php(171): Symfony\\Component\\Console\\Application->doRun(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#34 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Console/Application.php(93): Symfony\\Component\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#35 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(129): Illuminate\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#36 /home/mygpsbd/public_html/artisan(37): Illuminate\\Foundation\\Console\\Kernel->handle(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#37 {main}', '2024-04-12 00:01:03');
INSERT INTO `failed_jobs` (`id`, `connection`, `queue`, `payload`, `exception`, `failed_at`) VALUES
(739, 'database', 'default', '{\"uuid\":\"0a1ed38a-b8e2-4bbc-a15b-3cd646c2a956\",\"displayName\":\"App\\\\Jobs\\\\SmsSend\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"delay\":null,\"timeout\":null,\"timeoutAt\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\SmsSend\",\"command\":\"O:16:\\\"App\\\\Jobs\\\\SmsSend\\\":9:{s:4:\\\"data\\\";a:2:{s:4:\\\"data\\\";O:39:\\\"Illuminate\\\\Database\\\\Eloquent\\\\Collection\\\":1:{s:8:\\\"\\u0000*\\u0000items\\\";a:100:{i:0;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4695;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Manik\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"manik50@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01612026750\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$lX1GYd3NgPQHXbTPv2G2pOEj3h5q0jER.2PlIdWgy2bHF0L7d2.Am\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-01 17:10:19\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-01 17:10:19\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4695;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Manik\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"manik50@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01612026750\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$lX1GYd3NgPQHXbTPv2G2pOEj3h5q0jER.2PlIdWgy2bHF0L7d2.Am\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-01 17:10:19\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-01 17:10:19\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:1;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4696;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Delwar Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01819455456\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$4QBfg.nQ3BglLc4fKY\\/USeU.YeBW\\/i1lKBL5IIPxQrXM1HES2kKTy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-01 17:12:06\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-01 17:12:06\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4696;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Delwar Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01819455456\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$4QBfg.nQ3BglLc4fKY\\/USeU.YeBW\\/i1lKBL5IIPxQrXM1HES2kKTy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-01 17:12:06\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-01 17:12:06\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:2;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4697;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Md.Farazi\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"farazi43@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01733954743\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$M5hOvypWmWMHPDfHmOy7T.Oah8FjbrcFXWMtWS0UMDgh6KPBZxTrG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-01 17:13:12\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-01 17:13:12\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4697;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Md.Farazi\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"farazi43@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01733954743\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$M5hOvypWmWMHPDfHmOy7T.Oah8FjbrcFXWMtWS0UMDgh6KPBZxTrG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-01 17:13:12\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-01 17:13:12\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:3;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4698;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Billal\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"billal40@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01712816840\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ptkXADK9QBIR7SDC7WPAd.E9eFOY.gt4tFsNTsVk\\/C6P\\/S7XTRz8C\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-01 17:14:19\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-01 17:14:19\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4698;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Billal\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"billal40@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01712816840\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ptkXADK9QBIR7SDC7WPAd.E9eFOY.gt4tFsNTsVk\\/C6P\\/S7XTRz8C\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-01 17:14:19\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-01 17:14:19\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:4;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4699;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Salim Ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"salim67@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01715883167\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$6Wf5Yfg7CblL6QD.PMYdLekqFuRW2DZ0yD0UwzR.ajjH3JThbFtrW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-03 12:27:10\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-03 12:27:10\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4699;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Salim Ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"salim67@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01715883167\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$6Wf5Yfg7CblL6QD.PMYdLekqFuRW2DZ0yD0UwzR.ajjH3JThbFtrW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-03 12:27:10\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-03 12:27:10\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:5;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4700;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Saiful\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"saiful60@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01712390560\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$zQMBaIF11V3tjRP0xaqpBeJN0JldGnFySGJb0STqGgxZlnS6mgEnC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-03 12:28:08\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-03 12:28:08\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4700;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Saiful\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"saiful60@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01712390560\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$zQMBaIF11V3tjRP0xaqpBeJN0JldGnFySGJb0STqGgxZlnS6mgEnC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-03 12:28:08\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-03 12:28:08\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:6;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4701;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Mamun\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:7:\\\"Tangail\\\";s:5:\\\"phone\\\";s:11:\\\"01751991558\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$c62Vs5ni5R86n0Fz7iZtN.rh4wFJGjDJubdLLwwMaPmbX1AeevpI6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-02-03 12:30:35\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-03 12:30:35\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4701;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Mamun\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:7:\\\"Tangail\\\";s:5:\\\"phone\\\";s:11:\\\"01751991558\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$c62Vs5ni5R86n0Fz7iZtN.rh4wFJGjDJubdLLwwMaPmbX1AeevpI6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-02-03 12:30:35\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-03 12:30:35\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:7;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4702;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:24:\\\"Md. Anamul \\uff08Kusthia\\uff09\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"anamul123@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01735727272\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Ecuii8J2oSmmFfOHmr\\/8beggy3Xx2XUaYpZGqAv7bCjRHH\\/zR\\/zcu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-03 12:40:21\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-03 12:40:21\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4702;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:24:\\\"Md. Anamul \\uff08Kusthia\\uff09\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"anamul123@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01735727272\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Ecuii8J2oSmmFfOHmr\\/8beggy3Xx2XUaYpZGqAv7bCjRHH\\/zR\\/zcu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-03 12:40:21\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-03 12:40:21\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:8;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4703;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"Tamanna Binte Salam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"tamanna@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01715129645\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$nPxyIs216.XIEsz3AS\\/Uge.9dBOg57guYNndIIUkXTfwdXiWKX\\/Ce\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-03 12:41:33\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-03 12:41:33\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4703;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"Tamanna Binte Salam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"tamanna@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01715129645\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$nPxyIs216.XIEsz3AS\\/Uge.9dBOg57guYNndIIUkXTfwdXiWKX\\/Ce\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-03 12:41:33\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-03 12:41:33\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:9;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4704;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Saleh Ashraf\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01531954309\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$1pRbAXricjkXfJ63HCILguf9W8yExwgvPjhJ71HW.gBV\\/mrXoJjia\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-03 12:42:49\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-03 12:42:49\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4704;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Saleh Ashraf\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01531954309\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$1pRbAXricjkXfJ63HCILguf9W8yExwgvPjhJ71HW.gBV\\/mrXoJjia\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-03 12:42:49\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-03 12:42:49\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:10;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4705;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"solaiman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01957121252\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$acFlfvS4jmomIDd.UeXPduX4G2jReFzXaa\\/9ZOrdB7CgMNHAaJ5B.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-03 12:44:04\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-03 12:44:04\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4705;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"solaiman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01957121252\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$acFlfvS4jmomIDd.UeXPduX4G2jReFzXaa\\/9ZOrdB7CgMNHAaJ5B.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-03 12:44:04\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-03 12:44:04\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:11;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4706;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Kamrul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01712888176\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$IC6\\/9va6FeIcajnWoyQ8zOYumyMaMr0R3eURI9yls6KBg57xsT6yu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-03 12:45:17\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-03 12:45:17\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4706;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Kamrul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01712888176\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$IC6\\/9va6FeIcajnWoyQ8zOYumyMaMr0R3eURI9yls6KBg57xsT6yu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-03 12:45:17\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-03 12:45:17\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:12;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4707;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Musfiqur74\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"musfiqur74@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01819133774\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$uwZJwLjyJ9anL1km1DpBQeBCd3srMcunMHsW14CodsPJ.qSSiykHa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-03 13:17:17\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-03 13:17:17\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4707;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Musfiqur74\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"musfiqur74@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01819133774\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$uwZJwLjyJ9anL1km1DpBQeBCd3srMcunMHsW14CodsPJ.qSSiykHa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-03 13:17:17\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-03 13:17:17\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:13;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4708;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Alom\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"alom20@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01915223520\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$lC3teiBYgfCZ5BDVx0UUouqXhTp8EtPSbPdMkC58oSnJwiOmRk\\/eu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-03 13:18:25\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-03 13:18:25\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4708;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Alom\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"alom20@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01915223520\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$lC3teiBYgfCZ5BDVx0UUouqXhTp8EtPSbPdMkC58oSnJwiOmRk\\/eu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-03 13:18:25\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-03 13:18:25\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:14;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4709;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Jakir\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"jakir49@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01992855549\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$4rXhjF4YThHXZEaVEmpoBuivSjXbeyEMGLN07ICVO6ZYK0jjyWiYC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-03 13:30:01\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-03 13:30:01\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4709;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Jakir\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"jakir49@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01992855549\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$4rXhjF4YThHXZEaVEmpoBuivSjXbeyEMGLN07ICVO6ZYK0jjyWiYC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-03 13:30:01\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-03 13:30:01\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:15;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4710;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Mojammel Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"mojammel97@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01971200247\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$EWzRD6Vi2RV9oTgUyWmB4u4EPN7Vl8kT.o4SRVyclOURgFK..6W9a\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-03 13:37:20\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-03 13:37:20\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4710;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Mojammel Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"mojammel97@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01971200247\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$EWzRD6Vi2RV9oTgUyWmB4u4EPN7Vl8kT.o4SRVyclOURgFK..6W9a\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-03 13:37:20\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-03 13:37:20\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:16;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4711;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:21:\\\"Molla Shahjalal Homna\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01774005219\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$E4AgtG3HcmvSks3kDaQY1u5bmDlQGO.whgGujG.DuhLV2AWlmleue\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-03 13:43:41\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-03 13:43:41\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4711;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:21:\\\"Molla Shahjalal Homna\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01774005219\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$E4AgtG3HcmvSks3kDaQY1u5bmDlQGO.whgGujG.DuhLV2AWlmleue\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-03 13:43:41\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-03 13:43:41\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:17;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4712;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Jahangir Alam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"jahangir21@mygpsbd.net\\\";s:7:\\\"address\\\";s:7:\\\"Gazipur\\\";s:5:\\\"phone\\\";s:11:\\\"01689192121\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Ax..hwEpVK\\/UFOTjpPsHNOCGXGP1Ooca2T8711s8S8uxodztqMXRq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-02-03 13:46:03\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-03 13:46:03\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4712;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Jahangir Alam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"jahangir21@mygpsbd.net\\\";s:7:\\\"address\\\";s:7:\\\"Gazipur\\\";s:5:\\\"phone\\\";s:11:\\\"01689192121\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Ax..hwEpVK\\/UFOTjpPsHNOCGXGP1Ooca2T8711s8S8uxodztqMXRq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-02-03 13:46:03\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-03 13:46:03\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:18;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4713;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Tazu Ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01995299710\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$T46XGrK1uGmPP\\/FL\\/AkoOe\\/CtE6ijswIWFaLwAYcqYjhkVszotF0a\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-03 13:47:49\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-03 13:47:49\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4713;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Tazu Ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01995299710\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$T46XGrK1uGmPP\\/FL\\/AkoOe\\/CtE6ijswIWFaLwAYcqYjhkVszotF0a\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-03 13:47:49\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-03 13:47:49\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:19;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4714;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Atik hasan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"atikhasan624@gmail.com\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01711442349\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$osUrYLazYXrV0dRg65DzeO04qdEulzxMaZWOCc17.bJ2IoIFaT1eC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-03 15:03:56\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-03 15:03:56\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4714;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Atik hasan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"atikhasan624@gmail.com\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01711442349\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$osUrYLazYXrV0dRg65DzeO04qdEulzxMaZWOCc17.bJ2IoIFaT1eC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-03 15:03:56\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-03 15:03:56\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:20;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4715;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Md shakil\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01731819744\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$q.1XwdXAFTya2QbDijOKUO6gW0m1VulBFA2K7v4vke9vXQ5tq38T2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-03 15:05:09\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-03 15:05:09\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4715;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Md shakil\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01731819744\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$q.1XwdXAFTya2QbDijOKUO6gW0m1VulBFA2K7v4vke9vXQ5tq38T2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-03 15:05:09\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-03 15:05:09\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:21;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4716;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"PRANTO SARDER\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:30:\\\"prantosarderofficial@gmail.com\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01825307253\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$m8MJ4ycaSjRaijl6dOJNfuk7PX8j58D.uM30PLwsSNqekLWjc.aBm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-03 15:37:55\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-03 15:37:55\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4716;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"PRANTO SARDER\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:30:\\\"prantosarderofficial@gmail.com\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01825307253\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$m8MJ4ycaSjRaijl6dOJNfuk7PX8j58D.uM30PLwsSNqekLWjc.aBm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-03 15:37:55\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-03 15:37:55\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:22;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4717;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Md. Arifur Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"arifur@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01819706716\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$2HjOrVfQrXbSIP5alu11YeR.6P3iEgldmOTDFRT9OCfZop\\/UicM9O\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-03 15:41:06\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-03 15:41:06\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4717;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Md. Arifur Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"arifur@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01819706716\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$2HjOrVfQrXbSIP5alu11YeR.6P3iEgldmOTDFRT9OCfZop\\/UicM9O\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-03 15:41:06\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-03 15:41:06\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:23;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4718;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Ali Ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01672954829\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$5zFvRhQbETCP62JtSKC5tOYzQuOpn\\/8mz3Ljza0ay9RojnNxjukUK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-03 15:42:02\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-03 15:42:02\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4718;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Ali Ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01672954829\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$5zFvRhQbETCP62JtSKC5tOYzQuOpn\\/8mz3Ljza0ay9RojnNxjukUK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-03 15:42:02\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-03 15:42:02\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:24;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4719;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Md Bashar\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01799924542\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$COMGxNFNHvzJU2ZhrDXl5OXITcrkTm7KI7PxzaTY0mEWsffddBIc6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-03 15:48:23\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-03 15:48:23\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4719;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Md Bashar\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01799924542\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$COMGxNFNHvzJU2ZhrDXl5OXITcrkTm7KI7PxzaTY0mEWsffddBIc6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-03 15:48:23\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-03 15:48:23\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:25;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4720;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Raju\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01673139802\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$kELLH1QSRihPYc.yjPWovO.7adSkzxhyPsdluCRkhmo3NRB53Gzi.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-03 17:34:17\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-03 17:34:17\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4720;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Raju\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01673139802\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$kELLH1QSRihPYc.yjPWovO.7adSkzxhyPsdluCRkhmo3NRB53Gzi.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-03 17:34:17\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-03 17:34:17\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:26;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4722;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"HANIF\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01792126523\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$gHbu7VG309pkUZyBNeI5kOuBkX\\/PNchPvM8RoYRDUQhvIVQDBZY2S\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-03 17:36:01\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-03 17:36:01\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4722;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"HANIF\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01792126523\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$gHbu7VG309pkUZyBNeI5kOuBkX\\/PNchPvM8RoYRDUQhvIVQDBZY2S\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-03 17:36:01\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-03 17:36:01\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:27;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4723;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"B M Imran Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"imran93@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01711397693\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$jGC9Wl6Yksq1rnCrLTv3vuosgJzd4CR6VxGRrmQDUtgKkYFjXvrrO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-03 17:36:59\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-03 17:38:20\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4723;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"B M Imran Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"imran93@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01711397693\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$jGC9Wl6Yksq1rnCrLTv3vuosgJzd4CR6VxGRrmQDUtgKkYFjXvrrO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-03 17:36:59\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-03 17:38:20\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:28;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4724;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Md.masud parvez\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:26:\\\"masud.rana858888@gmail.com\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01721858888\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$yGXF95eNFHnNLUVKTp6XkuaKBFOjVSvb9.QhF5BGkBTPe2Behz2iq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-03 17:39:52\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-03 17:39:52\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4724;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Md.masud parvez\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:26:\\\"masud.rana858888@gmail.com\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01721858888\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$yGXF95eNFHnNLUVKTp6XkuaKBFOjVSvb9.QhF5BGkBTPe2Behz2iq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-03 17:39:52\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-03 17:39:52\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:29;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4725;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Salman farsee\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"salman42@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"DHAKA\\\";s:5:\\\"phone\\\";s:11:\\\"01537187942\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$9v8uPoUXm4YPJ3..iKsOtuyH2QyHJTsvftsaBvFdJ62bj4ontRjwC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-02-03 17:46:27\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-03 17:46:27\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4725;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Salman farsee\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"salman42@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"DHAKA\\\";s:5:\\\"phone\\\";s:11:\\\"01537187942\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$9v8uPoUXm4YPJ3..iKsOtuyH2QyHJTsvftsaBvFdJ62bj4ontRjwC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-02-03 17:46:27\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-03 17:46:27\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:30;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4726;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Dr. M A Farabi\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"farabi97@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01818824297\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$opQ\\/B\\/kJvRDekIuovb0qjeRbZEf8kWw4Z0MI2wHjLZrgdFN9AUSk2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-03 17:51:43\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-03 17:51:43\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4726;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Dr. M A Farabi\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"farabi97@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01818824297\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$opQ\\/B\\/kJvRDekIuovb0qjeRbZEf8kWw4Z0MI2wHjLZrgdFN9AUSk2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-03 17:51:43\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-03 17:51:43\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:31;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4727;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Suvas\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01812371237\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$mRBiCye6k1OpGZuqlAy71OfIWcVhkA4Hcpl3BJOgjh6dKRfguLcQa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-04 11:17:52\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-04 11:17:52\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4727;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Suvas\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01812371237\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$mRBiCye6k1OpGZuqlAy71OfIWcVhkA4Hcpl3BJOgjh6dKRfguLcQa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-04 11:17:52\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-04 11:17:52\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:32;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4728;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Jakiul islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"jakiul95@mygpsbd.net\\\";s:7:\\\"address\\\";s:15:\\\"Khilkhet, Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01623919275\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$3xIGUe33VbT.Qu4q0NVkMeMReDe3o3yjnB3Q6rP21tjhQI\\/gyx\\/Va\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-02-04 11:21:51\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-04 11:21:51\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4728;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Jakiul islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"jakiul95@mygpsbd.net\\\";s:7:\\\"address\\\";s:15:\\\"Khilkhet, Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01623919275\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$3xIGUe33VbT.Qu4q0NVkMeMReDe3o3yjnB3Q6rP21tjhQI\\/gyx\\/Va\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-02-04 11:21:51\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-04 11:21:51\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:33;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4729;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Noman Khan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"nomanmou@gmail.com\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01621806244\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$vDR4QFPe3wpp7ASKwrRl5evk8RcDtYpvoqmeutzrPbj6u8E9yVFsO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-04 11:23:42\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-04 11:23:42\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4729;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Noman Khan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"nomanmou@gmail.com\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01621806244\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$vDR4QFPe3wpp7ASKwrRl5evk8RcDtYpvoqmeutzrPbj6u8E9yVFsO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-04 11:23:42\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-04 11:23:42\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:34;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4730;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:20:\\\"Rashidur Rahman Rafi\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"rafi.rashidur@gmail.com\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01689482227\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$LTE38\\/mPmMVb82u4s9.Dy.0KmRtxiNdl4gRWUuOLEkm\\/WCCCZGcjq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-04 11:24:17\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-04 11:24:17\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4730;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:20:\\\"Rashidur Rahman Rafi\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"rafi.rashidur@gmail.com\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01689482227\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$LTE38\\/mPmMVb82u4s9.Dy.0KmRtxiNdl4gRWUuOLEkm\\/WCCCZGcjq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-04 11:24:17\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-04 11:24:17\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:35;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4731;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"SHARIF AHMED\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"sharif.tex87@gmail.com\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01717355400\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$yd60Mw1RRkrXJIZvYRmZWeg65FfFuWf8aN\\/usNPw4WQMHWP7.XLfi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-04 11:24:57\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-04 11:26:03\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4731;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"SHARIF AHMED\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"sharif.tex87@gmail.com\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01717355400\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$yd60Mw1RRkrXJIZvYRmZWeg65FfFuWf8aN\\/usNPw4WQMHWP7.XLfi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-04 11:24:57\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-04 11:26:03\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:36;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4732;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Shamim\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"shamim98@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01712959998\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$nJthFcRA6hQKdlRDBr9Owu1jR8DQHCE.mphNPlMl1TrfFvt03O\\/ly\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-04 11:26:31\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-04 11:26:31\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4732;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Shamim\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"shamim98@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01712959998\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$nJthFcRA6hQKdlRDBr9Owu1jR8DQHCE.mphNPlMl1TrfFvt03O\\/ly\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-04 11:26:31\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-04 11:26:31\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:37;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4733;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:25:\\\"Zabran Khalid Barkatullah\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"zabran59@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01712965959\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$v3yET9UsmFNN9pqfqqwXsuIyNNS3GRuRSunLhcsQnadzV4rqLe9TW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-04 11:27:14\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-04 11:27:14\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4733;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:25:\\\"Zabran Khalid Barkatullah\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"zabran59@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01712965959\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$v3yET9UsmFNN9pqfqqwXsuIyNNS3GRuRSunLhcsQnadzV4rqLe9TW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-04 11:27:14\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-04 11:27:14\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:38;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4734;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Md. Ashik\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"ashik51@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01751099051\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$QRdGIGONfOcIa0gu0WqbD.x\\/GWfLgxHZlCtKAZiilbNKpweOJvDKy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-04 11:27:42\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-04 11:27:42\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4734;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Md. Ashik\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"ashik51@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01751099051\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$QRdGIGONfOcIa0gu0WqbD.x\\/GWfLgxHZlCtKAZiilbNKpweOJvDKy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-04 11:27:42\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-04 11:27:42\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:39;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4735;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Md. Tarek\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"tarek61@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01675757761\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$G53LZXkGkYtIp\\/P7.erhGOHH6o7wNLd1lo7yY0vQ.ZQIbDuRiJVYm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-04 11:28:08\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-04 11:28:08\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4735;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Md. Tarek\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"tarek61@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01675757761\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$G53LZXkGkYtIp\\/P7.erhGOHH6o7wNLd1lo7yY0vQ.ZQIbDuRiJVYm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-04 11:28:08\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-04 11:28:08\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:40;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4737;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Humayon Kabir\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"humayon65@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01911007465\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$RlKQURvC9AuAj5kPycdN8.Zcr3Ga00\\/IqnK\\/BJ8FD3Eko5Zmul8oW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-04 11:29:15\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-04 11:29:15\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4737;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Humayon Kabir\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"humayon65@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01911007465\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$RlKQURvC9AuAj5kPycdN8.Zcr3Ga00\\/IqnK\\/BJ8FD3Eko5Zmul8oW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-04 11:29:15\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-04 11:29:15\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:41;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4738;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Md. Jewel Rana\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"jewel53@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01931410653\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$uzO8n1NT3kDkzbgri4JGVulecBAodeC3tQuNsqhmJs74F8qpNeqLC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-04 11:30:47\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-04 11:30:47\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4738;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Md. Jewel Rana\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"jewel53@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01931410653\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$uzO8n1NT3kDkzbgri4JGVulecBAodeC3tQuNsqhmJs74F8qpNeqLC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-04 11:30:47\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-04 11:30:47\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:42;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4739;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Asif ibne harun\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:26:\\\"asifibneharun.19@gmail.com\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01712127337\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$s6m9GwZOa\\/pyjxS7L7dKPehqQldCOlRJDiGtHhmc5AqFoZrEM3IzO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-04 11:31:54\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-04 11:31:54\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4739;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Asif ibne harun\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:26:\\\"asifibneharun.19@gmail.com\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01712127337\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$s6m9GwZOa\\/pyjxS7L7dKPehqQldCOlRJDiGtHhmc5AqFoZrEM3IzO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-04 11:31:54\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-04 11:31:54\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:43;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4740;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Rubel\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01865329070\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$5jHNBD0V5fypYajGCB9DxeLzR4amYjp0nWkOVJQZJSyqjB1gh1Shm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-04 11:32:32\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-04 11:32:32\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4740;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Rubel\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01865329070\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$5jHNBD0V5fypYajGCB9DxeLzR4amYjp0nWkOVJQZJSyqjB1gh1Shm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-04 11:32:32\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-04 11:32:32\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:44;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4741;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Shaiful\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01617891949\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ZRWuqf.vC7ZrKxfUNYvsbe7xFeRaXHiZxR2.9n2Ckjb3pUdLoa10u\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-04 11:32:58\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-04 11:32:58\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4741;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Shaiful\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01617891949\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ZRWuqf.vC7ZrKxfUNYvsbe7xFeRaXHiZxR2.9n2Ckjb3pUdLoa10u\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-04 11:32:58\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-04 11:32:58\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:45;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4742;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Shohag\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"shohagrinvee@gmail.com\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01673090273\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$vsyjNTvlnXbKBEQOxYRp\\/edOHfLp1tSDO9JkMtveoley5xFbS\\/kD.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-04 11:33:41\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-04 11:33:41\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4742;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Shohag\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"shohagrinvee@gmail.com\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01673090273\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$vsyjNTvlnXbKBEQOxYRp\\/edOHfLp1tSDO9JkMtveoley5xFbS\\/kD.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-04 11:33:41\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-04 11:33:41\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:46;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4743;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Dr. Tapan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"tapan28@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01937577728\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$0LgvKF8b\\/e5RfoEvGL8kSOJYNGPMUTOPuF7Piv\\/kKz98YDHhqhxCu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-04 11:55:44\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-04 11:55:44\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4743;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Dr. Tapan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"tapan28@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01937577728\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$0LgvKF8b\\/e5RfoEvGL8kSOJYNGPMUTOPuF7Piv\\/kKz98YDHhqhxCu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-04 11:55:44\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-04 11:55:44\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:47;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4744;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Sabbir Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01791734949\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$S4LsLLRgnFkl.IPAu\\/67h.H8x2a8TgExKJqMxxiJLZ3aYPnhZAVu2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-04 11:56:12\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-04 11:56:12\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4744;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Sabbir Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01791734949\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$S4LsLLRgnFkl.IPAu\\/67h.H8x2a8TgExKJqMxxiJLZ3aYPnhZAVu2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-04 11:56:12\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-04 11:56:12\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:48;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4745;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:24:\\\"Patwary Md Hajjaj Yousuf\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:24:\\\"shaiket.ph.nsu@gmail.com\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01730025984\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$\\/KGT17Nab9\\/Bo.ytWt7feu41hIVmswkGnOOJKxJTvZtCIfLoLABEK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-04 11:56:50\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-04 11:56:50\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4745;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:24:\\\"Patwary Md Hajjaj Yousuf\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:24:\\\"shaiket.ph.nsu@gmail.com\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01730025984\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$\\/KGT17Nab9\\/Bo.ytWt7feu41hIVmswkGnOOJKxJTvZtCIfLoLABEK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-04 11:56:50\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-04 11:56:50\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:49;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4746;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:26:\\\"Muhamamd Abubakar Siddique\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:17:\\\"absid08@gmail.com\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01735722990\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$o24\\/smjidJtxSScIIdtDHe5kDKK9IwzYoSdH7bvurxI\\/fvYoBN1Pm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-04 11:57:16\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-04 11:57:16\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4746;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:26:\\\"Muhamamd Abubakar Siddique\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:17:\\\"absid08@gmail.com\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01735722990\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$o24\\/smjidJtxSScIIdtDHe5kDKK9IwzYoSdH7bvurxI\\/fvYoBN1Pm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-04 11:57:16\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-04 11:57:16\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:50;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4747;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Esmail Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:27:\\\"mdismailsheikh912@gmail.com\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01740647155\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$r182iHcPqcN9Vhomg29X.OR13GVPicOu2AKjoGYOutdrPE1GKJzke\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-04 11:57:39\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-04 11:57:39\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4747;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Esmail Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:27:\\\"mdismailsheikh912@gmail.com\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01740647155\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$r182iHcPqcN9Vhomg29X.OR13GVPicOu2AKjoGYOutdrPE1GKJzke\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-04 11:57:39\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-04 11:57:39\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:51;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4748;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Humayon kobir\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"kobir74@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01715392874\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$b4cLFUllcxaS9U1sPpQIfuj.x4LSpLpQ2CG5yTXJlA3UhNrHjb4x.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-04 11:58:10\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-04 12:15:11\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4748;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Humayon kobir\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"kobir74@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01715392874\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$b4cLFUllcxaS9U1sPpQIfuj.x4LSpLpQ2CG5yTXJlA3UhNrHjb4x.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-04 11:58:10\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-04 12:15:11\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:52;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4749;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Md.sajal\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:24:\\\"sajalislam0767@gmail.com\\\";s:7:\\\"address\\\";s:7:\\\"Birulia\\\";s:5:\\\"phone\\\";s:11:\\\"01851525053\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$3GambqdSGJDHOtL9nroYuubqPoA9Ud0Eh0kUgDRo7lLJVata.8KUS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-02-04 12:00:14\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-04 12:00:14\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4749;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Md.sajal\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:24:\\\"sajalislam0767@gmail.com\\\";s:7:\\\"address\\\";s:7:\\\"Birulia\\\";s:5:\\\"phone\\\";s:11:\\\"01851525053\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$3GambqdSGJDHOtL9nroYuubqPoA9Ud0Eh0kUgDRo7lLJVata.8KUS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-02-04 12:00:14\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-04 12:00:14\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:53;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4750;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Anwar\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"anwar227@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01712992227\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$t9xbHUcCJuGPMAn6sgq7T.Ig0BG3Tpa4jdcbuLBM\\/EO0ST\\/tcIDUu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-04 12:03:45\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-04 12:03:45\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4750;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Anwar\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"anwar227@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01712992227\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$t9xbHUcCJuGPMAn6sgq7T.Ig0BG3Tpa4jdcbuLBM\\/EO0ST\\/tcIDUu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-04 12:03:45\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-04 12:03:45\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:54;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4751;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Major Zayed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"zayed29@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01715025029\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$rB3RrW5Q2fKA3XCoWw4oUe9oxo2CMfev\\/0YsrY5b.RsbONFSaJydK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-04 12:10:33\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-04 12:10:33\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4751;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Major Zayed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"zayed29@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01715025029\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$rB3RrW5Q2fKA3XCoWw4oUe9oxo2CMfev\\/0YsrY5b.RsbONFSaJydK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-04 12:10:33\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-04 12:10:33\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:55;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4752;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:23:\\\"RAJIB HOSSAIN CHOWDHURY\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"rajib88@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01772133888\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$XvgmF8qUSkzNWcm7wNPQruexoIcOu2TATZnosn2.NaWPszZystFn.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-04 12:11:54\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-04 12:14:35\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4752;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:23:\\\"RAJIB HOSSAIN CHOWDHURY\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"rajib88@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01772133888\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$XvgmF8qUSkzNWcm7wNPQruexoIcOu2TATZnosn2.NaWPszZystFn.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-04 12:11:54\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-04 12:14:35\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:56;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4753;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:20:\\\"Khaled mahmud raihan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"raihan26@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01730445226\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$aBwccN6\\/PIvjVSIvYZKj4uP.WxPhsAsVKZ\\/G\\/1FL\\/ZMAR5r6JtQlO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-04 12:15:38\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-04 12:15:38\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4753;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:20:\\\"Khaled mahmud raihan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"raihan26@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01730445226\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$aBwccN6\\/PIvjVSIvYZKj4uP.WxPhsAsVKZ\\/G\\/1FL\\/ZMAR5r6JtQlO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-04 12:15:38\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-04 12:15:38\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:57;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4754;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Rajib Chowdhury\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01720518844\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$sd2ROAK.0PZxvDEy.0gSr.59ILxXbKFSF0SdvypxrVxmHew7n7RJ.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-04 12:15:57\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-04 12:15:57\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4754;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Rajib Chowdhury\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01720518844\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$sd2ROAK.0PZxvDEy.0gSr.59ILxXbKFSF0SdvypxrVxmHew7n7RJ.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-04 12:15:57\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-04 12:15:57\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:58;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4755;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Md Munna\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01923108825\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$JChxd1wVFdxCy\\/mREoZT3e.CRV\\/OTej\\/.9IuK5kZWoLyVtq7Ve.1y\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-04 12:16:34\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-03-20 13:33:57\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4755;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Md Munna\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01923108825\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$JChxd1wVFdxCy\\/mREoZT3e.CRV\\/OTej\\/.9IuK5kZWoLyVtq7Ve.1y\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-04 12:16:34\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-03-20 13:33:57\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:59;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4756;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Shafi\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"shafi75@mygpsbd.net\\\";s:7:\\\"address\\\";s:7:\\\"shamoli\\\";s:5:\\\"phone\\\";s:11:\\\"01937949444\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$B2mVXsCGd9JucoTRy0UNf.Es9gfBaCTOPoCDNxXkekQU4a6H4K2sm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-02-04 12:24:42\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-04 12:24:42\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4756;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Shafi\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"shafi75@mygpsbd.net\\\";s:7:\\\"address\\\";s:7:\\\"shamoli\\\";s:5:\\\"phone\\\";s:11:\\\"01937949444\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$B2mVXsCGd9JucoTRy0UNf.Es9gfBaCTOPoCDNxXkekQU4a6H4K2sm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-02-04 12:24:42\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-04 12:24:42\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:60;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4757;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Razu\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01709947192\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$f.Z\\/DIowayqSxUM8REcIru1fMHcV7AQr4Gwcngzxo8Fb5228B3bJC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-04 12:25:47\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-04 12:25:47\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4757;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Razu\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01709947192\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$f.Z\\/DIowayqSxUM8REcIru1fMHcV7AQr4Gwcngzxo8Fb5228B3bJC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-04 12:25:47\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-04 12:25:47\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:61;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4758;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Samrat\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:29:\\\"mdrifatkhanyahoo360@gmail.com\\\";s:7:\\\"address\\\";s:11:\\\"kishoreganj\\\";s:5:\\\"phone\\\";s:11:\\\"01330409229\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Sp\\/zmvgCVzi\\/E1WkO0dVR.YHM3nnhCzsr0wqt8ThVtVtvnaVpFbrq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-02-04 12:43:25\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-04 12:43:25\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4758;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Samrat\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:29:\\\"mdrifatkhanyahoo360@gmail.com\\\";s:7:\\\"address\\\";s:11:\\\"kishoreganj\\\";s:5:\\\"phone\\\";s:11:\\\"01330409229\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Sp\\/zmvgCVzi\\/E1WkO0dVR.YHM3nnhCzsr0wqt8ThVtVtvnaVpFbrq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-02-04 12:43:25\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-04 12:43:25\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:62;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4759;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Badal\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"badal45@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01769328045\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$nNVLDAWKA8yvAFT0TcnU3OkHR.LL3.MmWWMxZlJBtrEq.3bTCxsDW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-04 12:44:46\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-04 12:45:35\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4759;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Badal\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"badal45@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01769328045\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$nNVLDAWKA8yvAFT0TcnU3OkHR.LL3.MmWWMxZlJBtrEq.3bTCxsDW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-04 12:44:46\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-04 12:45:35\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:63;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4760;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Md.Ismail\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01828552050\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$7xuhCENuv1Fsh51OP.NMvuMCZKnmBgeCNpUglCFgoAulsxO3leSQW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-04 12:48:21\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-04 12:48:21\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4760;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Md.Ismail\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01828552050\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$7xuhCENuv1Fsh51OP.NMvuMCZKnmBgeCNpUglCFgoAulsxO3leSQW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-04 12:48:21\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-04 12:48:21\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:64;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4761;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Md.Aktar\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01972293854\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ZlMvMe53sqKcKN9plHOV3.MpnhciNehtXfyH6c9PQdKzB1h9X9WCe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-04 12:49:03\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-04 12:49:03\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4761;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Md.Aktar\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01972293854\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ZlMvMe53sqKcKN9plHOV3.MpnhciNehtXfyH6c9PQdKzB1h9X9WCe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-04 12:49:03\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-04 12:49:03\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:65;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4762;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Tarik Zamil\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01786690967\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$gH6OMlBILgH6T.O2pTEW9ORWbG28nwrtrmjXaRiTjHyQFxV7CPFb6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-04 12:49:24\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-17 15:52:34\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4762;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Tarik Zamil\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01786690967\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$gH6OMlBILgH6T.O2pTEW9ORWbG28nwrtrmjXaRiTjHyQFxV7CPFb6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-04 12:49:24\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-17 15:52:34\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:66;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4763;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Harun\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"harun51@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01855934751\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$68MpaQdN97fQgcAODkQ1.uRwpwaLviJyc7KnheanpebVt6\\/94c1n2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-04 14:18:27\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-04 14:18:27\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4763;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Harun\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"harun51@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01855934751\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$68MpaQdN97fQgcAODkQ1.uRwpwaLviJyc7KnheanpebVt6\\/94c1n2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-04 14:18:27\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-04 14:18:27\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:67;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4764;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"NAZRUL ISLAM\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01713539550\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$0Fj.0AJLEXvvYum.EJCuHO0rOTMECS9jW25YhsaYVbOJVaNH.45si\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-04 14:30:05\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-04 14:30:05\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4764;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"NAZRUL ISLAM\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01713539550\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$0Fj.0AJLEXvvYum.EJCuHO0rOTMECS9jW25YhsaYVbOJVaNH.45si\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-04 14:30:05\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-04 14:30:05\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:68;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4765;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Md. Yakub\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"yakub25@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01937905025\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$zUbtkrRBXTxQCy2pVXE78OTl6Mi.KCUuOboQhvES9g0vtRD67q26e\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-04 14:31:15\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-04 14:31:15\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4765;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Md. Yakub\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"yakub25@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01937905025\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$zUbtkrRBXTxQCy2pVXE78OTl6Mi.KCUuOboQhvES9g0vtRD67q26e\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-04 14:31:15\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-04 14:31:15\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:69;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4766;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:21:\\\"Md abu baker siddeque\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01619955705\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$YSZu2fn52vUo\\/cQBcsZTVuXn8o25pzmYr6AQHuDZDFjwlZVd1tlnC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-04 14:31:57\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-04 14:31:57\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4766;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:21:\\\"Md abu baker siddeque\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01619955705\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$YSZu2fn52vUo\\/cQBcsZTVuXn8o25pzmYr6AQHuDZDFjwlZVd1tlnC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-04 14:31:57\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-04 14:31:57\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:70;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4767;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Mobarak\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01720584945\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$TwA6gTgCDAIO.IrA4LFREe2t7VZXFUc.tBFxUD7qHovFQ9d9SRiB2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-04 16:19:55\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-04 16:19:55\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4767;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Mobarak\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01720584945\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$TwA6gTgCDAIO.IrA4LFREe2t7VZXFUc.tBFxUD7qHovFQ9d9SRiB2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-04 16:19:55\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-04 16:19:55\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:71;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4769;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Neweas shorif\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"shorif33.vts@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"DHAKA\\\";s:5:\\\"phone\\\";s:11:\\\"01712542233\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$9COZnqPtrK8wGjOLOsTRC.J9Eg\\/FCIpQeQpdZ5Qryi5N6Vw0LUewm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-02-04 16:57:11\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-04 16:57:11\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4769;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Neweas shorif\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"shorif33.vts@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"DHAKA\\\";s:5:\\\"phone\\\";s:11:\\\"01712542233\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$9COZnqPtrK8wGjOLOsTRC.J9Eg\\/FCIpQeQpdZ5Qryi5N6Vw0LUewm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-02-04 16:57:11\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-04 16:57:11\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:72;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4770;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Babu Bhuiyan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"babu11@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01762659511\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$9.3GCaDO3jM\\/iwtkSs4wmOLiMgH2uGucyDDI.FjSaziWAQCnzyx\\/W\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-04 16:57:40\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-04 16:57:40\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4770;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Babu Bhuiyan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"babu11@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01762659511\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$9.3GCaDO3jM\\/iwtkSs4wmOLiMgH2uGucyDDI.FjSaziWAQCnzyx\\/W\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-04 16:57:40\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-04 16:57:40\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:73;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4771;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Lutfar Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01714161417\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Fj3b\\/\\/3L3wiDSpCqG0qBC.Vnbnu55Gb63FcVWwo30OF1FG007TH62\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-04 16:58:39\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-04 16:58:39\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4771;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Lutfar Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01714161417\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Fj3b\\/\\/3L3wiDSpCqG0qBC.Vnbnu55Gb63FcVWwo30OF1FG007TH62\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-04 16:58:39\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-04 16:58:39\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:74;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4772;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"Syeda afsarun nahar\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"syeda72@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"DHAKA\\\";s:5:\\\"phone\\\";s:11:\\\"01732464972\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$g0EfzcLpGvX2KHNejAKC3uBjuWQI0AKKIWaKeRuoBaxyshbqqm5dO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-02-04 17:00:14\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-04 17:00:14\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4772;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"Syeda afsarun nahar\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"syeda72@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"DHAKA\\\";s:5:\\\"phone\\\";s:11:\\\"01732464972\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$g0EfzcLpGvX2KHNejAKC3uBjuWQI0AKKIWaKeRuoBaxyshbqqm5dO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-02-04 17:00:14\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-04 17:00:14\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:75;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4773;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"OVEE\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01711175383\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$SehPcPZo74gYrCJrgTJOhOSQVkPzYQ1mP7HrqBKEPO6rGyFbDM9.S\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-04 17:00:37\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-04 17:00:37\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4773;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"OVEE\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01711175383\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$SehPcPZo74gYrCJrgTJOhOSQVkPzYQ1mP7HrqBKEPO6rGyFbDM9.S\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-04 17:00:37\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-04 17:00:37\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:76;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4774;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Nazrul islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01977160957\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$a\\/MSAB6ZHA\\/wyOrY96ieXux2w.scfOmu6jkBqju5UJLh8yE5kiRP.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-04 17:01:16\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-04 17:01:16\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4774;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Nazrul islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01977160957\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$a\\/MSAB6ZHA\\/wyOrY96ieXux2w.scfOmu6jkBqju5UJLh8yE5kiRP.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-04 17:01:16\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-04 17:01:16\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:77;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4775;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"ABDUL WAHAB\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"jamal04@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"DHAKA\\\";s:5:\\\"phone\\\";s:11:\\\"01687498233\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$hMcgTuAJOdg6VYEkGHCBa.yplSweA56zXu2ik8xkcbnrckXyfq48.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-02-04 17:03:55\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-04 17:03:55\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4775;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"ABDUL WAHAB\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"jamal04@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"DHAKA\\\";s:5:\\\"phone\\\";s:11:\\\"01687498233\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$hMcgTuAJOdg6VYEkGHCBa.yplSweA56zXu2ik8xkcbnrckXyfq48.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-02-04 17:03:55\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-04 17:03:55\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:78;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4776;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Limon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:17:\\\"limon32@gmail.com\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01869619532\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$jhkU8uMQXXL4Z4\\/jGF.3vOuaoCQvF9MjoP5q02vK6dZyROAmqLsxm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-04 17:04:24\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-04 17:04:24\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4776;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Limon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:17:\\\"limon32@gmail.com\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01869619532\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$jhkU8uMQXXL4Z4\\/jGF.3vOuaoCQvF9MjoP5q02vK6dZyROAmqLsxm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-04 17:04:24\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-04 17:04:24\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:79;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4777;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"shofiul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"shofiul62@mygpsbd.net\\\";s:7:\\\"address\\\";s:12:\\\"Badda, Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01787369291\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$lxBsOo7cJFLAge1krFUH0.qtEP3tTNb5QENMBqqmCdTqrxy76Ht8a\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-02-04 17:06:25\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-04 17:06:25\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4777;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"shofiul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"shofiul62@mygpsbd.net\\\";s:7:\\\"address\\\";s:12:\\\"Badda, Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01787369291\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$lxBsOo7cJFLAge1krFUH0.qtEP3tTNb5QENMBqqmCdTqrxy76Ht8a\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-02-04 17:06:25\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-04 17:06:25\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:80;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4778;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Mostofa Mollal\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:26:\\\"mostofamolla5553@gmail.com\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01712873434\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$hmp\\/VIMbTn5uRfaZ8uZtCO0gw81cfBlDYNShKl8rRAGQGhSWCtks6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-04 17:07:02\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-04 17:07:02\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4778;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Mostofa Mollal\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:26:\\\"mostofamolla5553@gmail.com\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01712873434\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$hmp\\/VIMbTn5uRfaZ8uZtCO0gw81cfBlDYNShKl8rRAGQGhSWCtks6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-04 17:07:02\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-04 17:07:02\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:81;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4779;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Sazidur Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01700693206\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$IEEGvxLiTPTeurXbsvUWbOJJ8AJFg7L7A66u3S1ubLBNw1Mo.85yG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-04 17:07:40\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-04 17:07:40\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4779;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Sazidur Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01700693206\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$IEEGvxLiTPTeurXbsvUWbOJJ8AJFg7L7A66u3S1ubLBNw1Mo.85yG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-04 17:07:40\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-04 17:07:40\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:82;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4780;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Nausaba islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01732953804\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$HaE4e2FJ2EodO6t7L3a5buYyrTf9MuVV2jrnPReHFQoH33lO\\/R8vu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-04 17:08:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-04 17:08:29\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4780;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Nausaba islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01732953804\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$HaE4e2FJ2EodO6t7L3a5buYyrTf9MuVV2jrnPReHFQoH33lO\\/R8vu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-04 17:08:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-04 17:08:29\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:83;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4781;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Md. Mamun\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01712690659\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$DtejROr7zrpekrd9Q6a8DeqbKBWpPPeTa2E6GD6TgjgDXhnqTJH3C\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-04 17:10:39\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-04 17:10:39\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4781;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Md. Mamun\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01712690659\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$DtejROr7zrpekrd9Q6a8DeqbKBWpPPeTa2E6GD6TgjgDXhnqTJH3C\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-04 17:10:39\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-04 17:10:39\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:84;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4782;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"Manami fashions ltd\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:15:\\\"it@manamibd.com\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01612745444\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$UFtdA71x7veAQPLSwjqeze4SKAQTpYaEXADLKA1VleAk0I2woF2zK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-04 17:12:23\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-04 17:12:23\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4782;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"Manami fashions ltd\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:15:\\\"it@manamibd.com\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01612745444\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$UFtdA71x7veAQPLSwjqeze4SKAQTpYaEXADLKA1VleAk0I2woF2zK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-04 17:12:23\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-04 17:12:23\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:85;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4783;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Taslima\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01707980845\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Wzejd1ILCADonNyn3\\/wifOEYVHX5paSvDAFPGysb2NFJv64wueY4.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-04 17:13:19\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-04 17:13:19\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4783;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Taslima\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01707980845\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Wzejd1ILCADonNyn3\\/wifOEYVHX5paSvDAFPGysb2NFJv64wueY4.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-04 17:13:19\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-04 17:13:19\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:86;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4784;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Md. Sojol\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01611255600\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$2C5JjuHRAKvS\\/VIcvHixfO5TSo9t0S8QHBObp86k5Rl05fOVcPZdK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-04 17:14:03\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-04 17:14:03\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4784;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Md. Sojol\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01611255600\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$2C5JjuHRAKvS\\/VIcvHixfO5TSo9t0S8QHBObp86k5Rl05fOVcPZdK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-04 17:14:03\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-04 17:14:03\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:87;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4785;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Rezwanur Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"ullashrahman@gmail.com\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01751901782\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$8lVWeiaWGx7GKrbeJm3jEe5YUqHF1s.UD0AMjeSIx012PNeZniCfe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-04 17:15:05\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-04 17:15:05\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4785;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Rezwanur Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"ullashrahman@gmail.com\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01751901782\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$8lVWeiaWGx7GKrbeJm3jEe5YUqHF1s.UD0AMjeSIx012PNeZniCfe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-04 17:15:05\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-04 17:15:05\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:88;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4786;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Emdadul Haque\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"emdadul09@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"DHAKA\\\";s:5:\\\"phone\\\";s:11:\\\"01608555200\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Mo1Qwt9kRO7S9cT8nJ0\\/S.jTbdzhA7qBwTbRu6Tp.zpUtNj9Gbs3C\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-02-04 17:40:16\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-04 17:40:16\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4786;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Emdadul Haque\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"emdadul09@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"DHAKA\\\";s:5:\\\"phone\\\";s:11:\\\"01608555200\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Mo1Qwt9kRO7S9cT8nJ0\\/S.jTbdzhA7qBwTbRu6Tp.zpUtNj9Gbs3C\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-02-04 17:40:16\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-04 17:40:16\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:89;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4787;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Mojibur\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:28:\\\"rahmanmdmojibur783@gmail.com\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01712720377\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$QuFtiQ2pj3mEw8tn14SDMeEQYIiYdRFLCd3wBBmb5RZHTbSWvTuVm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-04 17:40:39\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-04 17:40:39\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4787;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Mojibur\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:28:\\\"rahmanmdmojibur783@gmail.com\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01712720377\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$QuFtiQ2pj3mEw8tn14SDMeEQYIiYdRFLCd3wBBmb5RZHTbSWvTuVm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-04 17:40:39\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-04 17:40:39\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:90;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4788;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Sunum Uddin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01675868089\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$8xKqa8UdDIKK.sXJ2ps7.ucbw\\/reBRupy54U\\/0QzugYCpAZ54HbOa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-04 17:40:59\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-04 17:40:59\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4788;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Sunum Uddin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01675868089\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$8xKqa8UdDIKK.sXJ2ps7.ucbw\\/reBRupy54U\\/0QzugYCpAZ54HbOa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-04 17:40:59\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-04 17:40:59\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:91;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4789;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Munnaf\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"rcmunnaf@gmail.com\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01722928253\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$vClPFmA5e7VNbz6qTp82J.4z\\/xWBXLUdaf5KNciuVE9ZIlTavYSQ6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-04 17:41:22\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-04 17:41:22\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4789;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Munnaf\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"rcmunnaf@gmail.com\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01722928253\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$vClPFmA5e7VNbz6qTp82J.4z\\/xWBXLUdaf5KNciuVE9ZIlTavYSQ6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-04 17:41:22\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-04 17:41:22\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:92;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4790;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Sikor\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01739530902\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$cAd3eO3kB3OIW3R3xH6soOTvpzt83UDhiXK7o14BcI0xgl9T2X2h6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-04 17:41:48\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-08 13:58:16\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4790;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Sikor\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01739530902\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$cAd3eO3kB3OIW3R3xH6soOTvpzt83UDhiXK7o14BcI0xgl9T2X2h6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-04 17:41:48\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-08 13:58:16\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:93;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4791;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"ROFIQ\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:24:\\\"rofikislam2737@gmail.com\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01712316587\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$v1FmzST2n1tXb73fQgvGNedpMGuPY9xPKd2LMhrV58kecwvD7rLjS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-04 17:42:23\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-04 17:42:23\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4791;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"ROFIQ\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:24:\\\"rofikislam2737@gmail.com\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01712316587\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$v1FmzST2n1tXb73fQgvGNedpMGuPY9xPKd2LMhrV58kecwvD7rLjS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-04 17:42:23\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-04 17:42:23\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:94;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4792;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Ranju Ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"ranjuahmed@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01712534653\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$llztqZmAT8T8QJ3WQlIWnOfBvREOPGFVk.Le5NOZnfINvpbKT\\/bK2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-04 17:42:43\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-04 17:42:43\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4792;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Ranju Ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"ranjuahmed@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01712534653\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$llztqZmAT8T8QJ3WQlIWnOfBvREOPGFVk.Le5NOZnfINvpbKT\\/bK2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-04 17:42:43\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-04 17:42:43\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:95;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4793;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Tanjir\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"tanjir20@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01882293420\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$f9gC0Wl7RDvOdwkXCOH2Ee558cqziSLWj3rTfeDGoogOlShLLmg9.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-04 17:42:59\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-04 17:42:59\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4793;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Tanjir\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"tanjir20@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01882293420\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$f9gC0Wl7RDvOdwkXCOH2Ee558cqziSLWj3rTfeDGoogOlShLLmg9.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-04 17:42:59\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-04 17:42:59\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:96;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4794;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Mohammad Israfil\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01712620178\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$jknrYEDAPRQewhGoIA4O1ex5a4sZXrt55.B2a2VUFJGbZ8O4ON.1K\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-04 17:43:23\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-04 17:43:23\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4794;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Mohammad Israfil\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01712620178\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$jknrYEDAPRQewhGoIA4O1ex5a4sZXrt55.B2a2VUFJGbZ8O4ON.1K\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-04 17:43:23\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-04 17:43:23\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:97;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4795;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"SK MD NASIR\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01712559489\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$rkR0jKWipIrGj3ip.4qWb.W\\/dA\\/K95hUCwkSp0cmfTJAESZtXPDW6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-04 17:47:01\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-04 17:47:01\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4795;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"SK MD NASIR\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01712559489\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$rkR0jKWipIrGj3ip.4qWb.W\\/dA\\/K95hUCwkSp0cmfTJAESZtXPDW6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-04 17:47:01\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-04 17:47:01\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:98;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4797;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Jahangir Alam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01714809613\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$U8lc0gelJIueJjbwt\\/3buef2EFoOziROp9YY5bn30p8NRZH6V7JM2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-04 17:49:27\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-04 17:49:27\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4797;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Jahangir Alam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01714809613\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$U8lc0gelJIueJjbwt\\/3buef2EFoOziROp9YY5bn30p8NRZH6V7JM2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-04 17:49:27\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-04 17:49:27\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:99;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4798;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Khokon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01737898287\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$UVpQeCoorOfJl4TcYsbLn.S7VRQZIjRKrZ4mUN7YLndQn6c7EPvq2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-04 17:50:36\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-04 17:50:36\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4798;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Khokon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01737898287\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$UVpQeCoorOfJl4TcYsbLn.S7VRQZIjRKrZ4mUN7YLndQn6c7EPvq2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-04 17:50:36\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-04 17:50:36\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}}}s:4:\\\"text\\\";s:540:\\\"\\u09aa\\u09cd\\u09b0\\u09bf\\u09af\\u09bc \\u0997\\u09cd\\u09b0\\u09be\\u09b9\\u0995,\\n\\u09ae\\u09be\\u0987\\u099c\\u09bf\\u09aa\\u09bf\\u098f\\u09b8 \\u099f\\u09cd\\u09b0\\u09cd\\u09af\\u09be\\u0995\\u09bf\\u0982 \\u09b8\\u09be\\u09b0\\u09cd\\u09ad\\u09bf\\u09b8 \\u098f\\u09b0 \\u09aa\\u0995\\u09cd\\u09b7 \\u09a5\\u09c7\\u0995\\u09c7 \\u09aa\\u09ac\\u09bf\\u09a4\\u09cd\\u09b0 \\u0988\\u09a6\\u09c1\\u09b2 \\u09ab\\u09bf\\u09a4\\u09b0 \\u0989\\u09aa\\u09b2\\u0995\\u09cd\\u09b7\\u09c7 \\u0986\\u09aa\\u09a8\\u09be\\u0995\\u09c7 \\u099c\\u09be\\u09a8\\u09be\\u0987 \\\"\\u0988\\u09a6 \\u09ae\\u09cb\\u09ac\\u09be\\u09b0\\u0995\\\"\\u0964 \\u0986\\u09aa\\u09a8\\u09be\\u09b0 \\u09aa\\u09b0\\u09bf\\u09ac\\u09be\\u09b0\\u0995\\u09c7 \\u09a8\\u09bf\\u09af\\u09bc\\u09c7 \\u098f\\u09ac\\u09be\\u09b0\\u09c7\\u09b0 \\u0988\\u09a6 \\u0995\\u09be\\u099f\\u09c1\\u0995 \\u0986\\u09b0\\u09cb \\u0986\\u09a8\\u09a8\\u09cd\\u09a6\\u09aa\\u09c2\\u09b0\\u09cd\\u09a3 \\u0993 \\u0989\\u09aa\\u09ad\\u09cb\\u0997\\u09cd\\u09af\\u09ae\\u09af\\u09bc\\u0964 \\u0986\\u09aa\\u09a8\\u09be\\u09b0 \\u09aa\\u09cd\\u09b0\\u09a4\\u09bf\\u099f\\u09bf \\u09af\\u09be\\u09a4\\u09cd\\u09b0\\u09be \\u09b6\\u09c1\\u09ad \\u09b9\\u09cb\\u0995\\u0964\\\";}s:3:\\\"job\\\";N;s:10:\\\"connection\\\";N;s:5:\\\"queue\\\";N;s:15:\\\"chainConnection\\\";N;s:10:\\\"chainQueue\\\";N;s:5:\\\"delay\\\";N;s:10:\\\"middleware\\\";a:0:{}s:7:\\\"chained\\\";a:0:{}}\"}}', 'Illuminate\\Queue\\MaxAttemptsExceededException: App\\Jobs\\SmsSend has been attempted too many times or run too long. The job may have previously timed out. in /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php:648\nStack trace:\n#0 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(163): Illuminate\\Queue\\Worker->maxAttemptsExceededException(Object(Illuminate\\Queue\\Jobs\\DatabaseJob))\n#1 /home/mygpsbd/public_html/app/Http/helper.php(28): Illuminate\\Queue\\Worker->Illuminate\\Queue\\{closure}(14, Array)\n#2 /home/mygpsbd/public_html/app/Jobs/SmsSend.php(35): send_sms(\'\\xE0\\xA6\\xAA\\xE0\\xA7\\x8D\\xE0\\xA6\\xB0\\xE0\\xA6\\xBF\\xE0\\xA6\\xAF...\', Array)\n#3 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App\\Jobs\\SmsSend->handle()\n#4 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/Util.php(37): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}()\n#5 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(93): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))\n#6 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(37): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))\n#7 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/Container.php(596): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)\n#8 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php(94): Illuminate\\Container\\Container->call(Array)\n#9 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(128): Illuminate\\Bus\\Dispatcher->Illuminate\\Bus\\{closure}(Object(App\\Jobs\\SmsSend))\n#10 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(103): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(App\\Jobs\\SmsSend))\n#11 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php(98): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))\n#12 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(83): Illuminate\\Bus\\Dispatcher->dispatchNow(Object(App\\Jobs\\SmsSend), false)\n#13 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(128): Illuminate\\Queue\\CallQueuedHandler->Illuminate\\Queue\\{closure}(Object(App\\Jobs\\SmsSend))\n#14 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(103): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(App\\Jobs\\SmsSend))\n#15 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(85): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))\n#16 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(59): Illuminate\\Queue\\CallQueuedHandler->dispatchThroughMiddleware(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Object(App\\Jobs\\SmsSend))\n#17 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Jobs/Job.php(98): Illuminate\\Queue\\CallQueuedHandler->call(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Array)\n#18 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(356): Illuminate\\Queue\\Jobs\\Job->fire()\n#19 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(306): Illuminate\\Queue\\Worker->process(\'database\', Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Object(Illuminate\\Queue\\WorkerOptions))\n#20 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(132): Illuminate\\Queue\\Worker->runJob(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), \'database\', Object(Illuminate\\Queue\\WorkerOptions))\n#21 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(112): Illuminate\\Queue\\Worker->daemon(\'database\', \'default\', Object(Illuminate\\Queue\\WorkerOptions))\n#22 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(96): Illuminate\\Queue\\Console\\WorkCommand->runWorker(\'database\', \'default\')\n#23 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Illuminate\\Queue\\Console\\WorkCommand->handle()\n#24 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/Util.php(37): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}()\n#25 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(93): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))\n#26 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(37): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))\n#27 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/Container.php(596): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)\n#28 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Console/Command.php(134): Illuminate\\Container\\Container->call(Array)\n#29 /home/mygpsbd/public_html/vendor/symfony/console/Command/Command.php(298): Illuminate\\Console\\Command->execute(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))\n#30 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Console/Command.php(121): Symfony\\Component\\Console\\Command\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))\n#31 /home/mygpsbd/public_html/vendor/symfony/console/Application.php(1040): Illuminate\\Console\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#32 /home/mygpsbd/public_html/vendor/symfony/console/Application.php(301): Symfony\\Component\\Console\\Application->doRunCommand(Object(Illuminate\\Queue\\Console\\WorkCommand), Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#33 /home/mygpsbd/public_html/vendor/symfony/console/Application.php(171): Symfony\\Component\\Console\\Application->doRun(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#34 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Console/Application.php(93): Symfony\\Component\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#35 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(129): Illuminate\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#36 /home/mygpsbd/public_html/artisan(37): Illuminate\\Foundation\\Console\\Kernel->handle(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#37 {main}', '2024-04-12 01:01:02');
INSERT INTO `failed_jobs` (`id`, `connection`, `queue`, `payload`, `exception`, `failed_at`) VALUES
(740, 'database', 'default', '{\"uuid\":\"c0177a80-f302-4aa3-8b0e-47487df9157b\",\"displayName\":\"App\\\\Jobs\\\\SmsSend\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"delay\":null,\"timeout\":null,\"timeoutAt\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\SmsSend\",\"command\":\"O:16:\\\"App\\\\Jobs\\\\SmsSend\\\":9:{s:4:\\\"data\\\";a:2:{s:4:\\\"data\\\";O:39:\\\"Illuminate\\\\Database\\\\Eloquent\\\\Collection\\\":1:{s:8:\\\"\\u0000*\\u0000items\\\";a:100:{i:0;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4799;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Alamin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"alamin56@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01941200856\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$q9rk17cUk9bRM.MKq3Od\\/.qHDjzPS8tWyFpHD3ZgIVYTV5l96Ctrq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-04 17:51:23\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-04 17:51:23\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4799;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Alamin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"alamin56@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01941200856\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$q9rk17cUk9bRM.MKq3Od\\/.qHDjzPS8tWyFpHD3ZgIVYTV5l96Ctrq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-04 17:51:23\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-04 17:51:23\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:1;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4800;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Kamal Dewan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01711200054\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$YUZ2dRx8M2kS2kxkx.H0AObmtoFXlrzWqqQfbM8ShejKOrxtRBooS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-04 17:51:51\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-04 17:51:51\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4800;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Kamal Dewan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01711200054\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$YUZ2dRx8M2kS2kxkx.H0AObmtoFXlrzWqqQfbM8ShejKOrxtRBooS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-04 17:51:51\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-04 17:51:51\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:2;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4801;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Md Shamim Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01711490466\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Hxx4ShpxD\\/11RG7we7Hi7ed2rWSabJ\\/J1HgBNIIfk2TNDRkOhIhuG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-04 17:54:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-04 17:54:29\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4801;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Md Shamim Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01711490466\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Hxx4ShpxD\\/11RG7we7Hi7ed2rWSabJ\\/J1HgBNIIfk2TNDRkOhIhuG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-04 17:54:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-04 17:54:29\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:3;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4802;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Md. Mahbub\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"mahbub40@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01715010940\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$76blJeC4OPLaY2MUiIL9m.tSJkX2mj9nF7IxySPDoKPB69FefwdP2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-04 17:57:12\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-04 17:57:12\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4802;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Md. Mahbub\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"mahbub40@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01715010940\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$76blJeC4OPLaY2MUiIL9m.tSJkX2mj9nF7IxySPDoKPB69FefwdP2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-04 17:57:12\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-04 17:57:12\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:4;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4803;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"MAHBOOB UR RAHMAN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"mahboob48@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01739802548\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$bgVpGgl8T.ggWpFZxnEn8.eSF6xqb2geW8PZ\\/.xgFACiBMl17svSa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-04 17:58:31\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-04 17:58:31\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4803;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"MAHBOOB UR RAHMAN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"mahboob48@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01739802548\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$bgVpGgl8T.ggWpFZxnEn8.eSF6xqb2geW8PZ\\/.xgFACiBMl17svSa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-04 17:58:31\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-04 17:58:31\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:5;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4804;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Dr. Hasibul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01711894893\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$u6Rl53mKauo8076QqQFMyu8XThBQ7lOPgUP2C7KRpbQdDRVaxeyh6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-05 11:08:51\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-05 11:08:51\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4804;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Dr. Hasibul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01711894893\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$u6Rl53mKauo8076QqQFMyu8XThBQ7lOPgUP2C7KRpbQdDRVaxeyh6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-05 11:08:51\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-05 11:08:51\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:6;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4805;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Hasan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"Hasan48@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01923950748\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ScTSRmKvQfUIV9xf6E.q4ecrb3\\/a5quVoHI2YSGUltZU\\/D\\/vfJh2m\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-05 12:21:30\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-05 12:21:30\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4805;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Hasan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"Hasan48@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01923950748\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ScTSRmKvQfUIV9xf6E.q4ecrb3\\/a5quVoHI2YSGUltZU\\/D\\/vfJh2m\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-05 12:21:30\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-05 12:21:30\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:7;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4806;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Polly Rani\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"pollyrani@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01711155057\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$0Cu168jrVjqwgrcdoLBnGuu4J.fOmiB6xM377zykVNzA3cnfpicza\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-05 12:57:30\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-05 12:57:30\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4806;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Polly Rani\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"pollyrani@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01711155057\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$0Cu168jrVjqwgrcdoLBnGuu4J.fOmiB6xM377zykVNzA3cnfpicza\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-05 12:57:30\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-05 12:57:30\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:8;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4807;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Kajimuddin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"kajimuddin@gmail.com\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01793601733\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$58k.YWzdRoPc\\/UgvIyuU6.6Kzz7wFzFRo\\/pmoAxfF9T2egEDqlprW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-05 13:31:46\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-05 13:31:46\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4807;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Kajimuddin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"kajimuddin@gmail.com\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01793601733\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$58k.YWzdRoPc\\/UgvIyuU6.6Kzz7wFzFRo\\/pmoAxfF9T2egEDqlprW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-05 13:31:46\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-05 13:31:46\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:9;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4808;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Faisal Khan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"faisal05@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01511170084\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$1RhOj5WVdTnhq2DgiUGYP.ABB6zqoMK6rRSmIJ7ZA2gPrbndWMBu2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-05 13:32:26\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-05 13:32:26\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4808;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Faisal Khan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"faisal05@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01511170084\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$1RhOj5WVdTnhq2DgiUGYP.ABB6zqoMK6rRSmIJ7ZA2gPrbndWMBu2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-05 13:32:26\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-05 13:32:26\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:10;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4809;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Sabbir Talukdar\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"sabbir35@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01610229935\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$1xOP\\/rAM1QVbTv0oKOYHI.Jmz.SMHDqSaSYvri52pfQe3JdPvU8nu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-05 13:33:45\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-05 13:33:45\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4809;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Sabbir Talukdar\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"sabbir35@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01610229935\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$1xOP\\/rAM1QVbTv0oKOYHI.Jmz.SMHDqSaSYvri52pfQe3JdPvU8nu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-05 13:33:45\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-05 13:33:45\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:11;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4810;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md amzad hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01912883693\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ZsTGNXdW6seZxpL3V6ug6..gNfptbzQJ\\/v84zNR0arpetFST3RkvS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-05 13:41:58\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-05 13:41:58\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4810;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md amzad hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01912883693\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ZsTGNXdW6seZxpL3V6ug6..gNfptbzQJ\\/v84zNR0arpetFST3RkvS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-05 13:41:58\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-05 13:41:58\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:12;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4811;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Pappu\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"pappu38@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01321974835\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Rs59kaKE8e87.I\\/uP1hz\\/utgnixYbrmJK2ys9IP1rMFK9Pai4LzrK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-05 13:46:34\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-05 13:46:34\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4811;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Pappu\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"pappu38@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01321974835\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Rs59kaKE8e87.I\\/uP1hz\\/utgnixYbrmJK2ys9IP1rMFK9Pai4LzrK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-05 13:46:34\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-05 13:46:34\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:13;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4812;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Md. Mohin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01963928032\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$L08tUCMcBiVwSZyWhTdQR.RfEuBGAUPkoLFSvBkKml8ou9hSKbWQW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-05 14:03:30\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-05 14:03:30\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4812;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Md. Mohin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01963928032\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$L08tUCMcBiVwSZyWhTdQR.RfEuBGAUPkoLFSvBkKml8ou9hSKbWQW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-05 14:03:30\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-05 14:03:30\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:14;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4813;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Rayhanul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"rayhanul67@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01711486267\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Ki7s8V9bZutSaYOR1pwGB.9vX1xy1dHbdTzdgmOq0yo5PUJQ2ph3y\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-05 14:29:48\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-05 14:29:48\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4813;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Rayhanul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"rayhanul67@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01711486267\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Ki7s8V9bZutSaYOR1pwGB.9vX1xy1dHbdTzdgmOq0yo5PUJQ2ph3y\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-05 14:29:48\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-05 14:29:48\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:15;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4814;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Ratul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"ratul36@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01760765606\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ZEKfVhUPFqTf\\/ExBQcuItOCn0NuVnq\\/STkg4wZB0j5Txc0cCFwl0e\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-05 14:38:25\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-05 14:38:25\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4814;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Ratul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"ratul36@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01760765606\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ZEKfVhUPFqTf\\/ExBQcuItOCn0NuVnq\\/STkg4wZB0j5Txc0cCFwl0e\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-05 14:38:25\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-05 14:38:25\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:16;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4815;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Mr. Rasel\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"rasel69@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01758773169\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$w1urUvdDeHlK4IrhxpRbz.yQ.zyriACDgeRV8mLGEBd3T7Yo\\/lc0.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-05 14:38:50\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-05 14:38:50\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4815;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Mr. Rasel\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"rasel69@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01758773169\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$w1urUvdDeHlK4IrhxpRbz.yQ.zyriACDgeRV8mLGEBd3T7Yo\\/lc0.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-05 14:38:50\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-05 14:38:50\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:17;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4816;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Monir Hawlader\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"monir61@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01723375861\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Bawk.38unxr2j55W0wTRu.CQQ0Lr0cPVo\\/VrreNPp1ahq0AmEG4hu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-05 14:40:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-05 14:40:29\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4816;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Monir Hawlader\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"monir61@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01723375861\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Bawk.38unxr2j55W0wTRu.CQQ0Lr0cPVo\\/VrreNPp1ahq0AmEG4hu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-05 14:40:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-05 14:40:29\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:18;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4817;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Md. Rimon Hadis\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01748984361\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$SGnUWmlKf5a3V53dOLww.OTIDerpXp.bn2sifgOoXrVTTk1suQL02\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-05 14:42:01\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-05 14:42:01\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4817;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Md. Rimon Hadis\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01748984361\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$SGnUWmlKf5a3V53dOLww.OTIDerpXp.bn2sifgOoXrVTTk1suQL02\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-05 14:42:01\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-05 14:42:01\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:19;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4818;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Mohsin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"mohsin76@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01798382876\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$U.xcHNwK.ZEaeesG4CT.lugDKLEGOxJpQvj7KkN6BfH9.jx4xIlJ.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-05 14:43:40\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-05 14:43:40\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4818;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Mohsin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"mohsin76@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01798382876\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$U.xcHNwK.ZEaeesG4CT.lugDKLEGOxJpQvj7KkN6BfH9.jx4xIlJ.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-05 14:43:40\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-05 14:43:40\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:20;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4819;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Enamul Haque Milon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"milon111@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01716280687\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$\\/AVFcyvpu3wIeDQpv6XYZeibivLre8dfGuq14rBjeLWI7jnloH56K\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-05 14:45:01\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-05 14:45:01\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4819;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Enamul Haque Milon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"milon111@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01716280687\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$\\/AVFcyvpu3wIeDQpv6XYZeibivLre8dfGuq14rBjeLWI7jnloH56K\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-05 14:45:01\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-05 14:45:01\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:21;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4820;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Md. Ashraful Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"amd085511@gmail.com\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01868073391\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$pjzRKS\\/zJvBPCysiv77kxuBT.l5VL2kbT36eLjB3sa0RcOA0qdG0m\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-05 14:48:13\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-05 14:48:13\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4820;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Md. Ashraful Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"amd085511@gmail.com\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01868073391\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$pjzRKS\\/zJvBPCysiv77kxuBT.l5VL2kbT36eLjB3sa0RcOA0qdG0m\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-05 14:48:13\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-05 14:48:13\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:22;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4821;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Mazhar\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"majharul72@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01712510172\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$xwTe8b7n.GhlfCBBcgGEZeg7bymLiP6WgqsHwntEdPJXFHsdZtyLq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-05 14:55:20\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-05 14:55:20\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4821;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Mazhar\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"majharul72@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01712510172\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$xwTe8b7n.GhlfCBBcgGEZeg7bymLiP6WgqsHwntEdPJXFHsdZtyLq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-05 14:55:20\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-05 14:55:20\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:23;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4822;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Asadur Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"asadur001@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01975534001\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$xK3VXIjpE0iO6LYMt1oHv.87Vt.QWjSLg040NDa0HXlp36CSkq5gK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-05 14:56:20\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-05 14:56:20\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4822;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Asadur Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"asadur001@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01975534001\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$xK3VXIjpE0iO6LYMt1oHv.87Vt.QWjSLg040NDa0HXlp36CSkq5gK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-05 14:56:20\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-05 14:56:20\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:24;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4823;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Taslima\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"taslima23@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01552442123\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$UM.SVeBqlWYyfj29dzVgNuIIEVHAQHdyuVC64jP4tSdn0kch0W1c2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-05 14:58:40\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-05 14:58:40\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4823;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Taslima\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"taslima23@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01552442123\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$UM.SVeBqlWYyfj29dzVgNuIIEVHAQHdyuVC64jP4tSdn0kch0W1c2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-05 14:58:40\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-05 14:58:40\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:25;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4824;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Abdul Kader Rubel\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"rubel73@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01673634973\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Ou9jxtM\\/mB1CLKkb.uf9g.wfuhNJ92hBv3TQEHBp5JPdccR8cWH7q\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-05 15:03:51\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-05 15:03:51\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4824;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Abdul Kader Rubel\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"rubel73@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01673634973\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Ou9jxtM\\/mB1CLKkb.uf9g.wfuhNJ92hBv3TQEHBp5JPdccR8cWH7q\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-05 15:03:51\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-05 15:03:51\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:26;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4825;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Faizul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"faizul81@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01712617781\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$n0kmKA8oCdcIXl3Tpjbe.Osqpfk06WqBl1qnFKHQHcMd3efu9t8ea\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-05 15:04:20\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-05 15:04:20\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4825;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Faizul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"faizul81@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01712617781\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$n0kmKA8oCdcIXl3Tpjbe.Osqpfk06WqBl1qnFKHQHcMd3efu9t8ea\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-05 15:04:20\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-05 15:04:20\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:27;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4826;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Shopon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"shopon@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"DHAKA\\\";s:5:\\\"phone\\\";s:11:\\\"01925613613\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$LTTM.wYUJTXrgP6sMPx2ZOl0qgQy\\/zs8vMKXJdURagk9\\/K8yUQlLe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-02-05 15:07:03\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-05 15:07:03\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4826;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Shopon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"shopon@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"DHAKA\\\";s:5:\\\"phone\\\";s:11:\\\"01925613613\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$LTTM.wYUJTXrgP6sMPx2ZOl0qgQy\\/zs8vMKXJdURagk9\\/K8yUQlLe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-02-05 15:07:03\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-05 15:07:03\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:28;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4827;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:20:\\\"Giasuddin Dewan Roky\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01610972438\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ucXE\\/OICYgnmjt9lWIQ7Ler.uXqjY83lZNDCyndXnb23SGJEeBdR2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-05 15:12:06\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-05 15:12:06\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4827;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:20:\\\"Giasuddin Dewan Roky\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01610972438\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ucXE\\/OICYgnmjt9lWIQ7Ler.uXqjY83lZNDCyndXnb23SGJEeBdR2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-05 15:12:06\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-05 15:12:06\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:29;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4828;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"MD.HASANUL BANNA\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"banna.hsnl@gmail.com\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01717134208\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$bXupdG9yMoMzQeYkd9rWpO1OHPt0RT7MLBgyooa\\/yxJMV4Sc130d.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-05 15:12:33\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-05 15:12:33\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4828;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"MD.HASANUL BANNA\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"banna.hsnl@gmail.com\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01717134208\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$bXupdG9yMoMzQeYkd9rWpO1OHPt0RT7MLBgyooa\\/yxJMV4Sc130d.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-05 15:12:33\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-05 15:12:33\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:30;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4829;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"Prince Mahamud Hira\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"hira220@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01855000220\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$I3ng3xZIhYmtMK5QO5j8yuOpIsZWUq8beyXhUSBmk2uCuYyoJ4SWS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-05 15:13:33\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-05 15:13:33\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4829;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"Prince Mahamud Hira\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"hira220@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01855000220\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$I3ng3xZIhYmtMK5QO5j8yuOpIsZWUq8beyXhUSBmk2uCuYyoJ4SWS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-05 15:13:33\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-05 15:13:33\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:31;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4830;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Dr Binoy Barman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01713493149\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$kz8UFOf9DWS.gkLherL2\\/e2htH8eeceopvrIdm4E77QH\\/dkuwR2V2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-05 16:09:56\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-05 16:09:56\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4830;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Dr Binoy Barman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01713493149\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$kz8UFOf9DWS.gkLherL2\\/e2htH8eeceopvrIdm4E77QH\\/dkuwR2V2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-05 16:09:56\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-05 16:09:56\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:32;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4831;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Tajminur\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"DHAKA\\\";s:5:\\\"phone\\\";s:11:\\\"01721814425\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$xmoKv94Gilh4oGcKdaiM6OQwMqxjUZ3zzhEKKP8YsDqZSLlJvImT6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-02-05 16:29:40\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-05 16:29:40\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4831;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Tajminur\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"DHAKA\\\";s:5:\\\"phone\\\";s:11:\\\"01721814425\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$xmoKv94Gilh4oGcKdaiM6OQwMqxjUZ3zzhEKKP8YsDqZSLlJvImT6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-02-05 16:29:40\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-05 16:29:40\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:33;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4832;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Vojon basak\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01726224932\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Hy6iLTEm6dkl4ye\\/VE9qeOjpaxv8HbBtLprr3b5RPsAu6Sc3DxE\\/q\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-05 16:30:05\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-05 16:30:05\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4832;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Vojon basak\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01726224932\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Hy6iLTEm6dkl4ye\\/VE9qeOjpaxv8HbBtLprr3b5RPsAu6Sc3DxE\\/q\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-05 16:30:05\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-05 16:30:05\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:34;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4833;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Sudip\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"sudip35@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"DHAKA\\\";s:5:\\\"phone\\\";s:11:\\\"01854252635\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$X49P89KM2eHhAnAuXJI.6OEeFoTfsGHx7.SJPOgUSFypYOj1gQb56\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-02-05 16:32:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-05 16:32:29\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4833;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Sudip\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"sudip35@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"DHAKA\\\";s:5:\\\"phone\\\";s:11:\\\"01854252635\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$X49P89KM2eHhAnAuXJI.6OEeFoTfsGHx7.SJPOgUSFypYOj1gQb56\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-02-05 16:32:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-05 16:32:29\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:35;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4834;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Sweets\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"sweets79@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01714618079\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ufe.W46jkbxWe5vJf2.awuR4AZUXU3DwwT\\/lvOB3SH38PnwFOlCoa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-05 16:33:52\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-05 16:33:52\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4834;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Sweets\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"sweets79@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01714618079\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ufe.W46jkbxWe5vJf2.awuR4AZUXU3DwwT\\/lvOB3SH38PnwFOlCoa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-05 16:33:52\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-05 16:33:52\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:36;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4835;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Hamid\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01715627010\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Z0tYq4nIk\\/MMVca0dxc1uecqCrNP1ySskSyOTP9B1VRJVkDnyLvvq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-05 16:36:03\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-03-16 12:53:36\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4835;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Hamid\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01715627010\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Z0tYq4nIk\\/MMVca0dxc1uecqCrNP1ySskSyOTP9B1VRJVkDnyLvvq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-05 16:36:03\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-03-16 12:53:36\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:37;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4836;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Md. Rafiqul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"rafiqul21@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01954799421\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$9wAn3ZDNpZBrMGOaKJ2gROptl\\/bxKaUhdN4A8a.mowLGta\\/Qv7gyW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-05 16:36:23\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-05 16:36:23\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4836;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Md. Rafiqul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"rafiqul21@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01954799421\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$9wAn3ZDNpZBrMGOaKJ2gROptl\\/bxKaUhdN4A8a.mowLGta\\/Qv7gyW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-05 16:36:23\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-05 16:36:23\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:38;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4837;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Kartick Karmakar\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"kartick86@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"DHAKA\\\";s:5:\\\"phone\\\";s:11:\\\"01711539986\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ED1h2.lZ.nM51TQdBOOOQOMXwHRYQLJ3VvwYbIyXZSmIJZdaPZiWS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-02-05 16:49:19\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-05 16:49:19\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4837;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Kartick Karmakar\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"kartick86@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"DHAKA\\\";s:5:\\\"phone\\\";s:11:\\\"01711539986\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ED1h2.lZ.nM51TQdBOOOQOMXwHRYQLJ3VvwYbIyXZSmIJZdaPZiWS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-02-05 16:49:19\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-05 16:49:19\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:39;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4838;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Abul Hossen\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:14:\\\"abul41@mygpsbd\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01828678744\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$mw3rySOwYf34NEM\\/TAUZ3.qSBf7QOH5iC2YTmbJm\\/Nsaez4mH.Sf2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-05 17:17:48\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-06 11:11:59\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4838;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Abul Hossen\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:14:\\\"abul41@mygpsbd\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01828678744\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$mw3rySOwYf34NEM\\/TAUZ3.qSBf7QOH5iC2YTmbJm\\/Nsaez4mH.Sf2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-05 17:17:48\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-06 11:11:59\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:40;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4839;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Md. Sofiq\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"sofiq50@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01712276513\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$fDsVt7tr5WIhcBYY9T\\/pZujG5U7E1DrXXdP39YAzI6AJVdx8jYNzK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-06 11:12:21\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-06 11:12:21\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4839;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Md. Sofiq\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"sofiq50@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01712276513\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$fDsVt7tr5WIhcBYY9T\\/pZujG5U7E1DrXXdP39YAzI6AJVdx8jYNzK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-06 11:12:21\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-06 11:12:21\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:41;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4840;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Polash Mahmud\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"polash74@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01763040674\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$UcGCPU\\/A.tZcEYREq\\/4zCulBfPRWZ9196M8NZNCl68zpWkJIZCTiO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-06 11:14:32\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-06 11:14:32\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4840;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Polash Mahmud\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"polash74@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01763040674\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$UcGCPU\\/A.tZcEYREq\\/4zCulBfPRWZ9196M8NZNCl68zpWkJIZCTiO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-06 11:14:32\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-06 11:14:32\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:42;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4841;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Jolil\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01797626262\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$eig003HltuJETA\\/66fBvNeLwR62XoZd6uQ6lriWw5uJS8csyQOVLy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-06 11:15:30\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-06 11:15:30\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4841;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Jolil\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01797626262\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$eig003HltuJETA\\/66fBvNeLwR62XoZd6uQ6lriWw5uJS8csyQOVLy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-06 11:15:30\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-06 11:15:30\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:43;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4842;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Khorsheda Begum\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"khorsheda60@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01556335060\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Pz1GXzSg8Opr\\/CHQNWZR3ex.m\\/WiOBVmlFxwyxqqP3or1BN\\/DtH7C\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-06 11:18:47\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-06 11:18:47\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4842;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Khorsheda Begum\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"khorsheda60@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01556335060\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Pz1GXzSg8Opr\\/CHQNWZR3ex.m\\/WiOBVmlFxwyxqqP3or1BN\\/DtH7C\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-06 11:18:47\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-06 11:18:47\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:44;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4843;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Ashraful Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01559104166\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$x.oYkeeGJ58AOUBei0LuCOfChQU9Z6H4npLhEhaGGw6J1U4IGfPVC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-06 13:00:53\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-06 13:00:53\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4843;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Ashraful Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01559104166\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$x.oYkeeGJ58AOUBei0LuCOfChQU9Z6H4npLhEhaGGw6J1U4IGfPVC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-06 13:00:53\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-06 13:00:53\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:45;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4844;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Md.kadir bepari\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"mdkadirbepari26@gmail\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01745666451\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ucL..Wc9.Tj4cJ2eHVwppOSZQMYKM5GYeCIpRJAvTMrY9k.B87Vy.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-06 13:03:50\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-06 13:03:50\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4844;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Md.kadir bepari\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"mdkadirbepari26@gmail\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01745666451\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ucL..Wc9.Tj4cJ2eHVwppOSZQMYKM5GYeCIpRJAvTMrY9k.B87Vy.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-06 13:03:50\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-06 13:03:50\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:46;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4845;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Sachin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"sachin04@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01711907904\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$LXT2JmELSzRPD2FcsdHApOzaXY6EcnPFdlBNiPldou\\/xFSNOgIi66\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-06 13:04:27\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-06 13:04:27\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4845;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Sachin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"sachin04@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01711907904\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$LXT2JmELSzRPD2FcsdHApOzaXY6EcnPFdlBNiPldou\\/xFSNOgIi66\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-06 13:04:27\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-06 13:04:27\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:47;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4846;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Kader\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01726058748\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$VODbNrVjNmfUXJ0sC9fMUukGR1NY4mdd6nh6tCFwwugNnuKi1Ct7e\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-06 13:09:17\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-06 13:09:17\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4846;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Kader\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01726058748\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$VODbNrVjNmfUXJ0sC9fMUukGR1NY4mdd6nh6tCFwwugNnuKi1Ct7e\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-06 13:09:17\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-06 13:09:17\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:48;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4847;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"dipu\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01768983127\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$CXKO6VqHu0i1XPWcAqa9Y.Cv6WiRrUO19UiR\\/i.W41vExgE6OpbQ6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-06 13:09:55\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-06 13:09:55\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4847;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"dipu\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01768983127\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$CXKO6VqHu0i1XPWcAqa9Y.Cv6WiRrUO19UiR\\/i.W41vExgE6OpbQ6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-06 13:09:55\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-06 13:09:55\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:49;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4848;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Md. Mizan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"mizan1977@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01815699312\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ppL37lec7jL5A9FloYxF4e8HMkYjYKg1CS62cQqIww1XAWmVPiNhO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-06 13:10:42\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-06 13:10:42\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4848;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Md. Mizan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"mizan1977@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01815699312\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ppL37lec7jL5A9FloYxF4e8HMkYjYKg1CS62cQqIww1XAWmVPiNhO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-06 13:10:42\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-06 13:10:42\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:50;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4849;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Robin fuad\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:26:\\\"robinfuad.bd2025@gmail.com\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01721722911\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$w9SfES7JkZvjtmjNbshWaOAdDMHiSKXmzDuxihvrIqkPkUXzBPvHS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-06 13:11:58\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-06 13:11:58\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4849;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Robin fuad\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:26:\\\"robinfuad.bd2025@gmail.com\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01721722911\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$w9SfES7JkZvjtmjNbshWaOAdDMHiSKXmzDuxihvrIqkPkUXzBPvHS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-06 13:11:58\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-06 13:11:58\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:51;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4850;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"Zahorul Islam Lablu\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:17:\\\"lablucp@gmail.com\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01711634183\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$0wMHNFGenzbLtirsCnCSYONk0E1HGX1N.zDHuZzHGoMAU0q.1yFRW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-06 13:12:32\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-06 13:12:32\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4850;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"Zahorul Islam Lablu\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:17:\\\"lablucp@gmail.com\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01711634183\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$0wMHNFGenzbLtirsCnCSYONk0E1HGX1N.zDHuZzHGoMAU0q.1yFRW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-06 13:12:32\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-06 13:12:32\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:52;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4851;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Adv. Farzana\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"farzana04@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01717167183\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$5GYdzyoXQiRsg8bSjJipGuvOZiNtoteCFBwGQJqVTeScct1P\\/84k2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-06 13:14:24\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-06 13:14:24\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4851;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Adv. Farzana\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"farzana04@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01717167183\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$5GYdzyoXQiRsg8bSjJipGuvOZiNtoteCFBwGQJqVTeScct1P\\/84k2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-06 13:14:24\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-06 13:14:24\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:53;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4852;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Md Badsha miya\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"smd693892@gmail.com\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01922161522\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$nsy\\/Ef4\\/kRIP7eu6b3WNYOSwVB6LV2OyBid5Zlrw7beZ8q9u6cM3i\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-06 13:15:30\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-06 13:15:30\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4852;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Md Badsha miya\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"smd693892@gmail.com\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01922161522\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$nsy\\/Ef4\\/kRIP7eu6b3WNYOSwVB6LV2OyBid5Zlrw7beZ8q9u6cM3i\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-06 13:15:30\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-06 13:15:30\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:54;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4853;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Nahidul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"nahidul33@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01726061933\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$dBJcWpyWp8R3GSSNacR76OjILvBH4Cvq2mdcEd4DOuuTP0ngSx9Hi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-06 13:16:52\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-06 13:16:52\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4853;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Nahidul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"nahidul33@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01726061933\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$dBJcWpyWp8R3GSSNacR76OjILvBH4Cvq2mdcEd4DOuuTP0ngSx9Hi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-06 13:16:52\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-06 13:16:52\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:55;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4854;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md.Golam Rabbani\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01712282720\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$QjbXJt7b8HLjh3NF2z56buqrDSQfB0ghsLuC59h0zG8FXoUxT.Xxi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-06 13:17:09\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-06 13:17:09\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4854;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md.Golam Rabbani\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01712282720\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$QjbXJt7b8HLjh3NF2z56buqrDSQfB0ghsLuC59h0zG8FXoUxT.Xxi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-06 13:17:09\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-06 13:17:09\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:56;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4855;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Md.Mijanur\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01672614100\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$6e54vtzXMW8vrIGHU2fTGOSaMdGb\\/kJYC83UYv5BFmmodUp7jjnWq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-06 13:17:30\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-06 13:17:30\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4855;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Md.Mijanur\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01672614100\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$6e54vtzXMW8vrIGHU2fTGOSaMdGb\\/kJYC83UYv5BFmmodUp7jjnWq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-06 13:17:30\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-06 13:17:30\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:57;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4856;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Rayhan Mahmud\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:25:\\\"robinmahmud1996@gmail.com\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01323648827\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$g2g3VIpsWJMmH3yqUnXb..LZoNhNvrbYmyNPlRbx7MoWhzyP64Y1S\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-06 13:17:45\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-06 13:17:45\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4856;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Rayhan Mahmud\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:25:\\\"robinmahmud1996@gmail.com\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01323648827\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$g2g3VIpsWJMmH3yqUnXb..LZoNhNvrbYmyNPlRbx7MoWhzyP64Y1S\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-06 13:17:45\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-06 13:17:45\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:58;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4857;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Riazul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"reazul48@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01797548148\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$siHgd8craqS2tyfUYDL\\/ouyCDxPbxUWU2McoE\\/zsNr\\/jEfNcdBSn2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-06 13:18:48\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-06 13:18:48\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4857;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Riazul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"reazul48@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01797548148\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$siHgd8craqS2tyfUYDL\\/ouyCDxPbxUWU2McoE\\/zsNr\\/jEfNcdBSn2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-06 13:18:48\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-06 13:18:48\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:59;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4858;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Sajib\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"sajib82@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01853945382\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$xoOUay3qFZgWw57TR9JH0usZyFSPP1JgUlWAl6mmn1XMHTNc498uy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-06 14:29:17\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-06 14:29:17\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4858;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Sajib\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"sajib82@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01853945382\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$xoOUay3qFZgWw57TR9JH0usZyFSPP1JgUlWAl6mmn1XMHTNc498uy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-06 14:29:17\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-06 14:29:17\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:60;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4859;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Faridul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"faridul99@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01713368699\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$jX38Lofh\\/AIqMMlXCwuYE.lnjrDUN6JN8kldojfXjeMFjrqHCjxiK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-06 14:31:03\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-06 14:31:03\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4859;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Faridul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"faridul99@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01713368699\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$jX38Lofh\\/AIqMMlXCwuYE.lnjrDUN6JN8kldojfXjeMFjrqHCjxiK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-06 14:31:03\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-06 14:31:03\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:61;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4860;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Ashim Kumar\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"ashim72@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01713385172\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Jgz9cUhV31GofN.weRILM.sWMKDSqAfS7ZZ1xkcOMewyLXnwgdCDi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-06 14:31:31\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-06 14:31:31\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4860;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Ashim Kumar\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"ashim72@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01713385172\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Jgz9cUhV31GofN.weRILM.sWMKDSqAfS7ZZ1xkcOMewyLXnwgdCDi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-06 14:31:31\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-06 14:31:31\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:62;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4861;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Manik\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"mollamanik25@gmaill.com\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01330393345\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$xnMzJz3f2bfUsyoY90Vc\\/ObEKPwkfd7ECtHo.gJdBfhD8GNsmAB3G\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-06 14:34:59\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-06 14:34:59\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4861;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Manik\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"mollamanik25@gmaill.com\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01330393345\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$xnMzJz3f2bfUsyoY90Vc\\/ObEKPwkfd7ECtHo.gJdBfhD8GNsmAB3G\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-06 14:34:59\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-06 14:34:59\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:63;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4862;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Manik (ship)\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"DHAKA\\\";s:5:\\\"phone\\\";s:11:\\\"01836262530\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$XY2N1FtFRKNEtv8WTE7A1eCwPN0psY3EgcNLEQElsD5Cbjo\\/ywzty\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-02-06 14:38:08\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-06 14:38:08\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4862;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Manik (ship)\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"DHAKA\\\";s:5:\\\"phone\\\";s:11:\\\"01836262530\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$XY2N1FtFRKNEtv8WTE7A1eCwPN0psY3EgcNLEQElsD5Cbjo\\/ywzty\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-02-06 14:38:08\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-06 14:38:08\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:64;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4863;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Mizanur Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"mizanur81@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01725208981\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$T.ZMUYvsgmkST6SjiAEGqeK6AUMuXneFCTZF1Kzsuq7Q8xl\\/PgIS2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-06 14:38:50\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-06 14:38:50\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4863;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Mizanur Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"mizanur81@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01725208981\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$T.ZMUYvsgmkST6SjiAEGqeK6AUMuXneFCTZF1Kzsuq7Q8xl\\/PgIS2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-06 14:38:50\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-06 14:38:50\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:65;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4864;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Tarek45\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"tarek45@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01713034545\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$CaYQzDu2sCoX7J264IZOe.Cnz3CLO0ExknGF2ddZmHt4.B0Vgohnu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-06 14:39:37\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-06 14:39:37\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4864;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Tarek45\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"tarek45@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01713034545\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$CaYQzDu2sCoX7J264IZOe.Cnz3CLO0ExknGF2ddZmHt4.B0Vgohnu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-06 14:39:37\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-06 14:39:37\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:66;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4865;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Jahangir Alam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"jahangir07@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01718254707\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$LKpHKJm0wQLtko3I2xZ4.u67ivQ0DjWokcinGMRZFjUSw8fapD0Ca\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-06 14:39:53\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-06 14:39:53\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4865;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Jahangir Alam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"jahangir07@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01718254707\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$LKpHKJm0wQLtko3I2xZ4.u67ivQ0DjWokcinGMRZFjUSw8fapD0Ca\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-06 14:39:53\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-06 14:39:53\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:67;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4866;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Mokleshur rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"mokleshur16@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01678083616\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$kvKRNYPOR.\\/PIeTHPVUn8eB8LfAwgjrU5JdGKn10NQFp816GzN\\/6S\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-06 14:40:13\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-06 14:40:13\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4866;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Mokleshur rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"mokleshur16@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01678083616\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$kvKRNYPOR.\\/PIeTHPVUn8eB8LfAwgjrU5JdGKn10NQFp816GzN\\/6S\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-06 14:40:13\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-06 14:40:13\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:68;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4867;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Tarek Ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"tarek91@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01703786491\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ivPzEmHyOmk0TpeRgDmKCO2R0Fl5dc5G.kncJqaYLRNppwtW1mXJO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-06 14:40:30\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-06 14:40:30\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4867;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Tarek Ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"tarek91@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01703786491\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ivPzEmHyOmk0TpeRgDmKCO2R0Fl5dc5G.kncJqaYLRNppwtW1mXJO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-06 14:40:30\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-06 14:40:30\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:69;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4869;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:22:\\\"Md Ashab uddin Bhuiyan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01711525332\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$BX1Fr6Gk9wjn1LKCFCsXI.T0\\/0mWrJkyY3T8y3B.YsPecd4jgzlrO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-06 14:41:28\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-06 14:41:28\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4869;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:22:\\\"Md Ashab uddin Bhuiyan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01711525332\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$BX1Fr6Gk9wjn1LKCFCsXI.T0\\/0mWrJkyY3T8y3B.YsPecd4jgzlrO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-06 14:41:28\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-06 14:41:28\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:70;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4870;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Mainuddin Ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"mainuddin21@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01819428021\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$11LkCTWEErbpKd9gXmuFr.4FtVg0ndIRklgZ.HpbRax9FFbjq7Ste\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-06 14:42:20\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-06 14:42:20\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4870;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Mainuddin Ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"mainuddin21@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01819428021\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$11LkCTWEErbpKd9gXmuFr.4FtVg0ndIRklgZ.HpbRax9FFbjq7Ste\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-06 14:42:20\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-06 14:42:20\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:71;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4871;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"Mr. Mosfequl Hassan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"mosfequl@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01730092249\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$4Fb\\/x.VAm3\\/JsoDuSZ6HI.SHdNKIWeEjwrMWThumbJlho7najOmYK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-06 14:42:35\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-06 14:42:35\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4871;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"Mr. Mosfequl Hassan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"mosfequl@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01730092249\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$4Fb\\/x.VAm3\\/JsoDuSZ6HI.SHdNKIWeEjwrMWThumbJlho7najOmYK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-06 14:42:35\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-06 14:42:35\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:72;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4872;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"ROBIN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"monir57@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01711125206\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ZGIZjlLvQpUxY\\/ZyljNcCu80oPGdE1n0Qq2xP.0JBQKX0uGXFI1ly\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-06 14:43:33\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-06 14:43:33\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4872;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"ROBIN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"monir57@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01711125206\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ZGIZjlLvQpUxY\\/ZyljNcCu80oPGdE1n0Qq2xP.0JBQKX0uGXFI1ly\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-06 14:43:33\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-06 14:43:33\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:73;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4873;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Zillur Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:24:\\\"zillurrahman@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01711029913\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$.hQ9mxHd.Vg6\\/tvdb4a4veEdrYq0bHWviVAzgStmzYR92Sxt\\/itIO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-06 14:44:40\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-06 14:44:40\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4873;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Zillur Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:24:\\\"zillurrahman@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01711029913\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$.hQ9mxHd.Vg6\\/tvdb4a4veEdrYq0bHWviVAzgStmzYR92Sxt\\/itIO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-06 14:44:40\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-06 14:44:40\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:74;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4874;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Kamal\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01716570988\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$7.71sjlYu2Pepmipf3NemudV.rs3l2TOLFdRzPj1\\/gVOTSYoIx.im\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-06 14:52:47\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-06 14:52:47\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4874;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Kamal\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01716570988\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$7.71sjlYu2Pepmipf3NemudV.rs3l2TOLFdRzPj1\\/gVOTSYoIx.im\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-06 14:52:47\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-06 14:52:47\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:75;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4875;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Mahmud\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"mahmud51@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01751141851\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$8MFouVkTCJtWE5yQ4w7Dbel0uXYgW4fKz.iJK1bQHh2uSIWvLKrMq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-06 14:53:24\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-06 14:53:24\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4875;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Mahmud\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"mahmud51@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01751141851\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$8MFouVkTCJtWE5yQ4w7Dbel0uXYgW4fKz.iJK1bQHh2uSIWvLKrMq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-06 14:53:24\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-06 14:53:24\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:76;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4876;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Sohel Rana\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"sohelrana@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01705221919\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$cVCV1YIVQ.r40\\/NvUIJPKuonb84bMnrzPPu6WLGgIQ4vA6cpfzLta\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-06 14:53:59\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-06 14:53:59\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4876;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Sohel Rana\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"sohelrana@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01705221919\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$cVCV1YIVQ.r40\\/NvUIJPKuonb84bMnrzPPu6WLGgIQ4vA6cpfzLta\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-06 14:53:59\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-06 14:53:59\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:77;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4877;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Rony chowdhury\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:25:\\\"ronychowdhury@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01912101010\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$wuabdn.xJGHaiiigxNphDeJak44TJnbg29\\/wGJ1VALNvft49qAFL6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-06 14:55:03\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-06 14:55:03\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4877;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Rony chowdhury\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:25:\\\"ronychowdhury@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01912101010\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$wuabdn.xJGHaiiigxNphDeJak44TJnbg29\\/wGJ1VALNvft49qAFL6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-06 14:55:03\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-06 14:55:03\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:78;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4878;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Saiful04\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"saiful04@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01917009204\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$jZkdCXJtPToLAszG1ayMguIUyeb\\/sYU1dOhRbXaarZ6lgz5WIy6T2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-06 15:39:16\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-06 15:39:16\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4878;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Saiful04\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"saiful04@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01917009204\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$jZkdCXJtPToLAszG1ayMguIUyeb\\/sYU1dOhRbXaarZ6lgz5WIy6T2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-06 15:39:16\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-06 15:39:16\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:79;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4879;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:20:\\\"Sibbir Ahamed Bhuyan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"sibbirbhuyan@gmail.com\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01766489868\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$BBt3lEnWKQjjDQH.LfIayetZ2d0JICO2xa\\/jkCRZsC0McqjB455ZW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-06 17:12:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-06 17:12:29\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4879;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:20:\\\"Sibbir Ahamed Bhuyan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"sibbirbhuyan@gmail.com\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01766489868\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$BBt3lEnWKQjjDQH.LfIayetZ2d0JICO2xa\\/jkCRZsC0McqjB455ZW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-06 17:12:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-06 17:12:29\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:80;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4880;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Ratan Kumar Roy\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"ratan72@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01819336472\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$sRuMegcQy7z2BvNl9hBf2uNiM.cmzNPKkqj9yjHnOp22vY5T.AfNO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-06 17:13:33\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-06 17:13:33\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4880;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Ratan Kumar Roy\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"ratan72@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01819336472\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$sRuMegcQy7z2BvNl9hBf2uNiM.cmzNPKkqj9yjHnOp22vY5T.AfNO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-06 17:13:33\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-06 17:13:33\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:81;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4881;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Md Obaidul hoq\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"metlife145@gmail.com\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01997113721\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Vh9KPWFZ0T5cSP103oRZWu0CHaU\\/7aQ3KpcZi6XmhE3KeGxhK\\/wJS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-06 17:18:35\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-06 17:18:35\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4881;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Md Obaidul hoq\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"metlife145@gmail.com\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01997113721\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Vh9KPWFZ0T5cSP103oRZWu0CHaU\\/7aQ3KpcZi6XmhE3KeGxhK\\/wJS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-06 17:18:35\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-06 17:18:35\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:82;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4882;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Anwar Kamal\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"anowarkamal80@gmail.com\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01615200020\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$7cX581SYrmgitEGNIKttT.9wwpSwq6J5NIXeY8BnsZST\\/zGNDLJeK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-06 17:20:34\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-06 17:20:34\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4882;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Anwar Kamal\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"anowarkamal80@gmail.com\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01615200020\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$7cX581SYrmgitEGNIKttT.9wwpSwq6J5NIXeY8BnsZST\\/zGNDLJeK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-06 17:20:34\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-06 17:20:34\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:83;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4883;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Fakrul Alam Mir\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:17:\\\"mir40@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01834082940\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$raKzyXWiLWdHjfpNP6qgHefcFI0PrhOcMhICRE59utglN3lGJby2C\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-06 17:21:52\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-06 17:21:52\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4883;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Fakrul Alam Mir\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:17:\\\"mir40@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01834082940\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$raKzyXWiLWdHjfpNP6qgHefcFI0PrhOcMhICRE59utglN3lGJby2C\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-06 17:21:52\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-06 17:21:52\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:84;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4884;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Md. Faruk\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"fm4430765@gmail.com\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01626101558\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$say9T3SHVeRpOEd2Eh77mOw0uZHv\\/PVsi3j3z7kUpWUmAvwjob7xe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-06 17:22:42\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-06 17:22:42\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4884;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Md. Faruk\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"fm4430765@gmail.com\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01626101558\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$say9T3SHVeRpOEd2Eh77mOw0uZHv\\/PVsi3j3z7kUpWUmAvwjob7xe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-06 17:22:42\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-06 17:22:42\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:85;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4885;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Yousuf Alli\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"yousuf@mygps.com.bd\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01822365225\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$746j1BUBwmXOCVRD.AmEcuNudKyC2vtagRlgL.WGBc.oEnEHRmZI6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-06 17:23:30\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-06 17:23:30\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4885;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Yousuf Alli\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"yousuf@mygps.com.bd\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01822365225\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$746j1BUBwmXOCVRD.AmEcuNudKyC2vtagRlgL.WGBc.oEnEHRmZI6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-06 17:23:30\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-06 17:23:30\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:86;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4886;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Md. Masum\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"masum18@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01913305018\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$SoyrFq5b9\\/xG7iVadUWhG.G5VJT8X12orySEEUugKhPT4H7M17hY.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-06 17:24:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-06 17:24:29\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4886;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Md. Masum\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"masum18@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01913305018\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$SoyrFq5b9\\/xG7iVadUWhG.G5VJT8X12orySEEUugKhPT4H7M17hY.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-06 17:24:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-06 17:24:29\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:87;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4887;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Ripon Ghosh\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:24:\\\"ripon.ghosh200@gmail.com\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01720589853\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$APVsR1KIm1Z1EDsIu4i6\\/eCT7eSki6v5ZPRCV3eMGNKCm1Hv32h9y\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-06 17:26:51\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-06 17:26:51\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4887;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Ripon Ghosh\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:24:\\\"ripon.ghosh200@gmail.com\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01720589853\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$APVsR1KIm1Z1EDsIu4i6\\/eCT7eSki6v5ZPRCV3eMGNKCm1Hv32h9y\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-06 17:26:51\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-06 17:26:51\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:88;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4888;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Liza Sadia\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"lizasadia@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01928035146\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$dR2Ihi3o7WwlO5lKigtD7OsFTA2WGClZ4UHF7ucCgcp4\\/396fIo6y\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-06 17:27:18\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-06 17:27:18\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4888;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Liza Sadia\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"lizasadia@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01928035146\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$dR2Ihi3o7WwlO5lKigtD7OsFTA2WGClZ4UHF7ucCgcp4\\/396fIo6y\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-06 17:27:18\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-06 17:27:18\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:89;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4889;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Tajbidul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"tajibidul@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01914586524\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$NA0mWiSwQPCMV0UoU7rPputPuUKAyA3y3vSU1qqYJaZZlIP5xXWdG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-06 17:27:35\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-06 17:27:35\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4889;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Tajbidul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"tajibidul@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01914586524\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$NA0mWiSwQPCMV0UoU7rPputPuUKAyA3y3vSU1qqYJaZZlIP5xXWdG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-06 17:27:35\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-06 17:27:35\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:90;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4890;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Md. Monoar\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"monoar30@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01675139730\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Wphn1eEq.xfGfxRRVV3t6ux7XGrzLmXh.42Of98u4yDpU.iiTjEX.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-06 17:27:59\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-06 17:27:59\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4890;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Md. Monoar\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"monoar30@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01675139730\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Wphn1eEq.xfGfxRRVV3t6ux7XGrzLmXh.42Of98u4yDpU.iiTjEX.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-06 17:27:59\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-06 17:27:59\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:91;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4891;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"MD. Ali Khan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"mdali123@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01819223222\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$nEuLoPlnOVvdYvlnQzII9ObOHgpytRvA0NZFQm6IQgOZXqXXPT9Ta\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-06 17:28:25\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-06 17:28:25\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4891;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"MD. Ali Khan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"mdali123@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01819223222\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$nEuLoPlnOVvdYvlnQzII9ObOHgpytRvA0NZFQm6IQgOZXqXXPT9Ta\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-06 17:28:25\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-06 17:28:25\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:92;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4892;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Ikbal\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"tha.is.ikbal@gmail.com\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01914309313\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$OUpK22ZphOlNQHzkLSPegOqLioKmLZfWk4ieMkq1B..OSHhd.PnMy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-06 17:29:01\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-06 17:29:01\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4892;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Ikbal\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"tha.is.ikbal@gmail.com\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01914309313\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$OUpK22ZphOlNQHzkLSPegOqLioKmLZfWk4ieMkq1B..OSHhd.PnMy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-06 17:29:01\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-06 17:29:01\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:93;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4893;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Mahmud\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"mahmud98@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01713016598\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$.qR.1FvP2482XL8yHOS1be4ReHB8uIYndB9G\\/p4YAy4Fg7fTY03ei\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-06 17:30:13\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-06 17:30:13\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4893;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Mahmud\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"mahmud98@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01713016598\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$.qR.1FvP2482XL8yHOS1be4ReHB8uIYndB9G\\/p4YAy4Fg7fTY03ei\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-06 17:30:13\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-06 17:30:13\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:94;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4894;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Md. Zakir Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"uzhossain@gmail.com\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01766675388\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$oTfF8h6A5yuOewBdx7ovu.mLCEK4jgSqbgI.QBqxLST.XqoOG3Os.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-06 17:32:21\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-06 17:32:21\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4894;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Md. Zakir Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"uzhossain@gmail.com\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01766675388\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$oTfF8h6A5yuOewBdx7ovu.mLCEK4jgSqbgI.QBqxLST.XqoOG3Os.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-06 17:32:21\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-06 17:32:21\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:95;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4895;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Badsha\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"badsha44@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01728807144\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$9VULp5PS8JwN6A7CXzVUueW5YELVBWCbHX5mi0VcsIdH\\/\\/Q8eq\\/Aa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-06 17:54:38\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-06 17:54:38\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4895;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Badsha\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"badsha44@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01728807144\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$9VULp5PS8JwN6A7CXzVUueW5YELVBWCbHX5mi0VcsIdH\\/\\/Q8eq\\/Aa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-06 17:54:38\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-06 17:54:38\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:96;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4896;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Dr Mahmudur\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"mahmudur43@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01685048243\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$1JMPTCPweeWg0woJ5AaisuA7LmkGjLzYGU\\/0eiIjkFT2QamYNBAti\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-06 17:55:03\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-06 17:55:03\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4896;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Dr Mahmudur\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"mahmudur43@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01685048243\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$1JMPTCPweeWg0woJ5AaisuA7LmkGjLzYGU\\/0eiIjkFT2QamYNBAti\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-06 17:55:03\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-06 17:55:03\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:97;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4897;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Bimal Shaha\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"bimal10@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01767491654\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$tLvbewU2sXFSz6iJlprn..pNYGV\\/ALaEAOAr1KsQfk332NERO5PIu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-06 17:55:17\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-06 17:55:17\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4897;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Bimal Shaha\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"bimal10@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01767491654\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$tLvbewU2sXFSz6iJlprn..pNYGV\\/ALaEAOAr1KsQfk332NERO5PIu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-06 17:55:17\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-06 17:55:17\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:98;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4898;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Mizanur khan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:25:\\\"mizanurkhan1997@gmail.com\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01975887747\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$lw6UMIhv2IW7zAXrEVsSl.NPUnOHZnYdDXpckDvchQKA8cccikUW.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-06 18:03:35\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-06 18:03:35\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4898;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Mizanur khan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:25:\\\"mizanurkhan1997@gmail.com\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01975887747\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$lw6UMIhv2IW7zAXrEVsSl.NPUnOHZnYdDXpckDvchQKA8cccikUW.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-06 18:03:35\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-06 18:03:35\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:99;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4899;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Dr. nazmul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"nazmul20@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01711159420\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$XEEjB.vEJJsMG05pSg1ZaeoTI2tnFrYJRkAuU35C9MnQD9MO6xJz6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-06 18:03:57\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-06 18:03:57\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4899;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Dr. nazmul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"nazmul20@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01711159420\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$XEEjB.vEJJsMG05pSg1ZaeoTI2tnFrYJRkAuU35C9MnQD9MO6xJz6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-06 18:03:57\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-06 18:03:57\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}}}s:4:\\\"text\\\";s:540:\\\"\\u09aa\\u09cd\\u09b0\\u09bf\\u09af\\u09bc \\u0997\\u09cd\\u09b0\\u09be\\u09b9\\u0995,\\n\\u09ae\\u09be\\u0987\\u099c\\u09bf\\u09aa\\u09bf\\u098f\\u09b8 \\u099f\\u09cd\\u09b0\\u09cd\\u09af\\u09be\\u0995\\u09bf\\u0982 \\u09b8\\u09be\\u09b0\\u09cd\\u09ad\\u09bf\\u09b8 \\u098f\\u09b0 \\u09aa\\u0995\\u09cd\\u09b7 \\u09a5\\u09c7\\u0995\\u09c7 \\u09aa\\u09ac\\u09bf\\u09a4\\u09cd\\u09b0 \\u0988\\u09a6\\u09c1\\u09b2 \\u09ab\\u09bf\\u09a4\\u09b0 \\u0989\\u09aa\\u09b2\\u0995\\u09cd\\u09b7\\u09c7 \\u0986\\u09aa\\u09a8\\u09be\\u0995\\u09c7 \\u099c\\u09be\\u09a8\\u09be\\u0987 \\\"\\u0988\\u09a6 \\u09ae\\u09cb\\u09ac\\u09be\\u09b0\\u0995\\\"\\u0964 \\u0986\\u09aa\\u09a8\\u09be\\u09b0 \\u09aa\\u09b0\\u09bf\\u09ac\\u09be\\u09b0\\u0995\\u09c7 \\u09a8\\u09bf\\u09af\\u09bc\\u09c7 \\u098f\\u09ac\\u09be\\u09b0\\u09c7\\u09b0 \\u0988\\u09a6 \\u0995\\u09be\\u099f\\u09c1\\u0995 \\u0986\\u09b0\\u09cb \\u0986\\u09a8\\u09a8\\u09cd\\u09a6\\u09aa\\u09c2\\u09b0\\u09cd\\u09a3 \\u0993 \\u0989\\u09aa\\u09ad\\u09cb\\u0997\\u09cd\\u09af\\u09ae\\u09af\\u09bc\\u0964 \\u0986\\u09aa\\u09a8\\u09be\\u09b0 \\u09aa\\u09cd\\u09b0\\u09a4\\u09bf\\u099f\\u09bf \\u09af\\u09be\\u09a4\\u09cd\\u09b0\\u09be \\u09b6\\u09c1\\u09ad \\u09b9\\u09cb\\u0995\\u0964\\\";}s:3:\\\"job\\\";N;s:10:\\\"connection\\\";N;s:5:\\\"queue\\\";N;s:15:\\\"chainConnection\\\";N;s:10:\\\"chainQueue\\\";N;s:5:\\\"delay\\\";N;s:10:\\\"middleware\\\";a:0:{}s:7:\\\"chained\\\";a:0:{}}\"}}', 'Illuminate\\Queue\\MaxAttemptsExceededException: App\\Jobs\\SmsSend has been attempted too many times or run too long. The job may have previously timed out. in /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php:648\nStack trace:\n#0 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(163): Illuminate\\Queue\\Worker->maxAttemptsExceededException(Object(Illuminate\\Queue\\Jobs\\DatabaseJob))\n#1 /home/mygpsbd/public_html/app/Http/helper.php(28): Illuminate\\Queue\\Worker->Illuminate\\Queue\\{closure}(14, Array)\n#2 /home/mygpsbd/public_html/app/Jobs/SmsSend.php(35): send_sms(\'\\xE0\\xA6\\xAA\\xE0\\xA7\\x8D\\xE0\\xA6\\xB0\\xE0\\xA6\\xBF\\xE0\\xA6\\xAF...\', Array)\n#3 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App\\Jobs\\SmsSend->handle()\n#4 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/Util.php(37): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}()\n#5 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(93): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))\n#6 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(37): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))\n#7 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/Container.php(596): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)\n#8 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php(94): Illuminate\\Container\\Container->call(Array)\n#9 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(128): Illuminate\\Bus\\Dispatcher->Illuminate\\Bus\\{closure}(Object(App\\Jobs\\SmsSend))\n#10 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(103): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(App\\Jobs\\SmsSend))\n#11 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php(98): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))\n#12 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(83): Illuminate\\Bus\\Dispatcher->dispatchNow(Object(App\\Jobs\\SmsSend), false)\n#13 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(128): Illuminate\\Queue\\CallQueuedHandler->Illuminate\\Queue\\{closure}(Object(App\\Jobs\\SmsSend))\n#14 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(103): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(App\\Jobs\\SmsSend))\n#15 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(85): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))\n#16 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(59): Illuminate\\Queue\\CallQueuedHandler->dispatchThroughMiddleware(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Object(App\\Jobs\\SmsSend))\n#17 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Jobs/Job.php(98): Illuminate\\Queue\\CallQueuedHandler->call(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Array)\n#18 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(356): Illuminate\\Queue\\Jobs\\Job->fire()\n#19 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(306): Illuminate\\Queue\\Worker->process(\'database\', Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Object(Illuminate\\Queue\\WorkerOptions))\n#20 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(132): Illuminate\\Queue\\Worker->runJob(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), \'database\', Object(Illuminate\\Queue\\WorkerOptions))\n#21 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(112): Illuminate\\Queue\\Worker->daemon(\'database\', \'default\', Object(Illuminate\\Queue\\WorkerOptions))\n#22 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(96): Illuminate\\Queue\\Console\\WorkCommand->runWorker(\'database\', \'default\')\n#23 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Illuminate\\Queue\\Console\\WorkCommand->handle()\n#24 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/Util.php(37): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}()\n#25 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(93): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))\n#26 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(37): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))\n#27 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/Container.php(596): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)\n#28 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Console/Command.php(134): Illuminate\\Container\\Container->call(Array)\n#29 /home/mygpsbd/public_html/vendor/symfony/console/Command/Command.php(298): Illuminate\\Console\\Command->execute(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))\n#30 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Console/Command.php(121): Symfony\\Component\\Console\\Command\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))\n#31 /home/mygpsbd/public_html/vendor/symfony/console/Application.php(1040): Illuminate\\Console\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#32 /home/mygpsbd/public_html/vendor/symfony/console/Application.php(301): Symfony\\Component\\Console\\Application->doRunCommand(Object(Illuminate\\Queue\\Console\\WorkCommand), Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#33 /home/mygpsbd/public_html/vendor/symfony/console/Application.php(171): Symfony\\Component\\Console\\Application->doRun(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#34 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Console/Application.php(93): Symfony\\Component\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#35 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(129): Illuminate\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#36 /home/mygpsbd/public_html/artisan(37): Illuminate\\Foundation\\Console\\Kernel->handle(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#37 {main}', '2024-04-12 02:01:02');
INSERT INTO `failed_jobs` (`id`, `connection`, `queue`, `payload`, `exception`, `failed_at`) VALUES
(741, 'database', 'default', '{\"uuid\":\"bef4e123-d47f-4a82-8e3c-73cedb3a2899\",\"displayName\":\"App\\\\Jobs\\\\SmsSend\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"delay\":null,\"timeout\":null,\"timeoutAt\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\SmsSend\",\"command\":\"O:16:\\\"App\\\\Jobs\\\\SmsSend\\\":9:{s:4:\\\"data\\\";a:2:{s:4:\\\"data\\\";O:39:\\\"Illuminate\\\\Database\\\\Eloquent\\\\Collection\\\":1:{s:8:\\\"\\u0000*\\u0000items\\\";a:100:{i:0;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4900;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Nazmul Haque\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"nazmulhaque@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01718165561\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$qyq5rb\\/Xk245XQrGKbhn2OgMA.Hj73h41PW.Fwga2Qx\\/K2aqf68nW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-06 18:07:15\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-06 18:07:15\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4900;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Nazmul Haque\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"nazmulhaque@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01718165561\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$qyq5rb\\/Xk245XQrGKbhn2OgMA.Hj73h41PW.Fwga2Qx\\/K2aqf68nW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-06 18:07:15\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-06 18:07:15\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:1;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4901;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:20:\\\"Rafiqur Rahim (Babu)\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"rafiqul008@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01911197008\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$H1KI6.g6DdYdSEQA7.Bur.tD7JQAvRsUibqH1xjwZC2HfMBSKLMHy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-06 18:09:36\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-06 18:10:00\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4901;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:20:\\\"Rafiqur Rahim (Babu)\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"rafiqul008@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01911197008\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$H1KI6.g6DdYdSEQA7.Bur.tD7JQAvRsUibqH1xjwZC2HfMBSKLMHy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-06 18:09:36\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-06 18:10:00\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:2;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4902;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Ishrat\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"ishrat@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01711807862\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$OXWvxq3jeLqQs1sylAWztOZWNWGu4AO5VkI1WcIuDqF3mXkW4NmCO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-06 18:12:43\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-06 18:12:43\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4902;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Ishrat\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"ishrat@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01711807862\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$OXWvxq3jeLqQs1sylAWztOZWNWGu4AO5VkI1WcIuDqF3mXkW4NmCO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-06 18:12:43\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-06 18:12:43\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:3;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4903;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Jewel\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"jewel65@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01406813365\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$WEVZOJ74Q3xInDtkwghl9eICjiKrtJPB4hhhHw6XtdtG0Q7z8pxV6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-06 18:13:08\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-08 16:25:10\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4903;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Jewel\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"jewel65@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01406813365\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$WEVZOJ74Q3xInDtkwghl9eICjiKrtJPB4hhhHw6XtdtG0Q7z8pxV6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-06 18:13:08\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-08 16:25:10\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:4;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4904;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Md. Shahiduzzaman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:27:\\\"shahiduzzaman76@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01713537576\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Pdc\\/rW5ItRUyQFwrSfpVGOvTcy\\/kCcfSgc7odaLHs79i2XKc0INUm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-06 18:13:31\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-06 18:13:31\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4904;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Md. Shahiduzzaman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:27:\\\"shahiduzzaman76@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01713537576\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Pdc\\/rW5ItRUyQFwrSfpVGOvTcy\\/kCcfSgc7odaLHs79i2XKc0INUm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-06 18:13:31\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-06 18:13:31\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:5;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4905;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Mannan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"mannan26@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"DHAKA\\\";s:5:\\\"phone\\\";s:11:\\\"01716415762\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$cnErbAAqMQJuJadecz3cWO2Cw7m6Ur3ctjEmbrBM6HI9TA8mJlGM.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-02-06 18:16:07\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-06 18:16:07\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4905;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Mannan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"mannan26@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"DHAKA\\\";s:5:\\\"phone\\\";s:11:\\\"01716415762\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$cnErbAAqMQJuJadecz3cWO2Cw7m6Ur3ctjEmbrBM6HI9TA8mJlGM.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-02-06 18:16:07\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-06 18:16:07\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:6;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4906;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Ridwan Abir\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"ridwanabir@gmail.com\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01731508590\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$G0l.lfmyhOL4.BvOGHVaQ.76oz5lJ2h8S\\/qgHEgpsMp1nBozu1yEW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-06 18:16:22\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-06 18:16:22\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4906;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Ridwan Abir\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"ridwanabir@gmail.com\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01731508590\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$G0l.lfmyhOL4.BvOGHVaQ.76oz5lJ2h8S\\/qgHEgpsMp1nBozu1yEW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-06 18:16:22\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-06 18:16:22\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:7;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4907;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Arif Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01303541209\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$cHpOUgUsFdSoJR.LyMwb6uPd.MfL0RNDRT4sjZwQ.lnsmZQJLJVlq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-06 18:18:35\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-06 18:18:35\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4907;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Arif Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01303541209\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$cHpOUgUsFdSoJR.LyMwb6uPd.MfL0RNDRT4sjZwQ.lnsmZQJLJVlq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-06 18:18:35\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-06 18:18:35\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:8;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4908;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Alamgir\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01813072209\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$L3cg.6K0SRJ0a55sEpcNvu\\/C0Ohq80hJBhSHUs3JlM.BZN.nDmb7G\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-06 18:18:59\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-06 18:18:59\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4908;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Alamgir\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01813072209\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$L3cg.6K0SRJ0a55sEpcNvu\\/C0Ohq80hJBhSHUs3JlM.BZN.nDmb7G\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-06 18:18:59\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-06 18:18:59\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:9;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4909;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:23:\\\"Dr. Khwaja Shajid Anwar\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"shajidanwar@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01932979861\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$qroJij\\/iuxY6AoLpDdpNTevZgVpYGZVbQ7FQfKqFjEsjmljiABumq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-07 11:47:01\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-07 11:47:01\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4909;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:23:\\\"Dr. Khwaja Shajid Anwar\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"shajidanwar@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01932979861\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$qroJij\\/iuxY6AoLpDdpNTevZgVpYGZVbQ7FQfKqFjEsjmljiABumq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-07 11:47:01\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-07 11:47:01\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:10;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4910;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Rojy\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"rojy27@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01711207627\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$\\/2Nzj\\/4EhfEtRjPsrJ8D9OIqkQEIotpjL5VHPXMnMJg8s0OqtcA6K\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-07 11:47:44\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-07 11:47:44\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4910;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Rojy\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"rojy27@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01711207627\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$\\/2Nzj\\/4EhfEtRjPsrJ8D9OIqkQEIotpjL5VHPXMnMJg8s0OqtcA6K\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-07 11:47:44\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-07 11:47:44\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:11;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4911;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Raja Mollah\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01681312462\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$j\\/gs.MxlHrXNxT3gJ8gjmurXQxNDDMntPsGw1MtYgZHq9hXkdiwLW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-07 11:48:06\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-07 11:48:06\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4911;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Raja Mollah\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01681312462\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$j\\/gs.MxlHrXNxT3gJ8gjmurXQxNDDMntPsGw1MtYgZHq9hXkdiwLW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-07 11:48:06\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-07 11:48:06\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:12;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4912;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Kadir\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"afrinrafa@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01755173154\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$nLyeFOXmIcfjrkixweMG..c3jQT4hSbGAvsJXtfYc44lU6AXRJ1x6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-07 12:23:39\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-07 12:23:39\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4912;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Kadir\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"afrinrafa@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01755173154\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$nLyeFOXmIcfjrkixweMG..c3jQT4hSbGAvsJXtfYc44lU6AXRJ1x6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-07 12:23:39\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-07 12:23:39\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:13;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4913;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"BIPRODAS MONDAL\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:24:\\\"biplabbiprodas@gmail.com\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01711185298\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$q5wuIFbT8EwfXvZIjeuoku90tltan21Y8sVZuioNl9i5zIF0UNUoW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-07 12:30:15\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-07 12:30:15\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4913;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"BIPRODAS MONDAL\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:24:\\\"biplabbiprodas@gmail.com\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01711185298\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$q5wuIFbT8EwfXvZIjeuoku90tltan21Y8sVZuioNl9i5zIF0UNUoW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-07 12:30:15\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-07 12:30:15\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:14;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4914;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Md. Jewel\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"jewel55@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01795362355\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$cfmuf90\\/u3DSm7Z9.8JHiuJGZxpYVWKeTavaLE17leNFCT6k4Nyg2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-07 12:45:46\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-07 12:45:46\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4914;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Md. Jewel\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"jewel55@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01795362355\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$cfmuf90\\/u3DSm7Z9.8JHiuJGZxpYVWKeTavaLE17leNFCT6k4Nyg2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-07 12:45:46\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-07 12:45:46\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:15;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4915;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Md. Badiul Alam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"mbadiul_alam@yahoo.com\\\";s:7:\\\"address\\\";s:6:\\\"mirpur\\\";s:5:\\\"phone\\\";s:11:\\\"01550151413\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$LdDIChp64O14z8lNU9jaseyquKs3rvjdfnHBorbPQRbjmNv2hmgui\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-02-07 12:59:15\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-07 12:59:15\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4915;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Md. Badiul Alam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"mbadiul_alam@yahoo.com\\\";s:7:\\\"address\\\";s:6:\\\"mirpur\\\";s:5:\\\"phone\\\";s:11:\\\"01550151413\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$LdDIChp64O14z8lNU9jaseyquKs3rvjdfnHBorbPQRbjmNv2hmgui\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-02-07 12:59:15\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-07 12:59:15\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:16;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4916;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Topu\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:1:\\\"s\\\";s:5:\\\"phone\\\";s:11:\\\"01764153360\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$BzcNgYZZAF.b0IiDroqh4uiM0eNpghBqalgf2x9GRGcJvA9uJI0aC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-02-07 16:37:39\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-07 16:37:39\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4916;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Topu\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:1:\\\"s\\\";s:5:\\\"phone\\\";s:11:\\\"01764153360\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$BzcNgYZZAF.b0IiDroqh4uiM0eNpghBqalgf2x9GRGcJvA9uJI0aC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-02-07 16:37:39\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-07 16:37:39\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:17;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4917;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Ibrahim 2\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"ibrahim2@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01715246004\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Mayl1LLkkgoJ8epkovw2MeCOYWUetjDsuObft\\/XX4UMSAOpF0ppfC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-08 12:48:21\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-08 12:48:21\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4917;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Ibrahim 2\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"ibrahim2@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01715246004\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Mayl1LLkkgoJ8epkovw2MeCOYWUetjDsuObft\\/XX4UMSAOpF0ppfC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-08 12:48:21\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-08 12:48:21\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:18;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4918;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Md. Sadar\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"sadar96@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"DHAKA\\\";s:5:\\\"phone\\\";s:11:\\\"01552396096\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$IpFt5ba7xidUetfJahFDruyg1XsFZ9HVxRjECN.jyXK8Zyl.6Yv4m\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-02-08 12:53:46\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-08 12:53:46\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4918;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Md. Sadar\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"sadar96@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"DHAKA\\\";s:5:\\\"phone\\\";s:11:\\\"01552396096\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$IpFt5ba7xidUetfJahFDruyg1XsFZ9HVxRjECN.jyXK8Zyl.6Yv4m\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-02-08 12:53:46\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-08 12:53:46\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:19;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4919;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Hasan Morshed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"morshed4692@yahoo.com\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01711306234\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Z..C\\/4FVWmHPh8UbAvikEunS7bSHDewZSx4lapVdqbzR9ydl\\/PORy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-08 12:55:02\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-08 12:55:02\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4919;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Hasan Morshed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"morshed4692@yahoo.com\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01711306234\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Z..C\\/4FVWmHPh8UbAvikEunS7bSHDewZSx4lapVdqbzR9ydl\\/PORy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-08 12:55:02\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-08 12:55:02\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:20;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4920;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Abdul Hamid Shohag\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"shohagnbl@gmail.com\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01673823266\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$SZEtrs\\/0hv\\/phlol9v2\\/YeLu8MvtLjdOU6EEbsc9enpwKgh2NLsT2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-08 12:55:56\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-08 12:55:56\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4920;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Abdul Hamid Shohag\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"shohagnbl@gmail.com\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01673823266\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$SZEtrs\\/0hv\\/phlol9v2\\/YeLu8MvtLjdOU6EEbsc9enpwKgh2NLsT2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-08 12:55:56\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-08 12:55:56\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:21;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4921;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:22:\\\"Dr. Md. Momtazul Haque\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"momtazul90@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01711583890\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$XiHgGAkoR26oSq4vl2o2buFYuo.YjJ4u2bvl.iKS\\/hpxAtSzG9\\/sW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-08 12:56:26\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-08 12:56:26\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4921;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:22:\\\"Dr. Md. Momtazul Haque\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"momtazul90@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01711583890\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$XiHgGAkoR26oSq4vl2o2buFYuo.YjJ4u2bvl.iKS\\/hpxAtSzG9\\/sW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-08 12:56:26\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-08 12:56:26\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:22;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4922;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:25:\\\"Salah Uddin Seajan sajeeb\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:24:\\\"salahuddin04@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01827677888\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$tfAWz5nGuiLvpWJDKgzbMeRzy1.EaEFynmR1X8Wxr7ofzK43tmUqi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-08 13:07:41\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-08 13:07:41\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4922;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:25:\\\"Salah Uddin Seajan sajeeb\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:24:\\\"salahuddin04@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01827677888\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$tfAWz5nGuiLvpWJDKgzbMeRzy1.EaEFynmR1X8Wxr7ofzK43tmUqi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-08 13:07:41\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-08 13:07:41\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:23;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4923;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Nusrat Anik Tonu\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"tonu99@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01673777099\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$7iLoAM0TX8awvmnZueUOr.81G3Xi2seHs6IVdVuapngGGhb3HKBPe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-08 13:08:13\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-08 13:08:13\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4923;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Nusrat Anik Tonu\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"tonu99@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01673777099\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$7iLoAM0TX8awvmnZueUOr.81G3Xi2seHs6IVdVuapngGGhb3HKBPe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-08 13:08:13\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-08 13:08:13\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:24;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4924;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Nasim Ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"nasim08@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01974214908\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$3VyVO6BELbZS0TvG9k0yzOBJQcmkNQu.NDiZSNjkiJwzrZRcEVYoO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-08 13:08:36\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-08 13:08:36\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4924;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Nasim Ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"nasim08@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01974214908\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$3VyVO6BELbZS0TvG9k0yzOBJQcmkNQu.NDiZSNjkiJwzrZRcEVYoO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-08 13:08:36\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-08 13:08:36\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:25;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4925;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Md. Harunor Rashid\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"harun62@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01716555062\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$L0ujImwPwqOmZbW4WufMte2qHlkv3JeEwyrxYycT2QZUWny1iAlVe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-08 13:09:30\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-08 13:09:44\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4925;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Md. Harunor Rashid\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"harun62@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01716555062\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$L0ujImwPwqOmZbW4WufMte2qHlkv3JeEwyrxYycT2QZUWny1iAlVe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-08 13:09:30\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-08 13:09:44\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:26;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4926;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Delwar Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"delwar56@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01712456756\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$CQdb7E1qGwbM5T9Sa.uyUOVJwv1rQ\\/7p7zBxwwA.IDPsIzKsSUjAO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-08 13:10:07\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-08 13:10:07\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4926;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Delwar Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"delwar56@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01712456756\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$CQdb7E1qGwbM5T9Sa.uyUOVJwv1rQ\\/7p7zBxwwA.IDPsIzKsSUjAO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-08 13:10:07\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-08 13:10:07\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:27;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4927;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Morshed01\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01819624814\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$XpwNK4N17jE17iLE\\/faV9Oj6TTt9msPi.6PxzEDFQwYYS6LkEVgkq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-08 13:10:30\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-08 13:10:30\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4927;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Morshed01\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01819624814\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$XpwNK4N17jE17iLE\\/faV9Oj6TTt9msPi.6PxzEDFQwYYS6LkEVgkq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-08 13:10:30\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-08 13:10:30\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:28;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4928;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"Dr Sheikh Md. Yusuf\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01711986271\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$xq8gmQonTcaMwbu5NUWdm.h0C9OHbNoDNnAtJei5ROEMsJ8CTqIm6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-08 13:15:41\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-08 13:15:41\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4928;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"Dr Sheikh Md. Yusuf\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01711986271\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$xq8gmQonTcaMwbu5NUWdm.h0C9OHbNoDNnAtJei5ROEMsJ8CTqIm6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-08 13:15:41\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-08 13:15:41\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:29;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4929;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Rabiul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"rabiul60@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01954947560\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$eid3mZIDom.f4Y27Kjb\\/6.XvIIxle.MARUBLxY54oV3fHjvsioJiu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-08 13:25:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-08 13:25:29\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4929;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Rabiul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"rabiul60@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01954947560\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$eid3mZIDom.f4Y27Kjb\\/6.XvIIxle.MARUBLxY54oV3fHjvsioJiu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-08 13:25:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-08 13:25:29\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:30;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4930;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Md. Baddol Mia\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"baddolmia@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01875190948\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$lPmo5klnF3MqjFGQ4u3ZvO1cK6nlJ9r8P3XANgf8P3G\\/4xRWnMHcy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-08 13:27:31\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-08 13:27:31\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4930;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Md. Baddol Mia\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"baddolmia@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01875190948\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$lPmo5klnF3MqjFGQ4u3ZvO1cK6nlJ9r8P3XANgf8P3G\\/4xRWnMHcy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-08 13:27:31\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-08 13:27:31\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:31;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4931;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Md. Ferdous\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"ferdous20@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01783599520\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$2ow1oBJJkcNBMpAKGhXMKukuqyOmYmliDNRlQBtqMVqTFlLXWQziO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-08 13:28:04\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-08 13:28:04\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4931;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Md. Ferdous\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"ferdous20@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01783599520\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$2ow1oBJJkcNBMpAKGhXMKukuqyOmYmliDNRlQBtqMVqTFlLXWQziO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-08 13:28:04\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-08 13:28:04\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:32;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4932;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Enamul Kabir\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"enamul07@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01970007007\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$\\/7oeu4nqMDaiviKl6aQ.Mu.xez0WMOJ7ChTjA\\/PmcNsQLWxftbcCi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-08 13:28:44\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-08 13:28:44\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4932;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Enamul Kabir\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"enamul07@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01970007007\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$\\/7oeu4nqMDaiviKl6aQ.Mu.xez0WMOJ7ChTjA\\/PmcNsQLWxftbcCi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-08 13:28:44\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-08 13:28:44\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:33;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4933;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Md.Nasir\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:25:\\\"Nasirhossin0020@gmail.com\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01980999301\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$pJRoI3.cgFyvWm53MaDq7O2WwXeLpW54mLNI.WtCcuAD7nCZESRY2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-08 13:29:13\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-08 13:29:13\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4933;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Md.Nasir\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:25:\\\"Nasirhossin0020@gmail.com\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01980999301\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$pJRoI3.cgFyvWm53MaDq7O2WwXeLpW54mLNI.WtCcuAD7nCZESRY2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-08 13:29:13\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-08 13:29:13\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:34;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4934;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Yousuf Akash\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"yousufakash@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01977360844\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$b.56HsaJMFvE3Rob13AdP.km4k9fsWIBqCvgCVAOFRRxJhNCaet7a\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-08 13:29:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-08 13:29:29\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4934;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Yousuf Akash\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"yousufakash@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01977360844\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$b.56HsaJMFvE3Rob13AdP.km4k9fsWIBqCvgCVAOFRRxJhNCaet7a\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-08 13:29:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-08 13:29:29\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:35;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4935;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"MD NURALAM\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01724300768\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$sPMqmslenlZLB06OBiWK.uFRba6IK7RY8McHJD9aHA.OimGOOhZwy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-08 13:31:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-08 13:31:29\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4935;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"MD NURALAM\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01724300768\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$sPMqmslenlZLB06OBiWK.uFRba6IK7RY8McHJD9aHA.OimGOOhZwy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-08 13:31:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-08 13:31:29\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:36;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4936;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"NAZMUL\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01747012264\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$RNPWxqb2UFxmZB\\/fXvnLY.ViupXjHfrqbG7Z\\/wFqZazzBceJ58a7u\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-08 13:32:34\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-08 13:32:34\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4936;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"NAZMUL\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01747012264\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$RNPWxqb2UFxmZB\\/fXvnLY.ViupXjHfrqbG7Z\\/wFqZazzBceJ58a7u\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-08 13:32:34\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-08 13:32:34\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:37;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4937;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Quazi Wahid\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"quaziwahid@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01717000015\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$u208Q3iS1IJOnIsdbwEx\\/OT1sNkNrhA\\/IUW8WY\\/OQwPBVJujrnb4G\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-08 13:34:07\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-08 13:34:07\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4937;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Quazi Wahid\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"quaziwahid@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01717000015\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$u208Q3iS1IJOnIsdbwEx\\/OT1sNkNrhA\\/IUW8WY\\/OQwPBVJujrnb4G\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-08 13:34:07\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-08 13:34:07\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:38;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4938;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"Md. Motaleb Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"motaleb32@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01711890815\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ppdKsUs5ZQEV7oD4OuHWA.TnbqKSwJeakuEURKXUdhiDNbeBLqWq6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-08 13:43:57\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-08 13:43:57\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4938;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"Md. Motaleb Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"motaleb32@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01711890815\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ppdKsUs5ZQEV7oD4OuHWA.TnbqKSwJeakuEURKXUdhiDNbeBLqWq6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-08 13:43:57\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-08 13:43:57\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:39;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4940;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Tanveer\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01712706105\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$.KEMzpQSnfaRcXDime1Q4urguSzj6i0sQAQaKXyHsfTbts1GG0pzi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-08 13:44:54\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-08 13:44:54\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4940;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Tanveer\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01712706105\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$.KEMzpQSnfaRcXDime1Q4urguSzj6i0sQAQaKXyHsfTbts1GG0pzi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-08 13:44:54\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-08 13:44:54\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:40;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4941;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Sirajul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01782660316\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$qcGMHlQjQfR7naJJyS2j\\/uGUmuWXh.yNoVpino7ENC8Kw03uKkIqu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-08 13:45:52\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-08 13:45:52\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4941;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Sirajul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01782660316\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$qcGMHlQjQfR7naJJyS2j\\/uGUmuWXh.yNoVpino7ENC8Kw03uKkIqu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-08 13:45:52\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-08 13:45:52\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:41;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4942;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Md Rubel\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"robel15@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01715768515\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$8c2mOzXJkum7ZZyHiceMhush1s2BQR5qU8zdRKgH2Na212lStOjPy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-08 13:47:22\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-08 13:47:22\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4942;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Md Rubel\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"robel15@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01715768515\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$8c2mOzXJkum7ZZyHiceMhush1s2BQR5qU8zdRKgH2Na212lStOjPy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-08 13:47:22\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-08 13:47:22\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:42;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4943;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Mosharrof\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"mosharrof@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01720109728\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Tqft2s6QFd1eip4fHTyQ7uSd7SoLuzao158dkapnOJlUE6B\\/\\/YEvy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-08 13:48:28\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-08 13:48:28\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4943;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Mosharrof\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"mosharrof@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01720109728\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Tqft2s6QFd1eip4fHTyQ7uSd7SoLuzao158dkapnOJlUE6B\\/\\/YEvy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-08 13:48:28\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-08 13:48:28\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:43;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4944;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Md Moshiur\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"moshiur12@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01720086012\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$0n6uHvH.B9q.pw\\/AFT2DkeNI5M6uNEilU8eRp.LwNsregveBgH2d.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-08 13:48:54\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-08 13:48:54\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4944;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Md Moshiur\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"moshiur12@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01720086012\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$0n6uHvH.B9q.pw\\/AFT2DkeNI5M6uNEilU8eRp.LwNsregveBgH2d.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-08 13:48:54\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-08 13:48:54\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:44;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4945;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Ibrahim90\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"ibrahim90@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01887607590\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$oVJVaRJO3OtbgHbRdir0uexapludFFV3QX8Y7.MnO3Ng7mRa89gje\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-08 13:49:10\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-08 13:49:10\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4945;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Ibrahim90\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"ibrahim90@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01887607590\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$oVJVaRJO3OtbgHbRdir0uexapludFFV3QX8Y7.MnO3Ng7mRa89gje\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-08 13:49:10\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-08 13:49:10\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:45;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4946;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Mussana\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"mussana77@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01717074370\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$KeIowjE\\/UYb3Vf\\/3YvC1lOAT7wBZioKkAgHfTkGh..ZF\\/lGIay9Pi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-08 13:52:55\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-08 13:52:55\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4946;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Mussana\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"mussana77@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01717074370\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$KeIowjE\\/UYb3Vf\\/3YvC1lOAT7wBZioKkAgHfTkGh..ZF\\/lGIay9Pi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-08 13:52:55\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-08 13:52:55\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:46;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4947;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"kona\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"DHAKA\\\";s:5:\\\"phone\\\";s:11:\\\"01707389593\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$q6u67WpJ4D8w0ljrFNUlkOT.Vjd9naj9\\/u3\\/pglFz11cWoEuL98uS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-02-08 14:01:42\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-08 14:01:42\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4947;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"kona\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"DHAKA\\\";s:5:\\\"phone\\\";s:11:\\\"01707389593\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$q6u67WpJ4D8w0ljrFNUlkOT.Vjd9naj9\\/u3\\/pglFz11cWoEuL98uS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-02-08 14:01:42\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-08 14:01:42\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:47;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4948;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Shamim Miji\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01998061974\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$p9c44hVCz57qdhLCqDT4suSgsi6FKvPSX\\/3pD4JlOYStNAh5gEkcC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-08 14:11:27\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-08 14:11:27\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4948;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Shamim Miji\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01998061974\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$p9c44hVCz57qdhLCqDT4suSgsi6FKvPSX\\/3pD4JlOYStNAh5gEkcC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-08 14:11:27\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-08 14:11:27\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:48;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4949;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Md. Aslam Hosen\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"aslam04@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01734285404\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$TyqU4K32Nq81S8LQnOwd7O3xGoSPy05b1t.FjQ.KPI8nDJlZXs7gG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-08 15:51:50\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-08 15:51:50\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4949;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Md. Aslam Hosen\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"aslam04@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01734285404\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$TyqU4K32Nq81S8LQnOwd7O3xGoSPy05b1t.FjQ.KPI8nDJlZXs7gG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-08 15:51:50\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-08 15:51:50\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:49;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4950;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"MD. AHASAN HABIB\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:17:\\\"ahsndhk@gmail.com\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01817180204\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$gk0uRRlaUemcO\\/YQZHSqkOxpog42gI0GV.px3goYXkdapwq8L3Xsq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-08 16:13:10\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-08 16:13:10\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4950;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"MD. AHASAN HABIB\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:17:\\\"ahsndhk@gmail.com\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01817180204\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$gk0uRRlaUemcO\\/YQZHSqkOxpog42gI0GV.px3goYXkdapwq8L3Xsq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-08 16:13:10\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-08 16:13:10\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:50;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4951;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Rajib\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"rajib80@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01724070180\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$BtDVe3eSG6Y1H48Q6qPTPeND3MWEHr16f4x0IDRxoCEZ6XiNtFSE6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-08 16:48:49\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-08 16:48:49\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4951;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Rajib\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"rajib80@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01724070180\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$BtDVe3eSG6Y1H48Q6qPTPeND3MWEHr16f4x0IDRxoCEZ6XiNtFSE6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-08 16:48:49\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-08 16:48:49\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:51;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4952;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"MD Mamun khan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01742866376\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Un2i0AUmJBG.V6gEKIp67eqUrysSr\\/cJgn7MsBCxqIK4FgRqdNJpa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-08 16:49:35\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-08 16:49:35\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4952;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"MD Mamun khan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01742866376\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Un2i0AUmJBG.V6gEKIp67eqUrysSr\\/cJgn7MsBCxqIK4FgRqdNJpa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-08 16:49:35\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-08 16:49:35\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:52;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4953;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Ratan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"Smsmanir@hotmail.com\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01819471047\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$4KKLS\\/E6D4Y.jkCP2s2Bfu29qYWr.Dqla1dTzrmqgU9Bq7HIAFaj2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-08 16:51:27\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-08 16:51:27\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4953;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Ratan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"Smsmanir@hotmail.com\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01819471047\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$4KKLS\\/E6D4Y.jkCP2s2Bfu29qYWr.Dqla1dTzrmqgU9Bq7HIAFaj2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-08 16:51:27\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-08 16:51:27\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:53;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4954;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Md. Bappy hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"bappy46@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01827365146\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$KS.EugFC.xlk9QVdG0C1nO9b5v16ucxp5TTgEwQxwztfUJhISMMza\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-08 17:01:50\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-08 17:01:50\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4954;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Md. Bappy hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"bappy46@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01827365146\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$KS.EugFC.xlk9QVdG0C1nO9b5v16ucxp5TTgEwQxwztfUJhISMMza\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-08 17:01:50\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-08 17:01:50\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:54;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4955;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:23:\\\"Mejbah (Hazi Paribahan)\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"mejbah@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01715328712\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$81IRL91p2UQBi82TX6OFl.qYk3Jd7uymhXpezwRoqeBoMTJUd9ERe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-08 17:02:17\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-08 17:02:17\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4955;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:23:\\\"Mejbah (Hazi Paribahan)\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"mejbah@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01715328712\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$81IRL91p2UQBi82TX6OFl.qYk3Jd7uymhXpezwRoqeBoMTJUd9ERe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-08 17:02:17\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-08 17:02:17\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:55;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4956;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Mehedul Hasan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"mehedul@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01712287838\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$S5ZZz6odBm.VMq8TwzjxbupmMhEgJmbtcvc1k..tEUhb8UKqJS72G\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-08 17:03:32\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-08 17:03:32\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4956;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Mehedul Hasan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"mehedul@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01712287838\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$S5ZZz6odBm.VMq8TwzjxbupmMhEgJmbtcvc1k..tEUhb8UKqJS72G\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-08 17:03:32\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-08 17:03:32\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:56;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4957;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Bahalul Alam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"bahalul@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01819213919\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$OjzEdaqGQvlDk1rv68pDtes76DoOv.jTGeO52Ta72noSPJ\\/eAhVFi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-08 17:03:54\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-08 17:03:54\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4957;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Bahalul Alam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"bahalul@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01819213919\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$OjzEdaqGQvlDk1rv68pDtes76DoOv.jTGeO52Ta72noSPJ\\/eAhVFi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-08 17:03:54\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-08 17:03:54\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:57;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4958;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Qayum khan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"qayumkhan47@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01819200147\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$QICymacklR.6tVLkVAe11evgBOphDloyHKJnc\\/w28Iu1.UAJIc4Dy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-08 17:04:25\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-08 17:04:25\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4958;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Qayum khan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"qayumkhan47@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01819200147\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$QICymacklR.6tVLkVAe11evgBOphDloyHKJnc\\/w28Iu1.UAJIc4Dy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-08 17:04:25\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-08 17:04:25\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:58;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4959;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Dalowar\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"dalowar32@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01302862151\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$zEdf8oYAePGixEg23eD1Ke.aQhwlTEOnH3ExbaCUOMqeA\\/tkDZR86\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-08 17:04:43\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-08 17:04:43\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4959;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Dalowar\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"dalowar32@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01302862151\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$zEdf8oYAePGixEg23eD1Ke.aQhwlTEOnH3ExbaCUOMqeA\\/tkDZR86\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-08 17:04:43\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-08 17:04:43\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:59;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4960;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"S.M. Parvez\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01715016246\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$\\/YsW4hlmMC58NwwsJYRxzO1bXvlYlROGUcd1J4hbqCwopCeOD6bcS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-10 12:16:04\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-10 12:16:04\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4960;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"S.M. Parvez\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01715016246\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$\\/YsW4hlmMC58NwwsJYRxzO1bXvlYlROGUcd1J4hbqCwopCeOD6bcS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-10 12:16:04\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-10 12:16:04\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:60;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4961;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Hazi Lokman Khan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"lokman62@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01815694762\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$n0\\/z5w9Kh4W9uSxdctiVeeLFdCLyJnE9xdtzcQpCGYROD2lIv1IMS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-10 14:18:56\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-10 14:18:56\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4961;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Hazi Lokman Khan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"lokman62@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01815694762\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$n0\\/z5w9Kh4W9uSxdctiVeeLFdCLyJnE9xdtzcQpCGYROD2lIv1IMS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-10 14:18:56\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-10 14:18:56\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:61;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4962;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Anwar\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:26:\\\"fenistonecrusher0331@gmail\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01816132378\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$i6Bg3vS90gfdE4ZlMoaiUOI5guVuLr7O3W9Vcpt20\\/c7IQrQTDvv.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-10 14:20:00\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-10 14:20:00\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4962;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Anwar\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:26:\\\"fenistonecrusher0331@gmail\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01816132378\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$i6Bg3vS90gfdE4ZlMoaiUOI5guVuLr7O3W9Vcpt20\\/c7IQrQTDvv.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-10 14:20:00\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-10 14:20:00\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:62;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4963;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Abdul Mozid\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01774947073\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$B6cbOvKUcOBuqjEbfCDk0OPbAfpTuhW6f1EV3VjAEip\\/NTGrfSyMK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-10 15:19:26\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-10 15:19:26\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4963;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Abdul Mozid\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01774947073\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$B6cbOvKUcOBuqjEbfCDk0OPbAfpTuhW6f1EV3VjAEip\\/NTGrfSyMK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-10 15:19:26\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-10 15:19:26\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:63;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4964;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Md. Kudrat ali\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01725802698\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$qMOBfBDyFr4T0m1wLSzaBuOFLlb34HuRiNHTlAQ8xO.q\\/q1BTOOO.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-10 15:35:00\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-10 15:35:00\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4964;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Md. Kudrat ali\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01725802698\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$qMOBfBDyFr4T0m1wLSzaBuOFLlb34HuRiNHTlAQ8xO.q\\/q1BTOOO.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-10 15:35:00\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-10 15:35:00\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:64;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4965;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Md Sumsuddin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:16:\\\"Tongi, Cherakali\\\";s:5:\\\"phone\\\";s:11:\\\"01748912040\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$5Sr9SH5q.5ptYJ.HVkDpZOUYZ3k99.PpOu6FhkWG6B7WSKqVksyhW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-02-10 15:40:00\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-27 14:15:34\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4965;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Md Sumsuddin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:16:\\\"Tongi, Cherakali\\\";s:5:\\\"phone\\\";s:11:\\\"01748912040\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$5Sr9SH5q.5ptYJ.HVkDpZOUYZ3k99.PpOu6FhkWG6B7WSKqVksyhW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-02-10 15:40:00\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-27 14:15:34\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:65;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4966;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Nazmay Alam Tushar\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:6:\\\"Jurain\\\";s:5:\\\"phone\\\";s:11:\\\"01711392737\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$FGOoAEkI7h6T2OI8zK8okegUz8xWwPrw0Fc2i09iTdN3XueGVQmZe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-02-10 15:43:36\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-10 15:43:36\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4966;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Nazmay Alam Tushar\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:6:\\\"Jurain\\\";s:5:\\\"phone\\\";s:11:\\\"01711392737\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$FGOoAEkI7h6T2OI8zK8okegUz8xWwPrw0Fc2i09iTdN3XueGVQmZe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-02-10 15:43:36\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-10 15:43:36\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:66;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4967;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Adnan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:15:\\\"Pollobi, Mirpur\\\";s:5:\\\"phone\\\";s:11:\\\"01911337348\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$\\/D38bBASZsJDsPM8QJc1w.6zS0DnSsMCKNg.Hk.bOEv0D0a7q2ieS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-02-10 15:45:23\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-10 15:45:23\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4967;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Adnan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:15:\\\"Pollobi, Mirpur\\\";s:5:\\\"phone\\\";s:11:\\\"01911337348\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$\\/D38bBASZsJDsPM8QJc1w.6zS0DnSsMCKNg.Hk.bOEv0D0a7q2ieS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-02-10 15:45:23\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-10 15:45:23\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:67;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4968;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Nahid\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:16:\\\"Tongi, Cherakali\\\";s:5:\\\"phone\\\";s:11:\\\"01818182491\\\";s:11:\\\"alter_phone\\\";s:11:\\\"01928867533\\\";s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Nr57Y0k\\/gjW0lKAkDcXrlOgm0DXlNQ00z4c8hCL6SQNNL04r1TC8S\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-02-10 15:52:24\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-10 15:52:24\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4968;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Nahid\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:16:\\\"Tongi, Cherakali\\\";s:5:\\\"phone\\\";s:11:\\\"01818182491\\\";s:11:\\\"alter_phone\\\";s:11:\\\"01928867533\\\";s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Nr57Y0k\\/gjW0lKAkDcXrlOgm0DXlNQ00z4c8hCL6SQNNL04r1TC8S\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-02-10 15:52:24\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-10 15:52:24\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:68;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4969;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Jony\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:11:\\\"Bijoy Nagar\\\";s:5:\\\"phone\\\";s:11:\\\"01680407751\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$9IoyXj4CpiP.C4LvvLVjveROWENbEwumQhX.29JewOT6ZGHnKcghm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-02-10 15:56:00\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-10 15:56:00\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4969;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Jony\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:11:\\\"Bijoy Nagar\\\";s:5:\\\"phone\\\";s:11:\\\"01680407751\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$9IoyXj4CpiP.C4LvvLVjveROWENbEwumQhX.29JewOT6ZGHnKcghm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-02-10 15:56:00\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-10 15:56:00\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:69;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4970;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Nabi\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"nabi39@mygpsbd.net\\\";s:7:\\\"address\\\";s:3:\\\"CTG\\\";s:5:\\\"phone\\\";s:11:\\\"01713160039\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$EdjY35zAwRe9vTokcfMtueFgzTPsP8iswAZfvPc4r\\/ahbS\\/mQEXTm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-02-10 15:57:25\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-10 15:57:25\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4970;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Nabi\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"nabi39@mygpsbd.net\\\";s:7:\\\"address\\\";s:3:\\\"CTG\\\";s:5:\\\"phone\\\";s:11:\\\"01713160039\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$EdjY35zAwRe9vTokcfMtueFgzTPsP8iswAZfvPc4r\\/ahbS\\/mQEXTm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-02-10 15:57:25\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-10 15:57:25\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:70;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4971;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Romjan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01307778865\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$PBAWL8DubIrjdf0.qR5ikOHxN6WBo7TYvSSluhNIlhLKTqP8rwx72\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-02-10 15:57:28\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-10 15:57:28\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4971;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Romjan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01307778865\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$PBAWL8DubIrjdf0.qR5ikOHxN6WBo7TYvSSluhNIlhLKTqP8rwx72\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-02-10 15:57:28\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-10 15:57:28\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:71;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4972;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Kishor Mukharjee\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"kishor99@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01795444199\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$A9Dhlmc3vWgxH5cbsGcmj.ksXm3mNEwJmKnoksUdKd\\/LlVoMG9fa2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-10 16:00:32\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-10 16:00:32\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4972;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Kishor Mukharjee\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"kishor99@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01795444199\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$A9Dhlmc3vWgxH5cbsGcmj.ksXm3mNEwJmKnoksUdKd\\/LlVoMG9fa2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-10 16:00:32\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-10 16:00:32\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:72;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4973;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"AD.Shegufta\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:164:\\\"\\u09ae\\u09bf\\u09b0\\u09aa\\u09c1\\u09b0 \\u09e7\\u09e7 \\u09ae\\u09c7\\u0987\\u09a8 \\u09b0\\u09cb\\u09a1, \\u09ae\\u09cd\\u09af\\u09be\\u099f\\u09cd\\u09b0\\u09cb\\u09b0\\u09c7\\u09b2 \\u09aa\\u09bf\\u09b2\\u09be\\u09b0 \\u09a8\\u0982 \\u09e8\\u09e7\\u09ed \\u098f\\u09b0 \\u09aa\\u09c2\\u09b0\\u09cd\\u09ac \\u09aa\\u09be\\u09b0\\u09cd\\u09b6\\u09cd\\u09ac\\u09c7\\\";s:5:\\\"phone\\\";s:11:\\\"01815413795\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$w6QbaMsI38JFRM6hBz8yf.dZXDsc5Lm1f6yFoUQYYn2lJf1tI2uTO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-02-10 16:01:01\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-10 16:01:01\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4973;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"AD.Shegufta\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:164:\\\"\\u09ae\\u09bf\\u09b0\\u09aa\\u09c1\\u09b0 \\u09e7\\u09e7 \\u09ae\\u09c7\\u0987\\u09a8 \\u09b0\\u09cb\\u09a1, \\u09ae\\u09cd\\u09af\\u09be\\u099f\\u09cd\\u09b0\\u09cb\\u09b0\\u09c7\\u09b2 \\u09aa\\u09bf\\u09b2\\u09be\\u09b0 \\u09a8\\u0982 \\u09e8\\u09e7\\u09ed \\u098f\\u09b0 \\u09aa\\u09c2\\u09b0\\u09cd\\u09ac \\u09aa\\u09be\\u09b0\\u09cd\\u09b6\\u09cd\\u09ac\\u09c7\\\";s:5:\\\"phone\\\";s:11:\\\"01815413795\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$w6QbaMsI38JFRM6hBz8yf.dZXDsc5Lm1f6yFoUQYYn2lJf1tI2uTO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-02-10 16:01:01\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-10 16:01:01\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:73;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4974;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"A S M Bazlur Rashid\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:24:\\\"bazlurrashid@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:10:\\\"1819320544\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$yhbonO2SRDu6tKNQIfYb1.KgyZIetWsAuNX2l8orxX7xA92ql2ws6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-10 16:02:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-10 16:02:29\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4974;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"A S M Bazlur Rashid\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:24:\\\"bazlurrashid@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:10:\\\"1819320544\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$yhbonO2SRDu6tKNQIfYb1.KgyZIetWsAuNX2l8orxX7xA92ql2ws6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-10 16:02:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-10 16:02:29\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:74;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4975;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Md Badal Mia\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:18:\\\"Sanarpar, Ctg Road\\\";s:5:\\\"phone\\\";s:11:\\\"01322977444\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$rZfapITqm7fKmcRjLL4mxumR5Duh069GvsjpNazPXsFP0xRDXQWVu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-02-10 16:03:50\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-10 16:03:50\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4975;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Md Badal Mia\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:18:\\\"Sanarpar, Ctg Road\\\";s:5:\\\"phone\\\";s:11:\\\"01322977444\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$rZfapITqm7fKmcRjLL4mxumR5Duh069GvsjpNazPXsFP0xRDXQWVu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-02-10 16:03:50\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-10 16:03:50\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:75;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4976;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"SYED ALAM\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"syed66@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01812867166\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$PD6L2cM34AN8LOYqyY.yKOcKF19oSjVZsRxtYd2QbC0cisj8te6dq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-10 16:03:58\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-10 16:03:58\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4976;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"SYED ALAM\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"syed66@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01812867166\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$PD6L2cM34AN8LOYqyY.yKOcKF19oSjVZsRxtYd2QbC0cisj8te6dq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-10 16:03:58\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-10 16:03:58\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:76;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4977;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Mainuddin Hasan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01883859819\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$hn5TQg8NchPATk7gfFGy0OQEOFKP1sectMuPBuwmvLJhfCzq.v4n6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-10 16:05:01\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-10 16:05:01\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4977;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Mainuddin Hasan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01883859819\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$hn5TQg8NchPATk7gfFGy0OQEOFKP1sectMuPBuwmvLJhfCzq.v4n6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-10 16:05:01\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-10 16:05:01\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:77;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4978;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Aman15\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"aman15@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01811151617\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$eaIj3d\\/haIdCRmICU7SnJenvUQesPcWetfe7lI2LH6Jd0L\\/YlzQI.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-10 16:06:58\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-10 16:06:58\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4978;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Aman15\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"aman15@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01811151617\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$eaIj3d\\/haIdCRmICU7SnJenvUQesPcWetfe7lI2LH6Jd0L\\/YlzQI.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-10 16:06:58\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-10 16:06:58\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:78;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4979;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:22:\\\"Chowdhury Faisal Hyder\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:12:\\\"Monipurupara\\\";s:5:\\\"phone\\\";s:11:\\\"01713125999\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$xewfXujo38FY7mIZe9a6huvaXZSPuqHjhyWlAvBLQgeoKny2yt.Oa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-02-10 16:07:36\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-10 16:08:00\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4979;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:22:\\\"Chowdhury Faisal Hyder\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:12:\\\"Monipurupara\\\";s:5:\\\"phone\\\";s:11:\\\"01713125999\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$xewfXujo38FY7mIZe9a6huvaXZSPuqHjhyWlAvBLQgeoKny2yt.Oa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-02-10 16:07:36\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-10 16:08:00\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:79;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4980;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Md. Armanul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01614577666\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$kGzNRoMaNPV3rC0vIHpIuOzd7SWRNJgtOSQ9hdO50uTgVxKwzXqXK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-10 16:07:45\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-10 16:07:45\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4980;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Md. Armanul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01614577666\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$kGzNRoMaNPV3rC0vIHpIuOzd7SWRNJgtOSQ9hdO50uTgVxKwzXqXK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-10 16:07:45\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-10 16:07:45\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:80;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4981;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Hasan Rasel\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"hasanrasel@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01672348852\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$8fKWVZuZDnEGa1AgXU5S4eg1bSKKmQVaRYr.KsAEwCL5\\/PSlBPJCC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-10 16:08:20\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-10 16:08:20\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4981;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Hasan Rasel\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"hasanrasel@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01672348852\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$8fKWVZuZDnEGa1AgXU5S4eg1bSKKmQVaRYr.KsAEwCL5\\/PSlBPJCC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-10 16:08:20\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-10 16:08:20\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:81;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4982;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Mohmmad Hanif\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"hanif80@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01712983680\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ar1QLUCDYon\\/YKM4ZAyHa.VuUYxh.b6TDctpKPBcNxvs2rvlS8B2C\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-10 16:08:40\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-10 16:08:40\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4982;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Mohmmad Hanif\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"hanif80@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01712983680\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ar1QLUCDYon\\/YKM4ZAyHa.VuUYxh.b6TDctpKPBcNxvs2rvlS8B2C\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-10 16:08:40\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-10 16:08:40\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:82;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4983;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Foiz.A.Tipu\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"tipu34@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01819632334\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$j3YKi5prQXbRG0lOr64x0ODkLHUNRGQ6.qkPPHcVaLJJIDJHdWpAW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-10 16:09:07\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-10 16:09:07\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4983;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Foiz.A.Tipu\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"tipu34@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01819632334\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$j3YKi5prQXbRG0lOr64x0ODkLHUNRGQ6.qkPPHcVaLJJIDJHdWpAW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-10 16:09:07\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-10 16:09:07\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:83;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4984;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Abdul kader\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"abdulkader@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01917247392\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ZhBqD1S62wy\\/Tq.YDfVGIuKhopXF0cEilaLu01S.ZoIjKnP7koyB.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-10 16:09:33\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-10 16:09:33\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4984;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Abdul kader\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"abdulkader@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01917247392\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ZhBqD1S62wy\\/Tq.YDfVGIuKhopXF0cEilaLu01S.ZoIjKnP7koyB.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-10 16:09:33\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-10 16:09:33\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:84;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4985;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:20:\\\"Habibullah Chowdhury\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"habibullah@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01730787146\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Q4aFaK8Y.7WHzBWNa4I7suuViS9VVX.BO1oR4y4vdz01T\\/0MwVQ5W\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-10 16:09:51\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-10 16:09:51\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4985;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:20:\\\"Habibullah Chowdhury\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"habibullah@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01730787146\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Q4aFaK8Y.7WHzBWNa4I7suuViS9VVX.BO1oR4y4vdz01T\\/0MwVQ5W\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-10 16:09:51\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-10 16:09:51\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:85;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4986;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Engr. Sumon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"somon07@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01876000207\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$u5UZ2iwq5oyVr7PnKTDGWeV7L.menZlETTSjxzgjwumj2txuMGsAm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-10 16:12:57\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-10 16:12:57\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4986;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Engr. Sumon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"somon07@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01876000207\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$u5UZ2iwq5oyVr7PnKTDGWeV7L.menZlETTSjxzgjwumj2txuMGsAm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-10 16:12:57\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-10 16:12:57\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:86;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4987;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Md. Saiful\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"saiful32@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01991193832\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ar3q26.QyerKgEsxFKvmRusMuX0Rkyj5WNSPY4UvdtdWJGOtDPCAW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-10 16:13:23\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-10 16:13:23\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4987;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Md. Saiful\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"saiful32@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01991193832\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ar3q26.QyerKgEsxFKvmRusMuX0Rkyj5WNSPY4UvdtdWJGOtDPCAW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-10 16:13:23\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-10 16:13:23\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:87;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4988;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Md. Farok\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"farok30@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01631722730\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$4D6uviPGeRV6w89Hqjc52.cGDMT1AG2jLi6joDlqHTYgfJEjLyY22\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-10 16:16:28\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-10 16:16:28\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4988;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Md. Farok\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"farok30@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01631722730\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$4D6uviPGeRV6w89Hqjc52.cGDMT1AG2jLi6joDlqHTYgfJEjLyY22\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-10 16:16:28\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-10 16:16:28\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:88;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4989;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Mofazzol\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"mofazzol@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01634354111\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$18ZYtBBHcVn.kaL4hMPyLuY0NQ0DM9lGXUjmsmVv61GRq5OPM5TM.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-10 16:29:17\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-10 16:29:17\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4989;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Mofazzol\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"mofazzol@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01634354111\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$18ZYtBBHcVn.kaL4hMPyLuY0NQ0DM9lGXUjmsmVv61GRq5OPM5TM.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-10 16:29:17\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-10 16:29:17\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:89;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4990;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Ismail\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:11:\\\"Mohammodpur\\\";s:5:\\\"phone\\\";s:11:\\\"01921474482\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$lhahUO8jUyN1pXlku1diyuaAO6RxNeImCMtToXDMzT\\/u1AYaKnET.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-02-10 16:32:49\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-10 16:32:49\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4990;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Ismail\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:11:\\\"Mohammodpur\\\";s:5:\\\"phone\\\";s:11:\\\"01921474482\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$lhahUO8jUyN1pXlku1diyuaAO6RxNeImCMtToXDMzT\\/u1AYaKnET.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-02-10 16:32:49\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-10 16:32:49\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:90;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4991;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Md.Farid\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:7:\\\"Tangail\\\";s:5:\\\"phone\\\";s:11:\\\"01309860124\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$p27ql1pthFz3qXLhAVoTGO0Sm288I18hVo5b2Jd5vBrWr7C8XswNi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-02-10 16:43:04\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-10 16:43:04\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4991;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Md.Farid\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:7:\\\"Tangail\\\";s:5:\\\"phone\\\";s:11:\\\"01309860124\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$p27ql1pthFz3qXLhAVoTGO0Sm288I18hVo5b2Jd5vBrWr7C8XswNi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-02-10 16:43:04\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-10 16:43:04\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:91;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4992;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Insan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:7:\\\"Tangail\\\";s:5:\\\"phone\\\";s:11:\\\"01791087207\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$hJBN9mb.YGScgLSzjqNwdOXnqIbti8RyM\\/q8s1fx1W6.6bpzFNcj6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-02-10 16:46:06\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-10 16:46:06\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4992;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Insan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:7:\\\"Tangail\\\";s:5:\\\"phone\\\";s:11:\\\"01791087207\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$hJBN9mb.YGScgLSzjqNwdOXnqIbti8RyM\\/q8s1fx1W6.6bpzFNcj6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-02-10 16:46:06\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-10 16:46:06\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:92;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4993;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Ashraful Abedin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:86:\\\"Bulding: Dulonchapa,House: 2, Apet. A2, Momenbag, Rajarbag, Greenline poribohoner goli\\\";s:5:\\\"phone\\\";s:11:\\\"01710811353\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$vpOnx3RKFROXiqKp.q9R2.TNi41NyErGmH9IUO1uGFLB33mdIpu2i\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-02-10 16:52:10\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-10 16:52:10\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4993;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Ashraful Abedin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:86:\\\"Bulding: Dulonchapa,House: 2, Apet. A2, Momenbag, Rajarbag, Greenline poribohoner goli\\\";s:5:\\\"phone\\\";s:11:\\\"01710811353\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$vpOnx3RKFROXiqKp.q9R2.TNi41NyErGmH9IUO1uGFLB33mdIpu2i\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-02-10 16:52:10\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-10 16:52:10\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:93;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4994;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Md Helal\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:11:\\\"Bijoy Nagar\\\";s:5:\\\"phone\\\";s:11:\\\"01716863551\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$tWPed594cNagP0l0QB6pUOAXPnKsokewZUYJZ2zDnIIcseXJ8Vi5a\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-02-10 16:55:20\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-10 16:55:20\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4994;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Md Helal\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:11:\\\"Bijoy Nagar\\\";s:5:\\\"phone\\\";s:11:\\\"01716863551\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$tWPed594cNagP0l0QB6pUOAXPnKsokewZUYJZ2zDnIIcseXJ8Vi5a\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-02-10 16:55:20\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-10 16:55:20\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:94;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4995;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Bulbul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:8:\\\"Gendaria\\\";s:5:\\\"phone\\\";s:11:\\\"01886389392\\\";s:11:\\\"alter_phone\\\";s:11:\\\"01911389392\\\";s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$U2JNwND1u9axi4oxqhjs2uqmSl5Ht.HiNL5N7XdAqbypLOMeNLN8G\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-02-10 17:01:14\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-10 17:01:14\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4995;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Bulbul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:8:\\\"Gendaria\\\";s:5:\\\"phone\\\";s:11:\\\"01886389392\\\";s:11:\\\"alter_phone\\\";s:11:\\\"01911389392\\\";s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$U2JNwND1u9axi4oxqhjs2uqmSl5Ht.HiNL5N7XdAqbypLOMeNLN8G\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-02-10 17:01:14\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-10 17:01:14\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:95;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4996;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Golam Mawla\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"golam.mawla@gmail.com\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01675173935\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Ke3ITOkJ30pG1\\/a8.SLn4u2fPiStM4dZJUtyfJaE74.I5KlfiWy4K\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-12 14:26:36\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-12 14:26:36\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4996;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Golam Mawla\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"golam.mawla@gmail.com\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01675173935\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Ke3ITOkJ30pG1\\/a8.SLn4u2fPiStM4dZJUtyfJaE74.I5KlfiWy4K\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-12 14:26:36\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-12 14:26:36\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:96;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4997;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Kazi Ekramul Haque\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"ekramul@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01611333137\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$DNa0QnsstEPy5jgaEhqRu.H7I2.wntwHjPQX8zrVZtmLbbANRI34a\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-13 12:52:04\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-13 12:52:04\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4997;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Kazi Ekramul Haque\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"ekramul@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01611333137\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$DNa0QnsstEPy5jgaEhqRu.H7I2.wntwHjPQX8zrVZtmLbbANRI34a\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-13 12:52:04\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-13 12:52:04\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:97;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4998;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Emdadul Haque\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:6:\\\"VOIROB\\\";s:5:\\\"phone\\\";s:11:\\\"01711514351\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ICHWPCgBI6HSq.jjHB3G3O45KJhM94rxENKS.JI6NneVO8VEdc9Bi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-02-13 12:56:34\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-13 12:56:34\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4998;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Emdadul Haque\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:6:\\\"VOIROB\\\";s:5:\\\"phone\\\";s:11:\\\"01711514351\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ICHWPCgBI6HSq.jjHB3G3O45KJhM94rxENKS.JI6NneVO8VEdc9Bi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-02-13 12:56:34\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-13 12:56:34\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:98;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:4999;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Dulal\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01816423049\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$.vbgUpmsvFs\\/3g.SrDqykeqZh1ICmf3ODi3UfFG.XwSzp3oeE4RNm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-13 13:16:02\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-13 13:16:02\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:4999;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Dulal\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01816423049\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$.vbgUpmsvFs\\/3g.SrDqykeqZh1ICmf3ODi3UfFG.XwSzp3oeE4RNm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-13 13:16:02\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-13 13:16:02\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:99;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:5000;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Md. Yasin Miah\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01922555224\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$oxDZRV7XbtHxpjEDG\\/4O2exk.sN96RcOVLaDZHtVCb.X58uHvbS\\/S\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-13 13:43:41\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-13 13:43:41\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:5000;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Md. Yasin Miah\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01922555224\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$oxDZRV7XbtHxpjEDG\\/4O2exk.sN96RcOVLaDZHtVCb.X58uHvbS\\/S\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-13 13:43:41\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-13 13:43:41\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}}}s:4:\\\"text\\\";s:540:\\\"\\u09aa\\u09cd\\u09b0\\u09bf\\u09af\\u09bc \\u0997\\u09cd\\u09b0\\u09be\\u09b9\\u0995,\\n\\u09ae\\u09be\\u0987\\u099c\\u09bf\\u09aa\\u09bf\\u098f\\u09b8 \\u099f\\u09cd\\u09b0\\u09cd\\u09af\\u09be\\u0995\\u09bf\\u0982 \\u09b8\\u09be\\u09b0\\u09cd\\u09ad\\u09bf\\u09b8 \\u098f\\u09b0 \\u09aa\\u0995\\u09cd\\u09b7 \\u09a5\\u09c7\\u0995\\u09c7 \\u09aa\\u09ac\\u09bf\\u09a4\\u09cd\\u09b0 \\u0988\\u09a6\\u09c1\\u09b2 \\u09ab\\u09bf\\u09a4\\u09b0 \\u0989\\u09aa\\u09b2\\u0995\\u09cd\\u09b7\\u09c7 \\u0986\\u09aa\\u09a8\\u09be\\u0995\\u09c7 \\u099c\\u09be\\u09a8\\u09be\\u0987 \\\"\\u0988\\u09a6 \\u09ae\\u09cb\\u09ac\\u09be\\u09b0\\u0995\\\"\\u0964 \\u0986\\u09aa\\u09a8\\u09be\\u09b0 \\u09aa\\u09b0\\u09bf\\u09ac\\u09be\\u09b0\\u0995\\u09c7 \\u09a8\\u09bf\\u09af\\u09bc\\u09c7 \\u098f\\u09ac\\u09be\\u09b0\\u09c7\\u09b0 \\u0988\\u09a6 \\u0995\\u09be\\u099f\\u09c1\\u0995 \\u0986\\u09b0\\u09cb \\u0986\\u09a8\\u09a8\\u09cd\\u09a6\\u09aa\\u09c2\\u09b0\\u09cd\\u09a3 \\u0993 \\u0989\\u09aa\\u09ad\\u09cb\\u0997\\u09cd\\u09af\\u09ae\\u09af\\u09bc\\u0964 \\u0986\\u09aa\\u09a8\\u09be\\u09b0 \\u09aa\\u09cd\\u09b0\\u09a4\\u09bf\\u099f\\u09bf \\u09af\\u09be\\u09a4\\u09cd\\u09b0\\u09be \\u09b6\\u09c1\\u09ad \\u09b9\\u09cb\\u0995\\u0964\\\";}s:3:\\\"job\\\";N;s:10:\\\"connection\\\";N;s:5:\\\"queue\\\";N;s:15:\\\"chainConnection\\\";N;s:10:\\\"chainQueue\\\";N;s:5:\\\"delay\\\";N;s:10:\\\"middleware\\\";a:0:{}s:7:\\\"chained\\\";a:0:{}}\"}}', 'Illuminate\\Queue\\MaxAttemptsExceededException: App\\Jobs\\SmsSend has been attempted too many times or run too long. The job may have previously timed out. in /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php:648\nStack trace:\n#0 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(163): Illuminate\\Queue\\Worker->maxAttemptsExceededException(Object(Illuminate\\Queue\\Jobs\\DatabaseJob))\n#1 /home/mygpsbd/public_html/app/Http/helper.php(28): Illuminate\\Queue\\Worker->Illuminate\\Queue\\{closure}(14, Array)\n#2 /home/mygpsbd/public_html/app/Jobs/SmsSend.php(35): send_sms(\'\\xE0\\xA6\\xAA\\xE0\\xA7\\x8D\\xE0\\xA6\\xB0\\xE0\\xA6\\xBF\\xE0\\xA6\\xAF...\', Array)\n#3 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App\\Jobs\\SmsSend->handle()\n#4 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/Util.php(37): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}()\n#5 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(93): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))\n#6 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(37): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))\n#7 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/Container.php(596): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)\n#8 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php(94): Illuminate\\Container\\Container->call(Array)\n#9 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(128): Illuminate\\Bus\\Dispatcher->Illuminate\\Bus\\{closure}(Object(App\\Jobs\\SmsSend))\n#10 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(103): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(App\\Jobs\\SmsSend))\n#11 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php(98): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))\n#12 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(83): Illuminate\\Bus\\Dispatcher->dispatchNow(Object(App\\Jobs\\SmsSend), false)\n#13 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(128): Illuminate\\Queue\\CallQueuedHandler->Illuminate\\Queue\\{closure}(Object(App\\Jobs\\SmsSend))\n#14 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(103): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(App\\Jobs\\SmsSend))\n#15 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(85): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))\n#16 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(59): Illuminate\\Queue\\CallQueuedHandler->dispatchThroughMiddleware(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Object(App\\Jobs\\SmsSend))\n#17 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Jobs/Job.php(98): Illuminate\\Queue\\CallQueuedHandler->call(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Array)\n#18 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(356): Illuminate\\Queue\\Jobs\\Job->fire()\n#19 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(306): Illuminate\\Queue\\Worker->process(\'database\', Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Object(Illuminate\\Queue\\WorkerOptions))\n#20 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(132): Illuminate\\Queue\\Worker->runJob(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), \'database\', Object(Illuminate\\Queue\\WorkerOptions))\n#21 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(112): Illuminate\\Queue\\Worker->daemon(\'database\', \'default\', Object(Illuminate\\Queue\\WorkerOptions))\n#22 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(96): Illuminate\\Queue\\Console\\WorkCommand->runWorker(\'database\', \'default\')\n#23 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Illuminate\\Queue\\Console\\WorkCommand->handle()\n#24 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/Util.php(37): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}()\n#25 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(93): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))\n#26 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(37): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))\n#27 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/Container.php(596): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)\n#28 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Console/Command.php(134): Illuminate\\Container\\Container->call(Array)\n#29 /home/mygpsbd/public_html/vendor/symfony/console/Command/Command.php(298): Illuminate\\Console\\Command->execute(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))\n#30 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Console/Command.php(121): Symfony\\Component\\Console\\Command\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))\n#31 /home/mygpsbd/public_html/vendor/symfony/console/Application.php(1040): Illuminate\\Console\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#32 /home/mygpsbd/public_html/vendor/symfony/console/Application.php(301): Symfony\\Component\\Console\\Application->doRunCommand(Object(Illuminate\\Queue\\Console\\WorkCommand), Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#33 /home/mygpsbd/public_html/vendor/symfony/console/Application.php(171): Symfony\\Component\\Console\\Application->doRun(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#34 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Console/Application.php(93): Symfony\\Component\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#35 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(129): Illuminate\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#36 /home/mygpsbd/public_html/artisan(37): Illuminate\\Foundation\\Console\\Kernel->handle(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#37 {main}', '2024-04-12 03:01:02');
INSERT INTO `failed_jobs` (`id`, `connection`, `queue`, `payload`, `exception`, `failed_at`) VALUES
(742, 'database', 'default', '{\"uuid\":\"af63834d-5c97-4e5f-bc7f-6dc954677585\",\"displayName\":\"App\\\\Jobs\\\\SmsSend\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"delay\":null,\"timeout\":null,\"timeoutAt\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\SmsSend\",\"command\":\"O:16:\\\"App\\\\Jobs\\\\SmsSend\\\":9:{s:4:\\\"data\\\";a:2:{s:4:\\\"data\\\";O:39:\\\"Illuminate\\\\Database\\\\Eloquent\\\\Collection\\\":1:{s:8:\\\"\\u0000*\\u0000items\\\";a:100:{i:0;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:5001;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Obaidul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"burmi1@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01716921571\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$SDjA\\/.8muRQQlAFlfpP90ue41n.pe.fVcPG.vs0LMMA.MBTtuFVh.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-13 13:46:22\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-03-21 10:43:03\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:5001;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Obaidul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"burmi1@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01716921571\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$SDjA\\/.8muRQQlAFlfpP90ue41n.pe.fVcPG.vs0LMMA.MBTtuFVh.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-13 13:46:22\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-03-21 10:43:03\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:1;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:5002;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Rashid Titu\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"titu64@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01711978664\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$M1M1bJgY7tIaLH4\\/ac9Jt.4I1sO7S6muqaBvsgnyQnsAEEv14ad9K\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-13 17:41:03\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-13 17:41:03\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:5002;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Rashid Titu\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"titu64@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01711978664\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$M1M1bJgY7tIaLH4\\/ac9Jt.4I1sO7S6muqaBvsgnyQnsAEEv14ad9K\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-13 17:41:03\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-13 17:41:03\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:2;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:5003;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Ashraful\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01711463207\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$gmSFslTdiY1f\\/DMP7m.wxe\\/I5MdGJ8YEnL6EaXPLcVjiHmEfen22.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-14 17:43:05\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-14 17:43:05\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:5003;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Ashraful\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01711463207\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$gmSFslTdiY1f\\/DMP7m.wxe\\/I5MdGJ8YEnL6EaXPLcVjiHmEfen22.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-14 17:43:05\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-14 17:43:05\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:3;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:5004;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Nour hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"nourhossain27@gmail.com\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01973333600\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ZLstinkkhJUG4\\/eQQDFABu4WLdeeRhxryuUhsAF4noisNb7vWpZcG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-17 12:49:23\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-17 12:49:23\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:5004;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Nour hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"nourhossain27@gmail.com\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01973333600\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ZLstinkkhJUG4\\/eQQDFABu4WLdeeRhxryuUhsAF4noisNb7vWpZcG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-17 12:49:23\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-17 12:49:23\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:4;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:5005;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Akshoy Bhowmick\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"akshay88@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01641850988\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$U0zwyt3LuzZYJFMUgvUkm.unzhV9PwR1KV7AlK2PWXYGdj3HxeK.O\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-17 12:52:15\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-17 12:52:15\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:5005;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Akshoy Bhowmick\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"akshay88@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01641850988\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$U0zwyt3LuzZYJFMUgvUkm.unzhV9PwR1KV7AlK2PWXYGdj3HxeK.O\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-17 12:52:15\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-17 12:52:15\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:5;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:5006;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"ABUL KALAM AZAD\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:17:\\\"azadhfc@gmail.com\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01831893351\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$xe1zmXK3ci3wlnxmU90kmuhBcS7AfuQXqfnYmv\\/RTem.DlvzcSKwC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-17 13:47:37\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-17 13:48:22\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:5006;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"ABUL KALAM AZAD\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:17:\\\"azadhfc@gmail.com\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01831893351\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$xe1zmXK3ci3wlnxmU90kmuhBcS7AfuQXqfnYmv\\/RTem.DlvzcSKwC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-17 13:47:37\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-17 13:48:22\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:6;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:5007;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md Angkur Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:7:\\\"Gazipur\\\";s:5:\\\"phone\\\";s:11:\\\"01775254860\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Rjy0M7rMSvWLU2kjxyrHme3dLNlvAACmQoTGNZ\\/Nka9rUUFX6JG.6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-02-17 15:05:37\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-17 15:05:37\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:5007;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md Angkur Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:7:\\\"Gazipur\\\";s:5:\\\"phone\\\";s:11:\\\"01775254860\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Rjy0M7rMSvWLU2kjxyrHme3dLNlvAACmQoTGNZ\\/Nka9rUUFX6JG.6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-02-17 15:05:37\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-17 15:05:37\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:7;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:5008;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Hamid\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"DHAKA\\\";s:5:\\\"phone\\\";s:11:\\\"01793750344\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$wIwiVsPgfkv5ZVzmvd51DuI\\/2GrFehca3Sy.uflSYoFqTIt\\/1UfyS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-02-17 15:25:42\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-17 15:25:42\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:5008;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Hamid\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"DHAKA\\\";s:5:\\\"phone\\\";s:11:\\\"01793750344\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$wIwiVsPgfkv5ZVzmvd51DuI\\/2GrFehca3Sy.uflSYoFqTIt\\/1UfyS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-02-17 15:25:42\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-17 15:25:42\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:8;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:5009;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Monir\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"DHAKA\\\";s:5:\\\"phone\\\";s:11:\\\"01986053967\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$QWSm1MSfu3N77bq24T50SOZNVZiC5L\\/7obcgth8utI2dsuWS8STGu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-02-17 15:28:28\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-17 15:28:28\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:5009;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Monir\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"DHAKA\\\";s:5:\\\"phone\\\";s:11:\\\"01986053967\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$QWSm1MSfu3N77bq24T50SOZNVZiC5L\\/7obcgth8utI2dsuWS8STGu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-02-17 15:28:28\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-17 15:28:28\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:9;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:5010;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Faruk\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:7:\\\"Tangail\\\";s:5:\\\"phone\\\";s:11:\\\"01718606975\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$jiPyKYkNep\\/IIwsK8WuQq.JK2GgeXXEo.UCMSXuLb629jgplM3IpC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-02-17 15:32:16\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-17 15:32:16\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:5010;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Faruk\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:7:\\\"Tangail\\\";s:5:\\\"phone\\\";s:11:\\\"01718606975\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$jiPyKYkNep\\/IIwsK8WuQq.JK2GgeXXEo.UCMSXuLb629jgplM3IpC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-02-17 15:32:16\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-17 15:32:16\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:10;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:5011;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Nesar Ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:10:\\\"Keranigonj\\\";s:5:\\\"phone\\\";s:11:\\\"01722745040\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$wbTwpysOqddwD3jD.4sS6.BTwpJrpLQyD5XjcIt6uZOYps2TJJSY6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-02-17 15:33:55\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-17 15:33:55\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:5011;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Nesar Ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:10:\\\"Keranigonj\\\";s:5:\\\"phone\\\";s:11:\\\"01722745040\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$wbTwpysOqddwD3jD.4sS6.BTwpJrpLQyD5XjcIt6uZOYps2TJJSY6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-02-17 15:33:55\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-17 15:33:55\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:11;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:5012;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Tazmul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"DHAKA\\\";s:5:\\\"phone\\\";s:11:\\\"01907199688\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$x.ed1JNHo6MJK8ymucZdA.YZfE4aTZsleP0TodU8\\/hCyM7XGUUKbi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-02-17 15:37:44\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-17 15:37:44\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:5012;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Tazmul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"DHAKA\\\";s:5:\\\"phone\\\";s:11:\\\"01907199688\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$x.ed1JNHo6MJK8ymucZdA.YZfE4aTZsleP0TodU8\\/hCyM7XGUUKbi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-02-17 15:37:44\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-17 15:37:44\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:12;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:5013;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Yousuf\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:9:\\\"Manikgonj\\\";s:5:\\\"phone\\\";s:11:\\\"01738685959\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$x02t6IgrIqj8.XIm9RMQm.OV4wnZsG0.FFDG8QSI9B9FcLEZ.HMLi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-02-17 15:40:54\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-17 15:40:54\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:5013;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Yousuf\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:9:\\\"Manikgonj\\\";s:5:\\\"phone\\\";s:11:\\\"01738685959\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$x02t6IgrIqj8.XIm9RMQm.OV4wnZsG0.FFDG8QSI9B9FcLEZ.HMLi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-02-17 15:40:54\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-17 15:40:54\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:13;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:5014;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Mojnu\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"DHAKA\\\";s:5:\\\"phone\\\";s:11:\\\"01688015454\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$mb9ZFwCNGBXz.B5K6qOqfuVV7rKeGZCQl19fq0Qfy3SvCwobvMdTy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-02-17 15:42:39\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-17 15:42:39\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:5014;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Mojnu\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"DHAKA\\\";s:5:\\\"phone\\\";s:11:\\\"01688015454\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$mb9ZFwCNGBXz.B5K6qOqfuVV7rKeGZCQl19fq0Qfy3SvCwobvMdTy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-02-17 15:42:39\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-17 15:42:39\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:14;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:5015;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Md Noyon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:7:\\\"Gazipur\\\";s:5:\\\"phone\\\";s:11:\\\"01714217204\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$zEtSZgPVfb\\/vM6qd1g3H5eOA8nXbpHj007QdN2IXdH7qVok.C2COC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-02-17 15:48:03\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-17 15:48:03\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:5015;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Md Noyon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:7:\\\"Gazipur\\\";s:5:\\\"phone\\\";s:11:\\\"01714217204\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$zEtSZgPVfb\\/vM6qd1g3H5eOA8nXbpHj007QdN2IXdH7qVok.C2COC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-02-17 15:48:03\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-17 15:48:03\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:15;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:5016;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Shahidul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01911140175\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$a4pBGigClItCaPWy0RX.3u6gTNlWUP6eaJlVdK1718vJ5VvJ.5OVK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-17 16:29:54\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-17 16:29:54\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:5016;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Shahidul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01911140175\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$a4pBGigClItCaPWy0RX.3u6gTNlWUP6eaJlVdK1718vJ5VvJ.5OVK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-17 16:29:54\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-17 16:29:54\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:16;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:5017;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"MD Asadujjaman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:27:\\\"md_assad@globalbrand.com.bd\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01975454542\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$brmIKKAW3U3WOTfeWyPMq.snMaG3rZuLsgMH6DtSm01e7d3Zb3ljm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-17 17:06:11\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-17 17:06:11\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:5017;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"MD Asadujjaman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:27:\\\"md_assad@globalbrand.com.bd\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01975454542\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$brmIKKAW3U3WOTfeWyPMq.snMaG3rZuLsgMH6DtSm01e7d3Zb3ljm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-17 17:06:11\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-17 17:06:11\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:17;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:5018;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Abdul Ahad Biswas\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"mpmanikganj@gmail.com\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01684095299\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$hWfc.Wt1fb6s1zeSZ56L7uQ3jNTdPPP6eZLJaMpV6Nkcv4GsSOPc6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-18 14:26:21\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-18 14:26:21\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:5018;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Abdul Ahad Biswas\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"mpmanikganj@gmail.com\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01684095299\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$hWfc.Wt1fb6s1zeSZ56L7uQ3jNTdPPP6eZLJaMpV6Nkcv4GsSOPc6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-18 14:26:21\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-18 14:26:21\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:18;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:5019;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Badol\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01780335504\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Pddc1KrThQYJFeUH6eHgGOaOrMH7LwSD8\\/6yhwMDgApHQZNNUypJi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-18 14:42:31\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-18 14:43:36\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:5019;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Badol\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01780335504\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Pddc1KrThQYJFeUH6eHgGOaOrMH7LwSD8\\/6yhwMDgApHQZNNUypJi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-18 14:42:31\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-18 14:43:36\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:19;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:5020;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Polash\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"gztanvir13452@gmail.com\\\";s:7:\\\"address\\\";s:12:\\\"Brahmanbaria\\\";s:5:\\\"phone\\\";s:11:\\\"01712815234\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$rhJMP5ytPD2LQhFdjh9aJuTg\\/mlBuoinkpyLT.c.hFdojiujH4.pC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-02-19 12:56:44\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-19 12:56:44\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:5020;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Polash\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"gztanvir13452@gmail.com\\\";s:7:\\\"address\\\";s:12:\\\"Brahmanbaria\\\";s:5:\\\"phone\\\";s:11:\\\"01712815234\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$rhJMP5ytPD2LQhFdjh9aJuTg\\/mlBuoinkpyLT.c.hFdojiujH4.pC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-02-19 12:56:44\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-19 12:56:44\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:20;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:5021;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Shehan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01684174034\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$vFO\\/8VgVfWw8W.X9htcC2eiinrsozjux7ug0SntHdujEdLR\\/Jo1yW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-19 13:12:20\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-19 13:12:20\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:5021;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Shehan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01684174034\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$vFO\\/8VgVfWw8W.X9htcC2eiinrsozjux7ug0SntHdujEdLR\\/Jo1yW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-19 13:12:20\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-19 13:12:20\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:21;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:5022;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Adv.Bipul Saha\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01724000221\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$vfr7ibe4nm6irfixCatV7Oyw2Dl\\/BsqRQhaqbkYcwr7pyyKI2b8KS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-19 13:28:25\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-19 13:28:25\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:5022;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Adv.Bipul Saha\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01724000221\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$vfr7ibe4nm6irfixCatV7Oyw2Dl\\/BsqRQhaqbkYcwr7pyyKI2b8KS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-19 13:28:25\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-19 13:28:25\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:22;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:5023;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Md. shahid\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01834303132\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$HkLqIn9Okx7TCU2hpzp3z.TH7sIxqjCd.VlHp5\\/PBOiv1UVWVUEzO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-19 14:56:18\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-19 14:56:18\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:5023;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Md. shahid\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01834303132\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$HkLqIn9Okx7TCU2hpzp3z.TH7sIxqjCd.VlHp5\\/PBOiv1UVWVUEzO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-19 14:56:18\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-19 14:56:18\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:23;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:5024;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Sharif\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:7:\\\"Tangail\\\";s:5:\\\"phone\\\";s:11:\\\"01711234222\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$zoxwMzYFUu1VJjoAhR7XW.hI9kmJh97sIIpbmvntOZcZOISI2ULFu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-02-19 15:01:38\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-19 15:01:38\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:5024;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Sharif\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:7:\\\"Tangail\\\";s:5:\\\"phone\\\";s:11:\\\"01711234222\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$zoxwMzYFUu1VJjoAhR7XW.hI9kmJh97sIIpbmvntOZcZOISI2ULFu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-02-19 15:01:38\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-19 15:01:38\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:24;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:5025;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Faruk\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01823039915\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$1qCqyD.Qx2Bm57M9Bij7au3WZjeHcjEavGZ32CD3pCyRTLA5WWKzy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-19 15:17:17\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-19 15:17:17\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:5025;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Faruk\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01823039915\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$1qCqyD.Qx2Bm57M9Bij7au3WZjeHcjEavGZ32CD3pCyRTLA5WWKzy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-19 15:17:17\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-19 15:17:17\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:25;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:5026;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Joy Saha\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:17:\\\"joy66@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01965926766\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$4U55IEie.wK\\/Hsc4xoC46eKfqjZUSw34Hwz7gvNXlPsY1XpBG4VR2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-19 16:05:02\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-19 16:05:02\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:5026;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Joy Saha\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:17:\\\"joy66@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01965926766\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$4U55IEie.wK\\/Hsc4xoC46eKfqjZUSw34Hwz7gvNXlPsY1XpBG4VR2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-19 16:05:02\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-19 16:05:02\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:26;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:5027;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Alamin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"alamin9@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01914865991\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$mWXCS0xJZ9KY0YRdXaV99eZihrBt4sFmg9QZSoLmB7NreNVYquNBe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-19 16:34:02\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-03-05 12:20:42\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:5027;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Alamin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"alamin9@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01914865991\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$mWXCS0xJZ9KY0YRdXaV99eZihrBt4sFmg9QZSoLmB7NreNVYquNBe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-19 16:34:02\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-03-05 12:20:42\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:27;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:5028;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Jahid\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:7:\\\"Tangail\\\";s:5:\\\"phone\\\";s:11:\\\"01844158805\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$pvXwdLK4Bw9sJNU\\/XLh8m.rgjsHDm8WI9\\/w9tAvCaLx4K5IdEaHVy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-02-19 16:38:09\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-19 16:38:09\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:5028;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Jahid\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:7:\\\"Tangail\\\";s:5:\\\"phone\\\";s:11:\\\"01844158805\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$pvXwdLK4Bw9sJNU\\/XLh8m.rgjsHDm8WI9\\/w9tAvCaLx4K5IdEaHVy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-02-19 16:38:09\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-19 16:38:09\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:28;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:5029;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Shohag hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01730178878\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Hxzy3cs45hFjDplqjFN55OiYtqEwVBmen\\/L0Xe4PVeVG4GaDd5suC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-19 17:24:50\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-19 17:24:50\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:5029;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Shohag hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01730178878\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Hxzy3cs45hFjDplqjFN55OiYtqEwVBmen\\/L0Xe4PVeVG4GaDd5suC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-19 17:24:50\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-19 17:24:50\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:29;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:5030;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"CHANCHUL\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:17:\\\"Lack city Concord\\\";s:5:\\\"phone\\\";s:11:\\\"01711570041\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$CcFqdVaCsAReSd04My0CB.4rKZdG2agBNs10APQJi4ljp1gqqCeNy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-02-20 15:18:00\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-20 15:18:00\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:5030;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"CHANCHUL\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:17:\\\"Lack city Concord\\\";s:5:\\\"phone\\\";s:11:\\\"01711570041\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$CcFqdVaCsAReSd04My0CB.4rKZdG2agBNs10APQJi4ljp1gqqCeNy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-02-20 15:18:00\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-20 15:18:00\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:30;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:5031;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"MD AL Amin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:9:\\\"Jatrabari\\\";s:5:\\\"phone\\\";s:11:\\\"01688929789\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$tPjVCVzPshOmEcmCWOmpAOXpSyrdAuncnzkBwTEqWS\\/aaMTwHlD2q\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-02-20 15:19:52\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-20 15:19:52\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:5031;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"MD AL Amin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:9:\\\"Jatrabari\\\";s:5:\\\"phone\\\";s:11:\\\"01688929789\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$tPjVCVzPshOmEcmCWOmpAOXpSyrdAuncnzkBwTEqWS\\/aaMTwHlD2q\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-02-20 15:19:52\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-20 15:19:52\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:31;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:5032;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Opu Sarkar\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:26:\\\"Shampur, dholer wasar gate\\\";s:5:\\\"phone\\\";s:11:\\\"01964951890\\\";s:11:\\\"alter_phone\\\";s:11:\\\"01920997521\\\";s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$TSXtLsTfV0DhR7nQMybrqOP72Ye6HcgYbLxWOaGA9WSB7pQFVzq4.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-02-20 15:22:48\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-20 15:22:48\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:5032;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Opu Sarkar\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:26:\\\"Shampur, dholer wasar gate\\\";s:5:\\\"phone\\\";s:11:\\\"01964951890\\\";s:11:\\\"alter_phone\\\";s:11:\\\"01920997521\\\";s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$TSXtLsTfV0DhR7nQMybrqOP72Ye6HcgYbLxWOaGA9WSB7pQFVzq4.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-02-20 15:22:48\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-20 15:22:48\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:32;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:5033;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"MD kawsar\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Tongi\\\";s:5:\\\"phone\\\";s:11:\\\"01608324267\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$3jzOgqbG.PyDH\\/\\/ywNX8U.XfnidsJ9sMPBtG6yJ0LSLk.vH7oSmSG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-02-20 15:31:55\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-20 15:31:55\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:5033;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"MD kawsar\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Tongi\\\";s:5:\\\"phone\\\";s:11:\\\"01608324267\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$3jzOgqbG.PyDH\\/\\/ywNX8U.XfnidsJ9sMPBtG6yJ0LSLk.vH7oSmSG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-02-20 15:31:55\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-20 15:31:55\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:33;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:5034;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Rifat Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:23:\\\"Agargoan,jonota housing\\\";s:5:\\\"phone\\\";s:11:\\\"01911867851\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$T3Lvxk8ZoyFnuaeUcXYqPOB0L\\/mBWew2nGfyBq78uOsCsk77si5Hy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-02-20 15:35:32\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-20 15:35:32\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:5034;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Rifat Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:23:\\\"Agargoan,jonota housing\\\";s:5:\\\"phone\\\";s:11:\\\"01911867851\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$T3Lvxk8ZoyFnuaeUcXYqPOB0L\\/mBWew2nGfyBq78uOsCsk77si5Hy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-02-20 15:35:32\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-20 15:35:32\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:34;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:5035;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Dihan Tonmoy\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:9:\\\"Manikgonj\\\";s:5:\\\"phone\\\";s:11:\\\"01722348308\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$9Ufnaj5dFQaTU7UggaYNt.N5mzVtyjauQ.d5ZnlwrkYX6XVfd2A8y\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-02-20 15:39:13\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-20 15:39:13\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:5035;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Dihan Tonmoy\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:9:\\\"Manikgonj\\\";s:5:\\\"phone\\\";s:11:\\\"01722348308\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$9Ufnaj5dFQaTU7UggaYNt.N5mzVtyjauQ.d5ZnlwrkYX6XVfd2A8y\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-02-20 15:39:13\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-20 15:39:13\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:35;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:5036;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"MD KAJOL\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:37:\\\"Navana CNG Limited (Dipnagar Gabtoli)\\\";s:5:\\\"phone\\\";s:11:\\\"01999140856\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$6YEU6M0NXyTSyz9.xvZ3COZvgzUZoV\\/WeyOQH2q7pbMj31VoyxQFy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-02-20 15:48:12\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-20 15:48:12\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:5036;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"MD KAJOL\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:37:\\\"Navana CNG Limited (Dipnagar Gabtoli)\\\";s:5:\\\"phone\\\";s:11:\\\"01999140856\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$6YEU6M0NXyTSyz9.xvZ3COZvgzUZoV\\/WeyOQH2q7pbMj31VoyxQFy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-02-20 15:48:12\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-20 15:48:12\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:36;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:5037;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:22:\\\"Asaduzzaman khan ripon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:6:\\\"Kalshi\\\";s:5:\\\"phone\\\";s:11:\\\"01798064564\\\";s:11:\\\"alter_phone\\\";s:11:\\\"01743047912\\\";s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$8oTFLsi7zPUAptzvuOAi4.VG.l1SCcZtT15idKzgmJHUcpVhLwQDS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-02-20 16:03:34\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-20 16:04:00\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:5037;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:22:\\\"Asaduzzaman khan ripon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:6:\\\"Kalshi\\\";s:5:\\\"phone\\\";s:11:\\\"01798064564\\\";s:11:\\\"alter_phone\\\";s:11:\\\"01743047912\\\";s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$8oTFLsi7zPUAptzvuOAi4.VG.l1SCcZtT15idKzgmJHUcpVhLwQDS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-02-20 16:03:34\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-20 16:04:00\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:37;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:5038;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Asaduzzaman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:60:\\\"Ctg Road,Bumi polle \\u0986\\u09ac\\u09be\\u09b8\\u09bf\\u0995 \\u098f\\u09b2\\u09be\\u0995\\u09be\\u09af\\u09bc\\\";s:5:\\\"phone\\\";s:11:\\\"01713758100\\\";s:11:\\\"alter_phone\\\";s:11:\\\"01674426352\\\";s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$7Ulsd.Ds\\/7iL1whbNU0QF.mrvWYVzmSYQfs3HKzCn6gZASOk5fjES\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-02-20 16:09:31\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-20 16:09:31\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:5038;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Asaduzzaman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:60:\\\"Ctg Road,Bumi polle \\u0986\\u09ac\\u09be\\u09b8\\u09bf\\u0995 \\u098f\\u09b2\\u09be\\u0995\\u09be\\u09af\\u09bc\\\";s:5:\\\"phone\\\";s:11:\\\"01713758100\\\";s:11:\\\"alter_phone\\\";s:11:\\\"01674426352\\\";s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$7Ulsd.Ds\\/7iL1whbNU0QF.mrvWYVzmSYQfs3HKzCn6gZASOk5fjES\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-02-20 16:09:31\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-20 16:09:31\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:38;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:5039;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Rukon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Kuril\\\";s:5:\\\"phone\\\";s:11:\\\"01913439831\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$EqGEVZFqbF2yIm3WuB0lTuV2HU71ZeE9zAqYb9K9AAS5EAjSXROdK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-02-20 16:32:20\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-20 16:32:20\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:5039;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Rukon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Kuril\\\";s:5:\\\"phone\\\";s:11:\\\"01913439831\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$EqGEVZFqbF2yIm3WuB0lTuV2HU71ZeE9zAqYb9K9AAS5EAjSXROdK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-02-20 16:32:20\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-20 16:32:20\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:39;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:5040;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Arifol islam Golap\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:19:\\\"Rupgonj,Narayangonj\\\";s:5:\\\"phone\\\";s:11:\\\"01784878278\\\";s:11:\\\"alter_phone\\\";s:11:\\\"01308334256\\\";s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$8xXRbVNPSSf4eC19KaOVY.powfFC.0z2QZc9OIq7d4UNfAn9qXQ1S\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-02-20 16:38:18\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-20 16:38:18\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:5040;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Arifol islam Golap\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:19:\\\"Rupgonj,Narayangonj\\\";s:5:\\\"phone\\\";s:11:\\\"01784878278\\\";s:11:\\\"alter_phone\\\";s:11:\\\"01308334256\\\";s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$8xXRbVNPSSf4eC19KaOVY.powfFC.0z2QZc9OIq7d4UNfAn9qXQ1S\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-02-20 16:38:18\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-20 16:38:18\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:40;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:5041;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"MD Helal\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:9:\\\"Noyakhali\\\";s:5:\\\"phone\\\";s:11:\\\"01732976782\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$UOhG25ZMaO02uUut7hDGIe5nReJslTQ0nqUN7GtM.YPHR1oR4uQrS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-02-20 16:42:09\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-20 16:42:09\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:5041;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"MD Helal\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:9:\\\"Noyakhali\\\";s:5:\\\"phone\\\";s:11:\\\"01732976782\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$UOhG25ZMaO02uUut7hDGIe5nReJslTQ0nqUN7GtM.YPHR1oR4uQrS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-02-20 16:42:09\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-20 16:42:09\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:41;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:5042;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Amzad Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"amzad21@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01715366921\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$oxU\\/SLn8YDam1PPO1M9VeuQpYWMIFQh24sQ8aGq20mhRjVWDl25Ui\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-20 17:03:15\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-20 17:03:15\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:5042;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Amzad Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"amzad21@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01715366921\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$oxU\\/SLn8YDam1PPO1M9VeuQpYWMIFQh24sQ8aGq20mhRjVWDl25Ui\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-20 17:03:15\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-20 17:03:15\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:42;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:5043;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Md. Wazed Ali\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01327305956\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$owAZdzp5tuxcWhPcBempnewxvySHvXt18GCI.DcGKCAJCQtRSsdGe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-22 13:44:56\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-22 13:44:56\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:5043;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Md. Wazed Ali\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01327305956\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$owAZdzp5tuxcWhPcBempnewxvySHvXt18GCI.DcGKCAJCQtRSsdGe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-22 13:44:56\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-22 13:44:56\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:43;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:5044;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Raihan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:24:\\\"khanraihan1963@gmail.com\\\";s:7:\\\"address\\\";s:7:\\\"b-baria\\\";s:5:\\\"phone\\\";s:11:\\\"01755288888\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$CWAhoekpl.0VI3FMsMlZ4eNUJeK5C1VDVCax4b4wkkD8fvGnwsrdC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-02-22 13:50:57\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-22 13:50:57\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:5044;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Raihan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:24:\\\"khanraihan1963@gmail.com\\\";s:7:\\\"address\\\";s:7:\\\"b-baria\\\";s:5:\\\"phone\\\";s:11:\\\"01755288888\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$CWAhoekpl.0VI3FMsMlZ4eNUJeK5C1VDVCax4b4wkkD8fvGnwsrdC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-02-22 13:50:57\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-22 13:50:57\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:44;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:5045;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Rohy\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01783592380\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$1LAaHCQJvlUDvmR2gBLgwenyQFFUqc9wBd8yGRwhdfjKh69P09NPy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-24 12:57:36\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-24 12:57:52\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:5045;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Rohy\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01783592380\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$1LAaHCQJvlUDvmR2gBLgwenyQFFUqc9wBd8yGRwhdfjKh69P09NPy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-24 12:57:36\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-24 12:57:52\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:45;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:5046;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Badrul Hasan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"vabuk.law@gmail.com\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01819425498\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ywdho.V1SdIP2qtz5WgNdu2mJULUhgR2XzuenD4vddL3n.dl0ycSm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-24 13:02:13\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-24 13:02:13\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:5046;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Badrul Hasan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"vabuk.law@gmail.com\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01819425498\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ywdho.V1SdIP2qtz5WgNdu2mJULUhgR2XzuenD4vddL3n.dl0ycSm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-24 13:02:13\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-24 13:02:13\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:46;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:5047;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Ashiqur Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01712977181\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$V5mAx39DdKRH8p3PZudyT.Z1d\\/4U68qljSHWXZ2IC04ltdVoiSb.G\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-24 13:04:58\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-24 13:04:58\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:5047;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Ashiqur Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01712977181\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$V5mAx39DdKRH8p3PZudyT.Z1d\\/4U68qljSHWXZ2IC04ltdVoiSb.G\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-24 13:04:58\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-24 13:04:58\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:47;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:5048;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Shaidul islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01712477731\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$RZtQiOQEBeTavn7NfaB2TeZEov7T0ie5K.YmVgpJV7EdNbhvP3fYm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-24 14:06:52\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-24 14:06:52\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:5048;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Shaidul islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01712477731\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$RZtQiOQEBeTavn7NfaB2TeZEov7T0ie5K.YmVgpJV7EdNbhvP3fYm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-24 14:06:52\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-24 14:06:52\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:48;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:5049;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"MD Mahbubur Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"Overshadow11@gmail.com\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01611519388\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$V2H39u6wzcuoCeK0Ork2TujEckD7p5UTOXqNseVPeii8H1PDCnUJK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-24 14:33:59\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-24 14:33:59\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:5049;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"MD Mahbubur Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"Overshadow11@gmail.com\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01611519388\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$V2H39u6wzcuoCeK0Ork2TujEckD7p5UTOXqNseVPeii8H1PDCnUJK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-24 14:33:59\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-24 14:33:59\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:49;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:5050;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Nur Azad\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01303303899\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$shv2a6HCf5BI0e4bVqhLQu29XEkyFKYkoKnw7l6ti49vgeykxMCfu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-24 15:02:15\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-24 15:02:25\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:5050;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Nur Azad\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01303303899\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$shv2a6HCf5BI0e4bVqhLQu29XEkyFKYkoKnw7l6ti49vgeykxMCfu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-24 15:02:15\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-24 15:02:25\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:50;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:5051;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Mizan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"arahmanshan05@gmail.com\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01844185251\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$nat0qFC0XWzGxa0UTxT4BeTwXquJdFsku48PSTzifq7px8JQgXTxG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-24 16:20:02\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-24 16:20:02\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:5051;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Mizan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"arahmanshan05@gmail.com\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01844185251\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$nat0qFC0XWzGxa0UTxT4BeTwXquJdFsku48PSTzifq7px8JQgXTxG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-24 16:20:02\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-24 16:20:02\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:51;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:5052;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"IBRAHIM\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01767783417\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$c9dMfTyyUnwwqSk2\\/jJXG.96IzOOwnbM174o\\/b2WPnB0mVoX.A6nG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-24 16:21:26\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-24 16:21:26\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:5052;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"IBRAHIM\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01767783417\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$c9dMfTyyUnwwqSk2\\/jJXG.96IzOOwnbM174o\\/b2WPnB0mVoX.A6nG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-24 16:21:26\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-24 16:21:26\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:52;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:5053;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"Modern Herbal Group\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01678075335\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$VvIAAm8C88YNY\\/5atdQi1eQ5ethiv1etCWanQQsbwKHqTzVL3vtoG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-25 15:09:30\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-25 15:09:30\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:5053;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"Modern Herbal Group\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01678075335\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$VvIAAm8C88YNY\\/5atdQi1eQ5ethiv1etCWanQQsbwKHqTzVL3vtoG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-25 15:09:30\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-25 15:09:30\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:53;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:5054;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Md. Mehedi\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"mehedi64@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01791554064\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$wqoOilmfz2lTxVSR3Dv2MOFnB02E4fxnQlyXjh63048IouQWnnVRi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-27 11:51:37\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-27 11:51:37\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:5054;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Md. Mehedi\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"mehedi64@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01791554064\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$wqoOilmfz2lTxVSR3Dv2MOFnB02E4fxnQlyXjh63048IouQWnnVRi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-27 11:51:37\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-27 11:51:37\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:54;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:5055;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Sohel\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01828675464\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$NZiKI9CtiTSnMOCpHIptUe48LjNzb2RpHv3LQIZ4dLIxRi2Ph0OtK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-27 11:54:40\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-27 11:54:40\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:5055;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Sohel\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01828675464\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$NZiKI9CtiTSnMOCpHIptUe48LjNzb2RpHv3LQIZ4dLIxRi2Ph0OtK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-27 11:54:40\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-27 11:54:40\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:55;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:5056;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Bulbul\\\";s:3:\\\"nid\\\";s:3:\\\"N\\/A\\\";s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"DHAKA\\\";s:5:\\\"phone\\\";s:11:\\\"01911389392\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$1eMfcYOs0bB2aTF4AqVVCuQLM6G5iHuOTlc5ssUJZTOi1TcjXZ0Ue\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-02-28 11:08:32\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-28 11:08:32\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:5056;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Bulbul\\\";s:3:\\\"nid\\\";s:3:\\\"N\\/A\\\";s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"DHAKA\\\";s:5:\\\"phone\\\";s:11:\\\"01911389392\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$1eMfcYOs0bB2aTF4AqVVCuQLM6G5iHuOTlc5ssUJZTOi1TcjXZ0Ue\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-02-28 11:08:32\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-28 11:08:32\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:56;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:5058;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:25:\\\"Alok Debnath \\uff08Foridpur)\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:8:\\\"Foridpur\\\";s:5:\\\"phone\\\";s:11:\\\"01761713106\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$LhZ.qMER5nylHmt0EwAUR.0NAQkxIug1E.8Km6hQJ4GPoZtrEnyEK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-02-28 11:46:53\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-28 11:46:53\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:5058;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:25:\\\"Alok Debnath \\uff08Foridpur)\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:8:\\\"Foridpur\\\";s:5:\\\"phone\\\";s:11:\\\"01761713106\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$LhZ.qMER5nylHmt0EwAUR.0NAQkxIug1E.8Km6hQJ4GPoZtrEnyEK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-02-28 11:46:53\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-28 11:46:53\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:57;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:5059;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Delower hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01680993588\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$IST7hcillxKYnAx0s.3dC.H0f5Z0PSItkfmrLw0SUCmQwLa2qdZIu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-28 14:56:40\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-28 14:59:32\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:5059;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:15:\\\"Delower hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01680993588\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$IST7hcillxKYnAx0s.3dC.H0f5Z0PSItkfmrLw0SUCmQwLa2qdZIu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-28 14:56:40\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-28 14:59:32\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:58;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:5060;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md. Masum Billah\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:24:\\\"sultanfoodland@gmail.com\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01715284025\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$KGiWQvyP.DyhbF.lz5A6F.h2HS4v2upyOsPmoe69s3ea25g5kOVXq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-28 15:01:40\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-28 15:03:01\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:5060;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md. Masum Billah\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:24:\\\"sultanfoodland@gmail.com\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01715284025\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$KGiWQvyP.DyhbF.lz5A6F.h2HS4v2upyOsPmoe69s3ea25g5kOVXq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-28 15:01:40\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-28 15:03:01\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:59;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:5061;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Nazmul Ahsan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"nazmul24@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01779896424\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$sVoongNGIHSstWHvAW9RuOTM.8z5kvkdkBNE4zEJihjDliiuB6aKy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-28 16:12:05\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-28 16:12:05\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:5061;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Nazmul Ahsan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"nazmul24@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01779896424\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$sVoongNGIHSstWHvAW9RuOTM.8z5kvkdkBNE4zEJihjDliiuB6aKy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-28 16:12:05\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-28 16:12:05\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:60;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:5062;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Shohidulla\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"shohidulla@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01716299334\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$HNvWEXOi3pBNMyLT7fU79uM0Rk6ArA9sctcTPn7F\\/jBlVfziSi5a2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-29 12:23:05\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-29 12:23:05\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:5062;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Shohidulla\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"shohidulla@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01716299334\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$HNvWEXOi3pBNMyLT7fU79uM0Rk6ArA9sctcTPn7F\\/jBlVfziSi5a2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-29 12:23:05\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-29 12:23:05\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:61;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:5063;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Ripon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01910209448\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$H64D1eG1bKGu4CJxACXrs.Oi.o5h89qsZRIYpKWJ.SX9GMvh1LMy.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-29 13:10:02\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-29 13:10:02\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:5063;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Ripon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01910209448\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$H64D1eG1bKGu4CJxACXrs.Oi.o5h89qsZRIYpKWJ.SX9GMvh1LMy.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-29 13:10:02\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-29 13:10:02\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:62;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:5064;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Imran Rauf\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"imranrauf@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01819219752\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$URJEQ\\/s5V9SXNytagtHysu7zLFMv.2KSETnqHQKWxmzmkh04jbH1e\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-29 14:10:12\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-29 14:10:12\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:5064;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Imran Rauf\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"imranrauf@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01819219752\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$URJEQ\\/s5V9SXNytagtHysu7zLFMv.2KSETnqHQKWxmzmkh04jbH1e\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-29 14:10:12\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-29 14:10:12\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:63;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:5065;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Shagor\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"shagor24@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01677541524\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$JdxcrtTlXRQvMjFnCsqmiOO0CkbKS.aD3NFJ9LAX10RTWv8NeenP2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-29 15:22:43\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-29 15:22:43\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:5065;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Shagor\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"shagor24@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01677541524\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$JdxcrtTlXRQvMjFnCsqmiOO0CkbKS.aD3NFJ9LAX10RTWv8NeenP2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-29 15:22:43\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-29 15:22:43\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:64;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:5066;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Rajan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"rajan75@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01723071975\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$VdpZ3guXroybWuV1ArMfLuLMfqgyE1aB5x9Ke0Oy6HYUzAi.Ry1fm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-29 15:33:33\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-29 15:33:33\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:5066;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Rajan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"rajan75@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01723071975\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$VdpZ3guXroybWuV1ArMfLuLMfqgyE1aB5x9Ke0Oy6HYUzAi.Ry1fm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-29 15:33:33\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-29 15:33:33\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:65;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:5067;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:24:\\\"Md Kamruzzaman Ibne Amin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"kzsohail@gmail.com\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01730088000\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$m4OfiZfW2c4eu3AU.3bwau0kgcPEaYAcO1laJUIpyMO9F3jiDMAqO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-29 16:29:56\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-29 16:29:56\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:5067;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:24:\\\"Md Kamruzzaman Ibne Amin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"kzsohail@gmail.com\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01730088000\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$m4OfiZfW2c4eu3AU.3bwau0kgcPEaYAcO1laJUIpyMO9F3jiDMAqO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-02-29 16:29:56\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-02-29 16:29:56\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:66;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:5068;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Sheuly\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"sheulydey6@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01720138402\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$vuSj2FqBGjcCZWHJg9YV5.JjCSuvluEk\\/kIPmF7HsdC2hoAFQz1Um\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-03-01 23:19:00\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-03-01 23:19:00\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:5068;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Sheuly\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"sheulydey6@gmail.com\\\";s:7:\\\"address\\\";s:5:\\\"Dhaka\\\";s:5:\\\"phone\\\";s:11:\\\"01720138402\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$vuSj2FqBGjcCZWHJg9YV5.JjCSuvluEk\\/kIPmF7HsdC2hoAFQz1Um\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-03-01 23:19:00\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-03-01 23:19:00\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:67;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:5070;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Monir\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01850703728\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$2pGm5TbqhyaFhNhGIUh8keeidmZHClW4TBptV6eXBsusCAHu8OkRS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-03-02 12:37:04\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-03-02 12:37:04\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:5070;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Monir\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01850703728\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$2pGm5TbqhyaFhNhGIUh8keeidmZHClW4TBptV6eXBsusCAHu8OkRS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-03-02 12:37:04\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-03-02 12:37:04\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:68;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:5071;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Niranjan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01684692907\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$fhGc3VEuz73R1ftKw89dOO9JwQyHbc3XRCw.Fyw8A6iw7mP5MWii.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-03-02 12:42:15\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-03-02 12:42:15\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:5071;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Niranjan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01684692907\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$fhGc3VEuz73R1ftKw89dOO9JwQyHbc3XRCw.Fyw8A6iw7mP5MWii.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-03-02 12:42:15\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-03-02 12:42:15\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:69;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:5072;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Habib\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"DHAKA\\\";s:5:\\\"phone\\\";s:11:\\\"01774930300\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$CuSLtRDSTCVC6GYPzg24x.UksBH.kjtOAmw8XgEoutYibXLpUM34m\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-03-02 17:49:39\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-03-02 17:49:39\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:5072;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Habib\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"DHAKA\\\";s:5:\\\"phone\\\";s:11:\\\"01774930300\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$CuSLtRDSTCVC6GYPzg24x.UksBH.kjtOAmw8XgEoutYibXLpUM34m\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-03-02 17:49:39\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-03-02 17:49:39\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:70;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:5073;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"MD Razibul Hasan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"hasan282930@gmail.com\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01959792060\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$rzJCH7jt9nmje9IMaPTLEelW6iE4Y7\\/U2Jz2T331NIuj6Y54r02vS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-03-03 15:42:04\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-03-03 15:50:35\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:5073;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"MD Razibul Hasan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"hasan282930@gmail.com\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01959792060\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$rzJCH7jt9nmje9IMaPTLEelW6iE4Y7\\/U2Jz2T331NIuj6Y54r02vS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-03-03 15:42:04\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-03-03 15:50:35\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:71;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:5075;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Monir Hasan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"monir24@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01710220624\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$JlF3VOnEgEZOkbqb078GxOVBAds75sJxgLBI83pQ4CwLfx0QE7cpG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-03-03 17:52:37\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-03-03 17:52:37\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:5075;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Monir Hasan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"monir24@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01710220624\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$JlF3VOnEgEZOkbqb078GxOVBAds75sJxgLBI83pQ4CwLfx0QE7cpG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-03-03 17:52:37\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-03-03 17:52:37\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:72;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:5076;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Md. Nazrul Bhuiyan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:7:\\\"Tangail\\\";s:5:\\\"phone\\\";s:11:\\\"01730838156\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$3f2mCvkEHm4F8XZcqZlasOuLQQFk5YHS0GCVD73GqdjNdSxS4FosW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-03-04 15:31:55\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-03-04 15:31:55\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:5076;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Md. Nazrul Bhuiyan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:7:\\\"Tangail\\\";s:5:\\\"phone\\\";s:11:\\\"01730838156\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$3f2mCvkEHm4F8XZcqZlasOuLQQFk5YHS0GCVD73GqdjNdSxS4FosW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-03-04 15:31:55\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-03-04 15:31:55\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:73;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:5077;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Kamrul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01974322024\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$MpwwWHmFK\\/Qb3trYV5aXuegPE9XFfQCdLCAY.Fz6XfIOtVV67fRgi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-03-04 15:53:31\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-03-04 15:53:31\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:5077;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Kamrul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01974322024\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$MpwwWHmFK\\/Qb3trYV5aXuegPE9XFfQCdLCAY.Fz6XfIOtVV67fRgi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-03-04 15:53:31\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-03-04 15:53:31\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:74;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:5079;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"MD.Sakhawat\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"sakhawat@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01768085533\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$twuiBbvgSVLs29W4v868OuatjAKaV3P8132dQLXANlf94jDPqziwy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-03-05 12:19:22\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-03-05 12:19:22\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:5079;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"MD.Sakhawat\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"sakhawat@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01768085533\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$twuiBbvgSVLs29W4v868OuatjAKaV3P8132dQLXANlf94jDPqziwy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-03-05 12:19:22\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-03-05 12:19:22\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:75;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:5080;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Supon Saha\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01868002397\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$xaJCbyjYXAqwSEwu\\/PAXS.ZNnA1fqFWtW5abFUMYZaZVy\\/CKyCj0m\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-03-05 12:30:59\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-03-05 12:30:59\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:5080;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Supon Saha\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01868002397\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$xaJCbyjYXAqwSEwu\\/PAXS.ZNnA1fqFWtW5abFUMYZaZVy\\/CKyCj0m\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-03-05 12:30:59\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-03-05 12:30:59\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:76;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:5081;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Torequl islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01888550483\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$D8XODbiqHhUCw2WXFkcpMeCKR1Btb\\/QX\\/C30bKP8H7naBAJM20EjW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-03-05 15:29:28\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-03-05 15:29:28\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:5081;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Torequl islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01888550483\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$D8XODbiqHhUCw2WXFkcpMeCKR1Btb\\/QX\\/C30bKP8H7naBAJM20EjW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-03-05 15:29:28\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-03-05 15:29:28\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:77;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:5082;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Mehedi Hasan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"mehedi89@mygpsbd.net\\\";s:7:\\\"address\\\";s:7:\\\"Gazipur\\\";s:5:\\\"phone\\\";s:11:\\\"01781863889\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$i6FSeTkdMtMDpTFfZydkiOL2jvHXP2Jz5HqWN.GtFS1Wh98O\\/dJEK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-03-05 16:39:42\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-03-05 16:39:42\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:5082;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Mehedi Hasan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"mehedi89@mygpsbd.net\\\";s:7:\\\"address\\\";s:7:\\\"Gazipur\\\";s:5:\\\"phone\\\";s:11:\\\"01781863889\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$i6FSeTkdMtMDpTFfZydkiOL2jvHXP2Jz5HqWN.GtFS1Wh98O\\/dJEK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-03-05 16:39:42\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-03-05 16:39:42\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:78;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:5083;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Lebu\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"lebu62@mygpsbd.net\\\";s:7:\\\"address\\\";s:7:\\\"Tangail\\\";s:5:\\\"phone\\\";s:11:\\\"01792446262\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ezjiyGtLzRBqdl0E3vyxI.KgKL0crPPzPHGZqp9tdTYshowpKeVYG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-03-05 16:55:27\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-03-05 16:55:27\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:5083;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Lebu\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"lebu62@mygpsbd.net\\\";s:7:\\\"address\\\";s:7:\\\"Tangail\\\";s:5:\\\"phone\\\";s:11:\\\"01792446262\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ezjiyGtLzRBqdl0E3vyxI.KgKL0crPPzPHGZqp9tdTYshowpKeVYG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-03-05 16:55:27\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-03-05 16:55:27\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:79;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:5084;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:24:\\\"Md. Abir Tazim Chowdhury\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:32:\\\"abirtazimchowdhury1988@gmail.com\\\";s:7:\\\"address\\\";s:53:\\\"Bashundara Residential Area K Block Road 19 House 838\\\";s:5:\\\"phone\\\";s:11:\\\"01710554380\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$9lFNiPtkBBizXPlpfw0cAOjHmwTGgJ0\\/nZMEEWYgwoguA5Uuc5eM6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-03-05 17:30:48\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-03-05 17:30:48\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:5084;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:24:\\\"Md. Abir Tazim Chowdhury\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:32:\\\"abirtazimchowdhury1988@gmail.com\\\";s:7:\\\"address\\\";s:53:\\\"Bashundara Residential Area K Block Road 19 House 838\\\";s:5:\\\"phone\\\";s:11:\\\"01710554380\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$9lFNiPtkBBizXPlpfw0cAOjHmwTGgJ0\\/nZMEEWYgwoguA5Uuc5eM6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-03-05 17:30:48\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-03-05 17:30:48\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:80;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:5085;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Md.alauddin mondol\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01784897089\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$VnjOxLKiKzvWSJq7pe8mketzAibdivamFFX4vU59NP9GTLK4vOXQy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-03-05 17:36:02\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-03-05 17:36:02\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:5085;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Md.alauddin mondol\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01784897089\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$VnjOxLKiKzvWSJq7pe8mketzAibdivamFFX4vU59NP9GTLK4vOXQy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-03-05 17:36:02\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-03-05 17:36:02\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:81;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:5086;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Habib ahsan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01723793599\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$\\/0qzA.kNQFca1hkaeew3xugc1UAHiuf8Teh9A0Sa7ZWo2lteCv.Le\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-03-06 11:31:11\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-03-06 11:31:11\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:5086;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Habib ahsan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01723793599\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$\\/0qzA.kNQFca1hkaeew3xugc1UAHiuf8Teh9A0Sa7ZWo2lteCv.Le\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-03-06 11:31:11\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-03-06 11:31:11\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:82;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:5087;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Robiul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01611202034\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$YUsvgY1\\/yQmtr4jwqF2WmO0BYU.W4kwyDPYPaMeACOJ80G4QrXCZ6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-03-06 17:47:09\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-03-06 17:47:09\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:5087;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Robiul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01611202034\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$YUsvgY1\\/yQmtr4jwqF2WmO0BYU.W4kwyDPYPaMeACOJ80G4QrXCZ6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-03-06 17:47:09\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-03-06 17:47:09\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:83;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:5088;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:21:\\\"Anjuman Mufidul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:32:\\\"anjumanmufidulislam040@gmail.com\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01712654088\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$e2vgAbYl8XWawFQWfq2WU.XN6M8HoxR\\/IhJrwNhXpYCl\\/R266GSWO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-03-07 11:15:37\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-03-07 11:15:37\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:5088;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:21:\\\"Anjuman Mufidul Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:32:\\\"anjumanmufidulislam040@gmail.com\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01712654088\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$e2vgAbYl8XWawFQWfq2WU.XN6M8HoxR\\/IhJrwNhXpYCl\\/R266GSWO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-03-07 11:15:37\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-03-07 11:15:37\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:84;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:5089;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:25:\\\"Surokkha(cholo transport)\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"DHAKA\\\";s:5:\\\"phone\\\";s:11:\\\"01888052999\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$fh18A9hz4OO8sqV0trBD9uqkNaMC95kXzyc.7dUdgt5PN\\/tzOUeBi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-03-07 13:27:03\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-03-07 13:27:03\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:5089;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:25:\\\"Surokkha(cholo transport)\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"DHAKA\\\";s:5:\\\"phone\\\";s:11:\\\"01888052999\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$fh18A9hz4OO8sqV0trBD9uqkNaMC95kXzyc.7dUdgt5PN\\/tzOUeBi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-03-07 13:27:03\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-03-07 13:27:03\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:85;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:5090;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Arafat Ali\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01815193712\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$8UW4gWfO.QVYbdxIfwJGo.slinOj.Z.\\/tC6hWxslO9AtXEvsobLUO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-03-07 16:16:52\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-03-07 16:16:52\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:5090;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Arafat Ali\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01815193712\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$8UW4gWfO.QVYbdxIfwJGo.slinOj.Z.\\/tC6hWxslO9AtXEvsobLUO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-03-07 16:16:52\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-03-07 16:16:52\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:86;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:5091;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md. Nahid Parvez\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01818861538\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ojkOGEgr6UWU6AMPYyofQ.xQxDfCbfko2vIrMnTCguU\\/2\\/gGkrTUS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-03-09 10:44:50\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-03-09 10:44:50\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:5091;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"Md. Nahid Parvez\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01818861538\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ojkOGEgr6UWU6AMPYyofQ.xQxDfCbfko2vIrMnTCguU\\/2\\/gGkrTUS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-03-09 10:44:50\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-03-09 10:44:50\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:87;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:5092;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:21:\\\"Md. Nahid Sarkar Rana\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01711339615\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$SgM.sQFXYzHOxtH3gSper.2yVDWSXF2whZDQXw2KlfRyWqDaCeHw6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-03-09 10:49:51\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-03-09 10:49:51\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:5092;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:21:\\\"Md. Nahid Sarkar Rana\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01711339615\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$SgM.sQFXYzHOxtH3gSper.2yVDWSXF2whZDQXw2KlfRyWqDaCeHw6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-03-09 10:49:51\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-03-09 10:49:51\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:88;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:5093;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Kamrul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01715332231\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$v9byGNuvnjnfosJDf0eXy.ShuQIwUcCB5a\\/s\\/St7aegBaD1MPUDsy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-03-10 11:11:40\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-03-10 11:11:40\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:5093;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Kamrul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01715332231\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$v9byGNuvnjnfosJDf0eXy.ShuQIwUcCB5a\\/s\\/St7aegBaD1MPUDsy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-03-10 11:11:40\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-03-10 11:11:40\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:89;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:5094;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Johirul19\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"shagor24@mygpsbd.net\\\";s:7:\\\"address\\\";s:7:\\\"Tangail\\\";s:5:\\\"phone\\\";s:11:\\\"01725515319\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$wrOwUuoyHMeAakstgbKuiuBFdCuCOOM7Q5WRkeOE7jGryDmqULINa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-03-10 12:06:10\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-03-10 12:06:10\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:5094;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Johirul19\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"shagor24@mygpsbd.net\\\";s:7:\\\"address\\\";s:7:\\\"Tangail\\\";s:5:\\\"phone\\\";s:11:\\\"01725515319\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$wrOwUuoyHMeAakstgbKuiuBFdCuCOOM7Q5WRkeOE7jGryDmqULINa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-03-10 12:06:10\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-03-10 12:06:10\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:90;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:5095;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Habibur Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"Yesimhabib@gmail.com\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01728279886\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$nbdhZxIEpBkRvTR2imOZQOou\\/KEfQMG8oUlAj\\/w8uppEgc7eswARe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-03-10 15:31:20\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-03-10 15:31:20\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:5095;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Habibur Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"Yesimhabib@gmail.com\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01728279886\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$nbdhZxIEpBkRvTR2imOZQOou\\/KEfQMG8oUlAj\\/w8uppEgc7eswARe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-03-10 15:31:20\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-03-10 15:31:20\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:91;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:5096;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Faishal\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01730011134\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$E5J.8j1Ug9y0uIgybRvLm.lFkkN9SP7EWFbhczsDz1YS93Hq.GW8K\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-03-10 15:33:44\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-03-10 15:33:44\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:5096;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Faishal\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01730011134\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$E5J.8j1Ug9y0uIgybRvLm.lFkkN9SP7EWFbhczsDz1YS93Hq.GW8K\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-03-10 15:33:44\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-03-10 15:33:44\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:92;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:5097;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Ripon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01713030343\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ne93ixWh4oBAlOQusMPdm.tArW9rYNx7AIpuZELxSYRKCFYjMGhc2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-03-11 10:37:26\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-03-11 10:37:26\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:5097;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Ripon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01713030343\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ne93ixWh4oBAlOQusMPdm.tArW9rYNx7AIpuZELxSYRKCFYjMGhc2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-03-11 10:37:26\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-03-11 10:37:26\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:93;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:5098;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:25:\\\"Dr. Md. Musharrof Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"DHAKA\\\";s:5:\\\"phone\\\";s:11:\\\"01713042774\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$jsN8P0t4wzVMbJ8r4.OKvOmr\\/LGYnx3CWK8JYsdbYzQsDwX0dqBVW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-03-11 14:12:51\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-03-11 14:13:07\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:5098;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:25:\\\"Dr. Md. Musharrof Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"DHAKA\\\";s:5:\\\"phone\\\";s:11:\\\"01713042774\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$jsN8P0t4wzVMbJ8r4.OKvOmr\\/LGYnx3CWK8JYsdbYzQsDwX0dqBVW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-03-11 14:12:51\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-03-11 14:13:07\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:94;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:5099;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Asad\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"asad49@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"DHAKA\\\";s:5:\\\"phone\\\";s:11:\\\"01713625749\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$4dtTzX.75dVN2wy7zuRqLuwGPTT3gJn2fQadeDZWfMKnLFcEbmvqG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-03-11 14:15:53\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-03-11 14:15:53\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:5099;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Asad\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"asad49@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"DHAKA\\\";s:5:\\\"phone\\\";s:11:\\\"01713625749\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$4dtTzX.75dVN2wy7zuRqLuwGPTT3gJn2fQadeDZWfMKnLFcEbmvqG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-03-11 14:15:53\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-03-11 14:15:53\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:95;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:5100;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Azizur Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"azizdulibrary@gmail.com\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01714452555\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ULwOIQ3YCaOqR.eE\\/F89A.pe4JEy2m6dt2vVGevS7E4BnUWPdMXam\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-03-11 15:46:44\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-03-11 15:46:44\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:5100;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Azizur Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"azizdulibrary@gmail.com\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01714452555\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ULwOIQ3YCaOqR.eE\\/F89A.pe4JEy2m6dt2vVGevS7E4BnUWPdMXam\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-03-11 15:46:44\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-03-11 15:46:44\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:96;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:5101;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"MOSHIUR RAHMAN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"moshiur.bbi@gmail.com\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01714047395\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ALQIC58ROvVxnlZ4gPofCucY6Bp.JZAZnpMd9yAMbQQ4U8UJKegau\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-03-11 17:56:38\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-03-11 17:56:38\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:5101;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"MOSHIUR RAHMAN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"moshiur.bbi@gmail.com\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01714047395\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ALQIC58ROvVxnlZ4gPofCucY6Bp.JZAZnpMd9yAMbQQ4U8UJKegau\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-03-11 17:56:38\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-03-11 17:56:38\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:97;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:5102;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Emtiaj uddin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"DHAKA\\\";s:5:\\\"phone\\\";s:11:\\\"01913077646\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ulkgF\\/dqbhHWR0pbDmWZy.W05Vl4LExZADuDrb3yYzGozRHCmhjIu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-03-11 18:01:16\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-03-11 18:01:16\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:5102;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Emtiaj uddin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"DHAKA\\\";s:5:\\\"phone\\\";s:11:\\\"01913077646\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ulkgF\\/dqbhHWR0pbDmWZy.W05Vl4LExZADuDrb3yYzGozRHCmhjIu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-03-11 18:01:16\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-03-11 18:01:16\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:98;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:5103;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"IMRANUR RAHMAN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"imran.baf@gmail.com\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01777985649\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$5Lqo0xAK86s6HEcIiT4OGeyvp6lJHQMHlNi2pAW9VwFLulrqTXPLC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-03-12 14:07:32\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-03-12 14:07:32\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:5103;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"IMRANUR RAHMAN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"imran.baf@gmail.com\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01777985649\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$5Lqo0xAK86s6HEcIiT4OGeyvp6lJHQMHlNi2pAW9VwFLulrqTXPLC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-03-12 14:07:32\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-03-12 14:07:32\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:99;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:5104;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Manik\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01819452071\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$OQqzCtzeTNVLUMwBwlqMDOiiNdSITwOZcRduQSNYdV445iUPXX1gq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-03-12 15:44:41\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-03-12 15:46:20\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:5104;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Manik\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01819452071\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$OQqzCtzeTNVLUMwBwlqMDOiiNdSITwOZcRduQSNYdV445iUPXX1gq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-03-12 15:44:41\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-03-12 15:46:20\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}}}s:4:\\\"text\\\";s:540:\\\"\\u09aa\\u09cd\\u09b0\\u09bf\\u09af\\u09bc \\u0997\\u09cd\\u09b0\\u09be\\u09b9\\u0995,\\n\\u09ae\\u09be\\u0987\\u099c\\u09bf\\u09aa\\u09bf\\u098f\\u09b8 \\u099f\\u09cd\\u09b0\\u09cd\\u09af\\u09be\\u0995\\u09bf\\u0982 \\u09b8\\u09be\\u09b0\\u09cd\\u09ad\\u09bf\\u09b8 \\u098f\\u09b0 \\u09aa\\u0995\\u09cd\\u09b7 \\u09a5\\u09c7\\u0995\\u09c7 \\u09aa\\u09ac\\u09bf\\u09a4\\u09cd\\u09b0 \\u0988\\u09a6\\u09c1\\u09b2 \\u09ab\\u09bf\\u09a4\\u09b0 \\u0989\\u09aa\\u09b2\\u0995\\u09cd\\u09b7\\u09c7 \\u0986\\u09aa\\u09a8\\u09be\\u0995\\u09c7 \\u099c\\u09be\\u09a8\\u09be\\u0987 \\\"\\u0988\\u09a6 \\u09ae\\u09cb\\u09ac\\u09be\\u09b0\\u0995\\\"\\u0964 \\u0986\\u09aa\\u09a8\\u09be\\u09b0 \\u09aa\\u09b0\\u09bf\\u09ac\\u09be\\u09b0\\u0995\\u09c7 \\u09a8\\u09bf\\u09af\\u09bc\\u09c7 \\u098f\\u09ac\\u09be\\u09b0\\u09c7\\u09b0 \\u0988\\u09a6 \\u0995\\u09be\\u099f\\u09c1\\u0995 \\u0986\\u09b0\\u09cb \\u0986\\u09a8\\u09a8\\u09cd\\u09a6\\u09aa\\u09c2\\u09b0\\u09cd\\u09a3 \\u0993 \\u0989\\u09aa\\u09ad\\u09cb\\u0997\\u09cd\\u09af\\u09ae\\u09af\\u09bc\\u0964 \\u0986\\u09aa\\u09a8\\u09be\\u09b0 \\u09aa\\u09cd\\u09b0\\u09a4\\u09bf\\u099f\\u09bf \\u09af\\u09be\\u09a4\\u09cd\\u09b0\\u09be \\u09b6\\u09c1\\u09ad \\u09b9\\u09cb\\u0995\\u0964\\\";}s:3:\\\"job\\\";N;s:10:\\\"connection\\\";N;s:5:\\\"queue\\\";N;s:15:\\\"chainConnection\\\";N;s:10:\\\"chainQueue\\\";N;s:5:\\\"delay\\\";N;s:10:\\\"middleware\\\";a:0:{}s:7:\\\"chained\\\";a:0:{}}\"}}', 'Illuminate\\Queue\\MaxAttemptsExceededException: App\\Jobs\\SmsSend has been attempted too many times or run too long. The job may have previously timed out. in /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php:648\nStack trace:\n#0 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(163): Illuminate\\Queue\\Worker->maxAttemptsExceededException(Object(Illuminate\\Queue\\Jobs\\DatabaseJob))\n#1 /home/mygpsbd/public_html/app/Http/helper.php(28): Illuminate\\Queue\\Worker->Illuminate\\Queue\\{closure}(14, Array)\n#2 /home/mygpsbd/public_html/app/Jobs/SmsSend.php(35): send_sms(\'\\xE0\\xA6\\xAA\\xE0\\xA7\\x8D\\xE0\\xA6\\xB0\\xE0\\xA6\\xBF\\xE0\\xA6\\xAF...\', Array)\n#3 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App\\Jobs\\SmsSend->handle()\n#4 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/Util.php(37): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}()\n#5 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(93): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))\n#6 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(37): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))\n#7 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/Container.php(596): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)\n#8 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php(94): Illuminate\\Container\\Container->call(Array)\n#9 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(128): Illuminate\\Bus\\Dispatcher->Illuminate\\Bus\\{closure}(Object(App\\Jobs\\SmsSend))\n#10 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(103): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(App\\Jobs\\SmsSend))\n#11 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php(98): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))\n#12 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(83): Illuminate\\Bus\\Dispatcher->dispatchNow(Object(App\\Jobs\\SmsSend), false)\n#13 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(128): Illuminate\\Queue\\CallQueuedHandler->Illuminate\\Queue\\{closure}(Object(App\\Jobs\\SmsSend))\n#14 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(103): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(App\\Jobs\\SmsSend))\n#15 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(85): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))\n#16 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(59): Illuminate\\Queue\\CallQueuedHandler->dispatchThroughMiddleware(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Object(App\\Jobs\\SmsSend))\n#17 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Jobs/Job.php(98): Illuminate\\Queue\\CallQueuedHandler->call(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Array)\n#18 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(356): Illuminate\\Queue\\Jobs\\Job->fire()\n#19 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(306): Illuminate\\Queue\\Worker->process(\'database\', Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Object(Illuminate\\Queue\\WorkerOptions))\n#20 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(132): Illuminate\\Queue\\Worker->runJob(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), \'database\', Object(Illuminate\\Queue\\WorkerOptions))\n#21 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(112): Illuminate\\Queue\\Worker->daemon(\'database\', \'default\', Object(Illuminate\\Queue\\WorkerOptions))\n#22 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(96): Illuminate\\Queue\\Console\\WorkCommand->runWorker(\'database\', \'default\')\n#23 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Illuminate\\Queue\\Console\\WorkCommand->handle()\n#24 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/Util.php(37): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}()\n#25 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(93): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))\n#26 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(37): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))\n#27 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/Container.php(596): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)\n#28 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Console/Command.php(134): Illuminate\\Container\\Container->call(Array)\n#29 /home/mygpsbd/public_html/vendor/symfony/console/Command/Command.php(298): Illuminate\\Console\\Command->execute(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))\n#30 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Console/Command.php(121): Symfony\\Component\\Console\\Command\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))\n#31 /home/mygpsbd/public_html/vendor/symfony/console/Application.php(1040): Illuminate\\Console\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#32 /home/mygpsbd/public_html/vendor/symfony/console/Application.php(301): Symfony\\Component\\Console\\Application->doRunCommand(Object(Illuminate\\Queue\\Console\\WorkCommand), Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#33 /home/mygpsbd/public_html/vendor/symfony/console/Application.php(171): Symfony\\Component\\Console\\Application->doRun(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#34 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Console/Application.php(93): Symfony\\Component\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#35 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(129): Illuminate\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#36 /home/mygpsbd/public_html/artisan(37): Illuminate\\Foundation\\Console\\Kernel->handle(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#37 {main}', '2024-04-12 04:01:02');
INSERT INTO `failed_jobs` (`id`, `connection`, `queue`, `payload`, `exception`, `failed_at`) VALUES
(743, 'database', 'default', '{\"uuid\":\"5941bc0a-d1b3-41c7-b0a0-e33927a1e468\",\"displayName\":\"App\\\\Jobs\\\\SmsSend\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"delay\":null,\"timeout\":null,\"timeoutAt\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\SmsSend\",\"command\":\"O:16:\\\"App\\\\Jobs\\\\SmsSend\\\":9:{s:4:\\\"data\\\";a:2:{s:4:\\\"data\\\";O:39:\\\"Illuminate\\\\Database\\\\Eloquent\\\\Collection\\\":1:{s:8:\\\"\\u0000*\\u0000items\\\";a:73:{i:0;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:5105;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Amam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"amam94@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01713093894\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Q2zbGqZ7Ti2bjS.QVTgJEOfalMna9\\/0pp7afLYV4DyFjtIHW3OOP6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-03-13 14:41:25\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-03-13 14:41:25\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:5105;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Amam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"amam94@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01713093894\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Q2zbGqZ7Ti2bjS.QVTgJEOfalMna9\\/0pp7afLYV4DyFjtIHW3OOP6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-03-13 14:41:25\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-03-13 14:41:25\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:1;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:5106;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"SR Packaging Ltd.\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"srpackaging@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01866964664\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$c5cL1.ruJPkQzW4AnmVG7OiMJg7Xl7SoYacqPdM06rHPwo3.jBk5S\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-03-14 12:27:55\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-03-14 12:27:55\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:5106;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"SR Packaging Ltd.\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"srpackaging@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01866964664\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$c5cL1.ruJPkQzW4AnmVG7OiMJg7Xl7SoYacqPdM06rHPwo3.jBk5S\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-03-14 12:27:55\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-03-14 12:27:55\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:2;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:5107;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Arman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:6:\\\"Mugdha\\\";s:5:\\\"phone\\\";s:11:\\\"01857899365\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$cVdINtRS26g36JwVIvbwz.cFS.e\\/.FAwDxzzoEIte8Cdf6X6kdATW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-03-14 13:13:58\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-03-14 13:13:58\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:5107;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Arman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:6:\\\"Mugdha\\\";s:5:\\\"phone\\\";s:11:\\\"01857899365\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$cVdINtRS26g36JwVIvbwz.cFS.e\\/.FAwDxzzoEIte8Cdf6X6kdATW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-03-14 13:13:58\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-03-14 13:13:58\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:3;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:5108;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Moon Bhiyan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Norda\\\";s:5:\\\"phone\\\";s:11:\\\"01780326279\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$mVjAJU5qp59LpjgTssc8r.qRMiJp36OdI7Cn3SfEWFdVWL9blUCQS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-03-14 13:41:14\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-03-14 13:41:14\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:5108;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Moon Bhiyan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"Norda\\\";s:5:\\\"phone\\\";s:11:\\\"01780326279\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$mVjAJU5qp59LpjgTssc8r.qRMiJp36OdI7Cn3SfEWFdVWL9blUCQS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-03-14 13:41:14\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-03-14 13:41:14\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:4;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:5109;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Alauddin khan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:12:\\\"Brahmanbaria\\\";s:5:\\\"phone\\\";s:11:\\\"01712349481\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$p3p52DR8xWLLJT7pvMNWQedKt1ZfqPsY0CbbZL7.jQghapehyqgMe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-03-14 16:04:01\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-03-14 16:04:01\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:5109;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Alauddin khan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:12:\\\"Brahmanbaria\\\";s:5:\\\"phone\\\";s:11:\\\"01712349481\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$p3p52DR8xWLLJT7pvMNWQedKt1ZfqPsY0CbbZL7.jQghapehyqgMe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-03-14 16:04:01\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-03-14 16:04:01\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:5;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:5110;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Uzzall\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01733932122\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$SR4cvaaxKfBOStFXWlKeZ.owKn.L9AMhzpr9M2um3Yf81GLWxZxKW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-03-16 11:33:59\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-03-16 11:33:59\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:5110;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Uzzall\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01733932122\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$SR4cvaaxKfBOStFXWlKeZ.owKn.L9AMhzpr9M2um3Yf81GLWxZxKW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-03-16 11:33:59\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-03-16 11:33:59\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:6;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:5111;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Faysal Ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:25:\\\"Sarkarfaysal796@gmail.com\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01313368074\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$4ZF8RgRlcE3G2G.QBn7S9eHChhInLHhBqpAcG4.Zc1Qwj645D2PaC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-03-16 11:40:13\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-03-16 11:40:13\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:5111;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Faysal Ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:25:\\\"Sarkarfaysal796@gmail.com\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01313368074\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$4ZF8RgRlcE3G2G.QBn7S9eHChhInLHhBqpAcG4.Zc1Qwj645D2PaC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-03-16 11:40:13\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-03-16 11:40:13\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:7;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:5112;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"MT Track\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"DHAKA\\\";s:5:\\\"phone\\\";s:11:\\\"01936604906\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$XyY7tmx8ulS2qflNonqWC.5NtqnmOC8HVdOa1OYND.kdIm56.RcMO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-03-16 11:45:47\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-03-16 11:45:47\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:5112;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"MT Track\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"DHAKA\\\";s:5:\\\"phone\\\";s:11:\\\"01936604906\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$XyY7tmx8ulS2qflNonqWC.5NtqnmOC8HVdOa1OYND.kdIm56.RcMO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-03-16 11:45:47\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-03-16 11:45:47\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:8;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:5113;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"Md. Shahinur Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01723073254\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$TRD6XtIAvwJ9uY.LjEeaWea533XBR7rIr0cWO6BvyzvsFAGc7mmBu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-03-16 11:50:05\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-03-16 11:50:05\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:5113;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"Md. Shahinur Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01723073254\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$TRD6XtIAvwJ9uY.LjEeaWea533XBR7rIr0cWO6BvyzvsFAGc7mmBu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-03-16 11:50:05\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-03-16 11:50:05\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:9;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:5114;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Ali Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:25:\\\"alihossain63177@gmail.com\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01889767158\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Pj\\/ggcDG8JdCPa\\/wqCySYug08KfmgXQkWW23D69jNi4QDDiawP2ku\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-03-17 12:07:33\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-03-17 12:07:33\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:5114;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Ali Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:25:\\\"alihossain63177@gmail.com\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01889767158\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Pj\\/ggcDG8JdCPa\\/wqCySYug08KfmgXQkWW23D69jNi4QDDiawP2ku\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-03-17 12:07:33\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-03-17 12:07:33\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:10;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:5115;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"KHALED KAISAR\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:17:\\\"knessa3@gmail.com\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01711172316\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$7Bv1Z5VMsDgB426icNErvOo40r65XiOmP7kZDifpO9GpB.vc0CZBW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-03-17 12:09:23\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-03-17 12:09:23\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:5115;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"KHALED KAISAR\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:17:\\\"knessa3@gmail.com\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01711172316\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$7Bv1Z5VMsDgB426icNErvOo40r65XiOmP7kZDifpO9GpB.vc0CZBW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-03-17 12:09:23\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-03-17 12:09:23\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:11;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:5116;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Md Nasir\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01737707458\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$.X3BjyOldrb574fG.37P\\/uFIxLncF2aUWueb9zdpMFJdHonweyXZq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-03-17 14:18:06\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-03-17 14:18:06\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:5116;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"Md Nasir\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01737707458\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$.X3BjyOldrb574fG.37P\\/uFIxLncF2aUWueb9zdpMFJdHonweyXZq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-03-17 14:18:06\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-03-17 14:18:06\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:12;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:5117;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Aminur\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01995511695\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$5VnzK1xajynlAzjFyxlWneOz\\/wCOYKVtOCviniAN8OlyjcH0cnH7m\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-03-17 14:45:32\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-03-17 14:45:32\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:5117;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Aminur\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01995511695\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$5VnzK1xajynlAzjFyxlWneOz\\/wCOYKVtOCviniAN8OlyjcH0cnH7m\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-03-17 14:45:32\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-03-17 14:45:32\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:13;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:5118;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Manoj\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"DHAKA\\\";s:5:\\\"phone\\\";s:11:\\\"01712154984\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ML6eJtiA5k1rX0eZKocMBupnaGUIaVESF0jxvPxWOAAJyXezDWHEG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-03-17 15:24:28\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-03-17 15:24:28\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:5118;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Manoj\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"DHAKA\\\";s:5:\\\"phone\\\";s:11:\\\"01712154984\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ML6eJtiA5k1rX0eZKocMBupnaGUIaVESF0jxvPxWOAAJyXezDWHEG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-03-17 15:24:28\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-03-17 15:24:28\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:14;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:5119;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:21:\\\"Manik Chandra Debnath\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01907824778\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$vtEYX34N4phXgQ\\/rCJH5Fu40WCnfFNiqf.fSsS5E\\/cj7qCHPZMeb2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-03-17 16:13:45\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-03-17 16:13:45\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:5119;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:21:\\\"Manik Chandra Debnath\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01907824778\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$vtEYX34N4phXgQ\\/rCJH5Fu40WCnfFNiqf.fSsS5E\\/cj7qCHPZMeb2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-03-17 16:13:45\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-03-17 16:13:45\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:15;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:5120;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"R R khan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01749007425\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$XQ57qH\\/K\\/qjGXAvmQr6VXOk1THPaLRyE.rr4BI3cqhF.xySdrN7OW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-03-18 13:11:50\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-03-18 13:11:50\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:5120;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"R R khan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01749007425\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$XQ57qH\\/K\\/qjGXAvmQr6VXOk1THPaLRyE.rr4BI3cqhF.xySdrN7OW\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-03-18 13:11:50\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-03-18 13:11:50\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:16;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:5121;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:26:\\\"Dr. Rafiqul Islam Talukdar\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:26:\\\"rafiqul.talukdar@gmail.com\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01952238836\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$YuLRJfx2tmR6WrMmNJvBO.VHOvN0dFjamuC50Cgl4I6FT\\/bkv9Zzm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-03-19 10:07:25\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-03-19 10:07:25\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:5121;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:26:\\\"Dr. Rafiqul Islam Talukdar\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:26:\\\"rafiqul.talukdar@gmail.com\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01952238836\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$YuLRJfx2tmR6WrMmNJvBO.VHOvN0dFjamuC50Cgl4I6FT\\/bkv9Zzm\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-03-19 10:07:25\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-03-19 10:07:25\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:17;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:5122;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Asif Adnan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"Asifadnan05@gmail.com\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01608429339\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$H78xVnBkJxYoMLSbNFhMSOzFDG4cdqIApUfR.ipU3UB1PtQvSSAgK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-03-19 10:33:12\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-03-19 10:33:12\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:5122;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Asif Adnan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"Asifadnan05@gmail.com\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01608429339\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$H78xVnBkJxYoMLSbNFhMSOzFDG4cdqIApUfR.ipU3UB1PtQvSSAgK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-03-19 10:33:12\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-03-19 10:33:12\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:18;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:5123;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Shadauddin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01726757056\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ee711xdOq7SJXgBAlaLG5ee.oDEhHWt8X\\/3ZX5wyjSUv4ZxagoQ86\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-03-19 13:31:16\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-03-19 13:31:16\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:5123;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Shadauddin\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01726757056\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ee711xdOq7SJXgBAlaLG5ee.oDEhHWt8X\\/3ZX5wyjSUv4ZxagoQ86\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-03-19 13:31:16\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-03-19 13:31:16\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:19;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:5124;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Majedur\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:7:\\\"Tangail\\\";s:5:\\\"phone\\\";s:11:\\\"01621332010\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$\\/tfTmMduNzzkw3uCFeSyyOceVxdP7NhgpkfLDt.etSKCJKQ6PJ7W2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-03-20 09:51:12\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-03-20 09:51:12\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:5124;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Majedur\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:7:\\\"Tangail\\\";s:5:\\\"phone\\\";s:11:\\\"01621332010\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$\\/tfTmMduNzzkw3uCFeSyyOceVxdP7NhgpkfLDt.etSKCJKQ6PJ7W2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-03-20 09:51:12\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-03-20 09:51:12\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:20;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:5125;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Benoy\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"DHAKA\\\";s:5:\\\"phone\\\";s:11:\\\"01724804019\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$w6fe67EAz79nFcmh8SIVgeqwjMnBr5QOsa.kh8yTiMi1jWt.IejjO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-03-20 09:54:03\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-03-20 09:54:03\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:5125;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Benoy\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"DHAKA\\\";s:5:\\\"phone\\\";s:11:\\\"01724804019\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$w6fe67EAz79nFcmh8SIVgeqwjMnBr5QOsa.kh8yTiMi1jWt.IejjO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-03-20 09:54:03\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-03-20 09:54:03\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:21;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:5126;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"SKYTECH2\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"DHAKA\\\";s:5:\\\"phone\\\";s:11:\\\"01722095225\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$cOC6Oam\\/x4m.NW6TAWxSkOZJ1ck3HzcpRX0QeYSV8Ta78wCkLAoOC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-03-20 13:16:40\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-03-20 13:16:40\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:5126;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:8:\\\"SKYTECH2\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"DHAKA\\\";s:5:\\\"phone\\\";s:11:\\\"01722095225\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$cOC6Oam\\/x4m.NW6TAWxSkOZJ1ck3HzcpRX0QeYSV8Ta78wCkLAoOC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-03-20 13:16:40\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-03-20 13:16:40\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:22;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:5127;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Aynal Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01622069933\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$AutRPAQZmkQUW9BYsdxLbOB.d2MCPl506wsfIhUHzbxJnWVh.SZBy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-03-20 13:20:35\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-03-20 13:20:35\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:5127;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Aynal Islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01622069933\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$AutRPAQZmkQUW9BYsdxLbOB.d2MCPl506wsfIhUHzbxJnWVh.SZBy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-03-20 13:20:35\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-03-20 13:20:35\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:23;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:5128;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"LITON\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01829156506\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$mS5HX5E2Dz9URbvvLyGMNel3h\\/bWSAeReion4nEPL\\/jtXlDsB1BbS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-03-20 14:01:54\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-03-20 14:01:54\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:5128;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"LITON\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01829156506\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$mS5HX5E2Dz9URbvvLyGMNel3h\\/bWSAeReion4nEPL\\/jtXlDsB1BbS\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-03-20 14:01:54\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-03-20 14:01:54\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:24;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:5129;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"ROBIUL\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01739560390\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Git1gztzd9lqvsRobFcxR.4izEFiajCevproIi8wYUYobQHucEG5O\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-03-20 15:48:21\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-03-20 15:48:21\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:5129;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"ROBIUL\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01739560390\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Git1gztzd9lqvsRobFcxR.4izEFiajCevproIi8wYUYobQHucEG5O\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-03-20 15:48:21\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-03-20 15:48:21\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:25;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:5130;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Samir\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:6:\\\"Bogura\\\";s:5:\\\"phone\\\";s:11:\\\"01785968642\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$JmczyWyxMr8xEaIHYcjPp.nHKPOpk3kXeE4gVc9fn9tcJAk18qLW6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-03-20 15:53:26\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-03-20 15:53:26\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:5130;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Samir\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:6:\\\"Bogura\\\";s:5:\\\"phone\\\";s:11:\\\"01785968642\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$JmczyWyxMr8xEaIHYcjPp.nHKPOpk3kXeE4gVc9fn9tcJAk18qLW6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-03-20 15:53:26\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-03-20 15:53:26\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:26;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:5131;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Halal\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:7:\\\"Gazipur\\\";s:5:\\\"phone\\\";s:11:\\\"01970029657\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$sCHfnw.N\\/MvRY.D7dPmmJeWvTEBnHEem4Dfiqzpf27YuJtZCmbuuG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-03-21 10:41:14\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-03-21 10:41:14\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:5131;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Halal\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:7:\\\"Gazipur\\\";s:5:\\\"phone\\\";s:11:\\\"01970029657\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$sCHfnw.N\\/MvRY.D7dPmmJeWvTEBnHEem4Dfiqzpf27YuJtZCmbuuG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-03-21 10:41:14\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-03-21 10:41:14\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:27;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:5132;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Manik\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"DHAKA\\\";s:5:\\\"phone\\\";s:11:\\\"01713530239\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$m8l1nd\\/4OUugSsx6Rnb3deYKgtdpXCWNwrtEOgMoj4Ce8vX\\/gIsLi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-03-21 12:46:16\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-03-21 12:46:16\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:5132;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Manik\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"DHAKA\\\";s:5:\\\"phone\\\";s:11:\\\"01713530239\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$m8l1nd\\/4OUugSsx6Rnb3deYKgtdpXCWNwrtEOgMoj4Ce8vX\\/gIsLi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-03-21 12:46:16\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-03-21 12:46:16\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:28;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:5133;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Onfleet GPS\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:9:\\\"kollanpur\\\";s:5:\\\"phone\\\";s:11:\\\"01923113300\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$tD0fjyYeROOeu6YmR5P26eA4IUnj6afjBmusBNKoyd4WLvVS\\/g5F2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-03-21 12:49:28\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-03-21 12:49:28\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:5133;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Onfleet GPS\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:9:\\\"kollanpur\\\";s:5:\\\"phone\\\";s:11:\\\"01923113300\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$tD0fjyYeROOeu6YmR5P26eA4IUnj6afjBmusBNKoyd4WLvVS\\/g5F2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-03-21 12:49:28\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-03-21 12:49:28\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:29;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:5134;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:24:\\\"Abu Salah MD Shake Saeem\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"Shake.saeem2@gmail.com\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01858122465\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$OIuUXQeiucnVYoJ9VVfLve4rVIfLYXWGunwfc3ZV.7LHpjjHaaW\\/S\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-03-23 10:30:07\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-03-23 10:30:07\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:5134;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:24:\\\"Abu Salah MD Shake Saeem\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"Shake.saeem2@gmail.com\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01858122465\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$OIuUXQeiucnVYoJ9VVfLve4rVIfLYXWGunwfc3ZV.7LHpjjHaaW\\/S\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-03-23 10:30:07\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-03-23 10:30:07\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:30;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:5135;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Showkot\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:3:\\\"CTG\\\";s:5:\\\"phone\\\";s:11:\\\"01815573704\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$CybArr3ujNZKXICfwBB3ne3a8SlZH6PXBqlf2AMquaRFDx4x4kQm6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-03-23 10:32:33\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-03-23 10:32:33\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:5135;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Showkot\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:3:\\\"CTG\\\";s:5:\\\"phone\\\";s:11:\\\"01815573704\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$CybArr3ujNZKXICfwBB3ne3a8SlZH6PXBqlf2AMquaRFDx4x4kQm6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-03-23 10:32:33\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-03-23 10:32:33\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:31;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:5136;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Motalib\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01922801640\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$T5zSBERgFONiQzshA6Skv.g5WImdn1hd9Ih1ZvwaR9Bq.Rk33vQWi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-03-23 15:07:23\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-03-23 15:07:23\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:5136;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Motalib\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01922801640\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$T5zSBERgFONiQzshA6Skv.g5WImdn1hd9Ih1ZvwaR9Bq.Rk33vQWi\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-03-23 15:07:23\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-03-23 15:07:23\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:32;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:5137;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Jamal\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"DHAKA\\\";s:5:\\\"phone\\\";s:11:\\\"01862275016\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$X7bs\\/rCH7TC.NKICv.lHf.6mFaNt0.haPNN0fWzmEIhotLmEaJo0O\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-03-23 15:12:59\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-03-23 15:12:59\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:5137;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Jamal\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"DHAKA\\\";s:5:\\\"phone\\\";s:11:\\\"01862275016\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$X7bs\\/rCH7TC.NKICv.lHf.6mFaNt0.haPNN0fWzmEIhotLmEaJo0O\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-03-23 15:12:59\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-03-23 15:12:59\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:33;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:5138;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Md Repon Ali\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"DHAKA\\\";s:5:\\\"phone\\\";s:11:\\\"01727108944\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$eGfX1rFomeJ5MaoW0UOSfOzpOpsKEpTAJ6\\/RXELiLCr\\/TzY3bVW6q\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-03-23 15:17:06\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-03-23 15:17:06\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:5138;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Md Repon Ali\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"DHAKA\\\";s:5:\\\"phone\\\";s:11:\\\"01727108944\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$eGfX1rFomeJ5MaoW0UOSfOzpOpsKEpTAJ6\\/RXELiLCr\\/TzY3bVW6q\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-03-23 15:17:06\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-03-23 15:17:06\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:34;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:5140;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"Rezaul Karim Shamee\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:25:\\\"rezaulkarim4984@gmail.com\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01717414984\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$0rd6MR9eV7agWgd7FehoD.nDlqhYMmZZ\\/G0\\/PMBB9zsUcwsz1cjJu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-03-23 15:28:02\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-03-23 15:28:02\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:5140;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:19:\\\"Rezaul Karim Shamee\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:25:\\\"rezaulkarim4984@gmail.com\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01717414984\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$0rd6MR9eV7agWgd7FehoD.nDlqhYMmZZ\\/G0\\/PMBB9zsUcwsz1cjJu\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-03-23 15:28:02\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-03-23 15:28:02\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:35;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:5142;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:26:\\\"Md.Fazlul Quader Chowdhury\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01711200696\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$beBhu2gblNcs53Vi87\\/.busORB.ivyt4JftFR7fRjq0yGuqXRORIK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-03-24 10:26:57\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-03-24 10:26:57\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:5142;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:26:\\\"Md.Fazlul Quader Chowdhury\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01711200696\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$beBhu2gblNcs53Vi87\\/.busORB.ivyt4JftFR7fRjq0yGuqXRORIK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-03-24 10:26:57\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-03-24 10:26:57\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:36;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:5143;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Parvez\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"parvez2020bd@gmail.com\\\";s:7:\\\"address\\\";s:22:\\\"parvez2020bd@gmail.com\\\";s:5:\\\"phone\\\";s:11:\\\"01911221723\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$4JgFS1uox6BDRX206pta7eYwGQdpSi8.N06\\/lWlKEVEDekf93l8Lq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-03-24 14:45:38\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-03-24 14:45:54\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:5143;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Parvez\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"parvez2020bd@gmail.com\\\";s:7:\\\"address\\\";s:22:\\\"parvez2020bd@gmail.com\\\";s:5:\\\"phone\\\";s:11:\\\"01911221723\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$4JgFS1uox6BDRX206pta7eYwGQdpSi8.N06\\/lWlKEVEDekf93l8Lq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-03-24 14:45:38\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-03-24 14:45:54\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:37;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:5144;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Jakir Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"jakir40@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01920993940\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$dvoEet2GqPUFdOSPxerAOeSC9EZyPdpWIBDvFHZjb6Fpk0rj7VszC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-03-25 12:45:12\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-03-25 12:45:12\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:5144;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Jakir Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"jakir40@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01920993940\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$dvoEet2GqPUFdOSPxerAOeSC9EZyPdpWIBDvFHZjb6Fpk0rj7VszC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-03-25 12:45:12\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-03-25 12:45:12\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:38;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:5145;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Sohel Ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"sohel394433@yahoo.com\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01730341205\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$nvTtImv7N2SqOMsHKS03Le\\/wKjKzQqrcwTpbjUqFeP8JIak5zqEj6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-03-25 15:09:53\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-03-25 15:09:53\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:5145;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Sohel Ahmed\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"sohel394433@yahoo.com\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01730341205\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$nvTtImv7N2SqOMsHKS03Le\\/wKjKzQqrcwTpbjUqFeP8JIak5zqEj6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-03-25 15:09:53\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-03-25 15:09:53\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:39;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:5146;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Arif\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"arif54@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"DHAKA\\\";s:5:\\\"phone\\\";s:11:\\\"01971668854\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$hX95UWXHZSbKPm.TnnmQCO2PvL7Z\\/VUm25tDs1BRh\\/4qlJWdrjK9m\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-03-25 16:02:44\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-03-25 16:02:44\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:5146;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Arif\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"arif54@mygpsbd.net\\\";s:7:\\\"address\\\";s:5:\\\"DHAKA\\\";s:5:\\\"phone\\\";s:11:\\\"01971668854\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$hX95UWXHZSbKPm.TnnmQCO2PvL7Z\\/VUm25tDs1BRh\\/4qlJWdrjK9m\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-03-25 16:02:44\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-03-25 16:02:44\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:40;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:5148;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Ehsanul Parvez\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"parvez770@yahoo.com\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01715087778\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$5EKUmTczFgqD2U94fFHttuHxpkmvfSIrPCQDEk0cNgzJMF2XN.zIO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-03-27 10:58:30\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-03-27 10:59:01\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:5148;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Ehsanul Parvez\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"parvez770@yahoo.com\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01715087778\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$5EKUmTczFgqD2U94fFHttuHxpkmvfSIrPCQDEk0cNgzJMF2XN.zIO\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-03-27 10:58:30\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-03-27 10:59:01\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:41;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:5149;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Md. Shahed Ashraf\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"shahed.ashraf@gmail.com\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01712513272\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$kCiCK..QBGresS6dpaaJze\\/KP888Agkm1Px9zYqMG52CuSgOPsZ8a\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-03-27 11:04:00\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-03-27 11:04:00\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:5149;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:17:\\\"Md. Shahed Ashraf\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"shahed.ashraf@gmail.com\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01712513272\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$kCiCK..QBGresS6dpaaJze\\/KP888Agkm1Px9zYqMG52CuSgOPsZ8a\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-03-27 11:04:00\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-03-27 11:04:00\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:42;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:5150;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"D.M.Liton\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"dmliton@mygpsbd.net\\\";s:7:\\\"address\\\";s:7:\\\"Tangail\\\";s:5:\\\"phone\\\";s:11:\\\"01733979993\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$pHbpqB3YQnDyWfAf9tD6oO9MHHChBeyDCxujvPhgpcZIuDsK6LXN6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-03-27 11:16:44\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-03-27 11:16:44\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:5150;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"D.M.Liton\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"dmliton@mygpsbd.net\\\";s:7:\\\"address\\\";s:7:\\\"Tangail\\\";s:5:\\\"phone\\\";s:11:\\\"01733979993\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$pHbpqB3YQnDyWfAf9tD6oO9MHHChBeyDCxujvPhgpcZIuDsK6LXN6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-03-27 11:16:44\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-03-27 11:16:44\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:43;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:5151;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Mamun\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:29:\\\"Abdulla.mamun1@radiant.com.bd\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01629032930\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$FRXbqtxGEIGbtu0V968JneLkw8ANXJ3ZfwjyA83DimjaQc.hjC9JK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-03-28 10:38:19\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-03-28 10:38:19\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:5151;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Mamun\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:29:\\\"Abdulla.mamun1@radiant.com.bd\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01629032930\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$FRXbqtxGEIGbtu0V968JneLkw8ANXJ3ZfwjyA83DimjaQc.hjC9JK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-03-28 10:38:19\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-03-28 10:38:19\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:44;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:5152;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Junaid Waheedi\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"waheedi1965@gmail.com\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01711544831\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$A90MyZxvKaioRLgJeSVIA.6QqVCKsko9ozsGvSa7aTBW9MgvT4SBC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-03-28 12:59:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-03-28 12:59:29\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:5152;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Junaid Waheedi\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:21:\\\"waheedi1965@gmail.com\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01711544831\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$A90MyZxvKaioRLgJeSVIA.6QqVCKsko9ozsGvSa7aTBW9MgvT4SBC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-03-28 12:59:29\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-03-28 12:59:29\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:45;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:5153;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Zobair Hassan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"zobair06@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01710475306\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$QYHBlfwrhGpLZFQ15lA3seKCZTgaI8SDI\\/89oOQqX95elqVbaOHFC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-03-30 13:17:42\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-03-30 13:17:42\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:5153;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"Zobair Hassan\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:20:\\\"zobair06@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01710475306\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$QYHBlfwrhGpLZFQ15lA3seKCZTgaI8SDI\\/89oOQqX95elqVbaOHFC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-03-30 13:17:42\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-03-30 13:17:42\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:46;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:5154;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Shawon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"DHAKA\\\";s:5:\\\"phone\\\";s:11:\\\"01611903541\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ndDetxEe88wISAcM6Myvier4FWnUoxmbmpJxJAXuI20GTyEtPkQ9u\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-03-30 13:39:32\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-03-30 13:39:32\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:5154;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Shawon\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"DHAKA\\\";s:5:\\\"phone\\\";s:11:\\\"01611903541\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ndDetxEe88wISAcM6Myvier4FWnUoxmbmpJxJAXuI20GTyEtPkQ9u\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-03-30 13:39:32\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-03-30 13:39:32\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:47;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:5155;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Mehedi\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"DHAKA\\\";s:5:\\\"phone\\\";s:11:\\\"01881231383\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$uWzvDjmwBRggg5vkIcPIW.GMTYSAsPRs6nLntRR1v9usom7mC3sTy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-03-30 13:51:06\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-03-30 13:51:06\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:5155;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Mehedi\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"DHAKA\\\";s:5:\\\"phone\\\";s:11:\\\"01881231383\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$uWzvDjmwBRggg5vkIcPIW.GMTYSAsPRs6nLntRR1v9usom7mC3sTy\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-03-30 13:51:06\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-03-30 13:51:06\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:48;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:5156;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Saidur\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01733880653\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$AvE\\/MbmjusxzpLsP78unkOFFuuDlcRwOLDJx5b6d50RwVi10F2EE.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-03-31 10:39:27\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-03-31 10:39:27\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:5156;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Saidur\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01733880653\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$AvE\\/MbmjusxzpLsP78unkOFFuuDlcRwOLDJx5b6d50RwVi10F2EE.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-03-31 10:39:27\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-03-31 10:39:27\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:49;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:5157;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Md. Ashikur Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:31:\\\"mohammadashikrahman88@gmail.com\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01767820862\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$GnmPvGbJoo2eEo1GiQNbZulKRVcfMfLjgJPitPIdDIullse7oVRoa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-03-31 13:46:05\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-03-31 13:46:05\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:5157;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Md. Ashikur Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:31:\\\"mohammadashikrahman88@gmail.com\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01767820862\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$GnmPvGbJoo2eEo1GiQNbZulKRVcfMfLjgJPitPIdDIullse7oVRoa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-03-31 13:46:05\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-03-31 13:46:05\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:50;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:5158;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Nazrul islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01742043300\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$fRtpP4jHzXBgpZGfmsbeCu\\/WgCRq4bhKGgJy7TgRNsA80ovmDpOWa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-04-01 14:37:19\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-04-01 14:37:19\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:5158;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:12:\\\"Nazrul islam\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01742043300\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$fRtpP4jHzXBgpZGfmsbeCu\\/WgCRq4bhKGgJy7TgRNsA80ovmDpOWa\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-04-01 14:37:19\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-04-01 14:37:19\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:51;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:5159;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Abu Saleh Musa\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"Sh.fm1000@gmail.com\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01910384600\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$TP3cxkHSh8OYWmd8eHNWIOTTfvU6lTQ4tK5ZTCWYWF8JHAGeU0XmC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-04-01 14:49:54\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-04-01 14:50:21\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:5159;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Abu Saleh Musa\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"Sh.fm1000@gmail.com\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01910384600\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$TP3cxkHSh8OYWmd8eHNWIOTTfvU6lTQ4tK5ZTCWYWF8JHAGeU0XmC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-04-01 14:49:54\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-04-01 14:50:21\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:52;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:5160;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Md. Mehedi Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01912316861\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$FaMfEfYFGgwdqbM8csV4LOf584mLwchZ8s8rVr1OCej96thFO5R3G\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-04-01 14:52:56\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-04-01 14:52:56\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:5160;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"Md. Mehedi Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01912316861\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$FaMfEfYFGgwdqbM8csV4LOf584mLwchZ8s8rVr1OCej96thFO5R3G\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-04-01 14:52:56\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-04-01 14:52:56\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:53;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:5161;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Md. Sohail\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"sohail@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01912010537\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$NuwLaH3uP49\\/dYWCNChk3eQtBdj6MJ1EgeCGorNkRUQw38uWCYXB.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-04-01 14:56:51\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-04-01 14:56:51\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:5161;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Md. Sohail\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:18:\\\"sohail@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01912010537\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$NuwLaH3uP49\\/dYWCNChk3eQtBdj6MJ1EgeCGorNkRUQw38uWCYXB.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-04-01 14:56:51\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-04-01 14:56:51\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:54;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:5162;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"AKM Nurunnabi\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"nurunnabi3013@gmail.com\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01711113901\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$SBoPu8GZCvIcPYbEU.GdKeVrpo8SmG.M1G2CNraFObcBBwfMOoose\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-04-01 15:02:45\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-04-01 15:02:45\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:5162;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:13:\\\"AKM Nurunnabi\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:23:\\\"nurunnabi3013@gmail.com\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01711113901\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$SBoPu8GZCvIcPYbEU.GdKeVrpo8SmG.M1G2CNraFObcBBwfMOoose\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-04-01 15:02:45\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-04-01 15:02:45\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:55;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:5164;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Yousuf\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01716345784\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$7KL49qiYJlmTAPVkqg2N7.d\\/Fj0Cc.qanJVQjShyZzqSTsffHOte.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-04-02 15:07:23\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-04-02 15:07:23\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:5164;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Yousuf\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01716345784\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$7KL49qiYJlmTAPVkqg2N7.d\\/Fj0Cc.qanJVQjShyZzqSTsffHOte.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-04-02 15:07:23\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-04-02 15:07:23\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:56;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:5165;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Dr Rajesh\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:26:\\\"rajeshmajumdar73@gmail.com\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01714223820\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$EImLJdRmuqJ4rmzV4lHKfuNs6Vfc.h7eBNvkPyXKOiYV1q6Ch9B96\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-04-02 15:34:32\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-04-02 15:34:32\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:5165;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:9:\\\"Dr Rajesh\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:26:\\\"rajeshmajumdar73@gmail.com\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01714223820\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$EImLJdRmuqJ4rmzV4lHKfuNs6Vfc.h7eBNvkPyXKOiYV1q6Ch9B96\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-04-02 15:34:32\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-04-02 15:34:32\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:57;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:5166;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"MOSHAROOF HOSSEN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01716419821\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Yq8Fe.YkBf9j2oXUVxYSCejNFBr\\/Q0CeaTR\\/IsbUoT4MMxAAMxMHe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-04-03 09:41:43\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-04-03 09:41:43\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:5166;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:16:\\\"MOSHAROOF HOSSEN\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01716419821\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Yq8Fe.YkBf9j2oXUVxYSCejNFBr\\/Q0CeaTR\\/IsbUoT4MMxAAMxMHe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-04-03 09:41:43\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-04-03 09:41:43\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:58;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:5167;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"G M Khaled Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"prolink399@hotmail.com\\\";s:7:\\\"address\\\";s:24:\\\"H-57, R-7\\/A, B-H, bonani\\\";s:5:\\\"phone\\\";s:11:\\\"01671007777\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$N.nAsJAC8GY9v4Ebw8mbZ.3qTFku7lj7Jksx7vNePJXqXZlXVsYJe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-04-03 12:38:13\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-04-03 12:38:13\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:5167;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:18:\\\"G M Khaled Hossain\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:22:\\\"prolink399@hotmail.com\\\";s:7:\\\"address\\\";s:24:\\\"H-57, R-7\\/A, B-H, bonani\\\";s:5:\\\"phone\\\";s:11:\\\"01671007777\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$N.nAsJAC8GY9v4Ebw8mbZ.3qTFku7lj7Jksx7vNePJXqXZlXVsYJe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-04-03 12:38:13\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-04-03 12:38:13\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:59;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:5168;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Mizanur\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01711821627\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$sVvCljTU8kGc7Qexbd\\/Td.QakcZ7uIQd4UImgBE.Bw22WpF3vHVSK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-04-04 12:31:38\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-04-04 12:33:11\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:5168;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Mizanur\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01711821627\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$sVvCljTU8kGc7Qexbd\\/Td.QakcZ7uIQd4UImgBE.Bw22WpF3vHVSK\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-04-04 12:31:38\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-04-04 12:33:11\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:60;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:5169;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Jiku biswas\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"DHAKA\\\";s:5:\\\"phone\\\";s:11:\\\"01744966711\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Q7cNVJQx8Kr5nNNnmTpo\\/uSLau\\/mLgGkYJ7.0Oo4tHv7s3DgddC4.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-04-04 12:58:05\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-04-04 12:58:05\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:5169;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"Jiku biswas\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:5:\\\"DHAKA\\\";s:5:\\\"phone\\\";s:11:\\\"01744966711\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$Q7cNVJQx8Kr5nNNnmTpo\\/uSLau\\/mLgGkYJ7.0Oo4tHv7s3DgddC4.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-04-04 12:58:05\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-04-04 12:58:05\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:61;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:5170;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Hasan Patowary\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"hasan88@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01600298788\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$4W8UX7mMTKHtl9u\\/Qjw2le5EheofUUyxfE1CobWsyxPjue8HTG1V2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-04-04 14:32:35\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-04-04 14:32:35\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:5170;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:14:\\\"Hasan Patowary\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"hasan88@mygpsbd.net\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01600298788\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$4W8UX7mMTKHtl9u\\/Qjw2le5EheofUUyxfE1CobWsyxPjue8HTG1V2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-04-04 14:32:35\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-04-04 14:32:35\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:62;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:5171;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Nabil\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01746427385\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$sMJJ6zvy3AxXPWBUX6lVKuc8owET4ZHH7hg\\/DpJ3hQBkfq9dVzZi2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-04-04 14:44:44\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-04-04 14:44:44\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:5171;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Nabil\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01746427385\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$sMJJ6zvy3AxXPWBUX6lVKuc8owET4ZHH7hg\\/DpJ3hQBkfq9dVzZi2\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-04-04 14:44:44\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-04-04 14:44:44\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:63;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:5172;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:3:\\\"Apu\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:7:\\\"Tangail\\\";s:5:\\\"phone\\\";s:11:\\\"01734165202\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$iEg3z8Fhy9SG\\/IQNbEOJDOzOSy4y8SIlQg7ChoyRfbchqwoodjMa6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-04-04 15:42:05\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-04-04 15:42:05\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:5172;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:3:\\\"Apu\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:7:\\\"Tangail\\\";s:5:\\\"phone\\\";s:11:\\\"01734165202\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$iEg3z8Fhy9SG\\/IQNbEOJDOzOSy4y8SIlQg7ChoyRfbchqwoodjMa6\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-04-04 15:42:05\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-04-04 15:42:05\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:64;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:5173;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Monir\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01716284310\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$hjCZBw.0PqtQ4FKHK1bJA.OM5mryI8bf6nRQnHf0ryCBIyxXvyPk.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-04-06 14:47:28\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-04-06 14:47:28\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:5173;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:5:\\\"Monir\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01716284310\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$hjCZBw.0PqtQ4FKHK1bJA.OM5mryI8bf6nRQnHf0ryCBIyxXvyPk.\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-04-06 14:47:28\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-04-06 14:47:28\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:65;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:5175;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Wox GPS\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01701667743\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$mPm92WwW4Vvf7LbEXyByyOtK1ecl2fv5xiAtSwcjHEXOm44mjWXmq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-04-06 15:50:19\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-04-06 15:50:19\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:5175;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"Wox GPS\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01701667743\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$mPm92WwW4Vvf7LbEXyByyOtK1ecl2fv5xiAtSwcjHEXOm44mjWXmq\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-04-06 15:50:19\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-04-06 15:50:19\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:66;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:5176;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"MD AIUB ALI\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01754561140\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$5BNP7JnIxYY2V08Oe1cXMOnJjPLW.cVyU8Mc9HMuIktfxOkF9BP.a\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-04-06 15:52:45\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-04-06 15:52:45\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:5176;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:11:\\\"MD AIUB ALI\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01754561140\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$5BNP7JnIxYY2V08Oe1cXMOnJjPLW.cVyU8Mc9HMuIktfxOkF9BP.a\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-04-06 15:52:45\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-04-06 15:52:45\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:67;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:5177;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Kamrul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:6:\\\"mirpur\\\";s:5:\\\"phone\\\";s:11:\\\"01671172144\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ZyVXwKJrPYFM7dNY25e9qOlT03gFlqavTixElkJhLH7b3ZjuwByeC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-04-06 15:59:52\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-04-06 15:59:52\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:5177;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:6:\\\"Kamrul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";s:6:\\\"mirpur\\\";s:5:\\\"phone\\\";s:11:\\\"01671172144\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$ZyVXwKJrPYFM7dNY25e9qOlT03gFlqavTixElkJhLH7b3ZjuwByeC\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";s:1:\\\"1\\\";s:10:\\\"created_at\\\";s:19:\\\"2024-04-06 15:59:52\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-04-06 15:59:52\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:68;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:5178;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:20:\\\"Md. Saiful Huq Rasel\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"rasel.bsl@gmail.com\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01621475715\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$awwvwXLfoor2WlY1rzHE0edyvkNO1yIqwlWvuCxtMqhAgdgdRI7Ci\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-04-07 11:39:49\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-04-07 11:39:49\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:5178;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:20:\\\"Md. Saiful Huq Rasel\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:19:\\\"rasel.bsl@gmail.com\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01621475715\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$awwvwXLfoor2WlY1rzHE0edyvkNO1yIqwlWvuCxtMqhAgdgdRI7Ci\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-04-07 11:39:49\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-04-07 11:39:49\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:69;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:5179;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Amir\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01641081177\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$QfK78Y75QilLvi46I7Zr.ejryMa6P0MdSLTnWXVEsPzPmxF0UX24i\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-04-07 12:43:38\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-04-07 12:43:38\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:5179;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:4:\\\"Amir\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01641081177\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$QfK78Y75QilLvi46I7Zr.ejryMa6P0MdSLTnWXVEsPzPmxF0UX24i\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-04-07 12:43:38\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-04-07 12:43:38\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:70;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:5180;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:22:\\\"Mohammad Tanvir Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:28:\\\"tanvirrahmanrahman@gmail.com\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01733204964\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$lesmxCulLH0jx4UF\\/.YsfuHc.SQIg4LJSz4GPrqt718AzLUFNA6le\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-04-07 12:48:48\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-04-07 12:48:48\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:5180;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:22:\\\"Mohammad Tanvir Rahman\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";s:28:\\\"tanvirrahmanrahman@gmail.com\\\";s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01733204964\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$lesmxCulLH0jx4UF\\/.YsfuHc.SQIg4LJSz4GPrqt718AzLUFNA6le\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-04-07 12:48:48\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-04-07 12:48:48\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:71;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:5181;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Md. Sanaul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01718842083\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$k8l90sZEyzN2QSkNW8B6DeRUjqkaiYLlD9a0m8Yr8N0x3t5CmRxQG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-04-08 10:19:05\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-04-08 10:19:05\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:5181;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:10:\\\"Md. Sanaul\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01718842083\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$k8l90sZEyzN2QSkNW8B6DeRUjqkaiYLlD9a0m8Yr8N0x3t5CmRxQG\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-04-08 10:19:05\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-04-08 10:19:05\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}i:72;O:8:\\\"App\\\\User\\\":28:{s:11:\\\"\\u0000*\\u0000fillable\\\";a:6:{i:0;s:4:\\\"name\\\";i:1;s:5:\\\"email\\\";i:2;s:8:\\\"password\\\";i:3;s:5:\\\"phone\\\";i:4;s:4:\\\"role\\\";i:5;s:4:\\\"type\\\";}s:9:\\\"\\u0000*\\u0000hidden\\\";a:2:{i:0;s:8:\\\"password\\\";i:1;s:14:\\\"remember_token\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:17:\\\"email_verified_at\\\";s:8:\\\"datetime\\\";}s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"users\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:16:{s:2:\\\"id\\\";i:5182;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"ALOMGIR\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01815229738\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$3zfgpDwfscEDgXuPRt7QTOkDnW6lJNfRbMepy9e2h1VXyeCEysTDe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-04-08 13:03:40\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-04-08 13:03:40\\\";}s:11:\\\"\\u0000*\\u0000original\\\";a:16:{s:2:\\\"id\\\";i:5182;s:8:\\\"lebel_id\\\";N;s:4:\\\"name\\\";s:7:\\\"ALOMGIR\\\";s:3:\\\"nid\\\";N;s:5:\\\"email\\\";N;s:7:\\\"address\\\";N;s:5:\\\"phone\\\";s:11:\\\"01815229738\\\";s:11:\\\"alter_phone\\\";N;s:17:\\\"email_verified_at\\\";N;s:8:\\\"password\\\";s:60:\\\"$2y$10$3zfgpDwfscEDgXuPRt7QTOkDnW6lJNfRbMepy9e2h1VXyeCEysTDe\\\";s:14:\\\"remember_token\\\";N;s:4:\\\"role\\\";i:2;s:4:\\\"type\\\";s:4:\\\"user\\\";s:9:\\\"user_type\\\";N;s:10:\\\"created_at\\\";s:19:\\\"2024-04-08 13:03:40\\\";s:10:\\\"updated_at\\\";s:19:\\\"2024-04-08 13:03:40\\\";}s:10:\\\"\\u0000*\\u0000changes\\\";a:0:{}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:8:\\\"\\u0000*\\u0000dates\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:10:\\\"timestamps\\\";b:1;s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:10:\\\"\\u0000*\\u0000guarded\\\";a:1:{i:0;s:1:\\\"*\\\";}s:20:\\\"\\u0000*\\u0000rememberTokenName\\\";s:14:\\\"remember_token\\\";}}}s:4:\\\"text\\\";s:540:\\\"\\u09aa\\u09cd\\u09b0\\u09bf\\u09af\\u09bc \\u0997\\u09cd\\u09b0\\u09be\\u09b9\\u0995,\\n\\u09ae\\u09be\\u0987\\u099c\\u09bf\\u09aa\\u09bf\\u098f\\u09b8 \\u099f\\u09cd\\u09b0\\u09cd\\u09af\\u09be\\u0995\\u09bf\\u0982 \\u09b8\\u09be\\u09b0\\u09cd\\u09ad\\u09bf\\u09b8 \\u098f\\u09b0 \\u09aa\\u0995\\u09cd\\u09b7 \\u09a5\\u09c7\\u0995\\u09c7 \\u09aa\\u09ac\\u09bf\\u09a4\\u09cd\\u09b0 \\u0988\\u09a6\\u09c1\\u09b2 \\u09ab\\u09bf\\u09a4\\u09b0 \\u0989\\u09aa\\u09b2\\u0995\\u09cd\\u09b7\\u09c7 \\u0986\\u09aa\\u09a8\\u09be\\u0995\\u09c7 \\u099c\\u09be\\u09a8\\u09be\\u0987 \\\"\\u0988\\u09a6 \\u09ae\\u09cb\\u09ac\\u09be\\u09b0\\u0995\\\"\\u0964 \\u0986\\u09aa\\u09a8\\u09be\\u09b0 \\u09aa\\u09b0\\u09bf\\u09ac\\u09be\\u09b0\\u0995\\u09c7 \\u09a8\\u09bf\\u09af\\u09bc\\u09c7 \\u098f\\u09ac\\u09be\\u09b0\\u09c7\\u09b0 \\u0988\\u09a6 \\u0995\\u09be\\u099f\\u09c1\\u0995 \\u0986\\u09b0\\u09cb \\u0986\\u09a8\\u09a8\\u09cd\\u09a6\\u09aa\\u09c2\\u09b0\\u09cd\\u09a3 \\u0993 \\u0989\\u09aa\\u09ad\\u09cb\\u0997\\u09cd\\u09af\\u09ae\\u09af\\u09bc\\u0964 \\u0986\\u09aa\\u09a8\\u09be\\u09b0 \\u09aa\\u09cd\\u09b0\\u09a4\\u09bf\\u099f\\u09bf \\u09af\\u09be\\u09a4\\u09cd\\u09b0\\u09be \\u09b6\\u09c1\\u09ad \\u09b9\\u09cb\\u0995\\u0964\\\";}s:3:\\\"job\\\";N;s:10:\\\"connection\\\";N;s:5:\\\"queue\\\";N;s:15:\\\"chainConnection\\\";N;s:10:\\\"chainQueue\\\";N;s:5:\\\"delay\\\";N;s:10:\\\"middleware\\\";a:0:{}s:7:\\\"chained\\\";a:0:{}}\"}}', 'Illuminate\\Queue\\MaxAttemptsExceededException: App\\Jobs\\SmsSend has been attempted too many times or run too long. The job may have previously timed out. in /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php:648\nStack trace:\n#0 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(163): Illuminate\\Queue\\Worker->maxAttemptsExceededException(Object(Illuminate\\Queue\\Jobs\\DatabaseJob))\n#1 /home/mygpsbd/public_html/app/Http/helper.php(28): Illuminate\\Queue\\Worker->Illuminate\\Queue\\{closure}(14, Array)\n#2 /home/mygpsbd/public_html/app/Jobs/SmsSend.php(35): send_sms(\'\\xE0\\xA6\\xAA\\xE0\\xA7\\x8D\\xE0\\xA6\\xB0\\xE0\\xA6\\xBF\\xE0\\xA6\\xAF...\', Array)\n#3 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App\\Jobs\\SmsSend->handle()\n#4 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/Util.php(37): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}()\n#5 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(93): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))\n#6 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(37): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))\n#7 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/Container.php(596): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)\n#8 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php(94): Illuminate\\Container\\Container->call(Array)\n#9 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(128): Illuminate\\Bus\\Dispatcher->Illuminate\\Bus\\{closure}(Object(App\\Jobs\\SmsSend))\n#10 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(103): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(App\\Jobs\\SmsSend))\n#11 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php(98): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))\n#12 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(83): Illuminate\\Bus\\Dispatcher->dispatchNow(Object(App\\Jobs\\SmsSend), false)\n#13 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(128): Illuminate\\Queue\\CallQueuedHandler->Illuminate\\Queue\\{closure}(Object(App\\Jobs\\SmsSend))\n#14 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(103): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(App\\Jobs\\SmsSend))\n#15 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(85): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))\n#16 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(59): Illuminate\\Queue\\CallQueuedHandler->dispatchThroughMiddleware(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Object(App\\Jobs\\SmsSend))\n#17 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Jobs/Job.php(98): Illuminate\\Queue\\CallQueuedHandler->call(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Array)\n#18 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(356): Illuminate\\Queue\\Jobs\\Job->fire()\n#19 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(306): Illuminate\\Queue\\Worker->process(\'database\', Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Object(Illuminate\\Queue\\WorkerOptions))\n#20 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(132): Illuminate\\Queue\\Worker->runJob(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), \'database\', Object(Illuminate\\Queue\\WorkerOptions))\n#21 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(112): Illuminate\\Queue\\Worker->daemon(\'database\', \'default\', Object(Illuminate\\Queue\\WorkerOptions))\n#22 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(96): Illuminate\\Queue\\Console\\WorkCommand->runWorker(\'database\', \'default\')\n#23 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Illuminate\\Queue\\Console\\WorkCommand->handle()\n#24 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/Util.php(37): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}()\n#25 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(93): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))\n#26 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(37): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))\n#27 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Container/Container.php(596): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)\n#28 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Console/Command.php(134): Illuminate\\Container\\Container->call(Array)\n#29 /home/mygpsbd/public_html/vendor/symfony/console/Command/Command.php(298): Illuminate\\Console\\Command->execute(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))\n#30 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Console/Command.php(121): Symfony\\Component\\Console\\Command\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))\n#31 /home/mygpsbd/public_html/vendor/symfony/console/Application.php(1040): Illuminate\\Console\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#32 /home/mygpsbd/public_html/vendor/symfony/console/Application.php(301): Symfony\\Component\\Console\\Application->doRunCommand(Object(Illuminate\\Queue\\Console\\WorkCommand), Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#33 /home/mygpsbd/public_html/vendor/symfony/console/Application.php(171): Symfony\\Component\\Console\\Application->doRun(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#34 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Console/Application.php(93): Symfony\\Component\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#35 /home/mygpsbd/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(129): Illuminate\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#36 /home/mygpsbd/public_html/artisan(37): Illuminate\\Foundation\\Console\\Kernel->handle(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#37 {main}', '2024-04-12 05:01:02');

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

--
-- Table structure for table `features`
--

CREATE TABLE `features` (
  `id` bigint UNSIGNED NOT NULL,
  `name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `image` varchar(255) COLLATE utf8mb4_unicode_ci 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 `features`
--

INSERT INTO `features` (`id`, `name`, `image`, `created_at`, `updated_at`) VALUES
(1, 'Parking Times', '2023-09-25-65114a9fede5d.png', '2020-03-04 17:11:50', '2023-09-25 14:53:51'),
(2, 'Monitor Multiple Vehicle', '2023-09-25-65114a9a14353.png', '2020-03-04 17:16:35', '2023-09-25 14:53:46'),
(3, 'Live Traffic Update', '2023-09-25-65114a9654d06.png', '2020-03-04 17:22:58', '2023-09-25 14:53:42'),
(4, 'Geo-fencing Alerts', '2023-09-25-65114a918d9c9.png', '2020-03-04 17:25:44', '2023-09-25 14:53:37'),
(5, 'Maintenance Alert', '2023-09-25-65114a8dcfe69.png', '2020-03-04 17:27:08', '2023-09-25 14:53:33'),
(6, 'Ignition Alert', '2023-09-25-65114a892bfe7.png', '2020-03-04 17:29:13', '2023-09-25 14:53:29'),
(7, '10 Second Update', '2023-09-25-65114a84e9380.png', '2020-03-04 17:29:59', '2023-09-25 14:53:24'),
(8, 'Google Street View', '2023-09-25-65114a8093c32.png', '2020-03-04 17:30:27', '2023-09-25 14:53:20'),
(9, 'Route History Playback', '2023-09-25-65114a7b44eb6.png', '2020-03-04 17:32:22', '2023-09-25 14:53:15'),
(10, 'Fuel Monitoring', '2023-09-25-65114ad27d8fa.png', '2020-03-04 17:33:18', '2023-09-25 14:54:42'),
(11, 'Different Maps', '2023-09-25-65114acecd820.png', '2020-03-04 17:36:09', '2023-09-25 14:54:38'),
(13, 'Car Inside voice Monitoring', '2023-09-25-65114a4b1941f.png', '2020-03-04 17:40:30', '2023-09-25 14:52:27'),
(14, 'Daily Milage Report', '2023-10-03-651bcaf2d2ef1.png', '2020-03-04 17:44:28', '2023-10-03 14:04:02'),
(15, 'Engine off/on  from App', '2023-09-25-65114a3f5d3cb.png', '2020-06-09 19:05:47', '2023-09-25 14:52:15'),
(16, 'BRTA Paper Update Alert', '2023-09-25-65114a347fc17.png', '2020-06-09 19:08:00', '2023-09-25 14:52:04'),
(17, 'Android, IOS App and Web Platform', '2023-09-25-65114a2857505.png', '2020-06-09 19:20:14', '2023-09-25 14:51:52');

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

--
-- Table structure for table `file_items`
--

CREATE TABLE `file_items` (
  `id` bigint UNSIGNED NOT NULL,
  `allocation_project_id` bigint UNSIGNED NOT NULL,
  `total_amount` double(10,2) DEFAULT NULL,
  `discount_amount` double(10,2) DEFAULT NULL,
  `chairman_name` text COLLATE utf8mb4_unicode_ci,
  `chairman_nid` text COLLATE utf8mb4_unicode_ci,
  `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 `file_notes`
--

CREATE TABLE `file_notes` (
  `id` bigint UNSIGNED NOT NULL,
  `area_admin_id` bigint DEFAULT NULL,
  `nothi_number` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `sheet_number` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `memorial_number` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `date` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `file_note` text COLLATE utf8mb4_unicode_ci,
  `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 `file_notes`
--

INSERT INTO `file_notes` (`id`, `area_admin_id`, `nothi_number`, `sheet_number`, `memorial_number`, `date`, `file_note`, `created_at`, `updated_at`) VALUES
(4, NULL, NULL, NULL, NULL, NULL, NULL, '2024-02-11 08:40:08', '2024-02-11 08:40:08'),
(5, NULL, '১২৩.০২১.৩৬৩২৩.০১', '০২', '১২৩.০২১.৩৬৩২৩.০২', '2024-03-16', NULL, '2024-03-16 10:18:59', '2024-03-16 10:18:59'),
(6, NULL, '১২৩.০২১.৩৬৩২৩.০১', '০২', '১২৩.০২১.৩৬৩২৩.০২', '2024-03-16', 'cv bvc xbxcv b', '2024-03-16 10:19:16', '2024-03-16 10:19:16'),
(7, NULL, '693', '382', '887', '2017-09-28', 'Accusantium pariatur', '2024-03-16 10:20:03', '2024-03-16 10:20:03'),
(8, NULL, '693', '382', '887', '2017-09-28', 'Accusantium pariatur', '2024-03-16 10:20:48', '2024-03-16 10:20:48'),
(9, NULL, '693', '382', '887', '2017-09-28', 'Accusantium pariatur', '2024-03-16 10:22:15', '2024-03-16 10:22:15'),
(10, 0, '52', '477', '37', '2023-08-22', 'Numquam repudiandae', '2024-03-16 10:32:48', '2024-03-16 10:32:48'),
(11, 0, '693', '382', '887', '2017-09-28', 'Accusantium pariatur', '2024-03-16 11:00:01', '2024-03-16 11:00:01');

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

--
-- Table structure for table `financial_rates`
--

CREATE TABLE `financial_rates` (
  `id` bigint UNSIGNED NOT NULL,
  `f_year` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `year` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `status` tinyint DEFAULT NULL COMMENT '1->active 2->inactive'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `financial_rates`
--

INSERT INTO `financial_rates` (`id`, `f_year`, `year`, `created_at`, `updated_at`, `status`) VALUES
(15, '2022-2023', '2022_2023', '2023-10-03 20:35:16', '2024-02-04 06:14:48', 0),
(17, NULL, '2000-01', '2024-02-04 06:09:47', '2024-02-04 06:14:48', 1),
(18, NULL, '2001-02', '2024-02-04 06:09:47', '2024-02-04 06:14:48', 1),
(19, NULL, '2002-03', '2024-02-04 06:09:47', '2024-02-04 06:14:48', 1),
(20, NULL, '2003-04', '2024-02-04 06:09:47', '2024-02-04 06:14:48', 1),
(21, NULL, '2004-05', '2024-02-04 06:09:47', '2024-02-04 06:14:48', 1),
(22, NULL, '2005-06', '2024-02-04 06:09:47', '2024-02-04 06:14:48', 1),
(23, NULL, '2006-07', '2024-02-04 06:09:47', '2024-02-04 06:14:48', 1),
(24, NULL, '2007-08', '2024-02-04 06:09:47', '2024-02-04 06:14:48', 1),
(25, NULL, '2008-09', '2024-02-04 06:09:47', '2024-02-04 06:14:48', 1),
(26, NULL, '2009-10', '2024-02-04 06:09:47', '2024-02-04 06:14:48', 1),
(27, NULL, '2010-11', '2024-02-04 06:09:47', '2024-02-04 06:14:48', 1),
(28, NULL, '2011-12', '2024-02-04 06:09:47', '2024-02-04 06:14:48', 1),
(29, NULL, '2012-13', '2024-02-04 06:09:47', '2024-02-04 06:14:48', 1),
(30, NULL, '2013-14', '2024-02-04 06:09:47', '2024-02-04 06:14:48', 1),
(31, NULL, '2014-15', '2024-02-04 06:09:47', '2024-02-04 06:14:48', 1),
(32, NULL, '2015-16', '2024-02-04 06:09:47', '2024-02-04 06:14:48', 1),
(33, NULL, '2016-17', '2024-02-04 06:09:47', '2024-02-04 06:14:48', 1),
(34, NULL, '2017-18', '2024-02-04 06:09:47', '2024-02-04 06:14:48', 1),
(35, NULL, '2018-19', '2024-02-04 06:09:47', '2024-02-04 06:14:48', 1),
(36, NULL, '2019-20', '2024-02-04 06:09:47', '2024-02-04 06:14:48', 1),
(37, NULL, '2020-21', '2024-02-04 06:09:47', '2024-02-04 06:14:48', 1),
(38, NULL, '2021-22', '2024-02-04 06:09:47', '2024-02-04 06:14:48', 1),
(39, NULL, '2022-23', '2024-02-04 06:09:47', '2024-02-04 06:14:48', 1),
(40, NULL, '2023-24', '2024-02-04 06:09:47', '2024-02-04 06:14:48', 1),
(41, NULL, '2024-25', '2024-02-04 06:09:47', '2024-02-04 06:14:48', 1),
(42, NULL, '2025-26', '2024-02-04 06:09:47', '2024-02-04 06:14:48', 1),
(43, NULL, '2026-27', '2024-02-04 06:09:47', '2024-02-04 06:14:48', 1),
(44, NULL, '2027-28', '2024-02-04 06:09:47', '2024-02-04 06:14:48', 1),
(45, NULL, '2028-29', '2024-02-04 06:09:47', '2024-02-04 06:14:48', 1),
(46, NULL, '2029-30', '2024-02-04 06:09:47', '2024-02-04 06:14:48', 1),
(47, NULL, '2030-31', '2024-02-04 06:09:47', '2024-02-04 06:14:48', 1),
(48, NULL, '2031-32', '2024-02-04 06:09:47', '2024-02-04 06:14:48', 1),
(49, NULL, '2032-33', '2024-02-04 06:09:47', '2024-02-04 06:14:48', 1),
(50, NULL, '2033-34', '2024-02-04 06:09:47', '2024-02-04 06:14:48', 1),
(51, NULL, '2034-35', '2024-02-04 06:09:47', '2024-02-04 06:14:48', 1),
(52, NULL, '2035-36', '2024-02-04 06:09:47', '2024-02-04 06:14:48', 1),
(53, NULL, '2036-37', '2024-02-04 06:09:47', '2024-02-04 06:14:48', 1),
(54, NULL, '2037-38', '2024-02-04 06:09:47', '2024-02-04 06:14:48', 1),
(55, NULL, '2038-39', '2024-02-04 06:09:47', '2024-02-04 06:14:48', 1),
(56, NULL, '2039-40', '2024-02-04 06:09:47', '2024-02-04 06:14:48', 1),
(57, NULL, '2040-41', '2024-02-04 06:09:47', '2024-02-04 06:14:48', 1),
(58, NULL, '2041-42', '2024-02-04 06:09:47', '2024-02-04 06:14:48', 1),
(59, NULL, '2042-43', '2024-02-04 06:09:47', '2024-02-04 06:14:48', 1),
(60, NULL, '2043-44', '2024-02-04 06:09:47', '2024-02-04 06:14:48', 1),
(61, NULL, '2044-45', '2024-02-04 06:09:47', '2024-02-04 06:14:48', 1),
(62, NULL, '2045-46', '2024-02-04 06:09:47', '2024-02-04 06:14:48', 1),
(63, NULL, '2046-47', '2024-02-04 06:09:47', '2024-02-04 06:14:48', 1),
(64, NULL, '2047-48', '2024-02-04 06:09:47', '2024-02-04 06:14:48', 1),
(65, NULL, '2048-49', '2024-02-04 06:09:47', '2024-02-04 06:14:48', 1),
(66, NULL, '2049-50', '2024-02-04 06:09:47', '2024-02-04 06:14:48', 1);

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

--
-- Table structure for table `financial_years`
--

CREATE TABLE `financial_years` (
  `id` bigint UNSIGNED NOT NULL,
  `year` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `status` tinyint 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 `financial_years`
--

INSERT INTO `financial_years` (`id`, `year`, `status`, `created_at`, `updated_at`) VALUES
(1, '2000-01', 1, '2024-02-07 06:47:07', '2024-02-07 06:47:07'),
(2, '2001-02', 1, '2024-02-07 06:47:07', '2024-02-07 06:47:07'),
(3, '2002-03', 1, '2024-02-07 06:47:07', '2024-02-07 06:47:07'),
(4, '2003-04', 1, '2024-02-07 06:47:07', '2024-02-07 06:47:07'),
(5, '2004-05', 1, '2024-02-07 06:47:07', '2024-02-07 06:47:07'),
(6, '2005-06', 1, '2024-02-07 06:47:07', '2024-02-07 06:47:07'),
(7, '2006-07', 1, '2024-02-07 06:47:07', '2024-02-07 06:47:07'),
(8, '2007-08', 1, '2024-02-07 06:47:07', '2024-02-07 06:47:07'),
(9, '2008-09', 1, '2024-02-07 06:47:07', '2024-02-07 06:47:07'),
(10, '2009-10', 1, '2024-02-07 06:47:07', '2024-02-07 06:47:07'),
(11, '2010-11', 1, '2024-02-07 06:47:07', '2024-02-07 06:47:07'),
(12, '2011-12', 1, '2024-02-07 06:47:07', '2024-02-07 06:47:07'),
(13, '2012-13', 1, '2024-02-07 06:47:07', '2024-02-07 06:47:07'),
(14, '2013-14', 1, '2024-02-07 06:47:07', '2024-02-07 06:47:07'),
(15, '2014-15', 1, '2024-02-07 06:47:07', '2024-02-07 06:47:07'),
(16, '2015-16', 1, '2024-02-07 06:47:07', '2024-02-07 06:47:07'),
(17, '2016-17', 1, '2024-02-07 06:47:07', '2024-02-07 06:47:07'),
(18, '2017-18', 1, '2024-02-07 06:47:07', '2024-02-07 06:47:07'),
(19, '2018-19', 1, '2024-02-07 06:47:07', '2024-02-07 06:47:07'),
(20, '2019-20', 1, '2024-02-07 06:47:07', '2024-02-07 06:47:07'),
(21, '2020-21', 1, '2024-02-07 06:47:07', '2024-02-07 06:47:07'),
(22, '2021-22', 1, '2024-02-07 06:47:07', '2024-02-07 06:47:07'),
(23, '2022-23', 1, '2024-02-07 06:47:07', '2024-02-07 06:47:07'),
(24, '2023-24', 1, '2024-02-07 06:47:07', '2024-02-07 06:47:07'),
(25, '2024-25', 1, '2024-02-07 06:47:07', '2024-02-07 06:47:07'),
(26, '2025-26', 1, '2024-02-07 06:47:07', '2024-02-07 06:47:07'),
(27, '2026-27', 1, '2024-02-07 06:47:07', '2024-02-07 06:47:07'),
(28, '2027-28', 1, '2024-02-07 06:47:07', '2024-02-07 06:47:07'),
(29, '2028-29', 1, '2024-02-07 06:47:07', '2024-02-07 06:47:07'),
(30, '2029-30', 1, '2024-02-07 06:47:07', '2024-02-07 06:47:07'),
(31, '2030-31', 1, '2024-02-07 06:47:07', '2024-02-07 06:47:07'),
(32, '2031-32', 1, '2024-02-07 06:47:07', '2024-02-07 06:47:07'),
(33, '2032-33', 1, '2024-02-07 06:47:07', '2024-02-07 06:47:07'),
(34, '2033-34', 1, '2024-02-07 06:47:07', '2024-02-07 06:47:07'),
(35, '2034-35', 1, '2024-02-07 06:47:07', '2024-02-07 06:47:07'),
(36, '2035-36', 1, '2024-02-07 06:47:07', '2024-02-07 06:47:07'),
(37, '2036-37', 1, '2024-02-07 06:47:07', '2024-02-07 06:47:07'),
(38, '2037-38', 1, '2024-02-07 06:47:07', '2024-02-07 06:47:07'),
(39, '2038-39', 1, '2024-02-07 06:47:07', '2024-02-07 06:47:07'),
(40, '2039-40', 1, '2024-02-07 06:47:07', '2024-02-07 06:47:07'),
(41, '2040-41', 1, '2024-02-07 06:47:07', '2024-02-07 06:47:07'),
(42, '2041-42', 1, '2024-02-07 06:47:07', '2024-02-07 06:47:07'),
(43, '2042-43', 1, '2024-02-07 06:47:07', '2024-02-07 06:47:07'),
(44, '2043-44', 1, '2024-02-07 06:47:07', '2024-02-07 06:47:07'),
(45, '2044-45', 1, '2024-02-07 06:47:07', '2024-02-07 06:47:07'),
(46, '2045-46', 1, '2024-02-07 06:47:07', '2024-02-07 06:47:07'),
(47, '2046-47', 1, '2024-02-07 06:47:07', '2024-02-07 06:47:07'),
(48, '2047-48', 1, '2024-02-07 06:47:07', '2024-02-07 06:47:07'),
(49, '2048-49', 1, '2024-02-07 06:47:07', '2024-02-07 06:47:07'),
(50, '2049-50', 1, '2024-02-07 06:47:07', '2024-02-07 06:47:07');

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

--
-- Table structure for table `gallery`
--

CREATE TABLE `gallery` (
  `id` int NOT NULL,
  `image` varchar(255) COLLATE utf8mb4_general_ci DEFAULT NULL,
  `name` varchar(255) COLLATE utf8mb4_general_ci DEFAULT NULL,
  `created_at` datetime DEFAULT NULL,
  `updated_at` datetime DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

--
-- Dumping data for table `gallery`
--

INSERT INTO `gallery` (`id`, `image`, `name`, `created_at`, `updated_at`) VALUES
(1, 'files/43Qe35k2m6TE2vj36Jpfxrd0cSSbIBWVJfTZdSUV.jpg', 'Gate together', '2023-09-03 09:28:45', '2023-12-07 12:02:33'),
(2, 'files/QDONqXZzoshzY7P4WAPk2dGhGIKbw1MRY77Bd0sC.jpg', 'Gate together', '2023-09-03 09:30:29', '2023-12-07 12:02:08'),
(3, 'files/R2HBySnR30buoDo0s6dFWDZkNK84GSxKNXe6pRgm.jpg', 'Dealer', '2023-09-03 09:31:42', '2023-12-07 12:01:38'),
(4, 'files/k70HV6OimK8OTBRFKK4kVBJqpM7qhXAxu7O3zNjv.jpg', 'Gate together', '2023-09-03 09:33:13', '2023-12-07 12:01:14'),
(5, 'files/Fcz4Q0I3Y8EXH1sjKWb9XqJzqdC8sF7YecHtjBBF.jpg', 'Supplier Visit', '2023-09-03 09:33:28', '2023-12-07 12:00:46'),
(6, 'files/whxkFoeqIg7IByJqoMIf5Ds2C80d8Y58gsMjz4AC.jpg', 'Bagura Dealer', '2023-10-09 17:54:21', '2023-12-07 12:00:11'),
(7, 'files/tm6W2Yyd11xohAb57ynwXFnKJ7cti66YihTM86KI.jpg', 'Gate together', '2023-10-09 17:55:02', '2023-12-07 11:56:24'),
(8, 'files/wklXZkeeMkkX9evn0uOW51DB9VZx7NYskVamy8kY.jpg', 'Mejbah Bhai', '2023-12-07 12:02:54', '2023-12-07 12:02:54'),
(9, 'files/qZSBij2TNDvxzX6NzdhpvabeSA1Wktnb8WMa8yiL.jpg', 'Shubhum raj Gupta', '2023-12-07 12:03:19', '2023-12-07 12:03:19'),
(10, 'files/XFSyjcYQJ9m3CNsPgTjIhreIDUJcCoOITbqKNrmd.jpg', 'Gate together', '2023-12-07 12:03:37', '2023-12-07 12:03:37'),
(11, 'files/7DkkSjI9txUYRGKz7njwqo7IDp46C84pgtut2hiM.jpg', 'Gate together', '2023-12-07 12:04:57', '2023-12-07 12:04:57'),
(12, 'files/KMeNA7vosjercCbd1zDV7l2h425i9nfhhXi01BjD.jpg', 'Gate together', '2023-12-07 12:05:13', '2023-12-07 12:05:13'),
(13, 'files/DaQDJLbgvFnht50GhZWaVkD8PoqrDSzXhaepXscm.jpg', 'gate together', '2023-12-07 12:05:35', '2023-12-07 12:05:35'),
(14, 'files/swZVz0MjLYVLMP7Gi2fon5WSqrIVmqnzBfvBci6r.jpg', 'Gate to gether', '2023-12-07 12:05:52', '2023-12-07 12:05:52'),
(15, 'files/8BAtZGiPxOQ8N72rD0zA8mYN7sNooD1P53iltMDQ.jpg', 'Gate together', '2023-12-07 12:06:14', '2023-12-07 12:06:14'),
(16, 'files/nPcanWFPfcHNVQ4BK7SHAI3TyDuPbLKqRRpRjJhq.jpg', 'Office meeting', '2023-12-07 12:06:37', '2023-12-07 12:06:37'),
(17, 'files/nP6IWxekTyEISARRG0jfHaqu1R1hSoruU2UPGcbG.jpg', 'Gate together', '2023-12-07 12:07:10', '2023-12-07 12:07:10'),
(18, 'files/ncnuggOhX05EOlYKFTSmsn2Zb84AQ0JHUnbwcOIM.jpg', 'Office programee', '2023-12-07 12:14:13', '2023-12-07 12:14:13'),
(19, 'files/sL8llu4geqjasTXkx7UVfq6sNv3YPQyITULtwEK1.jpg', 'Office', '2023-12-09 20:30:38', '2023-12-09 20:30:38');

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

--
-- Table structure for table `happy_clients`
--

CREATE TABLE `happy_clients` (
  `id` bigint UNSIGNED NOT NULL,
  `image` varchar(255) COLLATE utf8mb4_unicode_ci 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 `happy_clients`
--

INSERT INTO `happy_clients` (`id`, `image`, `created_at`, `updated_at`) VALUES
(26, '2023-10-17-652e70b598dac.png', '2023-10-17 17:32:05', '2023-10-17 17:32:05'),
(27, '2023-10-17-652e71065e238.png', '2023-10-17 17:33:26', '2023-10-17 17:33:26'),
(28, '2023-10-17-652e7118ab1f5.png', '2023-10-17 17:33:44', '2023-10-17 17:33:44');

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

--
-- Table structure for table `home_page_models`
--

CREATE TABLE `home_page_models` (
  `id` bigint UNSIGNED NOT NULL,
  `cover_image` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `animated_text` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `small_text` varchar(255) COLLATE utf8mb4_unicode_ci 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 `home_page_models`
--

INSERT INTO `home_page_models` (`id`, `cover_image`, `animated_text`, `small_text`, `created_at`, `updated_at`) VALUES
(17, '2023-10-04-651cfddddb230.png', NULL, NULL, '2023-10-04 11:53:34', '2023-10-04 11:53:34'),
(18, '2023-10-04-651cff431f5a1.png', NULL, NULL, '2023-10-04 11:59:31', '2023-10-04 11:59:31');

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

--
-- Table structure for table `inpection_fin_pages`
--

CREATE TABLE `inpection_fin_pages` (
  `id` bigint UNSIGNED NOT NULL,
  `kabikha_project_id` bigint UNSIGNED NOT NULL,
  `page_no` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `jacaiOrttho` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `prostabitoOrttho` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `jelaKormodhor` date DEFAULT NULL,
  `json_column` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ;

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

--
-- Table structure for table `inspections`
--

CREATE TABLE `inspections` (
  `id` bigint UNSIGNED NOT NULL,
  `division_id` bigint UNSIGNED NOT NULL,
  `district_id` bigint UNSIGNED NOT NULL,
  `upazila_id` bigint UNSIGNED NOT NULL,
  `union_id` bigint UNSIGNED NOT NULL,
  `allocation_project_id` bigint UNSIGNED NOT NULL,
  `total_allocation_amount` double(10,2) DEFAULT NULL,
  `total_allocation_project` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `discounted_amount` double(10,2) DEFAULT NULL,
  `received_amount` double(10,2) DEFAULT NULL,
  `project_submission_date` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `maximum_amount` double(10,2) DEFAULT NULL,
  `minimum_amount` double(10,2) DEFAULT NULL,
  `total_allocation_food` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `money_release_date` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `start_date` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `end_date` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `allocation_order_end_date` varchar(255) COLLATE utf8mb4_unicode_ci 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 `inspections`
--

INSERT INTO `inspections` (`id`, `division_id`, `district_id`, `upazila_id`, `union_id`, `allocation_project_id`, `total_allocation_amount`, `total_allocation_project`, `discounted_amount`, `received_amount`, `project_submission_date`, `maximum_amount`, `minimum_amount`, `total_allocation_food`, `money_release_date`, `start_date`, `end_date`, `allocation_order_end_date`, `created_at`, `updated_at`) VALUES
(4, 2, 14, 125, 1140, 6, 0.00, '3', 60000.00, 60000.00, '2024-02-11', 12.00, 15.00, '100', NULL, '2024-02-11', NULL, '2024-02-11', '2024-02-11 08:51:28', '2024-02-11 08:51:28'),
(10, 2, 14, 124, 1127, 17, 121200.00, '2', 120000.00, 120000.00, '2024-03-21', 12.00, 120.00, '100', NULL, '2024-03-21', NULL, '2024-03-21', '2024-03-21 06:45:40', '2024-03-21 06:45:40');

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

--
-- Table structure for table `inspection_bies`
--

CREATE TABLE `inspection_bies` (
  `id` bigint UNSIGNED NOT NULL,
  `kabikha_project_id` bigint UNSIGNED NOT NULL,
  `page_no` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `json_column` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ;

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

--
-- Table structure for table `international_partnet`
--

CREATE TABLE `international_partnet` (
  `id` int NOT NULL,
  `image` varchar(255) COLLATE utf8mb4_general_ci DEFAULT NULL,
  `address` varchar(255) COLLATE utf8mb4_general_ci DEFAULT NULL,
  `country` varchar(255) COLLATE utf8mb4_general_ci DEFAULT NULL,
  `phone` varchar(255) COLLATE utf8mb4_general_ci DEFAULT NULL,
  `email` varchar(255) COLLATE utf8mb4_general_ci DEFAULT NULL,
  `created_at` datetime DEFAULT NULL,
  `updated_at` datetime DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

--
-- Dumping data for table `international_partnet`
--

INSERT INTO `international_partnet` (`id`, `image`, `address`, `country`, `phone`, `email`, `created_at`, `updated_at`) VALUES
(1, 'files/dP2IBXaYIVgn7k5oYFkj92k260ymGeE5XfBt0T55.webp', '3201 Yorkmont Road Suite 400 Charlotte, NC 28210', 'Nogadisui GPS Tracker', '(980) 279-87621', 'gps@nogadisuilt.com', '2023-09-03 11:39:44', '2023-10-15 15:07:23'),
(2, 'files/ktPqupfFmWam7dDBTMzBsm4ELgcdor8neJCcjutj.webp', 'New Delhi, India', 'Kurti GPS Tracker', '+919732987700', 'info@kurtigps.org', '2023-09-03 11:40:25', '2023-10-15 14:58:23'),
(4, 'files/brbUx4L7esEleZG8IsmKpFeDvqZrROOCMVSzFJVB.webp', '68 Packering Street Newton Park. Eastern Cape. 6045', 'GW Point Tracker', '+27415665589', 'info@gwpt.com', '2023-10-15 23:19:03', '2023-10-15 23:19:03');

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

--
-- Table structure for table `items`
--

CREATE TABLE `items` (
  `id` bigint UNSIGNED NOT NULL,
  `category_id` bigint UNSIGNED NOT NULL,
  `sub_category_id` bigint DEFAULT NULL,
  `unit_id` bigint UNSIGNED NOT NULL,
  `financial_rate_id` bigint UNSIGNED NOT NULL,
  `code` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `status` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL COMMENT '1->active 2->Inactive',
  `dhaka_mymensingh` double(10,2) DEFAULT NULL,
  `chittagong_sylhet` double(10,2) DEFAULT NULL,
  `rajshahi_rangpur` double(10,2) DEFAULT NULL,
  `khulna_barishal` double(10,2) DEFAULT NULL,
  `description` longtext COLLATE utf8mb4_unicode_ci,
  `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 `items`
--

INSERT INTO `items` (`id`, `category_id`, `sub_category_id`, `unit_id`, `financial_rate_id`, `code`, `status`, `dhaka_mymensingh`, `chittagong_sylhet`, `rajshahi_rangpur`, `khulna_barishal`, `description`, `created_at`, `updated_at`) VALUES
(16, 25, NULL, 29, 39, '1.01.01', '1', 50308.00, 50308.00, 50308.00, 50308.00, '<p>Engineer\'s site office of minimum 10 sqm plinth area with providing necessary facilities including office furniture, consumables, stationeries etc.[PWD 01.1.1]</p>', '2023-10-17 13:06:32', '2024-02-04 06:10:52'),
(17, 25, NULL, 29, 39, '1.01.02', '1', 80370.00, 80370.00, 80370.00, 80370.00, '<p>Engineer\'s site office of minimum 15 sqm plinth area with providing necessary facilities including office furniture, consumables, stationeries, water purifier etc.[PWD 01.1.2]</p>', '2023-10-17 13:17:31', '2024-02-04 06:10:52'),
(18, 25, NULL, 29, 39, '1.01.03', '1', 487130.00, 487130.00, 487130.00, 487130.00, '<p>Engineer\'s site office of minimum 38 sqm plinth area with providing necessary facilities including office furniture, 24000 BTU air cooler, umbrella, crookeries, water purifier, PC with monitor, uninterruptible power supply (UPS), laserjet printer (minimum) 20 ppm) LED flood light fittings(Halogen) for sight security etc. [PWD 01.1.3]</p>', '2023-10-17 13:27:07', '2024-02-04 06:10:52'),
(19, 25, NULL, 2, 39, '1.02', '1', 16872.86, 16825.93, 16755.53, 16755.53, '<p>Project Profile Signboard: Providing and fixing of typical project profile signboard as per direction of E-I-C, to be placed at a suitable place of the site including submission of proposals for the materials &amp; size of the signboards (recommended size: 1800mm × 1200 with 2 nos. 75mm dia. MS post, outer &amp; inner frames of board shall be 50mm × 50mm × 5mm &amp; 25mm × 25mm × 5mm respectively) and text layout to the engineer for approval which will be positioned as directed by the engineer and removing the same on completeion of the works or as instructed by the E-I-C. Sheeting will be made of encapsulated lens with retro-reflective type and massage/borders will be screen printed. &nbsp;The text shall mention among other the name of the implementing agency, cost of the project, completion time, name of the contractor etc.&nbsp;</p>', '2023-10-17 13:32:45', '2024-02-04 06:10:52'),
(20, 25, NULL, 7, 39, '1.03', '1', 16215.00, 16215.00, 16215.00, 16215.00, '<p>Supplying and providing of first aid box with necessary materials/medicine (hygienic gown, thermometer, adhesive dressings, antiseptic solutions, bandages, cotton balls or swaps, emergency blanket, gloves, hand sanitizer, ice pack, saline etc ). All complets as per direction of Engineer-in-charge.[PWD 01.1.4.3]</p>', '2023-10-17 13:34:15', '2024-02-04 06:10:52'),
(21, 25, NULL, 29, 39, '1.04', '1', 49081.00, 49081.00, 49081.00, 49081.00, '<p>Hiring, installation, testing &amp; commissioning of CCTV/Surveillance facilities for monitoring construction site including supply, fixing of 5.0 megapixel IR fixed &nbsp;bullet network IP camera including lens, bracket, housing with outdoor night vision facilities, Full HD 1080 pixel, real time video, network video recorder (NVR), 2 TB HDD for NVR, 4/8/16/32 port PoE switch, 32\"/42\" Full HD CCTV monitor, cable &amp; accessories, internet connection with operation &amp; maintenance cost throughout contract completion period, re-fitting &amp; re-fixing &nbsp;with progress of construction all complete as per direction of Engineer n charge. [PWD 01.1.5]</p>', '2023-10-17 13:35:24', '2024-02-04 06:10:52'),
(22, 25, NULL, 2, 39, '1.05', '1', 218.00, 214.00, 198.00, 198.00, '<p>Mobilization and cleaning site before commencing actual physical work and during contract period and demobilization after completion of the works under contract to be accepted by the Engineer-in-charge. This work shall also cover cleaning and clearing, cutting or filling, dressing the project area on and in the ground to an extent that all the event of works of the project can be executed smoothly in a working environment with a particular attention on safety and security in all respects, and to stockpile the end outcome to a place for disposal agreed by the Engineer-in-charge, where, payments are to be based on ground area datermined by the Engineer-in-charge and be proportionate to the percentage progress of work under contract as a whole in all respects an approved by Engineer-in-charge. [PWD 01.7]</p>', '2023-10-17 13:37:00', '2024-02-04 06:10:52'),
(23, 25, NULL, 30, 39, '1.06', '1', 80000.00, 80000.00, 80000.00, 80000.00, '<p>Providing expertised architect having minimum qualification Bachelor of Architecture and relevant experience(s) more than 5 years with registration in respective professional body for detail documentation &nbsp;of architectural themes, drawings, working out shop drawings, communication with theme architect &amp; getting approval, specifying architectural needs according to approval master architectural themes &amp; plan, certifying as built drawing for the approval etc. and any relevant jobs assigned by the HOPE or his official at site (max man month not greater then ¼ of initial contract completion time whichever is less &amp; payment for the item subject to submission of CV &amp; approved by HOPE or his authorised officer). [PWD 01.8]</p>', '2023-10-17 13:39:41', '2024-02-04 06:10:52'),
(24, 25, NULL, 30, 39, '1.07', '1', 120000.00, 120000.00, 120000.00, 120000.00, '<p>Providing expertised engineer having minimum qualification &nbsp;B.Sc. in Civil Engineering and &nbsp;relevant experience(s) more than 10 years &nbsp;with registration in respective professional body for &nbsp;project documentation, progress study &amp; adjustment, preparation of project material schdule for approval etc. &amp; jobs assigned by the HOPE or his official, at site (max man month not greter then ¼ initial contract duration or contract completion time whichever is less &amp; payment for the item subject to submission of CV &amp; approved by HOPE or his authorized officer). [PWD 01.9]</p>', '2023-10-17 13:40:36', '2024-02-04 06:10:52'),
(25, 25, NULL, 7, 39, '1.08', '1', 1361.20, 1355.87, 1321.78, 1321.78, '<p>Bench Mark Pillar: Manufacturing, supplying &amp; fixing in position RCC (1:2:4) Bench Mark Pillars of size 150mm x 150mm x 750mm, with 400mm x 400mm x 100mm base having 3 nos. 10mm dia MS bar each way at base, 4 nos. 10mm dia vertical bar and 8 nos. 6mm dia &nbsp;tie, including cost of from work, concreting, reinforcement, plastering at top, inscribing on exposed suface, finishing surface, curing, each cutting, embedding 450mm below GL., backfilling, ramming etc. complete as per direction of E-I-C.</p>', '2023-10-17 13:42:59', '2024-02-04 06:10:52'),
(26, 25, NULL, 31, 39, '1.09', '1', 28256.00, 28256.00, 28256.00, 28256.00, '<p>Providing 3 sets as-built drawings subject to Engineer’s approval produced in AutoCAD software in 584.5 mm x 413.5 mm (A-2 size) standard drawing paper, and operating and maintenance manual of the equipment and plant incorporated in the works, if any, in original by the date stated in the particular conditions of contract (PCC). If the contractor does not supply the as-built drawing and operating &amp; maintenance manuals by the date stated in the particular conditions of contract (PCC), or they do not receive the Engineer-in-charge\'s approval, the Engineer-in-charge shall withhold the amount stated in the PCC from the payments due to the contractor. The as-built drawings must show the permanent works as actually constructed and reflect the revision of drawings supplied to the contractor during the Contract as well as revisions of drawings supplied to the contractor during the contract. (One set of as-built drawings shall be considered for measurement and payment) [PWD 01.2.1]</p>', '2023-10-17 13:54:29', '2024-02-04 06:10:52'),
(27, 25, NULL, 5, 39, '1.10.01', '1', 1693.30, 1693.30, 1693.30, 1693.30, '<p>Within 50 kilometer from district head quarter for full day</p>', '2023-10-17 13:57:57', '2024-02-04 06:10:52'),
(28, 25, NULL, 5, 39, '1.10.02', '1', 1840.54, 1840.54, 1840.54, 1840.54, '<p>Beyond 50 kilometer from district head quarter for full day</p>', '2023-10-17 13:59:14', '2024-02-04 06:10:52'),
(29, 25, NULL, 5, 39, '1.10.03', '1', 1100.64, 1100.64, 1100.64, 1100.64, '<p>Work upto 5 hours per day only</p>', '2023-10-17 14:00:45', '2024-02-04 06:10:52'),
(30, 25, NULL, 9, 39, '1.11', '1', 441.73, 441.73, 441.73, 441.73, '<p>Photography: Shooting of still photographs by professinal photographer at outdoor and indoor of construction and other works of building, bridges, roads etc. for recording the progress of works at any distances including hiring of vehicle, equipment for photo shooting, lightening, mixing, lettering, editing including cost of digitized media &amp; min. 10 nos. 4R images printed on photo paper etc. all complete as per direction of E-I-C.</p>', '2023-10-17 14:01:40', '2024-02-04 06:10:52'),
(31, 25, NULL, 32, 39, '1.12', '1', 2576.76, 2576.76, 2576.76, 2576.76, '<p>Dust suppression measures</p>', '2023-10-17 14:04:06', '2024-02-04 06:10:52'),
(32, 25, NULL, 7, 39, '1.13', '1', 12883.78, 12883.78, 12883.78, 12883.78, '<p>Temporary Toilet: Construction of temporary toilets in work site/ rest area complete as per design and specifications and approved by the Engineer-in-Charge. There should be 1 camp in each site. In each camp, there should be 1 no of toilet for women and 1 no of toilet for men</p>', '2023-10-17 14:05:10', '2024-02-04 06:10:52'),
(33, 25, NULL, 7, 39, '1.15', '1', 306.76, 306.76, 306.76, 306.76, '<p>&nbsp;Supplying of Best Quality Safety hand gloves for construction work of Flexible/durable/excellent puncture resistance working gloves with PVC palm and T/C drill back, pasted cuff, palm liner. all complete in all respect as per approved specification and direction of the Engineer-in-charge.</p>', '2023-10-17 14:11:36', '2024-02-04 06:10:52'),
(34, 25, NULL, 2, 39, '1.16', '1', 8500.16, 8494.02, 8320.40, 8320.40, '<p>Supplying, fitting and fixing 18mm thick marble Name plate including cost of materials, labour, form work, engraving neatly the approved Sample given by the engineer etc. complete as per drawings and direction of the Engineer-in-charge.</p>', '2023-10-17 14:13:36', '2024-02-04 06:10:52'),
(35, 26, NULL, 2, 39, '2.01.1', '1', 40.05, 40.04, 40.01, 40.01, '<p>C&amp;G (Clearing and Grubbing): The work consists of cutting, removing and disposing of all materials such as trees, bushes, shrubs, stumps, roots, grass, weeds, rubbish, and removal of topsoil and other organic material etc. all complete as per direction of Engineer in Charge.</p>', '2023-10-17 14:16:50', '2024-02-04 06:10:52'),
(36, 26, NULL, 20, 39, '2.02.1.1', '1', 201.00, 197.00, 183.00, 183.00, '<p>For initial lift of 1.5 m</p>', '2023-10-17 14:21:06', '2024-02-04 06:10:52'),
(37, 26, NULL, 20, 39, '2.02.1.2', '1', 229.00, 225.00, 209.00, 209.00, '<p>For additional lift of 1 m beyond 1.5 m up to 2.5</p>', '2023-10-17 14:22:58', '2024-02-04 06:10:52'),
(38, 26, NULL, 20, 39, '2.02.1.3', '1', 258.00, 253.00, 234.00, 234.00, '<p>For additional lift of 1 m beyond 2.5 m up to 3.5 m</p>', '2023-10-17 14:24:31', '2024-02-04 06:10:52'),
(39, 26, NULL, 20, 39, '2.02.1.4', '1', 286.00, 281.00, 261.00, 261.00, '<p>For additional lift of 1 m beyond 3.5 m up to 4.5 m</p>', '2023-10-17 14:25:54', '2024-02-04 06:10:52'),
(40, 26, NULL, 20, 39, '2.02.1.5', '1', 315.00, 309.00, 286.00, 286.00, '<p>For additional lift of 1 m beyond 4.5 m up to 5.5 m</p>', '2023-10-17 14:27:17', '2024-02-04 06:10:52'),
(41, 26, NULL, 20, 39, '2.02.1.6', '1', 344.00, 338.00, 313.00, 313.00, '<p>For additional lift of 1 m beyond 5.5 m up to 6.5 m</p>', '2023-10-17 14:28:27', '2024-02-04 06:10:52'),
(42, 26, NULL, 20, 39, '2.02.2.01', '1', 278.61, 274.31, 256.89, 256.89, '<p>85% Compaction</p>', '2023-10-17 14:30:12', '2024-02-04 06:10:52'),
(43, 26, NULL, 20, 39, '2.02.2.02', '1', 404.23, 400.31, 384.35, 384.35, '<p>95% Compaction</p>', '2023-10-17 14:32:07', '2024-02-04 06:10:52'),
(44, 26, NULL, 20, 39, '2.02.2.03', '1', 450.07, 446.15, 430.20, 430.20, '<p>98% Compaction</p>', '2023-10-17 14:33:23', '2024-02-04 06:10:52'),
(45, 26, NULL, 20, 39, '2.02.3.01', '1', 327.69, 323.40, 305.97, 305.97, '<p>Outside municipal area, 85% Compaction &nbsp;</p>', '2023-10-17 14:35:44', '2024-02-04 06:10:52'),
(46, 26, NULL, 20, 39, '2.02.3.02', '1', 553.31, 449.39, 433.44, 433.44, '<p>Outside municipal area, 95% Compaction</p>', '2023-10-17 14:38:06', '2024-02-04 06:10:52'),
(47, 26, NULL, 20, 39, '2.02.3.03', '1', 492.47, 488.54, 472.59, 472.59, '<p>Outside municipal area, 98% Compaction</p>', '2023-10-17 14:43:52', '2024-02-04 06:10:52'),
(48, 26, NULL, 20, 39, '2.02.3.04', '1', 395.98, 391.68, 369.41, 369.41, '<p>Within municipal area, 85% Compaction&nbsp;</p>', '2023-10-17 14:45:28', '2024-02-04 06:10:52'),
(49, 26, NULL, 20, 39, '2.02.3.05', '1', 525.26, 521.33, 500.27, 500.27, '<p>Within municipal area, 95% Compaction&nbsp;</p>', '2023-10-17 14:49:09', '2024-02-04 06:10:52'),
(50, 26, NULL, 20, 39, '2.02.3.06', '1', 568.68, 564.74, 543.39, 543.39, '<p>Within municipal area, 98% Compaction&nbsp;</p>', '2023-10-17 14:50:31', '2024-02-04 06:10:52'),
(51, 26, NULL, 20, 39, '2.02.4.01', '1', 312.46, 312.18, 311.42, 311.42, '<p>Initial distance within 300m</p>', '2023-10-17 14:52:07', '2024-02-04 06:10:52'),
(52, 26, NULL, 20, 39, '2.02.4.02', '1', 339.46, 339.17, 338.41, 332.41, '<p>Distance 300m to 600m</p>', '2023-10-17 14:53:44', '2024-02-04 06:10:52'),
(53, 26, NULL, 20, 39, '2.02.4.03', '1', 388.05, 387.77, 387.00, 387.00, '<p>Distance 600m to 1.0km</p>', '2023-10-17 14:55:21', '2024-02-04 06:10:52'),
(54, 26, NULL, 20, 39, '2.02.4.04', '1', 442.04, 441.75, 440.99, 440.99, '<p>Distance 1.0km to 2.0km</p>', '2023-10-17 14:56:37', '2024-02-04 06:10:52'),
(55, 26, NULL, 20, 39, '2.02.4.05', '1', 496.03, 495.74, 494.98, 494.98, '<p>Distance 2.0km to 3.0km</p>', '2023-10-17 14:58:00', '2024-02-04 06:10:52'),
(56, 26, NULL, 20, 39, '2.02.4.06', '1', 550.01, 549.73, 548.97, 548.97, '<p>Distance 3.0km to 4.0km</p>', '2023-10-17 14:59:20', '2024-02-04 06:10:52'),
(57, 26, NULL, 20, 39, '2.02.4.07', '1', 631.00, 630.72, 629.96, 629.96, '<p>Distance 4.0km and above</p>', '2023-10-17 15:00:22', '2024-02-04 06:10:52'),
(58, 26, NULL, 20, 39, '2.03.1', '1', 453.31, 449.39, 433.44, 433.44, '<p>CB: Providing clay blanket/clay cover by carried earth supplied at contractor\'s own cost including royalty in different thickness over the side slopes or crest of the road embankment with selected soil (clay content minimum 80% and silt content 0-20%) including throwing clay in layers not exceeding 150 mm in thickness, clod breaking, benching the side slopes and compacting to 95% of maximum dry density at optimum moisture content with reference to laboratory density test AASHTO standard hammer with suitable equipment dressing etc. complete as per direction of Engineer-in-charge.Composition of specified soil must be confirmed by laboratory test before use. (compaction will be done by the contractor with approved equipment including all ancillary charges for compaction and testing) as per direction of Engineer in charge. Payment will be made on compacted volume.</p>', '2023-10-17 15:01:37', '2024-02-04 06:10:52'),
(59, 26, NULL, 20, 39, '2.04.1.1', '1', 259.00, 255.00, 236.00, 236.00, '<p>For initial lead of 30 m and lift of 1.5 m</p>', '2023-10-17 15:03:14', '2024-02-04 06:10:52'),
(60, 26, NULL, 20, 39, '2.04.1.2', '1', 268.00, 264.00, 244.00, 244.00, '<p>For initial lead of 30 m and lift beyond 1.5 m and upto 1.8 m</p>', '2023-10-17 15:04:27', '2024-02-04 06:10:52'),
(61, 26, NULL, 20, 39, '2.04.1.3', '1', 277.00, 273.00, 252.00, 252.00, '<p>For initial lead of 30 m and lift beyond 1.8 m and upto 2.1 m</p>', '2023-10-17 15:05:30', '2024-02-04 06:10:52'),
(62, 26, NULL, 20, 39, '2.04.1.4', '1', 286.00, 282.00, 260.00, 260.00, '<p>For initial lead of 30 m and lift beyond 2.1 m and upto 2.4 m</p>', '2023-10-17 15:07:25', '2024-02-04 06:10:52'),
(63, 26, NULL, 20, 39, '2.04.1.5', '1', 295.00, 291.00, 268.00, 268.00, '<p>For initial lead of 30 m and lift beyond 2.4 m and upto 2.7 m</p>', '2023-10-17 15:08:46', '2024-02-04 06:10:52'),
(64, 26, NULL, 20, 39, '2.04.1.6', '1', 304.00, 300.00, 276.00, 276.00, '<p>For initial lead of 30 m and lift beyond 2.4 m and upto 2.7 m</p>', '2023-10-17 15:10:24', '2024-02-04 06:10:52'),
(65, 26, NULL, 20, 39, '2.04.3', '1', 121.70, 121.62, 121.14, 121.14, '<p>EWEx(Dr): Earth work in re-excavation of Beel, River &amp; Beel connectivity (Canal) etc. by small dredging unit according to the lines, grades and elevation as shown in the drawing, fitting of cutter machine, delivery pipe fitting, soil management, filling chamber, village platform and disposing of all excavated materials at a safe distance designated by the E-I-C in all types of clay/slurry/organic soils except rocky, gravelly, slushy soil, levelling, dressing, etc. all complete for an initial soil dumping lead upto 100m including arranging for and supplying all necessary tools and equipment at work site etc. complete as per direction of the E-I-C.</p>', '2023-10-17 15:11:44', '2024-02-04 06:10:52'),
(66, 26, NULL, 20, 39, '2.04.4', '1', 105.88, 105.82, 105.38, 105.38, '<p>EWEx(M): Earth Excavation by Mechanical hydraulic Excavator (Long Boon) in roadway/canals/ponds, etc. with 0.90 cum bucket capacity, including cutting and loading in tippers or disposing of all excavated materials at a safe distance designated by the E-I-C, trimming bottom and side slopes, in accordance with requirements of lines, grades and cross sections, leveling, dressing, etc. all complete for an initial excavation depth of 3m and lead upto 20m. including cost of hire charges of Excavator and all other machines, equipment, fuels, lubricants and wages of operational staff etc. all complete as per the direction of the E-I-C</p>', '2023-10-17 15:13:11', '2024-02-04 06:10:52'),
(67, 26, NULL, 2, 39, '2.05.1', '1', 15.46, 15.22, 14.11, 14.11, '<p>Leveling and dressing the embankment crown, road flanks, etc. in maintenance work by earth cutting and filling as necessary with maintaining proper slope and camber including compaction etc. allcomplete as per direction of the E-I-C.</p>', '2023-10-17 15:14:17', '2024-02-04 06:10:52'),
(68, 26, NULL, 20, 39, '2.05.2', '1', 139.03, 138.73, 137.50, 137.50, '<p>E/C(Mech): Compaction of earth in constructing of road embankment/road slopes/ canal bank/ compounds etc. as per design to profile in layers not exceeding 200mm thick, including clod breaking to a maximum size of 75mm, leveling, dressing, watering to bring moisture content ± 2% of OMC &amp; compacting soil by vibratory soil compactor or by appropriate mechanical means to attain 95% of Maximum Dry Density (MDD) at Optimum Moisture Content (OMC) with reference to laboratory density test AASHTO-180 etc. all complete in all respect as per drawing, specification, direction and accepted by the Engineer-in-charge.&nbsp;</p><p>[This item will be applicable where compaction events are not included in the items like compaction on box cutting soil]</p>', '2023-10-17 15:16:02', '2024-02-04 06:10:52'),
(69, 26, NULL, 2, 39, '2.05.3', '1', 45.85, 45.61, 44.62, 44.62, '<p>ESC(Mech): Scarifying and loosening of existing earthen shoulder up to the minimum depth of 100mm, including removing all detrimental material, breaking clods, levelling, dressing, maintaining proper grade &amp; cross-fall (minimum+5%), watering to OMC ± 2% &amp; compacting by vibratory soil compactor or by appropriate mechanical means to attain minimum 95% of Maximum Dry Density (MDD) at Optimum Moisture Content (OMC) with reference to laboratory density test AASHTO-180 etc. all complete in all respect as per drawing, specification, direction and accepted by the Engineer-in- charge.</p>', '2023-10-17 15:17:05', '2024-02-04 06:10:52'),
(70, 26, NULL, 2, 39, '2.06.1', '1', 30.80, 30.41, 29.14, 29.14, '<p>Creating turf on the side slopes and top of embankment with good quality turf not less than 225 mm square chunk, watering till the grass grown including all leads and lifts etc. complete and accepted by the Engineer-in-charge.</p>', '2023-10-17 15:18:17', '2024-02-04 06:10:52'),
(71, 26, NULL, 2, 39, '2.06.2', '1', 58.59, 57.79, 54.60, 54.60, '<p>Supplying and planting vetiver (Binna) grass/lawn grass in a bunch of 2 to 3 stem @of 225mm c/c all over the side slope starting from 225mm beyond the edge of the shoulder and watering till the grasses are fully grown etc. all complete as per direction of E-I-C. The stem should be 125mm to 150mm long with roots. (The payment is to be made only when grasses are fully grown)</p>', '2023-10-17 15:19:14', '2024-02-04 06:10:52'),
(72, 24, 2, 2, 39, '3.01.1', '1', 16.13, 16.03, 15.33, 15.33, '<p>BP: Preparation of bed by cutting and filling including watering to bring moisture content ± 2% of OMC &amp; compacting by appropriate mechanical means etc. to obtain design CBR at minimum compaction 98% of Maximum Dry Density (MDD) etc. all complete as per direction of the E-I-C</p>', '2023-10-17 15:28:08', '2024-02-04 06:10:52'),
(73, 24, 2, 2, 39, '3.01.2', '1', 33.74, 33.13, 30.68, 30.68, '<p>BC(150mm): Earth work in box cutting on road crest up to 150mm depth, maintaining proper grade, camber and alignment, super elevation on curves, removing soil to a safe distance or spreading the excavated earth on road flanks and slopes uniformly including leveling, dressing, watering and compacting the sub-grade soil by manual means etc. all complete as per direction of the E-I-C.</p>', '2023-10-17 15:32:22', '2024-02-04 06:10:52'),
(74, 24, 2, 2, 39, '3.01.3.1', '1', 65.83, 64.84, 60.06, 60.06, '<p>BC(300mm): Earthwork in box cutting on road crest up to 300mm depth in all types of soil. Removing soil to a safe distance, maintaining proper alignment, camber and grade including leveling, dressing and compacting the sub grade as per drawing and accepted by the Engineer-in-charge.</p>', '2023-10-17 15:34:06', '2024-02-04 06:10:52'),
(75, 24, 2, 2, 39, '3.01.3.2.01', '1', 77.18, 76.07, 71.04, 71.04, '<p>Degree of Compaction: Minimum 98% of MDD (Standard Proctor)</p>', '2023-10-17 15:35:56', '2024-02-04 06:10:52'),
(76, 24, 2, 2, 39, '3.01.3.2.02', '1', 88.95, 87.84, 82.81, 82.81, '<p>Degree of Compaction: Minimum 95% of MDD (Modified Proctor)</p>', '2023-10-17 15:37:08', '2024-02-04 06:10:52'),
(77, 24, 2, 2, 39, '3.01.3.3.01', '1', 148.51, 146.30, 136.55, 136.55, '<p>Degree of Compaction: Minimum 98% of MDD (Standard Proctor)</p>', '2023-10-17 15:38:19', '2024-02-04 06:10:52'),
(78, 24, 2, 2, 39, '3.01.3.3.02', '1', 169.73, 167.52, 157.77, 157.77, '<p>Degree of Compaction: Minimum 95% of MDD (Modified Proctor)</p>', '2023-10-17 15:39:32', '2024-02-04 06:10:52'),
(79, 24, 2, 20, 39, '3.01.3.4.01', '1', 494.42, 487.06, 454.54, 454.54, '<p>Degree of Compaction: Minimum 98% of MDD (Standard Proctor)</p>', '2023-10-17 15:42:17', '2024-02-04 06:10:52'),
(80, 24, 2, 20, 39, '3.01.3.4.02', '1', 548.00, 540.64, 508.13, 508.13, '<p>Degree of Compaction: Minimum 95% of MDD (Modified Proctor)</p>', '2023-10-17 15:43:56', '2024-02-04 06:10:52'),
(81, 24, 2, 2, 39, '3.01.4.2.01', '1', 106.87, 105.22, 98.03, 98.03, '<p>Degree of Compaction: Minimum 98% of MDD (Standard Proctor)</p>', '2023-10-17 15:45:51', '2024-02-04 06:10:52'),
(82, 24, 2, 2, 39, '3.01.4.2.02', '1', 118.64, 117.00, 109.81, 109.81, '<p>Degree of Compaction: Minimum 95% of MDD (Modified Proctor)</p>', '2023-10-17 15:48:04', '2024-02-04 06:10:52'),
(83, 24, 2, 2, 39, '3.01.4.3.01', '1', 179.80, 177.10, 165.08, 165.08, '<p>Degree of Compaction: Minimum 98% of MDD (Standard Proctor)</p>', '2023-10-17 15:50:43', '2024-02-04 06:10:52'),
(84, 24, 2, 2, 39, '3.01.4.3.02', '1', 201.02, 198.32, 186.29, 186.29, '<p>Degree of Compaction: Minimum 95% of MDD (Modified Proctor)</p>', '2023-10-17 15:51:47', '2024-02-04 06:10:52'),
(85, 24, 3, 20, 39, '3.02.1.1', '1', 944.95, 952.19, 938.81, 938.81, '<p>Sand (FM 0.50) filling on the road bed in the improved sub-grade with sand (minimum FM 0.5) free from dust, earth, other vegetable growth, foreign materials etc. including supplying all materials, spreading, watering, compacting by appropriate mechanical means to obtain a minimum Soaked CBR 8% or Design CBR at minimum compaction 98% of Maximum Dry Density (MDD) (Modified Proctor), etc. all complete as per direction of the E-I-C.</p>', '2023-10-17 16:12:15', '2024-02-04 06:10:52'),
(86, 24, 3, 20, 39, '3.02.1.2', '1', 1015.50, 1018.51, 979.73, 979.73, '<p>Sand (FM 0.80) filling on the road bed in the improved sub-grade with sand (minimum FM 0.8) free from dust, earth, other vegetable growth, foreign materials etc. including supplying all materials, spreading, watering, compacting by appropriate mechanical means to obtain a minimum Design Soaked CBR but not less than 8% at minimum compaction 98% of Maximum Dry Density (MDD) (Modified Proctor), etc. all complete as per direction of the E-I-C.</p>', '2023-10-17 16:15:40', '2024-02-04 06:10:52'),
(87, 24, 3, 20, 39, '3.02.1.3', '1', 834.88, 771.57, 751.14, 811.81, '<p>Filling the road bed in the improved sub-grade with locally available sand (passing &lt;=15% through #200 sieve) free from dust, earth clod, other vegetable growth, foreign materials etc. including supplying all materials, spreading, watering, compacting by appropriate mechanical means to obtain a minimum Soaked CBR 8% or Design CBR at minimum compaction 98% of Maximum Dry Density (MDD) (Modified Proctor), etc. all complete as per direction of the E-I-C.</p>', '2023-10-17 16:17:18', '2024-02-04 06:10:52'),
(88, 24, 3, 20, 39, '3.02.1.4', '1', 2885.42, 2793.88, 2824.25, 2794.62, '<p>SB for Uni-Paver: Providing compacted Sand Bedding over the finished base course, including supplying well graded sand of minimum FM-2.5, free from dust, earth, other vegetation, foreign materials, etc., including spreading sand uniformly of specified loose thickness on finished road surface maintaining grade, camber and super elevation, local handling, booming, watering, to bring moisture content ± 3% of OMC &amp; compacting by appropriate mechanical means to obtain a minimum design compaction, etc. all complete in all respect as per drawing, specification, direction and accepted by the Engineer-in-charge.</p>', '2023-10-17 16:19:27', '2024-02-04 06:10:52'),
(89, 24, 3, 20, 39, '3.02.2', '1', 101.23, 99.39, 92.03, 92.03, '<p>PilSG: Labour charge for taking out the existing sand from road bed of any thickness and removing the debris including staking the materials at a specified distance, etc. all complete as per direction of the E-I-C.</p>', '2023-10-17 16:21:15', '2024-02-04 06:10:52'),
(90, 24, 3, 20, 39, '3.02.3', '1', 182.96, 181.73, 176.83, 176.83, '<p>CISG: Labour for spreading &amp; compaction of Improved Subgrade consisting of sand having compacted thickness as per specifications including local handling, hand packing, watering, rolling in layers of specified loose thickness with 8-10 tonne road roller to achieve Design Soaked CBR but not less than 8% at a degree of compaction to minimum 98% Maximum Dry Density (MDD) (Modified Proctor) etc all complete as per direction of the Engineering-in-charge. Thickness of each layer should not be more than 125mm loose and Payment will be made on compacted thickness. (The rate excludes the cost of sand)</p>', '2023-10-17 16:23:12', '2024-02-04 06:10:52'),
(91, 24, 4, 20, 39, '3.03.1', '1', 194.53, 192.69, 185.33, 185.33, '<p>Dis(SB/BC): Dismantling of damaged sub-base and Base course works in flexible paved road of any thickness by appropriate mechanical means and removing the debris to a safe distance, stacking properly including all tools and plants, etc. all complete as per direction of the E-I-C.</p>', '2023-10-17 16:27:04', '2024-02-04 06:10:52'),
(92, 24, 4, 20, 39, '3.03.2', '1', 453.85, 448.33, 431.77, 431.77, '<p>S&amp;C(SB): Labour for mixing, spreading &amp; compacting of Sub-base consisting of sand and crusher run aggregate made of well burnt picked 1st class bricks or stone having compacted thickness as per specifications including local handling, hand packing, watering, dry rolling followed by wet rolling in layers of specified loose thickness with 8-10 tonne road roller to achieve Design soaked CBR but not less than 30% at a degree of compaction to minimum 98% (Modified Proctor) etc. all complete as per direction of the Engineering-in- charge. Thickness of each layer should not be more than 100mm loose and Payment will be made on compacted thickness. (The rate excludes the cost of sand, brick/stone aggregates)</p>', '2023-10-17 16:29:18', '2024-02-04 06:10:52'),
(93, 24, 4, 20, 39, '3.03.3.1', '1', 4358.62, 4350.50, 4185.65, 4185.65, '<p>SBBC(FM-0.5): Providing compacted aggregate sand sub-base course with 38mm down Crusher run 1st class bricks/picked chips of LAA value not exceeding 40 &amp; sand of minimum FM 0.50 mixed in proportion 1:1 by volume placed in layer(s), mixing properly, watering, compacting with 8-10 tonne road roller to attain each layer\'s minimum soaked CBR 30% or Design CBR at minimum compaction 98% of MDD (Modified Proctor) including supplying of all materials, labourers, tools and equipment etc. all complete as per direction of the E-I-C.</p>', '2023-10-17 16:31:39', '2024-02-04 06:10:52'),
(94, 24, 4, 20, 39, '3.03.3.2', '1', 4294.87, 4246.05, 4077.12, 4112.20, '<p>SBBC(FM&lt;0.5): Providing compacted aggregate sand sub-base course with 38mm down Crusher run 1st class bricks/picked chips of LAA value not exceeding 40 &amp; locally available sand (Passing &lt;=15% through #200 sieve) mixed in proportion 1:1 by volume placed in layer(s) to give a maximum compacted thickness of 100mm in a single appropriate layer, mixing properly, watering, compacting with 8-10 tonne road roller to attain each layer\'s minimum soaked CBR 30% or Design CBR at minimum compaction 98% of MDD (Modified Proctor) including supplying of all materials, labourers, tools and equipment etc. all complete as per direction of the E-I-C.</p>', '2023-10-17 16:33:24', '2024-02-04 06:10:52'),
(95, 24, 4, 20, 39, '3.03.3.3', '1', 4076.19, 4116.15, 3661.79, 3984.91, '<p>SBSL (FM-0.5): Providing compacted aggregate sand sub-base course with 38mm down local Crushed stone (Louva) chips mixed with Bholaganj crushed stone chips, as necessary, having LAA value not exceeding 40 &amp; sand of minimum FM 0.50 mixed in proportion 1:1 by volume placed in layer(s), mixing properly, watering, compacting with 8-10 tonne road roller to attain each layer\'s minimum soaked CBR 30% or Design CBR at minimum compaction 98% of MDD (Modified Proctor) including supplying of all materials, labourers, tools and equipment etc. all complete as per direction of the E-I-C.</p>', '2023-10-17 16:35:16', '2024-02-04 06:10:52'),
(96, 24, 4, 20, 39, '3.03.3.4', '1', 4399.32, 4388.85, 4209.30, 4209.30, '<p>SBBC(FM-0.8): Providing compacted aggregate sand sub-base course with 38mm down Crusher run 1st class bricks/picked chips of LAA value not exceeding 40 &amp; sand of minimum FM 0.80 mixed in proportion 1:1 by volume placed in layer(s), mixing properly, watering, compacting with 8-10 tonne road roller to attain each layer\'s minimum soaked CBR 35% or Design CBR at minimum compaction 98% of MDD (Modified Proctor) including supplying of all materials, labourers, tools and equipment etc. all complete as per direction of the E-I-C.</p>', '2023-10-17 16:36:48', '2024-02-04 06:10:52'),
(97, 24, 4, 20, 39, '3.03.4.1', '1', 5767.16, 5750.78, 5510.49, 5510.49, '<p>SBBC(70:30): Providing compacted aggregate sand sub-base course with 38mm down brick chips made of 1st class picked brick (LAA value not exceeding 40) mixed thoroughly with sand of requisite FM (FM not less than 0.8) to obtain a homogeneous mix complying with the specified grading requirement of the relevant item of Road Design standards, (Suggested mixing ratio Brick Chips 38mm downgraded 25% and 20mm downgraded 45% with 30% sand) including mixing, carrying, placing and spreading uniformly in appropriate layer to give specified compacted thickness not more than 100mm in a single layer, watering, compacting by 8-10 tonne road roller at OMC±3% to obtain each layer\'s minimum soaked CBR 50% or Design CBR at minimum compaction 98% of MDD (Modified Proctor), including supplying of all materials, their carriage, labourers tools and equipment etc. all complete as per direction of the E-I-C.</p>', '2023-10-17 16:38:13', '2024-02-04 06:10:52'),
(98, 24, 4, 20, 39, '3.03.4.2', '1', 7508.46, 7646.31, 6695.60, 6932.41, '<p>SBSC(50:50): Providing compacted aggregate sand sub-base course with 38mm down chips made of Crushed Stone (LAA value not exceeding 35) mixed thoroughly with sand of requisite FM (FM not less than 0.8) to obtain a homogeneous mix complying with the specified grading requirement of the relevant item of Road Design standards, (Suggested mixing ratio Crushed Stone 38mm downgraded 25% and 20mm downgraded 25% with 50% sand of total mix) including mixing, carrying, placing and spreading uniformly in appropriate layer to give specified compacted thickness not more than 100mm in a single layer, watering, compacting with 8-10 tonne road roller at OMC±3% to obtain each layer\'s minimum soaked CBR 50% or Design CBR at minimum compaction 98% of MDD (Modified Proctor), including supplying of all materials, their carriage, labourers tools and equipment etc. all complete as per direction of the E-I-C.</p>', '2023-10-17 16:40:08', '2024-02-04 06:10:52'),
(99, 24, 4, 20, 39, '3.03.5.1', '1', 1069.33, 1064.41, 1031.91, 1031.91, '<p>SBbySM(FM-0.5): Providing compacted aggregate sand sub-base course with 38mm down crusher run 1st class bricks/picked chips from suitable salvage materials and supplying sand of minimum FM 0.50 mixed in proportion of 1:1 by volume placed in layer(s), mixing properly, watering, compacting with 8-10 tonne road roller to attain each layer\'s minimum soaked CBR 30% or Design CBR at minimum compaction 98% of MDD (Modified Proctor) including supplying of all materials, labourers, tools and equipment etc. all complete as per direction of the E-I-C. (Excluding cost of 0.6650cum brick chips per cum work).</p>', '2023-10-17 16:41:37', '2024-02-04 06:10:52'),
(100, 24, 4, 20, 39, '3.03.5.2', '1', 1110.13, 1102.76, 1055.57, 1055.57, '<p>SBbySM(FM-0.8): Providing compacted aggregate sand sub-base course with 38mm down crusher run 1st class bricks/picked chips from suitable salvage materials and supplying sand of minimum FM 0.80 mixed in proportion of 1:1 by volume placed in layer(s), mixing properly, watering, compacting with 8-10 tonne road roller to attain each layer\'s minimum soaked CBR 35% or Design CBR at minimum compaction 98% of MDD (Modified Proctor) including supplying of all materials, labourers, tools and equipment etc. all complete as per direction of the E-I-C. (Excluding cost of 0.6650cum brick chips per cum work).</p>', '2023-10-17 16:42:43', '2024-02-04 06:10:52'),
(101, 24, 5, 13, 39, '3.04.1.1', '1', 9.45, 9.28, 8.59, 8.59, '<p>PIEE(75mm): Labour charge for picking up the existing brick on end edging (75mm across) including staking the materials at a specified distance, etc. all complete as per direction of the E-I-C.</p>', '2023-10-17 16:44:05', '2024-02-04 06:10:52'),
(102, 24, 5, 13, 39, '3.04.1.2', '1', 18.22, 17.89, 16.56, 16.56, '<p>PIEE(125mm): Labour charge for picking up the existing brick on end edging (125mm across) including staking the materials at a specified distance, etc. all complete as per direction of the E-I-C.</p>', '2023-10-17 16:45:22', '2024-02-04 06:10:52'),
(103, 24, 5, 13, 39, '3.04.2.1', '1', 17.40, 17.17, 15.99, 15.99, '<p>ReEE(75mm): Labour charge for Resetting the brick on end edging (75mm across) with 1st class/picked bricks including cutting trenches true to level &amp; maintaining grade, removing earth, re-filling &amp; ramming the sides properly, including supplying and filling the gaps with local sand, etc. all complete as per direction of the E-I-C.</p>', '2023-10-17 16:47:07', '2024-02-04 06:10:52'),
(104, 24, 5, 13, 39, '3.04.2.2', '1', 29.02, 28.65, 26.75, 26.75, '<p>ReEE(125mm): Labour charge for Resetting the brick on end edging (125mm across) with 1st class/picked bricks including cutting trenches true to level &amp; maintaining grade, removing earth, re-filling &amp; ramming the sides properly, including supplying and filling the gaps with local sand, etc, all complete as per direction of the E-I-C.</p>', '2023-10-17 16:48:41', '2024-02-04 06:10:52'),
(105, 24, 5, 13, 39, '3.04.3.1', '1', 166.96, 166.36, 159.91, 159.91, '<p>EE (75mm): Brick on end edging (75 mm across the road) with first class or picked jhama bricks and filling the gaps with fine sand (F.M. 0.80) including cutting trenches, true to level and grade, removing earth, refilling and ramming the sides properly including cost of all materials and accepted by the Engineer-in-charge. [PWD 24.7.1]</p>', '2023-10-17 16:50:03', '2024-02-04 06:10:52'),
(106, 24, 5, 13, 39, '3.04.3.2', '1', 250.31, 249.98, 239.64, 239.64, '<p>EE(125mm): Brick on end edging (125mm across) with 1st class/picked bricks including cutting trenches true to level &amp; maintaining grade, removing earth, re-filling &amp; ramming the sides properly, including supplying and filling the gaps with local sand, etc. all complete as per direction of the E-I-C.</p>', '2023-10-17 16:51:13', '2024-02-04 06:10:52'),
(107, 24, 6, 20, 39, '3.05.1.1', '1', 5300.76, 5283.58, 5073.76, 5073.76, '<p>20mm downgraded</p>', '2023-10-17 18:43:49', '2024-02-04 06:10:52'),
(108, 24, 6, 20, 39, '3.05.1.2', '1', 5131.43, 5116.70, 4914.24, 4914.24, '<p>40mm downgraded</p>', '2023-10-17 18:48:44', '2024-02-04 06:10:52'),
(109, 24, 6, 20, 39, '3.05.1.3', '1', 4978.05, 4965.78, 4770.07, 4770.07, '<p>50mm downgraded</p>', '2023-10-17 18:51:29', '2024-02-04 06:10:52'),
(110, 24, 6, 20, 39, '3.05.1.4', '1', 4877.43, 4866.39, 4674.97, 4674.97, '<p>63mm downgraded</p>', '2023-10-17 18:52:46', '2024-02-04 06:10:52'),
(111, 24, 6, 20, 39, '3.05.1.5', '1', 4799.77, 4782.95, 4595.22, 4595.22, '<p>80mm downgraded</p>', '2023-10-17 18:55:17', '2024-02-04 06:10:52'),
(112, 24, 6, 20, 39, '3.05.2.1', '1', 552.16, 533.76, 506.15, 506.15, '<p>20mm downgraded</p>', '2023-10-17 18:58:51', '2024-02-04 06:10:52'),
(113, 24, 6, 20, 39, '3.05.2.2', '1', 441.73, 427.01, 404.92, 404.92, '<p>40mm downgraded</p>', '2023-10-17 19:00:34', '2024-02-04 06:10:52'),
(114, 24, 6, 20, 39, '3.05.2.3', '1', 368.11, 355.84, 337.43, 337.43, '<p>50mm downgraded</p>', '2023-10-17 19:16:21', '2024-02-04 06:10:52'),
(115, 24, 6, 20, 39, '3.05.2.4', '1', 331.30, 320.25, 303.69, 303.69, '<p>63mm downgraded</p>', '2023-10-17 19:18:02', '2024-02-04 06:10:52'),
(116, 24, 6, 20, 39, '3.05.2.5', '1', 294.49, 284.67, 269.95, 269.95, '<p>80mm downgraded</p>', '2023-10-17 19:19:28', '2024-02-04 06:10:52'),
(117, 24, 6, 20, 39, '3.05.3.1', '1', 9100.68, 9299.45, 7857.27, 8265.25, '<p>20mm downgraded</p>', '2023-10-17 19:24:22', '2024-02-04 06:10:52'),
(118, 24, 6, 20, 39, '3.05.3.2', '1', 8953.43, 9157.12, 7722.29, 8130.28, '<p>40mm downgraded</p>', '2023-10-17 19:25:54', '2024-02-04 06:10:52'),
(119, 24, 6, 20, 39, '3.05.3.3', '1', 8806.19, 9014.78, 7587.32, 7995.31, '<p>50mm downgraded</p>', '2023-10-17 19:27:28', '2024-02-04 06:10:52'),
(120, 24, 6, 20, 39, '3.05.3.4', '1', 8622.13, 8836.86, 7418.61, 7826.59, '<p>63mm downgraded</p>', '2023-10-17 19:28:50', '2024-02-04 06:10:52'),
(121, 24, 6, 20, 39, '3.05.3.5', '1', 8438.08, 8658.95, 7249.89, 7657.88, '<p>80mm downgraded</p>', '2023-10-17 19:30:02', '2024-02-04 06:10:52'),
(122, 24, 6, 20, 39, '3.05.4.1', '1', 5067.68, 5059.52, 4850.74, 4850.74, '<p>S&amp;SBC(WG): Supplying and spreading 50mm downgraded crusher run 1st class and Picked brick chips of LAA value not exceeding 40% including supplying of required amount of 12mm downgraded chips made of same quality bricks to fill the voids including cost of materials, spreading uniformly in layers of specified loose thickness on road surface maintaining grade, camber and super elevation, etc. all complete as per direction of the E-I- C. Measurement will be made on loose volume.</p>', '2023-10-17 19:31:15', '2024-02-04 06:10:52'),
(123, 24, 6, 20, 39, '3.05.4.2', '1', 8729.07, 8971.04, 8041.94, 8272.62, '<p>S&amp;SSC(WG): Supplying and spreading 50mm downgraded crusher run stone chips of LAA value not exceeding 35% including supplying of required amount of 12mm downgraded chips made of same quality stone to fill the voids including cost of materials, spreading uniformly in layers of specified loose thickness on road surface maintaining grade, camber and super elevation, etc. all complete as per direction of the E-I-C. Measurement will be made on loose volume.</p>', '2023-10-17 19:33:14', '2024-02-04 06:10:52'),
(124, 24, 6, 20, 39, '3.05.5.1', '1', 2024.59, 1957.11, 1855.88, 1855.88, '<p>20mm downgraded</p>', '2023-10-17 19:51:40', '2024-02-04 06:10:52'),
(125, 24, 6, 20, 39, '3.05.5.2', '1', 1840.54, 1779.19, 1687.16, 1687.16, '<p>40mm downgraded</p>', '2023-10-17 19:53:10', '2024-02-04 06:10:52'),
(126, 24, 6, 20, 39, '3.05.5.3', '1', 1472.43, 1423.35, 1349.73, 1349.73, '<p>50mm downgraded</p>', '2023-10-17 19:56:53', '2024-02-04 06:10:52'),
(127, 24, 6, 20, 39, '3.05.5.4', '1', 1288.38, 1245.43, 1181.01, 1181.01, '<p>63mm downgraded</p>', '2023-10-17 19:58:42', '2024-02-04 06:10:52'),
(128, 24, 6, 20, 39, '3.05.5.5', '1', 1104.32, 1067.51, 1012.30, 1012.30, '<p>75mm downgraded</p>', '2023-10-17 20:00:28', '2024-02-04 06:10:52'),
(129, 24, 6, 20, 39, '3.05.6.01', '1', 596.03, 593.94, 581.73, 581.73, '<p>Degree of compaction: minimum 98% of MDD (Modified Proctor)</p>', '2023-10-17 20:02:13', '2024-02-04 06:10:52'),
(130, 24, 6, 20, 39, '3.05.6.02', '1', 698.10, 696.03, 683.68, 683.68, '<p>Degree of compaction: 100% of MDD (Modified Proctor)</p>', '2023-10-17 20:03:38', '2024-02-04 06:10:52'),
(131, 24, 6, 20, 39, '3.05.7.1.01', '1', 6966.94, 6951.51, 6677.63, 6677.63, '<p>Degree of compaction: minimum 98% of MDD (Modified Proctor)</p>', '2023-10-17 20:05:04', '2024-02-04 06:10:52'),
(132, 24, 6, 20, 39, '3.05.7.1.02', '1', 7371.41, 7355.73, 7069.63, 7069.63, '<p>Degree of compaction: 100% of MDD (Modified Proctor)</p>', '2023-10-17 20:06:26', '2024-02-04 06:10:52'),
(133, 24, 6, 20, 39, '3.05.7.2.01', '1', 7468.51, 7452.95, 7177.92, 7177.92, '<p>Degree of compaction: minimum 98% of MDD (Modified Proctor)</p>', '2023-10-17 21:25:32', '2024-02-04 06:10:52'),
(134, 24, 6, 20, 39, '3.05.7.2.02', '1', 7998.35, 7982.44, 7694.78, 7694.78, '<p>Degree of compaction: 100% of MDD (Modified Proctor)</p>', '2023-10-17 21:27:32', '2024-02-04 06:10:52'),
(135, 24, 6, 20, 39, '3.05.8.1.01', '1', 9073.93, 9284.61, 8402.74, 8616.25, '<p>Degree of compaction: minimum 98% of MDD (Modified Proctor)</p>', '2023-10-17 21:34:32', '2024-02-04 06:10:52'),
(136, 24, 6, 20, 39, '3.05.8.1.02', '1', 9583.74, 9805.48, 8881.00, 9105.18, '<p>Degree of compaction: 100% of MDD (Modified Proctor)</p>', '2023-10-17 21:36:06', '2024-02-04 06:10:52'),
(137, 24, 6, 20, 39, '3.05.8.2.01', '1', 9993.64, 10145.43, 9065.46, 9333.32, '<p>Degree of compaction: minimum 98% of MDD (Modified Proctor)</p>', '2023-10-17 21:37:56', '2024-02-04 06:10:52'),
(138, 24, 6, 20, 39, '3.05.8.2.02', '1', 10649.74, 10809.54, 9676.69, 9957.94, '<p>Degree of compaction: 100% of MDD (Modified Proctor)</p>', '2023-10-17 21:43:31', '2024-02-04 06:10:52'),
(139, 24, 7, 2, 39, '3.06.1.1', '1', 153.99, 152.89, 155.45, 155.45, '<p>PCHD@1.2: Providing Prime coat @1.2 liter/sqm with cut back bitumen to be prepared by cutting back 60/70 penetration grade straight run bitumen (conforming to the requirements of ASTM/ AASHTO in the ratio of 100 parts by volume of bitumen to 40-60 parts by volume of kerosene depending on the porosity of the surface and will be decided by field trials, the correct quantity that is completely absorbed within 24 hours including carefully cleaning of the surface of the granular base material to be primed and spraying cut back bitumen at a temperature from 100°C to 120°C by appropriate hand device, etc. complete as per direction of the E-I-C. [Retail]</p>', '2023-10-18 12:59:43', '2024-02-04 06:10:52'),
(140, 24, 7, 2, 39, '3.06.1.1.01', '1', 151.04, 148.97, 152.51, 152.51, '<p>PCHD@1.2: Providing Prime coat @1.2 liter/sqm with cut back bitumen to be prepared by cutting back 60/70 penetration grade straight run bitumen (conforming to the requirements of ASTM/ AASHTO in the ratio of 100 parts by volume of bitumen to 40-60 parts by volume of kerosene depending on the porosity of the surface and will be decided by field trials, the correct quantity that is completely absorbed within 24 hours including carefully cleaning of the surface of the granular base material to be primed and spraying cut back bitumen at a temperature from 100°C to 120°C by appropriate hand device, etc. complete as per direction of the E-I-C. [Bulk]</p>', '2023-10-18 13:01:21', '2024-02-04 06:10:52'),
(141, 24, 7, 2, 39, '3.06.1.2', '1', 155.62, 154.54, 157.15, 157.15, '<p>PCMD@1.2: Providing Prime coat @1.2 liter/sqm with cut back bitumen to be prepared by cutting back 60/70 penetration grade straight run bitumen (conforming to the requirements of ASTM/ AASHTO in the ratio of 100 parts by volume of bitumen to 40-60 parts by volume of kerosene depending on the porosity of the surface and will be decided by field trials, the correct quantity that is completely absorbed within 24 hours including carefully cleaning of the surface of the granular base material to be primed and spraying cut back bitumen at a temperature from 100°C to 120°C by mechanical distributor, etc. complete as per direction of the E-I- C.[Retail]</p>', '2023-10-18 13:02:15', '2024-02-04 06:10:52'),
(142, 24, 7, 2, 39, '3.06.1.2.01', '1', 152.68, 150.62, 154.20, 154.20, '<p>PCMD@1.2: Providing Prime coat @1.2 liter/sqm with cut back bitumen to be prepared by cutting back 60/70 penetration grade straight run bitumen (conforming to the requirements of ASTM/ AASHTO in the ratio of 100 parts by volume of bitumen to 40-60 parts by volume of kerosene depending on the porosity of the surface and will be decided by field trials, the correct quantity that is completely absorbed within 24 hours including carefully cleaning of the surface of the granular base material to be primed and spraying cut back bitumen at a temperature from 100°C to 120°C by mechanical distributor, etc. complete as per direction of the E-I- C.[Bulk]</p>', '2023-10-18 13:03:16', '2024-02-04 06:10:52'),
(143, 24, 7, 2, 39, '3.06.2.1', '1', 64.89, 64.16, 65.62, 65.62, '<p>TCHD@0.5: Providing tack coat @0.50kg/sqm with 60/70 penetration grade straight run bitumen complying with the requirements of ASTM/AASHTO applied by appropriate hand device at a temperature between 175°C and 185°C including heating bitumen, surface cleaning, etc. all complete as per direction of the E- I-C.[Retail]</p>', '2023-10-18 13:04:06', '2024-02-04 06:10:52'),
(144, 24, 7, 2, 39, '3.06.2.1.01', '1', 63.04, 61.71, 63.77, 63.77, '<p>TCHD@0.5: Providing tack coat @0.50kg/sqm with 60/70 penetration grade straight run bitumen complying with the requirements of ASTM/AASHTO applied by appropriate hand device at a temperature between 175°C and 185°C including heating bitumen, surface cleaning, etc. all complete as per direction of the E- I-C.[Bulk]</p>', '2023-10-18 13:05:25', '2024-02-04 06:10:52'),
(145, 24, 7, 2, 39, '3.06.2.2', '1', 94.55, 93.52, 95.90, 95.90, '<p>TCHD@0.75: Providing tack coat @0.75kg/sqm with 60/70 penetration grade straight run bitumen complying with the requirements of ASTM/AASHTO applied by appropriate hand device at a temperature between 175°C and 185°C including heating bitumen, surface cleaning, etc. all complete as per direction of the E- I-C [Retail]</p>', '2023-10-18 16:59:14', '2024-02-04 06:10:52'),
(146, 24, 7, 2, 39, '3.06.2.2.01', '1', 91.79, 89.84, 93.14, 93.14, '<p>TCHD@0.75: Providing tack coat @0.75kg/sqm with 60/70 penetration grade straight run bitumen complying with the requirements of ASTM/AASHTO applied by appropriate hand device at a temperature between 175°C and 185°C including heating bitumen, surface cleaning, etc. all complete as per direction of the E- I-C.[Bulk]</p>', '2023-10-18 17:00:30', '2024-02-04 06:10:52'),
(147, 24, 7, 2, 39, '3.06.2.3', '1', 67.65, 66.93, 68.39, 68.39, '<p>TCMD@0.5: Providing tack coat @0.50kg/sqm with 60/70 penetration grade straight run bitumen complying with the requirements of ASTM/AASHTO applied by mechanical distributor at a temperature between 175°C and 185°C including heating bitumen, surface cleaning, etc. all complete as per direction of the E-I- C. [Retail]</p>', '2023-10-18 17:34:57', '2024-02-04 06:10:52'),
(148, 24, 7, 2, 39, '3.06.2.3.01', '1', 65.81, 64.48, 66.55, 66.55, '<p>TCMD@0.5: Providing tack coat @0.50kg/sqm with 60/70 penetration grade straight run bitumen complying with the requirements of ASTM/AASHTO applied by mechanical distributor at a temperature between 175°C and 185°C including heating bitumen, surface cleaning, etc. all complete as per direction of the E-I-C. [Bulk]</p>', '2023-10-18 17:36:09', '2024-02-04 06:10:52'),
(149, 24, 7, 2, 39, '3.06.2.4', '1', 97.32, 96.29, 98.67, 98.67, '<p>TCMD@0.75: Providing tack coat @0.75kg/sqm with 60/70 penetration grade straight run bitumen complying with the requirements of ASTM/AASHTO applied by mechanical distributor at a temperature between 175°C and 185°C including heating bitumen, surface cleaning, etc. all complete as per direction of the E-I- C. [Retail]</p>', '2023-10-18 17:37:06', '2024-02-04 06:10:52'),
(150, 24, 7, 2, 39, '3.06.2.4.01', '1', 94.56, 92.61, 95.91, 95.91, '<p>TCMD@0.75: Providing tack coat @0.75kg/sqm with 60/70 penetration grade straight run bitumen complying with the requirements of ASTM/AASHTO applied by mechanical distributor at a temperature between 175°C and 185°C including heating bitumen, surface cleaning, etc. all complete as per direction of the E-I-C. [Bulk]</p>', '2023-10-18 17:38:15', '2024-02-04 06:10:52');
INSERT INTO `items` (`id`, `category_id`, `sub_category_id`, `unit_id`, `financial_rate_id`, `code`, `status`, `dhaka_mymensingh`, `chittagong_sylhet`, `rajshahi_rangpur`, `khulna_barishal`, `description`, `created_at`, `updated_at`) VALUES
(151, 24, 7, 2, 39, '3.06.3.1.01', '1', 178.23, 176.74, 177.69, 178.12, '<p>Bitumen Grade 60/70 [Retail]</p>', '2023-10-18 17:39:30', '2024-02-04 06:10:52'),
(152, 24, 7, 2, 39, '3.06.3.1.02', '1', 174.84, 172.22, 174.30, 174.73, '<p>Bitumen Grade 60/70 [Bulk]</p>', '2023-10-18 17:40:37', '2024-02-04 06:10:52'),
(153, 24, 7, 2, 39, '3.06.3.2.01', '1', 360.69, 358.27, 357.93, 359.64, '<p>Bitumen Grade 60/70 [Retail]</p>', '2023-10-18 18:11:12', '2024-02-04 06:10:52'),
(154, 24, 7, 2, 39, '3.06.3.2.02', '1', 354.20, 349.62, 351.44, 353.15, '<p>Bitumen Grade 60/70 [Bulk]</p>', '2023-10-18 18:12:24', '2024-02-04 06:10:52'),
(155, 24, 7, 2, 39, '3.06.4.1.01', '1', 576.47, 574.37, 561.98, 568.39, '<p>Bitumen Grade 60/70 [Retail]</p>', '2023-10-18 18:13:44', '2024-02-04 06:10:52'),
(156, 24, 7, 2, 39, '3.06.4.1.02', '1', 567.96, 563.02, 553.47, 559.88, '<p>Bitumen Grade 60/70 [Bulk]</p>', '2023-10-18 18:14:57', '2024-02-04 06:10:52'),
(157, 24, 7, 2, 39, '3.06.4.2.01', '1', 641.74, 638.72, 629.41, 635.38, '<p>Bitumen Grade 60/70 [Retail]</p>', '2023-10-18 18:17:10', '2024-02-04 06:10:52'),
(158, 24, 7, 2, 39, '3.06.4.2.02', '1', 630.89, 624.24, 618.56, 624.52, '<p>Bitumen Grade 60/70 [Bulk]</p>', '2023-10-18 18:19:16', '2024-02-04 06:10:52'),
(159, 24, 7, 2, 39, '3.06.5.1', '1', 912.23, 910.75, 887.64, 896.57, '<p>40mmBC (BG-60/70): Providing 40mm thick (minimum) compacted pre-mixed bituminous carpeting to be prepared using 25mm downgraded crushed stone chips (LAA value &lt;= 30%) to comply the gradation as specified, mixed with heated bitumen of 60/70 penetration grade straight run bitumen satisfying the requirements of ASTM/AASHTO. The bitumen and stone-chips shall be separately heated to a temperature 140°C-155°C and 150°C-170°C respectively before mixing. The mixing shall be done at temperature between 140°C-160°C at a separate place away from the fire. The bitumen and stone-chips mixture shall be laid uniformly, maintaining specified camber, grade and super-elevation only on the prepared and accepted base or surface in a single appropriate layer to give the specified compacted thickness. The mixture should be rolled with appropriate Steel Drum Roller (3-5 tons) &amp; pneumatic multiple tire roller (8-10 tons) to full compaction. The rolling temperature shall be maintained not below 90°C. including supplying of all materials, their carriage, labourers, tools and equipment etc. all complete as per direction of the E-I-C. The bitumen in the mix shall be between @4.5% to 5.5% by weight of total mix or as determined by job mix design. (In order to achieve the specified grading a blending of nominal maximum size of 25mm, 19mm, 12mm, 6mm crushed stone chips and stone dust is suggested and proportion will have to determine by the laboratory analysis). [Retail]</p>', '2023-10-18 18:21:01', '2024-02-04 06:10:52'),
(160, 24, 7, 2, 39, '3.06.5.1.01', '1', 898.68, 892.68, 874.09, 883.02, '<p>40mmBC (BG-60/70): Providing 40mm thick (minimum) compacted pre-mixed bituminous carpeting to be prepared using 25mm downgraded crushed stone chips (LAA value &lt;= 30%) to comply the gradation as specified, mixed with heated bitumen of 60/70 penetration grade straight run bitumen satisfying the requirements of ASTM/AASHTO. The bitumen and stone-chips shall be separately heated to a temperature 140°C-155°C and 150°C-170°C respectively before mixing. The mixing shall be done at temperature between 140°C-160°C at a separate place away from the fire. The bitumen and stone-chips mixture shall be laid uniformly, maintaining specified camber, grade and super-elevation only on the prepared and accepted base or surface in a single appropriate layer to give the specified compacted thickness. The mixture should be rolled with appropriate Steel Drum Roller (3-5 tons) &amp; pneumatic multiple tire roller (8-10 tons) to full compaction. The rolling temperature shall be maintained not below 90°C. including supplying of all materials, their carriage, labourers, tools and equipment etc. all complete as per direction of the E-I-C. The bitumen in the mix shall be between @4.5% to 5.5% by weight of total mix or as determined by job mix design. (In order to achieve the specified grading a blending of nominal maximum size of 25mm, 19mm, 12mm, 6mm crushed stone chips and stone dust is suggested and proportion will have to determine by the laboratory analysis). [Bulk]</p>', '2023-10-18 18:22:28', '2024-02-04 06:10:52'),
(161, 24, 7, 2, 39, '3.06.5.2', '1', 1008.42, 1005.76, 986.24, 994.68, '<p>40mmDC (BG-60/70): Providing 40mm thick (minimum) compacted pre-mixed bituminous surfacing-wearing course with 25mm downgraded crushed stone chips (LAA value &lt;= 30%) complying with the specified grading requirement of the relevant item of Road Design standards, water absorption not t&gt;2\\% , flakiness index not &gt;35% mixed with 60/70 penetration grade straight run bitumen satisfying the requirements of ASTM/AASHTO. The bitumen and stone-chips shall be separately heated to a temperature 140°C 155°C and 150°C-170°C respectively before mixing. The mixing shall be done at temperature between 140°C-160°C at a separate place away from the fire. The bitumen and stone-chips mixture shall be laid uniformly on the road surface in single appropriate layer to give specified compacted thickness, maintaining specified camber, grade and super-elevation. The mixture should be rolled at a temperature not below 90°C with appropriate Steel Drum Roller (3-5 tons) &amp; pneumatic multiple tire roller (8-10 tons) to full compaction, including supplying of all materials, their carriage, labourers tools and equipment etc. all complete as per the direction of the E-I-C. The bitumen in the mix shall be between @ 5.0% to 5.5% by weight of total mix or as determined by job mix design. (In order to achieve the specified grading a blending of nominal maximum size of 25mm, 19mm, 12mm, 6mm crushed stone chips and stone dust is suggested and proportion will have to determine by the laboratory analysis). [Retail]</p>', '2023-10-18 18:23:55', '2024-02-04 06:10:52'),
(162, 24, 7, 2, 39, '3.06.5.2.01', '1', 991.74, 983.52, 969.56, 978.00, '<p>40mmDC (BG-60/70): Providing 40mm thick (minimum) compacted pre-mixed bituminous surfacing - wearing course with 25mm downgraded crushed stone chips (LAA value &lt;=30\\% ) complying with the specified grading requirement of the relevant item of Road Design standards, water absorption not &gt;2%, flakiness index not &gt;35% mixed with 60/70 penetration grade straight run bitumen satisfying the requirements of ASTM/AASHTO. The bitumen and stone-chips shall be separately heated to a temperature 140°C. 155°C and 150°C-170°C respectively before mixing. The mixing shall be done at temperature between 140°C-160°C at a separate place away from the fire. The bitumen and stone-chips mixture shall be laid uniformly on the road surface in single appropriate layer to give specified compacted thickness, maintaining specified camber, grade and super-elevation. The mixture should be rolled at a temperature not below 90°C with appropriate Steel Drum Roller (3-5 tons) &amp; pneumatic multiple tire roller (8-10 tons) to full compaction, including supplying of all materials, their carriage, labourers tools and equipment etc. all complete as per the direction of the E-I-C The bitumen in the mix shall be between @ 5.0% to 5.5% by weight of total mix or as determined by job mix design. (In order to achieve the specified grading a blending of nominal maximum size of 25mm, 19mm, 12mm, 6mm crushed stone chips and stone dust is suggested and proportion will have to determine by the laboratory analysis).[Bulk]&nbsp;</p>', '2023-10-18 18:25:54', '2024-02-04 06:10:52'),
(163, 24, 7, 2, 39, '3.06.6', '1', 1140.56, 1139.21, 1107.87, 1119.10, '<p>50mmBC (BG-60/70): Providing 50mm thick (minimum) compacted pre-mixed bituminous carpeting to be prepared using 25mm downgraded stone-chips (LAA value &lt;= 30%) of gradation as specified, mixed with heated bitumen of 60/70 penetration grade straight run bitumen satisfying the requirements of ASTM/AASHTO. The bitumen and stone-chips shall be separately heated to a temperature 140°C -155°C and 150°C-170°C respectively before mixing. The mixing shall be done at temperature between 140°C- 160°C at a separate place away from the fire. The bitumen and stone-chips mixture shall be laid uniformly, maintaining specified camber, grade and super-elevation only on the prepared and accepted base or surface in a single appropriate layer to give the specified compacted thickness. The mixture should be rolled with appropriate Steel Drum Roller (3-5 tons) &amp; pneumatic multiple tire roller (8-10 tons) to full compaction. The rolling temperature shall be maintained not below 90°C including supplying of all materials, their carriage, labourers, tools and equipment etc. all complete as per direction of the E-I-C. The bitumen in the mix shall be between @4.5% to 5.5% by weight of total mix or as determined by job mix design. (In order to achieve the specified grading a blending of nominal maximum size of 25mm, 19mm, 12mm, 6mm crushed stone chips and stone dust is suggested and proportion will have to determine by the laboratory analysis) [Retail]</p>', '2023-10-18 18:27:16', '2024-02-04 06:10:52'),
(164, 24, 7, 2, 39, '3.06.6.01', '1', 1123.62, 1116.63, 1090.93, 1102.16, '<p>50mmBC (BG-60/70): Providing 50mm thick (minimum) compacted pre-mixed bituminous carpeting to be prepared using 25mm downgraded stone-chips (LAA value &lt;= 30%) of gradation as specified, mixed with heated bitumen of 60/70 penetration grade straight run bitumen satisfying the requirements of ASTM/AASHTO. The bitumen and stone-chips shall be separately heated to a temperature 140°C -155°C and 150°C-170°C respectively before mixing. The mixing shall be done at temperature between 140°C- 160°C at a separate place away from the fire. The bitumen and stone-chips mixture shall be laid uniformly, maintaining specified camber, grade and super-elevation only on the prepared and accepted base or surface in a single appropriate layer to give the specified compacted thickness. The mixture should be rolled with appropriate Steel Drum Roller (3-5 tons) &amp; pneumatic multiple tire roller (8-10 tons) to full compaction. The rolling temperature shall be maintained not below 90°C including supplying of all materials, their carriage, labourers, tools and equipment etc. all complete as per direction of the E-I-C. The bitumen in the mix shall be between @4.5% to 5.5% by weight of total mix or as determined by job mix design. (In order to achieve the specified grading a blending of nominal maximum size of 25mm, 19mm, 12mm, 6mm crushed stone chips and stone dust is suggested and proportion will have to determine by the laboratory analysis).[Bulk]</p>', '2023-10-18 18:28:36', '2024-02-04 06:10:52'),
(165, 24, 7, 20, 39, '3.06.7.01', '1', 27166.82, 27081.20, 26734.73, 26988.55, '<p>Bitumen Grade 60/70 [Retail]</p>', '2023-10-18 18:30:09', '2024-02-04 06:10:52'),
(166, 24, 7, 20, 39, '3.06.7.02', '1', 26749.83, 26525.21, 26317.74, 26571.55, '<p>Bitumen Grade 60/70 [Bulk]</p>', '2023-10-18 18:31:41', '2024-02-04 06:10:52'),
(167, 24, 7, 20, 39, '3.06.8.1', '1', 25816.16, 25886.82, 25259.37, 25603.09, '<p>A. For Grading -1 (25mm nominal size, 50-75mm thick) [Bitumen Grade 60/70, Retail]</p>', '2023-10-18 18:34:17', '2024-02-04 06:10:52'),
(168, 24, 7, 20, 39, '3.06.8.2', '1', 25632.57, 25648.15, 24920.91, 25256.35, '<p>B. For Grading -2 (40mm nominal size, 75-100mm thick.) [Bitumen Grade 60/70, Retail]</p>', '2023-10-18 18:35:55', '2024-02-04 06:10:52'),
(169, 24, 7, 20, 39, '3.06.8.3', '1', 25477.35, 25435.07, 24920.56, 25264.28, '<p>C. For Grading-1 (25mm nominal size, 50-75mm thick) [Bitumen Grade 60/70, Bulk]</p>', '2023-10-18 18:37:49', '2024-02-04 06:10:52'),
(170, 24, 7, 20, 39, '3.06.8.4', '1', 25302.45, 25207.99, 24590.79, 24926.23, '<p>D. For Grading -2 (40mm nominal size, 75-100mm thick.) [Bitumen Grade 60/70, Bulk]</p>', '2023-10-18 18:39:19', '2024-02-04 06:10:52'),
(171, 24, 8, 2, 39, '3.07.1', '1', 46.83, 46.52, 46.07, 46.07, '<p>PS: Supplying and laying of single layer polythene sheet weighing one kilogram per 6.5 square meter in floor or any where below cement concrete complete in all respect and accepted by Engineer- in-charge.</p>', '2023-10-18 18:42:00', '2024-02-04 06:10:52'),
(172, 24, 8, 20, 39, '3.07.2.1', '1', 11201.46, 11131.99, 10843.94, 10832.80, '<p>RCC-17BCCM(RW): Providing and laying reinforced, dowel jointed, cement concrete pavement over a prepared sub-base with picked brick chips and minimum cement contents relates to nominal mix ratio 1:2:4 and maximum water cement ratio 0.45 having minimum required average strength fcr = 24 Mpa and satisfying specified minimum compressive strength f\'c = 17 Mpa at 28 days on standard cylinders as per standard practice of Code AASHTO/ASTM and cement conforming to BDS EN 197-1:2003 CEM-II/A-M 42.5N, best quality sand [50% quantity of medium sand (FM. 1.2) and 50% quantity of coarse sand of equivalent FM = 2.2] and 25mm down well graded picked brick chips (LAA value &amp; maximum water absorption not exceeding 38 &amp; 15% respectively) conforming ASTM C-33 including breaking chips and screening, making, placing steel shutter in position and maintaining true to the alignment, making shutter water-tight properly, placing reinforcement in position, mixing in a batching and mixing plant as per approved mix design unless otherwise approved by the Engineer, transported to site, laid with a fixed form, compacting by vibrator machine and finished in a continuous operation including provision of contraction, expansion and longitudinal joints, joint filler, joint sealant, debonding strip, dowel bar, tie rod, admixtures as approved, curing for 28 days, finishing to lines and grades, removing centering-shuttering after specified time approved, as per drawing complete, etc. all complete approved and accepted by the E-I-C. Additional quantity of cement to be added if required to attain the strength at the contractor\'s own cost. (Rate is excluding the cost of all reinforcement and its fabrication, admixtures and joint sealant, etc.) [Retail]</p>', '2023-10-18 18:44:07', '2024-02-04 06:10:52'),
(173, 24, 8, 20, 39, '3.07.2.1.01', '1', 10932.55, 10863.59, 10577.69, 10566.63, '<p>RCC-17BCCM(RW): Providing and laying reinforced, dowel jointed, cement concrete pavement over a prepared sub-base with picked brick chips and minimum cement contents relates to nominal mix ratio 1:2:4 and maximum water cement ratio 0.45 having minimum required average strength fcr = 24 Mpa and satisfying specified minimum compressive strength fc = 17 Mpa at 28 days on standard cylinders as per standard practice of Code AASHTO/ASTM and cement conforming to BDS EN 197-1: 2003 CEM-II/A-M 42.5N, best quality sand [50% quantity of medium sand (FM. 1.2) and 50% quantity of coarse sand of equivalent FM = 2.2] and 25mm down well graded picked brick chips (LAA value &amp; maximum water absorption not exceeding 38 &amp; 15% respectively) conforming ASTM C-33 including breaking chips and screening, making, placing steel shutter in position and maintaining true to the alignment, making shutter water-tight properly, placing reinforcement in position, mixing in a batching and mixing plant as per approved mix design unless otherwise approved by the Engineer, transported to site, laid with a fixed form, compacting by vibrator machine and finished in a continuous operation including provision of contraction, expansion and longitudinal joints, joint filler, joint sealant, debonding strip, dowel bar, tie rod, admixtures as approved, curing for 28 days, finishing to lines and grades, removing centering-shuttering after specified time approved, as per drawing complete, etc. all complete approved and accepted by the E-I-C. Additional quantity of cement to be added if required to attain the strength at the contractor\'s own cost. (Rate is excluding the cost of all reinforcement and its fabrication, admixtures and joint sealant, etc.) [Bulki]</p>', '2023-10-18 18:45:35', '2024-02-04 06:10:52'),
(174, 24, 8, 20, 39, '3.07.2.2', '1', 11911.68, 11860.82, 11570.36, 11563.98, '<p>RCC-20BCCM(RW): Providing and laying reinforced, dowel jointed, cement concrete pavement over a prepared sub-base with picked brick chips and minimum cement content relates to mix ratio 1:1.5:3 and maximum water cement ratio 0.4 having minimum required average strength, fcr = 28.5 Mpa and satisfying a compressive strength fc = 20 Mpa at 28 days on standard cylinders as per standard practice of Code AASHTO/ASTM and cement conforming to BDS EN 197-1: 2003 CEM-II/A-M 42.5N, with best quality coarse sand (FM. 2.2) and 25mm down well graded picked brick chips (LAA value &amp; maximum water absorption not exceeding 38 &amp; 15% respectively) conforming ASTM C-33 including breaking chips and screening, making, placing steel shutter in position and maintaining true to the alignment, making shutter water-tight properly, placing reinforcement in position, mixing in a batching and mixing plant as per approved mix design unless otherwise approved by the Engineer, transported to site, laid with a fixed form, compacting by vibrator machine and finished in a continuous operation including provision of contraction, expansion and longitudinal joints, joint filler, joint sealant, de-bonding strip, dowel bar, tie rod, admixtures as approved, curing for 28 days, finishing to lines and grades, removing centering-shuttering after specified time approved, as per drawing complete, etc. all complete approved and accepted by the E-I-C. Additional quantity of cement to be added if required to attain the specified strength at the contractors own cost. (Rate is excluding the cost of all reinforcement and its fabrication, admixtures and joint sealant, etc.) [Retail]</p>', '2023-10-18 18:49:53', '2024-02-04 06:10:52'),
(175, 24, 8, 20, 39, '3.7.2.2.01', '1', 11586.89, 11536.42, 11248.12, 11241.78, '<p>RCC-20BCCM(RW): Providing and laying reinforced, dowel jointed, cement concrete pavement over a prepared sub-base with picked brick chips and minimum cement content relates to mix ratio 1:1.5:3 and maximum water cement ratio 0.4 having minimum required average strength, fcr = 28.5 Mpa and satisfying a compressive strength fc = 20 Mpa at 28 days on standard cylinders as per standard practice of Code AASHTO/ASTM and cement conforming to BDS EN 197-1:2003 CEM-II/A-M 42.5N, with best quality coarse sand (FM. 2.2) and 25mm down well graded picked brick chips (LAA value &amp; maximum water absorption not exceeding 38 &amp; 15% respectively) conforming ASTM C-33 including breaking chips and screening, making, placing steel shutter in position and maintaining true to the alignment, making shutter water-tight properly, placing reinforcement in position, mixing in a batching and mixing plant as per approved mix design unless otherwise approved by the Engineer, transported to site, laid with a fixed form, compacting by vibrator machine and finished in a continuous operation including provision of contraction, expansion and longitudinal joints, joint filler, joint sealant, de-bonding strip, dowel bar, tie rod, admixtures as approved, curing for 28 days, finishing to lines and grades, removing centering-shuttering after specified time approved, as per drawing complete, etc. all complete approved and accepted by the E-I-C. Additional quantity of cement to be added if required to attain the specified strength at the contractors own cost. (Rate is excluding the cost of all reinforcement and its fabrication, admixtures and joint sealant, etc.) [Bulk]</p>', '2023-10-18 18:51:51', '2024-02-04 06:10:52'),
(176, 24, 8, 20, 39, '3.07.3.1', '1', 16210.36, 16330.30, 15313.13, 15527.03, '<p>RCC-20SCBP(RW): Providing and laying reinforced, dowel jointed, cement concrete pavement over a prepared sub-base with crushed stone chips and minimum cement content relates to mix ratio 1:2:4 and maximum water cement ratio 0.4 having minimum required average strength, fcr = 28.5 Mpa and satisfying a compressive strength fc = 20 Mpa at 28 days on standard cylinders as per standard practice of Code AASHTO/ASTM and cement conforming to BDS EN 197-1: 2003 CEM-II/A-M 42.5N, high range water reducing admixture of complying type A or F under ASTM C 494 (Doses of admixture to be fixed by the mix design), using coarse sand of minimum FM 2.50 and graded stone aggregate of 38 mm nominal size (LAA value not exceeding 30) in appropriate proportions as per approved &amp; specified design criteria, providing dowel bars with sleeve/ tie bars wherever required, mixing in mechanized batch mix plant, transported to site, laid with a fixed form (pumping using line pump or boom placer), laying at site, spreading and compacting mechanically by using needle and surface vibrators, levelling to required slope/camber/super elevation, finishing with required texture, including steel form work with sturdy M.S. channel sections, making provision for expansion, construction, longitudinal joints, including groove cutting by groove/saw cutting machine for contraction joints (12 mm wide x 50 mm deep), providing and filling joints with approved joint filler and sealants, curing for 28 days, finishing to lines and grades, removing centering-shuttering after specified time approved, other incidental charges, etc. all complete as per drawing, specification &amp; direction of the E-I-C. The cost of reinforcement and its fabrication, placing, binding and, dowel bar for expansion/longitudinal joints and joint sealant etc. is not included but the cost of admixture is included in this unit rate. The Mix Design has to be approved by the Central Quality Control Laboratory (CQCL), LGED or any other reputed laboratory approved by the competent authority before execution of the work. All complete approved and accepted by the E-I-C. Note: minimum Cement content considered in M-20 is @300kg/cum. Additional quantity of cement to be added if required to attain the strength at the contractor\'s own cost. [Retail]</p>', '2023-10-18 18:53:30', '2024-02-04 06:10:52'),
(177, 24, 8, 20, 39, '3.07.3.1.01', '1', 15552.69, 15669.13, 14681.59, 14889.26, '<p>RCC-20SCBP(RW): Providing and laying reinforced, dowel jointed, cement concrete pavement over a prepared sub-base with crushed stone chips and minimum cement content relates to mix ratio 1:2:4 and maximum water cement ratio 0.4 having minimum required average strength, fcr = 28.5 Mpa and satisfying a compressive strength fc = 20 Mpa at 28 days on standard cylinders as per standard practice of Code AASHTO/ASTM and cement conforming to BDS EN 197-1: 2003 CEM-II/A-M 42.5N, high range water reducing admixture of complying type A or F under ASTM C 494 (Doses of admixture to be fixed by the mix design), using coarse sand of minimum FM 2.50 and graded stone aggregate of 38 mm nominal size (LAA value not exceeding 30) in appropriate proportions as per approved &amp; specified design criteria, providing dowel bars with sleeve/ tie bars wherever required, mixing in mechanized batch mix plant, transported to site, laid with a fixed form (pumping using line pump or boom placer), laying at site, spreading and compacting mechanically by using needle and surface vibrators, levelling to required slope/camber/super elevation, finishing with required texture, including steel form work with sturdy M.S. channel sections, making provision for expansion, construction, langitudinal joints, including groove cutting by groove/saw cutting machine for contraction joints (12 mm wide x 50 mm deep), providing and filling joints with approved joint filler and sealants, curing for 28 days, finishing to lines and grades, removing centering-shuttering after specified time approved, other incidental charges, etc. all complete as per drawing, specification &amp; direction of the E-I-C. The cost of reinforcement and its fabrication, placing, binding and, dowel bar for expansion/longitudinal joints and joint sealant etc. is not included but the cost of admixture is included in this unit rate. The Mix Design has to be approved by the Central Quality Control Laboratory (CQCL), LGED or any other reputed laboratory approved by the competent authority before execution of the work. All complete approved and accepted by the E-I-C. Note: minimum Cement content considered in M-20 is @300kg/cum. Additional quantity of cement to be added if required to attain the strength at the contractor\'s own cost. [Bulk]</p>', '2023-10-18 18:57:55', '2024-02-04 06:10:52'),
(178, 24, 8, 13, 39, '3.07.3.10.1', '1', 182.50, 126.49, 121.79, 121.79, '<p>12 mm dia wall thickness 1.7 mm - 2.8 mm</p>', '2023-10-18 18:59:19', '2024-02-04 06:10:52'),
(179, 24, 8, 13, 39, '3.07.3.10.2', '1', 145.61, 143.59, 138.89, 138.89, '<p>19 mm dia wall thickness 1.9 mm - 2.9 mm</p>', '2023-10-18 19:00:41', '2024-02-04 06:10:52'),
(180, 24, 8, 13, 39, '3.07.3.10.3', '1', 186.66, 184.65, 179.95, 179.95, '<p>25 mm dia wall thickness 2.2 mm - 3.4 mm</p>', '2023-10-18 20:03:30', '2024-02-04 06:10:52'),
(181, 24, 8, 13, 39, '3.07.3.10.4', '1', 217.24, 215.23, 210.53, 210.53, '<p>32 mm dia wall thickness 2.7 mm - 3.6 mm</p>', '2023-10-18 20:07:17', '2024-02-04 06:10:52'),
(182, 24, 8, 13, 39, '3.07.3.10.5', '1', 240.18, 238.17, 233.47, 233.47, '<p>37 mm dia wall thickness 2.5 mm - 3.1 mm</p>', '2023-10-18 20:09:02', '2024-02-04 06:10:52'),
(183, 24, 8, 20, 39, '3.07.3.2', '1', 17162.73, 17283.37, 16247.57, 16466.23, '<p>RCC-25SCBP(RW): Providing and laying reinforced, dowel jointed, cement concrete pavement over a prepared sub-base with crushed stone chips and minimum cement content relates to mix ratio 1:1.5:3 and maximum water cement ratio 0.4 having minimum required average strength, fcr = 33.5 Mpa and satisfying a compressive strength fc = 25 Mpa at 28 days on standard cylinders as per standard practice of Code AASHTO/ASTM and cement conforming to BDS EN 197-1: 2003 CEM-II/A-M 42.5N, high range water reducing admixture of complying type A or F under ASTM C 494 (Doses of admixture to be fixed by the mix design), using coarse sand of minimum FM 2.50 and graded stone aggregate of 38mm nominal size (LAA value not exceeding 30) in appropriate proportions as per approved &amp; specified design criteria, providing dowel bars with sleeve/ tie bars wherever required, mixing in mechanized batch mix plant, transported to site, laid with a fixed form (pumping using line pump or boom placer), laying at site, spreading and compacting mechanically by using needle and surface vibrators, levelling to required slope/camber/super elevation, finishing with required texture, including steel form-work with sturdy M.S. channel sections, making provision for expansion, construction, longitudinal joints, including groove cutting by groove/saw cutting machine for contraction joints (12 mm wide x 50 mm deep), providing and filling joints with approved joint filler and sealants, curing for 28 days, finishing to lines and grades, removing centering-shuttering after specified time approved, other incidental charges, etc. all complete as per drawing, specification &amp; direction of the E-I-C. The cost of reinforcement and its fabrication, placing, binding and, dowel bar for expansion/longitudinal joints and joint sealant etc. is not included but the cost of admixture is included in this unit rate. The Mix Design has to be approved by the Central Quality Control Laboratory (CQCL), LGED or any other reputed laboratory approved by the competent authority before execution of the work. All complete approved and accepted by the E-I-C. Note: minimum Cement content considered in M-25 is @385kg/cum. Additional quantity of cement to be added if required to attain the strength at the contractor\'s own cost. [Retail]</p>', '2023-10-18 20:10:54', '2024-02-04 06:10:52'),
(184, 24, 8, 20, 39, '3.07.3.2.01', '1', 16426.73, 16543.86, 15538.23, 15750.52, '<p>RCC-25SCBP(RW): Providing and laying reinforced, dowel jointed, cement concrete pavement over a prepared sub-base with crushed stone chips and minimum cement content relates to mix ratio 1:1.5:3 and maximum water cement ratio 0.4 having minimum required average strength, fcr = 33.5 Mpa and satisfying a compressive strength fc = 25 Mpa at 28 days on standard cylinders as per standard practice of Code AASHTO/ASTM and cement conforming to BDS EN 197-1:2003 CEM-II/A-M 42.5N, high range water reducing admixture of complying type A or F under ASTM C 494 (Doses of admixture to be fixed by the mix design), using coarse sand of minimum FM 2.50 and graded stone aggregate of 38mm nominal size (LAA value not exceeding 30) in appropriate proportions as per approved &amp; specified design criteria, providing dowel bars with sleeve/ tie bars wherever required, mixing in mechanized batch mix plant, transported to site, laid with a fixed form (pumping using line pump or boom placer), laying at site, spreading and compacting mechanically by using needle and surface vibrators, levelling to required slope/camber/super elevation, finishing with required texture, induding steel form-work with sturdy M.S. channel sections, making provision for expansion, construction, longitudinal joints, including groove cutting by groove/saw cutting machine for contraction joints (12 mm wide x 50 mm deep), providing and filling joints with approved joint filler and sealants, curing for 28 days, finishing to lines and grades, removing centering-shuttering after specified time approved, other incidental charges, etc. all complete as per drawing, specification &amp; direction of the E-I-C. The cost of reinforcement and its fabrication, placing, binding and, dowel bar for expansion/longitudinal joints and joint sealant etc. is not included but the cost of admixture is included in this unit rate. The Mix Design has to be approved by the Central Quality Control Laboratory (CQCL), LGED or any other reputed laboratory approved by the competent authority before execution of the work. All complete approved and accepted by the E-I-C. Note: minimum Cement content considered in M-25 is @385kg/cum. Additional quantity of cement to be added if required to attain the strength at the contractor\'s own cost. [Bulk]</p>', '2023-10-18 20:28:55', '2024-02-04 06:10:52'),
(185, 24, 8, 20, 39, '3.07.3.3', '1', 18321.96, 18414.62, 17432.07, 17630.59, '<p>RCC-30SCBP(RW): Providing and laying reinforced, dowel jointed, cement concrete pavement over a prepared base/sub-base with minimum cement content and maximum water cement ratio as specified by the laboratory through mix design having minimum required average compressive strength, fcr = 38.5 Mpa and satisfying a specified compressive strength, fc = 30 Mpa at 28 days on standard cylinder as per standard practice of Code AASHTO/ ASTM and cement conforming to BDS EN 197-1: 2003 CEM-1 52.5N /ASTM C150 Type-1, high range water reducing admixture of complying type F/ G under ASTM C-494 (Doses of admixture to be fixed by the mix design) for smart dynamic concrete (i.e. Low fines self-compacting concrete), using coarse sand of minimum FM 2.50 and graded stone aggregate of 38 mm nominal size (LAA value not exceeding 30) in appropriate proportions as per approved &amp; specified design criteria, providing dowel bars with sleeve/ tie bars wherever required, mixing in mechanized batch mix plant, transported to site, laid with a fixed form (pumping using line pump or boom placer), laying at site, spreading and compacting mechanically by using needle and surface vibrators, levelling to required slope/camber/super elevation, finishing with required texture, including steel form-work with sturdy M.S. channel sections, making provision for expansion, construction, longitudinal joints, including groove cutting by groove/saw cutting machine for contraction joints (12 mm wide x 50 mm deep), providing and filling joints with approved joint filler and sealants, curing for 28 days, finishing to lines and grades, removing centering-shuttering after specified time approved, other incidental charges, etc. all complete as per drawing, specification &amp; direction of the E-I-C. The cost of reinforcement and its fabrication, placing, binding and, dowel bar for expansion/longitudinal joints and joint sealant etc. is not included but the cost of admixture is included in this unit rate. Note: minimum Cement content considered in M-30 is @ 440kg/cum. Additional quantity of cement to be added if required to attain the required strength at the contractor\'s own cost. The Mix Design has to be approved by the Central Quality Control Laboratory (CQCL), LGED or any other reputed laboratory approved by the competent authority before execution of the work. (Note: Using Batching Plant, Transit Mixer &amp; Concrete Pump). [Retail]</p>', '2023-10-18 20:30:21', '2024-02-04 06:10:52'),
(186, 24, 8, 20, 39, '3.07.3.3.01', '1', 17353.94, 17443.91, 16489.97, 16682.71, '<p>RCC-30SCBP(RW): Providing and laying reinforced, dowel jointed, cement concrete pavement over a prepared base/sub-base with minimum cement content and maximum water cement ratio as specified by the laboratory through mix design having minimum required average compressive strength, fcr = 38.5 Mpa and satisfying a specified compressive strength, fc = 30 Mpa at 28 days on standard cylinder as per standard practice of Code AASHTO/ASTM and cement conforming to BDS EN 197-1:2003 CEM-I 52.5N/ASTM C150 Type-1, high range water reducing admixture of complying type F/G under ASTM C-494 (Doses of admixture to be fixed by the mix design) for smart dynamic concrete (i.e. Low fines self-compacting concrete), using coarse sand of minimum FM 2.50 and graded stone aggregate of 38 mm nominal size (LAA value not exceeding 30) in appropriate proportions as per approved &amp; specified design criteria, providing dowel bars with sleeve/ tie bars wherever required, mixing in mechanized batch mix plant, transported to site, laid with a fixed form (pumping using line pump or boom placer), laying at site, spreading and compacting mechanically by using needle and surface vibrators, levelling to required slope/camber/super elevation, finishing with required texture, including steel form-work with sturdy M.S. channel sections, making provision for expansion, construction, longitudinal joints, including groove cutting by groove/saw cutting machine for contraction joints (12 mm wide x 50 mm deep), providing and filling joints with approved joint filler and sealants, curing for 28 days, finishing to lines and grades, removing centering-shuttering after specified time approved, other incidental charges, etc. all complete as per drawing, specification &amp; direction of the E-I-C. The cost of reinforcement and its fabrication, placing, binding and, dowel bar for expansion/longitudinal joints and joint sealant etc. is not included but the cost of admixture is included in this unit rate. Note: minimum Cement content considered in M-30 is @ 440kg/cum. Additional quantity of cement to be added if required to attain the required strength at the contractor\'s own cost. The Mix Design has to be approved by the Central Quality Control Laboratory (CQCL), LGED or any other reputed laboratory approved by the competent authority before execution of the work.</p><p>(Note: Using Batching Plant, Transit Mixer &amp; Concrete Pump). [Bulk]</p>', '2023-10-18 20:32:36', '2024-02-04 06:10:52'),
(187, 24, 8, 20, 39, '3.07.3.6.01', '1', 18447.08, 18539.74, 17557.19, 17765.19, '<p>Specified Compressive Strength f\'c=30MPa and Mix design Compressive Strength fcr=40MPa. [Retail]</p>', '2023-10-18 20:36:02', '2024-02-04 06:10:52'),
(188, 24, 8, 20, 39, '3.07.3.6.02', '1', 17633.70, 17723.67, 16769.73, 16971.68, '<p>Specified Compressive Strength f\'c=30MPa and Mix design Compressive Strength fcr=40MPa. [Bulk]</p>', '2023-10-18 20:41:38', '2024-02-04 06:10:52'),
(189, 24, 8, 13, 39, '3.07.3.9.01', '1', 96.99, 96.14, 93.62, 93.62, '<p>Bitumen Sealant</p>', '2023-10-18 20:43:05', '2024-02-04 06:10:52'),
(190, 24, 8, 13, 39, '3.07.3.9.02', '1', 378.17, 377.31, 374.80, 374.80, '<p>Silicon Sealant</p>', '2023-10-18 20:45:26', '2024-02-04 06:10:52'),
(191, 24, 8, 13, 39, '3.07.4', '1', 1222.81, 1213.59, 1172.27, 1187.89, '<p>KS(RW): Manufacturing, Supplying and Fixing of cement concrete kerb stone with top and bottom thickness 120mm and 150mm respectively, width 380mm and height 550mm as per approved drawing for side of footpath/median/road island etc. using steel shutter, with 6mm downgraded Stone Chips of LAA value $35%, sand (FM&gt;=2.2) and minimum cement conforming to BDS EN 197-1 2003 CEM-II/A-M 42.5N content relates to mix ratio 1:2:4 satisfying specified minimum required average strength, for = 28.5 MPa and satisfying a compressive strength f\'c = 20 MPa at 28 days on standard cylinders, including grading, washings stone chips, mixing in standard mixture machine, casting in forms, making shutter water- tight properly, compacting by vibrator machine and curing for at least 28 days, including preparation kerb foundation, true to level, maintaining alignment and height, including carrying and placing kerb stone, filling interstices of kerb stone tightly with cement mortar (1:4), raking out joints, cleaning and soaking kerb stone at least for 24 hours before use, curing for requisite period, etc. all complete as per drawing and direction of the E-I-C.</p>', '2023-10-18 20:46:52', '2024-02-04 06:10:52'),
(192, 24, 9, 2, 39, '3.08.1.1', '1', 22.27, 21.87, 20.25, 20.25, '<p>PIBFS: Labour charge for picking up the existing brick flat (BFS) soling and staking the materials at a specified distance, etc. all complete as per direction of the E-I-C.</p>', '2023-10-18 20:54:30', '2024-02-04 06:10:52'),
(193, 24, 9, 2, 39, '3.08.1.2', '1', 33.74, 33.13, 30.68, 30.68, '<p>PIHBB: Labour charge for picking up the existing HBB and staking the materials at a specified distance, etc. all complete as per direction of the E-I-C.</p>', '2023-10-18 20:56:21', '2024-02-04 06:10:52'),
(194, 24, 9, 2, 39, '3.08.2.1', '1', 50.28, 49.76, 46.60, 46.60, '<p>ReBFS(FM-0.50): Labour charge for Resetting of Single layer brick flat soling (BFS) with 1st class or picked bricks, true to level, maintaining camber/super elevation and grade including carrying bricks, supplying and filling the interstices tightly with sand of minimum FM 0.50, etc. all complete as per direction of the E-I-C.</p>', '2023-10-18 20:57:44', '2024-02-04 06:10:52'),
(195, 24, 9, 2, 39, '3.08.2.2', '1', 51.02, 50.45, 47.03, 47.03, '<p>ReBFS(FM-0.80): Labour charge for Resetting of Single layer brick flat soling (BFS) with 1st class or picked bricks, true to level, maintaining camber/super elevation and grade including carrying bricks, supplying and filling the interstices tightly with sand of minimum FM 0.80, etc. all complete as per direction of the E-I-C.</p>', '2023-10-18 20:58:42', '2024-02-04 06:10:52'),
(198, 24, 9, 2, 39, '3.08.2.3', '1', 49.14, 47.87, 44.64, 45.28, '<p>ReBFS(FM&lt;0.50): Labour charge for Resetting of Single layer brick flat soling (BFS) with 1st class or picked bricks, true to level, maintaining camber/super elevation and grade including carrying bricks, supplying and filling the interstices tightly with locally available sand (passing &lt;=15% through #200 sieve), etc. all complete as per direction of the E-I-C.</p>', '2023-10-18 20:59:43', '2024-02-04 06:10:52'),
(199, 24, 9, 2, 39, '3.08.3.1', '1', 101.68, 100.85, 94.63, 96.63, '<p>ReHBB(FM-0.50): Labour charge for Resetting of Brick on edge pavement in single layer of Herring Bone Bond (HBB) with 1st class or picked bricks true to level, maintaining camber, super elevation and grade over 25mm thick sand (minimum FM 0.50) cushion including filling the interstices tightly with same type of sand, etc. including supplying sand all complete as per direction of the E-I-C.</p>', '2023-10-18 21:00:43', '2024-02-04 06:10:52'),
(200, 24, 9, 2, 39, '3.08.3.2', '1', 103.40, 102.46, 95.62, 95.62, '<p>ReHBB(FM-0.80): Labour charge for Resetting of Brick on edge pavement in single layer of Herring Bone Bond (HBB) with 1st class or picked bricks true to level, maintaining camber, super elevation and grade over 25mm thick sand (minimum FM 0.80) cushion including filling the interstices tightly with same type of sand, etc. including supplying sand all complete as per direction of the E-I-C.</p>', '2023-10-18 21:01:46', '2024-02-04 06:10:52'),
(202, 24, 9, 2, 39, '3.08.3.3', '1', 99.00, 96.45, 90.06, 91.54, '<p>ReHBB(FM&lt;0.50): Labour charge for Resetting of Brick on edge pavement in single layer of Herring Bone Bond (HBB) with 1st class or picked bricks true to level, maintaining camber, super elevation and grade over 25mm thick locally available sand (passing&lt;=15% through #200 sieve) cushion including filling the interstices tightly with same type of sand, etc. including supplying sand all complete as per direction of the E-I-C.</p>', '2023-10-18 21:04:04', '2024-02-04 06:10:52'),
(203, 24, 9, 2, 39, '3.08.4.1', '1', 544.78, 544.25, 522.08, 522.08, '<p>SBFS(FM-0.50): Providing Single layer brick flat soling (BFS) with 1st class or picked bricks, true to level, maintaining camber/super elevation and grade including carrying bricks, filling the interstices tightly with sand of minimum FM 0.50, etc. all complete in all respect as per approved drawing, specification and direction of the Engineer- in-charge.</p>', '2023-10-18 21:09:56', '2024-02-04 06:10:52'),
(204, 24, 9, 2, 39, '3.08.4.2', '1', 671.00, 668.00, 639.00, 639.00, '<p>SBFS(FM-0.80): Single layer brick flat soling in road work with first class or picked jhama bricks as per alignment, camber and grade including filling joints with sand (F.M. 0.80) etc. complete including cost of all materials and accepted by the Engineer-in-charge. [PWD 24.4.1]</p>', '2023-10-18 21:10:57', '2024-02-04 06:10:52'),
(205, 24, 9, 2, 39, '3.08.4.3', '1', 543.63, 542.37, 520.12, 520.75, '<p>SBFS(FM&lt;0.50): Providing Single layer brick flat soling (BFS) with 1st class or picked bricks, true to level, maintaining camber/super elevation and grade including carrying bricks, filling the interstices tightly with locally available sand (passing &lt;=15% through#200 sieve), etc. all complete in all respect as per approved drawing, specification and direction of the Engineer-in-charge.</p>', '2023-10-18 21:11:55', '2024-02-04 06:10:52'),
(206, 24, 9, 2, 39, '3.08.5.1', '1', 931.15, 930.32, 892.20, 892.20, '<p>SHBB(FM-0.50): Providing Brick on edge pavement in single layer of Herring Bone Bond (HBB) with 1st class or picked bricks true to level, maintaining camber, super elevation and grade, including supplying and laying 25mm thick sand (minimum FM 0.50) cushion over the BFS, filling the interstices tightly with same type of sand, etc. all complete in all respect as per approved drawing, specification and direction of the Engineer-in-charge.</p>', '2023-10-18 21:13:03', '2024-02-04 06:10:52'),
(207, 24, 9, 2, 39, '3.08.5.2', '1', 1090.00, 1087.00, 1039.00, 1039.00, '<p>SHBB(FM-0.80): Brick on edges pavement in herring bone bond (HBB) with first class or picked jharna bricks as per alignment, camber and grade over 12 mm thick sand cushion (F.M. 0.80) including filling the joints with the same sand including cost of all materials and accepted by the Engineer-in-charge. [PWD 24.5.1]</p>', '2023-10-18 21:14:13', '2024-02-04 06:10:52'),
(208, 24, 9, 2, 39, '3.08.5.3', '1', 928.47, 925.92, 887.63, 889.10, '<p>SHBB(FM&lt;0.50): Providing Brick on edge pavement in single layer of Herring Bone Bond (HBB) with 1st class or picked bricks true to level, maintaining camber, super elevation and grade, including supplying and laying 25mm thick sand (passing &lt;=15% through #200 sieve) cushion over the BFS, filling the interstices tightly with same type of sand, etc. all complete in all respect as per approved drawing, specification and direction of the Engineer-in-charge.</p>', '2023-10-18 21:15:12', '2024-02-04 06:10:52'),
(209, 24, 10, 20, 39, '3.09.02', '1', 452.16, 443.94, 411.05, 411.05, '<p>PICCB(cum): Labour charge for picking up the existing CC Block of any sizes on soling or slope of embankment, including staking the materials at a specified distance, etc. all complete as per direction of the E-I-C.</p>', '2023-10-18 21:18:02', '2024-02-04 06:10:52'),
(210, 24, 10, 20, 39, '3.09.04', '1', 1143.66, 1120.66, 1044.27, 1044.27, '<p>ReCCB(cum): Labour charge for Setting/Resetting of single layer CC Block of different sizes on road top, including preparation base, true to level, maintaining camber, super elevation, grade, watering and ramming the base, including carrying CC blocks, supplying and filling the interstices tightly with sand (FM-0.5), etc. all complete in all respect as per approved drawing, specification and direction of the Engineer-in-charge.</p>', '2023-10-18 21:19:12', '2024-02-04 06:10:52'),
(211, 24, 10, 7, 39, '3.09.05.1', '1', 135.14, 134.61, 131.22, 132.08, '<p>PCC Block Size: 400mm×200mmX150mm</p>', '2023-10-18 21:20:53', '2024-02-04 06:10:52'),
(212, 24, 10, 7, 39, '3.09.05.2', '1', 99.09, 98.64, 96.00, 96.61, '<p>PCC Block Size: 375mmX100mmX225mm</p>', '2023-10-18 21:22:06', '2024-02-04 06:10:52'),
(213, 24, 10, 7, 39, '3.09.05.3', '1', 703.43, 700.64, 683.00, 687.50, '<p>PCC Block Size: 1000mmX500mmX(100+150)mm</p>', '2023-10-18 21:23:29', '2024-02-04 06:10:52'),
(214, 24, 10, 13, 39, '3.09.06.1', '1', 339.34, 336.92, 324.38, 325.99, '<p>CCBSS-EE: Providing PCC Block on End Edging (100mm across) of size (375mmX100mmX225mm), including manufacturing and supplying Plain Cement Concrete (PCC) Blocks with cement conforming to BDS EN 197-1: 2003 CEM-II/A-M 42.5N, using steel shutter, with 40mm down graded Stone Shingles, sand (FM&gt;=1.5) and minimum cement content relates to mix ratio 1:3.6 satisfying specified minimum compressive strength 10.0Mpa at 28 days, including cutting trenches true to level &amp; grade, removing earth, re- filling &amp; ramming the sides properly, including supplying and filling the gaps with local sand (FM-0.5), etc. all complete in all respect as per approved drawing, specification and direction of the Engineer-in- charge.</p>', '2023-10-18 21:25:06', '2024-02-04 06:10:52'),
(215, 24, 10, 13, 39, '3.09.06.2', '1', 909.13, 902.66, 870.11, 874.61, '<p>CCBSS-EE-SR: Providing CC Block on End Edging (average 125mm across) for submersible road of size [L: 1000mmXH: 500mmXW:(100mm+150mm)], including manufacturing and supplying Plain Cement Concrete (PCC) Blocks with cement conforming to BDS EN 197-1: 2003 CEM-II/A-M 42.5N, using steel shutter, with 40mm down graded Stone Shingles, sand (FM&gt;=1.5) and minimum cement content relates to mix ratio 1:3.6 satisfying specified minimum compressive strength 10.0Mpa at 28 days, including cutting trenches true to level &amp; grade, removing earth, re- filling &amp; ramming the sides properly, including supplying and filling the gaps with local sand (FM-0.5), etc. all complete in all respect as per approved drawing, specification and direction of the Engineer-in- charge.</p>', '2023-10-18 21:27:19', '2024-02-04 06:10:52'),
(216, 24, 10, 7, 39, '3.09.07.1', '1', 185.47, 187.41, 173.56, 176.92, '<p>PCC Block Size: 375mmX225mmX150mm</p>', '2023-10-18 21:30:12', '2024-02-04 06:10:52'),
(217, 24, 10, 2, 39, '3.09.08', '1', 2245.56, 2263.60, 2098.02, 2135.03, '<p>CCBSC-RW: Providing single layer PCC Block on road top of size (375mmX225mmX150mm), including manufacturing and supplying Plain Cement Concrete (PCC) Blocks with cement conforming to BDS EN 197-1:2003 CEM-II/A-M 42.5N, using steel shutter, with 40mm down graded Stone Chips, sand (FM&gt;=1.8) and minimum cement content relates to mix ratio 1:2.4 satisfying specified minimum compressive strength 20.0Mpa at 28 days, including preparation of bed by cutting or filling with ramming the filled up earth to the same profile as that of the finished pavement, including carrying and placing PCC blocks, filling the interstices tightly with sand (FM-0.5), etc. all complete in all respect as per approved drawing, specification and direction of the Engineer-in-charge.</p>', '2023-10-18 21:31:39', '2024-02-04 06:10:52'),
(218, 24, 10, 20, 39, '3.09.09', '1', 2125.46, 2087.88, 1966.04, 1966.04, '<p>LC-CCB: Labour charge for laying single layer CC Block of different sizes for protective wall, including preparation trenches, true to level, maintaining alignment, watering and ramming the base, including carrying and placing CC blocks, filling minimum 65% interstices of CC Block work tightly with cement mortar (1:6), raking out joints, cleaning and soaking Block at least for 24 hours before use, washing of sand, curing for requisite period, etc. all complete in all respect as per approved drawing, specification and direction of the Engineer-in- charge. [Excluding the cost of CC Blocks].</p>', '2023-10-18 21:33:04', '2024-02-04 06:10:52'),
(219, 24, 10, 2, 39, '3.09.15.01', '1', 1117.09, 1111.70, 1100.05, 1099.28, '<p>60mm Thick (Size: 222mmx110mm), Colour: Gray, Minimum Compressive Strength: 25MPa</p>', '2023-10-18 21:34:26', '2024-02-04 06:10:52'),
(220, 24, 10, 2, 39, '3.09.15.02', '1', 1239.79, 1234.40, 1222.76, 1221.98, '<p>60mm Thick (Size: 222mmx110mm), Colour: Red/Black/any other Suitable Colour, Minimum Compressive Strength: 25MPa</p>', '2023-10-18 21:35:47', '2024-02-04 06:10:52'),
(221, 24, 10, 2, 39, '3.09.15.03', '1', 1166.17, 1160.78, 1149.14, 1148.36, '<p>60mm Thick (Size: 222mmx110mm), Colour: Gray, Minimum Compressive Strength: 30MPa</p>', '2023-10-18 21:37:26', '2024-02-04 06:10:52');
INSERT INTO `items` (`id`, `category_id`, `sub_category_id`, `unit_id`, `financial_rate_id`, `code`, `status`, `dhaka_mymensingh`, `chittagong_sylhet`, `rajshahi_rangpur`, `khulna_barishal`, `description`, `created_at`, `updated_at`) VALUES
(222, 24, 10, 2, 39, '3.09.15.04', '1', 1288.87, 1283.48, 1271.48, 1271.07, '<p>60mm Thick (Size: 222mmx110mm), Colour. Red/Black/any other Suitable Colour, Minimum Compressive Strength: 30MPa</p>', '2023-10-18 21:38:52', '2024-02-04 06:10:52'),
(223, 24, 10, 2, 39, '3.09.15.05', '1', 1215.25, 1209.86, 1198.22, 1197.44, '<p>60mm Thick (Size: 222mmx110mm), Colour: Gray, Minimum Compressive Strength: 35MPa</p>', '2023-10-18 21:40:13', '2024-02-04 06:10:52'),
(224, 24, 10, 2, 39, '3.09.15.06', '1', 1337.95, 1332.56, 1320.92, 1320.15, '<p>60mm Thick (Size: 222mmx110mm), Colour: Red/Black/any other Suitable Colour, Minimum Compressive Strength: 35MPa</p>', '2023-10-19 12:58:59', '2024-02-04 06:10:52'),
(225, 24, 10, 2, 39, '3.09.15.07', '1', 1485.19, 1479.81, 1468.16, 1467.39, '<p>80mm Thick (Size: 222mmx110mm), Colour: Gray, Minimum Compressive Strength: 30MPa<br>&nbsp;</p>', '2023-10-19 13:01:02', '2024-02-04 06:10:52'),
(226, 24, 10, 2, 39, '3.09.15.08', '1', 1632.44, 1627.05, 1615.41, 1614.63, '<p>80mm Thick (Size: 222mmx110mm), Colour: Red/Black/any other Suitable Colour, Minimum Compressive Strength: 30MPa</p>', '2023-10-19 13:02:16', '2024-02-04 06:10:52'),
(227, 24, 10, 2, 39, '3.09.15.09', '1', 1534.27, 1528.89, 1517.24, 1516.47, '<p>80mm Thick (Size: 222mmx110mm), Colour: Gray, Minimum Compressive Strength: 35MPa</p>', '2023-10-19 13:03:45', '2024-02-04 06:10:52'),
(228, 24, 10, 2, 39, '3.09.15.10', '1', 1681.52, 1676.13, 1664.49, 1663.71, '<p>80mm Thick (Size: 222mmx110mm), Colour. Red/Black/any other Suitable Colour, Minimum Compressive Strength: 35MPa<br>&nbsp;</p>', '2023-10-19 13:05:38', '2024-02-04 06:10:52'),
(229, 24, 10, 2, 39, '3.09.15.11', '1', 1730.60, 1725.21, 1713.57, 1712.79, '<p>80mm Thick (Size: 222mmx110mm), Colour: Gray, Minimum Compressive Strength: 40MPa</p>', '2023-10-19 13:07:04', '2024-02-04 06:10:52'),
(230, 24, 10, 2, 39, '3.09.15.12', '1', 1730.60, 1725.21, 1713.57, 1712.79, '<p>80mm Thick (Size: 222mmx110mm), Colour: Red/Black/any other Suitable Colour, Minimum Compressive Strength: 40MPa</p>', '2023-10-19 13:08:18', '2024-02-04 06:10:52'),
(231, 24, 10, 2, 39, '3.09.15.13', '1', 1828.76, 1823.37, 1811.73, 1810.96, '<p>100mm Thick (Size: 222mmx110mm), Colour: Gray, Minimum Compressive Strength: 30MPa</p>', '2023-10-19 13:09:35', '2024-02-04 06:10:52'),
(232, 24, 10, 2, 39, '3.09.15.14', '1', 1926.92, 1921.54, 1909.89, 1909.12, '<p>100mm Thick (Size: 222mmx110mm), Colour: Red/Black/any other Suitable Colour, Minimum Compressive Strength: 30MPa<br>&nbsp;</p>', '2023-10-19 13:27:27', '2024-02-04 06:10:52'),
(233, 24, 10, 2, 39, '3.09.15.15', '1', 1877.84, 1872.46, 1860.81, 1860.04, '<p>100mm Thick (Size: 222mmx110mm), Colour: Gray, Minimum Compressive Strength: 35MPa&nbsp;<br>&nbsp;</p>', '2023-10-19 13:29:09', '2024-02-04 06:10:52'),
(234, 24, 10, 2, 39, '3.09.15.16', '1', 1976.00, 1970.62, 1958.97, 1958.20, '<p>100mm Thick (Size: 222mmx110mm), Colour: Red/Black/any other Suitable Colour, Minimum Compressive Strength: 35MPa</p>', '2023-10-19 13:30:28', '2024-02-04 06:10:52'),
(235, 24, 10, 2, 39, '3.09.15.17', '1', 1926.92, 1921.54, 1909.89, 1909.12, '<p>100mm Thick (Size: 222mmx110mm), Colour: Gray, Minimum Compressive Strength: 40MPa</p>', '2023-10-19 13:31:23', '2024-02-04 06:10:52'),
(236, 24, 10, 2, 39, '3.09.15.18', '1', 2025.09, 2019.70, 2008.05, 2007.28, '<p>100mm Thick (Size: 222mmx110mm), Colour: Red/Black/any other Suitable Colour, Minimum Compressive Strength: 40MPa</p>', '2023-10-19 13:32:57', '2024-02-04 06:10:52'),
(237, 24, 10, 2, 39, '3.09.15.19', '1', 2074.17, 2068.78, 2057.14, 2056.36, '<p>100mm Thick (Size: 222mmx110mm), Colour: Gray, Minimum Compressive Strength: 45MPa</p>', '2023-10-19 13:34:40', '2024-02-04 06:10:52'),
(238, 24, 10, 2, 39, '3.09.15.20', '1', 2172.33, 2166.94, 2155.30, 2154.52, '<p>100mm Thick (Size: 222mmx110mm), Colour: Red/Black/any other Suitable Colour, Minimum Compressive Strength: 45MPa</p>', '2023-10-19 13:35:48', '2024-02-04 06:10:52'),
(239, 24, 10, 20, 39, '3.09.16', '1', 14641.25, 14660.93, 13911.38, 14101.14, '<p>KS-30MPa(RW): Supplying and Fixing factory made cement concrete Pre Cast kerb stone of specified size as per approved drawing and design for side of footpath/median/road island etc. using 20mm downgraded Stone Chips of LAA value ≤30%, sand (FM&gt;=2.5) and minimum cement conforming to BDS EN 197-1 : 2003 CEM-II/A-M 42.5N content relates to mix ratio 1:1.25:2.4 satisfying specified minimum required average strength, fcr = 38.5 Mpa and satisfying a compressive strength fc = 30 Mpa at 28 days on standard cylinders, kerb stone should be made by specified machine with mechanically compressed with high load-bearing capacity, enriched weather resistance, the low water absorption capacity of standard thick and approved design/shape,size in required long-lasting colour, texture and pattern conforming BS-6717 or as specified approved by the E-I-C. including cutting trenches true to level &amp; maintaining grade, alignment and height, removing earth, preparation kerb foundation, including carrying and placing kerb stone tightly, re-filling &amp; ramming the sides properly, etc. all complete in all respect as per drawing, specification, direction and accepted by the Engineer-in-charge. Cost included all materials, their carriages, hire charges of machineries, equipment for construction and quality control as per specification, wages of labour and operational staff etc.</p>', '2023-10-19 13:37:42', '2024-02-04 06:10:52'),
(240, 24, 10, 20, 39, '3.09.16.2', '1', 15337.96, 15353.30, 14642.92, 14820.57, '<p>KS-35MPa(RW): Supplying and Fixing factory made cement concrete Pre Cast kerb stone of specified size as per approved drawing and design for side of footpath/median/road island etc. using 20mm downgraded Stone Chips of LAA value $30%, sand (FM&gt;=2.8) and minimum cement conforming to BDS EN 197-1: 2003 CEM-II/A-M 42.5N content relates to minimum mix ratio 1:1.2:2.3 satisfying specified minimum required average strength, fcr = 45 Mpa and satisfying a compressive strength fc = 35 Mpa at 28 days on standard cylinders, kerb stone should be made by specified machine with mechanically compressed with high load-bearing capacity, enriched weather resistance, the low water absorption capacity of standard thick and approved design/shape,size in required long-lasting colour, texture and pattern conforming BS-6717 or as specified approved by the E-I-C. including cutting trenches true to level &amp; maintaining grade, alignment and height, removing earth, preparation kerb foundation, including carrying and placing kerb stone tightly, re-filling &amp; ramming the sides properly, etc. all complete in all respect as per drawing, specification, direction and accepted by the Engineer-in-charge. Cost included all materials, their carriages, hire charges of machineries, equipment for construction and quality control as per specification, wages of labour and operational staff etc.</p>', '2023-10-19 13:39:11', '2024-02-04 06:10:52'),
(241, 24, 10, 2, 39, '3.09.17.1', '1', 8.08, 8.04, 7.87, 7.87, '<p>Spr&amp;Com: Spreading filling sand @ 0.01cum/sqm or as required of minimum FM=0.8 uniformly over the laid paving blocks, including local handling, booming and compacting at least two passes of vibratory plate compactor or by appropriate mechanical means to obtain smooth top surface subsequently after 7 days later re-do the activity again [standard compactors may have a weight of about 90kg, plate area of about 0.3 sqm and apply a centrifugal force of about 15KN, such vibratory compaction should be continued till the top of each paving block is in level with its adjacent blocks. There should not be delay in compaction after laying of paving blocks to achieve uniformity of compaction and retention of the pattem of laying] etc. all complete in all respect as per drawing, specification, direction and accepted by the Engineer-in-charge.</p>', '2023-10-19 13:40:13', '2024-02-04 06:10:52'),
(242, 24, 11, 2, 39, '3.10.01.1', '1', 23.93, 23.44, 21.78, 21.78, '<p>PPLM: Preparation of Pothole for small patch works (pothole, edge breaking, etc.) by cutting, scarifying and loosening of existing damaged Base/sub-base Course materials up to the depth of 150mm at the pothole areas in order to make regular shape of the pothole including leveling, dressing and compacting manually where mechanical compactors are not suitable to give a smooth surface including brushing, removing &amp; stacking all debris at a safe distance etc. all complete in all respect as per direction of the Engineer-in- charge.</p>', '2023-10-19 13:41:26', '2024-02-04 06:10:52'),
(243, 24, 11, 2, 39, '3.10.01.2', '1', 36.98, 36.50, 34.92, 34.92, '<p>HBPMM: Preparation of hard bed by scarifying and loosening of existing top (bituminous) surface, including base/sub-base course materials up to the depth of 75mm (minimum) using mechanical means, breaking dismantled material into specified sizes (less than 40mm), with supplying of extra fresh base course materials of required specification (if required) including spreading, leveling, dressing of loose material uniformly for maintaining camber &amp; grade, watering if needed, rolling with 8 to 10 MT road roller to give compaction to 100% of MDD as obtained by standard proctor test etc. all complete in all respect as per direction of the Engineer-in- charge. (Rate is excluding the cost of additional material supplied)</p>', '2023-10-19 13:42:18', '2024-02-04 06:10:52'),
(244, 24, 11, 2, 39, '3.10.02', '1', 5.64, 5.63, 5.33, 5.33, '<p>SB: Providing and applying sand blinding with sand of minimum FM 0.80 @0.005 cum per sqm on prepared road surface, including supplying of all material, their carriage, labours, tools and equipment, etc. all complete in all respect as per direction of the Engineer-in- charge.</p>', '2023-10-19 13:43:12', '2024-02-04 06:10:52'),
(245, 24, 11, 2, 39, '3.10.03', '1', 520.00, 517.17, 515.91, 518.35, '<p>25mmSGSS: Providing 25mm thick (average) grouting with 20mm downgraded broken stone shingles (LAA value not exceeding 35) and using 60/70 penetration grade straight run bitumen conforming to the requirements of ASTM/AASHTO, spraying tack coat @ 0.50kg per sqm over the cleaned road surface and laying, spreading stone shingles @0.028cum per sqm (loose) on the road surface, maintaining proper camber, level, grade, super elevation and spraying hot bitumen @1.50kg per sqm uniformly, including rolling hard to full compaction with 8 to 10 MT road roller including cleaning the surface &amp; heating bitumen from 140°C to 160°C temperature and spreading crushed stone chips/Sand (FM-1.80) @0.006cum per sqm road surface etc. all complete in all respect as per direction of the Engineer-in-charge. [Retail]</p>', '2023-10-19 13:44:10', '2024-02-04 06:10:52'),
(246, 24, 11, 2, 39, '3.10.03.01', '1', 512.64, 507.35, 508.55, 510.99, '<p>25mmSGSS: Providing 25mm thick (average) grouting with 20mm downgraded broken stone shingles (LAA value not exceeding 35) and using 60/70 penetration grade straight run bitumen conforming to the requirements of ASTM/AASHTO, spraying tack coat @ 0.50kg per sqm over the cleaned road surface and laying, spreading stone shingles @0.028cum per sqm (loose) on the road surface, maintaining proper camber, level, grade, super elevation and spraying hot bitumen @1.50kg per sqm uniformly, including rolling hard to full compaction with 8 to 10 MT road roller including cleaning the surface &amp; heating bitumen from 140°C to 160°C temperature and spreading crushed stone chips/Sand (FM-1.80) @0.006cum per sqm road surface etc. all complete in all respect as per direction of the Engineer-in-charge.[Bulk]</p>', '2023-10-19 13:45:13', '2024-02-04 06:10:52'),
(247, 24, 11, 2, 39, '3.10.04.1', '1', 802.60, 797.00, 792.66, 792.66, '<p>50mmSGBC: Providing 50mm thick (average) grouting with picked brick chips (LAA value not exceeding 40) and using 60/70 penetration grade straight run bitumen conforming to the requirements of ASTM/AASHTO, laying and spreading picked brick chips 60mm thick (loose) in two layers, 1st layer of 35mm thick (loose) with 25mm to 16mm size and 2nd layer of 25mm thick (loose) mixing with 80% of 16mm to 12mm size and 20% of 12mm to 8mm size picked brick chips, spraying tack coat @ 0.50kg per sqm over the cleaned road surface, maintaining proper camber, level, grade, super elevation and spraying hot bitumen @1.25kg per sqm uniformly on the 1st layer and @1.50kg per sqm on 2nd layer, including rolling hard to full compaction with 8 to 10 MT road roller including cleaning the surface &amp; heating bitumen from 140°C to 160°C temperature and spreading crushed stone chips/Sand (FM- 1.80) @0.006 cum per sqm on road surface etc. all complete in all respect as per direction of the Engineer-in-charge. [Retail]</p>', '2023-10-19 13:48:12', '2024-02-04 06:10:52'),
(248, 24, 11, 2, 39, '3.10.04.1.01', '1', 790.63, 781.04, 780.70, 780.70, '<p>50mmSGBC: Providing 50mm thick (average) grouting with picked brick chips (LAA value not exceeding 40) and using 60/70 penetration grade straight run bitumen conforming to the requirements of ASTM/AASHTO, laying and spreading picked brick chips 60mm thick (loose) in two layers, 1st layer of 35mm thick (loose) with 25mm to 16mm size and 2nd layer of 25mm thick (loose) mixing with 80% of 16mm to 12mm size and 20% of 12mm to 8mm size picked brick chips, spraying tack coat @ 0.50kg per sqm over the cleaned road surface, maintaining proper camber, level, grade, super elevation and spraying hot bitumen @1.25kg per sqm uniformly on the 1st layer and @1.50kg per sqm on 2nd layer, including rolling hard to full compaction with 8 to 10 MT road roller including cleaning the surface &amp; heating bitumen from 140°C to 160°C temperature and spreading crushed stone chips/Sand (FM- 1.80) @0.006 cum per sqm on road surface etc. all complete in all respect as per direction of the Engineer-in-charge. [Bulk]</p>', '2023-10-19 13:50:40', '2024-02-04 06:10:52'),
(249, 24, 11, 2, 39, '3.10.04.2', '1', 895.80, 891.73, 887.71, 892.93, '<p>50mmSGSS: Providing 50mm thick (average) grouting with broken stone shingles (LAA value not exceeding 35) and using 60/70 penetration grade straight run bitumen conforming to the requirements of ASTM/AASHTO, laying and spreading stone shingles 60mm thick (loose) in two layers, 1st layer of 35mm thick (loose) with 25mm to 16mm size and 2nd layer of 25mm thick (loose) mixing with 80% of 16mm to 12mm size and 20% of 12mm to 8mm size stone shingles, spraying tack coat @ 0.50kg per sqm over the cleaned road surface, maintaining proper camber, level, grade, super elevation and spraying hot bitumen @1.25kg per sqm uniformly on the 1st layer and @1.50kg per sqm on 2nd layer, including rolling hard to full compaction with 8 to 10 MT road roller including cleaning the surface &amp; heating bitumen from 140°C to 160°C temperature and spreading crushed stone chips/Sand (FM-1.80) @0.006 cum per sqm on road surface etc. all complete in all respect as per direction of the Engineer-in-charge. [Retail]</p>', '2023-10-19 13:52:29', '2024-02-04 06:10:52'),
(250, 24, 11, 2, 39, '3.10.04.2.01', '1', 883.84, 875.78, 875.74, 880.97, '<p>50mmSGSS: Providing 50mm thick (average) grouting with broken stone shingles (LAA value not exceeding 35) and using 60/70 penetration grade straight run bitumen conforming to the requirements of ASTM/AASHTO, laying and spreading stone shingles 60mm thick (loose) in two layers, 1st layer of 35mm thick (loose) with 25mm to 16mm size and 2nd layer of 25mm thick (loose) mixing with 80% of 16mm to 12mm size and 20% of 12mm to 8mm size stone shingles, spraying tack coat @ 0.50kg per sqm over the cleaned road surface, maintaining proper camber, level, grade, super elevation and spraying hot bitumen @1.25kg per sqm uniformly on the 1st layer and @1.50kg per sqm on 2nd layer, including rolling hard to full compaction with 8 to 10 MT road roller including cleaning the surface &amp; heating bitumen from 140°C to 160°C temperature and spreading crushed stone chips/Sand (FM-1.80) @0.006 cum per sqm on road surface etc. all complete in all respect as per direction of the Engineer-in-charge.[Bulk]</p>', '2023-10-19 13:54:20', '2024-02-04 06:10:52'),
(251, 24, 11, 2, 39, '3.10.04.3', '1', 1042.50, 1051.41, 969.23, 995.00, '<p>50mmSGSC: Providing 50mm thick (average) grouting with broken stone chips (LAA value not exceeding 35) and using 60/70 penetration grade straight run bitumen conforming to the requirements of ASTM/AASHTO, laying and spreading stone metal 60mm thick (loose) in two layers, 1st layer of 35mm thick (loose) with 25mm to 16mm size and 2nd layer of 25mm thick (loose) mixing with 80% of 16mm to 12mm size and 20% of 12mm to 8mm size stone chips, spraying tack coat @ 0.50kg per sqm over the cleaned road surface, maintaining proper camber, level, grade, super elevation and spraying hot bitumen @1.25kg per sqm uniformly on the 1st layer and @1.50kg per sqm on 2nd layer, including rolling hard to full compaction with 8 to 10 MT road roller including cleaning the surface &amp; heating bitumen from 140°C to 160°C temperature and spreading crushed stone chips/Sand (FM-1.80) @0.006 cum per sqm on road surface etc. all complete in all respect as per direction of the Engineer-in-charge. [Retail]</p>', '2023-10-19 13:55:27', '2024-02-04 06:10:52'),
(252, 24, 11, 2, 39, '3.10.04.3.01', '1', 1030.54, 1035.47, 957.27, 983.04, '<p>50mmSGSC: Providing 50mm thick (average) grouting with broken stone chips (LAA value not exceeding 35) and using 60/70 penetration grade straight run bitumen conforming to the requirements of ASTM/AASHTO, laying and spreading stone metal 60mm thick (loose) in two layers, 1st layer of 35mm thick (loose) with 25mm to 16mm size and 2nd layer of 25mm thick (loose) mixing with 80% of 16mm to 12mm size and 20% of 12mm to 8mm size stone chips, spraying tack coat @ 0.50kg per sqm over the cleaned road surface, maintaining proper camber, level, grade, super elevation and spraying hot bitumen @1.25kg per sqm uniformly on the 1st layer and @1.50kg per sqm on 2nd layer, including rolling hard to full compaction with 8 to 10 MT road roller including cleaning the surface &amp; heating bitumen from 140°C to 160°C temperature and spreading crushed stone chips/Sand (FM-1.80) @0.006 cum per sqm on road surface etc. all complete in all respect as per direction of the Engineer-in-charge. [Bulk]</p>', '2023-10-19 13:56:38', '2024-02-04 06:10:52'),
(253, 24, 11, 2, 39, '3.10.05.1', '1', 1155.40, 1147.60, 1135.96, 1135.96, '<p>75mmSGBC: Providing 75mm thick (average) grouting with picked brick chips (LAA value not exceeding 40) and using 60/70 penetration grade straight run bitumen conforming to the requirements of ASTM/AASHTO, laying and spreading picked brick chips 100mm thick (loose) in two layers, 1st layer of 60mm thick (loose) with 40mm to 25mm size and 2nd layer of 40mm thick (loose) mixing with 80% of 25mm to 20mm size and 20% of 20mm to 10mm size picked brick chips, maintaining proper camber, level, grade, super elevation and spraying hot bitumen @2.00kg per sqm uniformly on the 1st layer and @2.20kg per sqm on 2nd layer, including rolling hard to full compaction with 8 to 10 MT road roller including cleaning the surface &amp; heating bitumen from 140°C to 160°C temperature and spreading crushed stone chips/Sand (FM- 1.80) @0.006 cum per sqm on road surface etc. all complete in all respect as per direction of the Engineer-in-charge. [Retail]</p>', '2023-10-19 13:57:49', '2024-02-04 06:10:52'),
(254, 24, 11, 2, 39, '3.10.05.1.01', '1', 1139.94, 1126.99, 1120.50, 1120.50, '<p>75mmSGBC: Providing 75mm thick (average) grouting with picked brick chips (LAA value not exceeding 40) and using 60/70 penetration grade straight run bitumen conforming to the requirements of ASTM/AASHTO, laying and spreading picked brick chips 100mm thick (loose) in two layers, 1st layer of 60mm thick (loose) with 40mm to 25mm size and 2nd layer of 40mm thick (loose) mixing with 80% of 25mm to 20mm size and 20% of 20mm to 10mm size picked brick chips, maintaining proper camber, level, grade, super elevation and spraying hot bitumen @2.00kg per sqm uniformly on the 1st layer and @2.20kg per sqm on 2nd layer, including rolling hard to full compaction with 8 to 10 MT road roller including cleaning the surface &amp; heating bitumen from 140°C to 160°C temperature and spreading crushed stone chips/Sand (FM- 1.80) @0.006 cum per sqm on road surface etc. all complete in all respect as per direction of the Engineer-in-charge.[Bulk]</p>', '2023-10-19 13:59:02', '2024-02-04 06:10:52'),
(255, 24, 11, 2, 39, '3.10.05.2', '1', 1182.43, 1177.78, 1166.00, 1174.19, '<p>75mmSGSS: Providing 75mm thick (average) grouting with broken stone shingles (LAA value not exceeding 35) and using 60/70 penetration grade straight run bitumen conforming to the requirements of ASTM/AASHTO, laying and spreading stone shingles 94mm thick (loose) in two layers, 1st layer of 56mm thick (loose) with 40mm to 25mm size and 2nd layer of 38mm thick (loose) mixing with 80% of 25mm to 20mm size and 20% of 20mm to 10mm size stone shingles, maintaining proper camber, level, grade, super elevation and spraying hot bitumen @1.50kg per sqm uniformly on the 1st layer and @2.00kg per sqm on 2nd layer, including rolling hard to full compaction with 8 to 10 MT road roller including cleaning the surface &amp; heating bitumen from 140°C to 160°C temperature and spreading crushed stone chips/Sand (FM-1.80) @0.006 cum per sqm on road surface etc. all complete in all respect as per direction of the Engineer-in-charge. [Retail]</p>', '2023-10-19 14:00:16', '2024-02-04 06:10:52'),
(256, 24, 11, 2, 39, '3.10.05.2.01', '1', 1169.55, 1160.60, 1153.12, 1161.31, '<p>75mmSGSS: Providing 75mm thick (average) grouting with broken stone shingles (LAA value not exceeding 35) and using 60/70 penetration grade straight run bitumen conforming to the requirements of ASTM/AASHTO, laying and spreading stone shingles 94mm thick (loose) in two layers, 1st layer of 56mm thick (loose) with 40mm to 25mm size and 2nd layer of 38mm thick (loose) mixing with 80% of 25mm to 20mm size and 20% of 20mm to 10mm size stone shingles, maintaining proper camber, level, grade, super elevation and spraying hot bitumen @1.50kg per sqm uniformly on the 1st layer and @2.00kg per sqm on 2nd layer, including rolling hard to full compaction with 8 to 10 MT road roller including cleaning the surface &amp; heating bitumen from 140°C to 160°C temperature and spreading crushed stone chips/Sand (FM-1.80) @0.006 cum per sqm on road surface etc. all complete in all respect as per direction of the Engineer-in-charge. [Bulk]</p>', '2023-10-19 14:01:23', '2024-02-04 06:10:52'),
(257, 24, 11, 2, 39, '3.10.05.3', '1', 1383.47, 1399.68, 1267.54, 1307.91, '<p>75mmSGSC: Providing 75mm thick (average) grouting with Stone metal (LAA value not exceeding 35) and using 60/70 penetration grade straight run bitumen conforming to the requirements of ASTM/ AASHTO, laying and spreading Stone chips 94mm thick (loose) in two layers, 1st layer of 56mm thick (loose) with 40mm to 25mm size and 2nd layer of 38mm thick (loose) mixing with 80% of 25mm to 20mm size and 20% of 20mm to 10mm size stone shingles, maintaining proper camber, level, grade, super elevation and spraying hot bitumen @1.50kg per sqm uniformly on the 1st layer and @2.00kg per sqm on 2nd layer, including rolling hard to full compaction with 8 to 10 MT road roller including cleaning the surface &amp; heating bitumen from 140°C to 160°C temperature and spreading crushed stone chips/Sand (FM-1.80) @0.006 cum per sqm on road surface etc. all complete in all respect as per direction of the Engineer-in-charge. [Retail]</p>', '2023-10-19 14:02:27', '2024-02-04 06:10:52'),
(258, 24, 11, 2, 39, '3.10.05.3.01', '1', 1370.59, 1382.51, 1254.66, 1295.03, '<p>75mmSGSC: Providing 75mm thick (average) grouting with Stone metal (LAA value not exceeding 35) and using 60/70 penetration grade straight run bitumen conforming to the requirements of ASTM/ AASHTO, laying and spreading Stone chips 94mm thick (loose) in two layers, 1st layer of 56mm thick (loose) with 40mm to 25mm size and 2nd layar of 38mm thick (loose) mixing with 80% of 25mm to 20mm size and 20% of 20mm to 10mm size stone shingles, maintaining proper camber, level, grade, super elevation and spraying hot bitumen @1.50kg per sqm uniformly on the 1st layer and @2.00kg per sqm on 2nd layer, including rolling hard to full compaction with 8 to 10 MT road roller including cleaning the surface &amp; heating bitumen from 140°C to 160°C temperature and spreading crushed stone chips/Sand (FM-1.80) @0.006 cum per sqm on road surface etc. all complete in all respect as per direction of the Engineer-in-charge.[Bulk]</p>', '2023-10-19 14:03:52', '2024-02-04 06:10:52'),
(259, 24, 11, 2, 39, '3.10.06', '1', 1395.75, 1386.70, 1371.93, 1371.93, '<p>100mmSGBC: Providing 100mm thick (average) grouting with picked brick chips (LAA value not exceeding 40) and using 60/70 penetration grade straight run bitumen conforming to the requirements of ASTM/AASHTO, laying and spreading picked brick chips 130mm thick (loose) in two layers, 1st layer of 80mm thick (loose) with 40mm to 25mm size and 2nd layer of 50mm thick (loose) mixing with 80% of 25mm to 20mm size and 20% of 20mm to 10mm size picked brick chips, maintaining proper camber, level, grade, super elevation and spraying hot bitumen @2.00kg per sqm uniformly on the 1st layer and @3.00kg per sqm on 2nd layer, including rolling hard to full compaction with 8 to 10 MT road roller including cleaning the surface &amp; heating bitumen from 140°C to 160°C temperature and spreading crushed stone chips/Sand (FM- 1.80) @0.006 cum per sqm on road surface etc. all complete in all respect as per direction of the Engineer-in-charge. [Retail]</p>', '2023-10-19 14:07:50', '2024-02-04 06:10:52'),
(260, 24, 11, 2, 39, '3.10.06.01', '1', 1377.35, 1362.16, 1353.52, 1353.52, '<p>100mmSGBC: Providing 100mm thick (average) grouting with picked brick chips (LAA value not exceeding 40) and using 60/70 penetration grade straight run bitumen conforming to the requirements of ASTM/AASHTO, laying and spreading picked brick chips 130mm thick (loose) in two layers, 1st layer of 80mm thick (loose) with 40mm to 25mm size and 2nd layer of 50mm thick (loose) mixing with 80% of 25mm to 20mm size and 20% of 20mm to 10mm size picked brick chips, maintaining proper camber, level, grade, super elevation and spraying hot bitumen @2.00kg per sqm uniformly on the 1st layer and @3.00kg per sqm on 2nd layer, including rolling hard to full compaction with 8 to 10 MT road roller including cleaning the surface &amp; heating bitumen from 140°C to 160°C temperature and spreading crushed stone chips/Sand (FM- 1.80) @0.006 cum per sqm on road surface etc. all complete in all respect as per direction of the Engineer-in-charge.[Bulk]</p>', '2023-10-19 14:08:58', '2024-02-04 06:10:52'),
(261, 24, 11, 2, 39, '3.10.07.1', '1', 1164.17, 1163.70, 1159.62, 1164.73, '<p>50mmSGSS(BE): Providing 50mm thick (average) grouting with broken stone shingles (LAA value not exceeding 35) and using bitumen emulsion of grade k-1-60 conforming to the requirements of ASTM/AASHTO, laying and spreading stone shingles 60mm thick (loose) in two layers, 1st layer of 35mm thick (loose) with 25mm to 16mm size and 2nd layer of 25mm thick (loose) mixing with 80% of 16mm to 12mm size and 20% of 12mm to 8mm size stone shingles, spraying tack coat @ 0.750kg per sqm over the cleaned road surface, maintaining proper camber, level, grade, super elevation and spraying bitumen emulsion @1.75kg per sqm uniformly on the 1st layer and @2.00kg per sqm on 2nd layer, including rolling hard to full compaction with 8 to 10 MT road roller and cleaning the surface, spreading crushed stone chips/Sand (FM-1.80) @0.006 cum per sqm on road surface etc. all complete in all respect as per direction of the Engineer-in-charge.</p>', '2023-10-19 14:09:57', '2024-02-04 06:10:52'),
(262, 24, 11, 2, 39, '3.10.07.2', '1', 1495.98, 1496.22, 1487.38, 1495.46, '<p>75mmSGSS(BE): Providing 75mm thick (average) grouting with broken stone shingles (LAA value not exceeding 35) and using bitumen emulsion of grade k-1-60 conforming to the requirements of ASTM/AASHTO, laying and spreading stone shingles 94mm thick (loose) in two layers, 1st layer of 56mm thick (loose) with 40mm to 25mm size and 2nd layer of 38mm thick (loose) mixing with 80% of 25mm to 20mm size and 20% of 20mm to 10mm size stone shingles, maintaining proper camber, level, grade, super elevation and spraying bitumen emulsion @2.25kg per sqm uniformly on the 1st layer and @3.00kg per sqm on 2nd layer, including rolling hard to full compaction with 8 to 10 MT road roller and cleaning the surface, spreading crushed stone chips/Sand (FM-1.80) @0.006 cum per sqm on road surface etc. all complete in all respect as per direction of the Engineer-in-charge.</p>', '2023-10-19 14:11:04', '2024-02-04 06:10:52'),
(263, 24, 11, 2, 39, '3.10.08.1', '1', 143.18, 142.11, 142.85, 144.33, '<p>CS@0.75MD: Providing a single coat chip sealing over a low cracked road surface, using 60/70 penetration grade straight run bitumen conforming to the requirements of ASTM/AASHTO, spraying bitumen by mechanical distributor on road surface @ 0.75kg/sqm, after spraying bitumen instantly spreading uniform graded crushed stone aggregates of 6.5mm average size defined as 100% passing through 10mm sieve and retain on 4.75mm sieve LAA value not exceeding 35 @ 0.006cum/sqm over the surface, sweeping the surface and hand packing for identical spreading of aggregate, surface rolling to embed the aggregate with Pneumatic Multiple Tired Roller (7 tires, 6-8 tons), including properly surface cleaning, heating bitumen upto 140°C to 180°C, etc. including cost of all materials, their carriages, hire charges of machineries, equipment for construction and quality control as per specification, fuels, lubricants and wages of operational staff etc. all complete in all respect as per direction of the Engineer-in-charge. [Retail]</p>', '2023-10-19 14:12:23', '2024-02-04 06:10:52'),
(264, 24, 11, 2, 39, '3.10.08.1.01', '1', 140.42, 138.43, 140.09, 141.56, '<p>CS@0.75MD: Providing a single coat chip sealing over a low cracked road surface, using 60/70 penetration grade straight run bitumen conforming to the requirements of ASTM/AASHTO, spraying bitumen by mechanical distributor on road surface @ 0.75kg/sqm, after spraying bitumen instantly spreading uniform graded crushed stone aggregates of 6.5mm average size defined as 100% passing through 10mm sieve and retain on 4.75mm sieve LAA value not exceeding 35 @ 0.006cum/sqm over the surface, sweeping the surface and hand packing for identical spreading of aggregate, surface rolling to embed the aggregate with Pneumatic Multiple Tired Roller (7 tires, 6-8 tons), including properly surface cleaning, heating bitumen upto 140°C to 180°C, etc. including cost of all materials, their carriages, hire charges of machineries, equipment for construction and quality control as per specification, fuels, lubricants and wages of operational staff etc. all complete in all respect as per direction of the Engineer-in-charge. [Bulk]</p>', '2023-10-19 14:13:40', '2024-02-04 06:10:52'),
(265, 24, 11, 2, 39, '3.10.08.2', '1', 179.56, 178.19, 179.60, 181.32, '<p>CS@1.00MD: Providing single coat chip sealing over a moderate cracked road surface, using 60/70 penetration grade straight run bitumen conforming to the requirements of ASTM/AASHTO, spraying bitumen by mechanical distributor on road surface @ 1.00kg/sqm, after spraying bitumen instantly spreading uniform graded crushed stone aggregates of 6.5mm average size defined as 100% passing through 10mm sieve and retain on 4.75mm sieve with LAA value not exceeding 35 @ 0.007cum/sqm over the surface, sweeping the surface and hand packing for identical spreading of aggregate, surface rolling to embed the aggregate with Pneumatic Multiple Tired Roller (7 tires, 6-8 tons), including properly surface cleaning, heating bitumen upto 140°C to 180°C, etc. including cost of all materials, their carriages, hire charges of machineries, equipment for construction and quality control as per specification, fuels, lubricants and wages of operational staff etc. all complete in all respect as per direction of the Engineer-in-charge. [Retail]</p>', '2023-10-19 14:14:44', '2024-02-04 06:10:52'),
(266, 24, 11, 2, 39, '3.10.08.2.01', '1', 175.88, 173.28, 175.92, 177.64, '<p>CS@1.00MD: Providing single coat chip sealing over a moderate cracked road surface, using 60/70 penetration grade straight run bitumen conforming to the requirements of ASTM/AASHTO, spraying bitumen by mechanical distributor on road surface @ 1.00kg/sqm, after spraying bitumen instantly spreading uniform graded crushed stone aggregates of 6.5mm average size defined as 100% passing through 10mm sieve and retain on 4.75mm sieve with LAA value not exceeding 35 @ 0.007cum/sqm over the surface, sweeping the surface and hand packing for identical spreading of aggregate, surface rolling to embed the aggregate with Pneumatic Multiple Tired Roller (7 tires, 6-8 tons), including properly surface cleaning, heating bitumen upto 140°C to 180°C, etc. including cost of all materials, their carriages, hire charges of machineries, equipment for construction and quality control as per specification, fuels, lubricants and wages of operational staff etc. all complete in all respect as per direction of the Engineer-in-charge. [Bulk]</p>', '2023-10-19 14:16:02', '2024-02-04 06:10:52'),
(267, 24, 11, 2, 39, '3.10.08.3', '1', 238.01, 237.86, 238.54, 240.26, '<p>CS@1.20MD(BE): Providing a single coat chip sealing over a moderate cracked road surface, using bitumen emulsion of grade k-1- 60 conforming to the requirements of ASTM/AASHTO, spraying bitumen emulsion by mechanical distributor on cleaned road surface @1.20kg/sqm, after spraying bitumen emulsion instantly spreading uniform graded crushed stone aggregates of 6.5mm average size defined as 100% passing through 10mm sieve and retain on 4.75mm sieve with LAA value not exceeding 35 @ 0.007cum/sqm over the surface, sweeping the surface and hand packing for identical spreading of aggregate, surface rolling to embed the aggregate with Pneumatic Multiple Tired Roller (7 tires, 6-8 tons), including cost of all materials, their carriages, hire charges of machineries, equipment for construction and quality control as per specification, fuels, lubricants and wages of operational staff etc. all complete in all respect as per direction of the Engineer-in-charge.</p>', '2023-10-19 14:17:08', '2024-02-04 06:10:52'),
(268, 24, 11, 2, 39, '3.10.09.01', '1', 299.69, 297.68, 296.72, 298.19, '<p>Bitumen Grade 60/70 [Retail]</p>', '2023-10-19 14:18:28', '2024-02-04 06:10:52'),
(269, 24, 11, 2, 39, '3.10.09.02', '1', 294.50, 290.76, 291.53, 293.00, '<p>Bitumen Grade 60/70 [Bulk]</p>', '2023-10-19 14:20:20', '2024-02-04 06:10:52'),
(270, 24, 11, 11, 39, '3.10.10.1', '1', 155.17, 155.10, 154.86, 154.86, '<p>CP-BB: Supplying, cutting and fitting of 6mm thick Chequer Plate for bailey bridge decking with minimum 6mm thick mild steel chequer plate of unit weight 49.20kg/sqm, including cutting and shaping of required sizes of bridge deck with cleaning, removing rust, etc. including local handling, carriage of the plate to the site with loading &amp; unloading and placing, etc. all complete in all respect as per direction of the Engineer-in-charge. Rate is inclusive of cost of all materials, labour and all incidental charges in this connection.</p>', '2023-10-19 14:21:20', '2024-02-04 06:10:52'),
(271, 24, 11, 7, 39, '3.10.10.2', '1', 61.47, 61.41, 60.93, 60.93, '<p>Welding at the splicing point of mild steel chequer plate with joist of deck at 3 points (each point being 25mm in length) using electrodes, including cleaning, local handling, cost of all materials, labours, tools, equipment, cost of power, etc. all complete as per drawings, specifications and directions of the Engineer.</p>', '2023-10-19 14:22:11', '2024-02-04 06:10:52'),
(272, 24, 11, 20, 39, '3.10.11.01', '1', 16705.09, 16759.74, 15720.16, 15975.13, '<p>CCRM-30SCCM: Providing and laying 18BWG G.I. wire meshed cement concrete layer over an old RCC/CC pavement with minimum cement content and maximum water cement ratio as specified by the laboratory through mix design having minimum required average compressive strength, fcr = 38.5 Mpa and satisfying a specified compressive strength, fc = 30 Mpa at 28 days on standard cylinder as per standard practice of Code AASHTO/ASTM and cement conforming to BDS EN 197-1: 2003 CEM-I 52.5N/ASTM C150 Туре- 1, using coarse sand of minimum FM 2.50 and graded stone aggregate of 20 mm nominal size (LAA value not exceeding 30) in appropriate proportions as per approved &amp; specified design criteria conforming to ASTM C-33 including breaking chips, screening through proper sieves, cleaning, placing shutter in position and maintaining true to the alignment, making shutter water-tight properly, mixing in standard concrete mixture machine, maintaining allowable slump of 50mm to 75mm, including spraying cement grouting/slurry over the cleaned existing road surface, casting in forms, placing 50mm rhombus 18 BWG G.I. wire mesh in position, compacting by mechanical vibrator machine and finished in a continuous operation including making provision for contraction, expansion, construction &amp; longitudinal joints (5-10 mm wide x 50 mm deep) by groove cutting machine, providing and filling joints with approved joint filler and sealants, curing for 28 days, finishing to lines and grades, removing centering-shuttering after specified time approved, other incidental charges, etc. all complete as per drawing, specification &amp; direction of the E-I-C. The cost of 18 BWG G.I. wire mesh is not included in this unit rate. Note: minimum Cement content considered in M-30 is @ 445kg/cum. Additional quantity of cement to be added if required to attain the required strength at the contractors own cost. The Mix Design has to be approved by the Central Quality Control Laboratory (CQCL), LGED or any other reputed laboratory approved by the competent authority before execution of the work. (Unit cost including all materials, cleaning the existing surface shuttering, casting, curing for 28 days, and all other incidental charges, etc.). [Retail]</p>', '2023-10-19 14:25:07', '2024-02-04 06:10:52'),
(273, 24, 11, 20, 39, '3.10.11.02', '1', 15781.71, 15834.77, 14825.47, 15073.01, '<p>CCRM-30SCCM: Providing and laying 18BWG G.I. wire meshed cement concrete layer over an old RCC/CC pavement with minimum cement content and maximum water cement ratio as specified by the laboratory through mix design having minimum required average compressive strength, fcr = 38.5 Mpa and satisfying a specified compressive strength, fc = 30 Mpa at 28 days on standard cylinder as per standard practice of Code AASHTO/ASTM and cement conforming to BDS EN 197-1: 2003 CEM-I 52.5N/ASTM C150 Type- 1, using coarse sand of minimum FM 2.50 and graded stone aggregate of 20 mm nominal size (LAA value not exceeding 30) in appropriate proportions as per approved &amp; specified design criteria conforming to ASTM C-33 including breaking chips, screening through proper sieves, cleaning, placing shutter in position and maintaining true to the alignment, making shutter water-tight properly, mixing in standard concrete mixture machine, maintaining allowable slump of 50mm to 75mm, including spraying cement grouting/slurry over the cleaned existing road surface, casting in forms, placing 50mm rhombus 18 BWG G.I. wire mesh in position, compacting by mechanical vibrator machine and finished in a continuous operation including making provision for contraction, expansion, construction &amp; longitudinal joints (5-10 mm wide x 50 mm deep) by groove cutting machine, providing and filling joints with approved joint filler and sealants, curing for 28 days, finishing to lines and grades, removing centering-shuttering after specified time approved, other incidental charges, etc. all complete as per drawing, specification &amp; direction of the E-I-C. The cost of 18 BWG G.I. wire mesh is not included in this unit rate. Note: minimum Cement content considered in M-30 is @ 445kg/cum. Additional quantity of cement to be added if required to attain the required strength at the contractors own cost. The Mix Design has to be approved by the Central Quality Control Laboratory (CQCL), LGED or any other reputed laboratory approved by the competent authority before execution of the work. (Unit cost including all materials, cleaning the existing surface shuttering, casting, curing for 28 days, and all other incidental charges, etc.). [Bulk]</p>', '2023-10-19 14:26:30', '2024-02-04 06:10:52'),
(274, 24, 11, 2, 39, '3.10.12.01', '1', 267.19, 267.12, 266.88, 266.88, '<p>18 BWG (WM): Supplying and laying 50mm rhombus 18 BWG G.I. wire mesh of required size in cement concreting work, placing mesh in the middle of concreting work or as mentioned in the drawing, including cutting and carrying of wire mesh to the site, etc. all complete in all respect as per approved drawing, specification and direction of the Engineer-in-charge. (Rate is inclusive of cost of materials, labour and all incidental charges in this connection).</p>', '2023-10-19 14:27:28', '2024-02-04 06:10:52'),
(275, 24, 12, 20, 39, '3.11.01', '1', 9435.60, 9405.76, 9095.50, 9095.50, '<p>PCCBC-10: Plain cement concrete work in foundation with minimum compressive strength of 10 Mpa at 28 days (sugessted mix proportion 1:3:6) on standard cylinder as per standard practice of Code AASTHTO/ASTM and cement conforming to BDS EN 197-1: 2003 CEM-II /A-M, 42.5 N, best quality sand (FM. 1.2) and 20mm down well graded picked brick chips (LAA value and maximum water absorption not exceeding 38 &amp; 15% respectively) conforming ASTM C-33, including breaking chips and screening, placing shutter in position and maintaining true to the alignment, making shutter water- tight properly, mixing in standard mixture machine, casting in forms, compacting by vibrator machine and curing for 28 days, removing shuttering after specified time approved, etc. all complete approved and accepted by the E-I-C. (Additional quantity of cement to be added if required to attain the strength at the contractors own cost). [Retail]</p>', '2023-10-19 14:28:43', '2024-02-04 06:10:52'),
(276, 24, 12, 20, 39, '3.11.01.01', '1', 9258.78, 9229.08, 8920.36, 8920.36, '<p>PCCBC-10: Plain cement concrete work in foundation with minimum compressive strength of 10 Mpa at 28 days (sugessted mix proportion 1:3:6) on standard cylinder as per standard practice of Code AASTHTO/ASTM and cement conforming to BDS EN 197-1: 2003 CEM-II /A-M, 42.5 N, best quality sand (FM. 1.2) and 20mm down well graded picked brick chips (LAA value and maximum water absorption not exceeding 38 &amp; 15% respectively) conforming ASTM C-33, including breaking chips and screening, placing shutter in position and maintaining true to the alignment, making shutter water- tight properly, mixing in standard mixture machine, casting in forms, compacting by vibrator machine and curing for 28 days, removing shuttering after specified time approved, etc. all complete approved and accepted by the E-I-C. (Additional quantity of cement to be added if required to attain the strength at the contractors own cost). [Bulk]</p>', '2023-10-19 14:30:29', '2024-02-04 06:10:52'),
(277, 24, 12, 2, 39, '3.11.02.1', '1', 1386.91, 1382.36, 1327.75, 1327.75, '<p>125mmBW(1:4): 125 mm brick works with first class bricks with cement sand (F.M. 1.2) mortar (1:4) and making bond with connected walls including necessary scaffolding, raking out joints, cleaning and soaking the bricks for at least 24 hours before use and washing of sand, curing at least for 7 days including cost of water, electricity and other charges etc. all complete and accepted by the Engineer-in-charge. (Cement: CEM-II/B-M).[Retail]</p>', '2023-10-19 14:31:35', '2024-02-04 06:10:52'),
(278, 24, 12, 2, 39, '3.11.02.1.01', '1', 1408.00, 1403.00, 1346.00, 1346.00, '<p>125mmBW(1:4): 125 mm brick works with first class bricks with cement sand (F.M. 1.2) mortar (1:4) and making bond with connected walls including necessary scaffolding, raking out joints, cleaning and soaking the bricks for at least 24 hours before use and washing of sand, curing at least for 7 days including cost of water, electricity and other charges etc. all complete and accepted by the Engineer-in-charge. (Cement: CEM-II/B-M) .[PWD 04.16] [Bulk]</p>', '2023-10-19 14:32:36', '2024-02-04 06:10:52'),
(279, 24, 12, 20, 39, '3.11.02.2', '1', 10050.85, 10016.47, 9621.41, 9621.41, '<p>BW(1:4): Brick works with first class bricks with cement sand (F.M. 1.2) mortar (1:4) in exterior walls including filling the interstices with mortar, raking out joints, cleaning and socking the bricks at least for 24 hours before use and washing of sand, necessary scaffolding, curing at least for 7 days etc. all complete including cost of water, electricity and other charges (measurement to given as 250 mm width for one brick length and 375 mm for one brick and a half brick length) accepted by the Engineer-in-charge. (Cement: CEM-II/B-M). [Retail]</p>', '2023-10-19 14:34:11', '2024-02-04 06:10:52'),
(280, 24, 12, 20, 39, '3.11.02.2.01', '1', 10097.00, 10060.00, 9657.00, 9657.00, '<p>BW(1:4): Brick works with first class bricks with cement sand (F.M. 1.2) mortar (1:4) in exterior walls including filling the interstices with mortar, raking out joints, cleaning and socking the bricks at least for 24 hours before use and washing of sand, necessary scaffolding, curing at least for 7 days etc. all complete including cost of water, electricity and other charges (measurement to given as 250 mm width for one brick length and 375 mm for one brick and a half brick length) accepted by the Engineer-in-charge. (Cement: CEM-II/B-M) [PWD 04.3] [Bulk]</p>', '2023-10-19 14:35:49', '2024-02-04 06:10:52'),
(281, 24, 12, 2, 39, '3.11.03', '1', 1664.16, 1658.49, 1591.36, 1591.36, '<p>FP(1:4): Exposed 125 mm thick pointing ornamental brick work with sorted out first class bricks with cement sand (F.M. 1.2) mortar (1:4) and making bond with connected walls including necessary scaffolding, raking out joints, cleaning and soaking the bricks for at least 24 hours before use and washing of sand, curing at least for 7 days including cost of water, electricity and other charges etc. all complete and accepted by the Engineer-in-charge. (Cement: CEM- II/B-M). [Retail]</p>', '2023-10-19 14:36:57', '2024-02-04 06:10:52'),
(282, 24, 12, 2, 39, '3.11.03.01', '1', 1715.00, 1708.00, 1637.00, 1637.00, '<p>FP(1:4): Exposed 125 mm thick pointing ornamental brick work with sorted out first class bricks with cement sand (F.M. 1.2) mortar (1:4) and making bond with connected walls including necessary scaffolding, raking out joints, cleaning and soaking the bricks for at least 24 hours before use and washing of sand, curing at least for 7 days including cost of water, electricity and other charges etc. all complete and accepted by the Engineer-in-charge. (Cement: CEM- II/B-M) [PWD 04.17] [Bulk]</p>', '2023-10-19 14:38:13', '2024-02-04 06:10:52'),
(283, 24, 12, 20, 39, '3.11.04.1', '1', 13479.50, 13449.66, 13096.76, 13096.76, '<p>Piling Work [Retail]</p>', '2023-10-19 14:39:26', '2024-02-04 06:10:52'),
(284, 24, 12, 20, 39, '3.11.04.2', '1', 14820.35, 14784.84, 14388.99, 14388.99, '<p>Vertical Wall, Grade Beams, etc. [Retail]</p>', '2023-10-19 14:40:47', '2024-02-04 06:10:52'),
(285, 24, 12, 20, 39, '3.11.04.3', '1', 11485.10, 11459.15, 11152.28, 11152.28, '<p>Piling Work [Bulk]</p>', '2023-10-19 14:42:37', '2024-02-04 06:10:52'),
(286, 24, 12, 20, 39, '3.11.04.4', '1', 11620.07, 11591.67, 11274.99, 11274.99, '<p>Vertical Wall, Grade Beams, etc. [Bulk]</p>', '2023-10-19 14:44:00', '2024-02-04 06:10:52'),
(287, 24, 12, 20, 39, '3.11.06', '1', 3595.00, 3518.00, 3274.00, 3274.00, '<p>Labour for breaking head of hardened cast in situ bored pile/pre-cast pile up to a required length by any means but without damaging the rest and removing the dismantled materials such as concrete to a safe distance including scraps and cleaning concrete from steel/M.S. rods, straightening and bending of pile bars, preparation and making platform where necessary, carrying, all sorts of handling, stacking the same properly after clearing, leveling and dressing the situ and clearing the bed etc. complete in all respect and accepted by the Engineer-in-charge. (Measurement will be given for the actual pile head volume to be broken). [PWD 09.7]</p>', '2023-10-19 14:44:55', '2024-02-04 06:10:52'),
(288, 24, 12, 13, 39, '3.11.07.1', '1', 301.85, 296.45, 276.08, 276.08, '<p>Cost of pile driving (Size-150mmx150mm) depth up to 6 m</p>', '2023-10-19 14:51:37', '2024-02-04 06:10:52'),
(289, 24, 12, 13, 39, '3.11.07.2', '1', 436.82, 432.35, 416.69, 416.69, '<p>Cost of pile driving (Size-150mm to 200mmx200mm) depth up to 6 m</p>', '2023-10-19 14:52:56', '2024-02-04 06:10:52'),
(290, 24, 12, 13, 39, '3.11.07.3', '1', 615.72, 609.15, 585.89, 585.89, '<p>Cost of pile driving (Size-150mm to 200mmx200mm) depth 6m to 12m and above</p>', '2023-10-19 14:54:01', '2024-02-04 06:10:52'),
(291, 24, 12, 13, 39, '3.11.07.4', '1', 508.13, 501.01, 485.12, 485.12, '<p>Cost of pile driving (Size-200mm to 250mmx250mm) depth upto 6m</p>', '2023-10-19 14:55:02', '2024-02-04 06:10:52');
INSERT INTO `items` (`id`, `category_id`, `sub_category_id`, `unit_id`, `financial_rate_id`, `code`, `status`, `dhaka_mymensingh`, `chittagong_sylhet`, `rajshahi_rangpur`, `khulna_barishal`, `description`, `created_at`, `updated_at`) VALUES
(292, 24, 12, 13, 39, '3.11.07.5', '1', 939.95, 930.11, 895.21, 895.21, '<p>Cost of pile driving (Size-200mm to 250mmx250mm) depth 6m to 12m and above</p>', '2023-10-19 14:56:03', '2024-02-04 06:10:52'),
(293, 24, 12, 13, 39, '3.11.07.6', '1', 625.08, 618.52, 595.25, 595.25, '<p>Cost of pile driving (Size-250mm to 300mmx300mm) depth upto 6m</p>', '2023-10-19 14:57:27', '2024-02-04 06:10:52'),
(294, 24, 12, 13, 39, '3.11.07.7', '1', 1315.22, 1300.91, 1249.65, 1249.65, '<p>Cost of pile driving (Size-250mm to 300mmx300mm) depth 6m to 12m and above</p>', '2023-10-19 14:59:06', '2024-02-04 06:10:52'),
(295, 24, 12, 13, 39, '3.11.07.8', '1', 939.95, 930.11, 895.21, 895.21, '<p>Cost of pile driving (Size-300mm to 350mmx350mm) depth upto 6m</p>', '2023-10-19 15:00:05', '2024-02-04 06:10:52'),
(296, 24, 12, 13, 39, '3.11.07.9', '1', 1376.97, 1372.34, 1344.40, 1351.24, '<p>Cost of pile driving (Size-300mm to 350mmx350mm) depth 6m to 12m and above</p>', '2023-10-19 15:01:42', '2024-02-04 06:10:52'),
(297, 24, 12, 2, 39, '3.11.10', '1', 1376.97, 1372.34, 1344.40, 1351.24, '<p>WMCCBSS-20(PW): Providing and laying cast in place 12 BWG G.I. wire meshed Cement Concrete Blocks (1000mm X 1000mm X 100mm) at bridge approaches/road slopes with cement conforming to BDS EN 197-1:2003 CEM-II/A-M 42.5N, sand of minimum FM 1.5 and 25 mm down well graded shingles (LAA value not exceeding 35) to attain a minimum 28 days cylinder strength of 20MPa (suggested mix proporation 1:2:4), including grading, washings shingles, shuttering, mixing in satndard concrete mixture machine, casting with supplying and laying 75mm rhombus 12 BWG G.I. wire mesh for required size and length in CC Block, placing mesh in the middle of CC block as it should be, compacting concrete properly, curing for 28 days, including preparation of slopes by cutting or filling with ramming the filled up earth to the same profile as that of the finished slope level, etc. all complete in all respect as per approved drawing, specification and direction of the Engineer-in-charge. (Unit cost including all materials, shuttering, casting, curing for 28 days, and all other incidental charges, etc.) [Retail]</p>', '2023-10-19 15:03:13', '2024-02-04 06:10:52'),
(298, 24, 12, 2, 39, '3.11.11', '1', 1324.86, 1320.34, 1293.08, 1299.76, '<p>WMCCBSS-20(PW): Providing and laying cast in place 12 BWG G.I. wire meshed Cement Concrete Blocks (1000mm X 1000mm X 100mm) at bridge approaches/road slopes with cement conforming to BDS EN 197-1: 2003 CEM-II/A-M 42.5N, sand of minimum FM 1.5 and 25 mm down well graded shingles (LAA value not exceeding 35) to attain a minimum 28 days cylinder strength of 20MPa (suggested mix proporation 1:2:4), including grading, washings shingles, shuttering, mixing in satndard concrete mixture machine, casting with supplying and laying 75mm rhombus 12 BWG G.I. wire mesh for required size and length in CC Block, placing mesh in the middle of CC block as it should be, compacting concrete properly, curing for 28 days, including preparation of slopes by cutting or filling with ramming the filled up earth to the same profile as that of the finished slope level, etc. all complete in all respect as per approved drawing, specification and direction of the Engineer-in-charge. (Unit cost including all materials, shuttering, casting, curing for 28 days, and all other incidental charges, etc.) [Bulk]</p>', '2023-10-19 15:04:24', '2024-02-04 06:10:52'),
(299, 24, 12, 2, 39, '3.11.13', '1', 214.00, 212.00, 209.00, 209.00, '<p>Geo-Textile: Supplying and laying of a geo-textile filter between CC blocks and embankment slopes properly with non-woven needle punched type geo-textile filter of different grades, specification for effective erosion protection in hydraulic structures/river training works including local handling placing in position, providing machine seamed joints (with 100% polypropylene or nylon thread) or 35cm lap in dry condition or minimum 100cm lap under water including protecting the geo-textile material; from UV ray and from any other damages etc. all complete in all respect as per approved drawing, specification and direction of the Engineer-in-charge. (Geo-textile delivered at site should be clearly labeled with brand name and grade printed at regular intervals across the body of the fabric). Supply of 2 mm thick best quality geo-textile from approved manufacturer/origin and laying as per manufacturer\'s instructions approved and accepted by the Engineer-in-charge. Before commencement of laying of geo-textile, the contractor must submit the method statement for carrying out this work including sample with evidence of origin and compliance certificate from independent testing laboratory for approval. [PWD 02.8]</p>', '2023-10-19 15:05:23', '2024-02-04 06:10:52'),
(300, 24, 12, 13, 39, '3.11.15.1', '1', 3782.51, 3762.45, 3666.47, 3666.47, '<p><br>RCC(P+SP)-PW: Palisading work with Single pre-cast RCC (1:1.5:3) plate (1050mm X 600mm X 75mm) fitted with RCC (1:1.5:3) post of 150mm x 150mm, 2m long, 0.9m center to center to be driven 2/3rd of the total length (2m) of the post made of 20mm down graded brick chips. Pre-cast plate to be fitted with RCC post fixed necessary nuts and bolts at driving of post supplying all necessary nuts and bolts etc. all complete in all respect as per approved drawing enumerated in Appendix-6, specification and direction of the Engineer-in-charge. Measurement will be made on center to center distance of the post. [Retail]</p>', '2023-10-19 15:06:44', '2024-02-04 06:10:52'),
(301, 24, 12, 13, 39, '3.11.15.1.01', '1', 3525.18, 3507.68, 3411.41, 3411.41, '<p>RCC(P+SP)-PW: Palisading work with Single pre-cast RCC (1:1.5:3) plate (1050mm X 600mm X 75mm) fitted with RCC (1:1.5:3) post of 150mm x 150mm, 2m long, 0.9m center to center to be driven 2/3rd of the total length (2m) of the post made of 20mm down graded brick chips. Pre-cast plate to be fitted with RCC post fixed necessary nuts and bolts at driving of post supplying all necessary nuts and bolts etc. all complete in all respect as per approved drawing enumerated in Appendix-6, specification and direction of the Engineer-in-charge. Measurement will be made on center to center distance of the post. [Bulk]</p>', '2023-10-19 15:16:56', '2024-02-04 06:10:52'),
(302, 24, 12, 13, 39, '3.11.15.2', '1', 6114.62, 6087.52, 5945.05, 5945.05, '<p>RCC(P+DP)-PW: Palisading work with Double pre-cast RCC (1:1.5:3) plate (1050mm X 600mm X 75mm) fitted with RCC (1:1.5:3) post of 150mm x 150mm, 3m long, 0.9m center to center to be driven 2/3rd of the total length (3m) of the post made of 20mm down graded brick chips. Pre-cast plate to be fitted with RCC post fixed necessary nuts and bolts at driving of post supplying all necessary nuts and bolts etc..all complete in all respect as per approved drawing (Road Design Standards, Plate UPR-UNR-EM1-2- 1)/enumerated&nbsp;in Appendix-6, specification and direction of the Engineer-in-charge. Measurement will be made on center to center distance of the post. [Retail]</p>', '2023-10-19 15:18:30', '2024-02-04 06:10:52'),
(303, 24, 12, 13, 39, '3.11.15.2.01', '1', 5662.93, 5640.10, 5497.79, 5497.79, '<p>RCC(P+DP)-PW: Palisading work with Double pre-cast RCC (1:1.5:3) plate (1050mm X 600mm X 75mm) fitted with RCC (1:1.5:3) post of 150mm x 150mm, 3m long, 0.9m center to center to be driven 2/3rd of the total length (3m) of the post made of 20mm down graded brick chips. Pre-cast plate to be fitted with RCC post fixed necessary nuts and bolts at driving of post supplying all necessary nuts and bolts etc.. all complete in all respect as per approved drawing (Road Design Standards, Plate UPR-UNR-EM1-2- 1)/enumerated&nbsp;in Appendix-6, specification and direction of the Engineer-in-charge. Measurement will be made on center to center distance of the post. [Bulk]</p>', '2023-10-19 15:20:06', '2024-02-04 06:10:52'),
(304, 24, 12, 13, 39, '3.11.16.1', '1', 912.66, 896.71, 834.44, 834.44, '<p>ReSP-PW: Labour charge for Re-setting of existing distorted/collapsed RCC single plate palisading work including pulling out of distorted/collapsed existing RCC post (150mmX150mm, 3m long, 0.9m c/c) and re-driven the post 2/3rd (minimum) of its total length by suitable monkey/drop hammer. Existing RCC plate to be fitted with necessary nuts &amp; bolts at appropriate location of driven RCC post, including supplying required nuts and bolts etc. all complete in all respect as per approved drawing, specification and direction of the Engineer-in-charge.</p>', '2023-10-19 15:21:01', '2024-02-04 06:10:52'),
(305, 24, 12, 13, 39, '3.11.16.2', '1', 1517.71, 1487.65, 1388.87, 1388.87, '<p>ReDP-PW: Labour charge for Re-setting of existing distorted/collapsed RCC Double plate palisading work including pulling out of distorted/collapsed existing RCC post (150mmX150mm, 3m long, 0.9m c/c) and re-driven the post 2/3rd (minimum) of its total length by suitable monkey/drop hammer. Existing RCC plate to be fitted with necessary nuts &amp; bolts at appropriate location of driven RCC post including supplying required nuts and bolts etc. all complete in all respect as per approved drawing, specification and direction of the Engineer-in-charge.</p>', '2023-10-19 15:25:23', '2024-02-04 06:10:52'),
(306, 24, 12, 13, 39, '3.11.17', '1', 90.00, 90.00, 81.00, 81.00, '<p>BP(Ø75mm): Supplying of straight and strong borrak bamboo posts of having minimum 75 mm diameter althrough and driving the same vertically in the ground up to required depth by any means shaping the top of the post, all complete and accepted by the Engineer-in- charge. [PWD 02.3]</p>', '2023-10-19 15:26:50', '2024-02-04 06:10:52'),
(307, 24, 12, 2, 39, '3.11.19.1', '1', 613.00, 608.00, 583.00, 583.00, '<p>BDS-PW: Palisading work by supplying of bitumen drum sheet walling tied with 20 BWG G.I. wire fixing the same with already driven borrak bamboo posts with half split borrak bamboo runners @ 450mm c/c horizontally with iron nails, G.I wire etc. all complete and accepted by the Engineer-in-charge. (Rate is excluding the cost of bamboo post). [PWD 02.5]</p>', '2023-10-19 15:27:39', '2024-02-04 06:10:52'),
(308, 24, 12, 2, 39, '3.11.20', '1', 2137.82, 2124.28, 2055.95, 2055.95, '<p>GBW(1:8)-PW: Providing single layer gunny bag barrier/wall for toe protection with cement (conforming to BDS EN 197-1: 2003 СЕМ- II/A-M 42.5N) and sand (FM-1.00) mortar 1:8 filled gunny bags [minimum size L: 650mmX W:400mmX H:175mm], including washing of sand, mixing in standard mixture machine, filled &amp; tamping the bags in place, stitching bags by hand sewing machine, curing by sprinkling water over the bags, including preparation of trenches (bed) by cutting or filling with ramming the filled up earth to the same profile as that of the finished toe level, placing the filled gunny bags along the toe line by avoiding vertical joints, etc. all complete in all respect as per approved drawing, specification and direction of the Engineer-in-charge. Rate is inclusive of cost of all materials, labour and all incidental charges in this connection.<br>&nbsp;</p>', '2023-10-19 15:28:57', '2024-02-04 06:10:52'),
(309, 24, 12, 2, 39, '3.11.21', '1', 1281.61, 1273.08, 1230.91, 1230.91, '<p>GB(1:8)-SPW: Providing single layer gunny bag on slope of embankment for slope protection with cement (conforming to BDS EN 197-1: 2003 CEM-II/A-M 42.5N) and sand (FM-1.00) mortar 1:8 filled gunny bags [minimum size L: 650mmX W:400mmX H:175mm], including washing of sand, mixing in standard mixture machine, filled &amp; tamping the bags in place, stitching bags by hand sewing machine, curing by sprinkling water over the bags, including preparation of slope (bed) by cutting or filling with ramming the filled up earth to the same profile as that of the finished slope level, placing the filled gunny bags along the slope by minimum 40% overlapping to the successive previous layer and avoiding vertical joints, etc. all complete in all respect as per approved drawing, specification and direction of the Engineer-in-charge. Rate is inclusive of cost of all materials, labour and all incidental charges in this connection.</p>', '2023-10-19 15:30:17', '2024-02-04 06:10:52'),
(310, 24, 12, 4, 39, '3.11.22.01', '1', 245.68, 244.84, 241.92, 241.92, '<p>Geo-Textile Bag: Empty Size: 800mm x 650mm, Fill Volumn: 0.0520 cum &amp; Weight: 80 Kg, [Geo-Textile Grade: Grade-III-DF-40-2.3mm thick]</p>', '2023-10-19 15:31:17', '2024-02-04 06:10:52'),
(311, 24, 12, 4, 39, '3.11.22.02', '1', 294.30, 293.40, 289.84, 289.84, '<p>Geo-Textile Bag: Empty Bag Size: 900mm x 700mm, Fill Volumn: 0.0730 cum &amp; Weight: 110 Kg, [Geo-Textile Grade: Grade-III-DF-40- 2.3mm thick]</p>', '2023-10-19 15:32:18', '2024-02-04 06:10:52'),
(312, 24, 12, 4, 39, '3.11.22.03', '1', 330.86, 329.83, 325.74, 325.74, '<p>Geo-Textile Bag: Empty Bag Size: 950mm x 750mm, Fill Volumn: 0.0840 cum &amp; Weight: 125 Kg, [Geo-Textile Grade: Grade-III-DF-40- 2.3mm thick]</p>', '2023-10-19 15:33:23', '2024-02-04 06:10:52'),
(313, 24, 12, 4, 39, '3.11.22.04', '1', 411.67, 410.51, 405.86, 405.86, '<p>Geo-Textile Bag: Empty Bag Size: 1075mm x 850mm, Fill Volumn: 0.1164 cum &amp; Weight: 175 Kg, [Geo-Textile Grade: Grade-V-DF-60- 3.0mm thick]</p>', '2023-10-19 15:34:14', '2024-02-04 06:10:52'),
(314, 24, 12, 4, 39, '3.11.22.05', '1', 426.85, 425.56, 420.39, 420.39, '<p>Geo-Textile Bag: Empty Bag Size: 1100mm x 850mm, Fill Volumn: 0.1333 cum &amp; Weight: 200 Kg, [Geo-Textile Grade: Grade-V-DF-60- 3.0mm thick]</p>', '2023-10-19 15:35:10', '2024-02-04 06:10:52'),
(315, 24, 12, 4, 39, '3.11.22.06', '1', 584.71, 583.29, 577.61, 577.61, '<p>Geo-Textile Bag: Empty Bag Size: 1300mm x 1050mm, Fill Volumn: 0.1664 cum &amp; Weight: 250 Kg, [Geo-Textile Grade: Grade-V-DF-60- 3.0mm thick]</p>', '2023-10-19 15:36:28', '2024-02-04 06:10:52'),
(316, 24, 12, 4, 39, '3.11.23', '1', 71.00, 69.90, 65.94, 65.94, '<p>DSFPB: Supplying and Dumping of soil filled Plastic bags at the specified locations bridge approaches/damaged slope areas properly (Each bag shall be 50kg Capacity minimum), including supplying of plastic bags, filling with suitable soil and stitching bags by hand sewing machine properly with plastic thread and dumping the same in position etc. all complete in all respect as per approved drawing, specification and direction of the Engineer-in-charge. (Unit cost including Plastic Bags, Stitching of bags, Filled with suitable soil, Dumping at specified locations and all other incidental charges, etc.)</p>', '2023-10-19 15:37:21', '2024-02-04 06:10:52'),
(317, 24, 12, 2, 39, '3.11.24.01', '1', 245.83, 245.29, 243.80, 243.80, '<p>JGT_RBP-1: Applicable for mild to moderate River River Bank Protection work. This type of treated JGT shall have the following requirements. Ends x Picks /dm&nbsp;≥ 85 x 32, Width (m) ≥ 1, Mass per unit area (gsm) = 627 ± 15%, Thickness under 2 kPa pressure (mm)=2.0 ± 20%, AOS (095) (µm) ≤ 150, Vertical Permeability (m/sec) ≥ 1.0 x10-3, Horizontal Permeability (m/sec) ≥ 6.0 x10-3, Grab Tensile Strength (N)MD x CD ≥ 950 x 230, Grab Tensile Elongation (%) MD x CD ≤ &nbsp;35 x 45, CBR Puncture Resistance (N) ≥ 2500, Wide Width Tensile Strength (KN/m) MD x CD ≥ 20 x 10, Wide Width Elongation (%) MD x CD ≤ &nbsp;12 x 10.</p>', '2023-10-19 15:38:25', '2024-02-04 06:10:52'),
(318, 24, 12, 2, 39, '3.11.25.01', '1', 69.45, 68.91, 67.42, 67.42, '<p>JGT_HSM-1: Applicable for Moderate slope (≤35 degree) &amp; annual rainfall ≤ 2000mm. This type of JGT shall have the following requirements.&nbsp;<br>Ends x Picks /dm&nbsp;≥ 6.5 x 4.5, Width (m) = 1.22, Mass per unit area (gsm)=500 ± 10%, Thickness under 2 kPa pressure (mm)=4.5 ± 10%, Water Holding Capacity (% by weight) ≥ 400, Wide Width Tensile Strength (kN/m) MD x CD ≥ 6.5 × 6.0, Wide Width Elongation (%) MD x CD ≤ 14.0 x 14.0.</p>', '2023-10-19 15:39:51', '2024-02-04 06:10:52'),
(319, 24, 12, 2, 39, '3.11.25.02', '1', 74.26, 73.72, 72.23, 72.23, '<p>JGT_HSM-2: Applicable for Moderate slope (≤35 degree) &amp; annual rainfall ≥ 2000mm and steep stope (&gt;35 degree l0\\le45 degree) &amp; annual rainfall ≤ 2000mm. This type of JGT shall have the following requirements.<br>Ends x Picks /dm&nbsp;≥ 8 x 7, Width (m) = 1.22, Mass per unit area (gsm) =600 ± 10%, Thickness under 2 kPa pressure (mm)=5.5 ± 10%, Water Holding Capacity (% by weight) ≥ 400, Wide Width Tensile Strength (kN/m) MD x CD ≥ 12.0 x 6.0 Wide Width Elongation (%) MD x CD ≤ 14.0 x 14.0.</p>', '2023-10-19 15:40:52', '2024-02-04 06:10:52'),
(320, 24, 12, 2, 39, '3.11.25.03', '1', 79.07, 78.53, 77.04, 77.04, '<p>JGT_HSM-3: Applicable for steep stope (&gt;35 degree to ≤ 45 degree) &amp; annual rainfall &gt; 2000mm. This type of JGT shall have the following requirements.<br>Ends x Picks /dm&nbsp;≥ 8 x 8, Width (m) = 1.22, Mass per unit area (gsm) = 700±10%, Thickness under 2 kPa pressure (mm)=5.5 ± 10% , Water Holding Capacity (% by weight) ≥ 400, Wide Width Tensile Strength (kN/m) MD x CD ≥ 14.0 x 7.0, Wide Width Elongation (%) MD x CD ≤ 14.0 x 14.0.</p>', '2023-10-19 15:41:56', '2024-02-04 06:10:52'),
(321, 24, 12, 2, 39, '3.11.26.01', '1', 181.69, 181.15, 179.67, 179.67, '<p>JGT RRC-1: Applicable for Strengthening subgrade of Village Roads. This type of JGT shall have the following requirements. Ends x Picks /dm&nbsp;≥ 85 x 32, Width (m) ≥ 1, Mass per unit area (gsm) =627 ± 10% Thickness under 2 kPa pressure (mm) = 2.0 ± 10%, AOS (095) (µm) ≤ 450, Vertical Permeability (m/sec) ≥ 3.0 x 10-3 Horizontal Permeability (m/sec) ≥ 7.0 x10-3, Grab Tensile Strength ( N)MD x CD ≥ 850 x 200, Grab Tensile Elongation (% )MD x CL ≤ 30 x 35, CBR Puncture Resistance (N) ≥ 2000, Wide Width Tensile Strength (kN/m) MD x CD ≥ 20 x10, Wide Width Elongation (%) MD x CD ≤ 12 x 10.</p>', '2023-10-19 15:43:22', '2024-02-04 06:10:52'),
(322, 24, 12, 2, 39, '3.11.26.02', '1', 210.55, 210.01, 208.53, 208.53, '<p>JGT_RRC-2: Applicable for Strengthening subgrade of Union or Higher Roads. This type of JGT shall have the following requirements.<br>Ends x Picks /dm&nbsp;≥ 94 x 39, Width (m) ≥ 1, Mass per unit area (gsm) =724 ± 10% Thickness under 2 kPa pressure (mm) =2.0 ± 10% AOS (095) (µm) ≤ &nbsp;300, Vertical Permeability (m/sec) ≥ 2.0 x 10-3, Horizontal Permeability (m/sec) ≥ 6.0 x 10-3, Grab Tensile Strength (N) MD x CD ≥ 925 x 425, Grab Tensile Elongation (%) MD x CD ≤ 35 x 40, CBR Puncture Resistance (N) ≥ 2150, Wide Width Tensile Strength (kN/m) MD x CD ≥ 25 x 10, Wide Width Elongation (%) MD x CD ≤ 15 x 12.</p>', '2023-10-19 15:44:30', '2024-02-04 06:10:52'),
(323, 24, 12, 13, 39, '3.11.27.01', '1', 5280.37, 5279.92, 5278.11, 5278.11, '<p>200mm internal diameter and 6mm wall thickness</p>', '2023-10-19 16:02:32', '2024-02-04 06:10:52'),
(324, 24, 12, 7, 39, '3.11.28.01', '1', 405.22, 404.79, 394.90, 397.33, '<p>Size 400mmX400mmX200mm</p>', '2023-10-19 16:04:00', '2024-02-04 06:10:52'),
(325, 24, 12, 7, 39, '3.11.28.02', '1', 304.14, 303.81, 296.40, 298.23, '<p>Size 400mmX400mmX150mm</p>', '2023-10-19 16:05:06', '2024-02-04 06:10:52'),
(326, 24, 12, 7, 39, '3.11.28.03', '1', 202.55, 202.33, 197.39, 198.61, '<p>Size 400mmX400mmX100mm</p>', '2023-10-19 16:06:18', '2024-02-04 06:10:52'),
(327, 24, 12, 7, 39, '3.11.28.04', '1', 227.83, 227.59, 222.03, 223.40, '<p>Size 300mmX300mmX200mm</p>', '2023-10-19 16:07:23', '2024-02-04 06:10:52'),
(328, 24, 12, 7, 39, '3.11.28.05', '1', 171.29, 171.11, 166.93, 167.96, '<p>Size 300mmX300mmX150mm</p>', '2023-10-19 16:08:25', '2024-02-04 06:10:52'),
(329, 24, 12, 7, 39, '3.11.28.06', '1', 113.86, 113.74, 110.96, 111.65, '<p>Size 300mmX300mmX100mm</p>', '2023-10-19 16:09:27', '2024-02-04 06:10:52'),
(330, 24, 12, 20, 39, '3.11.28.07', '1', 12666.67, 12653.14, 12344.15, 12420.31, '<p>Cast-in-Situ Blocks of required sizes as per drawing</p>', '2023-10-19 16:10:46', '2024-02-04 06:10:52'),
(331, 24, 12, 7, 39, '3.11.29.01', '1', 410.15, 409.67, 399.58, 402.04, '<p>Size 400mmX400mmX200mm; hole diameter = 100mm</p>', '2023-10-19 16:12:07', '2024-02-04 06:10:52'),
(332, 24, 12, 7, 39, '3.11.29.02', '1', 308.01, 307.65, 300.08, 301.92, '<p>Size 400mmX400mmX150mm; hole diameter = 100mm</p>', '2023-10-19 16:13:17', '2024-02-04 06:10:52'),
(333, 24, 12, 7, 39, '3.11.29.03', '1', 204.76, 204.52, 199.49, 200.71, '<p>Size 400mmX400mmX100mm; hole diameter = 100mm</p>', '2023-10-19 16:14:15', '2024-02-04 06:10:52'),
(334, 24, 12, 20, 39, '3.11.29.04', '1', 13374.54, 13358.90, 13030.00, 13110.02, '<p>Cast-in-Situ Blocks of required sizes as per drawing</p>', '2023-10-19 16:15:46', '2024-02-04 06:10:52'),
(335, 24, 12, 2, 39, '3.11.30.01', '1', 1553.86, 1552.05, 1516.42, 1524.97, '<p>Thickness 100mm</p>', '2023-10-19 16:16:51', '2024-02-04 06:10:52'),
(336, 24, 12, 2, 39, '3.11.30.02', '1', 1910.33, 1908.10, 1864.29, 1874.81, '<p>Thickness 125mm</p>', '2023-10-19 16:17:47', '2024-02-04 06:10:52'),
(337, 24, 12, 2, 39, '3.11.30.03', '1', 2233.77, 2231.16, 2179.94, 2192.24, '<p>Thickness 150mm</p>', '2023-10-19 16:19:13', '2024-02-04 06:10:52'),
(338, 24, 12, 20, 39, '3.11.30.04', '1', 14892.99, 14875.61, 14534.12, 14616.10, '<p>Suitable size &amp; interlocking arrangement</p>', '2023-10-19 16:20:26', '2024-02-04 06:10:52'),
(339, 24, 12, 20, 39, '3.11.31', '1', 11541.46, 11436.51, 11298.57, 11278.72, '<p>ICC Block-20MPa (PW): Manufacturing and supplying of Interlocking Cement Concrete (ICC) Blocks (Factory made) with necessary interlocking arrangement as per design of suitable size &amp; arrangement with Portland Composite Cement (CEM-II/AM 42.5N), sand (F.M&gt; 1.2) and Sylhet Sand (F.M&gt;2.5) to attain a minimum 28 days cylinder strength of 20.00 Mpa (suggested mix 1:1.5:2), including grading, washing, mixing, laying in forms, consolidating. curing for at least 28 days, including preparation of platform, shuttering and staking in measurable stacks, cost of all materials, labor, equipment and machinery, work at all leads and lifts, loading &amp; unloading, transportation and all other incidental charges etc. all complete as per drawing, specification &amp; direction of the E-I-C. Steel frame to be used for performing job. (Payment should be made after setting the blocks at site properly). (Suitable size &amp; interlocking arrangement) [Retail]</p>', '2023-10-19 16:21:39', '2024-02-04 06:10:52'),
(340, 24, 12, 20, 39, '3.11.31.01', '1', 9747.20, 9655.93, 9535.99, 9518.72, '<p>ICC Block-20MPa (PW): Manufacturing and supplying of Interlocking Cement Concrete (ICC) Blocks (Factory made) with necessary interlocking arrangement as per design of suitable size &amp; arrangement with Portland Composite Cement (CEM-II/AM 42.5N), sand (F.M&gt; 1.2) and Sylhet Sand (F.M&gt;2.5) to attain a minimum 28 days cylinder strength of 20.00 Mpa (suggested mix 1:1.5:2), including grading, washing, mixing, laying in forms, consolidating, curing for at least 28 days, including preparation of platform, shuttering and staking in measurable stacks, cost of all materials, labor, equipment and machinery, work at all leads and lifts, loading &amp; unloading, transportation and all other incidental charges etc. all complete as per drawing, specification &amp; direction of the E-I-C. Steel frame to be used for performing job. (Payment should be made after setting the blocks at site properly).<br>(Suitable size &amp; interlocking arrangement ) [Bulk]</p>', '2023-10-19 16:22:51', '2024-02-04 06:10:52'),
(341, 24, 12, 13, 39, '3.11.32', '1', 18048.16, 18021.73, 17307.00, 17429.04, '<p>RCC(TW-600): Construction and Installation in position RCC toe wall as per standard drawing enumerated in Appendix-6 (type design for protective work) with 3.5m long 200mmX200mm RCC Pre-cast Post, 300mmX500mm Capping Beam and 600mm RCC wall having thickness 150mm using 20mm down graded crushed stone chips (LAA value not exceeding 30), sand (minimum FM 2.5) and cement conforming to BDS EN 197-1: 2003 CEM-II/A-M 42.5N to attain a minimum 28 days cylinder crushing compressive strength 25.00 Mpa (mixing ratio 1:1.5:3 &amp; maximum water cement ratio 0.4) as per standard practice of code AASHTO/ASTM including supplying, fabricating and binding of 400/420 Grade MS deformed bar of required size, length and spacing, excavating minimum 600mm depth foundation trenches for capping beam and laying one layer polythene sheet, casting 75mm thick cement concrete (1:3:6) below the capping beam. Pre-cast Post must be driven by suitable monkey/drop hammer in full length of the post @ 1.0 meter c/c into the ground laying on proper alignment as per design, breaking head (400mm length) of all post carefully, scrapping and removing concrete from Steel/MS rod including all types of form work etc by means approved designed all complete in all respect as per approved drawing, specification and direction of the Engineer-in- charge. (Unit cost includes all casting work, reinforcement, its fabrication, shuttering, curing for 28 days, driving of the post, pile shoe, lab testing charges as per design, and all other incidental charges, etc.)</p>', '2023-10-19 16:24:17', '2024-02-04 06:10:52'),
(342, 24, 12, 13, 39, '3.11.33.01', '1', 9371.63, 9352.48, 9013.89, 9045.85, '<p>with capping beam</p>', '2023-10-19 16:25:42', '2024-02-04 06:10:52'),
(343, 24, 12, 13, 39, '3.11.33.02', '1', 8259.35, 8238.88, 7938.86, 7962.08, '<p>without capping beam</p>', '2023-10-21 13:16:05', '2024-02-04 06:10:52'),
(344, 24, 12, 2, 39, '33.11.34', '1', 315.00, 313.00, 297.00, 297.00, '<p>Minimum 12 mm thick cement sand (F.M. 1.2) plaster (1:4) with fresh cement to both inner-and outer surface of wall, finishing the corner and edges including washing of sand, cleaning the surface, curing at least for 7 days, cost of water, electricity, scaffolding and other charges etc. all complete in all respect as per drawing and accepted by the Engineer-in-charge. (Cement: CEM-II/B-M). [PWD 15.1.1]</p>', '2023-10-21 13:17:11', '2024-02-04 06:10:52'),
(345, 24, 12, 2, 39, '3.11.34.1', '1', 319.36, 318.15, 305.66, 305.66, '<p>Minimum 12 mm thick cement sand (F.M. 1.2) plaster (1:4) with fresh cement to both inner-and outer surface of wall, finishing the corner and edges including washing of sand, cleaning the surface, curing at least for 7 days, cost of water, electricity, scaffolding and other charges etc. all complete in all respect as per drawing and accepted by the Engineer-in-charge. (Cement: CEM-II/B-M). [Retail]</p>', '2023-10-21 13:19:02', '2024-02-04 06:10:52'),
(346, 24, 12, 13, 39, '3.11.35.01', '1', 3240.65, 3240.65, 3240.65, 3240.65, '<p>HDPE pipe of 200 mm outside dia with wall thickness 7.7 mm - 8.6 mm</p>', '2023-10-21 13:20:29', '2024-02-04 06:10:52'),
(347, 24, 13, 7, 39, '3.12.01.1', '1', 3998.21, 3980.51, 3844.66, 3844.02, '<p>kmPost: Providing, fitting and fixing rectangular Kilometer Post as per standard drawing enumerated in Appendix-6 (type design for Kilometer post) with Reinforced Cement Concrete (1:2:4) Plate with 20mm down well graded brick chips in correct position true to line and level, including cost of providing 4 nos. of 12mm dia M.S. rods in vertical direction of length 1085mm and 7nos. Of 10mm dia M.S. rods in horizontal direction of length 520mm, RCC Plate firmly fixed to the ground by means properly designed foundation as per approved drawing with 1st class bricks work in cement mortar (1:4), filling the interstices tightly with mortar, raking out joints, cleaning and soaking bricks at least for 24 hours before use, washing of sand, including 6mm thick plaster (1:4) in all exposed portion, curing for requisite period, with two coat of painting on the exposed portion of the post with best quality synthetic enamel paint of approved brand of different shades over a coat of priming, including carriage of the post to the site with loading &amp; unloading and printing of letters and numbers, etc. all complete in all respect as per approved drawing, specification and direction of the Engineer-in-charge. Rate is inclusive of cost of all materials, labour and all incidental charges in this connection.</p>', '2023-10-21 13:22:11', '2024-02-04 06:10:52'),
(348, 24, 13, 7, 39, '3.12.01.2', '1', 7570.09, 7537.04, 7274.69, 7273.50, '<p>RNPlate: Providing, fitting and fixing rectangular Road Name Plate as per standard drawing enumerated in Appendix-6 (type design for Road Name Plate) with Reinforced Cement Concrete (1:2:4) Plate with 20mm down well graded brick chips in correct position true to line and level, including cost of providing 7 nos. of 12mm dia M.S. rods in vertical direction of length 1125mm and 8nos. Of 10mm dia M.S. rods in horizontal direction of length 970mm, RCC Plate firmly fixed to the ground by means properly designed foundation as per approved drawing with 1st class bricks work in cement mortar (1:4), filling the interstices tightly with mortar, raking out joints, cleaning and soaking bricks at least for 24 hours before use, washing of sand, including 6mm thick plaster (1:4) in all exposed portion, curing for requisite period, with two coat of painting on the exposed portion of the post with best quality synthetic enamel paint of approved brand of different shades over a coat of priming, including carriage of the post to the site with loading &amp; unloading and printing of letters and numbers, etc. all complete in all respect as per approved drawing. specification and direction of the Engineer-in-charge. Rate is inclusive of cost of all materials, labour and all incidental charges in this connection.</p>', '2023-10-21 13:23:35', '2024-02-04 06:10:52'),
(349, 24, 13, 7, 39, '3.12.02', '1', 1859.96, 1852.97, 1820.01, 1819.28, '<p>RCC-Gpost: Prroviding, fitting and fixing 200mm dia round RCC Guide Post 1.70m long as per standard drawing enumerated in Appendix-6 (type design for Guide Post) with Reinforced Cement Concrete (1:2:4) with 20mm down well graded brick chips casting, curing for requisite period, including cost of providing 4nos.of 12mm dia. Rod of length 1.65m as main reinforcement and 12 nos, of round shaped 8mm dia rods used as binders; including two coats of painting with best quality synthetic enamel paint over a prime coat of approved brand of different colour and grade to form 6 nos. horizontal alternate bands in white/yellow and red to 90 cm length standing up above ground, making hole in ground of 800mm depth and 300m minimum dia, fixing the guard posts in the same holes and repacking the earth properly so as to keep the guard posts standing properly erect in correct position true to line and length including carriage of RCC Guide Post with due care to the site including loading into the truck and unloading at site complete in all respect as per approved drawing, specification and direction of the Engineer-in- charge. Rate is inclusive of cost of all materials, labour and all incidental charges in this connection.</p>', '2023-10-21 13:24:43', '2024-02-04 06:10:52'),
(350, 24, 13, 2, 39, '3.12.03', '1', 3772.18, 3761.13, 3696.71, 3996.71, '<p><br>RS-Plate: Supplying, fitting and fixing of Road Sign plates (Precautionary/Mandatory/Informative/Direction) made of 18 BWG M.S.<br>sheet of equilateral triangle/Circular/Rectangular plates of different sizes<br>as per standard drawing enumerated in Appendix-6 fitted with MS triangular/Rectangular frame of same size as plates by point welding RS-Plate: Supplying, fitting, and fixing of Road Sign plates(Precautionary/Mandatory/Informative/Direction) made of 18 BWG M.S.sheet of equilateral triangle/Circular/Rectangular plates of different sizes as per standard drawing enumerated in Appendix-6 fitted with MStriangular/Rectangular frame of the same size as plates by point welding (frames made by thorough welding of 25mmX25mmX3mm MS angle covering all sides of the plates and maximum 150mm center to center in the middle of frames in each vertical &amp; horizontal directions), Plates are fitted with 50mm dia &amp; 2.90mm thick Gl pipes by continuous welding, including cutting of MS angle touched with Gl pipe and 200mm long 4 nos. 12mm dia anchor bars be fitted at the lower part of the MS pipes by welding, making finishing, grinding and carrying to the working sites, etc. all complete in all respect as per design, specification and direction of the Engineer-in-charge. (Rate excludes the material cost of 50mm dia MS pipes &amp; 4 nos, 12mm dia anchor bar</p>', '2023-10-21 13:26:50', '2024-02-04 06:10:52'),
(351, 24, 13, 7, 39, '3.12.04.1', '1', 6600.47, 6584.87, 6468.44, 6468.44, '<p>600mm equilateral triangle with 671mm X 202mm supplementary Plate (For Precautionary Sign)</p>', '2023-10-21 13:28:50', '2024-02-04 06:10:52'),
(352, 24, 13, 7, 39, '3.12.04.2', '1', 6917.33, 6900.72, 6777.81, 6777.81, '<p>600mm circular with 600mm X 202mm supplementary Plate (For Compulsory Sign)</p>', '2023-10-21 13:30:28', '2024-02-04 06:10:52'),
(353, 24, 13, 7, 39, '3.12.04.3', '1', 6409.81, 6394.70, 6281.50, 6281.50, '<p>435mm X 500mm Square with 435mm X 202mm supplementary Plate (For Informative Sign)</p>', '2023-10-21 13:33:07', '2024-02-04 06:10:52'),
(354, 24, 13, 7, 39, '3.12.04.4', '1', 6607.12, 6590.90, 6470.73, 6470.73, '<p>810mm X 480mm Rectangular (For Informative Sign)<br>&nbsp;</p>', '2023-10-21 13:34:49', '2024-02-04 06:10:52'),
(355, 24, 13, 7, 39, '3.12.04.5', '1', 5743.36, 5731.78, 5648.13, 5648.13, '<p>600mm X 605mm Rectangular (For Chevron Sign)</p>', '2023-10-21 13:36:10', '2024-02-04 06:10:52'),
(356, 24, 13, 2, 39, '3.12.05.1', '1', 225.20, 223.98, 213.02, 213.02, '<p>Two coats over a prime coat for new concrete surface.</p>', '2023-10-21 14:10:24', '2024-02-04 06:10:52'),
(357, 24, 13, 2, 39, '3.12.05.2', '1', 133.57, 132.87, 126.61, 126.61, '<p>Two coats for old concrete surface and steel surface.</p>', '2023-10-21 14:11:45', '2024-02-04 06:10:52'),
(358, 24, 13, 2, 39, '3.12.06', '1', 333.44, 332.11, 314.54, 314.54, '<p>Painting and writing on kilometer post, road name plate, traffic signs, etc. in two coats with best quality synthetic enamel paint of approved make and brand of different shades, applying one vertical and one horizontal coat for each coat and successive coat is to be applied after drying up of previous coat by brush/roller/spray with cleaning and washing the surface, rubbing and mending good damages as necessary and necessary scaffolding, including printing new letter and figures of any shade with synthetic enamel paint black or any other approved colour to give an even shade etc. all complete in all respect as direction of the Engineer-in-charge. Rate is inclusive of cost of all materials, labour and all incidental charges in this connection.</p>', '2023-10-21 14:12:47', '2024-02-04 06:10:52'),
(359, 24, 13, 2, 39, '3.12.07.1', '1', 404.76, 404.12, 398.32, 398.32, '<p>Two coats for new surface</p>', '2023-10-21 14:13:46', '2024-02-04 06:10:52'),
(360, 24, 13, 2, 39, '3.12.07.2', '1', 329.94, 329.38, 324.30, 324.30, '<p>Two coats on old surface</p>', '2023-10-21 14:14:43', '2024-02-04 06:10:52'),
(361, 24, 13, 2, 39, '3.12.08.01', '1', 1086.20, 1083.40, 1073.93, 1073.93, '<p>RMP(By-TPC): Providing and applying road markings of center line and stop line etc. with 5mm to 7mm thick hot applied thermoplastic compound including reflectorising glass beads @ 250mgs per sqm area by special applicator machine on road/plain surface, including cleaning the surface of all dirt, oils, grease, dust and other contaminants, demarcation at site and traffic control involved, the finished surface to be level, uniform and free from streaks and holes, etc. all complete in all respect as direction of the Engineer-in-charge. Rate is inclusive of cost of all materials, labour machinery, lighting, guarding, maintenance of diversion and all incidental charges in this connection.</p>', '2023-10-21 14:15:56', '2024-02-04 06:10:52'),
(362, 24, 13, 2, 39, '3.12.08.02', '1', 963.65, 960.54, 951.07, 951.07, '<p>RMP(By-TPC): Providing and applying road markings of center line and stop line etc. With minimum 5 to 6 mm thick hot applied white/yellow thermoplastic compound (The materials shall comply with BS3262:1987\' Specification for Hot-applied Thermoplastic Road Marking Materials\') by special applicator machine on road/plain surface, including cleaning the surface of all dirt, oils, grease, dust and other contaminants, demarcation at site and traffic control involved, the finished surface to be level, uniform and free from streaks and holes, etc. all complete in all respect as direction of the Engineer-in-charge. Rate is inclusive of cost of all materials, labour machinery, lighting, guarding, maintenance of diversion and all incidental charges in this connection.</p>', '2023-10-21 14:17:11', '2024-02-04 06:10:52'),
(363, 24, 13, 2, 39, '3.12.10', '1', 3076.77, 3074.93, 3070.64, 3070.64, '<p>RRSheeting: Supplying and fixing retro-reflectorised reflective sheeting on cautionary, mandatory and informatory traffic signs with honey comb retro-reflectorised (encapsulated lens type) reflective sheet of approved brand of different colour, including cleaning and washing the surface and necessary scaffolding, etc. including carriage of sheet to the site and fixing, etc. all complete in all respect as per approved drawing, specification and direction of the Engineer- in-charge. Rate is inclusive of cost of all materials, labour and all incidental charges in this connection.</p>', '2023-10-21 14:18:44', '2024-02-04 06:10:52'),
(364, 24, 13, 2, 39, '3.12.11', '1', 662.15, 664.85, 648.28, 648.28, '<p>AR-Paint: Supplying &amp; providing flexible and acrylic type reflectorized traffic painting/ coating on rail post, rail bar, wheel guard, Guide Post, Pier column etc. Including cleaning the surface of all dirt, oils, grease, dust and other contaminants, demarcation at site and traffic control involved. The finished surface to be level, uniform and free from streaks and holes, etc. all complete in all respect as direction of the Engineer-in-charge. Rate is inclusive of cost of all materials, labour machinery, lighting, guarding and all incidental charges in this connection.</p>', '2023-10-21 14:19:48', '2024-02-04 06:10:52'),
(365, 27, 14, 20, 39, '4.01.01.01.01', '1', 2566.45, 2527.28, 2365.46, 2365.46, '<p>Case I: By Manual Means</p>', '2023-10-21 14:23:27', '2024-02-04 06:10:52'),
(366, 27, 14, 20, 39, '4.01.01.01.02', '1', 3849.67, 3790.92, 3548.19, 3548.19, '<p>Case II: By Manual Means submersed in water</p>', '2023-10-21 14:24:57', '2024-02-04 06:10:52'),
(367, 27, 14, 20, 39, '4.01.01.01.03', '1', 2737.55, 2720.33, 2675.19, 2675.19, '<p>Case III: By Mechanical Means</p>', '2023-10-21 14:26:18', '2024-02-04 06:10:52'),
(368, 27, 14, 20, 39, '4.01.01.01.04', '1', 4106.32, 4080.50, 4012.78, 4012.78, '<p>Case IV: By Mechanical Means submersed in water</p>', '2023-10-21 14:27:47', '2024-02-04 06:10:52'),
(369, 27, 14, 20, 39, '4.01.01.02.01', '1', 1048.74, 1034.33, 981.74, 981.74, '<p>Case I: By Manual Means<br>&nbsp;</p>', '2023-10-21 14:28:56', '2024-02-04 06:10:52'),
(370, 27, 14, 20, 39, '4.01.01.02.02', '1', 1573.11, 1552.24, 1472.62, 1472.62, '<p>Case II: By Manual Means submersed in water<br>&nbsp;</p>', '2023-10-21 14:30:02', '2024-02-04 06:10:52'),
(371, 27, 14, 20, 39, '4.01.01.02.03', '1', 1601.00, 1592.86, 1574.20, 1574.20, '<p>Case III: By Mechanical Means<br>&nbsp;</p>', '2023-10-21 14:31:11', '2024-02-04 06:10:52'),
(372, 27, 14, 20, 39, '4.01.01.02.04', '1', 2401.50, 2389.29, 2361.30, 2361.30, '<p>Case IV: By Mechanical Means submersed in water</p>', '2023-10-21 14:32:30', '2024-02-04 06:10:52'),
(373, 27, 14, 20, 39, '4.01.01.03.01', '1', 749.84, 741.59, 709.90, 709.90, '<p>Case I:By Manual/Mechanical Means</p>', '2023-10-21 14:33:53', '2024-02-04 06:10:52'),
(374, 27, 14, 20, 39, '4.01.01.03.02', '1', 1124.75, 1112.39, 1064.84, 1064.84, '<p>Case II :By Manual/ Mechanical Means submersed in water</p>', '2023-10-21 14:37:16', '2024-02-04 06:10:52'),
(375, 27, 14, 21, 39, '4.01.01.04.01', '1', 3620.71, 3579.78, 3352.73, 3352.73, '<p>Case I: Including dismembering</p>', '2023-10-21 14:38:55', '2024-02-04 06:10:52'),
(376, 27, 14, 21, 39, '4.01.01.04.02', '1', 2771.12, 2735.19, 2570.87, 2570.87, '<p>Case II: Excluding dismembering<br>&nbsp;</p>', '2023-10-21 15:11:48', '2024-02-04 06:10:52'),
(377, 27, 14, 20, 39, '4.01.01.05', '1', 1273.95, 1262.40, 1193.55, 1193.55, '<p>Wood Work wrought framed and fixed in frames of trusses upto a height of 10 m above plinth level</p>', '2023-10-21 15:13:07', '2024-02-04 06:10:52'),
(378, 27, 14, 13, 39, '4.01.01.06', '1', 27.80, 27.31, 26.19, 26.19, '<p>Dismantling wooden bullah in posts and structs</p>', '2023-10-21 15:14:08', '2024-02-04 06:10:52'),
(379, 27, 14, 33, 39, '4.01.01.07', '1', 2465.10, 2418.72, 2441.78, 2441.78, '<p>Scraping of Bricks dismantled from Brick Work including Stacking</p>', '2023-10-21 15:17:19', '2024-02-04 06:10:52'),
(380, 27, 14, 13, 39, '4.01.01.08.01', '1', 365.65, 358.78, 332.52, 332.52, '<p>Up to 600mm diameter</p>', '2023-10-21 15:18:29', '2024-02-04 06:10:52'),
(381, 27, 14, 13, 39, '4.01.01.08.02', '1', 494.49, 485.17, 449.71, 449.71, '<p>For 600mm to 900mm diameter</p>', '2023-10-21 15:19:42', '2024-02-04 06:10:52'),
(382, 27, 14, 13, 39, '4.01.01.08.03', '1', 846.65, 830.70, 769.96, 769.96, '<p>For above 900mm diameter</p>', '2023-10-21 15:20:49', '2024-02-04 06:10:52'),
(383, 27, 14, 7, 39, '4.01.11.01', '1', 12883.78, 12883.78, 12883.78, 12883.78, '<p>Improvement of Waste Disposal Facility for temporary camp site. There should be atleast one camp in each site, there should be 1 no of organic waste and 1 no of inorganic waste disposal facility.</p>', '2023-10-21 15:22:40', '2024-02-04 06:10:52'),
(384, 27, 15, 7, 39, '4.02.01.01', '1', 37117.57, 37117.57, 37117.57, 37117.57, '<p>For catchment area less then 1.25 sq. Km.</p>', '2023-10-21 15:24:16', '2024-02-04 06:10:52'),
(385, 27, 15, 7, 39, '4.02.01.02', '1', 74235.14, 74235.14, 74235.14, 74235.14, '<p>For catchment area less then 1.25 to 2.50 sq. Km.</p>', '2023-10-21 15:25:16', '2024-02-04 06:10:52'),
(386, 27, 15, 7, 39, '4.02.01.03', '1', 103929.19, 103929.19, 103929.19, 103929.19, '<p>For catchment area beyond then 2.50 sq. Km.</p>', '2023-10-21 15:27:43', '2024-02-04 06:10:52'),
(387, 27, 15, 32, 39, '4.02.02.01', '1', 22270.54, 22270.54, 22270.54, 22270.54, '<p>For single lane road</p>', '2023-10-21 15:31:33', '2024-02-04 06:10:52'),
(388, 27, 15, 32, 39, '4.02.02.02', '1', 28951.70, 28951.70, 28951.70, 28951.70, '<p>For double lane road</p>', '2023-10-21 15:33:10', '2024-02-04 06:10:52'),
(389, 27, 15, 32, 39, '4.02.02.03', '1', 35632.86, 35632.86, 35632.86, 35632.86, '<p>Beyond the double lane</p>', '2023-10-21 15:34:22', '2024-02-04 06:10:52'),
(390, 27, 16, 13, 39, '4.03.01', '1', 3727.71, 3706.11, 3650.41, 3650.41, '<p>Construction of 2m wide temporary bamboo diversion bridge with 100mm average dia pucca borak bamboo in 4 (four) lines of posts longitudinally and required lines of posts 2m c/c transversely with beams and struts and every post with double bracing\'s and each post driven to at least 0.75m depth including half split bamboo decking including supplying nuts, bolts, etc. fitting, fixing and supply, carrying and cost of all materials &amp; labour, etc. all complete as per direction of the Engineer.</p>', '2023-10-21 15:35:44', '2024-02-04 06:10:52'),
(391, 27, 16, 13, 39, '4.03.02', '1', 1668.76, 1656.49, 1622.74, 1622.74, '<p>Construction of 0.25m width bamboo sanko with 100mm dia pucca borak bamboo posts of required length @2.5m c/c driven at least 1m below ground level of stream with 75mm dia full bamboo decking beams, breaching diagonals with 100mm dia bamboo including fitting, fixing to complete satisfaction including supply of nails, nuts, bolts, etc. all materials, carrying and labour, etc. all complete as per direction of the Engineer.</p>', '2023-10-21 15:36:50', '2024-02-04 06:10:52'),
(392, 27, 16, 11, 39, '4.03.03', '1', 140.00, 140.00, 136.14, 136.14, '<p>MS work in timbe:/ Iron bridge or timber/ Iron structure including the supply, carrying and fitting of specified approved nuts, bolts, hinges, cleats, screws, washer, fish plate of specified and approved size and make, etc. all complete as per drawing and direction of the E-I-C.</p>', '2023-10-21 15:38:58', '2024-02-04 06:10:52'),
(393, 27, 16, 20, 39, '4.03.04.1', '1', 114239.90, 109513.39, 114933.17, 114933.17, '<p>Jam (Black Berry/Jarul/Local Korai)</p>', '2023-10-21 15:41:13', '2024-02-04 06:10:52'),
(394, 27, 16, 20, 39, '4.03.04.02', '1', 127239.02, 126846.37, 125766.59, 125766.59, '<p>Chittagong Silkorai</p>', '2023-10-21 15:43:22', '2024-02-04 06:10:52'),
(395, 27, 16, 20, 39, '4.03.04.03', '1', 114239.90, 109513.39, 114933.17, 114933.17, '<p>Sundari/ Garjan</p>', '2023-10-21 15:44:40', '2024-02-04 06:10:52'),
(396, 27, 16, 20, 39, '4.03.04.04', '1', 105573.41, 105180.76, 104100.97, 104100.97, '<p>Shisu/ Mehagoni</p>', '2023-10-21 15:46:19', '2024-02-04 06:10:52'),
(397, 27, 16, 20, 39, '4.03.04.05', '1', 114239.90, 109513.39, 114933.17, 114933.17, '<p>Shal</p>', '2023-10-21 15:47:28', '2024-02-04 06:10:52'),
(398, 27, 16, 20, 39, '4.03.04.06', '1', 74124.70, 73732.05, 72652.27, 72652.27, '<p>Babla</p>', '2023-10-21 15:48:46', '2024-02-04 06:10:52'),
(399, 27, 17, 13, 39, '4.04.01.01', '1', 8369.48, 8204.38, 7620.18, 7620.18, '<p>Single Bailey Bridge or Acrow panel.</p>', '2023-10-21 15:51:38', '2024-02-04 06:10:52'),
(400, 27, 17, 13, 39, '4.04.01.02', '1', 9829.13, 9635.23, 8949.13, 8949.13, '<p>Double single Bailey Bridge or Acrow panel.</p>', '2023-10-21 15:52:46', '2024-02-04 06:10:52'),
(401, 27, 17, 13, 39, '4.04.01.03', '1', 40319.99, 39523.98, 36710.90, 39710.90, '<p>Calender Hamilton truss bridge</p>', '2023-10-21 15:54:03', '2024-02-04 06:10:52'),
(402, 27, 17, 13, 39, '4.04.01.04', '1', 32810.03, 32162.76, 29872.59, 29872.59, '<p>Indian quadricon bridge</p>', '2023-10-21 15:55:42', '2024-02-04 06:10:52'),
(403, 27, 17, 13, 39, '04.04.01.05', '1', 48799.60, 47837.06, 44430.80, 44430.80, '<p>UCB and Chinese truss bridge</p>', '2023-10-21 15:57:04', '2024-02-04 06:10:52'),
(404, 27, 17, 13, 39, '4.04.02.01', '1', 5971.85, 8553.89, 5437.20, 5437.20, '<p>Single Bailey Bridge or Acrow panel bridge.</p>', '2023-10-21 15:59:13', '2024-02-04 06:10:52'),
(405, 27, 17, 13, 39, '4.04.02.02', '1', 7168.18, 7026.59, 6526.42, 6526.42, '<p>Double single Bailey Bridge or Acrow panel bridge.</p>', '2023-10-21 16:00:16', '2024-02-04 06:10:52'),
(406, 27, 17, 13, 39, '4.04.02.03', '1', 29505.72, 28922.86, 26864.16, 26864.16, '<p>Calender Hamilton truss bridge.</p>', '2023-10-21 16:01:58', '2024-02-04 06:10:52'),
(407, 27, 17, 13, 39, '4.04.02.04', '1', 23778.86, 23309.16, 21650.06, 21650.06, '<p>Indian quadricon bridge</p>', '2023-10-21 16:12:24', '2024-02-04 06:10:52'),
(408, 27, 17, 13, 39, '4.04.02.05', '1', 35175.46, 34480.69, 32026.30, 32026.30, '<p>UCB and Chinese truss bridge</p>', '2023-10-21 16:13:53', '2024-02-04 06:10:52'),
(409, 27, 17, 7, 39, '4.04.05.01.01', '1', 4724.05, 4720.99, 4708.72, 4708.72, '<p>IB-SCIS_300: For 300mm diameter, Weight of each shoe should be at least 45 kg</p>', '2023-10-21 16:15:20', '2024-02-04 06:10:52'),
(410, 27, 17, 7, 39, '4.04.05.01.02', '1', 7275.04, 7271.61, 7257.86, 7257.86, '<p>IB-SCIS 450: For 450mm diameter, Weight of each shoe should be at least 70 kg</p>', '2023-10-21 16:16:31', '2024-02-04 06:10:52'),
(411, 27, 17, 7, 39, '4.04.05.01.03', '1', 9313.14, 9309.45, 9294.73, 9294.73, '<p>IB-SCIS_600: For 600mm diameter, Weight of each shoe should be at least 90 kg</p>', '2023-10-21 16:17:35', '2024-02-04 06:10:52'),
(412, 27, 17, 7, 39, '4.04.05.01.04', '1', 13969.70, 13964.18, 13942.09, 13942.09, '<p>IB-SCIS_750: For 750mm diameter, Weight of each shoe should be at least 135 kg</p>', '2023-10-21 16:19:41', '2024-02-04 06:10:52'),
(413, 27, 17, 7, 39, '4.04.05.02.01', '1', 2377.36, 2374.30, 2362.03, 2362.03, '<p>IB-SCIC_SH: CI Cap (Single Headed)</p>', '2023-10-21 16:21:08', '2024-02-04 06:10:52'),
(414, 27, 17, 7, 39, '4.04.05.02.02', '1', 2690.26, 2685.96, 2668.78, 2668.78, '<p>IB-SCIC_DH: CI Cap (Double Headed)</p>', '2023-10-21 16:22:31', '2024-02-04 06:10:52'),
(415, 27, 17, 11, 39, '4.04.05.03', '1', 129.11, 128.69, 128.06, 128.06, '<p>IB-SEIR: Supplying Double headed/ Flat Footed El rail of standard size at site to construct iron bridge including necessary fitting, fixing, drilling the hole and priming a coat of red oxide etc. all complete as per direction of E-I-C.</p>', '2023-10-21 16:23:30', '2024-02-04 06:10:52'),
(416, 27, 17, 11, 39, '4.04.05.04', '1', 123.93, 123.68, 123.32, 123.32, '<p>IB-SRSJ: Supplying RS joist of different sizes at site to construct iron bridge including fitting, fixing etc. all complete as per direction of E-I- C.</p>', '2023-10-21 16:24:26', '2024-02-04 06:10:52'),
(417, 27, 17, 11, 39, '4.04.05.05', '1', 104.30, 103.68, 102.76, 102.76, '<p>IB-SMSA: Supplying MS Angle, flat bar of different sizes or sections including fitting, fixing etc. all complete as per direction of the E-I-C.</p>', '2023-10-21 16:25:33', '2024-02-04 06:10:52'),
(418, 27, 17, 13, 39, '4.04.05.06', '1', 570.94, 561.73, 524.92, 524.92, '<p>IB-LE: Labour for erection of El Rail including hoisting and placing in position etc. all complete as per direction of the E-I-C.</p>', '2023-10-21 16:26:36', '2024-02-04 06:10:52'),
(419, 27, 17, 13, 39, '4.04.05.07.01', '1', 1098.95, 1078.97, 999.05, 999.05, '<p>IB-LD 300: For 300mm dia Cl shoe<br>&nbsp;</p>', '2023-10-21 16:27:43', '2024-02-04 06:10:52'),
(420, 27, 17, 13, 39, '4.04.05.07.02', '1', 1214.76, 1192.67, 1104.32, 1104.32, '<p>IB-LD 450: For 450mm dia Cl shoe</p>', '2023-10-21 16:28:59', '2024-02-04 06:10:52'),
(421, 27, 17, 13, 39, '4.04.05.07.03', '1', 1358.50, 1333.80, 1235.00, 1235.00, '<p>IB-LD_600: For 600mm dia Cl shoe</p>', '2023-10-21 16:30:14', '2024-02-04 06:10:52'),
(422, 27, 17, 13, 39, '4.04.05.07.04', '1', 1644.98, 1615.07, 1495.44, 1495.44, '<p>IB-LD_750: For 750mm dia Cl shoe</p>', '2023-10-21 16:31:42', '2024-02-04 06:10:52');
INSERT INTO `items` (`id`, `category_id`, `sub_category_id`, `unit_id`, `financial_rate_id`, `code`, `status`, `dhaka_mymensingh`, `chittagong_sylhet`, `rajshahi_rangpur`, `khulna_barishal`, `description`, `created_at`, `updated_at`) VALUES
(423, 27, 17, 13, 39, '4.04.05.08.01', '1', 776.09, 761.98, 705.54, 705.54, '<p>IB-LT_300: For 300mm dia Cl shoe<br>&nbsp;</p>', '2023-10-21 16:33:19', '2024-02-04 06:10:52'),
(424, 27, 17, 13, 39, '4.04.05.08.02', '1', 995.43, 977.33, 904.93, 904.93, '<p>IB-LT_450: For 450mm dia Cl shoe</p>', '2023-10-21 16:44:27', '2024-02-04 06:10:52'),
(425, 27, 17, 13, 39, '4.04.05.08.03', '1', 1214.76, 1192.67, 1104.32, 1104.32, '<p>IB-LT_600: For 600mm dia Cl shoe</p>', '2023-10-21 16:45:36', '2024-02-04 06:10:52'),
(426, 27, 17, 13, 39, '4.04.05.08.04', '1', 1476.27, 1449.43, 1342.06, 1342.06, '<p>IB-LT_750: For 750mm dia Cl shoe</p>', '2023-10-21 16:47:17', '2024-02-04 06:10:52'),
(427, 27, 17, 11, 39, '4.04.05.09', '1', 14.72, 14.23, 13.50, 13.50, '<p>IB-LU: Labour for utilizing RS joist/ MS Angle, flat bar of different sizes or section including fitting, fixing, drilling hole etc. all complete as per direction of the E-I-C.</p>', '2023-10-21 17:46:20', '2024-02-04 06:10:52'),
(428, 27, 17, 13, 39, '4.04.05.10.01', '1', 11424.19, 11222.72, 10488.66, 10488.66, '<p>IB-DES_UZR4.201: For Light Traffic Bridge of carriageway width 4.20m on Upazila Road, including cost of taken out El Rail of driving</p>', '2023-10-21 17:47:34', '2024-02-04 06:10:52'),
(429, 27, 17, 13, 39, '4.04.05.10.02', '1', 9450.62, 9284.93, 8677.80, 8677.80, '<p>IB-DES_UNR3.661: For Jeepable Bridge of carriageway width 3.66m on Union Road, including cost of taken out El Rail of driving</p>', '2023-10-21 17:48:41', '2024-02-04 06:10:52'),
(430, 27, 17, 13, 39, '4.04.05.10.03', '1', 7963.63, 7822.23, 7294.40, 7294.40, '<p>IB-DES_VR3.051: For Non-motorized Bridge of carriageway width 3.05m on Village Road, including cost of taken out El Rail of driving</p>', '2023-10-21 17:49:57', '2024-02-04 06:10:52'),
(431, 27, 17, 13, 39, '4.04.05.10.04', '1', 6608.33, 6485.00, 6034.61, 6034.61, '<p>IB-DES_VR2.441: For Pedestrian Bridge of carriageway width 2.44m on Village Road, including cost of taken out El Rail of driving</p>', '2023-10-21 17:51:04', '2024-02-04 06:10:52'),
(432, 27, 17, 13, 39, '4.04.05.10.05', '1', 5500.23, 5406.46, 5103.23, 5103.23, '<p>IB-DES_UZR4.20E: For Light Traffic Bridge of carriageway width 4.20m on Upazila Road, excluding cost of taken out El Rail of driving</p>', '2023-10-21 17:53:46', '2024-02-04 06:10:52'),
(433, 27, 17, 13, 39, '4.04.05.10.06', '1', 4417.48, 4343.30, 4102.22, 4102.22, '<p>IB-DES_UNR3.66E: For Jeepable Bridge of carriageway width 3.66m on Union Road, excluding cost of taken out El Rail of driving</p>', '2023-10-21 17:57:02', '2024-02-04 06:10:52'),
(434, 27, 17, 13, 39, '4.04.05.10.07', '1', 2930.49, 2880.60, 2718.81, 2718.81, '<p>IB-DES_VR3.05E: For Non-motorized Bridge of carriageway width 3.05m on Village Road, excluding cost of taken out El Rail of driving</p>', '2023-10-21 17:58:49', '2024-02-04 06:10:52'),
(435, 27, 17, 13, 39, '4.04.05.10.08', '1', 1575.19, 1543.37, 1459.03, 1459.03, '<p>IB-DES_VR2.44E: For Pedestrian Bridge of carriageway width 2.44m on Village Road, excluding cost of taken out El Rail of driving</p>', '2023-10-21 18:00:23', '2024-02-04 06:10:52'),
(436, 27, 17, 13, 39, '4.04.05.10.09', '1', 4319.59, 4247.29, 4014.60, 4014.60, '<p>IB-DES_UZR4.20: For Light Traffic Bridge of carriageway width 4.20m on Upazila Road, excluding cost of steel frame work and taken out El Rail of driving</p>', '2023-10-21 18:02:08', '2024-02-04 06:10:52'),
(437, 27, 17, 13, 39, '04.04.05.10.10', '1', 3543.53, 3485.22, 3296.36, 3296.36, '<p>IB-DES_UNR3.66: For Jeepable Bridge of carriageway width 3.66m on Union Road, excluding cost of steel frame work and taken out El Rail of driving</p>', '2023-10-21 18:03:56', '2024-02-04 06:10:52'),
(438, 27, 17, 13, 39, '4.04.05.10.11', '1', 2180.12, 2143.87, 2026.92, 2026.92, '<p>IB-DES_VR3.05: For Non-motorized Bridge of carriageway width 3.05m on Village Road, excluding cost of steel frame work and taken out El Rail of driving</p>', '2023-10-21 18:05:05', '2024-02-04 06:10:52'),
(439, 27, 17, 13, 39, '4.04.05.10.12', '1', 1298.17, 1276.02, 1205.25, 1205.25, '<p>IB-DES_VR2.44: For Pedestrian Bridge of carriageway width 2.44m on Village Road, excluding cost of steel frame work and taken out El Rail of driving</p>', '2023-10-21 18:06:11', '2024-02-04 06:10:52'),
(440, 27, 17, 13, 39, '4.04.05.11', '1', 256.18, 256.18, 252.34, 252.34, '<p>IB-W: Providing and making specified welding conforming to AWS D1.4 by electric arc welding for construction of Iron Bridge with highly oxidized electrodes making the points prominent and accepted by the Engineer-in-charge. The cost of all materials, labour, tools and plants, electricity and all equipment is included in this unit rate. Welding shall be carried out under the continuous direction of an experienced and competent superisor.<br>[Direct type Lap-welded splice over one side of contact by welding of minimum length not less than 10 times of section thickness unless otherwise mentioned in the working drawing]</p>', '2023-10-21 18:07:15', '2024-02-04 06:10:52'),
(441, 27, 17, 11, 39, '4.04.06.01', '1', 178.94, 178.94, 178.94, 178.34, '<p>Grade 345: Box &amp; I Sections in accordance with ASTM A 709M/ AASHTO M 270 of Grade 345, 345S, 345W or HPS 345W</p>', '2023-10-21 18:08:23', '2024-02-04 06:10:52'),
(442, 27, 17, 11, 39, '4.04.06.02', '1', 181.35, 181.35, 181.35, 181.35, '<p>Grade 485W: Decking Sheet in accordance with ASTM A 709M/ AASHTO M 270 of Grade 485W or HPS 345W</p>', '2023-10-21 18:09:12', '2024-02-04 06:10:52'),
(443, 27, 17, 11, 39, '4.04.06.03.01', '1', 127.40, 127.40, 127.40, 127.40, '<p>Grade 250BU: Built-up Sections</p>', '2023-10-21 18:10:01', '2024-02-04 06:10:52'),
(444, 27, 17, 11, 39, '4.04.06.03.02', '1', 144.71, 144.71, 144.71, 144.71, '<p>Grade 250HR: Hot-rolled Sections (W, H, I-shape, Channel, Angle, Tube etc.)</p>', '2023-10-21 18:11:47', '2024-02-04 06:10:52'),
(445, 27, 17, 11, 39, '4.04.07.01', '1', 360.38, 360.38, 360.38, 360.38, '<p>SSW_Bolt_325: Structural bolts in accordance with ASTM A325M/ AASHTO M 164M Type 1</p>', '2023-10-21 18:12:49', '2024-02-04 06:10:52'),
(446, 27, 17, 11, 39, '4.04.07.02', '1', 507.62, 507.62, 507.62, 507.62, '<p>SSW_Bolt_490: Structural bolts in accordance with ASTM A490 Type 1</p>', '2023-10-21 18:14:27', '2024-02-04 06:10:52'),
(447, 27, 17, 11, 39, '4.04.08', '1', 169.00, 169.00, 169.00, 169.00, '<p>SSW_SS: Supply and fabrication of Stud shear connectors of varying diameter conforming to ASTM A 108M including cost of testing at international/national accredited test authority/ BUET etc. as per approved design, drawing, specification and direction of E-I-C. [PWD 10.16]</p>', '2023-10-21 18:15:07', '2024-02-04 06:10:52'),
(448, 27, 17, 11, 39, '4.04.09', '1', 21.27, 21.27, 21.27, 21.27, '<p>SSW_AE: Assembling and erection of fabricated steel structure to proper line, level and camber as per approved drawings complete in all respect including transportation and handling supply of all fasteners. Painting of all exposed surface of steel work after erection with one coat of red oxide confirming to ASTM D 83 and two coats Aluminium paint confirming to ASTM A 463, grouting of anchor bolts in position, including all labour, consumables, materials, machinery, tools and tackles, erection cum dismandling of staging, scaffolding &amp; falsework etc. complete as per specification and as directed by the E- I-C. A full proof method statement of erection programe at site has to be submitted and get approved before starting the erection program.</p>', '2023-10-21 18:15:49', '2024-02-04 06:10:52'),
(449, 27, 17, 21, 39, '4.04.10.01', '1', 2115.30, 2100.45, 2053.88, 2053.88, '<p>TSB_50: Within 50km of Stack-yard/ source to site</p>', '2023-10-21 18:17:42', '2024-02-04 06:10:52'),
(450, 27, 17, 34, 39, '4.04.10.02', '1', 9.26, 9.26, 9.26, 9.26, '<p>TSB_50+: Additional charge Beyond 50km of Stack-yard/ source to site</p>', '2023-10-21 18:24:08', '2024-02-04 06:10:52'),
(451, 27, 18, 20, 39, '4.05.01.01.01', '1', 223.93, 220.25, 203.99, 203.99, '<p>For depth up to 3m</p>', '2023-10-21 18:27:26', '2024-02-04 06:10:52'),
(452, 27, 18, 20, 39, '4.05.01.01.02', '1', 257.68, 253.38, 234.67, 234.67, '<p>For depth 3m to 6m</p>', '2023-10-21 18:29:10', '2024-02-04 06:10:52'),
(453, 27, 18, 20, 39, '4.05.01.01.03', '1', 426.39, 419.03, 388.05, 388.05, '<p>For depth above 6m</p>', '2023-10-21 18:30:45', '2024-02-04 06:10:52'),
(454, 27, 18, 20, 39, '4.05.01.02.01', '1', 121.49, 121.12, 119.63, 119.63, '<p>For depth up to 3m</p>', '2023-10-21 18:32:45', '2024-02-04 06:10:52'),
(455, 27, 18, 20, 39, '4.05.01.02.02', '1', 135.86, 135.41, 133.61, 133.61, '<p>For depth 3m to 6m</p>', '2023-10-21 18:34:09', '2024-02-04 06:10:52'),
(456, 27, 18, 20, 39, '4.05.01.02.03', '1', 153.95, 153.41, 151.23, 151.23, '<p>For depth above 6m</p>', '2023-10-21 18:35:51', '2024-02-04 06:10:52'),
(457, 27, 18, 20, 39, '4.05.01.03.01', '1', 291.42, 286.51, 265.34, 265.34, '<p>For depth up to 3m</p>', '2023-10-21 18:38:45', '2024-02-04 06:10:52'),
(458, 27, 18, 20, 39, '4.05.01.03.02', '1', 362.65, 385.90, 357.37, 357.37, '<p>For depth 3m to 6m</p>', '2023-10-21 18:41:05', '2024-02-04 06:10:52'),
(459, 27, 18, 20, 39, '4.05.01.03.03', '1', 460.14, 452.16, 418.72, 418.72, '<p>For depth above 6m</p>', '2023-10-21 18:42:10', '2024-02-04 06:10:52'),
(460, 27, 18, 20, 39, '4.05.01.04.01', '1', 133.63, 133.22, 131.59, 131.59, '<p>For depth up to 3m<br>&nbsp;</p>', '2023-10-21 18:43:30', '2024-02-04 06:10:52'),
(461, 27, 18, 20, 39, '4.05.01.04.02', '1', 150.68, 150.15, 148.01, 148.01, '<p>For depth 3m to 6m</p>', '2023-10-21 18:44:41', '2024-02-04 06:10:52'),
(462, 27, 18, 20, 39, '4.05.01.04.03', '1', 171.11, 171.09, 168.34, 168.34, '<p>For depth above 6m</p>', '2023-10-21 18:45:56', '2024-02-04 06:10:52'),
(463, 27, 18, 20, 39, '4.05.02.01', '1', 64.90, 64.76, 63.85, 63.85, '<p>Lead up to 500m</p>', '2023-10-21 18:50:32', '2024-02-04 06:10:52'),
(464, 27, 18, 20, 39, '4.05.02.02', '1', 71.74, 71.60, 70.70, 70.70, '<p>Lead 500m to 1km</p>', '2023-10-21 18:52:03', '2024-02-04 06:10:52'),
(465, 27, 18, 20, 39, '4.05.02.03', '1', 85.44, 85.30, 84.39, 84.39, '<p>Lead 1km to 2km</p>', '2023-10-21 18:53:01', '2024-02-04 06:10:52'),
(466, 27, 18, 20, 39, '4.05.02.04', '1', 99.13, 98.99, 98.08, 98.08, '<p>Lead 2km to 3km</p>', '2023-10-21 18:54:01', '2024-02-04 06:10:52'),
(467, 27, 18, 20, 39, '4.05.02.05', '1', 112.83, 112.69, 111.78, 111.78, '<p>Lead 3km to 4km</p>', '2023-10-21 18:55:39', '2024-02-04 06:10:52'),
(468, 27, 18, 20, 39, '4.05.02.06', '1', 126.52, 126.38, 125.47, 125.47, '<p>Lead 4km to 5km</p>', '2023-10-21 18:56:42', '2024-02-04 06:10:52'),
(469, 27, 18, 20, 39, '4.05.02.07', '1', 140.21, 140.07, 139.16, 139.16, '<p>Lead above 5km</p>', '2023-10-21 18:57:53', '2024-02-04 06:10:52'),
(470, 27, 18, 9, 39, '4.05.03', '1', 474.00, 474.00, 458.00, 458.00, '<p>P&amp;B: Pumping and bailing out water from the interior of any foundation enclosure of work site with all leads and lifts including supply, operation and maintenance of requisite number of water pumps, arrangements for protection of ring bundh and side slopes of foundation pit against erosion or washout etc. It should be carried out in such a manner as to preclude the possibility of the movement of water through or alongside any concrete being placed, etc. all complete as per direction of E-I-C. [PWD 2.2]</p>', '2023-10-21 18:58:54', '2024-02-04 06:10:52'),
(471, 27, 18, 13, 39, '4.05.04.01', '1', 33394.43, 33177.19, 32078.63, 32078.63, '<p>RB_2: For 3m wide &amp; 2m high earthen ring bundh constructed by driving 2/3rd part of 7m long wooden bullah at 500mm c/c in the outer side and driving bullah of same length at 750mm c/c in the inner side, placing tarza &amp; dram sheet including lapping of min. 150mm, polythene sheet, soil filled geobag in the outer side, wooden bracing with 50mm x 50mm at 600mm c/c vertically, cross bracing with 12 BWG GI wire @ 1500mm c/c, bailing out of standing water from inner portion of ring bundh etc.<br>[For depth of standing water. Up to 2m]</p>', '2023-10-21 19:16:37', '2024-02-04 06:10:52'),
(472, 27, 18, 13, 39, '4.05.04.02', '1', 43754.30, 43470.91, 42048.67, 42048.67, '<p>RB_2+: For 3m wide &amp; 3m high earthen ring bundh constructed by driving 2/3rd part of 9m long wooden bullah at 500mm c/c in the outer side and driving same length bullah at 750mm c/c in the inner side, placing tarza &amp; dram sheet including lapping of min. 150mm, polythene sheet, soil filled geobag in the outer side, wooden bracing with 50mm x 50mm at 600mm c/c vertically, cross bracing with 12 BWG Gl wire @ 1500mm c/c, bailing out of standing water from inner portion of ring bundh etc.<br>[For Depth of standing water: Above 2m and up to 3m]</p>', '2023-10-21 19:18:30', '2024-02-04 06:10:52'),
(473, 27, 18, 7, 39, '4.05.05.01.01', '1', 165743.13, 164344.32, 157693.83, 157693.83, '<p>For 3000mm x 6000mm wells/</p>', '2023-10-21 19:20:59', '2024-02-04 06:10:52'),
(474, 27, 18, 7, 39, '4.05.05.01.02', '1', 182096.95, 180563.16, 173267.26, 173267.26, '<p>For 3000mm x 7200mm wells</p>', '2023-10-21 19:22:27', '2024-02-04 06:10:52'),
(475, 27, 18, 7, 39, '4.05.05.01.03', '1', 183962.03, 182415.97, 175055.65, 175055.65, '<p>For 3600mm x 7200mm wells</p>', '2023-10-21 19:24:04', '2024-02-04 06:10:52'),
(476, 27, 18, 7, 39, '4.05.05.01.04', '1', 192980.68, 191361.00, 183646.07, 183646.07, '<p>For 3000mm x 8100mm wells</p>', '2023-10-21 19:27:58', '2024-02-04 06:10:52'),
(477, 27, 18, 7, 39, '4.05.05.01.05', '1', 196972.19, 195315.71, 187430.83, 187430.83, '<p>For 3600mm x 8100mm wells</p>', '2023-10-21 19:29:48', '2024-02-04 06:10:52'),
(478, 27, 18, 7, 39, '4.05.05.01.06', '1', 198827.46, 197158.70, 189210.02, 189210.02, '<p>For 3300mm x 8400mm wells</p>', '2023-10-21 19:31:45', '2024-02-04 06:10:52'),
(479, 27, 18, 7, 39, '4.05.05.01.07', '1', 200199.28, 198518.25, 190512.51, 190512.51, '<p>For 3900mm x 7800mm wells</p>', '2023-10-21 19:33:38', '2024-02-04 06:10:52'),
(480, 27, 18, 7, 39, '4.05.05.01.08', '1', 202054.54, 200361.24, 192291.70, 192291.70, '<p>For 4800mm x 7800mm wells</p>', '2023-10-21 19:36:01', '2024-02-04 06:10:52'),
(481, 27, 18, 7, 39, '4.05.05.02.01', '1', 179002.58, 177491.86, 170309.34, 170309.34, '<p>For 3000mm x 6000mm wells</p>', '2023-10-21 19:37:43', '2024-02-04 06:10:52'),
(482, 27, 18, 7, 39, '4.05.05.02.02', '1', 207590.52, 205842.00, 197524.68, 197524.68, '<p>For 3000mm x 7200mm wells<br>&nbsp;</p>', '2023-10-21 19:39:42', '2024-02-04 06:10:52'),
(483, 27, 18, 7, 39, '4.05.05.02.03', '1', 211556.33, 209778.37, 201314.00, 201314.00, '<p>For 3600mm x 7200mm wells<br>&nbsp;</p>', '2023-10-21 19:41:27', '2024-02-04 06:10:52'),
(484, 27, 18, 7, 39, '4.05.05.02.04', '1', 221927.78, 220065.15, 211192.98, 211192.98, '<p>For 3000mm x 8100mm wells<br>&nbsp;</p>', '2023-10-21 19:44:29', '2024-02-04 06:10:52'),
(485, 27, 18, 7, 39, '4.05.05.02.05', '1', 226518.02, 224613.06, 215545.46, 215545.46, '<p>For 3600mm x 8100mm wells</p>', '2023-10-21 19:45:59', '2024-02-04 06:10:52'),
(486, 27, 18, 7, 39, '4.05.05.02.06', '1', 228651.58, 226732.51, 217591.52, 217591.52, '<p>For 3300mm x 8400mm wells<br>&nbsp;</p>', '2023-10-21 19:48:05', '2024-02-04 06:10:52'),
(487, 27, 18, 7, 39, '4.05.05.02.07', '1', 230299.17, 228295.99, 219089.39, 219089.39, '<p>For 3900mm x 7800mm wells<br>&nbsp;</p>', '2023-10-21 19:49:44', '2024-02-04 06:10:52'),
(488, 27, 18, 7, 39, '4.05.05.02.08', '1', 234383.27, 232419.04, 223058.37, 223058.37, '<p>For 4800mm x 7800mm wells</p>', '2023-10-21 19:51:13', '2024-02-04 06:10:52'),
(489, 27, 18, 7, 39, '4.05.05.03.01', '1', 192262.03, 190639.41, 182924.85, 182924.85, '<p>For 3000mm x 6000mm wells<br>&nbsp;</p>', '2023-10-21 19:53:38', '2024-02-04 06:10:52'),
(490, 27, 18, 7, 39, '4.05.05.03.02', '1', 213053.43, 211258.90, 202722.69, 202722.69, '<p>For 3000mm x 7200mm wells<br>&nbsp;</p>', '2023-10-21 20:48:12', '2024-02-04 06:10:52'),
(491, 27, 18, 7, 39, '4.05.05.03.03', '1', 217075.19, 215250.85, 206565.67, 206565.67, '<p>For 3600mm x 7200mm wells</p>', '2023-10-21 20:49:37', '2024-02-04 06:10:52'),
(492, 27, 18, 7, 39, '4.05.05.03.04', '1', 227717.20, 225805.98, 216702.36, 216702.36, '<p>For 3000mm x 8100mm wells</p>', '2023-10-21 20:51:30', '2024-02-04 06:10:52'),
(493, 27, 18, 7, 39, '4.05.05.03.05', '1', 234396.91, 232425.69, 223042.69, 223042.69, '<p>For 3600mm x 8100mm wells</p>', '2023-10-21 20:53:46', '2024-02-04 06:10:52'),
(494, 27, 18, 7, 39, '4.05.06.01.01', '1', 181757.89, 180797.37, 176884.72, 176884.72, '<p>Size of Island: 11m x 15m</p>', '2023-10-21 20:55:30', '2024-02-04 06:10:52'),
(495, 27, 18, 7, 39, '4.05.06.01.02', '1', 203568.84, 202493.06, 198066.09, 198066.09, '<p>Size of Island: 11m x 18m</p>', '2023-10-21 20:58:38', '2024-02-04 06:10:52'),
(496, 27, 18, 7, 39, '4.05.06.01.03', '1', 219927.05, 218764.82, 213982.11, 213982.11, '<p>Size of Island: 11m x 20m</p>', '2023-10-21 21:00:28', '2024-02-04 06:10:52'),
(497, 27, 18, 7, 39, '4.05.06.02.01', '1', 576310.84, 574056.79, 562134.36, 562134.36, '<p>Size of Island: 11m x 15m</p>', '2023-10-21 21:02:05', '2024-02-04 06:10:52'),
(498, 27, 18, 7, 39, '4.05.06.02.02', '1', 645468.14, 642943.61, 629590.48, 629590.48, '<p>Size of Island: 11m x 18m<br>&nbsp;</p>', '2023-10-21 21:04:20', '2024-02-04 06:10:52'),
(499, 27, 18, 7, 39, '4.05.06.02.03', '1', 697336.12, 694608.72, 680182.57, 680182.57, '<p>Size of Island: 11m x 20m</p>', '2023-10-21 21:06:16', '2024-02-04 06:10:52'),
(500, 27, 18, 35, 39, '4.05.07.01', '1', 677318.92, 677318.92, 677318.92, 677318.92, '<p>Size: 26.0m x 8.5m, Loaded Draft: 1.8m/1.2m, Carrying capacity. 150 MT<br>&nbsp;</p>', '2023-10-21 21:08:42', '2024-02-04 06:10:52'),
(501, 27, 18, 35, 39, '4.05.07.02', '1', 677318.92, 677318.92, 677318.92, 677318.92, '<p>Size: 30.0m x 9.0m, Loaded Draft: 1.8m/1.2m, Carrying capacity: 200 MT<br>&nbsp;</p>', '2023-10-21 21:09:38', '2024-02-04 06:10:52'),
(502, 27, 18, 35, 39, '4.05.07.03', '1', 761983.78, 761983.78, 761983.78, 761983.78, '<p>Size: 38.0m x 9.0m, Loaded Draft: 2.0m/1.37m, Carrying capacity: 300 MT<br>&nbsp;</p>', '2023-10-21 21:10:57', '2024-02-04 06:10:52'),
(503, 27, 18, 35, 39, '4.05.07.04', '1', 931313.51, 931313.51, 931313.51, 931313.51, '<p>Size: 36.5m x 12.0m, Loaded Draft: 2.4m/1.8m, Carrying capacity: 400 MT<br>&nbsp;</p>', '2023-10-21 21:12:01', '2024-02-04 06:10:52'),
(504, 27, 18, 35, 39, '4.05.07.05', '1', 931313.51, 931313.51, 931313.51, 931313.51, '<p>Size: 38.0m x 13.5m, Loaded Draft: 2.4m/1.8m, Carrying capacity: 500 MT</p>', '2023-10-21 21:13:02', '2024-02-04 06:10:52'),
(505, 27, 18, 2, 39, '4.05.08.01', '1', 16096.34, 15731.13, 14745.30, 14745.30, '<p>For 5.00m to 9.00m depth of water<br>&nbsp;</p>', '2023-10-21 21:18:48', '2024-02-04 06:10:52'),
(506, 27, 18, 2, 39, '4.05.08.02', '1', 18563.95, 18139.08, 17001.11, 17001.11, '<p>For 9.00m to 12.00m depth of water<br>&nbsp;</p>', '2023-10-21 21:20:35', '2024-02-04 06:10:52'),
(507, 27, 18, 2, 39, '4.05.08.03', '1', 19704.98, 19256.27, 18041.35, 18041.35, '<p>For 12.00m to 15.00m depth of water<br>&nbsp;</p>', '2023-10-21 21:22:00', '2024-02-04 06:10:52'),
(508, 27, 18, 2, 39, '4.05.08.04', '1', 20861.68, 20388.81, 19095.87, 19095.87, '<p>For 15.00m to 18.00m depth of water<br>&nbsp;</p>', '2023-10-21 21:23:40', '2024-02-04 06:10:52'),
(509, 27, 18, 2, 39, '4.05.08.05', '1', 22058.16, 21560.34, 20186.57, 20186.57, '<p>For 18.00m &amp; Above depth of water</p>', '2023-10-21 21:25:08', '2024-02-04 06:10:52'),
(510, 27, 18, 2, 39, '4.05.09.01', '1', 129720.73, 129750.87, 129330.31, 129440.58, '<p>For depth up to 5m from LWL<br>&nbsp;</p>', '2023-10-21 21:26:56', '2024-02-04 06:10:52'),
(511, 27, 18, 2, 39, '4.05.09.02', '1', 142692.80, 142725.96, 142263.34, 142384.63, '<p>For depth 5m to 6m from LWL<br>&nbsp;</p>', '2023-10-21 21:28:45', '2024-02-04 06:10:52'),
(512, 27, 18, 2, 39, '4.05.09.03', '1', 155664.88, 155701.05, 155196.37, 155328.69, '<p>For depth 6m to 7m from LWL<br>&nbsp;</p>', '2023-10-21 21:30:18', '2024-02-04 06:10:52'),
(513, 27, 18, 2, 39, '4.05.09.04', '1', 168636.95, 168676.13, 168129.41, 168272.75, '<p>For depth 7m to 8m from LWL<br>&nbsp;</p>', '2023-10-21 21:32:36', '2024-02-04 06:10:52'),
(514, 27, 18, 2, 39, '4.05.09.05', '1', 181609.02, 181651.22, 181062.44, 181216.81, '<p>For depth 8m to 9m from LWL<br>&nbsp;</p>', '2023-10-21 21:33:59', '2024-02-04 06:10:52'),
(515, 27, 18, 2, 39, '4.05.09.06', '1', 194518.10, 194626.31, 193995.47, 194160.86, '<p>For depth 9m to 10m from LWL<br>&nbsp;</p>', '2023-10-21 21:35:34', '2024-02-04 06:10:52'),
(516, 27, 18, 2, 39, '4.05.09.07', '1', 207553.17, 207601.39, 206928.50, 207104.92, '<p>For depth above 10m from LWL</p>', '2023-10-21 21:37:18', '2024-02-04 06:10:52'),
(517, 27, 18, 2, 39, '4.05.10.01', '1', 9696.31, 9678.59, 9623.88, 9623.88, '<p>Dewatering system for depth up to 3m<br>&nbsp;</p>', '2023-10-22 13:14:51', '2024-02-04 06:10:52'),
(518, 27, 18, 2, 39, '4.05.10.02', '1', 30197.73, 30160.80, 30051.55, 30051.55, '<p>Dewatering system for depth 3m to 6m<br>&nbsp;</p>', '2023-10-22 13:16:15', '2024-02-04 06:10:52'),
(519, 27, 18, 2, 39, '4.05.10.03', '1', 75051.98, 74976.44, 74758.97, 74758.97, '<p>Dewatering system for depth 6m to 9m<br>&nbsp;</p>', '2023-10-22 13:17:57', '2024-02-04 06:10:52'),
(520, 27, 18, 2, 39, '4.05.10.04', '1', 93814.98, 93720.55, 93448.71, 93448.71, '<p>Dewatering system for depth above 9m</p>', '2023-10-22 13:19:11', '2024-02-04 06:10:52'),
(521, 27, 18, 2, 39, '4.05.11.01', '1', 30348.75, 30196.52, 29596.60, 29596.60, '<p>SPW_3+: depth from 3 m to 4 m from LWL</p>', '2023-10-22 13:20:41', '2024-02-04 06:10:52'),
(522, 27, 18, 2, 39, '4.05.11.02', '1', 33735.03, 33559.90, 32889.64, 32889.64, '<p>SPW_4+: depth from 4 m to 5 m from LWL</p>', '2023-10-22 13:22:10', '2024-02-04 06:10:52'),
(523, 27, 19, 20, 39, '4.06.01.01', '1', 1071.19, 1071.93, 1021.87, 1021.87, '<p>Sand of Minimum FM 0.8</p>', '2023-10-22 13:23:59', '2024-02-04 06:10:52'),
(524, 27, 19, 20, 39, '4.06.01.02', '1', 1190.46, 1194.14, 1144.08, 1144.08, '<p>Sand of Minimum FM 1.2</p>', '2023-10-22 13:24:52', '2024-02-04 06:10:52'),
(525, 27, 19, 20, 39, '4.06.01.03', '1', 2176.99, 2201.29, 2149.75, 2149.75, '<p>Sand of Minimum FM 1.8</p>', '2023-10-22 13:26:03', '2024-02-04 06:10:52'),
(526, 27, 19, 20, 39, '4.06.01.04', '1', 3000.08, 2902.16, 2924.25, 2893.33, '<p>Sand of Minimum FM 2.5</p>', '2023-10-22 13:27:28', '2024-02-04 06:10:52'),
(527, 27, 19, 2, 39, '4.06.02', '1', 591.40, 590.26, 564.71, 564.71, '<p>Single layer brick flat soling with 1st class or picked kiln burnt bricks in foundation, filling the interstices tightly with sand of minimum FM 0.50, watering, leveling, dressing, etc. all complete as per instruction of the E-I-C.</p>', '2023-10-22 13:29:25', '2024-02-04 06:10:52'),
(528, 27, 19, 20, 39, '4.06.03', '1', 10561.05, 10522.94, 10163.41, 10163.41, '<p>PCC-10: Plain cement concrete work in foundation with minimum compressive strength of 10 MPa at 28 days (sugessted mix proportion 1:3:6) on standard cylinder as per standard practice of Code AASHTO/ASTM and cement conforming to BDS EN 197-1: 2003 CEM-II/A-L/M/V/W 42.5N, sand of minimum FM 1.8 and 20mm down well graded 1st class/ picked brick chips (LAA value not exceeding 40) comforming to ASTM C 33 including breaking bricks into chips, shuttering, mixing by concrete mixer machine, casting, laying compacting and curing for the requisite period etc. all complete as per direction of the E-I-C. Additional quantity of cement to be added if required to attain the strength at the contractor\'s own cost.</p>', '2023-10-22 13:31:49', '2024-02-04 06:10:52'),
(529, 27, 19, 20, 39, '4.06.04', '1', 11489.78, 11451.53, 11101.30, 11101.30, '<p>PCC-17: Plain cement concrete work in foundation with minimum compressive strength of 17 MPa at 28 days (sugessted mix proportion 1:2:4 &amp; maximum w/c ratio 0.45) on standard cylinder as per standard practice of Code AASHTO/ASTM/ and cement conforming to BDS EN 197-1: 2003 CEM-II/A-L/M/V/W 42.5N, sand of minimum FM 1.8 and 20mm down well graded 1st class/ picked brick chips (LAA value not exceeding 40) comforming to ASTM C 33 including breaking bricks into chips, shuttering, mixing by concrete mixer machine, casting, laying compacting and curing for the requisite period etc. all complete as per direction of the E-I-C. Additional quantity of cement to be added if required to attain the strength at the contractor\'s own cost.</p>', '2023-10-22 13:33:10', '2024-02-04 06:10:52'),
(530, 27, 19, 20, 39, '4.06.05.01', '1', 10465.39, 10438.15, 10056.98, 10056.98, '<p>Cement mortar(1:3)</p>', '2023-10-22 13:34:26', '2024-02-04 06:10:52'),
(531, 27, 19, 20, 39, '4.06.05.02', '1', 9939.29, 9911.68, 9532.28, 9532.28, '<p>Cement mortar(1:4)</p>', '2023-10-22 13:35:29', '2024-02-04 06:10:52'),
(532, 27, 19, 20, 39, '4.06.05.03', '1', 9461.06, 9433.35, 9054.47, 9054.47, '<p>Cement mortar(1:6)</p>', '2023-10-22 13:36:39', '2024-02-04 06:10:52'),
(533, 27, 19, 2, 39, '4.06.06.01', '1', 295.32, 293.34, 276.59, 276.59, '<p>Cement mortar(1:3)&nbsp;</p>', '2023-10-22 13:37:51', '2024-02-04 06:10:52'),
(534, 27, 19, 20, 39, '4.06.06.02', '1', 282.79, 280.80, 264.09, 264.09, '<p>Cement mortar(1:4)</p>', '2023-10-22 13:38:42', '2024-02-04 06:10:52'),
(535, 27, 20, 13, 39, '4.07.01.01.01', '1', 1630.33, 1622.23, 1596.58, 1596.58, '<p>450mm diameter</p>', '2023-10-22 13:48:22', '2024-02-04 06:10:52'),
(536, 27, 20, 13, 39, '4.07.01.01.02', '1', 1992.63, 1980.82, 1942.01, 1942.01, '<p>500mm diameter</p>', '2023-10-22 13:50:21', '2024-02-04 06:10:52'),
(537, 27, 20, 13, 39, '4.07.01.01.03', '1', 2340.62, 2327.80, 2286.63, 2286.63, '<p>600mm diameter</p>', '2023-10-22 13:52:30', '2024-02-04 06:10:52'),
(538, 27, 20, 13, 39, '4.07.01.01.04', '1', 2696.44, 2682.95, 2639.92, 2639.92, '<p>700mm diameter</p>', '2023-10-22 13:53:40', '2024-02-04 06:10:52'),
(539, 27, 20, 13, 39, '4.07.01.01.05', '1', 2970.88, 2957.38, 2914.19, 2914.19, '<p>800mm diameter</p>', '2023-10-22 13:54:37', '2024-02-04 06:10:52'),
(540, 27, 20, 13, 39, '4.07.01.02.01', '1', 2557.18, 2553.47, 2541.53, 2541.53, '<p>600mm diameter</p>', '2023-10-22 13:55:47', '2024-02-04 06:10:52'),
(541, 27, 20, 13, 39, '4.07.01.02.02', '1', 3093.57, 3089.25, 3075.33, 3075.33, '<p>700mm diameter</p>', '2023-10-22 13:56:44', '2024-02-04 06:10:52'),
(542, 27, 20, 13, 39, '4.07.01.02.03', '1', 3657.27, 3652.32, 3636.39, 3636.39, '<p>800mm diameter</p>', '2023-10-22 13:57:52', '2024-02-04 06:10:52'),
(543, 27, 20, 13, 39, '4.07.01.02.04', '1', 4602.31, 4595.83, 4575.18, 4575.18, '<p>900mm diameter</p>', '2023-10-22 13:59:41', '2024-02-04 06:10:52'),
(544, 27, 20, 13, 39, '4.07.01.02.05', '1', 6020.94, 6012.17, 5984.43, 5984.43, '<p>1000mm diameter</p>', '2023-10-22 14:00:55', '2024-02-04 06:10:52'),
(545, 27, 20, 13, 39, '4.07.01.02.06', '1', 7337.35, 7326.10, 7291.00, 7291.00, '<p>1200mm diameter</p>', '2023-10-22 14:01:58', '2024-02-04 06:10:52'),
(546, 27, 20, 13, 39, '4.07.01.02.07', '1', 9338.94, 9325.44, 9284.57, 9284.57, '<p>1500mm diameter</p>', '2023-10-22 14:02:55', '2024-02-04 06:10:52'),
(547, 27, 20, 13, 39, '4.07.01.03.1', '1', 3545.73, 3542.01, 3530.07, 3530.07, '<p>600mm diameter</p>', '2023-10-22 14:04:27', '2024-02-04 06:10:52'),
(548, 27, 20, 13, 39, '4.07.01.03.02', '1', 4728.82, 4723.87, 4707.95, 4707.95, '<p>800mm diameter</p>', '2023-10-22 14:06:03', '2024-02-04 06:10:52'),
(549, 27, 20, 13, 39, '4.07.01.03.03', '1', 5878.07, 5871.59, 5850.94, 5850.94, '<p>900mm diameter</p>', '2023-10-22 14:07:18', '2024-02-04 06:10:52'),
(550, 27, 20, 13, 39, '4.07.01.03.04', '1', 7604.17, 7595.40, 7567.66, 7567.66, '<p>1000mm diameter</p>', '2023-10-22 14:09:20', '2024-02-04 06:10:52'),
(551, 27, 20, 13, 39, '4.07.01.03.05', '1', 9044.49, 9033.24, 8998.14, 8998.14, '<p>1200mm diameter</p>', '2023-10-22 14:10:38', '2024-02-04 06:10:52'),
(552, 27, 20, 13, 39, '4.07.01.03.06', '1', 11303.07, 11289.57, 11248.70, 11248.70, '<p>1500mm diameter</p>', '2023-10-22 14:12:01', '2024-02-04 06:10:52'),
(553, 27, 20, 13, 39, '4.07.01.03.07', '1', 13784.99, 13768.49, 13719.15, 13719.15, '<p>1800mm diameter</p>', '2023-10-22 14:13:12', '2024-02-04 06:10:52'),
(554, 27, 20, 13, 39, '4.07.01.03.08', '1', 15182.35, 15162.85, 15105.11, 15105.11, '<p>2000mm diameter</p>', '2023-10-22 14:14:35', '2024-02-04 06:10:52'),
(555, 27, 20, 13, 39, '4.07.01.03.09', '1', 17181.61, 17159.12, 17092.75, 17092.75, '<p>2500mm diameter</p>', '2023-10-22 14:15:38', '2024-02-04 06:10:52'),
(556, 27, 20, 13, 39, '4.07.02.01', '1', 5126.43, 5123.97, 5120.05, 5120.05, '<p>Pile diameter - 450mm</p>', '2023-10-22 14:16:59', '2024-02-04 06:10:52'),
(557, 27, 20, 13, 39, '4.07.02.02', '1', 5649.14, 5646.69, 5642.76, 5642.76, '<p>Pile diameter - 500mm</p>', '2023-10-22 14:18:04', '2024-02-04 06:10:52'),
(558, 27, 20, 13, 39, '4.07.02.03', '1', 6171.85, 6169.40, 6165.47, 6165.47, '<p>Pile diameter - 600mm</p>', '2023-10-22 14:19:22', '2024-02-04 06:10:52'),
(559, 27, 20, 13, 39, '4.07.02.04', '1', 9525.22, 9519.51, 9510.38, 9510.38, '<p>Pile diameter - 700mm</p>', '2023-10-22 14:20:19', '2024-02-04 06:10:52'),
(560, 27, 20, 13, 39, '4.07.02.05', '1', 10687.28, 10679.92, 10668.08, 10668.08, '<p>Pile diameter - 800mm</p>', '2023-10-22 14:21:50', '2024-02-04 06:10:52'),
(561, 27, 20, 13, 39, '4.07.02.06', '1', 11748.29, 11740.44, 11727.80, 11727.80, '<p>Pile diameter - 900mm</p>', '2023-10-22 14:23:07', '2024-02-04 06:10:52'),
(562, 27, 20, 13, 39, '4.07.02.07', '1', 13891.73, 13881.91, 13866.20, 13866.20, '<p>Pile diameter - 1000mm</p>', '2023-10-22 14:24:50', '2024-02-04 06:10:52'),
(563, 27, 20, 13, 39, '4.07.02.08', '1', 15208.93, 15196.66, 15177.03, 15177.03, '<p>Pile diameter - 1200mm</p>', '2023-10-22 14:25:57', '2024-02-04 06:10:52'),
(564, 27, 20, 13, 39, '4.07.02.09', '1', 17364.82, 17351.17, 17329.36, 17329.36, '<p>Pile diameter - 1500mm</p>', '2023-10-22 14:28:49', '2024-02-04 06:10:52'),
(565, 27, 20, 20, 39, '4.07.03', '1', 16462.95, 16536.40, 15511.52, 15780.23, '<p>RCC-25SCCM: Reinforced cement concrete work for cast-in-situ pile with minimum cement content relates to mix ratio 1:1.5:3 and maximum water cement ratio 0.4 having minimum required average compressive strength, fcr = 33.5 MPa and satisfying a compressive strength fc = 25 MPa at 28 days on standard cylinders as per standard practice of code AASHTO/ASTM and cement conforming to BDS EN 197-1: 2003 CEM-II/A-L/M/V/W 42.5N, high range water reducing admixture of complying type A or F under ASTM C 494 (Doses of admixture to be fixed by the mix design), sand of minimum FM 2.5 and 20mm down well graded crushed stone chips broken from boulders (Preferably stone chips from Madhyapara, Dinajpur, LAA value not exceeding 30) conforming to ASTM C 33, including breaking chips, screening through proper sieves, placing &amp; maintaining re-bar cage in position, jointing longitudinal bars by welding or re-bar coupling method, placing and removing tripod/ derick as per requirement, mixing in standard-mixture machine with hoper, maintaining allowable slump of 150mm to 200mm, placing a sliding plug or barrier to prevent direct contact between the first charge of concrete in the pipe of the tremie and the water of drilling fluid, pouring the concrete in bore hole with the help of trimie pipe, maintaining the trimie pipe immersed in concrete by at least 1.5m throughout the period of concreting etc. including cost of all materials, labour, equipment and all incidental charges but excluding the cost of reinforcement and its fabrication, welding, coupling and placing etc. all complete as per design, drawing, specifications and direction of the E-I-C. The contractor shall maintain a continuous record of the volume of concrete used and the level of the concrete in the pipe. Any deviations from the theoretical, or expected, volume/ level relationship shall be immediately reported to the E-I-C. Additional quantity of cement to be added if required to attain the specified strength to be provided by the contractor at his own cost.&nbsp;</p><p>[Using Concrete Mixture Machine and retail rate of Cement]</p>', '2023-10-22 14:30:16', '2024-02-04 06:10:52'),
(566, 27, 20, 20, 39, '4.07.04', '1', 16559.15, 16632.60, 15607.12, 15876.43, '<p>RCC-25SCBP: Reinforced cement concrete work for cast-in-situ pile with minimum cement content relates to mix ratio 1:1.5:3 and maximum water cement ratio 0.4 having minimum required average compressive strength, fcr = 33.5 MPa and satisfying a compressive strength fc = 25 MPa at 28 days on standard cylinders as per standard practice of code AASHTO/ASTM and cement conforming to BDS EN 197-1: 2003 CEM-II/A-L/M/V/W 42.5N, high range water reducing admixture of complying type A, For G under ASTM C 494 (Doses of admixture to be fixed by the mix design), sand of minimum FM 2.5 and 20mm down well graded crushed stone chips broken from boulders (Preferably stone chips from Madhyapara, Dinajpur, LAA value not exceeding 30) conforming to ASTM C 33, including breaking chips, screening through proper sieves, placing &amp; maintaining re-bar cage in position, jointing longitudinal bars by welding or re-bar coupling method, placing and removing tripod/ derrick as per requirement, mixing in mechanized batch mix plant &amp; pumping using line pump or boom placer, maintaining allowable slump of 150mm to 200mm, placing a sliding plug or barrier to prevent direct contact between the first charge of concrete in the pipe of the tremie and the water of drilling fluid, pouring the concrete in bore hole with the help of trimie pipe, maintaining the trimie pipe immersed in concrete by at least 1.5m throughout the period of concreting etc. including cost of all materials, labour, equipment and all incidental charges but excluding the cost of reinforcement and its fabrication, welding, coupling and placing etc. all complete as per design, drawing, specifications and direction of the E-I-C. The contractor shall maintain a continuous record of the volume of concrete used and the level of the concrete in the pipe. Any deviations from the theoretical, or expected, volume/level relationship shall be immediately reported to the E-I-C. Additional quantity of cement to be added if required to attain the specified strength to be provided by the contractor at his own cost.<br>[Using Batching Plant, Transit Mixer, Concrete Pump and bulk rate of Cement]</p>', '2023-10-22 14:31:37', '2024-02-04 06:10:52'),
(567, 27, 20, 20, 39, '4.07.05', '1', 17430.89, 17504.34, 16479.46, 16748.17, '<p><br>RCC-30SCBP: Reinforced cement concrete work for cast-in-situ pile with minimum cement content and maximum water cement ratio as specified by the laboratory having minimum required average compressive strength, fcr = 38.5 MPa and satisfying a specified compressive strength, fc = 30 MPa at 28 days on standard cylinder as per standard practice of Code AASHTO/ ASTM and cement conforming to BDS EN 197-1 : 2003 CEM-152.5N/ASTM C150 Type-1, high range water reducing admixture of complying type A, F or G under ASTM C 494 (Doses of admixture to be fixed by the mix design), sand of minimum FM 2.5 and 20mm down well graded crushed stone chips broken from boulders (Preferably stone chips from Madhyapara, Dinajpur, LAA value not exceeding 30) conforming to ASTM C 33 including breaking chips, screening through proper sieves, placing &amp; maintaining re-bar cage in position, jointing longitudinal bars by welding or re-bar coupling method, placing and removing tripod/ derrick as per requirement, mixing in mechanized batch mix plant &amp; pumping using line pump or boom placer, maintaining allowable slump of 150mm to 200mm, placing a sliding plug or barrier to prevent direct contact between the first charge of concrete in the pipe of the tremie and the water of drilling fluid, pouring the concrete in bore hole with the help of trimie pipe, maintaining the trimie pipe immersed in concrete by at least 1.5m throughout the period of concreting etc. including cost of all materials, labour, equipment and all incidental charges but excluding the cost of reinforcement and its fabrication, welding, coupling and placing etc. all complete as per design, drawing, specifications and direction of the E-I-C. The contractor shall maintain a continuous record of the volume of concrete used and the level of the concrete in the pipe. Any deviations from the theoretical, or expected volume/ level relationship shall be immediately reported to the E-I-C. Additional quantity of cement to be added if required to attain the specified strength to be provided by the contractor at his own cost. The Mix Design shall have to be approved by the concerned District Quality Control Laboratory or any other reputed laboratory approved by the competent authority before execution of the work.&nbsp;</p><p>[Using Batching Plant, Transit Mixer, Concrete Pump and bulk rate of Cement]</p>', '2023-10-22 14:32:49', '2024-02-04 06:10:52'),
(568, 27, 20, 13, 39, '4.07.06.01', '1', 7459.03, 7458.36, 7455.66, 7455.66, '<p>400mm diameter and 6mm thick wall</p>', '2023-10-22 14:34:39', '2024-02-04 06:10:52'),
(569, 27, 20, 13, 39, '4.07.06.02', '1', 9928.81, 9928.11, 9925.28, 9925.28, '<p>500mm diameter and 6mm thick wall</p>', '2023-10-22 14:35:43', '2024-02-04 06:10:52'),
(570, 27, 20, 13, 39, '4.07.06.03', '1', 11907.69, 11906.90, 11903.74, 11903.74, '<p>600mm diameter and 6mm thick wall<br>&nbsp;</p>', '2023-10-22 14:40:59', '2024-02-04 06:10:52'),
(571, 27, 20, 13, 39, '4.07.06.04', '1', 13826.76, 13825.97, 13822.81, 13822.81, '<p>700mm diameter and 6mm thick wall<br>&nbsp;</p>', '2023-10-22 14:45:12', '2024-02-04 06:10:52'),
(572, 27, 20, 13, 39, '4.07.06.05', '1', 20951.94, 20951.10, 20947.71, 20947.71, '<p>800mm diameter and 8mm thick wall<br>&nbsp;</p>', '2023-10-22 14:46:58', '2024-02-04 06:10:52'),
(573, 27, 20, 13, 39, '4.07.06.06', '1', 23506.00, 23505.15, 23501.77, 23501.77, '<p>900mm diameter and 8mm thick wall<br>&nbsp;</p>', '2023-10-22 14:49:00', '2024-02-04 06:10:52'),
(574, 27, 20, 13, 39, '4.07.06.07', '1', 32550.25, 32549.35, 32545.74, 32545.74, '<p>1000mm diameter and 10mm thick wall<br>&nbsp;</p>', '2023-10-22 14:51:24', '2024-02-04 06:10:52'),
(575, 27, 20, 13, 39, '4.07.06.08', '1', 37274.34, 37273.42, 37269.75, 37269.75, '<p>1200mm diameter and 10mm thick wall<br>&nbsp;</p>', '2023-10-22 15:02:12', '2024-02-04 06:10:52'),
(576, 27, 20, 13, 39, '4.07.06.09', '1', 54471.13, 54470.18, 54466.38, 54466.38, '<p>1500mm diameter and 12mm thick wall<br>&nbsp;</p>', '2023-10-22 15:03:29', '2024-02-04 06:10:52'),
(577, 27, 20, 13, 39, '4.07.06.10', '1', 65296.01, 65294.90, 65290.47, 65290.47, '<p>1800mm diameter and 12mm thick wall<br>&nbsp;</p>', '2023-10-22 15:04:45', '2024-02-04 06:10:52'),
(578, 27, 20, 13, 39, '4.07.06.11', '1', 96645.38, 96644.11, 96639.04, 96639.04, '<p>2000mm diameter and 16mm thick wall<br>&nbsp;</p>', '2023-10-22 15:06:26', '2024-02-04 06:10:52'),
(579, 27, 20, 13, 39, '4.07.06.12', '1', 150774.80, 150773.38, 150767.68, 150767.68, '<p>2500mm diameter and 20mm thick wall</p>', '2023-10-22 15:07:43', '2024-02-04 06:10:52'),
(580, 27, 20, 21, 39, '4.07.06.13', '1', 121795.76, 121794.60, 121790.00, 121790.00, '<p>Any other diameter and thickness not mentioned in the specified rate chart.&nbsp;<br>Measurement will be based on the weight of the steel casing. Hire Charge of Tripod, Mechanical Winch Machine, Derrick, Welding machine, and other nececcery manpower is included in this unit rate.</p>', '2023-10-22 15:09:00', '2024-02-04 06:10:52'),
(581, 27, 20, 7, 39, '4.07.07.01', '1', 4.00, 3.97, 3.82, 3.82, '<p>SW: spot/tack welding at contact point of the spirals at reasonalbe intervals with the main vertical reinforcements of re-bar cage to be placed in borehole.</p>', '2023-10-22 15:09:49', '2024-02-04 06:10:52'),
(582, 27, 20, 13, 39, '4.07.07.02', '1', 483.00, 483.00, 474.22, 474.22, '<p>LW: Direct type Lap-welded splice over two sides of contact by welding of minimum length not less than 10 times of bar diameter unless otherwise mentioned in the working drawing at the lap of main reinforcement in re-bar cage to be placed in borehole.<br>&nbsp;</p>', '2023-10-22 15:10:38', '2024-02-04 06:10:52'),
(583, 27, 20, 20, 39, '4.07.08', '1', 3595.00, 3518.00, 3274.00, 3274.00, '<p>Labour for breaking head of hardened cast-in-situ bored pile/ pre- cast piles to the correct lines and levels from the top of the piles to the cut-off level as indicated in the approved drawing and exposing pile reinforcement for embedment in pile cap by any means and disposal of the debris to an unobjectionable place outside the site premises including scrapping and removing concrete from steel/ MS rods, straightening and bending of pile bars, preparation and making of platform where necessary, carrying, all sorts of handling, stacking the same properly after clearing, leveling and dressing the site and clearing the river bed, etc. all complete as per direction of the E-I-C. Measurement will be given for the actual pile head volume to be broken. The debris from pile chipping shall be disposed outside the site premises at an environmentally safe place with minimum traffic disruption and procuring entity will not be responsilbe for any irregularities by the party regarding dumping of the debris. [PWD 09.7)</p>', '2023-10-22 15:11:29', '2024-02-04 06:10:52'),
(584, 27, 20, 20, 39, '4.07.09', '1', 12680.29, 12635.90, 12242.17, 12242.17, '<p>RCC-17BCCM: Reinforced cement concrete work for pre-cast pile with minimum cement content relates to nominal mix ratio 1:2:4 and maximum water cement ratio 0.4 having minimum required average strength, fcr = 24 MPa and satisfying a compressive strength fc = 17 MPa at 28 days on standard cylinders as per standard practice of Code AASHTO/ASTM and cement conforming to BDS EN 197-1: 2003 CEM-II/A-L/M/V/W 42.5N, sand of minimum FM 1.8 and 20mm down well graded crushed picked brick chips (LAA value &amp; maximum water absorption not exceeding 38 &amp; 15% respectively) conforming to ASTM C 33 including breaking chips, screening through proper sieves, cleaning and washing, centering and shuttering with MS sheet, MS angle, nuts and bolts, chamfering edges, preparation of casting beds, laying polythene, placing reinforcement cages in position, mixing in standard mixture machine with hoper, maintaining allowable slump of 50mm to 100mm, casting, compacting by mechanical vibrators and tapered rods as where necessary, curing for 28 days etc. The cost of reinforcement and it\'s fabrication, binding, welding and placing is not included in this unit rate. Additional quantity of cement to be added if required to attain the specified strength to be provided by the contractor at his own cost. [Using Concrete Mixture Machine and retail rate of Cement]&nbsp;</p>', '2023-10-22 15:13:13', '2024-02-04 06:10:52'),
(585, 27, 20, 20, 39, '4.07.10', '1', 18047.02, 18128.36, 16913.47, 17227.85, '<p>RCC-25SCCM: Reinforced cement concrete work for pre-cast pile with cement content relates to mix ratio 1:1.5:3 and maximum water cement ratio 0.4 having minimum required average compressive strength, fcr = 33.5 MPa and satisfying a compressive strength fc = 25 MPa at 28 days on standard cylinders as per standard practice of code AASHTO/ ASTM and cement conforming to BDS EN 197-1 : 2003 CEM-II/A-L/M/V/W 42.5N, water reducing admixture of complying type A under ASTM C 494 (Doses of admixture to be fixed by the mix design), sand of minimum FM 2.5 and 20mm down well graded crushed stone chips broken from boulders (Preferably stone chips from Madhyapara, Dinajpur, LAA value not exceeding 30) conforming to ASTM C 33, including breaking stone boulders into chips, screening through proper sieves, cleaning and washing, centering and shuttering with MS sheet, MS angle, nuts and bolts, chamfering edges, preparation of casting beds, laying polythene, placing reinforcement cages in position, mixing in standard mixture machine with hoper, maintaining allowable slump of 50mm to 100mm, casting, compacting by mechanical vibrators and tapered rods as where necessary, curing for 28 days etc. The cost of reinforcement and it\'s fabrication, binding, welding and placing is not included but the cost of admixture is included in this unit rate. Additional quantity of cement to be added if required to attain the specified strength to be provided by the contractor at his own cost. [Using Concrete Mixture Machine and retail rate of Cement]</p>', '2023-10-22 15:14:23', '2024-02-04 06:10:52'),
(586, 27, 20, 20, 39, '4.07.11', '1', 18405.93, 18495.88, 17297.50, 17611.88, '<p>RCC-25SCBP: Reinforced cement concrete work for pre-cast pile with cement content relates to mix ratio 1:1.5:3 and maximum water cement ratio 0.4 having minimum required average compressive strength, fcr = 33.5 MPa and satisfying a compressive strength fc = 25 MPa at 28 days on standard cylinders as per standard practice of code AASHTO/ASTM and cement conforming to BDS EN 197-1: 2003 CEM-II/A-L/M/V/W 42.5N, water reducing admixture of complying type A under ASTM C 494 (Doses of admixture to be fixed by the mix design), sand of minimum FM 2.5 and 20mm down well graded crushed stone chips broken from boulders (Preferably stone chips from Madhyapara, Dinajpur, LAA value not exceeding 30) conforming to ASTM C 33, including breaking stone boulders into chips, screening through proper sieves, cleaning and washing, centering and shuttering with MS sheet, MS angle, nuts and bolts, chamfering edges, preparation of casting beds, laying polythene, placing reinforcement cages in position, mixing in mechanized batch mix plant &amp; pumping using line pump or boom placer, maintaining allowable slump of 50mm to 100mm, casting, compacting by mechanical vibrators and tapered rods as where necessary, curing for 28 days etc. The cost of reinforcement and it\'s fabrication, binding, welding and placing is not included but the cost of admixture is included in this unit rate. Additional quantity of cement to be added if required to attain the specified strength to be provided by the &nbsp;contractor at his own cost. [Using Batching Plant, Transit Mixer, Concrete Pump and bulk rate of Cement]</p>', '2023-10-22 15:16:05', '2024-02-04 06:10:52'),
(587, 27, 20, 20, 39, '4.07.12', '1', 19339.62, 19429.57, 18231.19, 18545.58, '<p>RCC-30SCBP: Reinforced cement concrete work for pre-cast pile with minimum cement content and maximum water cement ratio as specified by the laboratory having minimum required average compressive strength, fcr = 38.5 MPa and satisfying a specified compressive strength, fc = 30 MPa at 28 days on standard cylinders as per standard practice of code AASHTO/ASTM and cement conforming to BDS EN 197-1:2003 CEM-I 52.5N/ASTM C150 Type-1, water reducing admixture of complying type A under ASTM C 494 (Doses of admixture to be fixed by the mix design), sand of minimum FM 2.5 and 20mm down well graded crushed stone chips broken from boulders (Preferably stone chips from Madhyapara, Dinajpur, LAA value not exceeding 30) conforming to ASTM C 33, including breaking stone boulders into chips, screening through proper sieves, cleaning and washing, centering and shuttering with MS sheet, MS angle, nuts and bolts, chamfering edges, preparation of casting beds, laying polythene, placing reinforcement cages in position, mixing in mechanized batch mix plant &amp; pumping using line pump or boom placer, maintaining allowable slump of 50mm to 100mm, casting, compacting by mechanical vibrators and tapered rods as where necessary, curing for 28 days etc. The cost of reinforcement and it\'s fabrication, binding, welding and placing is not included but the cost of admixture is included in this unit rate. Additional quantity of cement to be added if required to attain the specified strength to be provided by the contractor at his own cost. The Mix Design shall have to be approved by the concerned District Quality Control Laboratory or any other reputed laboratory approved by the competent authority before execution of the work.<br>[Using Batching Plant, Transit Mixer, Concrete Pump and bulk rate of Cement]</p>', '2023-10-22 15:17:16', '2024-02-04 06:10:52'),
(588, 27, 20, 36, 39, '4.07.13', '1', 10307.03, 10307.03, 10307.03, 10307.03, '<p>Mobilization and demobilization of drop hammer type pre-cast pile driving rig set.</p>', '2023-10-22 15:19:12', '2024-02-04 06:10:52'),
(589, 27, 20, 13, 39, '4.07.14.01', '1', 414.94, 410.36, 393.47, 393.47, '<p>X-section of pre-cast pile: 225mm X 225mm<br>&nbsp;</p>', '2023-10-22 15:20:46', '2024-02-04 06:10:52'),
(590, 27, 20, 13, 39, '4.07.14.02', '1', 514.00, 508.00, 489.00, 489.00, '<p>X-section of pre-cast pile: 250mm X 250mm [PWD 09.15)<br>&nbsp;</p>', '2023-10-22 15:21:45', '2024-02-04 06:10:52'),
(591, 27, 20, 13, 39, '4.07.14.03', '1', 817.00, 809.00, 778.00, 778.00, '<p>X-section of pre-cast pile: 300mm x 300mm and 350mm X 350mm [PWD 09.16]<br>&nbsp;</p>', '2023-10-22 15:23:01', '2024-02-04 06:10:52'),
(592, 27, 20, 37, 39, '4.07.15', '1', 184004.97, 184004.97, 184004.97, 184004.97, '<p>Mobilization and demobilization of automatic diesel hammer mounted compete rig set.</p>', '2023-10-22 15:24:50', '2024-02-04 06:10:52'),
(593, 27, 20, 13, 39, '4.07.16.01', '1', 607.32, 603.31, 595.15, 595.15, '<p>X-section of pre-cast pile: 225 X 225 mm<br>&nbsp;</p>', '2023-10-22 15:27:14', '2024-02-04 06:10:52'),
(594, 27, 20, 13, 39, '4.07.16.02', '1', 781.84, 776.68, 766.19, 766.19, '<p>X-section of pre-cast pile: 250 mm X 250 mm<br>&nbsp;</p>', '2023-10-22 15:28:54', '2024-02-04 06:10:52'),
(595, 27, 20, 13, 39, '4.07.16.03', '1', 1022.52, 1015.78, 1002.06, 1002.06, '<p>X-section of pre-cast pile: 300 X 300~mm<br>&nbsp;</p>', '2023-10-22 15:30:11', '2024-02-04 06:10:52'),
(596, 27, 20, 13, 39, '4.07.16.04', '1', 1093.83, 1086.62, 1071.93, 1071.93, '<p>X-section of pre-cast pile: 350 X 350~mm<br>&nbsp;</p>', '2023-10-22 15:31:21', '2024-02-04 06:10:52');
INSERT INTO `items` (`id`, `category_id`, `sub_category_id`, `unit_id`, `financial_rate_id`, `code`, `status`, `dhaka_mymensingh`, `chittagong_sylhet`, `rajshahi_rangpur`, `khulna_barishal`, `description`, `created_at`, `updated_at`) VALUES
(597, 27, 20, 13, 39, '4.07.16.05', '1', 1214.54, 1206.52, 1190.21, 1190.21, '<p>X-section of pre-cast pile: 400 X 400~mm<br>&nbsp;</p>', '2023-10-22 15:32:22', '2024-02-04 06:10:52'),
(598, 27, 20, 13, 39, '4.07.16.06', '1', 1301.89, 1293.30, 1275.81, 1275.81, '<p>X-section of pre-cast pile: 450 X 450~mm<br>&nbsp;</p>', '2023-10-22 15:33:39', '2024-02-04 06:10:52'),
(599, 27, 20, 36, 39, '4.07.17.01', '1', 188103.24, 188103.24, 188103.24, 188103.24, '<p>Maximum pile driving force up to 120 ton<br>&nbsp;</p>', '2023-10-22 15:34:52', '2024-02-04 06:10:52'),
(600, 27, 20, 36, 39, '4.07.17.02', '1', 239638.38, 239638.38, 239638.38, 239638.38, '<p>Maximum pile driving force 120 to 180 ton<br>&nbsp;</p>', '2023-10-22 15:35:37', '2024-02-04 06:10:52'),
(601, 27, 20, 36, 39, '4.07.17.03', '1', 291173.51, 291173.51, 291173.51, 291173.51, '<p>Maximum pile driving force 180 to 260 ton<br>&nbsp;</p>', '2023-10-22 15:36:34', '2024-02-04 06:10:52'),
(602, 27, 20, 36, 39, '4.07.07.04', '1', 368476.22, 368476.22, 368476.22, 368476.22, '<p>Maximum pile driving force 260 to 360 ton<br>&nbsp;</p>', '2023-10-22 15:37:28', '2024-02-04 06:10:52'),
(603, 27, 20, 36, 39, '4.07.17.05', '1', 420011.35, 420011.35, 420011.35, 420011.35, '<p>Maximum pile driving force above 360 ton</p>', '2023-10-22 15:38:21', '2024-02-04 06:10:52'),
(604, 27, 20, 13, 39, '4.07.18.01', '1', 886.00, 885.00, 883.00, 883.00, '<p>X-section of pre-cast pile: 300 mm x 300mm &amp; 350mm X 350 mm [PWD <a href=\"https://9.25.2.1/\">9.25.2.1</a>]<br>&nbsp;</p>', '2023-10-22 15:39:38', '2024-02-04 06:10:52'),
(605, 27, 20, 13, 39, '4.07.18.02', '1', 997.00, 996.00, 993.00, 993.00, '<p>X-section of pre-cast pile: 400 mm X 400 mm [PWD <a href=\"https://9.25.2.2/\">9.25.2.2</a>]</p>', '2023-10-22 15:40:39', '2024-02-04 06:10:52'),
(606, 27, 20, 13, 39, '4.07.18.03', '1', 1043.00, 1041.90, 1038.87, 1038.87, '<p>X-section of pre-cast pile: 450 mm X 450 mm [PWD <a href=\"https://9.25.2.3/\">9.25.2.3</a>] &amp; Above</p>', '2023-10-22 15:41:43', '2024-02-04 06:10:52'),
(607, 27, 20, 13, 39, '4.07.19.01', '1', 8933.82, 8932.75, 8931.05, 8931.05, '<p>Steel H-Piles of 400mm x 250mm conforming to requirements of AASHTO M 183.<br>&nbsp;</p>', '2023-10-22 15:42:41', '2024-02-04 06:10:52'),
(608, 27, 20, 13, 39, '4.07.19.02', '1', 10085.67, 10084.43, 10082.45, 10082.45, '<p>Steel H-Piles of 450mm x 250mm conforming to requirements of AASHTO M 183.<br>&nbsp;</p>', '2023-10-22 15:45:26', '2024-02-04 06:10:52'),
(609, 27, 20, 7, 39, '4.07.20', '1', 3326.00, 3296.00, 3173.00, 3173.00, '<p>Manufacturing, supplying and fixing MS shoe for RCC pre-cast pile tip with tip area 12mm x 12 mm, but area 150mm x 150mm and height 250mm, fabricated with 6mm thick 4 nos MS plate (12mm x 150mm x 250mm) at sides and one plate (12mm x 12mm) at tip, having 6mm thick continuous fillet weld at all joints and 20mm dia. 800mm long anchor MS re-bar along with 4 nos. 20mm x 20mm x 3mm MS angle welded to the tip plate including cost of all materials, labour etc. all complete as per design, drawing &amp; direction of the E-I- C. [PWD 09.13]</p>', '2023-10-22 15:52:01', '2024-02-04 06:10:52'),
(610, 27, 20, 13, 39, '4.07.21.01.01', '1', 426.95, 429.03, 401.96, 409.02, '<p>Cost of reinforced cement concrete<br>&nbsp;</p>', '2023-10-22 15:53:09', '2024-02-04 06:10:52'),
(611, 27, 20, 13, 39, '4.07.21.01.02', '1', 240.45, 237.31, 226.26, 226.26, '<p>Cost of driving up to 8.00m</p>', '2023-10-22 15:54:41', '2024-02-04 06:10:53'),
(612, 27, 20, 13, 39, '4.07.21.02.01', '1', 758.72, 762.45, 714.27, 726.85, '<p>Cost of reinforced cement concrete<br>&nbsp;</p>', '2023-10-22 15:56:15', '2024-02-04 06:10:53'),
(613, 27, 20, 13, 39, '4.07.21.02.02', '1', 316.27, 312.05, 297.09, 297.09, '<p>Cost of driving up to 8.00m</p>', '2023-10-22 15:57:14', '2024-02-04 06:10:53'),
(614, 27, 20, 7, 39, '4.07.22.01', '1', 10926.00, 10907.00, 10793.00, 10805.00, '<p>X-section of pre cast pile segment :300mm x 300mm [PWD 09.24.1)<br>&nbsp;</p>', '2023-10-22 15:58:25', '2024-02-04 06:10:53'),
(615, 27, 20, 7, 39, '4.07.22.02', '1', 12347.00, 12329.00, 12207.00, 12219.00, '<p>X-section of pre cast pile segment: 350 mm x 350 mm [PWD 09.24.2)<br>&nbsp;</p>', '2023-10-22 15:59:19', '2024-02-04 06:10:53'),
(616, 27, 20, 7, 39, '4.07.22.03', '1', 13922.00, 13903.00, 13774.00, 13786.00, '<p>X-section of pre cast pile segment: 400mm x 400mm [PWD 09.24.3)<br>&nbsp;</p>', '2023-10-22 16:00:19', '2024-02-04 06:10:53'),
(617, 27, 20, 7, 39, '4.07.22.04', '1', 14278.00, 14260.00, 14134.00, 14146.00, '<p>X-section of pre cast pile segment: 450 mm x 450 mm [PWD 09.24.4)</p>', '2023-10-22 16:01:12', '2024-02-04 06:10:53'),
(618, 27, 20, 7, 39, '4.07.23.01', '1', 148387.11, 148230.85, 147147.82, 147147.82, '<p>Up to 75 MT<br>&nbsp;</p>', '2023-10-22 16:02:54', '2024-02-04 06:10:53'),
(619, 27, 20, 7, 39, '4.07.23.02', '1', 198928.56, 198866.27, 197689.26, 197689.26, '<p>Above 75 MT and up to 125 MT<br>&nbsp;</p>', '2023-10-22 16:04:39', '2024-02-04 06:10:53'),
(620, 27, 20, 7, 39, '4.07.23.03', '1', 260499.76, 260432.30, 258888.67, 258888.67, '<p>Above 125 MT and up to 175 MT<br>&nbsp;</p>', '2023-10-22 16:05:57', '2024-02-04 06:10:53'),
(621, 27, 20, 7, 39, '4.07.23.04', '1', 311041.21, 311067.73, 309430.12, 309430.12, '<p>Above 175 MT and up to 225 MT<br>&nbsp;</p>', '2023-10-22 16:07:14', '2024-02-04 06:10:53'),
(622, 27, 20, 7, 39, '4.07.23.05', '1', 361602.80, 361723.52, 359991.71, 359991.71, '<p>Above 225 MT and up to 275 MT<br>&nbsp;</p>', '2023-10-22 16:08:36', '2024-02-04 06:10:53'),
(623, 27, 20, 7, 39, '4.07.23.06', '1', 414850.89, 415015.80, 412991.95, 412991.95, '<p>Above 275 MT and up to 325 MT<br>&nbsp;</p>', '2023-10-22 16:09:46', '2024-02-04 06:10:53'),
(624, 27, 20, 7, 39, '4.07.23.07', '1', 465392.07, 465650.96, 463533.13, 463533.13, '<p>Above 325 MT and up to 375 MT</p>', '2023-10-22 16:14:04', '2024-02-04 06:10:53'),
(625, 27, 20, 7, 39, '4.07.23.08', '1', 507132.61, 506136.27, 504019.03, 504019.03, '<p>Above 375 MT and up to 500 MT<br>&nbsp;</p>', '2023-10-22 16:16:18', '2024-02-04 06:10:53'),
(626, 27, 20, 7, 39, '4.07.23.09', '1', 778268.24, 777072.62, 774531.94, 774531.94, '<p>Above 500 MT and up to 700 MT<br>&nbsp;</p>', '2023-10-22 16:18:38', '2024-02-04 06:10:53'),
(627, 27, 20, 7, 39, '4.07.23.10', '1', 943438.73, 941944.21, 938768.36, 938768.36, '<p>Above 700 MT and up to 900 MT<br>&nbsp;</p>', '2023-10-22 16:37:11', '2024-02-04 06:10:53'),
(629, 27, 20, 21, 39, '4.07.23.17', '1', 1432.40, 1430.49, 1426.44, 1426.44, '<p>On each additional load Above 2100 MT</p>', '2023-10-22 18:39:28', '2024-02-04 06:10:53'),
(630, 27, 20, 7, 39, '4.07.24.01', '1', 34786.22, 34786.22, 34786.22, 34786.22, '<p>LLT_50: Up to 50 ton capacity pile</p>', '2023-10-22 18:40:49', '2024-02-04 06:10:53'),
(631, 27, 20, 7, 39, '4.07.24.02', '1', 52823.51, 52823.51, 52823.51, 52823.51, '<p>LLT_50+: Above 50 ton capacity pile</p>', '2023-10-22 18:44:53', '2024-02-04 06:10:53'),
(632, 27, 20, 18, 39, '4.07.26.01', '1', 38651.35, 38651.35, 38586.93, 38586.93, '<p>PIT on 10 (ten) nos. piles or less of a single bridge (up to 100km of Dhaka/ nearby source to site)</p>', '2023-10-22 18:46:36', '2024-02-04 06:10:53'),
(633, 27, 20, 32, 39, '4.07.26.02', '1', 47.24, 47.24, 47.24, 47.24, '<p>Additional charge on Mobilization &amp; demobilization beyond 100km of Dhaka/ nearby source to site<br>&nbsp;</p>', '2023-10-22 18:48:37', '2024-02-04 06:10:53'),
(634, 27, 20, 7, 39, '4.07.26.03', '1', 1717.92, 1717.92, 1713.63, 1713.63, '<p>PIT on each additional pile after 10 (ten) piles tested.</p>', '2023-10-22 18:49:51', '2024-02-04 06:10:53'),
(635, 27, 20, 7, 39, '4.07.27.01.01', '1', 113990.81, 113898.78, 113530.68, 113530.68, '<p>lOnly one pile at a site to test in single run<br>&nbsp;</p>', '2023-10-22 18:52:11', '2024-02-04 06:10:53'),
(636, 27, 20, 7, 39, '4.07.27.01.02', '1', 94051.62, 93959.59, 93591.49, 93591.49, '<p>Up to two piles at a site to test in single run<br>&nbsp;</p>', '2023-10-22 18:54:47', '2024-02-04 06:10:53'),
(637, 27, 20, 7, 39, '4.07.27.01.03', '1', 87404.89, 87312.87, 86944.76, 86944.76, '<p>Up to three piles at a site to test in single run<br>&nbsp;</p>', '2023-10-22 18:56:26', '2024-02-04 06:10:53'),
(638, 27, 20, 7, 39, '4.07.27.01.04', '1', 84082.03, 83990.00, 83621.89, 83621.89, '<p>four or above piles at a site to test in single run</p>', '2023-10-22 18:58:22', '2024-02-04 06:10:53'),
(639, 27, 20, 7, 39, '4.07.27.02.01', '1', 182753.41, 182661.38, 182293.27, 182293.27, '<p>Only one pile at a site to test in single run<br>&nbsp;</p>', '2023-10-22 18:59:37', '2024-02-04 06:10:53'),
(640, 27, 20, 7, 39, '4.07.27.02.02', '1', 132905.43, 132813.41, 132445.30, 132445.30, '<p>Up to two piles at a site to test in single run<br>&nbsp;</p>', '2023-10-22 19:00:59', '2024-02-04 06:10:53'),
(641, 27, 20, 7, 39, '4.07.27.02.03', '1', 116289.11, 116197.08, 115828.97, 115828.97, '<p>Up to three piles at a site to test in single run<br>&nbsp;</p>', '2023-10-22 19:02:31', '2024-02-04 06:10:53'),
(642, 27, 20, 7, 39, '4.07.27.02.04', '1', 107981.45, 107889.42, 107521.31, 107521.31, '<p>four or above piles at a site to test in single run</p>', '2023-10-22 19:04:03', '2024-02-04 06:10:53'),
(643, 27, 20, 7, 39, '4.07.27.03.01', '1', 299616.99, 299524.97, 299156.86, 299156.86, '<p>Only one pile at a site to test in single run<br>&nbsp;</p>', '2023-10-22 19:05:53', '2024-02-04 06:10:53'),
(644, 27, 20, 7, 39, '4.07.27.03.02', '1', 219860.24, 219768.21, 219400.10, 219400.10, '<p>Up to two piles at a site to test in single run<br>&nbsp;</p>', '2023-10-22 19:07:11', '2024-02-04 06:10:53'),
(645, 27, 20, 7, 39, '4.07.23.03.03', '1', 193274.32, 193182.29, 192814.18, 192814.18, '<p>Up to three piles at a site to test in single run<br>&nbsp;</p>', '2023-10-22 19:08:35', '2024-02-04 06:10:53'),
(646, 27, 20, 7, 39, '4.07.27.03.04', '1', 179981.86, 179889.83, 179521.72, 179521.72, '<p>four or above piles at a site to test in single run</p>', '2023-10-22 19:09:49', '2024-02-04 06:10:53'),
(647, 27, 20, 7, 39, '4.07.27.04.01', '1', 384918.38, 384826.35, 384458.24, 384458.24, '<p>Only one pile at a site to test in single run<br>&nbsp;</p>', '2023-10-22 19:11:30', '2024-02-04 06:10:53'),
(648, 27, 20, 7, 39, '4.07.27.04.02', '1', 280237.64, 280145.61, 279777.50, 279777.50, '<p>Up to two piles at a site to test in single run<br>&nbsp;</p>', '2023-10-22 19:13:06', '2024-02-04 06:10:53'),
(649, 27, 20, 7, 39, '4.07.27.04.03', '1', 245344.05, 245252.03, 244883.92, 244883.92, '<p>Up to three piles at a site to test in single run<br>&nbsp;</p>', '2023-10-22 19:14:33', '2024-02-04 06:10:53'),
(650, 27, 20, 7, 39, '4.07.27.04.04', '1', 227897.26, 227805.24, 227437.13, 227437.13, '<p>four or above piles at a site to test in single run</p>', '2023-10-22 19:16:10', '2024-02-04 06:10:53'),
(651, 27, 20, 7, 39, '4.07.27.05.01', '1', 434766.35, 434674.32, 434306.22, 434306.22, '<p>Only one pile at a site to test in single run</p>', '2023-10-22 19:18:15', '2024-02-04 06:10:53'),
(652, 27, 20, 7, 39, '4.07.27.05.02', '1', 305161.62, 305069.59, 304701.49, 304701.49, '<p>Up to two piles at a site to test in single run<br>&nbsp;</p>', '2023-10-22 19:22:05', '2024-02-04 06:10:53'),
(653, 27, 20, 7, 39, '4.07.27.05.03', '1', 261963.37, 261871.34, 261503.23, 261503.23, '<p>Up to three piles at a site to test in single run<br>&nbsp;</p>', '2023-10-22 19:23:27', '2024-02-04 06:10:53'),
(654, 27, 20, 7, 39, '4.07.27.05.04', '1', 240359.26, 240267.23, 239899.12, 239899.12, '<p>four (or above) piles at a site to test in single run<br>&nbsp;</p>', '2023-10-22 19:25:21', '2024-02-04 06:10:53'),
(655, 27, 20, 13, 39, '4.07.28', '1', 891.67, 890.30, 884.52, 884.52, '<p>CSL Access Tube Installation: Supplying and Installation of 38 to 50mm inside diameter standard weight MS access tubes in each diameter drilled shaft to permit possible inspection by CSL having regular internal diameter, free of defects and obstructions, free from corrosion with clean internal and external faces to ensure a good bond between the concrete and the tubes, fit with a watertight shoe on the bottom and removable cap on the top, extended to within 150mm of the bottom of the drilled shaft to at least 1.0m above the top of the concrete and at least 0.6m but not more than 1.5m above the ground surface including materials, labour, tools and equipment necessary for unobstructed passage of the probes during the CSL Testing.</p>', '2023-10-22 19:26:15', '2024-02-04 06:10:53'),
(656, 27, 20, 18, 39, '4.07.29.01', '1', 278611.82, 278598.94, 278482.99, 278482.99, '<p>Mobilization &amp; demobilization within 100km of Dhaka/ nearby source to site and CSL Testing on 4 (four) nos, access tubes or less of a single bored pile/drilled shafts<br>&nbsp;</p>', '2023-10-22 19:27:55', '2024-02-04 06:10:53'),
(657, 27, 20, 32, 39, '4.07.29.02', '1', 47.24, 47.24, 47.24, 47.24, '<p>Additional charge on Mobilization &amp; demobilization beyond 100km of Dhaka/ nearby source to site<br>&nbsp;</p>', '2023-10-22 19:29:33', '2024-02-04 06:10:53'),
(658, 27, 20, 7, 39, '4.07.29.03', '1', 57091.27, 57088.05, 57059.06, 57059.06, '<p>CSL Testing on each additional access tube after 4(four) access tubes</p>', '2023-10-22 19:30:57', '2024-02-04 06:10:53'),
(659, 27, 20, 20, 39, '4.07.30.01', '1', 37556.23, 37272.79, 36332.27, 36332.27, '<p>PG_60: Post-grouting work by applying pressure up to 60 bars<br>&nbsp;</p>', '2023-10-22 19:33:24', '2024-02-04 06:10:53'),
(660, 27, 20, 36, 39, '4.07.31', '1', 149206.00, 149206.00, 149206.00, 149206.00, '<p>VH-MD: Mobilization and demobilization of Crane (crawler) and vibratory Hammer etc. compelete rig set (PWD 09.26)</p>', '2023-10-22 19:34:14', '2024-02-04 06:10:53'),
(661, 27, 21, 13, 39, '4.08.01.01.01', '1', 6592.08, 6565.09, 6381.52, 6381.52, '<p>Depth below bed level up to 3.0 m<br>&nbsp;</p>', '2023-10-22 19:47:36', '2024-02-04 06:10:53'),
(662, 27, 21, 13, 39, '4.08.01.01.02', '1', 9252.40, 9218.65, 8989.20, 8989.20, '<p>Depth beyond 3.0 m up to 10.0 m<br>&nbsp;</p>', '2023-10-22 19:49:02', '2024-02-04 06:10:53'),
(663, 27, 21, 13, 39, '4.08.01.01.03', '1', 10732.78, 10693.64, 10427.47, 10427.47, '<p>Depth beyond 10.0 m up to 15.0 m<br>&nbsp;</p>', '2023-10-22 19:50:43', '2024-02-04 06:10:53'),
(664, 27, 21, 13, 39, '4.08.01.01.04', '1', 13693.55, 13643.61, 13304.02, 13304.02, '<p>Depth beyond 15.0 m up to 20.0 m<br>&nbsp;</p>', '2023-10-22 19:52:06', '2024-02-04 06:10:53'),
(665, 27, 21, 13, 39, '4.08.01.01.05', '1', 22668.37, 22585.70, 22023.54, 22023.54, '<p>Depth beyond 20.0 m up to 25.0 m<br>[Considering additional cost for Kentledge including supports, loading arrangement and Labour.]</p>', '2023-10-22 19:53:13', '2024-02-04 06:10:53'),
(666, 27, 21, 13, 39, '4.08.01.01.06', '1', 32383.39, 32265.29, 31462.20, 31462.20, '<p>Depth beyond 25.0 m up to 30.0 m<br>[Considering additional cost for Kentledge including supports, loading arrangement and Labour.]</p>', '2023-10-22 19:54:20', '2024-02-04 06:10:53'),
(667, 27, 21, 13, 39, '4.08.01.01.07', '1', 49962.95, 49780.73, 48541.68, 48541.68, '<p>Depth beyond 30.0 m<br>[Considering additional cost for Kentledge including supports, loading arrangement and Labour.]</p>', '2023-10-22 19:58:47', '2024-02-04 06:10:53'),
(668, 27, 21, 13, 39, '4.08.01.02.01', '1', 9303.01, 9272.64, 9039.81, 9039.81, '<p>Depth below bed level up to 3.0 m</p>', '2023-10-22 19:59:44', '2024-02-04 06:10:53'),
(669, 27, 21, 13, 39, '4.08.01.02.02', '1', 22466.25, 22405.51, 21939.86, 21939.86, '<p>Depth beyond 3.0 m up to 10.0 m<br>&nbsp;</p>', '2023-10-22 20:01:02', '2024-02-04 06:10:53'),
(670, 27, 21, 13, 39, '4.08.01.02.03', '1', 26959.50, 26886.62, 26327.83, 26327.83, '<p>Depth beyond 10.0 m up to 15.0 m</p>', '2023-10-22 20:02:13', '2024-02-04 06:10:53'),
(671, 27, 21, 13, 39, '4.08.01.02.04', '1', 34822.69, 34728.55, 34006.78, 34006.78, '<p>Depth beyond 15.0 m up to 20.0 m<br>&nbsp;</p>', '2023-10-22 20:34:00', '2024-02-04 06:10:53'),
(672, 27, 21, 13, 39, '04.08.01.02.05', '1', 58412.25, 58254.34, 57043.63, 57043.63, '<p>Depth beyond 20.0 m up to 25.0 m<br>[Considering additional cost for Dewatering, Kentledge including supports, loading arrangement and Labour.]</p>', '2023-10-22 20:35:28', '2024-02-04 06:10:53'),
(673, 27, 21, 13, 39, '4.08.01.02.06', '1', 85371.86, 85140.95, 83371.46, 83371.46, '<p>Depth beyond 25.0 m up to 30.0 m<br>[Considering additional cost for Dewatering, Kentledge including supports, loading arrangement and Labour.]</p>', '2023-10-22 20:37:19', '2024-02-04 06:10:53'),
(674, 27, 21, 13, 39, '4.08.01.02.07', '1', 125811.01, 125470.88, 122863.20, 122863.20, '<p>Depth beyond 30.0 m<br>[Considering additional cost for Dewatering, Kentledge including supports, loading arrangement and Labour.]</p>', '2023-10-22 20:38:42', '2024-02-04 06:10:53'),
(675, 27, 21, 13, 39, '4.08.01.03.01', '1', 35416.72, 35134.51, 33693.79, 33693.79, '<p>Depth below bed level up to 3.0 m<br>&nbsp;</p>', '2023-10-22 20:40:13', '2024-02-04 06:10:53'),
(676, 27, 21, 13, 39, '4.08.01.04.01', '1', 9759.36, 9725.61, 9496.16, 9496.16, '<p>Depth below bed level up to 3.0 m<br>&nbsp;</p>', '2023-10-22 20:42:17', '2024-02-04 06:10:53'),
(677, 27, 21, 13, 39, '4.08.01.04.02', '1', 12925.01, 12884.52, 12609.18, 12609.18, '<p>Depth beyond 3.0 m up to 10.0 m<br>&nbsp;</p>', '2023-10-22 20:44:38', '2024-02-04 06:10:53'),
(678, 27, 21, 13, 39, '4.08.01.04.03', '1', 14993.01, 14946.04, 14626.64, 14626.64, '<p>Depth beyond 10.0 m up to 15.0 m<br>&nbsp;</p>', '2023-10-22 20:46:20', '2024-02-04 06:10:53'),
(679, 27, 21, 13, 39, '4.08.01.04.04', '1', 19129.02, 19069.09, 18661.58, 18661.58, '<p>Depth beyond 15.0 m up to 20.0 m<br>&nbsp;</p>', '2023-10-22 20:48:37', '2024-02-04 06:10:53'),
(680, 27, 21, 13, 39, '4.08.01.04.05', '1', 31666.28, 31567.07, 30892.48, 30892.48, '<p>Depth beyond 20.0 m up to 25.0 m&nbsp;<br>[Considering additional cost for Kentledge including supports, loading arrangement and Labour.]</p>', '2023-10-22 20:50:39', '2024-02-04 06:10:53'),
(681, 27, 21, 13, 39, '4.08.01.04.06', '1', 45237.54, 45095.82, 44132.11, 44132.11, '<p>Depth beyond 25.0 m up to 30.0 m<br>[Considering additional cost for Kentledge including supports, loading arrangement and Labour.]</p>', '2023-10-22 20:52:50', '2024-02-04 06:10:53'),
(682, 27, 20, 7, 39, '4.07.23.11', '1', 1411639.30, 1409636.80, 1405381.47, 1405381.47, '<p>Above 900 MT and up to 1100 MT</p>', '2023-10-22 21:02:47', '2024-02-04 06:10:53'),
(683, 27, 20, 7, 39, '4.07.23.12', '1', 1682263.26, 1679760.12, 1674440.96, 1674440.96, '<p>Above 1100 MT and up to 1300 MT<br>&nbsp;</p>', '2023-10-22 21:04:53', '2024-02-04 06:10:53'),
(684, 27, 20, 7, 39, '4.07.23.13', '1', 1934497.93, 1931494.16, 1925111.17, 1925111.17, '<p>Above 1300 MT and up to 1500 MT<br>&nbsp;</p>', '2023-10-22 21:35:45', '2024-02-04 06:10:53'),
(685, 27, 20, 7, 39, '4.07.23.14', '1', 2496871.04, 2493667.03, 2486858.50, 2486858.50, '<p>Above 1500 MT and up to 1700 MT<br>&nbsp;</p>', '2023-10-22 21:37:28', '2024-02-04 06:10:53'),
(686, 27, 20, 7, 39, '4.07.23.15', '1', 2749309.71, 2745705.20, 2738045.61, 2738045.61, '<p>Above 1700 MT and up to 1900 MT<br>&nbsp;</p>', '2023-10-22 21:39:04', '2024-02-04 06:10:53'),
(687, 27, 20, 7, 39, '4.07.23.16', '1', 3000705.83, 2996700.82, 2988190.16, 2988190.16, '<p>Above 1900 MT and up to 2100 MT<br>&nbsp;</p>', '2023-10-22 21:40:44', '2024-02-04 06:10:53'),
(688, 27, 21, 13, 39, '4.08.01.04.07', '1', 69795.06, 69576.41, 68089.55, 68089.55, '<p>Depth beyond 30.0 m<br>[Considering additional cost for Kentledge including supports, loading arrangement and Labour.]</p>', '2023-10-22 21:42:21', '2024-02-04 06:10:53'),
(689, 27, 21, 13, 39, '4.08.01.05.01', '1', 12925.01, 12884.52, 12609.18, 12609.18, '<p>Depth below bed level up to 3.0 m<br>&nbsp;</p>', '2023-10-22 21:55:41', '2024-02-04 06:10:53'),
(690, 27, 21, 13, 39, '4.08.01.05.02', '1', 23525.89, 23471.90, 23103.42, 23103.42, '<p>Depth beyond 3.0 m up to 10.0 m<br>&nbsp;</p>', '2023-10-23 13:10:54', '2024-02-04 06:10:53'),
(691, 27, 21, 13, 39, '4.08.01.05.03', '1', 28231.06, 28166.28, 27724.11, 27724.11, '<p>Depth beyond 10.0 m up to 15.0 m<br>&nbsp;</p>', '2023-10-23 13:12:04', '2024-02-04 06:10:53'),
(692, 27, 21, 13, 39, '4.08.01.05.04', '1', 36465.52, 36381.44, 35810.30, 35810.30, '<p>Depth beyond 15.0 m up to 20.0 m<br>&nbsp;</p>', '2023-10-23 13:13:24', '2024-02-04 06:10:53'),
(693, 27, 21, 13, 39, '4.08.01.05.05', '1', 61167.30, 61026.93, 60068.89, 60068.89, '<p>Depth beyond 20.0 m up to 25.0 m<br>[Considering additional cost for Dewatering, Kentledge including supports, loading arrangement and Labour.]</p>', '2023-10-23 13:15:07', '2024-02-04 06:10:53'),
(694, 27, 21, 13, 39, '4.08.01.05.06', '1', 89398.37, 89193.21, 87793.00, 87793.00, '<p>Depth beyond 25.0 m up to 30.0 m<br>[Considering additional cost for Dewatering, Kentledge including supports, loading arrangement and Labour.]</p>', '2023-10-23 13:16:14', '2024-02-04 06:10:53'),
(695, 27, 21, 13, 39, '4.08.01.05.07', '1', 131744.96, 131442.62, 129379.16, 129379.16, '<p>Depth beyond 30.0 m<br>[Considering additional cost for Dewatering, Kentledge including supports, loading arrangement and Labour.]</p>', '2023-10-23 13:17:49', '2024-02-04 06:10:53'),
(696, 27, 21, 13, 39, '4.08.01.06.01', '1', 30118.22, 29977.11, 29036.62, 29036.62, '<p>Depth below bed level up to 3.0 m</p>', '2023-10-23 13:19:07', '2024-02-04 06:10:53'),
(697, 27, 21, 13, 39, '4.08.01.07.01', '1', 11912.71, 11872.22, 11596.88, 11596.88, '<p>Depth below bed level up to 3.0 m<br>&nbsp;</p>', '2023-10-23 13:20:25', '2024-02-04 06:10:53'),
(698, 27, 21, 13, 39, '4.08.01.07.02', '1', 14610.82, 14563.58, 14239.65, 14239.65, '<p>Depth beyond 3.0 m up to 10.0 m<br>&nbsp;</p>', '2023-10-23 13:21:29', '2024-02-04 06:10:53'),
(699, 27, 21, 13, 39, '4.08.01.07.03', '1', 16948.56, 16893.76, 16517.99, 16517.99, '<p>Depth beyond 10.0 m up to 15.0 m<br>&nbsp;</p>', '2023-10-23 13:22:54', '2024-02-04 06:10:53'),
(700, 27, 21, 13, 39, '4.08.01.07.04', '1', 21624.02, 21554.10, 21074.68, 21074.68, '<p>Depth beyond 15.0 m up to 20.0 m</p>', '2023-10-23 13:24:02', '2024-02-04 06:10:53'),
(701, 27, 21, 13, 39, '4.08.01.07.05', '1', 35796.52, 35680.78, 14887.14, 34887.14, '<p>Depth beyond 20.0 m up to 25.0 m<br>[Considering additional cost for Kentledge including supports, loading arrangement and Labour.]</p>', '2023-10-23 13:25:52', '2024-02-04 06:10:53'),
(702, 27, 21, 13, 39, '4.08.01.07.06', '1', 51137.89, 50972.54, 49838.77, 49838.77, '<p>Depth beyond 25.0 m up to 30.0 m<br>[Considering additional cost for Kentledge including supports, loading arrangement and Labour.]</p>', '2023-10-23 13:27:19', '2024-02-04 06:10:53'),
(703, 27, 21, 13, 39, '4.08.01.07.07', '1', 78898.45, 78643.35, 76894.10, 76894.10, '<p>Depth beyond 30.0 m<br>[Considering additional cost for Kentledge including supports, loading arrangement and Labour.]</p>', '2023-10-23 13:28:42', '2024-02-04 06:10:53'),
(704, 27, 21, 13, 39, '4.08.01.08.01', '1', 15830.98, 15783.74, 15444.96, 15444.96, '<p>Depth below bed level up to 3.0 m<br>&nbsp;</p>', '2023-10-23 13:30:00', '2024-02-04 06:10:53'),
(705, 27, 21, 13, 39, '4.08.01.08.02', '1', 24426.16, 24365.42, 23932.16, 23932.16, '<p>Depth beyond 3.0 m up to 10.0 m<br>&nbsp;</p>', '2023-10-23 13:31:11', '2024-02-04 06:10:53'),
(706, 27, 21, 13, 39, '4.08.01.08.03', '1', 29311.39, 29285.50, 28718.59, 28718.59, '<p>Depth beyond 10.0 m up to 15.0 m<br>[Considering additional cost for Dewatering]</p>', '2023-10-23 13:32:17', '2024-02-04 06:10:53'),
(707, 27, 21, 13, 39, '4.08.01.08.04', '1', 37860.54, 37766.40, 37094.84, 37094.84, '<p>Depth beyond 15.0 m up to 20.0 m<br>[Considering additional cost for Dewatering]<br>&nbsp;</p>', '2023-10-23 13:34:15', '2024-02-04 06:10:53'),
(708, 27, 21, 13, 39, '4.08.01.08.05', '1', 63508.01, 63350.09, 62223.60, 62223.60, '<p>Depth beyond 20.0 m up to 25.0 m<br>[Considering additional cost for Dewatering, Kentledge including supports, loading arrangement and Labour.]</p>', '2023-10-23 13:35:15', '2024-02-04 06:10:53'),
(709, 27, 21, 13, 39, '4.08.01.08.06', '1', 92819.39, 92588.59, 90942.19, 90942.19, '<p>Depth beyond 25.0 m up to 30.0 m<br>[Considering additional cost for Dewatering, Kentledge including supports, loading arrangement and Labour.]</p>', '2023-10-23 13:36:36', '2024-02-04 06:10:53'),
(710, 27, 21, 13, 39, '4.08.01.08.07', '1', 136786.47, 136446.34, 134020.07, 134020.07, '<p>Depth beyond 30.0 m<br>[Considering additional cost for Dewatering, Kentledge including supports, loading arrangement and Labour.]</p>', '2023-10-23 13:38:00', '2024-02-04 06:10:53'),
(711, 27, 21, 13, 39, '4.08.01.09.01', '1', 33074.43, 32905.14, 31827.04, 31827.04, '<p>Depth below bed level up to 3.0 m</p>', '2023-10-23 13:39:16', '2024-02-04 06:10:53'),
(712, 27, 21, 13, 39, '4.08.01.10.01', '1', 12107.75, 12063.88, 11774.37, 11774.37, '<p>Depth below bed level up to 3.0 m<br>&nbsp;</p>', '2023-10-23 13:40:18', '2024-02-04 06:10:53'),
(713, 27, 21, 13, 39, '4.08.01.10.02', '1', 16013.19, 15959.20, 15606.92, 15606.92, '<p>Depth beyond 3.0 m up to 10.0 m<br>&nbsp;</p>', '2023-10-23 13:41:35', '2024-02-04 06:10:53'),
(714, 27, 21, 13, 39, '4.08.01.10.03', '1', 18575.30, 18512.68, 18104.03, 18104.03, '<p>Depth beyond 10.0 m up to 15.0 m<br>&nbsp;</p>', '2023-10-23 13:42:41', '2024-02-04 06:10:53'),
(715, 27, 21, 13, 39, '4.08.01.10.04', '1', 23699.53, 23619.62, 23098.25, 23098.25, '<p>Depth beyond 15.0 m up to 20.0 m<br>&nbsp;</p>', '2023-10-23 13:43:55', '2024-02-04 06:10:53'),
(716, 27, 21, 13, 39, '4.08.01.10.05', '1', 39232.32, 39100.05, 38236.97, 38236.97, '<p>Depth beyond 20.0 m up to 25.0 m<br>[Considering additional cost for Kentledge including supports, loading arrangement and Labour.]<br>&nbsp;</p>', '2023-10-23 13:44:53', '2024-02-04 06:10:53'),
(717, 27, 21, 13, 39, '4.08.01.10.06', '1', 56046.18, 55857.22, 54624.24, 54624.24, '<p>Depth beyond 25.0 m up to 30.0 m<br>[Considering additional cost for Kentledge including supports, loading arrangement and Labour.]</p>', '2023-10-23 13:45:53', '2024-02-04 06:10:53'),
(718, 27, 21, 13, 39, '4.08.01.10.07', '1', 86471.24, 86179.70, 84277.39, 84277.39, '<p>Depth beyond 30.0 m<br>[Considering additional cost for Kentledge including supports,loading arrangement and Labour.]</p>', '2023-10-23 13:47:31', '2024-02-04 06:10:53'),
(719, 27, 21, 13, 39, '4.08.01.11.01', '1', 16778.66, 16728.01, 16357.51, 16357.51, '<p>Depth below bed level up to 3.0 m<br>&nbsp;</p>', '2023-10-23 13:48:36', '2024-02-04 06:10:53'),
(720, 27, 21, 13, 39, '4.08.01.11.02', '1', 26793.58, 26726.10, 26264.49, 26264.49, '<p>Depth beyond 3.0 m up to 10.0 m<br>&nbsp;</p>', '2023-10-23 13:49:34', '2024-02-04 06:10:53'),
(721, 27, 21, 13, 39, '4.08.01.11.03', '1', 32152.30, 32071.31, 31517.39, 31517.39, '<p>Depth beyond 10.0 m up to 15.0 m<br>[Considering additional cost for Dewatering]</p>', '2023-10-23 13:50:31', '2024-02-04 06:10:53'),
(722, 27, 21, 13, 39, '4.08.01.11.04', '1', 41530.05, 41425.45, 40709.96, 40709.96, '<p>Depth beyond 15.0 m up to 20.0 m&nbsp;<br>[Considering additional cost for Dewatering]</p>', '2023-10-23 13:51:33', '2024-02-04 06:10:53'),
(723, 27, 21, 13, 39, '4.08.01.11.05', '1', 69663.31, 69487.85, 68287.67, 68287.67, '<p>Depth beyond 20.0 m up to 25.0 m<br>[Considering additional cost for Dewatering, Kentledge including supports, loading arrangement and Labour.]</p>', '2023-10-23 13:58:37', '2024-02-04 06:10:53'),
(724, 27, 21, 13, 39, '4.08.01.11.06', '1', 101815.61, 101559.16, 99805.05, 99805.05, '<p>Depth beyond 25.0 m up to 30.0 m<br>[Considering additional cost for Dewatering, Kentledge including supports, loading arrangement and Labour.]</p>', '2023-10-23 13:59:38', '2024-02-04 06:10:53'),
(725, 27, 21, 13, 39, '4.08.01.11.07', '1', 150044.06, 149666.14, 147081.13, 147081.13, '<p>Depth beyond 30.0 m<br>[Considering additional cost for Dewatering, Kentledge including supports, loading arrangement and Labour.]</p>', '2023-10-23 14:00:53', '2024-02-04 06:10:53'),
(726, 27, 21, 13, 39, '4.08.01.12.01', '1', 38581.78, 38384.23, 37173.12, 37173.12, '<p>Depth below bed level up to 3.0 m</p>', '2023-10-23 14:02:08', '2024-02-04 06:10:53'),
(727, 27, 21, 13, 39, '4.08.01.13.01', '1', 14327.38, 14280.14, 13976.45, 13976.45, '<p>Depth below bed level up to 3.0 m</p>', '2023-10-23 14:03:36', '2024-02-04 06:10:53'),
(728, 27, 21, 13, 39, '4.08.01.13.02', '1', 16979.73, 16922.37, 16537.02, 16537.02, '<p>Depth beyond 3.0 m up to 10.0 m<br>&nbsp;</p>', '2023-10-23 14:05:54', '2024-02-04 06:10:53'),
(729, 27, 21, 13, 39, '4.08.01.13.03', '1', 19696.49, 19629.95, 19182.95, 19182.95, '<p>Depth beyond 10.0 m up to 15.0 m<br>&nbsp;</p>', '2023-10-23 14:07:39', '2024-02-04 06:10:53'),
(730, 27, 21, 13, 39, '4.08.01.13.04', '1', 25130.01, 25045.11, 24474.79, 24474.79, '<p>Depth beyond 15.0 m up to 20.0 m<br>&nbsp;</p>', '2023-10-23 14:09:02', '2024-02-04 06:10:53'),
(731, 27, 21, 13, 39, '4.08.01.13.05', '1', 41600.35, 41459.81, 40515.71, 40515.71, '<p>Depth beyond 20.0 m up to 25.0 m<br>[Considering additional cost for Kentledge including supports, loading arrangement and Labour.]<br>&nbsp;</p>', '2023-10-23 14:10:06', '2024-02-04 06:10:53'),
(732, 27, 21, 13, 39, '4.08.01.13.06', '1', 59429.07, 59228.30, 57879.58, 57879.58, '<p>Depth beyond 25.0 m up to 30.0 m<br>[Considering additional cost for Kentledge including supports, loading arrangement and Labour.]</p>', '2023-10-23 14:12:03', '2024-02-04 06:10:53'),
(733, 27, 21, 13, 39, '4.08.01.13.07', '1', 91690.57, 91380.81, 89299.93, 89299.93, '<p>Depth beyond 30.0 m<br>[Considering additional cost for Kentledge including supports, loading arrangement and Labour.]</p>', '2023-10-23 14:17:05', '2024-02-04 06:10:53'),
(734, 27, 21, 13, 39, '4.08.01.14.01', '1', 18828.73, 18754.49, 18271.97, 18271.97, '<p>Depth below bed level up to 3.0 m<br>&nbsp;</p>', '2023-10-23 14:18:15', '2024-02-04 06:10:53'),
(735, 27, 21, 13, 39, '4.08.01.14.02', '1', 27163.31, 27089.08, 26562.68, 26562.68, '<p>Depth beyond 3.0 m up to 10.0 m<br>&nbsp;</p>', '2023-10-23 14:19:47', '2024-02-04 06:10:53'),
(736, 27, 21, 13, 39, '4.08.01.14.03', '1', 32595.97, 32506.89, 31875.22, 31875.22, '<p>Depth beyond 10.0 m up to 15.0 m<br>[Considering additional cost for Dewatering]</p>', '2023-10-23 14:21:48', '2024-02-04 06:10:53'),
(737, 27, 21, 13, 39, '4.08.01.14.04', '1', 42103.13, 41988.07, 41172.16, 41172.16, '<p>Depth beyond 15.0 m up to 20.0 m<br>[Considering additional cost for Dewatering]</p>', '2023-10-23 14:22:57', '2024-02-04 06:10:53'),
(738, 27, 21, 13, 39, '4.08.01.14.05', '1', 70624.61, 70431.60, 69062.97, 69062.97, '<p>Depth beyond 20.0 m up to 25.0 m<br>[Considering additional cost for Dewatering, Kentledge including supports, loading arrangement and Labour.]<br>&nbsp;</p>', '2023-10-23 14:24:11', '2024-02-04 06:10:53'),
(739, 27, 21, 13, 39, '4.08.01.14.06', '1', 103220.58, 102938.49, 100938.19, 100938.19, '<p>Depth beyond 25.0 m up to 30.0 m<br>[Considering additional cost for Dewatering, Kentledge including supports, loading arrangement and Labour.]</p>', '2023-10-23 14:25:19', '2024-02-04 06:10:53'),
(740, 27, 21, 13, 39, '4.08.01.14.07', '1', 152114.54, 151698.82, 148751.01, 148751.01, '<p>Depth beyond 30.0 m<br>[Considering additional cost for Dewatering, Kentledge including supports, loading arrangement and Labour.]</p>', '2023-10-23 14:26:47', '2024-02-04 06:10:53'),
(741, 27, 21, 13, 39, '4.08.01.15.01', '1', 41993.87, 41768.10, 40423.34, 40423.34, '<p>Depth below bed level up to 3.0 m</p>', '2023-10-23 14:28:05', '2024-02-04 06:10:53'),
(742, 27, 21, 13, 39, '4.08.01.16.01', '1', 32425.91, 32336.82, 31749.69, 31749.69, '<p>Depth below bed level up to 3.0 m<br>&nbsp;</p>', '2023-10-23 14:29:13', '2024-02-04 06:10:53'),
(743, 27, 21, 13, 39, '4.08.0.16.02', '1', 27261.84, 27140.37, 26341.33, 26341.33, '<p>Depth beyond 3.0 m up to 10.0 m<br>&nbsp;</p>', '2023-10-23 14:30:29', '2024-02-04 06:10:53'),
(744, 27, 21, 13, 39, '4.08.01.16.03', '1', 31623.74, 31482.82, 30555.94, 30555.94, '<p>Depth beyond 10.0 m up to 15.0 m<br>&nbsp;</p>', '2023-10-23 14:31:27', '2024-02-04 06:10:53'),
(745, 27, 21, 13, 39, '4.08.01.16.04', '1', 40347.52, 40167.54, 38985.16, 38985.16, '<p>Depth beyond 15.0 m up to 20.0 m</p>', '2023-10-23 14:32:44', '2024-02-04 06:10:53'),
(746, 27, 21, 13, 39, '4.08.01.16.05', '1', 66791.51, 66493.90, 64536.25, 64536.25, '<p>Depth beyond 20.0 m up to 25.0 m<br>[Considering additional cost for Kentledge including supports, loading arrangement and Labour.]</p>', '2023-10-23 14:34:32', '2024-02-04 06:10:53'),
(747, 27, 21, 13, 39, '4.08.01.16.06', '1', 95416.44, 94991.28, 92194.64, 92194.64, '<p>Depth beyond 25.0 m up to 30.0 m<br>[Considering additional cost for Kentledge including supports, loading arrangement and Labour.]</p>', '2023-10-23 14:35:46', '2024-02-04 06:10:53'),
(748, 27, 21, 13, 39, '4.08.01.16.07', '1', 147213.94, 146557.97, 142243.16, 142243.16, '<p>Depth beyond 30.0 m<br>[Considering additional cost for Kentledge including supports, loading arrangement and Labour.]</p>', '2023-10-23 14:37:04', '2024-02-04 06:10:53'),
(749, 27, 21, 13, 39, '4.08.01.17.01', '1', 31400.11, 31292.13, 30487.70, 30487.70, '<p>Depth below bed level up to 3.0 m<br>&nbsp;</p>', '2023-10-23 14:38:16', '2024-02-04 06:10:53'),
(750, 27, 21, 13, 39, '4.08.01.17.02', '1', 56664.35, 56509.13, 55357.82, 55357.82, '<p>Depth beyond 3.0 m up to 10.0 m<br>&nbsp;</p>', '2023-10-23 14:39:30', '2024-02-04 06:10:53'),
(751, 27, 21, 13, 39, '4.08.01.17.03', '1', 67997.22, 67810.96, 66429.38, 66429.38, '<p>Depth beyond 10.0 m up to 15.0 m<br>[Considering additional cost for Dewatering]<br>&nbsp;</p>', '2023-10-23 14:40:39', '2024-02-04 06:10:53'),
(752, 27, 21, 13, 39, '4.08.01.17.04', '1', 87829.75, 87589.16, 85804.61, 85804.61, '<p>Depth beyond 15.0 m up to 20.0 m<br>[Considering additional cost for Dewatering]</p>', '2023-10-23 14:41:57', '2024-02-04 06:10:53'),
(753, 27, 21, 13, 39, '4.08.01.17.05', '1', 147327.32, 146923.75, 143930.32, 143930.32, '<p>Depth beyond 20.0 m up to 25.0 m<br>[Considering additional cost for Dewatering, Kentledge including supports, loading arrangement and Labour.]</p>', '2023-10-23 14:43:10', '2024-02-04 06:10:53'),
(754, 27, 21, 13, 39, '4.08.01.17.06', '1', 215324.54, 214734.71, 210359.70, 210359.70, '<p>Depth beyond 25.0 m up to 30.0 m<br>[Considering additional cost for Dewatering, Kentledge including supports, loading arrangement and Labour.]</p>', '2023-10-23 14:44:23', '2024-02-04 06:10:53'),
(755, 27, 21, 13, 39, '4.08.01.17.07', '1', 317320.38, 316451.15, 310003.76, 310003.76, '<p>Depth beyond 30.0 m<br>[Considering additional cost for Dewatering, Kentledge including supports, loading arrangement and Labour.]</p>', '2023-10-23 14:45:37', '2024-02-04 06:10:53'),
(756, 27, 21, 13, 39, '4.08.01.18.01', '1', 93201.91, 92693.92, 89716.54, 89716.54, '<p>Depth below bed level up to 3.0 m</p>', '2023-10-23 14:46:51', '2024-02-04 06:10:53'),
(757, 27, 21, 13, 39, '4.08.01.19.01', '1', 67913.00, 67697.04, 66301.42, 66301.42, '<p>Depth below bed level up to 3.0 m<br>&nbsp;</p>', '2023-10-23 14:47:53', '2024-02-04 06:10:53'),
(758, 27, 21, 13, 39, '4.08.01.19.02', '1', 77590.56, 77334.11, 75533.58, 75533.58, '<p>Depth beyond 3.0 m up to 10.0 m<br>&nbsp;</p>', '2023-10-23 14:49:01', '2024-02-04 06:10:53'),
(759, 27, 21, 13, 39, '4.08.01.19.03', '1', 90005.05, 89707.57, 87618.95, 87618.95, '<p>Depth beyond 10.0 m up to 15.0 m<br>&nbsp;</p>', '2023-10-23 14:50:19', '2024-02-04 06:10:53'),
(760, 27, 21, 13, 39, '4.08.01.19.04', '1', 114834.03, 114454.49, 111789.69, 111789.69, '<p>Depth beyond 15.0 m up to 20.0 m<br>&nbsp;</p>', '2023-10-23 14:51:40', '2024-02-04 06:10:53'),
(761, 27, 21, 13, 39, '4.08.01.19.05', '1', 190096.88, 189468.58, 185057.26, 185057.26, '<p>Depth beyond 20.0 m up to 25.0 m<br>[Considering additional cost for Kentledge including supports, loading arrangement and Labour.]</p>', '2023-10-23 14:53:00', '2024-02-04 06:10:53'),
(762, 27, 21, 13, 39, '4.08.01.19.06', '1', 271566.97, 270669.40, 364367.51, 264367.51, '<p>Depth beyond 25.0 m up to 30.0 m<br>[Considering additional cost for Kentledge including supports, loading arrangement and Labour.]</p>', '2023-10-23 14:54:26', '2024-02-04 06:10:53'),
(763, 27, 21, 13, 39, '4.08.01.19.07', '1', 418989.04, 417604.22, 407881.31, 407881.31, '<p>Depth beyond 30.0 m<br>[Considering additional cost for Kentledge including supports, loading arrangement and Labour.]</p>', '2023-10-23 14:55:48', '2024-02-04 06:10:53'),
(764, 27, 21, 13, 39, '4.08.01.20.01', '1', 76448.69, 76205.74, 74343.11, 74343.11, '<p>Depth below bed level up to 3.0 m<br>&nbsp;</p>', '2023-10-23 14:56:57', '2024-02-04 06:10:53'),
(765, 27, 21, 13, 39, '4.08.01.20.02', '1', 136004.17, 135680.23, 133242.62, 133242.62, '<p>Depth beyond 3.0 m up to 10.0 m<br>&nbsp;</p>', '2023-10-23 14:58:11', '2024-02-04 06:10:53'),
(766, 27, 21, 13, 39, '4.08.01.20.03', '1', 163205.00, 162816.28, 159891.14, 159891.14, '<p>Depth beyond 10.0 m up to 15.0 m<br>[Considering additional cost for Dewatering]</p>', '2023-10-23 14:59:13', '2024-02-04 06:10:53'),
(767, 27, 21, 13, 39, '4.08.01.20.04', '1', 210806.46, 210304.36, 206526.06, 206526.06, '<p>Depth beyond 15.0 m up to 20.0 m<br>[Considering additional cost for Dewatering]</p>', '2023-10-23 15:00:18', '2024-02-04 06:10:53'),
(768, 27, 21, 13, 39, '4.08.01.20.05', '1', 353610.83, 352768.60, 346430.81, 346430.81, '<p>Depth beyond 20.0 m up to 25.0 m<br>[Considering additional cost for Dewatering, Kentledge including supports, loading arrangement and Labour.]</p>', '2023-10-23 15:11:34', '2024-02-04 06:10:53'),
(769, 27, 21, 13, 39, '4.08.01.20.06', '1', 513815.83, 515584.88, 506321.95, 506321.95, '<p>Depth beyond 25.0 m up to 30.0 m<br>[Considering additional cost for Dewatering, Kentledge including supports, loading arrangement and Labour.]</p>', '2023-10-23 15:12:45', '2024-02-04 06:10:53'),
(770, 27, 21, 13, 39, '4.08.01.20.07', '1', 761623.33, 759809.30, 746158.67, 746158.67, '<p>Depth beyond 30.0 m<br>[Considering additional cost for Dewatering, Kentledge including supports, loading arrangement and Labour.]</p>', '2023-10-23 15:14:09', '2024-02-04 06:10:53'),
(771, 27, 21, 13, 39, '4.08.01.21.01', '1', 213973.51, 212844.65, 206266.19, 206266.19, '<p>Depth below bed level up to 3.0 m</p>', '2023-10-23 15:16:07', '2024-02-04 06:10:53'),
(772, 27, 21, 13, 39, '4.08.02.01.01', '1', 15289.06, 15238.45, 14938.13, 14938.13, '<p>Depth below bed level up to 3.0 m<br>&nbsp;</p>', '2023-10-23 15:17:43', '2024-02-04 06:10:53'),
(773, 27, 21, 13, 39, '4.08.02.01.02', '1', 16574.68, 16520.69, 16183.26, 16183.26, '<p>Depth beyond 3.0 m up to 10.0 m<br>&nbsp;</p>', '2023-10-23 15:19:00', '2024-02-04 06:10:53'),
(774, 27, 21, 13, 39, '4.08.02.01.03', '1', 19226.63, 19164.00, 18772.58, 18772.58, '<p>Depth beyond 10.0 m up to 15.0 m<br>&nbsp;</p>', '2023-10-23 15:20:03', '2024-02-04 06:10:53'),
(775, 27, 21, 13, 39, '4.08.02.01.04', '1', 24530.53, 24450.62, 23951.22, 23951.22, '<p>Depth beyond 15.0 m up to 20.0 m<br>&nbsp;</p>', '2023-10-23 15:21:42', '2024-02-04 06:10:53'),
(776, 27, 21, 13, 39, '4.08.02.01.05', '1', 40607.97, 40475.70, 39648.99, 39648.99, '<p>Depth beyond 20.0 m up to 25.0 m<br>[Considering additional cost for Kentledge including supports, loading arrangement and Labour.]<br>&nbsp;</p>', '2023-10-23 15:39:10', '2024-02-04 06:10:53'),
(777, 27, 21, 13, 39, '4.08.02.01.06', '1', 58011.38, 57822.42, 56641.41, 56641.41, '<p>Depth beyond 25.0 m up to 30.0 m<br>[Considering additional cost for Kentledge including supports, loading arrangement and Labour.]</p>', '2023-10-23 15:40:44', '2024-02-04 06:10:53'),
(778, 27, 21, 13, 39, '4.08.02.01.07', '1', 89503.28, 89211.74, 87389.60, 87389.60, '<p>Depth beyond 30.0 m<br>[Considering additional cost for Kentledge including supports, loading arrangement and Labour.]</p>', '2023-10-23 15:42:12', '2024-02-04 06:10:53'),
(779, 27, 21, 13, 39, '4.08.02.02.01', '1', 18231.61, 18177.62, 17775.40, 17775.40, '<p>Depth below bed level up to 3.0 m<br>&nbsp;</p>', '2023-10-23 15:45:48', '2024-02-04 06:10:53'),
(780, 27, 21, 13, 39, '4.08.02.02.02', '1', 30140.27, 30059.29, 29485.66, 29485.66, '<p>Depth beyond 3.0 m up to 10.0 m<br>&nbsp;</p>', '2023-10-23 15:46:44', '2024-02-04 06:10:53'),
(781, 27, 21, 13, 39, '4.08.02.02.03', '1', 36168.33, 36071.15, 35382.79, 35382.79, '<p>Depth beyond 10.0 m up to 15.0 m<br>&nbsp;</p>', '2023-10-23 15:47:48', '2024-02-04 06:10:53'),
(782, 27, 21, 13, 39, '4.08.02.02.04', '1', 46717.43, 46591.90, 45702.77, 45702.77, '<p>Depth beyond 15.0 m up to 20.0 m<br>&nbsp;</p>', '2023-10-23 15:48:58', '2024-02-04 06:10:53'),
(783, 27, 21, 13, 39, '4.08.02.02.05', '1', 78364.71, 78154.16, 76662.71, 76662.71, '<p>Depth beyond 20.0 m up to 25.0 m<br>[Considering additional cost for Dewatering, Kentledge including supports, loading arrangement and Labour.]<br>&nbsp;</p>', '2023-10-23 15:50:18', '2024-02-04 06:10:53'),
(784, 27, 21, 13, 39, '4.08.02.02.06', '1', 114533.04, 114225.31, 112045.49, 112045.49, '<p>Depth beyond 25.0 m up to 30.0 m<br>[Considering additional cost for Dewatering, Kentledge including supports, loading arrangement and Labour.]</p>', '2023-10-23 15:52:13', '2024-02-04 06:10:53'),
(785, 27, 21, 13, 39, '4.08.02.02.07', '1', 168785.54, 168332.03, 165119.67, 165119.67, '<p>Depth beyond 30.0 m<br>[Considering additional cost for Dewatering, Kentledge including supports, loading arrangement and Labour.]</p>', '2023-10-23 15:53:19', '2024-02-04 06:10:53'),
(786, 27, 21, 13, 39, '4.08.02.03.01', '1', 48156.81, 47945.15, 46614.50, 46614.50, '<p>Depth below bed level up to 3.0 m</p>', '2023-10-23 15:54:37', '2024-02-04 06:10:53'),
(787, 27, 21, 21, 39, '4.08.03', '1', 130618.38, 130473.56, 128863.61, 128863.61, '<p>SL: Providing Steel liner 10 mm thick for Curbs and 6 mm thick for Steining of Wells including fabrication and setting out as per detailed drawing, specification and direction of Engineer-in-Charge.<br>&nbsp;</p>', '2023-10-23 15:55:48', '2024-02-04 06:10:53'),
(788, 27, 21, 21, 39, '4.08.04', '1', 144174.08, 143915.74, 141857.94, 141857.94, '<p>SCE: Providing and laying Steel Cutting edge weighing not less than 40 kg per metre for Well foundation including cost &amp; carriage of all materials complete as per drawing, specification and direction of Engineer-in-charge</p>', '2023-10-23 15:57:00', '2024-02-04 06:10:53'),
(789, 27, 21, 20, 39, '4.08.05.01.01', '1', 12620.26, 12602.71, 12272.43, 12272.43, '<p>RCC-17BCCM: Compressive strength, fc = 17 Mpa MPa at 28 days on standard cylinders, cement conforming to BDS EN 197-1:2003 CEM II/A-L/M/V/W 42.5N, sand of minimum FM 1.8 and 20mm down well graded crushed picked brick chips (LAA &lt;=38) [Using Concrete Mixture Machine and retail rate of Cement]<br>&nbsp;</p>', '2023-10-23 15:59:48', '2024-02-04 06:10:53'),
(790, 27, 21, 20, 39, '4.08.05.01.02', '1', 16873.04, 17010.38, 15746.01, 16091.12, '<p>RCC-20SCCM: Compressive strength, fc = 20 MPa at 28 days on standard cylinders, cement conforming to BDS EN 197-1:2003 CEM II/A-L/M/V/W 42.5N, sand of minimum FM 2.2 and 20mm down well graded crushed stone chips (LAA &lt;=35), water reducing admixture of complying type A under ASTM C 494 [Using Concrete Mixture Machine and retail rate of Cement]<br>&nbsp;</p>', '2023-10-23 16:01:53', '2024-02-04 06:10:53'),
(791, 27, 21, 20, 39, '4.08.05.01.03', '1', 16234.01, 16390.26, 15203.32, 15548.43, '<p>RCC-20SCBP: Compressive strength, fc = 20 MPa at 28 days on standard cylinders, cement conforming to BDS EN 197-1: 2003 CEM II/A-L/M/V/W 42.5N, sand of minimum FM 2.2 and 20mm down well graded crushed stone chips (LAA &lt;=35),, water reducing admixture of complying type A under ASTM C 494 [Using Batching Plant, Transit Mixer, Concrete Pump and bulk rate of Cement]<br>&nbsp;</p>', '2023-10-23 16:03:31', '2024-02-04 06:10:53'),
(792, 27, 21, 20, 39, '4.08.05.01.04', '1', 17884.49, 17993.13, 16801.94, 17123.79, '<p>RCC-25SCCM: Compressive strength, fc = 25 MPa at 28 days on standard cylinders, cement conforming to BDS EN 197-1:2003 CEM II/A-L/M/V/W 42.5N, sand of minimum FM 2.5 and 20mm down well graded crushed stone chips (LAA &lt;=30), high range water reducing admixture of complying type F under ASTM C 494 [Using Concrete Mixture Machine and retail rate of Cement]<br>&nbsp;</p>', '2023-10-23 16:05:58', '2024-02-04 06:10:53'),
(793, 27, 21, 20, 39, '4.08.05.01.05', '1', 17184.35, 17311.90, 16197.54, 16519.99, '<p>RCC-25SCBP: Compressive strength, fc = 25 MPa at 28 days on standard cylinders, cement conforming to BDS EN 197-1:2003 CEM II/A-L/M/V/W 42.5N, sand of minimum FM 2.5 and 20mm down well graded crushed stone chips (LAA &lt;=30), high range water reducing admixture of complying type F under ASTM C 494 [Using Batching Plant, Transit Mixer, Concrete Pump and bulk rate of Cement]</p>', '2023-10-23 16:07:47', '2024-02-04 06:10:53'),
(794, 27, 21, 20, 39, '4.08.05.01.06', '1', 19084.48, 19193.12, 18001.13, 18323.78, '<p>RCC-30SCCM: Compressive strength, fc = 30 MPa at 28 days on standard cylinders, cement conforming to BDS EN 197-1 : 2003 CEM 152.5N, sand of minimum FM 2.5 and 20mm down well graded crushed stone chips (LAA &lt;=30), high range water reducing admixture of complying type F under ASTM C 494. [Using Concrete Mixture Machine and retail rate of Cement]</p>', '2023-10-23 16:10:26', '2024-02-04 06:10:53'),
(795, 27, 21, 20, 39, '4.08.05.01.07', '1', 18161.64, 18289.19, 17174.83, 17497.28, '<p>PCC-30SCBP: Compressive strength, f\'c=30 MPa at 28 days on standard cylinders, cement conforming to BDS EN 197-1:2003 CEM 152.5N, high range water reducing admixture of complying type F under ASTM C 494, sand of minimum FM 2.5 and 38mm down well graded crushed stone chips (LAA &lt;=30).<br>[Using Batching Plant, Transit Mixer, Concrete Pump and bulk rate of Cement]</p>', '2023-10-23 16:11:55', '2024-02-04 06:10:53'),
(796, 27, 21, 20, 39, '4.08.05.02.01', '1', 11568.57, 11552.49, 11249.73, 11249.73, '<p>RCC-17BCCM: Compressive strength, f\'c=17MPa Mpa at 28 days on standard cylinders, cement conforming to BDS EN 197-1:2003 CEM II/A-L/M/V/W 42.5N, sand of minimum FM 1.8 and 20mm down well graded crushed picked brick chips (LAA&lt;=38)&nbsp;</p><p>[Using Concrete Mixture Machine and retail rate of Cement]</p>', '2023-10-23 16:13:08', '2024-02-04 06:10:53'),
(797, 27, 21, 20, 39, '4.08.05.02.02', '1', 15466.95, 15592.85, 14433.84, 14750.19, '<p>RCC-20SCCM: Compressive strength, f\'c=20 MPa at 28 days on standard cylinders, cement conforming to BDS EN 197-1:2003 CEM II/A-L/M/V/W 42.5N, sand of minimum FM 2.2 and 20mm down well graded crushed stone chips (LAA &lt;=35), water reducing admixture of complying type A under ASTM C 494&nbsp;</p><p>[Using Concrete Mixture Machine and retail rate of Cement]</p>', '2023-10-23 16:14:16', '2024-02-04 06:10:53'),
(798, 27, 21, 20, 39, '4.08.05.02.03', '1', 14881.18, 15024.41, 13936.38, 14252.73, '<p>RCC-20SCBP: Compressive strength, f\'c=28 MPa at 28 days on standard cylinders, cement conforming to BDS EN 197-1:2003 CEM II/A-L/M/V/W 42.5N, sand of minimum FM 2.2 and 20mm down well graded crushed stone chips (LAA&lt;=35) ,, water reducing admixture of complying type A under ASTM C 494<br><br>[Using Batching Plant, Transit Mixer, Concrete Pump and bulk rate of Cement]</p>', '2023-10-23 16:15:27', '2024-02-04 06:10:53'),
(799, 27, 21, 20, 39, '4.08.05.02.04', '1', 16394.11, 16493.70, 15401.23, 15696.80, '<p>RCC-25SCCM: Compressive strength, f\'c = 25 MPa at 28 days on standard cylinders, cement conforming to BDS EN 197-1: 2003 CEM II/A-L/M/V/W 42.5N, high range water reducing admixture of complying type F under ASTM C 494, sand of minimum FM 2.5 and 20mm down well graded crushed stone chips (LAA &lt;=30 . [Using Concrete Mixture Machine and retail rate of Cement]15:26</p>', '2023-10-23 16:16:53', '2024-02-04 06:10:53'),
(800, 27, 21, 20, 39, '4.08.05.02.05', '1', 15752.32, 15869.24, 14847.75, 15143.33, '<p>RCC-25SCBP: Compressive strength, f\'c = 25 MPa at 28 days on standard cylinders, cement conforming to BDS EN 197-1:2003 CEM II/A-L/M/V/W 42.5N, high range water reducing admixture of complying type F under ASTM C 494, sand of minimum FM 2.5 and 20mm down well graded crushed stone chips (LAA&lt;=30)<br><br>[Using Batching Plant, Transit Mixer, Concrete Pump and bulk rate of Cement]</p>', '2023-10-23 16:18:04', '2024-02-04 06:10:53'),
(801, 27, 21, 20, 39, '4.08.05.02.06', '1', 17494.11, 17593.69, 16501.22, 16796.80, '<p>RCC-30SCCM: Compressive strength, fc=30~MPa at 28 days on standard cylinders, cement conforming to BDS EN 197-1:2003 CEM I 52.5N, high range water reducing admixture of complying type F under ASTM C 494, sand of minimum FM 2.5 and 20mm down well graded crushed stone chips (LAA &lt;=30). [Using Concrete Mixture Machine and retail rate of Cement]</p>', '2023-10-23 16:19:10', '2024-02-04 06:10:53'),
(802, 27, 21, 20, 39, '4.08.05.02.07', '1', 16648.17, 16765.09, 15743.60, 16039.18, '<p>RCC-30SCBP: Compressive strength, f\'c = 30 MPa at 28 days on standard cylinders, cement conforming to BDS EN 197-1:2003 CEM I 52.5N, high range water reducing admixture of complying type F under ASTM C 494, sand of minimum FM 2.5 and 20mm down well graded crushed stone chips (LAA&lt;=30 .<br><br>[Using Batching Plant, Transit Mixer, Concrete Pump and bulk rate of Cement]</p>', '2023-10-23 16:20:21', '2024-02-04 06:10:53'),
(803, 27, 21, 20, 39, '4.08.05.02.08', '1', 17732.01, 17848.92, 16827.43, 17123.01, '<p>RCC-35SCBP: Compressive strength, f\'c=35 MPa at 28 days on standard cylinders, cement conforming to BDS EN 197-1:2003 CEM 152.5N, high range water reducing admixture of complying type F under ASTM C 494, sand of minimum FM 2.8 and 20mm down well graded crushed stone chips (LAA&lt;=25) . [Using Batching Plant, Transit Mixer, Concrete Pump and bulk rate of Cement]</p>', '2023-10-23 16:21:57', '2024-02-04 06:10:53');
INSERT INTO `items` (`id`, `category_id`, `sub_category_id`, `unit_id`, `financial_rate_id`, `code`, `status`, `dhaka_mymensingh`, `chittagong_sylhet`, `rajshahi_rangpur`, `khulna_barishal`, `description`, `created_at`, `updated_at`) VALUES
(804, 27, 21, 20, 39, '4.08.05.03.01', '1', 11878.87, 11864.55, 11582.79, 11582.79, '<p>PCC-17BCCM: Compressive strength, f\'c = 17 MPa Mpa at 28 days on standard cylinders, cement conforming to BDS EN 197-1:2003 CEM II/A-L/M/V/W 42.5N, sand of minimum FM 1.8 and 40mm down well graded crushed picked brick chips (LAA&lt;=38)&nbsp;</p><p>[Using Concrete Mixture Machine and retail rate of Cement]<br>&nbsp;</p>', '2023-10-23 16:23:24', '2024-02-04 06:10:53'),
(805, 27, 21, 20, 39, '4.08.05.03.02', '1', 15614.23, 15744.65, 14601.83, 14876.28, '<p>PCC-20SCCM: Compressive strength, f\'c = 20 MPa at 28 days on standard cylinders, cement conforming to BDS EN 197-1: 2003 CEM II/A-L/M/V/W 42.5N, water reducing admixture of complying type A under ASTM C 494, sand of minimum FM 2.2 and 38mm down well graded crushed stone chips (LAA&lt;=35)&nbsp;</p><p>[Using Concrete Mixture Machine and retail rate of Cement]<br>&nbsp;</p>', '2023-10-23 16:24:29', '2024-02-04 06:10:53'),
(806, 27, 21, 20, 39, '4.08.05.03.03', '1', 14743.86, 14890.87, 13815.90, 14090.36, '<p>PCC-20SCBP: Compressive strength, f\'c = 20 MPa at 28 days on standard cylinders, cement conforming to BDS EN 197-1:2003 CEM II/A-L/M/V/W 42.5N, water reducing admixture of complying type A under ASTM C 494, sand of minimum FM 2.2 and 38mm down well graded crushed stone chips (LAA &lt;=35).&nbsp;</p><p>[Using Batching Plant, Transit Mixer, Concrete Pump and bulk rate of Cement]</p>', '2023-10-23 16:25:37', '2024-02-04 06:10:53'),
(807, 27, 21, 20, 39, '4.08.05.03.04', '1', 16835.12, 17025.57, 15879.48, 16157.86, '<p>PCC-25SCCM: Compressive strength, f\'c = 25 MPa at 28 days on standard cylinders, cement conforming to BDS EN 197-1:2003 CEM II/A-L/M/V/W 42.5N, high range water reducing admixture of complying type F under ASTM C 494, sand of minimum FM 2.5 and 38mm down well graded crushed stone chips (LAA &lt;=30).&nbsp;</p><p>[Using Concrete Mixture Machine and retail rate of Cement]<br>&nbsp;</p>', '2023-10-23 16:26:41', '2024-02-04 06:10:53'),
(808, 27, 21, 20, 39, '4.08.05.03.05', '1', 15905.92, 16112.98, 15034.74, 15313.12, '<p>PCC-25SCBP: Compressive strength, f\'c = 25 MPa at 28 days on standard cylinders, cement conforming to BDS EN 197-1:2003 CEM II/A-L/M/V/W 42.5N, high range water reducing admixture of complying type F under ASTM C 494, sand of minimum FM 2.5 and 38mm down well graded crushed stone chips (LAA&lt;=30) . [Using Batching Plant, Transit Mixer, Concrete Pump and bulk rate of Cement]<br>&nbsp;</p>', '2023-10-23 16:27:37', '2024-02-04 06:10:53'),
(809, 27, 21, 20, 39, '4.08.05.03.06', '1', 17988.01, 18178.54, 17032.55, 17310.93, '<p>RCC-30SCCM: Compressive strength, f\'c = 30 MPa at 28 days on standard cylinders, cement conforming to BDS EN 197-1 : 2003 CEM 152.5N, high range water reducing admixture of complying type F under ASTM C 494, sand of minimum FM 2.5 and 38mm down well graded crushed stone chips (LAA&lt;=30) [Using Concrete Mixture Machine and retail rate of Cement]</p>', '2023-10-23 16:28:34', '2024-02-04 06:10:53'),
(810, 27, 21, 20, 39, '4.08.05.03.07', '1', 16846.55, 17053.61, 15975.37, 16253.75, '<p>PCC-30SCBP: Compressive strength, f\'c = 30 MPa at 28 days on standard cylinders, cement conforming to BDS EN 197-1:2003 CEM I 52.5N, high range water reducing admixture of complying type F under ASTM C 494, sand of minimum FM 2.5 and 38mm down well graded crushed stone chips (LAA &lt;=25).<br>[Using Batching Plant, Transit Mixer, Concrete Pump and bulk rate of Cement]</p>', '2023-10-23 16:29:39', '2024-02-04 06:10:53'),
(811, 27, 21, 20, 39, '4.08.05.04.01', '1', 11313.21, 11299.57, 11031.22, 11031.22, '<p>PCC-17BCCM: Compressive strength, f\'c = 17 MPa Mpa at 28 days on standard cylinders, cement conforming to BDS EN 197-1:2003 CEM II/A-L/M/V/W 42.5N, sand of minimum FM 1.8 and 40mm down well graded crushed picked brick chips (LAA &lt;=38) [Using Concrete Mixture Machine and retail rate of Cement]</p>', '2023-10-23 16:30:33', '2024-02-04 06:10:53'),
(812, 27, 21, 20, 39, '4.08.05.04.02', '1', 14870.70, 14994.90, 13906.50, 14167.89, '<p>PCC-20SCCM: Compressive strength, f\'c = 20 MPa at 28 days on standard cylinders, cement conforming to BDS EN 197-1:2003 CEM II/A-L/M/V/W 42.5N, water reducing admixture of complying type A under ASTM C 494, sand of minimum FM 2.2 and 38mm down well graded crushed stone chips (LAA &lt;=35). &nbsp;</p><p>[Using Concrete Mixture Machine and retail rate of Cement]</p>', '2023-10-23 16:31:26', '2024-02-04 06:10:53'),
(813, 27, 21, 20, 39, '4.08.05.04.03', '1', 14041.77, 14181.78, 13158.00, 13419.39, '<p>PCC-20SCBP: Compressive strength, f\'c=20 MPa at 28 days on standard cylinders, cement conforming to BDS EN 197-1: 2003 CEM II/A-L/M/V/W 42.5N, water reducing admixture of complying type A under ASTM C 494, sand of minimum FM 2.2 and 38mm down well graded crushed stone chips (LAA&lt;=35).<br>[Using Batching Plant, Transit Mixer, Concrete Pump and bulk rate of Cement]</p>', '2023-10-23 16:33:15', '2024-02-04 06:10:53'),
(814, 27, 21, 20, 39, '4.08.05.04.04', '1', 16033.44, 16214.83, 15123.31, 15388.44, '<p>PCC-25SCCM: Compressive strength, f\'c = 25 MPa at 28 days on standard cylinders, cement conforming to BDS EN 197-1: 2003 CEM II/A-L/M/V/W 42.5N, high range water reducing admixture of complying type F under ASTM C 494, sand of minimum FM 2.5 and 38mm down well graded crushed stone chips (LAA&lt;=30)&nbsp;</p><p>[Using Concrete Mixture Machine and retail rate of Cement]</p>', '2023-10-23 16:34:28', '2024-02-04 06:10:53'),
(815, 27, 21, 20, 39, '4.08.05.04.05', '1', 15148.50, 15345.70, 14318.80, 14583.93, '<p>PCC-25SCBP: Compressive strength, f\'c=25 MPa at 28 days on standard cylinders, cement conforming to BDS EN 197-1:2003 CEM II/A-L/M/V/W 42.5N, high range water reducing admixture of complying type F under ASTM C 494, sand of minimum FM 2.5 and 38mm down well graded crushed stone chips (LAA &lt;=30). [Using Batching Plant, Transit Mixer, Concrete Pump and bulk rate of Cement]</p>', '2023-10-23 16:36:58', '2024-02-04 06:10:53'),
(816, 27, 21, 20, 39, '4.08.05.05.01', '1', 10339.17, 10325.61, 10057.36, 10057.36, '<p>PCC-17BCCM: Compressive strength, f\'c= 17 MPa~Mpa at 28 days on standard cylinders, cement conforming to BDS EN 197-1:2003 CEM II/A-L/M/V/W 42.5N, sand of minimum FM 1.8 and 40mm down well graded crushed picked brick chips (LAA&lt;=38)<br>[Using Concrete Mixture Machine and retail rate of Cement]</p>', '2023-10-23 16:47:25', '2024-02-04 06:10:53'),
(817, 27, 21, 20, 39, '4.08.05.05.02', '1', 13957.92, 14082.19, 12993.89, 13255.27, '<p>PCC-20SCCM: Compressive strength, f\'c= 20 MPa at 28 days on standard cylinders, cement conforming to BDS EN 197-1:2003 CEM II/A-L/M/V/W 42.5N, water reducing admixture of complying type A under ASTM C 494, sand of minimum FM 2.2 and 38mm down well graded crushed stone chips (LAA&lt;=35) .<br>[Using Concrete Mixture Machine and retail rate of Cement]</p>', '2023-10-23 16:48:43', '2024-02-04 06:10:53'),
(818, 27, 21, 20, 39, '4.08.05.05.03', '1', 13425.40, 13565.42, 12541.65, 12803.03, '<p>PCC-20SCBP: Compressive strength, f\'c=20 MPa at 28 days on standard cylinders, cement conforming to BDS EN 197-1:2003 CEM II/A-L/M/V/W 42.5N, water reducing admixture of complying type A under ASTM C 494, sand of minimum FM 2.2 and 38mm down well graded crushed stone chips (LAA &lt;=35).<br>[Using Batching Plant, Transit Mixer, Concrete Pump and bulk rate of Cement]</p>', '2023-10-23 16:50:01', '2024-02-04 06:10:53'),
(819, 27, 21, 20, 39, '4.08.05.05.04', '1', 15209.02, 15390.48, 14299.06, 14564.19, '<p>PCC-25SCCM: Compressive strength, f\'c=25 MPa at 28 days on standard cylinders, cement conforming to BDS EN 197-1:2003 CEM II/A-L/M/V/W 42.5N, high range water reducing admixture of complying type F under ASTM C 494, sand of minimum FM 2.5 and 38mm down well graded crushed stone chips (LAA &lt;=30). [Using Concrete Mixture Machine and retail rate of Cement]</p>', '2023-10-23 16:51:07', '2024-02-04 06:10:53'),
(820, 27, 21, 20, 39, '4.08.05.05.05', '1', 14625.58, 14822.79, 13795.90, 14061.02, '<p>PCC-25SCBP: Compressive strength, f\'c=25 MPa at 28 days on standard cylinders, cement conforming to BDS EN 197-1:2003 CEM II/A-L/M/V/W 42.5N, high range water reducing admixture of complying type F under ASTM C 494, sand of minimum FM 2.5 and 38mm down well graded crushed stone chips (LAA&lt;=30 .&nbsp;</p><p>[Using Batching Plant, Transit Mixer, Concrete Pump and bulk rate of Cement]</p>', '2023-10-23 16:52:05', '2024-02-04 06:10:53'),
(821, 27, 21, 20, 39, '4.08.05.06.01', '1', 10885.94, 10870.53, 10584.00, 10584.00, '<p>RCC-17BCCM: Compressive strength, f\'c=17 MPa Mpa at 28 days on standard cylinders, cement conforming to BDS EN 197-1:2003 CEM II/A-L/M/V/W 42.5N, sand of minimum FM 1.8 and 20mm down well graded crushed picked brick chips (LAA &lt;=38) [Using Concrete Mixture Machine and retail rate of Cement]</p>', '2023-10-23 16:56:52', '2024-02-04 06:10:53'),
(822, 27, 21, 20, 39, '4.08.05.06.02', '1', 14588.15, 14706.90, 13613.73, 13912.11, '<p>RCC-20SCCM: Compressive strength, f\'c=20 MPa at 28 days on standard cylinders, cement conforming to BDS EN 197-1:2003 CEM IIWA-L/M/V/W 42.5N, sand of minimum FM 2.2 and 20mm down well graded crushed stone chips (LAA &lt;=35), water reducing admixture of complying type A under ASTM C 494&nbsp;</p><p>[Using Concrete Mixture Machine and retail rate of Cement]<br>&nbsp;</p>', '2023-10-23 17:37:32', '2024-02-04 06:10:53'),
(823, 27, 21, 20, 39, '4.08.05.06.03', '1', 14035.66, 14170.75, 13144.54, 13442.91, '<p>RCC-20SCBP: Compressive strength, f\'c=20 MPa at 28 days on standard cylinders, cement conforming to BDS EN 197-1:2003 CEM II/A-L/M/V/W 42.5N, sand of minimum FM 2.2 and 20mm down well graded crushed stone chips (LAA&lt;=35). water reducing admixture of complying type A under ASTM C 494<br>[Using Batching Plant, Transit Mixer, Concrete Pump and bulk rate of Cement]</p>', '2023-10-23 17:38:27', '2024-02-04 06:10:53'),
(824, 27, 21, 20, 39, '4.08.05.06.04', '1', 15425.37, 15519.07, 14491.15, 14769.26, '<p>RCC-25SCCM: Compressive strength, f\'c=25 MPa at 28 days on standard cylinders, cement conforming to BDS EN 197-1:2003 CEM II/A-L/M/V/W 42.5N, high range water reducing admixture of complying type F under ASTM C 494, sand of minimum FM 2.5 and 20mm down well graded crushed stone chips (LAA &lt;=30).&nbsp;</p><p>[Using Concrete Mixture Machine and retail rate of Cement]</p>', '2023-10-23 17:39:32', '2024-02-04 06:10:53'),
(825, 27, 21, 20, 39, '4.08.05.06.05', '1', 14821.51, 14931.51, 13970.38, 14248.49, '<p>RCC-25SCBP: Compressive strength, f\'c=25 MPa at 28 days on standard cylinders, cement conforming to BDS EN 197-1:2003 CEM II/A-L/M/V/W 42.5N, high range water reducing admixture of complying type F under ASTM C 494, sand of minimum FM 2.5 and 20mm down well graded crushed stone chips (LAA &lt;=30). [Using Batching Plant, Transit Mixer, Concrete Pump and bulk rate of Cement]</p>', '2023-10-23 17:40:29', '2024-02-04 06:10:53'),
(826, 27, 21, 20, 39, '4.08.05.06.06', '1', 16380.85, 16474.10, 15451.14, 15727.91, '<p>RCC-30SCCM: Compressive strength, f\'c=30 MPa at 28 days on standard cylinders, cement conforming to BDS EN 197-1:2003 CEM I 52.5N, high range water reducing admixture of complying type F under ASTM C 494, sand of minimum FM 2.5 and 20mm down well graded crushed stone chips (LAA &lt;=30). [Using Concrete Mixture Machine and retail rate of Cement]</p>', '2023-10-23 17:41:23', '2024-02-04 06:10:53'),
(827, 27, 21, 20, 39, '4.08.05.06.07', '1', 15588.74, 15698.22, 14741.73, 15018.50, '<p>RCC-30SCBP: Compressive strength, f\'c=30 MPa at 28 days on standard cylinders, cement conforming to BDS EN 197-1:2003 CEM I 52.5N, high range water reducing admixture of complying type F under ASTM C 494, sand of minimum FM 2.5 and 20mm down well graded crushed stone chips (LAA &lt;=30).&nbsp;<br>[Using Batching Plant, Transit Mixer, Concrete Pump and bulk rate of Cement]</p>', '2023-10-23 17:42:20', '2024-02-04 06:10:53'),
(828, 27, 21, 20, 39, '4.08.05.06.08', '1', 16603.61, 16713.08, 15756.65, 16033.36, '<p>RCC-35SCBP: Compressive strength, f\'c = 35 MPa at 28 days on standard cylinders, cement conforming to BDS EN 197-1:2003 CEM I 52.5N, high range water reducing admixture of complying type F under ASTM C 494, sand of minimum FM 2.8 and 20mm down well graded crushed stone chips (LAA &lt;=25).<br>[Using Batching Plant, Transit Mixer, Concrete Pump and bulk rate of Cement]</p>', '2023-10-23 17:43:13', '2024-02-04 06:10:53'),
(829, 27, 21, 20, 39, '4.08.06.01', '1', 10681.88, 10629.12, 10270.22, 10263.22, '<p>Cement mortar (1:3)<br><br>&nbsp;</p>', '2023-10-23 17:44:15', '2024-02-04 06:10:53'),
(830, 27, 21, 20, 39, '4.08.06.02', '1', 10205.18, 10152.42, 9793.52, 9786.52, '<p>Cement mortar (1:4)</p>', '2023-10-23 17:45:20', '2024-02-04 06:10:53'),
(831, 27, 22, 20, 39, '4.09.01.01', '1', 12680.29, 12635.90, 12242.17, 12242.17, '<p>For pile caps, abutment base of bridges and bottom slab of box culverts</p>', '2023-10-23 17:46:47', '2024-02-04 06:10:53'),
(832, 27, 22, 20, 39, '4.09.01.02.01', '1', 13261.96, 13215.53, 12803.73, 12803.73, '<p>For height up to 5m</p>', '2023-10-23 17:47:53', '2024-02-04 06:10:53'),
(833, 27, 22, 20, 39, '4.09.01.02.02', '1', 16577.45, 16519.41, 16004.67, 16004.67, '<p>For height above 5m</p>', '2023-10-23 17:48:50', '2024-02-04 06:10:53'),
(834, 27, 22, 20, 39, '4.09.01.03.01', '1', 16286.61, 16229.60, 15723.89, 15723.89, '<p>For height up to 5m</p>', '2023-10-23 17:50:04', '2024-02-04 06:10:53'),
(835, 27, 22, 20, 39, '4.09.01.03.02', '1', 18322.44, 18258.30, 17689.37, 17689.37, '<p>For height above 5m</p>', '2023-10-23 17:51:11', '2024-02-04 06:10:53'),
(836, 27, 22, 20, 39, '4.09.01.04.01', '1', 17417.16, 17344.76, 16787.18, 16787.18, '<p>For height up to 5m</p>', '2023-10-23 17:52:48', '2024-02-04 06:10:53'),
(837, 27, 22, 20, 39, '4.09.01.04.02', '1', 19812.02, 19729.67, 19095.42, 19095.42, '<p>For height above 5m</p>', '2023-10-23 17:53:43', '2024-02-04 06:10:53'),
(838, 27, 22, 20, 39, '4.09.01.05.01', '1', 14890.62, 14838.49, 14376.12, 14376.12, '<p>For height up to 5m</p>', '2023-10-23 17:54:54', '2024-02-04 06:10:53'),
(839, 27, 22, 20, 39, '4.09.01.05.02', '1', 15784.06, 15728.80, 15238.69, 15238.69, '<p>For height above 5m</p>', '2023-10-23 18:43:47', '2024-02-04 06:10:53'),
(840, 27, 22, 20, 39, '4.09.01.06.01', '1', 15495.27, 15430.86, 14934.80, 14934.80, '<p>For pre-cast railing and rail post</p>', '2023-10-23 18:45:19', '2024-02-04 06:10:53'),
(841, 27, 22, 20, 39, '4.09.01.06.02', '1', 13693.49, 13636.57, 13198.20, 13198.20, '<p>For cast-in-situ railing and rail post</p>', '2023-10-23 18:47:47', '2024-02-04 06:10:53'),
(842, 27, 22, 20, 39, '4.09.02.01', '1', 16824.71, 16921.21, 15679.32, 15992.79, '<p>For pile caps, abutment base of bridges and bottom slab of Box Culvert</p>', '2023-10-23 18:49:14', '2024-02-04 06:10:53'),
(843, 27, 22, 20, 39, '4.09.02.02.01', '1', 17358.69, 17459.62, 16160.75, 16488.61, '<p>For height up to 5m</p>', '2023-10-23 18:59:01', '2024-02-04 06:10:53'),
(844, 27, 22, 20, 39, '4.09.02.02.02', '1', 21698.36, 21824.52, 20200.94, 20610.76, '<p>For height above 5m to 10m<br>&nbsp;</p>', '2023-10-23 19:00:13', '2024-02-04 06:10:53'),
(845, 27, 22, 20, 39, '4.09.02.02.03', '1', 26038.03, 26189.43, 24241.13, 24732.91, '<p>For height above 10m to 15m<br>&nbsp;</p>', '2023-10-23 19:01:13', '2024-02-04 06:10:53'),
(846, 27, 22, 20, 39, '4.09.02.02.04', '1', 30377.70, 30554.33, 28281.32, 28855.06, '<p>For height above 15m to 20m<br>&nbsp;</p>', '2023-10-23 19:02:11', '2024-02-04 06:10:53'),
(847, 27, 22, 20, 39, '4.09.02.02.05', '1', 31245.63, 31427.31, 29089.35, 29679.49, '<p>For height above 20m</p>', '2023-10-23 19:03:14', '2024-02-04 06:10:53'),
(848, 27, 22, 20, 39, '4.09.02.03.01', '1', 21317.68, 21441.64, 19846.54, 20249.17, '<p>For height up to 5m<br>&nbsp;</p>', '2023-10-23 19:04:12', '2024-02-04 06:10:53'),
(849, 27, 22, 20, 39, '4.09.02.03.02', '1', 23982.39, 24212.84, 22327.36, 22780.31, '<p>For height above 5m to 10m<br>&nbsp;</p>', '2023-10-23 19:05:17', '2024-02-04 06:10:53'),
(850, 27, 22, 20, 39, '4.09.02.03.03', '1', 26647.10, 26802.05, 26808.17, 25311.46, '<p>For height above 10m to 15m<br>&nbsp;</p>', '2023-10-23 19:06:30', '2024-02-04 06:10:53'),
(851, 27, 22, 20, 39, '4.09.02.03.04', '1', 29311.82, 29482.25, 27288.99, 27842.61, '<p>For height above 15m to 20m<br>&nbsp;</p>', '2023-10-23 19:07:44', '2024-02-04 06:10:53'),
(852, 27, 22, 20, 39, '4.09.02.03.05', '1', 29844.76, 30018.29, 27785.15, 28348.84, '<p>For height above 20m</p>', '2023-10-23 19:08:46', '2024-02-04 06:10:53'),
(853, 27, 22, 20, 39, '4.09.02.04.01', '1', 22627.91, 22742.94, 21057.07, 21474.08, '<p>For height up to 5m<br>&nbsp;</p>', '2023-10-23 19:09:46', '2024-02-04 06:10:53'),
(854, 27, 22, 20, 39, '4.09.02.04.02', '1', 25739.25, 25870.10, 23952.42, 24426.77, '<p>For height above 5m to 10m<br>&nbsp;</p>', '2023-10-23 19:10:52', '2024-02-04 06:10:53'),
(855, 27, 22, 20, 39, '4.09.02.04.03', '1', 28850.58, 28997.25, 26847.77, 27379.46, '<p>For height above 10m to 15m<br>&nbsp;</p>', '2023-10-23 19:11:58', '2024-02-04 06:10:53'),
(856, 27, 22, 20, 39, '4.09.02.04.04', '1', 31961.92, 32124.41, 29743.12, 30332.14, '<p>For height above 15m to 20m<br>&nbsp;</p>', '2023-10-23 19:13:03', '2024-02-04 06:10:53'),
(857, 27, 22, 20, 39, '4.09.02.04.05', '1', 32584.19, 32749.84, 30322.19, 30922.68, '<p>For height above 20m</p>', '2023-10-23 19:14:08', '2024-02-04 06:10:53'),
(858, 27, 22, 20, 39, '4.09.02.05.01', '1', 19490.45, 19603.78, 18145.41, 18513.53, '<p>For height up to 5m</p>', '2023-10-23 19:15:15', '2024-02-04 06:10:53'),
(859, 27, 22, 20, 39, '4.09.02.05.02', '1', 20659.88, 20780.01, 19234.13, 19624.34, '<p>For height above 5m</p>', '2023-10-23 19:16:37', '2024-02-04 06:10:53'),
(860, 27, 22, 20, 39, '4.09.02.06.01', '1', 18978.71, 18957.59, 18017.45, 18240.29, '<p>For pre-cast railing &amp; rail post</p>', '2023-10-23 19:22:50', '2024-02-04 06:10:53'),
(861, 27, 22, 20, 39, '4.09.02.06.02', '1', 16771.88, 16753.22, 15922.39, 16119.32, '<p>For cast-in-situ railing &amp; rail post</p>', '2023-10-23 19:23:59', '2024-02-04 06:10:53'),
(862, 27, 22, 20, 39, '4.09.03.01', '1', 17516.07, 17586.50, 16410.54, 16703.43, '<p>For pile caps, abutment base, facing elements of Reinforced/ Mechanically Stabilized Earth Structure, bottom slab of Box Culvert etc.</p>', '2023-10-23 19:24:56', '2024-02-04 06:10:53'),
(863, 27, 22, 20, 39, '4.09.03.02.01', '1', 18319.56, 18393.22, 17163.32, 17469.64, '<p>For height up to 5m<br>&nbsp;</p>', '2023-10-23 19:26:09', '2024-02-04 06:10:53'),
(864, 27, 22, 20, 39, '4.09.03.02.02', '1', 22899.45, 22991.53, 21454.15, 21837.05, '<p>For height above 5m to 10m<br>&nbsp;</p>', '2023-10-23 19:27:10', '2024-02-04 06:10:53'),
(865, 27, 22, 20, 39, '4.09.03.02.03', '1', 27479.34, 27589.83, 25744.98, 26204.46, '<p>For height above 10m to 15m<br>&nbsp;</p>', '2023-10-23 19:28:22', '2024-02-04 06:10:53'),
(866, 27, 22, 20, 39, '4.09.03.02.04', '1', 32059.23, 32188.14, 30035.81, 30571.88, '<p>For height above 15m to 20m<br>&nbsp;</p>', '2023-10-23 19:29:34', '2024-02-04 06:10:53'),
(867, 27, 22, 20, 39, '4.09.03.02.05', '1', 32975.21, 33107.80, 30893.97, 31445.36, '<p>For height above 20m</p>', '2023-10-23 19:30:33', '2024-02-04 06:10:53'),
(868, 27, 22, 20, 39, '4.09.03.03.01', '1', 24908.17, 25008.33, 23336.09, 23752.59, '<p>For height up to 5m<br>&nbsp;</p>', '2023-10-23 19:33:45', '2024-02-04 06:10:53'),
(869, 27, 22, 20, 39, '4.09.03.03.02', '1', 27648.07, 27759.24, 25903.06, 26365.37, '<p>For height above 5m to 10m<br>&nbsp;</p>', '2023-10-23 19:45:28', '2024-02-04 06:10:53'),
(870, 27, 22, 20, 39, '4.09.03.03.03', '1', 30387.97, 30510.16, 28470.03, 28978.15, '<p>For height above 10m to 15m<br>&nbsp;</p>', '2023-10-23 19:47:39', '2024-02-04 06:10:53'),
(871, 27, 22, 20, 39, '4.09.03.03.04', '1', 33127.87, 33261.08, 31037.00, 31590.94, '<p>For height above 15m to 20m<br>&nbsp;</p>', '2023-10-23 19:48:59', '2024-02-04 06:10:53'),
(872, 27, 22, 20, 39, '4.09.03.03.05', '1', 35867.77, 36011.99, 33603.97, 34203.72, '<p>For height above 20m</p>', '2023-10-23 19:50:02', '2024-02-04 06:10:53'),
(873, 27, 22, 20, 39, '4.09.03.04.01', '1', 26317.32, 26405.98, 24642.50, 25072.43, '<p>For height up to 5m<br>&nbsp;</p>', '2023-10-23 19:51:17', '2024-02-04 06:10:53'),
(874, 27, 22, 20, 39, '4.09.03.04.02', '1', 28291.12, 28386.43, 26490.69, 26952.86, '<p>For height above 5m to 10m<br>&nbsp;</p>', '2023-10-23 19:52:40', '2024-02-04 06:10:53'),
(875, 27, 22, 20, 39, '4.09.03.04.03', '1', 30264.92, 30366.88, 28338.88, 28833.30, '<p>For height above 10m to 15m<br>&nbsp;</p>', '2023-10-23 19:53:48', '2024-02-04 06:10:53'),
(876, 27, 22, 20, 39, '4.09.03.04.04', '1', 32238.72, 32347.33, 30187.06, 30713.73, '<p>For height above 15m to 20m<br>&nbsp;</p>', '2023-10-23 19:54:53', '2024-02-04 06:10:53'),
(877, 27, 22, 20, 39, '4.09.03.04.05', '1', 34212.52, 34327.78, 32035.25, 32594.16, '<p>For height above 20m</p>', '2023-10-23 19:57:21', '2024-02-04 06:10:53'),
(878, 27, 22, 20, 39, '4.09.03.05.01', '1', 20890.73, 20974.73, 19572.20, 19921.52, '<p>Height up to 5 m<br>&nbsp;</p>', '2023-10-23 19:58:35', '2024-02-04 06:10:53'),
(879, 27, 22, 20, 39, '4.09.03.05.02', '1', 22144.17, 22233.21, 20746.54, 21116.81, '<p>For height above 5m</p>', '2023-10-23 19:59:41', '2024-02-04 06:10:53'),
(880, 27, 22, 20, 39, '4.09.03.06.01', '1', 27564.91, 27656.34, 25807.38, 26250.74, '<p>For height up to 5m<br>&nbsp;</p>', '2023-10-23 20:01:24', '2024-02-04 06:10:53'),
(881, 27, 22, 20, 39, '4.09.03.06.02', '1', 31010.52, 31113.38, 29033.30, 29532.08, '<p>For height above 5m to 10m<br>&nbsp;</p>', '2023-10-23 20:02:30', '2024-02-04 06:10:53'),
(882, 27, 22, 20, 39, '4.09.03.06.03', '1', 34456.13, 34570.42, 32259.22, 32813.43, '<p>For height above 10m to 15m<br>&nbsp;</p>', '2023-10-23 20:55:02', '2024-02-04 06:10:53'),
(883, 27, 22, 20, 39, '4.09.03.06.04', '1', 37901.75, 38027.46, 35485.14, 36094.77, '<p>For height above 15m to 20m<br>&nbsp;</p>', '2023-10-23 20:56:10', '2024-02-04 06:10:53'),
(884, 27, 22, 20, 39, '4.09.03.06.05', '1', 38590.87, 38718.87, 36130.33, 36751.04, '<p>For height above 20m</p>', '2023-10-23 20:57:18', '2024-02-04 06:10:53'),
(885, 27, 22, 20, 39, '4.09.03.07', '1', 25711.66, 25815.05, 24088.87, 24518.80, '<p>For RCC deck slab/Cross girder/diaphragm supported on PSC Girder using suspended type staging/ centering and shuttering for any height</p>', '2023-10-23 20:58:34', '2024-02-04 06:10:53'),
(886, 27, 22, 20, 39, '4.09.03.08.01', '1', 20132.50, 20087.64, 19193.24, 19400.26, '<p>For pre-cast railing and rail post<br>&nbsp;</p>', '2023-10-23 20:59:47', '2024-02-04 06:10:53'),
(887, 27, 22, 20, 39, '4.09.03.08.02', '1', 17791.51, 17751.87, 16961.47, 17144.42, '<p>For cast-in-situ railing and rail post<br>&nbsp;</p>', '2023-10-23 21:01:20', '2024-02-04 06:10:53'),
(888, 27, 22, 20, 39, '4.09.03.09', '1', 17516.07, 17586.50, 16410.54, 16703.43, '<p>For Pre-cast paving slab for bridge footpath</p>', '2023-10-23 21:02:32', '2024-02-04 06:10:53'),
(889, 27, 22, 20, 39, '4.09.04.01', '1', 17556.20, 17640.00, 16500.82, 16793.71, '<p>For pile caps, abutment base, facing elements of Reinforced/ Mechanically Stabilized Earth Structure, bottom slab of Box Culvert etc.</p>', '2023-10-23 21:03:38', '2024-02-04 06:10:53'),
(890, 27, 22, 20, 39, '4.09.04.02.01', '1', 18361.53, 18449.17, 17257.74, 17564.06, '<p>For height up to 5m<br>&nbsp;</p>', '2023-10-23 21:04:45', '2024-02-04 06:10:53'),
(891, 27, 22, 20, 39, '4.09.04.02.02', '1', 22951.91, 23061.47, 21572.17, 21955.08, '<p>For height above 5m to 10m<br>&nbsp;</p>', '2023-10-23 21:05:51', '2024-02-04 06:10:53'),
(892, 27, 22, 20, 39, '4.09.04.02.03', '1', 27542.29, 27673.76, 25886.61, 26346.09, '<p>For height above 10m to 15m</p>', '2023-10-23 21:06:59', '2024-02-04 06:10:53'),
(893, 27, 22, 20, 39, '4.09.04.02.04', '1', 32132.67, 32286.06, 30201.04, 30737.11, '<p>For height above 15m to 20m<br>&nbsp;</p>', '2023-10-23 21:08:49', '2024-02-04 06:10:53'),
(894, 27, 22, 20, 39, '4.09.04.02.05', '1', 33050.75, 33208.51, 31063.93, 31615.31, '<p>For height above 20m</p>', '2023-10-23 21:09:58', '2024-02-04 06:10:53'),
(895, 27, 22, 20, 39, '4.09.04.03.01', '1', 24965.23, 25084.40, 23464.47, 23880.96, '<p>For height up to 5 m<br>&nbsp;</p>', '2023-10-23 21:10:58', '2024-02-04 06:10:53'),
(896, 27, 22, 20, 39, '4.09.04.03.02', '1', 27711.41, 27843.69, 26045.56, 28507.87, '<p>For height above 5m to 10m<br>&nbsp;</p>', '2023-10-23 21:12:04', '2024-02-04 06:10:53'),
(897, 27, 22, 20, 39, '4.09.04.03.03', '1', 30457.58, 30602.97, 28625.65, 29134.77, '<p>For height above 10m to 15m<br>&nbsp;</p>', '2023-10-23 21:13:07', '2024-02-04 06:10:53'),
(898, 27, 22, 20, 39, '4.09.04.03.04', '1', 33203.76, 33362.26, 31207.74, 31761.68, '<p>For height above 15m to 20m<br>&nbsp;</p>', '2023-10-23 21:14:26', '2024-02-04 06:10:53'),
(899, 27, 22, 20, 39, '4.09.04.03.05', '1', 35949.93, 36121.54, 33788.83, 34388.59, '<p>For height above 20m</p>', '2023-10-23 21:15:44', '2024-02-04 06:10:53'),
(900, 27, 22, 20, 39, '4.09.04.04.01', '1', 26376.22, 26484.51, 24775.02, 25204.95, '<p>For height up to 5 m<br>&nbsp;</p>', '2023-10-23 21:16:54', '2024-02-04 06:10:53'),
(901, 27, 22, 20, 39, '4.09.04.04.02', '1', 28354.44, 28470.85, 26633.15, 27095.32, '<p>For height above 5m to 10m<br>&nbsp;</p>', '2023-10-25 13:20:08', '2024-02-04 06:10:53'),
(902, 27, 22, 20, 39, '4.09.04.04.03', '1', 30332.66, 30457.19, 28491.27, 28985.69, '<p>For height above 10m to 15m<br>&nbsp;</p>', '2023-10-25 13:21:51', '2024-02-04 06:10:53'),
(903, 27, 22, 20, 39, '4.09.04.04.04', '1', 32310.87, 32443.53, 30349.40, 30876.07, '<p>For height above 15m to 20m<br>&nbsp;</p>', '2023-10-25 13:23:15', '2024-02-04 06:10:53'),
(904, 27, 22, 20, 39, '4.09.04.04.05', '1', 34289.09, 34429.87, 32207.53, 32766.44, '<p>For height above 20m</p>', '2023-10-25 13:24:32', '2024-02-04 06:10:53'),
(905, 27, 22, 20, 39, '4.09.04.05.01', '1', 20938.58, 21038.53, 19679.88, 20029.19, '<p>For height up to 5 m<br>&nbsp;</p>', '2023-10-25 13:26:00', '2024-02-04 06:10:53'),
(906, 27, 22, 20, 39, '4.09.04.05.02', '1', 22194.90, 22300.84, 20860.67, 21230.95, '<p>For height above 5m</p>', '2023-10-25 13:27:23', '2024-02-04 06:10:53'),
(907, 27, 22, 20, 39, '4.09.04.06.01', '1', 27625.64, 7737.32, 25944.04, 26387.40, '<p>For height up to 5 m<br>&nbsp;</p>', '2023-10-25 13:28:28', '2024-02-04 06:10:53'),
(908, 27, 22, 20, 39, '4.09.04.06.02', '1', 31078.85, 31204.49, 29187.04, 29685.83, '<p>For height above 5m to 10m<br>&nbsp;</p>', '2023-10-25 13:29:31', '2024-02-04 06:10:53'),
(909, 27, 22, 20, 39, '4.09.04.06.03', '1', 34532.05, 34671.65, 32430.04, 32984.25, '<p>For height above 10m to 15m<br>&nbsp;</p>', '2023-10-25 13:30:34', '2024-02-04 06:10:53'),
(910, 27, 22, 20, 39, '4.09.04.06.04', '1', 37985.26, 38138.82, 35673.05, 36282.68, '<p>For height above 15m to 20m<br>&nbsp;</p>', '2023-10-25 13:32:02', '2024-02-04 06:10:53'),
(911, 27, 22, 20, 39, '4.09.04.06.05', '1', 38675.90, 38832.25, 36321.65, 36942.36, '<p>For height above 20m</p>', '2023-10-25 13:33:22', '2024-02-04 06:10:53'),
(912, 27, 22, 20, 39, '4.09.04.07', '1', 25770.56, 25893.58, 24221.39, 24651.32, '<p>For RCC deck slab/Cross girder/diaphragm supported on PSC Girder using suspended type staging/ centering and shuttering any height</p>', '2023-10-25 13:35:37', '2024-02-04 06:10:53'),
(913, 27, 22, 20, 39, '4.09.04.08.01', '1', 20179.98, 20195.95, 19300.08, 19507.11, '<p>For pre-cast railing and rail post<br>&nbsp;</p>', '2023-10-25 13:37:29', '2024-02-04 06:10:53'),
(914, 27, 22, 20, 39, '4.09.04.08.02', '1', 17833.47, 17807.82, 17055.89, 17238.84, '<p>For cast-in-situ railing and rail post<br>&nbsp;</p>', '2023-10-25 13:39:17', '2024-02-04 06:10:53'),
(915, 27, 22, 20, 39, '4.09.4.09', '1', 17556.20, 17640.00, 16500.82, 16793.71, '<p>For Pre-cast paving slab for bridge footpath</p>', '2023-10-25 13:40:28', '2024-02-04 06:10:53'),
(916, 27, 22, 20, 39, '4.09.05.01', '1', 18606.07, 18676.50, 17500.54, 17793.43, '<p>For foundation of Pier &amp; Abutment of Bridges and Box Culverts</p>', '2023-10-25 13:41:43', '2024-02-04 06:10:53'),
(917, 27, 22, 20, 39, '4.09.05.02.01', '1', 19459.56, 19533.22, 18303.31, 18609.64, '<p>For height up to 5m<br>&nbsp;</p>', '2023-10-25 13:42:46', '2024-02-04 06:10:53'),
(918, 27, 22, 20, 39, '4.09.05.02.02', '1', 24324.45, 24416.52, 22879.14, 23262.05, '<p>For height above 5m to 10m<br>&nbsp;</p>', '2023-10-25 13:43:44', '2024-02-04 06:10:53'),
(919, 27, 22, 20, 39, '4.09.05.02.03', '1', 29189.33, 29299.83, 27454.97, 27914.46, '<p>For height above 10m to 15m<br>&nbsp;</p>', '2023-10-25 13:44:42', '2024-02-04 06:10:53'),
(920, 27, 22, 20, 39, '4.09.05.02.04', '1', 34054.22, 34183.16, 32030.80, 32566.87, '<p>For height above 15m to 20m<br>&nbsp;</p>', '2023-10-25 13:45:46', '2024-02-04 06:10:53'),
(921, 27, 22, 20, 39, '4.09.05.02.05', '1', 35027.20, 35159.79, 32945.96, 33497.35, '<p>For height above 20m</p>', '2023-10-25 13:46:46', '2024-02-04 06:10:53'),
(922, 27, 22, 20, 39, '4.09.05.03.01', '1', 26458.17, 26558.32, 24886.08, 25302.58, '<p>For height up to 5m<br>&nbsp;</p>', '2023-10-25 13:47:54', '2024-02-04 06:10:53'),
(923, 27, 22, 20, 39, '4.09.05.03.02', '1', 29368.57, 29479.74, 27623.55, 28085.86, '<p>For height above 5m to 10m<br>&nbsp;</p>', '2023-10-25 13:49:14', '2024-02-04 06:10:53'),
(924, 27, 22, 20, 39, '4.09.05.03.03', '1', 32278.97, 32401.15, 30361.02, 30869.15, '<p>For height above 10m to 15m<br>&nbsp;</p>', '2023-10-25 13:50:32', '2024-02-04 06:10:53'),
(925, 27, 22, 20, 39, '4.09.05.03.04', '1', 35189.36, 35322.57, 33098.49, 33652.43, '<p>For height above 15m to 20m<br>&nbsp;</p>', '2023-10-25 13:51:37', '2024-02-04 06:10:53'),
(926, 27, 22, 20, 39, '4.09.05.03.05', '1', 38099.76, 38243.98, 35835.96, 36435.71, '<p>For height above 20m</p>', '2023-10-25 13:52:38', '2024-02-04 06:10:53'),
(927, 27, 22, 20, 39, '4.09.05.04.01', '1', 29917.32, 28005.98, 26242.50, 26672.43, '<p>For height up to 5m<br>&nbsp;</p>', '2023-10-25 13:53:39', '2024-02-04 06:10:53'),
(928, 27, 22, 20, 39, '4.09.05.04.02', '1', 30011.12, 30106.43, 28210.68, 28672.86, '<p>For height above 5m to 10m<br>&nbsp;</p>', '2023-10-25 13:54:41', '2024-02-04 06:10:53'),
(929, 27, 22, 20, 39, '4.09.05.04.03', '1', 32104.92, 32206.88, 30178.87, 30673.29, '<p>For height above 10m to 15m<br>&nbsp;</p>', '2023-10-25 13:55:47', '2024-02-04 06:10:53'),
(930, 27, 22, 20, 39, '4.09.05.04.04', '1', 34198.72, 34307.32, 32147.06, 32673.72, '<p>For height above 15m to 20m<br>&nbsp;</p>', '2023-10-25 13:56:53', '2024-02-04 06:10:53'),
(931, 27, 22, 20, 39, '4.09.05.04.05', '1', 36292.51, 36407.77, 34115.24, 36674.15, '<p>For height above 20m</p>', '2023-10-25 13:58:00', '2024-02-04 06:10:53'),
(932, 27, 22, 20, 39, '4.09.05.05.01', '1', 22190.72, 22274.72, 20872.20, 21221.52, '<p>For height up to 5m<br>&nbsp;</p>', '2023-10-25 13:59:08', '2024-02-04 06:10:53'),
(933, 27, 22, 20, 39, '4.09.05.05.02', '1', 23522.17, 23611.21, 22124.53, 22494.81, '<p>For height up to 5m<br>&nbsp;</p>', '2023-10-25 14:04:28', '2024-02-04 06:10:53'),
(934, 27, 22, 20, 39, '4.09.05.06.01', '1', 28911.21, 29012.76, 27178.99, 27622.35, '<p>For height up to 5m<br>&nbsp;</p>', '2023-10-25 14:05:54', '2024-02-04 06:10:53'),
(935, 27, 22, 20, 39, '4.09.05.06.02', '1', 32525.11, 32639.36, 30576.36, 31075.15, '<p>For height above 5m to 10m<br>&nbsp;</p>', '2023-10-25 14:08:06', '2024-02-04 06:10:53'),
(936, 27, 22, 20, 39, '4.09.05.06.03', '1', 36139.01, 36265.96, 33973.73, 34527.94, '<p>For height above 10m to 15m<br>&nbsp;</p>', '2023-10-25 14:09:19', '2024-02-04 06:10:53'),
(937, 27, 22, 20, 39, '4.09.05.06.04', '1', 39752.91, 39892.55, 37371.11, 37980.74, '<p>For height above 15m to 20m<br>&nbsp;</p>', '2023-10-25 14:11:29', '2024-02-04 06:10:53'),
(938, 27, 22, 20, 39, '4.09.05.06.05', '1', 40475.70, 40617.87, 38050.58, 38671.30, '<p>For height above 20m</p>', '2023-10-25 14:12:36', '2024-02-04 06:10:53'),
(939, 27, 22, 20, 39, '4.09.05.07', '1', 27311.66, 27415.04, 25688.86, 26118.79, '<p>For RCC deck slab/Cross girder/diaphragm supported on PSC Girder using suspended type staging/ centering and shuttering for any height</p>', '2023-10-25 14:14:05', '2024-02-04 06:10:53'),
(940, 27, 22, 20, 39, '4.09.05.08.01', '1', 21442.49, 21377.63, 20483.24, 20690.26, '<p>For pre-cast railing and rail post<br>&nbsp;</p>', '2023-10-25 14:15:15', '2024-02-04 06:10:53'),
(941, 27, 22, 20, 39, '4.09.05.08.02', '1', 18931.51, 18891.86, 18101.47, 18284.42, '<p>For cast-in-situ railing and rail post<br>&nbsp;</p>', '2023-10-25 14:16:17', '2024-02-04 06:10:53'),
(942, 27, 22, 20, 39, '4.09.05.09', '1', 18606.07, 18676.50, 17500.54, 17793.43, '<p>For Pre-cast paving slab for bridge footpath</p>', '2023-10-25 14:17:28', '2024-02-04 06:10:53'),
(943, 27, 22, 20, 39, '4.09.06.01', '1', 18443.90, 18527.71, 17388.52, 17681.41, '<p>For foundation of Pier &amp; Abutment of Bridges and Facing Elements of Reinforced/ Mechanically Stabilized Earth Structure</p>', '2023-10-25 14:18:38', '2024-02-04 06:10:53'),
(944, 27, 22, 20, 39, '4.09.06.02.01', '1', 19289.95, 1377.60, 18186.16, 18492.49, '<p>For height up to 5 m<br>&nbsp;</p>', '2023-10-25 14:19:44', '2024-02-04 06:10:53'),
(945, 27, 22, 20, 39, '4.09.06.02.02', '1', 24112.44, 24222.00, 22732.70, 23115.61, '<p>For height above 5m to 10m<br>&nbsp;</p>', '2023-10-25 14:20:37', '2024-02-04 06:10:53'),
(946, 27, 22, 20, 39, '4.09.06.02.03', '1', 28934.93, 29066.40, 27279.24, 27738.73, '<p>For height above 10m to 15m<br>&nbsp;</p>', '2023-10-25 14:23:03', '2024-02-04 06:10:53'),
(947, 27, 22, 20, 39, '4.09.06.02.04', '1', 33757.41, 33910.80, 31825.79, 32361.86, '<p>For height above 15m to 20m<br>&nbsp;</p>', '2023-10-25 14:25:01', '2024-02-04 06:10:53'),
(948, 27, 22, 20, 39, '4.09.06.02.05', '1', 34721.91, 34879.68, 32735.09, 33286.48, '<p>For height above 20m</p>', '2023-10-25 14:26:37', '2024-02-04 06:10:53'),
(949, 27, 22, 20, 39, '4.09.06.03.01', '1', 26227.56, 26346.74, 24726.80, 25143.30, '<p>For height up to 5 m<br>&nbsp;</p>', '2023-10-25 14:30:51', '2024-02-04 06:10:53'),
(950, 27, 22, 20, 39, '4.09.06.03.02', '1', 28850.32, 28981.41, 27199.48, 27657.63, '<p>For height above 5m to 10m<br>&nbsp;</p>', '2023-10-25 14:33:17', '2024-02-04 06:10:53'),
(951, 27, 22, 20, 39, '4.09.06.03.03', '1', 31473.08, 31616.08, 29672.16, 30171.96, '<p>For height above 10m to 15m<br>&nbsp;</p>', '2023-10-25 14:35:24', '2024-02-04 06:10:53'),
(952, 27, 22, 20, 39, '4.09.06.03.04', '1', 34095.83, 34250.76, 32144.84, 32686.28, '<p>For height above 15m to 20m<br>&nbsp;</p>', '2023-10-25 14:36:41', '2024-02-04 06:10:53'),
(953, 27, 22, 20, 39, '4.09.06.03.05', '1', 36718.59, 36885.43, 34617.52, 35200.61, '<p>For height above 20m</p>', '2023-10-25 14:40:42', '2024-02-04 06:10:53'),
(954, 27, 22, 20, 39, '4.09.06.04.01', '1', 27679.28, 27787.57, 26078.07, 26508.00, '<p>For height up to 5 m<br>&nbsp;</p>', '2023-10-25 14:59:08', '2024-02-04 06:10:53'),
(955, 27, 22, 20, 39, '4.09.06.04.02', '1', 29478.43, 29593.76, 27773.07, 28231.03, '<p>For height above 5m to 10m<br>&nbsp;</p>', '2023-10-25 15:00:53', '2024-02-04 06:10:53'),
(956, 27, 22, 20, 39, '4.09.06.04.03', '1', 31277.58, 31399.95, 29468.22, 29954.05, '<p>For height above 10m to 15m<br>&nbsp;</p>', '2023-10-25 15:02:12', '2024-02-04 06:10:53'),
(957, 27, 22, 20, 39, '4.09.06.04.04', '1', 33076.73, 33206.14, 31163.30, 31677.07, '<p>For height above 15m to 20m<br>&nbsp;</p>', '2023-10-25 15:03:17', '2024-02-04 06:10:53'),
(958, 27, 22, 20, 39, '4.09.06.04.05', '1', 34875.89, 35012.34, 32858.37, 33400.09, '<p>For height above 20m</p>', '2023-10-25 15:04:21', '2024-02-04 06:10:53'),
(959, 27, 22, 20, 39, '4.09.06.05.01', '1', 21997.31, 22097.26, 20738.61, 21087.93, '<p>For height up to 5 m<br>&nbsp;</p>', '2023-10-25 15:05:23', '2024-02-04 06:10:53'),
(960, 27, 22, 20, 39, '4.09.06.05.02', '1', 23207.16, 23312.61, 21879.23, 22247.76, '<p>For height above 5m<br>&nbsp;</p>', '2023-10-25 15:06:28', '2024-02-04 06:10:53'),
(961, 27, 22, 20, 39, '4.09.06.06.01', '1', 28530.49, 28640.47, 26874.36, 27311.01, '<p>For height up to 5 m<br>&nbsp;</p>', '2023-10-25 15:07:24', '2024-02-04 06:10:53'),
(962, 27, 22, 20, 39, '4.09.06.06.02', '1', 32096.80, 32220.53, 30233.65, 30724.88, '<p>For height above 5m to 10m<br>&nbsp;</p>', '2023-10-25 15:08:28', '2024-02-04 06:10:53'),
(963, 27, 22, 20, 39, '4.09.06.06.03', '1', 35663.11, 35800.59, 33592.95, 34138.76, '<p>For height above 10m to 15m<br>&nbsp;</p>', '2023-10-25 15:09:40', '2024-02-04 06:10:53'),
(964, 27, 22, 20, 39, '4.09.06.06.04', '1', 39299.42, 39380.65, 39952.24, 37552.63, '<p>For height above 15m to 20m<br>&nbsp;</p>', '2023-10-25 15:10:39', '2024-02-04 06:10:53'),
(965, 27, 22, 20, 39, '4.09.06.06.05', '1', 39942.68, 40096.66, 37624.10, 38235.41, '<p>For height above 20m</p>', '2023-10-25 15:11:46', '2024-02-04 06:10:53'),
(966, 27, 22, 20, 39, '4.09.06.07', '1', 27073.62, 27196.63, 25524.44, 25954.37, '<p>For RCC deck slab/Cross girder/diaphragm supported on PSC Girder using suspended type staging/ centering and shuttering for any height</p>', '2023-10-25 15:12:47', '2024-02-04 06:10:53'),
(967, 27, 22, 20, 39, '4.09.06.08.01', '1', 28969.42, 29081.09, 27287.81, 27731.18, '<p>For height up to 5 m<br>&nbsp;</p>', '2023-10-25 15:13:56', '2024-02-04 06:10:53'),
(968, 27, 22, 20, 39, '4.09.06.08.02', '1', 32590.60, 32716.23, 30698.79, 31197.57, '<p>For height above 5m to 10m<br>&nbsp;</p>', '2023-10-25 15:15:03', '2024-02-04 06:10:53'),
(969, 27, 22, 20, 39, '4.09.06.08.03', '1', 36211.77, 36351.37, 34109.76, 34663.97, '<p>For height above 10m to 15m<br>&nbsp;</p>', '2023-10-25 15:16:30', '2024-02-04 06:10:53'),
(970, 27, 22, 20, 39, '4.09.06.08.04', '1', 39832.95, 39986.50, 37520.74, 38130.37, '<p>For height above 15m to 20m<br>&nbsp;</p>', '2023-10-25 15:17:42', '2024-02-04 06:10:53'),
(971, 27, 22, 20, 39, '4.09.06.08.05', '1', 40557.19, 40713.53, 38202.93, 38823.65, '<p>For height above 20m</p>', '2023-10-25 15:19:09', '2024-02-04 06:10:53'),
(972, 27, 22, 20, 39, '4.09.07.01', '1', 19517.88, 19601.69, 18462.50, 18755.39, '<p>For foundation of Pier &amp; Abutment of Bridges and Facing Elements of Reinforced/ Mechanically Stabilized Earth Structure</p>', '2023-10-25 15:21:22', '2024-02-04 06:10:53'),
(973, 27, 22, 20, 39, '4.09.07.02.01', '1', 20413.20, 20500.85, 19309.41, 19615.73, '<p>For height up to 5 m<br>&nbsp;</p>', '2023-10-25 15:22:17', '2024-02-04 06:10:53'),
(974, 27, 22, 20, 39, '4.09.07.02.02', '1', 25516.49, 25626.06, 24136.76, 24519.67, '<p>For height above 5m to 10m<br>&nbsp;</p>', '2023-10-25 15:23:47', '2024-02-04 06:10:53'),
(975, 27, 22, 20, 39, '4.09.07.02.03', '1', 30619.79, 30751.27, 28964.11, 29423.60, '<p>For height above 10m to 15m<br>&nbsp;</p>', '2023-10-25 15:24:51', '2024-02-04 06:10:53'),
(976, 27, 22, 20, 39, '4.09.07.02.04', '1', 35723.09, 35876.48, 33791.46, 34327.53, '<p>For height above 15m to 20m<br>&nbsp;</p>', '2023-10-25 15:26:01', '2024-02-04 06:10:53'),
(977, 27, 22, 20, 39, '4.09.07.02.05', '1', 36743.75, 36901.52, 34756.93, 35308.32, '<p>For height above 20m</p>', '2023-10-25 15:27:21', '2024-02-04 06:10:53'),
(978, 27, 22, 20, 39, '4.09.07.03.01', '1', 26859.47, 26974.80, 25407.12, 25810.18, '<p>For height up to 5 m<br>&nbsp;</p>', '2023-10-25 15:28:35', '2024-02-04 06:10:53'),
(979, 27, 22, 20, 39, '4.09.07.03.02', '1', 29411.12, 29537.40, 27820.79, 28262.14, '<p>For height above 5m to 10m<br>&nbsp;</p>', '2023-10-25 15:29:34', '2024-02-04 06:10:53'),
(980, 27, 22, 20, 39, '4.09.07.03.03', '1', 31962.77, 32100.01, 30234.47, 30714.11, '<p>For height above 10m to 15m<br>&nbsp;</p>', '2023-10-25 15:30:41', '2024-02-04 06:10:53'),
(981, 27, 22, 20, 39, '4.09.07.03.04', '1', 34514.42, 34662.61, 32648.14, 33166.08, '<p>For height above 15m to 20m<br>&nbsp;</p>', '2023-10-25 15:31:49', '2024-02-04 06:10:53'),
(982, 27, 22, 20, 39, '4.09.07.03.05', '1', 37066.07, 37255.22, 35061.82, 35618.04, '<p>For height above 20m</p>', '2023-10-25 15:32:53', '2024-02-04 06:10:53'),
(983, 27, 22, 20, 39, '4.09.07.04.01', '1', 28341.52, 28446.43, 26790.35, 27206.85, '<p>For height up to 5 m<br>&nbsp;</p>', '2023-10-25 15:33:57', '2024-02-04 06:10:53'),
(984, 27, 22, 20, 39, '4.09.07.04.02', '1', 30183.72, 30295.44, 28531.73, 28975.29, '<p>For height above 5m to 10m<br>&nbsp;</p>', '2023-10-25 15:34:57', '2024-02-04 06:10:53'),
(985, 27, 22, 20, 39, '4.09.07.04.03', '1', 32025.91, 32144.46, 30273.10, 30743.74, '<p>For height above 10m to 15m<br>&nbsp;</p>', '2023-10-25 15:36:02', '2024-02-04 06:10:53'),
(986, 27, 22, 20, 39, '4.09.07.04.04', '1', 33868.11, 33993.48, 32014.47, 32512.18, '<p>For height above 15m to 20m<br>&nbsp;</p>', '2023-10-25 15:37:10', '2024-02-04 06:10:53'),
(987, 27, 22, 20, 39, '4.09.07.04.05', '1', 35710.31, 35842.50, 33755.85, 34280.63, '<p>For height above 20m</p>', '2023-10-25 15:38:17', '2024-02-04 06:10:53'),
(988, 27, 22, 20, 39, '4.09.07.05.01', '1', 29668.04, 29776.33, 28037.39, 28467.32, '<p>For height up to 5 m<br>&nbsp;</p>', '2023-10-25 15:41:21', '2024-02-04 06:10:53'),
(989, 27, 22, 20, 39, '4.09.07.05.02', '1', 33376.55, 33498.38, 31542.06, 32025.74, '<p>For height above 5m to 10m<br>&nbsp;</p>', '2023-10-25 15:42:20', '2024-02-04 06:10:53'),
(990, 27, 22, 20, 39, '4.09.07.05.03', '1', 37085.05, 37220.42, 35046.74, 35584.15, '<p>For height above 10m to 15m<br>&nbsp;</p>', '2023-10-25 15:43:34', '2024-02-04 06:10:53'),
(991, 27, 22, 20, 39, '4.09.07.05.04', '1', 40793.56, 40942.46, 38551.41, 39142.57, '<p>For height above 15m to 20m<br>&nbsp;</p>', '2023-10-25 15:44:52', '2024-02-04 06:10:53'),
(992, 27, 22, 20, 39, '4.09.07.05.05', '1', 41535.26, 41686.87, 39252.35, 39854.25, '<p>For height above 20m</p>', '2023-10-25 15:46:20', '2024-02-04 06:10:53'),
(993, 27, 22, 20, 39, '4.09.07.06.01', '1', 30131.60, 30241.59, 28475.48, 28912.12, '<p>For height up to 5 m<br>&nbsp;</p>', '2023-10-25 15:47:34', '2024-02-04 06:10:53'),
(994, 27, 22, 20, 39, '4.09.07.06.02', '1', 33898.05, 34021.79, 32034.91, 32526.14, '<p>For height above 5m to 10m<br>&nbsp;</p>', '2023-10-25 15:48:49', '2024-02-04 06:10:53'),
(995, 27, 22, 20, 39, '4.09.07.06.03', '1', 37664.51, 37801.99, 35594.34, 36140.15, '<p>For height above 10m to 15m<br>&nbsp;</p>', '2023-10-25 15:50:13', '2024-02-04 06:10:53'),
(996, 27, 22, 20, 39, '4.09.07.06.04', '1', 41430.96, 41582.18, 39153.78, 39754.17, '<p>For height above 15m to 20m<br>&nbsp;</p>', '2023-10-25 15:51:36', '2024-02-04 06:10:53'),
(997, 27, 22, 20, 39, '4.09.07.06.05', '1', 42184.25, 42338.22, 39865.67, 40476.97, '<p>For height above 20m</p>', '2023-10-25 15:52:44', '2024-02-04 06:10:53'),
(998, 27, 22, 20, 39, '4.09.08.01', '1', 19824.16, 19907.96, 18768.78, 19061.67, '<p>For foundation of Pier &amp; Abutment of bridges</p>', '2023-10-25 15:54:03', '2024-02-04 06:10:53'),
(999, 27, 22, 20, 39, '4.09.08.02.01', '1', 20733.52, 20821.17, 19629.74, 19936.06, '<p>For height up to 5 m<br>&nbsp;</p>', '2023-10-25 15:55:10', '2024-02-04 06:10:53'),
(1000, 27, 22, 20, 39, '4.09.08.02.02', '1', 25916.90, 26026.47, 25537.17, 24920.08, '<p>For height above 5m to 10m<br>&nbsp;</p>', '2023-10-25 15:56:14', '2024-02-04 06:10:53'),
(1001, 27, 22, 20, 39, '4.09.08.02.03', '1', 31100.29, 31231.76, 29444.60, 29904.09, '<p>For height above 10m to 15m<br>&nbsp;</p>', '2023-10-25 15:57:23', '2024-02-04 06:10:53'),
(1002, 27, 22, 20, 39, '4.09.08.02.04', '1', 36283.67, 36437.05, 34352.04, 34888.11, '<p>For height above 15m to 20m<br>&nbsp;</p>', '2023-10-25 15:58:34', '2024-02-04 06:10:53'),
(1003, 27, 22, 20, 39, '4.09.08.02.05', '1', 37320.34, 37478.11, 35333.52, 35884.91, '<p>For height above 20m</p>', '2023-10-25 15:59:34', '2024-02-04 06:10:53'),
(1004, 27, 22, 20, 39, '4.09.08.03.01', '1', 27496.22, 27611.54, 26043.86, 26446.92, '<p>For height up to 5 m<br>&nbsp;</p>', '2023-10-25 16:00:31', '2024-02-04 06:10:53'),
(1005, 27, 22, 20, 39, '4.09.08.03.02', '1', 30108.36, 30234.64, 28518.03, 28959.38, '<p>For height above 5m to 10m<br>&nbsp;</p>', '2023-10-25 16:01:50', '2024-02-04 06:10:53'),
(1006, 27, 22, 20, 39, '4.09.08.03.03', '1', 32720.50, 32857.74, 30992.20, 31471.84, '<p>For height above 10m to 15m<br>&nbsp;</p>', '2023-10-25 16:07:52', '2024-02-04 06:10:53'),
(1007, 27, 22, 20, 39, '4.09.08.03.04', '1', 35332.64, 35480.83, 33466.37, 33984.30, '<p>For height above 15m to 20m<br>&nbsp;</p>', '2023-10-25 16:09:01', '2024-02-04 06:10:53'),
(1008, 27, 22, 20, 39, '4.09.08.03.05', '1', 37944.78, 38103.93, 35940.53, 36496.76, '<p>For height above 20m</p>', '2023-10-25 16:10:14', '2024-02-04 06:10:53'),
(1009, 27, 22, 20, 39, '4.09.08.04.01', '1', 28777.05, 28881.96, 27225.89, 27642.38, '<p>For height up to 5 m<br>&nbsp;</p>', '2023-10-25 16:11:19', '2024-02-04 06:10:53'),
(1010, 27, 22, 20, 39, '4.09.08.04.02', '1', 30503.67, 30614.88, 28859.44, 29300.92, '<p>For height above 5m to 10m<br>&nbsp;</p>', '2023-10-25 16:12:22', '2024-02-04 06:10:53'),
(1011, 27, 22, 20, 39, '4.09.08.04.03', '1', 32230.30, 32347.79, 30492.99, 30959.47, '<p>For height above 10m to 15m<br>&nbsp;</p>', '2023-10-25 16:13:30', '2024-02-04 06:10:53'),
(1012, 27, 22, 20, 39, '4.09.08.04.04', '1', 33956.92, 30080.71, 32126.55, 32618.01, '<p>For height above 15m to 20m<br>&nbsp;</p>', '2023-10-25 16:14:34', '2024-02-04 06:10:53'),
(1013, 27, 22, 20, 39, '4.09.08.04.05', '1', 35683.54, 35813.63, 33760.10, 34276.55, '<p>For height above 20m</p>', '2023-10-25 16:15:46', '2024-02-04 06:10:53'),
(1014, 27, 22, 20, 39, '4.09.08.05.01', '1', 29647.04, 29753.64, 28041.86, 28465.08, '<p>For height up to 5 m<br>&nbsp;</p>', '2023-10-25 16:16:51', '2024-02-04 06:10:53'),
(1015, 27, 22, 20, 39, '4.09.08.05.02', '1', 33352.92, 33472.84, 31575.10, 32023.21, '<p>For height above 5m to 10m<br>&nbsp;</p>', '2023-10-25 16:18:11', '2024-02-04 06:10:53'),
(1016, 27, 22, 20, 39, '4.09.08.05.03', '1', 37058.79, 37192.05, 35052.33, 35581.35, '<p>For height above 10m to 15m<br>&nbsp;</p>', '2023-10-25 16:19:32', '2024-02-04 06:10:53'),
(1017, 27, 22, 20, 39, '4.09.08.05.04', '1', 40764.67, 40911.25, 38557.56, 39139.48, '<p>For height above 15m to 20m<br>&nbsp;</p>', '2023-10-25 16:20:39', '2024-02-04 06:10:53'),
(1018, 27, 22, 20, 39, '4.09.08.05.05', '1', 41505.85, 41655.09, 39258.61, 39851.11, '<p>For height above 20m</p>', '2023-10-25 16:21:49', '2024-02-04 06:10:53'),
(1019, 27, 22, 20, 39, '4.09.08.06.01', '1', 30588.21, 30698.20, 28932.08, 29368.73, '<p>For height up to 5 m<br>&nbsp;</p>', '2023-10-25 16:22:53', '2024-02-04 06:10:53'),
(1020, 27, 22, 20, 39, '4.09.08.06.02', '1', 34411.74, 34535.47, 32548.59, 33039.82, '<p>For height above 5m to 10m<br>&nbsp;</p>', '2023-10-25 16:24:20', '2024-02-04 06:10:53'),
(1021, 27, 22, 20, 39, '4.09.08.06.03', '1', 32235.26, 38372.75, 36165.10, 36710.91, '<p>For height above 10m to 15m<br>&nbsp;</p>', '2023-10-25 16:25:38', '2024-02-04 06:10:53'),
(1022, 27, 22, 20, 39, '4.09.08.06.04', '1', 42058.79, 42210.02, 39781.61, 40382.00, '<p>For height above 15m to 20m<br>&nbsp;</p>', '2023-10-25 16:26:53', '2024-02-04 06:10:53'),
(1023, 27, 22, 20, 39, '4.09.08.06.05', '1', 42823.50, 42977.47, 40504.92, 41116.22, '<p>For height above 20m</p>', '2023-10-25 16:27:55', '2024-02-04 06:10:53'),
(1024, 27, 22, 20, 39, '4.09.09.01', '1', 19360.39, 19430.83, 18254.86, 18547.75, '<p>For foundation of Pier &amp; Abutment of Bridges and Box Culverts</p>', '2023-10-25 16:29:19', '2024-02-04 06:10:53'),
(1025, 27, 22, 20, 39, '4.09.09.02.01', '1', 20248.49, 20322.15, 19092.24, 19398.57, '<p>For height up to 5 m<br>&nbsp;</p>', '2023-10-25 16:30:23', '2024-02-04 06:10:53'),
(1026, 27, 22, 20, 39, '4.09.09.02.02', '1', 25310.61, 25402.68, 23865.30, 24248.21, '<p>For height above 5m to 10m<br>&nbsp;</p>', '2023-10-25 16:31:25', '2024-02-04 06:10:53'),
(1027, 27, 22, 20, 39, '4.09.09.02.03', '1', 30372.73, 30483.22, 28638.36, 29097.85, '<p>For height above 10m to 15m<br>&nbsp;</p>', '2023-10-25 16:32:23', '2024-02-04 06:10:53'),
(1028, 27, 22, 20, 39, '4.09.09.02.04', '1', 35434.85, 36563.76, 33411.43, 33947.49, '<p>For height above 15m to 20m<br>&nbsp;</p>', '2023-10-25 16:33:22', '2024-02-04 06:10:53'),
(1029, 27, 22, 20, 39, '4.09.09.02.05', '1', 36447.27, 36579.87, 34366.04, 34917.42, '<p>For height above 20m</p>', '2023-10-25 16:34:22', '2024-02-04 06:10:53'),
(1030, 27, 22, 20, 39, '4.09.09.03.01', '1', 27530.84, 27630.99, 25958.75, 26375.25, '<p>For height up to 5 m<br>&nbsp;</p>', '2023-10-25 16:35:26', '2024-02-04 06:10:53'),
(1031, 27, 22, 20, 39, '4.09.09.03.02', '1', 30559.23, 30670.40, 28814.21, 29276.52, '<p>For height above 5m to 10m<br>&nbsp;</p>', '2023-10-25 16:36:30', '2024-02-04 06:10:53'),
(1032, 27, 22, 20, 39, '4.09.09.03.03', '1', 33587.62, 33709.81, 31669.68, 32177.80, '<p>For height above 10m to 15m<br>&nbsp;</p>', '2023-10-25 16:37:34', '2024-02-04 06:10:53'),
(1033, 27, 22, 20, 39, '4.09.09.03.04', '1', 36616.01, 36749.22, 34525.14, 35079.08, '<p>For height above 15m to 20m<br>&nbsp;</p>', '2023-10-25 16:39:05', '2024-02-04 06:10:53'),
(1034, 27, 22, 20, 39, '4.09.09.03.05', '1', 39644.40, 39788.63, 37380.60, 37980.36, '<p>For height above 20m</p>', '2023-10-25 16:46:21', '2024-02-04 06:10:53'),
(1035, 27, 22, 20, 39, '4.09.09.04.01', '1', 29024.59, 29113.25, 27349.76, 27779.70, '<p>For height up to 5 m<br>&nbsp;</p>', '2023-10-25 16:47:48', '2024-02-04 06:10:53'),
(1036, 27, 22, 20, 39, '4.09.09.04.02', '1', 31201.43, 31296.74, 29401.00, 29863.17, '<p>For height above 5m to 10m<br>&nbsp;</p>', '2023-10-25 16:48:50', '2024-02-04 06:10:53'),
(1037, 27, 22, 20, 39, '4.09.09.04.03', '1', 33378.28, 33480.24, 31452.23, 31946.65, '<p>For height above 10m to 15m<br>&nbsp;</p>', '2023-10-25 16:50:06', '2024-02-04 06:10:53'),
(1038, 27, 22, 20, 39, '4.09.09.04.04', '1', 35555.12, 35663.73, 33503.46, 34030.13, '<p>For height above 15m to 20m<br>&nbsp;</p>', '2023-10-25 16:51:15', '2024-02-04 06:10:53'),
(1039, 27, 22, 20, 39, '4.09.09.04.05', '1', 37731.96, 37847.22, 3554.69, 36113.60, '<p>For height above 20m</p>', '2023-10-25 16:52:34', '2024-02-04 06:10:53');
INSERT INTO `items` (`id`, `category_id`, `sub_category_id`, `unit_id`, `financial_rate_id`, `code`, `status`, `dhaka_mymensingh`, `chittagong_sylhet`, `rajshahi_rangpur`, `khulna_barishal`, `description`, `created_at`, `updated_at`) VALUES
(1040, 27, 22, 20, 39, '4.09.09.05.01', '1', 23090.38, 23174.38, 21771.86, 22121.17, '<p>For height up to 5 m<br>&nbsp;</p>', '2023-10-25 16:54:04', '2024-02-04 06:10:53'),
(1041, 27, 22, 20, 39, '4.09.09.05.02', '1', 24475.80, 24564.84, 23078.17, 23448.45, '<p>For height above 5m</p>', '2023-10-25 16:55:28', '2024-02-04 06:10:53'),
(1042, 27, 22, 20, 39, '4.09.09.06.01', '1', 30053.08, 30154.64, 28320.86, 28764.23, '<p>For height up to 5 m<br>&nbsp;</p>', '2023-10-25 16:56:43', '2024-02-04 06:10:53'),
(1043, 27, 22, 20, 39, '4.09.09.06.02', '1', 33809.72, 33923.97, 31860.97, 32359.75, '<p>For height above 5m to 10m<br>&nbsp;</p>', '2023-10-25 16:57:49', '2024-02-04 06:10:53'),
(1044, 27, 22, 20, 39, '4.09.09.06.03', '1', 37566.35, 37693.29, 35401.07, 35955.28, '<p>For height above 10m to 15m<br>&nbsp;</p>', '2023-10-25 16:59:14', '2024-02-04 06:10:53'),
(1045, 27, 22, 20, 39, '4.09.09.06.04', '1', 41322.99, 41462.62, 38941.18, 39550.81, '<p>For height above 15m to 20m<br>&nbsp;</p>', '2023-10-25 18:35:10', '2024-02-04 06:10:53'),
(1046, 27, 22, 20, 39, '4.09.09.06.05', '1', 42074.32, 42216.49, 39649.20, 40269.92, '<p>For height above 20m</p>', '2023-10-25 18:38:29', '2024-02-04 06:10:53'),
(1047, 27, 22, 20, 39, '4.09.09.07', '1', 28418.93, 28522.31, 26796.13, 27226.06, '<p>For RCC deck slab/Cross girder/diaphragm supported on PSC Girder using suspended type staging/ centering and shuttering for any height</p>', '2023-10-25 19:12:06', '2024-02-04 06:10:53'),
(1048, 27, 22, 20, 39, '4.09.09.08.01', '1', 22315.23, 22270.37, 21375.97, 21583.00, '<p>For pre-cast railing and rail post<br>&nbsp;</p>', '2023-10-25 19:13:16', '2024-02-04 06:10:53'),
(1049, 27, 22, 20, 39, '4.09.09.08.02', '1', 19720.43, 19680.79, 18890.39, 19073.34, '<p>For cast-in-situ railing and rail post<br>&nbsp;</p>', '2023-10-25 19:15:01', '2024-02-04 06:10:53'),
(1050, 27, 22, 20, 39, '4.09.09.09', '1', 19360.39, 19430.83, 18254.86, 18547.75, '<p>For Pre-cast paving slab for bridge footpath</p>', '2023-10-25 19:17:11', '2024-02-04 06:10:53'),
(1051, 27, 22, 20, 39, '4.09.10.01', '1', 19477.76, 19561.58, 18422.38, 18715.27, '<p>For foundation of Pier &amp; Abutment of Bridges and Facing Elements of Reinforced/ Mechanically Stabilized Earth Structure</p>', '2023-10-25 19:19:06', '2024-02-04 06:10:53'),
(1052, 27, 22, 20, 39, '4.09.10.02.01', '1', 20371.23, 20458.88, 19267.44, 19573.77, '<p>For height up to 5 m<br>&nbsp;</p>', '2023-10-25 19:20:40', '2024-02-04 06:10:53'),
(1053, 27, 22, 20, 39, '4.09.10.02.02', '1', 25464.04, 25573.60, 24084.30, 24466.99, '<p>For height above 5m to 10m<br>&nbsp;</p>', '2023-10-25 19:22:09', '2024-02-04 06:10:53'),
(1054, 27, 22, 20, 39, '4.09.10.02.03', '1', 30556.85, 30688.32, 28901.17, 29360.65, '<p>For height above 10m to 15m<br>&nbsp;</p>', '2023-10-25 19:29:05', '2024-02-04 06:10:53'),
(1055, 27, 22, 20, 39, '4.09.10.02.04', '1', 35649.66, 35803.04, 33718.03, 34254.10, '<p>For height above 15m to 20m<br>&nbsp;</p>', '2023-10-25 19:30:26', '2024-02-04 06:10:53'),
(1056, 27, 22, 20, 39, '4.09.10.02.05', '1', 36668.22, 36825.99, 3468140.00, 35232.79, '<p>For height above 20m</p>', '2023-10-25 19:34:56', '2024-02-04 06:10:53'),
(1057, 27, 22, 20, 39, '4.09.10.03.01', '1', 27697.73, 27816.90, 26196.96, 26613.46, '<p>For height up to 5 m<br>&nbsp;</p>', '2023-10-25 19:36:40', '2024-02-04 06:10:53'),
(1058, 27, 22, 20, 39, '4.09.10.03.02', '1', 30467.50, 30598.59, 28816.66, 29274.80, '<p>For height above 5m to 10m<br>&nbsp;</p>', '2023-10-25 19:37:50', '2024-02-04 06:10:53'),
(1059, 27, 22, 20, 39, '4.09.10.03.03', '1', 33237.27, 33380.28, 31436.36, 31936.15, '<p>For height above 10m to 15m<br>&nbsp;</p>', '2023-10-25 19:38:55', '2024-02-04 06:10:53'),
(1060, 27, 22, 20, 39, '4.09.10.03.04', '1', 36007.05, 36161.97, 34056.05, 34597.50, '<p>For height above 15m to 20m<br>&nbsp;</p>', '2023-10-25 19:40:02', '2024-02-04 06:10:53'),
(1061, 27, 22, 20, 39, '4.09.10.03.05', '1', 38776.82, 38943.66, 36675.75, 37258.84, '<p>For height above 20m</p>', '2023-10-25 19:42:09', '2024-02-04 06:10:53'),
(1062, 27, 22, 20, 39, '4.09.10.04.01', '1', 29196.86, 29305.16, 27595.66, 28025.59, '<p>For height up to 5 m<br>&nbsp;</p>', '2023-10-25 19:43:21', '2024-02-04 06:10:53'),
(1063, 27, 22, 20, 39, '4.09.10.04.02', '1', 30948.67, 31063.46, 29251.40, 29707.13, '<p>For height above 5m to 10m<br>&nbsp;</p>', '2023-10-25 19:44:18', '2024-02-04 06:10:53'),
(1064, 27, 22, 20, 39, '4.09.10.04.03', '1', 32992.45, 33114.83, 31183.10, 31668.92, '<p>For height above 10m to 15m<br>&nbsp;</p>', '2023-10-25 19:45:52', '2024-02-04 06:10:53'),
(1065, 27, 22, 20, 39, '4.09.10.04.04', '1', 34744.27, 34873.13, 32838.84, 33350.45, '<p>For height above 15m to 20m<br>&nbsp;</p>', '2023-10-25 19:47:48', '2024-02-04 06:10:53'),
(1066, 27, 22, 20, 39, '4.09.10.04.05', '1', 36788.05, 36924.50, 34770.53, 35312.55, '<p>For height above 20m</p>', '2023-10-25 19:49:29', '2024-02-04 06:10:53'),
(1067, 27, 22, 20, 39, '4.09.10.05.01', '1', 23230.35, 23330.30, 21971.65, 22320.97, '<p>For height up to 5 m<br>&nbsp;</p>', '2023-10-25 19:51:18', '2024-02-04 06:10:53'),
(1068, 27, 22, 20, 39, '4.09.10.05.02', '1', 24508.02, 24613.47, 23180.09, 23548.62, '<p>For height above 5m</p>', '2023-10-25 19:52:58', '2024-02-04 06:10:53'),
(1069, 27, 22, 20, 39, '4.09.10.06.01', '1', 30071.79, 30181.77, 28415.66, 28852.31, '<p>For height up to 5 m<br>&nbsp;</p>', '2023-10-25 19:54:00', '2024-02-04 06:10:53'),
(1070, 27, 22, 20, 39, '4.09.10.06.02', '1', 33830.76, 33954.49, 31967.61, 32458.84, '<p>For height above 5m to 10m<br>&nbsp;</p>', '2023-10-25 19:55:10', '2024-02-04 06:10:53'),
(1071, 27, 22, 20, 39, '4.09.10.06.03', '1', 37589.73, 37727.21, 35519.57, 36065.38, '<p>For height above 10m to 15m<br>&nbsp;</p>', '2023-10-25 19:56:21', '2024-02-04 06:10:53'),
(1072, 27, 22, 20, 39, '4.09.10.06.04', '1', 41348.71, 41499.94, 39071.53, 39671.92, '<p>For height above 15m to 20m<br>&nbsp;</p>', '2023-10-25 19:57:42', '2024-02-04 06:10:53'),
(1073, 27, 22, 20, 39, '4.09.10.06.05', '1', 42100.50, 42254.48, 39781.92, 40393.23, '<p>For height above 20m</p>', '2023-10-25 19:58:43', '2024-02-04 06:10:53'),
(1074, 27, 22, 20, 39, '4.09.10.07', '1', 28591.20, 28714.22, 27042.03, 27471.96, '<p>For RCC deck slab/Cross girder/diaphragm supported on PSC Girder using suspended type staging/ centering and shuttering for any height</p>', '2023-10-25 19:59:47', '2024-02-04 06:10:53'),
(1075, 27, 22, 20, 39, '4.09.10.08.01', '1', 30534.43, 30646.11, 28852.82, 29296.19, '<p>For height up to 5 m<br>&nbsp;</p>', '2023-10-25 20:32:37', '2024-02-04 06:10:53'),
(1076, 27, 22, 20, 39, '4.09.10.08.02', '1', 34351.23, 34476.87, 32459.42, 32958.21, '<p>For height above 5m to 10m<br>&nbsp;</p>', '2023-10-25 20:34:02', '2024-02-04 06:10:53'),
(1077, 27, 22, 20, 39, '4.09.10.08.03', '1', 38168.04, 38307.63, 36066.03, 36620.23, '<p>For height above 10m to 15m<br>&nbsp;</p>', '2023-10-25 20:35:18', '2024-02-04 06:10:53'),
(1078, 27, 22, 20, 39, '4.09.10.08.04', '1', 41984.84, 42138.40, 39672.63, 40282.26, '<p>For height above 15m to 20m<br>&nbsp;</p>', '2023-10-25 20:36:17', '2024-02-04 06:10:53'),
(1079, 27, 22, 20, 39, '4.09.10.08.05', '1', 42748.20, 42904.55, 40393.95, 41014.66, '<p>For height above 20m</p>', '2023-10-25 20:37:17', '2024-02-04 06:10:53'),
(1080, 27, 22, 20, 39, '4.09.11.01', '1', 19505.84, 19589.65, 18450.47, 18743.36, '<p>For foundation of Pier &amp; Abutment of Bridges and Facing Elements of Reinforced/ Mechanically Stabilized Earth Structure</p>', '2023-10-25 20:39:17', '2024-02-04 06:10:53'),
(1081, 27, 22, 20, 39, '4.09.11.02.01', '1', 20400.61, 20488.26, 19296.82, 19603.14, '<p>For height up to 5 m<br>&nbsp;</p>', '2023-10-25 20:41:03', '2024-02-04 06:10:53'),
(1082, 27, 22, 20, 39, '4.09.11.02.02', '1', 25500.76, 25610.32, 24121.02, 24503.93, '<p>For height above 5m to 10m<br>&nbsp;</p>', '2023-10-25 20:42:41', '2024-02-04 06:10:53'),
(1083, 27, 22, 20, 39, '4.09.11.02.03', '1', 30600.91, 30732.38, 28945.23, 29404.72, '<p>For height above 10m to 15m<br>&nbsp;</p>', '2023-10-25 20:44:14', '2024-02-04 06:10:53'),
(1084, 27, 22, 20, 39, '4.09.11.02.04', '1', 35701.06, 35854.45, 33769.43, 34305.50, '<p>For height above 15m to 20m<br>&nbsp;</p>', '2023-10-25 20:46:04', '2024-02-04 06:10:53'),
(1085, 27, 22, 20, 39, '4.09.11.02.05', '1', 36721.09, 36878.86, 34734.27, 35285.66, '<p>For height above 20m</p>', '2023-10-25 20:46:58', '2024-02-04 06:10:53'),
(1086, 27, 22, 20, 39, '4.09.11.03.01', '1', 26842.90, 26958.23, 25390.55, 25793.61, '<p>For height up to 5 m<br>&nbsp;</p>', '2023-10-25 20:48:17', '2024-02-04 06:10:53'),
(1087, 27, 22, 20, 39, '4.09.11.03.02', '1', 29392.98, 29519.26, 27802.65, 28244.00, '<p>For height above 5m to 10m<br>&nbsp;</p>', '2023-10-25 20:50:19', '2024-02-04 06:10:53'),
(1088, 27, 22, 20, 39, '4.09.11.03.03', '1', 31943.06, 32080.30, 30214.76, 30694.40, '<p>For height above 10m to 15m<br>&nbsp;</p>', '2023-10-25 20:51:30', '2024-02-04 06:10:53'),
(1089, 27, 22, 20, 39, '4.09.11.03.04', '1', 34493.13, 34641.33, 32626.86, 33144.79, '<p>For height above 15m to 20m<br>&nbsp;</p>', '2023-10-25 20:52:41', '2024-02-04 06:10:53'),
(1090, 27, 22, 20, 39, '4.09.11.03.05', '1', 37043.21, 37202.36, 35038.96, 35595.18, '<p>For height above 20m</p>', '2023-10-25 20:53:40', '2024-02-04 06:10:53'),
(1091, 27, 22, 20, 39, '4.09.11.04.01', '1', 28324.40, 28429.31, 26773.24, 27189.73, '<p>For height up to 5 m<br>&nbsp;</p>', '2023-10-25 20:54:54', '2024-02-04 06:10:53'),
(1092, 27, 22, 20, 39, '4.09.11.04.02', '1', 30165.49, 30227.21, 28513.50, 28957.06, '<p>For height above 5m to 10m<br>&nbsp;</p>', '2023-10-25 20:56:04', '2024-02-04 06:10:53'),
(1093, 27, 22, 20, 39, '4.09.11.04.03', '1', 32006.57, 32125.12, 30253.76, 30724.40, '<p>For height above 10m to 15m<br>&nbsp;</p>', '2023-10-25 20:57:10', '2024-02-04 06:10:53'),
(1094, 27, 22, 20, 39, '4.09.11.04.04', '1', 33847.66, 33973.02, 31994.02, 32491.73, '<p>For height above 15m to 20m<br>&nbsp;</p>', '2023-10-25 20:58:37', '2024-02-04 06:10:53'),
(1095, 27, 22, 20, 39, '4.09.11.04.05', '1', 35688.74, 35820.93, 33734.28, 34259.06, '<p>For height above 20m</p>', '2023-10-25 20:59:56', '2024-02-04 06:10:53'),
(1096, 27, 22, 20, 39, '4.09.11.05.01', '1', 29650.37, 29758.66, 28019.72, 28449.65, '<p>For height up to 5 m<br>&nbsp;</p>', '2023-10-25 21:01:54', '2024-02-04 06:10:53'),
(1097, 27, 22, 20, 39, '4.09.11.05.02', '1', 33356.67, 33478.50, 31522.19, 32005.86, '<p>For height above 5m to 10m<br>&nbsp;</p>', '2023-10-25 21:03:04', '2024-02-04 06:10:53'),
(1098, 27, 22, 20, 39, '4.09.11.05.03', '1', 37062.96, 37198.33, 35024.65, 35562.07, '<p>For height above 10m to 15m<br>&nbsp;</p>', '2023-10-25 21:04:24', '2024-02-04 06:10:53'),
(1099, 27, 22, 20, 39, '4.09.11.05.04', '1', 40769.26, 40918.16, 38527.12, 39118.27, '<p>For height above 15m to 20m<br>&nbsp;</p>', '2023-10-25 21:05:34', '2024-02-04 06:10:53'),
(1100, 27, 22, 20, 39, '4.09.11.05.05', '1', 41510.52, 41662.13, 39227.61, 39829.51, '<p>For height above 20m</p>', '2023-10-25 21:06:50', '2024-02-04 06:10:53'),
(1101, 27, 22, 20, 39, '4.09.11.06.01', '1', 30113.66, 30223.64, 28457.53, 28894.18, '<p>For height up to 5 m<br>&nbsp;</p>', '2023-10-25 21:08:01', '2024-02-04 06:10:53'),
(1102, 27, 22, 20, 39, '4.09.11.06.02', '1', 33877.87, 34001.60, 32014.72, 32505.95, '<p>For height above 5m to 10m<br>&nbsp;</p>', '2023-10-25 21:09:00', '2024-02-04 06:10:53'),
(1103, 27, 22, 20, 39, '4.09.11.06.03', '1', 37642.07, 37779.55, 35571.91, 36117.72, '<p>For height above 10m to 15m<br>&nbsp;</p>', '2023-10-25 21:12:39', '2024-02-04 06:10:53'),
(1104, 27, 22, 20, 39, '4.09.11.06.04', '1', 41406.28, 41557.51, 39129.10, 39729.49, '<p>For height above 15m to 20m<br>&nbsp;</p>', '2023-10-25 21:14:17', '2024-02-04 06:10:53'),
(1105, 27, 22, 20, 39, '4.09.11.06.05', '1', 42159.12, 42313.10, 39840.54, 40451.85, '<p>For height above 20m</p>', '2023-10-25 21:15:19', '2024-02-04 06:10:53'),
(1106, 27, 23, 20, 39, '4.10.01.01.01', '1', 27675.29, 27753.81, 26093.18, 26496.24, '<p>For height up to 5 m<br>&nbsp;</p>', '2023-10-26 13:11:02', '2024-02-04 06:10:53'),
(1107, 27, 23, 20, 39, '4.10.01.01.02', '1', 30442.82, 30529.19, 28702.50, 29145.86, '<p>For height above 5m to 10m<br>&nbsp;</p>', '2023-10-26 13:12:09', '2024-02-04 06:10:53'),
(1108, 27, 23, 20, 39, '4.10.01.01.03', '1', 33210.35, 33304.57, 31311.81, 31795.49, '<p>For height above 10m to 15m<br>&nbsp;</p>', '2023-10-26 13:13:25', '2024-02-04 06:10:53'),
(1109, 27, 23, 20, 39, '4.10.01.01.04', '1', 35977.87, 39079.95, 33921.13, 34445.11, '<p>For height above 15m to 20m<br>&nbsp;</p>', '2023-10-26 13:14:48', '2024-02-04 06:10:53'),
(1110, 27, 23, 20, 39, '4.10.01.01.05', '1', 38745.40, 38855.33, 36530.45, 37094.73, '<p>For height above 20m</p>', '2023-10-26 13:15:57', '2024-02-04 06:10:53'),
(1111, 27, 23, 20, 39, '4.10.01.02.01', '1', 33210.35, 33304.57, 31311.81, 31795.49, '<p>For height up to 5 m<br>&nbsp;</p>', '2023-10-26 13:17:09', '2024-02-04 06:10:53'),
(1112, 27, 23, 20, 39, '4.10.01.02.02', '1', 35202.97, 35302.84, 33190.81, 33703.21, '<p>For height above 5m to 10m<br>&nbsp;</p>', '2023-10-26 13:18:05', '2024-02-04 06:10:53'),
(1113, 27, 23, 20, 39, '4.10.01.02.03', '1', 37195.59, 37301.11, 35069.23, 35610.94, '<p>For height above 10m to 15m<br>&nbsp;</p>', '2023-10-26 13:19:16', '2024-02-04 06:10:53'),
(1114, 27, 23, 20, 39, '4.10.01.02.04', '1', 39188.21, 39299.39, 36947.94, 36518.67, '<p>For height above 15m to 20m<br>&nbsp;</p>', '2023-10-26 13:20:15', '2024-02-04 06:10:53'),
(1115, 27, 23, 20, 39, '4.10.01.02.05', '1', 41180.83, 41297.66, 38826.65, 39426.40, '<p>For height above 20m</p>', '2023-10-26 13:21:20', '2024-02-04 06:10:53'),
(1116, 27, 23, 20, 39, '4.10.01.03.01', '1', 36900.38, 37005.07, 34790.90, 35328.32, '<p>For height up to 5 m<br>&nbsp;</p>', '2023-10-26 13:22:17', '2024-02-04 06:10:53'),
(1117, 27, 23, 20, 39, '4.10.01.03.02', '1', 39298.91, 39410.40, 37052.31, 37624.66, '<p>For height above 5m to 10m<br>&nbsp;</p>', '2023-10-26 13:23:12', '2024-02-04 06:10:53'),
(1118, 27, 23, 20, 39, '4.10.01.03.03', '1', 41697.43, 41815.73, 39313.72, 39921.00, '<p>For height above 10m to 15m<br>&nbsp;</p>', '2023-10-26 13:24:16', '2024-02-04 06:10:53'),
(1119, 27, 23, 20, 39, '4.10.01.03.04', '1', 44095.96, 44221.06, 41575.13, 42417.34, '<p>For height above 15m to 20m<br>&nbsp;</p>', '2023-10-26 13:25:20', '2024-02-04 06:10:53'),
(1120, 27, 23, 20, 39, '4.10.01.03.05', '1', 46494.48, 46626.39, 43836.54, 44513.68, '<p>For height above 20m</p>', '2023-10-26 13:26:46', '2024-02-04 06:10:53'),
(1121, 27, 23, 20, 39, '4.10.02.01.01', '1', 27679.43, 27776.35, 26166.34, 26569.40, '<p>For height up to 5 m<br>&nbsp;</p>', '2023-10-26 13:39:57', '2024-02-04 06:10:53'),
(1122, 27, 23, 20, 39, '4.10.02.01.02', '1', 30447.43, 30553.99, 28782.97, 29226.34, '<p>For height above 5m to 10m<br>&nbsp;</p>', '2023-10-26 13:41:23', '2024-02-04 06:10:53'),
(1123, 27, 23, 20, 39, '4.10.02.01.03', '1', 33215.31, 33331.62, 31399.61, 31883.28, '<p>For height above 10m to 15m<br>&nbsp;</p>', '2023-10-26 13:42:34', '2024-02-04 06:10:53'),
(1124, 27, 23, 20, 39, '4.10.02.01.04', '1', 35983.26, 36109.26, 34016.24, 34540.22, '<p>For height above 15m to 20m<br>&nbsp;</p>', '2023-10-26 13:43:49', '2024-02-04 06:10:53'),
(1125, 27, 23, 20, 39, '4.10.02.01.05', '1', 38751.20, 38886.89, 36621.87, 37197.16, '<p>For height above 20m</p>', '2023-10-26 13:45:06', '2024-02-04 06:10:53'),
(1126, 27, 23, 20, 39, '4.10.02.02.01', '1', 33215.31, 33331.62, 31399.61, 31883.26, '<p>For height up to 5 m<br>&nbsp;</p>', '2023-10-26 13:46:29', '2024-02-04 06:10:53'),
(1127, 27, 23, 20, 39, '4.10.02.02.02', '1', 35208.23, 35331.52, 33283.58, 33796.28, '<p>For height above 5m to 10m<br>&nbsp;</p>', '2023-10-26 13:47:43', '2024-02-04 06:10:53'),
(1128, 27, 23, 20, 39, '4.10.02.02.03', '1', 37201.15, 37331.42, 35167.56, 35709.27, '<p>For height above 10m to 15m<br>&nbsp;</p>', '2023-10-26 14:03:50', '2024-02-04 06:10:53'),
(1129, 27, 23, 20, 39, '4.10.02.02.04', '1', 39194.07, 39331.31, 37051.54, 37622.27, '<p>For height above 15m to 20m<br>&nbsp;</p>', '2023-10-26 14:05:02', '2024-02-04 06:10:53'),
(1130, 27, 23, 20, 39, '4.10.02.02.05', '1', 41186.99, 41331.21, 38935.51, 39535.27, '<p>For height above 20m</p>', '2023-10-26 14:06:10', '2024-02-04 06:10:53'),
(1131, 27, 23, 20, 39, '4.10.02.03.01', '1', 36905.91, 37035.14, 34888.45, 35425.87, '<p>For height up to 5 m<br>&nbsp;</p>', '2023-10-26 14:07:17', '2024-02-04 06:10:53'),
(1132, 27, 23, 20, 39, '4.10.02.03.02', '1', 39304.79, 39442.42, 37156.20, 37728.55, '<p>For height above 5m to 10m<br>&nbsp;</p>', '2023-10-26 14:08:21', '2024-02-04 06:10:53'),
(1133, 27, 23, 20, 39, '4.10.02.03.03', '1', 41703.67, 41849.70, 39423.95, 40031.23, '<p>For height above 10m to 15m<br>&nbsp;</p>', '2023-10-26 14:09:41', '2024-02-04 06:10:53'),
(1134, 27, 23, 20, 39, '4.10.02.03.04', '1', 44102.56, 44256.99, 41691.70, 42333.91, '<p>For height above 15m to 20m<br>&nbsp;</p>', '2023-10-26 14:10:51', '2024-02-04 06:10:53'),
(1135, 27, 23, 20, 39, '4.10.02.03.05', '1', 46501.44, 46664.27, 43959.45, 44636.59, '<p>For height above 20m</p>', '2023-10-26 14:12:12', '2024-02-04 06:10:53'),
(1136, 27, 23, 20, 39, '4.10.03.01.01', '1', 28822.68, 28901.20, 27240.57, 27643.63, '<p>For height up to 5 m<br>&nbsp;</p>', '2023-10-26 14:13:12', '2024-02-04 06:10:53'),
(1137, 27, 23, 20, 39, '4.10.03.01.02', '1', 31704.95, 31791.32, 29964.63, 30407.99, '<p>For height above 5m to 10m<br>&nbsp;</p>', '2023-10-26 14:14:46', '2024-02-04 06:10:53'),
(1138, 27, 23, 20, 39, '4.10.03.01.03', '1', 34587.22, 34681.44, 32688.68, 33172.36, '<p>For height above 10m to 15m<br>&nbsp;</p>', '2023-10-26 14:16:41', '2024-02-04 06:10:53'),
(1139, 27, 23, 20, 39, '4.10.03.01.04', '1', 37469.49, 37571.56, 35412.74, 35936.72, '<p>For height above 15m to 20m<br>&nbsp;</p>', '2023-10-26 14:18:22', '2024-02-04 06:10:53'),
(1140, 27, 23, 20, 39, '4.10.03.01.05', '1', 40351.75, 40461.68, 38136.80, 38701.08, '<p>For height above 20m</p>', '2023-10-26 14:20:10', '2024-02-04 06:10:53'),
(1141, 27, 23, 20, 39, '4.10.03.02.01', '1', 34587.22, 34681.44, 32688.68, 33172.36, '<p>For height up to 5 m<br>&nbsp;</p>', '2023-10-26 14:21:31', '2024-02-04 06:10:53'),
(1142, 27, 23, 20, 39, '4.10.03.02.02', '1', 36662.45, 36762.32, 34650.01, 35162.70, '<p>For height above 5m to 10m<br>&nbsp;</p>', '2023-10-26 14:22:31', '2024-02-04 06:10:53'),
(1143, 27, 23, 20, 39, '4.10.03.02.03', '1', 38737.68, 38843.21, 36611.33, 37153.04, '<p>For height above 10m to 15m<br>&nbsp;</p>', '2023-10-26 14:23:51', '2024-02-04 06:10:53'),
(1144, 27, 23, 20, 39, '4.10.03.02.04', '1', 40812.92, 40924.10, 38572.65, 39143.38, '<p>For height above 15m to 20m<br>&nbsp;</p>', '2023-10-26 14:24:57', '2024-02-04 06:10:53'),
(1145, 27, 23, 20, 39, '4.10.03.02.05', '1', 42888.15, 43004.98, 40533.97, 41133.72, '<p>For height above 20m</p>', '2023-10-26 14:26:21', '2024-02-04 06:10:53'),
(1146, 27, 23, 20, 39, '4.10.04.01.01', '1', 28107.91, 28204.83, 26594.82, 26997.88, '<p>For height up to 5 m<br>&nbsp;</p>', '2023-10-26 14:27:44', '2024-02-04 06:10:53'),
(1147, 27, 23, 20, 39, '4.10.04.01.02', '1', 30918.70, 31025.31, 29254.30, 29697.66, '<p>For height above 5m to 10m<br>&nbsp;</p>', '2023-10-26 14:29:11', '2024-02-04 06:10:53'),
(1148, 27, 23, 20, 39, '4.10.04.01.03', '1', 33729.49, 33845.80, 31913.78, 32397.45, '<p>For height above 10m to 15m<br>&nbsp;</p>', '2023-10-26 14:31:13', '2024-02-04 06:10:53'),
(1149, 27, 23, 20, 39, '4.10.04.01.04', '1', 36540.28, 36666.28, 34573.26, 35097.24, '<p>For height above 15m to 20m<br>&nbsp;</p>', '2023-10-26 14:32:18', '2024-02-04 06:10:53'),
(1150, 27, 23, 20, 39, '4.10.04.01.05', '1', 39351.07, 39486.76, 37232.74, 37797.03, '<p>For height above 20m</p>', '2023-10-26 14:33:23', '2024-02-04 06:10:53'),
(1151, 27, 23, 20, 39, '4.10.04.02.01', '1', 33729.49, 33845.80, 31913.78, 32397.45, '<p>For height up to 5 m<br>&nbsp;</p>', '2023-10-26 14:34:30', '2024-02-04 06:10:53'),
(1152, 27, 23, 20, 39, '4.10.04.02.02', '1', 35753.26, 35876.54, 33828.61, 34341.30, '<p>For height above 5m to 10m<br>&nbsp;</p>', '2023-10-26 14:35:35', '2024-02-04 06:10:53'),
(1153, 27, 23, 20, 39, '4.10.04.02.03', '1', 37777.03, 37907.29, 35743.43, 36285.15, '<p>For height above 10m to 15m<br>&nbsp;</p>', '2023-10-26 14:36:49', '2024-02-04 06:10:53'),
(1154, 27, 23, 20, 39, '4.10.04.02.04', '1', 39800.80, 39938.04, 37658.26, 38228.99, '<p>For height above 15m to 20m<br>&nbsp;</p>', '2023-10-26 14:38:19', '2024-02-04 06:10:53'),
(1155, 27, 23, 20, 39, '4.10.04.02.05', '1', 41824.57, 41968.79, 39573.09, 40172.84, '<p>For height above 20m</p>', '2023-10-26 14:39:28', '2024-02-04 06:10:53'),
(1156, 27, 23, 20, 39, '4.10.04.03.01', '1', 37477.21, 37606.44, 35459.76, 35997.17, '<p>For height up to 5 m<br>&nbsp;</p>', '2023-10-26 14:40:42', '2024-02-04 06:10:53'),
(1157, 27, 23, 20, 39, '4.10.04.03.02', '1', 39913.23, 40050.86, 37764.64, 38336.99, '<p>For height above 5m to 10m<br>&nbsp;</p>', '2023-10-26 14:41:47', '2024-02-04 06:10:53'),
(1158, 27, 23, 20, 39, '4.10.04.03.03', '1', 42349.25, 42495.28, 40069.52, 40676.80, '<p>For height above 10m to 15m<br>&nbsp;</p>', '2023-10-26 14:43:08', '2024-02-04 06:10:53'),
(1159, 27, 23, 20, 39, '4.10.04.03.04', '1', 44785.26, 44939.70, 42374.41, 43016.62, '<p>For height above 15m to 20m<br>&nbsp;</p>', '2023-10-26 14:44:15', '2024-02-04 06:10:53'),
(1160, 27, 23, 20, 39, '4.10.04.03.05', '1', 47221.28, 47384.11, 44679.29, 45356.43, '<p>For height above 20m</p>', '2023-10-26 14:45:21', '2024-02-04 06:10:53'),
(1161, 27, 23, 20, 39, '4.10.05.01.01', '1', 39958.54, 40074.85, 38142.83, 38625.50, '<p>For height up to 5 m<br>&nbsp;</p>', '2023-10-26 14:46:58', '2024-02-04 06:10:53'),
(1162, 27, 23, 20, 39, '4.10.05.01.02', '1', 42256.16, 42379.15, 40336.04, 40847.53, '<p>For height above 5m to 10m<br>&nbsp;</p>', '2023-10-26 14:48:20', '2024-02-04 06:10:53'),
(1163, 27, 23, 20, 39, '4.10.05.01.03', '1', 44553.77, 44683.45, 42529.26, 43068.55, '<p>For height above 10m to 15m<br>&nbsp;</p>', '2023-10-26 14:49:38', '2024-02-04 06:10:53'),
(1164, 27, 23, 20, 39, '4.10.05.01.04', '1', 46951.28, 47087.95, 44817.83, 45386.14, '<p>For height above 15m to 20m<br>&nbsp;</p>', '2023-10-26 14:50:58', '2024-02-04 06:10:53'),
(1165, 27, 23, 20, 39, '4.10.05.01.05', '1', 49149.00, 49292.06, 46915.68, 47510.60, '<p>For height above 20m</p>', '2023-10-26 14:52:34', '2024-02-04 06:10:53'),
(1166, 27, 23, 20, 39, '4.10.06.01.01', '1', 41101.52, 41217.82, 39285.81, 39769.48, '<p>For height up to 5 m<br>&nbsp;</p>', '2023-10-26 14:53:53', '2024-02-04 06:10:53'),
(1167, 27, 23, 20, 39, '4.10.06.01.02', '1', 43464.85, 43587.85, 41544.74, 42056.22, '<p>For height above 5m to 10m<br>&nbsp;</p>', '2023-10-26 14:55:27', '2024-02-04 06:10:53'),
(1168, 27, 23, 20, 39, '4.10.06.01.03', '1', 45828.19, 45957.87, 43803.68, 44342.97, '<p>For height above 10m to 15m<br>&nbsp;</p>', '2023-10-26 14:56:53', '2024-02-04 06:10:53'),
(1169, 27, 23, 20, 39, '4.10.06.01.04', '1', 48191.53, 48327.90, 46062.61, 46629.71, '<p>For height above 15m to 20m<br>&nbsp;</p>', '2023-10-26 14:58:09', '2024-02-04 06:10:53'),
(1170, 27, 23, 20, 39, '4.10.06.01.05', '1', 50554.86, 50697.92, 48321.54, 48916.46, '<p>For height above 20m</p>', '2023-10-26 14:59:52', '2024-02-04 06:10:53'),
(1171, 27, 23, 21, 39, '4.10.07', '1', 370387.96, 369899.74, 368737.73, 368737.73, '<p>LRPC Strand: Providing and laying of Uncoated Seven-Wire Steel Strand conforming to AASHTO M 203/ ASTM A 416M (Grade 1860, low-relaxation type) having minimum ultimate tensile strength 1860 Mpa of required size as per design including supplying, fabrication, placing in position, providing corrugated galvanized steel sheathing duct of minimum 0.4mm thick and minimum 75mm intemal diameter, decoling the strands, cutting to the required lengths, preparing cables of required number strands as per drawings, making dead ends of cables in flowers to achieve rigid ends, spacers &amp; joineries of approved quality, inserting cables within the sheathing, fixind tendon support bars, supervising anti bursting reinforcements, maintaning profile during concreting operations, stressing of cables in sequence as per design to required loads with approved stressing jacks, Blocking with proper pressure, measuring and recording elongation and force, grouting the duct with pumpable, nonbleeeding, high strength non-shrink cementitious grout with non-shrink grout admixture conforming to ASTM C 1107, maintaining the water cement ratio between 0.47 to 0.53, cutting the excess HT strand after satisfactory tensioning &amp; anchorage, providing patch concrete at recess end with epoxy coating, all materials, labors, equipment, tools etc. all complete including leads and lifts as per design, drawing, specification and direction of the E-I-C.<br>[Extra Length required for stressing operation is included in this unit rate]</p>', '2023-10-26 15:12:39', '2024-02-04 06:10:53'),
(1172, 27, 23, 18, 39, '4.10.08.01', '1', 5196.46, 5196.46, 5196.46, 5196.46, '<p>Anchorage Type: 4K13/4T13<br>&nbsp;</p>', '2023-10-26 15:14:57', '2024-02-04 06:10:53'),
(1173, 27, 23, 18, 39, '4.10.08.02', '1', 5344.93, 5344.93, 5344.93, 5344.93, '<p>Anchorage Type: 7K13/7T13<br>&nbsp;</p>', '2023-10-26 15:16:00', '2024-02-04 06:10:53'),
(1174, 27, 23, 18, 39, '4.10.08.03', '1', 7423.51, 7423.51, 7423.51, 7423.51, '<p>Anchorage Type: 12K13/12T13<br>&nbsp;</p>', '2023-10-26 15:17:22', '2024-02-04 06:10:53'),
(1175, 27, 23, 18, 39, '4.10.08.04', '1', 11580.68, 11580.68, 11580.68, 11580.68, '<p>Anchorage Type: 19K13/19T13<br>&nbsp;</p>', '2023-10-26 15:18:10', '2024-02-04 06:10:53'),
(1176, 27, 23, 18, 39, '4.10.08.05', '1', 17371.02, 17371.02, 17371.02, 17371.02, '<p>Anchorage Type: 27K13/27T13<br>&nbsp;</p>', '2023-10-26 15:18:56', '2024-02-04 06:10:53'),
(1177, 27, 23, 18, 39, '4.10.08.06', '1', 23161.36, 23161.36, 23161.36, 23161.36, '<p>Anchorage Type: 37K13/37T13<br>&nbsp;</p>', '2023-10-26 15:20:09', '2024-02-04 06:10:53'),
(1178, 27, 23, 18, 39, '4.10.08.07', '1', 6755.40, 6755.40, 6755.40, 6755.40, '<p>Anchorage Type: 4K15/4T15<br>&nbsp;</p>', '2023-10-26 15:21:03', '2024-02-04 06:10:53'),
(1179, 27, 23, 18, 39, '4.10.08.08', '1', 10392.92, 10392.92, 10392.92, 10392.92, '<p>Anchorage Type: 7K15/7T15<br>&nbsp;</p>', '2023-10-26 15:21:48', '2024-02-04 06:10:53'),
(1180, 27, 23, 18, 39, '4.10.08.09', '1', 13362.32, 13362.32, 13362.32, 13362.32, '<p>Anchorage Type: 12K 15/12T15<br>&nbsp;</p>', '2023-10-26 15:22:47', '2024-02-04 06:10:53'),
(1181, 27, 23, 18, 39, '4.10.08.10', '1', 15589.38, 15589.38, 15589.38, 15589.38, '<p>Anchorage Type: 19K15/19T15<br>&nbsp;</p>', '2023-10-26 15:23:32', '2024-02-04 06:10:53'),
(1182, 27, 23, 18, 39, '4.10.08.11', '1', 21231.25, 21231.25, 21231.25, 21231.25, '<p>Anchorage Type: 27K15/27T15<br>&nbsp;</p>', '2023-10-26 15:24:26', '2024-02-04 06:10:53'),
(1183, 27, 23, 18, 39, '4.10.08.12', '1', 24126.42, 24126.42, 24126.42, 24126.42, '<p>Anchorage Type: 37K15/37T15</p>', '2023-10-26 15:25:16', '2024-02-04 06:10:53'),
(1184, 27, 23, 7, 39, '4.10.09', '1', 139697.03, 139697.03, 139697.03, 139697.03, '<p>TF_Ancr: Conducting test of Prestressing Anchorage System as per BS 4447:1973 (Specification for the performance of prestressing anchorages for post-tensioned construction), PTI (Post-Tensioning Institute) &amp; FIP Recommendations including preparation of platform, placing of anchorage system, preparation of report with observations and recommendations for necessary measures if required. Note: One set of extra anchorage will be required for laboratory test and necessary arrangement. Tests shall be conducted at LGED/ BUET/CUET/KUET/RUET/SUST.</p>', '2023-10-26 15:26:54', '2024-02-04 06:10:53'),
(1185, 27, 23, 21, 39, '4.10.10', '1', 258820.65, 258636.59, 257747.00, 257747.00, '<p>Unbonded Monostrand: Providing and laying of cold-drawn, low relaxation 7-wire coated HT strand conform to ASTM A 416 (Grade 1860, the outer diameter of HDPE sheathing should not be less then 1.27mm) having minimum ultimate tensile strength 1860 MPa of required size as per design including supplying, fabrication, placing in position, support chairs, spacers, joineries of approved quality, properly stage wise tensioning with approved jacks, Blocking with proper pressure, measuring and recording elongation and force, cutting the excess HT strand after satisfactory tensioning &amp; anchorage, providing patch concrete at recess end with epoxy coating, all materials, labors, equipment, tools etc. all complete including leads and lifts as per design, drawing, specification and direction of the E-I-C.</p>', '2023-10-26 15:27:59', '2024-02-04 06:10:53'),
(1186, 27, 23, 18, 39, '4.10.11.01', '1', 1467.52, 1467.52, 1467.52, 1467.52, '<p>MSA: 1K13/ 1T13<br>&nbsp;</p>', '2023-10-26 15:28:46', '2024-02-04 06:10:53'),
(1187, 27, 23, 18, 39, '4.10.11.02', '1', 1914.16, 1914.16, 1914.16, 1914.16, '<p>MSA: 1K15/ 1T15<br>&nbsp;</p>', '2023-10-26 15:29:43', '2024-02-04 06:10:53'),
(1188, 27, 23, 13, 39, '4.10.13', '1', 1062.66, 1061.95, 1053.16, 1053.32, '<p>Dummy Cable Duct: Supplying, fabricating and fixing dummy cable duct including end anchor cone, cost of equipment, labour etc. complete as per drawing, specification and direction of Engineer-in- charge.<br>&nbsp;</p>', '2023-10-26 15:30:35', '2024-02-04 06:10:53'),
(1189, 27, 23, 20, 39, '4.10.14', '1', 54327.72, 54314.92, 52913.79, 53198.62, '<p>Precast - Pretensioned Girders: Providing, precasting, transportation and placing in position precast pretensioned concrete girders as per drawings and Technical Specifications including cost of all materials &amp; labour, hire charges for machineries, hire charges of Jack and other equipment required for stressing, other tools and plants, centering and shuttering, hire charges for casting yard, casting bed, roads for lifting and launching of the girders including charges for providing cranes, vehicle with trailer for lifting and to support the erection of girder for launching and placement at the required height and position including all charges for arrangement for movement of cranes, trailers of required number and capacity complete in all respect.<br>[Using Batching Plant, Transit Mixer, Concrete Pump, bulk rate of Cement, non-prestressing and prestressing reinforcement]</p>', '2023-10-26 15:31:53', '2024-02-04 06:10:53'),
(1190, 27, 24, 11, 39, '4.11.01.01.01', '1', 113.81, 113.66, 113.02, 113.02, '<p>Using retail rate of reinforcing bar<br>&nbsp;</p>', '2023-10-26 16:36:52', '2024-02-04 06:10:53'),
(1191, 27, 24, 11, 39, '4.11.01.01.02', '1', 110.00, 110.00, 109.00, 109.00, '<p>Using bulk rate of reinforcing bar</p>', '2023-10-26 16:37:43', '2024-02-04 06:10:53'),
(1192, 27, 24, 11, 39, '4.11.01.02.01', '1', 123.73, 123.57, 122.93, 122.93, '<p>Using retail rate of reinforcing bar<br>&nbsp;</p>', '2023-10-26 16:38:47', '2024-02-04 06:10:53'),
(1193, 27, 24, 11, 39, '4.11.01.02.02', '1', 121.00, 121.00, 120.00, 120.00, '<p>Using bulk rate of reinforcing bar</p>', '2023-10-26 16:50:53', '2024-02-04 06:10:53'),
(1194, 27, 24, 11, 39, '4.11.01.03.01', '1', 123.73, 123.57, 122.93, 122.93, '<p>Using retail rate of reinforcing bar<br>&nbsp;</p>', '2023-10-26 17:45:20', '2024-02-04 06:10:53'),
(1195, 27, 24, 11, 39, '4.11.01.03.02', '1', 121.00, 121.00, 120.00, 120.00, '<p>Using bulk rate of reinforcing bar</p>', '2023-10-26 17:46:25', '2024-02-04 06:10:53'),
(1196, 27, 24, 11, 39, '4.11.01.04.01', '1', 121.25, 121.10, 120.45, 120.45, '<p>Using retail rate of reinforcing bar<br>&nbsp;</p>', '2023-10-26 17:47:39', '2024-02-04 06:10:53'),
(1197, 27, 24, 11, 39, '4.11.01.04.02', '1', 118.00, 118.00, 118.00, 118.00, '<p>Using bulk rate of reinforcing bar</p>', '2023-10-26 17:48:27', '2024-02-04 06:10:53'),
(1198, 27, 24, 11, 39, '4.11.01.05.01', '1', 121.25, 121.10, 120.45, 120.45, '<p>Using retail rate of reinforcing bar<br>&nbsp;</p>', '2023-10-26 17:49:27', '2024-02-04 06:10:53'),
(1199, 27, 24, 11, 39, '4.11.01.05.02', '1', 118.77, 118.00, 118.00, 118.00, '<p>Using bulk rate of reinforcing bar</p>', '2023-10-26 17:50:23', '2024-02-04 06:10:53'),
(1200, 27, 24, 11, 39, '4.11.01.06.01', '1', 121.25, 121.10, 120.45, 120.45, '<p>Using retail rate of reinforcing bar<br>&nbsp;</p>', '2023-10-26 17:51:29', '2024-02-04 06:10:53'),
(1201, 27, 24, 11, 39, '4.11.01.06.02', '1', 118.77, 118.00, 118.00, 118.00, '<p>Using bulk rate of reinforcing bar</p>', '2023-10-26 17:52:16', '2024-02-04 06:10:53'),
(1202, 27, 24, 11, 39, '4.11.02.01', '1', 12.88, 12.88, 12.88, 12.88, '<p>For Re-bar diameter: 8mm to 12mm<br>&nbsp;</p>', '2023-10-26 17:53:12', '2024-02-04 06:10:53'),
(1203, 27, 24, 11, 39, '4.11.02.02', '1', 10.95, 10.95, 10.95, 10.95, '<p>For Re-bar diameter: 16mm to 50mm<br>&nbsp;</p>', '2023-10-26 17:53:58', '2024-02-04 06:10:53'),
(1204, 27, 24, 11, 39, '4.11.03', '1', 279.42, 279.27, 278.63, 278.63, '<p>Supplying and fabrication of High Yield strength (500 MPa, Galvanized wire rope) of required size and length for all types of Arch Bridge work including cutting, fitting, securing and placing ther in position, etc. including cost of all materials, labour, local handling. laboratory test, incidentals charge to complete the work as per specifications, drawings and direction of the Engineer. Laboratory test for physical property, strength, to be performed as per ASTM</p>', '2023-10-26 17:54:59', '2024-02-04 06:10:53'),
(1205, 27, 24, 7, 39, '4.11.04.01', '1', 312.18, 310.95, 307.27, 307.27, '<p>For 25mm diameter rebar Coupler<br>&nbsp;</p>', '2023-10-26 17:56:42', '2024-02-04 06:10:53'),
(1206, 27, 24, 7, 39, '4.11.04.02', '1', 422.32, 421.09, 417.41, 417.41, '<p>For 32mm diameter rebar Coupler<br>&nbsp;</p>', '2023-10-26 17:57:43', '2024-02-04 06:10:53'),
(1207, 27, 24, 7, 39, '4.11.04.03', '1', 642.59, 641.37, 637.69, 637.69, '<p>For 40mm diameter rebar Coupler<br>&nbsp;</p>', '2023-10-26 17:59:03', '2024-02-04 06:10:53'),
(1208, 27, 24, 7, 39, '4.11.04.04', '1', 698.91, 697.69, 694.01, 694.01, '<p>For 50mm diameter rebar Coupler<br>&nbsp;</p>', '2023-10-26 18:00:05', '2024-02-04 06:10:53'),
(1209, 27, 24, 11, 39, '4.11.05', '1', 168.35, 168.35, 168.35, 168.35, '<p>Providing nosing with MS angles of different sizes. including cost of all materials, welding, carrying, etc. all complete as per design, drawing and direction of the E-I-C.</p>', '2023-10-26 18:00:45', '2024-02-04 06:10:53'),
(1210, 27, 24, 11, 39, '4.11.06.01', '1', 188.32, 188.38, 188.04, 188.04, '<p>Providing expansion joints between the breast walls (abutment top wall) and girders or in between the girders with steel sheet and filling the gap with sand and bitumen (80/100) as per design, drawing and direction of the E-I-C.<br>&nbsp;</p>', '2023-10-26 18:01:44', '2024-02-04 06:10:53'),
(1211, 27, 24, 13, 39, '4.11.06.02', '1', 43445.71, 43444.10, 43438.73, 43438.73, '<p>Strip Seal Expansion Joint: Providing and laying of Strip Seal type bridge deck expansion joint catering to maximum horizontal movement up to 80 mm including cost of all materials (edge beams, Strip seal, anchorage, angle, bar, plate etc.), fixtures, welding, preparing surface for receiving joints, installation in proper position, labour charges, testing of all materials in approved laboratory, handling, tools, equipment, all leads and lifts etc. all complete as per approved drawing, specification and direction of the E-I-C. The Installation shall be done by the manufacturer/ supplier or their authorised representative ensuring compliance to the manufacturer\'s instruction for installation.<br>[The concreting for joining the expansion joint assembly with the deck has not been included in this analysis as the same is catered in the quantities of RCC Deck.]</p>', '2023-10-26 18:02:59', '2024-02-04 06:10:53'),
(1212, 27, 24, 13, 39, '4.11.06.03.01', '1', 213959.37, 213957.44, 213951.59, 213951.59, '<p>Modular Strip Expansion: beyond 80 mm and up to 160 mm<br>&nbsp;</p>', '2023-10-26 18:04:16', '2024-02-04 06:10:53'),
(1213, 27, 24, 13, 39, '4.11.06.03.02', '1', 219629.14, 319626.72, 319619.37, 319619.37, '<p>Modular Strip Expansion: beyond 160 mm and up to 240 mm</p>', '2023-10-26 18:05:28', '2024-02-04 06:10:53'),
(1214, 27, 24, 13, 39, '4.11.06.04.01', '1', 192056.94, 192055.00, 192049.15, 192049.15, '<p>EJ-F_100: Finger Joint: Up to 100mm, Without Elastic Seal<br>&nbsp;</p>', '2023-10-26 18:58:35', '2024-02-04 06:10:53'),
(1215, 27, 24, 13, 39, '4.11.06.04.02', '1', 366010.76, 366008.35, 366000.99, 366000.99, '<p>EJ-F_100E: Finger Joint: Up to 100mm, With Elastic Seal<br>&nbsp;</p>', '2023-10-26 19:00:39', '2024-02-04 06:10:53'),
(1216, 27, 24, 13, 39, '4.11.06.04.03', '1', 297703.96, 297702.03, 297696.18, 297696.18, '<p>EJ-F_200: Finger Joint: 100mm to 200mm, Without Elastic Seal<br>&nbsp;</p>', '2023-10-26 19:02:21', '2024-02-04 06:10:53'),
(1217, 27, 24, 13, 39, '4.11.06.04.04', '1', 595342.11, 595393.70, 595332.34, 595332.34, '<p>EJ-F 200E: Finger Joint: 100mm to 200mm, With Elastic Seal<br>&nbsp;</p>', '2023-10-26 19:04:49', '2024-02-04 06:10:53'),
(1218, 27, 24, 13, 39, '4.11.06.04.05', '1', 605626.39, 605624.46, 605618.61, 605618.61, '<p>EJ-F_300: Finger Joint: 200mm to 300mm, Without Elastic Seal<br>&nbsp;</p>', '2023-10-26 19:06:22', '2024-02-04 06:10:53'),
(1219, 27, 24, 14, 39, '4.11.06.04.06', '1', 1190572.92, 1190570.51, 1190563.15, 1190563.15, '<p>EJ-F_300E: Finger Joint: 200mm to 300mm, With Elastic Seal</p>', '2023-10-26 19:07:42', '2024-02-04 06:10:53'),
(1220, 27, 24, 11, 39, '4.11.07.01.01', '1', 369.83, 362.22, 350.81, 350.81, '<p>Each set up to 150 mm diameter<br>&nbsp;</p>', '2023-10-26 19:08:55', '2024-02-04 06:10:53'),
(1221, 27, 24, 11, 39, '4.11.07.01.02', '1', 598.67, 583.94, 561.86, 561.86, '<p>Each set beyond 150 mm diameter</p>', '2023-10-26 19:09:59', '2024-02-04 06:10:53'),
(1222, 27, 24, 11, 39, '4.11.07.02.01', '1', 502.53, 497.62, 492.26, 490.26, '<p>Each set with plate up to 25 mm thick<br>&nbsp;</p>', '2023-10-26 19:11:01', '2024-02-04 06:10:53'),
(1223, 27, 24, 11, 39, '4.11.07.02.02', '1', 536.20, 531.29, 523.93, 523.93, '<p>Each set with plate beyond 25 mm thick</p>', '2023-10-26 19:12:03', '2024-02-04 06:10:53'),
(1224, 27, 24, 11, 39, '4.11.07.03.01', '1', 317.35, 312.44, 305.08, 305.08, '<p>Each set with plate up to 25 mm thick<br>&nbsp;</p>', '2023-10-26 19:12:56', '2024-02-04 06:10:53'),
(1225, 27, 24, 11, 39, '4.11.07.03.02', '1', 317.35, 312.44, 305.08, 305.08, '<p>Each set with plate beyond 25 mm thick<br>&nbsp;</p>', '2023-10-26 19:14:00', '2024-02-04 06:10:53'),
(1226, 27, 24, 11, 39, '4.11.07.04', '1', 314.82, 309.91, 302.55, 302.55, '<p>Hinge plate bearing with lead sheets including fitting &amp; fixing</p>', '2023-10-26 19:15:17', '2024-02-04 06:10:53'),
(1227, 27, 24, 38, 39, '4.11.08', '1', 3.04, 3.04, 3.01, 3.01, '<p>SLEB: Supplying, fitting and fixing steel-laminated Elastomeric/ Neoprene bearings in exact positions as per drawing, specifications and direction of the E-I-C including cost of all materials, labour, carrying etc. The set shall be of 100% virgin Chloroprene Rubber (CR), grades of raw elastomer of proven use in elastomeric bearings, with low crystallization rates and adequate shelf life viz. Neoprene WRT, Neoprene W, Bayprene 110, Bayprene 210, Skyprene B-5, Skyprene B-30, Denka S-40V and Denka M-40, shall be used. No reclaimed rubber or Vulcanized wastes or natural rubber shall be used. Use of synthetic rubber-like materials such as Ethyl Propylene Dimonomer (EPDM), Isobutane Isoprene Copolymer (IIR) and Chloro-Isoprene Copolymer (CIIR) shall not be permitted. Laboratory test to be performed from BUET, Dhaka for Elastomer hardness limits determined in accordance with ASTM D 2240 shall be 60 ± 5 duro, minimum tensile strength determined in accordance with ASTM D 412 shall be 17 MPa, ultimate elongation determined in accordance with ASTM D 412 shall be minimum 400%, compression set value after 22 hours at 100 degree centigrade determined in accordance with ASTM D 395 Method B shall be maximum 35%, Elastomeric content determined in accordance with ASTM D 297 shall not be less than 60%, Ash content determined in accordance with ASTM D 297 shall not exceed 5%, Shear modulus of elastomeric bearing determined in accordance with ASTM D 4014 shall neither be less than 0.8 MPa nor greater than 1.2 MPa, the adhesion strength of elastomer to steel plates (Peel Strength) determined in accordance with ASTM D 429 Method B shall not be less than 7kN/m. One set of Elastomeric Bearing must be taken as extra for laboratory test.</p>', '2023-10-26 19:18:12', '2024-02-04 06:10:53'),
(1228, 27, 24, 7, 39, '4.11.09', '1', 39228.05, 39228.05, 39228.05, 39228.05, '<p>TF_Neo_Pad: Test fee for steel-laminated Elastomeric/ Neoprene bearings confirming to 100% virgin Chloroprene Rubber (CR), grades of raw elastomer of proven use in elastomeric bearings, with low crystallization rates and adequate shelf life viz. Neoprene WRT, Neoprene W, Bayprene 110, Bayprene 210, Skyprene B-5, Skyprene B 30, Denka S-40V and Denka M-40, shall be used. No reclaimed rubber or Vulcanized wastes or natural rubber shall be used. Use of synthetic rubber-like materials such as Ethyl Propylene Dimonomer (EPDM), Isobutane Isoprene Copolymer (IIR) and Chloro-Isoprene Copolymer (CIIR) shall not be permitted. Laboratory test to be performed from BUET, Dhaka for Elastomer hardness limits determined in accordance with ASTM D 2240 shall be 60 ± 5 duro, minimum tensile strength determined in accordance with ASTM D 412 shall be 17 MPa, ultimate elongation determined in accordance with ASTM D 412 shall be minimum 400%, compression set value after 22 hours at 100 degree centigrade determined in accordance with ASTM D 395 Method B shall be maximum 35%, Elastomeric content determined in accordance with ASTM D 297 shall not be less than 60%, Ash content determined in accordance with ASTM D 297 shall not exceed 5%, Shear modulus of elastomeric bearing determined in accordance with ASTM D 4014 shall neither be less than 0.8 MPa nor greater than 1.2 MPa, the adhesion strength of elastomer to steel plates (Peel Strength) determined in accordance with ASTM D 429 Method B shall not be less than 7kN/m. One set of Elastomeric Bearing must be taken as extra for laboratory test but excluding cost of Bearing Pad</p>', '2023-10-26 19:19:25', '2024-02-04 06:10:53'),
(1229, 27, 24, 13, 39, '4.11.10.01', '1', 121.98, 120.63, 117.87, 117.84, '<p>25mm wide<br>&nbsp;</p>', '2023-10-26 19:20:30', '2024-02-04 06:10:53'),
(1230, 27, 24, 13, 39, '4.11.10.02', '1', 97.63, 96.55, 94.34, 94.32, '<p>20mm wide</p>', '2023-10-26 19:21:36', '2024-02-04 06:10:53'),
(1231, 27, 24, 21, 39, '4.11.11.01', '1', 809.34, 809.12, 808.42, 808.42, '<p>PBG: Guided/ Free Type Pot Bearing<br>&nbsp;</p>', '2023-10-26 19:25:38', '2024-02-04 06:10:53'),
(1232, 27, 24, 21, 39, '4.11.11.02', '1', 586.39, 586.25, 585.81, 585.81, '<p>PBF: Fixed Type Pot Bearing<br>&nbsp;</p>', '2023-10-26 19:26:58', '2024-02-04 06:10:53'),
(1233, 27, 24, 21, 39, '4.11.12', '1', 1164.71, 1164.60, 1164.26, 1164.26, '<p>Spherical Bearing: Supplying fitting and fixing in position true to line and level cast steel spherical/ cylindrical type bearing with stainless steel plate with PTFE sliding surface as per AASHTO specification complete with all accessories as per drawing and direction of E-I-C and including cost of all material installation. One set must be taken as extra for laboratory test which to be performed from BUET.</p>', '2023-10-26 19:28:29', '2024-02-04 06:10:53'),
(1234, 27, 24, 21, 39, '4.11.13.01', '1', 36255.00, 3652.06, 36240.27, 36240.27, '<p>STU_50: Up to 50 MT of Horizontal Load<br>&nbsp;</p>', '2023-10-26 19:30:21', '2024-02-04 06:10:53'),
(1235, 27, 24, 21, 39, '4.11.13.02', '1', 26618.00, 26616.74, 26611.69, 26611.69, '<p>STU_50+: Above 50 MT of Horizontal Load<br>&nbsp;</p>', '2023-10-26 19:31:45', '2024-02-04 06:10:53'),
(1236, 27, 24, 21, 39, '4.11.14', '1', 1108.04, 1105.09, 1093.31, 1093.31, '<p>HDRB: Supplying, fitting and fitting High Damping Rubber Bearing for seismic isolation in exact positions as per drawing, specificatons and direction of the E-I-C including cost of all materials, labour, carrying etc. The devices shall be made from natural rubber (NR) providing a high resistance against mechanical wear. The bearings shall consist of alternate layers of elastomeric material and vulcanized reinforcement steel plates and provide a high level of damping of up to 16%. The installation shall be done by the manufacturer/ supplier or their authorised representative ensuring compliance to the manufacturer\'s instruction for installation. One set of HDRB must be taken as extra for laboratory test which must be performed from BUET, Dhaka.<br>&nbsp;</p>', '2023-10-26 19:33:39', '2024-02-04 06:10:53'),
(1237, 27, 24, 21, 39, '4.11.15', '1', 1803.76, 1800.32, 1789.04, 1789.04, '<p>DB: Supplying, fitting and fitting Disc Bearing in exact positions as per drawing, specificatons and direction of the E-I-C including cost of all materials, labour, carrying etc. The upper and lower bearing plates shall be made of carbon steel conforming to ASTM A 709 Gr 250 or Gr 345, stainless steel as per Type 304 of ASTM A 167, polyether-Urethane rotational disc as per AASHTO Specifications and PTFE material as per ASTM D4894/D3294. The installation shall be done by the manufacturer/ supplier or their authorised representative ensuring compliance to the manufacturer\'s instruction for installation. One set of Disc Bearing must be taken as extra for laboratory test which must be performed from BUET, Dhaka.</p>', '2023-10-26 19:34:55', '2024-02-04 06:10:53'),
(1238, 27, 25, 39, 39, '4.12.01.01', '1', 205.00, 205.00, 205.00, 205.00, '<p>Supply and use of water reducing chemical admixture in concrete, complying ASTM C-494 Type-A of approved brand/origin/ manufacturer and supplied by only manufacturer\'s authorised dealer with certificate of origin. The admixture is to reduce quantity of mixing water required for normal workability and to maintain low water- cement (W/C) ratio, for improved concrete quality assurance. [PWD 07.19.1]<br>&nbsp;</p>', '2023-10-26 19:38:18', '2024-02-04 06:10:53'),
(1239, 27, 25, 39, 39, '4.12.01.02', '1', 209.00, 209.00, 209.00, 209.00, '<p>Supply and use of retarding chemical admixture in concrete, complying ASTM C-494 Type-B of approved brand/origin/manufacturer and supplied by only manufacturer\'s authorised dealer with certificate of origin. The admixture for retarding setting time of concrete, there by reducing shrinkage in concrete specially for concrete laid in thick layers and intended delayed construction for improved construction joints, re-concreting etc.[PWD 07.19.2]</p>', '2023-10-26 19:39:06', '2024-02-04 06:10:53'),
(1240, 27, 25, 39, 39, '4.12.01.03', '1', 147.00, 147.00, 147.00, 147.00, '<p>Supply and use of accelerating chemical admixture in concrete, complying ASTM C-494 Type-C of approved brand/origin/manufacturer and supplied by only manufacturer\'s authorised dealer with certificate of origin. An admixture that is to accelerate the setting time and early strength gain of concrete. [PWD 07.19.3]</p>', '2023-10-26 19:39:46', '2024-02-04 06:10:53'),
(1241, 27, 25, 39, 39, '4.12.01.04', '1', 270.00, 270.00, 270.00, 270.00, '<p>Supply and use of water-reducing and retarding chemical admixture in concrete, complying ASTM C-494 Type - D of approved brand/origin/manufacturer and supplied by only manufacturer\'s authorised dealer with certificate of origin. The admixture to reduce the quantity of mixing water required to produce concrete of given consistency, i.e. low water-cement (W/C) ratio and intend to retard setting time of concrete, specially for layered, thick laid concrete etc.&nbsp;<br>[PWD 07.19.4]</p>', '2023-10-26 19:42:03', '2024-02-04 06:10:53'),
(1242, 27, 25, 39, 39, '4.12.01.05', '1', 233.00, 233.00, 233.00, 233.00, '<p>Supply and use of water-reducing and accelerating chemical admixture in concrete, complying ASTM C-494 Type-E of approved brand/origin/manufacturer and supplied by only manufacturer\'s authorised dealer with certificate of origin. The admixture to reduce the quantity of mixing water required to produce concrete of given consistency, i.e. low water-cement (W/C) ratio and intend to accelerate setting time of concrete, and early strength gain in concrete etc. [PWD 07.19.5]</p>', '2023-10-26 19:55:36', '2024-02-04 06:10:53'),
(1243, 27, 25, 39, 39, '4.12.01.06', '1', 270.00, 270.00, 270.00, 270.00, '<p>Supply and use of water-reducing high range chemical admixture in concrete, complying ASTM C-494 Type - F of approved brand/origin/manufacturer and supplied by only manufacturer\'s authorised dealer with certificate of origin. The admixture required to produce concrete of consistency by 12% or greater (flowing concrete) and for higher strength of concrete. [PWD 07.19.6]</p>', '2023-10-26 19:56:52', '2024-02-04 06:10:53'),
(1244, 27, 25, 39, 39, '4.12.01.07', '1', 202.00, 202.00, 202.00, 202.00, '<p>Supply and use of water-reducing high range and retarding chemical admixture in concrete, complying ASTM C-494 Type - G of approved brand/origin/manufacturer and supplied by only manufacturer\'s authorised dealer with certificate of origin. The admixture required to produce concrete of consistency by 12% or greater (flowing concrete) and for higher strength of concrete and intend to retard setting time of concrete. [PWD 07.19.7]</p>', '2023-10-26 20:02:28', '2024-02-04 06:10:53'),
(1245, 27, 25, 2, 39, '4.12.02.01', '1', 2282.73, 2272.48, 2269.88, 2267.12, '<p>CGC30: 30 Micron Cold Galvanizing Compound for minimum 8 years protection against rust &amp; corrosion.<br>&nbsp;</p>', '2023-10-26 20:03:48', '2024-02-04 06:10:53'),
(1246, 27, 25, 2, 39, '4.12.02.02', '1', 3404.14, 3393.89, 3391.29, 3388.53, '<p>CGC40: 40 Micron Cold Galvanizing Compound for minimum 10 years protection against rust &amp; corrosion.<br>&nbsp;</p>', '2023-10-26 20:04:59', '2024-02-04 06:10:53');
INSERT INTO `items` (`id`, `category_id`, `sub_category_id`, `unit_id`, `financial_rate_id`, `code`, `status`, `dhaka_mymensingh`, `chittagong_sylhet`, `rajshahi_rangpur`, `khulna_barishal`, `description`, `created_at`, `updated_at`) VALUES
(1247, 27, 25, 2, 39, '4.12.02.03', '1', 4189.12, 4178.87, 4176.27, 4173.51, '<p>CGC40PU: 40 Micron Cold Galvanizing Compound including Polyurethane (PU) or Epoxy Polyamide (Duplex System) for minimum 10+ years protection against rust &amp; corrosion.</p>', '2023-10-26 20:06:41', '2024-02-04 06:10:53'),
(1248, 27, 25, 2, 39, '4.12.02.04', '1', 4262.01, 4251.76, 4249.16, 4246.40, '<p>CGC60: 60 Micron Cold Galvanizing Compound for minimum 12 years protection against rust &amp; corrosion.<br>&nbsp;</p>', '2023-10-26 20:07:52', '2024-02-04 06:10:53'),
(1249, 27, 25, 2, 39, '4.12.02.05', '1', 4435.13, 4424.88, 4422.28, 4419.52, '<p>CGC60PU: 60 Micron Cold Galvanizing Compound including Polyurethane (PU) or Epoxy Polyamide (Duplex System) for minimum 13+ years protection against rust &amp; corrosion.<br>&nbsp;</p>', '2023-10-26 20:08:49', '2024-02-04 06:10:53'),
(1250, 27, 25, 2, 39, '4.12.02.06', '1', 4737.21, 4726.96, 4724.35, 4721.59, '<p>CGC80: 80 Micron Cold Galvanizing Compound for minimum 15 years protection against rust &amp; corrosion.<br>&nbsp;</p>', '2023-10-26 20:32:53', '2024-02-04 06:10:53'),
(1251, 27, 25, 2, 39, '4.12.02.07', '1', 5058.21, 5047.96, 5045.36, 5042.60, '<p>CGC80PU: 80 Micron Cold Galvanizing Compound including Polyurethane (PU) or Epoxy Polyamide (Duplex System) for minimum 15+ years protection against rust &amp; corrosion.<br>&nbsp;</p>', '2023-10-26 20:34:01', '2024-02-04 06:10:53'),
(1252, 27, 25, 2, 39, '4.12.02.08', '1', 6286.85, 6276.60, 6274.00, 6271.24, '<p>CGC80PBW: 80 Micron Cold Galvanizing Compound including Plyvinyl Butyral Wash primer (adhesion) &amp; Copper Epoxy anti-foul 250 Micron (Triplex System) for minimum 15+ years protection against rust &amp; corrosion.</p>', '2023-10-26 20:35:01', '2024-02-04 06:10:53'),
(1253, 27, 25, 2, 39, '4.12.02.09', '1', 5935.71, 5925.46, 5922.86, 5920.10, '<p>CGC100: 100 Micron Cold Galvanizing Compound for minimum 15+ years protection against rust &amp; corrosion.<br>&nbsp;</p>', '2023-10-26 20:36:07', '2024-02-04 06:10:53'),
(1254, 27, 25, 2, 39, '4.12.02.10', '1', 6121.44, 6111.19, 6108.59, 6105.83, '<p>CGC100PU: 100 Micron Cold Galvanizing Compound including Polyurethane (PU) or Epoxy Polyamide (Duplex System) for minimum 15+ years protection against rust &amp; corrosion.<br>&nbsp;</p>', '2023-10-26 20:37:31', '2024-02-04 06:10:53'),
(1255, 27, 25, 2, 39, '4.12.02.11', '1', 6525.15, 6514.90, 6512.29, 6509.53, '<p>CGC100PBW: 100 Micron Cold Galvanizing Compound including Plyvinyl Butyral Wash primer (adhesion) &amp; Copper Epoxy anti-foul 250 Micron (Triplex System) for minimum 15+ years protection against rust &amp; corrosion.</p>', '2023-10-26 20:38:35', '2024-02-04 06:10:53'),
(1256, 27, 25, 2, 39, '4.12.03', '1', 155.59, 154.36, 152.52, 152.52, '<p>CCC: Supplying and spraying liquid membrane-forming water/resin based concrete curing compounds conforming to ASTM C 309/ AASHTO M 148 on freshly cast concrete or newly exposed concrete surfaces immediately after removal of shuttering or after initial moist curing at a rate of 5.0 m2/L or in accordance with the manufacturer\'s instructions to form a thin continuous firm barrier/ temporary membrane which will retain sufficient moisture for effective curing to take place during the early-hardening period without disturbing the normal setting action of concrete including labour, equipment, other incidental charges etc. all complete as per specification and direction of E-I-C. The curing compound shall exhibit water loss not more than 0.55 Kg/m2 in 72 hours when tested as per ASTM C 156, shall exhibit a daylight reflectance of not less than 60% when tested as per ASTM E 1347 and shall dry to touch in not more than 4 hours.&nbsp;</p><p>[This unit rate includes 10% extra curing compound for overlaps and wastage.]</p>', '2023-10-26 20:39:40', '2024-02-04 06:10:53'),
(1257, 27, 25, 40, 39, '4.12.04.01', '1', 3.07, 3.07, 3.07, 3.07, '<p>CCB-M20/25: Concrete Cover Block with 20/25 mm dear cover facility for Slab, Stair etc. [Concrete Volumn = 0.0022 cum/100 Nos.]<br>&nbsp;</p>', '2023-10-26 20:42:19', '2024-02-04 06:10:53'),
(1258, 27, 25, 40, 39, '4.12.04.02', '1', 7.98, 7.98, 7.98, 7.98, '<p>CCB-M35/40: Concrete Cover Block with 35/40 mm clear cover facility for Beam, column, RCC Wall, Girder, Pier etc. [Concrete Volumn = 0.0067 cum/100 Nos.]<br>&nbsp;</p>', '2023-10-26 20:43:41', '2024-02-04 06:10:53'),
(1259, 27, 25, 40, 39, '4.12.04.03', '1', 9.82, 9.82, 9.82, 9.82, '<p>CCB-M45/50: Concrete Cover Block with 45/50 mm clear cover facility for Beam, Column, RCC Wall, Girder, Pier etc. [Concrete Volumn = 0.0082 cum/100 Nos.]<br>&nbsp;</p>', '2023-10-26 20:44:43', '2024-02-04 06:10:53'),
(1260, 27, 25, 40, 39, '4.12.04.04', '1', 15.95, 15.95, 15.95, 15.95, '<p>CCB-M60/65/75/80: Concrete Cover Block with 60/65/75/80 mm clear cover facility for Sub-structure, footing/ foundation, column, beam etc. [Concrete Volumn = 0.0186 cum/100 Nos.]<br>&nbsp;</p>', '2023-10-26 20:45:24', '2024-02-04 06:10:53'),
(1261, 27, 25, 40, 39, '4.12.04.05', '1', 20.25, 20.25, 20.25, 20.25, '<p>CCB-M100/110: Concrete Cover Block with 100/110 mm clear cover facility for top layer of slab reinforcement [Concrete Volumn = 0.0216 cum/100 Nos.]<br>&nbsp;</p>', '2023-10-26 20:46:09', '2024-02-04 06:10:53'),
(1262, 27, 25, 40, 39, '4.12.04.06', '1', 13.50, 13.50, 13.50, 13.50, '<p>CCB-C40: Concrete Cover Block with (Circular) 40 mm clear cover facility for Spiral Column, RCC Wall etc. [Concrete Volumn = 0.0155 cum/100 Nos.]<br>&nbsp;</p>', '2023-10-26 20:48:28', '2024-02-04 06:10:53'),
(1263, 27, 25, 40, 39, '4.12.04.07', '1', 40.49, 40.49, 40.49, 40.49, '<p>CCB-C75: Concrete Cover Block with (Circular) 75 mm clear cover facility for Piling Work [Concrete Volumn = 0.0507 cum/100 Nos.]<br>&nbsp;</p>', '2023-10-26 20:49:15', '2024-02-04 06:10:53'),
(1264, 27, 25, 40, 39, '4.12.04.08', '1', 13.50, 13.50, 13.50, 13.50, '<p>CCB-L40: Concrete Cover Block with (L-Shape) 40 mm clear cover facility for Beam/ Column Construction [Concrete Volumn = 0.015 cum/100 Nos.]</p>', '2023-10-26 20:50:09', '2024-02-04 06:10:53'),
(1265, 27, 26, 20, 39, '4.13.01', '1', 13751.97, 13681.00, 13396.59, 13457.46, '<p>CWC: Providing and laying wearing course on deck slab of bridge with minimum cement content ralates to mix ratio 1:1.5:3 and maximum water cement ratio 0.4 having minimum required average strength, fcr = 33.5 MPa and satisfying a compressive strength fc = 25 MPa at 28 days on standard cylinders as per standard practice of Code AASHTO/ASTM and cement conforming to BDS EN 197-1: 2003 CEM-II/A-L/M/V/W 42.5N, Coarse sand of minimum FM 2.5 and 6mm down well graded crushed stone chips broken from boulders (preferably stone chips from Madhyapara, Dinajpur, LAA value not exceeding 30), including breaking stone boulders into chips, screening through proper sieves, casting, finishing complete to camber and grade, compacting, curing at least for 28 days, etc. including cost and carriage of all materials, labour, water, electricity, other incidental cost etc. all complete as per design, drawing, specification &amp; directionn of E-I-C.</p>', '2023-10-26 20:52:50', '2024-02-04 06:10:53'),
(1266, 27, 26, 13, 39, '4.13.02.01', '1', 855.24, 853.27, 850.33, 850.33, '<p>RWDP40G1: 40mm dia GI pipe of 2.90mm wall thickness conforming to BDS 1031/BS 1387 Light Class<br>&nbsp;</p>', '2023-10-26 20:53:58', '2024-02-04 06:10:53'),
(1267, 27, 26, 13, 39, '4.13.02.02', '1', 931.31, 929.10, 925.79, 925.79, '<p>RWDP50GI: 50mm dia GI pipe of 2.90mm wall thickness conforming to BDS 1031/ BS 1387 Light Class<br>&nbsp;</p>', '2023-10-26 20:55:07', '2024-02-04 06:10:53'),
(1268, 27, 26, 13, 39, '4.13.02.03', '1', 2508.04, 2505.34, 2501.29, 2501.29, '<p>RWDP100GIMC: 100mm dia Gl pipe of 4.05mm wall thickness conforming to BDS 1031/ BS 1387 Medium Class<br>&nbsp;</p>', '2023-10-26 20:56:08', '2024-02-04 06:10:53'),
(1269, 27, 26, 13, 39, '4.13.02.04', '1', 182.83, 181.85, 180.37, 180.37, '<p>RWDP50PVC: 50mm uPVC Pipe of 2.5mm to 3mm wall thickness conforming to BS 3505<br>&nbsp;</p>', '2023-10-26 20:57:05', '2024-02-04 06:10:53'),
(1270, 27, 26, 13, 39, '4.13.02.05', '1', 296.94, 295.84, 294.18, 294.18, '<p>RWDP75PVC: 75mm uPVC Pipe of 2.9mm to 3.4mm wall thickness conforming to BS 3505</p>', '2023-10-26 20:58:04', '2024-02-04 06:10:53'),
(1271, 27, 26, 20, 39, '4.13.03', '1', 3381.76, 3400.92, 3262.14, 3294.78, '<p>BF: Back filling behind abutments, wing walls and retaining walls with selected granular material (50:50 best quality picked brick chips &amp; sand of min. FM 1.00) of minimum 450 mm width, in layers of 150 mm thickness free from dust, impurities etc. including compaction using plate compactor, watering &amp; dressing, supply &amp; cost of all materials, carrying and labour, hire charge of plate compactor and other tools etc. all complete as per direction of the Engineer-In- Charge. Payment to be made for the compacted volume only for a compaction of 90% of the maximum dry density.</p>', '2023-10-26 20:59:21', '2024-02-04 06:10:53'),
(1272, 27, 26, 7, 39, '4.13.04.01', '1', 543.62, 545.71, 530.10, 534.38, '<p>WH50: Using 50mm dia uPVC pipe<br>&nbsp;</p>', '2023-10-26 21:00:53', '2024-02-04 06:10:53'),
(1273, 27, 26, 7, 39, '4.13.04.02', '1', 666.68, 668.72, 652.60, 656.88, '<p>WH75: Using 75mm dia uPVC pipe<br>&nbsp;</p>', '2023-10-26 21:01:52', '2024-02-04 06:10:53'),
(1274, 27, 26, 7, 39, '4.13.04.03', '1', 855.34, 857.31, 840.58, 844.86, '<p>WH100: Using 100mm dia uPVC pipe</p>', '2023-10-26 21:02:54', '2024-02-04 06:10:53'),
(1275, 27, 26, 7, 39, '4.13.05', '1', 6576.29, 6572.64, 6547.25, 6547.25, '<p>DS: Supplying, fitting and fixing in position galvanized drainage spouts for bridge decks made up by minimum 100mm dia. MS pipe sp 4.05mm wall thickness conforming to BDS 1031/ BS 1387 Medium Class, grating formed by 262mm x 262mm top rim of 32mm X28mm ASTM A36 complied MS rectangular bars and 4 nos. 198mm X 12mm X 25mm ASTM A36 complied MS flat bars, square shaped collection pit of 210mm X 210mm made up by 6mm thick ASTM A36 complied MS plate with necessary anchorage and fixing the grating frame by minimum 6 nos. of 10mm dia. bolts and other necessary fittings including all labour, tools, plant, equipment, machinery, leads &amp; lifts, fuel, electric charges etc. complete in all respectas as per drawing, specifications and direction of Engineer-in- Charge. The grating has to carry a spot load of 100 kN. Drainage spouts has to be constructed in such a way so that the gratings can be temporarily fixed to protect against theft. After fabrication, the complete assembly shall be given a hot dipped galvanized coating. [600mm MS Pipe is included in this unit rate, Extra length must be added if necessary]<br>&nbsp;</p>', '2023-10-26 21:05:16', '2024-02-04 06:10:53'),
(1276, 27, 26, 7, 39, '4.13.06', '1', 623.71, 622.70, 616.05, 616.05, '<p>DG: Supplying, fitting and fixing in position galvanized drainage grating for bridge decks made up by 200mm x 150mm outer frame of 25mm x 25mm x 6mm ASTM A 36 complied MS Angles and 4 nos. 25mm x 6mm ASTM A36 complied MS flat bars, grating fitted with 4 nos. BDS ISO 6935-2: 2016 (Grade 400) complied 12mm dia. anchor bar 100mm in length by welding and other necessary fittings including all labour, tools, plant, equipment, machinery, leads &amp; lifts, fuel, electric charges etc. complete in all respect as per drawing, specifications and direction of Engineer-in-Charge. After fabrication, grating shall be given a hot dipped galvanized coating.</p>', '2023-10-26 21:06:16', '2024-02-04 06:10:53'),
(1277, 27, 26, 2, 39, '4.13.07.01', '1', 291.23, 288.76, 285.04, 285.04, '<p>PS_25: 25mm thick cork/ polystyrene sheet<br>&nbsp;</p>', '2023-10-26 21:07:09', '2024-02-04 06:10:53'),
(1278, 27, 26, 2, 39, '4.13.07.02', '1', 278.84, 276.36, 272.65, 272.65, '<p>PS_20: 25mm thick cork/ polystyrene sheet<br>&nbsp;</p>', '2023-10-26 21:08:21', '2024-02-04 06:10:53'),
(1279, 27, 26, 13, 39, '4.13.08', '1', 2427.30, 2426.02, 2419.57, 2419.57, '<p>Providing and fixing 150 mm PVC pipe of 6.6mm to 7.6mm wall thickness conforming to BS 3505 for longitudinal runner pipe/ under drain along soffit of deck slab including cost of all materials, labours, fixing in true line and levels, including bends and fixtures, specials, etc. complete with all leads and lifts etc. as per specification and direction of E-I-C.</p>', '2023-10-26 21:10:51', '2024-02-04 06:10:53'),
(1280, 27, 26, 2, 39, '4.13.09.01', '1', 992.00, 987.91, 969.30, 970.49, '<p>MA_12: 12mm thick mastic asphalt wearing course<br>&nbsp;</p>', '2023-10-26 21:12:10', '2024-02-04 06:10:53'),
(1281, 27, 26, 2, 39, '4.13.09.02', '1', 1376.25, 1372.37, 1347.82, 1350.38, '<p>MA_25: 25mm thick mastic asphalt wearing course<br>&nbsp;</p>', '2023-10-26 21:13:22', '2024-02-04 06:10:53'),
(1282, 27, 26, 2, 39, '4.13.09.03', '1', 2204.30, 2198.12, 2159.24, 2163.26, '<p>MA_40: 40mm thick mastic asphalt wearing course<br>&nbsp;</p>', '2023-10-26 21:15:12', '2024-02-04 06:10:53'),
(1283, 27, 26, 2, 39, '4.13.09.04', '1', 2740.70, 2733.16, 2685.33, 2690.35, '<p>MA_50: 50mm thick mastic asphalt wearing course</p>', '2023-10-26 21:17:04', '2024-02-04 06:10:53'),
(1285, 27, 27, 7, 39, '4.14.01.01', '1', 356.29, 360.61, 327.07, 335.91, '<p>Size: 400 mm x 400mm x 150 mm<br>&nbsp;</p>', '2023-10-31 13:23:27', '2024-02-04 06:10:53'),
(1286, 27, 27, 7, 39, '4.14.01.02', '1', 532.32, 539.60, 488.78, 502.57, '<p>Size: 500 mm x 500 mm x 150 mm<br>&nbsp;</p>', '2023-10-31 13:24:36', '2024-02-04 06:10:53'),
(1287, 27, 27, 7, 39, '4.14.01.03', '1', 726.03, 735.37, 666.56, 684.98, '<p>Size: 500 mm x 500mm x 200 mm<br>&nbsp;</p>', '2023-10-31 13:25:38', '2024-02-04 06:10:53'),
(1288, 27, 27, 20, 39, '4.14.01.04', '1', 14531.01, 14721.13, 13232.57, 13619.08, '<p>Cast-in-Situ Blocks of required sizes as per drawing<br>&nbsp;</p>', '2023-10-31 13:26:51', '2024-02-04 06:10:53'),
(1289, 27, 27, 20, 39, '4.14.02', '1', 1226.90, 1201.26, 1117.58, 1117.58, '<p>Labour charge for protective works in laying Plain Cement Concret (PCC) blocks of different sizes including preparation, watering and ramming of base, packing the residual space between masonry &amp; other structural members like columns, beams, slabs etc., providing opening as directed and finishing neatly around the same, works at all leads and lifts, loading and unloading, transportaiton and all other incidental charges etc. all complete as per drawing, specification &amp; direction of the E-I-C.</p>', '2023-10-31 13:27:58', '2024-02-04 06:10:53'),
(1290, 27, 27, 2, 39, '4.14.03.01', '1', 1182.90, 1178.35, 1145.92, 1145.45, '<p>Single Layer Soling of 1st Class/ picked bricks<br>&nbsp;</p>', '2023-10-31 13:29:51', '2024-02-04 06:10:53'),
(1291, 27, 27, 2, 39, '4.14.03.02', '1', 1767.70, 1761.16, 1703.66, 1703.20, '<p>Double Layer Soling of 1st Class/ picked bricks</p>', '2023-10-31 13:31:02', '2024-02-04 06:10:53'),
(1292, 27, 27, 2, 39, '4.14.04.01', '1', 747.26, 743.16, 719.54, 719.54, '<p>Single layer of Gunny Bagged Riprap<br>&nbsp;</p>', '2023-10-31 13:33:19', '2024-02-04 06:10:53'),
(1293, 27, 27, 2, 39, '4.14.04.02', '1', 1438.08, 1430.98, 1388.77, 1388.77, '<p>Two layers of Gunny Bagged Riprap</p>', '2023-10-31 13:34:28', '2024-02-04 06:10:53'),
(1294, 27, 27, 13, 39, '4.14.05.01', '1', 334.98, 334.73, 326.39, 326.39, '<p>Bullah piles of 150mm to 200mm diameter<br>&nbsp;</p>', '2023-10-31 13:35:26', '2024-02-04 06:10:53'),
(1295, 27, 27, 13, 39, '4.14.05.02', '1', 588.97, 588.73, 587.75, 587.75, '<p>Bullah piles of 200mm to 250mm diameter</p>', '2023-10-31 13:36:28', '2024-02-04 06:10:53'),
(1296, 27, 27, 13, 39, '4.14.06.01.01', '1', 306.14, 300.74, 280.38, 280.38, '<p>For driving from ground with staging<br>&nbsp;</p>', '2023-10-31 13:38:11', '2024-02-04 06:10:53'),
(1297, 27, 27, 13, 39, '4.14.06.01.02', '1', 318.39, 312.77, 291.59, 291.59, '<p>For driving from pontoon or boats with staging<br>&nbsp;</p>', '2023-10-31 13:39:11', '2024-02-04 06:10:53'),
(1298, 27, 27, 13, 39, '4.14.06.01.03', '1', 327.57, 321.80, 300.00, 300.00, '<p>For driving from pontoon or boats with heavy staging</p>', '2023-10-31 13:40:02', '2024-02-04 06:10:53'),
(1299, 27, 27, 13, 39, '4.14.06.02.01', '1', 448.48, 440.38, 409.83, 409.83, '<p>For driving from ground with staging<br>&nbsp;</p>', '2023-10-31 13:41:16', '2024-02-04 06:10:53'),
(1300, 27, 27, 13, 39, '4.14.06.02.02', '1', 466.42, 458.00, 426.22, 426.22, '<p>For driving from pontoon or boats with staging<br>&nbsp;</p>', '2023-10-31 13:42:17', '2024-02-04 06:10:53'),
(1301, 27, 27, 13, 39, '4.14.06.02.03', '1', 479.87, 471.21, 438.51, 438.51, '<p>For driving from pontoon or boats with heavy staging</p>', '2023-10-31 13:43:26', '2024-02-04 06:10:53'),
(1302, 27, 27, 13, 39, '4.14.07', '1', 30121.54, 29966.93, 29509.56, 29509.56, '<p>Providing &amp; Installition of 100mm x 200mm x 8mm steel joist or any other required steel sections of 7.62m length @ 200mm c/c for Shore protection work during excavation in foundation trenches to protect the adjacent property including rent, conveyance, labour, material for cutting to required size &amp; for driving the same upto required depth including cost of all fittings etc. complete as per direction of the E-I-C. The contractor will remove the joists after completing the work without any extra payment &amp; the contractor will be the owner of these joists.&nbsp;</p><p>Note: Measurement shall be based on lengths of protection work in horizontal direction.</p>', '2023-10-31 13:45:16', '2024-02-04 06:10:53'),
(1303, 27, 27, 4, 39, '4.14.08.01', '1', 246.20, 245.43, 242.43, 242.43, '<p>Geo-Textile Bag: Empty Size: 800mm x 650mm, Fill Volumn: 0.0520 cum &amp; Weight: 80 Kg<br>Geo-Textile Grade: Grade-III-DF-40-2.3mm thick</p>', '2023-10-31 13:46:24', '2024-02-04 06:10:53'),
(1304, 27, 27, 4, 39, '4.14.08.02', '1', 294.30, 293.40, 289.84, 289.84, '<p>Geo-Textile Bag: Empty Bag Size: 900mm x 700mm, Fill Volumn: 0.0730 cum &amp; Weight: 110 Kg<br>Geo-Textile Grade: Grade-III-DF-40-2.3mm thick</p>', '2023-10-31 13:47:29', '2024-02-04 06:10:53'),
(1305, 27, 27, 4, 39, '4.14.08.03', '1', 330.86, 329.83, 325.74, 325.74, '<p>Geo-Textile Bag: Empty Bag Size: 950mm x 750mm, Fill Volumn: 0.0840 cum &amp; Weight: 125 Kg<br>Geo-Textile Grade: Grade-III-DF-40-2.3mm thick</p>', '2023-10-31 13:48:30', '2024-02-04 06:10:53'),
(1306, 27, 27, 4, 39, '4.14.08.04', '1', 411.67, 410.51, 405.86, 405.86, '<p>Geo-Textile Bag: Empty Bag Size: 1075mm x 850mm, Fill Volumn: 0.1164 cum &amp; Weight: 175 Kg<br>Geo-Textile Grade: Grade-V-DF-60-3.0mm thick</p>', '2023-10-31 13:49:34', '2024-02-04 06:10:53'),
(1307, 27, 27, 4, 39, '4.14.08.05', '1', 426.85, 425.56, 420.39, 420.39, '<p>Geo-Textile Bag: Empty Bag Size: 1100mm x 850mm, Fill Volumn: 0.1333 cum &amp; Weight: 200 Kg<br>Geo-Textile Grade: Grade-V-DF-60-3.0mm thick</p>', '2023-10-31 13:50:40', '2024-02-04 06:10:53'),
(1308, 27, 27, 4, 39, '4.14.08.06', '1', 584.71, 583.29, 577.61, 577.61, '<p>Geo-Textile Bag: Empty Bag Size: 1300mm x 1050mm, Fill Volumn: 0.1664 cum &amp; Weight: 250 Kg<br>Geo-Textile Grade: Grade-V-DF-60-3.0mm thick</p>', '2023-10-31 13:51:41', '2024-02-04 06:10:53'),
(1309, 27, 27, 20, 39, '4.14.09', '1', 15894.76, 16264.34, 13940.99, 14610.95, '<p>Providing, preparing and laying of geogrid crated apron 1 m x 5m, 600 mm thick including excavation and backfilling with baffles at 1 m interval, made with geogrids having, joining sides with connectors/ring staples, top comers to be tie tensioned, placing of suitable cross interval ties in layers of 300 mm connecting opposite side with lateral braces and tied with polymer braids to avoid bulging, filled with stone with minimum size of 200 mm and specific gravity not less than 2.65, packed with stone spalls, keyed to the foundation recess in case of sloping ground and laid over a layer of geotextile to prevent migration of fines, all as per approved design and direction of E-I-C</p>', '2023-10-31 13:53:55', '2024-02-04 06:10:53'),
(1310, 27, 27, 13, 39, '4.14.10.01', '1', 2575.16, 2563.86, 2518.66, 2518.66, '<p>Single bamboo spur: dia. = 75mm, Length = 6.0m to 7.5m</p>', '2023-10-31 13:54:58', '2024-02-04 06:10:53'),
(1311, 27, 27, 13, 39, '4.14.10.02', '1', 2472.14, 2459.26, 2407.72, 2407.72, '<p>Double row bamboo spur. dia. = 75mm, Length = 3.0m to 4.5m<br>&nbsp;</p>', '2023-10-31 13:56:12', '2024-02-04 06:10:53'),
(1312, 27, 27, 13, 39, '4.14.10.03', '1', 4094.45, 4070.49, 3974.63, 3974.63, '<p>Double row bamboo spur. dia. = 75mm, Length = 4.5m to 6.0m<br>&nbsp;</p>', '2023-10-31 13:57:22', '2024-02-04 06:10:53'),
(1313, 27, 27, 13, 39, '4.14.10.04', '1', 6279.03, 6252.84, 6148.06, 6148.06, '<p>Double row bamboo spur. dia. = 100mm, Length = 7.5m to 11.0m<br>&nbsp;</p>', '2023-10-31 14:04:50', '2024-02-04 06:10:53'),
(1314, 27, 27, 13, 39, '4.14.11', '1', 917.33, 904.44, 866.43, 866.43, '<p>Construction of a narrow filter sub- surface drain consisting of porous or perforated pipe laid in narrow trench surrounded by a geotextile filter fabric, with a minimum of 450 mm overlap of fabric and installed including excavation and backfilling.</p>', '2023-10-31 14:05:56', '2024-02-04 06:10:53'),
(1315, 27, 27, 2, 39, '4.14.12.01', '1', 181.69, 181.15, 179.67, 179.67, '<p>JGT_RRC-1: Applicable for Strengthening subgrade of Village Roads. This type of JGT shall have the following requirements. Ends x. Picks /dm&nbsp;≥ 85 x 32, Width (m) ≥ 1, Mass per unit area (gsm) =627±10%, Thickness under 2 kPa pressure (mm) = 2.0 ± 10%, AOS (095) (µm) ≤ 450, Vertical Permeability (m/sec) ≥ 3.0 x10-3, Horizontal Permeability (m/sec) ≥ 7.0 x 10-3 , Grab Tensile Strength (N) MD x CD x 850 x 200 Grab Tensile Elongation (%) MD x CD S 30 x 35, CBR Puncture Resistance (N) ≥ 2000, Wide Width Tensile Strength (kN/m MD x CD ≥ 20 x 10 , Wide Width Elongation (%) MD x CD ≤12 x 10.</p>', '2023-10-31 14:06:56', '2024-02-04 06:10:53'),
(1316, 27, 27, 2, 39, '4.14.12.02', '1', 210.55, 210.01, 208.53, 508.53, '<p>JGT_RRC-2: Applicable for Strengthening subgrade of Union or Higher Roads. This type of JGT shall have the following requirements.<br>Ends x Picks /dm&nbsp;≥ 94 x 39, Width (m) ≥ 1, Mass per unit area (gsm) = 724 ± 10%, Thickness under 2 kPa pressure (mm)=2.0 ± 10%, AOS (095) (μm) ≤ 300, Vertical Permeability (m/sec) ≥ 2.0 x 10-3, Horizontal Permeability (m/sec) ≥ 6.0 x10-3, Grab Tensile Strength (N)MD x CD ≥ 925 x 425, Grab Tensile Elongation (%) MD x CD S 35 x 40, CBR Puncture Resistance (N) ≥ 2150 , Wide Width Tensile Strength (kN/m) MD x CD ≥ 25 x 10 , Wide Width Elongation (%) MD x CD ≤ 15 x 12.</p>', '2023-10-31 14:07:59', '2024-02-04 06:10:53'),
(1317, 27, 27, 2, 39, '4.14.13.01', '1', 245.83, 245.29, 243.80, 243.80, '<p>JGT_RBP-1: Applicable for mild to moderate River Bank Protection work. This type of treated JGT shall have the following requirements. Ends x Picks /dm&nbsp;≥ 85 x 32, Width (m) ≥ 1, Mass per unit area (gsm) =627±15% , Thickness under 2 kPa pressure (mm)=2.0 ± 20% AOS (095) (μm) ≤ 150, Vertical Permeability (m/sec) ≥ 1.0 x10-3, Horizontal Permeability (m/sec) ≥ 6.0 x 10-3 , Grab Tensile Strength (N) MD x CD ≥ 950 x 230, Grab Tensile Elongation (%) MD x CD ≤ 35 x 45 CBR Puncture Resistance (N) ≥ 2500 , Wide Width Tensile Strength (KN/m) MD x CD ≥ 20 x 10 , Wide Width Elongation (%) MD x CD ≤ 12 x 10.</p>', '2023-10-31 14:08:52', '2024-02-04 06:10:53'),
(1318, 27, 27, 2, 39, '4.14.14.01', '1', 69.45, 68.91, 67.42, 67.42, '<p>JGT_HSM-1: Applicable for Moderate slope (≤35 degree) &amp; annual rainfalls 2000mm. This type of JGT shall have the following requirements.<br>Ends x Picks /dm&nbsp;≥ 6.5 x 4.5, Width (m) = 1.22, Mass per unit area (asm)=500 ± 10% , Thickness under 2 kPa pressure (mm)=4.5 ± 10%, Water Holding Capacity (% by weight) ≥ 400, Wide Width Tensile Strength (kN/m) MD 7 x CD ≤ 6.5 x 6.0 Wide Width Elongation (%) MD x CD ≤ 14.0 x 14.0.</p>', '2023-10-31 14:11:29', '2024-02-04 06:10:53'),
(1319, 27, 27, 2, 39, '4.14.14.02', '1', 74.26, 73.72, 72.23, 72.23, 'JGT_HSM-2: Applicable for Moderate slope (≤35 degree) & annual rainfall ≥ 2000mm and steep stope (>35 degree to ≤ 45 degree) & annual rainfall ≤ 2000mm. This type of JGT shall have the following requirements.\r\nEnds x Picks /dm ≥ 8 x 7, Width (m) = 1.22, Mass per unit area (gsm) =600 ± 10% Thickness under 2 kPa pressure (mm)=5.5 ± 10\\% , Water Holding Capacity (% by weight) ≥ 400, Wide Width Tensile Strength (kN/m) MD x CD ≥ 12.0 x 6.0 Wide Width Elongation (%) MD x CD ≤ 14.0 x 14.0.', '2023-10-31 14:12:32', '2024-02-04 06:10:53'),
(1320, 27, 27, 2, 39, '4.14.14.03', '1', 79.07, 78.53, 77.04, 77.04, 'JGT_HSM-3: Applicable for steep stope (>35 degree to ≤ 45 degree) & annual rainfall > 2000mm. This type of JGT shall have the following requirements.\r\nEnds x Picks /dm ≥ 8 x 8, Width (m) = 1.22, Mass per unit area (gsm) = 700±10%, Thickness under 2 kPa pressure (mm)=5.5 ± 10% Water Holding Capacity (% by weight) ≥ 400, Wide Width Tensile Strength (kN/m )MD x CD ≥ 14.0 x 7.C , Wide Width Elongation (%) MD x CD ≤ \r\n 14.0 x 14.0.', '2023-10-31 14:13:24', '2024-02-04 06:10:53'),
(1321, 27, 27, 13, 39, '4.14.15.01.01', '1', 1842.38, 1842.38, 1842.38, 1842.38, '<p>For permanent use, cost of MS pipe is included in this unit rate.<br>&nbsp;</p>', '2023-10-31 14:14:30', '2024-02-04 06:10:53'),
(1322, 27, 27, 13, 39, '4.14.15.01.02', '1', 57.98, 57.98, 57.98, 57.98, '<p>For temporary use, rent of MS pipe is included in this unit rate. (all hiring charge &amp; maintaining the same till the completion of the work.)</p>', '2023-10-31 14:15:19', '2024-02-04 06:10:53'),
(1323, 27, 27, 13, 39, '4.14.15.02.01', '1', 3285.36, 3285.36, 3285.36, 3285.36, '<p>For permanent use, cost of MS pipe is included in this unit rate.<br>&nbsp;</p>', '2023-10-31 14:16:06', '2024-02-04 06:10:53'),
(1324, 27, 27, 13, 39, '4.14.15.02.02', '1', 83.74, 83.74, 83.74, 83.74, '<p>For temporary use, rent of MS pipe is included in this unit rate. (all hiring charge &amp; maintaining the same till the completion of the work.)</p>', '2023-10-31 14:16:46', '2024-02-04 06:10:53'),
(1325, 27, 27, 13, 39, '4.14.15.03.01', '1', 4974.43, 4974.43, 4974.43, 4974.43, '<p>For permanent use, cost of MS pipe is included in this unit rate.<br>&nbsp;</p>', '2023-10-31 14:18:09', '2024-02-04 06:10:53'),
(1326, 27, 27, 13, 39, '4.14.15.03.02', '1', 148.16, 148.16, 148.16, 148.16, '<p>For temporary use, rent of MS pipe is included in this unit rate. (all hiring charge &amp; maintaining the same till the completion of the work.)</p>', '2023-10-31 14:18:50', '2024-02-04 06:10:53'),
(1327, 27, 27, 13, 39, '4.14.15.04.01', '1', 9254.42, 9254.42, 9254.42, 9254.42, '<p>For permanent use, cost of MS pipe is included in this unit rate.<br>&nbsp;</p>', '2023-10-31 14:19:30', '2024-02-04 06:10:53'),
(1328, 27, 27, 13, 39, '4.14.15.04.02', '1', 541.12, 541.12, 541.12, 541.12, '<p>For temporary use, rent of MS pipe is included in this unit rate. (all hiring charge &amp; maintaining the same till the completion of the work.)</p>', '2023-10-31 14:20:39', '2024-02-04 06:10:53'),
(1329, 27, 27, 11, 39, '4.14.15.05.01', '1', 100.75, 100.75, 100.75, 100.75, '<p>For permanent use, cost of MS angle, Plate, Nut Bolt, Stifinner, I- Beamt etc<br>&nbsp;</p>', '2023-10-31 14:22:41', '2024-02-04 06:10:53'),
(1330, 27, 27, 11, 39, '4.14.15.05.02', '1', 25.40, 25.40, 25.40, 25.40, '<p>For temporary use, rent of MS angle, Plate, Nut Bolt, Stifinner, I- Beam etc is included in this unit rate. (all hiring charge &amp; maintaining the same till the completion of the work.<br>&nbsp;</p>', '2023-10-31 14:23:26', '2024-02-04 06:10:53'),
(1331, 27, 27, 11, 39, '4.14.15.06', '1', 83.74, 83.74, 83.74, 83.74, '<p>Labour cost for fitting, fixing, erection, removing and welding of MS angle, Plate, Nut Bolt, Stifinner, I-Beam of Steel structure etc.</p>', '2023-10-31 14:24:20', '2024-02-04 06:10:53'),
(1332, 27, 27, 20, 39, '4.14.15.07.01', '1', 103317.16, 98830.32, 105247.96, 105247.96, '<p>For permanent use, cost of Wood is included in this unit Rate<br>&nbsp;</p>', '2023-10-31 14:26:02', '2024-02-04 06:10:53'),
(1333, 27, 27, 20, 39, '4.14.15.07.02', '1', 20188.46, 20188.46, 19877.10, 19877.10, '<p>For Temporary use, Rent of Wood is included in this unit Rate (all hiring charge &amp; maintaining the same till the completion of the work.)</p>', '2023-10-31 14:27:51', '2024-02-04 06:10:53'),
(1334, 27, 27, 13, 39, '4.14.15.16', '1', 440.95, 437.08, 424.84, 424.84, '<p>Labour for driving MS steel pipes of any size up to required depth with monkey, power winch etc. including all necessary tools, equipment and accessories and hoisting piles in true &amp; vertical position etc. all complete as per direction of E-I-C.</p>', '2023-10-31 14:28:47', '2024-02-04 06:10:53'),
(1335, 27, 27, 13, 39, '4.14.17', '1', 353.34, 349.47, 337.23, 337.23, '<p>Labour for extraction of MS steel/ micro pipes of any size with monkey, power winch etc. including all necessary tools, equipment and accessories all complete as per direction of E-I-C.</p>', '2023-10-31 14:29:34', '2024-02-04 06:10:53'),
(1336, 27, 27, 13, 39, '4.14.18.01', '1', 67.32, 66.09, 61.20, 61.20, '<p>Bullah</p>', '2023-10-31 14:30:38', '2024-02-04 06:10:53'),
(1337, 27, 27, 13, 39, '4.14.18.02', '1', 17.72, 17.39, 16.10, 16.10, '<p>Cross ties walling pieces</p>', '2023-10-31 14:31:41', '2024-02-04 06:10:53'),
(1338, 27, 27, 13, 39, '4.14.18.03', '1', 14.17, 13.91, 12.88, 12.88, '<p>Old bamboo pieces and struts</p>', '2023-10-31 14:32:36', '2024-02-04 06:10:53'),
(1339, 27, 28, 13, 39, '4.15.01', '1', 7859.53, 7852.71, 7832.95, 7832.95, '<p>Providing and erecting a \"W\" metal beam crash barrier comprising of 3 mm thick corrugated sheet metal beam rail, 70 cm above road/ground level, fixed on channel vertical post, 150 x 75 x 5 mm spaced 2 m centre to centre, 1.8 m high, 1.10 m below ground/road level, all steel parts and fittings to be galvanised by hot dip process (zinc coated, 550 gsm, minimum single spot), all fittings to conform to AASHTO M 180, metal beam rail to be fixed on the vertical post with a spacer of channel section 150 x 75 x 5 mm, 330 mm long etc. all complete as per specification &amp; direction of the Engineer in charge.</p>', '2023-10-31 14:35:44', '2024-02-04 06:10:53'),
(1340, 27, 28, 13, 39, '4.15.02', '1', 9938.85, 9932.85, 9914.40, 9914.40, '<p>Providing and erecting a \"Thrie\" metal beam crash barrier comprising of 3 mm thick corrugated sheet metal rail, 70 cm above road/ground level, fixed on channel vertical post, 150 x 75 x 5 mm spaced 2 m centre to centre, 1.8 m high with 1.15 m below ground level, all steel parts and fitments to be galvanised by hot dip process (zinc coated, 550 gsm, minimum single spot), all fittings to conform to AASHTO M 180, metal rail to be fixed on the vertical post with a spacer of channel section 150 x 75 x 5 mm, 546 mm long etc. all complete as per specification &amp; direction of the E-I-C.</p>', '2023-10-31 14:36:36', '2024-02-04 06:10:53'),
(1341, 27, 28, 13, 39, '4.15.03.01', '1', 953.25, 948.65, 941.74, 941.74, '<p>50mm dia. and wall thickness 4mm</p>', '2023-10-31 14:38:05', '2024-02-04 06:10:53'),
(1342, 27, 28, 13, 39, '4.15.03.02', '1', 1454.03, 1449.43, 1442.52, 1442.52, '<p>75mm dia, and wall thickness 4mm<br>&nbsp;</p>', '2023-10-31 14:38:56', '2024-02-04 06:10:53'),
(1343, 27, 28, 13, 39, '4.15.03.03', '1', 2331.35, 2326.75, 2319.85, 2319.85, '<p>100mm dia, and wall thickness 4mm<br>&nbsp;</p>', '2023-10-31 14:40:01', '2024-02-04 06:10:53'),
(1344, 27, 28, 13, 39, '4.15.03.04', '1', 4049.19, 4044.59, 4037.69, 4037.69, '<p>150mm dia. and wall thickness 4mm<br>&nbsp;</p>', '2023-10-31 14:41:12', '2024-02-04 06:10:53'),
(1345, 27, 28, 13, 39, '4.15.03.05', '1', 6059.98, 6055.38, 6048.48, 6048.48, '<p>200mm dia. and wall thickness 6.5mm</p>', '2023-10-31 14:42:26', '2024-02-04 06:10:53'),
(1346, 27, 28, 13, 39, '4.15.04.01', '1', 728.55, 723.95, 717.04, 717.04, '<p>Size: 25mm x 25mm MS box and wall thickness 4mm</p>', '2023-10-31 14:43:41', '2024-02-04 06:10:53'),
(1347, 27, 28, 13, 39, '4.15.04.02', '1', 939.44, 934.84, 927.94, 927.94, '<p>Size: 40mm x 40mm MS box and wall thickness 4mm<br>&nbsp;</p>', '2023-10-31 14:44:40', '2024-02-04 06:10:53'),
(1348, 27, 28, 13, 39, '4.15.04.03', '1', 1605.87, 1601.27, 1594.37, 1594.37, '<p>Size: 50mm x 50mm MS box and wall thickness 6mm<br>&nbsp;</p>', '2023-10-31 14:45:43', '2024-02-04 06:10:53'),
(1349, 27, 28, 13, 39, '4.15.04.04', '1', 1909.56, 1904.96, 1898.06, 1898.06, '<p>Size: 62.5mm x 62.5mm MS box and wall thickness 6mm<br>&nbsp;</p>', '2023-10-31 14:47:12', '2024-02-04 06:10:53'),
(1350, 27, 28, 13, 39, '4.15.04.05', '1', 3039.96, 3035.36, 3028.46, 3028.46, '<p>Size: 75mm x 75mm MS box and wall thickness 8mm<br>&nbsp;</p>', '2023-10-31 14:48:12', '2024-02-04 06:10:53'),
(1351, 27, 28, 13, 39, '4.15.04.06', '1', 3891.98, 3887.38, 3880.47, 3880.47, '<p>Size: 100mm x 100mm MS box and wall thickness 8mm<br>&nbsp;</p>', '2023-10-31 14:49:22', '2024-02-04 06:10:53'),
(1352, 27, 28, 13, 39, '4.15.04.07', '1', 4777.74, 4773014.00, 4766.23, 4766.23, '<p>Size: 125mm x 125mm MS box and wall thickness 8mm<br>&nbsp;</p>', '2023-10-31 14:50:28', '2024-02-04 06:10:53'),
(1353, 27, 28, 13, 39, '4.15.04.08', '1', 5790.03, 5785.43, 5778.53, 5778.53, '<p>Size: 125mm x 125mm MS box and wall thickness 10mm<br>&nbsp;</p>', '2023-10-31 14:51:51', '2024-02-04 06:10:53'),
(1354, 27, 28, 13, 39, '4.15.04.09', '1', 5570.70, 5566.10, 5559.20, 5559.20, '<p>Size: 150mm x 150mm MS box and wall thickness 8mm<br>&nbsp;</p>', '2023-10-31 14:53:06', '2024-02-04 06:10:53'),
(1355, 27, 28, 13, 39, '4.15.04.10', '1', 6802.33, 6797.73, 6790.83, 6790.83, '<p>Size: 150mm x 150mm MS box and wall thickness 10mm</p>', '2023-10-31 14:54:41', '2024-02-04 06:10:53'),
(1356, 27, 28, 2, 39, '4.15.05', '1', 662.15, 664.85, 648.28, 648.28, '<p>Supplying &amp; providing flexible and acrylic type reflectorized traffic painting/coating on rail post, rail bar, wheel guard, Pier column etc. including surface preparation, applying paint, all materials, labour charges, tools, equipment etc. all complete as per specification &amp; direction of the E-I-C.</p>', '2023-10-31 14:55:41', '2024-02-04 06:10:53'),
(1357, 27, 28, 7, 39, '4.15.06', '1', 24972.47, 34965.59, 24939.62, 24939.62, '<p>Lighting on Bridges:<br>Supplying and Installation of mild steel hollow bent light pole of overall length 8.9m having 150mm dia. at bottom &amp; 75mm dia, at top &amp; wall thickness 4mm with base plate 275 x 275x 16mm thick, providing 32mm dia MS/GI pipe for incoming and outgoing cable connection to jucntion box, 20m apart and fitted with pole light fitting, sodium vapour lamp, circuit breaker, bending of steel poles, two coats of silver white aluminium paint over steel pole, steel reducers for changing diameter from 150mm to 75mm, scaffolding, holes at top of the pole for fixing ring type GI braket/ pole light fitting, suitable precautions for ensuring prevention of water ingress etc. all complete in all respect as per design, specification and direction of E-I-C. The cost of pole light fitting, sodium vapour lamp, circuit breaker and cable is not included in this unit rate.<br>Note: Length of pole: 8.9m (Straight portion = 4m of 150mm dia. &amp; bent portion = 4.9m of 75mm dia.)</p>', '2023-10-31 14:56:59', '2024-02-04 06:10:53'),
(1358, 27, 28, 7, 39, '4.15.07.01', '1', 33084.19, 33075.43, 33042.74, 33042.74, '<p>Pole with double arm if fixed in the median Note: Length of pole: 12.9m (Straight portion = 5.0m of 150mm dia. &amp; bent portion on both sides = 7.9m of 75mm dia.)</p>', '2023-10-31 14:58:08', '2024-02-04 06:10:53'),
(1359, 27, 28, 7, 39, '4.15.07.02', '1', 29057.28, 29048.51, 29015.82, 28015.82, '<p>Pole with single arm if fixed on the footpath Note: Length of pole: 9.9m (Straight portion = 5.0m of 150mm dia. &amp; bent portion = 4.9m of 75mm dia.)</p>', '2023-10-31 14:59:01', '2024-02-04 06:10:53'),
(1360, 27, 28, 13, 39, '4.15.08.01', '1', 4652.53, 4644.81, 4543.38, 4563.62, '<p>Pre-cast RCC Railing of 25 MPa concrete</p>', '2023-10-31 14:59:56', '2024-02-04 06:10:53'),
(1361, 27, 28, 13, 39, '4.15.08.02', '1', 4222.53, 4215.65, 4228.53, 4145.61, '<p>Cast-in-Situ RCC Railing of 25 MPa concrete</p>', '2023-10-31 15:00:47', '2024-02-04 06:10:53'),
(1362, 27, 28, 13, 39, '4.15.09.01', '1', 686.37, 681.77, 674.86, 674.86, '<p>25mm dia. and wall thickness 2.00mm<br>&nbsp;</p>', '2023-10-31 15:01:55', '2024-02-04 06:10:53'),
(1363, 27, 28, 13, 39, '4.15.09.02', '1', 1335.93, 1331.32, 1324.42, 1324.42, '<p>38mm dia, and wall thickness 2.5mm<br>&nbsp;</p>', '2023-10-31 15:03:03', '2024-02-04 06:10:53'),
(1364, 27, 28, 13, 39, '4.15.09.03', '1', 1757.72, 1753.11, 1746.21, 1746.21, '<p>50mm dia. and wall thickness 2.50mm<br>&nbsp;</p>', '2023-10-31 15:04:14', '2024-02-04 06:10:53'),
(1365, 27, 28, 13, 39, '4.15.09.04', '1', 2584.43, 2579.82, 2572.92, 2572.92, '<p>62.50mm dia. and wall thickness 3.00mm<br>&nbsp;</p>', '2023-10-31 15:05:19', '2024-02-04 06:10:53'),
(1366, 27, 28, 13, 39, '4.15.09.05', '1', 3006.22, 3001.61, 2994.71, 2994.71, '<p>75mm dia, and wall thickness 3.00mm<br>&nbsp;</p>', '2023-10-31 15:06:26', '2024-02-04 06:10:53'),
(1367, 27, 28, 13, 39, '4.15.09.06', '1', 4271.59, 4266.99, 4260.08, 4260.08, '<p>100mm dia. and wall thickness 3.00mm<br>&nbsp;</p>', '2023-10-31 15:07:29', '2024-02-04 06:10:53'),
(1368, 27, 28, 13, 39, '4.15.09.07', '1', 5536.96, 5532.36, 5525.46, 5525.46, '<p>125mm dia, and wall thickness 3.00mm</p>', '2023-10-31 15:08:41', '2024-02-04 06:10:53'),
(1369, 27, 28, 13, 39, '4.15.10.01', '1', 1099.72, 1095.12, 1088.22, 1088.22, '<p>Size: 25mm x 25mm Stainless Steel box and wall thickness 2.00mm</p>', '2023-10-31 15:09:45', '2024-02-04 06:10:53'),
(1370, 27, 28, 13, 39, '4.15.10.02', '1', 1074.42, 1069.81, 1062.91, 1062.91, '<p>Size: 32mm x 32mm Stainless Steel box and wall thickness 1.50mm</p>', '2023-10-31 15:10:48', '2024-02-04 06:10:53'),
(1371, 27, 28, 13, 39, '4.15.10.03', '1', 1681.79, 1677.19, 1670.29, 1670.29, '<p>Size: 38mm x 38mm Stainless Steel box and wall thickness 2.50mm</p>', '2023-10-31 15:12:24', '2024-02-04 06:10:53'),
(1372, 27, 28, 13, 39, '4.15.10.04', '1', 2078.28, 2073.68, 2066.77, 2066.77, '<p>Size: 50mm x 50mm Stainless Steel box and wall thickness 2.00mm</p>', '2023-10-31 15:20:38', '2024-02-04 06:10:53'),
(1373, 27, 28, 13, 39, '4.15.10.05', '1', 2660.35, 2655.75, 2648.84, 2648.84, '<p>Size: 62.5mm x 62.5mm Stainless Steel box and wall thickness 2.00mm</p>', '2023-10-31 15:22:24', '2024-02-04 06:10:53'),
(1374, 27, 28, 13, 39, '4.15.10.06', '1', 1285.31, 1280.71, 1273.81, 1273.81, '<p>Size: 50mm x 25mm Stainless Steel box and wall thickness 1.50mm</p>', '2023-10-31 15:23:36', '2024-02-04 06:10:53'),
(1375, 27, 28, 13, 39, '4.15.10.07', '1', 1673.36, 1668.76, 1661.85, 1661.85, '<p>Size: 75mm x 25mm Stainless Steel box and wall thickness 1.50mm</p>', '2023-10-31 15:24:36', '2024-02-04 06:10:53'),
(1376, 27, 28, 13, 39, '4.15.10.08', '1', 2508.50, 2503.90, 2497.00, 2497.00, '<p>Size: 75mm x 50mm Stainless Steel box and wall thickness 2.00mm</p>', '2023-10-31 15:28:57', '2024-02-04 06:10:53'),
(1377, 27, 28, 13, 39, '4.15.10.09', '1', 3115.88, 3111.28, 3104.38, 3104.38, '<p>Size: 100mm x 50mm Stainless Steel box and wall thickness 2.00mm</p>', '2023-10-31 15:29:57', '2024-02-04 06:10:53'),
(1378, 27, 28, 2, 39, '4.15.11', '1', 88.28, 87.36, 85.16, 85.16, '<p>Painting on Concrete Surface: Providing and applying 2 coats of water based cement paint of approved quality to unplastered concrete surface after cleaning, washing, brushing and sand/grit blasting the surface of dirt, dust, oil, grease, efflorescence and applying paint @ 1 litre for 2 sqm including cost of all materials, labour, transportation, scaffolding etc. complete as per specifications and direction of the E-I-C. Paint shall be got approved from the E-I-C and tested from approved laboratory.</p>', '2023-10-31 15:30:52', '2024-02-04 06:10:53'),
(1379, 27, 28, 13, 39, '4.15.12.01', '1', 3755.60, 3742.48, 3707.81, 3707.81, '<p>MSR100MC: 100mm dia MS pipe of 4.50mm wall thickness conforming to BDS 1031/ BS 1387 Medium Class specifications.</p>', '2023-10-31 15:32:31', '2024-02-04 06:10:53'),
(1380, 27, 28, 7, 39, '4.15.14', '1', 1128.34, 1126.76, 1124.39, 1124.39, '<p>RS: Supplying, fitting and fixing of Reflecting Studs of minimum 115mm x 81mm x17mm of approved brand and colour, including cleaning and washing the railing surface, drilling to accept concrete nail, application of epoxy adhesive/ putty and necessary scaffolding, etc. including carriage and fixing, etc. all complete in all respect as per approved drawing, specification and direction of Engineer-in- charge. Rate is inclusive of cost of all materials, labour and all incidental charges in this connection.</p>', '2023-10-31 15:33:55', '2024-02-04 06:10:53'),
(1381, 27, 28, 7, 39, '4.15.15', '1', 516.50, 515.72, 513.28, 513.28, '<p>FMM: Supply and fixing of Flexible Median Markers (FMM) made of tough high impact resistance injection moulded thermoplastic body of standard size and thickness with fluorocent yellow colour type XI retroreflective sheeting fixed on both sides, fixed with epoxy adhesive and grouting to the surface complete in all respect as per national accrediation institution and the direction of the E-I-C.</p>', '2023-10-31 15:35:02', '2024-02-04 06:10:53'),
(1382, 27, 28, 11, 39, '4.15.16', '1', 189.68, 189.64, 189.47, 189.47, '<p>Bollard: Supplying, fitting and fitting Bollard in exact positions as per drawing, specificatons and direction of the E-I-C including cost of all materials, labour, carrying etc.</p><p>[This fender shall be selected as per instruction given in the drawing &amp; after getting approval from Design unit, LGED.]</p>', '2023-10-31 15:35:54', '2024-02-04 06:10:53'),
(1383, 27, 28, 7, 39, '4.15.17.01', '1', 73186.47, 73177.04, 73147.17, 73147.17, '<p>RF-D: D-Type Rubber Fender of Length = 1000mm, Width = 300mm and Height = 300mm</p>', '2023-10-31 15:37:05', '2024-02-04 06:10:53'),
(1384, 27, 28, 7, 39, '4.15.17.02.01', '1', 486954.03, 486946.49, 486922.59, 486922.59, '<p>RF-Arc-1: Length = 1580mm, Width = 1400mm and Height = 840mm</p>', '2023-10-31 15:38:17', '2024-02-04 06:10:53'),
(1385, 27, 28, 7, 39, '4.15.17.02.02', '1', 361183.76, 361176.22, 361152.32, 361152.32, '<p>RF-Arc-2: Length = 1000mm, Width = 606mm and Height = 400mm</p>', '2023-10-31 15:40:17', '2024-02-04 06:10:53'),
(1386, 27, 28, 7, 39, '4.15.17.03', '1', 94192.27, 94184.72, 94160.83, 94160.83, '<p>RF-Wing: Wing Type Rubber Fender of Length = 1000mm, Width = 600mm and Height = 300mm</p>', '2023-10-31 15:42:24', '2024-02-04 06:10:53'),
(1387, 27, 29, 43, 39, '4.16.01.01', '1', 6368.27, 6294.65, 6036.97, 6039.97, '<p>Span up to 20 m<br>&nbsp;</p>', '2023-10-31 15:50:20', '2024-02-04 06:10:53'),
(1388, 27, 29, 43, 39, '4.16.01.02', '1', 7178.11, 7104.49, 6846.81, 6846.81, '<p>Span beyond 20 m and upto 30 m<br>&nbsp;</p>', '2023-10-31 15:51:36', '2024-02-04 06:10:53'),
(1389, 27, 29, 43, 39, '4.16.01.03', '1', 10417.46, 10343.46, 10086.16, 10086.16, '<p>Span beyond 30 m</p>', '2023-10-31 15:53:23', '2024-02-04 06:10:53'),
(1390, 27, 29, 2, 39, '4.16.02.01', '1', 802.23, 794.87, 768.49, 768.49, '<p>Cement concrete wearing course of avg. 75mm thick<br>&nbsp;</p>', '2023-10-31 15:54:55', '2024-02-04 06:10:53'),
(1391, 27, 29, 2, 39, '4.16.02.02', '1', 734.74, 728.61, 707.14, 707.14, '<p>Bituminous wearing course of avg. 50mm thick asphaltic concrete laid over 12 mm thick mastic asphalt</p>', '2023-10-31 15:55:58', '2024-02-04 06:10:53'),
(1392, 27, 29, 11, 39, '4.16.03.01', '1', 337.51, 330.15, 309.90, 309.90, '<p>Cement Grout<br>&nbsp;</p>', '2023-10-31 15:56:52', '2024-02-04 06:10:53'),
(1393, 27, 29, 11, 39, '4.16.03.02', '1', 348.19, 341.10, 320.49, 320.49, '<p>Cement Mortar (1:1) Grout</p>', '2023-10-31 15:57:46', '2024-02-04 06:10:53'),
(1394, 27, 29, 11, 39, '4.16.04', '1', 1203.71, 1196.35, 1176.11, 1176.11, '<p>Sealing of cracks/porous concrete by injection of epoxy resin through nipples including cleaning the affected surfaces adjacent to cracks or other areas of application from dirt, grease, oil efflorescence or other foreign matter by brushing/water jetting/ sand blasting. Just before use, the two components i.e. resin and hardeer, shall be thoroughly mixed in the ratios specified by the manufacturer. Acids and corrosives shall not be permitted for cleaning. Epoxy adhesive injection shall be performed until crakcs are complely filled. The Contractor shall furnish detailed methodology of construction including source of supply of material, tools, equipment and appliances to be used on work, details of personel and supervision and take approval from Design Unit, LGED.</p>', '2023-10-31 15:59:19', '2024-02-04 06:10:53'),
(1395, 27, 29, 2, 39, '4.16.05', '1', 2092.51, 2083.42, 2063.13, 2063.13, '<p>Shotcrete/ guniting concrete surface with 40mm thick (avg.) cement mortar comprising of cement, graded sand conforming to ASTM C33, coarse aggregate (20 to 40% of total aggregate for thick sections if adequate guniting equptment is available), water and quick setting compound conforming to ASTM C 1141 in the proportion as per guidence of Central Quality Control Laboratory (CQCL), LGED or any approved laboratory instructed by Engineer-in-Charge, water cement ratio ranging from 0.35 to 0.5, density of shotcrete/gunite not&nbsp;<br>less than 2000kg/cum, strength not less than 25 MPa, applied with compressed air under pressure after cleaning removing old guniting/ part of defective concrete, cleaning the surface and exposed reinforcement thoroughly by sand blasting, spraying with epoxy conforming to ASTM C 881 @ 67 kg/sqm including cost of wire mesh fabrics 50mm x 50mm x 10 BWG in first layer of guniting complete as per drawings &amp; direction of E-I-C. Wherever the reinforcement have been corroded, the same shall be removed and replaced by additional reinforcement.</p>', '2023-10-31 16:00:25', '2024-02-04 06:10:53'),
(1396, 27, 29, 2, 39, '4.16.06', '1', 12803.09, 12799.41, 12789.47, 12789.47, '<p>Patching of damaged concrete surface with 25mm thick (avg.) polymer concrete and curing compounds, initiator and promoter, available in present formulations, to be applied as per instructions of manufacturer and as approved by the E-I-C. This item is a proprietory item available in market as pre-packed polymer concrete and is required to be applied as per instructions of the manufacturer.</p>', '2023-10-31 16:01:41', '2024-02-04 06:10:53'),
(1397, 27, 29, 2, 39, '4.16.07.01', '1', 5535.04, 5524.73, 5489.95, 5489.95, '<p>Average Thickness = 10mm thick<br>&nbsp;</p>', '2023-10-31 16:02:34', '2024-02-04 06:10:53'),
(1398, 27, 29, 2, 39, '4.16.07.02', '1', 12673.94, 12661.06, 12619.19, 12619.19, '<p>Average Thickness = 25mm thick</p>', '2023-10-31 16:03:52', '2024-02-04 06:10:53'),
(1399, 27, 29, 2, 39, '4.16.08', '1', 1242.04, 1235.66, 1211.73, 1211.73, '<p>EBA: Providing &amp; applying epoxy bonding agent conforming to ASTM C 881/ AASHTO M 235 to exposed old concrete surfaces for bonding of freshly mixed concrete to hardened concrete at the rate of 0.80 Kg/sqm or as per manufacturer\'s recommendation with pot life not less than 60-90 minutes at normal temperature including cost of materials, storage, labour, tools, lead lifts, preparation of surface, cleaning the surface, tackles etc. complete as per manufacturer\'s specification and as directed &amp; instructed by Engineer-In-charge.</p>', '2023-10-31 16:05:33', '2024-02-04 06:10:53'),
(1400, 27, 29, 2, 39, '4.16.09', '1', 950.34, 943.90, 919.74, 919.74, '<p>Applying epoxy mortar over leached, honey combed and spalled concrete surface and exposed steel reinforcement complete as per direction of E-I-C. Thickness of epoxy mortar shall not be less than 10mm</p>', '2023-10-31 16:07:29', '2024-02-04 06:10:53'),
(1401, 27, 29, 13, 39, '4.16.10', '1', 4358.33, 4334.05, 4090.84, 4121.46, '<p>Replacement of Expansion Joints including removal and replacement of 300 mm wide portion of a existing deck slab to accommodate expansion joint, cleaning by blower, fabrication of additional reinforcement (if required), applying epoxy bonding agent for old to new concrete conforming to ASTM C 881, concreting with 35 MPa concrete after fixing the expansion joint complete as per manufacture specifications &amp; direction of E-I-C. The cost of admixture &amp; epoxy required for this work has been included in this analysis. The rate for the installation of new exapansion joints may be taken from the chapter 11 on Bridge Works.</p>', '2023-10-31 16:08:45', '2024-02-04 06:10:53'),
(1402, 27, 29, 20, 39, '4.16.11', '1', 208.80, 205.80, 195.92, 195.92, '<p>Clearing slab/box/ pipe culverts including clearing and reshapping of both upstream and down stream faces of existing culvert with in right of way by removing deposited debris, silt, soil and any other foreign material. The job includes safe disposal of excess material recovered from site including vegetation outside ROW with all leads and lifts complete in all respect as per direction of Engineer In- Charge. Frequency of cleaning will be one time in a year i.e. before start of monsoon.</p>', '2023-10-31 16:10:50', '2024-02-04 06:10:53'),
(1403, 27, 29, 13, 39, '4.16.12', '1', 36.07, 35.30, 32.85, 32.85, '<p>Carrying out proper cleaning of carriageways, footpaths, verges, expansion joints (for free movement), drainage spouts of bridge including removal and disposal of trash, plastic, vegetation etc. from site outside ROW complete as per direction of E-I-C. Frequency of cleaning will be two times in a year i.e. before and after the monsoon.</p>', '2023-10-31 16:13:51', '2024-02-04 06:10:53');
INSERT INTO `items` (`id`, `category_id`, `sub_category_id`, `unit_id`, `financial_rate_id`, `code`, `status`, `dhaka_mymensingh`, `chittagong_sylhet`, `rajshahi_rangpur`, `khulna_barishal`, `description`, `created_at`, `updated_at`) VALUES
(1404, 27, 29, 13, 39, '4.16.13', '1', 4758.74, 4745.24, 4632.84, 4632.84, '<p>Replacement of Damaged RCC Railing of 25 MPa strength having aggregate size not exceeding 12mm, true to line and grade, tolerance of vertical RCC post not to exceed 1 in 500, centre to centre spacing between vertical post not to exceed 1500mm, leaving adequate space between vertical post for expansion, complete as per Bridge Design Guideline For LGED 2018, approved drawings, technical specification and approval of E-I-C. The cost of reinforcement and it\'s fabrication, binding, welding and placing is included in this unit rate.</p>', '2023-10-31 16:15:12', '2024-02-04 06:10:53'),
(1405, 27, 29, 13, 39, '4.16.14', '1', 353.44, 352.56, 342.77, 344.60, '<p>Carrying out repair of RCC railing of 25 MPa concrete to bring it to the original shape including dismantling and trimming the surface to a regular shape and removal of damaged material as per Bridge Design Standard for LGED, 2012 and direction of E-I-C. [Note: It is assumed that damage is to the extent of 10%]<br>&nbsp;</p>', '2023-10-31 16:15:55', '2024-02-04 06:10:53'),
(1406, 27, 29, 20, 39, '4.16.15', '1', 146487.78, 146433.62, 145491.08, 145667.70, '<p>Micro Concrete Work: Providing and laying in position Micro concrete having minimum compressive strength 50 MPa after 28 days (as per ASTM C 109), tensile strength 2 MPa after 28 days (as per ASTM C 307) and flexular strength 5 MPa after 28 days (as per ASTM C 580), cement based prepacked single component, chloride free, non shrink, free flow, self compacting, ready to use after mixing water in specified proportion obtained from approved manufacture including water tight shuttering and scaffolding etc. complete as per specification and as per direction of Engineer-in-charge.</p>', '2023-10-31 16:17:04', '2024-02-04 06:10:53'),
(1407, 27, 29, 7, 39, '4.16.16.01', '1', 83.46, 83.12, 81.75, 81.75, '<p>CBA_8: Diameter of Rebar = 8mm, minimum drilling diameter = 14mm, minimum drilling depth = 80mm<br>&nbsp;</p>', '2023-10-31 16:17:59', '2024-02-04 06:10:53'),
(1408, 27, 29, 7, 39, '4.16.16.02', '1', 142.69, 142.11, 139.78, 139.78, '<p>CBA_10: Diameter of Rebar = 10mm, minimum drilling diameter = 14mm, minimum drilling depth = 90mm<br>&nbsp;</p>', '2023-10-31 16:18:51', '2024-02-04 06:10:53'),
(1409, 27, 29, 7, 39, '4.16.16.03', '1', 199.70, 198.88, 195.61, 195.61, '<p>CBA_12: Diameter of Rebar = 12mm, minimum drilling diameter = 16mm, minimum drilling depth = 110mm<br>&nbsp;</p>', '2023-10-31 16:19:55', '2024-02-04 06:10:53'),
(1410, 27, 29, 7, 39, '4.16.16.04', '1', 277.53, 276.40, 271.86, 271.86, '<p>CBA_16: Diameter of Rebar = 16mm, minimum drilling diameter = 20mm, minimum drilling depth = 125mm<br>&nbsp;</p>', '2023-10-31 16:20:52', '2024-02-04 06:10:53'),
(1411, 27, 29, 7, 39, '4.16.16.05', '1', 624.31, 621.76, 611.53, 611.53, '<p>CBA_20: Diameter of Rebar = 20mm, minimum drilling diameter = 25mm, minimum drilling depth = 170mm</p>', '2023-10-31 16:21:52', '2024-02-04 06:10:53'),
(1412, 27, 29, 7, 39, '4.16.16.06', '1', 1664.50, 1657.68, 1630.42, 1630.42, '<p>CBA_25: Diameter of Rebar = 25mm, minimum drilling diameter = 32mm, minimum drilling depth = 250mm<br>&nbsp;</p>', '2023-10-31 16:22:57', '2024-02-04 06:10:53'),
(1413, 27, 29, 7, 39, '4.16.16.07', '1', 2497.06, 2486.84, 2445.93, 2445.93, '<p>CBA_32: Diameter of Rebar = 32mm, minimum drilling diameter = 40mm, minimum drilling depth = 300mm</p>', '2023-10-31 16:24:23', '2024-02-04 06:10:53'),
(1414, 27, 29, 21, 39, '4.16.17.01', '1', 547363.65, 547035.30, 545549.62, 545549.62, '<p>EP_25m: Span assumed: 25 m (12.7mm dia. Strand in 12T13/12K13 system. Weight-9.42 kg/m of cable.)<br>&nbsp;</p>', '2023-10-31 16:25:43', '2024-02-04 06:10:53'),
(1415, 27, 29, 21, 39, '4.16.17.02', '1', 1660713.10, 1659859.09, 1656198.63, 1656198.63, '<p>EP_50m: Span assumed: 50 m (12.7mm dia. Strand in 19T13/19K13 system. Weight-14.73 kg/m of cable.)</p>', '2023-10-31 16:27:12', '2024-02-04 06:10:53'),
(1416, 27, 29, 13, 39, '4.16.18.01', '1', 10.86, 10.84, 10.63, 10.63, '<p>RR_12: Bars up to 12 mm diameter<br>&nbsp;</p>', '2023-10-31 16:28:10', '2024-02-04 06:10:53'),
(1417, 27, 29, 13, 39, '4.16.18.02', '1', 21.67, 21.62, 21.21, 21.21, '<p>RR_12+: Bars above 12 mm diameter</p>', '2023-10-31 16:29:11', '2024-02-04 06:10:53'),
(1418, 27, 29, 2, 39, '4.16.19', '1', 1396.60, 1396.60, 1377.28, 1377.28, '<p>SC: Prov Jing and Appying average 1mm thick pre-packed Polymer modified cement based skim-coat for filling blowholes, non-structural honeycomb and rectifying other surface imperfections in newly placed concrete surfaces and achieving a smooth finish on precast, cast in place, tilt up or other unfinished concrete sufaces; including cleaning the surface thoroughly using stiff brush to remove dust, loose particles, oil etc., neutralizing the surface by applying potable water, ensuring saturated surface dry (SSD) condition of the concrete surface, mixing powder with potable water in a drum by blending machine, spreading the mixture to any concrete surface using trowel to get smooth suface etc. all complete as per specification and direction of E-I-C. This is avilable in market as pre- packed and is required to be applied as per instruction of the manufacturer. Proper curing method should be applied for at least 3 days, all complete as per specification and direction of E-I-C.</p>', '2023-10-31 16:30:12', '2024-02-04 06:10:53'),
(1419, 27, 29, 13, 39, '4.16.20', '1', 16797.29, 16750.35, 16612.68, 16612.68, '<p>CFL: Supply and installation of ready to use Carbon Fiber Laminates for strenghtening reinforced concrete structures having density ≥ 1.61 gm/cm3, width = 100mm, thickness ≥ 1.2mm, modulus of Elasticity ≥ 165 GPa, tensile strength 1\\ge2800 MPa, elongation at break ≥ 1.4%; including surface preparation by application of grinding work, patch mortar, primer and epoxy putty etc. all complete as per specification and direction of E-I-C. Note: The work have to be done by certified/trained applicator.</p>', '2023-10-31 16:31:32', '2024-02-04 06:10:53'),
(1420, 27, 29, 2, 39, '4.16.21', '1', 13214.54, 13204.53, 13170.77, 13170.77, '<p>CFFS: Supply and installation of Carbon Fibre Fabric Sheets having modulus of elasticity (GPa)≥ 230 tensile strength (GPa)≥ 4.9 weight of carbon fibre (gsm)≥ 200 , density (g/cm3)≥ 1.8 design cross section thickness (mm) ≥ 0.111, elongation at break (%) ≥ 2.1 ; including surface preparation by application of grinding work, patch mortar, primer and epoxy putty etc. all complete as per specification and direction of E-I-C.<br>Note: The work have to be done by certified/trained applicator.14:30</p>', '2023-10-31 16:32:42', '2024-02-04 06:10:53'),
(1421, 27, 29, 35, 39, '4.16.22.01', '1', 139229.31, 138217.01, 135180.12, 135180.12, '<p>LDSS≤10m: for width of Bridge ≤ 10m.<br>&nbsp;</p>', '2023-10-31 16:36:15', '2024-02-04 06:10:53'),
(1422, 27, 29, 35, 39, '4.16.22.02', '1', 162802.21, 161789.91, 158753.02, 158753.02, '<p>LDSS&gt;10m: for width of Bridge &gt; 10m.</p>', '2023-10-31 16:37:42', '2024-02-04 06:10:53'),
(1423, 27, 29, 2, 39, '4.16.23', '1', 461.24, 451.19, 451.71, 449.00, '<p>Cleaning of exposed concrete surface of sticking material including loose and foreign material by sand blasting with coarse sand followed by and including cleaning with oil free air blast as per direction of Engineer in Charge.</p>', '2023-10-31 16:38:50', '2024-02-04 06:10:53'),
(1424, 27, 29, 2, 39, '4.16.24.01', '1', 56.58, 56.43, 55.84, 55.84, '<p>TPS_HC: Hessian Cloth<br>&nbsp;</p>', '2023-10-31 16:39:50', '2024-02-04 06:10:53'),
(1425, 27, 29, 2, 39, '4.16.24.02', '1', 53.15, 53.01, 52.42, 52.42, '<p>TPS_PVC: Wooven PVC Cloth</p>', '2023-10-31 16:40:47', '2024-02-04 06:10:53'),
(1426, 27, 29, 2, 39, '4.16.25', '1', 597.53, 596.12, 584.04, 584.04, '<p>SWF: Providing and fixing hard drawn steel wire fabric of size 50 x 25mm mesh or other appropriate size wire mesh to fe fixed and firmly anchored to the concrete surface by means of \'L\' shaped mild steel shear key welded with existing reinforcement including the cost of materials, labour, tool &amp; plants as approved by E-I-C.</p>', '2023-10-31 16:41:53', '2024-02-04 06:10:53'),
(1427, 27, 30, 13, 39, '4.17.01.01.01', '1', 2038.52, 2025.34, 1972.38, 1971.60, '<p>300mm internal dia, wall thickness not less than 50mm, Re-bar for pipe:- circumferential: 10 turns - 6mm and longitudinal: 8 nos. - 6mm, Re-bar for Collar:- circumferential: 3 turns - 6mm and longitudinal: 8 nos. - 6mmФ</p>', '2023-10-31 16:44:28', '2024-02-04 06:10:53'),
(1428, 27, 30, 13, 39, '4.17.01.01.02', '1', 3444.52, 3422.22, 3332.44, 3330.85, '<p>400mm internal dia, wall thickness not less than 75mm, Re-bar for pipe:- circumferential: 14 turns - 6mm and longitudinal: 8 nos. - 6mm, Re-bar for Collar:- circumferential: 3 turns - 6mm and longitudinal: 8 nos. - 6mmФ</p>', '2023-10-31 16:46:06', '2024-02-04 06:10:53'),
(1429, 27, 30, 13, 39, '4.17.01.01.03', '1', 4024.94, 4001.34, 3906.02, 3904.08, '<p>500mm internal dia, wall thickness not less than 75mm, Re-bar for pipe:- circumferential: 16 turns - 6mmФ and longitudinal: 8 nos. - 6mmФ, Re-bar for Collar:- circumferential: 3 turns - 6mmФ and longitudinal: 8 nos. - 6mmФ</p>', '2023-10-31 16:48:06', '2024-02-04 06:10:53'),
(1430, 27, 30, 13, 39, '4.17.01.01.04', '1', 5114.81, 5088.87, 4983.61, 4981.03, '<p>600mm internal dia, wall thickness not less than 85mm, Re-bar for pipe:- circumferential: 10 turns - 6mmФ for inner cage &amp; 8 tums - 6mmФ for outer cage and longitudinal: 6 nos. - 6mmФ for inner cage &amp; 6 nos. - 6mmФ for outer cage, Re-bar for Collar:- circumferential: 3 turns - 6mmФ and longitudinal: 8 nos. - 6mmФ</p>', '2023-10-31 16:49:17', '2024-02-04 06:10:53'),
(1431, 27, 30, 13, 39, '4.17.01.01.05', '1', 6091.83, 6063.79, 5948.59, 5945.59, '<p>700mm internal dia, wall thickness not less than 85mm, Re-bar for pipe:- circumferential: 13 turns - 6mmФ for inner cage &amp; 10 turns - 6mmФ for outer cage and longitudinal: 6 nos. - 6mmФ for inner cage &amp; 6 nos. - 6mmФ for outer cage, Re-bar for Collar:- circumferential: 3 turns - 6mmФ and longitudinal: 8 nos. - 6mmФ</p>', '2023-10-31 16:50:40', '2024-02-04 06:10:53'),
(1432, 27, 30, 13, 39, '4.17.01.01.06', '1', 7612.37, 7578.27, 7437.38, 7433.57, '<p>800mm internal dia, wall thickness not less than 95mm, Re-bar for pipe:- circumferential: 15 turns - 6mmФ for inner cage &amp; 11 turns - 6mmФ for outer cage and longitudinal: 7 nos. - 6mmФ for inner cage &amp; 7 nos. - 6mmФ for outer cage, Re-bar for Collar:- circumferential: 3 turns - 6mmФ and longitudinal: 8 nos. - 6mmФ</p>', '2023-10-31 16:53:53', '2024-02-04 06:10:53'),
(1433, 27, 30, 13, 39, '4.17.01.01.07', '1', 9275.67, 9235.96, 9071.39, 9066.89, '<p>900mm internal dia, wall thickness not less than 100mm, Re-bar for pipe:- circumferential: 18 turns - 6mmФ for inner cage &amp; 14 turns - 6mmФ for outer cage and longitudinal: 7 nos. - 6mmФ for inner cage &amp; 7 nos. - 6mmФ for outer cage, Re-bar for Collar:- circumferential: 3 turns - 6mmФ and longitudinal: 12 nos. - 6mmФ</p>', '2023-10-31 16:59:10', '2024-02-04 06:10:53'),
(1434, 27, 30, 13, 39, '4.17.01.02.01', '1', 2382.36, 2373.37, 2296.72, 2308.13, '<p>300mm internal dia, wall thickness not less than 50mm, Re-bar for pipe:- circumferential: 14 turns - 6mmФ and longitudinal: 8 nos. - 6mmФ, Re-bar for Collar:- circumferential: 3 turns - 6mmФ and longitudinal: 8 nos. - 6mmФ</p>', '2023-10-31 18:34:46', '2024-02-04 06:10:53'),
(1435, 27, 30, 13, 39, '4.17.01.02.02', '1', 3945.68, 3931.84, 3792.68, 3815.98, '<p>400mm internal dia, wall thickness not less than 75mm, Re-bar for pipe:- circumferential: 14 turns - 6mmФ and longitudinal: 8 nos. - 6mmФ, Re-bar for Collar:- circumferential: 3 turns - 6mmФ and longitudinal: 8 nos. - 6mmФ</p>', '2023-10-31 18:36:13', '2024-02-04 06:10:53'),
(1436, 27, 30, 13, 39, '4.17.01.02.03', '1', 4771.78, 4758.52, 4602.77, 4631.28, '<p>500mm internal dia, wall thickness not less than 75mm, Re-bar for pipe:- circumferential: 19 turns - 6mmФ and longitudinal: 8 nos. - 6mmФ, Re-bar for Collar:- circumferential: 3 turns - 6mmФ and longitudinal: 8 nos. - 6mmФ</p>', '2023-10-31 18:38:42', '2024-02-04 06:10:53'),
(1437, 27, 30, 13, 39, '4.17.01.02.04', '1', 6792.14, 6779.94, 6594.45, 6632.31, '<p>600mm internal dia, wall thickness not less than 85mm, Re-bar for pipe:- circumferential: 19 turns - 6mmФ for inner cage &amp; 14 turns - 6mmФ for outer cage and longitudinal: 6 nos. - 6mmФ for inner cage &amp; 6 nos. - 6mmФ for outer cage, Re-bar for Collar:- circumferential: 3 turns - 6mmФ and longitudinal: 8 nos. - 6mmФ</p>', '2023-10-31 18:39:58', '2024-02-04 06:10:53'),
(1438, 27, 30, 13, 39, '4.17.01.02.05', '1', 7803.40, 7791.30, 7583.11, 7626.98, '<p>700mm internal dia, wall thickness not less than 85mm, Re-bar for pipe:- circumferential: 19 turns - 6mmФ for inner cage &amp; 14 turns - 6mmФ for outer cage and longitudinal: 8 nos. - 6mmФ for inner cage &amp; 8 nos. - 6mmФ for outer cage, Re-bar for Collar:- circumferential: 3 turns - 6mmФ and longitudinal: 8 nos. - 6mmФ</p>', '2023-10-31 18:41:15', '2024-02-04 06:10:53'),
(1439, 27, 30, 13, 39, '4.17.01.02.06', '1', 9852.52, 9838.68, 9579.53, 9635.33, '<p>800mm internal dia, wall thickness not less than 95mm, Re-bar for pipe:- circumferential: 22 turns - 6mmФ for inner cage &amp; 17 turns - 6mmФ for outer cage and longitudinal: 8 nos. - 6mmФ for inner cage &amp; 8 nos. - 6mmФ for outer cage, Re-bar for Collar:- circumferential: 3 turns - 6mmФ and longitudinal: 8 nos. - 6mmФ</p>', '2023-10-31 18:42:23', '2024-02-04 06:10:53'),
(1440, 27, 30, 13, 39, '4.17.01.02.07', '1', 11800.93, 11785.15, 11780.90, 11546.80, '<p>900mm internal dia, wall thickness not less than 100mm, Re-bar for pipe:- circumferential: 14 turns - 8mmФ for inner cage &amp; 11 turns - 8mmФ for outer cage and longitudinal: 8 nos. - 6mmФ for inner cage &amp; 8 nos. - 6mmФ for outer cage, Re-bar for Collar:- circumferential: 3 turns - 6mmФ and longitudinal: 12 nos. - 6mmФ</p>', '2023-10-31 18:43:41', '2024-02-04 06:10:53'),
(1441, 27, 30, 13, 39, '4.17.01.02.08', '1', 15274.28, 15260.53, 14898.82, 14982.78, '<p>1000mm intemal dia, wall thickness not less than 115mm, Re-bar for pipe:- circumferential: 17 turns - 8mmФ for inner cage &amp; 13 turns - 8mmФ for outer cage and longitudinal: 8 nos. - 8mmФ for inner cage &amp; 8 nos. - 8mmФ for outer cage, Re-bar for Collar:- circumferential: 3 turns - 8mmФ and longitudinal: 12 nos. - 6mmф</p>', '2023-10-31 18:44:48', '2024-02-04 06:10:53'),
(1442, 27, 30, 13, 39, '4.17.01.02.09', '1', 17098.25, 17085.44, 16695.25, 16787.50, '<p>1100mm intemal dia, wall thickness not less than 115mm, Re-bar for pipe:- circumferential: 19 turns - 8mmФ for inner cage &amp; 14 turns - 8mmФ for outer cage and longitudinal: 8 nos. - 8mmФ for inner cage &amp; 8 nos.8mmФ for outer cage, Re-bar for Collar:- circumferential: 3 turns - 8mmФ and longitudinal: 12 nos. - 6mmФ</p>', '2023-10-31 18:45:49', '2024-02-04 06:10:53'),
(1443, 27, 30, 13, 39, '4.17.01.02.10', '1', 19754.84, 19743.56, 19308.06, 19413.89, '<p>1200mm intemal dia, wall thickness not less than 120mm, Re-bar for pipe:- circumferential: 21 turns - 8mmФ for inner cage &amp; 16 turns - 8mmФ for outer cage and longitudinal: 8 nos. - 8mmФ for inner cage &amp; 8 nos.8mmФ for outer cage, Re-bar for Collar:- circumferential: 3 turns - 8mmФ and longitudinal: 12 nos. - 8mmФ</p>', '2023-10-31 18:47:03', '2024-02-04 06:10:53'),
(1444, 27, 30, 13, 39, '4.17.01.02.11', '1', 27357.13, 27349.40, 26813.55, 26950.92, '<p>1400mm intemal dia, wall thickness not less than 135mm, Re-bar for pipe:- circumferential: 17 turns - 10mmФ for inner cage &amp; 13 turns - 10mmФ for outer cage and longitudinal: 12 nos. - 8mmФ for inner cage &amp; 12 nos.8mmФ for outer cage, Re-bar for Collar.- circumferential: 3 turns-8mm for inner cage &amp; 3 turns - 8mmФ for outer cage and longitudinal: 8 nos. - 8mmФ for inner cage &amp; 8 nos. - 8mmФ for outer cage</p>', '2023-10-31 18:48:08', '2024-02-04 06:10:53'),
(1445, 27, 30, 13, 39, '4.17.01.02.12', '1', 34104.79, 34099.96, 33482.74, 33645.68, '<p>1600mm internal dia, wall thickness not less than 140mm, Re-bar for pipe:- circumferential: 21 turns - 10mmФ for inner cage &amp; 16 turns - 10mmФ for outer cage and longitudinal: 12 nos. - 8mmФ for inner cage &amp; 12 nos. 8mmФ for outer cage, Re-bar for Collar:- circumferential: 3 turns - 8mmФ for inner cage &amp; 3 turns - 8mmФ for outer cage and longitudinal: 8 nos. - 8mmФ for inner cage &amp; 8 nos. - 8mmФ for outer cage</p>', '2023-10-31 18:49:07', '2024-02-04 06:10:53'),
(1446, 27, 30, 13, 39, '4.17.01.02.13', '1', 43434.34, 43433.30, 42709.43, 42905.89, '<p>1800mm internal dia, wall thickness not less than 150mm, Re-bar for pipe:- circumferential: 22 turns - 10mm for inner cage &amp; 22 tums - 10mm for outer cage and longitudinal: 14 nos. - 10mmФ for inner cage &amp; 14 nos. - 10mmФ for outer cage, Re-bar for Collar- circumferential: 3 turns - 8mmФ for inner cage &amp; 3 turns - 8mmФ for outer cage and longitudinal: 12 nos. - 8mmФ for inner cage &amp; 12 nos. - 8mmФ for outer cage</p>', '2023-10-31 18:50:09', '2024-02-04 06:10:53'),
(1447, 27, 30, 13, 39, '4.17.01.02.14', '1', 50354.04, 50358.67, 49474.74, 49721.50, '<p>2000mm intemal dia, wall thickness not less than 170mm, Re-bar for pipe:- circumferential: 22 turns - 10mmФ for inner cage &amp; 22 tums - 10mmФ for outer cage and longitudinal: 14 nos. - 10mmФ for inner cage &amp; 14 nos. -10mmФ for outer cage, Re-bar for Collar:- circumferential: 3 turns - 8mmФ for inner cage &amp; 3 turns - 8mmФ for outer cage and longitudinal: 12 nos. - 8mmФ for inner cage &amp; 12 nos. - 8mmФ for outer cage</p>', '2023-10-31 18:51:07', '2024-02-04 06:10:53'),
(1448, 27, 31, 18, 39, '4.18.01.01', '1', 15975.89, 15963.01, 15847.05, 15847.05, '<p>Mobilization &amp; demobilization within 100km of Dhaka/ nearby source to site and RHT on 10 (ten) nos. spots or less of a single structure</p>', '2023-10-31 18:52:42', '2024-02-04 06:10:53'),
(1449, 27, 31, 32, 39, '4.18.01.02', '1', 33.74, 33.74, 33.74, 33.74, '<p>Additional charge on Mobilization &amp; demobilization beyond 100km of dhaka/ nearby source to site<br>&nbsp;</p>', '2023-10-31 18:53:30', '2024-02-04 06:10:53'),
(1450, 27, 31, 7, 39, '4.18.01.03', '1', 1597.59, 1596.30, 1584.71, 1584.71, '<p>RHT on each additional spot after 10(ten) spots tested.</p>', '2023-10-31 18:54:28', '2024-02-04 06:10:53'),
(1451, 27, 31, 18, 39, '4.18.02.01', '1', 23061.97, 23049.09, 22933.14, 22933.14, '<p>Mobilization &amp; demobilization within 100km of Dhaka/ nearby source to site and UPV on 10 (ten) nos. spots or less of a single structure</p>', '2023-10-31 18:55:37', '2024-02-04 06:10:53'),
(1452, 27, 31, 32, 39, '4.18.02.02', '1', 33.74, 33.74, 33.74, 33.74, '<p>Additional charge on Mobilization &amp; demobilization beyond 100km of dhaka/ nearby source to site<br>&nbsp;</p>', '2023-10-31 18:57:13', '2024-02-04 06:10:53'),
(1453, 27, 31, 7, 39, '4.18.02.03', '1', 2306.20, 2304.91, 2293.31, 2293.31, '<p>UPV on each additional spot after 10(ten) spots tested.</p>', '2023-10-31 18:58:17', '2024-02-04 06:10:53'),
(1454, 27, 31, 18, 39, '4.18.03.01', '1', 24479.19, 24466.31, 24350.35, 24350.35, '<p>Mobilization &amp; demobilization within 100km of Dhaka/ nearby source to site and in-situ core cutting on 3 (three) nos. spots or less of a single structure</p>', '2023-10-31 18:59:26', '2024-02-04 06:10:53'),
(1455, 27, 31, 32, 39, '4.18.03.02', '1', 47.24, 47.24, 47.24, 47.24, '<p>Additional charge on Mobilization &amp; demobilization beyond 100km of Dhaka/ nearby source to site<br>&nbsp;</p>', '2023-10-31 19:00:18', '2024-02-04 06:10:53'),
(1456, 27, 31, 7, 39, '4.18.03.03', '1', 6403.24, 6400.02, 6371.03, 6371.03, '<p>In-situ core cutting on each additional nos after 3 (three) spots</p>', '2023-10-31 19:01:22', '2024-02-04 06:10:53'),
(1457, 27, 32, 13, 39, '4.19.01.01.01', '1', 250.21, 244.74, 244.23, 242.85, '<p>Sand Volumn 0.075 cum/m, minimum FM = 1.5</p>', '2023-10-31 19:03:20', '2024-02-04 06:10:53'),
(1458, 27, 32, 13, 39, '4.19.01.01.02', '1', 272.39, 273.27, 268.15, 268.15, '<p>Sand Volumn 0.075 cum/m, minimum FM = 1.8<br>&nbsp;</p>', '2023-10-31 19:04:54', '2024-02-04 06:10:53'),
(1459, 27, 32, 13, 39, '4.19.01.01.03', '1', 323.83, 317.07, 316.56, 314.63, '<p>Sand Volumn 0.075 cum/m, minimum FM=2.5<br>&nbsp;</p>', '2023-10-31 19:05:57', '2024-02-04 06:10:53'),
(1460, 27, 32, 13, 39, '4.19.01.01.04', '1', 311.09, 303.93, 303.67, 301.83, '<p>Sand Volumn 0.1 cum/m, minimum FM=1.5<br>&nbsp;</p>', '2023-10-31 19:07:00', '2024-02-04 06:10:53'),
(1461, 27, 32, 13, 39, '4.19.01.01.05', '1', 340.67, 341.97, 335.57, 335.57, '<p>Sand Volumn 0.1 cum/m, minimum FM=1.8<br>&nbsp;</p>', '2023-10-31 19:08:07', '2024-02-04 06:10:53'),
(1462, 27, 32, 13, 39, '4.19.01.01.06', '1', 409.26, 400.38, 400.11, 397.54, '<p>Sand Volumn 0.1 cum/m, minimum FM=2.5<br>&nbsp;</p>', '2023-10-31 19:09:10', '2024-02-04 06:10:53'),
(1463, 27, 32, 13, 39, '4.19.01.01.07', '1', 460.48, 449.78, 449.50, 446.74, '<p>Sand Volumn 0.15 cum/m, minimum FM=1.5<br>&nbsp;</p>', '2023-10-31 19:10:14', '2024-02-04 06:10:53'),
(1464, 27, 32, 13, 39, '4.19.01.01.08', '1', 504.84, 506.83, 497.36, 497.36, '<p>Sand Volumn 0.15 cum/m, minimum FM=1.8<br>&nbsp;</p>', '2023-10-31 19:11:11', '2024-02-04 06:10:53'),
(1465, 27, 32, 13, 39, '4.19.01.01.09', '1', 607.73, 594.44, 594.17, 590.30, '<p>Sand Volumn 0.15 cum/m, minimum FM=2.5</p>', '2023-10-31 19:12:15', '2024-02-04 06:10:53'),
(1466, 27, 32, 13, 39, '4.19.01.02.01', '1', 319.29, 312.08, 311.66, 309.82, '<p>Sand Volumn 0.1 cum/m, minimum FM=1.5<br>&nbsp;</p>', '2023-10-31 19:13:52', '2024-02-04 06:10:53'),
(1467, 27, 32, 13, 39, '4.19.01.02.02', '1', 348.86, 350.11, 343.56, 343.56, '<p>Sand Volumn 0.1 cum/m, minimum FM=1.8<br>&nbsp;</p>', '2023-10-31 19:16:40', '2024-02-04 06:10:53'),
(1468, 27, 32, 13, 39, '4.19.01.02.03', '1', 417.45, 408.52, 408.10, 405.53, '<p>Sand Volumn 0.1 cum/m, minimum FM=2.5<br>&nbsp;</p>', '2023-10-31 19:18:16', '2024-02-04 06:10:53'),
(1469, 27, 32, 13, 39, '4.19.01.02.04', '1', 479.13, 468.31, 467.69, 464.93, '<p>Sand Volumn 0.15 cum/m, minimum FM=1.5<br>&nbsp;</p>', '2023-10-31 19:19:50', '2024-02-04 06:10:53'),
(1470, 27, 32, 13, 39, '4.19.01.02.05', '1', 523.49, 525.37, 515.55, 515.55, '<p>Sand Volumn 0.15 cum/m, minimum FM=1.8<br>&nbsp;</p>', '2023-10-31 19:20:52', '2024-02-04 06:10:53'),
(1471, 27, 32, 13, 39, '4.19.01.02.06', '1', 626.37, 612.98, 612.36, 608.50, '<p>Sand Volumn 0.15 cum/m, minimum FM=2.5<br>&nbsp;</p>', '2023-10-31 19:23:00', '2024-02-04 06:10:53'),
(1472, 27, 32, 13, 39, '4.19.01.02.07', '1', 622.08, 607.75, 607.24, 603.56, '<p>Sand Volumn 0.20 cum/m, minimum FM=1.5<br>&nbsp;</p>', '2023-10-31 19:23:56', '2024-02-04 06:10:53'),
(1473, 27, 32, 13, 39, '4.19.01.02.08', '1', 681.22, 683.83, 671.05, 671.05, '<p>Sand Volumn 0.20 cum/m, minimum FM=1.8<br>&nbsp;</p>', '2023-10-31 19:24:57', '2024-02-04 06:10:53'),
(1474, 27, 31, 13, 39, '4.19.01.02.09', '1', 818.40, 800.64, 800.13, 794.98, '<p>Sand Volumn 0.20 cum/m, minimum FM=2.5<br>&nbsp;</p>', '2023-10-31 19:26:04', '2024-02-04 06:10:53'),
(1475, 27, 32, 13, 39, '4.19.01.02.10', '1', 767.61, 749.76, 749.30, 744.70, '<p>Sand Volumn 0.25 cum/m, minimum FM=1.5<br>&nbsp;</p>', '2023-10-31 19:27:28', '2024-02-04 06:10:53'),
(1476, 27, 32, 13, 39, '4.19.01.02.11', '1', 841.53, 844.45, 829.06, 829.06, '<p>Sand Volumn 0.25 cum/m, minimum FM=1.8<br>&nbsp;</p>', '2023-10-31 19:29:36', '2024-02-04 06:10:53'),
(1477, 27, 32, 13, 39, '4.19.01.02.12', '1', 1013.01, 990.87, 990.42, 983.97, '<p>Sand Volumn 0.25 cum/m, minimum FM=2.5</p>', '2023-10-31 19:30:42', '2024-02-04 06:10:53'),
(1478, 27, 32, 13, 39, '4.19.01.03.01', '1', 492.88, 481.98, 481.10, 478.34, '<p>Sand Volumn 0.15 cum/m, minimum FM=1.5<br>&nbsp;</p>', '2023-10-31 19:35:11', '2024-02-04 06:10:53'),
(1479, 27, 32, 13, 39, '4.19.01.03.02', '1', 537.24, 539.04, 528.95, 528.95, '<p>Sand Volumn 0.15 cum/m, minimum FM=1.8<br>&nbsp;</p>', '2023-10-31 19:36:58', '2024-02-04 06:10:53'),
(1480, 27, 32, 13, 39, '4.19.01.03.03', '1', 640.12, 626.65, 625.77, 621.90, '<p>Sand Volumn 0.15 cum/m, minimum FM=2.5<br>&nbsp;</p>', '2023-10-31 19:38:11', '2024-02-04 06:10:53'),
(1481, 27, 32, 13, 39, '4.19.01.03.04', '1', 657.19, 642.67, 641.49, 637.81, '<p>Sand Volumn 0.20 cum/m, minimum FM=1.5<br>&nbsp;</p>', '2023-10-31 19:39:34', '2024-02-04 06:10:53'),
(1482, 27, 32, 13, 39, '4.19.01.03.05', '1', 716.34, 718.74, 705.29, 705.29, '<p>Sand Volumn 0.20 cum/m, minimum FM=1.8<br>&nbsp;</p>', '2023-10-31 19:40:46', '2024-02-04 06:10:53'),
(1483, 27, 32, 13, 39, '4.19.01.03.06', '1', 853.52, 835.55, 834.38, 829.22, '<p>Sand Volumn 0.20 cum/m, minimum FM=2.5<br>&nbsp;</p>', '2023-10-31 19:41:49', '2024-02-04 06:10:53'),
(1484, 27, 32, 13, 39, '4.19.01.03.07', '1', 821.51, 803.35, 801.87, 797.27, '<p>Sand Volumn 0.25 cum/m, minimum FM=1.5<br>&nbsp;</p>', '2023-10-31 19:42:52', '2024-02-04 06:10:53'),
(1485, 27, 32, 13, 39, '4.19.01.03.08', '1', 895.44, 898.44, 881.63, 881.63, '<p>Sand Volumn 0.25 cum/m, minimum FM=1.8<br>&nbsp;</p>', '2023-10-31 19:43:52', '2024-02-04 06:10:53'),
(1486, 27, 32, 13, 39, '4.19.01.03.09', '1', 1066.91, 1044.46, 1042.99, 1036.54, '<p>Sand Volumn 0.25 cum/m, minimum FM=2.5<br>&nbsp;</p>', '2023-10-31 19:44:53', '2024-02-04 06:10:53'),
(1487, 27, 32, 13, 39, '4.19.01.03.10', '1', 985.82, 964.03, 962.26, 956.74, '<p>Sand Volumn 0.30 cum/m, minimum FM=1.5<br>&nbsp;</p>', '2023-10-31 19:46:00', '2024-02-04 06:10:53'),
(1488, 27, 32, 13, 39, '4.19.01.03.11', '1', 1074.53, 1078.14, 1057.97, 1057.97, '<p>Sand Volumn 0.30 cum/m, minimum FM=1.8<br>&nbsp;</p>', '2023-10-31 19:49:20', '2024-02-04 06:10:53'),
(1489, 27, 32, 13, 39, '4.19.01.03.12', '1', 1280.31, 1253.36, 1251.59, 1243.86, '<p>Sand Volumn 0.30 cum/m, minimum FM=2.5<br>&nbsp;</p>', '2023-10-31 19:51:16', '2024-02-04 06:10:53'),
(1490, 27, 32, 13, 39, '4.19.01.03.13', '1', 1150.07, 1124.65, 1122.59, 1116.15, '<p>Sand Volumn 0.35 cum/m, minimum FM=1.5<br>&nbsp;</p>', '2023-10-31 19:52:33', '2024-02-04 06:10:53'),
(1491, 27, 32, 13, 39, '4.19.01.03.14', '1', 1253.57, 1257.78, 1234.25, 1234.35, '<p>Sand Volumn 0.35 cum/m, minimum FM=1.8<br>&nbsp;</p>', '2023-10-31 19:53:45', '2024-02-04 06:10:53'),
(1492, 27, 32, 13, 39, '4.19.01.03.15', '1', 1493.64, 1462.20, 1460.14, 1451.12, '<p>Sand Volumn 0.35 cum/m, minimum FM=2.5</p>', '2023-10-31 19:55:37', '2024-02-04 06:10:53'),
(1493, 27, 32, 13, 39, '4.19.02.01.01', '1', 1581.27, 1575.72, 1541.14, 1551.53, '<p>Fill Volumn 0.2 cum/m<br>&nbsp;</p>', '2023-10-31 19:57:33', '2024-02-04 06:10:53'),
(1494, 27, 32, 13, 39, '4.19.02.01.02', '1', 2219.65, 2212.23, 2163.22, 2178.81, '<p>Fill Volumn 0.3 cum/m</p>', '2023-10-31 19:59:03', '2024-02-04 06:10:53'),
(1495, 27, 32, 13, 39, '4.19.02.02.01', '1', 3829.35, 3818.06, 3731.56, 3762.74, '<p>Fill Volumn 0.6 cum/m<br>&nbsp;</p>', '2023-10-31 20:00:11', '2024-02-04 06:10:53'),
(1496, 27, 32, 13, 39, '4.19.02.02.02', '1', 5003.94, 4989.48, 4876.07, 4917.64, '<p>Fill Volumn 0.8 cum/m</p>', '2023-10-31 20:01:23', '2024-02-04 06:10:53'),
(1497, 27, 32, 13, 39, '4.19.03.01', '1', 409.53, 409.11, 407.39, 407.39, '<p>SPVD: Prefabricated Vertical Synthetic Drains shall consist of a continuous plastic drainage core wrapped in a non-woven polypropylene/polyester geotexile material having discharge capacity at 240 kPa and Hydraulic Gradient of 1 should be greater than 500 m3/yr and shall meet the following specifications.<br>Composite Drain Properties:<br>Weight (q/m)&gt;75 ± 10%, Width (mm) ≥ 100 ± 2, Thickness (mm) &gt; 3.0, Tensile Strength (kN)&gt;2.2 , Elongation at 2.0 kN (%) &gt;25 , Strength at 10% Elongation (kN)&gt;1.3<br>Filter Fabric Properties:<br>CBR Puncture Resistance (N)&gt;150 , Trapezoidal Tear Strength (N) &gt;200 Grab Tensile Strength (N) &gt; 550, Apparent opening size(AOS, 095) (micron) ≤ 90, Permeability/ Permittivity (cm/s) &gt; 200 × 100</p>', '2023-10-31 20:02:32', '2024-02-04 06:10:53'),
(1498, 27, 32, 13, 39, '4.19.03.02', '1', 271.54, 271.54, 269.40, 269.40, '<p>PVJD: Prefabricated Vertical Jute Drains (PVJD) shall consist of an outer sheath (jacket) made of woven jute geotextile (JGT) with 4-coir wicks separated by stitched compartments having discharge capacity at 7 days (200 kPa at hydraulic gradient of 1.0) shall be greater than 500 m3/yr and shall meet the following specifications.<br>Composite Drain Properties:<br>Width (mm) ≥ 90±10%, Thickness (mm) &gt; 5, Grab Tensile Strength (N), MD X CD &gt; 350 X 350, Trapezoidal Tear Strength (N), MD X CD &gt; 100 X 100, Puncture Resistance (N) &gt; 100, Burst Strength (N) &gt; 900, Apparent Opening size (AOS, 095) (micron) ≤ 90.<br>Filter Fabric Properties:<br>Equivalent Diameter (mm) &gt; 50.</p>', '2023-10-31 20:03:36', '2024-02-04 06:10:53'),
(1499, 27, 32, 20, 39, '4.19.04.01', '1', 6605.88, 6573.06, 6272.01, 6272.01, '<p>Khoa: Sand 2: 1<br>&nbsp;</p>', '2023-10-31 20:33:53', '2024-02-04 06:10:53'),
(1500, 27, 32, 20, 39, '4.19.04.02', '1', 7657.94, 7625.35, 7335.51, 7335.51, '<p>Cement: Sand: Khoa: = 1:6:12</p>', '2023-10-31 20:35:04', '2024-02-04 06:10:53'),
(1501, 27, 32, 2, 39, '4.19.05.01', '1', 5915.35, 5932.69, 5657.63, 5726.16, '<p>MSE_FP: Providing, hoisting and placing of pre-cast RCC Facia Panels of minimum 0.80 sqm area and 180mm thickness, made with minimum 35 MPa concrete inclusive of reinforcement, shuttering, casting in yard, curing, storing, transporting, lifting, placing in position, erection with all necessary accessories i.e., rubber pad, universal hook, anchor block, nut, washer, joint fillers, fasteners etc. complete in all respect as per approved drawing, specification and direction of Engineer-in-charge.<br>[Using Batching Plant, Transit Mixer, Concrete Pump and bulk rate of Cement]</p>', '2023-10-31 20:36:12', '2024-02-04 06:10:53'),
(1502, 27, 32, 13, 39, '4.19.05.02.01', '1', 1331.78, 1331.24, 1329.62, 1329.62, '<p>MSE MSR_GCS: With reinforcing elements of Galvanised carbon steel strips of 60mm wide and 5mm thick with minimum bearing and shear strength of 490 MPa conforming to BS EN 10025, Grade S 355 JR. The fabricated element shall be galvanized and the minimum zinc coating weight shall not be less than 1000gm/sqm.</p>', '2023-10-31 20:37:39', '2024-02-04 06:10:53'),
(1503, 27, 32, 13, 39, '4.19.05.02.02', '1', 1331.78, 1331.24, 1329.62, 1329.62, '<p>MSE_MSR_Cu: With reinforcing element of Copper Strips of 60mm wide and 5mm thick conforming to BS 2870 quality C 101 or C 102 in the 1/2H condition and shall have 0.2 percent proof stress of not less than 180 MPa.<br>&nbsp;</p>', '2023-10-31 20:38:49', '2024-02-04 06:10:53'),
(1504, 27, 32, 13, 39, '4.19.05.02.03', '1', 678.51, 677.97, 676.35, 676.35, '<p>MSE_MSR_Al: With reinforcing elements of Aluminium Strips of 60mm wide and 5mm thick conforming to Bs 1470 quality 5454 in H 24 condition.<br>&nbsp;</p>', '2023-10-31 20:45:04', '2024-02-04 06:10:53'),
(1505, 27, 32, 13, 39, '4.19.05.02.04', '1', 678.51, 677.97, 676.35, 676.35, '<p>MSE_MSR_SS: With reinforcing element of Stainless steel strips of 60mm wide and 5mm thick.<br>&nbsp;</p>', '2023-10-31 20:46:24', '2024-02-04 06:10:53'),
(1506, 27, 32, 13, 39, '4.19.05.02.05', '1', 1331.78, 1331.24, 1329.62, 1329.62, '<p>MSE_MSR_FRP: with reinforcing element of Glass reinforced polymer/ fibre reinforced polymer/ polymeric strips of 60mm wide and 5mm thick.<br>&nbsp;</p>', '2023-10-31 20:47:54', '2024-02-04 06:10:53'),
(1507, 27, 32, 2, 39, '4.19.05.02.06', '1', 319.21, 318.67, 317.05, 317.05, '<p>MSE_GTR: With reinforcing elements of synthetic geogrids.<br>&nbsp;</p>', '2023-10-31 20:49:30', '2024-02-04 06:10:53'),
(1508, 27, 32, 11, 39, '4.19.05.02.07', '1', 238.90, 238.41, 236.94, 236.94, '<p>MSE_HDGSR-R: With reinforcing elements of high yield ribbed/ deformed steel reinforcement complying with BDS ISO 6935-2:2016 and fully hot-dip Galvanized to BS EN ISO 1461: 1999 with minimum coat thickness of 85 microns or 610 gm per meter squre surface. [Using retail rate of reinforcing bar]<br>&nbsp;</p>', '2023-10-31 20:50:56', '2024-02-04 06:10:53'),
(1509, 27, 32, 11, 39, '4.19.05.02.08', '1', 236.20, 235.71, 234.24, 234.24, '<p>MSE_HDGSR-B: With reinforcing elements of high yield ribbed/ deformed steel reinforcement complying with BDS ISO 6935-2: 2016 and fully hot-dip Galvanized to BS EN ISO 1461: 1999 with minimum coat thickness of 85 microns or 610 gm per meter squre surface. [Using Bulk rate of reinforcing bar]</p>', '2023-10-31 20:53:16', '2024-02-04 06:10:53'),
(1510, 27, 32, 20, 39, '4.19.05.03', '1', 3381.76, 3400.92, 3262.14, 3294.78, '<p>MSE_BF: Backfill with selected granular material in layers in approaches of work over metal strip/synthetic geogrid/steel which is to be retained by mechanically stabilized/ reinforced earth wall including grading, placement and compaction complete as per drawing, Technical specification and as directed by the Engineer-in- charge. The backfill material shall be clean, free draining, granular with high friction and low cohesion having particle size not more than 100mm and angle of internal friction not less than 34 degree, plasticity index shall not exceed 6 as determined by AASHTO T 90, non-corrosive, coarse grained with not 10 per cent of particles passing 75 micron sieve, free of shale or other soft, poor durability particles, any deleterious matter, chlorides, salts, acids, alkalies, mineral oil, fungus and microbes and pH shall be between 5.0 to 10.0 as determined by AASHTO T 289. The backfill material shall be compacted for AASHTO T 236 to 95 percent of the maximum density determined according to AASHTO T 99 method C or D and corrected for oversized material according to AASHTO T 99, Note 9.</p>', '2023-10-31 20:55:06', '2024-02-04 06:10:53'),
(1511, 27, 32, 13, 39, '4.19.06.01', '1', 3522.46, 3519.22, 3507.21, 3507.21, '<p>JGC_600: Diameter of Jet grouted column = 600mm<br>&nbsp;</p>', '2023-10-31 21:00:23', '2024-02-04 06:10:53'),
(1512, 27, 32, 13, 39, '4.19.06.02', '1', 6287.58, 6281.83, 6260.38, 6260.38, '<p>JGC_800: Diameter of Jet grouted column = 800 mm</p>', '2023-10-31 21:01:42', '2024-02-04 06:10:53'),
(1513, 27, 32, 13, 39, '4.19.06.03', '1', 9810.04, 9801.05, 9767.59, 9767.59, '<p>JGC_1000: Diameter of Jet grouted column = 1000 mm<br>&nbsp;</p>', '2023-10-31 21:03:05', '2024-02-04 06:10:53'),
(1514, 27, 32, 13, 39, '4.19.06.04', '1', 14118.92, 14105.96, 14057.77, 14057.77, '<p>JGC_1200: Diameter of Jet grouted column = 1200 mm</p>', '2023-10-31 21:04:18', '2024-02-04 06:10:53'),
(1515, 27, 32, 13, 39, '4.19.07.01', '1', 1569.98, 1567.59, 1559.52, 1559.52, '<p>Diameter of Drill Hole: 100 mm, Diameter of Re-bar = 25mm (Grade 500, conforming to BDS ISO 6935-2:2016)<br>&nbsp;</p>', '2023-10-31 21:05:18', '2024-02-04 06:10:53'),
(1516, 27, 32, 40, 39, '4.19.09.01', '1', 891.67, 890.30, 884.52, 884.52, '<p>With G.I/MS pipe</p>', '2023-10-31 21:06:39', '2024-02-04 06:10:53'),
(1517, 27, 32, 13, 39, '4.19.10.01', '1', 20045.71, 20025.47, 19944.48, 19944.48, '<p>RD_250: Diameter of Drill Hole: 250 mm<br>&nbsp;</p>', '2023-10-31 21:07:58', '2024-02-04 06:10:53'),
(1518, 27, 32, 13, 39, '4.19.10.02', '1', 22926.78, 22903.63, 22811.04, 22811.04, '<p>RD_300: Diameter of Drill Hole: 300 mm</p>', '2023-10-31 21:09:17', '2024-02-04 06:10:53'),
(1519, 28, 33, 18, 39, '5.01.01.1', '1', 38651.00, 38651.00, 38651.00, 38651.00, '<p>Providing necessary facilities in construction site for maintaining site safety of 30 nos construction worker including safety helmet, safety belt, apron, gumboot, goggles etc. (PWD 01.1.4.1]<br>&nbsp;</p>', '2023-11-01 13:56:59', '2024-02-04 06:10:53'),
(1520, 28, 33, 18, 39, '5.01.01.2', '1', 10798.00, 10798.00, 10798.00, 10798.00, '<p>Providing necessary facilities in construction site for maintaining site safety of 10 nos construction inspection team member including safety helmet, safety goggles, safety shoe etc. [PWD 01.1.4.2]<br>&nbsp;</p>', '2023-11-01 13:58:14', '2024-02-04 06:10:53'),
(1521, 28, 33, 2, 39, '5.01.02', '1', 33.00, 32.00, 30.00, 30.00, '<p>Providing layout and carry over PWD bench-mark (BM) at site from nearby BM pillar, property lines, existing ground level (EGL), formation ground level (FGL), highest flood levels (HFL), plinth levels (PL), mean sea level (MSL), setting and marking all pillars, marker, pegs etc. showing and maintaining reduced levels (RL\'s) including locating, establishing, protecting all public utilities within the premise of work and finally all to be presented in black and white. [PWD 01.6]</p>', '2023-11-01 13:59:18', '2024-02-04 06:10:53'),
(1522, 28, 33, 30, 39, '5.01.03.01', '1', 17730.00, 17730.00, 17730.00, 17730.00, '<p>6th to 9th floor, hoisting speed 40 m/min [PWD 01.11.1]<br>&nbsp;</p>', '2023-11-01 14:00:44', '2024-02-04 06:10:53'),
(1523, 28, 33, 30, 39, '5.01.03.02', '1', 21470.00, 21470.00, 21470.00, 21470.00, '<p>10th to 14th floor, hoisting speed 40 m/min [PWD 01.11.2]<br>&nbsp;</p>', '2023-11-01 14:01:49', '2024-02-04 06:10:53'),
(1524, 28, 33, 30, 39, '5.01.03.03', '1', 25153.00, 25153.00, 25153.00, 25153.00, '<p>15th to 19th floor, hoisting speed 50 m/min [PWD 01.11.3]<br>&nbsp;</p>', '2023-11-01 14:02:57', '2024-02-04 06:10:53'),
(1525, 28, 33, 30, 39, '5.01.03.04', '1', 29151.00, 29151.00, 29151.00, 29151.00, '<p>20th to 24th floor, hoisting speed 60 m/min [PWD 01.11.4]<br>&nbsp;</p>', '2023-11-01 14:03:46', '2024-02-04 06:10:53'),
(1526, 28, 33, 30, 39, '5.01.03.05', '1', 32419.00, 32419.00, 32419.00, 32419.00, '<p>25th to 29th floor, hoisting speed 60 m/min [PWD 01.11.5]</p>', '2023-11-01 14:04:59', '2024-02-04 06:10:53'),
(1527, 28, 34, 2, 39, '5.02.01.1', '1', 19.00, 19.00, 18.00, 18.00, '<p>Layout and marking for earthwork in excavation in foundation accepted by the Engineer-in-charge. [Plinth area of the structure shall be considered for measurement] [PWD 02.1.1]<br>&nbsp;</p>', '2023-11-01 14:06:33', '2024-02-04 06:10:53'),
(1528, 28, 34, 20, 39, '5.02.01.2', '1', 168.00, 165.00, 153.00, 153.00, '<p>Earthwork in excavation in foundation trenches up to 1.5 m depth and maximum 10 m lead [PWD 02.1.2]<br>&nbsp;</p>', '2023-11-01 14:07:45', '2024-02-04 06:10:53'),
(1529, 28, 34, 20, 39, '5.02.01.3', '1', 30.00, 29.00, 27.00, 27.00, '<p>Added rate for each additional 0.5 meter depth exceeding 1.5 meter. [PWD 02.1.3]<br>&nbsp;</p>', '2023-11-01 14:08:46', '2024-02-04 06:10:53'),
(1530, 28, 34, 20, 39, '5.02.01.4', '1', 4.00, 4.00, 4.00, 4.00, '<p>Added rate for each 1 m additional lead beyond 10 m. [PWD 02.1.4]<br>&nbsp;</p>', '2023-11-01 14:09:29', '2024-02-04 06:10:53'),
(1531, 28, 34, 9, 39, '5.02.02', '1', 474.00, 474.00, 458.00, 458.00, '<p>Bailing out of trapped water caused by inundation or rain, by pump from foundation trenches. [PWD 02.2]<br>&nbsp;</p>', '2023-11-01 14:10:40', '2024-02-04 06:10:53'),
(1532, 28, 34, 13, 39, '5.02.03', '1', 90.00, 90.00, 81.00, 81.00, '<p>Supplying of straight and strong borrak bamboo posts of having minimum 75 mm diameter althrough and driving the same vertically in the ground up to required depth by any means shaping the top of the post, all complete and accepted by the Engineer-in-charge. [PWD 02.3]<br>&nbsp;</p>', '2023-11-01 14:12:05', '2024-02-04 06:10:53'),
(1533, 28, 34, 13, 39, '5.02.04', '1', 604.00, 598.00, 571.00, 571.00, '<p>Supplying of wooden ballah having an average diameter not less than 150 mm (without barks) at one third distance from larger end with a minimum end diameter of 100 mm for retaining purpose and driving to a depth as per design and drawing by any method including all arrangement for staging, hoisting, carrying etc. complete and accepted by the Engineer-in-charge. [PWD 02.4]</p>', '2023-11-01 14:13:01', '2024-02-04 06:10:53'),
(1534, 28, 34, 2, 39, '5.02.05', '1', 613.00, 608.00, 583.00, 583.00, '<p>Palisading work by supplying of bitumen drum sheet walling tied with 20 BWG G.I. wire fixing the same with already driven borrak bambit posts with half split borrak bamboo runners @ 450mm c/c horizontally with iron nails, G.I wire etc. all complete and accepted by the Engineer-in-charge. (Rate is excluding the cost of bamboo post). [PWD 02.5]<br>&nbsp;</p>', '2023-11-01 14:14:19', '2024-02-04 06:10:53'),
(1535, 28, 34, 13, 39, '5.02.06', '1', 227.00, 226.00, 218.00, 218.00, '<p>Supplying and fitting-fixing horizontal bracing in palisading with half split wooden ballah having an average diameter not less than 150 mm with a minimum end diameter of 100 mm @ 450 mm including supply of iron nails, gazals etc. complete approved and accepted by the Engineer-in-charge. [PWD 02.6]<br>&nbsp;</p>', '2023-11-01 14:15:09', '2024-02-04 06:10:53'),
(1536, 28, 34, 2, 39, '5.02.07.1', '1', 712.00, 706.00, 673.00, 673.00, '<p>Shore protection work during excavation in foundation trenches up to 1.5 m depth to protect loss due to damage of property by palisading accepted by the Engineer-in-charge. [The rate is including the cost of vertical post] [PWD 02.7.1]<br>&nbsp;</p>', '2023-11-01 14:16:25', '2024-02-04 06:10:53'),
(1537, 28, 34, 2, 39, '5.02.07.2', '1', 1047.00, 1049.00, 996.00, 996.00, '<p>Shore protection work during excavation in foundation trenches beyond 1.5 m depth to protect loss due to damage of property by palisading accepted by the Engineer-in-charge, [The rate is including the cost of vertical post] [PWD 02.7.2]<br>&nbsp;</p>', '2023-11-01 14:26:43', '2024-02-04 06:10:53'),
(1538, 28, 34, 20, 39, '5.02.08.1', '1', 1088.00, 1093.00, 4069.00, 1069.00, '<p>Sand filling in foundation trenches and plinth with sand having minimum F.M. 0.5 in 150 mm layers including leveling, watering and compaction to achieve minimum dry density of 95% with optimum moisture content (Modified proctor test) by ramming each layer up to finished level as per design supplied by the design office only, all complete and accepted by the Engineer-in-charge. [PWD 02.10.1]</p>', '2023-11-01 14:27:32', '2024-02-04 06:10:53'),
(1539, 28, 34, 20, 39, '5.02.08.2', '1', 1167.00, 1169.00, 1114.00, 1114.00, '<p>Sand filling in foundation trenches and plinth with sand having minimum F.M. 0.8 in 150 mm layers including leveling, watering and compaction to achieve minimum dry density of 95% with optimum moisture content (Modified proctor test) by ramming each layer up to finished level as per design supplied by the design office only, all complete and accepted by the Engineer-in-charge. [PWD 02.10.2]<br>&nbsp;</p>', '2023-11-01 14:28:24', '2024-02-04 06:10:53'),
(1540, 28, 34, 20, 39, '5.02.08.3', '1', 1296.00, 1301.00, 1246.00, 1246.00, '<p>Sand filling in foundation trenches and plinth with sand having min. F.M. 1.2 in 150 mm in layers including leveling, watering and compaction to achieve minimum dry density of 95% with optimum moisture content (Modified proctor test) by ramming each layer up to finished level as per design supplied by the design office only, all complete and accepted by the Engineer-in-charge. [PWD 02.10.3]</p>', '2023-11-01 14:29:24', '2024-02-04 06:10:53'),
(1541, 28, 34, 20, 39, '5.02.08.4', '1', 3257.00, 3151.00, 3142.00, 3176.00, '<p>Sand filling in foundation trenches and plinth with sand having min. F.M. 2.2 in 150 mm layers including leveling, watering and compaction to achieve minimum dry density of 95% with optimum moisture content (Modified proctor test) by ramming each layer up to finished level as per design supplied by the design office only, all complete and accepted by the Engineer-in-charge. [PWD 02.10.4]<br>&nbsp;</p>', '2023-11-01 14:30:34', '2024-02-04 06:10:53'),
(1542, 28, 34, 20, 39, '5.02.09', '1', 6055.00, 6039.00, 5787.00, 5787.00, '<p>50 mm down graded picked jhama khoa consolidation in foundation trenches by mixing the same with best quality local sand (F.M. 1.2) in (2:1) (khoa: sand) proportion to achieve minimum dry density of 95% with optimum moisture content (Modified proctor test) including breaking and screening chips, laying and spreading in 150 mm layers uniformly and compacting etc. all complete and accepted by the Engineer-in-charge. [PWD 02.11]</p>', '2023-11-01 14:31:39', '2024-02-04 06:10:53'),
(1543, 28, 34, 20, 39, '5.02.10.', '1', 7016.00, 7005.00, 6771.00, 6771.00, '<p>50 mm down graded picked jhama khoa consolidation in foundation trenches by mixing in mixer machine with best quality local sand (F.M. 1.2) and cement in (1:6:12) (cement: sand: khoa) proportion to achieve minimum dry density of 95% with optimum moisture content (Modified proctor test) including breaking and screening chips, laying and spreading in 150 mm layers uniformly and compacting etc. all complete and accepted by Engineer-in-charge. [PWD 02.12]</p>', '2023-11-01 14:32:40', '2024-02-04 06:10:53'),
(1544, 28, 34, 20, 39, '5.02.11', '1', 207.00, 202.00, 189.00, 189.00, '<p>50 mm down graded picked jhama khoa consolidation in foundation trenches by mixing the same with best quality local sand (F.M. 1.2) in (2:1) (khoa: sand) proportion to achieve minimum dry density of 95% with optimum moisture content (Modified proctor test) including breaking and screening chips, laying and spreading in 150 mm layers uniformly and compacting etc. all complete and accepted by the Engineer-in-charge. [PWD 02.11]</p>', '2023-11-01 14:34:04', '2024-02-04 06:10:53'),
(1545, 28, 34, 20, 39, '5.01.12', '1', 756.00, 751.00, 686.00, 686.00, '<p>50 mm down graded picked jhama khoa consolidation in foundation trenches by mixing in mixer machine with best quality local sand (F.M. 1.2) and cement in (1:6:12) (cement: sand: khoa) proportion to achieve minimum dry density of 95% with optimum moisture content (Modified proctor test) including breaking and screening chips, laying and spreading in 150 mm layers uniformly and compacting etc. all complete and accepted by Engineer-in-charge. [PWD 02.12]</p>', '2023-11-01 14:34:57', '2024-02-04 06:10:53'),
(1546, 28, 34, 20, 39, '5.01.13', '1', 709.00, 706.00, 639.00, 639.00, '<p>Earth filling in foundation trenches and plinth in 150 mm layers with carted earth carried by truck or by any other means including loading and unloading at both ends, leveling, watering and compacting to achive minimum dry density of 95% with optimum moisture content (modified proctor test) including local carriage each layer up to finished level including cost of water and test (carried from beyond 300 m) etc. all complete and accepted by the Engineer-in-charge [PWD 02.15]</p>', '2023-11-01 14:35:56', '2024-02-04 06:10:53'),
(1547, 28, 34, 20, 39, '5.02.14.1', '1', 760.00, 755.00, 685.00, 685.00, '<p>By other method/means than dredgeing. [PWD 02.16.1]<br>&nbsp;</p>', '2023-11-01 14:36:53', '2024-02-04 06:10:53'),
(1548, 28, 34, 20, 39, '5.02.14.2', '1', 510.00, 509.00, 459.00, 459.00, '<p>By dredging including necessary systems thereof. [PWD 02.16.2]<br>&nbsp;</p>', '2023-11-01 14:37:52', '2024-02-04 06:10:53'),
(1549, 28, 34, 20, 39, '5.02.15', '1', 222.00, 219.00, 208.00, 208.00, '<p>Mechanical compaction of earth beyond plinth area, required for pre- approved specific engineering purpose in 150 mm layers including levelling, watering and consolidation each layer with chain dozer, grader, roller etc. to achieve minimum dry density of 95% with optimum moisture content (modified proctor test) up to finished level all complete and accepted by the engineer-in-charge subjected to submission of the method statement. [PWD 02.17]</p>', '2023-11-01 14:38:49', '2024-02-04 06:10:53'),
(1550, 28, 35, 2, 39, '5.03.01', '1', 636.00, 364.00, 607.00, 607.00, '<p>One layer brick flat soling in foundation or in floor with first class/picked jhama bricks (BDS 208) including preparation of bed and filling the interstices with local sand, leveling etc. complete and accepted by the Engineer-in-charge [PWD 03.1.1]</p>', '2023-11-01 14:54:03', '2024-02-04 06:10:53'),
(1551, 28, 35, 20, 39, '5.03.02.1', '1', 3962.00, 9347.00, 9083.00, 9083.00, '<p>Lean / blinding concrete in foundation (1:3:6) with cement, brick chips and sand of F.M. 1.2 [PWD 03.4.1]<br>&nbsp;</p>', '2023-11-01 14:55:33', '2024-02-04 06:10:53'),
(1552, 28, 35, 20, 39, '5.03.02.2', '1', 9259.00, 9244.00, 8971.00, 8971.00, '<p>Lean/blinding concrete in floor (1:3:6) with cement, brick chips and sand of F.M. 1.2 [PWD 03.4.2]</p>', '2023-11-01 14:56:46', '2024-02-04 06:10:53'),
(1553, 28, 35, 20, 39, '5.03.03.1', '1', 10504.00, 10489.00, 10224.00, 10224.00, '<p>Mass concrete in foundation (1:2:4) with brick chips and local sand of F.M. 1.2. [PWD 03.5.1]<br>&nbsp;</p>', '2023-11-01 14:58:01', '2024-02-04 06:10:53'),
(1554, 28, 35, 20, 39, '5.02.03.2', '1', 10458.00, 10444.00, 10175.00, 10175.00, '<p>Mass concrete in floor (1:2:4) with brick chips and local sand of F.M. 1.2. [PWD 03.5.2</p>', '2023-11-01 14:59:03', '2024-02-04 06:10:53'),
(1555, 28, 35, 2, 39, '5.03.04.1', '1', 1597.00, 1594.00, 1521.00, 1535.00, '<p>75 mm thick damp proof course (1:1.5:3) with cement, Sylhet sand (F.M. 2.2) and stone chips. [PWD 03.6.1]<br>&nbsp;</p>', '2023-11-01 15:00:06', '2024-02-04 06:10:53'),
(1556, 28, 35, 20, 39, '5.03.04.2', '1', 16534.00, 16532.00, 15844.00, 16028.00, '<p>150 mm thick damp proof course (1:1.5:3) with cement, Sylhet sand (F.M. 2.2), stone chips and water-proofing admixture/agent approved by Engineer-in-charge. [PWD 03.6.2]<br>&nbsp;</p>', '2023-11-01 15:01:05', '2024-02-04 06:10:53'),
(1557, 28, 35, 2, 39, '5.03.05', '1', 47.00, 47.00, 46.00, 46.00, '<p>Supplying and laying of single layer polythene sheet weighing one kilogram per 6.5 square meter in floor or any where below cement concrete complete in all respect and accepted by Engineer-in- charge. [PWD 03.7]</p>', '2023-11-01 15:02:03', '2024-02-04 06:10:53');

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

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

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

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

--
-- Table structure for table `lebel`
--

CREATE TABLE `lebel` (
  `id` int NOT NULL,
  `name` varchar(255) DEFAULT NULL,
  `created_at` datetime DEFAULT NULL,
  `updated_at` datetime DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

--
-- Dumping data for table `lebel`
--

INSERT INTO `lebel` (`id`, `name`, `created_at`, `updated_at`) VALUES
(11, 'Reference CUSTOMER', '2023-05-26 01:51:55', '2023-08-21 16:22:13'),
(14, 'MYGPS Facebook Boost', '2023-06-19 13:10:33', '2023-08-21 16:20:05'),
(15, 'TECH STORE FB BOOST', '2023-08-21 16:21:45', '2023-08-21 16:21:45'),
(16, 'Regular Billing Customer', '2023-08-23 15:21:11', '2023-08-23 15:21:11'),
(18, 'EasyLock Facebook Boost', '2023-12-23 16:41:27', '2023-12-23 16:41:27'),
(19, 'Bikroy.com', '2023-12-23 16:41:59', '2023-12-23 16:41:59'),
(20, 'Whatsapp Leads (Sanzida)', '2023-12-23 16:45:22', '2024-01-01 16:51:45'),
(21, 'Facebook Group (Sanzida)', '2023-12-23 16:45:52', '2024-01-01 16:51:28'),
(22, 'Automobile Workshop Leads (Alamin)', '2023-12-23 16:48:34', '2024-01-01 16:50:58'),
(23, 'Linkdin Leads', '2023-12-23 16:49:14', '2023-12-23 16:49:14'),
(24, 'Facebook Market Place Leads (Sanzida)', '2023-12-23 16:50:01', '2023-12-23 17:05:52'),
(25, 'Email Leads From Website', '2023-12-25 17:41:26', '2023-12-25 17:41:26'),
(26, 'Rent Car', '2024-01-14 14:55:41', '2024-01-14 14:55:41');

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

--
-- Table structure for table `local_partnet`
--

CREATE TABLE `local_partnet` (
  `id` int NOT NULL,
  `area_name` varchar(255) COLLATE utf8mb4_general_ci DEFAULT NULL,
  `phone` varchar(255) COLLATE utf8mb4_general_ci DEFAULT NULL,
  `email` varchar(255) COLLATE utf8mb4_general_ci DEFAULT NULL,
  `address` varchar(255) COLLATE utf8mb4_general_ci DEFAULT NULL,
  `created_at` datetime DEFAULT NULL,
  `updated_at` datetime DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

--
-- Dumping data for table `local_partnet`
--

INSERT INTO `local_partnet` (`id`, `area_name`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES
(3, 'Tamil Express', '09678114499', 'tamilexpress.bd@gmail.com', 'All Over Bangladesh', '2023-09-03 11:50:30', '2023-10-18 11:20:45'),
(4, 'Bike Parlour', '09678114499', 'zalone85@gmail.com', 'Mofiz Paglar more, Bogura Sadar', '2023-10-18 12:04:13', '2023-10-18 12:04:13'),
(5, 'BIKER EMPIRE', '09678114499', 'not available', 'Mirpur 10', '2023-10-18 12:28:04', '2023-10-18 12:28:04'),
(6, 'Kazi Auto', '09678114499', 'Not Available', 'Mirpur 10, Bike Potti, Dhaka - 1216', '2023-10-18 19:50:38', '2023-10-18 19:50:38'),
(7, 'Ratan Motors', '09678114499', 'Not available', 'Old Bus Stand, Tangail', '2023-10-18 19:51:55', '2023-10-18 19:51:55'),
(8, 'Trust World', '09678114499', 'trustworld40@gmail.com', 'Khulna Sadar', '2023-10-18 19:55:38', '2023-10-18 19:55:38'),
(9, 'RAJDHANI MOTOR', '09678114499', 'Not Available', 'Manikganj Sadar', '2023-10-18 20:04:32', '2023-10-18 20:04:32'),
(10, 'AMAN MOTO WORLD', '09678114499', 'Not Available', 'Gobor Chaka main road, Khulna Sadar', '2023-10-18 20:07:22', '2023-10-18 20:07:48'),
(11, 'Bondhu Motors', '09678114499', 'Not Available', 'Kaliakoir, Gazipur', '2023-10-18 20:14:37', '2023-10-18 20:14:37'),
(12, 'Marzins GPS Lock', '09678114499', 'Not available', 'Rajshahi', '2023-10-18 20:38:00', '2023-10-18 20:38:00'),
(13, 'CITY CAR VALLEY', '09678114499', 'Not Available', 'Panthapath, Dhaka', '2023-10-18 20:44:55', '2023-10-18 20:44:55');

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

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

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

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

INSERT INTO `migrations` (`id`, `migration`, `batch`) VALUES
(1, '2014_10_12_000000_create_users_table', 1),
(2, '2014_10_12_100000_create_password_resets_table', 1),
(3, '2020_02_02_110436_create_home_page_models_table', 2),
(4, '2020_02_03_074459_create_happy_clients_table', 3),
(5, '2020_02_03_082648_create_services_table', 4),
(6, '2020_02_03_090749_create_demos_table', 5),
(7, '2020_02_03_094020_create_teams_table', 6),
(8, '2020_02_03_102252_create_contact_infos_table', 7),
(9, '2020_02_04_050452_create_all_users_table', 8),
(10, '2020_02_04_104210_create_payment_histories_table', 9),
(11, '2020_02_06_145459_create_payment_confarmation_histories_table', 10),
(12, '2020_02_06_154645_create_technicians_table', 11),
(13, '2020_02_06_163506_create_monthly_bill_update-statuses_table', 12),
(14, '2020_02_06_164220_create_monthly_bill_update_statuses_table', 13),
(15, '2020_02_09_110858_create_devices_table', 14),
(16, '2020_02_09_122921_create_assign_technician_devices_table', 15),
(17, '2020_02_09_161915_create_technician_device_stocks_table', 16),
(18, '2020_02_09_162719_create_assign_technician_devices_table', 17),
(19, '2020_02_09_162955_create_technician_device_stocks_table', 18),
(20, '2020_02_10_164609_create_transaction_histories_table', 19),
(21, '2020_02_10_170457_create_transaction_histories_table', 20),
(22, '2020_02_17_111134_create_price_sub_categories_table', 21),
(23, '2020_02_17_111141_create_price_categaroys_table', 21),
(24, '2020_02_17_113535_create_price_sub_categories_table', 22),
(25, '2020_02_17_163247_create_features_table', 23),
(26, '0000_00_00_000000_create_payments_table', 24),
(27, '2020_02_19_123452_create_orders_table', 25),
(28, '2020_02_24_151959_create_billing_shedules_table', 26),
(29, '2020_02_26_150806_create_complains_table', 27),
(30, '2020_02_29_124936_create_custom_orders_table', 28),
(31, '2020_03_01_111034_create_what_client_says_table', 29),
(32, '2020_03_01_125646_create_tracking_devices_table', 30),
(33, '2021_09_05_123831_create_jobs_table', 31);

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

--
-- Table structure for table `monthly_bill_update_statuses`
--

CREATE TABLE `monthly_bill_update_statuses` (
  `id` bigint UNSIGNED NOT NULL,
  `user_id` bigint UNSIGNED NOT NULL,
  `admin_id` bigint UNSIGNED NOT NULL,
  `monthly_bill` varchar(255) COLLATE utf8mb4_unicode_ci 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 `monthly_bill_update_statuses`
--

INSERT INTO `monthly_bill_update_statuses` (`id`, `user_id`, `admin_id`, `monthly_bill`, `created_at`, `updated_at`) VALUES
(3, 135, 54, '300', '2020-03-10 07:48:50', '2020-03-10 07:48:50'),
(4, 138, 54, '400', '2020-03-12 06:27:14', '2020-03-12 06:27:14'),
(5, 209, 1, '300', '2020-03-14 14:10:27', '2020-03-14 14:10:27'),
(6, 145, 54, '350', '2020-03-16 11:09:38', '2020-03-16 11:09:38'),
(7, 145, 54, '00', '2020-03-16 11:10:13', '2020-03-16 11:10:13'),
(8, 145, 54, '350', '2020-03-16 11:10:38', '2020-03-16 11:10:38'),
(9, 130, 54, '1250', '2020-03-18 06:30:59', '2020-03-18 06:30:59'),
(10, 186, 81, '400', '2020-03-18 07:03:32', '2020-03-18 07:03:32'),
(11, 305, 81, '300', '2020-03-18 08:03:57', '2020-03-18 08:03:57'),
(12, 142, 317, '300', '2020-03-18 08:59:21', '2020-03-18 08:59:21'),
(13, 122, 81, '250', '2020-03-19 07:53:40', '2020-03-19 07:53:40'),
(14, 336, 1, '0', '2020-03-20 07:57:13', '2020-03-20 07:57:13'),
(15, 336, 1, '400', '2020-03-20 07:57:57', '2020-03-20 07:57:57'),
(16, 352, 1, '250', '2020-03-20 09:58:33', '2020-03-20 09:58:33'),
(17, 315, 1, '800', '2020-03-20 17:29:31', '2020-03-20 17:29:31'),
(18, 250, 54, '300', '2020-03-21 06:52:29', '2020-03-21 06:52:29'),
(19, 321, 1, '1000', '2020-03-21 07:01:48', '2020-03-21 07:01:48'),
(20, 157, 54, '300', '2020-03-21 08:46:16', '2020-03-21 08:46:16'),
(21, 231, 54, '00', '2020-03-21 14:19:32', '2020-03-21 14:19:32'),
(22, 231, 54, '300', '2020-03-21 14:19:50', '2020-03-21 14:19:50'),
(23, 103, 54, '00', '2020-03-22 08:37:12', '2020-03-22 08:37:12'),
(24, 103, 54, '400', '2020-03-22 08:38:34', '2020-03-22 08:38:34'),
(25, 189, 54, '200', '2020-03-22 10:18:48', '2020-03-22 10:18:48'),
(26, 191, 54, '00', '2020-03-22 12:13:43', '2020-03-22 12:13:43'),
(27, 191, 54, '300', '2020-03-22 12:14:12', '2020-03-22 12:14:12'),
(28, 367, 317, '000', '2020-03-22 14:58:40', '2020-03-22 14:58:40'),
(29, 367, 317, '500', '2020-03-22 14:59:02', '2020-03-22 14:59:02'),
(30, 359, 317, '0', '2020-03-22 15:05:19', '2020-03-22 15:05:19'),
(31, 359, 317, '600', '2020-03-22 15:06:07', '2020-03-22 15:06:07'),
(32, 375, 54, '00', '2020-03-23 06:18:30', '2020-03-23 06:18:30'),
(33, 375, 54, '300', '2020-03-23 06:18:55', '2020-03-23 06:18:55'),
(34, 37, 1, '700', '2020-03-23 06:34:05', '2020-03-23 06:34:05'),
(35, 203, 54, '300', '2020-03-23 07:02:42', '2020-03-23 07:02:42'),
(36, 203, 54, '00', '2020-03-23 07:03:10', '2020-03-23 07:03:10'),
(37, 203, 54, '300', '2020-03-23 07:03:29', '2020-03-23 07:03:29'),
(38, 144, 54, '200', '2020-03-23 07:41:36', '2020-03-23 07:41:36'),
(39, 219, 54, '350', '2020-03-24 08:20:05', '2020-03-24 08:20:05'),
(40, 219, 54, '700', '2020-03-24 08:20:23', '2020-03-24 08:20:23'),
(41, 261, 54, '00', '2020-03-24 16:19:38', '2020-03-24 16:19:38'),
(42, 261, 54, '400', '2020-03-24 16:20:01', '2020-03-24 16:20:01'),
(43, 261, 54, '00', '2020-03-24 16:24:55', '2020-03-24 16:24:55'),
(44, 261, 54, '400', '2020-03-24 16:25:33', '2020-03-24 16:25:33'),
(45, 436, 54, '00', '2020-03-30 09:39:27', '2020-03-30 09:39:27'),
(46, 436, 54, '250', '2020-03-30 09:39:45', '2020-03-30 09:39:45'),
(47, 56, 54, '00', '2020-04-04 15:09:32', '2020-04-04 15:09:32'),
(48, 56, 54, '250', '2020-04-04 15:10:00', '2020-04-04 15:10:00'),
(49, 404, 54, '00', '2020-04-04 16:57:09', '2020-04-04 16:57:09'),
(50, 404, 54, '250', '2020-04-04 16:57:42', '2020-04-04 16:57:42'),
(51, 14, 1, '200', '2020-04-04 18:30:34', '2020-04-04 18:30:34'),
(52, 224, 54, '00', '2020-04-05 09:00:00', '2020-04-05 09:00:00'),
(53, 224, 54, '400', '2020-04-05 09:00:18', '2020-04-05 09:00:18'),
(54, 391, 54, '300', '2020-04-05 11:57:13', '2020-04-05 11:57:13'),
(55, 360, 54, '00', '2020-04-09 07:04:18', '2020-04-09 07:04:18'),
(56, 360, 54, '1000', '2020-04-09 07:04:43', '2020-04-09 07:04:43'),
(57, 134, 54, '250', '2020-04-09 13:47:57', '2020-04-09 13:47:57'),
(58, 409, 54, '500', '2020-04-09 15:04:48', '2020-04-09 15:04:48'),
(59, 336, 54, '300', '2020-04-12 06:46:51', '2020-04-12 06:46:51'),
(60, 406, 54, '00', '2020-04-12 06:58:20', '2020-04-12 06:58:20'),
(61, 406, 54, '250', '2020-04-12 06:58:49', '2020-04-12 06:58:49'),
(62, 95, 54, '00', '2020-04-12 12:48:19', '2020-04-12 12:48:19'),
(63, 95, 54, '500', '2020-04-12 12:48:47', '2020-04-12 12:48:47'),
(64, 423, 54, '400', '2020-04-13 08:22:58', '2020-04-13 08:22:58'),
(65, 423, 54, '500', '2020-04-13 08:23:16', '2020-04-13 08:23:16'),
(66, 393, 54, '00', '2020-04-13 11:14:04', '2020-04-13 11:14:04'),
(67, 215, 54, '00', '2020-04-15 07:46:11', '2020-04-15 07:46:11'),
(68, 215, 54, '700', '2020-04-15 07:46:36', '2020-04-15 07:46:36'),
(69, 85, 54, '250', '2020-04-18 05:16:57', '2020-04-18 05:16:57'),
(70, 363, 54, '0', '2020-04-20 10:12:06', '2020-04-20 10:12:06'),
(71, 363, 54, '300', '2020-04-20 10:12:31', '2020-04-20 10:12:31'),
(72, 363, 54, '0', '2020-04-20 10:12:47', '2020-04-20 10:12:47'),
(73, 363, 54, '300', '2020-04-20 10:13:11', '2020-04-20 10:13:11'),
(74, 136, 54, '00', '2020-05-05 14:03:17', '2020-05-05 14:03:17'),
(75, 136, 54, '400', '2020-05-05 14:03:51', '2020-05-05 14:03:51'),
(76, 30, 1, '40000', '2020-05-06 17:35:12', '2020-05-06 17:35:12'),
(77, 30, 1, '43750', '2020-05-06 17:35:36', '2020-05-06 17:35:36'),
(78, 130, 54, '750', '2020-05-14 11:34:49', '2020-05-14 11:34:49'),
(80, 188, 1, '200', '2020-05-18 13:35:37', '2020-05-18 13:35:37'),
(81, 30, 1, '30000', '2020-05-20 13:19:07', '2020-05-20 13:19:07'),
(82, 30, 1, '43750', '2020-05-20 13:19:27', '2020-05-20 13:19:27'),
(83, 69, 317, '000', '2020-05-22 05:44:36', '2020-05-22 05:44:36'),
(84, 69, 317, '500', '2020-05-22 05:45:41', '2020-05-22 05:45:41'),
(86, 20, 1, '750', '2020-05-26 06:01:23', '2020-05-26 06:01:23'),
(87, 20, 1, '350', '2020-05-26 06:01:50', '2020-05-26 06:01:50'),
(88, 460, 1, '100', '2020-05-26 07:49:58', '2020-05-26 07:49:58'),
(89, 320, 1, '0', '2020-06-01 04:53:46', '2020-06-01 04:53:46'),
(90, 320, 1, '500', '2020-06-01 04:54:02', '2020-06-01 04:54:02'),
(91, 99, 54, '00', '2020-06-01 10:30:22', '2020-06-01 10:30:22'),
(92, 99, 54, '400', '2020-06-01 10:30:46', '2020-06-01 10:30:46'),
(93, 241, 54, '00', '2020-06-01 14:16:18', '2020-06-01 14:16:18'),
(94, 241, 54, '500', '2020-06-01 14:16:47', '2020-06-01 14:16:47'),
(95, 228, 54, '500', '2020-06-02 05:45:54', '2020-06-02 05:45:54'),
(96, 228, 54, '0', '2020-06-02 05:46:03', '2020-06-02 05:46:03'),
(97, 228, 54, '500', '2020-06-02 05:46:19', '2020-06-02 05:46:19'),
(98, 388, 1, '800', '2020-06-05 15:34:07', '2020-06-05 15:34:07'),
(99, 388, 1, '0', '2020-06-05 15:34:26', '2020-06-05 15:34:26'),
(100, 388, 1, '800', '2020-06-05 15:34:44', '2020-06-05 15:34:44'),
(101, 460, 1, '500', '2020-06-06 12:57:19', '2020-06-06 12:57:19'),
(102, 354, 54, '00', '2020-06-07 07:57:43', '2020-06-07 07:57:43'),
(103, 354, 54, '350', '2020-06-07 07:57:59', '2020-06-07 07:57:59'),
(104, 59, 1, '0', '2020-06-08 19:08:31', '2020-06-08 19:08:31'),
(105, 59, 1, '1000', '2020-06-08 19:08:45', '2020-06-08 19:08:45'),
(106, 59, 1, '1400', '2020-06-08 19:09:03', '2020-06-08 19:09:03'),
(107, 392, 317, '400', '2020-06-08 22:48:17', '2020-06-08 22:48:17'),
(108, 392, 317, '500', '2020-06-08 22:48:42', '2020-06-08 22:48:42'),
(109, 470, 1, '300', '2020-06-09 08:11:18', '2020-06-09 08:11:18'),
(110, 119, 1, '2', '2020-06-11 06:17:19', '2020-06-11 06:17:19'),
(111, 119, 1, '700', '2020-06-11 06:17:36', '2020-06-11 06:17:36'),
(112, 119, 1, '0', '2020-06-11 06:17:51', '2020-06-11 06:17:51'),
(113, 119, 1, '700', '2020-06-11 06:18:14', '2020-06-11 06:18:14'),
(114, 304, 54, '00', '2020-06-11 06:54:26', '2020-06-11 06:54:26'),
(115, 304, 54, '500', '2020-06-11 06:54:43', '2020-06-11 06:54:43'),
(116, 304, 54, '00', '2020-06-11 06:55:01', '2020-06-11 06:55:01'),
(117, 304, 54, '500', '2020-06-11 06:55:19', '2020-06-11 06:55:19'),
(118, 12, 54, '00', '2020-06-13 07:39:35', '2020-06-13 07:39:35'),
(119, 12, 54, '600', '2020-06-13 07:40:04', '2020-06-13 07:40:04'),
(120, 159, 54, '00', '2020-06-15 05:52:51', '2020-06-15 05:52:51'),
(121, 159, 54, '900', '2020-06-15 05:53:14', '2020-06-15 05:53:14'),
(122, 303, 54, '00', '2020-06-16 06:11:41', '2020-06-16 06:11:41'),
(123, 303, 54, '500', '2020-06-16 06:11:55', '2020-06-16 06:11:55'),
(124, 378, 54, '0', '2020-06-16 10:32:07', '2020-06-16 10:32:07'),
(125, 378, 54, '350', '2020-06-16 10:32:34', '2020-06-16 10:32:34'),
(126, 457, 1, '3500', '2020-06-18 06:10:29', '2020-06-18 06:10:29'),
(127, 457, 1, '4000', '2020-06-18 06:10:44', '2020-06-18 06:10:44'),
(128, 311, 54, '00', '2020-06-18 12:14:51', '2020-06-18 12:14:51'),
(129, 311, 54, '250', '2020-06-18 12:15:07', '2020-06-18 12:15:07'),
(130, 290, 1, '700', '2020-06-18 17:57:32', '2020-06-18 17:57:32'),
(131, 129, 1, '1750', '2020-06-20 15:48:13', '2020-06-20 15:48:13'),
(132, 129, 1, '1500', '2020-06-20 15:48:45', '2020-06-20 15:48:45'),
(133, 129, 1, '0', '2020-06-20 15:49:01', '2020-06-20 15:49:01'),
(134, 129, 1, '1750', '2020-06-20 15:49:19', '2020-06-20 15:49:19'),
(135, 26, 54, '0', '2020-06-21 09:20:47', '2020-06-21 09:20:47'),
(136, 26, 54, '250', '2020-06-21 09:21:11', '2020-06-21 09:21:11'),
(137, 256, 1, '350', '2020-06-21 12:58:19', '2020-06-21 12:58:19'),
(138, 103, 54, '00', '2020-06-22 05:21:34', '2020-06-22 05:21:34'),
(139, 103, 54, '400', '2020-06-22 05:21:59', '2020-06-22 05:21:59'),
(140, 393, 317, '250', '2020-06-24 04:57:44', '2020-06-24 04:57:44'),
(141, 452, 1, '1800', '2020-06-24 17:00:18', '2020-06-24 17:00:18'),
(142, 327, 317, '0', '2020-07-01 07:55:08', '2020-07-01 07:55:08'),
(143, 327, 317, '300', '2020-07-01 07:55:39', '2020-07-01 07:55:39'),
(144, 273, 317, '0', '2020-07-02 08:05:08', '2020-07-02 08:05:08'),
(145, 254, 317, '0', '2020-07-07 05:53:50', '2020-07-07 05:53:50'),
(146, 254, 317, '250', '2020-07-07 05:54:05', '2020-07-07 05:54:05'),
(147, 213, 54, '300', '2020-07-07 10:17:21', '2020-07-07 10:17:21'),
(148, 309, 1, '2500', '2020-07-08 13:43:18', '2020-07-08 13:43:18'),
(149, 189, 1, '0', '2020-07-09 16:55:53', '2020-07-09 16:55:53'),
(150, 189, 1, '200', '2020-07-09 16:56:09', '2020-07-09 16:56:09'),
(151, 123, 1, '300', '2020-07-10 05:25:06', '2020-07-10 05:25:06'),
(152, 251, 317, '0', '2020-07-10 09:12:20', '2020-07-10 09:12:20'),
(153, 251, 317, '300', '2020-07-10 09:12:41', '2020-07-10 09:12:41'),
(154, 502, 1, '300', '2020-07-10 13:08:44', '2020-07-10 13:08:44'),
(155, 309, 1, '3000', '2020-07-11 04:10:27', '2020-07-11 04:10:27'),
(156, 482, 54, '750', '2020-07-12 09:20:27', '2020-07-12 09:20:27'),
(157, 193, 1, '0', '2020-07-13 15:12:36', '2020-07-13 15:12:36'),
(158, 193, 1, '350', '2020-07-13 15:12:53', '2020-07-13 15:12:53'),
(159, 467, 1, '300', '2020-07-14 13:27:59', '2020-07-14 13:27:59'),
(160, 178, 317, '000', '2020-07-16 11:13:01', '2020-07-16 11:13:01'),
(161, 178, 317, '600', '2020-07-16 11:13:47', '2020-07-16 11:13:47'),
(162, 299, 317, '0', '2020-07-19 05:10:18', '2020-07-19 05:10:18'),
(163, 299, 317, '500', '2020-07-19 05:10:45', '2020-07-19 05:10:45'),
(164, 407, 317, '0', '2020-07-19 05:59:42', '2020-07-19 05:59:42'),
(165, 407, 317, '500', '2020-07-19 06:00:10', '2020-07-19 06:00:10'),
(166, 267, 317, '0', '2020-07-19 06:33:42', '2020-07-19 06:33:42'),
(167, 267, 317, '300', '2020-07-19 06:34:08', '2020-07-19 06:34:08'),
(168, 76, 317, '0', '2020-07-21 07:24:58', '2020-07-21 07:24:58'),
(169, 76, 317, '600', '2020-07-21 07:25:19', '2020-07-21 07:25:19'),
(170, 76, 317, '1200', '2020-07-21 07:25:39', '2020-07-21 07:25:39'),
(171, 169, 317, '0', '2020-07-22 05:52:28', '2020-07-22 05:52:28'),
(172, 169, 317, '350', '2020-07-22 05:53:15', '2020-07-22 05:53:15'),
(173, 139, 1, '350', '2020-07-23 06:31:23', '2020-07-23 06:31:23'),
(174, 373, 317, '0', '2020-07-25 07:55:09', '2020-07-25 07:55:09'),
(175, 373, 317, '500', '2020-07-25 07:55:29', '2020-07-25 07:55:29'),
(176, 360, 54, '500', '2020-07-25 11:00:15', '2020-07-25 11:00:15'),
(177, 162, 317, '0', '2020-07-27 08:54:30', '2020-07-27 08:54:30'),
(178, 15, 317, '200', '2020-07-27 09:25:14', '2020-07-27 09:25:14'),
(179, 162, 1, '500', '2020-07-27 10:01:05', '2020-07-27 10:01:05'),
(180, 30, 1, '38750', '2020-07-27 10:13:48', '2020-07-27 10:13:48'),
(181, 30, 1, '0', '2020-07-27 10:14:16', '2020-07-27 10:14:16'),
(182, 30, 1, '43750', '2020-07-27 10:14:36', '2020-07-27 10:14:36'),
(183, 457, 1, '2450', '2020-07-28 10:17:47', '2020-07-28 10:17:47'),
(184, 524, 1, '300', '2020-07-29 06:25:33', '2020-07-29 06:25:33'),
(185, 524, 1, '400', '2020-07-30 06:31:22', '2020-07-30 06:31:22'),
(186, 232, 1, '400', '2020-07-30 06:32:26', '2020-07-30 06:32:26'),
(187, 524, 1, '300', '2020-07-30 06:32:55', '2020-07-30 06:32:55'),
(188, 276, 317, '0', '2020-07-30 10:34:07', '2020-07-30 10:34:07'),
(189, 276, 317, '300', '2020-07-30 10:43:28', '2020-07-30 10:43:28'),
(190, 219, 317, '0', '2020-07-30 10:58:27', '2020-07-30 10:58:27'),
(191, 219, 317, '700', '2020-07-30 10:58:54', '2020-07-30 10:58:54'),
(192, 530, 1, '400', '2020-08-04 11:33:05', '2020-08-04 11:33:05'),
(193, 32, 1, '1000', '2020-08-05 08:22:54', '2020-08-05 08:22:54'),
(194, 98, 1, '100', '2020-08-05 13:51:51', '2020-08-05 13:51:51'),
(195, 98, 1, '250', '2020-08-05 13:52:13', '2020-08-05 13:52:13'),
(196, 134, 1, '125', '2020-08-05 13:54:29', '2020-08-05 13:54:29'),
(197, 134, 1, '250', '2020-08-05 13:54:51', '2020-08-05 13:54:51'),
(198, 114, 317, '0', '2020-08-05 15:41:18', '2020-08-05 15:41:18'),
(199, 409, 1, '250', '2020-08-06 04:15:12', '2020-08-06 04:15:12'),
(200, 194, 1, '250', '2020-08-06 04:44:44', '2020-08-06 04:44:44'),
(201, 194, 1, '500', '2020-08-06 04:45:07', '2020-08-06 04:45:07'),
(202, 420, 317, '0', '2020-08-13 07:49:49', '2020-08-13 07:49:49'),
(203, 420, 317, '200', '2020-08-13 07:50:07', '2020-08-13 07:50:07'),
(204, 128, 317, '300', '2020-08-13 08:46:20', '2020-08-13 08:46:20'),
(205, 274, 317, '0', '2020-08-15 16:24:13', '2020-08-15 16:24:13'),
(206, 274, 317, '200', '2020-08-15 16:24:33', '2020-08-15 16:24:33'),
(207, 412, 1, '0', '2020-08-17 05:19:31', '2020-08-17 05:19:31'),
(208, 412, 1, '500', '2020-08-17 05:19:48', '2020-08-17 05:19:48'),
(209, 173, 1, '400', '2020-08-17 05:35:41', '2020-08-17 05:35:41'),
(210, 553, 1, '300', '2020-08-17 06:15:14', '2020-08-17 06:15:14'),
(211, 505, 317, '0', '2020-08-17 08:57:53', '2020-08-17 08:57:53'),
(212, 505, 317, '350', '2020-08-17 08:58:08', '2020-08-17 08:58:08'),
(213, 290, 1, '0', '2020-08-17 11:09:36', '2020-08-17 11:09:36'),
(214, 290, 1, '300', '2020-08-17 11:11:07', '2020-08-17 11:11:07'),
(215, 45, 317, '000', '2020-08-17 11:27:22', '2020-08-17 11:27:22'),
(216, 45, 317, '800', '2020-08-17 11:27:47', '2020-08-17 11:27:47'),
(217, 49, 1, '150', '2020-08-18 06:08:25', '2020-08-18 06:08:25'),
(218, 149, 317, '350', '2020-08-18 10:19:44', '2020-08-18 10:19:44'),
(219, 159, 317, '0', '2020-08-18 10:52:28', '2020-08-18 10:52:28'),
(220, 159, 317, '900', '2020-08-18 10:52:50', '2020-08-18 10:52:50'),
(221, 22, 1, '0', '2020-08-18 11:58:59', '2020-08-18 11:58:59'),
(222, 22, 1, '300', '2020-08-18 11:59:19', '2020-08-18 11:59:19'),
(223, 309, 1, '3250', '2020-08-18 18:30:36', '2020-08-18 18:30:36'),
(224, 175, 1, '500', '2020-08-19 07:30:12', '2020-08-19 07:30:12'),
(225, 140, 317, '0', '2020-08-19 08:03:16', '2020-08-19 08:03:16'),
(226, 140, 317, '400', '2020-08-19 08:03:36', '2020-08-19 08:03:36'),
(227, 378, 317, '0', '2020-08-19 13:50:27', '2020-08-19 13:50:27'),
(228, 378, 317, '350', '2020-08-19 13:50:48', '2020-08-19 13:50:48'),
(229, 286, 317, '0', '2020-08-19 15:59:55', '2020-08-19 15:59:55'),
(230, 286, 317, '350', '2020-08-19 16:00:23', '2020-08-19 16:00:23'),
(231, 238, 1, '0', '2020-08-20 15:55:52', '2020-08-20 15:55:52'),
(232, 238, 1, '400', '2020-08-20 15:56:21', '2020-08-20 15:56:21'),
(233, 558, 1, '0', '2020-08-20 15:59:02', '2020-08-20 15:59:02'),
(234, 558, 1, '400', '2020-08-20 15:59:17', '2020-08-20 15:59:17'),
(235, 125, 1, '500', '2020-08-20 17:12:40', '2020-08-20 17:12:40'),
(236, 125, 1, '00', '2020-08-20 17:13:00', '2020-08-20 17:13:00'),
(237, 125, 1, '400', '2020-08-20 17:13:17', '2020-08-20 17:13:17'),
(238, 301, 317, '0', '2020-08-23 10:47:37', '2020-08-23 10:47:37'),
(239, 301, 317, '1500', '2020-08-23 10:47:59', '2020-08-23 10:47:59'),
(240, 348, 317, '0', '2020-08-24 05:38:33', '2020-08-24 05:38:33'),
(241, 348, 317, '300', '2020-08-24 05:38:49', '2020-08-24 05:38:49'),
(242, 470, 317, '1', '2020-08-24 06:05:53', '2020-08-24 06:05:53'),
(243, 470, 317, '300', '2020-08-24 06:06:16', '2020-08-24 06:06:16'),
(244, 368, 317, '0', '2020-08-24 06:26:31', '2020-08-24 06:26:31'),
(245, 368, 317, '500', '2020-08-24 06:26:52', '2020-08-24 06:26:52'),
(246, 431, 317, '0', '2020-08-24 06:45:16', '2020-08-24 06:45:16'),
(247, 431, 317, '300', '2020-08-24 06:53:27', '2020-08-24 06:53:27'),
(248, 268, 317, '0', '2020-08-24 10:47:22', '2020-08-24 10:47:22'),
(249, 268, 317, '1500', '2020-08-24 10:47:39', '2020-08-24 10:47:39'),
(250, 411, 317, '0', '2020-08-27 06:19:40', '2020-08-27 06:19:40'),
(251, 411, 317, '250', '2020-08-27 06:19:58', '2020-08-27 06:19:58'),
(252, 147, 317, '0', '2020-08-29 08:36:03', '2020-08-29 08:36:03'),
(253, 147, 317, '400', '2020-08-29 08:37:24', '2020-08-29 08:37:24'),
(254, 6, 317, '0', '2020-08-29 10:40:16', '2020-08-29 10:40:16'),
(255, 6, 317, '250', '2020-08-29 10:40:33', '2020-08-29 10:40:33'),
(256, 124, 317, '0', '2020-08-29 11:01:05', '2020-08-29 11:01:05'),
(257, 124, 317, '400', '2020-08-29 11:01:18', '2020-08-29 11:01:18'),
(258, 367, 317, '1', '2020-08-29 20:02:58', '2020-08-29 20:02:58'),
(259, 367, 317, '0', '2020-08-29 20:03:06', '2020-08-29 20:03:06'),
(260, 367, 317, '500', '2020-08-29 20:03:23', '2020-08-29 20:03:23'),
(261, 508, 1, '300', '2020-08-30 08:55:24', '2020-08-30 08:55:24'),
(262, 316, 317, '0', '2020-08-31 05:10:24', '2020-08-31 05:10:24'),
(263, 316, 317, '300', '2020-08-31 05:10:41', '2020-08-31 05:10:41'),
(264, 235, 1, '0', '2020-08-31 08:10:11', '2020-08-31 08:10:11'),
(265, 235, 1, '1600', '2020-08-31 08:10:36', '2020-08-31 08:10:36'),
(266, 454, 317, '0', '2020-08-31 08:14:09', '2020-08-31 08:14:09'),
(267, 454, 317, '600', '2020-08-31 08:14:28', '2020-08-31 08:14:28'),
(268, 346, 317, '0', '2020-08-31 09:00:27', '2020-08-31 09:00:27'),
(269, 346, 317, '500', '2020-08-31 09:00:38', '2020-08-31 09:00:38'),
(270, 26, 317, '0', '2020-09-01 07:16:32', '2020-09-01 07:16:32'),
(271, 26, 317, '250', '2020-09-01 07:16:47', '2020-09-01 07:16:47'),
(272, 51, 317, '0', '2020-09-01 07:18:58', '2020-09-01 07:18:58'),
(273, 51, 317, '300', '2020-09-01 07:19:27', '2020-09-01 07:19:27'),
(274, 250, 317, '0', '2020-09-01 09:52:17', '2020-09-01 09:52:17'),
(275, 250, 317, '300', '2020-09-01 09:52:41', '2020-09-01 09:52:41'),
(276, 273, 317, '500', '2020-09-01 10:30:34', '2020-09-01 10:30:34'),
(277, 421, 317, '0', '2020-09-02 06:30:22', '2020-09-02 06:30:22'),
(278, 421, 317, '300', '2020-09-02 06:30:48', '2020-09-02 06:30:48'),
(279, 106, 317, '0', '2020-09-02 09:45:39', '2020-09-02 09:45:39'),
(280, 106, 317, '350', '2020-09-02 09:46:00', '2020-09-02 09:46:00'),
(281, 572, 1, '0', '2020-09-02 18:20:08', '2020-09-02 18:20:08'),
(282, 572, 1, '300', '2020-09-02 18:20:24', '2020-09-02 18:20:24'),
(283, 342, 1, '0', '2020-09-05 04:21:21', '2020-09-05 04:21:21'),
(284, 342, 1, '250', '2020-09-05 04:21:39', '2020-09-05 04:21:39'),
(285, 393, 317, '0', '2020-09-05 12:26:56', '2020-09-05 12:26:56'),
(286, 228, 317, '350', '2020-09-05 12:50:15', '2020-09-05 12:50:15'),
(287, 179, 317, '0', '2020-09-05 13:29:21', '2020-09-05 13:29:21'),
(288, 179, 317, '400', '2020-09-05 13:29:55', '2020-09-05 13:29:55'),
(289, 309, 1, '3500', '2020-09-07 09:02:48', '2020-09-07 09:02:48'),
(290, 229, 1, '0', '2020-09-07 12:19:49', '2020-09-07 12:19:49'),
(291, 229, 1, '2000', '2020-09-07 12:22:06', '2020-09-07 12:22:06'),
(292, 585, 1, '300', '2020-09-09 16:29:20', '2020-09-09 16:29:20'),
(293, 494, 618, '300', '2020-09-10 05:39:42', '2020-09-10 05:39:42'),
(294, 12, 317, '0', '2020-09-12 05:53:53', '2020-09-12 05:53:53'),
(295, 12, 317, '600', '2020-09-12 05:54:10', '2020-09-12 05:54:10'),
(296, 235, 317, '1800', '2020-09-12 06:37:27', '2020-09-12 06:37:27'),
(297, 46, 317, '0', '2020-09-12 06:45:41', '2020-09-12 06:45:41'),
(298, 46, 317, '400', '2020-09-12 06:46:27', '2020-09-12 06:46:27'),
(299, 114, 317, '250', '2020-09-12 08:27:51', '2020-09-12 08:27:51'),
(300, 349, 317, '400', '2020-09-13 09:10:01', '2020-09-13 09:10:01'),
(301, 262, 317, '0', '2020-09-13 09:25:51', '2020-09-13 09:25:51'),
(302, 262, 317, '400', '2020-09-13 09:26:05', '2020-09-13 09:26:05'),
(303, 262, 317, '800', '2020-09-13 09:26:20', '2020-09-13 09:26:20'),
(304, 159, 317, '0', '2020-09-13 09:29:45', '2020-09-13 09:29:45'),
(305, 159, 317, '900', '2020-09-13 09:30:02', '2020-09-13 09:30:02'),
(306, 158, 317, '300', '2020-09-13 10:40:44', '2020-09-13 10:40:44'),
(307, 162, 317, '0', '2020-09-13 11:16:48', '2020-09-13 11:16:48'),
(308, 162, 317, '500', '2020-09-13 11:17:03', '2020-09-13 11:17:03'),
(309, 201, 317, '0', '2020-09-14 10:08:05', '2020-09-14 10:08:05'),
(310, 201, 317, '400', '2020-09-14 10:08:32', '2020-09-14 10:08:32'),
(311, 145, 317, '0', '2020-09-14 10:09:19', '2020-09-14 10:09:19'),
(312, 145, 317, '300', '2020-09-14 10:09:36', '2020-09-14 10:09:36'),
(313, 145, 317, '350', '2020-09-14 10:09:51', '2020-09-14 10:09:51'),
(314, 410, 317, '0', '2020-09-15 06:19:58', '2020-09-15 06:19:58'),
(315, 410, 317, '500', '2020-09-15 06:20:23', '2020-09-15 06:20:23'),
(316, 202, 317, '0', '2020-09-15 09:00:50', '2020-09-15 09:00:50'),
(317, 202, 317, '250', '2020-09-15 09:01:00', '2020-09-15 09:01:00'),
(318, 593, 1, '0', '2020-09-17 10:00:46', '2020-09-17 10:00:46'),
(319, 593, 1, '300', '2020-09-17 10:00:58', '2020-09-17 10:00:58'),
(320, 585, 1, '250', '2020-09-17 15:19:19', '2020-09-17 15:19:19'),
(321, 544, 317, '300', '2020-09-19 07:19:05', '2020-09-19 07:19:05'),
(322, 232, 317, '300', '2020-09-19 08:30:08', '2020-09-19 08:30:08'),
(323, 138, 618, '200', '2020-09-19 08:38:30', '2020-09-19 08:38:30'),
(324, 138, 618, '400', '2020-09-19 08:38:47', '2020-09-19 08:38:47'),
(325, 232, 618, '0', '2020-09-19 09:33:11', '2020-09-19 09:33:11'),
(326, 232, 618, '300', '2020-09-19 09:33:37', '2020-09-19 09:33:37'),
(327, 149, 317, '0', '2020-09-20 07:16:41', '2020-09-20 07:16:41'),
(328, 149, 317, '350', '2020-09-20 07:22:01', '2020-09-20 07:22:01'),
(329, 151, 317, '0', '2020-09-20 09:05:57', '2020-09-20 09:05:57'),
(330, 151, 317, '2000', '2020-09-20 09:06:12', '2020-09-20 09:06:12'),
(331, 164, 317, '300', '2020-09-20 09:13:41', '2020-09-20 09:13:41'),
(332, 164, 317, '1', '2020-09-20 09:13:50', '2020-09-20 09:13:50'),
(333, 164, 317, '0', '2020-09-20 09:16:46', '2020-09-20 09:16:46'),
(334, 164, 317, '300', '2020-09-20 09:17:08', '2020-09-20 09:17:08'),
(335, 158, 317, '0', '2020-09-20 09:18:00', '2020-09-20 09:18:00'),
(336, 158, 317, '300', '2020-09-20 09:18:29', '2020-09-20 09:18:29'),
(337, 45, 317, '0', '2020-09-20 09:18:57', '2020-09-20 09:18:57'),
(338, 45, 317, '800', '2020-09-20 09:19:12', '2020-09-20 09:19:12'),
(339, 312, 618, '0', '2020-09-21 09:35:22', '2020-09-21 09:35:22'),
(340, 312, 618, '500', '2020-09-21 09:35:58', '2020-09-21 09:35:58'),
(341, 580, 1, '600', '2020-09-21 11:03:21', '2020-09-21 11:03:21'),
(342, 346, 618, '400', '2020-09-26 04:17:31', '2020-09-26 04:17:31'),
(343, 178, 317, '300', '2020-09-26 07:58:00', '2020-09-26 07:58:00'),
(344, 236, 317, '0', '2020-09-26 10:49:12', '2020-09-26 10:49:12'),
(345, 257, 317, '400', '2020-09-26 11:32:48', '2020-09-26 11:32:48'),
(346, 267, 317, '0', '2020-09-28 09:35:12', '2020-09-28 09:35:12'),
(347, 267, 317, '300', '2020-09-28 09:35:26', '2020-09-28 09:35:26'),
(348, 30, 1, '37750', '2020-09-30 05:33:26', '2020-09-30 05:33:26'),
(349, 30, 1, '43750', '2020-09-30 05:33:45', '2020-09-30 05:33:45'),
(350, 58, 317, '0', '2020-09-30 06:05:52', '2020-09-30 06:05:52'),
(351, 58, 317, '350', '2020-09-30 06:06:18', '2020-09-30 06:06:18'),
(352, 457, 317, '3350', '2020-09-30 06:07:59', '2020-09-30 06:07:59'),
(353, 560, 618, '0', '2020-09-30 10:05:59', '2020-09-30 10:05:59'),
(354, 560, 618, '400', '2020-09-30 10:06:20', '2020-09-30 10:06:20'),
(355, 351, 618, '0', '2020-09-30 10:33:52', '2020-09-30 10:33:52'),
(356, 351, 618, '350', '2020-09-30 11:24:21', '2020-09-30 11:24:21'),
(357, 245, 618, '0', '2020-10-01 06:37:28', '2020-10-01 06:37:28'),
(358, 229, 1, '1500', '2020-10-02 16:56:46', '2020-10-02 16:56:46'),
(359, 563, 1, '600', '2020-10-03 09:38:38', '2020-10-03 09:38:38'),
(360, 569, 1, '500', '2020-10-04 16:51:26', '2020-10-04 16:51:26'),
(361, 138, 618, '200', '2020-10-06 07:18:43', '2020-10-06 07:18:43'),
(362, 138, 618, '400', '2020-10-06 07:19:05', '2020-10-06 07:19:05'),
(363, 408, 317, '0', '2020-10-06 07:52:21', '2020-10-06 07:52:21'),
(364, 408, 317, '350', '2020-10-06 07:52:49', '2020-10-06 07:52:49'),
(365, 180, 618, '0', '2020-10-07 11:23:57', '2020-10-07 11:23:57'),
(366, 180, 618, '400', '2020-10-07 11:24:13', '2020-10-07 11:24:13'),
(367, 546, 1, '200', '2020-10-08 08:09:38', '2020-10-08 08:09:38'),
(368, 428, 618, '0', '2020-10-08 08:14:47', '2020-10-08 08:14:47'),
(369, 428, 618, '300', '2020-10-08 08:15:17', '2020-10-08 08:15:17'),
(370, 299, 618, '0', '2020-10-08 09:29:08', '2020-10-08 09:29:08'),
(371, 299, 618, '500', '2020-10-08 09:29:35', '2020-10-08 09:29:35'),
(372, 564, 618, '0', '2020-10-08 11:08:43', '2020-10-08 11:08:43'),
(373, 564, 618, '600', '2020-10-08 11:09:13', '2020-10-08 11:09:13'),
(374, 390, 618, '0', '2020-10-10 04:09:14', '2020-10-10 04:09:14'),
(375, 390, 618, '300', '2020-10-10 04:09:44', '2020-10-10 04:09:44'),
(376, 245, 618, '500', '2020-10-10 05:38:57', '2020-10-10 05:38:57'),
(377, 520, 618, '0', '2020-10-10 06:20:06', '2020-10-10 06:20:06'),
(378, 520, 618, '300', '2020-10-10 06:21:33', '2020-10-10 06:21:33'),
(379, 354, 317, '0', '2020-10-10 07:49:08', '2020-10-10 07:49:08'),
(380, 354, 317, '350', '2020-10-10 07:49:21', '2020-10-10 07:49:21'),
(381, 512, 317, '0', '2020-10-10 10:28:28', '2020-10-10 10:28:28'),
(382, 512, 317, '400', '2020-10-10 10:28:47', '2020-10-10 10:28:47'),
(383, 135, 618, '0', '2020-10-11 08:35:44', '2020-10-11 08:35:44'),
(384, 135, 618, '300', '2020-10-11 08:36:24', '2020-10-11 08:36:24'),
(385, 638, 1, '750', '2020-10-11 13:43:29', '2020-10-11 13:43:29'),
(386, 255, 618, '0', '2020-10-12 04:42:24', '2020-10-12 04:42:24'),
(387, 255, 618, '250', '2020-10-12 04:42:51', '2020-10-12 04:42:51'),
(388, 612, 1, '500', '2020-10-13 09:13:44', '2020-10-13 09:13:44'),
(389, 491, 618, '300', '2020-10-13 10:58:33', '2020-10-13 10:58:33'),
(390, 491, 618, '0', '2020-10-13 10:58:54', '2020-10-13 10:58:54'),
(391, 491, 618, '300', '2020-10-13 10:59:09', '2020-10-13 10:59:09'),
(392, 566, 317, '400', '2020-10-14 05:38:13', '2020-10-14 05:38:13'),
(393, 454, 317, '0', '2020-10-14 10:51:11', '2020-10-14 10:51:11'),
(394, 454, 317, '600', '2020-10-14 10:51:37', '2020-10-14 10:51:37'),
(395, 352, 618, '0', '2020-10-15 05:06:17', '2020-10-15 05:06:17'),
(396, 352, 618, '250', '2020-10-15 05:06:36', '2020-10-15 05:06:36'),
(397, 566, 317, '0', '2020-10-15 11:43:29', '2020-10-15 11:43:29'),
(398, 566, 317, '400', '2020-10-15 11:43:48', '2020-10-15 11:43:48'),
(399, 195, 317, '0', '2020-10-15 12:37:40', '2020-10-15 12:37:40'),
(400, 266, 618, '0', '2020-10-18 08:38:01', '2020-10-18 08:38:01'),
(401, 266, 618, '250', '2020-10-18 08:38:29', '2020-10-18 08:38:29'),
(402, 134, 618, '0', '2020-10-20 07:26:46', '2020-10-20 07:26:46'),
(403, 134, 618, '200', '2020-10-20 07:27:06', '2020-10-20 07:27:06'),
(404, 134, 618, '250', '2020-10-20 07:27:25', '2020-10-20 07:27:25'),
(405, 509, 618, '200', '2020-10-21 07:52:39', '2020-10-21 07:52:39'),
(406, 509, 618, '400', '2020-10-21 07:53:05', '2020-10-21 07:53:05'),
(407, 348, 317, '500', '2020-10-22 06:35:35', '2020-10-22 06:35:35'),
(408, 248, 618, '500', '2020-10-22 07:08:14', '2020-10-22 07:08:14'),
(409, 153, 618, '0', '2020-10-22 11:41:44', '2020-10-22 11:41:44'),
(410, 153, 618, '500', '2020-10-22 11:42:23', '2020-10-22 11:42:23'),
(411, 408, 1, '250', '2020-10-22 14:01:28', '2020-10-22 14:01:28'),
(412, 545, 618, '0', '2020-10-23 02:49:56', '2020-10-23 02:49:56'),
(413, 545, 618, '500', '2020-10-23 02:50:29', '2020-10-23 02:50:29'),
(414, 536, 618, '0', '2020-10-24 09:42:43', '2020-10-24 09:42:43'),
(415, 536, 618, '300', '2020-10-24 09:43:04', '2020-10-24 09:43:04'),
(416, 536, 618, '0', '2020-10-24 09:45:41', '2020-10-24 09:45:41'),
(417, 536, 618, '300', '2020-10-24 09:46:54', '2020-10-24 09:46:54'),
(418, 457, 618, '2450', '2020-10-27 05:02:26', '2020-10-27 05:02:26'),
(419, 457, 618, '3350', '2020-10-27 05:02:48', '2020-10-27 05:02:48'),
(420, 674, 1, '600', '2020-10-28 07:50:39', '2020-10-28 07:50:39'),
(421, 601, 317, '0', '2020-10-29 04:54:41', '2020-10-29 04:54:41'),
(422, 601, 317, '500', '2020-10-29 04:56:53', '2020-10-29 04:56:53'),
(423, 617, 618, '0', '2020-10-29 05:02:10', '2020-10-29 05:02:10'),
(424, 617, 618, '400', '2020-10-29 05:02:31', '2020-10-29 05:02:31'),
(425, 668, 1, '250', '2020-10-29 05:54:29', '2020-10-29 05:54:29'),
(426, 586, 317, '300', '2020-10-29 08:40:58', '2020-10-29 08:40:58'),
(427, 541, 317, '300', '2020-10-29 08:44:10', '2020-10-29 08:44:10'),
(428, 236, 317, '2000', '2020-10-31 06:59:34', '2020-10-31 06:59:34'),
(429, 101, 618, '0', '2020-10-31 07:17:02', '2020-10-31 07:17:02'),
(430, 101, 618, '350', '2020-10-31 07:17:27', '2020-10-31 07:17:27'),
(431, 51, 618, '200', '2020-10-31 09:38:18', '2020-10-31 09:38:18'),
(432, 51, 618, '300', '2020-10-31 09:39:50', '2020-10-31 09:39:50'),
(433, 362, 618, '0', '2020-10-31 10:06:07', '2020-10-31 10:06:07'),
(434, 362, 618, '500', '2020-10-31 10:06:25', '2020-10-31 10:06:25'),
(435, 619, 618, '250', '2020-11-02 05:44:34', '2020-11-02 05:44:34'),
(436, 202, 618, '0', '2020-11-02 11:07:48', '2020-11-02 11:07:48'),
(437, 202, 618, '250', '2020-11-02 11:08:04', '2020-11-02 11:08:04'),
(438, 638, 1, '700', '2020-11-03 17:04:26', '2020-11-03 17:04:26'),
(439, 545, 1, '1250', '2020-11-04 04:08:31', '2020-11-04 04:08:31'),
(440, 264, 1, '0', '2020-11-04 11:45:07', '2020-11-04 11:45:07'),
(441, 264, 1, '350', '2020-11-04 11:45:29', '2020-11-04 11:45:29'),
(442, 281, 317, '0', '2020-11-05 18:25:34', '2020-11-05 18:25:34'),
(443, 281, 317, '300', '2020-11-05 18:25:56', '2020-11-05 18:25:56'),
(444, 613, 618, '0', '2020-11-07 08:32:28', '2020-11-07 08:32:28'),
(445, 613, 618, '300', '2020-11-07 08:32:41', '2020-11-07 08:32:41'),
(446, 146, 618, '200', '2020-11-07 11:42:11', '2020-11-07 11:42:11'),
(447, 146, 618, '250', '2020-11-07 11:42:30', '2020-11-07 11:42:30'),
(448, 147, 1, '700', '2020-11-07 17:22:36', '2020-11-07 17:22:36'),
(449, 612, 1, '700', '2020-11-07 17:26:51', '2020-11-07 17:26:51'),
(450, 671, 1, '400', '2020-11-08 05:14:55', '2020-11-08 05:14:55'),
(451, 95, 618, '0', '2020-11-08 08:12:00', '2020-11-08 08:12:00'),
(452, 95, 618, '500', '2020-11-08 08:12:15', '2020-11-08 08:12:15'),
(453, 261, 317, '0', '2020-11-10 05:58:39', '2020-11-10 05:58:39'),
(454, 261, 317, '300', '2020-11-10 05:59:01', '2020-11-10 05:59:01'),
(455, 595, 1, '600', '2020-11-10 06:32:20', '2020-11-10 06:32:20'),
(456, 545, 317, '0', '2020-11-10 11:15:36', '2020-11-10 11:15:36'),
(457, 545, 317, '1250', '2020-11-10 11:15:57', '2020-11-10 11:15:57'),
(458, 660, 1, '500', '2020-11-10 15:00:25', '2020-11-10 15:00:25'),
(459, 529, 1, '0', '2020-11-10 15:02:56', '2020-11-10 15:02:56'),
(460, 529, 1, '1600', '2020-11-10 15:03:14', '2020-11-10 15:03:14'),
(461, 529, 1, '2600', '2020-11-10 15:03:29', '2020-11-10 15:03:29'),
(462, 605, 1, '250', '2020-11-10 16:48:08', '2020-11-10 16:48:08'),
(463, 203, 317, '0', '2020-11-11 05:03:25', '2020-11-11 05:03:25'),
(464, 203, 317, '300', '2020-11-11 05:03:35', '2020-11-11 05:03:35'),
(465, 46, 317, '350', '2020-11-11 06:35:11', '2020-11-11 06:35:11'),
(466, 458, 1, '0', '2020-11-11 09:04:28', '2020-11-11 09:04:28'),
(467, 127, 1, '1800', '2020-11-11 13:02:19', '2020-11-11 13:02:19'),
(468, 551, 317, '400', '2020-11-12 05:54:26', '2020-11-12 05:54:26'),
(469, 599, 317, '250', '2020-11-13 12:14:12', '2020-11-13 12:14:12'),
(470, 640, 1, '00', '2020-11-14 14:30:57', '2020-11-14 14:30:57'),
(471, 640, 1, '250', '2020-11-14 14:31:14', '2020-11-14 14:31:14'),
(472, 195, 618, '750', '2020-11-15 07:25:36', '2020-11-15 07:25:36'),
(473, 691, 1, '2400', '2020-11-16 05:34:56', '2020-11-16 05:34:56'),
(474, 471, 618, '250', '2020-11-16 11:17:09', '2020-11-16 11:17:09'),
(475, 471, 618, '300', '2020-11-16 11:17:47', '2020-11-16 11:17:47'),
(476, 615, 618, '250', '2020-11-16 11:20:16', '2020-11-16 11:20:16'),
(477, 615, 618, '0', '2020-11-16 11:23:23', '2020-11-16 11:23:23'),
(478, 615, 618, '250', '2020-11-16 11:25:03', '2020-11-16 11:25:03'),
(479, 481, 618, '0', '2020-11-16 11:28:43', '2020-11-16 11:28:43'),
(480, 481, 618, '500', '2020-11-16 11:29:05', '2020-11-16 11:29:05'),
(481, 78, 1, '700', '2020-11-16 14:39:23', '2020-11-16 14:39:23'),
(482, 430, 1, '400', '2020-11-16 14:53:29', '2020-11-16 14:53:29'),
(483, 589, 618, '0', '2020-11-17 09:55:39', '2020-11-17 09:55:39'),
(484, 589, 618, '300', '2020-11-17 09:55:57', '2020-11-17 09:55:57'),
(485, 49, 1, '200', '2020-11-17 11:10:08', '2020-11-17 11:10:08'),
(486, 651, 1, '250', '2020-11-18 06:43:08', '2020-11-18 06:43:08'),
(487, 711, 1, '3800', '2020-11-18 06:46:02', '2020-11-18 06:46:02'),
(488, 711, 1, '300', '2020-11-18 07:03:41', '2020-11-18 07:03:41'),
(489, 379, 618, '0', '2020-11-18 09:47:58', '2020-11-18 09:47:58'),
(490, 379, 618, '300', '2020-11-18 09:48:49', '2020-11-18 09:48:49'),
(491, 379, 618, '350', '2020-11-18 09:49:03', '2020-11-18 09:49:03'),
(492, 595, 618, '0', '2020-11-19 06:22:09', '2020-11-19 06:22:09'),
(493, 595, 618, '600', '2020-11-19 06:22:45', '2020-11-19 06:22:45'),
(494, 134, 618, '200', '2020-11-19 07:07:35', '2020-11-19 07:07:35'),
(495, 414, 618, '200', '2020-11-19 09:30:50', '2020-11-19 09:30:50'),
(496, 417, 618, '167', '2020-11-19 09:44:56', '2020-11-19 09:44:56'),
(497, 414, 618, '500', '2020-11-19 09:45:23', '2020-11-19 09:45:23'),
(498, 417, 618, '500', '2020-11-19 09:45:39', '2020-11-19 09:45:39'),
(499, 26, 317, '0', '2020-11-21 08:15:11', '2020-11-21 08:15:11'),
(500, 26, 317, '250', '2020-11-21 08:15:24', '2020-11-21 08:15:24'),
(501, 673, 1, '600', '2020-11-22 05:05:24', '2020-11-22 05:05:24'),
(502, 555, 618, '300', '2020-11-25 09:25:33', '2020-11-25 09:25:33'),
(503, 457, 618, '2500', '2020-11-26 07:55:44', '2020-11-26 07:55:44'),
(504, 457, 618, '1950', '2020-11-26 07:56:39', '2020-11-26 07:56:39'),
(505, 147, 317, '400', '2020-11-26 08:02:24', '2020-11-26 08:02:24'),
(506, 147, 317, '700', '2020-11-26 08:04:31', '2020-11-26 08:04:31'),
(507, 724, 618, '500', '2020-11-26 09:36:55', '2020-11-26 09:36:55'),
(508, 437, 317, '0', '2020-11-28 05:12:34', '2020-11-28 05:12:34'),
(509, 437, 317, '300', '2020-11-28 05:12:51', '2020-11-28 05:12:51'),
(510, 295, 618, '800', '2020-11-29 07:30:05', '2020-11-29 07:30:05'),
(511, 277, 618, '0', '2020-11-29 08:50:45', '2020-11-29 08:50:45'),
(512, 277, 618, '500', '2020-11-29 08:51:54', '2020-11-29 08:51:54'),
(513, 148, 618, '400', '2020-12-03 04:11:14', '2020-12-03 04:11:14'),
(514, 746, 618, '250', '2020-12-03 10:27:08', '2020-12-03 10:27:08'),
(515, 746, 618, '200', '2020-12-03 10:37:02', '2020-12-03 10:37:02'),
(516, 511, 618, '0', '2020-12-03 12:13:42', '2020-12-03 12:13:42'),
(517, 511, 618, '300', '2020-12-03 12:21:56', '2020-12-03 12:21:56'),
(518, 371, 618, '200', '2020-12-05 04:54:10', '2020-12-05 04:54:10'),
(519, 371, 618, '500', '2020-12-05 04:54:29', '2020-12-05 04:54:29'),
(520, 450, 1, '1000', '2020-12-05 08:03:32', '2020-12-05 08:03:32'),
(521, 700, 317, '400', '2020-12-07 06:25:44', '2020-12-07 06:25:44'),
(522, 458, 618, '300', '2020-12-07 08:09:17', '2020-12-07 08:09:17'),
(523, 109, 618, '0', '2020-12-07 09:10:22', '2020-12-07 09:10:22'),
(524, 109, 618, '300', '2020-12-07 09:10:43', '2020-12-07 09:10:43'),
(525, 32, 618, '0', '2020-12-08 05:00:23', '2020-12-08 05:00:23'),
(526, 32, 618, '1000', '2020-12-08 05:00:42', '2020-12-08 05:00:42'),
(527, 644, 618, '600', '2020-12-09 07:01:50', '2020-12-09 07:01:50'),
(528, 552, 317, '0', '2020-12-09 13:45:35', '2020-12-09 13:45:35'),
(529, 552, 317, '350', '2020-12-09 13:45:52', '2020-12-09 13:45:52'),
(530, 46, 618, '250', '2020-12-09 15:00:23', '2020-12-09 15:00:23'),
(531, 46, 618, '0', '2020-12-09 15:00:49', '2020-12-09 15:00:49'),
(532, 46, 618, '250', '2020-12-09 15:01:12', '2020-12-09 15:01:12'),
(533, 699, 618, '0', '2020-12-10 04:46:29', '2020-12-10 04:46:29'),
(534, 699, 618, '300', '2020-12-10 04:46:57', '2020-12-10 04:46:57'),
(535, 612, 1, '3', '2020-12-10 05:40:25', '2020-12-10 05:40:25'),
(536, 612, 1, '700', '2020-12-10 05:40:41', '2020-12-10 05:40:41'),
(537, 692, 618, '200', '2020-12-10 08:29:48', '2020-12-10 08:29:48'),
(538, 673, 317, '0', '2020-12-10 08:58:42', '2020-12-10 08:58:42'),
(539, 673, 317, '300', '2020-12-10 08:58:58', '2020-12-10 08:58:58'),
(540, 673, 317, '600', '2020-12-10 08:59:11', '2020-12-10 08:59:11'),
(541, 127, 1, '2000', '2020-12-10 13:20:49', '2020-12-10 13:20:49'),
(542, 460, 1, '400', '2020-12-11 16:34:19', '2020-12-11 16:34:19'),
(543, 647, 618, '0', '2020-12-13 06:48:11', '2020-12-13 06:48:11'),
(544, 647, 618, '300', '2020-12-13 06:48:38', '2020-12-13 06:48:38'),
(545, 373, 618, '0', '2020-12-13 14:36:35', '2020-12-13 14:36:35'),
(546, 373, 618, '500', '2020-12-13 14:36:53', '2020-12-13 14:36:53'),
(547, 567, 1, '6000', '2020-12-14 11:40:35', '2020-12-14 11:40:35'),
(548, 301, 1, '1700', '2020-12-16 15:57:46', '2020-12-16 15:57:46'),
(549, 305, 317, '0', '2020-12-17 11:01:37', '2020-12-17 11:01:37'),
(550, 651, 317, '0', '2020-12-17 14:22:20', '2020-12-17 14:22:20'),
(551, 651, 317, '250', '2020-12-17 14:22:36', '2020-12-17 14:22:36'),
(552, 76, 317, '0', '2020-12-17 14:26:40', '2020-12-17 14:26:40'),
(553, 76, 317, '1200', '2020-12-17 14:26:59', '2020-12-17 14:26:59'),
(554, 708, 1, '400', '2020-12-18 17:47:23', '2020-12-18 17:47:23'),
(555, 772, 618, '250', '2020-12-20 05:02:56', '2020-12-20 05:02:56'),
(556, 180, 618, '208', '2020-12-22 08:18:42', '2020-12-22 08:18:42'),
(557, 180, 618, '400', '2020-12-22 08:20:18', '2020-12-22 08:20:18'),
(558, 484, 618, '500', '2020-12-22 09:40:42', '2020-12-22 09:40:42'),
(559, 484, 618, '600', '2020-12-22 09:40:58', '2020-12-22 09:40:58'),
(560, 589, 618, '0', '2020-12-23 08:19:42', '2020-12-23 08:19:42'),
(561, 589, 618, '300', '2020-12-23 08:20:04', '2020-12-23 08:20:04'),
(562, 147, 618, '400', '2020-12-29 05:38:26', '2020-12-29 05:38:26'),
(563, 383, 618, '0', '2020-12-29 06:30:20', '2020-12-29 06:30:20'),
(564, 383, 618, '300', '2020-12-29 06:31:35', '2020-12-29 06:31:35'),
(565, 385, 618, '0', '2020-12-29 06:36:02', '2020-12-29 06:36:02'),
(566, 385, 618, '500', '2020-12-29 07:57:53', '2020-12-29 07:57:53'),
(567, 734, 618, '250', '2020-12-30 07:54:56', '2020-12-30 07:54:56'),
(568, 203, 618, '0', '2021-01-02 08:10:35', '2021-01-02 08:10:35'),
(569, 203, 618, '300', '2021-01-02 08:10:53', '2021-01-02 08:10:53'),
(570, 548, 618, '0', '2021-01-02 08:53:48', '2021-01-02 08:53:48'),
(571, 548, 618, '250', '2021-01-02 08:54:03', '2021-01-02 08:54:03'),
(572, 645, 1, '500', '2021-01-04 07:36:39', '2021-01-04 07:36:39'),
(573, 645, 1, '250', '2021-01-04 07:37:06', '2021-01-04 07:37:06'),
(574, 692, 317, '250', '2021-01-04 10:32:03', '2021-01-04 10:32:03'),
(575, 692, 317, '0', '2021-01-04 10:32:20', '2021-01-04 10:32:20'),
(576, 692, 317, '250', '2021-01-04 10:32:41', '2021-01-04 10:32:41'),
(577, 689, 618, '166', '2021-01-05 05:14:24', '2021-01-05 05:14:24'),
(578, 142, 618, '0', '2021-01-05 06:20:07', '2021-01-05 06:20:07'),
(579, 689, 618, '300', '2021-01-05 06:20:49', '2021-01-05 06:20:49'),
(580, 746, 618, '0', '2021-01-05 06:29:19', '2021-01-05 06:29:19'),
(581, 746, 618, '200', '2021-01-05 06:29:36', '2021-01-05 06:29:36'),
(582, 763, 618, '0', '2021-01-07 10:04:24', '2021-01-07 10:04:24'),
(583, 763, 618, '400', '2021-01-07 10:04:55', '2021-01-07 10:04:55'),
(584, 142, 317, '300', '2021-01-10 03:18:22', '2021-01-10 03:18:22'),
(585, 733, 1, '600', '2021-01-10 04:50:45', '2021-01-10 04:50:45'),
(586, 676, 1, '2200', '2021-01-10 05:34:57', '2021-01-10 05:34:57'),
(587, 754, 317, '300', '2021-01-10 07:31:35', '2021-01-10 07:31:35'),
(588, 235, 317, '0', '2021-01-10 07:39:15', '2021-01-10 07:39:15'),
(589, 235, 317, '1800', '2021-01-10 07:39:35', '2021-01-10 07:39:35'),
(590, 289, 618, '0', '2021-01-10 08:54:40', '2021-01-10 08:54:40'),
(591, 289, 618, '300', '2021-01-10 08:54:54', '2021-01-10 08:54:54'),
(592, 178, 618, '500', '2021-01-13 04:51:11', '2021-01-13 04:51:11'),
(593, 178, 618, '300', '2021-01-13 05:01:46', '2021-01-13 05:01:46'),
(594, 776, 618, '750', '2021-01-14 04:57:44', '2021-01-14 04:57:44'),
(595, 776, 618, '900', '2021-01-14 04:57:58', '2021-01-14 04:57:58'),
(596, 728, 317, '200', '2021-01-17 12:51:02', '2021-01-17 12:51:02'),
(597, 730, 618, '0', '2021-01-18 12:55:45', '2021-01-18 12:55:45'),
(598, 730, 618, '300', '2021-01-18 12:56:18', '2021-01-18 12:56:18'),
(599, 21, 618, '0', '2021-01-19 06:55:08', '2021-01-19 06:55:08'),
(600, 21, 618, '300', '2021-01-19 06:55:54', '2021-01-19 06:55:54'),
(601, 484, 317, '500', '2021-01-19 12:18:12', '2021-01-19 12:18:12'),
(602, 763, 317, '0', '2021-01-19 12:20:46', '2021-01-19 12:20:46'),
(603, 763, 317, '400', '2021-01-19 12:21:06', '2021-01-19 12:21:06'),
(604, 588, 317, '0', '2021-01-19 12:21:45', '2021-01-19 12:21:45'),
(605, 588, 317, '300', '2021-01-19 12:22:07', '2021-01-19 12:22:07'),
(606, 321, 1, '300', '2021-01-19 17:19:05', '2021-01-19 17:19:05'),
(607, 249, 618, '0', '2021-01-20 05:12:43', '2021-01-20 05:12:43'),
(608, 249, 618, '300', '2021-01-20 05:13:00', '2021-01-20 05:13:00'),
(609, 457, 317, '3250', '2021-01-20 07:19:26', '2021-01-20 07:19:26'),
(610, 534, 618, '0', '2021-01-21 05:06:38', '2021-01-21 05:06:38'),
(611, 534, 618, '250', '2021-01-21 05:06:52', '2021-01-21 05:06:52'),
(612, 708, 618, '0', '2021-01-23 08:49:15', '2021-01-23 08:49:15'),
(613, 708, 618, '300', '2021-01-23 08:49:39', '2021-01-23 08:49:39'),
(614, 683, 618, '0', '2021-01-27 05:38:50', '2021-01-27 05:38:50'),
(615, 683, 618, '150', '2021-01-27 05:39:06', '2021-01-27 05:39:06'),
(616, 126, 317, '0', '2021-02-01 10:46:22', '2021-02-01 10:46:22'),
(617, 126, 317, '2500', '2021-02-01 10:46:36', '2021-02-01 10:46:36'),
(618, 126, 317, '0', '2021-02-01 11:42:28', '2021-02-01 11:42:28'),
(619, 617, 618, '0', '2021-02-02 04:35:44', '2021-02-02 04:35:44'),
(620, 617, 618, '400', '2021-02-02 04:35:58', '2021-02-02 04:35:58'),
(621, 348, 618, '400', '2021-02-02 06:41:19', '2021-02-02 06:41:19'),
(622, 311, 618, '0', '2021-02-02 07:42:12', '2021-02-02 07:42:12'),
(623, 311, 618, '250', '2021-02-02 07:42:32', '2021-02-02 07:42:32'),
(624, 729, 1, '200', '2021-02-05 10:08:15', '2021-02-05 10:08:15'),
(625, 229, 1, '300', '2021-02-06 06:23:09', '2021-02-06 06:23:09'),
(626, 213, 618, '250', '2021-02-06 06:43:45', '2021-02-06 06:43:45'),
(627, 595, 618, '400', '2021-02-06 07:02:02', '2021-02-06 07:02:02'),
(628, 595, 618, '600', '2021-02-06 07:02:19', '2021-02-06 07:02:19'),
(629, 595, 618, '700', '2021-02-06 07:02:36', '2021-02-06 07:02:36'),
(630, 135, 618, '0', '2021-02-06 07:07:26', '2021-02-06 07:07:26'),
(631, 135, 618, '300', '2021-02-06 07:07:42', '2021-02-06 07:07:42'),
(632, 375, 618, '200', '2021-02-08 07:02:12', '2021-02-08 07:02:12'),
(633, 375, 618, '400', '2021-02-08 07:02:39', '2021-02-08 07:02:39'),
(634, 103, 618, '0', '2021-02-10 05:20:48', '2021-02-10 05:20:48'),
(635, 103, 618, '400', '2021-02-10 05:21:16', '2021-02-10 05:21:16'),
(636, 147, 618, '800', '2021-02-10 08:46:29', '2021-02-10 08:46:29'),
(637, 770, 317, '0', '2021-02-10 09:02:53', '2021-02-10 09:02:53'),
(638, 770, 317, '300', '2021-02-10 09:08:31', '2021-02-10 09:08:31'),
(639, 733, 618, '300', '2021-02-10 10:12:54', '2021-02-10 10:12:54'),
(640, 733, 618, '600', '2021-02-10 10:13:14', '2021-02-10 10:13:14'),
(641, 735, 317, '250', '2021-02-10 10:48:47', '2021-02-10 10:48:47'),
(642, 284, 618, '300', '2021-02-10 12:55:06', '2021-02-10 12:55:06'),
(643, 672, 618, '0', '2021-02-11 06:57:01', '2021-02-11 06:57:01'),
(644, 672, 618, '250', '2021-02-11 06:57:19', '2021-02-11 06:57:19'),
(645, 114, 317, '500', '2021-02-13 08:18:57', '2021-02-13 08:18:57'),
(646, 162, 618, '0', '2021-02-13 10:50:49', '2021-02-13 10:50:49'),
(647, 162, 618, '500', '2021-02-13 10:51:16', '2021-02-13 10:51:16'),
(648, 852, 317, '0', '2021-02-13 12:40:34', '2021-02-13 12:40:34'),
(649, 852, 317, '250', '2021-02-13 12:40:54', '2021-02-13 12:40:54'),
(650, 836, 618, '200', '2021-02-14 04:38:12', '2021-02-14 04:38:12'),
(651, 836, 618, '400', '2021-02-14 04:38:34', '2021-02-14 04:38:34'),
(652, 261, 618, '0', '2021-02-14 09:37:00', '2021-02-14 09:37:00'),
(653, 261, 618, '250', '2021-02-14 09:37:22', '2021-02-14 09:37:22'),
(654, 261, 618, '300', '2021-02-14 09:37:40', '2021-02-14 09:37:40'),
(655, 793, 618, '250', '2021-02-15 03:57:49', '2021-02-15 03:57:49'),
(656, 838, 317, '0', '2021-02-15 11:02:22', '2021-02-15 11:02:22'),
(657, 838, 317, '300', '2021-02-15 11:02:42', '2021-02-15 11:02:42'),
(658, 237, 618, '0', '2021-02-16 11:26:51', '2021-02-16 11:26:51'),
(659, 843, 1, '250', '2021-02-17 07:14:21', '2021-02-17 07:14:21'),
(660, 834, 317, '200', '2021-02-17 11:20:23', '2021-02-17 11:20:23'),
(661, 834, 618, '0', '2021-02-17 12:57:26', '2021-02-17 12:57:26'),
(662, 705, 618, '300', '2021-02-20 04:38:35', '2021-02-20 04:38:35'),
(663, 305, 618, '300', '2021-02-22 09:01:20', '2021-02-22 09:01:20'),
(664, 331, 317, '0', '2021-02-22 09:35:27', '2021-02-22 09:35:27'),
(665, 354, 618, '250', '2021-02-22 12:34:24', '2021-02-22 12:34:24'),
(666, 516, 618, '0', '2021-02-23 06:13:15', '2021-02-23 06:13:15'),
(667, 797, 1, '3500', '2021-02-23 06:57:51', '2021-02-23 06:57:51'),
(668, 268, 317, '1000', '2021-02-24 07:07:26', '2021-02-24 07:07:26'),
(669, 268, 317, '1500', '2021-02-24 07:07:56', '2021-02-24 07:07:56'),
(670, 768, 317, '0', '2021-02-25 06:31:57', '2021-02-25 06:31:57'),
(671, 768, 317, '300', '2021-02-25 06:32:16', '2021-02-25 06:32:16'),
(672, 741, 317, '0', '2021-02-25 07:32:12', '2021-02-25 07:32:12'),
(673, 741, 317, '300', '2021-02-25 07:32:28', '2021-02-25 07:32:28'),
(674, 362, 618, '0', '2021-02-25 17:13:53', '2021-02-25 17:13:53'),
(675, 362, 618, '500', '2021-02-25 17:14:16', '2021-02-25 17:14:16'),
(676, 245, 317, '0', '2021-02-27 11:04:07', '2021-02-27 11:04:07'),
(677, 245, 317, '200', '2021-02-27 11:04:46', '2021-02-27 11:04:46'),
(678, 839, 618, '200', '2021-02-28 06:00:35', '2021-02-28 06:00:35'),
(679, 147, 618, '400', '2021-02-28 11:37:59', '2021-02-28 11:37:59'),
(680, 727, 1, '150', '2021-03-01 08:34:36', '2021-03-01 08:34:36'),
(681, 762, 618, '0', '2021-03-01 14:30:00', '2021-03-01 14:30:00'),
(682, 762, 618, '300', '2021-03-01 14:30:26', '2021-03-01 14:30:26'),
(683, 786, 1, '0', '2021-03-02 06:14:10', '2021-03-02 06:14:10'),
(684, 786, 1, '300', '2021-03-02 06:14:28', '2021-03-02 06:14:28'),
(685, 237, 618, '300', '2021-03-02 06:24:45', '2021-03-02 06:24:45'),
(686, 683, 618, '100', '2021-03-03 06:56:49', '2021-03-03 06:56:49'),
(687, 162, 618, '600', '2021-03-04 05:48:40', '2021-03-04 05:48:40'),
(688, 800, 618, '0', '2021-03-04 09:05:53', '2021-03-04 09:05:53'),
(689, 800, 618, '300', '2021-03-04 09:06:05', '2021-03-04 09:06:05'),
(690, 580, 618, '900', '2021-03-04 09:06:38', '2021-03-04 09:06:38'),
(691, 564, 618, '300', '2021-03-05 09:11:37', '2021-03-05 09:11:37'),
(692, 854, 618, '500', '2021-03-05 14:49:22', '2021-03-05 14:49:22'),
(693, 732, 618, '0', '2021-03-06 05:47:19', '2021-03-06 05:47:19'),
(694, 732, 618, '300', '2021-03-06 05:47:38', '2021-03-06 05:47:38'),
(695, 615, 618, '0', '2021-03-06 07:12:01', '2021-03-06 07:12:01'),
(696, 615, 618, '300', '2021-03-06 07:12:18', '2021-03-06 07:12:18'),
(697, 733, 618, '500', '2021-03-07 05:52:04', '2021-03-07 05:52:04'),
(698, 755, 317, '300', '2021-03-07 09:17:14', '2021-03-07 09:17:14'),
(699, 755, 317, '0', '2021-03-07 09:17:29', '2021-03-07 09:17:29'),
(700, 755, 317, '300', '2021-03-07 09:17:55', '2021-03-07 09:17:55'),
(701, 738, 618, '0', '2021-03-07 10:31:06', '2021-03-07 10:31:06'),
(702, 738, 618, '300', '2021-03-07 10:31:26', '2021-03-07 10:31:26'),
(703, 638, 618, '1000', '2021-03-07 11:49:24', '2021-03-07 11:49:24'),
(704, 203, 618, '250', '2021-03-08 12:20:16', '2021-03-08 12:20:16'),
(705, 641, 1, '0', '2021-03-09 15:17:12', '2021-03-09 15:17:12'),
(706, 641, 1, '200', '2021-03-09 15:17:29', '2021-03-09 15:17:29'),
(707, 840, 1, '250', '2021-03-11 10:46:15', '2021-03-11 10:46:15'),
(708, 514, 317, '300', '2021-03-14 06:57:57', '2021-03-14 06:57:57'),
(709, 514, 317, '0', '2021-03-14 06:58:12', '2021-03-14 06:58:12'),
(710, 514, 317, '300', '2021-03-14 06:58:30', '2021-03-14 06:58:30'),
(711, 750, 317, '0', '2021-03-14 07:00:05', '2021-03-14 07:00:05'),
(712, 750, 317, '300', '2021-03-14 07:00:20', '2021-03-14 07:00:20'),
(713, 609, 317, '0', '2021-03-14 08:53:30', '2021-03-14 08:53:30'),
(714, 609, 317, '300', '2021-03-14 08:53:44', '2021-03-14 08:53:44'),
(715, 567, 1, '0', '2021-03-14 14:26:38', '2021-03-14 14:26:38'),
(716, 719, 618, '0', '2021-03-15 07:03:48', '2021-03-15 07:03:48'),
(717, 800, 618, '0', '2021-03-16 06:32:02', '2021-03-16 06:32:02'),
(718, 800, 618, '300', '2021-03-16 06:32:49', '2021-03-16 06:32:49'),
(719, 798, 1, '0', '2021-03-16 06:32:58', '2021-03-16 06:32:58'),
(720, 798, 1, '250', '2021-03-16 06:34:06', '2021-03-16 06:34:06'),
(721, 671, 1, '600', '2021-03-16 06:36:58', '2021-03-16 06:36:58'),
(722, 534, 618, '0', '2021-03-16 08:10:45', '2021-03-16 08:10:45'),
(723, 534, 618, '250', '2021-03-16 08:11:04', '2021-03-16 08:11:04'),
(724, 429, 618, '0', '2021-03-16 10:09:20', '2021-03-16 10:09:20'),
(725, 429, 618, '300', '2021-03-16 10:09:47', '2021-03-16 10:09:47'),
(726, 851, 618, '0', '2021-03-16 10:18:40', '2021-03-16 10:18:40'),
(727, 851, 618, '300', '2021-03-16 10:19:35', '2021-03-16 10:19:35'),
(728, 510, 618, '0', '2021-03-20 06:21:24', '2021-03-20 06:21:24'),
(729, 510, 618, '350', '2021-03-20 06:21:49', '2021-03-20 06:21:49'),
(730, 781, 1, '0', '2021-03-20 07:42:16', '2021-03-20 07:42:16'),
(731, 781, 1, '250', '2021-03-20 07:42:42', '2021-03-20 07:42:42'),
(732, 803, 1, '0', '2021-03-20 16:58:10', '2021-03-20 16:58:10'),
(733, 803, 1, '250', '2021-03-20 16:58:25', '2021-03-20 16:58:25'),
(734, 444, 618, '167', '2021-03-21 06:04:53', '2021-03-21 06:04:53'),
(735, 444, 618, '250', '2021-03-21 06:05:08', '2021-03-21 06:05:08'),
(736, 299, 317, '0', '2021-03-21 06:20:55', '2021-03-21 06:20:55'),
(737, 299, 317, '500', '2021-03-21 06:21:16', '2021-03-21 06:21:16'),
(738, 147, 618, '600', '2021-04-01 03:07:26', '2021-04-01 03:07:26'),
(739, 88, 1, '0', '2021-04-03 05:02:28', '2021-04-03 05:02:28'),
(740, 88, 1, '500', '2021-04-03 05:02:44', '2021-04-03 05:02:44'),
(741, 375, 618, '200', '2021-04-03 11:51:09', '2021-04-03 11:51:09'),
(742, 569, 618, '500', '2021-04-03 12:53:34', '2021-04-03 12:53:34'),
(743, 569, 618, '750', '2021-04-03 12:54:02', '2021-04-03 12:54:02'),
(744, 670, 1, '0', '2021-04-04 04:47:07', '2021-04-04 04:47:07'),
(745, 670, 1, '200', '2021-04-04 04:47:22', '2021-04-04 04:47:22'),
(746, 33, 618, '0', '2021-04-05 05:46:56', '2021-04-05 05:46:56'),
(747, 609, 1, '177', '2021-04-05 06:11:17', '2021-04-05 06:11:17'),
(748, 609, 1, '300', '2021-04-05 06:11:33', '2021-04-05 06:11:33'),
(749, 676, 1, '2000', '2021-04-05 06:37:06', '2021-04-05 06:37:06'),
(750, 676, 1, '2200', '2021-04-05 06:37:26', '2021-04-05 06:37:26'),
(751, 613, 618, '0', '2021-04-05 11:25:13', '2021-04-05 11:25:13'),
(752, 613, 618, '300', '2021-04-05 11:25:28', '2021-04-05 11:25:28');
INSERT INTO `monthly_bill_update_statuses` (`id`, `user_id`, `admin_id`, `monthly_bill`, `created_at`, `updated_at`) VALUES
(753, 558, 618, '0', '2021-04-05 14:16:29', '2021-04-05 14:16:29'),
(754, 558, 618, '400', '2021-04-05 14:16:50', '2021-04-05 14:16:50'),
(755, 673, 618, '900', '2021-04-06 05:45:37', '2021-04-06 05:45:37'),
(756, 797, 1, '5000', '2021-04-06 07:18:28', '2021-04-06 07:18:28'),
(757, 428, 618, '250', '2021-04-06 10:45:09', '2021-04-06 10:45:09'),
(758, 428, 618, '0', '2021-04-06 10:46:58', '2021-04-06 10:46:58'),
(759, 428, 618, '300', '2021-04-06 10:47:09', '2021-04-06 10:47:09'),
(760, 352, 618, '200', '2021-04-08 04:25:53', '2021-04-08 04:25:53'),
(761, 504, 618, '0', '2021-04-08 07:29:40', '2021-04-08 07:29:40'),
(762, 359, 618, '500', '2021-04-08 09:31:06', '2021-04-08 09:31:06'),
(763, 664, 618, '200', '2021-04-08 10:17:14', '2021-04-08 10:17:14'),
(764, 664, 618, '0', '2021-04-08 10:17:27', '2021-04-08 10:17:27'),
(765, 664, 618, '200', '2021-04-08 10:17:43', '2021-04-08 10:17:43'),
(766, 262, 618, '700', '2021-04-10 03:54:53', '2021-04-10 03:54:53'),
(767, 301, 618, '1500', '2021-04-10 04:17:18', '2021-04-10 04:17:18'),
(768, 716, 1, '500', '2021-04-10 07:24:35', '2021-04-10 07:24:35'),
(769, 638, 1, '700', '2021-04-10 08:38:23', '2021-04-10 08:38:23'),
(770, 837, 1, '250', '2021-04-10 12:46:59', '2021-04-10 12:46:59'),
(771, 511, 1, '0', '2021-04-11 06:46:06', '2021-04-11 06:46:06'),
(772, 511, 1, '250', '2021-04-11 06:46:46', '2021-04-11 06:46:46'),
(773, 805, 618, '200', '2021-04-11 11:07:48', '2021-04-11 11:07:48'),
(774, 805, 618, '0', '2021-04-11 11:08:00', '2021-04-11 11:08:00'),
(775, 805, 618, '200', '2021-04-11 11:08:14', '2021-04-11 11:08:14'),
(776, 615, 618, '250', '2021-04-11 12:27:38', '2021-04-11 12:27:38'),
(777, 813, 1, '0', '2021-04-11 13:05:39', '2021-04-11 13:05:39'),
(778, 813, 1, '250', '2021-04-11 13:05:49', '2021-04-11 13:05:49'),
(779, 796, 618, '200', '2021-04-11 14:42:21', '2021-04-11 14:42:21'),
(780, 267, 618, '250', '2021-04-12 07:32:58', '2021-04-12 07:32:58'),
(781, 504, 618, '300', '2021-04-13 04:19:56', '2021-04-13 04:19:56'),
(782, 436, 618, '500', '2021-04-13 11:12:07', '2021-04-13 11:12:07'),
(783, 887, 317, '200', '2021-04-16 03:03:06', '2021-04-16 03:03:06'),
(784, 828, 618, '400', '2021-04-16 11:24:52', '2021-04-16 11:24:52'),
(785, 892, 618, '300', '2021-04-17 14:50:23', '2021-04-17 14:50:23'),
(786, 908, 618, '0', '2021-04-18 04:29:00', '2021-04-18 04:29:00'),
(787, 908, 618, '150', '2021-04-18 04:29:31', '2021-04-18 04:29:31'),
(788, 848, 1, '0', '2021-04-20 08:12:15', '2021-04-20 08:12:15'),
(789, 848, 1, '400', '2021-04-20 08:12:47', '2021-04-20 08:12:47'),
(790, 802, 1, '300', '2021-04-20 08:17:26', '2021-04-20 08:17:26'),
(791, 361, 618, '0', '2021-04-24 09:01:59', '2021-04-24 09:01:59'),
(792, 361, 618, '400', '2021-04-24 09:03:01', '2021-04-24 09:03:01'),
(793, 819, 618, '0', '2021-04-26 04:42:45', '2021-04-26 04:42:45'),
(794, 819, 618, '500', '2021-04-26 04:43:01', '2021-04-26 04:43:01'),
(795, 823, 1, '3000', '2021-04-27 08:57:24', '2021-04-27 08:57:24'),
(796, 823, 1, '300', '2021-04-28 07:10:11', '2021-04-28 07:10:11'),
(797, 965, 1, '250', '2021-04-29 07:53:46', '2021-04-29 07:53:46'),
(798, 784, 1, '300', '2021-04-29 10:45:10', '2021-04-29 10:45:10'),
(799, 430, 1, '210', '2021-05-01 07:49:00', '2021-05-01 07:49:00'),
(800, 430, 1, '300', '2021-05-01 07:49:26', '2021-05-01 07:49:26'),
(801, 305, 618, '0', '2021-05-01 09:10:20', '2021-05-01 09:10:20'),
(802, 305, 618, '300', '2021-05-01 09:10:38', '2021-05-01 09:10:38'),
(803, 356, 1, '0', '2021-05-01 15:40:51', '2021-05-01 15:40:51'),
(804, 356, 1, '200', '2021-05-01 15:41:46', '2021-05-01 15:41:46'),
(805, 652, 1, '600', '2021-05-02 04:54:33', '2021-05-02 04:54:33'),
(806, 202, 618, '0', '2021-05-02 10:48:49', '2021-05-02 10:48:49'),
(807, 202, 618, '167', '2021-05-02 10:49:09', '2021-05-02 10:49:09'),
(808, 213, 618, '200', '2021-05-03 08:00:24', '2021-05-03 08:00:24'),
(809, 645, 1, '350', '2021-05-03 08:15:34', '2021-05-03 08:15:34'),
(810, 120, 618, '200', '2021-05-03 08:17:58', '2021-05-03 08:17:58'),
(811, 139, 618, '0', '2021-05-04 04:43:14', '2021-05-04 04:43:14'),
(812, 139, 618, '300', '2021-05-04 04:43:45', '2021-05-04 04:43:45'),
(813, 33, 618, '250', '2021-05-04 07:33:35', '2021-05-04 07:33:35'),
(814, 30, 1, '0', '2021-05-05 07:19:06', '2021-05-05 07:19:06'),
(815, 30, 1, '38250', '2021-05-05 07:19:34', '2021-05-05 07:19:34'),
(816, 30, 1, '43750', '2021-05-05 07:19:58', '2021-05-05 07:19:58'),
(817, 922, 317, '150', '2021-05-05 07:38:50', '2021-05-05 07:38:50'),
(818, 569, 618, '500', '2021-05-06 05:48:29', '2021-05-06 05:48:29'),
(819, 647, 317, '0', '2021-05-06 06:29:42', '2021-05-06 06:29:42'),
(820, 647, 317, '300', '2021-05-06 06:29:59', '2021-05-06 06:29:59'),
(821, 110, 618, '300', '2021-05-06 13:16:17', '2021-05-06 13:16:17'),
(822, 21, 1, '250', '2021-05-08 15:03:02', '2021-05-08 15:03:02'),
(823, 201, 618, '300', '2021-05-09 04:54:44', '2021-05-09 04:54:44'),
(824, 671, 1, '0', '2021-05-09 06:08:39', '2021-05-09 06:08:39'),
(825, 671, 1, '600', '2021-05-09 06:09:06', '2021-05-09 06:09:06'),
(826, 349, 618, '0', '2021-05-09 06:54:27', '2021-05-09 06:54:27'),
(827, 349, 618, '200', '2021-05-09 06:55:11', '2021-05-09 06:55:11'),
(828, 709, 1, '0', '2021-05-09 08:16:21', '2021-05-09 08:16:21'),
(829, 709, 1, '300', '2021-05-09 08:16:36', '2021-05-09 08:16:36'),
(830, 20, 618, '300', '2021-05-09 10:53:08', '2021-05-09 10:53:08'),
(831, 29, 1, '0', '2021-05-09 11:04:50', '2021-05-09 11:04:50'),
(832, 29, 1, '16500', '2021-05-09 11:05:06', '2021-05-09 11:05:06'),
(833, 20, 618, '0', '2021-05-09 11:10:23', '2021-05-09 11:10:23'),
(834, 20, 618, '300', '2021-05-09 11:10:49', '2021-05-09 11:10:49'),
(835, 351, 618, '0', '2021-05-09 15:59:12', '2021-05-09 15:59:12'),
(836, 351, 618, '350', '2021-05-09 15:59:44', '2021-05-09 15:59:44'),
(837, 961, 618, '0', '2021-05-09 16:07:36', '2021-05-09 16:07:36'),
(838, 961, 618, '300', '2021-05-09 16:08:04', '2021-05-09 16:08:04'),
(839, 301, 618, '1700', '2021-05-10 03:28:47', '2021-05-10 03:28:47'),
(840, 471, 618, '375', '2021-05-10 05:02:33', '2021-05-10 05:02:33'),
(841, 471, 618, '550', '2021-05-10 05:02:52', '2021-05-10 05:02:52'),
(842, 569, 618, '750', '2021-05-10 05:12:20', '2021-05-10 05:12:20'),
(843, 178, 618, '0', '2021-05-10 05:29:22', '2021-05-10 05:29:22'),
(844, 178, 618, '350', '2021-05-10 05:29:40', '2021-05-10 05:29:40'),
(845, 695, 618, '400', '2021-05-10 06:10:25', '2021-05-10 06:10:25'),
(846, 815, 618, '0', '2021-05-10 06:28:32', '2021-05-10 06:28:32'),
(847, 815, 618, '250', '2021-05-10 06:29:14', '2021-05-10 06:29:14'),
(848, 660, 1, '700', '2021-05-10 06:53:04', '2021-05-10 06:53:04'),
(849, 21, 618, '0', '2021-05-10 08:18:02', '2021-05-10 08:18:02'),
(850, 21, 618, '250', '2021-05-10 08:18:17', '2021-05-10 08:18:17'),
(851, 175, 317, '300', '2021-05-10 18:34:59', '2021-05-10 18:34:59'),
(852, 175, 317, '500', '2021-05-10 18:35:17', '2021-05-10 18:35:17'),
(853, 989, 618, '1500', '2021-05-12 05:02:31', '2021-05-12 05:02:31'),
(854, 255, 618, '200', '2021-05-12 05:18:37', '2021-05-12 05:18:37'),
(855, 159, 618, '1200', '2021-05-12 06:00:23', '2021-05-12 06:00:23'),
(856, 761, 317, '0', '2021-05-18 07:29:31', '2021-05-18 07:29:31'),
(857, 761, 317, '600', '2021-05-18 07:29:51', '2021-05-18 07:29:51'),
(858, 834, 618, '200', '2021-05-19 04:39:31', '2021-05-19 04:39:31'),
(859, 545, 317, '0', '2021-05-19 10:06:08', '2021-05-19 10:06:08'),
(860, 545, 317, '1250', '2021-05-19 10:06:25', '2021-05-19 10:06:25'),
(861, 484, 317, '0', '2021-05-20 08:02:58', '2021-05-20 08:02:58'),
(862, 484, 317, '500', '2021-05-20 08:03:14', '2021-05-20 08:03:14'),
(863, 751, 317, '0', '2021-05-20 08:24:32', '2021-05-20 08:24:32'),
(864, 751, 317, '400', '2021-05-20 08:29:36', '2021-05-20 08:29:36'),
(865, 337, 618, '300', '2021-05-23 09:04:56', '2021-05-23 09:04:56'),
(866, 135, 618, '200', '2021-05-26 09:42:51', '2021-05-26 09:42:51'),
(867, 776, 317, '1200', '2021-05-29 08:39:44', '2021-05-29 08:39:44'),
(868, 946, 618, '250', '2021-06-01 08:00:07', '2021-06-01 08:00:07'),
(869, 925, 618, '0', '2021-06-01 08:04:19', '2021-06-01 08:04:19'),
(870, 925, 618, '200', '2021-06-01 08:04:36', '2021-06-01 08:04:36'),
(871, 922, 618, '0', '2021-06-01 08:07:09', '2021-06-01 08:07:09'),
(872, 922, 618, '150', '2021-06-01 08:07:22', '2021-06-01 08:07:22'),
(873, 442, 618, '0', '2021-06-01 09:19:16', '2021-06-01 09:19:16'),
(874, 442, 618, '400', '2021-06-01 09:19:32', '2021-06-01 09:19:32'),
(875, 359, 618, '250', '2021-06-01 09:27:09', '2021-06-01 09:27:09'),
(876, 1004, 618, '150', '2021-06-01 09:50:02', '2021-06-01 09:50:02'),
(877, 1004, 618, '300', '2021-06-01 09:50:21', '2021-06-01 09:50:21'),
(878, 946, 317, '200', '2021-06-01 10:31:03', '2021-06-01 10:31:03'),
(879, 139, 618, '300', '2021-06-01 10:50:16', '2021-06-01 10:50:16'),
(880, 563, 317, '1000', '2021-06-01 11:18:33', '2021-06-01 11:18:33'),
(881, 920, 618, '200', '2021-06-02 07:12:34', '2021-06-02 07:12:34'),
(882, 893, 618, '0', '2021-06-02 07:29:49', '2021-06-02 07:29:49'),
(883, 893, 618, '200', '2021-06-02 07:30:07', '2021-06-02 07:30:07'),
(884, 156, 618, '200', '2021-06-02 07:42:07', '2021-06-02 07:42:07'),
(885, 920, 618, '0', '2021-06-02 07:42:19', '2021-06-02 07:42:19'),
(886, 920, 618, '200', '2021-06-02 07:42:36', '2021-06-02 07:42:36'),
(887, 45, 1, '700', '2021-06-02 09:06:03', '2021-06-02 09:06:03'),
(888, 45, 1, '800', '2021-06-02 09:06:22', '2021-06-02 09:06:22'),
(889, 934, 618, '200', '2021-06-02 09:26:35', '2021-06-02 09:26:35'),
(890, 934, 618, '0', '2021-06-02 09:28:53', '2021-06-02 09:28:53'),
(891, 934, 618, '200', '2021-06-02 09:29:13', '2021-06-02 09:29:13'),
(892, 949, 1, '450', '2021-06-04 13:53:09', '2021-06-04 13:53:09'),
(893, 904, 618, '0', '2021-06-05 07:35:58', '2021-06-05 07:35:58'),
(894, 904, 618, '300', '2021-06-05 07:36:19', '2021-06-05 07:36:19'),
(895, 563, 618, '600', '2021-06-05 07:44:33', '2021-06-05 07:44:33'),
(896, 563, 618, '1000', '2021-06-05 07:46:04', '2021-06-05 07:46:04'),
(897, 460, 1, '0', '2021-06-05 08:10:36', '2021-06-05 08:10:36'),
(898, 460, 1, '5000', '2021-06-05 08:11:01', '2021-06-05 08:11:01'),
(899, 895, 618, '125', '2021-06-06 10:13:45', '2021-06-06 10:13:45'),
(900, 895, 618, '200', '2021-06-06 10:15:42', '2021-06-06 10:15:42'),
(901, 729, 1, '400', '2021-06-06 14:35:22', '2021-06-06 14:35:22'),
(902, 729, 1, '200', '2021-06-06 14:36:46', '2021-06-06 14:36:46'),
(903, 729, 1, '400', '2021-06-06 14:38:08', '2021-06-06 14:38:08'),
(904, 359, 618, '500', '2021-06-07 04:55:52', '2021-06-07 04:55:52'),
(905, 827, 317, '300', '2021-06-08 22:55:03', '2021-06-08 22:55:03'),
(906, 230, 1, '0', '2021-06-09 04:16:57', '2021-06-09 04:16:57'),
(907, 230, 1, '300', '2021-06-09 04:17:12', '2021-06-09 04:17:12'),
(908, 567, 1, '6000', '2021-06-09 05:40:27', '2021-06-09 05:40:27'),
(909, 134, 618, '0', '2021-06-09 05:59:50', '2021-06-09 05:59:50'),
(910, 134, 618, '200', '2021-06-09 06:00:08', '2021-06-09 06:00:08'),
(911, 567, 1, '0', '2021-06-09 06:18:54', '2021-06-09 06:18:54'),
(912, 1028, 1, '700', '2021-06-09 14:10:17', '2021-06-09 14:10:17'),
(913, 567, 1, '6000', '2021-06-10 05:42:51', '2021-06-10 05:42:51'),
(914, 216, 618, '0', '2021-06-10 06:15:23', '2021-06-10 06:15:23'),
(915, 216, 618, '350', '2021-06-10 06:15:48', '2021-06-10 06:15:48'),
(916, 26, 618, '0', '2021-06-10 07:09:57', '2021-06-10 07:09:57'),
(917, 26, 618, '250', '2021-06-10 07:10:23', '2021-06-10 07:10:23'),
(918, 457, 618, '3000', '2021-06-10 07:40:59', '2021-06-10 07:40:59'),
(919, 481, 618, '250', '2021-06-10 08:25:39', '2021-06-10 08:25:39'),
(920, 836, 618, '400', '2021-06-10 08:33:04', '2021-06-10 08:33:04'),
(921, 175, 1, '250', '2021-06-11 14:02:42', '2021-06-11 14:02:42'),
(922, 407, 618, '0', '2021-06-12 12:35:08', '2021-06-12 12:35:08'),
(923, 407, 618, '500', '2021-06-12 12:35:21', '2021-06-12 12:35:21'),
(924, 46, 1070, '200', '2021-06-13 06:56:59', '2021-06-13 06:56:59'),
(925, 898, 618, '0', '2021-06-14 05:20:30', '2021-06-14 05:20:30'),
(926, 898, 618, '250', '2021-06-14 05:20:42', '2021-06-14 05:20:42'),
(927, 159, 618, '600', '2021-06-14 07:06:48', '2021-06-14 07:06:48'),
(928, 691, 1, '3000', '2021-06-15 04:45:25', '2021-06-15 04:45:25'),
(929, 204, 618, '0', '2021-06-17 09:52:24', '2021-06-17 09:52:24'),
(930, 204, 618, '200', '2021-06-17 09:52:52', '2021-06-17 09:52:52'),
(931, 664, 618, '400', '2021-06-17 11:14:41', '2021-06-17 11:14:41'),
(932, 938, 1, '250', '2021-06-17 14:04:55', '2021-06-17 14:04:55'),
(933, 732, 1, '0', '2021-06-18 12:00:57', '2021-06-18 12:00:57'),
(934, 359, 618, '0', '2021-06-19 08:48:55', '2021-06-19 08:48:55'),
(935, 359, 618, '400', '2021-06-19 08:49:14', '2021-06-19 08:49:14'),
(936, 354, 1, '0', '2021-06-27 04:49:59', '2021-06-27 04:49:59'),
(937, 354, 1, '250', '2021-06-27 04:50:12', '2021-06-27 04:50:12'),
(938, 1046, 1, '400', '2021-06-29 08:23:48', '2021-06-29 08:23:48'),
(939, 178, 1070, '200', '2021-07-01 10:13:42', '2021-07-01 10:13:42'),
(940, 1067, 1, '150', '2021-07-02 09:10:18', '2021-07-02 09:10:18'),
(941, 1033, 1, '400', '2021-07-03 15:42:05', '2021-07-03 15:42:05'),
(942, 388, 1, '0', '2021-07-10 04:21:34', '2021-07-10 04:21:34'),
(943, 343, 1, '0', '2021-07-10 04:25:30', '2021-07-10 04:25:30'),
(944, 676, 1, '1500', '2021-07-10 05:35:53', '2021-07-10 05:35:53'),
(945, 388, 1070, '040', '2021-07-10 05:37:56', '2021-07-10 05:37:56'),
(946, 388, 1070, '400', '2021-07-10 05:38:08', '2021-07-10 05:38:08'),
(947, 726, 1, '0', '2021-07-10 06:15:08', '2021-07-10 06:15:08'),
(948, 726, 1, '300', '2021-07-10 06:15:29', '2021-07-10 06:15:29'),
(949, 732, 1, '250', '2021-07-10 08:40:58', '2021-07-10 08:40:58'),
(950, 387, 1, '0', '2021-07-10 14:59:42', '2021-07-10 14:59:42'),
(951, 387, 1, '300', '2021-07-10 15:00:04', '2021-07-10 15:00:04'),
(952, 999, 1, '400', '2021-07-11 04:48:49', '2021-07-11 04:48:49'),
(953, 1072, 1, '250', '2021-07-12 05:17:47', '2021-07-12 05:17:47'),
(954, 870, 1070, '300', '2021-07-17 06:30:05', '2021-07-17 06:30:05'),
(955, 320, 1, '150', '2021-07-25 14:14:30', '2021-07-25 14:14:30'),
(956, 320, 1, '160', '2021-07-25 14:34:03', '2021-07-25 14:34:03'),
(957, 1117, 500, '0', '2023-08-29 13:32:33', '2023-08-29 13:32:33'),
(958, 1117, 500, '300', '2023-08-29 13:33:04', '2023-08-29 13:33:04'),
(959, 1123, 500, '300', '2023-08-30 17:24:57', '2023-08-30 17:24:57'),
(960, 1123, 500, '200', '2023-08-30 17:25:17', '2023-08-30 17:25:17'),
(961, 2788, 500, '2400', '2024-01-31 16:11:06', '2024-01-31 16:11:06'),
(962, 1526, 500, '334', '2024-01-31 16:15:48', '2024-01-31 16:15:48'),
(963, 2792, 500, '4200', '2024-01-31 17:18:02', '2024-01-31 17:18:02'),
(964, 1829, 500, '800', '2024-02-01 11:31:51', '2024-02-01 11:31:51'),
(965, 2264, 500, '200', '2024-02-01 17:11:48', '2024-02-01 17:11:48'),
(966, 1775, 500, '450', '2024-02-01 17:18:03', '2024-02-01 17:18:03'),
(967, 1775, 500, '600', '2024-02-01 17:18:21', '2024-02-01 17:18:21'),
(968, 2798, 500, '300', '2024-02-03 12:27:29', '2024-02-03 12:27:29'),
(969, 2800, 500, '250', '2024-02-03 12:30:48', '2024-02-03 12:30:48'),
(970, 2083, 500, '350', '2024-02-03 12:42:40', '2024-02-03 12:42:40'),
(971, 1935, 500, '300', '2024-02-03 12:43:57', '2024-02-03 12:43:57'),
(972, 1877, 500, '350', '2024-02-03 12:45:10', '2024-02-03 12:45:10'),
(973, 2805, 500, '4200', '2024-02-03 12:45:46', '2024-02-03 12:45:46'),
(974, 1148, 500, '300', '2024-02-03 13:18:08', '2024-02-03 13:18:08'),
(975, 2808, 500, '350', '2024-02-03 13:30:48', '2024-02-03 13:30:48'),
(976, 1811, 500, '150', '2024-02-03 13:47:35', '2024-02-03 13:47:35'),
(977, 1878, 500, '350', '2024-02-03 14:49:54', '2024-02-03 14:49:54'),
(978, 2817, 500, '300', '2024-02-03 15:44:40', '2024-02-03 15:44:40'),
(979, 1161, 500, '1250', '2024-02-03 15:46:07', '2024-02-03 15:46:07'),
(980, 1161, 500, '0', '2024-02-03 15:46:19', '2024-02-03 15:46:19'),
(981, 1161, 500, '1250', '2024-02-03 15:46:59', '2024-02-03 15:46:59'),
(982, 1606, 500, '600', '2024-02-03 15:48:16', '2024-02-03 15:48:16'),
(983, 2648, 500, '0', '2024-02-03 17:33:51', '2024-02-03 17:33:51'),
(984, 2648, 500, '400', '2024-02-03 17:33:58', '2024-02-03 17:33:58'),
(985, 2738, 500, '500', '2024-02-03 17:35:52', '2024-02-03 17:35:52'),
(986, 1746, 500, '2100', '2024-02-03 17:36:51', '2024-02-03 17:36:51'),
(987, 1520, 500, '350', '2024-02-03 17:39:29', '2024-02-03 17:39:29'),
(988, 2452, 500, '0', '2024-02-03 17:43:32', '2024-02-03 17:43:32'),
(989, 2452, 500, '350', '2024-02-03 17:44:06', '2024-02-03 17:44:06'),
(990, 1352, 500, '250', '2024-02-04 11:17:46', '2024-02-04 11:17:46'),
(991, 1450, 500, '300', '2024-02-04 11:23:20', '2024-02-04 11:23:20'),
(992, 2830, 500, '300', '2024-02-04 11:25:10', '2024-02-04 11:25:10'),
(993, 2837, 500, '3000', '2024-02-04 11:30:58', '2024-02-04 11:30:58'),
(994, 2530, 500, '300', '2024-02-04 11:32:25', '2024-02-04 11:32:25'),
(995, 1861, 500, '350', '2024-02-04 11:32:51', '2024-02-04 11:32:51'),
(996, 1430, 500, '300', '2024-02-04 11:33:19', '2024-02-04 11:33:19'),
(997, 2064, 500, '300', '2024-02-04 12:44:38', '2024-02-04 12:44:38'),
(998, 1814, 500, '500', '2024-02-04 14:31:49', '2024-02-04 14:31:49'),
(999, 2710, 500, '1500', '2024-02-04 16:43:49', '2024-02-04 16:43:49'),
(1000, 1163, 500, '600', '2024-02-04 16:57:34', '2024-02-04 16:57:34'),
(1001, 1987, 500, '400', '2024-02-04 17:01:01', '2024-02-04 17:01:01'),
(1002, 1570, 500, '300', '2024-02-04 17:06:57', '2024-02-04 17:06:57'),
(1003, 2572, 500, '150', '2024-02-04 17:07:34', '2024-02-04 17:07:34'),
(1004, 1882, 500, '350', '2024-02-04 17:08:23', '2024-02-04 17:08:23'),
(1005, 1727, 500, '350', '2024-02-04 17:13:12', '2024-02-04 17:13:12'),
(1006, 2883, 500, '350', '2024-02-04 17:14:12', '2024-02-04 17:14:12'),
(1007, 1830, 500, '300', '2024-02-04 17:14:54', '2024-02-04 17:14:54'),
(1008, 2546, 500, '200', '2024-02-04 17:41:39', '2024-02-04 17:41:39'),
(1009, 2293, 500, '300', '2024-02-04 17:46:49', '2024-02-04 17:46:49'),
(1010, 2895, 500, '350', '2024-02-04 17:49:07', '2024-02-04 17:49:07'),
(1011, 2010, 500, '300', '2024-02-04 17:50:23', '2024-02-04 17:50:23'),
(1012, 2038, 500, '600', '2024-02-04 17:51:42', '2024-02-04 17:51:42'),
(1013, 1835, 500, '300', '2024-02-04 17:54:24', '2024-02-04 17:54:24'),
(1014, 1857, 500, '3780', '2024-02-05 11:06:50', '2024-02-05 11:06:50'),
(1015, 2903, 500, '0', '2024-02-05 11:13:31', '2024-02-05 11:13:31'),
(1016, 2903, 500, '4200', '2024-02-05 11:14:09', '2024-02-05 11:14:09'),
(1017, 1403, 500, '300', '2024-02-05 12:20:29', '2024-02-05 12:20:29'),
(1018, 1409, 500, '250', '2024-02-05 13:31:40', '2024-02-05 13:31:40'),
(1019, 2909, 500, '300', '2024-02-05 13:42:09', '2024-02-05 13:42:09'),
(1020, 2919, 500, '200', '2024-02-05 14:54:49', '2024-02-05 14:54:49'),
(1021, 1637, 500, '350', '2024-02-05 15:12:27', '2024-02-05 15:12:27'),
(1022, 2112, 500, '0', '2024-02-05 16:34:23', '2024-02-05 16:34:23'),
(1023, 2112, 500, '300', '2024-02-05 16:35:55', '2024-02-05 16:35:55'),
(1024, 2331, 500, '350', '2024-02-06 11:18:40', '2024-02-06 11:18:40'),
(1025, 1673, 500, '0', '2024-02-06 13:05:07', '2024-02-06 13:05:07'),
(1026, 1673, 500, '2400', '2024-02-06 13:07:40', '2024-02-06 13:07:40'),
(1027, 1587, 500, '350', '2024-02-06 13:11:47', '2024-02-06 13:11:47'),
(1028, 2949, 500, '300', '2024-02-06 13:12:47', '2024-02-06 13:12:47'),
(1029, 1541, 500, '300', '2024-02-06 13:15:24', '2024-02-06 13:15:24'),
(1030, 1119, 500, '200', '2024-02-06 14:31:23', '2024-02-06 14:31:23'),
(1031, 1754, 500, '300', '2024-02-06 14:34:52', '2024-02-06 14:34:52'),
(1032, 2757, 500, '300', '2024-02-06 14:52:09', '2024-02-06 14:52:09'),
(1033, 1907, 500, '300', '2024-02-06 14:52:39', '2024-02-06 14:52:39'),
(1034, 1320, 500, '250', '2024-02-06 14:54:56', '2024-02-06 14:54:56'),
(1035, 1886, 500, '3300', '2024-02-06 17:08:30', '2024-02-06 17:08:30'),
(1036, 1408, 500, '1800', '2024-02-06 17:12:21', '2024-02-06 17:12:21'),
(1037, 2540, 500, '0', '2024-02-06 17:16:27', '2024-02-06 17:16:27'),
(1038, 1405, 500, '1850', '2024-02-06 17:20:17', '2024-02-06 17:20:17'),
(1039, 1404, 500, '950', '2024-02-06 17:21:44', '2024-02-06 17:21:44'),
(1040, 1387, 500, '1500', '2024-02-06 17:22:20', '2024-02-06 17:22:20'),
(1041, 1246, 500, '1000', '2024-02-06 17:24:17', '2024-02-06 17:24:17'),
(1042, 1554, 500, '350', '2024-02-06 17:26:41', '2024-02-06 17:26:41'),
(1043, 1217, 500, '0', '2024-02-06 17:27:09', '2024-02-06 17:27:09'),
(1044, 1251, 500, '900', '2024-02-06 17:27:51', '2024-02-06 17:27:51'),
(1045, 1846, 500, '300', '2024-02-06 17:28:48', '2024-02-06 17:28:48'),
(1046, 1789, 500, '350', '2024-02-06 17:32:08', '2024-02-06 17:32:08'),
(1047, 1389, 500, '284', '2024-02-06 18:03:17', '2024-02-06 18:03:17'),
(1048, 1389, 500, '300', '2024-02-06 18:03:29', '2024-02-06 18:03:29'),
(1049, 2737, 500, '250', '2024-02-06 18:18:29', '2024-02-06 18:18:29'),
(1050, 1794, 500, '300', '2024-02-06 18:18:47', '2024-02-06 18:18:47'),
(1051, 1867, 500, '3780', '2024-02-07 11:27:26', '2024-02-07 11:27:26'),
(1052, 1867, 500, '4200', '2024-02-07 11:28:06', '2024-02-07 11:28:06'),
(1053, 2856, 500, '1200', '2024-02-07 11:30:32', '2024-02-07 11:30:32'),
(1054, 2873, 500, '0', '2024-02-07 11:31:37', '2024-02-07 11:31:37'),
(1055, 2873, 500, '400', '2024-02-07 11:31:50', '2024-02-07 11:31:50'),
(1056, 1549, 500, '350', '2024-02-07 12:29:53', '2024-02-07 12:29:53'),
(1057, 1371, 500, '300', '2024-02-08 12:54:50', '2024-02-08 12:54:50'),
(1058, 3020, 500, '3600', '2024-02-08 12:56:37', '2024-02-08 12:56:37'),
(1059, 1297, 500, '4000', '2024-02-08 13:08:05', '2024-02-08 13:08:05'),
(1060, 2229, 500, '300', '2024-02-08 13:10:25', '2024-02-08 13:10:25'),
(1061, 1199, 500, '0', '2024-02-08 13:26:49', '2024-02-08 13:26:49'),
(1062, 1868, 500, '300', '2024-02-08 13:29:06', '2024-02-08 13:29:06'),
(1063, 2560, 500, '300', '2024-02-08 13:31:15', '2024-02-08 13:31:15'),
(1064, 1566, 500, '300', '2024-02-08 13:32:24', '2024-02-08 13:32:24'),
(1065, 2082, 500, '300', '2024-02-08 13:44:27', '2024-02-08 13:44:27'),
(1066, 2732, 500, '300', '2024-02-08 13:45:43', '2024-02-08 13:45:43'),
(1067, 1257, 500, '2600', '2024-02-08 13:47:14', '2024-02-08 13:47:14'),
(1068, 1884, 500, '300', '2024-02-08 15:32:28', '2024-02-08 15:32:28'),
(1069, 1895, 500, '4600', '2024-02-08 16:10:47', '2024-02-08 16:10:47'),
(1070, 1895, 500, '3600', '2024-02-08 16:10:52', '2024-02-08 16:10:52'),
(1071, 1550, 500, '3000', '2024-02-08 16:13:04', '2024-02-08 16:13:04'),
(1072, 3002, 500, '0', '2024-02-08 16:24:04', '2024-02-08 16:24:04'),
(1073, 3002, 500, '600', '2024-02-08 16:24:25', '2024-02-08 16:24:25'),
(1074, 3049, 500, '0', '2024-02-08 16:32:45', '2024-02-08 16:32:45'),
(1075, 3049, 500, '3400', '2024-02-08 16:33:04', '2024-02-08 16:33:04'),
(1076, 1379, 500, '0', '2024-02-08 16:34:14', '2024-02-08 16:34:14'),
(1077, 1872, 500, '350', '2024-02-08 16:49:26', '2024-02-08 16:49:26'),
(1078, 1875, 500, '300', '2024-02-08 16:54:27', '2024-02-08 16:54:27'),
(1079, 1397, 500, '300', '2024-02-08 17:01:41', '2024-02-08 17:01:41'),
(1080, 1269, 500, '1600', '2024-02-08 17:02:12', '2024-02-08 17:02:12'),
(1081, 2452, 500, '300', '2024-02-08 17:03:08', '2024-02-08 17:03:08'),
(1082, 2715, 500, '169', '2024-02-10 15:28:13', '2024-02-10 15:28:13'),
(1083, 2989, 500, '600', '2024-02-10 15:32:33', '2024-02-10 15:32:33'),
(1084, 2079, 500, '300', '2024-02-10 15:34:53', '2024-02-10 15:34:53'),
(1085, 1889, 500, '300', '2024-02-10 15:37:46', '2024-02-10 15:37:46'),
(1086, 1212, 500, '400', '2024-02-10 16:00:25', '2024-02-10 16:00:25'),
(1087, 2465, 500, '0', '2024-02-10 16:02:21', '2024-02-10 16:02:21'),
(1088, 2165, 500, '600', '2024-02-10 16:04:55', '2024-02-10 16:04:55'),
(1089, 1259, 500, '500', '2024-02-10 16:13:17', '2024-02-10 16:13:17'),
(1090, 2926, 500, '0', '2024-02-11 15:24:23', '2024-02-11 15:24:23'),
(1091, 2926, 500, '200', '2024-02-11 15:24:40', '2024-02-11 15:24:40'),
(1092, 2853, 500, '300', '2024-02-11 15:25:43', '2024-02-11 15:25:43'),
(1093, 1817, 500, '3780', '2024-02-12 14:26:22', '2024-02-12 14:26:22'),
(1094, 3096, 500, '250', '2024-02-13 12:52:19', '2024-02-13 12:52:19'),
(1095, 3095, 500, '0', '2024-02-13 13:05:38', '2024-02-13 13:05:38'),
(1096, 2168, 500, '600', '2024-02-13 13:15:51', '2024-02-13 13:15:51'),
(1097, 3099, 500, '267', '2024-02-13 13:43:53', '2024-02-13 13:43:53'),
(1098, 3099, 500, '3600', '2024-02-13 13:44:11', '2024-02-13 13:44:11'),
(1099, 1298, 500, '3900', '2024-02-13 13:46:17', '2024-02-13 13:46:17'),
(1100, 1897, 500, '300', '2024-02-14 17:42:45', '2024-02-14 17:42:45'),
(1101, 1829, 500, '600', '2024-02-15 11:33:40', '2024-02-15 11:33:40'),
(1102, 1869, 500, '309', '2024-02-17 12:49:13', '2024-02-17 12:49:13'),
(1103, 1555, 500, '333', '2024-02-17 13:47:28', '2024-02-17 13:47:28'),
(1104, 2687, 500, '350', '2024-02-17 14:54:51', '2024-02-17 14:54:51'),
(1105, 3115, 500, '259', '2024-02-17 16:30:05', '2024-02-17 16:30:05'),
(1106, 3115, 500, '3400', '2024-02-17 16:30:18', '2024-02-17 16:30:18'),
(1107, 1909, 500, '315', '2024-02-17 17:05:58', '2024-02-17 17:05:58'),
(1108, 3116, 500, '4200', '2024-02-17 17:06:49', '2024-02-17 17:06:49'),
(1109, 2448, 500, '300', '2024-02-18 14:26:15', '2024-02-18 14:26:15'),
(1110, 1820, 500, '3240', '2024-02-18 14:42:16', '2024-02-18 14:42:16'),
(1111, 1820, 500, '270', '2024-02-18 14:42:23', '2024-02-18 14:42:23'),
(1112, 2115, 500, '600', '2024-02-19 13:12:08', '2024-02-19 13:12:08'),
(1113, 2062, 500, '300', '2024-02-19 14:55:44', '2024-02-19 14:55:44'),
(1114, 2435, 500, '250', '2024-02-19 16:33:55', '2024-02-19 16:33:55'),
(1115, 1641, 500, '7502', '2024-02-19 17:24:36', '2024-02-19 17:24:36'),
(1116, 1641, 500, '750', '2024-02-19 17:24:45', '2024-02-19 17:24:45'),
(1117, 3038, 500, '350', '2024-02-22 13:44:38', '2024-02-22 13:44:38'),
(1118, 1899, 500, '250', '2024-02-22 13:58:59', '2024-02-22 13:58:59'),
(1119, 1899, 500, '3000', '2024-02-22 14:00:05', '2024-02-22 14:00:05'),
(1120, 1899, 500, '3300', '2024-02-22 14:00:30', '2024-02-22 14:00:30'),
(1121, 1917, 500, '250', '2024-02-22 16:48:33', '2024-02-22 16:48:33'),
(1122, 1917, 500, '3500', '2024-02-22 16:48:53', '2024-02-22 16:48:53'),
(1123, 2776, 500, '300', '2024-02-24 12:57:28', '2024-02-24 12:57:28'),
(1124, 1921, 500, '300', '2024-02-24 13:02:07', '2024-02-24 13:02:07'),
(1125, 1910, 500, '300', '2024-02-24 13:04:48', '2024-02-24 13:04:48'),
(1126, 3146, 500, '4000', '2024-02-24 13:05:18', '2024-02-24 13:05:18'),
(1127, 1913, 500, '350', '2024-02-24 14:33:50', '2024-02-24 14:33:50'),
(1128, 2534, 500, '275', '2024-02-24 15:02:08', '2024-02-24 15:02:08'),
(1129, 1892, 500, '315', '2024-02-24 16:19:50', '2024-02-24 16:19:50'),
(1130, 3150, 500, '4200', '2024-02-24 16:20:27', '2024-02-24 16:20:27'),
(1131, 1321, 500, '0', '2024-02-24 18:00:41', '2024-02-24 18:00:41'),
(1132, 1321, 500, '100', '2024-02-24 18:01:13', '2024-02-24 18:01:13'),
(1133, 1321, 500, '300', '2024-02-24 18:01:27', '2024-02-24 18:01:27'),
(1134, 1321, 500, '100', '2024-02-24 18:02:45', '2024-02-24 18:02:45'),
(1135, 1321, 500, '300', '2024-02-24 18:03:01', '2024-02-24 18:03:01'),
(1136, 2756, 500, '600', '2024-02-25 15:09:20', '2024-02-25 15:09:20'),
(1137, 3152, 500, '7200', '2024-02-25 15:10:42', '2024-02-25 15:10:42'),
(1138, 1885, 500, '300', '2024-02-27 11:54:33', '2024-02-27 11:54:33'),
(1139, 3154, 500, '4000', '2024-02-27 11:54:59', '2024-02-27 11:54:59'),
(1140, 1922, 500, '350', '2024-02-28 14:56:31', '2024-02-28 14:56:31'),
(1141, 1908, 500, '292', '2024-02-28 15:01:33', '2024-02-28 15:01:33'),
(1142, 2073, 500, '1000', '2024-02-29 13:06:55', '2024-02-29 13:06:55'),
(1143, 3169, 500, '3000', '2024-02-29 13:10:51', '2024-02-29 13:10:51'),
(1144, 1336, 500, '200', '2024-02-29 15:22:35', '2024-02-29 15:22:35'),
(1145, 1436, 500, '315', '2024-02-29 16:29:25', '2024-02-29 16:29:25'),
(1146, 3173, 500, '4200', '2024-02-29 16:30:23', '2024-02-29 16:30:23'),
(1147, 2147, 500, '300', '2024-03-02 12:36:51', '2024-03-02 12:36:51'),
(1148, 3177, 500, '300', '2024-03-02 12:42:30', '2024-03-02 12:42:30'),
(1149, 2877, 500, '310', '2024-03-02 12:48:09', '2024-03-02 12:48:09'),
(1150, 1918, 500, '300', '2024-03-03 15:41:55', '2024-03-03 15:41:55'),
(1151, 3179, 500, '4200', '2024-03-03 15:45:20', '2024-03-03 15:45:20'),
(1152, 2447, 500, '0', '2024-03-04 13:27:43', '2024-03-04 13:27:43'),
(1153, 2447, 500, '300', '2024-03-04 13:27:55', '2024-03-04 13:27:55'),
(1154, 3114, 500, '0', '2024-03-04 14:28:24', '2024-03-04 14:28:24'),
(1155, 3114, 500, '450', '2024-03-04 14:28:40', '2024-03-04 14:28:40'),
(1156, 2910, 500, '300', '2024-03-05 12:35:05', '2024-03-05 12:35:05'),
(1157, 3186, 500, '300', '2024-03-05 15:30:14', '2024-03-05 15:30:14'),
(1158, 3192, 500, '300', '2024-03-06 11:31:28', '2024-03-06 11:31:28'),
(1159, 3016, 500, '0', '2024-03-06 14:40:56', '2024-03-06 14:40:56'),
(1160, 3016, 500, '1000', '2024-03-06 14:41:30', '2024-03-06 14:41:30'),
(1161, 3004, 500, '350', '2024-03-06 16:42:51', '2024-03-06 16:42:51'),
(1162, 1941, 500, '417', '2024-03-06 17:47:02', '2024-03-06 17:47:02'),
(1163, 3193, 500, '5000', '2024-03-06 17:48:30', '2024-03-06 17:48:30'),
(1164, 3195, 500, '1200', '2024-03-07 13:27:29', '2024-03-07 13:27:29'),
(1165, 3195, 500, '1260', '2024-03-07 13:30:14', '2024-03-07 13:30:14'),
(1166, 1778, 500, '1800', '2024-03-09 10:49:39', '2024-03-09 10:49:39'),
(1167, 1775, 500, '900', '2024-03-09 11:15:04', '2024-03-09 11:15:04'),
(1168, 3139, 500, '300', '2024-03-09 16:04:14', '2024-03-09 16:04:14'),
(1169, 3135, 500, '350', '2024-03-09 16:21:43', '2024-03-09 16:21:43'),
(1170, 3199, 500, '300', '2024-03-10 11:12:05', '2024-03-10 11:12:05'),
(1171, 3200, 500, '0', '2024-03-10 11:29:32', '2024-03-10 11:29:32'),
(1172, 3200, 500, '400', '2024-03-10 11:29:45', '2024-03-10 11:29:45'),
(1173, 1957, 500, '300', '2024-03-10 15:31:12', '2024-03-10 15:31:12'),
(1174, 1906, 500, '300', '2024-03-10 15:31:43', '2024-03-10 15:31:43'),
(1175, 1973, 500, '315', '2024-03-11 10:37:06', '2024-03-11 10:37:06'),
(1176, 3205, 500, '4200', '2024-03-11 10:37:47', '2024-03-11 10:37:47'),
(1177, 1943, 500, '300', '2024-03-11 15:46:26', '2024-03-11 15:46:26'),
(1178, 3208, 500, '4000', '2024-03-11 15:47:17', '2024-03-11 15:47:17'),
(1179, 1575, 500, '300', '2024-03-11 17:56:30', '2024-03-11 17:56:30'),
(1180, 3211, 500, '300', '2024-03-12 14:08:00', '2024-03-12 14:08:00'),
(1181, 3211, 500, '3600', '2024-03-12 14:11:49', '2024-03-12 14:11:49'),
(1182, 1927, 500, '1125', '2024-03-12 15:44:33', '2024-03-12 15:44:33'),
(1183, 3212, 500, '13500', '2024-03-12 15:45:15', '2024-03-12 15:45:15'),
(1184, 3100, 500, '3500', '2024-03-13 09:32:09', '2024-03-13 09:32:09'),
(1185, 3213, 500, '0', '2024-03-13 14:42:03', '2024-03-13 14:42:03'),
(1186, 3213, 500, '250', '2024-03-13 14:42:17', '2024-03-13 14:42:17'),
(1187, 1955, 500, '200', '2024-03-16 11:40:06', '2024-03-16 11:40:06'),
(1188, 3219, 500, '2400', '2024-03-16 11:40:35', '2024-03-16 11:40:35'),
(1189, 3221, 500, '270', '2024-03-16 11:50:17', '2024-03-16 11:50:17'),
(1190, 3221, 500, '3600', '2024-03-16 11:50:30', '2024-03-16 11:50:30'),
(1191, 2867, 500, '1200', '2024-03-16 12:41:38', '2024-03-16 12:41:38'),
(1192, 2867, 500, '2200', '2024-03-16 12:41:53', '2024-03-16 12:41:53'),
(1193, 2834, 500, '0', '2024-03-17 11:15:15', '2024-03-17 11:15:15'),
(1194, 2834, 500, '200', '2024-03-17 11:15:34', '2024-03-17 11:15:34'),
(1195, 1437, 500, '300', '2024-03-17 12:07:12', '2024-03-17 12:07:12'),
(1196, 3222, 500, '3600', '2024-03-17 12:07:54', '2024-03-17 12:07:54'),
(1197, 1561, 500, '333', '2024-03-17 12:09:15', '2024-03-17 12:09:15'),
(1198, 3223, 500, '4000', '2024-03-17 12:10:16', '2024-03-17 12:10:16'),
(1199, 2255, 500, '150', '2024-03-17 14:17:46', '2024-03-17 14:17:46'),
(1200, 2633, 500, '400', '2024-03-17 14:45:17', '2024-03-17 14:45:17'),
(1201, 3132, 500, '600', '2024-03-17 14:47:26', '2024-03-17 14:47:26'),
(1202, 3106, 500, '400', '2024-03-17 15:35:51', '2024-03-17 15:35:51'),
(1203, 3106, 500, '200', '2024-03-17 15:36:03', '2024-03-17 15:36:03'),
(1204, 3228, 500, '300', '2024-03-18 13:12:02', '2024-03-18 13:12:02'),
(1205, 3228, 500, '4000', '2024-03-18 13:12:36', '2024-03-18 13:12:36'),
(1206, 3229, 500, '300', '2024-03-19 10:07:57', '2024-03-19 10:07:57'),
(1207, 3229, 500, '3600', '2024-03-19 10:08:10', '2024-03-19 10:08:10'),
(1208, 3230, 500, '300', '2024-03-19 10:33:22', '2024-03-19 10:33:22'),
(1209, 3230, 500, '4000', '2024-03-19 10:33:40', '2024-03-19 10:33:40'),
(1210, 3231, 500, '300', '2024-03-19 13:31:27', '2024-03-19 13:31:27'),
(1211, 3233, 500, '2000', '2024-03-20 10:21:56', '2024-03-20 10:21:56'),
(1212, 1954, 500, '267', '2024-03-20 14:01:46', '2024-03-20 14:01:46'),
(1213, 3236, 500, '3600', '2024-03-20 14:02:13', '2024-03-20 14:02:13'),
(1214, 1645, 500, '3800', '2024-03-20 15:48:11', '2024-03-20 15:48:11'),
(1215, 3237, 500, '50', '2024-03-20 15:50:45', '2024-03-20 15:50:45'),
(1216, 3237, 500, '3800', '2024-03-20 15:50:57', '2024-03-20 15:50:57'),
(1217, 2928, 500, '0', '2024-03-21 16:01:11', '2024-03-21 16:01:11'),
(1218, 2928, 500, '300', '2024-03-21 16:01:26', '2024-03-21 16:01:26'),
(1219, 3190, 500, '333', '2024-03-23 10:21:59', '2024-03-23 10:21:59'),
(1220, 3190, 500, '4000', '2024-03-23 10:22:14', '2024-03-23 10:22:14'),
(1221, 1939, 500, '350', '2024-03-23 10:29:58', '2024-03-23 10:29:58'),
(1222, 1896, 500, '250', '2024-03-23 15:07:05', '2024-03-23 15:07:05'),
(1223, 3244, 500, '3600', '2024-03-23 15:07:49', '2024-03-23 15:07:49'),
(1224, 3247, 500, '300', '2024-03-23 15:27:31', '2024-03-23 15:27:31'),
(1225, 3249, 500, '300', '2024-03-24 10:26:47', '2024-03-24 10:26:47'),
(1226, 1887, 500, '300', '2024-03-24 12:39:04', '2024-03-24 12:39:04'),
(1227, 1887, 500, '3000', '2024-03-24 12:39:12', '2024-03-24 12:39:12'),
(1228, 1887, 500, '0', '2024-03-24 12:39:31', '2024-03-24 12:39:31'),
(1229, 1887, 500, '3000', '2024-03-24 12:39:56', '2024-03-24 12:39:56'),
(1230, 2872, 500, '0', '2024-03-24 14:07:11', '2024-03-24 14:07:11'),
(1231, 2872, 500, '900', '2024-03-24 14:07:27', '2024-03-24 14:07:27'),
(1232, 3252, 500, '1700', '2024-03-25 12:46:09', '2024-03-25 12:46:09'),
(1233, 3252, 500, '2200', '2024-03-25 12:46:27', '2024-03-25 12:46:27'),
(1234, 3024, 500, '525', '2024-03-25 12:56:12', '2024-03-25 12:56:12'),
(1235, 1111, 500, '1142', '2024-03-25 15:02:38', '2024-03-25 15:02:38'),
(1236, 1111, 500, '4400', '2024-03-25 15:03:07', '2024-03-25 15:03:07'),
(1237, 3253, 500, '315', '2024-03-25 15:10:26', '2024-03-25 15:10:26'),
(1238, 3253, 500, '4200', '2024-03-25 15:10:51', '2024-03-25 15:10:51'),
(1239, 3019, 500, '250', '2024-03-25 15:13:17', '2024-03-25 15:13:17'),
(1240, 3019, 500, '3000', '2024-03-25 15:13:31', '2024-03-25 15:13:31'),
(1241, 2887, 500, '0', '2024-03-25 15:16:50', '2024-03-25 15:16:50'),
(1242, 2887, 500, '350', '2024-03-25 15:17:08', '2024-03-25 15:17:08'),
(1243, 1509, 500, '315', '2024-03-27 10:57:44', '2024-03-27 10:57:44'),
(1244, 1956, 500, '350', '2024-03-27 11:03:54', '2024-03-27 11:03:54'),
(1245, 3103, 500, '1500', '2024-03-27 11:24:11', '2024-03-27 11:24:11'),
(1246, 3065, 500, '600', '2024-03-27 14:59:25', '2024-03-27 14:59:25'),
(1247, 1971, 500, '350', '2024-03-28 10:38:11', '2024-03-28 10:38:11'),
(1248, 1562, 500, '350', '2024-03-28 12:59:22', '2024-03-28 12:59:22'),
(1249, 3260, 500, '4200', '2024-03-28 13:01:27', '2024-03-28 13:01:27'),
(1250, 3225, 500, '0', '2024-03-28 13:45:42', '2024-03-28 13:45:42'),
(1251, 3261, 500, '0', '2024-03-30 13:18:03', '2024-03-30 13:18:03'),
(1252, 3261, 500, '300', '2024-03-30 13:18:15', '2024-03-30 13:18:15'),
(1253, 1235, 500, '0', '2024-03-30 13:23:11', '2024-03-30 13:23:11'),
(1254, 1235, 500, '2000', '2024-03-30 13:23:24', '2024-03-30 13:23:24'),
(1255, 3262, 500, '350', '2024-03-30 13:41:14', '2024-03-30 13:41:14'),
(1256, 1976, 500, '500', '2024-03-31 10:39:12', '2024-03-31 10:39:12'),
(1257, 3164, 500, '0', '2024-03-31 13:36:20', '2024-03-31 13:36:20'),
(1258, 3164, 500, '250', '2024-03-31 13:36:32', '2024-03-31 13:36:32'),
(1259, 2842, 500, '300', '2024-03-31 13:37:34', '2024-03-31 13:37:34'),
(1260, 2842, 500, '400', '2024-03-31 13:37:48', '2024-03-31 13:37:48'),
(1261, 3265, 500, '960', '2024-03-31 13:46:39', '2024-03-31 13:46:39'),
(1262, 3265, 500, '12800', '2024-03-31 13:47:01', '2024-03-31 13:47:01'),
(1263, 3266, 500, '250', '2024-04-01 14:37:33', '2024-04-01 14:37:33'),
(1264, 3266, 500, '3000', '2024-04-01 14:37:45', '2024-04-01 14:37:45'),
(1265, 3267, 500, '540', '2024-04-01 14:50:06', '2024-04-01 14:50:06'),
(1266, 3267, 500, '7200', '2024-04-01 14:51:25', '2024-04-01 14:51:25'),
(1267, 3268, 500, '270', '2024-04-01 14:53:10', '2024-04-01 14:53:10'),
(1268, 3268, 500, '3600', '2024-04-01 14:53:25', '2024-04-01 14:53:25'),
(1269, 3270, 500, '233', '2024-04-01 15:03:08', '2024-04-01 15:03:08'),
(1270, 3270, 500, '3600', '2024-04-01 15:03:40', '2024-04-01 15:03:40'),
(1271, 1902, 500, '350', '2024-04-02 15:05:42', '2024-04-02 15:05:42'),
(1272, 2997, 500, '284', '2024-04-02 15:34:04', '2024-04-02 15:34:04'),
(1273, 3273, 500, '300', '2024-04-02 15:34:43', '2024-04-02 15:34:43'),
(1274, 1604, 500, '350', '2024-04-03 09:41:35', '2024-04-03 09:41:35'),
(1275, 3000, 500, '0', '2024-04-03 10:03:14', '2024-04-03 10:03:14'),
(1276, 3000, 500, '250', '2024-04-03 10:03:36', '2024-04-03 10:03:36'),
(1277, 3275, 500, '4000', '2024-04-03 12:38:41', '2024-04-03 12:38:41'),
(1278, 2893, 500, '0', '2024-04-03 14:24:27', '2024-04-03 14:24:27'),
(1279, 2893, 500, '300', '2024-04-03 14:24:44', '2024-04-03 14:24:44'),
(1280, 3021, 500, '350', '2024-04-04 11:01:13', '2024-04-04 11:01:13'),
(1281, 3100, 500, '4500', '2024-04-04 11:01:49', '2024-04-04 11:01:49'),
(1282, 2926, 500, '0', '2024-04-04 11:32:51', '2024-04-04 11:32:51'),
(1283, 2926, 500, '200', '2024-04-04 11:33:02', '2024-04-04 11:33:02'),
(1284, 2926, 500, '0', '2024-04-04 11:33:10', '2024-04-04 11:33:10'),
(1285, 2926, 500, '300', '2024-04-04 11:33:27', '2024-04-04 11:33:27'),
(1286, 3067, 500, '0', '2024-04-04 12:26:49', '2024-04-04 12:26:49'),
(1287, 3067, 500, '900', '2024-04-04 12:27:18', '2024-04-04 12:27:18'),
(1288, 3276, 500, '333', '2024-04-04 12:32:07', '2024-04-04 12:32:07'),
(1289, 3279, 500, '270', '2024-04-04 14:44:57', '2024-04-04 14:44:57'),
(1290, 3279, 500, '3600', '2024-04-04 14:45:14', '2024-04-04 14:45:14'),
(1291, 3187, 500, '600', '2024-04-04 14:57:01', '2024-04-04 14:57:01'),
(1292, 3187, 500, '518', '2024-04-04 14:58:21', '2024-04-04 14:58:21'),
(1293, 3187, 500, '6000', '2024-04-04 14:58:42', '2024-04-04 14:58:42'),
(1294, 1997, 500, '250', '2024-04-06 14:47:14', '2024-04-06 14:47:14'),
(1295, 2874, 500, '200', '2024-04-06 15:52:17', '2024-04-06 15:52:17'),
(1296, 3284, 500, '200', '2024-04-06 15:52:55', '2024-04-06 15:52:55'),
(1297, 3285, 500, '900', '2024-04-06 16:00:14', '2024-04-06 16:00:14'),
(1298, 1978, 500, '270', '2024-04-07 11:39:41', '2024-04-07 11:39:41'),
(1299, 3286, 500, '3240', '2024-04-07 11:40:39', '2024-04-07 11:40:39'),
(1300, 3286, 500, '3600', '2024-04-07 11:42:26', '2024-04-07 11:42:26'),
(1301, 3288, 500, '315', '2024-04-07 12:49:54', '2024-04-07 12:49:54'),
(1302, 3288, 500, '4200', '2024-04-07 12:50:09', '2024-04-07 12:50:09'),
(1303, 3289, 500, '270', '2024-04-08 10:19:13', '2024-04-08 10:19:13'),
(1304, 3289, 500, '3600', '2024-04-08 10:19:36', '2024-04-08 10:19:36'),
(1305, 3290, 500, '300', '2024-04-08 13:04:04', '2024-04-08 13:04:04'),
(1306, 2007, 500, '300', '2024-04-17 11:19:28', '2024-04-17 11:19:28'),
(1307, 3291, 500, '3600', '2024-04-17 11:21:07', '2024-04-17 11:21:07'),
(1308, 3112, 500, '150', '2024-04-17 11:30:25', '2024-04-17 11:30:25'),
(1309, 2830, 500, '0', '2024-04-17 13:12:59', '2024-04-17 13:12:59'),
(1310, 2830, 500, '300', '2024-04-17 13:13:11', '2024-04-17 13:13:11'),
(1311, 3293, 500, '300', '2024-04-17 13:18:35', '2024-04-17 13:18:35'),
(1312, 1699, 500, '300', '2024-04-17 13:22:59', '2024-04-17 13:22:59'),
(1313, 1831, 500, '300', '2024-04-17 15:26:55', '2024-04-17 15:26:55'),
(1314, 2005, 500, '300', '2024-04-17 16:28:51', '2024-04-17 16:28:51'),
(1315, 3296, 500, '4000', '2024-04-17 16:29:46', '2024-04-17 16:29:46'),
(1316, 2882, 500, '0', '2024-04-17 16:48:03', '2024-04-17 16:48:03'),
(1317, 2882, 500, '300', '2024-04-17 16:48:30', '2024-04-17 16:48:30'),
(1318, 2882, 500, '350', '2024-04-17 16:48:43', '2024-04-17 16:48:43'),
(1319, 1995, 500, '300', '2024-04-17 16:50:47', '2024-04-17 16:50:47'),
(1320, 3202, 500, '1720', '2024-04-18 11:33:48', '2024-04-18 11:33:48'),
(1321, 3301, 500, '500', '2024-04-18 12:28:34', '2024-04-18 12:28:34'),
(1322, 2015, 500, '284', '2024-04-18 14:55:27', '2024-04-18 14:55:27'),
(1323, 3302, 500, '3600', '2024-04-18 14:56:22', '2024-04-18 14:56:22'),
(1324, 2021, 500, '315', '2024-04-21 12:29:47', '2024-04-21 12:29:47'),
(1325, 3306, 500, '4200', '2024-04-21 12:30:34', '2024-04-21 12:30:34'),
(1326, 3195, 500, '1400', '2024-04-21 14:56:15', '2024-04-21 14:56:15'),
(1327, 3108, 500, '0', '2024-04-21 17:42:57', '2024-04-21 17:42:57'),
(1328, 3108, 500, '300', '2024-04-21 17:44:05', '2024-04-21 17:44:05'),
(1329, 3311, 500, '284', '2024-04-22 13:30:18', '2024-04-22 13:30:18'),
(1330, 3311, 500, '3800', '2024-04-22 13:31:35', '2024-04-22 13:31:35'),
(1331, 3102, 500, '0', '2024-04-22 13:31:59', '2024-04-22 13:31:59'),
(1332, 3102, 500, '300', '2024-04-22 13:32:15', '2024-04-22 13:32:15'),
(1333, 3312, 500, '315', '2024-04-22 16:48:43', '2024-04-22 16:48:43'),
(1334, 3312, 500, '4200', '2024-04-22 16:49:04', '2024-04-22 16:49:04'),
(1335, 1791, 500, '315', '2024-04-23 12:26:57', '2024-04-23 12:26:57'),
(1336, 3313, 500, '4200', '2024-04-23 12:28:17', '2024-04-23 12:28:17'),
(1337, 3315, 500, '300', '2024-04-23 15:04:06', '2024-04-23 15:04:06'),
(1338, 3316, 500, '250', '2024-04-23 15:10:12', '2024-04-23 15:10:12'),
(1339, 2973, 500, '0', '2024-04-23 16:00:17', '2024-04-23 16:00:17'),
(1340, 2973, 500, '300', '2024-04-23 16:01:10', '2024-04-23 16:01:10'),
(1341, 3020, 500, '250', '2024-04-23 16:44:37', '2024-04-23 16:44:37'),
(1342, 3020, 500, '0', '2024-04-23 16:44:53', '2024-04-23 16:44:53'),
(1343, 3020, 500, '3000', '2024-04-23 16:45:15', '2024-04-23 16:45:15'),
(1344, 3067, 500, '300', '2024-04-23 17:29:17', '2024-04-23 17:29:17'),
(1345, 3321, 500, '270', '2024-04-24 12:26:53', '2024-04-24 12:26:53'),
(1346, 3321, 500, '3600', '2024-04-24 12:27:55', '2024-04-24 12:27:55'),
(1347, 3107, 500, '0', '2024-04-24 17:56:28', '2024-04-24 17:56:28'),
(1348, 3107, 500, '3000', '2024-04-24 17:56:40', '2024-04-24 17:56:40'),
(1349, 3107, 500, '300', '2024-04-24 17:56:48', '2024-04-24 17:56:48'),
(1350, 3324, 500, '315', '2024-04-25 14:29:32', '2024-04-25 14:29:32'),
(1351, 3324, 500, '4200', '2024-04-25 14:29:52', '2024-04-25 14:29:52'),
(1352, 3325, 500, '350', '2024-04-25 14:33:54', '2024-04-25 14:33:54'),
(1353, 3328, 500, '3600', '2024-04-25 17:18:44', '2024-04-25 17:18:44'),
(1354, 3241, 500, '1830', '2024-04-27 11:21:31', '2024-04-27 11:21:31'),
(1355, 3082, 500, '0', '2024-04-27 11:27:45', '2024-04-27 11:27:45'),
(1356, 3082, 500, '200', '2024-04-27 11:28:11', '2024-04-27 11:28:11'),
(1357, 3329, 500, '315', '2024-04-27 11:29:01', '2024-04-27 11:29:01'),
(1358, 3329, 500, '4200', '2024-04-27 11:29:40', '2024-04-27 11:29:40'),
(1359, 3153, 500, '5000', '2024-04-27 17:13:15', '2024-04-27 17:13:15'),
(1360, 3332, 500, '300', '2024-04-28 11:46:52', '2024-04-28 11:46:52'),
(1361, 3332, 500, '4200', '2024-04-28 11:47:09', '2024-04-28 11:47:09'),
(1362, 3333, 500, '315', '2024-04-28 11:57:05', '2024-04-28 11:57:05'),
(1363, 3333, 500, '4200', '2024-04-28 11:57:17', '2024-04-28 11:57:17'),
(1364, 2025, 500, '315', '2024-04-28 12:51:40', '2024-04-28 12:51:40'),
(1365, 3334, 500, '4200', '2024-04-28 12:52:05', '2024-04-28 12:52:05'),
(1366, 2027, 500, '300', '2024-04-29 11:42:23', '2024-04-29 11:42:23'),
(1367, 3335, 500, '250', '2024-04-29 11:42:43', '2024-04-29 11:42:43'),
(1368, 3335, 500, '3600', '2024-04-29 11:42:58', '2024-04-29 11:42:58'),
(1369, 1441, 500, '300', '2024-04-29 11:44:26', '2024-04-29 11:44:26'),
(1370, 2932, 500, '0', '2024-04-29 11:45:37', '2024-04-29 11:45:37'),
(1371, 2932, 500, '300', '2024-04-29 11:45:50', '2024-04-29 11:45:50'),
(1372, 2855, 500, '600', '2024-04-29 17:46:23', '2024-04-29 17:46:23'),
(1373, 2829, 500, '0', '2024-04-30 14:46:55', '2024-04-30 14:46:55'),
(1374, 2829, 500, '300', '2024-04-30 14:47:10', '2024-04-30 14:47:10'),
(1375, 3339, 500, '300', '2024-04-30 16:02:30', '2024-04-30 16:02:30'),
(1376, 3339, 500, '4200', '2024-04-30 16:02:56', '2024-04-30 16:02:56'),
(1377, 3002, 500, '300', '2024-05-02 13:15:52', '2024-05-02 13:15:52'),
(1378, 3002, 500, '600', '2024-05-02 13:16:02', '2024-05-02 13:16:02'),
(1379, 3342, 500, '270', '2024-05-02 13:19:35', '2024-05-02 13:19:35'),
(1380, 3342, 500, '3600', '2024-05-02 13:19:51', '2024-05-02 13:19:51'),
(1381, 3343, 500, '292', '2024-05-02 14:43:02', '2024-05-02 14:43:02'),
(1382, 3343, 500, '3800', '2024-05-02 14:43:19', '2024-05-02 14:43:19'),
(1383, 3344, 500, '315', '2024-05-04 11:33:53', '2024-05-04 11:33:53'),
(1384, 3344, 500, '4200', '2024-05-04 11:34:30', '2024-05-04 11:34:30'),
(1385, 3345, 500, '284', '2024-05-04 16:46:40', '2024-05-04 16:46:40'),
(1386, 3346, 500, '0', '2024-05-05 11:49:49', '2024-05-05 11:49:49'),
(1387, 3346, 500, '300', '2024-05-05 11:50:05', '2024-05-05 11:50:05'),
(1388, 3347, 500, '4200', '2024-05-05 13:24:54', '2024-05-05 13:24:54'),
(1389, 3237, 500, '600', '2024-05-05 14:57:20', '2024-05-05 14:57:20'),
(1390, 3237, 500, '3800', '2024-05-05 14:57:37', '2024-05-05 14:57:37'),
(1391, 3348, 500, '300', '2024-05-05 16:30:28', '2024-05-05 16:30:28'),
(1392, 3348, 500, '3600', '2024-05-05 16:30:43', '2024-05-05 16:30:43'),
(1393, 3349, 500, '300', '2024-05-06 13:42:40', '2024-05-06 13:42:40'),
(1394, 3349, 500, '4200', '2024-05-06 13:42:55', '2024-05-06 13:42:55'),
(1395, 2048, 500, '284', '2024-05-06 17:38:36', '2024-05-06 17:38:36'),
(1396, 2048, 500, '3400', '2024-05-06 17:38:48', '2024-05-06 17:38:48'),
(1397, 3352, 500, '250', '2024-05-07 15:13:27', '2024-05-07 15:13:27'),
(1398, 3353, 500, '315', '2024-05-07 16:29:59', '2024-05-07 16:29:59'),
(1399, 3353, 500, '4200', '2024-05-07 16:30:13', '2024-05-07 16:30:13'),
(1400, 3280, 500, '205', '2024-05-07 16:50:25', '2024-05-07 16:50:25'),
(1401, 3280, 500, '200', '2024-05-07 16:50:39', '2024-05-07 16:50:39'),
(1402, 2046, 500, '270', '2024-05-08 17:28:42', '2024-05-08 17:28:42'),
(1403, 3354, 500, '3600', '2024-05-08 17:29:09', '2024-05-08 17:29:09'),
(1404, 3356, 500, '315', '2024-05-08 17:37:08', '2024-05-08 17:37:08'),
(1405, 3356, 500, '4200', '2024-05-08 17:37:21', '2024-05-08 17:37:21'),
(1406, 3252, 500, '1500', '2024-05-09 11:15:14', '2024-05-09 11:15:14'),
(1407, 3252, 500, '2200', '2024-05-09 11:15:29', '2024-05-09 11:15:29'),
(1408, 3262, 500, '300', '2024-05-09 13:28:11', '2024-05-09 13:28:11'),
(1409, 2822, 500, '315', '2024-05-09 14:32:01', '2024-05-09 14:32:01'),
(1410, 2822, 500, '4200', '2024-05-09 14:32:24', '2024-05-09 14:32:24'),
(1411, 3357, 500, '267', '2024-05-09 14:35:24', '2024-05-09 14:35:24'),
(1412, 3357, 500, '3200', '2024-05-09 14:35:39', '2024-05-09 14:35:39'),
(1413, 3202, 500, '1860', '2024-05-11 13:27:24', '2024-05-11 13:27:24'),
(1414, 3171, 500, '400', '2024-05-11 13:32:17', '2024-05-11 13:32:17'),
(1415, 3143, 500, '200', '2024-05-11 14:21:47', '2024-05-11 14:21:47'),
(1416, 3143, 500, '250', '2024-05-11 14:22:04', '2024-05-11 14:22:04'),
(1417, 3360, 500, '300', '2024-05-11 14:23:04', '2024-05-11 14:23:04'),
(1418, 3362, 500, '300', '2024-05-11 16:52:21', '2024-05-11 16:52:21'),
(1419, 2853, 500, '900', '2024-05-12 10:50:16', '2024-05-12 10:50:16'),
(1420, 3364, 500, '270', '2024-05-12 14:18:54', '2024-05-12 14:18:54'),
(1421, 3364, 500, '3600', '2024-05-12 14:19:16', '2024-05-12 14:19:16'),
(1422, 3192, 500, '0', '2024-05-13 12:29:45', '2024-05-13 12:29:45'),
(1423, 3192, 500, '300', '2024-05-13 12:30:13', '2024-05-13 12:30:13'),
(1424, 2061, 500, '300', '2024-05-13 15:21:23', '2024-05-13 15:21:23'),
(1425, 2911, 500, '0', '2024-05-13 17:44:29', '2024-05-13 17:44:29'),
(1426, 3195, 500, '1390', '2024-05-14 10:39:54', '2024-05-14 10:39:54'),
(1427, 3195, 500, '1360', '2024-05-14 10:40:24', '2024-05-14 10:40:24'),
(1428, 3367, 500, '315', '2024-05-14 10:58:41', '2024-05-14 10:58:41'),
(1429, 3367, 500, '4200', '2024-05-14 10:58:54', '2024-05-14 10:58:54'),
(1430, 3368, 500, '300', '2024-05-14 12:05:20', '2024-05-14 12:05:20'),
(1431, 3065, 500, '800', '2024-05-14 13:01:06', '2024-05-14 13:01:06'),
(1432, 3369, 500, '300', '2024-05-14 14:30:35', '2024-05-14 14:30:35'),
(1433, 3369, 500, '4000', '2024-05-14 14:30:52', '2024-05-14 14:30:52'),
(1434, 3370, 500, '4200', '2024-05-14 14:36:48', '2024-05-14 14:36:48'),
(1435, 3173, 500, '270', '2024-05-14 16:39:25', '2024-05-14 16:39:25'),
(1436, 3371, 500, '3600', '2024-05-15 11:25:13', '2024-05-15 11:25:13'),
(1437, 3373, 500, '350', '2024-05-15 11:39:23', '2024-05-15 11:39:23'),
(1438, 3373, 500, '4200', '2024-05-15 11:39:40', '2024-05-15 11:39:40'),
(1439, 3252, 500, '1900', '2024-05-15 11:41:17', '2024-05-15 11:41:17'),
(1440, 3374, 500, '1100', '2024-05-15 11:48:26', '2024-05-15 11:48:26'),
(1441, 3374, 500, '1200', '2024-05-15 11:48:33', '2024-05-15 11:48:33'),
(1442, 3252, 500, '1200', '2024-05-15 13:19:12', '2024-05-15 13:19:12'),
(1443, 3086, 500, '250', '2024-05-15 16:11:54', '2024-05-15 16:11:54'),
(1444, 3378, 500, '270', '2024-05-16 12:36:25', '2024-05-16 12:36:25'),
(1445, 3378, 500, '3600', '2024-05-16 12:36:37', '2024-05-16 12:36:37'),
(1446, 3067, 500, '900', '2024-05-18 11:18:52', '2024-05-18 11:18:52'),
(1447, 3382, 500, '300', '2024-05-18 12:14:44', '2024-05-18 12:14:44'),
(1448, 3383, 500, '270', '2024-05-18 12:21:50', '2024-05-18 12:21:50'),
(1449, 3383, 500, '3600', '2024-05-18 12:22:04', '2024-05-18 12:22:04'),
(1450, 2848, 500, '0', '2024-05-18 12:32:26', '2024-05-18 12:32:26'),
(1451, 2848, 500, '400', '2024-05-18 12:32:50', '2024-05-18 12:32:50'),
(1452, 3384, 500, '350', '2024-05-18 15:07:56', '2024-05-18 15:07:56'),
(1453, 3384, 500, '4200', '2024-05-18 15:08:09', '2024-05-18 15:08:09'),
(1454, 3008, 500, '400', '2024-05-19 11:01:28', '2024-05-19 11:01:28'),
(1455, 3387, 500, '300', '2024-05-19 11:40:47', '2024-05-19 11:40:47'),
(1456, 3387, 500, '4000', '2024-05-19 11:41:06', '2024-05-19 11:41:06'),
(1457, 1829, 500, '200', '2024-05-19 12:57:13', '2024-05-19 12:57:13'),
(1458, 1829, 500, '167', '2024-05-19 12:57:27', '2024-05-19 12:57:27'),
(1459, 1829, 500, '200', '2024-05-19 12:57:52', '2024-05-19 12:57:52'),
(1460, 3393, 500, '4200', '2024-05-19 14:55:40', '2024-05-19 14:55:40'),
(1461, 3169, 500, '750', '2024-05-19 15:36:57', '2024-05-19 15:36:57'),
(1462, 3169, 500, '6000', '2024-05-19 15:37:18', '2024-05-19 15:37:18'),
(1463, 3395, 500, '270', '2024-05-21 14:07:19', '2024-05-21 14:07:19'),
(1464, 3395, 500, '3400', '2024-05-21 14:07:43', '2024-05-21 14:07:43'),
(1465, 2059, 500, '300', '2024-05-22 11:59:51', '2024-05-22 11:59:51'),
(1466, 3396, 500, '350', '2024-05-22 12:05:16', '2024-05-22 12:05:16'),
(1467, 3397, 500, '315', '2024-05-22 12:07:29', '2024-05-22 12:07:29'),
(1468, 3397, 500, '4200', '2024-05-22 12:07:45', '2024-05-22 12:07:45'),
(1469, 3398, 500, '540', '2024-05-22 12:13:03', '2024-05-22 12:13:03'),
(1470, 3398, 500, '7200', '2024-05-22 12:13:29', '2024-05-22 12:13:29'),
(1471, 2811, 500, '1200', '2024-05-22 12:14:51', '2024-05-22 12:14:51'),
(1472, 2811, 500, '300', '2024-05-22 12:15:04', '2024-05-22 12:15:04'),
(1473, 2865, 500, '0', '2024-05-23 11:33:58', '2024-05-23 11:33:58');
INSERT INTO `monthly_bill_update_statuses` (`id`, `user_id`, `admin_id`, `monthly_bill`, `created_at`, `updated_at`) VALUES
(1474, 3400, 500, '3600', '2024-05-23 14:43:35', '2024-05-23 14:43:35'),
(1475, 2975, 500, '0', '2024-05-25 10:49:53', '2024-05-25 10:49:53'),
(1476, 2975, 500, '350', '2024-05-25 10:50:32', '2024-05-25 10:50:32'),
(1477, 2081, 500, '270', '2024-05-25 12:05:06', '2024-05-25 12:05:06'),
(1478, 3252, 500, '1900', '2024-05-25 12:21:44', '2024-05-25 12:21:44'),
(1479, 3066, 500, '0', '2024-05-25 15:32:21', '2024-05-25 15:32:21'),
(1480, 3405, 500, '315', '2024-05-26 11:34:10', '2024-05-26 11:34:10'),
(1481, 3405, 500, '4200', '2024-05-26 11:34:46', '2024-05-26 11:34:46'),
(1482, 3220, 500, '920', '2024-05-26 12:58:09', '2024-05-26 12:58:09'),
(1483, 3406, 500, '315', '2024-05-27 14:48:57', '2024-05-27 14:48:57'),
(1484, 3406, 500, '4200', '2024-05-27 14:49:15', '2024-05-27 14:49:15'),
(1485, 3407, 500, '300', '2024-05-28 11:27:00', '2024-05-28 11:27:00'),
(1486, 1970, 500, '300', '2024-05-28 12:01:36', '2024-05-28 12:01:36'),
(1487, 3408, 500, '4000', '2024-05-28 12:03:26', '2024-05-28 12:03:26'),
(1488, 3076, 500, '900', '2024-05-28 14:49:40', '2024-05-28 14:49:40'),
(1489, 2972, 500, '0', '2024-05-28 16:42:54', '2024-05-28 16:42:54'),
(1490, 2972, 500, '300', '2024-05-28 16:43:26', '2024-05-28 16:43:26'),
(1491, 2946, 500, '0', '2024-05-29 10:38:47', '2024-05-29 10:38:47'),
(1492, 1110, 500, '333', '2024-05-29 10:38:56', '2024-05-29 10:38:56'),
(1493, 2946, 500, '300', '2024-05-29 10:39:04', '2024-05-29 10:39:04'),
(1494, 3409, 500, '300', '2024-05-29 10:46:38', '2024-05-29 10:46:38'),
(1495, 3117, 500, '0', '2024-05-29 16:22:19', '2024-05-29 16:22:19'),
(1496, 3117, 500, '300', '2024-05-29 16:22:36', '2024-05-29 16:22:36'),
(1497, 3241, 500, '1815', '2024-05-29 16:55:52', '2024-05-29 16:55:52'),
(1498, 3412, 500, '350', '2024-05-30 11:40:39', '2024-05-30 11:40:39'),
(1499, 3242, 500, '0', '2024-05-30 12:08:41', '2024-05-30 12:08:41'),
(1500, 3242, 500, '350', '2024-05-30 12:10:39', '2024-05-30 12:10:39'),
(1501, 2095, 500, '350', '2024-06-01 12:56:58', '2024-06-01 12:56:58'),
(1502, 2084, 500, '270', '2024-06-01 13:01:14', '2024-06-01 13:01:14'),
(1503, 3417, 500, '3600', '2024-06-01 13:01:52', '2024-06-01 13:01:52'),
(1504, 2856, 500, '900', '2024-06-02 11:25:36', '2024-06-02 11:25:36'),
(1505, 3419, 500, '300', '2024-06-02 11:46:31', '2024-06-02 11:46:31'),
(1506, 3419, 500, '3600', '2024-06-02 11:46:46', '2024-06-02 11:46:46'),
(1507, 3420, 500, '315', '2024-06-02 11:47:36', '2024-06-02 11:47:36'),
(1508, 3420, 500, '4200', '2024-06-02 11:47:47', '2024-06-02 11:47:47'),
(1509, 3045, 500, '400', '2024-06-02 13:41:11', '2024-06-02 13:41:11'),
(1510, 3421, 500, '300', '2024-06-02 17:38:12', '2024-06-02 17:38:12'),
(1511, 1452, 500, '1125', '2024-06-03 17:58:36', '2024-06-03 17:58:36'),
(1512, 2098, 500, '270', '2024-06-04 10:24:06', '2024-06-04 10:24:06'),
(1513, 3425, 500, '3600', '2024-06-04 10:27:23', '2024-06-04 10:27:23'),
(1514, 3427, 500, '3600', '2024-06-04 11:31:50', '2024-06-04 11:31:50'),
(1515, 3119, 500, '400', '2024-06-04 15:34:14', '2024-06-04 15:34:14'),
(1516, 3429, 500, '315', '2024-06-04 16:00:45', '2024-06-04 16:00:45'),
(1517, 3429, 500, '4200', '2024-06-04 16:00:58', '2024-06-04 16:00:58'),
(1518, 3240, 500, '0', '2024-06-04 16:38:07', '2024-06-04 16:38:07'),
(1519, 3240, 500, '350', '2024-06-04 16:38:39', '2024-06-04 16:38:39'),
(1520, 3430, 500, '300', '2024-06-04 18:13:28', '2024-06-04 18:13:28'),
(1521, 1775, 500, '1250', '2024-06-05 10:55:07', '2024-06-05 10:55:07'),
(1522, 1775, 500, '0', '2024-06-05 10:55:25', '2024-06-05 10:55:25'),
(1523, 1775, 500, '1250', '2024-06-05 10:55:50', '2024-06-05 10:55:50'),
(1524, 3225, 500, '400', '2024-06-05 11:05:08', '2024-06-05 11:05:08'),
(1525, 3319, 500, '0', '2024-06-05 12:37:03', '2024-06-05 12:37:03'),
(1526, 3319, 500, '300', '2024-06-05 12:37:14', '2024-06-05 12:37:14'),
(1527, 3232, 500, '0', '2024-06-05 13:20:59', '2024-06-05 13:20:59'),
(1528, 3232, 500, '200', '2024-06-05 13:21:06', '2024-06-05 13:21:06'),
(1529, 3232, 500, '0', '2024-06-05 13:21:13', '2024-06-05 13:21:13'),
(1530, 3232, 500, '200', '2024-06-05 13:21:28', '2024-06-05 13:21:28'),
(1531, 3004, 500, '350', '2024-06-05 14:27:23', '2024-06-05 14:27:23'),
(1532, 3023, 500, '700', '2024-06-05 15:34:42', '2024-06-05 15:34:42'),
(1533, 2105, 500, '250', '2024-06-06 10:29:40', '2024-06-06 10:29:40'),
(1534, 2543, 500, '266', '2024-06-06 13:56:14', '2024-06-06 13:56:14'),
(1535, 2885, 500, '20', '2024-06-06 15:26:23', '2024-06-06 15:26:23'),
(1536, 2885, 500, '0', '2024-06-06 15:26:36', '2024-06-06 15:26:36'),
(1537, 2885, 500, '300', '2024-06-06 15:27:43', '2024-06-06 15:27:43'),
(1538, 3368, 500, '270', '2024-06-06 15:32:12', '2024-06-06 15:32:12'),
(1539, 3217, 500, '0', '2024-06-06 17:34:37', '2024-06-06 17:34:37'),
(1540, 3217, 500, '600', '2024-06-06 17:34:52', '2024-06-06 17:34:52'),
(1541, 3435, 500, '270', '2024-06-06 17:40:43', '2024-06-06 17:40:43'),
(1542, 3435, 500, '3600', '2024-06-06 17:41:07', '2024-06-06 17:41:07'),
(1543, 2075, 500, '300', '2024-06-08 10:32:52', '2024-06-08 10:32:52'),
(1544, 1425, 500, '500', '2024-06-08 10:40:04', '2024-06-08 10:40:04'),
(1545, 3437, 500, '6800', '2024-06-08 10:40:31', '2024-06-08 10:40:31'),
(1546, 2543, 500, '3467', '2024-06-08 10:53:49', '2024-06-08 10:53:49'),
(1547, 3143, 500, '300', '2024-06-08 14:38:40', '2024-06-08 14:38:40'),
(1548, 3143, 500, '250', '2024-06-08 14:38:58', '2024-06-08 14:38:58'),
(1549, 3447, 500, '300', '2024-06-09 16:21:11', '2024-06-09 16:21:11'),
(1550, 3447, 500, '4200', '2024-06-09 16:22:03', '2024-06-09 16:22:03'),
(1551, 2126, 500, '567', '2024-06-09 17:55:19', '2024-06-09 17:55:19'),
(1552, 3449, 500, '8000', '2024-06-09 17:56:23', '2024-06-09 17:56:23'),
(1553, 1454, 500, '534', '2024-06-10 12:39:21', '2024-06-10 12:39:21'),
(1554, 3450, 500, '9600', '2024-06-10 12:42:30', '2024-06-10 12:42:30'),
(1555, 2135, 500, '350', '2024-06-10 13:45:44', '2024-06-10 13:45:44'),
(1556, 3451, 500, '2100', '2024-06-10 13:46:09', '2024-06-10 13:46:09'),
(1557, 1744, 500, '300', '2024-06-10 13:47:49', '2024-06-10 13:47:49'),
(1558, 3452, 500, '3600', '2024-06-10 13:48:16', '2024-06-10 13:48:16'),
(1559, 3453, 500, '300', '2024-06-10 18:22:56', '2024-06-10 18:22:56'),
(1560, 3453, 500, '3600', '2024-06-10 18:23:15', '2024-06-10 18:23:15'),
(1561, 2129, 500, '315', '2024-06-11 11:09:56', '2024-06-11 11:09:56'),
(1562, 3454, 500, '4200', '2024-06-11 11:12:45', '2024-06-11 11:12:45'),
(1563, 3456, 500, '300', '2024-06-11 11:16:55', '2024-06-11 11:16:55'),
(1564, 3456, 500, '3600', '2024-06-11 11:17:15', '2024-06-11 11:17:15'),
(1565, 3457, 500, '200', '2024-06-11 11:26:18', '2024-06-11 11:26:18'),
(1566, 3459, 500, '315', '2024-06-11 13:23:39', '2024-06-11 13:23:39'),
(1567, 3459, 500, '4200', '2024-06-11 13:23:56', '2024-06-11 13:23:56'),
(1568, 3385, 500, '0', '2024-06-11 16:06:15', '2024-06-11 16:06:15'),
(1569, 3385, 500, '350', '2024-06-11 16:06:32', '2024-06-11 16:06:32'),
(1570, 2136, 500, '300', '2024-06-11 17:44:22', '2024-06-11 17:44:22'),
(1571, 2920, 500, '300', '2024-06-12 10:51:23', '2024-06-12 10:51:23'),
(1572, 2920, 500, '0', '2024-06-12 10:51:51', '2024-06-12 10:51:51'),
(1573, 2920, 500, '300', '2024-06-12 10:52:08', '2024-06-12 10:52:08'),
(1574, 2085, 500, '270', '2024-06-12 12:28:28', '2024-06-12 12:28:28'),
(1575, 3461, 500, '3600', '2024-06-12 12:30:13', '2024-06-12 12:30:13'),
(1576, 2858, 500, '0', '2024-06-12 13:08:38', '2024-06-12 13:08:38'),
(1577, 2858, 500, '300', '2024-06-12 13:08:51', '2024-06-12 13:08:51'),
(1578, 2826, 500, '0', '2024-06-12 16:48:29', '2024-06-12 16:48:29'),
(1579, 2826, 500, '250', '2024-06-12 16:48:45', '2024-06-12 16:48:45'),
(1580, 3464, 500, '315', '2024-06-13 11:12:01', '2024-06-13 11:12:01'),
(1581, 2061, 500, '310', '2024-06-13 13:01:03', '2024-06-13 13:01:03'),
(1582, 3465, 500, '300', '2024-06-13 13:08:17', '2024-06-13 13:08:17'),
(1583, 3220, 500, '1000', '2024-06-13 15:51:19', '2024-06-13 15:51:19'),
(1584, 3202, 500, '2180', '2024-06-13 17:28:25', '2024-06-13 17:28:25'),
(1585, 3467, 500, '270', '2024-06-14 10:30:45', '2024-06-14 10:30:45'),
(1586, 3287, 500, '0', '2024-06-14 13:04:28', '2024-06-14 13:04:28'),
(1587, 3287, 500, '300', '2024-06-14 13:05:03', '2024-06-14 13:05:03'),
(1588, 3469, 500, '584', '2024-06-22 11:07:21', '2024-06-22 11:07:21'),
(1589, 3471, 500, '0', '2024-06-22 12:47:39', '2024-06-22 12:47:39'),
(1590, 3471, 500, '300', '2024-06-22 12:47:59', '2024-06-22 12:47:59'),
(1591, 3472, 500, '300', '2024-06-22 12:54:15', '2024-06-22 12:54:15'),
(1592, 3241, 500, '1830', '2024-06-22 13:39:05', '2024-06-22 13:39:05'),
(1593, 2816, 500, '250', '2024-06-22 15:22:22', '2024-06-22 15:22:22'),
(1594, 2816, 500, '300', '2024-06-22 15:22:41', '2024-06-22 15:22:41'),
(1595, 3473, 500, '4200', '2024-06-22 16:43:51', '2024-06-22 16:43:51'),
(1596, 2120, 500, '315', '2024-06-23 11:57:35', '2024-06-23 11:57:35'),
(1597, 3474, 500, '4200', '2024-06-23 11:58:05', '2024-06-23 11:58:05'),
(1598, 2131, 500, '500', '2024-06-23 12:43:39', '2024-06-23 12:43:39'),
(1599, 2131, 500, '3000', '2024-06-23 12:43:51', '2024-06-23 12:43:51'),
(1600, 3475, 500, '4200', '2024-06-23 15:50:01', '2024-06-23 15:50:01'),
(1601, 3476, 500, '284', '2024-06-24 13:57:02', '2024-06-24 13:57:02'),
(1602, 3476, 500, '3400', '2024-06-24 13:57:38', '2024-06-24 13:57:38'),
(1603, 3199, 500, '600', '2024-06-25 10:47:14', '2024-06-25 10:47:14'),
(1604, 2138, 500, '315', '2024-06-25 14:17:43', '2024-06-25 14:17:43'),
(1605, 3483, 500, '4200', '2024-06-25 14:18:25', '2024-06-25 14:18:25'),
(1606, 3484, 500, '267', '2024-06-25 16:19:17', '2024-06-25 16:19:17'),
(1607, 3484, 500, '1600', '2024-06-25 16:19:33', '2024-06-25 16:19:33'),
(1608, 3485, 500, '315', '2024-06-25 16:46:24', '2024-06-25 16:46:24'),
(1609, 3485, 500, '4200', '2024-06-25 16:46:46', '2024-06-25 16:46:46'),
(1610, 3222, 500, '300', '2024-06-25 17:29:04', '2024-06-25 17:29:04'),
(1611, 3486, 500, '315', '2024-06-26 11:18:01', '2024-06-26 11:18:01'),
(1612, 3486, 500, '4200', '2024-06-26 11:18:16', '2024-06-26 11:18:16'),
(1613, 3072, 500, '0', '2024-06-26 12:56:59', '2024-06-26 12:56:59'),
(1614, 3072, 500, '300', '2024-06-26 12:57:11', '2024-06-26 12:57:11'),
(1615, 3065, 500, '400', '2024-06-26 14:54:44', '2024-06-26 14:54:44'),
(1616, 3285, 500, '600', '2024-06-26 15:10:13', '2024-06-26 15:10:13'),
(1617, 1486, 500, '315', '2024-06-26 16:00:29', '2024-06-26 16:00:29'),
(1618, 3488, 500, '4200', '2024-06-26 16:04:47', '2024-06-26 16:04:47'),
(1619, 1456, 500, '270', '2024-06-26 16:23:06', '2024-06-26 16:23:06'),
(1620, 3489, 500, '3600', '2024-06-26 16:24:12', '2024-06-26 16:24:12'),
(1621, 3300, 500, '0', '2024-06-26 17:38:35', '2024-06-26 17:38:35'),
(1622, 3300, 500, '300', '2024-06-26 17:38:51', '2024-06-26 17:38:51'),
(1623, 2926, 500, '200', '2024-06-27 15:52:04', '2024-06-27 15:52:04'),
(1624, 2926, 500, '0', '2024-06-27 15:52:23', '2024-06-27 15:52:23'),
(1625, 2926, 500, '200', '2024-06-27 15:52:37', '2024-06-27 15:52:37'),
(1626, 3491, 500, '350', '2024-06-27 16:23:48', '2024-06-27 16:23:48');

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

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

CREATE TABLE `orders` (
  `id` bigint UNSIGNED NOT NULL,
  `user_id` bigint UNSIGNED NOT NULL,
  `transaction_id` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `package_id` bigint UNSIGNED NOT NULL,
  `payment_status` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `order_status` int NOT NULL,
  `device_quantity` int 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 `pages`
--

CREATE TABLE `pages` (
  `id` bigint UNSIGNED NOT NULL,
  `desc` longtext COLLATE utf8mb4_unicode_ci,
  `title` longtext COLLATE utf8mb4_unicode_ci,
  `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 `pages`
--

INSERT INTO `pages` (`id`, `desc`, `title`, `created_at`, `updated_at`) VALUES
(1, '<p><font color=\"#000000\"><span style=\"font-family: Karla, sans-serif; font-size: 18px; text-align: justify;\">MYGPS Tracking Service is a futuristic vehicle safety and fleet management tracking system in Bangladesh. We started our journey in 2016 with a major intention to ensure the best tracking solutions with affordable GPS tracker price in Bangladesh. MYGPS gives an extensive variety of exceptional benefits and administrations to its users which incorporates live tracking of vehicles, route optimization, fuel management, expense management etc. and many more vital features. Our GPS tracking technology offers reliable and accurate information about the location of vehicles as well as drivers. This helps the managers to keep track of their vehicles as well as optimize their routes for better performance and fuel efficiency. MY</span><span style=\"font-family: Karla, sans-serif; font-size: 18px; text-align: justify;\">GPS Tracking Service offers the best GPS tracker price in Bangladesh.</span></font></p><h4><b style=\"font-family: inherit; color: rgb(0, 0, 0); font-size: 1.25rem;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;</b><br></h4><h5><br></h5><h4><u style=\"font-family: inherit; color: rgb(0, 0, 0); font-size: 1.75rem;\"><b><br></b></u></h4><h4><span style=\"font-family: inherit; color: rgb(0, 0, 0); font-size: 1.75rem;\"><b style=\"\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<u>Meet the Management</u></b></span></h4><h4><br></h4><p>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;<img src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAASwAAAEsCAIAAAD2HxkiAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAs+JJREFUeNrsvXmUpflZHvbbv+Xut/aunl6mp2dGI82iDZlFgLAxmCUmtgmLjQM5JCeJc7BzHOcf4xxyfDiEsBw4GAMJB0U2iwmBBIQkFgkFkJAEg6SRZtMsPd09vVVVdy13+5bflvd9v1s9g/2Pjw3p7uH7qdRdVXPvrdt1v+c+7/o8PMbI2tOe9ty5I9pfQXva04KwPe1pQdie9rSnBWF72tOCsD3taU8Lwva0pwVhe9rTnhaE7WlPC8L2tKc9LQjb054WhO1pT3taELanPS0I29Oe9rQgbE97WhC2pz3taUHYnva0IGxPe9rTgrA97WlB2J72tKcFYXva84Y9qv0V3OWnqu28KA8n06u7N6/u7E1n8wV8XVYhBC2lVqrTSXq93qntrc21ldXRsJunnPP299aCsD3/gaes6umiePXGzUvXdy9cvnb1xs6FS5euXL12sH+rnB3aYu6dj85zjGE4hjGRwd9SGZ3m/fHK6sbGw286/8j5+8+fue+h+0+trwzzNGkxeZcf3koe3vETCXsXr+w8+9Irf/jHn372Cy+9cPnSrcmhLUserPJWBsd8rWLUHF8vHm8nEpzBl5wpoXyITOmgk5oJJ4RMk7P3n3vbm9/y7ne87Ysef+T09npidPurbkHYnn/7WOcvXdv9wMc+9YknP//5z3zuYHfHLg4AbyJ6QBdADECHnzAAHnxLRCGJ1YjZlvzmBX5wCagU3MGdlHAsBBGZlyqmRvU2tu979O2PfuNff/eXv/OJ8aDXEmMLwvZQ2FnbZ1+8+Au//tu/8VsfuXn9Kre1tJUKjgsLUSYgSEQeOPc8Bs4g+oQ/AYn4l+CC84AQxW/B/wQPAFSJrAifc2kk4o9Hblm0zAdRK1NowZL0Lecf/vZv+sa/8w1fvbk2boHYgvAvb+S5fzj91Oe+8HO/9H//6WefXBzu8LKQLuB/iiEEFzHVA/ixIARBDDiQI/zwpQrwaiHOjqmseeUAlxLuQ6EpfA/JUiBPRu+DDR4eVvAoRcRXOnqenTj5wHf93W/+ur/67vNnThrdFgVaEP5lOkVVf/Kp53/m//zARz/2sWr/urLzBJI9h2UWKq8ATgILEVAW6WOJMwQivE4sNFUYOsffY4Q6JoUSDMAHnBgCRKdCwF/B+eApLmUMyBHQbSlvtHAfldx/7vy3/c1v/PZv+rr7ttbbALUF4V+K8/Kr13/8fb/y/t/5vcO9q8bOlK+CdZxJoKsmxRNIVgx4C0EmliDEbxy/QEvew+83qKEiDX61/CYGrE0SGfADPgcaXCIWotcIES4A1itIRYN3XKl89NCbHv2vv/Pv/c2//p5OnravUQvCN+wBQvr4p5/+h//zD7300nPKFTrUOtYiROeZA/qKUdBLIARFjIgrjqy4BB17LfhsXqklACkjpMzQA3se/yziQAQedhG1hht475vHbF5r4RyAEPHJdS10xbVIB1//V//aD33vP7rvxFr7YrUgfAOey9d3f/B///lf/Y3fYPvXZSia9kKkSoqPiB6JHPUaCP8t4P2Zz2P8t6JGhKuUjmM2Cef2g2BWGaKUMiAnRn4bwHCXgCkmZZoQuwrIPD2wY1Dj1RPf9fe++Xu++9uG/V77qrUgfOOca3v7//SHfvKDH/ygnx9kboHQwC4CdwFrLbwBVWT/LvCa6HP5neNv82P6W6aKzd2lCHzJk7EBKsfcEj5viqhiGdbSw0REKtZbsf7KsNgKAbGIjjHPpVLZt37Lt/+D/+LvPvzAmfa1a0H4RjgXr+5823//z5759B93Qi3rOgqGVZfIHAEEvlIMAlFABTYAbweTbIkuQEczDxNfh8q4rMW8Ljq9nSjexnATiy7TRcLt7aQy8uDx2xIrsJx5D3FpEPA3w7zUwVMx/fUT5977Iz/wZV/0ePNk2vP/w2l/0X9RZZjv+f4f//xnn+y4QtjS8oDTZi7ChQ5MhU28GJalz38HQk1OCESGH7xp2N/GYlyyIDIpQkkc12SaYBW+F3xoehWE0khhKt24qejgAwFEHbVDgChxvAbeELiXENp6X169/NLf/+/+8a996KOe4tv2tEx4j+aBN7/jn3z/M5/9kzjdSUKFVBQlNux4MwSDiRm9AVKxJGBz4nba1vDP65B1zHixaRcugSGkbBgPOI8d11EZ3bipzUQWls2MuIxrkUZ5bIo4AaCKYSk+IQn8CEFrwNSQcee0qJQY9Na+57v/m3/4Xd/W7WTtC9oy4T12bh5M/un/8lNPP/lHojwU3kGkR4jA0ZemXc6WLLakvtAAC4AoAFlSSGS3pt0HHxzbCpHAAhCGT41gqolU8eFwkA2oLGJthvMm08Qfh49O0S5ryj40AkcjNZGaHxgE4w+ODUbZ8t0AnyL3VvryYLL/L37uX//KBz6MHZT2tEx4D51FUX3n//gDH3r/rydi6kNN1z9rqpAEIsJSE3y+7tdOfcFlBgapI47OIO7EcWSqovNLAOMjBmRS4rcA2d0Sb01JBqdkqOISsXPBmxwysCbDjMcoxbpNOA6FY6TomIcG156KpsyLhAWTdFb/+T/7H/7Lb/0meHNoX9y/uNNOLf25nXlR/vTP/+rv/t4HRJiwUAusOoZA+FKQB0YIIN1xzodIWDbdY4CcrGkVYr2GUj2cHV1WZQAumLwBbCwgRAO4rOFMcgGoqYBgmZTY7geUIT6D8ITkCBmopJxS4EuM1Z/YvNxNtkj/Xw6g4ugpPhGq1gJqAZPMOAdPz053//kP/uio1/nbX//XlJTtS9yC8G4/H/jIH/3ET/5MWOwwCA+9xAtdIlQE0hExDPszQceybdAMqTUZYBMUCuoyME9dPfiGQ67C/h7GtTjy4oOCxA9gFzB2jcxhQAlcCyGmxDATw98mxo1ymRLiJGoTph5XefA+NJfa4D82z4cvuRnH57yKody98kM/9lPbJ7a+9O2PttNtbU54V5/JvPjJn/3F+f4N7msfEA7CS+6w7AE4gPhOMlxQagow4bjwSBgDHpJMKibUsh7apHpcC66UUAqHYoIIIWWxG/1aqrYH+XY/OzPqrhkxUryneSZCKphmUTNhhDRSa6l4w7EU6+JDAsXhy71chcJAV0IaqhscL98XaD8RiNVybrFYEwHzl77wwg//5Htv7O23r3LLhHfvAdD9xP/xq5/504/pOAsBAj/tIg5Oc6o/UqllOeTZsB81Cpcpn2s4zgNKI+AN0GO01kJJIZ2t4D/UzkN4mmdJrmMueDdT4362Muj38v6lS9eOZlXFZWW9Z2JeumkBYbDhUhS28PAeAAEwk4GrCviUdqOa/iFnTUqJVSMZGjbE71Nu2HT66c0Ci6fw9eKjH/nwv/6/Hv8n/+13tlTYFmbu0vPpZ17+O//5Pzi88bQPZYwKOYc3/Qjs9+FyEv7FWXxtfKxJDoGLgDThOk8AlN6mUvY7udGqo6WI1tallswYkSg+6HdzxUwsE8NWx124WZ6kR7dmB5NpBcmbj7PC7R/OfdRJ2tufTCdlBUwmpTBpbpneOywPF3bBJGDeRSBWfE5Y4YEA1tHENxZysFTrsGArdAhU3qE2CtZQ9cbWmV/8uZ9652MPtS93y4R33bHOv+/XfuvWzhXNghMaNwJxKowf9/7wcoaAtClHNh07bEZgDheYrXMV0uBW8m5Xpb3M9Lsp/IccsIftPsRiNzdZolfGw8EgF6JSKmapSI1KlF70WVmZKqLuTFn73T1RW6F0cjhxk2nIErOxCg/c25+WF6/evHEQdoqwM60XzHiuvbcUhlLVp5nEIeEMgYUazpcR6jJZ5dHduPLKT7733/zsD32vUm2FpgXhXXaeu3D5t//f32exBFbBxXjI7Rg1Bm5PlTWBaKQWAcWCPETI2IyIiWQnRp2NVJ0YjRLmtQhAdBCIdk0Y97IsS4CcgAkhmet0jIegUjtgQAhZAT/eld1+yDxbFBYCyyTprA3VfOFm0wqyxNBPUymG/WhMtZmpVdU93MivL9hzlw8u7hWLKCyXNU7MQaBceiyLSk5FWkhHVVO1XQbQ+Bf8OKHih37vw8+//B1veej+9kVvQXgXndq6X/7A77x66Tkda4dVFkFrSE13jkLO5o9maxdiUtpw4D70Ez7MxHove2BzMBSxp3xXAz/GLBOdLOmk3GiIFDGJ48LlnbTbM3W0M+806sZo4FKexkW5CJ5JmSipBJZwfDfRXcWqHJsizNs85cCcALFUp1tRnSjFiuErev/Kod2Z+0OmLTchVpxLqpxCImj5sl+yHJlbzqAGbEneOrz2/g///sMPnG7bFS0I76Lz/MuvfuBDv6sgxINUi0iPuvL+tb2F5cFKjBcMMkDDnGH12KRnhtm5jXy9JwaJMjEMO/AXMwlLUiWN9jS/bX0tjQRcVgrrO11gUGY0y0IQysg8SyFxNBKJzFY2kbKydS/rdHKOiZ/3OknoGYgcCLG2klfJVjLUwxsTf+mgfOnA3ijcpAYq9Fwa3hA4cjg2SpqNJ0ZjOc1aPw/1+9//oW/5+q++/8zJ9qVvQXi3nP/nt/7w6isXhfcMlZY8x4mTiCVPLM8stxhuNyQi3SCVfqOjHj05vn8lPbViEhOU5L6wyriko3WGjAYppDEpl8LwRCghjVIAPWczmVoHWZtOTeqCk4opbarKQgTrw4JLCXcGmgL01N6h7pMUNM+NVVD4D47zRLHcpBsrfHst2z7yX7h+9MqtuDctJ1XFMFHFBQt/vLhIRVTWdBoDakn5V158+clPP3329HbbM2xBeFcc4JZf/90PF8VUBaLAGBRvdhfE7S3A5XwM7RYlgfU1X8/Ugyv5m7a6IxM6ykuJkZ7pqbRnOLBRIiOgjsUEw1G4/IHx4OFDqgX1+6MwiKkoLaZuQtbOQjQqBM9kTpJOOLoG9JiwlMJL5j2SInyPJ6ZK9aKogyi4dBAZaxFTqwY8v8zDxaNq5kPNpCPhqMAsb8gwROoj4rwcxMtlPf/Yp/70G7/uq7LUtBdAC8I7f1545epzLzwTYm2UiA7FP2mkU4Uom2nqZpOoiUfhk5SLkwlEofr8KFlRoWvgDhYHtwEMiUkS5VTE/QbO8jRTSmMXIUZtEo8ypPBVAqlgxCFTbPF5H6TUUuGUmXdeGy1pCC4C6jjysIBEEe7knasrETTcTUGOqQzOsU5mPUgUuR6KdMjn3ejSJL24v7hpHXArTY4D70FcjWN04XjmXIZgRf3HTz+9c2v/zPZmewG0ILzz5zc//Ad1NU8IafxYIIao0DdSaB7BQtMpjJsQhqnczsz9nWyk4T5VDBK+D1FimhmlRQJ/AugEQ1ypBGdoODdGOcr/UAERyFaaZiVQoNhvFFJT2RXXkGixkDvnOGSPwoRm8hv77U4YnGONEJg6Z1LTxbjY17ymDQ6+NjAxdrOMQSr63M3Jfh2cl9TZJKn9ZsYUUbiUYHz+0osvXbrcgrAF4V0Ri37sU09K75GtsHq43GygAWmcq242a+nixbGxXMit8XB7rT/OeZ46CAghqUuEVlJ1+z2TKA4JnmRMos4EIkgq3NiFv3BwDXmQ0XQbzaARsBHCy6Vexpaz3o3GDCqPRtqdogIL5JaYIUKYiTCH25oYMsgfs0zPj+o+6rBBMJw4cVgKyfcLN7E1siBf/gMawbbmR/hQFPNXr11vL4AWhHf+7O0fPfvcCwClGDASpQHp5WIEBaBBkKCTFBgawsfImPVeJ5c8uFIbk+ZJplmaa1yMEKj0IjTQG/yJUtoSwKlNo/MLxNhUKiMAW2jsHZD8BcDTB88ENiew9oPj4hh+OmuXVRWgYgupowxAe4jDmqJVXJPK8gweJjjh4LkrYZ11s3qzIyeVrHJVFOWRZy4yqtCK5To/Z54kGZl1127stRdAC8I7f55+8ZVbN/ckQ4EY3MPzx5vsITRbSCRcHxtNpZ4x4zztSZ5gwaOWWiUpkJ9IOqlKVNrtSAgANa0QKolMKOijWbCQjYAaMiHEnc1OPdETzbxhyKiAFb1H6QxAIdMqNpLdSGI4uwYfLKhgcXJU4kS5jK4yTNelyzpwX9v3ulxMetKd6klIQiuXVIflApsVzWBPWG78YsMwQsh7a/fWsYxie1oQ3rnzp599uqrmijXy2XhEs6pLwaLHrjypxFDelioxzLUKFfN+vNntjRLOa5MCFpVMlE4MBrSAKg23TnCKGgAG95OiEQLmZPbS7ONHqZshFpxGVbiq6wOOwaF4IpVPaTiOyprec8g1o47Rsqg0oNcHoG14u5AJDu4YQHUs4f+QQm5s9lQ8ArYrKz/N+aQyNxYlrlNQ615Qt4XGXFHZe29n1/mg2/m1FoR38MCV/PLlK+i3Apco7bK/TjKU3daI0VIZpdPIIeoE9iGZQa9SUfrFqJ/1ujlPtMcYU6GBhEYUCYANlmSwNd+0yimp5ESpEneDAZQAORIwjc1GPjIh3F7eFovC2Bj4Szh4AIUxKA+ebumpTuMx8cTwVWpc+UBKU07aJGV9JzZ5fuTEXlVPbVUDkBs5U96s/zcLiGEym4XQzv23ILzTVZnLr1yGlAuLonxph9TkYY2ci8KRbSydMOshvkRnwKpMx/0UAs9E6FzlnSRNjcrSgNiDdAuiRgCFgdvSwDeVYjB2xIufeugIFrccAJC0fM+pZiOdbxRqxG0Nb3SgIOfQ4KzHjUWJW1VCA6aUMUCm0Rfa8GDrPNeSFzoJszAZrvSdnarSDTO93lc358VRaSE79aGJayN1P3HTkdQxWhC2ILyj5/BoenBrzxyrVLBjHC7lzahMihuzIRjGMx5x4zYGEZw2idGio0WWGmFEAJRBwIilF+QluMA9NQXgzlE263+coku0PAvHNIerDgJeOHQjXA6lNir3mLKxpZA+bgQSg0Z/vNARRCPIho0HRR1NHMtW0cM7RSfvRoDfqi7i/LCcjzXb7KUH1lae5tZwro0mz+nHUB2ovQpaEN7Rc/PgaHJ4AHlYU4QhCNCsJ/lASOwiUMFExG5iesYkzK4Oup3MYAEGMEkD0FELYSQWY3ArAgPRpisggd+kWO5foMKSDFQ/JbjBzciUN6K4TKNLI8Vrbmlw86ZSinDE5oSKrhFbEzSL3YS0mE16B7iS3lugbKVQDz9NMwBqVrhxEQ6L+ThT/UQfHNVMJbdFvEnAm2mt26JMC8I7fKazWVEUf1Ygu0kHiQfFUmJXa5UnSZ7oLhf9Xqff04O+khprKnm3I5Mk4tXfFDwxA+SsEWdqajEC1WZwgky6wBv9p6ZziPqGAGP4WMqTvl6rm/ZwMWPzzegAIBIzTtZs6OKtlNbRwQuvvY8Svsq79aKS2ue9TmXn/X7ncFIPulnPlqMs2537gviVkbp+81m30yGp1Pb8+ZxWY+Y/5MznC1uXDTvcBmIThvqINkyQBxpjMuzBQ1pYdVOVQuAnUV3X2lIlCniP441Sk6QCYkvR9OmFNiYei2EI/OYSefgJ6dB4H7CPjwgUbCkqGpei3PF4aQM5kfqH+CDIq6yZ/8TcEZXfMEtFRlTU5oiathgdCxCgZrnu95NOyoYZX83UeielSurSm5SqQXK0MpbtNlPLhHf2LIrC+5oWfBr7amymeYxFSU+GkjpMCa1VWvXzJNUiT1WWqjwHIFUJXOlZBhEgl5ocXSjMNBruZwHAqPiE8y7km0azcNjLX1ZEATxNpAl3cssRGRpkk8uqzNLQPi5jVtRCDC4sl/rF8X4/llgDjqQKavoHk2U+eGBtJtzqSm82ryrHbs5838j9itWeH6u2odhpt9sVbTzagvAOHrjQJ9NpcPa4L3gsU98oF1KlBjUtJE+V7kBOmCbV/NbCFGI8ct5DEIqFFa096rrgHr1Yyo0uLdKWHr1saVu43MxnArsFuLpLnmrYORCNMhuFquw19ybWJHDUtmzEf9FtAhv7nC0jS0ou4SfjfkYkhwwaatMpdjHgSVWJdCmzA4hZHYrESSGX/3IMm2Wv120vgzYcvbMgZPuHR6SH1FRDG0i83s0TdT+dRe3fbpoBEynBs1TnmUlT3et1ur0e3EGbBBM8zPKanJAvcRWPV/hCfL03Gg6GB4hG47FTBd6zkS6k1Xj+ug8RaVKAKJamsWnitKnXxOVDctqmx7DWYDiKPU3g4CzTEEDnqezBU1Wqa5QhfwzasvfND209DFsmvPNMeDRdRLhgkTRwvhIXi2hIhTZ/SCspoFBEZCoBMqpnSR76I9yf16kejEZJ3qHeBk57EiSaJaQlnS4l2RrIAHiCbzZrZVOAdZZReZMEhUmTgt32yj6+q2jMCP2SI2OUjfA2dTBoghSHSFmzqquErZ3WyoWaFjJEksJTrYSEf5Prp3m35IvaV2ghAz9Up7wz6g/by6BlwjsKQnLAduRuxpcjMktliEZdDfMwQa284Be3dnVYnLpvtLIGBGhy1LBAPUHsNHhHA6C0nIv9/KVHRSMzQbQTaR7Ho/k8gDo6GSE5c2Qo6Lh3Ah4h0Do/igujAyJnyLo0MOPR+xCQ4/H2cC98y0AgedqFcNTAECQ9Ss/aeaBugDRQbdbt0jydVInMk0QjGBszYAkgNTwfD1oQtkx4p0+TyDXlQnKjZo3GNY8C2NBiH72W3map6mixMcg3h91hLxkOcpNnaZrEpdquWFoRsqWlGTs2SGvqLoEGZ47D0eXSPsWrpPAtOACH6LF5CssqKSo8OR9RcYPiZECjB1ZGK7Tm3QIJthlXw0rSsfUvLWFAYOxqp5TSWsPz7GRcHFSplqq20eEcDooA5OnKeNBeAy0I7/DBq5g2Cal/TR0Bkvq97fqpg19J1VoW71vLTm32Nob5aGDSjlGpQc1RnAxttiWwSRiWGjBqWQvlrym8LPO32Kjj04RqaJy2ccMen4MIzfQnWzIpcJplzSwdEiYmp/AtyY49SUlklFqI3jmHrGjh9gyHT+EdxNpm5ifPsqmyWoRGl9FAvGxpUpXJzY21tZWWCdtw9I4euNCNxo3bcCxTTZ5IghzNECwApqGM25l8+ETv1Il8c60zyHWeaxw1kxEdCMmwmnp4spn5fH3bram7UK9BULQrSQP79dXPZUOQVGRi427RfALvDRjC4sKwW6IuLI17GzdCIk6s2mD6t9wIbtqMofnZ2DeRPMsSoPHMiG4q+3kiMMbGFghg+sSJ9dGgrY62THhnQch5N88kOVrH45VzCih54CHl3Dh7pp+9Zb339vNroxU16KVZbpjmTJPdEkauEEkGmhilKZTIXm+XfXv4tIlKmz4EawSyI02wHbsn0Z1Do5jNGquzBk7RLzkTM0PXODU19oYBc0gCYQNQCGhxeC0gszunmjViKazw3U4+6DrFitwoHlywTmh489GPv+l8lqXtZdAy4Z0FIetBttQ05o/TrHjMOxAkdqXY7uWnBtk459p4nUplJO7mCq5wa4lWmhrzJRILPuajJZYbiuPLVUK5/Jz6fvx4fI0fl4MwPSQE3b47SkuFyI8fjL/2TU/VmqbeE5ZxbuMKxfhrjiTLkRt4aK8Eg4Qw0XLQ62JFNjIA4SMP3d+K/7ZMeOeZcDgcSNx48PF2WYQ0OgFq2teb/e5mR20ME8FqoD8c4+QuMRk3SjSuoI15PZBSaBruoeE7kolhEKMeF2dwlo1mZWhPg7PjwkykCFYg5kVDnkvHp0bYDQtFYmn/SX32pVIMlkUxiSWYBi85U0Is6RTXOHDoFBsscknH2gitICeMWtB4Hle9Uffc2fvaaZkWhHf+jAb9RMkSNxxwu46T0aCAS9qzvlJnV4dbK+l4mDJRaJVq3BLE3p2kfiChAZjJovtZROsz6vshu1nnbbN/xJQiiacQINUkv1HUmkDkBRxMxeos4pFqpJ7MtF+rzWBfPjbYbKa9afYaPlc41M3JoAYrLBJx63ltLdwYYlGGa8c4Xgp0zdJkrgr4oUqzFL5CDccAT/TBh889cP997QXQgvDOn2G/n2XdYnrIo4vN0h/WOYAx+AhSqSRJEHIRUGSyVMFXQIdSB4QEEI7yZAFoXRmwiMO5w5FRWvgTIkkwKUOLT4VBJeeeNipw7Qinso3UzDnvm8aFMligbYQJl4WbZR+DhgHITAIhx7VOIOfDAVMMa4ELm/6iw7IoupEi6YYao2rJRFlWZV2WrgLEohq4t7kUqZJTLr70He8cDtpxmRaEd8FBt8Beb2+3kRzF/VlJ4hIYPoZosIpo58Us7WcSkkCjhQESYjgVRtnjsSKwR3HEKKt5hY1ygaL2ipGWvTZcJFRsVZYmZoAZBcCYo7Aa16pJCDEnRa9Bd5sJ47LSE6kBKXA6NWLQy4GLI236UkM/ULxK3Q58U4BnSyVVLyOkexI+wScUo9K6kyXZzMlQY6Qs5V95+1vbhLAF4d3BhIN+3h/UEenu9hYRbucKmWkTamuE4Q3YBMaAjuJAGXjTRIArnJb+MIj1tZ8fLYCJ8u4A6zBMQwoGkNQpDtZEoXDUm3lM4HDGVJM6DOZ9XDb5JKG72fFvFiVQGMY1ghdYJg2o+GQhqDXauRr+Ey5C0NPGNcPALK6DOBfqoqpCXRljAjUTAYcWQC8kcGAICxfYaG3jHU+8pX31WxDeFSdNTN7r41Lfa+PSVIqUwGfSYZhn4PrH5K2pkFCLAKfGqFmHK/k2VGUF7BNpkqzb7c6nxd7B9fHWCXjk3lrGjIRkj8lIk9UqMNeouZHaoQxSNPtMtIgYw3KbkSqnkkn6YVgAJSkLHyzNF6CFRbMDCcxKmSOwqodnDO8EZV3XDqVJa1cbw6uiwu9UEDOHsoKbKSvN2x5502jYxqItCO+OY7Q+sbXppCRj3tuG2Lp2YVEWlUnhD9/H0BFIT9ZC4TC1A9JKFUSk/GBn/8rlq5FWmiAZBIaz9ZXLr15fWd9kItvdPUx2Dje2TmZ5B9NDI3HNj3uZCi48/AiBusC4XhhoCQMiXuo9NGwsaK0RE0WEHTpKBJUlwWOjD6s/EJy6WmBBCW5QCwlPLRUxaF3vTPaKaXTOpWl05ZwzWdVVbeOi8lMbfZJ/83/yNW0s2oLwbjnAcOsrY4beLU2ihUEfmbUgUQUU0lZcqSRNMTi0FjI/yOgYc4CUclFfu3Tl2uXrg8Gw1xsAJvb2diRXo95wdjQ7mLxYOFe52B+O+oNhmudr66sntjcGg5wDnpMEQOsAVwmuJDYCUJxEn5YNfN4I9JKpoG8WFbFBL6Qh02uS8ZU4XdpkjpGkvxmDh+vMZ3tPPfWS9257czzsGuDCauFqJ52QJbw39Edf9kVva1/6FoR3DQiF2N7awoAP3dCwIRewyO8wnYrCMTZ3dc1QTZtX1kIGmIs8AxLxtrI3Ll0/uLHf0Xlu8o21jeGoE8IZoKzA1M2j+fWDxVFRL0p/cDB76ZUvAGSM5tsbo1MnVk+e3h5vrutOCtFwOojS5AhACnUlDqDyuFzCgPzQ8+V+B4lRCchCi2Ar4eoAoSl3xXyO9k0+1pWbTQ9iFW7tFl+4uHjxel3OiwsXZw+e31rrd11Zw9NfxLjg8vEn3n72vhPtS9+C8C46Z05uoT4akBwNglHDEMNARcUa4KAszyEy1MCH2kjcCvTMxvlkdnBzv9vpdvsDnSTC8DJU8Kc2qtPtDe8/eYrlR3N3OHU3dw+f/vwzu9d3itniWnG9vHnEbVCC9cYjgbAWvMuBDznJQQWcXUORKPJkwzFWFtAkNLA6QvAJz6+csrri1lalvXJt55nnX/Ced3v9eVleuHyReT45rK/fnF3dnQCKFYvXpy8/dv7cWrdToW4pL+vyi976aGp0+7q3ILyLznjQyzAS9dR0wC1ebCLgkhMp7ZKyIHKjSSBt865WOCEj6rJOk0TJLMtTG/y8nFdM97MB5GQeJZ6E7o221sfrXG9Op6fOn7t28fKtK1enezf6Wg17/UzpDJuIErcibAk5IYaZWHSlYBTnBTj1JFzAriA8TYebVXUd50fXLlw63D3cPyy+cOHald1JYWPt/WQ+OyinGHaW2DMcb2w6z+az0s7d85cP7ZYBoi8hHjWdxx55qH3RWxDeXYdkRJPaFTiSycgzhcY6heRaC2NI5UxDricpU5NUr8TSidbJYl4UdaUhqlRMM2oeYmnFN10H+FTmySDrjda6p86shdlDRzs7oSzqYqZSSTNuuIhE67nwAYxHRRpCIXzFnIVkVZBJjXeFjNYtFvNbBzcuXn7+mYsXr+ztz6JVvdKzg9lsVsydcKlO7jux2kvVic31orCXr9yc2+7uYSn54bCTTIOWyejkiY32RW9BeHedE5trvcH4+mKGftc+oGIvlkQcsFInMUnK046WWkA0p5ROUvSyhqQtyTPA32LvUGkNN2IOAAR3L+A/KdQ7xIlULlBKAtv+HlK4kmnb2+wo1nFFz9fWOYt9R8vhEbBN75spcFS7wAUNbEyGZlOJ+5q5KpYLP5+xugQiXRmPr+zsJ3k0qV7pDc4PzqVpOisOTqyvbw86qp4sbu3u7cxVT+zU+U7tJ4taJ6ZkLOnl/X67vtSC8G5jwn73wdNbu1deQMF6ib1B0hJlqYjwkSdKKcj00IiM5mKEARzKAF/gPEySpDrjnjPLI7bKlatkMefYkEvKFCc1IacLIWBZhAsIVFEqXwH1pklVLCCxC0URGTcSfgZmg4Bg3iigclqlx8IMvB1AErioi8n8cN+Vda+XPPLImTMPnfIm6ays9UZj9KUQcjY7BCYVs0N/4GxvtN9JEqb5LV4s1Kzys6oujUrztDWpb0F41x2ceikPM+EqCxe/pP43IJDlCj2Y8gzYzwgtcRw6SxV8qo1lNuvIuVmkJkX+c5wnenLEXn716sSGG/N64XgdIrBTN+sOO51EA5qK0ahz5tzpHoS/nRy3gkn5tyjrOsyNSbHVLhxAnSlJUhk0wh0gPK2ZXfhqWk5u1eUUYti83xmsdFAAJ1HMAFlHIT2EqtmA2cICnksnZ3OXdXQ3T+KNW8DiEETXONJjFfk+tS96C8K76Czms0/+3m/O9l4UqCSPCxRAdYpFHVzHwEWMM9vYOcAFfBRek6ILCIHQLnDX7XbqTjWf29qyVy7vXry+9/yl3UKK0uRX9o6ETOBqP7G1Vi0mXcne+vD9aWAvHTwzHg03z2xlwzw3OnhbFXOIWDu9bqjRyJ6TngX2R3xAIQvnuXV2sSiODuFxEi2zTo/LJMRkUcBzX7ggITWFZ9jr5akJ0qH6aFH7BZdWRWzuC+eYhazVZHpR++U8TntaEN4NB2LEg8sv3Hj6I4sXP/n17zzTd1eeu3FwEOqA6z44QmaUzLM0TxLZrOJKnmQpUCL6GWkRIDDNdG88rP3hwfTopQsv7c+Lr/obX/LlX/s3Lu4v/qfv/7HZjG9vn/1bf/sb/9X7fuqxL3rHt3/L39Ku+IMPfuBwZ7/TzZjy2aCXGvgL4FQCq2kNUTCKE0YqDKGoNonKwDfms2ldlkLqPMu953s3dmwp9o+mFkgzHSodIVqezyaS1d0068LT9QkEuTt7kAkCG/dY2O+mqDnqbBFdhUsY7WlBeMdPURSf+eCv7Hz8F+47Nz7ZTVbu29gU2a/9ybOfvXIwD154lqYKINLLE3K55hpCRI0q10pJbXRVVSoxJvPFpJRKAE7f/PADPNUPP/7A1kjpvD9OOS/DrStXf+5f/Eud2rXN9dX7tsaZ0sz/4fs/sDiaDNch1I1aqSxNyrLk0Udbe76ICr0HCebSugowU1fzslgA/IBYgfp2dnbn0/rgVlEFOa3VU88/OV7funmw40NpF5P1YW+jl+eC17UvSme9nC9CN8kH3e6kKOq6vnX1yt7N/bZZ34LwDh8IyK688qI6fHGc2d0XL6yO71vp9uS5wVeIB68fPfnqgdNc5RplkbJUJkYZ9A9rrM40BH+BNLYha9Mm6fR7qc61MrPJPO/mfDo5vPyy6Y/edv/apz972fHQ73TSjj63vZ6o4HzZH3W++Mu/+PBgzwFKUINbINIYhKU16QJDopc328UxOIFrRy4GC08gS1NnrY+qsswD6ld6L3zhlY8/+ZyVo/EDj7/w3IvXd14dDzu8M7jywqWBziFw7uQ9eL4hiJXhMNemmJeSyenhwSc+9eQ7n3hz61PfgvBOnrKq9ndeSvz+oKduWTm7uatd2d3sfsXbHvzChRvXP3lBq6SbqFE/TZNmUV447yFWJPskXHpI006oXVRcZ7nibjjGNCs3xi0Wt66+evjyS1/y6ANvOnNOye7Kyuqtw5trHXXlhWerar44PIAfjypL2kBQWHlng9OJrMoiJaHhWDfTqzgOHh1OyXBUr+DKJD4Kx+1g7USnN94+9zAbfuLTr1zr5+srWxsLD/A0b3nb2/7xP/qvfvVfvfcjv/H7dsI62ezUfRtK+PE4Tzwviqxrvd47+O1f/pX/9Ku/8tS5M+2V8Od+5Pd93/e1v4V/n3N0dDR56dOp3XOLW6P+ajIeX9p9tRtYr5OXUT/5uQtGmDOrg+0h31rLk1SSiDVwIHBiKuFDG5qqJuNOJhxuNbgsT1EWmzsgqtq77mC0vX2y28uHq/0zZ086W84nR74qlBBplnYHvfHqmk6Nx/1ERwvBOAJgjCHFfFzn5cFic6OuGLCkrUmOWAWuxxvb65snuv1eUS5mi+kzTz/ziT/6eCgLFd03fM2XvOfLn3j8sQeMTp/6zIsQyAL8MlOtjDODAjrqlne3DnYe6qXbiT79tre3pmgtE96xU1UlSsJEcVQnMe2vbG6dTvSVl58ur8VB2h/0cleKXIh+qq1dCD0iTQolFNrQN4YTTAAcTBTBVY7nRjG/mE5ZprhA5/hxkinT7Q7WmUqYkFliICdjzmNvgAepFSMnJWsLFAaVMgGI49ouLgqT6BP6VkTfKDhxQDgJuYk0h+ROucAnk4PZdD+X1YmR+cp3PvLxP3iyk6UPP3j/f/aet+rJ1b2XXhok7vTJQV263MTRIBl0hQnqcD4bpObkMPuKx08fPff711/8yvseeWsblLYgvDOnrktUAeQSYkxAAMvZieFZW+7Ndg5jAOJD7eseZ31I9VJOY2QCpcsQiqiMhgtEuOrEPPMmT6vZXBiVD/pFsQAUmSRJuz2m0mh01IkyGTKmJAMJb3GshnQO0XkG/STIfJe2dlH6qXERjQI9ebGY6UlnO5BuBT6RRCslgT3hfxVni0fOnzh/31ldLHIj3vrY+fL6C6+8vDjan7H9ox6f80yPUp0xNlJGKG6E79RyJBNf7iebo8neS9Y+YkyrO9qC8E4cdPz0GOmVi7kx21GpYLKtcw+9OP1cdascS2mFG3SUZ1bwzED0CSdJJEZvnIRAOTlYkDyh5iHLsk7X1zbvDR3Zx6skhQyS61QkmZSGPJQgmXQqMUA8OAWDMtio+4JDocFCxofCarTXSz5nS49CHBzHQilKC8PX1tmIum7o3AtoXV0bjccjW6pRt3t487otD156/oZmbHZYZF6fPzFOOz2jVJ6o8SiHeHd7PJzP7bXK7k+P3vXuxzQvna1aELYgvEO/qRgXB4dyMtHoe8QFBJYmFZ3++NR9F3YuZNVimKadjCFJktM17hfWtcCZUg7sGElqiaEEmwYKMzjtidbTtgqJ6aBdYZoqqTzErlygyBKxnFIpJ/c0Sf4tZKtEvvVSoQsvGarhzi4jD22gShcRnGQAam2lsCxE/vWkHiyFdr5CAQutx+MuAG0xARZPy6OjcrZnTOfsyXUAWaebBwsRcwFPadA1PeX6eTcmhhl4VsDMob0YWhDemZPAxVq6+d5BwlnSyUUCGRPgMBtvn9i+Mnt4a92XVosqy3uJSYMPAIkkSTiJhZIgqKSINOLWRKBF+8gEiapJACSpVESUGgW4yhBR10kr6esSA0rGjt2q4YFRsZdhqOkiZYkArqXGNj5NTsv9KCCK0k/4RfAeIlTPpCRFKnhHyKINSQp5aD9NVDUv0yTjHuPYOTCzSrOO4SwNGt5QVH/GjbJpxmWmsswIHExtQdiC8E6BMOvypOc5ap9Fck7BcoiSloftE5vb61cOdvaAXCzAhmW4VMG5g2SPUAgxpCct3ijJjBATS98o0Bsl4HMIWgF7eAP0gDk26EWCww1FklfDohBwcAIPVVaxmVPDtd2w9DVkS+1RTmLcZNTLjn0Tw9KbF8UZkWI5SbIB1QaudJbDd+ENxtY2Whc44BN+Jq8iQhf+ub2BVpM6leRSSt7A7cXQgvDOnLzfF4O1MmrcfUByC42aYbSVQIKymTH9NMu0xq1CJU2CLmiNERrZfGIg2Sjyouy81KiCjfwHcaOD8NKiD7ZEbOGwNK4Ieu8Ehr4CkkBBISnacOPKfBCNsa9rZskc1lDSFH3trWeNTbYkdfyAu04COTAiOWI/nyQwBIOglCuhk8TWhUjlcGvFktwoPl8GMLeGhflsEnXIeqyfsaHAOW8b2Lpor5kWhHfooG/mcDVJ+yk6+SEAQ10DAgGUR/v7mLFFtLuV0qCWJ2ZO8Vj1nvwkcMlXkW+LoJ130qvH9I8JCEERuLyRwG/M5jGSbJREeSOjtmQ21G1D4QqPu/NLa1/ZmGKjla5AhUP0bEN5U0RoVA1VCjKT8GR4geMDxih4ilLqRvsXtzCcNcHgw9Q1rgjDg6SZlbUP5Wo/z5WsA9dJX+l2p6kF4R06KFE/GEvsJigrgi4hoptyWdbzRTmdahl9wrkGfoQgEYI6SNgiWgsyAJ5cmv8FTi0L9IEA2mkIE/vsFE2iW5NH0xchls7XjR03tuDJdKZBpEf0YesCEkwLxKU1VWrINY1MLUjqEEs+imo15McbJPI2iuBAOBlojR+BKBCUHgtFAb244TYeFfalTgyiveaASchdRRx282wwOvJ8q3tCtyBsQXgHT2+8qjOggjkEgq6GpKk2xpbzxXw2LxaFpqZ8YEsNeqmWltoRteoxXkULJFLsFa+Zn3E0oSbfXu9ve/Si5DzqRSE4yctF0s5ujfiDcDQ2foNoxAthKjBdU5vBFghfxrg+CoxU0VwJ07yKNVobjIw+yS+7UUj0hHuU0w+NRTcwPLzNQKLKcJepdD64ui6VzADhC6/y4Xpj692eP8/39/ZX8O9/Vja3QtqbF1Uxn0VX4k7sbG5nVaYTNIYhZtNJqklhhnyQ0P2dTJSw7omFEcrVAgIPmAn9rsklG2NZzAMpSo3EfmS7JiFUjZA9ck2gBIqtGQ7EYPEUOxASJX6xJyjJBBiC2xABewESO8j3jAq2tvN5wH2LgG0LoE20PlNSJs0zQaYW8LVCBwyt0e/CGMA56qTKBP4t+C+QEoWjvM7G96+ubrWXQcuEd/JkeZ5u3OfnXwCaqOaTW9d20wTQwvZvHVZ13e31AGSU9WHQSLacOEYGUBV0paNINoSEjTg9Nh4kUJBzHkBEFoEUIrLGdBSJslHSxnzSWZR/qqpyOoEQUnJc3aV+A6rLkKywbExLMRgGgmSQNwaRqFBxVvlYWdmhMBfIEmWlMCAFsFMzA81AI+WoKE1Fz6KsLSaS2AdRxpgsy49m1dyb7dX787Rt07cgvLO/LCn1aM0KLdC2wV+98moIxfbGybrGHEsnCe7vCgH4Uzoh56NlBQbjvduhJqZsgow++bLwQgXNuBx8aUR7GVGWIOrEnxtqQP3ELRbwkOhXhrSoJDfAV1wmaFqBrAixYyVRARwfHTNQrezE+tqlwxGA1TFBdR/4zw67IVj68YzQT+agqFMFDyLQTRjjU1Y7FHDz7Oas7ibjE+fe1MaiLQjv/BlsbBQqnR/tlfPZ5taGDdUrF1/duzmDRA2tYByabWYiQQMzTigijexIFc/GigVJDk3LUJ6eiE6RpzUj92wymGmcsLEa04ghBgksOJ3Mbt1MZGDoJqgx/9OJ0pkyCTeohw98e7S/b6sFGiJmRiXGKs+N4UoXR/P9vf3N7lClGnsYWDHC7kVAz2DWxLnYhKd81ZPtN0qXkqKqkRpyygPLH1g/tb652V4AbU5458/69jY6swQBmdKp06cffuSRL3v3l6+urkHil6YpXNA48wKpVwiQXLnlhBdezeFYpQXjPzT5PObJpsHeCDTxxlZQkmgp/Q0RpvW2LOcHh6G2aZIi22bdJOun+cCkXZ11uEkgkysWxdHB/spwwIMvZnN8QK1VliW9LrxBXL96bXI4AVhrbSBTxVEanGrFlNLZyjnLGtfCxsQQQl6EqEe/C5UA5VqVnzz/cJq0ddEWhHfBGY5Hcm0bIFY7vn84UVyuDcfDfh+1yGTIe4lKuA2WpH4dsg3uFuFQWWOKRra55JzNgQDRXNSTsSCCklMZBpuKCiUMpWxM7CGdRDYMPut2VW+guysiGclkEFUK0aaX0jKFZRQuVlZWVJrwNI9JHlAPMUXRxSwbrq/KxOzt3GB1LYVhKotSRxorb/zUyLGUTN7IrF7ixiNWjEjVH2LTrLN++txDD7evfhuO3hUHWG6wdcrvPV06/8qNnQThMj2aL3SWOQzpFFZLyLYpUsGzyfV4w4ZYSolkooYGZo139bGKGcWiNFATyeOl0evG9l+w5eIIZdrGw3QwZihkipGt57FmLjqnlLYeDTFUksxLx0yGQWanA/fDiRkpO73eNlfXd3ZfuXDx9MNv5rTiyKINTXsCNfWx7kMzbsTNDMdZaWvYRdwN9ifPPrCx0SpwtyC8eyLSk/dfeabDpSnj/OZ0rj0/mswgiMMdv8gw3pPYKaeeOTuuZGAQGnjTO4eL33Gpm114dIkPsckSm6AUe4Ss8Vsjs2u0DKzhVjwxtdJY3wQipaEZ4lhHevhMp5l3FvuPEAenSaCkri6qBNsmcjgwZVkfFQvrHaqsYV9ERbT/ZbQN3IzlNMaiNNbGcXSmBgzXlUnSc296pNPJ2pe+BeHdckZbp18dneZHN1SkDp+NgEPAXmZShSVJHFxpgj0K7gJNbiPV4UAnyfMGmuQklVDiQ8Jq47ZLSWIkWGGPAIEBQMA9XR6QQ3GuVHNs3KMXtsVQFjJPoKsOUF+kbiWwnOD1/MhPCr+oVL+DP92H0cpKKGoga2zaU/kFazKSU8xM099NZZbGbeDnOLStxznVtDt88C1vUaq9VFoQ3jWnNxitv/U9L756YVBWDDVbAArRO2/LymSytiTlFIKiATIfnGKa6jJoXI2BHk5IY3ceQlFJ+VhTBGVxWZhhjZ09dhgCbeSrSEI0WDatKxeralFdu3hpf2cXgtqz5+4fnNxSNI2GMsBSlLVlzs1u7F2/eHFjbc0MU3gqQJIcNyJIdEZQqEuDMr5xGhbLgVMajxORXH/hRonUNsnM6trGye32dW9BeBcdAMrm2fM33/xXst1nDvcuWBPUIF/sl2XwQIkSOEqRKVqKjQrJlnxICZ7EmM9TZ4JCVEFja0ieGHYK6lVgxseJjHgkoHIBiaiPXjHuy7qq69nB0c3dm9ev3ciMkVeub2szXhlVfgFx6HSxIGKsLl26cOGZ58uzZxfB5eNBv9PBhQ3pgkOPQobGNTSdSiNwzTQ5eTxh/4QiXY8CHXWYWReSDGi2fd1bEN5dp9/rnX/31774JE866dZQ7dlPuNk1i/4UIfFoPEHhHVtuEzknDaWIziHpoCw3JmGccq/jPCyQ2QP3zfo8p5FRggNQUp4mk2peL0qts0Qma/c/cPaBByE+XBTVrZ29nStXvfUc+w4AcIuRZPRnHjz3xFseRS1gwadVAQ8Dn6dZgoaiviYXUazESCUDPEFP5m7NWAFqAnia6okiCKdMvrJmTNucaEF495211TXxxd/wysvPTCZ7pXhZL16UHUjNksiHDBBHHvIehzCxxeBpg5YmYdDQHnI3WzuhPG9GPyFtVKjyG1gzU0r7ShHvjqsVPCbdbKDGi0WxqOdZ3pkC0iDxgzsY1d1ah3Dy6GAfQlNAdF2XvW53c7yednIIQY3CMiguJ9m6ZEwmGpEP8SqLywiZnkGz8Esr/B41aSA4tRbHBCS3KlfdsdbtddKC8K48K4Ph6K1fUlZVf3z2qSp1s2dlB9nLVoVJFJnCB0HNOLj0JSmvYbIHn+NMWVi2Ljj9QWDEYg62DZeTMwwlY4DkHMSXEEt2+r0Ki5s4zYJqv9RXNEr3Vje6oxU0o4dbeqvQt5tNqwoepHC19xYAaF2ttdGoc+OoJLQs2zY7+5xEc3DXnybLMWMUihF0pzO7Mlprp9X+Qk/7y/2P+/VxnqfpQ48+9rZv/e6jOitRFRGIBFsPoYlI2bHyBCWBdNGjgy5+H3UnAiWMy3153kyWYv4IULER4ldXhggUSZVWwQFzeZ6hzCGtBAJ6PBOWC9Xp6k5f9wZpfwgsuQihih5dzbAVGCEYTnJjUhmah8Xn1+xDNdI1ODonSJqR44gOieJwktlANma90bh9oVsQ3gOlmrNPPJ6MTvGCW7jIpWFND8I3zEeGEaQSw4/78SQVSpd5Q0zLrAzdJACBQGveld5Vrq7gxspoiDVRKIY2M2gHkGQzAhVudGK5qpjyOq24CiYRJoGfgMNxCHAH5IzTpXA3ZMUK2LJRpQm0jCElbjBRl0RCiojbj7T+YYHR4YmZfLTRjoy2ILwnwnqlBmvbvgg2xNKSRD0u6dLWILENa1iOJAox3YKky3sZqUfhfMOH8B1ON8AtiIA5JWaEuMuHokuIXKlZo9+GK0kYxJJRPS7IBw4hrmJKU58QJweMSiBg1ULje4FFybWAj49xLj4bIle51PBuOiU4Q4fPFylXMi0WEDL3V1fW21mZNie8R05vdXOuUx8rnJ2WOlBQSq33Ji5tSJNheoU9Pd4EnzhYpnUzpIZ7gBIrODh8imVRrGVS/oYLu0B+rlFMQ9UMjGZpH4Oz22Evddyx0Y7Yp4VE7ADCnQQJWKCtNvb/fKS1p2Y6tKnOYNMQngowIQATglkXhBd65oUcnkiTdoewZcJ75PQ3txa4f+BREGKxaFw1I0Wb1CYkoNAwdxMoYhnENxyIn6GOKHblMQeksRps1EOsiWu7HEdtALiOc49/MksjbS6SJsxyfdg3PwYDXdHsZiDtEUmS2iLGnM08HIlPka+LxwegWR0WTZIwErygf420XlRer554oHWAaZnwnjkbDzzozFDUlZ/VdWo6EhdrMYFDpgIuon16GvqMNENKc2KIiuhqbAziDZDBAKKcKdtoQwFZaRWkJGSQ/hPqHSJopNCS5tpwi78ZksPEjxn8qRDGqjo4T61//Lkel4MZgBfH6IBfndY6kDo3qjHiLqR0rlSal6XDoe4gascrnm6ff6R9ZVsQ3jNnuLo2WDtVXb9OU5ZcYB+cxC6oNEqNuYAxIk7MyCZ0xPX1RiZmicxGFwrH2Jim/Sbs7XvUtUeYQoJnsJ3hma0s8RxLEuNFtCh2KLFUCg9V1SgtXNeZEh7Q2CjERHQL9rFRc5ONPiKNvmInBWWmqJWC7xRS1dahYo3X+Wi7XZ5oQXhPhaPDwei+szuXPg5Y6cc4n826soseThR/QmwJF7xOErR/WYpckKohW0pnN2hFUCyVs5ezZIDABPkxMst8WUKCWC4q1PlFC+BYoRioTJLUWotN/qoo50cAO+YqkygOjEYbgRWrIVxlkjfbUejt1OwQ0vuDp1oROjshpWI4C7ifHS1Wzp9OWlGZFoT30IHc6cSDb7rwMZ7yaK1TNW/ahYzkDVEnBiV5bbOwx0nGoqnWNBLBJLJmm4YFqhYCF5pEBh7KMiyms4NpNSlcHdJuL+l2ozIyTVxVhqAERKuc1/OimM1CWaQQ3toCiKw4qpJMRxm5YVknc9ESwBHrzUqEw6eHaWRs+FCglRpmmN5VwK1MrW5st5L3LQjvpQNA2jr3QKE6XNckxytcDakXWvIyhQUZgauBuH1ksI/XYBBLl2QogaEoiaDhMfBglY/z2td+futo/9pNX9hEmTTNNYqQCpZBGicUxKLwsFHy2knreW07UoW6AuS52ibC2FlVubKKVX+l1x10UBccfoQU2AShmQD807nIXaMuHGp4KsCotiis6G6vtB3CFoT33FldX18995i/8dRiWkLihQPTuLQbRfBYmaE1Ihzp9lUj/ov9AczQWPCuaRgAMiFpnM6nkxuHC4Dfld2j6zdjHdZXNnq9vhhiMXU+X0RjOsORylKhE8vKtNezRZXBj6hrBaEvaviKWLrZwdG8nDlh69nCrQ1QggqSyCzxtkZhREETc5HW9DmzRYlyisFW1bTyebp+sjcata9pC8J77GilT9z/6NWLT4lESiZcWVdJKSE5wznqZrueKBH7fryZ0oxo94k7Fo3oPYapwRVVqYw2Crf0TZR5tye4KK3NGELFRz4vD+zcKZ2gAWiaVAcTQPt8MtGcA8CyJKlrW83nR/uH8MfCzib1ZLw17p8cbW6fwK1/iIWVDNSNgNC5dossT7HyCg/tbXR1HUdrG2e11u1r2oLw3otIzz78+NWP/mZwe7YqokpUjKZ2MVZBJF42e7siHhdFsEEfm3V52QCQ+n2eyZAN0lzJYbd7hSvluVbJYLyeD0YmSRxmlBJFmKQqazevqoPpJJPClhXuKIZoqxICygq+ybjzoqyjxiIpz3m6OJwC9rJ+rkgLFUXVnIOssl5UXmrm58YVhTch3dw6/UjrTd+C8J48px988OMb5w53d5SRzkdVxzwBCIngLHrvavIt9A6HpI/7+DGiv1JYmoHiEoWScrFYZFJ1VwbbD5zZvXz98HCS9YcDeCCtszRHQ19tvJAp8O1klkG2WRdjPWZlZedlrOqRTjYGg3I+66UJP4jMxT5khf1eFWpa6y3RF80YiIxt8JKZanaU9qVDAQx/q+ysPPjYYLTSvpotCO/Jk2fZE1/3TX/88891WdFlbD7ziahSWVGtPw0kKiO5dJWniWn0MiMJehrnROMYNAw1XJlU2aouok1WeieSdPfV6zf2bsg0Wb/vlB52dKcb0rwUwruwtrEamC/rQqISo4+zMs4KDmnlzrXZwa2jo4OD+a1kPQd2ffXqpf4YkDjSSuI6osWNfqlldNwIxata1MG51CUnt84+JloabEF4755HHnvsc2unFvuf78jIfGoTZSHAhBgPTT+xFxBoRAX1nnCihax5uWzGzCRHLW1OSw0iy3D0mgXdTVa3N4qy3t2/qQf9PgC91xNa5WmG4WdZ+SDSLFUsqsp5Nqsr79h0Ws7mi6nzdd7NgFF1bura4WBqcEqm8rhl7yq8u5bcVlG5rFzYzqnN0cpq+zq2ILy3yfD+t777wkde8ouDJC/LmZ8qVTtpDNNBOHJ5QbMzHCVFBTbc/nWB6qUosiRxAlviWAxatWDMaplT/fSBxx6+dfOgivWNnetqOuuM14ZrG4EJCziLPgkp3FJir4HX3k7LyY3D3dTEJM9WVvtyYKZ+3h100C0DC7KS+iL4k9G4VHprra90sNm8ltsPPdGWZFoQ3vPn8S/9qp0Xn5o/+2HF5lzlQEjWi24PIjxNCk6irmLe7ViLGoSQDZIqPS7WaqUBinUF3Blwk4Ka68oYG1zSyde720VpS5x+cdODW7a0OjEKFaVisNYBHK0LZVm7xdzO9DAdDjtZbriRHlJIW2sgSxYBYIJ8oBrvUUGjpBweoKxK14vrD2/f/+b2FWxBeM+fwXB8+vGvvPLKs9Ze53WZZkO40ovFVMoeLhihxH1cLOa47kDWnfhBU6UQfyIctcBxtUAuTZwBgiGGXfhaJ1m3N+gL9IcI6L2rUGA/1sw7vyiiw5HR6KxQbrQxHK4nwGeR44JwbRe9YZ9WCdGlra5tM+5tcUwUWxWQRuooD4V64F1f23rxtiB8Ixw0oE+7u14No8qr4BeLrtSoMGM0bkokaGsI3KOUVMyQP2FgBs3tcXueJkhD01Hk3GQGgsfKFpUrao9SF1pbxg1J1cCf8KUy8AjOcU4rG7hHjPfCzgj3FdAl9yKRXOH2BbYoqTOCCaFzwVdYn/FpcVgn2qw98a6t0w+2L18LwjfCqer6k08+VfK0o7rOzURZsJQpo2r4hAx9JZlAQPTIUBI7x3qM87gDIcmKiTfGhlg7AaAIbYZr41CzydG8rBa39g+ESiicFN4DlLA7D7fTKCAVsOITapVQIwQAqUWWZ2hbiqoWWO6hNV70zIZM1EEq6MP0YJ/76Dff+sSXfZNu1Q1bEL4xzgd/+/d/+n9775c8MB6cSlNeBIg8s1QAoRWVMrqcTtGNGtI5IEIeXFULjb7UjmJRhvpPoRHhJWsKTN0cenea7mgEd+mvAMDiUqcCG40OMFxBOGodGt2jgFQSOIploMAa9kBsxOCVptTQdElSAQjYUPga0CkqF9TmIw997d837RJ9C8I3xlkU5Y/+6E9ffuVSao/Wu2c7KylOVc9Ra1AkkOgBVODX7gF7UWK3QpLdPepts0bzgrShBA3WNIah5NcijUZFfTTuVUoIijsbbdIEjQS7SfROsogewramJeGUxm9sXdUUqHpJjUmPZZ0aexO4nmEXQLAue8d7vmNl80T72rUgfIOc3/noJ576zGcg/Hvl6u4fGTd65wOne4PCVqEOBudkUFVNYYscDSsiRJmQFCrl0cQCF3AhWG0GaQLBEh2UONpRRGAyoWk9A91jcDeXpuBwPDzi7ZjHOieTSiiGS4y2Jg2noGivlxMua+sCuqmhu0W0vFrEqVOrj7z7xJmH2heuBeEb5Fy5tve93/fDs2IiGOolff7lG4lOvuKx02f7KplO+yzNUlSex0KM0UBa8Clu2LOoIX3LEvIMJQak7YZGm4ZMRmnoFMspOLPNlWREhqHxIcU7cQlBrVSew4Oig0VgNblZ4GROHWsSTIT7Gh94Vc6Ah4uZmk78gRy+7Yn3tPK+LQjfIMf78CM//nMvPP1MxLgQ9ZcKzz93YVdpvvLO+8Yq4ehrBqEnbU14NKXwLhR+oSH9U5oBurQONiplaPVWBlq+wEKNUujd2wx/o4oMc87DAzkXUJ+Nkb4aYjdIrlGTFLUXRRPl4s4iDnyTB4ZHRWHvfFFUs0lVL3T37OnVrdZ0qQXhG+W8eOHyL/3irwZbMd4IXWPadjibPfn00dY4e/TMWKQmVnaQqFQB/BxDlUFd1Z5zFxSSU9aXwqAEvccxboOIUwq1RrGE0xiRcnasWsNJNZjEajx2RUSjnmYh0yRdRRSrsHURPK4sOQupoLdFIepY2HA0L+YH4daeGZ3vyXY+pgXhG+McHM1+7F/+/K3dK4BAlPFthLVxYjvOavexpy4gdT2wFTsekMhdDVlZYoyrURmxxvnPmPe6tqy491m34zF1xHUjmi5DjzRBoMKqKaoiAtxQ6Vsj2wlS9sX+O2mqibou0LUXmxA1OhOS5wWJG8I9QzGpJlW5fzB1Mx18Z17Z9rVrQfgGOe/7pQ/+wvt+OUJ0GS2NupCEEsn3Bi4u3Tgo5s8vFu7dj28lGRtp9DIzQaL/tRRRioPJ0ayYr66vJ0nKkhSyOpQsBARHTwLC2GWIFkNMiiuJFD2GvNahlKlW6CZRlQUSrMePqpwzWwZXa3gQiEKrurZufjSPc/bqjR0LUe8kLhYVBKYhxPbla0F4b5+jyeyDv/tHP/yDP1FOdxmzgB4yVKEWA4qAcuzSyWRn5j757CWIK8UTZ0Sa5qLkrNTUFcRkMDFFUUwODrvdHs6WZQmu7mqDmjK8MY0psXOIdvPwMzlgFSNMEhXGdiHOjda+qlCqxtW4Ukzq+iKKuqyroq7rUDs3nxblrdqWgqsMEHiwP+kcTmxt06Tt0bcgvDcPwOzyles/+CM/80u/+Guzg+shVoAA0fAgNvsaA1CyfkHzQb5zNPnwp569cWv2NV/2+Om1dC2P0pX9bs8HNxgMtdKHB4dlUS3qMh30ssybxEdAoZFMYqyJtVQrOX1R4QRbIDl84NGlcpuiMZh6Ma+KeXSAyyrRupiVZVlb66fT+cHeQZgKprOjoxmwYpKun97cnk0XvV7rxduC8B48i6L62ff9yr/5pV9+6tOfqcs5CoOS+UtcaoiiyjZKhwr6NoIFc7upi595+bqT8h2PnHjs/uHGoMc9V4Fpx7I0s10HpFVUZZzhohPJ87KMpVxxiCgj17ERaGM4Hopy+tjf8KHRC8bSqAAyDGUlPASkMdSxth6NZ6I+OJjNZ4VDSSdVlhgoK6Pf9Kbza9ubn/3c81sn1toXtAXhvXSAgp787HM/8L/+9G9/8EO+miD80PyPPHeF8BzRyPFyFwQNYkNMFAVOinE2c9WTX3jx8rWLu4+f/6p3Pbiah65k3YDrTL3BQLn6cHJQ7ENwWmdFLaSyFpV8dZphfSbGoqikVLi4hGsXnqNwBoMs0VuLY9/IhTi7XVeVR4eLCt4sjqYofrhY2EQo50Jp3aKqTqyvPPrWtzx1cPODH/3Eu971+HjUb1/ZFoT3wIHL+pN/8vkf/4n3/u7vfORof1fE+v9j702gZcvKMsE9nCGmOw9vnjJfDu8lZJLJkAkqIJNIqcgklq3LqS2117LK1Uu7a1U1VRala1VbVklZrlUKDaJAY0uCCkgxC4iQDJlkAjmTL4c333fHuDemc87eu/f//3vvcyLufYnVzcv0QkReHnEj4kacOGf/+5++//uwPcexmRdhn70A74f8MRoH9ojnGjXHGNU6eSQLJS6u55+667FTF9Z/6PtuvGquWYtirbK0IRu1JnDR93t5pjdXN6zPyyZq1gWmtUaaNGObJeI8YUd3OEw5gQB9Ad0OKLFyw/v9HkxMiLjfH3R6PfuvjVvjJJmemEyjdHN9k7OGanfr9XT/NYejfVMPfPLBz3zoo7+pkz/8r79lHxxf4rER/qNO/85dWLn9g3/71j/+swfv/YbSAwYqSU72zEmgkf61EYx0mFxHD/+ckzI8pm6o3qKN2Ojk3/jWxeVLn73t5LHo+ScXmqKpVasV15I6DkaY7lZ3ZXV1q12AFmiU1eJ+vd7IbH5nnZ5NEBWqYRdFEifWNyqYsVdZlgGNmmadTo+oFudnZ6MosRlir9PNrGstavU4XTi4/9iJE0udzv3femR1Y+Uv/uIDz3jG9b/2az8djTWYxkb4j/N2aXXjLz/8qXe/+6/u/NJdWWfdmD5KjKG6O68a6pOasbNXTnppYIc2mIzis6uDj3/5wbXN/i3XH7752v09Y2Ym4kjmtbqI4oa1o+5AdXsFzkJkfWXD0Z7SemKilcYpEzWNZZk4iosst2FvDq2IgXXCSTOtp03rn3Whe91BPihMpousyPvtKG0uHNhXn1x45PTy3ffe1y26qp/99m/9Bxu9/uzPvnZhbnp8xZ/KGzdm3CN68vTP3PG1B/797/63T3/6k8XGurQO0AD3hJYRyHR64npP0Ymqn0ahEOHQiSW9JfsjOGn3guYgVlY4ijTxJBazdfncEwduu+ma6w5Oz0/KWA7SxMTC5ntJngsAkDJofgyyQRTJNE3h33otK+BNAI4KvXiw7V6/mxvgsuFaqoFZW1nvtnvr6xt5v2hOTLU3+7I+8X2v+CE5v+8vPvqZ//L2v+50O5C8ipTVp2+99dZ/96b/9ftfcHMcjzfosRH+IzC/u77x8Dve8+H3/vlfb7ZX1KAnzZZRHdAahPMGUwtQuxTOxgQNHxng04XR9csYIUcLxFMPj2PpRhYiMQwwn62oWJyu3XLNgVuuO3jVodnZCZHKvuQmSRL4BCm0Udb2oMQZSRziNSo3MImLKmwqAyyNff9+3rdx6qCXb210Nzc2V5bXBJez03MybSohrrnxWfOHT9x7Zu1/e/N/vPfUJQkkGlrF9ghjkUVTyfStP/iDv/yrb3zpS26daDXGK+FK3+Rv/dZvjc/C9tvK+uYHPvL53/i3b/nkxz/Ra1/iquAFoKaNxBKMQclcVJqmLC94QtQ8M5VksDRCXrnPWJBkwn4GNRaNsQneRqd3+uzFU4+eWd3o9wZGg24v6NTnNtzMMxxe0jikC2MRqGkoikEG0xQ2HAUEjcoGNiAt1lfXN9e3Li2vWB84NTN14OD+pFFrdwcTC3NHrr22b2qf/sLXP/Lpzw0KGJIC2A6TNuKFEWCVP/rY43/72TvOnr24Z8/CwsKslOMZi7EnfApvm53+Rz791X/3u29/+L4HVXeFsz7jBcptMvhH2Piz4Epbe9TWWdpfS3PiFI5Cj34nT1j+EvJIlIsHxTJtpPOWHIULRSpkS8rFZu34vqkbrt1z/NjcdIs1ZVZLk1oigXsmiuxLo1raQ+uMIKZlRaa6nc7aWtvmjucvXLAfND07M7swV2vU7P3uwLrG9IZbbpnas/9bT/R+5y1/+vm779Y84lECWHMMokkkSgIXKgwhTzRnf/TVP/av/tWvXXftETkedxob4ZWvf7Inzi//y995+9989LNbFx6LwCnkoELPcmsoEqbTUWGXK2bvgmMEaGgwQv8m6AnhNSaUY0YtkfOhwim05O3709NCu1cAUXDCWF3qmVZ89PDCDVctXH9ocrZV43knFdpaKSt0nNa28p6Ucmuz0+tn/cHAqKKztSVEXGs2Fhf3Tk1PpfV6u9uxT9q0cfHQ9UdPPqsvJt72Z3/1zvd9dGWzCyMUXBaFwdDYUDOFE9sipK+RjCcPHzr2y//sp3/xF94wPzs1XidjI7wit7xQDz92/h1//rF3v++jS6efYLoX5204NZq4Oe0pKjhpiFmTtB4RxiMUWZDYbsvACgNUglU7dNaHzmTonHs9bRejutopKouiblksI4lB5+JkeuLA7OE9U1cfmF2YjHixlfe3lMo06CipOE5g6imKF+amWs2aiGOotMQJ16Io2Ea3d2Fl5dCxY0dO3CynD9754Pk3/fbvP/jERS0g1UTexPIgK0cscDuIbdoSJ/WFvQd+9Vd/7nU//vLjVx+MxgHq2Ai/g95vrd155+2fevf7/vu9X7+36HdN3uMqj0wPvZUE2XjHw2uIipDBDJ9iyMJE+n4j5xCB2wgoK+3Qteq/rRGGZ9EGwRBiSAghzLWmMCFlI+bHDy8++6arn/ucaxb31GORx1m/lSY2I4ziNM8LCb37vDvI+51ub6MjCptMstVulkv53Be9sD53oCsmfvcP3/W+D35yK+dGxDa1hYHDYSPktPUgCIEBNSrMNDKRJLWpEydO/NzP//hrX/2SA/sWxrJNYyP8/2d+jK23u3/xkS++5a23P3zf101vjWUdBuhOSMsimwVqYKlHal6qnGjUF4TaI+LTGGaA0K0YsSvjfJl2Joq4tW9rhEPHxp1LtB8SCSnwzyRMJPHI2oNWzYa86vj8S37ouc9/9jXXzsoaH+jOJsiPZoXQZnNza8vmf5udwVqHDcRmR5/f7D/rB1545Kabu7z2sc/f+Xt/8CcXlrcKE8NkFCh4j+4jwp0iZEeEY4nsvUgLJWDqytruwvzeX/6Vn/+5n33NVUf3ja1obIT/wzcbUp69sPqxz931ng999kt33TNYu2QtUGjr+hQWRgB+xpz1cI+HoWRPkcg7GgjaGCdHWJ5F40oyyEjodHDBILkzuOGwlZyPGa2jshAFgxsS3PlcjRjUOtcJjEpFav/Rhdf9yPN/4sXH5tKcba1YGy36UBS1CWA3U2Yw6K1uZl1m4smJfVdf/7zvYzPz9z9x4T//0Ts//8WvF5rIMrQwRXUN+PYJd4cO3144q8SNiNOsMU8Emzx65PjP/9JPvOTFz77pxmvqtfEw1NgI/0HBp7m0tvnXH/vS29/14XvuvmfQa7Oib/SAsxxVau1/IOiOQg1CO9gZZ64Xb2C+FgeUwEfxUIYRYfkCmyByMiFq26BLAbEJb4Ss6vUuZ4ToMOmV3FVJqMMhtPVDgqXMWCNMtZC1yYkfeN41v/aTNx9s6aizJHMYGVxf3dza7A0K1e912usbrdb8xPyRwzfcli4cutg17/rAB//0//mrQc4xDQTfzv1Er+GjkQIB0rETKnGtKLyPHI1MFCw20sbDrZmF+Te84ZU/8YaX3/bck8m4xT82wie5rbW3bv/I3733A5/82p33tFeWIPezsaWNJ42OsGWuuNRASa+sS1FUICFP4BCfEJ+6xUnBqKERCVcfhTAWb/hphJixNqO9z9T/A0bIGQWxVPfBPYB0KwR2N+xmYMPClMeNa4/O/88/ftMLTu6PN85GxWD90lp7rQPSaIY1p2sySeb2HEqnD7UOXL9RpH/+wU+/+wMfPLO0xkVio2hucm0gL0TIK8MJrKEepktmwfAieFIUmsfWsYIvtMeHIbJRqU1ao6i2sDD/4hc//9WvftkrX/aCyYlxi39shMO3QZZ/8c77/vXvve3ur97da2/wrAeDRUy75Va40A8YBGECQgs0rdBD9z7M0KAgsroAr6fWurpiKWxFDQlHVojVVV1p35uwuv2DzPUrXO3GVJa/f9a3NawXBBZtrjBMtnliYnh8YHHmZ3/0ec+7ujkxOG+6nUuXNvJc19N0cXFO1qKoOWEa03NHb86bh75496P/6b++7ZsPPKSlRK+vEe+jHIoHHS8CWrmbV8Qdx1enJGjWWOcHYAUoVuE4P8SpNm02CAbizOaNUa3Wuvnmm376Z17zMz/5wxOt+tjAxkbI2lvdL955/7tu/+jHPvXZlUvnZTbQeQ4+z653pagjrUM86bro6KAMq1ZQRrImzlHKaLgFj4s3GCFFrQp/Rrr2BiA3xO5r/TCsZD6SEu58qYJLphcZybls1dIX3XT01c8/NJOd0b1OlLZm9yw26jKNWV9L1pybOXqyaB360n2X/uhP3v/lr94DAbONkFWB1V36athrIYwAvKeAxJOjeCJTfpHYCFRyUz1EUJOCuxGIZ8CssIy0pt6iSGuNEzee/Jmfec0PveS2q47uS5Mxm9uT3b5rI/gsK7750OP/6a3v+9Rnv7h88ZzOuqzIAAMGoC9G1Eao58CrJoDBpDNC17JzVlf2D7Y3JKoBavgrEv8rA1ET/BsPjhPkOsNTyH3vfzVuPKpazeFUrnSfw0CWiQ3y/sr61kBHcX1qdm5+cmpKSaV53u73i3RetPYmB05eWjcf/9yH77zrnsKeAXcM1RGry23EAYYgKnd0OFXObYJPFURFFaq9vbx71513fuPr973tumt/9Mde+sbXvuwZ1x8Dje7x7XvEE9pvdOr0xT98x19+5BOfe+ThB1jeEbqAHAuqmwXjzm5CesYrlU3uwJ+M75CnlecK7qOXqFop938V0kI8u+QJh1oY/ilDNlBZ9L6eCnw0O3wzZzyuhyfRLMTJYwf+lze+5OZ9Sd30jeqpODcJ28xY88BNrSPPPrsV/dl7P/iX7/vr9toWMlBRPYZ5T+j7K9s8IW4ELiQ2FCUYUTFgjtUau1FEcBSA9xEuosatKAL2VIh1RVLbd/DQj7zqpa959Ste8NwbxkXU734jtOnf+z/yhTf/53c+/NA39KDDTTdihQAspzAmAklaWnqkSkQezNkMDRnpyxnhti6CRhrCcpSJjJDOpy+fgtPFyNNUPKEzAOMNgBJLaVM1yFJpFEPx0udUtxdTjVkNxNVi7+z0L73xlT9wct98TbBic2C2VnubcvrA8ef8k1Nr8Z++/xO33/5XvdU2h0Agd015Q/8jRMHljJB6m+h/SarNoYN01QhtHog8OlA5omODKBnGJHkBxBs5cBRr67PT5tT8K175g7/8i2940QtuHBdRvzuNsFDqQ5/88v/17r/53N99cWtrhakuTL4bICDkkP1FnEWK7I3wIDqUTMrKCjNoHtAiNGRZO54fbN0RF6gOzhAfC1ZKK1KhEQ53Ep0zodF7LN6gRQngpIjIMXN6AVhv8KvMFYEM1TDJdpQQIhFyZjK59eRVJw7vO35gfnI6mTm0r3X4ursfXvubT3/tE5++o9/rs6xnsr4N0l25NxghYFzF5Y2QzJDoA7jQkeOPo8KVM2es00DnQmADEQXY3BaD88bYoBFC2kxA26NNW7fedtsbXvtDb3j1SxbmpoQYY26+W4xwvd1574c+89u//46l8+d1tmWKnily4JngzhvBnA6U7zDaRBE/raBqQoUZ7msUoLspXOGFVv+OdhiMMFiXM6TyhcFpkDM0rg3nzNRXUAkOzpwRojOGYQhwJriYgTTbGyHzlVhDeDJIbAv0QdL+0VQ9PTI3e9PxI1cd3T9/9aE1md7+13/76OOrK5fWwA5UDhz5po/2Ib6NEbrvwbnH+ZALvIwRCurfoycUsBdBBVlB9KoxTqXeImTGMHSiQAuu3mzNPu/W57z+ta9442teOj3Z/B6Hv+16I7Rr9Gv3Pfp7b/uLj3ziM5trF5jOWJELGyXmrgbhW+6o0c4V1TRQqB2CVI7eqlwE3i/xEKYNn61KRBqqMsY5J4PWXHmCWvbg0AK7DB2TM2ByxaqsrQKsLbKPSXQQAdJdqcoKeoA0JzSMz9vPjLiMrSnUDG9GrF6LZKt2qSjamz1ApClXIIIuJox+mDLOpRaFSzFDt1543LYvDzGqGttTGfkmSlleMmV3Bj2hwGkQ3OnABkE6Cj4ag1eI9oHoyr5GxFonzebEC1/8g6959Yt/8jUvajXrYyPcpRZoPvzZr/7m7/zRww89aPobAD0DEBZs3SIvqVxQHhq8nqC+Ai0x1GpAT2mCxwtnQ+xgd75CMZqpUT9N+hqP8b7CjBRUS1MvvajHeTPfnQNPaF2VdAYhRGWDENA14NiWw/oKln0AX2BfL1lMjTuYCTEmAw+Ua2WjcbvkYwEAIODMN8MDVoZVv1Fl6nh4OMQl0uxy5U0P7gPJRFBiw4hfo34UHicv60/2FcjrAapTYLHRtEzSl7zkOW/6l7/0vJuvF9+TLnEXG+Gltc3f+5MPvvU9f7l+/owoBjYJFI5XAmHYjhjXLQ8UhPBhVjAOQI0Yva3fUDVCfC8ffXJd7UZ468JyinVH+M4KlOLdy3es3A4bocH9wfimPP4YX+YZvlGm5WuqzpC0xgDP2iEUSLgPgK2LNIUaALTGyEimhDXXDgNE7+3aIYZLb5bCH4PHzgaXR46QqBxZBV/gnvE4IjQ/jEtJX9H4kvHwNqTRXmVqd5wcWApsqhjNLx76lV/5mV/8p688vG9ubIS747aysfXmP37/2/7vv8qXIQmEiTudQw/alTY5V4UxnjaC0i8EeYRWAMWJOKrAtzfl3WI0hP/klR2fD1sUacSjt4WhWECK+kkJM9LeGG5TuIjU12kQKC2EC12NCc1JYq8BEU/XcQz1SXBiCktDCG+VhFnF6Nceh32GdGliKWNILNHrGofDE9yBBLhPiTm4X+5gP8YBhND0OHenkbOR8mzlPLgSDjpvYTzZB5gt7TLGlEBceA8pRWxtD8C4ESq5sVpzct8LXvz9v/9vf+n6o/u+pwo2u9IIz1xc+7XfefuHP/kZ3b7EBmuImqIKKRX9cS0AKARzEEzHXDiqy0Kovco2sWKX+f6u7a51meb5xT7i1rgHc3sjVAT0pMLpyOtDmaf8N4BHhwHUIyAarL4K7rr/1eOkyg2vWAhloYoI87lIuV3rNjsEr6ip9oPvgyYHp8T4JFC4yQ9OxRS2A2Hc8G7lfa8I385F1AH/DWUaXbVA9z5gd5HdHVKe2hgmr6Nl2gwindr7jBvf/Bu/8FMvu6WZfq/gbHZfu2aQq3d98HOf+NvPqfVlbnpQ30NuFJy+qe7XgfmFTMdVPv1DZJ+smhNuz4Jcdd5P2VLGUpYrh6xLVjoQTOuycGoqbk1rXVmvFBNqj+I2l7PAyqdoNhJQm9Io/UdQLda4VU/tO8MrCBjmK7SCh0TXiMr0cQhZR+Yk9fYThRi8cqcIxS1DeFTnA90EVNg33H2jYZyD45CigRaGUp2Lpx540x+8++xa51d/7Pl7JutjI/zHZ4GF+uj9jxQtdv2B5r3LHaZhs9c0bOeK5YqStAqDi8NcGt81D4UZf59v3/WrdhjSsxG7qrx2qIzhF7Er3rrxXM6Hp3dDxUX6N/RInkrhpGrnhlGsyoUf2jBuyxllHa7ggWDzCY3Gih1SAGytCjJKtGPpKrgI7CZUHxjwkCfniPezqR/UjfxmpGAOWnvHbkwZdZZWz11MS6decodTgLfrQmFJ1YA5lecQTPS3lh745nveoyebtRc9+5qT+2bq3+2d/d1EeWiv8YPnzz649PC8VN311ccefSwb2AgGcP1EWIZARqoImGoEKHAxaWbE0MRDWVcYSQX5iEfyZqqraZ5vOlRrFLwCRvO2V45CVfNE7j30EAR8p5vPtXjwrWZ4m/Ar3xFEGcdMUTDHTCHdbHKFnZGXpkg5ryA4OCEOqBNaps+VoikWX+wt8g6Ns7KWw3yjQlK/0I//uuaKq/RWjkEgCzk+IA2Fw/YPtLVJnWcbacpaczMZM7PNehJFYyP8R3Hb6vfu+dY9M/nKgmRzU7MPPXrq4sqGYQ3GY7u1CqEEZm0oBoG0TBwlWYRbEZyAaX7DDr34kKi40iQj7+LWI1U6/Rr2/WtTVjOD7+EEnGTuj1zR0Nux8NMSlYoL/fBhywzGxwNvvq+assDAhG0M16bQPADMqKYD/KjYhcdE0u8zGHaSkxY+/8QePafWBsbGAhNPuCfJDXIWvrd/J2jDI7oATBGwo+jaXFhLWoz+72gOUpDzpgcF7YiuJmSgYcEjbKJwYg6IRCRVUfRWN9sXDu5ZnJxqnt5Ynqg1Jmq171Yj3E2cWf1BV2ebKS/SiO+dn7n2qoMTNbtDKoFwZ9pyjYOOeREkAnfhTftEDa0EmMlgLNBbI9s2lzSc+gyVOoUQIzZT7QfS/5shDjVWfdlIn2PkHUZgbmVOyAPgDTuMONE45BX5kNn7VBM5i7F1wVw513i7pgIMZ6Za5gHeJ+JfE6FZQj8GvwdGDjRlIqMIUUkEV4O+kGAFzGoiBYELH+BAFat8U+gkgvywRwW6h8HqgTpAmhh6+dHSE0t3f+HLZn0tzTa/eer+c2ur361jd7vJCG1clbK+1LnRg1gWz7n55NxM3agBoPVdaZ4FQGZ1BXOX0KAcEr4I2mtolsxUeWIuUxphfCRvrBibCbP2tLx8cWIonQycbOiTJXYjXPhHUC/8VYQfGrEa+qF3FDz8qh1RYdVojW/9h0Bb+x/luDlCUdxZoKw4WxMmJ4yhEwXlGmivG46MNOAfZfimDNEOcsBkxoTCbxoLUxOsIVksSS8Of5z8RsiT3anw1igFYYEASAPlIaWlUTLKtPj7L3/5S1/5ct7ZkGr5wXP3Xdpsf1ea4W4yQnvZE16ICEZMZcr2H5w/cmSvYTmOnwYkNKG0hqiXhlK+SreZ1sJOXS9WEtpr38rD9oPWhYIOJDLHUGfcOCR38LSsXPucKoOahdleXkGfuUDUuPnGUC+9zBQTZ0OouUpozahq4w7JRwPw9sqFprwy3c8C6Jy6haJKsoFPCa+r4QpXkAXaH0jYXDwMBSeD8DqBE4UQSFq7ixlPOEu5LzsZGHoUZbjgKQdghAWtsNxB/Gm0zyn7n3WLMtnsDv7+K1+7uLwBo4iDlUcefWBta9OMjfDp7GkC0QKESpkpuNTz863nPveZs7N234UOmIQNlbk0CFHKmo+0RP1gHO7oqKci2E5zui76M54rzZq3Kb2O+xQxFECGGHXEg3rrt3t+RGuOzNX54cvWY7Cbhz/M4Z9lqKvsWLQie0d4OoxuYHVKo0Z34Y6fBWiB9sVhig+ikkzNR9sh6nZxhcI9BI5C0JeiLwvxqmoI3RCsBj5SWsfY57Jn/aamGXspFG4P6DnhW0UgZCOFRxUxcqoSQwDwhZH9JYaBF5XqKOHxg9/41v33PML6uqkGRe/0g6e/ubrVHrconkZPyGsyzsAwbCqiGlF0ZN9iI47aLIcUA2SltcduGFeqEy50czGQKZvO25MuXsn9RuYJt1tpNZervoCXaZQbTXAgUaWEb75VkdnhX72Nv7SahaJTqihYGLadrhSzK0+uwVS1GgsDT8CLo7U2Hs9OZSzJqpUbsjngdXMdP8FKgJyNHdECHYaGtpxIKzTnAlgLBIuQuQNYe6RwrHP4kVSaDsUwDRtEKD8ZVJJihFq3G2wuIHaObLzDdd7NT596It860ZrO7JPdzXNPnK3JA8enWxNjI3xaehRwMWMRM6zLRSLat7CwZ372wtJpQCHmBWH3sZYpCALmixUqZCOub4hNZuHHHAK6jQ992CjpUlV7acfmfgVTYirZpSk7lhQR+yjYNxj0yMDUUOU1PBLmoUb2BkeXHSCaxusEByPHsBOENGgPELqkmBpqqfoasPC4GdiLJBiqSywhwAAqLPtsIU0ecxXLrmYZzNEzoRUvMp4r6+tqmrBxmENShxZsGCHkyripTvhAClYNjZa4YzIitjEP+HMmssx8494Hzpx71tTcrH2spnRv5dwjWf+G62+pxenYCJ+OeBRMR9hQDv7VrJY25mYngTANeLETBnU5auahxpF25hXa5BBNmappGERUEpu9o3ShINI4lntXxDAjy35bf786cIRRVpUGQlRa8AGz5iDU2M0X2xwgH7U3RyE8XDBiBB83RAngHzMVNDY8FEWp5LH9nNjeiaLBIBeM+0WvPJCl2lm3JiBC5xHRsGQpUH0G+RhWxGJrpt45cXThRbddk9bUxJT1iP1uRz1yavOrd188vZwvdXnGm4WJCQpjd8kiy0FXUQoW2hdUORJ+c8KKFGJYpf3wGMY/ExPFF5c7p06vXnf9/oj3dTGwSWe23n7sXPPo/utrcTI2wqfYCLmIoYqIzBSQwKf1eGFhrtGobfULQ7hhKOMZQ+ueh/jHdfZ0WaEJfTju6TZNKNfsqC44SnS/zRmO+CjG2WjC6U0lZI+uiqOHhjN8j3Gn7w8Ldpu5Mu4PRhBxfdkGxGfrtVokkywrpqZnjl9z7YMPPLS0dKksBxhNNRrfhXQYOsEj0GLkhWaFEKlmaaE59IdYpxW1f/D7rr71xsU679T55uNPPCo7+cGD9dYhuachrlqcOteOPn/XhW89brp6fsBVzvoRbykWGjWuEENNXTpktHNXryog8c8Bqysia739QfbAg4++8DnXLUxFKrKBbW634Y2Lp87JxrGDx/nYCJ9yTwhpDSUyCghjxN69s3EEIERNE/PeujAiMztaURVFjbT2rDLGZrYBORnbRqa23QK3PeLTNtdeML6RySsdEH6ZaHc4SKykxFVctTEh4HShdCVPDDOKkBxubrUFjCmKWr22trbS6W7RJDGvMgHgOYMInftuoxERRItZrgY2nzUssY4q0hvzre7rXnni+GF+cH59a2PpnntPd3vRZi7XNjdueub8M28+cmirffZc++jexa/cxT715Y0lJYsoMgp0ThkOVZsSpwBDwKY0TvfVYgGzHYimk0xKVYiz51baHT07XyvkljE28UwjbjYuPbLcmp6fmtvtg/m7DQ3EHf2uQbiFjNmhw3ubzXij07frDJCkWpvQuMNRBjbswUbH1SF11L6v6KK7YYsynjCm4gO9NzOVgeDwb2lgvvTuJ/VdX1ojaJn7XcLsZMZ8hy0I59ux7sg8GA5HFkAq0S5xVGuj5vcQcA/bApAlWwtchZY3TD8ax0rsKe6D38TzSx6Syswwg8tMHAmh144s5K964VXXHNo8sIctzk+cPbP0sh++cWZ+T1qLVy9d/MKn7pqfPXT0+MHZ1qVH9KPihvrGFvvMfR3NZxWvaz5AkBpkiYy5AS2U3An9fxMG9SOApxrCO9lN9+L55dMXlvcd3Y8KrdY8E2WEKrqPn38YlKIarXGL4ilzhKGrBk2qCEiE8ump1vRUk0EHX0nX/maV1MsHn5VUy/FbUGdtKPjcNgK/zRwczgNjyGrL3njkTWB/2nH0zpX+paSuosOfhP4dPqh3bpmwSoZJLRLrW4AbClrkANyLOIuB6sJ3NXxQyn2BVODoiPZHSHZcfj7mlhAeRhw66KBiz/MC2DHimEWJ7i8kay+/be81h3oH9nae/4KrHnviiX7Gb77xlmuuPrqw2GCsX0sad3z2/mwrm5+avOWmo9ceH7zgFnXiIK/BFFkMBGw05eSHmI3nqBHMNwx9ZgpNnIKYAGw+aTbbneWlVZPrRIlUiURLa4pGy3770pmLj+dKjT3hU1ccpdSOucwKNvNWozYzM0F8DDj5KjVW53nIc7D/yyut+ZCe6ZKLfvtH8R1bFDtPPLFRKPZlZzK2Mcdc7mVsB46pEv3qy6osMJcSXSKKRhSmlM8g9AJ0I4qiML7YY8IksSmLRm4oyjlrrvjA/sN0FMtmbNe7Wrt6QZw4HDfkmeuOHywGa6tLm5ur4m8+8vcXltdNlLU31rI1tjhX42k7rTciFh870syyjVOP8HMXVFcrg9ykHEk2aDvAS+RxCx69hoG8gvgZDZPjGGRmb73cGh6PY4DuxPZbqgTpozrrp880p48s7N+91Bi7q0UBiwdk+gpraJDzxJGs1eP5+dkojooC80VDM/TgVUQJhxnVJKsitfxNj8zLVl6uPaUtHxkmNJ6fMGA2qcetlLqc6WJPjO88P1XBxelh2+YO+VVWlWBFIz4BeeHInLQCXv2I3LzPJCOPyynptLlnw6nUgBz8HMNdLUSsQP+lAB4YG3OwrJaaZ5042Ln0raueyXXRLrLa4vS+L37qkc7WuXY3u/UHnnNoYdAQ0Tfvuof1ZT9eGXT7jA32L/Dn3jB176Pm/FK30BFFnNSa1x4/CL9EoMLIXE+XMOYAx8FBC3iB3VguXlqxu0IkYwWKIYXdWFKbjeQ2zeyfO/dgFCWHZhfG4ehTFZIiGAt4SYA8QddrcmFhLrURk8YZAIx3OLYTAZWI0AwWqCg8mpEFbfbRQbxvc1p28ITErCgQH83LISW9o/xnJbHcIebkvHpnBCDu4OnYfyMcgHbFUClcHE6w6gj5HY0j2LE2CRmgKEf9nN4LIq+N8KhXgoPig/A2irNUgAihKvJuVnRlyhYXmrONfH7CGnC21d+cnI5mF+VLXvr9kxPNe756+v5vrm20B/aj+lmn11vqdC8MuhvFYNBq9RcXOzXWS3LrTqEnpHmBMjTCTWmJMBRGAFIMhh2aXOH2J7Ncr69tmgKI5SLDE+C8YjmIZzE9yGR//eLSLg5Kd1U4akyeq8hJVmI4aXd+zVqtuoTEJdZE9owYM02ySEaFWRxjdug6kJsMmOvgaobsx3c4hn2VHxp0kp48cNdoPxrAfOS843d5kviWmyHzK3E5moepPEMMVKTi7Zm/I2kjgsHoF/XjFNuGQzx1jEP7OTQ5nDqhILPk0JAtOK+ZYv9CvGWWD03YNDFXOc+zwcyevc9+0d677/tyJNWpRx5vzUY8bfWy7EMfOvW8myfTNLNJW9aTMtk6YIPYh4S9r2Gew8ElKkja0faPR+QAkZxr+QvR2ep4+CltRzauZTAKY112nm8tL52aWL52/+JurJTuspwQMZgRJDk2jIHaBKtFfN++hXq9ttkeMBFDmVAkGI7mzDEIUow6uuCrqO5Q9q902y+b0W2LIV2OVY7YDom48O2JLRseZWI7p5JhnfrmZYVwwkuR+haok5MJU38eJ4BsLsQBxcsksNQwRXMXHhvAXZyOJRMJpKa6kCB4FnM+1zTTNVX0M9WPrYebnJlZ3uivLm1trmXXHN13yzP38/r0hz9xx7VXSbOuHn947arjNSnMoD9IUz41ZWOSPmdNHCwkWSqHQcXo01SZHcOQBtKJ4LAvuuter6dUgazI0CgWIL9aZPY4E2ALStVg6eIjM81kcXpmbIRXtldvUwID+JicuGFUX0VROjs9NTs9efHCEnqGsAJdDOf0rfkO63y4eej5lgwq9jLzJCFoaCe49oMpZ3O97xJ+pnDI81SVniq9vpKP1Ee4xMXkR2ERUm2qjB2+Dqs088PE5IbpI2jslsTaBC5zrHrC20c+lXUs4DhWC97P0ZlqZLVg6AFtohbVjKgxvZWovJXXUxvlN2o8mfrCFy7asHDf7Gz7fPHYw2t7Dx742Ge+tp7rV/349ITYyFbktx4apJFcXJzd6naZkWmieN9gohc5viyY5SePL0aK0ngYGkd+mU0XqZ0RxTTG7OibZeSWgI1BBYTbmemfPf1YPn3ytiRJx0Z4ZVsUurQqE0exvSy1WjQ7Ox1Hy6rqbRwTmvYmoZ60+1jSSnMzlB1u+2WHeJJv95toCrSQdvyrJ/2KvpGNYjXklZ2RhxI+jgLRP64nSpxVvtuAjXjKCYUn2RDM7PDFvCINdUfpw0A1QIqaNgXTEothkFj2i6KbyzNLKlu6NNFIThw7kpn6hz75tUyn53jyyFraqvd0ruM6Sxpx7XB06lTv/PnupjbLl3pFlg4ypWPBiWVS8ArSnVURCG4+wyaGRkFVCOJRaS+eTTfiBOxWQnBDF5THUB0wBRqr/cNeZ2sw6I+N8ApHpDBMrqj3IDEisYurXkv27lmIokfh2tiFWBREiOQ4PL2oZWXgddgfUori1PZ2Yuxlhu804+dtzWc5w918tlMLnlVgN0+SvZhKjYZ6kNiGx+k9vCHLC3OZHsRmEHDiPHzZcMBgHEpV2oFXkb67BLKGj3KQdzJuHGUAqnIBDlAktINp1Frbt9g+vaS7+uo9e47Mztz3scdyOffwvfrU1mpbbqRS3pCyYi1LIp6rXlqXh47K9Q1ttupJMluoPhcx9jDtl8nxg0rgRPWEuGCUriDxxgFzgmi1WjYDNCbTithLcASESlQwABXbwxxk+WAwmNht8xW7bYrCMM+NS712qMPUa/H+fXviSAz6BaiFUfDlqTgrLGZV3uuqKjsPOO8A+6oSIW0TYPBhosdb+QbbMNcieWCuh1osVHZxZm+2MU6VX1Rp4uKV+O5iO46thOaURGdGMz2cZAYvTaEprxBmB6ZFN3JBeHKiETc23ULOECAlhN+zxy92Hj8bHRBRKxuc/9K5s2fPLp/WutF/xmCiLntnGnpL57VGrKJ9a9n5iZo1BkBUyCTPi8aFc2yQxyySMEjhrwZWPjlNDAdMUjndBNPA8B8pOdpzMTHViIF2LY8i65xjuxEpVmQ2PZQAcuMqq0VcJHo3MkLtpkO26yvXRSQjgdu+w42pLOZydqqZJFJ3+7hJikBqTDyzrmDJwnAdZRcUrKI1Ky0qUwkVFk7PKMHIq1bnIaiSIRgPJJq6hJiakXgvtNgDdSLzzEzcoT9Nhd7MlCP2WMMX3kzNMLMGiV0bEZB6FUp6U/JE+Yamw7NpIhplVWorTnpVNjlUOMvLC0CZURuyGPDCRpTLHfasa48m3dOynuk4uvrgvru//tjVreLwXOtUbXCRF3FT3vXN1QmRPeM60WjU1jf762v8sVPq1BP9PJ5QQItsPyDGmoszLuaGjxGbjrEoYoMlBDywD9kDibEGZ5qTqUZWNpxMtu9U42IgzADmq4A9wL44jXQkuRgb4ZV1hVRG00pL5xtQyUzzqanJZrO+sjGA7EWgaFhRlO7Tr1sbxcGldRxnymsjaRlcp2tah3U7Sno/Est5NzTUwHDzAeVArSs84J0RDDcZdqldE0isQ/Gee7jpSJWotEYYnOWO/MW4pIummXx6GVS2mePs4CMIch8yMActkk5okANaGpBx1hbjr92/dP2hY7IQi/umGlPNe76+unV1uv/AbFfwi5eW672BEOrCxcGyMgf2RZyptTW92m6c32xsqqbdPZ1SRclrZzxGwBPo+HF76/EyU+gCpKeE3XPxG8xMtSLp8bqEiTeeCZLRVI2J4oSLsRFe+VYhpfUEjkkS6lCzufmZ2enJ8xc2beACPDDeAvHSSu7MIJBum2orXOCUKgZB3IQlQUufmeFOhh4KNkeHYqtD+iXfdngQkDSFYmVnzMe4jpzUVDJNV7LnzmvvXKf12wQiwokyJpRwKrOLxCLlwa6CzsTQLC8zXiFYe71TgxOb1iVCwKeV3RXiJ05v3XX3+q0nDzx26tTeed3bxx7p9b61dOmxJ7pGssWDcZwC0jRNY57UVy711lbrjy63HlxKz21yGzoC1Am/lzZhogSGB1GGETgBsCQDn97r9XD2kwgYmVL5VMta+z48ssgemiJBKlR09V1cwS4PBhwb4XewRcGJEwmmYiJJTgx+lWktjZqthJDJAL2XwgTC+QoZNhYuuGEjJLqsUlvhHpHpEY1D1XNekekUjJUYgJBtCicyyqs+sPSTLjbUw2P7WM30cRRxjxlqL6C2mFPXragCDyXKjgyG48R6GOw3pfvWbiqX3t6HvoINt0ONg3NCSTZ3B6iRhxDPJ+Nds+8r31ht8eTo4uwDD52bWqxd+8wZwWvHrk80H2SF2mpHKlOJ0L2tvLPRfOJ87f5z5mxb9ex2KRNryGj6IowvoqIod4xTmBwa7L8DJEoTZ4/SSlkHuP/Anr2LcwJibBK6QAFv7kD4TqiDEz7WjI3wyhqhvUKaxGs5mGJR9LGuZxqtZH5uKk1kVohMFxqmuUWofCAekjmclhMw0dgZq7bPR/NPvoPzMSOjgAFWOjqnO6L64lnrabTfOFP31R/so2A26xJEmA/RZd+PpB0g0vSEZBW8OCWPosQMDPs47kb4adVrjGx984Yo2LgLQv3+YhPkAoTWJLCISAB1alC6sT5c1pfy+qe+ufL9z5o9fOB4t7t++uHlyYQtHohm9/HCZmb1WGd1mwksXRpcWJl66Hx6ej3v5GR3glBpSHtBk2huqyLeJwAjKl2eqBKjYJMFuX/v4tT0hCYSfsSa+qIupuuI2YcroM3YE17pWLSsI9oLZq9cnKbABFYoa5yzs01kFpOM+l0jdfghKushVCeuAEVphvn2G6nZjvxiw1MU5rKg0RL4Umr3UjFFu3Yfd1NR4AoCI+DQmwfefp9T4W6iNPUMK0S+vmWI69/w6qESO5znr6iKDELsihKlURRD2dJmZjYWtX9uU+0IyKomL25FX7xvsJqlJw4cnpqYrItic21d6wFI2seN/qC+upGd2ao/sVZ7dJ2tF4kWCedxzhU31XI05yUygZMR0vmxB2CEEgRNcwUc1WjUJpp1bJ9ENAHmklsTriD3Ja6xEV7pNqGfTohjG7qovKCsAJpOCwtzcSSg7KLZMEPEaG1/BA1jwoNVBCOnEaDLGiEuFx7oQ0cGIy7XWqzG1c7NipAxunkktLqIxgtlhZeRVYR7K3Uahh0FFgT9KtZWHokvjvIg8O3d5OgZQpQfFr+UjQWNdYTohQFf0xerJpo3vHX60uZKr/3Ao2sH6hNHFpP9e46rRGeDreX1/tll9sRF2R6Ic1u9XlQvYI4wZUropJDaVOACZZFZAZ8iI05u+l4SmYQI1YaBgnbU+WCusiiA09uz8ofqF5Zc1dgIr7wnBMlnSBcYpvLgBKJIGMASZnOzjcnJpHuxlyTNXMW5yVGhXqFKnkBeXAgGVZA2chILBoZXSV4TgzTOiKe3LHXzodQxrGfudB1ce2KE85tvLymFXIgNk/diwV1g/gVVSfsdQZlaxr5+Q0aoPfd+OVRFuSf3w/s+p/WNB4g2FbKXxjip4GZk4XtId9A4H80qWhqG0itBHN1CwmSUxDjY7ggmzYstFjdzUbdpwLmtzoWN/N6lQe1b3UYNYPPt9iDPa4VuZDLOYyifJTTbIWAyGKmDAeoS0xSIxn9I7IPTdKc7BhsPM8fWBpP4sfXKSSztviuhvERtDMpXgVEVhVLxEG1OyMc54VNTHIU2bvAG9gLlemDNc2qqNT3TvHCxrXVm8yeHPaTmOFLGg68B6SYddn8sdTDh2UAvM9jwD0pWh41tm/kOv0pXikY8kO1S4wyYpwXQWUNfmxVFQctu+7RBoF+s0AiMCNCPAs15QAx5EgFe8loMT1wCaTdVbySR4ePk/nTE2oz3jUy0jq1LLHjUtU8NtBhoZPedYIk1x0QXyqi+jJAsHdkLBeBcDKW/3MszDk9rAT2ybxq5IByGmjhYHxV1KfemjQkG722ojBUC19FBf8j42BNe4ZtAwjwbkJDCid0aszzDEoyZmGwsLs6eevRSNwNsm+C+5ul0KoiZpsxFuNalKnulL+GGzbm5XBboWX398AE3bDsuvKKxEvjLWNmeq+SExMOrA9cbxy3GEdFXzc8HksY7UkwEy8Z9pfUCpAM7YmCdmlSQNjbcXKYJZJy+IEcWb1SVUoBGyrkprGvNVGStUvE8MpHUEhaSJhUNaxK54EG7iQVKVPjCWJfSrmTtJDqor8uQQ8/PWRIpDqTGyoarBgjXBlmWxnEogBH2R7sLKwihl2u9G8UqdpkRKtj2GPYnwIjsr8IgaonLZjOZnppO07SX00pTnmXJUEOKbNWUskqBfK/w2uzEGqjYtvFDM6TSZ8LKCrOEIsSXulwInFeLEbzSMJS+4gLjAQS2dtAtKr3jrCSx0QS6eIo9jWeVh7nhoIYbVi9y4Iex+iBlw1hQn8eInpW9F1Zpe1TYP+yijqwTklGiFMo/AUylbU3N2NMbY0kaOwyRKnC4WBDxPbBSgAnGOPVeiCguNGrSG5vlZsJ1aajGWYGcUyrq6QswChDEfohFGFYojGQEySEblDyQcIrgOP1MM5TrVNACGhvhlQlGPQQszxEBDFqUogCdek7UDjMzMyBbAgvahkADj4wxJIqHhR1NLL/UBmeMLpvwo/B8aF1WeOSDOVXoEqmeLsuunCl5rbeTjlaCSYLLeQEmV6F0wkzkMnQArxrqXFDXHv/SmRJ6TC4VgqErbowEmLC3gXE2FDwwGHSxrk9qy32Gl+JojmoA6CToEW1Ta4bKc4UG0sJI1aZaNZ7w5Y1NrmIBDcAtnJKKbPAJvROBXhQOZaCRZrFrGl3VVKIZwXXJqJca+re+NAq7TIT8V4H8G8HpwPltfWB7q4vlGNr+7Ksy+zWLIrMbRBwneOp4yZg3NsIr2Ces5FyBtgIme4GaUtcb9YnJZgzgQWAhxbKNHsmOBNUYDPc1Q+6TMVYO8zln6POuYfBaWT3lpepgtR/Ihmt/wSq3xbTM11SFh9cAbDswTew4dR56KhCLor6FvkwhwrN4au+E3eJFLRduRlPFytAG/ltAxcNGglrqvJbawEPnasBVrRXLg4uTG91LG2oz5Xxxmt9wvGFUlsjIJmg0A18UeWH6cQL7Xb8o7n18+dxgMLBRK57gwhA6l2si6vAXVWOG5wMExpwEW4gipPFNRbsh5aA6gtfMjd1jUg3/r8Y54ZXv1nuEsXczUMRHPD7wUM4vTNebiV7pRlGqNPf61hj1OCI9I0JpBPFcolLjIU0HR1BWSbGMb1p4b2hKKgw+SlRRssfwsgY63OhkFdukAq0oEd5u+H2Uvo2VRZSAB9CYE1LRiVcVf6sWBrxSnl9XG8/PzUttnOE2hf9IG0kIqJ1aJ3VkYW4qlauXltrdbsy2ajzazDaavHtsv3juTfUXPIv3OlmnvW790aBfNOq1KIp7g6zVsvlbtNVLrt7b+tAXLp0fJLlqAE+loCkkFyo7CS1e4mzRMWKtRWIhTfMkTSenpiIZ45PwEGy7eeZquS7yECFcGBvhFS+PkniDkxuRcFHt1mvPfF70mxOp/dEsA7gj8vw5Ml80HOggmkLDWAxmF7CANfPRG27NXskTr7+LRvkO9Gqk6V6RPmMhD3TInO1RketGhwk6qn9CoEjBl3DCadCgkCDCOFqrJYyJffMcgM1KAkOZzD1KVpRKphXEAEcAmJ9WcsGtYa4HURFjLOurjtmYa/Bcktm1nm2cuHb/WhqdX7rARTo/yVvpXDLYeOX3z588sXZs7wZTyalHepFI+z2ViIEQvZSZXjdv1ON00Ds+Ofv8Ewvv/9p6zptG1G0QndhsUfWRfodHIraPZNrRazgEDLpMCVlfzMBwjZSuG6SKHNVgNatwkGBbE/YyvTupnnaZERJyDXdTTesFpyLskrWxTD45WZudm0DMF4Bg+Kgt2MA1Ii1NeNY4zYZAL6+5U4H2wRwhx0i7qVIuNUMNCRcLjYTNpoT3DCEGnAeQ2KQG1DL3Q+bBFbgLA/V9s51hUfsIE7JZQHVKnL7n7DKdEWOYJxTWrCLoXSF244G/lNDe8BqotkDEEdeii6vrSxvNZ91ybP9ymyl939fv7/ajw4fV8eu2jhzKm8K+TEdSXFqyeVrc3urrgs1NRuubRb9hHZZZXT0/Xdu/p5mc7dtUvgPoTzVIcVJXwYgGgxl6FmV2N8HhS4TBotgacEPC2Yhi3G+EBFoTOELX3UHScaf/AxE6yk6xXegJd9XcB2m8Yi5EDTS6BlAOgP9Moxnt3TsTRU4NzI/khX4DlFO58eM9jptQ8KDgzhwOeGg585HTxUeuc1WjtxwadmJOJcGp4NUsssrwu3ObsUqwX1HEdrgZKLcIHvLD7Qwb2y2SIr3R6L7Cd4hv5fAAqE4qcGrTdPLo7vsez5h69i3Hju4vThw1DdE/uJ/NTHVasbIxQ7Mlp2cQ78J4WhdZzrY6upbE7XbWz5V16o0on4+zhu7UTTdRq01mf9b2zfCrDk5ONGUstcDZeQhA4Hs5/fAA03W85AhDd9kyhjkOhu7xschDE43Z1p4KT4jINQpKcd6G1GRxvNVeoIMH5yZaaXcpx6ATOIU877sCPCb+lSwXnIAJYCRCChQ2bkqQOyFBj1mpSp0NWaevFIUSzmWBo8zZisPB4PqXnA1RXTikKM5qlXK29Ne0/gjAje5A29jMzSZx0mMM1KKlCZLOg99wvGs1Qb3UlLUrB1fDDmEhEPCQFTZ8mFzfyv7uC1974U0vnY9W5uLsumv4xCKPsk6xxqN5m4DrRt1+fM5VwRSPcmAhTCaTTr+TK5sBiHxr5dqFejZYLaKJ+dnJQS9P4mRibmLAopXuYDBQeRFznqC6pMbrWYKJYhlDGdS+SOVSJIS6wGQkwsaOAc517QN8gSTCYyO8oq5Qa+cfEGpoKGaDbm+BkxVCNxpxvWEz+D5VPpE+VpNENUNwjF0UeWFwS5VATIITqyi7jsYmMI3EfjFYK5gvQsbQ7+jKYqVWdinwEOScfOy5A6Goe1g4ckETKjP+hyheEDlmxCgonFyjDtP1bibDDx0pHejiqm5W4JZT4ChzpWVSYR7w/OGEX3A02AxKo9Yj2rRQCw2lSiU3NsSLnv/SC2e/0m4/nqaDqJDWAB5+IBtk+WStFQF3jOGFmp9MV9ezXncwNSW1En0lUsn2TGX2nfumb6I4q0/lJnns7Op6j232mYJqjSgcA5DxHDwKqWUkXUN7JUj1ABFqdB7sxRFxbAPhwCFQwbWPjfDK9Ql9Dw7lLe0VVmADMha4PdoERM/OTk1N1bXaEFHDGKf64kZdkSEPRdsVKjhHmA4igTWgUUlflPr2GsVoHQMm0xXBascm8w9w2mYoqvT8oJVx+RCiVhBzDkkDrWcdEsIwqeh62TY7cpQQ5EVZ0ButWHtZU4WeOqhZe5Zfm8NVuOd46OO7/YUYQWECV1rvBL+2pyfVM66/7s57Tl9cu/S8Z1+9cECKwUNFn6+vZ5319NLSYDXq5n0WSWx8ctBMzntGZsCk2O/ClN/UdFpvpT02dWEjffx0/+JaZyOLMxPJuG7DGQUHZIMX6YRgoQRK9Sq8UDrPYWbNhKHMEJhTHAB0CqBf8yTjK2Mj/M71CcsSIqqLeXIH5WZztJqYaMxMTzB2BulxnQAXgoJVyCv9eAF22kCgHRkcZIz6J9oX7wXln9SIcvZgPC+w6/jTujdmey/RfJugmoqwYYSHVSi96W1FCVUr/0S5wIsGGTXJCaOj5jsrfRsWqju8MjdcnbZCrMnQoBMaoQS2CABE2DOw+awbDx/YO/3pz979wU9vdIqXveqF15r+o1NTaUdHzZ6Wkehuwlt2ezZ8hc8GiboBG8B9naY2MSg6naynxMXNzSfWsqV2raNSbfM3OI8JItYGAK9ArJIEUraQCtCAIPKLqlzrqNyVAOMecYfDwO0ysuFRvhuro2J3eUJFsEJS/7IxU57rokBPhVo9kail6fFjRxLgA8qRL9+alxCVZoL3E1Q1BPdXgMCowll246WhJUVyzPGycIdVRCEL/IfKA64NwoO+O/6BIFSjDzmNe5K7Irwp2wlsJ+VtjbJgVeBoWcJhRP/vBBUJRGM3oVxb54PFVtdxo/+nsj6YaS2JOJ4wmBkxhTJegy0Q5BgqHkkyTwTyxMoMIrV13UH2vJv5ZvvU2bP99az11r+84yN3bdSPvKpTOy4WDogDM/GhRrKH1RbYxKKYnBO1GlCPWk8ac4DNZL1cREk3r5/rtL5xjp9aaawW0z0xkTObBKYaBQcLauRyym9pOgXOsRK6AOZ8a4FZElETELcF3E9iGUmXJoBnhyyCj/uET4EV4saO7k0aILaINPIBIQ8n8HMlcW1ubiaSLMuLAMIa4revVFOw3K8lgPQJCx2KjehniGueqKkZHyGnCd21IVsa+pWPBIdBDtqhVIlwRZuAoUMqKlmViwkjS46NE0DbhRlytkhk7TGkLvDmXpzQvYnjbtG6uGz3lcB7w56cy6LZim++5YZ6Sz/WXd7gph81N9v9v//yhRc/58Qzr3s5E22m1webl3i+aXPtC+eWlpc2dG622nxrw+Q91eurtZ5e78vTa+aRS9lqb7IvbHYYAwIVPxYzTxYhd7HBxhEgQhVSVwjtIDXc9LpbsK2QzIghGn3pOBw58ama3Ea9nvBubIRXtkfhVY8AqgyVUkyhNBQejCpym69PTjTq9biXF07exGH4DRtq9jEX0xlFgSER/nkQmVNoAJQbU+SqNNUwvSOlXEvr0upCB4+VSV5p9lgfkSDGDq4S8x7PUhRsDGBoOMhLJlqlSDWeP6fswxMDjg4z8RUuDF3ZsWA6F8tSjj+qOn9cngxRQcm5Ogd0HHRkHVDSyoxc728VkuemZr1l1hfnT69Mi95gcD7P1erS6Yl6MT0zcfZib/nSgGvZXlMba7rZTFZ6enkryqN9T6x1LnXrHT7RN9FAF1JoiWZElN8EVdJuxsXZHs6aKTxkG/H0i2LAWM1Nv6ByqKNIRGEchfNWencqFO4yzXrihomihCr41glGktiQHAOn5GZysrEwP7W6ft5eoiiKCoX6WiVRWnV4zi7rAjFSyGeJcEaFkZoIswuArdGI3JekLma2GVjZw+OjHcYRpnd8EWrscupoudaIH9gtX6m0CkZY9hF8T5D7T+OBuVQIosUnKh1Ns/aCjJ0HvLT/OB6yWcdZNixsTGA9a74ra53PfP6BtdXDZ88kqqAzpx751pkPfLDzrGsn83yj18utm5qZSjVbP7+UD/rNRjqZZTYJ7MVJbbObb+W1rTxZ6acDIQfQsMiE1DAPZdzosCFcBLHGMTf+icNQsOnYbSvPs8nJVhRHOFAf0TA3c2rhDoVH0h98V/bqdx2A2+hIRmmaDgZ9G3pgiwKLNARiEyDc1Woms7NN2CJtrAOjn8rVPCSqvnqdaGr5Mhq883INuO9qX7F3bWIe8NmEE3YjS9tGgIeiOTNMEOrQ4UhBzQMLqPY4qyCyHUxOeG7vgGWBcaJK38JrDwsPfHX+C9NWifARTYkvjcYqo4KCWpWJHCdi3UBwub+44nDNsOTchWJrcznvJ5ngmTUiLpa60ee+0b3nYWsiPE1sHGqNussj0c8becZjaL3b6zJhTFTkjX5uMpsa8sSanSbFT61BwQWmEAv6SjiZxXw2SwcC2FhCT8RR0qg3JfD5G4dXRBiiL32TuJ3x0sTjcPSKBqOOu1YP+j2iakDqO8eaTty19sq1WpMHDuyJ734Yhl94qSBGERYLzXEvTKmcgoNyDoP72VnMrZxskSszmkq2F1QfKjVMEYZluY8QSzK3kswpYHQ4qwzsslFCp0o4qv3wT/BdVLkFDUFv4l4FCgBcjMWGthzEjmIzU41wRlWmNJxplmGqG+oC9sHcRGtdKIcoG3kgS4yWteVCrrStOYmIxUy3mDU06OWhnCBwVsRCRlgqgbkmmEiyASMxWUDoK5E+1D6PFWzhmE5JRZsjegYIrDzVK2cyTRtRFHPhEsICekygxAxXGNwmuEz7dbXSu7FJsbsoD516K1XqSXpB0kwTehVlo9Moto8ePXqwXk82NnPDvA5XoDkLoM5AF2MIM0kFDKrOUfWT6zCwXplGGo46eYWjtLJflLg4R9xiPErFf5FgdeQbdNUIyVqEZ1sjeisAfEPIqfDLEhGUpi6hcZ/jDgk3DyDtpOMjKw785eFtKQzWWgWAqnfFGKCCUQiqBdsFDpIzNhFQQNdk/ZmC7QbI5weg2h0Jk4BAGfQZAIPG0cZwWB5bDRBDQg7oRUklvLM9JbLAdjzG+9qR+To3h3XlSMYAgeEKtYchig9qvLF9Bmq5aKxARoN0+Ltwonc3ImYUIZ4JKAJdWkMBDKyUiCf2gmRqsHffdK0p250M2n0KRtg0Ooxw82QRnCIY5Nl1VC/ociQN+2A8KBw/BilOm0pJlFgfHE9FSWlhSn01wgsAmRQMqpOjNE4mE43fYxC4GLJiZDiyuwqAsrzJQ7KqnX4E9EgdY4bhAcdTtiFJP4M7Z4ylDuHddMkgXKHLcMuXO90y/zLlqAOgk6OCHmqhET0tmS9UcSdsQeEJNBdpqxKEsOMVHIIjA4GxB0zldNAq5YQXJZyoTTKiBAb7QUBbsqRWwzDUS2uR6iR4XSje0PECRaralZyHu6lPCIsQNcI80pgR45OL12CzjWgebXHP3Nz8lIFyae4nD0xwEk7dHWeZnPAYcJcWOCJLemISQW0CBdVQ4s/ZmAkRIQXDwhc7KMaiLl5pD0QRjUmmMdUpI8oAwZVVSKPJFBG+LOEW0YQyxZAGQdXS11Q98pw7ghwqjTLhBCgcEMftW0ohSE8YP2E5BJYxJlSDkeGcnJ/r85da4obSNbIFEuoGahnh5mpdKcdRv/npzSHhVFGKXZPwE7ZbFG44Ln6HE5LDj/2INK1FcYx/KBrNJhGalGRZWEl2AUIpCTuujl7xnBBpZWxoBIsfCvqAsUAxTskk1Pc57IQgb5mIa687fv/9p60Z2rVs0wcMukouL1bJE6vJm5u1YzhXiu4HX6eRwYQbQpWKcnpXo5yTCYCU4fkIqDcI4RQQXaODipOSALBxDOZWFC7arFZNiB1eCeTmcLInPg/2s7kc9wjtlE0NNyVblHCRm/FtCiSHcKJxOjB3aNzRjBvpIh5hHpoWLtnWruoouIOV+5ELl6wyViUxYAH/SXg6MvzQ/3ROWxiaNfPMFBpEJQkaCsMQGOJwZTcooDyMYyjMwNAWtJ0A5I0FG0T8aoT7EmG+pnh2bIRX2hnqPM8oBsR1AGtIQRkN2J+oFmpDzziuHzy4p9FMik27BAryRQI5Rj3RJ6vIHXKvvEL/EoLRcfuGhuJo8OBqO0HawjguN8GrOqEVg+eYC8FhR1Hktn40SJh/8PNQZUm2rMFS/Z5V1WnKarHrxdNAIRULcZbZGQVEofBxFJRyx9tpQp2LmcBcTMklK5mL+UjfpaLSrUeY4NgQfoAHtqUAQsAQxkkSAM0+aE4IT2qhHYcqaGNb5xfbyL1QgzzP46gGSsxprdlsonIoZxVkUkjy7e5hwxhJfD9jT3jlITMq8LcjE5lApiOXlRHdA26O+UQznZlqbbTbMBLH0Uo5wjO4cHURzh0LpkNgitA3rwwxEcBMauJeKlEobo7NIb5DAdMR8jqRMUG5peO+dsONxLgbyZiqmYFTvKrgi+NWyK3NqvU+j1YtmyIwukAG7iqvRhjfy/cNfYaEILxMaAmyBl8eqvzC8VwJooSkKo0IaCAe9FN1EJd3GoaE0ZFDqteVKzXEFI53OE1C4g6h8iL3uwwJutCT0pTkQPAB9uBqadysp4Gt1MlrYXAbx4lROVSMJM7kq2JshFccL6N0jtc8IcJJLNO7wTwF1BUEtYDwa/+e+euuuerRJ+403PNlO1Fo47d7w9yqUqRwp4EGTJF8SUjkyAhpgEE50KYjOXSCYjjs5MNPrpnx5GuhdYdLmpM4oYOqQW3Q8FCirPbuyHHqAMwhx0VWCvA8WcBSM0NCvZ452Lo6IELEgM24Yi8VV91HeMekiPSatO29xGFMCDrmjFkTWsjzjPs6MiJbCE4AhG88qoJvuJNqKynDKz5TIBdJgebnmLLiOMVYwGtweIQ6TgYiVzgoMafWDqHJyz0BuUMgRXixC4wSILvOsmw3poW7CsBtTDaAm12FNN1LKoUMSS6yrACuWBvr5Ll96WSzce01xzATKajCoE11rih06oTjwCewKCQWOFgT5gbd8iGtTIlqhxI5GIjcD5vd+CCM5FD9ATb0GFcnySHBmqGmgzUi+uF+569mkWH4XeESJ5i1cjAtR6er0MEBZJlUThmS1UDjDd7WOibjmKJYxa+SdhpmlfiWGB4Wgth6gSIb6AaZz2zBD7o7xOqKp46b0EJg3JFmKJrjRAgOd+VR7YQiKgzI1GXJskGv1+v3+xSS21MURakUCTMSENzahxgCyRwRb26vq/02E41aI41dPK7dxKBGQQRlc37B0yS2hn327GmoZI1zwiueExKpOvotktpC4CgsVIniYRzYgAFvb5OLq44dWpibOHN+w264wWc40uBSR9pNPDEnkyd8z8BN/fm8y3OFahHIkXxYG9rcbsaPMitJ+YvDrlE1grNAYoMRGkfnVgF1+yKp86XDUmz+ZSrUZWkq0QFQsWFtkEGAZM+omIlVTGp52ocS61BUQR1AoVlmH09iu3nEVPfCShJ3mt4i9FucDQb97nAKkMzHmzoE2r5Fwij/hD2xCPG2zdvjJElqtRoNo5GEPRkpVX5QgJwQvIoKsfZes1VrNBIuAlOWo+SgYNX+2+322uvrjUYDqqlj2NoV7hJaT5hLEdOWTgoEinZ0zrI8jwRpv8KvcSIWF6efcfLq8+e/IjxIDZmCQ6eBVyocjqQk5IScQG3+Ndi7oLAKY0WtWOCl52HKKIzWCx5mN0o0mfGMp17FC+f8g7MK4Bji/AtIG+X6BDygt4eI2KyjLygt1FSmMshVSHJGoXxjSE8CY3UYhFY29JRNHdUmpnSzsb6xkRcDh/3j0nhsH5C+MT3EaT2k6+RV5cpY2g0iu2KLQhZmreO0BskbjpzZR/Oih/ShGtHqURh0RL4DmgIxws1PsCjmU1OtKGZZ1hcytkEukuupJJX4faPO5lZnsz01OdVqTfQHu5IHf5fxjnpFHu7wjRF4PKzNsCSKgV8Bb0ADZbIoEocPLjRSPshyzSMk/xOl1G5YVNQ6cD6QhiVMJWoNxRg3OksJDP6l8lxSrFRYoeqi5w+uQOR4WVQE2HiBJJmMmhyebzOYGeJ1HA2qQxTsRObNkEJOoKlQv55qrdTgENUePph9oXFyT7Ti+oFkcsaa46BYynqxKnroooXS1HGlQwvtHNoUuJDVg3TlXGzZMTcGqSpsbhzibhFjy1MiQyyqMgk6yQQit6+XJRpWeMSCoaaihMBDsqnpRquV2l3Vvm1uLzH8eWZMbPPawaDX3txA7Q4GahXZGDt6hW82VajXmwWQbioPd0JpCikH/X4SR0ZRGRJIY1kBkKhnnLzqObec/NKXH7BGaJTULpzCFoebjEI35VvntA4oP8Qk0DMRAkJKYQZKdPIBK1cFiHp+N8Mr7TYewGmY71HKJajwwoPEYTUWRU+ovDPkfpyxmhtXSo7GAVICba81lQTmZAtg80SuCuOpNqCxKJKieN7Csf28VSyvWuuQYmtzsCVSUZtoql4OMSXA0FAj0bVOdPX9q/RTkOkN+o59GJNcGxCSn4+ipCplAxzN8CfS6yhSJB7xSm+V6qKuV6JdN7bRjA8eWpCxPfU59IOhsamsKdor0el0V1fW9y7sbdRSXdicM+MsEeN5wituhzDFa/e8PJJJEFSGZWNXk9JEaYEdd5rZzQ7sm3v+rTfff//jS6u9KGm5MA9hM14zxRE2heVSEsKTvoofqaW+SIBZUrlVu2kD9ywWX6VjTuIBru0dZwCiOrrTMtGjIpNXqvGzf2WbccjMRrqFBB11Q/HoyQmqAmVV9FHcKWXDtKx1H0cb8zdPH9x6Yqmb2YSQL87OLYtsbbDe73RtYAFknp4N0sO4uRerGUUiUIsFwKOg62sNMKlUSsMYZIheJaHc6M2x1wIlmGr1O2THQLON++zs7OS+/fNC0AAhJP9FkdmfbrdvM5FWqxWnCUBbEZi3S1lmdpcR2r0z1rr0GDjT6daugpxQGtqWBc+hgM6lVseOHTh0aF+7eybTVaolmqtz7CoB/uHGvR0XC5aBSul56k0yYFI0xKKP4k86ALW4Q5B6RBmVaQQvCzyuxW8gVBNYcvVeV1R5fqvE9K7p52i0jev1D72yCI1+/2kkNcVLOVR6K6Hqce3ma080Orxd6F5Nrqit9aXlgelPpWnfRnRoIRGArWl0mBgZC8IYcAT6UKOF7NBGmIl1feDdJDY3I6z/hDiAxDBIv42wbaGsBXkElXZGSk905nFPYTKWe/ctNpqpdZkg/6JFZp1gbtMLG3r2JycnJ1oz0MwAragcFWPGfcIr3U7B4j9VwW3sEQHLL1idjb/sJYiFLLK+k8WDiDGC+oNg9UYyOdW0107ZLxt4HzyIJcSRBGguSzEOe2WqwBTuKbrhc2HdY14XcNGwffsg1EuU+PaAe4XjtUDdaI0oEsGHCH9HRpmG8mE/UVUdcSIAtx84RKVOX1YJUXBIUyPssyvOHr10fjlvL8fZRtSHzNbImuADlQH2WpJYIgV+DFmuBcb/nAsxIsNIo0luLlNTSxAA5zjhyUPbxVWz0HGG07VNmJQ5ETs3VqIkTi6lNhlMhLUum/cXyChkE377KmuB9XqDmkBZNtB5DpNbPGZjT3il+xOFXRk297OXQZLPAZYE7uQWtEO1UK0eBmhkzgqbBs3MTcCFzLl2KsxSuzlQUxLyOnEmxRxU3zlDBPhLDD45967TNxoFL1thjJkgUsg4D/Go9CO8eGw6TDjBY4XdQXRZVsVVTrwyuXF7BMgScxLA0aWU6RDzBS8FTt0kCMceBo+oNYEspthQ0bIo8kfOP95QQjWFmJqYrE8NNlb1oHvVsQNnV1fOrG4gvC0SFbIcN3PLiV/LBOU37lDacK5tdiBEzNx4PKAevHczHs1pSuk4T5EcEmfGgrgEcQFY68+x+6u3traKYmBYik+ZLLcpKK/VavVaHVPKyJolKVZiN0SNeUevNGIGFlwOp9q6IBhzsUsKqS5h55RJorQI4hAMSuGwGuJU7Nkz12rUBxuacy9WSwEjN1VRXZdPMj2MYSDElnSTg8LPBEiH2/LU29XeQdBncTzfxrFFidLJVkyIO6aMiqwSqem6OWUoIOIESVkgqQrWIlp1SHOX8AKODxJiX+ouAtbLHsny1vpCPGU94traRtY2+6Ym5uanbn7uLerrd5++tMxtsi2R3sqDYANW2wx9Lq+KyVTYU8u5YeE7rgQ257rKMudrMV5MioeKjQPtKhIc6Xa7mHrD5aQUNI7SZnMyAqFYQjIwSZSWWBUfh6NPWXlG9vt9e+aBaRLA0OXyC00txzwD1sKmpiampyc2e92+3VMpfhMu8jSjTRDu1LA9P5PrC7thHx1qKqFpQSswcHtW6pkUDUq0D115f1cDDKkmH3I79AHCeJYNnOoFPxEByQ2raiG6BQ7amUMmGiJqWs4A85Ex18WADawhbPa7E6Ie2XQ3z1Murzqw77qbTv7IT73uwf/whDXUFMiOMV4QhLDTpckNy2b44qfn/xbazwT6yNsEgUQYwbK24mdJlHuy0vX0sbr7UoSwtV+r3++BuqGBOlyv10uSpFFvoSgQZdEKpV8LpoDCOx8b4VPjDVF0QQ8GmY3T0iQB6AV0txjK97JKrR9nLAzEq7PTE/NzU4+dWac1ox2VQqkJWKmD+NysDIEFibEBGgv/lAaIfJNehMZAkMt2k4cVvQoy2jAvG2r9rn1X+Vw/U8+VLo22mitWjZkFqbbKCi5hLoyks00Up3GUmAx05UnOMK4ldZ40Jxvze2Ze9OIfOHr98Xe95733P/RQvdkK5eEAKCdnCIu+nFEKR0UzSuSwjS/YlCw43E82IKxeeGYc7qraJeMxL4wOUYybq2A6jWOb77U3N2anwQgbjYa01zyuGXSqPjqAKMPG7L1Of9DPx0Z4xW9FoYkDFi4b6IRk6Gt4oIjHtoGm6huCe+0LounJxtysDcAyyCcJue+8oalw71IZ0YtHc10pUpaYLT+y5/I9VBd0ZRhHG0EOxPUzMBDDtiLCNRWvINT8RIIm3GYZSGMDMnyjqukFIcEqbeGIm/X3jav3+vAOQ3nwTJkpOkW/0ard+IyTJ59xXVSPP/Sxj/3p+98vGs241qKtJjRFwmHQ5w35W7+z0IgljCC50QpjqnGCnyKhE4d4Xx1yRiF4lYmHTggwYeBWa4NPmxPaqIe2FuyE4Kwhi+yeixOkGiu5EDXYtdG3PnNshFcYMANjAnleIFwZlAZtelhL0yDbS4SdjsqWET+8varFRKu+f9+i3bJzl5x5OTCiuQwC9IzmBDxU33sVzssuPHfBlZvPx+ZctTfg8VxuhImhdI3E2KkI65JCKacHKDnNhms9JH1NqrNhlrxi/KMte/L5QyVT5lhzKGsF9KYEcRUAFdlfub7U3Yjr6SDSd3zjzrvu+/rKxpZMW4ynnCVEb+VZKEprp+8WBiNCbaksbWKa4AS8/eFiTuCpw52SD3NCy6wIQTVi2UU4A47MCq9LoXS3s5nlgySJJSltQWwCLYkQeQiKR0AgJ2FjxMyVNULr3uLIbo+5y9ELUQgFjYog4WAIOYUeKVKFTeKRl57r+fkZTHY0VPqBPD0SnseexnGZG4B3TBFeTJ1X40Wc2JU+2QNrR85Ftl3GjIJEEmDzixhJWSqoS5fVeB6nKhhFYzUFjdaLwOEYIR8OUGmxsmFG/fJkudlJoqTB4hCxNcXJRrffXTr96H9/DPr5kYyTZpQ2ubBGGGmmcMhQBf6Z6qBjtTZLTSNPPQd4A2r9eT4BRwfADKswDnM3C+bGoan3K1FsvsIqgIUlJKXTg/5gdW1V66M2GXQvYMB/wchZQqWm4E6qQNTrzVJvY2yEVyQfBCZRMIMYpur4wPQ5j/IiYhHp+Ci7xKByqjRcVpg+i1WuAcoh2J6FmalWVGxkwD6kCyqORi5iUySBhDq+OIlLs4swa0HoKZoiQONFvS6M2ASOE+L4ALwMqikaAZYKp+AqI3awowPzJxHve5IItzahi6hCikhwTFPR3xbWzvH4YldpcgzcSIdEHRdCmmuSHzQOzSDtyYLeBEfSQQgZcQ7LnixpdKuBKuEgzW0zay5j6wYBZwTRtQCMJ4twxtlxK5IACENhORoRRikQ9PYiJnUaCSzYBTm2qGTydqJv1qYKFNjQOMFikN7bk82YQjlhGvSRnr8JKBOhA7++2s3yzL4pVKAYyHjjGyi/WboLGsdRLW7y8RTFFb3Zfe7qq26wbtAuLBtiQdOWeJAEhSX2cdCvR14j6VYPRjUaWLbbz7/tto2NgV1m9iU02oc0Ktrx20M0C0YoRYzAVE8wTwAR7DSIQLvk9X0lkfkSageMEPZj4otiTkjBlT+h6+3GpkptQNcAcYBr/ziOJugKQwRJxEQiqgaiboCeNGFofIkAKMwNwiudYzkXMDASTAVVdICGB2GxUNhHJlK4z8virqcdcMz0xNzkQDBgt4YYFVFfDvNmQWOEUshaUkOTMIFjygEW8NfCwesZ0lUZTzVS+eKeok5QWwcccp7G2aGDR2bnDk9PzwB9PrPZR4Kay7kLFSCjKOyXqdft9lznYveRXHBjdmMqO76Nb989NzE+BePb+DY2wvFtfBsb4fg2vo1vYyMc38a3sRGOb+Pb+DY2wvFtfPuevD3NfcIv3XHHl+74kv2Xfj1x8uTLX/HyW2+7beRlH7j99jNnzto7r3v96w4cPPgUH2S73Z6cnPzOvufZM2c+8fGP2+9u3/xJvvgfvOW/0J1//uv/4mlfK0/BwdB62P74wYMH7Ml56i/9U3N72vqEdvH977/xm3Yhbn/Knu7/9tY/rq77/+kn/ykZ6nv+/L3bV+oVPch3vuNP7Efbz/0Ovu1vv/nfv/Md7/iHfPHjR4/RnW899ujTvlaegoOxdv4Hb3nL5Z59+Ste8X/+3n/8jm+I37vhqD3dO1ogbYfWPp/2U2Od1Y+96p88yZr4/3b71X/2yztaIH1xu92Qbxzftt/sgvmuPD9PjxGih3EL8f/4N2+66+v32M3V/vvPf/3Xw+m+/777nt5TcwZvV2jrsdu5/bKf/fzfhS9OG7z91r/z5n8/trfXvf71NvqgHxsd2F/p8e/K8/P05ITBwGwA9nO/8At0H9flv8Cs4A5yCzZT2tGAP/nxj9sUcXJywsYn2/OE8AL/EbeORLD200MmZj8UDf7+kYTTviYcpH0xHdL29/nExz+BR77zkTzJ1mMXVng3+uInTp6wTtL++v7bb//X/+ZN24MuSiPb7U2bIL3sFa/Y/oJv+8VD7m0fr57G177+9TvGeHRmnuTbVc/kZrv9/tvfb4/ttd5gwjv4hP+E/dx/YDBpP6568PYAXvv611k3SOfHnq6R4wnJ5MjJOet30oP2icqf2MOm62tfueMye0pv5um43XfvvVcfOUo/73/f+6pPnTl9+o4vftH+2DvhwZ9640/Si//k7W+/+Zk3hr/d/uf21+qz9PMjP/yqHd/t4x/7WLgf3n/kNdWf6vHb9xx59lf+X/bOHjaKK4jjbkGCxmVMC0oKjGgiCBGFcQqwUwBCkVIYLCUKXcDgArlKLkhgwIbGcQpjWuSjwECBQUJKZKDDTSJosTsoCBK0+Xn/2uHl3d761j58i29G6LT3dnbe1/zn6+2ZH3588+ZNzqxtbHBmMgwPnbk6Ng6byQmnGfbFIjCGohO3dp7d/9W+UBoLHm1QyBANIH9ftCNIiHYqs6OImL44uchcn2ib6u2FPW6aFq05EmpFtYpaE45ie7pSszR85uzund0kgbdmZrBbMoH1SmGVX37FhnE3fHwpDRoxh8NpMikhZrArWTEMnfJIaJ5hW1opBEUaJll2tCsZrR5fMWP5O/UJ+KhMhguXRrHxmX6JedFofdGL3ObqJq5xGpuKZKGXgEEOxDodzs3SCbNt4jgiSTAnWW/YRcnWzbyrOgr3Ih3PuGq5pmlJEPFha3Da5mPbtzATlgH/XY5kZtjm/fu+7j94CDTWe4oFJYMiT7h9767h0KIsq26TZyqdmL13N+IJiQGQlcH26K8/TZpyNj1uak3mZiVBGQLlLY/SxxXSoA3TU9dXDMJXEf+gK5q4jQqQBNan2MSZkUZubEiz4TEFw080wZxImxGS2fYmoaB1yle6CFfY4sBVkNlly9V/q9kLupNegUOtz4EUZg/SQuBSOlkmVYZjj5aBkPlnnjewOqCxXnX0+OAJLTGflntYFoQbASpsg+WZtsSZDgppYkCabRVJV74blIahUjguA/Pvf0ymGjz1MZbLjubkWCJdLDpx+LWMSDN0GadByNiUteb6qOXDFXgmknWQycDAhUu0JbC5TayX6oIs2tbHhqq7pPrp17noKbvVjoWZEId2bM3e2/bgGFGj2o1vxIew3/hSYj8E5hvdUFqDBQNT0AP/D2MYLdJUqOCz6bn+ek489GMhzHIddW9t45bEJf6TjCfTIa+9vGceO3O+KBVWSRHpYqJmERrLEIt2lOGX9agvKyUTrhxGG3YrKYIVPfkg5fgY+x108bae7m5dydKjDWnh92mmTjN3PFNm5bPlE88fUq2NqPdCwlrIwm+LbMMsPXNZLORRbgwOWXktVEli0ZaBUEhj7S5eGg0r2qwL8czund1hrNU4mSKySajyF0lNnDyzJMdBjMfCoVr7goalWnuWQK6QfpRt4tfGr2ouQBdvo8MJM6+rJkt9P09X0jAZalHQ/pl5PIHwwf25tykySxKLtgyE7I3ih+pMNVq+t6tNGMJs7XaanTedrEAXAcnOEnMiN2aqok5Sv5my/E2P/5SWDaMTrfWfuEV3Kh3nFHjqkflA0o1mReYMqZpW7BRGhpLzgyZLFsIaaUli0ZYVZswIsbVYcQvoWSPTxaJrFAaBpohNj4is2s6YwyquvcZxJMskG42k9QPQyMSTZPgJcr49eMgWwWoMrZq4AS+s9OZUfXOGZOMxS9F45KlMUv9YLgs4WWErp2moBE3hXsDZf/BQqFemcgxMmWF5YtGWeULlgVIUFiXzJdKiCaFef2GV2RK2ge2R5Qs1o5CXMGYpAS6a1IJeLlwa1WHX8PIx41PmYoUHHsmHEM6QR2TRMyeOhhW1Pk2f+InBE+i09FUCi1ZWLO/icaa8FBRFOhqrjrJE1ayTKiYbrjBK8v13TzL3IjlzHg1KR9+ER6bMsaM01LIjCnxCGI9F2k9mWDSM4SnzM2zDtfFxNh4h5pqKJiRh+R57UU30Utt5MX2Xn0Y6smiQ6GtFdQfDzK6rxgxr/FbTb+HEUeVIIJ8XiwxsJH3tDrvA44KTvRic+WOlxgKoo9EKg3YbWLgX8EScTCq0bgdKE4u2uDrKVhEkzN2fMy1JXnr4srY8CJsCj1B34dS+Wp52OAlUbs1U2fukJNBLC24hCjwalKaU5tr4VTvYNX7EIiFxZXNp+aH3cG4gGhLawL/wt3O173mmlv7nzGA+Gn+DE29Qmk2QuSMwKXss89h5bP6zWqvZe3evT13X0kWLs3XrlpyUO3OQOb8n1FCrM1WDH0Iy3zpiVHLIvcXrzx+V/O+OOrULKQnnIqrJt2846uS0PqQkgizX8tJSxaIdn+h/EurkVMgBhlnx8cHBsv023z2h0wanMNk+cvRoGf5aj+eETm0XjlpprZx/n8ZB6OTkOWGb0evXr2dnZxcWFt69e7dt27a+vr5du3bp1uXLl48dO0ZjI3IeP3788uVL+H1JP3XynHBdCdhUKpX3798PDAwMDQ11dXVNTEw8e/ZMd1+8eMGtBkV1dnY2CFcn94ROH+jmzZvbt28/efKkvnKtRnOGcpUQ+Ny8eXPUaI+EFyL86uLiojXqa2dCgvemTZtC0IqhIzlnDzuSpcAWRPKdHIQbgdB7wIADDBuJJ0PvNz8/T5zJBcA4ffq0YDM9Pa1GOcCRkRHu3rlz5/nz50hDJjAWeHp6eviER+EubACeuzTCwF2Fr0hDpgSKB8ghh3h4z5496ss68o3zcHTjkDxP5GHQcjkr4zl//vzY2BiNwEyAgQDb5OQkt9RSG+UCHhiAGV9BIABGCF4OXNGoW3oQjwoC+/v7aYSH8Tx8+DCURjvwwzTUduTknnDjU19fnzBJgIqj4wJ0gSVcIuCRQ8vMG2GT+9K1XOiOHTtg1i0ECmxycTAoIuUz8sx8cpdOG09QnRyEnwYJIWApdH1RS234B0hwiSre5ASH4a3wmlSwlhkXd+XKFcHP8sZ6A3ByEG4oEEKkXnJNImVixJkRMsNaDihVKRWEVCqVNQ5D8e3AwADujk4tY3TynLAtaO/evSg9wDMfqHppPQSan9RvhYgn1w4YBKpSilgcrCd+7gnbLuV79eoVrg8MgATQyIWdWGRST0/PjRs3Tp06pVQNxK4Rh/jh+fn5c+fOKfjs7u5eWFjwrWkh+WtrLSBQJL3Hv4UnhGDSTu3wV3qlpiM905P7svNAY4hOCBFuFddaIcYmb6yv6rcjqc1mynFyEDo5eU7o5OTkIHRychA6OTk5CJ2cHIROTk4OQicnB6GTk5OD0MnJQejk5NQ0+k+AAQCATLfHNv982QAAAABJRU5ErkJggg==\" data-filename=\"Shanto.png\" style=\"width: 300px;\"><img src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAASwAAAEsCAIAAAD2HxkiAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAA+R9JREFUeNrsvXmMJGl2HxbxHXHnnXVfXX1Od0/PzM5yb3KXXJLiJcogZZsGRMiALdqwABkSYNOG4WP9hwnYMGzAAiRLFgGDFCWT1Iq7WnKXXGm1nD1ntmd6evq+667KqrwiM+6IL77we5E9S1qyIYEgra3eeFNTk5WZEVlTkb/8/X7fe997alEUShVVVPFvLtQKhFVUUYGwiioqEFZRRRUVCKuoogJhFVVUUYGwiioqEFZRRRUVCKuoogJhFf8mIs9zQoiqqv/C/XB1/uU7q6hAWMWfMGZ/aikl/t1VFW5QSkf9AeM8isJmq6Xrei5lLoRuGFmWAfiOe8dwP6HE0A2VVGisQFjFn4jiHt29f7C3f+WVa4yzOzduLiwvtTudMAicWu3Zg0e7T7eA6lqdzuUPvFJvNk5OTgCHgMynDx5tnNs8PjzqdLvzSwtXXn1lRolpmsINznn1t61AWMW/OuIwStPkG195480//LoQ+cLK0ns3bpq2A8oT6K5eb4wHQ8+dFEWuqAqAzXLsXOa5Kk8Oe4XIa7UaPA3O8wv/wV/+9M/8ZCGLKAwf339gmFar0wZkMsaqP/ILENVV/DOJJE4KKXefbeW5tG27Vq/3Twbf+OrXAZTR/oHCqO04dDicum6RSyGywPfN42NKycrKynTiMkoZoapKxiPX87y97V0gRiDAwUn/9z/3hTzLf+jHfvjjn/5kvdms/tQVCKv4l/SnEIEf3PjWW0But2/cvHPz9vzigmFZ6xfPbR8c+L7HdY2bllDVRAjuOIHnUUOnMpeEhlG0e3gI2sQEd8i1k7E7mLhwQm7o4CN/5b/670bHJ4yymm2bmgY0+Mmf+FGuadXKTQXCKv5o3UVKebR/CGrz4d37+/t79+/e75/09w4OCeeaaU49D3QnUyknDGVnLsEJ6JpuaJpI0lzkYBSTLDVtOwkCRfE1yuIkEWly/a3r16+//fDRoyKTQJJCiLu3777+gx+dTiaNZlPkOWAWXrS6BBUIv98XYIYn/dFgdPudm95k+uzJs4dPH+VCgvKchkGhqMlwSAilusHAhEuZxylgNkkS3TDCMMrSFPgTfqRFkRSFSFMGaAM9Cl9E2dnb3dneBomrFgTFq8iATu/evvPBj39k+9nW04ePfujTP2LXnOoqVAsz378BDHbrOzf+8a//w8FgFCaJpIRpzHWHUZSk8E+SZAIokHbnF+qt9t7+XpGlnHFFVeM0oRxwV4AonYzHsigMy45S9JMaZ8CttmXBjWa9PnXHAMK8UIFBOee2aVy9emVhYf5we6fdbn/mf/2fWt1OtU5TMeH3o/4c9Qf7O3s333rnwa07E3cap1mUJMw0ojAcjCf+1FPL7F4cJ4ZtE6I2avaJru33DnXTFLkAR5eFWa3mBHGYyRyYUhY5oA7Ibpa+B9qD4yfTqQTpSpmKacY8E8ILgnv37289fapR2u604ZchlTOsQPj9FsBLBzt7v//Zf/Lu9RuD4dCwrSzP+8NhoRSWUgiRT/3AnU4BqEB64BX9JEqyBJhMybM4iaI4hIdAi4osg2uQRjFg2jIM0KiAMSngZOj0sgyT+0mawqNM14A8lQyACOfUANhpmliGniuS8eo6ViD8fsLe1J205zpPHjz8B3/3/3z6+NlgPCKMpkShGj886amUtgA2SWrb9mg0AqSFUTirktE0LQWzx5llWVEZ8KhhGKBXhRAgJk3TnEwmQLGYSMzzooz8/dCVQsXaNuBLFU4FcFUKXN4Jg3Aydmv1OjxQXaAKhC9sAEjApwH8fM979uhJd2H+i5/7wvbu7sADDRqqjDka23+6k8q8Ua8lwG5StOodAJXneXAsYCYpI45jgA0ADxColMVrQHdhiKzY6XTgTniKVqYfALdZls1WXGehUmJYFoASMJ8lKcJS41SljPHxcLSwtMiqMpoKhC+q8Ruc9L/9xtenI1fBqrHsn33xD8bT6XA8zoGJQB+qqqnxo+PjIAyB4gBghFDOKAAMjgU4zWgNUASPzuiR4Dop5ZwvLy/D0wB7cKNWqw0GA3R3hMzqtmfYmx2rPE+BCNCioHVBkmLlmqo6Tm1pZRms6XQyNW27ul4VCF/AGA2HX/3yVz7/m//oA6+/frC3//jR48OjnlWvgQmM0tQyrYWFhSiOxyO3Wa8DMJqNBpCb67qgFjnXgiAsM3jStp2FhUVdN/IyRQj0CJhcXV09PDwE3AII+/1++YKAPhWrt99faJmR4ew21nyrapokBWXgJ4H6Gu12LiScMgwDeJ5aZQsrEL54cefm7W9/41teGL55/e0nT54gHihhhk411pqbO3/u4nQ69Xd3FrvzzVYDALOwuLC9s13kMojCLBUE5CJlnXb33LlzQIO+72tcH49HcB6Qnb1eD/QqKwMeKslTPgfb+wbvjwpiigLkrEY0oiqAc3hEFsXO7q4/na5tbnQWFlY3cl6BsALhixSABDB3aZyC5EsycdTfUzUOlgycXkHUTqe7OL9o6MZUTmwTZKipFArQoKHrgR+IPAf7N1t3Afh1u12AXF7eCc4QbgDqgO6A/eA59Xp9MpnAnbMXRftXStnvLs8o728sLCTSIqUMoFmoSpjEIkuzNP3Om9+Be2qN+oVLF6sqtgqEL8pKTJY9efhI45rMRBrFoDMzwIbGuMqZpgP2LM3QudE7Pob7AFeAMeC0pZWVk5OBO5kwzuDOdrt94cIFwCEQ13A4BO8HqAO8wUMAwtniJyANTj4ej+FRgOWMAOE7wA/gNFs1hfvRARZYlwNCFMEpwZBSPwrhHj8M//CNN3a3txaWFpbAW9Zr1eWrQHjqA97Z9+/emwzH7U77aG9/Mp6A64uSuOl0QFxmcZJr2sSdeNNAYXTQ73PGweV15+f29vcOjw5SkeWoKosrly935+bq9RpgbDQaAgn6vhcEgaIqAC3AGLwQ4A3uAbABSZYLNsh+ADngQ/gO988AiekN/DSIzJqeF7mq0DjEQlM8SoXz6f3B4LjXC3y/AmEFwhchDnb3vvqlL9dqja0nWwf7B8f9k92dHaFIEUU5JUCPIhcno5NZJi9NEsdxuGlO3dHJyYk7GjHOQS+ura+tLS8uLC6C8bt96yacNgq8qeeKPNMtXSVwOgHWEVgPNGgcRrJcVuFci4KQwMNYUQiPlGgmqigkHKhQJcxCXWKOQsBRaZJJJM8wL8YR/dLvfXHz3Lmf+NmfoVXCsALhqY44in7r138jnAbf/tqbR0e9RrsZRiEwEtgxgIpC1MKQADzf87ETBbg7yoAmydxc4PnIcqWUnet2252OEPm3v/Wt7d1dUI9RFI/GI/hOgOsywFCmFCrWiDKqFBK8J2BNFnBCQQjej2uqaA4LkSU6FrKl+PQCm1+kQmKRGha1pfA7gAUkjKWZePToya/+rb+bRPGP/OSPN1ut6lJWIDytAWy2t7Or5Orh4RG8uZM0idMU/1IaBzUIUJw5txTLskF2FooCIOFT3wP0AjXlmTANAzhtPHZP+oNHjx/hkkxRTKYTXKoBqIEKFUJllJRyFO5QAG5lYQwIS5C1wIK5FJxyFVdBOa6I6nouMgIGUqq4RkPwJJhOBLYEKSoLphL4LAAc3rtz/+/9zf8dRO2nf/LPVbr0tAT9zGc+U/0V/rgb3Hry7Mm9B0A6BPf9ceAfz/M0Q293O+5kkqYpsOJsyQT4LYgj+A5IxCK0GItdgBtna6Hw48HRIcAyCEOgygzwBrw2+6MDy+EqCx5JGctlkaSpBNVZykjAE4AQXgIeAqgCK3IGVlHh8K0A8OK9SZqFaQonwCo2OG0KuM6JAu5RCvgUMK21M+sLiwvVBa2Y8PQFVkvHsTuetFsdwEYu5RjCdZ16rcyzY/HKrAxtVk82q+3MiABVyDkYQxOLOcMQTuJjDRrQZTorQMMaGYpJPEy+FwUW2qDxU1JAJ3g/oMMSgYBhrnHMAcpScxaFoWlwg2u4NAvHxjHCNWMq6tkSovBxIZEdVRCrKuHA29/42teFFP/Nr/z39Xq9uqYVCE/bnwOrzGi5CTAdjUZRGo3dcQgqVC2a7Va5twijhB/Wl323xAxAZVlWXkI0CAO4PwUbB/YNsIKVaLijCflTAZyAtyMlBomc5QFzwBueqgRorohCo7iZkGOtNmb7gQkZVW3DhBtxkgLHTiIy8v0MN2UonGmkzHbAi8EvT4Tq+37vqPfo/oNXXntN07XqslYgPE0B0DAtM40zeKMHoQc6MsYlE8WD93UYtLqdDEASxZg5AECmuOUPbugcG72A1szSFJ1eJiRVizLbDzSpYRsYUlo+rDIF3aibxiwjTxXUp5SqjHGRYqNRgB8tcoOjITSIYmoaJ9SAF2DMNk3bwhTl1A92e0cgZydJnMFJiMKIhjZRUQH28DECXNpsNkA5K1XevgLhaYy19TWm8YnrAgEVCbIc4EyVahInQIagM71CMTABb7ju2KBYlcZnhWeAtEKhuhEGARgzlakAHqA9XdcAcmGWSEXquo7ozGKKRd5AYQyXNwvJAHLo7QqgQxMEKEfUWZpm6prOuYPZfg0AWbOMVrOVCtnQNIOS/eFoksAnhqAGR5rNy7bCTB2NBm9+7etzc53uXPfiSy9V17QC4SkL0G9nL5579/qNMnGH1WHAVpSxKInnNa3dbuP6p2m2m6BO1TCKGKFN4J1aPfB9VLEQSULgMIZUaBomMhSKRgZMSFF2UkbAzalAeYBlUwNe1IhEOwjAM3QEnglYVQqdMfjiRDE03bFM7NLGWLPRJIS3LccxLUV5TNzJNI4LFfVsXqZMSgaGX5jCuX3PrxrpVyA8lZr08stX3n7zrZmWm72DQXMWIgcwaIRGfgjwsx0HRORg0GeqqlFqWybQVRSCjI1LUsrA98VRRMvFHvR1FivKPRAEKY5TVTF13m44dctydJ0DgRG1ZtcMRpVcGJoxk69wTlJubjIBl5zDazUMQCLQIFKfFwZCwmeEGgDxEqppRMT4CyiEgWC+dOXyUrlVqrqiFQhPU4Qh5uU/8elPvvP229/+1pvSxyUTUJo5buotwJpptgM4SoDrKDNtu6XIxPM5x4R7o163TBt4sFl3cpEB64ElVAS4yFwpikykoFFZoRoaq5tGq+Y0a9ZKt9UEjqME0MUK7EYDUDQ1KnB3EnwAUIHtSIFWVYlJC8IJ0VC15i1bt51lsIMUJO3e/uHYjcCmMmLbdoadpZKJO/n8b3924+yZpZXl6rJWIDxVfw7GRoPh0cFRu9O1TMsvsw24cKnpmRBjdzI/P29adpoBKiXoSJ0lQFJUxWIaoC9wcBojxAKkFI6lG0xLw6DIcxCHmMjLMuBMi/F2rdau2abGl7rNmmmQImcK0ClXMO+RU6qCqEXklnuI8XuWlf9VMbWBeXqVKCoAcq7VWl9eAjnqhwEYTtw3RYkiAcgUZ8iYRrXXvgLh6QvOea1Rh7f5Rz/xsTt37o6nU4BiFEWabiRpNp5MLacGNk2lPErSHHSmlAwXORWd0zQOW41au9XUmWrqbGW+s7a8ZFLNHQ2BHkWWWbq2PDcfTCYW1xzTALNn4sKNBGzlaQa4wiyFCmoUQJcBDEWWZzr2XUtSkjI1l0WaydnOJqy5IaRpmZtLiyBcpxNXjMcBeEIFK3B0XQcTa9pWp9utrmkFwtNmB1UVFN3W42dvffNN4ByswJSqrpnguxpt0/f9KE5ti9mWJZIUc3oq0S0LrV2tDm/6xcXFl69c7rbqdcfipLB1jSvo0wAzYAJlJrClYatJSoEJpAboLXIs4yampiqYSiRFwTJNTVOQooSkuFM+TSUcJpEkGcN++bNdTmou4OOgbRkXV1d8bwpqdXc4ACak4FuLciMimEla7fGtQHgabWEQ/LMv/dPtrR1gONuum5op8iJKEoVSTdOVPNcZAeLSsYmMApRVN2uvvXzl1Q98oNnB9rutRr3TqBNVxiLWFJUBdZkGIk0IIiWAo0iNNE9xElMBCMwkwjFHHHIGSFNFTiiXRCpUIYDgQiE51owWaoEpk7KVxWytpcCqt1TJcoezzaWFMM+9OJqmMaPgYAsKv7xlxWU7qSoqEJ6yGI9dWe6PwES7EJi0U4lVcwCHRaGj85KgCxPQn62Gs3hx48rlly5cOLe4smI3WoRhcRot8xrgDrFAO0kVWhAAJSKukEpJeHlZZyMLpUzq49NVSQqGbKeouSqFSvOylE0hTGUF/EBA+YpMLbshzmrlJP56qE4Buo6ubSwuHI+G6nicESIymaWi3mwaplld0AqEpy/AUOGupTSFL0pZWXdCWp2OYRpgvYB9lCxpWvrK/Pzi4tzG+vJLL13szs/pjs1NnXANW2EDE2EKXsVqTuzXCwjEHQ/lTcwoIBCxaygyGpklIhVS3oBnqgKwCcAErAKdAYLLylLsMQqHCKWsJ8UjivfTJ4BwTmnNMJa73ViIaZIl6CvzvZ0dbzpdWFysrmkFwlMW4AM/9aM/7HnBO+/e4rpWBzJRyWg4BGrUQOoV0mTk6oWzl8+fu3jxnF0zdF2zTI0bmqJR3KGrYj0nLnJirbZKCQFeQ4ab4ab8AjoDZYo8iFwHShOQVm6Kwko2ZDpAFShUxGmBNpFiKh4eUTljcR6X5XDY32KWo0fjCV4wFfON5mAyzZWYMTi3etw7DvyguqAVCE9fcM5uvnNz6+l2o96At7rl2EEQRkkchUHTNucbzqUzqz/+yR9anOvadUvlRDMMwrlSznVRyh0SuMBDmCJS3Jur4GSlEpkoP/ERQvOyjxP8BHSpEEQrEGfJkfgLYNKQMOBKAVhWhJoDUHNcN1VLDJc77jGXUbYkBk7NpeSG3rWdrFCPR+OsUBwsemODk5OT4+PqglYgPH3RO+qd9I4JZh30IIpy8IZqwU1N5Imu0fmW8/Klc8tLc6ZpUIMz28Q9hwSEI7AaboNQS5DMyqnRv+V5Mau8QZ1K8EHgtIIpFFweuD+0gbMduuUWCgF+kXKCT6aqKD0i0qTIlLL2DeE341SJ2y8Q1cim8FPBVLo8P39+fV3u7+HW40IOfT8MKyasQHgKo9Gof/QHP3r/zv3J1Odck9IA9IRBACpRJPF8u7O8uKhbgECN6Dru8yO0UNXi/Q0LSGjYF6ZsTljkJXCU8jsavXLHEm7fBaGq4LOAH9EeljsMcTdggfJUFu+TZrkJqhxSqM4sJa71pGmWZHmuKqmAQxSd8izNYzUyndqrV6/UWs1Hu3umaflJDGRYXdDv/ajySP9iOE5t6+lWmqWYx6OEM+qORrRQbN2om3YTRGqzSXWuaho1dAKyswQJmjdMu+eKfP8LkfScExGharntkJZLMOAHKSbx0AHSMt+gyuJ54KE5OsJyCaesTMMJ9iBQSbnEU5rKHJvhSyGwDifBRVI4Kk+TCP7dWF3pNhvwOvALiyStLmjFhKcyxq4LCOEKlmWDu8ri2LFtJU3nF7rdVtvQdW6ahcYKyopySyAozLJZPZBTWWyWy9LzYT0NfseFGFWhFGFVlNgsiU2WT5bPqRIBhwyISzQKpgWVstZbB5otNa3IsccFHCUznE+BvaEwiaKQEqsgcgsqRMYV6VjWhTMbrjsNbGd0MpCznlFVVCA8RTEajw4P9hn2LwMyVI57PZ3zOAx1Bfsp1WwbwJDP+mGX0CnprhScsnjOeYos/vhiqFquphAEYzlC5rtys0Qh/IP2kc5wCOzL1OerLznjSjlfomwMJRjn4BalFPiFACw3Lj1v0Q13qLqhFXHsTyatRuvM6spBv5+EQZokVbawkqOnLNIk/dgnPgasI/IsioIoDNM0DcMA8KFpTNM4BU6TQGPlGsxswXLmA8tVy1mn+udfxUw9Ku/PJFeL7ypUXHxBv1dQvKEwhoN4QXkC0N7/4jjxApynppmWYdmmYzv1mlNzLNvWDL2gBDBcZiQlNmEjKsAxwtFrAmC8urhIpOz3er7nVde0YsJTFotLi925ObjRbDaBRgACmCVHJGiEU7BmWllDg2Qny5qzktO+i0W8t9y79D5Ay4R6OTS7HGkNn3qIOwUgU2Yl0A7SvHwyaFtWSsdyeRVhCs8SpBxMATZQVU2gRN2uZyTNwiwSkmomdqYq56dJ3NSLPhM+BZIo0iizTDNKksD3u/Pz1WWtQHjKotFsbGyucao/efh41twJc+OEGJaJ45BQKUrG1NmklpLg1NKXFc/V6PuBkCtTCwAhfAomHkqwYd1N2esJhehMseLhKvabYSVJlgfBCbHvDPbqBkdaUKpwQ+FmHGQn42lvMGx2OlzXihloZSFSoetakqSmVXCNgTnEiVG+X13QCoSnL668fDXwg2+/8c0wDMENltwmKCdxEgksSZPPV07kc6E5U5vP8Yf5BFqm6cvdfzMhWs65LsvPns/AVkpXWS61zMCIAyfwFraqIeWGCjhYEkqzXHCuJUrUH7q9k+HDJ1uH/f7BcX8SBHR3Hz4vOFaxNjvNpm0YIorhtRyRY2M2SsE9wu8/+5862t/XdKMzV21uqkB4GgJ810tXL+8821auv5NjqjzVOQGz6OjcLNWpQBeGmT1FPqe8ck1F+W7RjDpLGKrPF2XQBWJn0FmRjJrD0bisWhawIRZnlTLYfkYlDFt0q4BIqRF8Ks2V8Wh6sH908+79rd5JbzicBP5oMgGpKfJ8FIY2MF4Qh3Haqddrhg7gC6JAclJv1ZnnmpYF535w870v/cZvNFudX/hrf9WqVZ25KxB+zwfgojvX1Q3DsssdvQq3OKES6IWrhYxCX7NNzD2orHh/hq5Sbm54fnhJgrIgxayoRS1DKWticNA1HkRLxYklnojYGR/Ksps2ZjIKXAFN4Vg1ywM/7I8n37516+2793ugL6MQ2Bj5Vmca1blhM8Ood+fb8/PdRj2eTo4HA9XgCSP1dqubpGtnzniTyd/+zGf0JBvp+u/9/ea/85/8x9UlrkB4CkLTtHMXzzebDXc05twQWUB0w7GdLE1xGATqTDnLN8x8YbkJSX2fFUm5QWlGjHK2EDrzeJikAB4UfJYdJNgvBudQPFeyuBxTkFxyIXH80tQfuZPbDx9ev3Pn3tb2fr8fiRQE6vLS8tL8gsgyUzd1rhMVKwqAGMe+v7662mrUvvPOW/lxL6f06Lj/u7/92XfeeCM4PmnPL05d9+HbN3CHMauuewXC0xAXLl34wU9/cmdrNww8rgrbspM4krmo1+vgEVmpPpXS5cnZZqTnA8mQ4cpyayw2I0pZelZuQCp5ERP4VNMKIWZbClXcwkRxW4QQigByzZVcyihVwuRge+/Nm++98+Txw4ODvu9pur7U7TTr9SsXX2o4tb3t3VaziRt7swzomHHuhVEi5TiKanNzz7Z3nu3ubGxsfvmzn+tvbW20mjbTRn4UDka+5zWqmU3fS1HlCf8/o9Vu/dSf/+kzZ8+gLrVAmVoAONs0kyhUyxaiyISz9Rj5fKJ1MSuUQWWp5oxJxiVwDnwRVmYpsIKbYrGMLGkQ8YloBdRlaZ6keZxkQRhNpoPDw52tnW+89fZbt+/sj11FMzY3zq/MLy+2OsvtueV2d6HZqRmmIuC4TAgBmnkymSZxEkbxrVu3NW6eO3s+T0QGP7sTUNEG5+fXN2yuR+4krvY3VUx4ipxho9m4/PKV/Z1trpJ6vQZfHGxh2REYZ7CQWV/fWTZQnSnSWZ01PJaxsnUTuD6sO5PlIg1uiSeY/MvLLvmYA5RppmSZOptnn6Zw58HewdNHT0/6o1vPtkdpvHHh/GA4adh1jiKZqAIbQAHk3Imnm2aQxKBlLayqywyNB14g0syfeuBp/8JP/0yn2fjSF34P0xW27Zhm3bKSNMnSpLq4FQhPEw7//M/97ODk6OF7NxYW5+ELAMc1A5RnUfLYrP5MeT9LQcp5Zgo2C6aUaVgGCjIzTUQcF0mCXfKzvMgFIBDH7mLBJ7YDBk4F9nv26PHh/v7UHWMzqUId+MFUisuvvnrY7+NUpzAUiur6WRRHua5neQ7PzkQGXOyFgcZYSzevbJ57dnBg6oYSpQ3dEFRdbDU2V5e2t57FWey64/lu93BrS2SiurIVCE9TrK6vfvonf+zpvVtSkdjwgjP8YhxM2PPFl/fzgdjiHutGwfQpiTchKgetGAVeDFYtDMYnfdxBIfFpYRiUQ2AoANJzXXiUqWrdsrvNRtOynmzvDlx3OPWA4jSuHe8fyVz6hWvYdlrOThv4fhAGAOLljbUHDx6Ax+u0mnAq35uEvmdzjRNVU58vEL3yypV7D24Hsd7rHzdMRzd0Vq3KVCA8XUEp/YGPfPRrV6/Ylg3uK0kSIXKGQyVoCbdZLr5cLc1zHBYvFXcw2N/dT6YxSE7AzHg03H727NHDB7jdXVU7rRbJcm86ESKt2Rb8uL6yvLa+3m024yDsHR6HXuB7wcTz5pZWenuHydRP8mxpYzUrlGgam7YN2lbkRSby6XjCc2W9s2BqzDS0VCSmZcBHhFHOk8kLHIuxvrECF/l4NLCksj6/vLK+7jSqoYUVCE9bmKb5l/7KL33zC5+v15sgMhk3CNdkWexCZv0sys4TiMBCSYPQ7fX9/njSHwdxGKTxO+/eePTkMcAVTKVlmAXT8iBoOA7hLAU9KaU/mfZ7x81avdHqTL0InF+haznnu0fHmINPM4AW2NFLl6/u7Rzcun17vtX0kpRmuT8YtR3b0nRFZjWdO6ZuUs3kmgq0mMZYcKMUaZxePHvx1o1bfcUtVPWDH/opq5ocWoHwNMaZc+cfLa3qhBimXS5pzlIQqpJjr6ViViSaF8Nezxu5e092hieDVrNGif3s2VPgt82NzbX1janne1MvztVas8NNA4Th2nw3DTx3PDmzeU7VDKFpocwfPnu6NRweeN4kzhpO06BsCtI0zS2Nn1tbmg56y51m17YH/X7oT4FrZZYA/W3Mz+mEOoaNrfgNDbdBJola4ParjZWN73zrHbcItbojbQBpNTb0e0xtVTPr/zUDOC8YDCghlmXBu1lRlff7Vihlar7IE3CAOE8GAGrVLFWjtmN3O51uq20yzdSNPBMgMsM4TuMky3IC5CjE5ubZ8xcvRmnaWFgIhJgGU9cdccPQdD2M4jpIR1UVMieM+q5LRH7typXNtbU8TSfDPoX7RaZTsrmydPnMZkMzHF2HF4In65Yx9T2wh7ZlFQq5dftOmqUFIR/6sR+79Opr1dWsmPBURndp+enb71imCQLRKbMRZYVouTYDbrCQIEexSbaqmo5t1myVSMd0gsk0ixPQhMOxO+gPhqOxH0cr84spAHLqk1xOpuHGxtnWwuL19967+NKlxbXlVz9wrba1VzzbOTw85kphN2sa79qG4Q1HPElWuh292VTikIlMLYTBaafdvHpuc7XTzYLIj1DNZuWORdDJeTk5zXGcZrt9fHyUE7XWbleXsgLhaY1mtxsTtTccAMAaYo5RDXOE2Fu7KBvM4M5AThgYSNupARqBrHw/SKRyMHYf7u4+fvps4vthHBmWlRNlOBnrqtqpOxyko2U0243FxbnVlQXwcufObhZJnk6C41pvmos8ieya0zLNer1hazSduLLeMKRYatTq9vxct7O4gMMvqFRAyipUAS6GzwXDNHCTYSbUrDA1bePM+mG/R0x7+cxmdSkrEJ7iWLtwYefOHawOS1Oic6Uciov72tWyLFuIDFRmLiynJtIs9uNer3/n0aOvv/32Qe/YC/wojDhjr1x6qWbph6EHntILPKzEsU0KnlIIXhS6banz88k0yv3ksNffH4/cLGFCaFLWdb3hGO12a77V1BWZdNt1x27UayBdGSVpmoIAVpVyQDfDzwL4dMjTTMYpt43VtRX9jqU7tbmqIXcFwlMdl199bffx45PBYCPeAM2plu1iyqJrQGORJYnveXatBmD0Jt6D9+69c+/O06PDYRSlnAuuFSynhG6ur3vTARBoreasra/Vm01m8JvvvTs4OOhY+vpLl5xOZzVV1FQORq66Q5k7qjPWdey5Rr1es1qNRgNAjG25Oxpn5fTeIk4TAR4VR3ITzDoyvruzg9sXhQSbWreNdqtJNU2oarOSoxUIT3WYtv3qxz72jS9+8dnDx9fMa4Ztl80Oc+zfqxRl2VlaJ2Qynlx/6/r2s91n29sf/dQnF9Y3vvzPv3L75i0Qr7yQD2/dYiyvY0ZPu3jx4tLaCjV1L/TD0Avc8XQyaZ45pzel0/EWFufDNNY49YMonLjGwny73XQc23EstZDAftj5CTchEpVrIvQLbIKYRUE0POgZtgWAL1t0K2ka12xbYxzMaTU9uwLh6Y5ciI1z55f+yn/0dz7z3wYT9+Of+hQODMxwuHycJMf9/mQ8BnK6dev27t6eVjN/7t/+ed0wwTL++Ec+fmVh2WTseH/XHY24Rt3RuFVrzS8uNefmqMn2+8c2JXGWUk1XLEtNhNVpzy0tjifjJIo6zcZgOC6U/OWXr/i+r2nc7HZyHEEoOTyfqFkQUJVNRsf7O/u6ZnTqTTCrolwrikTCcg1sIYC3H6f5rKKgigqEpzSGh0epOzU4v/LSpcgLth49WlheBj2ahBGl5KR/srO17Th1StnVay8vbaw7To2pLJz6aRhzP8jicKIWDVMXSnHp7LkPvP76ytq6XnMKVvy5n/6ZR9ffXlhZ0RsNBfjNMrW67TRBejbGw2GWi/m5bu+4d+vOnTPrG4QyQ9exFXeWgg31guDx48epH1CFLLTnZk2fJFEZ5YDScr5vhp00GBuNek+fPLl46VJ1KSsQnrIopHSPT5xGvV13RBwrWfJDP/aDt9+9ZdecQMSapt978uhrX/lqu9ZaXlx2nOb5lxwsDaO0zOYN8ySJpl6e+DJLQIPqWq05391cO7O6uuq0a4oOl0A27IZlNxora7ltSk6JAczlWA4YTNs29OOTKcVqcPLWt9/eevRsZXkJ7jV1PQp8kLG6ps+ZVk44mMBUiILwEGUncCFlVKNgR3O1EDmcNY393/m/fuuv/xf/uW4Y1WWtQHiqQFgUW1/7Vi0Lz77+ipJIcIHc0rlCuW7MLS8kcfrKK69cOnfR5ubezk6hyLWNNZxeJoQbhTizDFSsyDCpyOjKxpnlpWWrVZ+bm681GqplyNleKEJwx76pG5atYu9vSQ3DrDvdpQV3PBqOXXcyKXDaqJLmmcSpFer8wpwUbVJ2xsBOVFEKhAz2FBQnYUmUZaIEIvzySQL3iVmV+a13342iqAJhBcJTFthRYmMjv3NTRFOi18ORa6hpGicnveO51SVd12mTCMME6HQX5vYPDhbXluFOTbBCOE3bChxbtNvLq8tgHTlnjHOrWTdsi3CeYO/fghaK6dS0msNqjqqbuNOaclXTNdsxQdE2HN3g+Sip1ZtCyYf9442VxaX5OV3jRrOum0Ymc3CkMkjAoKaZUJI0zWVWYg8TmAoDaRrEKYEX1nTQzO543Kx21lcgPHXhLC+ObgrOCGk5QDyJNwFyOzo6vEZ/oCgkA8sFRi4v5pYXj/q9MAmalqkSYtpmIQvESZqWQymUWVWNCv9ahsKpIjPsu8bYNJoYjkNtGwxhCUKmaDo1daDcer1uGbpG1JXF+Uaz8ezZk8d377Zs0zl3VodTkVnrGpwXyjQOgMSO+uqsySneixuLGYvDEHuzSTkejne3d8+cPVtd0wqEpyzs1aVBs1YEibKoaB2Hyrhds3buP5S5UChBX1cmDFVGXv7w6w/u39frDs4NtYxSzeZEcPW7gYOXsKgszzIiBaNMRul4MGjOL0gCMpRj4Q3uxy9UQwMAGxpfW1hwqL66ut7pttc63cePH731tW8G7uTKy1etZo0ZupKmOJ2iwImGaRZnWZYmWS6VXJXgSIMwOhqOwjQFTofbt27e/MSnfqhaI61AeMoC6MQ5cyYejcwkK0ieTSYSXFqvF7hTp93I8hzYDLv5AvtIUmu3Do+PN1Y3VErLrjMqYdhadDY0W+YS3v4ijrABsMiGcJrDo4WN9cI0wBEilsvZMIQRirtzcW7v0ty8rmJltsF0YiuL84tH+0dbT5512p0FzF4KqoLkVLJCwQ272HeDyKLIZCGKPJXKNElPhqMgjEUudU3b3toa9PvVLPvvIb9T/Qn+NaNx9RrgJg/S3ItGO7v5SV+OJse7+6oAOYq7mQCKBSWAgNUzZ4mun4xHKmdwD9E0BYQsZ5SUDX+xuCaVSZqMx4/ffufwweNuo2U16lYTfBojZftEpZyuDRKXgZMDegU0a9z1vInn54pab3fXz51/trP/8OHjo71D93hQBLGI4jxL0jAUZeunouxCleQ56GDgwF5/6IVRQeisDSrOVKuiYsJTF7xWM159RbquIjK/308nowZn+0+enjl3thzfCSxIcQ0SKKxQV1bWb9y4AYpwbX0V2wCrtIgjBQQiACSMgsCL/SD1pmuNtutN4WiQr6pdVyRVC8LKjsAK4CTLdM4t2+n3BoMgyEDX+lwNqZBiGEejONwfnNiOBaQaTcwCmJNraA2BAwHkCiraSIhJFPVGk1QWEy8oW5wCMPOaUzXhrkB4Spdn1tYy3WDuCeEkFall6A9u3r5w+fLShU2VUZELxrgiigK0KVE//LFP7G1vvfv2u3XL1EAfRjHJBQVAKorlmLbBHWkXfgiw1G2DOVbBmYzLwU1Jio32k0gNI5GkWZa7QbB7cvzew4fBJDANs7s4500nKaOporiBT6Q8OYq5odcaddOqgebNkgwQKynLi2I89Q56R1GSgJilMs/ydDwcue64XjW5qEB4Oq2hyrodobPWuWtJSKfieLD9+OG92wub6zg0AtBX4PCmQhVFOcNw/czG8uKCNxrKNNVMk5TkpuDoXIlER4qEEsWxmFNXCqZkEp6Q+6AqYyBEJUvTyVSE8Xjqb/VObm3vPB2MdN0ahOHx3oGpsbnunKKbmUojRWl2ukJkI88nYcI1A39PhQEb5omIcaRNlKb4kYGzfSOAJ5a5VhezAuGphSGlvNmyX36tmyqjJFW2ladPnn44ikxdw+1IuK1Q4vQX9HU4l5cx2mw1lDQr4rRIExysDaK0ECqTCitSlhuajtOdpiEo2tzzg+FoeNLrdFr1mj04OoGvp1s7j/YOtvuDiDEvTUWSOIoBPjOSyiTNFA90ai51WyNUACCDwMoVTTfLHR7AqdhMOIyiRGSNRoMX3AvgHOl3x2ZUUYHwtCLRWF3hrWbzwuYgz968devZk+2XXrnKtHKCbznlU51NocDJTUXZCZ/K7449S4UsNGz8S4nGFcz1Az6nXn9r5x//2q+dbO/WHcvptI16LU5zUI7Ho8n1hw92p+NJmgC3AdJ1xnVCDcp1kL+EKnnRbbc3VufXl+drumlmXgtejxV+JkCsnkzdIE0wIVG2J57NiVIqDFYgfAGCmKY6v7B28aWbj5/tbO1uXjiPuCDlsF7yfCBauekex8rjpLM/Nk9bxYFNON1a0ZhqaETH5dUw9DRT27y4ubCwOAqDgec/3N71gwRzDGmWF2rZcVhhlAjMPIickzCVGudAvO5g0I+84+n0yuaZOdtmUWiZZDAa9ccjNwziLNOfDzTFhEmtXudYElBFBcLTzoaEsGaTNFv1TvfGjZtXXr6yef5MmYHADqTlbLQSdbjZIVWEAL+HmMxzHGmfClCtGVCYxWnNUBwnp3TjB177i+tLXq//1X/+xle+c32apgeDEQODR6hat22Dy9DLRaozTQKlkQLIjhkcdKbKSC7zNIz97b00Tl+/eKFm2IDYsBxQMfECXNxJU6brmEeR+aXLLzWajeoKViB8IciQ0rM/8MG79x/0rr/99PGT+bm21bBVTossLyeGlhO0kQYlwBIZEMu680KChxOYDeQqMXihc1U3sG8UVYfT6NGz3Tdv3Xu630sUnNE09bwcuasGz91sLRsFw0wE12zbwTRgBgJVepF/fHIMWpWpzPej0chd7cwDdSq44Rj1sJQ5VrSJrBz6yztz3XqjAmEFwhclmnPdi6+9dvPb199+6+3V5cXzl88TXLxhajFrPIMbHNTZ6DTs0C2Aygqci53DvVSjmmEwzcQaGaEe7+x9/jc/f/f+/ZPRkDKtwQBsfDwaTVy3zvVPfPxjaZxMRlNsLUVoWkjgQE3jcRLEaXSm22LczlOZR2EQRZmiTMIQFCuWb6sKPE0U0sPe+9iqnyKMKzlagfAFipdee+XsS5dOtrbeu3HTdqyVjTUpBMPKzHJtphSl6myItpSzL1w/JYRznRMuk3zaP7n97p03v/mto/19oM5up/XDH/vwxuLSUrPd7x09uHuvZtdsy96bHKqMhmkGwArCcOgOPd/Ps1hndOP82eXl1ann9/sDEJ9RnlNFzYnKdd2xzTxJ0jACVsyE6HS765sb1VWrQPhCRa3ZePmDr3/l2dPjXm93Z6c7P8c1o8Dh2NlsXGFRdmT7IwTmuD1X5zolupQkSeJ337nxTz7/u4cHhzgC1DE/8oFXP/6BD9I07e/tbTRrjauXwUK++Z130jzTdJ6pxSSYDgajIIkNbsBrdRuNjtmsg0Ztt/zJpDedjnzfsmxFY1RjjDNdKeJMYDeMotAMfWl5ubpqFQhfLGdIyMsf//Bbf/jVYDJ5eOeBZVjr5zaxsQXBzUTfnRmjPJ9cSBS10DWTEgJYPDo6eLy189Wvf+vpzvbq0twv/MV/6/LmmWLsHjx+pClqNBju7x+4fjCO43E46Q+HMhUON2r1xsW1taAowiBocHN9edmu24YG3EoH9cYkCA97vfnFpf545EUB5itVrALIsgzk6LVXX1laqkBYgfCFi1a3c+bq5Xvf+LY7mmw9ecYMrQvRapfTfPEJxaxTPm5PUqVKwB4yTnMhnj57ev3Ge4eHR416/dLm5tXzZws/2H7wGOzf0dg93N3f2ztwPY9Yhtluvr75gTPzqxuNue3dvdvH+2keW9JoGXa3XqOODvI3iuNmvdGO4+ORm+YHKudRkqJFRCVciCwDi/iJH/pBy7aqS1aB8AUkw0/9zE89u3V3eNwzekaj1aCFUtMNxrmJWwpLG4gzm3B2hAoyVMd9hke9o/v3Hz68/8APko31tSuXL793492dOw8yN4yydL93FEURsNZLL1187fXX185tLiwssSjp3Xl8fHxc5JjkqNXsllPTdSoKwZimaVw34LvGNHYyGjDDjEQSpkmO6ZIiy/N2c+7KtWuEVFtnKhC+iDG3uHj+tWv3vukHQTTs9S2u7UQR+LCLL13STJyCxBgjmjZLmeeKIpJsb//g7p27gedpmjHqn/z9X/81KrMLG+c/+pGPzy0tLJ3ZUBm1OFfizND0PEmVaeg+29q+fW//6ZbMRa1utdqtGtekzHQAHlGCGAVnvdU4dMeE86HrCqUIskSWmxgJZeubm+fPn68uVgXCF5YMX/rAaze++a2D7e2GaXYbjdhzAXJPqdrpdlqdNg4kU1VCCUCCq9yf+mEUKUVhAQRNLU2SM2fOvHrt6gc++KHFlTNMA8+IdTdy4mVeeHKyx6SSg1K9de94/5AS2rSaZK6BlQEyB9kJqjdLEiXHhk9plumGyZIUKDeJU1wHAnsZp1zjw8Hw6OjIduyKDCsQvpixfu7s2SuXh73e8cnAMgyZJ7V67fj45Oz5c7mQHRx2j5RIsdSF4l6KstUFwG1jafH1119/5fVXLewxo0kiszhV4lSMJslo4p0MsFxNVQE/h7Hv1XRJrIk3yUbjZt1xdGBBHeCXC1z9TLIMez2pqoYNo3yBqUICbhB5mBDf9/+X//F//uv/2d+4dPmlqhV3BcIXMGq12ss/8Prh1nZwdHJweLS6usC41tvZrdXqgJA4jpqtJrhEXdcVTRqcO6ZpUGbZ1rmN9Yvnz3bn54hhCiAzIVSwcbgzvkAiIwqWkvreo97Oo/3d4WSagQBVipXF5Q6tG4ahUayGUYmiWaBakyTPwyT1whCEcZqmhLEsy4CBuYJoPDnqfeF3Pq/p2tlz56pL9j0S1ZDQP7UAbsFpMGkGOARrCNKzOzdXzqdIZSYmI9dz3Wa9nsYxUwqcZ6iqg14vi8NXr12+cPG85tgF40RjTGdYFcNAuMqj0fAP37n+j974ypdvv/PVB3ceDk/2vdEonDqOtdCsn11crJumbuhSIVGh7vb728fHfd/rT73+2J0GYZ5LzA/KvNVqpFHMVOBgerB3ePOddzc2z7Q77ardUwXCFy00XbccZ+fx40F/MBoOwf61Gq0oCBjOVhoNTvqL8/NJhP3wDSBEroW+743H66vLy2ur1LIkYzh1O01EmsRBeHRw+OTps29cv77V642TxE9SppKWbTUNY8mpXV5eWWm3a47FdC1RlaPx+GA46vvTo9F4jMtDsSh3DYJGNQz91VeuepNJlqS2aVmGCcw8GrmAwJW1lQqHFQhftOWZequpW/bg5Lh32AvDCAfH4yjtXOJACHhK8ejhIyLzOmjULPennsiShfn5+eUlYhoptohRVSHABJKiIFK1DHvqTqUosiTrOvV5y7myvnZ1Y+Pa2urrly61nBrR9Umc9Cbudu/keDoF1TryfTcIYiEYcilWb8+1Gh//8Id393bH7qhmO4YBOth0x5O7d+6GUXT12tVqnabyhC+aKH39Ex+zGrXD/+FXjnZ2RRYvtFuUqMPBgGsaMa3dvaNMFIbdipOkPxpMoyiUMkyFncmCZpmSUYaVpYzaDaLbjeYvzP27vd7Rzs7OZDLWNLrY7XSbjTpIUKkEidjbOXi6f7g/HB9PvaHnuV6UAP6EBPsnRUqVwuT0tXPn5rjOVVUSYjg1pVDjOOk2Glmcfvl3fs8dj//yf/jvg6Gtrl3FhC9UNNvtzsL8s8dPwyDyg9Cu1QfDseuHiVT2Dnsyx50W7tR7+mwrzVLfDy9evGQ6NYaNtoGVqEJoQalqGrxm2+3G3MrS+pn1zTNrm8vL881GraSyXBY7B72ne4f9iTfy/LEXwPmjOPHCcFaiSqQEd7mxvPjhV14DKr6//XTkuo16C+RoKjLCGNBkFIbPnm49efjkzNnNRrNRLZlWIHyhdOny2lprYe6bb3wjBG0oFZVpmVSiNJ8GcRDHmVJw0wJGwi34hWw0GvOL85RTqpuEaUTjktPC4oXGVM5wrhmhuqJquYi8aRSECjaTUu8+eXowGPUn097IHU898IFYpJYLEJlqoRiUrC8ufPDaKw7HFOW9J0/CJLMtnPYExlC30JaCIcyl7B31tp4+C3yfc64bWHRTXcH/X9VT1fPnzy7yPP/KF//gV/+3v+W5E6pSRSWabriua2jc0HmrWae5WOq088g/f3bzwx/50PLGan1uXjXKMRUaK6iKlS5JpsZpNhifbG25R4egVWuNxnA6PeiP3r7/4PFBr+8HJxPfDwKpqtPAz4siS5NCZGeXlj70yrXza+uqkG4U/PaXv+Qm8drymflWl+m63axHcVRkQlUofAp057q6rhUy5xq3a87Vq1dX1lc7i3NLy0tz8/MVQ1ae8NTKDEp/5Cd/fDQaf/Yf/vZJ7xg+7rq27YZ+ndaTVJkcnTRtA5inbdtjLzwZjrpLi9iHQuNFImQcSymULJdhTNPs6OnW43v3QaJSxsZJtts7+c6dO6M43hn2x2ES50VQiCAIsizTGCdK0ag7V8+dXevMGbJIMtHv9wXu7leyJAXLaDpOhtWnCi7GZtiN2x25nXYLoNY7OWrWG28cHDPKvMhTGVlaWV7bWL/22isbZzades2pOaZpVrCsmPA0RZqm716/8V/+jV/O0izPxXTqgw4klDBKLV3TVcVhdH1p8drLL124dKHVbnXbbSxHAzhR6g5H+9s7rVbr4YMHveNjxqgfxmlR7B2f7A8Gfc/z0kxSNpx6cQZ+MGZEbVnOQqN1af3MxZXlmmZoReH6/p3d7W/euxXlcnludXFuwbAt7lhw6f3JhEgCKhTnYJiATTsOwziKsRpOVXNFEooz2nTdIJQSTgGCmmUsLS8vrSxdvHxpZXWl3mhUSY6KCb/XA97iq2srH/3oR268c2M0HOQiTRWp4rqLmeRCYBtCDawdebLlRvFCp/365StZHHtj19KN4Xh05/49Vdd6o+Hh0REgN06wbejAnU4irBBPZB4B+pI4ywGBSk3XLm+eWW52ltodnRKRAp0WYRK53hReCFtDGSZgD2ADfAi/m5QyTZIoDrNM4AgLTGwwkM3YnDjLyrJTHDWqFDjsHm4Grh9n6bOHT8GktjrNjbNnrly9ury2urq+1m53VFLRYwXC78k4OTg+2jr80R/+tO9Ow6XFW++95/se8I7GSRCGuch9Evtxcux7jw+PmpZ5dHhct+3hYDB1XZWxo+Ewknl/4o4m00IUgAo/jFKJm3VxNig2Uyw0KS2uLXa751ZW1ztzTdPWKc2zNMpSwB4c6wVBnksVC0hVjWtlzxvFMHVVOl7hpTH8E6kUZRF8ZERhqJJCYMkbZZwrjMZpAp4TDgYo1ut1gC4tyOh44I2n92/eBXWqWyagtzM/t7i0OL+40Ol2QbXiJo86LuVWecgKhP8mA6TdZACcZm4Px+5o/Iu/+Jc+cO3a5z732QzRg92BgX8yiXwYhEEjigcamwaeoetAO5OxC/o1xUnYYNzkeBKCqwM8zEZ/SuwZJSjaOgXe7Avt+oWN9YV6wyZMB0qSEpktF5HIxt4klzhhm5RNwvE2spsSeH6GpaaCa2XfJ1WF11EpiZKoKNsWg7iVufACH6tPAYHIpTRJcawFp0iYakE0pvnTIE0A7tnx0cmjew/hTIamW7bV6XQkUQCNdq3mOM7y6nKz1TTh00fXHbzDQdatogLhn3WMhy4h1NR1dzx68OTem9e//st/7T/t1LSdvb2bt+9s7exL8H9Y1q1hzk6k/UF/4k3ANIJVT4Cewgh3UJSdoeDHnJA0h9ugDLGHKehPQA8Q4JmVlaV2rWWZNU2nAvu7pULAVyby6WQCajMRCVOpodkgJmOZkSxj2LBfTRKBLVQpMhV+GuS5ZYL9w7odACfcKKT0PR/b5JTTfy3LQjItlNHYBc5MkgQnN9p2BII4wf6mSIqWHfrhYDA8Oe7D7wqHRFEIAG7UMQ8JJlNIsby8XKvXAZZLK8tLy0sLSwu4g6RamKniTz2m7nR39zCPU+mHv/Wb/+Bzv//5XCRv/O7vdue6o8FwNHL/4J9+5Q+/9o3+aBzESZjgTCZZCkJ4q4IbBDUoBbJlIQuOpdcAHAKEoxSSKipYvnbNWWq1l+B0jYZjMBCLGqVcpcCBQRxFWeZHoTtxD4eDvh+MgrjWmXfqTU3X4PCy8aGBXYOTuF5/Xi4DoNI0LU1T+BSA2wTbJWqe5wF44Leq1WpxHIMiBRIDD6mWInP2EJBuEAQ4o5sQ27IY45iBzOFDgzQaDd/3QcHi/xdiO6fwUZLhRmTAoe958B37s8p8eW1ldRP85erqGn7ZzvcLLCsm/LOKLM0Gx6MwCGum5QtPpFkpEJM7t9778Z/6ifZ8p9lu/eL8v/fpH/nk17/29YcPnxwcHsCbFVxcKATuPzL1NBeKDm/jctwvkJOU4OkMigpwrtVamZsH4zXn1Dk8mEsiy0b55fsbJGvZKT8FfgJEAYzhAZ1z2zQAP61mE36UIgcgcb0W+h5AC8CGr1Qu2MCNfr9f/kjgcNCiDu5b1KfTKdyAJ8NzQJeGYTQ/Pw+ScjweAz4nk0nZ1xTYNcURcQrSJhwOT4AbAFF4GrhH7PRRFHAnMKd3eAg3uKYdHx/D+Q/2D+7fu2/bTpomG5sbP/vzf+HipYu1eq0CYRV/Eh8Y+MHR3kkcJUwzojAN/PD46AhAqDO28+RpLlLGmaLxhqrY1ubKwtwEaHE02tl6Bspx+9ke2MKTQR+oCvgB3uuAL7BtAKlMZPB2twyjZll1y6KFYlFVERLk5AxCCRaNJqLcXw9UBhiYrYKCF7QMU+N8OnFnXfoBGFh9GkW8nOmNE7ZLzQmHzJgNYCkwla/OHsJ+OYgru5zyqzYbTXhBuB/gCi8EZ2i32wBYKXPTtEoJGmHTGw68mrXa7TAM4ffDBoycAYzhN2u1WprIJ9OJmabwCBjIfn/AVD4dA5xdUzf+j7/5d86c2/y5X/j5CxcvvNhLOxUI/zSjwDaE4d2bd8FuhWFKGa8btkKw6+EEi2ZUS+Ox74sk1YEr1IJr8BSwaqxuG0tzrfXl+SLKgpfcIApm71p4P07dSZpiy1DP970wAqoBQJbUqOB6SYGdvE3OFZzCK1MwF3A/+kEhyz6H8DvpIEClIlLJKIuzBJsRqwqgRdMMIEyAHKAiK0ELt7+bvZgpUiBvvAeYFswckbphNMod+mEUAQIBaUBuSlkb1Gq1BVjQ6RQgGoaxrhvTqW8Yxmg0qjeanbn5LO9pBna4MkxrMvW0MAIalAXWI9i1GjwBPmv6vZMg8JeXl+bac73jozs3b8Mv9kt/9ZcWl5cqEFbxr4bfeDQ+3D082j9qNdoWGBqbouOCN7fnh76fhqFGVAfwUKgyFgUTOJWXYaNuFd6MuByiMo0paQY3u7IBkMriSCSNeBpOJ9PxcOzK1KHg+yTADEAGhKapClANpv4VJcVsYZJmOMEwBxTlAl4bhZ/G1UyR5aA2MIw1W1PLwYk4qEbA+1+CSgTigh9nzAmCE1VlGYBJhl6UAhIAeIComUwF0M4EKnxGAKHBcwCtwHiASTjV7K8BSIbD6/U6WMqxO7ZtG27AsTgWqoyZY4RXcV0Xjrp7926j3nDdCbxKq9UdjVDiAv0+uHP/7/3tX/3l//qX4S9XgbCK/3fsgfcLgnBna9cduaAEGdPanS7uJBRxmcoDgxaHWHJdcJUagAl4I2YCJ/WqmF/AdX6cVkEUhusW2BBRtVXASJxImag5UQyWhIThZEKQnTiPHmmKEEYAgyova7vTJMvyss+MLCcBFwVIX4apAg3gAJgLk4RqDtP1PAc/RsuZ3AmwcF4GgAcAA0iYCUsA2GAwAKTNatNmMhW+w+0Z781uw3eAVnl4MlutqdWw3QbArywJAJ6MgXSdWh2ewDUjEzgKB6CLQzIIDYPAVIgJDjDBfZRcN8buJIwjwrCYyOK26w7VcnH10f2Hd27def1Dr1cgrOL/EVIWYPzeu3k7jlNMuPuhaZi4hFhvgLYDYjB0Lc1A8jGQiFHow7uYE9Xg3KCsSGIpgJE0hdGyL7CCu3kpxWq1At6hDBs3gQJUSAZ8liQxoDwIRBIVUjoG10GPUq4Cu+WlBhU4cEktilnBCrz7VSlA56lY+8IySULPH7nT1TMLgFxgZiIVmWNDKJTChOmOEwQBdistm0FBzOQoxVUeDAAegFPHjlLabKEF8DY3NzcejwBycCx8L0mvAdgrl08lMCTgE/jz8PDQdhz4SNJNgBvAtA5nKbGNk2kULCfSRLlEBK8ipMwKaTp2kiGZw+cT/G9j4qSQX/zC71UgrOJ5AKf5nu8OJ/u7B6OhmxUKIKLb7XJmAhRAGxYEC1lwoKdSWJYZZUmhSIHqEZvKaPCuV1WRgzHDBJ1SkEKFZ6JtVNE5qlIFBQg3qUzzOPWBOnCwL2VOswk8w4HhkkRBIUtwAL1UkgQhKECf4ugZ3EYoUYtKDTRkLlnZAXw4mYRZppkm1biusiIXtu0YlgXW0A9Cx7EBFdh+qrR2gBwgxhmuAIEAPw87o2pYJfM+LLHo1PdAyi51uwsLC+AAAXVwFLAynAGgCF9wtigaUnR9BUgDQsnc/AKczccPlLBkSwMQO1u5KUUvA8dIdd6e74LfBbMaRCFq3AybNb7znet3bt95+drLFQi/TwPeMaCsjg56R4e9JMRlf8AhiEimgyAsKCqrEAwMsJhlWsCQiCKZF3iDKKFA6UjVWKQSR2erZW9QLHYBgVm2VFNnkwzL/4As4wVhBbwluWbV6kqWKPBkELVRmE69ZDganQwwbSAyNReIRYqQzFWsvAGLp4iCwweApgKqicCKz4Oj/t7xiek0lpaWgR3DIlQZL8qKVjhyfaU9nYxLU4eS8v9m701/Zsmv87Daq/ft3Ze7zZ19hhSphRa1hIzkKDIMOAb8KQgQIEEC5HP+ggQBAiOAAdtAjEBIBCVBYssRBCeQZEWQSNMkNeRwhuJsd1/f/X1736pr6arKc87T3fcyQD5I3O5M3sbgTr+9VFf96nfOec72HGA/HWKTwy6dnZ21Wq15OoeFh411XLGT+/t7sFpScRpLgAdYYDyZ1HCeWqcOq+j7hclkig/AJ37ttdcPj49g6KazIT6/d+UKxBPLhVfK6nniTNfXN3AyQRCsra3NTk/qjXqpUoKXOI8ToHgp8oHhrVYPnh78yR/9yWuvv/aZHOp2KYT/X96ejHYIZ7Onj4877R4ERIg9dbARQKbleHjuQ+Fb4rTADtw9OoQ9LPgaXYxzUeyuO51NXZ0WH8ArgumzYeZskcEgNJPMtFJgTyEf1YJpGRCj46xl6r2UiFqSWUht+dMSKn1TXUC3VID5nE9j3wHUzCRuKjBOWNXwbVtmdduZoxUwVt6+GNw7PE1yZ6PewvaVjEUsdS0Fv4AThJGR2JC02OeMi+JbMHp4Ap0CAwgPrVwpV2oVXnitXsWHg1kAwcDpzeO00+7ChEJW8cp4PKnX6/i6kC0GgV/wzjsXKZQNkLcHQSq3Wg0slNSywcpNp5AyKV61jdZas9lqwDFuNRtJmswlwyJAG7g8mI6bjRoAP9zSH3zvr44Ojm7cvHEphP+/eERhdHHROT9rdzvd6SiE5samhKXpdDqNRsPzfEF2HpyZpKFzp5UAZvj5z3+eKEsAm4A3N5N8QS7REt3FtszntPFWEsInlHx3lsyV3VAGxUgNqGlwgIzwPcE0SqOfAkrTlAIUS5oJiyVfnMcsDUPJH+SSiJe5M/h0bqSAkPi/63hz2zru924dHwzgfxr23u4es3+QvYrnw1yL4dS0BE09U+r08RIlC262mv3hEHBxa2sb6giOKKA01A6O0Ov3JOPniOuIDwOXYllGo7EoJt9vtlpQQF7Br9Zq+PP8/FzqTvOMiwPHEB/b399/8uQJ5HxzcxPnLzmPIOj1+7VqFc5krVbrtDvAF1pcCjUBYGy2z9uffPzJpRB+loOcs2DW7w0H/cF0HED8YMgyrcmCyJXLrmjuON7e3saHFXT5gExKVJ9jJ+H522+/zTQ33hIPUEFmuVKFe3YyT8az2TiYFiyAT2sewZuLjTSxTB/2TSIrwKK2Mo2aJLuQRy6ZCInZyP80z+14nlHw43CGE4PVg1yKXGXSqSuTZozEtVN8yIEnaLuDfP7d+3cfDroRfC3T+YVf+EVs/V6vB8Ok8RXIjojEaDTahA+mqXaICt5qNBtAmHg+moyBRfEfcKnveW7VwYXjF/GvWGnTALYslgQ64lg1WMlqDac5GA7xp6GFO/gk0AHTGIPRkFj34uKioA8cCqJ7dHQEBQfthk8CI7z88qtQBZBPrC0g8SwH7o0hk1LmnkR/+sd/+otf+sXtne1LIfzsCJ4kxqIYGrd30W9ftAfDMUShUCxCKLJUJgu6nhfN40AA1nR3d5dbELsZ/2JLFYuFwaDfbrexS7DPsKG1DEVS2IxbTmaSmYA9kUQFXKk8gaQpL/08gcSmqenImDQ5G8tSLKqyq3JnSKhUp/zCeEpyUBhExZ7gddNw/YJhJomWgGWCaXPfNh0RZXhahdE8e3R+cdjtzHAahu17BWxxqAacoVaNiWaBWNtaK1MqwX2r4gmEKlLpBGitVMpiyTOpPSj6BaxGLnOlbGFLheSnaaPRlDbE2awmlZ9muVzBcxgxrsDhySkWeG1tnb81GI2DYKaAAtgygncK0cVbiQABp9PpBUE4gtCPp1IPVCrhKuBtQmWsr68NB9CMQ+2iyo4Oj+/cvnMphJ+RB+Tk6ZPDzkUXUlFw3HF/2Ol04/kcujkOo0G/D18I2wV7DhsFYIyYDVsnlf3X4HaEdsZG6Xa7X/nKV7B39/b2uEeh5mFXpflBLGWGtzJJr2dhHA4A9kwbEikHr2SWoEixuIZ0sts6s0ndQUuEUfocsFWJ5FLxGA3Hdv0i5DLOA5E9NY9OnHixTqK3nHnqmpXae/fv/8UPvj+JYGxdOInY1ltbW2dn56ViOSxLcBWYEEeEDpJaa8fBarx08yVYm5OTk1KpDO/u8Pjk0aNHkMf9vf1arYEFSaz5+vpmsViCzTw6Ppae/iiuNeqNWjPW8aMeZB1frlQh6jBiGmidT6bTar2OBcSvYKHw7nA4wu/CawQQxSfxRdFZeY53AUrlZIKZ9DoWihBsaAoWeTu2F0V9fOwvv/XOV3/jq5dC+Cl+hLOw2+0P+8NpIAl0KFc4Ub1hP8Dtd53d/T3sD1gt25GiEMgSFHO73cUmhiWhDWQtCDaiGtIQIoe3sJPweYiorQ/8kO/5UpKSSgpMuCEsB0IGlPbo9Oyg030rihKNPUBALak4g9k0NPAiTS3yfZ3vazKXLxl8IVwzbCeDoDpioAzHM/wUAmx7aaHkZym8Tst3C5Zf+/C8/Y1bH5+EM7GhmQRamg1IkXQevfLKK598cgsC0O8PcFa4ENgumVeh1aEc5QuJ6vZ6H3z4IbDl1StXNzY211rrlmXXqzVWxsBqwUgCFyg+CGS2lGUCbBdLZRjSztOnWDdp/M3zESR1MllbX5OcviRPBFu+/bnPwVyqd2rjY1g0/IsjQwLxsel4kkptqoFvQk3gPKvVSrlSmYzGEPA4jD/64CN8EkrkUgg/fcgTlqfb6T95fCDMSoWi6/i5IWUigWIqvFvFnZ4E0k/ge5VKFbsfe8Xz/UYjBdRkVytsIA0d5GKmxZOQz5dffhl4lVENvBJFEexApVqBiPpWIZ7O1lst7OAkyyPT6sfJ927f+YVf+rk9w4I9LBcLuVZXE4jmi7G+CkSzXDMQtqG4zTAk8JmbTibynBqO60vWzs4kiyYMoklW8Eu1p93xH379GwfDQZiZMIy+4/nF0u7ODqz0N7/5Lfi0MGXY3ICIvZ5Uq2mcyYFFkjKxWhVL8ejx4zt37kASdrY2r9+4UXB9YEiBr5bFCCpWw7LhHwbtdgf+XmttzXLs4Wis7YWxGD3X2dndHY9HJ6cnEDYI4Z27dyFIwPa1eh066/joCKuEXweOKCjDIp/DA4XWw2La6gJrE0aEZYcsS9nRTGgEglnw7ne/9+/+xlc/S0xTzmdb9qCop9PZdAKtHYVhjNs9hXOSMuJSYGYZ/lq13pS4xWDkuk7JBQTNpGUujrujrleQFp5EwwxQ1fUluJKoIHbqzg4U+fn5OWsgIYSQQO3BGwGsws0xkrR9fn50dJRk6dwwY9s56vf/8I/+uLm+9rnmW5A1aZHNc8WdJuVRxHDR5KniKa6gjB6EGKdCje8YVuZI531uu7YJX9OVUGVeKN0+Pvv9b3z9yWggzb8G9Ixve16SZ1tS/WzevHkThgi6A4IHaYFo4YogJFtbG9ju5xfnFxcXgKOPHz+W69rbhcQCxCaRVMnB8p+fna2trUFCcHWbGxvD0WhzawtC6xcLEEsYLqBHuG/4IpYIElWpVvF1/KJ8xXVX6f7r1651Ox2s28HBAc4EK4nfxcJCGiF6WZrjrFgQB2cbtw3rjLdEMqWzyoHT/u533v35n/9io9m4FMIX/YGdBCR5eHCazjNJ+dou/otkfp80GOCBbTGdSi2I43rAgpBM+DSQV8cOcOPLJWMynvq+B6Fiux38PfaVQ+VLtlBjoZBAbKyNjQ0clB/DjomlN8c24ce4+Lp7kR9rj4+EXDLYLtd9eHj87e++u3/taqlcllTEIi8hcNRYuoX6r5pFjaXAccwgkbZjOLmDy8lTG+KaeqkTWoZRqFbOw/hP3nnno6PDqbQBW74FV7AMpxNWvrm25no+pLXT7eFgzKfvX7k6hvNWglYKcBWAoJDCW7dv49rhre3v79+4cQNPjg+PWLMmhMLirFoQLfxvPJ1GSRyEUlsD7bO7u7exufnw0SMID3QWYQLMGotsbNedJwlEEaYMCkvmRGlWg8CBkVJ8+Oz0TF4JRW5h/QztnIIx5McgojIdwPFu37pzdnZ2KYQvtuMXhnfvPJgFyTzJtWzFlvLLNIC350DipD/dhA1xPNeOPdv1zHmG2xvNg1q1aqRz7H/Xc6azyTyfN6uNQOs/sE2xl7oXXdZPYtP0Or16s4btsqpmxltMlM2FWiKZhjOgTUh45tjhPCniJ+H2pXnmuLFf+dO/fG+W2//lf/GfV4uu5dmZZczN3HIliwi4aWgBTZbMJYchhDC2ifMERHVSfNg1c9c0HW1HD6OSXTUeHB3/sz/4o2/fehJmbprNi+UihEEYMZLETPLtzd2LTt+w3DDOonn25Ojkyv7+PDcq9eYYztZk9Pjw6KNbd46Oj6Bxruzu4bsvv/wqrgh7vaAhltF0cu2lG7ltXb1x/fDk5I0336g3m0EYXblyDRgeCBOLc3R4BLN5enwCgwn4DaQK8ZvN57DAdZkC0IWJuzg9cwRi2/hZ2E94d/iK3BPTOjo4xPrX6tWz81PeROgfeMSp1q9JQLjoS4NykhwfHb/z7e+8/sbrl0L4gj4gAO/85bvvf++Dv/WlXwEISo1UyjtsMwkjWENL9mXsOjLyAZJJrwKwcziawOZAfoCO4iSCVgag0q6COEml7NMUFhazXF0UW0HZr2+sl5S609B59FDV2LXYf/iuoL44gu/ou/bjBw8v2hdhFM5Trb00TUk2WPbcNr/z/b/65ne/92tf/sV6sQops60cv6TFMrn4iIJQIbKSB9Q528J7ZtoSsbFNw9YcYjbP3YIVRskf/N9f+/jhk0QzGqWixCihESRfh3OznXqjsbu33+sPYEk2t7ax9W1tUIKwlSvli48vev3eZDphkAneI8G29ChZYsdYUgP5xFfgAcIkAijCjnW7PUZ08CfjnPTfaOLwHABBq0wl5hkLWYYJydzd3YXpw3Ix9eoqUtUiUilVJdyAapMzdyUzyZPBwYWZLsXKmUXLe/rkKSNnl0L4Ij5Ojk8/+uCTckXSu45k+RLbk9Ai5EcqjC27WSrjvkdxHEq33hwyUSmWrVQkMBTS6xTyib0iCfc8x0aki4ItAgyFu97tdrEd6416lmfYK0kiaArgrd/vk7iBXhA8wKJyOgj5yiwABAYC8z0fkDhX3s+5ZU7T7B//zv84S+d/7+/+tmc76TyUzISmDaV7KFd2GQWlkvyDITMdT8iZjFQS+VJWaZr2JJj9D7/3z//8ve+P4hQyVq5U/EJBmmWZQtRwLk4+kbEz42LRxxXt7+8pmYW4m6+++tpFR7zBL3/5y/RsGXiEX4cz94sePEOpCk9TYM4rV66wmPvu3bv4IsUDkBUKa6YJw5dffhnrgM9AksWUqQSSDwprQuQJGYNwdjod/ASkTiaoqhhTeeFj+MUnT56Iz5CnjL7gIOpCSJ3QLJg1G9U7t+6cn51fu37tUghfuEcQhAdPT+G1feELX9zY2BQ2lDR1fS8IJoPJFDIwCibYuyNAsMkEf1qGOR6OsJ3JsIKdKqwTpgFDBnWOHYO9wpSgqu2k2WADa4RtBAlprbVGowGz89iOdIHwSZgFOEvwDl3ZppLjOz+/kLJqX2iuYdgSnJVXNCxzMgt+91/8gV+p/ua/86vwP2HagJKNVCcZamhUsK4MsYDQGZYnURzT1USFlJs64/H0n/7u//qn3/jm1HAtXyqsy6WyMkHki4cWajfqtX6/V6tVIUgsPGCQE/8eHDytVKpvvfU2zv/zn/852jQIEi4WuqYqHq8zmQh5TLG4oG/Cv2tr6/jW/r6No+HDWD3YVCzCo0ePSOsEHItD4TljxZBPeJJkqTk9PWWshaIFfYdFhvhJoLXVwlv4Lj6MPyfBBNdLMyg8A5ZdKhVxgfB44yi5c/vupRC+iI9BfxyGuMHCeCn9qcLRIKgsl4HyNaE30QYC6PVqpSI9B2YeBrNioVBtNqVvNU/ZRc5aZ8YPfH1A2WMTMFoAu4HtjR2mzQQSg6EZpF7HdsHXW8WCVyyqIYIil84dIDuJxWvGLFE+QuAt2y/1RsH/9Hv/Gxy9L//SFypFz5TSmVSKtwWUmrYjARrxEKXh0BR5BAbL4caak2n0e//iX37jO98L5tI/7wttorQFU/gyAmUljyn4hePRqfDEOFLxo4DTxcpgiY6PT0aTifYKCsni3t7++np0dHQEsABJC2dYnHm93oD5gkYDzBWCpjDEW1iQgT7YIE/uJsgVNBFLwHELYFQPDg44+ZByhU9C+PEnAAVex5/4GGEz3qW4Pnz4kFbUUIoNxtjUJGr5gmAN3GL/vXff/63f/vc+G4mKz85oNNy2zvnw9p172Oi4wZKKECOU9LpdbYDIqlo6jN0ThVHB9dP5XHBjnAgZmSvtf8xcY38wyuK5sjVhQNhEVymXGYPBFoHyPjs/i+OoXC5Bu+MVpu+xC0kyL/SEmtaPwwi/+OFHHwodS6kErFgq6xCICVS748Me5uagP/j+e+/Da33jtddlootfwAnDDMJZXfT7uh4k2Cx4RsnLXWdu27M0/53f/Z//+f/xh+NZZLpuqVwtCEGGzDlTel8dVC/tvnGjVvsP/t7fh81stzsQP0iU0uZLsLHRaOpCiTVzhCG/cPXq1ZdeegmXg4uCuMKAQzBYrAd5g0gAAuC7eD6T5GqIP/FJKTPSB5vxsRR4hZWoBPn4E0fQlEOAaweChcjhT5wlBc/Qnv0vfOELOMN79+7RIBeKPk4Pv7UoJxBEnzGpiCcAz7/1d36Lnf6XQviiPLB9D49O7929j52h7eEC6gDfoM4dod8tSIk0tqlUWlrzJNGSl4iFwsyUS/OOwB4rimLfK/CYUm2dJBCe3DQLxWK724EdMyVPLjEJz3Xwc8xVAGhposGEkcT/h6NJit3jOkfHxx9+9NEsEuJqOHdAVI7thbMomM5sjWZI/DaO79+73+kKJ1KpWMIZQoY0KG/n+CFbyOtzxxZaNddvD8b/6J/89//q//zjeZpL2V3RlxnApi2UMXmGI4olzPDjMZzCjfX13/7tv9vpQNAGvV5/Kobag8P45OnTw6MjKCx4jhQnhmRq+phpISielCvlsfBLzWzHxodhYAfDAZzIZqt17fr1k9MTrMYM3nWaToOpXwDgLkymEyyyAJPBAMfEk4Y+GEku6uPatWu0oo70QI2h+Ahrx/pgVwdJUHFutLRZOtfImSs3JZnjVr725qtXr139DGzdzw6TXBQl2GHDYb9YlEGXsVBIpHD58Fe1XJF5YMWiuEOGVda+77lYwlkUzxkqhB0QwpgElrPf03waQxr4F14KNiWHIGEnKZOnAawFlYy37t+/D6nDJmYMA29BkcNUVstl3xeaTXxFQouOpEYgNkoYUWo2W8ViodvrjKZjA2LjuGFu/tGf/5v/6r/9797/q4/6A5m2FISRdNV7vlMsAlPiWW4Wbt998l//N//wX//Z1+eZ5RXKVSWVgOCFsVDRS/ZFPTcplJMOQ2t7ewci3e8PhYYjzWGJHcfb2trZ37+K0+t0ujAptN4QOdgorADRNa795s2b6+vrUC6Qh6dPn7777rv4JO0bAzCwnKx9w+WTgFRBr6OdFiblmfFPHTYjNIr7+/v4IguMsJIPHjzACeAVgHweCoZUBrnNhZyfIJ+VgHgehtGwP1hrtIqefPejDz669AlfrAfUPPZeqVwsV0q4ZdVKeZ7MPccpF8phFKZJMhoOJSvlSjaPhGLYvpAfv+DOZlOImbBHQ3LEvfIWdJ2WJZMhCgW8i+0IBczaDvwJWwew5HvOcDQ6PTvDT5AkgqlCiBl3Ntw5/Aq9GsZK5qLFCyrzWRQJR6lp5b7rQ+ht0+6Opv/oH//Tz7/1xle/8mu//qu/bDmu6TiZjNCWsu9vf/Pbv/O7/8vx2QUMouXayoZmx/MYliqZZywkgMEnEpZfNHKYoPFo7AL5ugWcZLVa77Q76VzyJa++8trG5vrjJw/hEuKLt27dghDCZ8OakHMNF0J6NSgaoMQvf/nL7ACEsNFtJv0Mf5dDCz19wCXFn5Be7fENyJoBKWJPJv5l/aevIzeEultL6jW0FuADxMBA05GWrTFs48Onh9cgrcs5bHIYz77/3l8txkhdCuGL8BCDI7VpgZlbmgaQflrXwz2eez6kTpqHgEux22ylrM0NKYhWH82bS2ufRZwjuQFLmuU2NiXHBZRVMXP4InNlXhkOR9VKFS5lHMbaTFcOgkmpUoYEn7Uv3nj9dUsoqK2SBBIdOE3SBmgJsExUJFQOjTiBlOZ0mSDSwWwqQ7NzgSSZ9g2ejyZf/+57H997MJ4lv/Sln9+7ugdTBu/1//qjf/0vf/9fnZxdGHJUTyYmOU6SwqudxzGPzzkRWaqtR8L7ZNrN1rop4ZDGNJjUGzUsBZQUNje2NP4VyTGMV155RaKRkwmwH2w7BACeYSKl59IUomXYU1z12tp6rM1fs2BmV2zLs2C1mNZjiQKOlmg42HM8XMrG5iaAvdAPKI0F3oDRE0mCZixXCsUx3EqdUWMUS0AKdrVWxRPcEjyBTygN0FrAFyt3o0SlJBEKPDxsNBu21q8eHR5dv3H9UghfiEeaZrbhpHHWvujYMvrdTqxEB3ulcGnkPhsGAWck+yimwvb9OqSl6pXbF+3pZOIXJYkMBAUvrlKrEkqdt88qsiuq3Y4E9CbjSTaXjN/WxlaxVLDcxTCPnb2d0Xh8ZX+/2+n0el24lBBVyP9kPIIwCBva4kyBSBcxVYh9pVLFv9jXnPEgmbe5LQrBMI5743/4T/5Zo1b9uZ/7/Fd/86tf+9rXvvPue0FsQLNAZfjCnCitHjhhCb2K+FmSozCVw0YiUcKBKNYMMmDZB4dPGWDsdjvAkJqPSTSaJdYJLhkzBBAnbY8IGALBv3j92tVrFxdtiI1QmcbJaDSu1xvwDCXN40tnL8w+7C30XiDRVHtrexvrCajPmRattbWnTw9g94RYezAEEgawPz45AYItlUu9fm84ksQJFFujWW8219YGg8dPHsMPT3VN4MpqhrbkmpyfYWHZsaTVcvX09OQv/vxr/+l/9p982mOknxU4yjkq2tyAfYlbThp2nbiQlKQ5rSTEXdq0Sk51SUZrBBwmy1s8mfF1uoJMUZhCryB0DVKHos1y02DabDTh0cVJjHcFuJqGm7vkgTdkhpLhF/y5pjewRQGANeducq/k2jpPdEruBmk6VKi2zO0ZMtBTx3OOp8G3/vI7t+/fD8OZRGEsc8UHI3MtlK6XhdHSF2gLDUSqJT6wheIXLml8Ya/I0KH1dxauAn/idQGWnkcLhkORmwPrBgHb29sjUJync3yM0ZGyzk7C8na7vX6/57r+dDprtZoACKcnZ6ZhybDRWE4Mi4mfYK4VTyClDCxDhuE4syYGYomzxiLRmcTB8QqcQ+kCUz3FLAVZTx195KZw/3gadMUZP7z/EGYZwnwZmHkRZNDAHqSCh5lig4xGa4TNNphJBx3rpyQHrVl16WjS+SSzcCZgNY4oflq9XcIRsSEkbR0lwKMzKfgIGSRQZsGM6cRupwdBwG4Pw1h3pCQeYKxmmpmQOqxiAcoee87RziORbUGPMUM4PKC25nor5k9Bk3ku0Vd4d5Y9z40BkDaskKDMBe8gtynxs6EcoTwC68go5EtjW4Hs4mLxYWzcmzdvbm9vQxTZ6XtycgIQzyMY2i2Bg7DB7+joCO+aWmsWa7ELdQQOAlgOlQSr1el0J9ICP4CrieWEOsPPSovhbEbyNdJ4M6Fa1z4mHEE5SwcQy53tXU0bmqzYxkoyMcvCGnydtWmkJ47nietLtT1WOAjEA7927VrnvNvr9i7h6AviE0pBE/vTgJAYVYOLKOEWeVvmn8C/YCadmS6miUl2xDle7GRbbIJiEZuPVmtFHqPUmjZEF36aYLYwxT6W1rhCcToLfNeDA4rPtLRUoCV9DwbEGJspV7JblZBF97ySOhnq6oi8UGZoHh2hTMzn6ghJyt5xYm0whNUsFv2isG/knPTCJmNz6Q6KERba0WRlVPGy9BAWCkyUQwYODg4YtgFmPjqSHX997zrOUM24sLmQpIOLwDCMcIqGYbPZwp8kSkxTKKzUdXwjn736yuuPHj16cP+RuLU51jwsFcuQSe2liLrdPvCtno85GIyiKCFDKa798PAQi//gwQPctWr1WSk8PsBE5eoyiY1jZZQCEoZu2dzc8Dw4q6Net390dLx/df9SCH/2DyG3nAauJ3YMeIZlWdi52H+wOzJeZRYwsMn5CuSHxu3f2dnBc1sLxIhU2+22IZ3dYxEG06xqpA5CRZnEFicfBHbq2lqLpAy0D3hQjIXfNhB2GRxZK8LFBDF4KBEjjZrSWCkLNYtJXZkNIem13JJZEVItI7z2cWKltjD2GqYPZ8j3MgkXzaXJNQrhJEk60bFZX25ZC1GEnLAZWIibGg3g6C/90i8DPVZrFVyyBiQn6+trOCXsdQJUVmnjPKW8WzURvgvjHwQTuKylUnFre/P69es/+MGHN27cYC/l8dEJp2cT/NMDxLJcuXK122tzwJPW9xlkiMIBOeEQmqsrj97169c2N7Zg0QeDPqQedwbWN9IHtRINOIkLpGZddY1UZXS6/FH84u1P7vzyr/ytSyF8ATL1caLRiJQk7ayQlMJFv0B3ArsW/0oJy7KyDPcPEogbyTgGRMVVpIe3YCTJKyOAVm2pqY4Qdq20q1YqamYy7FeR0moVSh3fxetnZ2f41xVA7MNj6Q3648kEG521XRASCvYqXbF6Qsk0DFfMmziiyosvwyq0q0LnQ3CeLpOZFANz+eBkFTMzJByTpNoLbHrY1KZVKpR6nS6sEOsQcGk6fkKonAiDDR0kyPwne+3xnCAQgvr++++fnp6ysBvXy9QfXOKj45NBWQKqTCdIpsf34f7hWw8fPoRA0WLTqcOvAHpAhoELWs210XAk/KXBDF+XIrVohnehuMjlQR1HR1f8eZ0woyl7g/IJz1xgjlpOXMHh08NPO+GF9VmxhHP4PwwbQKRwzzgDiEoddwhIbNWYS6yFu7hMCnvqxUghFm4nHCEYPSncGI2GA4kTUPCwQR4/foy3hEOlXi9XKpo+Ds/Pz6eTqRSm2g6kby6yYQE14cfIossyVNa+0eAwCrIcS7SYd6vv2xQnbZ0Qu+a4cOrKkCa5ENdjiIKJ75VXya/wRi4I2pSvTWOJrq2OqCbQg0ePcAWPceHkxWHBENEpDgLkSXwLaAoLpj6khG37wjJqax9JKjy/EnP2qrKka80mLlN6tsaTEcwsZB9nC6C4mrWGVYRvCeHE6uI5HWlNt8KOiaMujoBMIxYuHOU9tniBLItfRZWYhzRkgkDKoaU4WyisYDLtd/tnJ2eXlvBn/8Ce5lRa3LBKtVKtVdmCJHVPQlkp/JkcIcQdiTvKKdAQEgjhTO2e3GztsmP73HQ8wT7Y3tnGLQfqg3wC4lKoxtOx5K80aQY37/rVa2KELXtvb280GXsF4Q6sN+rn5xcMhxjL+SoqI4sQaLZ88F2+vnDtFsEV6VQk4HQdKxW23gQixHzGKihKpAezKQ5hKlShKxvLupkkkkmjRINpJpAblmdra3MaTHFSWjkUQLlwtAtDx6QGjWPYQ5mDzR4IBlegmI4Oj996+82ZcGVNzs/PYBvv37+PtcCS0jD6XiFL83kCv9Hrds+wpICdV/avavkokHwZDjxuCoQQb+FkxuMJ3DxY6Vu3bgGn0jXlXTC0EUQR6QyiyyIBvIvzKZeECaHfHQCRvvzqy5eW8Gf8UBoiDx7UADe239dkdeYonZ6GHCUKAhMHQWI1MHAjc9MSjlebySwzsSt38PrG+ta2SCBbB7Az2K6KT3awmy7OHa3UFlrE+VyKMIFd9eClYhGoV0QiScbK9SA14ipdSy6nhRDSHtIILm0gmwgpqKYSjpq+6+PlOImVmD9YBVd/CIvCP1TaYNMyVtBXsqC1moZVmswKlrUMne1OOBTEkgXrDGOyc5cbHfaN/piwcTdb+DqE5Pbt24PhwPWco8NDtiDJNKX5/KWXXoKR3N3dxb+cjgZ4rymQwebmVrlUjqL4ww8/PD4+rtdruGRoKPiWWiDK2m+ZhIE7wn9pmaUit1oDagHQkNKcMIKiBTrJpE1S0ks1UbeSaPnggw8vLeGLIIR2wfWKvo99L5PDHEGGYitcOwwCUr7TdaHdAMIkdmWjE5xDWphM5sgWQw3fSUu+hhkpIY1aTTyxRDIM4XQmTkguIQdszaJOiMaWwhaBZAaTiQcLFicFx61Xq5BFrQ9XFlK1UTJCUCInIkq2DDAj26+h0QjIUirTJ/KlmsQnLSk6jSToP1aQJlFWlT1DC9pMx4XxzBNYwUyI8YEeHWoI28K3oE2ODk7wCpQALmFrS1ofMs034qphveHTMhbKDD7UDVYMf/Z6XSyULpgPF3U2k95cjUw6h0cHEE86aRAn/Asdx24MSNHLL7+sddjx0fFBGK3TicWRX3/99eFoMJmOSuXCsiTAh20MZ9LQjNWDsmDjBZbU0pHArJhRjZZOxpNSsWQpQBCtATUxHoXx7PYnd0l4dymEP8MkoVRdalvDYmNBQeL+0VdsyZgEYZ6GkobMiHeneTPcZm2cc2Xys7ZQQCwlmK6QVfIKGg5huF8SffrAfgRyo0810AG0LOzS/eQy7MnC7q2NDeh1YV6Rfo5nj0V2QiccCvOTjIMHmLSW+QZDepAkkyHUFgwSwleErdC8WQAloMbKZwkBzkgiOvkCwQp7/sI3FBoNKY6t1YYDmRLhSQuC2MyLizasXKSdE+RK3d7exnOYRB0c3yaBAHzdSqV6enqq+Fw6ISCEmsEX0dAeiAzrACllfJhUV2SpmCiRPnvnX331VT1UBe/CVK6InvBgezGkejjqG9JsUQcupWYk+gj0IWzLMtKYNfdyI0johtfxJAimcRL+4Ps/+OVf+eVP6Wj7zwIcJf+CRrBN3JhEbxUdRdwwyIxEA7WJm1U1LATBRoFYQhTh4uMIzO9LAsN1OT6BxE34AD0lAj8OjqbzWa/WwmkQjCdJGGXJHFizWa/jKNFsBmsJs4CTKVbKLP5YgMbceF7eNIVJgVmwjlJQ2cOxjOXYy1Jvqe2Cwwh1s/ADNbWoN9FiStPQ2AYlQVSsY48kCS4lRBvr68rkGR8fQ/kcQbTYO4vdjIulEbu4uMCaMGIEG/X97//V6emZhrKkpQhr+NZbbwGV40zx5JVXXnnjjTc44AXGE/LA3giopIcPH37yySdC9JgkcBfpKOJU8VzGnqleY54T0j6bhczs37177wc/+ICMGLxxpCdV6poR1BDBP35LJwEDTgse0YhO/r3vvtftdC99wp9dfiJKoKSFlESDKzPFOdz09C64pwlXWJIvwRXNBArxiXDdJyT2w3bEx7C98C+9RJbCMQ9GYYa5YI8Fbz/MrHQeNOrsSNSorCn134bhKnPUMlGv416WLhwjnJrpyGgZGDvVRkXhgzI0acG4C9A0gCgMg2YpbVdtMgV7hQUkqJgKFjWthQxrvMeBgyojIsrFtjiy8rh58+Xr168fHR0P+gPLlKQFfxrfYoMyO241NCLaQVvg7VKpAjHDIuBit7d3qMUAQclvzyo/xlFgV/EVph/xANZ9/PjxvXv3mGt98uSJzL3QFAjRClQfzhDvSnm37RQLUugnc6C0fByfwfHxLkEHXdYVFzM17Gw6+/CDjz74wQeXQvizE8JEpt5yEBdwYKKbm2aNO1XiE9UqB7msclAEn5wwMR6NsLNT9R2l7jEMiQhLmt9XCtM2dgOeM8mBg2CPznVQOzwuAE6oagVRNgynan0jjCJ8S6dZJNyOq/LR52Mz+WIK0yLfQMZRJiiksV8ZmZIkjjR0QeNGG7hMOVrPHXPBYEpLS/zmas795OQY1gyCceXKlbl2M6ic1PELOEmYLGI8PJimI3oEcB2NxpKwNKSfSGjqdTCOognpkQdYZcZlqA+cGCwq3oVwsrqIRpL90/gA6Z7w+UePHhFfMNsZhtGqMkan/JpxlPD2rcJXCx93GbwlDQJTL2JpHff2J3dW2d1Ln/Cn/Qim4WQydWyfPLwETtymwtGkFo+12rjfmqpOGdNjLBS7EHd0XRP0JhW/bcvU9UplosP64iQB2IJPhSeBxmzKWpBZE8+km2jmQF1N6d+DOeqed3WYib3MT7CxUKhEHX2R9dyUFqmaMRdRGZFDHZJGa+lqp5yG/keTyRgaQig3/KJS/THhkS2rZAylhGKwlBjVUPDm6Qg3mQkDgcGlQYTabeniZYEoDtVsNdiNgRf39/eZpsPl4yuw6qxKZR9gs9l69Ogx5BDvQgcxhoyl41RtiDfQLGws4D1UYVkfpFHU2Wk1GDRY0atXr+JM2B5NEjdVO/KjU6EwlaARPikeZjRjiRK7gWEkJfUPr8H3CsUCfg4fGwyHeD4c9Pvd/t1bd+/fvf+5n/vcpRD+TDL1UJOu0nOa2FWOih/rm9jfTSeHkRUS71FKKQYcNYHdQEdLmi208lhYOSsV3GbpaYCjOBo5qqin0wkMjVfwHdeJVEkLsXySNBrVFGLmuVV1WioVobX+oVyCOHu5zv+ke7iEkmoMF6kRM7W0lnQVYElSmVGTaIhVrkKaCe1lcMdYdmaoLSVpt5B6WPxF3y806vXBYKgsoOv4dWXyhIVxmE4Uvpl4xkojngCOAzumAY+AowgdzVhIeDM3g+ns/PyCmIK02UCbrF9ZpRZwHAge/oUorjjL6YezXgev8Oscs9Pttm2JPMWelFVU8R+bgKUhIyFZZFoqFReJViFPdvFJ8vAXNLqG047CKAjCv/jzr73x1hufujbfT70QSstZr58mUn7JAN1YPQ2WMsqes4RHFBYSGExolJSpnpl3aHc2B3CTcQYozQIruVyRSxdbmoWaQggtZCoBtC/ktVAqVjXrhe2vrOwiSEUlF5N6rlLJD6ZkQ5Qoi9Lcw6lcpOZl3uCioUk8T3tZzK0Cy9lOivTi0Xg0kzmHogjwm47jqX5ZxG+EkVQjUzKoQeiBYYwzI1/4hEI3qgFhUzOPtJlnZ1PtHhKyxhs3rj163IGxJVOOcvPMb9y4ASHUkLI05pNtAChSK62rMsnMyBhNPTg4YDWflMjGMawTDsK+J3qzGvNskJqJ9CJ4HfoOdwHHwRHwFj4uaYkR4Kv18OEjiC6L+Mh3iF+XSQXaXFbSB46P88eq00QDgcPlncIdiON3vvXOV37jK1/84hcuhfCnawZlzDl2syhXUzRlzgpGRk2YXcCewO4hg9gqJEO1TZi6t7dHH0akUetCmOrAu9Esxm6oNxoU6bX1NcAjCMZwPCLZIYu54L+YpsQ2yEoGQZ5MhMpNAx5SoyNM2hrnYBtFpo3IHIZtq91SgjRpk7JUCjVqmkZxGMwAiSPN/sH0st3Jph1jzh1/Sqn3XPnVxPBmprwltKXwabe2tmTKUiL1NhQG6BosF/k/ZSr4+fnOzratgRkmZnZ2dp4+fQo9gmthsfvmxhZsO7zRwqIhw3j46CHsGDsA6Yqz4wHrBlHEicGcCk9UuYzVphkkqQzZ2QJN3mIB8cVUA1OsTR2NJtA4bNTCatRqVSwCm6FW1aEURRhzKeKJ1FPVYwo1ZdF759vvXArhTztDiL0OvYhNrYnqbJZEMoeloO3nrrum5o72jQqbPXgMduOBLcKAByUQH9jd2aETAqkCxrIznQlhm7bvwlwF45GRzWdT6ZbIqvWGRAFrRXWfYCha62sQSIGGqfQimWkWBVEqIzEs4dRWLu1UY5iZQkdl2s493WQMS8B/zHIjiUPTEmGKUyiBCa5MUpRilpmDx9FE6iCVkFfI3TxR8SZlsOXkRjpXDm/H94JwtraxPhqOLs5HuSVWF1JdKVcg/r7rAfK9/Npra2utPE8n04klpa3G4fHpcDx+engAhbTWklm5pWIJwJWrB9kDUL1+/drZ2TnLHphYx9nB4aQokuqC9TdYH4gcLCfkjW1K0FwQSKUYjhV5RlAQuLTz81OcvFT8GCYgc5xEWcZCPxmhJTMPRRSr0JOw+rs7ezs7u91ubzQaQuCnYTiHqSwW3v/O98/+wfn2ztZldPSnZgbnw4GoWu6+Wr3+0o2XJAGQyLh1tsAwckBSPUI4/MmRZkRKm5ubNIlUwCv+dobadIiCyLOm+KS2q9lqwbxoD1RJ5lIsmcKo2hkvEZypAIwukJAXrmKY6g3SB1ulK1ZYkUUzYuvSNIqkghpmwlz6eKzwXhQJLZKEC2W04AEwFzOemAthJkMYNJLYlol/Ugteq9eUKg6SY8YyQiOH7wr/SypjpVYmhXRBWg4Pj6T4W9tHCOCJ5EkxDusKW8pWFfbgsmEf8gaMSpJfYtRVnBarzXQiTLEMOdRwUVlJYvG6Jj9aOm8nYvCZniodeIJYoZFN5oq1BZpCAnnVSt6FV8qQ3+lo8vv/++/jrC6F8Kf0gFKcjqfhLByJSxD5nsd9OZ1OSAQGAcUdZWScWBGGsd1uQ3+fnp21Ox1s1am+u8xuO5RDRvxkrzv2DGKZ5UJPVK0UFQuxAwg7Hd+FpYSLSM7MbqcLgAT5h82TIUQXF2yNW2TqlzKzyFgwpPmMsz43lr32jCoxmp8vMxbCGmXaq8QG/clVSnAV/lkgnGUFLGksisUyB+VqC1QK2R5PpH59ba2J38eOh6DC3IVCDhJqy28P50/WcEoUvUGuITSaVsxHkCs4kNBf0Er4JIOihBgQHoZhaA/J2sZUPpYXcHdRdqvF9TznYrEgLCQxkPxYK/JMBk41e2qyewPXhV/c2NhkFyh7RFkFBc0rsSiv8OEPPjw/O7+Eoz+lB8QPwE9Sgo5TLBVkuGe5fLvTkeR7KHUYltbHsEuNjbwCnDzhAss0h+ZIKnxOFkNIF40h9hyjFPhikOe+ZUH8cmFJktmXDAYyqQ0XUco+er3d7R0Bomk6Gg431tdZ9iFf1z49W+N1TItRflYJ+pUdW5DfyKyllFUBDBEpkW6uGQtPCWkWJlFjN4vWxEUKxFSCGZXYVb8iXD6At2ASNOpNOJ/TaeC5/lQ7dy1bqPZxeuvra4IM5+njx0+CYIZfASAcDnos6YbtgnTB32I8GQ+sD7zofn/AUnJlpogYYSLNNolhYCrJn03qDXYzCeeAFirhFaYiDKWHw7VD8tUAzjXvgltmFwrSi6gfBk7JG5rJhIADf9JsajtoRl68VIc2ATYXrcLHH33yKeIF/nRbwmAawpXXGKl22QlftoxV6kiWeYSNTB2JW8XOACBS6VqSsRNSF6r8K3A/XHo1hnIrsJyKtWb4FuSgUCziW6aQ9hYT9XkIJhlZJQMK6aLlgJrCixTKMpGdLxlcaKwWNdzPsgvP81NowajwNUofk/I1pVKWpjP9tJDG1CICftxeseKuSt5W5nQ5H8Ila4u2RGVYHhnQO5EsRRRHXsHDb8EhZJWCocOYYNPgWeFExqORpyuD78Ly4NI47IUoAMIGHXF0JCMN4SXiXRY/8POwkORu0v5Dm2vFYoDF2F3b1obN0aItK13MeFy1XONXYEgh7evrGwpWhTqIV6kBW9xWm5z88vUFjZal0dTKbDq7f+c+SxcvhfAn/pgFYit0BMLCR2LnkfTUK0px9UHFnGr7fEHljRE2PGdZjKveDnU5uyskEK90DwF0rW58UtEwpsods+qRZ3ciy0rxRdheGhBmRJ4vLluUxSyh4/Nd9itcyiq0PEsXqT/9sCvWySJp2wrNPpdozJ9B01X7hQRLHI1nwM07I2c2NAy2KZ7nmcESlt2d3cl4ArOTihcaj0cT+Kx3794FisdVlEsl2NLBoH+ovUu4Ohg3zpzAc8mwa0BVSVmHxIdXr16lC4dXOOeQ6wlDd6EP/LpOlUs0iZIoRZ1B+B2GM1KTQNLwb6UiDiNuIKf/4lbi+Ht7+1AKjAnhdU6SAXodjycRHXi/cH52cfrp6fT9FAshjF6v259OpT2Ugw3g0YdBUC4WcWdYLUWRYPUTvlKrVjMhC6pPZ0F/OJinwoEvFJrjoVZmxrVaRRk7E9e1owgbq1+tVXXyxGLWivYiOKzupyFis6zwKakRgDMUSw5jzM0KWzHXrjwizJXorgTp+R5fDbdIiWkuDJ/inLKqC0BUxrXbjs6ZkRiUIEZJ2RsrE8qUqbxisZ2XmQ6H9h+4jj0HMhw3mTeba1tb27VqXU1Wr1AQGmJookat7jt+r9eHoSPbP8uJtMx6xm4JIkkaPQZIcPkc5EhyUbwLiYUNvHLlChE1oTuxKwvoA6VkI9xl7xKrmqAjVPYqe3tXqtU6dCOURTCdaeTXKpercDLabaHoxsk8efIE5w873GqtScbCK8CCwkMBhu2cd779b7916RP+FApl5uRmhg2YTielcdHIJBXBcXYEk6vpZVCZQt+APzXUQZcvjCWyt9ZqpUkE24NPsrd1RWgvI7UdH8YF0Am7Gvd7RcrG8m58V4Ko+l3Z4sE0kcnYJenW10Z1kjKsDN2iNm0JFxec38+hU/6reb9nZGqLuI5eNW27seDtzdhBsmKpYaDHXNbEyXwKJdLeXF/Dz2L7rjXWur0+zkZc6Diq1mvwrwBUozAe9k+n48D3YNUnU6GHtLe3t2rVBgkpINGQt4ODA62eLSqAnVPsHzx4AGQIeSCLFB4MjTImBCOMlYEkk6sGkokn1F8si8dNZASI7cW4GsfxqpUqjq8toI3hcCzN+gqDee2QUpw2Jzote6mko9rMnVymaHizKLh9687K6760hD+x0KjsDEt7akswCw8fPuS8WLaikSeGMXQ8qSglDEuceGNEnettJoJd104fUpLi30WjfcqSFAPvkiQKr7PsQwKGlep0NO51uhQDshKxWRZokgOrRQiXsrdCobSKJGuiAVwASzaNzxPlrEqXLy841HJtQXwuLrqAoCvxXvVqrGAqtqNgcpm1VPU9t9Vs1qo1YEysEtDiYDjqa2UpvoutLDPM6jLkbKZmio4o7DmkCKf/+uuvk0CN1Q6siGAWBAJGweMFYvUYjsJCrQgvdnd3OQKN2SDeHQohr0LbxOY077D8zWYLgFQIXWfRdDLLMzkspQ6AFjaQmJ+91Fod5emF2JopmeCAx4fHRwdHl3D0JwxHk3k4C8Zj6RIsC5+83+v3KQkwjLEMWijA49jYWNdktHSma+G1aTtWUbhJU891ikIE1k/ihNzP0Kl4wr1CkROabVPabUiyNhqNGQCQHypKH0AVGEzn9Y2kigZ+kUz8hQiw30LafJ6Lx1jLxsKVi7iItwiKlP800pNJj/xiIo0pGFQmLQGSegXPt02d1JcsolDSQKgj32xBoRnL3gDhslQMY71WxeXjXxwNsFMGS00G/X4nCme1anlvdyeOhDPiyv4VXAWsuuc7uTGPYReV1KxSFonVQWtSr7O1tbW3t6fjXKYwfW+//TZeYVQSmg5izKIiWEu8y6gprR97kai/oAfZf6RhzwIccxkpNQsNKWSwASxfffVVLi+ZiIejwdb2ug7tCZTwyhoOB9Ap165dxa+z/Ro6Q9g0LHMwHiTZXNEywE3y0QcfPafLLoXwJ/CIZNiDTJx1XHhi/s7uLlNSNDUPHz7APsXdwp3m1CEgUtyejc0N7C425jXqNdzWJj5UrcJxMpSCWq3Eolyr2Wik8wTSdX5+HkynNKHVimT5sXFhuNhCvrG+jv0H2QZqxU9lQihYYZgER3aWoVEtUsuff8gkXR2xoKJpMTRC8sZ4vmTXXlCyWUKvD4Sss3wtmZ+tQ7X1P5yJlKotSuIMbaQQuAsBT+OIOgLP19fXKhXI3jbWDBJWr1UgurC9tz6+ZQllRnp0fPjg4b3zi1MpLmuu4UilkgRCLJkxLgl6mS3Rat24cePatessNsLrtGlYYcgeK+YhdewaA05hJRCkEWuF55xVSOCA5dK04Uwq1CWsNcWdWo12qtXq3W4HKhIfgx+6tb0BGNxqNf/23/7Ner2G55988sn9+/el1QNaynN1/sY8CGejYIznxULxe++812l3Ln3Cn+Cj3x+UKuU8s0hxHWipNLbs1auSIBpLxM8h4YICJ1PUs04mg0KVHnMSb+uwCroZiXITwZEjYx/zhxJ3qVRgFKXwzfdDEXoH321fXLQ01MGJDgC+5UqR1TmhpP5l10L9tzudVa+gJBi0XnQFF1fRUQ7GYP20WOB5skwkmlpESg5EiQ9JeY0SBC8g7jJ8qukyLUpd5e4lt2Gyv0FrZVPTkCw8rh3aCuhgFs7gWb388svAiuz/gsNGU4ZTkplq47GrE7aZ4IHlYbsJnuNfcukz+GxooTZZsPAnQzK3bt3iGHoch/Te7DxkbEzGZWRSiCNjpNI5DSPL37a2tpXcLdLmjw2c4WDYF4d8nhHKPn78WFsWo/39fVzL1cpVSGOQThbjRKX+FkB6ZB8dnxydbG1vXQrhT/AhzluctTu9BR1lucwRvDpS78HnPvc2RUtDeaX+YChJ89ygZM41xAKAhy2ymgPBDgb2ATJIg10ynoVkQ4zDiFwa0WyWKRUSPklW7xUbRaZz1BIn4QFTNYjMlT1LbNjPsoXGc5QWi1yZDDtLDIPYEj6eTKfgGHpJakt9aZ5qObglrRi5uWh90nExUuK2SIHknAUQBKT0NDXLsrOzQ5AMqcClYRMztIs9LW3KS8JPyfEUi/ANR/GIKTtDaXwpilJzo0ILpQMFxEXGYY+Pj5mSwXMWsuOHVN4W/Vx8wgJUoEplWoX6YIyXISUDywaLDXkDqofFIwCGKLbb7UF/cO/ePTY04tMbG1ucBOz63t17dxmKK0BTyijiVDqxJtP79x588Re/eCmEP5GHTh2y0xTbMavVa9hkvW6vUqrgHrBNCebk6Ojk6tV9NmiLtVQSRABRuFyj4VCAE9y8bMECyGJi0hwZWvANOZHWeNcD8hsPpYcV/3qeb2QhPDS4IIBRxVKRVjTUeRXk9mWnUlkhLo6GL64Is4lCE21oIl4lQGVttDRVJdFc3n2WcwfWgs8HVMqN/FyDok2TxzZcdS3E6TSU3kJ+CyogkU4fpZYRFwtvU9LYzcgkPvv08ZzsFfguLCGEU3h0ikW3Ji9CLGFqaAnJE4ljYp051QMHYVyHRaRPnjyh0L7yyis4FH6RJ0yCfapOBleZalf0PdcaujUqBem6yKWfE4qg0+mcnp1AmKHy8CJegd3GJ7VtoshMbPv8QgSvAD9f4uFaophWqjXI9P17D0lccukT/gQcwjjG9kyXBLg65lpyWfAOAOXoV3QECua9Xl/h5ZyEF6neJGYO8e7K7jHWpyRCBfbgkOuBrAqr3gvueCpdeHIsXITwyOgLbZuS1p5CgSEW8nauCCxWKfVV8SfLXlYlcpp3gWOTrPgpllWj9rJazaKBfT43uMoKcjTv8yiXcJF1niygJR82TuDunTvY69AypFSCz4YPQGvAmjE3yJHDq0Kczc1N/hwzQCQL5tLBYWbmkCxpnG/BAlTynTPlw+IHHG84HGled74KFEOTJBoAw3/sGMbBcKo4wqNHj9iDj5+oN4Rsn2X3sKVYc6w//sQ14l+ZUaOux0xLLOBd4xePDo8hwJeW8CfyCMMYLk0QhJbp5Jn0DUHR4rYxIlIqlhv1hrorBbFdMqwihvocAXmKsRKT5YqJkarfyXiMe8acHis5KCSULmJOypjK1Xw2C+kOKdtFQNY2MhFh93C34cnO1i7JWigVCyCqNu65WRTPWiIWRID5M5Z7CqaWMutYNY3rpMpfSqdyiQoIVVPWywgq1bQK1qRcKgEg4PQ63Z5SPB4bWtutQzmlpPP69ev4F2dLXIdNP9AoDtM2wPEzpe5m0wMED5aN5NyQSVZpMzTFgA3Wn9LIyDAgLq4Ly842Trq7UJE6y0WKbxOhCI5lQrHEoqEHk/PzM88rDIdjrayov/baq5HWmsOyKeV2mTVJsJbA1To7q8jM4cnJ8UwaLx02ZIfhDCvoGWan27996y6M56UQ/pgf0mo0nvgFH3ZiNJxgM9OFw+t0QsS86LR0mg5pZTBMNjTIFgyFjq1cKGrlt1RCcXASZW/VkUTaIsGcRRkN6zoemwAgK6GMKxL17GrfBrNkF+0z7VeQ7Lyn8y26vS59pOcCoVaiPRaG5hIYRFkNGxTPFptU+cMZWbE1zikGU0ZdOPkynMM8IcdOGItsvjPP0hV7Ddk01Jtan+twjs3NLYZsOKVjR1p7TeoLpgS0jShmXxWpZThYisvChszXXnuNPKscpMNqJGKHVREp3n369CmXmpoFK89P4uDKXBfMwmmWp8AZWmuQQNLwZDQe6eAAyHCxVqsD6gOZd7odLbuZCbVUBj9wAxIIwV6VOrDZl21WpFfXtGEBKzeeTLyC961vfec3fvOrL/I030+lECp5c+64Lnvqcbek6Enny7KcCh+4efMmIA1eYdFwqnVe21trs0jmacnOiLXw35GYjamsJwSHi9oXjSgyfa+UXlOln4klm++4Z2dny/GjM9KTLoeuTFnGDSx0dn720s2bd27feRYIfU6NLI0hDd2CdEzq1cQGpqtoDVt4SXuxYs1hXQ1el3wgXkxJk6HpCks5OJYBUqWukrc4BFsGvg8GuAQhVm01S6UiLuTKlSt0R3v6UOYlGQyKBTw6PMmyhOtJ1XZ4eAi3DRoHmJNFnrhkVghirWAJiVc55wNvbW9vM5pK71FGC0dzDemK8MzCYBHfNfNpMMV7Rm5pe9R1WLm33nqT0x1xL0olqeytVCs4K7J0a7xN2IdxjbgKep4E6hTOMJIMPhTQJ5/carc7m5sbl0L44zODWR5MZG9NZTKZTRoLAKMGdoZlA5iNdAdAlQ6HAzb1StShUYNz2O11cOugHQX+qRGAmzhTK0oSFGYpeDsZaQiX71I+sU2FXrFarVTKIv/FImwv/JYbN1+C/CyaoZIE70NNDAb923duC6m22C3YqYyFL9bSUSSmhL43lQUY2AxmQQq38lTHKpG9QuTK0BQjE4qZEkJYytWdKquFCqkwtamBtXJtDpJ4pudFUrXnGCoS+PS1a9fOL86hniBXo9EQwknx0P0KMxXAiLEXWZn2YeU8Vsl0O9219fV6vQE0jmvf3t4Rjn2lFWZCnPV0uoA5jsze+ePjIzzByrPLRBoNPRkzLnZvNBL2AH1Yyk6CVQXghBHTQVpliBakmuXsoYzTWNtY34B4V6s1CBpWUYexdXHOFxcX8EthTrG8nmKTUDUsEIWsUDK/d/f+pRD+eKvVkhCAMpjhdrJ0BE9KwkI5d1zfVDspOfpyEYqWRgYeQrFUiJJontscns6eXVs5IyzN+63iKNyCK1TGSZSMfGLf8IAMCUAdHB4cjbUHvywj7KNFE620Bealoq9GIJRpu6bk1zMVrdwChrRNc8HYq+8aKk0y7F2MJGxapi2tuWTkJTCzKEfL2eSqwRdJSazaeVWY5XOCpeU3DMe0YCShmwJpaZ51uz0izDSD5S9oLZHkynEhUCvKXAgX7lhrrQWrr69t+F6R9J74AMS41Vrv9wZ0HdN5Lv0rcXR6egxbpCDQ3N/fxTpBwNI4L5ULmocfatdFH79LRmAcGdICu6iJihgqQ+PGMoLXVoCtgww45zzECxcXZ2Rz1fhtQZm4zIJkIQrwGPFWtyOmWwpHJQyjoSvTgauIZYecJ3EklMix/ejBo1/79V+5FMIf22M0GGvlcOp4ZqlY8lw/mIaMfApG0nw3++gr1erBkyeac/eEJMax4c1jE1BtcxCfVGzEkcskuIYZadBWpIkcf0kEC7uBHUkqGjw5P7vwXA8f2L+yzzQaDttaW4MKl77e4Qjb7u233/76179ucDqEpN5VhIx81QW/CpkqwWaidGzPSroZmxX/yn7WcQ+T51iOmtcV07Y9f0ZvsWBRZESRafSdnV2c1fGxhArJiYZPvvTSS3QC4WIVCv7rr78Ok4J9fOPGVZYNrXxjrEp/0JVq7PMTyGGlKnmIq1ev4jmHQ3z44Qc4cxyfUPaifb61uQ0HkgpLmKbSHCuvMyDDVfCWDjPkK05CrfutY4WvXr2Gc8aZqK0eMe//5ptv5pmlc113oRFUZ8VQUWEUFEs+vHHlwnChmthZCpmcTselsoRtkjh5/3vv/0f/8X+46uq8FMIf6SE8RdOZbbumFaukGSwTwR+T8ThWzMN0M25hVcln1Yi50P7Qu3TklPI5pF8hDWmDwVqzhSNj59GH5MbioYhFcY9Z8cg0F4eq4/OC/tRnmwRT2FVsqJn2pE4m04GA4ahRreHVnKNdOPxMUOhq+BlDM3htvhpXuEhNLMSUU0TFHK72LitvyJ6PY+pc30UH0/OCzXpreptMhHKQAy4ElwkLxoDnkrtJxpI9fvyYU8oUu+ZRGOOsp5MAVlrVUKrcZ876xtrDhw/a7XO5zEEf+LDRgEWF2Zf0PZ5DZti8i1XVyrKpzlorkHRDU0SWDNtJ55r1waqaTDPA6PV6nel0xhoDoN8bN27yakjZBhdD57TJimk0K9ZLi6gl06UawtFKkmVJllPxzg4PDq/fuH4phD+Gx3g0HY9nrHdRf70CRyOchXPNUAF6BLHE+lLL7Fy0s9YiVg7pUMOQRcEMbpMgP5mk7cdhWKtUMw0ewhqwop8ZgoJkfjNG1RmID5Uvg8MnsJWZPBTiI82/bWxvMCmPb8FIbm5uVitVnJiwaGbimgiDmNaapWJsM0JWDW+ylz5bzSpivFOJgDVoY7OUx/qhuU6KZmXPORYLUvGSztnWWlOZzivuFudIY4n6/QGHYDO+gkvY2NigED58+BCfwQfgWGkGogjUB5Ois4onwp5kW0VPijZZyXl+cdrtSSH4aDTAicAf1tCo8GXt7+9D350cH0Max+MOjgmLJeToGiZl6RIjZ3ANI+Fzmmk0S4pv4EUz3qO3tYRTgkmE9PqeD6u4ubW1s72Lc/74448LxQIWDCdXqzVgD5sNfKt+cdGWZstMudXTWLGLG0Yz1VXwAqx/+2++ee36tRczRvopE0LADG3cnTma6oOBcB2lzY5iaPFUe7RJSomNKZklnTQymUQsI2a+m9PV8YTxdAZX8ISwEPeMPVBadhNDPTP+yS3CchO2z+BgMw3cN1utWSTz8VJt501Veuu1WkfZbjhrRUhBIXjZsqpT/reIoDyXys/yxWyzJYOF9kcowZFrKS5dEKspOdKicWlF06Y2cC5lRKkWzMhwMnz4XB4XeI6PHR4e0k7idRIc44v37t2DDJycnNArFp4r7R7kpPuhCFt+dHSAlYT6goWHCEkAxrBarTVgzi9+8Yswg+12W0OjTr8/TOZS9YalI/so1oElb1hJeAQQKm1zkaWbzSSzOguni+yOpDll2DiEv1KpjoZjXPju7h6EXM9kuLW9ORj0oDGvXNnX1t7xaDjiXatWy15N/PBgNvE84A+rXC7CpHqupC4e3HsUTINypXwphD86HE1J3Vv1auVShQXBuHOddufs9LRaruCW1GrVRrOxttZkVkrBldix54sYV3UndPB0INFYE00RdjysAXwkFbwWVCfLI/Fh+JCrjl7IJHQ8kJikhknQprUv2K866T10VYSE3ox8vksdLBDXgGXONNXAFsFsNSqM5djGM9o1QFmhdeKLGrqQoJGZL5L+2aKIL6VpXUAy7dDPoozMccpb5UGDYAVIQkd2Fj6HBdN5accsIiuXS3DDet0+FNH62joO3mq2Ts9OsLnFq7VNqrkvfelLAKuwdTj+O++8A42hfISJNsgXoVxgwbCeWB8sCE4AH2NghrwhkryNDVYp6W1NVrQ9msmclMsSdMV5skH09PQMNxG3BfetUinjQvEW1gfyeXR0AujB1QsSKeUpFD2l6JZac+F0nQtzPrQP7uOlEP5Y8hPG2trGRbudDUet9Zbse6lvlpL/a1eu9rs97NDxaBwKsddw/8o+S8+g5rG3WODG7ht2ptI/0UpImd8imn6OXSKZiSiSiuThcFSplNifykQwnuB11nYzIi/xg8kknke+xhI3y5u5hnDj+dyXhrmi5YhPSHYpbfsTI6fVa6m6gkKmpvHYWM1gvhjcK4xjjphMy/yhpiXWhdLvMynGmXxGqreZvM+1sIZNvS5rcXCxEDY6aSQfWNf2KwgGSyvh4MlAAWWwh+GKBHoDdIzwpF6v6uTTChDpxsY6Oc5Ojs97vS4rhOh1a1+8XCDcy2qlvrkp4dB6HapqpG3BgtUZmGFVmvqrVpJEmp0R2DJP0kajBUcPy9ZqrUOEcM5YbdKB4+Rh0G/evAEluxxYkJyenLWaa67jdbuQwwQKSz1PSe3ICI0kMiV4EGf5fObbBweHDKFdCuGP9BCrolQILFnGdpPRlt12FEaiaOepxvdM3I8HD++fnJ68+eabStq109B5vUz9YQviTwYtWFYKhc2SC7ZB0JWiymcauiLdTELWwiKpVdmnUCooSiRXiu0K3T3ZsmVWTJadX1wYpKvIUks7cNWi5ZCaFB4MUCU2iJAcJosOQ3MBRq3nHtpiYOrI++wZIl0WoC4cRXPBIZWzCVdjjyTnxIVj+xJ+YysTfjMKNdRCdmbeudE5y8UuOefnbXwSgre1tcVIqY7ODYE8ORBChdmBE4d1S5JRFIVYVW3+8jc3diBvEB4pIiuXKPZsn6cZlFg0Ljyfa/RLQKwGck0SbJO9hvMScT5SlD8dV6rll166sbe3C2/QUMpZqKMU65fCyc9JYoInGvuR9QHyF/I7WTuZE44/nz5+8iu/+uVLIfyRT9fBrRJmXq/gC1Oo9H1LTAOu02uvvdo5bwOInBwfw1UQRiMJjllaS1UONDwgLuIsXCTfTKk1aeiMvqEy0nLSNQtfsO10byWwhKyBZgKDsJZWVDNc86rrAm4NRn0YkCtCvpJ6gv2GLCx+9dVX/+zP/kwN5lTLi11ATNdy1RNc5P04f8hY0cxYZJZaTAilQ8gJMRzGxH1MejLqglVEZ6Gqcu3Rk22acagGmwPxYRgljm3gfD/6hJBJnF4iNQZSESbkhUkK5415fPwJ4B3OhCXk85//PGnUBv2RWFrPZpXp7u42fmhvbw9OINbh7t27kpb3ZNZnqVTE+jDfIIV+Wq0umRgdPc+AMQtulS1WYiq5yg+nl66y/Iyj4vi4I+Rx/OTjO9PJ9PT0vN2+IOGQp1Q0UTzT1CskXIZVmBIJAzSZf/TBx//+3+m11lqXQvgjlYwKt3zJi2MpZMlTA0ssCTrhLIpzKy9WqzduvgT3PUoiGB9gH2wIbJpXXr65s7sjlZBVOI3DPDHm0lxrzbVM07QWzLmQLrUepUajNpSuJYcpDbY1Ad9FSZIZ+SwKixVpMoA2NrSqsz8cADUW/eI8Emw5G09d005xElFcVqA7T+fYGVmu9Wiuny2y7QYDNrRsz/pxc842E9oKHF1SFHlm6SS1bEkYRVDKPN4i/ZVpMY6kK/AhEUP2KLGCnLzaSVKCgydhnSR9+PAhvsQueGz3waD/6NEj5RSs6MBgR8usZ6vZcoLhk+jJ08cLNLshjVH1eo36qNvta+eKD9caJ5FmnCAeSY13Edebrui3mSzJtZJWS2HiJSYXvDALA9uxmrWK57l4kYlHph/W11s4L61yxZpBgE22YoiAzSOdlgORNoLZNBMqYRk8Cp3ien6SRZbrjsaTbqf/6OGjF1AIP02tTDAdUGhwcypVyElj2bALR6IOrPLoyaMEyj+db2xvAQ5ic8Iccn51t9N1tTxNmLOjCC8XisVMKz9NmYc+ZpuvTuHyVlxmnLhEV5BsfEBWsFaOUIDVyzCvlYrne4YKw0SmoEnGuVquAGRurG3gnM7Pzscy6VZqWGQ4hkQupI1AevmVKFV6/wxKoPCMMtlgLlIU4vCS+Oh5nvwVacrzbcHMLC5e5HP9vE57H6sRXhCQ4yTxOtDB9vYOLPa9e/fwOouq8YA04pPkujd0jhIZ1mB/IMbAF5BVfODGjeswekCqzJfiw0qk7zx9eqAOgqvL6Gi1gMshMOTg0sC1zQobSBQDSTxZbXqW4DDOhCQ9pCygIsChhKhSUoVmo9Gs1erlEk47gHjHibDOCmDwpbgXh1VOVI6vkQ3R7fVwQljTfrd/66Nbl3D0Rw2NamJA5CScTaNI4FatBj9HyqZfeeWVWx/fUQevsr21xSE+2B+Q1ZEiMXgaCs8kBQwTJ/lcBZ943mw1NZMxkRkpUnaYseKU/U0r/vaRolzsBgZdIfy4wdNAclkixo6rgxDXtra3If39XpcjHFiFA3GCgp4bc9tK1XNb5BeyZWKddaScHrNqL9QwqQ18ShO44MhYtiaugqiamZjTqGrAJzWWNQlYAVbMSJFXt3dyfIozZ8IQL0JvsL8BvrROXJlzalKz0YJPyCzr7du3IZxXr15dJffxYbKSYk3wFpMQeEVIeFUlEYpTPl0dNMC5a6uZH3ofcxlTY1tz7Z9U2tIqnUZWCwbBDMfR6E796Oio3W6/8sqr+K3pNDg9PQFw3dzc4sTSVeUqq8/xu9roVOAg4VKlDEVXE5dkfOf2vUsh/FGwqKHQJVO/wtPS6pgt85pMB87Jb9y4QQ9ne2cb9w87djDs489er1eQxkKPPTXMc+D2MErBuUh45Y033sBxoLVZLkNS6mTBtubN07S51mKfAW8w6W6xKbFLKGyGpPKFziiMpb1wIPWTY1PLTXXKl4QSgL5ytuQ+l3zPFlWg5HOXwlFXR6FJ2F4QqaJM6XxNnx//8nxghgOAV3z4lsZRGPLFiR3L40T8N9eBEcNVwwa2Wi2yFWoDXkRzJGVApsX6lUxpBzY3N0nhAQTLHgWGhYlmNbLa5qjQVRkdO7MIhvF1mT1eLj948MBYUptLRlHqi2C18KM2WxBhwFkdcX5+rmPPI+VenDGfhA/jVsI7Va8BH7aazZZmiarJshON4wxw5qS6WfC7ZsIDMptIJ9TBk0PcdFzvpRD+zbBoFsrIIOVOj1MdnGTo2Oe50ulJnM0UKgfchnU4fgAnpEtSQQ3GSvWloQ4PQsewB2wmCX8dadZzptMxDAkL3TRMCtciZ2FUpVIqlgrn2nLO0P9kOp2FERBdrGR+Cw9Kp5RqD3vsO5I25J4jolQDBUMxdySxIkSF1txelMUpKmObkuw3y2ZMRuXQZpHbojJmuRorq0hTsCgrZWBGOgeSRT9BGO7vX+G4Mg1TrQFU43K3t7ehRCCagMrsuMeHsX3x+VZrHWIAKIqTJyAk6wzFj+QUDDLT7WR9H1E9jSeNJBNCZB+l9JKIdaYt1Bo7yiUxo7WyPL4hzDEbhB44Ad4+/CkGrVTZ2NgUiOt6Osd+zpZO3PpSqcypbPQdVucjHBz49ck4lwklCuXnyeOHT9763JuXQvg3EkIJ8wtQgWSVywUqWg4/wG1g1LvgFZh8V8/O4V2RgemTyXAwkkiHIkNqYm7i6TQWhhjxCSVGT+JtvAMjQXp2/rrgzzxjA+uCZEXb4KCScfAw4EaVhvQqHNZSCWcbTCZREmN/sNkKwiJJBFurBTTrsCKGys0fmuUi1s/1RA71sbJ7+iFjxbe9MnrPolbLWnAaVHyXoUtNcgrHDL/r+x60UrPRJKj2fJdTconYGUHxvUK7LWShMD4UdXJhsbCBiJGRVRaasWGXd4G97Vp9mnJ2r6cN1kzEs2daOraUQ0BmUdkmY0tQMqz744rhLDjPgwz5HOzDW4BLLxalb0bCTtliGDOtKGPFi/2gmVvcOOjgXHicbSz7k0dP3njzdct+gaIhn5rADFY8iubwslhCIfQnpvaW5xnso7TtymSfvNls6CsRR0Rwugs2irD4qr1aMaY0m8LNfu3aNfLK4M7hRRnJ4EKwZfIu/R+RqXIBvwWLVKtVNREso1RkmloQdNudGczscFQplXe3d2rwanT3w8bilu/t7uPg0NwLY2gsBlEIvmK6TyKD6WoWxTLUaZIJV1Ne8ucyA/GsOJsKaDVaNF0WnpKKdyXPeEUkyvdJjgTBwCtnZ2fj8ejk5BgOFS6Z4jedClLgjA3aJa4ejeEyeDNjFTUpD5mKpHHjzEbIOYErvru1tUXJofATMXKGjKGEaysqgxXHP3vwV0PjGFzBAuI5SRnxKzCG1WqNU7ulXdsXZUhyYYays2WOFGe1+kV8cn19vQgjXSi9+877nc6LxTrzqRHCaSDFFuoWkoHCVD0aLXP3KQe7ctI6PDfcvP39fWwy6Q+U7TXjRBRiFUkkaEAQn8fG4oZgbzs+hq+Qq4YVVYw0cEQmf52fx7u9Tse2rG6nIwy/yl0j8YTp1NWufOYbF6QyEnbhFsmYW6d5fN6mrSzk0lc0VaIM5TS0WcNN2LkSs5UJ/aFEjkZcGa5gtq1ckqw9IGgYBiRZyzX4KfBvfeP27dsyJFSn7fJbxAvc9yz7JJEE/2TIinyKpLfClbImzlCmCU7t5UFWXBi06hwCsxrSSNu4HKSRPU8eCVDONmvyVugs7mQynsAFxRXiZLqd3oLJu1CknuIVUSOI/6L8XQ7HQmaL8Wm9Tn80HF0K4d/EIeT0Jc0ZSHGJ4zrLqpFM764EFXr9HizeCkOyi0eQiRaXxcJtnVINpzLUfcFUywn1LPVmtzj5uXQvckqhw8ApBBLPGS8JpVRARiMUJKJgQA4hEDKZVLsDONBCuWcaK2a07BlgzHh60B0rEZL6bJVBTwP8zAEa+Q/NXdJ5TPRXMzb7m8/3ViyiqVLnxqtbNn/g8mfKCZIp/aFEhnd2dnAdo9HY1mZl4nNGg+lJMkPDuS60bITl9HLpdPEDED+W8sm0Oa1woHfH1kG4lyueUnZXcbzcquuKFeys+uEXeRDc21W8h5cM4dGMi7DCKU6Zs+aO60ABpviRpwu4SaogJO9qD/sDaTKcTAEETk9frKlpnw6fEJvVMiyVnFRzPpJGcx3BQtNJINMlHKdY8McyhCiG78jWNfqEMiBNxBImroZ3IRX1eg2HIoUMP8AWHjgvrVYz1lFNng93TwpcZHz8XPL+k/G0Vq+PBqNur1cqArGWTcNi+GRjc1MDCQVuXOwbnZsHG2h2uz38tEBHtiYamZZZC6OFgLQ4kuhEpmQW0o8oESIpkbE9qYpdUhmqcZsLo8xz2FWL4zgePIc0G1o5pBwa0h/MAhSZ8J4b8FrF8sv4MelIwEniu0eHh+FMfv3Bg3v3799T/eLq+Pg6k35SSKQjB4VHvN1mFyUOP+gPZ+GsqEtEr49OIEzu0dERYSEJ2jY2NqDOqN2o73DYfq/PyBYkCKgizeZsy1Lv0afnqbnEBPiGHgGVqfixWnkThrhBJVWLdn/QY/6D6B0/wWaXZbI3VwKOcjQLao16p9OGPww19eDew1//yq9eWsK/3gPeIBZZ7rtUJrqmjMKN1TcoYmPJDKbBEE4fbI1ru416o67kX9DQwDDSAGFbxyfH2Ge435AO/EdNT91syITaRqu1VheWRF97IdyZUrCQyl70q6SCfdeGAQxhsMTBjBL1SyUZ0Gg2IRmc1oSfU8IICImwS5Sr5efjlqL2tEGQJIUQJlMpDCHP0voPxaIlMqxaw90h+oVY0WYYzw2st3TzLlPzDJ9qg7MkDOeMK3KqmaD08biiQUuYRD2yUPHChvd6XXwD/3JqKn4Xn8f5X7lyBfKv/UFV7m9GjLD60sJbb6Zptmr8J2gkFQ2HexrK6cbxnXRKaeF1WIjwUC6LChaNH4aW5tOi0ws1luwHV69eJQ1cMBU2SjqrzPtzoMh4IpPcFvFzzYuuojjJYjKkyLntmEBPSlfrnp91cJxLS/jXq1YbDSc6FDlXbermaRanEXd2pVwOJtIcIE6CeneM5tGI4EZq4ss8loLSCYloGYnhK/jiUCeKFotl7jNCMogJBJ5OBQGhYqTFaHRsP5Yv0g4wVm4owwX5VGC9oNODMLmyJ5TSrL1mlQyxEzuG0yzNF/lCFotqKFEVgZ7/YgHoijKoy7gLsxeMzTybLaP12/SyKIQMWna7neFgUCqVAUGFJbnXg5zguecIufi7730H9kqbm2Id4OFtaQOEOrQjxjZZeaODqCokdxoM+o5rM7XI4CfNJoWNKQ1+UvgpJ1K6BFOpHb0FBkhxtWlmr0peXc/l9WoVRENjPWXmBnHkVqtFj1Tp1UR+YGBxB2UczWhkGgt6b5w2XqFzS+5zVjuNBv1lD76Mnbl/70G/P9h+YWZUfAqEEFAQrjv2h2R54gT2ittuRTLJfBSzSRx5R1VKGmm6juxFovePHXNxccGGOnJ1s7SCqAlCAG9/MoUHNV8NPATiJTcE9g4bc+Steh2bAz4P9rSEYcZjPKGzBA3t++7Tp0+p/pWQAq5JvpoNKgyjEJX5gt1Q5cUVQKo8v4vmCclKKB+g0jvRceIRVAIdbtnViMKVx6kdvQYVyt7eXrfTxmlIJi0Mr1y7Bih9jssPQkDfw8NDLC8zBLg6naNkkreXP8caFEYpIQ9EqpAKbPfcyDgYFC8yFMlYC5cRi6yV3xPtKqyu2I1ZKbEcvLEIz7Cvi7PTGJXFYfEabB7On3TD21s7jMoKAWkulhZ65PHjx5ILyVKGwalk2dTC3kWWcwj+X05cxStAOAdPD14cIfwUwFF4AdysrscC/JRttVT/7E4iRKHXwcwSX4f65GSlwQAQNMb1AnDmMtKgDL9CuUzCbrcP5Ur2W0bYhNLC95n34+B77Hj82emIViY5PNwkuEB4cTWNiLMcaOVgKKCnsUsgsUW/YCtpIcObuhHjGAoFO0NLuh32Pqk7xKgPpSJdqJCE2YdVOHQZFH3GiMHOfB1FEytbVLqM+Au/xrVr13AV9SZOsI4/FxVeoyHUwM2Xbl5ctBl9EfS+s9tsyHA4LMXm5jYhA5OBuFgIJ7M42sMBA20OB2PX8aUGITO3NnfwbxKn6spaKx5+TqFgH5nGoiesXF8NRabiSOaxIS1ICSfYadV4xnmjOKVqpcbP84skp1JmxIqnXRfFQhlnUq3U8S+eKy2ri3/xChyNjY0tZamscOYhVv2db333Eo7+daIyiaTIpL8mTZRbyWJRLzU09i2HT5RLpTAIsNb0Rpg0g0JlETYdBhaXqXMv/VC4kThUq9XEDeKG1vrDPgOh02DMAA9eHA5G2mRYJcYbjwcSUFVq4EwpZExt5JVkguM0W60gClzbw4trzSY+poyHmmewrLmm0ylf5BSl88bWWE0Mcn69KVJGVqg8Ww3c/n95mM8Y9RcRrGThYslweV87QuqZqi0AsObaOtN6cwWsQIawJBxHgUNKFEc9Mdjzra1tXNbBwQHtG30wHfXhcd7DKgHDFCtWGFLKKJeoM99Z2BwdYc+2Rp4n9J0rzcqpMWcH8JRXw1ATLiiOWcQrawPlGyZRsVBiFJT+OZuw8GGyhxQLxV63JwMYtSiHKXt6FkIdEEfTIHAdIWuVjjDLDsehaee3P7n74tSvfQqEEDhC0xLCICnRM1tHNJdKLMKGBMZaIRVqWpZVHayWWhW7ECABN+7u7mrXfMTOXWUorWm7YCj6VPBPFbIA56tcLsKVZ0pQ88uizqV4v1zGK2z5ZVkGf2glCaQeVoJawE/ZhWEwg/ilrAzVT6rAp4u0xIJc21pS15Ngm5M/JXpjLGb65s/P91394jPP2chXRnEV1QByg4xtbmxsbm3hqPMs5yAXbVayYHszQ4i32bdY/n/Y+9IYu87zvLPcfb+zk5zhJomU5EUyLFuSHddpvRR14rSN3aBFi9Yxmrr+k2YPkKYFmrgG0taJmz9B+sNxfhQtAslAkbhILcdJ4DiOkkjeFFKkKHKGs8/cfV/OubfP+z7nfHM5XESJUkXW97NA37lz5izfeffledOZpISIo7u7e9D8sNh7ElAVl4/9SpRHzHxQgjChSqRWkzhhyQunUxANmeEZWLMEFB9L7ZEzGjvB+Ax9Fk29Sq1SIhGniMQ9CMZst6dysytYPsWihlvgh0vzMcNm7NKiic4KDc5pg2InguNIw+P5XK7f60vdlT+yR+NWs7O7s3fq9MmpOXpb1WoQ4XToU6nkyPfEglRNSDUFCwyUO9SqX7wVGIHwc7a3t/FB4MIkVVBntODSpUscysfuOFKGzjnAW/RBIpTxdCcYUg+gRGdmolr3XCwWmBZTCLMYQdq74aKyZYcBS0lACvfdd5/oAYXOpv/DonBNNozIgK5OPxNXUGvV2L6kJiXZjPXeAQiVaSM0rMh/PY0csh6FJi3ZJp/PVWvVZqs5GApI5LHlZQHgmZu7/4EHBJReUoidAr4qFDkMVCHlm/AJCXbMnB72gfoTT4fnSusSEzefl0oAGCkqjFguA5OV/UrM+DFiybECGpSyNIPqEACAD8LmFYUe7urIlw43H19ASmL/NXAtsyJ5To11WaxKoyTFN1RrYM4ZXRxn4BO4R2sAMxojmJ2dgzCBTPvOt77nef6UCW/DFvX9RDzJ+gx1CEd0+pkplpi1wjnTTmOdJAiI4AttXRxyRgZjCoGhNjana/5jQJHPeQbM1DMuz0QTMWnIveQBSnqtcZPCyznBh8/DOsKfgAQZ/mYcUqw4xYZiQt307/I8YZmr+JysbNTREUQwtEmyISsGifgDCOCwcNSMWzNNDI4rLRdaXe2YNvyIG8GmrW+s46ArVy4TxVjjH1LUIiBlqtKZqcOPuH+Y63gcajlKGfyY18XDKHfwK7Aog6hEcyU+Hes82QZhYEHwvPgLgjgKM1gBWgfYWPuGyYtdPZv8Ob6/dOllbiDr5uiUaqEiG6AylJU0emmpUgRIbDwvU+5SyRQjeb43gnUA0QOteO7ci3zjU3P0FdZw6BPfQQZfeQMYJywioaEoldOdLqHEoPqw15tbW+2WNMjNz88fPXpMp+rZYbKxT6Ah0XW+YNXgrRw5cmRra5MvDJQhQT8pPe0mEhlYPeRtX8fO4IqlUhlSgDBQuCIjcqwvSeoMapqmeZmVN4QDuXl1M5fJwogSGrICeCbLHgWJCifwE4le4UYlBjsOC30CBCdrbBDiqDRY4aU2gm+NA99yYpqaJjaIJaUWGsObxPyHYdBstS5FXvKGHrbu8suXn3vuubA7TLKvrAgtlQRTEH+1srICcQbLguXRpraT48RxJFQQ7qQlQ0FsaqcAekdNxLAZIsGkRdj3ELQma7HhkLJmMLSIMRONSFGbbqyIHuxqS7ImDqyYEydWOPaQORgN5Ep5wPzCQr1Wpw9CxHEmb3A/ONXlK1fwZb1eTSXyEOiODFyNJOLikrz80pVqpTozU5xqwlcyRz2ZfOJ7Yq34YEg3zsBXPBZXlBev0+ttbG3t7pcqtcbu7n61AuMzmknn4HPFY8lsJt/rDsYja2Z2ttcXCLZ0MgHBM+z26pUqdEoimcyKp5cJhxCqu6KRBmb1YDnCPhoMPJwqk8qIivH8erXSatR3d7ajAhljwaWs1MqQ9vOLC7CV98r7Mk5lJJ1Be6V9qbNMJMX9U+ZhO4SWRkZdO+pYEVsAe2E+avcubNGxlIlquAcqKKIo40RxikQjcfzn2BGdYm9LdYz+0hsNfdwXq3IiUVsy/qJlcdiJEyeKhWIynnLGDnbx7P0PZBL4bIMQQcqwGuCDMa8IazGdSb/tbW9/7LHHsBWgYPyWU+NpR+CGyX50iRkIId2z0Ay/5Xj6ZqPte6LvIR8pI3wdTq6BKNcb224s6oUeoKsQA4LIOrLiuE8nopIXnmHf1Sgadhj73Bt67V5/v1Ld2d+Pp5LdQb83HOSKhSPLR+47czqZikdj7uxcEf9CsEJEQnZcuXJFytZ8b9jr7+2WPMU+9MceNs2NxKrlxurltakmfOXVU9HrCUilvCTw4nAwbLXFfAJ51cFyttOqtwQAs9MdqO8Ha5Mksri4qN3cYpnsl/fhNK6urmbTGen3hdekNRoCTalzgGjwqLWTgskkF/KGMTeSy+Xn5uaZY2SNdUdzWcy8wRcl2kWpWoGIJQAuVC9I58jikWq5DLosqA9Za1SD2KaBuA8WUZ3csDXXFrzwMYHJLJPLDloKlX8tnVso8+tVQbGwyw8VpqWRWLrBuO7Vq1fLpTJMetzSyvLKwuICzOaUTPm2dfagn0on2ZeAg+u1GvzobrePJ6KOwvnZ+wua9oYjFjwwKMVsHrsc8Jn1McySGxbFyyJoiMK0Sj594PkxJ+a4MG0EXX9ynD2rvXH+PYGoE4SuixcvwqBgoh97ju/Z0oFngdeAG6OX6A89Qipqx7YHt5bHMCpO2xWn5fQ7aTQbCXZJoZi7dOnyBz78t6dM+Eo+4WDYbbVBZnidoHJOQRFQrSi8dlFxw5EgR6RSkiZSE2y8tLREr4YuCjYdtNJqNkCtFy5ceMcjj7ImRloHRyNwFH6wNYmvU0QtYp9INskScw6mKbi/Xm9oJ16i3pCJFLgLKGH4cXHlYBjFUI/ZQhZELWOJNK5Dt1A6Bgw0U5joMyFQDRY6JjHIuUvaIBL4eYEX6kTGCuHEP1F6tThumpU3iiA4cmWamuuEw2QE5sWNLM4vRNxoOpNZvXJlpE1ezWYLt72my9E5M1jsPMjngkALxxiyWYTFX5Kya/eMNWhpQxMHBMQ1p8qCddaaMl8KxtP6W48eI/kElqoMw8LzBvl6rdpzbCjGofTqSkFgJpODJJKpyYMhhCBLRhnd4YhSiFHoZ0iK7e1tZobxI74HaxHRmE57gKccIkTyHgh1qbml8ebGNpxDmTY7ZcJbFKwNBYbEHfQ9aWAfD8B9DGxiEwuFIugJRpC6EE6xkLBkPOZ4VuG0MgqIBnFry/ytQafTVfprerBg4Z9o2ABOGN55t9Nhtw5LRkAli4sLwo2qnToa/8QfKgIKiMzhu1QA/BQZNep5MhZXokQD3ExZZom5bGMFWfSl4Dhhh0/kBCPNOCKGXBOwTZCZYOL9YC6FInBbtukhFNqdaMUIDhtbpgmKjRTgNBYzwO0Bj7rSZVKVuk2tRwVBw9qUsRyyOR324Gqi0mm1BPXj5MmT+JLV3hwjAyOTg3uZ42EunrEuBqUYBFKgnXl8IyZotw0lBFZhL5g4bJGIFApJSnIcDnuTvsqIsiJupitzV+PKSInB0BSlDohPRcGEY6AV3/a2twnYZODHlhQldQaXhicivcKKiMNAjrxHnTDD7wPUH8up1+AlN+enTHgrh1Dm6UrvSz6fK+QKAiDte3idICBIW5ig2EIcs7JyXDvo4ZoP2512oZCLau0LZP/m1gb4Z2Pz6u7uFsEm4KHlC3kt1RQ+sbSVm21ylkV0DEfzwr0wtiF4vplsJiHYmCBlt9WGJklkclmoGl9U35ClG+x8E5xc2DxJGYILJtfQuUQa1BANBvRaExapaerhj8pRPucfhRl4wTBk3swMoKYyhCnKtARDOLZ1wIGq0iOsHIol4r41TiQTScUUb7ehVaraDSQo8VrpXqDiIsnjA2ga1jtuGx9A+qzjYW5AkS8SbN0Mmip1wiHdRdqcrFZTNF6fQD40dxkb8yWrJJl6BUf0RuEUAEXE6DBbq/Ft/Bhd35DCOqmPUfdyf28P6rq4WEjE4vh8dOlIOpnKptOtZtMKR7u2pNupwwlQjGlPyi8ypHi5I79aqb908eX5+bkpE94iTS8vSAKbYMShZMxhZHRk4idsPBu2C6hKQMQqpUK+AMsHdJLNZTg7VgBqZThZt9Gom86Daq0Ke3J5WbDQuwrXxzo4RjW1+GPMmg8OhJEZ2zKxc+wNfbB9Ulez3fL1tqTnQGGUSPtd+J+qCbV+VXlb4cPs0ATlWELrAJnJVmswwh4Fo/zVG/SCqfSaQ2ODBEM1E8mIoJ47qIoMh0UHqQ62I9SqYGdiQOaLBZi13XY3oi1gHF7NFltanpoaTdDylJDS3t79999Pm5PIkTheJn9o+JG1KVYICAApxpoynJaJIpyWLpmjEwvZAEEVKukKNYwta3Rg9EjAS06o79H1FI2CJi5PWNrfP3PmzFjr5qENc9nslStX5mfnmo1GNBKlP8nSAg4tx50QcY94lmynJMQe7VVtOBl/5/nvPfmed7+505ruaiaESwApHxftFJEA5XCYS+RiEs3z41qgkkynTmr0RSGc/TQkdDSiDfjSqQQeg/t+9epViHPF25QXX6pUtvd24biBtjgKU7EAy9STEIqgALWIZEEXejrWT1RBVKayeEMFV3ekWTEWj8mEvZiiOdmSJuZoJ01adMHDzbpUdc3OzFBZ2a62d1Asu+b/HaMDDToDR4kyBqMMbtFvpJkqnGa5g0GgA/knCssWEedWQ95SuCyRD4HrXFha2N7dkXmAw1Fz1GmphQY67mqVH7OONORsQfWciUaldJNF8FRKWCyCD7w47d8lyx09erQqVm5cXDhFggqyDoOBgoDE250W8xlMb6g+7A09n+JPTcQBRYgVOmy9fheCBba/DlF06c7hKrwEkaMYod3Y2MAm6GDDiDavCFIwzGbmCWnEclcDSBQNKbEklU738899VyHbMlMmvPHqD/ogqY70hvcdN+pZo2q9CudwINNa0pB6lPd409AlyWQaugjmIkQ4Xv/58+fX1tbAXUzcs04FCwz5+BNPwMEs7e33NGjObD7z0Xij6bQ0qgkyysjvd7oR/V7qp/r9XC4v9TWDPoxTCaXY4lK2FeBdetjAvf0eOEGQEcsVnCEiTs4wQHPSyYF2OGSC9aJu2E1v0u5hW1OAEBPirzlE/aNdKr8a0GSdGM1L3ETOe4AbPPLbvS5cQRiiTTXJEslktVfHhsB4297a/t4LL2gzLgzLLO8KtzpTnMF2zczIsGHsFXOheBByF4ibTVuEUWRxJqxTXFynwQQAEzRccQZs+9zcrE6xt8keUenbjY4ECy4oABJnQ2aG24ROVSiggcaioxxQA+VcLMzgEHAOE/G4K6Jp4CqsnocsYB6FAzNwV6ABFpGybo4w+yQDqmVKrqR4DXsXLrz02GPvmDLhjVen3dOJIlloPxC3FKCNxtFYOq1pKsk9OHar00rbqYFnJaXCGCJQoBBHI297e3NrawNvkWDSJs5R1kqRvb39QX/AdgG8J1ZOaK1TnxAJeM1gD7DfksJmSk9asylR1k43qrWUYvRCQifiQ9+bW5jf291d35T5fqlMGtwLmoA7xFx5vdGwQ3hCTUU4zM4HpqN9AFFBExTUaAXz0Q5gtgN7VutLICNoPRrrlCN9dZ6vQyhumUsDitf2VlA1tMT61U0Y41D1m3Cz1terlQp+S3RdmqM6YMyfm53Hs+P4kydPwqGCzNrc3MRF2bJE19HMkyP6DkPBIGgoLgg+0w4v1J+IpzNSxoCtwKlY2CDJA6/PCeHqHluBNa4qi1GiTDrb6jeXlo4o+mhHm63dYB7BeMx7YHvau971Lrzll156iT2luASEBbMXLBtmbXdYIG4Zv1p7hYfeePDi+QtTJrxZrQxcdrs4uwD3b4Dd9/xsKt1qNIXQpOl7hI2u1apwGbRWM7qxsS79MIP+5ctXdna2z5+/oLM+W2GGTWdp2k69VoN3AYJOaqCVBU3dHnTdoFQpZSTQWmRk1RnZhVxBVd8gJnGFbDQSg1HT6fQ6zbYMdZHUhfRx41QQ4ulU0nUycH38WKLZbTkKQwyGg3uXSKXsIM2oLTYy+zoCZoR+dB2NEqoDqD6gpbVmwT3bYlpKS7iUgzsyQgO/wTNC1ugoNcmhqh0HGRWjkUv7SwCLo9L9vDA7V6lWW80OdG4+mx35MkcgkYi5AqQRabbacZm/uSsttIqT32o1yeff+tZz9Xojm83R1mUCExYEKN5gMdHAo68FWgdvk/ew8XLbEAMRQX+t15u4IhSXFKbBWJCxp1F8I6Gl/nCsM4Ypnmj02vY+biCRgJraTCRSzWYjlU6p4hxq78uMlnRDUkA+NnZ3t31vlM1ksYvtdicejdnWCPtTrZRVHNk4D710tlaTIbWPBK8sA5f/0osvTwMzN17w4nTm7Gg8kpAJqNyRZs0UxL3W/nXisbjMc9FgGna2VqkOtGLj0qVLW1tb9B9oy7EOhjDyBDWSGIz6U3AGQCqw3/xmvdfvmaLQVCrJeaCNVt11I9AhhMGGJWVLd9VQBsvYY40BSpvM0uLifqmiKEZBEVlKC8FxBskKyHBCiz2FgfabALpXOjZQokGhqOYrhKOkqNuNSA/eOEBqG419NhOaVIdC5UsIyAqam4Ta2EEHidVuttOZDGdCzM7OQsRg/0bjEAFVHTwWi1UrVVwLCo0OJzafLSM45vTp03DAGvUWk4fB+GFVwjQ4qanIrjhxKiVj2CoV2JOwNZJMb2KvfOl0iVlhC6R5YH2usaPPDbkHxtMAbJM00G618rk8q1jhb2vFtoxtYv0tiEGlQIct/ESy03mmQccbATI4wpUtl6J+XSeRjOsQ4i22Sk2Z8PCqVmD6d11XCnlhfIHoohE3mUhobsmORYuCDxuPg7L6vT4dcXgC3/72ty9cuABpbVwRFoVCXeAluTouAu4KSCqVTbeasC67Gc32sjGnr/D1eJfJZILDtMGVUm+YcdkPTnWhYyTsrqQxZKRePl/A2wdlwBibnZ2TiUK+FL5BV0MGw3vhC3bCvHxURwipi6h6UN0jVZJOaJSNaa4yDBPOdwn60OnSmGXs1Qk0xDEfHN5yrVoTj7rrks1AuC+88MKzzz7LqCP9JfIzCPH48ePRaAwi7NixY4888sjenkyYWFhYgEVKx5WJe6YBFeSiRqeLoRfeoabmE2Q56ZMeS4szKB5WA55TIIJsq6dTSFkob8piwRvw/KkSYUjCNNGBNL1UMt1otFx3F1x933330cLE8c8//7wMGpFGGQjW0eLi4vETx19++WURENvbvsZFNRkbJR4fNtqWaU0ya5194UzttFud733nhcfe/c5p7ehhNQhBTDeJGPXS3ymmYZ/JKJ1cL8DXeAHsDOQ8Wh211zEoLCR6RkEUFSrC6DwjqGyozWgSjz34s3NzjqJ6szdH604S+KC9pBnNmDsh/LtUG/cUSwVEI3DdfSkbYPwAfEjqpPCORWOm/FprRMKqGfKcPwom8dpBCoOze03ThgE+NOk4/2CgWgBAaqI7AZr1mAhRovwXFhaZZMcfnj9/nt4dwycQHAQX1W2BqV5nNQn8bQ36C8YMVR+Im71ODITgtxB5bEZRVEUiuAz4Uuit4RiwHzZsqIXaao+4Y1N9R0D0ocfJ4WpEa1uWYF642PZ4PAVLf3ZWuiEz2Rws0kJRvAMGUdeuXhVMdt9LZ6SXRXu1hqVyeW9/f3VtbWd3tyWoFhJhZgeMTHqSzn2PdQ74QMSNo0eP4qKbG1tTc/RQetBv1JtqtHtuVKJ22XSm2+7ouBUZ/GK4Dh+2t7eg1ognu7u7y6SQlpv1SZqkSLwuneQu6Yft7e0zZ8/2Bz2IXXiRiVQCBhiYmpOYbGooxwlbV+FzwtX0tMHPhjqVXFYMvB2fTaQ68CZ7HaiFXC6TzaYH/T7UCIgermaz0WTCijFDE8Z0tWLLVkNMZteHQ10sHXZNSDXyo8E4s8IgDWfQq6HoHcCuOQ61vRV2YOmvfEZBhpZdrlSjCnUDXQGdtr+/DyZkN7PJT1R0wCDPphiHZZ3z4bPMiJMCcFpsNbQ9DA0m37nPTOdwDBPteWyXFQLDSdFmhwVrQXc8zOsh0ZpHnhWKJC1Jh2FvOREHVgjU79wc/ptPJlJHV1ZwHmzvysoKKUSSUikBfS0Wi/rKIinFN1l/4YVoPNbpSjDPH0k/t4x8Uu0diboqLm3NVcTMxFVYRplscmN9gzn9KRMGq90CaQ8F8G9sZcU3k65QCTcLBJdbqzXK5WqzWafX12y2WDNFyCZm6oORI6p2ArxaO8CKBy9q9Vacsy/BcRCi3V5fc+Jj1kMPrXGjKR3xesyY45zCGd0BxpTQ3H4J/lpX5xkVi3lmveCvwvwT3TUaJxTZIZVIiD/q+a7AiUaijmtEgxWCiAb1HKIuggpSwxJBWXYwIjWoJg0Bu81vD2CgqB6Dyix1F2dnZ2DrsuIcD76+vk58XuoxXA0cbSlWr5p5djabr9dlhAuMUlr1OOHy8jLeAicr8Un5L0tkiLBEbazsKn0PcAUhswbDnrJlj4KSg0HBBqKYvQGNMWwL2BE6E9IWenj5+ImTJ09JH0wieeTYMZwfPIlfQLEF5U2JlBuRvU0qho0/GhNLSt57PJVdzp84cQJHbm/vgMfKCurle+OujzuJEYiIDgJxFrVZeZ8YcFMmDErVSvsV8Eq3Ldm5Nty2jsRLYIiO/VGn3d3f3YfNsbGx0W43tdDJTSeF32BXwFdhBT2rijmcHWJb+5IsIgz61hiakNXV+F7HYgqacKfTpu1H911oBZaP61j+UMd3QS3ISD2YomYGk6VTLrTeSpL7yXQCCmd2NsF5uREQ/XaDiBsGfo+aR4Yz6X8RLZzhTJggKWFdgx8zkbrwqUxMA6Fhv0lg/GAgjBSgjjmKdH9vb25+no3qrKsmEFZgcYAtYwmiFSo43UhAJQbDd77znWzeu3jxIm+ACBfskyC6LutmqO6IOoPNpBXKq0hj+8hTrAqbFacwCOPJeHQUgV9BBY4POAHu531/6z3f+LM/J4b3bHHm+MpxvPeKYKvJe2HpHCNe0H7saeTj4wBWxnHqK7zKbCqHXcF7j8bjcNdnCzLQbn9/jyPu5OBEmkIkkU7a2vLCvOKbFZu565iw1WxL3xecAuljsDSSGSfUpJTn9wdw2Uv7YK4yB02CbGBi4TDoQyPJKJux0XijZ86cAQHt7ezWGw1oWNCpBKy9YWwkQ5gV9zYtV1TPEw6fpJAUn5tKVQKJPqTvDMEgQL2Mmu7u7oGpo7E4S1vYv0MuaMh0Xjfuxhj5YEEcIxCT0wWZ+AtnEtpjK0jMWxPTP0OLGiLbD2tELcV9CsKpBtfMfKaexDNIQ0NPkD8leuzKLFRs1OXLl8FChULB4JeCpokPoAa8xJ9wCcop8jzPiT8BWUM3gl7xOCB9Kkk2UuDPOZPQ5NMlsNys66i5RLlcktG8UVcTsC2IM8GqlHySaMKITM45+tlf+4+/8NO/uLmxSUibl1665Oi4Jpwqk0ltbG3ENOfJ+ZOshsHtgbtoEuP28KsjR44sLCzBYALBSI/F1k6n3U7G4t1uD9xIzV+tVtTIj0l9Edz1eHQwlBYQMwDr+z0wA7KoN1rJRNJVa4r9CgGmkdpsoK2BMgOrGSEEtbRNegII7sLQBSMEdJ+wuaewTp/CW8nl81AOjMoMpFpqrCOyYHBGORp6xOYmVVzMdKsH78hYmIjLnhrFE4I1myf8BC1hfNaJKAlPvTVLlQMrpOiKmIGeRmUxDygmqD2m12eqTI3aDBP6thXMrmCdmikrdSZnqpnwDGMeLKTEI1PjcWYoHELW1hEhl9YdTqtVDXVoQia4NWAjLhxUkI4Q7ZHB2E0/CbnNKJGZ8stIGG+bPMaQDCcZMiLCeYzC3hr2dWXQgLe8cuynfu7fZDMZakj8IathOp3WtgC9wjSND7SgRtR7aR/qz9aebNgSGU3GcBY3AfhUvgT4VNy9VCoYLIXtkdaJhsBJt1ptdkgdP77Ci041IUyLTrVSi8eS2CC6EHTwoAiI7ySJ8m67VN7Tqpc9GC+NBrglpvjNNkscTc+YdnO39/cFBXhpcanRbCzG4/0LL7ZaTa05ThPjiBM51eKV7qR2qwX5ms1lOxIMdBmB0DmykqpWHTJWC6iD76v1WjIp1VgaspN51PVaI53OgIJTSbESdQ6Z4HyD24N0mCsHj9RpZPZkJH097H5QTHvbMrzHOpuhOqqhN6hsa1uTY3pDNJoDHct+AsinoqBjieu7XyqJU/fSJQkpDv14Pm4F0w4tjUglFNxFAHXggMmQs3gKW+15dVbSsihUcj/eEM7eQEvVFSZLJmYTH40JDJrH+P7kqePQqIQ5j0YjVjdA7tBOJXmnemPSpdVsNGvV2gc++He+8fVv/NEzfwyTFS+7v7PDJspkSnqUNjY3sedSCru44Gi3ca/fgwMCx6TZkGZR3M/i4mJewJolZ1gpS+1rvVbb7/WJG4CXi82s1/dUTPfxLLkcbAQLNvOj73zU1NB/vzPhzs5+vd5MpUfRSASaCh6gVCqNRsm49OOJcxWXMouFxdmZmcKRI4ssLwRTeV2Rr/Va3ZOhKCOZWJJM4MWDLGB+NBo1vEVXw2JLR5bWN4alUuXIkWOxSKzb7kWikRiIZtDPZwsKf9RfWlqwBCgJ1qktA0vI1Z609nY63dnZOdBQKp2KxqNz8RlNP7isjXJsfJeAFdXz4dD2hwPPGjszxRmwpXS+O+AeZ6RjJ4h7H7wDN3IocW9q1qwQ2lC7FgRBgprE+M9heEbKtg/qSINS8BFsrlannU2lE3EB6mnWGxvrGxEn2u8NGnXJhYLfIVBwjvn5RZD4zMws6y2vXr3KaCHrpEH67MfzpNhTei9gaqZTGQPlRCXJ7jA6Arg6RBIPaLUGtXoNLq1qbDeMSY0Vm0Oz80Nvf7908tTJn/j0Twx979wLFxJw11LJra3tfL7oWA5uv9drC0xjJNqCtW/Zw/4AVNFtdxq1Ou4fjL27uysZFN8HW6ZT2ZmZebgt/UivN4LHmNCiOQcqU+e3jUEzsXjEF04e5ArJt76ps3vvIibEi9ze2uuAK3Rc+0AdkgAsTHLWElzmsDt8Cesfzh4jfi+/fGl3b1eShK1ymIG1OAgNJMtMFxRJJptKxJNHjx6r1RtaJ+mNtJ102Ou12i284GQ8RddfOnEScU3pgmQcwqjUOw2mtgnoFItEk+lUu9uW5IdylITjoTqzWTgtcQmUi7bMZvN434fm6RpuCSOZ7kSNqDXZVRNEZfwAbDucBjeeDNuYCM0BMKnEexw2Xsl8b82JgXmk2NqyQNy2/pZGONMGbDKSjk2teyZ+Oau3aXzCLv3ud79rwjAMPuNvIQQZmcRhTB1RuEjH0KCrIRNcIgYZR+tXa1aCSiYGnJm2K+vgzuXlY//gR//+c3/9H3L5Am0BmKNaDyx2djaTXVpcJL6oWdrJ6S0twRVMsAeYMqsEk7XVhvG8v7s91kCApjQjrCug/IJj448Gc/PLMHCmTChrbXUDeuPo0RVbOnec3EKeOV/sfiFbALNBmH35y1+GVyPjXHJbKysrx44dwy6fvu++4yeOa2avgc29fPky9BVeDMUwMQ4FuDIWm1tYqMDerdbPvfA3Dz/40Pz8LIHuOfmA3hHcJVxd23Bi6UyKbEP4TbwqhdaMwwArl6ug6Vw+1+lLaI4AR7lsfm1tjc010BXaTt4386VDbN8DS5LIf/ToQtUXZuyt0Bwd+2PrgPH4gf7V5Df0IkMlGeRR2GKXSiYjcTeTy65vbjA6z2FvcK6VeaQ/ELuK/YQOOX36NJ7u4sWLMO2IhL28vHzlyhV8oynvIeF24LfDocL52a/MTllWHZkyA9wUuwp7UlpkRcLKpBDQXrAsGLiCkbKzs0syePe73/X3fujvfvMbf3l1bR1yQKGZB7DqZ+cWsJ8SNdBYLqMs+F6RnSWKu7e3K91kjUY+V4TMlbEWuQxEOTx56OSBtqRpqLwPMZLLZzgRBGbJgw+dndaOBlQDhZDJCGpQLBGzxiMWYQi1qawkNGxPO3GlJ8ULioa1fiVqC3osiMOC3Q8liZNUKlWdzjeOS4g0GXGhWkEBbl+G7PmbW5twKU+cWGHcnzqW6nE46OPlaYwhGG9CwlJ0kxboHQq00+t5I58vlf6SJEVkcOIYrAsvUcs7BY4Bqm53d1vhLexJ3puYKhGGNCVNIZ6iRMsmkhPjYAi2x94lw7E3zGQcKMNQ2LNGc2396urlVTiEkpsbDFlLJBk2b2Sa0Ilpz1An25fAh5yLpCH+fW4UE9y2jIsM5uwy8sQtYsgU4iysI9dmLtvBZdVRCGQEYzNm3DeOrGuzC9eP/MgPXzh/EcwF3wQPnoglquVKoTCztytsxsweA+AgAEGyicX29vYF/2Rst5ptGVEpfkpNg2cOi0UnJ3xAqCUVjAMkgQNOnjw+ZcKQDxXBMptxoX+g0+DYaD8bTJ0I+7jhhb///e9/9tlnIbDxDfsGJVGh2CQKKStBMFAA1CPoEO8AsnN7awd+v5S59br5Yv7Cixc2NzZrteru9k691mBYkqwYi/Xjsfg44sVjQc0xRHWAgiETfyQuX6nVijOzMids4KU1h8GpYDC8KvqCZfiBVBvnGB0tFHIJnRlKU9N0DHIIYRCPCUqux0G0VJsnTDWM51sh5pNnoqBkMLLEpD85mQJhBoIITqdOn/7DP3ym3mzC76WZR8+tXq2ltfCFx8OoI179448/DuOT2wK6l5R3uUzPkEBsEGoSRatW2bSOL+kVE+eXMG3gaiLht1p1NTGC6Td6/76tw5XZBoU/uXz5inmKk6dO3PfA6YsXL8kEcjcB5YYtxT2wYpsleCwe1ApHAe2mU6rTKXz4JRrvhUxJQhNq1Fc8e4LNQJgHATLXhsSMRJ3jJ1amTBgQTTqVECSliKM6LTLwpCYTMti1BTBTCEKTP295y1tgOIEHFLC9oTH3BkPeMBtdDXIwiwB6giyHChKUB8nktgV1ZnNT5kCMOe2kT6SmdDpVrVTwsl11RXrd3qA/iEdTviRwEwzuSzwwm42PJE2saLbSiCBx8EZzlAki/lBhYL+xVJVJUSJufmtrx5fYYNQVyAZvFKg13+QzrbBCxgrQfkGmMh6Yys2AdjInYWYYGdTtCTV48JPEJ0eSliBYYE+NCBhs4I++DJxKZDMZsOA47MEFdRK5UIcZlvHNn/7pnxJGHiROtckxj3hwbDv4AUyI3aONQEeanQr0uGhD4s/Vw+xHJaIDNnDDgwcjmSziaQUCmEf24eVLB/1EuJOPfOTv/uH//j9Qj17KS0oBdyOTTmubkkV/JKZ9urgrjkD8m785t7JyHA+7syWjsDc2NvFqBD1xdwfiV2ARZPhMR6NKgjSF24PBMhxILf7KlAnNWjqysL1Vgns9GA7K5VKvK7PjscsbV9djMu9FfoxEI9pNN8hmcu9973vxUv/qr/6qVC7t7+9hi/t9KYUCUStGkCBcbG9vBSO4IpS+tmJyCuh1tVoBYzDvjF8JGkWjDTdvYWEunUxWu91sJqnFN9LEzSze0B9FrZhtS67ZbUMBNiJuZHZmNpPOxGIRiuRTJ09Cf66uro5sKx3PHDu2UqmUQuw9K+z0Md0DBn3IMmaq0UsT+u0gO2+iO8agtSZ6fw+aLVRX4P75gPC44ArjaJ1IHaehHo24LD3h/eDghYUFbBokF5QYW0YgR8DJ29vb586dI9gZjsQBzYZMq2b/Lqu6mdlj9Tyzgv1Bj5XoLDkaCTilI9gWyqgctsGAFt7pzvY2Z3jwkc+cPfOxf/QPv/DfvoiXvrAQOX4c6uq4lBMo+hauArOICCaxeAwUoXMgE6VSGS7DzMysI/FSKTYcihiNdTs9Yo44inUQj0ch8sShTaWOLR9ZmJ+fMuGBMlw5fqRaaQ8kwjkGHQi6llYbx1yxeRTytSR1pcNhPlfgqHR4gHNzsw8//BDoAKIfx6+uXlEgg2AYusbK+o4il0nHnSoZsECn06pVqzOzs+lUWpC+ZeZMktqg1Wq64kJEVF4mOVUbjsRQQS5A5FpALdF6OyqVaxKx8Po5xV3XVtdosVhoaE0J7qemNrMj44GEFQmOGqTaLTvseBxP1oIa75HZ7UNBUcNyh9xCRpLpcnF8KgFw8Xdf+9of49+ETJpPDHoDrQFKJeJxkDI2hZWfDMPQvwWBstqBcznDIGTQryQNKy2pCgJ7U0OyUR1iiDBKOCFNRC2EiHs6UICxorDgjgZAoO0hEytVCXSZEm08yD//F//sD7/8lWq59rd/8Aff+vDbOm0SxqjT7czNz7P9l2owreNAsKPNphRawMvY2yu1O618PjeQqK9P2dFutzTmBXnmO1rrgws9/NaHINmnTHiwsrl0vd5mVIZGDss+Bt0AdSKfL4CSyuWKqdtkzAb7KAy5lDl54iR4EnTz4ovnIfkoaKV2ceyBixyp6IzDlBLrtN2hrQWjLZtJgw5Yxyz9ddJA7DC6qNPbFWvUcWESSh5yLPhr0IF+JJhbJpNrc2lO/JXySNh4sajdYQ7d1okvUYVaC3SXG+Dh26olHFP/yQyhSTwwekGHMOyuODDYJvMTxlEMzmOZFmFLh8C1n3/ueZldJRXTA9eRmkAogXmpKY2VqxVm2EPH1eYEJSpkvohsViZqwBVnARC9OFuTN3wcPAi4cWtri/qHImBEtDxtZtfKVTqBMtWHBQk0qjlWfigTDjcNE1o6aPn9739fs9599O2Pwg6CLJL+3X5fIIKFMFwdI+llY1nsj4boorSHIT0czShyAHC/P2AhAb0AAcnS2gYBBIhF3/HOR990sr+7mFDQIIdSlNXtdERk+WN4+rYFH2mUzaYJiYXdBLnAo9Mx1Bbx8GRa08DrDT34CLmsANefPg3P/uLVq6u9TleFt3SmgwTpsYAO293u1ub2kaWjkOgjvValKuhMsUQ8lcr3dFC2E4l2tC0Nbyui8xjkpWqpVrvVZiZNAw+yEqkUKKlabwjgkppDW5u7xZzX17JpJ+gd9xzbdwiIZjM06tjWAQBHWAHj+COhS+12GBiOCoFJAz7UdkHp02dJaThnKujMk+GqIzsVS339+W8Me9LJ5fW9dDzFcWXxZKzerPs1ycjD2oSFiRPiA3SLWoALptfJJF2g1alatfdCBidjUR1BvbfajURS8OmSqXi1Ko6lp/Mo8CxJQd0fEzRR7fqxMaEZwtHR387VtatPPvnEQeXG9t7xlfsvtC6WS5VarZFIpNTGdvKFnOJcWHD/C8XczGwxEU9urG9q9U6/UqpogYeXy6RxwyNfQH7HIlL7MMXdCCwdyT9bI+yPly/m7nvg1JQJD2cq+mHthUzAcqUTF+oL5JjJpARsVxpherPzc552FUgSLJVyIlHaZNhWeOHS6D3yZ4vFM2fOQn6/9NJLpdI+IZHAChwoGYk540F/bW31He94h+gBG+eIMvoCB0OmVWpxPcswLZuo+FJ06rjS/luvNzV84hCY3QwkSqvNJs0yqkY4blo7sFKCiyM+oRuaYc5BEkLT66qOLGei0YlR/hva7ZNOo/EDD9mo1FGQGmura8O+jLuReTM6K4KN0SxwN3OCCSCvEOazPIY9CmfPnsU+r6+v48E540Gqdls1RW2Rq0MmwszlbYf1mRyiHGHGE//rD/ohcpyt81EtM+DNdIFAJk4WML547uWd3b1Wu716dX1paand6mj9YAz8T8QNvMpcTmSKNxziFcBGwX2xVXJ/d2+EbU+mFJuvZ7FVJXABLEkmSVfUuDhbCBz+KRNOZikIRCejAnywYjcqA/wSWgwV9bxhKp2S8vdIdH5hAfRRKM7gb+YXlrqaewaTXL26tnRkCX9TyOXwRbvTOXn6dCye2N3Z7HbbGkIdwRRS42R04eKFTqddLM4IsXselF0XNmqntbS0CAU31C7+eDonyDIDX6OX4263H4ngWF9ZVPwfSatkswahndUkxUIhC5USr0H5JDSEKOkyQXA6SBIq51hE+3M4rlBmPDl4cO14DfB/GVE0fmAwakL/4xw0qHjbsSc8Rst0HrLf6srqKoubJXU+7LHsk8CbR48e3dvbYxkQeZLQ/UwAwjhk1JTTIIkCHAyOh2h0IyYvT+B+1hIRRolTRB1BrBPfstenazBSX13CK0NBLPHDrZC3D5+QFjWe+twLF7c296rV+u7efjqdXVg8AiEChjm2cqxWr8CspsEsSc56jUnjTkcGwipUKQRlOhFP7GzvDAc94X9HZipb/cDG15EHBbzd48fxgNkpEx5eINm+5gDwYiBrIczhuslcl7QE04feMC0jk7zZublUOtPpdKUFbgjfwwFzzc7OLy4uBYOOIs5w0F8B01y6lJU5J3azUWs06gou6msXn7W9tb26uhqNxiAzwXVR1qaO/NJeqWRbeOdQXNKqH8cVh7YMjXCUrPs4A1gXxMbSMJACWDGdDuhYqDyTXr1yeWNjKxlLwV/VqZrxoXQkXqMDTXuuUYmBcsCP6saoNzi2JlTepB/IkCp52EyhMDl6cZh9HxrMgHBKIiEeZXcCFhgMlieotlQq4THh0d13332g5uPHjy8vL3/rW9/Cbxkm5WgKGKv4sLm5KdjYMiypBSNWnQIp68GtEvaCiQ3tcoqzpBumtWBGNup4BoUAhUnfY9R6HLab4FfYdtoRq1eufu+755sNmL7e/OJSNpOLJ6XRsNPrShl6vYIzFIpSaKZz58ViUsAO8QkHPeFPiatnRQrjv7HlJ2NJ3BWsc7wCgRv2vFang61869sefnOxt+9GJhQYtYE31oAhXgDhYaSBOpmMxsS2sQYW5HQmo91ftgN9qP0KaR1+kIQrgvcKIpM+AQHnFH7jDCZHGrclIKZDQpo9mTMDqThQusGvxMjUMI9glkAKdNqd2eIM9KtrR2IKLtzVKplCvjAYemB+7XKyWCDCRnW8fzKJJtYEDQneXEfaI71KpaL+T0STAZphd3TMi04y05CdRcB8wvIp0JlHPUOmYunMZGregNRMFpEaQG7CIq9vbPz1X/61jqZJMQGAXxGzkHOptGh+h7LjLW95C8dRcOoYlB6Yk91kxFOCiwVLFdbpiy++qMguUqXNYWb1Rq1QyI+IUa83rGE1ATXr6EwehbqzFVQqLFWTjK7FeAllB+4Enjb24vwLl/Z2S93OYH5+MSr3loRQWLtyWcx+dRMgSvA6AjgSjW8pNqw8UTFfxH06wWBDkVOOWsW4ARk2PPYTyQwMU7zEbC5z5uwDdwPZ32Xm6NiSObsO6UnqwkA9oF5QTLVa6XQFaAhibG9/X0feFToBAoVmqR0LZqRyY6zT8fb390BM+3u7EMASUgvz48Q+a3bavW4PRN9qtyDgCcoExui0uxmNtYwVHxEmFawa6JOYoEfDn4vU6vVSqZIUrM4OyBi+inZUpdjLz/EsOmIl3+20IYb5PdNfIfhv0PBnS8x2RIQFqFnpsRAP0DaFXYadJnOGDMww6jvZncgGBdu2gtEUdlBzB8pOamqbQUtQvgaZ82xUP3XqFPEHWBdKb5z8AIYkNhRZFwyAhw17kWRhrwjzwUQOWRriRg3RNMFLCbeBzcMewNtWrESXCMucMhzMQhY+dOET/snXvp5OZb/13HfKEotpVGuNjE7Ukd4oWJbSt23H4rHlleWkwiloM/Fwc3NL0Jb9QFpBpXvqXEBMKL6wr1FZH7sAIc/uEM8fv+vxdy6vHJ0y4Q1CDi5MFGycpnEdJ0KJLsjnnVaz1QSDdCHXBSMhloPXlc5Q5vnJeK/a8SWwYbfbrVqteuXyyxDS9Xo1wHTQRgE6S0HKwXLASw88cL8m/YYwcsQYTsTb3U48lYwraLTUythOPAEq9GWyfb/PuQtKcH1ilqmkSGhLaxfmWYhH6MuUKLXQorFoWG+txS7SyxROYtJ+B0tB35SRFKh7fNAtYQxUK0QmMrnEYJDaNU36B2YrSU3b0jP5QkEaxFIp2AjwCdlHz45nKA0qc/7ISWN4CktLCAcSD5OItDyFBq6gIcGx0uarSSMTzqnVoV2D+hstTBN0ZrrBfUFzjXKOfNATM9YJh/ZBjY8yvwPF+7++9OXlY8c7/YGEvlyB2V9ePga3TTNVES2I7+Tz2XQmBUrgHdIqwZHgWtyYPba5e7TGdQTISHs7ojoIxFEnWuCe3/72h97cERR3KRNCZGJz65Vqtws1MpSytXIV9ohMx44LWgQM/UwqY4bFD4fwrkfgNNBQqbzrD4fS4tmUCu/dnW0ZbSBmp0Np7SkuPSsY1ZWy3vPeJ3/w77z3q//nz4ZDj8QtyV9JrLW06ERaTufmZmS6vSdVTpAC+VzGcaMs9cSLN90M2ow/Zs5a5EK3k04mKpUyp+TtC+a3raamzVgLSygJEToOShld1pcIFs7BGhsAfwZRR0S/DntnbU4lVHwAaf8P2/C18N3b3d2NudFCPl+p1OiezWRnmH9v67xh3Ab0BgHaOICebfjgNChJ/KtpNwlLQg3imEuXLrFJlzl3NukLQDAsw0QcCpa2AOvsZazAcKDJRrymqEZcCbyrVa/2aDDwmZiBmgKHis3sywiNaDR+9OiRhIxyS5WlWqMOL5XQMoR4k7FNYXEFRCMu1In38IZhtW5vbh87dmxna2vkj5odnMr1LM/SOgHcBrZNtHcsVigUH3v3o28WstPdbo6OFPV91PK1PM2j9IK/of2Eblrrs+ksCZJXv9doSqMq3m6lWm3UawIAJdMLey2hD+lCBO96Oj2X1SdK/S7MQHDLD7zviaUjC5LFsq1WR1oEiWabVpAFtsa28X08BsahdyrzoXrwGQczM0X2eRDTQXXjiLhvinKdiTgCT9RPDhQqohug+lnWZIqCNdusezaDmUzW4UB5hpHPQx7goYQEK04nK7kFLffht166dJleH+1hmeCn8wNxDGeYmU585gPxI1sECd/EsljwM1vDwF0hWL1D6CcZUDGTZ7U3b4DAk1ovaqtXaRHqgn0VIZwxHzPoqOSIAFfn8xQKM32Nr8DIxNsvV0qKPhxZW7+az2Xvv/80BUqA76S7pDObRHCz7kcHyw4oScc6JVamHY+DXLQEfk/MLSzM3SVkf3cx4RAWxEiAGPqddjKRjUedYsHNFXNgS7ysXCZXBIk4NhwPbHqzUYOoLu3vbWysjwXfbhvfE49U7bGhWp7SYKH5KTccLUYAz/7b3v6WD3zw/ZJ+jNmVckUaLjRsCN9y6Al49lhJDSzXliEwEUebYny/15aCjCguB5U1Pz8n+UyBD6r2+12qXOldSKYgv2HX7e2UYC8lE2nbjoIkxBayRoaJNGvl8CcB4YZHJ4C2Q3/kBfWiYrAJtTIIQxBgaE1ODtUPJm4qUR4C/moVjvwZ3CrftqKJmEQjHcuveZFoAEVDIx+nO3HiBFiL6g77yeGN+EwsQzzawsICOFBm4ywtQazgGPDYkSNH2u2OgIiqMqlVG1B6MWnF9tyIo/NbnIg2OsAcYGEQbgy6rtWqaVYmwDUmXBtBccCYsagz6HfhXyZiSW8kyXTL8ZPpmDfwwYrNRr3XacMNwZ20mmWZXzCC99FNq09O91IgwMpVT4AQRgOYBrASorbA4UXjybTEseORhOVYH/7w+xR9dMqE11fMRKS6QpghDbdMwELGrhVLRNrdZr/Tj1hRgbpIp4jABzvq8uWXN9bXR1r0BC000Fm5dDygJwkJwWnMrjQHKdysBmig3E6dPpkvSN1jvpCFAyXIK2oHJlMJ2HRgIXicoOR0OqslziNO9lL+7cOpoVhlzo2dB1CATKmxdIsjQUsSHNrf3dm1JRbqiIxxg8CmQmtP4G5bZj7F+CAwI6V2igw8YhgmqFGbzHNMuoJW2O8r2t4attotiLWOzgBnRATqgqhNYCdw2srKCo1SfLm3t0cMNfzIbmnYBeC9q1evMjCDy62treFfPGmpVE5IclESg8QL1viKti87ERrqcM7FGXMiRARuNKAnYYWKE8GCRFZHGBgryLj9/d1oJLa/t3fk6Ar8cniD8Bsy2UxxZu7Fc+dTAcTzHkzQ9fV13CRs5qhkJoZgy3K5sra2ruUygn0o6K+ORHFgHcskEls6s6MSoBoUipnHn3js7iH7u4sJQf0R10ok4048lk5J9Umz3RrbihWJV5LKdnsDKYmuVs+fP//tbz0nWeBuT8a+9vqg0mw2h/9cqUqxmvUGxP9IO3pAu5w94OlYI1BKzI4Iwoq+/tnZ4pUr2/gM0c4KFei3jmT2ZZJrPJEcKxZwNB7VFgGYXrOdTo9QVCz1FHS97e1er0NDVLlhrNPSM/fff9/q5VU2alg6hCTsRSKML76IBClkIWHLCxITfjCFwnIGGjghiU+isIX26jUF32Yge1g12ioWC9oemeKQemh4sB8YjHMpZHh1OIgimNygOX2IFfyLA/DbBx98kACTCrXcJCadelhDAkmw1V0yQ4o/IO0sgy79Q9xjcaZYKu1rMCvG7aVVzArEQ+U+u7s78VjKdeLF2flUVKBuHJ0hUyjOnT17FtuIR8CDrK6uKvSBDCc/ffo0/AMZKurInTeaEvkOq/8iUssr2yajHSFHYGN0ex3swOLiwpQJbxodjboyvgiaDZsFkZbPZ8f2yIkU4m4M6kfqSNRKhLfw9kfeYevUCiiFbkcaTMe2CGyJcLbapai0X0C4wpeEXyc9bKPgZbvahm/60xeXFtdWd91IFDISp9V5TF1QfzyWhPmJv4XikTH3tgWmGg7BS8TkG0LZshWdefB2W2bCQMATE4kYijhDMhnvdtsOC/gPXD6lxZCdwiyfP55YQdb+2p6JSbxtM6LMBBhMYTfPoExYLBTzxIM4feo0eI+t6LDwcRi0HziNtgPDM2BF3cMEORmsAw48evSojB+v1WCsYp9xlcWFRRlToGzJqj0+F8fLEOgae07kUqpKDuXlk7AxhZVA5s4V36CFq0ACb29tF+dm0umUzgWRMST5rMznwQsCC0EQMwKMrYZK1H5FQdKC3aGPI+1XggoXSyp0LawJgr7a7IxZWTl6NxTK3L0VM+lUtAKXK5WMuVEt7XVEeHpCT/5AlAVePOQ33g0oI53MEP1SiQZKrwaHBIcLtJbMg4902224Z7aEKOGKSBmARAscdQu1NhILNKpDF6T9VGaJuUFTH/hNfLyhYDoMuqAhMJ6NV1urNXK5gitFWyPC7JNP2JZO6pdoTdRhAzvM2oiIFsGpgMVt6rAVa/ga8Gy2JpsMISNVprRSgPoPOvHHRofwgKBSdDSayGrg3tq7u9sEaxr0B+lUVpN4OW31GhEAhh1GBKTA95QjLCjFH3JINeEkIPvgCmJvsfNrq1dhOFAacuR4MKE+0MMC8ivJD80YqQ2ClyeFh0NlPyMvDiH5Qx+DwcCES0e9ZCKZyUiScHd3X8cMJmT4cSQSBM+0LA6iQXElt48cPVap1CBTiEOr80kTzFSE+G7qjaiPcP/9p99EgMN7gAmzmaQbiWArI4603lm2r6MppIGl2+lubW2DwEAHZJJG42UdUWgxcFdrCPLXWJvlzp55qDxbbjRrlf2SDMSzrXqz3hPYJZ2C5FrlStmT7hg3m81Aee7vV3TWl8j7Bx88q8XBOaVLwbYQWMREHI5+ykk1Gi3Ck3F4kww8abcJtcIGc5pbzUZ7tjgnYypmipyRqIjS8AOdsNdBux3cgCdNfXMIkquIMhrAYInJ+NpyGdp+xg80NK3qZaTJMFlf+tKX/uWP/8TCwkKtWmu3u61WR1HmRumMgKPhGbFXcK42NzfZM8E6NQoU7DPrmyFooA+hXhYXF3FO2N5QpzIpWX05JlRp07IFZCT4AwP1accEHdXKdSjAgfoFfVNsQPXLGgAtGXc0oJpQpKYO7Ey8UFbGwDyB0uOPUMgnT57E3YLrdnZ2wNmCeSFj7tmB6bPxN5kQtdwTdFkxv+vNFn5x8uTKE+95111F83cdE0oeIp24uLWdTcbz2bTm7S2hnkZr0O8pqIzMNtNa/haREZKCqpfoDwetdgccksmkoBSiPak4PZI+WitXpNUwfhRGC2ilWquKoStqE6eClkvhivkClMNQR0+m4UmCmBiiSKUSvX5XyqNHUkUmc3MVUgGmEzhZQNRTKRxJZG62sTNuzu5HgrgtLszjlhinMZqKAflJqEJG8ENFeKAJJ2tH7aCW6BpXMEz0X9NgEVSijLzVtct40lOnTj1XeZ6oNqRylmvS5oTyoTQxoGngK3BmSsetgPRlpLFi1dCHlLbdWILhMZaGB23sisA7GvuqFf18PqfzAHs6xnwA2xJyIxh0Zyq/J6YsajsLNHD82NFjC/ML2ImazIqS54JCLuRkHCJY7syZM9hY3B6ujj/B5gsDKzq39E8Nh1FXbIyR5FLd4UimlUjewrV9RVl+y1sfhEk7ZcJbLQj0+dnC9nY2EXM0hmbryF74gZ1atdyEm6c5dy2hiNK7gNOleTYnGpvtKihTs9Xc39+DIQqaEDijet2OBPNoY/FYq92s1SvlUrnVapPOwCTVeCMuGIfp1DipDkxUBl34vg5qlt5QW0Zt11mazAkROLheb7CrEK4ITgUqIUon+5sS4SQwwV8TM9g53BRvX5PoY+HoZK3MZMXMSP3Ia2tHDwy5sJmQecjgL7CZ0FdXVq88cPqM2qsRHSQsLhZ0djTm9vui4uiPkbdhXuKcx3QWEvYtJ80ofeLQcOoDlCp+xIOzRMFUhyvARJLqXQceil2YEoxTizoWn30f3/Y5+sqyrpk8xT3AW10+thKLxUulcrffeeTRt584uYxHqFTLvU6LFse5c+eon9fW1iyFfhsIxkImm83dd/r0d+vfjaQjrUYTMisF7wAeaSKm9YNN7EsilXzyPY/NzBSmTPgKK5OOn33gxMbGDphFLDgnBrEurQ+OWxQoPoFdg3zVZiKbgZCBlGKAY+Piyqek0gKk4EhHXzaug+k6fTlYQjU6jQQnJZQ9SWFmNn/16hbLEUGgUFEgSAjysTVi5STEdL/Xn50Dk3fZmeoLFQcthUphKdOYR0xb2HKzMzM6kMiXEv7xKKKIMtQAk+WgJj6h7HeQamcxmmm6Y7JzEuBwMhJDRjJAg4zQMlO6u7dz9v4H52bn4TWBuLNSjZny/QD4kMpwZWWFyUCqqQsXLuD+cU4oSbpeHNALKUNAxIgbLRbGFy9eZIU3+5vYo8gRZfF4FHei+tZmDY0v860sBkXpZFJ2mIlueNSFhaXFhSNSCzE3d/zkCbyRpGLVwSSxxwKXxgIDdsqzLB4HvPtd73r+r5+/urrmDX3mfHJSlyezI4k1bDtWLBId+j5k7JNPPnY3dE5cE4+cpIbpmq7pmjLhdE3XlAmna7qma8qE0zVdUya8e9f5c+ee+coz+PDQww996MMfvpNTbW5sPP3U05ZOAvrRj3/8ht+8hvXMV77y7F88i/vE51wu9/gTj+NU7BIy69m/+Ascgw/47eNPPPHmbumXnnpqY2MTHz728Y8d0+rtN2L95uf/6w2/vxt2YMqEr2794s/9/NNPPaV8svwnf/b1OzkVOOGf/uN/onTwxH//n//jht+8WgHx6X/1qY2NjUPfgwN/+d//u0muBkX+5uc/jw8/+VM/9ZM/9W/e3C3FI+PB8QGP/Mbxw/0nb4osiP35tf/yn+9QpN7Ty7mH7rXRaJADLRk2sAGdc/fcGxn4eg7kbf/Cz/38l8I7n67r9wfC6/t5fyL30L0eek9feurpOxGfDz38MNXdIVvxNZMREayhTD7xyR/njYEzofSoZ8CH+NUbZ+/dK2vSxIDt8MUv/A4l1/fz/txLTIgXxg+wRakJ4cVd/9pI9OQHMMZXv/IV+Dy5XPZ63+w2XUej325mreHGDAdOEpn++MRHP/JDdBF/5wu/A7v0hm7k+XPn8eFDH/4QRMMtDqAzjNNOPoi5Q2wLdsO4zTdzt8wBN7scnsX4tDiATuOkx7ipm99oNPWYLK5yw/PcxAl8YvLzJz75SWMPQ2DBLj10q/gVLoSrQK5NvuvJt3zoT/gucEt3Ll6nTHiYEElq2HT8R5/q6aeevt6nol+H9fv/+8uTThre8W/9t9827wxv6xU9QB7Dl/qfrqWPG6roG/IYvoTSBgGB6K8nd8Oieoef/9jHPz5JiJM3MOlETT4INsF4mDjyi1/4gjkShIsjD2lsQ7683M2emjsDxqYLgGekE27c8sl16EKvamFj3/8D7+Mr/jXrP5tbxYUmPY7P/Mqv4irYHLIWBB9/i7c8KQK4XTjm+e9+Z+oTvu626NP8AJGM/0IV9IVbhxzwPgyx8r2+Kh1oGAD0fbN4KQ4gn1Nv3FD2g3QgLK7/Le4fFI/vza9A34alcWZzAzjAKEDy0o0U8hfwH45cDjUGyHTShp/kQMNg5psbcqPhtw+qgQ1Bxm808HugAHGhW7+LWyyIJ94wnmszlJi4VfIYL8QHxzfmwY1EezokDB7A7bq3wjz3BhNuhmEYvAwwg2qVD/O13cKhx8uD8IaWg7A04Ryjdl7RzfvXoZsHdXGLGKY54e2bZJML98b/DN0wezFpceFXOAAPgscx9Hr9g+BLPiwOM2ej5WkFeZG/4B6as33slpkYqhQIIBwG43bylvDnvJZR/ua2XxsfmhdErcsLYUv5BvEvtxff841/MHzAr05oy6+GD/vB64yOKRPe6TLSzqijHw2V4aQgPLTAOZSgk6rmkGl3M+KDCiKVH7IPX98FVjE39olP/vgkIfK3sKn+9M++bm5Amq1CP+f6B8HxRu2b/TGHGSbBHpqL/tsb2c+TC0YmttGkEMAPl1avTFqAhn9uZ2Nv2/V45tAbxL/GHeBv8Q1vaVKwGkl9b2nCe8MnNOrOGKLYZew1XjxE4w3DM4dU06vy0SeVjKHmN2LdjvIE1+EZz587b1TZ7Zzt+ued0KsfmjwMf3Uz64Cm4E1iUV/gLd0wK3OHy9xqTp/9Fg9CrgNb4ik0hHPv2aL3BhOakAzWRz/yQ9cfcLOo4+uy4AX99//5xO2Q/s04BN+DSiA+XoO9+plf+dXX7Gvd5rqFeLr+hm9WkHDn7gY/GGP7UIztkJ1iVDr2Bz+CQqAzn7k3bdF7gwm/dHOD0+jJ150JSX8MkeP8t6hiAxEzZUJ5cb0Yxv0//dRT4KVXa9mC/8mBtK+YnADZ3VofvnHrUKCIt8Qgyh1yoIlsHbJo4I6+oj2PvcVrwkm+em/aovcAE06GZK4XzHx/DM+85mrP6xeYCs6PidSD7j+o1u/Njoc7h2Pw4T/+yq8eSuLhxkyAkbGN219GB+JmXlvU55BYIffCOZw0Mm+fpfEsxt4zCYk7lwjcukkz0ljIr1jOCqXH7YXAIiffi+Vvd3tg5nfCBD02lxG5yf9M0NIc9rosvHi6Q5/45CepAW5Wf3wo1AE6+MEfeB+Yh/7bL/7cz/9CmBTBAa9WTBi7y3A1NfNreygjAgwvWa+U47nufprXW7BffJU7z53hf7gTiDmTDDRv0zDS5LbjM/Z28ngTGtD43FP3qC16D2hCE5IxwcND1E+vANTJhNvre3WQhRbcbKgxeVOnjrE7mmpYRrQfOuDVs80TZDmcGU+6eW257KuNRjISi13C4/zIR36IJ3z61VRsGjbmX0FUaSnPuVd1Pzd08yxN2Rulh3eNDWepMO4W+2BuFT8eShfRIjUmzFQTvv4cyFeLzb0ZA5hN/+LrqgwN8xgv7nrWOmTs3SztBho6VNVxmwuOLsU8KO83P/95kppxk15DXu4/heUm5oSaAHzi9oWCeUD8Lc4ADvxYaAWYerHXYPzDuJ00E3CTMHN4q1p/+3nDZniEQzc8KZ0/eG+2YtzVmjCrmeJbe1OQi5SgBlP5ht489BhfnqkmwQceubx87GbfkPLw4tlxd7NcyCTH4n40cL/J89ywKBmPc/1zXX91EDe4F5Y2tc2HPvyhayk1+6rOZiQFpBXuUAMYckJIulfcGbN+TXjg8We+8gz4DYf9qO6qKW3F/uRuImtuFmK5WYErb1Wz9s+autwbuoiT0u1jb2Q+6Y1b08766bq3FyQUE1d33mI6NUena7peddSKvZr3tC061YTTda8uA4NgfAGY7vdoO+KUCafrXl0GMgOG6L/99//uQ1NNOF3T9f/eG2Sfx+uempoy4XRN1/fXmjLhrdbv/d7vra+vv+c973nyySdv/eUbsXAVXOtnf/Zn7/wk5sdUKvXoo4+aO//mN7+JA37sx37sTi7R6XTK5fLKysqUYF7biky34NYUfPHixW63O8lvf/RHf4R/z549+0ZfXaYs3vFVcPN4hI9+9KP8sVQqffGLX7xw4cInPvEJS0aFz975ff7u7/7uiq4pwUyZ8A1Z0Bvf/va3IezBEvgRn/Fh+dooXFkXPpw5c+bQn4MBksnkIQLFl2SASR7gSXBmXogH/PAP//D1F5o8hpICnHb9pSfX5Hmgwz/3uc/h3zO6Dum0jY0N8yXPfOhyPGbyoTjc6voHvPXJp2vKhLe7QGogqe985ztUhvgMMpokOygWGHWGbX75l38ZJPsHf/AHYFfSMTn505/+NH/89V//dfPnsAM/8IEP0CzEeaj9cBKQOKxQXAvc8tu/Lf0Kn/rUp3ADvBCOwdlIzebq5Gew1iG+vX7hDylZ8AH3Ca3Ia9FqxR3ilnAt6DfePC6H++Tj41o4jPePnfmZn/mZ3/qt37qoi+eZPAC3hPvkBk6e/A6t3///1jRZ/8rrkUceAYXxM2gXFGx+9U1dID6wymc/+1l+Y9QICA7fw/DDX5GgQbIg/d/4jd/A9zARwQPUb+AlkCa+BNVSqV6/oEZ+QxeImyYxrgXpwKvjWjf7wxtKFt7PIdsbnMZTgQOhAHmfuDHcHpUwPoDJ+bDgNLAWfouz4Q/xgQfwJLxPPO/1J59S1FQTvuoFx8wIctAZePLP//zP+SsQFogVVIjvSdaw3wyhU3vgX5AmvwfDQMtBt0A5dDrBlFKwKOiV1AkWxflvyE6gfpqFkAIUCvhDHEyViD8nZ97J4g3jrvAsuMrXvvY1o+Gp2M194oN5Fvw7NzeH58UN4HsqOnwP6fNLv/RLhtt58tfFC50y4fejJgQXMUgDUjvkIBnLc/J7LJDm9afCGX7/93+fPGbIEfw5SZog6Bsy4aHz8+qT3ubt03epVLr+bOYSlBdG+fPM+BXuavIS11/u0IPws5FKN7zidE2Z8LYWqAe0DsMPdDlpi1qargBpQicwevGZz3zmFucxZid0F04I1qW1Bnad5DpwyO3f2OTBt2mOgnUn46XXL4oP6DHDUWQ/KLrJS+AzzjMZNz70IPyMLw0fTtfUJ3zti5EM0By04iG+AnUyWAoavd7ROnQwzVS6ZHQIeXL8isYkg0C3f1c4mKHIQxxyi3uAv0f1fguPke4cT4gzw6rEVSbvE5wMgWLMctrVPICmOw/Aeaapi6kmfN0sUpiRVImT3zOG8dM//dOkXai4W/AhUwKf+9znzN+u68IfQu2AZEG+jI7evgsH5cwTHkp4HFqf+tSnJq3ET3/607c2DnEAmBC8Z26Vnifu8/d0mfPwwcGZEFKf/exneQAZ1RwwXbde04qZWy1wiOGKyYzf5PeTeTOTCoNCmHTY8Lcm2zaZfON5eAD4HH+L76Eh8ecg38nE2uQZzMlNvhHf4DAYw2DLQ+FHnmSSAw8lJ3mqGybxbpEntK5NA04mBm+YSJxmCKdMeFcvcAJ0Dpw0ci/j/rdTE8ekHA4GXzHkA100DT9OmXC6XsuCLccYD3QOVNkrJtzNgtqE7QdVw9zAobjRdE2ZcLqma7qmTDhd0zVlwumarumaMuF0TdeUCadruqZryoTTNV1TJpyu6ZquKRNO13Tdlev/CjAAXKT+Omg4Pj4AAAAASUVORK5CYII=\" data-filename=\"Anik.png\" style=\"width: 300px;\"><img src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAASwAAAEsCAIAAAD2HxkiAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAABKjZJREFUeNrsvdevZNt9Jrb3XnvtXLlOPh1vTrwkFUhaaUYQPJLGNgYzxsh+MeB5sf1XWIABA37wsx8EGDBgwTMay9ZYgRYVOCLFJIYbeEPfjvd098mncu0clr/fb9VpXtHXCjSp1LVv39N1KuzaVb2+9X2/bCqljPWxPtbH395hrkH4D++o65r+aU36x7UsS99efy1rEK6PvyH4aeBp1Gk04miaBvfgXvxj60fxtLqqDH6awF1C4AbuXMN1DcL18Zcc34cTxYfJByCXZZnrOAb/qpoGN6qywuE40rzEXlWWuFEURRCGhEAh6BT8ZPyNX4FYPLXh2+svfA3C9fH9RIfDcRzg5An2cP9yuSzy3LZt3On5Pm7j8aap8ajjuvR8eh3I0MBz8Px4uZQOHnGJD4ktlW1LkKFGspavWsfijdZQXINwfRhPJGWRF4ZJ7Od5nr4HkvLs7Kzb65VliQfms9liPt/a3iZug/I0zTzLkyQ+OTza2NwcDAdBFAFUk4sL3GAEVp4f4FRVVTZ1I2zbNMyo3dII1EwLSONXrBKAeS1W1yB8qo8kSQQfmqaAuuVyES/j2WwaQllGUVkUaZIMNzdw52IxL/CExcJzPcd18BMPzSbjeL6YTSd4si1Ep98H8HCqJF52en28XLpO2Gr7IR0gRk2tUkpbSgCeZS3hEPc/QePajFyD8KmwAPEzz/Mn+hM4hGg8PTkpyoJQQThxAJXpdJLECcy/s9PT6WS8f/06gNdqtRfz2XI+Pzs+SZNlU5TsnzGX01lvY8MPQpAp4DabTpfzaZqm155//uqzz5JW9YBc79qNG1ma4h0Bc4AwzzJcFYgXYte81KtPaHN9rEH4DxCBWPegHfyEEIWVh9vAw3g0gubE6t/Z2ysLaEUxnUzieDm+GBV5Vjc1OA24Ojp+DMzkaQY9OT6/AGwAWtXUaRJL4ZQFaM0FdMui7HY7+1eugB4ty4z63c29PUAuSzNAtNVuQ8dmWeb7Pi5D7whQwXgtnq/NVG00ajTi52phXdqr62MNwr+X2NOHjiVAdgJFWOhZnoPvQICz2UySb6YeDjfG4/G73/1umcP0y8CEk/EYwNvc2sIdk/PzXq8PCgUSDx8dwvyLkxg/ARdQqrDsJCVa6/d6WAStIOi0or39/cZohns7z734CtB187nncUrYmTjh9u6uHwRNXQNm2AtwWptUqqP1qgYhu39qPIorr/jGGodrEP79O7CItYtSy04sbEhEfT/gB/EJKoRxCKI5eHD/4YMHZ+cXAN7FxQWglmZJwUcrioIgCD2/Lus0zc7OzvMSoKjBlgBFUZdlXdX4dzct4MgFmIQFUy8Kg0G3CzKDVRkErWdfennvytWdvX0v8Een5wDc9v5er98DK/b6fWwVeEOQsOf7WicD3lC/pmFCxELMrv8p1yD8ewxC/ASQhGWB7oBANsNMkBhuAISPHj48Pzk+PT15/913QVNgs8VimecFCJMEobBwBs/z2q12mRcwEfEPbOBOMJUy5ovFbL7EU4EosGxJAUPLEbZqqiLNPEf2Ot1uN3IcgSd3ur1nn33uxjPPXLl2bTAYgA+l6+xfuwZdCo0KmOXANwA5GJAEJeVc4q3AfrgAXPk6sLEG4d8//akJEMqzokQWwxa2aVmjiwuIQBKUef7g/r03vvVt8OFkdEHgzHNQIhCV5SA2oMYo8hI4AQ5d18mLPFkk4LhWO6rqKup2Do9O5ou4sRxyqTQGJCPnzFSWaXiei1/m87lBGtiAIm132qBHy1Cb/f6NG9f7/f5PfOYz7W43iELAbGt7Z7CxoSP+QGB/0IdhiW2i2+3h42hHjlzHM/7Kh73+Cv524WdQjI6OxWJBt0vwiYrjGIQD9YgDaARl3btz5/bt23c/+ABwBAIX8zme5jhu3aiqbmzpAEJC2EHUqlhqVk0DNCvLXCYpiGs+j7OsFNJbLrO8qIQiZvR9t65LvCOkahh4YSsCs5Vl7nrOfLmU0lZ1jQt4dHTYa3eOj46fe/GFF155GXZqvIyhOcMwBIhh/hXYCYDGGtI3hVqmjBzL1H6aNQ7XTPh3nf0ANqxdg9wkVt3UprFKHJsv5uCWxWIO9osXy6PDw1vv3xqNRrP5DAudBKawsfJh+CVJ6rge1Cj+KaEOwzAqCnLSAGRV1bB15jVNnSRZUal5nMdpDtACGZCPIEzQHWSkqRrXExRPlOSJBcGCx8CoJm0KBZ5jNioKw43N4fbO9uuvv769tdnr9j75Yz8O3YuntTsdoDdLE6A9Jx+S7fkep6Paa1G6ZsK/i4d24ut8MVBd1Gq5DvkYIe0YYJR39vjhQ6zmi/Pz2Wz69ltvLueL87OLi/EIlIiVnRXFcKOrkmSZZACkgxVvO+fnF6A0y8rKugQagQEpRUnKtqiqejydOV7YQLRawlQCAK2V0ZCRScahsG2oW0CubirP8/ECcp+aEpfkSAl8W4YxWcZJVcV5jnNuDTd6MAsd9/mXXgTwQIOa9LRrNKekOdilPq7W94N1FHHNhH/n/C6qUdp9ksQk6oBJ8qnAGixy25aTyfjtN9/89re+eXp6soiXC8hRS6RxiqdhcS+SDEylQ+dgP4AWmrDIK5z5fDTSGS0OuXMSnDMMfbwKdhrwaRgClqMlnCSvypr8KEYD0QruhaaVtm3VVc5otKSwoVRLQqkSkvZoF6K3qnxcqmrqqgx9rxNFV7Z3drc3f/Kzn/ncz/xMfzjESU6Oj65eu5HnFJYEAl3foy3DErBp13y4ZsK/QweVLFgKq5Mkn5S0A3JyJgxCpZqHBw//7Btfg/U3mU7iJIkTGF+x5/iqVlCVlnTieISXhFE0nU3Be1I6QCYwRi4Zx9HxCcmSEmerG4n/KZBgmDnZbQAfrD9ASZkWUNEIoi+YjQb+pusg29L2JJ0H9xQFcEj5p6Re6cEMJIr706I04+To7Ayv/fKf/Am4+tXXX792/UYEc5TeF6ZmIDjfDa9azGf4mDrErz/+eg2sQfi3bAeaVFtUUsGR60KnxfHy7PRsMBgAhL/xr/+3+w/un56eAn7ACuy6vKAYPdVCGMK0mzDw0jyjHM66gvUIwMAMg+G1XC6EJfPlEku/4ZA5KRzTyNME+ErUEphPlymAV1NoUFikfwzLtIgPjUYC3MJuHJfMOcMiP5DKBRdRmKalTAFo1WWdA0JgSc8hLwyuLE1wIZPZ5Hx89t777zzzzLP7+/uvvv7pza0tt+0WZeETBYZ4FzDkcHMTm8gagWsQ/p04sKChIYExytVcLufzORb7H3zhD6A/7967A8MsZQTWHHoDZ1XKSLM5IJhRKDBstdpTkOQyFmCx3ILynC8XnuemUJl4EQfoqIapaaAPgXpgrMxz4EpYJpBEXh8TN0VF5wcYazwFhFgZjStlZRQWTEZlhK6blmRgNuRlrbWvqCxKXJJw3bIGkhVodTqfJ4Ci0fSGxa0P3r97631bSFz/M88/B/jRCTjNTVc2NnovEev19nH66Fd/9VfX38KPmgD1Xxono/GoKitIShhasAP/5I//6I/+4AuPDh8lSZamGVYulQIaijJaLLso6wJGVpaB94BYLGsqOCJXh1mUeRAExHJpypmaAtYeFjoQYlmN59miMUBxQinA0axri66jgZ6EDSgBRQDVFq6kcKEUpsuJ4J7rgChtm0qBTYvi/BUXLlL5In8GvLNF57fyssCHybIkzSidAMh2BISnPLh/H/vLxtYm+BkvtKWEfXj46ACU6DjuR2sg18eaCf+mQagzWs5OT7vdLu6ZTCYnR0df+pMvfv73fjehAALF3A2uUcIPglqjihJEaGJl52W+nM9qLtJtqsb3PTwnjktYjYZJ/wGbluXAZgPOofmkrco88yyXQhEAG9SqbZemCaGJN2jImPQagiZeBchBxlpGk7d8KYQJbZoVmU1cV0sbVwI7UhX01gBlowB0g/Ji2G40XLyTYSxm84gKHMXd2x+EYYiLhF36mZ/+GTB6nmd4EWxXILPd6eo6rPWSWIPwb8EjanAfl8ViPtzYACpOTo4n48k3vv7V3/53vzWdzSjduWn8wDO5UrCuVTKbggkXi6WDxS2sIPAh83TtPE6VJXEYBJ0ohHlmCmkoDuhVDT8KqFQAqmVbJvhOWKEbFMuk5bq2YS2WC6hL1/MNT9SmAWxAKlZViffENdgCQlM5thk5blHZ86QpGiBcFLVFtRqcr2027FrVnS/wMgVqVyn5cBrpuUtc8WJBuTtFfu3Gza2dHRjArXYHL5xPp+PRqNPt6urEddxiLUf/RmlQF/sAgUQhUo7Oz8Fgv/lvf+N3f+e3Z7MZyAWKDrQjbKntKOAHNEhdmJjH6iJvOCzBjxZNWUJPCnKvUE8KR7ppXrIQpXwzgArM5joQmIYtDM+B8rQ7gHdVbHbaN7e3eoFvqtL3ze2NaNjxdoat67sbLV+oYumaNf62jSLyZFUkrQDMSLWHlJZtMuEqKFgLIGooTQe7BDlaqUmUrvaoK+A0iFpQ1fFiCXT2+n1cYRCSfYg78dG6/R5sS261sc6n+d6xjhP+yD0xWGqz2ZQqgIQNqBwfHf53v/rfvvPdt9gBUyZ5TrURUvpBYFoi4UggOST5gOojHFbUV4biD3nu2sLjGoV+rzufLUucolTLOKVAg8BDDkQmDD6QYxRKzxJtzwth8EGCJkVf+v1+J7eNyquTfDkc9tMsBlltbG7i2k6PTzht1ZotllG7e3h67kS9B4enC2hlw1KmJKKEhWgayyzD03SDNtswbYE/2DqsKAhwVVsbw363hxe8/Nprv/DLv4ztY2t3N0sT7EFZnj/7/PM61MngXfPhGoQ/4oMDBtRrcDGfa5fnV7785T/4/d9/4zvfXsaLPM8r1VB8HCaa78P0ovh7lsVUhlsYqoayrDlWV1MBIKVcY+V6FFo3HVsAnJ7rUyFhAc4UkKYK3Eg9KQDACrzoOUbX9dvSvbK91S7V6Xc/kIslhGDl2N1X969/4vlup9Vpt5dLujbXhjS1prNpQV0s6qyopotknlbLQo3m8XiZLtJ8NJt5QQTxGWcFAZKCHLgS2wE5smEJhoZZOez1B93eztY2rvbFl1/+hV/+JfAhDFpo0SSOBxvDXq9vkoI2106atU34NwJCbgRa11WW5V/8gy+89+6777/3DoixAr1RBLypyeVvVstlkuWmaSc51VFQRa8yy7KQltlY3FcG6101/Xbo2ZYqCtexA9eFXLS7bl7UZIaVBRmfQLWwHOnBjAxbbld6e+2eWZTeeOk1ZmQYDrWKqQfb267vPXf9ajsKlNqmYnzArq73NvrKbC7Go0Wcbve7UyCvsRd5+fhs/Ojk1DEi4YcnZ2noyrioKLnUFOQ91Z9U4X1oy5jOF5DH0M69Tudbf/Znw83Nz/3sz+bLxdHjxxtbW34QpmkasP9mvULWIPyRIxBYKjk0H8fx0eHh+++++947b1+cn5KsLMnN6LgerDqAjcgnzy3RcG4m7MHSaGppURjPomoJK4AGtQyzzGWjtob9/e3NjX5XGE1GCaQAeGFzpD5JYohDSpqpK8dRG76MjHL/6nY0KA8fnxjx0sUpQ//G9T33xk47cH1X+G5IW0VAPUurorJduxW4s9nCcYI4K88uZifjSXRlp+WKB8enmZJp6I+WsW8LKh80KC0GgpbCGpYpLFFWdZ4XlJpnWrikKAjfevPNZ154YWt7W0IUF8XRo0dbOztkJ8MmpPjIuk/UGoQ/GmcMdXnhfjC6E+H9e/d+8zf+7ejs+ODBfUCO2xHSAbpI09yg4JsF4VmVVH7E4pPIT5gKTNhpBUZVupbq+O7mYOPV5272Iq8b+kW67LVbIEOYillWpFnqejAYYacRZ+KEaZ4Hpi0t2xDG5uaWM3v+dD4DSW3+2JXu3sDrRmHgwygT+GOYEnpUBI0PjUkNnFph1FRNO2/wcs+VU9icdRcC+O7JaG9rozFU3sAyLPOSKj9WPiRgUhKeGqEoZ8BQsC2hUu98cOePv/CHv/gf/TLYL17GV29c150B2u32GoFrEP4ID8d1wS5YbdPJBLv+l/74jx49fPD48UFeFzkAWlaNYZm2jTVo2TIluy5l8lSWZcPeKwtI0waC03fxpKoVujuD3s397Ws7GxvdqBu6tqr9rXZTFhb0Z+RCGTaKEmQgEMlVysmflhgYZS0BQ9+pq2LvJ17avrYVV5ncH3gD6FoPthzF6A3ghdJnDIfsNINCF5LClJWRC9LKsPRg+AkF0atyZWSkeZvDi3GFN62bslHCNHULYYut1phSDuqt4QAfbjKft4Pwu2++nWfZz/78P97c3lrMF5xBoMIwXCeyrUH4o9Wi1PwhTT3P+/Kf/Pu3v/vm4eEjgC0F1xGNVEIScizhLJcx7EBu5ikcw3KooZqpPICoIX2ZJ2EnHPaCqzv95/aGO72wFdieo1whIWQtQxpNtWp6T9mgBD0AiQp1y9I0bClsnws1bLtF/S2G3RasS2k5jhd4VGQEDgTjNszMFuXaKKDQcwVsO+hl/Iwsn9rSFNg93Kryi6oZw150rMRzoV1NR8Z5VXILfT0GgxujSuwykNUiy/FNOJYIo+jB/XtBGPz8L/6H6Wl69dq1NEnyPPd931gPq1mD8EeiRTk5BivbcZzvvvnG5/+v3zo7Pc3zNMspHlhyvAHLFiZjPJ8X+NV2oCAJQbUCNeCJdZ0ZdR1K0Qn8tu/tDPvXdjY3OlEncKJABh4187Ut22wqVp4EwpJyRpWu9w1ECEIju4yHwMCWpLUOm02S85RSQCF3TX6ZxTMnqKiCeExnqBnsFnIs2wosO69dEKElqABYuobttaMQglk6rrCd8SIpyYKteAsQ+oMb/GHOzs4HvR5eFRsxNpb+xsZ0sbg4v8A7Xrt+HYiFRtBZ7JAMbBw2liXWIFwfPwQE6i69lOTZNN/8+lf/j3/zrw8ODiaT0XK5bEwgizRjUVRYwVTlAIuL+3k23OMedDaPl7DBPCFczwmE2Oh0r273buxs3Nzd3B12O56Qtql9pU1V25blStkoTmdbJXbaup69oexs4EJY1FLN1s0m8EilFEU4TGE8CZcDuOzB1dXGJmtaEGLdGKJhgjbrThASkSq7rBSE5S41ZQPLSiAnL7LAb82hQZsGFE5dDyn/xwzCKInjKBwCmaPZtFRNEAVHh4f4Hp57/nm87+NHj7q9Hq7NllL3NdXRsqeQGNcg/GEiEHDS5XNYR9Pp9Btf+8rBwYOTs+Oasr0IFSWRxqqFtpSOIWzK2IYVV1eKpkGoCKgSpu/ZoecOo7AfhXuD7rXtQS/y7LpoCqFMqjcCNRnClJw3QyFvZXmgRqpRIHaDjVcbDaxBCqkTEsUqImeBHxv6i90vQCVAQzeBnsrSvhW6h/Q0yJAnNJlk8mF3wOl9KQatCHuHtCSNppASuwAIeDSfO1TzJAqzpniJsh0X3I5zqPFkPOz0BOeaHnx44PvB/pX9yWg03NjodDrLxSKKImrvzz3aNPzWIFwfP/jBvScoESTnXkwf3r/3xT/8wsXFOWw/jqRrBFJiC3d/8XEjTmJKRisLsJltmIEvQ0mtRX1ftFzpmHVgqx2s4tB3TQUMeNSNwuA+aIbiTDKLlKVF5qSwqFzQYMhB62oni2LHKyW3CKIZChsYVKPBBYcEV4sHzNADlLahaHIT3cGZ5IoT0hSpWoZc6DpVUW92ewJ0liZpYXRDb9AOGrJLjbgkKVvSq7lFMKXW0FsskziiUD61vfjwwYNWKwIfBmEIQE4n05DHs+FR2M+u51LpyNOXRrMG4Q/NE6MbUWPLx8+Tk6P/8X/47yeTMZY/litQVxRlVhYGOU7Alq5tO1Qam2UUEoSRZhmR5zhUEGT40gxtoxc5+8Pe3qBPKjR0I9/xYUqClYjwbMqetkl6WiuggAuFA6RRyrWpUz2thsJ4sPcsWyOQyp2AisYku83izsK4RVEN2hs4eYoImxQoyV2mJu5HVeMeoIYIHAwpRW2qBeXXYf8oNrotMCIZpbNFjmcKo4CRaIo8y7EbUHlGXbqVD8Ls9XoA7/vvvXfzxo0XXnoJbDmfTnUKm7ZI2W59GhfPOnnvhyNEtd7TLeIvzs//l1/7tdOTY6rvUUYck/cCMhCEQ41bKH5oJ3E651w2cpESTCwa09koT4rQk53I7UZuv+1t9aNWoLvArBK9iNaoPP6j6c9PVByFy9nLcpmNyM+gmDqRns0l9USfOtOF4yOOwcVT5E2hO+jctFPwTF/1JLWMqpPA0RKWKi7V971W6AeujHwPF1yXOcAWuA4uUnJ0lPQwu4l0sh4V45flbDrjCVDJ++++O+LZGFSllWUk4A2DG/uvBpWuQbg+fpDjSRuVs7Oz3//8599+6600TuNlDMsQHIjVlVFWmcKqV6ad5kWaZiy9KPVLCnJbAsG+Iz1oUWn1WsGgE/Tb7qDjetJwOTmTqo14zAPrS+BNK03rMgPT1LpO/0qs6UjhysambG4l9B9BIpZ9Nw43yabQiCDniM23ebqEQ4akIH8OhS/wMJ6Im/THcnwvaPlh5Lc7rU4rbLeifrfda7c9GuNEjEilFVw9TNblZc5QHJPqhuxeLBYwj+/euf3v//APV31TL/lWfxZKvll7R9fHD4ZA47Jq6Y1vffvb3/wmVhsswPkizvIStIMFiEdd34N9RbU8VW3pFynFkQKDOlNIyTti4zoiCpxW6HZbPmhQsNlG5EVuGAoFaMeJQUndZHdpI0r7RjXPCaIy0oIQgfSbEMxpNotVjgc2bCBadIMNSY6OCOrOpEMb5D0CorgTMVmYXFlPwlbanuXlVR0FfqfVqo0kLqp+t7vMySBepFleF6IxdOCeW2PQ15Jl2ZNcbchUUPut99778N79V17/BJhwNX4DGpZHkT6Fs4HXIPyhKdIkSR4eHPze7/z26cnJMskWab6k1BGCWVGXErwkqGmSURe2SUmhTJ01BxuUFLZLlGNGvmgFZjcQ/Uh2wYyG8qxGmgUYU3KlAvAihSSuYfWmmRG6sgFKqc6dfC3kdSFRyjxrkkEoyCGjHZ0WxwMpumcyXk0+lWW7BrtSgAKrgdGnQFxgQwIgO01xWtsRLviwMFTlChiVVJTvZlRIlbV9H1YirNasqLKKXl6ToSuTvPQdF585pYTvAh8T7xzPE8d2v/6nf7qxvUVXalnDjQ3qccpjvQ2pu+OYaxCuj7+GNWhw3eBkPAYHxsvlDBp0OlHUS7cGGwAWut82VliWpha79QWV4CpWpLQOXahOqDlBrSg824oC17VpKoRqKorHURWTydE7Iio9XpfFJElUiiRQNM8yKDzISTMk8Igc2UOqfzX5fsFvylS5MhlNaggMDDf1iprZSUIrA1itKzJYrIbNXariJfPR0vq5cSXFUVqB70JCu04Y+OZ4ThGWAhdIn9YgiU2FJIrq96ssU46wK3L/yizNlssFJS4o6qdKPSDjGM/EfxQwpKaMTxEI1zbhDweKaZo+uH//O9/6FtbT+fk5ljI3ol5Fn7UBVha56zrcG1tyvJD9IiAz/OWBCLG4Tc8y2o7jU2+KpqoKLGnpgIFsh3w3NCPG1j0LjZVXptEws4iZQHhYvcAh+0RdnBUmnu24JEeBfPwxSGbWjDQ+meA9hAKFSoc0OMFGRxH5tdLg5DodejHJt2PalHiDS6IMO2CvHQSdwA9sux1E3RaFOX3qpm9XRQEMq6ZsapjEKi9o0E1RltP5nDroGM29u/fu3P6goMaOOdUv4+Gy1K3ijKcsVLhmwh8CArkyqfyzr38DhPbBBx+AB7GmK64teOLCpEwSGpNS8zAjChsCAIQZYhss11KB0mzLt4FD1fXcju+3w6DVjqQgE43pzLycHGpxVzVKgVFUbQEYu9oZgvUrhUNuWG3z6Vw1HZkgblTcmxQ0VXKOGDGcSRtxA7GpKEW7eeLmVRzWp3i+bv/WaOqkEInlmFVZhx7ZmIsk60ZhnGVJ00SBVzSqaKgWEp/RoOwcnY9GDWqAwLwobN9fJol03cVy+a1vfvPGM89QJ9WypEEY1ADVps4XFNV8igos1iD8/wW/VYtQw3jrO298+OABFv10MsGvPN6oNJlAFIe7KZ+GuqcpDkmIRkelGVSkU6u8UaXr+f2oszvoDTsRSKUNBFLHUIvbuyhiuJUABqRJV9oCNpvJ9RNsBIIBuV0vhTAoLZvdMYpzuwmH9GJiGQrm22QTEk65VTbl8ABtpe4MR/4eVoN0gQ0rW7NiyUpjZyw+g+PIsm5agchKP83c0cToeO6gFcVJFngSUF4uE6OpBTfVp3cwzapp0jxj3rVkGlu2eef2baiGF196iWso6eNrD42OuK7l6Pr4K4GQWmsKcXZ29vZbb0FkHR8dFdRwnosYTN1wsNFSi+ZU05Mt43IaYUX15wV1ZKJFXrhW0/JEt+V120ErcELfhdFlrSJ+6kmnjBUfMUjUZY+IRgcGKBXbZvcKB74tEpxkxAEJgDrhkcQnQwKgc/h+UqpKy1vdEF8IQ3C/e0vDW7+D9vaQ9alDeSZVPFEUA9fZDv3Ik47Z9NtRJ/RVlQtLCf70qxxxbo9PLAcbl3oJ1CkVL5ez2ez2+7eICSsaHYOvqeb24U8G369BuD7+Evjl7HlPs+xPv/Tlk5MTGIF3bn2gIUekxJliWpSuWjZxqhnHBEjvmYQZw6pL26g9U/UDe9gO9nc2BoOW6wqb/ZaMJwrB62aHqxzrlY/TehInZK7h5BiaR0Y50exIJQcp44Xcp4LulDpl1OB++GwKsqeFQ/O1Im2qgx4kcU2h34mb4Vtq9a6CM0/ZN0poVYFnD/vt7Y2uY9aRY210Wi5gTHkw2g3LNEptjgvFMUQqvS+pTCrlyad/9rWv37t9h3sNW0WRJ8uljrg8VRmkaxD+gAcWkPYfxMvl8eFjLPnlbK5LeJ9s5OxRXMWsYfDoeZqr7Bc8VNcm9eptPMsIHbXVbe1t9vu9wPVMx6OQBXWv538goJCiiDb7Nlc4MU0qMOL0GUYRBx5NLX1pvAvlrDH8TMpBY3txlYliMqVV1GO/4Xg/hf+My0QZRj1AZtBGsnq6xV1JqQ6qYWbmE5OTFLh2pAUcbvZ7u1vDMo0Dx448Fxftez4ebth/q+faF9RSQFE/G4jvPCdYmsYiSY6PTwTnGJRFmSY0T6rkAcBrEK6Pv+jQypBaSCTJO2+/TXOtR6M7H3ygSY/9e5r9yo8mtQCOls6bZncFECaF2Yv8K7tbz+zvXdvaBAs6nMtirKDF1X66ET1XS3DLXVOnztCDFGzkKJ8ODuqcgUtt+iTjjKClYVlTe30KGbAVqGlZafzyybnK1+SIPZMYBw6VrsywCLoEe4cTbBzO4HG486kru93o2u5223NVXQz60KSePpvneoqpGR8Kl4WvBgiEIs2KvKSeVALG8+0Pbj9++LDiob+AK/7ogKquEl6DcH18zKEXx2r012Jx//79wWBwdnoyjxdZmVd1xZaUgaUmKMBneZ7HHtFcKMPGYxUswRK85Fhm13c6rhh45mZk7Q2DrV4Yei4V0RoONX+h3i/KlAwEin7TOEGmUVOtEuVMSrimcDy7Pg32uRIqqZNbTenYjeJ0G4M8Nbq41+ILx46wMij1JyFnKKW2sn24wrBtruKNymSb0qLABu8OtkWznKjHsHCFBTwGwtpqRy/e3L8ybLdEs9HyOq7tUYqqggLGVyapBxx1meKxiHh7M4tJjsIavHvnNk2JY8FApnNVauQ9PXkza+/oD/StcWEOls752dno/Hw8Hj9+/LjgGSk1e1Aq9klonwZbQLVlcRcJWIk8JT4KPVtVnjA2u9Fuv3V1M+iGMnQtmoBrU0YNJ2zjBY3Qc6sNjZ9GexrpNlctKV2xZOo0NNFom5PcK5Zuvk/+Riq3JaDWukSQIhEcq6hpzVPNBJ1QcGEwnUn7aAh8NVBYUgacWpVnXEpWmrJoKXLA4oTUB8d18di13S1I0GVep8XpbJk3vrfI65LzAyp+I+xKoD68relSQT22sFbU1mOqoE+jVkQIpKBiCu7l4gxrDcL18TFClFJeSI6S0+XB/ftY+6cnJ3Ecc3S+UTr7i6lKeyZ0E26SlNzNpW5UK4qMIvMca6vX7vn27rC1NQi3NtudVtvhrkqcdsZOSAU+kuaqcIJ/suuyNpn2aNa9rXQ4j7mK6IuLIQztF7Uuk3VIjK6oT0fem5I8RraUXD2oeZVrJ/jZ2gXLxqFgZiQ5zC1GycdD2TC6RpicT40wbJenjbaVGpbVM/u7oHxTTI8nSysup2kOIw8vpy3AonFu7BmubMvGZgSZ8Mprr956/9bVq9e4yQDuLIMgoJrMJMU9T0N54RqEf71DW1lcBWdPxuOzs7PrN2584fOf1wgkFzybMVjcT+DasP4jInNkleVS2E1RtqQcRM6w5V7d7u5thLubnVbkSxJ6ZMCtfCPUdZsSZXRcgdu4AHJWba1sOGqvZDScn+ZoTSlsfb+g2B9H2xpSd0o7RcGJWumRdUpFg8SOl1W97O2hHFGgmBOv6VVCW5n0JkIX+wpuNaoT42oTmxFl6pDgpQZwjdNvRfW2BUkep1VRNZVVJBDijek5bllR8ysqSsSuRJOdLLDfaDROkuT46BDbCyHTllxjWWkzsmb3zD94HK5twh8kPqEdM0dYOpZ15/bt+XxOA5J0o6RLd2i9qjxYxeuxpCrKBbFgHfnC7HpiGDr7w9a17d72sNUKHI+nFdF4QAg8SveWsKqkcCxL8kIHECiJU1H0j3ouke+RvTYECKJJS60cokLpRDYuJLQ4s5Qz1Lh2l907BuWvah+N0vFDnV+nTH4t/aQb9CFtiR1FCWkI22BfDN6dXKm8BXCmKsUhdU0k3icK3H4r2N/o7Q67g8gPpRm47GpaSePVLgZi5fZQxmw+m83nruvevXOn5gJfKZ3qcgDOU2IWrkH4g4AQy2gymZyfn0NNHT5+zPU+lFmtK3HwU89z0TPcOXDPlEjxQyWtJrDVZje4stl+/trOtb3NXjt0qYxp1XRC0twYoWODtOhZc1q2g7VsYZnbT8Lr/BQuBtSrWxOuqXlDh91XyWtCO0z1CBdK/zStJ6xualiSHWnrukR+c07VBgIFK1sdwLC4yRSRs60zTulXziPXF0PFh8LChtIJ/d2NHj5Y23davkt+WCZQajnFRVusJhrYyllWHj46jFqtt954I+XJTTpuyVdlPQ00uJajPyANYrmAAPf29n/rf//Nd95+O8t4lDy71bkojp6D3V3fydu5goUTeFQi6Kty4JnXht7z+72bVzZbvu3RQF2KsoMLbS65tXQTCymVznfhFBkeQ0Ys1CjCJXiMTURylnJUwtRtmqoyF46nhSRlXNda0WmfisAF6caCvLg5yK+D48aqgsJcuV4azpZj1ygNozHJScM6Fhym2ycqLUyx5whDlwFT5mlT4GVbG71pkt3Y2aAej7WRVE2S5bAN8SRKmalqfFBO+qMvKstyfFTdFiRNEpedyXo/WXtH18f/p02IIwgCvWgqdojq/EgKsLHTAqiitk40O566NpCysixf2kaeem59Zdh/8ebmqzevQq1BF1pUlmA70qH2hNSEwqDSQure5Cid0EKpobrfhE4lU4KpEACoC6r6E4LOosuD2dNPnfZN233SLaLRQQmiOE2GxqpmT1FJFT2t0Ymp/CHMFR511rZ5idma6bShMaaEVE5mpeujMzVspDpmyV34HdvY398uLTmJ82Wcn8ziyqKwS5YtaGYwOWVhvppkQlcVNAXu0GPuKTGIsmoq3UMACLa17l2DcH189NBugyxNF/P5wcEBRCdVxFExhO4Dv6qyd1xHz2nQ8pVko1G3XHu3Hz17devZK9tRYLeiQDoEFVCBxZ0mKDWFTgIONGtui6ZrDoVpY8VXbIvCbgLSAFweoM2VewwsbmZPdlpZ5ELUghMKGqXhqSUlFyzR8/nUhvpePuqlzGY6bfg0fDbdrcLQZYaCxhE2zJA8rJCfUfPoqYZbBChbOkShVR0qe2s4WMRFktWPZmlRTqmjnLCLigo8yGtF5Y6k4SErxqPx9s4Wvti8yIMwlNznwnFd8+ko713bhD9IlAIL3w/88/Oz+WLugxLZJmNfo9KVOGCcuqJtnmMSpOQ8z/U92Qntq9ud52/sRoHjh4HwfCXIb+FI1zSpp7V0XeE6hhQgHIYvGNGFvFTUAtTCiSjQrSzOQrPId6iEwXSlO2eXPCBNZ+QYTQWihP4zdCUSZCTdUxo63qDItalTvTVbaqcSd87gQibKPOfyXANvRE8mnw25ZyCZXSVcw3YbyzGEZ9seNx3moKW1ioK4ruy0gq1B78r2MPKwx1ALDy4rIb19iX9LJ6/Crt7b28O+RsMteJAGbS2X9uFajq6Pj1GkMAKxT3/9a18tijwTdqmzk2viCCqEVWZVEDtx2iZsoppKck3TEfWg7b763NX9jXbUCqXjZ8ryWG7SwnR9JhelY/3AprR94A3Sr4CapdHYNByNh6hVnuukeSZtUdU0kLCgZoqU4mZbkgrgq5oayZiZyZamSe1ELd19jYIcnIZGliSBraakmlV/JsIemYO4ZEtkRQlIcnmRrTNSiSUt6lYFsd0oTq9RFk3wrhpH0MwZ8H3DXd0cCvI3nmv2OyF2pd2NbpylsAzLOK2UIR0pDSuhGH1DpNnUR4eHEAqL+cLzaFYcPuuTQOvaJlwfHw9CCLPlcvHuu+9wjwnDlnZG+dy0bLCaua09p7ywswTI8SS1Uev49pWdzX470k5PkAGVqFPJIDlNqqbAq2bzRVEpP2i5nuS0G6tME1CT73H2pjKBd7AJDT4qcz28fjlbeK5LA3rJQZpTwMCgYt+asmTMRtYSNCskMZ65ykmjzvna5GtqXbQL3rG59h+Pp3FS1s18vuy0u5PJrCgq6Xq4TbantMCNNT4sUSR4tW6ob1WekEQXYeQL4mcyhvEdOVIEQd0q692tjYdHZ7gal1qPUwU9j4SiUKpB4cGam4NM+r0eu4IMXVy/LupdH3+RYwaq7/333z85Pg7DkDrglmVeUjML06ZKeZoSYUvuKUrtPSHXQmF1pLU/CF++vj/sRr5DNRFQd/ibs1vMomriZDmZLpO0sp0gzstKzZQxryl/TXv259IJ8A5pmi8W07JIm6YA8DY3+sDfdHx+/cp+FPjL+awTdXzHpTaewiFTkEOJlNBGEQUbao8rdlVFMlVRST9AVhb4EHVVz6bTMIju3LnPsQd55+6DySypKERPZYrtXhfwilpRh3LryH41VVVkVLy7XMwD39nd2WpFPoVMgEWjxsbi+U5bmdd2th8fnR2fTSFqXWmXDVCck2pl+5lHOBrTySRJEkh0Sgn6iLd2DcL18fEH1s0hFJTrKPbT6Ko5CDuTOxwRxei+SRwI96XjCaPt2VeGnUHk+tRj1HKoB5lFidCWwKKczeLJZIHVuIireXweJ0eQs+QdpTwbweUahXTC0XgGyp1MLmazca8XtiJvq9+9vr93fnoyGs1eefGFk0eP93fVoNVWHhRtZdl2XRaNUzmuR2RI/Z4o6ZNYumbdWhSL2WQyGrmuO5vNHh8e9QebJ2ejsqrH8wU2hTjH9aR5UQPEg83hMo6Bj8B1NoaD3e2tusw96kRjS2GNxhNYsFev7HW9oGlKiilS5hB4uO53IlwnPgdEAvjZdZ2iLmq1yigCweI77A8G09lM96TTrmZrncC9Pv4CBGLRHB4+9v2gzGjsRE59RXUPF6ouYldHTTmWsH+EbPt+qLK9QXhls9cNXN8HUTnUdYVWqVXWRpwU80TdPTg/Px/npQWDbpFm0LPTxQzsFRf5PMsh7gpAdJnwHF+Yavb9s0krkC358Pa9R9JsPEdkMOLSOEvKZHOzHUVB29XDxrBLbO3uOx45lSzbg/qDLUbppOSOzPI4Xs4X58kZpOV0NJvMM8N2bz84GM/iWpkPHh8mWWnwBJi7Dx/aDiWXt8NwNBp/8MGtMPCvXr3iAOpF7ojm6OT45Oz005/+5HDQrfOUs+1A49agHW4NeoI62TRsWlJLtTTLqM0hSwbHcXb3di/Oz8lIZceSbky8BuH6+Fi/qPbjKywgz/Nqmrlr1OzWMLjiSNfgaZ8/5XUZqsySTs+5utXttTxqU+24yrJr+uYpyTNJsw8Pju4fPB6NFjWFBpw0TY6Pjk1bcNZNfbGMC7LeAE4jy6uS+4W6ue16znJZ1IJilZEve5H3+PEh5GaZZljIWa83MKlLvWM7vueDskoYldIxK2pCw5H9hmYlFjn9laXxfA6qdKSTG8b56LyiSGM5ncxgXzq2sUyWeVEAFmEUBKEvrSpwuZKjyicX551O2xYk0WGtYiN58823PvmpT/S67Zrb+IL8gMNuJ+y0w/rwvCJnj83Ni5U2C+sa93isKepWqwUr92lrhL8G4V/1WNUQXh55hnXevTg9K4pceyYpO9rUg1UMXS6rB19aTT3oBnvD1oBax3c55ODqPJYiL99+99bp+Xg8msGWjKJouVwAfa+/fMXFwvTc+WK5SJN5mo2m05Ozc1nT+BhQolObIeCdV7lpNLLJ48qsgtA1Wq6s8rnnQPfFSeZtb2512l1AsShSnl1IocXG0heI1Q9NmEuhXAeEWSdJ7rk2NYTLF5bKHCNzzLQX2m6/LWxgHjuI2+12sRU9+8xNnDOO49l8PhxuVk19dnoaL1Lhebj+JI3xQZ5/4VnYh1Vdyka5rtFuh4ONfvPe3aomxxU2B7YJaZKUZZoQqO+9806n02l4IIYelriuJ1wfH+sUpRwOxSlpOzu7b7zxnUYnZF7SoK5VNy6zUTR72pa5M+wOu0EElFAWmkeGEeVtGe++d+vh48PxZFmXNezGJjeeu7YFovAkA6as2xJGY09ZRtkMF8n2ZDZZLOI8r4XljS5meSVK214slu2WaIVmsjhryR6W9cXo4Wxq37z5DJSmQ6MkREh9ZcivaXDSNl8g4JCrBtZe5riW54tSVdIWKi/2h1EvMONY7vT8bq+b5zRnKWy3NzY2ur1+FLV814EmSHNXqf4yyYXj7272HFvEaTEaj4+Ojt966604Wb7y8osQxdDvtm2CPze3NrgDMTaRQrrcrZiyFMC1Bmg2y/KtbR8g1+HBtRxdHx9Dg/oGWSy8PhZAQxzbjpPQdGvdaYlnG3GJre4E45AzpO6Fcm+71+kEsHzAbsCw5/pNY56Nxu+89fZ4Om21ujev713b24pC3xINpZ5VWV0UprI2O8O8yDmVWSWZnw1a08l4OgNtVl3bypsmNaqibQXS9GQjpbCt2JWeKxTQVOVJUcR1HTS1xxdeGo1jqiedZuhyKTRRFthbwkACkFk6U8XSNXLLbVquV1WQi7njNK1uGEV+1MIblKaKm7rEXtLrBPgeoDMNk6KHpi0Hw8HW5sb29s7Z6dnDg4fStl995SVJgco8CORmv4cdpYAUt1Ra5gQ0KrmiOVZBGJ6dnb362mvgf113spaj6+NjaHBVoFRXRUFjhjzfwx0+D7uuOa9kZQ0yIeoJnhLGm6l6oduNfB9q0fW4ZQUtsclk9t03vwvIvvDMs/1et9eJXImXFUYDhiotHrEGpqD0EZ6aZtJ8atmIOvBDyowpEkfkaZHaeVZJ5cByE1RmSPk1tsO9Ei3dUanIk8oDDisK61FtPTU+paurdZiQ3LkUVKmBeer7Zthm1tQG7iOOt7BfAG+B70Nh0oAoh2xRiFMYlo3FQUdKa224eaLp2Ka0qKkFdU8zzSROoYn7ULPK8KToBD5IOS4pNoJ3cclRa+pePVSbWDdcQyiffOFrEK6PjyFD4DDhdmBSyhdeePGtN98KcQThcpk0zZPOvDo2ofu3mFBdMIc67bYrXQso4laIaZrfvnc3z/OXXnwxaoUBDCQAT1VGVVG9nmVw6J/GdCZJqqqSzU0DgA+8iJBsmJlltAK/bspFPMuSCWAAzQiAcyB9To1pJERvmqXLptUWlHtdW5Su2ahVRgHhb9WxhqIVZVEVFESnEixoRs9xqN2LB+y1uoCXF/jKtGQYCsm9sS3LlVI3/OaG+pK7ZlB5BPR3EPjXrl1zKOYxTZKs020D9o5jRVEoLbMqMyVlWRmMN6VHnMK0/omf+LGd3Z0nPR3XTLg+vv/QPdSSJDbJi+Bx9Q0lQNqUOFbphma6hv7JlEuTx0x7jux2Olh/tqVHaBKHpGnse/7NGzc833FxCtBI3RgFRcyTZcpjG4o0z4BAAdXX6vR7nTBs+UEUhK0gCACe2XR8cQEFdwhSDagnTVmbWV6mSVYZMPPqmbSqIndrH7oXaCoVd3wydOYmTynklFLqusvjmUzqQZjn3J/UMR0fnwL2oes6XtTygkjAZHQ8nMCTNG4btAma5fIp0xBOBuwVlW020qaNxgW6hLx58+YyiUejUV41vucBsa1WCye007ymziBNZVXU3xj8LmV/0MenB279INDjmaynI2t0DcK/6qG78ell4Xn+crmATuv3+lgrNFWC8551JxdyxLAS1fVBFi1ls0ODi1zBFeiNIcqyKaq61+tijYFHmypVwEEBhkiWyzmkLnTjYjEHIH0v7PV6tgVdt5xOZ8ONnboW4/GcSgbTBHi4tn+jKDYffngnLRemqknMuWmWpDUt9MasW8KABC1qal9v6EaJ3CuR0rsbQ+myYyz6NE3IeRNFBpdhgRNJckJkAtzxUpW1KEGjGXafhjQnNRp1XTcrS+wWi2yJDcDivho1pXrjjXKzUdIP2u2O4wUVFYMIYL/VCl0PysBY5dfleSh9MDbA+ZnPfjaMQhjMzSqqUeH8ayZcHx/5jmz7skDefKKX5ov59Rs33nrzTazgP2fG6NI87Vrg5qIAoU1jy0AtMPvMLE3xJAhUPFqWaVlkDeV+LStYd3UFksyzRVkm4EyIydOTdLhxxfO67U5kBx3T77g8ZQUGX54s8nyxiIveYK9Vx7PluTJLR7mg3Fm6WCal9BdF0YqTRdjq0iBEQIHL3ymHm3yUprZiC1xBSnFzmKC+48OklRbs0uxidOFxE+JOz7VrAw9R2QPNk6mXs+RkMYWF6Xpe2GoXRp0XoGALFqjgnACqsqikKWxPOlSX0VCSWkhzRYPm+Jzae+OCKMGWINeKovPzs5/4zD/lImGlGwWsB8Ksj+8/tBaNotZ4PAKQxuMx9u9XX3n13XfeKXmgl6bB74GRKuFNYM+TViv0be79QA3h61LASowCLLcspY5iZbnM4uVivlBNlSznQGBVZeCnOI073S2s24vEcCxhVo1TFl2z7rc73aiVLaaZWQhPBKa4OH2cxoXnd+N0QlPJQqdMi9kkW6ZzL4ucjPoI4g+I3HFcQdPO7DovuY8FwFZlWZLnGRcPW2TWVVmczKaTKT6Qt9X1or4b9U3hKRF0+wMKY1Cn4crwW9lydnx8tLx/8MwzzwrD4HmoNTdfpOzUinxQAT4sjdm23ZqKJ+wo9MlANXQzjrqsQaY5WBnPHQyHgkeCm09N8cQahH89OYqfWMEs22xdBxBFEdQfufi5gl5d9hTkvrnU8EHX2MLq8QMXlp/QPQwNSuPCCgQfgujyeJEl0yyN0ySezWYQhvPFOCvqyoh2rz5XOtE7h+ffee+9ZaGWSROE/md/8rOL6cxW9ed+/PWtbtRtucqq2oN9iMX55Bj2WFrn5J4xLfzDxlnVKqi80Fz5ayn4wU2EcZUVVTKppiiJA8l29d2mbNIkzbIFrE0lXGjhhRnEpbx7cA6as6WX1/fzsgKhtSM/kNbWoNO78kLx6P4fffFLr73ycrvdtaVF5YC6salSDsDoclGHotGIsAf7/TZ+y7mKg3mOcvwGPWwsnSGD8KkiwDUI/xocqG9gjy7ymtr+Zhn26iSOIaIupy9p96nuw7Bq2smdmEzQYDsMHJrCK2pFHZ9oGGGFtZoVeVKAdRaLNIVuhC6NsywtGjFLq60bVy4K996Hp299cDjN6gKosm2/8j4Y5dL0IPt+9ytvNNn86lbv1WevXOm1o3CAs5+dfpiWcyf0bKctnHI+LouSurlQ8IDTrAmEdakLdXXAEBx52Q6nnkNhT2aL2Zh8sa4fG+rg4YffufXgeDwLgJLuIE6LoN11bTk6P2/58rXnrm91/M+9+twrn/rsvQ/eu35FtbttniqMN8ka22loiLdgce4qMo+tjUGf+sUZ3DqxIV+XbdMAxCgKKRJz2b1/DcL18f2Hbr9HLbcdeX52nhf5yclxWZVb2ztpml52f7hcO1rnGSzvrCbw3ND3dRCf6t8pHsbjGKrcoG5jJY9DUgXno1lBRwmrrIo//e6jWWY+Ol9mjVWZDrWOqM1sWX5w7xFOWMRzB5quyj98fHrr9r1PP3vj5Stb/dANO9vT0/l8POkNB27Qqs/Hy5iaW+tGFkqX2BMAiBtXzaOofL4QhhhPp6cn54vZEqLS9toPH05un3z44IyGJJWWzJXMsmY8ieWipJheVYpZ/eHhSd+X48nsc596tX/l2Wkyl2EVSUcbw5SYCu1dV6ZNXlg9lnA46LuOk2Q8Io5SZ8mNFXU7+1ev4DqwFzyFCFyD8C859GRc9spQL7D5fG5xD2mgaDjcePz48WQybfQYB3UZmuBtvoIYox4vpSdN2GHClAZ3xqbIPkXkUtPMIWyVoLpdQ7p1VafCWJb2wozGVnWcXlzM4ri2aNo19WWpeJhMbdS5L4NXX//UeHQ+HU/qMn9wejad3AKDvnRztxNGrcG1+OTeMl70Oi3bHlN/ilpX8QLwhaFKGmiBd6XIIzUxpULIAgaiCSMwSfCLWYrg4CR59+7pRVxnhpXilapslvmVGy8Lcd7U+YcfHkCHq7rEpyrm+R9+483j8fwzn3xlMwxLK8gbmI/k96FKRqq8ZylM5V0UD2yFoQfTMK9wNS5PlcKmM55NX3rlZexxAOHTZg2uQfiXH9pNV9OkBCo5t205GUGt1b1e7+T4+Pd/93eXiyXH5rVgNS8j9exboEAFmNCTNnfp5JG6wnIsSbYiNb6VhivSWV2nSXE6Kr/47UeLQmWGKCwnrSnq/dJzOy+//Nz9h0fv3LqHZQvWGE2zqoGKXVRZ9vprr/2r//JfnZ2d//qv/U9ffOPWu7fvv/zclU+/+sxw2z589K5pgO6cimo8KMhJfAj5BwarapoByuRI0pibc+NR32/P5rUhxbt3jm4fLyw3fPUTL53H8Xt3b1HGXLJ4fHB/YzgEsDrt4Kd+5qd3dna+8uUvHT48OJoupm+99+DR471h9+VrO1c2ey89uxuFbiAsVzq+C23sVtR3kcKmw8HAcyitLstKfCXUsc4yO72u5GZzVAb91CRtr0H412BCbRZiFbuem6RzKNLZ+QwrZjIek0+mLLUEVbrMwtTd4g1adTznOmpF0pb6VKbiNUY9tilXBWzo+77nOOfFKMmaIBwuyzleW+YFxNqNG7v/8l/+M9MoXNd+dHh0Plo03I1wFicFpF4Sp1nS3+jvXb/qWv/17/yb//Xo7p2vfYccJ59+7fnNrRfi+RkWOwBPxRNSQgTalk2T1MhPU3PzRNpjHEqna/UHG4tFmdcH3/rjr5ycJ9s7+5/49Gd+/p/80//513/97sG9tMrrsjw6egT6lTaH6A3j537u51579eVvf+Prv/Ob/yeI+myyOL+Y3Llz8E9+6vWXX7ju+cBX4HqB47jsoqKC3kI1G8NBFEXny2nguFlNcYtOu/3JT30yp+w84biOcZl1tAbh+li5ZPRqqLlp2mQyXswXQRB2e13ud7gYDIa6V5lxiUAmP8U9JWjKkSNFOwpZiCphO9QlhhJrFJXU29RXplEUGOwmraQutqE+rXwcQ3BSx9GdbrdZZr5rP7t77dbGh4tRnFcmtWRRtipNX/r/8S/8Us/1wdNb3eg/+0//+d13vnv3g1uPPjx07Hv/yS/+1MVpePDhLAgDSQULeoa25mOLeuATFOlqqSSS2t3bvY3+/T/6qnCDz3321SvPv3b1+jMb3fD1l5//0le+CCBXTPCUT5cW+Pnqyy+1XOn2Or/0j3724LtvnR3TPBw/9J/d3eh327PxpN+i+YTkpJGkuQ1qFEUNVTcHg14UHagp1zEJ7GHQ9sPhQLd2Yz+tqftzr0G4Pv4cFCmnJEnOz882N7eXywW44OzkpNVu3Xr/PeovfTktUPfq1HM3uVu1CgK/FUU8N5oaalNZk01DskGslgFL0fFqCmBA4DVCFqruBNU88dPSyCqrXsy//dWv3rh2bbC5/crV/Ue3H8Q1dWVSTWkV1X/w45/+xZ/+qTpdZtn84sHt2cVpL/B2N4d7G60knld17nrSdb1ep88pYLb21uoOv2SumbXufu95vucFNoXUrbyqnnv+ucHGXpHMs+mZVWx85hMv/nrkX8wX3MyQ+slYTfOJV159/cUXBG5n8fL87Gq/3Wnw0lZc5C/dvHJth7r6B55LMUlbKh6uoR1CwqCcVOxKFk8htdkdin0B3IhHsR3obhdrObo+nmCPu25Symgdx8vDw8fPP/9iksTtTufw0SPg7OHBwfHJCSOQa+21S5SzrvUsFtBhQJW5HJ6g6jk9ssHQI5I4bGh5jd/qRoZQ7bToBO5sEJ1czCfL7GKyzKvETOKzh2mdnNzotf6bX/nH40UWZ5XjeBvd3vag/+aX/p1jUKOzvuPu7Q7TLH/h2o+HLW8xPzs/uVtm035v0O32ATPd6L5Z+Y30tAkbbAhyko7XBeUaBq7yX/yLf352MZ+PZ0cHDx/Pji8e3wp6w//qV/7Zt9+5dXB8djy6aLe7N69c+S/+81+J6mz84YODO7fOHj/clPVnfvK1vMjcMLi2u73ZbVGiazuEKdhw21CqWCL/TA2J7ghxZXdXvHHLZAPb8Shn7erVq+DJNE2pYpijsoKPNQjXIFzRWVGUYMJut6f05AbTTNLED8PxeIT7Gz1Mmlo7Ka57aPTUeN1sxpUSRKPrD3m4GBeT85gyssrq0na9qN11HL8pK0dMhTGty8qjrvZZWTd5kdfVaTY5a5bWxub+lW4nSctOOwq86uzRWwtD7WxuVVlBEx76Awcg8CTsPVeatlE2RrXRH8Iw8z1/1RSA6IjnTKyqPCweFmPhOUlamJba39vp9TfHJ2fZ9LyqsjS+UHYzbA1/6XOfzpUxms8D3+9F7fnhvVmZl+nSrZOtjn91d8enhIRt6cp+pxMFVOshpKcsGtXEoxabkoYJmzQfQKmNwUBSMwzdCrzOs3w0Gl+5enU6nYAScZX4yXNWm6fHU7oG4ccfVJtDSc5GkWd6NYxHF2AVi5tELBbzi9GooIQ1Q08vMfV4FB7rSYW/5JppwsDHotTuUh4TL3lKGfUTrOqC8rqUiFpe7dHwXqqK9b2oFcG+CpxG93GbLSa2XUvbsPMzo5yaaTYd38+8lgL11PXEyG3ptTuDMAo7/Q3hQu5ZRTL2pdPx+lFnCB7yHJfLqnjctcV/eNQudUKzwUwy8CFHXUs41KbebDrdaP/K1uHDu6VKZkejqnpgCs/xAlwyzMGs1QPG8jzd3tqs/JbrbnS6PT3CxXehqzuw6Bw/hDVs2FRFbzYVtfcwJX871JL4+rWruCRyAzWqLKut7e1Wu43vrd3qLBcLx3WfhIWeHg/NGoR/kTXI+7HQQ5cgRF1qWO/CjJpMJw8OPqz05CCuM7RMoYfGr+Y98DYPO8e2HYYfJV0berqDwUPICGW2C4SAI10QYUF1rpHvBX4nbYO/kiRZzGdmDRaBPFM0fsmwpOdhRbda7crHSrV7wx233d3dvQIMCumDVxfzMTi5HbU92XhBCDVtccszY5Wu+b3gi6L2xOQ9wef0aZyobUpf2BUu9NrNG75nnh0dZMt4BhFMtt95i8oCDaeG+dhEkVMns85g4AVR2GoZFpUjUQuaMKLhaJ7HqeJU7MvdRxs9/ZBGuzQUrw9973yR8rBDGwh0XQffVZplsJ9xHujSMAyfKjfpGoQff5RlUVWUaTyfzyCQYBbygAmxXC7TNE/T7OjoRM+j1u2iaz3AiAfN84Qycn+4bkDFE7bb8HRPmv2gaO6SwE9b+yFooi7JRJhMTuAWReBTbk5/uFeVeZaki9ksjZdNTbq3LGsq8QMT+e2iVDC8ehvbXrvvSMeRpmuLNFmqYt6OpPI6WP2mJWknaJQ0KVJh8IQn3dbCoIEZ1AoRZKjbhJs84xMGZ+E1FvaGqL119dl4PpvPJ5T6SUN+6zTJBM26d4A5IdyNzQ1woPR5oqktG26mytYujxYk+OCn3dD/dkMzMQRAGUZ+ENiWqpqyhN4o0wzW6mA4nE6nJg9wA/aAQ9/31zbhU33oAP1KkdLqLyCygJmM2snUpycneVEsFgtj1fZCj/Uzdem9HnFJCWr4crlwiFnI0s27je/5RuigwWmGpcUsdZESdWMXjUvO+qaugqCKWv2qyA2uBiwrnhRPVbOh44W4FURtRek4kIKyKhNg1XPssrQaJXhETE1DDUndGXrSvaET7Hi/UJxIZnBridUge27v75JN6VZ5VgKJXtTrDeuaykSoJhmnoZpEiFgbH9oPQp4jasMGZekpnsyN48GkK0mpJ6jqvsPU8sOxwfPae2zSaI2Kc3ewYblJkuL7gDyGCgAl4p2ekvD9GoQfL0RtWwJTsP0otKAMx3WSOOasF1UU+cGHHxYFpW7rbhB6tMqTZlBqNcZPEEMx8FYTcPWsQR56RA0haEaRtPArh++oDa4F9VkoW7m+Qa0iuFq4IjZrOAGHQEvnoKIEms2EBU3zpYWoyqwqMtOoHNu2Gpvy0EiFFrr23eBp9KtOcDxC2+DGFPqllqg41xyA1d1ipHSlsp0CBF7iKMq6NGjehqvHB9OQCcfl2TKCm83xJCae8KTNOfqwq+QhczVlRmmlTtsPPkIQhOQ9tgldd+/de3Dv/tWrV3v9Pj4LTdrhA4qj2+2uB8I8vYf2kuvMZyxCn+eBYnvudLuPH9Hx5S9/WY+F0VVOHz10EhvZbzbNsgZDUPUqBcxWWdNsnFk87l1HsWl0IFs/NCwUwKh5LhlNT+K0S1uZNQ98VzwfBgxJb6wMKElbmNI2siylEWhGKQVlsFoMrCKPlcmFS4Z+Yy6zanS9laWLrgx+MuFKcYTT4IgCz+MF3pwwbMh3QnMquErZrjkRlDiT+zWa3DFKtyYk51OzkgNPQK+zGEgC22QYNjTC0XSkB7O6rGujqmGK0hxCzy3LSifl4u1c9s0UpDWWURSuQfiUatFL7lInJ0f7+1epFp5mrFfnZ2fvv/ceOPDo6BBiD4uGlktZfjTCzOtcXVo39cpE5PYz3HXaojlolLVpVWVjX85nWglUi6NqjVqVJrJqLKuGoEw1inxfzbqQ3UGgCRiQttmURmWqyrXNyqzzqsDzqesGT0cy9HB5PTfQ5NHz7P2lv2nSrr7nCYc3FFCA5cd2Iq4JrGi7DnfYYWTZeqA8ZcCA/vgnjQ+2lNBlI8YlCJtL2l25hQyz5uxZfMAgCHSfVnyBUatFyetpAnmP+2muY031YoAi7gnDwHgK+j6tQfj9R11X+l89y/JW1Nbq1JEghmg0Gp2dno0uzsfjsfGkJ7f6HnRXPj1DO00VJ07XuuheP1eXXBAaeXYayIcaoFm6WWLNws6ybV0PbCgdyOOp9GQ0sqQky8vgaUpNSfEQk8ZKmAb10aAMV2pteCkAzdXrbRoHKNigE6sQBZe/M5d/ZBi1bhXHO4l25FqatlcuJ/038SdjmrDHj6/+N/Swe/OJgGwusa27fjDZNtxw27LyPPf8IMtpriOlvAUBfuoRyLqjj+QD6oMaW61B+LTRoEYTdUACyfCwhFa7jdWQpumjhwcwCN999z2YLt/LsTKfEMlHRCnfq/tKEKoNV5fy6VmitZ4KBmBVlFnJaKO+nbycSRoa1NWGHBaMQYaV0omnnHhdc8NCVVP6GV+uJCwZBSxKgxBCySna8UFhAMeUjmk7hENDcIV9w1Ahy9C8zDRY5RJY3yPMFbPpqzbYvWsI2lDohjZu6VyGpbl0Ff1nhNMFm9T0SV3mPKyEuvbZ6GZqeixiEEWD4VBP3cAe4vu+fj7QGEW062kTcQ3Cp44Jqd2QsIuy8P3AZsfMYj7/zre/eXx0FC+XDbep1csI4Px/IXA1ih1WD5TqZSM2XucKvEeTOjmGoefCkySkqkLyFArNoCsSBOWJlX1JnSlqMhGpJW+jC3MpAdqiBsFKlTl3uanZfMMfSvEhhqaEcZpJSA1upGNTTNL6CEuxOKaIglPUKTtJ9e4hONear8dkO9FSNuGasoGgbHUHYZ0hxIMjuDzXsFbtBDSjXmbJrZpYrHY4gqeeoAq8kZyuqul0in3K93zYz8vlErubpKYhjXbwhGGoOyCuQfhU+UVrPU4Mqxqm4HAwXCwXnuc/evjwg1u39Iwh6jVaVa1WC4vmSVn9n+dBtpQMlWUp/mC7Jy8iL/qGwQcICqxfaVNH3qahULxt1xWBVEp2nFQsCLn7vXasKIujHkROHPOAtamj/1WJVzdFQ/PaamJeGtaWpAQfmyY9ONTb1KOh2aZFl0Epo6txuAb7Y9iFS0nqsCEdQo3NVb80n54dTFpMcnhC6YmLAoapEtodI6jqn3YLBqFaiVkOkDQ8rpimd6z2Ie6/A3nO3l4m4rpZLhbQGNj4wijUwDs+Ou71ewAehyh4GPg/dBxaa+D9ua9j5fAkVwr2ZrAKlsXdO7fn8/lgsIF1PJ9PF8t5RRs5uT21c+PPI1A3rIDkNBaLeJEWJXVxwDOrps4NwKXK6GdT1FUORoAlSMUROFVFa7vBqUsehaY9OTg5de61qAiBh/sagBP1MJOWLUFHBcyqsrG45zB4r8zKPM6zuEjiwijAaK4UvlKyJu1HlYS6GZqhVt02asrrhPZzaFJiqcVzqZrC0GNjiIVd+mP5hggM4RlUkiwvqZJMWnYSGSvvDg+cMbipPWtmpZsm856G74sqKrFpzJeJ0vk7TbWYzb7we//3fDYH5KBFIUD29vbms9l0MmEfNWlXPYBgDcKnKEKoIaXHDyoe43z/3j3Ab3RxMR6N8ryAKHUdDzcaFpG2Tkn7iDnIOKTYQ1ZUyzgteSonW4NVQ1yVN8ANxeCyuiq43RFWq2JvjHbd4Gk0Dl7jkIWfLsFgpw3ksXiSAqqoiaiixBjAh2bN47pLWvhFDlFN12YDOYZJ9cdVBfQCwwb12tBRBUv7TknWks5UJXEprk1jybg09gRhz37yBxcAiSspGmiwecgSlH4jpNFrlb7ySwtbrebEkalYFNVoPCEZS1UqZZXnB3cffOOrX9NhIdcD5o3dvb3z83MgUfAX67puqYun1yB8ShwzPJTLooxqZYxG5ycnx6++9gns6J1u5/VPfera9evabSClvOw4qr7vFOyVJHcFFjQkK07Fbofm0mtJFFpfhjWaFXtw80TufaZDbDR+tCiwpnX7DEVjHphz62YVgOMzUBc3obv018X/w96bxkh2Zldib19jz8jMqszK2lhV3JdudrM3bSO5WzODnpmW5MF4YM/AhscQ7H+2MX89AvzLNjAGDEOGDdiQNJatZaRWU02yV6m5dHMRl+JSZO1VWblGZuwRb998z/1eRCWLbGkkGCMWK5OJZFZkxIsX7333u9u55yRRGEUp+pL00oj+p0AlQuI4UhL9P4puC7Io3ZJUg2ypAKxMQfVEUWU+54KliCH3LXLTA9sKfuJw9K2xZWqSmE3+0CoSOPb8QH+Cy02lhWL0cOr7CoN16DzJddPecfXS1e898509iD3GOY+QGaZx5fLlLC9N+dONmzk0wjs7hCVbEy+hq1euNJutvb0O/enBhx9+8MGHAKTSdDF0w4yj3BC4YxS1kHSeA4iiZDCekD9MeS2loiAoVO1nxBmoc7DnKXi8nOwwi9NckIUihUqLNKbEj+sb5KpSqSzJKuJERRckZWv3fZ/1Ny23UjEsK+E3QoGIgl46CJdYJc0qzEqholhaSNBSgnAvV2HhJxWVngVvSnaYJvRiYUsi4xN7xqzdz3adFVLKkWcmfKBINtm3S8W8i8N7BDYgul6D4Xji+RRlQjpON8gR7+91X3v5NYozKBvc3d7R4KvldnuRDG/95o0DDZRPbUR6WJi50whFLSFJ4t3ObqXiDgb9zY2N48dPDMdDRVW3dnZM26KQzfM8gfCQ5kRPs2i0YBUyMpYoySZTPwwj1ExURYfLIsOANajcy5f57USzEf6Ko6+MB6nQn0OthqseKrriaRiShXJ9H6hTmV8sqXIw9WPAzVM6pSgMq7UqD0ypwifGcaBIOcooBp12QvmcUq1L0USC7lMip3QeieinM+JTzlPQcMtk9nFgoCoSFqjw6CWxv8w6G7lA80jSfFAYj2A3YRdYCCKaYrabceMFlV26INudvdHUY9CpnqaxZduLC0uqrv8///f/6/n+L/ziz7sgBJF1XaOg4/XXXqvVastHjkp8TQ494T1ihzkEwtI0CILxaFSvN0bD4QMPPmg51tLS8tSbbmxutFoLYD0UyqD8ooPdZPEYrUZyEnFChhGEMQ6IeDHL6TfhGQoe3aeYs2DqeQxtJFGWIEUE2iyFb0EHEcqeXE3hhptlmpS/FcIrIoZlaSV8IRYl/6WBVsLEMK2uU8CISgtUW2IUe+AzkywO8ygkJy5xFxLGQ99Z6ckxImGadByKZuHNkLKCqBjPF88s2AIllv2lk+SaC5wz0tpcGPA8LmBmgqx0iZLMConSxatXaZexbJcMD8hbuSCra7SaJ0+ffObbz/7g+z+kK08X0SNDleRGs7mxsQGqu0+1Mzz0hLe/6GajVEjJXhBMJ5PhcEAO6IEHH6IFNBj0NFXr9brk1qAUjao6ih0C0n1wcQhPyHmbkmbFiFyhHwZRYptGVmaAKHSSEag8lpBBmRDljUzl9InshJGTArqFznwCbhnAvQBnheI7PZjiNDIJjYmATGY47O/u7XS7+09+5rPkOri1r/j90PcnhWHmbEIgXqIMUO5lvm9oqsnSbtCiCQIkotylp7cwdC2O7cAPtDDE5C/iVkOiVA2EaDpqQixhIYuKpZjTL8dOUDshl8t0wwCVluEo26TgVhyMxy//xetkipVGg2yXTqPVboWxn9FuIluf/+IXf/Sjl6I4/sY3/kFrAew4Kysrb73xBoWmR44e/RQTQB0a4YG6KIOvaE1PxqPBcKAq2n1nz4q6QhyFE066tra3LNOmwE9UC9DP+PiFIQvIiOcHo4kXBGFiGyoo/SjpklRlbrZ5OdVUJoipyLjQo+PuO8WDKFOSwRZSkgNXLSgyKK6l4JGiuwBfXhJTTjixTMO2LYmloyAsmkb90UDVTMe0kirY7+0spxBQMt1UMyUgxVPgs6MQKZtcWFBw08mpmbaJvn8SaZATlXStUHWHPxN32QEu08XclsDYCEtTZxmgyhsTs1Llcw8G0tNMOv/227TFNBYWnFq91Wxcev/dhx975Ku//Hd//JNXLl2+IevGL33tl377t347zdNf/ZV/VKevRsNx3YsfXFhaXqZTZU3ITyGU9NAIbyeE4PxMYs+n3MQnX9RqL2CoQddpfU+nU1rf+/v79913X6/b59Z2qZE2h4bMDUsuLUmh8DOMYj8IoiicTuFkuGBDkRxWLrwa0NwqlzEEQAVQ0oKhm9xsS9ni1FJnRhL9NmSKkLVPYhZUioIwHE3G5EAsU0t4Po+878ib7vd6/f6Awtt6rUG+OONI2JEKjV6qWVFB75uFAZ1gHEMhWKM3he/lcQ3G3KWZkpCPTgFZQ+MerQ2wAmjcO8nlEgsrFyVUNZ+PVmZsoKIUjGksHkmMM+nm5mbKYDq6BCurK+s3rtFT6s36r/+Xv/70t555+933X/zxy1/44hdefOGlzzzx+Gc+8wRtBZQZfufZZx559HEd4/+S+HlohJ/OLwFrFEM0dKc31te/8KUvszKoQlYZhuHRlZVut9dutfd2OkJrWmhi0xKD7OaB4owCcu3cQNRWeFHqxUjLkEJRTiTrXK/neLUAMAb4NCFxr7B4Gnf9MNyUKzxKlSusVYSaCT0voVeI1n+Zh2VZTMGsn5I5Bp4Xj/pjP05vdfqd0XR3MKZMk85kRY40zQc3h6XTW2uU6dFpqGYuaUEkTf2s2++TIR0NU7IeytCyQpxsHhcJjyvlmJGQdC62ssQ8400F4arg2Re4GomvQsatTdEunFVmCrpG0yh55+LVJJdqtYZbq8sQ9bUpB63XmxRC/72//8u1Wv3551+kq1erVl975dWVlaPtdtuy7Mef+MyF996liJSlhVPhDw+N8NPpCcnigjCg+0yu0Lbtaq1mWdZoNMrBqlIZDUdXL14mE+129ngJ5gcVCW9PUXD50FDlVqU68cZkE13PCzEIhPWaKbIAgjEtPATKNAxHYFlnHNSJESEIGebculeh6JlLmaKxFEVWcEMPk8DodKcROco0z+qLi3Eavf3qq694b233Jq98sHWtG3oF4DxVXfrSIyt/56kHB1MvKzLL9lVdsy1XUoxMc/rj7Hf/4Ok3372kJtmJI/UvPHHuzLlTZx4412ouArcZRp43ocwtS8klUk7pUMQoLtScbHVWMCl5Tdn88Om4DZNLJXYUcsEvvvJabxq0jx5PcrnVbG5ubB07fkJifY5qpRpH8S//8i8ttOrPPP3tJAyuXbtCAUh7sU3XZDAYhIHvTae1ei1NE1WMMB4a4afPAoUKbxSGlAyNhsPlI0ct00LdfzoNIxA99brdOI5oY+bwLS1mr5KFFyhuNwkxTZcXuqGbsRb40Xg8SQHpTDK70DSlEJN5WLaKwFjyRBIq8CXOW6ChYa1wsFxglHhegTMweiVQc7BANBizFLrvhh7X2lNP2dq6OSDPNoro/OzZ7O61G50Ti5XjRxfJpdersaqpUzNQDEszkyuXboz73aMNN4uCwf7o0uWLip6vnT6JkzdNOo0oFnNYPC0h5ZRBYsdhM8g4LxX2MONHy8VoV1Hi4lhYTuYGZ5JevHQZvBgYUEbcS7nsU1/4PCSKwaoTWjza+/gTjw/6vReef55C8Q8uvH/q1GnTtGg7oKD9yuVL5BJVnnX6lAWl6m/8xm8cGqGww9Fo6HnAZF+9evnk6dN04+l3n7/I9l59+eXxZDIcDNdv3kzSJJt1JgR1xXx0FeFlUbiGsdxq5EmEoUTHvO/kqmsaIBdEzVBWyoEFHq3NkSCVSSkv4KzExOQz2hp0IOD3KPLMAA/gwiwFn5M4CtDDkGXDBK2bH/hvnr+x1w0m6C9KFV1arMnthmZo+Xg4onSXjjIZj3x/EsYABNDuoKnK5z7z4JOPPdCsarWKfur0sYceeWjtxAnHrViGyaOMeEPR7BMCb7A3Pifh9VNGA4lYoBCYAyG/NqP7BmpWKvaHk+/++UvdsW847uqxNdpybt68+Wu/9qt0VmfOnBFDg7Qd2Y5Nh6lWa2+9+QZZ+n1nzlIwUq1Vd3a24zip1KoVt3KbROPQE37qqjKFh6kIiVIUb+r5nrfQWqCMKE5iUAymSafTId+4s73NEEhB2cJxGMZdZySZwiolyTZMMFOAuUVGaTTmXI5bhbKqCFYWLsMAL8aIGzItgMVFwsNgVJbynNHSYEYpiVjSHVwvgHtzk43CVHpxmsYU29536sTjj21cX99Xu0GY5ZTMVS2yTzT54jzd2e/ipBwjDJJULnTHjqOw2Wg5tkZO9+x9Jx9/9CHLtVuAqoj3lDRNzdHn16BqmqWYcmK/pogJepSOcoFsLe1QnlFJIXvNeGaYiY9zaTSeDicT+uxRXA7yknWR7S0stOkIbqWCic0wcGRnZWWFnmBXnK3tbZ1yWRTJIobRSBShtNuLOoYtP1UNw0MjFDOoOVmgqGxStGaYZq1Wp4U1Ho/p8SNHVt55+9Jep0Px0t7eXs79ZxG+SjNnWPIazfR6ZSmjMM91dEuXocgbkxVgXeoqWJ1yjOCqAmRJrq2cFpo5PonRm0L0l8K2lHwdItCEDmAYOpic0CEkOwJmTGDTwMMdRa4lPfXZcw+eXdvrTYajyXZ3J4giemoQF1EoBVFy5drOyqJVc7WY0dO26aj1ehaHumEdOdo27IphGoquUvynUB4IBIzEBP5gcyoyLtBA3jAXNFNlPnxbEC5nPJDgruFgVfAio0Wobu/uTaZ+IGuDnZ1avRmFketW2gsLACrEkIUhtwyaVl1rtlr73f0nPvPZP/yD3x+Oh8fXTgwH/Var1e3u086YzXqznyZp+0MjlMSip1iUVgAtCSA2eJ83LYu2bUpjaGlSHnLu/vsvX7wcBrFYe4VUfGSOsOQytA3j1NoxJQmScLrcrqVxQEEp40BTiacEsDBFM4Lhz2hZQC+NR+gxdi+jO8ARF0bpdBPgTU1Wc1aWYWKJohBgJ/KnOZMLg+RFMuRG3ao4eqvu+H5z+Wh1NJ3u9wb7/SGGllJMGg3HIb1DksW25ZBjBzEhpVkUbVfqGDvUdTxsGlx6kWd0wZzsyeAOB+4cg4GaJBhzgG+VldskNTy4DBSPLArLgj2HdoshJcZFEUZRLhuT6ZT8erPZorxWU7UQ5R/P0HV6If0zY/KekydP1igK3d45ceKkputRBGdIt4lpPmSG4mSHRvip+qK1HlJs5rTo7k4n0DzTNT1Ls8lkTBt2wuMJruvu7nbyGbfhQVKZ28bIZPhV137g7JlRZ8MymkHod3a38Po4FVLxuRBHk9VyygAOTZo12GQx189JZq6oQHIKylNV1gTzEzQuQGaqalA7wtQi0i88oMiG7lYdcte6mjiWZdaqfhy1F7zq9vbm1mYKAhqYYpQUZgxQUK3eigupWW9Wqs1qra4bOvlkyzZBMcr9SQwyFrmY/y8AvBMDHRT5JiqXRgTlOOAzlN+KoV3BwIGGC8xQENHESUaeOWVAW5wnKKvkhWVbtDNQEIojZDklfmSKYkqRdgdyfbVabTAc0J/oytN92drc5EGQoiz8cA7w6cgM73UjFDW9MAyECDa5vuXlI/1+L2HKTZmpPsk+yU+K2UIy1+zDhBbltM7MEEHlGUbr16/J4cQ9uuCYhm1qYeCHkZ9lrhCOZmcmGvrY1EXix0S3JaW3GH3n7noRSD5TstGKy3WAy3NmWUKFRM7pD2QdiYzWBbImsh/doGQsy5PCzSWzKFy3Wa02Kk5t6k0z6Lz4gHRn0zzxVd0wTKfWWHTrDbBvmzrUD4WMGuNgxKSuzITaoCxEgx6dTR7ULZgkSkXrBQ4xZ8LjIi8Z95VZfoyfnu9rpuEjitBUHSwydHFVRfO8YHFpqVqt2LYdRag500WANpPcySAi4EDzY3/vyJGjtG/RPVpot+lQdD5zHbVPB6r7XjdCUXsk70f7Lt14coAU/ECPfmPj3AMPkO0tLR3p7Oxqmtbv9dZv3cD0O9tcUQJmxAzEbRBaKslekrRXV0Z7W53JlOwq1e3BdAr9E4aBGgoQ2GmeKgIOHWcac09gATMTqRgS4rdAqJcVCQ8kZRjJg3WAXwOUZ8zKBiCAlGTo9yuFbBT0Gz3ByunG2orG3Q/tyJLeaq709nu+N0E3IJiMR1v0QRu1hbWja1W3rqo6p3k4SF6ixlEeIreJgUFBGQWCwwxoHqAKBM+TsNKCwaNwgJnE5KMM8REABnxERdnc3Vu/tU3BcBgEjXaNPkYKdg71yJHF8WTquGSWoHUFctWAg4XMr+0uLi2vHlubTCbH6Od47DouPRxHkVypCOAuT11/Gpyhdo+7QfpBURDZoeO6e50O8/xSpGRPGKpGKwm9QRvqYi+//JMg8MvIURLs8UoJ2D5wSEzNydL59z/42i/+3PMvvQBRz9B3Qe+XcCjLE4XwMyU7oOhwMBW8NO+xZeJheDzuEDBjhAyeGkBmBFUvBaBMOaORCRU8gwiZW7YiEJLSb6lsaraiUHhpu8vNutWaTsaBP/GmI4qxq9XqyWP3L7VWFe7dJRKPWSmST58xjatuRVENAEAlEEoB64PQN+domT24pJUANt6ThBEWTMBRCOyRGMlUQGqRSfqN9S2gZrhopelmHPfbi20/CHTk4RkFpXQgykVFuStN0tFoRL9Xq7UZe2lOJkcWSFF2nMSUrlOc8qmRT7vXjZBWCsU5zdYC3XjaiRv1Rpwk3LZSbq2vN5rNIAiGfYpPe9euXg3DsJj5z4O9jYNxqQrtlHwShrX20hNPfenFH/9krzNdrlZ8TLozOpSfDN4mCkRhjwomjDJQdKsgdSr1t5n6EItbMFxzGMiQGkXUbyQmQCTrSDQ68yTXyM/GCebwdCNmLQoz17RYLdLUVBPXqS41j04qzf50FCws6Yq52FqsVuuaTBGrnOQpJFtUNc5i2g0M3YggvRYyVT8wpWSIgJ1zAsrsppmGEUcxvMv+kR11IQu/KQnzoOCVTDbOsuWVY2617gVXZd2K4mR/vzuZeMj0OMEWOFuKSEVsSRdcjD5TMtxeaAcYQgnI75Ez1FiziS0wYaWQTDCYHxrhXWyBYiaQ7vHCQoW8XGthATLrqkKpyNLy0u7O7srRFVpV58+/+f77FyguYqrdj2MZFf0EgaVModwwmgZ//O3v/sp/+Gv/+Pjp/+N//c1OP4gpBisEwYSgAywr+7KuAmPKhlUkBY/plnJmgNZwA4BLkujOUfrH/1dKj4Gh+ziMIibakNIkV8NCBy93kQeJ1PWyaTTtDhM/gibu4sLSmZMnVtq5aaieFOz4w2u90WSikEVWzMZKy245upLHiGzVHIOIYZDEGrAztqSbmGdUNcwBM5s3DEagZMpxYA5QZ4WbQvQS8UG0KExee+udwWRi2LbH88Oe72mWWa/Xt7a2H3304UrFjaLI4TY9XcAoxMehcJOSw2azub+3R7eJHCOFKmfvv59lQjRyyKZJrwoVRQDcD43wLo5FJc+bpkzfokO82QZyDdVw1dD1/b3ds2fOTilfHNPXUJqhV+TbYeRHrbEMT6dhfOHSNeXZ764dW6Ww0QvD3f7g1MpCRD4EXUK0FpSSJjdF+TFnnW0OUwU1onCqAHmDo1OMJeDoKpOtCcpTCplpI6GDx4h1FYqDK5Ktx2n/RqdzYzvsTxxZw5h9kClZ3pU2t99c12sVvVaNfL9IkQBj+F6RwiJWavrqubWVU6tqq+aZCpm354+jYGLbjmk5bq0pqRCQkpnQifxjSttJVsLTuHUvYAuSIO0ovbSkgZTGUu1q1anXZWMviTwlCouJ0mwvPPLIA1evXv/KV74Eb68K9WLUdIajIYN4Q13XyVDJ0gaDAd2CtePHKYr2fY+CUsgqSpJt2WhyaOptPtVDI7zrvmhZU7QjGnwz8mlgVkCIa2DqYOpNWOBd27i1QQlMwdPofwlaoxCMaUjMkPns7u5FAUiNJtNorz/xQd2S5qapKmLxcvWiEK5R6C6VSmKyVDJZS0w1igIOuhUUbSpobsfkbrN+r98bDceTaewnaqEZuS7F8tb+5nhv1N3YS7zEKGwdbGiJDXWZzNEr6nSYySOnWssk3ySnr+oA9ITgk/Lk+MLF9eVTK4v3HV194Lhmqf1h1/NG9CRKzKCR2mpT1imYUOWS0UOInTE9lGCTE9Ujbq4AvSfJUZpt7OyHed5qL42mb4GjMaG4PLM8nS4OGdtwOKzXa3NewwAXGYrZlAK02wu0+dH2A5AgmoemaZmDQZ/eeTQe2Y6tgs5YZiZY+a4uz9zDRsgLHthOWpRpRnmgkCIh10d7MN3vSrVqQP3ZJJcYxRHP0SuiUTWXdL6zUQEmTomSP1UHWW3FthQerl1ZOdIfTcdeEIGiN9cBL2U2+hmjJmM0c0alIdUpDwVhbaG4IrTG0B+Po5j8XhhEw9F4c2tvpzNIwpRSOymSpr3JzsZ+GoMUVQZbqMeUNZnOhlKNRm2p6kiWESsb2QYDeyiSoywO1ZRBHsRScb2z775/6fT6iaUTK6mRkx364+HK0SN0zqZtmrYN7kOKdhmkxm0I0dEXVsmajCV5HM6Xguwkl9569/1LO93mYts0DdoyNDFEQpkqOiIV+rzk5Wq1KrNasOyHAeFeemT12FpJjp9l5AOPra3RZy+JRTgbFUjuTwEbonbPGmDOzsebTprNhmXbtKuLdJ+yEatSpUSRdnN6/N23377w7jsUksaUcpX8aHNxBfkOnjVwBwNjqdDe7TrGpL9nterLC62tjZ2a6/QG4+hIm5yhAdAnIKOigjhPKUWaKgCY7BgVga0hTwNwVxKrlg74WpGHFKT1hxs3KavypgEKFBM/9f2Y4ktTklxJsSTFxVCRcKu5wfi6odR3pEZEFiXpYN+QEp0jzKRIW5IzlKZeHHe6494ro9qt3epqe7e3Oxl0Hwgiu1ppLrZM15oz8M8uwrw/yj2SGemOorB0saJeu7m+ubN77v5Hvvkn36KwgkwujkLyadPx6Aff//6DDz6Qgl5Z2d3tUBawtLgYhiGFoOs3blKoTJ7w5o0bmxubrdbC6rFj9Pjm5gYiVd8nm6ScVUSwn4LxwnvYCHMx9l0AroWkRBZBkcNVO3KPAs71xuuvdjroHYssUAw8iE60aFId9IcicxNTPGkYHD95umIqPOOrbmx2djv7wZljKU+a56piaKwyAb6kQi55E2l3F2qbGUOfQRmRFpkGhRiFUteEnGACDpc0Kfwg6vWmN9ZHkwzWtqCYi6pzzGmuVZoPrayZmWz75I5AJpPkWaezN80mtGmM054XxK3aUXKoS0bbyQwzNyp21deikezvRPu7yfCS3715bTO4uTFJC0uTTHtw+lwyDjwnCBwL5RZ217IQ4OXZK2YAZ/3Dg2K95JEpXC5k9X/4n/7HOE4K8UxkwRQASz9+6UVvMjlx4sQjjzwMCbSi6PV69KlHw5Ef+G7FNS1rfX2dLlG/3//ylzFg7bpuwizGFKFQPGCwkqEsy3d7q/AeNUJRQx8OBpRaCJEgVkdRgJKB9rpOeUh7cbHX2+/s7GIaMAgVtOpKlQl5vv3PKS3ELM8sowMpoak//tjD3njw8EMP/Mm3nnvyc5/b7d4cjKcL9WqmwNgiTCmQqekQEkRClQrPwpV3gNvgCzWIP6TckMDSp1dFoU9mFKfkbNoLlScfX9Qyfbw3aORWJdKP2+0lq3pSa7q2pddrtaVFtVIzjiyNJxNUFMmkDP3mxctnPvtY78bG0tHVfLcPlV6yc0tKijAx5c3exqXx5vPvv7mTTgpbq1TUPJn4oLEBIU2iJoquywhHSx4nwQUgFBkL8ckVUAdg3jFRXnrp5b94/2oKsmMB8gHZt8YAWHKGly5efP/ChYX2QqPRGI1GjWbDtmxYXa9Pfp/+OplOKCz48pe/gj5pnuvAeY+jMFxaPpLS/8JQuMG7vWV/73pCum2T8WhpaXnWKyjZ3EW3ytANb+qRafT29mtuZTgczzivhWKufDAcPaAryoq1LOCiG/YPnn/JNJQTZ8509numVfODtD8BqYutZpmqsx6hjjXJXBVCykiVS8IkhRl3lUKM6mEJChldFFLRgogaNfMXvvKEazSkWNnf7PRv9eJuaGWJPxnsd6W8Wi+iQWGk5AjthZPuuRXVtrLQV9NosWHYD55tVA1jYTF1dU3T014vngw8f1CxK3VXOZIpP/vASfvYgnW0tjPc3e5sKho66GR7cRoZKoZ6kQICcQ4+KlVh/iXm/JC5jS+I+fe7453d/ae+8DPXvvlHCSAMCo/aqwDRZgndgG6/+/LLL4OzGD2J7MiRZfqYly9dun7zpmmap06fmkwm3/jGN+hxYcBZZok9LwC8RhNZ9KegX3+PGqHoECIWZXi0LCRS2KjE1DZtsRT7/eSlF3rdLoVJ5J0Eil+0yQVqsfR8snzQsEWlQgcW05hOJ/Zi/f/8v37ry1/6mSRIr16+eG1j9/SxpYppceAKimGK4RCWwkXoBYuoyKw5wcRmCZ2ULqP2p7FWBCtOYx1WKs7a2jHXduVciYO41jixsrpYBIW3O44H0XDgjYNpbU+ddEdGs+EPvMWHHsgbNb1eydNAj8Jid8fVpHzQ1Rw19SZR7kWStxf2xlNvKk+KBfn0mdMLJ5eVqtEOGqv99mQ0ZoY4UIsKwgqFwXf0KcIosUwNVSp51rxhOF5WKBcuXX7jnQueVjly9OjGxobAmnEUweF6mlJ4ubOzffrUyfUb1weDQXd/nwyy1V548rOf7XNb4ty5c9VqVWE9Kc+baqpWrVRGGZR9K5UqlEYtaz6EeWiEd58bjKPI9zzKK6T5ECDbExmGrlPYM9rc2Ni8te5WKhGXG2V1prn3Me36A20P7l2fPH1qc3Pj4QfO6ZrcaNRN06hXGksrK+9cvPHo2ZN1UzWV3EQjUGHeXYyws1WDYU0q32UWX6mskQZHw5gbXa026/DVFEhbJsjbpCzIfKmuFFZq2o656lT8ihoV1pYs+7ISSNPBjvRBqrq2s9jQXcvS1eHVS3EUWLZNq3k0HOZZnKtpWi2UhuS2W/WFtllxUiWXTalhuYZe2JZGntk0Na4a0UaAPYLZ1yTbdoQ2XD6zLooC6DwHo+mPfvKys1C/unmrs7uTzYePipJBn0LUMI6UyeT111772te+dmz1mOXY7faipmOQl/Jwetrnnvw8GSG3ayiJhkJTvdGIwmg0GKqKWmvUY7pZEC3P7+pW4T3pCZky1PM8RVHkAy0+sTjoP4qO9nZ3M6aup5CJ9YwUiL9ktwNRwZb/MakIFquxv79HjvTy5auNmtteaLZarZs3b63vdIo4fv/6xtFW1cRkUq7Kt2kaZISnBbjVsNIxoyQoBFUhG8p6LIqq2o7DU4X0i6tqakq5mppKOrspmfxUmimpotMHNPOmpSeaHihGrGVpkMq060ykkFkUdVW3jERPVUOquIak6JEcmU1HrRqZU+QW6ycCsgZ+CygHqgpaBTIEwOM40jUTiSvDdzBPP+tVMNsAMKhhKt3c3k8k9aEnnnj70vWUFaYEKkhEj+LSYVpSUUbDwXefe/br//AfLi8vi8ZPjlmKGm2RtANali0kx0VOaRpocNI37ZJkkBjRLIu0h57wbmvS05qOotC0rFkqWPb9aNmrusIaXZZpWhSIer4v5v1Yt7CsyMuzWfiDgLXyOKAPy3zfo8cq1Zqm6zu7nZvNjVubG2GC6YT3rqw//uCpiu3S+kuAceOBIIwvge5eo+BTlYXcdV7CZ3gWoQTryFzIVXQdXPciisUQhpqgQakVCiu4hF7gRRNZt1RJLaLUNs0UgxaanCgGMjlyo5qluU5eSSmc1TEppVhK5iaFo0gmS9vzJ2MdYbhh03SSJIJMKIpTGPPn8y1UzYD0k6Zg1D/LDEid5okkxbl85ebGTm+kZZrH4xHQpeEvCukFl7awSaFW9dqrr/7cz//8ZDQCSM6y6+ziHAdzE0wmoFHkCSQ782vRa5rN5nAwpAcN05jDd+/e2sy92qwvpCgM20tLZauL4TJBEGhMC0P2RkHa5Q8uOrY9mUxBjB9DtUwGjZokfNS8HHrb/PggEPtTNZZHyUaTSS9Osjh69J88Nhz2GEmTr3cGr75zyXnyIaWq85EQ20EgUGJ1pTzWVOBS+GAKv+NM/qGcJS6QjxVz9T+VDNJ1FEPVoEaRhZA1U+SYYr1sRFbk59GgPxyOxiFoRRU1ky0Q25umazq1er3ebC8sVK0a+dXClmQt12VLz5En6/SfrBboUjKPIeRTY9NAuZapn9Q8TRRV4+5gXqZ5FNZKtB+ofib977/ze3Z7aTrd6u7vyazyLSYAxWYn0m9meU0o1KaL/L/86//5v/2X//K+c2cBCEJ9uHjkkUdVTaOApdHQJYbR+IHPwxamwrskRSsnTp3iOUz10BPefeEoWVIYBEKEWawJtMIBT1FoWQwH/WtXLu/ubMdQKgMYuZznRgFeEg1rsaQOONd5B19h+8w5uAWBb1oUZAS03iFapKhhlr53ZfPcyVVHr1NmWKgItjJySKos4KkRiGNoqelYr1meJLkmZJokoZvEswwZYzMZ6QaRCUtLydvoZqhqFC+S/4ySKAUsNsmjmDyubCaymrHsoRQDYe3HOaZ3XcOJlFDNVDmRixioVEO3Dd3gSV6N1joGCGU0VNADFBrbALErgmqU+zU4F2w+/CBtVX6eXt3sfOEXfiEs1LfeeYfFTWWohLPhlReKgXlpllLYEaepWUh0if7kj//4H3zjG2cfODfujykGJocJ/Q16QgSeuLxg8gtWmIEAYxQJwqgacmlWEj/0hHdXOJox4klMhfL4LHjQKO5JWW2z3+tdv3KFMv4Lr79P9zuIYpbaleby9HO67juMkAUqNElIZMpSzK+j9aHrRsV1FYnLi5K81Ru/ceGqrZ3VW2azYgHwlUkZQKIyeNRYszZJaFXRSWpi3IM7GOT1VMFVg9EB0aIDU1SuwQ4txVGsqkvBsOpWCtu0ppU4DOwwakrFER7UTfIsCSNdpmMmPC4kS2qu0r811TZty3Rl3YSuKB0KhG5Q7xYywLTmVbg7Ic3EqFbKWjVyfQnKooI8TtJCMvpCubK597/9zh9kTsupNckJk1elZJe8MDA03EsEqo0tE5oZENjQEjbO9y5cCOPoP/sX/6JWry0uLZGvo7emn+RL6/UGWR2lgoHvU5TqYUg6o4xxd3uLMkMBH717u4X3aDgqBkOF1xISSOQJKc7B9J1pdfc6ERrBehhErG0i2AflDxuy/BHTlmclArHCClY5g9/d2dlxaWUzOVPGPJxXb+2eWK63jLZjaLAEDXpIPDORzaiti0zMVaAoS0bBnQG2VFpzUG5hXQohT439A4rXmkZeU8srumFRWsVuMBpPi5glnCARUdDHNKDTFIJRCumvZhqOZTjValOjMzQMivPIR+ag2JYx5phBNgb0iqB4A34d75knyEYlFbVcuEMeJOb5wkkYv/IXb55/77LWbC8vr5IDI+MxbTvDIId4eVYccIkoekky+WBZl/zCv3L58jvnz5M/FGqJGM7SNDK26XRCtkdJKWXRAuVLMYrGzaSDNMR3KeGFdk86Qrnf7YrSqAy9TYPyEMFVy2jS6RuvvvbYE5997plnJxNfxFHAlc1IJ4Sgy0HgqFhPZAfMiZswYkuAuShipNWfXb9x87/69f/i2R+8RCaB0mcudYb+C29fbzUaquItuYqpG0GaczLIgmVRZEjovoVhqIAPjXwpojNalIZJ2R/zlBa5Si6QwlgUVshjarpixLJkaCpsVtMpLcxpiS8UGW05npeynmnBZGk8faQyCSoGuDTT1FSD3CyteIq9i7InScaog1UGvlwDYBQjvzjLTNEzvhoaREVjNE4hVzgdZ8b7t/b+6HsvUezbdNw08pHpFgCdy1JJ3YYKKgXfHPozDhdRQxD5kkK+2yFP+L3vfOfM2bNPfv7z4/HYsR36dPSzAId3YrD6ogA2DYeDoysruqGjQMp2KHbSQyO8e5r1ed5stpiFoVQUpLvLG6r67tvnQXq/3+3ud4X++4cECIvbzUbpAGgG1BKQnk1Zm1ARs66cq8AT7u52TNPRDVOSp4KuOy2kTneyvtNtGAumolZhF9jF2Q5zhZFrKeqUmtBYERs92RktdpaGgXAaqhyUEWEQWAX7KHp1GK5TVfKMJipIKKxImZYaqlUwX2rKIFgNybDMsof0DpT78U+wqkk8uFzyGhezGX5RkeJirZwLmkMMO7IsDX9IjDwWcmcw+uELL+/1RqkCHHxMlhNF0kxETTog2jHHOfBbwL8DhabrFcfqdruvvPxys9kk73f85MlKpYrI03HpfkhQF7WSJHXdKu0Jo9GIjNL30ckQpVaFt4+7Lii954xQLAhyd4uLS3lJmy2TBUZRSHY0GY+/98y3H3jw4ddeebnf70OukCsBs9VT1mfkA8voYJeCNuOCLRlK7mRFacbVGWkwGF2+ejXL5+K+2P/DLH/7g+vtiqFkFF8Vti7zHCPG6sF4kbBkp2HO5l3hj1KgV8kjynB3BUdz3B+UQRGl0WdTGZjJ7PWSrtg8I5VD49DgqJrpbWDYisCLK8xryFEcfGBJKV6OMsqsBFzqWeDtWVZCyVlTiluDkhgjpH/FqTwM0jfeu/Lia+/ECN+VOEqOry1vbWzMi6IHY/j8ANSbSWsgLRoEAXlJsrdLFy8++bnPRZjaildWVheXlyn0dt0KGSpFodgTGL/je169Ufd9oGdy8ekYB3/XOcN7TotCNNz6/e7ykSO0BEWrCgUVhHDa9atXdrZ3dF177tlndzqdqe+RZWTzsLOc1JHm1VFhnGJtsc0YmHJFgScVzIUY283Bh0+ZzH6/79EBhdEyLCDwIWRdrbhyQc4qZypDOp+YY94sSmgZRpT9FIzw5kkP/JkJ9hHPlUTYMgNNZRVLMEX7QNdMy3RkxeJg1UBvXjUo8gQUQKOw09Lpp2bS01T0vk1o+KIHKJejjYw+ybnnKQQn2KPDaJkzjucbC3b3lPKlaZjkAz/dHIa/+Vv/dqM7yijHZRNOkigMAjH7d1BA4qOod2nG/khvTpn5YNCnLbJarZJ10SuGgz6I52Rpd2dHZhVu+hkF4fnXX3/g4Ycn45Fl25qucQig3o3M3PeWJzzY1pPBsISqgDoLSvc7nfNvvE6L4NqVKxs7W0PKcSRB1oA7mwthd0FJOON6mu3lYhnB0gIf/EicnyQsuIRj0Lp94cc/kRluKs0q9PTHSMqubPZ0VXv4eFOVdJBf65JBnm4Wx4LQDBNCKcda9Fumow6YB1KBUoyuaJLBrXBBsYZWYRSOczfTmmqs5Sqq/Ig2C7YlvFb0OHgPEBNHQvwJ1ZY0ZplFOS+3m5w5EMGlgfnAnDLRGJsLePtVRoeibuqnkp8W17YHv//sizf3hilZICw0D/wgCvxixol1QNlXORiRSvPZThkZtRf4omp9/q23Tp08eevmDbodx0+cuLW+DrG6ahVbJTcqyD3ubG6maUJh7AwDYNyl1VFFuve+mFjW5l9yQY8pWN8px6BVcfL06Z2dnSiKBBNYSbZdHEgJZ2JgYmufb/BiwxconCIvx3rEC7m6quQztZTyaGAHVBJJ2ukPt7r97mgCUagw8igsCwNaW3EckU35ZNZhALHbFDQPQhQXQMwcMSt9p3SqSSzxlCEKl2E87PXHw2GWxuy+II0IplDAxOFwUBSBNaqSeEhm6kSm3FYQzarYOnDuFKkq4v1yhuzhLblaitl+yvYSuGk/yTtD7+W3Lrz+3qUE7IaldUMEji+JPPNLs+y6OBiUzv0hT2yynBMHJrud3UtXLtNf9zq7nc4upYiB75MnpMuCwesso+2p0Wqt37hhmAZFrTEnn3dpl+Le8oTiDtEtbLZaQnS+9Ipcqtna3Kg3Gn/2Zz+g2+8FYX5gMEJs3PIBefl5VeZgREpbOAwhKwWwizlDsCRT6jJTjymxLyzZIKWSEmXS5t7AMZIgTltVw7UoOsyEn+LivWJoGhuTXCZSEEfSFZFoYaxBV1QWcspAg0EhHHTjmZuUa5xMWApRQKYo5JQuL8duFd6DBE8Tt+DLCmZR3O58suInc0kkmDhifg4A2gGmjTJlZxS8f3P3Oy+8Po3FiEfJumZZRojqbKJqQMXeEYnczg5wF8oog7UoVExvsqX95Mc//tmf+1nagPZ2d9dOnGwtLPR73SSOe91utV6jJ6yeOHHj2tWjq6v00jjGuK9xd0Jn7rnCDDcGIyBhuKjNNQOVltf7775Li3Lz1i1a9PvdbpwmhVTMA06hxn7wIKiY8yT+3LbpEbI026qahpUYlOwlczkVSC8Ba5bN0kEs9Lk9J1kW5fLG3ijCQjeqllqzGK6iKswsJYeKAt17igWTLDJ1K1RtxwC41TRsWVcNlYwiTEIea9BNxzZNV9NMxXIUBpoK7lCuZ0iAtGQ5BgCF1ncpLgONKG4esMw1D1QhC0MhVKL1TQ45iUPyReg95gAkBEnsx/lgGr1+ZfsPv/uT3XHARSeF6TJQKYohgYb+55wNZB6CfihnYxyQNpuuQHybRTI+b9Dd3z//5vmz95+j67O5cevoyuri0nJnd7fRao5HIwpK73/wwae/+W8FCQ1tDEI/VBNl3kMj/ISnhUmcVGu1srjCQ26729t010eDge97r732Wr/XK4TaEDgcRBPiTqz2wYTwgFqtBDHaPCfz8P0Z8wVQ13oZKwmZIvYAGEjn4wCVqpnkSLqDqZSoiauktm7qqmUYzCEh0yKlNZfLKCOZiR7pWpqbmYC7oVBSaLJGZmhbFYfCbFqEOqWLGtPqg+ECSLNU5GNQYgHIWytDQFkqp5nzUmNXFlBxMXkkpRlopcLY86dxFMRhnLEmYSGlfhSPpvGVjd0/fPpH216RgQAqYbmaEhJPr2MvKkvAvhV39CfuKJWBXBh8anqpBMxf5Nq+993vLiy2K5VKrmmUH66urbmVSne/a+j62okT5CGnkwlqqjMIoYCGH3rCT7oFohmozjCYtHCY2rnb3Q+DgLL/K5evfHDxEqiaOPtHGUZV7uhuzQPR+SjTh0Z7pQzGqyoCZSPabSV1hSzNy/0FD/7CGsH8Sa5MMi01i7PuMA1TxUskS89dI7G1nGk+LU2V/Wjq+ZFpaK5jpIWDZgFA1HoRF6aB8kwS+blhyWDAZ8h1nqRxodARwNKpcsshAXytyIpEYR4KTgvZROjTJCwILIB7KY8vk/eDWrjv0VqHoE3OrUZw7ku9afzOte0fvvrOjk9XQUH9VirmWXM+w9qy30/L3z5MVV5eMYH7Ubh2KimGbqaQ5Ul106JgpbPXeeH555944olHHn2M8mV1d/f48RO2be/tdSg6JTdr2TbZ5Jrt8KmnYtL60BN+8qsyKd8tTQxDkNOjf/b292/dvHn96pU3Xn89iiLdthJUPZK5+X3s9iqyynmIBaBMmohRCimSKBRMs/Rgj1/04ErSahmlVAbEaClTReiQ45QCLx2M8iRPLSOneBYVTkwspaoS05+nIIdXbU8L43pa1ClFM2U1c5LMsl3HzpU0DKZ0pJT8iVKoOuN1OKOTZcZtIj/MuMgKlgxZzkTVpGCaRlH7SQVUNCbHHJOT6fX2x+NRCBEOYHSAok0iL0rW96Yvvn7xVneSFAIMk91RgZ47Ozn/q2V1y0aiLFEkH0VjujhhGDmWSdfn8qVLi4tLmq5//vNP7e7urqweo7CTfGOns7ty7Fiv29vc2Fg7fiKbjUrdjSK+95wnZJCJKiBrALhwrT8MQsoGX/jz5zd2tpdXjo7GY+hRFoWBqW2kNx+t7pRxFCddGjM2zfvRB/95xwtnPpPpYiSp3W53dneQquFQMi012iIojhuN8sjOC0tJ9cIgI5RjTYvRucgKJZIp/gqjIIqTdrNVMQ1yTwl4EAvbIrepU+ZG8Sk9zFVfwLsVWKPG1aJM43EqTMdzYQbM34xLg3IhJjaQK4PSiUXUOp2dwXAQhkGG8o/Mfcs48LzB2NufJMNJIOTpmeNQuYP98aMf/C//K6d1uVkx6ZrQm2KHYA5SuhdvvP4X9BaPPPKoZVkb6+vtxcVKtXbz2lW6yEvLy2kS07uTYxSX9G6knNHuKRPkXId8i04LL6IUJ4rrtfqlix9cuXKJIp/9fp/W4HA4HLN4vZidn6OrBIzrYMohIlLGmqm0PsQv0+mUXNzHlgfEFsC7vlytVH1/6nnemTP3rV+/lsCF6pRUsta9FPsS+Z4kymu2XHUlTS3K5h2GZ4tILiLyRiHa+K5lVKtu3bUoUwsC+ouRpWikp2lmWUI1PlHzTGW5X/K0WOnQb0K0CJklgHMyrn8KT4h/BGEwmUz29zvbu9th6AOAw3KFfhDEaTQe9r1YVvQKJZRpMS/w5H95MeynGeHBHY3SyPF4vLa2FqAMFamaQtsBnfZ+t/vqq68+9sQTzUazYEXXKAotx75xja5bChVXkLLq3NA/nKL4xBdG58PwtPrpNpNJUHZB/73zzjuXLl6eeJ5u6hHAUokk9L8+FGN9/BTFnIJWuESK56ArNHOSgk77oN2WJi0VrVarDKK4k02BraHJOqbsAf9OU3xPWQbKhgVB2IF1s4FfiVIpmoRhsuNYWt2vhrV6GMaOaSZxXqlUq0lmmFGShIwhMXTDxiS+bkCojAWvVYFDhxOEH0xZs43+hBpoGPd6AwBne92QjiCzBjY6OPnUmyDAVpR6s+5P6MlZyQjyVwWBBwlaP2qQt9NsDjr29vZMoAgj2i4MTJYUSZ5NA/+H3//+uXP333fmTLVapUy10WgMen369ld82nGgLzBjwTs0wk/6F61K2um5RYa+8P7+/rWrVy689z7ZYs745ggWKHO5PBOxZZblB93gHe1m4TBp9VRYvJL+il1cYLFnRnhw5Ql7RlnP9+r1+o0bN2Uum1KKauiQFstTSeSSZC5pJvkB/klujBYk5pnQEiwZcfwQNQxEj2Q7oV+xnDCK/ShKc8kIaR3bmqEDwpZllGIBPQMJTvQSU/aHSS6GtCTBqEvHCYJwPJ5u3NqcTEfoBoJ+CrkgRb8J2vN03WS3UpUNe9rpJxmTkcvcd/zp5Fcfa3LSR6iTZ93ajPZH13UFpUWz1WD1SOSot27dosdNCwCazu5uHAaUHI5HQ4pd4yS2JUdoWR2Go5/wkkwmOAtZjldDaVuSf/zii7TFbu9sh1FUYHViok882TQNYVSU4lHyyIN+H/KBYg3R8q/Var7vg70bGqNAP6Kw8aFQ9iNNavQo0m63S7GeLtxzkWhgcyks+EKGMuVSlsAfFmgWFJYpuTZmkZSZYgw9KSmkwTjzfIofA9vUXFRoqq3xlNarY9q2Y5u6rWmGqlKsq9LpqZqRcWWXTjvjsV7IgicpnfBkOukyE0YSg9dQdCqTBLN7ZIR0LqapVcgM3FqQUqo2ZblS0er7KxjofloI+nEmSztCQobHjMxqEmeGZqLjmuTTiUcu+uhKdOXyFdq89vf2Wgvt4WTCQj2F4Kq5S1fmvWKEWPLMzEUWsruzs7i0REtve3vr/ffe2+10kGBlGcVsAQMRCxZk59EkUV3MZx3BYl5cmeNFMXrPTBmQEIXFgjIjYvKFg57wY33CfJDANDTHknRK6dSMfF3NlbwAKxukSSmgp0XCNcy0oNBU1yVQMeHt4S01jeJJqTdKNTl17dCyvJEXOK4LRkTTrDlVy7R1KHLLoITiCk2hyTGKLyDVDkJMEY39aRjiLQvutqF7ib58Sg+ScyWnvrCwqOtKs1ErJN2fZgAAlS0J+W9ghz/FACXW9lVKMBOFyElC9tbr9WzbjsNoZ2t7eXGJovUv/+xXet39K1cv04cSrcITJ07yHMXhUO8n+0th4sog8MlJkFFQNnj1ypXxZELuiNwSZVJBEDFzIMIs2zTo9gvnyaKw+Z2x04HQVJRPRQQFElFVpdUv1ILmnvCnTeLTDm4aimNRnJWbWqbLqZQXVQdmRoFVwJNQLIULI6RDpolkaBJ5RVWRyN6ZDZU/HQ8eTgLJi+KR3zXHI4BqDJO+aVnTz7Kbwg40Z44Jsr7A9xOWv5DLMi/6jfRx6Fk86IzmvGs7zWaDLp1tGRXb9eOEk2o/LwT4p5D/mpSDB6/e/FLIsy4qxC2Y48PQEK1UKxU6eToZ13Fpt9jZ3tY17drly/vdPTI/OunNjY1S327GkX5ohJ/gj6ppgtTQMGAhnc7u5UuX3n3vAgVjKtagliRTvpHwYGRFtmXRS+Io1k2hv3XnXj/v4KN8H0XCUKNwSNs2QP20bA0d4K0iLwFinMwJuIws33YetJJcx3bNxNZTKY1Y4hALExFrBlMkf5zJQkoNJpcAp43HtQS2apkyOAtVVj3kzngSFQn5LyXWMHmoY7ZQV6RZjVcGkQ0zTTC8BbkimpSKEEJEwyNCOEA5I33wRr3mmFbFtQzdoAwtSxMtxjiVF+W3AaFS8dda+x/dj0qzLDFFuD4UlNLVQ0Qvy7Q/edMpZbd0kSl4odN86NGH6PfxeDQaj8QEk5hvkg4LM5/symgJ7xStv62tzVs317/1rW8NR2Nalo7jCnjafPx0bfUY3eMMmoSSgI98lGPmIH2YqMegCSkrwHZAw7nISxV7hZyNQ+mZ5WI0DmTSbGDI+wqN8Z2mrlD46BqGjDZBTFYXxRCEIdsh50rfFHAmKRZ7kkqCaSODscF1+AHKppqWG5pqGqqh5bTb4AmZyDyRy0aY/i3mmxFTCvC5kRGrlAlHGZRCM6F6oWvQ46QftXqtVq9oilyrO7VaFeadS7aJmb0gLsqBCRxf5s+S/zveBXHd5qwwHyrYzH9yn5A2ssl0WnEQuUwmY8q9C7no9bt+4A8Hg9FoNA9SKJIACGNGanpohJ/oiJRMxfe9K1euPP/8j3Z3d+e5Yj7T6xRVGQrJRKdBrI8iL2YNseKjq+pg8Z3L/iAdFcUT4XxorVO2yXXXXPTcygiOmcpEYdDUDEtXTEsNIy/NClXJDDU1NUrIyFDh+qJYYmFv/MyZP0qcSia67/SEJAtC+EYDgG1JQAwqldw0ZR52LUNHxmyXryanFzMBha6C6lsjv6jprm3RrmQ5IECGG6y6jmNpKNLEmmFESTivUf27NwYPFqgODmH+tBcCuqPrhQIEqRhBFBOJUYLQgrJ6zHVlGflCi+MOwSksmrnSoRF+kqujdI8HgwHdy5/8+KU33nqD1q5lWT7lRXwLhcmJnbXX69GtFG6T130ml8JA2bw5cUdkJZ6Zs3ohTDErW4h5yaQtz6dYhXoa4lBykhklYAY9pkMO0Ww4TfJ3UZT4YeAF4ySmRDGNrIIsyg9hV7CuBN9sTLOcLBdsLyiWkjWSWYryBH3AqVf4ISxOB3up6JXGPJSPU+A5SpR2dF2yDM3SLdNw6tUmtLRV1batY8dW2JODkJdJQDVygvTpkvSvEW0e7KkWZXSgHkTefvT5nI2ntCNQ6MtVmQBNlDi2bIsOcvXqtcX2wurqMfKHohuEkpiuZ4Kr7jAc/aQVRQ+2pIbDAUU1ZHLPPfdcGMZ0u3h2llZYvry8PPGm874CeYE4ChOWgxWukjE0H7+Fz4wtL4mlBVKUrRTCYxkLnvHEhiCMYAukK6+0F5enw0GaBnEEAgsFrGa6adC37DpJNXKi0J36fT/0Y43clJQYkh5KkYrvhEs1GTYXNi2FMzzmlUDsKh7koFTlxJJOS8tAXgERKB2PkOGZBntOXSJXZ+qOS2aHUSiUZyqVCoWg3AUE/aks64xuo83CjONENFN/2oI/aF0HCVpFrJjPypgfbd4c7OlDVDuLTZSUZDoZ2j3pRlg80Lyzvb22trrf6VC4TFEr3UQRgBzEVxwa4SfiS2jfivCH7t94LJDB4W/8q/9OzM7Tn0DXgL4ClIDmAEjXdeeCW/KMTi+OU7GG0lKERBIvLDWuZ9QmB/2AaZkL7aXp2BuNJwpG9pQZOUZphHEkrx07vXnj8mDoZ1lNVsy8UOARDXqjIvRVvVEfT8gOxxNvbKg+JYq2Kcdp4QXwinGKJC3X4PrwzeKirBzIIhKS6MxzHZVrrRRzor2BbiQcIz0IRnlZNQzVtSumblh4Z8t17GarZVjQwVXlghIz3TAp/KMtIg+TNM/8IBTu96AN/rRJJUm6TclDX/QWAswgZv8Qds5i/jv0HiFuIemMI0hNCqn5RgRhIErct9bXW60W3cf24uLxEydctwLMgIrnC2L1QyP8W3eATB090z8QpcvxeHTt6rXvf/9767duxQw3pLSCNlphru122wvQ8y7JC+kJccQUlxypsvWI/Vt4y9LMuBWRHih7yKWvk4RsWLVSC7xQlpQZk4hYtohF6edk7N9/+nRHN/xwzFA5nTmXKJpNLfLFRjOJ/HqtZVqOYTiGNvJDL4piPckUcncaskSKP+MMDX2KD0E0wzkfDK8k1sAvtCZ1zhLJ4+la+VPTYKqmZViGjcoQGQfqwRadsGu7Jq9jUJ3qBoqPGDpRcpDRUJwckVnOiDvKj1TcMaB0oHYlmCCFlA0CyzimRzQWmRBllTss8I4oRhyPXiLGNeMILtgw0L0QAtoYuWK0vRhkOZyi+KSEoKBg4EIL3eZut8sT9NnVq1f/9OlvbWzii2mgmWlFUbgtJgvFSTJCsit6VRhFaRKL2VbaWeMousMHzgd52UnGB96dCR44U6tWa/Ty4XAE+ZScPZTwzBKTSshalqe0qbcWWmG/F4QSiESZ+Ix+YLzDMHXdSOLItCq6blbc2mQymk5GQTjVlSg36Xwwxkf+kJy6H6GXyOS+MDwVQk/4qRtI+UQ2SG4QNmnKBh1X0cG5pmhC78Gxq/VGw61WHdMi167qZDwmhoMVnXlMddhfmgdRQgbp2JXZx8THyD8uHJ3XjedGKC6XyYKQjuNEfEmlDw2XfKiiw0fAL1Bf0nR6oecFJtTqE8xPygrto8tHjtCuJBr0TJenHRrhJ6UAwxWUlMfhuhW3Shvw2+fPf/vbTzebrTfeeEOEQJjocy3yhPR8us03b94Ep7Wq1ut12l93d3fE0L3GX0UQCTJfsZ4+FHNicXgH9/4ZOYuc5RkZPC4y4jFhhzNgCAojdKhiNB2dPX3iwv618TQKwhQhnippBqjUKDS1dPJVbl5kpm7FSWAZpus408l4ONxLkqzAGBNXTCkJzGUA3NICdPWc+4mRXfQgdDY/tfRaKrJBQ1doJVu6pjuWW63V3GpDs4yME1N6U3oCRDVol6IIDwgyRONknGhd6GDfoQMW0Z1ImXnZc+7TQKDGHk9cxoQRMCLTpq2NLrtZci4rd9ikNCN3nT+TwxDFdsDGHVK6nqbT6YRux+LSMsWl9FyDJ5vnG+WhEf5tusEY0gu4i6PRaGFhkdwUWeDv/Jvfvv/c/d/85jffeeddQR1bo6S+VjeRYARRHOHmgfcISWMEN5gwExPcqqi5SR8BcIvVNlfbm6eiTJYPjFjgRWEYQ/RBNfOy1lBGpHIhdKWz3c72r/6jr21dvTCOiihJ5DzTJFsm85Jk2zIUZosAW2ilFkasGkUxpGbZhpPEYZL4cTrN8rjUpYBifEmaBPAnBhRZvVAWhDbCDzngAtdtx3Qp11NkVRDLZ9wuscg76qoFQSjmhlE0WvR01CRlHB+i6EBS6P+qadCjuBCwWqn4y7sUdIlareZgMKKjUXRAJkR/ImdIV69SqdBuQmGvgPXe4cdoL6AH6H44lg2hjTDme7pAdwes/AltkSodWefg+aDo2t0F49Y+ZRbI6QF+GY2G9XojisLz58+/+OJLluX82Z//6ML7HyQp0NBi12w0G5jctUzFV9MCOtVi5BdobEFApszY+D40sDPHkZag8DsGAkQutry0srfXzzMVCBUgPxh4zeLunLWhuy0k2YYT71f+6T974Vu/lWSpkmZKXOi0QNUsLUIdnQtomtEas2y76tYjsr0wnFhD359QBJ3nbpz4WUZ2GEGnBTsHRbMGRpWK3LHruuHomi1TZKmJNA/VF9Bwq1opqEj5ngZ6YPxOb2ZowOcoCl0xnYfzmaoG1cckjWVMUclxjsajY+puvdnp7EvM/5YXH9OZECUZAxIStlvJeeBIYt5gbF70OL2faWiiYsz5dlLc9qvIbTGgpOr02ehDqXosuNgK4OYCymlpk6PQOg4jUbk5MLF5aIR/S7VQEbEkSQnXvnbt2nvvvTuZTCnUfP7556fTKSYn+FZZzFVGe6pwffTyHpM7Cck7Ue0Uxvxxe/y8ZqAI8P7BwuAcoVZvNLe29ljumruCgKEBD5lhQkhhylMuHanK5StXfvW/+a+f/je/OfUijPbJFPTGLAwBDjRavtBNAwUoFFrAIErhtW2Ox+Z4MvQmI12TdM3iamKksFsSkgy0rVDAqbJhqRrTbHN1BPS5isBzk5uE5Iv4XZAg0qew4Cp1EP/yPqEB/SNnYGEE+4wCHWFoFbZbC1a1vrfXFY106SPTSeIRnkuC7Ay9KKKgFpRTuG6L7TaXPXGGw9EAsjxJKIaiSu3DA6NJdFP0kokDeyK6sGiGKmmSV6rVNEttJpIVznDeyz00wn/feaCYOqNfPG86mU63NjdfffW15557rkN79f6+mBgQ26SgKnzkkUcoP9nY2BDd3jkB4SylzGbETuW0w8GFdTD5EUnIATuUhesj40fwCAtUmdsTbpXSTMt2Az9QZFVkhvSi9fWNd959T9FML0xjkHkmjinrlkHmZkj0gyzFKPuOaMpndEjdNCm/pczOth3PG1FoitnXXCfTo7chS2W2OLIswYFPQbctmBZLqmIWmpeVkneKy0sAcJOhQuoCDFQKlGUYaZMKEt+85GGj10QRRt4XqrWd3sC23TD0WLwQWZmAsx/ErLPjNVynZtmVwWhkmBaQN1CgMQQ5HR2Qbg0XbDA2dQdJ/hxEIUqp4icue56OpxOK5/v93v5e58iRoylrTh4WZv52HKCwPamcYwjJp333u9995pln6ZfhcBwE/hz3JO4lPY0SQtpc19bWKPKkm91oNPr9vjjIbahaif28c5BXFpN8ZQkwF1NLs79iHoGWOybZFcivh2Ei7FAcZPXY6pOf/fyf/ukzovTH8SmAM88+952VtVNxPkwkFWqAWaKT26M4znSY7Y2lW1SJB/ygcJoBLGq6CCsRZ0bRNIkD8oTwf7AZZrMuWEAX4xW3vTTz3yAEVQ29FMNB4gh8gAoxJ+R7KKvKqrAoNr9UHAEBAosWj0dBXuhHjx5vLK69+OMXFT4OHb9arWazr/k7BkHYXmjRGdfrzck0bLXaaRLHoS+QdzxEH/NA5pTT15ivcIm5FYGl6ACJctrM0SHzZ4vNrl+/8eyfPn3hvfeefOoL7faSqPQsLS2KNu+hEf77sEDaVueYXbKHt9566+mnv7W3t0ePhCH+FEWg7hLNPfon3aQjR46QD2y32xP+olyfwtSZsFkxg3QUH+UanddlhLyZBmbbnJFf8+6fJMTJFheXKQBbXTl27fp62ZrH8dK1Y2sMQ+FDFQIJkNPiW15eeeOF5x5ca0SZRmaQYd3TnmKKTWDeAUPzgGeOlBTvZeiWpVOwN/YoqEaMR4aECg1dk5Qhl2SBKkiH4fUUWZrz9qs6FB0kxuVBwkFRuVglsw4aixtq4pLC/XL6iuquJGtBIu91J1u7/ZXj9z32xFO//0ffpJ2CEtsijynGJofWbDbpLggjnFNgacAfWJVa3RlPyCbpCqA6W+Qc9wJ/Q9cqYD36g1Su9BKJcYUAMLF+q7gLoMPTNUHA5TiW4zgU8dLnGI9pww1Hk2lnv/uFpz5/fHXVtq27Yrzw7jZCzhlKlZXhcPjCiy/8/u//HoWjuBmjiSiZgNWaN1G6H8eOHaNNl9YE/bKzs0POkH5KPF0hHVA7u+MtDszySvOJQpFfpWk+yxLFsLvowsv3P/BAvz8MwgkDRVWpEJ5TOXPmDCWoq6urm1ubRUmVX3R7vcWl9jSKh5MoLYxcVrNSgbdgjFlJkahCmiUR6sKw3pS2FQnaaWqD5yLkMPJlsJ5mfGqZuDgwODQDkf4JpBh9FHhVQEaxKbEchcx7B7iw6RGEqnPUK3CwoB8G9YekTsL85k5vGklf+TtfPf/uZbJG+rxZngj2XuEMB4OBSLPn0S/5ZjrD1kJrv4eeLeWBZDnTUV8QhAMsbhn7+x2MoPCpI/vVdHocE4Nw/rg76izvyIAmpRwYqsNFYdI139neAflcLi0uLTUX2t3B4NKVK8PhaKm90GzUW63WJ3yuQrurLVAUJyks+eDixRdfevHixffdikO3HOVs1mZJk2wyGYvaiW3bIp4h70cLhV5IIagAjoqveQr4EdCGuIUH/SEET5h+JuV0VDwL+RuZHO3rrYXFEyfP/PEf/YmEwiE9qLGVKqdOnXr++RfIcgDyhogtOHgpe/yzH/353/17X3/9hR/2x+nRdpW7/XqRqvSfAbCIylrYyrwURGtUBT1xwfgYzXWrGLeLK2HgJ0nEtRkyLXJH5G8o5LNRL5XLDcU0KfEz6QisKVOQT5TxcQCMFiFviYZhy5QYZk77wdSjQ0sb+5Nbe959D37+hy++funGdpoZipyr+BGpciKQZSKOnbs1MkPgcmyjkDI/8I4fP0E7l2Gg4+84FXojcp4UUDQbrV6/S36PdkaZA3FEqmEonGrKcrwCnISgAMTEMWb/MySrdMD9zt546lWqVcppKYn+0pe+7FYraV5s7+5NPZ9yYnK/tAA+mdZ4FxvhPHS5fv36t57+E07qUtM0Go1Vcji3bm3+4Ad/tr21IwxMFAzW1yk4xF3vdDrgVqFIiHdZ6SP80AfSv3kxZl4alUQBHC5FkVMh217wki0gzddeXOz1+l/+8s/87u/+Hke0ojCjCM+wsrJCaUy9XusP+sxNhKDv+o3r//k//6c716/f3Ng7c3yBglz6BsEUrTrIvag5Sqa5SAsNKP4qrJQElkIWfAKbts5pnhyqSYQQgAchtHnz7YCAFIyM9i76J8SDJUW4RBSOymi1tMISASTJcZSSj97vjy+tbz/46JPvXB9eu75D1g3RN6420VNb9fpoNCTLEc5QVK2ECQWBR2FpEkeu61i2TdEB2rCFTHtHxXXpUtATKJgUTCJCLxnxZyGR2YgoRlSExI4pskQAYumXOB0OhmS6bsXN0wTkjIp85tzZRrPBYo2p7dgMdcq4iptTrkhbZClL/on5uoul0aIoJFv6/ve/9/zzz9sYgXM+85nPPPXUU3T/bt5c/+D9D8jY/tk//09WVo6KvXmWJimUBFK8RHngwQbxX1JVm1mgSBERqelwgyhjiH4jxVeGYTFuWiN/WGs0JuPBmdMnwQ4BqSOxnpl8N0+On1zrD4ZMXiPnYiadwTQvv/r6uYcf3djt7ewPaWlDeixFyQcsTCU2VWZuUh38FDwxJaT8kHcB1WXTUnQr1Xq9VWs0ISit6UDKqQbcJqWvAjLHSkwC0qkjlDV0nt+F7j0ySK0sE3NwjXOUVDK/SRBv7w1eO3/Bqi0tHT977eZ2Uih5weLacLYKhJ9yUcAsjh5dmXcIBaLIAJFk4HnjY6srA3J3BrvWqUcn7/AXbaAAiLPH40q1InDewvUxuasSJRihohMkn0+mxck3tzclCm3GFOSPxmN6wpOfe7JRrwfeFE1GHsJKs4R2KHLFlmWOx9P9/S64OfLi0BP+//B148bNN998k27e2tqxbh8TqPV6/YMPLlJgs7+37zrOF556igIe2pgPEjSJ11IqL9yCYGeaTyHd4ffmGGL+K6vJlrK7FsSJFI3WoWyqFGw1WsvXrm3kFJFKSsW1I39Yq9hMR6vlYvKP1/XYG62dXCULtKw6GpJFLATuKf768U9e+0//4/8o1czdgffoqWVyP2kc6QZ0ztDhTjMAWyhdKzB+oSOEhPwC0kLd4nIofIhW5Johk11l5KAhLJFyGyRn5SOZRTgUVtzW4cfRpDfQBOdIFFzdpUAMeoI4tKZHaRyk2TTOz1+8MYyNpRNn2qv3be31C0kHezA6iTlKqbqV5ah/0mes1xtk34z5S1kK0iLDoXWP6ks6JmOla0QXZydLFhaWBDEPbYsYrQQkUDQGFUrlOjvbmgJ2VNpIyKdNvCmqNappWAZIRwcAG1LI7tbcI0eOgDInTQfDPn0WSgIBQM8ynfdcdCAZbAjEkIHRkPFkSo/UUSGTDz3h37wourm5ST7Qde0TJ46T7VGcSXb1wQcfkH87evQoXdyvf/3rX/ziF8kZfvWrX6W7MgdSCHghpYVg6mSewnnU9GFUmjyTVCqLk2JWjZIZt1Ih1+c6lGO4YBZ0nOXlpV/6D37xzNn7ZFasPnpk2a3YKOgDqC3PZAlhCNeuXXv88UcpiqPNe6G9yN08VejD9IejF1957dQDj7x7ad3P1ISiLc0QOBTOUyHQyW2TbJa4ypwoarTIaH3rmqXSetMtuEeKC8gpVupVt+k6ddutO5VGpYLfHbtuW1XNdFXT1S3XMG16umG5tJEomilhWzGSgkzUkCm0pkghLXoD/+nvv2K27z/32a+mUuNf/ff/OgjJwxrMSUqLO1H1vN1u+J63duxEpVKhE1hbO85pKlY8hZT0CF1qLmY6lLVSCDMY9JutGjk6yyTvRNncpFarzTtJOggpy1vDOT++MNlk6HSE1dVj1WolYKZDurPtdpsuRHtxaW1tjcLq6RTsT6KgSlZKOx29rzrTSBYBLZNZJZ3OfpKkh0b4N7RASjnOn3/rvvtOO45Nuf54MqJEq9fr7e/vnzp1irZViGnx/Tt79iztmsePH2dEiJjXTsTMxAzGLUsH2L4+mnhK5RS8wmVJpVKpVVxaAzXBk49pBEU5cmTZtozHHnu02aqT8bbbLbJN3w9Y/F0pBXH5OP3+cGl5GXjIMM5Qn7AZHaKISPHS5Su6XRmH+cb+OJHMtNCEHi/CWBD1gmk6Y9bscsuYAbXKvgWfD5ToAYjRUP5UDaFfbzAJt6aZ9FM3LJV+1y2KYRVNl1St4NRUUMVQUCmpBjlBTH6kyq2N/TfeuXr09ONy7fj3Xnzn6Wde2NgaSKqTCaklJqWp1Zw48Wn7wQCKgsB4YaFNDhCTUKoOlgBmQxPTKmL4SLAZYDOajvf2OgIZz7aGNhJ9Cs/3yBRjrj4LFLgIcOvVKu1JdK+FLTmgA7aarSYIZtKk1WxubW2JPJ+eQPYvRs/orcUCEKwlorVLG9hk6n0S2ErvJiNkOQSv09nuD/Ztx9ze2VI1bP6U2ZPhXb9+nSxQ0GDTL6urq4KtULyQ4YummGSbt8tEC3ie+h8EatyWU2ekiFjrjUbz/vvvJ+8qypUYJEXxwDl5Yq3iWvfdd+Lvf/2XKV1sthpkhHv7HSaoLpsWbOTq+vrG4mJbgG3onB23xjlVKeo38cJX3nivffzsC29evLHnyVZD1u1CyIeBfjChlFI04sWOwEyF6hyoxV4Rng2WRt+aoZmmYiCLgnFS2Ink0MC3ilIMy+KgpIvRJ4gaaoxfkTjM1r1Me/vazqWt8fGHvtyZah+sDy5e793cGGSFDd5SRZOY4Mw0tZOnjg8HfbGjkV+yLbteaywtLv9/7L13vFxneS666qzpdfdetKWt3tzlKoMLGGMIhBA6oSU5kMNJQsi5oZzLCUngkoQakgBphICN6RhccMG2LNmSbPVmlS1t7d6ml9Xu877vzEInufd3/zNcnQz+bbZmZq+Z9X3f25/3eaGqrFCkVKok4tRxG4/FVJrFi29kJmIxCGghvwKLt7KyhG8O34TbrBUG2VhYe9yBw/lfouep09QX4rqxwucnJqBtcYN4MR5PNFwvlcl19/TGYknIVyaTlQKJgJmkdi94Kdli+UW6z/BKPl/8pcvh/2+EkFvjVxYWZqs1ODb1gYH+lZVlCB6TVqzAzYPq3bBhA29hhMpQJeIvPH/+/N69excWFiTQh4jipaDvQaLB/0iDqVwCPg7+ie2EwwO76rBmZbQapTfSqSScImp/NbWtWzZ2dneYhg5bubC42KSdCGysr8IFsrhrgYsNfjQSS2dyAjdVaAaoMjE5PbNYrOvxx587PFNoKGYcnqFL42saPLMF9sIRQmFN1QMvS7xdgxNF0gChMRJHIDniS7OtVWUgFU+rQTzrMZCcolJDE9yLyskMp1x39h07c26l0b/hmif2HTs9uaBq4ZmZeYLqsFXnqiDE0BseWXVxcqrRIIEsFPKIMSHLbe05xOIWdQqHVYK50XwPuJ3SzSQevvQuQXrhx+JLURBLQ71pdAa5no5TrdbobbW67UCZUvsjvt/09DQupXHmhpxbWFe8x7YLhSKsazaTxZM4Dwq3LIr5laS0tAUTeyq7x4GGxfeBjP+nEP5/PKDJ4H9euDCBQEKcFi7Quddeey2k6/DhI5OTF+HkQAJF4cl+Y7nx5PHjx7HiN998844dO+CUEiN1MglBulTk/h8R903WphYeHxcZHR3t6OiA2DfqdSgCXATvgVRDAmGKaZyKU49FrHf/1jsMXenu7oKKJUZeAmKz30iiaDgNF38OEeWmJm1meqa/fzgai/OxJgfP9dXjL06EM71mduBr9/3k7HzFD8VxK1Y4CgFQWyQ3kvaAA2mYhjQgKKomsFWD+iTI/7QiFiFfYOCa/5HTKnhRlQh2PV1VTZVgMio3bREdDlORLlVqjz53wOpaFe5d/4kvfT3cMXzzy1957733USoXgu2RG8lwBQ+eLtzdualFFmRvJb80Pz9bq1cRJuA/wrUoXjaXKRFrKCVy4QqWy6VypZQvrMC1xi/TUxdpFnC16hCjIwXAMNkUN9aqCvUN1m23yX8h5gyOT3dnF4SNHZN0W0cHpB3OKqRxbPXqsdVj3V3dAZhRZxp1cXwkAAlSdOLiStE1ny9Q7PCfQvj/Zv2g1WZmZiBsPMC1Hgwlx9rlcrnt2644d3bi+LETs7OzYhbwJDYVWhB68cKFC/BbVq1atXbt2pY/mZaQ8tJul/9Yo28x8zZrC3Dk+vr6odenpqYbzIqhEazRpQFdlgUhpFPiexF4UaaZy6Zw0qBuEdUoLZQpW0HhGqQux3gyxk1StP5nz5xNpTOq9IZTGZoGWu/ee7Dmh7K9q7770M9LdcUwIxBg8hU5lcroUOFQUv0W1JIHmGnSPUw4bOpU0gW2Rl1LuqE2+6c0HhFP3fTSU0+WU9F9zXBU09fD88XGCycvZnpX7z9+/uvffuC3fueDq9du/su//jyN9CYeYZdtO76EA+O/bv3ai5OTzbnHGjy9OiGrPWhJvdGoIZQNE1ENIebFLiGWgzOP018sFmpE/10m7n3CvtgmlzVpXE+1yqqWOAdg9oNwnZMzTjQc0ajNKgz1l+YHFfXDVmdXJyLDOsd+3OPbpPAKoPkBQF+75OG1Zv4Ui6XAGf5PIby0DFhHkA2bJkE89kWcCvES48SGmRgZGYU9hC+KbYOjIiUHqS8JLAbmEebrmWeegZRCH588eXJqakocIenHvdTh/F/WRWsCJnFkOzu78JlQllCZUla0rFCxmMdpSyUSyUScYxWrp7uLj7YKlwzPQv4VTWrxLYpRFpG5uTmKKlXqM/Q9tVyiZgt8SbUJfqNe2qXl4p7nj2Z6RsK5/t37DxMLqWlRVy1nanWt2Ucr5NM690wwkI6+M/PBkJ/MWRnEh5Q4pd/NsK6HcCFNt3wy0UQySjkYI6SEIq5q1lzt/Nzys8fO33j3W3YfPv/9n/z8f/7ppyulxsc+8n/Ozxcdl8Yc8qgIqvJBcPr6u3PZ5MryAid0CA0HiYJHOj8/VyeiOqiruklsFITPhhA65GFW8XWxMvglzw/yLbmbLFCLkg5t2I26XReT1WJ58gyusUD8INWpJD3w5pFVo8MjI1C+0iUTeDE0ZoMMLz3wCz4Iv0iSVtgTbT5V4q+yYazCa/5PIfzFA7IHCRTUdUCMjVChldpSZTwtXh8ZWfXmN78Vz0O6jh49Cv8TW0CsJBQdabjII488gs0+duyYhBOBT8INtfalqdH/yLENHSkZNggwthAXLJWKcLRI5fse9P3g8CCOF6KXKNUqYvgaqWQCB6Kru5tmy/wvJLkEycSPufn57p5uWAxGcBswafNzc7FEkvt9fa2JCNCXlvLfvP+HfavWnTgzOTW9YBkQ87BG2O6mwElphUdhUy+FiKPSHOJtcvE9hAhLI4C1SSMJVfijISoxEo40xDWJiGZSZQJfpaJoJyZnXCu56drbXve2D0zMFL7zvR8dOHD4o3/y0UKhbCPk0yxftyjJ5NJQ4Vgyunr16FM/f5wRgjR1lPCcqs99TO70NDmZNEoALjHj+/BloRZhwUSrYhegIvEM8Ro6QnCuqdzeRXky3w1i9ebYY1WNx2IRIoMjvp9ELA6dksm1r1+/MRKJZbNt6TQcVCOXbWcgTkwaZQRBHqNqTRz7GOKHNIviuxl8aWkEl+chpL+UXsRfuWI9FmV5eRFeqJTv4JtwGpNqtlCrxWItHKYAB+pSOpgQ4l1zzbXHjx99+umnZ6fnsK9RYk1XcQXiimUUycWLU/hnQEkYOJ+SIP13o55bYYMnbYbivvb29rquPTc3y3GO7yCeMtR0LhNLxmEVQ1Y4EktUajXDCiHeSmcyqmbOLy6oiq06KqUbTBgQm0XSWJgrd7Z303RERxKnvl23Fy/OrhkdO3nqpKfIgBdbVbxK1fu3b/9g59bVE/OV1aMGDeCNxuCg4XiGaPy8ArfYwMVVas6jW1DhaBpKqyvW1TzuJabTTT3EpLp8g3l/tZDjaWHXiRm+7viwDsUji4W1O279wf2PfPNb//B/fOyTY+PrPvDBDz348JOqllQ83VPwqQ2aIkO8T55m1D/2iY89+rOn6zaEPKrrjq7VQ0aEojiK5qoVmJVKBR/eqBGpDO6pUikhpkC4gMXEN4RSg6mETHlcAcQ6Y3lxF1SKITOrCKoWtwJbVa/5UcuMhklOVgr59vYO3zS3X33V8PAQllpqFXw2ipVqJRqLClWXgJlq/BDUKJnlus3dVdVgaI/BMGOB/9qU/Cslk/GXuPfiV04IEbhDYCStHFAGSWANDQqVBp+BHQ9deLvwTzy/Y8cOrOauXbvwTniewrqF60AdFotlgchAB/87+uf/yDwrFkYCCZHVEGF/ye0pFAijiPNE05ptGw5oV3cX9S7UaiohSB3bqZlWxKLMPyFIQzSRk/jPyO2UAS5k/dS5uflMOoMbWVmpBUXIYrk4Nnb9hYvn4TA1USucWl1YXJqYmh3vzihqSCezqRJ6RiPCCeIg9FnImAaCdYoumABdFYSO/Gw1qzfZi7nW6hu2B+F1oMYKFbvoxBKZns9+4RuNuv/hj33C8fU/+MOPPfbYHrh+EHyOeKn/lpI2Bq7m3njDNYV8/vSpM0x+4eqqz2mwKNwFLBTsCT6FhlrX4N1pcFiiWgR7ga8GRxQqT9wZnkVnEmLJo9oghX9MMHkpTQG+r9grrdn7T1++r69Pt8IDgwOdXV1QuLimEI3iPGCX8bncn2VKDk/QAkEmPMiL4lNwbMTMBqkaHizjFUvlRDz+UuJLf7WEEEHF8vJSQOwp7LqybVIHYw8+4CNxWaHaONCrVq1qb2/HL4899hi8wba2tomJiZ6enq1bt+Ji0MHf/OY3A9ZQubLJrOmXdm0HHqlkGuSdEjzgrMTjMerTo9I5pWEQ/Q8NDoiywLtr1QpeiydT4nrVG42dO3c++cR+ymR4tmpa5H/y7KeFubmNG9Z3d3evrJxhu6zK3PeR0ZHJqQuHjxymDiyP7pBVT+3QidNDHamyva0rlnScuk6Uny5JEBk9jfgnqMgn/U2aIg3zKmHYmgGSZIcohcOrSohKwzdiVHVUGyXHUbPd02eLH/uzz3/oYx9fu3nTv3zjm5/7q78rV/DFI6YZs70arBGPbDSpwqE2Ygnzv33w93bt3pdfKVP/k1c1TI1xO3Dw6jj5NHSDUpEuc6tl4CnA+gldmmxlgx9iuzSVEkfE2GsSuOzSaq38DDO7Iewk5V/CUSpyOM66Tavb29pFP4rjKq2M2A4BAwgwwOKHODvSdM/kOrqk0OUj5J9B0VhIFTS1nEjEXzJQ26+WEM7MzHCM7oo3H0AlxCIZFOXXCTCCY0060kymkiJXhTyVhtauXYvIEOuLXzZv3iztbcVi6YknnsBlYceC2S+XssRK4BEQWwQ87SKBBAdpNNLpNLeN5mlQGcUw/tDQkGMTASY+ghW5m0omY9GIpvjCkNnX27t9+5a9ew8RsxOcaSJhQ1jrF/KFtrZcNpcWelJm9sNZNuqN2s0334gY7dk9z6mK1CGgNUzVCr9w6uzRM1Pdm4dDhuppPlHOkB3UNZ+8Ys4c+q1cfHMEGpEdGgbPspbxhURTKPMxIDCuaZmeWcw3DpyZ+sf7/2V2qfGVr33jqT3P/8kn3nn05ElVsVQtongWdUf4YhB06t3SvfaO5Lvf/RuZdDIVyywt5qkkEvKicStiaJABBMwUTSwtC1kW5CEcplo5YnJZZDwp+hQviVNqmPqlucpLfR/IJ+JAnTltpBSEVS0g3IjH12/YwERyRAE8Nzc3PDwsPVBYBBmvjatBKWPTxeEUxBynvohwTtQxfsGfS6QaGMMm0xeXKKF2/7cTQjiiXIYmMjysiDjukD2aQBAmQupqrZpMpaQBgtws3+N57fSweEu6urquv/562EDprN+wYQOk2jQtaGJZ+qB5N5gwIQ4JXoU36eoUn3hMNiRmBAcEHxaNxnB6KmWPCWSoyhxPUGYc3w2HQ1QmVy91p9FIJGILC0vwxGKJyD2vuXtmduH8uVlmheBcphYqFIp4Ty6bhqmj2jefNxy8gwcPv/ktbyhVV2B39+89JGz5+KqL+VIiaj3w6DNbRwf7smnbr9T9BtNEEYjbcxAra9IwwQ3yOudIAxJwxdM8IZ5qoV9pEDbuRNcj+1944a/+4d6bXnP3h1716ve8+41Hjk+V1LhqxCgLSgbWZQGmYj5TofpWSHv7299YyC8aqvbIw4/zjENbM73Ozi67WoU7itsTOC6jcwiUA7WFWxPxkBSo7DWOPtY/Qm1NTSZGPHNpU7XgY6CGatV6+FLmGE3duGmjIJ/wU9xXkUYINrYGthGOT5CVkVwrzo+Ul1uDXJuDgAIscUBPLLqYsFmV6kvWmP+rkh2VirxwBIlcBSOQhIveo0XUeFyZUDyogrjnBsJ0yCK2diz92NgYZC8SjZw+ffrsubM4gM8+96xEg4FPG0QFhNXSeT6KbkCkYpFoiMFc1G9AhTzubSfq9TqCOp3LU4l4Aq+35XKZTIqwL6pvN+pVCChZUTrqKyt57pE1wmGzsyt37TXb8PV9r2HQdhK/EtQ/HGb8s6eni7v1dJlAc/zEaeiL/t6eNWOjyXickXXU60SyZUV33v36J58/rlhxMxTFN9WNiLTMM0W/4jB+xRc2QZXpfg1LNUIKPMVQWA9HEKwqekgzw+QY4+aMcAEOp5F5w2++1XEaX/zcX9x641VvfM3tPbmQ6tY5S2krel3RafgTNUMRHsj53Q+8c25+1jCt8xdmn3lmN92N7mfSqUwmHaWGaZetDSU54YvCvRRDxM2ExIDOzp7KRAc2T7wyqaLI6a9mGpwlTSDpzEtSh76FasM6Q9lBtLDtCDQ62jt4hGuTXg3PiHhjf8WXwXlgACoxREEyJTgUGZOChORCsZvy0SKWQfWLmxU1zoSX/zcqUQhNKNka1pRYHWJZrtWa6WkeOSDVheXlRbxNcE/s0Dfz0SGLelJLlbJuGj19vdu2b09nM089/XSpXDo/MSFFKkmXiUkQDRfixpbmYC3ee/iWksiWeD0gfcKXgXaHBBI8MpeDLwrnDLu+tETRTlO/egrr+zqCrnQ6gxOWzSV33HBVKhMVHjGmutBKxVIEQmGZ4+NrlOZ0WUSk+spyZXp6Fu97wxt+nZIWMD0ez0X0/QsXpnYfPP7Y/iNlBUcyHosko9FUOBY3w5ZuhMi/JMpurshTQy4V36m50QwxCb6pmBb+gzRqoQhXJkK2Hyq71nd++vjffPWrTrW0YXj0xSMneztyd+zc0t+VUMlTwMfSnAuFcqGqa5fe9zvv3rxp7a5dT+/Zc+DosbPFcsVVbcdr9PT2wKBls5ngrDcpLRhRIA0Q8Kx5sAdkoM6y5iPQ5k3EJWwxROyk+BImSFBHniTVbShsgy3FRhO5gK5jT+EQ0WjeVrEX946Ng+xBu4nEijMlFWP8oeRLm+E6jfgtCH+pBIGSxZF/NrMDHGG/ZGXDXwkhhARevDiJMy3QW8FMYCkRSwi6Rer1+EmRIS2lj3UUrcYRmiP1JXJvuEqL+OTmm2/GFQ4cOADDiPhQIKOBBEpqTsBfspf4k56eHthSvB/hhIQlgdBK9R+PlZWVVCo1OkrV4c6ONoPR0fPzc1D00A6FworcBU/tVVdWFtKZ+O2338rIFlvhfqQiolyCv6jr169txaQ62UPPfPTRJ7nupyWSSbo7uGoGrKEDO/wP37h3/5mJh555ViWbnYiE41Y0ZkYsMxyyTHKMoYdIwEJhNUTypsL0aTrj5og5SqHhEiE4olSj18zJ6eV3vv/DDzy5N9XWefXWrXt3PTs5Mffggw9tXjNwxYYhrKBPYQFb9jCFq29951s2rlv7u+/77UKp1j8w/q1vfZ/YTA1PU931GzaODK+KRiPlSom7b0lvihplpkbFCjcnK0laW5oliPOCUyZ4pkVxrzNRjdcSSCpRhKnSGBFqksHBwQHE4Y5jcIYTGyqAGBntJK0S0rotoiXbF0BnJN4TVqjATQ36csQ/Clj0Jd/2kgG7f/lCODs7OzV1USREnBBZIJx4rJfUyslVYM5bQdJg4zTmxg6K79KbK/ALyYmtXbv2bW97244dO46fOLG0tIQ3SO8ZjJhHCQ9dVln410YYcoFnOjo6IN5iZqXxIsibQYs3mNkNGynP45uIbPOZoAZCqAl8SUgpNHe9Vu3t6YzFw296y28MDvUy1ydlJsuVCmGRFW/dutUKj7NnwidqyX9+/4Fiobjrqae3bdkiIR3NBiS4JuXv3/Lbv/vDhx9fKlTgnmJJ9BD9x3PLQiqxaPPECfqPrR9OVdji/8JKyKJ/4kkmtnA19cCxYyfOT9W0yNRCcd9z+7etX0/TmdRwrVQd7O2ioiZOrBqF6CLOfcvbf+O1v/bqD3/oj+E0rNuwJZHsPHrstOM7nk9xL+4qmUi2teUQ/onqIfIoBR5Ks9pG5TvWoQxnkzID1R6km0E6jEQSPP8XCWqm5zC5JkRa1WBtiD3q7+/HJqao8lQU9IxYOal5iAMcUAaLiRM0XNCXKEk+2V8pfUmyQGLIZg2ZI4SXbKzFL1MIqQ6+srS4OGs7ROXgMlAw1JorgLjOI0p3nTvTqY1cgn56KRIltHGTiJLeLuh4UXKBucNuwQZu3bq1Uq1Apy4vLkFwL06cN3U9nUpLNkXKjxcuTuK/qemZI0ePlYvlWrlmapR4T8aSJgIpM2QZJmSlXqnW4TM3bPykLgXDiMYTtYada++AW0gsY9U6DgqOeiIRSyZjiGnikShMwOted7eiljS15rtqveE2cAnPHhzuUWVeNg0TpMa5YtG+cH7h5MkzmzevsyzcSEjxLVsxXc2Ecv7GP/1rvuxOzBR81UTQSZZNgxMext0rZljRLZoSgTiQwGgGITzJAPIUQh5QSLBToqGA9vGPvThR0kO1UGyhoBw5OZvo6Lzrtbfeedcty6X6k88drrsw1dAyXiqp/Okn/+jGG675xP/45Nzs0m233W2qoccff5SYq2DuzFBHKjE3eToa1Sr1arlUJuamaCQGZxsf5zYIGMB997pG4TeN+2QsqxUK443k+BEQvUHJIx2KglqvEHyKm0qgu5DRaFSJAyqT6h8YXLN2Xb3RWLNmTTaTgQQm4slwOOoQZsMJW9E4/zNkhnE2eL6FLeYUrqq49PAYPMf1ud8KIh0hEjAywpoAp9gJFl4plS1htUUYd5lnR0ulwoULEwgf4NqUyxXhRFDVFuydwbg6i8r8wjzbSV2Ke3BqJOnMVoicJpgvPB+nGqsuZkr8E0pVd3TgfCDEwEV7e3o921kpFNKpVI3C/prLzs/i4iJLvgGzUvEr2AbaM6hMjjaIG98rUoXQdXQzTA1FsIGQ+UR8aXklEo1C8KT8FSZeCY/HqeMtWjgcqVEfeeO6a68cHx85cWoGcuB6frVRhQwjYiS+DNdTDK6300gkY3mlMjTUtnbdeCqdXFyqUFVSMQhibddfPHU6H1aPn714zdZN1AYMu2GEGBjOM9BkCBNT1jPJYnNAajNJqgh9KMHc3IaztFyyVcPRwhXbf+7gRCgW27hmfOLMzHNHThw+M6NbGSpt2MX3v/8DA729n/n0l/fvPQAn8I47b/v7L391dnba9xoIY+NRqzOXyS/PH3jh+RMnT2k087RpjsTREKPE9pB4bXzmByEaG+5arFSqQuEKeSP3Va0zY6rP7/S56ZN6OxDQdXV1rV2/IQEHo1pFpMC+rhKDNx4KMXczwQkQWspnRSJhcY6aZK1E29HAIkcjUSFilVeb09TYcRWftkm1yM9Lgkd/qeiDf2lCWCoXJ86fkSbxUqnCi+KT9XObXqX4AwLA5YoTFrdJjmbbzTeIr4//F69Vwm4pDQt7LN6wfv36N7zhDffee+/iwgI3/pkvHDjAdLGhOqVbTEqCul5Tbv2GSVlTvY3GVKiFQjGZSGOPqvAzwyak1m4g9qtOTU8PrRrFXjKVhkatNKREPe6iKrqeE4tRep3cMOjpcDwctn7/93/vw//9z/N533G1pYUlmmnWqOXasgvzFU/qhRyDTV2cueee2+AVDw8Pzy8c0vUQImKq7+mmp3pLleqPfvbEPa+8LRs12X5SPxSZO8YvKGqTBI45OXSiPFQvGVzG3cFYtXqtvjA/r1E6SrE1a6Ghfu+xY9958ITmWp5uGVanp1RWrx765J99+eSJI2998++6WBI/tHnb2NETB/FZ+eKKYvi60shlMtEodUwtzCzOz8wbPNyGXTghaPUYZEtunsoZTiwjwkLKf0CHVqVWzpwfIQtxNHk9iEBJgaoG055yu3YKvkxvb2/f0PCJEyfgi+J3Du0iLm82fuA9Ajwk6BIj+M2QIb4ltbxx242EDFx+sCVHimdwBsQ7FU9VhDYAiugv4ajDX447CiGZmZ6EUEniw+c8AHRYlR8STEuwjleTyST3y9OkAelFkqkD4p0KUn56evrixYuSqBToNt6JPxwYGOjq6rxux3Xvfe971oyPT5w/73BBjxoLEwmoVWG7D4Y5czRCsUS5UoYJI0XgktVFhJPJZNPpTCQSX8kXZufmJiYmJIGES0EUEcCk0ymIPeJPSAD0rgDIDNNgtIe+ZdvGV9x1B82KUPxioQwLv7SwPDzUryjN2gKVvT11cnK2VKwUCqUrr7iKIdo8kUXRYA2o4m5Yzx8/ffTMpM3TtinMYxZE+oVZ9bnmwcLJTU4Kl1gCCZSYsFEnT4KyWYQi0Gp+qGEk7UiiYYUcw/b0yut/7ba/+dKnDx3Y96Uv/L3dkL5n76abbnjwwYdtJmc1DC+dsNKpSFsuHYtG80t5yK7KPMsMtCCgD+Jem6asUlMSLgBPBzdFMyGjiPOjcB2F6lU6HRVGtzAdBjEB+J4TMo1kMrFp06Z169cNDg3Nzc3h3atWrYK2DXOqRmpOzMZtSrNiGz+gZ4NeZ0kQSOyHN1Ott1yWtI0kYCWPEGR0RBQv5VW4nIVwcvJcvrDCo8WomwQ6D9uGyF6CZmgmcTWxKIJHkTlK0mzGFM6WkCngDdhUiCjECWpSqrcSr0uGOp/PU0+PoY2tGbvnnrtXj48hqsu2ZU+cPBaPR4cGB7HNUKUBptRnCXeIiisJ9xinqlarsFKPwXYZurlly5at27ZncjkYK3xoKplKxOIVhEOxGPxSuLhymPBLZ2eXtPOnMylcFTd416vu6OwgottyqQRFsLAw19vXTYBPXyYQkWtWqdqPPfbkxPlJ6A4ESc2ORF/r7uq5aeettqvN5st///VvVV2uBwqBjd+k1Gd5awmhr/xC/C4xjxATCqVt6PmI4psUT6oULip+PRy2b7vtis98+o/vesVNf//lL64eHV9aqpK3rHrRhJnLpXt6+6s1HHrd0r22THRooHt4sH9+dj4ajjg0xVoRMyKuYMCdJQ+J1WEJua+ozo4DnXiP2CsIlQGNGcJGuw7MINRnX19PLpsNRyNw51eKBcje9u3b29rbQ5YFWapxh65kO4W6Ek9OTU0xm7MdcH/QMCmaMgC9bHGiyAiQAPINhVIxwOhIi5PA38UAXM5CuLA4x2rSDdiWuE9Hk6mc8sylYwlkoCQOtAyNSCSoP601GJCyZ5I4lZkHtJ1sDAU4L+oQ79mybesdr7hzbGxM7CSxD6nK0NBQT2+PvF8ipwDGLSNHuC5iMeixZoWp/2XL5s033XyTT9mXBOyAHC/8XiUkNxHMNOyahIjChAvX1EEc5tS7urK3334z7BpsdyJJgPL2jhx/qKbycCKViLq1I0dO4BOLxWI6nZAWQRyJ5/cfSKZSsWTS9tUndj934ux5kR+FE0RB63CTSkP42/wWasYn5BfLpsewUghdRPMsKoHorqbWVK/a293xwf/ynk9/4k9yyfDk+TO1eunwkaP5lSKPy1au3XHV/Pz0TTfesFJYscK4YW/VyEAiFpmfm8XK51fymvILtKqos6BBTJLe/IvaitXrzaCLTJYnjms2k6HkDTkU6YGBwe6envbOjoWlJSGJQogBeyjtSMyhaEjOPIDjY7nwqhRs4RTjlkkhIGo2QgzKIABPhGhPoqLTJSbkZmJT6l7yaMaKMgnnpbKE+sc//vFfhiWc4BE8zZFmPF2d8FYwNTK8knBkPO9aYLiSxmwQhXNMXAilhSwrlcq4BoKuS7liBc0k1ykXS2aomarGcmdzWYj+wuKiMNV2dHSm0imtiZxoyOgGnJYGIrZ6TSMWQYtYBhVvZHR4aHhw/Ya1o2MjmWyms6ursJK3G9Q5msvlEoQkJtgKCybOCkKOqHx/pTWiPZGK33jjDYcPH4RRj0YRr/rxZPLpp16QWUP4spBAXfXLleVPfeoTTI2zMjs3D/PIkuSMjg7f85p7nnry5/VG1a1VX37rDYbqKeovEA9Kk137F1M2Wx4pO6U+A0FdpVqp73n+xIvT07Za6c6Zr33Vze/7nXe+553vOL7vyEc//N/r1drAUB8O+NPPPHfhwoKqx9OZ5F//9Z8+8cRPrrr2un/9t/vDhpdNmMN9HYrvzM3NLy+twAQp0u5/CZOyWEJZc9cTQi1X+ugdmu7UFB6f8E9qMhEr5vNYNUjg6Ohogh7Jru7uoeFhacLefsWVkLFSqcTK0Y7GYjLtVCp+ogdF8oPihJSOhTdBMKJBv6VUtqRAEpSggqZ70fsOW/VUKnnZJmbM5nASV3aL0Uwux/OIA33ZHkmySdu1pGrkeV67kCw9w2sggdHW7BcncOildo+f8FalAOUxjSy81p237sT7T508ifhB3A8p7uFzeJggebmaS9x98Dnl9EDMevp74oloZ08H1cYtC3JlaLqklHA4ZNKSRqZYhrBTxYIVio6L4xYQm0Sj8Iec977nt5566tF4PJLPl4ZWdSnC6d1sqieeUp8iqOLY2Oi5iZmDh44TgpS5LZ5+8smdO29IpuKl5cU9+/Y3bA+GGTfKs2NY8Hyv6XZeCv8PptjQveEU0jSV9o74ldvXXLFz59aNmz3be/H8zEe/+mcv7H62PRe9+55XP/jIA9fffPP9332U+I1Ve/WacSil9rbcs7t3k7du27FQdGFmBgqj4bgr+TxOMnfiYuMMh8C3fgt9Tp1TcD5tX3SjxxyJnuANha7KChmIEGPRCKKIdCqDQB32Ko2NyWVhDIvFAuLtvr6+TCYjSW8hVXBbE+nErIlla4GodKk9ilCJNEoDt9QJpWwoLERiBsWRDrqcWHH50ot4OWdHWWnhJwyUy4kQLITWqDcCLzQgHQgyNFytMLgcrAltidSChJIQ+yrYNLwq1QtxLegdMByVSiKVpHENug4DRUm2nt4f/+hHx44dh+86NDzUv9y/uLg0OTmFz6iVK225nO06kRi5LhCwzZs3z8xOI6qHMYzFoyEa6a4tLi6GQ1Y2S5zTBgeBiXgi195uaj5DDhpMneKKJ0wst2EL6tgyvbVrx/r62vbs2XXhwtnu7k5Ch1IDgcPAUs3nBonde/YMDw+NjAylU4ml5YpwoxVWlh99+KG1a1bvfXbPcqFUabjxsKmRBDbHS1AyRtKhfitEbKZqWBQpk0rpGqzMTTftKO09duDZw49875nJ84vTSxXbJaazdds3ZzqSCL3m5koXzi4ZoXTILL/xLXd97R++8IrbXvWRj38GxztkqKl4rLCyoptGsUIWpjVEzWu0xgq0usboX7JfiMyhMmq1uiAzFRYSK2zG4pFcJmNqaigS6ersHB0ZTaTS5Vo9kSR6KMR427ZtS2czsWhCkpwhK+Rzbwi0m0BABSPaYsvX5QwkGXIkY2SkF1GQWMGc5ng8Lig2PClNAmInxTxSFMPCfDkLocz3Yg+GB56rNGKgUq6yqXNFeOhYJxJSbuLubJ+TonSkoCwlVGBhEwXWDCMFIxr0htLimgZ8RUT/4UhYlam0mt7X33f7HXeMjIwcOHjAcevDwwPt7VmcsGwmW61UIbf4aCtizS/Mj64aHhkZXlyaTyQTE+cvdHS249MVDlPrtbrBebmGTWle3kvbp3ySH2MCNZjWCuFjWq5R1XXqvmUm2tqyuFqtViLmUt3z1ZAizVWew8bQOn7q9KrVq3bvfubKK6948KEnyF2H966En3v2+VtuvX7vc88ul+rf+s6P3v3mV0WpCKcLjRTXJETqmHSY7KvLSRquXhDTt6vqvq0ZJd984qkDh49dDGlJfJwHj5cn02/ctHHf/ucVPfmNb/zYMZKwWJs3rVm3ZuRrf3/o3e/+LxenL0YjRkcm1dvfl5/XCoU8Tk/ENKuuTXPTeJaprklLrvTgSg+amU5mDNPIrxQq5bLF9HDQcXB/oJgI8w1r63p9XX0jo6sGBoZwp4OM0V1aWRoeGU2l0h41aoUkEsEiU39x2BS2Qihl7jMMi8ckYsPTC70IXBLP1BmawwWJKJ8HNzCenPSOSqoc1xGqHorLTeKoC2YwX8ZCqAq6V3isG3UbUY5sm6A0IXWRWJM7VPoApfwAAQjSOQJQrFYrAlZs1oU4IAx6t6V+SCJdrRULRcnxGBY1UHd0dXb3dA8M9e/fv+/kqWMIOBHYYyNi8fDA2tXzc/PxRLy7pwvSiO246eYbj584+bWvfu2BB37y8Y9/DA4St8aYQqag1lQEhwpDjZeWljs7O3neA5xWOqIC5K9Wa3pNyeSiODyGGdm8aRNuIpVIK6qtaGGFGK9p0jVsvO9Hn933wj2vvWt2dvqPP/TOhx5+jPiwaeRTeHGhMju/0NndvTC19LWv3//yW65YN9Kj2JCjkMI8qIrqkPi5Gguez0KoNpkXfduvlmw10rASDzz548MnZxQ1VqehLjYxVqgKItmhgcF//ca/nT1bPH9xUQuFFc+559W3YYnHh8cuTF7UNSdlaqN9XXatjD3gWeF2uZB3ediFzgLIRIy0NQjpTcb99fX3wEufn5/HCkMghWQOKjMUJowTOa6esnpsTV9vfziS8FXiiUmnU5CNXFsmmUmH+UHVxCZs2GOYeJNGCG6qlI7xEn6XliUHslmr1hmYptP8HL9UKkqeTP5ciGegMcvlEoOHFW6UdmVAYp0fAnm7zN1R5h2pQHtBKrRLaHZ5gJ70/hFiplwui5cvj2AeegCTj/AjYDuXfgi8KvZQ0uUS9SnMgCD8Xy0ebq23t7+zo/PgoRfOnDnd3tZm204ymcamtHW0xVkfi4Rnshn4RdFI9Ctf+cq3vnXvu971LkSJ0AhWyIIXXa8RESKkzmDAgLSu8ja7QfKAva8wcRbCKtoET7/yiu2mRQO91LBBZQi3Tj4BSYt+7tyFet3p7GyH4zo+Pnbs2Bk8SdAZ1Tt65ARUwNJMqVC2F5bK/rBO87kRX+nqJV5oMFCRs6Yqs7O5jkpDeeNf+afvfvdHD5P9xC641HclU4QHh4cmzk2dOnVherahamF2Zt0rtm4++PyzN9x447GjR8kLqVQnT51SXFh+pdbg0fVMtKGw50lhHxxFJh2m3Eko1NbWBi+YGA4ZkauFTI87NoUAMpVMtXe0d3Z2rF+7HnF+2IpAuaazaStk0j80OAqxAE0qEQq7945zCV2v7C/WXCSQQk3fa5LHcDgjZ0AmIyACkuq8BI1SRZTd0XRYPztAnEqd7HIuUUhlRoCzlLlilgp2D2KwPBI6SzpbulSkVUyWJhhDGcw2w6PEDyn0i14Ut1bA1sK3JRcMOlaoDsntpzi6EMVcrq1UriRTKeIJDFPQjrhVaGw6aXqE39PdvXPnzo985CNzc/Mf/vCHA4YSUR/yQVAZ+CBml4oJmFiKK+ICIUjB8aNYxbVx8UQi5rgNlYJdTYI6HGDqYdf05YXCwvzi6tWjp8+8+LKX3USH3KVT4nja3Fx+cbESjmVXKs6BE+cVM8rC4hGBTatOwRUyCQUNApSKEGpqw/ZPTS596V+/X2pgAXlsKPcTkyupuddcc/VPH3hsdmrFtJKaCX3hptORsbGhPbt3Xbn9ihNHjjmlklvMF2dniH6rWiMCJsVvuE6DhwZ7MhXD0H1ViDRIeObm5rAOFy9eLJeI2BO6SoippHqENb/zzle84pWv6u7tg+cJLYCoOxyP5jrbM21ZCAhUZzKZ4hpDMy23slIolyvCZCxnRqRUTo4QVYrUhXkXBZMt0CvJ20nIJ/m7oEhIxpYtQTCzJKA+uWxLFPPzM3YL7Ed98dB7nPsK+t8pvNZ1HGiJp6UKHzARMO1SgZHcEdGCAoZgz14XLJvIgFTeRY8KmEasouwNlZUadiqdbmtv6+ntnZqahtcEDxOeCaxWrq0NxxRuFU1dY4ZZmDp4sJs3bZ6fX/z2t+9fvXpNJpOVkeuQrny+QNORqFfVE/sJW4ozIUVIHBEY0uXlPDMOEmib0ymh3XsOTM8skDZ0PJr/TkU/T9Hqq8aGtm3beOTwwVVjY08/tadRJ5YlHsyr5FfK3T2DS8v5hYXZdauGe7vaieRC5fCvhRRtAUd1EkKSQYeYCPT4l/7twQeffdG2w7oZdqgFDKEm9Wn09OWGBgd+9rOfe2rCdWGuXYjljddt6e1OPL9/75vf9KZP/flfNiqlge5cNpvq6e0xw6Hx9evgGJ+fnNR4NjfMuOO5MmebbB70F7Ef+AsLi9IsIn2hFEtjg3x/1arVr371PYPDw8lUmgym72HpKtUK3FeYp1qtauJIEG0xzc0QQjQak2oY2C/vkomuEsgJ4ZAmZP6t8pWYO5FGCR2Zj7/RbOlmpKQcCeqH4pqEtBDIV6USRTJx2Qrh+QvnsCmCPqPbNkM4ylhE6TETbhiP51qLXydYGavVXSb9R9z7XBI3ldBMPJxArJ/4tM1Z5+wiirTLlkjxI+Bm5oolxajZbBab9dy+vatWryKNqFAAifcvLy/plFaNM2Cg1tHRceUVV+7du+/zn//8nj17IP/Dw8N4f47a7TMNYvIjwACb+ibDV7OVkUhT4hqPLsNrKk2Zd264/pannnomv7LMUyEQWBF1PIKreDzyX//rb3/9X772ute9HrKxkreZa0I8TKNBvfTK7Pz8oUOH7r77VdEwMS4xJ2/LuyG4NANKqcHX4yS8nveTH/jIZxcrIQWRp+sqVK8zqHSoOhs3jX//+99TFbh/EcJQ40mv8va3vebFE0etkD40NPq5z32+f6Dn5XfcuPPO2yKp2KatWzq6us6dPwcZY7ImynfBCBGVFTVAhJgrOS8IJ8R4WEnE+fh9JZ/HaYf+uu66626+5WbEetA7FtOXQNiSCYkSSQnKdA1Rl4SX0kyp1IuZCoILcXyaI4Z1mRVnSnuxJGzEY5Ldj0ZjARqEt8UIymBYLFHxMjNDBPKlEcJfWiuTeOTiIuJuIXWinEQtYf+wFgJ3kqyMrK/A/AKmUOk3k+QyXhJ+ZanaS5lItiHAUsmKB1A4cVfYR63jeolUZnT16mt37HjhwEHo3UqNXC6cr66ebmhXprapSlN2NBr5/d//4Mteduvx48e++tWvfPGLXzh8+GCjUZOpejKWVAgapcGqVadyQpbJfeJV4pmFkbWrg4Nd99xzeygkjE+U62DebnNxvhCJwCDU+/v7CDHrs1mjdxHpRa1SgemxVevwmdmfPL7bVkM8AapVqxAEqSuDgInuzadxodY/3fuj6YWyqnA+meYd6SrP2l6/fmxqalJTQ5pqkiDjNbfu27XtW9edOH7yiiuvevDhh7F2G7ds6OjvXSoXs52dRjSymIdvWIggeLOYiQDiG7Ig8Yh4i6UCIW8VagAx2HeEhYLGnF9YgHPSPzhw9TVXw/+EgYwnEtBcDIUx8T4J7wOw1CVzXZs7LuLH4hQNVHbgPbKDagspkTTLS0QjZyDoJ2wZSVeOViuX7gWz05X/wAR9GQphUIfAAskwMziTAkoS0h4xaFKcFVdeykFS/HFbCClB0gSOqLTzyigYKRZJ7AepCIDd4qK0pme5TdYTbK1uRKLxbLZtfN2GV95999Fjx+YX5qEJKtDlpokvCbN84cIFfNDS0hK+OQTjD//wDz772b++8sorvv/973/2s58j6LbaZMSBBEaJp8gN2iOpAGVS8y3nbGMrywU4y7FY2Ap597zmtut2bGeS0mZlD472wmJxbn6JBpKGjM7OdoKPUbeET80WClcz8D89UlGSn/nyv5jJNsUIK8y03cKsiWGEw1lX3Lpru7P52j/e9xNbiWiIPJnFEBbLp7bGrltfdsPi/AK0HzxiAjY4VdWvJWPWhvG1szPzQyMjDz70SCaTvua6q00rnMpko4kUfMRKtQ6Xsqe7py2bgcXAnTTqVZ4Q7FHFgvljaM1VZWVpKZ9f4fXRsrm2W3beOoTob3RVW3t7IpHEopVKRQhhT1dXT08PDCbc+HSaOrDxexOb0bCleZcopHQDBk1o7cUGCjxQ6hM1LgZK033QSyElomAmjCTPAj9WcgRy2ESzB0flcs6OsvpxBJRAh9URLIUvdQWZPWBaIamuYo0gTrCNkFJ5RqzN8vJywHMuzFnNclwLLbWysiKwb3k+IKiUqICFXCVidepTJBwmkfMVViiB6akbNm8++MJ+bPPg4BDe3JaFs5nDGcJJwgWLxUIimXBce9u2rVddfSWeXFxYTCTjxPnAplv4Mhzi7a9Behnmb0XCJlHA0NezevoGFa+BT65UVhJx8/0feN9ze36vmHd811YpracvLuZxdMfH1x06eGgI30F5QeE50gxDIz44z26oRtT1tTPTS/d998evffmVOk8u/IUlpPfTfBmFuJtiu58/cmpy0fVSVMd064gGiXXXULZtW7+cnynQSIw4Q85czcDz6s5bblxcmOru6kMEd/bcuVtuuqk9mwvpPkzf3Nyc4ysDff3zs7PR9RtOnDiOle3o6jx15nSj3qhUa9FIxHZsGhQF61RzcE0YoHAkAsl701veClFLJVKxSLRQKGbacrF4FMoIl7WJuoCceUqTOojxKhKqEO2F5mGRea8TMpUE7wqy3wESlfNhVSlNiYclPpFoQ44J7aC1gtMHdTlCHEP7ASlGkGa/zIUQykxcDshSyLSY5cE3TFZm1EOkLedXhHNJehHEb4T9YQiYJbIq7mswTkSqFNLaKx4L/hCiKEWkgO9QgHLYmlK5xjbKjxDSoq74hCOnikc03N/X155t+879365V66vXrCYKimy2WilDu7sUyuozM9NUciQPKjw8PAQRxVfl4QqKZHSF7QIXhOKQf0KL1+oN3GM0YpXxcZR10Cow47Y3Ntr7ht+4+5//8f468d9Tg1K1XrowObN6dPWZ0+eGhgcUv6apccWIUp7Uh5BXFY2YLxzVqrr1j/z5F9aO/NmGwXYFl1XUVi8FS6xKfmdN03/66C7XDUPEfOqp0xQNz7tDI8OKEjqw/6ji0+AK2AaX4UeKat/5ipcfO3583frV1Vo5n1/evn1LMpnIJIhwxIpEy6VCOGTNTU8jml1BQKuq2fa2WCI2D49zYWlhcZGdHQo5cddY6lwi0dXTu/Nlt/b29kbjCYTvqWzOcyiRw+OWvBDNx6DIud5wqtQoqMTiCUS+cFPqZLU8Jk8IW8SoQ/mbAtF8UGszySwkymBAdqNhhSwCSTUaMhABfyXdg+KUyrGRZDvezzPqZEA3EajUuEGRGkeEd5iDncs2MXP27OmAoodia57sXC5TloW4LNmaSeistHifJJUicwWC4FDc2gAIL4xA+F3CA8iAvCEYS8ARAo2bxHmSxWZOWzjGjRaJm8r2wYT+NjSjr7cfRu7ihQtx6oWIZrOZ/v6BUrGAr1pv4JtEJWcL0QpZYcotlcsSagpfk/iijB1tRCMxidm4Wwp+UYNGbesGz/x0Y9Hw8MjAqdMvTpybV5WIYqi+Wh7sze64avsTj++64urtP/jBDx3bULSI6/N4TxX+XjUeiSWjibKjLa9UcN3rr9gS1ikCVHgYlNrqpai43pMHzv/tP/9kiSAupqfYTC1ViSWVV9716kcefvr8xBwWRtNCUGLcxeMmktrvvP/tzzy9Z/WaweNHD1TKpTtuvy2RjIXClkcIAJfmrClePBnH0sHRhDOZa88NDA/KoLi5hXnJP3JK2RwaHt64ceMtt966bv2GRDJphaM00iwcxV6HIpaqa1ErXK/ZFCQ7cBSrddupQp7Ylsp0CuxRlCquGg1rsusQRt3Uw3xxfDTVR0hcG4IHUC4h6RIjKceAf9db5X7JyTX5L0lBq75OjozO5XtNzhic8MvWEkqQHfR04bBKHcLgYbOS0ZIqatBWH3CQSuZKoixxPiXLHERfAV2PKL9CoSD5SbGBolOlgG5ZRp1HagsE0Rf8pU/g4HKxlE1nsI+JxPUT588ePHQwm83Bs7GisWQ6Xa/XFA4q4CPhO/QPDMLeiqgLKgBSiminWiWK/lKJYBkKJVc58eLYEqzqWlMHcXhc7+rMvO+9b92/97+XSrByFqK7nz/9zB/83m8fPXb0dW/8td7+7lMn87rK/fKaoTiqooccu97TG18oVn0t/cOf7t22Zuwdr7tadSsUXXoIDhucSYWkZ779g29NzRVhzbmMoVNaxq/fdfdd83MzUCKIiWEGIQMyDQ7ubntHtqenfe++fXfeefMPf/DtV999F4HXOzsZLegxEsjEqa+USuFopLe/L10un794YfPWLYVsYfLixd7+fmgleB/JdAbyNr56DD9T6Qz8zkQyVa03IFcSNpNKsm3IWIxTAGSpwmEqPBLfqS5921hSjTPVnk/bZHO1yfHcYKbIL6xZq7lJ8uECBJUOOBwkBJlMo6rLS0StQNSmFUmnV1onkFgSo/F/N7LyMhTCCHHFEsU9DmjALyg3LUys0pogvqggiURpSfVcHH0cZZHMwO+X2BrRo9SFpItCfkIUpd5Qhnhx4Zi2wmzyi0rWRxrJyuUqzdOjOc8Kj5v0Vo+tKVerD/3s0eHh4brrJaNx+E6jo2MzMzNcd9B4DFGFGGU4xKWQyXHa2trx5Pz8PM4uRLRQXMFBFNwG8fZxI5WgFhmBRVWx7dvHb7xl209+sscn2hn95ImJZCo5vzgHv6u9ve3UyRXcJCFd8JFmBL/DZpQryzErVKmaU4uVL379gV+7+7qEwgV46lqCdldrtnkxX//pI/sbXtQngDgRGama3TvYeecrbnvmyQNV6qs0uA+LR6M4rh/y23K5VDI9Ozu9tDifSiWvuuoK2DSadiYQQnh94YjT0KyoV5mdHt+4vljI65Y+OTl5cXoKe9bX13fFVdd0dnbF40krGuloy8DsY1Xh780tLOBJGqfFqRSi64cswWMkiBmFZBAGtdWhLAwUESvMZfoVRNQweDB+9UtIooUbQWfyu2C6i/hZTfAwJ/loVgLVHkKi9aSALIFDM9OOGIdPkRDnvZTi8MskehLXUbxESUlhBRFcQYpwvjs6OkQ2LiWtEJspuEEm+VFFBQZlQElPSwZMoKdSqZPcKYIPIcgQQBzTbCEE5WGGanO+URtnzAWKIRAcBC69/YPRROK73/vuSrXc29E10j8IUc5kYSwz+LbMkhrDKRFwDz6OBzlRI4WEr1LqVJpz0umO4PEK6ZA0lTfq9Uqx4GvqO9/x+v0vHJ6eofxTsdBYWFxG5IgbGRkd2vXUKZ+g3Nw2TonQkOK5kxcne7pXObZf8yLPn5p+ePfhV10zavllxa7hnY6vVH3zM1/818ViyFXjFA1qvuK4VlT9yJ98KBa1Hn7kEa/JiMH4PqqBwF7b4+Orpqamc7nszOz09ddfl2vLErAA0VSFgnksHe4a4Rk8yPH16yvlSndvbyaTfeAnD+SybapuDQ3Dbx+MRGP4AtFYgpMmeqFURoja1dVD2UvHljY/rnBYKqLlalWMD42pUFXHb5oylSiDGxYNsTEcVisQLxhP3Wz6O3Q84GS22ik4CddgvlRV9l0wVazhm8l2ydMI5zBhXVm547YFX8ouvC8e1mWOHZXOI1k1iZ6lEC8D5bq6umQ+AaUBWtYPPhssHHOWwGsPsfLGKcfZCHGIqDAaJkzTKgXS35zwrkjCRsZFSF1INgNXw4GWz231T6nN+eY8Qp3tbSqmqslkusfpD8fi9337vqnJqRhBZDxJwVHutK1NuiXwgOMjZ066kOPxkBQwYQMF9yO3LzZfaio8qARfUvMUZ+2akQ/+3nv+6I8+o6iWphoXL850dXdfvHhx06aNqv6wL+V4qgpCXcDB1hQHIdm0r0bUUMzz41/4h++N9713vE2hzgTfKNWV7zz81Ld//FTDy/KMUkUmzm/ZvO7ggb233fGKc2cmNCXGxEyq15wqTODW9evW/Pznj64ZG+nt7Y5GaaSUwe46XHGVWl1T9QY0nRtGYBeLIoQo5gtHj58IWRHdtDZtHunq7onGk47nx+IJXM6ihErIcZtdQtR64sKnDfNECrfm16mV2wy1mGPqNAWVeaiY1p+CiLrDkySInZU0o8UBiNIiqoATKcTBbOJsYTcNCGNECLmO6AQNbkLCIJxU0v2E6+EZnhVVMnSzNQLs8q0TBg2UAnaRwj23yZfkzmUJgil2UuTB8ysryxBRrkb4LI0kA/Bq8V+tVmXx85lBvcFUNIj9dB4u35zL1Wg0GyyCau+l1SQh5wtaPA2K+H2audegoYAQV6j522+7EwL56GOPLy6vmFYIm6USr1Fd+E6CiU64GL4eQdWikXye2HREGQutkCR1W4BjcoEilMeDTYggjL399lty2Rg1N6jq/OJSNpednZ0dG1vFo7sl/vGkW4h6LzxEztVtV44rehUadd/Bcz9/7mRDDzcUp+oaEzOlv/3n7xVqWG2rWbfwbPipa1aP1Col6vC1Yea5c1+agbm1OBzWR0cGdz3986Gh/lQy0d6Wg6+Ij4R+Y7ot4viJhiNYh2g0oRvwzcOnz56r22461xZPpXJt7Qj/kqlUd0+34CKwvhAXSqLQfFwsWxg/ZUF4MjbhGDwWCI+Jv1WmRTR4CAbkXOfWQSmv42rxRNzk8Bu/S5ZOo9lpboshRhHosay5lPGxdzRfnaemBSgRPmO2pBWYfDEYzNQEwb1kU+x/OUIIFbi4uIh7llEt4joKxFbcVKml4lhLIZ4r4FSc5UpuXABQgtkV20JDzJn6Thw/ae0VEKnIm8SWATW6VITEE8ZPmeEsYFSBuXBBz+cJMAhgPEhkOpFOROPr166//eW3XXPdjp88+OB3vve9Sq0ajkaWiGSxhpPj+a5k0ovFggQtiAlxGhBWIeqDmpDKsqh83HKLLt50PZoHVas5+Nh4VP+LT39s1VivprnnJ8729nRPT09t2bLFc+oqDd8V4jSf2YxCmh6v1+rv/913rB7IIrSqedF/vP+JuVq4qkWWGqEv/dOPD53M227Eo5Z9T6VZZ976dWPRiPWmN/7ms3v2U7XQ1XiMjNqipmmsGu2PRI3Tp49393RmaXoUzR6F20jkFJ5Tq1YQApN1qtWZ1rH+owcenJqZ7+jqWbt+87r1m7p6ekNWGIqiWq54jk3DMcgAWtLDXas3ahy8ScgXjcUMDoghh+VabaVQID/H9+rUnAI/k9JvIcY28tjmmrgVfhM06ku5SzqPsPLY6EQijsvCW4ZeFiuHdS4UinimWChJw4B0AkifYYC5kYkGfGZ8yReKqbhshTDGDxEPsXutPoPGPFeacFJFMCSkZuthiGsqsYRkvbC+UicUK4oHArOAMkSAqYJKlfdAPHBBAXbSZth2IZ8XakoK3qi2TsA0VzgtWLmS84fQQtVKhWI2k0XEmEqm4C3f+rKXWVbk3nvvmzh/HroZzlWpXFzJr4iiHRgYYI+XcB6tQXkN0bsiddVqhUc4rYhZRrQDVQyXzCcG3Modt1/z2c/+z+HBdggzhHAln29vjybSKRrKqRNwjQ020eorvqGa8X1799318p1uft5TQ0fOzT975HyxYT308+d/8PCzrpH1lBBJIA3DIC6zN735jZMTE0ODfc/u3scENswTFRDTKH5PT6fn2X39vaOjoyrVGr1qpSaDWXkEbw3eJdYQAXEykdq1azfV9BLpTHvn0PDI0PBwd3dvf/9ALpvNZTK+5zbqNXxT25a8vymN2qJ8g0YzKOAKNBBxKxuuz7MJwlSwpXiv1VITYsJLceaDhKd0umFlpWWpiXdTvI6ODk6qKVCpGeJHjbJQhURxS6zIktaQYSRchfYu9WDl8FzmiRmtObpZFSRapVqNUlOtzmUfApSx7ZIWCoONEvxVmoAtCWVZ9IBrWabJtTp9FYHIEG8Nk3yxGtYZm1vEhrKNJYyiY7uIKJsxoaJIxhJ/1fAbtmtzvKoyLaYhRhKBIjG7haMDA4OZTLa/r//o0cO7d+85Fj+6dcvm7t5uCjY05pn1vXg8yikDnJgat2+HPdezKVuLA9HgsWp4iTlsG/WQZUbwzT3Fc1VHseu1yprVA5/8849OXzybTaXsuoO/zebShYuzigzopWqhJ/S5OLRPPrrrt9/3zmjEjKTj0Pjf+t4T1175gX++70+Xiq6rmiS0TpUKl5q6ZeuGnu6MbiiWFd+795CitObvsYvLtPze8FB/PBZ9+1vekstlrBClf0MmzmudpiFSGtOKRuPw2gqlysGDh+CpRCKJjo7ObK5dhZOpakRUjl3j6jnRalH5X5fcW1CaCkyQhNblKuHdTM6c+dKFRS/xuGIYQ5pbjyVCaMptmVRhMgWEzUbMYbGstXgufvE8dWm5HjO7UzjasGs8hYQaM2QwBnWVMZ8tFRJZ3GHeHeIiiVz+lIcazZFllBl0D2cpuF4QKlfKS0uLnN2C30glO/bz4b1oAreNEc1WEyMfkOpxPprAWDBN3LUJF8Uul6vQvjzaPiwVPKkltigo6f0Kg+No0KjrwEfyiYcFB0axHdocAwfQ1MOxiB4iZk4aWUiIpzDcllgsmUqkECKuXbtu+9bttWrtJz/96cXJi5KnodyP0yiU8q4PH9OORCktwWOkaohDw2GKVOEg07R31sdE4KfqZCnhqZFStwncrzau3Lbulht3wODYdRunsL0j69NICaPZHkEle5w4xHixqfPziHjWrB4cG+6MmuauvS/+8MnDzx160fMtak9Ued61quPurr1+68zUqYGBrsce2724UIJx8okUg1MyVDyEUqt39XRC0Lr7+qMxS3otdBo+Z+Bs0xxIDd/B9I3woaOnnj98LJnJDQwMjY6sikbiQtBIYRVCYkVpwGW1HUVr0hOKZ+G0/A6p4kpCWyPwdwhxPwx1MhazeJ8QHNIVHKggYpHiaoQAj2loBAIEjb0CrJ5wxug8TZjqnIT29pnsUGV/FXtbhWIMyfw4CheJkAHeNStoU74G9z6rVLQkrJwBa1+vVS9nIeRxf5T7kJykAItwdnO5XIofUnATYvNgq+TNzOfbTEbH+SEuhPi0HDlUJWQXPKH4FVKiEAmREnAwJbuZHuCBeK2Cvi/RuZSnBG0jlRIJL5nNmsLObKZteHj09tvvuPGGm75933e+8ndfvXDhIg7i8tKKcCWIq8mBfkEhX65RKhUD3ZFMxSXt5FHYaXBnup9IpshKNxpQQQgmOzrbu7ralpdXxlaNwMFVpTuJCC8MDg0NxTcXFgpwZV9+587+gdSWLcNLywt/+3f3bd1+o6+adGmiLQ7DtkBHvf3tb7z/O/dv3Xb1X/zF5+EXc9VRFbpV4SfFOUylqaAHVUU1Hlg225GGaZlzCksOt/K55/Y+u39/NJFMZ7Lj4+N4M22K67MMqMIApHEqSQD0MmBLgPUBVFpGHUvnl2yQLLWwtlIuQKcI2KAGa539dlfybTJtm0O7uggzA0qbAzCC+WpSKpRkOL6DsBxIH5z4qAHNoehogaQGrFCXOb2F3CSbL1fiugYjdwWvIASHojKD7kyJvPHm6enpwcFBqXAErfTBhG0xd7J84v+IEEr+RuAsckG31cQpfyJ98QKnoPPER1JmWhSLRanecsejw24w+b3cz2bEeYBpKpPBVz116tQPfvDD8fE1V111ZU9vV6VakXI8znE0FuGcuCoMRQJYDw6K8ARS2bCF/xa1gk/v6m5/2ctvhtnMtKU1Q3OEzV4RBm6qu3ukv9XZudlt2zaePvvDzZtH9jz11NnTF7dfd5Vuhe0G5/2ou9C7/rptxdKip/j1hvfi6QnDCBMPMDm3jPOmIgV8M62zo41qd1g65pUjzi3Ig6mGo2TUsTxHjx0/dOgQJKe7u3toaFAaR3gauNqo27rBX0/md+sGri1iEIiH1GkFLRS0mAW7JnpQ5ihLVwrpSo2iazNkEIMMPosDVCpU2krAMcM4QXiYdakA4wpCxC5tTfhQIYaTOr6cK1wTeydaW3xjKSEGraeXsyUMSjoBpJ2Hvyc4Y0FaUJBoZushjepSeJWiHAyUgOWFPVLS04KwEZEWVCecQPwUqRbbKLwY0hYoc/PETRJ5k+ylxC3B+B7R1iZLqiv8cNxTA+Gq1Ro4xGYorBuh3v6hG2++9bY77pycmvncF7/0zXvvq1QRhBCRYTQW9YiDwmOSdlUoPEjjkhzWmSDCDijj5V7E7HM7jXvV1VtxwtqySdepE40Fc1VQcEgle4rZPE1/ateu66659sC+/cMDbem00qhXj58+Z0Zj1MoAVetpEVN7xR03Pvvck//tDz/01NP7Gg0dLhuP5BaKREhgQzfcHddfOTjUF7ZC8Vi8Wq1BfnH0Q2ErFoexsnDr+1448MjPfkYTkXt7hoaGBKHO8wKw5i5BUgwL/9WqDUYW6OKgYqlFq8o+BvS7SoskRh4B8whpqBYlgtTxgl6kcrmyuLgoF7wkv9BMn1L3va5jhaVFTkRdXCSJRQVYL2pOzhXBdPgkSB4+KA9e5nXCVt6JfsIxkKWh7UGwFIsSQ4Tv1SjprwXEQdUaTcAVoIzUWy9Z+qoUD6WHWpgspLFFRDTYS/lcQeeIxAblcgGUisvKnpUrQ+plt/hJw6KzGGuJqBtMOWceDS8Si1uRSCaXu+Kqq4aGVz38yGPf+8EPZ+bm4Pi61BpS91j1BiOaaYwzAQ2akFfZctEFgfEnOCWlW0nRb9wwHgsbNFOeCu7cMagIlagD//TUiy+GQxEfRsJ1+vrSjrOysDgP4YDXy0z6fioZW79u1ZkzJ3dcv+Pg4VM4qzBULjf+Mr+NAwOZa0vcfPN1EOpqjXjNE4mkz8homp1kEJH2/OLS/v3729rb2jraBgYG4C2z5x+1mDsNioUdakK9ZDLZSDiC5WF96LSSJU1KS4kjBJIihlEsv5QuJGARCkPxYoLCssA8cE8Q++AsBZVeKVoEnahi98S+iShKxAEbLuY3wB7LVspxCupYl/b4XoZdFPMLM+Q6Epq2GZWJC0EZKZ3GgxKzixWqUUhNqUXienEonyysTYG+lEogtr9YpBIQ9pXY5pnwR5ZeDr3sk1TJJcxTWtNLpN9CQsSAtY02kiEEHg1GZ7Av1f2ZXpq3mUZP+h5/majoiHQ6rWrCFYQTllyzZnzt+Ppdu5750Y8ewDs7O7o7u7qIWYgz9WwTTELMsVqheYI8BUA23ufQkdqcmCgJGoNQIJrR199/685bJ86dvXB+gvIsVLmHWWZaF7/e0535jde95v5vfM9zKrGEt7i0UCrbmhHxPZN8bq+2fdvYq+664fip4729Y1/60jdrdSH9pmwUVArUlBFy3vHOX3/bW18fjigUyNJER40w0yEjzFNZi6XyI488Go6Ec22dg0NDuGUylT6ZO0RauiaBrsoHuomibhp3TRHWAJEisfNBNC51WsEkigYUiTV0bFldKr2hpnySuJaKJQnhAlSaOJ8MUbIlDS77KG31jNKuCWRKBE/Yu4P8agDUFkdMoJR4lVVJ5rIVwqnpC+yRGtzyo4rjh5uHKMrcCJWA1GWJ4pqhAqP/LlVUwVAK9jb1gMdJIj2JuQVpwbjtsqBPZe9FLGW+r9LiCwqiyiBMx4fW6g2GqNCfUb6bnFKafye62fWIqcznNK/bGv4MC7C8tIKT0d7R6Trurl17Dhw4iMPaQQMuEUDaIR7m7vM8QzwfYRdamE6IZoq/AOS8wSVEWEs4YHW7jqPc19szNjb64osvzs7O87wkSk8ovqFozhVXrHvjr9/9+b/8q/6+joWl2TpB/JK1qqqZMd9zVKVy96tuuXDhxMiq4Xzeu+/bDzH2jdmXic0aC1IdW9P33ve+ub0zTqwzNB0kBJ1ohUMMDNAbtvvQQ48UCyWiWspk29vbOe1s0vBNMtpN6rngWLfyHAQMhEQHBi3IaQciJPkYER6v9aCjyYvcSuNwey4DjIiFjUoIWiv3oym/GGOmykBS2d9gALtILPZa7GEw7D7U5OX4xTypYOa5tB1Kd8Hl6Y7KusC0wXYFxE3iokgNkHlcosJUJ/SvgjKTUy5LKYwyoghF5wWQN7GBkuaiQb/z88Sozc+I/ylht8RdskPSRyPyj9UPCJoizWQ6s6clE9h2z5chmEJ0q0j7EnSHauiI7aIEuUn09w+Mj68dHVl13XU3bN2yffLC9F/91ec/9tH/8fzzz9Po71aDP09EofHbcHSLpRIjE5oYdIGG0IQpKxJPpHFNy1RdO79h7cDffun/uuqKDfjuqt8g1jbVgkT19/cXy0u+v1QrLe/bc/D82bNrhrripq44ZIDbOxPbrtz64wd+Or5mw+5nnuPA1uDY0ud8vq3p6rve+ZZRgukIUUuDm7MssgkKQbefeupp3HcmmxsZWbVmfJzHAGqc87CDAWMq94VGIiScDlHwCpqiuUECzAh6+SRTHSQIJBAICO1VBmoH8V5z8u4lylfasoVIprXXiCksiSAEdCaSH+AEg1FZUtIQCVRbJPnBzEOZfYBH4Btftv2ENJ6B3EiifsCKQNjwOwxOOEJYma6uLgFVCDANK5JMJIVcXRIwModAtoRBGJ4oM8lxSwpbEl/U9J3Niscr3r/o4CBKCeIHssMcNkjrQ5nz7DpBE0mvUtipGzWacq45akCqp1Gnqc1jDJnb32OvLJnNVCrVnv7BaDKdzGY3bNly6ODBF08c++QnP7lx06Zff/3r14+P49PT6SR1eXtuqVi0eMgMGXBCh9GZa2trw/cpwPiQRTJ819ENtVrD2VK+8IVPfeQjn/rpQz9zmLhd1ayO9s6z506Nr+sOh7WQGo4kI6pT1+BOU2ZIufq6qzq7UgvzK2vH1+3Z80lKxBCjmirzYhAQrls/tm37etumHnbHxgtaR0dbtVI1iQMttG//8/MLi4l4urunq7e/n9rQqhWNxRc/xaQw27ci8HqpHwTAFNFrAd5aaU0ZkUazwJSJPIhnxCKkxKKRZl+Swn3uKouo43KxRAAuSmvOrg6ZYnvoi8r2WglnMX2iu+XK4h9JlUhSPkHrHB5LS0tJxkVe5v2EklGE/YOuDDyQJi+y49erDcl9iWHEUcikstwpXxbqCgnopagg2RcFZkHV4eZJabFcLkHfOa2J5AIEF6kTxSmqsdX54ki1gJ0lSoxTuoP2XZFBFy7PMAkT2QntuUtszYb8rUFhHtkBk8bNsmvh0gX1kB8xjZgVSkStbDJe7+0ZGRg4tW7Nrl27Jmdm/uRjHx8c6LvxhhvuufvVIcJzuHW7kUmnGnatsJKHR0pZIs1sOHXIkGlB9DSnQSBnr0Y4kggRVOt//Zd/9Ddf7v7br9xXq9A03WgkUSk5pYIS1Rs37djg605JSfqq4zbgxzptbTmXcl26FYssLq3oCAQbdSr30xiaumY03vc7b+rrzjXqpagRt0PUye75jhE2YaGm5ubnl1fi6RRi3fbOTnEZQky/y5MbuYjqNlSPktUG+/y0IBbhDVfyxVg8JoZOZEwyapIVF0kQBC/B31sd8YYutN7UdUVdv1Cv/IcC98WmZ7Jp4YtDJGBaoWK5FPD0cQDZyvOxzymDRCVU4WmtcEBUeTNCRZFSyqtFogx/a8D1mF9a5tndkctZCEX3SLKesJrsiMtWBYVBidYEmyukIPKM0IdI74XU92gDyDf5Bacd1GU+X4BDH6ABBZsmqVExgIFulq8kESP1KQj+kCfUKX7T1yLhN2hyPU5niGYnusH8LddttoDwRRBl6ZJVE3dXblMgdaOrVuHEIKI7fuzY7Pz8v33z3sOHj73s5S/buGFDFCqfh/jBUhuabnMgahGjWTVshW0HYSSRtEswSeQUvmPq6lvf+oZYquNTn/wCd0gX2to3nT03XSni+2hW3Hpx+my5EqZ2J1VfmFsgFBiPOs1l0xculBSmovdpPIyzbu3Yxo1roXzisThu1+BPgYkLx+LziwvLyysu8/ljPZmjlXgAiPaNoHkQFtJ0CFw9KjjxjHid7gG6zFZtARtyJb05q6eJEWNPT4yerJJ0t2itNLUo5VgkHGSJpX20GfZTXbO514LbDrJrlOtiUNvy8rJwT8rhadU/CL8qHi8b5GZkxLRR5L5WoRE8QhfSebi8iZ5gvoR1QsgO5RBLw67SmiZHTWscM2DFYtEYbUksFrCyMntnWcJuIsiAWdWpcw/rjuchGkKKIcR4QdgpCQBpmAjsIa4AqW7laaLwrRQmgTBoeHozhSPjKSPRCKMZKWXRtIQ0Q0sLuks5M2AGOQZJ8+Tzeckw4Z0ry/krr7y6r29g9zO752bnnj94+Jnn9q1Zs/rVd71y5/XXc8gawTmem5uLRMMMmoXXRXRHPvdkmRq1AkvvYjQay+rmu97+2pmLk1/9yteWlqYHB4ccNdzWNXJhcvrUkdM1D8doUDFN32lMTFygFpN4eHZ6asO6tQcPXHS4Nqjodlt78l3vflsmk4RW8WiKi8WU+7oVCc/MzpYrVXh1sWiif2AAn0hoQqrCJWW5pObeSmZSSxGiZNuhEhGTlylWmDhHK5V6hEBtqlQIJFpjFiyKA6WgJ6B8k1vbmu5SKGTXm8ShogolnpfeGvGe5GsIF6bItsphp/yJHCfpuBdXkw+PF6RtBHEqNS1OpHMFhVNMgrm5nEsUFyYnpLYjOGxhy+bBqClJoLkM4OZR1cR4JxkXYaMR9gppAhaOXXLxiXdL4X52WygoxbsQH0bcV8liy88APSydtfhD0b4Bpp7rEKaYR5cBriZ9iip4a4VNq9QzRYYF5cQMKK7IeQAxlwiE0j+G2dnVyV114fa2zkyufXEp7/rq8nLx2d3PHjt2BEvS19eHVyF+OB82Z6doPnE8ivgZN+NzEyp+MnAPQWItbGnX77iGXEfDv/6G6778N1/b+fJXHT01PbdYUSzYgQiNxDYRT5ZuuP6q5/c9d9UVmypl9/HH9yK+1pS6otXvuPP633zTa1SlAWXC5l3nLxCaW1g4ffoM1QDDke7u3gjh9SKWSUO2TZrTRn4FueK2bejU4oAnJcUF8alWy47TgERIoQhyKM0i4gSKJyK1e4nhm9wlvNqyaCx1ZEipycuWPl1VsCz8V5pDw9U0YeJrprjYoKU5nAuIDOUjxMMKfB9J3Ylh5NBUjCpBvWtYbqopyyhofWig77IVwmPHjwTQIaFdkXSIVNtzuVylWpb0oCS7GPEH3R+dnJyU4r4E95JEJTYKGzGhJqGdDC2TuL/ZVMppFem25o5Yn5nSmzXcoKAvH8EUfV6z60+K5iGTbSBhUyCHBM7ng9LgenGT2JdVKRfPDQFkSMlYadFXNs04eVEez8r02ju6hoaHo9G443p1uz41M/X4k08eOnwE3ly2vS2VTinsrVnhML7pzMwMz/qNVWvEjBwhNkfckW9ofq1ave76azdv2nT48OF8vvqa1//aY08fKNUQT8HOEzSUC2H1l+287tzpEyMjA/FY+kc/egJb73mlZMZ417ve2NWZjsUsSDciIskxwg2emZ3Hx6VSGW5W1ngKhurZnk6tliqcZJX7b6nZT2h+6L5q3AYBNzWG1cZKEs88DwAUPShSKmlJbI2kRsSd0RhmqrPbKc48zGK90eR0FkJnXkBPRn+SywFZonG/KoPjfJOVnaCj5HSJKQumBrWCUgEeOsGcEiE9kG1aXF6CzoJYEqheUYcH+y9bd1QGqbZGkDckjBZUd4AhCpwKBCr1WkPC93Q6LVlpAUbI8AnaNo1xMJzkEGSmEPjIiDX8F0xK5sAQEVRJgLvi58insw9ZlWOhEfNnnVKIPk/ZlCHMGvES4Ti5NGDJNVoBZIotMD6HGsJDRCcsulyoawxmFyKBF2mMRkyzK5XO1ht2OBJNp7PtXZ0TE2dPnTxaKZcPnTxx4OiRsVWj11x15Y5rrx0cGKAWO1vMvirXJDebDDh1Gdn/N3vfGiRXeZ7Z5/Tp+3TPXRLSjIIMEiDWoDUpSwIc28Iouxg2WVCozTpeMKlal//sGt+yZZP82PV6N8R2Ef9x5K0i8COVlFfCGBxXIswGBwIS68ICYwkEXoE1o8toLj23vneffd73Oeel3TMaNOiS8uh8Jala3ed833e+896vYnOq5VPdeLBjvzx2y60fPvr226+99nM30QtsikkSsCvpfBrHPbi6d2J88sorr8NG6tLoxrnjjo/95geuxY6qlVLKS4HvAV8nilNvvf3LTDo7MDCQy+NNVcuyXFrrsqaIS8x08eS56kKONCFS3XNQFiVxoVSaZ2SM5uha794gQtDMpNbjWgQTfUNSD0qtL+zv6yl6tLQkQjzsR6/1CHwQQc0CkLfgxROWF28uEAoglsytUg8O31UTbouuCxWSa7QvSLnVOp4EfxuV+UoquaINMxbLa2yKZfDpvsOHyeIEKSV1d3oaLJ7LcufNJQh00Fbv80BIFUcTlGbVLZFgCBslIusDo4q+y9qhxWKR0o60zlW7NBRNMDWXXnt1UlEQgh5Ur9dMybSYG+0OxhbqMcpFdKKQ2VJYoo4nkQOlUkOlU0hSmHN47drhdZflu7KHDh06MXay5Tovv3rolVdf3bP38bt/7/c+9ck/kLgWJ3AuixNsdhYwl0xISSKIqGqOrwM8P/JbN+Pr//ngn1dL05IqliqIK99txJpeXawetaH1Q5NTs719Xel0vFGqve+Kof/wybsLhUyrURU3bFKqxSVS6eNvnfD1RfT09JYrNb/l+A2/7teIgRoNI11fAK3qvsGLaOJuDXhKaAKar7laWb7iak2gmTm4oKHUPgxPzM/E0M10WHCEBWAgjgbNxhUVm+qNJCNlBW5a0XnIgSgrpRCDEFx+b+Z0LsRbtBJKjLof1UJtpxVjQ2gGQqZT2ZWMhBMTE5bTYNkMVnYtyAAKPQcQ0vNdBX5D+ZOiBWuKMurCF/+cpGuCjtIeMzU1ZSoKtUfqZtTxsC70T/E/xRx6BUOlMYjZbUlUtFMtl6D5YUL6cKWV4uysFa6kyQfcz29ZjxFpDE8gY+lhJmEw8IBdbMvlUlb3Mz03t2qgb3Z2LtYsQPy7aeuNV2+8+ueHD7319tujoyO+5LOXv/O/Hv7hE09++LduuuO2j2/YsAG8p96oqp8dmuQU6HoynZECwsKXUsJ1pTsvaIS473w20JaYHhdUZGR0dHho3aFXjjjxpOTilaof/cj2wf5ux1cq5gg5y3TlporTlXJ17dp1g4Or642g5BnzxRTKmyKaah8ZYCCYsEbtOnio0OPn0yJFD4EYlnMFmkbo8rUQeYZJkBMy6CKnRXpI14RNeS7eRrUihreSdnSOq8PJjjqsUVC2WkFK7yCEBLYAKoQWqqbN1ZNhPZRUQkpL+e9YB8Dx6w08FfY9Nz9HzFzJhplTYyfntDEohUCamHm4QeyS36TMGUosDvsNMtiFJ05zjgQTSvXBnobI+sGrZRFla1ZuSgI9h+RdDNW3YNHQVBAYYyCZteTdNH31GkrJa6nY6aSTqiuKHzkbRKgqsSBp1xxCN8ymCz7QjKRiZEpqpCUTtbqkxslU0gVN+gN2d+Vz2ve3u7sHIiiQyG/GpNVzMzZdLP7s568+9r3Hx0+PDw6uSiRTBZG0m2SMDQnBlrgZX3bqQHe95prNL7/y5vETxSYUQq8hhl4HlKhxw5arrr1mw8Gfvrr9ppv27v0+lv4vX7m/pyeVy6ayadAIKelbnClOS4FWCb/Gg6RFOnWUVAUWprj0QItRzJeWMkFnMTfXlZVyoNUKAZp0jcdr0iALW/EGK7jEUlcBJVUMprYfeCOknJeccEIzd5tsNOLGW37LwgAYaEFOSKcuswMspJux4LRmQ9K0Yra4z4JpwC9Za29ufh6vO9fVBVEtk0pfueHyFYuEb/7iCAknpEQKFew1RzO0hIwlE6Ojo1q3R3JSxHad8CBC1Bt1wEFDuynFtNgRcEcUNTeIO8Mtej0Fv5QWEWlqhn6Db9c6sCpaOjXJuRaPmUpQUP3jdU3CFbZVqyYg5jZbbrMF9S+VSM6Xyqwun/QSfrMVd2lEleoJqu7H1DjU0mRlhowwK6dF+i6/SiowE+qS9HSrCuppikYym0nR1j8w2L969epkKomdOKl0PJ1rOvGDPzv0zLPPlcolMZZKQLkDIaElBWsbSXWr+FrSDfNu2rjhjTdePXFq0o+nY2pPibUq2z/4/quuGH5x/09v2bnj8cf3/v6/v/OGG65Npzxf+kuLojVXBr+JdeHA84VUOt0SK6g069R8BQm7wSmpAcxRAY+1rullpUweBEZTEAhytcKoNMuWNpedaYlU8yTnOClm2bjjQivDlrGu1ByR5odSVlQjdQU5G5rgom5hnDkmAbqKmVqLHSYk1rflS8ibw5JYfq0mFUlUDnLVLMecRqm6QAsCXR1A+CroPvSOWgMvWqiP5228/DdWLBKOHh9hTBAFErZDswBODRaLT09PQ2JkIiyOTlOcPHbDYhdVyRiPBUVKYmHBVgZ80wVEVAKgGAtthEoFBRgpVxno8UEMPv7BC8AnVW5iWalFkVBAb7HyDfBfrqsFxfMBN6biMi2VKeGqk9RNEAr6V4q1MBGW9HcsDZyqC0Uy7MjTsPJ0Jr12aB1IcqlShbTtJQU/K+XyqZMnX3rpJ7VaubuQL+BPvqBLJ1Rdlr7CmO19G9ZffvnaJ//u/9SlTpVgj9OqX7d543WbN/3js//027fd+vwLz/3hH94jBcGz6Uq5AmzH7k5PTmruEsucO9Iqw4mTh6tnvEF+FfoPanworTwixn2qWOYjNaHGZE7qbPRFMYHb2h4Fsol2Dvc0eF3CEvCKNUqBNk8KLyW6XovT0plUii+ybEKQgCLV3Co1CX6ULCqHddOks4gWVdTaYk2qi5YDQC4q+KnvGOtUarWxsdNT09O46/rN16xYJHzt9UPt8WKsjTs2NiYpdiz126hPTk5aFYNMJis18KTdR5LlsYlp5l2Ym52jcK/mAcYQxiiw0YhqrXksaY2RpSppsi2gQ9YUkxqVXdoqSCOJQycEfspKdQaBs6bWojWJyLJLWR+AVhlaWfEI9MFIX7dKlTGKBMS5uVlGb7AUtNjZfclXAEPtLhTwyFgFYsDqVWu6crm4VD7CZlogSBACxifGnvnxP7z00ktYfd3QULPVcLRfvFq2UgC74fXDV2y8HBrm5PhEzEvGW/Er1w9v27rlqaf//vbf+e35mZlNG68ENwWp6spD34uPTxWhvGW0QIEeoCM1eDTdV4E1BqrAtAkeqTrqGTPUNJuH0VB8gMoaC/3m1PYZwElWaYYui+FkuKByrbSnMYPMpwm6Dmq+KH1OrJHBriHQRdV9SoNtU9tpBBqjzW9ZwioENS19kWk673QaFfx0R48fLxZnqjVp7IT3eP3mq1csEhanJ8kuAgNatQoMLBQKFlCPE+b7U6tAHghYF3u0B95IkyNz6lm5FDjc29OnanfAJKlS08hGxYNRJoyjb0tdCXtl+yIf0qzSUsLsh9oLAEKjNHKAvrKU5WuCD/qtoDJFkHSjVxIKGUdC9KNZnCBoXahClHZCj5mn1avE3yCBjloMUgQqnXNgYECiw7LZtZet6evrm5+dATPu7++r1ipAkNETJ5579rlfHD3a09tNOYK5lNVKCRB99eb3bd587YGf/N/5mXm/2th0xfAtt9z4/Sce/51/e1shmwHD6uvtkbZiqTSYv5dIZbvyc3NlZqankhmaedVVFJTVErtisxGqeX4YgVg3a0o792OUL98CCSulDyr/FrUbslPNSNQzAj2VEw4Np5QYGf/0Tv4ndAQtigOQkC5RQdOllvZdBcnK8koSSjPhqJ21Rl0dnyzI2yyr0G5wFMWZmYnJqUq1Alp2w3XvX8E64Ru0ZTErgu/M7GlS+ElrjwFnent7PcnXbrpxybJnE196Jqhz4yglhjuRMs8vbWvUDInhtM5Zp3IqLeKfDLoathpNmbmuBZdcNSF4KqrS96hCrDYwbUlMkxMPMJPQw27B1CsMqhgzRXphAbEaHSBpQswxNb4hsF6rk3uLS7NR9zXXKC2Jc5J001Mo4LaEF9945cae7nxGe4BDEhUsTqVPT0y8cGD/iy++OHZqrLe3ByAo7k2nVa3OQ7Hcvu2Dx946emLk7VUDuX9zx87v/u89Oz720aTndqt1Bw8ImCtVa/39g56XctTbJkWvBSmCxE4wQKmwJhovHqHBPGlf8/r9MKsryK4MH8ccgHzFxAdmTtCOQuXfnDc0vdaVPkIY1bp2rIjp2/VmEg+iI6ReXqNcLdMQCn4o5lqQVLwF9fuxgJgQhRBU1EgWNCqktYwEJZjcdTHJ6ImT1YqUV0xCoHDcf3ndv1ixLgrSSwIipTUWQROUUwd9Vop2Vhn14mb4TtykKgAAbvBMaibMP9Kunjk27oWwZ7X0AGFz0oDWMYSnUY6haiKTSOEJCIB4d66jspzURwG6qiBKOSqbzjD6nmgGMUkTyeP0XxFMWR2Iyi3dgybzmIIUFOOQfIs4uEk6lzELrawrqmwg1wGw0mmQbXUGSDZezXOd3u58Ni0he8NDQ9VqOZXa2GzVxsfHT506dfz48XxOhPnvPfHESwd/un3r1ttu+1fARsk8TiWuvXr9//jvX/rSF76cSOK4JIdgbqa0qq8roRWnoQaBKAwMrEpByK82JIVKejr5prypC73pBal92sZGPbRh5G2LyGbVRvjgZgOjvCCOPm3zYIYZiuvGFXHOAAMCBlUGOVggZys4N6r0BBLt5+n4UvwmmcmleXtTOswmmNHm6q5oAjUlxWx+nN8yqkg0hSI36i1R+/25+RKuBjxkcl0r3FlPrYBCAq1q1I0oU1W1whdTM5vZlnbqEesfo2rIfOi5ZhK0JYlJox+VVDHttOrWjrRzKdB5RVmXfnwNyO5yPSlaA0xkUIuUJALyl8sUJimDqZtRC3dity2tFavsul0EZfdSKxlGQssXTMy3Log0vlvkMYsXQT1j1J4AXCLFUpwK/01QZMgF+XyWaXKQdo8e/UVfX68bd9atG8b2gH4nTpzo7u6dnZ05cXL0sSe+//dP/90111xz5+2/e8UVV+XyqY0ber+392FIH/O1mVwuk1Z2IeJ9Mjk+Mb5qzVqJU5sre24Corbj0sJRhwKono9mvdFkXIR4T+PvmD0ZOi+BO2EmCp1GxCXq7XwoanE8Xr4FIqT54phH6yovCp09Eh3nhtlJPED6OdSyJfNks5lEUtVyCFBNVkMUK1pTwz/JmRn7YZEhoF/UyW02kkjZs+vVVaKR8KlisVGpeLGLVIH7n0ccffmVg3QTWYUP5jRR2BAQ1NQEcLm8jAIUbu1k5LMMDIGVJA2TCGZ6CYtRMuQhBFDi5Zd8NzQIybts+RWBFQBcmuuyjRPbLAdB+mHFRLGOqoW7pq+QHWAsPpjPZZGoliRpZTaDwKgwgpmhJ6VS2UiyNpkPRDhiLMkKgCqZSnZJgSkI7YBmRwOsJRM6pSE+uWxu7dp1q1av7gFmSpSPM18pnTx54uevvvr2W28BhjNZiUcT3pgERYivWd0HRlLo7p6amu4bGEylMr4UGk96mpSsVbilwhq4hbrmY2od1ZBRNSSTlWmeSUxrNMetRBIP0EpjWRkRArp5d634UtCbVS+joZifAzeSsGXHXquVnwjjY2jZjjVFl3O1HOY844c1rTpGpYP83GLHWeqWxicrSKtPLb1o8GbHxk5PTE4CeChD3bTtgyuWExK8eEB8TxMTE5BFaVJbs2bNXGmWln0Gf4pTSCI/fIZHmKmAYSsizsUbBHpGA8fC/hYUe9RjISIom+ZS5SuVS/UWlBy1jxenBPS1UE2+UGiGtaHwMrxMluJQU8talKsVthijsGpxcKxRSSjhovzeqtqw84EVtrKK4EFT4XiCLZot7BiLQEeCPAqMU381S8X5rNiND5etuWxicgJI113QjosJb740NzQ8dOr0idHjx06eOD5XLL5+5PBrhw8ODAx8dMe/Hlo//Bsb1n/yE3eNnToG1Xh+br7Q091VKFTFph9LuDFp/ZlMN2MtPTCnovWndTP1ZsN3UyJ8JrSwpyJV3AzCJmcSP0kZCeXU3i3a3oo4WTkmo020qDFmOAjflT4bge3U0BWEOKl2FG3SKMtW9M2SfklDAS8Z84OOlFwlGS6qsnFQdsiqEAU9WzWLCnhdKpeZAYMVGTi5Yjnh/zv6iyAJTRUGeZcq7q9atYqWT8AWZIpyqaxxwzE2wWUwtKbGi80Tb4FiZz7f1dKwd6J3k4JHRfq96Jv21CnX1KZZHqZKi5oXk3RwJaLiKM9knLhoPMrYoILFWSoziA7Vl6r+3JZuNSgKavBkIEXUorTDN00LTcgHHPaEIeekg5sXS+CLaDJOg/UbNKtN/GStZlj3IcBSbYYh4eaDqwaJ5NrTO6c9lQSge3v7Vg2u6u3pFY9ZQ5tsVqsvvPD8kSOvObHW4EDf+uHVSTdVKte7+/ocpVXJuIs/9WotiecFQclIiad5SVf32LhPLolL0Gwi6TJwNPRJOPprgsqhdcKyfvFMFOTzepanpy0g/JA7hVlFwYlZGSFp6NGsMzgmKW4Xz2Iz1JsndjJMMV8quepdlER8vBRlfF4YLJ7QJA+jd6RlYRYOs41dwoYYfl33yBtvQM0mNe/u7r5hy/UrFgmPvPGamSUYfskQW56aeOQDp5kLgBwaGsJr6O/v7+rKs2SgHLeAcnJ2dlblxmZpToLuabbWFxknJ8xLIam4FMBWCRMinMqiMe0o4idSSVU1NThC9D2p8ydlj2oN8gErAYw3BFVR0mo9bVmjrnZrJkW9hTWFTR5j7yErs6dGed+KmtBqWqnWwHhxdSKpBnTxFooPOiFLSFlu5QOeltBl5DpjxHKEXfFzJD3xwqST0BtF/0kL/QLuFrp6Vg8OZtPJfFcq7jSrpenpibGfvrj/uR//qDw309fddxlUwVzWD2ot+lAU1SnoxxPSWZHBKMJbKjVXABqUpaEJ8z6FQD5OWK1YghxYao0+UuN1VH1JcahDKtuPJxNBZXtyOSqQZrSzRA1pziHdB+LaGqjESgb4UK6UU5ksLq3W6vPzJdETJIBJGt9DzMU+zD5XV02EOZ/MuTFbkecFRaUVbYXU4s2OjoycGjuttV5lfPCGD6xYcZRE0XRu9riifYwSS1ADN6xKxjoFfJf0R9el0XEjpKM+jW/0dkiFMjVR0jDtOB6LO1FTt7qXrtZNE+8CwEIjvlKSthsH7AkxjkkYFC0uhCQajQSFRGPxrS4wa3vRVsF8YqsOZu21GMgPiamhXn7iIfk2EZJQS0ugWfYJ4rRYMMqHtRtpfIIAD7kd4oIrilAMWl9LvIs+8RbHk4hVmuXCgTcPenF/229uSUmoqjM9PXX0zcPF8aktN2zfdN2W7oHVflMYXbWsDTG1L5j0f6/VmUqr9lDZGY5FnHJ+rVSq8jxx7DRxZ7O59pwYMkDrAGnt44kAjFCz7qgVVTqoOIS96ELwcNN4CSmJtA76E0JI1J5K8Vwy1Qo9gRC2mzWJtgm6lWigNiPOuRNTf8wzyXLstC3FwoJunhu38nzaK7Jy0crg//MgoZkuoASyV+Hk5KQk5qkv3poxAO5OjY2xQgTl/jmtCyjNcWtVL+FZ0UjWkO3p6TEDDJYoFouadVGgX5kREtQWgorO9F6A1XgJLCmRnfqSob2pRTRl4Y6UTxhuDvW9VKnRq0n1D6/cSveTupPDW6wcyYfiYZxmC7MWmgjHlgnGfpkJTp+HVcWlGsPHxNGVy/M4g5bkMlRTmTQYeC7XVYlrdn8iNjk/M3Hq2JqBws03bUuDY8a1olS1Mj1drNWaP/6HH4yePPbx3707leyqazCE66m3xo2DGMWhkVbK+KLuSPp8JpNj1B5Qk3vm3vjsmozWCnvUlSyWmtAf9ouPMVSYkabECkHLkAYRCWlCo2Lsa/1I3w9cSozyl6QaQbMk7epmcSFpY28vojfpLMm3Oe6t2IKFN7KyiRjYletqR9Qg/oZFolcsEpJSEiuamuLO/u+g7hA7V69ejXcJxMNZ9Pb2soQh0A/A19fXV6mVWfzCPHISCjNXxouGRs1qrapbAyvS+Tx4ZovYiyUYUE/+llL9R4UlOfVcSlOopLyXtGLXyOB4iDmudauTd99oAvLYgoauMKpDrGfBtKlY2AzcirHj11KpzLR9K4uK1ZgzznyLMBlKcr05rXF7im1m7cCVUvPb8ZPaKckHVapIbQEcaVC+oQ4e4r7//ZtXDXbnM0k1YoB2yVPMzc9NTY6vuWzH/p8c/NlLB7bccGMi2VV1REovl+alrpRM5dB/m1KdsCV0rSH20jDuL2ApcadSFWdPWsJ3HfoPjRixxyvZoLWaKEm2rm/BRs2g/kWcUowlsokaqUkaesgtxjDqG8E1WXFIxFts54I5Z2fnGprujKkAP9lMxiLXqE3ws0Xw0PBOQpyVGgXKD0ERapgkM3bqdMxxoQTlpcrmykVCkiISTvHXqYfg9OnT6oGvzswUVWBITUxNAeXK1dLAqv6ugvRAbq/1JHxDit65SS/l5Rng1kU1TNz3Gi+qEFynv4hnzWYsxI1qvaYvL8UShvLCmq2kRo1AxWK4BlN46MOkBU8VDz8uCbWNmvLGerkCtJAWfsArjSkP2u6FKVRkDvE4vR1NFhPQRNI0pSOJtGqpO07titAH0ynwPSBevCrFDmPmYzTjvhYObjpes6vQLTF3CvfsLwxGVpyZT2fTqwcgW2T8Zm1qcgpaXiIhQnu+uzufz77++msf23HTvqeeW79+w7rhqyALtNxYOp4GWmiZ8KqvYiHbLWmZCU9dpmmq3EllRBBaoI2LtdmNN5pBL3jrdMtqv1YJxoqJNNQEajnyjGoibrcnxcuK1SDiz02kahqW1lRubgnf5KKg1FoFPGFJp2FsoEsbOytuscAXzdft3pQwZ0ALZnigL9L+pFJRbXMFIyFfiZZjkpbI1TB0BsIS5UacsiBJrUo5kwURLSs0KCIqRfuCXDU/rOlCXkR5hoW0Y9rcnTdyWBkSMkZQeqhL1FhSUoVJ/EtinpXCfr6RT0t0gMYg7R9k/WauKxtUVZRC2pVK1fdSQUlFE3qt0C0gRJuTNq0gQEz7UmiHSgmDpLRm0lQQpK4+sY5CtDSBzM3NprN5cXC7EkIJgJqdnS505WJ+w/WbvT3d+UK+XisXixOthsR5VdX+Wak1MulE/8AgpMsP3bx1Zmaqv1py3FTCc8X66/r1Zp0NNgQ0JWXJUbd9TJoNS9JfK8hNkajRmLgZtawgCJmFIpkYbxnb7Z0AY6FRlEoan4X0jrIuvVBpye2IW0E3ZZwOJSa8H4r6FBliOhWLizKWo72HDAtMh4BX1k4+0uSwLlmddFODflVSjlRzhDwvofMtX8l4biUjISVyxspI1LWmVCueBAoeU5YK+bzV7Q0tWh4rkTbqDQhgBGUiIQabaZP48Ra83aniNDsWsJ5Pe4yV1PDTyj9AOe3E1KJ0qraQoFsQqSYLN3HD5LS+Hzi4wHkymS6t4wBGVG+pv5hCJvVbRopqElOQAA6pO/Dp+zHLebUy7HY+FLbFgC6JRUF/aYvUIZR7yURJEvzjflzC+nK5dMKLTU5OzU2PXzF8Bbjj+ORpqI4Dvf0njp965h//6ROf+AN1osTWXDZ8fPSXw0Nrf3m82GjVq023WWlA1RKpTIEYnEHjhHytRSa2RzxBq8mCdL7UwE/JJhsOGIuWkQ/ZvvUpIM0iAbK+f+ajw0lKb1AVrS3Qj5I2aaj4PyQ9MkEFMqRNmgBQLHZ3xyweIKFEygKPWwoVBACCh3kmoEZoGBaUkaQq7UFFU8hANYmt83p6eqeL03EvqYaoxEUSDC9are9oRCMaERJGIxoREkYjGtGIkDAa0YiQMBrRiEaEhNGIRoSE0YhGNCIkjEY0IiSMRjSiESFh+5iZmXlsz57Dhw6PjIzEtG/U1m1b79y1Cx/aLzuwf/+B/QfwAb9u3bbtom3vWw/9OT/8p8/+53OZZ3RkZO+evYv+dKGfyJYeGlqHg41ALkLCXxlP7dv3R1/4IvCw43tg4AN/8sftEANk+NZDDykyfPYc8WFZ48rLN/DDm28dPZd5QEQ+8e9+/0y/Dg0Nffs7u6/ZvPlCPIItDVT/q7/56wjqbLjREYBCL4qBZI9f+sIXDx86dIkcBaQA4MmiRxGNCAkv4PjLh/+SYAcO8OQP/xasBn9Aqo0hmCi4kgaeDs9of+697752sTyCios5vOgIjNFB8jTEg8iE/1J8ghy1hBwLNRIfbt1566JSHCbH7TMzs4VC/tadO9cNDXUwYaqgkAPtJ6ABtwRheNE5l7jAtvqu2p0qvdvaFMJt+IaS9lP7njKc5HI/2rdvZGT0TKrjootih0baOvTqaERIuAg4Gsd78OvvIMPSqgsg7I7bPm4IDPC9a9euP/36n7VfACkXWGrffPW//jfgIa6xFffu2btQw8ScS+tOuP0z//HTmB8fXnrl5Xa4541Y5T2YWIBdC78EV4RAvpCL/sV3dttBmZLZrq/iYYmceISLacGKxNFfywEmZhT9wzd/CKgFbCQAAXr4Z+Fdjzz8MIAe4Gi8aO+ePe2CHPCEGEieQ8TDN/j+fOx5J/G8HcnN7GlPtEzDyYEOqoRDMAxsPwc8OHAsgpyIE563ceeuXYC/vSH+AMJM2AOsg0F1yJA2oEASAw3fMA9NqcBGojFVL0wFhAHHoHSKX8/RRv+xnbdywz/a9xQRUj/vC3/d+a4zYD8mRqrA+ZSdQBtVOmCCOgVU7B9EamkRPRoRJ3wvAyIiBMIO1QWgCbhslzk7eJHxwHvv+xQ/UMGjWsUPwGFOi38fDIVV+/VcOKGxVqMdXN1+eldNGESBf0BEDAPxUEYgsHlImKA1piK2K64R2ERIeJ4HAA761be/sxsA127tIAdbCHNLO9OMUQAf1L+/X80zMx2/nheJlLMZYr83WXQJNRiPANYN+RP06APXXR+BSiSOXmj9cKcBNyAPyuGMDkh6yxIgDd8W9YyfFzYC9kv2BfQD8jy1HFk0pvbY9icaGlrXrt/aPsEkI8kzQsILO2hjwL+g988892w7+QdLHBkZfeThh1XOHH2vDPazF2jnQBggEkRQEIhP3fcpysxnKYtSsHzXiB/DQCwE3AaSAts/fPOHIrSJkPA8gzLhjHJdhyF09r2yLExLrLhr111nsuucaYyGiuVZmGd2gkYADy2c4Fxk0YXkyTDwiR/+7XJ9fWf/FNGIdELgyS4j/BBBKSuOKmQvNBguS2GL/Wq0DT5/5OYPQUA10bFQyIemmkU8DWex87vCW/YsSxZdlkQda3NaUC5YqDR2PAWwdyRCwogTLsskA+ih7qdusS8uxKjlxjRDYQO80r4KcASD1RyCPSrZjpgc2O55AwnAKo/p9cuVSI2anMfYFEa64BEYUIqtYpPtxILRAnwKfv9HX/ji4fsO25NGI+KEZzsgLv7V3/z10BmERsa4LHdOQCfdg2QL33roIYPLB7/+Z4Z7AHTjw4BjXAbIfuBP/nhZ2N4mnd56Ho+FGSTG2bA37LB9w2awMTcMNs8nxTVRlEzECZdN9aH2/GjfvgP7DxhjARgtjAjdum0rbS3tQV5DYuT4rH5Y1z7nM889q177AxTtMOFCFfFPBSe3UgTFLQDoWWHJsx2zncnAY9tjaMG7PumiWz3TuHPXLuz2sT17cSY6/634Bvyw4xEY+A5hm5fduesu7AQPTjw06raspS+pEeUT/noPCL2MIOuIXI1GJI5G48IOslYwJTP8nF9ZNBoRJ4zGuwxL8G8XCKNjiThhNC7eaNdIoXo9GAmiESeMxsUf5klfbjBANCIkjEY0onEJI+HExMSTTz758ssvl0ql4eHh22+/fcuWLfzpG9/4xt13340v268/duzYd7/73c9//vNLzPn0008fPHgwm81+5jOf6bix40pMjiUu6AMeOXJk06ZN+IDVsdz27dvPZTacEubhceEBr7/+euyfTbC5Fg4TH/DlCy+8gEe+6qqr+vv78eFCP2akE/66DgDHV7/61XK5fM899wCvpLzft78N/DGQYpfc9gGAA2AtPSfB3ZCZA1Nhwqt+dXRg+IV4QJASQ3jgwzli4De/+c2RkRFgFI4L/+IzvsH3vACnx/PBkwIJ8QH4j0Uv9GOuvHEJOeuBLYAS41fGMdrxZ0IH8JP0HiAFbtnBauxeIhtZwaIrdtx7NnAPQM9kMh1wzF3161ji9nYicjY8cOlpcTLYCY7LWB84IZAQ3997773c7S233IKj+MEPfoATW/RhQRewKzvPpdfFl5RQIiRcmQNvF/jTIVgCedoB9/nnnwdFJwP83Oc+B2jALeAtu3fvxpfgmY8++ij5AKAH0Il7yXk+/elP33HHHWeJco888ggwDfNjFcAowBrbAM4AlCndEckN+gH0kHgNtYAA7buiIE0uZJvBY2IqfLljx477778f/yXVwOa/8pWvQBDAf/EsJgUAlxbSERxFOwbyWPCMYIDYA1bh0vYr18XeXn/9dXzAWriSNAsDt2Dz+HLRdfHsOApcjAuwaIdYESHhChkMRjMOZlDVDmS45mtf+xrIPxADYNGu44FIA3oAgoAbAAp+BYQ98MADgCEqjYsyE1zW/l9AIS7DLZCK8RNmw5xgL/gecAlMI7ZgLSAqGc4LOvg9cY9618K1wG1sMxYphqcDQIO48MGh3eFffIPLsAoeFlNhWizXoUASeRYiA78hOTMtGvNTasW6hnVYAkSKS+BhsQT2gGc807o4AZznOYrQERL+2g9gBYEAoAZy3v4TQATICagiXgG4KVNRdurAbRsdkwDfMD9NOMBD0H4TZYFphGACMS4jwmBd3MX58S/AlPx54VqYdtHNEOXsKTAbl8MHsn0uh5+WZcXhKliR1AFH0bEu9o9H43niYPnsS6w7rCPSCVfyIDRQFenQQ+ybdq64UN3CaEeqMyFe+ziTWZXknyyOi4K7Yift85ObdehI7wFMsRCQkNBPbmPKJ1bsOJ+zOa6FF59J/m+/jDtfYl3QuMgws/KRkCJQh9AFmYrS0dK3Z3S0IxUBdFGmdDZmTGAFbofmxjmBivgvDR4EVqML4+PjHVLiEvaYRQfRj1hBZMC0kKvtKBYiG48Lm+xQdLnts0FCCgvtN4Jsveu6l+a4hFwUN954I3iCwTEggPbSs4EDCHVU1Uo68AHypKHKck1E0CcBi2BKYAuUbzE/wJQGGCwEpRTX8HvIddwzUBfr4jOZBoU63EKxtn3+hQ8OJMT1puMBLe0o8C911I67IEyCRpjoyBXxzVn6ALEENUCKwdg5Pp/NuhEnXOEqH7gKWB+4AeAYQIAP7daXpRkp2BTlOpL5drf1mQZNiO1j9+7djz76KG/Hf++55x4gG20zdDlSf8Ny+InCZLv3DyRjx44dNLc8omOTDtskfrr//vuNo9pd9KHbw2J1oETHtAvpDubBEkA83E4dGDeepekSV+LRvvzlL5shFKtAxn7XdS/BccmFrQEWafMAQLTDE3DS3FnmsKIO067+dfgJF17Q/v2iNkx83+43Ix9rV5nO5Cfs+N5uxAdKs7E2FxxjXIzJ01/Xsc+zcT/iAvAx3ItrOqQGO7F2/16Hr4/rdiyxcN1L1kN4iSJhNKIRIWE0ohGNCAmjEY0ICaMRjWhESBiNaERIGI1oRCNCwmhEI0LCaEQjGrH/L8AARvb/bSywqKQAAAAASUVORK5CYII=\" data-filename=\"Sheuly.png\" style=\"width: 300px;\"></p><h4></h4><h4><br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;<u style=\"font-weight: bolder; color: rgb(0, 0, 0); font-family: inherit; font-size: 1.75rem;\">Meet the Team</u></h4><h4 style=\"font-family: \" source=\"\" sans=\"\" pro\",=\"\" -apple-system,=\"\" blinkmacsystemfont,=\"\" \"segoe=\"\" ui\",=\"\" roboto,=\"\" \"helvetica=\"\" neue\",=\"\" arial,=\"\" sans-serif,=\"\" \"apple=\"\" color=\"\" emoji\",=\"\" ui=\"\" symbol\";=\"\" color:=\"\" rgb(33,=\"\" 37,=\"\" 41);\"=\"\"><span style=\"font-family: inherit; color: rgb(0, 0, 0); font-size: 1.75rem;\"><span style=\"font-weight: bolder;\"><u><br></u></span></span></h4><h4 style=\"font-family: \" source=\"\" sans=\"\" pro\",=\"\" -apple-system,=\"\" blinkmacsystemfont,=\"\" \"segoe=\"\" ui\",=\"\" roboto,=\"\" \"helvetica=\"\" neue\",=\"\" arial,=\"\" sans-serif,=\"\" \"apple=\"\" color=\"\" emoji\",=\"\" ui=\"\" symbol\";=\"\" color:=\"\" rgb(33,=\"\" 37,=\"\" 41);\"=\"\"><img src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAASwAAAEsCAIAAAD2HxkiAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAABJThJREFUeNrsvVmTJNl5Jeb7Hh5rrrVl1l7d1Vs12CABkkODuI2GnJHxYWTSi0yv8643PfB/SGZ61cw8SWaSRiJtxkAaAALoRu9da+6ZkbF7+L6763zXqxrgSFywkATZflGdiIzwcPeIvOee891v4+u65trRjnb8ww2h/Qra0Y5/2CG1X8Ev/4BaqcoiT+PEd5M4SGN/OT311kuuqkRR5DhekERJVkRJ4UXZ6vRERdeNjm7aimbImi7LiiC2f+gWhO34WbBXVUWRRL4zPV+OD93l5WI69jyn5gqe53zXjXzftmxREmsOBxb4maapYZlhGEuqPhxump2+Pdje2N7rb1y1h5ud7kCQJB5vbscv0+Bbm/CXDnuAXp6mgesuLienzy9PX8wmp77viDxXZLmma3bPVoClmjNUo9fpyYqMd0RJzHM1L3KqrhV57jhOHCdLx6nAk7Lmh+mNm3c3tvev3Li3feOOYXdBnS0aWxC24z/XnGWRJb7jLcbj4yeXJy9ODp4FrmObpqrrV/auDXp9SRQVRVVUGceHfuCtXNfxAEvASRCEJI1EWVY1xdSNKk9wpGpoVV17Qfj0+XM/DKM4UUR1Y+v6zo17d978la29u5pptVBsQdhiD/Zenidh4i3Xs5Pzo8cHz56Mz8+KLLN04/bN/Vv7+7KicoqchLGzXAVhsFguZ7MZ5GieZGVZAn5lVfGCiDNJsszxvKIomiyAUUVZGg4He/t7g9EQdmOeZeOzs+V8NV8tBUm5cvPBr/zWv9y9+UCzOoIgtn+LFoRfuVEBfMCev/SXF+v5+fT8+OL0CDCLonhzY/Pe3bv9fl+SpDzNFqvVdDafT+eTyzHoTBSlBCOMBJ5TNVnF0PSiLNdrLytK8JoAhCkC8F0UuSSLW9tbo40hHuzv71/Z3Km5er1aH58cHBwfWv3R9VtvPHj0m/uvvWN0ei0rtiD8ysCvLNLACZyxt7zw13NnMbs4OZ1dXsLqGw57e/v7o+FmWVbz+XI+n11cXLguFGUIyRmFkWVZw9Goa9tlUZqGYZgdXVdFScKfEaj2PA9kWORFmqTzxXK1XMRJhF+hYfHqYDC4ceMKED4ajVRFctz1yenpk2fPIVv3Hzz8tW/9V9fuvqHqrUBtQfhPHX6hu3Qmh3kwLfJoMZsfHx4up3PPWd/c33/48DVR5LI0Ozsbn59fTKezKIoURdZNY2f3CpAjy/LG5oamavirQYVyNV+WIDyuKLOK3BVClmW8wIuCUOVVzfNQpI7jQLtOp9ODg8M0jXv9jmWZW1vbe3s3NjY3u50OKPbg8MXF7Lzm5QdvffO93/iD3Zv3FFXjWii2IPynZ/tlceBcHjmzwzx2qzieXk6eP3t2dHgE+H3t0aPNjQ0A5umzp4dHR2vHkyRlNBzt39y/dv0qBGRZl5CmEJ6iKBYFDMYMIMSfjudFRlxkWkJ85nlhGBr0ap7lcZwwAqxgN8JKxIWOjo9m0wkswzTLer3ea6+9tre3B1BKihQk/hefffbsyYtud+O93/i9N3/9dzeu3QTBtn+4FoT/REaRpTD8nMlB7E5lnvPX608++PD87Kyu6u2t7a+99zVA6wA22snJwlmZpnHt6vWdnSuwCTt2J0uTsix4QcBPaFTAD38yAFKWpTTNBACO/PVckiWyKKVZ0pAkOe55GIdCUZBG1XUdAMVbsjgbjy8++eTTIPB1Tb967eqVq1dvXL+mm6rE85Pzi4Nnh5PZYnjtxjd/74/uf+2fGZ1uq05bEP6j332JvNVq/Hw9P+aLWOX4y4uLp188PT0529rcfPOtN3d2d13f//CjDz/++ONut/v622/s7+9rqg78yIqS52maJnEUmbpFEMoyURDzopAkUZZkYsiyCoJAU9UoCVVFieNYVZkDUJCyPAP2UtrBiXrdHmSq7/qmZkKsnp6fTyeT8/Pz1WrVse3hYPAr7769u72Fg8u8OLu4+PTJF7Uk33/j67/++/96Z/++JCvtn7IF4T9SAsygP1fTF0m4EMu8TBNQzWeffO663vUbe+9+7V1oRYjETz75xPP9mzdvvvHmG2bXAr4Y6ZWgx5orYdnht6rgAD/YhHgeuJTZwGNIUwBP17Ukiel4plqJDEVZEHjw5XK5BCRtu4tDl6tV16Id1yRNgFi898/+7M8m06nAcbf2brz+4P727k4FO5KrceTjx4/PLs62rt34rd//b17/+u+AEts/aAvCf2QmYBr50+PH7uxYqBKuzIP18giC8/hUFOQ7d+/dvHP74uLi/fffh1YcDIcPX38dIMzJpsuJALMcbIbHsPuKMscfSVWNOEqKiqw76M/GOw/44R14gCfLMsdlgUowZ6fTqUsOR4CHfT/A85Zl4bGzcgzDMk0L5CmK9K4ojmeT6eeffQa2hVF67dr1+w8eKKoMhoS4/fjTT04uD3Wr896v/+Gv//P/1h5utdK0BeE/FgBWobOYHX7qL85lsebLYjG7/OLzT6eT6XC0/ejR1xRNPzw9/MEPflCX9aNH71y7elVVVTLkmAOwon1N0bJMaFHwGy9wsiwCmUmSgvpUVeE5+h/TurUfhIATV3MCiFLgoVdNy3TXjiTI0J+gUNAjOLMoC7y+Wq5kVbM7Hc/z8STeCGWryPJsOnvx7FkYhnEUP3r0aH9vT9W0KIoESZgux+9/8MM0z7/+jd//zT/877au3wa22z9xC8JfdiNwPTmbvviw8FcCEZc0mVz+6Ec/Wsznt+/cvv/g9eVq/f4H7y9Xy26v+9Zbb129ciWKw36vD/wAvxCeQAtkKixATHeAELwHxrNMi528Aj2Cjqq69F1P03VgDODBHxH2ZFWWeBAnSVHkO1vba9cFtqFdKbab7dbg7QIwzVi0yHP84bM81zQVr/KceHF+/mff/vMru7Qh9MabD3s9OyuSskrddfTJh5+lWXLrwcPf/a//zc7NBy0Of7FD/OM//uP2W/iFIbAs5ucHF09/mPkLiasUUZxOL3/wgx/OF4tbt++89uD1NC8++OCDs7Pz/f399957b2NzBE7TQIPAUhRmRQbGkyQBjJeXObhI1zQIzgpwATvSilmFYUSYYbFpsO4MXQck8BLAr6hqlqZ5likyHqoQuo2PIcvyjmXieBCmoqlRHEmS6PmebuigQRiBeJfVMbvdHizRpbMO47hjd3RTxxXSPJYEZWu0a+rqyenj4+ef7Vy7Yw82Wl3aMuEvJwdWq8vj8bMfcmkgAzRVNR5ffvLJx5eXkzfeeOPe/fsvDg6+893vw0j71V997+GbD2G/AUJ4oySTjwGEBmOMh64URcAPHAVmM0yT7XkmXMU8jXkqEA2CLXnoSUaedF28FEZR17YBWjzA85IsAXKmZTGHIeEWA6zY6/WATN/z8C6724X61TQNz3MEbFw3dtbrp0+fGbq2vb11/cbVTlf33VARlbosx5PTJy+e9zf2/+i//x/2HrzV8mELwl86FbqanBICY1cBToryYnzx4Ycfrh3nzTffvHnr9vMXL7548ng8nv32f/Gt69evA2+gNaKpPMN7aSuVtmEwJGAMLKMxOAFUABtMOF3VSawWBXMPphxLHQTdAW94oDHChCFXM0AWbNu0cSfC0sQvOH+31wM3ypKEk0RxjJc6llWyfdg4ijq2naXEo5C1s/nsu9/5Li707rvv3rl3uyrz0HPrqoaUvZxOn704GG3t/et/8z9uXr/V8uEvZLSL2S9kJ6Z2pmenj79XhKsaqIjC87OTTz/9dLla3b9//+69exeX4+/9xffWzhoIvHnrJpY9kWUtBGFYlZQdr1DekcZ8g3LG0EWpSUmCnziGdlaK3HVdlmxI4hSQw6sEPBVMSc4GWHoVQxQOw/2s1+5q5eAxrMrVakVYTZIoDHGtIAigQi3LosA3nk/j2DQtCFpN10RSwqRd79y5PZkuP/7409OTyzjOaR81ws0o/e7ojQcP3cX5t/+3/yVYL9s/fWsT/rJg0F/NTj//jlAEVZZpsjS5vPz88y8cZw3Ge+OtNy8nk88+/3zlOI/eebS9s6MQ4MirXtVlnhdplhmmLkrgq5LnalauggO0AGAcSEFqgEWeg3FIf+Z5WVWQl2maADa6rssEj8j3fZiC4KXGl4ghiSKABzMPJ7FtGyeH1AQSwZnkgZQkUDTtxwpCQ5uCxJU0wMa8LMkmbERDf/L0hbNyIH2Hw5FhGEEYg6hxb6apX1wcRJ5//e4brR//5x9tcODPO2LfvXz2fubPuapQJHl8OX7y9GmWFW+9+fbNW7fWvvv+Bx+Aqb71rW9duXKVpr0shVHI15zEIs4sywSDQQqC0kiLVoRAtjsqAyQwFOmxRPlKYDC8sd/vQxniV5BYGEbT6RQqEawIkOAqOFjT9SSOATYwIcCIC16cX1y5ckWS8k6HPITkA5TBuEqaZkShVR1EoaTYVVVQ8lPBpWVa5PXdu/fWTnB6cvTkcWEY+u3b+4pGUac1i1i9snv96PFffPa9/Xf+2R8IYpuL2MrRf1BTcHH6PFleyBAVHJlIs/n88PiIF4Qb12/MJtPHjx/DEgMaMcqqLKoSgMFxmNYwz0Sy2chzQHmDeeEHAcgIwFssFvgJgoJobLIKYcWREdjk1csyz4QpjgEHAmaAnMgGMHR+dgakBX6gKBRSAw0MIgXfrtlI0hR6FuRpmKaIBUGWYQmaptnsuIL0wM+ahuvIAi/ev39vZ3sLnHl8fIzPZVhqXsUlX+hgSc0Y9e3v/+m/hwpop0ELwn9IU9Cdnrvjp1UWg0ZgYT15/OT58wNZ0W7s7bt+8NGnn/3oRz+yOtb29jaQ0LVtilORqdRSs6ECEgObARXgJQ4EwwmAYllWAABsxSROi6LMswIqFIjtdrugu8vLS0D09Ox8Pl/wvNDrD2tOVFRd1UyOF0GZmmYWRa0ASKBWScTJe72eoevueg1UA/cUUJqSLwQ/4zgpyxqAhAqli9Z8VVSwHkVeiKNQ5Ovbt2+CTscX4+Oj4yhI7E5fEYiWo8CPvCB0Jv/x3/9PWRK1k6G1Cf9hRuiujj798zxaRqEPVptNZx9++NFyufq1X/vmgwevH5+cnl+c7+3vPXr0SDeMnMWkkYOhLGC/JQnsK7HxvMO6w2tEfSVUKIw4GVYcV/NgJCjWKAyBPRAfzEhQGUhuY2MDQArDuNPpdHs9ckhIkmGYOAAUNxgOKWCtLhRVJar0PDICeT5i1KrqBnAIQgXmZ7M5PgWujwOSNCF9G4SKpJoG1Wuj20wTSZZx9eViCQ0sCtLGaBMIx6kEvvY9f3Nj++jg895gZ/PazXantGXCv++RxuHRJ38Rracwo/rdniDIR0enjrN+/fWHo+Ho29/+9p/8yZ+qqv7wjTcxjyk7gUoSkskFC2o0GpI7oa47kJumCfsMqlKDMafrLLqFm0wmOZCK/1LSipCsK8dhGUnG1avXgFiA88bejcGgn8RhGHhlkdVVripSv2fDDOTqElgG/HDk1vY2II0z4Dx4AKEJ0xIECB7e2toEbpMkpXiAqsa1sABQOE5V4caAbYoHkGWYskA7wH92doaFRhQEXdM7Zme0sZFk2e07t7/7f/+72dlROyVaEP79CtGqunz+WeZeFFGYxsna9b744gnzcZvXrt0AjTx99hx0dO/uXchIlvOOyUy7iJCjIMMoSjC/TdMABkBWoC+yx0QKHsWZszQbDoej0QhIgNGIl1erFbBKqtLQQXq7uzvD4QCsB2BUdYXz9Hpd8FBdVxQ8w9W9fo9yIXhwqQ4sR1Hc+C1wPPCGSxtUF4MGAIY7xAOdLQo4ObAHtAPzwCpHtqsBOX3z5j4+wHK1Go/HIrGuIeBgWRYUKcny0F9+5//8d1gw2onR7o7+/Q1ncj4//LhKA3x9vW4XyvPTTz/DvH7vva/3e/3vf/8HsOh+73d/B5NblpusP9rtAN6CBGwjg/NgGebEjVzKuM7udPArx+JaqrrELGf5EClgqcHIM40kjnEMuQ2D0PcJS7gNq9MBdIFDTdUoecK2We5FEfgBoALVClirsjydTm3KoiBYpnlJ8TcQu5RyUfm+1x8OJFEYjyccXw8GA+jbMAiKIu/36UHjloR8vX/v3pMnT8aXl6DWzdFIEHmyOTMJH2pzOPjs/W8//NVv3X3n6+3caJnw72MUWXrx7EOhStzVUpFFgOL45Bii7ub+bbtjf+c73/ngRx/cun0TZGVZBpUhZFugTZIuOAqDhVmneZavHadx60F4UtGKPAP8RoNhEAbn5xcxc68DirC+JFF0HHK+Y7C4GQUYA4kxlOoly7yoOd7zgzSl6hXOagWgAvx4L37Sng8vAMlkXtLg8RYoZFEUIZXBkHbXzthIqZAb27/FSsHCUwFX0On2zg5sRZDk4cEhbo8XKHiVKzlIaOjY3e3Rf/i3/3Pke+30aEH49zEWF0fr2aHnOqom52X+xeMnLw4OhoPB1vbG6dnpweHBaw/uP3hwVxC42XwK5JAzPM+BKEq3rSpgj7IZqPBEbpoWnly77mQyBRJAXLAPXd+fXE4oWzeKirJshCVEKcy4KI5BVoCQqioAJ0y1Qb/HVWUUBnEQgHA7ptnvdm/u7amqCq1blHlBWCtw0SgO6e8N49CCcdjBDVcsyA3/NBbCqlByE0E9Z5uxPHDG9mwA+7ws8BgrSMfqQBvjGNwPUG2bVr9jgxU1VT49/PSz7/7HNgqylaN/5yNLounJ51yd51U27HUn0/njZ0/J/Lt/r6zKjz/5CJx2+84tsvwEDiacYZIOLIoSb4Vd5wcBz5UCeeQERVWhWuezuaqpMAI1XeNqDmqT4ldYbHRTGCbKKZ3CNHRgQFUIWoQiywJyALHp+fnh4aHne5CgADDICkT49ltvg3GLsoL0raQKrAhyA3iAzLwig1akJOCSMXAO7DGLVLS7XdxhXVCcN47HYeu1C4MQGNZ1Y7lY2LYN5Xx0dLxYLHr9PRAgyFeoSVELknDtytaf/x//6713v2EP2xyLFoR/pzR4djC/OCyTyDI6i5V7dnbhrr07d+7ClHrx4vlyubxz+7YMey/PYW7RBgbPpUlmUgU0EYTIVxXYDLMfeEhoZzIZbVAhwzii6to5q5dGnj7TJAotYL/FUJLb29uSIpdVjfdqihy47nw6wUSfXk4Xs3mSxBWOjECkwlLkoUu/G4ZXbly7fv1G3+4EVCOYBxOqimaZHbBoXtSVUCZhTBnDVS1ynFhzsiBHfhS6M5igoDisEfgUdtfCHXY6Bu6XiJrnwb1AqOOs147f6/ZkSYGI7vcGa9cZDfrPXxx/8r3/9N5v/6GqG+1UaUH4dzLSKFycfJGGgU5h1sXJ8fnz50e6pt+6eSuN07PT0+2t7ddffwgIwbgCAnVNTRnkqA5ampYZpcoPez1KevI8MEzJ4kKBENa/JQJQgcDA94E9IFCSRNom7Q94Sczr0tR1TVFwirLIDg/Gs8XC90NVxpNGVsZVKSQRpQUCnOOLyWq98tbrN954UzcM0zACP8Sl7U5vtXSgQdM01ikRket0rDxLgTdnuSYbT+SYD8OXVNH3XSAQwpUF01SWaUCXAofg2PF4vL25o0gaTg1DV69Nd00Hd3vWx9/7f67eurf/2tvtbGlB+HcypidPV7NTGFjDne3ZZBoGtN/55ltvYSL+8Ps/AKi+8Y1vdki/kdUH0gAKq4KiQPFrALMwjre3NgOWlVuQH5Aq9lKdGPIihODGpqAowNCxLFBWv98TKS40lRQJ+nW1XEKF8hw/my6PTs6iOB1tbJuWLYlCXZVmfzi9nCRFXuSpJOkQrouFc/DiaHNz0+7YqqwAQkHgzmbTmK0Lmqby5KgXIFlpQxbqlHKBZSwduDXISRbLypPUJNeJCMsUuJ1Mpzs7OyD81WoJdUoSmqPPQAyZxbtb2ydHZx9/+/+6cvOeounthGlB+IumwTiaXzyNokCRpOV88ezp06PDw+2tnSu7V8AMFxfjh2+8BvaTJImYRJI8D3aaB6kWrNeNRwGTeLFYArHgPU4Q8Ot6vabtVrZLyYw0xQ/8JE5M0ygpzS+2DGM4HAAYLqw+d/3pwcHacV0f6E9u3r473NjKQWs4ucCJRd4p6/H5GYgRsMnxbFosF44oUApvf9CzbMtdr8FsgOnW1haLDqeYcCwZFjWE4VVFTtJkNptlWdrvd0Gz+Diu5wksix9mIz6FJEpALvh5MpmORqNh3k+SiFITO53apy2c3Y3BxfOP5ufHV24/aOdMC8JfNA2evXCmZ0WSwBZazGZHR0fjy/nXfuXrug777TlMqY2NDVVTK3IJauSbl2UoPahKTH3q2KJrmKOgHoCTcgcNI6H9UhlkmqQpgF2QI4FvKlaQ91zVwJOWZZVFMZ3MeK7KYrIbAe0wiiWRcvd93xdVxbI7+AdJee3addMwV9N5FkdpDDarl4vl2nGuXN0F4Mu6YEVlYML1trY3Z9PZ5XhidaymWimIcbVaAfnQwKBHSFbgiixStnfKswAD8Ge3awKlGxubx0en8/kcTCgINXO6VKwieA1jl0/9Zx//YHvvTlvAuwXhL3IATuODT9LAk4lk0tVyBZ15/+6dbrd7fHwymy3u3LkzHI0yJt6g09auK7Mq2Yv5PAyJK5qkJDzGg+FoGCwWmOiOs6IiEXUNRSqKEggQdiJL86PyTTACnRUOWRXMj398dLBYzCVJCb0gzStQImVhyJQbReXXeKHMSmjDLE6gWqliaVUlYcgJ/GK5BKpFWex1+7vbV0Harrs2TIJ6FMY7O7v4OMeTk/39/SiKKDG4KqGKIUf7/T7Yr4lZAwLxPeB2BsPhfDYHtV6Mx6ONka4rDLoCc+tXSxi0ef75x9979Fv/vDvcbGdOC8Jf2FjPL1J3WjPPHsQktChEHaxBQOjw6AjzD5ZSRWHQKcw5GEzADCZ0U5C3iZVRNc33A9AgBCHYKS3AqQnUIJCwvb3d1ETDhTRF0ai3pwZtamj6wcHhCUUCJLIg+r5Xl3WeJ4aqdk0cp5PlJwss2rOmwNSMwOMUaR55uqkDnSkLJXPX3mfeF91e7733tnFj29ubZ2fnl5eXVVnfvnO7KiuYeEmSQSorOJ8kR1SuphdFaZbNc2o2qtQs0RCAtO1uEsd1VW2MNi8vJ8vV8sH9u1hxLMug2qdVTW2BNdlbTk6fP37Y1oNqQfiLGsDY9ORpGvmWoYuiMLm8hA68f+/B1ubmwdFxlhU3b92GJIvisCnLq2s6yGE2myqyZFs2q5mdQZR6vm93Opjx0IQ8juT4ra1NoGe5XOLtMssv7LHQM4n2curDwyMqti1JbpLm1PmsViQKz1ZkBWsBUKipMl+nAi9SmSaOD/moBDGpQpSmIdX85bmaK3LqpC2IcpxmH3306ZtvvOb7br8/mM5muCVISgN41fWE7tBfr08HwwHuI01S13N1CpohitOo1A1VRnRdKiWMBQV8eeXK7unp6e1b+xDMgBrWo65tTyZLVZV7pnbx4vMH735DYvzZjhaEP/eWTORPT7+IQlfrdNdr9/DoGKJxc3tnMpt98fgxDtjZ3iryVOA4WRRr8GEcL+YL2IciL43HE1YTDaYg5rThun6Rl6ZhVRSpUluGCWSGEHuiuLG5SdGePO2CzmczMM/B0UHg+yxspRB5wQISKA1X0hTKdxIlmJ2CwCsCJ1QMhJLcyaoKrxilLpZVSrUw+DrjOoaVVcRji+Xq9OyMqleYgmV1XLp2CB7DT77kcVcaTEpn/dZbb4sCV609Z+VyPNiVakaxWjay6662tnbIq1LzsAzPzs9PTi52drdFSYkj37Y6l/VEEGTw8+TkSbBe9ja22/nTgvAXMMZHj5PI0TQlThKYT3GcXL2+NxxtPHn2LC+Kdx6907WtIo3KPC2Zc8J1XFlWRE4IvDAOU9hmYE6YhZKo8BKfpSW0X5ZREafUSIDDbqcD2xLC1aMtHEpvuByPG4guFwtMeABOMTRDk3VyPQLbAmwwhSJHhYqj1CcW+U3CT65qlcrSVGIfejIJ4qyuhZoDpDiIzygKD14cUp9DRcHP3WvXIK3Pz89wapXXrI7lRYHZsZMsX6/XFUWe1oqqhEEiiBzADxxubIySJJIVTZLqtUsPLsbT3atX16s1V2YSz+GWAFHciyb58/Fpb7TV9jlsQfjzjiLPpidPRDaTAJuT0zOg5LXXXl85zueffyEplByYJrHEk0uN5wXWMbdiVSdEsF0OQFQVK/jZZ71ZKHIampJtewxAfkFAAg8Yorlbc7ZtOSvn9OSEtlK5WuEFTdNNTSWXvAGs4H0yq2xP9Wkoe4nqm1as8T15/XADUimCbHGQLIkQvVyURmmO+4eU5coqCqMVv4rTZGO0cY0iSPsQpdFsWoolmbKs1OLp2Sl4czQY4rQg3TD0IXhxccdxwYbUh5Si3KCMJSpa41OJjQ5WCEVM0sQwrLXr4Fbw6tHjj2++/g4ObGdRC8Kfa/jO0l2OAbOuYQZedHJ2Bt6C1Dw9PQt87/adO0WWAhhpmsBqYl1ZaJtEkmRWOQKjEmmy2kWRN7XoaTNFEW/cuAZkjsdjHAkKArChPDFwntl0Rt6CLLMMQxBqcIupa4al66rGQqwFoAtMS6mDdUnVQInr6A8JDMM+5AvCuUIlFXWKB1dTbg3ZGYm0d8Opll5WBQSwZVpZQvW6zY61ibdm/HQ+xSF4Dgh0XQ/GpUUxAxzukBdoXzeKo83NTYhq2sLla/Kz6Iaz9M7Pzna3t2ShklVJIdmqsfIcxXp+kYSh2e21s6gF4c81VpcnilAnORVEA2YwR/f2hoIgvjg4FETp1s092jXMksgPWM3CJsRETGkkwB5QAmg1dUR1XW82OXZ3tykwraQMJExaQGDtOOSXi+LHXzyuioJQxfO6oliUeUil8RVd0VW1qZ5GcpQK1XBgWq6mXGCesXRVUSnniqsFcGBd6pImKRXwSlq1LNIcN1pGEMYKRGs9m05x5v5gMOj1O4b57MlBlpGMJI4j34ochGGWpbgaVC9j94gqNYZxRgWCe7hVmLUgxjQjxOJ7yOMwz3LN1AyDWtlkSdypM3c1b0HYgvDnGrDxYBAGritR3l0+Hk8ACLCf5/uaqvzBv/gvOx0DYKO6oDxf5BQNCvXoUVwoPWiS05v2uhzrviLwwnA4zFl5bHDazs42yx5aw1rzWGl633NBUOC6frc76PVgLuIxx9e8AgKk7rzUdZDaNwmsNQWVC+UJhDwrWMoXRcX2KSXKbxAEpSwl6Mc8yQtdijI38zkKKE+ISHkehh9lG1NVDd3udAhnWcq6a5eWZRYpZCcZeDg3nmQtSvOgjlhVU1oZpLrWqdOa4bprCnytqzwvZPLiGIuFH6XxYDtbTs539m5RRkk7WhD+jPuiceSvLjVN1jVtOVst5svBcGSY1gfvfwAs9fv9wHMwQfMsk6HZdP784sKnWoNKv9cHk0xnM1XTLNME6jD1cTwlE2HEWVFkVOg+DEE05GqQZWe1Ajth6tdl2e33ru7umjoFgVPnM3AeXzISFKg4LxU3pDoWkHwlJzJ3PxiMWp1JIinhiigWWMQBpazKMBvxUqKniiLMvDAlyczN5jNpJff6PdOy9vf3tre3qapikfOSWCaVbdvL+YKS8TmSuGVdkq1bllERybkCmxPrA9YUSVY3NjZeHD4DGQ67FtYLP/DwcbIsweXzNLw4efHar/w6lox2LrUg/BnHejYu81jkqO7L8dGx6/mj7V1Q1snJydfefXcxn5OHPKNU9LrkmDsbLEJ95Neuu1guQI8qJadT8AyYp+mt26hWvGVrawsKkZWQqPHSynHAh7IoAdyj0cA0YRKSAiXY0YDuZJXZuJroUBCbVhZEkrQbRJijorzgSTyQ+LzAVSqATRZqw9QKKi0jQ09GJZ84yzwrVRhwspQmqed7SRLfu/MacOg8e2Z3bVA65XyArqnik93tdoLAZx0uOHwPwGRSxoIwKMuEF4pOx4KivrycbPTvVlwF87jA2csCMjhLozRa4evRrXZvpgXhzzjq6dkB5hBrHVHPZgvL7Ny9fRsUATLr97pgsyj0qXRTzSdpAtsPzASd1rGsNM1MwyD3Hc/BQDJ0g9U7MyhntyysjgnxGFIqvVAV5Fc8mU6Xy6Uiirvb24N+v9OhvCVVU1g9e4GKIlJvNL6pDQNuomIVtcBR7YmmInZTuZACOCkhnipKkVhtbEvDBIkCErkchhtZJdRV4IdJiifyihc6XaqcuHIdu2Nvbm6A0woWzSNIUkbZvZFl6TAOgfm8AOvTfimINggDttVU6awS8HLllDWP8wlSzbaRJdirkBG6P18vp7rVaSfTXzNanfBXDohMbzkGrkzTTpJitXR73V7X7s5n82tXdjEFAQDwFciE9kdqagMIBEJBwgJ0PZeykxQZ328chcChrqsFwc8QWH9cwHi1XLFqvKLrOGkY2YZ5bXd3a2M06PcAQk0DhfL4J5KjgZdksgPJLyGTKK0ZusRXRSiaG2Y9tPlXZdc41u6lIU+qCqyoqm6ZEI2jrtXHfai6UJFFmcRZGMZZnimqvLW5sX/jBm3z8Hy3a1Oxfa4Ko4D2e6pawuUlGaoVcjShthZqnsYQqcP+EPoYuAZXpnghLXgBeI+yJCwSbzk5a2tetCD8GUfkOc5iLLE21IeHh+u127HtIAjmi/mDBw8wU0EmlBLBSkWAOpqSaiCuJsxS0yi0E7MTQGUVZQq8SkVERYF6qrCCS5fj8dnZme95eEO3Yw0HfbtnajrQBirjoEVfVcr/SX83BaMRJRHNCgx2XKNYWcwcHUlpiqxnE5hTYM9K1PhJpsJtttnvd/tDQIxMOKqwmOSUHuW4oEdZpFBUcm+mGa4isX1SsLdOwljFUgNKx+eFil4765AVoQrDANhMkgxCQJF1YBW3a+g6Fq+iqIo8uTx5VhZ5O51aOfqzjNnFcRR4fJZJA4k5HkAOXViDPLPuxhfn/cFAZA3MmlL2tm2DCT3PhYjD0g9OhEYNg7CpDVNxxAYk9soCMpUUp2ksFzNv7QI3o1F/e3tzMOyRL1AirwOoT2YF8+umP2j1JQ7pPFSklKP0C4G6RzSq8+UBNdvebMinycdl+6WNAcmXSmZ0dNpHLesIQK3qjDz4MYV61/zDNx5anY7d6YwDP44pGV9iOb4cbYTqrKdFSnmP5Dkks1NRNHJRShKsTc91e7ZFN8xos6ksXubFenYeB36nP2xnVMuEP6U5WFeL6UXICquEUeT5Hiyvq1evLBZLXadUwKZsBGCW5TkewwjEdO90LLwK+mi6mkVhiAkNcILOPNeLomg0Gi4Wi/l0Bk17cX4xm84w0UEzWxsbg36XmYBy83b8bAolguH4l2iSRLHBJ9Wxp7ZNDGD8y8OamB6eCsSIIsVeM+dkTX3queYAULpC0WeypiumQR3OdFUGgsusLLJyPp+fnZ6tlsu9vRsbo6GmvmzcDWIMwgjMhuvjtJDZaZawrSLqqJFnucCLuqazuB1yWiiyCmtVUwyeYuWKNPICd9XOqJYJf+pRZOnk/CDLYtkyJ+NLyM7BaMjaCaaaqgKEtK9IjW/JfQ4ksJbUVGkb+AXqwJw56yWosJZm169f39regqFIbo8kAZbOzrw0jkVSbtqV3d1+zzYp+UhSNI2YUGIuiGYzpiInPNtxIUQ1CRMvTT1mvNVkBHJfmoXN89RYt1GnrKx9Q5SspKKC1aQqasss08yCYkyxisC+rcUyr85Oz8HJGxuj3Z1dx1mFLKSOozLBJSvCT9m9mqpxbHeXbRlRqbWaE/FZ45qiZN312jJt8qjkRRyWVrcThevZ+Gz7xu02rallwp9uhN46ClaDXt8w9LIqWeKf5Xo+/mksU4mKnU2nDms2tlwuyREvCJjN1Dc3pxz2KI77rB0SEFJQdvx0vlgcHByAGTGJXZcc9KZhXt29ur25YVqGBovKIAzKChOkwkuGax68xJgg/ORUZrug7FD+JQKbylEEq4K8JdzLhmcCO0pg/kUyM6mgm2X0+zaB36DkjIqc9MzvyEOpUocpTVMsy8TdSswlArA1CwoMS4KiZkIXs5gfio8F5hPqWyqs3XWc0P+wbmRJVuG1PDn4/MOKtexuRwvCn8YgvDzi6rLIKZ1vvXZK1k9iNpsGvq/p1E2eUopo85BKJIVRCCE6HA5VWcmoZqEqMA+hbXcxTW27AyGKJ7M0Xa1WwDDgxwp71jDAhsO+aYEFDcrRVVWRfO817a1QXGhRcQUvVLzQwI9r8NeoT+HLwb/0S/CNv4LjXrkWGZnCbhRpd4l2VwmHULkka2HFgYRt2+x2LcNUGa0JIPPpZBL6AbWsUdWNjWEYhpCaeBVrTUxyelRR/eIs8IMIv4eRIqlNVSgI8qY/VBOOB8Hc7FfpijI9P0iisJ1UrRz9abRonk1On/FF5i7d3dHOfLFWVH1jcwM2Xo8aMIl5lpSqirmmawYkokKh21RXnnZiwtAyYRnqmPEsn0AYaoOQGlxnBfWsTvx1kMUZTMbBYLA1GvZ6tgUyAqAVqlLBNT5B8EtZsUaFQuN4YB5H4j6eeR5e7oc2OUyNo7CmyLVGl8IExQkoyJT/0mYkgNVM30oSHU/OT9iHmmzbVFw0jJY1FSmmjKfx5ZQCzQTyScIshPDGu3CTuDJgh1ulvVlOhAULEU4FAUQZ5Araw2c0ZFUC98pCRnHgVOKxKDPfnTizsWm3QaQtE/6tRxoHebhMAq/MsiTGJMxZF2ttvfaAOgCDlXGSWAxa4Qch2X6KbFmWYRiyIkVxGCeRQtsn1C9eVtUoSajXREFh1KvFSuBF4G40tAekBlU6mdyEpBGriYyp8JNCQGkLFP/4l9TW8B1zQlSM9XjGbmwvRny5e0PR1zIsN6o3Jb06L1OjhG+ckUlSXETRKA8Cq0C/17E7+FzUkpAXxDQroyS3zC4vSr1uF8cahpYmMdXXAPyqstngoZA5SQG00yTLyqpgm7h0c2UlkUsmLeoyLYrID4o8XE0vahYE144WhH+rsV5clkWCyRvHMUQWrDsy9mSqjJazMG2MpmQTuCVLs7XjdO0ubaDwnKbq3W53YzTq9rpQmNSdJU0xNVVF5cmIKtfrdRpFvV5nNBr0BjYlCZIdCEsN8597iTK29/KlYSj+RFP4L3Umw2HFPIUCy3WQau6lFhXIK8iQ/QqZP4ao+HJI7B+wZBgqbD/cv0TROSKLLAcOU5weihqkTCEBFCAuMbNQYbXkSL3C2sP9FcwM5qnLbw2BioUjzajb8EvNzCII0ih+8fkHSdwq0haEf1vnRH1x/Cz0/YpVoWeJsrxpWYoKw4m6w3PMMwYcXrt2rdkeGQyHmIiw95bLJd5Oe6cEvQyABUHM5/PJZDqbzSjJQCHvQ7fX2dzahByFNajSdqjEXOoCRYKy4Btqnc0yZ7/Ez0+OL59kyrUJlBGazZsGoiytqfpJV+GX5+CZfxHPUtAbuFpTyNfSYc7Bjo3jsyzF8uI4zuXk0qDWblTWAp+deh7Wted6tHMDEqxL5vloNHDdZPGSwSlK0AVkHMowmIWmMSOufnn6bD4+bWdXC8K/1YC9d/T4I1WQ1s4a88oLg4xlKiVR5K7dKIoAKmYaadPp1Pd9TEHTNKE0GblQEQtN01l/saQpCVHm0G8yJOp67eZZpkiUwcSyMTqQg5KiUrEKQeJYVj6ZeVzVcNqXpPfl6tDgihd+vCvTPN/8fJlkwSiIxdPwEttmbbznzQlZ3KnAQt7EmlmYgBGAho8AFIqspakiK1VZua7r+d5g0MdjmfWTonpQSaKwXm4wWClWoKxfNT+lmhpBABmbggZxSlILYESqn1iZupEn4dmzTwuW0tWOFoR/o0EYiXVBVMK6UodhgKkEbKWsrTTVsBB4y7SoO2dFpEcdwjow7cwmziukbcA6TRNNU0nZroFkKhATwy6MEgpP61I/M0O3ZEWFTcUMPwoB5Rgmvky9Yw/5L4H3Un8yfmvIufn54z9kA0jWRbhk1lcT1/aT731FkyIlW0gUD8CKYJDr39AN6t1tWXiSfUxaRKaTS6hxkCQFJOgks6ndWlHAUGT9fXWAPGdtEIHxrCzzCtoBViUFuRZFlWcFTEiKrS0qbzX/+Ht/upictROsBeHfPJbjUxGAqLme3dNUFTZdnuUU/kJuCfnVpr/Aelxzo+EIHAKkQYv2B32QSb/XN02LDKE07fd6o8EIsxD6rdvtQ4sy71xX11XDMjVdAwWC+2Da0WxlKORe2oP8X+faZnq1ZuUqmH+vZKAVXvIl+9GEjzUFNRrkvToh2+lhklRkIGx+Yti23e3asPooEYnK3XNRFENhU7woOF2WDR2fzMInTdKkCRuoqgIoBejjhCL1VFVXNJXt7FLSfaOD8fFA0YnvP//swy9++OdF3pJhC8K/ySC8PH2epdFysfApia7GnINtlxe5R5lK1CIXs54aXNtdPLtcLqC6gD2KzqRmoAVlBq6WzHWmOus1bV3kOUwpgLmu6kF/sLGx0e3bhqkpqsSoriyqLC+yHEjkqyYpif+r/y5MW1YN9pqk28ZBX73cC/lSkP6YRRv0EVXyQlXzJTkr+Cb2hqJnGCbBjfhoENKAHJ2tIhmJB8vVCoYr9ypFwzJNoA6HNQEFoDytCY6jRH7oW55KeNQVU9U1FfVglq3Gmst4zvJP/vd/e3H4op1mLQj/uoF1ejU7x/wCnuIo5gUxihPMS4AHmq0WyCGWZXkaJ3EUQbL1ej1d02VR0DUN1GcYOnV7ByXadhhFh8eHk8V0Y2dL1jVn7cLWAlw1w5BUXVTUihdyji/quiAHHUs6eBV4/VJD4n8QnCKrV8iV+MlQw+N42n8ki6xmbyBcNZqQqhviDTzwINHR5DIAQsS6AvzEqpZAjRV7XFZCydFheAugT8E1Aq8CXZbBK3pa8rWo8ryMywRBQIWqsiRLYpNKLiqOsyrrSiYJXWdFQWkm+MbqMo2iLClkkVL7ozhmvRDLLKVYIk23bu7fyePw+Uffb8mwBeFfaxBG4enhU4hL2mBkpeyzNK2pzy4Pk7CsxbQg1zxVZCmLwA+orgQjHUkQMO0kWQJtrtaO1bEwKXXLXAfexXTqhhGIZrS12en1VIhVRY2LMqWtU8JJwaJjyNzDe/KSJQHlQCWJSlHgKK9JYFm9BNCKHjCnO0sZJFchC0urqdWnQEGigiwIMoV9U2VuHvAFM+WAXAVYirRhW+JMfMU4EKZhKfBxnoVJ5kcJDD5OUQtRWUWpHxWAT5xVjrPGuSxDF/iSSi2SIzEjkxgMzNp5U5tF/EKyGvdf8E2gKsXQUURASYmI8nSxDtNKV80nP/r+anLRzrSfHG3EzF8aFO9f5phNeV3L1CewO52vwpAa+kVplOeZkApKvwPGG4/TpnA9NCElE9YVCBNAggEJY7Ix6rrdbhqn85UzX3q6YcDSKnghhIm4IplKYWqypEigVxKhUIBpVQrEfYBlAekok/+NcpDYFgtVGf1yZ5Qc+NxLbz1Xl82sbzZCG5sRH4HSI0gig+fEAsAFaqo6Y8Yb3p5R6HYWsTgePB+Xghtn6yCM84pXtLT2Uz+UKHUwmy5W+Jwm5ViB/MgDGbmuNOjVLJkZHC4JVEyKAkgJ1lgvSIgC7U6+auxV3E+YVceHx/t7e1G4ev7xD4Y719qeTS0I/4pdmcm5JHBFnG3t7DpLF8t5xlZ9u2MvZ0uYNyx1sAJDQqRRDcE8wyzTOp2c1X5YO06zsQL20DVTon4RHS9chkVl2z2/qMZgyTCyO2bHMkBIqVgIxG2VLHAsnoUqWIPYStrJpMrZlEBBe5sFngPPvArXZskVpFBLhswGjlQEpmLRcxwDIc5WUgZgDr0DJIJRC+Jb2s6MktTDYkACFlyXOa4/ncyBb6rmLcgpSFVW4zT383JkKHGSx3FqaBQepCiiZeoRlqU47pk9kaoK1I0ngvVdKxnAORZEnlWvjFcqNieIQZicnp7vbA6c8UHsr63+qJ1vLQj/f3Y91ovLFDMO8wVWH4XL5DwrDYFZ57o+MJBFMSYYJjPVbhJEVoGeGqREWQzSiClNSfJ8n1KcJMFduofn08nKLyTFz7lo5Z1PZ4rA97q2qau6okoiLwk8ha5hchuGpgjqS+8dRcYBjoxJ+KLIRIkDG7MGTJXYePZ5kn9kKLJt0sa530x3KsfEBiQ0LFXwU8nxcVowgR2D/ZbO2gtjJwhh5SYZYRJKGBo7o6ozRY7zSWpShesoNWVV5soozQdMAVP5NioPp1DDqS4FeQtxlFE7N0hfvApAFqB3VpwmbjZ7RUnEPfe7nYXj8Fz54tnTushf+9XfsXrDtkJ+C8L/765MPrs4cVZLQ1E9L9CoRgNVp8ecxj+ozeWa6sBDZJJiLPImScjSdU1TlYRYDxNRUVUYh0BslhVhjn9lUoFO69nKBelpsqCIQpq7dVmoimKyqtor1RfqCtrU0uTdDVukAk6SpmoAmkitHai6MBDKgkQrlkQvsDKItABQ+lFODEdwZhlJ5I0sS80ykjSLEnJOwphdrn0ACUwVpQWenztryNGMzpWnZYm1ZtQbAJa0KQrLjxM5QaoFERxY2jqWCdcLDVUa2h1yorJiNxlPje/JwSFKJVmYRUXhPrQQUPQPxaGWrLcUOSep/3aVd0wVanc8nuIqx88+vfHa222F/BaE//nAMu8sJgPbhtzCGp3EKWCmqpooJgolGUnAA3gK02u5WpL0q8qO1dFYn7AmqQ9ggEzF3AqDGFZSDFsrrzDdJYCPl2RyA4gkJEFNlZDHpAdzpcwKWVdk6tpSJprEg2dkCbZczepoSEWeipQfRAlEuCS1jy/qpncabeeUFViHDDORuggCvVgCMPULXgyCEHcVxOkCxBemFScEUbpYB3FC4BSoyYyBZ2CVaqrp+ZFQF5qu5GUBdPGcpGt6ElAMjGzqgHGa5oqq4cPjqpDTkKpxmvASlgbcG/g2F5kuaMIDmuI0bLuojsLIgD2cpWBa1bAiLwBuzw4eJ6FvdgftrGtB+JdGTiVhvKrImyRZSDtZ1pqU3MYj1+Q2mJZJnesVGVynqpiZGt6I6Q6cAJBRlIDJLNbddrX21oFHxSYwuwVJ4msYZ4JILeArEejKQEpULt40eeb9S6vcoGtQYXxRIOlIuzR8bZoikFZVMldnFOPCMpWo6QVtu9DGSk7uDfoIRIxFEYShUvEutSjkxpOZH8S1qAB8az9IMq4oa1nRBYoByk1DF6ltRsrXvKpo9Nk5XgXmK17QjQp3lxY11anikyRLkxTfjOesh1sjOQ3zJNc1ixP4kEriU8sKgaeKO5wqs0KPucSKwbGCN5zd7S78GF/d1d1rV7dHfJksLo4Nu9+m27cg/EtjvZgWaWJo2tz1ZCUaDAYdu3sxmcH0KrKXAWuY94BQHIL6aNZVzBgDIFRVh0EYx9QWhgN/KqpbeJCCSRgpmjnqWpbRqcuMq4u6yiDcIDQlzaSIE9YXviRPYc2XuR9G4BC9pn1RIIFK4HN4rTR0jXZQAc6yCcsWm/AAMCELBqUkBuLJWojjLAhioRSdlVdQWYoQJ/Y8LybVSnmHMFdVKnJRGyqpSZzP7JoixymSlDNvYBZQ6RwcjN9Sjvw0mqXGSQEz2cJ7YL/ypEjBiWyfiCw7aomTUXkLapioKJSzlaWyQkasYRpU9l+QL+fLgncdy/S9dZoFvN79V9vX7MFGO/FaEP54QIuWeaZb3byYYNKvXZ/6Q1DlGArMpvlelZiImGS6ZnB1ZcgyC5ykyoJZlrMtw1RVyZkehhGUHEinpyqGqduqoMmlaqoSL9clT8WXZNAal6SVQu5ycvjBsIIyzKs8iAJYmpB1ZQ2kKWT7gedAeULJ4sOZPQhZSFsoAELNVQILsyOKy3KoxCKMiyLxYIBRu8SSkjPIfVdV5DpUeeC6a+syK3lB5fjBfmItk9sfx6Q4zW7fKjk+K8rAEEMgOUkKQ+Drch26mrGBC8dJKgtSRnZgKWsyloksx2oTZYoIAxb3Qju5tL8k5mUFQUsdcmrBDaCnM9cLPM8BZ0vvf+/W/bff++1/1XbzbUH44+E5K8dZYWrrhqHr+snJuW6YrIZaR1O1xgvH0nmBvSwMww51a6GqhCBJkAeYUJJVEJSzWhXki88VRbw12oIGo+qhUqUptSJKPGdUPPkhAT1d5gpNAnJYKFmNC5iaLksQdRFFlfKwQqnrEoinqZ/P9kWJD4GooqFBSuSrgFA8R0TE05ESxZ1Hjftf5Os4CCSu1HWVVSaFWpR7HUNXVNrBTEvVxqdTq5ygwsLDhQprCvkVirhrLGSRQtiznBPr9Trs2X0sH1ldQoVSo0VRVsSMmtRw0NdC0++JZW9QUDjFl1dNdGsVpIXjhWFOVYmTrNBU4fxy8oNv/4e7b743unK9BWE7Xo4sDrvUzIwmMdhDo0L0Gut8ljlrh3b/eV5RFWYu5pCeAKplmVRZJc8pZ5cnlwBMQczklHX5U1V50O8MuramkMFEu/iCWFJPB4CmYBUC9SwFF8FUJFWJyWqASckPUVDbJbBYLbBZzIGkoCFZE5iqKXRPdSWa/SSuSY/gSpyJowIV0K0wMhVAjgJKOYmvDFM1LQvSFgpTNyRFyKokMSSpb5owa8nFwSqp1SwRpGT13QBCP6jzSClSFgoAIVwKecFh6XE9h0o6yhJ1wuFhvZKPkiJ4RBxD7kpQdJZmVG2V1gsKFSeRkJdx1oT74EFu6cZyNjn4/IP+1u5X3HHfhq298k8U+Xo55ymfkMpLwxBqXM2KDAunpOx4/mVpQcwx2n7gOUgvyl0KQ5h04C0YWIaq4bEmKTyFSHO6qlFPCVnCdNcFXsW85RtjrhaLQioLLonlujBFviOJXVUCWGkHVeDwFkXgZB5AYkUpIIkp54G2ZHiK0xRe7spQ2FjBTESe1QzmIKepcj54iS8lvgb8ZL7qGVrf1AyZl7myayg67WOWklDhABi7aRTgM1Oj7yKjf3kqlLlc5bpQdnXJ0mUdRiAlO4JFZWhLKrUhUGl+rEFxFNNnoi4UkMUsrI6VaIQR2CRhNp2Jcau6puA8OE0JribPi2JbXbz20ff+U7BetkzYDsYnRTE9Pwp8HzRod7sNLbCaLpyuaS+T2UUxBxfwvO97g34/p8qCRGyGogIhGdU1Ih8/k4GlQrk/usQyF5qeuEVeUqWZqukxXzSVIyjlh8W/4Hqq0PTb5aSm2TVfq1RDWKYm2BIxMEnWqiZDEMqT3HFNTwriKY7ZmnWZq6KQC7wC7JbUaB7nokZOCnkvFXLg8bgFqr3NNlRzVqmRsoFZF25Fkkyd+gHrVNsft52J1FpYyZOCl0R8gjShxhUUT0f3WTmOu2NY+LWqAwrQIT1M6hnfmkx5iQVbuegqrDadzIfUwIPInD6eUKSpuxgvxif2cPOrvE3agvDlwLTWoJ8UJYoTrPHgN8ymjLnmyiZpNctYezORUsVNkypcZBmMR45y6tKCfP3kBydcliVAJ8m0w4mzxWGcpjE1DGNxZyxVT6TCoFlalwW4jop/6lR0kEKqRVYplHInalbJkCOGE6W6STWksBgKhWnSdmneU6VQehgHoe+51DlGooJnGvlDgFqxYlE1HHXVlXFnbpis3HVRcbJu1ryY4ZWCVQfOCh5CMvfxu6GApoyOaUjAv1gAwJKUV2RektsdB5uqjvUGPF+C96lqm8IixfEfZQvXlPshNqWJGw8qOwTrFLkNFUbYFrX/Jv9q5Lunz7/Ye+3RV1mRtiB8JUdhUVEWQemuPSooqpD28wOq8LdceaqKiSh5UXTlyk7FWIhaSlAQacwxBqDtS9qGqKnJJnnj+byuHM9fOFT+mnx4bNtD4Ctdow19UaXcemi/LPLn6yBOM0x6XZE1vmJdlyh7iXKU8qyWBMp7ql+WkHlVKUakiM2iYA4CggI9IBdEWaQwy3KROsa8DPHmKWoUN1kvVmu/KCXNkkV56rhemBS0s0qGHESwyCJXTU32/WTpxbrm25aFS+HjQj9ixWG+0IIVUxPjJDOBpI6NOxdkuagr8HxNkKOVC/eHbwYmNesbxUNlhElMrk/qpkibtFjIxuNLX6p7PfXg8ce/+nt/pFt2C8KvPAizdDa9BG9hbvuBb2xsqKLs5K5GsTIkydiKXg+HffAeJdpD3clKnmWgMLLMiiLNyUsBaCYwGms+i9N1lHOSUtR1TOKPkxWN6pfFSZX7rNN83bP0XsdUeN2L/SQPNgddWRQYlmqISQp8AZfIvATzTVD4psKvwDPri1LmRXLZCRS4lmeyJHRMEFQBRVxmucgSeilfiaPIuySvll6Q5Jxo2OswnK4WsM0yytmgQmk0CySBqncE0XSZwgQEdGDCmWHewSVY7xfyuYs8WN1zvW7HxLqTpomqaFGaCJL4skEbK2cD/QxFAJSmWaYL1OU3jpOQEzuWLQprfHWWrtI+DzUQgGyvltPz0HVaELaDAkd1TYkpSY9nmXiMG9MU5ETmVVlQEnqZ921zMhljaW/KezbtOhVFk2peV2rI0jhPc07wssoPciAlTIOSrxRdNyxbs3oCvnDa7EyinDr7hStvsnJ6HWPYscqqmHsx1zUtXapgqnEVBBpPGYZZlvKKVouY65Qz2FRrYt3RuCqjUhIFK9FdUzV7li3PsWxf0rNUdq3Iynrpw1SVE06YzRw/igsQNgsQF2UZFE4F/EtWOpQ1ZIvSDB/QS3IjLSJVtQ2N1gVOzCvq1B1SUdXEMA3Ypvia6px10gZ1S1QXn7ZsJLGOYRKTEmbVD2mz1TQsLw1F5oaRqF2csrd3TYcCTgN/7biL2ejKjRaEX/mNmYrlK7A9PZhtcZQAY6qqNY3iWTIRCUJqIl3XgIXK6lxIrKafzFTfylkHQZxzHCarG0SOG9GU4wXd0shqwgFY7zWDr1hPUUUFaiqCeZw4rh9Gmz0bV547nsD1TIXS6Sk2lMw+zG0KamO576wlIcdyfFlmL/Qd4AocQeUV7FNULD+4IGONUvEBODfO4poPK248XzhRKCqKqplQoiBzQUibHEWYezUVpNCSMlFVI61hxyYZZHJKMXu6zEEqw2AteVLhWZnrSifPU1bvA7aexq5as0IbRaWwTSOOGshRSnTNG6aZCaLnecCrhmcVBYdfXFzs9DpdLDmS4CwoqptSMVoQfsWZkPZK8ryEWeh6xuYGFvvFYgnNybNNF0zzIqNCtxW1g+dZ+5eCjMOqhEDt2l3KJa9qTG4/zpwgARxZRpLMC5inim7q0+kizfIkSXhRLoF0WGPk5KP0gmVAPQJvbG3yurzwQ8E2gTONGXpcIdRMmlLHT2r3SdWzm4ZMTW0oygCuKfqcWYV1+TLSlQdFJXXlpdUqzFZpdkl6tCDvumLACBVktRJkqouRl3bHSKMYH/ytt94BbM5PzyiFShCgbH3qqp3pMj/oGP2OSfW26yxKYz1VRdYgkaMABorkySjriirQUQoFJdVT/JogSFT9OIM+ppQwZtOKJM2LzEkCndKfCs2QncWEivQLLRN+tQfhj0o/0F4oFNLW5iYQ5fn+7tXrwKVA4ZEq8xxImOWGYcQRhaRgEsus3PVkNvWDqKbiLlRtJQe4BOq8AgHX6dl7N69rhnk5czTNEmRD1U0/jmRJLClopdi6tlfnyez8/Hy+rIa9qtb0rFBlLa8rqQIL8mLFHCas5QSlErJcIdrkIe6pm7L2XCllHKXYsn/ULzcv6qzkg7RaR9nFauWnpdHp3b//AArx8bPn3d4ojCi4lStSs2PjXpaLRX/Qv7K7Oxj0P/zoI9fzJU2N4pT2dcvK0JSsqiwVS1IOCu3oRkc1ZWpBlQI7MHZph4YXVE2jvRdW95eIXKA4BCxetSrp1JyYcg5ZvVQq2hFGMa6uhuLk7ATfpfhVnY2ts/7lIAOPFZMH2fBMFyWs9IPAnOMKlbvNd7c3OYoLpcq/VLxI03Rdpyx4UcQUxPGUww7Q8KzlCrU54rt968Frd959923T1HGJfn/TtEZFSfWjqA5iv4/3Djc2vvHNb7796JHesWfOeu56aVEnZZ2DJzhYa6w1dpM+/LLSITXBlpQm/LPxzFEucMV2a/ByXlGJjhKQlVTHCy+mizyvrl27+tabr7/76J3NzQ3ay63KLE3Wzgr873seRZBK+ESSpgjXdrf2r19VZalmetvQNcs0qMx+DZVbYBGA6SvyDPusDoAsi1TFn/o6iQW73SSmvr9gPOL3JGNNSw1ADl8oBXNzZJGanY7VsQRJBqvPJ2dZHLU24VcehCqFSqdNiWjKYOAAktFoBN5TVSXLEuYklFg5armJTaOEVkmEUC0KmppFVceUdUAV8lk/JE5TxN2N4fZoYMiirSlb/Z4sCpyqzhezPI4rSZAFzlAVi/qE7nR1Va6rg6dPV447V1Vb3RRUlRebHqCs0cqXLZjEJmqGOJBCt0uh6ZkG+FVNuQsIXUXhstr34sl8oSja1sZw68rO3Vt7XUvb3RyC0DxnIUmKJgmU1i/xa88f9bvXd7dhohV81dNVSxKjojBl1dAAlKLKc65W6xJnlnJI1DRXbeZxL3lAuqnezxyY5CNlZqbIvUw8pntudH5TfLhm7vuUK7s92+qYoNYs8t3FzOz2Wyb8Sg9WMEJoysWTU9vzMHcgOymmhCrNpCyWs0jiuNftCqzCPNNaJYXRUAsiFgnDUymHwPcwMVWJN4BX4CdNVK7a29m8sTviskCs4r6ldk0NqFsvZj3L2Lu6qwicLovbG6PrV69v9Ifeygk8r2nE2/wTm/9n8TFNGybWL4byG5tSo9xPtG1ijc0ESVUvp7NBf7B/9druxgAAKiOvSqPdzdG7bz/EAy5PelgAZKHOEtzqb3zj67ujgcaVubdOHEcrq4GqYdURq0IsS7GuFRYmCviBCYMgpBRnLFtJjC/KYrVJm07AjW8QVipujOhaJheOwLpFAYkpSwprSlFBU0CWx2nqrpbjk8OvbNumlgl/Aoa8QG0k/Cgjj1+4MRhULEKl6SBPCxaFNafkyaNdElKwNZVXI5Mpo3A2HCmlVcGVpSLAGOR1kYMy8xfLZNi7cv3auw8flOkn55czuc51sU78NWTjvTcf9A19Ob5wl4vZxbiIQl2RAHkIt7KCLapIL+Emvqql3dT2ZURD/1FqRVMzmLnxRaZOgQZxPlsLXCFxfOwuuUKDaQZ0uY5rd/s3d7fjN1//4vFTEs1VbRrm66+//tbtm/58Oj4+nl5cVqG/0aH+3WGW1lROijaEsDjByi3yQpPViMR6zmLKaee2YxoV2xDCq5KkNd8nBR2Qg4JTZCrHFscxRZayIsUQETAP8WTNFWJNAQBnB8/f+c3fFgWhBeFXd1BlNMMsyzrOM5kKRvNxElHXeMOAHDUtY+16sI7IJ58lVAqtKhWowYrsJMp9pXiZmgrP1DW+046m4G2Wrpp8mTqrkydFGgRWr7e/u5H768XS12ROkKWtze0NVTz+6EdZEuVJAkwPDaHWTc5WerZeC6UgN73RBP5V7xfWMo1QxrGGSCWfSRChOUy6lPElGWqQzXmV6Qp/88qmIDZ/YtrZEUU5dcHxHg67YZvDh/f9MIQt1+8PNnvW+vhFEAZREEpVPjSNTM41sdbikipFcdR+lK9qmUJYQW5SVhVJmeqKUDORqUlSlWa0fVSBSUvK/2CR3GXNxdRGoBZ1sakrXpcUJuRnBWdgEZMGNiVy4NsO3SWWs69m1ZkWhC+Hoqjd/hBLtSLLSZViBU+SbDDolq98A1RPiSI5yfSiCBXWiFOWJE7T4jSX2BoOFJZ5IYt4TjN1CE6tp8vdjt6xNC723SSwRPnhzWvZlW2JwVhTlZq2XmvJ0jlTo2lKM1PGVK2LRBJLChx91ZaXsikoxrVuwjKbABqOgk0FoWmBTYpPlGWFWpcJvKHJtqFSSBrP2ttkhBaFat0oLIJVsiRzu99pIsCr0Ctof7LG8tGVqYdUInKqWMsKF8VUbKqk0DgCYrP3g19hPyuC1NiprKmF0PgGqSw3q/lfsS5x0PO8JGiKYpgmLzgUVyrLuqoKIm6Si6mtRa6o0mR84q2WWAdbEH51R5NMwNfUTYGSysPQpAbREguaUYIgYCGaZU1daIWySKnanyA2nSHiKKCsVr6GthOpiGiN2Q8MdHR5aGnDrmFaGvRcQfnmNdWKEqkwBplGxB6cKFGNJ6plKOB5Qchr3IikUOoSTKqmayerOErKtMlLeNmTiTZnBIbJ/5e9N2uy5MjOxCLcY4+4S25VKBT2BtDdbE6ToqjR0GR61Kt+gJ7mv8lMLzI9aMxmTMOhzQw5YE+z2Q00iKWxVaG2zKzMe/NusS/urvMdj5tVaNJMTxpjV2aglkTWvTeW9ONn+873OVynFB7P3tPbNWY78PoWESKFlBjBIov1XS0VXaTnS83XLHhQGLtGCRFPmLxqe1oXMpS0HWD6mKUIIVABw+odGZBF01mUUlAllJ5GXJphUgkDEoq+sJQfViTDGjxF+IBoC3Qv0BehYNTDjQMTUA+uUdIPVxfnd95469YIb7ARSi9MQGkUoPAhV3l5dHiAVjl5KuHmuy1ZEj0uxcAOWk8869vaqn1VVk3dMNNFT8s/8UUWeRSqAWgSysAj/6PRyoO78lqHoWZa+VzeH8Aggw9jpCctXmmbGyCcD1hXwsH76L+XJUJ5sNCzYvZadFZ4l35j8p9Syo7Hl7xIo3TpeKziNkh26uAM7oEvMyJhj4jQmgJa3YUeUKld07CNcUqnTOt4QwBxQroMCsR5gAkbhoxDhwPiMPQHxpCzrAyssGnwWDwM+Co4ZyMwgAJPCd6nDqO9HabvhUdpNG0iB7MDH/8rtlcLZIxS3hrhDT1o258f3aH0r8lLPegwjiju67uhrutZNqHvk1vJJhOKr3b5bhiGdDazqtSUYkEhlJZOIFpaf3rIkjCFEXpJKAEqcxDQUv5I/g88SBQikt1pSflj17eo73M30vPCwCfvirk+ZlTDJBBIXIKAc1TPGRlHof5HL3etV4RR+pZ6gz2hAAX9MDgo5wJT5wC+gimOyBE8ZSWtrDddp2H2CWE9qkK61imyC9ovwAyHYX8tMgo44b/dGlSr2jLsY+vp6ck0ZhrFcbQpOz+KUHNBWx8McPQqP0BkbBoy6jrw6JLUrq5BxG9bKHRZKIUiqMaUE56Pe/ro2z9T/8utEd7kcFQentyzGitRFJZVvdluX3/tLpnZdDq5WiwYNOPvdtumrskaR4rrpsmLgoIutjAyJB+iFFGUxGFGRhiRHwwooWyGXrcUB/KEIPPJMF9oi8kg4wTI4ziOpLXvs+g0Gg+Kx5BcyNkztYxVp7ey87A6K2/v7t0jR6JkCEHoGxNpOo0DhkZo1KDFB8YaHwNSAcOtFasL8oCU0fv4FsPEGh5W8kQERGToPCivsG0N4HFioVLWEq7qSqkJKHaaZjo/iVgtjR3gKJAIwBpFnlZ2WCNRpLdiJh8xsMfypF7doFSk2yYKvLNHD9qqIpu8NcKbe2TTOcWAHjSN4E/yIq+q0gcHNmAgtKLX67XHOEkMD3Sdz8r1tDjpTWXT6R7qZfTNJI0mSZxFPqgtGO3m8Xgus/VCZRohpnQicpQyHS0JcBMXtA8RvdrnF6O8yHgA2KWVv2UFGsuB71iHYlNBmzTaaUPEvVGgwNdhuKoKzZkewlKYUjScsLk8/O8wBsC1coLK8V1HMcbA5UkMiUhb0S0avmyQ4lDqVrVojTL1o2boaOgHBsyiepqlmPzwPYSrQA2ApFwCZ4M5ryjNkpjy6Zx1Yxw7FIkZq7alO04lwIDL52fFbpvND26N8OYeyeyA1kpQN5TzpGm2ulqVZTubpHB0DP6oqurw6Ih8o53xTZLE4slQb+xMP3S0hMkfTNI4zeI0Csgf+iGkl1g6Hj6FVrzLup22xskuceAhBqC8ydAcD+4U44SIYV30G7yAAkuo3TKttQe+NtZGM9y5ZAEaYSfu0TLBuBMlYEbEXdsDVENpWxyCAZ/H4BU4vAWbj2SWNHtncIdI6TjAZXkXEKSCSrij7wVgckPld6AcGeVZyvhCSRE6Tz4Ct9DUZZJEVVlywUayz2ZFgLazglNFXfYDvV0xNWPfNiZwVRjhSWIb4idUlNvV5flrb71za4Q395gcHceTmbfdtNsdeaUojHdlM51MaPkiK/NlkmW0kigE5Wr7qEPmQJxQ+o7UcFbOJItmkE7z48QnI4zCyLIzCWeEcWFGCdbHgFCKB43PyZ6D/DIIUKrAqqV/9yUSK+hUMyCb/scLeGBBAswGzSZONgdh1Qol8kSKJFEE5fk/TPRqx5ZxhCXSHygTHVhhjaW5xV6Ad8TZjGLdvgM+Vbh7LXsyZ5RNXBAgt22DCWb6ZICzFQuXCtYk1rqnFzCfeOnw/gAEnwtamgEQc8+LfAo1HSbFocwzxHYE5GkoEXSESQhpDHfYLp+DuOCGtexvjfDFkU7nh3fv0WZM7qauAK1abbZv379HjvH48KgFfo28hLawD4mhOA0SGqiNdaBzkWCgmc4mGXlCKNIHUYy9nkHh8DAo9ivAQxzW8YP/8ly2YsBQwwCMpuBpIeNh6goPo/OY6FdsrGD8lsI2DPl60d5jA3atAoSwWFJIVQtD9sbWBfR5ELDCKNRIByaJ4V6LYrCbIxDGunIs/HDrkUJY37PETT7F2gEoBCiGbpqurNoGwyYYvOylQxmiz/GndFCbBTdPXZFNWY1exkQKPAA/dKPI9yvsPszEwSksCKzoPvM8DwKPZ8SGy9PHCA1EcGuEN/Qgd3fy5tvfffbrkFad0rP5bH21wmQcxWc97CJAaAkAF4bq2bQU9HQ56VG0uPswStM0TJKA2YPDJIpodQGixfO3mDwH2aHiESi9B3tyIseEhsB5IS6kmA8pmR8EoOVlonuNYr6Fj16zkvGS5tdbHXtrn+DNAOf2gM/l7IvdpHDIG5KJB0wriikLVFycPTaVTMjZg1PRsfQF391A0WKgDBTTXLdvu6Jo8xITGuCeAXTA5fJmQGGnVetmeUJBsW8UJ2XZUDRMVkexQ9u2HAbwDoHGCn3m0FH2GvrD0Oa7HQXdtSfOHn/fQvD41ghvcIH07pvv8rpR5DE4KHLzskxDaVTPQvbwTqpjbBoIAn1NnoqZ2phSzEknUTahvDLOJmSNcRyEXGzh1A2s2ahZksGh6L9n+LMddltWcYxVT8FaxYQUBOuls5cfdO04vbGzvFy3gfUZO6fA79TXgvdcRUV3j3UUeZaWkW4Yu0Kb0jOQuR5sl8ABNNQ6QofzRM/uDoPyHNWTI0ajUSXzWbde5Zug6gZKksFb1TN3BV0gAEZtJzHiTF5SlVUTxRhTouwvL4owjIwXcE6Izx9QGe7o0ehANl0boUYjUelxne36qimLdDq7NcKbexzcuZdmWVls48jPq46Ctu0uP3zz9b6tAl9WZalsdRTpltlsNv6oo2AY+OKiM5HFSRJBCjuAGDYrt7C8JpIoTYawF3gSYq9xzSY6Tv1A2oVMxPdZf4bTTvqTR/hZu9flmUILIh3Pq61Y6H7SaZx7YpyNxZpyYwRYM4BOaeMwHla8wVnsdCLT+zO2cwTICct0DMq2AXPyhpx84McR9hd6Do5ujOO1TbvLi8ATdtCYHgyITClUpeyY6dgwY9l1HnLZyAvJ4FpnnLnCNuIDPUd7Qc9QIS/LMqO67WpZ7LZH9+7fGuHNPSgnnBwcnJ8/IV+Ioqb0Nttd+P57dbHL4giMS+C6hhaFY+Kmrmm1Gm5e90OfxkGapfCBGcWhse9Bl0Iz2BqOjiJM32FlXVRmJId/1kisJTj7conV3OV6qrBFHDaMsQMh3D2vmXbMvjTkjBUW6V4b4lit4ZqPawcvrLwn8wvD7yEzZMvVlhPKHeczXJsrcl8etioBJxokFN38aZaGzCZsIazw7Qh1ZRiKQW3J76JLSX41CFzP64sayab0UFptgOO29q1tGA0WVi+ULpxgzx0QV1Lkv1k8f+vDn94oLuBbI/zBESVpPJmTISlKoTRm5ztwarP84DCgciK9yuiQyy2KssQArXRu6jlJmkynEzJDRKJRCqgnl0JtM11wuGv06Amx4Jzxaw43R4ty93gR0EMA4UIhHMoYriWfHyGjjOS+9ny2SsPr287pQWkNNBL8UbxJ7K0UZGj7TJSLJAhv8QJ6/b5Qap0hbw2oJnmag1vyVhGMkO4xW6zzmkHbiiEHDrc+y7qeZDOKPIuyZAcvOT52DSQUe5cZvvdXalsYCHwNJsLouQbYMLhctL68MExWcGuENzUtpHAtSmhRqH5b1YoVkeQmz5EbdTVleVYaiWIzSpICP7DoagSowpDxTSYUjKaBH3mez/O2lAOOBRiHJQmNy/0Dx6Z2KLRyoWWMIfcOcZQlJSPs2fK5lS/GuPLaRbjWC2p+ExNPMZJFsyQLXycPXrjsfEGObazBj9gbTjjtuXERZCdjn8Ll4HZsV8B9ajQpFWB3LtnLdDINxGVvBMsq6iAKKOZEa77XURhBzKJTrvDabujIv8GsKQ0WSZa5YbQq6pYzQ8ljkSxv2qu2wRiXL6aTmJ5kU+4svfINWnW3hvfDw0RR6AuRBkEo3MP5rOv7omkpBhVQhhmapg5Dn4v8A4WdQ99jmq8daKEnUYhkELX4kAmZAM9CV1vwiK/wMRHFhRgBZBjTaNvUEIZItoreGQPKxnIn6FgQ7/HL5Ijc3qeC6D1IGxhaHXvoDkrjkp1DRL7H2N4AUlDFRsgBIGtXMOjMZSiaRkvRfpDnRVIGgnuCVkxi9FqOx3VZXLYDDF0wzSZQvIG0lNuyvCGQsZ5PtxbIwKBfCIdedx1YTKVAc8UXbVvXZSW45gPVKtbtAEMcwm0HWqW6r+tql2+uLs8UPvM2J7ypR9c2l88etXVLYSe68FBBoUywFbM0QE4E8IeCGBOP57TtwLITtJ2T5XE9NGbCKDHWNsbG2z952H+whRZj2wzAPjPYmpGaPf12x0oJHNLLbtDGoTaaRZwq0KiLnLhzWy66wBmim44wWEitpUXFAAfnuWLfl+ew0CK/rQDO/pNf2pM4YrQ+EnuAbwJunKi89GOA6Bp0FPy6a+i0dV37UeBCVBsMPexOLU2cKYuyG3DFlkScPjkIozhJ6Ik6fYswX0qK5+PIb8ptXRZhnNwa4Q09lmdPFxfPKM8J/diXTds05AyXi+XxbEIBJrProiJPrgO2aVryD1YnkHHeMzJC5gWVLwhfnH/CCC1VDJOG8p8WSEO+gHwfOxbGS6P7SHZvKzT7DgV/HC9ry7c7DlJYJ8tDSRQ3Swu7VujQU24LsSRnbGPwCKSxBaH9ZmANUvDN6R+YoA1WzYirQYpIpugBk8BbAAanwjCmPYi2IzIqlHNZ0xtKTAOIgF32qo4n4iQWg9lUDQseG/oOhdEUx5KfJFum8zZNE3iiKcur5WVTlbee8MaGoub04TdNXWHZCZFlqSqqk8ODz84vyEM6g/QzxqBhWkA0rDfEyx1rjvLDJEnIFMcKv/P/UdzjQqjLhQvbdQdxvWZRC84GFQ+mm+uZibFJaGl9IXDo7LsRbIYAjKKlwBFr4MnOQggwsQBrVN6+iMP1THFdqrk2Of7y+mvXXF+hGTNJJuoGvIbcHwXkdPqmboJQDkNMAW8LZgoPnFfw5hi/4H6M3O9Egh5ZBygMR55g9ze7ogTuLqBA1psfzKKADLun1+7WawDcblQl4tb0rg/yQouzR1maZZNJiZmagDsQajaJm6Yt64r5wnruYitXMLGLIJfYagiPBdex6EtGPc7x7N3fS78cW5wZUSdYs7ZhAB4KBMBkh7SoKcn0Rqwa3qO5FmIPW4956eMwMDHORPk+eR7r+kC+hENZ7zey5Gt9XQI1LxVZr0E87v5r+zdvCPYK0eqkZNiXNuYmy8EkZNt0ijWDexCBCyZkAyUGbxPC6gu0dbOPwvF5A2Jjn5Jo6VM0ocI4nlEoESUUR7R1eWuEN/Ro62q9OGvb5uJioR30J5TqafEdHh5sdtsA3NLCKlWUzI8UhiG9BomWlD5Lqe3Z0NxRv0z80B+aF79cq6LCB48CjSN7ZICD1VBRKoQglNz3t2125vAr7Tuvk0ngQsfmB2qwoKWALJmUlKR1XWf17kfPyXsEf7yyjvE6t9yfxRm/OZ6DV8lYlyUbJnvufAgKM0Wk8MjG6qpZrre+7xlmTEY9CcOLEJ0Io4Tey/McDuMKcGvG2r/jQgcKID5nl+enz04Xl8u6qilyLncbfZPoD2+N8MWxWV5sNyusLTKzqtrudpPphNZikiUtpTfSIw9FVmcHk8ClSVs+qjIIIC30zPy+d/o9GzT7X/YvXuYoUqKzpziJQiDKNhYg3QrRN7fU9tdmaIcvjJ3pdfknOMaZWLiMAvV9jE+lKUiTyK/2NtccbOeCzYA/59oCr99uD2WviQ1V7z3vPns0nLXCmdJngsUQcDxnV9ZJmggesCST7XrIb2vmg7RBLj0ectI2oxUjJk7neUEPOS9KOGraBNu2oudeVpenz24UB+ltTvjiIDeYhP4ONGDu1XpDqwbNt37A3KpjtptN5B14EXSkyd6apvEnPrlELjQoO5TL8Gu2MnfMpf6pxNOMdVFrALYagt4E81DYGSFjUOOxWoQOE9yzKqHFqY0K2TbEteZ0/SkWOONJlEmmYrPZFEUZKOPa2V8QY3D3EGrB9mrHUFaDeMaMOFU2ULhX7lVSPItmhuYkk0GztiFhnIGiBjQhwMSDaWYXyCHlBVE/VBDjVi6FpWkUB5DypbQ5TOK4zmu0AS0TFDdMwhg499kknU+SoWuKqnj26DvEF7dGeNMO+qmvTp8Um03fm13RbvN6dkhZmQmDsGk6PwyZOMzXLj0xFQI+2qZJqoaCUkdKDgOK0ASjn9luDIv2OiNP4TW2zNnHfqDIvvZqUBhUiEHhrQbV9S20k3x/YEsFrktbzlyDhvuI6xyspBnIWlTP7g0fA08oLPeMZ8SQTWer1a7r8yiMTcSkGghm+fSar9ZY/2YH6kcQmxiF4uDI2DDp81vIeENDicfq7fgv9zuboa2HlnJhA9E4uk6y98C44Cr1fBGnKSDvPd2U7uw0vxqVbRhN58ZpwoP+ervdDn0bBt58lgqnJ+ulB3trhDfMCNUATxhHXZYF8TpIwrpvDrJJ4CX9rnAcWTe0gkToy912l8xnrlEuT8p7kv5gfPYYvwFk477I5PYlx5e7FcaK+XGqNgJjBrZDnnLSkK0OuHVm0HwrPUZ1KdtJYBlTjjxZdAZsUP0+64OFuCBNQ3jcuyKOUgpq7ezV9RZgYTQKg4tMKGzn6aFSdg2fGwupkIuDrgyDPZWxzDG2y6csNBwoAso8uwBTheDgpoiUM70+TRO6ASS5Qws+mcDXg7YgVh6vHyGydA2URhppIg8Kpy3QuVlTbOp8m2STWyO8WQc35jpWsAySLJXb9TbPZ0mSxiktt145m3VOsRZljHVdDVkC30RJHO3wAzrsFpi2T/iufd+LXr2NGkdPyH+N+dboxeDH0JMQ0njOOBOIq6IgkKwPdPHoqjObE1iuuayCFW0EsF+cl1olUx3AO/KUr6UkjOg/j6llmKJJ28l9+giektrPSIFIhiHUox3qru+auiYHBoQQbxqYqrSnAVucboceuB9XkK3S5sXIbCR8Petz0MdSeieBsw2iONJA8CnMTNI1qxd1IJCXOth1sskkisKqyk/PzsIwacobVCC9NcK9J8Sm3dq2OCqUWtRtX9QtBXyAiES+I91dWU0mFJ/GDhpeAQV0A3gdnH7s6jlj70Be+7wfwE9elCK5NMqZ3DjgO9Ze0PT3hRoLP2SVXdeBb6ZH8w2oMWi9S+t1uRMILwhXykZIVsASudhS7BAwLXCfItE0ozuwfDMwNs4sBa4W1ybYXsn/8he0m3j0JBRL35Rlrlwlvdi19OIoZXIrkwJH8O7AJ4MrHHq9PvhnoCquq7oh1wx8nycp3QPdW0d7lTYcJ5sxOhhTYtS9UuBmbNUpTbOhq7abddtUt0Z44w7azmn9lmV5cXm53eyKgjLBYbHOvQMgoD2p4lgurpbvvHmPrK6se9D49kqG0WCcputp5aEMycuR/gKX9tgwNM5Lk34cryq2Q826DLSeacV2bEWKS4ihT86kH3a7ksy9zsunjx9//+jxweHhv/j5vwhmM/K+ZF62A4jUsEMHDsVGSia7uqxKCj5ncxClUlZZ1w3TrQWAs3LPpB1atOChe8rxJDlN66+lY0YHNYxX6Bo0HUeIDWpFyAY7/CM2KWMCX9pia9f2lHxC3cXFm8ER7AratyIIV9G99IDteJ5y3BaM4yNiDkaomPlY6Tj226aryjIOg8PDyWQ22VwtmHxA3BrhzQpHy7LIssn910XF6radI6pO1+QTlcomyfJqXTfVJkdQWtb1nZMTWqcUqkVJQmurrmtu3zlkPxRzuc6LCvu44Mbyv7Kpo8t6RQoA0d4C36QnPAdUM8w0Af2wPC/z9WZxdVVX1fnF8/Pn53/xF39x9+5dSLKhp4HskWHYqqqqx48ff/7ll13bnpwcfvD++2+++Qb9Y1FX6XQig0DgmrgsyvpvdshIYl6R+3823XMshs7hQm1P343CsNf4ggvAKNza0gvtGOCM8k3sR2R7DiRWgwq7lq5apM5RGPCML3YXkO3ECd1kXdaAelMaOejrR0M7UFVDrzeNguPDQ26Uktn250+//xOlIRBwa4Q3qjpKK7gtdlXZRdDYwwovep1TbNW3WZalSawA1YZ6BCJFPbRN6/kRF/AHSNKyCgrwma5Vb4fLsRu/zQVfilANq4h16KZxYkirzZcB9/ggcQGyU8WUEX2fkZeZznuEpMPqamWhOS6zP1EQSZd0dbWgY7vdvMlUxZ7vF/nu4XfficA/fu1umk15SMID4pUZpYylxRgg8GJLo8aWc8diEmsr6RcUOHbnABwGLIgYn+i7oel7DyRrkIWxue7eXULHG/50UPQIfc+nkzcNHpxg5bltvXH2zRUmHFAYBQ4gzNS03WSSkDfd5flus/49FOutEb76B9YphX8a8wd+IJM4MHlFiyev+97t4/XOF0EcRqwWb4TRTVnAqQwdXINxqpqCqbLtUoeFj1xI1u+bFGOVVI+wGPZdlFUBHNP3rGTEk/QeDynwND19EcYx/GrbIfv0MbHuodiI/njTNGRpyMcGTa5yvV4lSXp8fNLjM6ED4YcenXB2MM+mU+SBDPoUnHVBv8VFWmedM8LRkXtUWeSGy514lxHfmOQwY/cDTQ09IgzAcgxaGoSjrKedcEsDbk0Zx2aNlmyVskBKDnsWr/f9qNXAAwHrykRxdguAOjJsT2DSoqknk5gS0lNWsScXe2uEN+jw0JEHSwo0Bh1PGD+Rvg7M4Lr+5GDXqDuHB7u8Wm+Lo6Np1+QUEHroROgkjZq2phVT16Xue/I/DksZGSntCDyva67xWyvs2oGV3SECAwpeFENd6WEQngJRrl4ILHHj+8PsYBaEoQLXRkCfQo6OPhUEoG0FUoiur7vGi8iJYhgQA31gdgNcGu3CIOQeBkBn3L8DGQxYhFk5kLIxx85NYciBh32F7dLzsL/aa3Nr2mmYrJH8oDPAaLVbQ5bYBawnjBHiBtB+ahB7ksM2HrOUxhECa+jPDLTLuBS+QvamadAeFXw2CQpTCmF9Sgi7npJYskPaRtwkeu3oTiRNud0Ed167NcIbdLB8LKop5GoODk8CKZLAW242UCAiL9Y3cRgeHB5uVlcnx/OiKGkFnhweo+DhFqjXtwNKgGRiXSdsL3zPGcNM8zwZwQeabwCoAU7pMcJynFQSdmphjAoBjg5B/YcMcMDwK/iCeeScnKRLXghiYzLOQBBucdYh1A41kwGQSbtBFPKYvGHuYTEOMBqbi+F+6RrsRDCXUg0ZmzOONepx5tDs2dxsc0Ozes2g66YVrBZuC8JkVRaeRlZoYXMe2KFU0dQBa+Zga0AjdmBoq50beZEyDyjtdD3XsuKEbmd4+uTpIMRqcXFwa4Q36iALCINgNp999vln5BWzJIgn95RwNnnVkqMb+nWe3z06JDvYlWU3aNFSqAa/IIDc9ruGotGyo/AM/TSFvd5AjI/9C3fhUAZkETSIqiDGk0LuBwW5cW7XOtuEcl1a7Yju0NdzMQ44jI1GzaODXM/EdAIqK6DkloIb+a5nWNMpYBELHmwfe3GOnd+1AxGWGorixWE/30QWYonhuEZF1y+ZhGbfR+B+CtRRBwqBTVW3fEJBd9H13BWkBJACWjOCb+jzKC72PaDl8MYBs2H0mCiblVUzqN/DhY6wd05czWQyEVlsZclvigO4Nb/xQUg5nR/mu12aZrvtKgxFka9jT6QR8GhRkhRNQ47Di6Kqae7cvVdXfVk2tCJDRH3QaiAXygO/Lhcy0FLjNhiD0kZ+zrE4Ck1ByU02bnxb+lCEl+wuBzVCrUEtSi4FAxLMnW8DSxctRFRlGLDCjPg8UxR4DsuUuuSHQg+qiPtVjDCRj2G4vpIXc722ZMup6sBtSxAWOlbsmrHko/Fr5niDcgx9IM6uoSpBMagCiB2WSaEABQLtAD5yJ4qj6XQaR7G05BzMKKPG+PfFYRAOeGEYB5Rve16LOtOKHtBsklb55obUZm6N8NoIyf9Fq9X6Rx+8/+D7p7RwKJSKPO9wOs1o/xayrNvlaj2dzTa7gl6dl01eVLSSQ1pnLGtWNZ2dukPF03o9OLNhHCNyrb/puP3ljFRLzIkIw9OIOJlzBUseIeswNvHZ9ty9YDYG85QdduLqItgrXDmOIKH46VkHzAAcFGjpUzpWhLCG3TQNdybx4cxAYTWCsU/AhvbIgXGantUVjYUZWNt1IfBE2xD7eBHFKUgGgHdVddPRthGGkc/E9yxgXFdVxffS0xfW2rt+cEYeRoTc4D7l2kxVN0VZ0X1Vdb3b7Z4+ffKbX/znG0I2cxuOvvCETT+kkwnt3wdHB8vVNo4Tz4+aXhVFRW6Qluzl8upoPvGDoCgbL4iWq83R0XEUhhRBVXlR141iHBgSJdeV3ImzWRlyKW6+aZ6F1zZiwyLn0r8FoAGijZKiYdVpi0oD/b3mBp0eGWggSMpzirajp4eRZVRZWOY484T00UVYq0G0BO6lHmrzI1pgsHzBzCuF7cKF0x6nfqUNCzlk1bxftOC5kgpdeDq7IJMbcMVuN/RxGEHvSTu0AdFb0ywlJ+mi8wEYDe1BAZQsInbgEIsiM/U8uidJUYDFvvU9lDekHmJPptAYDx3Vz6aJMs3p4wdNVWWz4NYT3qDCzPzo+N333mMiTbFYrsh/0IqkrXs+nc6m4LWndbpcr8let3nx+r375MjOzy/A7o4BA3dHO3lZjeBn6K04ir2fwS/rS7g+SguvbzF7jhH6rm1R60SHmoPMgcGnTBBK70dd0nPcwIVuqI3rXANF66au26ru65YiQpf50wyXPQQPQ1iifO3aSX07IoxqLHp6RnNk2lllRfvHfsxwxLDayUWecaS77+zs/3a341ca8nhN24+d1X5oupbxM8gx6a6atmHsAbaECHI4gQBWDi8GfSsSWO969FHYcpGd90fIjUFEaFo44mA2iwKvuRkj9ree8MVxePLa57/4D4++/34+mzdVT2Hn3ZM7bV3Pjo7JCnowqZRnF8sfv/fedr0+nM0pEL1ar19//TWKqVyo9rZ5XhwdH7ieMFZXWgG1vC8+GFv2tPVRqBzxmP5YDA1Z0J33RNa/hrE5yqZ7LmuSYq5PM/kFmRBZIQQ6WT3UtUTdtrrjIRUkVzYgZ+NvI0sddXnJ0tqmY2EmlGowC88f6ABaLc049r+nFdbj1BV9QR6pqZssjeiDmratun4GoY0QattCcgKsJUq5IvLcwPeSMECrtGeOCw56yXnSUyrLCo7XUqBajm+rgwF6HXA9GUrC46CqyoaMW4tyuzl+7f6tEd6gI5seFtv8rfv3JYWay21ZN9uykqCOdvu68B0VRxE5q2eLy7fuv3FVVtP50Tavnj69fO3uERf0ZVn1iDd5ygk0n5D4GhGkbG/skwZnGHQ3dIIV2x2mgkCBE6L1oev7EZ2Stc3IpVAoONQdOTHVNQY6ZH6UYPnP4hlcFcbX+66qDPgjjB+HwkgZAv4GDByLH5GrBLMvGbHjkuOCFlLH81NdD4JivB8MjnSFQeADks3OSe8n7oeOZdo05iRoJ2pcc7UDOS/ZehhEMEi6NjsdqAfchwDOVgyNy7SH0Bxmbv5xP+AytGGFYbtJQMmQuWjSQaehn0SBL0zf17MsFcOwujh/68M/euUp8W+N8MWRTGeWVLNVJsuy5dU6iZskjdq2Ids5pABJpXInN+vtxcXicDopyuL4+Dhfr4R71/fDui7zvCID5D4ZV+uZ937fFTOcsrGOGlkEFzxqSN5X5Fims4O33nwHvmrXFsBTwvaGpte9Imt0mH3GMPl3kMRBDP4YkBsCadkMTat7Tg3JB5IdQtjND9KEbJqiwZEy2Ec+ONQU+xpKb8EsRdfA6vIUpZKdSj++pnuyFmgpFQ1PY/jCpyyQLkf17nKTC+6OUDhd9xb8itJpwCw7Gr1Hh/vxcImoG4MRA9EupaRpmuSg5h6uW4XXExXcZxX9QEEsJd3xjBIAikeK7U2gxL81whcHC1FMuEqht7tCeP6myJlmu6FojfZo1ZmARe27tjY6y6syOjz0w/DZ+TkZb1VVy8W6rrsoTAzlg+Oer/d9yHHNafyT8V2PzKfa1ZeL1RffPq575/13Hr917/4szjxFudFgup7MDzyGmIMHgJOMiOyjzXvXA80UD/iR9aDbjWiPQlZnaHJKqUr6JhyhL8kOjCt8yq6i0I38XVM9Pz1bLC7ns8mdk+NBKOi9wT5A6g8Um+EmhG1j7AuiQF0bF+Byx99ut1frQvohxbJVi3CTvGrb9z5rDDPQ7MVBXhfxMkZDfKFNjwoTZh9fbjzQxuQBpo1SckURb4QeLcWxFLh2g1penIJS4NYIb84RxEkQZ8XV828ePLr/xn1z/nyzIbe3oxRvmmUYjEAvr59kGYVw6816lk3IjZHXads6SmgVuqvtNi/KySSCRozNr9xxwNdqW7tMc0SeZGhV09YUZx1M5++9oZ48u/z+uyebs9Xx5GCWZLMoQVroIHnijjdjcAaoyYueDI9CPlZ9AfWiI+F3UJ3pgF3RFoCmdK0l2oz8fVWpoeib5XZ7uVpROvrBG4e0KRzOMxH50mG9CC4cWY58s2ehskAZYL3JhAZRt+bZ6XnZ9tOjmeMFgLmwbAV5ft6aBD0cn/XqBY9r8AAT4myoPtEegWJUJ6ws03WfUFsQgmp7Hftux91/slQpyStWZ08etk3tveo8F7dG+NKz8IO33vvw47OH77z9Zjg5mB4c/Je//YWVW5jPZqhhts1rJydt22/II+yKOIqnB/MBHPhpr4ckyzbrq4vL5dHhJIIUtGsLog4vOkv8REkdfQj5SSN1kqJFHQcqDuO7s8PN1SaUkdD+UHW7YpPGieV8SZPME2y9UJRBgEexX8vjvJAcg/Q7WDDgwWxbzzhtWbdDye+RKMWqHmOAUoSu99a9o8PDg4P5JEtDh9M9uhiPPJvLqBsUWYc9pNS11fMOXUxTd2K5qb99ekbBMEWoSEaB1haWfI3SSYoRWpaR8phOg3JRskcK7+sO1Vxyfw0FwAJ5b6daNXKuOhbk7TC3Kv3ZK73Z5hQ70/8HnuiqosM01uzWCG+OEfqTo5OuG6aTuK3zQXWuFHlVMyF+v9vlk+k0ELJq8ySKdrtitVnTvp4mSVWXUwqkQl877vePnrz3zn1fBhRo0fIDbNIdCSP2vRBonJEx+aFPdhMEdLrgzsGsPJiU68r0np9NBetY952q66Yv6kaBfYmZISy1GU/yjw0PMG5Y9SRa14xLHTBv5bvZwVQjJmwTCCp5HQgtzOwkJaftMaKGkjUXGB3DTDnCTtBqhhbs/RQTKmrKBoeqV4/OLiijE2FM56YQoO2ZewrxJIWb2AjSKK5rzv8kcKjogJQDBauonUImIGmUKfti5CfnOUuuk2obMlRtS3fgRME0jSmEpZh5dXmxWy8P7t67NcIbdBwc3xv6AULOvizzDXmNZ6dnruNrIZuuPwmjMt/S7k5B58nxcdO19AUZ6sHB4XZ1eTQ/DILw8nJ1fnaRvPuG7lF+HLj4Ycv+LDqhOVwDTzxTygN3KqEe6sYJJGX6ggLJwTeeNLKr+1TAUOnCkH9Z9Bk3wfdYMh68YtZhrHtPTqIkmgQUFopYBnHQo2IThFFQNHkondnJYTRH8mZ4jJiMh8zVWF17FpEYxQz3koeovjSa3FZrvIv15uHZIk6nNXywU1cNGShgcoJF3qDuraxwDHypZFk4lqYBz00UCd8no21ARtyal2ivoPtt805Q4gBE74FwNWp5tLery2K7flk549YIb4AR3r2fZdPjo8Mvvv56Pp0l02OgGZdXtPHTzt80La2dOI6F8Jq+R3/BcZarDbiMwmy12s2mh8vnp99+++j4YE6+UVEgiuH1kduQx1itNbIWLrm3EByhdoLDjTBDWAVtVzReJ5zWkMMKIs83kkI4chdd1zcUE6MYCcYly9RG/pYCV+BtjCEDJG9GNo0CiKccXziB21A81xbZJMiOptE0bk3L7KVoj/QYPmRr9CiqHGzT0XYI98/D7XtDzq0w7lffn7YGBFIMpxuYyxu2T3+CadglBwbjR7TMEFSejsQ0IIay7BQi7UpSRmHU163l/Lg+i7VBnr/E+EkHdkmzXF7NptnzZ49/+uf/06tdIL01wh8c6Wz+5rvvPfjy09dP7tNKOb/a+IGkfK/uh8l8vi2KWRz5qEd208CjaDUMw6KsLhabk+mUYjdan8ls9uT54q3zRfL+W67WAUejQGb3UNKkZY5xO4GCo2HaXAHKXE3+QwaoIsYiakK/WVdYiB5GAEMB5Kpx+9gD3xRtBMBwD8rFHJ/rCUwPgoRCgiaRHCUtZi/y6zZnACtZ4xBHQTKLk3kymKFvOsE9B1QvW7Il5YdgJMS01tAjkYX6py2rYMiops1HiSeX6+dXZS8DhenBoC1bKXw99OT9UjA5adptfB88iqZzPDfA7L7vo7BJAScIAlq6Q48boeQPawqqtSU0RuVHSjwkjEU5IEjshNtBz9EEsU8XwJ4Q1Z9XeNXdwtZ+WCCNopP7b0dRPJ1MjFLTSXrn5JgWyma3E36Yl2WUxFBoop3eJw/gN1VFr6QwMS9rP4x2VSk8j1bU7755sNkUPYeDzKaLLrhhuguNeolV/LSs2AIz85Infx3tRTKdT9KDiR/7ykVVH60HrUyn66Ju644xbeRjQiBUXGlF0qDDS1bZgf6lr+p8u+kciqqVE4hoEh/cOZjMM+0MZDM+S7dZsnCxvwwWH2SIzji9BOB51w9129Z9vynKB49PKc+j91c1WWWpYLAdvXY+nUqbSiIdBS7O6mcwOmdgASbM0mP6PkniKMJYb10zWH3kh2TFHTQumP4DnpBHsTz6HHL5zDey/cezF7ee8FU+KISaHt+n/Ohy8TyZzK7OL8neKLRcbXMHxBAAN4JfNwxcpomeTJIJpTvC22y2MkCjuW47P0h2RfPlVw9+/scfZo600w4ufB9o6hGeusYyc+6ZqEfFbPJU5DUptI0PE2z9wm1X4A8MjS801LfRKqBDd9qOpsNTAmLKJoxB+25oWkMpmeMGnp8F0Sz2E1rRyNtUb8YxCwtgY5ZE51qf0LH6hIB3e45HXrRTpuzafNC/e3SaN8p4CZBkBo16staEQucooLjU93z457IiQ8qyTBklhVUvBKcxNJt8SREyckKmcEICOwx79VQWQRWOLeoydpzhQxD2cMMwbZtmvXjeVCXltbdGeIOOkzfeCeNUd3WR7yjjOpnPoz9K//6Tz1brlVJ6UxaeoyNfTuLQUII2kPtSYeiFcXi1WZPnPJrO883Gd8X3T8+ns8mH795jXWxWYnJsFVC/0EuzNPjwjqO+BIVp9dCQwXkH0UEcVmlRLXflrgqM7+g9ezCPBoMaKg47HjTyWAF+cIbGbZxIku159OYJxbbki1Rr+qFrjBzZiA3D5ygJlKN8lCXW11YGQzNzBZlPM6i87R9erB4t1kFyVDJTTNv3USBSyoCTkAkLKdZNKDpFZOrRNuWSnwMDAONFKZwOuH9YNY2qaoMhw3gQftnldn6EYUWQkXI9lqZigdFhcMEq7IoAuuLuanlZbDfTg6NbI7xJRvjmO26Qnj19nKXpW/fvb4tKNH2WxOfLdZrE6ewgv7qMQkp7jJXLDsOYlm4UBX44W683URBH6aQqcsqBPv3y69A3773zptQgpHEdCyhFUWRkjbCyZi+Yui3Wk2JPuCY/CcN7mZwgRRzyFoSedUthovBdP3JAROjWcIKeHjiU1Z4Jp0kwI/NLnNAll01BKRdQe8Ei2Tw35VgH6EFOw7FKaTitooRs4HkmTDM03VAq5/HZ1XfnVyZM1hQIwwsisMadsoq4AKFGSJdP5jOZTmln2BZ524Ffg1LWyPfJSdLZurqxpIoUkdJtAaVtB/t5U+IJ/ZGqfC+K6PiBF8eg06H9hiywLovbcPRmHWEUT47vec++3+zyk5Mh364Xm51mjOQuV8v1jqLG4yjdbNZd18ZpGoeRq9sgCMgd1IFPDvPk+C7Zal3lZKMff/m1FwRvvX7XGXqPITBYkft6u2XjpuhLWz0WV9sxXkSPzOdLcauXemGURUeR6gZa0ECKthhfYrlQxpQBlyIcz5WRJ2LfRFKHLuYEkeNhVB5AbWtpqJL0jp3Qtw7QamRry1/Djkg7FHKXg/tksfv2dLVuNCW23YCiJZ0ljkJuV1K0i4S2LGtsFoG/3m4HVsUJgpASVsGNihrFZIfOnmUQaaMQuK7JlXZM3uba0IA10nrdDuhdohJlLP9AQ3fqOrTZkROvX3X17Fsj/EelKinvvfXew68+bbc7mFngp1Hw85/9+Gi5+vLbx8vNbhb5XT8UZR0GXuhHEKoGRUVPIegsS3dljbh0OqP9XJn+qqg/+d23QRjePZhRQgc6NZt/cZOA550A6RpbYfs4FTVKDEmwVpqLGUPyCm4EOIGbiKHtWWfbsGaTw4pnGJOlgBM5JYWfdeuyMLUgZwTSJfTEFThDtdWIeolTVKv9bJWd1297p3e8RxdXXz4+v8i7GheCMSnpizAkYwYplEQwifl+uh5K9Fr2VGEUoE6qHAAM+i6kbSnwkwhY87Zp66ZCEZinIrVhxDdqxQ4HtEEYRwygsRJvwKsbV07nU7tTlTnmNl6WQL41wlf/eOv9n/z1/2Om03nbdOvVKs0m05O708PjxSp//PR8Ep+03RBS2Bn6tKZ5ax9iynYAspQHs/nFcn25WGSTNE7i3lGPL9bi09/9yz/54/kk8iFUYVjj1nBZcqR3Eu4YorG6tMsTReBdZD0k8H+Su+CZQCbDlsxSyBqIPRp95MW46tIZrmg44PCWlrfJUp8i/AV4btCW7mnUpkEkCT02sF53kF3qjVv1zuly8fnD09NN1XuQNqTrAm0NhiTcwPXSKKZdANIAgOBhoN9nFmA6T9000vWTJLWsMkz7W9Pnc+IpMNMRJTVli0VrWGiRrsDzATB1BrrH1mO2O/Age/Qhkcvt/oPJlKLwV5ts5tYI/4nj9Xffm2SzZgCRLpnDdJrWu1XTkFeUyqhVmZP9pBjd9cWAaIoWD3gm2OGEnncyn+6qFqzTBpasVP7Vo8te/+6//9OfHk9jX/WBZxyIDvpCRmgcwvoUsJ9wbt5YKmERXuSOKH5S2scAFFfBgb6kd23lyrj9AWoKyXOJ9DdcnnavlQAx6c98g107SKM8FGHcTrudwjxT39CXplOy1cn355tPvn18VXcqCFulAyHIw4UgpdCecoMQ2Fd4M+GVZIp0yxAwpi86IcIkyjxEpAES0aEHM5ZSFAunSULf7Pp+dXWV5yVtLBJTHtiMoNLWQ4HUumV6GlEYZllGjnazK6bzyW67LjYr59YIb2JaODvIl6d1Y9Isi+J4uboi/3b35EjJ8MmTp1fbjcxmocf9doy3emQSyM3Q13N8MlGy10HmVXW56KZJGmXi0emlUv2/+tOfvjZPKOYTvmDMCWJJ5pxH2maVeC1HqGYGGWPHENFmRC0RzY2RskJdi8xY66M/aaG7LjtYAKyVO3Lc/0C62wIEBgqUlekGCOu2ZUOv7RyZd+7nDx5/9vC0obNI0Mz4jjuJQ3Ld/jjvLzDV4YWUWIKcQ/EQI5g9mGeRj6ZtUXpBxZerODHKOHQBeZ5XdU0pdESRfFexDAYwNOTCRYDJEg/AGs29wY6C14Ri2yBQQDv4Vjzn1ghv1uEFwZvvfXB1+m2x2/lhsFqv0jT98eFJ2YvvHvxqs9mRQ6AVNEymZpJFntuTUUlaU9C1bbteUDRFyWIU0NJZ7crFYn18eHRwnJ1eXPzt333yF3/y4f2Tw663QBkyag4aGYPNTsvGbkwcYyNOkCoxEYuUljYQhBSc1zFo1GXqGbQMPYvt4gF2yV+/BAQdWyIcjcrecZC3sYyEdmRrxLI2H//uwVenV70reTgQQ1EJuNCANQs9gZIop3QYXCTr1ZxBIoOGGgzPY6hK1xxTU/gKyyFHH4dQGgfbv+vEUZQkybZsRuIMnqHyOXF1eFzSE8hgsS9xJCD2LZwq372EpLs1wptx0Ao4vnefAjvKnPzAL8ri3t17Ta8fPfjuaDpx3nKfLZaVGhZFTvHWUZa5qg8h/6DTKNlr8xrV9bEnTg5m601+sViEYXh0MN801d/85nf/45/89P7JMRoConEFx49MQLa3QCafcUfKbGHlc0G1CzUWwZPmbt/De6AOKS13IC9bnpnilSusBTo/cIP8cSyRgfmLzrR115tWRGeb8pdfPjxbFUZicq9TKvJFxj4wjjwkgwLM9lVV0WbUsdy2VQx1mbajG1BEQuND64wjT1xgR55SVaqiN4IQIAzo4vIdpvITSpW12zOp1TVUnDcc7p4YhKk8UAy0mh6Gqiy00bdGeOOOdDqvKXyKmdIPDTR1eXH57ptvRUl2drVa/fJXRdsWLXkk15fBNA4gpe3Kqm1Z3EX2Qwf+a1CLmfTO0XKTL1a770+LLA1nSfjLLx7+2U/ct+/fwfi8q2IRBB5HozC4Pb4bSZK4NiI2RYeVRA2kl9jRofQhA8E4cinssAZmLpizVLHLGuzSHnpL4IlCKXhH6R+aihK2TomHF8tf/e7RslVOQFYnea6+J4P3vGCaZlo1zPfrhmlGO07dMx8ai26z/YP40DeUyLrkD6VrwiAAMqZrWNAe5K0UEUgMCgKDRpdPLzMGHX3Xllgpd2RmfM92K3koxGccqs+tDjp8/xVfpbdG+E8fJ6/fj+Okr8rdZnN0OF88fz5Lp0ar9eJSNT3FZLSSKXrqjLNYb7sueu3OAdlNU1UiohiRi4GsvOk5pqmbSGKMvWw7JEadKus+//U//Hn/kw/fvWfIDiT0caEHo+1gjzHmB/7LtfAuq3PIjtJ4FtDMZKOAuxjWkue/XbVvP4wGbBV5LR9+rxxyYQ26CE7ZmW/PFh8/fL7tnSCJHQN3N3TaIgmQ1MHZhpapjVI98m1cAsKoPmsjCjtviJQUVU5BgTLEBo3JJhMJgHgPgseuaxXCV9bd8PO2d3ksUo/0O/bGnDHrYw4eumLJcm5xEtEGQinibWHmxh20WMvNqioK3bVD2x1MZ4/Xm7ru45hitLgo6mPyk5QXgdkhrMmkNrkfeoezmR0GKMgUHR2GgV06lLcdTdKZcddlQ2aUV926rzdm2P7yH3Z5+fMP33WhWCZC6RnuWJi9uO/LVugwsy9Y77UdrhtTPtd+IVisbFR8kbTCLbOZ3kt4W00JJg5166op62FXmU++efb9VQ4hOIB4oCMDZcRAqmJgsnDG97g81gsKUsVzw47GnL0SrsfOH2h0NZi6rzF5RV4r8KMwBKdUXbFrN75AezGM03boi7Iqmpa3CgliVAbVIg7XowWOSHatvSiwKIKmaSgnHLo+iOJbI3zlDW9gTYZh+fz0m3/4+Py7L6dpclWVlMtBDBTqnWkYR9BdaNs/+dnPnG8fPL64ZP1nTIdfbXa0akMBVRlrxgNThbpeKF0W/WxaMbSUUmap0/RdWRcUzf7XT77u6vbnP36XjCozDqNNJLNxMhWNEC+lTFbPz2VaFujLW+NiKTTneiwWdgNAm2GIKkvBYLBW2W4kXSGKlFW3ytvffP300bJUQUgmxdgAaF8MRjcYyRV6UOQsm6rzEwSTwoP5oWnOphNQuOj6zIjlMFM4fSdK4oAunQLfzWZD4fIkzZgGsY+jcESud62GniF5TIbcOigpYWgKxBbGstv4POVsG5k12GUkb2T01iZxprdG+AoeEJoudlfPnz1+8FVX56qtaNEsLs+7fNfuijjwzdAnUQzi22F4/e2T5Wr97OzZnbuv90M11LtJIApKkTypRdAptdpVKTkD7U5SULZQQtd2LdM0yZ6+8P1ZJigX81SXxjIJpjxU0Hz83ZOia//ln/7kNU9PRIjqIOV3ijm4pWXTBibGCpPpEVhjQBPO+hmdso5Oc3sRdGdadeAIxkAG8+zjC03fqltVVSqv1cPT5RcPL9atHqTvkeeSxoechYeGvVFhHBel00mnN6bTQ92CtJespien1A5BGKF5SeElK9zTby/wOeKlELfGjFTXZ0nKg0iQQEWJ1x2LRXEYhVFS9arZ7CgXdlhPhuGzKLqGrgOFRcThulUduAwCSZtClmXXIse3Rviqmd/F6eMnX/32s7/7aLE469rycD6fpBDHo22ellUPcTKTpGRW3mq9OT45pjctLy+jKDw4mD54/PTe3eM34+zZ5dXT58sgCAZWhM77BgqBUiSxp5HkAXnWox0BEIzVqUbfTMqeVmcoaAX3bf34bFFV1Z/97IP3375nIPPkkgMAiTc3A3mo3LOlGT2KrCnWciHL0ZLOw7UcCIECnG0JaBQ8lhYIHbkKU7bDNu9Wu/qbx2cPThe9plNHFBOyOqKRLCJKPsoyddMt9zwjD7oL2kpUD8Ybz5chpvWtaEUcRwP0z3oWPhu4PkR+bziYTslKuw5ZHO8K0B6kF4/9TLoXFI3GEjRqM4zNc6E/CnIA5Mb8LgDfIrpChzLKcrvp2+bWCF+po9isvv30l198/FGz23z7xRe0rn/ykw+n08l6taalc3F5Ab6UQU2zCa2DPM/TNImi6LPPPq/q5kfvfXB6erpcLE7uvQHuFN+jlU4WKHyAsFVHLlKp7c6vZIboNRyGlhaXLz07uqdYC95wvw6Sa4J2f5e8wiZvP//6SVW3P/3R60dz6MuTSyFTa7smSeMwjLTLRLrKTgKCcpS1BNGtcHgwlvI0h+Gmg4JAhRlQv6TXd4OTt3qxrh6dXn7/bPl0U9ObJhhE1hRTehzeIoXEhDva5Z2ygqSGBdJA/QuDxGBE1w2DZDEm6flkZhS/dxAbhp+mnYXshKLQuq49ZJeS/B59ADzooBmP5tZt21R1gc2qx0TGvvY0Zr/G4UYICqah79EDL8oyS9PpdGqV426N8NU5nj958B//7//90Tef1xSIXizffvONe/fuFVWxebalDTvLJm/MDtq63VytKVr0/QAjCj55LP9gPr9zJzw+Ovz2u28+eP89R/jbqiEbunt4sNjuOMXxHB/OiiIu0zZ53c6nUDeE2jy0uF1KbMiwoAuNKQPlMLLMRdU+Cj1vk3e/+uTry8vnP/+jH987OfF40p2rFA55WSjPQ/kQE+sgONQDYDSgokBvUFHgR/8GNVxFxoJkrYcedtH0u659dPb88fnVYlPX5LNA4R33mLlHkRUqEDzYp7mbxzr18LJkYG5oOxAdXafnhSzzwlK9g2MkijSsFh4yGBU5W0hOFRmpoYdGDhbYIR6gp20Kxkf3wHoVdqALMQF3K7kjygR0aJM6dqweUW2LCQzaROq68otCsaDarRH+wR/0I1+eP/kv/+7/UPV6noRffvzg8PAoncyqpqUf9v3X76/X2ydPTpdXa0rkyPscHx2VRUHe7vLykvK6ruuOjo43m/WHH3xArsmR/tn5OSVnx7NJWZU1dwwpsAs9pEPkFihaoywxCtwo8CexQ14R8u9kikoFEvbE9qU8LkuiagLgZHC22F1+9Ou379390dtvzScJLfSmqz2JMSJh40POAa1i4dAPdeNaKTUr9Ql+NNQ/MBp7td5RqPxssVpVDV1N73iacTR0PU7XSu47+l7IUmdotFu5Uod5lugzKa8TXLdE47FpIEMPE3LZUlCqgQqickBXAdYMPw4DssOB/GEQSF8iMqZUuAXnPuhvgiDy6Wyh3+saVDQKdKZMNcPdeccOkYxgBcdBU5F/ZnVVZxMI3t8a4atwXJ5+/4u//D8vnj08/f7Rd98+fO3k5I9/9sfgTvK9vNitl5uqaqfJbJ4eUB6C+ghDvtqmTZKkaRoNtmuQhvlAM6rL58vd1TKdHdLiundytG67XV55fgDOI+m5XoCJVN3nTdMibNOH5CiBe0bFBdqd6MLBidBrHQ754ABESDt+XXdffHf65HRx53g+n01ns0mKKfnwGtfNHUFn7CYyDg0OUpuOGVzysqLd5OxyvSno1OijQOfejynmJPc4Idc8QIVNsQgUxpQw8gQPNoAImPyYUGVDvgxIVBQ7O3TwUXI1WTwhP0z2NuqfIjIVcRzSxWMoCaiGBpi6rqFgEn5s6MnBRUHI0ALwBVN+WPCgEwW/YzPTudaSG4u/XE9ygjACZZznTVPy3GF3mxO+AsdmefHRX/5f9Xapui6KEtqXf/TBH+V1tyuLKAx2uy3lZrPJPPCiIi8pODp/fnb3+MTiHimcpF25KqrV1YoSlYA823RGod/dO8ez+fHVJpdmmMTBZr0y0qV0ptOKDQbeigI+ZXTedEJWaRypXnsOmYM30GqXCAbR8aeFi/UKPntN/jT0yEYbbR6fr797cukK1HJC7r+FYBf0hJBWQ36AcCcokkBXwUFeXtZQHhyANyU7cqKwbzsJr0VW4mRRQjkk3ZGQIad9LiA16HKoFtpMHAfWdGY6I5A/Dktn038+w9kAy2Z+e0o5gUTDx4oGImbtgBt1wtDr0RgUCEfJXOMIY0pgtcdEBZr9GqQBAPQIq4DKgDxtbRA8iizWLfyAzg3PXlcVhbheEJe7zSvMPnojjLCpy7//m3979fwpOlTdUBRlkk2vNqVB5FXStj2fZuTfFssFrZXX771OP+qjo6MsyygW8lFy6EKsJ9m0Na0oKcMsicmckjhhwibju27dt6Evh6E30kei5tpeAsZouesgKOiFEOjQk0VFoSL3xJUJoE56LtVDVIIchBfQh3CIStbaeywfTxFd3SrT0NmLvYgnv9exwweghlF4L9BjWiLogxYSfcuhBRxoRZ9DK36Ifb9sgP0k79KT9SLH7HxGtdnepuL2vtjP+yJmBvW+tOSLZNwhJbdMPwFcAeYnXNoa6AlQIkp702wydSYZeWm6BeSKoKWiBBVsa2TVcZo6Ql5utrrpeJ5Q2BbrfrrRYYonyVdC1k2JqK/QrG8366v11fIVlmd69Y2QEpMv/u6vHn/zsewwtnN2vvzoV//wo/fed52o3tbTbHY8nQ+q3W53nhdkWdD01fOz89dOXqPEbbdbM29F5/SoCYZB2pMr86JNXuZlQWszjERARqe6TPjh4dFis2PhXslqLhqUuMZDxURgeoiV48kV6GZoyC4zkZALAocbWR7XOK0+LkhJmYOMDNgVmB8Ci6cIYFKG485Rw8zi2wQrvyOyRD8OIa62vNfkhm0VR3INx48khceBq+hnTjlZ4HHrEY0N2DCo+SlcbXvBTYI9l3afoGbkw/Y0BGboI8mzU4DZdEMHH8sqiK7pjaY9hm5PgFofqsCS6RR9LxBBPMDfgou/1ablvcGOX2puVyhwC1A2K5SB2FvTwszJzulpsdxvUA/14vmTV5h99BU3QvrJPfv2i++//iQJA5DENFBGCKPw6OC4qZpQxoeTg7YG4jGK0mwyoe08L3d9g+ZVvsvREGeUtOb8hKf4AJvuur4oislkAsJaDNYNySQzvcripKAzoLnnWr0IO1IECIyG88BOD4UjlCQr0ZBtIGBjRItn64NMvQK8i/PyDIS7p4KCgXBC546F/esIzWXoGTyYZU9jrJt7bawM93RZPYbFvC2QDZVR10bOgKdR5MlQM/wTWXGQpMKSh4NdwuXxfS0xQkHOzXMD7AsDGH9HbCtaEYhUPbIhwUEptBi7lqmKRYeSEZweBpawaeheWZo5vgIxSujADTJKD7sInLSmLWZx9ritquQVVYZ5xcl/V89Pf/2f/o3TVKppgQNG68yczA994bVF/cG7H/St0xb9NDnIojlFf8++f/79V09n2UEURsvlMgwjWnA+M6nQn1VV9R1oJtDpIg8jvbZpMXEfIfmpyzJhMRPdd7T4fQnGTQG36DLJL/5EiYIjPUrh6raH0AotUopSQYMmjABxsJD0voDfHZBZKB6GUC95wBEk6v7+mJJtf7tWC378zovZKDucaG3ZgrntCyxU2gaBFiNu/9VAT9u3AhisbT/iwvczDZTUegElsBHUQdGeQPKrrXK4VaRo2wY3x/IZrMnh2CthDgtpL5LhaxbLgIqvbW9YrDoQ6FolYZhG0eLJ14+/+u3v6R/eesI/hFSwKn79H/+NrraO6skIl1frXdFcLJbz+eHxweE3T7/5+utvKAo7Pj6cTqZVWZK7OTm467uhjPT5xfmdO8dVVW43FXlO2sTTNKB9OoojWlXkBu2SomVGa/HgcFbWXRaHfhQMZSURablMri2Yqmn0Rrz6R5ZpzZ6x1zqvGrJPLpzSb4rIFL5magtEp+wnHOaIH5WM9tyh/FnuD92+szcx7dg5YX4Ly8S7dlTW7CVfrEVdmzHULBTcvsv/DqRL1+kW5BSQOoO7xjnJQritj+hac1dSBF7XQyoY2CBKjAU6ihYc0/OUM8Xz3PenpFQ02oi6UarlUzCmnOwK50XsbZNb2LukMJ7ifNr7gH2jDy52V1/+6j+99s4HB3dev/WEfzAHpUPffvqL80dfhj7GXmmRFHX57cOHy80WKGlKtTzn5N7x/bdfT2ZxRzlSHOyqomrbkzt3siwDrLNty6qMrDY1GxFt1Umc8NYOwAq9jBZox76RMrHZJIP5De3BNAs9IMHIi6J2IiVzPbjM7+SC0hbL2ndYCqlX5OicboA1sm61bNFnhKtt7Brk2TvLmb+3ZG4nGNa4BcjL8EyTHANPY5Wzx6jSqnAy8ZLgAuMogWY3COv69n6Ud2XaVBB+AwtqZbPpKmgz4jPigNjgAO4mrhtDXgK/6A+Wf6nrmu6b3lKWJZ08CGGB9DF1VW02m3y3o7dbn23p97k4ithZsZszVieNE13aNigKgAZO15EdLs8ffvWbv90PRt56wn/2x9C1j7765JvffjRJI808Dn4Y3rv3xqeff0fW9/5775hBf/DTd9M5iv5kbuD861TVlswUr5dX57PZvOSsjzIZrCcDfU9tYJOWKSwExRgQZBw+Ifnkut5AJousyJOL1Ub4AdNEcEvQI88wuJYrBmbFhUhL0oTMysFwujEtSqsaXKbSU9y8RqjmsmszY6KIqV/JA/keMzZduzVn9IMv4xPwM4b6mrRGJqwIoWOuKQ/5BR6P6qLqAooJz6OVbyuWHAVrLwCfGtTpMeyHOmWSgm2OHi30CT1BW4UVIcYQPv1Wejqb0l7CjBwg7Sc7dSSuFuwy9gny5LJ14PaX3TFse7ZHjQe42SgGRQbtDLvt1d//9b9756f/3b13fvSP+AJujfCfWxRa5t/89hff/vYjVefOoJqqZoEhdXZ6nkXxX/z5/xC45nJz8cYbbwjZpwkZVVRXZlVTRFlSJtbqbnYwbbsiTpKiLGlJlXWNnlVTDZwh2TgqjpOqqikupfSGdnefgZdx4JFLoHjL1y45NuBUyEwRePIgPEeIruEGuwPtentYuUJa2b3l8zVoncACHcujJriUMrzsCa1jvE4FLegZXY294Rmuz/BbnIC8Ls9AuTyE7+7FAWn76IGfHvZJo7G2OfLigwLHBSgUQmXSypdxqzJwMJbUWqg6xqB4tJisucjzJAzIcylu99Fjsf6W9y/lXN8tqzSOd8LVUWwAqBi5dpiSH4ElF5Bt21ParXV4eKiq7eIffvGXh3f/dRgnt+HoP9taqCm2q4//+t9+8V//SvYNbadVXpC1CFf6Mmjr5s7R0fFsTuHR3ZPDNAtp6TZ1sV4tNpsrpbs0i9qubtrKkU6SJLt8R0sOcZ4UlBZ2DF+k0AiZIR/kB8goMXygFEAr3Nan6BeyfT36gTbFEa7FRr9UBrTpGNsXjJKpWlhpBe1Bl22yRSwKC1ZW4owHlpx9xGnbeuSveg7P9p5wLAhb++GKi88EoII9jsW9jJSjiBcYC8b8pMKSoKI/yfsFKyvB+ftBSB/VoEWpoPXpuhQX0Hlp64nDkOkXMULpMeYTJ4VWtpemyXXtB2z4Ps8Jeh7dUFVV/H2OdPdoGWND0pfqpCChA4IdkjK+H8YhKIIjXz776jfPvvnsFRtuekU8oQEkqt5cnH736UdPv/t8qKvO98uyYBZnyghBbkkWMplkGOtpijAO9NDRUmu6vlMmSjPZY+hclJSEFMd375E7BZ+01rSE2qajMDKKQ+OxB+B2Hq1LzNQKGTKjJgZ/PQ+qSV1Hy9kzJiMbiKNSdBX4RynY5EI+lrjmyFIwHnJ0VswsNt6L3LtNJJXkHUGOr8hG0N7DFC9ksQfEdbAdVneh//j1Vm4TQxUUbg+eO1oFaig8hYBQkNXtNaNssDXsyzyAYws6BV2I8iWF1Yaex64soyFiTkMgAXoOB+juUj/FSawwTVOToWLOCs0YEA8DJEe+V2MUkAs5umroMQ+uF3RoSHqsyeta03P35VrMiBjd9APFKZQydGNRVwMqIAUPn4i2Koy++OIX//7otTfn0NB2b43wn8VBK6HMtxePv3v4xcfl5lx3pVA9uSMFVuzo+fPn0+mUfoR13VwuLn784x/7kbfdNq+/eY9Ww3ZXtl1PbmNQZr3Z0JreFds0SQGLCWQQ+m0FtBWqGq6kDIf72lzrRN2i8YKA1hl5S3JatEQo7QFCC6kdEq9ZmqaxEUXZbvOeG2vatgxG5V7HthNohcEIjQ01jS2UIGmUDOxGBQidSi5XDrQiB2Zt4q6ctDJlo4NkeTU732Q48hTM5MlYHCagYaZuM8qvMEuix81/62zdXvNM7dB3GI8k+2I9XrOXjCGnjI0gCHwBJjWKLrM4yfy0qeskzequHbSqaYfiExVV6YOONeDppRo3ghgTNJEu00NZhcSx1clT/6zx5Ghf0j7DybOJI58CEEDqmjbw6fkDz1Psdp/88q+z4zf+5//1f/NfFb20PyQjREUbnV/QznMbt++aanH6/fMn3xSri8XZGW2vmJTDXAAqjGQbIBQadFnV5+cL8h6eHxRFNZlMKRU6uziHHHWUkD9aLBb0xl2e0yqlL2hBBBSGOW6cpE1Z03pGacfHVAGZU+Dz4sAQQ19XjSXbDUJprN4Y4NCoy6PRRf8rORa0GR2qL3rfbHBssQTZFO/z1o1xBx0jQJJn/QbHeBwcQhp7gDIpc50ZnrxjdmBjo1SKTi2nqGAkKX0idOltWcXn6QfLMUPxsqWspxOTA9f7LBDkMw5XUPnsrJJGZ9et7ELpWep82g2YtwnBcZrF8F2Yb3KqqmSNOATkdakD8owgbnPQQ6WtioNRqNO4nmW72XcIr9khjbK9CgwuozIahSEXezp6VYxx/BRDVWBbddMoWef515/84sM//Vf33//pq4Em/YMxQvJsZw9/9+y7z3erJe2v5ASauvSEW+7W0gFArNyukMFIH3n8ACnPoe24eTX4QTSZzbzLBWNFhsOTg7ptyIMtr9ZJ0pM3m81mlOqsV2uWTAgonirLqiybKAiaFnEmvBDZjO/Td7mPBkwMxWKgRUwSilGTOB2Lh1LYwklV2fEmkaVJaJyyRiUDQ4Qg/rTdAsfW6G2XfNRIYisUloRbK8s3g6INy/PijdxWI3/CSRcYma7f63nRvvSBU3To5SGvowwL2xL3GDAtwWVYwZUk2/oXVqAXjUIkp2iQQHce84DIExkBR1tE3dR0vRFkdAMr/e1KJ/ATOmGk9TYvmKTQIQcYQ79+CMlFJqnApG9Du6KC0hQ9Qv8lYuIxGDajTY4ogrbvXEFPjrmO6ZHyJrLZ7hL6mWUhhQnrxdlvP/rL2clrk/nhbWHmv92xWZx/8Xf/4fybT4vnT/LLZ7vFqaq2Q7kVQ0/RJPmFq+WVlRDhFYQYK00SclZ3jo/pB79ardmVUcgFIumqasiO5geH9MKrq6vvHjzo2HOi+IeWA1b5er2VMiC7IW9JoaXgAmEcxxBC6TtanB1QywFOpzW9r+tbeoFniW5ZuIzVWUwSBVEAuJrP2ZwLqjKbiwm9p0K7HhHAwvakMxZS3LHMYrQFt8CzIfnykApyTR/gEw8XrNCda9ks9b5t6FrrNfuCKhqMYD3UPUaK8SiU1ePmQQey2QrSZdi7bAlV8Y5ARtt2Xd00ag+IsVVi9rHeuBE45Pw5VuW0kzYg+F6caCiLkjapGpXknL3ZGIfuC8F75mKI1vCegB6G6doGBqgUbY7LxZLScrpAVmKTd0/u0Ubw5a//5tOP/gqq3bee8L+ZG3zy3We79XNdQy+Pm2odOQufsyJahfkuT1PyZvV2m1MqQXFeliSrq/Xr9+7XdXt2/pwyE7KNoqoO51MFm4mWqzXlYrQ+5vPZ0dERRgRY+tPCuJ4+OZ3PDsgioigOkezRQmw5rwHbfFVWR8cn682WOfkwPdQBv9xTFuowuQMFwMJyCCIaNRSwTdMQ8p9l3bHeLQOmxXWLT7KOPNryoADkcXkrpM04F4e1Ckd6eGH1mBhgKSnv8q0Z21oof5jiiHSs+DMU07X6a/TgMHfP6Rgmd1mZzKaLvRpQLRo0T/gxtZSD+k/dtF7CrT+yWQhdD/SuNISvo+tSTKdBdkL5MBkreTBUU3xUZ+hk1hRRGQKVMBALzMMPwILZZ4QjAMgwmzC9hmu5CNRxhR2koKTvaGGdN722KEvaJS8W57SVfPrRv//w539+5613/9ArNH8QntAU6+Xpg880RaG+0J6oW9CBOjab7xU0LF2v600QJJRB0EKhZbFab8hOqoYCxubg4CDNModloukn3DQAYQSUeUThyckxvfj8/DkdtF6fXzynNUKx6PHJHYFeg4v3tw3UUXyPjJAMsuR1IDCJ21np+RD+EDBucGNjzQG3laQJBca2WReF3tF8loSMRgGAh5Yp3BeAMah8XmNH9O9Ln4xQSznaHhzIWFe8hrP0cErGMgVyKAvztndKxj1KiYJGSbOijGO7/MyJqJl732USN8EBLeg8uGzCMFfHeicmn+CszMNkI+XDDkXrUJjAP7lHh0cjySpg6BKgWc+jnJyiBuSDGK0CqMbCxO0NXQPQeQhjz9poeVM5RvUATA0Mh80Uh0TcZyrKquk6dPDDKPa9Zrf84u/+c1vXt57w/1/z69t2fXH64Ld/m589NnqoelV39LMX0xjcewNw1eAFJYMhA0iy1Jfpdr1h4TsKnCDVQktjNju4uNqA1302ZUS/TrO0XF7VVfv/svdmvZKl2XXYmcc4Mccdc6yhB7JLTbpFG4Yk0IZgA5IBCzb8ZgOGfoL/jH+B9WDAsA1rICRZJkg2abXInqtrzMybmXeOeThx5sFr7S9usuUHw0+sYjWTZPLWzXtPRJyz97entddaFvkujsej0dOnT+CamdSKqL/w9O9vbztIPlEQ4vqW7nlesl/5QciuAzND9iTCINxsN3hdaTHWihMJfuE4rmDGuB2LEDrsD/DDDtfldFIvaS3b7kqT1yA4UxxJVWfKGBWRaKume0zPikIN6A1d+zXGaiXiJMGFw27lhIZgMsUJdZ47Wl3ip4ReqWXrtlRdT1Phb3TGw0Zt65u2JXS/bckGLGIfAykqcJwZjm0GfoCCTpdqFhm2bBki0DEtz4ocLx4EPjzHZvgyRdeFvE9Mg2umLtTBtuzaUFzhh67uoUklTshMWG9Ly2gd3CicKQT9ebLITGW1Ik/SzEpQGGuDQR/5aprEn/7kh8dP3//w+//RX+tO6dfVCaUqmF9dXH7289s3XybbRbbngBgRr0Nu5haVBpKcfr9flTkMYrncUI+SkmN89jhGYfDITmEvXuB/9vnn09myP+jDRhTNM6kHLdPrRZoWjUfDsBPg0Pd81HLt9e3dZDy5eH1Bqt+KK3MlU1+zIreSXhfcaZLWaEMVIdJAeMjOkjRB8OAyBN1RczQj3u8IJ2lhzQ3MGh6OKNPt+F7gJXkZpynzPtHOJe9DWZvMAQ2BexPq2UhBxpmhzogkAoE0YIq8tw31sTWDawaVEAEzTHIyTrSqTWkjRjOOOYjnFOqmqjlIPjGZN2UV2JT/hpuRzNc4+DwuKeuE0hIyNBnlaZ3A02Ui2TaUZ/IQ7YtMk6DK/SYd7ufVuwrXLtMMzuRwF4LCTLg1pm1v9/uStSUHpJYI2OAWkbmKOTfnM9wgoUQ4vM/28PQavcxQYNdIbJqy3GfwZAOVaq40N0x9kxDX6nr2ajX9P/7J//j7y8UP/pN/8NeXovvr6IRlkS/vLl/84t/NXn+BUDibzXjHUZjJMQ9rRhqaoLobDpAEwqOKMrdsg+LMga/Y1zk0Z/egQhY6XyzDsDPRzen0XtfeI5isIqlmU1Xb/Qbu2ut343jrEQlldKPubh+XnDRY46OjbB/DFxD6DEtDieL5/mq16vV6qhei0CSCn1RchnSYMs8kUyWPC3IqhBGXLNfcqzPIhuSaUkjBUWTuT+LpnA0VyUPZaTmIMD1086VhyL3EdxxIB3SZ2o5S3CyCvtEVGSI7T8KZdBgDtKomVNBtcXF5qypsSjeooU6i0u6msChJBxuS3vO7pfw2fr8uK6SUvufpHMzuXCpji85EnuPRsB3l8PwrUnwrQ8AU4ikUyyyat6jkyjIpSpN9L2YZKCKaA+pVyXer1Nsgrp3Q38IPyINcUYStJJK7qvwgmK1X97PFPvGPJpOjk2MclJ1OFLTtx//3v8SFP/z+f9zpD/W/hqraXy8nhBntFtOXv/i3bz/7abJZIu1kH09rkQoq/L40A02YGu4+rBQeFQiMEHEP5o7kB6kRHUnbbdbr/mAAI+t1u4v1xvOo/8pSLQi3uw1+7BbZZtQ9Pz/CF4gM/cEwSwsYDnLXxXJ5dHwcx/ssSRydFR0MsRSMJSo9uFZGUFms+Inqpn1oP3LfhyLsgY+TQlU+yM1QeSa7FP5B4hZEooKzCtexC2R67NUwRKGQYvL30KdRyw1q9KBEkAzpIjaUMELQqAWHzczUtKx3kD1RkCeqDhkhDgHV8JAhu2zbq16P9v+qOPUH3xbWKEZdDelCKRi9VpohgsirKA4ukwl4TRR14HWEy5RKn4aHTsl1Eo0tUovC2GSCS1KuenleFEVW0+QLCu6iVsQtsYkpF/64A4RbU/k1aTpaw/E8KZ0bszV9l4yQOLYc1N64lY51dHQSBv5um+qt6Tk+ov16Mf3Df/pPXn/x8d/+/X948uxbDlLTv1bzw6+LE8JK4s3y9Sc/fvWrf5utZsjN4tUahzoCVOB6eDyMTjrJGBDz4nSDoCeTarX5VsF/bMuFVcFdFUEu/g+Ot1iucE6bUjRFYZjEpGkiPjTPH58/CjvRxcWb9Xr1/gfvz+bzfnfQQa2YZrtdPBofffnypdk2j05OkYClWYK6J6M4zJBTSsPabmM4W5rn3BPnMl4t48RCxL1sktM4NkzZs5HI6UVdWFItce2+rqm5yTLH4/CtKKmzLQKhdd2KNMNhs1bZtwJ7CrqF0wfYOCcCqixUSLQHvRdDZolqKVYVkCThVoJNIuvCmvPX9mIVUJsaFHpz0OdWgoNCKqExyFNZzROJDEt4M+AbBEqoSUgjF9Ta3W6r3jPiWFmVWq2RXN80u91uHTSGbSGcIhbCvTzbIcyWGAa12KE1D51N1SxVLaiS2BmcAjXqTj7ILEOKKlUxvf325u7k9BhvAu9zH1O6PPD9AWqH1c2P/83/0j9577d+7/fHZ49NCap/44T/P6u/NkviuzdffPrjP17eXdicPlTX9wutNSaTPlLHeBsbpsJsaIIATkkIXdZcafc9OEwYRr5vXl3djCbjNEtRxyOU+Z6/Wm9gPFVTd7vRrz7+1enZac5/NTthNByMbm5uvnzxKupGH3300Wq9Go5GasKxXK3h+UmaxklydnSEZ8wX3ScSipFcZrCzqOOzASNL5zjm9QNnIQHKvo8wmEvr30j2e891icJuNN93dVPPd5lJHKZteryQb9mImRYXDUnZVClBs1+LU80BVlariTo5vOsDMBoeYAv5p1BnNKr3K01I0pkxlzQMpAaHZXbpyMqmBdcO1ZGhWpSHhQwV1mUZmaQ4kihaEmsZJgkJsKqizLSmzFL8Q7fbUxoYnEF4TE8cSc6TfVrWpSWg7ZbSMi1y0U2SLPcJ20JVibMSF82zTK0OKgVGFaJlhllVrZETGWupKUUj51cvCHB+bTYbwQloaZIcH42323oxm7LUH/bydP/FJ3dk1PA+vnr1+e/+nf/s6Xe+H/YHMi/9Gyf8//yTp8nVxRdvPvmL+8vPs/3Wtawkyy7f3nS7Q88L4Q8wAwQ9WAkeAHJA1CTsT2jmbrcPQn+323WjnmXaWbJfLldP63oXx5PR6Pz8PI5jeILjBorZfjgaTsbjFS5oGDe3N3AqfPH82fPJ0WS5WsLyl4sV/BkWBZdG2Pny1atHjx6FrrfBBfucQHZ70SxfoiwstuU+SRChUT0ihUJliEKUOBuJhPhCzbLglkh9Ee72yf4AE8uLuiw6YUc3zJwzu7IbkMRtuYvZnqkK6RlqagYoY8NGBSvlSFI2NgX7lvQ3iYFUpjAOOxC6LPsdVn4NVmWNgqgiO8hkT5g8HUI66lAOzVQrTwfSCstWJSJizp4kA0SE4z7gDfc6kQG3LjiPQfzqdCNyjBYFKm1W45ZFxWHG0FaSYXr4Pt4LzpApOs4sKi05FueQxAxVDge5hmovH3as1HEsu9dFxY4rbq8ptP4umY8NnH5JlisYLerMgoVnNhoMfdfZrJeXb18b0qm2ZCi5vnv70z/6Z5///N999z/4ux/8zu85X/vG6VfmhPCl1fTuZz/8V7PLL4p4k+5j13fX2/X9dOa53mg42G52ov9qyUONcdOHw2GSJJyRGVqv16vqEucxDlF88/LqEkEJX+BctB0HsUNYdk24tCrZ+t0IEbLf7y0Xy363OxmN8c9ZkcOZ4ern52e3t3f9fh/pK8xwOp8x/dP1L168eO/xuWqBdCLks6EpImFJlvpBCGPt9fswiO12i39SCaQtGkbCnKsNBwPUZoh1KtnCu8L3fdfloDJJHUFwGZ5VlFVWNwnTLUsZpKHw1sKorRZ8NOHspnBKU+O3akVZJiwsDnWRlDw2yze1GKu2dUXL3hB2bgLXBFF0WN2QDcb23cPQRSX31+vDdygWUkRVhY9MEkWYgPXw2RDw8Q80eqFpoxhoWTDLz5B7NqLv6YuQfRNF3awsV+we6xa7vMw4pS9W/3uVmxw6tEjHxpU5jOX6hqZTqM1kU5RoJP62bVi7XbLf7c5Ojyfjkcuzjzz7YafX6/ZxHqESvX39stEvlndvs3j14Q/+Tqc3/DqjTL8aJ8yT5MuP/+Inf/IHyeI28hzBnTWL+znSOMSrKOwgKpptibSwqGpk/Ag1uLnT2QzGFYQB7CeO92Hoc7mhKmXDrXj06ByWBqtADCRhjPxhDaO1w3Bkai1iKYOAw7YbaedrzrjzIj8+OhK+Q57XeMXpdI4M0PK9y8srPODA52DQ9dzbm9vj4+M1gzPdGydFGATj8Xh6P2OOp2tFjvSYQbuR6sjzOGPcx6lM8OgWMNGoE5qyhYBksYNYiiBZa4i3RbKXckwxax/cR3vHOXHYzSMQtJadqKauZEOXfUvCxjjmUCLWaiRuvKsqDc4tKZbmyW3U2JoKpMmcm8I/RR8UMl96jKz4qW5qI6xnpBXFUegQhERla1Fyws2E1Su4HZ6OkrgRETRGXTghtwq5OaEjP8jLarnepDnJDTiCNx1k0uwet2o4+ZB+C29AyfegqP4b23NVJaqzHxZm6812F2vbBK/Ywa0POmmaL+aLXtSJwu5weITjaTadbtbr8XiCcN0bDsqm/PM//N8+/+Wf//5/+d+dPvvwa9s4/Wqc8E/++f/88Z//sVZmHd9F/gHLJqmmaR6fHBPuxAKMW9tZloVRB5WCrHnqk8koJYAlg3X1e8hCjSTZF0Xl+iFbkJ4Lw91td3jU8LejoyN4I6Jf2OnUCJIs31Qh1C43a9fz4H4eJ/4shBBCo25vsdqGQadt4TP11eX14/PHPaaONkKlLsIPeOeoOREwubBXFK7t6o2WxHvX43y6MrldlKWJzp5k4ToO3irOAzVUqKkUX8Ja2bbXNS/wW+pTc/2iaxEagjBSEwlJQV6qgErvRS3ficBnyVGahuDDJpBpHQA0Onc22N8QkU1NkC3MMzOiW+kwjUDSSCIlMFX+gEQ3nbkiNRBZjJFeWMc9KdJM2rxG3cpuhySsVJIwjKrICMqjCDB70axGZbKIzw7P4UavpiOXwelRiHtz9wlZsRfkTbtJslozfMflAJIhUGeGomYtUq3KwFDm9YyoZJdKiwLfHfqRR6dFml3jUHO8CIEyoBZ3O5+vTb0KPLuYDHr9bt9zUd7jPQed0Pd87lUlqfTPk7Z89cmf/XPb/kfjR88VMOhvnJB/fvmjf7Pfbka9Pk7GxXyGxxHKHy6MEYxveV5AlkHflrXuDFaIf0VZs91tES/6vSGiXxdRBUbsuPPl6vMXL37ne7+NFAup5uXbS9RdzLjE63BmUyIvCMuKrThcTVb19P5gwOSqKnbx1iJJke77wZcvXq7XW83UTo6O93GyXq6fnJwk20UYuIhyeG+DPtNdjXt3VdTpFFmG9BKPHx5hE25CMk3XdWR/qc1RxlBWgRvo8HPZ1mXLUY3LHcO0kbMhsbTNbuBmhb8vRd33Ac8tsFFGQaXsrpn6r+HYTJXSH1r7UjkKgaDanZcfI1EqCyyFkFYwa1M7aFObYo+mopyRyY+aFCCzwNvD2yDmnJsU+IIwGZOodPygK2yEWkmJYqk/d5VKOpBp4/4nWWEKtxX8zfGdCvcDNTxur3DYNIj7BANqlbR8RSy71Q4QodZ4R/ch+8V4WsjbNQIO+AYbvCXbnccJnie82cH/umSFTPPciPf4YaQzeEaD4YijS9teLJe48ng0KOriL/7sDzfbzd/9h//t0ZMPvobx8KtxwjJLkFHgaFuvl3jEg/6AfPT7BNGPxQZDE44xPH5KICDVtB27quvVamkLWQIOOUvGTAmeAFddrSePH49GI9gZ0lROI7rd3W6LYqlCAeOzK4g0CXFJEToMBgOBRDMnInNMXQ8H48023mx2jx+dn52fo1Z8e3UFE+1FEY7/dAcLbpEGb7Zbh+rZWa/Xv76+wavM53NlQbgyGTGokSZpsCzsiEFrjsftjc2OGW8jqwkkJqsJcIM9VpyNVTDtnoC/W4ScnGAZTRTD1PCGiBLpcaq7Z4os0rvGvgKtHaYODzNGSxYa0hQpd/XA8iQcowKIlYtYqukqsB56LoIRyWCkujSkGm9k/597zE2J1BCWLXt/dU5SwqbbjVRDWCnJEEhU6ey1ZbnncCqfk+03j5M8SwvTdxQ+jRl1UauvFULgHTOVlLlteVhtZIrCutGG+7tIiKZXd7ttipJQSIqtXj9CnVDke/jkLk6c1SoICLXPi+JoMmHCRGagiqgcPr1mdnPxR//0f/oP//5//fQ7f+vr5odfjRMiuULGv5jN4A8o1RGdENlQeHU6If4VZxiCGKpsmysCrRpYw6BRGCDTwBfbzWo0GJF7j4KTle0FNX3AX61XcKzHjx/dT6e2HO1IsfC4lYd3Oh1CVToR3Gk6n93c3h4fTfCikUNa0dls6ro4F7wvX768u5+G3e7TJ0+o9YWsFblruo8649iICe8mWGdI4LVl+AQS20p3wZD+pG07eVU7rk6QOBHPhDsjDBJH6rp4v0maBjxoNFE2qmTyxv0rVJAlGS9a2W+VlUNhWBNaMgXy1BWJoWxI6Yc6ShFuP6CfH1AyZNnA9x0Jg2prQdF4W5Zq2SsAm6GQ6Dp3pAh/o1MJ5yC9sRG9FtaZmo/byIk9xQA810E+iUqRyxrIPIWNhiWlECiGYUBZbHV6Vuxh7imjoXmOR7BgXeMgKJv8sLrVqsmkoVCk1MZgiVszFlMj2KjMWig8DDzlQb9nOH7W6CT7qSu4OlFI6V4X+g2kt/DA3S4WrWUXvw5XxGvtNmsYkhcEsJXPfv6j5XT6j/7x/3Dy/Ftfqz7NV+OEnuM0bNZRaWyzSU3Dgb32er3dbjdfLJC2If4oY9rFOyScqO6yIhuNxovF3PMDVN4WiXdTBkbHi9McsbSSniQpJaS0Nw+QjiItKpSIx8cnSqEBv7Far2fzeRRFuCBeDrF0t90+f/785vb+xYsXOBdgl51eH2fpm4uLb7/3HKbp9XpJmqidvcGgv93tELQpvleXnEzkRdgN8eYRxhvZtMARkKTE9/iBD1NDgiRiQzi56ZpBEKJcw/VNkaHGCaPznrhwryZLy6yUuZ+hMNos2yy9Fqp8IczWhI67VlTzijBGaDE0NSpURR1yyFqwNraMxak9SB1sWy0Qy86wrsb69QM3Nk40FIo4BfIyx7dQmOE7jrRLRdS0lumfIyP2iqwFhqkaObLNWKnrEKLeGjVbX+yqUtO33MniYiM8whbp54TCtWnUCo/ieSM0ThOpNpS4HGig+rVIyI3vZGVpOc5wMNjub/Ikx3tFlEPN67k2axjUhaYZeMhPG4e7T9bt7W23xxQGb73b6+Jk+/yzz9ncdp1kff+rP/0D1w8GJ4++Pn741TghHth2u+33e1lK3BnSH5hvya3NPQ5d2CgiEu5mvNvhB2phg8bzQzyB3SALSvaw/hZ3+RBtiNXecxbl2m/fvj2eTAKWl41aIYUlb7c7z/eROoadMJeJAnJXHPy3t3eLxRIH9+PHT6az+Ww2e/TocY+N7v717d1ytVWhBtcYT8bwz9F4hJ/C47y+vj45PpWVJQ1uHwQetXHLst/r4y3ptq5oewXgxkma0v9SStcH/HfdJHkR+J4Mx0r6omPD2/Ky6LhOXWeKI/CBn9AQbIkma4dMpGVtSAYSD9u6apYoSTpxM2ajKN5a4Uc9CDkJbpOAB64Fy/s5UI9KPGLRKPSmaqlKUzgjoY0i9ait4KZcnoI74Rmx71pyGdjzXAWleAjUlrwVi/pPplXWpKWqilLnFhRJsdRA0njYoxMZUqXCgZNGk7lGQyobSSWLso4Cl0wfZY4AOIg6jTAuVlQS4FvCl1md5glTzCxPh6MBEYC6sV6v4fDDfh+HNTNtyzoaT/D3m89+hmf09/6rf9wdTX6jnbCglG0u/XQLhZmsCLTI42ExguPVHXKlJY5NZNd8PuNsynAVSwq+j59J9ok/5IwOV4DziGEZ683KlJl4r9uFN56dniIE4WHA2/dxjBIRERVOOBgOkGFevH4NAzo+PjYsE0Hs6uoKNT1y2sury/lytVzvnj17z5b5O7x5s96YXM6wkOYpcAni4XK57MAmSLgSIqLCxKgEJkGYwdNnwrbPclnYaxTrIYGdXJUySJZYl4iaRc2VwtD3uYJQFijUemHQ6MYOJY0m3GS6JvhUdpVUcq4dOMpETsyylIqwYu9EMVUjahat+sFDXvoONCM/L8LXmvpbDghFc8GLmwdubEMYa1izBq5jcURJzjddlZwmQj0CrSUoNstzPc4edd3ns9NQYytWRpx6unTF5OPrCnpzmHnqimLbUNHbUNMN7i5y0wIPKEM5WhDcp/EipswzW9z8btTJy6YkZ4Jbt0SoKugsaoqGBsXeMht7jlnPKpQMiJJK9XEI9zON/XZHIvDt9u7u3g36v//f/Pc4tr8OTvjVVKjwN9xXxEAu3bQcRuGRwwN9nzQisBV4C6wLJ9Z2s0mSVGjWXaR/cB4BSXOsvIvjo6MjpEGnp6ecI2U5Hsujx49xoN7d3XFCIMtsq+Wq2+1y96JlbYavYa0vX75E8MQvKv2D65vb8Xj8/vvv3d7ebLebyWTywQfv4xyFey8WC4WoIvGmi+uf48hFtqNkUlwCZZhrodLrcJrSCMUTjdsWFSfhC2slVWZHQRaduMkgVGmGMARkMoIm+YtnGb1O6MHagkC2RoQail2aWmbi+oNeknmAhorn5AqnwhWl1lCL6YbpCNOnGhiycfIgw9TKQoZaO353nXdcpg+KaJUSampJQeDIRi8yYoOBzLZRBrfczMrVPiQSchq6DEAU7S9lc0qmG/hPgpBweDnElCqGRaVs9aAydViufwdmJS5PsgZVtspyhouzkrUoShgEVDh5U3U6AbIPlCqr5WKzXu9jvCJ3o0fjcbdLngSkM1meXV5efvnFlzzNHRf/eX19NZveT0YjU29e/vxP719+9uts5b95w3pKkXmVCIz1en08OTgMZ9kRRwv7fYonjYe6jTf4rh/6yADjOEH1AT9dr9Z+p8Ol2Lra7LYq7bmbzp88fibI4nq13uJhChmhg4Tz5OTU9byW+rJVv9+HccBKJqMxy6SaK1HcWhqN4Ma/+OUvYXnn549Rdt7PFpvNWjQ6aY+uIJLxyEb98es3b3pRD2UkjtUOklHHRerZ73Y5gTisqHNGhjxKNhTMrORyk2U5omEh6E2R57S5C48vUAKZ7PHKRMJhe6YMLTuv3BKXaAzFLwNTtU1LYC4yE2TvkFNBOoDQZAinaG2phFS6i7I8oUkOzHaRIftWDZulPAJqtcpkqHMBcZkgMTLVs8vi4LvCEl47to4iz6EuL9N903WyLLE0i6yQqAmpr2hRs6WqC40SaKT5KFBXGqhrkyaZbbdFYwQdz2x0pIWNbVcEpup1Vat6UKinuImldOGYSHL70taIHaD2dot4aFOfA27soRrp2Rp54qq2LkNH7S2isjVxavk8IpjszKZLAgqk1zoeD6NudzGfZ6jADYTEI3yOs5Mebtwvf/gvR4+e+1H3N9QJozBCOQQ7RomMez2dz2AJ3airajy1OY5At9lsR+MJykW4CjtvQchJrs2UNS9zViadTl7vV6vt5dXt7/2AhFzp3igpiO0V5Izx9gKhZlWjH7bW8PjhirjUdDYlzjsIGUXz/O3lJd4AzlE49ma728b7TtgZDgZVnqI+Qf4c+P5ysbCPj2uhkLq6vlaMD5xk5jmOCfqzyVOfSxUNjpUcRRBMTrDd8GGLSXiBOjCQQyczZf0YJQ3SJ7y9TJo3sG6kZYHvpIYZOV5O3WyWfgqAxjDVVocFoENOZ5I0lBrwhshdCylvU1uO8cClplxYFqOUYJMEGU1JDopkjEQ9fo/SNdzmqFR8lK0ow7cJaZKkN4dH4DNkJdyMyQibLEIbo7PEoFd7buB5vmnbeUuOULKkkuCuQIQv8owL+0JQ3jbv+A4VG3n7LioKqBaZLt6NKC5Kg06E7VLXtpFjbHcx3l7kB1HYQa2Bp4VDNssThEkfD973ZXvLwpeOTLRQpAgviTfo9/EDRcZ9tzIvt7ufnP/kzz76e//5Vz6x+GqcUDKiGjV61O0vV6uo0wmjDkx8sYDXjZH24PDG/bUEpZXIn27U2+ChlnV/MMDzQNQhG0Ke458Wi+VkPKIXdTzc4OF4TN6Rljg1FAYEyiDiZWkURchMPI8bqJvtBuf/ZHKEl7i9v8Olet0eck68qI08ts0Hg0HUHdze3BhNFUQBLBcJ0Gq9lvdQqd1TgrY55WbHSJdEC+G3FUbRbRwTMA3jyBIkcTAN2a+qaCUe9yrwzglOUHmgeI7ieitxuNhOW5Q4S3qus0kzuFclSBMuHBqi5WKq1QatVTKglGJhOBQBUKFhUwKDandJCj+1DcwBpnxHl2hctwcZNOlqMuUkwRKLy9bAuSBgcFsmKIHjqNiF9+k5XlannhB/IOdVa1RMI2VxsRL8XEV8L6nchE9fU5wAxNMaiMDISQ5Ecu+SUf0vEXrSwWKDm51jhjoUfnqLQDccDO9vb2quceuOa3PNZZNIbxZOnvuwoEEPH3O9QvWuI5NCIYBi4er6qm6IuHr0+BGuhpCIMgcP8eToBDfxp3/8L07e+/bR4+e/iTUhYSu6AbOGn+BvWD+qOPgkTB+FPo4vZKcIRKwAZVjf6/aVpBasHKcjt5n4zpHhsBECX3r0+AlPRJc2PhwNRc6hWa6W+A4e7nyxkCx3r8oSPD8F+0TMnM2meFiIcnG8symiEK7XK4XD/sXHv9zt4/FkolO/luQTnDRWVa/XVdOISKTRkHniPcMPpYBxyL+WZ41AfPIsK4qMsvIMjEnLddgI74esLXISkY3XMpUDk0PJdWTaYJQ4Mnx/3IvGvbATOKZWiyw9Rwgka1E0gUIqTG4lEdxsZVHdFBFPlwwgsgTV1O8WMlSPVMVF/TCY01QPScVJ8kLRN9gnE8BPI5uSeG8op/n2fN/De5WlXQs3EGcA8us849APmXlLaKujOHBM26rIfp8buolMwzEd0XqrFf3cu6iuP2wx6Yd9Jl2FxlaCMgXri1IxJJAVdrW0qXmhc49MI64vDL0oCnH+DocDsn1ztyLH18h02DLY7fCiotnmPHv+/Ghy9ObNG6RXuA3T6fTi1at0n1y//uJH//p/Z535G+iEOANxy/AoQpnOL5dLaR60iBgUdYkpOeJwKRZuUokkYDWbsf3o+wGh0shqBFWZUnxXhw8gceV+kKzY7naxH4Z303uyZTMhpICEJ/ss/X5vPpsr7VnkovF+HwShmiKcnp7ChpYE5Tij4ejt1RWe6/vvvY9ALZJ9TCZ7HDo1SFmJj+v1Za+iA/eDVZFC5jAM0PCucBaYghqDW8IOKlItoaB18B2kurUgePCz8kEU+6i4BwKUZaVFxjEgp+okSIo6bhi4ppLwKx8EDx8kjoSWtFFiLIbs+EpGquYWdLSKsal9B7U5MF7UtQrCxJdy05eVofGQHZoH4W6NtE7kkhPdz1aRbyMU5aag/3CsbNbrJNkjgVlv1riruBVxsi+IEzKyotonWUUMAyEvKuwpSJ72ANBRXVthztcPUjcisIaX4e5V0+Yl+U5zCm0XeOXRaIjIv92uSSrrM73EA+10Ate1ybyMQpFZcaFaaD3R1kbhPxqN8bpXl9e93iCKunjF05MzGbEYJ0eT9d2L15/8/Kvt0BhfUTpqypocUcV4cnAz/EFBVsofIaHwyRRqsymK4mq13uB+IzrhJFstV5PxRDX9pD/JKAQfg1HAhRQLxna7OT4+7g36i+ViF+9Q693cXCN2ffHll7D+Xq93f3ePzPD05ASZCVG/YYga7/7+ziAwtXc/vUdl+Fvf+97l1RXhO3Vtu3ZZlwLGYrRUu3k1xQkt/I1LCcmYLTGn9igh7RDyyjGdo3CeHjIkQeTB5Dz4N3m+2UpREhcHTkF+drOsG8TEqkUKnTRt5bt26COF5pYu5amFJEPRlUkLhjSi+FfXsWQjgde3ZCz+0Pw0FTxFgAq2+OphLmcJvBZf42izSHVPiRfzsIZBVxRYtiaKLGZ1YGc09kmSCzOvSZpjFw+u3x+gWMCzoGNm6Q5nW5JutnFKAnQGZLJ6HDSpGP0IRpNB1IMKWntg41YMF5SFKZIsI7MOPisJGqkLQi5JYmRQlx4+CNEAMp6lk+bIichpQD71bhfJCJ47nuyj8/Nej8Ok29tbxEZULsiYePBp2u3dHerb/Xr5o3/1v+636984J0QyA0sVzswKhxaSNCSflDgvi26vqwoETx4wbBR3E88hCJEK1riDcE78544YUROBKN7HiJ88g+N9p8Oqj1HUdY9PjmEuiTRd+f+zLI7jo8kEpymqRzg5LO3i9QXi7dMnT0i+LS0TZLawg7v7+/eeP5/PF7PF/Nl7z3Ba4JQQ6lEb10RqpNRq8Yzhw6RCzFI4mKTZOZ50K6vrgtO0pJufSvdCz3K8i4ylFPM8JRZPI5NOSiN4UMQF8keYlqPb5nK9RYyCbwW2fYxSWQKTpYCjRLY1pghacE5QFDLKO1AlGg+cFw/MwqYaypcSePWDm8kqcKPCj6b0FQm+MyRbbWuk4A5BbZr0bHlousIiikflyiGC2440nlteMmGC9eMusV4wjFxU40wyjnpKZEpxjkqyiiS2OOSfvy5pKiB1U7SmaqFVxE0gdIZZuqsWsuByUSfCYbJaLpHv4KYVpFyucVjjyZ6dnxOvn6XqYEWqgjeJIh9Ps6nbXr+HYx9n+l72v5FTRf3eZrtJ4t2rz3/+8hd/8RUGw6+mMYMT0hFa3CAM4DY4t7SctVC3G6HG2O9jZAumTGltxxnYDu71zc0NrIdP2vO5IG8aCpMN6399eYWqz3dQ2gXxfo10cchJ+kpYMZ1JGM6mM4TZLM0QsnCd46MjPJ6pIFeRq9zc393e3qGqxFlwe4sYeXd2dgYLfXnx6uzs/P5+en5EnKou2/1qrw+mABPCUXJ9fc2lVfKLkQUc54iwvFiKqIYSYQ5BMzBWWGQqYqPUPBRMcUn+z8YU0t403ZtBiJ+GVYZ+aJBbpcQdgLU3eYkkFbHSgbvKXhKP/6rUWP45asqneOg04QutJdXET7+b/v17zFEHDCqDppBc2I3wcKO4FHlEYdrQW5yHGn2vY8j6hRDLkQ9S1iOIIWAizfGgNJ5rXWJjJbtItczcq0Lgab7o/upC4igVp65OHKUGo2ThRAm1Uay/QjvMiM5knoV0alQilUage4lKAAcHnJ8L3GlmWoVafbSkPzS9u0dExC0fSNI0X8zxuHv9LiuULVKo3d3qdjwavff8fQTUu/mc/FV5EgZef3T05U9++Py3f7c7HP8mdUctOyM/AoHXKfuHnspVmobzdNV7zNJcETAjGK5WK2nJEMgfb7c4M30Xv8udiUzIDk7PT0WRFwmbs493yW6LEDgeT65vrsNup2hKt66DDrV1Hz9+gnhLhLdt41xE5rmcL3COOpbz+WdflFXdjfAInZdv3hwdHeMNvLh40+8gHdS7URTvYgZnbiZWFLqoatU48DlYr2TngQgwm6iUEqaFigXppuJ7QcKks+PProZMKNVwAGWfSDilGeooHEctuTpdmGma5L1OhI9DkJqGeiwOfJKcbvCRmbWyJ0MCFZxThi3q2USB6obor+lmLtuxmmz1kuMGRZ2GotRSrOGKplFQMhV+tygyw7JVi4Q0bbiYwZoUtR/KMjLNqerRMlsWheVqs25FVFSIwXmgVEWJTFRuqW0ETp7X+5wgBK0tAtfDOdLo5EFWa8dqFlIfdrAk8OqH6b11GOhTOzzXKwdP3LKULE7ghXhXiP7b7aoTdZCvCv2kbJZpWrzd4b7BxyjqxgwfkbCH57terbOMG94R062gG3UrMjGyvsU5HoZdz3O7ne56evXFj3/4u//pf/GV0EN9NU6IIsSU9pfOyODIis2BT6miWyJnc+CNMHFO55bLLjGZeRhyoQmm69oekkJR7alg1d/+zrdRNO7jPQe6ZbmYz5B0TsZj/OhoNELqj3KNoBmhulitV2mSsoqjSswCidNgOHAc9+b2Bsb6W7/9vdVi+eL1a8Rk7vLfz44mIz8ghT78YVWuAuFxwgM2hU4KSTVhzY5dJjGKLcr3VkL+qekoAlmzFrmSZi9lvV2adXarlcJNSrIchKw0y5XSi6w1ohBinSm5mSV4a7Ph8LDmb1qGT+EjpKwmnNbjrhZH7QahZG6WJMINzJmEMAeaondtIxSLYIvNmCaAUk5BqBYouM5ceGkoQlG10vC0HY8BSQBmzIENpXTfovTyPNL7cxkl8GsqGuqC7W6U3q5luwiByGnaPMEbQNZSIaRmKUfvDOCW9kCcY5CAXFOywmpqr1JTAn6QS1d1lhcIsJ4VaKJxD5eNt4nvxEEUKn0o+BQiIkIf7EQTH8Ovr5arJMUhbuGsxAW32x1+czKZmMIkUMsICikoXmU4RBI0hIEl+xjJUSeKXvzsT59+53cmj5/9ptSEDz3S1jw0+ljbwIXW2zV3C0yLUgdVHXU6cKuTkxOZNmuC9NK5SlsWSiPFYb/Uf/v2covwSCtROwq+qkxgdpww7hM8EqVQ2wnDxXx+fHyEH0A6Cuvs4rx0PSVE8ez5czyPF69ewS1PTs5wiLqeh7CsWCFIpijy62q4gqiI/BaxDiFR8Z3KWpDOkSD58AtuUbUajNCQMMiSRroQBFgJNaGQgorWrahP82uJV2rrQmVr6kZxx8KySK+Nn4Rxe+4o6vYC3xTMs9B3trkIxB8I8gmgMV0hHuTgRPbwEY1tERvNRVpDqVYQTS60rmwAG2RvJBDPUKLV5PLWfg3dhs+VClskiY+FBN88bB03ajEeXmqYNn4lewCs4mEpr7MVwb6cm6pBqr3jG/1L1Jqp+m2KC9WWzrLEdRPpMI7LlPx6AYoFU1rNqD4q4h8yR9RaycafEWs1HA65D1AghmsoFsjJjxAtZKR488yesgxGgtLxzds37OrZbp6kb1589vMf/uuyyH9ztiiqlPKRh3tdC3qbOZKm94RLD07l+x5uljJ9PH7YfYGoYljU92uaTtS9vbkejia1FP0IU5vNFmVA6NscyifJyfHpLz7+GMf2s+fPZtNpEsMVQ/h6fzhMi3y72Z6en+G6s9lcyLzHw9H41cUb/OfTZ891y5yyZmg7gWdbwXyxREKaikC8aGJz1M7xIBc+AlQbhWB0cHjLh7ITgZjLhDPHf3LKv1o3dat019nH4+ilQACR/pAZV3vZe6RporyEYasXUrooklzVcCNLyqS6LuFyIs/glrXATtimqdVrHdr/jQzIOYRkUG0pieGoqYYliFZFJMPLUmyQDZe8rIXJgl4rqruVyA2TeFszHeTTTa2xBBXJpJaOnBktOy6lyIHgcmme7NPcjyLkG5ttrI6ewIlQLgiLuSLkr1X3Wz9wievNr1E8su3DvcRKibtVMsKpTL2RVg0+ApwQoQxlnuLGQe47HA1wwbwocYzCD1HkC00paaCRGZEpk9x8Xc9Xw0nTD8IT2xGlGiIHvvXht2LU7pstXrioyl/82f/57Dvff/93fu+veMvpq4mEsqlJrT8VNJS0kJAj8Q8eFYxS2oyaakgGAmgWznnkD3ufvKCJ5/uoKuEDoR/gh/ekWi/HozEOP/jwq1evwjA8Pz9HHHMJUuGaBfwNicdyuUIAxPN+8eJlvI+Rl3T7/dv7++1u972PPoKhv7m8hNuYpAzrvHnzRslcL1crxUEchCHeUiZiQLjsfDaDfXR45NdEhzPWlchX1cYWm8B5lbLYay1yyQhbMd25FLZPotWo9M4yUlQoTKsSJ1GcUcjWqDpIgCk7M7VWS1PVqGQuBkuMUCp5JKDvIDAah1VfFoeygljWCmTGIRtiRpqnSsNQ7nkuGB4OSHI5XxphvqJSr9YozWBmH6ZsO8g/MD7z/fBhNWTMKfKMg1miRRUtlGGkebHbJzlXismj3zB3cBQkQJF1/CUhlawit4eQ+OsxUVcNpTQrNrs9ZZdrnE3FHg8yy1HMr9crbnHYVp6lHGHhMOKnKZSoqJBBF3g7qBv7/X7U7aJ+ub66vrh4jWQV18Upj7/hzDW5GlaFKBxy1gqbLLOXP/2TbL/7jUhHcWMNRbJgWcXDbBCPWcjt2ay3mdbDxQipwV3Gg1RbhYo5Ar+6226R68dxjOvsYnhg7MmJDsNdLBb4GqaDPPb16zfD4Ug/ABN1eCNqQlRrePo//fkv4Njvvf/+aDxabVYw7m9961tc5H3zGj95enZ2enq2WCxVd8NxPNieItKXcRrJC+EG88VCVuYJ18A/+XJ20C5kr4fzNxKQcoisKn7hzedf+AF8OpE3ZM+WhBcctdNYZUytqEd1BBNpEdssFAUEw5Tcskz5+UZBLJGgEqRFRo1D/uk4Avoh4IXEMDL7U0sPqiBUbdV3x700TrkHSElubvkXSjRbwdYVCA4fk7BY0k6oGyIvxdkdgzDOJBSOyDKQk2SUBGbnFv9cykqnEh6WCqJSz1dIJPUDcvRhjqJy0QPKhztcbCnBCdlvowpGgDwi8D2Ff4h3W7wtlMG4zNnZiee5HClNZ3irSIX6AxQKfWmJcyyEL05PTk5PT1Wo3Mfx/d391dUlKYu0Nup3j46PFQL281/+6PWvfvJXPK74iiKhbqgkngKuu1jVCcqFrq6uut0IoUwtj2dcX3IloeIf1ZzEMxpPxsiIEKbkiZq4GswCsRHFJOw4DDtwhLdv3pyfn4mgNEMK/BlOPp1OUbZ9+eWL46Ojj77/t25ub3/1yScwXGSGcOYvvvwSvv/06VNcBA42m88mR8c1CY6oXjQejSwSRhhKeno8Hquy1hehGDiPzuLHVjAa6r0INbbQYJudsMMoVzL6kK3MYpMpSVN16vM0keEeSVo4EGN0YopeVSoDrETshWtBNllVqdBSoEQsRaO7cAT7Bv/wPbZvZF5vquoO/4vi8CAwxjvM1xaogCXeKCtP8k/U2VVEwxq3RlzPwd02Ffe5zBRkMcUVJl8UtNLUFYpSLqnoHDsJO5VVC4GiKWJ1ZNRSUjNsqB24w9/tYT2ARtXI1FLzTOWQLE9NSzTDWyUfp4SKcdqWOY8t5ds29yFxEhkCfqzIiyM8HchNkOOg6MgylB4x8tiyEqbTloJQ+yQjSkF+UhP8/e3sbrqY79MEqcOP/+ifwS6/+U4IS+QgmzQU5JJR9TceMNPFTkcm7zFBM8le8jd2XOCWXA5crUX2E7arobBGjV4Ln6fsQ9XbzQYVF3l4tRa5JY49HJryJDK4Fo5CONWzp8/gqCpTffHiBX4XvhQJWAcXxJH53e9+1w+Cu/upIE65L3t7dy+0OBWCIQIdeTtNQzjUyH6P9AZvqBHaiPl8/jCXJw6b2JpKgCbGwcgUpFMttkp0gWWH0h2haTLfI0Mpg5IKUMqkGCLKWvZiGX1knK6LqxBJ4ghnRFMpiJyHn1AuZ4uKmiMiFiSLqSiDoXbzpQCzlauoP7L0SBlDTvm4+2epvLoRnUNT8Kkqi61F1VTBlfiKnmdJ4M3KfL6c382mSEcRuKjVxt0LQ4EEKpF6UjdBwQMELaA0Qw9onodGlPCmEtlK30eOzky6EP4n3godcQw2MBwMLEKHeMQQlugJuEpAFKT5lnwXFYoyDwWXwwuSorbIj48R+Y5RueBvvLf1ZoOiRhNyozxLit10fvP6N2BEEfg8Bk3qaaIIVOjJnYAqcStns/njx09gx+vN1vfCFCV/ko7HpLLDEYgsdLPdyFKphjP55Ref9kdHXGBp24TPqkJyigofaUuWp5999olFAkVvOBgJ3X2j+z589cnjJxcXr+Cxz957D86/Xm+QnwxH40F/iNT2zfX1erU0bR9OvtttiHQta8MmXWAYhbJ9vxfMJlnhwk4HIRRPvhNGqFhM29FIesutWhQqSGjJfINAbdtbirZnZDerW4PoFzYbkN1tVutBv8cVZ+4HVwIUsWUHkn0akl+YomtLV1I82aZyYNzJvYxVdRmjc9EuTcqMOqcB59e1/Q7exppHBHdbEUgjoZnUBVQ1lU0LjkMIFs0kryangd665qHPI6HPlDycEE1B5HHK2ekMEFoW6wVCksZXNG4Xu0Y3Br5AhYrcdGxyvbQHtQyJgZz7MfqJLDG7r1yVNASKp9mirY1PBr9rJHpyB7MmoiBrUL21vW5guaFhkaXbt919mbg2KoUWThg+fbRcLrMi2215AsqggvNncp202nKx3Jhm1I0y5qcZCoDNNub80tAm4yOPsN4aFRDy3yxPfvrDfzE4ehQI+vSbHAk5PyJnDO6UrzCBbIFKi2UwHMKmp9NZ6OOm9fdxGvghZdLKWqHjkfTjAeHmvr26irq9Z0+f3t3eUT5NN+I05+ZeXlBKaY9g2Ds7PTmaHN3f3yV7OKeNCPmtD7+FpwVL/c53vo1nf397u5wv3nv2DD+GE/Hi4gIO2e/2jiYTnN+oNJDEonxHiSG6na2KcnjbeUkdMmHQ2OD4ZoeTWmhOxu0BHRUJTI8cDCxhmFHnaYbPieftejbskFxJVB0tUefwPTPNZuNHKP1MRYaroDBCWEUsikRChiVhD61la8puqHFLYTKYD65vHjRv8zLLbSoPElYq+FLWd5zBw3vIZdqo7aoH3zAdzutb0UHk7INco60Q+JqGKhnYH+JGkt3r98ZjFICDJE5S4T0gg7quz9ZbnZfxOIw3NFwGhw781hIBRCEgbhU1m+yOkP6Re0ttJRSqpdbWqGzZQnbV9pUBLxQiVo5Med98FwViVqGqdBVyHUciPHy7XuFZN2UWdXy8ZVQ4eNHAc4WtmOsssBnBqLMcN2XpJN4ny+X2/m62nK/ubqZpWuBlFjgyF5vdJrl7/fHLj//dr3duv5H7hMhniIdGeYZcDukZCjwkojClKILtkm9CmNTN1XolO0S4jzEBmVTtcpGQ4inF8R7P5tH5E9w713M3s91kPHRtA4WWRn7RZjSZrAjzTzJZiTk5OcbrIQKgkoQRIJ9Z4qavNyfHx+dnj+ar9ZcvXhWV7ATqRtjpoSC7vr7GexyNJ0maObqLjK1PpoxcVbAcE5O5vWRXxHLwALlSGHbwhS9NF/iFKrqkC8rdCNoX8ciI0qXKu6qiki4xbQpnBJkz8wPHhIiBkjsYn9eWBJWRvDGU1ym6eBW1WCdzgb5WdHK2ULOqelWUs1uV+wl/hEmU9oHR0FCsUzKkrcllQ64KW/EsW3WlyKnUoEjBOxVsXalB1mUV9UP41r5IkEHrrbXbz1C21zK0dF0zCjr5PmaD1DcrcQLprBb09oPGt24JVb+UvYagQ1sRLWTiXbSlElVEJpoXmm5pos7WZEnSh/OhIhXxUPzq02fPlutVTuOJhsP+/R0ZfFiKi7tv1msWJoJ3JX5tHyOfwkE/Go1ms2kQEhV8e3ND7ryqCkm5crS5v//pH//B89/6Qac//MY6oRByEhODOhtWHu92uGX9/kDtySGpGw2H7HPOl3hAqNlSmQfAbUTwyOHaj9GgMkRqKiPHpGbBXZOJsNtxDLPXiWbzaRCFuNc/+9kvJ+PR0REJYZsH5c3RaDwT/qjT0xM8qBcvX9xPF8Px5NHkaBPvkqyAbdzd3flB+OjReVuRuMH1vf1mjceKaInSUbmE6qcnJDU1cYJI+1RTJJyMXdK/UaUdTJnUL4KxwsPOKfKupoKGnOm10AGW1PF2HGSJwo9IiRgRzWYJ2hDegg8qRTInk66UW4VooR1osFWfWRV6lZB8kjjpAFKjQUtMYiYCy5aFCuPQwLTskqkywleb48TCoUMCIHMUjWDEsGB4tfSYeYYQv04umdStqxXSdcssNWuJaqtsA5dKFfB8ailRM9SmJiGlo7i8L/OPtlECi6L3ookHCpUzUlpbpJ1KZq+1WgvTkQCUQo+vmk84cVqrIXBKb9M4oabVcjU5OsIxoXP0yn1rpE95QdyVmhyqJZXXr1/7og7y5OkT1Xkm7RDz+T37ZMi39bbr9eusLJN8mcW68eLlz3/0/d//B9/YdFR400Qxy+bKD2IXAqA0BmBPrP6p9yAs0TRrAXzjOxy7Oa7atVdK63h08FgSJRIhbSJR7HV7+LHFcoWf9/0AJdPz5zgonx8dHeOx4mqZ8Gev11xdIbpiMESughr9ww8/VKpPMP3+YEAIjm6cnp3BHl6+vJjNZrI5bsniTK64z2De8MbjoyPBZ1akriCigAI1eHWcEQoQq1ogaiwubUmlhsuyET8QBqECuNDfakKfHxiZGO64us4i8EDxpFqZahqmmhlwRTIjc7XKUsS+ilRXuaXss7OlzPtjSZCUt2ES3mCptQYkqCj5NHLycv6BuFmIshocDyGyUNzHeW4I2y9xhaLJ4The1O24vtMbDBBQ93k5Xe5aw8qJOKHGBpLhinT0eDlbE3CoJS1RDk5kfVeNWhQZpLIHpQlFEFFRMdeW9g0us89I9Ct6M3opWTGqCSK5fX+5WqkhMK4jK9fk40KIMwW+C0O6v7/fbjY31ze4Ccii/cC/v7t79epiPielHk4Z3Bkkqd1e7+nTZ8SHEFKT6Eyl28/+4v/6ZteEtaCiHCIv8gyegBt0QJkU+dHREZwBgQh2KksVVP9T0DABH1ORDz/gc1jfEX2yAfIQJSWPm9to3L1AkY1Uc7fb9wcjvMTV1ZXBsRtKMg+GjvwWltDv95BwKolpZCb4Ar9+cnJyc3fHDcbBEH//8pNP90jtNB2VXK/Xxdst2SYt4ninKCqIKHCcMAgUIdp2uxF2E0Y8vGfUTNxIVQyo77gKlaA7qsEAvmEI84qAqg1RdKgrkbtoFbJE6WBnwoyi/hM/b9I9ChGvNdXifCkQaph1KPmVavQr1W7auqBhpJlqir6oLhwQ5MoldlcJV5Pn0yhZm7HgYggiUozrEQ98Ga2A5uPVajWfz2aL2Wq7gdN6QU8zvAqBjVxQjtKysU2Ke1vS9RFaucOavytzETW44PjEdWRfkeNH7mfijHA8NXavReWtoOIUaXBqNSiRtioqus2WCiJh1IlQe8tpQoZooSzApXDq4HwUnlWSLyIeIp/icU8muGo8hp+O8E0cSjhecWJaUvjgV88fn5kuLttFYL67fPlNdsKHPWvk+lQvwmEGZ6vqSi2YD/p9OB5ujUguR3gaSOXfvn273e6QPKw3a5E0sBDQXl28Qn7/4Qfv47yfTmfT6ZSEeQ3hvNt4hxfBk8CvwGjwmjgLkf+qWAT/efr0yU6ERIXDT/vggw8NWZW6vHxLJcPBYLPZLImxaM7Oz5DRwRWTLFfQKtF/1Tn6s8zNeqNAlfi+7IXQxPFEK678cteXbl8xO1KxizLUVZVweKgHqL4I+7JFarNRGBoZkjGkqIGeig+4M7KFQB8QaQ1XDTZkf1DYR+U/JblA/Wg+3OZWYTw5nLQPY4+Wgt7s0jSETNCvCqSXMopoNDJ/EmMqQdOUsZtAeXhlSyaieFhIGYKO7/ouL9IinTYWKzIb1FpDjCgRca1j2oHrU1BNMUDRgRjSLaEEF4qZ2mCCrKsRIo8wAcE1ahWTabMsaZiiA0CJO8QnDiFLCcUiG8r6YrPbVlQK2qmEH2cZ7q0pfJkwG7wMT2fbgnFUlG0Njo+PcHQilt7d3yOuwkKQFt3e3bE8YQpguR13tlguFyvbsL7RkVBKoCDsBNwL5YKvUNxy02w8ntze3m02a/gG/hs3d7PdwAfwg7bgD2U528B9FFnC/OT09Pr65mc//zmX1g0TSaCgLlpkIDDlrKDzwECRjiLjtQVdSeI8OvAF3Aw2DYNGtfnpZ59++ulnV9fXcPVnz58hQqfcIdTxk3i08Z7IZTZ1EbvzjHuPeY7HpmYGCFiMfq4j4OBUHbHCq3tIGq2HQXl74OFmMCdtR1HIUM5U8tEkwhFeOWGnJ++ZIcP1lmRhDoUZlYymrXzN9qkNyIaqYm0V2LpZMg8r1Z4hKyUUPwUh1wr+rsCl5sOMTk3h2YBlLUCu+4KrFa18zEJp+joSrFQ+3EhGiscB7/B81/FxfXM6X+3T0nZdeC/1KnA3ZBNeIONmKPvTiixcUxv0Iolx6PESknFA/5gH/bZa5Uqi48S7EqcZIVF43GUhi5QaboUqrVVbGP8k6sJEoiIDUkIaeH6ivWFTuZSbnM1kMsGbury8unz7FncJsRHvBE8ZOW0moHZY2t39NY6JbhQhHzbavyLv+IqWeslHsodXIILBJol/p3IDp9BwDBRpZ2fnOM9qEXPFSabIoFT8ZJUo/e772TQi6Uv95ZdfmLb75Nmjz7/4spJ+9mwxDyPCblglDvqOxXUelAeoZ54/e4YXWi4WZV6iBkAxgJP18y++gLGfnp2qtLMp6iTeE43peHjV6XLhaBSLL/KqlaUh2OVqzSEHznCcIcIyWnA4UeSwD8S3+XyBX6Q2vQg2UDFbpI4UDgYJWyfEmWLhsypRW2aSspWrjLUUcl6L53qJTEER0XMi/5e09rIFz+U7XYbmrhDSVzxlGi74I2K1ok/IAqssFWRMOGaIW9HMw3PPRaiNzVIcXtKNLSrNs1H6po7p4bAULkSeeq1gr/2ACR6xBJaeV03RGG/v53erPc6hpkgNGzVb6XqBGzjqBRCdmpo1Z6Nbh9FkU5EHRDPy1ig4km9C3ymrGqdX04gWhWGStrWtdZN7xhxtNm1alI6pB62O+Iubio+OtMmk2Ckh2kR193qdqJMKq2Iu01VbVvJhKEmSMie37ZvbW9ztTkRyv4CLZmWNRIby48QGdLv9PqXXdRRAcHbXJszjm+yECkomMwjum6NKD7wQJ/V8scSp+ejRI4QB5BJIe/ADuKWVpGFcaY+6rQC7YoYO/fj45OLiotvpPHr23mcvX++TDA7iu3vX1HqdAAdgGIRkKjOa9WyG8xLHMNNCiUIIVshM7qb3+B9UlY7n75N8sVgapn3x8iIk/0HIVfkiT7IC3m6bjlYXyMFg7XhvMKPBYAj7yNLEYoeFGJXtdIsyr6Sie1XU1S7enxwfOZx0kwsHNoF/QezkoEKYI/CXxcKYImLwYRgQIrzBVIo9zdFwuNtuW8kG4aileJGCOIpSDFsaeYFAanc6kWxjpr6vCV1IN6syajMUmZr0EEVN0jceY3IuNCXjjF63jH5VUyoF0aLRKo07isgnT4+OQ9daru+jqA8vqpscl6rStBHS+zQpTC9EgnC7imuOIjls55ghRRmawWNUQuuaLjNckkRSUEBxxFl6Q9hdU7Epo7cZCgfd8F23FLoK+L1gZxsh3tcV6LekJACc0izKtsRDMcrURH6OkNXFeToZc6ILCyHCXhRNcM+6fR6vyW4XdiLjUEsXOB9RReJMTAl/S4fDwfMnT3ZJQlht3Sa7BD9XNhlsyPbtfZ58k53Q90PF1RPvdxxSFTzCBVwWwJ5QCL26eENaJE1DVFRQqVyYLAiV5qzc3iwXR0cTODMyjcnx8evXrxBMJkeTmkiLBskfZ/dsh4adThemf311hRAK30MUkwWIFuchnhZyf9jHdDazbLfXHyJNI7K+KDr9Pt7KJksVQqoui/licT4Zcqqpt2/fTnFdpVOPMwLJF1sOrmsKIhRuTeb6mhoVsHjWkllmW86DAocmvVCzUEs9stGKk7mQ1MoWFjZJAYjLq9i8YQVXC/jrQVqQNR6TW+536PBuOBeJValVqq+3G7Y3PFuVgo0UgvQQnUYN++bGk240TLaE2Dcnq5KBI0Y3Mw5juUcPJ+SCIeU33JSk2nAZnCNWXVAAh8r0FWvX6WKzL2vbNR3Ddi3TsQyHABiRJTb0Stccmf0LURyrABk6kDRVtDKYzoSsRExkm+xdiR6A6nCqukOJPYroqfZA1NiKpGwUuEbBvDs3ZLSDexLvdqPJGFkAN3oFJ4hQ5nmBIoaFbTAvzTKU60VedAKeidtdzIKdTbJCtgaI3TJljIlTRuXJ3+DGDAdcpCfo9lVHQeY2uef5CAGv37zBfQnDjoD3WSTg/xB24EW40ThN8TcejOt5JIA5Pyfmpq6ePD6XdYo9brHi9YKbwJoXi/mLly8QpnBBuLSQGlrwK0Sey8tLvDRhpcfH73/wgcJG4uEMxyM4PHwgT9JRf4A8b7PdIU9uRUhMaqeKEpkmIZfbTTzsj/FE8QOFTP/wMz1SXx6g0rAUhZlU+mEOBxU2cyHuIrFQg5NlTKEyV3QsyOdZsl1E63hgC1VYE0HSGLAz+kVR7PZxKqN9FEuInxUZaxBZOUe1OU9PizzHCxHlzMlgobVk8szLOisqZO15We32yTZGrVUi2UhzYUd7wABwytlwp0wVhHzzBbPpum3w6prhXF5P17tER3gkuJekBqa0JfEpyKRKvBkBN7pMPt+tECpOV7VIwaKd+WqND/tOpK1t/5KiShJhtR7MEmYfx3irqnjWiGV34dGD/gCPleJQMqZ6p3iDIrKVFc3NGs+lWK/I1Y2DTC5PFcST09Nnz54Rg0pMEqGwqSxfK2KEnKNa95vshLhrhGj7JKQmZaCg1dQOwWKxwD2iHktZsOlM5hIHiRniHtcORIgcdxwZyAb1NNfw9dVi8d3vfBupfi0VFEWbk1SpweBlptMp3ODp0yeKpomrGymyVg9HACwO3nJ8fIxn98mvPt4nCTLhfo9LaHf39/PZbMhRL3l7CQQtCxhT1CFRtzTBw+2WnwNHg0KoqCUAWR0wuFGhI+D7lSBOZLxn411xFiqTmEY4fImbNfRkv2+EnNsRkJtqYToyOcCvp5KtkjaOXZwKdlKzh8GuPFdeZYkklWGI+HgNf8dlLXYpdaFHs2QixxVhigS6Qa0ZtShroxxMsnLPAwCZc7qX7gVKMOYapiFo0hoB3GDh1kRRJFhtVzcdv9vf7LOL21lKYjiLBBykmUEdV1uG7tpOFIa9boTXJUyTSJSS8j4c8dfiigoxwT4KTKCUkSYzlwf1uAObgK69Y6YSgWFD6lmey9ttPJ8tNustvFXoDnF/EhlcESekhGhwLOLgVpWwkH/rsJB+ryc8cV5/0Ed5glpGHhxz5+1mQ8pmsjNz2aWqG1QT32wAd0DmQKEkhBErDohut7uNdyIY4CMvgYHj3xEZ+v2+SkpzWrM5nU1JdqZp6/Vm0KPmmWHqnut8+sWXp6fHstypiUHb1CEcDuHMo/Eo47yR4ofxLsbFl8vlZr2eUMkwwNdXVzeu6z97+hTH5Ww+2zIDK7u9nu9697NFFHZ82yxIjLAf97pZmst8MhG6tPbk5DSTSSPcgtUKMQNIUD28OkOxacNK+v2e57nT6dyQ2EckaJFzZa6lhyuwgTQSYIjGbj6X3aUGnx/JM7yhkCBEXSeR7oV/qpV22JNIIFIGHLbLYVlJEg3Pd5HnK3I0AXrTiMkVtU90O0iQEhtmlSEAVhL79EZ+gmsWjWJCIxDCpWKWlqV7TdYaK/J3mKYblK2RFs3tapM1RKKaEp0do3WoncMASKfXJfbrTimrwZR8k7llwDdsy8I7BTBEBNHEacNqsKyMg88pvIGuxCpUVCTkzDVsWR5RODe4estWcI3rjZGFJulquewSoeFLw0nGGCm+nfCj6MInIBMd9sb7varKd9tNQFXMEkUOUtGEKm44Fv3ZfBGn8aNH50mafaMbM2oDOi8831N9GmEs9zoyfMfRuBMTx/NFXMK/9pFyxLso6t7e3tLuj08+/fQzlmS8SHZ0cnxx8RKZUn98sm22FJKtKoSpJ48fvXnzFhdBDESu8uTpkzev35ydnuI4TOL9GH+Oxp98+slsRsDaeHK8WC5evLzA00YmMz45Rez98z//cdTtuyi6yhxGtFyuekEH3nV6eoIoPRqOk5SH5Wa1QY5ZMO0kEEa6mPyYUaeLt6IqQFFu49zQYqspEfp6emOWJgrUoiq9Iq8p+MyRfYN0qGZ5xvY9Dnv8J3kKkUplshSPlLUTwPHyNHU4wOAqkLSvNKe0Nbbm4S+NgpVv9ykKrqDTS/KKYzfdrHjNGqmp2iAuheKaHMMcjLdR4DH8NaUn28lwD5hzlpfbbVq74WK3nyMlMagpalCNVHe4tmJqbaXWBJXUE5kXbZOTR2rCcPeX+AwGf4ZiNf+UcagrSMa8UUq9PAi4G6mUGDVhFteVhqhk5rgzRVNzCYVt5yTwXSUK4qm9E6ILatgSkbqO3eshcyEoFyaBvBT2BkvDE0SA9xz77Ows8IJ9kpZaA/d7+fJiYSwJLG8aHKOTo+NvshOqG4QHgAxBE7UJIboju18tBclOFiwiP1JrYAgXqANXyxXFNz3v1cUr3NNJJ7q9ux0Mutv15v7+dnhydj+dIkt0CUpmHfLi5Uu4AQx0J5XkYj5HrEMAbJl0ac+eP0M2gnz1+fP3Ot3e26urzSaGm+AgKBoddfzLV6/UOI7TcNuOZOYmC36mSFYgF+KCjOedEILjdxGZ8chd3xPui1QmXdVqtbSEPjRNC1zZJh0o1+otm2OxRGgvBv1eTRrSUuA4LTsGpFQVklLPQ6xG5ox4SCizwjMI+6BHae6Gi/yOIwgbjaQBrhd2QqRY6+1O9mpxHaTfXHdydGe9XSPXwmtlWQLfK1UByEUGxYiti9ynNon808kILlWkmSxUaK7nt15rwTU61jTOb1dxThSpIYmxZglmR5aTNEtRGIu6Eq4mqTB7MShBy7hsq4pgd8NXa4TScBL5RMmck6wQNdRWVYJq41e0TVtVUhqKZdFiX5hoddtARo17st/uaooUEOrInJzyayUTAYtCCdTAalNFT6pOOq8TRN0QXnx/f+dabhBF6922Nxien5/f3d5Tabxqbq5vUG1+k2tC27Rxr4mcaElUEXU7SNhayVvw/K6ur2EbgyEVrS1Z0MbDRnKIhzMcjxzPzcvi+fvvpXmGgxNHK6x/2B+5lldkGdNRcjGxAPBdtuxgOjjtEF4ePX68ibc30ylqF6QfL1+8hEN+9L3v4TVevb5Aegn7QH04Go+RimyXK4SkbhfBtnJdG1FTM+xtnEpfUUcFPxwNYAAaiTZ2sFPZK6XQd5bknTByZI8Oh0qWKtInWEMiTBNK1JqDMqVcTckaw1Rk+MJkYbk+U1DH9zirIC2hYpK3TVl/hYVJoUWNzv0+LVh8Ig0uEahcDx80gj2XLNXsTtRHNFqvdyiySNOSwdbNHEVUo8Hc6ZyyaEQNEIauintMun7U7xwPel3fDX1PilcNn4jYd9SuTT3b7C6u7pK81JUkDVf4W5G9qOWB2qLQpNEhKXDa2MIyLrBPg5TdOH1wyTJHzBSej0oQbJpsQjNTF3SMJhUpvxaxRRJZCZG+JmVtq8h4cHWUyEQUNKR4LinxW6p6TwFT8fAdi4pYQUDqPZyDODpZdLvePtlfXd4u5xvdtL+8uFht1lwivXxDxRv4bZGNxyOUD5dXr7/JkbDbiVLL2gsBQRgGMlmm2jmH4JvN6ekpMjrOuAwDVdl2v9OlN8BVYIoeJ2VVzpbT65vZ06fPDcP2XN/xg7Sse1E/yTJkFyhRYPQwo4IE9VYv6uJXptPpervpDbtu4JVZiVzqo48++vzF5/PVmmNdajOFOIWns1nYie5vb+D9AyqQoKzSUA4SXZ2XqBZNx07zFPa+i7eTyQifZbVeUhyTLU0OIJBbzheLMOJmFoOnUEtLB7itpQkBy6DCScUtB88PC1lQRqkkmGliSRAGUSMx6nKKyCuTLYkoKvhbDPfpdjv04RpJVGAwv82llVpatrfbp0jS4NslsXK57fosUwl23Yh+mkVybKHcrnWqyVPKW2IXXOp03D8d9ts0yXa7aDzSZboDu0dcRUpX6PaXlze7grJnliBuBEdTup4tWFTdtZy6KqikjfQSxaHR7vc72/F1C3esJG+Mqbs2mWw4PSdxBgeUuiK6YLGnqyTWkOUURaOI0Ibr2Apf14iUFTeSjQdefbMqG3x6HHrsa252w+EoPOrgSLq7uRcI/vl6s1WidBwhJmsEStcjaDmNCxwxg+Hg6vbGDzhymt7daEbtBS7MA6HS88xvciRk4k5CPlI2sbUoy87SSMwFrlSL/ACbVgh3ux21/gSCxN0w9iodBtLHjx/hbLu9vVGKX0j0N9sNcWpcd7JVHYFszfMIiXZlK280GpGjRQhnkeb94he/QJ355MmTbqcbBgF+6/r6Gj8GF3Jc9+Tk1Je0kIRrAn+BTc8WczWsKpVItTQ/uXMsHVFq4jIG+sKnSltVAxkUmaq7UAgFMNnyBXlGGKTwd+gPwplC1MTASOy1CX+3GYXqRrTXNVkzr3BsIReFzWUiVb8jZUMJd0LKie+I6pOWFeVWuLph47inJQyXTZpmj/OD8g2NEArWh60+Csc3w44/7HT0pkKBhZA1nd5TqiHdW4gpSKS9znafp4XIlZJwUHpEUi6KljWPH8ZsOXekMWsp3KxSFMdToxqw/JH0+bBNclBoVJMowS0qUYqWdFK6NJVaYX9V2FUugkg7yhaNACUo0Mh+I8KgH4Y9mAk+V5bmfSRHjo8sqW6rThThuguKf9Wd7gA5u2VxRXg6m6JSPZqMpQVIOADHOQ081n3HA/KNjYQrpQEo6z24L5YIJ+CB0Pdk6TXLEAjqvMr3srxHfrucw1MlhwQrFCRnvVgsCBPzPCRInDgx30P6acZJamrV+WR4fna6XK6Q+hgsFI14l8Cwtqvtdz/81v3tbTeKdOFE6/WH8+ni4uIN6rHucBiLptdyvSJcJs3GkzFsKd7F/UEf5Z9LsomWg7q86IbhlpLdxj6lJowldNyv37zGiRD1ukUey6pHqBbk4ziWn7EkUjExU7S6+MCq+4JPlMc78soJmRUsUg0ERZyKZ0fBRVvYupak1D5sBV3KpjGyWMciyRKN1+QQpWoI4ya4rIr3idCukKuKG0Itj178zVhEX2oD1x133WGvq5UlbggMsEbGSM+ykYbU+9rwOvukvJluGo27TroUecS+GCY+h+xkGMj0SKLh+5zN1zXyOg7lFcehFNX0Ftlv1uQHKgEkEGeHJy1LFvj/JDitGilDjEpWq/SG0xg1LUbpWWqNxEHium3hxTBIDWzC6xohIkCRD29NSTpu4GyOkziMwjjeIfzbrtcbjGE5i+XCgyObugjOxuWyGqG4qKrxcATLjEK3SKuc0JHomxwJXZENUHKtFrOvzNAPB0+H6ktIG2K6HFmrGSWQDXLnVciqLQGCKkBgKcC/gnOhLR7H0fER2axlywEFCI5GLrGKlciBd4Tz8vT0HJ8amfBwMMiEtRpFSVWWr169ijqdZ8+e51QaIW4mSVNcZDAcnp2d4dcRRSVm6Gp+jodYZgWX60RfhatVRL0w1UPZBmemR+WFgkdbMkJUmAQlmVZz5pngBBH8muq6GyJaeNBOwnkv+GxdZOMCOA4qK5JfyOVwrqfEHGsqplVty9BHsEJCrp2MBKOq9bJN9g3rWLPWSHOvtHmlnqP7waT7of/Rtz+Y9CPf0q227nreeDRAdbRcL4nYDIKsbu8W6xdvb+K8UbAV4StkPohjFLGOAjXySZmwIEkuOQJ1ZEOX79/3tbZ9Ryllc4vyAHyhnJw0lGUbg45mvdtSESStaLwZbK1WZUtKjlb11RV9o1BgaoLkMywHjpdsduvVZgnHG4z6FauHzAt8siV2wjDqIvatttsvXl4sN/uw08VTHg77/V4Xb2I+n6N6n97fdYIwT/YBzx/T+KuS0f6qyH+NUrbOa1k5Fyb1WribqBWRZRwerjeoRHa+5wvYiJKUyZ5quEpTyxUBQM7WhGOLsCPLGgwGhqX7oU++jKJcrJaycBSut2uUCgnn/u6b15d4ssmei0KoRfM0RdT64vPPT06Oz05PUxlewlT9MIBLn52dTo4m0/ns7v7+fjpFrYiIhcjpCpFQ4HsDHqWZWtjHYUy5i6ZJ0uTo+FhYjOlOQRAKSSkbm2SGJoSVFsfPK8zZSt9XgBqHnUO1RsAxNDnnafe1TPDwCqzlGCoRRkwE2VJSTfY54aXUJKuJvmQYYuNRSM5ovJWQtchae0lYWct47lna+Xjw9HRsNkWAZKTItboIXKcVNIKDVDzP1lm5ycur+XqFLFa0tC1JRtVITzHk29yWUpWdpo5SJb1GZKiMo5hxScXLzyXTc084sVUyyT6qCDmVAik60K6xchbZDSphsI9KVlVFsCOEp5Rhla0LnHSc++NTavhdKhpWNVF2CID9QQ+PZhunrh+6QZCWRSyKwsjHCxG9wjmEH2NfsNflyotudHx3PBhoxFQo6apvbjoqXM4kVpPOZ61YRsinlJeUs7NYX2VphnQRTzfdE4wCI466EbGFMAYdFVqTZqXa8cHNQspqur4mInuWEAoj6S+5RGfCbsJOuIu3SVbi2SuC3OV6Mxn1uQhfltv9HlHxvecfvL54C1+Dz1RcQqO6HZ7Zcr2+vb372z/4ATyz5Gri+mjcR8VmOhTDIGgY6VwnRBkp1Vpns1nj8eHK+ywVUXeuiSQEqWsDcnaQFlH2x6suzmDPXy1XoulL7V5Ymb7fq3KxEjSz8kY26G27EF4ZFEiimZNKylkrXCeiJ4JjTpFaWRaSRksl3FAyoiaFrtRO7LHCxwYd78n5maPaHXDsNMbhxbKw10MEwzmRlblDuldtkzaLXb4rSM8k4xnN0B5kRuVrjt3Z+1Q4caflXqImcUwYGmXTqpYmk28Tr8c8kxRvivZD9IkVkwBLaG5pUgCDRPi14zkppR0bQ9QR5UVbSWh5ZOEajiFpLb4KSdxeCHbPFJos2c9eMyUJo3UcIylASEQ2gcSVNCVZttpsvvPh0zJPBv0IN/XR+QCPHgUADuUI5UNexdt9ZHS/0d3RbpeckEiauJlG3pMIXmTZhDhz+c1E2KAup9be3d33Bn3xNNzHYJ/sUYqhJsRZv8ZtCr3Veg37ChxHM62b6b3Si5asLw9dg/v4VYk8c75Yh53eahMfHZ/cXl0OohDPyRHdIi7mBeHl1RXKdPXeLu/uDNfFd2RtVBuPJ+vN5ubqxrcM12h3u13Pd3HAW7J9e/7oETK3WlZykV6+vHgjHLX7JM96AoErRK79ATErC2+OPb2fIr0OZSCmy8qs8f+w960xklzXeVVdz353T89jZ2dmd0lKori0RApBIuoFBZG5QBwliERCseMAogjEDoFAFkTJCiQ5P2xSQJxQovWHsAFL1A/Dhkzqh60E8FISAsQQKQRJpEh8UxTJ2dc8erq7urseXa9837kz5c7sg0vasqhV3R3M9lRX37pVfb97zrnnnO9IkBeegOOSrs8PsAL4MGMmE9KZWQkEbGQwdd3xAyGYcEk/EZHpyISamMwk1Ym+RAkNm6kr6pkIH1UGUDL60rpjHel1WzWnoqUhjOeMISNRPKu50CHqKcOAuO8KCxKG+Z4XDacwkVKNKb+5+ADpMCQ1r4gyqXWR6rauqsbEUaji0RJGohA9UcB0vggdmhIjIwE1iajcWE30vLLvrNSEB02XioV/w7lK0rb9vzThgJKQPcCJ+8yOpTafJegUqzNjbOm6zHV/OnFs16xb4Uy7sDusTaCbLMnjIYEcOmUOBwvvVfp7e4w9lmoZjuFCh61xUx1zpkmv6TWdypRJCAS+wgSmvCDQhFpI3jRH+cRTk4ELabPTwlQGBshOK2WMGNEyDSZSkcKtOufP7zHsRtemk3FK3gfzlc3NpYUFLKwwL4V2NnWFyGHsjaByciNb02A1jbHm6TWY7K12G4vx7tZ5KJ/d3iIm1UtnXllYWuqzDky9yWhD5+XNzW5nodWoupVs7E8b9DjDfCWjXswM7mlvcRli0DQdtQ8xnUy3d3dpCx0/LhnrmuU4pm3v7OxwN9gLoSvWbIe6mIgq25ZSDWmOGSBeeC73jstyMVE0wZirNdJhONUqnXuwDJmcVAXGYmbZc684jhJVwYxiSaskuUxJTRxraWJRyGSY4GsLzY2jR2y6O2IIWYO9RvV2c2Wxl0hpvxyDNXLYoyM/PN8fe7HuxyQLKDzm+kGlXxNjJimwzlIUwm9PvZq0ztwZxlVnNP5tCf3EucwUYY5LrsPgCoLQljpNcZSqSFrZIOVSAQEv9QxM4AQYpm6qc/uUq4gQAtC1qBmqrqgwAlML9qcBgS31FWGrQFlPMn06DlPdnESJwS1xXTyXBFvNsLUsPnfu7PXH1oMkwXjQGx48A9/qrk3nso7RTqJrOmzNgpJmpYrdXcqsav6YkZk2OUocT+hDWJA1yVxyB6aquHkwnrQ6bZaIEZ0N2unuLkvSm7aV0kwPOq1mfzACGFThMX6rWb6yfGRvMGRiqO9jfe73dzutlucNR1M602zblZTfcGmxh+eO4z966lm3XrfMysbamu+HumnBHGzWGwu97tnNVyBBoANVONtit277U0833DTJTcORytzck+gtdDVJHdKEkDecRRAshtymQ1uowlxekhvWhDyCFp5psNAvbtOW+g9D1gkiN2mUxO12C/fhB1NgIQ58OjFsK080bsTHgar8nkqcmG3aTG7SWIqMdm8049pP5wr3NlxTP9rr3HR8LU9jU+itTbti567P0mg2bVPYn1K1ItXzMMmH/izIzSBhGIHkJ2kqzEWZg2pGk83AoL+BilwUYhScwJZRkYQg0aVzej4tCDGm85uOU69Wo8BXCfW0AB0burImnRkStmORJZVRqbnQrum0cA0JJKWaLeoobUfy5DOVgkE0XGkl1YbVxQ0bPXlj3AGmROg0mjr3EYwozizTZmhPElkWNeokilzZ0W01mjDme71ePIu88aBSyZuN1t5wAsP6WgYh6WKzVBzcVEcNiWjWRRWU7AdWg6lVq/3BEJhh7D++MLq2aStKGLfpivca2mmvt4jje/29er1uOu40CCwWkQ97S4vAdbfdgvaogpWwKk+mE3yXNTLBxBLeiElDAxKG2dG1taHQXbRazaUjqy/85KXVo+sXtnaCMAKQut3u9taWRu6msMqqfcZ4OmrUq5gFqcSO9RYXB0NmymD8klqVuq6DOStF87hvZEsZHHKfSCUj7nxShsRASLNaz4UnRrm/FI8EhDwkiJ06M7JuRp1edwINlXz7EDHi0JFKaZBJkjxBxUkqaTPZt8LcKGpoLuS1kED1mrWjSwvrRxa1cJrMQtaBquh2vWaKdwE2mGRHMZQIVxlN/DjTJ3E6S3LlkJByLppUiuBvho5BjgmSK8Jzxbkdh2E8Mxs1k9sxmiJuFDvNimZhXapKSoE0RhTSGGFENTdUpHIkK/9i4RBHvJSCovlH0lTlBBZJnKPDgI5+LgHQiiCFXRgkLHhKizKTRHyYyMxE0emIjhO9JtTedFr4PmZYrcbqbhCojboT+VOsiZOJF9Jta9BEmmAlHE7GVGU73fbW9s61vDuqeI0AqEQIVy5sXRgOWBcJqykkGytJeN6FrS3IxkTCqmYhCfA7nS5QFIT8RlUWheSJZpPJRAqVWC+//DIEqaIGg/wBmFlibTI1Ksby8vLa2tp0OobxJQyALOESsfQs8wCXlpbQ4dbWBYzhfe97H0YF1Pn+VIhSjNWVlXjG7EcG99RqEC/ntrYN2xlPAsgBoK7RbOI3vvsOGi1Yd7+Kg8R07Pb7Qj1kCtIsVXuw0QDwMti3pvisxxMvTmZSGEe2+yRaBFOwxv19UfOEWoaxeNWqqiHDFAiGZ2aR8FdgpUik/raQF2biBaThZGnZjceOvuOtN5xY7VXiwDXylYUOTOJOEyazVmV5zZpsHU2opc9SWIC7XjQKMN3z6X4FiP1tT+HRr0h4De1YLBj7TDJM2nJInC1k8opPXWX/C1GMlF42JHDMrTKxI0t7vQXGrJN7hlowbtaqMAocejJMWEN5AiVyjTtt3Be19kvTkHuOtRlVTYsZOYSg+08y0bqhizhuDaj2ptNchZuSkot4xnwYT8dYsLg7JGxU17/5pg/95n+48R3v3d0bYKbhGq1OJ4zierM19MZYouv16jUeMSO89zkwI/GTdrvTwbOJxeRTxVUg2eq1Or5ZYLLVbjUaTdhvWFpxOCSDvi/FPbsAGNYwzM7hcMDKuy0oEp4uma9AYMTcBRviq9lsQ6vEnBAfwYQu8DhTGRv0ITWbAPDGxrHjx46dPXMmZMGZ9MUXX1zsdU9cx5jvc2fPriwttQT8TO3NtGqjmZFeCXhLl0k9qmOQkNsnThzHR/BaxXZgABQL9HmS6kvqL+SKJodZ4aJ9VetV2XjnvoOEbnFSuqRRrJN2UKJSlZvCpWVpwhTGn+R+ixJoWfgRB6C2P+uEtQnSzdJz2DpvWl9+63VHF1tOzUg7NbtVr9mGjp9YpWb5mLeMwMQ8neXa1sDbm0SY5okORTQNWSBNU3JQXIOsYk9xQ6s9hY7o0Jal1ILAdWyz2ajjL0mGymULlLnyDIcgOWoi+6jcnWJORuALP7+ED9PxkdLzkefk7ZfUfEks1qQODSPiJC2SLgoxOyX1Xii2sKLh4bRbbcu1GCtqmWEcjsajWOiVLQdqTkSWGgaqCqOUhAdgYuD7b/dWTvzSrR/595/5R//kX2wPRommd5eWBt7UcGptKD67u63uNV6LIo0lBY7lDfhlOMASyXnrjYpwswMVSouDKMBBvN7e3oLEgx2oElVXV1cZHVbhRK9JGUMInJrUA0wk8VNYWsj3nkhOEDRGfG5jY02FUEFg4fvf2toNSZZe2d7eppViW69sbv7whz9c6HS2t7ZXj6xMJ5Nnn3nG80YbGxvAOel3LdsPwkkQ7Q3GmVaRSglSzpoUtLOVlaV2u7m31we0lpYXm806AK+KumFKQdpfuHBB3AwOC2xS8WYQ2Hg0gtQVPY0ObihxLGaUsvoK63PUq7JvkTmWXYXmByNV0y3dqEkuhiHVJhj7RppOlkyDeIXia2YzoO6tx1dOXr/uVCAPkyqkDDcyyEkVpSysFswShrBlWqybYVrZGU32JkEMjQ4WVJpBKqYST6fUQQlSoQkG5DRrTAwUPl9dkp/I1WWQ2hSGBkWWVLZRzIWVlJRzFSk+oSlvu4R9s+AxiQjEa4/TGjXXFmFnmxCwFveIpOwM8/oZ3kOrUQFSUUJKcXsiHEqTsGxZEUP9oBbAWI7x/Cf+tCL7181GTSj2TIyVpnUycyRsQMqD5s2Fxff/y19709ve88Onf1yx6m6t0x9MNq57c5LrfTJlXtOpTNBegDcAkQXThRweT2TkjfB0WrWG71Ngdbo9GGx4gbUTRzARHLE0UimuAKHX3xusHV378Ys/Pndhu91qOfU2phHAjCW+1mLp3BEJ12btZuf8+fP1Zh394+DCQgfCzZBqFjACDNkrX+j19vp9HL/xxrdiXtxw/XWYgf/3R0+9/W1vP3v+wtHVFaiUP3ryRxnjWqtY7gee1+1s6IYJ3RirQ6vT3N3dXT16FH1CDmysbwCWk4mfaUwgDg4oxlUA5FB4UFl8Qrh3RfOpWUIuCIMEE4tltHUD5iiJvqWyKE5nRE44SyQkqF6txmkezjwW6dUqUmWpYhsmjKUwjqHnnTi21m5Uj/S6TgXKfBr4AXPHmJRBiaQKPDA0MNFivBtA/wyBusy0mWrBIEHJ32fcmeyHyNcjUT+6wTjTTBjTcoDPYqot07sADJ3+A6Ay01PVEhWNyMKS1apJtiVxaQKTliHyksTbgI1i21Z5E4qVlPV8oghLD7314p4QukSdZAImQ+dURWEAzqUFqEOBxLOBgahLEWgG93FHymbYraRVkcBNy7HYKxpILNYra8dUcO/qiRs+ft8Dz/6f//WTp3946kP/BqvM+vrRH29eeOnFJ69pZz1Zm2oHflrGJWCOYl0UCl0TogaWIawmPLud7R1VxA/fXKvVVpV9MGW3d0i1hDl9/vyFwWC4srwEzXAqGbG6UE1LwcOqoTOsOZWwKSiBqZbeev0tTz35tNBbZvj+VKVOqLM7u7uwqW655ZYfPfXM1PdvPHnzT156uc7I1CpkEXCuc3umwzDlHNpUMBpP+v1BZaE9GnmS+WCw0iANvBxfIWmLhKJifX0d3zdQivGPRlMVEJMweN1QEcw405/6nHa2JTS4mZB+uIx0yYJUkWFnWN5jR4JsaB05NoYaJtzlb9WrZHzzfZxdt/WF1kK72XRdWHrVLInHe7vQBUNhMTAtEuYzWzbPmZ0I4VS1pmF8drsvLNewnOxUeJYAjGi/dlpFpbfvh/LIlgkJcpg0RDZVTZxGQE12UBJQaZsqHj2VbInIZy4v/bGysamL4p0m+9VCtXhGTmFokqYNTGW6iFbZuuPeKzRzxnIwTVHq2Ovy0JgEZ4ibn4WcbCeOZni2Ez/MU0ykdqVi4ZnBXPfD0MJ/hqWRgcqZzcKMLtMMJolEt5raQUVe23Hfdtt7bvoH/1B5U8Oxd37rwssvv3BNuyi420laJW7NwTYnQ+BsSJqz2NF0GDtQsqJwNhju2K7b6/VG3tglF3CmSQ0jS+oQQeZAyODZ1+r1brfL4iF5OBgNMD1cpxZE4TSIsjhYWVn2vGGu5xItVTt75pznTWh6SPVMRgjEsS+a4U0nb/yf//v7wPYNN7zdG4/xbZ9861suXDjXarRYN5vpObOlpWX64THOmpvJ7gGGs7S44AfjVoPmlqlbw/6eU3XMWhWCdgQDpb+7uLwEgQx5KD5ARpORjkn05grrW9Aq5uKdxDXenZVLpUEocnbVgTrtDUdkBzWYmIATaGemsaNnzQbr1AMpzU4NNtHx9XX8BiAm3sgfTnFHvj8Z7PUb1VqFWx7QdbNxGECDz2NtGoZ74ymgM53RT1DR7FTbr2CBp8G9aBpwmS7RZxXuudKek0BtS6dXM5VsJoNxcEx1yFWBJD1LhHVGdnJUWE2udTsdKag6gyGBdY2xdGmmkr/iGSuoVh1yzJmVXJfgUlJXcSRCS4crWq7qj0W/uZeam4ZFDshgqgvdM9YTt94Yh9CusxYdOAz6ruOmuMYnzE5kYH0FJmwc+apqGwB4/szLTDvW7L8Bg7X/utpsvfmXbj3y3fVrGYRYgPzpxOUOuuaTbUX3hgOsZy0hj8Ec9bwpQAhB12m1aYjHSbvdy4WeCEra9s4ulH7Sy8ekMYcSqDHIe7J59oy4jIGrpOG4MHuMnLygZL7odr2xRz7C89vLSyuYNsPhCIpHfzDqwv6WOGmorJhcy4u9YOoxx6LdxUKBgyeuxySGOREA7TBAVdk2zTD7HnowGpaZxuEsnGBmOo3WdBomswjSbHv7AkDVbdVa9Q1yDcYzqMGAnDCFcqcUV5QwWlNiaLkkkznbsqE/CXlRZLtEJjfuDBMiOQyhoo+bNdfQk7qp29z8CHuLC03uYNUgNQJvMGPYF3Mg0jzRdC40FYMFVYDAIEpobzv1se975BhkvBsD/SomBFAufIImWcaY1HDAsSQ89ZJEb4gMzVj3JoARDjFLdjzKQwNSjA5BpmgwA8OiayEzNCshb6JVJfck/iWkdQyDmHadpMoYkLuQfpHyP2TCCsc0JYnUn+k5+4HODQuP3HA0YkyNonAyDWaMT9Kj8aTOxG3bT2jccnN4lkAewjAxPc8mtyvjwvHc2pY5m/hu1akwZNyKgrFlauvHjimmv4sb7qHWZCH7axmE4kSSqnpCFK8qX7LkdcaSxeOxxIgwzdnEE6zV6o1mg2ShOsO+VTmUer3xyiubOfXYZsTqdTrUQpbLbdTjeJ8wD2vtQqsOFbderbHwzGwGlRUyB1Dc2dllJcAgRHerR5ZxxU6nFYbhyZMnoYt6gyHEES66uze47sQJS8rRKMISMefoGRt4IwhxbpO3GzDFoM+k5OeaBJwEHRb38SaLvYWaW8WohmOviZtotll5W+KS05jE1JSFGtWBulvNYaDRYNOZLiQ0ZxhtIJwzeBSwdgZ7k5pJC8+W/VXX7jZbDRZLSmN2R6uH9f+gf7J4YEU3JfzE0k1oadDPfe4Hpz4e03iaSDiOxnBwnXGaTKXLxFbPQomHLjLpdKZGGSqhQDLmGV+BxZBVH2ZBauiQzLpyvaSksbPqVSG0FlpB4a0Q3keLpqCQHXIDiWlMuSiukpBRUVZfLimI3MAkH2ScMC7csIIEy0VckQoIWDJ2hh4EOMnRJStqPPUXqgsi3BjEXnWdXEJk8SBabpPJcbaFtQvzzZ+MjX2ff97pdPzJqN5qG8bl5r++uHb8pne87xrPJ4Raj8XeZQlb2khAGpbPrW2W4nDcGgt62u7QG+LrElLzNN8no1Q5PrUh+Q6j62+4QZPIrIhFsHZhg8VaJZr5jVqd1fNqNvc8RcPxJuNWsw0lk5Zhpq2urg729jDZajWXmYpQsRjxyArPW1tbbq1x/Q1vurC9MxoNl1ePPv3M0wu9JazBMK2oUrosoIXVvOpWx0FQtQwbPynsjtzQSTKdiN7V63artks2xwmEJDNNWQeqRQbxMIgC35f0HJp8sGpqTNKdMdvQIusRVCwKRnSYZQ3brLu2lsysPF3otGGXNup1rB0Ym5EleAiMzxbm4JSkmlDzIik/ynRFbn7oVsUyJ0k6xOLiBxAhZLfOtViyEA3SWpPoWlWuhjXORPuKUSRzSBg2LbEK8yc0zGlbmLxViV9IRgjEmkN/oUWeVQOLJlS/VODHrSk/5O6oY9ddByoJTsTiwARuqfmU7rvmeSk8MZfVb1hiMZEYYvKrmbYUXYQyTjJFyMNpBLFd8cJZutNf7TTTiEH8Dbc68Ca2inPgvvtM4vgrsiyFHHsas7690F5AYzIlP2w8GkgStn3JKVpttt//oV+/lkGI5das0+kcxTPHcpVHdTjyYObhW8ZCBewNh1vCksDyq5hUg8EQ9mGr1QBgppNJf2+w2FvEFGdOsKY9/cxzsl/a7o8DVVITyg5ZHOK0WW+SghKYx9Lt+6urR6HPYLYBpVw4xbNcr7XHwGeLPncofkdWV59//nkg/+jaUdMmT4Tr2LM0HY9hm+XoECNlLV69AtPFC2auExt1dJWpioKplAhtcN+I6zdkOOveuNpMppckYkFhNn3oZoyWFmIr8SOTOjGbNho1VVQX2jp6aDccLB8ARrS4QEGXJj6GESeQF6EfYHaShoZ2tSoPas0Szmyoxli4/Fniz2IPCnnK2JZUM4QiALOSwjZhZn2uZZQPAKqk7bNkHXOjJUZU1j0p7yteBHHWcWNFJ8sw/8HyzaXo9kyCrRu1Wj+YSkFF4b5Q9V5IxKpbZJqRUHJJI8YNJpUDOjXZYWFaIbWJRC22rkQP6SI8VaKTZTmyN1NJad5XopQsAd2amyaZ7VJQN/g6Ic+Ulrm2icUIopTlECswwiPHtSVdExotMQ55PNjdpu9Hsy+fcHdNh60BSCEjFStCVk8+H+gSgJYltZ6HoxEsb5VUFox8wLLBItVhZ2FBKj9GF85vddvd5ZUjeEz9/s72zg4mwsrycqLDcuvj+ZIa1GJitWVhcTUHe4N2uzH2yGcDSNBPPfY6rQbmQyChLYpzkUTOpD9obW5ubm9vHTtx3cbx4y+8+NKxY+u26wy2d6D79bptTGnlNoagrtom5vckiBt1qJ1xDjlp262mjYnA4s+ynQjBRSqxIJiFoZYlMCwBzHa7CZkifOGRLB9NiLJ67nJntOpikJihUj5QyY0gySvioU5JTQ89VghDJ9DbGRJNEmFqjURgEiWZZVh6XhlNp6NgGsrGZS6gqkgJXE2KZ1v6fp4x60KwDkwinHeqdFIunnMpeCHcM7D3MFOYREn9TZVXU8xODG0R49DG5QUDdDtJWA+L7GL5qzebUl0jtIRUJpQstpzefnpCK5IbYUpVObqsSJ9P2tiUNKpGIommTIQkiz65y90QywprimCE4SzSajYErCG8y5n4QiSTY1aXmH5oRug9TLkBm0guC0m109wmdTeWsEn295Un8UYEoeTgMoXNoGdWNgC9EV5DyOwN9uq1miYZLlPWWmFdkXPnzknBwCEQBe0UAhBTub/bn0CcscwDjPO02Wxd6O+pYndYMXFOGoylkKYtAfIDGBIbx05sbp6VwmYzmKBbW9uj8QRLOuNmGvWd3f7G8WNYJs+dP3fzzScxe86fO/vc88/ddPPNzzz/gu3WWq0WFuOh5y0sLE3DICd7p+b5ESYXSUm0HOpdteZ6Yw8DgCYK83IsdfPoVzAN5VurQ/OMIsu1Os16nHS4qJCmKbFccYHGYWbqSQQQ6iOp5URlLMtrzAihPSwbjoGws2VSxs+RnBTGZ/qziIkXZqXvQTyPICsSqQUlZWeBOazrqSHkABRHQpRE40w2XCRZMdP2EwX3LUKKM9HixKPOPCAVfUY1FADIUyYlOFYqfjiWcNB12LGKQQcvQsYD6/u895CljDOvGPu1KCXmXLxTWGu4iKgSMZLXZEjSPoZNzlKp/s3gAigPWsU17KqFsSYG45C4X2UwrCGmALRYoNsgRepUKrdaJHHk8jrT00pVate5jjv2Qiz37XbdEKrjX1wQOq5DDcdgVT2LYe+zLM3r9TpMO7zwPA/ae73BRKS1o0fPnjvvjSe0xBiDhu/MXeguQDvdGw6hWJ647gTW4N3dXZsp9jTYpj7jvMihlOYCUaPXa/vBZH1tHZJnPPYga3zfh7oI1GEAMXNhU9MlYydmz87O7vLSUq/Xe/rZZ185e/7mm2+CHYZ1urOwOBiN8C6+2qk/Hfu+IZGrs4QhsIORt7LYhdY0GnsVxf1ikDTNscgIOhwOsO63JX07YSZH32GVT+YfsETJ3qC70I2FoJ8UnpbpMgm9MosTfzpVxf1G47FsNjElAUIgSzLypUlBadY5Y7oG9zx2h4BfFIRx5pi6bepMcSIFvexyViQRIlGuP3RL2nqdYfFRKERRB04zyR3StAO2em5m6gzsZLUGYaLHwlirVSsMLktlWw2DZmqDYmOKEwOP13WqsgGqKeYOLE85w8HjivIE5ko2ayoxSpF6qDx9KS9JYqtUYs0kIMigwIIw1g3X1Kp4pEyJ0LqdtpQAjqEjO6wbpao8UUgqtmAKuopeqzrB1M/JOAmblrUoZ4Ch5/W3tuJZ+IsLQph5MM/wJdmmi28/lP0AWegTtebmwoLcW1zaBdRG43arBYtRpR3iS/Um5HiHTuiqQmXjydGja4PBgHzyzQ6QGcXRJPQXmtVc+OSnU19lNmwzcd6F+Fxe6gn3hN7ttvF9AN7od3Fx8fy5c1EUN5qtF57/8Xg0PbZ+bGVp5a8ffxw6KmbK3k5/sdPVdOPc1g40rkDKhrpQDnPdj+LdvVGv08Tg6bmikByRajoRZhSJOuFEJ2l0kIpyFQjLOmljpN61eL25Oz8ZT6WcqIBAyp5AJAQRUxAlJxUiqKKY7SHO0jgLsHIxbSmdBBAxMW04Ji7EYsHRLKqQJluTsNWMxpMhNNkVIDmFRYCxhej0oBCSciAp1l1J5dMtuv9ygFACPcn7SaerVVEBZXT26ixDgI9FUjoX5oNP8p1UfZuaKlwlGb4VzSKyoDHmiXKL4y4SEuCTWkG2VUiMwKg9jVknDFUT8tLENGZ5EqTcT2c1qYouAd8VejRsS0o+QtYzEkuXwo6SppOxfE0GFalRs6yE7HhJf3dbSEk6jUY1zeLJaNRZOvIzB6Ge57lWtrKV7WfXKuUjKFvZShCWrWwlCMtWtrKVICxb2UoQlq1sZStBWLaylSAsW9nKVoKwbGX7hWtm+QiK9vRTT933u7+HFzedPPn5//g7h97FWzhBvca7OOeNeRdffvAPvvfEE3hx190fu/3Uqdd6m4fa2TNn8Httfb2cHiUI/z6a53lq+l7cPvOpTz/6yCPq9e//l//8hkUgbuHhr3wFv9WflwThFW7zYjyjt4f+6A9LEJYg/Bm3Qwj88J13vmGH+q3TpwsEAmmQY68bP/f8xm8+dvp0+e2XNuEbQrv7eUEg2le/8tUr/PlahWr57ZeS8GffvvHII19+8MFXRSAkxrdOP3ZGzCdoqnfcecchfRX9nDlzFi/wVrPVArCVeYk/L+4Tbz36yKOF/Ymubj91+ztvu+1VRwvRpz6Fj6gXuO6rWn3FLTz91NMay4E0ocRiAMoalE4e/d4T33vnbe8sxoALPXb6seJaF98vblC9+PgnfkvZqPgsbNRWq1VOqhKErw2Bv/2pT18ZgRAXUNvmTSy8hh111913z8/+RzmPn1BTHJNyXmPEbIbRdcmLzneI3tDnqw34UfXiY3d/DLCBAMeF0OGrSu/iogDJn/zZn2I1KZYeGfwjAqdPKBDe97u/h/Fc+X6LjysbVZ0GEJaTqlRHXycC19fXLzePf/1Xf02hC+dgmmIuqsUeM0/tQB5qOIgTigl9IIL2hR6ET3FRdDV/2iV7O7QcKLSg/18+derDd95xlRopxl9c9D/JnhN6wHULqYUj+HN9fU3dlwIV3sUI5+93HplFKw7Od1i2wy0v20F74vHHbzh+Aj/vf8973/G2t6vX6uerf/zHF5//6J//uXr3g//0V0ajkTr41JNPFp89s7mpDv7rf/Wr6gheFB/Hp9TBP/jSg8UA/t2//Q1cvTgyfxrevcLgMUJ12m/f+yl1BP2oIxjSJW8Tg5kfLW5n/rRizPPXLU4u+ix6wO/itOK54eDpv/or9VNOsMu1UhJeokEfUxpjscU/r0POK5mF5TMvNwqxWZxQtDsOBJR2Kf8BxAVU0//+1/8DHRZianx1GyQPH0i8QusrXjx8GWEIwQtJru7ravacMJjisRRGoJisp7TLeD6go+Jd9VPOq9ImfM3tjjvvhHqmTCDMsM986tPzxpualJeE0+2nbi8MIU37rfm3rsZhAAUVFh101Kv05qkLqW2hFosQewf2Z6vo8HPe71ysDZ452Hq56qt8r1B9i62X+X5k/+a2Q8tKOZFKEP6tEKik3Ddkh0Ow8cRPdVbhKhBNhYlYAOlVvQXFlozq4eJuv3X69JUFHUAFS/IqzTY8h6tcIEovfwnC19mgYikEKhgAh2pfBMLwL/7bfy1mqhI7apbPT98CM691K+L+g8g4DOBjd38Mv/FT7P286pbMFdpXv/LVS4IQa41aXyDNoLUWavCrrlAfntOri7ZeQq4E4d9VOwSeu+6+WznuDs1USEUVU3JIznzr9GMHJ7zzNV23wNKf/NmfFmN4VTFYmHwYz8WCWlyUZ5Rye+hdtdbAMlTG3pcffBAm6xVkV3E7OHm+K3T+ho3j+7lo5cbMVbXCCYaZWqiLhTSYj+3GpC9cBa87vGa+t3nt9DK66CPF/tDFP8UYvnHRLpHC+RqdK/vLyiEX5aFVQBwV68rILC6K4f3zX/lnbzpx3T9+7/vKIJsShD/Fhvl3x8FsLlx2t586pQ5i8mEiQm/E73mf22tVR4tLoCv8YFrPo+LspfZRlCapVMFL2qvFfqzy3V/yuhD16rMSPHD6kG4JJVyNB68/d7AYYWDFLasjV29Slq0E4etshR9CxYgUSPv4Jz5RbFcoqYXp+9Af/eHr2JT/3FyGlNrwVE6LgyPfu8KWzOWk7tocOL9xedPx9w+WDNilCqtFlNm87wE3VZw5v397KGKmbK+pleS//5/epVCESXZJIwfvqgl66AS1/aiiQ286edPF8Cs+qOJRCslWCLF5S6wI47z91O3qKsVcv1jWFW/N93yoFRdSw77cbV48SHzwMaZljFutJi5dnKxgqQaJseOtQ5bkFQZcthKEZStbqY6WrWxlK0FYtrKVICxb2cpWgrBsZStBWLaylU21Mmzt77498MADN9544wc/+MHiyDe/+c1nn3323nvvVe8+99xzxVu1Wu2WW2656667LtnV5ubmQw891O/33/KWt9xzzz04+XIXffjhh9HtF77whasf1Wu6hbKVILym2rve9a53v/vd6jUA9vWvfx0oveSMBwIBP5yMc772ta8Bh5fs0Pf9xx9/fGNj4/vf//6tt976tx/hRz7ykSsAvmwlCH/u2+LiIqA1L+4gJy8JwiAIAKq3SANcL9fhd77zHQAbsuvb3/72PAgBzh/84Af4IN4tDuJPHAfGgNtqtfqBD3xAYRjXwmm9Xu+QKMaZ+AjELN6a76dsJQivnaYm+iXfAkIgA8+cOQOQfPKTn7xcD9/97neh0K6vr+NkAEYBCdD64he/iD9xHOAE3tTJ6AoCE+/iNEALV0f/eBe/cdqXvvQlnIN+lDqKFwBncTIWi8tpzmUrQfjGan8pbf7IvOgDZjCb1WsVUHYFgAFFOP/++++/HFCBqKJ/mJcAEpRJBTaAR30QSLvvvvvmYf/5z38e6ivOgTGJ84F2XOizn/0skDY/VAVmnIxO0DMwWYKwBOHPn9WnUDevTEKqQM4oJRAz/qMf/eglAQZ4AKIAAAQajEZABb+Vajp/GjrBx/GWUl+hfyoQKvtQ9bwhbX5FUH8qmQkEFq8vbriRopPym/1ptNJF8VO0+oqGP+ffVZoeoHLPPfcAKpc09iCsgC6cgKkPOQkpBExCuhZaZSEn0QMOPisNwFawVO/OY/vQB8tWSsKy7UskSKGHHnroYtcCZFrxGjgEYqEKQrIdEkdqJ2Z+1/Tb0tQWC5BcHIdQBfjLZ15KwrIdbmpTVCmTh/AJFAGfMNIelwax9py0Q7roIZ8E/tyUBjUSQhI94yPoRwnJspUgLNvhBmhBykF2XayU3nvvvcDhAw88AEV0fX39/vvvv+WWW2BeziNQ2Z/zn8JHgEN0qPz7OB894OAhS7Jsb5xW5hOWrWylJCxb2UoQlq1sZStBWLaylSAsW9nKVoKwbGUrQVi2spWtBGHZyvaL1/6fAAMA/YzFUu7pvS8AAAAASUVORK5CYII=\" data-filename=\"kona.png\" style=\"width: 300px;\"><img src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAASwAAAEsCAIAAAD2HxkiAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAABFh9JREFUeNrsvWezJNl5JnZs+ix7Xd824zEgCICg1+5yuWRIoaVCCkkf9icoYv8Gf4RCn/SJkvYDFYrlbtCKAAnCkhRnOAAIYDAY0z1triubPo/Ve07Wvd2DAc1ysSQxU2dqbldX1c3Kqj5PPs/rsbUW7dd+7dc/3iL7r2C/9msPwv3ar4/1Yvuv4J/IMtYtY9wdg5BF2NsJ1v+H4R7G7g+MLMGYwH1YcBEd/tivPQj36++PPWOFNgp+SqWMgfvSWMwYokRp40CHsUOmMYQyBPA0Gm4gYBil3N0Ix5hTHDDCiAPnfu1BuF9/p2UtArA1vWqkkpa4B6zmAQMYESkBgEZr3bZBEGJCRS8BgRRr63gQfhFQCb/iXysAkpoYlXGaMpJyEnLKyZ4ef5wW3ntH/2E1J+qkbqXZdFIBUDizSqUcB8gw20cRR0hLJRghWCnRdzyIGAuAGpVFRVkBTyZJ6n4PI8Ah4ZGkXCEKBwTWbFuplQysDigZxTzhLOKEM7qnxz0I92sHv0boWppKag0ykmH46rVqOcIhpVLKcRZyK9tyqVRDAWYSfkWB7lQWSxx0hlR1p5WZZJOYByGjBtleKZZECiEaJIhGrdCgXo3qpMV9L5m1CWVpFMQBS+A99lDcg/BjKjsR6pXD3qpTBVh+lCcU5QGNVQ/yEhGlpCIkqXqAZm/qDe62nApQnbN8BqxoGG0MXTfaBBkDVsQ452GIGYCwE60lhjAjpOiEwSyhPMqTgKgWzMdaI2lZK7EwBM4hMhreNI9oSPd24x6EH6cFyrPoxBWghHGwAHUHJmB9mMTzLM2oMbrvZLNZrHiQkTAy1HAtxnHAI6ZUG4S87zpLY43iq42IRrMgdsIywpgYXawWfVfHoDkjS50ByEiQ9cKKtgmZZoBjY3mYt5ZvhO0QLXugXRtRfBDgSUQTTvdG4x6EH3GnS6fNutVbKTvdxgFKCALCiqKEYNCRRPf9dvEIYzGbjAPCOQ9brTsjsepDQi0hTVsSW4m+F4rVDbrcqCCbKqQM0mDjGQm/v0xjnsVsntBxGmX5WBOAY6ys7dsKKNMiY0hYCQsMHGejNJ82wvTCaK1STBJKQNSGDO+xuAfhR3D1ypS9ueitIkBcivXbQwrQstIiSUIw17ZFo6QchShPWJ4CQoHYzKapOtMBNTLLQEBuyy2WFdCVsaRulMERZhEgCDTrxdniwYMHbbl4/u7xy/duP3eYH84yIfVW2NHx89nBQV1XXbWxUubjGQ6SRlvjuBMTiznj8GevwZi0FJE8YMCKfG8s7kH4kWE/qU3RqfPObA0yGI8pSVXH+/WECUbtBQALJCkozyBKk3ScBNiIanUZaj0dZTggmFvV9VoAi/IGfnagYuu+2wohQh4AhW03xdnZ1de/9o0333qHh/j0ZPapl577F5/75NFsxKOwZQmb3qoRy0fTo1Go63VdNm0nWJhESRpQRhGmyDBGNMYKhxeCNQanFI0ZHscgYPe5U/9oax8n/NEgsOrkuteVQpriFCsrBTacMcSDYLm+Cjmt6ppG6WicsThBBq3XZV1tAyQm07xtKlUKRFW12Xa1SsZHk6N79HCEibJAjyBeqxobdRlyKcRPfOoT9154sWjq7WbxzoMnJ5OcU3oYpVLaru7PtsW4RSGdTEI2Ihmj7Wqz2a6ubp2c5OMxJrTvKjgTjAMtOArTlmZSaVnracRD57Hd/2PumfDHEH6NkIuqE5hoo/uq4EhHUSAtKaVBUowCtDm7f+tgMsozpZW2eFM1XSfffn+ZjkY/95mXJ9yuzh7WTQHwuHx81pZ9nE3yg4PD41k6ytLxCCHSNT3cxy4+z7XhvcZlb6uy1m25ffRWiGSaRJtWoWTe24DxKMvsNNPjOImiWGsDMGOcW20ssjQg1ujNuj4vRD6/HeYTAWYinHon8iA8zCPO9t7TPRP++CzY1UUnr+q2U3IUkNz2PeowCxAmYZK22/LR+TmaZrPJdJTGVPf1eqUMqrY1C9IXX3iZBmFRlMo0VmspddPKq8vVxaPzounSUfLL//yz9uhQ1CNjqEUgIsHuE4gxFuWIpxoHQLJH09unk4BhsBb7iVAChdtt33WNLgUYgFrZuigNQgrhMMoY40bJruykkXB6YxS1YILybhxHOgi2mFUaoVpOI5qE+12xB+E/fQJEqJfmrOgvmo5RM6PSrq4sCFDMgBJBdra9On/0JANumcxGVOl+W23OkZZhGE/HI5aMbXIAFltRLaVpYoZ7pYq6u1xtHz45P79atH3TNduf/YWfP7x9hwFYg0B2lewrRFAymsXjY4Mn1hDAW2gUphLhPk5owsg0nxhDXBKqFm1VdH1NwxCsUKksRyiNRhHKZLHYLK4qmwT5EQC13Nac05DSDtNFJzuFJ5JOkpCSvZX4D7Tor//6r++/hf9UBFadumpkgVkjFRXlhCpZg1WIgIEEIRrb1XLJMXnh5CABldpXbVvXTa2MJoTMDg4xD68qtSpKSnTEMbJaSblYLO/ff3BxtWpAHyLadPpq09WSCEN87YTp+x6oDItOlBsQlszKjCpi6mJ91pQrJFvTt5RSULNhmoVpSsJY00jgqBL48aJcFG2vKY/zbDQyqu3ajmPMDFw6dNt2QsLZAWVKxHHZddhgzugeh3sm/KeKwFZelD2J44MQra62Qtc0n3QmrDSPxlOjym69PJxM4nBkqsW6uIrSaNN1isajhIcRF125rq46cmgJMYgstxXXbbFaPn74EEj09gsvvJyNA85l15W9WW6FwYXo1XicVOUWyW4WGKx7mp+B7ceOjqIsEH0DVh23aDROmxpg2+eTFDMcZiGOpkEPCrgN+i0cvFa2W5S3T8bp/CTk63K9rJdPkvER4zkJUgbn1q+QKCVLSilUYcZpnO6l6d4x809qKW2u6m4htTR6Hiao6959/9Gtg9E0JJdnq/cu1ihgt08PDiajNMkfXW6wKBKuO9Vtmm46HU9iLDZnpquKpkXxSdUB5amqKLCxEWPHx8eTySRylhvwYocYLeq+bYQWSkuX8FKChbdaoq7Sql11LSXh0fxgfDzHYXB6+y5qizxEYRRFk1MWzxHLKGPAoNpXJ9YtMJ3lnD8+O784f/KJ52/NQhPYdru6Wm5qzcfB6GA8nQBpg9WY5DmOp+ueamWO0iiPgn0O+B6E/yQWYGFZte9XTSfFLIoOs2Tx6JwH9GiW1qvLy4vlZVnNDg+ff+6OkLpo7DuPr5IAHY5DysFKjOKQiu15dfXgIA+222pVkfW2IzSYHxzcvn0vjqLxKMUE6a7hDCPQgQGYe6BTKSZMWaKkqMttX5fwx2KxuNwurcKcMJKGJIrArCCiHIXi9tHk1p0XWX6qcebKfSkClWndHa6spYRWTf/w/cec2NMJQ906i3Cn7GUh1rWO02ySpklAkGqExTVLdTSmiE8YnaXhvjhqL0f/8TlwWfdbpYvF4nA8Gcf5+ePHqFvCnW61BnJDevnKvfnp3el6dVa3uukZ52o6y+ezURQHm822LSvd1AFhIU9kv1aSnJyc3Lt9J59O+rI+f3K/qzJEbCuaMI4pZ7PJFLBocIiDpDMMEHd4b0aNxFrd6zqDXT1iV7dV3wqCyrq7enK/V+q9B4+aTs2ORTS5laQZMZS66yzgxwAtWqVGcfjKi/cWV6u226K+Bx4ezQ+P79xuH2/W27oT+LnTo2nEtuWGyzJO4tKGi0aBaZhFHKzE/U7YM+E/zuqEWld1Z5Tu6tX5k1ZQScM44nemRNUbItsoQGA8EWb7tj6/2jSCKjY6fe65w2muZYMNWm+3i4tLZhTcgPS2ZX364kuT6XQLpPbk8dnDR2cXZ3eff352corjDIWhFN1hiKIwkDhS4aiyEcL4KAsTbKIgtMa6VheWmF5K3XdWWRz2fQtisqsWshOIuqhFEKbz2a0smxLqKoPdjQKEpXEhTYz6dbM9vzp/KC0en7yAw+nVunrw4OF8lH72pUNGZQ3HxlFvM4vjmAfcdHkKYjfc74c9CP8RELisGgICrrqwzQbstcowOzqhzo9RVxePJ4G9dfvQ6ubi8f26aXtFsslJPpn3upV958oaOE/ipNxuy6Loe/n8S6+O5wckEMvLx8vzc9yJ1//8taKoWTSaHt9JDk/jycHRNMvV5WyStlKvQRpmU40sk31C6WQ0YTzRCIc8BmrCXCKCLA7A4jMaOR+sQIz0ottgxJpG1m2fpKOjo1tgLgI7u4JDgzRoXCSwbs8ev39xtUI8S6fHWT5eLi7OHz+YxejO7YNklFeNUiYB4zNKsiCJdN8yAuI3Jntp+iNd+xDF36JCwdKT2MbUxLIiqm2akkSZIHElTFt3ROvTowNG7frqzGlOYcP0cDSZlet11zRKKIBhU1Z15ZK2waw6Pr09P7lVtV1frVYXT4ixYLItLjdRDKp1jAnvey06QbWKiAkojYFkterqDSjeCJgMYamw1LaTSruONPAGG9EWUgjKAhokGuQrTdMYTDsAXYIJdpXBWlR1YVyUEigR3hMhYEVALiGMckyCpulDShOOUq6prqrlY4bVwcE0DIJys9F9g1THwXDhRHSt1YbzYG8i7pnwH8gT82Cx3moR2o5VxXEagvRDhMjo4M3Lrifs5CCZUWW256q8aMq1UCg7fKGUBFDBZUEJvf/w/MnFFezW48P55z77k3fv3uJRcHZxsV6vmdAYdnMQPnpy8fjJJcABTMEgCKwF1asQAvOtH2fZJI8oAZvOZpNJo61CjIUjHkQuF9slYgNW6ziAa4VJRwfJ+ESiIIAXYGJkC3AzFuDZKC3brqMUYJkREkRxbiiwp2K+U5vRpqnqvi67aj2OURqT8/ffXq1XR8en06NjiagGzLeS8jieHtgwQa6rDQJuZGzvUNg7Zv5LLrgyXZTtQloOFNAqwvm2k8SgiIe9Kw5i49mchqrr264uMdiCTZ2Mjme3XvruG2+F2B6EpK7rt959Z7Fpfuqnf/anfv7n7t4+RLKptyU3kqnGmqjpELd4XWsEUi/NgoBxSgm22LXCsELFmvBFIUKKGUXbdtuRgCfZOKTWGECq6K3qRYTqLBAJw4286KuKxlk4v02T3B0G9CgG/RkjSXMeMx5aS8EkFKIjPnrhvTYEU5ZklMHV2PlfL4liB/MpMP75o8dCiIO7xwD4kLtkAVtvkeppPBK9qkuTjcaU7l01exD+F0KgRcumf69FNEqRbhAPu04Cu8xGyePHT1YdSg6eZ1Tdv//gVsrKzVZsN2kyiufPNyhbNfpoFPSqePDo4eRg/s9+9dc+/TO/CDv8an1pmmWIRV8tiBQbyUk8smFkwuV0Mg3DKI7AxmOu5sghURGqMA1BAsIjSgqNSGNQC7xW1xQbg4k1AbJUGFY3wuCOU5HkiqC+XYiCxgbs0DQBXcpYZC0DoWsRBu4CQdp1rZY9kDCGgyDiWrghEmaTOMsu7utClEnADo7vVM3D5WIN7zA+mDKeiVbWm1Ut6mg0wfmxELJb6ulkEgR8v2H2IPzRr1aqy05a1fZl3RqdRCxA7DhEoeqZ0nmYzDK2adcxxa6gaLnO04mMD7pw3nV9iJuE8XJTA2P8q3/+C6d3X7zclFWnQkJhtzblJVIgEBkOJyzKNkU5nd/KR1kcRWBoAbEwCizF/E/iLDfsS26NC7hrhMG8s1oibIDQlNRSCtmCSI6U7pSFh3jQUwBiLQWNAsZ0a+okjsMwMAiErms2YzAAP9YuR03BQSl3jS6ssw/hfXh+eAe0tBELUKCHt+9ul8u2aClpJieHPIv7qiakN0j2241mk3iWlVWT52nA97toD8If6TLWPqr7jVIB2HUMdCBsOxoGrFo/brtymk9vzY6W64t2W1pF16urOErDdN6itNbR5ZOziDBuMObJ5376U6e37jRVuVwWl5vqcJontgMtyAivFaeMtWUDrz2cz6MoiuOIulRNAoiAH4BByjhxwNgZ7TeOENeP2z2KlFKu+qIfSdEZLapy03UNaFRDcdPrgBhg766ukDFZzhCBI1BAMBwNUMc5HJxICdq0h3eCg7vSe0LidBQmSVti1VZJwmg0XV0+2jaW9xzzECfcwrdhVWBVWazNaErCYFvWaRwmcbTfOXsQ/shMwU0n79cN1e0MC2AnbZnVCgym9fIiVO1oMgpBA3aryOrFupmP0iwfn11WkobvvvXudrW5M4uQNp985dPz49niarGtqlGcKE2JaWTfMswsjqtWUtOOR6ODw4PIcSALgmAAoQV70yXMAEiZxyS218tD0UUHhvb3zMlRa9NEK4mRzifTtq4auLWNkMaAtcotQ0B42mgDh/J988n1gdBwfLD6AIrOa+rfyL0CszA7IPGUYpJNiWHJ5eJ80+GuaEbjNB0d9uXlKAlCHnTFhiRgbCZF1cDR9ny4B+GPZkltgAbB3pmZSteVRCzKp5uiMrqmyszSFHhydXXRlNumlQEJTo+PwF6bj+LFtqa9PZpExMo7d5+bzpJme94WS6RM024opp58lBKq7mqL0+PjW/P5FAgQ9j2YVcYYeMHgr4b/CRkA6OdPOHgMXDg85a4Uxt1zD1HLQcMaI1MeJUk6mkyKosqE3JZF27QRJ3BkqTTnxrt8HIidKgUi1QreA8Cv/KJ+IX9kiwPu3D/uPSaHdxuNLpcbpR3kDybTlM7qTck5IDdaFFt4906bzaacTnO+95fuQfifv54U7VXTHdhqStve7chwlEzPnxSAw08enU5n8WpbFK26XGyNQc+9+BzDVooi1vUBlWmESJC++IkX4xhfXL6NukVocci5Um0SxIzaYls1TZ3PTu+9+EqWzwFmAEIpdwDAeIAZyEKnDHew24lQ7EnaeqcR3t3zotQ9AxAnrvO9tYzDG/EEHoxWoegaa+CqgjuhLJUgbz2HXlOqY12fVUqZEP3wNv484GUgWw2cCCiAIIhOT+9IbeuqiyiuFsuISwLmcrVMWTDNQiUb2bZ1lFrA4Sjb+2n2IPzPWrVQZ2XbrtfzoOIR6NAoTGZSoGLbYIXnx3eLzbm0XBNmaXzr5IBTjUwbAEWitt1eIJ68/OrzaYz7fiv7NelLa8E8dJW+gAXAMdhYJyfzbHbM45Q4sw+YB3tZSMn1dCWA0oBGjxD0TEj8A/ewx6R7yHrgDi5dLzXhgMB3k8nEqERJ0bYdcGMkbZSYOEkp6GHPcTdC94YPQZei4dfBLvXVFy4BHMOzfD4b922te0lCgkQ/injlOt8scJiDrTjLqKZWagVqeMrH+zj+HoR/z6WNfW+5fbxY3o5JZG2xqZUm6TQ5v9wWZXP3eBJGSR9GbSeutkWUjUfjPMSg+lab9cL1mR9lx3dejLPRar1JOIBPlW1nDQ3TpG7FYr0ejw5n85N8MqFZjFlCkJuhNJDPDfUhtNOfz3pihgc/kFLhQPJBWNofMGxtFAQI9G2UhmHf9n0nZFFVUsk886LR4/CZ4+8uAX42m3Goxo4JEbHDG8OnhbuiKihqrcagsZOQln3ftHCRyWIQplYLg+qOB5ynSbLH4R6Ef5+1afsH6yI0HRZIsgDzWTKetcZeLFent2+99NzxdvOYMwTaUsluPD02Ri22V5uy7qWhUXTrpedZMnu87vtaSNSiprE4QeH0cqNbhUeHzx3OT8ejA55EiCPrppxhdu13eRZsN2SHPbDsDyHCGzK8eR57H6r1WPXMiHxqmgM2CSPCw4j1XQUmLhi7bYfCEJ4ZBPCNy2f4q8sCAAMSAEwc/pwZaSyYlHCmk+kMJPjZ+xfU9LNRmGdhkiWWpmVnGWExw7FROElbpZhU0V6U7kH4n7qMte8tNtvt6oAbjYP753UQZIdxfP/771pED8eTrq62i0cBbjmjtw5GSDabzhg6ArjGKbt17042OXjn0frx5fZwFEVITUazdttcbfqitS+8/NJ0Pg5ZwsKEUK6RAPB4CUqGfX9j+32IAv+GhX9Qo3oEIu/+xDd4dkzmXJ5RGIP8Vb0SvezbNs1SANrgiRksQ28c0gGT2s2VQYSiYSQpJbQXLWPheHrIKd+srkAxSC2ySYBZBDqh6xBONLI6TmSDA9R13BmX+9YYf9e1/6bcWjX9ouliYtKEj+dzG+SLrfyLN77z8Ml5lKRC9GUBIpP09Rb1bcYJhw0Xj1oytuFsfHAnG81X622npKa0txiE7KZu614YTE5u3z48OYgSl/NMKGx3EHuWuZ/G+pAfvnHIfJAM8TXAbsgKfVBywmNmd7PDKN/BUhwm+u5cq+5P70UlJAzCOHZJOUYb+EQ3x8T45hS8u5W6juCgV708NdjFHb3zRrrhpdl4Ojs61soAQgNsA4QPJpMsjKjWIVKB7ZLAjU+su36fk/x3X/sqClT14q3F1Xp7lYpinkZYa9hIMapT3D5/a3ZykIS2CO1WVCuL9Hg2n01msjeVCs4benxwcGuaiurq8uzdmMtxhELUW9fccItYdvu5l46OjgEkYRADk1DGMXXN8QEJDkIOMxZkoJta5ooa7A34BgNtcMBcy078A4p098xOm9pnLqtOyWK740mPxkGjOsuTcsoCrqRQSsFTDM7EkSXa/QdopQzOREppjWaMu9OylvPQxfq1a10ahImjUyk7IaqqnE5TqxpQBmnMObFYu+JGASCFV/J9Zulejv7d1lVVL8pVpAuumtCMKRKclGmwhv3Jokq0TV+sUNdaY+J0BOpMGwlbtemb01sv3ppmpruyfRETgZTAlpXbvto2STY5ufdyNp4RwkGxOvj5RE1rLEFEK4wAjdR7PZzhZW9G0/tYhEMn2UUi8PWD5inqBlg+la32xnYckIpvEIutvfbp2OF11GV1WxN2Xde0rcuTAxU6HM2fAyDYkaGhzkejvfuUUi9p4fwdCEGs5rOj+/c3oq6ms1knBWVEUirhpV0DwKQpZsktabFyk932UmsPwr9t9Uq/v62UVJnRrvRHAcB0GtCqVVy1TBNheMCDthOGhILEIQm3roW2mI3G04NIFhdElKFzN1rRahCkddmn6ezO3RfC0RgQ6EvaCVAI7HIhOhB1DnHW5KMkSUIycOAPV274GZPvB9yjN17QH77s9W/aa41qr/2hTrliHLm2NGC7dW3XRmEE7Ozh53HoFzAkGKvCDe52dcDUZdJh44eZaitYxMPR6PJJbVu+buvZOB+nc2VqZCSyUstCd1yxnPY8gy9s7yndg/Bv9sdclO26EaHGspVCmKoRYPtFsQXgUYMYn1xelU+utpSw23efu6raRtO+qEdRePfWtF7cl3UxSSOjAL6kF7bvbJodnRzfySeHCn7HuRlBbjLQckVZN3UjleIu+AYE6HKm4zj4axwx+IP+UPuD7lFk/uaPZm/A661KPQT6vdIFvQoXhjgChcwAh0VZxL6UcZeks8vNcdoVJOvF5QW8bJSPogjkpqNHIUUr+9HsMCn1aivjMEoTSvNItV2AXfoBipirqSRdKx0TJmGwh9kehH/t2nbi7eVWNl1qzLaxo9GBDlOJZFGvQ7BvonzZ2XWHJR8BoSkSdgb+U0ADp3fvpDErFuuE0d7NIhPbWvSK5vnhyfG9NBlhHjvvopv/B1hGTdNWdQN8CFaY80Iy5gogpIyiAD/NC8V/oy/U/m2PfAiH19ak8ZebnVDd+XRcAAMuNNrlgMPVR8BfOeeDhwawN8Qt4QXAh+v1GozAPM+zLHO5dZQUnYJPO82mV4/etrxGKUEypE64coKo6gQJemS1oJOy78EI5WwvSveOmR+2pDbvLjfvb7ZzakOEFA6i6bEb39eUfbOKAqIsvSxaFGQH81kKqsr0eRqE3N46GKcRtbqPKVzw+0dPLtZ1L204np8enzyXZFM3dpcQ2HoAXR4EUpnVpgAdx1gAN+PaNAHp6DAMQscSDkvkmfy0XdrMU0IbstUGE9EH05/JpLlJr/khMMYfAKS9MR+ti/V7tnNQBKIb0kddgYWPFt7ETsBujcK47/u26+Gi4dNcXc8opZAWKgXBILpydUZ1nUUm4oQhbADPyDS92DadYLHlKTY4YvthpHsQ/rBVdN3bi3MjmzFyFT04zFeNdM5F0zNTRS7azC4WBbBZgMRBQvriKqA2ChjAcblaGqXXy+2b33vn7HJNomx+cm92dCcIMx5GCPQnH3rIw4amsIHBhvQ52bAXQeNpwEIQ0MiV/LmRukPE8AMgRIOBdmMJDqE8e5PS/UO48sMPPrUo8U2qm6tMtG5C6C58AedEKeANkAaUCEQ3BA8HbBOfywN/bZsWThueSlyBExiyBL4FuB0eTilRfbvVchtHLA65bCpiJQrDMJ92KGptSBBLGN63D/4b1sdUJ0itH69Xptuesjo265SDnDLFeo0AJowb5+cHxYj6Tuu2p119nNF5oLv1BSe8bJCNj85K+3/+37/z+a++rnl+ePvlo9svRPGIBwmhfsfRIfxAvbrTAIKhWMnLPxceAJMMNupfi58b7OBdFN4Y5fkQAGy0kYClmxKn63D/Dx4E251l6W9wRg7qjPgU7Q+iN3KNu109R9u2buKFMcNhtetjg0cj50SCO/AUCFekdRqROKZgyiST/BOf+dyLP/mZRpvF6qptVhRXXX2h+iKOuBFqu1wXCq9bvY8a7m3CDxpL1oJYavvuJAnH1EraWherC+6enERJJOqGJyNl9RZeoa3RinC2Xj3RpowiXoP+gpdr++TRxVsPHn36Jz/94qs/OT04YdxHAonPBdtd3vBAhsObOgK0DkAARQAkCFHGfGwA/TCOwDcO0V0+GpBS17d0sNwQtdeVFM+mff4Qk/HaoTP8dUgGxR8yJx3FxQm8BYCwqiow/+AMB1eq5z2c5ZmbxNg0cAVBketGZa2SWqwKnCXR7OAU6bZaPi6qZpYSYztRLXk1ncQHUZzUuq8VHSmnV/d424NwtzqpnqwWpq0SrkS77fqtxR2Ns4PR4brrWqHH2XS9WLz3ZNPb8N7s1niK6+X3u7aYHD23FloKo5F88PgsHE0+87M/d3jrdhAnmAxRd+xzLl2uF3cdIyywDnf7GEnX8tCV6lLKsjTiIXOVgXZHYDcQsjfOk6d1EQZIDXZ933dBwDs/egnEoA817uoOffaNferefAaH+BnHqt05azBGP5Dx7Ug7jmMgagAhgG2oML55QZqknHKgRve7lAL8wLwNpF4utgHi8AlPTl9p83x98X5nKvhVK6pqcT85InlOaCs7nDfScLoXpXsQXq+rolyV20Q1vXJlPQS2k5C6umQ5F1VdVsU8OVIkaWoXEEsDprvaKhrGx9rmom2nrrX19JtKfPLVn3jppVfCOIni2DXw9IXvyLW6Jg4mhBplKHb92njgCojgwSBkIfx6wsmukH3QovaDoQWfh+ZD+E4ZIqt0L5q2barz7eb+22+HUXz7zt0sH7n2UElsneHm+6b5gnxChjSbAYADmbpIv73JTXVPPyNefdzShw9d/BBwCHzoKnajyOtS6XPZMHzKsR67+KFPFICPiIzvNDcec8KUMGF6mExNtXoYUxunSIAC7SvLSUpSjMNOh6FE+xlPexC6JZS+KIo45AnjzvLRiel1nlHZlcSeHUQ8CzIXYGb4zpxw2o7ReSBasCFt9tyDRT0Bc0ivbCFC1Xzmc784ydwWtNpqUKhAHcBQrnsLhV2tYK9TDDBnITs4GBtnX7m+FY4yXRjuGdTZQVJ67GGk3d7XVmGp3NBAa1Tb1oE15+89/Nbrr1++/z6A+nuj7PjW6fRw/tIrn0hHIwzKlgFXceyzAojFTuwyYgYixLucGgAjGQp6n7pdvXImu9RtkNBpnMDj2+2Wuywf4FjNfH9El2CQJ9qdnE9nQwhU6/SgPb96fOfOXfgeIxql42PKE45ExFhZlutyo6syz8HmZGslGRBqyPZU+HEHIVzYl3W76eopk6CZZG9AfsqmnCYzzoPletH0JB0fmabB/XYew8aTWG0NtiQJGkZbo3MtAm63xXqcxqe3ToEwhrifKzrYJZy4n6463Ren+6i3AwJ1xbL4Q3bfs5bqzrTzPkwnX6VyTdG0lgGmXVl9+1vfevzg/YgQeDPZNO+/8/a733/rwbvvjaazOE0Pb53eunMndvqPAtw1vLMZAEftkL42VOUPtfX4B41kdO0shZ9JmhRlsVwtD+YHxLUQNuRp1dWuYGqAbpZlSqmub0DKOk3LgjibiL5p4RUBwkw11TrLSQgaXCN4UGoT7BPZPuYgLDrxznoThHQSGlTjsumBmOIkr9aF6uvlekPjEenXIZKM1ttmMT84UFi9d3aOR6cqsJKiIETEuB7Un3jl5fF0SvygFdjAwBDe0eIUJNrZaUA71t8lH3ScDMlkT9un7RSj8SF1ZIF0AX9GKeQYUaume+/dd/7q9ddXF2fMopAGrnV+b8IoDAO+vby6fPSk6UWUJOPJ9ODo6Nadu/Nbx0d3brvhLU6jKvjfBS2vyw7th6L8P1DNBNoV0LVYLOD+fD4HSv3gC5A3DgFjOAeEuaQ8PXhT3eXG9UsNFPAeCPnUorZdb0BigCqPVBhX0kwI2RuGH18QwtY7L5tSyKOIGdVXtayFDSgaZUm7rZiLe1HYvbB3Tbsutlure84JoMu1+RO42XbcdQNVXV0Zw+dH8yEThcIuHIqJCN65Ulxd39CHCe2Upys4MrvQnMsb+0At/OCDUT4wYB3uHBiBALu2Y8g+eXD/a3/8J812k3DvDRH9kN5tpAQNCnwDHJ4EEZxDs1zfX66f3H8QTScv/+SnTk9vTWezLMsRo+483PXimRSAv8ZvPPyMYlCUTlKC5gQ0+VYXz0IHD2GMoTWGEAJwuOuK77kXESBjlxk3mUy7at2WhcYdBquQj4EMw30CzQfXxyVY78Zc9/K9TVWX21QrI0wjMU1nsHfzkDTFpu+7XmMwa+q2q+uqrFseZdLiomlrQTqTCMWPx/lBqLtyVSs0OXouiCfEmYC7IgNXpLTzyxDXvtcPI7ve974oCaNn6nefEiGgFk5DKm9wGadAlZRatECI3/3GG2/82Z83q00Cdhh27ZwIGJmUcubewlfOugp94Ca4EgSEgikIhiBo7M1q9fDd9y6fnGkhADG+qSE8M1Rn2B9Iqn56MnZXNgFnD+jqOrjg1HBVYs9oaZ91QAYyv+4JhwZMulRvP97CTaFRkvsaDVANAUYJEHcc1dgPoKH7pO6PJRO6SddN17b1hJjMjaSmQZKZbFw8LuEyDiYQSMcgHtcC94oak5solFHEQlyW74Oam40SFqezhIQYLSQ2NOFxhlw7XVc/4VzvDh2YMe8XpZ7tyFO35yDlPkQ7Q0khchOWnPj0TUKFggMBUpYX59/5xrfe+vZfmU4kzAUHmU9f4TzkjCNXcOQbdru3xkBEQkgh1VDi5IJ7QgC1nm+LJ++9l+TZv/jVX7n9/POGkSCOnTQd4vjPYO9ZQDr9TFAURQcHB2dnZ1dXVycnJ1EYDbF7dNNOYxep3FXow0dwCUAAOfc32kqJXfZpRMYTIjtOA+DKEuPW4MRYQvco/JiBEDbLsq7rvp6RKuU90bKoFckPL5crYD0JBpZqCQ0p7Jggp5wvlqu2QVwGcQsWGQqQnOdUybVp0EZ161od3D0NgrEryHVNdcng6wQ2cDzh8kJ920D7TEDuQ1tO2yEPxgUAAUJKKhdb0IoYDaf0+MF7b/zpVy6ePIkpT0IewTkRHFCAuOt9xgPuoxGOr6ibnutcJdKj0HhKEkr1UnA3y4wKrcqrxWtf+3rf9/defrG1KklSn1m+47EPp9r4Bhl4iByOx2Pgwy2I85GrLBngt+uGip6mnnPOn/Yoxi413MZY9hruOKHgfEkUs4AjriwRxvI9CD9uIGx7cbFdKrGd2g3Rquph/+YAA1FujvNQbh5Gtmt7yZzlw9eleO/J9uTkDo3TR0/e4tK+cDwBK3K9WbAkW5btqkH3RkdgiAkvzpBPi7lJTcGDJ8beBMuf+kJvrDHHgXpwu2jve3F/UX0LfN0WxRuv/eXrf/o1Uawmo1EKDELJKE0cUfupTUEYehDiQTQOytAlxPmehU7Nuo7buu+lyzKTElRryOLV+flrX/savOu9T7zc6jKM0yFr9IeOVfJ6lQzN4JIkgWNWVQWnCoD0qXYuhDl4TeGNhhMAELpSQw1/5cZ/6gCYU3Zau5E2QHzGgRYsWAoKX2qkGdrD8GMEQtczG1iwK4J2EVIBVlEvsU3ismoPE3Yc6bN3Hpu+YuE4hQeV3BQFC8I7d58DPfbk/e8RS6ez44hjTkNjwyVwKAW2jIDFMGXIj8m97iNxbSPd9Jr/IBujXRKMpxqDrQ9AuClnRsu+BaFbrld/9qUvfesvv4FEP8+ziLM8iZIohgM55Pkq+MCNUGMDgG7MM+eidDNknG8TZCHAI46ivg+BwZqmA2MTWHHtcPineZ6fPnevEz299nne5Nl8mA+H6l74HlwZfuN63Q8ZP8M7egP22mFjByHg2pZq36s7YK7pONCzG9DmiyiA9JlPH1Bwktplue/h93EBYdmCgKwi1c4Dw5SuJL7Y1FjWsF1OEikXDyLdni+ukpNUijaI0oQjMs5DTi6fPKqLgie07Qm35Pj4xcWmXRWLFz/xE6PxdOjStGs7YVyYkD6dHuEIzpMMftYCHG7GxyLAHDTKaheNl8jqiND7b775tS9+8dHbb4+TOBvn4yQY5XkUR/A7IAudy8eVLrj+NL5ZhoePSwPzvfFdyhxxvSuc9UvByARtCuwTxyGwE5JunlMeBMXi8v/70p/83C/90ujkxIShHao8gEif4tAZi+5XPETh44ApaLxfRwjhc7uHSL0ddCm88pleiQ78LkXAG6rGyJBTgqjGxjmoXODGxWzADK4s7g3iFu1jFTtf10efBqtSt+WEmIgH0vKyxUkSj6L+OG24uIxQt65kg7OOpp3obFugpnR9Oa159513mrqJ4lhh3BmBcKf6le2L2Xhi3dU9YP5i7sbFGEWRpS5G72UXQX4MtrRunJkr3nMJpU5yuiYTLl6uXf6qQB6GriBfXDx4+PpXvrZ+dDaNk3maTONokqdZEgEZuslmLjhBgQqDkDl5SpG/edPTjR7EiHiXZuDa4QMGgC39dMI0ybJ8nOejFOjTheowWj5+9LU/+vzm/Jxa13MNTqMHyJqBEj1bWe0waXcNowCdYRDAzTEYnHMn4JN5y1MPeeMgg32quYGrw9nZk7LcAh4xXIOwi+4Q5o/qQp4uSOKb5yCwEJW/EO3XR58JrUNgtS2XkazHKbMaVFVHUHQ0ibXpiGyFqBNKe2WFhZ0bB9j1SevKNhvfKxuxWm/TLOdRhsO06dfrYiv7Ko1olsXGEY4DlnZha7ubeOQdND4UTYDn/BwkNJRReKWGfCmfxU59wr4fVGiThfzNv/zW1/74i6vHj6dJPB1lMSdxBGcTRL66zw2a8AOPBhsQ7zrmD+3T0NDQEA19YJ56OzEwjic5P2aJO1qjHaYCSSnWZxd//qWv/Pwv/cvp7ZPWtoEbZO+Oxwc3zdCb7RmEwLu67FfOh6C8V9pmSBcHVjbeu+TDJfTy8uL9B/c/99nPnt4+1cqhjPlixZ2PCs7VeNJGqNNGaB9c2a+Pdpyw7sVVuRGyTFQ3zyMt3GR2pC1huO9rsHd6xaRQq8sz2KbHJ8chg13FFWbLjjSSUCuzOBjNpkGcA+No0W62ZZCNju4+r32GNezJIe/TpWjznY02xAww8pV7vpWa0bthLo4+/ExBpYRWgiFDlXj09ltf+fwfbi8vjsbjSZokoSuNhZsvdwrJ4AEdYoL+/mAHksG96f+7Xs/c93ve+24Id8TIGR2ONBhndrPZXFxcgN04PzwAsGifM2evY4DW/hB/6eD+dSPQgmCwJG8s0hsfaVVXD99/v66r2NUnRkO5sPej7s7Lpcu7Ad1YuBbfNtwX3H/kQXi+XRf1KlA16nuMVFlujJBRmLIoAvj0JihU0AtJkM7HY8bCvm6VFOlotK3lcrGUzZYx2wpT9SZK8rpYb7frg+Nb8WgKAtQ5D50GdO0hAIQ+X2Qo/NttODoYhF53DeFEN9ZTuXAE3LOqD7D55p//2Ve/8Pl+tZylyTgMR3GYpxGYlvAiYB+wx5wPZqjJd53rn42SX8PtJvR/fYeQ6zQB9xtwgaD+7EClOkC6GcA+j2B1dbm4vIySdDQeufkvAwh9BcgPWizXDlhfjYXDKHzaD+q6uYZTpz5/DeBdlkVdVR6G8eCquWktbt37uPOX3kjmjmb3MPzoytFe6W1b9902IJpGaQOGWJCpVlNX4x4Hhj5ZFYUiROgoGsejcRRmRb8oi0Vk8Yu37owi8RevfysK7uTTWe88L0waLKQGXeY8FhiD3HJNtb2j3zPVbr7nTpd63hs8NwMNOsPRuMJ6z4wW7LiLB++//rWv14uro/FoAmgA/RkFbrQYsWB5ua5QAJvAtVrC1wi8Fpw3g5h2UXY6kO71SAk/jcJchy4HPycfaqkG9BL4d9e6LMpv/tmfwWOnr7wI1w/lIMLAdP1wJH1oRePCmy7msOPGIbF7OAWXz4PwZDyZz+cu30fKoiiOjk8GeeBPYzc5ijgD1gKZgqWt9wHDjzAIXbJIWRdSB667WSxsKIgtRalbNLZ6OkVCiXGexISdPVzHs9vb3pwtVEbnJBDWiMSsnsvZt/Rimt46nieKjTEyIG5Bp8VxTkmA3UXcta92itFvMgCmoxt6PdPTtbnfIQb0nveDKmtdQIIYCXv5rW9+469eew0szbsHhyPQn4zHvv+FyzIJoyRLweYcNK5rxevR5Qln1zID213OyhBsdL20CfeBezQchFwPlhgCCa55DKE61EOhYFnVbpohJhePHn75d1ef+Wf/1as//TM0SUuhbZoGllxPLN3lo/k3dQ/Wdd12XZZlQ3gDuH3o0ebAaRGQ5Gw2E12bpinAUgixo2s/++3migBnD5eE3pAeIW7sngw/giCEvbnt5FUnQSIFNAH7a11UNMG9MAFhmuCuL4xuAkTbbRWaTii87uASnVydXRykLBsFcUhWFxd5QmA/YrlNw1BJAI+IAjfZmsB2Jw6EPpyNr0WgN5OuiyPs9awI73B0DAj/Axdq2TNr33vn+1/5wh+5QYjjNI/DBMDMecACQJEzJV0MgoexiwdyP97IXDtDbnardnWGdte7yXld7Y1BOFQp+InaXmFeeyGdU9O6QAJcOfzECcQciuS6ad9645uj0eS5V18lgQtpAJ7YBwuvHIORXVqM6HqTJPCqoSuUz0W3u6oRQtI0iQZCd3UbuymI5IP+6sHohLOTXqvve+V/BEHYKXXZCQliTig3DZfFJmEdajrYJUHIk0irdUBEWWzAgplEh+tahOn85Pbzf3F2Li1JRxMWSqFkHIZpSKnYqm0fR+k0oQ1JeRBhQAsNhnYS3g4kg+PkxjC7VoDIhQtdWgkAUCGjuItO2He++50//8pX200xy/PD6ThibmZD7MMQ1DecBxuOOkuOe2qlOxD4msChAdOQtol30H/aE+0mDW3o3nYtX/E1I7qfeNeFAwMruyiCy3Gh683m9S9/RXb9yz/1WTcoNOA3vQ8Hg3CYpw0kCqdU1XWaZ4PThfvCaHQNNiDbUT6qxmN4FgzCm8ZtN/aqwyp8FS65Fq43CBSp1HtF+pEDIeyITS8b63rugpUEBiERfYRR2xVatiQYWcyVMpMkkWQrsGGYl2V3cJgSIrFts3QMTKSMkobm2XSajd1MQt2BhlwUl4ikyGVg+dC4bxY6zFTx03afksauR6hxfSlcFpmLm2kQpLD/3vnOt7/6h5+v1+vj8WiURHHIopCmQyzCWU/UCUnnP3E4JHRniQ1C1MMIDEv3F+bf3Im8m8iEtTdVf36uy9N8Gh9Jt7uWNxSYB0fwKbSLB7oySO4Y+GJx9dqXvwxPv/rpT4O6FVTACQ1S86a+CS4LcRyXdQU6czQaDa1KzfXc3wHwSZLCU4Dt2BdDDUi+KSKGU9CgzX2RMxxaUyTN3iT8yIGwk2ot3cYXVZVTTV2YvXEhYtNmcZDGE9ekSRAUBy5YbphBEQB2NBnX9ZVVoDxHXV3aQC+WWx6NERBjQEejvCyKby/O4sltwIerXaVkgNowS+yaruzTFjHGleNj4+84u83oXrz1ve98+fOfry+vjsaTidNtPHI36trT+BpZJyR9ZrZrLcHo4PUh1zUKxh/K8arVQ+Whb6Bmh1q+XdIquW79hG5cITttuuuj4ZIKfOgviuHsY4dOK1U4TtLlpvir114Ho/H0lZddnw6fADTYojecliSJT4jrB0N0yOEe5s84wGPX4QoIU4h+EKt25xS9DmPcpLQb516G31QubvpxNws/UtFS54+p2mXdN6s1F8UUVyNcHk5oFmksWiIFkp2s1oFWqqsa0QmcNjQyUWosef+dd6Wq111b6GArslWhGKZdK1fr4vzJk8XFYyHl9PAkGY1djRyoOdhaAaYhGwYuAeAYMdRq5BNofG6zgR3pwKOk7Ju3v/utL/7+7ywfPjidZrOEh6FLZyY+t8b4ogXPqTxi3j9D/WxA3+7XRTjQrjwD9iq8G/cMR4iBPYyMpFgTUHZwxyW7IEp2rUqtSwjwed1q16cUDWXzzp4UnFh/OBCOoR+YaNI0Xp+dffF3f+97b7wBlrJ1BqxwaQXITwz1XTrA2JvPDqqqLsuKODq1PmLp2xxjOqAMPpv7EIxrb6nuuscNN5ddQMxQ1+ivIC5tyOyZ8CO0iqZ7tFj3iObYzhMc9oUW240JykZW24JFcTLRfddwDYBSZV9V/ajRRXjwgtTo4tEqpLGJ8hInpuppOAqC0E2aHo1FdVVUPY9HYX6gLHV5apQ7PehsQ+quYy4nTXtrzbs//NVNK+PaxGhJrHr3nbf+5AufXzx5dDx2aalZ6OavAFX4hGgXb3RtEo3PD/UVGNep1Y7QHGa8XecqL9yLXAc3H3d0lf2umxRxhe7K5YJLLHpfXsGQu1IgM7Q53A0fdGyopPMPwc4HuSCk6JVslWrdbyLhA5iirL/+pa8kaf7SJ1+Fs6CBJq4b8tAewDlUgAwBfpvNFqw+P0aGeneLue6agRnn2vX4cKlBft4TerYzDeAZrELueZth2zkyRMGzg972IPwxpkFtHq7XBknWbid5EMqCIN0ZttWsgi0YJVkex9yks9R0pqjrRSFpHiNGrajuv/kdauxoPBPCiK4qN9tW67VAD+9fzI+P7p0+p1uCRJPOb1sKKk77RC4aMJfp5dKYJWxfN4ra9w70eSeUg83lBq1g++a3/+rzv/e7q7PHp9P54Wgc+oA5pxx+gogDjem1ouMQPfCiG+XrRqs468kJyyEdZvDLGHzdidR7hVxHUvgplaNN7QoO4XErReu6aRCniK8D5W40zeArAmrrhHHjJbRuOtN08C2RTqKmV03VwuHgC/h/fvM3/+tf+28/+zM/G0Rh2zTwEw2uX9/XMc/zxWKxXq9Pjk+GL38XsjdDugK98et8+J8JDw3+vQTlPnghnEnwsa5s+oiA0HWvcC3cqwlDBvcRshwLzqjGtCe8khJAE4ZB15YutZ+xuhZ9Z6czlmeR7ArT1pPAZMwmzEXiozy4Kl32ZziamXDy3nkF4GVJgmgC+sxlXwHCnAvRF88rbZ19KR1o3FhNN+vB9/KkcUCfPH745T/6o6uHj9KAgXoF9kEuyMGGGJ8fC0HdgSh2GTXaDnaWp8Sh9T22PiHVp3kZIMOBBX21g0HXfk/foJS4CiEFOAAx7MBPXI9QIv3TbjgUXJ+k6nvRC1MJ1HS98XVPou/ruq6A69u+bTrrAjvs8aNHv/1b/3G9Lv67/+l/hOuUy9J2nh7sk7pd0X2WZX7MaJNnmXmmMH8IZuwiE9eh/Geetf56YganLbU4IKhHLk/g4xyo+IiAEIyXZbmNrYi6ztW7ia7vWxoYuNqXvag6cZgFUuheddzFCk1ZtqISXKoZVZPjqEv1N974PrOzSZBgILXyItItQEiE8fz49ve++2ZfbF59+VXGXOuGgIPt5oxBF0R3gJRgYrmieNhLxvcKHbyTLH73++/80R9+4c1vvJH5SgQw0RTTrgyh70Ljm0ZpDUezYOW5YKLy6dl+QpNmoGVdLMHPGAXN6hKfPUuinU/Gdy/EXv962097xwfYaEObezAGe9m0PRjBoDwNiFBQCqKXbdsC41W9O1Hk2tU4YAES4Wk4nyxLgKYa0Y/j5P333lutVi+89OIrn/qUzzFzcRjss1bjKNa569V9dXU19Hq6iY7ceGjNMyk7z/Kgd0PYIesIlAB8+MagFrk80j0If7zXonAz8w4iVi3gYo7cZDLMQoKimDCFjufzjLmpXQLHGoyQ9kq7LgtyxPhBwhnpimYlVFN2UVpt85AFfTFiJvC1SNTNA4su1mWSujQRak3glKSjQ9c6ydtRSCtspRs3Id3uHiyjquj+39/9/a9/5at5HEkJqg/YiXZKF0KCBstj13MsYCyOwqjnrkwX2aFRvJ9oDztSew+Qc5b6Cgfjc+FuPLA+BuKo0ScCGNtL2feq7pwvBVC32pbbsqxqeEw1veyFwsQ3z3ZAHgosEOckCeMsTabjSeDLAH2pv247sSnLu7duLdeb3/y//t3//G/+zU//4i8gbSUYc4FrnQiWbBzHYBwul0v4Uu/du3cdp9llqD2TLrcLnDxDie4KtetwgzEHNra41Wj0MS4v/CiAcNt2y6YlINWMcF1oNYKLq8HsstgI0TM8OpzOt4uLvsfvnBfjg1Gk8Hq5NlLkaQgvDNM8mZjW3BeCTS1ndaP7MktSg1RdbY+MBltSSuETUSzlw1wjMCEtmG29lgi0n0sLFUhJ6hNEgXPOzs7+429/4atf/qrzQFjRU1O1glet24GBy22LmLMIAYRZGmeRq1pKwgGWNIuTKNLModFVGQABJdp1hPKp1Xan91ynU+c0BdAo11FGNU1XdxLAUwP/GXS53ILglGD+SSOczwYNJY3O+YMsvPvhbDqbTMZ5lqdpBO/q1K4GbQqSlbtUbGVrY8fjx/cf/Lvf+D/SfPTyJz9h3dsR5j67G2szmUwAhECGR0dHoE593N/5lVyXUZ/IdgNFdN1UyvrCRd8kzkdNXB4phi0IV7te2/jjWmv/Yw9C+Kdelk2rdCBaEgFrsU7otgXLp4sIkYryIFJgLbatwfHZZdkheitDsFXh37/pSsnCfDbN8jlnCZh7nHArVFevWYCiMPS96J2fnzoHvXfvY6oM4r67y+ANRT4fzWqHQ9CFYHyW280ff+GLX/qTryppSMibXvuwgcZEApn4TvSIe68FHMTVDTIaBTyPYgBdQEkSR3AbZ1HoMtlIFAUSDusZEg9lsXAyQ96Mr2gEEILsdCDsewAg3DpjQRcI47z/xgfGgXuALYnLtKYxJyeT8enxURKFI4dATn0tMkCm9zFQwQyI7ZBx+GRwdbh4/Pjzf/AHQMgvvvLyoDCHxII0SYEMLy8vQZdOJ1OXSecb6bsCS19RcWMHPqtGn22B7GxfjEJqaomkxjHbM+GP59o0/XnVMLgMg22GsRB1U7cJz7HlQZAiajmKOeojJmgU/cTLd2A7yvXFdrVglkiQZFG2qlpd1Qnqr5ZLPWNElq4RA2cFXJ9ZVpTtg/fe1aqLYg6XeJCn2tXgODIyVsE+BzsQRClWEmDKCXvzu2999Stf/4Pf/4I1IZAM0KJzlXI25Jf4cISLp5nBUwIar9dVB091DNeAAGysa83E6TjiScCSiI/TZD7Op64DTuglnyNiPMQwfN5Z75pZgPVrhIQLiLt1WrmSWk9LQMXMjXID8w++EZ5n8SROpklMvWkKBi5oVWy1R7dxXhspKWKBC4JiRWjEmGD89377d77xrW/9N7/2r//lr/6r+cEBXIEcGRJHhgBIoP3pdBoGAFvmMtRv6pt8mcXw85oMnfvWwR2+Pe9igi8ETqXRruGFsfjjqUh/vEEIQmvViKqsMyw41n0vKOwc0xvNddf1TsGlDAXEVlgXfVlm9IBjumg2Xb2N47kimeR51be4r0LUbC/elqcZo0jjQNLUTcFmvNHnDx++H+AeEOLTsIyPpTsI+kwHF69zm9hlsZj1uvyt3/oPr732DUoDEMZBEFhuwqGm1ufW2GGiitaFM7B8cE0b4YubLGXIhRA0cBZ3jSQ6YKEspBLMOR96FyLyedFAwyR0/S5cBpo38xB88BaoH26duynXyQXTIafbKT6CfQcAZlyrM8NE01jXg5TxrXZ9X6gTve6yIr1ROOTJYe9vdY1rMJBe/OD+/d/4jd/49pvf+eVf+ZVf/uV/maUZWJbj8Xg2m202mydPnhweHo5HY2uHmU/YS2U9oNFej4BzoRg7ZHxf06E1vjUj6cCytvbj2RX4xxiEIMi2rWiE4lZxbAJsZbOKI8R0WTYdtgnBAew9TDpRXwHGAkpD1sFGW3Ul0ND06KTnI6PjGNDlsii7YnkOAORB2Fka4vT48HDT28vLx02xTOcj12bMpVohnyFihp5NAx0R5/OQDx48+vzv/+E3//LbIQUlG6Ux6MkQrKTAlRHtamqdO1MpkJesFYAV1+XCtVtzkndgAbOry3c9AjWiQjtjCW5V2/thTwSYnQ3BeDdKCQALZ+6T066TtJULwoGBTHzODPLJA76SQ8laSpCOK19xlYDYBTBTBucJdi6cKw9A7rrrAuBcWqpce0I3E1i7OKQOg6iq2i/84R+/9to333rrnZ/+3OdeffWVk5Pj46PjsiwvLy6dmxSkfxQNCNNauvZOrkqYDQWQu9lsdgh+DrPa3BOgtGOK18DhGszsPQh/rFbd9WXbctSmXEXYMi1Nu+672vWX1eNeE65ZQBQnG91eEOAbFki5EU13eXEOu2V0dLzSOlduGFirqeHxdiO0RHQatEYkWh5ykTG7rB4jsc3zU0y4UYhF3sxxeSCOslz8jrpt98Y3v/nb//4/vPWd7wY0BlMuixPfpQJg6AfTu6CZyzrxrWVAitoUdr1GnejbTjpicOTqkkwD13jFJbPBByIOa0ZYW/UCkA5aj1jXQ4lwJJHwhbxgtvnyXQ87I126nIZPD4TnM8d7KZvWBSkcO/r2cGDHBZQFYewSDihs/wjEYsxAuWc0Cbmf66bAUI5MV5e0a3w8oaQilr0MSGykWJxv/rf/9X+fTcf/w3//r//tv/1f5uPZIp9uim1Td1VZBTxyKQNwEQFxDOJBU0dzlO3Km61XoYx4D7Kmu0HFmGM3Xa6Ff4uP5TTfH1cQwg5b1XXXrgJTJLgJSKBFD4pPYaYcNlxxXh6bkNRcbxrbNK0yPBEsuaqqTacO79xJp2MU5pwl1vacp9oE223ftOYgyAwOy0oczjoGRNWXDOmQM5/Nonc5mL5dittZGodB8r3vv/tb//63X/vTv0jcaLCYuTlooQvuYSJ9RwvjzR0gBa2VA4UCmgkccEB/OstysMcEHDMKffMI50LBwihOmXJTNHrX/1NIHy13g8/+f/be7NmS47wTq8yqzNrPftfeARALsVAUKIkMSRNh2REzDj34n3OEI+xHP9thh+15sewRxzMeSjMaStQQJAig0ejtrmevNSsr09/3Zd1GS+N3dQN92AAbt2/fc869+eW3/RZcYAjoTNHllOHeAZ8DMXI96rk1tLTXvcUateugOY7D2JfBKB/FaRImMTwXRD+8i9oS6Vgw3ahtp0jvl8XhCJ8GnnE8Phylh5jEfAjuXhMcSIr1frPbrC/Ozq8vr2eLeZqlRVW7US1VvrilxKSOIsJECyatNXTcwFzo22/VFQeVKoG1uteQFc73sCJ9LYNQaf386npTrJLuMgua0LS69SUTIp+2DWtM6Qd+zKH8etaZzSTxoDZENmFwcFn2z1bd4u5bJ8fzMLJh6gVCt5srU65226skhT4JcogOQr+pt5PsnlZtFsk8ieA2113HAlzJGX9wXvJ9sS+Lf/V//uX/+r/8T08fPUrzOZzhfaUCP9hsLxluK/GU4QDzxsXBkJxuGIZJhu4t0IrFo1FKdETEyxgiwqPRJyJu+l4ha6jnPTaVChpStA6FPMhp/hH4IfEZPZyRkJtu4Pcerzq1b9qiwSMtwnAyHqGThRDwidAPltvdXApoR2vUBZXaQ6XQs/1WXbeofgO/WqVb7aABxkP/Rtr74XYGsxwXkN/zUZokAoroy4uLW3dujbJsuVy5nQS5SnV911LFbhg1zIh254557JPko3WKbs4sAL4vvudB4d5C7a1tLN4E4evwWO/L9W7H1FaYOoWw4aZGwriAY9vUNQQKBJg2HSpk+5NClXkYikjvlDm/uIYT/NZbtwVrm3YXyIiblndbVa23y/M7d6DBmYUh1GU+2lOURV03JOsgleqQFcF8zw7BBDXX40eP/+X//i//77/4i6vLc+G2eFASNspBJwPaLkC8hcQnQN0VPOMdrg20p8rKb+BLo0qU5KztteowKiAHQs5J4mQ8HfdKlft1Vzdl3cE7iejr9oYyCdki4uYDd/YE4oGcaRGMtiuqLUSgz6HynM5mEIdQlELc102z26+LohofLCbz+bPzc4sSLz5uRI2p2hbX9zKEdhS6ZEahIpEM4Vd1vV5vVYNRBpnVNNXy+gLS8N3bp4jXge+88JEziVr4gvB6TtEY3yd8AkUj3i8Uewg2J279t/QmlGCD5/K8GgnZJv7+VaSvXxDWrX54vjRaTTncsoyEa+EH3auqrppdXRUiTrJ8ZDv2fAvZZjFLoWYrhNhy1fZqPR2P0ojP0lHb1LtmZ1k7zbN9l0PuOJgfzWZHkF+k99j0LZy8prdBmMqoUwrqtc5XClIkomSkvLq8/O//2//ur/7qFxA9SRprhW0bFGwIFM/SOIY+C7UG4QVXEBl1U3c91XKhQa0xHsWxDAMiH3idtShkAYlVSm55qcvtfr8tdlEUzkYTFlsF1XTTxMLKwGoLraCEdCSTNJQS8eNQT/pCF/V6W1yttjjTjaPZ8SGiyYJAkeogZLFmvy2bRvV6ud12xnYK8ie/fff2Rz/84fnZs0ePvoaOjuMgC86EFdDGCT+JI3hJAr69nd2zBgppFJIJIEoYtJnwTZcC/oaCT4X0DTdEksTDSh5yH0pwQP0cmD4gzWN33IhNQT5xpEWFIDjEHlgvYmZrPWVwm/J9U0J8zYKwVvo3Ty8LZcdhaPzMZ6ZQ26btGw1FjFQ60iaZpIe+GHVNW8IHWSxUZZuC1/v95fkiC2bTRFWFDXPf6NSzVdtVut1t4dhXh0dJBX2ZVnGY1us9FHxpPt3pnR91PEyQnWT6uiqhVqtt929//pe/+MW/hYs8isO2aSRJUcRxBLVZCGeTI+NIwTHs1LbcVwiMJrQYeTlA5Vm0deRJSI7Hp8cQJrv9DtIIDle0EiHu1mulatWdXS2hPoz8YJLm8WhqmS7gnLYGnTE86Rkf0ywUjVp9/uTil7/5wo+z6eHxdDGDZFNCHq+KOE2PT08m01lZFUWJSoQQTG0DAeBrfNni1snx8XySh+Ly7Kxt4XXahKMLsONUQQkA+VHLkJTEoZ1F4IHX6zRPf/qHvz+fjuC2gsZ4NhuPxhNcyUDhDS/Lh75UwQURRwm8WaigySPArepJ6IkHHTWu3B9a4BCle1AUGNra75tNxesUhEr3Dy/W36zLSSg30MPp4v2jtDdN6QmbT7UWZc2h4sn6oFhuilrdOrzfcV/tlnVxxXYrpprbd9/rfZkl0XJ71RQrOAVwjItGPfzii1JBQWa3qpNJ1MuQx1E2nTVGbsqmUjqPkZvQd5p2gyaSQRILCL+maXQPTSDq/8YhzvoJeoJMWGjmSKMb5S0sIT9RDDuAAy6hqFPo7F7GSZRm6Wq9btsW8t7RwcFut9tvd5D3wjRBBRdjAil36/3F1TdFVTHbldtrKGojKSHa4emSMIJOD1qps+Vmp7z7tw/fe/+HUSyePHvU1XUaR8cHi4PZLJ9MDmezR0GAqqdQtTNs3aASPD4+GOdxU3QH0zxk6OyJc9/WhL6wJA1Vt82ee03FoK5sA6fei3Y2P/r4o598+mPE4Vb7USQX83mAMlDkVIESjTgNdno4jCDpTm4UMyJSKwhDp/sW+moOJQBDAVIf4tArcFHhRd8z6Mzr9HavtuXzzW6aRmq7HU0mnj/dFNepnKiuvd6gpQK3MolH8KNlfSO8xm8e122ltmeiq9DtPRz1PN+1cNFCVRT2Adz4qWbBfnN+eV2E0QiySAtlkZiKidXwBQ0jxwUrhN9CiNZVFEoc/RkNEXhycgyNHoqYQZfmyzzLyA4Gd3KIVzG2RYsHN2kxAalhj8bj+WIOTeI33zxWqomjEI7mN998AxGIRaDvv/XgPqSpr7788vnZGQQJgkcDDoluPM3hi16vNk1TQtMJ0Q6XAWs9U7RaF6g64+NmL85Hd+7dPTqcebYrkjiwdjKdTKZjqFlDz94+XKwf3Hvy9IkqdkwkWlV5Gh0vxqrelbulb1Ua+qiCCE2h9BAgSttLn0Ny04XkkLRqxeFm0Z26dbz48Y8/GY/iVpUxCxFaw/xO2wAFEANaxqMuMt5xKJrq2RdbevIMdzg2eNml6gIuTYiHMOQ28tmOQUX6vTOpeG2CEI70rm5TKNXaajwbjSbztlGbzZIY230SQomIimCRDOEmn40zVZv16nHQlZGqy+1OKynyu8f3PqouV7vqepFkUJOVJtuW7TfP10XZRyKdjReMx188ur5z68REO2g1R0l4MB97LIB2SusW5xCeM5U377337qeffvqLX/wV9IFJjPYrum1RshCZ8qi1jUvBgexHmi5CjLJ0AS1qml5dXSyX10jNj4hjzxjUpSMUlprwqVfttxDwl1fX4yQ6Pjm6vl7qtt97OOKIw1hhZwktYTLKxn0HjXCNADTmU97q7p0ejFNeFyqFmyOJIPyggIaSsmJeHoe/98H74ziClGk4P5g9OD6cTxKxOn9iNXkzEmkDCe9Q/qIaohcYJB73VkdFAI11KHldW0jjbz24+967b2lVI1HFQqgqHsSQA5EViaGrte05MrtwIOMbkjn0KBUOoqlOHJIrbVqlcUkK7a4HJTZUrV79Jghf2UeLbFqWcFurKsozODRQuUFAtKro6qX0Q61smuY+Q0R1JDPT+NJ4cRDqINhebOvGOzyee9G40utUSM82eCsL0XO13q6416UxDvkC34M44aFoepxXaqjEyr1qGtNp33mzI9cHibCjfPRnf/ZffP75764uLqGS5ERWjXAjB1+8V7rzZYgqGsgvNDR4DODjbVlNR/lsPH7y5JkTWOtRXbGD0L196zQORde2eZr+4MGDHjq67YYtplB0as/P4qjoKlQBtr7kQQ5hj763PPT5piw71YYR3Db1CPJfvQv6/mA2heeGChYaPx56fdN4vZ+G8v7t07fu3oOoSBBJ4Kv9TrcVUbGQJAzdWUB6TbhbQLok9mzOlQnqAnh1gyhAgPhP6DjHUeaaQDKqJ6qHz5sWEQMWragw+9FOx5AzjT8I4PAbU27coxoFPbKPaECUvOFo2NR/z4j2r0cQQrJrmk43tan3cAAgKtar7Xa1mkaNr6/GwmsbSIQ8E/FufT2dZkaXddPa6ABqtOX5al1Vk6Pj/NaDTdVAE3M4D9T1kreryNq07e16nUUyySRPc6gbp5HOw2Yt+a5mRdsxLr1+B9lKlfs+ST3Um8dtWlFs3nnvwSe/98Hf/HXpcyUDLa0X+zb2e2TFC9kiqyDQvew61fXIrgh9P4AydL05nU7Fxx+sNxvobKGUnU5H9+/ee3B6UqyWFSTluuyb+vhgVpeF2u181O/F9b8nENgNr+Zwmh1N0zxFpwdoCKdN9OxqudqXtOmWIfPjlHe4O+hDIXCpgJu+rkdSUxtCTuYI+LF1jUEN/RhqY5NotzcIJRLp3wTEvjVEvIjiSDMedVpKoTqGbI2yIIF7Ln1ptQdfWiAtF0VYObxGbeDfPeRvtEhDnUOE1qKfKgJuHbxOhkHUBdiGWr8yqKYsPJt4rGS++p4tKl6bTAhHGQLMdIVv+6uzp1AiQrWl6+tEKDhe2/U+zBaQFiI0fd8VOuiM3dQc2sWnV6ViWSbnfZAXuyIwra2Kdr8M/b6qt7a0EFMQaen0IJ+dIBGuLbp+GajtpmyhuBTMG4/GZanqqoa05pPWS4+q9lCD8QcP7q8uLiC/JaHUphEI0vJQlhqbIlzVG+sjqFyjXjXuDKXwyUzm9snx4WIGraYMQ1fNNlXRVDVkQih34dxORqNYCrJwQpULt76HkEgTCRXynePDw4N5IOTl9dXDR489LP/gWwRFgCfzBFWnmKZZJPx8JRbHxqkkQhbCgQwj0IqzpWCDoRsjpbaB298jOcsj/xbEY4e464fG2JRRDYX9ZDKC3g8RNNbROXxSNWQkL2wDnCd5uAz1Ku8lpq4jTdyor1nCF+C3BnU9rEBMkUfuAp6negjCN5nwFXtgo+Kz6+sr025O59lUKtSnNYXW2w6TJAJFRZTCHTtKY6OKuuhaE7EgHk2nbLPfNW3as92+q6rdROh+fx4y7XPRWLa6vqyaukcaH3zd0+36UkIvU17F/a6TYTzKi826qSrV9pBs0ZaINKdJnQV9iO7cvr28f/Hk4SPpCwiCgByRAuKO05gdhTclotWs0+MNGMp+IpPQ9IkU8EtItJWBrkzVPere9FYgyT2kEaaoO4XjVhSTQrYwBMqtk9N33npw/9bRyelxmuXPzs61NVe7Ha9bVKaoi3un866pQuNrE/SYDINOqVYrUsEfVEh9kgnlqB0+6FLga+ODPhM8XUf4PBQjNCgkJxEPynesws6Us5OTU4j/zrMBmrcJh3olZqPphUF4OZTkGnm9ThPV3mjgsBcxiWBaiO0AvelwrU/1L+N4hRnk+H6vxEhfm0yYxFFTq/VynXjdMRSgujG6hgxQ16bpAxZNjMiETGPJinXTKqWDeHZ053q7bExzeDJXTbE+fzLPRe7t/G6tuwYKrt2mXq7XKQRqnPT+yA9nvbeUoYCzbNt130U8yw0+kfJJshpSimTyBvEInZTOs+zo8OjJV18zFKfAYs4noir5Q5OZLkOiOZxRGt6idTSkasg5AgkRDPlM6NuL5AlIHF2r2I2IL7w1pN7DFw2EMgonrr2WUXz/7u0H9+8czEfj6TgbT6IsFZG43u6ut5/B/bBaXccfvyc5wVZIc1hr0SmhtHTOMC4jIYjaD5zVGmZCmicR3QonmWi8wWxH8yeIJOj/yJiCdW3TFCW0xZPJFKJJhJGIYvg3kjl6A1Wzb2gS47kGGTVX4dqC9E+AW3tjSjHIn8JThEEQBX4HVQ3lSPi+SYbf37aH+vZNEL56D6jk4iT/7PMKfrZezVNpDuejfWuKXan8iHuZsEnVMjTjLdot5MiYRz178uih3zcnk5nfs8U0VuU6YrWADqfTHROrzQp6l1v37xadFfGo7Gzd2TF8aWb3xd6mCwMNlUbOa4cyLU2P4CzPSRdZlJzwIhkeHCwg4ShjY4FOfAFHfV4kBZFGPaLZGEFGfe0qwAAC0WPQ/wRIMrCBA3SRjLVAayUS3g4CAxU1b3wv7D2/ajonkBTJ4GA2zVMoYCNfINE+H+e37a33P/jBZ198adt2ubyCj6P9RqcshQS6scmg0wHpANDzWLL75OSTRkIwvo8LEiLsY8oSuDa3nlaYmxBAw0jaEaKqh2iDxC5lCOFMOojwGnwiTKFKMbEjjbukEMnthsMU98bcCJOSFipEMmRcyL4R4m8seSriC4NKAVrLpve+V4rAr00Qwhn55KMPfvvo+a/Pz7QXQ1WpbHXr3geX9TWDH2W2aHm46ypTNFEQe5Ete75er7xid2c+upsHqi275tmuhZTgj+VU5PH52fJyudZ9l+ehr5HX8+Tx17FEBl2cL6r+K4jv+WwWWN2Wu95IeA3Ffp/mGQ7iSWEbN+mBP5/Nszxdnp2Pj08gogLPQJWFBSfaSSCo063GSORl8G3gZFrLtApJhZrEOtHSzJfoxOQ8QCFqG2Y0R17SinkocqHEfDpJEREAz8uEhOYLfXPzPP3w/Xf/3b/7q88fPlqtVtvd7s7Rwra4s4BnopJQIG6VHs4XBiUVSRzAkRipIWTE9++N8/mF9G1DbH+hKYVrBNIwfqSPJVTKUqDMDI1EUQacQ9lBE1U7qIrSEFlCZFuLyqvkeOHdKFQx96wYodD68gjbTfwDn5pKiFGJ9TBTPbGm2ZsgfMUep4ezP/6DH/+P/9vq8+v2g1sjv+6aJ1eQDPNFUquu2OzuLhJfSGzLdN8UTbFXccDHYTxO4utuD1VgP5rWTIwi+DGvGnU+GmdJGt6+dWh59PyqTsRoMc9s1wRh1nPoylrB+ghn9pZEnmxd17qHjwSkkOKufhThXCwWzx8/RutNxIwziWs2aO0CdFqSAg44Zjt/KMXcLm4gtLLBUBc95/GBLZor3nqoUiF7QplqyB2esyQKx1mKMxD0eMKEgqFDJvaL+fTtB/d+87svVNteXlwu8jQLIfd7ZGCKpA/4N8oiIomqc9mJOSaRc24i9W+PhiUonQHp2vgWne6F7WSP5Ie+blFHJ4bakmZTnkurKKDKoBCQoXQicM6YDXtgLGFZ27aD2po3SKSixQ3KYyBFgyG/n/SesBw1DtRGM1bkMRP9i70JwlfrIUTwk4/faXvzP/zP/8f+y7OPbk12X/wqz/IfHU7zPBulQRho6J562/o4I60vr6qc2zCMpIx4nLee//haSy5577Wb4nq1FIGA5mqWRoGMR2kepvkOQrnYbveQIf08DLnpIsEgOWlUh8B7vVMqCgM34mMWak4TxdHxycl/QA6QQpcXlLfnqMsEEYireOGclZwWxpAsSMzXqU9Y+kXsOjpzlDMHWdEASzaodNsWUaDwTqEQRYUMKAKc0hOKN+EuHErETz784S9+8deQq9er7b4ss3hE403PiTKhNH2PG1SMQnwTytgbfwhHeKffUAShkByuLixU0pKl2BhCgb7bnRvdzcbjbbnzaDfIyWUNUqRq2gg6Q7pdnGixu2/gje92O0jC8OzaDLMZUnPEXYrzzaFvo2U3LwIrArQX8HAmjFSV70UQvmbbGDjSf/r77/83/+xny9X+b/7TFxAA7z44nsjO7p/5zVXQF4JrZtqYdSPe9KqJ8gn8neV+B6kyEMnB/DCNI1Xvt9fX0Lnde3Dn3Xd/MJtNEyixmLq6/FI1G9U0z59dta3GBVrXQKeXoL+2oGQCvaTGWQsVmIT/QP776Z1bYRRtthuIH5ojslAGYShwrUflW4QaSKhwIQNoqKDqROOzQPiBRDdexNkEPISGEJ3uIfTgIKKeosSJJTda7/c7KK2Jqi+gP7WQzXRvOhJXJN8YqI/fvn/v09/7cVvWj795UlU1nnKfI6cImcjW+V3LKArjOIyjELJqjDwrcvMkMeOXHt6Q06CiZpEgWZvA36zX8GKm4xylQLQjduH1ARGNkaYUBJ9PV8qNfyJSm1BruKo80mhzaxLjaMgu/0EypF9EizS446BvrCBn067/vkBnXr+VKBzl//Knn/zsow+/fvh4v10tMhn2+1mgDiI7iYIJHC84AU0daZXEyej4VHFTNhtfq7hTtxM5Z1W/f9btrm+fnN5964HFS5otDg/zSQrVUxDY1XJV12o+PYhDBLnE0ZDNSKWCnOhpIu8kUiAbQCa6defOya0TDEJDvvBoD4ZSosjVxYRHvguoMQOBx6WAsPRlCHkSrdEgVgVhUBCMQqtz6bMQxa6dmI3tOlXu9nCCM8izSexo9B0SE5Gyz2k2EstwPpn8sz/+49Pj088//93jJ08VxMnQbTKyCEZWsY/sRQH3RZrCF6MvBw+IzCgcbHeJ/g8NJ9lj095CYKMKifjy6uJgMUuzBGljGITaDVhUqzardbUvXQJEHWJn/4SZULRtU5XV0I72N3bZbns4WMRYJ4n/7TYK7ROhzvU7+yYIX+HHKE0+fPv+Yjz5wYN7qbDSdgeTeBQzq3eCIampbZr1fl+bvtS2hmpNRoeTXFSb6tEv7fVn1dXXTLDk4PhyXz++3lS9f7UpoG/L4IrfXeliGXp6GvLFZASBVzcduoJiDKIUimkbZ1CIYwTcVmNQZuPJg3ffa+kYBtCV+iLEftDFFQJGPNbjBBKHn7SeQ0syBs1awK3wbehjDiQ8CdLwnFyg5SS70urNrtwX1SQbT8cTNxHpjfO0NvQLOieuetuo7s69Oz/7o09VXX755Rd1Q/5LpPGEpL3BrNAZz0B0BdSBBpx+US+Kc05M8thyahG4hQvNeDl/8vhxr9rT48NE8CwS9W4bojabhgYYulCINLgpehLkx609ylswTSgfpFlXeyQ3kUwrpj03oYE8aggIYGiSQ7UwCSBiTAbkfappW/gmCF/VF+3zPIs/fO+djz581xeo4rcpmlVVr3a7fbE3jFeqW9fN5PBgNEpxQCLlZJR43T72ipQruGaPHvwwWDwwo1vZ0VteNNoWTbnZVteXF48eCqPvHS+ORkmMUkwByut70pMh6X3arq2dV5mHfoI8Iko7JJx33n8/TvPVepvGuRQxbeyHHEjZyMMsFzAXlmTogJsM1BpkkCQZlKkoYUGJCDXq6WQiPSKQRd01tV5MD0ZJRoR9FyqGGIuYSaA5M1AqY2vV/97vfXx8MP3NZ7++uLhC5AohWqBqHcQ1KB9Z15reOJAOsxn6n/NgkwGCbJwXDXS41vd/8/lv7t2/e3K0GKXRKA63l1fQJVuSi2urGt0+fY/8S91SA0e/KIqFtTari23fNnB9eD35DBs7qMvgPCqgmZfvIhDhpuSIQ/sQ2xrb9eZNEL6iD6z6uPfeuw/CRHacd0Hc+GkXTHoxLTuhtL/bVqbrF2lm64J1JULKbGMgF6Xzoouiyb18/vauS5Zt0oeLukUsPxxU7cWlEqPFvdHstGdBjQpIoSdiKyI/TA3c69yHdNdBZkOjy56Tr6dHNrqz6fTw6PDy6qr3jIgkdj+MG4+hIxJnQ1x5L2YyAR/SpKDfYN2H/ry+5Mit4yRAankg8X7Z7aAnw7koZgo30qRKzpDTIGKmfWeZpHV3+/T4ox++D03jo4cPuYNBEzDUkrSpw067eSgn2dQb0283qaVOjYYkHLGc+Cbh/rq6ug7D8MMPf5gkKHwKv4c2r+s6eE6c8XSoiwGZlXaQ5AAz6BuiL7f0/bau6gqKVY36B7SyJ17vjcv3jWXFje02AehQBxE7RW09+yYIX83HrqggCg8ODzQc4fG0C8fPd+zZxtNyoViy21fFdhP7bJGEYdtEptuvLr95+szI7MnG1MHi5J1PGubvOlN6adOjBkRvusfPLz9/vOGTB2VwcF7aaH6r6X3V813VVx03QdbzxPhRiTv7DvVeAgywRuERhAs+ieJ7d+9Bu/Wr33zWQFUZCUvMdKc15jofAoVATetLRsLYDG0YBKPFBsdwDP3AmW7CDcI8aBzjzz7/3dfffHNyfDzJM9Z1rNNkGaEtWkwh/QLB2RAAHtwgloLR/ukf//TD99/7f/+ff/1vfv6XumkhIHulPFKoMrQldL95YfftujP2QvmMghHaVd+Xk8ns4cNHv/zlL//Fv/ivj46OSMOCZXlWFEWrWvhMnLNqnWSphDaXGBLQrLZda0hO1fYaJyydroodKlP5DiaADIsbj/sBe2SGJnvY28CtEXP0D697a74HFelrGYTXm33ZahqmQy6KsQhiAm52nF52zWZ16XN9fDAOfTvOkuko7zWUdkKZaFN7k6PbPqrcqqN5fDyOvXbfVlBeXZ6vth/8+I9+8if/1eT47k57XRCiPKjHcUbHpeeHrWZtZ7f7uqoap6HJb6wwkcQURrPZDJLhZrt9/Oypj8oslBhQAgbdLKjbseQ/QdBN+uU7Pg/mJctvJhb0K4C26tnZxcPHj6F1ms6nYYhyMuSdxlDADL8mgbtxl+EHQhJv0auq4mA++dkf/QHcED//Vz//j3/zNwFCAEKS+rYoW4h/k3Ch+AGSDccbwhmqkRcizn7xbcVRfH52/vO//HmSJLdunVZVSS5oSBpsKfaGyRBn4zE2zyjBSI5ocEc4c3pGiNAAE6ZC7zZLQLqbccs/yoTfWlZYrB98BLgyhaCf734Qvn5CAkr3z5YbyEhjKduqEMpGHl+k4b7rbLvy1KbeX+WJPD4+qFUhozAZJUpljQ6Wm2a6OAlkuL5+FqD8mkh9SCa7s7PH58v1vXc/Wdx9p2oNetPPpi36+6ka8g25sXTGh/u9Vna/a3bb+mCKO8IAxxachn42DsPj4+PHScoX8+fn56enh6ezMWSOrlPIikBGneeGj8QWYK4B6x1cjao3M+BpcBfOfHN5ef2rz35TNc1scZAkMQoCm856wkkIolpppxVZyuPym/SjXNaFqHjvB+/+5NOfPHz48Fd/+6swkA/eensymQTIjmdkRGrJF4m92BPiK/G4N9j6Yj253e7OL89/9/nnn/zoRx9//FGHOHLP2SFCrkNpAidhbw3EapplZM6LZwmHRlCQk2FOT4qoAe08cJKEuo/YJtt/GIeDcZpTXqPZjQPQQM/cMqahJPbfBOEr9ljvy2W5jmObJSKomn6/FT7uo+AURxHvTcmMipKZ0gwu6kC39arwOsgacLCK2+/eYV57OIp0q1i9CcOm7vb77WZycDuanXz+8EkEl71t4pCVu9Vqs4Jgt8ncS4SFU86kJ5JWL5frYjGtsiwUgXHWJ7iosHaxmMNJPDg4aNL4d198GX34wZ1btyB4drstHN0aVcR8hv7vPuIzsffDjEQQE4wIOKY+rdSvr9ffPHn2H3/9+arYHxwuJpMpakf5yFpHGaQ+JKYsSjCxRsEVgKe8R7vPjrh/ttMQGH/+539+cXHxq1/+7RdfPHz65Ozk9PT0zq2Dg0MBGRXnOmjFPdRC2Cn6Pcop96vr6+1mu3x+3tQ1tHnvvvfuR598BF1f17RE20XiSNs0UHWTTVqvmyafjFGEg3OHTDPO8JvGK7irIeZIRlH6LartJvu539wYjOIfQMhBLLuuFQ0qGG+1TcSbIHyVHm3Xn2/WjJVeV6vWD/RWeFXMAxPUtuuFCauy8Fnoi3HPcz85ZCFbXz1JvF41Lfe1CDTri+NZoptAdbYs15fPnkKKm9452uxVlqRTYXRdL8+e79YXXz16FCSTdCytkAwFOQWOF5m/LcpnZ5eTcfzg3hH5dkJ/KqA2IyeG0GubPM2gGP37X39+eb05OJiHociz/GYtHhBpoieEGHNEop7+S3XV8mr57NnzL7/44tnZGZStB4v5aDoZj3NoCCHbG3SixySIVSWpbUPgBOTl0uveJzSaoSQLL6auu3v37nm6/+bRN22jnj15+vTJ09FkhJpokQzjkDKR5zgNEFdwU7QIfq/hq8/S0Xvvv3t0fAQvGOpbwl6bm5gxEPxRkltcYOpARjTOdGsP7sa2zgAN8i3yODgqt2FxTpPcbzclN4XotymRvo5x0B0a1QbUpqr+TTn6Kj3gp7EqisvNMvcaX699ZQPbI5qZd2HIe59vdt2z830iZyw9UsFoW3Cho3F6olYP27o4nC66phBMFftGlcX19Wa93kJxdv/OO9uqGc+n89Dunn+hqo2q9+vtHpkb0YiJCGW6oRODRi2SUZ4az1Rto69LwdpbJ7fCKCFBJFT1k4Go15vRKE/zycHBcdO0X375qCz2cCYPDw/TLMV9BpEmXMMIyaRu2mJfFMW+LKsWjck6aC/v3b2XpgkXcMjDWycnt05OK/iUDTnIdLiD45IcseuqWF1b3eIwtSk8rTyc3HjwFeIYkrr39tsP6qK4OD+/f+e2uwKg/m6Koi13bJiNWGTxieDO4mA8HqNOB7If8Iv0fUsuupTsseM0pG+ABveL23ct6h+2UzEZdBwJzICf1FuBzSEOXxvohIWIxyMZQTkd9Ja/mEG83AQyGjLTtKh3KdRDfS0mCTIAyfc7j197nYKwx3l92Rb11GLXkQqqApUp6lZ5Xm3l9a7dFGx89zBIxg33d00Xef5sFGyLbVdVcXbYd36ajMr6uqnKWqGv5nQ8PZyNJv5oVxWqK43atU0Bp6cPQsYjFFgJEiNCZBEQJjmKpNCd24VdX10HLDg+vQUZ0KDaXyACUXYd9JGo/Nd24yRBCX0RoNEvDmE4+kPUNbRzyNPDzX4Q8cCP4zyMzNSSTi/akupeQwKBvzKdTRb5CA2nOJ5fdJroydZQ97gYgde6Xqpq70uU3EDkF6LJAuz5Aj+Nwl7177x1v2vq1dUS2bgQb1KOooi5TaSj/TFa10MLV8M3pYK/argO0FcqpCUL9o+od4xJuIdcqVQbwfslijDGG8FTGQk49YRNhb+Jkx4scS1DVY8Ql43MweCZoxO+CEXXFjpTUedk6Kia+DHkhflw55jBhe5NEL4CDyjBtkUFRzwMwiyaJ2nMfAlZq9id151uvXDfNIWG0jRBEcKQ42hEq75Z2a6EE9C0nrJQtfl3Z0dXl9dX683x8cF8NPHUfjpOivXqYnnelpu26/xsOgmnxZZJkcBztYZxuOATITizceQ1hpPtM5zP9WYLDdXR6UkcRQGp3uMJ6jpogeCaUEURoJxFFxP3D+elvp/JHM9ro1CLgsh9WvhonNRA+4PhM4oyIaF1xAMNuUl66OZpVEvkepyJdoHf1pgcECzd8BbeHWmB4nYDjc1C13xtq9pnPIvD2yeHTbknkJlH8x3FOjMkQpq16gY5H7gTFJjONYnLGLLjxgELc3A9FBOo4b6DC0pKMsxgbiKK6xoMa05a/p2jFOKdEwRRkjD8HJxjI8oPp6/egGp7qcJ5YaZNNokEX8d/PAmlNce8LL03mfAVmYsiHp/dPpl2637Z8YdnRjMzycZZwtTmElokqOjGk3E6SqzaR1ylsa2rHd+fz8JozaWfz45vv3/25Jtl0T652Mynh0e373tKMUiwz7+ptk3ZWD8+GE+TJM3hrFUbxI3AcUglt6GP3ilcRFGKLFismNC4mvmiqerrs4t79++hkkWWVF07CkXXodsaUnawd0JVbyfG4hhApAPh6Hee23HAKR5nsY+mZZIg1AaaMciYXVs2cLw7Dg0YuRr1ta5NDa8lInoQdLkW1SCwhjRQvEIiVJ3S27rcFZC6oCidzSdhFCwOJsRkMnQT4CB1mIZw5zzTE1jH86UPYRrLiKGpIG5SPFxoIP6FoY1itysKhcYDQaM6SbVJGEU9YtuEDGRlW6y3EdHaBUxC0g5lzH18VeTn5KE8vvVfEAu/ZTnRpYaBhgUH0yhzgSv7iHs1czqT32W3ptcpCOEUSF+nIrhe9T3UgXfvwY9/t3q6rmpoHfpGh72dT/Mcz+EuF1nqQw/HutKyOFJQXgaIRfa5/+VXj4qyuXXrIIwTSF/1dldW5W5faxZnKdSmkyRKOtWNx/uyqvwAwpdDTaUh7UYRlI5dKevtulEtg8hEpA2ay9RVlcRhkuWtw2xauDIUDenJvgUHhWTWy11Zyl0Q0HYteMFj4PSAHKQ1cnCd0AVmZtRBwjrUeDjfbzWk4g5l+QmPJoiIAZ1ZW/Vfff3w17/+7cXZGeSk+WL67rs/+MG7b02mk3wyIklisqTGruvGWHRYUVhSN+QBcUAQucmHzSGu/hw9H3N1g1NoqCYIvYqzF8Kp4XiX+wZBZ55zxqb+3eVSsgp+KY+9CKUX60F287hhX7jdiVvXIMAHxde+0wTf12o6Cj8l1RjWTLKwDzIRi2q/8aor2+7gPJpGRZ7JBfNUyT0lpFfCmSkbVTV0OYd4fnUXSlnCR8K8Z2JbFrMsWW22Z5dXrRePD+eT6TyOUzj8vc9G43FPY0zkUqBSL1osQax0cJKrXYvnGJeEBtsZ3bYqiePRaAQHHaeCtMd3Z2k4UN4AE0HYNNFtCb3JidiACNQXIBKN+YrBE7edDbRpq3K7219cXammgyiZTKaL6dRPRGjgdNq6GUALoe+fn53/+1/8+88++xye8/T0KE1TgcIWaEsKDZ6BxsyQGAzJUNhBcsYM/MaBKO9ovdwZFQ47BMpU6HeGEB2N3aMmg9SbVOa+AmJHbU9YdPayXfZ/9lNkL3/w5fHM4DjHSCBj+KYxNKXz7HcbNvM6BSGkMcTkV8uTyaTn3ldf/ba+/iYJ2uk0q5t+t9oGHMohFcWpEdlemW3Xmg4KwiTy2R6qzu0uPUbJh9oE4+wgiCf7cn99efHb//Q748m333tvdnQ7SnIiEAjSkVatbiDX+baTVqch/Al2YahamCW9KjX5n1FCw14KzuPicBGEsu10SjYSdJKsI+lhnCFOFK2aMHMJPoxGkOnH3cEnTi3mTqW9qlXr7a5BEKp3drV+fna92+6gJYM74vjw4IMf3A9ODmNfQlkIXyX109VyfXl5cffu7Q8++GGaJUkSi1BAEI7H4zTLObGq4Ct3HQlkW/QuRZA19WlUCpJS+ItZKKZcQ4hqIsT30BAahAb00LZJiGTJOCo4vUC5QN2qEUVDlCjupNwMGgT840U7+1ZvzbpJzIutPXWKZH6MklDuYkAz7c7nbW+l/6YcfQUe8ANmXrAvm9IvelN1+zW0HUx3UAuWbVvpRoyiIJNBIqtOV20v84N93a9Wu0kUN56tSgVHFn6u8E+loFQS8M+XX32zXG1v33tPxqnlRCrnHhxfKCLDNJZJyBrCmnm9ZKgkDXd1IBm0iUUt2g4CUsCJQfvDMIRDFCWQfKRSrYs/R07ACKT1wFCO+k7ojAx/4az5KMo2MBmYI78iGAY+EU78dldkkF7HY8uDON3CrQCFKryLy/V1NomYGCF/wYcO0rRNk+XJyelJno+hgITmDZU4/BhLaLg8iNtIAY6eOX2H4mg0lXR0flcGWre99AZuP3NxgnaDjj2FHAiPdhiWFhM4Gh0ovJ5bMRgnkDPwtWhw6v3/pkKX91585KZeJXC3ffFb+PaEjNVYkdo3mfCVeEAleXp67zfrzfNNGWCL32sfUte08dS2gAJ0IrO8YjwPoiy07fWmbJovn233y2rywb3d+Xmtqs3yHLJQ3zU8iiGguqo7e3qhOzhQOGiNkgTKNkh0xioWWJGE08Vsv93quu1UxeyIakkfzqswQZZn+/Ork8ODNILklMLJasmY+uDkZPX4cYerLY8OIxsQIQOHAs8mJ/EL0twdRu/EBva/xZHg+UXL7+2+KNua45jEZnlu00HTrOrUs8tzOPLzyVhVtQ8vKQjGsxlkQDLZZdk4g9iLYwjC2EMVONy2UZsFORhHuNgeYofooGr2xRodZcOJtegqRWwkCaXaKuwJcYTLUC1jfngU4fYPdQ0TnkAJfnH2nCPiNApQzBTF3XCuZblzDsVgddHlhjEElHnRFmpUtIIv1ZPuFU1LMQBxkurDLwLVfod1n16n/Qv8aGbz2d0H77V+tuyCbc/3xu/j3ATJcgu9YhaNbrd8ov0c0wa0aAGfZEkosHyaTkcpome+sc0mYm0uPa6bPAoPF4s0yUb5GCLJ0UvJkwFzFO2gBXfenSjg2xGuElMllKFRFCVh2KGbvO9GfG7SOZnNBK74BobQi4f3ElSSeeylbvHb5HBTkuE6H05zniOZHrImpD/HM+IoE+gRDTBoVb/Z7CGN7/alguOLdpt4QcCNEsYRvKXRGP7JE+wMQ5K0wVmLY9IO2qbshkjoDb8hNDkbStDBUcpQODkWhgfRWJZ1kudpPkIxOTKWwtDVerNal0WBbtsIGLAvvzvPfvtm7Ut7wv/sB0yWad6QW93kiKi+6E7xHSb4vmawNbjv79w5hb7u0fPz/XYVBey62PGmCBhL4rz3wl3bir0uvf0oYHq/bK7X0liu61EipPZHGXRJtd4/52lvyi6eZO/cu/3Vows6oozGgg5LiQM/abmUxFkKOZytWrU8lBwlRSE2BaScUZ63TU3KDdojTTKIgaPj46tvkIdO7eIw6vAGMNa3+Cw7CC1ZxvlNPebKP7R+smTHnRBEM0bsJkUB9nFYGbovBl9FNV3J6gilNCKMS7gy8M4IeMB8yPjE7XcYccjhxh1sRIlTveg6L1ra3dTO7jeDVwTOYxE3g15wHXWDUI4ie8Kz0/k8zjKfvL4t1dh1UVT7QkI2Qy2sLkBh0kFo9GbcMiwHXWi/uHH+YQzemIgOlxRJ1nhWeIjc+Q7PZl4/ADf86B/cPZ3Ppw/Pr1a7zf6iKot1sXwaiUAeLEYTuPh1t4eT0PC65PuLRXYwkV7k9yL0El4z2zC1Zo0MNDNNfzQbbXe10S0qXophUAkNmMck97o47PZIb9W97zcQ3iEqw9BKDdKfn2XpRjVltUexXKILwgEdT6YyDOtiJ4J4yHDeIPc3jEyH/8SsOsitkYagIXKE67sgeIXPrcBPgZSoiQSIAUCa1rRqhFfEERwgRCRCSSsOIUhCKiBMKqbxQa7iBfTMDNaAGBIuCIlhRCovxr6YSRoXrLShd9owEIT0b1zEzw4O0/GoJ5gnVOBSSgi8q/NLqzu8hMygMYNv5GZjQUhSe5MHv03+bh/zcr50exFCB9F2hG4mwWyF0qdWWvadXBa+lp6ocPVO8vTDUD67lI8gAq/gTJZhUEZ8J4MwCnoZMVG1UCudIcq07qudNv40C/MUt2BpFFTlulcQUlGSypOjxa6BIlSTIK0j9iG9OxS+jbQgKScIzaatFJw5ZC047QovikMoSquqSkdj/ya6JAn4ttApYdQxe1PbsUGHzDpdahyG4jPZFz2h+zQXFXRGOa4noUGFHxIlSIg0EkySNERE3WGotOHFYBCiMhTEODw7ekm4REfhNJDx3b5h6DmNfTEGcSrZDkVwszO8WeUNL5bMFlFmrmtaBa9jfnAA765cLqNRDn+cj0YmirbbLVJ64e3TdJQ57tJN48duqlD7j8cz/EbQ/KZU9QYJgpsLAf/Pfbc7Wtl/J+3sX1djYpKgF2/dOgk5266W4XE7Tnx/91XEJet732hdFTjE65vQa/LQS+EfpnabzThLF1m42W5s30Ao1m0Zpwu0MWv2rJ9qj44w5FtMAiqQLM9HRVlwP+RFjQIzOjY4BomMhjwZ9aPJcrWsqjoPBEI3PU8mYZBnm7ZJs1gyQVJLJFiBEk5OLB6BkSRxjRoWjvngYCuEz3SMd463AaaywBuYe9h39Y4xiINiP4xCl+ycElwchWGYSoEahagVhXtIf0gqWAOiQ7anO4vWNObF8tKx2Xtrbw6+JY4SIxV6kiHE/NfWrYK+s7M8Hk3y2aJRPVwA8F3o4Y+1h2CHtk2iZHJwkI3GWJb3utztAn+IJwRkuzGs6aGIoHeM1xDi6JxNjZMe5mSNDHcON4MlB+1IiOaMBhWp9b6T1MLX2x0cfk6jfJSNDnpb5ZlSxbVVdZ5NcMzf87OzJ2VVzhe3k1BCQbUpIE96YTfIEnkW6reJQZu8kV9DdBnopHCmiWNLg2FsGjjM8OdBG0CVJXzWNbVRTRhBk4LyYXD3Z6OR6nXdNBkhLXEzxnmaZx20MdT1GXKpxaKLSK4UjGQc1rsUhDmO3SwDhpWAK+hIfc1d+5iXSQ7DyQrCYYYUORrlSRTTYkBLETr9QrcIgRfRUSnpu6WHedEP9nyQk6CdA4pyD2pndhBfsjSHHGAGLn7QbYn8ZbgQcZb7uJmA1lMSYxBlIOuqZn6wODyAXtGXAvE4WjdVdbP+IJ2dYdRiBno90TAp0768r7cuPulmsr4lbhS1y9xlwjc94Ss63oXixw+CMDUsYHIRRmk4PdqV9d4ut/2FjPIwiuGiVoGveBbPDrogqPrEeLEMZ1rcWRV1JnKRjduiq6tWBD6GT1/BuUE7WusJptH9vbcQevWuaEo/zyKrrAhjg6ShcDKbtpeXVV1DLvIpZ82msziK8Ygbp2mNLRjKMvXIisWwYKyzzq/WNT7eS/tr/KVpXkKCTxh+jCKTApiRJBuDm2EUxaM8R4KidWpuGH7QnqE8lZRQx3o4KPI61AhFmIyjONhBJNtZrXXGgUgHfZeb4PNclWioWHVzHeZK6JDGoRjq2N9C8SkdyuDk5OT09BbOgSDy4VutVN1UcCncfO2BO0Gi4agY6fSliMGkqWEcDLXZzSyHTDNQ5NvhawPmNZx1Bu1i3gThK/cgtBQKYEIDPz9+p2zZ3z5cKs82jW20zESqLW+UFtlUyvTpzs4n02B6r6ma9d48ef58cnKrawKv15mQEDYxNSVQtwkiKyGymUET2GvbQxDCLV/uNuM8F1GMgH8RwcfjJEZpmdVad70gW884SqA20woKKOMzVJ8wnJQeKBHo3nPDT2Nf7Ki/hYwMSwEs4FDpwSeEtUMz+6Q/gQZI2kMrU3XVXK1RXSKOISCKut1vt0VZGiQTyWyS47wmFPlkEieRIsQa1gckh4ZOF5QKqeDzX3SIQ11Ibk5u/05resTKQE0Od5lhYrla3W4bH9epKK4KTxdF4enpKRdBpxWEP64xqwLXKl7kGfvtCpIGNIikJXCCU0x12/xB6AZVQMzwedS+Es+EHDcsg9+2vc3Em0z46j2U6lDxxHYKR/n8m/NNODp6+617j7/+3W8f/SaGhJfmQRiVUKt2wWePlvfvx0Ey77ywbHTHg9O33gmCfnn+WKm2bXisUAfU9C0NOSRkC5SjDlBZAoIuz+Kzi8tiv5uFke7QRNSgrK03nU4gTrarddfBN5RHYQRptKlQhynAqHH2Y2Tca4jz55E7IXsZ1vwPghATKi4GecCGvSL2iChAYeBlmrbTVeUhsg6CnKEBMA9crYdK+1J2Xrm8WmIXylmUJZAxZZ76kYCLw/PxNKOFBeXcAAVPyaf+pb0lNqbGNajYh0Il36murpFLyCXf7XdtU4dxxHXgGtkszeB+gO8/PLVHrMK6rogCBUHfQWJ0Io5swIo7HW6qhA0JXyENylGrOIkDmxf7VEOfSN0tLny0dZv8N0H4ij2qpkFt7FhEvkSrMxvcvXsff3Z1JXE9je2HlPBDDOHN3r11NM5TVSE0FM5ghD2UF0ieZlG7vDKQULX2oAxF0hCeYWflDl+/V5j5IvSCsfvdaj6bQn6CEwbHw00+s3ykW9VWpXN+h+ubdHaRC4cURjdkIP+wwS/FJYWbieVLyn9m+J+HPSoqIkKu6g30XX2rjNJadRaHtKRHZsiQFBW+PZddEFditMTQQqZfa7Ta1tW+9kLBYhHEsUjg+yQ9n+IOnhXNf2kMQnMQN8l1qG43KHIwG0J9I1IN3ppGPqOfpalByCsGMNQCTvaXI7HQaHQGbghaRJcJDTzZzXQUy3E0yCB6hXOhIpIhHz6FkBKEHaV9piWzDRvgW0NxcgT0fOei8LUPwtVmuyv2uWl4EJa9Obh9H37Cz776vDh7GhuVRjE0J+k4y2K/2e1O8zSN6p1UkbRJGOzaotqt4E+3m91I+FpDcmz8EHfcGJzws4cPIooZgjMwyvghm0/yi/OL7XUyOTyF0yZkZChXQFl4dHy826w3V9cQeAfHx01ZoEpE18GRSgZlJGKIv7Qwe7HA8AbwpfFeLBWxgbSmNR70lo1SZU3qTmiKBg1hj4CynpiNLOihN8O00WtnmRiwCoeLUI72BAeFJkxptV9vG2viUZZP4Z9cSOcKaoakQybfTlF4cCjEhIlkibYzRYlmAEEYs0Aoja7gkPw7eKUYdcieh2AMI+nstuEbDt0mejTSrufbLaAZtvbwfWN8WKHSSshziAVXld4MvxlzUYj2oQaNHy1rjIXXkYX+myB8hR4EO8SfnOo74YX7tpvFyXKz3m6uJyEeqhRKSmio4hQxHO2V7FvO6sQro6BnBv5KsLu+Ho3GddXNZqkxjZP+hMOj0dNPkC68BzGIzu9YYAWjLNlIf3N9mY1nLMyJrI7JQcFxtHY0nkA+3G93aT4SYeTgYRQ7mkwLcUGPVz4ptgz4sJu56IsNIf2e9A1N38BHW6Vr5VsbsgCFPHtI1Vw7AU+qzXzPViifwZ0hLtKUPQsvVjoBGRqWbPbVptr3AV/EYYbu1j3X0Awa36UrtwMZMNWMhD+NYzDCi1LKQFONQhcCjWx6n6OOo+2TOO0oaAisA48QqkZIvdAMu6xGNfXAkXdiUJzW+NDDk7YpvOCgx+ZTox6+5wRcsR8eyPdsWHAaUr6AKxG+Qd13ETfzegchym6yQS8QpYHCaL3dllV9MMunquNruI1544WfPV3fu30aROk41JHsr7dVVRahSKbjyX6/vLoaw3UMx6xp6kQpYeC0RXCn97RMN0R3ZQIqXoiHGi780WR2fbXcbLfz8cL2mqGAN4ZhKENoH0fTGfP9KE1axG914ySFlg3RMNwO4BHn3OtOqYOqEVyGEpsl2j3prfRej1oy2kNVNfwc6Hkt8o8MetR4zvx64Kjjv8iaO3BIV+QrUoZCiZcokSLyJpO+C9I4ylKPU1Rg0DOIQjd9odxn3Y6CUdLSZAWhUNUNAh8hOAzZGBK+WlkWdVkdHJ9oxsqqgfiBZ0KxDcLQ1HXN3HKSxFZpvkpjYjuElEdCUhYHQsapPhJgyKP5ruMODsAB0tRAHRCGPwO8gKB8/u61ha93EDZwMBHqpSJmu6aZ5kdPLi7aXh8cxbau8zzz87mKF9f7bmLTUc58fZnFwWWvqqbNrAlFM42zZ88fb3d7yadduUlG4zi3UZJFobBupAKdjvQgoTIhi92a9zybsqLpr1ab0RGUoyEKTvsoEsPQILiXUswPD3748cfby6svP/tsX5Yh1Kyo+c0GTMgL1/sblMjLpSmOIhWcfIzusqwUigYY36IYeFe3pusghwQkYON2H26rIKWMwmgynR7RI8kSBHzDX2lRtBcug555YRJb4e/h+ql2xuso3I32tQ/50YHXBocIXExouhQ65BAic8oixyTmMkzyPIqxkCXHGGzk0AgVSgYU70fpqdVqVdUV+ije3BG0CR0i0Om7uW0gkUggKdvBWKPvsPB0eXlwUGNE4OjINodLMhlXJFvwHcPNvN5BWLSq7rRv0dTaqOp4yiM/udpsAt1A8NTGjtESU95Lp5m0zW7tdRWEnmrhig7XtZHMT4Pu3oGUp4dQST0rmratcU1nWGdI5IE4C+RDaNB4FzcOtZ9MFA/Pnp9D2TubL2iGh2eK5qUh7QL9xfHhn/3zfw458LO///uyqQM/8QmW7Gh6NCw0gy0fu9GRIA9pCIcOYSi6aXo4zXVRIiZFG8incSDTOJ6Np5PxKEfXUt/5fkI1CCczo8coz1FsinnQmDVlZciFAg5vHEdwsKuq7pQiUr8r9CC/iMEOzTiAG77I3mVCXCRiENZtC11lIIPx4Rz63sViNj+Yj2fTDhNaQMg5HDlxdKSrtijB2OEyx7rqGAFIBF4ndxycIRn+gjMyqOy4xEcoBqdMfiMRjDqvzsQbVz09FNhK437nO9YUvsZBCCXbvkYjacGMIPKAaC8PA5lP+L5qC2VXyiTMjERjdRVWui4uC576fiKiOQ+zXRfMgjFUnSNvPY6StuMb0dfFBuqvBo4OqhWhDTUt1w35CEVB5HVekGaBEVHPw+uzCyGi6XxuqCqGZADHj0PSJPex0eHiD/7Zn8Ih+vqz39RQ5fIBGONJjp5m9DWHHTl3sxo8yJpZzTxNnMNRnuVJjBVh3SYQW76IhRznkOeiw8NZRIOQOI6hittsNtC1om/13jZbCmULb0NBJGGFGgSo6N/2HZKhaPfo8xdaGwyt3dxclLkRJUStUj00pVZ7+10B5X22ODh5cO/dD394cHToo5Jd2BlTtk2UpGSH00nMhLrcrXtVC5r3YJHpLLK5NUPJbAa3JrcbJHeYIfBv3Gi4wwzgxsUjPn8XMIfag3JeRx7fouIHZPQ3mfDVeMDJL1WrVZ0Jf5TmWSR2q0s4G3406TxzWVSGZ1CFRX4b+V2nG12rpxueZ+pwPAqybBxmnJT54jAkBJkPyaWoK9U2gnZVInADB0F75MBNUFSr4KgkaTqf22pTwOcnKoNq0DWlN8cOz3SjWkgXP/2TPzl/+mS3Wkcom4FQNzMAmQlN6d0oHbl5pB2qU/jvSEpGehOeNFaGwiOhec9Csdq0TV1X8CRSSIQEKMZx4dIi4YjXeGCbVgYI+CLXFu6HUgcMvieIGTAIP5EyxPAjHMzNagTB1m4ggl+grn0PBTv20PP1/U9/8uk7P/wgm449Qu9Aidih8GE41I2cQUsMX7gu0a/Xlab/kKf0rei9x52kDRFHMDnilpCuIO9GD4rdTIldV+lsPCwidqFY6Dk0xPGbTPiKPODQrTZLJOlGHrmtoPCnFKKAoyi4FbIqobEJ6v3zwCuDILGK33n7J34yXV3+2otCH7JasxcxBNQEUlASZoaFTy9W0F3aHtoy3PXBz1/7Tgaix514GNe16roW7vI0zU7v3Lq6vFyv19CMBcSLpzmDJfUKKPQCCJjRfPaTn/3s3/zF/7WtKhHkEBuU/LAhMgNbgmxrHXjNgWOQPuFJomCQGhTHgqxHASk4kBo6Na2qcg/lGTRkQmv4oxAaRSgYLUqeanjpPapgQEY10vekr6BS9mhSSua8hPURQkq8yLrO/MNFJU6FkJTEoYq+uF4pn33y4598+ONPfKi0LRXKGlWt4C+EcULvE8kcfdc2TQ23w+DEeDP1RS4FR2ErUmZzFEp464K2I7SZcGNieNfkmEjcZdckW1eq0ldCEeLAR79SNMP4zgnjv8ZBWKPgQgUV5La1fp91qp+lySgLt+fXurVx4LM8jbLE76Cd8EPIQziBs4vFQVeNIC0FXRvbLmS2bqFJZKHtfIGUIGY0R7E1Q7Q8wk57qInmCLoQiDigx10zz/O8bdv1ZrPbbtMsc1ruw+Qu8EjNCfGit+/dG89nV0+eNF3EmaDNF/WRQ3JAxPK36RG9cYXXo+Cn5zlCPNnHW0r9OKvUdVvFvlGQHBDPgvQIVBxkaBgKKQp1RyEd4RI9hHyqfE95hBDlaC2MY8wAj/KAxPEHkQl3NWhnLo+0Qbsv6m1Zvfejj3/0B5/28B3pcaeB1Tmid7woCqEoZYOgjNeZfr/bGa0HlQHvWxzCSyRCBOLhrgFvTJ+EErmGW4Wq0UER1Q63kWP+G5RXdEMr5oISPkfdFAtvgvCf/rEuqh6V0nEM7yfzbbmRfpslRrKeq5o1dSwT66GrXhzNqIY0T1eP5sfH48nYdl5MgRdY3fZxyyOPJWVxCQFZV/uoaz0hDMr3CseOx9xEbUsUxUirtURQ4Hw2m0H8LJfLgAThCZ7mk0evV+yKNEvg746mkx/95NN/fX1d1g2agRKAhLb2xGo37CU7WjzRqDYNiTW0PcQhgdiYW8HDuQ18yHWQkcq6ZpAQIQVhlJETL6LFWc8sxpgQQRZxKRqvV+i5jaWpTyhvH/VNEQTmBFtQJO4GLYCvn7j7ECpl1V6uVo21H3/66fToiBT2sSh3QRqG0AxmdB919NTot7PbrOG1BZxZ9pKoqEuz31oP3rhlD/4xPjrTOyXUAbnqfjtoz5HdGiHdhj0/jkkV1gTfqbbwdQ1COCzLXaGg+Oo9yGrlqkjCqPHMelcwrw9M7VVLqzZ2pETCg3QEN24yUv71tlieT0Y5nEePqbaurq704bunhqU77dsg03ZTN90coojQIljqGU8ZPPlJkjj9FziCRbGDpBoGHLLBdDqF87JarcqyhOYwy7I4jqMoQs0/3eNYT4h33vnBs3e//u3f/V3A/VEcayhAkevnPOKNz3x30nwyI0IDP6raaDPWkxMD75BKh19KpjG0XBKld5lmvKAiEgekHNs9bTEHiigwVnVlZeB9hjJAFShMgshGpifG1QLdGg6m84Lh7urSVvfL3X7XNO98/NHk8KCF0gCyM3XFTYNbwXycwgfgb8DLwYJR68161aMvVQBV5wv1KheKUL7Cc7/Ykjr7UIoz4Xphhyq9GZneLGtQQ1HTFCe40aHCyITvedFaaAuF/yYT/pOnwX15CfVP3wWR7Dzk5ORppqHJq2uvrQKvS0QvhReb0u9jE4gG2hjBJmmkykrHmSUNUMtljftfeb0re09MQ6m0t9/XjdLQMiL6EXEzAVz5ZC7PnSq2RCd2X6kGalSJ4YYP+NNryHVF0UEjmKZ9lqbpmDmVXWbDJPn9P/zDs2fPLp8+DyFv44g0QBg1TSPMQHV3owmHLSGUF6fizXHj4fqnnOK8axVDoXgkXXUKl2mmh4o5TCKcJmE5i5wJXNmjmiIqDEtSnkE8HnESSBDtW8HPgfjvENs4FvW2VXn61v1PPv19GwgEcWvE6RjsBzXkQCljdoP3QUx507R1Tf42Pm1evtXZvqHVvxCbcYtAMoexg524q42Hz3d8Klpt2EEMx5JJDLXojEfa2+H7HjR73gThP9kDTu16X8BPKwqYETaFiz6M4hDlRAXWWoJ46F2ah+M0qa29WpdWis6GaG3LirIM22bPcj+bzOH4NC1kUJPEcSbZXgZkKo0uC441h4YPcJdHwokUYovIvLaN0Ju968hHAmJRTiYTOKxXV1ckFI82usgR90YiFIb00Uaz2dvvvnd9cbWrqixNOM3umVO7oxaH1gME8h4qL0wS5N9g3fDeECJc4cil73RDLoUIynGAlyiOphEykLmU0ATD+4CmVPrINoL065T2oRTGMpDET4dnwK9rHJ+XKk3juBeTg4MffPzx8b17Ch0Z8e8gT1prtFyLYgK4GJe8Ot3VTYXfIuqhrVMt/cca2zfSFoOU3It2cch8N2tDt8cf8DKuu3RzmxvVSNzaYpL8brWFr2UQojo1HGXBy/XaFpc84ra0PE1nSZiJuGXeqoM/b6so3NeKZ9MuWPAgD3jN+bMQp/pnnlp1ZaTybDyZjKG7kaZt915RC7UtGqvrKowzqDmTBOou2XQ0MgxDZ9zFCBQGR1l3athMWAuJL6LS9OuHDzfrjWe3xb4cVdV0MY3TGCvmJP79n/4U0uR/+Ku/Rj0ohKNiqcpddehc3m9Oq5sN4on13ciEcqFvBq4rXgs4POmZ4ZKjQm4IuTYejVKshOH3mczzUIoQFd8Id+JZb9D5JCcmoiU69hApWEB7iVSutlVtEMhsMhndOr379js9KozCCWGqQUGrOA5Ho1EQRA7ezVDSu0cduqKE5xm0ZUg51LxsSX+DE3qRD619eXRDw2d6UST84fb6lt04wJhBgYruIydN4LPKmAxttNmbIPynDEJcZ+vGV5Vtq1RCf6Lirh+Hx/BDKrGk8tArRWY15LNeGJEsNzqJo9nBUW8arYpcYhVYK82bLm0q3ncZ5FRWSa/toRqtimy8iJLUkdySBKnqzj7Joc3iOIEDW5UFNIHMmcXTZ8LH7969H0eXZ2dn6zWaxhhuFv7Ci6gHiqMf/8EfPnr0zdX5eShx2kOCtoMs8I3a0g253BtkAocyzSKfHSGsIpAQXmGLf87JDYYyFcTeeDTKYsjoURBDJCGezKMIdLKFjOANNIhl3qA9hSNTHKt0HU6k6gYSeEylq4iRmYzvl/u9Nm2DSNjZfArfCMTWINMd4wfCtqkpDQYU76Zn3vCO7DBjcbCgQYbUviRmQ/gYPixGB+ntG6XDIV96gyeGd6NWReaq0vda/Z3ysn8tg3Bf1aptelXacs3bxkh2OAuZp1f7Kkjya8SPsdbKjs8CP/ZtovSmQtGSeZRMErX0NZsmmZVZxeGP4kkftrultNvxbCwipi3c+gUUrjHS2TF7KAXtGMMybHD1Q2h0ltr19XVbNTzCIQdS8xAEw6N0PD0UJpCrq7Nivzt7onSrIDgHeyaP/fiP/ujXf/t3zx9/bd0olOAyxuvRmY8Yh4jdRAAnH1AkxMHDJd8Qqj6zgrPYeUgQmkDACwh86F3RrxtClLQuBGUXDxW3kXiIkjfYIiJXyaka4mlHD5fetqpvFDSWEMpZkI6gmQ6zNIoSLkRjTKsaKM/nZLOh3U6fpKKg4K+KfV2VTlWNIgUx2T5JciD0Dy1NUbWHqtcOni7whHNCIyEbJynjnENJ7IkRx9direwPkk6uPebEASNfYdPDt2xtbWN48qYn/Cd8QBUYSx9+yl19LXuolSD1JfCDa01kTbbzspVab7ToVzq3/NbhyPa740WmbWebcpwwYULpc6wHscEZxfL/Y++9nixL0vuwdMdfV67ddI/Z3dkFsBADIEASAAUqQqAeFKFHPulFT/o/8AcpQlKEEEExaEIiFIqQCIALLRZY7Oy4nmlb5tY1x2emPpPn3FPVvTBaCtON7SI429NTdeua/PJzP4Panc222u5kg27v1eZ6veygWawiFDVC8CPRw0WopEj6LI7iWTG7OD/HUUmSFrMCtR68ihCPmURJvFhkT7788vmzF5/+5KfFbJHlOe7oIIsWy9/47d+FTu7ZV19CnCzyDG5+BJ15p2TYGw5Zl3VoPJesyN9F9zIs3mIMMxzys6kTq+1Tu4c9HZTPoiVMmmETXt9Z5imxJRM+LAlN+c4xRLvH6St0xcvjbFas630xX0BAw0vxZbXf7Vcny2I+Z1tfZnogbqapu6YhBiM+FTV0eJK0eqHk7hBc4FA9a6ixfYCc80pUsNowN4dBHtVTIyyHQlaE94D7Ry4OjICA9pWVf29GM29fEAaXoK7Wrs6SOFFpnKUXZRMlucrOLjfSypNWXfuoOfvgY5PNtnVzuiz2F89jk8xyCLbd+flV2/eZ62O7lWUDxaryjdSR1Tncv017DqH1AempBan4sLaihBQ6N2wLF8vVi5cvt/u9oyoSxXch7UAXFZtcFSaySryf5cXTJ8/gJMNvzPNZnhWtg/bJ/Ppv/84P/2P21Sc/hbg4nc8lmRDxFDAgaiiP0dYtDO7ZCZBQ5TgdMrTAJEMnljXErw536jgIwlGKG/Z0uG6xJPDGqB6cdFgasza9rUkNJp7P0gJa5CUSJG0Hlwq8Hvie3X6vTQRPG+UCOHSsY+RaU9dQ69KvQu2o4QZBni4EdmNxhkmbHm8w8yFQHdOw4k1h0I8a7jVJfog6+EPdGOqEhDj+Edn4CjKh/3szIH0rMyE0H229i4Uv7nz0/PlV3yWLxUnrI9/hJCbL0zybzee79x49lMnR+Zefz6G7qd2y0E3XbqqmtGZT98Xc5xLHCnAYkY0azy/2attErYuvvv76O9eXxcmxc2gDGuZyqOSgeWTK5yMrCugbX54/xzggQYsohlufUG5Gp6bAqnWBOfD5s2cvX15cvCib2fLo5BSOZlIs/tHv/heL2fLP/u8/UlaeHa+YmhTkNmn0QeYW4foXYYQpeM8vPWtAkNJ1mOJ4NwBfNE5JI9TARjSpEoPY4LBGV5YKUeirIQF2UmbL5eL0NEVl+wjulDyBsjy3QlZ103R2dXykTews0eSpSsalSItf8HC87dCc4MhQ13rRONti1BknbWslVgcUZnRR9Ciw4wzWm6RsSuqjgoRY5dS8cBBBlpM/I+YNVYCUqJHXLIx6F4TfSATS+dyVdd71SXoUFcl1tU99EcEJSvSpyfv+Uqi+MDaWfd1W0AZlmU6WKEm23kufnsElvm6/WHb2eFngcY21NNn1ZrNporL3jY/OXz7d73aOXW2HE8CQ/9FHobdQo5qTk+Onz55crtfwlwWqD3qiiqPgEoopoTGSOr1zJ03TeTH/7JPPL18+L7IszrOyqu/eOftnv/fPXd19+qMfxWmyKFLtsXtTYX7JUw1enlGbNehq898H821m5TMX0Q0A1B7964efoJ8K80x2xSCLUMo4iC81ZnV8cnz3rkoSpHFEpm06pEcoXTVtlCRJmkVJitJsuEjsSei069sGgpDdTrlUxkeGjg1DFApRRUQQdIPCMS6kP+yuce4ZdFWHDOgDAZ8WFUIK/5rCZ8yEvObXiJvxJXSZjmCpb/+X/v3f//23ryd0YtPZfWshPc3v3IFGTvrayFrYresuZlEd9XtbVfnRe1+/vIZOLU823f5FVdbR/NHez55e959//XS5yJVtTk+P4VO92jU7v7j/7V+vKnv54ul+c/7gvffuPnwft2qU/VDcnhAnZFcRUUmorLcQXVCYvXjxHAFcdKYQCGZd3XRb6EB7UXXIEErSfLU6Xi4W8Djb7bZta5SK0PrO2Z1f+uVfkkZ/9tUXrbcsKhqpSJI8KKUWB92f4JlKkDANioDc5IVtuw2aaEhiCtr2QRUiYLKtDQBViZIzvdKtl1CFLu/cu//+B3ff/2B5dlosFyaBbjaB6+P09G5ZN5tteXp2lmYpKTDigqQnIbbddrOHMlUjkAYnRbx5DNagurY4dvZa95ByUbzR4bAoUjyBoerZk0sjvo11VfV9nSSG2lrD09GR1SEnX0HYn6xXG+v2VkCTmhn5LhN+M19Hs+LOnQefer2urzZVHS+PksbJ5vJsEUO7Dvf0vsEtxnpf7yxOQ9q+y2KjrNiVlYpWQsZWGK8jcoBu4QOu626+PHHeNE0joExzbbXbwKFWw4CUK0Wk0/ShaqRsBf1odHZ259nTJ13XbjfbnlFmUkIx1kToOuqxh9GJkkez/L1ieXxy9+snj58+f9L3LRzMtuu08L/5T3/r7nv3/v2/+7ePnz19dHYnS/K+a9CTDWm+ioLKqoChDOotmi3ERmwKWo0S+JlmiY5Ef6kfsxy9hDxBFRzUVvO+g4JgMZ8fHT/81sfZYkm64wbSWUGBu1o5qGS32z38VEwaUhauOWopIQjId6mFKIcYDB6gcsCicT4L2APlyHOentXgL0EEJmQL9701TiN+RyDcL3KpmmmBbBApb7s1+cHSkLtzOLIptY8tidL9PciFb2UQ5rH54HjZevWTF9FmV4rd9bdniztz3dcv2q7eV+2+6myUPblYV3rx4OREqmvb+8V8WV23ka9jXyayh3NcN3W936dJ0pcQyZjBbN/EBrqluip3uIhn0WjayMOxQYY9ibIQlVzzZv346OjsztmXn30ueROO9F/VeV0b7aKECESqg39W/SpL8+XRtxb58b3TF8+eV9V+s40W8wKK1g+/+50oiX7wR3/8+JNPy6a/d3LiUB9U8GKC9AktY9ssVWU9Ybi00BYbQ9x2oxygGkYeRNdnRfnO9bRIZGSMj50WkYIm8N7DR6vTO8XxsSO7YNo54FOHltea/vmLC7i5ZsWMwswRWgfLbN93Vbnv+44THz2wClzEEC24ZDeoTRjktHHUpMLUlAXdIK2iWqxGnVLIgVdXu3LfId4uzuDWc/7GSGaMwKEbwf49USJWskLxnXdB+I0NZsQ8Nt+/szxJ4x88ufqsFVtR5tXmSOij2bG39Qu3lmkWp7rZ7zbP+0cfzFR0FKeLE62vyn3UvFD7l4mfrZbLIkvhpGZRTNgoMgWN4LJVrWPD2ENfNY7MR9dP6EK7posj8/DBw+dPnkCXpGTbEGvPyUjaBrfPke5Q7AjSU59AgYZ6SGJ5vErT+OLlxXZ/3db7PM+hOLv38L3lavWTB+999dnn6822gGAxGopgGnaQPq8clOq9wHEL2y/hAUd5ahxwKC0CmEuKiUmnIxoCrUBw0Z+uFvc+/OD4zl1pkg6TqIHwxA6vqdu6go6vRlNfdXJylMSoneFIuRvhLD1Ka+/3O9TUwgozUsHn0I/jE40CBKaLsBTvEE4nUtxhUiMvbEDooVgTCU05C0GI3GPU0Uhj22rc4vBq3r8ah46FuVEB0cKnVHVEp3j7o/AtpjIlWr2/KuaJKRK33TXGZ4V3+215ddnstk4U8ijy3/7wWDai2e6ht4IPrPelFlUudrq8mOuPVmRlW262WZq9XK+FzbB9goeO06qXUNCqqNMkrUlmtFAAdkN/gqLRJkICYd+L1Wr14P6DTz/5KRy8FrkOVmkLdRxyCGxEzie68aKSfbGas81DnqezD97r6vby/Hx7vY6SuG2aJE6+8yu/cnL33uXTJ+vHj5G7IdBGO0lT9HLxDK0kXIknXCk677JuBMFL9Oi8S+5oWgVXUqQFY2ubz2fHpyf50dKkSWsRgYBCMlbVEH111bVNAmEfm6OjE2ht0ySDJrOpK7SD6hrkE7ft5moNz3O5WmRJLAa/68GEMGDvEmP6iKYwCudDRRrniGbFuQ5SBGnLwpKn1vZ45eHSvoeaxJg016lkGxl/az8xXimY6w1lQtSrggtUvAvCb3hSKlZZ/H4R/ynKx6hFPm+bvuzbTrgC6qjmapmkkOuurvvSZZ2ap5FNhE7hqEG51Ozrjdwq3K1FaRzb/fnzT2xdS5EV6ZGv9u3uOsuS3kLZG5N8NmcUXgqyNi40Z9BpQqbSJ2d3nj9/UVcVKUYTGdf1ylsi4xIsDdrJztWt0YZlXHCmmKd5fO/BfLbcl2j1QAYyKkqTew8fZkZvrzf73RbCr0ebGjUgobET0uLGuEIEfKYnkq0m/jpGKa4MDakkwUtO4tm8KBZFkqLLd4fkJGiSdxuo3TuXpvlsNodbKYL+DK1XEONCsvSOcKo4mIFClGQ1FDEAaS0z+n+HP2PRCxEUI/xHxBHj20VET4QXMDzpwqUGSQ3jm+c0quq08O7sbFyoZI7yiFSYTJvDADaQBEyFZhU3GrZ36u/BtvCtV+CGDz9V6kd//Cd/uX2y+97Duw8eZEeFXV931QY9bjdPK6hekpP1xnfb8myRRi183PDpicvLtY2SNvX58ni3Xa9mUZHKqoqf9gt3PXO7dX19AXVj75AiBxe4wcWXgLxhfKC/sRc2VoRKnd29/32lvvzic0hrqMDSQ8OTKTjGVuHyxKCVH561HqLUEPYM82FHhyxK0mWSZMWsrlEjAh2pnZ3fvZOfnjjygoAc1VS1YOmJtuvJOFvykntAtAaReTz0RhOSLYbfG6MyvdaymOVFUSTo1gIZvqn76vziwikDbeH9u2d5sYjIGJy4Sr1zHSkUQyT2dbl3xOeHV77bba3tkgTd0eSNhlAPscjrB2EwCC1CV2nzbvBJ0vNAyA96LTPKANHh5FFH0hdtL9a1ztIoY5pUGIYN6FlBKqWUQVH0IMG23KLnDikVvAvCbxhBU0EphSKB9od//gmS7ZMUhWo11m+udvPTJRR/WbvLYvgA2x43BgsRFXsU5ps5vZTRsVlk7f4ilY02dpU2m0LvvYGIgDJMYc0JRZts0fiBaD9Q4Pqx2EPpJG9wXbY6OqqbOtKmxIyx7zuUlWD3anRQiNC3hlRrOkEmnn0YK7KuAxpkJzKRcFYb3VZltd2iTk1EMNAoyvIcoSo4VuxoUxdWDnLCV0CmetCmMlAu0s+yjKiDB4E4qnZQJUBVLeNidnx2Ly1ms9VRms16ahnhkYMOEwpA4fykxz6xRqklZGbh70apNdzWmFtTmTC65DEpJbKxhqS6GF8JsooNSb3hl2Ggje1ahaoF2CLWTW+TNob3Wmraylr4tjEI+cUyGoFUI1FzuHb+7wFw5q0PQsgO51dXq9lc+bbeXj59sY2zhmTPbNX0GyEXK+gexTyGZm8jbdRa6eKjLprvWrlwZr1tK9GfrVZxZlX1PDFiUaTL1XEH9/5u1zR1DqefFDE9I8nQXhdHhWwSTycDZw3IK5JqMVvAE4KQr6q83u/RKapGZye02BYpFmpNaCktQyWHalIOhrtxkvRp32dpE8WMSqEln+WRDKS5OMIFtWN5au+Cx6EMFvAcGMzKgPyNWDXs+izUl4T0TnJ8pXmxWuWzhUKxQ40CjaQlQavFjg0t4PdC/u17ZAwzsNyRHg09wzj8lnFGdTMRjUWqoFeqqP7EEhRlKSOGA2E5KpAkDa9PRwmOeXtJhqTosRHFht5Sr5SfFNvBvY1bRlzZa1Vb6PPf+kP81gfh9W776Rc/Efv1w9Oz1YffqftGabi22/V6vYMAkJG+3t/N0nvLYnN1CbWVMkc+ne9F6uv2Qw/til4tll1VGu/unNyzXeN1s6xM07hyu4G/F8uVHMS/yExBQtI1uofAorrUB2yphBpMpFkGcQuBVBQzedqvr9YQydAoNlVp2w6Or0+SCItFgxz5EZk6kAkHPRvoeJJ4qZqmgXTcUyjCnxEYY31InEOvpESQycDMI8mUCQ8v/oskmgYUblAZFCS6kafwzxxymcXAiOmBlD8oo+EABo3N9k2HwqNkUYj1N4LFUSmDoolIwnqMezYrC6AiH4hSgtVypAxJD+X4IxTpR8ITbTNxFeEhzJuuw7A2mXAJ2WrHkO8jhBxpawdgjQiqa6MGG7GfRaRVC6WzE6l+F4Tf3Bd8hF99/dnzr/7yyx/+X9lH3/32b/+XPSI0IAldO3vd4qef7J3ZVn3iJGSWBlqa7KRO5j6dVeUljjghVe3PbVepxEqzaOoOikWIkXkutnXToY127yOLri89ZS+yepbIQiAVeZr0IfkGzyL8r4njFFMlwbbmy2WSppvNptztUKuza6HBS1NozIjRi0WborRwwI0ykxXHiORtBv+tRbw2itmgmCE0bAgP8gzVJBw5ITflWAxiTapwyoknPiWZRgL8kME9TVpNkoqA0mTNb0u5C+vNBrcUTV2iRDny+AVuRFnagywz8AVKzcgY9m+R0wHmiG4XIQsi6QPaU6yPqY0kW1/NfZ4jMx94UI3fAIkxIiW1kVYZXs7Nxb0fNGlwCxkpXxJ86t109Bv7qrv28dOf7rY//a//8fvVB9GXnz373//N/zQ/Prtz/95LlDbr7n9wdrnZSH3y4O6ibq/pc2+tr9M8Wy5Pr3b7XuVKdW7/tIi6XJmry3rfZ61P+kjL2Lt9tbu+On7w0PXWJFgPYkeo4ZI2ZDSLzKMIyax6LMm8sllWQOLCYYbrMjjvhSvmC+gPy6rcbTa26/dVub6+TtPc4KYN5yfENsKEgQK/btBu8WyXiS43EESQqiKbOrKZp/wlhfNjJ4YURxSwoDCDrKVRPBzBtBEEb4ZFIEJ/JCY0tEnDl0GPYznBtF358uXzq+vLLE3gN6Dzi4nRJleKxWoZxxH83u0GkqTLixwtsqnuZSM0MXibDvITegSdoTUN9oE4kkHcKtURQ9pnkQCv4GmrRNHUVFFZga50UiEEL6jPTHlNlAZZckBClwH1tq/sW98Umrc2B7ZfPP/qxfOfzMR1LtoHH5x85/37//Lf/Icf/vhPvWx7JDPI5WIBzX2M/tceMoOzsYJc6FpICstitlXxrrKzDMKtTX2jalH6mU1Pqk777K7xWm2eQHWKM0l0BmrSJCLEKLnqYakmcUip0K1z0iPR6YW+sUG5WjaWJaNSXcyXUArCad5tt1UJqXHnyhIOHPpdFzlKRbGgClH+mDIxJARJ4jZeWyjhIiLxiyARE3KOHACcJEZDw1GdItKVxjQJpGeiw8soTSG1NA16GkMex8LSo0HFV19/8eXjz6Hmff+Dh2j0a12s4zzLTWJmswJ+Qd9KqIfh8XEqQyYYHIdhh84R6APoPGRINokKCVOPQNBQvvJzJ0okFaya7jJ29BUsE8zA15sNZ+DhMzffEPWwI+eMt3pj/1YG4Vcvn/7k8x89ffxnev3kg5N8X0Sb5+W9s/u/989+o6p3f/nJj308v3Pv/RQObxb5flOvRbpIoCRLU79rfN9URkOodNfb3SxfRCppy51Tro3zTdmdl10Sw48uF/N9U1VtVRWzlZO6bhqI/ThNYvSBRkYPgbahNYnGTIgBoyNnoNvpRJAngv+e+BQR1iJKIUPqOFkeoapZU9eb600FEXlZwY9CXkSFmCzFMSrqd0ceFWaCf0OAXo+12SEFht/LFwEBwRKiIRO3gbRKsYqkIg6qTQS+wJO3vtxuz7e7rx4/vnj5skZAucpnOaoMSnk8Oyrm8yzPcL4aKcTQOFvWFbx0yMmKNg20mWHUAOuF0r5ekp8GxxwNgihWo7F2ndgSIyQW2ZcmVqyKT6pzjJDlbD9OX28Nw5lgCeGaeJcojc5t74Lw7/hrU5Z//Od/cvX1D+frz1Nh7p1+J0r01fmzrrdF5D/+9rc+f7G5LCs4xzhpaHe63/e7TmfHEFqNj3wjtptt1Zatb15evYij7uTRSZKuZrmq9i2UXYmOl1mqa8ih0b4hb3XbV12320Iq0CiBQTN6rMoo+/AX6rKxZScuohNseDpCe7G2A8014cJH1GWEzY/tWkiAR8dHyI6F4Kjr9Xp9cXXRn/cp1LD57Gh1jA9vQjOGm2vKgfxbaKrDPGNMKfR8ApwaAwnbRNTRF2S3JNBn2pNci6+qant99eyLp0++frLf7jFMURwGbS1meTGfzWbzxSKbx2kGdTLUsEidEL5pEcaX5TmtFRQ3ryNAjmZCfpyIhmyo9fjWHLYX5DDBJEKuXdkfygfBDYok1LGybmryO/2iN4Hh4nB2ExShQwRp9K4c/bv5Qq3rzfoHP/3Ry69+dFy9uKNdvHxgsgfFPL2+rtuuPzmK3n949+xoZWKxzAsoQCM6m7GoLSScTnR96nzXlBd9dxmZzvvmenPVtIWC3CXj43snomz1dh/tt+3mukezS+NtDbFcV3a/r2lLhuNNBR0d9W/BtSQUTmw4ZlhrjEYeluKHTf+wbiVmK972Cvs0GsbQ0CLL58fHdyDet7vNen252e4uL64gMS6XS8iNMWFPoJzkgCTborCQEKRHRk4YAnpRSZqi+LTIuIJoBphVUEmtgVxeP3v+9MmXj7eXmwRl7A2nGYi947OTs7Oz4zsncRpHOkGJGop/eglYi6JeXJFTw8YbPjkgPDn6mH0saT2PwBh2KeZu7UBEGtyX2ARNkye9x2UKDWpxv6gcz2uccHIc+QydoUfHCs9ex6Et9GUv3FtuTvE2BeHL9cUP/uKP1k9//IG8ms1iIx8uPvwH6y5XXdZ1sa03NVLsi48/fPTk+f7BMtdVKVwrfF3MsiQvLnZe5PBHb+rtzO0aaY8XxbxI2v0lXKZ1b5Uo0BymKnWznRWqFP663O+uzovj96CI61CzSJe70nVd9iAlIWCslsyI3eJpHk1UoI5TWVqLqus7EnbAfgdF4FhyEGWcYkd4EHInS0noXUJgRkmxWJ0626F0KbneVmV1vb6mAEM56hyrxJiTDRSfEKjRYDLDvhIdWvjBDYAiaJBgy7IkC5cG/gBZF0L0eLla5jONM9MIghzhaos5NKZQ4cWkYoyOEWzLQpoa8HBwKWR5oSO0Iubik7NW4OWK0bnFK6wEqMVDYJqZwru5mCRcDtLreVXIInPkvBTmLqQ95ULJeoBx45bWk5wULV9wsoO6/lhbq96/3VrAb0cQwidxXW4/efzn3fqzh9Eutr2EQ5zMZT5vdrZquyhJ18+2XZutjpanq9n5+abcr7Wz8wJioju/bgpXtL7QnYRSDz7nSGdxXBWRmKem90hB3dcG+r87IpG9LzeXRZp0tm2geqz3Stgkkt5WziBsren6qtlDdZlSPzMlnorBjgK6KUtOJq5yLbk4jZUbr9ItIZwpDXjBhkR0Bsn0Gkst7dHrc+lXPGyEH99ut7vdbrPZdN0agTOIEupDjUCcejUgqlGZdyDFkleZ4sHpbIH15gzS7hwXhujvm2WQ4npyS6RbwHBbyEs5TmDOIYp9sVgybWKcyA6dKn6RbrDjfx32F2oqBTAV4aZv44r2VuSEjaU/yAHf+FKUKEltShCHUsT0KL2/EenvgvD/p1lo8/TF5+3m8YlY53YDTQ4UhE2+FHFmclFWuySBOlOVm3Ix66B2E4jKbjA3QK+UH9et3iGSUaeu187Vu6ppezhpiXazIjZxZr3atFCd5UmUiigubd90CrE13lxvdlcX58XqLIuht7GsWI07NIe5qifZXDhqKJWvwzyCZ3oBLAJtT6+IvDOMU6gDwpNERhSk/EspZUC/IDtB9BalVT0/IJ+vU/rq+8E6ib5QsLdtIeON7itcneIMk4WqcAapofiEopcE+xM0StQ45xQUPDXB6BTtSfjB0RV3AoCBx09xhDujcage57GvoKvD9/uDwLZgHwFxYELIWzF3K3R4b/mzQ4qw704PaHEIQijM35Wjfydp8PnzTzfP/uzUvUx0pbQ1+cnG5i+2XSLTZF6UdascoqCffv11kc1Plouj1dzBtZ4dXTfq/NzPTh6cnB0pX0tbddX111981tRVmkF3B+Xldr4qoFqNk3hbd+36hSsvIFVEaf70yUYnMxPn1+tdki01VnqN8CkOKnCJhV0fOf7hLhxON+dAHeYQkDNRKBHKRanIeprIdSR4Df/Stjh8wBEFJL5Ix8RijHxQhEf6eJzIyWEW5NniSVgJlYjHvyS2cQ9PYEw7QcNbMgqU41AEiOWBHEQNGI12jWTKFarHIFolSW1rdYBjoynqfldCGtQK95mDXP+N8Bu/hucQaPTcyw22p55/qXXBBGoQvp9K5qP7ALyc2xPRG2EKvaCgahXyoVUerRRR2GYUSnwLv94CtSrbd3b7dG53M+1QtRqSVTJvBBSDS6EzqCRllNUtdCNZte+qfQ2xVeRQdeZRurjaK50/XN7/pcvKiTiWuuva/eZ6A7GT5jOIi/2u6tra9aWxZeJL1W5FV0MMXF7Xjczht+xqe73ZQ8hodBtkB3WN7HRaRfphKsOXNydGh1tEZBJAECYp7QzoyPEo0BIS2vVoY4P27iii2Suk6Xo5cFnJRF5wjalx3x0hCAdF6WNyKeKFhOYBI3IjwjNh1RmymkAZC2GZfBW4wHh2PWkzIQDICZRrpfhAYEHfI5bFRBgDQSEfKVE00WnTJKNv1FLcKL+ny3q+FBitzf/HNSepYSAWlTPcaMP2+hDDe+CwG5wKroVvoMEP/pN0IWMtMnRLlW81buYtyIR9X5tmfQSdi+32UnQq2daykcXq9P0WBSiQnYrpJMKzWO13i6Pj46PZ5abJMnV8nEDfuFwtL9aPWyg6u35/vfc+TrKEakgjKbCrulHap9kykknZm7KC8xk9+uh7u7p9/OXnULvuttvF8sjSCZrPl7NixtN2a8Vwr4cvSIyU9IiLgKJKuCjLUjSUhjYOog5iXriW5gvE0IVz12F6TPMIZVwEcnVUkEWj6s0FzxT2LpPDBJL/4Ekc6nBapeIRjUcuvCfevaIuMeDFeVGOqzVSQCSpNhTO0EThx2eO0lKKwDp4F1xfXyP1NmR4zXZRY1BM69KDG+GAJmf0OaL12pa8jQu4j+ANUCPKPGw0KItKxQMkx2aMPOLCFac+TIBwOysmRjA+gspEup0QlUef1KA6/i4I/9NvJpyNjYjbrmpKOC1WxrVP56ePzPLurkfdCLjvERMdp3AV121lXT2fJZuy3V5/vVoe+azfXT1JtPSdrWp0to1zHNe4Ho6IKIq5jOEh2n0LQS4i7Aqz3MUmme+b7vp6XeQZ9Ji7zcXde2deplXrF/M8jmjFJc3h8BNwbOQxBN1swZr50ijEnTVlBQlQs+IYPmsrhpIT9xy2ZW4AasB7ti4UrFjN2/ihzBuI52xw68TowalxMolH37U2SpA6RDHQh2RCAm2cuixnzRAwwbPFuZ49puAagMDRXkMO226vcS6qedXuKP0qTLE3v8ZF/FB5YsbjeWxCRjocYGgvx2g0VjhWcpCuICFGXur4EZyg+HGGmtbxHcPMCh10H0WO01zVerl1HtrcHMGub9mk9G3oCYVsVeR7p6ROorzsorv3Prr76Fevquj6+QuPvRWc20jq2CnT9LbpWhPl89lsU23xg6IYnqd5tTtPVCIinxQZpFdEUzvboEx0nM0W0OeZIqvqLRRERVZ0O7d+8Rz18OcZdHBX9U5859vL1bwQ0WyeI+4EkRtBBRhO2Mis4zmkGkDZcNj53k+S2Nu8KW1dbqFUjHDrTAePQoDFPKmkM+LgziT8AR/K5dkwYmRtQCzPnAiZR7eIt3S8H8fpkeXwU5SZucYLScwKtkMa0HFsTEMLeHpch5La3lbVHgIjz7OxI2WEzDh64VJ8WghwVcw0JYh/FIjqeYOK/GRWJmDION0LvHUPr4oiMIi7TtHh3M+qwR5tMPVl5UccL6cSib2VlVUP948tELSn3qJh6VsQhBBgL3tT+Hxu0F3zzoNHyw++p9OlqCuFyjH4KpQpZFSaeO58bUyqk1nW2Bd7/eyFb/vLXpTHR6s8m3UduvhmeaabtiMt220DCbGOZAxntrZ7IxrfdS83L798vP7i6UXd1s8NMoSgoHz4wYcffu/7Ok7aHsehiEjtBRsn4XYOPbT9MJXh48gkQ7ZYkEabxbxotKv2L/u2SdBSiDVjSEvQ0dyPZAtx/icYCuNJMM0P3ITJexL8Uvx450P22tOXHLgKEIqLxTJNk1FEfJzKQHs6GgaSfJQ31L9x4UE6ppi4Nps1/Ph8PqN+Tw5UiRsjmXGDMiRDh+R5rE96eDFxnFI7jUwQhP9g9e/HXUSwbQrYBscbF56mYmxzdT0hKFLm7NnOgtpCDZ1yi1ZQLpVIaIInd1n22321ypNlkbwtpelbEIRaRZXIlFlG/b6Yn5zc/46NMvgAyYwLzde97DV+vlkUz5q6bBtbZLR2TpKqceuyf/L06299KB4+OIJ0qnU8gwiF5tHKXYeO9m3dvHz6DJVURCfdvrq+2l7sv366s6jq5HZttTye50myvrioqjKNMhPHECNockT0PzFQcqflqECCRcQ476A/YTEpJXm+XK7QotR22JoxXoszDKMxiQmv/OjZG4pQIv0cBN8C23Uw+oN/v7peX11dIXchwiqUfYVdb4+PjyVpQhzosewy41wIYcreo7i40dL1brfdNC2yCg2Z3MN/GuHao1HZmJBvzU7oOwVvO9iQRgymn/CGaDbTCIICh0HrMN2Rh22n57zN811FqsVs1EFQJSF6LxvnoZbRVJRAzGnvT/Lo2pvK+rjti8S8C8L/REEIrXl8ctU2cZKvjh+q7MyJrOn6v/zkk7PT9/HSFZmoL9taqDTSyLarpdgrpPGIRZ5eXafPz1/MVu1yVd0/KrQ3rtPSFD36OxscGuCAXvSug4PdVVCm4vzhuBCzLIOo2++hlBVHM23rq93Vi+Oze2XbmSjFlo8MFlgLm6RZHAlM9KwxAW0Vz1YQAkYsBxGhzn22uue26Xb9HGFvEhlHAvWidM/6YjhqwRkMaiwFTLO7NbHH5QHyjIKuJ/zvbrPdXF/zEJRnKmQUIdbrdRxHi8UClZrGYo5IHpploFAAg3T3PRtxQnHQ2PpadqWvm66sju8fRyaBYoSA2uQgL2Wg7zJvguDsTrDWBk6O2fI6ThJZlTz7Ic1SQfQOQ7mNflYFlFFve42aTliNIv6Oq2hecgZmvXSCFf5Rqc36gA9kRqKNIoxJKxISANCxyqWsnKgaC2VS8ja4VbwNVwXcoAItk1wizOzMysKp6OLy+i8+efze+x8TT8f0qpZd3idxXzIKChVSEjjfor287i+3enGlv/2tY5Og0jpyYDoV2xz1YRQ5KOAc07umU9pkeb4wepEaCML9TpepRjx1FrV9VW4ubAW/IIY+i8KEKTwhCfCAPli6sGES83WUCTssHp+qOJ8vhe9sWyEXSjKRxwgVoUOLY8g13O6j1pi8JUoddtmT/TgUw+gVwVMXrOt4R8KKjD2Xo+QOz/kTkx+zfynLKM659NMkJVXXOLXqO/hvGQHZ/AgCDVgyeXD7pGqAxkOhaGR2P9LoUXvA81QmUCIQEMocQX+rZ3M3VUYHX9FRRGBoksPU+AC2YTdSHO1SiLJYAOpzK6S0IZFNvgvCn39P6DzEwckiPS1ik5/uO/Pk2e6P/+OPP/viEjVwFXIVejwDRpgYDhoWYZDeOlOkmY79pu5rN//xZ9XRSfPhw0dGVrH2uoICctUkxtSlKg2UXljCwS0a92lich8pl2aRWqsug9SJmifOdl2z2TVlGRWpIK8Y1jtim8sRpTUKVrgB7x+UiQgfw8cpjmO9OG7rsqor+lmEO6OBDBkt6KHqGkeOE8SJmP7zdYCVoVUb2tRxg0+NFk9W4FbQgfQng1oEN5roWNiQukxnm7ohNeRIBI/tYBY16C1Nq1DPZeUwbiFpKbjOsqxtG/7tyC+GV826+EEi8XB5kdI+q1mMi0fKzoNglJeDHnBoShkxwxKl2D720nVORohD8hE9RitF59G5NdLqXRD+vF+QL3w6Xy3jJFJVh23gv/xX/8dPP32yWh13yLBBcwTb0wxDIkwNF91dKTtdFCdZoqtqXXYRJLmffL7+nX/4MJkhETSGazqdxVmcNEWa10gwSDK7vxaVymQXtbsIVwzw+VmZIoUVvV+gZGr7pmziGYrGw3nmC5654jTcg6bFDegWhywExxswLPgieGLUyzAOO02xxkMgHS3MaYAJwUmqoaw1DPXkJAinizhxE/0FxzRJEm4Fw3+FlrVDSACi1JJUa80DyVGhkM79WM/6Ic3hHLWB34scRo9K9SS4ZIVjL0RJMHMasXKfqw5YGRmojjw+4QfP4N3Xsqoqqnsltb/jr2ZHUMKA4gU0AmX8kONpfutHOfERlMcbC8+ujJpKc4J0+1ZYnI8T6K6tWyjRbZRkMn0XhD/3pt75y9bNV4s8wtWejkzXi/MXlxfPLx7eeT+C59/XggzZFZRzGtrGGVR2mBe1T3SEhCb1BIUb5nfW23Zf2XvHKaS1OI2heGlEo0wSJ7M87zoIwjhykUhF6Xd7CId91fS+ZQnPDj39DJyn/X6fW0RncsOmVNB6GueH4zOPjBkGS4K8K+CcNYRxQyl86op0nGbQS9ZVA2cqIegZHLO2wx23ph9/NQgDOuemcV+G7St+8b3AUxiIQGRCpYkLCBilddiQ31gAiYlOjEBArO9Ie7TvIyhFUZMKjS40/xjJFo8M+kNmPoxvWeBXcfYjLHsEOZn9m5iKKKSYrh94L8/S5yEjiyB0fCsTilFflVkjAp1SDRP6pcD+0CuU0PJud3319aef333wcJlE4o0nG77pQbjv7NoJ3BaT/Z6j4R5Uhs++evo7v/nbxonWdQJxKwJlqXWm0lWnOoPU8qizKjHxg/t3zf9zbZLISv3Vs92j+/eXhdFoFSbhhCTOt01rdatR7S+x0OZbJRKnUeCpgRSlTQJpyRiIcB1HSds0uH+jukqN7R/3gIjzOIzUeYEGoVfWOwKdoDqYdRoznFdxsTRRwkgUVMqgwQkvrMk0QnJDNVLRObuO+GY1/A2z+zVuIxbwI5vNhmtaCEsk6M7nYkBR4y+STLFAwCr9Xk+KSSPXAQUBMCOhoAdCbkycwJtEdAWiAgbH6sE0e7LEdN6NDSztR/RI7k1IInFYMwx1dnDL8FxEwL1DNCh9cwUy7En5W8OfB1QAlbWKhuQ+bPtFsISC+xHdLWqe0L4bzPx83aD3j6ELU2ZhcScHh9N6tz7fv3h2aXxcXzfXVxund2jRhdyyNF48UP289mWHjYJypeyVP7uzmi1TGceNi/7nf/WnT569+O/+xT9NdOl7xHMg7MXAA6Sx6iu3tc5EFnHXvrFZn+Isw0JRlll4o3QSpel2s04uX57eu0sRZQWKISki94aVPcchHqlWkpp7v99d930VG92gG63Kksxos+t6BXkwn0UGEjYkSxrD4MUAR591RdXUj4G3DiqsE/AcdwhSdYxHwcRL6hjHx8dimGGGW4AyUlil0NSRhN4MmmQjuETzaoABMXhqMWLjrmoV3FBZgToehGpFTUdtEKHDk5VbWhW8VZH8G/QNP1NesSD9j1iIE4YEG2d0fcdotfCYkxwtDk0gla6OghBdLlDeghXaMrwRPQG4XUTYGvgMlsvV0dGxl7wFeheEP8fXtrV7H2VxhGM1pJLh3u3yalOky0XWXz7fNnUX5Z6ku1A6JYqWHorSvmjhKsfjg54ts0WcF/m2EZ1T1cb84X/44vu//OE/+bVHxrioD+cbTwZ6G0hEcUIGiFIUVqrFfJ41+y6KM/wWEXJGV+2hD0UxQBOJCQ9gVLrgQ4a5B2/9XtgEciccEahh4RwnaOhLKi0IZ0OnbklVd0Bd8tQRBwxmrEWHevKGVyaLBfPYEw4xOyXxKLLrelonjIJoQyepUXANp6ktLlRMUOWQwTuXRABw2oTuhhbaayiXe0qdxJ7Ad0CT4+JQwcqJGcXhIBEslGdR41ZzBL1yVE4A2RT5433x6iAz6I3KEJMcuOT5S78r/OLAm2bLRvimOEV58a1FPNW7IPy50uDz2lkVzZGegCILrG0H57jctLGYNRv/7KvLD7+3ovuZhyDGu8yjAagjVcDOxHmeIn8OejkoN5WZPV3v/oc/+D+btvqdX3+UGfKN5obDZVantYubnd9jAoOTaNIodaqtrbFwu8eFSPM4Klqs1tCeXgp5y0r2MB2FErbpULRbImjS9g3umiNte1vXLZS1PsLBHWYw1LvAp0vUB7I35APmlDxIPB2MX8LHptHkJdD/NBKmuDrl8QZL9FNjJthLe6r2QmNblaYRqd9YNnOiVtOxLGJbt3Vn46yQ8FY3DRbjBj10scUjXcJxqhn6N+I9stm1HyWoRlysuAG9m7bNPJhhoEwYGgkhxCvLmDE+J+E7xiGLzXgaEwkkl+E4F947qM/3u7p/lwl/vm7Qn3uVGplBC4UnCYlC0KFkcfr8q+dzec9V8qd/8fiD75xqYY2wTpF7LXwHilw6Mu0hDUJlFC6/oOLpOyQApp98efk//i9/eDz7vd/81ftWNN51eM9rmcxOiO0T2/La2tKLje28xLZR6TRV8aw3mdNJXXdV1aW5EpNTxtlpkPPDGx5drwl17EgnGLIUKmgjgRAXiEzM1bpXKRLf7Ygc4YPqBdeyN5Cj060a/zxiLEnyBWrdpoHqGpsxnENKZv4Skk6NLRkDWQ0JYXOOodEsP3ncEJKrtmg6zB9QLCsIws7C249EWniwiIc3kzwomW8lFMNfJkzDoYkb2YMMU3VyiKQxOLltkzd6wVcyIUWdIBqFE+EeYCVgNbxtkr2oXE8IeJ8XhWld9zZQnN7cIDxvIATMgjIger2S0aX0UbnbQsqALse3brcuI5kYifrtxHwRrMQboE5Y15mub5RCDCcUgPCJRGg/Ujw7b/7tH356enrng0dHcbfvqh3EBbqW5UvndBPnrtyqNEfejcDJBDRqKkqMTrROCJyM0GQcjFvWMruxJyQhepRd41linGStIMKE9sSnF3XXWGmliQchCYcIZB3YBTJIbnoxSpixIRurjNI/kQ2k0csap4L4XPDFo0I9VMhkUk9PRI/pOcS8QC1SyIjwLVCywh8jlBXG5UqIGDSvwBIRmsQoyVuve4E2NuQazOq9PJwZxifB/WVIa/yHAWzuBqD3RMCX4TQyvBRa8xAM3MpDaKuwYp3MZ4YK2PMsR7qgVS7ltH+knSHxLVAdGHJ6pGrbQalv3mwU6RsahNu2f1rDoYWM0VTYyQTtMtW7y5frHh0I6yQxpydL1Oe0XM/oHtVQFLF+HP5TYe+lInt8XOgna8Q74UKxS4vc5Hf+/Z+8/OnXf/Cf/5Pv/le/+937x6t6f06M2SLOcn+8sl2DMNSus9Rf4TIdTeAFVKJJrLqWLDWhdWS5WinHwQw7q6DVCQ4brEY5DKhMXdfsFU1wtEQ0Set0FOdQbMNBj0yiVOQbZHxoIwkCgIvoEJGsSx3swuiA8QiSFm7wepBrjsr3qafwswgEl1Q3BhoeLTBRJy7Qj6EDFX0UI++xqWuqGgPUE+KZaI8tYmrSAo2FTcqgVVQgRTMyz2VfGMMcOr3DpMULcWuzOdSTXg2reM9/dChLFUj4+Fh6uqKQI0SBkEn47gjXS6uc0pbiTXvNZoxi0jcqfF1sKDCf59dlW7Z2DgXVuyD8W33Bp35R260wK3YD4rUtqbBgsdS0OD2xCNo+PTs2BiKrlUNRgh+ZEgH1Sx9tEuuH989+9Jfrtmuh50L5M2t620VZ/nJb/us//KHzze/+4+++d7b07RZyBkQTOsVHCdqfkNMgzy1w2kFrDUvIANQSVSO9ZgpkUWFzCIHFadn6JMk0DifQeBBSeGR0ns0hCJO0gPJYk3EEfaMbATDaqFulWTiRmr8jZBdSF2ThQxfY9ybQfLFF7ALlnwYwiKGBb0jjRKIJNr4igrBx5pFB9BPRD10UhG3Ix1OIBEJWM4WC1nDisDiZMioH8M2NGAxCh2T6Sf5WIypNenHDjnf6U1OXi0N/OOzt7VBGD75yh7eIePekBidlHie107WT2Zvtqv0mBiH0IU8aHI1HriekE0EVcXaBVR5EERVjcl9uskzHEc4h0FgaGU1q2lkYGhWqvv3o/TsfPrr80Y9fClMYk5Z12XTNYnVskrMXu8s/+Hc/evpy8y/+m996dLpKVdNWux6ygScdd9xGoS4KgdqIP6RQVhMllsgnUA7KJuPsZDpHoacD/xp7srxGSl3f4tYRHyuC491UkHPgOrckfQi5MaIdB43bKVkcGHo3pxpja0ZOh9Qto9T3YNLClwFqkIaFHie6UYcKVZHRPhETqiOlNS7tMIc7XAblWYrU3r5BI7k4zhKcmRLXnZlP/tVoEZNde1C1IZokiXrwvwlGqg6IPBEq4JvAgykQ75as20R4/PAjPrhb4K5SSNKbYSM3uH+FmMe4Lq57qDfeXNL9mxiE0A1eO11Ia+BAEOLaYZGFaYIzT9fXna92+yuDViWlkK1GfWro9wydQGcH5qvtO2iaijT65Y8fPnt+3csZFLJlHVX1/smzZ0lxPJ8trEz/6AdPy/X/+t//t//80Z0Y/ZBiIxAc0KG9LCvsQVflWkuIRoggS55euGojtd2QwAdmHZ8eBHA0PddFELECnXpxUAIvA56T7OBnrcLO0EFnF6HVoYYkD2kWra0hGpH1Y1jYWxx0TcczKqd/T9lPcRTB8wqoalJhkWRMTwCaBCt2HNbihjCNITlrMl1DURyq9pHp3NU1fFuep7i7hLNr1CxPUPGR8HUey2svB0b8LX9CbgonfENHtYMjXCj+GLtjENwaGmtP+hcHTjDLgoibKmw35DMEKzqJYQrNy5spfzfsb0iAGLpYkQlf45oIPg4fa/kuCP9GX/BOf13CBx6nyhoWR6JOiAXE4DPK8qR3TdVv5kmS56ptt0LVcYIrNxxuCEXEGswtCJuAY2OE7/fv3V8er+Krra16d7xamej46fMnF1fP+io9++ijVMWb68v9HurMHKpQx0O8zg0Dd0oAiCGlQaJ2MUIxIc1aGt2PwSCnwkRQwPVDhiTgtGPKPQ82cD5JQtJO8vQyiCTxMBMdmqQfYZYDkeJmwjkIvaBBmiP1eJTgTyJyMnUDkFuQz1oMD9G2COmGUhOZQV7UdRPsNAjaw8BrGgJh9qNnqEwWZzFuNg/YailubRpGWuDk5fuAPZAOu1Yk+Ho7uMWIsW1GePfYNIrX1qU3oOqe5QL0SEcMJ+ZwOTnBfGhS9obTYCTyfeEyafoeZwtvZDY0b14t2q8bn8UiwboM3084uA0fKXJ+zqAGNaLcbPxyAX8UosXxRG+jCE5LREBoFH/GeTsyg2wSx7a7evTg/X/0a9/91//bnydwwH2XRvHHH5zdPxJd63K1y4y8d3yEdmaOiDiYoCAHBdwJFsOkX0bAzV5YkRc5A7hHOMtI2xmNikg4VIyke8eaSpJ4StAlRloxiQ/9dC2yGkuPNrz0heMVaZmXOPgfCT84zEwjcDy+hJ0zhy2a9LR1Z303B+HHFwXrJima8HofdnlMW0B9DcJ5w5NBRLiJUhNhX+s6b5mJ5Hgx/tp1nxgI8hwMyMtEQpZs2loTgBuLcLwseroIEnhXpt0jyZGL0ZNwWF0edoxqsO09bD7CXzL9d7wiPJQvUG73ztIoGA8S8mqgC4CaR+o3UCTYvGlp8LyCG1OlcBp6gsSTApAcmgodRbN5lqRaNG51XKA5gm48AozJQ5pUHYixQ0NstF7ySZwuiiKV7W/8g48eP37+5VdXQlWRaH71e4++9/GvFEm+XaNY/PsPTh6+l0Mota0jqIuAsk7RXB5rIBT99Uw2ghBFrwTnx8t6qsM9FeGcOlUwR5UzGvwX2vIFEKWizQrKNJHHPJ8xOWzn1dDojut6mkkMy7dhP35LV5eZEww1HfTLEPfH8xsCqdDFwAedKlFyMW3gfyUZetKIVeqBRk++bWRWjaOvn7l942YY7kT4f4a2F5IExpn/jPkQQhraYB856gbp4wo1LFwiLHk49tU3Qp0j88ClGGF9oR5mdS1LVwFEPPT1ZdMkcZIqKANEpXVJdlSJeReEf+VXY+1Va1FW2VJWQlSoYLwyweRRIDNOo6raQdU2X2ZxSopE5FOnQvWGB0Rh/wFXaY9rOpN89PBR50Rt7W/95kenx3nT2CJP/rPvP/j2h8eR0teXpq3MamlylGvDONcYJD6OUBCFzyt96gNCiw8l/SsvJ0ew8kENZcRwD9HImzM3Zh5+jBBGdnALC1IYQfvJBZFSTl8UWsEERoz94TCWuFWqcgamdjFipTWCs7W8I+f3U3B690h7YqUp3tfDj7BQohygnmOd7Uf+02RqcnMqI9lGBj0h0e+FlChYZoc+KdwesQuTd0O9PR3wyFELYzqhmTSHcpoJKWEGfTcey/I0SyvTdRXfMvtyjwpYeQa3i+xc/OYtDd+sINw2EIQO0mBMdyful3FEgqqYUBr2jev6FtJUBP3iDoqmHQLoqTpCu1s8bZKCRfF612LVl0bS5Fna+6bw9te+f/bxR6dQJc2K+GiVxRDhfX+cpFImve0EBJ2JtE8tFKlI5+n4BDAFwVpFeziP6BEcxtGB8u7WQC9glxXS9Xmsj1tLsogesqIPrCEeXATgJESElbYPewe0lNe4cVZoa8G22APoJOTXQMbj0L+ZNBi3laYptV498RXDbcK3A/KVDlaH7FZP5hb0/wu0i4k5yi31vfB0WJ5t4AreBqBNqxlkFEHu1ai60zUlEYL9eHkphqajpAg9H3WYu9wIpxtQm/HtHdvAoHRMBJGBoEjLKVog4hpxt9s9O7/Is0JbA9fu3rtSm3undzKjUMTyXRD+rK9NZyFlzbRCow8o/BDBwZ85jadJHBOqw7t3zp6VT662lw4hnlTV4dwtwv8YVPwQa0oCKviVJgky/5TLnDhdpfDNuPUViDTBT9AQQxTTQkQ6v/vteoMH03YSnY8ichGLFREOqO71o6aFH91LqN0aLXuZps7Ylx6lFS3pL+DzDR0O7bwFZQq+4jmZU8Wq2RaG55E9Y6idJzsyojBjO+XEoI0L136aQp/M6StIlDlSYmFpXzYLpPPZse6gYp4rZxSqV+FJ9rTHgH8kKGlh1PBIf0XIvQZPxwJNJK5GAm5MK/EDWo211pA9TKg7xFS4UE1Qig51vZpYcHtex9B9h05yqDkqiVJMUlXk6u25g6A1SOBLwTuUoKaNhrcLB31a17a92m5Osygx8o1SRHyDgtBTJjQ4TI8QkgvNWV0LkyoDxSle0rbpDFY48ng5f+yaKNdCI7LaQ5khE6kS4dRANcW+Dvp/uP1Vok0amyiFY5sSsMJjjqUOUxIaDpE5eFrgGF5frauy4t0DzsMRU4JD/NmsmM1mzDJljSXNY04c7neo1wThSq7xItB5JJMzcEJrUXCexSPI7c+T0a+X6oBqRiKIxR0dZTV4iVb0AS2DO0WjOp5zaPhtW29RGYA3e8oiH6nznSoWQkTW8wiHMy0+QUNyMo7SLuQe2pUP4rjIzMSVIargo/SwJUaQznPSONS0JQ2UeUXYlHDrKDm0wbcMXmhGAteKRgqvYEt6VnPET4brUR/Dx0TvPwPrNGkKK5KH6wWPZ5grzRaH8MZ0NVr8dBU89yidRXEGbzhGL75GZcmJEQ3mFN9pQbEbp186grvEadF2Tayjs8Q83108XydFvEyjd0H4ui/oSCorYnKxrXEw00G+EmObTkMXOCdFmhV5DmF57/5dtmrXEdSTEXswsE4sL9cs+wGSThENCA5NDE87iW4mx1t6u7lq6loTEZX1IJgixCYTLLDLqJRQyw1TApqMh4XA8NlyIiEJTpK1DiNTAiuz0K2YzN9HQcGhW8ScTyDuYPVJdwsihfquod2L1Vx2YwqIymaDQ6ukYFHRsV/lB6O0Yw9CvQN4jBWxerSgavEywaRoszxD7v9ke+5uEPy9mrSCLigIH9plKXlyw30qiarBxYSvhaZlpDEFyXiU2xiq6dF3GFM85zKNEv/EUuuQXS1tC49q271iWw3kDppRO2cA/chRBjKKoiAijJJAEN6iSHTj1Pl+d1JlKUIO3wXhK181AjudImVqQZ09TfMdZRfchVmFsGPIN4vlHOrWYj6XCloXH0eZxQ4tOKqM9G1kGJC8AtFMZWDDMB2eS0HeDsuB303eCYiBngQMp5FRpsGgsAVT5qlBxOW4JPkGSIRimKVLg2hXOQK7mInLUxa2NBtWFnbsJMfpC48rqJkM8BSPKxiHuwyB9STyMqBZI7ITltyEIeAfDaK6kltiy0CZ8WmEUo8djbgjDTU+Ridadzq3SFMu46ddrjhYIN4WpxDDen7MipMo9TQZikmwnGt4hDehjNQgwj2d7oydcsAaKRGgFxbKb8j46Fza97WVLK1oOIsKydqHliXkxuOE3m/DBccSBPDWG++uq915Ob8zT9+cgtS8ObVo2WFLV0DxCJmHGnc4RYkY1DUHEaHdfp8XGdRWSZakxUKpTpmcnMc449E1zNsgkuMalmw+/Kdhwc2emKHBp8FfURQt9Q+8LkMnF4UINTVgL/HjxL7F+gBOZf4e84ookXjDeI4x5sf9NXYmdI45IAXDxwIdSY2Am3EgQfMGx8NMS8t1OHU8kUHeIeUnbPwcIrh7r9q67fvS404loqTvx5Ce6iOFvOHJ/cXaGt0NcWTTIn0JkeWL5dIYPS7rRmuNCTTPj895IOzLgQ9F4awOCm4YSfxkebAqAwietyajZM5BxEkz6DfUtmwyIKXV2GnwfBU3WGgBbiNoAKil0I6deRDeJPizgx9Loash8St+z7fbrW2bzMS2r1/uqt3RfJ7od0F44wtOQIUMhw53aAQlQbwvXKJh/hEoBBBUkANPTo5Xq2WaJEmad3DyyHHTMceHkNM4oMAFMYInI2zVNHGvxbhbYwl2y8K9A+g4y7Ltdtf0DfynJE56VDns4M/z5WKxWlEwOGLeO4LUDFA1pNLiio1+i5rul3kpyADOMRiYdztqn6hAb/fjsda8lvGWtqRIliIkpICHh1+EtCc5rCgd0Y5sJ1SM4YxjKhEZPYrzj0THkWPF940a0HA8r20Rr4ZiwfCGFsVsKkIxjUAxMX4ZFxJT0AytchwlKD/Ocmm6FvR6vWCsTBh72iFgJqpt0suwOsQ3mUGwRAAj0w0faWRTYHWKm2BeXNJ/CSubAA3n64OLF/5dJNK1Q7B/Va3Tdtu6d0H4yoaw6y/3VSQM7fzQVMxZAc1DrMndiFhAaFpOqOajk5OH7z+aLedwkOMEwSvo7NW3eLZo8hJpzXq4lJTwxEexpimJHSKEOxDy66OTgb4ieXZyerLdwKW5rduGy8j5fA4Z0rDfdfhJSUu1FmnpkCrRGr6CPsq5BPnwmoJfK1aLoDZy8DijCKzrmtbiLZeL42Ka0dVBLpGmi50lqhJbBUqFidZ6eGzomUMni3DZKDZxnBVOGeYcofb2QIASE9UpvgJY8gJ+PWdmBIu2tSfzs7IqV0dH2sQ4KBZqjJNpHDKNeLRVunGN0ssJnV24MRW7gztpgzITkT340hlE8nUwscFBNPxqFOT2/PgGUz+U9jrJXNcgDAqhLyjE2DvUFtC4vEEUQEQIXx90QNS0BOB8C898BRle2IvLcy26q325aey92ZvCrHgjghDepn2LQKNUKpZQgIrL4ZSQG24RakylIQ3Cjb9czh+9/wjyoZJaTHbHWolRAUVxc0JIFIJs4hWbJHoIQvytXe9GQ1msm6SazedZnh8dHaGpEFIpBKMAaOdBSUQOA4lgRBEKMzjTdVOxOy6rxdAhVHzaxkiAL7b1tYMf7ViUjtkyfP8gb80vhmh1Cv0udAEJyxHXQRB5WJuk7xFU6chPbRDdmPqoKD7rQ9VnEYzQ1WT23di+Zd8y6NTyrIDnIl+3DBxHWuODe+GncXhQQBYB5yoDqJPGM4E5IXlCdGsLz+GNa0Otg/wTLTNo9ySZaSGQYuaNRs3LOMkMkjDRkjAwnNRr8LVjnR+gpgKu6S7LouetfblvvnWUvCGQbvNm1KK+ajuBYCOGSrF1j2igIpTQpKUjmgKrQWehlyuK3IfpJMEv6HY+zC0F9yKCl248p+Pzx0fhoE3ImrRiXAFjTKByWZ7R4qwfppqe9oOYismwU43bZ+QBUt+PC/24d8G51xkdcwTRjg6jibKla1DiuuO8MYyCwthmkA+k+hpP3yALitr4hGqlmSHeDHAE6e0gAXrN4185bNkcAtPsQYWJBBQP+mhQv7b7uto5Xjfgy8K3AG4qUoKLpJC3StDJH8REmv7mckK4Qw1+84YdTzqDB0Z7mdF+kO1raCRjBgMKHp9Rqalj2nNIGkOrPM/TYgWHBcsC3srKKfv+NVc8B2ScpaZOq6vuctt8VbT/8AEa/b4LwsOGt+167dhjCc6ERb4CKtyzn6wkvBe7CCFhEyqTJItV0FtggzEdbGoDflgEh2jpGQfGXcbYHQXlEjX44wUTdQJqk/RQV9dT0AYNRUNzRZ3LgXGD04DJbGasA/1NXV0mGUEEQu3KgM5xZsOZcCDmU+oVgWgb9BxwNKSCNYwbbP2YX+I8Q+M8r6qD0v6NyBkL0aAAYLuq2nZNTSr3MWVsKGuhDiWhYxO5AZH5ahyGi2vCXRqJtgHBx1ovB07TRFiNmmfnbqPSRlVVopFIHMRwJgwywZ4kFOGg9nyXxnFuCUYVIYdloOFLHuTIW+E3ilzhYEAePXux++yzF19WaTqzZSeK6F0QjhtCdPZ08I7SLh7JX5pVAyVSfphTh44UWsdJ3O5aOCpnZ2dwI7L8CpMGqP8YFnY+dEHEQ9Cj2PuoBOPcgIHiYpRQ357kCuH70dDTY4U5eC3RMv2QFTnewvQFLwMkJbiqLiFFx3HCeQLFWvRhzDjMzeGgzylZWap4+7EutWPvSCi1jjeKYf1Gapqc+Cnf4W9XmtHffkByoXwb+WAj7lxxaT6YCtKGAF0H68b1e9tWAg1kBKpC4jWiyrYuZvMYtUKQvH8rAid1o3jFyMXxkw/dI9X3kmzvvfAjC4u9McgrSrKHKl9w49UT9OCgsz0wJRWX1yijahIhrSIcHzr4OBQstwPCxofNiBO32V7cwNMMFm/z/Hqtfvhnl+fp3ey9+LyWZ/m7IDys6XHzhQAugzeW62WPdF4RxaqsdnBG5vPCKNW0fde02AhpeXp6nKUJ0fHcQCPD7ImBiJ1euG7jJPIBEjXikOVIvqVGMSgXhX6MPi2+1DUBQ8SkdUGIGxwIpjMxcJrSMD0Ofda2pWUbwj6iyAwTQkZIBo+Kqqp4bdU2TVXXw/5N3fCZGIY0YdaHycCNecWNwO/BJJT1r+nm0iTcZgWqJasBOuOJ3SuwD2wq29feNuwGRUsDNgjG4kLH2mHrZcIW3isT7BbZNILRXp5G0TJAE2gaRML5TkeRYPKkCxhYau2ovCYWBo1FvSbrb2bzk/92mKPiEIuhGaFaIQtFvIcM/SqJ8jkios4cP2phmQomBvfegQ0sx62J5L0UPxfUOCVjHyi8nnz1oqwWb8j5fyOeBPR+yMA0uICGdxr7Luzo0JO1R+onVIa5mghJQPbgYQsyRVUYxdEVzeO4HpmkVKMx+CPsCf3BLmJ0HREHLqlggh/XdEzwuWGE6QN3gsZyEbnOI58fVdQIlQzpoO0aMkTAz54otmooCCXNLTvuBmmFjeO9DJO5dMPXiKfhPmqq4MIROOwV/NRec9ykh2QFNxMGgqXVmmJbW1LJ6ruudLahlyc1TcBafM5IfYZ+abZcSDJ2cIpNuGkMSor21tI9GV44hNFAw6WbiQSjGrTi8UEAg5OzmmgjMmmKcPBhGDbebAM3IhTtfqL0JAdVby/DlhCFWvFbLJMPSTJq3PKPFm8TDbZpYtTy5HT5K9/78E+/rp5+9eXF1T3/3kq+C0LeENYdQerhoxYdApKpHGJjMT00YyOzc4RfDeKzQyciglmP8GEOSfNSFaDLLrjaqYn5e5jyucDPkYcuhszAWLltmCtyaTqw3ThCtKMRJRVdeOsTFMTxmIIWGIEUR+N1eHjcWZI+GFsBurbt27bhbcFUHYP3y2M7Nx0wjDbXt07Y+G307jgml0vveJPmiTnRtB0RiOhtNTH8k8wQSfohzbIs53QND6FpQDYCEvq+YdE2Z9mReIJNYXIzBdj05B8aY44umnnhp+lez4F6zaRgyqLwY4PNn5o6sAqH33JYjcrb65MRyjPLkl/6+NFGXjz79Plm30xJ+b/gQUiwZmTL0szdsByQIvtaNQpLTw/iMGZQYfoyMWyQwwI6uKaIYCcSdsUDmZu1rZUYldNDYgmq0dLfkjkbh3j8HLBLEeRQQ6pCIV3hSrBvm9aYziAPhJR4w2iUhKJNmJiTMi80mRZN3djFdiISNcbedNg7/v2B3CduP8MAixFBnI5RQtxOwsN1pGgYkEBQ6EP7J7VXlupBBxEYRQmj25UXA/ECjXu7roHKT/MqjhECLriCkyQGTmJ1ULlhyYlBkFsE1UVe4YRXoQ7eaVNI6liPHBScuHGfQmqHPxA6Xxx0+CclzYike1WEinb94s5J/lElfvDFi/W2wUX0G8DxfQOCkJRrufvBsWAAmVFfp8IUm/HTI4ZjsECS0wnkNAgJok9Vi2X082F2rgb2pxyKUm6vpA/KaaOGku3sdLo4maSzyiU+CUG0iMDcJYwH6ijpOI0z790IFoPnRUBWDkJuONGSlPSdQo4dMdaj9dJNsJgYI5DLu5vrOzGOOg6BObjdOsfFrYF0RypS0G0aeFua1qKkv/OQFbO8IIR8oB1xWc+ybMK10HgrZhQP46Fx/si7ljhJx3mpmhSEnJPGT3B0IDzU9zf+z90wI3zdsgFuLvLwiW4orwWxQ3fLRk7cIlt5vzqa55v1PFOJEs8vqxo5vvoXPQhpCGm7pmMnZZ7yq0g7gpkpAkDx/jpJkin4g3dfQ3cx6uch5l7zMNOhwnTXtVFkBmmgsRAdT6k7zP+C0kp4XvAH5tHyyWaQB38r8e569rkVNlTJjiYFBDSDl1MKP7MWISA8oJsgZMNsUJGAPARsQ1/84OMwluWYmKA4RuZ0ZYLgkhDeLJPWhxE/olvxuWC6QvPMoOoboZ5ijE599L5ig0gXg4BG3HXoJY+7CpaxGX2CafZpcUUuQm5lXxgVlI5RNUZ1dY0KcdRFyNGa+GbkjE9valMxXIsOdcTpvYeP1Ab/lmAIbKnkIRI9TY8RG3Xw6+UektWXg4mOEq8OdQ/PRGI/EMWy3F62ZfnkvN7VbpG9C0Lvyxq/cKyH83WknNIYmgb1ykDs8Rkdu8Gx7qJkqJmLzXM7RmkOMBSXpUlMJiZay2GMd2ONLKeJdByqsV6JYJDoDRLQ6ILkeeCHe2SeChA5p6/btkYPI3SKNpk67nrETMVxNKkqA4+pc5LHP7h3ieMRMTOan4kB08z/CQ7PdF9nu663YQfNnB3e9fMf0JGKtv384IxBH6GzWOT2fZZkXe9UV8HxztIM3iim35KkoxoZ9JL2kvRQikRKGZmkqGxRddOUZRkGucMld+v0j3fH8KCh6OeGue9DncmUF8IY6EGBwI9XsKR8JdVU6zdMcIJAq/gryP6Tql2rIkvq/bbd7q43/cW2v7+KvvG28BsOQri2645tzGjVqlkaCGshG9C5B7EDP/lUBv6ZZKAIfcCowuB4D04pjgHcowLeKxfA9H8Gz67ho3Tyxp76Fs54OAK0qiNBGqQ+2k64zvWtt6reXSf5vEdNF8et4BSBSUQnLow1VdHc/oRtG6/v26bhzDbsKg4qYyMOS9LVTme3H8dXPDtlB6apPUZwmSZ/wiJXVQM5rETVGcRtJ5q3jpzIgsWiG/Szye9FGXIE4a2DYI5vU9cszcZAn+Fu8689/3JacISULoIEZMAVuQHxd+MC4n0Mf9zTsfC4kBgr4b92BMiYYZwIl1W5qy82rfOp/qaj8BsOQrjOW2LD4cnBXIfvVJhyCGWH4GEanh4OFg9mWJ6EAlCPng3sR0nFD/IJbil2/ax8PFhrcS+KR8J7f6usmnZfjNGwaHyJf0t5ED7ONlJWEnmt3F0m8xOp48EmXt1ceR8OjyU5+jH2Qs85eE3zSx57qvHHkyQdo2sEgg/+Z/DOoUgqFYH9gB2FejPU85Dim6bab7ddC28pSmlBxcCpn9pbFkZzjNbxKkKEJoHomcsh5KHc6ANEXt+ciN54426ZLpE2rJiymbng5LKaPtnboTvUkorhqYMdzeF9/BsGkWPpUy8TEyXC79bXLy9K5xbfuKf9NxyErUVdeKaQI1HAsxqL58iCcINmRREPBUrWFPmm2gyK12Ew4yfjMTkWP46+M9ITzMpBFfNnVyvTUHHe38p+IzCfURreol+TQpVSzIQIuELuaQs/2rXlen1p0IIC6fncHB5mDdiNhi0aFXjMvidwz2AvowOYm81zPb/woU1Fhfrp4DTP8+mhhzrXUAwza4KhcBDd8EwgdcHzjrFGMJH1VdnEacJvKbxzaNsUWAiIfUDRAvwEvGO+ZtgbGk7CXddA7c118rDheUXOfiQZDiZnajDPIWdF5YJoANmeRgabay+mdqiGbpODQ6hihbtRlO1nAEZ/5ucLfXt07/TO3ZPjr/b15dUejlskfrEzYYcyhsw6Q9lskl/pSSeEkGhaJMiU09B4QNkToXJJyIRBLSl82m4ATAgShsHP2piEldVf6y4yaSpurpLUIR9SpjFjt8bnZrLQkwa1bRzGHhxfZtPbXgQBGtlsr/v5CgFoBH9ldr8YeW86VGYQNVBvstAYeXESQbDrMLPSFCdJsK0d5TWDqZjms0g3AhfmtB217HnKtth4iCGEkNW135esAUFcYShfa2gBUBlA+cVyGQVRALwKxs6NQyBJcuqTO9qmkoa4Djo6TYNSiUkaMc1XhnpRTkMQxZJRv5WTmMY7tm3gr2xbefjkaabilBU6wptYIwSQZrk8z/KjBXdQaryZswLE9SZuYbKQuF3tGNQm8LFRq2X6/vtHlz950TelYwPwX+ieENGOghjVCPyKNI9GWKMI3p2O5PoOuiwcDHCjUx8yggOpOsUyyQbyNqJ7Y75MeYn8moG1kK8bg4tRdcLZGzUk92acFYl3qxC7Bs9OtDjM0NQs4eUeEeUBYrPqdluV52F4F+AfIYny4gASfFW2VJGiqdtslicpcvMhshxVAprNtyXLkPqgiItG3Zr7yRslH+FsAzqBfhcCIRqU0sC0h3QN3m7YfdkiJYwACVFs+DZip3vWwh5sHuBVJzS3jKSZistIqoEtu0IpRA45dZgCHwbRVGEKuEU84UJx7OY6aRvjWwOxh6KS0taQjDIZzSzbunJrOKBqSLoVqW3MSBxqGa5NPMPibkzb/eunozJc1S428O713/vuvafn54nsftFha/A+VnDlu8FjknxfgkrXMM7jfunW8odJQOOoZsgpxFULapZqMIv2Bz/0vw6occv84LA1njgEDaFIVz6TFFUkfYqC3S3Og+BkWknTdC+3u02c5/PVCaq2oQ0L4lDIO4l3LZYUdDRL3VPVXQuZQCiq4GzDTz6oGA0vygflxUnpF2G5Kwa1mKBiOOpSK5KBY8QcYc87XvlBH5oXeRSQfbew2odVOGk9+psWEYiAJWWd6FbmkZMchL+p63m7E/afqFAF9U4PadCrXpA6MwFuIclmgihYWunxg7g1Gxtb6ymM4W9x3rBEwo8gz7NvfXzmZPLeyvDY7Bc4CJFQ73rnx/NO/hHDuy99MBvwYak91UQK5ejNypLYhm5s9/nQjlPBv3ZCM/1cefx4wGoOHd0wqAxjQPxUSddJQeKFJ08SaNL1kBtSQjO3qOHSGUwXMsHuS41jCXZf2m5LCDlsvISo6hIjCkIq1lPQ1qAIaG8ahslhehQEwv2A1/M3Di6rcdsp6m1EIEwb7AkAkKeI6lXzwDBOo0tw3Nn8rA0wf2RsxuZGLhm0zYTlxqvEcwcIn1pnbKcwOK2X6tbO/ZZN2pSy/Lf8UjwjxVFyYr797fceLmWkf7ERM3BaSoQPOzMEEsEU8Z+EScMqjIh8nrvz0WRvKrPrB4CWHz55HtxH5Lgyzrv/Jp/Z+D1cwVKLeiMxhr8fMjCnJTQgkRmO/uMU1SKaFu6VCHd1WBVXTes3m9kcJRjgJu5ppoh6p9IidkwHfwpMklIncQ6vYXO9Ozqam0iJV3h3ryRzydWaC8XqKMKv+C95dcEXULCCkaq3QeYD3syiKPCCcwc5maFxffV3HZ4DtAOWqM/jw77+yAfZRzU+DeLCS+ZF+2CHZuGNE+hv0EJRq15BqI1rm7EQCBpe/x++lO69KJVYS2W65uN7y3vzN8If5psMQgi/lkvHQcqamYBYf0bRsFiXt1o1LggHy0g11kIjhGLMV7eX86+LultVzdThbCyJxynfNI2IQKVjpCJiwqC9QrkTGcPFrrq+6Wq85DtMGr3tI8GrTuwIeYFJKE6fpklVNpCpoiiBshFFaKoOfiKKE/GKBsR0IDH5s79F4aUc7acRMm7e+kCGDDsPzLkaW7XxHZtsTeWtKnT8FMaoEK8zjQizIymmDzKkdB7PsAcG0uRxzUMgPp6QHpwuXnnt05Q4bmrHUdWti/S1oYXwLC92Xuyluh/L45wMh37Be0JoBxvrRmAwwyZQM4zh2vwxT0CSXJKNm/owIJFu8EThUYSVgRQjpBk00f8G3emtyHRBy/mA27xB+WNaHSIM2LuQF9lW0IFCQRoloMZkUSNUFqwr7PxQACpicAmViC3bCZLgBSqecYsVJ/GUkv9XZOwAfPWH5zw8vUPvNOq7DT8SBr/Q0aVpKoKshhptN0dYz63yYWxB0cVtKO/HOLzplMb8fj8iYA81C9wLceKY2OQ6S/BguLIQUxdnDG1zrzCJufYZ942DHephMSIOmia3r4ybayf8iRoPRnxSZOkb40jxjQUhvEttD3nCsfi5opKIZwCOPjwyh/h/2bu2WMmqMr32parOOd00GnwwsUnUGIyaDDjRgAZkIpeYGZlEIN544JIIwQdovMxEAWMETEbRMDwMgw+AD0Yl4gvoA6CZiUYlMROYRI1mIpPQJD6ITp8+l7rtvef7/2+tf6/aVXVO9TmnL3D2SqW7zq69116X/77+ixyJx3q5uY+ZH4kRQtoPVRxNDQoXEUFjlW/CjlrVkYczb4AASSuIJuFTq4tjJdtCU38VauhPJIZoMACjy/OuJtDIKEfiSQh0EErPPvvgaJl1YdIgdi1q2eKhSRaSwQWbpBh97GjUcIa6GT0fmEiOsbMN+8dMWTT2QWOHDImMvczjWE2LxDS3W+frTnWSXF0GJYXCUFE5FzjMJYmom3TTny6gHfKgOrPFTjgiTuaemtYIM0kRnXbz7kovb5P/ypr21YU/ldJfeZLUBFVdPQpnSXunWthaZ468rAtb+ajBJE1PQNQ3PIxUl5Rxhm6ygmxculngqCycZfw2QsxEYSARVS4B7qxvVhTMAJ1JeSNB2W6WW2yHHK/09HpJGTKtyu1JGEmBeUVHhismwK+s1GaI5CgsXEOqvkid45W41JEZctyccikmi9oqGcGYsntNBDHEW5dkHS9PSrVQweQqScEMi1TzF1Zm0KmmlQXaEfSMJzqNnDz63cJ5TaLJyqqTuF6mgVlu3yNh6YCEUm5BCGqS1pUTqmowHI6Go27eaVDoGG3otsbgNHWESvSk2htmVPdwJ4qHRum9BJW4yaDPCRGRfFu5s0igmttCXGB9Vhc5GYbkRqTK9Wi7rx48HeX2PvhDEu+KmbEKQpcH2nRhXYVjoZQojtqavTMTf70sTv4bIvqToHxVBw4c8AEKWld+wvA4h4ShB+bmoEudKefWrREIKviWU6sWLCWHUKYBD1klCRDSKstFM5SHBBud5JeVUJg4G3JcM5SOjETXGYeBU5akJjNMyqU8VfcH51okVHFUtDtQJilML/tQkAwKqfanh2QLZVxNwWSSoJCEqu6Bb0X+htvrg7UZQA8BtbRXKeVWmPYp4oQxK1aN0fmgRwYFi5klrXwu6KykEcQX9E3MrN/tjnM5KIRMqL4iqZWHEA81LZRdEcoXYeVcK+YD74/G/f5IyivmWp++Ki2Do1MDDNmg5Eft94mrvoRwnEQj0qCnF09JxljqQ0Z+rTNBf/pQwfar9EnzNCRKQq4yEd9Z5Yx+cZWm55jswdyk5vs/RRalufssLgCQ3BmSUTmX7HsklBILqQSmj0sWE0pVyMgyAOuxY8cOHjzY63bwWV/fGA5KJkQjsDrNCQt9rJvmKUt+aTUfYPVwVHY7en5XVttKHPKUWMyqQlM8eGeNolzu0LcjBKprqLh5UdGExMqb4hYnWbflTVJexudSUYtR2XU9sX+MXUaBdGNjHdRjeblXFsOEvqJ6TGc1juiDorV1k1iYbHi94tVyoKq11Tp5NqrcK8c3h4Dm3gqGutEvltz4dUu9RHzj0m5vCXPRhNtS7UqSdyZJr7ssGUxLLRuVaFpTJ/5BqYKnTllglEWDJSpagXs4FGfZvCuep+qhxCoT3nbmTdPCBiXbhbgHSBkbyaqKbQHfLJzkU9b0Hsw9BWba1eiItJuIw/rmYJCJYFE7OVkqRNV7tU6OptiiQ1XM7Y2SqjxThvLp3lzg49jAzCVHVCU+q/R53OcZuPW8Vo1cIfFPWdd/lzPu9Y0NyUSkVo04GTuNqMHUVwgaQqnQ7AnB7bPyinuyDQaOhFtJGEeRpFrlrtTcUeON9eMHoDB1e4XEGUj9bKu2accDvkD3ZDy7BT1SR43D5HlcBi60tnYc+hh5rh17kpnjVXQ00TwUdVqNxlkcfhJWqbF0BQQKKdxYDBLNx6puXLkce0ti//FoqO42lEgl0zYzmFGCVfjOLHaJ+JSliSX3ZaA767uMpOR01e31Or0OXjQSJ18qhyFjtq8o6Ky0hiTUKa3qGQ8GnRY/rSOVDN8qZmyKZMgpgdMsMWWj2E7w7klKE2ookzQ4oR4K5ZJCzjGdw37nhGAhQyGUBdO7UKjM9ZS9k+f9/uag3y/VchBivCtLF5/42u4kqH7nYpqYpGmSbE/mAMGArJGEuIgDcpZnjI0a9vsb/eFS1hFBT/JgZkHVC9EAlQ99IKOKYywMgFgFgYKo2U40jqHvUWjCDYCZi7xqh84PHFiZZ6vUtB0smA1kS4CBlY/9UgcFISbDsZ6/+XBAH4JMw2lB0Lc6OEkwRJGqmYIYZyDA1cEAumva6fUKyY4nJQ+9eUaT9EstqIwORD7Jz0QxNlKrEPqZRKGhsewYO+JFSqDJpRpqHZzpYgaY1r5Tdcoas/qG1Ic+GxGjEosduL29BpGwqoYS4lDyNCANWodWzxTRrr8phVN6ecc2oy5zWZ9nqeSU+meDYpO4BQWNVBLu+xw3CZNYy9N5rwcFbm19PQc5X+kwswRLrDUcAKidxmOLQcqicq1Al9lIWJ0w2BVF8rVaRUtSrZoG3jTW/SaF+dRXBFb805EnelYiS6IuYU4TzeUpfTYV9wopYyO1uyU7Bnm4B3FHQ1Stbll9I/13OJCUh52u+NYNNHSS2JuBe4tEU1ZMGz7pV6Cxfy4k1be8jc7VMf5pEupYNX0GZxAgjcRwjaM/S3ZOBad0Pjmqqw/0nWGg3Jipi1NRVq046kZSHVpdJcSNyUdnDgeDtdXjua/dNx4PtT62d0+ZCLX2cTMCSYVEm2p0uQJTFnzVtvMUjbILsY4vRLdumkDB7HR7y73e5l/+ujbo48eDB89ytWucz9REF/4kmUC5+Iy7Co47RELG6eILmOHq6mreFZZvobrg/iK8BXKjVpyRiWoN35dAasTJASKhypc+cqJgtbTUi8vepS8avKqR4Gc96rghFsEH1Kc1/FaGkVh3UQ0gn3SzAdAYG6f+Pk7LSEIuTSGoZ1rATcIFWXCi8Akpo/qhZchH6KKIQa0rHjuI0pehPhmO68yp51mwyHIEIT8eAWNEtYVniT7EyRIheB2i65KlrHLOtZxQvAXxyQMx0tAHB8gstXa7aOFOYnmzKH7chcoN6vaVR56cLhxGV7blyQI2aMMZUVQqkamCf450CK3w+FCkR4BsbK7UExE3Mx9YnIbMap40PA3wfTgYYmrmb8D0jWGaZUgtlViwfMMSqDGHAmKZAiGWqKvFzPIs1frwY82TX4J5ZRXPIb27iRaiGi0vrSQh+onGZas/X4X8rWXFGoZy9j0WlzqJ9SgYgijmHn2RlC2QxwD6PWVpEtelAVZxPg7yWKeGK/IiirJh8dP4MENJQ11KKS5vFnIC+xjCLMmMAdqyd1jV2ZwGfOHE0uiknFO6qptqJegzhhWeNiQcjmVTlrO8B4mJ7oiaz3OptwR+yLWVUr2jURalV4rFPJJtEYJCpB7tIJVPurnNCksyZ6gnkl++oqVA8zxLuGxHEoklvQPL3Tw9fnztL3/566FDh6QO1ATaeY6bzHKzEmeDshZZLYOwAdba2houQvK0ZBYW0OBTeCYuzkE6cUziy0n7CnAY6lI3h2o7HA81BUW1lINvSfZyVu6UE586eUS2vLxsDML7FjWqTJDN+JOYhO41ebdbBr2RmcglwbFE+OnhTpYUI2GT2dKylaBn7vrKG0+D0Bt4ULybUZiLhcw31rMMuTlKOdpIfLHXZuhZTbCSqCiNOjSFCHD8n4ujQFJWyX7nhINxSe7nQiUBpsEDgxtj0cWaLVGoIz1Qq8t6ea7imQw5SKl+WkmtCcTuhFshoUxegtYBwD4iCIS4mwhjAR5Wo3JlZRm3bGxsBmkwmT7ld1GC2th5pawK8ysI0nKtzAyHw42NjY4GFwZf6g5zCntSEvJoNI7Cgy5sWOQ6YOOa9w98r6cB9ZKnSg9tGKXPs2+K8qBoYOy12BxQPUnj/OM+ZzbWVjI5jYbLKysgDWMn7F3cW/R4pOChPHTFLAHKD/sbQMSqCz7ZswHTm9cnYiZ79DUX66QHRm7oyW/H9JHe6My7qKzixKRV06izgPCjZ0flIEnLM0YePT1IiPUjEoqlwLvgVlpVwsetS+6D4OMYBbNWpmV5dw0tL0EZzuwJ6UJJ1lWBqURH70r4OvhgplUkIGKBQ4r67tTcpzYMsrIJh+ZJ+zgdSowq1/qM5duM6T2Bsj8Y9Pr9gwcP0oK6vr5hTggaopjNO5UO2mwZCsNVoFzL3XQp0WzahaY/dCRU6puizEsJgRItMP9xFTk31ypXHMHAoko82RcurROVwEc177MeRCLZByA4pJIqqBhmoDujYZnLAaDnmYHRmnePOfeGFKP1YgaP0yr2EIznLQeZTCoVVM2JXZAjim3CZpjnUstBp0W5v8VRbOJAt9LFhg3WIVTZDN8K9fAAdJJduEC8Q8ojLf6piFGxrpi6gMeJ1hfx+QKydczlJvdJCFOm3JC09qLo93oZLfsznaSSEMKhxwz+mlZud3ZOWKcMD25xRVVurK+BVamNJGP10lwLPeRZFjJWaaKdKW/uJLiP467RYDAcjECW6KvD0OZMLVUJ7VlJMVA3HJ+ITfOdjUejhilyel6lHqjgC8TXLE9Zcw6q+lIngyynZV1AuORUBBMtBv1UC8pLZoOkSDOe1emBrRhvdV3UGMsKdfH5UeyOG2qETP/qDQdFMfJlQpSelb6ypBfOk4UMLhWtWONyf3PCUs8nfPkjW3QNNmMIhaTsy7tSrcGNDhw42JG6f93h2kZRSaZaCVoveYInIq2CbwcCnrp8hDR4zm1X7sP7aGWWyKH2fEqdd1xMQrXdzCL3zEAaslSU/mCyTpFKjGVZGyd1Gjpi1agK5vtXri5YV21srG1uHjz77Nel4oMi8VAihI99rvhco5+Y8iOk6PeWJ6buUCqWis6cZla+KJMIHT2y04iiIoRjJVLASmOCRqVzE/ZJnwzbH9CrHV9HLpYzzZ7MKpwsTS4ZOlgejT67oAOb61091Be2n/lEL9JJSHVHmcWXzpJ8FjTIpub4ahnyHVPdhHqs4QhHHApBk/v9Qb+/SXrX6XYOrCxr+HJp+fO14qILaZ3NnztJfVESSSbmvF8xXQ/3MRIykjDkaCiCN3OlOctyz3M63arEog+Or64uryyLsFEU/c2+ZjPKUp/Tx1mZHnNk8UUjF/fejlMm2bVIgArsLlS314qBdG1RP8/MpyGsM8Hgz1SzKCSBM0u5eVqUVAksAFNLaRfTWV39P1pfB/2hVEvKJbRO7SCUuypjVI2yTYZFnU6X0jiTCOswvAu1d6LT4CYW1NYwjihY1uoWR2WFacNYPbYxHg+EQITTkXDgn4QQagelYTTuu1E/7+YSMg/uDwytoizZtCopcgjOSTI1jbesLJNaJABPutHH9pjhsIBgPJLSgrLUUFQkZ49LVlaW6NCd+gJq83w0wglvVVPc/a4TqrHbCgamPEJymtapCk766o0piqFY8ztSSAj/rq2tYzMSSjQebpJQwMcse8EEt9ee8pOBOQxRKum/VpZNw6mpW14nFLeyylxVpBJEJx+POpiORhtqqguXmqfo8eN9Ebw79DFNY5Cd1pfQh4laQbGsOYx5GplEaiFgdNmeiIEQaw4PS8a5ekrMVOm1SIEcNow0bxuLdtNRKZQw8yZqZY+BRIZquvEpfMMlaDollzi4FOLxR+8F1nuE4LO5OVha6vlDWz1XydITIL3V9rLSax8Jxf3ZSYZZlnH1+l6qVfykzoEUqBB7/UjI3kCZg/h5jEdjZSdZEgqX1MfRzABv5URPrm1JDlTSVHy4FRXTRrJ6op4dS4zFnbO2hchBl0s0lIFB4ozylWJptIUsLy9pIrbMZwlIpgLYQ0UA9Mrkwq7yiDBBlSIot8NVCtjMJpyFNOXBfResKl1b28AblpaWklk1xuoxaLZzddmRCGxwZZcy96QdSzRNSjHK8cXmDBSH84bjU58cWcmWpGzUzCcZD/TppGTmHkWsrZwVLROj1MERTfZMOSg8bTqhFJVWvgIoymp2kUAPBBT66mNVCTiXrDwagAPCDH2wUod6dXiqjyWidAahNl51cjHQAo5j421IlGT5RWujqF7PfBYdScLbGY+HYkbsMsm/RTaLUmTRepZdU/HcNZxygrLqz9+kWJToe0moQ1wzFnrt2ImlHZxkvlgHVXMf8jfYlKKlKysrLFHIFI9Nl7nEa/OdTg//dKH0jseSck5rp6b10VNitVyDBJE2klZNc0JnzqIhN134lWP1pbaTujxhEh3KL6aAJDxDrdJ9m+ip0FRkgl9qzrPsTHJi3csZ+k2ZXdVuH4+nAQ150NCqkPm31j0SLUGbZhZkcbKEDbIa/ZRqt0jjZKemTAYwEowqC0tFIUeAQEPabzCp0ajY3OgD6IPsJ6YdcW0D8+/xGD+3ot9uVukviZdSxqPJ6XwZ4LiKTihi5WVUdhpszk7zDFqBjXJjYxNqKiQ9tU5XEvs+GdrMM12Qy1Q0zAILkAh7ytXCnRKb67wvITw6xGI2635OH7eG0EGv2ZKWKRkSo3NIYVrE2a6q+Txw4hV6FKnpiqsRK+Glyf7lhDRhpfT2rFwoSS07SvjQFJXFQAobVSFz7Bgw7UUvZTXMHeFCOgcx8Qc1pmIVHjetYCQ7RrxJTw7X7XaIh+RFgd0lrq5Y4s05VMaYhlCtIy4rMFRJvE2cjYuQWoC8UKRuJ80syqFsTCGAbH2gL24/UWILQ0IzVLqQuFVxMnVm29ffwEoHg00ldp3Kp30tpwvjMJEIuG5vqSMahRJKTRUTmW9ic4ueanock02vPfjig5/6uLKqC1RQDyT91RKFpXrhyUGFiEWqC4ZCbqmHrMZZi72CNQy14lbKbNPVPj4npBeh+keUIPcSADocaooX6hgJ84pKneekK0f2o6GkuJdI2M7yspSbpQ3a503xuXSl9Xod9ZxUW7uWFqIJfirxVrJrZug0BjfujV7jxgEmXsHsMi44bXa7PZU/MzVsFIyuaKhwkrRiNEzGLMPUC6k6k1h9suhK8o2QjzCN87KaccXqBConVMjVsxiaXYGnfYmjGh1cOcTSNMI0ZuWBkILEWphDhVUqmak/CY/LxU8xJ4YIF66IKUVDy7Vx+oPcDO8SNHv961937NjxYiz1AYaj8coKtOael6NTpsVhbq5mbihzvq397iWWQm4vzgwL6WnymPH75mUU84YuFZQsbwLukFDrlCe9pXJC2iq0MnXJTcqSEDAG5qG1Lnn+WLKkZCPTSVx0egemUVdX76waFktmqQg6KvNYq2+dGHrzkZPqTVFvyg+zvIRYOqri3DYc6nA4zLNQ7cX3k84aEmX1wvmM9xmP9bwve2AsDTZY06PKW+pT8WkWvwLQuE6eN4hVzF6qunShc5WLzKfJCZk5bBEn02dNm2FJZSAB5UC89fUNEN5OpxviLZ0PYdRQz2SW8DJl4KWdtqrSMyWQ4jRxwioUNCsl/aacT5dhG6JMW1VROz2L1WE8bFTD82ne8eBI7IrE5bEWWNOUS4ILpaNIM+HbuTM8tPeqXdSFSN+Kx+ZWdymCgBqWhZqEqgwBN3zlQAueiCVenahkKtUqFWKjDzG0bjI7PX0JfCifLWMDrKsJf6OoeLjz2SxGWjYTy9XrdeXANkvmpV0kAoqcmjInAi03kcwf55uYFjoS724WD7IhkYaEbmbk9gcq4H1ARcqoWmi1UFdH5lLQuoWTp1LG+SNt1g+PZsD9i4SqrYWYtSoh/DFZBLFQD514Ip5K5UoPw46HclIqLHd0w1AyKErXEHwS2mPRFZzzIXIS4CZSf+Xjdak3hBR/yYkap+PUQzzuY7V4KirqQdDl5qrfZSOntYhVpc9M45OSEnnK0mcTt7zGtSGxrEJRXtftZK7biV1MNEDBn+bbiZxQM7ryVXVoeYii8kiY5TTgqn2lpA2llKPwwXBpZVnMhsVYXFSYRiIgq0VK63z94KtJXc4lrnE2ZJetmH3CTAoMsAhlC8whwiUu8uOpY3bTxDwxcqWojsJwIGqsR5d5P0j6KrC09yR/TrxRqYqTzyT7kRPq7ko8CsO/49MkhYiRGkLFaVjZRzkGaOeaOH2E21lkgoYurawmmCkOFP1BetZZErqgiZ5DlSCf2UEd0ZLIa2JXthkaiqSckJqFHOvalhriJwXGmn7EfHWu5abTgiAp5zKMligKH+ikR2F6MqEpB2R5NOxZIuTl4CK1gsRJ4GAsoEI7A3Ml0uFFC+PUZyTk1RkrfKb1gTtXSarWDAZLS0u9TlcWLKtCWQJJjh0kT18JR7NqcUn1jemUFJpMH+ckER4mlc+4VgdlxiBQJzQpefqaKJsvQ2pxnyKHWSFDZW8qJImvzhXybbGwXO2g7Cw1jYpITFN7BmDh6bKOej2kdr0N9oYyKrCchqSdFDO15lgxFN8lPit8B3xlNCqOHTumCY3SolB1SFP+iCU69UAhNbk1Q2nImLYTPIzUQmDfqBgNu+JXkKmsWGnSNy291TTKGDOUsA3mGRwNS9Z2j4t+1SF24pZXakm/TA/UJRVnJkXf8NZCagp2e1pH3ifuo6eKeEYWPsQn8cGGdXE4MR138yxrOKYwm6j4RSxpyV5oB91ul55ltV8plQhNx2hp809o0SxkUV0zpARFcM+pWAYhNjiZM/fMQAqdaZVM5WV2FjlVVuGsv1lKu6pTr5WacPGM4ITJmZTwpm1t248tbZegbW1rkbBtbWuRsG1ta1uLhG1rW4uEbWtb21okbFvbWiRsW9vadupb/ioa6+9++9vV1VV8OXz48JsOH243r20tJzxFDYj3z5/7/Nve/Jar/v4frvv4J/C59OJL/u7iS374gx+c+sE896tfYST4YBiNnx584F/3nOjwXX/7N+fPuwfD4D0Y2La9PfP006d4uRYf3ryGMWPki6z/nr+6RcIaA4FvT0zh29GjR//pc5+/9yv3nAmDxDZjkA8+8MDedvvYI4/aIuyG4uBxLBRI2O9++7tXEX94+ehRINKtN99C8acVR09bu+8r93APDh06dMWVV1IKBUQCCRVMH7niyisuvOiiUzYeDIOve8c73xkT3ZNBfWLG9cQPnrj62mt3jMxYqFcdaILI7oaJ2QZhy1ok3FUzQPzO975ry3rbkdsB99yhZ55+5lQiIcaAkZyCFz379NMxB8BkwRlaTXjxdteX7m51wj1jCDPpGfAQuNdAPwhdVBpjLQJskxdNoouv4E5THqB5rmpDP1DDcAVCZoOH8H58KAmzq5glxm/HF/TJrqjaQbiKx7ZFMw3zmsAAHw3S6ba6H4fBkUxPPJbhcQOGxBHiX4y2Mbx4rfDBPfjshq82FrCxdFxM3mMj4bZOC+QcPNcWwnZD450JDC0n3CHn4SJilSGPXXPtNeSHQL/vfO+i6V0he4x5yNGjL/OiYaxdAWLfG8RdFflEysWftm34EzeA/0ASNqIQy0jWlfErezshKR4JJUx8nvzxj2JpdqaSSXkbt935pbupEgMKQXq2Fq7il37t/q/j8cnRHmW3hmAQ+eLh4UX44EETfeMJ7omFo7GAjaWbeQ+3o0FwqTHa8hIhH/rWw7ZTM4Gh5YQ7aQA72xgQYKAi+QkAaPeLC3xQZP6uiS7YNmzebUeO4KJt5xZmzwsvuhA3R6M9gs9hFRoNvcHK0BvgwxAPCt7WA/thuOHGm24E1pEZordntzRv4gYzY+ARIhLGY+CLL/gThIxAbLyI87WJ4PrLEa5OI8nJlv+xgLaMnIvO4sKGZQ7EEfQi1lMeW0xYaDnhiTVgAha6QbDJTw4dugfIs2NzBTcbuEGoAmKQ4uqW385fKeFsIc9QJDa7qJEMtBtuuhE/4dl/uf/rJlGbuLU1LpH14f7LlRBcfe01vAKJdN588RQ6J6PDFOylGNKDDziTBWyE6IroqoTjdv566NBZpB34dVqnIodEV1uz8d23NwkS3m7iAKY/E+3//VsPU0nGl0svvmSveHXLCWc0bPx//vxnN9x00+FJswRgBci5G9v95YHXxTrn5VdeYaCwS/IBSCKSg7FgnAvSaZsReuCoAIKcO7B3HgKbOoebDQO3lngDn7kmXup5kicQj7+eSjPY1nqKbdCr3V716vCYwSqDMOMDaAZ8PPer554JxkNQ7h0zw5n61R5atIFOzzz9DAZ8QpJzfDxokvBZYVT4dSaOxdoRvm87C0PmWMqY/vWUiaB7snctEu59e1kNCUA56AMEAmDj1art3Hb0duiHNGYCys80ECFrin0MQLlNvl3EJEOVdfp+XLlz9e4tQJCou7iBfkERbhGg536dgXvRIuHOG+CDdBoQ/OSPf9TgjQ3T35k2ctPrwLho48HFbZHwh9vZbGiemWb+WA2oRiRMjz3yiJmRt0AqMs//+d8X92TKb3vzW/jlv/77hdcSm9rvOqHRVEhHDd3PDNC0oEyT5Jh1nA4kfC6YZ24yK+u0yXF62MY8v/O97zY+xtxmWmvxK+0Z/HNbhz5b23h9uM47I222C2bCjU8apinCad+jFgkXVQXtqBosEWQe8IfPrTffgu8GTKaX207T9EfB7FSe1VIfA3gdOnSWqYWENsDZtohhRxeYNe2u8cdMUyqiz8YT3EPswg0zT7ft3xtuutHEZvb2srrj4nPdxz+xA2d0w2pMEx/08I/RHhlvtD06qsYqDnXr18XDbpHwNLQ7v3S3bRu24cEHHsDHCCe29muRleKKYNjEnfTtwM0n254eAxaPMennSbADqF168SUQ1UA4TLOaB0+GNmahbTQz524htWJB+BY7qHzHO99hDIfOJUQMO36kzxDGyYFhOoaiizdzJKA8jJWncouLsYJqzrckrFvEQ9iqYiK47Qxx1t+PSIg9gyQGAt9QM3iE/R8//1lsnsbuGgjyntiF4uS1+KXxsA9Pjg1XCH8zvUaAIYTaw5GDTqPdGHDjifm+CiaUmnEVvV0zy4AMZfW2I0caI6drwQ6UOrzXJtiYdYMOYlPi2zC8me64mMUpIKBnQns1Jf+1oF6AyBbbY35np9hMR7xqBBxzzGdCFPLLwWdtellsYfdkxexFW896wZWxE5fXMEK2Gbjb1rZWHG1b21okbFvb2tYiYdva1iJh29rWttPUduK2trGx8cILL7zyyivLy8sXXHDBOeecs7N3/+EPfzh8+PDKysrOHn/ppZcwDKdWOAxj25vxoh0PlbM+OuXyghU499xz93ZLsLB41+675YDP0bbgSuLO888/f8c7ssgsdrkRr2izPxeZ3ckDib1qJ2wdxRLce++9BP3NzU3M5IYbbnjf+963g3ffcsstn/3sZ88777wdPPv444//5Cc/wR4DDQhqn/nMZ7aAnm984xtvf/vbP/zhD+94pUAy0EnjIgaPKex+GwCvDz30ELt66qmnfv/73++yW+zLN7/5TXSL71tsEG7AbbiZu0Aqg5XcPQmYN4tdbgS6ffLJJxtbcOutt+6AcOweJPasVSfYHn300fvvv9/+fPbZZ2+++eb19fXqFLY///nPeCn2mH/i7V/4whe+//3vb/EIxozN281L8Tq89CTNaM87/zdttkHzbrtHG9Yz3t8jR47sfkOx2jGc7FVrdIt1w/hPxotOZct3IA/EZPKyyy7b1EZSBJoKBoV7wJquuuoq8vpf/vKX+AJOgiWLr4OqgULbPc8//zwIM4jTBz/4QfaGGyAdgek1KBYFEvNHwc0g9ial2Bjw/f3vf/80E8Bb0DOlEYzfWDGJNy7ikW3l27jhdZiFPWJ/YgwAGq4GXoR1w3fM1ObClUH7xS9+YQtCiQsT/+lPf2pLwW4xVHQyc5Gn5WRsislsM4eNt6OT++67L2YjWElIOriOi7gBi4xRobePfvSjHCHeji+2TZwRRoufsLCYZrx02FMMFbdhygQbTplrDpDAr5RacYNt+uK7gH6uv/56DBijYv8zFwevABTFG9EYCV+KPwEwGBU3iODH3mKw5F5gajGA4R48iC/YysYi7L1hBr1j9JgSNwMNI+ZUMQhKqhgxpVZiAoYFWQv34zp0j8cee4wPEkApW+IiOsENmB4EJLsBD+Li9NJjOfATRkKJC1dsLfA4Vw0dolsuTYyBd955JwcD2IJMwtXEiuPVvIieG09t3bCp9shT2jAeWwGuBkdFtLQHsTJ4yrRNwAG+4wquY4L4FxM0yoJVwsV5i9xogD/ciVFhUpDWZg4br5upAd51110EUwwAw+bm4jZ8x1rhvfgV3YJGcMExo29/+9ukJngj15PCLQkop8+d4pSJn1h8rDZuwHdu+g524VxtvHPe4qArDGbeSEy1oYxqG4QvuBkTx0/4zvnyHg4S1x/XxnVgP7hu5O9kGWaA5aQEpHDYRaM3GAToJW8AZgIBcA8pKAgqQUHSujz0UAMrcJvpLfj3i1/8InaFtOQybdPDAKAQdbkNuMeQkEqC8UwsdKx2EkPsBiwZruBdgEhcJwkkAs/TY+M/qdOiYQAYDCaL3cJFrAy6RSdUitAtZj0TWzh+PIit5c20kRi94/TxBbcRyuctcoM5E9ANo2YKNTGBA57HzJMrgKmxc7IRrJvhJFbMWLqtPydufABvxxXwkDvuuANo0NgIPMXO8Sw51YK7MI/tz4NAwACv4yJXpgF+mBfHjNHGN/ARo1n4jiXFODkv3gBw5T3oamfq9E6so0QMDOV5baA3GBPW6yVtJAzGsgzWTXRs9EYmYEIjJQRc5KLMmxIBgnCGJSZnxkLjWWwJNhh6Djohx2tYLHB/A5c4KcA3rl+gbd72NywNJhJzp9EDSBJnjRfFMglHe0IMFkMyyQrTRM/sdt4ix1YrvAhyJtYBtJxfKBNubeuy4eFdvNnWH2PAHAmCXMP4vbZ9mLIBsZm+Z1pNuF+N3VxwF7YwR81cHHSLixQvIUDG4yH42U7F44/X1h7B/VgB0JRpGN4CXPcSCWOVhuI1KYFdxLLG4wA+nAxjUizNc7fwUjIiQAl2kbrTPJMgrmMnpsXsr371q9gAgBe6gqwy0z65rS13D03e6IqCH9VLAJAh/NaLTNIOuMGdAEpKZZA1GrdRDjTMtPlOG4HNKo4hAbXIo+Yx9t20BXdh2nBt4tLMxcFF9Ez5E8BjJGZnjZJLgxYf3S5iey91QohbJvQbkeBUKZqfFxqp5rYdkpmY8kMB8vCWnvUQDGJqx7UmrcL+YT+wc1gmGjmmV5D9c5CmT2PL8R1PgasDgk+IZZGNQBrB46Yt40XxQqF/GzN1kpkHj9P0Ap0AegBDnOAii4w7rWearIAz0yQJVzBUW3lrM1UaEj4sDjoEBDdeajPFlwXPnBrrQx1kB7tAJm9y0/TioIEuY8cxcmA4wAPw0wC/ePzbgisWDfDGV+ALjWqn7rCe3A9aOOV7gBEtbNxgaj48fsE8sRyL2IhoosTq01xJFXnrB0HJQJXxIjyIR/AgFQyO0KCKC0qIj2U83IDHwQwhspIu8icMHhOhRWQeJOFFjSvUEzBsal+YNdYH3/kirgZGiHtAGiihQUQkYW4wMWBpQwGmsgQt0UjvIouMTkArOXG8l1ZZPHX99dfHkhjWCnCJlUc/RHKOE/9OMwqqG7j5DW94A4E75vkUZQkPC55wciJ4hB0C84k22+4CXm27wBUwDX/m4nDk3HGOMF5kgh+2zMa/La/GemIHCfM0IO/SvSH78pe/fEIPvOtd7xqPx1gggN2vf/3rN77xjdharCN+wncaoDBnzPxjH/uYHQHjJwoJmOef/vQnSoNco7PPPht9ooff/OY3ePYDH/gAAK7T6cQ3TOMtHnnxxRexGVgFdHjppZcSbvDGJEn++Mc/YpAf+tCHMB78ik5sDHj2ve99L7Yc9+BO3MMtocUVb8QYMLyPfOQjHEOswaOrV6YaOscw0A+GxPVBJ3g7OsSLqKWgq+uuuw5X8OWtb30r+lldXb366qu5aLS40PNhRRv7wb+4n3zJkHDeIjdkZpID3Pbud7/7k5/8JAXaaXTFbegNd9pK4sqnP/1pDLKxcfgXe8Q+MS+sNncHEyHigVJg1pymHSNxFvFWWp+cCK7jpfj+qU99Cr9uuwuNxUc/WEZ7y7zFwau54xihmfpsJHgcb8FL8erLL7/c1O8Y/OLpvOc97+EgMXeAKwcZA/ZJ95hpW9umHYkefvjhV+8U7rjjDvBSOzCkSflUDiBvwaht+7xBsAQdARJSGJl3rHryWssJ27ar1vABevXycxqBzIWrRcK2tW0ftTaesG1ta5GwbW1rkbBtbWtbi4Rta1uLhG1rW9taJGxb2/Zn+38BBgDWsOwCTfCkagAAAABJRU5ErkJggg==\" data-filename=\"juthi.png\" style=\"width: 300px;\"><img src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAASwAAAEsCAIAAAD2HxkiAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAA0u5JREFUeNrsvWesZGl6HvbFkyvXrZs7x+lJO7OBO7MrZnJhBkkUgwDrjyHrn2XDkglJNiAs4AAYBgzIsGUZBiRT+qGFCQocUkxLLtPuzOzsbJzQ07lv982h8slf8vud6lkKhGzJNrm7vH3e23OnwqlTdeuc5zzP+35vwMYYVFtttX33jNRfQW211SCsrbYahLXVVlsNwtpqq0FYW2211SCsrbYahLXVVtt33lj9FZwOm4zHmOAoalBK62+jBmFtf8Z2fHT07jvv3rt3Ny+K4cmx53lXr1zZPHMGGTMenhwcHuSiuP/4blZkDnc6XoMztr5x9kc/85MY43t37h7v7XU77cHa+qXr1wipIVqDsLZ/b5NSzqazg4OD3/qt39ze2Tk4Otre2SWE9Lqdxzs7jSjUUiZxYjAqZIE5GU5H0/HYJzwMQ++DW9v7+0VeII1Cx2Vavfjxj5eyvP7s8zVVfq8ZrtPWvgcNDkqaJA8fPPjWt7515979d9+/meb5fJ5kZaE1isKAYhMGAdwo8xJUKON0nqZpnhVF4Tvc832jda/Xm0wmshQff+GF565fPXfxUpYnFy9f3zx3vv6Gv6eMfvazn62/he81Ajw5Onrw4P4v/fN/evvO3eHJEDw91/ERRv3+IC9kHKeddjvP8sODQ4GMNkgZQqkjSz0aTwl3ECLbeweHxyelUMCcRVlsbG4eHu69/sYfzqfTpaVleAvXdeGp+tuuQVjbv4UDszR9eP/+W2+9+dxzL4Lv12t3To6PhCyTOBZlOZ/D72Kp0w4DH/xDQwxm5NHjx2mSZcB0cZwk89FwOJ1MZpMpgG1p0J/N59PZFBBLDLtz905ZlA7naxsbNQhrn7C2P23z2WzrwdY77727s7ML6vKtt781mUxPhifT6aTdaRFC9/YOECZL/T5hRCHTX1m5eet9xtnw6JhzjzKmpZBCKKUAzKBI4e7utqe1wogMj4/Pnz03PNp78SMfbXe7X3/7rY989OOM1SdADcLaKovn8z/+wz98sPX4eDjc3z8YnoyElMbg3b3D7Z3HSol5lp4/d+7Gc8/MJvPDo6ONc2e2Hj3aPzxI5olRUitd6tTkCCiOEQI4BAjCbpWURwcHfhAkcbK7f6ARdikCx/HrX/3q53/nN/7+P/iHRZmPhqOrzzyzvLKKMa4PRA3Cp9cJ3Lp/7ytffnMc52mRG6MoZ0objGmz2fB9P4kFoHR3b5dzDhoyCoOHDx8Oh8PR8MRIab1Cg7TdHoPUJMSiCe7ClsCFQpSudvf29uCNQLAWyHzxjdfBn9zZP/jlX/4coDTNs8tXrymlGaujpjUIn0oD6bi9tXXz3Xdm8+n+4VgYPZmOPDdkjD98eB84DZCzuXkGlOWj7a3xcNRsNG/cePb9Wx9MxiMQnOBEYgywQ4A8gJxBgEq58C3BAIegUbM0g/utdhvugv68+2D73fc/gO3g1YBY2MUHtz6Alzdb7TAK6yNSB2aeLkvjeHh8dPfW+2HUOHP2/MHx8c7+rlQKODCOE0wZeIlpPD86OpjNZ+DaFXle5AVApdFsAuxktQ4BCAR0Oa6LKj8Qf7jsBLTpep6sDO47jpNlqVSosKFRD3Z0PBqBZtWYPrh/94Ob7166cKnd6dTRmpoJnyIDqJRlOZmMT44PDSK7B4cnwxOATeQ1h8ejrMgbUVO0GsPDA9hYlCW8woZatDo8Ol7b2HB930xGo5MTYEugzbIoVEWMsLElQEobjWaSxEYreFApOZ/PGOdKZdxxkiQpS9lsRq4fzuP08Pj46GDvmStXwzBY29gk9Wp+DcKnB4RSySxOZvP0y1/9yjzNxrMYFGScxmHkc4eCHPW5yxkpS7F4ifX2iEnyBHA4PDnM8wRJAB4CGdrpdGazqRBSGw0cePbsub29XSEEsv6hsp4nKF0bwjE58CxjUsjG6iq4k9PptMjm5zZXD/e2t+7do5StbmzUR6eWo08FAoHGQAV+6Y9/H7Rlt9u/+2Dr4PA4ThJRlA8fPHxw955d9ItjZDWm+TCxyVCMgNeS6VQUObbos+6gxibNMgP3lQ6CwPN88BjzPKeUGBu2MYvIp90JOIqYKgUPanBH0zQpSpFnGVClFsWFC5eDIBysrNQH6DtptQPw3UEgeHfbj7Zu3Xw/DBtlqXZ29wEg3HGzNBWloDbWggElsgQye7LeYCGEiUZMAbGBfiXcYAaPIAuwCoo2SgoSV4DyzPKcMdhS/6n3BVPAhosFjGr9kBHabLams2Tr0e7Ww4fz+bw+QDUIT7/NZ7O9x48fPrg3HJ48frz9pS99ERjM98LJaHy4d7C9tcUw2VzbcCgDGvs3aNBijyIcMNpyWDf0Xe7CXQIPGgQvscsXGANyMSZh1Gi1WhX1/cn7VnyIF1CE23AhACYE/zHLi2a7KzF/8823tx5u1Qeo9glPuWmt4dzvDQYXLlwCFL33zjud3tIfv/7mw+3dLMvb7Q4yejweV6t8BleKs8IPAR3qMnKu650bdJmSw3kyTM2RprAVqn4sEWLtBj6hDBA4Go1839eW+ZSQgMxF1PQJoq1HWhl4iJiSJMk7UXt7Zw/IsD5GNQhPuYEruL+zs7K2tnH2HEjHRmvrD770xccH2+PJKM8KkIpSS60l4A7AoYiFDdAdACtw+GbLf/XqoBm44/HcU3mXeauBLqQCetMIsIgUIprzk0zt7m6HoR/6jCrEWDicZQ44ivOJsVRo46yWESt050UahVHkeTuPt/qdbqvTrY9RDcLTbLPJ5Dd/5Vcmk9FzH3kJKOjg4GB7b//Ow4d7R8eiEEBaxoJDg8qMXBZSP04yLeVGr3XpTL8d0pWO++zlDc/z79570O05QdjkGDNKtHUeC5CXx9P4uKDFo2HPYZ0oUEVq4zRhK4mL0POFKOIkQVaiPhGqwLQLuXr2zOZ7706iRnN5eRk8SUprP6UG4Sm17YcPsyy7cv2GXUpA5vW3vvIrv/5rhlpJaTB4dpYImwG/NOh0HcqFam62lrvNTpOvrTQCz2iZU1Qm83R9tX/BBd+QMy0VQGs+Bb2axsIH8jxKrnScZ9eXT0ZTwn1BSJrM+y43qui53EdunItMKoNA32pc4bEsi3sP7mPGnMBPs7wuMa1BeJotbDTzPP/ym1+OOp2bt+7uHx5dv/7s9v5uOR4SLAnFy43obK95dam13m5sLg+CSHq+bIQtjICbKMEcEea5HqWAPi2KMhMpsKCH2Gx6ojB1Hdr3aMfn02TqRRqgPpWoKMu+7yJGcmESatNPy3muCbUpb5WIBZvO54TT4Wzy9W9+4/r1q8+++ILruvXx+s5YvU74HTXHdc+cO5cV2R998Yuj6ZQ7ThzPMDEAJCLL9X7nxtnVK4P2MxvLlzZWB8udRiNoBJHnNxmPuNNEzKeuR5jjcBcjLCXglgMflsBlaYy0dhjr99qry/3VQbvf9Vttr91qFmnmAQe6FBiXUUwom+bSEq9WFNuV+yAMpVaA8W6vF09mHJNz58+32q36eNVMeAoNTnfXD649c+P3/viPHu3tZ0mRpnFhCi3URnfwzLnW2U54cWV1tdfyHQ7ikDOXEaYN8BYG/WjjoIRQYiOl8L/A4bLIizTpt9od39GqUEpJVUpVwD/Hx25MnNjkg0AYRhxvnmfzQjuJmuVymGvJXCkFpxQwXZQ5eJdKq/MXzlFGvvW1r61vbtr3qa0G4emz/mDpg1s3R/NJEAbYsJ2dHeRopnmr7dxYba31Wv1+izkuBfKyspMijF3uVdEUmxADkHmSAWO9SLts6CFUzDQmHGFKqOKSEAtcYg8usB8qyUrrZDorZcI9FgaMoEwKpzxMZgYpAnyohydDSglAfTIc9vvdv/43/sN/+c9/6eTosE6dqUF4Oi1Ls1997bW93cMsLWbjmetwz2MqTq+fWdlcGrQafhQ1OGfwAwgkGH4xxnhVKW+kLI1SQghw2Oii3AG2YQ7yPFUaAnxqsDYEaSKVBSq8EIsS9t9nrTQvilK5mOomwJjO49LMi1Sb0mB4F1ClSGkgVVEWfuCvb2x+/Stvf+anf6o+XjUIT5uBXPyN115788tvxoWgiHmeG7gNVJa9Vf+TL11eCTD3HRCBwGiLXDS7hoCJUgaACFzocFs0KJ88U630AX4Q5pQjUmqjGKa5Rav9AayWosTWCcRUad9hnsuUoqELPFsEvjucif3hfGdWphoreBepsyT99V9/7e/85393ZWUlajbr41WD8FTSYPr2V79S5KWSJmyGcOr7gCtBnwN3sEtc5mLCgPq+XdRnHUEgQysarXu2SGGDDcAzxJXHJgoN/KeKskxLL3TLMgHqlNKmhlYl9ouqJsyIwcamnCpqIzlLHex6ouXTpSbvTMv3t09ijbXDjDQSYMpYmqUvf/KT9fGqQXgav27GlnpL8TwugNyo0wh9j+JGGC0vtXyfUcIJ5g7ntl3FIgeG4EXmqA3FVCUTtgyCoCrdDCBG7YM2YQ25oEgBQBL0KSeEYyKIxTOIUqYZViBUtbQ4xkRjYE4UusZhOPAZcenh1EknJRAqZhQ069ff/ur1G88FQVAfrxqEp9A455evXAlc7hHu+TxstrjWZ9caFzdXI8dnCjDCAGWVB4hJFZUxxEpQZGuSFLBZlf2pCWXAdECBsI0EgDLCMFO2utcmpDHHBwy7jkSGSGBPhQTDyKaDA6RhD5oYq3kdRjhHQpcr7WCa6lFpxW2elUmSbJw5Ux+sGoSn00Dp/cwv/PztO7d+47d/p9nu9rpLJovPbS63ooABnowB5AklGWzHuY3HEKJAf1blD4ArKUS1aAAwg22NbayGbCMZeBUwHTAfJ06pNMWKgUhF2AVe1EJr5SgOaFTV4rxW0oZ87I4x+JmB6/Qjvxi4zqwEehVFsbK2Ruq0tRqEp9teeeXVz//u51eWlhjGy6vdXjPgDFWrfzbWYl2+quLBFiUh6yIuGmEA0WkljBWigD27yG7/2VonjQEzQJaMIq1YqasyYFG5hQYrrJSWxi7tI2Xz4my5k4XuorTX0u6gHRYiY643y8VQq3arXR+jGoSn3DqdbqfVbAa+yNJBK2gFju8w24fC+nw2FGNjMJan9JMQqYUT1UQaAJOpkKRt8aAqCtCoWtle9zbeAsyoKOcU+NIg23NN2x/hOI58UhCsqt6IqqoEhlfqyokkDtUeUy0O+pWOZ9r16oS176jVquO7YLPZrNtsEWT6rUYfIEgQXyAPVWT44Wam6l1BPgyWVt2ygbiQLMs8josktk1HAYFVEJQ73AZiQMMyZ9HsiXEHATa5A8+DL+p5HoMNgFirRxYGmyGK4YEogFdrmwxH8Hg4rI9RzYSn3M6dO9f0XWAs36eBaxo+JzZeAkhTVlZWrEXt2gLjAEGrHJmmjlTSCygIU40yWea2KNCUliKrfFBjFxfhFajM5whrimwPGWa0INhQYkkVI9dlNv2tVIqDjAXnESBsJJIO563QmxU5hq2IJeH6GNUgPOXWGyy1G41SpVHIOavQpJ9Uxiu7CM9sQ1/gPe4awzXQJLMEB84bM1Klc3guEQIwBzoS8Aoy1C4tUsuIRknAp5aFKDNdCi11URXQW5dSwW8hBdaaunYNA96ttJkAQJMMt1r+YaoA1LDD8WhcH6MahKfcQCIGUYRz0W41XQfbARIUS2UbaAOZGRvl5NUiBKCRYaA4xhbhSpEX2IpT3Gw29aIGglln0hihhAEtC06miKd5kUymo6wokrSMS3AiTZqkRVFQStLULtdvbqzZvFRR0tKinKDCCfDqcnuUpuAt7h/s1ceoBuEpNztcvtUoxYTZFjJ2zU5XcpHZ1GtjE0WxLYcQJTzHpDJzIYHsAGoZKEbQqcZ4NmxjmxfCbZueVmbAdkpLkSVHeztH0/HxPDmOi/FcZiZIcnAh46pPvmHgA1K0U6KN1QHFgcaMV91I4c1bzYZDpkiX+/v7Wuu6FXcNwlMdDSPED0M+A2RZGrTsp603xuC248VZVojcNiskJE+T0fGJVtplPPSDNIuZgxuup2x5hcHIR7bHYQGPE6pKUYxHx/e2Hx9M5yNJD2boZK4KOS+F0Npmehd57trFDLU33n37/cdAsPDugctcn4VRGUVIcl4qCZuh2i2sQXjKmdBKTNuqEFw832tlEhPKKWclccdzcfP29u7e7ngyGY8neZaVRQEHidjGawy0qBc5g3bz5csXN1qNbl4glRZlnopMYwXQfXR4/DhFu1Pz4GCinUa7t74eOZ12B97uyuXLt27dTsYzjzvnz1/YO9wPIv94Mnrj5v2joxwTTdXhJz/xQtScDofHqsrFqY9UDcLTbCABMXU1C020onEUl8nte+8e7ByLLPN9p9lqd3rdLEvKogQo6CLXUhWlPhzH46Q4eHh88/7eM5vLn3zm8movmudynOQn0/E0mc8F+cq9idKm1V9J8zKbnxzN0XKv1+10TCl6jUY5mWTz8e6je77Pl1vR5tLyhY2Vz33hy4fjccCQY4jLqMizmgdrEJ5+S2xzGHprb1z2Lh4fHT68++78ZOuHPvHKoBW5HGdZaudjJ3NZljLPZqNhDu4gVS7rnOvRQun92fSLN++9uz/5hZ/9mZsPd772jW/GWQLisiwFRvjc2c3pLD44PlGlXmo0RVaWPI8VjsczcADBIx0OT9ZWekYKqcRy2Hj2/HIyOfjB7/voyXDmuV6RFzZbtbYahKeZBpXKC8m85p17d99++CuOZv3A/IO//R8dP3wk8phI4lNDlY6z1I5kkkLk+Wg0GU3Tk2nCOWs2W/3u2vMvfPIPvvL+P/lXvzsdncwniUG2QT6S5Seev1hqNJzMS4k2Ns9cWtuAo3zn3pZdpigK2C/CmiPQtkyCI0rQNElbrYbvsZ29A6F4t9sldjGxthqEp92KNGHAaw752HPX//gPXv/UK5+Kh7u6mGuppUBZXkzG03v3HiRJHHgegGeeq1FcTnLAj3E1xuOxH/YcrKaHB1k8c6qxEjbJjdrK+iwvS4UcP0CM39565HJnPpuDKwgwNFRTgjzKcoVziSQxxLGF9c3Q9ymaTedl6J49c47WDmENwtMPwizGijSIfPWZy++9/kYnCpOsEAh4Ss/n88ePdtK0yHPBnRC7vpZ0mibH0yJTNEQsmxZOYLyuxiyXcRoaQxDKjc5tKjcaTeezWTyZJQaTk9Ed13MdxxFFyQjRtjsbdRzGEZmmpReUHjMeAp2br7a8l66cub8z2h3F3/9DPyylTOIkajZqNNYgPJ1mjGk0WkdHex7jcTzxHTQ6OvR4X5pSF3ahL06zaaZM2J8KdfuDrZ29vTjJjEaRG+a2kqLkrtOj2k4jFPmnX7r2qcuD23fu/v69k3uxyQQGYaq14hR9/OMvfeP9WzHQqe81PO/a5rk7Dx4cxXM/aqSEK+wFfuCGXBzdbXus44qXrqxdMK23v/yl/+l/+G8P9/afffFjf/sXf/HGi8/Xh6wG4WkzoJf+yvr9R4/G+ezunVuc0YO9vcGgnaZpkqRzRI4L8ejgJC6O9kezneOh4zmS4ZYf2ORuYqLIv3TlssKsyLLnL67/1R//1CpNl9xyjujut3bTLHcZ70SNThStd/u7URBT5DLaC/2ux9Y6rVa7Zbj3qVc+7RsDsrg/aL/3wS2gS/AVGTfvffOdW7/2GkZGFOILv/Ob7Xbnv/rv/ptGq+438+dodVbEd8EwxuevXB7F6dffebffaa6vLh/uH4Lsy7P8aBo/Gk1v7R7e3TtaOXfOazQt7LRyKFlf7a30msudxo3LZz/2sY8joLIi/4Uff+WZ82sO0au9xvNnuqsNlmeZz/n5jU0u9f133ruw1H71xpWXL5650Gs1GdrsNTbb0Y0zmxdXVxW4iNqILDdK+p6jjYR7RhZYSQ+jgFF44z/6g9/78he/WB+ymglPob3w0kcunFlD2dG1Sxdcyu9+cFukxfRkvLP1aHt/dHw8Y4j6Wrxy5fKLq2eSbNoIOJNF4LlLg+7F1bYosoOjk1eurL36wkWHmSIIUTk9P/CfXY++cHsSkHY5O2GqoAgveSEtphSB32jK2bTBSMPhG10cpHuhPMjzbOtg7pis3wqIzLgXdiKPKd0JfQW7Fenh/u5v/Pqv/+hP/kR9yGoQnh7TSsXTWZElL79wwxVHSItmFERBmCepS2nP5brTjpyGH0TPri93mr2i1Cfj4+Oj3bzIPeo0mA5MNk2mw6ODH/zIZYdqxB1BvUIjo+Xljf6X789FlvS6zVhlLmfdptvgIVKSEKSIZlQ3w6DVQscP3kIyc4xuen6/yQIqOVZwNgCLGq09SqXtfWEzVEe7+0qpOkJTg/CUmCjKr37h9977+lu+R5XILq6uEEMizp+9fO7mt771/T/w6TMrg+Fwfuf+DuUARxkDOY6nJ8MTUIxr/aUzy/3NfoCxvrtzXKbJ5c11UYJqZK7XmimuEG7T4spKePcouXhho+XkRMuNXhg6LtbSB7cPQMm15xKF9TybU1c7XnTzzmip6TQ8Y1tHIexT4xKMbUdglGotMD44OpBC1CCsQXg6zLzxa6/94//+vz4ZHv3AX3r12RvXorCNpWZIv/jMpa+8/XVMSKfVCAhJjg+ElFynmrBByzm7dA6AEThOv9XASM6w+/rX3mz7TqfVxSRQQruYeX5kZKvfmD5/vvdovHv74fanri67VDguajad0GuEnm+UoAwXskR2jkWojPvo8YHHaMvFSOWScI6RLdYweJoVjcAxFAuNMttEo85jq0F4KiyZzH7nV/7Pw729fjv0jIyPDxt8QIwgWBFOPvXqx27fuf+xl254lLWbEfBWs9tWiChtsNa2Wz6zPdLSko9Gs+3Hj3781Zc8z60G+5oiS6tJ2DgMgn5DrLe9Wzvj+w3/+csbyPElZZJxZVcHsTIYhOtsHo9HyWyWO5yvdpkSKewFc5c6TqnRHP4jMggcUlX7r6ysMc7rw1eD8DTYydaDrQd3jJGvvHjj+vn1QgiRzRFS1M7Exs8/e+V3/+itX37t8z//M3+1sbTebjbdwBF26VA7zLag0VKejCdbD7f3jo8vrzWunl8jjMXJXGvjGOM6Hm+2KVaD4uTaSng0ikeT5Ctvv7fTCUIv5KBuKQbAKymCMGx36PJSY9B1YZ9FHIPHaIv6qXEIKZXJlCaibGvPwahA+NIz1xmvz5MahKfCJjsP4vmEUDJYag56EeZcVs1jiNEADyTyH//+j24fTv7wC19IZ7EfBIYxrRRSAJ3SFjJxGvneUqc1nxx87MaFs+uDZreHiB3vi4pcM10mkjblSplcXvLuNh2B2OVeFDr4+rULrTAENeuA/4g1RkKomdJJkc8koBLhrKxaklKZZQlcGuCRwqBCGaC/lV7/lVdfqY9dDcJTYmk8W7Svt1MiiM7yWDFXY8IINUXOkG1BeHG1fX7pE1v3HwllbI8ZpW0xIaeOy1zPTeLZnVu3drfu/NAP/qVuK7Id811XlYW247alEUxK47u8G/orreDO7qx3aclB6b1b74G6DVwGKIx8x3Ns6wyEaSFQLkyqCnsRQNh6p6Zqso/tFBnGQAWjq1eufvQTn6iPXQ3CU2IkaLi+zwFdAmdC7u48Go6nq5cvEttqlGupMAUfTFCClpei44Pjs8vLSqo8yyezycn+8WgyvHv/4Wgenz2z3O52mcNdh1LWcJ2mwEMh5wiXUsSlHUcRXV7p7BxP7hyOf+6HX2JlOT2ZAMvBHrZ3cwTy1Q7l9REniGOsqTH2n2Plp6uRoUiHruv6LuzpJ//Kz6ysr9XHrgbhKbGz15+/ev7io/fedwnJiyJOsjhOjFJ2PQ4ZKRVQoixKBgTncMDYl99+S6aCSCzKnDuAtuDa5gXqeY1ep9sfgAs3LsYsn4HUlHKcZCOL1eFsPE7iNHOc4urZ9vt3Jw8e7H7ypedX+0tlkc3iidIqSeL5eCy1zLXtzObxqkW3lkjadUIpJDYkcN3JLP3hH/3RH/jMj+G62UwNwlNjnbX1ixcujR/cY/a0xiAxuWMHVtu+9ABFo0whAQ623Sjng5UB5Y5DXI5dWRaOQ7WSj3e250WytrbsAISmszJLMXdiJXSW5vH8+Hh4b2fvYJaBL8lc7DvgJqpbtx9fv3Sp7WNjZNVoH7uwy2ZDKomLTOR5CQoZ2daJqurmjbXq+BxupVL89M/9wmB1tT5wNQhPj7lh+OpP/pXDB7fmReaoAMhuNo2zeeK2m4gS8AgBbAajNE0BoUCOjU4LE06IQ0omimIyn919fK+91Gh3g3gyTSaz471DAx4eUuVsOp5Mh5P87ii+O0naPl/uOlooofDhML19b+ujz50TIlcAV6QpxWEYxmlKSuE6bglIlTYwU7UFFo2ARR4fzpJPfPr7f+SnfrpenKhBeNrs4ic++fEf+/Gtb77ekNLxfMfxkjhpdhq296/tT4+ACdM0w4wx17M6tSyIKbPZNJvPTw72xWwa9PtHB/MvvPXOzUcHOyfTQdM9v9zQySRXZl6Qb+xM9xPtYbkxNoFDMkC+RHfvb13abEeeHftb5MCTVBSA97IsAZPITrcw9jcQsrAN9lPQyR95/rn/5L/4xRqB3xmjn/3sZ+tv4Tt3zXOc1cvXhg/fHe5t9ZbXnKjJDGr3OpaKNChEUbUbrEZQIOxSRg2VWVnGU5mn89nUcYOwO7izN/o/fvONhyczzBBBMs1SYVgq2eE0U3YGKFUKpQIErmYMO3ZQrw446jRDIMMiL5DBQkh4tlCyUIWq2m1ogtxGQxFuc8eZ87f+7t9/5TOfqVuP1kx4Oi3o9K59+ifHr51MpuPl/gAUotJG2PVAjZXtPmrH1GMMkCxVISRKk1RL25IJvMbuYKU5WGZLvN18wyvLM/2IoVKUcjLL0kzn2uTCTl4CV5JTiyBic15IqdCDnb1O5ASeXYoQdmovSvMszrLS2KlpQId2qK9tRKx9D7XbzubFusNFzYSn2tprZ/2gdfz4ztadm4Uhq2c2AGV2xJKQWgtjpwbaiUlFIQoLEzslJi8KRJ1Wf+BF7SCMzm+urveipQYf9Hue5w+Hs3muSo1z20pRUYIZRo6dmm1XP2BXFBulCt/lpbAUmWRpIWWmZKlMKUw1tsmhrm8IyfPZ+ubqlRdfXd48Xx+pmglPrRFKL33yB1WZdtpv3n+8BXrTLt4rhO00XQ1cSMBPA+9QSqsT7X2KbeYYJ9y3o3xF0W14fH0wGROv0QqH82SSeX55NEmknV5oHb3FJNBCG6BVYUhu8OEkW10C109rLbVBpdJZCYrUNsCniNrm+NTejAXpuN2ltbP1YapBePpxeOETP4SpM85SmxsDjhvCQGMgCCmyE8oQsusWpHLLlNaUcl0FN0FNCinSOE7zEjuB60UuLwa9ztrAAR7b2j145+FOCVhG4PXZvRBDuKECsaS0vIeRtpOZEAYmtHW+mlSbwr7tzNBud/VvfOZvXv/op5dW1utjVIPw9JsbRhc+9um9+9+s8thINRXQ/gPFaCfCAFvZklpj89ocD1w3uHEynDluFkR+UdptIr/VarWzJGmG3ubaRhiF68v9TqtxOJ4/OhqOizxTVp6C7FSILUekUBLrQtpB3KqUQIMaftsubBhwrgCuq2evft+P/GU3COujU4PwaTHr/XEXAEAREkhLeEBbjNjVczuykFSjsU0uzTQVByfxySjut73BWr/f6zTcwKQqU+b85rmLq+cAsW++9fZ7t28XSIdB89q5c3f3Dx6Np4k2cIxdo90wsAi32XHEUCakBbitrIC3NjJELGBBb3CWufWs7BqETxUZ+sHSuRvTvVu2by+xTUdFWdpsGgxS0o5qqsaoMSCv43H8zu0HaV64fLBOl05Ohjf378gcpRLlWVHmxcHxydFknBmUGlzKfQ3k6rqaMMC2DYki0m51SpkTbIsSLQJtn/sqaANEXCXpaEw7S+t22G9tNQifHgMdeuXlV+6qtBjv2oAMteN2zZM5EEYqCdCEO7O4fLw/fHQ0SpW+6FzanZRvvP5WCipT2umF8L+iKHIphC1qosKQaS5BeSKSYkbA9QPB2fBCCRKWI68a7gs+oxW+djK3IdR+DI1A9AZRp1cflBqET515cOavntudHhLHrSbyUtCfxsYw7fodIUaW5ck43juZb49TcPPKN74FmGu5/vrS6tnNSwbp+XQs88zmhbrM5bYcPlHluEwebe8Mp7OMlGeX2mf7PY4BlkwaaZSx6TJCAPBsog7FlBHX9xrdQbu/Uh+RGoRPozW6y9xrFskY2enXDJhtIUQBIUZpAMxsnk7iLC1Fvz+4ce3SlfXVyyur/Vav11lqtvvT0WQ+PGlH4SyexrPRZHqyP59uT3Tr/Np44juhs9TseBrJMi5VKSSoUxuVAddQgbtIbewHKNhgOjhzOWx168NRg/CpJMOw6Tf7YnaoKTVWkJJqNU9jRpVGpQCRaYTIO4H/s5/5sfVuCGQX+txOdkrnMeNJPImnYy6lyNJ0Mp1OhgcH+/MynyQT1+e9oMFtlBW0rV32B3DbIibbINE6hAbew3IolYhffulVWieL1iB8Oo17XnuwMdm/pTCxWtRmjtqp1gAUKZRdnJBi0G589KMfu7S+bEScxrOxyEM3lEKSo/0yyQCsmcrjPH10vPveztY8L8bJHJy9M0s9m7kGQpQhTbQdjYakVFpIu4YIHijoXRvCod7q2Rtnrr9o4zS11SB8Co0Q2l5ex06zxCNNHEQ0xqKapa3s4iFoVGzOb6yeWe4ynZUqx0jO5/Hw6CCZFXku7Sq7NpkQkyzdHZ+M8swmmgrRjbw0TTl2JDacM0F0qkot7dIE7Nd2sQDGZcRwx2uvvvSXftpxvfpY1CB8qsMzjc7a9GQXMVdTiatVPCllKRWgjDAUOhyb3JRYy8KoQqgsybOdw4Ob24fTtCiUAYGZIzsajRFEbT2ioiy0stbW8tKsFPBvlhXY2A0wgcds6xrCKLzj6vkb116quznVIHy6DVCxceW5w527pcqkSap+F1oqkUs5F4L4thcUJmWR2/xrm+iiCkOEF/HBUrOjcFGq41kyLUp4ViPNCG76QSv0qO1WAcIWJQm8tCykxaepcAhiFPxB2BjAee7681G7Ux+FGoRPu0Xdfnf90s7tEXGCsiiNoZnEaWmE1Hb9z6A0jm3EBtseiJQY33P7vW6nEcGP50ZxWhyPJ/vHo7goQGdyThwGMtYUBdCpRWcBItXOx67aSlX/tFE5UK5i3aXV2husQVgbMBNbv3D94NEdJQrEbHMKQz2LFqyMzJVRwo6HwNKUBisXHDjXdRmBjUPf7bSbkZf5RDuySHOusFTYSE0LoQtVFGUpq3ZSi4RuuyLBGeysrMo0wobj+0H9/dcgrM1ab2Xt/DMvf/X3/1XTiwjhuZoj8ASpKJUB7DClQEV6nmU425CNea4TBc124PtYyUaQLrX8jaXmLJ4lWVIoORons9QIQ6jGhc2R0Rh8QIcwzgxhhrIsNYTAXrw7733z6vMvc6fOGv3uWN2/4HvpYBC6euZiLnCcCWHswkKpgQcp5S7jtk+F53KXMp/zkDseY60waDdavuMBRcJTBABLtMuxZ5u0ET/wGLXFGSBobaEGOIGEGMzscj3hpcRJLhGx3Uvf+cbb+48f1d9/zYS1WfOj1vL6me17Nx1KcpCSQhMOyJNYlpQQ33U4xSBDPc/j1PUdB0thZ1qIbD4bFWkiRJnm6SyJ4YXKOLmt18e2NL9y+QxCeQGi1NhktyTGyDa/EFI+3rp3692vn7l0pf7+axDWZjtBrZ25kM1PHj94mOXC93yRZ8BXmNrlQqAzUKMuoxy2xFoU8/HoqLB9hNM4T5Msm81neQEkRxXm48m4KHVukJAGPE4bWNUaYS61MLOEOyTwOPiEk1niuOy9r/3Rp3/0J/yoUR+CGoRPu2GM290BddhgbenuvUfTkznDTBc2QMqwQp0Q22xPpIRAqJBGzOZJkueTOJ3F+TzLMaHK4LTUcZkBGLVtWWMHfgppSRUgaIjtmgHSFhmshClypalebfB4dvj43juXn/s+Uvd3qkFYW7PTJZwbYgaD1oP7s/3DI4o9Qnle5KNM9UOvGwU+VpSqJJuluUjycjzNp3EmtSEMOBCfTJNUIFKZwQiwaBO3QYPa5haAXgRotL2GNSpAjGaSUgcevPv+V1Y2L7V6A7gU1EehBuFTbdz1essbB/s74P4N+j2j2Ddu3sEsRDzamSdMj314vBU4QJBlUggEqrUUqhQUU6A5NM+LOEelxkaWtsea0cQ+Q7Wp8kUNARq0/aMIkkCGdu0wb7X7URjt7z2498EX+ytX1s9es32Ia6tB+HSarSVEJGr1swIHhodu0G3pQa+1NwRwAWp8j1Ml9Wx/iLEptbArgIAzY9u0watVlUSqELEBUaMAZNaPBLARAzJ2sf9qyR58RlLdkZ7nEE5830/jJJ6NibOdFdlg+Wyj2eVODcUahE8fAkVuS5f8Rtf3u/H+Xug5QHkbqz2h1P7x3DabyTWnjDNu00E1KctSihIIb9EkyiZz2wIlpLXtpcaw7X5YPWSqRvfGFtHDUxhcQrhPSll2m9wPPcqYEWUcz8Judzrbi+fDdntlZe2CH0Z1w4sahE8J/JDMiyLLbF9skSJKrj//3Oc/uJVzQ5lcbTeJQgHz7u0MhcCTLElkxgGIhCKLKGyoVZtwA/BiS5UMoFHiyvdjZFEdXGWj2uY1hhK7PGzhKaXMxeWN854bKEAnZ2kyN0Iy214xGx49GJ888v12p7vWX9l0PL9ObatBeGpNFGI+nclSMAbempJV7KTZbp27ePFo+4FtRqpV0/fdtQAQ+PhwJEQJWlKJKhtNLRrS2DCMqSIq8JAlxYoZMehOrari3UWwxWADzqItY0JV5SLc6LRaFqCYgMuYpRn4l67vwisIhpfK2fRkNptOxkf9pdWw2fWjJsjbGo1/tla3wf8uW54WJ0fDw6OjVqdj24EWWV5kDmNWcxKaJrEu7Zq9EgKcuR4gJvKMLPI8BxAJjW0FvlbfNltZaMxiz4uZFtx28EYV+VmBSu0CI3Ae/J+UAhxC72Mfe04pYdsfVuk1zVbPcX1ckbOuFjW0UQ8f3gY0FtkknU/hPne8WqPWIDwNJoWcT+IsK05GIyCfKApKURTCzu7lYISleeF7/t27dxqBawshyhwb5VC81G1TQjIAoiyrdlD429h7MsWiWm8EwgJc0QqB1DKbYZQwIDJC7MRug3IhV9ZWrl5eB6QBLAllgOKo0W22OlWbKVLRJwYwtttt2PdoPJxOR7PxcTw50bqE9wLhWq8r1nL0LzACj/aOrCPHuNKy0WgpY6ezwLlOgaYAJZj4UQtwsHb+wuGD22EUeL6TpJmRRmTlcqtR2oS1fGqwWLSLWSSmVVBc3LV9vZ8gqYrC2EkTtsMoUJnQWiJcYtwdDEB5ggyGxwlhAOY8K2ArcCyr/VR7gJPEwGudRsTH4/F8Gh8fH58M95vNdq+/0uys+GELPEZbJlxbzYR/UQzcvMP9w5OTYaPVEKoEsmm3WwBF8Adt51+bcm3dQlvuwGhvMLjz7ru6KDyPd3uddtjEShpZuow0Ag/EKwBGVm7gQocSCz4MdAdClCErR+miz771BLFGdgxboXAmFXedj7x4vddybPtf5ti1Ecq54w4GK6BObV8NuydcRXNMRbnID0LHc+1QX2Tm88ne9oOtux8c7WxJkNCuDxCvZWoNwr8YHHh8eHx0MrJyjjObTyZEp9NZ1MzbmKUo7UQmXRKGJTJuEHKD9re3kZZw8sPtyHc6DbcVek3f7zQAFiwDhtSIA5eB2Kx6bDsEc4wosR4gsR2EQZVSbYjSQlgmJLkol/utl1+4FgTcVhnaBqQO5y5jbHVttQrVIG1wFex54mYCsoFzwaHkjgOamTEnCqIwDOEtJ5Pjw70Ho6PteDpSUgKS6/hNDcLvRQM2SeNsMh6De5fl2Xwet9otIfJGowF6UNigqBWNyq682xALYVRL0Ioc+wwe3H34KEBUKWG7pUkAqgJS6oR80G502w2khBGlDX5igCJgDzPrFlb9tZ/IU2wnXcCuERYawdtdOLdx7eoFVrXch2d9L/ADqyq7nS5hrPIyK/ey0qWWDxc3DLa1VTY2A0IaMccFyHHX0iN8qjSdZPHJfHqcxFMAL1wWKjqtK+Zqn/B7ggB1msZHRyee51XBDBMEru/x+azs9TxRNUGzUrSq/MO2TAItoiMl0FazdfGll5mmd15/M2pwONuJLqspatJBpafKM03mnuk/cvCDvVGhK7DYPaEqU63CP/zY2nqtwIe0TUhtjs3qoA/kqW3Bom38xDlrtZpCyKIsGr4n7dhgizyAqLKcaEM71RjvaugogY+B251Gq70Md7Uq4B+weJJMZ8nRLB7Nk/Hw5LHrNZqNpe7SRtBo1SGcGoTfRQ9QJUlcljbTGlwvx3HjJC6KgjMilWi2WnagpyUNXKk+UJSaMr3w8hiAURkH+zTAV17+6HvfeGc4mXYjl1UdmzCoSgn7B3CVAdFr3QbFbPt4ZifS26QZbOep2dmf1nRFxQuRaR0+ZNqtBiM4CrtAqkIAeI3nueD1LTotglS21cAL2DHLoja8gxZrjkDPsGEzarYQCUw1blGmwjaTKlVZ2NAs/J3WRSS0LOKTgwfeJAwanajdJ7XTWIPwO6o/jZ36EM/naZbZkfN04SbZOZ+gOJltd20816vGItkAiAS6NAses96dRY2lM+VoIjDTfvCR7/+B11/7tVki2j4xBpCmS8wBXdqOvlbE6Gbkrxkymc1LqYVCDB4zi55OAEJjY6KWFUG02lWQVrPRiCKgQFlK2Mj1PFCaWVZ4fgM+EZAk+KuVHKVVlJSaqiscI44fRn7QgE3gY0og+HQ+nwzLfC6LHNQuZS5cWbhd6WQ2IATKFuEC4Dk+KvK82R24no9qd7EG4XdCf5ayKMrZbJpkqZ0IDw6enbzLLDXKVJsCUECw4zC/kny29M8moSH14ZoBsWvlVppKWagiSxhjZ69dO9of/dG//rXnN5YohvNdYETAQyyVEQh4UTtMdwIcUD/PVJYJKVRpM7btigdsqoimGliNSiRWlvtnN9cRQQIrN3CjqLu6vhnn6h//r/+kyOXP/9xf+9SnXolazSLP7OUBPgdzGfh/rs8cD/BltAD6nI8PD/e24/kMPi54iVWDDh5GnSDsAF4NfDSrUY3N5jE2VW6eJmWx0xusumGjhmENwj9n/Tmfg5uXJKn1qCjLsszhvBSi3WqXolTKriqApLPqsOoxihYESHkaZ7dufXD79u2jI1syPx5PsjT7W//x31xfXZnPppzwF15+6YN3vvnocHulG2KAHihG84R1sba91FyQpA73CG/6QZyk80WhU5XdRu3aAnh3Crjzxo3r1RKl6q+tnt3cDP3wzv3Hv/yrvxln6N79rX/0v/xvv/Hbv/NzP/szz1y92mu3AXvUuqlWihYyPRmO5tNhPJ/OpmM76J4QxF3kuIAr3/OiqOFwV9ppFwojkMYChKkt2EB20EYh8vFwvylFaDud1kCsQfjnEP/MkjSOY0DafD5vgb9H2XQ6rQqUUBAEoPoAE8IOxK7mglZr7FXmJjkajf/pP/tnn/+939vd2QEKk0Jcf+bGdDQ6Ojj84Nb9z/7Df/jSC8/Nxse8z//yz//83/vP/tPnL6ytdANObCy1LEtwAeFMp3beIAWoEIcCq/o8YnGWZEVeiEyZwiB4lNs8APfq9Svd5fVnrj9DveDLb7zx5htvfemNr00zuX72LKJef3lNSPOrr732hYAvdZtrqyuNZhM8xslk+nhnJ47nn3rl+3rdDtKF7YpKbIYqs+bMprOiQO12P4gazKGAO/gqQGZT6lRzSTVsk+eFUntwN2z36mUMVC9R/Nm5f0iA+BxP0zyfTGcAjEYUEkok6M4id13PBmQcx/Y+s/icaG2ajbbnupRaDfd4e/vv/OIv/s4XvgDb+2Fo3Ta7WM97nd50Op/E+f2HWxcvXTqzsco4A234wa3b29uPB52omlihqu7ABvxKh1pfzk6TkSX84gzbLmygHW1zCztuzcZUjb564/JP/9W/8syzLySZ/tVf//3Pfe5XGs0eYgF4kZ1ubz4ZnT+32WmF3WbQ7YbNBviPVs+KMrbRpTSF92pGETCkEgVwuk2a0zbRB1AIVxO4gIAIt1mvRngeW8wCXihSm3kD9GvsWmiajHw/4k49AKMG4Z8B/qyTN5uMR6OTeZzmmc2K9n2PVMkvtu2SVLiqckBVyEVrCbACp6/RsC1DAScPtx792r/+DUAg+FXgdvmWMClIyzTNgH/gRo74JE7ff//dPJm22s2Vzc3LV64+3Hp4vL3V8KgSJcGIE+pZ15M6AAaMGWAbG4chl2MXACBEFeUBiiSSoL/3X/5i1Gn+0r/43G/+9h9/7nOvtdvLl68+82B7xwuDs5sbJ4e7H3nu+tqgAyDvtFrtVi8KWvA3udz1XB/eC94l9IN+p+syr5RlRegWZrRyZY3tp2E94iSZJNlUG3B87cWhmm2DKbFXCWBOBS5zOnW5z12/BmENwv8f0Rep4jgZj4Zze+HHVejCsTLMpoCywirPKhmtykbhjvXBQJvF8xi2DIMATmqM9Bdff/23Pv+7cZJR7gKJRVFAbSMmW+IkDV5a3ZhOJ37oJUn8/s2b7733Hui7689ef/XV7zscj1UyZURHDotcFnEvgj0SbdshUgz7cgh2DXiaOPBpP3TbAS2QBjV7+fq1//Ef/c8il7P5fPcwWx+s95acNENpojOhHVJ+/IVLjcgLAqcRNH23CTihHJjcVl/A3wZ/IcG02WiETR94z1YS20VFalc4idXXFmxVPRW2OTqkKEvgyGoWOLwOkMoZOIcZXGSSIpkGYZvZEv6nV5fWPuH/d/dPlsXxcJRmOZAA454doiSs8lx0+bTFtXYyvC0IAgDa7DE7HFBU6xM2DANqExB7fLD/1a999ejwIPADOzGQ6mYjNCEOPF9LlWWl40W9TrcUxfJgILNEKfy1r319OhvfuH71P/jZn8/27t9660v54XaL2WUOaudfOzb9zdgVBXhfqmjhYGykq1mu9IBFP/PXfup//xf/Eigu8JuzJNWYba4NNtba9x+PVpeXpzm80VK7HTFAsq0b5pwFThQVZQ4eIBIYPhtI0yhqMi8k8Be4gUaU2WV8Rhi8E6uWGW2vfYd77Q6QaU9pWZSxqdZCqzRWAClL0xwuH2maDPe3BhuXuOfXIKzt39/9M3mSzmbjJJkT5gHFEbucYKqTDPjPLvlZx6sKxtjRZFLCNrTKF4HblW9mDZzEoii+8PtfONjf63aaymDbiB5r3wds+rAVYOBoEh8cHa9sXrp/+ybs/vnr1+dp6gYhY+69+1vHxyfPXL/46k/+3MMv/n55cJ9Tgai2H8Eu0NFq3Cii2NGOwfAZtJMz/1M/9hMf3L2VpJN2yweUMVCJhC4th50W47hcX2/wubfcjMIwIpz5jgsE5nrR8vo5oDqRZ2U2L1TueP7q8jqAfjQ+diVROAMuhI/EXIcAm7ugxkPgfceBL8exlcQSaZt2YHkQhDlcnMBNzfKsEXjAodP5yB8ftAebT+06fg3C/3f4Kwsxn89Go5FVmG5YDVixnV1sCF4p1wZaGLLltqIqt9XVMOonKizPchBvZVmqhSoV5Ve/+o079+6GoQ9cYftLcAe8KWCKVjMEyDWDYBAno9zsz8rO2sXJ/Pjnfvavg4P1jW98/eWXnk/i6f7e7jdv3T+71H/20z+y9TYTsz2XCebYCdioqui1C/OIFTp3DFwEwtb6JeE4dx/e8zwaBAFcB+C85164vBKFngpc9ujRzc7mtcHyEuAI/jyHueDIagoU52mJXN9tNLqEI3jWaPD9DHeFG5pGq285HSQr46VUdo0eEyVtlRZIYWLTgRQSdqQGq6JQxkj4zlzuGPh+uG0BPhwdUOa0ltZrENb279CfaZwNR6NSCtcLbSLmomdLVUdbEaFNwqz6pZkP79KsKMgCh1X6l+fbaz/4Vp7nbW/vbG09wnbGi4uIZtansgv08KpWI6LYlgUNeq1Rrt08SlLpFoOj4fT5j7zwie/zXJf1+33gq8OD3TgvdlW48vInx3fek6NtSnO6qFyqQkPVHFAMF4ZYkN6Fi2988ME8i6PI9TkpJHxs7LrR8lJbFjvxeHL95cu3do6XXrwCXhs4gbZigtCo01XWuatWE2y8hxoFzh8DsmfUxZgz17Ni0g6eAQ1s46+YVs5hVYxoX2k/C4M/fHHNWiyLAsazZB7xQCiZ5+XJ0X7YWmJPZX+3GoT/ngRYJkk6nsxA6bmOZ5e8Ft0fUFUkhEhVA4GsS6erjmdwmzFQm6UQ3PZGs6cgZ8xO4K34CRQb4LnZiHwf/KggEDboYV0wQmx4NGgAq7Q7vcB3CfdV9/Kb37x3tL39cPto80LSH6xNhgclkesbm23PnebJMJkBPfUuvzS5Y2j22CEMVQ4iBaAgEsD7It5Y3jgpyziLHUCwy3zuygSXBjVCm7y2/Xje67bObK6p1kav3eIOEJoX+FG33XX8wE4LJtXwIGpTCux3Ul1X2MIJlDaFDlVy09baY40Weaa2n4ZVCXApYI6rVF4tUuhKrRvwiEfZcRSFSmrk0NlsBn9HyAb46SsOrkH47zA4iZI5/MRplgW+r6uuZWbxb1HSjp6QHwMhCpRo24DqBRHN4xj24HoOroaw2FTS0iK08hXlZDIMPd6NggQjQWxxvR1UFvrgcS2vn+0vr3lRsyw0KgrsOcOza2lSRk2+dxKHnX67v5RMh9PZvN1dcrKo3xkQYqaziXv9heSdsac0EI8k0jIst0MMM6fZOPfs1oNbKJlZX4+7HFQiUzG4fB2/0+g+5I2lJdXpLb2T5EvglTaDbmOFhpQYZmxnmsKSahXerCY8YYU1rmIv4PoB6mxnNykI0lXUxUHm2yDEi4oOeB4zLlRJqzp9o0BWBxhR8JGJpgBbqeVoMuRew/WjGoS1/YkBAaZpNplM4MIPCLQ4qjy9RXhmUadXIdBUEQi7YIhsSYF9Bny/LE0bzSbIykqyoqIsgUCzPLdr9MSmkjKAjqYgbptNG8xottrwM1hedfwQPCpLOi4X4D9qtTFov/u+cBpLcSmPx/Mzq52o1S3icRwnDkg4m8xtWp3ubKy8sy9O7r/T17kH78s5Jaowbmfjwu7JOCmxNAwcV/i0oCkRJyVrhK0+vP2P/fBPlK+YhPjo8PHKuWvYMY52ECmxIgqpD78PK5FBXqJq2bNadUS2wFfbYaNVdw07gK262piqhtB+XWTRjpFUkV9je8SB+2jXE6tzL4lj1wuqtgB4PJ62O5njBU9b/WENwv9bE6WI43geJ5bNHLdyZRbNBNGTRi4WQvrbbV0W5Q82f8Xmi+IcvMGqUM9Z+DnGNiOsKFP7AQCENpvNeDIBj8qB26322fMX2h3b9JrYk9WWA1pSgf85HLRuN3I7DS8Hn0okewd7a8sdlzqgJHNwp+C09pyyzMGrjDqriaZsPj1+9PW15a602TMmw95g7dz0/XvWN0TcFjTaxHCuGSNBn4dr/eXlMILrArk3Ag49cfyGRHmV6WlztzFa/PqwdQ1a1Clas24rpdImo9rvxHbXp7YVeLUov8hpRYvEtIWXart/VxXLpNoBfDNpNueOa1PbMclzUWRFGCqQtDUIax/QwAU7TdPReAJ3fN9HT1oAPsHbop2LqZqcffsl8LiQEk7KKhpK0iThHNxAu4RtqoUKMFE1UHIdBzhzdXVtT8goagGDnb1wodXtV5MGpcftYj/s2hYC2RAk5Ui5VN64cmF7Xvz4x64e7B/cv3//xuWLvhdQwhi3nbOt22mvBzTormGdnWw/Ikdxbw3gxBpnrh8VJskSgHQU2Wxs2LvrBKrAJnK6Vz8SddpUUUTSUlGfBx7DAnxKBUihVdmHLRd8cq1BCxj+iS0obsF+FaGZBfNXRfho0aVmIUgti9oGinarqs4fBYE/mw0XewZfGxAdz5NWs6C2yOspsrrvwL8Fgnlqe09MpzGcHlUoH+lFyPNDIbqIf/6pV1m0WQQiuLEYEw9X+iqTjCx6g9oAD7CW61rPypgojDY2NoMgunT5SqvdlXoRVLTr3rbwBwBo305VqWaEInn2zPLtuzsymZxfbWfxbDqFCwShHPw7r9XpWVq25UMKuM9b2rz8yc8cJTrJ8oJ67c1rt7f2CMIuJlEQUttF307NJtznzUGr27XJpiAyCc4K6YGnpwS2Dp7BhD/pbvHtNGv8bUK0j1TK3Ci1KFOsLl7CduaoxKqN0ywa1JAqUcE84UW8gKiuolNAg6Vc5LUiz/Unk2mRZ0/bGVeD8E8bKCLQoFmaG40YZQuwVZ7gAnz2dFnEPxfYqwIzNiJqvn2eYlwUtnEgnIgOX5zHaLED2JRTZ9GBiRC30e6vnj3nN5p40WECYc7IQuw9wTlGDCu7hG+QF3CQuHvTjPHszNrg0f4+sYqR29V57jQaLc827cUuIx4Ac/VM/7lP3nw4aZ57af/gRMaZMgw+DXWIIBy7riTUZTrzWu0mCFF4ModPVeaFg4scuwQwydVCjNoAC/kQPGjBfv/GaYNJNQcDL3ClwEG0U2hsW7eq/TD68IbtP7zoHGWqMn8b4HF9xw/A4y3hCmUvAiZN5vDVIWRqED7FfmAh5/N5KUTly3G70mDrdDSq4PdtDUars3IhQeF8AQ1pNZhlgEpnaQ2yEugGdmLjFtWFH4gRaNDhzmL5zhYT2lIJcub8ecfzFp7TgvQIWcQh8RPmsBXsNiEbieTMubNffTT3GL1+9kKp8Y4wLhYONcxo4NAgCOHtQP+2Gg3Jvc3nP371498/zoudnYcu1a7LNVKUIcK5F0TUCZvNfui2zvQjTpidPYpwImSzGShTNewm5klI15g/xfrfZsJKRtpe4VWiHn7yG+EP1051RekEfdjoRtthp4tUU1v3YTN7GIVvRkhwa114LEnjJE31h739axA+jbHQ+WxSNVyx+krZpGSyiI+gJzzwpLn8oofn4kEhyspJrJjQWNCC9KwSRLWFXPWcjZpWzpKNZNicMlL1toAzmC3O8W9DegE/vQA87MqgRZDGJTpA5Uevnfnmcfl4xogwXnv5jbuPscM8Tj2OHCuEMaDLzpYRut1Zclq9lYtXczkLI2BlBfIzDENsPVJOCW93Vtc2riJJPAVv4eGqVcxU6TD0GdHVH7jIwf5/wsMTWsR25Oif6NWFs6zNQpSaJ1EcUtUTokWf8IWqh9fbVhcIvsNikeFXiv+LvffqsTQ508Qi4vPfselN+W6yLbtpmuwejiGXGo6wu9JIiwV2JUA3wlzpj+hi/8HqRoBWgCBdCBCg3ZndBTUccWeGIodD0zTtqstXenPc503oNRHfOc35Ac2qykSzWZ2VefKck/HG6x5TZGnC9e1VEL6Iw5g8TXl6whGIzQw6GLGzih1O2IqUC9GGZn18GpHFgx4rsqorDi1FbFf0eKF/sOC0m2g71TAZzyVBC04jjp2CwGPjYMNxkQcBRadsX9oKpRf+9ePi8HIh3Ojo8PhoDgeWglvxA7ooWiOgp2vDqHd8eRZETtyD9Au51PW9SEk/CvphNNzaviFUWJeNJ9uLKcQAJu5FUfUhCEXLasHwFBQxj5UyExZl5zLd3aGoE+b3hAsHxg+tZkvBywpudPFaoQxJgxvP89hLA+6yFt+kCpUHqvIqCF/Ej2yeQi0KZyrLck5ljmNwZIJW9tyqYakJaY20mdBxuq6JUY6gGD6icLxKZO7gOg6KQ0nG1IQUrTDvURBzEHLgIMGCDislSadzkuDmEp4JTnGU20gf2qaert/cHfxvvzieO24/dr/x+ts/+s3TSeGklWh4RoLibCioBoV1sbj4+MP366rwPZQgDfweJlQRhd7atWsvKzfIqxYa3yj2jyfJIq0C5VS1jsMArUVRycJZyukvh6GGOmi8uNlwjYDpWHt7LonNQEnswIvmESk2zORjyuW1NqvWhh8PvxKLiKbEVrBFIkpVQjL87Qr4KghfhEIURawhYCitFSVKpLG5w3IKyotBfteU5ECFE6VMO2caxQZ5Eriad6nyxAeH81WWhCClZKGXmVDbcSMbKilz3IWVn6eEjCHRkp0EtH7ll3b6s3l1Vsuzw6f3Pvz4cpJ+eHTeNNBaociMQ6GIzF4p02Q2XF+fZWKatH48dsP+eLw73rp5484XQz90RX3ZytqR66GrHP8YvqjQqtTbcUSSiJrgsKYYZTltHnl+Nr9hvhfYZro4C0X8gqsYOYS3Fn81ilWhfpzjsr0pwllpw4g3mSFeyaxIMQ9W0Co2yWKi2+YqCF+gDwibLEnwl493duugOVGdFzkN8MjujytS6/6HpRfVVHydc4vINzf8AdIghZPDNHM6WEhf4iv/t0aLPAI1s1AzgW2XhRxPXSHZqtZB211Iy81O37s2CD+dtkIFdZXtbW3eOzipG9RegzQT4G4RciHEQDOZTIabe26wUYvICXphPNzcvdZb31JYrwpPVBcVRK0cuDjpLRzvYFLOWrfvey3dKNRjOsIWzOa9Qoqk7mpRx3IY4asq1JJpoOLlv8TshjcaYk552ESmGI7UtCsk0B89vg/1NBQXeZ7zuMbznDyZM/boKghflFYwXSRo94dwlpb2eL6DxoAJL8F4u8C3OnZ3dUXILJyIwndBY+NQBPIohZvArlOC0wlZED6o46PLH4OTBjP0b65vuRZ1nKV5gylWKZBbbZaTLW1B1oPqT17e/P7TqYjXt6Moitu+H310cFyHfVd5rDTRtFDVZbQm8bT0XD9eW9u8duOmD/2iH2AQKKesdZ6XoaOjpo4LPU5FOvdmqSZVmBVbJ9rA8FJe2tpgNSz5j/BsoZlDLRp6mlzJm82qLTvpDRH0hpFJKeEWXMQzuFgINC3UCwI5JdFscpZnyVUQvigfdYU21Tx64SzERypDvU1amiPKg1eEGi5szlLkFtHwcWSLXBbGtdzClmctTK1HZKkfIJNVLdspG2nLWehveQyaZ+I6zFTkIESsSVu9tRvcO51Ny/rRwwfHh0ebg9HP7z3JXYguhTlaYMLM8wQTNRbF0WCwvrm16zhQDML9goJUtNCDO6WGoPzVWfHhvF1Id96KfqgjV6zYjMouzuyEU3y2FtX2gkBzG/pvvdIxmi/kQsKGLn5VXdUW7oe4GZzINE2WZTReJvZJnr44h/BFh63laYFMHHtCaBKoUAGepFNkp85EkUDDd83zPWgIFc1SVpskPF4YMPTOOi6NWisD9aZ6lrpEycmTP2kHoW0Xe/wHEssokR3bNN00Er4UroFrY6EWedlCjdlvqyaQ4nC2OE2LO5Fb6JJ4DDrLU2rhXD/or2/suF4IrVqNZEU5T5JwvA4vBo66H7jfe3iclN67L7d95Re+wDRfiy66hBZddmZcmlhxQYQ3oBEGq01Gv7gBpLW7QfYxvLZt+Z2kpQVNZAoq2n0aXMENReNo9KrxA593qtliZpuAqyB8vtNgWadZpm38oF18DckhZDzkYr6I+z0ydcDDheiZFkMRQghZAzQPNOxBO6ZvaRnIIxaIz2yRLJKk34uR6ESTQ3TgNeUrfnlN8xj42TUZwhg2ftuWdSWFGZziEAhLXGXGOtLrudWX1+OPD2d/9PprH//6kzS5u3fn5Z/fe3rjtX1NX4zeFGURRT340WFvzXGQngs/EQcicO/kKBYKL2CWZvu96Fubw7uTqknLVMq+HPn2QuqWKMuCnKOCaFxdwaloulLWVHtCW+1qRV0yD6X42/FN40JDQXHstbrG95ouMqQ4+y66bpAScRz3mKg5m5xXReEFL4Qg4gtdjkIqwHMjLEcQjzjOHlAKIo4nl5dwwjSxdlE1rNFwWWv6726KwkP7boRP4wb8Stfx4bGgw3RI2EISCMbIz1AxBucvg2goihoFoVrWnqHsh+hLOLthGHLFiwNHXiM6uOwLlPaa4PVbg7uTrLe2Pp2kfhS9dG3304tylpeyQeVf/K1KATHoeDEpgLs8g3VRmFTpRtYFJMJyob2e435lO35vXLy7jyIzIZrV16utaZf3+H9MX1LGKI3fM4bI8BSp0nb30K1BFSHataWeIMytQtiMMAAH5QcBfn+j6wK3OGWZwV/lRZIls6ue8HkfybS6gDTI1SVVSsKopEGKk8Ph8OTkxG4fJPF0mpZpcjwaNePQ35p24pchgNP34aBlWR73ehx+ZuuICBuMNKYgYQQyvQKhW8TKo484inlsg4q6NLpQ+CDwf6gVUYjg7es9+PaFdq7vb+Wt7EEFVxSHaUNyg4KgNkjhoxIPdW7IjgmfreP5WDFXhZZQnYo4cPM0++XPfvbo/v0odnuhI8xb0W3kTT+M4xnbzTL8oGX1NJJvYvGOjuHcbRdNRlU402roUWgZUysz4kF4ukP4PnjmaZq4ntOga40uy3wxvbgKwud9N5gXJaKlzIcBaAs2Z9Gj0RAqSRqH1ryJtqr1yC5CNVH6JO0zGs6LXFJmWQZJDHqb6WzW7/XCMPLcAFIYCY3JqqzyDD/yIufDzbt+kopwPcp4PkWdTx9EhjKjVXhYiqo20erL2+GdYfDJrLpxZ79pCi/PXtnb/tG981KZ7pGfj+KJKyPvaAoF9V9Rpm1TynCYFfU4CudpfvuVLw6H/ZNpvhF73brFsB8E7wsxsFE/iqJR8LTTzF8YdaDoncPhsLDVgTaNtMVjU66E2sIhTzj4OZD4Kebx5UPsnZ4eQT9YFhmFfjOdHL8gK/sXNAjht1vkWWs5csIuAA0wTbee58dhWJYIYYOsRXg0ZUGehkkoScyioXko8QZx9gChAmmQsloThTG6JuGsVMHhLHLk6UMVmuUZQysxwOxox+BKKfwYw20noiYe6Ggq0cJjZYEUb18b/uj+WbCxFuocftrtnY1ZWl1WdmmJgvOuvV84axHeVbl1UzpS19KDiIw9JykWxxcTCN5Zmg8CZdkiuktiDoWftAWqNEjZVttBjVyZfK72kxz/BIhZEgtJdaaB6w8twREhaPtgEu2GkEcWBRX8WTqrV27JqyB8/mrRNi8LNmZodXfw8KOhShNOy2AwyLIU/gsKPw6DrkdiXoXDroK0aeDtA2JoaJ6YpCkS6s2MED5fQ+zN5+l8MU+SBXwxZzme02AapD/zbpCwo8J4VXPDSpObEnEAGCRhfZmV8u390W8Ozn/x5HLdq376i7trvRCy2QcHl5KSoY98fUg5DoF4GmEHwBqHSXXgKXgoCN1x6EIe6o/Xt3Y2k6IcBg4TA7t3hJb27GBBtHiOTyuZw9cWE3s5Au0Ih/FFmA9pAWMmNDw9rqoC/quC95/3OVRJQGkwGPagqoYXyr+Vqi7yZHEVhM/vZiLL0aGaLnc+TwRJQx9pRGyKtm7b0fo4S5IW7uwaTf7g/EjTymD+o1pUUVsEpSaanEEqhWBzccHuwsHyiCcBXwmZL0mS2WwGPQ98Porifr8fxzHHYRD4HIf8gHA6HUcgxQfhX4jaRvFOR0C0QsXX1BkUbMIdebrcHnprgZd7Qbyx/aUv3HDr4tUbmz/4eOog6LrW/nqvVY3DPaLsYkAKPyTwtOtEoeOsx15Wuxdnx2lWnNbzKHCkCsnCXtF23oxkpV3eKGqPTVFqJjdcHSANH0Kt0c2KAag02gN6yZxQyndU5Dohugljr1g1VQ5Blyb51tqWh5sOqXk50sr59Kx9AfBrL2QQamFrUdtBEe0dxyoEy+KMB9GSpSkuJEjOkPsfM6ggIIgdISretkME0tbLpwSC+72C5p+QFSEIIY3hxIU+yCDF0CkgHdnuix+MrVWUYoUX2aFNsa5EFCbUvW7giXoUtF+/M3pwnq7duHN7d/TDH/00n07m88n9Ce3oFULSZMN0pCUrEB7Ac1RR4UgW4jr2nYuz85duXo/iHjzbEFFvzhIfQ1NjXsPYQt1MSpe9mhnGKpwhU6zaZSkSuPiHNys6IDjIoWzPGVIjuB1hRUmS+V5oSMT2i5PFrH0B8GsvYhAiNDTPhf19d1oVRqYBxwk4Lw3CECEyuHnDKKWDhchSWk60ws4/EBfqutQDNmT7HiKGmwrIHLHbUGchJg7SXhxHnAO5CrU/q1kFlCorG8GCUSvNlaApDqRN1xEQZm3s6D/96rX3H148Sur33//VxrX96/vb3/rqre99fFRWvVDmbRx4TcBySy1zGRALjh5maVHmuBVpINlWyaLNId3rgXb7kHkNPI6DTXdzHWmXDV1XzcV8pzlDmquaGCM4k+Xvdbm0tmxDLv6hiqdtDbz2SqGNaA2XHS4O6TcBVx6LEsDbOZ9dFC8AdOZFDEKUo8ey02VtCmbBGSy1qaAwxjwamVRFyV9DdZfqwGXM+uumdyXhHhE82bbIxqGPgiahdV2huUQUD/oDnHB2lSEdaA/VhH0axijay9MQn/4RtmVl1jpDwxz0FoOciEOXd/ZHse99OmsGW+N7H98/OTh99wv7Hx0eP5wV8DwaDfWhMChzo0+FeqfocEgmgfAM5tn8xrWdZAEZR8StDh2SoRCmRuCwkR1+rdscWqkP2lQ0vKrhHE72w5ozvDQj2QpekQc/VHKBipcBbjQU3npNWzV1lWYpdODSFKKGBAxfn6WLLJlfBeHzNxcVEBiowKsNCETbak1anDQLMWlUifbm8zmcrpo0+VBKFL6Xrn82e+HVQk2YUgjLKAxn8znu29sGcmBZIgYmDKM4ipFeiPhmrVfGjDx+FAYmzS1qtxznKDVYVt4zMsRV4UbcrbUK2uyVW+PfHE83b790bS2aXk76bXtje/zLowvHCd3GKVRe1iUPS+yssnE9x/H8oobAUBezi8vpBeT8BeRzEtHAgpyoWFZIwJB0ddcZ2oDEqacB2QmjgyjMC6npBmH5Oc1CrDxDRWZmw4nZwYawJrhCkyZpGEUMebcdA5fobZrOn/tFxQsXhHAxF1iLGsAHVZGNdUqSpppi2mnbRFF4fgFnNIDcRnFVEMWGN9QSbne2W4Jv4f0COWFTBNIuHvKD7we9fp9cQ0Pe2imrT2NH85xw7GC2taOQVjAwQLcGvIoxzzEKhRy6PsAprv7wi9vH0yKPxu+8/eog8s/PZ3/w+ssfnFxMWiesdOmigBK9QM7umAyD3gD6t0lVQ1q9eW3vjTdf293Znibl+hCzsTb6L0s4u7Z1MmPx1ArbQxhwJyFoWO8Dicg1o484Z/IQGPtk+l54hTWy53PdVLqFYiHNM3ijnADpHYwJ6O5EvAqnl6esdXAVhM/PRwWBhAYN2lhHryzFtGazS9bkQ7/ZKI6nl5dRFJnJBMKpMLpctENz2JsWoq4jPUDabAWWowiV9ryoBx/9MAjh/KEcYctqZaJTzuWdHimaGloG1YHIiK2Zt0isPTTurRE0h38Lzxv6L9GottSt+tpOP3bVf/r45KOnk8f3H50k+Q5kXDf6NG9cXXp+SL69iEuBB3QUXBqB6o+rJL9s6wFy6cu/+cHfXp6e5pP82qYPkYToawy4JbGYsea2HBWrqhwkfkVfLaBV9XhEQzuSBrpOTZMkom85wtKX4T/LIs3TRV1musrbIsvm6Xgwhm9vBVwZrWBTOUqrcBsk80WRJldB+Px8QCilVE8y5+gf/L0ZimgSdmdQP/RORZbDVQ/9ix8E8PmTkxO7B0cETEcIhOxX1QzJRnwzmdRDoRfyroJ7Tpv6NI/71QrUa7VG/Uy9aueNdvmm7HgJP0Z++dZ671cfnPR2Nt24//HPfnN0Pt0Z9pOsKR0falbWXOJLhMJeBlFY1u0izQPXh1iH6vTp6cnDx0+2x2v0DrXdE+BMvSQgCQYUiU7kqqMjcbWJCheEWmCmkmMVeriFZDiEQ7yKxXw2nVw2qGoHxarwfZdoUhR4+jNqbnVdJrPJVRA+V3PRssytVKFuO0k/OiYMC2F/Je76lOtu7Ww/un9fIdq7EITqXCwWON40sYEDVYg3pMMRsIYp4WRbH9lWTpKQUUWtoxCdkYNFmnDc/pa0INe3jt3d8+i1+16DxBQiauZf2Q6O7p1eaL9oRD1Lz07Obw7CT5+c535fYUqGQMP6kC8O+Hnw1JK0mkzTfuiLokrTZOf2fhQFW4MhVJJCCquyYYHpdpJkNgz2r5agWVJwwv0oLVcYuUpsrIazPQnSddpQIgr9KPDzLFnMpwITfO4hSACnpmJFS8RcBE2zuArC5+mjRBaPOb6aFg8ch61V1xbW8dOM+Jpmb2/v3t1P6wKR//A/yG7j8RiX9TQddRw+2TKnlSATDQIad2IEucoxlZth7i7p83Z53axweRlKupoDhYV1dVRgSg41ZxV8zELvbfWL0PvgYA6t3WBj3MzyLTf85GB61siGFDpcrgYN2qetW73IqkUCBW2bTCe9PjrTQ7LcH/c06TFxuHKvzEOjxlgxMqfJZj1SZGU+rt1A4GLGtdpvfFMQK1p3dGaNpDBFb4+Cb4bmsCoz5WjoDlHjp10Shenewd1QOp929sZXQfjMfxRFbs+8IEpgzVViY0YiFuuoTTaAL4QStCzK48MjiKcsh+OCnECWwxB2UQaPliQLHM8oqkIDhI+yohEaslCiQHw2qZHJf8BTNSBSErOQBlaykm06ZUFlmqvlxhxvEH9joG7d6T24f+FqfZHNTh+dRUJsXt//9eMDJ8TroEEFVA/37wQfhXQDLzstqhg1SzEakjyDbBl5slvHL0nGgt+Qtqua6a0yG3yO1Yq0rbi65hWLi7j2lnm6BNqGYr6yYxcBf4aAhjsrS5N0sajqnCW5lVxubvhtwZ1Ko5PF4vmWnHmBghDu7CzLSRHMIQ2IVi/tlRQfIx512jYPt2xwIta2Ng5OjjBD1m1VtZ4fFmXjuIHjBZJkQsuyIEVDhyMN0x0FDIQhs+3gbabFAI0dePdnlyIdetvOPQQLQ3Qto7a7+w7f2g1FkP4r1UaV/Wcv7dw9WRTx6Jtvv/Pau2+ctOqtO7fvns885cMR11iQ5shYbnTRar+UwmuOM+kU2b1HTx/dP3DLEIE7Ic5XfBqudExJvlmwreWSmKFFNGQm5mNdNWVVF9qY42C2RK1x0hMoihJK9+nkIl/Mz44PZ5cnWXJZNVnd1p4frI03y7pJi1yijzByg7VpAnRHv6DMjI73Tf08K5G6L1IaLDqhaGkKQkNUoJWgy0UW5wE+6A0OOZ0bN2/++te/vry4GKyN8zwlP11MKnBAPZJFygh/AykQgzBgZLbLemXmXSb7aDpculv3d/FvHMhMr2X0gu0kqe2WGV1pimKktjR12rRWwddur//r//To7w9SuTf48w+OKjHd2unnM6j8+lKf9aIw8mVVpTT19aECrnVzcDZdu/PFtWh97evvVHA9KKKBSCUsT9KqEsNf4RiJrQFIqUm1XKkyAYVrZtrpoykU4tGY6ytJPdkhEcga016KAttYw9aV64jBaAQXxHQyIaKjQhmBrhvUy6Uu45ryLA2inpTyKhM+40GY5WK5C17qF9l+DD/pUGVYlRXXhAW1LOsbG67nnp6cKFqCzUn+RBsuvunQ0G3Pg/udfJh8ToZLlIlylsKBqwAUbekSHJUtoW1qkwT0aqxKKxUhrFEZlYWtL7NSuWsqe2U/+vh0cVw0cy2Sqg7roud4D8+TVrTjURiFDZSlVbXAUlTocDCcLBLPh2LUOTw6mWRFGIRuTZr7ykBhpX22vDdn/BBV1/is4D9xR8rOb0sAusNbQaZC8nQUv0WgE0bci6IoUDa+mYLI4y4uKHhQ3M2flm+R0FWe6Oe3LXxRgpDYQJW21kht06w4QIhVsbNuk85zlLKucdkX985PTjXOY1RVl0i3wWkeWX9SrYiwbBrIEDPX7YZ7q9pqHSJ0dSHRWvL6ai/UrQeWJKvPqpuZuhR7PEi4Omzzr94Ypmm5Fuj/4R/d/LNv3/kvXtt6eX30dx8+rLWTI305R0HHosRYUqo/GkNd6njy8uIM7pTGVXB9qLIRpN/LP9ZUDRLVx/miEcak0Ti6aLvB13wTGeRow9QkwWFGPhM1lsLw5tfwjiFbyzUSrAiXgb8oy9YIHLTmLuzEkWl1C4/HvKerIHzmG8KyKoWtePRSvkGsSmxLA+A0BSGcyKIs4NDsbG1DIk2SBVzuUGmenp5UcC7KgvCTdS/ujUajKDLzGJ6F8h6yXYkcjmpWu2ASsOq2AbIb0shVZZfuBuk+mEbEpxx9L2QU6sZr5TvXB3hBNHK9bYZN0s9mt7a3fnr3aS2jWVqcTxcf33sYD7Y1RW1v0Hd8H759fTze391Pm3IwjN26WXEhxBCylHrjj80rHH7WTrfGoC1EN/VttQnRmgV5GlRzStMFwrVbxIhCl1izkgeKo1Zs0cE84U7+uGsKrNibzuC7yuIqCJ/1WjRrmVFj+yta39UEyzaloDDMXUXzUpz4eQSnKpp6vL0ZDHsnZ2eO4+KqcA7HqWxraJkciD30JPMCcgiFzLYktpLGbUuTv45TZxpRc2J116PKLsqkFYawoyNatiOhsSGZKU2NG/o1KcKf4xbADW715a318C8/Osshn7XhpRoNla7Ge/embVS6ve1b12+9g6AWyEtl1o/CgR+dHp3cf3jge8LRzpYnK1FVWvJaAh9VCuZJYDlKesfa0gJXK2quKXjXapKgARchTYncCqsY3rIogOYS/gloN4HMTcL6ITTGceElNZrfKlWjh6FkZrFD4lnwDVDUslXWVRA+w7VolmatXXl3MirsPLH8MvvFjdWuh0PhShfHM4HfHw+TbIFiRK4HUQfXOBxOnohCoDLMitFWDPhkgAz9udXG4dCI5xuLPgqq1lDoxXI3sFIYU1GrScIMKRSCNKkoP2hGd0ONWUtR6sqX+RvX+r98MnF8J2yywkMZ0Ju72x8eLUTjT5NctD5+b9PAmYfOLBKqTJK8xPFjkddj3ykhEGg0Y7pZy+zrxFGt51m7usFvLNvQ0CmM3L3iBgDzYFWSSD4yS+CnS10LFnoingq9KxCHDkr349uGnsGttSNV2KWjEyo8MLM6r4LwmQ1Ccu3sFFCW6+CabVgcw22X7KlQMSLMsfQ5aF2g19vcXIdjNJvNIEKjKIDilktK5NdTb4hBXRW6LgVKX1uQqDIYaKsjZfo7u/WWhmG0MoZZpVlwBWhOuQFiG9yJ9f6DsIeXVrmOfnlvgKg86b56Mxi4s7wt3l7vffzg7DLoe0Uh2gT6wFL4/ChSNq9+8da3v/37d954c4EKny6anJLvzGfeOgKSIx0JWYKm1DQzWytxZUdTuOYh2bgqS9M8z40kR1UhoSvNkFuZ5aSqjCEG7z2NXh2+vMzst2FulFRLHUlkYEDzWObZ80qneCFWFPiLN4ZkZM9O0H7JgzvzeRo5aENNYm+z31oSDIfDBl1WLsbjoYIOBzdXhvpHsr3QIibQNaoGasOgNxi6ftSucCWMhCHbjWnOmdabfinKshR3Mthu0U1iBINRhOgaW5oqwWegfYXc4rg3R85LG70fvP/0vX+y93a/f3yReodZliwepOWbsRQBxKCnBRKvWtmIpvCdGvKSQhc3N4xCSVMmqgTVike9RCAoqfpjEWG4vHgl2EZasIyAeSeFDIIQ7y8oRBHaLuIoIjw3vD8l1hQ0FEWzHdyO+iyvA6+Lbj1S6aYBLF5whjms4fvg1UEP2WIad6+C8NkMQkR1tlzYcX5pbGAwlttOLxtlpaP56Du0v2pRcabxPX9zY2M6vTi/OOv3hnDJwymDxHhxMbl/7/7ZxdH2zhgZE8L3w3i8VffHGxDyLYoMGvA0HVBXS7GcxBBzQxl+8Mr0xcY/UQh1pwXKmt+0SnFIeQmOvqPRWQXShTsSxXff2vs/f373T9/b/vLAuTWq1sKtP5l98ePDp1966WYpa6+tWiRSeETna1xZRZ4ab/Zjr4o9OAptZ8HUbQhIxbDUlI2tBis+P9d0ifiOwr8CIiUb1iElL0f5tVvA9+H0VjfU2gmXdjVEeM7hJyC/BIpj/KUo47+KysQSSmnIn47VskFPyLLOs6yuiucyCF+IcrQqC66k+B4n9THRWu6sdY3tIMr4UVdVl8F45eC4znA0jKIIorBFji9mzzRLLy7O/83/+r/8x//4H37+85/ev3//6OQESjLP96F+K4haz2Zpho1uUWnLas98EqesTTfksMo3rcGWG7Ul3em7SFa7wVkSgWFRV9upyy/fHh7P898czyHdBCKLA/FHb9/59PFhoyLSDWgcuHEwq7QQchujeGc9jj14iDIkz3p+mnaWK4yzEuQllqBiUSx62pVVLSYTYuZMkMspCc+Z9Sm9oha1drIGn5+Ct4WSKmnMQE8YhL4fQA9pJO8ozhHkgGg1fvNx+uoHoRegcg8ZiV6Vo8/gB/w68yoXNAuFX6ukXgyOoqu8pl5AssNftqUU8dZYKWvDQphkC59SnhNsjrfPz88n51PXc2WLau0PH32Sl/N/9M1vv/TyS7vb19bXt0fDYRCGcGiSNOU1N2FRVCfuxC6imsBaHPV4YqnW6pAxstujsEOb9atpNH+BJkMVByK9VQ0xF3Bsuu3rV9bXf/LR+Z++MYzq2K0X+71wka1NGrGTN4UXh5BjnJ52grBtN2MdqHkixlBv4hhXDhxRo3QGvifdyBPzLgoR8GIQy3klzS6Rb4kG3yUlOiNUI2PY4AYCvrRClY+00SWk4LySZVWgu4ejofN2oSHwfIUDZaImaiyqSWHDIf82LeErtBMPhtJVZVNDbT0Yr18F4TO4ISScP0371VIyif7KQUGUhtFVNdaNOEBhgUBOX7iq5g6NKkYs5JpmvL4+nU6KNIWYzvPFZHrx3e/+yTd/7/e3t3cDH6925h8h2Zcc6A0rarm+N7RexojiaIV8ETnfNpY3aGybpKiaml0uqGVtO5lU2gg0TCluLN5atMkfvrH9/Y9OkzIYyjRxZVNmL23GD54eb98eUUBTNmtqVGuES0c5WV7DQ4c+Sg0SxltZRMNyV1nTT1GGjSH1CqiF1OJ4pYoPT0MtZEeQkFpDkO4G57pEiYCAxGATzK5QJHUhoNVT/PimoDXUMod1hY3cAW5oiufUtPD5L0drBGTwOlDZofsqNkV0krZmW0h7aupDSs4GBtINQeh7OCJEn/c4L4vpfBaEwXAw+MLLL29v76GsixswegstllDnwgz0O834biEiu9wLYVbC4SyCIGCuQDfCNdsMu/RfWbjw05XctXZ7c/icK8qv3+kr7T48q7Ej9fD1vX178xe//qgUPjlBYHTB8UdnGNw/yhIzvQg9h3acQq8iWu3PRT8MK1Xc4QsE4c6Ju+wja8tQNAS9VElvGsJU2Q1OW3kOBAbCF7MmDc98a2NUYRvlTvFAINRei5y8IiHMy7x4LsFrz38QFjiVwZtak6aF4apal/m2ZYOuJamPMiQOBZCk22o7DkHOLvEJXKwcNYqE/fz9X/zV938A3729tYPy9WRsotA4DfWL2NFeWyLSKi6G198MG0F14KIws5kONGc1+Tn+u88QdEt2G/OqrqHLWmHiI6Tz5ti7vR3+Xz++X3hDF76+bd68Pn54dL6ooMiDRO/QhrJiLUSIi7ISPu4KsK3EhQc908+gzIVge4zVWfFyerRqq0iJMc0yNL3BUgI78ZpQb/RCasFmMlUJ/+I3n/FuvJvgESt8Dh0SJVMZUUrHVCX4h+q55DQ950EIRwVNmAmE8ZmNvI03W/4ZMRXOMwzMKol1wcswVgGDQy8o08GnoOubzmbn5/M/+sM/vnbtFlm3YD3VechoYVyjxQpcG5OPBe50TwDB375fImocf1yJo/yGdyqGTCjNg5ipiX0JjWkgNfOMBE72A1np9+4M//LDp8cFmnHCxbMWtNdv3Do8n+GYFzHoLQS3p0Sa5LNFnuZVP46IfCVXRZzs8BN/ZIVmp5UB8VivQh5xkQ9qxV6LnPzDMDRhhmQuJmdI8sRu0afDxYUkQYCadJEQqn4Z22ZirEnxDVt3/M3QO0oOjVJBf3kVhM9cQ4jcNs4e1kKwFSs+soIkQ1E82xSBCNly0KvXr9D5Une6DFamwYwn+71Bski/9ObbGxubYRjhqN1GGj+4o4yzhPosAYfbQp54EuAZseAsU0ZLfEwChkzo2C22Xm76hcWpcCjzeoVni3BoA9nAS7q1PYYb5IPDOU5226Buszf29z55OhOO10hXOQ0ao7XVk5Pkb3766TQv+04BFWwtGDdgQ50JHitshtaMiLRl/eFynsBBWljotkOA8qYuoPEjmQtyDiUTDHiVKN1T8xUDYdbkyYI01zQ3C2wQ2dXtZgfbKrim0uwSXjRcaxW5WV0F4TMVhFAFsXyXFIwT5ukC93iuVR8US/4Ez2VwPVhBfBSlKfZI2RZOELkmQW/oXl5cvv+L9999912W/eXgMmsIVENkUqFL8MilchHL+UITmGXZYpGkWQqJRElGiGAEwHUPzSHUw55rOPhMCBLG/BBLWLOfMNSQpuXJrYcuGKjJIuVmrL7z+rW/+PnTX3/w0b/6H//VD3/4/93aW//k3mPpxnQzYNDLplJeHPQ3LrM8cBGgV1tC11K+SZKlEyV2cxnxWtXoOmHwExbdZZwa6wAYQXzcYlQMzeuAL1mSIJmRELDwxRmaczTw5Y0ZtAqmLne6HnynwY+ZLyZ5ATnQwUb9uWsLn/MgpM2SbDs2OnPYO5kw2n1VuHbv3BYMsIYo8h4bSJgAQLX2DDpMWkw7k8nlK6+8MhgMeAazyv3jKhQJviil4q4KjfJ6Da74qq4I2NWwmKcFo+HQohu+cGFLjVND+5XWjAuNV4ToiPaO4StKSHTSc6N28U+/eu2HH18Md2+/+uaX7n/8YGer77f56QzSTqVJTRFe3yxZCNcptAogk2PJy9Bt8RkXtBXFNztaXk5OJAnS8FtkZpsEaoUWs66xIiWuVssWpXRNuF2ahbsxy1LN2VwLu/OoWXNklTWiEGGE5a50XOQ9NfVVED5DDaGmVKbYUs+s/rissgoRcIY0JUx7/St7pNBHwY4ESHwaJ4GQHitFGCv4eOedr/P2r6NNdD+3O7XGbo37JasNwa0UK6CRIzfN4NmK0FqRcoVJHWbTCYTb9GRSEn0LQe2Uwz8YelZXaldXr++EcOY/vFT9ze3p+Uyp4os3dh8dTRzV4EaQHqlum6JpTidzPwopvlrGBKwQnQ23T1hS/2pVbN4Zq1tllBFbsgHFTSOmN5aN6bJrJwrM/25Q5RWvKDYqJmqYlRGw7ycJlCNaIPADzw84MV8F4bOzpm/bEl3N8Dx3/Hdt5VP4ELMEU0l7KmEsH4yOaISgR52mmTkZlC3RZBeF1cokSYbDIXw7isrQLr7jH2HIlRXDlyuCPte0M+SnAY0lPBV4GBeZh7obSCzl1UhllLWAGzsdxS2d6yi51GJqiKpn9D+N7RlW25FIWscL6/Sff+3av/7Le85oa29r/8mjj775ldc+vHuooOok+zdofKfz+TzNDs8uwzhCul9bNYasu7pEEZ8p/0gospuaMrqA6207b2roOcMTIxkNzdaIwgiudgpaOJTmV9kQtbfqkBI+gWO46kaSvusErkSapuc3WqR5Xhb5VRA+OxtC2tLjwqDE0giPBQ362V3IbgRw0wVxRdN/2mOz6RLtpllQtObjwqPIRixmi8hHCTbW1eU7m3MWVV44ctDMZWobJh+1xKtrNP74Bu0vjf0TAWXwaWpLXGKcFw3rjakDdU2CWLPKjkbt1gMxnK7RNu04F1CRuoGui2/cXr9/kvz8yfTx4dPzeTHoqRzyjYwakvKGRBmHQVW3dVr0HB9lP4UvtbOaCTkTt3ZyYuSLdWtUprR2JBvp0BfgP0hxhKeMqJpW0FVUNppfNHm/aCxQlXloTH1lWTBMoq0FG6rxpjHwvICA3UJBHDN4gH6TcLMV2VUQPjtBiDRQ2SCpDcHWXIpq3tHbBRf0bnDFkjRYThw/JMsyoVuS/C65fCIrh1pHZN8USR4oDzLK5saWoDKVtxcGYQNRLBokxwriI1JC4H+YdE4j/dI6BOOq2ohzLrnldnvR0Z2UsirAHXRU/pY8KfeiHvw4Ebro7KJvrPuv3lhrdl/+5n/5X/34g8eZbvxAnGdKK9FIHYpGFCnU4j3p9BAOXksd4LCzWz/QKo9wdZrrhrop8aURZpUpTahNUdWVqa4bSUh3vIJqvD/YYZRwQZi2UayuhZ/SknMFiizD97aCYOg0kiWHGZ7roPEqat3VhNyuC2iWqbxYYOakTvIqCJ+RcpStKmnVh9HYGEFRViszsGzS84uj6PJyIoQR82XcFqmh4HyzoLKS+TuKRoLT6XR/f//mjRsoqt80Kypg2npL6K4uNa0giz7gHr/k5pOzK6KfP2PXjemRt3Q1HW8eGbHvdKvb3xLjMMQ7S3+A1+a0JZSJldf3mvzPvnXnL374639/FF1/+70ffnqxNxj8/fv3WzcMPHfgNvnpw+zs8Sj2kN/huC1B/CQpsnJBroj5wZMneBOoIjAkZO5UK2Q5dT2e5FUhRmVdUTNbc6ySWwWRdhHIRpEp1WKxQDiPJsVRB2ll5BDnEa0Ti1uo+6fzGbz1vhc0aKThBEEEN2ZVZM/ZgPT5LkexYoQODn08ja+8nVLSfpk+gacZ+hA4EPSVvLtXdmOBfHYGwXRJD4L28vICDgr6EBIyRpAbpuyc3P8BKYn7T4hlVsK3/qK8CZc4LOWmdGnwIAlEbtRWmDvMLWsXgfx5nvEaZWG2TMK0UmvlyaZ8edDe2BqeyejTg+npJL+xt33/wcMazb2RRaHa8uL4YH9zTLxkvKRo8LhUshFW7IwhDQQkshYx9N5xkWxJIXzTYCRC6qsgfWHrByVIjctD4/OGRA2CQjiz2QxuKPhkWeGm1PWg+HfxZ+k2zbNFnpVwoQReEEXwJoVhDP8EKCppmGVXQfhsTGXQBQ3yTlG4VFi6jmvKLCak8picjhzcr2EYJsliZcLZWkCjYkXgIs95Yg+PdP/+g9u3brM4UcNyD9ZPt8uGHX3JQJqJ2sOOhR1t16W2kw5W201T7bDRcMvbdslo5wyJAydspWoCaSqDy+HIhG4QzYRLl2YhkO7+66+/dHx8vra2ViUXo/FgGHtJXrPLIPzMGzdujnqBIK57y4NZm9caw5Jou/dT604hzqz+HLX0a8J2umlJjsBIcsArq0nUiQsD4lowKQQfJ0mSiuoClMLPM5QwbyoGjlZNDQ8dQOKLIqpodC/uO8pFX42qRSTT82WW9twGITuwoH91FHq+X9CyAdfsKIhGuoSep40ZC5aLg8EAvmE2nfJgojFATTz0EL5Qr+L6HqqvRk+ns5PT05u3btG4BYd7GfkxVR1dQ3xGIsI+WiusmAWbjzEBL/D9Qb8/HA7JwL1d5h9pPa4p2BjNhRbc6HxYoKFfEJA8hLKewfi3FbKCXE80sSddL4Qn8609te9UG+u9L+4Pnp6evvXarU/uP/ACZBHN8zrsj9Z7oUY2M2Y5d4Uyy/RFR+L9RVuRVrKKsXnyhp9l2FikjIhlAuqNYnAKSdwxePIIoKlojtUwXJ4acfdyMoE+mWdAroN0Z/Rmwu9qyRAAszrD5ZiSgrqNVUNvCUbtVRA+Ax9wxTY1m++aI4XbXmO+jqowtHJolMP5EAo/NwqjxeUEasNGNNJBD1BcPgjj6AvBG6AbdnNyehLEUdiLqUSE0+bUpAZPgMh2VSNUU3HFcwtjMyaNVifO3Ek/l43TOCWaSaP95gqHuhXlGE2nt8HwkypAxA5OLjzXWQkZWv7hVBbKQQWvQVFcOnXy3a/e/P5PPgg3dtLpZDAenR4/hXfC9R3fU4EUMToN8xCoJPtDSfx3OhhkRcydKAY77VSJG60Z/m7msohHNWbjTL+i6bILbwmuC6usLNNWlzwd1ai1j+1hVuRGJ0s65J6DidWlfQ8GMs5l4JVUCFnAbYYWpBFOlYyGKLwKwmfgA50DWR6Xzg0LS/Oeimc2tVVJ4aIOvqbX68HxWswXdMx0x6DrVMZ8suaN4jiIQgfPD2puY0ZlHTdKW0KuRKBBYxmNUGbxdvrThhakWCdKo7q+cUGr2fWe9haK6I6ojV+WORz6IPDdJaVI2Qg0q3NBkOcalbxxGItDYCf4yvV4HDmPJpBDU/jwmiadZcNBb2trw8NOzOE8hmg2q6GmjeuLNupYZBfFH0IsXdNs68gOMS3rBHDmhy8hu4qC1pkFvRM8qsFLkf6qQkQegYQYYYvK5SzJ6ji8U9XGrFBFUY/I+Lj4gdB9zrYUz285SuCmluSD7CBBFVXZOTFBMoE+kAcM1ufM2drZPnz6NE8SyCFlhQ71UBFFEbpdQxikaVY3bb/fZ1emKI6Gw0EMWRF59AgEt2uGhtf0VtFCLNl3FEI47DFmfmasWaNZDWSMgsF1rG3DmvwuZirsneDL47jH81seiiwdAq1So7C8EBM8FKVBU/z3Xxv/1Y9+devLX3vt2tpXXr51eO+ebOs333pTeTLLZvDwJGfqdlLIRuGXzAbZ723lZ+lOVtxIgygBT8qhzUOepzRJzSkbtoy2ay3yZik4RxNXoiZVDI4lT2wDMeUFKTW9vEMK6MIjmw/fSdPk/PjwedpSPLdBaGQqiZNOQ3/ZzVsMSY/OaxCELJjNA0wIj9F4fHF6jus7KSsDUzQnHm7ixXx+dHQE/Qzay+BxN0sOuMXh0MLDIBGJJjqdxLA5W4YoK61ei+BxrU3FFjxAUFJGkyKUzSr2YzEcBNIMTcRnTqAZ5SwV8ruwxy4Onp5yx27zL//wC9/76W88v9ndXa/qwg+9AhIKmqIVuCRkIVMtVhkf/GjwipR9NCsyavQXacWH8haC0jUvZeAv8ZZxJcFlDOhvZWClrW8hzpzzomDgKAkr1twFp0lSFDnBTbFsD/wIfk2opJgni8V0sVjAT2mb5ioIf7fTYG2FRknvkAssyjtcnZIBKHFq2cCZJx8tDb+3t7aKND0/PaNSDDPqdDqdTKZZltNyrz4+OoYITxaJoe1iOEk8LliXdtTcz77LmLiogzLlqDRTjRUJXfbT5UE+JzQq3trKINeWZmlKLXnJ3QlXKx/sdihpf98oPxZl7fTfu+HdGJbf++iJCGTraDzHWO81ZZVB4UyZ04xYu8fp8hXPZrr1ZGf9bZhK2FETCUtoCBWUk5SagOuQxWgujb5wzgoGVWsTtJrdOJC9i8VIm6XZ5cVlnhfM2acBLHS/7tHh8eTyknqIGh5/NOrr9ioIf9c3hFXngqbIclkQXw/nIng4W5KcxTXxIkkYLcWuQ5oEMTc2Ns4ODttZ4tOQEk3TcHOeQ+aAB17Mpq9+8SUlWlfDAWFLMQe6xdCPwiBwSNWPmYS6c6SoO4CbYW/wRIPPOnuJSQE/xoPUpVlVCXebJgMhgtL1EQ+DeGYH/5H0j7BBKZduEF1gm4VHW0uiGuV5+0/euvmX7989Osu3BpEQmVJZIP2qRKgQMWhbRr8yiZ+wr2hoxrtUQbsZxLI4RLoS1J5Z+w5I3yVK2tV0zaAAHHwJ+tBjq0lC2jTvMWa/aB7aVkUF714cRWhKURaUM3WNzh8KVe3iGB5itpidnJ9dzCeDtf7mzoYfBHlWrm1swM+uniME6fMZhNDMsSJ9B8hWlhzHe2ialZPMAwI8qmXfQtOU/nA4Ho6PHj+F3s4o0iL8iqSL6mo8Grz9xpvwIyDbMnsAm0pFbYuLoI9l6dllLcqEXUWmDBfJkhWsxYMiSRXJizarQs8Wvabb7HzjV0pcsiRVVjBOKPVZGzaEuyoy4XV86b730p0f/OqT8foWGqXWwvEdwSx/grjapbvZkeDiTqI6qGvhqbxxkUaXFycx0j5tW7HrCjtbyRxfokDQK9IYhDx14bEnv28QihXBUyXNn1kNEQrg6Wx6fnEBv5sgCtc2N6AkhT48z7KtjW34gvNLaAcyLfRVEP6OfqDzRJYa0VxWEqpq3k8YkTVOPjhKwf0VkQkb7uWMzJmj9m9cS8vicjqFw0buorjjgmwI33vj2rWdre3T4+OchNmZdE87P5wdhGHk+yFkLTrSjPrsjq/qJjQd6NPgten/agsT79zRjAbZ0ibN3BZdzWkrR9nZLXZQAZsVyeYNG9cQyudvv3zzN0eX75/nSgd5GZYOrsXbpu3gcpZ3iXhRspEwhGargqNpQ6+6VQqPoOHnMnkSV+2420MHbNKjMHZLVjfEYd3HClEy+PhNU1tdHywp4Duh5ZsvFvAjer3ecDCEbhAyPzw3P/DHayPIoMfHxzjkTeYdn+MqCH/3gpCF0mjxzUsrdG9umbjdsEMgxQymLSYhMGImCAKetSPKQ+rta3sXk8vDwyNCQjYMAXWU3t3eef2tt6cXl/fufqw+A6HGZbej0BcbmfFUQ2I3SJMbRWUqb9vYnl7RzN3qzXQYmi6sJI9Gu108D3UCH4qyAP7H2md0y3Rehm2zMq5oV6A8kKKhs4L6cRjI33v1K//Tv/3rk3NxuMiSNDcawksLN2zwhBFCK80ElCjzpovWy1CnkbLq2LcskVqhBR0HM9xcbVewCqtxDJ9ZQEddFAb1To/vudxR4w0FuZevIUh+VQlNYNjvD+C703RxePR0kSxc3yvy9LlBkD6fQcg0CCbImmGi3c7xrpmltdndge/mhuci1sgFvqg/Hsa93mwKldGMZ6EEyC77/f7G1iaEwf27nzZtNwiVdijCgBwooELSrDAMCILNuatjD2NPzZb0lkvBn1bOcjTC+3s462SAi4v6LiyZvihWVBLlZx1IORNSGnOxLxMuNH8v72ycH1cPmqho8nRRdhElkVxbs+AN/FSCj1etpRoL1rkShuBkBkX0hDuXeaPJTejt1pQg1ZIUQgTLllLu2fk5L/dZENYmeOwRSHOAWJuIE5RQWcA9BsmxyIskWUAcwm056PVwsPS8zGaeQ/FflrvnboQdsOEXRqWohBRCMM6GUcgtMevZhYI2VJrnJMiH0xiiW9tbUFkhXAqdUnDAA3/f6w+gURmPxw/vP8jSFA4jevSiw4xpzljAmxMU+4wx2JKhYOSkrbTtBiFKWbaChC0kkn0oe5MIBj4IBDO7r2EMG1ymyXJdkymXyG8Til2HSMLYDmOsW1y7yM3Nfix6H2XVd9p6YzhE2hVSrSqUiqGOz9azLemOS74T6k6RlZSdIMCY0UgzFRS6R8ulPMnSuSOZVVhCtCkcHrXUVkvoETw/mM3m8NLufvIpdOcIVKN87iMEz4GbjjD0utYNaYP4kCyFzEfrEt7fLJtfnp9Fcby+vgn3ERlFVfCAV0H4u7khrGmJ5PBd67sQE5WuytYLodC0AxKjIwS3PUvqeZ7Lzl6Gv0v22nAud7b3Hj9+zPaxkIzgehYEFoPT4CINr4WmBUUBkSlLI1bMJII27fBV0Bkaf3nuAyH6GIhjgM/oKCq73biJSutmCF8dh5HpJJcV4DJxWfm4hpVROWN1Nk+8fewkKbBtdHQkVOYF0SD1FsnmjTfX8sNf3D1/6U6/EVXoeo4MUG4Dxy34JKCC5ZzKEh7GT1ezgigOlSHP8SwnT5M8n2XJZVsnLnldlAWGU9yL4Xm4SubJPPLd8+kMavPHjw+OT6d+FGfoCtWGBJIluEIFT5NQSdgg1LWO4o1ef63XG4i2mF0cQ4Rf27umvKDV8D4/PzoXz2EQNoTbRm2gpYERemW7qCyUB2GAEERh9K2ZIcEFI3xrh1CxHnwVBGcYhxh7WsN1D83Mtes3oFw6Oz2NBr0kTXuDIdWZK3s02nqbaSGXc6xlSuYWOKtolywniNVOGZghmcg3YEYVn3TdQL/KEycuP7tSk2XzO1Kv6AzVrAZMYySD22UXJ7XvyoEqvfQimVzc2Rnl2YO2KUkbxrHZWnSsjs7KqiZ/QoIBVdwrsl4Hj0irovKU1/oQUCXVIhghcRyToz3aUVRVMV+cZXUbRGsPHx9AYQGfS5NUybCOHHae4ZkZbQjDMI48P4IX5xOH8Oz8ZD5Px6ONMBxUxESDC6O9CsLf2Q+avGFNiWUnpBcomfICqqDR+k4m8/l8PhgM4FSxyj2cJO49oBQi9IxwrZMEtWpVLZrhoKcbxHacnByJRt66c/vxw4cX0/O1rc0gDNMs6/d7yooWEgmQ56JIze8meOTpZZTKauK9mnFGKztteeq3jBB9F13CzkUMeLo1bSbrI8FZRyTNZ0ejwtiq4QfUeHisPQSmUiGuI6/97ldfuv/gXnpx8qOHx5vr4ypPIXGpgSALbkVOws2KpBo+LLx8aMzgxyKFoUjh8eDOgpcLqR2VKcoyivwoCKPAaSr42oKJSPAykwy/8+zkEB7GCeODo+PHB2eOEzZI9Sx7MbyF8BHBU3Mcj9ScejHUyyhag/Nk+Ay8w+dnF1CSbKxvSO2WLSpiCPiF4Az8Kgh/F6cyUCOV3NhgT4MO6NpF8UJ01er1YmaesuICZMWSBi1cbpFme52SSmKeZzRThUCtXM8dDPv1ZfXkyeMvf+mrYRR9+MGv06q4s7dLFtY4NvTCkINQ2wUdWS+0UtmdAUZ147hKm+ZK1sapgg3h206UEbFsqF7fUBeH/pg0R9W01lCs6WmmR03DM9J2xT23k0jj1hQ6K/5PzXB2COc6+Rffeacq3vDd6uCpd3p62lZBTZI5yuk2CtKRRpGJQeT9Xg8iOUkSBSWrA6+uTLJ50xRQQxdp0Yt6RQaxkcEdyJBX+NGT6RRKBum4h4eHZZq2wqln+q/+5u+rxokjH95tz2tonozcQvgRUdhzHQ8v0aqBXxk8hbg/cgOvKBfDUW82wwmZggrfhbCv4gCe69H6zv5z4Fj4vAUhjStbx3V0o1A/iSTmIcwOT07p5DpQI2VZSlJl5cnpcZpmcLygdSFoFUE/CH1GawC/KgUcCFr9N6PxEErT8WgMx+vx04e4ew58xjjj0SSGrmsUt41OLlFnLdOXSAnSmi41S1U/u4A3SGnypmb+Akn94XHUUJfWApFgktxyrbv9CnO/+wMPVSxepzG3gB1yQkjBGU6O76+PBr3+KFvfSGaX0LMVeSHYrVEYtCfvLRo7fSX3XHc0GsNjTCfn5xcXRQHVZd4WaV1UjmwKtKDIIMzbxkh7wHPo9XoXk4tFMktnhRThz3756/NJ5kUxfKPA2w0XLa7n440jiV9GcKEsLxz8dn/keZPp5cHBQyjM97Z34rAH7XZWFghQ8uQiubw8ebK2ff1Zj8PnbUXRkn4EThfoJMBJqlsR9EZZXkMsoYqs5qm6IDKDjHsudGFlmZZlRkgxHMpxbZihxgIkvEqgkwxCr95662342wTKsmTiBw6dTSpDtcjSjDX8OuYEt5fL7TwJmRqFaeJAiBV1XdIy5KPfsJgSCQEzVM1BcXj4bglZw7fS3u5KC9qZigljhOia5EkpF75ZI7vWSC2hf2AcRb/51S+aYpZNzlWj4nAQ9wZwd6EOE65zCJYNSRgHINIn9jMZA+MiHuIljIeDwXoYRG1d1mXV1u1kejGZnGUJvGPEHmxKSM9R6FZlNk+mi7xcVOLgMv3wwRM3gEQqs6ZcFJlwFaotwn0hFbx5La/sXUUGNYEU7sXF6cHBI8/xNtd34M6rGu14znjUHwxieHeEch49/PTJvQ/S+fQqE/4OfWS4SkqQOaCcKHLzssRzp5yN9fXj4+Od/WslsdSwbBNsh6RJcB4boQzJ2w2LHpI+IoosVZXxm3WUs7e7u7u5d3F6kmXJcG0zjrBCw1lKHKcZhHHJrmA8hcF2r8Fy1LE6gvDnwAsY8EU7bkWewdjzkTKnRk1SNlepK/heC0hTpBJKhFfHANDhD9DFrdonMQHfmB4u5diE07o0mLHJksalmzvbH33ws7sff9DrId7VD4LBYMglqCYcNpsfMgiWyV/GbxhfG7wVKop70O4VeehA5axqqN59zNikA4DKFAgpoDeh1o04PZ1OZ83d+4dFjelU4GIjD313fW0NbqTpZDZfLODN7PWGRVG6CLeFkteHpzQcj1G1v9FkS4q/hizLmbkJ94znB/D5k+MnZZG//ObX+G69CsLPuyHUGi/jvKiaQioin7lOIAPIgdvbO3c/vbu7f4NHkJqo93CtO0SzcJQHrZnv+fRXyqWqbDYr8yLHERz1Y5AT+mH/5p07Dx58DGfd90PPD6FqdCjAwiAsCgwLgUZjrm3woP7E2MNolNJaTWvKwz4BS41b2IrkLhWrtMmEF9ASXw9SnzGHWhXDZrlrgzRopBHnNo402k5pGaeAujM0cYVMI2l9/tqbbz6498u9vbXZvHJQOx/TJ8HouvpWM+mxtoRlW+ri9UAzXQ9R2Tj6wtSNzSdEMMRnFPu+R2kZUeaDeLxY1Mdnyb2HT4bD0XQygQIfPZMHvePjI9Xme7ubuzt78F2kg5XCM63b+dZmsL3TF9qnoSnx9jViT6FvhIqA2u+WR83QbqB4QVWp4CoIfxc2hKgNW2B3pjX1VSTjhWz0ULttL47hOBIlN1UlnlCIsb7bw4ykhU8nhi0ekMlel6jhxxBtbIe8YpFd37vlBf7B00ekKdaiKm3TdlJLRBYvCQJJNrh2bWDIig1lv9a6vuvWeqUZ6rpYMqA0AzWR+w85wFMcAJ1WP49SFRN7rQV352rmsiq2NsoU9rEZOM6ABFlCF+d5b775apmhvBLKRrW1J1pDVDJmM4w3MuYwqPXYMq5bkPeLG0IhkPRKTNpIL6IBrkZMj+czRIGCUG2sb0DMvf+bD0p4x5BAlsND7Wxvbm1t7G+N1oZxGPqTyfT05CKOoc4cQD8w7EG0jqE1wKtGosAx6QDzclUSjwSa6pJ+NXjHVXnxTNMLn58ghKOTz2dwSuK417ZOzT6wmgxAyfPg1VdfhciEPJllGRzr2Ww+Hq/FcVTVLTmOUEpsFfpl4kYxK4qchDdFleUQCj/98Y/bRo7XR4eHj0mAqIazsbSagTD2/UWy0GkKdRWt5o17Eh1IkpaRChoznoASxUmS9xM+VpplXPUx+MuImuFsE8232RlTr1AQ2xV7ww7g1nWGq4rAkqKHCRWQ7CBNK1zcoS08ZFzIXkRpgBxUOE6ffYWZuUuuiAqpX5C3XaYst0We090D7xZcDv5osLZAM3oHuV5F5qMkIY7EpDDONpjPQ4TwXU6nw7V119P92N/a3h2srQW+h5DAixM/DKHO39vbHY3WkIcSQi3bGw/X4dHyEu1TSaMNaSUNzbzRdI3e8gbpn3WVX8ymFy89yzjS5ycIoTE4ODqAm9MpG9cLER7CRRkP/RFIhQM3uLC94QgOfoRMNtTD1rpoakhTSLujKb8uqRGEYCmgsq1KyKqTs8tHTw7+uz97ezqbzBZzyLio4UteEdDnWeNrGZFuIqOuWZ1e2eyHFzZC0WpEZnsuMf0YSaOyFIM6S/PWwriZOeQ4hmLPZlIdtUKsMOj/YdRxNHYMDE+6ENdM5ydHqhYhqo6TJllvAMkmqKvSqcuLi/PRaJ0HMJqlQaF54+iVolOl4JeCQB/ScgqiflnOk0VBqRKvh6qoFULXeXFCitqq+da33v2bv/vpteu3s3QBBWxalJcPoZqobuzvbI7XNzbGUNtT2KOEQYXcTgelp0QdRL6oCVcEiY6MQ+ChrYw6dqBFmV9cHiXTuVTqKgh/J4AyZFApy6peJBPaBQo/QkcDPqC4vahz1uT2WLKEVOvhD5D3jNEXoq5FOk3LsoLew3P8w4Ojv/3rv1kfjt577w/uvPLKj3/4A4jCooCyF6q4TIiYUGOsD4hnl/bONQ/oCYLGUmXW3K/Vla67UMGas6pLNmyihMNcCKhrscqNXMsisooYDnMR9GqL+FsD0qXpDedMTLAs80F9ncI2Dk55nhWiH7qOH0Y+JkOELghjxOiQuyc1YvjEkAWC3bVsJQqBtpJMpkqGwXtB7JWp0FWOenPY6zrQ7tKtx2xDuHdu3dh996uvH51C8ZFA9HiLNA6Dfhgt5lk6T7Mk2drZhtcOtccsSeDyCxYLKF2TLFcygH7QJd19FP2pqqLKa3IT8fHnEBfFC269tO/xOvQqCD/nhrAuPd/DYwaFkFZFW5KJUpokeK6htqzImgJHgWHYeDUpqWnKRtoxaC/4VVdw0tHS2fOasoBi9eaNm9f/5bVkNn/64Mn04uLe/QdHx2dB2BuNxv3+oLXDis6VHoK7oA+WhOB6Fa1KjSBaC8cGYt4PfPTE1cZ7EP4WNaAo7/GOXppJp+4IE4hi+6yKjCUTOZ2OfpcSRYeVIyIFu6y0LKdd44qcDDYg2TXD4XCSNh2ooKH5jV4hRxnUG/1RWIUYKYxLjOcGCCVDJTgPJ1iOu4Sm01BYaQ/+9Ae//97//G/+d7go54sFFK95FHrQLI7662tjyIdxH3vLx48ezSD8cGAmtOMN17f292/3494gQpImjZek47NRDLxRqMRFzuJFHCDM0LkKws85DUJblSySNNV4T7eCccWoXOLGsU/JUEE4ViTQO5/Py6KgZUAThgHrc6PzFiJaaLzR1g6qWig4D/BfB0+ewgn9yjtfgzA+OjjJs2Y07u3s7PUHg7rIqXPzuVDksPHIaw17PAZtS8m5Dof+LteTWtWO8c80EFauYBVPMu32HecfUnSgNt2RmH5LY79rETspbvOf0E/V5HDKGtgk1M9yMkw6apQejkbT9AL6Uk1dZ9MazRv7CI4hmvAGKM8ICQRXXkEqT+hdoeA97o0Syo/S4NQlsxDJT8ov6uoLL998/dWX/8P3/hYqzlde++LtGzcGcTSIogABMeXpw7PpfFZUNbyTPT/c3d7/ytffffWNt2ZpeX56fnl28vHHn0BGDQI/7kHLGECeLEoUp6vqYtAbesJbTCdrWztXQfj5rgfhDNR9pJkJWr7h2UAsP1rWV2RJjVWdJ+G6FjGNSbk8a5Dc3ZDKfbFIk7qtF/MZacmU6E0Jv28hoFiqizLu9Y4Ojp88OYGmcmd7f3/vmmAkKH1YtRhCIVNGY4w/jlXoB2F0uS7VnpAkPTj0ijyDEfJGm3fHHneOJYwfIwFoJjFLA0MLyBYrVKauTO1ysrVGrYlCIRv6ETZGRBzFHLwBFHaswkTKhiSwq2hDyNvLZcpls0S2zybVfOJVCA+C0XFDqGutn4aRmeOLAgV9cMEjvv2tb/7o794fjTdu37q5NhzCTVOWebqYol+VkL1ef2c4GK+t7+7s9fpjJwwfHxzmOfKz40H/G9/8PQg+3P5KUkwQsihSuBFOjo/u379/fnhw89ZLV0H4Oc9FZ5ML+JVAQDELyEHgiwdNnWqVMYWFSx/LNjN+xOmeknEUyTBAfoBuq7gajYeNbpLFoCxQ02k+m2XUm3HDFobho4ePLi4ulKc2NjajKBbWaXTFttpZlojoJMRSDhUjtFnxlpDKmCoVloNuw6Us9mlGaYpIHoIV2TRLuiijcdZY1Jv594pj7mpiXPp7wjNxFRqQGVkKjmosdzc21lU7c1xZSYEoWZScrxXi8PApIYhOaWJVkO4G+dU0VseeBq4cgQaOBz/J90JNTmdKyG47QvpRvNVo4d7a39vxg95o0INrR+NuL4fqvR/2hIIbylvfWN+9ti+9AEIcAq/fG68JaNtx/kIhTXA4Zqgop98fwmUKX3T71q3ZxakjrxAzn+9cNM/nSZplRcNu8EgO9DI1dz0/iCP2SW9li9bZfEaZk1e1WZaQPG2TV0VCwrvo34l0RBzSOy40+3SKoOB03K3t7Z/+5Cd1NV8bbQ7iPqYApWolLeJ5yV3imrCiY4pIMZrEsL2lcVxzVEWRUZM2Mfs6CONvxCx4c7mQyJNk7hVPSWu8aJrOg7o7e8a1W5AFGW38EbKHcLWSJN9a1N1webRYN3W5tbv77//dT54ePv7jf/qPh2ubvd5aTcZRyIqAIgLyG7ZzJcp44wFvKUeS+AWtD4MgQu/AppZt7jq6LOAt8qBwaGt4BG1d7umtceBmE04LAe7u7e/ki2xj4IexC9XJbNZg8xeIuDfsDUaD8dgPEZS3sbYXRyO4N1pcBjaoUODCBRew8n5dNVlWpotSyMaHRiPy/J3d9e3tqyD8HPMg6vyOhqPBAM0bcO9M/Ri5SWbIWHMUCT3VcLgl6sljNhSos4fKC67roAkDkotK9FrJi843QlAawWSiFDQ9cElXZTEej3Z2dtbW1j2yTGOmAlsUdo2ZtGprdrGO4tx2m4yjC05orDKPCdMTTO9XSzCpsPkVnobqlGMUily4unUq+yS5/nTsRIfV4hyS5yAjKMj/IckcS7LcLBoImjInsbPWHaxVhydO7d/cuyaVj9r1LW0CIOQIhtba4G8tlRgtu6kKJlHJmkHn6JkB30ujSgXPpK5XVTY4JHFVU9Vvf+nNn/79zxq0ZMUh2XA4IgEqhImmaTW5fAT3ErzCV18RN29CK+/CbxInRq6Hjov0W3NQdRGqEh9+JVDL58W8yFJH6ngwugrCzy8GUaC2wHqyaqYo03sJgZdmKYRVnmeLWQJf4nn+eDzuD/olSl6i2m8vjCAIFklS1uQxRlKzCtFkUE+i/Z3x+SNAmfJEfzjqwbdX5XA0XBuPNzY2WAeGYWZ0fM2Kj5Mh84ZaphYTNQ+hybZ0bCwblekUxrEd2b6CRjMNDzaYwEvqh3YVwd+EWsOulc9YotU4MdJmkgbCZYE6N7TQc1CiF39Unib3Pr2HBlW+n8/TUTwcBAOohSuNUyxoHmtXOU3ZFjl8qTdaF1Z8zQrVCA59IRjPSf4sQsdhKPh9g8TtCu6H7fN1UIoboUX6+u723+smy6soRFuBpk7zsryYIcsiT/Je5L9858bezRubW9vwK5yWyWAwgPcNfkCe4qXQiyMaucLNImuSQUCGZYnCGkEYXQXh5/YBv4UMtRUKyCjQtnmbm+WwZLtYUkPBTuzs9Gw2n11Op27kw1nq93qLxQICCL5+Y7SZZfnJ4eG9T+5C+9HvxWEQKBeR0wJJFS7mhVqP18aQBOBYw7FYW1uDbsS6LNGe/rOTErMeYE0a8qi1FaZm9oO2jCMeDrXUCnK75ap2VTNGQhmIWvtkx8nupZpdftvVtrDTOIQXXOcl/SA4sj3I7R4GhipbcsKG1xAPtRu5rr+5szPevQ1xU4y2Dut2IUSSIXF5VolxU7wauMXZwfXxhkQ2hhn2EHanonkNWiuhhIwishXUoyR0yMKJke+z3GtDjmsVZmHK8G29tTbc39l68PBJJwoLjaHnBlEY39i/cfPG9tb2WqPl6enJ/t6tzY31NIUuAcUQ1sZ9R0io/yHyyqqYzBbpIhMIgM9++fOf9Icbf/SPr/aEn+eOvqF9EXQ+2K9HEdqzYPmJFVtDStB6tLmB8qF5AalvMpkcHR8tJjP4pfZHw/7aYNDrQ4W5t7VzcX62mJxfnp8XRU4n1o36Ay/ErrI/7MPPgnwYRP7tO3eYi8RevwgJWSHdMarEjDEb3QlbsC6hFEuGngFrm/Ro7XGVSXac1tjGnTcKLo15UEJRLf16WcGNWA4FbhwoPZMQvcTSvBFT7eeNWDQiacUClXDaavMOPKcnJeJTAs/9cFI9KeU55CsZuaqvPXfLTUbNeU+jkjY/czaQEPZZIty0yOFtx5Lcge6upqklFgJVUVayIm053o5oblCxkMbVvXzjjdcPjv8WXgcy72MoRd3YD+BB/DAo6ux0UvX7a9evX4fILHFPG0N526Kj8NOjJ08//eTuh7/54Pjw8Ox8UhRVGLrX9zf/xX/z3773nT9xyWHuKgg/p0xIpRGbK5FaH87gyZBEozl9XSo+0FL6ru/jID0YDvvz6ezg6dN79+7CEd7a2trZ2oHKbXN9+9rubp6lF5OL2XQym81Qm7Yq+p7bQ91L0e+Pxhvraxs75M7pGB1sKjsZIsNSSDbGhHG/5XqOlFp4XS4tz51sN13oV3EGy4kRijrc3eM3GwcYdmrRLbtJKWldFlE9oGHbI1yEKun7aNsAL9uVfom4g/z/eZg+caJCqULrDKF5aivy9gejxgshgYVQeAr0bGkLp6wUZVUk117qKJFRJFRBZBShzQuwAjTUXdY5dAHYU7vmpaEOt2rhU5BOoVaG91m5KD+FPTfOUeH/MZnfur63v7N+dHQxHvaUC7++Kk0SeBcipTd29vv9OOqvBfHAdyNPOvPJ+aN7H374i5/9+Cc/e/r4MfzW0E4LBb+Vp1xZ+/m5M9zY3b11+5k+w892EFIGyPhIlmWFO/rWYKWJ1m7qQOzBCHCIwoHK7SFaf7S+ufXqa6/m89nBwcHZxZlu5OOnTx3PhVy6tjbau7M+TtPT87O6rV965dXt3R04obv7167fuhWGPejyXI/KM3R4Nt7xFHtcIbdmVa0MgozSoGY/UBR60XapwPZ75CHW0pocItqKOEH2q6Sl/FpZKEa7KfbPwPUj2Urzro8Gv27ZllgduCJvyo9z1d66kTVNQVVrJZyJ00KcXaZt1VZpllyQbMxlluumfv32zRh+unAgFFPkaDlFU4VOwBYa0jrP0JoQHq+iYhJuBHomeV2WKXpukJ5xjWSlOgwDiBdPwFOiigSdO0ToyHe/8ZW/+PPvffThr6I43t7ZvrV/s782cn0v9nyvVPXh2Q9+8X88eXzw5OGj84d340CO4mDLc7fXPGd9C4c6WpWVzivt+O7X3v3Gd//ZP3vWmfXP9rMvyZKeNN4DKT2NOkbUrzfMehfaIbwlCXuikS6NQeDPIWYNVfturxdEwx6JQSOMs8FZX5U3tc6L/nA4QocT58tfeyeMIjhbt27eigdDVg2m1Gdl8y1cU1p9+HYFvalorcZNHSvYCxqltixSbEeILvkYrdo50Yof/7a1yVza8tU4UeAKXpOXRkMCUyok5i/84JJ2Al7sLsgNB0nKwvn05LJGuleFbxThieD965F4TAipUVTU7OF+HWPOUZZDyEUoCZHidVKTeHZJAFcPqgvsUfFZ1AI5Iq0kXWB4h+BXg/o4BF7gSoH4zFB6bL78hTuXk/na2gZ0r48fH80//GQxnxbzmYRitijXPXljc+2drf7ey1/zcLlb52gUiVtW+AXl2pll1XmSQ5ldlSlcCldB+DmmQTG7vJzNJhXS4RV1H+igQOKf5DvfNLQZINw06UqIpiVDadyU4TFzJKS+ntOPeqj7VJa143jKsOAxhF21efP2S5tbW/zj0C2P9nrLtbit0GQHf9bYG9VV2VrXQULV4IKeUdSETdEMXSH4SWc+IVbcb7HCFUbqF15Uy5A23rdzYoRXhsg7sWRRoJWKqKVHq3nlIB6P+XekGwNvz+awP1u0ge9t9QeQTJNkvrmzMehFkqzRcJ9p9pNiPpt5JP24Ym6haXnTIPYUVS0QwO5grdmTpJiKy0zptI0x1+ELz22gbkTFEC4SyNBR9nz/vfe+8e/+/C9/89GDPCsgc0PFELqi74p1390fBH/89a/c3NuKHO3WKPGTlhqirIC8XGtkkDWQ8OGabFWpi8WkQXfR8CoIP6eRTFXmKNmkieqGiQ/OuU9BhG4SRZlm6fn0Ar5yNB7DEUDAWJnAwWThbbQTRC4SXNioOwrf7iF/robvvZxCxiins8kffes//8Jrr9kxLLEQ+F0j4iwNWkw88NjTWMCgeKiZ5uPfVqZkNdw/ZKWaxTpmMw+RpcKYQBjE2aqlREe5YF973NGhmqixpqiXJtXkryhqLWuoRKUOwlpHjTqrZSk1DlVFNQrVWjjAMeNsHhw82XOb22vbH1/mj92x6K1BU+mIxpPuwfG5/+jBH7xxrSjz1trX8MtHow4IPwiIuoT3TtLOsyWbYfhPnCOTyxpVyxXNe5GUhKQnKJiDAJljUHIovbW9/tZbr//f//b78CJCz4k90ffEhiPurPXffvXmrd2B4yTw5hakFcL2U47rkUUGvEJoPxvfa2IpksuDIk0j6tivgvBz+CD+XkTFIWpIwGlM08XRk4PHDx99/MmnDx48mJxfnE0uyrre393d291tEfWbSGhLwmAIpeagf+36jZ1r+2EQ5mlxfn5Z5IXnyKgXQbM0nU6qvIh6va5ARGI7jRh4iSdsV9dymtDs6Qe9osMNYVeUmpEMFZ+0ujb+EOYBXOkSd0HicJfxoijC3xozQ9l57lp/UVR3oEIRwSvwHTy25FtAURFLc1T46iBMTh+meu/mDfpivHN8XQzKxXdujI4vxIbyX/Lc97546/uH87+ZXMr+OtxjTt08+MX7//z3Xg39OpkXGnlD6MJIiqjI/63RgL5uyQoCa1I302QsSArCiCl1UeitJgVvtnfSELQQnAxzRxgd3pHld7/7ne//vz/+/9n70ig7zvLM2utuvaq71ZJasmSMjO0QG4ywCQQSwAzJwGTADAmznBjmTDj8Ycl6TiA5nAz5kbAm84MhP4jJMplhSeaMgeRg4wng8RKcsCTBgWAbWy1bW2+371J7zfO8b1Xpultqy5IsWkp9bsTt23Wrvqr7vd+7P8+gFzpW7jtW0zbGGvZzr5h/zsJ8g0FXU56tlK3n7IoUq4PpQTKQinHP1lBsxcElz19/CQshHMHOxKQbBLD9sDj6g8Fjjzx81+fv+PbfffN7i4f7YUQQL5uVY48/8liJH1H84JuEypzdObfvqgPXXXfNwedePTU1HQTDJ44cNex8amZ6bGIscz1/hOogJ7ySq3XM0nGvEZeinUGrGlmG5lgKGFN1AIkBKV22JUm9IS1OlgRL2XRn8z+N0hRJQvNUCaiSxkhPoW2oeWlKIY20EskLDkfQSy3YvVA8DvlLh4a1xwkeufcfOxM/PT4xToBxzGBt6WcOdF48N/l3T8wsLw3jQXag2Zg94PUeOvL3LPt0Thw+PDdcf/6VO62TR9JBxEnR2nQ0tpJncSpRGSrdXMDO4yF1ZBxKLTqpYFzoKep8qq9MfWDa44khbOS2Sz8WBx94zv6FhV3f/aeHXZouvOeO5+zbMzc21hAuJ23FwodiPBvLgY0id8xqgBg+qJVxWuRvE0TZWgh/aKPRbuGn+nXfVVedOPzkP3/roalG08XXn6SuZU9NtidbrQZ5Yo0wHfaGw24/IE17Zi4dPbr45BNf++t7IBB79ux90aEbDx64cnpicun48WjYe8mhm9vt9ujlPPLJSFu3tB0IWRIjpIoHAx3ieU4UxW6Zkc8KzIWcqDcSmzGkbsUSUMZUkuCqyIgcBckpQJxS1xW1xmLrwgNUOjWKfYGElkq+LlFF6RASSuMnmkMgrioOfP4Vuz/S3PGrf/GZude+bv/OHZ7lzFvmNbNTjSxtdtoPfePxzsQVEGzPyBda/vcDc/XIY4tf/+r733brmEvUijBhKJRFpJ6bSFyE+UKePCloDxnCjbgh2oxYSoyqSKpkguZPC8KgnMAcJe8G3GrufpL6tI3rf/S67z70/SQjpQe3jobZHsNWEhvCT1WQN0rVEkNsjh1HvK5ddDpjx4ElH9aacJvpRttueO6YZ046+eRkY9fMFGyb8Vaj49lNi2shiPq9Qb87jIM4G8TJibXhiWGyNgjXw/jEE4e/9JfH7muP7do5u2/P/N7dO2Fw2SMpYMgUpcssuEc1XKjBkkQECSvWNexyC7cUO1Sx5E3JGDJCKB19ijBqas8rRdM2rUJb8h2m3oo4qgIeSh7crjjlq6S58pNZJYmu6HrDcj3tRMdidY34BfvGf+FlL/hvd93tHDp08Or9MUGPk8Cz1h3z4e5q+1j7xmiP7ZnTrus/fvzIN/7mldft3z/dtsN1y/ElektHTNFcxGomi7bWzUgZaYGqypwNrYOMARM5qjTYqeNYYQu5jdV4pz40SNIT79+3x/eoz5QpOIzTQTCYaDaMERRj5bWXvUh2sTiWhE5oFIxrab+7VjVz1UK4LYZnJfPj/ow/O7NrenZqbKrjwWsg13vKoPpky0rarSjNgigZhtFs2+zGPiRwZRg8sdwdwKoN+0cf6x999JGvu97NL331aB2GMuiZZeOsMUIJaBS49/R1Gr4XRZHf8AWtTD25vMLG116+0jAWybO9US+3gHjSsI3Ae1slpK8mLQQzNRU2xWKlKgnpKZhtUZ1KbB/a6Vpw8i0/+cKjT65+9n//xeQb/vX8rqkwzVbitGeaV11/9Y7pztIw6RjGDtd95O67rtnVeeNP3ER4AjZS0A2DyDm+k6aRlN9BD0LfpYK9lErDVUG3aqQwRguADCUgKKPHgnQhjnESC6ca46c+PWfT3DU/MzbWwqaYSVZkfZgsr/TnJqY9R2LdZbjYUne4ojI1cwUslxq+vL++Wgvh9hqTLfMFB+fzoJm5ccsPm5bL+ABbERqO54WQPiPKbYJKwN8f941xKw58c36sPTvm9aJ0kNgBZDExfurWt/z0z73llBpkL3mq8PLGSOu6voYSEMQVYsO4AuIdhZFS2GZagJrqwmUW0RblZxYEZmWRs1F08Fpim7m29hZKMCI3NGCTn2LUFWuu6rkoGSxYQcNYKY03U3As6D8FhmmH7/hPP/nSQwf/x6f/7z9Y3srCzzSMeN/8zPTEBAyEbp6F/cBNsxfPT/67n/1XPvOMdm43cpuk8FE4JEi2gPEkbBVLJLyszG22/qcJGqkiYuAXj8JkwjVTQ1piTqliR2UJjHZHZufgIrMzU/v37/uHb3+XrVapEQXZ4cMre3bMzu4Yr6r/8pLCW7sqBRAkcRzbz81hgodsh4OeBIEuYaCnyw0GPyUdQiCxNIeIlTncd+FdV4GBMGCNMtGENUotBGsS267LUq8Uzj805biXjzeddqe1ISmpPM9Giaqk6QRiy8PrYQGpuEMC3MSiTItE8EmcshM1lWQe+12J0aIGpvp1ykFjFBSCAjBINr8CzULT8SqBjH1IR7Cm4XQSiv+blUCJWjZA+jXMiaoJ13EF5zu38uyG513xztt+6rq9rccOP3lyUFxvPcvXkvwHT64cPXnyzbfeMtbwbAKkUazwyFwPNjYz8tCsuagk5gnjGA/QMjxB6Xccr2GwU5EZVFdAOniDtqgpPB5DCmtYxpswfoanwyZHOJcRtCuLPxd2JmygojmaZubR5fUTJ1YEpAsWcExJZvqRFQD4f5svE9WAUkJuppkVDC553uzLTQjzNCYRA2kgPKWDtwqxEVRfxrtpOBoC/Ce0Y+JxGTnBoaimcs82fceEXTp6WjE1I2uEGNAoCcw0T20WsEZ8B+Yo7MOmz0h7WtIkafhUE/TS48HWYRL8yWA+XYzMlFi6qeY8zNJAVQNPLOHiVlR/CiRMNtpZ74gFq7g1iiRgCs2DxFKzK/bN/5e3vnH/wtzx408+9vAP8OeGbS0+ugi9fPDgle2xDrcTtZ6FAMr13Kyo2jGUtdBRZig+NTzhRrs15gt/YKvV7nTG2qy3ZvTII8uLw2JzZbSX8GiuvODa4SJAyXhuB/YthFEiEggTJe8F4ZGjRyPioLLS0BCzlmghCstvFbFiymiaK5RUMOhnl7gQXnasTPhqSaXiwndxuEZTYcDNtOAjF1AFFl3RQ2RttwnjCvtyajYcB85SKL/ARVldOvkUIRSIB0epUUa+8lJCtGCgaPBTUgpGidg1lxlVmFQLzQQSn92FuVTYMJ5hSsN4XNlgGt0pAMs0vGGYSmxahoWE0jcvMIVtlVWjoHiyLa1mZUrT8zxWeJvMFjCcm6a7dnR2zVxz4uTa4g8eDYLwuft2zs1OQ0FJA0dO4odM9IzteK6nEVE6ogkUYBaz6RmGqGt7Dc9vNJodpb7Cc3VtlzUtBO9g+zQ0t2u4xM4S9Z6V+VTWiScM8tA4teKdczulqldqHhgYNZYH/dXe+vREBwaD4J8bAjpgy/QZG4uwp0icSzMZcTzUovlaCLeHGswzi9lvi+SVsD2TmGBlRlGAou5EMQrKdVJlS/hOGS9TKfXGQsn7a6ujZ44gsmHo+i1Yr7qehNO6ot02yshLEc2L4tiTJCF5f9nGbmh9TOno4FrUEhqdKdIYEoLR3h9hFy3oqbUgIJVceVWUQwUlpxKsDNJCSash9YWUzVmFBJuJwnOYBSAMgytE/87MnVMTLc+H7zo904SBHnKSokWJkpWLaid08DAJEhap4xKCTjocZoQ5JJUuhBD2PATHEpJF2AphGOq1JLRru/j/pPheDMHcKLqiiCHC9Ixj+uOdjjQfsgEGtxTBPA6T5e7a1HhbZmBLjU0izIpmsfmUYRpLLF7mSEr/vBbC7SCFijgmfodYmpm4XYr/qYENjXaz5FcINSWOh3WBb5NFx5pXxjrtr65IAKB4PmEwHAwG415LG5EUApDuZqZ2qVEwuihPCaM4FHJlMGPZsfyaljQSAh+t4X9sDKkWo7Ijnp5qKqanVMGkeUn+INpYY49iC+YltCGs63AQNJoNNVBt9U3L+L7IaZFBKWxv6jtLeJ9C20h3THbWltbhty1315NBOljr9YYr1z7/mrkZ0iE5jsvJp4nn+iTW7fUgRn6rAesTQmi5LsvWiJVIssZevxsJhJzmYyjKGk3h3pAKRDLpOtJYnWQ+5kG/D8eSZQZUwNy+4DwMkvTkytq+uRmpOM0FKECwd8QRsMXALaNRzBmmSZjVmnD7jExZUwR7ncs9jQSGW2hQuBmz9IpqxmJ8FH+BVSqF3VrOaTY9O4/NiLojz4b9OAwcp1NowjCEjUugzVxVqCX5PFhZ8ABDloFYypJrVKFy6RugwdvwvcFwKKRIOK8EFE0l1k7V7NT0g1WYoJTGTFoitDa8UGKn0iG5WcSZTA01rZ440Wy1pnfOKIWgNDIXokspleJVKSCz7rvnb8dbrec+d8+DD34LG0R3rSfgjEZrfHx2bm5teWVqfGxh71VjnQ4sTvw0oOtMGzLs2kkwWF/vd+H2eZ0xm4SqHgM4ieHa2FzyXm89GPa1eQyGqIBBWUYGt5AQW1ZhC1NWHMfMGZlxGLWSpieBftTKBDgL+SA1nlxZx27Q3DFNq5osFETNYIAJDmds0oqQKgZSQRFOJ8prn3BbDW17I7RLLrSAQgAtFRqm2mkkKmEHLQEiJA/OJlmWv6Qx1it2dPagWoRwi6Oo2dbVz/4mqwC61rVddv3JRWMJmks+2agEBjIWBJnnUug8Vpwk4hPJ/FjUnNItlJCjInAbykZYJABy1aXCXGuqmi2sWdH3UojKd7Hk283G2vraxOwUYWQke6FTpURYcPXY92Ay7eH21/oQnXAY7t+3F/d65X4H0xmGwfhYiyU79g7MZBgOdjZ3JUYmsG9kJoPJCvdt0F/HDJpjY4blkpFNige0cyWKgjAMmKuQah7p4LK4EWpWhuZvKl+B4bqNjMkhWOnssIA+DnrsRTKKZ8s9Bk+hPwzXg3BeTGAzL3tEoJcNIwiGDsWeXYz83ogyUwvhtgr1ksXEVv4HAf5yCdGi1RsCjF22vssbShmPpUO0TFNBkiTYkYklZiZhWOk0LdHyfF8KNpX1oaDjTSXip+C9hOgrvFMNxlD+PctVPqVYshdqFZdwozJtqa2RXYPaTiI3UhBS+HXFb5kCYJTlMoKunxxfWiKvbcMvGWDMvLDJ06LfQujbchJCGTce+tEhFNpg0BsMV1e7eFq+3wjC4epaU+KZ/sR4x2vY0qNBejYi22PdD3rQicIqN2aRLcOWB8kdKIzCbn8tiQPZPDSjhz2D7HD05xxPgDpsn2Q7VipolCQz5BXi0AxCMzty/DiBt2HWmkZiGjEzKznkMGOcOIZFbwuASOGikhbSj4MoE/5G1splachOmqQWwu3kFUIeCJfkkCGQ2zLLqaDlJHhRrE6SMdhOZIpyy6UDiAE3RlMimIhF319KpBk9p+YAaM+mJQ2giqLELlxXQz1YE8SqYF2lIb0dsfR2cItXOAycJxiGUL4N31fmM6I+ENxFCdsLx9KRVH5CAjBpOmCzPRWf4her9pXXVjbITNdudNqTzSZ0U6I5jrRA41dklzSKUwnmMMNoZcOEQLqN8fbeqUnqr2E4OzXrud56r2/Yhtdqjk80U5rDShJKXKzeerfTnPN8NkKbjIo2pC4PjysYBH0Sp7l+HAUiuXCOpc6H6JKuTfAYFxqYMUzyS1CmMjjf7ACEsW6tDbN7H/w2t6c8D3KjScQBWyDHyVojN53FZFqT+jRh42APmpWQu9w0Y+m57PfWcPVaCLeNLWpqkZSEOtXUM/OKx08R3GMSaLMs2GGwG2s2k0AF83PqSbGJhuUhcW9lxbjigKb4ynhGOtrRW1yTq5B12xIn0IruRNwfhUIj3JsSxTidDql7iUHFhldLuiIcSXQ7JlwlK6/qJPNCzovEpK0cn3lZXVMkHnGt1ljHbTQM4VFSdmsKnMRdWVMuBm3C4kxWrkxOj03NjK2trT/55LFOZ7zZ6fitpmMZ7XZ7bLLjClUVueollmkpoaHtBMOAwRaY1K4r1T5ElYnjQIiZUmmtlKkKYgw7+8k34DuNBoRQMMmZGnWZWIRr6KRxRFxkeN5269jDxx78xkMkY4WwGVBrBNfAzbVbDYKjs6ZBHkRRLK749yYfmMV0byIpmsFggO+0FsLtlq9P2Y9nKLFkXjIxFOC8IoqM46dag5ma0lMPx4ccYFRBRJXGqo2OHn78uTe8UOVMssNZlY0QFZcKFwqLHqV8kl6caWhjLmQyMopit5iwf3FsE7fXbTYaCcmhIEIuBZEdebh0JFLqlMVfUteG/cNmj4+QO+UqWgKlXU6DBzstp2Uq1JlQKzKdmaYNp1luSdScacz6a+5POSGkOuOdg+Pjuco4jWFtUtJAT2pI9794Z5Qrl2wCPLXv+ZIScbHww3AQxUNsR5JWMSUiSxwLy6Ua9xzfgALHB13XkA1ELEzJQ1CU2PWLZzw1fcWe/a1hKHWqjE8bErkyPMucnuw0hbdOGX/1W5MXmjkVb1A2XGydYRRnSW2ObqfhtcYEsz2XxQRhirlGpD/IKCGYJPmewZbSbhvB94UBhEWQKaMngwumtbK0pOckTL1DmxDft8vOVGWBpzlKNDcJluaKgxvHQhBK15RFNgzZc0GncIFi8Tah9CzCq0Hv+QSA93SeutMLmLdC2jKarzWZmlZUkCiz4Gk5xQAlDGol2iIF1bWk+KYg3IYSzqjBTQIQ0ErWqnKJwRZPI5OeS0M3LF3hmV1kXXA6aLM8Hw6HApXdJN52DNsvIz+2pYkfij65Asl5T4WvkFNygFWya2jJiwUdiNuP0sz2OwtXv6Axt3boxkNfveerBLrHlpk3aKXm2fzslOPnGcE6eIeMjkp8DdMaJmmQx4aduHZuJYKcY9qXNEPoZSiEbrudC/UKviCH6WdjFB63sCElR18U++eOeDi2AmdrkwOsRVh1q0srmnKwHdtv+PHyUmbDDMPq8srKNWKTqsln5K6uR6H+dUri+EyagDKl2sWfoCYaDT+KrIHQkkoLgl3xmRUpfcOsKAeVVVvwywrAi1iiplUqUpitVT+b2cjIRbsWyTSbsPm2Zwt3d6Hy8kzLwUlCbRBhrWwLMRLJUtrYnciC5NiaeqV7mcYEAZFNBp6mpiXTTMOeBJIRy5zJ0UQ5UssgkqkeHdNCEOEgidI9B29ojU3MOt5LXnLzV7/6FX5PpkHYGCufnxnfMTlpkkw1k2qnqmy9KI3gd5cZJPUhsaQZDvrRJd5SeLnVjnrNtqGqQUp+Nbqtxc3S7uBwMSXaJ6oFlYJmy5S0tv8pihmOyda73aoeqgPXy4alKkwVWoAyUh5gKb+t40BWC3YK0VSurM0Cgon1kCn8KxbTeK7A2lZ8mkaZeMiqDIdRsnw6gofTbMB9gzHrE9uYEIccvgJPmVbFziuQbaZGDlXS2IHLhtyi8jurgImLX7MSXi3NWa8Si2ZOtUZMqC+Y9xOGj5A9hI5WyZpZeWYcDV/S932FojE1I1/CtEm5IIvPc4H9ieP+sL/qNTrT8/sMIbq65ZZb1HcWLz5v+PbeXTvSKIgDPC6SLkvzyqnmQm0BU7AZLSKKwjC5xM3Ry00I7UbTIl2zIR5LsaAZa5cdWn0tYeO0He3BM/K0ECqtfbFEykjhMhwMKwlptpozM7OCbxanJU+1YZxKzbOHwGGERcwwU+qPc7ICe14BfMjKFbIkBQGs2gTTwRKEHFU9hIXglTQv9DmV7U8rToqCUcMquWYUOrFo6LBspyC1L9p/TbOqWzfFOHSUgrfYdYzcOtUJTOvdlg4OhoXhxMJEpe2YY+oN3yWjDuPHLG0l2Hmo5N5SnGCwyNuU+01FXGC44hFpYXrxrAzlogmC4dr62slHv/9Pudl0/cJrvf766+dm5yBmsbTij495E22XRinMzNwuy2g1+2FKbNgSgg9uB3jShuyaRXK2Nke3y/34DayvKMUqV3PI0HhmYd1pZaZjQ6Wpr29UpScwhyQWJ31A7H8TVtqigRBLdm5+58nlk0NaPqZ6aBqWqFKUPL+t/bVGGIbDIIjTxPddyCFEmuuViURDFQXUmed6XFWGwAQW/a9WtS1WGUGraFkSFvlysbEiT3WDBitKa7JMTnJ9Q0sq/gUWLpRVXNKpGZmwjhrGeq93/NjJo0e63W6v2fTmd83t3Dk9PQG5cxQ+w2X1gom9AucMwgC6WE8Ae1DIMHJlxZBCJG5tEDsxUDWjGVvKPQwBw4427K93V04efyIc9nfMzle7WLvTed3rXv9Hn7odZ4B0e67lu9SzJt1IQ2KluVWmS6nGaV94MetFpSY1ywVKxKyFcDv5hKy0IolKmqeEUSg1nGO7un0XrXrytbkM65HLM2PrW+xYRhozRR9nVmwkWHajpRiwNmemZ08sHwuSvp82XdsVxBhWHmNLlmSERjioZOFoRiHDnrgkY/ueG5EyO3EJlcaPBYNB6sb8i+MauVkaWoVbVgB9murpCZxNlo9WKUvvLqu6C6qHUpOOHiSgw1aj5Ue9IItCPJmE6T8i0wW5/Vdfvv+++/8OBt/VO6fHpmeOn4i/cOe9rfGxXXOdl7/8xuddtdDxTTc1oW+IkgF3TjAOU5bBpawOUlxDZiwNLYIQFp6QTwDSa/uwoGEbYKLhcL23ttRdX+71ljHlzsS47T5l1b3spS/90z/+44S7EHQhrkVu84QBIvbBiEFjk3M5zxiG9qAhIzK0YWoGSeB8bSauhXD7jEZ7DAsb0uOY0mogBBWqndj/niijM00vaVfV2B3T6NKyGksVjZ1kWlyd5k8tz5/ZOZtk0SqcxW630+o4LKDRHsKCqVcyadispXyTgUTSaNopnUPfMwMBrtZconZHhdSMSS5hCUMK3yQhWfUkGQUEPdd8AdetHRXKg2sUqG2WtkeVlICqKgvWUSluw0cFPUngkR555PHP3HHXY0+s5qZ70/U/8hPP37s6CFeC5G++85BljC0e6/7xn3zxioXZ17zippuvO+B6DXilCXYToQe0pKxPCE6lF4OJFCuNWJU2GPYTxooNslAocWGWhfGgv75y/PiTUTyg9MLDjNO15WN7DjyvCmnedPNNu3fvXjzyBD6ytBb0B0mn4UoVuPbvW3ImsVskRWNKVFYtbfwJJgcbo2sh3D6jOTZp+63ckB4lrDjRPCm++bSgfVC0+TiKwzxIJXZJ0SCztSVc94yokkVUHJkNQsgwYxCZac6uAsY6LXUs01OhGmHVFdwXz5Misozt8IaAikLvJUyRMZWv09D2Qtp+bGw0tR2pALCwTGlsZOWABJIKv6hs9C0xERl4zKpAzghRdmoqZ3AKM9hOkiGkyXT8v7zzvrvufiC22rk3brOMhgt8eWnZ7ky7RNc1YDe7jenHj8W3/9lfBf/2xft3dUzPjfvQ4VY6DGxPAcoLLkRKdyKJzpD/8xuNVrMNS9t1G4JAF3R7SyePLYbRwGY5IcwNho6Wjz8+6HXb45P6VOfm5uZ373p88XGI9oledGI92DHVcsSf1ao7V8oIWU8hxOYK+ViVQKnpUAdmtpM52uzYBAvNJJcmQNxRwPy4tCwJw1eq5dG6vzKaILWaalzFpNvmAZYk/TcIYRQEj/7z944cPqys1hqhqYDiizi6os64jFvadhEtgSCmpAq2fd/T+JDjuBVEjMLF5EYZk1E3K+XsY6KGRyX4mJB351WepQSmKXGERwM8RlF0apKzU1InMEfv/X9fv+tr3+hb40OrGaRWnBvLa9088/bt3j/VGXfTPFnvBcPVtf6JzIoaY94//PM/nlw5aUlvCp4Sdi5bWzqE2gJvDgeD4XAwDPpxErfbJO9otzoNv60lR1HSX1k9Ch3oOmyQUGQr3/fDcL27evzUvtlqPf/a67THohdlR5Z6EFVDCpSwbVmk9CnusWybLrjfNHlfNJHVmnBb+YQmCZPI8ywJXnWaMu6hko5WBjJtp0js2Gai0KbaEBwUqf43lE+GfNrpU+yctaXl9ZUVw3HJipAZXsOvlntZPy1Mtaatkm3TeGPFC2OLTBLkTd+3G34sfDJmyQ3KdF+ZlVA0tUypHfK8RE80tIymyAaeaqhjZD/P8hKVJh8lGGWpkGNqm3wYxd/85kN33fU3Tb9tJnmchWNTvmelbat/7OSi4MdY//lnb4E8SCw0bTSdhmu0rWzYXX7i2OOuVLYPgmFzfMpQUBs8r4iNYKadu03X81rNRqvhN6VuTmCBs3htfWm9t9JwlXaYBqRjOb4Hd9ocrK+M+q4vevGhT/7RH+K2h6n5xHJPyN9SU4vqjQI5xDDKdmg+PRY5ldEssxbCbZaicH3LbWZJLDSFtn6FRf6NK4EILyKQuQS8LaJ0c9GyrI1EzFmxpuHsK9zL6MmPHzsGNblnzy4GRkw5k6X8MLLidTkU3Q8lJROzzhLMZBEzGeNdoV1n/45gdyaSJKE4CdVK2T1vVE1T1SiIuJlisarSn0pQhfopVyyPkmGeFnicBvDEHn7ksS9/5f5d07ubba/dca88sP85B/b6VuriukOmF2L4p/Fw0DsS9qNhf315sAo7Gt4so0rEbGXiNCYLcGiz/T+TcmpTUyKkZoMlCsGFQZsRpVQK6YPe+mrDY7I2F2vfg0Fs2b7nOa7vOE8h1n3eNdfu2rX78OEnoyxbGTKhCtOVJXKEM7W0ScoRcsYEYmqSGFha0hLH1fbMOjCzre7H893WpCBVshxRm18zSp32H1Ev4JuDiSfFKDYdP1pXKXvUicLGjzH2lhc8YNWZ8fFjR49PzMxPTs8J7EJiKtA20xhwt+wqtqlipHijZHGQtvACAViy11hAAppiSCGMqSl0wiI6iodojeQhzVGDU7Wg9BYbWu9ZoUip1tDqPLOAN5WiT5vo1vv37P6Pb/o37AGOBnkW2ebQ7y/mWXh8ebW3lJmuT06Blt89cRIqvtlodlrzlpDJiUYiUI7peiTcYb6gaI4WjWc2vEa7BT+wqQn03EyDqL8OKe4tmVnUdF3iq/ERuYblSO+uOxxkg/5TSq7377/ixhfe+MSRv0yNrCctT6ZLt9iRQrtMukPFw2Y+NI1y13YzTCeMU+ESrjXhdtOE3tiOOdtvYF8v3SO2xrHBuyBCkkp8z1ViXFMquUWWcoG4t5SCVzXo6JkJDxZG8wt7DYkTwGbDju0YviIylaVnxqhLJm8KFptA3MMVFR0Yp0asHQ+CMEOxz0vENDWVTwlheU6t3ck0ilu+VUVRxQpVq/jU1bXISx0oy7TXukdPnDg+7nrjbA6MZnZPwGFuO2PLLW9yemduuQ0ITJa1xjutVisMAkZsacvT9GMvSFpge0KGM8U3JaeiOz4xDQmkgREEuGgQDtbWjgXD9STpEybYUr3NPkA8e9fxsEs+cP/fdqPmNS+8qXq27XZ73759CpIs4TFLtprckUSsEo/qXWUFT2IF3mFeDprjMhNCLPzOzO7E8rNsSGZpfp2qoARRXlSO0AMyElnUQCuuLBFC8ziNBX5GnUZ79BsO+gOfZWNNAX9mfjgIg0arqZXKRqmUSoJBsUjZ91CwqbHElJdji6MhMT5NPZuFTVfUuORljYi2DrNyNC1oz8qlmBnGSCjIyMuymGoCI9U8QqAi+BH57NzcwsJuSFo47EVR151omkmSR0k6yOymrwwrCaQozT0iMDVtk8l3OLOZ1N9KmyU+EWbS8YDTN5qtHTt2WJ4/HPTh9kpz03Dl5LEwWEuzEPqs0fTUAZfyWEe6rD0Ym3//T9+fmL1q9FuDQfsj115rMKBtwxQl3agACHumCqEqfsEWyLIicS/fERtE4BzWTb3bbfjjk4bfzIKuCFZulwhIUv5iZeUmKrwGGWlWpFja9xthmgdpZBWp89x2LWNECof9weTklC2pBVqZngdbcjgcmGbbKvBALbUZ1YQUjgo2DdKFKmD/VIzsosWRUcvEFnQVbRTMC3PWLFjqReZsrZgpkAAY7ilBRy09oGzpyCvoN43laKIiF3gLCI6w8NqDKAkSErMEuZebne5grdkcU5S3OAlMK2U7AzcJ6X8SKCxDCWaIQMXYFcTa9bxmk7WvLIQNglS4t4PByqC3Eg3WDfmUPNgGPiMYF7a0aDn4y/r6MLedtf5TYF2xTVx77XXCosjihF4vSBoePPqUxRVSQ6+eeya8F3FRSarQT1lhMdRCuJ2G1+xARATRLJGVV2AKKjRniSOYaa5YUsGGUQRvCqKXXLSUUkdUp03TtN3qVFwRStkZhQFrtcp2e5XeAmaiNCjNQjuyWiA1M/iDikosSpggn4pkYWkVj6XJ+qJDUC3OKglSzeeUJjRP/ZZlhTZk1KdMV5iG9ElS4RKSnNj4ZPVLw14ehcnysf6ehd3BMJB4K6QzGg6YlyMGnFJza5wHK56I5QatSoa+XClki5hNMakDo+Fqv3s8i/tpHDpMTMLqbDp2IxeXWxilXEyht95rtsce/sGRnXtObvjWds7PQ7alINUMI2rBOE2c1GHzlTDKaU+nKRlg9umLH1EkLera0e02WhNTXtuPT8Cwclh2RZIjAWvICINpZ5a2t4ocMg5jm7BCU3bOEFHWJaw9jU0y8pWgoEbRrOd7iUQeIX65QC3EoUG+IZqyYmNaAmyjaLZSOJ6QUd0moLvIkxTFWARfkqwZMyg2gZ5KBCi91ojHJ9mAMgd4Kg9RmZ26c0iQqXSAxcrNS+8wU1TdomMkVyZt2+8MQ7zRmZkfC+I81QOjxEid3np/emKGBqqkK+2cJa/0ZkmByA4L9iMNBsT2tYUNNOkP1leC3sk8DiyW73iGZ7D7otFiYScUq8dme88y17td32594a8e+MeHHnne1c/f8K1NTk/tnJ87duSJJLMGQWSkbUOS9awihSksqFyuCemPkyjrY6sQKkar4uepk/XbajTaY+NT85Aiwfxib6EhiMBKESFi4mrW2xBBUlhcUxLQjKG42qHqwYYyR+wccrinRCK1Jcqi9ierRKv+WuloqCrIqqydNDnZppZcS6LSKGh9k6K339RSZ1tJRdOiPqYoB9FOKKPk6y7z+UIfr6nPQsRyiQlzizlVQFO6owTQoHPFFnZTeCa0dEFhV8n+xy4Ks8lkX6Mg/WU4yZF8ivKZZsNhMBgOoPgIV8GmJlKm9dfXgsFankW4rENL1SUDdrOtwExswnLxKJ1eb9gPjS/efc+f/K9PY2Ppdlc3FEK0Wq1XvuInBVkjJ0+FQIAYJcJV8RDJVcPeLlzFktxFxg7FpOai2H4BUsf1O1OmtBYVODOCEaSY1o72MbGTia130qJK9eQ6hUeXiWKAgBAheiRVgPMlWkNzqkZMAJ3KwhpZ/2pM5qNCWAlSydJLx0biDVq+k5UQ8amkoQsxE0VqSXeUM0pBM6IGS16nAi6fZ6xMWEuzoI4sVbG59TpG0WkcsYUyEWAIrmDaxHDC2KDo2AUllKBIYC5RFAThkIVHSWQLkbU8OijOSLqWQsvE3kQs/kzYwH1/DDaDxQi0T6x8yxmsD3rD7J6vf/tPPnNHEMembSyvLIXBUxh2cclDN72YRa5Qyaxaom3NakPJ9ui/pnCzSqOmJ3YpjVfLti5xl9Aw8zw36lGPetSasB71qIWwHvWoRy2E9ahHLYT1qEc9aiGsRz1qIaxHPepxccelWjHzwP33P3D/A9Wv11x7zS2vec3oAbd/8pPd7nr1661vunXPwsLTnu2mm2+66eabz21K1RVve9tbx8fHL9RVut3u7Z/8Q7wYHx+77W1vu+BP8vc/9nv64p3vftd5nurI4uLnPvs5vFhY2PPGN73pInzwMhn5pTl+76Mfe84V+6uf1/3UT4/+dW1tbfSv+Ln/vvvO5mx4cW7zWTx8uLrW5z7zmQt4FZytOjOucsGfZHXy8z8VHrKe6t//7M9dnA9eHuMyMUcf+s53sJtWv971pS9d5An8oSirza+385nrUfuEF95AHXn9wEW++p9/9rOjOwJ+LtTmMnqq0atcqPGn//PP9KcWhtonPMcB50rFD4JXuROVQFZ/3eyE3PmlL8GF2+xMnpsEwnMTl2ZhURQyvLjf+dAHz//ubi9Vn54ZV8G1NnhNeFMFFY7oNddeW/lXleeJA2AaLC4egVeJm93CN64kX28HZ8M58aAe+s5DT+tXb+3y4VvABNSzxaxw5rP0h3Xm5bf5FF/6gt94LYTnL4T3V1+5SsKZgh8f+K3/evsnPzkS1Ln2nIMxG6zE9/7mb/zaL/8Kvnss3Pd2f+O04ZmzHzjP50T14Tw48zt+4e14jXW2QQixEP/Dz71F7xdy8qu//Csj4ag33fa2t+KDi6Wt/vsf+72P/8EnRu9XP4vx/R88Wj0ffZg4ErtA9WB//2Mfe99v/sYzDQ7hivjg5m8NJ9/6+WC7Gb2X6sv673/wCRWn87zx2hy9wHKIf/G41S0cVYOnXROVBOIbxQ++y1GZPGeLEcoK263qVVVZF8rE1dMuyMrD3Z3J1sX7WIh6U/oOZBjLFE8Gj0JXPCb2a5tW9pkGjsTlqs+qfI763k87sBlVEojzVN8ITqt7yhbORSVUox/EPWIOz/aN10J4jkJYiV/lEMIs2axbKnn73Q998I4vfgE/v3t+dmNlMWLrrf4dff+inRl3B02lN1U9E7yJX+Hy/fU9X9N3sDTP0mXF8v3KPV/Tzy6UttydzyTo9ediH6pSVc8Tk1GpOFJummcQwuJLxB1VH9zs/D9LN14L4TkI4U2j39wWmnDU26mMOrw4SxfltOu+WpR6wmo/XhRH6HziTGpKVSesJizebPe0MlPZitW9Q4Xqx/HX0QV6NnOA2Kvhh8++uvScR7OvZ/N8KgNEPWdMBoIB0xeysYWT9s53vwvHQIqqO6oO3jz5C37jtU94Xppwa4ew2l83BGNw8LntkXeV8oATVjYb/JMP/NZ3VA9s7YRgXVZRh+qzutoqHYJ3qqWGq6gE4rqbk9qn3UrOeX/Z8Nlz829vec0tuhOpxWgYv6Ie+K1vOquJ4aJ4RLD3tzDCn40br4Xw3MMzi2V8bIuozJm+7PMMyUA2rtp/YMNf4Zm89ze3Cs9gthu0JbQ6hLAKyagbttkLwnUvicoSKCjsMqMut7rQeAcbyu986INnejh4AnAaz8eUuISGddkI4YZgxmaH8IKPs8kHnlt45mk/dQFTkc/2gLcGx/Kd7373hm0R29YWbnMlgfBFIcnw279SunaX37hsNOFNlfO9hSa85tprRpz7d406YOcTONF82manTo/ZIqaPBbrBS1Ejqjrz5ruokmMXKhV5EQbmLIWp79LHgpmrI73hWxjdYioJ/D9lIOcyHpePObrFr6f1HvFN64qvvvLR8bQlxaMWY5W5Gh0/8bIfF/+UVQFnqgc4rd9yJ/PLi7oENxeyYGKveNmPn42t+0MfmKrmCTBJ3IjeLL6CKpq1hS262VM4nzRSLYQX1S3cWgg1jKZfJ9aHStdpbT8sHU1w4VSnFcLRJN5po3y3ve2t6sv9+Wc/94yKcqqQTJWTGB17JBupixhzeDb6Ki7UwFT3lIU++rTx/LVWSQ94Yxlz2rw34Uh8alHEWMNmo6kR/OlyUo/W5SSEm63TzQN2kW7JmjPEzx7xOs7ZFr3lNbec9oBK8LB6zj7BPbpGzyS61RVv3/b13FWRij5t7GufK0v8YIqf6QYhYPhrZbPgU3gm+NZu3VSWWGvCH7ITCF9/VN5uHdlWK4HEm/q6yjXjC77ji1+ADlFrEwsaOzQ2Wt1Zq7PheD0/dvPT2kujacYz6YHf/dAHNQOB4/ecbs5ncJ+K654pjYYrVokNHH/aqZ72WpufhuxK795w/tMedjaT3zwTNUQhM3d+6c4qkqRVZqN3t/mDuEccAKNArdnqa9r6U8/oxrfPqHFH61GP2hytRz1qIaxHPepRC2E96lELYT3qUY9aCOtRj1oI61GPetRCWI961EJYj3rUoxbCetSjFsJ61KMeF3E49SPYYnzve98zpOCw1Wpt/eYWYzAYLC4uHjx48JlefWlpCZ/du3fv+dzC4cOHh8PhhjfPfvLnOc753mshrEcxPvzhD+Pf22677SUveUklGPrmL/3SL53l2sIqxEc+8YlPnOWq/fjHP46T4/V999333e9+V1+f8/j0pz+tu8boOPvJn9vAzHEjr3rVq57RvddCWI/Tjx07dnzzm9+shBALGu9AFJ+ly2HVVjLzOhnnf87Xv/71F+Q8Zz/uvffeq6++Gi8g6rUE1kJ4vuOGG27Avl79CoHEO1/+8perd/Aab6q4YrnjX7z+/Oc/f/3110MLYS2O6hwYh9/61rde+cpXwhqErsBheAevoTRwGGQby1c/DrFfkoEXEEu8aDabuFZ1sJ4QR0Jb4qI/9mM/hsPOXthGZ7LhV9yOqjJMvjoAv9599924Fn7FlPAQqnnqLesk8Ss+ixc6K8wTv2JW+oj0U3o5HI8bGX2AuIVqs6sDM/U4NbCMsP4q7YQXo0IFMcNChNuG9Yo/3X777fr+HXfcAatStcGokfaRj3wES1Ml8L3vfS/WIo6BdMFmw0JUDwpHYgXrRVUm8UIvhIOxvnFm/FWvjhWsTiPOgIue/X3hU7gKTqUChonhBSaGq3zqU5/CJHEtXF3fx8AL1W+YLT6lYoMrVkZBNVv1QvE+XuBfnRXewWmrq+vuo9PGLeC0mM+nZdSasB4bB9YlpA5rTv8d3c51+f78z/+8voMD1F3U8SoZVSAHEggRrdxLrEIc/453vEMPxirEO+973/ve/OY34yTqB0I1jc7kF3/xFzEZqKb3vOc9kNWFhQUsX5xBr44/jern0XGHjNFtRc+PyXzgAx9QRYSzQV/hdnAkpqGCjXd+/dd/Xe8aMvPRj35UteLMzMwWBjluQTcXfLzavGAX4PbVjsBV8AIzx784Dy6np8XjwuXwqYsTNKqF8JK0SDeoQV1wEBW1CRefimGxIaqJJQj1Uplbao+9/e1vP8s5VPHMaoHq5aodYYORPDpwUVh61a9QZZW7ix0Eag3n/O3f/u3qnJDMDW6qim516XPwMNWIVSHEE8Ol8QLPDUKIPWXD5f6lRVNrITwrixRmEpYL1hC8vtE/wUjTLMLVMrYwCCGuEBIsu2oFb5CNZ29AcW29rNWpq8aGeCz+OuoVn89eBoHHc4DVWu0deHR4Z8N2U/uE9TiN+6QLEXI4upqhyqDQYE3Bsnpa5QBbC+YfpFQtNJwTL7DgDsrAmTcnEp5WN2qgqIoYPdP7wkXhp+m2os6YnhM3pbPCrxAY7DJ4gempI6qmdaUtqzdhCzytEEIf3n333TiVWgQ4La4FzayXwwv1KmufsB6nV4YaAhlVGvpaAzBqXuqiPJNLg5NAFGGXQm7xQpcylOHJkyfxelTHQiTUn9zawMMxkCIVjy2U1Wbx0EWPmeNfbB9w2DCTG2TgnLg6bgf6EyIxHA6hqfbK0NniWngUOlt8HBOAAYlLQKRHHw42hR0yNhjG+CzeVFsdl8MLWBMqk7iFi1ZFsK2G/f73v7+WsTMNrG8slImJCayMo0ePHjp06Morr6zen5+fh/hhCeJPeA1Fh4WItYtFVn1QxRIHqOV54MCBRx991DRNLF+cDUv8kUcewa+vfe1rVerwWbypeQtdjtddd51GQfBiw6zwjuu6+BVHvvrVr95sLauL1e12l546MEl9Hz4hzoBT4Z0HH3wQJ8SZ9a+YM+4ON6V38aIXvShJEggbPoWr6GxxwNraGmaLu9NQsE5S9Tzex9mqezcEfA1vYqqVw4zTYvI4GKd9+ctf/oY3vAHz+Ze2zGq0tUt4vOc974ElrBYyvE0IIXRs/Vhqc7QeF2/Aivvwhz8MIVTlWSU86lFrwnpcVINZfdGqcqUetRDWox71eGajTlHUox4/5PH/BRgAbfH6WIVWjY8AAAAASUVORK5CYII=\" data-filename=\"alamin.png\" style=\"width: 300px;\"><span style=\"font-family: inherit; color: rgb(0, 0, 0); font-size: 1.75rem;\"><span style=\"font-weight: bolder;\"><u><br></u></span></span></h4><h4 style=\"font-family: \" source=\"\" sans=\"\" pro\",=\"\" -apple-system,=\"\" blinkmacsystemfont,=\"\" \"segoe=\"\" ui\",=\"\" roboto,=\"\" \"helvetica=\"\" neue\",=\"\" arial,=\"\" sans-serif,=\"\" \"apple=\"\" color=\"\" emoji\",=\"\" ui=\"\" symbol\";\"=\"\"><br></h4><p><img src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAASwAAAEsCAIAAAD2HxkiAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAA1XNJREFUeNrsvYmXJdd9HnaX2uutvcwOYECAILhTIhVZ1kLK8kkcnyiLkxyf5G/MsZOTc2JbUbTEtMRNJEWQAGawzQxmMFtvb6u97s3v+92q190DipJizwK5Lho9r1/Xq1fdfb/6fuv3k9ZaMaxhDev5LTX8CoY1rAGEwxrWAMJhDWtYAwiHNawBhMMa1rAGEA5rWAMIhzWsYQ0gHNawBhAOa1jDGkA4rKe0rLVN0wy/hxdtecOv4DO3DK22VVoTqMqiWK1WBK+mbenpuq52dvfiKLJCNHUdhKGntVRKSknwe/DJJ8vl8vKVy5PpjJ5RargFDyAc1t8ZdSjxtbaq6s16devWRwcHj6fTKT3XVnWe53fu3CIo1m2d5fl0PL508bLneXXTRHE8mUyTJLlw8RKB8P33btz9+A6d6+rVa7t7+1euXPXDYDadpaPRAMjnuORQwP2Cr2yTffjezeVykW+y+/fvbTab48XJer0sy0oYO0rSUTq++/FtgqJRoq2btmmssdrXRqnNeq09HfjBeDxOknSxOKnrmkBdVdV8vrOzs3ft2kv/47/8X+hddvf2hl/1AMJhnVtVWT56+PDg0aMffv97N2+8XRPjFQWRIVmhYRgRzFbrFT0prYSp2bbgyaYk67QuK6JBqVXV1G3bKKk83wvjhICntQ6CwDQ1Uavv+8SQL7388udef32zyb78la9euXrt4qXLs/l8+OUPIPzPPXZCZHX/3r2b77z7i5//7Mc/+tF6vYZB2ho/IOAEnvaV9oq8yPKsadogCAlaozQtq/Lo6DEdZ1tDLiDZnEWdK6UJb6PRyBIUPY9QR3/xqsjpbeI4JvRqwmcU0nnTdPTGG1+4/rnXfvt3vz2eTIY/xOAT/ueCt5YXkVVVV/Q1URxZmx998P53/98/f3D/0SeffJIXtbEqJ6tSe1J4ygoZ6Lq1edkuljndP+dBqnQgPb9cr4nrrDV0BkIXMV5RVMr36IEOQnIqtRc0Ld6zahoCpNCajjd13RrbNOvDw6Pj45N3b7y7Xm++8wf/dHd3l04y/I0GEP4DR+DBwcGNd99dLRfksB0fHREBTmezKIzu3Ln1k5/+dHmyxlFCrtabfJ1NJlNjBXl8m2JJnwk/eV4QTghyhKiMVp5XdUMnyfISFqryjJWaoKb9TVaEQeBAVRRl0zRRFBH4q7oGVstyvVpJpegMq83qT/7kj5SS3/j1b00mE3IUBygOIPyHDML7n3zy/e/9xdHh4eLkuDUtGY1Hh0fEeG1rPrl3XxG7+X6DBe7aEOaqpirhzhF4yEalb6Rp6nk+YbgpCX5NWdd0WiMIN2SOiqY15CTSU1JJ3/MMLzogDEKlVJ7nZVmSnynZdlVkvpYlmFI+/ovv/cWDRw/Jt/yt3/6dL335K3Rhw99rAOE/QAR+cu/en/7pH//i7V94nnaI2mTZZpVtNiC1MIgl2Y1lA1C1oqrbulmTu6cUQbRdr1eEHyIx+owXbjZB6JGLSExIuJXkMnqa4FRUFT0SqiWWI/jR+xKeEbORloiUXkvv5NM7pWlRFEIKPwjpmMVi+d777z948CCKI3I8b3/00a9981svv/IKvd3whxtA+A9ktU174913/t2//b9u3ryRwdnTRZ7T85umrTnDwLkHtVgsPO2zqZnnG7h/RHAOeFVRIPTCvGYswctuNkRp5FXqqmyFVZ4OyC5tyA+Uqm2FFqooCJVlGIb0pVTEpUCv0EppTUcSsAm3CP8gSmfrqqI3JWv1nbd/cfv2rcVy8bu/++3Pvf46IXz48w0g/MwvoqD3b9781//qf7t5410hFGGoJDzUDWIqwsZJUub0RLVZ5kWZEZYIhOTFVWVFRiNhoCxKQghHSgMyKQlEZMc6WiOWU1jsDnrw9MhSFUKScSuFzcsKZqr266YJA69pCG90oG6JIAnPMEPBk8YQGn06S00mb57Xx3WSJj/5yY80e4bXXn6ZDODhjziA8LO6NuvNrY8++sEPvvezn/7ko48+JBDEcdrWhp4nUqqbmiAlbVHkVbbOi7xs26rVbU14IEozhoBBICS80WHaekR2EhlA8NhqtSIHj0iSiM6Vp9HjVKZk2BJOCcOENit8QlhZkXfZ0DFFQT5k5fs6nsQNYqb03mTHAo8BQjh02rIiEFYVsXS5yQ4ePvzZX//ki1/88h/+9/9i78KFgRIHEH72Fm39t37213/1Vz969waZoMvj40UUxVKWojFFVhDAQi/My2KzPsk3GSFTGFR+CkvenCZ7k/jQgdAiWa/I4iSHDVn7KCLu6v6QHv6UDq609vb2inv3uMi09T3RciCULoOARvwZRRHhTcMWJVjSA0V3gSgKtQqkkDnWRrFdSm7omoi6rMhXRGVcVf3273371ddeT9J0gOIAws/GIhgsTk7e/vnPv/+D791/8ODxwePEpQdgVbaEN7IvkyRFhiDLCjh8Vd02qJ+QmizJBsYkUZQl6HiBL4gshRVakjmajkbwGDcbOo1kF5EdxZZe29IZWpNESVEUaZzguxwpJUokpBGgpVUyjJz7B0O0bkQl4ijyfa8sC7o2euE4SY1H51SGk5m+CLL1hrxZMn5/8fOfvfb6G1/9+jfiOKZ7wfBXHkD4Qq+jg8ObN955591f3PvkblnVBDKOpZDdWUgmupaDIcRHhECAlr4tLXEdopn02YCvCHtCCs/3/ID+98zCEvxGaYpEvyLbsrbWEH5t4BEOUXNDzFUGaZLSyVw9AH23lhKhUSE9rXyPDNeoRI6iFPR2KDhtOLkh6RrdS+jN8O5StnwtdCmE2DzL3n/v5rs33r575zZx9ede//ylK1eG4u8BhC8uB9756NbPfvJj8gAfPHpAbh65V0Kok+ONaVWRF+TCOV+OuCcnJFWN9rSP4jRJz7h6GjoJsQ0d4/MiQBJeCEsAFUc1ifoYd7ZpKvITpdbOdqUXktM4n88J7fQuBecD6VtkiNIJCXKaO6HoHckhBe/ychTNlTeE5JrcT9/ThozYHmZM1aVQ4s6dW+q7f3bw8MFv/d53Ll6+PPy5BxC+iOvunTt/9n//0ce3bz189KioGz8MCXirxQopBWurmmMkQgR+uNkgb16jI9BKQfYdnDqHJeTWw9DBj4A0mUxagygovfbRo0coyA4Jdso2rSfphUBgwIFTYLhB0JVeS19OuByUHhMC0eVU10dHR70nCbQD3nVtGPn0WhS7aZ3EIV2h4ViO5suq4Vv6xLdNVd/9+A5dxmxnd2d31x+yiAMIX6jlem1//P0f/OKtny2Xy806q9o2SUd1WZOrRiYiGm2FyPPM94K2a8Z1IVBNkEPyzvMaJjpgiTitRT0amZgtUggePUmfG9ckofwwIttSeJoM1BGZtgQ8DsZI5OvzXKZpFOI/4kNU3/DbETuSJUqP6XmlVZzEZJESKyL1aKwGyAmQhtzUijxJa6OQ0CiJG8kqpscEy6Ip2rq5W3986/IHv/4bvzmAcADhi7Vo496/d++jD99/+PAR7XlhBVFSZtdNS+6eVfSJnCwrCURKuuSe8nxFzhq5dhGiIwF8tLYhDKgG9qeQ8MqkkWVVCBlybh3hUjqe3kswJgNnrLJ3p8GJusoKglaZFyqOne3K1Tbrssg2m1VRZFIJ3YiyaYgnG0PGsPKl9Dl9L4zwlN6sltlmnURxJWQcJeRpEpcSfn0fRXCBr01rj48O6W4ymU2Hv/sAwhcIgR/cvPnH//bfvPP224Qiwk6DRoVWKsKYIOgUZUXPO7tRoqLFcCI+QIFaByFUjXpRUJu25tCkq5UhkkSQBg6g9T1iU43UX146s7bVgtxDJb22AdOmyYgcS4Rb2MIkBoOxC24sqjrXwLCMA47NlJU3nZVNm20y4uCyqT2iUWFh03Ku3wpBjiQBlSxYp1ITRaFjVLrek5OToch7AOGLZYi+d+PmW3/900/u3V2vVoIzhEiXK6JDRfuZzciMPzec9xPs4BElwulCcXZVoRJGqzwrJHJ6yBOSG0YvGY/H9Hmz2Rg2UyWcOaQQXV0oh1UQsyH8EsDKsnA5Q5cqpFsD9DEEXkV0SiD0OJRKNqqruaHDDg8OyAwmpJK/R7YoYZhuCiim4RDrarVyp6JzOlLlUvLq+PiIDhv+9AMIXxQE0p7+7p//6Tu/+Pl6tXTpdaLB9WYN2kmQkgg8L+Q6aefXkeFH7hl3HhEatRA1y08wMnMYkwTiOAg8n4M0jAECBIGEgFBmGQFBeQiWaB21MDzLJI75JNXJosjWhdNWQ1Any13w0wVg2lrYxrR5mVcFAX51siQ4EROSTcsV3ljLdumhEz8k9HJQlO4OqqpK9PVz0qIogPPxZETm6PDXH0D4QixC4O0PP7x39+PF8TGiKUqJxtRgCRh19F0uVkEKAjm3ogy0hxw6xx7ZLfTCMEY/kTFFVRBGyrpEWk8Kn+Ol5Mghj1eUOerRVCeJUKLRwqCI1BBjrdn3c3HOAjlAsiulUZqAS48JO3Qm7iYm35TMXEtGqhSqLmoYro1QnmzrxvGqMFZFIVejKnf9aZrgabJCmzrl3gvEdejlVTX89QcQvhA0ePOdd77753/28MH9giy5uiFLEhYd24RV1RDP0T4mTAbad/hpUEaNulG2E0VgAj8I4iikp5aLEwIMApWersl8tJXrAHRpd8EvN1zOpiUMzrLI4Ub6XgunshHspNGR0MKQ2sLirbjJEHcGgfSg8jzQGqKg5Io2oUHYFnYxncExIWGbHU+kE6uqZuyRv6rcNbganUQlTd1km82wAQYQvgDxmKr6+M7Hd+9+fHBwWBYlbd+iLkwrkO8OAjJKEd20bVUXUAhtWzIZWT60kaxliJ1N7pdpyaVTjDBliYqsbEWNcE1ruSUXhiYZnyi1ZvVR0+Jxfx/grL0hGnQoQmcSvV4DLRJVOhZ1cEhmaOJHQK+u6DkUr6FKBg6esQ3Dz2ouRnMUTdgj1DlXkFxN57u6+w49Lifjx48ewkcdwjMDCJ8vDd77+O4H6IV9uDhZElSSJEanrFVhFCdxwtYlY46wp1oUnQjJSbmWdy66jURrCmg6SYQ4kUCvmfFUVRatQHWoZhOUrEk6i0AdG2NOERJgMVp+BRmPqHhjAOOB4ZAovUpJenPCqxSNlmydGpinEs8odDDCqKUL621jT6MUrigq9AhrTv3XqxXZvsbVkXOyEb0YURTeeOft3/7O76dDA/4Awue4iPpu37p17+7dbJM7XYkSnUAFtnvbjtIx7eksL8FZLcECUjACOQDtCMkyjllmoukijQwpbH3iH9irQKblvU8vIfQ4DAJ8CkFR4lviIeJHMj494NARE5oL6XjNvEjvQnAik1XTdQCehEnrwVPEVSFwavgzo12w/BTxNdHlZDKldytrNBwj/ViVvh+4urmiKlfL5a1bHz345JNXX399KCIdQPjc1uPHj2/fvvXg4YO8zHXgm4oobQNpenKjsg0CGEGEzJuQgRcQPMnWc1k7IrDWNsxUqNEOtNcY7mwgfw+tExJ1my4dgVIWwoJFrQ1XenLFGfBIpqoGoQl6OX2P+5ssM6oq84JRhwxJK70gRGZSamkDH4EioV34FAhnTAtOmShWwgSs25ZuDCjnaaq2QssVagwaYm/JNXaWbOPFYnHjxo1fvPXWlZdeihGbHdYAwufyS/TY8SP2AsEJjrdwhRqntonc6qpx/X4IyRjsdulIA9qEvoOVaIFa4jTh+QZJ9oa75JG8kM5qlKAy5+8Ri5IdiAwe+XHCp7cjOHqsBBwQ6jTaBuMoXqllGAQakaHK4Rb06ymCELr6hUWsB8oZDrVAOV8jvFHLmUAEkMhXbBuQMN8UmKu5c4qdQ9eE9eEH76+XqwGEAwif26LNN5vNozBa2BNsYOTca9Hn0F3jEtQoONJo2prBhf3uKR3HCVmniHxICRltthIBSdNAsBDcJwLyElFG44VRQACzDJY4SZB5z0pC5nJ5QuDxA/TGp2lI1zOdTH0/fOxDFEMzJdJbk3cKMIfhyckilFAZ1sYnhEkNs1kTxGrrfEJEftpGIJwqLT1rWrpU+nk4iIr4kGBrV0EQHHT645/86He+/Z29C/tDeGYA4fNZtPOuX7/+2vXPHT0+aESdRkmbozuX3CfFzQ2sOlEXRYaIIjl6WtGGZkdO2rIkziFuCghlQaACnzwxchaVjFw/heQ8YRSGQUgw1D5Xz7iKFfqaYEvPHx6h9y8IQ4LI3v5eGEajUUqwmSU6ieOWswh8hoDA7EXJvU/urzebIs8bM1nnyEzWbYuWYgmpGwIaqkMtzFwWSbSc3oBRLLgHhAAvXKOwgNZbMhodHhy88/O3vvK1r0UDGQ4gfC7LJdxfe+31O7dvv/v2223TaOkJ2ti0tUXddN20Vllwi9Ze6MOsRGgTYU8VKmDMV4rgFYFx9N7OJIlRWIPKNU9HAVL8AUAUGmG0h2Qfxz8FHELtXdqdrVbr2pLRq69eu0rsNx4lkR8sZimgjjGU1klFoeJUiMhry7Kuynq9zg+PFjUMYbPO0HiYFyUM3CAgDmRZmtrgKiBdw8FWQ0TsBUFFPGldNzC5wBW5tj/+4Q+/9rVvfO1b3xzIcADhc1i0s1fL5eLkBA0TdY2mWDZKicHYMURuAtk5JNaI6jQRUhj4NUxQRdykrKTPaRhEniYsEv1c3t+djmPXwufxBArXJQgwcwDU0W/dNMvVhvwyHzSqiZniNN2dkSHqjSeTgBfUMBSA6HxCF2L1pHQ6wqvlhmBftW3VtEtfbQKvSmM6LYzfICzKiuixquE3llLglgLuZkDSTxQErNGGbo8wDG/fuvX2z3/+pa9/bWhrGkD4PEDoebQLs816tVigxkSqVjRwpkyrEe1H9F9wtj7w1SjyAg95gijyQ8/XQnpKzqfjCVmxviaIRmGwM58mSSQ4SgIMRj7rFwqkBGGguvAM9A7T0YTs3sV6NZ1OwwR983QMgQ0jB3kGk+Dya6/vnXdN+IR5ulXQy8dJ6Kk2y3JC2jTxl2SbEnMTW9KlC5l5chT59ExeljpHewWEoQiQdU2cKDwU9AgOPtEbrdfr99+7Sd7vAMIBhM8nMDMejzAxl6w+y8owyLMJKFVIQbuZntFIHgRxGEzCcJTEhKYg8GLPb8tiMk4IhLSffU+lSUqnGo2gzmR7mtUoH0PTAxuGmj/gLdI5gwRi29FoDGWoMOQj0V9PDqDgBLxpUMqmmAA5b0/unOLhvQIxVWEu7O9kGyeKX42TiJxZwlfd1HTrmI4jMk0Lcm2Larn2NmVDP0lecQ+iMnRjaLkYx9V20/r5Wz999623vvEbvzHgcADhs160FR89ePjo4YMGpmhhTaM5n8CCvJLpQkWBJgTu7cxmSThOUo0ZSzLBBE+FZgUUfsooDpIkCTipwNK+qq9fgS2KrAan37mcjHw9ZNrJrSQDNohjwpYXJESYWruCT649ta3wAUTItqEDo7GGwCU1R0A95SsEYMk8DtO0crNiiMrquuEiNZMXhSWYipheus7SxSZ/cBxkVXu0zI5XK4jTkG1qoRzliuAePnz8f/7rf7V34cL1116TQ+J+AOEzW8QtRweHhMA8z9brlat9ob2J0ItGywLSCZE/HaXz2ZhAiJALxCfaCClCFI4xK/px6AWh7zSd2OXrwqrOM1Q8ep6gh0o2zRap9liRBorb9A/ra0cOupxVByOjqk22bIYCvBb1M/SMoQ88pz3oYnioDnUOJzF4FAUNWitgQQfZhrhO+z5Zp3EUj0a1CuKjxaYxkujyJNtweY11L+d69PbDDz+48fbb165f9wcQDiB8lqHR+/fu3v/k3tHBQZkXxDmc7jZEbuQWmromppql0YXd6YXd+YW9HRAdas6McpFGNDQQF/mB38HNsR83FXZLdh9SMMgkwKmEo0owGUSeuGTN52SkZrpEWYA0mqgPZeIuDU/MKQEwQFJxmYyyGBjjQVVRN5o40/M7GLeNCMKgJoB5HrmdCPKQpSpVEsVhHNObLjYZ2j94qim5xKwFvv744zs/++uf/PZ3ft+fDtLAAwifLRneu3t3tVxCFgnau+RVAYwBCzpNR9HVizNC4Hw22ZmPPR8grMvKNrUS0odFqpEBVF1svyuJ6eHEhqNmW9TxHFCHihtwoyajV/GHwDBCxSU2rhBAEL6sIqirrqkCaQ2I2qC1wqX7rAD6LExPC2EMH6Wt3LZPB9M9xPP9EgJTVZL6ddAILffjcN6KyXJNlu6jg8McoVMo57u5axXsWHHjxjuLxcl4Ooz7HUD4rBbt7xvvvvv+zRvITaAbyLBarnWkNUui69cuXLk0HyVkziX0GWwmyRuTTS09CfiBe6TrAbSiayBCFbVDoONA5UCoPLklxo4DA8XFaIi2OA7kE3HBNmCHrl4GMluYDQxa4wk3zckQVUpiQo2yAA3KbI3mOgDkMKEDxeql9C5ak6nqxxFnXuw4icqquXv/8SqvNmXZ1Ibe3At8ciY3m/zo8ODu7VuXr1zR3rC7BhA+k7U4Pvnz/+ePj4+OyBalL8mnK0yLuKXvTeLo2v70lZcuTEYQ8IWSWhiidpRoR4WEGFAYl6Yh/MH59K40VPZGqUMkZ/mEVNtvMwg96fl8AmQxuLpU2fMBIwIuGuvhB4L4JBqhDJeetfxhZAM7Fa35AkcJ2XAgyFXJKEIt4IdDgWAiRjeOjd7yyqXdq5d27h+cVJDuRt13zXKKfiAPHh/+8Pt/+aWvfm0ymw3bYwDhszBEP/rgg9VygS6H1mBaS9OgF0GrURxe2ptdu3phd2cWs06Eq+GWrlKaK60Vy004y9DZjPL86p4VHb+JU6IE7yHAyTgkGuTUg9rWqiBVwpMr+BXIzzMqWwyZIYojX7GtjWQowkGkAwE5ZwC7dkF3T2DlG5yW5yEavhhYvXs709evX6Wvsqys28rwpYZhQMeXZXnj3bcPDw4GEA4gfBarLIoP37+5Wa+z9Qb8JFDq5XveZJzOp6MLO+Mdskcj/+yYW24UEi7RABZyJqhrsNhCyAkbdu3q1j0hnJkpmBJhf7Jpis56yJJ+OiXQnZfzjRINwQodh5YbE0G8yHdYJ/frwjbmnI3tmqFQHUBeLivVOMcPR8J69V69dsU27XK5qUy1qmtpnRBGSUC+98ndn/zohy9fvz5YpAMIn/o6OTn56MMPMgTrhZsLrzi9HgbBzny2vzMZpYmrOAONfMqdZHUZNhX7Z56gWZaokJ2H5w4D5ajeNN3aqz2iP4VDHhHTwxFfGTZc8YXh2WtkSQpj+9eeu4C+dZHzLKg5VywwhS+1MrvzeVU1B0erZZZnNeZAKeZn+v5qtbx9i34t2XgyhGcGED7N1TTND/7yL9577waPTEHcnzZykiTkokWhP0rCOIZaoRDcd8d0ow1LfzoJUGu1cE0JZ9HTWaEgK7xEQ4dCs2i32gZumA/tFn8wNJE1t+o8gjoTFnDDoR6nLSxnKRwwnZWrbGe2WpdPZEXDrg/LUa8GbHULDkVXv1OzIXN6Z2/+hddfhkL4rU8w081ikpsXYsTNx3c+ZgGBYQ0gfJqrbduDx49dt4+LbaJOhk24JI7DMPRQas1iE4we5ajF8v+dVJL9ZR0Hf48uhG364W89kBF8ji1d7Mecvvzsd+XWnu3g6mxjqXpGhokbx/H+3u7VTXm8LperTYFpGyaMIh34LPs9tFMMIHzKi3bwbDZVPL8BmNKIJTZ1xXoSaMv1oCLTbX7HKYw6Z4IS0aGpfbtTXUSkq7HuAirddwnlLuRi3SmcV9nbn5bb2/8GPP+N8SQrOr/ziae3zyClwWx8aqqyUo3tgenGkpK9fXF3fv/hYZ5lmEGKLmQ1n+/s7e0No3z/rhtp+BX8/16EtVE6RptC07Z1o+HitfRBlikS6T1FGZYrtGeW5KpO675x5lt/F9JzIVB7NoryzJcLn7ogjefrURrtTEdpHAW+D3motiWG/Po3vjk0+A5M+PQXgyLn+ZvonW8xdzoKgygMR+jSdcNbjDVOGs3YLsTBLMRul0PpKflI2T/mYm2hMcQJqFOu9tPFVTlMws/ITocbw54c157GfLbEyG+L9B5eDjtYng3D8rdRzoYPFzpljRmOxtrOfkYeU/YMipuIYOkp/EPGd5LEk8mIPprVxjZ0gNrfv/DFr37FG0KjAwifAQazbGMwM1Cj9aBpXW2KK+o0EPitPY+MVV9y/RqrznRhTp6K3VW1bJ26DlFd9Zrqgp9SPZE+dE9yf2IXinEmqktGnA+O9pZljzgrzgdpuzodF6GRdusIdg5kd0lbi7RjbMa1q0+1qH3DONH5bNIIscozbcVoPN7d2x92yADCp76cAK7vBy2blIKTE2gmUprHcRqXWuBMd7eH5aeCob88vuICpFw2w7TXlZM6BHZA15xd2HprDkxKftp03L6DdQPPtlA/846dlyi6HKULJ1nbv3yLbmu3riTHTWGT00mn49G6aEr6PWi5Rm9i8ekrGdYAwv/0C2r2Vdk5fhh4pIIgIPhVdcXyauNugJnbzIZtO9XT3XmQOBR15dqqL1RzLOiUD7cVbaJ//lNRVPv3iquec0SfrBOQ4rRioPu2OVtU0JUZWBee0TqOoxg1Cb5Xas5MtsO8tAGEz2KVRfHgwQPanNr30ZbH5hzxE/fVKtZDY+lONA1KNxyQC6rZDO1YyJ5GXM6RoRTbUmxQIlMcty9Zpba8Kc8bny7F90TGouufcNWnjokd6RnrHFR5Cl3LnqTsyr97T7Unw+3XXcLSJREdHsnqDiGE44dBOB6r0WiMVuZhDdHRZ8CE0LqGxYhiTovYDITimxbq8R0FolPByp5bzknsdo7cL2cv2SmkyVPPDRUv2pWhMaLlOVtUbH03e8aJO2vf9kjrsSXtWbex/8KVbndlPPa0aO40houM//blLsxLF+X7aKmCfqmnXdPGsEMGED71NRqNrly5SnxoWY6pd5osJA9Z16wsS47WyE8FP7d+4Dlv8Ak+PPdl/6DLOJ4xPZ8waH9lKEn8HbAhn/j31Gz9pUkU5ky60UD0G00aECLn5qphaw0gfAbRUaWSNPU08EZ+UQMVfNCjEybEDOq27Tt01aeh5eZvbsFz9sGT4HO9utvATKfgLZ9suRCfekrKs4bkr8LfpyziczXlpzB8Mp3Zt3jgiqAJR4ZAU0NaSg5ba/AJnwEIpbx09aqPKSuyqWtAihuMMMGPO2OxJxmQZ/olxDamIuW2ULTPwveNhF0kRrlCN9FpW5ymKFzzhNv+3SlcZdmnyfCXgMb+jQB0j+w2m3nqbj5huJ4xgJ3VCmk5jCwNkK0RoR8ME5oGED4TK4J7AVvb8L+GbDDWeUGzPMZce34AJQunkrbNtAvOE5xlnL4MG5DjrIMTgEHon8GolejHnPXVm/zBr7JnUPerLVKnl9iFaLa47cDsSrf7JxWX9JyvpJPbFIVwvVPiLCghshi06FNGS770gwGEgzn6rFaaplevvSTRzwqtJocT7rll3YpuedvEw9nGh21C4ox92qFxi0Bg0pWEd5KHp0f3FvHpGTqdtU/dKU4Fo84bxts7wFZPSvZXdaZB6hywPxXF7d+FxU59qFbhZWEUKz1ERwcmfCZrNt8ZjUa0AU2NkdZuB0eYzhuHUUQf3Mp0ut278OjpM+oJR67HIU9Cc0lCtUWg7BqYOlY7fYn9ZYboWYtUbVPz22aonkX7ZHxn3J46qH1AVZ7P6Z99fPqT8O2Ae7iiTdnEcawHEA4gfDZrOp2m6ZhosDKYqsspe52kyXw2HbOuDHmIXVqwj0vKPjHn/D8HqF7bl/1KDSZlVd6t1lNXuya6ipktPv5GavrlUU97WiVjf6nH6G4SHaShO8PunkLBHRegno2JPnFyzNUIMZXNLlbznb2BCQcQPqNF2y5NR4JLy3hen+cGCUahH0eR8j1u4pX6bC6PhXcZiqrnpE5TFDK+SM2jKo0x2gdmujpSva1P435EHql7xlw8y4f2TKpdbtPqqM+WrgHDRV+6shfXvM/DhIVz97pKbmW5/ByhIMIhe7aGP7Z5+u67PMk08HzFeExH42E20wDCZ4hDVt1s6wbb12D8CrmAoyRJ04SF1Fop+rpM6ToSOk2Kc8oUrGzfR2Wkkds9foY9tzXWKASXUotzMPuVywHNdUec6yAU9gyzuaIc9CkJ1WmHSwyzMV1Apmuh4NLzMyU17mIhhIp5iZD5CONo2BgDCJ/Rog1aFqXgulAiwbpp6EEYBGmako1q21qwTIVkrRdXYN35eA57amtuuu4kN4W+D2S6WZyC+YgcTvCUlV2f/mkJyxM1APaJcrPz5mP3GuMmtpnTIhgX53TRU8XlMg563f3CBXatayUU7dluj+5/5xNikmFr3AypYQ0gfBbL8vQ/KAryUAjhYeDueDQm12g7Vsl1HNhujgvbmQxC7kxHWLELrrBAocv7b3saVNdob1m9xXTxEmhG4fWoSu1z6H8bE9rTkm17rsO4b5Y4w5Gu71G5IlLuqQAYNSuzObkaafrGEdG1fLBEP0TAoeyYkIk+rAGEz8oW9SdTKFyUxIHMErR1IS8Thm1TCbGVdeqkzaTntdY0mIBLq/ZcJgPRfZ+F7+kR8hlVXaPwjSWBCQcN25+aNZYsy6XhO00DAPD8itPOjPOFaa4pSYq+q9exn+ka+p135wq6t92+xlEwIGi5c3dbBdCNs2duN09QrKtkdRdPPw/9Toa9MYDwGS3Nd/2qrIo89z1NrmGSYFYhkham7hDILhRGUGjdWHO8Wp+cLJuWoWUNA1MTc47iOI1jn/dxY1qvhYvpOdL0TJe6YFS1rcuFNLpB77o1bWfcWrFNRXQCvq6iACl01se2PGqC9e7dzAkGZHPWsXR+q0s4Qr0Gn+w2s4FiIGUaTLOQTi6/aytkQ9pNUqRfyGQ+H/bGAMJntNwMaqCDaYa2cRxHEKLeptpOyUllef3o8eG9Rwd13WAQJ7cg+uBBLwzLUZynUUiP3VRQFvO1gacxMQYzmwITcFjVyf7C+lOEbAyUgAJ3t2wfCHUDQk0XARWYTMh8hwFmWypE219NmNwq8PMYXxypWbqqRWsyz6bAwG/MP0uSBIztQQ+YlVRtn37pequqtpnNd4IgHPbGAMJnxYRaT+cznmKNTlayElOisz422GXm8J+/yqoPb9394KPbq/XGtdobzO5FSp+AReZrmsQoreF8RZKmVQN4EKIJhLNRQg+iOAwYsijNwVt7xmtkXbZcmWO1MlL12X/lMOjg4yiQrVZTswzH1imsq4qYcFtH7kBIr4FgMfF2Y+qmzou8zIuqLPHDThv6ASejBD6pRcuE3IKQx2MQh8/HE2/QWRtA+CzXbD7noUadIC8KaHyvF7xw0rrieLH+xbs37z04ODxeVlkGCQw35t5gGi55dX4QnKxWkj0uF5Th6lMoeY/S+DjwCdgJinCCJAoJkbThI4ZkFCf0msrUnCIIlMvvS+XorqcyelA58ey6roqqxmjsunbvs1qtLQ+Z8Ils2V4lTI3HE2JDuraiyBfLpWmYL4V48HiVptFrr14epanr7OCpFd2vgi6f3i8YymUGED7jNRqPhS9r0SZhKBuDPLXWNTgCU1aM9Yqy+vDjex/fe7haZwV9UVa6AXtFUURIILhWYJ9GKC9JRmEQgp2ahsiQbM2T5VErdk8Waw+oCwOtQl+PR3GahJMxMVKq0baHyClhMPCMz7kBy6SHlGXTEPXRZ0wvY5IkVGVl+fjgkKBIl0evzDGTHkPd3AHQK7bC94+Iaiu8GhPAq7J2I5/o5wmOdFZsrl25dGF36hL/3LuMaaeMPbuzd2GYlT2A8FmDcDyZLhcn8JV8PZlM3G7mVAAcvwePHi8XGzAJxx8RyJcygn0Z+jbISygmZsustWVTk/0Zu5jjcrnGlLUiPzo6jpNEmhaj1KQkEF68MCeDcL0Myp2Zp704iVGlAl03qLjRazVP1SbkweuroXkDaWwOj5ZFscmrRw8Pl5u8Ju/PD6rWbjYbeiMO7ZiAA0gtuBGKqXQNgHBZ0VsQy2krfSWLYk2XV736ymw6TmM33Fu6+Cxx7NWXXhnKZQYQPtM1nkyuXr12cnTgExcJmSRx15NnRGPsKsseHhxkGQw74rdI65Ds0Cicz+YEXrIeOVJiL5Y7xycn5C4WmyW5bASPPCvCiPBAB9SHR8caKQND+z2Jg7rO5uO0mqRtUUSeZ+YzsmYReW1aFz5R/SyzFk805M7lWdbw0OyDg4Ojw9W9hwfHS7qoxvphbaBdTAClO0gYeZuyIPIjQiZiIyLk/InnbipE3U1R5kSdhGTyccv2ypVLn3/1sh86/RrpIq4vXb8+7IoBhM86NvP6F9689eH7pqpo46JQxqlsc9lLWTdZnm+yNZmNQUKwCkajmHYzojdRRE4dmXKNgS5LXuyv1uuDQ2CRXMdMNHleEQjhpzW2RQWZkXRYVm8867VV0JShsJvVOoliVK12aXSMQMP4GWPZH2wYhFWR4zagtffwwX0C4fHx6uHRIitQ20KQcmMJuZQAYo2EqNlsJlpMuSHfjxxNuoYkTeI0zcnwJPsW5zMPHz4imM9n4aVLF3i4Btm/ZMeGQ6Z+AOFzWF/44pd+/P3/sDg69DREOFlyFLAp67rI87apiUrGKVTikziaz2d4hL47+Fk85Tbw/GCSxJf2dy7t7z06PP7g1h36TpZlTiMD6USkLcjkFG1db9Yb2TbaGIJfuVkXScwKN7413cR5V4hmW9OSr0fMRjbiapNtsqaxJw8XRyfLg6NjIt2yIQu4bTjJToyHIadItWu6PWgpRhMEejHWBt9FawhKguoQQ7e1hI1aFWSE373zcDzeHU8ijvHGly5diZJ02BIDCJ/1unjx0mg8WZ0ckQcFUxApAWs41l/XNWEj8HTACcQwCFyHL08ytG3L5aTKkrWJrICviSLHsxl9vv3hnYcPHxJ9kRdX1TVKZdqWXuKhcttCyqYqiY/ybLNZx9j3Smrrceqv7QrRWoPAChmjRZYRYy43y+Xm+Ohosd6sVqsKAwWFaC3dIFRrtbQ+OiH9i5cu7O3tzGezOAwIjZKNTPicvi7LSosR3UGq3KO7A12bgOfZFnmRjhP3q7h05ap/ZiLqsAYQPt1FWzzfbLg4W5CN6Xs6RMGLbGoXmGyyNdmhG7JR/SjmDnvk4PENwVhB2gBN6cRyRV76BFAiHjoy8C5evOAZGXnq6PCo2PhlVYoub4EKU6KpQKGKjc5QZlk9Ltq6RPewsdtSUkIY3QCEaTCMt63Xq+XJyfLkeLFZr8gyJTBr0RLyQ5axISs5iRPiur39vc9//vXZbJqOUnoXJ52KDIfh+p3UrldZ6esqRLRms9kwCGu6E+yYmatKnc13hqjMAMJntO7dvHHzR9/L1qvatEfHR5uDB4GW41EqGWANM9Di5IR4zAPM0FJItEP8YZihMMYJmQGyWBvpeSlRyWgUpvF8Z3+2OyYDNZvkO/sXjLEnxnpoibLKNTlY4ylD+PEh6NKih6quCSos7tKPQORpLS1n9+hSDFiT7NYVfaZTpYEOgkh0uhae5mTJZDq9eu3azsWLhEMfagCGiJZrgLp6UnpnIvgIheqRj/GDJopCOrObT0xc7QUeIXNnvjvsjQGEz2IVm81f/bv/ffn40WgyJo/K5BuCl2/MKAwNeVlIjiMrTkDUKPL2XNKu5rRbmWc1UVtREApDPwwTTPSN44QH+uqyxtDCJB7t7klC6Hq10suFgM1o+aMlp9Pjvr8gVChng4Xrc+8CSrnJcSSnlCzhrvTbOipr3VRs7ZHb5ivtWhmJlTUGXwfBeDrbv3jh4qXLyXismOFbU9OP0KCeBkSKhDw3FmrluipwDYEXugI4+mHox+Gp4G06HuZjDyB8+ot24YP3b7z/V98ne+zStWu7l6+Q+0TmKIFkbz7rZldzMJOsUwPLTTL6WgJgtsk2i5Wbpob4hx82VmbL1eODo4y2cl0FcULApP2tfWAlxHQZ5eo+yXmEpi40duFG0vNkgtKxIZeWetCV8jwuNyNDkyxR0+q25skxaLRAkWoQtNzr4LTTAGX4pFoTbS5Wa3P//jTPx9MxnW+5XNRlKWCHNkSGGi3/riZO8mhEnIBALLSLxKImgEBr6ZcwjEMbQPgMFm25w3t3NwcHhJojzw+iKCBjMgoJnaMkFV1fAXAYBAQDjQ4GQKJFony12uSZEwgmyG3yUkYBAYw29MHxUVk39mRBp5xOpicnx0kU+TA7VdDl/iybj8AUwYDMURS/kSOKYCuedXpnBLWGCIv4WLtScE87KTSfbgdksqIi1IpOpYIbmiwX2SHdT6wYRHRzCIuqIi7drBbZZl0WOf1AQRByXIkr41hdW2ru29Cu8htNUQ3z5rBDBhA+fRC27frkWDVGN21+fPTY0xdffjn0lI2COA5YzwIZCt/TURBYVKQRR5CNRw4gDFTWnFGbAoWZO7O9b33zm1ESZ+vNwZ/9udWtH8e+H4xG47t37/rcfKiI65KkrVBW5nmKDFdiKgm508pDfo+1aYBAgJC8u3Q8LvJMtmSR0jGoOhPdzDYv8G0jCf+oIihLmJpkVxohiQYfHR23dz4m4xR+oIKUYxr4E85RxHFKP/Lh4SEx/87OLoGU7jl0MYRI6a5JI0WIF1pzdO+ju+n44vXX/XBQuBhA+DRBWJWEJU0gIbdtdXQ43dkhXBEAwjAyhDiyAjEgRdrQIzBaE7RNtWHJwiSNNQqnrcezKyATbO1sPJmk6d7OznK12dm/cHx8YurG4y4nokFC6WvXr//wL//y+OBRHI+uvfzSdDqpinx9/JioCJ4gx0thH2rJIou+V/ue8xF7OVHMSwoDrX2pyHW1eZHDIRRiQbxcVMeEwixDGXmc7uztHBw+Jl57vFyMuIeDGH42m07GYyLXO7dvp6Nkb38+nozpfVlOzgcPo92fzO5mdfDwpw/+zauPf+3N3/y2HnopBhA+NZ/Q0Pam7V6bRnOfBDJmgR/FIwJAWeYKmtyWtq+KaI9Kj81HOi6KYtdGpLmubL1ckad48ujBOPbj0ejVl6++/e57m8VRnWemKS/s7wDTQfDGG29MRskrr7xsymK93owm09fefLPI1p98YNoqh6Yb0v6GBz/BFIY6GkdoVHexhh4EnkesJjWR6sRoWeb5wwcPs6Lcv3Lh1cn8pz99SyJ86yeENGuzLJvP59oLXnr5lWtXr777zjtHR8dZXsznM7K9N1nmnaA8NYlj/HTSCzTZAZ5PHqtVxInNYvHOd/9ktn/56he+POyWAYRPaRHhhMAb9xAEfoAEWdsSLLmr0DhxeenKTzgKSV+S/zafzgiCdVuhe701ceiXm5zgmi1OyHHcG4+mcZgXZRrCzyybiuiM6DGNoqooJ5PJfG+/fthsNtl0NhuP0uXjB0UGm/DJvqHtNFEWf3Nd70RZxL/xaDrfv9xIc/fWHTJHozh+80tfHk1mt2/fMyiJi6ySFfP840cPpqPxbGd+/dVX0/Honbd/cf/eJ0ScxKVhIHgOceveCskSz3VQ0Tu0dH959PHH65PFhes/uPrGl8SQMxxA+DQWWVnj+Q5tzXx1QvzhBzC66rohs4wVJaRTwkUUkWCoiCY8JiKiR/K4xGK9rMuqrWsCErl3ZOPZut6cnGilv/rm54X28rrZu3ihgVaFmk4meZ6XVeUlyVd/45s789m92x+tF0fkso1GqacMR09PVzfFWnbSaCzmhmhL29ooSeb7Fy+/8urDx4/v3X+QTmZXrl7b298nt/Dq1avrVVZXbVlUZVvtTaZpGo9Ho1deeiWhdyrzJEnI2BYslhEGcRAKV25KnxGeRRWCYtWMui3bT95/37Pi1s9+8lv/w/9KRvCwYQYQ/qdf0NeM4vF0Wucbwl44GlmtW2viOGJF0E6ORfE+5ey5Jf/MhqivbjmxtrEbNPMJaXjevZu5SYenfhSkMdmEyWQaRgm9yjQtAWlxeNQIg67eOJrPJtnyWDSlFib0YfN6mD8jRKch3MkfdlPtEY/RFmITiKAQDgllh4fHv/8Hf0C+oJWK/E/p+a9cfyXLynxTHB8dlqUSdNfQ/sX5Lt0jjg8Ojo8Pw8C/cuUi4RG9hSj4FmO6SGir0krCMIQeB0Q0DPIWyE3a1WKBdOUAwgGETwmEo/luPJ3MraGt6wdhXpe0a4PAk6ZFaQugh9FLnCHn+dKe7nQFoUrqN3WA/BsL0bDWSydGY6wps3VVZCcHj1gzCbIZaDsMQjqWML8uN/Qe5O3Vda4CTX4oDF0ekctjYzyCGloWUV4jupmGCnFRqaEF3lbF5vAw8PTOhb3lck0k7EXRaDb3veDilZfyLL//8Z07H35A1zRJ0wsXd4vsmHhYVdV8mkjYxRHnCS2PoPLIQo7jBD82q+w45WCI4cdRU1SOOYc1gPDpeIRSjnZ2ychLJ2NdBUR1m+NMsFfUaVRL17jLUtv21C1yHMXZAg1VmPOSoVvlUC7vhl0Jd8v3kOdQ3fglLY0gD0yg+BQgZW3QwOczIiPoqXOjZbrF16Y7faemioPg0f0H5J02VbPK8rwq9nb3L17Yoe/vz9K9WdqUJSbuNmVTVwpBVxVwXSxmgAYBNxhi2xABonvDJQqdGiJLK+JiYp2M0qG/fgDhU1yTCxfj+W65eBz6xBMVbcrKWqf/ib3InqHqxAZPZUDROYFOBVAEvcR1+7kn6UvDr+2EgMXprKS2rTkFiApwRXYem6/SKQPD60MgVDIGFbuH2wkxLGSKPEeLvirQlOC3oJfUOA9knmRZZo/z9+7exWRFrWqI+RuOLdntHDU35xQKNn6QJmSiwvh0imyK8xxbkSiHQ2JCuslM9vb0UD0zgPCpxmZmly8fFguECJuGENKgBVY5iYdudBJ/Lc/MuHXBDAJHzH16aLetqi0OmULPzVdyHCNYV9/johiW51UWYyicYr3g0YUIkHQjnIAMbWDlsp49vvagBIOp8qwazBdF5qmk05DDZixdg2ZtihKVrtJ0g4EFa1edzs7mMaAokPN4FrHoZqR20djeRsBr/TCYTKaz/QtkhA9bZQDhU1x7r7y+uPtRUZbEQuE4VW3rVKh5opibIwivTIvtBlVur9Iud5YoEhsNyqRduN+wQK/b0Iy37gWAkerGdxLmrPS4eFNsJ9nz0wF7oNqdh/sZrUtIEnoE1ION6eT4pUXxqfbpSA2bNiAHlYu8wya0kDE1TjNf9sOcUFhDuOM6VaigOg+wHzbq9EaddjBPZ9J7ly5FSXLhldflMLZ+AOHTtUj3LhrJKQGlwiTSxGZaIVOupJOSl9sBaLKblyLPzFrqHEKiKcLYtgmwJ0PHma49Fw4Yo1TwTBiDmIu2ve3qhht26IJHZhQ/EP08mc49NS2kTjlraEQ3lJte7XPVm5P3pRNuG/NxX8A4Chi4OAn0+pHq4GpU7+yPI86q7vOPRwiM0nS8f2HYJAMIn+4a713QUeIVufKMRjU2/CwpT3Plsp8qeDp/t5shdrprMWQw8DoEGjdw7HR/a+ttQzV8QGtb2023PzcUyQHANQrXkpXxBRcSOBE02I3Ih4hufmFnMXM6g6uw3fk5oW+3k15OhfEBQlSOd1HQfsRvLyrXmaSGRW7w2POT6Xw03xs2yQDCp/yLC4J4Ot8sDhHGJIdNOPy4cS29MPyZf7fLnJlBzQ5jDyPdseGpW8hGHz9j0RWBeZ3nK1Dk6dxszGlpYd3CLnX9f6djobh3SfVU5do80JvPcOIaU3EmemR7YClPdyO0u4nd6mwgd0vs/QA1xbML0Y0RTXbCdDxskgGET3fRpptffvnw449od/pB2GBSkVVPTCjrmXEbvnB1Xp1JKrezVHo2k1tmce+gXPGntJCOcgmQT12H3FIiyBTDYmoYrmeCpLJz8xwJd/PlnQMp0PSkzow0PP3HboG3vWGczrg/Y3/2iDScPyS71vP92cVrvhNQHdYAwqdske4TbHxN9leIxtvW1VALF7CXyskQumlKbsQfZ/Exicm3nbeotiDs+UecMiiPVOvnrjjx3lZujUqeZ9iRUXc8jy40XK+GSYGq5XGf+Op03LzlOdwcWHGBHHNmMqE5TV12lvQ2+rJ9YDvomW6GogvjQGNfGfJlm3iUXnztC8P2GED4LFY8mpDtVdalb2ruQFcYT/g3j+uUfYRGSWk61+6UCbc7vhshyk4g90T0I3L7eZ4OS0hC9Dl598q+JqdzI7eO6C8dIdqFf7gw4HRCqLVnyM2eyT2cOU9XmdrD78wP1yDo46U7l5LZzrA9BhA+ixXEsfKDLF/70GsqfR2eBuV5y/bAEEqdc+VsZz3as0H8s34jUMSTm5j/nHxhy97alqpc6OccUzkSdYDaVrG4KYX9827YpyPs7k3dtW0hLm3PhN05z7p/52t/HOvjx+ydT1ySHu1c8obRaAMInxEIoyRIRquTo6LIm6b17KneJnjK5e7PTc4V4kxu256HnzhNf3evcHhwkr5tP9ZT9EN5nwz4iLOx0m3haKdxejbgyal7a5Xdlnr3pqjTDD5zr9jC0G79xV81m5ttAbl/7fqgejiA8NkFSKPJ3Hv0QKugFjknwzUCNBAghNPU72/rkhEuA97taOvye7Z36JjazgU9jBu3i3R+XZqmYusUx1uEVdiaZc8Qj1n3pQ9lciCU+6g8rydT8tdY/cV9gctB+VvrCd1VnDt3r8O93SK6u4U4qxmJSqQiuRbg1Arl6C3Lu1kZROn80pVhbwwgfEZLaT2e7TxCeEPWTeODqbo0uegDNOeNUNszRPdddabgmmOjpwcjK4jEH9IO+MSVph7KA1zfsFbbeIzq4pgQBu4S8Ty7WmzNTFjHTSNcaQ5qalBMSkcwr0orz0Y+z/uQZx87Y3c7pv6JHxAJSe2RN+gNCtwDCJ9pbCYdEXbKqqrqOuAq0D7A3xfBdBal3fa/Mybs1gvbVj9vU+89bpyMNsGvZhHstg/LWK7NVqezuE89uj4Lr1jpgitGpSRChhzx1mhFtx+n222r6bTc/GTPJv63l3TWD3TBWXUmS3ImNsNPMi2Ho+mwK/7ed/PhV/AfBcLxWHtehSHUteHsXGdsWtFNhXe1MP1yYRJhf9U5t5N6MdOFq2Dc3Ovu5X1pm/xlLplrnUAzESrNuL2QkwduuRsBQjxAd+NG+HJqpasXfdJ3/dtcu22vh+29ymQ8gHAA4bNmwnEYpUwvAqPhnbcl5Bn0dWDkZj4X+3C6pMJRyPajf4FxrAPstSj4lGj8qw0PsBDOrVRnY7BGnLIgi/xCITTWfuD6KpwPKq1LDUKPn+8P0OFvnZ9pz1Bp5/1tLd3TKFJ3d+F5F/jW9gkXKrLuezYeDYUyAwifMQhH42Q6j6PY93zbtdapLvDBMQxXEbolxW4/iz757UzV7YftP7hp0GLDC0LgZrMh6kLPLjcxKDhzHXaE6di1Y0+tMUtplOowsHLbCCG6tnfhKkDREkVUCH17Hg/aAVk4M7nPXZ4pr9visJs4Y864ru7+wtdCd6F4qFYbQPiMV5Sme1euQZcaPX6dJXmGWro9as983m7fM0edGqtnadOlJsjWRaNGFMLI9CAcsw2W9NTa0aKr1eZjdBdgNWabhN++Bat40y1Dsg9rGIcYsi1/WephO+3wrA16mnLcnpmvxPOg3TjsigGEzzauFQT7V1/iilDVoQJ7v8divzvPQauHWpd8P/P8FirOazPuc9v6gY+B2GCw0zDM6fFd25TggAzeva44lmPsp0HOPVDa90PGIUxog8pwIz91U3giOnoK5t4TPD2yz+/TVQ6h0QGEz37JnasvReOZC0uavsTzbETRRVNOAcbNe7Z/0nRBEWc0su3atl1ugtMSGFyhEV/pnEnRNdGy+KeLx7pBgmjIpeOLbJNv1k1Zmv6NbAf5DvuCmyJYJ0Y6rDsT2KlmbKvkxJnCgD5ue65Q7UzIqatMhSCVGrrp//638uFX8B+5aOf9F//8X7z1/f9w6+bPXGOEFdqI1qliI4ltheqjjeBK0cjWcrWY7d1DrpVmn6vDDJuInKnHKAspItGyy8eKbAKzgDEICWl5hEDRl9FKWYgSgCZkuvO4EGjV2hp8avtKbRZlU5jALXvNmtbQKeWZng+2ZeWWC10aH1dguE/K9DEkx4vSiTZK5UeDuNMAwuezxjs7v/7tP1guHhfL4y7ywuGNXsWCR3v23mDX/+qUkbil1naFMEKcM1y7tCDyCGRfyq7+0xWvNUgeNpJ7Gdu6phsBBjIFbow2wjZMp8BJWznCbJ09CpB5p9qk7Vkr1Ikvblvm+0pxV8djnrRrTV/W6qhcGWWieHAIBxA+v4XBYXG6PjnwXSXJmQ1LW76xXbKeKajbz13C3dptL4U9F8URbhRaU5v1ch1HsdIYtY2cpFtNiVQgZrNhchJGwSCxX0GGUMoGq4aGTYP/pTnTXeFb7flnS7q3ljPuEcZ0HbrW9CFYjpta8SQM++9C0kbRq7xkMiQJBxA+R9dQqSQdHUnZChSO9gXSTu8F/NS11fc9DW7jcz5j6+YJs/WxWiP6dnVCUbZebfyMXlEWZZ7ly8WyKAqCcBSH6TiNk2Q6m0KrOyijKGqYCekd6Rh4nA0Dtyrprcm3jKJQh60XhHRTwMUo7XxF0bdNWO5g4gqebsIMNw5Ke5r85DH2nGHs+h1x5S2R8WRnkLQYQPgcQShlmEDu1lSlhBiTcp6T4hJQyQPrJUdjugkxZIF6mlMD4nyonyFBZ+iS4njRycGJMw/Xy+W9j+89PjzEOFFhR2myf2G+t7ffXjX1uAnisE0wfpReUhMPosGqLop8s8mWhwtyHKMoSOI4nc6SydgLfPIHJ7MZtA+V4agq3RI0C47Kvo5A9mYpw40jPSxyz/3FfMuA7g36iy3hOx3aCAcQPt8VJaOyqtHYax3LQY7eMBkqTqsTvSl0/Ursd41YirWnjRPnEg/wuUCT3Jsvs/WmLiviupPj4zLPtVah9i0kQ8uHjw+r1jTGzmaAFlnFrneJINg2dZ4Xh4eH9z+5v16sfa3iKNyZz3b393b298IkTsfjcD/SSnd+H97TMF13vftnrquL67rMR7stKWBT1cVbk8k8SgefcADh8wVhnGrpETSgucTa2xZY6wqcDcxL2IaQpWdTkNvnu6jpE6k/0SUQWbQbkyRUked1UTZ17fleGqReECBU2UCZkHBx/8HD1WYzyebQCOY+RgJtU5VFUR4eHhwdnUiEbGD0LlcbdubkdHcnHY2hxi/1mWJsFz3qCVCK/kpOWRoo5CBt22FQcpIRIBwktwcQPu8Y6XQ2Gk8Xj3OXsRfMhJ0MPiCHLKJ0taVbfumGF56jwc4+7QrB2jhNdi5fpO+sTxaNlralTzKMY0JjVVYEwbIkdsyLg8Msy8kWdaoWmCBf13SS6XQ6Go0JMWWRIxTrKQJjQ9fm+fRhTpvsndnZnpbNdJlBV5cj3B3BMaHBceZsHZ705GR3f9gDAwifuzmahMlEyoe2Kx3t8t2q69Lj7WrYmTqtNYGerwt7dBXQpx3sskvRed7Fl17243S9XCFzbw0mRkhJ2Ds+PGxNAWFCNh3JCeTkI8+c0NoJ9frkB3p+W7dQXeM+DzIa08kkGY+iNObcY58+6bSEbZci5DuJixWJrsHYhWS6MnPjWpgw763VMgqTwRYdQPi8VxjF84sXH9/9QPC4lW1bBNujXTvsp/uDOBCpuNvdbruY2BJUXaZCaT+O5he96f4FV+9SVXWWZcvlshG2WK+z1QrFYtaSbRmEAc8nZTNRQRDVC0M/CIJYx+MJ5klEIWFwOpukBMJRysEi122Py3JWdHe/6IXY+pIa/FTOBOU6N+UaQgxb2lr7QZQMe2AA4XNemBKzu29kp0zRWXi2S8w7ZLTQvJBbJpQs9WRcf7tx5Sc8EqlzKTnF0BL1FSyOj8QHIKGkH4dhG8/kbp2MCIFhjJHaGDzh+4KNWJAqgTAM/DAMk2Q0nsX0OU2jOMJQUSkw2cUPWgaZs0a5Mo5t5D5a60DYdp0WCOU6t7BxcSdOq7T8M3j0NoPQ6ADC574IJrsXLzlBTsnNPaq3Ls8URVsXknFPSlaisSxaAUuvh69ivRhn/uVF0bZdiXbXK8zxkcAP1EiLyTwej6MgODk+Wh4f0TFFUQQ8IlvCPVTkPRL1zXb20jR1EwUZVBBorKvGGbzdSLY+QMSR2W0jpO07LVhbn2mwdbEmjgDB0VUwcf1oUFgbQPgCrBGPud4UuQu2MBo50dA7gqzSBNfLtqYXdSFbVLqgf9cTiHqX1iXFy6qsq1qckc130VQNS1MR0FqlR+NxEvhI2U/GdV2t12viw929PURuyH1sGg7StPTQQ+cEeghdobaVXOuCzqc+Qc/pwK3gk0OhY0LBRWqNs035CFZtk1AWtjJKRuSADhtgAOELYJF63u6lq+vFkeGYhjRopT3TL28VJ+PYIuUXIC3fgAaBBulS5sRJVU0WH8bDu0pRxbox8Pp4OK/2PdUFXjQBMQyCuign4/F0OiaMkLtIjEfs17TtarkiKFeoPLVIMPLET3ZCralFEPh0jId8Q+tE27iRgjuALf8A294LDvi2VjTOegX2lFUechWwjsX8wmU1lG4PIHxB1s7+pY/ff7utS9lVYpq+s3Cre4Z9a7sOdedtgWEswow8dEKACeklIDHGga89I412k54wfBeTqwl8PL43QEn2VvVJijiKPe7r9cl5i2qyTn2vC2yWJYrXCLpkUdKNoKqs4iYp42bcu1Z6lBY4c7kVp9XaDoRnWptc1xWbo8pXe1deEoPW6ADCF2RdfvnV9/56tMwyl/o+bfeh3e+00WyXr0DQxaDBoYTN2LA0aN/9x4POOqCSfehjUC6Zl1FE3p9P/xMeA/RNYHouxA7DsMHgNEQvI4Yl0o9KRWFUFgV5lZAuLUs6G/Ek3EVliUQJ41I1fojokVa4OWx7mbTkOpq+pty1guBfNwCDsydwDtmcHs12dy4PWqMDCF+YNd/bn8z3Th495PpPK7vUn3VWaQ9CkAa6jgw5a1znifb2huu80bzLVqjphz5YNzwwikKiOFPXq82GDnDmaJykYRRO5rNRHDfcCdzNP0QisUJJp9YEWoIuIdbhEICX3KUoLHmWQmvT1r2MqSM560kVaMUTDHsAOikn091CDHuQMK21JAt8K+g4rAGEz3/5Yfi5L3/j1nvvtm3Bv9yWpwV2tV8e40py4IMhg0K2uq4ZdYLQyNMpVA1DtHEZ8yhkDGmvyLLj9cpUFVEnAYSfDjd6SeS0mkzG853pfEdLUWw2RVlURZmtM27bl0maRKNxEI8IZgjVQPwCbcHcIyyqxgFehL6PiBGXZwf0GCOW1GknE4KiUJISLo1vuGcZuQ519fVhBtMAwhds7V2+mk6nJwdFy7VeyPxxIRtZpC0P/OsUgTkZztqfbZd/qxvX1kQgNKyjRiAgH0+24uTx4Wpx0taVsvibwUusGhOiO4mebIuqzqsmq8ipLMscnUt5WRUVT+2U2WKZzkuyGT2Cru9DQNGJSKEwVdBrNRIigk7VzfrthDRaehc3L8ap3BsnxsaTakwvy+YF8f7Va8MffQDhi7WmO7tf+fXf+vd/9H+0XPzi5FsUiylZjAzstEBdwJS7bxH5R5suN8ELqaqqYq+QMKYX1fFh9qgmv64sRNsEnhehPkYQolAhQ/akadZC5KNNvtgQ/IoydwEg4mSBUjW7Wq0Oj47u3rmdTsaj8chTujSmKEsEflTF7cXIUBAjyy6JgrYlozHIwpOeu16Owci+AohrZSSiwV/4+j8atEYHEL5wi3bt5778tR9+90/KzRLqTwiZgOu6CKTpZsRz663pvTALo5RBiIwFhHmruqoUV5BWm8pDVLWV9G3VlJucZXwV2aN54JF/R27lJivDdUa2Jpm3brQgOnc9Dzg0xJp1bZqjo8PJdDre222FqEq8AWZla4XxvlI2Nd7OJ4wy+2HuRdfY29XfuWo104mYgh6TePTS598Y/uIDCF/ENZ7NX/vS19778V9WiHyya2bQMAubVFmN2S2K2/K4hNsI7v5rWY0CM1sg+LvalFne6RG2EhFRMJGtDRoLCSZxkiiyH2tMs2+rap2VenFi4LUpp+hGYPZ8j6u4vbwsrJb0Jscnx+P1ejSeVhCuKcja9D2yOpH+ECxISifXykhPt2fmZCDsykzY2r7Zia5b2/nFS/P9C8OfewDhC7q+8s1/9Nb3/j1HXRrpakOhnoYgvw8dX+kU7U3XsG5sl43Dps+yDA1KRZGv14SxSAeV9iI/IJYiKIR+qH0vSse0CC30ss1ykW8y8JNPmPNZM7jKN5t6Vbvyt4aArmWDbIfe5FU6WhFWjWjCOLJRolseX+FJFJ0KQ46jwQQalzjB4nuI5bEVTjuOfwrPv/7mVxBfHdYAwhdz7V+5+tLnv3jzrR83rSsEs4J8MCQhTC1rj9kH8OCNfjqpgh8Ty80R6lR1UR4fHEojd+c7SRR7LJMBvmISJbMQGr6iiYK4rcibtGFE9OiRHWuJbnXdFHQTqFAc4Gs0H9LJ82q9zrU+DOLQ89V4NlFzryXyqxsFPFt6UhNNRxEd3HCS38VHCYdVi/w9D19DtdqXv/GbL7/xxeEPPYDwhV5vfv1b9+/cWh4d8uiVfs4EGZ70e28aT50Zltb5kt2KIn80noS+T2w1Ho2Igyaj8ShJRxFBJyAK6oZHkCPXmjLLOGxTlnRiT5MTCBAaW+3ul1VJTEhG7qYuF4sluYtrgmCVZfkqbKog8gmcfhAR5g2Zo+j6J2aFhLbi6TJs03bjpehRA0taS67YDuL4zV//jTCKhr/yAMIXel1/483dS1eXx0dOHNt2UrtsewrTkKvXFZ90hqjgRLtPIGMxeceO8Ot8pAroFJrbI5IkVUjTJ8o1LnFewVOKXD4B5GC2Lx1PRzY1VEfzAglGQh5h8vHjR5/cv7taL8kQ1R5KRBtDHmipkRREBDcIPCeBytozCB0hX2LYEIVqMMY76cB79Ytf37lwafgTDyB80VecphevvnzzZz+B0gTk7TklSISCcIwSLh8geWAgSkc1J82VRwQoWZ60+4wSFXLQytbkylecJCQXLt7d8+KIEEmQQy+SkkVRRFFUkTeY5zx+CWHOPM/k4gTlp2GwztZ73sV0lpRl4fSgjpcnyLqz1BP38yKJX9VV3dSBCcB+qChAdUzLfRaeaz9W/pe/9VvD33cA4WdjTXd2iMqKnEtUuDoGKQowXstVKFZ2HXuCa7MxeX5rl5q+OZheBuFElHijw1dLGfjh8dFhlKa6LMIwpBMjBFrkRH2u8ZAFYURRlARCQk1TVZv1iqBFdmaapIRPV8KWxHGFIb7dgEGJ92rLsqITbrLMTdfgAlEecMh5ES+Mv/Pf/M8Xrr40/HEHEH42VhhGTu3QMKd0bbK2dQJQiqsyeRSEcDM+nRVqmaa2re6EPMXDHvISbEqHEXgIr0Ro5NCVfvdHJHu36nW+tec3tq0gPVoVRb5cnBRZZqRllRpEa5wP6vuhYVWZLhvIjf30HoRezyfceZ3+DV2JhqCF1N4rr3/x1Te/NPxlBxB+ZlYQRVr7hAuwWcP5NtkpQ8h+xrThLj4PqviAq2IRe5REc40p6mhMy00YikipxgRfU5UJQTkIoWoRBL4ERzaYj621a5MnDiXeo/MQE54sjld14QZBESiJkhGa5ctAQqN3PvuJUUA7ymlaoXwewS3dHG50/E939n/tH//eoGQxgPAz9ftFB5JnukEuQJ9patdSz04WDzzSLHPGLerSaUYIbrJwdW1wJFH4pgVwqIQpy2zTlEVTx34QBWGIgWSAiuZpwYoX0S3BlZzAvMyJDwtbI2pKCLTdXQCzRFkmtOlGSrSm076XNdcPqJacT8HOJqpd27qOR+nv/LM/vHz9c8OfdQDhZ2mRj4fEvLVVWbppMKZtXdmaYuiIfgjEtltW9LL42wcocCNXraqdA0kHBh75mWUgVSx9egsWfFGSu+Zd2qBpmwpDfksiU4yikBYtGtwQrAN/K6zoFA372Rid4C+M5rqRnBNEZ4XgbmKtLr/82mtf/frQQT+A8DO4kDiX0Cgzn1LaZtZirRaF5nalXPeem5Xm8MmxGtliGFpTZDmKQF0Yp0WzouYqMo6kMpd2UR2YpUSiqPAUUJFB3x/UDzFBDWRoOUDLkzDcmBo3H1EQnqFxgVpXZVvl+hsJl1rGUfqP/9l/O/QNDiD87C0yBS2DkHZ4zRXSwlVvM//wMECxHQrDhdNO87cjKEhFMfUgRed5rua7rirMO6sbhFm2w9S4wpNwSAcQ9/osQMOCNBAfpYfpeOyTLYvnpGvMPU1POuCy6JtrQeQWQoGqV1be8AL1u//kv7z+xtA3OIDwM7WIslZHh7duvl0RhyEtAXSVTRUEbpwt+EizzycZlqw5qFz7HhrxXYSEFUnJafS9JIkj4sTFEfiUGckajTIXEJnhab0c6/EDAFBysBVY9IgGRZxEcZpEaarQYY8DXFy2U+9FvlK3TgLAdP38rUXhedvqIEo+9+ZXfue/+ufDFN4BhJ8V29MWWfb4wd2H9+4cPX54/84dRBxb04sIIl3o+X4ncMi9Dp2uUifALTs1eqE6iV1ufQqCANwGTvPWx4ssz0WN44A3rgPnN0diww0JdYaphsxMSLbpdDaZzmZBGEqQMlbrikJZzJBDoEqeDp/vtH/JACb+fem1l//r/+lfEpEOf9wBhJ8B/DVNszw5fPz4wb3bHy6PjxcHh+vlytSNE89lFTNZFyUZjgoZCKa63joVvaqSm1ctt4r5OATqaQSTnd2dNEmOk3i9XlfoB6zrEmWinFowZQ0zFTo07ONBFSoK0lEShMFkOiEEeoHPrOtGKxlQL1hWsQeqRGu2kjYtV/egQNz3/8kf/ncvvfba8OcdQPgZWEWerdeL9Xq1ybLjo+PjR48IhFWWVUXZclsgz5FvMcvX1tbDzDPD80OdtCFCNLqb0CT7SKmjRbTZcmAzSVP6mMwmqGKrquVimWclfc/0s5lari91OlHznTkRYBgFZJQ2dSs4xoOa77oG5tlP1Tyuhtt17XY4dg/Clizd/Yv7n/vC54m9Dc97Gv7KAwhfYARm2WJxXGMuZ14W1Wa9OXjw4OjhwwChSdNySBPtuU7Hvqllo6IottAdbBCAkQiACiXRBAFpXYcRtlRlN1DeoYQM0tEoJseOcHL5ymWiKvpWAfh1OEIdNmdByIn0fFTVEJ5yuhdUqGjjiYZuihNgzyU8khVnajezG5fKIha1aad7+1/48pfuffLRw8f3oiAeTebj2S5PZRt6CAcQvmgI3GzWq0ULrWvAryCPLSvIKt2cHI/ixNYoWHMWo+3GbKKXoioLn5w0zg1AyqxFYoFjpIhSSs3j4pmbtBthwewEoW4IoikXW1U+vh5NUh5lgQIY30PdjERqsSG467axDTozei3t1smBuwmgUnqsc4NiUQCxqhmErGCj9IWLF+mEJ4dHaM73vJOTo/Dx/ShKZvO9yXw3iCI5CP4OIHwRFu311fIYyQPyyspyvVpnWcYF0+uKvlZacrEmQwhAOlWX51JSzFEh7Cnp9KC01mEYcq+gMq5mjMtZ3HvR+XpFfckVNcIUBcGDXsUqGtLHaSsny80DLbpq1U65oinbTu/G1bB25qeTXSyKAg31DUshSi/mATIGXu5JwPPVfBTCobybeLtp6zhJgyD0QxDjgMYBhM83FrpxRdXw08pytV4RE5as/IlWPFVJp3VoeZKY09FtWdBQmDzLCSheGAjk08kgbYIgUJBRg0SF4fZChT+SdQ34hLe+77dXZOOZSmydAuNBAElSTAtVHiZKAIQ82ZP5r6mdr2d41KejQ4CZEFjyghZGC/ngNIrG4zFRKqFzs1xXYRVGURh3eRNMqYlqVUBbkT4nECBO1JDHH0D4XFZVFKvVieD93LQNOYTEhPlmszg+ps/QYaorCZWImmdsAhQOjd3AI2A499rGCwLtdyWmzmrkxiYuZuMZgMR1FRxLboNgEgVx4cjWJRfYOlU5l+DQ4yCIyF3kYhhoxdRFvdlsWlbTQCNv0/JIXqTmCcyPHj0qivz/Y++9fjXLrjuxffbJX7j53sq5qrurI4tksylRzTAUJWGGmhmPBUm2YAwGMmDMg1/8F+jdMOCHeRnAGI/HGkCQaIkaqRmUSHazcw5V3ZXDrZvzl04+x+u31j7nftVN0TJGakqluio1K9zwhb32Sr/gcf60td1udaampsNWC2IaWRYNB3GkkyDw4pQaQj8v7KAVdgobqBqoIOb9zBn2KQ7DVueBbf2DIPxUPyj1jEaDJMvg7oDxSUFt3mCvN+z1tiCDX2IAguV3adApYmikCl6Pl5weUWymEcLEDQLbdXM2Myuy3A+N8S2v/uwSwFGV5lULTqOWBT1ENHIQCLaAzMYoFeMcHrKig4tsnrVCaibL+v0hFPItRd/eDYMkN1KLEeXxYZ+eBfYTMBm12t1Op9NmuA3GNGkaKZuFi1GxZnGa0gPodCfzJM3FoIZHpjnSb0bfrNOd9lvhg+r0QRB+WoVoNMjyVBmwNfAu0JinnDIc8IgT1SOgKxo1nkCmtRiPMR5NlWZVXonvH5QsckGlJPh+hpQEUWDKOlyOoiej3McLDAx4eBbE3WXBVCasHPEzIUnKYBkqkguMRmMZzwJq4/haU+Upw9I0jXd3dujRYJyjLVAygoAa1FxoV9ABgLGhtniSSg+Fuks3oiRMOZ9/liNgdDHGYBXjrU4xEXS6D/YZD4Lw7/yD+q44Ge1DsQGahqQEF5CFuOw6vg9dMuY4lMBGC0BG6QrZkU3IzHSEx6YVJRrX96B6xmaAvu/TyS6a2Sr9xsE0hqnulef56EKjhLIOBRUFCE9oNCvCVPQXje0M5dYoTaQ5pCiL+ZNlrpPQ18exb7vUVgZ+4AW+wOs0z4SA/i4Kij7L0fIobaDjoNJPP5EemxitqRpmIPCd4bBH/WHQ7jw4JA+C8O/wg0qzwXBv30STS03bdlthm45tPBjs7e6GoBRxq2ahJlR2CYULbAQBUHF4i8B2ZryqU2JoD8fQUivtoUGkZOVwi5XxKAVS3FZGZeBgGPMuAumoyPA50Sii3EU/znVdiJFaVj8blbk4KWH1P4pg5ESZioKwYUJA9jtNIFbqOO1Wu9Nqa0dTOGqrhpYCLJ4pVnwCEtxRbA4FqhQlQxkgySOUCDRG3iVjDyDj9sBA+0EQ/t18FHk2HO7xMBIxU/B2wnKoNtOTU5OUP4Y7uy2b+bWKK0cKOR7iMzwaOcPi1R+CUFNkVpDm5SbNaADz75jZbifc6gV+C6qhYEPR6U8h+Gu0Z1iyu8BDKJkDTP1csTeA7j1LyLC6olAQURJjRzEcuZ4TBL7Ng5+A8rfvt9stik0KSctyKY3blm0x7QqgAm0VoEEiYYcuZWnX80Pgv3mxITWntW+pJoMlCmM97O043sKDovRBEP4dtIJlOYoGKQ63MmBngKFxwl1HtzqtztRkASqDl6tCYzbD1qDAf7LJtdapKlnGQilpBxEktpinWTwwRbhmOU9ImVJP5V/KIomysldVNiqaMvieDwrLsq8YAZekic32FSXrOGntUEQh/bKqWkWBCCk2iinHB6yNy0wxnkD2Vqx+QUGYi/INSmWqrj0PcyD+aKJOcKpNGpS/pD/GSRxGowdF6YMg/Nv/SCklZTKMUVbNxJN2izIh5Ylzjz66fPPm2s0bVp5QDWqspzFqVJVjeTjkeRIXnCfF0EErW5UOA1wkOjlnitwTx4ROi5QTqciyVbyrKMXLSeLBkA8tleZZQ5MvGYhj8GhWTlcAvOlZXQrkRJZJtJlpgV+spCZDI1sEpri0VNTeFjb3lvmwP2hNxhWAqUiDVItK1GEGy9o2Rf1P9Bio7k3iyG+1H0xKHwTh3+owJkspDSrhHDAtVkOT2q77QovO5ZHTJ7/41a+8lESbdxdVPBKVlop3EZQaWTXJo4BKdZKlKfOVYOFC3ylnLm0qIxo24UQzBlIg/UFLglIg+WFXIIWfVKRNUqpJGGLVK5C3Uqy56Sd4vEF0HTtEXwi7JtazN/hUhJ+2HAlF2eNDXQos4CJHs0rJN83yVm9vNDFle17B8FSljKQNPSQJQvmgv+90O3mRZqwH9+DkPAjCv6VCFCPHCMs4PqRcSWIHKMmQnWyxh/A8/+ipU48+9eRb/b1RmmjQFbTx5tXMobUcbRknbGoqLSayY60Am0AHibKApJoh+2Gdvs+pAMSUSlyGaMswh3NexaZJooqGBaQ8HiYlovmkH+famupPz6bwcT0ob2PJDg01NgHlUFTCKt5PXExwtFgrnJ4E/S9VAYO9vbC9LUbeQJm2Wp7ncZ5FeYsmmVE5gvihb5omkes/gJg+CMK/pVYwTSO0bSjWRKMTcaUrzfsxoMIwqEjTVqs1MT331Je+orTz3gs/KAYDleWK1ZlYcNuh/q/UJY83/Ww0yhKkRGoFmVcLORc0blTQYXCK5QRPcgplfEURzg43dvI4xK6l4uQn4YoVCKc2DSlh7bLboMt0YPp/z6ZcR+86VMCpX3WoYsZn4Xe27Vosho/czT8K354eeCHqMx5F93Bnh7rD3taWjS/Q7XbHC1thqxW0Qkhp2C6kNygIbRtK45jsxJjfeg/GpA+C8G+hEE2wA7BYQ6KWSOOhI0UMVYA2T1VK4SI4jhN2Js5/9vNbK3dXrlwuhwPqrGT4ie+lsbuzkZS8RLgMAGjnnHtKwFxskaTn4rW0sjwTlpIMbxh0Y1t1quJlHidJ/s5sTyhFJuVAiyW9EdsucxIdZZaTtSF2yfABFLpCvbD4+RjJqHpUIz+BrZo8iscqT+P+nuJOeLi74wdhu9vtdLtU4VLliUUI/cPMdGVkjsssjR8E4YMg/K/6oGS0ubEWtkPN9tGchEwDxmND6DY5diVrOjHcZTUKf2J27uELTw+2dzGFwXyzlLmFZRRHcbJb7Rascm07Go2KjPs4Fr+neHDYYFskQhUIErCFYHyNqDopE0iWlJL4Ow63ilKfkfdGg4dQdPAjNDey9OUFAg9kYlTFNnQSNQPcKpnMaIudsFkGkTec3DtSwuSYVrarqZ71gziOR8MR1dvZKEqHw3Qw8IMgaLcczysZ7CNYc3r00WjguAG8ux98PAjC/78fSZKurmx+ePHDQ0dnzpw7Kxv1in2UagtbZZoo7qbAjuXZIHKCi5XEwROnzjzx1OXB0IoGeZZC0rMoRRNGGEmgA/IH5Y8ETAdEA1RK2Q/QEqx3ZZe2Ib0rI4dWCgmiqrVKpcW0BZRdVZzrao0MLUmztMREW8pUjnxn7EOz2qLRPbQYPGeUZxBOXKwCmQrSRlVRXrUcr7CpKVTsIJOm2N3Tp3Iu9cMgDEULHIBaKDUOHgThgyD8m09fYKKyurZz5frKex9cv31raWHO++0L/0pbHm/qQD7gboknM6jtSvRRWBzQ4YTOUlaUKsUW24W80vT5zz9Dp/naaz/2E62SuEotnngar0JEDvIUoDLY/CeY9NhsiwvUdF5CG190uxFaCqAai3lTSnj0FdvNcx7D7VCKMBSHJVSfuDy1uZKl2ENYuK7nujZUwfHL5eiyzbpCieZhKWJQlBgd/kyPbhTb4aDme4iK7mhIf/QcDHVLvgeoXHcy7RbQzXf80KMgxIM0c+M4jlp8Nz04YA+C8Cd/UB/X70dLS5s376zcuLF+6/bG+mavF6WUAvxAn31krsNAMMVdUrOgZz20yq73hLIg4IEimAr0z6Hv0zHvTk0//szP+b579eWXq3LXoTgD/kxj21AZ1V1tudRVFaw0I6acvPfDJ6GLhB6vXZRYU2jZSfKXSUErkmn18JH115RUkhZjspWYU/gUeq4r2Q+NoutgUchdoIxEBS3OEYny1GNqleN7Dn8Vt5mcHLn9LPjB26oIHF3YitmJtVKcY0/OTCMTYgBkmmcgHAZ9eikeHLYHQbjf5g1Hydrazq3bK9eur6ys7Y3iojeIe8PRcBixfDUVYBoMglwdPnDAqWFiJvSU1czcZdYitFr+BLOwhulDlbaCgCrT1uT0mQtf8N3W9XfeGCzfLbLUNIdSMooOt+d1u10WpOApK+rCUhkwtbIKZkDxDSAGLYqTKRDVSgpjqTSlFbR4xImaE20eJp9A63guMzp4kirfDHZnrIRhyVaSP3zPE3Kjw2UoXgyJVeYki1Y+EOrgS+HJJqxDnOWFT9FdYTwzPTdLXy504UZIbhQNPN9v+FkPPv7RBSFd1dTgDQfxzk5vbW33zt31ja3+zl48HMVJWqb0K6EgHCVFBuAx2EMYc1Ia8VteJ/R/ypLLsNzN2tpmpIsSVgR73BYaFZ8btDuHHn44SaOPtrccZYzpKWkxwxCcJsW0IMo/GaNhuN5EaUgnH2nIVij7mKJfVrrZy5e1NKm0gFKO2kacTVuMPUPes2SDAal8s8k38yElOdAwD+EQ47BIDeggQNXwbFULb9BUAfJiyFxIBrD4tCJNRns7nZkZyoFBp40v2sfS8W1VldGoD6ojuJcP1ob/aIIwidO9vcH1a8t3lzdX1nZ2dinPQXwsYxFQ1ilTg0EMsYYkS8ocY8G8KG2bsdmKufB5p+0rMWbRZiFg3RuEiBHOFcZ0qRSAJ8Is5UkpdOhdtzM5dfL8k3la3nrrFTXoIctS+4cJCPIcAspxwlaLviRLMww4+ZtqqJBCl4a3Ftou8f2xBDCreVVoc8q1MXZSnP9Y1F6CkCVLHS4KQaHCjr7G0vG8k36Ug0GpDgClCRzXDGLQ3QHdZosEnDJPUBQZOQEzyoYeWmA7lAb3hqON9bUzFy5opjKiJ2Vbi9J4ZNhxlm7fvV2VzrETRz32A3/wcb8FIaWvOEqXlzdX17ZX13e2tvt37q71eqPRMKETHaV5lKReEFpl7gcBlWh5EQ2GEdWNdJooCBlyopiRVIk9IB0w6OcyAQJRxaCXphJt7niJQykGuWUTPkQla8OUnZfom/me78zOPvr0M9Nz01ffeHVvddFPooLrOlSdoB7gG7SLvCqK4SCjGhI1I+YkZpcIcSceixaMTSmADwf/tp7TKlkQ2jKx5RTHqY83DUZ4WyaffG9oW2KMk59Lr4lLhSg/bYGxSXvIc1N8FxnA1FaiY4UAY79DyoaeP9DhxMys2H0rbmG5g4RbDX8t8uCbb1z83d/93oEDBw8fXVg4OPPwuWPdbovC/kEQ/oObYVZpmvf2hmvrO1Rhbm/37txZW9/c6fVH/V5iaS9OY05mNhymwRHPWAQJgvAwr07yNE/YfFOJEGEUx3RiPNejkwIZ6zxLq3RqqssnUkYgwty9J/aaUBR2OZdqVs3WqwSELThPn443PMm8cHJi4ZHzE/Nz1954deXiezqNRQnbVnaWKwemES3oaqdJnrEcDUpRy3a1jBmBgIMFBfsW5gJYdSQ2+GGYbTv6PW3VbIeK94QifGHiz+EQ5EC0QyogWy3YhmozJKXMSU+CP8FmJTe74maSn5ZVG2ibUpyxeFRYO5Xrnn348c70NKagNsri5vXhqKbLjlJ98MwXP3vzVv/N9+689u5SWaUU42HoPXTu8PGjs088dnZ+frLTbf1jq1f/YQQhxUs0iinGer3hxubu5mZvbX17c7NP6Y5iht7lKIozrtLyojKOQ9zDiNQYjp2LZoeyU5yUSYo9Aiu5QLtBNtto4VQGmfo0VXD58+m4FtyeyfxRrCL2HQXvLUo5FyHtOGYQL8JkpnszD8IGcsyvAmtq5sQTT432dntLt21guzJZ/cO6k2W2k2ikyrRggEuJvUQhXkpKNoUGGYptPkgRZY2b4R2gNl6HsusT3W1L2EZSOTPoXB4qLC4gj88RKB0jRyAvErWA2HgdYybDlfy+oTKZxyQNcRjOHzlsMYhUa1HPqeogZKY+CFL0wuov/tzjq5t7S+t9gAFLPRjF65tXgsB+4aWPpqdaRw7NnT518Pjxg1OTnXYncF3nQRD+TCvMNN/Z7l29dufm9bvLK9vbu9EI6igZNUlZVkLLMy9k78zqJ2LrDE13JsRpEVbyXFsU5nOqV5MU2kjKoiRIuZTaQY4cXiuXEIaAdBKYgVDZFApf2A4kqAyMuo6/T8QhhwUSCTDbmDwWsstjhdGcSrGSR42aui47bNuHjj72C1+78toLW4u3HbSRRQVlUNSlYVglrfaoYCMnFrNgfBnCSDw9eYehsCoUFLkqWXBNXCt0Mya1hCWhKiQ8nnaaDlZzUWpRPnRC1NuOdID4SyRJW4RMOV02lAxBKkCyilUYm9BCkcmbEjW5cHBidh61qC3LDx7fWLVlokmOGESdPbPwmSdPL37vDbQC0mNr3R8VGzur9CJ7zm1XV1PdcGoyPH360PnzJ5984szEZEemRw+C8NP4oAO2u9O/fOX24p3VmzeXt3b6gyjK0jJJCks5eZkxWAzRwk2QNns1jACcUkxnKwGaIJG4MK9V1JUMopjFdS1ZalE0phlg18BU87Jbsa0KMpayWoFPp4gC27JCyl0QnqjEO0nKzuqThHFxO+OFAhPRKyoZKStYIg5DMW9lOX+WzfsM8O47Bw6f/4WvUV26e/t6OuyrHBQJihY6bZNT067tRBEsQXHMi8rkm4KddC3WVtJSo1byqAQ00zSoGKVqOd5Sgiqe9XAJyp8UUPyFYQtwPFvON38ld4kwFHUtpEcpbc04iqkTujIDGsnLFs95CuX4c8dP20GLK1ww64U3UtbQO5lS8xdZnm9duHD2rXeur6xHIEByGPOlYEMdB6+Yvb6Xbvby26uD51/+4MB89+CBmZMnDpw7e/zUqaOTk+37jLDv/D2Kvd3+8srmK69dunx1cTBMKHskcc5HGKhoPliprVVDG+XyEl+LKbnnZEVtMc1hxYnLwbQmFncFVKoUAjFUeen7Flx9sWk7U2SFMkdfHYIUEKRwp4Zstll27Tt5qmYvp+5JibWrGTNcGRTdHL5KxD+l5vQclsOmBFW44fTCwz//lZWFA7fefUvtbltpTG0s5QzdASk2HEWQkRmNstFIGQ47nljO+3qrXuvLg2H9fCU0ClnBCzUXeBxuF7GENxGpKdG3O52wFdqe2wQqR6OZ06APNN9HN4sJMSwtmxeDh8EYWpU6nJ7vHljQslzkWbGqH56ZWlXjG6NqYaHz7LOPfe97b42SMGMdKyRqrXMW+EA1UULVlPnI3tpOvLG78t6HS7b1xkQ3OP/wqac//8iRI/Mz0xP0KtW5+kEQ/leMWEaj5MbNpcuX71y9end9i5q+hFdl0PHjTYJm8qld8QDDQw6ppL2R02Pe74oRk81qClNFrCjoWyV5RTkmy7G1yzGvxDiGLnyHCs6c8Zgso8TavKUfuJ5PhSiVrjjqcQxdanPtGwdbNV6H7oeiaZnqYamNFFFPLxSWDPzB2ZWPKauD0rf0JmeOPvYZxw+vv/Gq09+hHA2VFw1qeuAHRbczHAxHvT2IZMcxbxShku1Uso1kuhHza3l1X/AYxTY2FayAqGvmles68nK5fkAR2J6AUK8EiQgWopIc+5DqWq4S8dA2RYZlgpI5VGg2cx0cOfeIH3bcevwzPrJqRsdj7zq+yWeeOjvopz/44UfK1bIdVTIXKjgpG1ZHJdNasLVw5Va7w/z19268f2mxFTpHDk8fPjT3yMMnDh+en57q0hP8BzrRcX6G4Zck2TvvXH7z7ctXr68NhhQx2NRxxuArXQPOTO8+T8jtGlylmmzDviiVrAXwb2yRybRuC1ksK2M4hVn90Qi2fcgeOEIOVJe8kncJ4J1SrZnlhplAQR74lqPzygj1ctF7b9n5N3hqHBK4GZrLQlyVeKhrwKM4Zq5rQasipyru8MOP0vO48earpdrTRcZdHttjlz4FY7sd0iMZDgajwVAxxZ1dPhn/puvFCGujccaT5GaJHFPzABx8O3COw2631W47rLcvr6R8yCpCYqa53cyxNmuSTz57epz+zKGT00dPwK9CRjpcJ+9bghvS8/gX0YVnT076P//z51959UrUSyy+KVhWh8r2kmt6LGDgqAGxSO1YVct3ZOcBseM0iVR17cbKtZsrr7z20UQ35OHq6XMPnZydnXoQhH+jUefdu2uvvnbx8pW76xs7aQZZo5xX20AKQ4hdc/2peWRgi01K45lpwCJ5wSRyhIoIB1aaKkyHmi+qP1OIQJRDaGomvUEEBQnmDNCb6HhM6qHmMIVuA+8vQLqlv213fAdISNSn0NhFBNoVS5mhw+JsqMwU1NDay7FhjTabNH6E9edh8ci7toxhOKilU+Rslgi1USyWoKJTdjx09qlWMHH1tR8lOxtuYXYjnDVAEapgvTTV6+0lo1EeR0ZPo8KCAFJOzEnMK+NwyBNRYEOBgDNDUejf0P8FQeAE9BuviTrLbA73f9P8fvzK1CxaY7b2iiFv2Fb47YMnFs4/EbS6lEkhvC/jUvOLHxDYj9DRGVuuOiIpMDvT/mf/9Ok/ee717T49+IyaXarSPdfJ+b6UlQzmTmnuOtL3Vry2rOB4Q39FLbQNiFJ/kLz3wa1Ll26GgXfs2IFHz588d+7k/PyM6zkPgvAnfNy6tfyDv3p9eXWnD/34nOs0U7XpWhLJggufqZTkANUjwWofsVWrA3LTYnNsg0hEgUffMIryfn+4sb5F7Qe1i0ErAGqEiTbKeELDjyFJIVxoLKld6WQYFV2U0HPK8iRK0zgbr6N+em4fK1O1zG+M8gUnHBGGEQMWQJ35imnEC7UXzBw7e86yly6/H60v5vGAIZ3oA13u3OD10G2ndK9QHHJlLfOSPEsLnhQnSSTFOE84Ube7rDKK9QykCn3PRxzaXHYa0d563ddkv6bO/0nP0LCnEL5VmWrP7R5I/NnCa9tQb3NMA2ma/LIpzpHW6lq92RzCpUPpCxfO7vbi5773FpXYLIrMcD3NDTyTOiTd5qVFfQRQB/jGFJPKGdHlRK2D6C3jlqU3MsqrS1eXL19b8pyXpiY7X/mFC2cfOjEzO8WT4QdBWH/8p//7O6M4r+guxDVn071ss+lsVUAmUIqS8V4rZw2yBgrclDoyFpQTIcSFGNwFuPENBtHq6i4FIavTemEY8I1ojlqeC7kWbyZT79BaaTioeOIoxkiXjKpEqokiOvBRJIemFtq2PjaYGVtJ37OeZstNU48p7mPlcIv6tXB/G+Yrzysyy7WnT5xtzx9OtlfXrl/aXV20ksjF4LYUdiAkMQK/Ozkp6lJG2YlKU7gqxfGwT4+7ZLNe+kx00ZbR57VleyerCB7RmpBQ+2v35uOTaARz+RnPUsuurLzyLy9mtzev9dSdb6jgG8cOcLKyGtlvee51g6obJrS8wlyR0zufUfn/hc+ffu/964vLAzhkMPUYLb3KVdWQKCvxU6TvkrPABxVOSVaO4qgCBoPKCMWYc6Rd1rayoqTqj/b+6I9/PDnx1pGjcwsLM2dOH5mampiamQx8z/p7Nsv5tINwcyuCf7tKGdFvMVwYJDS0X7yjK837ZEyb5fVvEqD8V44INUvctsEVkPIWv4Pl5gad300YFlVVqxWG1Ek4DssjYb7KkwwjKMhMPNFbYk8FASlbIhkmYi6KWrjRKJKt2yfj7ad+mIWB8IxqSI1JBRKHIp4rOtbo8Rj2DdpRu+W3TnYPHVq+/P7KlYsqHqokscbSVJ23dJ1zCisMWmW7nOg2k2SGuRjqvWjp826Rh6isPdXoUzXJcLyFG3+m4yAh5mpVaVmsDarnXrgeW62w2/njb//woTPHHnnkeL2kNO9X00RIndPgufnqswsYTGXUNkx1vUcePrq6cSnJKqY0KuZGF0AVaGZ7KV6/akHBAfBaSbbMAPsrYnrRqjjJ0WtgFmzxrA2HZEdVK+ujK9fWKfe321an3Tlx8sipU4efffYzYej//cmNn3YQDqJU5haaXUesLFFcmLHMiYMBvSX6YcLhRswUEMrlswJcM6Z8ivUjKAdQyRjxxq/CoKIYjqI7d1cTej80ZMUoB1Ipm0HKGlxzkSSr0EHJoVOSRri/Ua6Pa1TmOmDopPBaKKxgbWsPwr5ig8lUcbFjUYao/omFoTnQjNepA7fuI/GlJiRk1YlFiykO6ZnBt5AvclTaujry8FMz84fuvPtasr5sAo/nEgaMos3M0dEO2L0W8ydQhBYQmGnmxkK2kszZNHiGdW/uoCYIm8ff3Dj1rWfVEQicw9ZO9t5Ktj7MlZ2P8mFWFS+8eOnI0SPTUxjNYCtaXwDC1KiBDvWLI28EVpnQyKJi8/HHjl/68OYwiuVgMCiIXiUoejAvkd61yuYVS8XuiqZKyjhQeRJeYP9kpzlubg5jahcBAoaOKz9uZ9cKw7w3si5eXnr19Q+/+IXzX/7yBSpo/zEGYVbRS1MxTaGomwz6oMikEh9IMYsqKRscH4urGnTnAmrkGw49Pvuu0Bs9ipMophYpdrmV397ZW15eGwyH1FG2QuqAAp6JGgLPPq2mNPUVfc88y5m/w7tlrECckpWx2fldko27tradZxT52kwbDKHHLCR+WiqsZ4JNyWdyFyfeot5AKrb+bKgYLJsoajHUIXnB3OFTn/ni5R9+h06row1mbLyGrEkUFcYfENjnnTgf02a8OVYH3gN8/ST47pNdrnwJ1x42WzBWtxf7L7y/spwGqeVSFewrHZb28y++P7cw9c+/+QttF/PmUm46BuZ8soIwmFOGnIsb44GF6WeeOX/7zmul5cmhwFVlDAGkYMGcrOJBV5kX8MyhhG/z1sJixDy9zaXsZI37I/8wiL5x5rcTzOFS30/oeN3sb6+svnr5yuJv/sYvzs9P/aMLQrZUMFQDMe0TcCN3YgIi04ULBXbNNkeU8bCl4CqRl1fg8owiZL8IfFK6IKlpsna2dxbvLPf6Q6pJfdBLsaZXWFoUGGHWoGrZNVtG2p15Npa4QiiJCm3wXwyzqqgMzLa3BtEoDcI2H4CqKU1rA0/111SnlsR5M0Yab72kFTTDUs6HTftkjr4SiUS7tINR0O2pls4GXVATy0buTcozbb4EL5HBy+IIS+mgxsnHTSV/z3pzLAeO0//GJ2E1RhQWhivr0duXd65uWCOtwnaH3onKcvpRWW7E3/2Lt48dP/L0586WvHfVjj3eUn6ysjW7E3qPKsu1ygtPnnj91cu3F3cr5Rc5s4whR15WNZU4N0hZrgWy3GBzEXwVz/Q0YMNSgeCzMKjjn2Tzc8FglR7/Xj9ptwOug6233l/c2v32f//rXz9x4qDvuz/DILR/53d+59P8eX/w7dfkHTGOzSi9sCfg2aZiR/WKcdUFIKKwSxF0Il1zKCyp3uiP4gG15GnOzny4+eiTb968s7fbB1XCD6jJZHBzxRKbZi7A7xluRHOz1poUUiciBiBib9z2Ulhw8n5SqW7LfvSRo7Nz0/JP904vLPWTUsr4sMMcO8v62AR1vORrSIk14kzIEBWz/DS9MO9/eG1pZaconXbgMfJTNZ8plFuZfDSKo0JrGmsg9x/z+B8/tgwcD5KPxaRmRnE/sl94b+3qWtqvgsJxp6cmUT26bkYhZ4cUNPFodOjAgqVyW7Bw9sd/7k+o23nCy12GPT83s7yyvr09LKjMhXqd1eyBKz4kDAICCDGFXRy4nzxnslmDh/dHLNHIaVCzcoDidKpZ9EPzpcnKr6y+Qy/szm60eGeVwvLIkbmf4aL/0w7C7/zZRTriSZKWdaVBrw6/amgHWdMPdQjdagmFGUIxp547TnOKPfovxV6cYbsObUBeSNMn37mzuLyyCvRJEHQ6XQQha4R5vuyjGXtVGRrq/kBibHzHvg8UhMZQIUtzFlJTNgtbzM22z5096nrCqbOssUxoNf/z0/YWlcjgmwpW9myqbplqopQEUjPbEHyCTEQPnz6zuLz3weVlOmtdX7s4UY7cEcrIvQnAnHXfhEph5O3ru0LdEwkfG4R+bMxrYg8Pue5qyyoq3OdevPPOchF73fbU1PT0TK83bLW72Ls7Hjdm1WAY//CHP/7+95778rNfoJPNdr+2Mv1n8xjquVU9NzZ/qqzJqfDYscPXb9xe3xpluJFznlQ1qRPOU6yGrEBDMwpXjGQqYTLH7gGKLckNMIN7EXtfFISdNyCi5VDRC8RAmud7vfjq1bv0bc6cPvSzgqR+2j8VqpWuR6e75EAB368UIT951QAIKQFUtivtUhOQlTrJFZQnCivOqjRXiEDmumq2ht3e2l5dWqVX3W8FfhBInLme42Ml7bBeGLb/Njtv5qxMW4y1TM2JkE5MgFqMkyqoqEnLvB+Xt+5uDQYjAHTAH6i1c0UjplLNr4/v1JpfLFUqFCM5DLJvMNmM33g+OoXor4k8jPwTZLFde3Z68uvf+NqRcw99sDS8tZEXCnOsku4ukVlkQd9a3lBKNpv3CJbIpEr9uv/rE2n5J18fbA+D+XNR9KLq+XeWPljOC2dSOb7lOkmWdCYnZuZmKyF82VB0y5SXq/bb71578cVXSgM6L43bBZs5qqoW4mgUpizh/xpKxrFjU7/9b/754flAi4wxkzlsVxRVMa5CGc8Cw8iNOV3TMC/O2BKxUBYyJNuJ03/xm9LCL/h8iBSrlWE5nKPQtUr2IlZJUW31sm//6as/ev7dZnR1n2fCb3/nHcPUlgUQa3Vyn6bNxVaZObgc4HpjIbM9A8KSUpN+DfZ6y7fvjvoD1/OoRXEpwiE1yJLu0Orz9m9RebZjQ3M1phDDKmG6iRCWqKhs/g4Uxb5vn3/o2NzspNDIP1lVml7O+uvW9x9LO/u133g/Zo2JZTTwt/oLdasTHDp+aGsvvbvci3qj0Lddu7RE+BQtICLXqDDV23ID3TEd6j0Pyxrfuvz1ORxT2iJf20jeutp/+cqwZ3VLhuIEYdDr9w8fPkS1Rm8w4Hxjh62Q6VJqefHqnZuXDx1cmJ+bDYKAd5NKaFHqnuLBagyk9l8cy5poeyeOHrh06Uac8gYX2h+FJTwZvux4wyQzG8PSoOwoFGdLXoQxEIIBm5vAxxUvPTnvlguRxaIYTrNy6e7y9GR7arrre+79H4TympR15WBUbHnmYRbiSip7c4Cw+BJEWGkiU8aJ9NlLt++uraw6rk91kev5vP32KABFqEG6rKoewX6yTWqaIhx9x2I1B0Gx8HCchY/CIKDb9dyZg8eOH7CFxFHes5pvSAzVJ3bc9blS4+3f+Mb/nskkL6M/9iGzKIBotWq3wunpAx9dW7344c04zluBq4q8XnyYUbOp+8TJUPSFLROE98xI/vog3EcjFFaa5LeWe3/52trF5XzXmlJ+C24yoGM4wKC2Qj8MkFvilP4WUiC+12n5y3euLt6+/Obrr+dZdujQ4YnJCSBaRT9Y63GE6sc6UrM+UeX8fNe2vVuLK1WhKelZglVgQJyscEsTZJoznyWrxbr+1KYhrOqXRFRbm5g3Fx8GY1L9swRHmWX5+vo2lUlHjy58ykzinwG4jnncVs51e8HVoeD9LSMeDVESo4hQyB4Pg9KyKJsUIZis1ZXlxbt3qYZrhS0vDOFnwmkk8LAeFDLbx7AsImQmf99MI2W7XS/zbIE+u1R02cp3PXDtM+vO4no0Sh1qyBo7mDHQjDT6XLyp5u6Qfb0cHVUPIMZjEo+EN2a6ISYIG4OBk2ma7OzsjoajW7dvr64ura/u7e1Eg9i9uzqM8tZgUV1eWp3289NzwcJMZ34mpBeAJ3yFuLlIuSzESvMwxovvenMiler+PzOegUtRUBff/mj7+bc3V4qZMmjZVN/bbqEw9+R6uKLo2NrpdyemBgNgJZi3WVAw0kPZWksXFxf/9//t3/3B7//hv/q1f/nUU088cv6hmZmZbrdDsVqaTtbUAix/gN0scDxcgli6/MbXnqS79Ft/9MIgo4fk8LBUfFLZgqoy82eIMjK7UupsBnjAbEfezQKdNpWmFePdmeXJinhphvWj64fsMlcw2ZLaImfx7t5z333r6rW7/9P/+KstQ+a+H4MQnY8A8nlbDrcEORW2aJlhllwASlIbfQmfwkAuoPXgOS4UyLJiZWmFrmov8L0gAHmAIpO+DUO0xG2vKrOqhnGOYT6qBvPVJBxsIyub11NG5ki4ST472hZFur6xNxzGkxPUndjVvVPEMVxldW/Fp/aPflXPR9gqUHSC2TiUjdMq4xnKxPUqy/OXXnzp3Xfe+eCDD7Y2t+4uLY8gKED3ldudPDo1cywMJzOl9lJrebu8ubq3MBkdXwjmJ/2jC62Jlgp8GBq67HgNpAn7W0jJZ5x0TYXGFUi5DwXin28JVptepI29+PUbveWsnbnsp4ajyvR+WBtSH1js7I2wRS9Rf4RAyVVs22aHYYt+hwWMZd2+tfQf/o/fnZmZPnJk4eDBhUcfO3/o4MGDlB+PHmm123Tj+T4q/n1hRV4EWaXledYzF07evnbrlTcWBwng9I1RY8kNe8mtLosE1DQrfl5IjRjbsS8rLnR5N61clQxg0HInlkooOTwdpCemy6zI6LkNo+zq9bUXXnzvl3/pC/dtEMZ06XHewCkERcwSWCh3hiVD7m2RekbW4itNEiYWDDx5l2qy3+9vbmxSVdSiVhAKTo7IqogLEV94FQtW81qprO4hmCrl8qFpOG+CCqi7R0RpO6TjW1Dr5cCDwekPop3dwaFD0/gR5f73+Rt+WLVUWZOWJSFr26q555ifFFn20aUrf/7nf/V//of/tLezxwZHGMVXGB3jihiMqji1Dh52Ai+sHD8r7Y203NtVdwel74ymwv6xKfv4vDfZsQ7OtEN0x7xchaZ+8ROWEGpfBsb8VtxPK726nX3nlcVL61bqoNMuKDfJFs6WSKUnALoLtBw9d749x/5wue+7AK9i29oqFKQMVFFtbO9Rwrx54w49kuf+9C/9IGgH/sL8fNhqaceemJpot1szVGcfWPi5L37h8PFDlC1B1y6y+Sn/t37jF/Ps+z9+4yZ9z1JSJcxsxBYEa0N6d0TyQwY9GVcWOap0nKSq6QLQIRu/AB6JO6z3j162lsfDZwmYkI7anzz36v0chBlPJllPAdPRDHAjlE7sKWmxtJAtwg2ySwRQkDe2bMenBIdM/7q2tkbveqfVoW5QYlWLRBFHKchQotFkVaKD1DBNGxhn8zf7f6zYvoFHd1Pd1rFjB2Znu6rKb9xZHQ2H1Liff+ioqFt/ct1X3rscb2is40f8Y9horoelnYEm6HAYffe57/z+7//hO2+/PxwmdBy0UXBxeAUN1EGR9Xe3l1zfn5s51GpPUiTYLsQzImXFuer1i60ou0K5seOcXciPzAcLs2HHr1xRhLp3Oz++QDfwNNm0KSfO3L964+qHS1nhzUCzwLUr6agdvMJU3SVRQoecMh6IyViumsIyS/NhNBpFhbK7lqJrLqtDXGdAtNh5rKK0jAbp1tYyyyhW9A1QxNpWGPjPPfdXjz5++uTJ4489dv6JJx+f7HQmJ/xf/eaXrt7eWN2IwTOU1o6LfrZb1YLv1oIKtgSSDgCjOMiVjGGQPZBdK4LzXhibfRA+LdNAlnIywcUCoXFnL72fe0LK+pCpSHPHdZWEHL0iVH+6SqSiK7M4MR7OHF1eVqR0bwVwVMAn7e3uLt2967FGCrN2PPFSAFkeCw68pqWBIXLtUlQNTU78peX34+mRh2xlnhVUeWHG0HJvLd798HI0PTX5zNNPzk6EVVZUeaY8+ycv2YDNGcde7gfhxzDf9YC35F4UJdLudu8HP3jh3//7/3j56vWMjkChC+1S3it56QeeHjWo9CplSZ7upenWymK+u7lz6sxj7U7Xgyl8xYrh9IV2P3d2ymBlu7i0nXevDw8Gu08caz10tDs7a7YeY2vAWtRexmP8utFD3u6l33/pgxduVonVVr5qtRw/CD3KX60gimMLQLNKHDToHaSfOuxn7LXoRlG8tbOTUaZ2J2cPPDTo94DC5sMutyEXKC5SkatlX1HyOgHlgK5GeXnxys7Fj37MqbY8c/bUM8984YnHHzl18gxYbfTKM6UzZSdgTGGl4Iejoy3LD6kpuDBF/V1yPjTaQFLElpUgeNlsAJWF43v0svBUwsCVufDIik+XZvFpByG9VJlUANrFrouSGPN3gUKmi92BpGaOgqOQPRWPbmQ8o2SuRi/zzuZOGmcTM7MYi7tsNa1AARYlJbkT6Q0XypLFsp7SqfPaXotShmEwmrGkZj8ID5w4G0onvX6SxHmSVKPV3e/9+Yszk63jR9oXPvdIO8s31rcHg5Hn++02OO+g6EkjCmCGbRlZpH2RMsXsV4sXXYL2BMw/z+hM72zuXvrgox/+4OUfPP/yytpOUQSYQFAZ6QHQzvyKoN2Z6nYn6AxF0WBz6Uo22qGbLI72NtZW6POqJJuenoLfKH1kbHNRoopNKjVKVZw5vWujW1vZ5x/uHpt3Wy7rmKI8yEXSG1tu8XrCoaZWW128uvHB7aiw5+hstMKQakUHq12XDr9irUWHXljWjDJ6kmWR5NnGYLDbH9GL7IEW41dZqD3w1cwUC5LKNgQNuNrxwCzjV4EzF7vW4HdxPMiSEcvn6FuLxfbwo5ffXj51/PooyuCJbCCDZrGqlVRPUNXioYthZgkqwChNjiEHHYZt8ALMIAQqhn0z47gqsa7AYEALTr28r7GjbNJAL5rOqIPOK+7NzCpPZp6oOV3MOflyzwUg6LC/F4u1FMNBvLa6ZtlOa2JCez69gaX44jHIWzfaRFUtp8cgsKrZU9tOo0pW8ta/SYyyQOdVPtZN1GqyMmI6TMp8d7S9t/u7v/eD9fXVt95+P4pS3oCo+bluFy3NxOzs9NzcBKXqyU6L/opydHdy0gd1TQWB79puFEf9Xn9vb48CeHNja31z6/rNWxffu7qytBEnVVro3AqUq1tB2wtaE9PzbtBlIi7EwulkF1URR7HtTWzc+TDpLVflYHvrJlXxswdP9YfDTjd0qH31gFSHmFWUJKOMjulmrgaZvZGUy72thw47jx5un1xoUf3IpqMQTcQEkaUSGddn3V0bvPj+9nbesbtBm7rt7oQfBnGSJsNenia7ezt5ThFHtyhmGFmW8bCSflaUpnSpTkzOHNS+J2wqdjHUTK5HT+4jApltDAgFiyxWZlBHj8N1AVdyW500SXkPgcu01O5gZF+7tUGvJ5XC9F7wfq8UoXRWMbUaQCy/g7oQNKkU3gZpXI6jeaUi1WyjivRP39NFo0lnUWzPbQPlv68zodQSGSt8yokX9rwAIATr7Pu+7KxFOAWvOIO08AoWZb/f39nr+WEroErMheeBzQQebZTXsZJiskxdBFaquQ7VmDbUx3CSPOkWqAAUQxuQMZ0Xqk+yUiWZ/d0/e/v6rRtB2HEcOhYW5Z6l9b0i36DEQ2+3j9lQ2fGpi7JcX3cnutTn0JGjKKWis9frbW5u7u7upmk56I/SDAtijBZtF3wAL7Rdrz05NTt/gFqhyal5uiyyIsMuB8QKjIxD7c8snEij0cZop8wHed7b3V4sAFhvUdxT0djtYEZVKdYLyBlIUlJp5VDdtTK0h7fj3qAfF/bphSBwrIJnVob3yHdjqpw3L2+tpX4Z+t32BGS5bSuNhv29nb3d9dFgm154cAnLHOZowuoy8AC647qu23YcrcwGmN4ulwVKOd+hRvBdLg5RXnu+KCegxqkw4HGQa22ndF2/lSaZg6Ex5Di4yuEGkCVVa94J7ltetSuZdkoOrGe/+3xU4Zw1A/DxlZKA33NwU4Cm19pIHID4BnEg934OQmFOSB8ilg/yUQcAcuM4lgU7XrY2ofiFGGZRrays0Rt04PDhyZkpOOIyJ40LHpB8qAmRjWyxP4RQskqybenQimZfBx0oZZpDxuxXzLyz0YJkmVtb8+lMxwn02qpCzx0+bSFsINVrFxksibhwxMKJO6vdwUCllY6y2+tRng+ZwJhmaSzrOBTJOf1vGwYNdNBaLT9sU287NTc7MTPf6kyGASxZahkdNxPTwtIKqDpwlDs9betHKbHvrF5LBitZsrWzso3CXlPC9Bw38MPOzNTC5OQM1ahxPCogs08RUyXK2Uxb/dVyMc5Or2Y/d8zphAkdfd8JRMJ7p199+4fvvrNSlRNHZia7oR+MRv2lWzf39lajaJtuGdkecULhJFqM8UWMH6JnsWRiiVsPshMCYRU2MpcZiq4kTFUZRAN0oc0VCpej9BkuXb7oR3AlgGfIuc4G2rMEnxAljBHRooK7hmFUqlZ5rEnb+wxJywA/eF1hfRw3LymB0jk0ryxK7AlHtIC37Pu6J1Qwh8CorDCtIU80kPhka2+NuZcw1YhNaEXiXetosNcf9KlTmZiamuh22XzP9T2f8kzFa1yL7QcrMbjlLQXacUsmNDIO0JVxrqwsjkthD/LOSXTecTw0r3cNqMZmQ9qi4tELZuWQlrKESGSJbISHnha9qxsGuGXyykuTgl3mqZArsqTgB4UqK+caDOGuqWSdmpzyQq890aHELosWlHlMfGWTemBDtVA9GOTenpiYO3yKHu36rWGV7lgqrqqoLAZV7uSZk0Re1Nvea08dOHSCvqHbCpEwbGxWkeK16lfqo/XUTgdnD6mFKeW0qc8rtvbSl95Zfvt2nHTmDs8daAfu5tad5aVru9tLRRmzPzHv103I8alWQhoSPper7YCqYchMiRI5BLOwghKlPPPG89PHeh2xaktfppkpLbqGbCQFYQ7cdiqrKZkG0NkALXi6ZTF1i3EdPICrAXvs5si9txI5Ia6DGHpaWfU8XCZn/ObgvedZKqdsJSoIurLu63IUnInKGIqg8OMrjY6lAxhRwQcZ5QdVpEWRi8QTN84sQFhWm9ubdGomJrt+GNLJ9LhkCYKA2hb68rRKRUalyMt6HV1JaFm1tbzYTvOpQOlfioIGCHnKcx1p5blIdgQuJ3Nx+jlGlsbSxoiFSTJsPIF312X6HP29R1UVpeXQSRJPCmwqXw2XXEwLU0j3u6w42G6FXhhgGmQ5GDBUWWUs7CvqvfAN0aBivM7EOd6DunZ7aoZqgeHu2nAr5U+gOMxYEi6DMlmZ7aW9wXC73ZkJIYJGBao9MzdH7aV0zfSsLm/mW6P45Fzx2bNtlSVvX93+iw82eq2DM3PzQWjfvXvl9q13qAcEJBuvm1OxBlOj+DuGPRCcdWA5PoyNfWpMTZnAL7PdTIOlCzC8CmRFx6rLQtyTJbcBbGMqWgGlLms8oAGn79NQLZYcLnNWpGXPcqxbK5GDK9k+oMBwtDAqYSzQyuxwa2w2IWVuxbSMgi3E3TxLcQc7ssC4f4NQCgdZ4lm8nCjqDyyacpB0paaXYKCWDJo0XFFkSbK926e7cmJqGuojZrVF3Vrqwl5zxG0koElFfWC0zAYsva8QxVR7QJ/4LMkRgfwZuC0Vk/RzIdBb9S6BifmlqFNj8sgrXYbhUFuYCQ+YHmmDiGTifFWLVkB2oWqUCKHZlHocgXi+9HlpamM8DByfmHPiS/CskS1loZLzTxdFDIz0HbfbnTp65pElqxhu32IYF5W7mWIPDL7dMEDZTQe727Aso0e0vnoLEPdWd2ZmvtsJSy+4M3D2ksyzhlNh+caV7ciePXb6ZLvVunPt3bu3LhbFLj9eNvSsdK0+btU7fkk6gAFUKnS9rt+emJyasrm9YilHSYCNPr+qLRxN+NKzM3iJGl7LP8hqgEdQBuIuTnY5oulvWjtG/ze0Iz2mXqN5XVHVb71MYhp51UbvAxA5yLY7jVCtlavA90p6L1jAJi+K+7scZdRYVYzjmOWSg2kJ86BlZiP080YQiV60QZLu7A38wFcO0H5080PmAOzMgtk06N/AT+Er0IgCa7N5bLjtxq+oqsQ+j34MLoKqcgCOw7fSY3ZoYumHegzDWxirxVFSYrBti49ummYcNjk9Ugk5edhyJhpFQ6MvSH2pa4dj/UbJ5QDdysMoDpWnlGtun4RpTaKIZDvUuEA1WOSbqPjjkn1m/ih90grF33CnSntlEVel8XXgc52bCpxL2qyIi3QYDXa2NpYCv9OdnJ5bOJTl3p++uVmUo0hNn3j4TGfCu371o9s3LlblkImwKDKRouRY13tycetG0Wl7th24/pTf6nSnZvygbWsBbYr1r6nV5TaRPW0NH7eawlLeWaknDQS3MC/XGOuauRSIHPtjmgBcaxTQChNVxTrmHW4gx5UEmvFMg9LjEoYrnZJzqbIcz1e8uP//1C75B54JeQzFDq94vSjw0iQFZUGkcjE+0WjKsfZzZb/nujgHJVRkdrKinJ2cQo8uI2m553gV4fCJz7CDsHntwxQ2xjqxoLclWE3hC2p+DMKPkgCuOFQk+Fl1o4Y68xcJthKmM9Ba550xV6VUOLHQr6y9eOLE/V5hdAclhmEAbOQwDE69ITGhCIdfvGNn5nNyo1dfJxxlaIY8bTIrG66ybWdq9pCjg2jYL7PhsLcz2FlO4r4qs3rwxEZIGNtQ2xy6ri9CyVlZbG70kkz5vpfEiec7Dz98tt1pX/7o/eXFG7yq8BVV+v5EK5ymVyLPM44Go9ODOSUVqBjEhI4bUH7FKj9oKS0qXZDq0QZ1KBz2WlxYxiOWoMpLs7llmLUqJbNpo5FVG6qxiwebh1v0yrsFnxOeb1lczSKhMXytZkVrq4bEVoKMF9Z0QyGWTVZpbOsM1Amjt7z0ffSjUnrwjPT+DcKc5bQxxqwYolFKo4/MmCcpAo9F6C2VtjyvqtMk3YCU4nqDkRP4QavFS3xhUFfKMfIHAqKnXjGO4kK2umJOINFumZfetCgseaah7ARqjAMkR+lqzEMtLrTyuhayccsqESl0mCWscPOWbBRFf5kxaJgyoWLNRV0W4hFhgTaaZ8x+QpyzbyFE0OjcS80pazKBg4k+WcUuhnydF5ztHDlPHMk4YmI5Kkpl9K1aVGC6QZbN0dGJotHmysL2+u0s7rlojKH3S8Ht+oFte2Gn0+p0PPbQjYbDtbvLcZTGMRWy5ZGTp8J2d/nu4s3rN7AJcGZAmOhMTU3OttsTlPlHw4i3u1WNNkWBKmIhkCWGlIFDoVia3b0lrBAxeKGXQNQ3GJ4nWoxWLWnFOwZbGIIWT8zkaekCVbcR3i8hgFwCxSFkJr6XbMnKBT5btlG2IDlsXVqA3DIWtLFVhPsqXUei4W0kngWwxqNji08jvZm+70qlZuX392BmvzLcr/7luKcJVDM1n0KxTIHOBCumSYeQJEnAHx6ruFs1DE0uWjEVqWqKej2/5tFBPRMX6EYjJQx9vmIfO1pXLIU2W5PaeUarRrqX8RQKU1WXHnmQJJqVsA2cg/X1ytoEhqXi2FRQ1p30t0mZaiBUzdKSj0DhlNiwy/TA88TxpnH8NbVTI5HY7J2loEIf6wd5FQXtzsTsAdvx9ra3PTfQnh+22xB9hDq9brVgFcxyg3TU2nlSbaytJWkyd2CBfq2t3r129UPb8ywvmJmdt50g6ExMTkzkWUYJ0wttkPryosa7KYG40R3nUfpA6+soUTeti70GlyvXjfmNFLLanIFGkpwlTZgxCex1IVv8GgVo+kBRABmnO8vJUeJFxQZ3ojKJWHRtWYM1sEGEpyRS4yeHbzlGN8X63qwrxgw87tsgHMdPyyhZghCu8ah8ckZpc73CGwuPR4WsWk91QtXpdMIwlLcWWj81T7RZDQkYQMDfJtpF3ke2H0U+HnJyuOUoUMUm8qcu43UaCRw4kBaZ0IjxcyGqmUPQzWaZE+3RNU0NW8FaCTkfGDizZPuHTGYJIv4l5VGep3WDKsq8/ECBXM2pOKc8hCt5rJmUJ6gZRcQzd5sfeSFs/lEaS9HotX3tzlVOOBzFjh/67U7YDnwP6B+HDSEw1qfe1XfaE5N3l5Yo8Z88dVJb2bWrH4yiYTgxN3vgcKc7Q1l/dnrG8b29vT0qJ2wIveYKtxycjBlV77DDITCDlqOpJi1EgImLfLt5O8ZWdkiRMuq2mD5Sj8pUvS6iwgHrejajs21DOpELVOZ2xkCxlgUaQ6LjFGSsUGrclLUeo4hUjbKbUD2a1nrsNBrVP7M/rJfV9zNi5mMUW3PrWFDXQsrIS+7ChTyNlhw4KVVyE4YgFCN1MQJV9bxL3lG5Vhux2n2PLgGIogpGfNs8XuPcUkrrosaatEbFrLlE6aCNMTCUCyJp5fmuWLywsQSvfel05lCkNaIdNWNQmX1WI+2g66EUs2kE58h3hwyNscYAzN24n/J+0G6w5nK58HRX0oNieJ9cORaqP+07ns7YMifN8jBwUVuw9TaWlqxiFsUx1cCHDi/MzEzeuXmROknteNMLR4JwIqus9kSHSg1J3TYiP2NIiSsWpTaaQtGCFR0qR15hk2eqfXUJW++biABdLvED1RjnHnPFWj1O1UI54xao8jDYgYeXjbau2Y8iTFOPi6pyTJqcb9hSOE1SuyhTFVfiEgfouWp8o1TVjG5kSvQpB8Wnjh2VRXrNTi/qWbDryjkrUriaqXYrLQs6Pm6C1Q00CPu9EZ1GJlLw1c4ARJnKcNfE6woOI81AU5mPl7XpvBwRvgJBqrC5vYBKEGZrjjnrfLwqbjCAUXbNnMZRY+40rIJWlMIFyTIoL9pwtqHvw9DpAr1iamFjaSRzYIhYqqzImTWjoTNeD0tluyWkG6YuK0kpPKJjhVxtZjJya7CVky1WAYxZRm6M44yefAaQmpJkJfkfD8kN6TP9VqALplPDDNUaDLPN3cHE1PQjDz/sufrWtQ9dSo9hWzvBKCsOzEx1WvTKAy5Hjwp2xuwcgXZd8eIEivQ2wwOFyCRMTsvyXGl9C9h4cMslaxhATJWAtiEggmrRlY4An8yloMOtBWVpbRy/mfgHaihSJZx/uR/EDIFRVrynobeR3lOX3k8boDhLRqzcMIKSJtwZaQ3pFRXzE5nu0DMAXLeQSocFRHgOAVYHJ1LXvq/L0XpqDyKZKov9OTU+4ONVJnmt9iAthE15KI7i4WDUCltQceATLBHYFBt5YTYEJn2BJl9IPanN0LWu9dEXVULzlYkmRQOY4y5w/kZvTcNnu+ErUadPP9cHNDnHVhedJLKu49qpU/iBT7+nihSW91le+RV1YlmKgpO13ZQ4euuCSUCioV8ZVQvzaliKHkBRlTIhlFQpIdoYtZsyjCnFRkOQiyvRaxXJRpMtIY1jiyGpA5KR5xpzGMX6gVkSw9nixMnj3cnJ9996ZdTf9VB96SRNp2dmpie7gefAHDUtozjPmPhFP5R1JBikx6vAJufI5ldIm9IcUIOBig5TpareIpSOFlNuaWZNGyJi+fxpRuuxWURKSelqAPdEzapu8fCSuj6M3yxmFdI7U0K1SfGjswpuW0wxr4GeMWIfykCcSv57eimzMpeFYS1rgrMB/QKZad3Pe8LGqEjtt86NIK+tjTMhDnReejDt0NQo0eFKsxRNCANTGvi89PdNfavNl1sGUlUXq2PhxPBcjC4xA4BujRa9XOUadQxbEFqNThR9Ob3N4hjBLjSO+JZy6q4kVVJCrMogzSB5RHkgTzP6dORFLLEqbNvAGUWGHMUxy6LwdIrPsmgJAOeV5yIzhZgpi9oHAkOaxo5KKu1xSrHo/OacbRrUu5jMyK1hFq2cmdKYkjcUjejBT81ORVm2vLpGbW1lh6X2290u6/mWCUbBVMqC20NPEQbAGhgUflmcmqDAFYdtSZ1Xjd13db1g9ArGzHDwWyOvygY8wuSmO8nFreeWKq/uGe2ULNNmxmlGTQsyA6yukGcLc5Oof5XVG44YfYaBeJklbJOKd4qeKb2uWWE08fkOdbkzLKUbN7hlVcqdLp6PlPwD/36fjspBKbiFG3uHFDd7VqvViqI4SzMqvHLwDEqjrYaX1RfW37hidJMBxkW7uFqqJVXu1YOpRMuPdWTF8cJmN1LOxZbNY9gavGpx1HlCeOO/BCy5LETi2uL5gbyXPl7KrHSpWc2FwIBh4mgYiWwcPUDKMyAe+i7FF8dtJuB/9i1D1R0EPPLF68DbCdMtVx9j6I/Tgo1SQ6XoheECbx8kwKkGsSCFHz3uOI6TNI/idDQaHTp0oN1tb21tLRw5vRuESZK1J+dm5udtaB1ANyaK0mGUiMQ1PxYeRdZyj5bxWbON3YZVO4eaF98Qw5pHy38qLbOstSAZYq5RRuXQE0dTwTvAMRU2Wf8yLJ9/qGYTO6jKUNAm//o3fuXcqXmqr5O02t7rX7uzfOmjpf4AbsXMV2O4nc3bVwY/sS2zwQxQlWDdE4TmTqejlYNGZeflfb2sz2HQYYvIWp3QKjbrG/dp0HQZUyCGti92EdzwVFOTE2IhKBuL5jiackgiWbAyDERh0fvChgi0kgJSznSOiUqRQEU4d3l0HwYUaZbHQ09uOQR05ojymraNVrf0tAIKgfYeblC3OTSi1Cb0mYQdDh3PpdRDeZmKVeozYI9hW6g8i8IrnFIWXLw+qUQTkI3mmXer7NrmmvOtNS5K3whq1jLBbmGJiUBOrRcr96ALblEriCcCYhCIkdAyz/qDiPrgYyeO0WVEQXn8zDm/06FXIwjbdATZ9w8D6v4wpU8uGOLj2EZk32wIWOdalAvVWPUIuovs9uS9gN+3lac5z70kcWJZi/WS2IyiqnfEchSiEkkpr0YOaosSVSAujlC6lNI2mNCsPMeenvST4cbCwnySxLMTrTPHH/vso6dv3Fn/L999txC4e9nIpAM3pHRjDKUF/ypGdHI1VKpx3lNGWPE+DsIE62YF5UoXg4wxcVGUBFwzYGyFxgv3ONWiGX3Jzm4/STONL7MbWJngD/dlIxpAE28leOZV1dMRvHM2l0BlikldFFFnlLQCCKhQckOxKccZ5QpuZKrmatca1eQiVuZS+3iOsd+X/JjNspE6otKlQ0+/cLILbP/SDO57bpzSAaIApccrSwvxgQoCV35Cg3RroJHNLL6e6TeLTau5iQpQ4LTrBYxcx7q6221R6vL9QEazlJspuY2gADPqTnbDdqvf35udm6fnOzUz0+DLSsZSQ9Y6TS3A1qn2tjzgSDIuMm2p9oXWIbeetnXjdmigQ0iVdslQJIvnqCLxInkbX001bVV6btWZnkzTUZ4mgR9kju+7bfgNZyMesHn0KOjnU786opxcFlmF/a2rPYyLsur/+s/PffNXfi7NraNH5tJk5Oj8wKx/8MC5y1c2Ll9fxUqG0qDKXbr2SosrUhlul/zobM/3bApCWxuhaUyJcGM62rbU/T4dzbMKnFcgmAELSdnVhd1z6aT6mcwBbDNlFi3XNI4EXpPVBkaNcuH+zsMM9KsmN0rRa9XyPg2vF9gXeBygG/QgTMGSYa7LNom4BRxXy9xMSlz6nLzMxNnTMsLt+2a94LOK3Bd+RGUOHJJb6Wv+nkJxDCw6U5RkuLZTrVZonnVeiA0tz5boqOf148TsqNnfVDX8dSwU1TgvTkIIppl8pXP1qDudNkUm1fYl5xb6VypIo2h46Mhc2A72+rvtVpu62abdZUA5IG/QlQzo8ZbAk1NqopTO80suNZ2aYtbw1/f3tPJ2SKVK37leHSE0/SCwzOSG6k9nuuv9D7/5y0uLt7N09NBDp+mNuvjBR3dur546dXp6dnpre/vVVy6NYj01qQ8dmLl6bT1K6RG4VB5NdUNqViioerHzB//l+a8/+yQVJ9OTndLJXD/Y2tpbWlqhoh+bmyqReUuRlk7d6kuFT/9x6UbnIMyZNd5Unz8TW5hPOwjTtPDdimKPZ9bmXRTeahxlxraBx98WzxtYcRmZE3KjddfHQy278WQuajpS0w6V2IaZSWwTM4VMYiwdpzGVOx5IN0UY+kJ4CwAusVl7QfMCMG++ubjMGmp2DaYwc7pK1BlFM7WSHZcSOTl8vpLA5irYQ0EGUU32DMZ6ssjtWoaIk4bsaeqlfNXwd6TZG/fQbT7kaw3EupKEhvED1CJcm7rolGmNTLdyZC+6cGCG6knX81VNZ6kJK47gtOl8pnmhmWVmGyEe5kAh0AurtgswVWg9YpFhm8Qzj2Qq4acz8ahJ2qJnn89OT3z+ycNfeHweXk5x1O60PvvE4a3NrdnZGXrrbM/+woVz/88f/ejx86f+2T/90u99689ffPkjalZnD83++n/7S++8c/mNd69QVfv4+UfyIt3a3dvb3Wt1/VZn5qWXLinkTielFGmzuBAELOza0s6qqqLZIRe5YXUKhlEMWxUjRnBT3teZsKT72LEDZuVYPEyXMaBKkpQiiOKOE5TDbbtB2dP5xn5Q2/UbbI6OhBkAK+j9at2KMSW/fdyTmaYWeUzlTyLWoaxzb0MDxgUzGOIZRRFlsJNk5iArc+XaYeKRWXjIEMLEthbIhwHHcCzwhhpvOR0F9repbCq8KD4p/jGqy0zXCvsEihNkCblNZNYKmROM78yqWsaHWVHe+yzKevBbcStYsCaAuaHo1aPelp7UxEQH7u2RmyQIQkqJ9Aq3O+HM3Eyv1xM/bVlxiDiPvNqQO6bcmOV+xROvskS1gEIUsMHK5rVeTVJhSXw1phwxbg3QQKMcyZy847SZs+BTv5ln8dxU+Oc/eO3V19//xi9+6cJTjxw7NP/mGx+8++7lX/2X/+SxRw/euXPy4juXrV/8/L/45s/3e6OLlxbPnzt64YmjgV1d/vD6L339c1/98mfSPBkMoxd+9OL5Q1SI3v7g0o12Z46u8tQJ4twpGcWD9UYhXSng8kLzYCFjJk/gQvckhzNYSlVlNV5r3IdBiPImr3JWWMK21wZ90wGvF+MSqmUE6OwwMYz3Wha1OXEKI2R6OdM4MTuJ0lDi0XRnOQOj6rucGbd1DjGxLBANKsmgScQvOqijvht2IKJP/4+sllejEUVowqte3uM5LKhYWYioUvShRWPYiKlJ8Sgx6TqYuFT8tTC5xLtNDQZKQbpZ5Vy6NjVpheQ6hppo6g9dzhhw6ipyun/oEVM5aUPcrGSWY5EL+Xu/RTReKDCvzoxwMaSTqWp07XbLD0EV9hhbptEJp5h2DKNhnqaPPHk6CF1qV6kXppgsGLAMEWLQQdjuRTUXH2d4CfuCv7nti7iTGQ4xtKkW+NFmZKP3+4UyL+pBLou6MaoaJGzbGQ3zW3fWZ6dPDIbVzbuDP/neGyeOH5vvOot3N955f6lyXvjtf/0vLjx69tWX3v3WH//Fb/7mLz377GM3btyZ6ATU++kqo9b2xKmDlMDef/PircXNp554/MzZQ9NT82urexeefGxiKnjpjcvdTndrZ3jtzvr2IK6A/HBBulcVldm270H1xvVznpFXVd6gms1Y17qvMyFQslkeBHRVh1pUjARaMZayeDbFeCUGdjEsi77Eb4YWTeUpoO1mHT++dayH0UaClLvBMonREgrlJQi8TqfFaRCDypR6toRapjhNskq0ChnfFIa6QAY27Q1LcewbbjcV79iPU7Ixb/BAwu8WFzqmIjrlfhEI1XHsC1kOgMeEDEmnioAr6n1GuXhfKtGQ1iwcqWosMstFIUqUH1Bn5AWh36JY9P1S5v6MIwIO3nUOHjyAZTdbOEoiBQcCihJVWewjudBRM0Kl+aPMkASgZ8YzNaNvvEiW5yWbSYH47pN6dd0alCXdhFeuLT312KkTxw5Odjt7veTipVtf++L5g4cOavfqpcsrSZrNQytn6kcvX3riyYceOnvkS196zLcRRnRb2467s7mjjs+t7/RffePKncX13/rvfnl+buKpJ45uba8+/fQXT586ECdxXjlvv3frT7//1qiqfNdqh/6U8rd2+srJK+2kTJXAMtcq6Y0e1wETQtOnB6j+tDOhg6aFKlIeQGsmAVnYrtYcakE5SW3DhtaNeUsjvlw2kdaUZ01/2Hgtjfn+YM7BtKMKiGuUwA7VbK1WANUvF7Uu3QsUfnGcxUme5nSDV7VLDGrdFPi03FgLf2JfN44KaKLLzMFrqzN+tKoBH8M3w5XdhjJOplIKwlmMdQEdQ+MYr4uajY5o8/B4SS4CtpRyNSLQd+lyCdjhofEGYzQPCD58kVkcRKXQU1xws7Ac8Rgo0ABuawyT3SBpTa/uiJPpPUDq8buvfpcdu94lNq9D845gAFVYd+5ujaL82NH5w4emo6S4fH2RHsTBg3OO7+z08jtLW57nfebJ84Vy/+T7r2xs7n31y58/deoASs0spzryvQ+uF6U+cuQQPcH1jdFf/fB1ul5PHD98/c4dWFlG8fPPv/76y2899vCRZ585NxnqhSn3m7984bd/6+v/y7/9b/7Nb3zt6SeOUe/PA3PdeJOYuR3jn+7nIIR3pwv1B/aes2yDDlPNmcNKjY8pt2FCMDDOhBAglcX9WIyNn4ZmNHrPmpiPiJzCqpSxqqbw83yBT9hsVZfFcQogqXG627dZp8eTxAkVjYWYSjZWarW79T5MvCY9fNKYelxk8V7Br6p+duZ8CzRNjblWjAv1MfylEKiaofbx/pmCjiIwDJnnZZ6agd1JNFB6p9u9BdBfM9xCcW7VCE8ZFzfRwns/wGaFNcbPV7b/MkPefxGEBHNP0v4ERmrcOEAWG3QDb+8MNzZ2pyba83MzcVrduL1Kr+7MzJQX2pTBbtxc1cp+9KGTk5Pdm3d3L354e2qqe+zEgmVXGbOwr91a29zunTl+5OGHjlm2unHrbn8QzczODPtRDzBjvbMTv/HGtaU7q8987qFzp+bPnDpw/pHDyXB76fa14wvtX/nKZw7Nd4oy8wKvEWFoYEk/3T71H3wQtmDCY+dplkRZSZUhhMly6hhch/uQgvH+3EyDN8qjkjxDuRUELoP0jVo7l2+IqyJjhLGgOGo4nK59mBmJUYqaE49bCj6jNvWB7CIKND0F32AUxUk6HEY8lqR6tbJr4z+WehNT2IRx1Q2uVbNnM+upAbmds6Q1dW+KGQzwcrFYqZofTO1yychsUZ2XQm+MMSj7RsNOBpWPBbVZ0FGJxziPbemHVSBacpVOP4UHHtSRanqFQh+GijzWYvcOtnpXKL2KjP4m8NIM+ZNilRtJS5wZjLs0g92aBY/xH9YVr2ctTs4YrngeNnpyZRiSfx2QsuzZD2NWX/MwarQY6cIgGxTGcArZ7o/efPdKktEjtCgT3lrcXVnvYVjpBpSGPrqxttUbdae6jluV2vvxa5dv3VzuhCH9tN4woTslTtR//M/f3+2Pfv3Xvv7sFx87eXSe7obA944dPfjCj1/zAvupzzzcj7Ifv/Jeu+388tc/v7OxNuyN6I2+dOnGH3zrucsfXT7/0AkqUB0maAiUnsJbmwv9vl5R2PCLtKMopfowhVwuyDXcWhlJSSyLkxTIQxa5kKRQGnwwFsMN1yuJEnwmJv2FXYudCWGvXuehdCrZQoIaBBk80otMhSh1g2EIOA4luQj4rIr+K7pSfNMD0s18CWqfHCbwG0AFNJqsfR8L/D03fvQ7CmMZ9DMTB6HEik+FMdUQ185Knk45tnLQjbmsFIqSt2VeJ57BXD0C8ynW8KxbIW619CN8aEjrKmz5kxNd0Ad5KVKZ+kpUG20/DLsT9NFtaEQ5D16FK9XgH8Zba2ogma/MCpSiH7iP1C3q+lONo3bVGPXWiBLwXci2yobjK5s6euz9yHruL9/98csXN7bTrPJt7f+v/+6PwsC/cXOXOso337ndH3wvS5Ot3Ywic3Nn+K0/+Yv/+d/+mqPKrd0+XZOpcm6vDH7vD//sm994+iu/cMFx1Gg4TKL48UfPfOtb3/vKs59/9PyJz33uzKUPrq8ub508dZDu2tdfee+rX//CE088MoxGly8vvv/C22XOCow6sCzYr7Emv8Usqvs6CIHA8HzHxhAyTmzB78togyfYmso/2wk0m8dllOeQARJ652AuyahOmQQIqbcha+q63mtUvRjiy01mTl0E2jycBgdGCG26AH02OSx1gjsVeC5qBQCewaoQus/oqbSsxOj/HKEIUAQiQoq8qa9401s2vn9jwBpLRCgM7sy4AVbCk1T3GsU03VQzy6n2vWUUw2xNvmHVRERrnfWpnteYLXk2PSObcdOSo4p8fz5MIY3ej112tQyc81yidMy4+h5c+PiUQvQmKgi62A1EXpCDckc0H01rUNuNmefFOuJ413LxhGAwQj4qE8fZG1D6sdMipm945fYQVXQBBNwoLd79aE3hLvBtlR07Pn/6xFQFsqYTjWL6DmkU0wGYmjjqeuEPnn+J3pPtnY2vfuWLR48sBGFrdX17bqbzpWeemKCSxympjp5dOPDe+1fpBx1cOHDm3IlHHz0xf/DAn37/9Y9u9fDY6suUOoPi05Va+xmUo2XFiHWOpUy0skphmiopZorar7DWLAEEVOgFjQyeoQiWxXiX1dT0ZnpRmP0EfLmwcMeewHFtSoOCL6MEQ/VdfzAajmKKw1rSEpe2w8tufpwow5iRgA/XdT65KK+3fKWMDcfsgYWAi0di+PVqf57ZsF2Lol6n1O/9eHMl3xwjJVaRa9TE5XWA+Qq3bjzmledlyQzT0vv7feDJWSKJLhH5/gIG4LrA+aQpQDP0agaeDdxZWu9Gm5zfFi1DpvF0KlWIaFJKoMtwpsbQY2ckjmulduBRAZseMPaZb0mNCD0+igy7qOyUkUTPPP3kL3395z0Iz+n+IIZAQmn0fQ8ePLCwMH93aX11fW+nN2p320E7oD+yyUX2uc8+duTQIYsNmA4ePXr8xIl33//w+99/8e23Ly7M+7/ytQueldlsNQp9rXvLgft4RVFQ9qOrey/qR8NEOi50C65iQyTYM3mOJzNAhhQpAwcRJBfT2izWHeODZZvWrVaklFaQQanATIK2y/B5TreVHzqedAFUzSZZvz+iwpgrvQLpxHWoRpX+SguZHHA2NISQ52bPQyFhZ0UmYSi1osmKLGoscuIy+xZwttay1cTyqYlRPWZsqI03uNCXMCVC48dDKe5nSyPjT3dQDUyRiSUGoYHXbge8cdXQcdKi8VExcY6/uCipoWNtiQKWmkVh+2yxhAgobM9hnB3ru7CUG3v9lUaHQgkhkBWZWDybZQKNqGS9LlLCymuoj03oNqJyIosmeAA2KAOam2UvMQmj6zHwQ9anqxwtLk42xRurB2HRTq/n1Ws3jx6gTtR/94PrV2+t5HCaLV1bv/v+5dlp+8vPfv6Jx88PBqMwcHPW3rr00eLTF56IhsM3337n7NmHW53W1dur9AafPHfi5Ikj3/nuCx9dufv4Y+cOHujOzwRLG5HnOJBXKdGyi3zBfc0nxGSrhE2RhjAhH1I+ymlB745o9NGvNM1qcS8cDianOCIgDQZnmhpglGtcNpnwUkkDWdXKJcJ0pzhkDQuQuykCw1ZAwUZRNxok/d4oGopAvWb+q8NYHc18PNtFS6PED0PymSkKBe3FLou8bSuNvoOcvlxhwJRl8mlm3iish2I/fzZSC5qJUlWdUZntwWQoePuB2F5WqtmXiAu0bfNU19FUYLLXNBpXKRb2i1wj2IjCFiQVx6MDWgAEC2lzpiIAw2VVpSAZKhFR49ZPspeUmrCCYLhDIxij6ol0g0SrFbD2M2d91TS+qJXZgde/x8LVVB74whx6x5BvLeAIUogOTcGSzyDmVtU7F++sbe7RF66t9XpDhgqhsczn5hfeeu/W9m509Oj83MwEdfpLKztLKz3fyd69dOXxh06ubb/3wV+85rc6t1aHvmv96Pm3njp/6qtffZpeXd/x1jf7ZYatKeVblngCs7687xEzUng5LoZsUYR5H/1GsP9y47LeknlUSD4JVMbC0DNEWAteLWBPl5UM4uptxD2oLhY3U6nY9fEVi8VgO4A6BmtL7u31e7tDKmyoEKXTOzHR4nmpzQUe6w5rS6YoPJVRdfAwTEyJJn8udeOYCBoP3zGJYQa3URm3ylpJxhSlNfq8gVyWYx8sRMzDWNRhPP4t5C+rZutID9jHy4T/tkLU8HSzsFqp1chJ7WtLa9xoVqGMIZnRGpTqcR//Levpcc2RqlZ5E1vvpk5rtjLSHYyD5seH++PCu6I+KtNqsdStryFGHuClRmqzRObDNqBiB3qzBef/PMqsO+uDPEkgX+h6GnVG1mr5Tzzx0LVrN6/f2rh2YxmXkevT9XLq7JnbN1eef/lDanHoC3eHuZWNKm1HSfnjl6+//faN0ycOUrzS41lc26F/NfcWHyEW67nf1dZAb00SUFJ0xcqtZvclnmT0rz64rYwmqXtCnrM5omNJF2ORokhjvSa7aXvGN/jNXLEZlWAnjsxms89hxWSCmArRKE655rTpbRW8JZt2iSiwVRtxKaai/7/sXV2MHmd1npnv/2d3ndj5AW+qQIpDEkRSmtYGtVIF2BdAekEsBOICk4tEuYEI2l5AQAgCUiCgtFykqVASLqoWlIDUAGocg9q0CklJgQTFKSmNg+KE2Buv9/f7n5k+5zzvnO/d71vbu469iZc5ipzZ+Wbeeeedc97zf04pGLbyGWSBkYx6TSxuJisVHJr90wofmhrpl+IL/FjwDHeFDUqPJy20mwZ+9T5x/6ltCZMEV6/WZK1Aiq7wRZIOKSFNjNigzXY17I8FlJR4ugxA032n5Ou0wyCBMBzqn67DZlbMMwsx92uZjbyL2Uutwm9BOyhHGiLO9ZRQaSnoEjaqhWTQg97W11Jd2GEl07kYtdvLYRBPTEz0Bn2J/JQ4W2lc15XI+2qadKEA/tHb31SqlI8enem2ZX9uTExcftWO7x3Zf3y29a///kQDwnq13OkN8PB+2u/2y3jmrw4eASJADOhJJUdm7RSSYbWnYJMTIZvfiGOwLF0KY+mOKlnt7ZZEbGr4SACVMfOwS2yNWmSK7ETHQkZQ9NSPlzDzlX2njRrV6MK8zFSuVNdWrSb1bwvCK3rtVgdS6NJiC9tec6Ky5byJqS3i6JYs9SDT9JI+sxxJNTSupK4eW6DpvCy72Cd/crUoyElSF3Gm6aExS/clXpNq1fudh1s1XsavxBqr0WdcgfL72IrxswAu3eXau0joQqy4lVK1VuF5diY2IhxIfFAE3s8KSFqeJmGTVgAWlny602mzJZY05CkVY20OouW6IzVvBk6YZkkEzVQKgxWxB2a8YW4kb2E6mKcZJnEW7U4HCbXiUpT+wfYL/vSPr8A06fLVTBdNg5bGLBL+hv0y1i4J0EK6cTq3OLe0tNRvD6qF9NCh595y6cVb6qXaG7bUG43JiSloiU//4r93/clbG/X6c799aXr6wpeOzP72hZl40H3TZW+cOTK3vAQBtLTU7YSibgD3nOc2jaTGdBoWrFjm5jXMOIu5OtsKSaenG5FW1ZI8v17QaFax7aXSdzJRXb6gvSVTF9sYFKFJFjUiX/WQJAudidQzXshcbdr+Ke6DRsXOU9am2hIYHXZ7veXFdmtJYkSjUjTRrDbq1Xq1pnYXCQ7ILC78NuyliGmz709K84Jg84A+yYz9pa7ztkTVSF1pJmsro9DaTY6jpa5SbUBhN3JimzKiRCvCMGTHYbiShIjAao0M1TkhoZ5MuZI0EMl+iiVvMWWgX2xhKaJSyQYghcC1spagvZSi0uZQA20QLVFrxZpmdWQhEBIOEZHlmyjBIBemS7PuoAXKWg3LLHopYrwR2xlYcF+ifM+VHieD1XsgdB9+6ejC0lJRlU+tHF6I+3HgvrhYerXueFCFoFKF4F2Hej/ZbAbVpF6JquWg3QvaL89OTNQaYTS/sCCiba/3hgunmvXKRRfuwDMu3Db51su2P/O/z09PX/R8s7S8NFhq92dmk3K1dnx+OQxLWtJC7EChpp0V2K5vMzvrCwXwISxuFfJfsYgtDRulNEaPJIdNE6CriYbB4CvGmnkQZTFrmhk0YMnfdNhozkLApGS6hESrGOuSFSVbSThhvVIpaJXuYzOLR48c73Z64HvnnT+xbdsUOImUWkhi4nGv1x/RajhamNVNYT+J4WapXDdUa6QlZWetfwpZhM3QjcY+io5VZnU1NV5Pmj4oA8RxrERCupL0Nq2ZJp3jSmWJStM/CxJ9lJUVdGXMsjY7EgmkzWqUrRV7sSTvarx7JZLcCwldAC0wZ6W9vATpYPb47NYLtkFiYJtB1o1x3cWy5MaxsLvAyjfTZZL5kORbuA5TTloZxnn7meuxlIQszMwuM8xVWvBCW2HxjMwapB0C0qUOU7rnZWGjgpSaLAS1alEsUyL+pOdtmVAjUbC0ONcb/M+bLrl4x1umwUsh7oIiL7zgivZCe+IPL2pOTkIT6cVpq5s+9av/W1getDrduaVuGhZjSbqngXRzpzKp8VFbFoQZugykBpj2KZcWmYN+MRFjJdsia3GRYZsesBYJEGNr1yxIzTXZSkXbpNA4EEeSmEmliJO0DiozKbHT6raWe11VBae2TJy/dYuYNMqqn7gWgqlvYLCWCUNLpudS8zOGWYbFlFKreuapfit89O7eaKhHKWGAnNSkqzWoLL/e3KQiq5eKJfVhlgUEA83Qym2Bc9CgbZFrw8x9x4gdl9WpAMYiNV3by3PHZhbmjreWlycaxWajyWUPg6wTdbYmftE6S6rm3EYK3mXOlxUxCRYabiXkHH3pzNQALg6hUDtzqL0gZicmLIhcr12smYaqWWLSxG5hqa0loKJ+r3d0ti3auJjS+q12MDPTarX7EBnwX61RP2+qqqgUl8uRtAkoFBeWlndee1kcF48vtn/x1G9+N9sJQqbpJEGwqautabJ5sd1q9fs9rWUmJS16va4UgMVyp3GovnmN8BJn4EBU8BpD/DWwy4VWprpVW7C/CnJsWhKpeBaxxA+kNglprhT7kHE7PeiBs7Nz4DhTU7WJifrEREMSi6RHYF9rgqa+nmPF4Cz5KPCy2i06PGMOWUvaLDLIM8YMgxFdmzfFYLof6YcUgpGkLUF9qeUtLruCF7nuPPsVKZHPsogS+CoSZtY0x1JpWeydf3bEBsa2ioO+xF6XrTSO5P5K9nThqZ//V5R2e90laMQzM51SpdqY3Cb0kAR+jogJMhZEYYlLZgQ2o45TesNoGHWg1lcrS2AkrZmQMmshackyE2lQ5igOWPmhp82qWJxZtqdBoAWxpGKlWlOjRIvTlmu11IUWYQ8vHl9OX5mbOfTCvKbVx6VK6aKtjauvurTXaz//u+Vt2yZrkGyrpa1bmvj6zVpQvfbyR37266PznUR8qmGabmpO2NePUZQO7CICYnPvdTT0uaAtWeMUmKHhMhJLy/CvcplmDAl6TON+QXvDyiYtddXp/JVMWvNQsZKk4wtRqvkE+MaQOvpz88ud9gDcr96s1hoVxRXt1SrIkCr1uoQ3OScBnyoQSnOlQsbRnKmEPIqFa8Osoq+ETZNm4mSYmKfJyfTpR84nF2t4d8AEfo0bytJz41SFRlbc1RDrYlTR7bwiTs4yzTNsmBFK3qJEhOmTxfhfVEG914dMJz5/5TPa8V3Tf4vNEqutgN6liBOIr9NuL85NNiXDqQaJoA9BbTHqVOuNKRaiZz/4QkZmmVNUVGNpPxwOk5Ws65iXM0Euqt8h1HwuGpmCZLidSaXwgcq9dgF9x7KfalRgwDr1UqhVRg71e0tKjApDRe2fyJ6+mrfFDsdaakdaHYqMIzISFrkxefzYsVmsTLEUbplq1sqF86aaF5y/RWSmoNicaMy1pGuYOjIrm9w6KubpVKK0mcKDN+51umk0wN4O3ZvhLKVSWauVxYyNYuoNuJm4BwtD9xRRipn4kSbOSaF3tldXh1YN212phC+2vNw6fnx+cWEZaN6YmJw6f7LerBWKBeBrovYTxkG6coJKgSVnRQgtPJKdvbxCoGkQDBkd3YMrpM1g2HAm46BW+0glNrEEQQCX2MzMMJM4/TaVUDtWhq5WTQ+UF2U6oov5lqA/BmqGJmeKk0OtrIwU5cXSFNjlakoWhdQzKxc7y3ONWmmqWVlY7Ma9jpSJTLtB0gnTiVCLiVDQcF3q6YbVVBA1XVACT+lvpCDKShbZclE8jtmFLipGK3t0OouPtdAi9Q6UyKQ7KtY/ZukqCVEMxYcsURMaAM7uhamVPKWzWCo7a9dXjT+UJooDcXJKk4/FVvL0s7/jmoOhHj0eY1MvF+Yb9WPVcqHeqL2y2OoNUi0DDeGov7kDuCWmPiiWWBYpDpJKubLQWRQ7geziJcVCJ6tAZC1LeviwUpBVszddxXUvc/EoTBBnlRoNxQan7fY6rd7s8XnoANjnK/XS5JYmtr1qvQpm0R30tLx7gaa5UDtYqOfD5Q1k7a/jTHkLLNnPZKqR8MuRvrDWnikYdoNyfjntNBpIMwkxGrtANddUW9OgqkJ/Gugju0mRgTEsf8xgVAnNkxoNCZs5aNJ6r9uVNGTW/2TWArM0mT2MZ2Gzk92wjJnJuI1Gvd1eElaJwQv9MJEkF8XhoedsmJ+p6QYuYTcMMreE5XOGmYKaeBVZoxXCfDjs4WOtGq2iZCD7lNSwG2SxDWbaMkuYNmPTst/OXcJea9q/UQPAqaWE6iIaaKEDyCidvrb9AHssFfoSoVfA/YNevAjJY74dVEo0/1Jl2MxEGLkkPY1Xjwqlarnf7UcaugbEAaqxqLOGdkvTYw2bLg3DONgXxfnuU/vGWlEiLKs3Qk3hWmpLG352+v1XFuZnl5YWl5chaWy/eOvUeZNlXXFn+xGriEqV6grJ6lCGrtOCllDyyN6vazTMqffJz45977yv2pFl0bOoNhjnFWQzUEZzaVBRyV5KvCwaGsqkeyvKxubTgciGUCIjtayKoUur3bje3QUXg+KaHEJJjtQCITklUdzuD2aOHe9IqRvgriT3t7utuBBHg26lUs7ifgLLn3A9kpzdeBB4mSue7Sk1c5FtYcOKGHE/Df2GCIHf58ztfanbijkCa50MtORBqC1UuZLSX51NtgNt0hEV2VEvDZnDQvmABYCtQpckOkrupwSLl5jaKdwyZnEZebt+f1O7KLp9rKmr2BXQJx5KAxexgDntKjVeI/XlJYOhJOJ+n7VVZHUKmt9Ac+mwxGjizKSCrKHskdLur9dfWmqBBXY6PeyrtXq93qhm8m0cZ7dT/nMRMFn4MovhU8QyaXpYxSjby/2QEUMsv+HUaIKCM+u64EwNm5beZcoDg6xwIBMvBSEq5ZImQrMNTtEha1YGmP9nLJkGkMvsY7Upq1tfy3vr1hKr4ojrMFpX2opHqrYWi9Xm/MLRer1cb1QglYEtz7f6jcJArLAJ1zwtlKLM3EkvhZChq92cJl49gaEsMNQMGcGdDOUXzY9yHQRGYr410D5x27WLWVUXpUsrVYUz5OfSQF3QpOsnE2W8t+ACfVR5V09tSI8phVh6esPMERkpMkRqClYLt/be2NxZFEutTr0GGTMS7zkjG6EcskAgg5e1NGAYRVnIhSogmk0RaYlBNveRlsYD1z8g0I4F2JWZUsGWd/gIUrSp04Me2F5qpxqi0WjWQynHUnLYKsHLkQvFks0xoESkbnAWhokYwewlMEWBV1LRL2DhJQ0Mawf7V2ZtodxAqrlB72X3F1omYn1yqHGh0tEFM6pWhiIoMyoSF+rNoISAZVKEncYDyGMsiSMOQO0BhcXMGLxmbBSijC2TqgrTl+548mdHB3FbWsEVBrOLi+2kXGkmlRIr5YjVl52VHJYLBksVFvZVNELKQmG9SBoXvZSGWe948yuaToGpWpV0engjVsaPqBiqIEqdMaD3IKWVhoEQrNXo6p47VVNsBSoIaO3fMFPOJXIuKGgIvOUGJNqnW5Yc+ogr7iSYs8lTmXqdbrVUSKJUq5yVuqLAaGGxNKhVKtViqSxRfJAHpCWodJ6IxNZHo4UEag37kGiSu7IgjWWTrYz5EBpZGrbaneXlzuJia2mp3W2L22xistloVBvNRqi9zUb8znTBB1mlhmxPD7KmyqlvX7F7x7/WSIKsBZFmEdWBdh1OtJdg7Lz8ag2m0KTGmBAUKElVWU0Xhqonw944QwU7WSnc9tjeUc+UsopvOKdNyKNutysdV5OSEwR0Phdc+IbLr3rHS4efn5mdnysGhWptcssU62FZgRkKoo7hq6JV1A4zI+WeRtrX+MGlSWrWk4gacRYFXgg8CxadPc5qmj3ULWZGbKplRFZnlQXgrKqVrYbxRj8FNNW+eKn05FHKDyNtehMlg0ScZKJrBJY/sGmJUNqgt9uN6oS04AJFdgftdhcYKLl8VbFkAlECLR6GpQDuSTh1KiGgUeji07SvnZjmpM2Dc0nJB8eq0j2NRW53usvSd6ELvgA2CLWzUi43m42tW6ag9cQqbgaaNmUutSgY4pNUQ80wwHXM1pAUe5yfs+MXOxwnSD/rnNGw1Aqx9egGH6hFVDdpyaWTFEE1fkoRXtpCwQ/DlTkZtuHTOsRWAhKrIF0Fu2kWFGG58MzYjLNoBNd2Qsl+kMTVSvXSy6646I2XHjs+K7VXJZ62CW5cLZf96B96TQPqoF7LeBszyFKi+bLsGmCh7UlmbMu8iyWXg5+ypF6S9XsNw2ytfI0xI+bQS6f0hNtCVmgLO3ghNMnFUlUYLxkwIj6No1KJzUATtfEwxSN0HDINxjp5bTpO2O02qhWxa8cpexo7uSIKQR5airYwcO2jRW+O1e6n/jeRWth3KSoOK53xK1EFwCBaCFjiJyDqxWqjkL0/Tmq1qsTTVyus75awtLVWv9aoTNYXK2jcjiM9LXLDfuuxa0arTZqsKKX5623H9XU/3wyjIetx4nxfYjIR53ws+RnSGVsU3FQr/zNEO5CShZrSpZywaPYn4pPaFdTHSCuX9AsYsEBrkLUXlQDVLJCFKXxRVmObcqhYO1y89EBKDlSrU+efL113tPViwF46qZ+gxGQuBnBHvEBTPTIDZkiVlU0gratUOnTnpEw+pCs8DCwDg1GposP37YYwUyxdbKqabLQUaqhFdMLEpY+mWjooK6rAdmqZqEAxlnw4C5cLLd2NVkApx+rQSalaIwk3uCVMuMFEn0MOOYy7DHLIIYecCHPIISfCHHLIISfCHHL4PYXiuTLR791//wP3P2B/7ty16xO3fNK/4OYbb1pYWLA/b/3856648spTjnb93us/uHfv2qdx2xe/9MzBg6v+hMddeeUVI6PZ9Taf8TMbAB/98Ed48I///E9naik2HrBuWD0uNVYvJ8KNhsOHX3z8scfszxcPH/aJEH8+vH+/f71PkCcZDcS8Xjzwp+EDzwOhfUS3620+42c2AE4051ezFBsPWLGTvEgujm48TR72OdIIBb6GACz5uzv/NhexctiEnNBgcnKSPATobuLc4489PvLr2QawO5914KFf/uKXHrj/fhzfd889xqXHxb/xMzmsEbDgv3n+UE6Er4svQb4Hwtt3ww2+uAUKBFmuKrFA83l4/8MgFVzw8Rs+fja2hs9+/nMkQn8XwHMh71Hj2j49veoZn58f2P8wmDzVHlxguwzGvO+ee3EwPb19RHMj452cnLDVOIM6GKRrShzT09Pv3bN7954945wfC2tSCb7O+Hth8nhrfC+uDIbauWvnuP6JXw/s38/PxCXlZTgwpYPqq78IJndg48M0sEpYQNyy74aPv/4F7HOVCElmvnqApednw6KPs0Gc+eiHP2JYgruAEGfj8yxmj572UBBIk2lcO4ma42c4yZtvvMnfPnAMjgq6ogUCWKXUK/T53j17DC9Bt393551K0mfYpnLbF7+ECQznIzOXdbvrH+62p4MA+PSV0vidX73ja0YkoBysP2fuD3XvPfdCKLChRj6TvR2I6l9+9ENehkH4OEzDI8I7s2Xf/jd/9df+vVi6M74x5US4ghnis+Gb+awPaI19dOTiL2fWSHxIfjnliq9WhxxBF6DavcqpuCWvdzTDPxAwJknWodxPyIB0CNrjn2AXhoIHsvcFm1rLg8b11VUFB6NALpptAbgYU33wRz/kCpAA7Br8ytFADPhG3GIwFCkQZ7hL8tVwOz7N7Xd8beQz4YOC39pluBd0uJYl5UPxn+1WeNmcCM8eEe7MJNLHlAgf94jz4RHaoIhIZYzSHeSl6973/lfPKFY9/4lbblmvoR9IY/hnzAGTBLqTDiE/A6FxhoSBd7RHcB1wy7igeAIivPOU17woeO8o0BYN0h13CvyHCWMCttQ4zhwGnwQ/BwFgK8G/JELb74yF8tUw7ETGBgETInzuwuC2AvjKGC3bJk5NhFh50iqm+o63Xx1k1tTXv1AanZtEuMu3x/gK4ciVBzN+BRy1X3Fw9j4MJnMiR+KJwPyfwCETzzBJozRegDPTGVpT6raDNVLgeueDCdiiYWLGjngBtFD+CYoFtYAyQb2gNPBJ/GsrbG/0l+97P3Yu7ps/f+pJEJvv68MxzuA8r39RrN/PrGvaoG174rmiDZ7DnBBfkVZQYrwphKsJjc/YLSNk/Co9TtDBfPMDjQoU2ICR//af/7EuurWdwj+/e89uciRjBaAKsjKcwcUmAqxRFg1Wd9Y/YMLC2Hx2r5zPHv8C/Al5z7YDcjy13+wh6zZK5luoYHkPj3EvBh8RGejsxUvhm/o65BphxBqUE+HGqYX3ZZoYpJeNnMAH914/QvZgFBTYgEAU2M74Q7HZkwihCgKPD6xTFl11qzJKPg2kB0mTudlJUhpeH8oeZwUWhxnipG8zI9H6gQ24xTerkJ5PgxTPRYjOWSLc6StFwakCPkaspmfDl+gTA50Qa7/x5JO0C4D3ZOl4a2MXZ1YWXdd8qMRC/gSl7fZstvSa+tsTRAPIqPtuuMEXSWipJg80CsQ1lEvNZpMT4etdLTSf0qpxmEarI8LnWYp+smFNX1rXuxxYabM1y6fP5Kn54K0Na9cui653gzuw0sp1YOV+R3UALA4rD8oBjVHTM5aYaQQHuWWASkGroFhcNrJbmRZKlwzG37Cgi1wcPQNq4cnZoH1Os+n51siV2uP6goO/J+6+x0eMnIZ56+JOkGzJzzEBPJ27icZV3x94nhUbmfM0v8sZ54Sm7Klj0HnVbX1ofqShhe8Lxdu4ljHD6SwygZuFb2id9Iyi09PbR76C7a2/P9F/xXN36hY6c3KFELIQsQfYQFcevvT4Rrve4OARY4YP2M7XZSQA0l+/d+8D6ha77n3vpzPN0BH47WPtdgk3GVqVzobmiUdgGyLxcNHoA7S345b32c9/ji6EByQa5jHc5U+bplRMD7fTeMZXC7zgCtDke3UHMV0X4/zFn/05hhoJ1s/F0de7WnhyhRBIYx5burmA8WfJh6t2/FtOI8sGlIYbTaY1xz1kvHFGZ7b4keMzanbaa249S/sYeTtMDNeQ49EsbMwZ19juAAZo0Tz05ps1+++zR4DqvprxUg6F8zjDz4ozm5sOz5lCT/gMFH7w1cln/H3XiNDfZX0GYmGHu/fsxk8nGe1E6uXI+KtS4PiN4/P56Ic/QpweCQEPhn6OF/X6K04kZzJshZNfoy/ECyradcqF9UHVuWcoN/rhciODm2SOaVMFGH8KLuOrQWHGNeNrRRfFwsKiPWtkbqt+o1Vf7URokBNhDgIQt4hY40S4RrCYMosszSHXCXNYE4B92dYejMUPnBK4u2uiwD1nVRbNISfCzQkjhp9VZbZTipR+wKofiJdDToQ5rEmntRAQ0M9peKJNdmWmxb6zkBWZQ64T5pBDzglzWBs8++yz5Ej1ej1fjRxyItxQ+OlPf/rd73631Wrxz/e85z0f+tCHNn4av/zlL7du3XrJJZeMbA1f//rXR67csWPHpz/96fWOj3Euv/zyD3zgA/kXz4nw9QWgPVAgCO/d7343eCCQ/q677gIx4MwGzwTPPRFpjZyv1WqnMT52lpzJ50T4eoTDhw+DDo0/gMng+NixY6RP/Ioz/OmFF14AEoM+eR6CK1hou91+5zvfiZO4AHfhJ1yD86ATnDekx09gdLh4h4JxOQzyk5/8xH/EVoVx1rfq9rHqNPg4mwOv8clvvfPkxJ588kkc2FMwAlcJ5/1H50AofOELX8hXYY0ALHzooYeAdhdffDFx8c1vfvNVV12Fg0OHDkGEu+6663jlt771LWInzx9SeO6550BFuH5qagoHDyn0+/0nnngC2HnttdeWSiXgOq5fWFiYn5//wQ9+ANy95pprMOBnPvOZgwcP4iSoEedx5umnn8YcfOwnOdkcfOA0MAKu4Qjvete7cDsI5vbbb3/55ZePHDmCk4888sjb3vY2EInNH/P8/ve/j2FBSJgnDsj2QX7f/OY3MdrIPHGMe7lh4cZt27ZBZsbTcRK3kxq5YjnknPB0AFh78803f/vb3/7xj38M3AKOAiPXsq+bfgUxEmiKQcgxIDpiEKDmbbfdRvymuEs9E4iO6/EndT9cafrnTTfdxHtXVedGBEtTHcGFMJo9DlPCZDAI54OXwtPHBwTZ3HrrrRgEE8aNoGHcgkXAyBiQF+A8fuUgvJjzx2V2DZ5CQs0hJ8JXBdcoABGBYfgXOLdv3z7i2UkAOqSRAeiKxyRj0jbGxIA444u7OIkzYJLE6TViMAh+ZOOwYzIxyslm4CEFcm6rEiEmyQkYMePFMc9HFewyiqAAfxBcRkvy2uefE2EOJwPT9EwLAicBzp2SCI0SfJLwTSb++RNds0ZYr0lz1bmtl9pxjAUBvWHCI+exXFQIc8iJ8AwAlTFjHeQSDz744Koi3Aj1ko3YQeDlntt5MijKe2ZNgfJ29t4IT8Sj+TjKk2u8i+9u8jCEW1qJoEnSdMz5gz2ennk2J8IcVgeIc9C4QIrEM2CtsUHi5X333QeagYwKXPRvhGoEBoWTuNc4FXCUKh+FW6hS5LEYhB4CkvfVV1+96mRw16rWURP//J3iRG+E2WJKeBZIhVvMGokQY2LymCeO8b6Y/1e+8hVMFQvyjW98g++IAfGOpxQTcsiJcB0AzIMGCDwz7mfGEuAiDoB22Ptp/BihXtAhD8ypiHtxF6ga/4K7kkPiAONTb4QS9alPfWpVKRGYjTlgF/DZ8qqGGcDdd999EtmVzk/Obe3MkPNk3AJmjj+5HWDCWASb/8c+9rEcbU4NaQ7rh18rvPLKK2u58sYbbxw/DxK64447XvMX+c53voMZ8hivg6mu5aVyOLOQc8LTZImb40XAZsG16IJ/9NFHyZzz75uLo5sKoGutSrHjkZ+vCUAcxUzoaYB+aK6UHDYS8lSmHHJ4jSHKlyCHHHIizCGHnAhzyCGHnAhzyOH3Fv5fgAEAIm538Gd8yP0AAAAASUVORK5CYII=\" data-filename=\"bijoy.png\" style=\"width: 300px;\"><img src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAASwAAAEsCAIAAAD2HxkiAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAwupJREFUeNrsvWmzZdd5HrbGPZ7pTt0NNIiZIMBJpEWRETVZ1kCpotiWIjuKEqli50P+Q6ryL/IlFSdViqyUq1IpO4lkyZJLVkXiIFHiDBIEQDQajR7vcOY9rDHv+65zLkFV+UPiAN2Q9kLj9r3n7LP3vn3Wc553fF4eY2TDGtawHt4Swz/BsIY1gHBYwxpAOKxhDWsA4bCGNYBwWMMa1gDCYQ1rAOGwhjWsAYTDGtYAwmENa1gDCIc1rAGEwxrWsAYQDmtYf2uWGv4J/mavGFOJfhRi+MAdQDis9xZ7i8Xy61//1svffLnturLMX3jhg088cf3pp58qqxKe5ZwP/0oDCIf1bq3lYvWnf/r5f/NHf/KNr3+j2W7zLBeCHx4dXrt67Sd/8seefuap0/P5iy8+PxmP8jwbj0da6+Ef7SEuPvQT/g1bfdf/q3/1r3//9//tjRs323YNRqgQkjN9dHSYZaVUSulMSAnYOzkcj0b1pz79yY9+9EXYBQcH0wGNAwiH9f96hRDA2YP38NK6/MLn//Kf/Y+/fe/e3bZtre2rqoSVZ+XB4eF0drUzrmsbpYW1tsrFZr023hxdOSry3JjwT//Jrx0dzG69de/s/Pz46OClD39wPBkP/8gDCIf119eD+w9u3767XK76vnfOzKZTeAsPDw4AZvfunf7O7/zvr736hg/GGlvkWZZnwIR5WR0fHS8X5sMf+8RzH3r2/OLut7729Ts333Deb5utCw6AenR4cng4eeqpJ19/9e1bb73V9tuT44Mf+fQnP/ujn37hQ89PJhMuBjdyAOHf4iiLs84Y89bNW3fv3n/55e987evf8s4hB7LQtk1d1ScnVx9//LG3bt+9c+fexcVFJhUAEA6QSoYQO2erqrp+/Zmf+dznemb/8kuf//ZffTU413XdZrP13mda50UBvDqdHa42HbAlD0YpsF7FbDZ75tmnf+gTH33++eeee+7p2cF0CLQOIPzbssBinF8sbr1169at26enFw9O75+fLS/O58BdMQbOucFlrXGAtOl0rLR2PgK5WWPqogQHzznPBTPGtbaDHz/+qU8dTGffe/XVO2+/bdaNi944G3wAKMLlpJRFUeisKKpx33fR91IIsGO1zsDWlZJlef7880+/8MIzP/SJj129dnUyGQ8h1gGEfzMX4OrunXuvvPL6V772zTfeuLFarjgwXohVAW4bQMwDM4YYAH+CC+t9AJ4MXisJb2WVl03bAK1VVQEYZhEpqzM9fF/XNXAdOIFt0/oASHXwlNIKQWiMlHSJqrpy9eozzz9/9+7d+cWFAPvTx4BHw2WcxWXKMjs5OX7u+Sd/+qd/+uM/9LHxeDS8ZQMI/4b5e6d/+meff/kb333wYAG0h+9ORHLLtALT0/Qmz/MVrPWasvBxMpsCQVnnYkCoTMfjxXxelAVAB54t8gqYEoxLdAuzrDd91/VEX5gnhHMD9cHLGOdZlgGqs0w/9vj13tmL+QWjfQEmKwNrFs7AhYdLOAMvxGgrD9evP/4TP/Hjv/Gbv57n2fDG/YesIU/48Fff9+dnF6cPTq11X/jSX7z11u1ma2IAHlJCCudtrhTgpt1sR6N6Pl9sNuveACPVZIx6qVmWFc4ZgGLTbMGv69uWMQ/252a9wmOcG48m4EP2bQffY6iGCwCzBIdRa7BdAcZgkYLxCfi6d+/uZrtVSgOSA+X0rbcMjFrOkBiV8t5tmw7u5+abtxcXvwv26z/+9V8FDA/v4wDC9+UCS+/GjZtf+sKfv337XtP2bdOsV6vARNP34/E4z6tkpgjJEk1tNtuubQEq4OwpXXKZS5XFoJwJeZkD/EzXbjYrKVimuOt51yI0gQb15ADw2W+7cjYCMJUZ4BoMUQ8UJ6UCBAZkThaRNjtjjZcOq2oEj+QraimD7SlCFACrAG+Pr+1sb/75//Lbk9no7//Dvz+8mwMI338LdvSrr73x+3/wx5vlCr4HdM3nc/K+Ytt2YCgWeeHRH+vnF+em720PxmQHbhsQFnh9GEcpSzgNmIhdDxQn67raLOdoOrLokDtZ21owHMfjCRiiAOAC6C/LwafcbrdwdgBzALKLFo5smga+HdV1sku7vo+Cww047zxn4A66voNbA0xmGi4OvqSynDsC7W/9T//suWee/vDHPzbEaf6/rSHW/NDW/GLxza9/e73cABfBj7DFOZNAP2AKgpMGNipsfhZN32yAzgB/xoA7x7DiBRCoJNAU4DRTQHuOBzii3a6Xk7oQzFvTIaEZ470JiDHXtVuAUVZlkQGsAdEt8Co8Akasw4ALGLBbgDucG6xWQ3EaBRB1LoAbud10223TAk83yNWbNXzjnBPAkBocRX92uvgXv/0vLs7Ph/d0AOH7abVN++df+vKNG29NxpOyrNA4DAG2NSyeHDaJPhrAab1e5xmYf2CBgokYgPpyIkkKkAAYRSJGQOliPl+vV+NRHfBoxFJITAqgM/14Mo4c/M9ucTEH3xJOBYiCH8H4BGKEq1dVXZYl8CFcGm4ADkDUtS2cGYDKyS6FiwI1AsIRh97BPdYV3Lz+yl9+5Wtf+eoQ5BtA+H5ab9548+WXv4shf3Djmm1wHuxLHjxsczAkS51JTC20relC9PA9+HDAYfBuVdWISaWLIoDP53vvLQAxyzMGnNVutps12JNCCsADWbZgQEbADGCnLDUcsDg/VSLy6DarOVwUI65dD8AD+GWZgrMpBS6fxDCogZMjzPCDQRFbc08JQ5GS9c4662NnQ9Ob8/XyX/7L//PsbCDDAYTvl3hMCDdu3ACaAVoDkkm0BfYlC15xDtYm2pwKfDOMhWA6gIEV6TngyjqwAOFFmZbwA2DGo7tmERaYd/CMUvzw8nQVDKT4AEiHczfNptmune0zQGFwANlAiQ04LXApGMCYgID/vINvqCDO+uB27IeXQcCnIgE4MfIy/O+jdZEJGQR//Y0bX/jiF8FuHd7fITDzPlgXFxffe+MN7OsL4PNhzQsLmAzAwAY4gt4JocDg3MzPubMFFqBpMBopgBlttwEUAkitkqvlAuvKhACEAJVRfsKDbQnGJLqUCB6EJQAUUAQ+HVilgE/rnA4BD8sqeLy3BqlOSbgTwK2lWEuKGwGpFiU2HyIggVapWFzgUyHdLTxSlrmQWQzZYrn87/+H//nfff5LP/qpH/6Rv/PJZ557ZojSDCB8RDkQDNBvffObQEKz2Wh+dtZsFoAOMP3Az8sl64F9uChFFECD3ETuhAaq8Zgqj4ZhUrFD1IGTFlnXrBWt0Wik0DHUvWktmKmiBCwlUIcYtMyc7+HxSOEfWOBnwnNSxrbbwDdlpoH8IheGimLgJuFCWKbD2P179zBFAQYqPagohgS0CZ8C6IziSXAZD+QqzLb/zjdeeeWbr/zxH/3xb/7Gf/6Jv/OJuq6HN30A4SO0gEteefk7r73+vVe++xqQCZhzbdulyuy265Hl2g3XRVDKBRddACMU8Aa736HBiTve0QLaYvvWeGA8OAm4bBzTd8oYVhQlWJRAW5wkLeD4QNeC4+EwA5RqkPHgx7bDrAPQJib9+l5UGdiZBNKgsfCtpGIAxCScGfcKFnRLLCEgnzDQ8hj4wcPgQXBB4dOBRX7jjVu/9Vu/s5gv/97P/XSJeZRhDSB82KvZboA6FvP5y9/+9lu37oBdib4Z2JlSbQAk1kTw0cDJijbnWjKG+Ox6Hn233QLWXOfQD4tAhq5vG0WBEtj0hRIX2zWXYtOsy6IAJMLDgAohBSYPwI3kEb1HeGGQYHnCj4wH6zo4GdAXYxLrBcAi7Xv8jHAm4s9WipApZvsGoJ5JWY9G8AGhhIRXwwcCV+ADAnPyZJ1emq8A0ei80AjO1pjXX7/xb/7wjw6ODj79mR9JPuqwBhA+tOWsvXvrrQdnpw/OHrx9523n/XQ6sp1OlWIK4zEB9n7bN+Qawm6WAJWm2zCDYDVEMgy4EVkK04FBSE/bGnw2ILnAeNcBMSKudKYdtThlmQKMYHodS0+tDioShJJ/CA/CKYG1AB5g38L1MUfvsG0CwAjWKfArhmQwNa/G9Wi9XipsHcY4DzAheaciFa+uVitOwSSPaUaFJazIugwY9LvffeN//ef/2+npxS/9J79AmB/WAMKHtG7eeOPVV7579+IMIxshjmokFjAKl8sls/7g8NCSkYmZt4jZQGN7pdCMRBpkmLXXBDlgOXg9lpgpLS/DJLC5yVKFxwEJKSKazEVMJAreG8Cai1lMFiOcygDjAuMZDNLAaYxxWVYAhAAn8HJAHVisCclwDQre4F1Rwff3zwz3DH9jgZuHl2dgiAI5Rwz2ekGmMxzcbM3Xv/7K+WLx0Y99+Lnnnhl2wgDCh7am0+n5egUbuC4r5tTF2Xny7sDlW6/WwJMHR0eiyJbtVrYu9gbYTuTctduu24BhCXapUzm8JOfKRMn2CcCApTK9j0HEHTiLokhnjpRwJ2RiHgGjmZ2RmEn3zHOgJBN9ip1iPxSGeTrwG4UEbxTc0YCpEYzoMMoQApG21rUpBhMJXS2YxHAkpiiczmSIBgM2HD5ZOCORmmSmArzBCD99cI7cPqx//xryhO/62q7XqfNosVxGbI4Q6/X69PQUtrLzDsy527dvA3ekhiBAiqPYSJ9W1wNWHSX0KGeAVh9GMKnYDCCUDiIJQ0Y9vgZtxhTJVIqKapCY8BGyHrFoDSxFrLwBc9SlIE2IHhnSYvQV692cTXcOzJY8RsIbUhxlHS1QbrpWihulXAVVgYd0S/D94eHBp3/s01c+8Ljl4Q/+8N/hh86wBiZ8GOFQf+etm996+WurxbnKJmVZXlxctG27Wa3Wc/imoU3fHx4eri5snWkxKgFYHIw6y0zvwT00PabOwa8UZZm4S4JDCI8ApoB5CDbg9zXbrfAM4BbIamVYMgNHeBV4HiVwLgItBDQ4MVrDqDkQjM2IhW/AU2iIIsYAPKmDMS2MrAYykb2REoOclNkXgEseYiYkxW8lXAlsaWzk9x3AXmv4PCnARj2cHRweHH3lK1/9vd/7gxdfeO6nfurHhy0xgPA9XUAJb3zvta98+S/v378HcGq2LeAny/L5xXyDNdBbQA7wF6Di/Pzs+vXrAD/vLBewvWOwAAnw+/pkWzKqgwGoUIsFUhfDOAwW0hALIZykBxOSfnSBATowmGp3+tsRURgp/85SZoPvXptyDyl+Qyl4fI5h+gHDK2RVGuppwlek1D825Rt0L7M8T1mKru/2hTUe2FembIr3r79+I2K6UcH3X/3aNz79Iz9cVkO6YgDhe7jm5+df++pX79y+D/aaDxhouXfvARiIYGG22OSQaqBTRQs+OxmPAZjU5udgW8NXBAoZloAgAGGyMxMS0FQMHJ0J+NsTdwUsWhPUfcuwCo1T59HONE2F1QC1BL5IF1VcgC/nUnUbnVyjBbtTT0yBnBRiQT4MiPIE6gqxlE6JMlPJUWRkr2IFHjfwmdC1ndL5Biia1Ki+8+3v3rl797nnnh02xgDC92iBzfn6a6/f+N5bUqDkGRZrWrdZd962ABrskCCuAPZLXQueqjNzpYGM0Ao0AEIvmFcSdj+ChyzDQBANRG1MAMQ8hisVJjgIachZEYzRZEwCZ1K2gKKaHAnWAfoENcgHr6XW8INDQu1JRCbTGbbSg0HLKQQqeKJfIk7AIVik8LugEAYYsJQebLHCW0ULrq1FW1dTkQ5Nvoh9b/z8Itm0YKO+/dbbX/6Lv3ryyQ8M+sIDCN+j9fatt1/97mvbjTmY1b1pncfyFyx5thYpjnY57FqHnUGILizDhoVSZwU+SyHQhCU06CRPuQeEBN+RUHqWAL4zULFFF8DGMF5KJBp2d/OODiPKFkb0HgGkDE/rkRvxQbJR05FwSuw7dDvWZfShIZLNibn4tvW7hfAFEHKpGWUO4YACXMKspEIflwJF+Ju6VB3uBxAOIHwv1sXZ+de/9tX1pgU2Mq7HRvWuG43Ha8UAjw6LTRA+RDki2Y2IJeeWfb9utmDsCZ0zBzzXB8x6A1SxlSKhLjHbDigp7Jl6ILznlCvnlO6LyYikKMsluiQ6hkhxgsLiKB5DbqTEUA0AJSZ5X+vJ6iV4gksK9JvnBYAHzga/C6OCnvQpgEVt+EEAfmBUkuWwihxO4nxnMKbq07OMq6KU4/F4s9nAIUMD/gDCd3edPzj94uf/7MG9My2VznRHjbGLxQJFB6vy4uwU9mWRwU4FNpLEgiFVfsKuDalhwTrgkgQXlgw8Mi7Tvr9sX0D1FyGSwZkujdkCsbNF2T4Gw4l2EatIjJzQS4UvWrjkLpKtie4fFrGheiI2TVEoB81mKQosiJPJKaV2irBvzhApjEONVzKVCrRtt7thInP6iME85WI+//Mv/cXpgwe/8Zv/BeBw2CfvXEOe8P+3BdvuwZ07X/r8n7388ivOwO6XgCUszaR83P27d6zpR3VtUVcXC7siVpnwnTGZUEQ1NckOpI1OxiHSGJh2Bg1ICnVytgti7iiRHLl3rmSxUnpdoS2b/LQfXI4QwvaASdEYwvblAzzPdFmU8BsAk6fsH3xAYJUMZk1YMoY5NiOyQL5fTPdOjYgkAkAnDGgBw7/BX335G995+ZW7d+4OW2VgwndrAZW98errd2/fXa8b04vjw9m4yldnZ8J5BhbparnIVaY0c3a9nINt5lwZnHFCWk91ZAlhezMPIURAUkqYYJL7hkYp2xmlyRYNRHqcSGlXxUYmpkiRUkauHbDlDp07btxdhqVcRaSeYJ46BtF5lTxJqmHzId0J9guTylMKtCDpxQBH4anC7ilOWcTdVahERusMPgW8sZlQB0cHy7W9efPtZuj6HZjw3VvWmPn8AvZgkWem3Xar81KGUaV6swJYgWU3Pz93GG8UW1ibDVihdV1lmU51JykfkNCxo0JaqTw6PQVbnzOWjiMQxUR6kQzRS6CloAim44mOiK/wD34hcQq0JFNpKRWjqX2wBEOjSmUZ6qlx1HFzLOXuKTeC5TPeSTKkqfiGEpSEYSn4O61lQqAejUcHBzMBdvko/6f/9T/5kU/90Gq9YoM/ODDhuwhC1JUQeSauHk+XiwUYccFlB9Pp6YNTEQO2+PRmOT8v6lK3YrvewF7VWpZlBu6aQVcr7MmJewzeUFaB9j94ZUA41HAEDpbiMUloY6cScFAiR0mOJWe7OOql5hKxo6TiMpZ4C2ttwo4AkTMJvZ5+zMsSxaAC9iMqhu0d9Crq87Cegqh+l4wnmqV4DyUlubjsV8JLB1R1s7YDOzQy17bbf/27/1ddjo+OZ+PJZNgqAxO+Wwv78aLNpOe2ybjlrvP9dlToSS6jbWE3g4sF+7Ffb3OBYUyL/Q2wR3ECRF3X+9KWeOnpJccsyewWZZEXedrwCTYpw37Z1rDLLaQKtRiTXZroL3Xfg3GYyHPXOJ/COQn2RFxAgElHFOguxW8QugyTKPD5gjYn3RvW9BBFw/d5nmtSB4dPjaTpRn0VyTPElyWVDbjKjRs33njjBtzfjTfeHLbKwITv1oI9J4LNlXCZtG00tncdCzocz4r5fXa+3AKXZMhKSdYJdu2WlD4V6cewybgGZxK3+z7sQZjBhAJs6aZpSlRYQyQwJLJAPhhDMpNkWJJ/h0wVAyb1MCnPSKECGY0yjR44LKnDoDQTZTXg8gizpF5jTCJGLPmmz4H0S1HkCF4XXXBcykS2CcGkWIMknoSmLnUxUIgR2J9safod9Hq9Jf1Ue3FxNmyVAYTv1gJw9dtGhZAJpiSjEpPcuK7I1eMnB/P5HLYudvZlOoIlGS1nDsclOZX2rnc9UGLfi67v9yalp+pt5D9gpb5pp5Rqw8Apj4py+jgiQqYwDeICNn+m39k3lIguIJJTKSnm80US0rYc2ymosgZnwgB0JdFaDDvnclcuELFcPJLbtw/87G1QIYCgqZ0Cry7QX5TJz9zp22CmA86D/RZgVH8M1sc/PmyVAYTvGghphgvKBEZbKr5RsE+dVnnbmrIsDg5n5mLlaMRSEo+h2H5Mie+Uc/dgvGFTfGaRGwmEZEBSmkKSdG8PW7ltG9r/l64EAUAkb3D/8/ef2S2JqXz0JOELBWMDXIgyCD6q79uuFBZyKfQad3CMWDFD95sCPCkslEJB1JvfeyqgS7C8VKBJDi1eDsmagY16eDA7OTkZtsoAwndrwXbu+qZbL8CNU4JNS3CxuiwHGnIxD9euTQAAt+4tvYvv1FzZtw1RsAWsTR4ysGilJjcMS5/BVBT76D9WeEpe7bXP2H7IGZIPNsLvojLwekWBk8ATiDkVw3Dsrog4uJcUYlChgixT+AvRK4JIvJhOC1YqXBAJkpCpAuINKDUlJUn/G0M+FBMSl7mJy25GNIx5giXD8zPUtjk7O1utVpPJeNgtAwjfBQRiAs2kLgfYy7Avgf2Wi85hnReqLc3yQh4ebVf+Yg449KrIEIqk+XlZBUb9D5iyBzol/kGCkjyKnXnId1KiQGLgzBFsFQ8ljsXmCaKAQxqvm2k0VrGD3qamQC7hdQYxCf+DN4jqpiFVxjCwSneBVA+fGEFgXTf29UaqE/h+6h8L5QSqacik/bZPqIQQ97eX3MKkBMepNwo/QFLj73g8/sx/9OnJeEDgAMJ3DYV916EUhZC51LjTJaYrwAYT1G0EBlkm2eGobDfbVdsBPOq6sjiq2qCkNuUYUrkn8zQhN2XAqemIJzcOQybgmoHhJzMuKmxqUIXwVY5KhJ5GeUYmi6Is8zx5jEkcqnfWYH2ONJE5uJUAXzkO/4T/GABPWKrqdpT2j/RoF7nzBFd6DKOuzgeyQ3FqDZiw5BTumuv3BQNwzC7mjve8E2Wktgz8DXAQTYeDaIbNMoDw3VmUUs+LCnZcsJZhT2AvRejbPsuKvmmNtXmRzyZq2xWN6zYo1bkqi1xytt62qKi9q03B8mgMbCB0fbL6NGc5/KVUKX2hhZY6j7zIZCk1wB3MV/xbAkmOcG6hkkVegEX6/bAtDmdypIsBf0zvvMGaVWkN9hB7xCGjim0qjAvwiNzI0HnUibHYL0XkDHRJjJdK4YLaWZ44poZG2aRUfapZ3Wftd+2IqUBgs1r+/u/97s//wuceG5RIBxC+Oxjk4+lhXVVu1XfWFuRHLVbbHBXNvFRqu1gAn2Q5n06yVZeZDbZXbLaNRI1QHYWC43vqUUhF1mTygWvJwLIsJBvrrMx0JSKYsRmAEKCQiRxcP9KTwB6/PLuUA4ZXUvpuX2KKoVdHeYg0u8Jbj9dCARvKFHqUeSPbFMMnEYBXBtVE3hvWGczSg9Xbcpw3ilrcYl9zI3hqKUY3MvBdGSnnqfguBZZSrj8V4qHWW5YNM30HEL6LazSdTsaz1fmi1PVqeSEZoGTmXdNvtpnWo7JqmyYvy0lVXJ2VbbPAKS0Ry7s9hkJoHAQnGYvgBY5nAoTlpQilllVRTrNCyVBVBcA7J33RpF+YkgF5Xgj0MVGZu8hzT3IyyaWklD7eHo6FCcCAjtxXzKY3pCyMisIWXNAsDaKwLoJFzTzPeuaEaKVvg+8iFsowqQHTKCYcwZbNBE5pQscUrGFyRxlX5BfGFCgWyZckzxCRCxbs9PBwEOQeQPguriwvRrMDrW6FwJXKcHJE1Nu1tb2R0k3HZeI64yyAb1blvdk2RBgp/Y0dQz3zCnMNMWDfUKnYJJfjsqjLalKUMsMRaABChfSo99MgkEgBk7jPCZAZ6t7H5Jjh1vcp2Ygd8RLT8i51ahiKCVEzB6YjGZEV6t738HoGZ3c4Ttt3HYabtt5sAHEs9p6ThoVPpTbJY8XoKFW0YsCV72KkqUmSxtWIyxq6yXiSDU29AwjfvQV7+vjaY6e331rO55jrw5lnQCCFDaTAGYH5eNeZ1art+yC8mIEzx8Iam8+DCK7M5KZzOWNlkSEzBlaqbFTm07qaVuWoqhQYonmW45bnAgzV1JPIcwEElNKOqX+WIqDAsg67gZlOWTtUxsY0Jv4NOIxWulw2mtqQdiFOqqJDGOJ4DG9TLavJfdfb0nItouZh3RvLuGXKmAYz8/BBAOQIvyW1fFju2b6Y1JOdKkLKYWJOJc/Lq1evikESfwDhu+gWCnFw5dpoOmu32/VyAXs9z3WuFWzt+fa8afp6pCNqHNqmtUAZPXAFlwArZzrAwHa9Ojw67FabXEl4VSl0pUWeZ5PRaFrjAvNUKwnwprozHuBH9K8Upgz4rgMjkVLK8umM8hPOY1ME0RRVlkWU86WojKaWCkZDLigaZOD8FCIywIOO+ibApEU7uZdcgZtqgzNbFNlW4Cg6ZyVWHSieWhw5Q6n8nZgbp9nDflfnDbb6aPTCB1966cWXxNBWP4DwXV1lVR8cX7lz881UTmlIu6msqqZtVpt+u1wyH6XWbmuwbi2iBL2j/gOSFIRtbY6ODpjpZ1VRq6zMYlGCF1mDQVqUBRyFGqHAk8AsWP6ya0RKtWmpoIXv6rmRjwIepV0SzKcZ9Lvxvaj25LNcEHkLLMuRIc05FNakfB/AG0DYdZ3KBdm9QkmLfAp8bZywKLyBCXhqN+bEdUka47K+nKVSAsYvrWIwDI6ODodNMoDw3V3glV198plXX/5GXRTOoJU3Xy66rl81rfG66/LO4pxABxajCUrlnemphgVrPiuhi0LNRvm0mlVa5UzyjIGzB4fJrFBVqZHRNGCWUbachtrLfclNYGLfOphy6GCHUr+fktjvDuBPKfWkL8NxMndQeY4V4WBFSlTSEC61I+26K1TEMRfGeKwWAPb1qsq59bGA+wIjOoSVi5hcJK9WBEXhUZmaNPa9Hbtuj5TzhN/9ytWrwyYZQPiurzGqTp+sT88s9ghidy6ABQhtsTyDTRowNtN7jFEGhuNAYf8LHDqvs2lRnhxNpxW4gTrPEYRRR3gqzwuOIBVpwCCXCYSpMTfRXvLDkknMd8XVJLgvqQAtBws2sDT/jPTaABUGbkzDLUgcyIZ5eLoEtRZjVR02Q9EPwJSAQ7BSI5NOUqshDqkoN6uAnUsR1UixzCAw8jaBY2Uq3WE7HX6++4zg7LM/+plrjw0gHED4noRnjq5cPb35ZvQGDFGMiPY98NmoylrrueN5nne9EW5XzKWVrsq8KHRdlrNJXWPBC4oGovinoGlngEeyG5WGYzWVhWLZJttVkyX87aSgKHFIisDUnUS9f6m9iGue7+vIMJlAxicGOVEJX+ik65QUtRHee103yr5HZ4NWombaW43R3SArmW0y7qyJ3hGdUlWMx4qbSH1Wl2MqEgjhKk8++SRYtsMOGUD47odnOK/G47zIvcnjCE2x7WYDhFFXhWt7RUNwgfc2mxbgAdioq/rK0cG0zKq6OpqOSvT9AGt6r7rLsWCGS5KcyN7hbu1W/AFNUUBd3CnIJMHsEMVOkDcChwKFpbb3Xdpg/3IUmNkJQ8lk0ybxDNLtDRos3QCfHRrAChDGzt0MTGreYjI+9JaBZ7trL6ZeRzhdFOxSm4NTrelTTz392c/+2CB2OIDwPVpVPQoMyMOA+wb2JOxnoD4WeVVUYPfhzAkWMGCZgXmpZrPJyeFsUhT1aFTVQIkF8N2+JS/VTSPbpcDJXsOCXSKPs0s1YCw9I0XfXayWdH0jpgRI7DDp0rCdAYvfiXd8cqDnhgXa8RKKKcSyJ0bmgJaBz4CJNWfbdlTIUcvAYaQXYvY+nTzNYHRi56qi26okfL788q/8yvUnrg97YwDhexUjrUdIWgo8Os035DIxYW3AgCUK/mI0FIw4ILxRWR9OJ9NpPSpHWNCVF1mB84xSto3YDWmKcurfZ1r2jj7B1D/BKPeAEk9JT5tyf6kHFx/cS6tdEmYadabjrr4zNdTv5o3uRWvStZKMBXC3VChDYzyysnemsLouchOMDc5hcFSHVHuKpQKX0t9UOsPE8ZWjn/vczw80OIDwPQTheHL02JPnZ6frBYZGwQmcTWer1RY4IbAORZwYq+s6z4tJPb527UpdZ6XKS7BEC/AGc6o+Y2HXUJukBJHl2J7u3nktUieNP4BPKvrG7g1szAUnzfM9xgIhJLJdI5I1ljqPUOkCXqY0zv0kk/IdMqV7GRscF4qiAZiSxDiLLLZe+NjC2WJvWoqNYuYQPnF86sJnuxbh4D/80keuDXHRAYTv6b+pzp558WObxeLtN98wW1/VNRNdhnOwrVY4UaUnPYhCidm0PDiYoMUmVD07lAQVoiTOdhPNAifQMIlEmlTlSdRwpz4qdgkJ8vVCUGKXrUMijkFj3mJfPLqDNBWXYTwzchKzQPJyPek4hbhXF951B6KyjGTWsiTvTTU5mmuXeYVTJYTWQTsM2CjjOspMwuvBxhaogoPIRpc0hp/9mZ9TQ7XaAML3eE2Oro4OjsIb3wNy26xWbdsGwgxQYp5ly+UC9nRVVaPxqB7VgDD4FvuPlCaeRPn75FAlNw+TEJiQAEC8MyKz66lPCvkpQRj3liSxEEuJupQw3AmV7v7CA3USjCF0KSn9XrP0chYNVbN9X7wUWU7w3pqI86GwkEYS6OVOPDjl5uEUGB7afTTAP8Vk8qEXXxy2xADC93rpvHjy+Zfu3rrZzOdt12DknrKCZZWDfQZ7N1f5ZDKezbAiTWKavqLepWQoUtaBEICUxQmEnF2S3jtsRbaXxU+OIiUgUEwioELp/kjkr8v+d0zrCezap0d2sRyM0WDLEd8DO6lxYzshid9IlTKTEoW3MU0pHSnH6aQCTCXjxMuMuoD3AqqBZ7n4mZ/52SefemrYEgMI3+sFG/LKE0/90I/+1De/+Cdt3zV9L7WaTqd1Xp4+eFDXJdDgbDY7Pjocj8eZyiMNFRTYQL+HC4qkUa6O72ShktpuiqykKYUJg/EdPRMJkxIFznyC7E4hn3IdHvN5OP4CHEVqhrDUQgg+qHAoK/z9kEpyI6n+M1yGc7DdA2u1sQLOxJgxVoHlrTRrUYnR83T7nhT98SUA3CtXrv2Xv/lfDT2EAwgfEg6FuP7MB4Mxt197Oc/z09NTACGAA+AHO/vw8BB+HE8mo9EIdrs1PunJB2r422kT7oeuJGU2sdOj3+mAsh+Mef41kiRBjHQeH/dhniRYSIl0FNWWJCKa1Jxw7hK4hjSdO1Xn4PTSdwxX2hWFkm4pHK21zLSOrNWU1WS9xdIbvjOMKTTLnOD/4Ff/8Uc+9tFhMwwgfIgRGv3MRz9x8sRTs1df/tZffCGYNkaXF+BKFfVsMj6YHR0fl0XhLNhw2EWURuoqasYH2ChSIuSk78JQh2LXxZcsVngYQUsZ/+TLEcB80qhIeEXLk8IsgmXYBCiCxDS6Sz5h3DEunsB4C4dzqqqhvAj8ceBNUoWq2AuohRS8QQfSmUyz8bg8a1pg0szx3vmOojuk3IbJeiXkhz70fMo6DmsA4cNco9nB8x/5xKtf/yulcVA1sGKWF/VkcnhwALZoVZbbbYuG4n5KWRrGBO+MoPm+kTQ9iX80pSMSumQSpQ98n5MTpHQmqNoNnTtsjNhTJPwodSbIUQwMXFLJgfcC30uDOp+E7k1v9vVqQeA87rjvkLocPEqy3JRmhHvJuJ+Vats08ApwFAPNMLyc26Zk9k6pm2H9+9Ywi+K9WEU9evGTny5qcAmLAPjKNPqHo5EusryuFGlVXCrn7qa7UA4d/1DHBE7TTW/YTsyFX7YO7dIZ5PiJnRAwFYSKNJBX0AMBvUtq/KVz0+AkLjUXGQY5mVZYGQ7+nVL7ETGeA2WmkaCpIPuyZR6blYmxMykqpWqNw7JpQA3/vnq/BHs1Pz65Mrz7AwgflXV45apACbWocp0VOY2/BXcqu5xPlnIA6ZuUamCXirpoHYrLqMxfny62j82kau4f8EvRkRQpasrFLsfIds0XhM6Y8oiecWBXnqGeKdyXpL801ers2pGA+3AMKBFnUt0XlNiAP/gLIevuMyCUAyGpbqzaG976wRx9VNZ4OlO5DJ5lStdVNQFLdDqrqopy8zLL8l3fHX1N3pdIUyh27ltMGoMJW7uB2Pg/Nuwy0t5mFOvkuz6KRJtpWlPck+Zu1CDYuCmtuBfvDTH5hij8uxeoiNhpjFIxkjYJSkDtCtzAVGU0voKLXdkbVuJxm0ZPiFRSg02LaihVG0D4CC1gi7KecQNw6UudzWbjYjKD/R2Nxernd2jIkzzhbujSnrV27Q7oEPqQpgNylAtNbRGOKj53BEV4YqlmDcCWirV5GnXGkMpQWDiCS2g5JQnBIyTlwuCEAn8RZ8+IuEOo4MFm+JLIKJQKQO8jdQ97uk8a4m3ASZTY17vjZbwVsGUDxpPa7XZ46wdz9JH5tMvzvKhQnlDnLjhd5qLIeJGBNwYGoycRNE8mXxphzdgPlHBS+nCXEn/HUymbsQMr35ujl3UzuwncyK4UMg0pxYF+Xkg1NDRpLTmfu0KZPdMGlkY+SZR3Sz7ovpwg0bXb5TOoQv2yonV/8yjILeIwl3dgwkfp007IqirPbAv7fTS5KqpSViU2nBubtjXuaaog2xWWAcVggRi21YrkbtGYh9QhQR+fKSmXMBNShWgaiUTctZsjkVJ9qCRDJGsROZ6Ox4S/RdZlFsW5nfX7jl6Kf7JdLkSQei8QW7DBReBPStpTRQGcX2ZCZ6JH51LsWjcu8a+Lcjo7GN76AYSPlEWaKSXzLJtMxqjURMk9IKVUKRr3RZ0GdQcN7HDSSnMMRyghJPSumyGlDhEWwEKkERUvGdKD45ZcwZQ5TJYoXqWnwTAhSR7Cf5ds1rnQGRTtJ4cPK1HhuiWKDAuwNhnKVUhqyUcyhS/BmjS5iWrBMWpbSF6prJBWcOcuW67ADZ5Uw3DsAYSPGAiLOs0Sw+pnnaWaF5SiCclYpHYG0/c9TpzGWRVdD3gAv04S+/UoQCGURrdNYuASexUICZiy23fiih2VUj4xOZlYUoYUiEr4qV7UE/j7vkMpbqAw6sCAKzvnUwxotVymJAeYqFVZkVsZpOAZj/tzJsPW4xhepUodKjie9ckYTQU2tk/a3sMaQPjIrHp2UtZ512wo5JKhgHxgJoQWcOeMjX7btevtZrVcWUvRmbanilEHlimOlwDew8EVmAwQ6FtiPiNzmKWn3P0uQ8jFrgMYfrYsuJCmKwWiVQz5pAnYAP5tt+4cay3vewvIa7YNTndhqBSDStydUUqh2o3agB87RuGNSIBlJk2PIbeRYcyGlyUvmgBcbSmy6gnpEUfRDCAcQPgorawoARolEkuKYLBEJ20PxmB/fnFx/+58sVi0bWNsZ6n6JKUGqT8dkOvAnJ2OylxhSmBc5UqrPvhcizzL0+BRS+Lz+7QhINyn3ihUOEWBbeTD9BUo92zTLrfmfAvgR3VSuAegaOBC6ykjDz4gqvdGnUmt9LgsDkfl8agCZsa2XTSYUeeb+Qh3NQl8k5eZ9L3AzivnaXA3j33XDu/7AMJH6d9a50IWAAjwpGKanRI8jqpw/cVq+dobtx6cIwKBY1arNflrmAPEhKHAVnXhLBiITetrFUdVDoxWKKbA6lPClzbLclToRXPXXw4eFczDJZDW2pZ4EJ1G03edD/NmfbG2y9aervptZzllHXiPlWwozE8fEgBYLCHwQLJuvmxuC/bYbFppTOTXmpUSdg8NNsUJTX5SqhPt2p61BHv4L8/LPC+G930A4SO0wBHEYErACUywebENz/Tr9fLB2YNbb92dz1f3zx6g6oT1XWdSzjykSaEREcLAKg2uuVio6AsZykzXik+KrB7pepSP6mme5ygQjDr2KGMBDOqwLNs7HDBh2qZpWrtp3boNmyYujFlvzhvHNp1r2zZ1LSXopu93NWjo+O0m8sLXt+7eHxc5WKal5gelhj+Z4FQgg62SUyDntt9l/nFaE6qPD+/7AMJHaFFA0mIyXKOUE1DSej6/cePm7dt3z87Ozs8vgHVoJIvTWQ54oGQDypaCIQlk5h26jiEKyZn0Lo8yF+ywFodT/fhjx5ksJMYznahrCs/g/DOL010MWJ7g7927fwo4v7vxpxsHTl3rDTJd4Baz/2BA4jU4VWynRAUWpGGCfidBSlO6Ma+/NphU6YzAEK7PT0YFTvYmFp5MxvnGC28ZVdu0XXPrzTevXL061M0MIHxUFrKc6xUDo09yMP1Wi7dvvXl+Nu8a12xbHwxwjOud5tF2W8DrynTgLLpgW9NFH4oYnUAcA8kBwYFR24LxKbMgLBfnKuq6roCkUGlGS+qsjbbt4BSI9ovl3Xvz81V7tu7XxhksnUnZf5p1TdXjTvCC2ULKUVlkOqOaGUzCp0m9JqnaUPdG23ReMKtwOu9xUfIMMIewLavioFZLq+CzAn7ftm+/+8p3nn3++cPj4+HdH0D4aICQ+IXhmKQM9jeYh7Ct4fs0H3tUV13Xau5lNNJ3aBAyk3PbBydQNZ/y5SE6SrKn0hVUNAVjkslzuxrpnMZAsKzINVfekT6FA1O0B78TzgxwRDMVZxXuSkhZUrtAexcVuUdKTHI9zvXReAIeJqOJpZvOdhanO3U0Dzso0fY9tVWgs9qJQOpVHCxPARap1CNdKN7Dk3B7YOX+1Ze/VGTZxz/xyQ9++MPDBhhA+EiYo0pXgpssm3ihqlxPsvKUxRr8qlHRR7+NvVSlAC4c4dzcYFyaGNgb13Z961lrbe/QTcRoJuUHgJisZYarzWZb1zX1vlvqJVQAIR7QOMS52NsWzuZdECEWJBgVceJvUhnmmWSl4gfVaFyXGdi1Jc3ExtxkvulNh0ZtaKn2bdv3KmCBTKCiHnBrl317UtcoWSp5mfODAhzTwrMuMFPncvPg7te+8Cdf++M/+m/+2//uiWefG/bAAMKHuQALZ7dvzs/nB+OSuoSExvEu/uiwyrKT7bo0q7LZZrG3occJ2kg2vU1zO4nQbNeb7XbbOgQAqopiu5DkCrvgcXpFnpVFMR7jEDWtsxADd06JnZIFvtNSYqJPJy0plWrLUn9hkalaxl1YR+0UgXGWt8eRTLkS8CIdhOcuZz4TotXMoQSUFwKTJ1iYCtDEeBOvigxrSR0/0PlHDo6fmcxGeeGVfu3LXxxAOIDwoXKgM/ff+M6Nl1+2Td9ngBwU4bS9Cd4cHU/qkV5kvBVBxQ5MPeskDrIH4Dksm6EyFzBNo+IejFUUacKSGRyoplCdG4fAlIWqq7IeVVU9KuoKaM56I8GL01ZpmvsLDluugT0VtfyR+Bq4eR4VnyJOBU5CaVgrh4BFRTVn2r7ZWqr1phls4MfCy3kFmJTSK3wYx05EBndZ5IBxbDDMMgzz5EJeKYuTUQ32rYoYG9qcnw3bYADhw1xhc7q6e1s5mfO8KsdS59LHsiyvP/0U7Odg2/7qwZ3v3Xx9vbYyGF0W9ZVZUYhMo1/Xt83FWTOfr7YX2KLXU6m1B+TgoBXsY/I+jx5MyKzSuq7qyQkWxtmG684HKVBoWABGxkBf4GwCjFFyO6LeMMpqy7IaZXkBNzMtJ8XBRNb1+PgKRmXXq+WD2+1ysd1sV+t1gwI5WC6X6QwMWmRGgVOjgEp1lmtqyAcMZwXLlMhi/tGnn3zscMJdv1ls3rp5M39yUD0cQPhwQzLRTyZTswaG68uykGRGyqOZCJVoV3zZJ2vzEz/9s6aPXePPzi4Wi+Xy7Hy5WGzWq3679k1rXRSqlOBXaizdVLtZnECZfZLfTvoYYJdy7BxGgQm0GnuwUvM11aymm8Gxo7nCGU8SdaLyqsZC1shub7bNehG58P7bgFAhVM59qaQeHZzMjm005xcXF3fv58YCqZYq5piXEFkOHCuxNh3HsvkMNRB1KcV4NDJ2u90sHzy4aOedvZgP22AA4cNcqzu31Pr+YRld74rJIbZCoODLyLPGNg9ufvObb799/omf/XmAyf1bN9585fWbb7x5fraabxbrzTpkWWNM5oPAzGGsJ1oxXwpZZSV4gbnkuZ52XReD9BZMxiJJE4oALifgrQDECZE5HgzWkbY64weHMyVyrBF30fiumW/gXrrobi03BvsnRtRXiFkJ+FLhNcArFDN0O/PpyWPt6jxGyzw2FxZSApyrrFBZnkRxyohipJxb7+dN0y0uFt12AzcR+82wDQYQPsylVfbdL3z++Olny8msxmR6RCk1b/x2ce/mrQfnq+vPPq3Go2/80f99883bZxdzXuhyNrk/f4DNvsbrGHLqnyjy7PkXnuk26+180WwAm/2VowPUyMD2CkU9vyQxinmI3YQ0JUgHhkTr4Zu6rMej8XbbXcwvAsd3//Enrk+uHPbRN195fbVac2+pwyoAlQK3Xr1yWBTZcrU6Xc2BwAHZOLJUyKQ2BXAvirKqa5lpLJMBso4izzLhgt92cJ6iLLreZkG0m+WwDQYQPtTQKBeu2dz++rcOPvXpajTFnvNguvlFc+/O2d0LXR20hn/x//jDW6+8/viTT37mJ3/i9Ox0fr7s+vX923eCt5FxTQIwj107vnL12M8mF1Kzqe86nIbUewd0JcBulDJjgttA4hbgNGKBKqlJZQU4cllmLEqLrhYLYyM4jyfHJ9bao5OjybUTJ8UzK/+db7yMBT1KgPcXIpqaH3z+SSX54ry8cfN238OlTFkVs1FVSJ7M2sl4UtRVxGFvmDVxIR7k6qLFbOZoVBZVCSydeRHj0E4xgPDhBmbaHmil9xHIR5Qljzz0xp6v2pUpi9m2ac8vNllZPfPs84uzi9O7d7XWdaGffPL6/O4d75E0AYO5Lq5eOfHWrC4WBna21N6HJhiheT0ZAylVZZVTszD2LzlqMsTpolLnKO+WK7AaMce4WK8BX+AoAogBt5v5shxP6qODD3/kw+vz+fn9+2l8jODs+uPHCpi1c5n3T187hoeNaU+mkzFGYiJcCjxBnWk4fwSk4vTtIC2blfrekukiq+syCLler4UJ41E9bIMBhA81MGNdIXUcZWpU8iLDjvfOaCZGxTRXdV5u62k/OziwPL79ndce3LsPWIJDgGSefe75s3v3rXOTyeTo6BDcrmaxBsvvsJ44FgBZNJ8M/qByKRxTUK4AFbC5tNg3GLF/WGVliUaj9dFYOx6PVV6BgzfSBY5M5HJ9Om/btphd/eGPfOz+8ZXTi3MJDmtVjMea0fTevKzWzcoGNzs+OJkdjfI8KEqciAj4ToMRyer1QsbRaMT5RYZK44BMWZRgwDo4w7ANBhA+zBXzDBCjylExnmpVstBYZ6LOWcFYLzQqZ6tm008PRk88+7TnvNu02Nmg9ZPPP3v9uae5A4aBV2zhTNZ4C3u7ykejMQ79861gHpBWl+V0MsnKnLPcGg6GIfpsupQ89mwtc12OamDitmszHzVOpxl3Hjv2UV8D/jSR6aWS4vrV6ZXDum0aMICbpjHtUjBq5QhuXBVHs4N6jNeNOk299yjnDYiPjHqGI3imheIusoUTJyqTcDfgLjo+mQ0qwAMIH+oqDo4VYEBneZljEAWVP4MlPZgkLgOs1WybzXaJAjCmY30jbBfXi65tsYfdOpy4wqjwhQmw9HRZoC2olFAAcMzFH1LIB8fxpm4+EvSGA1C9TWCwxJYFJ/U0axxm7zmrKmwvtk1rmna7bjZ37+IkNsEcTX1pSLkwoBI3dlGMcaz3NCtKhZYnjQvFPxIVfuG8FktSUz8xqS2GxXLe1xIHDxc5avDPBrGZAYQPlwmlHp+caAZuWbHTycYIKU04I8GlpGhotp3FpiXTtRvw+kLT4B/ShOE+RiUwxJKVqsjAgZRFBQSkuUw6F9VoLFTG4CAUwYgY+iHxUpJ7CiRKn5HKU5DS0fC1WOgswNHwxKgyxoT1uu87FKTBXqQkIewRyDqvRsDhIywNz3OZZSyJsKXB3ILEOvbNSmmOBcC2aa0xHvUcMYSqRDX4hAMIH+oCwIDHJrsAzltIcvU4eXeXRiDnCgU+owWzTkuVM53zzkeVyxI3da4xt840AqIux3leUioQkGBzybXUVVlOJlOEnFc0YNukblwseyMpQwA5idOghhrWonqHOIosLwum0oA0ZiYT0xvv+oj9hj4l92VWomo/EG+BEvkiw46J5ATShDabZmJcTg/G34xjpHbbGdKyYYpnjrHHnh+G9Q4gfKhLTw+z6ZSVXhUlT12ySd9zPwQG9i/OSOPSSgMbWUodauu9SUOOMMwCGNVgXWLSAdV4Y1A8KM00j4qL8WScFyXize/GzqdmfGzURa2anWow4JCsSOED1nGjyJr3RVXQYyLLM7pcdA71TtMQGDAkJXwCwIXhtVyAqRvYboAUDQVNOqhEgMm0pikUGuzjKEgZEUCpTBBPvPjxYRsMIHyo0VEh1fQobhdgmQGGbBARHhFg7aFSGmxx2LxS4xjcNFkp48ICDgMcvEOp+MEZYwDJQmPcM5quyLOqHjOtTIva+BG1P3dzdSW24/aWudQsn/gqdRJmee6Y8qiAYYB4kSoVNl1wpR1N9w6kWZrhSHq8B7Rz4VkyjgVp2ICFjFNmYricn8GSNLgIgqE4TaSJMQDEa8+9ND46GbbBAMKHHZs5voZauailyzCZV+aiyn0w3GNHb0BXDZ/KOeYYMq3Bo2KkhL1T9d0PJ9NESwW27aHb57Wop+ANqugDCq5JBi4d21m5SZiQ3EKGoymS45YERSnVXqEIt9+PmKcRvICrDC4PJJsSDww+MPC+bcIXzY0KpH5P9ix+erjepvhSEo9DgSogWEzVl9jWGNiP/cN/NGyAAYQPf+X1uOEPYkSRGHTodK7HE2+X0tkCSMwDiLxGv5BhyB+7kLQnBF52wach8kWRlVWeZTkei8upHCfCS2BQi+KlXlCjIXh6VhCNKeqed3t1+gQupDWcc815lrT16VzJ1cS5aEru7GXUU6NGKof6iZiBJHFvYHKcAeOwtRiwblzvnU3TNAjteI1iPBYlygWfPPvBYQMMIHz4y7jYNsvKTQJuZByjwsEJK3PT9WDTwab3xvPdAJX41+M6ADis/kTnrCh0lmEDBDFSUDJPI1hoCDYNjEdvTKCwNnbNK2z83Y/9uZwwkwDMCHVwaao4xdm+OE2JJeztop37OYkYbcUxhnGn4U1+J/ZJplFRNORwN8wXPk3SnFBdFEC4RyfXxDAxewDhI2GOVqMiAzrpyCYMac4uGpBaYeKOCIdkfmEPJyWYmA5II0QBecmpS4POFM0SxQQe4SuNWwI0gBmJVqKPND2QI6XR/47vxhkmZac0OYZa4+EEOCJRYWRFO2vBFqWJMp4LUp/B6THYaMxcT7kSS5EYzM6niaA0TCZJcsMXS/IzeI95gTfcNs2zH/zI8O4PIHw0AqRF1XHNmkYktkCxJtjMPriOmRYsyWi6/cyWNG+aYTGapP9oim86D8U7vr/QkMQZFVgdg0l2zyhDwINwYNQKzfKq7G3Hs9b2RmLoM9UGeBqJ0QOzMdKlkELBd7osgWZJftslqou2j8HZrvOmoznZTmM/hsJabZyTwVA531mwogOqSDkq0WMWw69scXYGHxtXP/jS8O4PIHxEIqRcV2O7Xcc0NSKZejgTwriusyRSvx9IJoGOCGFq15G0T4WnTEPKa+zPSmfWpJeBNTghgTNNvUf1bozMIp1iroOGKaHek98lLQByGVDlnhzhJ7JF8cYAn4AqDIfSZAygu10aUIjLUYe7KcJkiiYGhIdR6Zsm3Gy2m5Pjq/V4qJUZQPjoxGbKyYMH96NtmRxz4CyOGvXIfKkK7HJhBTZl89ADc8AwKIu2O4DRiBhGliSJdJNqaNBAcjRIQmIiPukMkyabAVBgHkQAMznPcOJ1JCEnyisEwK0icURsINRynwAUpdYO69XwYE/hXMlqi4wHjiPzgVo0iLPRUg0BpQGwCo9bz9YWrgqfC1mp9METT1UHR8NbP4DwUVm99+vt2vW9KqYUCgmUV5CMeiCASnCSBAKMKqYZy6S4WC4Ap9loFNluUG5EqrHks4U0nL6ajgGAgA7w1HAg0m45HGfPMUWI2X2dS4OzDuN+tKCkHl+OyoY4qk1nel8+sGNdoloO+GNZhhPOsEhAeNPjQPpAUlEe2ZBqAnDMDM05DZ212w4wiHUFOs8ff+FDKsuHt34A4aOyJgdHOAO028jJ8b7UkiWKSyFQR0WkMRWlAFE2rVmuYCszJDfJ0uRrHF0WYJOn+YOZznVdY1A0Cq8V44aMXEf9hCGNKGQ0NhRNXEchTC5916WoTw6Pwvmx1gzdUyWAFx1VwgSUBBbpdtB9hXMGZ+iBFAjFrzjo17mu7Tw90uF0RbtpWwanynQsssNnnh/e9wGEj1JsJsutjf1mkR1bzBxQBRoWeEmJw14iTnQIlBNEdUHa5AcHE/T/oucpQSDBRmU4Jy1qoRW+WGd8NEIVJ4fpOVT+9b2zbUSFGDBNaR42ZhRY2IFRKHhVFtLEeawaNzYKFMGAJ0ndEItqcEITyuDz4CxFcwHPvbddkv2GW3Fp6qhnPSAP3EW6czjlqjWbzuZwPi3zg6PDx58c3vcBhI/SvzXYfFl+/+7d8ZMvpWHz5P7RxFucBMiTc7abXA9WIqX5ksMWqWLGe9cBKlTKGeq8LKqjY15i0Zlvew+MtFkA1TLbx9g5v3VYik0DdWkuYapElYLLPCckYXEqmqTeW2Mk1uBgIQyK7VOICF1CjLQg5DwOJKTuCwrIOtIjhg8MQ6clBPp15y82fWPjKONw8mvPvTg+GqZQDCB8xJjw+OqVB29+j9tWyMoLcLc0FoBhiQvWn0QclIvhGPTsaMsjgMCwpCob8gY9tlrocnR0OD4+FmUeAEPeYrVMd769eNuslh7Dmca6zvd9aFsc5QQYQxrD+Rbo/pUldl5oTeOVUA44Mmw6ZB5nG3oCIZW8Yf2nQvPXcbSHMZ6TakQJ1ik0yihfyeEaxvF1a1fb3vBQlzovyg996rN/reR1WAMIH/46uvbE+c037WabFSVagNiXLnH+H41A4qk3j3LlMaUKIspi811VSvIJQ1YX42vHMRMOwzwdeIVwGr9cmW6L41+877sGuxJxOGjfdy1At23hmR4NyRyFepF+yVekvEKglASqcdN0JZpGSL2ILM1sogPoMSpLc6kCLjmH2IPlqTEKzOF5126tAbv22vHRyfXrVz7w9PCODyB85NZodjQ5PNhcXFTHRzTEjynAD6UBsIiMeoGYD6kbKRVts11WjiKe8JTW9cEhM11/52xzMW/6pqjLyXSqmAC7EWDXbAEIWMlJo0G7tt02Tbfd9piNkLJE29LrTMVUNUM1a6kNQmAGPlLTP5ijFu4Dy6+dg9MyupnLJsP0lbxXnEOI3mGIm64/azZ9cIf1aDqZ/uQ/+EfVZDq84wMIHz2LtKjKw8PNdnHkemybACcsk1FQMJTzaD1wE7U/+LTLd7LZgnogsPVBinzUb+3c3Hlw+63V6dl6uZaZvvb4Y1c/cB08RWO6pllHHwCkyILAic12ud7cP1+jlJPKZtPpqC4y7A+WWZaX01HcJR6jRSVvuBcMv3Kc2sQC+pZYDZfKQWkaG6eJ3LuacnIFgwGP0rN1Z4PD/QSG82c+9wvPf+JTw9s9gPBRXACkopqeXrxh7KpQFc4czLAHlqeCNWLC1A30zum2VOeGQC2LPCoFcFqvmvmdB3duvPW911/trKmmk0//1I8/fe06uncOzNGuQ3kJ27Z2ve7v3p/fnq/QFJVm1dq6UIfjbDKZKI3Nt6nm5vu1AliWbalpkKXS8NSkRPfB9hYpNUnRvVHbsO0tuJ+Y9rDWTY8O/+4v/fLwXg8gfITdwutP3/ned+KqY0XNRBZw7EOgJkC/H527m1lNoAyCuo+YLMAOlVkRtcIITe8bK9qNG5WTDzx/LMtys+3Pz1dBFp7lYIFuGw942G7b+WItuPzAySxS/p0ye/2mjeWIyarmOJFXU3FbQj21TFAMJjmBIeyy/1hOisun+BBWjLqI6UHFhdeb7fZi2/eYzpSf+rEfr0fj4Y0eQPjorqwos6zYLFfF8QFue06xEEqOJw4kQQriRCIptAtVAVYo1zl1PQjmWZZXR08/m82OmsW5KiSWrQV/895d8A+LycheLDabpuva1WoNxFVWhVIsdTIBcXmvgAYPDg6LqpI4NwIuzwH4aYiv2Pc7XSYedo4qIi85hylOgwlDhDRnQMXLttvgGLcIxupP/L2fG97lAYSP+pJ5uVwvD6OhqX/SoKuFURnY89g6hHl16qYnYxCz61nJMxy+GXbyShGAW+TjOMvyUdX0267b9k3TR7eez68eHj72gatdt5lvLzwzLJNGeBsFqlSEoHN9ODkaTQ+KeqR0zqWGWyC4p5mFNI2QwBao4QIRGhCBe2s57todSVMGpTp83PR+iz1O6F2OxvULLw69SwMIH/mVV/Xy9FY0GyY1RjxpXotAB9Fh3Wigvl8CIdbEKBw2xrDhD21FqpxBrGAJGufgjN1++37TbNfzc/TcuLh7+24lI1icxmE1ahdd22LSPs+LUonJeCTqMXwKCJ3j1bmkxAj1R5H5yfyOBOkK9GkQWfzB5VFByiTtjKazWxN6l0p94hNPPlVWg9j2AMJHfo0Pju++9nIP3tpkHL1TUnmlfOqoIBZMje04T1uhYHBUKN8ZPMVscKQZWobzxXKz3jx4cHr//n0UwgjeGLPpO2/aPLgMk4+6AZqyboM9+9IK1njfaSc7l2mX5VFhDQB+CHCaxStZCnh6ZwyapnutGrZXKN5JyGBTYRofjParsWa1WW/bzjovdfbCSx8e3t8BhO+DNTk68TK0FxdloSLYc8ECSmwMjivPuWEWWAmnT+MM3APUQQTqMb2LlCgPvO/NxXy+WCwAfuv1ets0lOqLXdf1AEIwSh2NEEWVX+lYhgQquINTer9ZtXfc+XbTX41qFh0lKgqGrlxUrCfxbJomg1I1YV86wEhmbR+89anxWKSCnvlmvQ5+gwLDelSNXnhxAOEAwvdFbAYstvG4bVuzbRXNfcd6NIFCnXGnfY1eF7h9vND9tu8x8W4ceW1t228224vzC3g5/AjA42xXh912HZasOQO0ZryTKOtL0hhKG8zkocOppDCAVKWXiwVzFSq75dh/CGisMq9TcwYq4UduLSOhROxg2pMiT8U9VIMKF22tX3Wu97unlFLlMPhlAOH7YgFIqvpgtXlQrzalRj0ykqdQ1DGPoryARaUynuXny8V8uQrAbqjzgj0R2w2A0pyenrZUioYg5ByIS8IJAHsRE+1Cyd7h4YXOSJsQaDUDfhOBK6nh6k1npGq7ba91VtU5glOrFjuD0QHMNKs0EmGgLl3OAql3Y/0cKslYzCOCQdo4M+9851TTm85x60LTt6vNanh/BxC+P9bB1etvfvPNyWbLqwAI0xIRqLMMbDxjUKUpctFs2tVyaa3vrQOzs+8w+gFWKFDZZrv1KFiqskyDiVgUeaG0r6pNs14uHfOxVjlRk8YcfYGiFc12CzYpqrFhut+65YpUpERpsjzDqzcAe+xvZHUhJekGA+Up6iN2Fik6lRAA5WLfYIhLmrDYIyDTPBjs+031N8MaQPh+cAsPruCIz6bJpLDGzsYTnekA7II9RFGQmlnXtcvVKkTsUVivN8CH4PSlbIHEFEUNnFbiSPliPBoBDW63m0lTSRKtiBjXUUVZwsnB1AQKBQeRxuVGlHhjOCaiQcNV2NZJiw1Tk7pGzSgcbCaj5wUAEdgVW34ZlZLikCb4CpzcG7vxfN3Zpu3gmUAtvZwEo/J86KMfQPg+WfX00AW57QBS2wxIbLmdjMceAOkijn3ByhjZrNci16uLpetct9lu2g4cPgCGQntTFpW+Mjusiwz2vaRpFuJ4AgS2vDJrVisTQ14Uk9HU9HazWnHTr9abKFgHBiwAsIxtdAIcUS7A/et6kip02N2fg9cIvAdYKuSsktgcwdmucYmzznRNZGeWgfEJdAqUbbC+Gz8zwBAeleMnHn9ieHMHEL4/Fph/o+lhaJc4kwyQp7P1ftQRD6xru2ZjVqs1ECOYkc26Bd/PN+DxeV0DQsXJ5PBoNhnpbHN6uriLOjSaIyuWRX0ymvDjI091n2G5Wm/X4eK077YanE0lZoUOZV6W+bzbmI4D9W0cmJbYRrxttlguB5gWFUCyaU0OqCxyTtozJC4aXPTb1iw32y5o57nFsnIWLEIUAPzjP/mTL33sY8ObO4DwfbPKenx6dufo8BBHeYawbhtqs0cpM6pds+Dmbbo+eIchlL4Ds68qirrOD2bjUih7/+zuemu2jbE201pmsjPOrJvl2bnMUOMQbN31YtE1DVZ6YurBiUg6v0UmC3WY6ZXn4NxJ73QkvVCGucXeMeezaGXHfae5tuCvYqai70MDrCfEqvNAgT0lKlAaHGeS9pnwTz/15H/667+WxBeHNYDwfRKbuXZ9ce+mMX3qV4JvSkAS+GRYnxmxJMUGZx2OJiPVazBTqzybVBXr7WI1b+Yr16AqNuoX+sij1JrE7EM0c+xj6o2h2SyY4PPRW1SjIMm2vmdbFMiwHK8F5idgFICaUzcFZikw3BqYwMSJl14B4J03QIZSrjYtxmikQM04VAFGZQy45qQuf/YXfvHx6x8Y3tYBhO+nNTu6JvOqazdgAOJMFQObPJZllVoW8kx3KErhtouV3TaBdJVYa+x6zYHUOoCoxcY/gWl4+L7bOtTRJnl953eTCQGFgUWDpqRjSQURrywRRoA0LMmRQTBqq4+VwpgKzRRkFrnTM5bDy+H7LdwlXDPwdbMVGUqSUgZfpUkycM6jk5O/+4v/8aUk8bAGEL5PzNHRVNWH7Qbcwp5z7JQFz280GgOs4BGGBl90Xd9uNtjIIFgXXLPZ5ELUVTmZzsqy1CiUL8Kmi7113aZt275DRRnsfbAG+22BI1FFRlRlnWcZABHQGLgAHxOMVd9T1agmi5JzgwKKGSrfG8O1LrIMVUmFMCzASfs2dpiqjIoDMaIPiM0eYMQGcBz5Cx/60GzQdBpA+L5bQsrZ4XFz+lbXdVpnRVmUQtd1lWV523YKldawfzbPchxhJsX1Zw9CZ9ttOzs8PIF1fFyPatv2/WK9nS9MswkLYKyVdQbA3HYtDcmVWQ5Y4gC8vMxdDOB8glW66c1mvVmj5gVOx8ZMP+d5kVNRKlqwTGM7vUTzWFChKHYyBRaAbJE2ac4wOK6BJImPZ8e/+Ku/NpoMcvcDCN+H6+oHnr7xnb9EeXmBoRTP+qzWo1F17GdM+G3bgmOmcvAK5eHRIbBfVZbGoQhUVVZZNdJ5CV/L6YxPxr63vu0nZtM3WzBEl/MFoDcrCsC2kKJ3Xds0wJPSWfAcVeHABh5NU5uuw6GlnF00G2aC9Nr0qDVaZDJgiQy2bMSAdW3Go/qTMYYaIGPvZUuDCj/3S7/yyc98dng3BxC+L9doMhvPjrdn91JApTwc18ezfDQa8di0W87CdDpR4Dii/TkB2IAJOi1rTsLBQI6onE8DWXCgPJZ5Sl4VPq8VRy8NbEvlwG9EzadomUkj7bGJeDfut6TmQKzWppLtEMPKADF6HKWGPiQWDFgsGccZwGDTSo7II901ZlgEG9qEoJX+5f/s14a38j/IJhr+CR6qRaoOTx5LWta44wPpaOd5NptWo1HS54afyqoAszC1+eEUCuym5fgAti/1XdeQ4IRF4xWeZwLOkTEtvUglp4bCpDRphs4oBYFQ0lBEmuVLs9FGGYZewRrGOWlpKkZCJ5Wj0qhRVHzyJL5mYzA0jOKFl146PBm8wYEJ389reuUxF1EvsOLS3rvQPCvrI1mMi9H/w96bxVp2Xmdi/7CHM9x7a55YJIukxEEcihQla7AGKrIl2bDdHaMdo+MGGn5KECB5yUMjecl7XpIgw1uARoAgQdLooGV1S5bcliVRsqyBGjmz6GJxqPnWHc6wp3/I+tb6976XsuyWZZIii+eIKNVw77nnnL3Xv9b61vd9ayrTBaynLykEghdH3qam/0psNCtgm0+NWYdZYgciDDsRdh1cQ2Hoq0LbYG8L713Cxc4s73Fhf+CupfhkT2Hxseh0DFSCKl14eLvBQ20cczY9he8p9YCUdalRDW1XFIWmNjMGa+KnP/cZu1rEuwrCd/Tj4KFj6wcONcs58lW9pDx16MT1g6dPUox1sBkNOa+2zkv4UEBXuIRXous6X8BHlPJUi/2BXFKidIxN01KoFbCrUB4VqOtght+xIBCK+GS1jyTnlKj0Y9p+DbiTcu9oDBPh0NV1U/LYkF8pW69hTZMVxSH9oRiN73/o7OoiroLwnf0ox+ChVbMdRIDN6rbbvHb9wNFDOi9UNg4gk4LwQjFGdWPHa5t4N1qsqxlTRjX7wgT2nIAHKMWdLPvl3fLM2savyH2K/q1r4VgPEwtVt/hKsYzB5nrn2qBqx6tkeD1b7DB7lBDEMt7M5F43MZtVXYPlhWrjwPi2M3esLuIqCN/ZD23MLWfuufraBV6N5pq2u/TKKwfHoxy9WQGJbuNchklAlmETUtsgE0JxKFJ37Kj21NnbxmFOuJxpxB7meIq3cSvebtFl2NxCWZNniF5zARk5fPk3UTXwL1w4XSNrdlFHCllUyFAbY3NawMIMFKTUd3be+gjnt+PHTk3X1lYXcRWE7/jHiTPvOfjCk9V8K1Rquaxit/PyS6+Mx2PKQrPZjH5dLjGis5nK8ox6ufm8ZZ43rOmDjxR6aOG6dmdnsVjUWJOEKQYoalkIBbaBspsbBMMWTttUhfJmbMu8bcSYkGyCrhGmgF4Y/3GwpWk8xIUsK+y8op+8qNFpUrF68vixB+9/336T4tVjFYTv1Md4bePMvQ/99Dt/oYFT5tQW3tid5VXdQF3oZsvK0GXqZqNxNh6DWRaw6b6L7LhU1d32zmxZV8u22d1tduuqbkGEySP7iYaQYXl9hDoiz0f5GL6EJpYUgFrTk1tDJa0yFI2wfIJ3BWXGBbbJNMFQBI9aR2VoWF8vCp3Nm26rbedd6LowmRYnDq0dXFuZWayC8OaoSLU+fee9z//4r1yVbH9nu7vlaDQZrdOvN7BuqXPleNyUXRvyEk0gJuZsv8vqJy/z9A4bYFoQWej3VDp65C4qSY2KI6PpuacjXbCkd0zNHQ8f6Hmo1KW0B1IOlZoRPoeNChW6TJM54yyVqo7+yjZh3vql85XHhtO1YjTS+Xg8XV2+VRDeNPDM5P4PfOKJr32xqneL4kBF0WZ141QbXANuWajyUC2XratG4xEFSkahkbMDWnBFpiJrl8LaSGdq0RgWTChexh3Y3MkWmaFStjR6lPHuM7jSuAiXNdSjjjo8bLSHa2HVdFTMemXoz3MV6Bl1zBc7mIREpRsfwEQd5UcOHiiz0frhY6trtwrCm+dx2933P/O9x3d2tqmMHI2hq1gsd+GD7X2eFdTqxbxQrTd5oAYuM1ZMeS0XlEWe1a2nXzf0lApNaiEbBwYNto2qWObZqMipd6M0mMNXBi699LvA0qbM5pmNVdPM6rnSYydQjcEsYtbUtesg/I9h3lQYKKq4Vow3JtODkODDFHV14VZBeDMVpebMfWdns11WQjjZCUORU46odDSavRCXnbd1O6JCNM9yS9UjOGST8Xg2X1AshYxirstttjaZ5pTI2JuwaRoAMtrA7J797sEIhyGG4bXzjhpA5ym6Qx2175ocKwuLLFD2VSHqCqY3mvfXiyMjpcHxoSnlQksRSN99/dLlyfo0y+kFFSsp0yoI3/GPU7fetdydVbvXX3v1pbquy7Kk1FW3YXe2hL/FfEHhRCViS+3axOic/pRhwFcWIypeLQwRbdPoLIPDWtvVdVXmRbG+0fHa3fW8pLTKBFA2ZuLZPCVSaPid7xTVq+Ouq2oqdrEJytBX2YjtF1QPA2CFYsmURX5ife3IdJSV+NHLxl28dKncnXZRr5l848B6OSmn66uhxSoI32kP1/m68fXSLeeZKY+6eINSTlXVZWHatgPQEkPT1G3bTCZT6tgozHa7tl4qSj/0lW3XUs4q6A9FQYXpZG0K+aHWmzduHFnboOqz9X57MacUB21Tbqt6CVZNhlEhtmDkecReiYCQjqrzoeMYNYolv8iBUO5q3uV9YFKslTrXTqsseLe9tTXd3Mx34Yw6L8t500zH5XFjp9Px6rKugvCd8YAVRdMtdqvlrK2xZH7pO10gI9Gdn8lKQHCuUebpghow3mZPHV7TwYWGUh4WZFPOzHNTamz8BBk0ZBlA0LW2RfxoPYYf6aINzmYqz0xejhrsnYcVd5ZTPiuCCVSJti21kYVRkZ4FGRGGMmYolbUyVIIeKLPxqKCXYrGqPlTz5e7uLlZmYxFFXtchnjqZL6vJZLwaH66C8B3w8C5Us+Xuje2d7V26mzFoiE2o2vVJeeLEyUuXLlErRhVp52JWQHW0XC6oi8PiFgY9Wc/g68Wyo+hlTURZFpQwNTagRfYvZZcK7HPS1LFVddU5RQHdOFOFzCizaCJFUkbBrouWty1R9FLZC78ayoEBz2DRSwJnLXN9Yjw6PqZ2s8y0VR6LTWe7u9mNG5QojVcUsdnClevr06OH6tqNx6tbaxWEb+8HlZFblze3r12d7+7C0L5pKOF5rOBdHj106MyZMxQ5r7322mQyybOsXVSjPNPluApV0Jbiq6oRjQ5uvLbFMJD+plVRL2FAESlNUsZTrbM687mqZjPqGVFkehWqZkmpk6UTrad4RRwqagCD8hozQSpY6fUwnY3p2ia3YMyFW9enByfjyWhcwk9NB5EiVgtXuQ4yC0dxO/b0LmCMSifDKghXQfgOCMKdG1vXr13zrqX2D8sksgz62a6lLEf55+ixY9vb25LwxqNRBAXbU+Fnbc6sMmXKPLK4KYIiGluqMDHHc03XgLTtAJ5mhhftMsoKfmigIjaAmAbkU6ylWGLIK2XqBtYxkBJai1WhFkvrvaIf6g+NiiPTUZlnJdWi8MUX1nd0sITzgUKd7S+OrU2pEKXIX9ZudYlXQfg2D0E4lHW+WywXCouWKso5BWWztlXskqZzMxqNT996euvG1nS67Fp/+FC5a+dN01A8eV7JiRG+j/P5cpQXFBKV9w0GErwngvpGUxa8HC0LWdvU1C1SjVp5V7etwfwdzR6WYMOeImNVYQeWNkzfWs1r2SivRmwp9euFvW197WCZlQB/LI8RsS4bJWuHLVDOxK5ry9Ho9G23Hzx0mGJ6W8MODurE1WMVhG/XGMRsoNgYaWuoNqT7vigKyk9N05oA5plVOYXZ+nS9WlYHDhzY3to1Rk+m2bSaBF2EuGjAidFse00RaBUmCqppXKdsFy2FYnQN9lWMcu3gP0r5UyuqSMHCoS/NMK9XHYVipMinP1IFq2oKfrZwgkojV561Uycm5an1tWPjfDIqbUZPzsJD9ie1Wnd0bDgqgwul89N33n3s1jvKySSqMNaayuNRscJIV0H49o1CAP4oOA9evTSbK2xcgfq9bZuCYUoD3ZAJwa2vrVULFKvYVjgZG7ukf0E+MtoWxe5sxkksRLbrhdWvgbYXHWYELhpZO+GpzMyx0YWK1bZrqZ/TeYGuz+Qcir6i7+jAjhNJhMWa7Yxy4LFRQTlwY5SVYyuAECgE0AAHW3BnCA1xUxT5oUOH3nv3e0ejEZbZU2yHrOn86jr/go8VxeFX8qnjXp9Op4dvORGwrB6lIRWSCmpb7P107IPv2ZKCvuzUiWMUlh1A0Gy0Nqmdz8oSbk6+0+xXUTdYJLqE3wx1fPQcsAMF/xNzv9jQF3TBIQ0i8jqlF62rEYUWf3SszecfBoSzKCnKy1wfmtiT0+JgacdlhhVrVNBaeFpQC5mXcNYAaEp5dj4zk/E9Z88eOnocGK2sONRIuWwsvnqsMuHb8sFbHNBTHTt54uCRw1eXNfd4bWxdpBKQI9BwZRjZkPfQxrqK/vrW5oSKPWMPHRgvl/V8dzkuizq0roPUvmXLCZlMxDTDgGUhnkRjBF81S8qNWZ4B1YzBKC2YDZbWR6/5QT+0sLbU8dA4OzzKj0zy8YjNbKxFuEfJrLC/j/Biw177tq4eeOThO+5+z3g84q3agGrhk8+YUa/LXz1WmfBt9mCvejwoqO64686ipIbQtTU1ZXAwA9TROY4oDir4vpjpdG1jYyN631XzcabHmWK3/FiUZYGVgPDQpoTFq6295LRk4gSyi+Yv5vVnjt2z+Z9YWI//FDNssqzIs3yk1dEyOzkZH5+MptO8HMOXjZUXAHKMBnWAW0csFKWf++AjD99zz93T6VjUGfxVKFt5r/CqIl0F4dsVluljEDfriVtP33rXHajcsHqsDTEgI3YewdI5Bcds6va0VdnBYu2Ok8eoCqWUV5ajyWR0+NDG2lpJz7a2dtCymWGe5zx1MBKQw0+B3yHvb4GTDXWIxpYZhu65wSyf/kj/UZu5oeLxkTl1cHJ4Mh6NiyIbY7kFhoJensdmlvfAoBr10R665c6HHvvk2kYiiwbKhNZ6zQIqH2aLenW1V+Xo2zMIOWH0jyLP73voQQqY73zt8VB5Nih0MJZInWNyQZMJHsXYySNH5/Pl7mz35MG1yWR6bWeT2sPr12fT6aSqa8+hwsJdJcueJB8iGaY8FdkuOIxGIzEjFTiUIutA5m7bmE5LOxnlJX0pEqCRLJruFXxZDq8LpZvOHrnr9ocf+9TBE7dh8yFHqjwo33Jpa7fmcTT2G+PVoGIVhG9LVGb/YzwZ3//I2a3dnXPf+xGVn20TcvgqaZtLcRfYK9RrkEJB3RyVeZ6Za1vzzes3KOVMbVGXZRf9ZLyeZQ39FoTrDj5rHTWKIRj4BuO/NjHRstJmHK1laV2mHJWcB8bTk2tqMiqhAM7BkgkoNy0wFn6R1iCeS5BYTeP16MDBRx777PE77yyR+uRUgSwf4oyguSRG6G8vHaXS9XJVcK2C8G2UBNXr8uBwGbLs4UffX23tXn71NVjHOG+NDwBnOKUpMQbFt1v2GqUejP6trsud3Ruu6yjZLG2s2nZkMwjjKfnlOVJf22aMV7rQWhu1oieNFFgZZBBmktlRptas3hiZ9QLtpRBoVBIeap43pJfMWdHA8kJlPi/vef+Hj916uhhRuOqfrbb7DGy4TaxdoKJ3lK/i8G/HCOIKSH7rYjCwka7+W1rFOJvPzz/7/DPffUK3XV4Uk5K5KygkmXpG0RWxcBejQBj+IlibrmpqYDpVcDvbiwXGFM2yaR0QGrjk0wWmSO7cAoViQGYzOhaZKvNiI7cUG6MMqa+AODFHEcmlqealUZF7QfpL+psAu3z6uzKMDt/7ax+74+FH1w6umT4CY+oDYXjaiD9+iHkGuUUOmbAuVZiOVkt8V5nwbYCK/l3/qPXG+vr7Hn6Igu7p7zxBUdaakGGUkNAzq7BtkB1HMVlEN4d1SrkeUyI1485uZLbFzL2oqsZ3pu3aurMdhhbRubH8CMMstRGLnqYUdTA0NaycB0tNzDLkbzgLAxCNNovY6avBHbejhz768bse+eA4waESgYrBGJUopfhBeEnGYqjI62vUvO3GhV1J71dB+A545Hn+3vvv3bxy9cq5lyBc0jk3V0yx4Q0Tw9RheAAI1cYjmozNfe7CuICS17mibQvn4M0dQi77XLBhl2tL9JxQPHC9GwKbC7MDjTF6H6xKDWRkxrYKuW/VrQ88dOeDD43Xx2Z/Pk9oT19S4dTA01hePoO6FjGZbW8vDx9eie5X5eg7pHFczObPP/3Mc9/6DjWA1sCgif+BN/ZGBjm9V6HjuR+WRsBmG3xuLzZqvusU+8coB0wHeyewWylQpEC0GKJEkNZFSoPcaqISHVa7AJixitX0kAtSkI83Tj3w/kc+/dn1g+uYc8a9KKQjoWNDcJnnOyzx5kGiUYB46GSxwJkuXt6k7Hz3e25Z+QWvMuGvJq5+8fuOvnJtfe3sB95vY/mTv3zcNBUloZwaLJ1WtkSOK835ELsiuBDEGiZkIzbV1nTXB6zg1p4RFi5DuVjEyMFECcE8H5m9HhXfCQUT94VKylH0jxY6xY2NX/vs79569z3F+rph16f9D4RfX5oiM1tZgWiElUAZnIvnaMfj/+F/+3Jbud/9zEO//ZmHR6sWcZUJ37IHVZU2N/rvz4tou/DDx7/93BPfzZS32BnIEGVAEFG6U6GVEGAxIGAR3hWD9BioBm3hGyOpCfwx78VsNPIGC/k2qkD5dJA41My6QamKV6qZ8Kby6LTdOPTwZ3/rzIOPZCOwZ1JBHFI3iK8MvD2NEVydWk8J/MhzxmC5eN1euv/pf/nTJ35wjv7m9lPr/+K/+r377j1tzCorrjLhm/nwLsx2K5up9fyXEfUUuXnwI+9X1j//xI+7tqWiLs+pR0SsGJtFgzJTc+qiLOhjp4Q1GkRrZDLYzbD6D7wbTpJG9oIyqoPUF6T0FOJUYqtaai9Rfxba+mDX77z9PR/80C0PnM2Bq2iV9LyJnqZ4TK+tDAXTBjXOipGrUc/hLF+vSmsnxShiqqhfurj5L/67//NDH7j3U59436994K7xqFgF4erxRoefDzvbywsvbr52cevTn33fL00PnE4mj3zko2U+ffo73++qLaxpyXJqEYXGiWqRR/nM5WRmjIFNYeBZiOZuLQ5iBq3EvFSGfhQkjvcNYiLPsC3jNDwP4Saxi8Xpsw8/9KnfXDt6BKOGVLP2lZPIJQR12YtAefr0q9UpAHVf8RrePsM1td6p3J89/tQ3vvPM2fvP/MZjD378I3cf2JisgnD1eGMebeN/8tSFv75w+cb1qm31b2TMWPll0YiyzO97/wPe+Ge++4Sb7xgNpQXDKUiKhkIOwzxnmVkTtUMcwTINtzqGimgUQV0zTNXRPbhKz2A993fGBB5JKB4MUq2oXVDl2u1nP/jIf/Qbo4MHUsWIEjRFIKaCmDsYYRHoPsyM9pxq8eSGi1u9rxemdNzAShEVMciqrJ90Vfjejy98/6cv/5svH/tv/8t/dNedx1dBuHr8A9CXGOtF+9L5q089d/Hy5qJta9eZshj9w595NB498PDDRw6f+Oa//3I7uxG7LkcyNFz4MTnbSExgSoAVulGAmyDsa8zfUVsCF7U9fCKSJE5P2vGaRB0zKV7z9fUHPvmpOx95OF/b0EA3lSziHlIgalmVkpxWiVyDfaXpj8Nq39edO/QcbSsLg6l1hbFiUZaM26L+ff6Fzf/iv/6Xn/joPb/9mUcefeSOdxWCugrCNyb8Nq/uPP3cpYtXZsuq25nN687xxgeBKP4+2Ojflg/H5e13n/nsxu9/64tf2L161XcOuIrOYF2IuYLhEDG8hhDoZAe9UtTBGW4HMYin5BgSQCrlKEvjMb6gb9A28576TLtx+21nP/vZI7fdmnN5inSa8B82pokJx6Gkp1JDmcb6VnCd173V2APD+Mu2dYulz23J9sKe3gJLMgrKxCyyapYh+8rjL/zZt55/+P5b//iffuzRh+9YBeHq8R9+zGeLp557+fwrm21N92XWOre7WCzrOgTGRowvR1lCEv9hD0k4x08e+80//MMnv/+DCz9+yjUzdIMUPlL2IWVFxiMlpvBH37U8tuDt2TDDt/uDRLNxWuD9TJ0qxtP1Bz73mVPvuXs0WZNwin32ExPh1Gfy9nrOe4qrYlFoDADr65LfEIz0FRdf3bl6fUkJ0TcdE3My57zhRG1h+JbBnoOK7aCoOv3Bj85/6OE7//k/++QjD922CsLV4+c86K7e3ZlfeOnKSy9fv3ZjCUplQQc8DFeauuGpOJYilWXBe10i345vjKJnPFl74NEPluX4wo+faOaLgMl45GqUAwH9nuJd9tQsBso0gsuEIGOMv4EPgQRHIZVtHDn14Cc/duru+0xeDJEUZfNTlCMgDmGmUwKUoUbU+6Jaqz5O94ajmqX98cUXr89nlQBFeG3wF05qYzx7SP4aUtRSzH/vR69euPTv/vAfv//DH3jPmduP3MQF6mpO+Pd7VFU7nzfn/vq1F56/vL1b+6DG43JtDZqGxbyezed12wau2fLcrq2tT8rR7/72+44fpc7wDUPhI4yh/KVXXnnxJ09de/ElE2rqEHm6p+ACoyTeuC80go/C7iKIhH7/oN3RX9lsMj71vnvf88GPjQ8fTMoJZYabwjPVTaeQk/mDYDBDrhvAV5WZ7G+GCqxwgttcxP/+f/zaj378ojZYqkEvj9paeZ2YXmLnk6IelX6SU+DLgooAc1ScKyeObvynf/Ch3/ncIzfrJGOVCX+hR9N0893m5UvXtneaq1dnV6/v1HVDdyvdNzlW/+m6aZYUoG2LBgyrN4H4F0Xunb5ydef40TeSM4nbPbOnz9x+/NTJc8+88MIPf9jt3MiiY5qmKIk4TsDSDhKEyMz8qgJDnPygBDgaHzl29rHHTrznjsDOa0IAlbzHWIwWOyctE5HXl5tGq6Hf23tlP+/V0i9XrsyuXt3kQb8UtkagVjgPU3/pvCRrdJacm7ULUFUxLHR1q/qf/+U3vvOjc5957OzHP3T3ZFKugvDdBrqore35yy9du35tvvRue2e+uTmrWxgxYUvmKM/ynGqtiqKwbVzwgjPS/VMUpbXZ1s7u9s4BH4J9QwUE8FKi5q8s733wAUrFz/7gifr6NQUDtSCsMp3QS5Nyp2YVlVSUzCMLOlu75bZ7P/TBU3ffw68tusj/wHM+qUGjaDWi+Kf1TWCf6/TfCDv9twBQFPkvnNvcnS0B7mhbWNXCO1+2lELCiN9GTFMoBbOzonJSzpp0DjTef/O7L3/nh6/8we+d/aPf//jRw+urIHxXPNqme/W1a6+8dnU+65YLt1wud6u2rltQJekWzu14Wo4nE7q7Z7PFcgkTX2ppIHqH6+54fX1jRuVptXv9ehvVm1DzczDkuX7PffecvP3WZ5988tIPnvbVlsawDgRs3mgvTtuwxgA440Vjr70tbnvg7KOf+JQdF1GlmTpueGlcNYul0ovuw5lRFrsvCH/R/lmprWX4+l896wDo0k+x9Alhoxvg1czDMhUr22yZd20XQ4szgGnlbHIFPb/wb+gluC7/f/7kyT/5s58+eO9tv/2ps5/86D3jm4KAugrCn31QaXTp4rXLl7deffXa9rajIpNXO6BYclAvULYwlP2ma2ujcUHJcGd3Pp8vxK+FS9CCzvaDBw60nZvNZt6FK1eqN2BG8Xc+JpPJQ49+8PiRU89/6y93r1+B35J2stFFxnpcYPLExNisnNz30Y+dfvihCJ63GkwJzT5itlZCUdv/sCplwl+8iEA+pQT35HPXXr607YOXbByhEs5r7H+jU4FpOowhoVrGPwf+6Wwn13Ui0de8HlzrRnk1W6i//MH5733/wsFDax959Nb/5B99+L73nloF4c1QczqKmd35lUtXXzx/8fq1atnAeDB6K1YNneQGJmrSbTgZj0dlmRusua2XFSxDYckpglgzma5lWbZ5Y6tpmujNxa0bvN7szYTXlCoyc/rOW9fXPvftL/1pd+NqJ2oKzQ0Yaknc1ibPDhy/5ZFPfmrt5PGf+yT7xhfK/sPRSB26YGoff/iTl7rWazZWpNKdgs8aqtZNXdWAXzi8QTdnCYaUwHRfwlZHc2am1I0LAXWx4lknTggTr29tfeHf3/jSnz915sTaP/ndDzx89q5bTx8dj4tVEL7dH5TQmqZbziuKs2rRLurljc2tJTwi2vnMNcuGche74QqJ0orZe08WwexvTI/J2GIzWTefYUmLmOJC6EBN4mhEIbq9s7NYLIMXQwpz6eLOXXccfbPfGvZVHD3wyKd+/cmvf22xeZXLUcsxiFH7xsb6ybvfe8fZR8brG2/d4Rbj5auLZ566GpwWjFaEyIKOtnafMyrQ2wAuDjKhytlmQ0GdyJ9hRPGKXVRWC2MAXuKq5PWk/qWLu//r//7l9en67WeOvPeu0x/+tffeeebYqeMH3in35LtiREHXd7ZD8bK4cuXq5uZOvWxm1N61GE354MSWAWofJzcAiqggVhQhi/IR8a1DiRDWL5MJpUHnPFWhSwpftqtHN5jZ6dr0wIE158PVy1vz+RITQjrcy+lnHrv/4x++Tevws3Dim5DS6ZedG5sv/fTpy+fOV7PtLERXmCO3nX7gIx8/cPSwzfK3bNxG1ebWovtXX3j+i3/644Y+lK6h0w3DeIZfSx5W8Hq21AHCbrzAJhxKgmgbvQfarIQxZ0QnyTAtnXmBz0TkSeeZLhuDZS2xZ8rCiePrD993y2O//r4H7r3t6JH1zL6tbTVu/kx4/eqNF5598fLFrWVTMywu7u8qsmmL7r04+cYIjM0zFCi3M+/C7DF6rCLK0QaiP6nqqqobKkc5A6EKzcuCcmSW2+3tHSq0QP9gU08qkC5cnD3q/dgGtqt4M89UBlE2Dh+572MfPXrXnU//5bfry5sbt5x65DO/mZUlW4a+hWdfNC9dXH7/hxeostcs7BAOXOCz37OowlgzuHUItwd2b/R73wyIK1+dQNcKEv+Y5ieaDWsiOymzYtlEJ/474M5eurR99fK1v3j82VuOHb3/fcf/sz/+jVPHD66C8FfQ5m1e33rumfNXL11ycIIwkJn3xoH8a1TJVZOHayEmrpbufXMxxUqef8LOohIpzxCFbdc1deO6TqB88VAZ0TGeZXXdLpZV20EnBJ+VzK5PJ5s35s+fv/bQXYd4+fyb/t7pvCjz/ORtt45/63Pnnnn+0KnTeT4pbD+8eGuyoFJV4773g1e3Zo3wh2QoD+UV57XAf5lRVc/7MwTwkSmnKBsZsTXcBCZvHSb48MloQcPzIp3kbpe/2ie9sY+85zSnA/flK1cuXLn0lW/88MMP3f1bn3nwA++/58ih9VUQvslzhbbb3trZ2tq9sbmzdWOrcx3zL6AmEk4JkzSYOOU7zKOc2EToLM8RmRn7/Am5JArvxPN4OeemC8ev6/xiXtdVK3cPl64mzy11g3Ttd7cXTe2oEQTIAM8WvTFdu3Zj58knL545sX54o3hrwgADfa0PHlh73wcenlfx/Cub6xvjgxvZNMfJoLR9k09ACjjz02evPfHDlxrXUqxkHgswvAnwbONCg1EYm85C2SOj+0ZSBQ6/XoCsU/UC9XLvuyE1DcYX0Xq2HBAfjczkCE9MbNnrBhFtqWP4yx+e+85Pnl0bF5/4yAO/8amHP/rBe1dB+MY8us5tb+0uF0tKS9Sf7exse05OUA6AG5ywlIjlzwZyHgBuYe/QDZG7f7Pv3gVji+5QKm3apnGu4xsKtU+ZUS2KW7ium6qqHLapRLaDgEMS9Yr0VNTD0D9Rjcp3DJ7w8NEjDoIBd+7C4pkXbnz00clb6eewXLiL1+e7i5r6pRdfuExnwF23HzpxdFJkb25jStFx7sr8C1978eqNOvga2w6hwlBQYDlFB1yHIDUCwChGXQRxATbDCmU2rUIfKPTzOGBjKUh5Bpp0VLz6pp8lep4msdLSioZYjAZUoDZeUZ/+pa/+9EtfffLeu0997tMPfezX3nfrLUdWQfhLPigLXb+2+dqrV6tljU1+sF0RQpYow8WvwTKkjV6eb7ooG4v2ljTwQuhe9s7um0FzAIfQBd+iimXwjp6phOeZzehfat6tiwKpv/YgrzETsqIAbbDTc6ippmvjql5Q7ozd+Plzm488eIKqVv1zvPDfqACAl0zgfL+11X77289dvrp99PjR2+84no/yxWJ57ny3WBw8eXxjMmbTGr6J1RvLjY6KOuJvffflly9sRu+MtyCmRe6QGZRBLckqKv4tqKK4aE4mQGzHqEEnMJgK2RCd5ro0MBE+Mj09RSA8chLQxXBNFuVrYoPeIVrKhYr9bdi6nDrJwkF3Agzg6ecuvnj+0p999fsP3HfmzG0nbjt9+MDG+snjhzbWJ6sg/IUei93Za69evn7tBpeEnqOoJ/4j6CS5CenKmsGrExa1oizvwzVtLDLyOyHyUx5rGln656NOvSO3gzl9G+CYqmLiv+LJoKU6dlSO8rygb6SczN/rLC+Cn04nVPct6yX7MnWvvbpz7oWt++8//GbCM7YJ/q9fvvHEdy88+9Tl8y9fojd38NDV47ddnE6mBw9Pb7mlvLy93NztxtPs9lNUotoSt8AbWZ1SLfKN71z4+l+cq5Yt6N6GyTqoR7wET2BvuCRUZEly3/KlzpAlGxRCaBqRN4VKx6CMSu5RUsuk685RqjlaIYHE/2KQbh5HMwd2TCYcrPhidzoqWX767OZPn7tBrygv4ng0uvXEiY99+L0f//B9773rpH0LfYqzd1wC3N68cfXKjaZRWTYuIl1x3PQeJ9weLMeQGtA5H4Q2wn8pQnRG1Hg1HxbHq2HrECbCkQKpxdJbPKNgHIrNV8QZ3jtPrSD9Y+D61qLXNAXK1ALjx7pFBDpnZIufiWuUBqt6uWxgyERlWdP+1fcunLlj48BUv3GffNIxgF8S1MUr829864XHH3/h+uYm3UUYSOT5VtMsXt4titpc2D766uz0LUdc121t7fiuueuOkx88e+udpw+OSv4I6NaP6pdPjCzo/+FTm//63z65u7tMPoh8uqG0hB+/YmtTL4B0jAmBoU/SGYeg0pE7ObwCdtDIdJtx/HgJNpaFmKTrYO99LnNYLxbEpgNANcd0MOKAI8440aeZXCqFAHbjRmEfc2VC1YUXX71+7uUrn//yD/7j3/rgH/2Tj43KfBWEP2/ecG3zypUbXcu3HWva8iwP0NsE532f2aJQrlyAGx/jELIUEPsUAjBxJ2TIyJlONKl08bG8wUHkDVwmCVJNsrnmP9CzwbQlpObEAgZAISpLWlps9kycZ9w+uckLuzNbOrSpmlN0uLi589LLu4/c/0YO7kXvRz/lyRevffFLP3jmyZeaNmYllq6NRmsRTvlZhtwLy8PLl7foP6q3l5Sn2vaZc1ef+PGFDz965qMfuuP0sUluZMPSL5kY6b7frfyf/vkLly5v5fAFT0w3uf2zDMW8aKzk1EPvZtitjZf7xiRdFFFkAK1Gl0pTEUFP4JlKx6UqoLBssEtV7GlDl599peSConX3fplgHCllUzWU4AA+CyLD13T5KLZrhClzxrd22//3T75LH9kf/N5HJuO3QrHxThrWU/r66U+eXS4i9WYKW6Vdyyxgj+22HUQMyEIGxydfJIcWIei+yuEV0hGRwpvG8P8hWVAAQHcRm+IxPWbCmmhhcTktBVOOlZkl/fXu7oyH+rgXqAQty2I8XcvKoqnrHQq4ZSUk0jzPDxw4sLa2dm1zZ1nVvJQFYjmfmwPF+n/+xx88emj8hn0sIV65sv2Vr577868/2dQzvP8CS1jKktrPCR06DskiAwTCtyO9RaR3Y6iBxVsOum3asVWfeeyhTz9258lja2X+Sx7NV3ebrzx+/v/4v//K+K4cjWSQJ5kQtsKMkMm64KalaiOsTSY6s9Qu0tHXdB2ki1JSZ1K0Kuuial3bNdTmcfvNhUk+ijrrwz4lbnrWAqWJlihH0eQX+GeYfIg/MZXDDmYgWnRe/MhR5NDLiZ5aDBcoJwGBRS2be334yPqX/q//ZpUJX/douqYcFxRs9Fl7byjt0MVjviZWsaPv6ryrW6878QPECjC2s2WWk1xgTBOiyXxsYRmG3ICkx3Ju1aFI9ftOJXqSgu1bqMnMAv1E17AnS5AaFZ5+eU6pEJA4diRhGbWXl6T1ZDJZLhaUHykjy8pruDi0ZlYv/s0Xnvrn/+z9wM5/We9b8XKiZ93crP7dV576i68/s9zdirqW1RFuCRpQZeZmNM3KMqOfE2ykl0r11ajIRiVVeDu7uyX9U56NonfWzReLz3/+r770xSfOPnzb7/3Ow/fceXRUGp7n/YI4aqDD6+vffukL//ZJuvvpBHBov2T+jlY8oM7kVRgoLi0VLpQquRdQEhLixMhEv2jBtsuYn+ZUbuj6GPqs8a2WKhpcMcPtAE84KIIZljFOJRcPxZttNIpSxlblysP1h7rMaApsoLIgkWPraecq1y5isF1L50Qnr5DLY7N5fXdVjv7sg3LR8eMnFruv8JgIu93pvo82Cm+6LAoFNAWHOxcuVou1Xz87ToGFXg77+8BHTO4vOhVI/ZgqBSwTMOAz398rgfXpA8PDcC3KJ4KnF9MJOM6BPhqPDSt9O+RVrn7FhpPj7txL1556cfvs3Yf1PyD7be42zz23+fnP//il8+cDHeQRPZUtTFK/W1hld9WsrXb5DeKP08mB6cGD+WSks2xjY2OxWFLJim62bapqGcA+MN/+fvX9J1/83Kff/4mP3/ve2w+Umf4Pm6ai1NYvXay/+udPbm9vcUzZRIrQPYsHARZYJBX7rgGvU6ynBCpDcUHFs3S3vCeYwi9wIaq4cMWkV8Nzlc3Gqcnr15PydZF2nzk0XLcGpRIOl2xR04/k1pf7/IyuWdvU8LZhkICpGnSFdGEzrnzDKgh/7iw+UGXYta434RNzBIx96eSzhaeshPW0vmPjdxiZiEy0twXTkR1NjEk7wcLAUJNfQV3rf8fUbSp04KgLNZMbvjJtgecnkbGkDEjQ/zCZmwrRtnUNbmsnr1DlQQdWB2AUbb/6zRfvumW6MS349gh/94UIaWyN/qdz4fqN+oXnr379m8+8+OLlG7u7RnclfNcKFXLHaO5kOi3oDms73czoDCnKMQ6DLtTVjBLUmj04zdZydIwlbyPNRI2cj3P2faF+MXzliz/+xnfPffxDd37yw3fffvrg+hTbCfdVfz8bhdsz99VvnX/t8sIA+c0lh7K/jiyVSlCmYM1ya3ssEg7il5gY8PD4j+IOkFSMPVGJUhiGsrLEbTgrXZB/ZfGyEfhFzBjlKUJiQSXslStjiWTOu4qOzmXb1TwNZgIrF7TARdk5NfJi41UQvu7snze+piAsyvl8EVj5ggDwzNHUvOWyyD3diYESYhOF7QKGYqF4wRDD5DaBbMZQEtApuXnJbwLRsCsLzlGOqrTnQSejJNxbYouC+5VBAfzRpRpVrFgKeolFubU1dxjai+ULm+qCAClfFS5fmX/xy+cf++RtJ4/kuL//rpxI78FVTdxauNde3fnBT6/85Knz16/dCDXc1kBGo5qyLKlTok/B42WHDko8v9xZjPL22InjdHwUmZ8cXa9dPP/qZj6ZWFvT65/NZvR6D25sUADnOUUj74yh3F9o77qdS9c//68vffVrz95zz62/+dh999974vBGWdifI5+vuvjVb770zW+f66JTfGJRHsmNpTfspfrUhopVWDMyVBJl/m4xbGBwDIWLtSmT9Tb9KXexBUZORxk8jCPrEQXxHLxtZHTRR2ZkMhuCKUPaleQolwCvjbUuOH5z09bzutp2kpmNIDg6HdDMqIrdKgj334Y+bs26WetBmfbpoxGb5w7RiGasKDIWtuehKDxGDa306LgTmDpM+dKHOICdKEhs5qwfLAnZDzfnHp7DCjAPO69wBCZfeRZ975WvjMOG3swM4lSLNMi+h7UkTzZcsnzgY5EL8yWpp2m++9wrW033R//43oOTv7Xeoxd8fWv57LmtH/7gwvnXdjbpU6gWoZ1pgyRPBQA6G1BWc4d1F2ZkIj37zu4O3YrlqDx96sB4pDtnbry2eeuZE/QBXb8+axa1Bbsgp6Mk5+En3Zusu8dHUVBIs7mv4+Q+ny9//KNzLzx1/tQdJ84+cPJ3Pv3AqWMH9Ot2E6oXL9z48uPntnfmDGuyI0VmxW6VIbTA559NR5RmSi2FqKGS00qSFx6hMBzkk7Q8+419DYnSkRGvfdymZPYW+PhLljiYO9jQeVnYYbBznEFt3uIo64cNFzD0updL4MOAR/FRIEA5oWqeFUNQo1ZBuDf8de7GTruow3JZM4gFakUMLc8S5B4H8BUcz5x0oUfaAgGlsKvROriaZ7iW9aPURiD6YHsEzDxDkYi5bio1OTTpGzv6YDD16FxemGTamdylkdMQuZ0HIwc4QQBDlVMe1DVZNplMtnd2BKShw6AvKemuw50XeblSpiw1Ys89feHPD8RPP3Yv3WeuZeuJEKvWLSo6Q9xfv7z53DPXL722OdvebLomGDEFpLqxxLjDiOYOD1YeZOKOj9I2H7euNuMi35hEX1++8Ipr/flXXnn07NmRfWVz62pWnIrr8OCgiKNnRLQ10LDzvlHss/dWuUznxbSkKPV+0bbPPv3ys8+8/K2vXfjkJ9/7oY/efefp6RiVhL200/6rf/f05UvXGbfMg0wsoT0CigJKGv2XGUqSNmRyEgnr2mKMi1Gt40OwzLOmc1J/9gs0Ys6KCoiVALRSNHkOFd3nLpRCcSBe8DGKb7Ox8a6wBXOGg8n48pmu5+4rDAa7hj5oKPth+UGfHLA3WNXxj/ag/FfFm8ywfWcEYbVc3ri2ubVLn1YZVYaJfOeFRsigVxSGGdPneaNQYoHGLM8jum4wCVlqhFvT84g2cpFCf5mZIG0h8hLiOMpmBf47saimux7DD1iCMcIubAFA2T5kecGE/b7iSQNgPZ1M6XXWMH5yqWbu0yZ+wz7VctPQz+3a7tuPn7/w19sHj669dP7azoJN4TtfU8Zv29gscAdG4Ew5j90pgcmCa4Q8dOZoYCwwDEt5RfwroJelSjtQ/5zUQAcPHrx48dI9d99DPxqsV6fRqlbVoemG3NBFUSw5C6EiZbMznGEKpHaJcr41gVtemW/9f195+ovfeOkTv377P/3994+y+IUvPvPET16mAp2ONcdLSNlHBltpMqZuCt4ItZFLHbXMZzPGtLi+l4E6IiD0nwwPUVjiK4NXfpuBuRdsk0EtIBKaiH0lbGUljgA8woJK9SUGlfSdnXwyjLSpuqk9M6Ky4XLzEzElmJ35DWCid3sQUqnw2mvXd7bmdDv7uOAbbqR4ARiqT4eNtGn1FwNjvu0iTwHg7ZePQ6kM7kKJkiCGYUEAbF7WB8anzrA7L4JDHEFADezBlwPzBH2NrnDN32sx4wcuDizRcQ9ppZ2MsW/7tYwHp9P1JTWvXtAajziWNUjJKzetakASoFjWlOGbp5+7EV8AYJRxxUv9HGVvICRWMl+m6Q1NJ3kxocwdmeWM9S987WR8LbwTGLHImy1g8VA19e5uffhAeey2W+y0zMrslVev7uxWxfRw0/npJAvYHGgFW+Zb08rkn80+YPpSliOUhXTvFoZXdjN4A/JQ+Oa3z9u8zG3+F9940nVLY0ZBqkHhAHL3DNCL4UlKtXBfTPLcZBZsuJQO7PLWr7CgsqJLDiKyp407QIw6oowZ0zxfXrL8htu9BORI6+fYOCf05ybGTtxC4pVzuNFbbqsZXRub5Qrj0/T5CauRJ8hdDiJN8S4PQmAZ9ClIRYeN0EwsY3grQSN7C8BkaWVq/FhwjSsMPpmzVFh0ODuNVT0bEIFEGZI6IhknGjmL2TGBp3mKtRRaNXw3UanbMXaSyUkdOC5DD8bJAFqeuSxKunkojbFIP1E0dM9R1vsbKd4PgZtUi2iYcp3hnBz4nuCFnvy09E4UoJdRVowyMczlfYMyiYgigOyFP9zdcSsFlrO+dmW3sIep7pusHXnttc1XXr46PXgsK9c6jKlzWY6dGEDIME5IDgxRGaaSZDokyaQAJNTkBW7XqFz7xuM/oRe+qCoMfThp6JS4hFGdas9kZNg7dcsHp3s1E+uUXO+3Lxw0FVNaZudUdpwCp0XwFRfSsu5+VZTuh+89vp2Yosk/XI4lBKTWqYbFL57KUTkb7d62kMGQFRY79P7Nu74ctWwfyOgj3eYt7jzsACu4cNBStwimFaVK8XSxLaCRNMPjIg2IHzfZACa96u8RKTnw7Zns0NWJToU/sJ8vhV1Tdx1OXw8mMRbXdr4L6Da9DJSCJLt+PlHkxdr6WsUWwOyawZkSJ4JJzvE8pOSbAxienND0UiFlFEmUMcmz3lEweQXZvqbUg68oR/QfPQ9YQVwzCgQicS6ngAEH0ijOALD3zIud7cVzz16erhejMdXzcbx+zNpx02KTPb3BcjRK0gQOFUC+GNNRixvoezNOpzGxcDnOdZ9z4ZaddQ5tuayjieLni7l8b4/Gd/CwJM2xyjn2WCVfGxv7AQwVNRkvXbRs1aig67SMEHGmpw/BWD74uLjoU6IVsZIkQAlpZsolbk1ihScvZC5WhcCjgzB4OG9bm/OTZGIIFBly4GYbbJp3bxDSZ+VAGKQKHhtpqUhhBaf2oQZDnksRIUP0pHvP/ETjHB+xFD9ANSnARlTz0bdr7OlzkQsfrpKMcFxws4DOkXPxAs8ZgCMWhEJYxozKrO2aplFDqeNAewPPysqW6shuiPRa0OqNJ+AN13XNxKzO08GBrUjgZmhvWPdkYhcYYlB4TUxgztnCPnCSNnmRNMT5SGPoURuQQgQwKcH1QRlg2Bmif+9Bpdua70i8W0N3PGKjHI0PHGUcmHpJyP6pUYxt0wYD0R5eR5bzAkMMVSNSaHCs7cMwwBrBgekQgbQSYnWjcsu4CNsRaAwYqcID4QHXJOMGWHy6B/iSeZG8wMkj5YfY2/APMhYZ9A3eprgiXHkOM4Nkv19QIV5SjV9TO+t9xkXv8AyIVB8EFUAA9wpEycWAxJg6LpkQtSiUaBljdfThZ9JE0kFqqRX0nQVvLufPU7+LMyHui8A+guwnLdVmFLaKA2t6X52A0SoXaVjV7oXYDYhSBk288cdGIGDcv+mUE9m/MPCxGk2PrsU0wBIJIfeWHPHDjB4wjAwHVbKJDyFNGWU6ghyIzl627jkxw+d11iIM6BsV0d7ILYawYhhPKM68q5qOY42TPmMllnYW/w6EF9yDaFIZubeJZZACyYvHDw1hVJYUeDLMiawC0VEId0gr2giXti8gZajNT5saa7RbKOTRe0snlvo0+b4kmWbQxcR97BnZAmAEuuzxEpwmzsuET/diS/wIqG/N4HYRek8tfu/c+UqNy9N8BoqAfMsbFgoOi6UMYBwxpBHBE1NAEw1A9+IKMRWA7aJ3TO4QOpTamznF5FvOj/08qndXENJnR+VS04VqXqNZSM6TYG8znQxxGJgpxlVNJhrQICiJA2fS6cB0Ml55CQ5SIdiYkdXtSphl2sAljRKC12x/S3mp5eIMfVDQFMRlPu6yWuIpdaEdxhEQznJp2VFN50SmRj+koN+1bdM1Fb6G2kj88P6MH3gbWJfEBZ60kZRMeIlKamxUxro7+k6sMQt5loAIvBezz5k3oTvCCfN8DLBrLpQJqAszy+Je5LvUNSVPQS+HhmWHMxaL8PM6/EDHWkoqFIoxlb6lFhQKKT2otBGGb21mN/BZB/DJAAUVux4DblxmhTnEli9e81pSL6mG62f6aGB3RYcLCK06xv1Td/oswGeBRze7jfDFjVwmat7um5cQ8naiCZW5hbEi4JbuNS2Rko592J2xnzdDPx2fU1ag67C5FK58Kkd2JWF0LyvpPnC+ezcGIV2Q2WJ27dpuU3nblygDdSs1FFGAeDRkOpiELgTOnBwtuA1ZKODltOaeyug2rbDlIMR5Th+4NaAsAenmJIsSV3OTxxmWE5Ekn449nWS5pbayopZzFJVpSfGb182CmaKdBw0q0bjjkB8YlIOHDRtO9yoNpAuhUSXggEkrMlMRViqERSzC6Fsgrs19EA/PVJIpLYg/Bxdiw6GsNqJslbIKTyUcy57JzjpMFMIy6kEEUniAaUKB4jNThKgT9pjozpZt6liXFdP63j0BUV+CDmeKFhmFDy3zK8QSi6nsACqVMF16G1KOYv5MoYY3PBWKYueUmEx4j3Y6HgMZp2NOp3QXByYqxyJPOsT9SUmg7tEMUR8FbogVhaA1OTZh8MhKy2RGDPfpapbAwBb9jPfdFYTed4tlvbOzWy1aemUQy7Jeel+xA1fmVKCqnrskscnZUGAPwT87Zjz0kDcgcsfsMjCaGFlEgZTtTfl4kkfx1mJGoXLN8EIiKHtZK2Z6KrCRA0LAnDKJemvqIF0LlQ4KQlSzqW4EXBKl8tJDM+Olek7bb7WUduxihKNcMsMeR2TfEsDQU3x6Ow+VjOLFngUtmqK3IEWy0H2UWFynNS+yGillNyZNamHuIUSyZEModNkgJbRo+Ww6AgKEQl4+CeYYpaK0H8VH5qDGdAjh7LFBLD9kaIuDEdCHINvJJzym+Q2/f51iDxUQmz7x6cOYbZ4zf0CYg4ZRUwFJE1IHEqlPnyjjegK2ynaOjHsAmaNIQ6Ck4VGpModANC9wssfwlknr30amqNTTVa2jap3aKyqxqma+XO6CrGT2maDoBk5awhLjQ51/A5gDVDO+2zhV4hanahbDNxziGUZ9QGF4isGAJmsnqPvqpS4pFXvGWT3OS3AveDs7/o7SoJc8ADGbKa2cnuIaxqQq+omh7mLTUi3IIECpTMHNJe4hiImt3lt8m5QaqudISleWSccbYxoASns28AEGYFBLHghSG/JgJrceVi5D6pWaUKVeKJkXY4bmlahLeH0UF2GxA8uV3gDuXWs6LcYQPr3IjCcQWsQMkeqNhr6WFyc5ZRqvXRzIRIktJjHJFjb4cabfHpoIuMINFUBF/sCds8Q0fhb3pJJZWeyPlJexGw59hsCZmIYq/IrEksEkEcHs+1YQYe+DFrqvNZ6jKqL3KILjnhfbG+HUxoMvYGPwNdWs+ML9s4zKvduCMDbOL+cg+4snLCUyWNU3TbK+izJh4qaGeRIpEPtx+R54kyx+k5w6teQ8k8Zswyf/LpbQi8S0l0ekH9KTtYd2IjF0QgJs9ICa4WvploB9IsTALb1gZoeafdiJ4AU4+4dstrddTHKX1GODjjH2eh8pFPlcTxiK4BkgO6d8yALIkIk2T9JqAjasJFtR6AmCJS7W8m5EuSM/WoAO+mIgF4Ik0QcIpZiTWafwh/qPKDGe064ZKSpet61poK3sL2H2ITf7yLc6KVEkljiBWdn/LZiWUBFFs4JezTDrNQdubgbG7vCqpGNVvTFbTEvi+pXCQomKwumwe/NMfo9sPAu5HLWK2ADlnHyG76IgpGvS1JRFJCT4ArBdbNs0od96KQTpfbWopMEAlJ2FDlG1/EygoUGGki4Mne65zUbWlFrlQgSFBioKr5EXsMMbip89yDdHCXk2ejDiZq9k5m5lt4rs/IsWAtDo2yp0VbuYu65B0gPckkc5tzm5xeT0rQZzh30sg7hPKSKRxic0IA82fEfm9twBRydsBDVMvRMwy51e6rAGImVM4/M9/Z6kVomBtCKXyn00bPClKygJqNzGnE1Ws/RB8QnYo8TIj8bjBSXrQXkHsNCCW9ow9+OkJHwzK51tigclB4TYujAszPk6MmjMcFEaMg4lQ2oH+JIFfKbo8G2RY3TLB/LAlMCr6qDPlrRrKJYy6zLtrdQsaeuoSTmY3cCEUA7/WchP8Nd0phaZU0zceKvmhG+XIPRcTgobjS8iajwgIk4YmOk0jXv0w2RTH4fkBSTdy4Xrp+gx2TxJ8QUcct9xrtMz9k/W83v5e5FDkGSURLdkof6/vTsjZz2Ud11dVZQHQf1i5otwN/gWxI/OTKb2kTI4O6nk/K3Srdj3pjySDvLGk8BjkFmFftjt+/yWOjdR6uhEYh6SUoKOvR9MVmLi52ALlbjpdCCrIuONy9G4LJkOJvM2xHsGhUaue0Es85TShGC/VDr2/bneV13rNOzD/Bz691SGDuVx77eNuXzee8T21J90aqm+aBfYShh2lA0pHdr9/bJUDUlCjJrahtjzEHoGjBa1bwpEpgvIOw3JEQOptqAca8HIV+otM355WwQhb0ryVIgmnL2n4Qoy6YXqua/eEUReiIl8pHMgspVearIw8vYwCIopgPkK82rmRI6RIz5ytDmxfoJb8L4sgl6TJU3pQiYycF/CcXwURdF0Xd3UTTWHZUNRgifA6WsoOI1+PcSSYj+kkAzJ6DQkn3eZMqueUizvN024tShWTbK7HQghwzAzJEWPGcploTQM3C6dVqSV9NcUh2J0LV+cl4XlMk9Sk+RNAfpBHTeCyPREJarpUD6oveI8aQWVTNote6sxIMJEcLun5NTy1mIaxzFayvGRsc6opzpJHpe6dDg3cZ7lGRYOWLSOvTB/UO0mD0vhNvITpCutdErsrGayA6uOoR84UkK0URQo7JnCZ/VbZ9L8q0dHIaMJioKQTQbY8ozLL+7SM6n7bQIqUy7hHKZlxKUEXMbMi6LOKlGORo5AHlJFYYrSE1DEZEUw6HVYMk+FnAepjYV0GOs5yIHx1zKIp5fRuRbU0xD2WXtJfNGVnEymoMhgW/28bRZMEDDRgcwS4PEu7V6fPHU622VSF1NLNvQuUQb3+90fRP2oQkraGPkHVqP3ZS2LpTygXNWbePCZtTcW66mVqm8yoWUsMc5j043e21rKvQxiROHNMkecb1M+u9j8rHM42pyUmZqLOx4pJKBRglPqbiuDAZ55ap0IZb0Zdj9ylDE83GHACeo/LOCTMe4zIN3bWxDo1CjKQjhx1LnBs8sAgAMlR6v9LRwaiSwbPgGTdowKOsSG/GmAi88LuqVIB2hejBCEdCRCKZ0VvfvJuyATev5wO1inwYOLHo5t5AfcTOKwlx/0N3G/w6A/A1Xfn8fe4bdPakGcKYRakek+KYWeODUUity9JE++niM+lFhKrNlS0cVFkeExI5bDVDU0D6LN6f+3n/QkKauvwPZc3VO09OzuvtbeUwyH/ktDzzXd3z3qNAxLaTek+FR9fg26zzVD5ylAVM+Xjn1lrZx/HRIo+nfNG+WZq6Zl49F+b76YXJtSb5jqQk6FrQZATEGb0h4HZP/29nx6pGPkoYVKgiymbJt+k5ko63u+wR7Bmr6gLEuBZwbC0H6bEpUu28B27SlynKYHVEZaj8DTDjqiZWQhUBb9e9drwW76TAgEznWRfa8biJ3rOnJbiGUSnp3OcOuwEEnL+Fbw+z16InscBeMtSiTFUuqQpKWUFFwMFNpacPDc0gnuvSAvMATrjRJSOFvuAEVmGtLenwhKNx/dHVN7A6ghmtr3EFrKlKGZtdUcRZwtoi1UAIHkZzwgBLl/HTOOvyb2Sv+9fKUHCApzNt+lvpDulBacSTVsSkE96oOMG1R/skgXlvarMFYh3in0VegB2R0L96alGAlaIBZqxbFEKshtO4wuWViJZXCyCs5wrczjEMNcllReRt6xJE0b6yXYK02EnQzgJCvREBMrAFIsvKwQs1x2eDPpJWlBxF1LaHE6oZ3MZoEYSry6LReiWSjKssNXdr73ER14RAJWIciFFbSvIBFigxVYChm/43lFWWajiSqxP5xOVc3kodTH3uxBCAYaVKsoLNiwrO1YxueGAkoQcm7AeNUrLpGOehg49Wg+Zl46QaQpZyVGVMcGbAl8g5Y+B6Mfw0YP05cEM6jQzyyCMTkfzoJbgNPI1tCKIQQ5ktE85KjomqaqFnO6rfJyzKIYyG9lGhn3El2CcfYYZ5yORf+6P/xC3HPf4FGnaHe8Fbs32WxmEtQu5ajqq/QgLteqt/rkVlYnlTveBX22LYsncq6bM+rahAoruVfr3osF3277sUF64AnbuFf1quE1y8sdYIwkbOSBfFAJGWMPJ2/41QtgZXqEzMJ8kGeY7LzGhkE67nXMSgilTFZET4BOIeO7whqKQtRQugWNSQ5mJFI98ODkBfbQl5EPX5DkRPHtILenW8LkcGoFg6pLjiRUjgX/LihH6fPsgm5ax7xnJxsCGDuER4z3Lavh90ogPRzSag+dG3hbYtvao/4eWEsSsIXeBUHAOauYFS2FzgDtsbOTmFQKNs0yhpDmIUF2pWsGR6Ip8hHOAsqMLfyCWRFTgGwCogxL1GT6LK2sVMj7qjgpsJN1du9So/UenU3M4QYlX0hYPE4i5tnEPqUGnWCqhNFICa17o8EEHEeEK3u09NhpKmVVohqhdUsMrzhUjGmG3g/8BuRR6mSe8SQwKSX7RKHuDxlle5KA7ddI+DhgJwkelbfvk3t6ivAESrFTr1SOOv1Fektp9MrLsDKWMvYjwNhPZtLWUb4ASa3Gb8f2X6HoyvGRa7OypFqUS2Er6BekGtCX3PzADLJMtWiXi4oKUcwDKer4VgBY6VrlGnT2phhmRfg8MyMT9dcVe0wgASHYebbbdIJtUkrjeomXFEEfTwUj0G3bZZR18Q3JacGyQ7bsLsDan8yWcmdo7gpDPz6AsCpSgTam8gWoatW5xaJrq7KYxEivswyIP5Mr24U28WOS6CGdw/vODrF1k1NQjgedhjC8A3Nvpg/KDognMpUQ43ABVOVVFTy7792rzADJ8CDDCUFTrG543J2JKb/k3MzaGota3KCJipLB6GVnoPgIKUmgGykNREcWLC884rdjIXdOGY2pYXsDEqH5OBmlMFZmk7IFM/cBooRbj/ZM22SbM3R9SqqfaDiPe8GoFHulg/SLOUNewOGC+pnWyYoeERDz1D32y6YMA0WZsGsGQnd0nkqDXGd5McrHYzbX4eMSNQM1gy2+qxjd5EHYBVXV9WJRLZdNx2WoMFeMwHEObT0lRAMqiBUaGpMYWQgHmC7q18u9eHhO5aUXmmiCaSQVyGoeLiwTSYUtTzjC2G0tMpOmb8lYxePkpkv6I2ulX6K7fDwZ0Ve18N3frpqtHJ6fVg54mcsJMChNoHSx3FbJweNVQue1jDGl7rKW3ZZUn6NknJzZFnounBCiVxDkU+AEVj5awVg5mXkmWEfBuiJPAOlElxQMl3gAD3aYOnLJLAYw4kknWCjno5DcWTjD2wFYUoOTUo9RJ/8I+gCxhAysS744aD4pxgQGZcY8AJ6ByCIJtl88YXjAF3m1i2YxV68GNDFt9mVjdNacCEoXM1h+GJnNjEdj17R10zB6F2XdneaPgmG6IG+BZx9WQFr6W7rZcmunk7VyMqFaVJjvne+afu8dJdjpdO0mL0c756uKukHftlj9gO0PnafIExG0ZYYvV+11dJViqaXh81/SCDsRKZ/2B3ISy8Stt0vustwgah7bS/ahdNIhVOlalHTZO9j64urbIM5HbJUtwyttfNPJ7h8pzDr6Qpt7RTkSr0u52reUA3dDW9MFzAEV2P4GBXeEm1SEWadgFcOi32T+EBPHXwsplMUQlAfy0K9hoR9Hz9DFtA46ypapDDYwwsIT9KUvI2U8oPtFVJz42MgMLmV1TaUVHzTA5TMgMpSyKVfTMefTEJJu+oZygqEPQmcldK5MlijhPwo7LAMFX73PejzNGOL+QShXnp67WKE4sKNukiuyIgUyDKmHh/aYg5e+DtIv00PH/RpzprHzbgKcR9h+lVOVga4FJy3MexLhm67JdEydrk6YKjRVmsXasnqADwLFSw0h0+SBPFVEZm26Nl2flCP6Tp26YrgBz3xdgT80HtviZt/KVC0xjuDtLJ4VD63mXllw9sRzNBoO1jgglez04yWuQb9+0P866kaQMfq+jYWcf4DuUSnF2ynSrdM7YSamFf90w0lJri4f6CGNftmEG0alrHMTPl1dV9ivlqfBmkmOG6afoET9+jH9/i0X/f54QcX3vFJkaDesMZUuLArgy3b6ey7gnPkjf3pZbtlwOojlIZBfphC0beOtNDtZ6iJlL3EMA9FEMrwAFUKkFs2U6A3ECp6egSHotCBAlqrIqzJDx8b28lJMGAFIdBIqOErYXRuTCMvLRWl17AcQ8EqVgVTsua+sEcWngXlg2yWntn6/MopbiA8ZMc3QGdLDx9YzrCIC0TiQ+PbJCgVyALS2PmU8BouiLBs90j812PHa0CExLifw/vA3OzpaVV1NadAl78Lknux9v8JKtgKiOGFaVsRoQKThUe0h6ft4wUIDpC+3QTjJmcBoWFaN9fQZNYdZv9hOIGzeFSP6caD30bUtrwtB8uxcoO+T7bEmYRMjOh2txQq0pu6qedsujSkNJhMweoCdDDYliHGm9kIdScK2hPaBisEAlEuqPqa6ShmYBmJ7R8pe6mFzFZhqqLjHfWNvG0gKkCHTt8isve7CfFa1yzlskdkVW7s8E5sxgEZYWha4B0ugMiUkFK/AIOmO1n1W13lM0om+yRTzD1CCeEOjiJMSiy25dMrZAsd/3d/3KEE5cdk0TNGpaR9YBczhNSaVMGxyoXrutaEGEROVnlQk2BydgiMzQgWuoT4aT8eNfDpiwo36xTH/jqvmJEERbjo/tS2Ca2sY9uCSBWz1afzOtnIho/jbWKNP3t/0c0LqqCgCW99vuY7pTg3JvCwMaYTpkS39NdgMPnmBxdfDMwl147aGSaQA4dUwtlYhUZSUEAsNFl+LfT4Lq3kU0FL+iFmZlQVLXL1yUMIElLpG9Dg5u0VQlUfnZdcs0YYVdBNYDj/DxGvTj5ghcY+9dG2YPUTuXPfWCve3bSY3x0Cd4XsnpISl5bn6mXgyXNV6UAjsT694K13bLBfzLLaHDm2k6lCp5XxLF6NyPGHwVtblRiMgLnbnRJb4euTUvCeW6SQNGyx22R/CCsVTqn+2QtSJqZPpxIthAwR4rPWWXKKRhrlN/3oBxTiKZN3bFCZdspQRWf8hKJ6XRqFrx35VPQ8eePG9kAHgllWUXHbjRG3RtuCMwJOZwRIgMitSABg6B+uat8SyHAMVWeOrBaXV0dqUvreuKvVWzQl/ZT2hGFR7+ZXtC4e0JhMwHnyZ/sJA9435aRKqxF7LZ/ZRB1VakMvpMrFeuNLtjUGFWsU0YPScVjp1IZEILJRleUmFDa+UEcSS/kZ2KdH5SF+fdhg2MBxikkcyJOoBjOThtZ/8u19w0HOzUvDEpLi3elhTpAeSh9hhauGvc1T0axUYberYYYqNcLQQR/p1ClRlLIKqjh7dQHvXdr6q89itlabDBqKOPXN5nM3vO/TLw0T31LNP9/EHwrBCox9BJOFLmnMkh49+bfWeOCtNDoKo8vtJXf+xcGKmZ2ZiKtsq8VvkbK2HGWu/eULt+6hNL02KqFQZ9cWTwImcp//CuUm+BGqYcfVvjL3VQ6BugusuEPBG2nTzZd11xfqaGZUN708sipvdd7RaLgFuO9YTRa4I2dVnONiZXcWbW4rC9w92nh8G94VO7pKuX6zLwnMvnAnHZiR0qVojSxeCpa6wg9QItSq4NAj4jvrOWC9D7Kwd8ZGpgh80t5nms5dCczQawaSm6dxyt11cd77NqVyzRZdNLBWlycU5Fa7cROK/1ofYo7iSwaJJ9zOYjyz+1j3jzA7cr548IwyhLvKqBEc/T/tEQBEenxHjGCxfob4Q4EN0jffL6tjaWgxNiK40AWtc6GVujJvLO1R/1EVd2CmAfuGmYr1fDscHZb3inwW/+pCUBjiAsqpeav5Y2KYwJnq6hFQUI+VMysBMWGpsNS9nS8a2Ar7ItDM9LiuLk1wmdkx9j4+S1e7J832auHAfGzHpRMBgehRk8GM55LG2BeFnirIAGkTdJldJ1FuoQa1hgAYwTafDKZ1RW9DQd2CIJdpFr5qdWVlMiiL3HgOzLM9iebOPKOq6NslbIkhJugeF62GozU5E8GoqGt71Z6WsDyy2hkA66zNA2smsewUdWzpxoeNS/yVFkoz+xIQrqfuSaAhpCr6AAsmkwWCiuGCYa62vW/TuNadBpt8YZrHFgQk6CCz45oppwXPv0Z1UpzyJCIPTROSbJIEzA2lWXrAc7XvkyJ78zdmL45DpyGaPDSs+b24yPjBf3lCx2r12je64W87ctj6eTCducaMd6Wl68iEr9bQBoBQhyREkk/Dkmu2z4ACnZUG8GGzjtfne+sZIgImdHK++cc5iH5ZQ9pD08ixrWautxWHVo4uUIibjmmI/9TMkFalMV4fiXUMsb+S1OQu0aZAyaY7DkjHz0LjGJD43L3xKOVimUziYy6J0hZONMy5Qj7/r3GK0cQDVbN1RS1JSV6JvdstDSvdYwMG7I3uBNPoBPeiJTMYzPKd6d0quXTuhAmub6+Q+wOVoSLaCaVdrzziJTLA0rLcwYlQh3AuEAbtCsZ2+8J4U15zCFGN7i8jMGsXzErik0KWlPOjaSsiTgX1v98GwCVLSybFahgtmQOpSf8cl6/AmFTdVjmtOx0lc90InTvdRhxR9TMjU8gyDzYzul3EOmKlPIBD8ikYmzrXvfHPw0EFRGIE3g5TL2yZsbxqQyOXKBt6Fa16P6MbXr1RPI1jZmSQiiZhcgpOGKg7Ea7BVbDLY6UVdQmftGeuJWgpfZyN+PKoffqgknQqDE6HmBMkv0Mdk6CT1JfOl4Bkpr4WdsqJO+xRZWpWmF1pA7MJY1y9go59QLXchBB3lXdNiz15eAul9i1hrv8IgpCJQwUFgb8OqcMNCnzY0s6lB8kxD/CzPq6pibx/M4zGpNoK/Gfl3A9Ax9ihaqv1hJ8OnLK+ZxEVO+TZgkSiXOR0KXXbaoiBsWsCfPJ1IE16qc2QC3rUN5kgNlqFjUA5gzQz5xKjUDu1bUss+2XKX7GP3h16rAwa5EvM2hjI8t5Rp7Ke0Ty3YfuXFIM8ZbCx6JYZsh4/SFC2WNWX12ezGZH3SFHq2O9uYjGAlI3RrljxGrv3UHucTznF6X7yh4gu+J/oI+8jvxafam6r0zmnC7OuNrtOHHWQJjyg64YJsBQ4Tiw0lNN0otstJtRKFzBCYZBMGDTY7+Eq9Kh4fgt2hOjCp9qQyeMQKRs+WOfKxySvu5Ijkq5/xVIliEX9PJfpyUaxPmFHa5sVYfIytMTd5EIqmmzeF5L0wU+2TxqjkqIItrWBMiNoaS8ZBujVRC9swiEo1DegU7/dUaQ2lSTM3usCZyFbof8YmprJgQuA1u06m3slmq5dU8EplsEB4f12Ak9piEaoG2QkW3Rggq2T2bnot+X4bGckKMrSMYm6rRHQ3kJ8lxvpvkqtuBqqNfB691irInSoapYSMJrgi9l4U7Gak86yYz+fHjh04dOzoxsERpXDVZXXd7mwvynKdNea4xVIvmlbqhmGsOphKyb43Ee9jRUzytokD+qJ7Ew31M5kyqIEiIy8NeVjY81L8y5Ps4YO9LhkDBxMTCUHI1rxqW44z5VK9xAwA4eVGycYqBZuxojLTVK7ybSb2X8Dw2tCJ8zOzfNg9AYZAqquXqIcz66kVzCA6BfPYe6tv9kwohpS4nzEdkv0SqKV4CCSnlWFlF8VbzmGFTzMzpROiDDu/ZNFZbPZJ9njAW1ighOCEizA9Wwe1mOE+DT2kuNGKgkbkTi4YMSMtTD4K+wjjEFmjlQE24Vk12Na7jW+AVEDbNDKhiHkWko2Q6bs7Js0FDlVeu04nPv2f43FcD2Rgo6KEXzQ6Dmp6a/bfyl0MPa857WwRMjoqdm4NLdYYieSYLbw9i5iB11u37Kq6KkblbFExfcReefX6cuHXDmdYJcf2NyUdf2LEKmQ9HGzR6j3aZxBXUtTPFrQ/KL1YTxRTFc7qWC0ZJ+FJnAcNM6FBFETLio8nwzbSTtR6LnmNWIGseUroEzhsID1D6ZDctZk7F00HG5skieY1wCYk/p1YEFMNmaXo6p0EoHhCid8p3noPS2ieeHLPG3lcir1ohmkyINw1IEPSlcXbBUCFiv4mD0Jt0unL20+gWgghmRGEwUZlAMYBioJWBoUbKg2ZJaKvGeF6JCZVSkp0W7s4OMHE3ueAgUbD56hRSaHaGxmBypwxgprsW4TfyOvssuASq0cAfeDtvKtB7zFdYs9sjim38LantNhXsUAxiT900iL1QHBqF5nfanljbq9uhO9929/c8taSXKh3PZWSVqY1vKdRydbusix8WV67eu369TCZ5CDh1WG26w5sHBmPx6YH/VW/JXfg6yS1RzKq6O2/GfhlunXiGIhXqWF/cZ4xwkuXB0I+9I6D+Bh1Wv0hWFUaDEG63keLGkogRCd/SPgBRZaLt29P9Bv8Xk3st/8EdvLBkJ8jPKlyepYM69QysV4TcdOEewOvWfzhnEreBYFnUfgUqCbNJ+KIx0sNMvNWtYS/wiDkO4nveGxHYcEEzHl0VHuK9ygyAxymXuUstYQyMEeNyrBqV9PHasupF1AbighOL8LBsELAZB97Dx81utcL0caELrnCe24TIVSw2WgidGGeYWWGR0/8Il1Hd/Gycq6iKw+Tefq/LPmlKJN5IBrpLubN9EGrBAAY0ffSneBkfxCYL+KEk9xgeuWezGoG0zSprijgses0QhVpe/LMfiF5qqls5jkjUI9rJX2Mx1QVdM1yNltG35hiunHwaDldh0mLsgwZ5j7TOhnoOJ7zOJCrWezDGh9mt3LRDsoRK7x02HP1VyygCLySHg0sG5QLBBlESi/mVDyCYg6nyjMwzNqG1zn1xqhSxQOoyzMRKcEBVT6W3rCU6ksQi8V6kuGywMkT3Qq/DnYibYS8mqwQ2xlTfHrwhw1sBvMF7DvAksnGdV2G3aANfoiedKi6PaaOrCG/6YOQV5azAQyFCCR8GX/uvTFg3CfMlRqVSgXI3hlEoe/tWhxqbdPktgxmANv2nH+Ev5RaRFZXcOQHpm37wTpRM9cwsvyv4/tDAA8L5TdTwl3j3KJr53SNC86NvO1Q9XkkZevES+QTVAglfDd7YRRAr9hrgtJMMar9AoXBOlP3QzhJa0nO1OeqHrhKhhe88oXfnhLiqIwhUQqzzphe6xhHVT4aT44MfhCSPxFzQVSB/Clp+ax6LkFS5A3XwUGCnZXyHgbfXmHQ7F+3pGRfr+K19Z4b3cGlAhcuazXUetg2sbdcSfdVupi/8rnL5rGJfxqpdLRUUvoBLkjQW+CD0sieHs8khgA2ViOaaEGW8cmg2ysVFTv9NEgOLcVVDv2XZyUwcVALFG/R2FuxfNMGobiEaSkwZDjOH33oLehkUCQ+v4JPJL4X4wQ2ra4D5q6amtrGn3GJ7GvdMFgeJAe9pCASh+Ze2KuZqGpMl5Tgwr/nhemQLC27tgqUT3jhOSb48sqZrcYVbeRTlreEcUzrHmNiC6nAX8xYH68+42Yok1HLfstQn4YrkiKSib2KPYyRkNcw7FJiLmpgE1wjntw8WGSWJPiW1NEVMFwtRjEryvGavMZeysGbNEJMpSwavpwHmGg7TfJFVf3+pTSMFa1eT/XWAztUXhOwsSiLemySDOk0mgAI6aVYleo22781lTncRjz5BZGSlyTrJ9PAcBgZ4sSJMqtBucsOMcy2d6g0m7adzZtqaWKdRFA8H3F2FMaTbG0tFAU7gqRFFyBHuU54bfQbW+TiKhB6lcnNHITgi8TMyLxZsbMgFSHYT8C7ZsOeqVAaI1JBxwHJew5Cw3waChzKXHW1KHi+IJa1cpUHQQZ1gNSqFM7jDhHTPC6Y6GcixOnOhwgqK/IRvPSRcKEOFA+iCP+Vqm0WXdVq6j+pXsoKhX2GsPT1GIqY0E/WvQU1GrAE7hEFz1lAAQzIUcVtsGyG6j4TZWC5xxHt7+OBL5ZqhUxUqiLKY3qmtEDJIDcmfbPsMoLIVkah2iPJePTPa5MS+TxNLFtsfUK2DMxcDxn86JS0SVlI5lFM5IOszBslI1s5Epk/aDKU2qYWp9/IVatNEko5L7AdoN+/qYY3KMUICDLokYsiR/UTBbrq1+7ygeR7f0Lh5wmlFgdKHJwRdDIcZisdYeVI/FPFTBFI9Xe32AnVTnB1FOhN7NOzvAtrI+vH9oBlhy5Wd7jWLemF2GwKbAKUjKx3ZNcx3vyZMIpUE8trLZXzLQ/NAwB0Gbv3ZO79Dhc8JAoDdsdQuIU/RtMY9q0YSqm9SQEXOXx9vTBLebVB38EDg0HxyPBd6C3AUhhrivVl7eva2O7WUyeibq9uLbzc0v1Bbtm1QfRTeq/QZOyFB1+Dx5oo62SKCUwpoE8ZXMEcJ/ogYuUeCRTXs8C4fNaj9sLyU7J6jQHSwU6/VzPFnvjumXmm+7FHUP3ezATw9KvbVL/WT/UOpay2FWZOcldOBPRkrRuF8Mo9mo6yWjCdmIFZuMnywopjP9eWgh7TdeIVUQNZZ5jO6yiTeTYmTO41COk0DhEfNNFzJxPFtI5J9uK55XLpu8ZXO6ZbeNixq7SnGXumWqqNs3Zk3cjqzKfdkh27ftDrSQRXMSSQZXve3/xGT0as6DkwQEPGFnkR15vCADB3A9i1519IjQHfxJktoDUCFRBTesz72jorM/kiGLmnFemQpIA+ygvN/n/2ri5GqiIL33u7m2EGZlAZBRdYN5jF+LML2bgBjWSNCg8qL0KMxgeRB5AXJbrrJgrGKJqoaFx9MG6M4IPxJ7Ami5ogqw8+ICRmoyZAdBXMMmYhgjLDz0xPd9/er85X90xx+87Q3fMDDHUymXTfrlv3VN1z6vzUqXOqlYJlEHt+itt4kVEOC+LbqEqC9IC1xIzvrFIsTQjKv/r11MltEy++9LJp3X3ffHPAVF4LC3aL2nCI9IEnwiCRIKkwqYpmPagSV80TyVFyas5kVRX92Cw+UvlA0w5SgZbcRza+rCLJV1kvumzKsUSmbrBELKAV1vWC2V8RD6rYTU6ZtFjqgXLTv8LzPJKeGiu/7Dyw3E1gC7bIscK8Zpg0ueoCY08XwgngvrI5K2LLlTJwnGZDhU81bq6AIT4lU8o3kugeLm2gdOFGo0DKhIhFEEb2TDLrhOb0GIrsl7MCIXswVXckmInrhfjwQqmWFUt+DSO9q+X+sNofVEuyMx/bZD3C1QUT0SFV38wxGBOXanTXgeJnFbFHKiZxlFkcITZL+ULLOD9FwT1cs1Eu5Y8Y+mCSo0nq0ZKYKwm32CJBA94aGxNoioP0m0xqIc9GydJFcyknod5hchqGGfIr1KDkHHFFLJRqkhU6Fwxk6rb5QdGor3S8HPdOm3Zh++SJkya3/fTz4Ysv7pzaeZHkILI59iIp+WoLoIOkK+U4OVIeJ0VcQnsYt5rIN1u51xpeQcwDVUGSXVNcBjHLtoRJdu1IAvcCJzzVboAYsZPjDgzdNjz1ozmdqkwhKhXtbdFqY/iJnVY2latsMEpkq9vGiVUudrpdCBh1yzN/FL9iV8fcaWBaNLFmJU09c2OH1VCzfogWENrM1xK9lhRs4zuI+WqkKnBoe0t0mqQcnQlTLeTjpICHLNlmfnCXoZm+YqXcD+s9TGo9hZopBMQAKxSrXhSV49g60vh0s/dV4tGaYt9JLOZmh6tkaryO/1MUrOYZVxnNaIt1VeVgeKVS0mAjp9TXQN5YjamR5LR5o48ZZzrUxmJra6slo1CDgSXfSikWQ7A/MGpdrjxQ8DliXm2b/9xW6KlKvq3euHTikksmX3BhW7HY23/8xG8un7139/dHDh8PgkIlZBaGSM/1We+FqSkfR0mZg+TIrjEFGVIgZnCunKizA8UG7Qpj3KhJ7JuNKNAzHdxCZHG4hIftbkhFosCNPCnFGpejvtVIdNNApCIPN4DmSnYpGlgW81JH2I2SSzKPmwXM6Alxkl0jskWmGDljK+MmpwmpmIZydi+0ZZjU3DO75JDi5ixyrNVFbPZXa16GtkSMhDREyWHnQBw6+VKxH68vL9lAYnn3hiFLJTBl3iY9ll0ge/6Xq2C+P99SmDAxNMcmchI8K9EQpi6cqfc8oRBiyTULXb5AF/HEiW3gyfEetiZMaFOJSnLM5DREKLVdsORPiJLERKqOVmIlVZtDF+/FBheaBCRl61tjhkJ5SWUm0LVHDiqRqDEaKWZrRspCaBM7GS+muB3LRfR40YWdQVRqn3JBIZ/v6vrpaHcfNMcqrBqzzRFLTL7EzNiEn8ZektAqSe4uPqTE+WlK/JVzxcB4y4NShfn7BwooVIwyGlUHgjJtbgmGUyapCWPNey12S5VWMPGVRNnWtZMMJ+bxAqhgUT5H96Kk52fFzJzkXbXOY2PmSXmlUE63DGSFCGyOw1DsZCatYoQQi/hWk+y6eF1m8zu25W4iDc5miTX1W5tHGIdTWZhlYLGs2rTlPD2TZBaPkzB1WTgxkFyER5hgd8vDyeYQBJrJPSMa6kCIg2wDR4Uo30b9SOJ1JZGqKSlQspmkK2bfOMy1MMatUGgzeTeLJ8e9JAyqSW0TczQzOcvE+tSSV7do9rWinIYsV9Oh/WbPMHDqgXGrXYuBme3jcqlY7GcK9mSBjyMbEJe8eOuM0XQ1cmxHjhFDKHd393RMaTGOnzA8dPCX3pN4xYUwFybaoK3uxUoS+YIh0HKpPLE1f1EnpHLL0aMnThzvnTy57bdzZkFN+9/BQz09x+b/cd7e3f/d993PjKTRInus98KTEAxaGCiEqJlnJOOLCcOySbbDpJn17EfJURI5kGlyCAzsCXEPPVEPpHitZGYSw87Wnk6iz+WwIh0hMR02YVJWLNm4DBh5x6xVTJ1N/bwaJilhJAeHdUhXytVkp78iCSkxx2QtntdN9vT4LHJj1dY+tEOQvXoYApKbLy9uNlPPp2LCClnGJIl6TRQTSfAk1fHyJjZY096ZvQljCoVyGg6353OkgcoEE0Jc6jOlJsd7zfqK2T8rMcoryBfMDPYXNYEXtA4wT3+xz60eMVCJLhxwnTspkqri5tJyKLHZmoqLsXHWT4wrTC9oN+iDMImvNwlXYNMV6F4zyT1NGs4SkImN17X0S8+Jjgs7Jk+adOjQoWPdRSMlpHBghOWy1eTt6usryUZU9dIZU2b9+tKvv/6upTVauPB3l13W2dIy4Zej3f/59ofLZ8+eNn0KHnuyd8bJEycvuaQT9Pf9/qOl/jLFIUsFVllIONLDgWatLjOAlKu3XUeY/9c6kIOQW+fWU2+2MnNSi7vKqB05PJKzRyNzsh3HqQNJBkmIjsn4ypgUUU4kYaHosRC2orFwYzAnunpJtmPsCX0JTbCR6AEL3Afi9gby5apkFLU5FLn3b0wFUxuwLOebTUh9lZ4aeoYEWZuwMKgyGSTWROM+MqwLlCUUvhyVzQpWFl8wdKFCqdwnp2EkfSz4sCApMwKeGKnmbHW3nOhWYmmXyxVT9blgAu7igGk4ypJJPQr6e7vD4omJEyaNUeBKdcyqsHnw4OGs8o568ODBM6EHD54JPXjw4JnQgwfPhB48eCb04MGDZ0IPHjwTevDg4YxB/mxG7h+bN2/ZvEW/zl+w4IE1D7oNVq9c1dPTo1/XPr7uyquuOm1vS5ctvWPZsvrRWP/kU3v37Mn8CY+bv2D+osWLR2kG7rnrbn546523R+kROrqhZ6/pe4c/7U0g5plwxKCr68ddO3fq1x+7ulwmxNftH3/stncZcojewMwNoQFScNFwAdc3vfEGOhwlJhnsuSMIOrqhZ6/pe4c/7U0g5tXR0ePJLlcipTjwDAJo5eWX/ubVKg/jmQk7OjpqJcOunbtSv442QNx998N+/fv3118tTfQrKF2emDyMQ3XUtQYp98B4y1escBkSHAiDIVNtA2Ns/3g7lBk0uG/FfaOxNDz2+Lotwn6Q0u5PVJXxdH6dOXMmTMeURYQ2MJYUcyC5aPGiIXQ2HQ56u2PZ0tqWbodoc8viRbXGKm5nP/iMx2UaaexHOpnhNlBpn7LMm4BGx+7i/y+ZWOqoeAWcWF2IMToowDRBiTNeDX5dvuI+9g/zgcPHQzGQMVvBz3kmJJth3vW1QS/la8DM1toMuHLPXXer7oq78G4atUnqgWNZ5gqei6e7WEFkbxHSf/Xvr6ku/dc//+WUNmJeQrQ+u+H52j7ReEsibNnbcxuedzkEA1z/5FPaIdtgyHii0lkKMTzR9Xu5av/LL73EuT2VCV8aESZsdOyDvVbtbdMbG//50YccpvJ2R0c7OFCfgmaYsY1vbHSpAvysN3p1tC5hyNfASVRuxEJY2/jpxLEmS+AKCs/h25B0Fegf6P7+lav4kytz1GeLiw+sWaMqKxBQtJUK8avbBpyTqdniOntTPyFYzkXskVM7hCTkLOFBtYjhVz4UNw7m+B09aHTsta9VhNgavFbyD1YN8GGqMeaHzXTGMEW4HY9zbzwb7Ij8ucOE8xONdKcIxl2Oprq9RtXZrFYc3wGUkyW33jZMHFy6T+mlKhzwdKDUvmcPLqrca+/owEpPdRq/UqqTmHTtv/KqK0FJM4R5agHExEdArbrxhoU9AiApjk4VxbWPr+OKg2YUGpg0NhM9rYscqMs/HjrYoEbPidXo2BXajfK5AMPBayX+oIrVsg7K6vZgatWmyxqv/k83LExNIzRtDhzEowaOZ8K6JKGaha5BmGq5J1naITr0V9nQWzAaHn8RUA/qg0BJKZ0KRPPjqRajqx9iaVgqBp5K7EyghZOygV1dS8W+NoMZ/IiIQdAZboHM40/gT0UA7ceYCZsYuwKWmNRquzcZ1BAz5vK2XjyrNh7PGSbErOH90Sx0DcIspXFv5kQPnwmhyeCNupJ2MDNGRNB2F9XUWPBHzQr/1z9pNWfwc6bHJUVJtbJF6dvdKVHOp5RQtXPEp6XR99jo2Gs9XliIcW/KGVbPjJ1W2HomrMtHCppWAyDTIBw9UCqhsgdMyI0pPnSdKOodTVEMNCVYOG4z9oY/VZkaBXWonOXQ9NihUT/imLiZE3suwrnFhNYsVBfL0AtnSgSNYOAF7RlaIyAdmDSqTUmU1mY1FKkGQ0Cl2AO/ogc0EB/PLvxXYkJLaE1NrNl4VkphS2mAoz0t9WukTYwdMlA5ELO9aPEiSlSN7PNMOKZmoe4RZWr2Kh5TWtbIKl1Qn0AKdLeAx3SrSp3+oDN1mdYSOpChCwc3chsAX0FPJEf8r58JdVrYoUu17R0dyoGqdoLuXcSG8I66aI+gE7W5sevEYtp1rRkfEW3nUtgazcJa4qslSjYD3agDGh9qyQgX8e7x15yfGms5dwJACrVha2qaumiovoqHYl2/3wlAb3eGNrNBMUgvP7rSDQluqf3h93PxR96D6KidiqezvDL6dN3AyBxgczD8sSvyI4iVl4QNm4WnNQjBHnT64WVvFANyr+wZpBbOpmOLVa167PF1VEplr3kplgn8Z5/QrIiqy/x0lgA9Grf46cYbFlKeq6Cm+6fR5YAdQhNGP7hdHUIzTLDOgsBGpSxmsyW33oaLQIbRJKlpwS1qa4Fh1I8yItD02DGxVOnRGDeiWSq430vCsTMLTysJqbGokcblnFu0I44PyFpVO7I99CvdfeajQdBbP/rQVYlBQG+987aGH3DrXzF/LMuuGxrYIWUImEf34lLHO6AhOzs9xhJ7bsPzmSq9xtkQPXweqWMiTY8dNz6XOMA4RmD1XDIiXDl3+fCsTv7LpZoqyoxE8dNVWelJV/2UvqoxkDTia3urvTKY/pPZf61ZpQ24RSFXriSXZnbCEJyenmOCwwyMKIWGExi0oB586OoQKd2OWzIZjG3QAIi5MjPVG6NMgRsQu2XxYvxUi8zQMzPYS6xz7Jmdc4vCxSrVf+ZdtZjrWxvMs+CZ0IOH8wh8egsPHjwTevDgmdCDBw+eCT14OH8h76dgmPDtt98G4ppra2vzs+HBM+GYwueff/7ee++dPGmLKt9888133nnn2KPx5ZdfTp06ddasWaml4YUXXki1nDNnzsMPP9xo/+jniiuuuP322/0b90x4dgF4DxwIxrvpppsgA0H0r776KpgBV8YYEzx3MNZKXW9tbW2if6wsXsh7JjwboaurC3yo8gFCBp+PHDlC/sSvuMKfDhw4ACIGf/I6FFeI0N7e3uuuuw4X0QB34Se0wXXwCa4r0eMnCDo0niOgUg6dfPrpp+4jpgrUir7M5SMTDT5OcWAbl/0axZOIffXVV/igT0EPnCVcdx99PkPuiSee8LPQBIAKt23bBrKbPn06aXH27NlXX301Puzfvx8q3JIlS9jy9ddfJ3Xy+n6Bffv2gYvQfsqUKfiwTaBUKn3xxRegzmuvvbZQKIDW0b6np6e7u/uDDz4A7c6bNw8dPvroo3v27MFFcCOu48ru3buBg0v9ZCfFwQWigR7Qhj1cf/31uB0M8+yzzx48ePDQoUO4+Nlnn11zzTVgEsUfeL7//vvoFowEPPGBYh/s98orr6C3FJ74jHu5YOHGzs5O6Mx4Oi7idnIjZ8xLQg/NAKh29erVb7755ieffALaAo2CIutZ19W+ghoJMkUnlBhQHdEJSHP9+vWkb6q7tDNB6GiPr7T90FLtz1WrVvHeTHMupViq6QgphN70cUAJyKAT4oNB4em1HYJt1q5di06AMG4ED+MWTAJ6RodsgOv4lZ2wMfFHM22Dp5BRPXgmHBbMEwAhgsLwHzS3fPly0tkQABtS2QB8xc9kY/I2+kSHuOKqu7iIKxCSpOk6KRgMn1o49DOFGPVkdfCQA4lbJhMCSSKgzIyBA88dAtqMKijA7QTN6EmuH3/PhB6GArX01AqCJAHNnZYJlRNclnBdJu71wdrUCY26NDNxa5Tb8RkTAn4DwqnrmC4ahB48E44A0BhT0UEpsXXr1kwVLsW9FCP6ITg1gTevU0BR31NvCoy30RsRnohH83HUJ+u8i2NXfRjKLb1EsCTpOib+EI/NuWc9E3rIBqhzsLjAiqQzUK2KQdLlpk2bwDPQUUGL7o0wjSCgcBH3qqQCjdLko3ILU4oyFp1wh4DsPXfu3ExkcFemd1TVP3elGGxEwBYo4VlgFS4xdTIh+gTywBOfMV7g/8wzzwBVTMiLL77IMaJDjPG0aoJnQg8NACgPFiDoTKWfOktAi/gAssPaT+dHinvBh/ygm4q4F3eBq/Ef0pUSEh/QP+1GGFEPPfRQppYIygYOWAVcsZzpmAG89tprQ+iu3PwkbvULQ+LJuAVgjq9cDoAwJkHxv/feez3ZZEPVw/DgG4HDhw/X03LlypW118FCGzZsOOMDeffdd4EhP2M4QLWeQXkYPnhJOAIicXwMBGIWUotb8Dt27KBw9u/Xq6PjCmBrZXJsbeTnGQGoo8CEOw2wD3UrxcNog09v4cHDGQZ/ntCDB8+EHjx4JvTgwYNnQg8ezl/4vwADAJsbKelmgEcvAAAAAElFTkSuQmCC\" data-filename=\"rashed.png\" style=\"width: 300px;\"><img src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAASwAAAEsCAIAAAD2HxkiAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAABEs9JREFUeNrsvWmsZdd1HrjHM587vKkGskgWR5GUREnUwEiKkViyFNuxAlhpO7ERoBEEjUbQ3UAPQP41jEYajUZ+dPef+EcSxENiO5ItW54ky7YsWZMpUaI4aKBokiJZLFa9qjfc4cxn791rrX3uq9LMwWP32Xx6uu++c88979b+zrfGb3HnHBvXuMb117fE+BGMa1wjCMc1rhGE4xrXuEYQjmtcIwjHNa5xjSAc17hGEI7rr3dZ56y1Y8ro/29LjR/BX9nyKVljTFPXi8Xi6PgYMKeU0lr3XVfXddf3SkrGWZ5lO7t7aZbCL8fPbQThuF75apumadvDg8PVarVcLtarpZQKEPjoY488d/GFg8OFkHI+nWslq6qwxgZxFIVh31RZktxx+5033njjbD6bTmdcCECmkioMozCK4MxSyoAWIHj8nP+2Lz5WzPwlraPDwy984fNFWT934eLh0THA8Jmnnmi7DhwAY+3Vo+Oqxc9fSx5o3tYNoEonWuKv+1QHu9u78+lEMLu9s7e9tydp9X0HWOVcxEm6u3fq/C233HjTzYDbIAzHD3wE4biuLWC9zz/44O9+5PcfeuzLQZQdHS2sYVVdNm0tnTRdHwdMh4l1Gj57KVyoZQfmaGuavm67tq7WSvCd+Xw+mUmhgRyDRAAFBgC1KO7aVslQSl2Vy/vfeP9r7rwrCNUb3vimPJ/oIACgfj+f09qqLI+Ojp5/9rk0Tc/fflue5+O/1wjC/08t8PeeevLJ//RLv/gnn/70iwfHVVPbHjzABnw8IZyzPXzYgqskDoUKGVdlUTnTg1HZW9e0nWnhewNHAq7CME7irGsBooEz6zBScRLOZ/PJfAsQy5goi+V8huaq4Obee9/Ahbvl/K2333472MDAlloHwLr7ly8XRdE09XK5BMIElL54ef+ZZ58ti3qS57edv/l1r7v37A1nweKN40QHo2U7gvBv8wKSeeH55//oD//o937v977+jScXZV+1ltmamY5z9N/iOAScSIzDROuiABRxKZuqzeKorCohFfzIOwb+ISC5qArw/YD3wKd01nE4u23DSCZJpAMhlEjTvLdGBvLU7tm+qvreFMUCDNRTp04rKbM0j6L4woXnLu/vg+kLRwIBKs7yfLZaF4fLlWMqDmSeBmdvOLO9vXf21Bnh7M7u7unTZ2677dZTZ06Ho307gvBvmft3dPTJT3zi137t1x784iNNxwBnq8WhCiLbN0KCJZlpHXIpiroA47Kum1AKzjgQFABMctV3XZSmKpCRgl+IqmwAoPDCGtBlDRIo64XkOlCMOYCH0kESp0VXFt1qK52Wx0WsEudElEZSsTgI67IAULe9qepOat12PWMy1Lqrqq5rreuF4FEUTSZTIMDa9UkU88643k1n8zvvuONNb7zv/jfdd/Mt576/cTuuEYR/I1bf948+8uivf+i3v/jww08//dRiUURxDLwENqGApaSOQsAbEFkHSOCYpQDIcWJOpTXwIpwBgBclcaA1bnrH2raBM8Cr1+u1tQaOsUCGEl7EpBRpkvbGKKm6HoxSDNJoTGNwfz3wKjjGpz3wvXoDtqt1eBi8EXCs4HikArcyDDnncEeYTKfwDLia1hh4EsC5u3vqhrM3vP1t9/3QO99+9uwZOOf4Dz2C8G/oaprmDz7yBx/80IefePLJS5cuw3ZHxgOXzjrYuPAjUFA2zZu2BWjBfw7A5Bxsd/zchYDtDmhhnANgABlt2wJI4Ek4HszXpq7BkgRCNKaHB+hwAmHGMfyqLEtMLcKCdwSHElFq4R3RaHUOzFF4Bu8ASsHbcX9+sInB+sWMSQvvCFcCj+HwIAzBX2WUw6QjVVXV8GMIHmTs7rvn3p/+yZ9685vfNJvNxn/uv7w15glf4VouFh/+zd/95V/94NVFcXS4AqBIpQFpGPyME2dZ64zEPV3B7gcuAkiUdY0QdU7rAP8LAkzcw6aPHTAnkBegZ7VaAyIwnNPUgBBABXyB08jRoESeKtZrA+SJ53SUP8TbKDp+fQ8oMsYCnspiDUgEisOMCN0O/DGAPTgGjgQoAv1i0jEMAY3wDN6LCaj42NrFctk5dnTw8PFx+6VHHnvgrfe/6Y1vyAiu4xqZ8G/EOrh69YMf+I3/8hsfvnJYdM4WqyNmOwAAZ8BvMfFNi2ALNWCgrmuwNgFFgB8dhmD1JWEE7GSJjjxBAb6A9FqLFqOj4jV4F0ApYAa4cb1aR3GECYaqauoyCCKApgW8gX2LER4OgBQejWB8An+COUoIB+R7v04SPZ6EcOFIuDBHDNgSMytaaJcimJnpbd/yINBxqrZ2Z+fO3vTWN7/p/e/70fPnz3POxw0wgvCvOQr63LPP/uqvffATn/70pYOrHW5WW5dV29TgjgG9tS1YoR3sVLQPgRCZU8hmuq4qpD40F0USxoC29XIVxxFsekAIEREDixBYC0ACz5BZa70Z6QFDuQcDDwCuhFLnbUhGR8IXIQ2wbeDNAcjAbIBtwBgAEtAdhAG8Ck7uz+lPC8eQmYxEDc/Dg5roGp5UcEMJYiYZ1zyfzHe2997w+rvf96Pvev3rXjvGTkcQ/rUt2KCf+tRnP/Kxjz340EPrtl6Uh8JJzbO+BfesBVu0XBfklWGkBHAhpKOtLsDBS9IUoNiRX9eVFYIHLEOCHPwTAN3B93VZdj04hKHCI8lEdA7BQ6SHBifhDSxJeBU8Aw8Q50BrUmqK65zEM9H5BLOzafBuANdAnuEJEyLI0XY1niRPoA7PdBgowl0BiG4rdDvBZlWBzCYBeIa3nLv1/tff87M/+092dnbG/TD6hH/VC2zCD/zGhz/0O3/w4ovPGWeKsmJGRXECYCrXFdJf24G3FsZJGETggHGMvrCua2BnJ1nmLLh5TZIkYJRmUewZDxCbpinseHg1mJrwLkmaAZ3VZWnJYkTEAhxNj7wKcO17RiFRMll7eGsNjmMcA4qA8YBdHcHVG5aejeFdTN8Rqgd+BsT2YDE3DZwDAC8plOrtVR/jwWIALoqqlNwCKQJ9WiOKdeP6I9c8f/HSQdOZ//qf/dO9U3vjrhiZ8K9uHR8d/dIv/af//MEPF6UFi69tyrpqk3QCLLFcHxRFUS4L2OxSwa6O0wRxBRAzFhxGDHiC61Y3TZrEYKyCCdrWDUBEEfl4RvJhFQCecbbvDRqX5BbSv44zvfGX4YOlw+1Ta/A/PY9VdUV2psCDjUVHkJL+jII3iqKvgiDYY2ID/tXRmURU47vwIAp9NDWgOCqC2WGBa9sC31eBhvtCAnSaZnEUpsu6Pr2d3n/vPT/zM//VfW+478TVHNcIwr/EdeXy5V/8hV/43T/+o+Wqb8vGJxVgU9ewSdcrTC30fVOVwDBKhxqxEfmEQdc2EW1r4BbABdAdbHr/W/APe/IGB+ZhrGlbfyRWaVPGD0EIVmjbKqHF4AcCcpAVs3wiEFFAaXg9Xd8BrRlwT53VQUT2JJCYRM8QKRFT/wpdVs2Fb8ngSknuEOwN2L20DTQ8pWQYhN45BCQSaBHz4FX25GrCjQXuM3keRWFy7sbT/+wfv/+H3/XD8LeMm2Q0R/+yFmzNh7/wECDw0ce/YkTETGcohiGURPYrq7qpkccwKiO0Dn0JNeAINimAKo1i07UAToxwFsVgDeKRGn6EvSspGokJBsQeZdMBgdYAwpkKMVfhjKAMPjwPv4PHQRhlWQbYAwfVx28A6sa0YEAC/AimwKWNT1cCCOHGgJjzsVNjBOKNkVfpBMWZwhB7o6yP8cD1UFaD3Ne2rWtOFw2sqjRGbkKp4WoB7S4MyrL40G9+yLTte3/sR8eOqhGEfykLtuwffOQP//X//m+6XkTRtCpWQDZAFlEYLVfr4+UxWIlg1rXVmgsJpilABfY0bN8Wdy8giFVVyekjBsQCO4HXBR4cAo1CIwA6oBv0JWE1+AJLQU4yUOC3DQY8lQYS6+qaAiRJCgTI+HK1ghtBmqV91zcFVdVoQCyYkZ0HEn5HexKLYAC9vlJAYmmNRqOUO3ADgfaiMCD2Uz28EQVywD6GtwcQo2kaBN6lhAPQ4WzqIdshAMYCyLOp2hf7i6uDX9ne2X7gHe8YN8wIwr/49cXPf+H//rc/v2h4GqdlU9V1lWaJ4vLq1YPFcgFwEWgHtlKDY4bmJVqG1CuI+xzJB+OXgNv1eh2God/Tq9UK2CyOIn8wla0Y4CU4lIQtMB56kohDe5K5pi6B06I0297Zg+PLsoSDwZmDC+rbzhuoWM+GTqbquoZRRMeQ1aoCJbjk5DeCLQoWqcCfBNic+AK0dhncF9AJdYBMhTRI+RIsdsOwK8VIwR5WCq1dcjKBQF0Jfiw4pWAaiAv7iw9+4IP3vva1OZW/jesVrLEs8LuvZ59++hd/+RcuXroUhrDp1ravgIi4Ci/v76/LQmEanfV9C9wSRJHSwZAiB6uM7DqfgoNtXDeN1FpqjDqCD6kCnaQJFq9wdAItmYyYcJdg7GH8c/DUEcAIxb5tYPPDm2TZZLVcrlcrRxVqPUZTS6pWk1GSBwHaruBMwnmIwzvK10dKhUIphA/gFQOiTU2NTlVZwq0BTGIA2HK5AjwD9pIkwVpWitP67CUFjcC0jnzeH+4d9KSM4iSOsjgOolQ1fffkN5/+s899btwzIwj/ItdqufjlX/nPDz70JcZ1GAjlWKB00/TPP39huThG3ResTWkBA2CIcox/uLqq2UAgCBJf9QJbnAuMeQKqiroG4MFerxpgVfivouxFB/4ZPI82addIOWTMvWcHB6CpGURCh6v1CiUwMAVPxdYYJkHGpGLUBkxloj4qFsUchE9UYtqvrSuwSAE5GLmhPCC5k7VFA1WQsE2HmjfHx8eLBVwnQDFLU6BKPIbCSAV5sxQx6tM002HMJMXznACbWQV8tSw/+pGPHB8djjtnNEf/wtZnP/OZj3/6E7BPp7MZ621nYN/b1eq4XB8LIDWlAQ9MkDulQ0COca7HNJ20m0qxllw9RAlVS2MZCmfepzKYAG/RVXP4TBjFPdZ2Go/AvscHmCGglIMOI8Yx9EJBUczF42NngSfBsuwwtY6OH7ZOSCDb3mGxW2RN5+8CfMjFYwENloNLTTkRYZE1e7wyVJ0C59NpMJgpcoO6NVKS/Rz6+wiGcOHvopbfVbFusM58pYXOs20wokWEt4Svf/VrH/vIR3/qZ35m3DwjCP8C1nq1/MSnPnl0XMRRjuVmXe2UPD46Xq6PHUZMFGbEwSFEqKA5aQCmjupWEHFCUTQSfEUkKwqRSISHjZMEvpfFmrw+8NQ0uGRCYbARGwsd9lVgwEYFUmngL7AkATNAkgA/QBCGaikIJPCFgOS2B8JEKhY6ijGBgfVxQRjHFOPBpAJcDnCco4winBD+ljCMMZnBeZzlWsLb9UkW5UzgTYEK4sBurfsaEA3IjOIIy9PgvZ0pi9J2TRwnAeYSw6YxrrembTCI2jZKiAtXDn/r9z/yI+9973x7e9xCozn6atczTz/z589807QqVMBRPThOh8eH67qgLgMNGx+2LCOzkGPuDiitQ4NTaEwShAE1BJKlKiVsYDARLbVNABLQCQRnECxDOFSBowgOGxayYGQFq0MdAEzIAJCDdquK4CCGeKduCbJQ8RkyKzGICu8J7macwXdEv1S+owLgl2S5gktFhiQXse8QzwxBDr8Fdq3BP+wN/DnLolwVRdebFm4bbef7D7sGMNsuV8urB/vGYsQ1TmMg+OViAaYpmKrTdJbneRhhRgbcRniTuu/+/JmnPvuZ0TMcQfgXsR577PHVooyAUvru6tWD5WpVlCV4XMCBEmuxA+KWKKCktvfBwMJELxH2usDEAxmiwgdYejQ7sR0eM4EtJtbBLcNMIJmp4LDBk46ScT4hByYlvE7qABt/8UhLTEgRV4qUUBFZT6EfuJwA4I32DFxNFEkqOkPnsqo7/1oqNPU+KpBnXZer5fF6uXAUXF2twJM0wGZDdRvVdsO7AMf2ZKZSyt5GIV4MmKlYCI73BDvJJ9PpFEM1SQxv2mAxUAZ3kk998tNmE1sa12iOvsIFmPnK419dYXugbZEUOof+E9aUYP7MdNwiJMCwQ7sODE4wSqnyi6GfJoA5sdgaF5afoYkKZEgCvtTcBNwlqBM3RpuzqQEY1N8L3qCkc6AnF8QZhlWo/AXAj+YrQ+6krgk0e6naWvm6bUqyb8praPnDwFxE31Rralks8HaLUqUhI6PZEJcinq2qEO2u7xrqxO8CIu0sgXtQW5VFrztAuA/hZlkG/+99yCgO8ixrW3wVmK2cvNtnnnvxxYsXbzx3btxIIxO+mrjo6pvPXug7BQzQYVEYRlisY1EUax1R0SWSEPCPpRpOFIDpGp/ZA6IU+EuuwT5zHKjHG5DgRhlMy7skzZFoVEAJCWRCn4fAx5SyY1TgQrkKtFE9pMDQ9LTp2//wjVRIIVC6gZIriqEeuNa68pLewE5YB0NdGsCEaT6dzObw7owko5Cp67Kn6G6Pr2uAhuM0BYjCyfDWQ7XgACugO7jXLBZL3wqMdim19jvqQgTTFMzXNE2Pj4+p1M7VvXns0a+Mu2gE4atai8XieF2A4QlbGmvS2tYMCcAQeESBCYrxRkXVnpwiGT3RIGKTvDYKSAJsyGejwAxsXMyzbZJsCJ8gRE0KLP6i1DzaooQmTHhw9DMplomGKBqTFGNFrnOYEQFIE1oBbAHn/vfcV6hRsoQBebaYhKiw7BN9RZESwJq6atuKAq0Gge0X8ipWhMLdxlH7BRYPCOG7OuDBdDqLotB3SMIJ4bwnrOtbN2Bt72yjidzXq/L4ia99dbRIRxC+qoW0IJ2xNZqV1ufcVBhEsAubpkauo1YgoqhhE4M3FoQh5RXIFDRgx7aOBCM4JhW0pN4KgE/btArL0CRlIwRVeyYASQQKBkUDjLt4cqNsPfW/S/iigjZDnCk4pSIo4mqYb8ilhdmSKELtUN9BCG8cBEmSwEmODw+v7l+qq8J7nohAegtP4Iaw6qtkjAMXEYmaMowdUNyg/kQl2sCKdlNY45OZ4BOu1+u6bub5hPftennwlccfO7h6ZdxIIwhfBQjrGnyodXFksLATzUXCGgdc9U3VtI2m6rMBf0gpWBkDVBNhVg2V1PAzdVSxJmQUJlGUAGDSNAN6i+LUEykcCYAM4xwhighN8OA4wWCP4L5N3m0qb5AYmUeWQusV2yOEV1cjL64B5gPqjpLEd+vCazFIA34mlb8Wq0VZLE3feTyDuQvHG6oyRQ2MyPci1h1KvAGDVsBpYI9S8wReQFmWeZ7jXQbjTwZ+vHz5kmdFeAxoTNIEr5OJiAF0+6//+TOPfOnhcSONIHzlC+7rsLeatgPCATwAsWDchaOHh/EPZCiBDl7XoxNHbAbbvWvAsDRoFXLUJuTkGsIG52gKYnC/7RqwVcGejeIIa2goWBIGIdAN2LjoHAJrYlIDi6MZkawjqTV0/OACqGjTtC23DgtNUU/KUKeSY5YaBZ0rjo/q1XGxOARftCwLwBJYruV62VHaEF6VT2aAJQsUDfcO9GVbbH3CQCtCiAgeS91avNfUdBE8QBPAHh0eU3FewqgFsarq/cuXwFFcr4uqrDR2XARwRVk2nU22HRMPff7BlipjxzWC8BX5hMfLsgA/EAxFDPprVDtTVVUAk2isz/QyEy0lCUWcZpRUMDURCOzlEIvcwK1D342knHowYINA+0JtxBjVTXd1DdACwlQyAKQBDiOgpCTJktS3+WL3H3bZYq7PkyCWyMC5KO9PtwI8lSGnMY4zuMqmWFF8x7QVNUlJWayWwGlgpIKhGifIZnVVWjA4w5jTCVELtakNKo72nn4pCitboGlsaFJgDaRJij1bReXzMYB6AHOcpHAP6lESriFBR2wQAZ85AqQm0Ve/8pWvP/7Y2Kc6gvAVrrJqOA87g4IuSRx7/6fD+mblo5ReGIlAiCqdKACD1TNea5SiHZYEPJFUNHAdeFYW/SvMN2C3ew9uF3hfLZigsOVhzwLIwaJL8yzNUsA9x6w6x4w+eIk6tpSTdAQvFUaY0yc4MjKDJZmXfd9V5RrLZcKko44nJEkAOVXJYfsU2JzYlIjuK6cGC3A+6Y0ESuxTVIexwcklmQswWcE+xdpRuBPFcYxmbVkq+qPAN/bOJLwQ0Llar6sGC77BVgcWhXvN8aL66O9/tFivxu00gvCVLIw2iKB3Asmg77Esq64AY7ATYV+GYUg9r9J3AMGKowgDlcBRjIVBwCi9LdEbDNM4wcppAHZRUgOQWC6WGvVj1oCfnb09RGkUAggXy+M4AVpNAH04cxCgQh26SC9UxUbxnQAQi0VwlMMA0oHHxHhgBGPsRFBDVKAofU+1rGB2KkyQKOBYeK/pZCpJqAadTMwkMgkkGcX4Fp5pMUiL9xgka5IFwIvRejKZ1FXVoCaNgxsTCnOEAVUFOdKbAhhja7KPlKJNrqKvP/Xco488OpLhCMJXsib5RHCVxhlgA3YY7ipsZo8FBRyBsgJsMGe+j6lpyArlQ4QSpZOIVjCiGITwKM9zyhMQJLBmBUOOtu/iOAlDDfgBvlkujsHTStOkqWtS6bVebhT9N2cABIAuRd2AGGaF1zDUoQiUYmCLMmDVmpkWng11ACZsEifzydRRey6gGQCZZjkVYYv1euVMh/FSTA82psNSAUu3CSzkhitr4fpNkqQo3h+nwwcymVBcFFdVVcdHRw5vK+uWXg6k6kd8kzYU3IYiYHoVh/DrP/3UZ5aLxbijRhC+7HXDjWeyJErhK019WszPbEDO0dq30nPKp5GMBeYtGHb9tWCcwW/RWLU29vpLjG3NtuuqbpsODTzYpqSBr8Nka2veYsJDtC12V8xmMyX48fEhoaJJYrABg/k0F84oyROcaQZsiKmT3a05+KlxoMFQBpfOdQ0zXRwAOdppmmjBEq0Pr1xmxmqJ/Vbz+RbAr1rjhOC2LgFp68URQJGhAH5MshVYRkBpC4mqFU0FfJ5mWZamcKfwf50XRPTRWHAXy/WyKgtfmS5Qxp9VWCaOIuKrVbFe19Z1Rb1++JFHP/YHH62qctxUP3CNZWvfsk6f2j19aqsxtmyxPx1sMBwOUde+XsRXZpPQCwo6LY6PqZzSAgKBl8B2dNTpBLYl4MICJumc3LnJJL96dT8Lo7ptsyx3PabCUeYCdzlSKdioPUpiWIx7do1EH7BP0wgjqKYLeKKx1LsF6szjMEli1M5YuijWlK3HKBDeKeIIQB7itJcUKDqNUwDPixeey6dT3xDftxVgi8bLoKQF8jNj6KRSMoRE2TgWgpIKY5Kiks0awzIldvdSUSwn/RnmpK/U0VQTi0r7JJAD5B9jMqY7Oj5ai/jXPvghoeS73vXu2Ww+bq2RCV+yOTqdnr/5RjDVWpKyx+AoVocy31ru04C+x5yk/qiYk23KNSkTgBryHWrGxHG8LtaalK0laVqHwGDYHhTgrIm+xTxj34KtCtxydHBFMJuDHxkF1rSCW5S7By+NYUV2pOTpva0I7FFm53mahaHrG6BCxVysVQ62rRKBYIAhLUUeJ97IBCBfunQReRvHy2CtTBToLIVL0Fgb3lY+byiGmptBZNFQhgNsV/gRbNcKfigKX9uNzjAfyuWoq5jRM1R7Z7Gt2Qnbmfb48Mj2tiy7F/YXP/8f/uO/+/f/4fDwYNxaIwhf6gKz84EH3syZDTVs7xB1PLs+kFEAXpjEclDMVZAtKnDStbLeBMVGJNzLgC4twUyDTVsbUwWKUy6uqwCNYO917SSJNIYhAdLYnh7A0X0H3mS9WjADyF+DUamEiQMZAIF2NZxAcwNMw1mHUom8B7e0rld1BUcmcBXw2kmot9NwGstQ965fa1Ensp3EsqnWgZQxDnBqcyUSLc+dPb2VJ7MkSpTI0PUUoZCRxgATFspgZIeQ5li5XgFM4e9ZLxbI//g3YnbfMW7ahlsLHw4WkVuGDAqP0UvVqCUF9yyD+sRhIJMoajv2Ox/76K9/4L+g6zuu77Hkz/3cz42fwvVrmudPfOPrVw8OdBD22LGqqRnPOofFYj0KRHTIjdR1DhYa4BR1BE0/SXEMNvIYc5HGVkAgPXCKFMASox8GHL8c5xACtXbCWY4aZxRxEQyojFuweAGWSjgHHAh8pbhTgsFppcS59sBvCgXtWVtXQKjYAG/609vzVKsMfchsb3d7kqfC9cCZkQ5M2wHIpesDZiLBbji9g28kBfBqggqk8FjBAxzS1FQYqul76pFUOPVJSGpaAicWG0rA/Kb/R1NcUDmen74maDpiEmO8apIlvpwNTNPJZAY2wWK5rDDIbNZHB7MsveX8eTkqBY8gfCkrxSK08IlvfOVosfT1ZWAv6AA2pYl0lOSpAVurKDFA33doT6I52mvhJkkAe32WY0wjixMBGONMMvri6EUBU2RJhIQKFMdYFARgWOJXHALesgS4VwAwQvA5BZ8D+KIwCiT+Kgxg66dgA8NrmxaQPM8z8A/h572t+SSOklDvbs/gGPTq+nZve5YGAEAecDMJ5N48OzWfJFp0xWIbXqxYqkUOfIhM3ZrOcLgX0GBRDAHjSBl0ctu2IlEazGegsBVWnFJjMfddh2iI+qGiKDFOgqXgiIIRjrcmEhWHc+X5RAfx8dXjpihuvuWm3VOnxqFOY2DmBy+4hd//ljff/vGPPf3sBbj7R+DarUoJxAIkyG0kwzTNSUIGdTgdsKLkgCKwM6ewrcMgwuFnFhgLsAh7cba3vcK24MJgEY7enmY4mteiToyWABNwCU0cBZxH2DSBA3pxlLa1/VYSgp/ZdQ2YgdvzHYA9XEwvWMN4mmIFWZQDrLJJHEdI1iIGc1mxTEXTYBv82ONlmUxiNwkxiimAPFvN1XxrCuSFBUEhdve7OChCOU/tourWVX2IAzCY7RvnU4ZehB+Vggl7lsTzUTOY+6wGnAEscxL5dxT4YfBZLZfr3rqiquD3k8k0jCOppFPh08+/+NDnv3D7nXfBMeMeG0H4g1c+mTzwlgc+9sefxL4CxYdkncA2CNiJYGExLLAGTJgw0EBu29Mk1TIPY0WhEVRo44J+j6w3jXQWTAylyTV6g1znCTZpYI7N8IDFGmM28A5tjQ4noBc4FkchgeHKQtjuWRZtJQHNDw0q4FxGgm4C3cZIOsBinifgoAETsx7MQQYngTsB/BWA4bqpAJNN3QYawzNgTgIP4v2EVDYKwG3kpklw+bCB+0nRW65c07eY7oN7AQrAwfvxSOnFammpR9kX6kgKEQPvYcApimqcnNgCe8J9p8EiIbh5JcCoGNwCTGt9ZXH0yFcefc/B1bM3ji2/Iwhf2nrLW9928023Xjl6Evcrc8qhQgQQBM7QLcuuKQE/gEzwzMAlm8bBdhrP0lyRhi+AFqVaml5Hmiw47M03zpZ1lWpGjqVDrbSuxWJSzrIkRDJklmO/u0kSYLcQ3L+enEAFnluMHRKrRNdV3UR4L/C9HQCCROsolFmKMy8EswgsJrqm3c4ijp1ZvQ0xyMozLGpr64hS632HWgEObgJw8XnnWi5m8Wye6YN1s2pMBS9EFWMJxOtn3Nu2BtMV7Exs8uAc48MxXGbkJ5zWdY2jf4Vv8KdCcEU5jxAYHvDfxGCmS3ZwdHh8eDCCcAThS107O9v33nPvQ489Bff4LElQhZ7ih2AhloyChciNLFJylsaTUIfcRMJOkwRwhaMgAhlMM2EFuVSuReVPXnUkUooOF6YTlYjQC+MuChQ2rAMXYvOC82MGMbdBbcE6QEUz8D5FpHKdoPIFmLIkLeOAeAXYhAx2O7Av7HTsJmSyswGVngERx8BMHfZ8KBztFIZ1XYJPK2KNbbjGxlq2re0dn4bJVhotanv5cH1cAKrssnadsNjzgSfmKojSLK2KMggTRspTKGFKOjS+lRl1H40leUWHQ2mUwtb7wO7MZ02/RAuibtZI5uMaQfjSVo+TzVyeZl1dYdceDlnp4jBCXRlMFQJIZBLKU/PpqflkJ9GTQIA5GoExCtYbKgUarXisQo6ch1OTGuzQS7BJkUoqMYaBk1hsFOgkxldii5JFQV6fvMNBSgKjocitWPtJsheexUi2HkvKUUqDxyFAGQ1f6awkpeHO8rZpsNwNHTfUjHMoj6jhVpJFCak3GeobtF2P1NY2puxMDAattJNga133y3VzUJmiwc7C2vSNaXkQlU2tsaK99SpTJEPcSZJOtChmhTJQEns7LJBjs+pQNt/yrm62trEhkVFl37i1RhC+1PXixUuPPvyoreooBB8MO3z7rgWj0fROCRkGKYBC8j5LgkmiJonOAxR+gZ0GjMZp9BGgQmNdF6YngEWjXlCVCTbg91hCDVjjgYqQAaVINQZmZOAUDSfblMVhmY4SYIUWrq0Yqt+3YMCmIaYqEQjweniMNdwdMz1wk8DCFctxcA1attYPIsRuSEsTPy3DbkTp4Fh4iqNJbdCz5WANJ8LFzDaaNYFah3baqLJR66Zbo3Q+AypXVlatZRKJD04AXiB2P3YGbiFxmMKFrddrRGDT4mDwDvxbXXXNolhqKXfmWR6dSrNs3FojCF/SAsJ58AtfeuHSRccx18f9HCJr2r6hLj/40HDGWBqFgIc8DrI4iJUIhYokzf2jZgQ4wKf1BEkAY48wqq1hTQ0hw5FyDOoYaq3gDER0HQA4oJf12O9Lit2mCzTwDyq1hSykHkKG2UV4NqAp19j2CyfHLytQtg0sUsSf5T7Xh9UzDGvTqDEfux4sJvnwKqzyvOjC3rbGJUy0htXGpXWTND0YpWVryqYH7lvUXbSuy4BdWh06EUglwcYNMYkCdyOVpPnBlathGK6LIs9zVKlpWur7AqwuxNYemNNpnmVUDj6uEYQ/eO1f3v/Ug1/QcSQdTVABn4nJJIo7MM2w+bWXWDLGgL4iIfIgwHpOLQPGsSkIMYjxDIIFox5EmtOJUf9h+BlAUckAKYyk7bH/EJhKcolGKcEYHD+tvIiToLP64lXsRcJCOcwNUPG0j/s4ifEdixJTpJgNr6bpUJYo2XFp0EbEHIugmYdMGOwjhKNoqDcYkQ6YU2NxuuwYi62LYzXHugQOmKzApQyjg1UJ7uL+0Qr4r3ZsWZd5Oi3r+qgsgyC5cvUo1JqaMJMQPc86pJpbFWgg0R7/3GgL/Oyd3XF3jSB8STT48GNfe/b5F7APlxuwoOqqRRqxLc0blHGowF6MtJgmcR7qLfgeazBaNXyagqjPw48EgH2+TXgNCY9NGvFHFSc4K0bReAigM/DswE4EXEgv9QR0xSSJrGEfL1bMoO4TD3BqL+lskJwbjtMl0TXkavzCHAQgn9Ls1vfCMysc+pdKejl9bKqyqFHIUTUD6+3wkhyOjMGbBcNyNqA3lPjnQMBt71rH0nAywTy/7UV/4QCHgx9dvZLPtoHdDg6P0FG0JkRBfhwyA+boZDI5ODg0zrZwyxLhbGv7NXffk+X5uMFGEP7gtVqtPvP5h49XdW9RvLCu6sXxGsyuLAnn87mWQFo9tvAxGyixPQFrVEVgQKLbZRUZoiQ3SjkEgo0chtP7cCYWSwOgXd8yCT4dWJyOgjBY+M1Q8ILmPCmPCDIkCdbwQJGaDDZdMLapOgGuc5hxdEh6ADQEJw289yFWNiRI/LBdAKXkNHWQkaaNw+GgNETDUVmeJUeWuR5HZwMIJcO/iwsFj+AvNrLq81RlpZincWWaxpiyKOAcaZrvZElXVS1pmdZ1gx0XXZ8kSdsaon11912veec7fygIw3GDjSD8wevChRcf/PwXi3UFBAhbD3ybGOfLt0fLJk3i4+NlEqqtSRxyFwM0wwCFaFCgCWhQkg9oSemJkb6vUYLoDJ/3CMQYPkkI8xOcsE0Dulch9G0N3Pe5b6aNet7jbPOEV1vDp1D6yQ3TeSnYggC71tKO5dhc9jSBnu4OpGIK0IT/CeubkL1SI7ODgDcnPNLtBDxH6iKBP8dxjamUaJ5nR+sm0irsOA+TzgHqCsy3xDi2sCgK4EAaAW6xADCVZdWev/HMe3/4XWduuHHcXSMIX9J67vkLh4cHprVtWcEGbiqwyDA1EMRh15sIQKfE4nh5ZmeGuT4MYypqoICPEkVmyDZE6kJyc5S9Rlp0Hlwk3IZeHfbIw/bmvvsJZ2l76EoiPkHdLZsyS2QvvpEJ3SDQDT8z7PalbhjCD/7iRBR1s4zBo1BmhuYKkqKikZjPwJFLjEREhQEmxgJuFHDzh9BlcvAfsQyo511QYu/ybDrJVnVoatUhs+5O5i2KheP7HB8fTyZTFFnF/IqggXD21N707/6dtz7wd96+kYoc1wjCH7RI0YgXK8yR2d4Imo/JlWuxNR4lz9quCSVl8DDIAbapd9akl+IeZmWz4Wv45vjgxXlde+F785VXwSdBUJROJCcSqdPRCJcBhwMB8hNMnnAmYRq4TmymUKB+N99Iu/ij/cQ2rwiO725pMDDwXo+RGwCJEgGW0QB3dQbdyY1lCtYqlbbBxbKeuSgI4iQJw6KsaizZbthEyGVVY7TWYWFs29nJdIJx3b7TmkcR1h/Ae0WJuvW28yEVeY9rBOFL8wmXKwwXco4DAAXrTC/B2JIUmbR9y20k2PZWPskiLClF3tLOd/eSv4bJeuGoUwnP4kMogx+IUqKD6D24lNz1GNUkLAUo1C1IyNSfhhOr+UQGSqBdB0K2sUqR2E7sWG96goNJIDJ00CDcxClaMwCQRtFjC5LA+CkqXRAzI5VLRl4h82dhONwXHFUMoALXlyTar6LANmUYB2FhgtbtTCZl11iq58bRwNZpjUlMY83x8UGWp71jVR8u16PIxQjCl7P6znSdWa/W1C1vmJ+IhBSFvXNNW0kVgKPYx0rwiCL8Jy8ddHs9gLzR6J8fDEdveJKl6uHr5UM18SoJ41/DmRKD3Wk33uQAP3fCiu7kcGLYAZ+c6j29zD73WoZUpOOnz3Drx5laOgvOGCUpfaxuxfQHgdCjFaVILSVbfAOh1FEIbjBwYBB0Ns9UYeoozfqVLTowDlrkPdLSB58Q/r6rV6/COfMJ3K7mp0/tjR1MIwhfzieiBKAwgJ1G6mN5ngIKECaYpoMvhvENYyQfUEaauR4UG5YaxsP4gTCeCofwCgnbc6/d5ughlp3i/9P5fETmOvieWJ9ktl476SZmMxyFp1SDx7WJqngM8qEhiRT9BUVuKQoKJIhdxcJ6GsPvhg2znzimOrDhGCO2aJJiwpFUjLHGNWkSXZYAN3jDK1evOCxOkHEUVFVNUsnBalmA/7mzs0cjZeRNN5y58/Zbx301gvBlrDhGfvOaTvlkQlMccDwvNhnFCYDPNXUSxZL2OE7ONjRDXvpYCjvhJj4Qo/NApPYDz1EYuLGUeUelbYlodMI3ql8LvwyeJXEc+KZ+lAs7YTs2mLnfYo4Oj4X3IYk/hfPTXvDe4QaaRmRRPxSC1JISPt4QrKAAj7XDzcMyH2NCl5dGW4TWJVpFWmVpEi57Lfs8j5dlDSRZk1gjoC6O4zAM4UFdo+tYVcutebS7O+boRxC+nDWZ5lGoYTNNJ3nd1L1rqR6yDsMgjUPwkVBeV+s4jJRQXiMJ9zNl3AXKpVkyND1UcMczZNBrCKGuXeFl7ZXWbtCIUMMQtA0H+vG6PuDiEcgHW1Ncb4LywVLl1wdEaeCh8HjEWI2PmNIIC0uhIbJGAflYPIMFdtT9IJWf9EbuIw5aI2cRB9TQ++JboY+YhEqu6lmelMZpLhtUelRN2/hG+6IolFJ+GhTw4dZW9tq774jGqMwIwpe1tuZzazuLXe0oTAiGVrFa4sjczpRlhc1KphM0UQwbiQYU0IbFlgXH3ElUFCBgyGJ0JxRFQ0TBqNU+SUgGruISxWRImv4ao1Gwh/lMuvI5Qi9rZt0JH3pqu5a630DQ+RQ/uYUooU/hU+YsG46niI7E+4M3nTmVEgiLdQOW+fQ9WKGCEIhxX8w9os4oC7SMOpEGat0ayTrg0WkeVy1fFQ1YECQS2ZIynfQ1tGGkz5457QX5xzWC8CUz4SSHrT6bzg4PrkZY4YElKThELApJRr7XviqFxmJ7mcBhjpK7PkE3+IgDhVGWkLqUKGFHEmXY+ioCX8OGDexSXEvDb9w7ipRYYd2JFYqdECdRIPvddOY5wY+io2yIzvo5wETQlJpkXquCe8rE6gHukyde/pBKXJHSgSt9zp4SMsrJJNKd6eNAJQEHu8C2fVE2XQuercKKcWcA2U1btm01nc/BjXSmC2iq6bhGEL6MBWDTUVAWXRJHOAStazR2rXNfcI2JL5w9FAYafDXjwKHyxh5adm5ID6I3RqNW/DjfEwzCCRCBfkYotT1I3N+Y5CdrlljL+5MbT49wTZJRzsNyEyF1Q/iHuxPi3SCQD5kRvonbkOEqfE7DUVvFhk2p8pSGMXHhy703lM1ozATCFuUckVGtJt81DcM0aGPNpklkRW9lyGu3ro4wcKWliuHDScFkODw8SsEqjWbfXjkwrhGEP3ABTGBXXtm/BJsHxVIobhHqwA8emkSxCZW1qK6Jo/mkcsMW36DtxDjkbgML5kcADgQpKEyJAmyYpndEPoNT54MyJ0FRKt0e4IOFLJZaqDzSEElDvHQTnPWs65MPJ9hDQkMg+cd0Y6CKGHcN7ExsjOgTR5RhQFj7owF/xvaSbjNw99CMJ+ASS5sE4dVVXazbovGiGX0UJjjPBgf7JgfHR0IptxELHtcIwpeVolDT2Xw/PFoXOGoT7U8UfmdNVUWB1pirwGquLI1T5EPJhrg+PzFKr0PSZvmwja8ixWyCpjIZCo1yuakUFe46Y3Rzuo3d6BHlufE7lh/ruymVsdfbtBtQEfAoP0HOoRu+KMfyHfYs30RZ8YW9JXDifFKU3MaJb4GJQpsYuTWfrbqj0hhSEpYtWKbgK+q4MyxBoSeTZ7jGTTWC8GWDMM+np06fStbrNerB45y9rmk1+UWYvneWNH9RwwKeoMzhScrOV48NyTysAfUcOBRxUzSGfEPKUOA8Uebzg2j3yW+pOHNDTMePl/c5+mtjBL8fDq33V68HIT5vfOXaxqy1vp9iMEGv+ZOegfnw5if3A5pXwVG8V0gwM8PKuH6ZBajdPcvirrN12+tAwxNwE2jrJooT+KQwpJyO7UsjCF/uJyLV6nh1cHToqLwrieOmqfu2i3SMHChYEgWTPJXkwSlK32N55UCD3gukLB1F9JmnwU2tNYJSeeqj7PxQU8oHoIhrkU92ElUlHH13BvwOHJ6EbE4uh8KilL6n78NtYmNz8hOjdRNpHTzJ4SCKPLnrspGUhwmUTKMolkXVtqxvTddTGYPUOLEUK2/AbabqBhEGYZ6PTDiC8GWuJE3yPG+7brVaTfLcj5gHcwsNs64RsXKuZ7aTXCtkQEOlJmKolGGb4hgxIIyKs+XQhsu9oIXgG28OdUcx2DPUrFBOEPe6ZV6nxp1Ahl0Hyu8WEOXXW578hP388laozywOhWzXmaCOXT/Nk5+8zebWcf27SkqwoLhOoGaxrvpKmLZaN12HbZN45V0XJDhIuDddlMDdajKWbo8gfNkLNs35m89c2r+yWC6bul4e45xdzHsJTPu1TcVszDE9zzhNMhP8BCEUtBykOocYzBD19x2F4tqvUFuCqp45dru7DYqGKCcFXjiVhV9PgJhlHyJA3yfkOEyIGtCF2Qb67vuo+JD2cNcdfvIix68R+vdcJAKgwBjfmaZF205ivWzNuqkCnYP/jFOfIl01TZzg2NLtnS2gx3FTjSB8eQuActO5s7//h5/EqdRB4H0tAGEUatsa2GGe1RT5ehrTffLbWckbmtfoaeOxUWW0QTxw6lxwJH5mSQeD5C+4h/G1+tEhdOLLZfBIu2GnwdT97sTo39Dj7cTJ3PTsnniKGyIcfnmdSe2777/HyZ1FOWGt5llWNP2Nhi/a/aKzTquu7yhVaPu+S3UahOq2228bh8CMIHwl65abbtSSN51p29o6GlGEUdJOaR0GEea2cSAmDpxAgsToCtZd8mv7e0ARd9dl8H0rEWX5e4mSZ9xLPvmGP3xCDDl2b9z62uvBxTvJHrpvr4/5Fm/w5AfjTho48DXmpJ/DbYzSa1d1fZWOJ1nHNlFTd1IRJ3xWhFqCKUQjNJdZEmx3YchNEgad0EJjgLRvmzhSaKVbtzOfjdtpBOErWbffej5N4u6oxMKrODGVhZu6cC0Oe0CtFxYKESgJPIlDRFH6wWx68LDcZKiQoR+Y72CiaCOm3XAL+2YiiphKd12/LvdKMegSim8xGCnM4xMfg9/J3beyIB1tPcQwA2HcBkno09IwYbgMLB0dch3uJOBzEnc5gTglG7H3iW4IThCnSsygUGks5/DXomiiVJMsrtv6hnl2fGGRTfKrzTFcV7lehzj0MMqT4NRYuj2C8JWtaZZf3b/S96Spxroghu+GdqU1Xc/DEEzSJIziMEQNJ26HjMJ32m8+vUcxRi/uQCWmzA52nU+4iwEGwntkVFTtVXs94EimzSfuT5qihmruby1b4/YakjY0yq4V1XwfL/I7Hvvabd/29G0eonPXmv2TLIvLKk/B/yuK1aIxBVilXQ/WA4udyJN4HJT9kjyg8SP4zjWbz8+dO6eEbMoWmICU51u0O60NpUiCIE+iKQ5hCRWm2Dde3LX2wessQ9jOqIptSLwetT/xB9tTQXhPUtwo+IIq9fgYO6Oc66nbyHIcBWGvRX2Gxij2/ftjhzCtuyaxITY45N9W7r1plrp+DUEa36G1QeCmy3/jovpuECngRpTkeZomkyRqi2WgmFCiZ7zHm7vY29mbTKbjdhpB+IoCpGFw5uxuHAVd2wsuqWtJBFK4vktwLG44SXCCS4CDJ6iG0236iXxegft+dC9j5oGIJIXC9IhGRKGlRkTgVUC49T8iCnvMedAXBWAdyoGKIdzDrqvAuVbUQl9sqO3e1Ols8gsnh8khOcm/pZLH5yPdtZQEFp9dp1jqy2oojDvYuNb/eZ62UQOKp1m+t7uzPc2zOIBbEnwuXCkrsGDtzJmzQTjmJ0Zz9BUtKdVskhTFcRjoOIq46XEADO9jpaZ5Os/zSQo0SKIwmx1/jYAGyrBDTJIP7pe1dhMutQzVz1DqxXpLFkfAo0KiZE6KE3y4wfJEFKpBsYKxk7LsoRjgxIh0fJjoORSxDjEWBI0cXE6vH8V91mLguGuJQZ+luGZ98s05faxHnCQasXicpDiEdTwIokma7MzzFw+Pey5qVAHBSnZjuq2tLTk2MY0gfGUL9tfNN92YZ0HdAA0Gkutqueaa5UkK8MuzJAq1D6tg2Qx1H/ATTTTmmc/RtAev10LCbNSVQO0Vnkqo44+S+l5fxnfdq2vt9SSeOEhHKeYrw68vCmXXuiEG8Qy3SVQyucHRNYfOWa+jZpkvJADbl6xgvumC/Dbn76Q4YFMZi9gjDSk3lM9h7Al7QsBkmE/hc0nWVVH1Fj4coXTTrOJkHMo7gvBVrN3d3QhHfIreq4wpCXsry3CefZrGGkcpsY2ChE/wuY2NN5ifvi2JMuAYlmGbfes75f3oM2pvokHxEou5cTaEGOxG6sCndmEhcHzuSeM9uz5qaq+7b/DBWvzWAu5rFeHWV7DZjYUMNwe0PKk50lcFuO8VtsHI6ubmYjf3AoEdWPgphFqhMQofV0F1AtZi1Vqvd3b3xo00gvBVgHBrp6pZUdZZrLGRQmkcRBaqjObookq8wIYkcX31CR88KEKC8EpL7MRY9SglAhSKKcmw+05qlMiQ0inqaWLArQhCUp2R1gsJ0yAYb8oKJvi1dqfrcoYkQEFz493g5vMTndPrg0RuGNRE/0lhUIGUo5/KBDiogzipxWHa1JTIhrQL/W1WYAoFo0Y91p0r3xqM42ckqu9EKrRMwefEu75ZF2f2pls7IwhHEL6KBX5f27mybrlrwVWL0kTjpF4eBeAnaiEMIuUk+s+vq7YmSFjvDHLf+bcJrQgfVATQYRQRU4yaeimouZ5R1/11atzCpwOZ10jcoO1EY+a72NA0vgL58Zqrek16ygzKh457MkPtXxpT2HeuI07se+oGdjjc0/nZ154+hY8BO+dL0TEGajjOjhLeDxUqUBo+GUdadUCMy1WZ3XIaPsNxI40gfOVrPp1OZhO462veA0sB9AKlsHUgimDDCe+PuY2gy3Vlz9fDgoYUehHSoZkJpVcUQI8BApUKGEoEhlgRjYEZKRXJCZ+A8CS9JzZiGT5Nd81QFNcZnfjLk0rxk+jMNb0NYbkbykk52Z/MIKsxkn3r21aEHBMpfd/QQdL6YWzgpSqDajTS+gp0GuQkuO9N5qRYBVcO5rpK4rAwTCsRxzLLJnGcjBtpBOGrYcIM9h44aW3X6dgnI3DWEopcgAFp/MAHbjeKLj5V7kOa7iRQQ13swrdGCGz1wT5z8AKBS8CiVQEHEIYxk/gAUYozsTl1GxIISSX0+qo1ryuzaZvnVvCNesymiRFIloZgcHat/nSDWNSr9xYps/7UOFS0603b4QxBHaaW4wjtjoOR2mu+afk1PXiteEMhnTgEHkGd+3ls1CWpcRZaFu2H67ZxDO4zbJLm4wymEYSvamVZFocK51DD9kwStMmIY/wQs+vmTSDXUfRlqMoUA/ZQaM1HT5A5tPIF15KGe2KVJZCFDmG7OkAgqjwBDqXvFELZNS6GFiavVYh6bNdcP4MTMqglip/IcXO6QnHNLCauQqI21vdJAWNtqgSGwfd91zVwj2nbDusIXH209DHZrsHqAd2jE4vz7hkD/ocrBTOcgyuIXc1eM/HEZoZbS6jDCB1H45q6joJkPp2rsX9iBOGrAmGaTtMY3CPbO9ys3MSDg0YFz4LKKNkJGZIeGh9SAl58F37VYE0pbFtEVCADgpzGgX1SGRkIBYaoxjkTWAsdMCwkNUhV1tC7+Cwknsxu9A6Rb40bxKQQhmJjdQ6j1NymFR+jK/0wfgLg1jbNuiyLoijLsu0NDQ6WaJCiAL49OjxsmxpFHB2Oi+qaqm1anG0vJZjhSZKUJWp8BKGeTadetBH+BLxgLrxUMOoR4O+1lp11rRCpH5o9bqQRhK98gSl1Zm/3G+oCWGnAElVTaxwhNufXeVzcYxEFO/mmFdCdqNYD1XSYc3CALY2AtNrawOG8P+lswzrZwdYFSILTBd873NsKLTkcqYtumBU0LxTTA7ZjSK2DkL5E/W7AWYcYZ56HOSkXMosxFUey2abDfoam67qyKo8Oj4qqWxfVYr2q2w6sX7iOFg3RHpss2g7eJMGMqCvbNomCPI06+LWxTVVVRQEwDoMozRIwSedbWxiUEYryi1TVjUqQQIAdTgA2PQDT2G42m47zJ0YQvqoFd/E77rjrM59+tOWU1AZOVD59cDLuiA9FK5inIMrzrpef7mD6Bkw9xnukpRbjORHnphctolXqoYgFaQcBgMQEiA4jGcdRmiZo/hEUUZuUBtEPPOiGcRUnqi+b6rKhHxDzflTVjdS3LgB+YHHC/y0Xy8rwsjHLdbmuG8MxvFu2dVnVtmmSUO/MZ5GEW4+aggEQBuD2qkDgkHss4xFFUR0fL6sCXpzMdnYkeLOUo7Q0PYoSLziWDZxUYFSwpi2AcGxiGkH46tcb73/Tv/+FD1nhlOoFzp8OBNaLWD9WnlAkaX4YRf2p+hrYr23R4Sqrom5bR15ZGOrG2qvHy85yEcRArZEWtq+xG9jacr2yXQsYA98sClG9ZpbGW7McHiRRHMYxHOZo7IWQOIqw97mCQRxfUo8fJhUs1b5Q5TX8YOoSQLhumga4qargp2bZmMN1tVq3Ze3gSjrT9m2peD8J1V4azhO9NU3SOAoUT3DobmgEjpfgNOVtd5aUs6xtkA+5aQOVGBJLZZTV4Jjr7FH8o+ZN1Yg8j5NwZ2xiGkH46tdr77n79Kmty/tLwa00XRyGtPEENR9RalD4zBzlIgRvmnq1Whdg87WwFSvgJqkV0BrwaF13NAM3WKwAGUcAaMx9C9jPLZAhOoEMYy2Xjw6ToyWAEIgri3SOJXKp0grnJEkO7hksMWizUR+w8LVzGzUn8vDAg+0MAKLv2gbuCgV4gmVTl+3B8fHhquoacBFl0/ZAY9tZcO7U3qkdwHscYNUAlnnrQEWRcig0ippXGyVSnujc9KiTb0j+VFIQSEqvDAw3o365XlRtFUZBUdmtPJ6OTUwjCF/92tra/sn3vedXP/B7VeXAwgoC2H+yM1gV6oeHiUEVDewwBbS4rOvF0UFVFsANszRJsgQ2tfON8lKY3h0tl20NNGmvrBrsmOhR3jtJUumHBDojmQEUL2EdBduTdJrEWRJprBS3gVZJmlKxjsQZv2imYnbRebE3zPmhh9fWTdu2BmCNUxZ7+AFuDegWlmUPdi9AyzotGJDebJJs59F2FmJ3SFNb+CV4qFpgjSvWleOQGqbBKmXUwmWDKOQRxp9cGAiNtii4m6ibyrxGt+gMa/oSKxA6M8/ifJQbHUH46hdQzU/8xI9//JOfvvAc7NCg5xzoDDgEnT6qSDsZSkishKEQ2N/ZVq4DHUUBbFAwDMG7M5Sdk2EwS7Nl0x2u17Fq6qZbg2kIgDZdta6x67DrJBqlFQB+FUlntkyX9Cah4gBr4B6AzRQWeMr3NlABqiNCstTYAO8DNmYD4MOSHRx/DUBsgQzrGkzjBm4dgOcUrk2HWZJsz/JprGIBmMQSWSp+4ctjnBKOY5XiaDaZB5zKEqSf3dtTFZ2wmCTtKWCEYjkYYmWGuiw03Fng1jCf67PnttM0Pfkk0VjHkC9Ovxn31QjCl7duPHfup9//j/6f/+vnO+uKpl03ddV21qff/SQjwU800vI8SUIHmAlxZq2l2hYHnOXbJgyON9JJEs+meTUHJ9ESNjrYv2DELo6PF4uFsXzdYKtR19miqrI0qPsmiHyXBnKeIukJdA41SQcLEqb32hlKGMycG5zCgo3Bfd+iIihNj5IoUJ/ItOuyMM7TbJJnCsO2PTqzfiyTCgDW2VQnpgM+v/j8C1flla3t7e2dGbUIgrnckdoh+LEBoB3+KIUjnAbpNz70TYmmdVtTfeutt2Om3rni6Mpzj36uOrgIBm4+2z11z5uSM7cyPqYuRhC+HDL8kff8yJ/+yccf+vzDbYsqRpZ8IGr9o+HS1CpBM8hEKkJAAXCHojgKwFByTj5aj5VfaC2a0lidxufO7DVNg/AQoq7LapbUO1ld7e4frI4Wy7JYK4VUhmcAS9UYmp1N6UfgHBxTSi2C3hD19aioIWOH9LylJiUcVoNeItBlFGgqP1PhFIxPeo3h67qCCwB2hSuW2pnW6CAEZxbeOYzjOePFurmyfwWcy63tWZxq5gKc5Qa3AdU7hL6ivg2fNBUkhdw1XdPgDIvo9tvugg/ghSceeejD/7HcvzibgJ87N7OiWx3d+u65yrfHrTWC8GWs2Xz+z//FP79w4ecuXT4GtwkTArAXAXuoYGZ8K5PzVdOcNJAwWUfNf5a1fQ/orJq2LBbY0xuEnWBF1xweLwMdAg5ptpOBrWsZh61/ww3p9s42oLJcL7VkkVSh0xocNEMxz7bHwX8Cq1uA3KgMnKatwXPUliROxLx7S2pu2OYBD7QO4yx3hkU6AIZsAVhNx4MULFEjZMO6KE+VCiwZzW1d9F3dItA0mJS97ZerNWMpvFyBmwh8KTvONalv+O4nrJgBGnbYk+FCBW9hv/y5By8+/OD6zx9MldyabIGHvDWfXLx00NXL9srzIwhHEL78MOnr3/D33/Xu3/jAb3UlMCEfZs57maZBTxcgBrTmMG9hYd8CFDW4jnVTHxwdN20Huxs8tZ4V6c6WBH9s99zB1SOuE66VaeowysJQSyznNGVRVmE4yVLXtbypAqC31lppABRGtj3Vd+uw9yMvSFvDt/Bi1Zpv0GWWI0BJF0NJngRKhmkPF1CbHjuYuJXBoqov719+5oX9S1cOa9OkeXZ0cBQHwfkbzty4PTszz7ezLY5DqCrUsXKsrptBSxXeToLv2oGDyaTdyPmTCiSOjIFD+sPLlx/844/cu53dsZPv7ZxKkjRP2TNf+/JDX3wymU727nntLedfP1qkIwi/5zr65hOXn3xMBPH8xvNbN90uNarf6yB44xve8Nu/9dtVU4Gj5bCgmUkqUKGwA1qjyhevlYaGCcrO9Kt1DaziMGJZV00XxjMTpk9eXh5VVy5f/TKXwYULF8F3u+XGG5KAnz+zuzvNzpw5k82iICzq5Zr7ZidWo8g3C2wPqOyV6mWg/LBe8hSFH5tG3UkAQcNd55ViAG5aaxGA7agMoBTF4poGGK7nLxwcP/7shaevHm2dvf3ZNWtlcvPkdKJiVRe33f0aOM/nHnl4HurzZ7Z3t6bGdlXbAmOj7moLZNmFWOPawLXBFRqE9DB4jfdg5bo06M/PxN2n5jtpNp/lYR5mcVwtClXbc2m0f3C0uHyROcfGWpoRhN91rS9f+Mrv/tLq6v7h0aFSKtw9e/8//Nmzr7kPeG+1WFdlJx0HWxE3PU3NdHajl0tyu66DHdtzY9ZVbRgHE3JVNi9c2U+3tsVk8o0XrlxcXLj/h/7eC19/+htP76soWlasM+z4zy/uTeK//8P/4K7zN33t4Yf6erUHm3cradcF72pmZVMDujhlAAEHGGjxX9JahAOikWYGox5x72dOYAGOxaANcyoI0sWqhDPUvX3m4uVkun3zffc9frTgZfMj7/vxZ3/xV/Mk+R//h//u937jV9b7l+64957733r/xWd/6Mt/+onnHnno6sXnzuzubE2nwM+SxUESwd9tTM/ALCYrYBCCoiiVVjzSMmD23ttuuX07T4NQB1oqXrWruizDIABjOI37KBpbK0YQfu/11T/+/S9/4jM337S3PYkaI7vDoz/5d/9aTndXNvnC40/1bcOUqOqK+d4Bdm36ChVLdq5tLdVrmq7rLLt6dLx/9XDr7LmrZfn0U8/c98A7/5uf/KnG8o99/F9FQf6mt739U1/8ouu6d7797TG3f/bI1/7RT/30/W99y+c+8jtff/yR7TTPA42SSdYEMsVB8D0qoAH2sOmhw9YHib3FnAgQkIhl5mDNkpIM1ZKi+AtAIKiaGsCyOl7uL1fvePc/eN1b3yri+Atfe+Lii/v/9v/8P8BMPerbf/Xf/7e33HTDfJLt3XhWJdHdr7375u38mb3p808/2dQ1vKuKQ6U1x3I7tVG2wdp1ytFgu72SMksi6fpZnNx5680T3nrRjAB1OVhhGxTXsSzMwng6GW3REYTffYFb9+Rn//SpR76W8NVNd94ko2nTaOem7Wp1dPW5eSBS3ZYYHUX1+0EayfftUmUXKYp2gASsGW27smmc6ab5bP/Fy1eq9s1vfuBdP/YTsImr5bpeFKHl73zbWx589EvHy+X7fuy9X3vk4aee+jpmEoL4gb/3nsl0/uCf/JFLwzPbE4CX6TAV2DE/eQbrwlEose1t0GEDvCKhFy9baigdh0A0JPCNPYNARvvH+3XVPvDOt9/0urt5pFSk/u47Hnj2K1+PptODZdmSWMB6sbz/vvvuvuPOKGC8Wr144TlTLc+dPW2Zy/LMDeKK2L7bsw77BSkIy7wsKhUNaQ0WLTu7PckwOGPgQwB/MgyDpirh4B5e5kSchcnWLhsLu0cQfteFyfLlYpbEe7NtDcZk38XYLZ50VsVp+NzB6tlLkmTjUcUeC6tJJAmdMfTH0DYVKCvaBwo8JNk73fRdsy6SIHj3m++/6a7XJsrJSJWhDIAZqsW/+d/+15KZkPH/6V/+i3vvuP3W22/JY9Ro6VVy5+vesre7+8gn/vDy/uXdeQ4WYBTFpmt8T6HwAdAOfESzkczApkFuDemUCrhyKjHFQAlcLIBhkmfnb9kN46g3Dbysb9xb3/bm/ecv/uav/zaYs0B0QGX33Pma9//E+1I49/Hhc49/af+Jr8YB760J4SOYpkoHQ7G4MQITLgortgXckTqB4dAe/MPJJIM/7dQsxWFpTcFQNnKqhetbBVfVGvbipf3bbjwf79wwbrYRhN+LCoG66lM7W/CfhU3TdFKbpl3LKJgkwVk3OTXdurq46h1AcsAsqtUPOheYmsc8nh/bC5suDFQEjBDJMEmUFfVxYMquUUAT73jH2z778T+dCnlYrMDGi8OcNcWPv+fdkZR10biempuYsr2dTecXL754+tQejfdFm5MSD6iYhirCXauEb+gYOuVxTgQznIgQMNi5ru3axbIGjNxy+51FUbUvHkS9TOczuKh/+tM/eftttz34hS9Vy8Wdd931Q+957840Ky8//8ITj5jDK6eTpOYd/HE6DpjiqHwsaWo9qkPhWAorse+fkcKoF0wECzqLw4zivXD06ZtuDnRQLg7hltS27dWD/c622zeeDWej+tMIwu+1OE/StElgzzY6TLQEEuBVgTFJyXgkzCyNSTOUKrip9cj60m1LSX3MpyvGQ0AQ6mYLIEOeZFVZ1rHt+qsvlnk0ve01WTb7Jz/9j7uq+PyfPbgzSQAvYRK+/6fe/+73vhvYN3DL5aXnFi9eKg8vb0+C/f0XyrpaFlWeau6LtklbAkFH6t1WYKYSEOunHVJCHytbNf6Myk1pMjleVuA9Pv7YY/BXYA+EVHGezHZnQRZvh+xH/+59yqCd+c0vffapvklll2mXZkG3KpTSTugI7iFKkZyppUGL8AFoKwzqrHHrY1O+mXI6n6URTiUEaj1z7tx0a7uEj49GMzLXw8luve3sqfO3yXgUxh9B+D2WUHr7hrOXDl8oq/VNp3cPjhb5JEp3T71w6QpsaMnZbBrFkcQ4PdY3S07dTJiY8y22XHkdwCAgoQolSc6FM4BKUzpmjp9/9upitXvLXaemp//n/+VfPvKlt1/85rNRoO+6+55zt51f7j9/cHV/9fxTy8uXm1UpnUlCOZ/mYRQrFZiuomlI5JUJr/TiqdtoZX0zI3ClRvADQvoeBX6xZA3wcOv5806GwGUAmIgGuTnWN6YwqyUYrgDYKMoNk7ed2Qq0XC+vtOWiBRaGPwEnTuGERiJhysBQopBGo9GPNO7GbAZwoxQkOJccR1Zxa48Pr5L32sGV5dN8qa+Eebh3611cBeNmG0H4PYhQiL0777785KPluukLY1vYy3Lv3Nls+8yjX/6Scyrieh6HQABoLVJ8T24mnnlNUYGOk2Y4rB3YEXPnYSRNFvRtW4IbWRWREEdf/cI6iBquzu/snbvzbF3Vi6cfr557IghC1JJQ8tyZc/2uAUOuberDg/0g7fuqqIpaYks+GqqoK4UKNgaMUwzJwPNckqgwSqECDVsFBmKP/cc4HsmQDjEYuT3WytgCbVULdmYLKA0A3wq8x7UR7OjFQ6xKI++Y4y+0xYLSQeiU+jx8VhTxfSLGiKVCZADDJYGjOJvE+xee32Fz162TfCIC1dI4VLC6wTSIt7Lo9C1jaHQE4fdbe3ffJ//4N8tVjQNRuGjafrVa7Z4+fe7MmRdeuKThZh9oTRjz+oUMh9WTW0b9fqSRNkwjFCQ3D1iyqe2V8lpIfdsEcXxqb8epsKxqafssCtK9HZwJY0mmzZm2Kan5oYbriUPdNn3VVptphW6QdqPEABsks6/p/5KUmzLWSmlJ3ZS3TdX3RyrKwzjHzD8gF4OomDaQkoaSckl/K8Y9geFpKLjwU9UwG4oC4XjO60TxUefp2vSNzTw4+BZE8db29uUXnlpmcACwaaeSiEVw5wFvN2g7F0+2VbozbrMRhN9v7dzx+tnpG54//Ib1vpcUTV28eOHZU1uT9eFhFdtpHLlQiyFLjSVbknu9XEsSnULJjRQwEwarS1lgsV3Wdjh5KUDtUnl5/zJl0zGNZ7oOzEu3GeoExtug4gQUh+Vvje0qZ1vq2nNoiSqO2UH5rXLDg+QG9lU4o6Q1mjIoKAmF3RQ1sDqSWxzji532kqMY5kExURpFI/0gmc3wUHoQIAA5ijSS3KNXz3E4eYMNnVREhSS6RiJznG1vb68TFMdwfQMWNHY8gXU6yUvTMKmmezfKdNS8GEH4fVeQTU/f9bqnHv3KqlzzQGN/XlMDM5mFFW3Fmnqep3UUKsV9i73voRgm6PITNU4v2Yt1lEAyqDWqmZWkQEFinwI170mmtGt9rSl1JcGveqVJs9CR/YjArZhtQk3zceGECixSTs3uwxzEk2HASMFeAhWV3EjSGzuiaFhFC05c3dcSBcSDCFBMNXZwNAoNY0kLdhR3pK02VIAzX4HAvJw3VsEJzq8xLkZE5aC1OMz2Ji1u68IwnE+nkcZ6bmF6U1cOSw4kMH2YhPHOHg/GETEjCH9QgPTMa98iP/zB/ePDW++4VWqNdWJN2ZTL1dFyeVg1ldBZQrRAcxo4qb0ApWxUs33a2jf7eu34/5e994qxLTvPxPYKO558Tp3Kdavq5tS5m81uNjMpciBSGo8ECzZmHgwDfjH84Cc/DSADfvGbB3CYwcgYDUYwNEmUxCSKYmyyu9nhdro5Vd1buerktONay+v/165Ljjy2KYmjblJno/p23VMn1T3723/8vs9I9jLbSLCBSqHKDbQhBUQv69wxm4LEtVTGLEkAJ4ODWCJEm0y/nJAm8hoLMzRLw8YjMRGZgbw20dcNSJZ1JOUu8XSVausMMxWZfgMS6kDqQrKJKvw6r4SrBmTWqNGUX0rMG8ZGq7Ly5VgsmMmx/cVxMmpapQx7VECjYmDP5NZrNU7GDifgiarfdBzHk0goVagWivPLoCc3PaYg/P8+6qcu12Zq8SSxHU+HCw1BkU4soU/fLPB52XZpwXe4jTxWOPnRUhf1r5FcgbCixloeIAHZmzR2oXDSI/9IEnNOMyPe7Tj2sf80GGnD+DETQMfgOg/lGj4KBxEg/00fVYDkP3QnRJgwsKDQYVai/g2TOK0AUTUioS2iy0RBaQrSwzBM4RKN15jpxpBjS6nc+1BaxrPbPJcyl5PjNjJaL6IiPoRieexHKmWqS+ZCIeCJ/ueC1SKkfsAdkyx2So4/tzLdlZmC8OfISEvV2dWTrfsPCErBg05LGlOZ6GKqVi9ksjBxHajX0N0TFR6MjxnqgSLD6ThVxPkENk5RjU2f1S7TaSeqg6KON80FtbltPH0xA4RJvK78dD2nMZupxAJLCI0fjvMOakxa/pLptTGkyK1j0LtJkVxKAuOmBDNT2KaB0QlWj7iADp0Z6/gNW/mj834vM+n0o36MkjJflNXxEapCikvbLMld2CAJAGVvJT0/cNQEQmqsdAjmuNigM+1yc8YuT8f0UxD+PAkps2fPPdXebWXGCCIRHLbBuOLEZY4bW+MogrUV04yBvE1f6xnLJV9wiezYkxo7+yz3ZAGCOyptI4oIdldNNSkx7iAVFwZx6Hih8ziFQ3hbxRjgsO+iHycUUhaJkdZG2V/syBq5bsMsBjIvdk6AUCgVJr1odqgrNY7vmxr+MXvU4/yp+6hZi809LFRuGAxZt0D2LgTI3GsRM2W8GFBkOBMJsnGp7TCW2WkiYL0m1bU0WFlocBbmFlgw7cpMQfjz9kgvWa/8MBECvIiihENqxm1mc4eXLN4bJNjCB18xPCl1eilRJCm33kVZpDxjZMqodGP3EMCAJhN5TUiMXoXx0s2zPWVscy1cfdGgsSExNaL4RoIfEUshbRWSYneEokMZpbnqDdLbjXeolGaEB3eBLBSyaILYVASDIaGm1Du+dmDAzEGYv6R17MSNg3ljk6YTZVwYRyVErBxxhKhAxEmAYxVjIslwZTulaaZUpivH4vwKmVpTTEH4cx611fN+yctSSAezNIFzSJ9XcIV3K8XCQTg8tgbjljzmEFDLemQT8ygcouUneeTZCQhkSEI/Np2nub0uVeqnbtXY6sntrK04t6o+1rIxa6qWldeDuWEotkkhTiKlCLTdcjdepPsq82T4akY0FSjJ+ea3cevOzV2Orxh5pgwpLDjzwvwQsuj86XAfBn2i4IfHCav+Nk5kAoxKK4zFJIrHIaQJVCfbtuf7weyp6Zh+CsKf93DLtZmlpaTT0t+nYMgQurZNHJfDbIG5Ds+EcLiLoMiwfwjzgeO2qDGPMPiCEpBgcLN+JuBgCpp7uFgYGdWxjS6ezAqt7jlhZsKA/tfGWQkHlIABRLplnpfkFwDs9ijMO/VlQ6BGPXwd2yeaxhEFyFGThOa6xcaTlxhlf3rc3c2BD0+J1w1iPO+t45apSYZzQ3D8XWx9x0xkYZz1R5PeoN/vu7Vq2S9kGeFBwa1MBbn/X4/pxen/URZS1jh5Hi/7TOMtisM4Aa1eDBtC4zEBkQgrE4A8Sc2cOveCUY+8YvIyDL84yfXZaK4NaKKYuT+hjxr+1CAFRwjQMwGla5i2g25azhaENNQC20TEoxkgGJs0K88vGXOwA0MpMO2B5qsM0VcZR0XTfHlkakYR6Wb0T1Tutmi+KJSRzNEXHJfZoPHEwdmUmYapMgaHx7ujIPCRWdFoouHXOTw6ODjQ16e5xeXG7FwYx/q6xgr16ak1BeFf4SjPr6cylRiykixNgZCA7CGRMGyeYF3E8ooIc0KMOUoaZxbjMo9hRzH0S0Jo4VyOGk8zU0BaeXykpr1iPAzN8psCgQyU8AXzwHxNDe2fMHLpKMux0aKhwsEBmJgkk6PdL8zrOYQyzEslvjloUprYhVBHwEK5mBerZg8A1L1B0hRI/RDIcQxITDsUrwsqX9VRpnxVx1cU7AeHw3Gv0+n0e5M0LdbqfqUyGI+Ho4FXroAJ3PSYpqM//1Ffu8D8ggxTwpwYROUTZqeOSCXLNBiSOPGKMPOWyO4xDEOVJ5R5TwP3S9lxVMEWIkH3GMjkKJrJKLTaNCa8OEdUOGxDfzMjXCjAPxBwCCKiVr6nClMF29YBCspU7hi8GdkpRDQEUQ5cf4sB/QJrOvQ91AEZnMyIuRYYUw2c0hMsVqlZxMHb8zkHLgqYMQe8T6BPSMOdFJapOjEWwo1AdszSfrsz2t4R0bg8Uy3NNUdJ3Gr1mc8rC6sg0Dg9piD8+Q+nUCnOr4/u3/KCYs9io1Go6NirBG4hCHzeBzUX6M0okpdb6Il93ArJ44TxbYGdEqAgwIYKQxcnwBw31vHQScmnAdSUhcRQZWFrBpQqQDMDVJ30/7CzA4KnxLZBZN91bdfWaISeJ+OScWOobaaAOFFX4DHM0N4Mnw+bpgzDH+IWi0NAHxhpULM/gI1UYz8MmwNY8EnLZNCopINZMcTU/E/4sYB02ZJZHMdhmCapXy6U5mZoKQijREO2WC14MyvWVF9tCsK/Yl1IFs8+eXvjXrWxKOJwb2un1+lr+Nm28ni5E46TNLJ8z3T1oSDCXUrolYLyILDaJZATINzAqihsQYMGtmUMfU3jU5o5o8zjZz4Lx/oQ2qVEJDJN0OgTClCJst64oKYrM9fRXxqHDsRDl4HhNs/1nRAtQjHLhpKW0BSUOjIBebFhXOHCHTI/HiWlDLlK5hZu2jwSiSAYRcEgjeEYQtenCkfvmNgKYxOXAblJB+8sSkLmsvL8XGO2Xl6oO8VgEneIYwf1Wa82lbSYgvCvfjRPP371a/9mJFNgoU/E/tbDw60dkUzcuuKkrFDfl4CvrsD2v8YAZKowWBeovgZjPBxrGwIwMovg1DfRBVoyGGnAU14YHKrc+JMaEUOdk8oMBt1oUSqh5mM67GkI2vDF0b3a9gDe3Hi24eQCxoi6chNEp6hOZkWpshIJeomKQ7hSx9OO4yaUEY7LV2aodTynR4F77MFgQDYwA0KiSDENhYBIQc4Uy02qy1cRhuP6wsypxctgv+GSKBnpX90JgsLcKvNL0zNqCsK/ekZarjXWTj1490q9FBRr5fKo0mnthHsH9jhV1RN2M3ZIURndXUhFMyyQpEAynmVM+zLopqJkNTVa2Qq1J3KyocrbMrloW04NxB4P6EUJoyOTpFDVcRS717izsUWJ9SZnUBna1HGZ6+qAY6pNgmN0moXKNF6MRDYVKEyDgw4hCcPaDqeTYKJorHYBxOx4qilzfxe4osDAP001ynRcTjIB3nBSyLwHpfKVA/1Wx+OR7TiojQ/xUUdQl3ku96pza9OuzBSEf72ElCw/8dzGu68LizUaM0KffEQMR33oT4o0nkz8ap2a6GHaFlaevRHYogT2ewbLyxlFbVygDhpvXcvMEnLihKm4Hh2m1yHQ51PHHYkHpJ86AjoagA6H/JMDzZZrEDoae8zl1HGo7Zq+J5ShMrNFhgEWZhY6YBKEZr7qZqCDpSteN0AoRhnOB0rHkZxYaHhXGrepDvso6pGkWQrKv1KahoyEiSZEebhBqChMLBn3h91SsUioaxNdtPr6CJrL073tKQj/mkfj5KWgUtT1lB2U6nNWY3Yh0eBLwk5MgTceRZaOP+i5K4Bxh6ub0oQRoDfh8CElFlcsE1kC0oAAVpG3KI7PS9xZIbiXAvDUwQb1tYF+qKGo74De1R7wHRyOKzcUgqKnz/AC9QKNQ2k7sOIGBvcOCI5msS3SLE7xrsARhOGeyMjxToCOhrANCzFQ/Qf4Rz1fnLFA+We0THUwhsCcxVInxygujIkyQfQCf9GCcpTqXxBd7GE2k+nrT8o0bHXWXKjX7MqUTT8F4V/3sEu15onTB3c3JlHGmVOuVG0mu/32uDXMQK0zA36QDjxG9Q+2orHXguMG2OF8NA9nAvzfAXSomITtGWbGhkiIB+Aav1FsY2I/FBJI/adOQIPAc2wHqj5upvlo92LbGoG0UKf6QqArUop71bZLMuz8mC0ZSEg5RcoULN2ARTaCSEqCG2d5ZqzQVQ2VHHElBkpIcLgBSiBcPoy+IrKHTdQ0YxXYY5fmT1136uuFkDpm65gMOwY6ewXOo+XNzrNgKq82BeFfPyOlzVMXD+7ei5LId+29g0PU1E04eLWA3i705pk5J/NRoQAnegNCSOmoMWxICTdjQRhRYJ1G/3KNJDFAwckOmWj+jX5CFw5Pp5RGctD0RxUM5WQmLJvanHsSlgGI2ahGQSYDZ+BwcNthuSyaTitjRAb8CHWLgS8oJfKKSWZY+phaC/ST0SEVlhQgDweveplPQqXp/+YKAMD4gA0eIaFrk8Yw4WQOSONYOs7avldauzQtCKcg/Bsds6ceK1e+G07GflBLZaayBCzHQLhJhyxI8GROcEXYmZpO4mZoBkUVw/GFYQQBIHEpDesozAB/thrMV1vyGbh1vN+GvRhw3pamhrOkLhZJomEVktFQEk7SQHEmoGKLQKSXcpFEWTRJEpBmpMdLakBhZBmAEGO1/oaiFb2QOBIBzlOm46G5kkAk1F/QmU0hLEtBrWP/CYiW2N7FlVHTldHfgAWAkMVKkXEdtG3m6BArCs26P39qehZNQfg3OoK55cr8bLy5Gccx5IQ6cVMhpcKxeEI9Srg+TTGG6ICY5pWeRMI5pmuZxqIlbMPiBeaRNJ1IZB+QR+I0Spi1NExfdQqKnUcU27dB95o60ji/YPjT4IddOKlfrq90lpgVCIfMViVxopNH3CEIJ5EuWUWceK6LHVT9DErGMRB58cUB39KYcJN8TUCaXVQjYQhrAhJ6MMrI1uTXB9QZt4zJIXhjpJn0UuT5EipcT5VKNnd1velIHjAqG6efZl55ehZNQfg3Oih3mmef7O4/1KefjU0RAtJFMIaTxojeSlBpVx77wxAjGKisn8ZFibbVgF9wawGUWHkOa7qwxJiLEcNRQEq7maZzlGySoO7NdK5qg6u1Gg/H0XASFAppksLUTqQ6JwV0IZAy1EPrHB519g/168zNzpZqZQWuhTJfasXVgEcWGtTUgJCaWpbR08dIqF/OEnmz5ngVKKfXG3qUabCiSzHVF4ZJ2GdO4jiW48Aej75kFBoLpeVL077oFIS/iIz04kcPb705ag8VbnQx4SKN1pGKZnCK2dAMRK6rIfzhJnOebBq+oY6cus5ThrtHQGYCufj5poz10zVow9CTiFAQOHRdR5/5utaSCcSlTrf7cGun02lzRk+cOLG0sgxPAr7WsEODQVglSRyHcXtvf+POvTu379aq1WeffXppbYWAtga0UI959OpRnzMfT1KQCdDVoLKgIBTQQcX9VSnwF3nEUUTzbihiIWxrKKe42z6eDMoglu8wFdicFWu12rnnqVecnj9TEP4CDqfcWH/xy5s//noWK0YFgTVOzpkrJLqiWFzIMLMEMzwh0GfB0aE6FlpD9TQQXEoF7NUIILpCZwQH5MrUkmYRDIMmgY4ItmAY2LCkqUyjRMRZt92+fefO7t7hXLMxPzfPFRl0emEUub5ve67newohrEs4m9B6uapOnAh7A43JfqddqZaK1QpyA618Yc3KecMIeHm8M0PzchTSTYH+v8c8x1xNA7BoBqNAewQZJ8FdezyKV09f4tnIt/2gUi+trHnLF6g/FbOYgvAXd1RPPr407B1ef1dqTMgRtPRFkmWhogXKPXBVE8II4SvCdWySRu+BCsz9MBGETVLoOEqKAoRGGo3g5jZyHCxpzK7zL8fh0CvNANM6kY0n+jmtoFg4c+5kvVavVKqe5yapjnpxqh87HvuFwPE9L/A8J0gmocTacHl1WV8tdDAsFoOC74KPEsNFUcP0wLUA7BeZ64UGlGXKPiufVOQQNBN+mSejGDDhHkjmQnzOzC2c/+hnUZ8q0wk8cbzpuvYUhL/oWQXjM5dfZE7Qvv1O1E2gDFJpuVyTdql91NOnpg2jQDw9kdxE0UHTyPKiai+WhABUXFsDNGaYEBo6IgVZJ4F2glA0orcaAWlshivW+uZCmXHXCcqQ3eHGNdMBsMDLkBcyYDx6xaBUKXu+b/gNOmGsNuu1Zo0jocrxUAfAsOrp8bIAMpAxeiLr96fMUrMciluhx1s2xxQRyyzKIAuYwjc6LmaiMbdoF6bDwCkI/1N3aByvcen5ytr5qHOg4wwvVvVpNxl0X/uzr476GTYvdSlFBC5gUxwIqrw8JHmuCXN0RmDtWRKRKqOYbcFDjlmDYIcNQGWoNIO6aWY4z33XsrlbCJIkNUWaxalfKhYKOhTzRAnqgBKVfu3JeJRqcHu2CXgctYYF7J5aj8Tg8kzZwjUdM2JAVSpi1klx30c9CnsyF7M4pkzq35NBsEZiFD5EFmqN6RkyBeHfTkAkGnvF4k9LHR16msvL3e67nNrctEWxRwrBz6xkmm4LAE7A4rQFSkymtgIoAMtJKbCaFzKD+ZvRDzSERBzdw6BAf0PALwJ1LlA3DZj2nNmwHe3qVwY1KkKQbpGlGqKcGS1EnFiC2JrFAftI3JeZygcl1rEEqciDJOjT5GL36jggPpK+yXNSUw7CgpAwSjMSFn788hSEUxB+UKikbGZ59frN9yKhgw12ZMC0CPsb+hYs+4xsEqZ90P8QQCoi4MoigTUoccVLJCmaYAMIZQ5RnBXgVF2f9mk81q+VJDH4gsLwkCtmxzDry1yi45Klq0OK1k1KCDMige1vKPkM/d/on6LqFIrDGKknGJlAh5Phr6JsbsYsRtXUoscMZQueDYAvTEvV0pcNH64ZRF8VdHFKuFeYngxTEH5gR6nWcFwvGUwyFHmBEIXutRI7i6hbT0juoomRCdnyIIYIDRyKO2GpygRq00szM8QmJElgfQ0ptJiravjAancmHWZ82UiWCse1sJkKq9PoaQFa+wr1MAyMkxj2RTVcwNINrJeM2LfC3blcR9zoO4GXhZSofshwHwbrWjOkyK8MljGJwRhIlEGmJYPqDJ36fk5B+AEehUq9VKoedUegP43iTRoumTQKhCDSy9Bi10KzFiDUG+4gdFSohk0UJwhQICJqwFHKZS4KAyAUucenpeFnCkSFnhBUZ7Xgza3ABljfqH8Ksw0LiRHykWepzjHTNMXJvIa9jQykLC/u8JpgEmBYMeVgHgVrbhS5EDTfkkP2Ls4IZV5HWqYjir+RjukWTUqN5nQiPwXhB/rPZzuFoHSAooRAZTDL26jCJk3vBbWSzG6Y2ZiWRrcQ9RTjODbPk4HGaWozF8o4DGrZo7Yl8PUZWkCgTQTlBHNYBsEuBcqRTjuRA2ywBd0dVDbFuIp23tgbzSCiiuM1bOAnQd5rgWuMY9sa12D5izEWJoUEU+Ncat8Uhrk/sUa6cW+SYHYv3eK0LzoF4QfbNWV8bnn1/rWrkzBxgsCh3PQvpGICrOThRObQgqEIUpjDa7Doqi6KkihJozRl3AYFtyTiHO2ZALUs07km2gIaSjykiBghgVCodImYaognLOTcSg2bQQpdMDoupIWuTWNo84AuI3dgEVVfKSZR5Phemlk6o3VdN83gLjq5hTCosR0D/dHhxLHRjkkJktvw4igD0mRqRqG4QApK96jlr99nVG5O9WOmIPygj1qzqdEXjsD3BBXL2LHmkhGtQIo7tjigZ4NaaomSSZIlqYhSAGUYxfp01/VdDARCQDD0SXSUyYQOTZ4NpA1ic13sQbkpNMwcj7vMMiRilSY6dU0Z4wWvoGOaUFYoMrgtg9kJd4DULyyhcW42B3SemwksDOFVaJqluh7kUtkgyggjDTNHNEUmbLNCc4hmmenZUOivWiJNdeiWhbrvBNMV7SkIP+ijXJ8t1ar97qCfZtViYLs8N4fAkKJwDwUWZlAHAkUjQL07TkWaqRRUskWcKdBuYmDEzRxPZEAjClyXejjmFymSbIVGDGg8MXDuhYGC4hrwjuNUSq6OtK7jhuGk0+nAqBJsufUNATjUE42YWEc/iQxD04W1HVcjCmgXAhQtXAd0a/RfQS6cUVQ3NnNCGEUI7ProSEhxXVtHQYXvXON8ZeH0tCszBeEHf7h+oTq7+PDeA4onKa6DspxHIcxqN/Yh8eQWuQUTQ8sJXbnxOEkYOlugF7Y1iSMNA1/DAkMfYg91epkDDtjCinQZKSCrFEDPt73Ar9cdz7O3D466va5t2xp41AZJC1iyKfp+wVMT6J5msAUubcZSSxg/RcNXzBIZx+DEWPBsS+UBkByLMJoNUhxdgtQ9xHkJck9ZolPouDq3PD0BpiD84A9C6dLJs9feeiuZCMEy4rjSoSkBLqEN9tTQH+VwIgM/zwzCKa5MC1RItIMgiUPw7xUJAVEmoqOWzi2hZSoSS6a6mnSdgo6OcZSG45RRR4c3zwkICqDFMj0ID2E1BvTvA4BJmoJttlRROO71urPzM4WSr0EDLyeRxysESDbJRN+Nw5wQEmDKdB5LM+Ro0UfzzdwGisJSHoWLSAK9HJ/KThRF1cZMY3nK2Z2C8MNxNBdPFKuFQdSNReJJaiubGStCmegTnqGr0rEXk5VTh467+jo6AnceYqjOUxOHMY3WJE0EmlGAGL0gk1Hc7w/TRAOYB4GnM8hxkpi1G1346ThYCAIBrN2EaBgxIOfqUAki3Em2s7FTLgX1Rt1iHAeN0JjlzMqAe5jm1KvcF+ORyUTO+7XQvt6wJ8wSLCamaRILnTxX5+ac6croFIQfksMrlM9cfvzVvW9bCXEjwXlALE9ZOqhkFM9cZRwqVN71yC0KMdXTNR44chNQEnUsArvgGUic4Tq3FHEcjsMw0kGUOrYHcUijznHjJFbABlSu5wpOMqrxKzNg/2mMCNwUZSmOTQCH/Xb7cFDQOHS4mc7Dlh0DwyULbH0VEBwhlOIEwuzJGPIu2ELhOzEzflgagJ6Pkq7t0IVTF6eWg1MQfmgyUkJOXnj6+pU3h0ejOJG+Pv2pIRtY4GyvjCV27kRoPbInQ6ltHa0Y2kxICF1SJ4qTMEmFrrgAY2mcjMaRziRtzh1wBxaTZMToBId7IJVmW26n1211OjoY6r+mKBbsF/0oTsIk4bYTJTr3BeWl9naL6RKQgxk3pbJU9EpFl9kkF0zNKOSlsA9AjqWrcAFVgTlULh4FWwagQqosr9IozZ58bPrRT0H4ITqqM/Mnz118t/U6YX6SwajP9VHWTJ+xYFCtuJULyZhFFEMsYtCyBAItg9xV6Ig3nsT9wVgjORXEiCpxbuvEkQsZR5GN8mY2LHaKROeutj3sjCDJTJKY0kKhAGwNxg4PO26pGAsxprHOPTOUbhK6ChyEut6bhCPf5Wm9QKySYxNAZr7UZva3iTQ+izgVNL5sJnRDTZjEGoTElYvnLjE3mH7uUxB+qNoz7Nzjz23duJEOE2ETHdWokAwdbKHPDxswwjj6IX1J6Lhj+LQUGRPRBMZ1SWYNRpNOd9QfhIQ6vheEk4l+ivnZOZLJyWgCOS4ILWaWSH3KPNsqFmxCvQm6dYruSMMo0fiMQyZoQmQIE5R6HI+zRBSKvuPaOuZ5vhN4tu9TKxdMy81LjcFihvwPLAhBPf+4SqTwqlK/Cx3hbcfPFs4/M/3QpyD80B2NxdUzly9f/8nrcUZQmJPZyGPHroZkiiEIzWYnsAUhpWRo7kdpnCQWyGbYjcZspTbf6Q45d33Pj6OYUzbbmI0nE48ykiTpaBg4tOg5BWKXuKdBNQrDJIPNGQscY+w4Tann9eKwvDR/NB7ZQYASviksrqlMp7UohyOYvlCokJAUJcN/5jDAw2G9Ujkc4TcAGwoL5vySrJ19xi5M1SumIPxQBsMzz7708M7NXrsLDQ+oxRSnhhqLgzYMKdiMzNCozFj/KU6oq9NBXRYSV1HmElsU/TSTWRLpEs5z3OFgUCwUK6VyFoW0XPIcsOjViIszy7EdORwUPc8LfKKLxSj0CHEcj0fhWGbVem0cha5n64Q4k6mlM0lL2KCWn4J6ONCVUJRDPWI/WjiKsMyCQQ5KNFCUiiG9ynKLhZPPfnb6cU9B+CE9yo25Jz7x+Ve//hUKgSOB3j4znvQgIIj8QrREk5YAu3tdDzLQ+ZTSh+VvGYtEwTqnKHlqPEmEhS0bivpKRA6isFwqNZtN2+FpmoAOakY0+no7O7xUdALftlnc65VKhSgOrS5xQbg3dTTk05jru4rYJgK6RFnIjA8vzDht2DLNLwmQa+IsUxl9G1w8B+1Di9gyoXCjyp787K+70zA4BeGHORyuX3522Dm8/86b8SDEtRZdHcLgwQgZWseSo0aLzcwrGKamwOWDjip2RoTkREAxqR+tuGP7RCT6Eb1OPOr3isWC49iloOBx1w28oq4dXTtLwjRWg26n2zrSL6qLSXw7GtoJGhbGoEUBLAljHyxzSxoIz0iUMDcQYlQvMIUGSxl9iYDfwcoSZY2ywfoTzy+cf3b6MU9B+GFPSk89+bH7tzfkpB3HQ10KKs5xPo95HzZHmcWx/ZgpzAMVaNTD6c/RxhcN1rLAJgmy7gmYHhIqgS0sU6G4O4gnruOMjo6YouVyBWyqi54uC6MEdgNAKC2TeTUKojUJahPr/JPCGwFr02NHYGyDArMXDTQkegvD9FHmihZUALlQP0ui0tgiEyln1y9PldSmIPwlOBSh9w+7BQmUQR/YtRDgKErlAsgI16c1yE6A05JEQV4LObig5I2kdvRJsoEvlIArdahzW9v1bUI830H3B7Ak9LiThalKJuhPD6N9qlJ9B5HCgmqaxfoPBTsxic5oHd/4acMg0Iwfcl1Uid0iyzh+M4F+TehYoSHP0IEQFWV0tHYLb711fci+9t9eeGr6Ef9ij+nGwy/+eO+dd/79V7/Vj1JBwK5Bn+JxkmaZBJcjY+SguNBVlkYj4QrZQ8aSCRn2ugwkjk0cbmnE+S5zuOI0HQ0742E3jUeWSPSPGBEyi21boymlNEuSUOPN83S2KcyNYdgbj7tZNmJUMKafVnAdklHhIqfmoqQbSskwfZM8JiILXPBJMhUnKsk0mIGNzxz/oD157crG7/3+H4bj8fQjnkbCD/WRJskf/Ks/uHf7nvrkR72iK6IoTVNOCShNMH06M5QedCzjTK9QVAJH5GidBC1VYEJxZoIjAd9BoUtLl1CRxr1+COQkUB6lDrMd20W/CmKU2YQUkyiMJhOdtwaBW6kEjmdDz5VhuQlPZ6GRohm8o3woPJkt4Q4MJDjAhgIIh2jGlOmwzJgNabKwvv29l29v7dlu6bvf+Ytf/43fnH7QUxB+eI8HG5s//tGVC6vrs0WXydTx3DRJuc31aa1DDFCYAIYeFlYUQtBPzerRag3lSoG8hGQjjQtugfQMZcJyWZqqONZlHh0Oh/1+fzIa6yNOYs5ZtVwulUuOLhYdu1wrFoue7Wp8gVM3wg/3YJRlnC6koTtChox+9ikUhkDHt3ToFrEO3GlisUxJmyLXMUom1+/e1cAtVWf++Js/+MznP+/703WZKQg/rMetO3dHUfrCpTN1zpPJmAe2PvWN0zRSImAqyIw8KZIpdGTTIZFyBAUUgwgOoBMhM1GXjQzGGQwECcEgVMNM46pcK9TCarfbn4wnURwXg2Kx4BdLvuMwqoOkjdLbMHo0DoIWFqO5Z68RuzcUXcOWB9cnFEEFNj5QC4Hsi9cGpbJEycx1Ax2gU5nq9Lk/Vt/4+jd/67d/a/pZT0H4YTz0KfzunbtrF06unZ71bPAoirOQQScGLcQMR0hKJjMk7VlAU9fZINqagW21mSWaoIhDcrBjYxzdDKkCYi8xWvb6znZgFyolfXscpYViSQPPcXQGK3DCIJG5IdHy7JjECGI3IM0kwJXGMgrcQBaE3Jhq1EW6shRQu4ZxrIFYLhV0oVp0uctIBlUoQFff7fbdnX/8P/0fn/v8ZyuV6bRwCsIP36HTw3ube7Vqo1YPLJbqdI/Bkolk2JQUoJ+rRKorvYSD4S9QedmxP5JRSjMOawA0NHfC9Wn4O0EPCgIu9BwqRnSkIABvCGhBgPK7OlbJROe9WZohNwJ3wNGHEDFHj3dgoBYE1hMgUMdAnGDILM6yBFbBwabb1m9OCYdTz6YuoxEEVahlk0z1Exan5W//8Ce//eUvTD/xKQg/bIe6fnfj9bc3z8yVAi8gIiLQ+JcczXn1KZxYVoK28Wk4sbntWq4+yxlo0MDH8FMsQuVo5U5mAhdbYMbHCHL+NAhtnZJ6rv4GeL9CA8Z1bFcocILJhCJIskeMmS0dYeXcDYjFOB0h+EMNeHgGDdwMNKY0fKEghQYuSqU6lgxczkkGSTL4lMKkM4xFEmeVudP/27/53hc+81KpMNXe/gUc0xHFL+yYRNGP37vZbo1qpUbBmclSB5qhMJqX3Moc/QWrMCIMI/hKkkmcRKlMJIgmgZCaAvUmC418oWJEJxYGYHWprSMhYTbjDgBQf4OdU0sDw3V1GkpSESUiAVovBfcJpu8DLtngd8/wC9xzGZhSKGMHRTSiAYFRmk7iNFYkkfr9x8PRJEsTz+EeJ7qYZTKxSQosfBFjcwfUMWoV+vynP9IS5a//6I3phz6NhB+iQ4h0u92+enfXLziz9bLO44B1Dq0YCpL3KtMJHXAILeDKg58EV2GcScUKrm1JfaITMEIjOE6wcjtdY6YNjVL40jjSwGEYkRTANkF+MP4BSoggki11lEziVNkWMnLRIAp9SlH+Fy2ZjOQvzkPA4YmycZpFo1BH1EmUWiJzqHSJKoDMBoivMXOp1kGTMZ3glkvFzzx9/hMfO5eGyZUbB198cVgtlaaf/hSEH4J+TBr1RqOtVjaK+Bd+7eNnVspKRYIIoMoKHeDS3HyX2p7DAs9WxNYYyTKLcjqOBZfoi2QpF1yyYaBnphMGhgaQ4G4GVRlssmUx2DDBwON4gUyiJLbFYKSYgaEoVpG5Yho8kUAVblgcx8VQfX+df04y2Z9Eo5ROEjkcjDQCK57r28wlwqMErNY4vgLgWQdXp1gsfvylj55fXQri/lq9OJiQH7x948svPUvpNJ+agvCDLANVEoet7ihk3nYrdpzCBV0RspYcAQ9QEQd4g7CHnTIo85jHqO/wOKWRziB1ecjcURKVXOI4RP+VWqmt4x3sq+FQIX8FWElTzLB/RZJmSZJgyYi+EBgGYdCgIeO4ADbG0zTVeBVAXJIcxoREPwT25rJM58EQMilPLTZJ08Nef68bKtjP0emp1PFbJ88Fzn0OlEhpNBoFzi0JbTabZ86e0si8f+dup5Vu9tzX7jefvjxcrpXJ1I5iCsIPCIBqZ2/n29999a339j7z939jp9O3HH+vnzo+mWGcCAENECvPBGFJTArXklVOeknWH4eR5UwylSSRXSm40PnQaBWQcFJpE/SPAQ4+hSkFupcx7JpkmYjihECU4ugziJRcyD1ZNJ6Mo4TpItL39cv1+13XdYMA7OyRxwtPmVpkOBkz7o0T2Z4kB71xfyw0mIs2DWxZst2yx3SZif5NmWX8RCGhzQjl5dqCaxev3t8+7IasenLjnXcPh+m59ZkvPUNrQYDKwtNjCsK/zRQ0y967ffef/Mt//8qPNpaXT64fjfupao3D1t4uWfWqDUuCISd2JnEiCCvTUjoKJUJLdqwTx8TqTEaO7UzCmEo5SKJyAPJo+jEFh8O+GSxwW0gl0slrkpgt8Aw2UBko2FuZZbJNSfXTKuDtxlEy6g3L5arruXEqR5MB426SJTgVFKlIUykSyUftUbs/6Sdqtz0QKS07bqngL5S9ZtEuemDTJnCbnCLHXsFLSdev7sXey2/c7FF7mPETS01R3G91hv/sT95aO/E5f3T38qkzhaA4PTGmIPxbgZ/IWr3BT+7s/Ph2+3pvPnXiubWznWFkecFgNKrLkCYZJ57ODkUSMks9CpwE5ZKoUi6Vi/WSPYaRArFJGE4s5Q2Hg0Q5OimtKaaTSpfjVjfs1UChp5GhIcVAM5snceQ6LswJlRk+wDA/IygqqlScZGmWjTsTfWucJP3hKIxiDdwQeLpgpmbbfkL8TjRqDyejcciTrHliaalRni05lYBT8IMCgoeADRvc5pESTSr8VjehDcIW53WkrS/NNOMLDw5Htw97X3979/K89/Yff/9Ln3lmcW6OTnUQpyD8T5d+6iqr3+/f2zloS3/ozHeFlVp73FKFWrlaLrXDOB33n3lyvZFsi/GQSmMopoyeEjFlHuLQ1o9Tsu4wUnRCUH2y2v1emCR24I91qirt3nBEZWIzApugjiOkRg6PxmOdsLrgR2EX9K26joSeqGWEQSWadFOdjHpefziGQCalfq5Jq6MzyTiJLZsftruMurZPhkl6OA673a6Ko1NzM+uzpfmqV3A0ejKCoRVdg8FLGzUwaBip3YM+80+pYrneqDz71IVPPne+213/F3/08oRWr1zfnK88EXinfnS7PX/UPbcw26xWOLenZ8wUhL+wQ4CPQ9rrj3f3eq1OyIpVp1yJ+ml7NOl0hsxvNGfquvI66o0bJf8zn3wh2363f++ayBJqCjZUtaBW3miEtgiUW1nAHF5k3XEifD7QBaLr7x10qZKgZi8TmUUFz/EVyNnHaaIrQKoEtEuYjqMabTaM+xgaqVF4nTBKdewaJ1Gq6DBKQPw3zSyq8ZPYLpmEWaR/JOw0Ew5Ve51Bp9clcbQ+03j89Mps2S16Oq6muM5jGR0qWCsAUiHJmL3XDfuCW8XiC5/+6FNnli6tz1U9cWal9t5CMHJnhOOkcRqKcaG4+rW7uy/f3Vwi/cfWm2fWT5RL5WlgnILwb3REcXR3d+f2/sGDw/DevXGxUDt76VQWs+tvbd/c71+9vp2yoFhUS6u1wagziSflmUYWFMjMcrq3Y0UT30LZX9PnNCg07p1graJhCCd91YUh3MhzJQ9G3eEkilrtfuC74SQhdjAeJGEUeb7PiLCpVXCdziCsFPxOf1TTuSMHg2vomQo1juI4o7HOcC06SVQYDm3Pz6ROTUmv29ZxKY5EFIpyrdHujHa2dmerxfW1+bMLsws1z+cCEGhsCY+HlAy3V2GFgBfuH7UnvFBaP33+0snlkluixBNWwNVyfW4rsolfbDQqfj170Nm/djiWIfd6kzfv3jo5d+eZMwtPXzxfLJTBXWN6TEH4V2l7yslkfHf/4Eeb7Vfv93aOJrvbreefenpg0e985VXFvF6cHIwjJZjrytXZYrXm3N0eRJnFKs2398Pe1kDsx+vCWnZ+JggcS2+jdLxDdFhj4DsmkqTE/RnXTQhfatQO253JaJQkiQ5wh71xmsBInkUQjMuBHyyU01RM4iyO+3EclYqOrgx16ZilMoqzYZgNExFmynb8cTomIjrqdnV+ymwnzqz+YKzru97WwyQen5ltrM/Vl2fKjZJjMzS1AEqxZMeyVEjkUMi3p4mkO61RZfms8htH3fBitby129958JBY3pXru7d32oWVE8Wy86knl+6/c+dof+9wJyplKj4xo6qFk87iGw+PfLm5WK/N1Jue4+qQPp1nTEH4/wO/cDw4PNzbHslbSfXPNvw37/TCbvj4uYs7obr+1rVg875USVqreLqi8ytV33v28qWdvf5gmHpBvTcOv/Hq7bC1X2sN/FK6tKgLxuQYgtJQ+PAstxXKzWsEeTYlmai6ziRVqe94c83do9ZgPIrSbBynutBjnPu+OztTZ47XG05EHA0GcdF1MnAlhfalRIGKJLU6/SjS9VuaFXmQSjIcTTQsrVj/PNLI7w16pcC3VHpmuXlusdnwab1MuZeC4xqSLihae1uPzGGgFau4RfqjeDQRhdpcj/i3Nw7ozv6w2xtNJuXqHCvP7r55a9IaP9jfK/kvPXtm7Uevbrfu3dTJ9Y3hJPRPPy4KFa8hZXzraPjjew8G497Z+dLpuZnF2RlQi5seeLDf/d3fnf4rWCgw0e11tvZ3W6NwzKv3R867Nw8Ot44Kdvr8x56gLn/rvXs0zJy9beto14ki2w3qS0vLCwsegaF4FCa1av3K1Qe+EqV4VEsTMWk1q1xnpDY4hOoiLbMsXcjZkqHIJ7Q+YBMFrLBxfkCtTKdsjsMKgec6dhiHnXY30RGsO2KURZM4TVWnO9QRL1OEu64u+YajkYZllFqhZK1hfNgfJRaPFT0ajLujcW8UDYbjcqm6v3OgMlF22cnF2XPLCyfn6vMVvwijSZAhNZsBsGsOfR1qwhRIoxJlA+OXbxyl72xGnURnyJP90cSFmYtnFctJwa3NNze7o0FqjTNydxA+eX5ljjnXXnmHjseRU9wLSltHQ57GDiG2V9oYk9fuHn379XvXN4/u3bun0nGzXuN8GgamkdCydO53d3PjtXdvDDJ35fRjOik76gxv3r6zMNP8h5+8UD9Ru90ZfeOVO1984Uz3Ye/a5h3mBWI0YGR1fmmpd3jQlWTt5IWjdkcy2mu1TwT1tWax2nSH7UlbDCs2dUDQjFDiMAGqFRky2tEcBl1vdUzkFssSLoXLGGyPAm3J52xWP04HNxFFGrSO6/cG4zROKBHNRtlxPSKTcNTPhCrXdPDKdJUInZnYyoTQWIrGE5lkNMvSyTCg2cWTp5q1Yr3oe5QWGPEcbhPk84IFMERpWIkBQURqvEFxB05KtDUcxvygl7TCTXL6sk5Nrbk513EKFV5teIszlUl6/s/euBtJX9/tRzf3npqpnH3+yfffvmbZOqNO/Wrx7MW1NZ84Uurc+qBcSw/Tm7f2ezOuX4vd4v35kl/TT+QX6N/hWf/faRBGcXRrc/Ote7u390Vir3WG4o//8N3+xsbK+vp/+esX1xdrxOUP+wMyHv7Oi4+V3cL3ur3rRU+yBSKSxuOP77e64e7D/+Iznx+LlHB7MOq7Ue9LH3vp48+dpEo+eHC9fffN7HCbqIzCSUgdnVoCqVASw2hXRu0QzngdAJHkBwoUUJg5zLOLxWC90x+2On0d+RzfP4hGhElOSTgcHIZD/eM4ERF0RcGVUEdFwlixWNHoCnsDR1kBJ9Xl2YLLZs+vzDSqSmQuIzaRHudow51BdYb74FioAgbzTVXkFMPuN7Ejy29H6V5v7DZWo0KZ1mYWV+dPl+0Lq5XVZlBy+KW5UjrsdxJ/zP1+LI6SbO2J1biouoOR3QzKJStTie96RUkXfMZHw8dOzGdLs8RJqFOLWGNErM5hJ0x2C7bdrFTqlerfwdj4dxSEcRzu7O/u9kaHVjWqXkrGo7eu7d67eZ+29+szc/V6KSj40mab+63d/vDxi6d0kpkMEzKJmstzB7u7xZVLiePsv/f2Ry4uPH556fe/8vL83MLWg+3TK3NPn5mfm/Hag2FjfiYLz6pEyINbjq4NQfAMFjF1LGG4bUZwhIhNU7DKtnE4DoUixE0wuNcpY9GhS/VKDP6gdLnqJYkObKM0Dm1Urwg58wMXxLstZTsqKLiNOiSzk7EzM9MsFHxKLc6IaxORRq5rw+Tdwk0bWPHOzV6A08io2ex5VBqDe7dFUu63JvSdrf1UP7jRLM7N1tdWnr+w9FiN1XxacqSna9qmf7bmHYysSUGUFnW1Wb85Pnzy8vr9GzvK8sCXJgZh0zCMo7EYdScTRmqNysrJ1eaMe+fh1ni+Ecws3EvC3kFbvX+9JkdPnVs7tXqiUChOQfireaRp2u33Wt12bzT2qrOLa+flSN45PLhybePhdr9e9FZOXjp9ar7E6Y/f3BzJ0d5w8LEXn9ZZohqFWSzimJR1WujxerNx9+FO1Xef/8gTW4Po7t7eybU1marlheWxIgeRaAnnaOINWbM6E8dH2wUrBE8zJg1fgqJwhcn6YCvGgnhoA48CfciU5QKtXqosDYA9rwMlQ4EMHU5t2izoLJFTnWlmoDkBtF2zCSALQeB5LuSUbAY7nkjMt6R+As4JV6nZYqXGkQY2wOVPY5+xZTLMKQjTkikyIc5mL9wOE29pqb40t3p2XZWLSsSZ9ICr4bqTWCeZwvVKojMKSlaZqYUim7u8+NqNnSLhV77zw8nyiXIovFPN1vbhdmvwxtu3Bvv9Qrnunz3xm7/9kedPz9/aeLi5edRiDY8XVDTfzoa77x8u3bv/qafO1/XdghL7OzD0/7sCwuF4fOX6ra997yfdQfTi8y9+/MXHYmLf3e/dvrPVao2++OIpxrgnVJHrM394eDg6HI66xKqvnJPMv3J1o7WxNeyxN7/3aqqEW/VVHC42KmdmV3XEvHJzx/KKozhz/NIgsl7bjdJRcvXm9qTVrzjWaTc7QSpFThwaWpjjcUkUEpWwEamOO/bgJ488CWK4Ri6jKjdMkgQLNpPBAkw82+W2vi9FU0FucwZuo2DSrY/MCJhK3FJDWwkL2rCoLorhDjJQdILhoJWBSaiBoRlPGJEbLBgldzpp1FxbL1j1hcUlBVrfyU43bHrurTsHMlHjwSiU9P17rddffqe0PHf6GXaiVvzUyZnD4SQd87ffcMcTdWdn1G+N0vFAOnZamwlbySSyxhutyXdulL9wdn3t7JsvX/3u7cNxbM1wul4vnl9ZePb8bORmB72WPNgulCqFoFIqln+FCVO/4iDUZ21vMHjt6s2vv3Xn/m64OHPqzBNLI6f49au9SZhO2r0CV5964THi2IHLizqpE5Kz2T/65jVJbUKdTnt8N82G7UMxEf2d7rjdEXH/U5/9B9bS2jCW/b2tjQ0ZOsHszOKoP/EK5RvbDydXH1Sald17nWQ0GHGaueJomNVXiwtWxiUuc4O2KCKCSBwEUJAa1Cc9GIcK9La3rARaNwZ7pnkCzjFGqhuDFYHtauALM3C9prrKg34MtDctllAdkwmM8SEcEmbl/hPyOPmFaAju3JDTGgQejwbNgitkqrAsbkVJWihVv/jsp954Z8O1rME4Phi0/vXW/Y3TK0mnO1Nv6gArfEZnZick6N9r3W+9vdHvlr/8xKXVud3DwZlPPLN58/DmYBJVuWdbzLOqp5f2Qn1tcIXDO7F85Var302WyvPi4evxRDyUcsem+0f1s6dmauViUKqyYvreUeto416dCJ3mLzVngiD41Rsz/sqOKDT8xqPB/c27L1/dvNa1SicuXTh3mfJgJOitXvLnV7Z+/IP3m0HpzIWl169v/eTKA5/xhYpHRTYYp9/5/p2Hu/2bWy3JWKlSHCQitOzWQSfsHq1fOvOb/+jv3R2k7955MDnaurA6N7uwcG9jd6Fe0efo9au3A5kuFQuVKC5n40xHRssdjNpq0l2vFRyVCg4eEIxyjDvH0cfMEaFdigs1iDbKjNwTSlFwoNeCEz2YtwgQfDIxDX6KNi/QZYUAChoyAqxcBJq6cEqAT0hQalRSE+T0nUAmA7SccEUbc1OUksIwyBD8iuj0uB2T+sknT55/7sb1h+39/u33r22PrL3Yas7OREk2shivFceOTEulvX48CBW1/b0E2k2uJXWwnigeuYWjQf/UYv30kobW/PlTc+NJwn1XFD1aLVRKvq9ob6+/deUGG8ZOolzKgrk6sXmr2zvsZw+G1pV9uS1KD9rWw/3B7sFDrsJAv3X9L/IrFBh/NSNhliatztHtO3dS6l66cPmJYvl+P3nQF91+cmOj1drtHmy15l3vsDP+l7//g1thujRbFQnbu98uc7nbTd94+SdZJnprZy6sLwQLlaTsWol6sN0azs4//vnnxpTeeHB0eOfhEw3nsZMndlN2cHD4zJPrh9sd2R85FbdpC3epLAZq2x500oTX6u/cvPvR5WrRyTINIOHAgJCYtVKo/SiWYiAEDN0aoUtHkM2GSTyaJFlKEOQZMg4kvyxDwGE0tTSsM5VSqUCzED1esMYEZFkc5Sxy40F0oODA943Hk5Hn1iEvBoY95rcAQ2l2ZYxTIYGnd1yvWF9e8oruwW7r5vUNqTPfgqJOoU2sQrEoykUyWynT2CtWz15cupJKklrU9W510tmjpJBGLBKPzVXZpP/S+aXHTtQKLvVdGm1XDrvJnmB7BTeoBZ7j9ieZKFdEe0JlxqQ46IzfvXeUzAWWGLct5629trL5guc8MVewPHLKLrWH4zAcl0oVo4Y6BeGH7uj1+y+/eeW1K+8tr51/8cUXg6L+nGQrkkeJ+P6d1v3tbv9o0NrcPafLtHBy45WfJOWmvbbsz1bjwLvaHpZs+/rdlpBOWC7Pn1l97tLCSt3tjvx+N9pyEm9tbvbMqT/60f17V+/Uu/uf/Y0vLZ1q/sk3bmS9znzV39xtUZEWi+rLX3h8ebbAhfXgYPCnP3jj0sVP/i//4/XvX93/B09XiIwC0LqWJu2zTHPG/A9V1TRUhA3wA+TBEF8Z7gVmoPCNwx1QFoUcVSZZpqu/JMmoof4SCIj6e9u2zc4qDD0ExkzMQbECdCwS2DY3+hd5CCS4ZU1UPp+AyQkJKU9pmTrVV165fn9zR9qecvy45C8tNOqN+mrZCWX2hXP11YKlE9Lu0ul/mo4Ohnw7syzPG/GCZzmHhxsnztX+3gvnFktkxlZFtEydpzIOQ9v15+YKp5aqc9RyXDZ3fvXard2A875+8TLteYI0ghqxKm4hcdWb710/oKW3Wp3BaqVUtdO6W3JiT7Sz8ZbP7bmZ2WJQIL/Ma+K/OiA87LT/9MdX3rp1VCot19Y+36b09QeTlRP8cBS//+Co2ydklA4PWqNu9+mLK6cb5W9945VxfaFx5kR5qf6xSwu2SLd21WEv3e32rfoiWaidOzP/sfXCLCdDT40LrLM2N1DOu9f23rv2wI0mz33syedfOP3GdvfVt98/eWJ5lNFxp1ufaXzk6QunFwJOMubwxowOGG6zXv/4F/7+O1//w6eHfLVRTEWXgPsny3dTMOxYUub1mM1NzZbpwCIUSOfD5hozV3wpjhlLkJAx2L+RSCfEZBRgZmPOam6FgIhFJFSPKMnNqG07XuA4CEIQgtL5Kskl93UpKKzcpUk/2VhQ4dR/8JPbd1uUlGphavXLFateUPO102u1T6+Wb28eXqqwpUBXq9m87b3YZLsum+cFvlQ7v1wrR2E67j/cvP/EhXWXgJmUjt54FSnHWRLomDhITp/mH1n0WgvqZHDpW294vRik5hpL1epc+bkT5SfqOptmvcnMv5PjJCOK2cFsXVe7fhlawFK5nTF7eDQaXb22WLIun1zWFaPnelMQfjC133DQe/v67e/eOshmTz/xiac7nUl7kkSKvvH+Qe+Ve4tzdZnJtB92usOzM5XKWtNlciKsYcknjWZhqX7p7Px/9nhFWPbBqZl3bx3duHoPLMjmCs3ZoOYxP4YV6gj82mN9Bm/vHqw0gvVzj19YLN1vJ9/7yTUSjp+49MyDvVatXHpmeVmXdVGqHM7A75qosVdJOGuur9TPPvbGzasLL550+ZALo8drxLZNzzPXHNX/h2iF6r4gDZoCh1jBfJ8dt2QoSOpjNMwLQ0xZcdYPajaMmSKP0RxPIB/MoQCEYMo4tR0oTLHmNG0eHEqYwUVuVgHvQmaFt2/uXg8rorLsrK2Sg6Onzp5wq2V7yeNWWGAFIUe9ZGbG0U/NmU3X15fDW+1I6X/skIzVMyfrF+fO/t6//WY8Dh+O4/ffvWGDQ1vtzTfvXn3jem1u8eRHL1tPnhCSNm356XM1RyzdO5ikCU0Y8RhLo6jqFAMqnYReXp7ZPxx0MxLGcpipjrCqBceVxG7Y24fioJdNMr7xdu/kSfLManXGsx1m/3Klqb/EIBRCtLutexsPxyOxuHLqd8481RHkaivqh/KtjaN7W52kFyW98Y67D72OUlCuF8+vNks+c1U2Hsf1Em00Cieq/umqXbI5V1mpYsvZ4HPPrEfKaRMx6PWGSTOdyIfbhxsPth1bNdeazXMnWp1xb29vZ2+wczTM+pPnLl9SiRhORudOregQt5VYPzyI9oejcZyNM/7OQTi2DwaDaOBX58XKoGfNV50M+EbGoAyqt3wUkRdvyiSJXFd3KK/G0LnpZ39xbMNA+ojDQIiVuOz2SJ1Q4Re0bSwUvre5jS1Q9KJhqHbILINAguI3xs0bFdvgCYF2RL2NveT6fqrW1mfX5ubWFjdv+M2i00+GUT+KCn6ouHBKr93vTCruJAqTVNzY6H7zL153GvO1k/OebHbnxcWm91ufeeaPv3/t5KmzxC+2+/1s1AtBUZH1DruvvnKt1CiXXlqxdZk6iMYT9e0/e9X2q7RWWbnE/WIt0lm7xQ860cOjyVe/8uPD/iRyS+VT67eeWPj0pUba6gyPxg8eDH74+lVdlAaNBluorZ/wfv2ppVMVstKolgu/NLI3/JcUfj94691//Y3vc7fwuU9+5tKlE45DRxLcALcP+7c2DooqevFUvduKro51JpNaju1UAitwCoG9UHVPz/ojHRgfLCnbyzLhUSokiUIgJbQP+ixNfWJV/YLtlK5vjwcbWztbmw4Vv/6FTx5x/8fAbBps3th6/tTymfVmbXH+vY2Dzc2H5y6eObDj7Qf7R3uDYanBZZpNEl0fHewOslGqUbQxYGVnceyRYTpwmXVMGMLlNQNHBKSFuvgQljRaUBYf5gWw0XJcOh7rNWuw4GCRSPR3UcdTBvN8kGcCzmFSYfbRNGaJsQvOuRxmKqjQjE0ZSCpMlHXUjSx2OxIdp/Dc2fWnLp8pM/Jv7205VAPPH/bSt7t7VAe3jc3Dvc5nTp8ss1RfxNqp9bAfq87eaLP95s367sHSf/PFy+eXFxrevVF/RL3A5c5omJKmk9QXRJSlGf/R2w/b/eGSo3ziegW301WDa7cU4e/dOLp2cXH8zJI97O8fDB9003bEIrtBs2zSHf/onYdRkhbTSWD7Yak6tP2j/kQNdMSNN9JaSrw5Mq6Xeq7ovnhu9tmLZ3QWPgXhL/LQZ/MbN+/886+93o+Ds6c/U3bthwcRDXQ1YemParOVPLlW/dKXHg+o0tHi+69urtiZXSqnnBQXmus197kTpaoDhKIruy1bEObZE8u6cfso3T3qdrf7I+f66zd9v1gpVbbSTpvv9tcaZ6s0TJPnP/aEXyu1D0c/fndj99X36nb8kadeWD27+JWfbF67c/PTl9ZXVprv7dy/87BtjceTZms5IA4QEfitw8FwOG7Ozx8NydtCPHV2cbEhVOu2D3GJmd8oV+o1aSEmhAZuDMVIFeLk+B+A5NpOx8ksVIMq91cytysjOoxqwpbOUAHIMPXDkSDMHYn5Ah1UmG5Yx4sDGEQt7HCAIPe9oZhbvfSJx84vVTlVtOQG2+3k7XdfG/mN3uxcMgp1kXYUuQ8iOlcqukIlBcdaXmnvj6igrVB98/2Hjk0+d3pxeW55px+mTBXqJRkkbtXdbg9bhwNdmI4t604oLdsPMllO1czaicF+T7CAZXJ7r//N91nFCh2R1E40TjtPX7m1FUnqOk7IeV/R1aWlZrUYJ6LRG9zfOrJte/3cCbdki4Knr3ndmLY6zv/51a+/cKH+P/zDL55eXpiC8Bdz7B7sffOdW7e73uMf/Xw6GmfDsU/s7Yf7N+88iALO5xbdUv1ExW1kqQcbyhYbDBuUxPEoKBQYFWWHlKhywAwCFqGJdLcftK8fdufWFqqnGqPM7Spvd6ftR7v7aZz45cGJU1uuPWcXLz7xZGlu/pU7na+8dufOlbvNQfc3fuujTz+98tru5JWrt/jR3nOXPjGk8p2bm/b+USXqNbK18c7D7UHbLs5XbW886bui5g8HMhy9fI184h89F3d3HRIafV99nYZlNZhOkGM1DLCEOC4a0YfpuPOHJRzLRw6IO5wNIvKAAIHgNF6gKDoDcRWKRfDDwACICM3V34jxLTQAx1hpVuDgvyS1hhF59sTarEer1NKJ8Xvv37h/6wF1dVBU5dTSOX9zrijKclgtLq/XipQENn/Rc/7im28QQTvJmNvla0cjTxyyKGwPh6cvrQWB9fSZZduy56z0B+9ubIYiLQVxiTfPLjS4pVOSC/Xite2Wm1kxSJGTne5o7eTMc+v1kyfq+hf6g2+N3n7QLdWrjWbpkxfmv3yxaVMSxUmJrbz6elwo1v3Fmio7Ty3XVwNh62AuWGY733rrziv/8x//499+5rc+9ozN2RSEf/1jOBq8e+NGSN0nn3rumYQ8OJwU55vVYPHdd/faXTFO3Czhjk/SNOx17IfdhNtU56Abh9EkIpHvTkKn/7BfVdaGSh1qaXz8/r/6i+79LYuVnJmmrmdI4C7Mzau+Za+dTcex7LRFtUJ9m/qu35zpKftrbzzYaIe37+wtUPn4Jy59/tee2BxkX3n5zv7th588s3rh9OI//cFterAT9A7Gh/f+9T/5ozTazbKQe6Vg7aP/9X/339dPLr/x+pu8Nbh1e/yDreTx2kU1vF23ByJLmHI5brKAfiEzUr8KI5J17KEksbuJE3WKM34L60CjXGMZreCf7VRJEAsmGEGNwRoqdKMTBTWu9eiwhONJNAu1lE3h0hQrhvQqt3g4pOVGVRaYDJzbO7vf+9HdYciIE0hup75TWm6M5ovPX17tvX+/ykJ678G9gwcH9x8cbXfEQUuwcn1mYWbpySBw/aVZ1p3s3dlbOalfY1wW4YxjTRr+ZL52lrqtwLOr/LNnyrOwhKdSQa+9VT0YWwlVfrW42vD/80+fW3aU53AdVF+YLZ4JasKmojmj/32qDnH0+/bYZy8uj7Z1KuQnJHQ8p+Sq9Sr4aDDO1EeWFkvk1lH3n/3k4c44+q8+/lT9Qyna/2EHYZIkf/qtbx9F/PyTz9zbif73f/7DpmMXCn5EQpd6b7x2r3XzHoQNRvqNZV4p8Y+eLFhjoROSEX3nz74rU8jvwlpTnViz9+utKozi0tQGqQevASrTjqsv8/VqsL7ocSduLJRHcTooUadWzQruyunZTMUP7m3o+k5l7unl+lIwuzJbut/Lvv/+nfs37p+Ybf7ar3382mb/xtW7Mun3dq9Ew/tSDEQaKZJKMQp333/yTG329Mzllz5y+999h4y6N67tekveSdKoiEmRiUTofNHFoJfk7FroUUK3Bgd2GAwxxlG0GTUgzBev/2M9QHQ9xIcqmdeaSJ5CxKG/2s+0DiFW6jfKVGpnjpRc+ZJX338Qfv29tlh+4aCdfvXbrxZ5Zs/UiiuLW5OR8EqyOVNfqJXmvI+fKLz5e3/+56992+rezVSES6mOie7RPXt067vhucuzL3369ONPn3vyzJ++9vbv/Mbzt7aPgqUlx2MynWRZXG8U/aJbteVKSUc1jVL2a0/M7XTlyOJ+s6xs1hpnM64b9SPPZQ4v62tCP7UGw4T4biJVAMwsVvLcKCavvneNNcqLl7zZQB5yGXa7SRJ1BnFBqLPzSxNn9TDrfu3Nt186s7a2uPxhW0P9UIPw7avX/tf/6+vjZNFiza989WvvHY0G1epLj62v+2UhbSH1h5QouyRcV5Is8/1IZgeRzvwCYtt7w05Cy1xnXxIurIVUuJTGLKCu7RVZVKpmpbrO2ErzleJi/cxq9fE5l0Wtw5VKZpHQmokaDcu2vnh+9tqff0+nSQvrZzZH7EF71N56eHgkx+/Eh53+2eXZ0/XaXnvQGk6KyXDv6Fo0vAl6FsBacJIslVlKwm4yHuwPs+WVBf6JT1z79p8E1H9/d9BT6dz6nJM+JDoE6nMXtqq5hBJOIaviuDDMObZ/GWdmev8fXd1SxpmQ5H4yiDSKkTBfUDMNGFOFmr/o6pWSVFjukDTeut39F195hc1/hLrqva33Pvf86Rc+/9wopVt9caeztb6yWp+Znz/5f7P3pk+SXPe1WN4lb+5b7UtX9TY907NhBstgJQFSpLYnPYnaZcly2PHCz/J/4AhH+IP9PjnCEe+LI2zZCoUlUtIjJepxAUkQBDDEABjMvvQsPdM9vXdXVddeWbkv1zd7AIrWk8PfJAbkicYA0+ipqsy853fOufe3FKdMRgpJ98plwCiSwiSMEBRgNjFDOfKYOJlMDq598HfXPlBqy40LPz8i4sernbM1A+8M7YHXHbp6sZqdkqRwmvUT5whIRGYplMQfOQViemG03hv/h9XHS5osThy1qF++8mjr/i6LQnalVjw1+1Lu7MmsdpJ7tDO6eun2wcYBB9KV+4fv563nmrlmXpAIt7mxs/ZwY+n5l+bPLuSLzUJVuLy9tbm79cYLL+OfpeYaP6Mg9Hz///jOW9/4aLvZ+NyDS3eDw62UPd9qUyrksKXONnMVQygYYq/r3b63HSEy4ZFYMlNGJhZRLFWS5J2JNyhX+CBbb3Je93nUzQpXAftbqirFugAFMU5SqWTMNnJ1SyRpDF1fjpI0C+gYElCSwd7HN77y0plCszKC8NaV1sp6217bunBixiyrp0/M93v+/tY+Tw0R+P2bbzmrF3E2NEKASGOCj2mohClSQDafdBbmz028GCv8y2+83KxIHR+s3N8pSMqLMzNa1CLU5wCfsdXRwN6jXOtsY5N+ynQUfMKRPznVOCI1SP8xJoRH3RWPNmy4v58J8/SM4mnR09EeDHrqDo9+QsgEMOmBwqVD4Tsr0560pMZa//59uHg8oGTiBLbrPbtcO9grz9XyUeLENHVB2vWC0sL50ea6PfL5DE0yliqYWDjNss5DGjDi9pyBe7D75Ht/Jy6duy+JOfnsJHD6m51rb38AtZI6U1VPLRQxaJB8TuQZpAylQBB/eDi99vjxQ3sa6Ao4oTcFUxI1vViD6T7liOIlw/3RW9f3PgqcKPR74+hgGEKgA5oIHjeeBP0YzqhmIuBQiwajx9fe+ejB2u4znz93rLR06vgpZ7R76erF1y68Toj4/4Pw//VXZzD6n772vWutZOHM63FKh9gLijkgiahWMCrW0pz5xdMFE1OeR68u5y0RdZzEU0SsyzxBL1SF2ZxULxs5LuCdEeO/bpjGhoIMuVrXZ5Qor+OFgvmFk2VB1sI4JjmDyMxZZG10x168sn4Y+QFV5KA7DpT0y8fK+fkaFeilR6PvXl0d3X14Mie9ceFEbbn2w/ute6sPTbbW4OjNb/7J4c51GMcUC0iq1efPzTaqDx983N9/wkHz+oNuMNd/stkRppM65/72V168urJz2Or8+Qe3vVfrX2gUcmmfvT+H8FGpU7ZfepSzwn1CZp8c6R+dIzzdm3nq547K4f8Rmnw6lveozfAREp9ufR6ZyKynfjbxM0Mg+knRUsLe20fm2Dr98Vp/N53jJHd4uD+tNHmZGOV8o2qurfVm641rIgETz6rm+kk2xX7fT0+/8lyrkLv77h7JN3MLp6d6KZHVhq7B0aDf2nW73chhMjUVkMz3ekKU9GwvyyGSBA6rqRv3dkZb3lbvoNffrBeEVMBwbX108Xvvs8/lqHl5dibXKBnNQr2sAgzrkvDxzTV54uIoxnE69VPboW5M+VxOWloarneAHyQCSSRoVtXFhTy7vEetkatXiR9Me+4337mu0Og/e342XywNNOdv/+4vf/s3/oD/2cDhzxYIwyi6/GDtb6+2dvzZk4va6QW5YOrh3jzCKlG1sSDZIpyxmJkL+TBiDCcmic7FvIJjpkFL2lJF+dyMIicJJHAPRU0xxbK8qOmoqPOK8KUlsyJQkUXpGORBAGKeQuwjkByNiejZ6aVr21u3VjiKKYShLItnG3O/fGHHTS+vjb73wcP+wydlHv7u77xx4aXmuw9771++11p9PBpNHu6uOOMNCDUq6oAY1aVnX3vjc4vzDayLF7810cTaweE015r0D/q+6whyOPXin3vp+DRKL1+/8Rc/elj6rVfO5xUh7PM0Pir2ferUjo4muJ/msf9Ukx5lyfxjSUQ/ab3/k/zU7KfhUS09+KSJBfikASqXQH4iV3ra8ns74d3NYdSbZIPuCR/n1BMnmq8+3yypWFysjUeJJOrjEbfy8d6Q2xstFreJ9/svn3+koM1Hi/UT5zmrmhoKVODr546Zrn2wN3f/xvpa387GqikGEAUWdxafWdJM1UAcyaneOAVJJAp8SKRWBMd+jEE8IaKn6gEvCtVKvlEszhYqZb1ZEUZeNHX5IG/FSMnnlESVdph6hqBoCWfPNlIe77QGHKZpXqzMaq9faHxuzmwPvRUdSSWTJiiOE0Hkr633jOm4XiseWyx3femDDy++/vqXfxYaov6sgJCRUmtsv3l7/Xt3hhtt94vnq28czy/XRYSE/UbBdo/6tGDgZDNPYg6RmINezD3Z6d+8/tis1HKSxKSgzrM4mNXnJXHi+BEvSKJIqICCKM5RUOPiXJSJPttnVCNgXgjjFHG0N3RXnqDhTns8jgFDYGbIMK9ZRDM/WGl1HWdlv9feah1r1r90fv7MM3NvrRz+xZu3OvfX8jQAYjqJIoAK2UhdRdVn51989cKpM7PFQvGF6PP3rq6lbPUEIeJiQ5Z6fXen1bu92nntFHrx/MLLX3ztxnvX/sc/efvnnqv8V188VoUel04/paf0iBLpJ3OuP+mgf3QqcYRO8Ok54f/nr09t4VEmwFMAPpWzn+TUcFM+d2mS+7sb7e22XS6UeY5MDg6QXjx2fG6uVpARYs+AEmGcuGuPtjZXtlIx74kqb2n7OF6XOmHqH3v2AsUlBwtENQpl+US9lHeFmqGE02T7zkpmd4kY5OuClX90/6FGw5MnFp7/zZ97+617TITzRWMg8IeYz9JbQAwtJC6UZg3j1PIc0EStmlvMk1dKOKbiGkh+bCjdgCaWms6VHA1emKl/cTF/zMKzzEtstvwYpmWlMKsXNaygdN7kX18usJjX8+jWxE94MeXRgakMRvbjS4NRV/IgVu7dfeHsuX/2HlM/EyDc6Q///P3b1zYmrT7X9uHZU81Xz9XOFwhOIi4b9ixAlw4H3vq434HgxmRUc50wGDuBcJ/puic7hxstfeyeEU/RpsnkKwGZMNnbma58/BhhMZYV89iMdqIcRqnHJUFMrz1o/ehHVz0/q9fzC3mf6diTtaKMOVEIJAVImqhKPkcPDw+6JUqJVNS0mRdKKHBjFP/o+ubDzpRH5PMvnJe91kFnzx1VYzuA9SU0v7CwWGk2c4yHu6Nwb2fEeTRwbRgENz64urh4qn/oJCH86l/8KP9vfrV0qnLq3DKHiqt3H9x2Dv/0g51ff7YxZ3BCOOaz/jMp4DPyyg4bjmbwPuW9T3GXZrukT0uOPlWbP02ET/95mo4KPt3I4eDT4t0jCKKEo9mt8vjce7vJN9bbY23h+eeOvX6q4Y2H3/3W93WzEmtK5PmOHew6o3ZnIBiarCopLyQ4gVw4yj4Tev/BowXG4oN0NFwTF5ZhHjUMq2LIIkyJph4/Hd89tdzv9NlFOIZR0OTPn10Esf+1v/3uq6+/vni8vN+bxjrBAtRzckPlCeHyInllRm3v9XgUenEShYLvhRjkRJAamJ5smDPVnK2rSdl4piL/zjGzzqiXT2YIt2yw6KGMxCy3KIqy0VXMXmN/2pRh2RCrjfwEkrEbwqIc2DES1Ed3Wo8OHPaXC4WN+dqxf95c039mECZpenVr/9995+alyzviNDx26thrp+uaIZoiiUK62Z2sHex969sf9Q5sGDPFr4603L0tWORw5HR1vcALModkDuDeRvtbdtDd21uva2pWdE4++vBRf+eQLThPMVaZdz/oDzfbClOhRLxyd8cbuRRqzH2xtclDNOYJo8jSidr0SUsD2GeWanf11PFzzy7X9XLxyuPx4/Xd/mBA5Fln7B6ObOT3a5WSDIt60RCl3OqD3UgspVTb6Dh2a9frDwBQ0nEcOtMoCNDjFXt359GT3edee31lN21tHnztO7e1OxDrRsRjdaFJlOOX1h+1ntCvHJef03AuHBAU+NxR41/uadpLeoSrhPsk8Sx9eooI0qcYO5KcNP2JGKUg5ri/58pPzumzw/zserOqQ86XCXBj6eLj6f/y/Xvnf/63/ugXXmoWpcWc0m9La6XqIIi4KHn8eOur7YMFhWfSvzA/t+9HrmmlRl7QdKWa0wh0RnuyMUeDQTqZuCt3uk5S5OlDFedFpKgSRmK+1CBmvdUbRqLoRj4MJo2C9eyJU5ev3P38M2ea+iQp5RwJvr5onbMIn7F+whfFd+2QYpxNnMKiyPNHe72JM/UULggiqCTQcXhmJIoSUPmnSULUix1JVECYTMfczfV+U64t5PhsotQ0ZXGVp0GxqL5yvHCiJG4cSiu7XeNs88n3P/jmx/rCMcXS90x15p8Rh/+cIPTC8O21vf/trTvrW85LJ0+ZOJtii3ipNw2vP2ytjof94cgH6tR/muMhoJQqTP0I5KEbQyrSMVut4rje4LMSAE7k0XAKD6YI+z6B1Ml6KoGEl0JVx6pEJambohEHJSyOkOAVGwLCYUqtmbxvKmJBMwVOlcSFRtEfTO2Ne6dOz/yX//mXiEb+8uLajZtPek+20yCyNw+6o1FcrB6vFyWjJIM4hYEiBvTwmjCwOY7k9ZlTJ893WgfjsetRL4sRlLqTUcyoOXQ6h3PamVOT/b1RdKCPjWAY9t10lKRvPHtakfnWwdY3bre8BfXLzYoc7CEaH8ELU4CzdhefrpCnxwpP7dwn5/lHhxo/pT+POpr+P+VoVmlBUZJV7kc4k7eCn6g31p2/+t7dX/zF3/yd3/5yw1QD17v2wcrbF+/v7E4kRV1buTrKFa0ziyBMgUqcBFaee34jfZLl7CjC2LZzIjmzcEym/LjXY6GMQ0IcRqtre/xkBKOAEWU0DnZuXcv+l17KKzma4BRJtmcvNaxExq3pQOcSyXMjwHf6E59RLY0nXnzgxm9++2J/lI1SBMcav/blZ16tqzQC/jQMx0HiUzdJmVqJEjjy2SXFR/11IJP8w854ba+1E3FqPV8P415evswC/IFTmatzFdMOsvk8x1W8qObPlLW3wdbKtdzjlvfnP+wd+0OL51qqVvsXB0I/it5bO/izd7cQLfz3v/fK5vr+k50B8NDV9+/tOJPx8ZklU2DPzEdkrOoJJ2EW/ZKIzxvIkB1ZQIRnhm6agonjmcyOaVI2gUgRO0i03UBGiUvk0KxRWS7M5JClWGWT14nv9AsVQ9gTGB+ibIQ8j6pWOa9dWNSrKKlVTDisXfnw3uILJ3/vN149nAZvvXv3yu1N4lEJaTFbAk+21DiaInM/Gd72Ip0HjK5ZrOVSkAYeGHTGfROSmXy1rhhBkg9Haw0+Cvlp15+OkjDab/cHOchXqtpzM1959Zn91bXk3sPdO9vRRuGPv/KSC155571bf/Pm3/DP6G8czwl0zLgggRnBoazjGv00bQ3+lNP7JD/tyN/9NPB+ev+G+wS0HHuRKPNdHIqg8aDLff9+7xd//7+1qs2th/u2rr3z4U3mBTqO5EJwcPcOFVS+pHuCUjpZkVVOIuJ8Xh91J3EQr+weCnK00GjWBLy/2UtiN+u9kYZZRnkEvYAXeClhEMpOUQTIQsRwBGIcyfzHjlMqSpYxTIg8d2Ju0Oq5Uy8Ik9WJy3dtNHUn9lQRNJ63YqfNPmenGz5YO7hdkpnYXF3vbq+3AceHItjbG60/FK3JfJFZcUg3t/of/OBd5jSAqJP6MTHC+wfT9ubgyvs3Rwft+9cMuHzy/L96SVFEWYA4ThQF90vKc8erj4b46nb8J28P/u0r4hLHy1rxXxAIoyTetv07+1HDyn35/KxF4/uD/sFW63Bty+ZNLl+wgQgNQzUUQxLVnXy/5/m9lA+xmlOhpTwzb8kojmMaF6U9xMKcyue0IWA2H6cYTtIoAtgzlCSmkioKM/lcmakPk4EaRGi2WkwPe6Gb9SzDphzo6lJJ/pVFVTnqDZhTmbMrUYJ2feD03VEvKiq5iIbjx9fj9i4ACIkaobiUM2tzpThKxocTH8aZbIwi6I5c19t3woXZfD4OeQ5evlZFns/LkhBHRMtFallQNCpxH959fO/dH/+v/8O/bS5XI+9iOHH+5N//5elzZ8SEvPql3/ng5nsu5F45XstxfSF1YJa/zf+keOInTQqfJmyDTx0ghX9/RAH+wcbM0woJLkEgyTwmEQ9D4VrPPf1rf5gCKwjxwcD5s69/T11cUmfKeiksBtGT0a7LHkHFRCZ/btGoKqAoitffv9f78EeTkAgLS8frVi0vM1/pCsjNzzD4JQjJlhqLOCkYk6O0g6zENl/nJhOQzZohoZLzBeHJfofbPMBOCIKkfmr+7T/7uh1BICrjEyeqZS3liQaQMlel250UiCq76pi3B4EdRk82+zsrNxgy2RVEx17QNZVCgeKsTZYgybxgUBpQLBNFFHPqQUCNFCbsM/EahbLXHv3w4h05sU/xzUZOlyAnB96pgqLNFG92RtsBfO+eM2jdeuHc85qR/xcBQubEDmzvzZXuOEKfO1ury5w9Bdeuru4/XIeiBQxdzehOrMxYBfa7Jevh8Ycbg1Evt+tFoGQqpvK7L881UBoybRKl3+72mUTU8ppVVM7OmpaEe32jN/K/vdcd+ZFeMXMVc65u/soJU8c0iVW2oB/GTgAlFrUhz+97tgqxkCVWgvVxcLttr/amz5xeurK6v/lgfdQeoIgrlquQYU/OQ0jYA8eS6GDcYzGYwVgksciDfBW7AUckgeCOGy2IfAGB+Yp544XFVtdTKLJL5XB3g73Na0vFsoXz6omtB6v/11e/+8d//HvPvnwe8cK1i5Ov/s//XtCKlVMviJXz3x+1k6n4skFngCskLKbw9JMdFu7Tw8KneyzZEQb+pHc9/amkmX+IwKP/yJrwclgfxkKfz1tnno0LC8kw7OwM3nnr0hTCkqG8dLZYtCRdFN+T/L+5eHNuvnB2oZAnaQlwX/3f/+bGlQ1j5rgwP4sN+ZdebOSTYDjy+gpOZCGKOFuSy0U9VcXqqUaSxpjHOEgOx07ctaHjcTwChiRXciCn2Id96vYfvHXJDSDMzfHtgzEQ9yAqz5RUTdREfq6ev77ZzUVJpAhTACdx1hlZ1AwI2SNMkSClothNaSfrVZVErtdnplDVEkCmWl6tFdKy5RBkcmkkSBRMsrOZo+OZ3RaDol/VwPHFph1AhedLKnouXxZxOoHclZ3x9v63/+C3/oAQ4TMOwiRJ13Y7V3amay1aqZqGoaw/2bn5aGBTCWASiKrQKEZlo9rIv3yyVFN4hQX4FhmhyDKIi8CA8EGakjA2cJRQf5hgUxW7rg9FjAAFrlMiwmyRTHR+pyKu+z7M5j8HksBpBIpZnubTDGkFMH9ox1gEE8SFVJjEaStI/93X3r+2ZoNp3H74Yzhuy8eP1+YaImQqRR1NbRpwCSdEoiAUDbGgN+aKeTV7WoO+9YMn+8lBO0YEMS6WyYmGcVZknpX+xoWl71y8y9gvlz+xqskExa8cKx7TojTk8s3qD95rff1vb2UtGL3hb/z6GyVeOmiPVzd3+7aDGhW5HTdyjYLAgeneU5/3idD85IjvyOfBT040fjq5jf0o/E9PKbLjCS6KUQCU2KzPnniNwOKt/eD2483bb34faernvvj5sydrzzeUkiWFKRycmru72Tld0stcPNzb2en0DlrDmRPL+zR1JHb/xyeNOdML5EJpRiCj/QU3pD7E2nJDL2hfOW1lh7GA+j4N2vnbQZjKQqpJykyeWQONR/7IGW+2ex9+sHLnEVeu2bmS1KzJzeLiicqMxPgXjuO0UJG9fiBULFTNTwy11x7tAZQoOozisFDPzRXBXHmiq3UV874iIg/X6sHuPigax49Xi4vlw4Ou72cJ3ZFZDVQdmqqs65xopoTvOpP27d2793diChZeKtVNdbGqWnHY2qFOyt9cufvScy/8E2/S/FODsDdxL907eLDnQ6N4OHQuDSfeQW9vYMeG7Fl5quqlmUKhbi1WjHkDZhVJfiyrzP4FTEfFEftdjWMQBHFIUMrUSAIEzdhd6e6ibq5qnKvWcFaBFzMFB2Of2REmV7AoY54w6LJ46ExZ8Hbefe8u02BDz+c0eVrWp3utXkMPwrg9SBnl2d2WMjkY54pGuZoraxVLK5hyP03XA6hS4GHIWyqw5FpJaWq8ynDXUNzdpZ11g0OIK1m2yLtewBiZBsmphfL7H2PA2DJOjp079+D+6vb2XmNRZeKpaAm9Tvfq9cdySUMciyaumhefXWqqS3N39phXGrSxtjNhYX2mqKRi0ANHm5/g0xmHn/6LfgpD+BMmPGo1+hNKzDpFPWXCrOoQEqiX88fOkWJt5dHk63/z0c7qE6Ibz1xYPn+mKUTe/ma7pC8y14SC+FjBlALfbU+SPCoXZ4jY9hPKSzDFRBOxhVFOzsbbWCDOk0QXBSxrpKjmcsJpgxYk5j+zg5ThsqVxMOT4tRSMZMJpoi7ziogVSej2+qB1GOFYq+RPL5arC+XPV+EpPWvROAqjG01zJZkOBZ6TeahLvh+CWr5fm1OmXprLWmqkCIVcBIiAADLyUvNENYHh3GJ1oaQphHvhVMk7nD4UuL4pc6bO67JsKIqpdmiscCSv6iHo3791A1TLC5auQvjqgn4tjG/f7FS1dHtnb2628VkGIcODqBXG9uZg2FvvT07OlYSUeLKIyipMymVNX5oxhgLTL64TMauXtfpTLW3ohokDkBMJ2MUC3x14KiVcEPox3WsNtu6tul0nfcILk1FwwiqbMsZyylgQCOxVJnujVS+uhjKcjAaHwcFhMNzvAE4WaOylNOXxSJPbcsRh9MxCc+PmVuq6gBMFzdLK1uKJ8oxBVB7PluSWSghzISKv13Inj5VenRFmFcRWTBTHyzVBT4tOnA4UCeminVWNKwJkyotU68XtdoCJYBbU4eysR7mNjrtYFzgBIpwMD/Zv3VDnlppb+23VKlEBLp5uPPvK6UF36A8GrfbuOwfdZxvSkqQpqcszzqaMyzF3lHL2lAm5T7Zk6N87wRQeFTol3NMC36OuM0+T16BStObOj/nqj95bu3S3NTzsoJz2zHPPLTcLnhshym+0x48eXY5TfOXySqVZRNNxrcZuhGK7XMC0naQFAMSTRNN0wB4kMRIOs1dnIpznScpDwj5MEiAoSwhAGqQcXxSSCkkCIIqaDMvm2aqwpCEmr72QHoPhxpP2BBNZlRfn8qkE0gTIGIkoG4tYk+C4pOUt7ZmqfkKHSoxcyXDPNsKhny+Yylw5KRkXCtKFAlPZgp8gy69/6PcVmeI4MIDwjCUCSbu7NDMBYmTpHQ7FHKdIPBBl28OxnwyTbAzP7fevSrXSmXr2gU82c1tr5jg1/voHl/67/+YPPssgBADaXrK7P9h40o1yhXGdNiw5j/hCPZ/OllPbhc44BdreOPZTJh/Zn/yd3fFH717nHUTDSWyWOMX4XuzPlTXR8Yaet7K2m4Y+ySrtCBP6Hz9oicyQB+TqxY9jP4yR4JUa5nJjXy4z2xZEuB96Ca9yQEy5GOiarqqyZYaKNvYDBQKPLXNRoLzO6A6q0qmavGjwCsb4ZCnqO2zFTXkES7ohCzxEQtbENxu5osuozac8QYRHpioxA0RBKmZTYLhnl2dvXf3ACxJg+xMA7FS5fm+t3T6cXzguYzLp7a9dHiNZv/tgvbRwfG6+VGXvaygXZpWzhePO8Mzm9t7jOzfa++1XFo0C7OM0ZAs0zfY5k6xldzbRAnxCkJ8qUpoVJ9FMZXOZEcI8irOhUeIUmo68/GCfXHt0f7M9PZhMGg35hefPFq38Zmd6/e7OYG2z1+t5QXz8/Hm52DwYDUWxszc57Bu5dtd/cPlDQWTYI/7sCWBJCQcx49WUC2IgUAGJko+JytE0gm4C/JhBEhzFXAgI5PxETBIRMMuBiiIhMI54ICwZwO5zvB5jzK6DKflRkJ2NJhTEMYzdACPBlMhJA7xW4mmhwIi86s6t79s84F0eIBnlea4kIg0j3+dCjdzhAM/ekEIaJSSlw5HLRSGzI4jQJK+osvxCQ7eDpONyeZ7Qre5QsdgN+vD6xrxFgqaUUzAH05ttZxQYn3FPOPWiu+v7ARf51E80MRTJQj1X4pOipWxuHGzbfkgJdml/7P74zmEj9bq9aXsKJLGQOC7AGk1g5EetiV3Na2mKBn6abVpgIZVFWND5ouH4pGPbTj+YeCE3tQFwqF5OosTlsiZcVCGR6EflsoggZeBpFKilzJ6sNS0xSBK2ePf3+hPbYyvbEYgq4TMFviAStpDaJmGOlUY8n4k6EAPAtBn7EjOOQVlPMCfJimajIBo57TRpF4kXhYkfBm7cfrQGYuj3p0m93MZwsV7/0Y8vkXeuTbb37GGPF4SDmyVl5Lqp/mjs7XixnAFNMZWwbilnzKWF2ep3/upblx7vvHqMRSsumxzD3jGb7hKnP1XP+/c2BmTd2eIMqBAdpdpQJDnUfH/H+sY776F8Y+bYXNfpVCrGay+erynyN99ffWdlB05jYTxlF0Yp2V7bopIo5cSYl2LCgpu8v7PlHLYCPIaYrXOtUzKv3NzYBglF5Pa9g6sXb1DVTFgMmquRimahdLnAtA0V+GS7kxwe2IKohQhBJ+j0wAGT58xXRImX8q2WM+53Awr8nGGeaIa2fNYqquwuUqZyoCjwMWJ4zpwHo1rE0bzGb8RhtsGbkTsdR1nxcsxUqReq2SBufW9rcPfB1vwzCxdqp1td2/FjkT24bHBHcCynvTIjsUfZ9+Qopvdz+H5RnTpZLvjDx4fXDbDczLdH/rduPv6VX3jxMw7CIIp7ve755RpQyZYgKhXl9JLZAIk9dIqqcv1w68nWdj/iOgTr++1ff37Bp0ySckQkNrN1QI0FAbBVO3YsPwEJ7ENxTORYNZl1U+dLM/MF9qTbfWUS9hPFxH7EMfzF8ZS5E0PJSzqTOh4Gt9cYsAQkC3KzgA3ptWPGaZOF7KxuAR3m70aRw1ikYgGcuGyZcSkTf4YqGJKAsBAAOA1je+TujVDiUvajo4n/zvurGytbNE2jJBhVmrhkVibzCwoSs/ajvFHKT/b6ZDROc5Yb0XxjtvlsvH75oygOKOf64ah9732juJSMBrHreAAMk/QKrO507HMl+eW6Kgri8ktf6K/fedC6f7KmmyTOqq6y3VD802cRPwEhI8kUJClHsh0aGjFN6MDCh4/iP/327Wmi087G2J++9uqpZ04stndaN1YPbKBW80V7ekDtw3Q6ZPrVpzMs4FlWUTCKWAZMFHqTSVYknHX5ZneFukNnp+eEkuBFfsel9mACRgGlQWvkD3L6pD09XdAEQJlibW/uP/r4Fhay7LJ0pilqyuWcoiKGdU4W5dsP9vy9Q4qlWFfbbvLIFE5bQjnx3QBsbg2FMrAqlpPwQZIyzmUUWTY0k4xFjHrZ3Buu56QjZtRxlrDuh8n6nfu7+/2QCNAy26NgY3tgj6NESEQoFE3dElFeQBLkCgLgAXg4X9hp2/d72b5AQIT11pSJgI39cRSkB4xCP9sgjMNwaab0hZdPVrY7H7TtmpZVsjKnHgskBNGN63eoCzkoEqvQ6gb9gPYi0E3SoJSfcmLCBIpIKkV9hGFLVRm6PAEnQZgOJ1ZOeW7O/KUFJQzljb54D8OtexW2AnEwTUxVyGsiQQtlpSChgkAHGzkGwFSXlWaBKakLBbykZRscKUVPDBAXpXHIjVRmcpJhGNclSBBiLjOawt5hvzVyR1o/zevw0JqVuMgJGOHtt6bO0AZZR3r2/LQE8nv7I72m52Q+hpGiiONwigQc2t4giGNZnj19XC5aq9+j/p0JCALfGYl8h8h5DyphZyRHES9iz5Kv9KedcVBXeRjHucYxtlL32P2ArRo3AFnyC+K45B/N2D7K1IaYiwSChpyy0lP+9Id37FhmRo6ZtlwuXyvXr15ba40dKludyXQ09eioBdwBlNREznPNOTlvkWYFzOR9mGx5Sd/zsKhkvakwgZIWBfGTXthlbl6RIknkmOA7Gj2DmGcGeOjGdsKNk6wmxsdiivUo5mCf6f3dQ81qjbTZhlXSJU2V9Zm6zSIuwCl74hyLHIBBa+iml2/srd5Z5SS95MeToPJSacbk3CgI9w6dSxdvBQmZQIiXm1rNKCbRSALt/f7a5mRkM3UgQSAODp13Lq4+vPhR/2CQaiWuPVj++efOzRhMsWCERBasWGgaDRctfSpoA5mPctoI07HjtYbONE6cXvczDkJmm+oLTUqE+bnaan+LG/v7XX950fSCdHvnkEk6dDS+ko/jbkw3U8hpYhyESkV3o9QwNY9FPUNmjmy5rkvZGXDkKemtw4NyTjlVlBY0pCLYMHgN0I2KNea4sTvlCiZSxeMledkilgglD8/wPhN8YXbQezTK6GhMXzbxLwXZPF2elykNIXB5ueOmRRAdTJ21zfHtKw/GPS87JKiVFVUKoyRVRI8xLcOuKKTwqDdamvBZ8gjXmQZoFPDTSOCRbxZipUOMMpWFRJO6AM5X9XyeL0q/ehvD7RtXkiBizumoMQVUdKnEgvfhgeTIU4wv7w7sMPz8cnPBNLicaGnz4fRxNL7PU/uooRP4h1o0O83HR8f4jChpQPk+Ln3t4519YTbFEaOmU4unNQV97f/8BlddhIbZ7e4FqUd4iak5oJmJkne1vNyo8Lo0JqifBMCZAh/EvMjrRUgRRbwwU+R0yVbVYRxl0aFoDst1IavipWLeqM8WsS5LFd2LUptJBso5eRMGKUpEqqvFRpnU84snqyUBMkz4lLa7DkMeE6sJwVgWGN9G7O6NvRTLTFLbvcmjVe52VSPTcZIND6ebT/Y5pKUQ+ozPbP9d21/FkT0ccVALRS3xnETRfRa4u44zGAMkUiAGw+DuzU2FC46j6vGSKvJMyqaH3QEOxBeWmvcid6Gu4SiMIA2T6awp19XP+jkhW2erPeexnQ7cYKftNkvCtUeDQcvG/dGoN1GsogOCiMhq1UoMpcvzDDnLkrys84/wrqUqLQ4e8vxiVf8vnq+YgMZp0jlUd1efQJpKHCewABkleppaSVTAcb5mTflSS1OozDQKR9nDDrLW1TwRKGaGhzD9GcYck7l+ko2vHXvx9mHQnYRJnB5OwkMn/KA9ScsyjNg306ORnDhb8HGSJukoTj1ZwGJWFqo4YTANSZQkYSyUTVS27JzW17LgLmPElh29HQWiwBwqFrHNcc82NBlIxqnKizPWX/+perC2FYVpIEqcIp0503jhhK5FE7s77brp/s50/3D84wkdnZtdOl6UZa7SNOUdEOzdxtRHT4sCwU93jTnq65QmRxnbgo0KFzeCe7ZA5xYi4J7MmyUO3fn4ap/kmCk/u6A/01Qw8lSjuLeW67UHWq6caOq2IvsIfnG5PK+A1GWWmB+U8nu9CQuRCZGgIkBFVE0ph5kLTMtm7nCpFjsBk8GCqefmS0gTl2sqTlM7Yfo890hK+vtOklBsqmqzaNXUl2dVC0MeYs8Pb+VUJnKxJPAVa7aZS0Q+SvAUgATzzO8xh4Aw6k4j1cuGyYXs23o+9FioxEKUiGE86LuIaRZsEEGIK6VAdCVdDiHsTbLRwFSQAkKwRJjccuz44ZNua+tQwkhRlV0WTwWxopBTMP7lOdl3hL1u8vrLx3FEw8D7jIMwjVN7FK71R52hA6beZHc4QWi3qL5S0Yhi4GoNSC6LiQyBIKedaJq/uaTmMDzoK6PHO4jSbFMScbzrFhA10zhinpyPOP5pfcFRQlzWZ4FDWW0hE0+cqJAhIRMmgjMPzzPWcgPOi3jP9obDIA3piIKrPN1P/ShKW+P4rTevjTs2SDlflOBC3Z7NpwWViasRgx7PAxSmmGliIhgyYiGhZkmYEgoqbri5P+SDKIpTWDKSvGaVlPMNCWXt4kW+ov31rWqpmhspUlA0mUktymhGYko6Vc/OPvm5l4fPvHh/vbUVclSRZYOwEGMmEDVqDzeHd+5vi8PRAVtPGIsF7VTFKDBPJZ5j2tfZf4Coy33ScvQnp4SZkDiqj0NuLDzopjfboPjcS70QPl+bFVqjK+9+4BLJK1QRTs7MSufzYUUziFG5J+MneRYxdBvzG37CS+i5mnRaoSQRGM+3n134IKZOjAJJ8izFzKl/9NJMTQQEU2aYzVa93RkLiEbM8zUtSQGvzaolgp6OBF+RwgdrNrPwkSygWq6Sg18uk1x2hgt4W16bsVpu1IIoEEm1dJQvoxKxaErVgh9GWJdSgg+CZEbgY5CGmPDVotMZpwDyPIsI/K4fBRITxfxs1azRdHe7kzN0z4/cbo/dBS9X5POWpEmILSmA7Bj2J55BUf9e9+bHKxe+/AssIis0PGPyUl54ICTPN85oCbfyaP8zDkIMgT8Z2zsjwYudw/7EHbvzC/s87pRNvaSC/jSvShVDijS5RUgYpXmCdEjHNCUCn2ZtDZGSNepkQTGrgGe+DQhMPMInO907OaLaEzEr5Cbrj7s7G0O9YCAg6gKHIM++P/XDg5678qD9zpsfxKmUABjVKyySrxIw5bMjtfE0dKfMymRN5pl7EpgiRWiMsQ8E5kWTSoEjcjbG05SRKqm6eNpCFYnTeTgH8twh8/SxG6e0ZMKc+sqi9QszhCEjDuM44O4cq4hErmpSD4FxSDcGcbkMRcSZbMEJwCyaxyWZtodtPxpNHKZKJYQFEc42jVJBYBbycGQPN3bfCafzZPmMXFE1SzvxLGPfoLcmcA5mmpoTjlKzsw3erCU+u8mArHvaxUNEZhYvzJSreWvcnnzn7Y/URjW2JyN/JMq8zKdli6/oPBIgycaaoTTNSpxjGQs8NRjh4RTRhOl1Aj1IHQUr7DtMR1arqkFQWWQKMYkj2jA4bxAzTTBhTJWpBBTHwFQBzvqVwrrB7xBAfS6KszZWWd4mBhJiihLrXFgSOUFWRUk0ZvKv1/laVpmCCia/IfG8gGNN4i3VEwVsChRCHYLCmWYX7Es8RozfdJkystWlnMYx7n2+rtwSExas+vu9/dCeQJoYOtVEvZYTdEko6Al7EYF3mEHn+NT27954fLpizh8rsgch4eRsRbf9lLnbzz87+xkHIc8zLcO5Ixu0h0ISQ38ShGyR58cCyRV1qwuIiwzExTRpAe5xzx7FFseFPIaez91dXQ854NZLfDM/YveLCcuUegw2ndFgiPZL2ponAp+pFXD3o8c7jx7RJzgBqT17HJXN2yp3KNPIjjd2RnHIxYhHbO1GTKBGfhDb7D7wgFPFUFe5MJsRiFWJNxRczQk5lTDzw0HDkj3AkANxQbfK+nJVuZAHbC1mtbImqqqpjRGMkcMjjpExiAkSxDQNuGSSAlnMBrhAP3Q7o0NNvrmBT5olXsomeDYa5c29wOSEY2WzmHLDOB5EsG5ZhiGoJVQvV3d3xjVN4kbeZBj88NJa59GjF48VnjuzRBrPdieuEu9LwIFM7UGUtcdI2ZWgmBOHKP/BvhOZjZeeOdYsGSpPvnplFRNB0yUsk6kdyopilqpqAWfHm0ixJ3FvFBKERxMf86qeIsAiXYK4BOCUI0TRZIP5QoqgKMkMif2hW2aOiwXCKAGIHA4DVcJZsrntUSAz4ssGXiDAbgYRJARtWeACDjhhkiTZwJpskGnCTaY+jZhT5XMCn1NQTYYnmN0D8LVFLRgURhGwLR3k1Zm8dKbCZEX2avB04XDvkCGty2QrzQbvnJ/LvzGjLOelYOq3Rc5LOVETtNnyh93DxUZOrBTGsggkQbdkSYK6IYXEub8zpLwy6o1vrewyZUypxQRE5MYKwVPbVQn+jIMwiUIu8bhwhIMxCLxsykIYEUOJJbJYFs8Wl6999BDHkkOp6octmu5NI4BBb+DubPc79x5RrAy9dDR1f4g4we6jMD4YjUcb66QpxSnXjSgPsB8nAzfM+ghm2y5Y8BKvPd7eHMoNi8ZoFKbMc3KCFEMg59WgZJJ6jqlLTRcZRyUzhVRWmLtjsROUTbWg1izewFjm+fHZ+kFrwpSqp0lUZ9EzgkBg4QJCxJw8W2RsNbI/cDxMBT7MkrYSXuCPZuHSerXmO2kYJcj22fPe3kvd0/mBG7EbMuo4b3/9hxFVQt8LzZxXKvyV6xzMmxVd4gVx0B49/OjjbNaZaEbVxiQvNF87HabTt969E3l+MPBfmK0K0kCBE/aG6CiJLYFpQLQfPOzvJ9avvn6haim27V+6sdHdHcS7B/3drPpJlvLsVox7fpsXbZ6myfjWzfU7j3YQECKG4Wo1MrVrFtqSUeB4cQqu3dl9cvs+E/0RM69364N86X5Te7lpEo5REtrd6334zmWIlRjyaH4W1vNOt0yP5xQc65J042H37YsPAWbcqhhn+ZqJo5SLMnfN2S6QRCmm2UBT4Wjkm4SZl8yO4OsKX0hxmJOAJR/TyctlLDFMc1R15MHxopsKO37sSoIL4ZmaftzCUszsAspJ6shJPMQngc+eQ8UkhRkdFixJxG/URRMD5vZ72UE/DASRo8gfOhtr7WsVgSG57dHpMKzIKHSiWvEzDUJVls+dPnH55m5WViTxzVNnDqJ0vqSViywAwXlF6RhydwShHbJwPQ2SH+L0GQM9erTbPhxDyiUUyUzg2Yw+o36PeW/fZkTGrFiaiIZCypo3DZgs9AQxlvXszICBUMjG8Y2CdN9LLU3wFTGsV1XMeAPg2RKXkwpVrSlzDYOw8L0yo/cFIfJCvmwKzcJzdeXlElIwYAvloAicbsiCb5y1E8325OOsazXOzs6yYYNMqUbMWobhhDKYIW5LgRUUJm7Iwv3GWmtt9YDBdBo6U6Nwp2Jdn83l4ymPGA+J9sDOUl/Yi7mBinDACbuT9MnWdugnocvktZgVxsdU4bidnvu3F+/91z9/7oULzR+8ffO9a50Hq/4ffGl2To106krZbHsWG8jmIL76qH/s1ZclnjCv++7llUd70aOPLieDfgQQEjRYtuLe8NbtHXuPaX5/OgnuXLvV3d3CDEWIF7rFCVG+tr2j5VkkYNJU9AZTf+QCSDgIIzchOj2cpuMAmkfzgxm9AignnJRAUYySxAuHTtS3o1HCcAJ2DyaPHneYO0xlFvwY4ZjPkbrF4CuIdx8etA4mJMeUL0AMfkdZeVlpkogFghC7mNiHvBZThijCZxlCKUNlQeKmKZoyTyKRcZpM0zSbXYwhkbDnRXvrLabHe/0pL8imoWcJfUlqYm5WRQUxSxYcmPy3mQBTJNXHIuAQlvd6Ybe3dyDKm7b3r07VJ486Z+aMzzII2Rpw2foV2F3lzr7wbKVSIt0JZis3jFbGLP6xX/pff/1H7iD2RJWB5v5wePxLZ6BiBKQX85hjTx0fZUt44SjGbix0PS+GAkDA0HkzRxSdjyKOeZ3AiTGETFXlm4UkpaRscJYkmIrmBtiSdFmSTSV3rLyo41+ewfOqwKK6HdLn69KhKoVBgktWXFRmFGQJkIecHwNNlojAnKnM3KPDvkKYHVBHiTMNHu+M33rz40HXj9gSlBVuvsrnJN2uV9OASUPHSTYf74wOhhyUU0h5Swg4NPIiTcS8JBEOW5XSsOdmLSzYR0/SKQeUZlU0lcNWfxy6VBCo53GQDyZjUJ2fqNaHG+ONjiOW67/wr399/fHDr3587w/fqJ6WqBC4MQdHnPHu3e7i0qs5sXjjzs7Nx48GkeSNuNR1ES9BJHCYWWnBw+KeG0Q93/X8aZabiwgWs242ECaywRmlKF8R8oYgMVZn61unnSH3dE6iqpllc6gJoGAEYcIkR6wwjSclSGIygV1ECMGREMimRrH4OHUiwpNsd5RFHD+mHrAHQcylIQhu3Njc2ewkggRPNEunq6+Uj9f4QMRQFLJ+XZYiMCwGCHlcFCbM/aMsB46wp5EyFlPZnWIqihCmLFj4Puy7m4fTa3efrF5/DAUZpb5mmaYoJKLIjKkpIMI0CoubjIXZ55tMi+UyZVqpoPF5vZcAKUgfHoyeeNHDhzde1pXPuBz1OPDBVlcyjV/5w185M1fc3Rvtdg+7rXa9Uey4dGMY8kSa9h0uFimImfNvDZx2Ag4pCHTFKddNwss101eknRT4mkKlNOB5IKu6Ql6az50qCykHpn6y19Dv+9EkThxZdMpWUeSXG1pR5ppFeVaveJ2unh18yVZJjZBfFJDOJ+Qo19HzxkGImCIKEz2b0ZmNSAJPx97GEI+mMRcMW2O/35pQBebtUonGnuMxjTmxOS9AjBYZ+ZEgigIxTjATS1ESOXHC1lmKpxQSmulVzKfc2IviKDGyydhQn58ddO9DChMiS4yoLZUr6o2GWT9WnQzcD2naebDNYZGYarmo+0TUGiXGusNeR8fwxIUX3GDxavdmvq5XEfKBeH3H56onIckP7fDS3XsPvRixuxOESq5CGcYhzppEabJSNNS5su1PenE6FVNBM0ngM4jGai5dPiWW81bNalQMArOBwcBPH49slKUGAF0V1IUKzqvzZ6rQ8TkIhkMPzDbUozslVSxupkALRqKKMAojhCZpGvJMKaSMZdlXxFTO0ThgJrEjjiRMxHKIeFG749zdcYL9qQjwTid485sfQygEhNdONivL1ZctpcaiDOSmIRpNGb0FiRNyqaOKZOXBAdrjk9HEYypJtyhWg4QDB2tRX3n371xy9lTl7LGmZnGcyHxzCiETz73WKFea6bEnVcs3ZqzAn4AIdh/udrq2hzFfij7jIJyEyeOhU0Dcl15drFvCQsPsJdHarU1jo8Os1DduuM+bIlEM304QTb0o8QG958ROkvoijjTCKUpkMB2BbEVk0Q4lKKeAiamIMG5qeEbCMEkHYTpLUjxjehANVblNyLM1/SunLabMWJTtc4kVjJnCY7wUJVlKcdaNGqBsOnUSE2ZcuOztKFNDCTfxuaGfxGHYGkbXrm+99+33k1hMAYQLdaGeG9VTwjNZK7kgjolA+SyhM5N7CAUc14tSZiUDnsYyF+esoOtAUYkI1msW1uUBT7amk7ycOmPH0Y1QUgXXTlMvZi9IMPssRRVKBlHqakE48x+8rIqI4zPTx6SaYQgvVkyFmpEXbXT9+3uTCy//Uq91S+Tcj248dEqnlJmTG93o2tXbERFPLi8CmW/krRUBH+yPsypkHpVmikCVCOOBKFUMxOyYo+Dpdo5pM6Qbysk5nFNP1PVzVVlIIyaGgwS11xU3RFgUPB6Dor5YJqdzEFmiE1ENssciUASjlEYVMyxrQkHmdZEkXIIERyFyLZflkotEKpuRoUxlCdIYJGkk8MzJZfIo60iTOm5oE34ap+xqh5OAKR5mQuONzsCP3pbBfFY4Qwc2+PZ3rwAvSePYNwq4mndkGM+VKphFt9So5JBMYtePI59Zl8k4CbcGm/46mOTKUaWq8vm8efPhvqBZCbvJqlStGOfK4qjrTCluraxIbpqW6mv/5PMM/6lBaDvBeBwsy3wxJyISVuvy7FI1/N6VR1tdWq5NmLc+N4vqxWhvDFQRE1w0lZYbCjwqFwivqgWr1JGz+XV/9Np8BcY85diD/2Z7p2N7BGZF5zw56icGqMT8FiMikCLPNaEq0USAEcmMA5SJlKk7Fhf9SORB3w6DUeJ68U7Hfe/Hq87YSwPHL5ZpvTSZMfGsEk+HDByToZ9G/NE0a0jSTNiMo1TEmPKYsXFSzhHBZdTJESw3CoEupwWdaERMYra85EbR2R+aqsJ8ESnqoSRSRdAo80ixqRCpKLf4JJXErHA8G7/EFXj6alXKBp5AelrKB+1m34MxxweKmOTUsooWDMDI3AvYLRF/dOnySuL9/udeu/Kd/5goi40TL31vrf/Bo30g6f/m115ZKIgMtJoEvx5NPrye8orMSaTYrAgSefFYbtGso5RiDHe3sw6uTNmlvMjNliNVfqkuvlImBo+zxjEp3VoyR4EAiRBIgtTIn86DV4tMhEA/SXoKXl8qjDhoxxQvlgYG/3IePWMxS44nCWBxipeyKpdsupIhMycgmyKLV0ySxpZC7BBkh/UkBqDvRmUKBaZ6CR9LEpr6HC/iMOEcf6/riVSSIMxaxRKDjvvZrlhISRg7PLETwEy+bqlGTiPH5yatHmwRGsYw4TQiYA5MXHrYD6JRsLfn3by7pxfLo3FWGH6+Jnyhitpa4buXdxJ7jKmsdjtJ0fysH1EEkbHdDoUJz30Rc3yYJkNe4Kql5Nq1MAzU48sbXbtwer6TbJocDLO9bbEmk999YR7Y49u31lJJYIicTL1ZBTcQp0LqBklJ08YOzfqnpFmJ+eHYH00iBlQoEEPg50RUVkhm/SnvRbQz9te2J8Pe7pgBeH5WJiDcLuWY0kL8fme686QNUh6mMeV9TvWmOWXMLGwgRtkUdz4rl4VZ+UW2WaHLnCoKOYljUEk4uajaDJmUIk1EeU1VpbmCdFLlBMAWC0YTFlZaip5LFEmrmLYqfmFRP2fksrGBabpblzeu3iZifsJlAtgPou22Fzd1OcvKhIJImDWlSZaPbQPOl8iuE/sJyREqEyRH3Mtnj99/3PrOxdVjCy/N1Qr/8dLqrftbUrlSO9k8tpg/m7UKYQI0ef1ksb/VV1QDM0TmFAbFYznhbA4LR42AFU/eVhBCfISAA6nHsWBDVQwUPmtH4nKczAIPFmJ2YxAVAJf1mQSQKQv2yixY5EXGQ6CgS2lOLor+cya3pHEIiuwh7DfNQsQNIjqWRZrTFgvSXFbyRIdeNuyQ6iKLlXJRFwq6p0pRQcoYMkq1pXrSGhMEEx4RiXRSkEuByJjRi2WFn3ZTFizg0ey3gq5UqlbTErEs6JpQq5r2cEp5hYucRFIUWYiZO+UFO+JMwB32nAfX782/kWOKgBB4riTlBGgStKIBJKTUDynTR174WU9bi2LaOrRBb/tgUpzJDYPowTjQ5ufsJ5uw35X50wnhI1OtNPMNzLs83vu/2XvTIDuu60ww75Z75tuX2quAwkJwARdRpChSpklKbsuW3S2xHfZ0dITaM9Hd+jG2bNmeH6PuH93yj+lu2xpHTCjUMWHL0eOxwiPKcmuzKYmSuIoUCRIACRAgdlQVantVb8393jvnvhSfS4AEURSlJuB3o4DIly9f5s3M853vO3c5F4PkRE2HogAZsYh19YZAi6jUriSBuCrJ1Jpa7V7v+MXt1lav3xfPHz7/d1/4BuIQe5Fkfpc93fCSMFnV06Afc3byzNa5I8clK2au50QJxwYgcyuRIEw3MyAiCiRJBGKAHKwBR8QGBPU6V2t+sXiy4aiMwciaLGmNou2aNQcB6BzKVhdLF2wTQAjOvrarhh3jPRNsn0/EMAETnS9uLtaxYfUwQgXTsoyKrgG0KOdpykMLlxyqgWfnsh+nEJEudcLNQQb6WWcgCEy4EO/EWaa6wZOEr3V5OzbLbLjiruQzjdrRl5aeOX384P/8q1957vCFlaVff+j2yb3zL54+V9N52aaumthIXIJcW80VAbGVQkhGVWOzjglASLWacPjEDMMmhCqOijOoSCowT0WmkpJo4MLAU6k6QISYwg41pgxeBfwlw6XcTEKyYUZhiohNiUXBgajbL7GsZGEKorTg4Lp7U4XcVCIU2f1MHt3XPCS3AuDZkit81Y9XL6guCpqKub0T5zNV1YxRe7qalVxZtrvdMDERm58MI+mYhmAkmijRekF45kTNXqxboBEK75z8RhS8cqo4SCJU9tzZGrb04mRJ+PqApxthO1i7ePjxF9BtN+1drO/2qARrEmSq4O+9775DzxzDpcZAXO8xoYgTtLG8Mlj70mMv3/r+u5e5ttTnvSgr7drfCo/H/dDbM5mY7KbpajFJN7i2TdmFTkdNJsCs1+Xr21vbviMNClaiUbAKnIIwDAbhysrp19Y7Pqg9I0q0hKvpMmBDaMA7G92Nonl0eyCT1DCM1c1AAAKZQ3SmRhWWVPo2hDTqWhz0Zq3iYbV0rlX1yUTJaBZpySGaoGr4CJMVULVY1ymr+kbdv3VKv7NMwT8wrHVmLS+VQSQCkLtqOntqExPsO1MvWfOo5lAusEjBzw/zr8QZB5TbFIVC+K5VKhW2+xpoMpdpAUAm5RlYOWFg9CDHkOmGaRwO4vWN/mYnwa7xHAS1kyrz7dp6//Txta/9v599+F/+xosvHj997vQv/sJ9E+VCucZm3ZkKSSxiqEmFQkOcpgn2DC2J0343RBT3IjNJoSqqvSVKtdX1BIn1jNKolsVlPxgw8HB9ISEyjxHe3EhAKquZflrklAF7uvI4EqlUc1goR6gTodNsuIoGQ4onEYRlGsI63IrqOtGyiMgMwkGPGXDjbqbt91hYNCPQKBMlUXbvmtQfaFLwEkHGm++a/joE54m2zqWseLZLJkssQKrNuz7rX9ruMMvuZqlRcRqz1RumvPt3ucBpap7llHumZJwvFLuXzptFi9cKqUWrTa9kUytNUzLM9pFpvaVNZ38d8aa6XCzOrm7dcOdNR/qovdleqF7vraPAYOB4eZyeOrMqLnSfWe1pcQaWNedbUdVvra9XyOKuujeJU207K1Jc0tBGJJfbYbNsnD994cJyf7AwLxv+kRPrHQPiCLzZ2jpx6Gh0aUWEUiuwSCK1RCjBiFpIp7pvJ4beQbSbpkksLJ5tZzx2PVAjbKpMF5p21W3Ol32i5oAnWXa04lCBVELZyTLEBs0Jf3fT0qUwdLlg45U9dQOiTpOx2VpS0CdMVDUgEBXg+ysOduE4qBHDDBiYqmTSXObL4WqGmmYB2gqEFcOUdhHupTgBSaWp/jHDhIPsXqulMnaTtsiyrTVypMJ6ZZXCg1Jy5MjFx77yrAgBPmk6McunJr6y1SU3T/pYrq12W6t915+FMzz5+LO/8S/eNzdTtqhmimSh7F5YXg/AsQuEYvHk80svPvGyxpws6XYnJsREmW1WjYWKKVLQA0eOXXrya08B7gWhg+YEmq7JtWI5mEM9YJ9EUOfRLz/Fka9JLsol58Dc6nxhRs7YQvHzoC+//cQr4M4S17Y14k+6rVj196jRRCqGVj3wBoIIDrNhtnA1ZwXcHtFABzr5Am0GySinMvKobhIZg41U2WtOkjluDetp3ZuqsIemDG3KBtly1k0L/Z5frA7SmPuOX7GqFBUo8oaavVy0TDitCcRMwSfXmoUDVeufTLEaw4MAvRQGKu0OSNkwntPp6RPraMJfy8R5Ti2XPfjOxUPfOby/cr3PrJcyA4HOdGv9/Ip5aq13dlN0Ol4clxbKe+7cfSlg2AY9yoVppDhCYWL3U32z893nXt0qFVZbAYq42Y+IbZw5s7ESbCFMt7da3e0Bz8SAy9SxEkpErRxPTPoEiMbQJ0ugZ1JbjzMEZ3Z0PQ5TNS0XIateABe7u8FundCnbaITOYnd1p4KIlYKUcpMJbSMB2bsOysQBGkgxS5pfJeDwEkjnSWaiotUUyhS4zggFDVMG6OAIgHCFpQc163tRPYSNRU1SbV2Pzt9ejtJN9tRGrtOr1Zu12k1mrOCkCfJRl878tzhrN1LOqtqQPbqjKYbjwed000X8G5Z5vbK1uDiKawWsyaGXRDV2iDknTAbRMl6J17Z7E7fcPNLr5wybOvmG3elcQcELFXzSeSTz5wkrGwA1TK8shl0ezFgAmUpLWVBN26H2tpA2FKtn9NXFMaQGjSmm6DGE570RWs7aq93pSYdh4E3yDBRKycOUtkNL6yxS9sxiyI1WyHgKytbEWhoUBqtWJ+tNLtTcVUnoCUN47svLj3+7DmnUkIlr2yY7WKhm4jhjGRJLRCXVKcUTgxusS+SCLQNeAJE6mXTM8QgyUiqhtIkcWwQC8QjPHez4T0nggo8akJ6qSBc9EEvaDJSGBQGI17Rsoo+vIf1zW22Nbh1yll0ac0kXR2vLm0IvzFwHatkT1XcziB5eWnw7Fq/Z5rzWvort0/cUyFPPXHyeo8JVQIwsE2hiSy4sBadWDY6a7przty58P779xx+bfPrK12/5vcIffnUWvf4hSgE/SqO8e3u3gNhChqKQbyRhbFqsOMQUrEwYxCwQNim+5Zfd3uRap0J1bQmBOcxJ8uVgv3OSRckJjj8DP42t6lnFny7sbtuz5buLuObirRAMMfaOsmKKJLMSgmgDmMsPIp1YLQk0AwGV+RhjODEVCMquS2IXtV/CMEiaL1eTF49015eaa/2QzrbSHwzXiyvNc2s1xWRtrmeHnn2CPxWIpkWKpSjV9r81UqxmMagoYJMjTnT0liDeEjNdEw1TLME4kOVuz7FqBPL4VK+JF8QDYyyJ+Tp7UDEYavf74lsYq7x0lNnf/mfP+iBG5IxQqQncJbyVsIaamXpYa5ESjnR4StNDSHTwNMNgnQ7yjpJqlMCGFDLXXOpVitMuRYk7a3B2nYAAltTeIEKsnxJKG1YFSAa1Y8D0WOm4lJKTcQJhH5uylGQtFqDTZCqglND9iK0ttSWy11hG7KfptFMMa5XUAae4eUzrRdfWa7Xi2pcvmW0sQnqwFFiVrMYLRaqJCIQknaQTIjeS0HVq9Q1IB4Yo/CgwNMwqiDb42Q9Urojy0Q4SC+udrdAzlOcaWAx4F4xeC94VSfOtU6/8hqdnHfr5Znd9a6mbQexbzkvXNyc3T19YLq8v2pwu/nqS2eu90m9ll3af1u4dm5u1+Rmf9vsrKGtZWZP3nLbvF9x5xMtOnpem2/GBK9earH1TdCJFrzqpAcPFzyx6lOnuNPun97y1DhvTa5GPMbUtNxaCUJzHQQP63trU0UukF33C1Olm6bcX5q1gReSTLQGGdvwVofrberg1tPE0ix4zRlgSrU7IMtxMdH7UiMQ+BngosH2wC/baiYOgnDJ1VWGDh50QyCIk1iyQX8w6A0i9s0nl5587CUwYo6RWsMkdFdMfZ0RE1vKNGQiiAeWD9ER6C9b0waaGjcz0CgEZQGl0mRqzBmmalglUCs1VyN4BqDbAAEkrVSyxm54WRLQ2aj79YJe8nSVZYdB3GlWihdfPoMLxVaCHv3O6XtvngS6ijH+zDPnVjJwTxSek4FQG2NwLkI1LOkgmDHnSxvd00UbwldQboNwGC9pTGCVQA2O6ibZcgxXoBD5qUEKwK1qZLpavDBFqKuh9ViAwAjVQpHwaEg2XE84E2qh741Ubkk4PqFgYLYJ4FfPESAq5bmV3jGL2UEA0vXYmc0TLx4/oRnctcoHFsyaV4x3zVlQUXXOx585vbSe+NUingmd2VpnymwaaoGcom+VatOXVjqDbrjR6rZKKj3f5p7GDUVd1zKK9JOvra2ePq2cbhzYJnWY8h3giL574nzLKphTk9K1bjo4J6hKTHBirb+0HS7axnwZfFDKGNq9OHm9y1EI1vVo8Y59/+yD9371qVdWTqykYTcMnEPnW9Kx5qYKDcdaOrFythN1N7bLmOE0xEmPR72g0932/LJj0cky2u63fYcXbLUOoUWj1oY36E9U7QMlCk66UyAzLlvrZsMMbKRqioYJUksMMrkF/3hoQdhBqG5QQSnE6wSMlAAuswEQtMQAsiRIpdEJTX3Vx8UoTtK01U2OHNv4wucfB0+QAhc0a1m9uD1ZbE+5EMLZhhENEsAXUmO1EE3UulwgFoPE73GOo1SlHpRgwGpoJFdmrJKltTMuiSwU7ExS0WymqcrLhMNev1xLG43JAzPVvY2GWrVPi/rR0YsdkQA7asQzsWfbvrnQ8FFmLGOJBTu0cendD92PPPOvnnlhcqEYc/qZw5sn2ul9t+7TXcMFCgRc9VG8MF0azsO3fNMxmCi4bc+hFAE+2kCJpbIldEyIU3HNok0KDi97iYrQkoTY3Xp9RuUERZGp+7uanYKT1Qo0cyCSVmvUzDWd9gAUAYga7phtTLoGY6qxGUvbyNSYBk3GmQyS7tag0ywITsIgw7aDqaEl8E6yuN2HcO3Jl1dXHOQgYWB9vZNdePWipl0Kig7ZPen35n9lT8HR0VoneeqJo2eOnsGpWnwqnplLp+vn3d4sK2mUwOOwTYOmgMGMbG2eP7ccz5qgmHqRPHr+Al2c57Z7077mVMnQ4BgpTz5/oaSbK9udi71SxQfiTW6+4XoHocAgINGB2epC2T140+7jx1c2L6CsHyxvBC8+d+Y9B6YbFf87/+3v9RtvZk5B9EJhuCTmWrEY6KZlmpmpD0D7+Xa94ni2AM/aNNGleqG9xfpCdc+6upJrpqHbhhZJEanlCFTqIxAwDPEgFimHIEsst6NkZXu71Z+XZe4znIl+Iv/my4cOfftlMFHMQ7awkHiWE+y6qGdqyRWNvXZmKwahJ9Vwbco1KmSq2BVhrHciniiD4BkxhyuvYKnTjmXykiu5UCtxc57MThpC5azXXctenPBMvTxfLyMBAlc18jZqnRCD4ONk0p0sezPVxcXGbXXTk8Iz6NKWGkAK0AaFReuuUfXevb927y6335YLduXEqbXF3Y133DadhumLT6yVXPvQ6a0zEPA1qjXfmHaAntVke2AJQFRfYLibkEtLaj7BDktcPUNJarmoXMCxUoVg/5R6NvasQtHU426agiLNfINLw1GTiA0WYqySL1HgaUHVVGeEfD3k3GRqNrZX9c2igyq+S11Q2EXdNm+4ZA8i8DlGzbeKziXHDqlWQdKOMlRwk+0Q0Bv0I2QZp9Z7XtONtEwgbFQqnCxp2JAZomFy7ML2lOSWlm31gIINNXXL8lQ/SSJdITbCbEPCfYiiSYslN2M04j1+8Zg4ccvJRuHxzS2TslMbJCRGJeP//JbaDTUTLvudE4Ok3ds3V6uWvGNL2wcPVqMQHb+4/u79xetajmJsW/rBm3axLNrf8O5/542Pr65unDvFe+Fkof7Vx0/Z7YEehDqQiK1HjYaj0/QCqEYniaK9uyZLRedMlOmG/b+8e2HOJo6m+O3LiHz18BnBEETng4yHUlglx5Q4SEWvG2301RDxMEg3U/nf/+7oU994IYEjkOwuLqZ1dwH4pWp5jMGLHkSg/0xBTAEhCqhQk7lAOyqNJRQUDdethj8OqB7OV4odSxZsjSLTNhyQyktdS/Ed8nY32aSaiFioe3qaQIgVJVIWDR5A3CJjRohlFAzasMmMqWQS2NPpaf+VhGMCELWdxWZcsO9bsH++YZgU1DhaKciLN86EIQ+gAs0C8qz5EvMQ74eZi/DW0pmP/vo9B+btTqRdvPGOrz16LDWdd+yZblnsvrJ4R8XQpBoU0IhKrZPlwSAr1/yToCcxec/++v90S8klai5vEGTuZjelNjL0lVSuYjxV937xhmKNVgyqUjyi1VYvQIKSASb+QsW06QM1WWAGSF/wIUs3Nl69FKQI9x2LNQquoy94qKFrA85bmrAKuBVhELSWpRtAsAW95pIqR1Wb1W/efeHUGgQZpOgUJ0vEs7NKUdMxILbqmPHxC0aQ8UzoSOuFaVcjiUCJAdF+BR6aAOkAcsY1raqPqr6oFZAEnUUquxrYtaWW4qBl9UMbEc6sc1u9hJig7XfPVW6s602LlIEv5wqvFHScJFE7fGU7Xtlb2lreXFltXedMmEWhWkOnWUEeKce8UjBLExNhHKIs9jWxtbLd2ugwbIh2x9s9nRiBCk/mZ/uDyG6W5qoe6KjXNgKhs6LgtSw2pWBZWtJiG3OIt9JYAO+dv9h9/ruvhVudjV6/t2eXWG9ak65DaESN5YuddAAocjjRfMYGuun5HrN0NFyAk0Ngo4bWYBCj2NLVLGwybHBQswKxWSvwRk1narqPO1FiM7WZhUpj0tWG4ASnLkpWkoF4k7qu5k9NFszbywjMFGlqHcPjB5q9viCU2jUvbJRmfeOhKdy0jBSEq0Sbc74Xp9hgAVGT8LoG9qhqwTeHC5qZaeqmXSR1NR8TVLvJHIajMIFKB1FU9uk7F5smFeAI6o7bjXlGpYVRiUqHgqmpXKlQx30lY5+LLvXSEtG2dJbqQImpr0aiJALLnhQllKz1EvgdCAmAaJenINI9lDqq/QXvKZBLmRoBDmKE6bio85rJ6sqJAITJjTWmR2ZE6LZrmxP+pItvK2kzoEY0M8pkdPv8yeUBqNWs5GoV7866eV9DDQDsRXxls7a62eKanqhRiRbXaalk1xwAW4qx39w/wzd7vpBu1e9paEliGyiOUWtxIjq7yyNY5QxyzKxaiDybuEaRAAZRbbpEywXCnCwFJ6B6i0OB19f7m+c36CS5c2/NVU9GZVrprKw6InKJu7HZPRUkn/3WOX19tV50r/d+Qg4mYnz15Ob++eJc0e2blqw1KhT3B8vZGheDkK4uS5mlaVhsFiUl79xTX1/vbp7bWIuTPoeACrchYCDwchkzpcFRosYk6pJry0ud40ECdnPm+KXVV17DMZgE9YEcOROmy4UQQGJC5agEDwrBAzBMiFDHNDo6U3meCOElj1aLwIGARtCErOgWpkoNBrSnxQnfHiTEswhVXdJawQ49y7DZhIdtKkDP1qR9caGSpJrpmIX5Giu5NxbJzUXiqg4OCSDcX8TrKjWg5CjTLeYRzaZYZcjFahFOsJ6qBTxIuxrrazJV1cPwbrCEZ4BVJjeEVBOmYZq2rZpaEE2zNMuSrX7QnG7qRFpESoYxA7LVM01lD+sbWS8TUq1Mo9qSsQGYVetf89CrOLbXLBWLjBrYoCp9C9ikW3DUOAGictGrFJFErfrkqAT3wjRwpeJuwdsRismHvXx02C0/DIORLLlWxeCR6hZUi1BQDeqj+7pCv03IhB71LK3N1eBdw9crumyYCGAgIVq9paFSsiOjh0lpvjog5H0L+pwN52URx4Pb6o89L9o91UaVWAateB7o/TRV89lq+novrXsOiM/qRAHo/R1VclORgQ/tBfiFGxe//ZyZCWFXSti3sW0kg9je2PAbhbmCISVRoTkHhcB9UzcyfurwhXWJvn569Y7psnn9Z1sTWckkvUz7wvOnS27hwtlWMMjuO7BPos4APGqaCJ6hrQsZ7wvz3bXpKhBLlmQMISLQmfOtXfDwKTM0ZKqeAYoRzzIZRnJrY/vspVbDaLiMair9kAbWolYDS7NeKloCgWoFe499Jyp4tu0iW/cnStZEBRyzAYyj4K2Rsqs5BlBdymjXs2PVS6fVHbAnFefJwJ2chIBLNxxTnyiZM5UHG/juqpozobLCcHbLpNfpiURFkFKoZroESBMNcwfDyX3bDFMUc66BzAbMCz7sswbvgYgal8oQpjrVdbWyJhKZchpqJCqhQSY3utlmT+sP+tuDQboV2rVikQPr98Nu/+x2cMcduxOh6Vz1jGuMFQ0rGUahllkcAFBVCmCVK9iwKPMdzeWSYB9JppOCZVIiqcGAVOFZWYbjGSkcOUURoDDOMl0tez+8n0zAU7Ms0O48Ha75BCKxm8q6BUEZXFWapi7zLvgMyIxwNaINXJ7qdhSadHwzWt3GBGiMRILHallsjUvVH1gxUAPEjGY48LzCyHR1IY2KQQzgaY28s24NJuxOw1+CC9j6HbP2Lofqqn0Lz9276/jZlloLGWJTm6lRvVJOmPBQsavRfXXvSK2xceEckcK0mdRxnydM1+69cWF7pXUitPh0gZi00azvnk2/9vVX26fPl+bnOluDM0Dk+6eudzmaRNn6pRnj5g6zlzfC1aVtvrr9qpQ3H2jesG/6m0//vSPTLImZ4c47bJ2y9e1eAbxtq1/BuHPuwrHXziZ+Edz0S662UQA5kqy2O88+edQII6pbA8EjiVsSccYoZcpVC2EY1AVzwxo3dNosB8ttXdcjtVqTHuq0YPAZi0N4AKa/Pmls15wyYynI3l11s2w/UBN7fXjJaomVBjJWd5cp0zPwyp6eEQlv3KKq/U8bLoRE09gC1Eg5ECrXUqpApJZuGTaLyGGeRKz+B/X3vYGXMgGlp5pkUchxJxCo1ws0FEg8sIw1n6yCQGhvbW71v/HEsScefV6TtuoFmJ3VKr2CFOvd1c5ad12I6cXpzR6wAwIx+cS3jnbbXA26rBTpDTPJnDsrcVGtqynh/Me/e/7ScnfT2US+q692ulPFO42pjhgMBlEQ8BeePfnSkXPMcLhjhFPNQrNwrm5YoNo1qZu024ufevpYkqQRZc7Ne6y6c6Fu+MO1SyGsXd9OLm70bMdMLIyjdCBpyGUGTDNMiQoaHGmhBXetehVxJ2FA/qZUvZ4QQhIsB1HSD+OIIWEZ66GmEuaoIWhao2DbKOWabFoeqXmTFrqxRE3C1BJ3M/768jpHKYTscRgJ11jvR73M9JnyzRASUjULhc4UjAcXXHgJTwxaetEtFV2eaK2NYGuzW6joruMs7qn/X3/6N7FTidoDTkiHYGe6fL0zIWizdttY367FfPnsGr5w0e71LvY7fSkGroummmh1mepmcum1Fx4/uvvnDrajzA8TZ32VR4E+2FR99RHEMr3vvmhcapoyztpBsLHREeVpbJqxTryCi0qFbGJebvdUal/P1i21lFfRJNyku5rO5gRIGlvYZmOxyaveg00QjcxjJJMinHXEvjrE+12EiUUzmVnEArloEoUyA0sR9aLMSQiOYjMLwZ1gtUjSMLMLUYRG1cJsQGVCEEliYQDAgFmAxQE8Wz20utrZbAdtJJPtpE7xy/5UTxdAdL0M/39/89zJw68ibMGF+OxM2izFZ5yNsh73e7phtNv5EB0bixhsEjzLIONBL8mId/zSSu3YMg36DcOKNX3pYicIhqurJB3Ht5/rh/sZ87JYi1Ob6i0IzDb64Vo7M2zUz86sbu339DoTKr1cpkaB9kE9JBlug/Cnp7Y6zzfcsGqrBW81dPrsxvFDJzmzgRxxhDcrlhuEl0qWiVKN6E8/d/abf/c0p17fsu0b5/WKXbh7Ppl2sOAM0ydfOPfVx48b2CYFW9yy2JzwbnSrCw7E+7wfa+2QxqkEl8V73CijViQgTlZjMQR3Cga8ARRodpaBXoGQ21EGi+Dbar3E1XgKFfeCXILIIpBU6ShJM9DKuokNR2Uqrrh7i0zJed1A1cmL3di0XFtFJDROUBqny5e6XFfJ32h7K6s3Ap3GSF7nIISbFxrLtrt1x2ZBoPe6pLelDchmu/zFF05qTqG490Yx6AJfgL4aXGr3NzpHnz8UnDmMCQGD1k1PaUPGIMTpZLTTi1u9JJK0UKtYFc9UcRVwDzIcg2c8TBOQXPMz3t277JJBFBf2IQytD/oqA5qjMm+LYWqS4aIRAmIhlRwKaAyULkmzGAOokEnzpfYkcKtuWaGEqJDCTyKqvh0um6tSOaQSDWJtux2sdaOtTfAXWd+WR82anmVRmPUH/GtfemKjxVW/NrD0IAsMdnYCxCEZgJRkJAzUDHu14iJSY1KQWupWH2Ajoxkorm4Qge7WsGJYjZAEo9Nb7e7Sxd6ABkjnzJPEl2rZXqQkISjeLJJMNQclAeAdAkJigxzVVassN1wtTYcSUwugIhAPW5quoaibpIq0xNCylXUKHSeqa4bBO0sgIjBAKVsYZC9Ss6FLkrQDmRVRnKnxNxBYCVZWYyYw8qIkbKHzS91pLV9gSbTWwu6lgSQybcXMWl1v9Z5EctkUQKuaZn39sUMrq7AB+tip7Z86UfWqd00vOOAIBcjU8ye2LNtUqTE02VPdHFLlYAZh4ulV3Q9CHrXjpdbaIMj6ZeNCqc58rGNUNr2i29iir2EBQYHqJAqEFujmuTCzM01nuLO2aRPp6147zJBtZYJmdilJwj2zNVfH1zkIddu55R17JybtEwO+BlbenIU4g4SdaYI6mrbZ70Posvvd795aXdrot899a9V0i7KzyUWSRIlhuxAoDVfcszckWk+0ATI6YReZnuvYExXrYNOumTRe80WrCr7vWJj0C2bdZRBjqPG8iDQtTNOOZ5V4pCYn9YXWjdXimQlPgcwMjHU1igIZYHkG0+BUKlOmADEDb5EB9pAagdwP4nYCEZE4jY0ZLCxNQoD07JG1L3z2W1mgehyyRtVbnNz2zHMlB6eql45wzoUuNTUWANBmwtmGwVagsk2RGChVDQEYTnaASyEZIa2VJeuIFioFZBiZY2emw90ChHPlZkkrugkjaXkyYWrJS9s2eypfBGUQVNtOGoXg6STUH2AJJ6cQs6rE7xBTcc8RG5FmmKmmFlA0XCeUOOQ8VrcgAEkx04Ex0oyAMMO+18O0G3M6bL9NbVMQ8BcMpVkYpfCsWpnsSM2Top8hZBtwK5iRfipsrnASD5uSdLWGm3BsiOKJGnqq0xJE36DLMYaAABEQIFqp3rywcSklzEx51g2WuXjxYkF6wGbgrJLDzx9LUyps0mzffnzSrWpTJZmGQdjry2eePHry5DrYFDB1PNdEzWIhSu9TednYoZfPLJ06JnnqUhAjIGHiW2YaBc07m8lD3bhSdx7526d+5VfvLUEYwmX54N6zaz1tEAI33zpT6vf5dQ5C29Tfdcvc/Fyjf66tG5sZiVVDBNEni9adN8x99ttHEsPSqsZHPvpBkKif+IM/5BBmDzMXSiKo5TGvKapzqOBoBScru2E/QjoeYFEvOzfUzT0FICdU1GWJav1EIrAYyxpwlexZDUlSk9d1+FtvRxKClihNM96OeSqZELpqU5BGEhCeJttxBL+IbHO1TCcxCpK0l4hTZzp/+7dPbQ40eKu4VuKzVby7OhNVfbUmH+73wefbia6UjA1BJ4Eqq4Up1UJNGZAKytQCEcBVJANgMCpNPdB1iEDUGG+QRqYVWg7TDQ5xZtn3JsrTuxuLqmcF4IqcWiFlhLsm8EBiAPL0aZ9UsX9GDkLQh80ibdic0jATwa5J0+/pFAvb8PdP9WwLT1UYUBvA36T+3pkgVSNQAZmlPRNhwaFVb8jGqfA13k3kRuhjokbeTVXSim/M1lmBGsNZKSJIsoV5iM/VrEa1lk6NTJToVEFEkdAw5SgruAxIXheprYuCu0noynBIgJZpgWmodPSqkQYeMjgAsi5QAbyNAH6m1LXVYDo4Ug0oUj4vBJFvqsAPfGKpXF7bjNJYXHx1+cK6M0PoBMrCQY8SGzslTe9nQs04taASEm1HPMgMCTSOmWoHl9qgH4eJNBE+0PBvbdQjy/zOua3Hvvp81Gq1pAExBXGs296x+8RXXvA9c9dkCWJ3sJPrnQkNXK7ZbkGfmPandlXIRCXWxdarx8L+9mzzlkq6Zei1qenG3HzBkN6vfugX/vL//kvHqTLLQSD9TDctqH5Y6lulkl1seLwCcsp5ng98hxXVqvQAPGyIFKQmB6GZCBPRIFGrTUCYITSApOH61dVWW2Tp6tJWkvCXI3O/WRJpmKXkq988+flHnkbCwiLkC3Oo4tU7M3jOVysvSa3djtIAwhE1Ms4GsIO8hThSQgwlQjQc8SnFsP9DaVyuqyxPbXD1OssgcNFpUq1QYzgC3dQbuxuSEK3splR11gNCsmaDDdTwMWDktOiQkjNfN/ZWaFlXE2S7+2oXz04jw94GkVx0d82Ufu3GRtIL/+bQhVfCTFrE1AEmWQDC0dX6baJ6xuD8hEamLOuiyTi8ZqbWPkLAXSqzuMGIoQ9AjnKwWQQ+I5apqbJwC9DbMULgJoRBAnAdzIR4OdOEBS7ARj21dA3lwHsu7CCaLnTVpGuW4Eanq7qmBr6bk2VcKxqNAqqBbEeYa45ExvyqBe4GKLNZjJrloOwhV6VSp5QUdzXt89tELW4K/sbICs62abR0I4tTeOe0WUk2L6o8NCEQorYdpOWimeoy5rIyVTHPranUBwQj+JyJC51gu+kiISxHl2kQDbonXz7zxHPnPZpAaFpjslkic179D/96C1dnj64Ht980hdMBSNB/du++1YvrkyUv7fSZY17nIDRNo+ABDZDJilOyskCy2+4/uLXQKDnpgV3+wf1TLz995J4P3wfeV8uSf/rwQ1/43JdlJHTTkZRPLOyavuPg6U6EPOvh+xf3FFkUpv2Ib547K9IIPClEaYAFgplhGSD9rV4fNEZrs3ep7We66PXiC2vh49966djhC4ijnmWRA4ubFWMRLRgiAVsKQRVyJBmDwAhcvkqkm2SKzTDR1NqFKgSEIIcTlekkTflKlF2KpcU1YeA+BdO0dFNjFjNKrlPxJGiwiueClI0zlf1momoYfaCyzNRBD4ChC7gk48O5C5rjM83RgSUsW69MVyZ31R+ad24u6g4lBpWbE87aYq2fUtBeaK46X7WmaJYQXtDSyapzTwO/p6aoFzRzeNPkq3rbc82k5PVnAQTxL9blpG0NF36T7YNN1klMg6KCjaerZsl+/xSZtSECUEOZ9zBZT5Qs3xJaVC3Iqn9PHd+r+mAM4CeIxo7sn9gcqAXGwU3oU6XZgnhXFRcYg1h9w2SPzlRa2wMJwto2U4uZFmqYqa0EJ7Ec2lcDDUCBEk0NJaUJUukpgP440oySGgaseqEg8C465VoB+bZed11N9d/M3r7r/HYkgkhzTeGYx0JuVSk8l4RL/4Yp2uq7WwMGlQYXMlHqFdye5xhxpFdKVqXR31hNwjQKQBtn07UCeE8DaUtHL66eOM7u+DmV1TgTP7dYvWHC2a1PfuHSxUnPbGtofbWtaY3rGYTUsCOKuhwbOql67slLG6FulCvO7Yv+XXvL+OF7/tfHvl2tekmUgYTwfeOun//5Z778TWyWdSARgkGlJEEqDLUYs8EDLONBjNI4M9SMFWA81RpxYbnz1HMn+71Bd5DwZrOzsfGkme7ydLXuEkBV8RTOiAvhYUmtZwc0QCRXmaRtx0iBpzDOQPWBItJpG9NNiQdpBOFNj7LEMjQhmKXrVY80imatgMsqdwQQncqKMVWmYaLUta1j26AF2yCiYSHL1TWszVT1lnCUsy+5fqPQMNl7JiFGNYimskhsLRaagPgUZzpjNeAYDiRCeAbhWCZpGg7CQYeYBUYNiNyoaUJwCMDQNdQoetMWmXOVDk+EtsfDfYdpBA1U56NgOHSYVzHpkKbRFNMqWqISYqlBNaAgU5+xCWvYy4BkaCFfLWdmQThGVcIKDlwFVOyi4ZBzQg5UrVUdxDMKXZYZ2qyJF1y9qKtMUJM2enCxsj3ww5QnjRKE3fdU8f1N01J9hnia8NP7GoOBBmGAW3FR2b6nzN5VAfejJmf5uwqrZ+vwruIEHKdhWRDD4zrcosqjIaoVO3GI7hV7pl6frWWuyeCeeSBUcn6jsbv+UnihohEQKBkD60DYIrppsMDT4L6dQpLySE1qxiBKG7b56rmt/+e/fT1z67ZnE0v/hZurdxZVDru1JK77hU4n/O6ry2d7ofYv913PIGwn/K+OXHJtUqyVNmPWasWBHhQL1PVMUHT7dtetMvnSkbO3H9zTdGg3EJfMBjbM6X03rl84q2bkx2mWgWGqHmeV0jNI+gPUbseuz1+7ONhWqeHFi4fOrJ5bkdigWZq2e7JgJZoZSSo4jyBUdxzVqT0ciI1VNlG8HXOm5vGhkNLIMkzMCBiAY5CKn5RctR5oZsGxbJDKiboDL5MRveKBWGW2wQyq2lSZlnnEAdGDFaadiVKhWZwusPdU5KzLTEIiLu/fW98qxVmcpY61ZFBXBzsjDRMHKn20yi5UQkmo66GBEKOqDXm4tEsmVJdYGGTwSc1SNg3VQZLEEYfqJBCNObqlgYdQ/Y5ITVIy4efEVL2UIhCKZbXvLWkv1IgCA0JiA4iZDacVwk/CTH3B1KQ85MK5LB3cgFTLSOAIqemNaniFTNUyT8NVR6FK4KQGUcgjh6pWRgTuTw57Qgtg7ZkKr3sZd6RapxFoHGIEKfnAwns8MtBZSCj3DOYZc7YCMBk2BWslfmuJBpoFSr7vmKJWvHOC3V1FyjlqpMaKK2cr7VBf5rJR802T3DuhTxvWMLmkdoM5VYwCXWNdibo1b7rmHSwZRY1G232MEqDglOHYNGSm/f1TR+/oLTz77ecvvHJU7r27FyYuOAg1yIF3BmnJtzud6Btf+jthVEjxZ91PqIZEaOMyLuPyP67g8SMYl3EZg3BcxmUMwnEZl3EZg3BcxmUMwnEZl3EZg3BcxuUfZaHjR/A2KcePHet2u7Bxw4EDvu+PH8gYhG/H8ux3vvMvfv03Rh/BUg8dObzzgI/863/ztUcfHX38rY9+9Lc++tuw8aef/D//9JOf3Lnn7VOWl5agelDtHIF5uevuu6Ge8P/OIxfnF/KNU+fOvt1ezZV1gzcF7ws2/vKzf3XZjYzL9SNHwWqBPS5D6bV1C1DhD7z/lx753Od2InDkbj7/uc+NDXTMhG/38rVHvwbibWS4l5nyqExPT+XOGDbeVvoTqDuvM7D6e9/3vqnpafj4+dcx+Qe/9/vecP/YTMcgfNuV6enppaWl16nvt18H4bOXfTsqH3z4Yfh7u93FJ/7Df8zB9qGHH/7f//2/G8WBIET/t9/7/VxX/+F/+I9jEI5B+HYswBjwPyBtp/4cbQPpLX2/kANueeRzjwzN/UOARqAgAMAPO/nH//2/y9kVEALR2tcffXQEaTjzh3/zX+1EBZwnl8TwKzh+9PEyXP1AGswrDC7jsiNh+//4L//52Xu/R+wQNOb3u1OHAzjzMBJ+Dnd0ZaB7WeXhjuDeP/ybvzkKRIFm86vDtUZVGj0WCORG5wG6zmv1qf/66dHz/PM/+3M4PidwqP/V3xfUBH4CNRkdP7rf0UWhhh/fcZ5R8D+qyc6XmD95+B/uaPQYRzeys9qX7R+D8K0sI6TBO8il5uhlXGayQ7gu59/mR8Ibukr0mJs+/A92cGXMCX9gKyNrHmHpM3/254/sQD5sw/5vPfnEVYR0vvHQ+953JVZhDxjfSGlfVnZWbEm163wSarvTguFbOGanOB/a+jEwYjgtnBweEeBQeTFNG0Eiv7vRnY6ear7zQ69LCWDp0Z3CJWD72Pc/pSsJf1Tb0fFf/MqXR3t+4Lu4cufoJe781ve9vGng2aGCGL168D75MTe8/qbGDTM/DRDetVOF7qTBN6Jmh82k//A3ggFsTA9f5GeGnj730GC48DciwNwfX1bAtsBM4TA42wgeO5tqr2TCy27ksvLDEJjzGEAOrjUCxmf+7M92OpERAqHOcBgwWH62PAodgX9kr5fp+Z3bX/8HZ/He/DmPEAh3mt/v8auCEL4FnwVHjtzEyHO96dasnb44J8ahX3v0Sh83+nbMhD8VJtzxSn57ZDRg0+Ayf6Sa3anfwLWPSAPsNfem7x3aHJgLmE6+B66YN8T/QJsDPOSyBw6DA3KDOH7s+A+L6EZXfBNdglClPMSFa8Htj8Lj/JmA+xghcCQg4atfef8v5QI+PxKsM4cuPLr8bFdo+9/euTO/ETj5CIH5M8wvmvcA/cACTyaH3/DJHH/ke/rl2Z+k3+I//Zf/DHWGuuV9qrk0BeeYKxS4/fz5gz+9ii8bM+FbEBbmlJVbyY/FhFeEi//g2kc/h5cHRpZjMn+pVwkjR0TxI0nsLSkP7QD2ldp7RAg7HQ1YKkSzO1liNCQgf3SjoQI7n2ouWUcI3OmAdjLMe3fc+9WfzJW1fRMFaj7yQfk5Rzy/PKztiNsfukbatK7hfsKdZHiVgPDqSilvn8jt7LLmDTgnkOT99953+y0HQcXtlHxXlh+X0EbHL39/Q+5OzfnmrjXCyWW+YPRxdEAOLYDZkLq/p99GWIXbH+F5BLNRG9XO53x1p/OWj/650s/+qx113qmlrwkteq2D8K5R49uboME8dhqZ0WVtaMCQ8O0jwza9HN4feks7OXZ0bz77Aw/4wPt/CfA/6sb46TDqey/zYiOSySs2qtvbilKuRPWoerkruba06PXDhFdv5PiBZWdHOcQYO19t3tkwCsAOHTn8rSefeGtbunc2J1xJesC6UAfA/9Xp94c1O/1ALh19HB3w3h22O2o9hueQ2+6ICfOdVyHwq5D2zwyW+b1AhUdDHR66dvpXr2EQjsLCqwiVH1YAYyPoArouc5mjAGnYMfibueW9taYGlR/1l/zbf/1vdjb2APBGLgDo98eVc6OHcFkr7ujjTleV2+5lXmxnl89lId+Vjk97i0YL7ny8V2lV/mFlVMmRLLpWtKh2rU9l2om6Nx4QgrMcMUxu5bkey//yPujLdBrs/LevN+6/VeVT//XT+YXg5CA+4Q8EcC5BRw7+R/aDX1lGQd2ffvKT+W0CziG4vVJwXtmmkj/Py3bubOAdfTXyYvD/1Zus3qAsB9r//OsdvyMgvYnGqlH4cK1o0esAhHe9CRrcSRGPDGO/nX9gUvD+RmeDPYvzC4AQgMqIeK/eM/bGRdTOHvm892xph2jMO9bfhFn/p9eVM9wLVP72Ww7mLcC58P6BtqvtaC/d+SRh507XBgAeEXj+ZOD/n6TNE644utwf/N7v5yd8c+fZGbSPPNEYhD9TJvyxAsI3QlOX0SzsuayV/y1pnvniV74MwPj+G7kbAtH//pUvv2lf/sHhsIHLfg42+sUrzrkTA9/PeO/7Ya4NnsNOc4cDRiPL3pJHnQ8w+EnamS67l7d/Gecd/RGBSj7i8RrSNlfWX/spTBTOz/zj9gldpeRx+E9yQogk8/FAuWu7hl7TeGb9j2g+eauM7Dqr/1t+5p/czX3+9SjjGmqSGYNwXK6HAgR4/Njx0VDBa06LjkE4Ltd86alJW/8wcvW3PvrRa068jEE4Ltd2uevuu19PmzD9wYc/dC3msxk3zIzLuIyZ8LouJ0+evHKnZVkzMzNv8AwXL160bbtSqbyRg4MgWFpa2rt371XqA4wBJxy/mjEI/7GUP/qjP7pyJ4DkYx/72Bs8w1//9V/v27fvl3/5l9/IwYBAuOKnP/3pq9QHLn0VlI7LWI5ez2h841h6S344LmMmHJcfITK/8Y1vtFot0Jkf+MAHRmrzmWeeefrpp2Hj1ltvffDBB0fHf+lLXzpx4gQc9mu/9mu5mIQ9Bw8ezE8CKH3ggQdgP2zDGXLEgjR97LHH4Few/13vehecMP8VbMN54FvYhmrAzst+DqeFr+CAe+65Bw4ev6yfdhmvRfE/JlD8xCc+kVs/2D1sw/+58oQyMywAA9jOjwekAZbg4MOHD3/qU5/Kd37xi1/84z/+Y0AOHAzbgDfYCeeB7fwA+BbwDL+CEBR+9dJLL+W/yq8F38Ie+BZ+Duff+XM4GHbCmT/zmc/8wJh2XMZMeM0XQBcQWk50wFpg6wAD2ID/P/KRj+SUBWFbDhtt2Piex5BqCOvrIIQCZxjJVEDpTskKvwWW+5M/+ZOcNqvVao69vOQMDNfKGRiO2fnzD3/4w3nQCN4BQDgOIMcgvD61KJQR0eWQywd55gjMN0bbwFf5xmWtmiN4XNnambeRjvZfFlLmshaACmiEmlyGtNE2UOj4ZY1BeN0WwMDOXgow9zAMf2ZXzzUwQBGoFRAOGzt5clzGMeH1XwB+OfnkJWekfLLiSILCnt/5nd9509iAs8ElgiAYtffkUejoIwDv4x//OChPIMkxAsdM+I+ugN1DaJf3PUAwBmgB5QnSEWK8v/iLv4CPsA3xIQDpDfbRX1nghAB1AN4999wDUISzfeADH9gpR0GFQiwKsWLuAt70hcZlDMJrif1Ghg4I+djHPvb000/nvQ6j3vNco+ZdFADIBx544LIfgmodBWywMYrZ4IBc3O484Hd/93fzLoq8rSXvbMh/lW/DhQB+sA07IUAFrO78+WWXHpefXhl31o/LuIxjwnEZlzEIx2VcxmUMwnEZlzEIx2VcxmUMwnEZlzEIx2VcxmUMwnEZlzEIx2VcxmUMwnEZlzEIx2VcxuVnWP5/AQYAx9S2COwDY/oAAAAASUVORK5CYII=\" data-filename=\"mizan.png\" style=\"width: 300px;\"><img src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAASwAAAEsCAIAAAD2HxkiAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAA2PRJREFUeNrsvfmzbelZHvaNa9rDme658+25Wy21hhaSsALGhUlMubAMjl12quJKpVL+I1JJlVOk8oOTylCVykDAJqkkhGCDEAIhNAAiwoBa3WohQD2ppR7v7Xv7DmfYw5q+Ie/zfmufeyEkqTi3r1qwPl2dPmfvtdde+5zvWc87Pq+MMYpxjWtc372lxl/BuMY1gnBc4xpBOK5xjWsE4bjGNYJwXOMa1wjCcY1rBOG4xjWuEYTjGtcIwnGNa1wjCMc1rhGE4xrXuEYQjmtcIwjHNa5xjSAc17hGEI5rXOMaQTiucY0gHNe4xjWCcFzjGkE4rnGNawThuMY1gnBc4xrXCMJxjesv5DLjr+B7d3VdR1+zLPszj/d9H2M0xvZ9p6Q01kopx1/XCMJx3YUVQrj61ltKqfV6VVWTz//GZ5VWP/aJv9217a1btwh1VVXu7Z368u/8zuU339g/c+btq1fzPP/4X/2rW1tbbdPu7u2VZUnnkbzG3+e7ZMlR/PfdvLz3BDxisyDEwa2b1mb/7Kd/6sb168eLo8zaK1cuO+8++IEnu669fPlNKeRsNvvQhz/80gsvvvjC8/RK5kN98dKlD3zwyatXr77n8cfPnDk3mU7yvLhw4eJsPi+KYkTjCMJx/TlG5muvvXr+3PmrV6+99OLzN2/emE5nRGhf/vLvfOiDT7519a3f+5df7tq6bRrCTwjeGquNIcuT/pKEWGvtfGtruVis12s6gEBIf2WlTV4UdIDR+oEHH1osFkSJZ8+e+4l/8+8+/t73jTgcQTiuYdHfIsRwdHD0k//4H+/u7b7w/AtvvXWFXLwJremk73rnwvbO9tHRgXO9EqpuGk32qJKWvb62bYk56avNsqosCWmMLnrWrNZr5wMhkKEYtFZ1XdPbPfmhj/77/8F/uH/mNHEjnWT8E4wg/Mtrc3rn6Muzzz57/fr1mzdu/PzP/dyVK28SiW1tb0kRhRRVVZG1qZR2voeJ6n1ZlFprghl9PTw8pJcTWzrnlqsVfaWXkL0KboyhyIsUqlnXtTVGDLQX6Wx5VvzYj33i9OnTDz/y6F/76z9CcB3/HGNg5i/dIsA88/Qzf/js14i0Pve5z125fJkAs1wuYVpGX9drpRQf5ompyIUDWp0z1pK1SWikZ0usiphtuVzRkQrcGOkkjUfslNgzBkFH0OsIk/QSwm3kZYxyff/FL36+yMudnd3JbPqx7/8rBOnxjzKC8C+R8UmwefaZp3/6p/6Hb730EgGEHiRjMopI5mfXNUATQYrpjpDng6dvyM6sQ1gtV0ZnxJEdga3piBizLCNaI8g1NcCpNQxUxwhs205KhedtRk+Rz2mMJe+RSFRE6Xp/1Bz2ffu//S//s9Hm4UcfJVuXzry7tzcCcjRH/8IuoimCzRtvvPGrn/707/3L33vj9deXy0WMjmCTUFcUxGwrMjrzAsghk5KszWS4EtjogL53RhKiHP316CUdVkvQQgZCidVqnaxT8v06eJI4c1WV9OemlwDnMSaCtSYjA9WHPs+zsswffuThBx54kC5vXXd/6xM//gM/9ENmxOHIhH8h11ef+srv/e7vvvba688883TXtmR3Mt0pMkElJ/GQllBAWlN3WpHlWcP3M5pobblYMdgKTcakpwcCcaq2SnnpQr9Y9bBIQaFkwXYE5ywzITiC6HLpCZPGmKKA60hvAZ6MgTiSvmm7xoXyhRdfePPyG+QZ9p379rdfmk4n3/fRj41/r5EJ/6Ktpm3/i//0n/zyJz9JXhzhJwUwCTTG6JQpIJx0HWBDfxpCZlVV9D0cRA9zlFw7FMEYk+eEPEWslbixIau0I7NT0lf6k2aZpZdrQ0wHyxOBGQInzFpwKb3c82K0K+JMOrjrO4IfUWJVFVbhqs5deOA/+o//k4uX7h8DNu/o0j/5kz85/hbuzfLOrVarL/3mb/7iv/gFsj+JiojuCIecVCeM9SmGOZ1OCUhNA+AR5IjV6JtEXCenYlx1KcRCr0rQTfyWXMETt5Met9YCb4ReRZ5hRsfTj4Rbxcvz4/QjX0VkDEe+rFg3zdeefoZ4dT7fKsqKXjH+EUcm/B5etLmf+epXf+VTn/raM0/funXDI1ZJVqjl9AShUTKEgA3iJWbC7sQJJJAkeCTkEDzINCVU4iZqTGQ2I6h5xl5A/sKnrD0teknJOUPCP33PIZ+OmJcAOoAzBH7HLstygh7xIb1JgTBOHpHk10Vevv/9T/zYJ37ih3/kX1dqTOuPPuH35nrj9dc/9clf/MOvf/2b3/zmul47xwXWmn75RFxIFTBfmRQyYVsxcSPRoE5hlQS/VAHTdT0hJxFdz1gFjzEHJn8yWZuBF8dgl4kt4WQ2Dd6CrVZ4j8yE7BzibpznBd0K4CLK2IU2R/o+1v3ymaeeEiH+lY9/vCjLMWQ6mqPfY4uMxtdfffXzn/+NT//KL1+5coW8Ow0Wor0tXMIJ+2aEgKIoEsxgLjKi+HEUmqW0XgJeYkWCGWIq5ETSP7iOMuEtGbTp+2TjJDTS4xx6HTKE6RhahCggkPGcujHSU46fQqoyhjLPe9cuF4vcZsSo09k8VYGPazRHvwdW2zS//Ztf/NVP/8oLLzzfu14iQ+CJgmjfkwVIez0Vmp34b5rxRg8GL6SSDFTHjpxt247jNESJhn7kiA4S/ZyuGHy8hKsNHwJZlqMyJ1DkYyLXyihO9EsCXkI7fWVzVDLZmrZ32qjcaGLJ7dksRMJ2mM22H3vPez/8kY/9g3/7H9ItY/z7jubo98IdTqm3rmLBpGQEJiRwWq9LnKN5JZuQVwpbRhkIhoiXeAeAEVrIkmRTMDIZEthEsgwJaSkkk2g1JQAZTiKBk31OlZ7l227gYyKnDX2i34FFEUHFj4pjMPQI8Xa9bqbzig45PDz81ovPHx0d7+7tve+J91+8dCnL8/Gv/P9/jfGud2rRtn7rypXnn3vu+HixWq0bXnVdJ+pLLh/HLId/3AMRCavBs+XJZZ90WI60HpiKfEjCDodweiKrlFoQ3NSbCG3oEkSpKf3jU4XBNGWiy5Idmt49fU3gPLkejrqErm+jIHAKumDPr3d98I4MY7tYLm7cuPrz/+v/9D/+zE899ZXfvzNgO66RCd9di3bnC88997P/7Ge+8Y0/Ojo8PHHDku2HAmzuElRKJ6dQADCBoAMnbOMfbOqzkUEgG5XQ6H1PwOMkRJ/6jxKciAzZGwSP8QtVYrw7nA6RcvQJkNZmqE1juiRwbkI4xJBmACQZukhdGrHxHznLSIj1XdsedN1z9erw+Kgoyg9/5KM4bFwjCN9Vi/bzb37hC//7z//8d779MsrJUA4aRI+2Bno2xSdhELIhyq6dTxEXLmcLyVBMIGTGQ9NgYrlUw03fEKPSs+v1mmDUk4eZZfS9NgilpFBqSj80bWuwRDJoU/sSyDOnazH0LUGRTpi8yrRyhGFc8lc1u4j0EnrhZDJJF7Axa8Ubr77yuc/82v7p0/c/8ODYkTiao+8uK/SV73z7t774xddefZX2a12vEZkkZHKnXypq0egnkp7z73e2NSAs6RNZAYYJcsxanoOgoSxLeoTgVFVVyu/BlSTPjZOB08nEZtlsNkvHEGySybqzs0PHo9WiqhDmyXNrDD27s7OdMEmPJ/cyBYcM3x1SeUAyOFMBQNd3XY9K1MAe7Hq1+pM//sbnPvOZQ6b68U8/MuG7ZR0dHf33/+1/80ff+DrqMbuO0wxk6Q3ZdoJESs1tXDW1MReH7EJy0mD48ffEYk1b28wEBDDBovP5PFmPKVeR7NvlckmPF3l+eHREYKM3QotTVRHs0cgLn9GSTcsVcB3hmB5J6k9bW9sEYnotEelJHJWsZKOQKUnV2/RIWZXkYRIy665uGfMKSPRR3vqDP/i9yWz6Y5/4ib1Te+Nff2TC7/6iTf+F3/js01/9CqFFYR8Tc3TJmEzsRBuXtntdN6nUs2NyuTMBmGKVyEDwCeEBotfB0MsDe5LHx8cpPZCioMkOTEHOoixSgqHgpbnVkJ6ld+SYJ0rbCqbBJPOEvkSk/nGnIIol4qW3O/maPNuOa1PbpkVrBVm/eEN0ZtAnIBJfLJevvPKdX//Mr7304vPpU4xrBOF3c9Xr9a/+yqc+/alfOn3qFHlyXdulOhWCR6p6Sds6hUCGZDpTmeQ8etr6Ugx+V6rJTmmJVOSJ1iSliPTI/EPvICf3U3oj9QE7TmaAwVDUFlarFVFfMinBnHRm8hUJiBt+E4xDOsnBwUGSt0heqGbvNBWappMLTlfQ4qLzwX1FYU3b0iOvvfLKL/3zXyAH+HZMaVz/X9ZYMXPXXMFnv/a1n/2nP3P97Svk2IHumial6ZKzl3az25R3DkkCMEtCFxiMiCvZmci/MacRtOilMFY5v5+IjizezGYJ1SniiohOCAmWCVf0RgTgJHihkOtbW22qoiCQ447A1qbkoA4LKK7NhmzpWWLU1XqNuhwFhAO0ESzKVEycWVqDXAUXDCiGYvPW5dfffOPy9s7O+QsXN4nKcY0+4b21Qn/9137ts7/+q1evvXV8tOj7W4krTsItyeXDhgYPgeKSIcn59L5pUs0a/Rjn27P1amXyjDxKemVV5oRDwfnAhkOUQDLx3mIBg5NIUkoit05pOpgehMfIaE9vmnCYQp3rtuk46tO5XgV4nqgIZ1rriMYXi+rUXlaWZGGGtisz23bEa6Eo8z56Y7OmbcCiXooelQSTLCcL1WTaM6Gvm+bpp5+yNjtz9txDDz88BktHc/Rerxeef/4Xfv7nvv3yy0QpZIOGTXwlmYINU2LKQxCNbG1tZVmesn9k7xXstqUCGsF9TWRDIkfP1imt3d1dAhW5YXQSsv3otCn0kvINSWdtMqkIdCn6elJlyrHZOpWkpT6JFMU5gWgicLrC5AE2dZNKZMhnTbboUPUWBxm4FDsNXHmXIrr00VLXf+Le55//5mc+/anrb789BktHEN7T1TTtc9/8E9qUbIE2XJ8d2eQbBJo2IVDsYtrTi8WCgy9IpgOfZP5xoIXOk054EsVBSqGq6Jv9/X1CEUs5LRuWG035+tTclGiHcRgSMhNWDQdgEgOnHEN6Nnl3qf2XQ7WDrAY3MTb0jpz6J7NZpl5EdhIVXVJqvJCDrwivlazT5O6mmjlyVn/nS1/6r/+r//z5b34zjP7haI7eu9+gNadPn6ZtfXx8RN9vb28Tc6yWq361YodNpC1Ou5k2cYq4JBoRXOmS6CVt8aZtq7IkzBwfHZ3a3S0ZnKnHgnN6vuEoJb9EpZ7DxJaErjtdxFQFflLIcsJLy+WKzkM2LaElIZ8wVFWTRNeJ3+hxuoaj1QLoJUe0LLoWmRXH70VUT0xOH5PzE0K2bd3W2qBCB7UBTfP6668dHh0QRP/O3/17H3zywwTpcYeMTPjOM2Fd/+HXv/6tl7+FCCd5SuiBgCGa3L90DO37U6dOpTBJiqDs7Ozs7e1V0wmYx5jpBN9E9tPIoCUmvXb1ajImCW+pGReqhFy2wieJKZ++Wq04wVCm/qYUgCWmSgS1ORjWKVdy98TD9D0BSXAzftyEOsUm50EnpB+rvIy900KVJlM+GoJbPTAw6DQMfU/b8/msnITOE+1JJkZyI+lm9NRXfv+//M/+ydNf+YNxe4xM+I5HRC9fvvwbv/6ZX/7lX+qZKE4o5YTl6KviZnmil55z4tDnXS5T/x77WyJVqBCQkkRF5JgqQevatWvT6ZTQyxIvcXdnh9BLJEZASvZkcv/oQZacyVOQ07F9S++byDClHxMmOUgDx5Lei83R3khBHmHCIUeJQrJd6QDNgVY2aLv0uZD5EPHw+EiChzstVfShKhDRbVHi7SMbq3Skcwf0Lj/7T3/64Ucfu3jp0rhV/p/XmKL4V19d2/7iL/zCJz/5ycPDg2RzJncLgQquU0l5vLSDaacSSBJEU8AG33hIWpBZl0QQQYnVZDadprQ7Z+FoQ5PFSEQHs3ZreysVo52kOriydAixpCrQFBBKzfUp+38SjElpwKGIPEVK2zb15nMSJfhNhzEBzPWo4c6MrZuawEVXjo8WkaWgH1Ff6lCIXhSl0XzOGKBLTO9iTEDteDw4OCiK/In3f/D/OrxtXCMT3p1Fe+7g8LCp1wJaFUNb4O0svFI7u7uL42MOWvZ1fT1FOLgpPopNjiIdTwcTq/jetaIxk8nu7u6pvT1ivBs3bx4dHdEZCGBkQya3jdxOeiOyGxMfJwglE3SjRtOmwExyDokV0ceEwlQkMPO8SB0VaLYwpmdPNTE7V6giL1/LWuOuogJ393OtTIoa4Qv5gahiQ9eHWC4WRNdFlkuvQt95fhdFn0vKpmu+9Ftf/PG/8/foxjHulhGE78iq1+uDm9e7tkZ+XOsGiTif2t/Jw2rBfj59ZfcwS0QEqdDeo3VJQkYC7X+sZo8OQJ4dsVosvOvIS8yNPrW1lWtLbme7XB80HeGnmlb1ak00lWxUrt/mtoe+J7fSk4koo9Wa6KttHe3+PLN903I+0OTaiN7Vy2PlqpzbLDKr6Wo9t24org7tBdQuJDdQ0D2DPpOIXqSkCxMraupwPN2D6F9Nriy9PXFhobK+61nDURJdNn2TZfbym1d+50u/9Q//nX93zOCPIHwHaNC5rz71lZdefCG1JiUfzLtea6u5851M0fVqnaqxUZAJnfpccBl3SJIWtFmtzLKC2/bgj7Vd7SNcsuXNFXEsEVie5VVRzCcT+hG5wq49utUSk9Fh67YF73HfoJZQR1wve21Qz2YsytM617dNbbmJyXdt5MrsWVnkVnW9Q9xFopeYPMIiM57J0FijPMBmtIyeEEVuYSCOFow9FwjgaBdOv4EgiYF907WqVkWZpZRE4HfhSiDY2I2Un/31z3z8B37w0UcfG/fMCMK7vK6/fe2LX/jC1avXUlcuAWk6m906PIDuIMctiUO4KHSoxiSKI0ai74kQo/EGDb3ENdJmsBXTtBZy5dbruockocVgUMK0I6DAnbO5iSqg2jvG4/WxQp0nyyX2XnF1tk6y28RSveO5MY4ctaBhT7rYwqlrMUamKCyZikVm6ZoCYST2hDuD3sLYITYTykwl25QgZ4VXwtGRRJEsIIV2RTaewdn0hgQ2cnBlU9MLweisXBVTPTqB31q6Q33rWy9//nOfe/DBh8be3xGEd3PRVvvaM1/7zssvw4rjXDwR3dm9PW3t6niZlAsjV4ZGFLJ0AAML3CPuaeQ0M1ZISGgbopaYadVHApjLjCnnMyTceox/gaCo76TJELd0PYEqK4uAujNdd2QMBmMzxY4fGuRzSy8HxZFlyj1Tgp7rZd92xF3k4FUW2fzQt4UGYZXaVpMqOnpWsAobXQc4EAJTUtWEdtocSnsulyEswtcMWtiMjM+e6M4o1NKwDxk4SUhX3OOiNyXpQ9xIIYXz7NfJLDfT6bhzRhDetUVb6tVXX53Ptwkct27eLPOC9v3BrVt92/YIRXaRQ4idA1+Q88ZDkUyZ60lpS2tyJTMlC6N719LWrSra0PmqRrgVEyl0nGf0vCRvj762jgXSInGdDEr0nQtGTU2FAjnfE0SNtqGvyTuk95gUJbooFLFmS1w2z43MKt80JZg15iaj/5KliTCQ82WZZ7pkuxLpREIfJwyJCeUagRWCphZ57KNvg1+5HjcL4nxAEsLDWpGna513XNUmfO/JyaUbAd1oUoWChGhqb2V88/XXvvTbv/2jf/NvjmHSEYR3bRVl+e/9o3/013/kR372p/47x4LWi/UKZSs8VQIZPA42kh1KjqASviTYEOZElwdXBrtTTSfku1ktDdmNHVlwdKCb5MvlqutaNi3Js7R9i+LsnO1VxIHqhpiqbtYL8sOi2CoqsjAX69ooUc0nGqEUhF69JpCiAYK4q6tXKAAtRKXd1mwyKXNCKRmsEtamR45BijwvWXlRlQRgByZb1/U8L6E05YjntRMobLu1WHgpnDDrRh6tG09vZ7I+knsJXgUfcmIGb4uQL0LH6GDkDoxVvXrqK1+hX9cIwhGEd21xzfRkaz4/c+ZM6PvvvPpqmvuHmWQ8q0xJk5IE5FMR+goTbWy2C3Vqmm1V5emteWFNmenOEVki0df3wdo8zjLiFOeQ1gN4zJy+Ix4lm7asSmNmhJp1vV7W3Y1l2zjRV2ZZyMVqpfp+VlQEUY+hLhov6BtyO89sV+T95drvlroqCPZ2Mq2I8ZLyGl3h8WpVcWcG4TA1EjdtHyYzF/A//PPRw+bWU1NIY1ovj5eylOGo7VvfKlPSp3WpttsYibocIySn8nUSByCroV0u6PaylGOAdATh3V2XL1/+7Gc+88LzL7RNTdSxWBw3POQsCpiRtPWzDP0NVZ5Pc1PoQCbnbqku7FTzPJ/l0ipfGaWqovcQ5PUOm5hohFVGVes85mNz0jwvNZ2ZxdGiyQsRcyLAU6vu5tFq3XZ+a7ZucgfFRCTfAyKffVlkO6fP0N7fnpZVYbem2f5sQpyMGYbQuVDWgpG8c2SR0oN0VAwlvR3ZlnVDFnKs6yAyGR0U1o6Wx1KH2e6E/MVl3WfeWFXmrb226I7XyyDJvYVXqXV2p2L/ZsAwKuxWq+Wr3/nOH//RNz72/R8fp1mMILx7vziUSrpbRwer5XHddm3fOyT5ENLkUjXEa8ost/RIs7CF3MqyB/f3zmxVNrrcBBZEk3AUBTiTBXdVih8qOFuJEsnQFcqi1DNF/CP6hsTWRO3N4/m9naPF6ubRcp0pL1LTbeRwZSytnk3y6ZktTwCbku1baoOkRTWd9m2XNIVZBTwjmssMCtN4ILCm9yTqJMxnBd1DMi6vE6JEr7DRKDTNhMwj+Zbk+9ngpSfrGJU4BiFYAXcTdTNdQzCkc6aRb3lG9ri/8ubrTz/11Ec+9v1KjKMsRhDepXX6zJknP/x9X3v6q027bo4XHcuJEoAEsRmn3ck9ItdLRVcasZObB0/vnCZHECmBSPBTOhpLTmOKJeoo4EASg2jkDogsNOE5ixmPhYgWQ0DJS8wkZymadW/J7Mt1brenVVkjQsPZC/LKjA4S/lmmxd7ObHt+sesaqdAbAQHTKJCrhNkaDHxGLzVRYqqniQSkPBs68QWXsE2qynH2BQHRgOk0k9wanE2oRdN0xsvyqPFr55GFJCczGhYxTpPbkkKxEbiboCFyZ2dHjc2+Iwjv4qIt+8p3vn3lyuWjw+M1j/tU4MaYGocg4EnACf3UhvOz8oEz22d2ylyLHGl0hFv4KMLC0MvHVpzkuAaS7yG6YSwEGY7a5hZDy7C5vcuMymZZ8AKV3sFbI+ai6KPk4ArKaADYVH7mMY5ma2ueFxlmwQhWTXQof3Fo1ejI+eQ8ioBW96D3HdmvI4jb1Ly7oa2oU6kdwZjMTBO3StOGPObW+RWxH9FmF9SqRbVNmq1huS6c04aevi/L8tz5c2PdzAjCu7k4t+6m09nBwS2DvILpXZJvEoYHmJF7l8uwVxYXtorzW5PSkCNlOFuB3HpK7nErmeQyb4Kl4srTwO0XyHAQH1pbwN3iRDzrYKMaB0XbmKyNSreWHMSA+TEV2bkhWbmgTUA4Au3G4tVESXD4vFMxkAcnMBWY2BSVAFwLPtSyDqr4cRgak1nr6REyrll8FPzWCZURcSubk2fZy1XjW9SgHtatDETDCvMsoNORBm9EIllQJ48Zvvzmm3SlPBd1XCMI78aiPXr6zNkyz7emM/TXQsM3aDLjYiCqy4Ob5/LCVnVxbs9vZfOcTFBBrKUQMwwMPDmo7KLgRQ3TP1OmW0lyFelZtAaRS5jbIa4YNqNeeHhv38P1Kqqcq6qR9+NhEoT/PLFQksnHjQHZiI6+RYUL/T8SElCApqXqZU5oVMpz21IvXEcYF1yeFlg7ja5M0iM6CTHSS/ok41/I2BqxbZUjricTgAzlumvJymX3kT7mGnZ0UJwx1Eag7TeMqhcjCO8yE8ab168fHhxoEBviFrTNet8rEW30E6t3C7s/LcgKnVZkhCqL4Cf5foJ7dLW8Y3FKI1EiBxUjTkh8hcAJ92qoIFjNXp28NQjT2CEOyfoZTvuNv8X6TyJVrUSf1NqAVAVrUiSzlNMRQRp0cqQ5h+TIBiEtV/kQc6E+7UTaFDV0PNkCZajcKkUEWmSa7N9V0+WKXFBZZpYwp5xo2DuVPIOR55xij5HlfHBwMKJwBOHdXLSJyRGy2tw6uk7m6LSauB4dRMQjMyN3c3l2Xl04tT0vZE5w4cRAiqny3DEpT6R7GYQMDbQfqlQCiuShQK8QGX1GDe1OPJNlUKwBnhNXgWAIN0qkSWk8UCZ4Pj9qrdk2HIrm0pUHkZqneJghvQvX42iB7LvkXgoixVSkMwjFsWSGkqyTT84elwXQSegO4XMxLfKqj6ueXEOnPJniBrU+hD1c5zBvWPLnu3Tp0lg+OoLwrpqjWj/48ENlUSrOhvWuxUwIqawU25Pi/Dx/6Nz+7qw0cZ0VOSOLTVDuqVVJ7XBj1gI2KmlpMwcihWBFmkcxeIw6ERzPDmQOQx8GMIRZn1xgJhJfhdQTCOiQGZmID+4h91vceQfB356jJiIObREoAtWMVgFLGG0TRIYMcjGIX0QiVRSOErHLrEV5Dd0alIa9GQ2K3NCcHznjgmHDfK9JhaTo6x/nio4gvMtMKOWp/dOnzpy+euVN2rxSdEVuyVArjDx9an56ZqaF1DLk+UTnWdd3ZZaxlYhdm7pnufVPovwZliLnJZRgxBEtkWtnlUEqIwgruOMC4RwetE3QM8AImHIDXLUZj82eGyfEEbvBKxjV3ITUY/paAgXuAx7xnZ6hA7M1ggyTHjG5cZCGk6zkLTfpdTrCByZXwRPbyDxWLrO0hxxX3uV0tI6uyol4ZRdMn0KucJNFs24Pj47GbTOC8C4vrlNbkauWBXQJdRCVsDuFrYSboGVJFIUuMkPb0GYo5kobfOPXYX+yZZl8upBEt7iHgeBoBAaaGZAikhdk5IY/90aQhquh75ZPNEAoxWRAjgJhFaE8B0VS1CeR7SADJYJC3CZqQ56sZEEoQk2/YTB5olUF0tvIGCbpAGuEtaKIOuN2ZZSB20yJNo3tRh6SPESv+NpkWU729saJMSMI7/YqyBiFzBkZYK3NS+eSyIUobJhUtiRG0CACxZ4dIQHSuqiGAdi48c4T3OBisSnKVp0USb2Ji28SzOQGb3HIIrC7F2TcwDJupsdsjMbbEE25h9RXhXdAHY/kSaB8ttQUqAVMVxlAtgTXiJyg8MPUp3Sek2Ev6fzJVQQIjexdpNsNIZlOVeSlbHXfNRgyij591NBFHgA8nU7PnD077pkRhHf7d6cNRho5JAYw4Uhbxd24ldUFkgRJP0Yg18dcxw5bRDBExAGEyBUIxGUU810KmqacBXfqghP50aE1Q0LZSaaKAHmnj7dp4vtTJSm39XelSBEgFtDgZv/0KItWCC5rgetHpim66iMnF1LEKBm4KX+I1w+lBThJpCvr6WJzY0vbmiidFGWex9CrACVvpCQlfFd2FV27UTce1wjCuxibUbt7e7P5/OjG9czILvoqN1WWQoAxjTcrsgxSETwPhmEEKzRlCZKdySk0TXvVs/2oiRkVBDJ4TLbUQ6pec14fmz9NdGJQ6pRYVwPhbQxRPgJXwMrDcWBUNbAfcKUGZCHr7i37ppBJo8sUg2eZ8HlieW54FcJUMj3theuitToPdjaJs6ZaK3nkZFbkbbMkl1Yo2/sOvfmZIhth79SpS/fdN+6ZP38jjb+Cf+W1s7v3yGOPRfg/YDiEYVCZ4osiw2x3zHXQQ4FIGljPdTasLBgSbJLpGf1mq8c/4/INeXzYuPJ23SUqsFNuUaU04fBNOnJTAsBma3rujh/vODmXpyl9cpI7SXSTwJQpS3HiRKZvNqYpl8ryCQiNZYFO5K6t6XGLMhnyanVZ5ny1yXcdN9vIhHd7BZb4LIrc1zZHLTa6mKwlXsPGlRJz4Z13Vg8ySinXlyTLGDeCcaQHT48RZNOM+aG2a6CdeAc61YAOPpuKKR3BIdY4hGNYruJ2HHTDe0Kk+Or/bbg3oTHCZKXXy83gtiE2yvZwdJyy51xIII+XnEGCnyEoxt4Qq8vQ+d4Y5YRw3K5Bn2VeTazNn3j/+3bHUb4jE971lWXZo48/Xk0mScsw08aiIhNKhoSlsigQdmTtozBUiqb8etxQjRo8QMNpenYDxZCU4+cG8GxYMg4BGHkHWZ0U3SSdxZRaTHgbEv+K26o20c47GE+mc/ML5ECozL1DXi+l2E/4cXjlcPFpTlP6J7kOlfxK4r88g0Jcnmd4d0hEQWmKbjd4xIxVoyMT3u1F2Dt1al9BP8YW5BQSfwVZFENkPzjWaBIyuJ4lYrRk7uQyFqTuZCrIRIGaipoRF0WqAU8MiXAOpJSQOZcM32HOtRQng83EkO6Xd1SEpfGjG+s2pSY0ZyhD2PiPAf1TkTV6mUPp+owKLGSjg4LsWuTnEINNND5gMoEQl8d3F4WicAWvlz7/JC98pA8rJta0vYcVK010XV7kNs/HFooRhO/Ims5mW/N5d3iN+K8iw1Rlk0JUJYIowgdtWKEJ+W41kA4QCK1QyQ4aiyFxoj55bhoCiZpHDp6wVhq0pKK4M814MtcpoWyoa5N/uiYmxTbTYbAghRzQmxAMDRg+LZofNwYpl5hF7j2MChL9G5l9ripIAR68uzU801sJ9kHJDc6N72PfcpeI7kPMUBuAwoKyrIzNnvzwR9XoE47m6DsDwvmp/X106EGnDNMg0JrLplsGaVCissBjpXmzIxYiyUYziOQIriSTSZGGdjLkSTPLyfkhxqI2yNxEXza2p7wdjGH933hnKGVIsrNvyZEXfUftWMJ7KlxN/CfQ6a4CfaNwIJDLt4Vhba5liN9oo9XtZVLMBdMLs4z142SmguVwMIE+MyqFas+dv+/9Tz457paRCd+RVZTlbGvb5DmCFKzNSRgS3qHbT3O/kDxJ6HHGnFPmG7QMThdHL1lAkIObJ5s/NUhIObhmKFRL/boQHLzt1qmhuPqEIYPYZNXTjyjwRol3VBsLVg6RFr60JJFKxBdxzRoVpxrCAIHzkmhhPPHl2OyVyQ28nfaILN1NHytDGZteu8BoR8FcbnXvvZBqLN0eQfhOLWvt6QsXlbUmpFFHIYOwDO1Bl5JqxmQpoOIhI++1PIFKSr0NnewGzRIG/03jCHlwxUl4k4s1OTPBez4m43aDKDIbRTyJhaaeB3niHA7fw8Hj1giXVImFGqJCaDOk/+DSMeQFmYVU0iOGMvG4mRbDEdjkoHLBOJSpyCIN+CE6n+dmueitKQtAt88z2/rY9m0+2XrkPY+nqeDjGkH4Dvz6rL3vwQeNzUPdsw0WsWm90xmiNfq2ogQXlzEB6pOyTLb0cJg2Q8ZuCE6qZEaeEBqDIp4EJ09MUDGkF4fUXcI25xTu9Bjj7Xgq5+pTpJXtWYNXIH7p0eCU2M0YSTTODfhOOK789mJopQp0oSjHjtxshRQLRmpnkR53hLo8E8u+t7bKlJpkWnaezqGtPnvuXJ6PLRQjCN+ZRft+b29/Mp0frxcZnEFIpAXpinzKPDfEJlHakvoFDRxGpU9y60x9nMtOifn0LyFIb9LoGkQWbheLDhr7QzuijLdrRxNfbQIw4LdEemw7mg1jphgOxFEljE6Nq+N4DHKWdAwXhUsuCAU3qj5gDBNmLW2GqN3++GKTTKQ7xaQs2tDVvkO+U6nQ0Dd6Op3fd/8D41YZQfgOrv0z506fPb+8/hanzHliAyfEuLyT0+NDXCU1LLEwMBrxzdBRf9LRkCKPTKXSiI0AFHcAcxkZigH8n21NZ2qLcvPwpiFjmHw4EKlSAz+KIdLJVmyqhNOpAJxp0DPpBla44XuCsWREc0oEs9ckar397Zge5KAspOWg0E2n7gG5SdkuGwilqlSqqp/8vo++533vG/fJCMJ3NEA6e+LDH339pedit5JRkZ+EWdOw1MB0zvcpKRiHUpfEOEhF3I4xaiswPp4hBsswKhshjyRSHCYZklEOlZ+BC6M53pPCNaiZG5L0GOEi1CBmwTiL3AFIKEQSkgxliELhQtLkFhM1SxXKNNVXc6Ga85F+RJUP4jIQcvTctpiSFCkgxO9MhCfRzitCEUKTu2ZVx4iYKF8i+vQzkz3xwQ/Nt7bHfTKC8B1cxHv7584LnQlZe99JaYs8t0byvDEetnJHdYtS6nZPEqBhAixS4zhOaXjXSx4Gj8S6dMSZ0UfNwvZc880l1pzbIAwMMdO4qc1mKqUn/VDhHTHSOrUx0YPOt13X8BDfnoxmF5Sx02rKQr0t3xxQBINR9Tw6u8cAU9ihLvTQi5Kc4XRK3LaDGfYGFQlt0xd5saxds1x6byAhFRNDY1SbHOVGRxC+047hqf0z1Xx7UR9F77RmvWqDdF8amp3Ad1IClvAHcTP+5WNOp0rdvdKzC2m0br3oo9PKLjHlk9gVfRhJ8IybfIeK7E1JdEyFAHGT/09VqoHLb1htMCnGiJ4H1RMsV20bpCbAvPnW2/SazJrJbEKwd31Pfh2sz6bh0lawcVOvcYxJKUU5BISGQm4O7wibmbwRXZ5npYv1CpfatzABZrPZmfPnxy0ygvAdX7un9mfbO8dXXyUc5HnBshQycZJi4bMhfrlp0OUJDdAsM7mEgQg5Nec5PkmvDbFdt0Qs5WQyaevW6FgWGbBHuHLeYtJTRts9s/Kk4YhbFMXtiCjKdcKGNLnwDOYlEEieXO98Pp0dHi1uHRxBttTxmNFbh+umIahnxsymE3q/HC2RscjJ69Pteu2sKbIs3q4pF4NyGxhZTMoSt4qs7cVq5eqmDpBZjKKaTM6cOzfukBGE7/gqq+q+Bx649q3nyCPLq6nNitSNAF1rq+Id0cvA9S6L5UJxqk01XdSWyMNF1XvRYhAvPEioxITDrfmccHh4uLSZ3t6ZIdfoe93rrGvnYpYyHDEmgHOnxaZJ4qRM22OQIP7BKFXGx/54sUSfcAyrxbpr+hAi3TUWq9WqbrjExqw7v7h+yBVtYTbB+Lb5hLhRrjCDTSVZ4fRGkQWCWSPDi0xW+dTpfNmrohVH6xVZ433vympSTcbZoCMI78Ev0drt3VM6z/t+kTSZBPcCsXhhSigMOkxEfy0dtFgRU7Wd13lh8lLnEwLnweHxarkkYuG2DFsUxfUbN5umJdNz3ay1VQRJGKU8Eb5t2zzLh9BL6rZgVhoKYjgW6vuuJxyQCUqOYUKOFp3rMqWWRysMJ3R+Op96dDmg3MBmueudsbmPXV3X6/Xi5k2fabU7L3fms+Da6ByZl3RhYdPmm4xtIzmkFOEflmVpjtd0d8iNpd/L7v5+OanGHTKC8B1ftIk/+JGPvvzNr19+7hmoyBgjY59cOJmsQi6LIfuTwHN0eExwIYNTSOuCXTWxBSv1XdumWkzozxvlu6bM8+XxYVHkRZEtj4/yTJZlAXVtjqMSwDBHrSwTCIdGeE7oEewIf4jKON87zB5EtsHavmnIUe2aFVpvhZ9WVhNUXTvJDesTkyFtCHxd1+GNtAx9Q7eNpmmORdyeTVti6u7mfGtrOp0O4Z7bqRH4iFmmq4rwbFOOlBB6/8MPj2n6EYT3JDIj5cUHHrx4/wNXXvgaNyKlAImIG+sw9Sit1/Xh4WHbdMjZ66Jx4vBgeet4Vfe9zfOt2YzoyPueWEjHvq1r1Zf02to1WlSEw8XhgZJbmZmRyZrbjE7euR5dFzzWzKB+NEnIwOMkBPg+EBSTQOHy+Hg2nQrX50q1oicfs3a9yYD53BYtQzaflL2P6+C2Z1VGJnVuRei6pqEt0tbrVFVDwH777bdBd5kFCLnJaQgOcSEbRIk35jF95PMXL42h0RGE92olMxDkFlgFVCHfh/nvkeiFqOno4ODmrZtkIRpt16tWWnncdItOLute27zIqwwigV6LqD2KxbaqwjW1MrqoSpiCXrnWrxaHVW4RSpFTzVqjHiPjA89F9HqoHcVUigjBUk67e5naGrqWgNTRI6xFqERmuAqVK7JFnExLW9im6yfn9y2PyUDNQMyzvR3XdN5t0eWv16u+64zVt44PT585g7kazqfsfWR9Gh4jE1PTFkTWlN07PSqsjSC8V4tI4Nyl+5WxvnOcbEg9gBgiQf7Yum2P6zXtUF1Y9C15uIzb862Zstvb2+SMwcZ0NQHM0GZ2fallQSApJnXXZppeF4RvM5NrskLrmnjO6aYDnBTMwoB0BPo1uOosRIeZLzyY3ihJNmQa1rZaN6goZ1FtFMkZSWA2XIijioKugV5dzSsezibShBoyVQnbtqwCvZfVRIvLw5s1Wbeda10obS5RUe5SlzLfcVgnAKavWffN/Q8+ft+DD417YwThvXMLLz348GR7h7ARNPFZzyIvg0pnU7fW5K7vjTXTaqK3TQha6MwWlTRZVpTkRbq+JiZUwffNuqsXRYZexCzLJMu6gbpYGp98R5RWd20M/aSskAtPYzkJ80pH1nITmEwWkfRASs87RGd6Op7NRPiocCddzylKNh81ykc1KgsCtL+NIVeQsKwBYxUsebNRY9iTVH6mrV33ftX0eTVFVYxIWvpchxDVEK5RkVD8+Ps/MIZGRxDea8/QS7Gi7W5pE6cZL1iuJywVXdNaa2dk9WlllSmyymSlLnKd5ybLjVE+5m1T900dJVmSumtrwoqCz0YEKFhGGx4gJxQJqV2WlZGTjaliJqhUd8qhWEhfA2TIHxBqm7ZvmszIQODrWzJWHQpiENcRWpF3l5lS8pgXmWpVlWeZVJyChXFgm7pItBmrqiSQxoZgHdvOZ5Y7JtPAJ1YHiBHjRyWOLPbPnBl3xQjCe7cOb1x/6kufWx5cr7ZKZS3v2JBQGByiFFme70x3cktQ6U1QuVVZJpTFvOqoOos510Fb1UN7N9PeEkQawmTbh7qh7V1VE2ktmZuBvEnMiCcDMwva8zBRWIDoOGKBGp7xiaksPjjwYNvKvqcDCY09mcRdS7gl389DfcPAcDQI8tBV2NRTn9LwqEAl+9RFFiuGk4lOYgR56Pi8oCeJzOkRm/r1WTgAzflkfjsP1e0g6Q4zxkVHEN6rRRv+9Zeee/1Pvp71jXHk15FPqFMHO6f1uq7ri6JEcr6tc80DJwLtVcEuHLlblmxHcs4gvQQjkGBRrVsvsrIPsu8a1Lr0ZNCarpjqrMjKil7f6BrvTTSmzdAcn+aYcc02l1AL15F13AeCX1N3zcrXxLQr1OsQwIh+6VymqFRhCUs9j2MjljVea+7/TYKoPD+t50JSNFEw5ZOpWbessU30CncQmCR4ep5xivfG/aB58etf/dgP/xt5OeYJRxDeg8hoCP3yaMtIntGHqKTkMRQ8egxGHZEHbd3UIOR5gqYnFHYEB5iMDtXRmv7R0Q2RVUQTMJmLEETThZDkzpEV2ZFdS1hQtidc5KJA4bWQVoF/EgjvbCyULD0P47MjW7R2bd0ul916pSDHaKUtg8lc0EfL9mjZxZTmwxgoK5BSJI6mnyRtjhySOAA4ZithIr11dC/hLmQ0F3qfZr2xUKpKA6ciZH8NvdHlF77+xjeffeSjPyjEmKUYQfhOR2W02d0/M59NDwuLsm0eYc+GIVerhJgXheYQp5K+azqpZde267quCR5I98W9vbPT6TxK0wrf9w1t+OWiqdu1imFqY8HKM1pHgivgWEtjlbcmGKQZkljUMHY0pqZB5OkjZysIuX3b9uumqxvhXIZxpWbduePjrpcmm0x2T+3leUHIc8ERe1r6Ic/q9WK5OHKrFZHgZJKXExTEIvykWZHRqCIzmMcbgkWhuvKDU6zFIAMXjPC7mTh85bnw4Y8rPW6zEYTvfEjmzEOP7ly47+obL0G9mjYpRCfQs0fPQROeh8cHh7gIwfLWjcO+Qbs6MY8qJsu2r2+u5dKhjEaITMoHH7jv7IOP0JluXr5y7Y1vrftmq8SUGaUyYJtFdyEAEzEZMJNcpGMLyfqELLLfiy5pLXLlAA8WhJBbXtLx7bo9qLti6/Rjj7yn3N5ee/nalWtHi4ODw5urppnP52VmphaJyiyrjGhv3jy2x0fzvZ0yn5Gh3YdofK9sYVTqXUbw1rPxjfk1TMZK+HludunVzUqMI7JHEN6bVUznZx945NU//gq6ZslUQ5NsEIKMzUisJQMmAdKD9fGibd3Ng+WkmpEFevVgcfno1sGSHjmyO3t7Fy6+8uqrhVQfuH6Yy/6JRx+8sLe/u7d74+rlw7cv+yZOsmAxHUb96Z0tDXoeoKSkApw65xEURRsSMoIG7fOs6ku8uGy8VMWps2d2z5zXQbzy8qvfeOXy1dpP9/e//s2XJ9XkIbvzyjdeLKXb257sb03Ozae7RSFcc+X1N89cvFROZnQHoPNkdCWpWx8nH0rmyKvl9GjIpTi7u3Nqa8YiA6Mt+v9mSY2/grtDhkpvn76wvbNb5AXRFBTtY9CCrLWQq2ik1wrG4XrVXbly08f88rWDP37xO69cuSXyLV1sS51fvO/Bv/G3ftzOtsvZ9g/+0I+8+vqV33/6md9/+ulvv3ZlurX/4KNPBJWt1g2rRsk0OSJ1S0RxMhpUJRG1zUwopA4BPx76K7RtnSzL+e6p8/OtU29cfvvZF7+zDOTS2Ufvf/hv/OjfjsXu+Qef+Imf+LceuvSwDDafn7q2dM++dPmF164etsqb2Ztv3SAWRSAXbVr00TBckYdyQxgnQ/8hvEtr7XRS7swnVZkJo0cMjkx47yzSrKyqckIOGDtGhMDIhJVMR+KlSH7gzVvHy3V38PZbnfPVZPLoo+8r9s5+6+VX4/qgu3nlN3/lnx9fe8Pk5VNf/vLu9vb73//o7mzy2suv3Lr+9v3nTp89e+Hw+lvrvstkppKTqFnDCVFRl6QLuXwmpilQkMlIg53IIK4qgCOfTifbi6Z/6ZVXe1M+/P0/tH/x4uILn7/+1uX/47Ofa5ft6y9/+0u/9ktVe+vcLHvi4QcmW1vffOYP33jzzbcP+1P7W1ulObhx69z5LMtKsjwND1D0g/i3SFpPSfciyw15ktZqFK+OKBxBeM9WVpZZNVGLY0QakaNDYIY4kBw3oiSHfF1TZnqdqb1Te9WkmlfV7s7WfH/f+NBffVm41VtvXdvR3SSq/ujW/u78/e974pEHHnh+d++Pn3n28htv+b2t8xfv630dQm9YoobL0Hpk+II36HJCA6OIjn6UoSdkcoSIbNV8e2c717o9aq9euX791gFZlY899sQD73tCldX+qb23Xv7W8c2b+2KtlsvFa4vT81m1NT+3vzeZz+Tjj+yVxfHxUb1c7OYz7sVq8iKzKkPPI9vbEU3FPBKV7zs8NlRZqP1GkxViLOAeQXjPVjnf3jl19ujmdbYRJQtzRo16bnwnrfSVmVzcv0A7N+bR94WR06I17sb87FS/56E3r16ebxWLxapSdme7euixh86d2rtx7a0qz37wX/uBG1fecs2y67oLl86v62XfdZrVnljiIkDvjHt3WQ3NswQ4T4snM9hIK0xRlQQbI0p59fDJD39MTybl9iyu3y709vsef8/xlStnbr753plRRnlvV71/5LGHL+2funXj8p6u986UflevezKze7IwNVnXmgxRdIYM0zWgocF6Ojx3Js/sfD4lusyMnO/ujXNgRhDeQ/faZEFpzvxxk622yMR7kaZmEyHR1iQjse/9ctllmaqMnBRCZ4GY64n3vveRxx9pXLM6Xpg+TqvJ9um942tXOtf2jl4h59tTR3auWxEOM2sxmVRGTuVFyIPGPng2/Ah3aGnw5IEqRFHR1WQsEifaiC64cme2aBZEzEerI12ggVj5/JFL5274W+1iSRQmzN7FnQvn7jtfLw9muaglUXqrjJtO8mgmxGy2yDAGTQ1dTNynJdM8QwSGkS/BlEW0VwlvkdgY1wjCewdC4wSBMNhMdw5dvBjqIPFVIyzjo/ZEj8gacOsfi0T4EFxWFsV84lZHpVNTm4mmUc7166NsUmbB72xvRxSgujzfid2iqY9R85l2Pk8+5IlqPrqGjUFPX8hmZIEnTEcEU0bnu3Vh9GRe2ElJZNk0HUKmFuXbfn20V6qd9z4e5GMahuZONdvqfXNUHx4fLFBJWhiobpSZLemCMgUNK4gFh9TXn7TeBk1GBYU4Fk6EJ4wP7ZL+8bg9RhDeExCS5aczBA4xhQzaZBg0jdrmwJWcQaLjnrZvsJXs1+tF23VemE7r3mQTN5+WvhPN4YESTvhmfbg4OpZG27ZpJc4slZ5H36INQgTFU3BVmnDIFaPEhJKnFCqTHknC2Dop3JCxuiJUZzOyW+sGfcOEU6EtPV30TezWrsqXurJqOqHTH9zwbuF8o0LXEbaJ2/JJOZ2ZIuOhTILVgVOlnJbDxCncWpAc1dIa4Ryd3/AcADnGZUYQ3sMAKfIGyJsTGSJt7hIShtG5PHceo5dsDqWLXlvX1l3Xt/VCNiuzype3MFeU0Ic5ED42ZNZmZcy16l2VGWIg16506FkgCs0OafLZkJBAgDRsxICH0b4pb5G0Z9LMeu9bY4pykpmCsO0Obx1p35FpKrx3dW3zkAvH6r9th0KbJnqXaW2rMq8qW+ZJQkMOmsI+GaJp0GiIyQ1mJURU5gUMzSZbnGzyEYUjCO/ZIr6r6zXgt+krEhtdeu6xAzcqg6GFuc5jPiFTjTZ/2666tm2bpu+QzqcXEeJCbmZZMZnNTV7wTPtgFBpoTbRAqEDXuuYW3rS41BqBSXZA1ZAzYLmayCNK09Q1VLQKjmjSI5OqyPLV4qjvWtA0monDcXMEgTjcL4K15Xw+ybKcnECb25Am0KBn2MW+Zx3FAKM0pSk5QoTCUe4YjjwgHEri1WTcGCMI791C92zboAs2cKd5ZJUHySMqsO0x+wWVzwTEPBNpcDVya9tkGHp2HTFsFJ4ctLEtl5542vGuJS/MWsjQq6AjNyqeDB8UA/HBHk3j0+Jgiw5z6od5n5KHk9qMHg5Odn0g5ElCYXW2gxiUT2r6HOEcxtxn1pDJK0SaJgWhfC6XqwM3C28Il8dqc0O9ivgI+MTKtGTyulDlxWaGzbhGEN4bEMaI4s6N1hgcJqWS9Era2UZz2FCl0Uub6aHsX4k0FRQH5pGHwaM01PlMCVvqNEcN2NYYDcFNR32IfhP9Z1MQ2A3cxzDoEabRT3EjiYgLACWaCH0ZWwbREvlJQaapFFkapT309UJin1X6WZ+K3ojHEWLmKfm1zhAaYTLTx3GQs+I6He46Bj2Dd3MnmsxWs9k8DXgb1wjCe+kVDlr3aYTYydx5sRnoqXkUDM8iTOJomA1IFCp7lzhnOFEMGRFXrnmQC16alO8R7dRQPfM9m5+YazZw1YmoGaKyUOBOyhpob0ilnWxARmQrgHZWJOz7LvQYB4NaGx6OOAxIlFzos5lywdPuJc+D6SVyHVH1IYF2GGrII7ijSqap0Zm0BW44qBwdq7dHEN5rNhRpLjTHJIdx1DwckOcxpYmeCYfayNTSa4JxSF5wyDEMw+V5qBODh+y9jEOvioXlHexOBGGISpk+TyR475xrPwyY10PXH+4Ihntt2UPk2k/6f0FgQYLRwSVEghHGqxicP5VMTtCi4WALPxjdQL2aZdXoY8H0BsKRnAzskhL5OeJKjXMF342bYgThvQRgZA37lJnA9o139DpshrxveEPxjtdkrYIuFOcPE5FGHrzCcLTc15tmhhJGO4cQiuhZwUnzaXRqqlCbStJkHzI/acBHtzwOBijTLIgWWG8NoRfCt9JMg1qxXikXFmyGnzHx8u1DGAhowCqF8CgXyggebcgszMr7PMoGGlP0Xh7X69v14tD6LhwdsMzHWDQzgvCeLCArywPnqZNpSsxj0xjbO8bHc4I9JHIDZpFig7wgjyGLPH8MM1bYMsyUtowcSGmzJSocimCcTO1JHCMVKfqC6KceQM7RUYk4CUgROqTBG4YWYRFGsbXwFQPKWmFmotIlgtVuXyfaDznAKgPTuUeNeM/D0nzqjgyCh2pzSIcLyiVGGaJED1o1R7duqq4Vh4cBWhrj7hhBeG9AaEw+na+uQ1ueLbGQKrrYZbs9QZ7D9yzdQvsVbKNYF0YmGSXiHFih7DsqZUWKT/YdshI8y6JvO8KUhaVqB7hJtl0RkhHyZI79pt3JAm/oqoANy2l7MciUCkSKlI1s3iIuClpmnZrI0oW4q1imW4OsIOxVKOdg1lQKBnk+WKTmxsilMbjFaISgDMaGJ9Gp0S0cQXjvQKh0PpkH7iRE+dhG8UWmmb3sBEoxzIZJSQUYh1JswiHJyYJeSyQDUVkonkXU36QgD521bVuUbqfRhBxwVUOwNeNeokS5IdXKgF0Feo2gxYgqNqQls6xIU7nTMEOuL9DsyqEFGdeckJWyEEFy5AdC31CYCR2dCGPc0oybFLdJo7eh+a0Y34jpdF0XQ09vnBXluDFGEN7L4KjMynIY+75RApS3ncAhjCJSA6BMzwnMHVT2diA1pdyGuaIqbfbAnbsY7dLUHnNIiaAw33czcxtmaYoBscFLJqEHkKOFN4b3QVt/3/dat5WciqHgk91GbgOUapikxjJpnLgHmlg4KiQtDSiVYth2cDxmAgcN83p5bjCTYooIaToH3QLms2lRTBxZpKO8xQjCe4hBacj243KViBbbREtcwQLBQAQppRpyiKnYmTetRmloSlrI4TwJE2zKoQg7YspSW7e17z3S/SanfwoDug2jDOYoo2mYRpFGHKJ2nJ1Ap1wnWmi1+ZXWeTVVVifTMoVvlBxyK4pVDT2nPnCXSCWiuGc4j5hLSOx38oHpfqMCty6HDS4x5B5Va9LkZV5N+DOPW2ME4T2LjsJq80Q4AvrxtwkgmaDOuVTCwiWWJ0PFYrJahyqVQapMMIwHJV/vUNPSNw3RILEfRvQa+lcYm8OljENPLTMqSAnKv4ATAJTy6IRaekmMbY/RiAttM42KgoFlg0y3A8CS+ZfVt5VD2IZzgSBA36f6AY6BDrOmEh4xiThybR5dBuYBA3YIlqI8L0c190iEIwjvHRMiUW44+LmJBg5VZQPk0vx4MiLvIIdNiYqSQpyMEhVGIgjpmQOhHdq20CMNIbMlMKgzawuog6ZeRQ57osQspUDAhwG4hgAUoOJDRo8gg4ERiX61Wpk8t+BJFIxyf75ig5YnSaTBSmhF5nKZkMYQBvh4iRk3dxfoC4Npk3E7FLLhNuR862CSerLPjR37mEYQ3lN7lHWAObAhNkPdxaCGzdWkYJdN9JLTETzKAXvXBfTdbjqTpCfzrycSbPsWMyNYJzizOs9y5sFSZzlIa6jTJjPYKFbhTbM7VfBCQvaNZwYjw0Ent5nNvK9b3/X9erXOUb0mrEoZDc1KaTGVCbClbKILHEoNg7I+SyjGIQKa5qAlvue0IaPVw41kiTcNXakuhAq64yMIRxDeM3M0hNXxIc980EalqAxnzplHkEwY2uuGgRHJfFVsQHKTRdTsR/rgUo8CwaijHzBvNyhDCDQ8tDfj2A+PQoMnaVkyO4M2MDDAPhoS9Kx0Ez3h3Iqc/9AMaTI0HcZRGI+Jnzq1PgTUk6NNVw6SaRGd85zWCFysygWoiC9h/gRG1fthFqhUSeYi8J2GjGA6de8sXRBSpspOtkZ5ixGE9251bXPr9Vf6etVvoflVpjCiPHH+wjDEHvhKHYeKUTcs8rda3vAc/4e4de+JjWSQ2mH0H5QFueI09pgO2CKTaHOTKehoWI3hMmjcV8AvZH+VA7Z8aqnQOsME4b5XwmfGEF1hOKFRXoUkDCpRihPUSR3Mpt6VU4icIEEXB8xmjX7BTZfWxrPkV+CcTdt1Dooc7OjqrJqO/YQjCO/dWt18+/prL7fLRRe2LaHHQzxGDVWYyWxTKVQKXSSw2abFQSaJQjVMn5acmBPEhOhViCgaJdaSZDKatiMPsXcNwY2oUfWO/mVJjl4zCBEUgT/ZORwaXB/pNK5PThvZt5xMTEMreEioVnFw8yKCKmybbgzIeBI4Ork3DJWtbIcSQ0vW/GdDFJFYuuCmc03XWSUwPKPMXVOP8hYjCO/daut13zTNakUICLmRJ+BLnDhs45SyGMIpYngmlbnJDQUhHcBdEhIxzwzDldpVfbRaHPmuWS+6rkZLYlZmVVVN51nXFmWDgWmYfo3Mu4tu1dVNXXd9h5EXS6izFWTLkkFbZpgenBuVro0MSGTzoVbMM6LIMg5p+HUIA8kxGaZKGsn3Ee5wwsfzqU8LM22E7ZxYNt1ihXFu1bQIXRsbs7x+2fetzsYZaSMI78nC5Nq86pyLbRN1jqqy5LrFk8qSkwCO3IBw8/Om4SI9kNpkM6slXDhf5NN1XNTr7uD6ldff+M7NW8eTMp/O5ntnz509f2E6mRAs6d1yyM5khI7W9QfrxcHR4dtXr1+7cq1dHC+OVufO7j72yMPz7TnUnMqKLFxtCovBhqlbQiTLknv0ubAtBWGGCEzkinSdQjTI46NLWTpu9BVKE4ciLtrR3WKtfJshlelkv24Or7u2HkE4gvAerdn+mfs+8OFrV99wTRMz5aVi1ZeoU7gRwQsinjQ6ieMcd6TJucpbpg5DhiXqoQUaeeFr0VbP85xeZrP81P7Z7Z3dCxcuzbd2G+cXq3XX+0mXZVoU2mTa0qkXdX3z+IgQQgefP3tfc3T82rdfMuQOdr5vep3l6L1Atz5aJRL8+aYQhhaJKIZobio3FcMNI2wK7rznjGESk4koFlWukWQb+0b5ujB+amVhiHDJJE8zOcY1gvCerCwvnvxrP3r1jVeayy/OqsJpQhKL4KshYcgFYPC8OPQh0lDBZKfKVHw9aNJwE8UwTwJ1mWTxZbmZziqySsuqijEnLqpdLGazmBe3btw8PDjIdMi5m8kFv+o6lZWnz57f3TvV173r+q29U7FvuANKV5NJllmdojybAp0UfxHcTRgTfQ8DbU7omz1XDpcyaiUXt6W+5JYnKNaBnNXQt/Ryk3mdtabcufiIrWbj3hhBeO/W9v7pB977oT96/fmep0yzCQey8Nw4pFFI7XU0yaRDNl5znahnxMmQ0vZsjioOrEJmRrDMYVnm1u5NptV6vWza1kVlyqqcbc+yopxuv3359etX3myWRyK4fFJNtnZ2909X21tO6to1Ks/PXrpUGFmSXTubWuQ6MkRmudxzU/uCd+IiO04HIqWSRvV6bvJIRImqUgzhZVc2pPJSEfu+pw/YuH6NWVDWTudx+3zY2Z6duXj/R36Y6HncGCMI790iCE22d7seCXYdDCxJhbovbHhAasgOcoA08PhbzzFTwQ3pJnXfaozU5HYnqNnzoAmBvDsdmpc5qkTz3AW1bNzxYj2Z2J2901uz2d7u3vr4qKvXxaTa3j+li8KF2HZkfnY6s7kxk8JmFuOZyNccAkBDEWsKl0q+MJFEcXCP4Lpt9PGjhcJ7DtZGTt57HoIIgWGuD/dBrTu/7OXNlc/3HvjBT/z9+x99vJzMsmqiRwXuEYT3HITcjBBU30ejMa6X+yVCMtxYETjZpR713B4MiA4nQSjVcZh5LXt6VvTMnilwGiG5LSHCvW7adbPWxixXmNZblIVHf0PI8mq2vT+b7VRlzq1TdJLYtHXnazqgyC1ZjB39sZXuAgu2cbEpxmUQY2vJuYnIhWpsMeMSJVfZIb3BXVDcRRHRWczST8GhXxByxkTauFyHCcRN7c4+euGRD310trUzboYRhN+1VZQTrSzGIrHlhsEsOplwXE6JB1mwCf+QGlAeFSqQXOI2W4JWJL+ux7Brxe3zDvykm6aF6oVCNVpmy7ygnzBjAgkPQfgIOs+0KvKyIm+ybtYxdt71kMzemvOwJr1a103bV0UZRFNawwoWdJPoMVhbxSy3nJQg0t2kB2GF0o3ChVSX7lE6RyDsXeiR2hBdF2Bri9ChwLWni860OX3mfFmOWqMjCL+razqbE2Y8165Zbclfyumr67ndnqjHgPtAi0ipy5D05FGLQmynDIhIauMxwsFraboeW5xeTvTGBWFOmWwyneusR0dFWeJxojnncvQ3aWKuHH1KZEn2uTV4X9S4mLptcXxu6WyiBSX2dUsvhSiG5aJzJaxKIRkIdHiMvD/pPXaetW1CqkuNuCSeXg9VGkx+c77p0etBlnUxmY0yhyMIv9sg3N4VmW2aI6nyItcpoO+61ipu+wuuQ22YzqJkWTaBzDqsU93Rbm5aBUUJS1andy3ZqvwsIjwoigmhmlSz+ZxwWCjLumuOlWwCEhoSZah927oWhq5V2vEoqMoWdCNopSVnUCty3tqOTEyHgRaW4DdMnI+T6STXZJhyUY8gduwiZywc+pgccE5ciJLw2PWoSqO7RtM0QtFdBp4hj9UQdjI5e/8DciwWHUH43V15VZbzefP2rRKJQXh9BJ6u64SGpjX6AwmTPZSaiFJQNYZICDl2hB3RIsrY0abuuwYCGXAaNYt+QvmXoLCzW1RVxa/tLU9GIowolqhRAtmB5GfCfrUmQ7uwJpLLlKnysm1alsHQjasXcCyRI6Rni7JsHYG33p5tGbKH0S3RK0hYIHzLAvmMQtiiHu+3yWYQth3quTU7mIYIfr5z+vSFS3IsUhtB+F3+hZqs3NpaXOPYosOcwD6FQ7mmxKfePeUhwIuGBCTiCHnEXm0vHLa3blrk3KRwRCgEOZYKzoRSnUeNGZ8FHie66L3IWE3GEXH15N6h4cKSp0iLOA3zmTAvkYeyhVwKE2OO84DYCMJt3UGvoq/Jjl3VkHLKbcGKiMFIl4KlAKpn9gP8Iv3X0YMwdBmhGMurCZ+KLGcXdk/tT7e2xz0wgvC7vIhfJvNtaPUCU9Bgarq1glQhN9cLbpyFM6bEMFSCXCxfkxUJOVE0FrUN4akLviGf0qHV1kpL1h8Eg8F2dWMzdMrmWe77HioxULlQTd8pH7hytMM8eSUMtJ6gMUUmrbVZjwKXNvoGOQ+PclRM9nW+69amKLoQlsL3WUGvIisa00Wd56yJIoBDXAYPoRcRZid9OoeIrjGWNVYVUXjUav/C/Vk+VqiNIPyug1Dr+c6+TEk/AA+GXG6QCwQDQXdCBY0HOU9HBmqo65rYD3FG9EN1xD8GgyicJSMPSf8+tmjfIyAJv+462a2QOlxj1JmrCjJyTQT8Yo60ODxFIw3dA1o044tkDJNHiKIB5WLTaDJlNS6mqcnz7IOSvetMSRyoiRUJdXlWCSQCveBSO9YLBs32KVpDhih5gGQGQzo4sJapqLs2mnL/wiU9RmVGEL4b1tbefudg0rWt05j+Fww3RKCVlgAD05QxiE4JblDAdmc9CYCmo59d2ya9wejMMBHeY793RwcYHdgGyPfqzFizIuBxzSlBNC9ytCt1hBdHbEvYc12fTEq6G5BfSW5igAJNFINcYoY2365XsTcZJNpcSwyMxKbVPFZN3tZJlalIJineCxioGIdBVGhN3dLbGDvb2T9/cfzrjyB8V6z9cxeD0L3vk6QThlLHFOQ/iVgkTTb+TmzGqnC7r4bP165qbPLWyayF1ig9069bTMJmtUGioKIoSvqfmgjlJQ8eJHuSLFV61iGjGDEsPkLamxC+qtdts267huvhMEdCZ5nKCx/U0cKt1iuye3eirQL0AIjiWln3GuPskeREh0QiaSLHnhgbQjoKlEs3lJ4utiYMxj7qnb2z23unx7/+CMJ3BxPunrJl5bpDq0VmFKEBrT4saYGJ9rel1pijPOimcy35eIoTGvW6vnrt8GDR5VVb2Jw8S+I+gg8dkEPJwpJH6Lrg0CffZGSIGnh/SWJYDkptwhFRYeQo6lFbF+pOkP+IKCgRn2sR+iRnL8ij5XqxXExKMntzI1CgqljwJp6ITsWh0xjEjEgN1/Mo1fWeoNj2XR+ci9mq6Z+4/+G8GB3CEYTvjlVOZ8Vst337UBgWsQgePUNADu3Zrigy1sCHvozigWeQgchzsi2JPEEt6/b6rVUb8yMiweUtOp4gZjWxX+wzmzltleyUapuuWTVGQ3otTWQyXCrNvUkwfQVnOQgtbddBOz8QgAThr+1RU7pu6EtQhs44IdJdHK93tqYl/WQkKk0z1jc1xg8TQcHaxKDW2rqD/hQPxiC2Fw0EpWIx2XroPe9LE6nGNYLwu7+IEB587weeu3FFqOhcUxgtAkHHeBS3ODG0+aY6zZC0DsnC81yPSQ8RAs5deGBr/0KI+ubVqzK4Ms+7ttZ4HYKWwuGlXRMYQzYYr1M/FPQyhORB9ih5gcKMX3eYbY3aU0nUZVVGLylMGSfbsqgmp0+dyjN1ePNaWx8H34tYYz6FQqJFyFQmGofGJZ5ziFo6JdrGmbzy9C7CdD7WLu6cPn3q7PnxTz+C8N2yiJTe88GP/OHv/vbhcrFbQfklzwqiJYPxoMgPsNg298wGhz0euUCaY49ENVvzfLo9m2xtG53tVapZLlHx7TT9f1IVZVZYaWXgYUrMTpKFnSDmpo1j5uIuB5+kZDp+P09cmmVZVTR9R/8IomTBzram00kZfFvm211rFN0ptJPCY8rnZmxG+jhcrBZ4vEzRQuFGuLaTytJdoHbd8bp/3wOPzMYM4QjCd9U6e+n+fOf04es3tqrJsmursiIbzpCDiF6EgHo0mKQiNfRZawQmD5IHaZUlB896kSOeKeN0YibFrF3XrhV9E/umL1RWbhVlNcttNQyj4GyjMbYoJmREIqWORDpgTQ5b3TdNvVytjgniOteoEVfeZBkKWy1Xm0afzapQWenJZ1zx1EIe2sZMyF3HnnUQYdxGB7kNMp5bH8mebTsmWVs88t4P0O1j/LuPIHw3uYXV5OH3vv8bb7/WcUdS03VkmEYy8zBDUyFQykFNVomIqegL43PJreM5E8RqbQfJ36CDymjP523dNKZp235NRutiMYliPjfT0uo8R4u85KlPJpNk1xKdioiWROFt9O2RXx83tWtwAHGdEiW7fATc/5O9N2227Dqyw87Zwxnv+Kaaq1AY2SDRTVKcerLadijCIX1VhCNkR+j3+KP/gL86QtGyFeF2SN1qtrtFNkk0SZAgCwQLqELNVW+68z3TPmfv41y5b6EtffAkiQTBd1EBPLx6795zz92ZuTJz5cqY7JDMMhIci3FpIMJhhlAi8rG4PktZkFmqlkec6rqhgNoJvd1WlFVua1s29tLtN66/cvviQ78wws/Wg+LTF373y+995y+XxXIvoVwQs3mCB5rCUIF35jewuN1KI5Q90HOLCe9Roudl6StYqiKDlVoOomGUJk1hKmPIqpuiXBvbbrcl/QKU8QnpQgUYA8G8Khi0a9eZplksV6tyRU9JPyWUiLl2isEK+gWgzoA1MbC6Fzr3QdK2zAxw7lM5Uod6Kb8DXmVInqKzoqq6suuNC+u2v3rr1eFofPGhXxjhZ+5x/dbt/Ss3Xtw9o3SwiULN0+px5MXqe5+7ceYld4vteecgq5TiB9BNVxi8DZDdQdY3TkQWTTLboh9YNBTWbFM1rSGcalW4W+8Uxb2UZDmmJbPp6qpxrc3TVOcR71rzwk2SrFEzgZtwJvJUgdH9ALkqtDb8XgnLqhZsfQpTyDvDFDxZGJi2r1uHrmGc3nrtDXWBRS+M8DP4yPLhV771R8/uf2CDjnK6VLJMbhIhv2IymG/pvdzXG4JpCgzYsbwg2WyAoV0ClGbXs0PjwdWh7NNh5LTqDbg4YHELXnborOmtDNBMD3hbC72AzmKNcIvJRQwICybPQBobeR9fpt/xAqYAdi8hRLMuOE/Qd9iyFLCONzRGy9qEUpjebZqubN1qU9Rdd+Xm65eu37jQur8wws8mIg2/8M6X/0yny/VpPIht0MbDDHxo3r7LcjMBqpQBKDA9GYcEOUV6jVIvE+h3WUhmijGlhqIlj/Y6CZ0Y4Vhy24VB57XaBIsp9thsAc3EIGgQDx2vHmWhUC1ZudeCTx4oL7LW+W6870YEuyVpbrc323PmLMvVGM/hXpZ1adWmqkHaDsLhZLp3cHjxcV8Y4Wf0sXd4eOv1t+9893ksglyFqqhVnCsJYKeh/YRR3U/xKAtgWF5jyJbHUm34N0Kll0VDaUT0VrPeDAXADkpQuy26vG4UHUJf0vS7SClJ1HEsKBmMJAuc2oB3jvZ+g2/odxAiiFkfA6VGkYYQJ+afwIXBrBMkZHgrjXNbrMvQ88V6W1teh62v33o1H1yIGl4Y4Wf25ip95forP7JB04s4EHXnKDSBOd17oXuHiUAOREJo1k/iwSAGkx4qoskHEWDpDbJrG9/ux6LrnhmpranqerFYkRVpVFrQ1ovjOE0TUG3iSCeSJe1twJKGvIUX009YIMEDuoReWdnN8pMK3gcK0SfCoi1UngLWhBKmbYuysiprjN2UjRMxPdcwHx5euSYviDIXRvhZfkRxUnVuXVPIQh+iaAzlYkpgbwuLc/fgeyIVpKxNoj1AqPTlygeI0AShlxUMvFg9xtixfC2whqzCNF1dwQiNMwQUa4OOBz2/FZaSSrDUQpRxeA22J24jWvKKeuU3d/PgPlZLYOkFT0D6ZfT0RF3v9UXhCwxagl3nQrLA2XJL0RCjVwrL2Kb7hzsV4YvHhRF+1h5t2z5/+vThJx9TIFkXW9knwyyqmo5ytlRLUK5F7xSacYJtDLbQYngeMmha8OKY/3CPBbahBRy22gb6g4QXHQjgzmFNN5lt0xp+mg7Rz0YEXRVaiToQkd/Uxk/jt31aCntC7rTVvPzhrgTE+BPzuyxbjLGOtmmhuxb0EIPTjWtVpCmzjBQ2EV4sXbowws+g+XXPXpz88N0fPvzwTlDNDqbD58/mC9fleR5CcLQT1kotAwkwSEaoFGSCyRyl38TCGoN+Jpg3wPuYxdbTB/zDkeNlhUpYJbssydI0q6oGo4aY0m0HWTYaDGLI/ApMXUDzV4XhTvWepeu51sN5YcDb2ix3MlnWF0NXSAKhqoZvV40pqzpQqRJqtjazql013bA3wyQ6HA/r7Zp++WKW98IIP0OP7bb49nd/+P4HHz3+6O71NLg0kpnG5qPZsoh1FWQhdNK063XgIqGTOJCKYqJlAEoYEbVIBCwWI/TbY3xt1D94+wr6+nFIphVHwSBHQ5HCVo1RCfyWaZtIqyEZvESQFTtlfWy+9qsCoVYICfsgVIxFX2Jd3pTGIZKZrKgSWXpiWzVtSw6jC6u6na2369aZEDP1E61GWty/89Px0dXX33r7wg4vjPDX/6Dje3x69u2/+cH7Hz85n68IwTnhlBXTQTqdDNeFma0L6aIgddCVR/IXB8aRAYYhJh6k1tiV61q/wglMGh5LCoRvJ2I5tsMqMuxsitKMFwWGEoNNFOUouFKaCOmajtf9SkgDY0aXgx6LD7OCvV8UTOhT+JSPTJ7LsD0rftMFdH1nYIWESOlP36JnL+gpa9PR0xd1V1hHie4gigbkXUSwOD/90z/9F//tP/vnr7322oXO2oUR/pofx6fn//Of/u/3nx6XnVxti+Ls+GAs++Ewi9V4OBjmzbboFsjSsEybbEW3fQtGaUgmEvF8L3ifGJN3PF3Rh8LrZIcgllIMlODQkB2ikxAlEtUW5o1ioClGTZXpndwy7J0fyMUUMXoN3I/wM8O2aRqUfEJeXgpRcJYFD/ouQEuCAmltWtMFDboSEK+hvLOiSNvJ09mihhAHVGUoumPnqJJFU7/34Ufx+Oif/3f/7PBg/+IY/P94XBAd/tM81pviz/7yO9/9yQdhlG+rsixX282sqdcy6HRgB1odTkY6FEVrZ1uz7cJ1S3/6dWO3xtW2Z7W1DnryWL/SvdzU4jwRhaKZZJ1QKbTCkt4UFOwoipKcEC1FqpYhK8VSxQRRsugoJgvRUZRHUaajLE5ynaRkrQ5bE3ltItddPUXOOp5ltF3TYZNaZdymMmXd1cY1Xb8kO3NiWXcn66KnwOtc0rvpMEkHidJis1qvlqsfv3/nhz/5OaWQFyfhIhL+eh6NMd/+7o/+7d/+2ISaYFtRrDfLs2o7D6b7zpQqaPNIjmI9zqKq12VXb4yz6A1AAMpgSqGNI6eE0liSBjkXsEYxJ9grKV/qTIBpzTATfQZI7WJ9aA+5XrT9sUQC/BumxhCMpcQygN6hQt2l80klGSqSQDJnxzuWeNUEJODANe26pumMaSuyvdrVBlu00ce0rjRYPrEoqhYjGm6SxFcng1EqsDyKgmRZVlWzWG1/8N7Pvvp771w+ugiGF0b463jcf/T8z//2vaez1d7etKgr2xRmu2iLlXSjtt7GsRjGoVG2ztSxsWWvZkXlUm07owJbYrG8HqU6URbLqyktDKxS6KzTMTe2ZVsjqxLe8JhkzfxOIawvavJiJsFyaECsZMssnuFX/DLvzNdZsbcFvUDkepD9RSUGFhgYsAhsWZuy6ootWaLzK4N7ocu67QNVU+iuDMXYNJaHSbIfizRoIwlNbls2Dqpu9v7Tkzsf3T86mF7wSC+M8Ff9qBrzvR/fOZ4vsK1FStO1pimrzdwUGwpmpq4Vcrpwmsm2jVabdklQtdr2XbI/yEM6xk3VNVFntF8RM8o0BGXajsKQAsSEGRE8DXRI1sXypWhbkOGGksffXY/Bw9b4LnyvwLyGOlvbomwDSlzYgS3q/N4za1vrgSc2YISQAe4o9JmirFerYls0VU3mHgl6+V6UdPW2r3t1ulibtp1OhuNED7RIZZBCz9uVbUuBEAr5pt1UzZ2PHnzrq+8MsvTiVFwY4a/08fj52Xt3H2Heti6w3wXFyK4tCwnlUUuRsA20oPQtVoOk32uDYhucWzdfFy7QEWVnnWgrW3W2dq7B5ocMmZ9u0U7sjex1b0Myb9RHpSTj6GxHIbETYWtNpCM2SrCrhQijKCZoams07iEBLLTgwYmWzDiAdClFqJaus63pd5rGUBZK1t3U7basi7I5nxerVaV0kuWyxgST29Rd04dLchqNyeM4CujiXJ4i1hIWJYfQYgdi48neprP3n7w4Ppu/fuvaxam4MMJf3YPO6kePXsw2tW3qoCnCHmIPHSVRVTPAQEOLkbwWGxsIJqaRO0iCbpBQ6JhX5nxVZFkUhZIQqelFW3S1rZiYYmPomgWwQMPbA0OObGR7eLY2zTLN0mw99i4pqNAbVvpuHUXigDfI0P9qhYQtoh9QqupqhrVoApbbgoAm5YSbbVE7uy4qCoB0BWezoqza6f5wVRv6/1DowoZV58qmSeI4i8ReKveyOFHkUkJkh4RujSPvg3mnHjVW8iwf3nv0yvXL6qJneGGE/1kflEUVVUUHlnDf0+OzP/vOjzc1LwTtGug4CdkbFrXn6aDQiR4bYciGRCZVOoGyS59GUdE9PD45Xi7TKE0pk4MGYthSStY0s3VRmu7S3l7eBio0QSAphNnaRHUTdIGWELQHcUYqspkIA4qirLG6sGxQ19FS8lxTyKEv3Gw3ASVvlPGVBcVjQq6UazohTCfON9uz2XK9KaDe25H/kCKO1qbZbktCxKEOojivtvMsSca5nsR6bxCnOhBBSwls1HfbctPUEV0sGaMUvQ5Cwsg/uXP/97/y9sHehejThRH+Z3hQLFos10+fv/jok8fHZ7MOa27ds9PZjOJKqCjrAgi0lnUGkVBRALSt6yNwUsgI6VthpLToL4/ium8oNM4WekPJY1kbhT1KTgpJv23qdUn2sC1MPM7iYap07FhwF1MYsu/zJF1TthlFaZLrODIbQ4koAVA0GazFYtI4JfMHh822BFC3m21Fxm1NWWxUVEupLWHaEAye+WI9nxeYnI/SKElkSFmrLbeGrDFNh5uqXpXzWIosUpMszgkOWxMTAo5ihcU0hpBtsaVksgzDSOyEHPvj8/OPHjzen04u+vYXRvif5kHHqmmas/PZJ4+ffPLoCRlfTXgxEHTCozhFXxubdAUZXddxFbLFAl0EQKGxOoJCTJaGEhO8Td1E4Ip1iVaXJnEnmqNJ0ljKx1xV2/m2IYNN48h2wvRheb55Ot9OB9mrN6+obbcpy9FgpDDc0A3qXthuMiTDWwUblDfTOOk/3W4RBqWmiBdtNhsyCQqbpu1Wm+p8taXobNpqNN1rnCtMe3Y6W29K54I4TqejUdVhor+oDFad9UG5WoOY09srB0ftZqFsqMJgkCcDaIBzhwMTjX1Rt/RUKh+TT6Db0vbhum6/9+P3v/jmq+Ph4OL8XBjhf1zc67r1evPJJw/u3L1/Ol86FaGvlw42xXK9XqVpzkryElwyqcjcWBgXlcYkVulgKHTcFSFFuWAv7zEsC90J2/cx5WVtOxnmMtKh62OtTpbN2bIu6ma5wbHGjutAlNaZTbmuWsoVe0GmbaaTwJRVVRbXDg+ORoPKbBTFTvYTadwFfRfyzl16qXpb81AvRS5VNVuKkYSW54VYF5SbyvO6NNaezWa2QytxMhnRw4ZhRR7FtISVwQLvujSJKAaOkzioN7kWoyTKQkfxUGPhtsOijNbWjVsVTWHc4GDYyzhQSa8oyLsPP37y/R/+9E/+4OtJEl8cpAsj/P/8cK4vyuLpsxefPHpK+R7lZsYKcvWrklBiWdeGznaUDkKJ5Zs6Uk2H8+j8KDp3B7CTMEwJPDZCraqGoqPk3Utkh22HckcfyrhzAyGuj9I0iodqK1v3FLO5Xbmt21glcRTrrOi7801dNAupVZzoRbkgC0y0drKK8r1iPqM0LNIQiol0tzceAoJWNUUvukhQUYWIU7lc19vKbMumsmK+LLJ8UJRrCtpN41ICmXQBSUzOpK47Su1cEJDhUcAkbJ3JYJSqCOQBO8mjQRJc2d/reUQDO9JaFtXvxQJpqNbJqJc6kKolWN7ZmSn+4rvvLdfFH3/zK9euXKyIuTDC/9ews6zK45Oz935+59HTZx1kl8K6I4AZNo01tqfkrTQmUpEQwphuOsopg6pNBXWmEGTOAEKAFOTayDkJjlhmC7XYVqW1UaSgncsyFTULodnNho7uOB9K5eqicpf3KZGbrYv1dltXBh12iqT50IXhtqpFL2dFQVHOGDNI1aoutt1paM2lw8NitrGdkTKMzqo8y+glmrYgV1E3LQXHOMnQDeyDs/kaLcGgXywWtsUsfxLLmGxdkV9oKaRviqKuqmww4hWgBDszMsJJGpERUkScDvTNq4dtuSUQ2vNiG4wvur5qu/m6GIz3ydydTIUAOwdTwVasm/4Hdz765ccP/vt/+o9fvXX9on1/YYT/dw9CVrPF4uMHj+/c/fjxsxcNnTKNTUotxB0Ir0nGXXTkyJAkBRnT1pGOTB7WdQklQi5DIrzpWKh4x8WMM5UOnYpPy+KkNJNBRgEiokjowkBC6CloW0rwTFnmafLG9YPsvCTjzoQ7DdqFJ54aG1Oql6aKZSZC3iBDv740Totge7bSMtiK1ez8VEtJtkQ4WEcbzA1KCVXeupEq6iyZrkzTbF2jVktBz5iS4G4SpVgXRf/roEza4x5YrVHO0RTEtdobpPtpOM5UouSl/Wkeq66uCGsLbOTFWhnXBcC0m2ZWtAOKkMkoUKkUIpKh7UK6dVXd5ll+ulj/D//j//SH3/rqV3/v7VvXL48Gg4tqzYUR/ntthvVm8+Tp848fPnx0erqmc0sQK0o0YSrwKoVzAWEvBDfb15Vt22Y2Wza2mU6ng0FC1lg2bZZpY5qW2dPgRveC8io36GWapYNRmQ237frZYvv6wZ7qe9l3ltAdjyPBrEwnHdZaKyVeOZpOsvpwnFXuKkHQDx88ebFcU+QVfYp1ThK8l6a1FE/SPEZrru1qerJSly0a+YqXEIaGQiLUuuumxvRR39LLyI7CUq2g5yZGcRxqlUa6x+r5tqoNRH0txNbCgP4Grb1hHBHEHWiywGg8iC8fTMiueoNFi+SPsAYNU8NwI411z+Ybl+RyuBfoXFCOSwkpwKqrO7qH2IORDUdPFuVf/uBn799/vj/O37x15R+889at61eVuugi/hYbIYgdxpyez+5+fP/+g0c1pTcuoDghFAWAQLJYZ902FF261myKik7baluenZ1rAFFpOrct69EES86w6gx6Y0orXrFEpzdKys06H+8FckxgcnJwuLbb5yfL8mZ3OExkb2QAZV2pRc/zReCQFRVleXmuDoaJTqJt2+8d7l++eum9X3w82yzLql0WLiDDiqIUzFLCsKqsVpQINk5QxPTDgTyZCyUMa1ussrBoyoe9jQlxQtNbpBD67sYRfRfi30VVM2M0BEVUYB6Rfole/2AyiqQzxSKfjK5f3p+OBzxr3/lxf/DbjAsh7Ga7QC7r4Hix1eMbUqcyigMoD4Nk11nD/LhwtSmmo8FoOjmbr/JOrU9Wj1+cfe/v3v/aO2/+F3/4tRtXL18MH/7WGSGduk2xvffJw3sPHp4vFpWhIBcQZiNYtS6apit7PkRV3VRNQyezbrrVctN5Jd5QKh3z4GwxyAdeH57lJwKW3gSnmk58kibzxfn48Eqc94oMIB3sH1xZfrJ48OL8KL8+EJhewJQuBS4KTM4rAPdd15XlVutoOhrnLjzbbEdafeuLrxL+e/j07JMns9kG14dhwkjZpsIXAtI00KyPdOCwywzapbgsR+A1Fn2EfS9ksFDVp+DVU6xEW4WiFAHFBmw1sMGjKEETU7hubzTcGw2GGupQR7dvvnrzahbLzlQhxC5A/G6bmitQGLro+qDo3KPjWWFFmo1DgsOEw5Xfx4Zx4IjuFWW/TXVyOhuNx3RjKNcNpSSkX7n2z7/74/fv3vsv//Brf/yNrw4H+YUF/lYYIaVxL07P7t775Pnp6bIoQGIhbKj1tqjK1ZriCDRUajJKMtS+6bptUdJJmoynTYPBIQpDwzAisyyLkuIG5WlkMA0GXzuNYoztHO/IpVwry2ZnTWe6OHXJYFxsZqPJle3w/KPT9c2r3SvjmEKmEph+6FhTgn6JR+xBqgbNplwl2eCVS9N1Vc+Xm0SKK79z+42rl568IFN8ckYeoQ4b+iVKPoH9nN/xy9qHgV/Si/JP0EuyQKWg3URPjMVoeI2WZyiw0gxUAoreKUWzoLXDSF45OshUmIXtzYODm1cOM4rZXUN5MAU/GGHTWHpLZH/oQ0KFzYZ6VlTPFlWnh8n4MMpGIXZD0RVISpktWOzatk5Hsq7K9XpDrqCgu+VckiWhyjoX3H16+vRf/Zuf3733T/6rP/7C67cvOG6fWyOkU1hV9aOnzz+8e+/p2Xxb13R0DcEr8Cxd0zlyz3Q4KCvCwlqBzWKhCLDqPWihIBZo5+oojvte4KCz0FmW5FrFxnR1g58JWdCeJ9axTzpOEwqapmlU00RprNOxbZvDm2+efvLzD5+d7+dX9lA4gbonBQ4e4nO8d9Niwsh0ITfcY9sOyNCPpkuwac6PUn306uGto8HHT06ezZbH63prjHK9wpSDpaBIF4yZJk7s/MpR1g7tG9OE3C2EPAXa6AElun6EPic7A/9a5DLcHyRHo+zq/ujG5YODQWzqbVtV0EUNIP1rvAVSOOw/BRRh7YKzRbUobXR4kE0OZJKFUSJYa5jLVIQXsGmD3icB9JI8WU02DT3h1WI1ngwJtvcqJTT//v2nz47/1de/+OY3/8E7N65dSShl/W0FqJ9DI6SzuFiu7nz48SePnp8uVuS5SwgBhtvlGgNwnS3Kkv5bNhVFpSQdZINks62KbQUdCRXH8TBJczLgyd7hZr3eVhtMBjWG16egttkSOux6JbALF2VHCLRIMtKYMJzot6uZyCZhPlTZhLLJyfBKOJ19ePzwxt5o79JIhcgHuYypeJ7WYT2hliwr2ErgU0fYTyaD/WFus7Su69liqW3/hVev3bp17XxTPXkxe/LiRVGUEKBRGixVF7idFHCHugpPBkMBEQvr6aFC/7wuTLQm0MzapG6ayav7e2/cuHT90oFwTdhX9JxK+vVMaP1bCmsGSochTyWyiyDrFmfr4vH52sh0NNwPVEIRFes1FMVYlmjjWwHlHMwEyyyJFosNhVFCxp3pl7PFpaPDcot0djwaPGvK59/+/t/97JdvvXbzjVeuv3b75pWjwyxNftus8XNlhJRfvTg5//Cje7+8/7BhvuamIWNr6AjSB48tDm2XJAnFQ2iVRdgTCKFPg/55pERrbMNHaX56SkGgs91wQCaa04+i7Ak4h9og9JRQpOl5jXTATTA66djmmaaDsiwPNNb8pdnAJpUV/ZVX3ni0Of7gwZOr6avXLw0Fr+ZVzG4JOMgSlHTQngfvrAO5rCUDd24oRJSlI52O1kWxLeve1LcnyWt7t+a3Dj45Xp4v18v1lnLXFqq8IQ8XyQ7LzCABDK5cgBovJGikiHWgoQoVqNDuTwdfeeetw/FglEdhWzbFmXBtgr5MBI0ocF8NxU2kgFhkioFgbC2EMWq6maez9apu48lROhyHKsZGRN4eZVEb4gINC6kKKaq6xo7f0KRpQtcaR9GmakvKD3tJzi3ReaRkH8bPZptNde/B0+PBj9+/dLj/5u1bb732ytHhATmU8MIIf7MSv+Oz85/c+fDRs1NCngEBoaqpq26x2po2WK5WR5cOsGZWKWOh9CnY6pq2q9quKAvU9ULZ1HWSoqiQ0tkfj+hgD4fDylQsTRZWbUU2CU0KhYIiGSVZDP0vZYYUysAhi9J8uLecnUvM9fRpnCVp1rbVeHK4f/21Fw8++MnjU7KGy9MEjDXX9kJTJgnkjGgqEx0x3qMIRPlm40qKV0kV1irS4yweZdF2IyiNbcr1MOx/9+ZRcPvalrLH1fZ0Nj+dr6DOhM1NEJixEAJlrlzvIinzNI5Ctz8e3rh+7Wh/fzqmBLCi56nrNgSXlaJULNBo96OQJqBbxlK/2EboWjLnDg4iakL9oti8WNd9PFT5Xjraj5LcMR52IVg4pgtYphEj+3SX6HZtyw06naYO4MAICQ8pAxgMh6guB5pQPZn3aEi4o50HZlu74/mTX3z0eJz/+M3Xbt66cfXq5cPrVy4lSSw+17HxN9sIfcvh4ZNnP/ngw6dnMwppm03t+rCh3Kmoq8JQDJgt1oPBUEGPrG9azM1WOOSWBR4g9kChYjSedq2N4ozCCZ1gwatU6B8bctmRggv69oqAK4qFrYNYqPAKgkCCLJEdUlY5Gu0vzs/rqqSwMIgHaZxWdUkZ58GN231ZPJg93T9epdolE4yuW66o+EjoDy6WwkdRmmVFs62rJgyr3gadcbamg65THRGk3RCMrrbb5WlT25GOxpPk+uiovXlpXdarompdj1hqGrLA4WgMpackngzTLJJZHBNWbeptPV9TIhorSYdb6jSA1CkjTgzjW4U1GKDGOLDw0NsgywQbJlAns+2jxXbVy2x62eZ7UTroheTc1rV4UbQbWYcRW27qpqZItjedVIlYL+okyWoDH0HWXLPYf23BWEjTlGIpAYoCa4np18Oy77btZv3LRz/7+EkWqxtXj95585U3Xn1lMhl9Xks4v8FGWNXNxw8e//zuvUfHM9NBEX6+WC2W28FgROCzbu14vL9aVRSfAq0ePXtaVptBPsoGI0v2EqeRiglVUhoj6RD0AbSXMHlLKLGr6grrp2WEuVmnTEu/EQcKmyEoUCiVUvBDgmSt4o1K9OLoqqsoI4Qm46LcTKZ7HR3oLNFNYnpBEXL/5uuL2jw6WQ4jO04ngzwJBTp3hPcgRQ/VJLT7AsJ8kZ4M9zE+WJampRjSkd0DslpRdxQ6xTBR2eFe27qGS0Q9UsEkj6NLY70rjkCzGzP4xtRJHCZk24GiiE/GkaVpTLFbag4trWsxmS/IbxEMhdqbEV4pscP8fkRhjSK97etQEpw/Xpl5Ee5dfq1WgyDOQp0F3OU3qLu0gNcs0t/zpu2u6YpNPRwlcRK7sKRcm/Jg/iwIqGcpwH5LN3PbmFVREi7Nkljx/SzKBv5PtU0YzNfrjTHPjs//5t33X7l69Eff/OrVK0efPxLcb6QRUhZ0/+HTH/3sw3tPTlel4SGdBgV566ou1F0oksEw1ysCpi5oTDs7eX50OD24fD1NMjjjvtJx0vKWBda5FtttyWv8ej+4R/FTyZTwEp0uMkKBDfINxSLCXZSoUKRkNd2et5HRgZYYkwhDipE6TUaTSVWbtCG3nwyiVGbDZbEcDvej8WF+dH3+YPZivrk0ppcI4gS/GnLHHZGUsCnrGnLDrU+TnOBs09SOYDXBNXqD6GUYHtuAhj4ZWpSoNJKsVY9Hy6spyJoED0+FZGyErinMho2QfZSihglpU4pzLfI8r4jPIRn1T4pnrMXNSqdJbEF3JUtugzCmXO7ZrDnbtGJ8JTu8UWxNNJjwphpC6riNuHzF6MD6NDJoGlOhG9uMJ6kXRw0JsWNLG+ERwAoUhlF6FlGSYd7fdGVVjkZZlo8CiNDR7YUUXd06cnnrxr44u3f/8fEffv1L3/ra7yVxfGGEv7ZH3TTPjs9++vO7P/rFR7MNnVDVYCagIeeYpVEfSkKM9PnRqZ0vTujTtZacsr1y9cp0OuIqjMSsrcOyIkpfkigmFMqaSD2qGypsO1T5pdDOhhhWol/v6XCppjfk0ilQdsiWArZUiU2cvNBTUywNeJYoSobTvfn8vGnaOBME41p6RSdbq0I9Hlx/dXX69LRanK6aNK5HgUoSrIHhsqvgNge+YH1RhfUsEnQUMjWKsBTTyCBBne7auiZMZ9D8ByvcKuimMTEtJzinwVnjqqgPiX3oNfDpHdaSzQ48A2xgA+z08vc9vmafgiflccEeTDzUVANNDuCsNI+XxYlRe9dvrl1spc6ycZTGnXU1eqydjjPeM4MKEbsWukx0KG1j+9WW7m2eD2I1sKEEtsA7k5CvEhG7OcoINEVrCtIUHMvlejQcUr6MzRq9ICO0oAOacT6YVe2/+c7fPXx2/Ce//7Vb1698boqo6jco+r33/i8Q/Z6eLIu6g0pKKCHRAv0jynY6Z5bzOR/QMI6i6XQqFZ0SSy5YU7joWvhpMEDQLmu5bcib2gUdAliUl4r3mruUajY1Y1MoQ/SyR8BEyBTcOsN+FYm2u+RtfjjBaJApHdHZ3Nurmsq3AY0jU0xNXVbrcrQ3cDIc3Xxz9fDOvGqH6wrr4jmCEpSFmAQMGvPxvtUuIfNLNo9ZYRn0EbmAHILaGCfq2qYqnDVsOaxKitY/eDPYf6akD4ysmM+a3NjBJnZlS0RdX+bwysIM7UD6EX5jDLcvPQcgbAhkBnJj3LO5ebGy+uB2NDroujCJZD4Y4II7WDN+Ex2X3XZhLo5ipyIyXgVae2drcGRFRB+VcR1zCliGg7wcWqYt+q0YhaYYD1E5uh7I3XQtmSXlC0W9IZ/Qmi6SPd2rH965//TZyT/6h9/63bffTD8XI4u/AUZoTPvo6fPv/t1PvvfTDw3SDaWSHH0rii9SdiBi1ZtV7ToTRfH+3jBJkyiKCBPScYsSOsvKYstQK0VEdhMQkhOEUS3afDHZQYSwpnVPT8dGyGPxlDKBGErHvzNkURKb+3iIqW4MNHXRiKOXI7Np0XTrwYqmc6TJbrLhwaXr68Wa7Ljq22xIEUCaitByvrVBfHBDVcVye/eIMrq6rXWTpgrSodawqL3GSpigg3avRLmEbL1XbCsOOJLsiGKq62UUC9fWYMHw+mzLez3hB1gMSiDY+J2EUFtDQES8DdnDSLYarChk9s6u7sjbYHxMhHoUJ4iUqUam6U7nxcN5NQuyqwfXVTJtVqt8b+TAawOKsM7IIGZA7MtVlIAra0reehFEYZLQdxO65i5U0C7uTQ/KAAVwUL4VuVLceKAJQTCEQjPU9WMohbe22G7K/enEdQ08g5XxIG8rcmjlZtM8+5d/deXf/eAbX377j7/x1fw3XGTxM22E9Fndf/jkr7/3ozsfP2h70YQRvKiI6XCatq7KejZfYnJIYxA2m4wwTUPHk2v0GqQSVFrIJ4OPEvKgm+BiJJalxGS7WE+rQr+0QWvtPDEEaRqdQ41Q1rYRvs/7OkUA8mWPNInskTM5XmwtfeSBHHVnAxBrhuMOwwT0L+j2Epqk+EzxJ05zHUXJq6+VP3uwXJtJil6/sSFZKdonzgTQzlYECZ2iVI0gcIMYrWAlmm20h7aaAgUNNqnQnseuUJSlkARyjNMsuN37TcAwMt+yFywNJVmLO/SVG8Fh9NM6M4FTg1ElcnOACPT3bdO+ONs8mW+rMH/lC1+JD66ZzlPu2LIdlGbQBYkVXZiX2BHc8zT4GjMowmHmA37NBhq9TFyBpCvCgjdUgxClgVD400G3U3qQSdeW5QPXp7PlKo7UcDDkBDLodaITZAp1F378bPbwxXc++PjRl3/n9bdevXn50uFvaPn0M2qEdKoePj3+3o9+/nfvf7gsKp3mFJgIkvWd224Ka0sCMuT/xnkmROCpIR5OUmgQvHKaB0+Rl9DxQ9bSdgRZ+aMP0EITDkxI1CPQbydXzO1l0KoRXXEgyJ4jaSXwn6mlCjTENqMo7SmCYX8ZXhg2gzlXQSmlDVEsEQFALIWqpDNbJbEYKc7zpq6LphkPD+j1TODSK2+vTu5uKrM3GRDuJFiZeCfRmp5nMqCYIQNWtLeSgDfSKxMSTqNIqyRgLF9BwLE3SZKWVwsiiAdcd3EeGYbe0nww5KwVstr8ThXml9DZZxY5F4Z4soJeQSPFJEMqNvNl82LtTuxw/9W3g9GlXipoGYMajuiMKSiu65JFgVjDgopkYgQXoE3sYP1M/wbH3QWOskDlM0aFd0t/x1u7u1DztinbERbFKg0ZRIjquDB6O9PpXlub1WLDQlZdHMeTycSXsaq6JqP95aNnj18cT78fvfnara+88/YrN66lSXJhhP+xjxenZ3/+N+/+7U8+svGQzrDOE5C8qnqz2NCpmuRDshYKSATVGoOyIZaAqahHZYUiCLajcLlfMKm/C3brqKUDkZ815AUmGZSOWRXG0m/747grLSjFYp6+6IcIia/bqoXWWK7QXqfjJphxxl90SDNDv0uJThwZjwt0HCempR/omjZKM5ml2LPS2rIj3DWML7+2Xh8fb56MBsFBdlWoBLYZYGc1HUfvApDaCe640ZnVylJe1bmoN5DPwBgFmaDEuLyAziioc6x537PTAWPmpRF+ikiZFRAytMWqtd0eGMtq+BwPgSQpCHP1q6urarM9W7Qn1VAdvRYOrwcU7gT6MmmWUcqN7U0I9ATnI/I4sm5Y2gOLa8qiJjdILjBLsziL6DbXZY0isqQX6ghtsnUKTF4RogZmUQJL1si2g4hwQGBjVgQhG2+xxztIhtlkPDSEC+ApbLndNFgV3gwnsU4GdBgo2M6C8K++/+PvvvvDL7x2++03Xr/9yq0rlw/JPf1GdPk/W0a4XG3efe/Ot999b74pGwon3Mouyg2vd+7Hk2GapAR1imJL56Cmz4FiFKVJXCXHQj8YhBNSAxm6wA9GUHTkpeoo1bP8kT+YQSRFTR8zWC9cZyGwhyIIGRGKIWCBkAnBhgUWldnWA1mUTACnhCW46KVFYbuAd/S1aQx5hAD6LhlFWWMMbJjynCheFoWtTBJprI6fXs1ufal4RKe8zLMNfTOJswBHrt+1KDgY0aVi1UTQxKwziPgGr8LYE7a5C3H0Y5rDm8eVoZ9VRM894KUxjEd738DjZU8v16ZxMTNAk9Qbuw4x7It+SF9s29myPl45sXcYHV6zKqWQL8hVWJcAgGvjDG4F6DKq7dqAAzkKRSFXfOiaol7GEvsT6aZFhB47QGXdo/WIX6Q8nDuxImC5RFwTGSKhiEjqGKQ+h7ShDzQACTbkdHHUGog/7o2nFs0aEFu3y+1mvSFwMKajEcdkyI9ON/eefj+PfzQd5a/duvGlL7x569YNylYujPD/+UEH4u79x//rX/y7e8/OwiiN8qkpC1MVFOvIh4453+spGjTYVxKSn0VuDwgEVj6EPXte+EW2gzY6nz6sTVHIXHZufleE4CgBcMZ9CdRpeKy8M5bLFjwaYS3vA9QijkAWrSsNrBWS0eM/PmmBccImeMKCwl/g97RglifCSpY0TTWni9CeiDWTUps8VSbsCxdFgyvy8K3V7JP5vMiVGOwfJPmAyyxdsEtM+XK45ukfdI8irrXQ3zA0o6u04a7e4mucANuCC6Ii9PkevhOw9XG51I9H4gcD9ikoVArHFdcOuwuZKGqabr5pH6+6IjsS+5e7OKsdARJtmpLsIokxLFJVYORqDslkD1ynJfcSAZZTOLVW6YieDEG1gx+gfCDoLWGOKI7Q0mwquhqNuCd9fbdHaan36anDKjiJfJvrqIFtMDxN77o3rG3VYelGorN8SNC0ntaosnZ0XsrVuiAUkw9zyhyP59tnZ+//4KcfvPHKza/+7hffePXmaDj4bHY1fv1GSDd5vd5+90d0v+7OW+HSSd20q6ogN4qp8GzsPxcsj4XdocQSxdpYCEYHjpfsIWX3JqhxCHntOhkt/TqFk44bEdCUwB/EIVgORoFwKslMUEukZMyh1UbPLHm/UYCMz5JzdfQkLZ0bVD4ossUYbvI1HgFtCD7p4mVgob9tgZQMSvC8HxA/yhvqJ9Np1zZRNKQj3ojERlO9/0bRmZPVR4PlOkpjerdpmnHVpeNWCp4S5OtwV0hRKOF2/pbtDhOf3c7ZXX2TkSZ3JXY/4AM19jNxPQbHelcOZSull+j4+rxsMfqismna5aZ5sWoXwTS++qV6cBjEcWhhLGXVZPmA/lQ1Flk4FuAhH0W3m/KAOIJxti1do8NGbgrVzP2TFNNEX1ZVolVK0F+gGYu7TCZLsB/r4RDXHEvpC04WnF9syrilxW6ctleWPjgdKjoGAlkA2rW9aAhipDEaURoRM2VA1JvOnM3X9Dx5nhln73zy7MN7T25evfyVd9782pe/OMizCyP8DwPgJ4+e//UPfnzv+dmqCeabCvN4cTQc5JTAERChE0P4iN02OMaWs3x0pNj2ePVs6Hf6oa4gOqkijhXiZaUzlDtZeF73hUHYMEJdgX7dRJ3CcsyAbEMnUQx5QnTqexUpaOD6sT3QZyDkREEAcxRsbFgqj2oJhA6BmjiH9JVG7i4itwSFIAyzLKvrGgyYbHDyfBUtV6PJtGyDNoxqPQ6G1zbl8qRaqHVJEJYuNs1Siqt+gs9AWsJ31XmNfdehcckUn6Bt2U84ThnZBtHocIxlfbszfDngBwZM8Gm0DHb5oP/5nof//EpSimGUBCzW1emyPKuFvvJaN7rSyNT7OEW/2FoZJ8zXQz6MG9CgD4RqFHN/WA0DV654sJgeWEMaoGSK2iYXb6HRqIQj7IuLJ9OVWIyBugwSCbRkQIbouaeJ31CYxGKzQXOFUkRQfdhPYoyMAKpk9IE8AiPYmm471EDSdLPZnM8XMflRRZYvH57MHzz9Pz64+/EfffOrb7z6SpYmF0bo6S/tuz/98C+++9OytefrkhxtHCd74xHdNYwXIHlwVbkh/CmQ1Icdz+zgrNN/mTHGzhstXszatAZFOC74AdtI4cMJlr2jGAjopWUE6IljjIIijLznKgH3jyMAUIhHOOhQCGg2YGACGKjp2kjJqtrSd5ra4BUD7rIFPaYQADudMV3TthQA6VoQWICGVVOXXUv4WQ7yfG96cHbyYpQPBGQzJJ1vlxyK6euL9YNksxxkJYQhcH4l71eSFJVQKgoQEjih67GREL/bB15EkUPcp5mh4sFa/IfDKcJesGvA4O71rCnAkLtHn8Oirst22SM6BduyXRfNYtOcVEG4dyPYf6VQGfaNNnWkbN/oQCbYetgLY3qlE8eNf+yboaSPPYFBoMbyKP6DqinZv+1qiWlpXBZ/geI0oUfuokDYH2kC7z+l0EzRkjV4Wqy3Qv82wthZ11q32wEcAr3uOEBB0GKUufetFlS2kSsoFLRDpDAT+qKum9P5gn7h6tXLVugf3X38+HRx+8rRF9+8/btf+sJnRCb812OEdM9Ozpfvvv/Ru3fuPVsUNeiPwXg6JbfIaQ9lf41loVlKxemDBsuf0yIyE8dwM+S8j2EJOlKc6XkWl/NLm0PBmzR7TATw3/qsyHKlHqV+Qp58dJnsgk+QTD1ClRHwCU+uteTaJJpbbAn4ufFosurXkGsJrMbKW7QOLRNE+qDlNdeoIdLvQVc3cK2tfemiJldC+DROlvM5ORoyzSAeifFVnQ/TYVwd/2C+3ETJQEWEyXSEgBHGGG/tmMKKB2dO1kNQ3g4acEKIvoIIfYwJeLVn76GswnxW6DPD/t+7+Qxo0UwUqMkEFOEdCqJNu9jW89IG2VTsXy2iFAQCyrpFkGhRV4TrHYGUhgxRymE+qJm6gNKzQD2s9ygeHs8PN+1WsbP0h6CARGCeR5pNHGVaRIjwTgYdtqDSvQ4xMGUQqQFGyCaxWUCgntZbHtbfVXpR6yGM2vIMI942+pPciSRAinYrHI9AJ5UL4zpSRwf79NaePHme5flkPNnU/Z37T+7c/+S9D+7+wde//PYbr/7ae/2/BiOk8/OLe4//9d/88PGL+XxTyCTNsiRJU8ql6LMrIDKLA9YgKZA+aadPBWXMwI94IwyCh+2LnxwR2JJ49UrX7fpdIJYJnzIhf+gsOmCUSPYSHziWuKhIEi6FFgPmRxlQ0UdO4VH4vX6AUphpQmcLxFCKUlANjNLMBhV5CByvNNNclSG7HWQaU07knhW2coYo/3dwHhS4O7dt1mgl932x2eyNBoR+QXgJo02v4nQ/nt48XT7V65q3zkuLjj2uCAcqwCWw4pLlQWKQGOiiBSRmGHT3viiJLyzfIM8aZZJPsNvU4hsWPt3tkR77ISyIBrigMlhXWBWb0og2PQjH10s9JsAsQzRAYx1TnNuu5vQBJfll8ibohaoowVwygWR0DpxH/vB8zIPRaldSIbiOMlLHtZyaJzba0HWI94Q4yBNB/rBvYX48fsFVJhD3EPqgaKNCdE64zelNmp7JJglWdUuLtx0TaIIpgihIqATxkXwkVI/RRCXnWBuTJyq9fLAuzHyxsl0bR2Jvf/LJ6eLZX3zn6nsf/Dd//I3Xbl3XWv1WGCHd5tly+5ff++m7P7t/fL6MomS8d4AKCR2vpqKPpACOYrBBKJIsMBBNU5F9koNlwAgYhiI8ThuK8ExDkz0rrCCF6DuOVyh3wojoO4SU4ogMBtgGUS6IeYyHXDdFOOO6OMKnjPImBs/JAjSviXeU6Pe+gy/DPIm2lY2S6GxbbquKG9P8WoFCwhP21XZLT9US8mxKifKPRBOPUCrllF2bpRlGDVDTDMa5SpP90+VmejCIUSSiiBGdlGk3eHPcR6fLF3kwSxw5o4kLYiy6AOEHthh5yIV2ovNkFBbDdrvGA/AmkkC8ZxUGOx7My4IMc8N57pFrOj3mJXtsl3EsJGpba0pTr4yrsyt29OYmOiIEbsGg6yAurLO6WhEgBw/WWjrTFNDrzmhpMXEJB6RcQBeImS/DpCFugyA2IxojSgZQtcF1ogwmeDJFMLEOHDaLegzoTRKd2577RMxtgowjvxlgGLIo73G9wwEBCBC7l3GM6hd9El5xi7BuQicnYX1UeiE1GSQUsenFhoOsJfdZVl3XLldr8m1Zlq8eH7/4l3/xzhs3v/F7v3P75rVfiyn+Sl/y+Gz+v3373b/92d1NafNslI8HfgQJ/GyWBWOBIN83onPWhUxA7rjF5G0YlTHwaXh2BpQuMD9aUEQ6/ty4hIBx1cSgLgKQ5hWRhGBKF5sm75BmjaYAwtp+pgAJFEM9hF9GRXIXR1DKSxOCOhYKSpSSdfDlOoDgUl1iwzR9P4M+RGdl11bbugSh52y9crwTHlvkk8wJXdVGCH379Teno3HXbIbjA9vzzGyUn1dWx4dDuy7Ks0y1fQZf0Tpy+GEXwtVDf59OOpyFoWjiKT+eqI3+4e6r3rfpOQfkYgyv10ZejEagj5qU3skWqlD02VvlNsotbbud92o2vbGIX6nUlT7KFdcsMVTB/cH1dkvoPUpTcHLAVNeAlR0bFZNgeEw3AD6HY+gMElKCmvgBshXOKbhBiRYK3ACZDGFz+hSgGwLtfT8abXkuH1CW7jQ+3VCHLJUMf8r0VxwBzzvA0wnL3gjGiaKOgoYQa3KxrABlAZ2P0JGOCKYneD8qGCeWtatarq2Rfa7L4se/+PjBo8ff/MqX/uibX/3V12x+pUb4v/zbv/3ujz5Y1u1k/5KME2jvGgAo5HIuMPi6R+/K+S4eUE+E1ejAVf3LsjsuGgaDmqSvWDAKEswb7CUm3NGn4ulAFEtxFGGrYHXFUeRZjyitSgzccVoV+IYAzwfCXrlUZ31vn84LvVwUSGgBd42KEzLEptz0huyPoJrUCJzN+ux0fn6yns2aYt2aEqfImn6XgYVcSOCZOhltz5698ubb+d7BstvE6dghJOkoH1E6a8LlpqklJkSCnC4eeCwKdocOvBwFVidiAPowXHAJmem6I1/vajD+P5wKit6XKzwHAUc4VI63hBoKQWJDuXcV6m1wtYj3quya0aM2kM6nYxKi+vR6i82c3aNpSrKXVqBVEOMKel9btT0ktVF2TsDJDo31zFRojnNAQyWbIlJdNExCAnuBK66UmUuyYowqETCnj0MqtCs5qedYj4Qc77z3BDmopQa7nQAB8CYZkgVefXkw2DGRwWOE33pYjmusmCQMG2btAuSf+ETII7uuSQg5J7pt+0dn2+d/9S7hnH/0R1//Fdvhr9QIv/P+Lxv6pAbDUMRYrgD9LrhWLnlTni4c04iRsHBHwWFQ1YL0yyQyxQmBZAzDBQicgJDbdAp7NgV/TYFDGWOQsKA24KeQQvSdRM/inD5Q9CD7O98mgTqu5zSzO0DdwxfZME2kufgORZm2N3UrhaUn77tskEDYs6nns9NH9+8VmyV9DayFFoAfV438XIPlFpyGBBK9EbeZHd/54TwZjg6uXN+/dDnPh/lwn3KfKhTJ6Lprh3Vf0x2JbZjbhswlDrTjXoVEJVB3GFaK6PhwzhX4A8hR/dO2zac9efyL+w8E5DAzFWJIH82JENN+dPC7VaDPxf6pGG+DIWVqKqzCWDUBWX4Kiihla3Vl6u1wEDlDHidCOYiyumJOd5i8VIItwxSkLNPHkScoVlWlqOQ14PI8wc1EIUx26OkH7Om8TKQVIOMCu7ra9q3vKXkSHgZZyM9A3BVpuwhfolKf3mJXsWD2rIygV0mZBZRRHQrmyPI7jrm4JdjkESgUzTG4SAfGUH6tuCbHmlhBaxvKi0MRiWRYNM1fff9n5Hv+8X/9B59bI0zptNUgHEIq0zlf4POwCh1tCJnwwB8dEng+59tbKEuwreJTdtDP5Rynf0n+xwcTaZ7B47hgW8q8tW0DL4Pgyxu+oYByKcoSeE48bW/JyFBrRaFf+VoiD0zAIiPo/Gp2um3Iy+InozzJctOY1Wq+Wi4hJ1NsCfeSq+1FOtrfQ9MZOvDwH+wuEKRbrKJGiw9ySlhPCOhdrZePV4uzZw8PDw6OLl+nP62Qj2s6l9NxLp1d6brII4zoIliQF7dcn41ggXSoIWDqpxj5zfE6iZ09Akz46MnxAW851Bj4QIGRh3sRGulKdFEGJ4V6Ee5P33rri5f2w2bziwcPH2wqFw1xuEHW64rNfJRHqXJ37/6y3G7TZDSeTgaj4WiQV21bLLcqigXYpDF/WGwGKFdiABLFMYmpYsjycPjydJ+Qpx+hB8JZI+KpBiUJPZiQQDhXvwPfBGVb2tV+vWUB4Xh75QYtSscdvCnSYc+NDRgT8ThXwJUFX4bSlBGgQAc2onKeiNQLjxzAaMAMs1yW3d98/2efZyOMZNyEpZdTAd/XdpKlHBAROedGVwpHxPE9Z4cXsnQfmRRuv6/C8yfj03PEL3T2Yq2DvmOUwTGTOVT+UPq05CWbmdMHAZI2/VszNkX6AEa4TzsxTqSYxE2JJY9lGPqbJI1Ho+HzF88rtDPbk5NjOjWjyf6rt988P5utxqskjpnQCAVCClodv40owrAiWWldUJbYJVkkowhS1hA9XW+Wi2pbzeys3DTrTfX6G2+lk/1F2a637bLtj+vqfF/vDcQr18apqiOcpZZgNeBy2KvQuxZu0oO85lsoAYtTKJ/x+iPvqxqQoqBci9IkDG3IdW8fzdZPj2ujRq9+/e23v/FOefagOJ/niZk2I4oNLqZLrNtyGwuXqvDjOz+8d+c9uhcM4WWUpJOD/Wu3Xx9P9sm2mrKoqiLB+u6MOw01vX10XHUE+SyNS8cCC3Rse4UnEDzQgrFfyPYguAKvgoGEOpSygfcwMDnK6pTQyGp7CHB55MLxNOS6DnBmyMEzwNOFvi7q61KA6+DfcLmY3VbIhVymAMJ/c1+XsKjlmRWcQvp0zjfm892iQNXY9519Q6tlXQkmS3j+R+CL6EL4ZQ9c9+pMDyan5NrJruy3+++uYe1e9q7xxDAvLhgQ4Ow4LWEZmN4LwnPFBYGEzXHH/eJ+vfSIFO0NcE6ZW4JBPq0THcfx0dGl/cMDMvnTs9mbb70VIvzG9EHq/OSqUE3T+jLSpihBM+YPnvJFiuZtbTaLeVVs9HCo4yF4Is0m6YpAvViev+hl1Kvs+fmm6T+5cvlAUEiJ0he1Pm/3zhf9YFY+rrevXc2vTeRI1/TGItHxe/VhHk06QtxaBF7ZpecRD84GwRMSn1alMdXgml4tO/Via395XD2ZUUQYHg1yuz373r/+F4SamzZoujhLRLDerLZQL5wOo7aq7v38/Xt3fiLaGjtfXEUZV2O2x5uzs9OTS1dv3rj9+mhvv+6DqtxuNpt8MI7I+MBJcqauJFouCZNauXCrsCFDM5+GG0C77LVnwh2z6Lk0xrVxSmE9Y17wTsRd3HcQOmW+LiSOKQqSOWtEscA/G2ZJdu6095Nd/EEjSlIUlAzdUVdnE2eyB7N/WtRskUqGQdm5z7MRen1bJCqgRyIJ7L3aAs+8MfEPR9dX9NyuaeQnIYCfvHPnnrngtkbny2IAnOjS4obizmNkySnmi3A1zVc5w0hH3ESjvwo4fwy4VU04k9AK+eZQ7C7ED+Hhf6M4sg1lETLPYwpr0/HN09k8PNofjSbn5zN66dV6c3DlEoM9GDvlMElVV3XDm5K8VAQcskrScHau4jTKRoT06hI51jQa1R2lmcsUNNdsu958sl7SzZDpsFPZ/v7lmZCbVpen9bytHh7bL9wY3RhrZaskbDsBWQdwuAShU2A57eoQk0k8NwiQzzgfMM4jDVtadVarj87MvZPiyaYXg6M0Cxf9tj89u3xpb+/wiognplXf/+F7y+1S5aM00WFXVsuTR/c+Ulx3RmcP8mx+Dj+wdfH0wccnJycHV65dv/1ano+CGAyhBmSzyEU4y30flXanH9U0hqkNPGMBqwDoh8Jb50lO0LHyFShPNux3RWzr2Xbo4BMsV0wgYIEcGA0+feW8mEdvmbQP9W+unTJXkevCXAiAnIdA6VQ2GIMGIVEAeXXsdZG6E4agCwWQ/jz3CYOei19cl+dbSAk4JQwMFXbNZOtnRXkWHCVMKXZkERuyIHTAjETey8k5HvOl/HBO6GGJht6E72r7JnYPbYse8c8FrPLLaiowe6RTXF8Vfmyh9216bhMLwpbAsYHlazAIyZTdmOrqEcVDWSSqqJocXfeE2xmK8kHTWRXJLI14nhWaGB1z6DSgF2TR0iztsckw6FtNieue2Z4/q+hMDPTAgUSCE26q1oXrk3JLt2AUJ2aUnBerXAb3T8o/+b3bb44HY1WS1SWUGTLA6kJJXiQKGBEwLdPxXKIXy+lQKJZz051V/U8enj/a6mWXNlGSJYOia6p+EJCHkYebefji+O58VtedmxxepbtyfvpsdfKkXJyhuBRl9IdutuVCpafOAXWHkr48fvZitd5O9w4uX7m+t3+o84wgO70uIfeErp8MkSf62wajLyyrwy4OjVufmXGhN9jNV7Gsuc8I0SglNGHJ54gdWy30Xs1ZP8oCh77jwlo/GInevmBKHDc3yOCdX9RBMQDlAJRcIanhOsESOJKrVJ6ayhVUhN/PsxFSJgSFJh3zEknrG/BcdMFRFayS4uEHj9Iym56xla8EttDkw631EmJcbsQEq/TjPExiUlLueoFCcgECN3THOWagizgZ7nwkCnvC6xQJ6dkAjgVZYISYw+ARCYRSuj5TNYvNen9vz2GudNu1Jksw+5ZmGbbEe3Yy0BTiLeQbUHzqse6J9YET09ZNI2NNYSLJB01dB04P969VxdqsZxbCAdGnnZIsTiCnW61O5s+Xcxya6f7h5OZXnoiDYrW4MRjdkG0iGmFbHUBKgNJQaIEGHTdpUDhUhFpF2JiWDt2LjXveJE9mzS9OShMfnBZNlMpqOYuzkVLDs40rqrOu3tZtPZzupSrebMtnT5/OTp625ZI8X5pPuV2EiXvJgJ9Xi/ZkmgEhQd4MR3ewaLoHT549P5+PpuO9vYM0yS8fDnjGtyAvU1UVHKjwmJ+Td16s2CMQMRuo/3s/2HsgySVxtjX8HX2CzDINeXCRSRu+d89BD00QEfCQDdd0OLXhM7CL3AGKRpKFslqP0B2vtbOIqpKhKMIqUiRrP89GCLQYaut4PgW5cMAjrGBqs+6S5FE+kLI0z7w437mALQnfxNsV1ziOce3Nj0twtzd8WRJkC8QsQtf6T0JEGMwN/r7T6Kdedzkh6C1st72vB/T9p3UBXvSFfbbkaJez2Wg6oTg8m8/BXSQMGUdZnhtPcaT8ExwaXCy9F091QWD04wVaZZR9sawgJDF0RNZB9h8Pp6NLNxaO3LlIooQAdUmH1QbSoe6nh2Fvm76rdJQsy/4Xz1fzTqbd9krU/cHNwRv76b4IEtcmfVnpvEEjR9MTxb2RrhZdaYKgtmrVqA+P258+WeaH1y+9dnVR201wNhhlGCSJYikygmCK/FtHB1As5udn53M6hIvzJQXxSA8gPdjTO00lJpW4x8p9XV+djDMQoAkNa81NelBcO4PC1VlTP6VP7PDocDKmxzBNYwNgD949s5JAEOa4B9Oiu9VBPpg12lhZz6e4O+Y6P3z3KGReP3J8Hgjp+//rSFwQ7Jju1vOHQegNd1QrlD6Z4QC+DkYzpAHJg3tdnlDE6AtWWn+uCzOEdUK0y8GUDwO/UBaBCliTP1gcem4jBSyyxpjCEz16Zix72oXz1T+HYUKe3RXS1wwDLqI5cE13w3Qe43JJ4O+/xTN1IUdCTtDlpy8S+OfzUz6swWK5EOtKfly+dm1bFNCObtso0rGmA+wiJXY8FclFIo3BCqwBRDbiwD+GbJSigOnHBJlZEMoEZYhEoXdZGhdUtcQIuRRJW1al6YNMp2QY2ehqtZ1FcS6jwdm8Xm5O477+xDXPTxa//zuXv35jdEksB7JLXBFY1VJgQtSuXdcQ4lj18YlJPny2KeX+Ry+ejlvddMfz1bLtmi3le6FLssloekRhZnZ6en56WpUNJHx1AvMKhE4GOMi9jHQapYM2pMQ2R09V+yklJROdgDobpDrUiiwWGm10Q2IpKfqt1suHjx6uVnO07WxHXvXateujUR4xIxWiUwTLkQ62vFqYpys4GbG7JvtuNIxVcPBtys95kNoJn5IwD4hhhk/hOVthI+xhS4aVnRUSdRanYu/HLSqGutAE4HEUDuyO0RB6m0yG/1zT1uggBiqqQeoTXHzxFWfHeaBjMLcbMuQuomUa524KDraHf3MHKZQ8y9cJHkzqd82HXX0s5E19+PldoQVe12unw5N60OPt07MQpeR8YldTYyQTMqDlX1ZivVlvVpvpZEx/tdluIBbsXBIPWmPodSgnFNxLlMgqwFGhi2Ip716jG0Nftjx6j1nBsm6kVvQmyMboCNH3YzGZXr5WzubMwxZppqLhpCjWgU6kzsD4VgNQIeM0z4YJBZSAPLh5HvR//aAtTfH719OrcTno6xjFBc3RoTUinsvRR2fNk0I8NdMPf/nRvYePu4/v44IhDCmSVBXlVhA4zgeQ6oASMrmUIdZyh1gOQfkzEAIPk/Q6CeM8SQahjgn8Z1nGOzN0zNstYhWO8jiWMELKvunUJ1D06Der5ZUrl+gtHx4ekk0+fPjwxvVrFBjp7sldRugnQHZSxZgQAeBAOU74pM7XTq31xG6YJ8tw+OzFJzKApv6T5VazZ6LRRwn1RAfVKeHHbfizZskh1BdM22LQQyho1YEyYtm5OOjX+QLE59gI6WzWdd2woiXzP2y/c0ZcSGY8g2PHRTQ0G7hCzcPi+EbYe+COZn3nWlCkQihVd13vxx4w/r1r97FWxU5Xs3/Jpgy9p/Togz8FvgzriTqC0QiWxkTQtYj8qO5ms10uV5cuXTKmWayWm82annl/OqXcQWIlaE3HUTOJx2NZICUupwsuJwqWyDYUdWUfJ1HPTMbeNFpKKAJqjdUQgEiyLgupcbaTOFLbITYiBhieGKRDU21VkjgYQ5akY93byonjYvO9x7M0luGBOAqagcb0nZPB1kWnJv3lafe0yO6dlD+7/3h+8kw5KFNBO4pn9ZuyjdQwHY4ITHQujEFLyOmPVHkgYrQ3mFuEWS609hIZJ5IuAP09LZOI7l2cpWT0dKVktYmOoJKmIOLKahwdvYXhaAjWuuuTKN6fTLWKGtOU2yLPc7IhxUEpVAG6iLA86GP1LTfxLJdaQOx2n8ofes/sqbwyjo3tfMOKRU6sB6KftgeZWUynId7NcPmJr96LAAQ+cLacD6ChAbIwGGwolduAN1h2n+s+IarQjlM1yeJbO94xz6Chc+4cUzf5dnsOt49QjgWtufy8oxuR+cQx4qDz2zC55ul1sEXgxcV6L4LgW/o++XzJ25DMEcWkqcJsA/ir1k+w84fdtVzuVKppmtPT00uXLxMWWq6WASVfSpF9eo4mffxRHDNnlQ4RfwflHAzHtRYzclg44xqKPF3b0enEiDfGJkKeN7T9jvyp4ixLxxMIVGGKGIaajSbkpMnzYFsbRf3AiCwW2dCIZK0lRZ6oMm0gNm3087PZkCIQJZmqjnRrovjc6gdlfGcuH5w154uK3MLe/pE1ZWvKwBmU5DvybnoA+jjqEBFDUCwqRr+NTJnrrMwZ8hL6kgEoeZpAgZfre6iQmgjxKUAJEspXzDFi3rfUMWHwlDyOHRRlSTfw+vVrZKZpmvBSjXZ/Ov57pRfBhU1k7Jwf+iqN20Ek/7ExUNxp7GMeWUnQqsQukPa7LN95BQABxb3eeZEBsXsdv6UDThYfLQyUe8b9rpnI6857X+n53I8yYQIINBj0XlmRHW5MSF+vdJ9qKIVM++WGvv8O5FUISvV+cpR71XQYIjo0fK99HZUBaIhReABJ9qW7NM9XxCV/JD3z1XaaEdzDwLf9+BJaSTLE6eLXbVszn8/zLB/mOSWodVnng4QO2SBN+fKwdwWpEebEUe1Fgwp+xAo2QIcqAAIJEpOW52fR2cMaDFY/7RkgtfSGyK6zwcCwzk2oPL8EqRidG0KtZDl5PEHnkQDgYNzZtjD9dDii1KUuzKlLPlhUekgxcz2IwlV2+XEQv7/oHpSilgOdhbnSkA60zXI+y5OYIKwKRDYYqSirWqu9FD8TjFDC0n5LG9cwmTTP4vxkBzH9HYiZiHfClzKYncsdUv4a0uEU2+ALnQeQo+FAgcfbzmZzzKMFweVLl54+ezabz9SlA8wZ0t8x/msaLJ4QgfVrseDLZPhSuUv6ZN5rNzrGnIoXaXn9O6SC/Y6ltpOT86iH1XR2yhqOZYYd6xRgypv8XUwvDJ243rcc3afd4c+5EbYoA+JGWG5QoIixm2HBBKyfZ7eQmvRjSZAAQ9bHYU0xfkEk4eYB61M67yyFpz7AMQrfuAh4VNc33+Xf89d2Uiu7kR/GKM7XxXYsVHxP8ZIlAp/bzXY8HiEgN+12vRpmadc1070pDgA3nD5NHaT0nRW4BspGoG0bKt+VUhgpxF8ZcDJ4XBWpCgA2Vuq6lgk6SYINYjG9KE/Bojag2baxDMNF9N63y82Q7DLsR/nQEFKVejJIF267NeljG4/qwK7We1osDm79vHYPyqRNR/RKgpCkPCLHVC7Op9EY+E2Ug8EoTtKm7XQM0SSNKWLhSeCeBI8D6blmPDAGSS1CAkmCjJfDO2yTpQw5+AhfdGZivRc44N0YTKigG1hsi6quNus1/QDl1VcuXzo5PT4+PRkTXsVW4N4Yi2EaC8TuXkYo56NwsAMnuL1S7IaVWzJC3e9UrHyfIvCdLD8uxckLL9SA/nq/c+cowMA6HRhaZHvKj4ZTJHdcLQfLijuEu6Uan1cj9NR3qBnAQXmkIUBvx2HFsj5e9Rx4bSaQpGyno9B3jbj6KYRnQHkjC7hBtat5MRkcu1ACpvN62TzNQ57wcX7qgiGN+FT0iJtTgmfyURUJMIsIc1rO5nRtBwdT+vkS9Aqj2LHmSR7rXRYJqiIr/0JclIeq4AGQ30kMHTWU3GJ0mPkDUAaARjdrtHnfTqkYGRulWAGyNKRew0FeliGAEy914HyGYxREW7SlXK83OswGadyncdc2WUQ5z97pulz0/QOnVtXkcqDWTfaoCNtsX/RpKhDcTEzHrLd1nWVDsodptpdkGW5eWcbCy+NrXkHDScDLOwPSEbOfWd0noEQVsjqiF8K/U+EBCwcY3xWA5bG4AdNvuVXDbPpuMh7RG6TUmh7L5SJNkkGerderZ6vncZKQlfqVcFxZ3Q0Lkkl1zKxhVINJCG4weFqh6v0QN9IBX91j4iKz1XomeAiM28doGmFXh9NYu/1/svdtsbZd5Xnzvm5772P7GNsVJk1RCwKqQBMl5NKIKgQUJeWBBkWteMBFIpSXBARJpEAilDhIKQkieaHkgctD1SoCHgrJQ1JoQ6KAVbWKWwkETSEKNgXb5/icfVlrzXu/y5jTq/vcwZd4ew4fHe+z9lxzjjnn+Md/+/7vb1kPJeM6UqFHWVei8Z6RoyBK3W22I99yvDjjiJkughNVq3JXcTyniYIu0kszNVikgsBYmdXEHNhKS5jjOWDO4oFj2vZHTphiLjRbI8azkDVkirlXLy5Zv/LjQ59JhWGd21XkRuFQmKB4H/c+//lYT1g3R4fHB/v7xSxnqQBZG1p/kdJLSrVqvTkhxWheCGkhKkFJbNQMwHSVPuY5NmBmnAVLYAGAsizGk1PU5ot5zd4uTLIzy9y2WD1Qhtrxe/xW+AEayau9Vc+8fMNi4b3FyWbzjZNtvfhH6W3Lh7fZJln0yT5bKTKCknbigExny3N7y03V3nHHnUbb5YuVMzUiFlQUtkgEspFz5cerLoLcJsi7pRzn4KRZCKVCujGaOKTFbVnIri2I5N3b35dT3z7y7UfITLic7+3tX6zqRx55dLGEqzhXCye+3JymO2uRZdDQwOAFibduY/XzIdJN2As8wlroNUZZaFzFMo8SdfbuWErPctUaX110MYtbeqImhQ/glssOHrAFCqbmjcXdbLdiS6CGONOasO1I02Lrm6yVeIwNhEcsgrC6SErhYIwz7wRMtO0Mdpqqk8R73Yo9UxS9g0Noh8/1o25UFitKqUgMm6bgLuUKpupB61rsxEtFTqk6wKRZFyeXLl3Cajl//rxZpE5OTrCIyJqXJoVMIJqIOo/UKjlfyro0G4DnPBR3JEbAQXE0bO7Cwn92R2wD7VSi2sim6QINPbcJbDcpm5E5OSYDTGY38zRwTctGXWg6lyMkqs6L5wWeXt62y2S+eDRpjuiDzpM+W+XJosDDhKJmTSaDLvksmy/T+YJZdfrZpEUVhwHpOPCYErGENszqcVqp8BC9MmedjRFuJcUQrhQFhTyAodQ9QFW6PuRpY+OnhcTY29vDP9frDZ7wep3vH8C6X12+dPjQQw/ffdddZMhmsLKKVcOSKjXEXbeqs9lihAeYFJjBFVIwFhAqd+PZEPlXiWKnxbaIZyYmqLSsYHbCnIoPDw9rmDNF3nR6GlHMLEU+I5umukHWVWkoOe5pvV6fadjaepuRtK8mP13aD9Y7S6nxvqq+mrHSh1WnsOug1qLZLFGhYLWtmHOLmbTIaTu1MgITM0GJxYHONeRZZH+tQi+G4zC/lJJEtAuItoQkXCwYrRivwEkyuAcwTIrZYxcvYpu45+67Tw6PsHIef/zSarXIYry7dG+57AVx5Pexv6qHShIoo4V3lRjbDFa6l2w30OGVSDp4ZWztdH0ZeUyF6iTXQqZO8U5fJtFyyZQjtuShdYQCIfoHVsr68popx4T8wmK0wNzbpN4Uzcms6A+WxbcvHfXpHiaBSZ+DxBVRWTZ1Em82a8lwN1suIXubkw2uDS+PKxi6hFXt8kPlDSuTnQZH2oqSCz0qVHsUUrtUWZm2mswwJqXsFKRWea/k2o52X9LRpb0hTpeFk3WPPXLh7nvuwvZazPPLly8fRdEeo1/bpEnKuqvolFTY+OrtVg1lspJS1qjMOtuWpa2fhlW8xAnnotsQgICzOtg/qOuSJPpQkFUPhxvGyNH6CKYB9r7jE1JLrjcbOsYleWyXq+W25H+cDzuTxGdZCB979MLyYN5UFe2vPGOYtOm0BNXUrmnZYKhm1ruvk2KfQchyXbZZy6VSwZrrCwIs2Scp6rBHLkNaXMRAIU1vL0FSp5L5jLExGiR1lIvlLzU+M6vZs5Bd+M6dY1D+eL1+7MLFe++91w2wL12+NJuRXnExn8F8soJL7J/SAaJH2wvbajyk9FhupnB5tQLRdJC6uAv5aMoNt4O2k53VKtgQU/+ykbRjvuwXimlvtpVWPPMDqcp2cOPF8WHTVrzRlkEf2JlVS8Mr3pbLVUqMiDpdY9fYnzGWE2XYvEidvT0+2rvreYeXLmLbYPujvlGAOE4dOhTgtmcdiQoR2QkxMoBT2xjDu65YUBNEl4zxT8rbUqW9iH3VqZ7ORa+yIZ07NoZTqE7sNhWeJHa346MN3sg3v/mtgwN2kCiK7MJjj262J/V2kxUFXvjJpmKCdLVsuTyg7uKyrIXSEdF2wUWCl3fugDWcJdzd1TIrmXEnj8F6Teaq0JEyr9smKnttu9CBHcwZFRySjUuR2ZjOITznClfYpCXfaS1w6dkt6p3N9vcPyu1aibXYgQ2RXhMpX/dk/vIed3S8qap1U21JyZVxAz487GQfZaaUzti+s6nmBdsepDC1CkjfChttw67u5qMWSX4kEm25HAqTKCYm3H1rkiJWaWzWeO39PX/vbjKF1tXFxy7AIsUxWCU5eVAYyYy0pmgI0Uhj1YxgGaTJSJLAi5EIE0c9gHk2dGtn8AVhNcWBKB8r2hEiWbsDQTgbpKRY4LQI0mSxWmJ/hsvSuYaON5upm0oOh3RRYGuAq1NBYcGGaqqoSDK4j5cOL3dpEdF9m6VZgW3m8nZ9XHYp48owt0jOf3DuHEP82OayzGwe6r5mYeqdAYoD55V4k2M3a+wTBbhkZ7qSKCQP4lCebkS8AUcKstJxcI9gs3Ux0WvG8hkBRrPDyye42UuXDmfz5+EZ3H7bHXiKZcb5L1bFfFttt9uDvb1yu8G2tFIgB9eE/NHXzXNYjNiI4VqQEG5LhvayZTOpTm48dk+FnVlpWZUkzqsYXevY7/H4mJiarmSrDOIlU1qw2y0JmuMYP9TY1J7u4OjTLISsMmrywMrDYCJbwNc1rZSs2ZgoFotonl6+FMNj79u97Wa7WC06+jbVajkj31BVwrjCRlex1ChxU5a67cuSNstmfbxarRTIruHxY0lCwJaLWUTOPGIJcw1ibhqSgsKywwvGdv493/tCLNSTk/XRpcu3nbuNYICCxknTkW/BWb5kEOBQdsUUX6JIZsSVnVZS1ELguByZnhdWVqZVGALlbLJN+JWJCB3eCBzbLG8j+X+GG2ybI+L9U3qzIjuO5QdWidkEqPRpEdTNFu5RnWSPl93yYMWKdfYwS6q+pw0xWzUbNgDEnrMQrkB04KzgidTORrWH3ObiNoTmjZ3oTS4hq1L9KxhLipwB185iwG7UBc5X1ihFieonhb/ss65R0pSFYJkamVXxwESML56/844LF9rj4/r4+IT2BHfSBBa0gnaKgAu5SMsC1gq8vCQ9Pj7SGy7ndGuhLTd1yeeJJ1+6Oat5h/dWxSx3zcRmC1GkdMFsF5guoa+oUm+YGFGWbkpy2S32lhWbYTRFmhlLerarKKBkTgoFxEkEkuZVWYufIpWTxp4Q6rPQ9KKadtm8qNQSWvkZCYOgaebLWVIxK7xc7jWsAiJJdpIXjIYXcHyWWLXr42NWxajhHiSbfZzYWbpTD9m1XhLT/kSn5fn5889b5Nn2+Hh9eHhwcIBVsr9a9QZtDJg3cwLEQ5pRZR8CqXGt9epYVjvSA8OoEVkNQ6AJzzAvUkhMSdQUS/gdxem7UNVBsJ5oX8xBhtUwI5xtjtkSygcTQWFcbC4Xy4s1m2kqxbNdt9VJ15TFYr/cwlma58lsMV8UbKQRQZOwPLiYP3rxEUhyxRgYxZfh1sh2NNc5HixMuEYQFXtu+Ju8rC2dV9rCii+FahfKY+qQjIqwuYupJNYaO3GZsUsWEq54eA0tjG31ZqrzwmyjVInYB8+d24O5sF5vjgkT46aFd08mVNGtcdRUULCsD48OITnuAUtCp64jUpAau2CFzHxJKkP6AuSY7aMAbMR/e3XoMVduKyEkg/fOuAMeRZzOKuZlFosZaZv7loJKW+hMw9bwHuEN05FjR+W22lZCRZEfsiw3ZKwvq6SKZvXs8uFxRXqvnIXXlxuF5tdR3KipdZTAbCDlcnuCp1tWOKfgonx95IbGC6o7EivM56vFMqKZuloWWV2u+4T82YeHh9jrlwu2m5mryxLkFpr14oVH91cHcBsWe3Os8tZgYlWzGQPnKCi9NYH9+4H3Ru1osGFvq0oRc1WYMgBZFCXZoKHcCvpi5FnhgmUxeOzMsrh2BOTnNsxK01iFy2nH/T4p620oLVeYBz/Ad8EdNkRIEo3dkU86u3DpMJ8v6THhdkg6SApqPJYsjtYnR7j9y5cuF/NZKx7HxEyOSSCK8k0ZKiYMOXVcz3gSoazU5niWUPfM4TF3UWQ5Tfy4dyS67ZOGYFManOoglQTeRUWx+QwTMcXFzASoZY0ksWdU/I47YIUebTYbkc72hZzUIi02m3XB5CmFqmCwpLW7wb5XK+w1JGNkH5s0NROfSgNVjKtYn7rGKU+kdCK9A4iooNvK7+N+YlEckfkKqqClX0G3p4dpVtV9e6bNUSgrbK6rvSUJf7fsfjCnTObK3xv3QCOJZLmwRXsHDeP1dqtuRORpgE+1hUnC2jOO46OjRpm0ba9mWuz5WZ8cH6rUaNbW5ebkGLqqKlP4JpuTw/lqPy1mZbklDlhttWVG0tvZrk/mizkW297eCpNpBpsk9JIWSD9LQ9WSwoI2IPmijZhR9XAbooYikHYvy61iBtx97WlFQVMIhUULsIsD5kcg2FC6MYOyJ4ykdsTV4oLNwmF6AcbF4yarEo9upvWaq6cvjiHWkzH6irUVijAnAyCLAc1MsWmVyaqLRi+StlQtHw1ayI2sxA8JcTKZfFjiYHAd3BNb7ogwwqZ4FynFJxRS6noiOZDOuTN6qdpOl7UERKH4UPf397FDGfk0z1O8PpwfYil1ykCd2wG5vQ8Ncqpf0gh1bqaomk+TxDoVDPXrmmN2MpeC7pSXphXEL7SJE9axu52TNBj7JOvOUhYTdjsP6mwK4cGdd62PD4/ZvCpPZ7Sc8HjxfxrzFVzFnomyps56WAgLkkUr2VduSzXf6hhiTqAFK2E1Q2IOL4PRc/H5QQcmNVerChuSk/U6JQArexwOExyHcpOfbPMZu5/naayeM7Ui7Iyj7K0WuNze3pK7uhL3pgYn1rBp0gHJL3nkWowYdx2aWur/rRpBNE3PhtXSLbX0pRfQgEYY+EDtRymX4lRH6Ndtml62OCF5B+3ziLhZp1ewZI+Pj6HkTait4O1cwDwKriru4pIGd6+SzfjokD2tyqzMQrVea3KXKLi4Scisi0+EHmkjrgj1CbQy0z1S7wl6lDi+JS5dE2mHRITgBgHbpKL5Ng3VtL3pAkxQPFaZpX0owGVqhySl4r9jw1KmdmezWdgBSfusoFEbeGTgjDaRSIewj5BRK/D44LaUKuReyeJx5V60RkTlxLQyKbez2J0U+ihgEtJAQpMEdqGUKYozDVs72axhaSwXNJk6KpCcqOVyO5/N3Twkke5jxFK4NMY34xRWpUC3TT6bYXnN5ik2O+rGJGG4jP1CUtYDEY4aqbN5VOQFhLlgK5PcLXUhhEm0T7spyQzaZOMX9TQ3Uz1W8B233YYpyVtr46HTrSo+vccnTqAHFsEuIM6JIfYSkQh1FWlmoCh5azxMpGfxE3h0rcVesYfOEDBqjMYqiKZU4nZJ0C0EcOaw1EP+I4qxOh+/+Lj29UrYGujtPcx/NodZTQlU6K9T9i6VidftrVbq1oYdKnMENJQISfWpuZsZJE3ikkR2WemG01NoyIOcmds34c6F+bUDdWRsmcTKz42o1v5Cf1IpFJERJsGql7GgQlv1kQmp/F5F9CERr+45aqukqNVosGND0VrogqgLaJTsMMH0gXF8qIuLAu9qwqw9zQla17F7NzIQEIgVWkImxMHjOFefZmR0ZALsLJcywfct0uWsYMi/6WbzVZHFDTF7JDPvyHFUEjozL2JtU62Zf1oXWnfMYotTm9H7FLLaxXUnRkPmi9jrJ8uWsxlha3jreY6FqUaCdDb6puR2TrTmompqqbFasNOAw4LEwuhS+67eENa2MQpEnbFD6X0fkOJkUDcALTHmRXt2ZEWdzxZGV7aqpO8FS+9Um6CiqYYAMcZguJZySSBOSVtXTeEIaSUVQyKSKZLwCeHJVZ4WbPTOxrpk2ScoBHb74xcv5stVKLOsSA9Z5HOYkXS5O0JtWkJwiflSew839wvEME7YcB8K/SyEf1BRRaLfZgrDiKIwMRpNjAEm8OyH5mcSb2ZsyT3R1OxfjZmSZo4cJezjGZkY1H20IqVudYZguKaqMouYclBaSfKnluDivOjdTjjwN4vNxHRAowQ61NxKokiWHCg1iVNrjU9kyWjW9i4Y5zxItMn6CtJsaFbKMGWB9+nMCuHeark9aaX3u5l7zsaZmr+w2joVqC9Wy0E9a+1anZsNJXpx3bjFOWjXSl7ohkQxe2vmqWz9QPZHnJpkhUW/2MHVHgaOogg04pD0GmirKy1fVSpmKvpsxqZiXRxWWx/Iy54gQGCDJJZFeGtP7NvghmBCi/0+GtfHsGcHJszOTR3yQjTBlHOxM/TqCvQEGNNtgHndunGtw/7+ar0+SaWdDg4O8Mm2LPfO3T4vCj+9gi2/cwoELbRyfx+qMl0s5q39PYG79Hwy9ZbqfVOBT8DvJDbmJfBexXIFSVXu5tstPPNedCHq1wp5U4a+LGsS54nWjH/3dCPthxWzLPAZUDmLQlSgt0zeHuPKaszEair5q67THbvi8b20MO0rsliRpj0UaEehGDWWZ62309CBrFggxh1EjYgpsp0Q4cQ29DLGxc5cdSppVjWrKj+Z4Gcpfn+mzVE61nUDR3CWJewBQOLWAk9gu90w+0QDkXtmRRMl9ULMFKmQSLoige+btmknayNV6XrXr9lcwW4JEXB4mlzNah6qxqCpoDMUMEJ4tYkPzQ/NlyhsvSBm7kSvjF/gvFHSqklCnT7VhjjADOSnT5JkuRskyMPJwgkFoYq5T0QltL34+yKdnIENV8sWSvUz3C+2adcuWwQUjcgxScKVGTSHwdm39d5yfvGxR4rZrNpsbz84gAQu91b7e3s4DX5mj9x5wdJpdW4sBTClG0njjSkTOAQh8xMNcTAJRuAXTAbT2wwfZBBNpWOjAScvfy8xby+jHy1hd4ykMgWz3UA2xdGlIkOotrIaoHwMX3U24A38jWKlYOgTElpNMh4xf4pjQUHoAVYhE1qcvRSmiKFRs3/Fgdtb16g5WKENM7OsZOzIg1AakttBZ4pEnY4x6iQXhXDsJk1qzJ008hnOtDnKKiPS6VAkSNHAYDF5VgqBiRJ7yDEJItveSznNAmMFq10U/JRMMjLRkCCR1gqeYE6wSF8qUqp4HbtVy3cgkQaTkEIYirmNKT4YdpE4RxOl2uU3qvGRFIFq5Jgh60gO2xqyliaFSDDkn3KzTDuzp0oPBO0RJ6GtCdWOui24dXXNviSBTzqJa/EZO2GWZgVJAVwlywUXiXsfO/92BldZ2g2TbOVkkS8DDliSlutjnBau76asVqsDsmvWXc4+gQ4qk3SzaqpZkYqWKa9py6XuoSYTPZbeaHozfQrVFbFZlfze2An6WAZ8ItMgruRhYmtrFO+gRECZbF3Gpc6dHXRyJaZWVjp3Qgm5SEVYWfqJdLbxVFuGzjJei7uYm00w7iO30krZXSfET9thp46piVPxiyYqc1QASEgm++edtZ7qy3p1hOsjIhPVNipUKcI/kWcQBRdeWt1NEFTCSphu3VSmzT/DVRQt/MAWOtAV8krmzGZZLwCwHjffHzOoisHRz0hSpwFCkzHt1NhBS9b7skOK4B2tutZyv81sYJpu0MiSsadIR9y481iCsyTu/O7WBoKRN3ks9RVYvNkuT7Ng4pph8EzNDBVFC4wnYp03D6rDBlEXeBNEC2dq/ygvZuLDDcBLNh4mdKDZbrfFLLJ4yBNLnQ0zt4D6cHMTwXSgnyFv+3NuBLNZfnT4GOPKs9mlw5Nivur5LHSLrUmVicw+JjlquT053pysYxV3bcttJxGP4qHQORQBKsqpuKk5mFSK6FtKghvZ2WyODJol41bbbzZbIjuXc+1HKoqNzecZqb9ZaPKjp0RZCcTNijDXzCsmo0msAn6i6DrtROZEkJKOTX6YZOITqoXvV6+sunNVNzGJajflxrKhT1yrxunadiLx/AbyKB6W5A31J+9Mbb9mEQNy7jfXRWc7OtqqHVoOY09Rk8NNXcKCKhZGYPRDgxxborTE2EBCIFOxF7Asha42ebszmUleSY1WLSv22Kq8czk902Wmcm4YZszwlNX3QjGAYNy6AI4laq0AaFCPg//mviKFIBQOJ3KRsbTU4ezUFY/ElIXC0mhIMfWtUWpkwIiceuoDS22ghLO9p+Rhs2k3DP+KK9oYHfnAqYP7FMI4V36gq5kgxWGCuZfV7GCJbdv5A0YYhDVTZXGmMESGCd5zz93VdovfzJfL7bb03t8RypM7JP8E/Uee+c7pbSp0GY1dlIYS3U4i7iQK3kdVbtlfsqaR4vIVe79qxWn6w3CrtQu0lIKKQ61X7Aa9eImunFKr+ljhFKF0BfNjLBZqXw42O/Pq1bYKL/WBtTvuwt5MshqlhLi398wAyaywbeJnWwcmNfVRyGQRy9DFA9GOqpcbCDXObikT2xH0BKgJAxmRibRUc/YIImSwgxeo6MmNDhP1cuy0tjmgWq9RBwk6oRut0NzeLjZbj2wkyLx7Q3szFedFHkiM4jFkMrRzDyQ3faAYcjEU330XSIHoq43dRsTzRY9R2bDdVrnGtcmsgXeaqH5XHlHkdnCOK+SKuoikD0YaPcmqrPqBZKEPnA6p8natoXNH6/Ue8bCZ27+V8KWTiNql3WRRpvyH2FLpp0WHh+u95QI7j8oh6XDOipkCoGbZGuK9cWAuF0ItSkI9ym4wyVm6oQFp524XDNgSEdE2pqgcGpOaP9soN9uCNU3QWH2+W6ldUtEPGJ2BakQTTztveaENHjV0F6Y52gdx4O9qI1FlxSHtRy3qR2uy5t6z7IdGar11nAyutE89YW7kSh029oojc82e6ego7KA8L7qGTCpYSUXWEVNYV0lCUFLqpE1YfHEnawN+fuIuosFFIQugOIUI52oUL5hFKlbSEglQJQVe3M+uM+8IMRW2eK2vuiHARtIRGIgd116g95IBLAPXTLFB7Cxu5i9t5fQr6qJlYTU4BD9DWD2oFHWGZ1hPYGkvWN2sjKuIaASmoBPGB8Q6x5WqSvQWCoVd3+MA3WSID+YTYxPpcjGDasQWUcRtsz3EYiIwpWcNXlthReaM+ailLzYpZU2LIHLip3IQKDBEdr31kuMc7JqUBO7zKNBXdwOOhPBrlSVz32QMrIqMoo4Y36hZfJiq165OmipvE0k8lD2Mc7G+qEMMUSzRgFAhSlZElWOtdjSU5+vbiZidDawb+mUn7g/HWFrddHIJE7mJscChDH3RH5SH4KpMKcxK008c6FFtDFGl2qPbbJZ2Tzvj2tMqhLP5kkWrHfvCFctc5CuMQFaOf6qKIjI4ikERsoTh6Thg5za9nTBZrJWDWaKGS4w+E0IlfEbLd5LFXjSxWU5S0el3YXOOtSiTgcctKJxuyCmPEiU6cHagyERqIqIuSBxTv8KyqQ5LkskUgiOJUTzwp0byE/tQNq/4kEBW4t5ThyNVLCStAyluTargbeCANE5I/DR5VhDLwqBLjP2KKPC4I9CRDlJ127lVEZ38k5fd++LveT5k68v/52++/NcPp/l+SY75fjZbXLzwiHoT4rpUlQx0ha6MirykY5M1yVyIf5oaWaAWkcMGF5WwpEBzQRNEmwJjG3RZ2eHalJWwPtLWhRCtn3rk9Lgs8MSpejsYqq6muycafUrPE2z2kZjRgtwPoVnm98zRQ8knsEE9P3oRiEkTK+nH5uTyc2ND2xqHf0KeMzY+oQ9qNnWiUh5pVzH/erY1IWN0XKtwBVfzOUGDTS3WFZI2WeG0aiPooIG39t7sdoHaUFaFREXJVgpWo/JwEUbDk2Ry1uAb+ux69O4LSa8jS2ydiHApMsxSQEqTlSSBNkO0zoq+9HUsWZOiNNG9AaVPkNgMFq1rFG30dvJUJc9qMCvsMpMrAo7hsSumwCSbaJ1SL8omavIoT4ZB2JqCS9poGgWtskbENuzyl8J82M676ode8uLX/tjL7ljOoAxe9II79rLsv3354U3bzeaz9YZUy3MWJcfq8Zip97D0vJg8ySZBIhnCUOPQyzrVFdXDVnuWi5mGhg2BSUBGdC0OcjMuUaGpNipqQ6tdWfXEVKRKhNR4aSyxZWu6NDQCip+AQFCY+1BOZdpsN2iS6Pfs46lQeSfOTNulJC21eaOdQrq9VXM4Fm1ybqFcJZIn2SkSF7osyHpuFQwagSR8USRWTc40Azf0AHHGcCTKtTbF1HwIoaxuIMC3X9GpKKgn32ym/ax36K2Vu81KwlBL2jrSPUty1aurO3sfJEqxPuzRfcUGhngZeef3H9mMpFmIBd0IBKxGLtroI8FJlDm0q+neFLF6Z7jXj9dr1Ccj44MhxdprOR9S5Qzsb0w/cptgs9EtdZmp2lkBrk5D9A7pBNkNErSNNRM9oxE4bFuVZdMVi6XaMeZ1c5IwmpfCibxtvviBF/392+e49xra5PZZ+mM/8JL//bePfPPxo9l8URODyuRbTCaBzuDvoaW94BHqjKUmPKEi2YtTXSCFcgmZuk68AY2ZOnBj9CJYg9fF4XkKraZ3yZL/hvBuwdSNcXPGkeZx63AzfULlXRkBbgnowdMuG3ZBS0WkrpAm8xo8Xow7SUodZaI3Bboc9a6I2KaJIlI2RtSCfeRu7LE9iFhJIbc2iANDUDzs7cHTkEnctFV1pkuZ5kV+/rZzJ4fdpaPLDJOS8DLW1hUZE+yeHkOIVBYjix3i1szmeLNJJnRzS+ZyG3+OCZK4wXBdca/LoUmEJrOw8XDl8yTc2uoIs2avV4cBzfosOTJXWBeHnsqyawgKkEnZkLxNKJxaiWBpuKgZATGtWnz7AtzDuY5CoxriE9XEFz6oVGZmcDLrCXPWVUXql9B2OREkIg7bCt+PtUmfZ33CbhPK6bM+SjjQc8vi/P4ic0QqJgjuYLW4447bkkeq9brMxc2bQwKHzptqXTzEokUMpxRaJ0cxH1rz8TZGDKZZ5EwkN+C1o1rts8RCmIaqerX+1AyTzsn4SD1XGgtnQhxUSn+20muWA9cHziyVg3SDYDiiZkgrjViRL0pFDr1JJIE0K7RhKDHYSkX3duNld2f8Z+sgs8FW6mWRhACso6DMRtI5DHUYijWcaU3YVGWlPnU9Eztd6jxBiH7RPjLUWHsq1kRRqTLMUXvi15jaJzETU/QpGxUa7UG7UWRdRiqZOIIwEy1MVveEhslcOgxztHGjXHPgg+rduDkynb64UWn7xbKsFC9zoxjn5JM2eBRqdSoZ7hRcS0n0FFktc1pMkTl0py1awsxtu3efytjlCQLKdM3J2q37WDFYlaxj0BLZbEpBTFjEztXB5B3TZYkxfQlpiy5dfPzu/ZxKN3HnQKzgslWbvawtingVNwWjO10t5e012Kk2MLL3I0qL1E07A6Q8Dqy6fUgGEHFQqPeVCpfEXpGImblXz1chqlUCHZs+snfL+Kb1niWCyF4kOAxAMX4Lg5mlubyxbVc6XYKnUcHTFZ+aXk2iFG6sssQkYHd7MnMx09i5rxC5bcShRgAac4m2tmVodRU3ztRV402bR+YlDZIc/mcUAPzunl467+8MC2Fq6lhFOytG9tJuYEwQBXIch/i4c+IEPKdqGRfHwV5QTleZ2ap3CtgaLGYLheBZqfA2MvCCyK8kF6KMVaiJLlcPGUQbNBBWFwTE7rZMUEzrV9459U2F4faYvfD77BzS9eHFs08pwwFiHO0HNInKEcbeeuLJVMcahxeEOdDe4pbC7vucQebJB08lR8I4bATmeMeC5bU0y5TNavJNV9NeKxYX1+2fPfDgXXf8+O23zdq2Ktvob7996f9+69HFbL7eRFlfbKs1sXfkvXAlkWmRU7PHRKqYioThDMFfNbNOs6FRjuA7bvMQD+QXjQhjdAOU6pp88k3KCBZx+WmgsKf2LAmmz9xDIhVlqAObvSr/VDrEcLbadCWOkTnZYXXdqV1GaCmn56jqFubVpfco3ZUabpPCMCsGsFMkH9LtS52SbV3WNDrwSgtFemVdeCNaRt3TTr/9dAuhKAk7w4JkJLi6x1GsTggVhhwTZ+2iQBkYCOpNaC2NRYQoYzwkeHGgOeB3lYZPVdmgBcLQWRcyTipiEGDGVEWdWhTYQRAlVKD/bduQe4pDRUyixpJmPgpYVAEBqEsgMGkXoM9RaMJelnBsGDiJB9cjCmV4WHaKoUfiRGMnBIYrhusMeM7QMkFIvYSJjc51j9z7q0boKrZtWBbJt4+b5rbz//3rF44+8/lX/dA/vvP2c9989PH/8oUHL6/J+NGWh4uDArZFWogOrQnZy9ARbrQ2E5U7ukhSPDpcyJ3jSr1zDKG16pC1d/U9HoQIHSNX4rdDG59evT1i7bhlTeWcCW6OX9RVxa/mhduhK+CkkHXEejTyWkTkvDJaqhFTVpwWXRSaLrGsLAnwR3Wh6M3U0cgFUENl0nU3IeojMtUkVIno5Q6wWO7sdaIqRq8c1zZ2coZFcHd2hZAVumW5IH9SjrXaL5aJCe8Jye3FBciABPG1gWyTRnqquLb4efrhAZEJJKLlmaiQPYtdJCOgGXOCfVMUuet0mm4gj3WvE7r2mZkRexK5MxURa10zZqfeuhHJYYnVkJ3JElRFCNgWCpYgoRi92q2r7M+0Yh25bmhDMgdBHaiyd9tPklHbUb1oFLZlTfoMrTU6hrGBxaZ7ikToVsCshFa00LoEXLkPih+DIttNVJcwBtcw4Rd3/q9vH3/1U59dJTC8Z32+N9s710A+useStEqLRiZeavA0WZ5URhjKYXvTgriLmeu2VGmnSFMizgGDldR70RyIca8AaCIPtmZ/z1DR6yJGq7tEFHKJPskU2fKjUjVz75pmnK0R8SzZX+OsVaRTXiu/WLEWvi2bklxZSlEk2TykN+1M0jIn0LhWlS+cdKVTUzd/djg6cbtD7fLBjfTrCQ2ZB0ClZBDfLIoZ1tqZzhMWBeyV1Wp1+VJ+fLwhdiHJHMPMkyI0oojD6xH0yYydBrsoQuk+HiSpaZhVFXV1b4iFkdNdKJmNbWAKvKE8gSmGGjaoENWgmtynQQ1HARXcioItZV5bllsfEDTSqC1d+Nj4YFI4D9TT8rEU0ZECKGpYhVycFPssy1t3jHLDkpjKM8RLhT51dMQ1qV0X+C8a+XYk2F64A4TqgmN2ooA2rxoS1xDR17ZbYpRnSbK6c2+fhkS2hFxX4ps4Kbfp0aWTzVEym0XpPBDeCzqTBUSCDIGO1ATUDBLSppbISXc5Rq1qYzbWTMnYSEFUWLQ3GzLrNdTOXAVJrVGmoqUkn2Uid13WRGfIW6x0jTdHJi+Jx4WXGKVCqLehT3kkAn/sJNzlIIeuP1bjNFG4wddru7KVbUyHk72vI8XeB9hpLMWuV6uANz0IVxuyDSZhdNlQpWHr2FZ6HD8DzdHip78v6TSmMY3dkUyPYBrTmIRwGtOYhHAa05jGJITTmMYkhNOYxjQmIZzGNCYhnMY0pjEJ4TSmMQnh2Rq//8Hf+4ff+w/GP2/7+beeOuD7v+/luwc88MUvXuds+K0Pe+O//Fe3NA0cv3uV3T+v++mfuf83fvPw8PBWb+0mJzNeery18Zngh1u96Djtp2KqkxA+J8YpGfvyl770Haz+J3dgDh/7yEf+2T/98Wd8JtN4pkb2nLpbLHTI4St/+If9zz/9kz99mifwkpe+VNz1T8wHQugffus3fvO3f+f9T8UV/cPudacxCeEzMO69996HHnpIyvCBUQhHxTj+9qke7/n1Xxuv7gE1CHNUO8Kf/Hb0/qfiitMqn8zRvxPjSsEbf4YEPv/ee6+qNuE1wVCEM4O/vwMP6mbGfW9+83i5U2bqr7zrl0aXFT/AobXavM6APMPvwh8L9u4nV/0uJB9Oqc+Pyz38He1EeDI+yej4feoTn7iZL2ID2v0ift59yJjweC94OJjeeH7fi814T/4786snTfi0DoiZ1d0ohOMPkM8r1SDe6O7CxQG//8EPjqbdU+Gm7pqLXn+7qwo/Q2Dw59N//EfXmgaW6Se1+nHAL7z9F8dT+RJXrlGcDTc1nh/fxSf//j/+h1u6TczzlKeNf+rPA9e3rsfZ7t61/3zoDz48+g7Du/ji+C7wIS76mte+dvw6DoBAPnvV/nMoMHNKGWKVDJ+/8mqb9Ef91iEb//Z33o+libd+Q0V0w/GpT3wSm/34BwtxDNji/LsKzTLzs294Ay6NRTkKxic/8clraRUvSk/4ZjxA3A5Oi5OP58dFRxV6MwNC64fp82Cqv/D2tw/z/MR1Qs341TjbU1/EOa80CvC35+n78paBJ7b7RTyBZ6kyzJ5LQvhKv3i7hbua8MqV7Z3V797Si7+v3PVvdXzyGnYaFvG7d3bx+978r3E5LL5RmWDxOb5/1Y0A5p+FB4fdvCrzwV7WuJwjtLhBC+fNnOHLX/ry6FR7E8F5Dg72H3roYdn4917HRYfWwtd/8rWvGb9oFep7POU5/7s/+LBdhgfe8IBfDc5ghYkjcfu2Za784iSEf5c14S9exyGEa+Q9Fb/dfamvee1rvkshvKr4/ewbfvZfvOENu7oL63JUjA/LhL5OIBcr75ff9cVxy7h5YxKXGC+KH3Cn0EJ+Pjd5Ejy8UX3BMcMJsdPh7+dfW/xG72B0hgcL9oFrGRqYzHjCccI/uWM4PP/piqtNQvhkuoW7avDKI8c3emoxffc+IbZ/nORhepi/N17llASOyg2Ch3ne0MTaPWA39nszD+TU3VkIDw+PbvIMkISXvPSjY5YFen7XKd01sK8ceAgf/chHrXhvqLFv8sMpOvpsUoZjFO6qDuFTN7A6MQdI3X8a4itXxmActPjld/3S6B3hyOsv6F0r+uGnUSfYoIVXdkokcFPwda8TT8YBr/vpn8FsR8cbN3jvjfTnWR3PNSF85amY5FX1xrikTi3oJ3F974ZPsBB31+upoMVf/83XP/3HfwQv8Tpnw6kcn7ilyMqp2xk3Ajh1t3QjUHr/438+iElCz++auKNffeXYjTz92V/8Ob7+ocHrm4TwuaIJx/DAVV/8iGuBxbi7UseA6pOlFcdEwq4GG68Cr2nXM7zOTUG1QkqtScaI5Q3HqTjkf5Yteq2N6VpnwPYBpYfz4HYwYcjSf/2LP7/STj41xhn+9u+8f3wFDz+b/bpJCG/NLbyWTJ4KWviHf/Pzb/XiGHMApxbTdwNNxqod5wD785QiglvoS2Ot31C/YdcYQ6m/Mpzqhs4kjjzUwA/2UfF8bt71/dhHPvr7H/wgpofb91RxqjFTf53zjNrSJgC+O05gEsLnljK8jkP47l//tdFWfJVgGRCDpyJZP+aXFQL9k904DRalL+1c4jif69yaQ46CFtwY3+NIzPd/38vxZ9xfbgm/+p4rnpLBK6ORfJ3dZxDCD+Jb+C4mMO6P330+dhLCZ4dbeH1N6JDD7gFYN08FIENGaUg3/5Y8JV/6lMYeJzPiSK46YN/6izcToYG2303rO/N2S3k2TB6uIPy6K7eD6yB7PM/dFIUcy7c77xc9E8D6Z3ZM5L83GC53OlX98HRe+lqO65M4LNXfZZp73Bpu/lmNRSTPxgz7JITTmMZkjk5jGtOYhHAa05iEcBrTmMYkhNOYxrN/ZNMjuMmxXq8ffPDBCxcu4OeXv/zlL3jBC254/EMPPfSiF73oqZvSN77xjeVyef78+av+CrONlHh4xSte8SReFE8At3ad2//qV7+Ki2JiNzxyGpMmvLXl/u53v/sP//APv/KVr/zVX/3V/fff/7GPfez6X4EE/u7v/u5TOivM5wtf+MJVP8cMMU/M9uMf/zh+hjA8WRfFFXH+6xyAuzb25fpHYkpP9fOZNOHZGdjRP/CBD/zIj/zIz/3cz40yiU+wwsZP/k7N9rOf/ew73/lOK2GsdQjhZz7zmSdrqv9c47s/EoIKnTmtrkkIb2p8+tOfhn21u4hhYr3tbW/DRv7qV78a1iCWOAxULH0IwItf/OKf+ImfgDE2iit+ix8gw6NZiMX3l3/5lzgY333d61432pPQXdAeEBt8HWe2FOETXB0nWSwWmINlDH/jgGsJoa1Q/xOnuu+++/wh/sbZMFWcDVfBGcYp4Z/40PbteGlPFZezVQmJwm/xCc6D27nWhHft0vFInBxqGYf5OeBzPAF/jk+ualFP5ug0/r/F9KM/+qOnPsSCw9LxXg4phWLECsNKxc+f+9znxsM+9KEP4TDID37AkvXChfRuNhuIK7QB1JQlBJ/jGByJz7Gs8bNtSCxWnNzLFN/CzxZ16OGrIp4xMcwEX7d4+BNLAr6I6cFAPa8xTgmHwdiGBOK0mACmtztVTwk/49LjDnKdCe8+t1HSIMk+OQ7D53aY8StI5pNoKk+a8Cybo1fdqvGh5QcDemA0vbCwxp+h6CwAEAysRSgB7/3QTjbYfvVXfxUL1CoOB/uL+Putb33rGNfB39bDEDxcFKYmfoa+fcc73nHVCb/nPe/BkfZasS9gbp7DONUrp4RLQLf7AEjL+DkO9qXxFZxzvF8/lmtN+NTAA8HnPhIn9xaA00LCfS+TEE7jSRjj4hsNUY9x9WNNQ9hsoO5attCxWKOWDegW24QYuycZA4z4fDQgcaFrhV6xxC1ROCHUDoRn96JXnRIOgxRdGY4avzWec1eYrzXhUwNHQgHi/K/QeI4bn5MQfocChtV2asXDiMLChSp4sq7iUCd8OegKrNQbRl+vNXASrHLP1oseMoyzXT8wA8m80uR+siaM377vfe+DwOOJ4TDYqJMCnHzCWxtYnVhtpzZ7W4Y3TAOOAUCsPCs0/G1P6dTnWKNvetObsDphtl1LV+BIe2vjLnBV2+9UYgCe2K5+Hs8w7iw4rZN7L9KAnekz714OA5bz7j9vZsIeEDycE7sA7GSo0ykoOmnCWx7QEljZH/jAB7DasC6x+iGTWEmnzLNrrT/oAX/Fx+MksM02m42XOH5wnBPr2LGWxx57zMv0yogFjsR54EpB+UB6T5m+oxd6//33O3KLAxye3Q2l4ioOjeBU1kg+Lb6F7QZXx8/W8J4qjrzzzjs9VYjoGA26mQnvBqjwGDEfTHt358IZHGF+Li+w9L3vfe8kZjccEKSmaT7/+c9j+//Sl76ERQMl8MIXvnBUdzjg3Llz0ZAheNnLXoYV+a1vfeu+++578MEH8d03vvGN+BC/uueeeyBCX//61/FbnAEHeAk6cO8kAZRGnuf4EAdgleMr1pb41Q/+4A/aB4Oc4J/jr8aBD3EhnB+yB3HCVV71qlc5KOIUBQRvnJLlwaeFjH3ta1+L4/infuqnLLSeKu4OJ8HPb3nLW3CP4w1ea8Lj0xiPdMDWGQvI+etf/3ocjLvGFf315ziqZqonfA4NiAE05Ic//OHpUUw+4TSmMY1JCJ+TwwCd6TlM5ug0pjGNSRNOYxqTEE5jGtOYhHAa05iEcBrTmMYkhNOYxiSE05jGNKL/J8AAVJLzGHzWUq0AAAAASUVORK5CYII=\" data-filename=\"rakib.png\" style=\"width: 300px;\"><font color=\"#000000\"><span style=\"font-family: Karla, sans-serif; font-size: 18px; text-align: justify;\"><br></span></font><font color=\"#000000\"><span style=\"font-family: Karla, sans-serif; font-size: 18px; text-align: justify;\"><br></span></font></p><p><font color=\"#000000\"><span style=\"font-family: Karla, sans-serif; font-size: 18px; text-align: justify;\"><br></span></font></p><p></p><h1 style=\"text-align: center;\"><br></h1><div style=\"text-align: center;\"><span style=\"font-family: \" arial=\"\" black\";=\"\" font-size:=\"\" 18px;=\"\" text-align:=\"\" justify;=\"\" color:=\"\" rgb(0,=\"\" 0,=\"\" 0);\"=\"\"><u><b><br></b></u></span></div><div style=\"text-align: center;\"><span style=\"font-family: \" arial=\"\" black\";=\"\" font-size:=\"\" 18px;=\"\" text-align:=\"\" justify;=\"\" color:=\"\" rgb(0,=\"\" 0,=\"\" 0);\"=\"\"><u><b><br></b></u></span></div><div style=\"text-align: center;\"><br></div><div style=\"text-align: center;\"><span style=\"font-family: Karla, sans-serif; font-size: 18px; text-align: justify; color: rgb(0, 0, 0);\"><br></span></div><br><p><br></p>', 'About US', NULL, '2024-02-07 16:11:27');
INSERT INTO `pages` (`id`, `desc`, `title`, `created_at`, `updated_at`) VALUES
(2, '<p style=\"margin-top: 0in; line-height: 18pt; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span style=\"font-family:\" arial\",\"sans-serif\";color:#00b0f0\"=\"\">*&nbsp;Please Read These\r\nPrivacy Policy Carefully<o:p></o:p></span></p>\r\n\r\n<p style=\"text-align: justify; margin-top: 0in; line-height: 18pt; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-bottom: 0.9rem;\"><span style=\"font-family:\" arial\",\"sans-serif\";color:#666474\"=\"\">This\r\nPrivacy Policy was last modified on January 1, 2016.&nbsp;</span><span style=\"font-family:\" arial\",\"sans-serif\";color:#00b0f0\"=\"\">MYGPS Tracking Service</span><span style=\"font-family:\" arial\",\"sans-serif\";color:#666474\"=\"\">&nbsp;(“MYGPS,” “we,” or\r\n“us”) is committed to protecting your privacy. This Privacy Policy explains\r\nhow our practices work regarding the collection, use, disclosure, and\r\nprotection of information that is collected through our mobile app and our\r\nwebsite (collectively, our “Service”), as well as the choices you make\r\nregarding the collection and use of information. Capitalized terms that are not\r\ndefined in this Privacy Policy have the meaning given there in our Terms of Use.\r\nMYGPS Tracking Service is a GPS Tracking Service using GPS Tracking Devices\r\ninstalled in vehicles or used by the customer for monitoring their concerned\r\nPhysical Assets. This App or application is used for tracking the physical\r\ndevices only, and the data collected through the physical device. Only the\r\ncustomers and or owners of these IOT devices and or assets will be able to use\r\nthis service for their Asset Tracking purposes. This is the domain of the\r\nservice of this Application.</span></p><p style=\"margin-top: 0in; line-height: 18pt; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-bottom: 0.9rem;\"><span style=\"font-family:\" arial\",\"sans-serif\";color:#666474\"=\"\"><br></span></p><p style=\"margin-top: 0in; line-height: 18pt; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-bottom: 0.9rem;\"><span style=\"font-family:\" arial\",\"sans-serif\";color:#666474\"=\"\"><br></span></p><p style=\"margin-top: 0in; line-height: 18pt; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-bottom: 0.9rem;\"><span style=\"font-family:\" arial\",\"sans-serif\";color:#666474\"=\"\"><br></span></p><p style=\"margin-top: 0in; line-height: 18pt; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-bottom: 0.9rem;\"><br></p><table class=\"table table-bordered\" style=\"text-align: justify; \"><tbody><tr><td><div class=\"elementor-element elementor-element-2c91b5c elementor-widget elementor-widget-heading\" data-id=\"2c91b5c\" data-element_type=\"widget\" data-widget_type=\"heading.default\" style=\"--flex-direction: initial; --flex-wrap: initial; --justify-content: initial; --align-items: initial; --align-content: initial; --gap: initial; --flex-basis: initial; --flex-grow: initial; --flex-shrink: initial; --order: initial; --align-self: initial; flex-basis: var(--flex-basis); flex-grow: var(--flex-grow); flex-shrink: var(--flex-shrink); order: var(--order); align-self: var(--align-self); flex-direction: var(--flex-direction); flex-wrap: var(--flex-wrap); justify-content: var(--justify-content); align-items: var(--align-items); align-content: var(--align-content); gap: var(--gap); position: relative; --swiper-theme-color: #000; --swiper-navigation-size: 44px; --swiper-pagination-bullet-size: 6px; --swiper-pagination-bullet-horizontal-gap: 6px; --widgets-spacing: 20px 20px; width: 1086px; margin-bottom: 20px; margin-block-end: 20px; color: rgb(36, 36, 36); font-family: -apple-system, BlinkMacSystemFont, \" segoe=\"\" ui\",=\"\" roboto,=\"\" \"helvetica=\"\" neue\",=\"\" arial,=\"\" \"noto=\"\" sans\",=\"\" sans-serif,=\"\" \"apple=\"\" color=\"\" emoji\",=\"\" \"segoe=\"\" ui=\"\" symbol\",=\"\" emoji\";\"=\"\"><div class=\"elementor-widget-container\" style=\"transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s); margin: 0px; padding: 0px;\"><h2 class=\"elementor-heading-title elementor-size-default\" style=\"margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-family: Poppins, sans-serif; font-weight: 600; line-height: 64px; color: rgb(26, 23, 48); font-size: 30px; padding: 0px;\">1. How We Collect And Use Information</h2></div></div><div class=\"elementor-element elementor-element-ccd40d2 elementor-widget elementor-widget-text-editor\" data-id=\"ccd40d2\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\" style=\"--flex-direction: initial; --flex-wrap: initial; --justify-content: initial; --align-items: initial; --align-content: initial; --gap: initial; --flex-basis: initial; --flex-grow: initial; --flex-shrink: initial; --order: initial; --align-self: initial; flex-basis: var(--flex-basis); flex-grow: var(--flex-grow); flex-shrink: var(--flex-shrink); order: var(--order); align-self: var(--align-self); flex-direction: var(--flex-direction); flex-wrap: var(--flex-wrap); justify-content: var(--justify-content); align-items: var(--align-items); align-content: var(--align-content); gap: var(--gap); position: relative; --swiper-theme-color: #000; --swiper-navigation-size: 44px; --swiper-pagination-bullet-size: 6px; --swiper-pagination-bullet-horizontal-gap: 6px; --widgets-spacing: 20px 20px; color: rgb(102, 100, 116); font-family: Poppins, sans-serif; width: 1086px; margin-bottom: 20px; margin-block-end: 20px; line-height: 24px; z-index: 100;\"><div class=\"elementor-widget-container\" style=\"transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s); margin: 0px 0px 0px 10px; padding: 0px;\"><p style=\"text-align: justify; margin-bottom: 0.9rem;\">We collect the following types of information about you: Registration and Profile Information. When you create an account and during the use of the service, we may collect your personal information such as your username, first and last name, email address, contact number. If you want to add another member to your account, we collect the member’s name, email address, and mobile phone number. We may also collect billing information when you sign up for the Paid Service.</p><p style=\"text-align: justify; margin-bottom: 0.9rem;\">After you set up your account, we may ask for other profile and demographic information, such as your organization name and details, like address, phone number &amp; city.</p><p style=\"text-align: justify; margin-bottom: 0.9rem;\">The Geolocation data will be collected from physical IOT or physical devices bought by the customer of this Application. We will collect Geolocation from the App only for showing the current location of the user on the map to show distance from a specific vehicle using&nbsp; MYGPS Devices.</p><p style=\"text-align: justify; margin-bottom: 0.9rem;\">Driving Event Data. We collect sensory and motion data from your smartphone or mobile device, including information from the gyroscope, accelerometer, compass &amp; Bluetooth, in order to calculate and detect driving events such as speeding, hard braking, crash detection and other events. We maintain sensory and motion data as long as is reasonable to provide the Service which is related to the IOT devices used for the Application.</p><p style=\"text-align: justify; margin-bottom: 0.9rem;\">Messages and User Content. We collect information that is stored or used throughout the GPS Tracking service.</p><p style=\"text-align: justify; margin-bottom: 0.9rem;\">We use this information to operate, maintain, and provide the features and functionality of the Service and to communicate directly with the customer, such as to send the customer alerts on the movements of the (customer) user’s vehicles or assets which is only related to the concerned customer’s vehicles or assets. The customer or user can control the receipt of email and text alerts by visiting “Settings” within the mobile app or email. We may also send Service-related emails (e.g., account verification, order confirmations, change or updates to features of the Service, technical and security notices) related to the Service the customer has opted for.</p></div></div><div class=\"elementor-element elementor-element-5fbddb9 elementor-widget elementor-widget-heading\" data-id=\"5fbddb9\" data-element_type=\"widget\" data-widget_type=\"heading.default\" style=\"--flex-direction: initial; --flex-wrap: initial; --justify-content: initial; --align-items: initial; --align-content: initial; --gap: initial; --flex-basis: initial; --flex-grow: initial; --flex-shrink: initial; --order: initial; --align-self: initial; flex-basis: var(--flex-basis); flex-grow: var(--flex-grow); flex-shrink: var(--flex-shrink); order: var(--order); align-self: var(--align-self); flex-direction: var(--flex-direction); flex-wrap: var(--flex-wrap); justify-content: var(--justify-content); align-items: var(--align-items); align-content: var(--align-content); gap: var(--gap); position: relative; --swiper-theme-color: #000; --swiper-navigation-size: 44px; --swiper-pagination-bullet-size: 6px; --swiper-pagination-bullet-horizontal-gap: 6px; --widgets-spacing: 20px 20px; width: 1086px; margin-bottom: 20px; margin-block-end: 20px; color: rgb(36, 36, 36); font-family: -apple-system, BlinkMacSystemFont, \" segoe=\"\" ui\",=\"\" roboto,=\"\" \"helvetica=\"\" neue\",=\"\" arial,=\"\" \"noto=\"\" sans\",=\"\" sans-serif,=\"\" \"apple=\"\" color=\"\" emoji\",=\"\" \"segoe=\"\" ui=\"\" symbol\",=\"\" emoji\";\"=\"\"><div class=\"elementor-widget-container\" style=\"transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s); margin: 0px; padding: 0px;\"><h2 class=\"elementor-heading-title elementor-size-default\" style=\"margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-family: Poppins, sans-serif; font-weight: 600; line-height: 64px; color: rgb(26, 23, 48); font-size: 30px; padding: 0px;\">Information we receive about you from others:</h2></div></div><div class=\"elementor-element elementor-element-7309042 elementor-widget elementor-widget-text-editor\" data-id=\"7309042\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\" style=\"--flex-direction: initial; --flex-wrap: initial; --justify-content: initial; --align-items: initial; --align-content: initial; --gap: initial; --flex-basis: initial; --flex-grow: initial; --flex-shrink: initial; --order: initial; --align-self: initial; flex-basis: var(--flex-basis); flex-grow: var(--flex-grow); flex-shrink: var(--flex-shrink); order: var(--order); align-self: var(--align-self); flex-direction: var(--flex-direction); flex-wrap: var(--flex-wrap); justify-content: var(--justify-content); align-items: var(--align-items); align-content: var(--align-content); gap: var(--gap); position: relative; --swiper-theme-color: #000; --swiper-navigation-size: 44px; --swiper-pagination-bullet-size: 6px; --swiper-pagination-bullet-horizontal-gap: 6px; --widgets-spacing: 20px 20px; color: rgb(102, 100, 116); font-family: Poppins, sans-serif; width: 1086px; line-height: 24px; z-index: 100;\"><div class=\"elementor-widget-container\" style=\"transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s); margin: 0px 0px 0px 10px; padding: 0px;\"><p style=\"text-align: justify; margin-bottom: 0.9rem;\">Social Media. When you interact with our site through various social media, such as when you Like us on Facebook or post a comment to our Facebook page, we may receive information from the social network such as your profile information, profile picture, gender, user name, user ID associated with your social media account, age range, language, country, friends list, and any other information you permit the social network to share with third parties. The data we receive is dependent upon your privacy settings with the social network. You should always review, and if necessary, adjust your privacy settings on third-party websites and services before linking or connecting them to MYGPS’s website or Service.</p><p style=\"text-align: justify; margin-bottom: 0.9rem;\">Information we collect automatically through the use of technology. When you visit our website or use our mobile app, we and the related technology providers which we are not directly connected to other than using their analytics software) may collect certain information about your computer or device through technology such as cookies, web beacons, log files, or other tracking/recording tools. The information we collect through the use of tracking technologies includes, but is not limited to, IP address, browser information, referring/exit pages and URLs, click stream data and information about how you interact with links on the website, mobile app, or Service, domain names, landing pages, page views, cookie data that allows us to uniquely identify your browser and track your browsing behavior on our site, mobile device type, mobile device IDs or other persistent identifiers, and location data collected from your mobile device. Some or all of this data may be combined with other personally identifying information described above. When you access our Service by or through a mobile device, we may receive or collect and store a unique identification numbers associated with your device or our mobile application (including, for example, a UDID, Unique ID for Advertisers (“IDFA”), Google Ad ID, or Windows Advertising ID or other identifier), mobile carrier, device type, model and manufacturer, mobile device operating system brand and model, phone number, installed app list and depending on your mobile device settings, your geographical location data, including GPS coordinates (e.g. latitude and/or longitude), WiFi location or similar information regarding the location of your mobile device. We use this information to remember information so that you will not have to re-enter it during your visit or the next time you visit the site or mobile app Provide custom, personalized content and information, including advertising Track your location and movements Monitor the effectiveness of our Service and our marketing campaigns Monitor aggregate metrics such as total number of visitors, users, traffic, and demographic patterns Diagnose or fix technology problems reported by our Users or engineers that are associated with certain IP addresses or User IDs, and Automatically update our mobile application on your system and related devices.</p><p style=\"text-align: justify; margin-bottom: 0.9rem;\">We may also collect analytics data, or use third-party analytics tools, to help us measure traffic and usage trends for the Service. These tools collect information sent by your browser or mobile device, including the pages you visit, your use of third party applications, and other information that assists us in analyzing and improving the Service.</p><p style=\"text-align: justify; margin-bottom: 0.9rem;\">Data collected via this API will be Governed by Lotadata Privacy Notice (https://lotadata.com/privacy_policy)</p></div></div></td></tr></tbody></table><p style=\"text-align: justify; margin-top: 0in; line-height: 18pt; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-bottom: 0.9rem;\"><span style=\"font-family:\" arial\",\"sans-serif\";color:#666474\"=\"\"><br></span></p><p style=\"margin-top: 0in; line-height: 18pt; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-bottom: 0.9rem;\"><span style=\"font-family:\" arial\",\"sans-serif\";color:#666474\"=\"\"><br></span></p><table class=\"table table-bordered\"><tbody><tr><td><div class=\"elementor-element elementor-element-aa39c03 elementor-widget elementor-widget-heading\" data-id=\"aa39c03\" data-element_type=\"widget\" data-widget_type=\"heading.default\" style=\"--flex-direction: initial; --flex-wrap: initial; --justify-content: initial; --align-items: initial; --align-content: initial; --gap: initial; --flex-basis: initial; --flex-grow: initial; --flex-shrink: initial; --order: initial; --align-self: initial; flex-basis: var(--flex-basis); flex-grow: var(--flex-grow); flex-shrink: var(--flex-shrink); order: var(--order); align-self: var(--align-self); flex-direction: var(--flex-direction); flex-wrap: var(--flex-wrap); justify-content: var(--justify-content); align-items: var(--align-items); align-content: var(--align-content); gap: var(--gap); position: relative; --swiper-theme-color: #000; --swiper-navigation-size: 44px; --swiper-pagination-bullet-size: 6px; --swiper-pagination-bullet-horizontal-gap: 6px; --widgets-spacing: 20px 20px; width: 1086px; margin-bottom: 20px; margin-block-end: 20px; color: rgb(36, 36, 36); font-family: -apple-system, BlinkMacSystemFont, \" segoe=\"\" ui\",=\"\" roboto,=\"\" \"helvetica=\"\" neue\",=\"\" arial,=\"\" \"noto=\"\" sans\",=\"\" sans-serif,=\"\" \"apple=\"\" color=\"\" emoji\",=\"\" \"segoe=\"\" ui=\"\" symbol\",=\"\" emoji\";\"=\"\"><div class=\"elementor-widget-container\" style=\"transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s); margin: 0px; padding: 0px;\"><h2 class=\"elementor-heading-title elementor-size-default\" style=\"margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-family: Poppins, sans-serif; font-weight: 600; line-height: 64px; color: rgb(26, 23, 48); font-size: 30px; padding: 0px;\">2. Sharing Of Your Information</h2></div></div><div class=\"elementor-element elementor-element-6540ec3 elementor-widget elementor-widget-text-editor\" data-id=\"6540ec3\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\" style=\"--flex-direction: initial; --flex-wrap: initial; --justify-content: initial; --align-items: initial; --align-content: initial; --gap: initial; --flex-basis: initial; --flex-grow: initial; --flex-shrink: initial; --order: initial; --align-self: initial; flex-basis: var(--flex-basis); flex-grow: var(--flex-grow); flex-shrink: var(--flex-shrink); order: var(--order); align-self: var(--align-self); flex-direction: var(--flex-direction); flex-wrap: var(--flex-wrap); justify-content: var(--justify-content); align-items: var(--align-items); align-content: var(--align-content); gap: var(--gap); position: relative; --swiper-theme-color: #000; --swiper-navigation-size: 44px; --swiper-pagination-bullet-size: 6px; --swiper-pagination-bullet-horizontal-gap: 6px; --widgets-spacing: 20px 20px; color: rgb(102, 100, 116); font-family: Poppins, sans-serif; width: 1086px; line-height: 24px; z-index: 100;\"><div class=\"elementor-widget-container\" style=\"transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s); margin: 0px 0px 0px 10px; padding: 0px;\"><p style=\"text-align: justify; margin-bottom: 0.9rem;\">We share your personal information, including name, email, location and driving event data, with others only within the organization or group used in&nbsp; MYGPS Tracking Services.</p><p style=\"text-align: justify; margin-bottom: 0.9rem;\">We may at any time buy or sell / divest the company, or any combination of its products, services, assets and /or businesses. Personal information such as customer names and email addresses, and other user information related to the Service will likely be one of the items transferred in these types of transactions. We may also share, transfer or assign such information in the course of corporate divestitures, mergers, acquisitions, bankruptcies, dissolutions or similar transactions or proceedings. Except as described above, we will not disclose personal information to third parties (including law enforcement, other government entity, or civil litigant; excluding our subcontractors) unless required to do so by law or subpoena or if in our sole discretion, we determine it is necessary to (a) conform to the law, comply with legal process, or investigate, prevent, or take action regarding suspected or actual illegal activities; (b) to enforce our Terms of Use, take precautions against liability, to investigate and defend ourselves against any claims or allegations, or to protect the security or integrity of our site; and/or (c) to exercise or protect the rights, property, or personal safety of MYGPS, our Users or others.</p></div></div></td></tr></tbody></table><p style=\"margin-top: 0in; line-height: 18pt; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-bottom: 0.9rem;\"><span style=\"font-family:\" arial\",\"sans-serif\";color:#666474\"=\"\"><br></span></p><p style=\"margin-top: 0in; line-height: 18pt; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-bottom: 0.9rem;\"><span style=\"font-family:\" arial\",\"sans-serif\";color:#666474\"=\"\"><br></span></p><table class=\"table table-bordered\" style=\"text-align: justify; \"><tbody><tr><td><div class=\"elementor-element elementor-element-40908ee elementor-widget elementor-widget-heading\" data-id=\"40908ee\" data-element_type=\"widget\" data-widget_type=\"heading.default\" style=\"--flex-direction: initial; --flex-wrap: initial; --justify-content: initial; --align-items: initial; --align-content: initial; --gap: initial; --flex-basis: initial; --flex-grow: initial; --flex-shrink: initial; --order: initial; --align-self: initial; flex-basis: var(--flex-basis); flex-grow: var(--flex-grow); flex-shrink: var(--flex-shrink); order: var(--order); align-self: var(--align-self); flex-direction: var(--flex-direction); flex-wrap: var(--flex-wrap); justify-content: var(--justify-content); align-items: var(--align-items); align-content: var(--align-content); gap: var(--gap); position: relative; --swiper-theme-color: #000; --swiper-navigation-size: 44px; --swiper-pagination-bullet-size: 6px; --swiper-pagination-bullet-horizontal-gap: 6px; --widgets-spacing: 20px 20px; width: 1086px; margin-bottom: 20px; margin-block-end: 20px; color: rgb(36, 36, 36); font-family: -apple-system, BlinkMacSystemFont, \" segoe=\"\" ui\",=\"\" roboto,=\"\" \"helvetica=\"\" neue\",=\"\" arial,=\"\" \"noto=\"\" sans\",=\"\" sans-serif,=\"\" \"apple=\"\" color=\"\" emoji\",=\"\" \"segoe=\"\" ui=\"\" symbol\",=\"\" emoji\";\"=\"\"><div class=\"elementor-widget-container\" style=\"transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s); margin: 0px; padding: 0px;\"><h2 class=\"elementor-heading-title elementor-size-default\" style=\"margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-family: Poppins, sans-serif; font-weight: 600; line-height: 64px; color: rgb(26, 23, 48); font-size: 30px; padding: 0px;\">3. How We Protect Your Information</h2></div></div><div class=\"elementor-element elementor-element-ccad680 elementor-widget elementor-widget-text-editor\" data-id=\"ccad680\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\" style=\"--flex-direction: initial; --flex-wrap: initial; --justify-content: initial; --align-items: initial; --align-content: initial; --gap: initial; --flex-basis: initial; --flex-grow: initial; --flex-shrink: initial; --order: initial; --align-self: initial; flex-basis: var(--flex-basis); flex-grow: var(--flex-grow); flex-shrink: var(--flex-shrink); order: var(--order); align-self: var(--align-self); flex-direction: var(--flex-direction); flex-wrap: var(--flex-wrap); justify-content: var(--justify-content); align-items: var(--align-items); align-content: var(--align-content); gap: var(--gap); position: relative; --swiper-theme-color: #000; --swiper-navigation-size: 44px; --swiper-pagination-bullet-size: 6px; --swiper-pagination-bullet-horizontal-gap: 6px; --widgets-spacing: 20px 20px; color: rgb(102, 100, 116); font-family: Poppins, sans-serif; width: 1086px; line-height: 24px; z-index: 100;\"><div class=\"elementor-widget-container\" style=\"transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s); margin: 0px 0px 0px 10px; padding: 0px;\"><section class=\"elementor-section elementor-inner-section elementor-element elementor-element-fca5873 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"fca5873\" data-element_type=\"section\" style=\"--flex-direction: initial; --flex-wrap: initial; --justify-content: initial; --align-items: initial; --align-content: initial; --gap: initial; --flex-basis: initial; --flex-grow: initial; --flex-shrink: initial; --order: initial; --align-self: initial; flex-basis: var(--flex-basis); flex-grow: var(--flex-grow); flex-shrink: var(--flex-shrink); order: var(--order); align-self: var(--align-self); position: relative; --swiper-theme-color: #000; --swiper-navigation-size: 44px; --swiper-pagination-bullet-size: 6px; --swiper-pagination-bullet-horizontal-gap: 6px; --widgets-spacing: 20px 20px;\"><div class=\"elementor-container elementor-column-gap-default\" style=\"display: flex; margin-right: auto; margin-left: auto; position: relative; max-width: 1140px;\"><div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-c3e025c\" data-id=\"c3e025c\" data-element_type=\"column\" style=\"--flex-direction: initial; --flex-wrap: initial; --justify-content: initial; --align-items: initial; --align-content: initial; --gap: initial; --flex-basis: initial; --flex-grow: initial; --flex-shrink: initial; --order: initial; --align-self: initial; flex-basis: var(--flex-basis); flex-grow: var(--flex-grow); flex-shrink: var(--flex-shrink); order: var(--order); align-self: var(--align-self); position: relative; min-height: 1px; display: flex; --swiper-theme-color: #000; --swiper-navigation-size: 44px; --swiper-pagination-bullet-size: 6px; --swiper-pagination-bullet-horizontal-gap: 6px; --widgets-spacing: 20px 20px; width: 1076px;\"><div class=\"elementor-widget-wrap elementor-element-populated\" style=\"position: relative; width: 1076px; flex-wrap: wrap; align-content: flex-start; display: flex; padding: 10px;\"><div class=\"elementor-element elementor-element-d8cb6d4 elementor-widget elementor-widget-text-editor\" data-id=\"d8cb6d4\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\" style=\"--flex-direction: initial; --flex-wrap: initial; --justify-content: initial; --align-items: initial; --align-content: initial; --gap: initial; --flex-basis: initial; --flex-grow: initial; --flex-shrink: initial; --order: initial; --align-self: initial; flex-basis: var(--flex-basis); flex-grow: var(--flex-grow); flex-shrink: var(--flex-shrink); order: var(--order); align-self: var(--align-self); flex-direction: var(--flex-direction); flex-wrap: var(--flex-wrap); justify-content: var(--justify-content); align-items: var(--align-items); align-content: var(--align-content); gap: var(--gap); position: relative; --swiper-theme-color: #000; --swiper-navigation-size: 44px; --swiper-pagination-bullet-size: 6px; --swiper-pagination-bullet-horizontal-gap: 6px; --widgets-spacing: 20px 20px; color: var(--e-global-color-text); font-family: var( --e-global-typography-text-font-family ),Sans-serif; font-weight: var(--e-global-typography-text-font-weight); width: 1056px;\"><div class=\"elementor-widget-container\" style=\"transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s);\"><p style=\"text-align: justify; margin-bottom: 0.9rem;\">MYGPS Tracking Service cares about the security of your information and uses commercially reasonable physical, administrative, and technological safeguards to preserve the integrity and security of all information we collect and that we share with our service providers. However, no security system is impenetrable and we cannot guarantee the security of our systems 100%. In the event that any information under our control is compromised as a result of a breach of security, we will take reasonable steps to investigate the situation and where appropriate, notify those individuals whose information may have been compromised and take other steps, in accordance with any applicable laws and regulations. MYGPS Tracking Service&nbsp;maintains proper backup of your data, but not everything or related data can be guaranteed, so if upon any unforeseeable reason the data backups fail then MYGPS Tracking Service&nbsp;will notify the user but cannot do anything more than that.</p></div></div></div></div></div></section></div></div></td></tr></tbody></table><p style=\"text-align: justify; margin-top: 0in; line-height: 18pt; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-bottom: 0.9rem;\"><span style=\"font-family:\" arial\",\"sans-serif\";color:#666474\"=\"\"><br></span></p><p style=\"text-align: justify; margin-top: 0in; line-height: 18pt; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-bottom: 0.9rem;\"><span style=\"font-family:\" arial\",\"sans-serif\";color:#666474\"=\"\"><br></span></p><table class=\"table table-bordered\"><tbody><tr><td><div class=\"elementor-element elementor-element-e4b4ecb elementor-widget elementor-widget-heading\" data-id=\"e4b4ecb\" data-element_type=\"widget\" data-widget_type=\"heading.default\" style=\"--flex-direction: initial; --flex-wrap: initial; --justify-content: initial; --align-items: initial; --align-content: initial; --gap: initial; --flex-basis: initial; --flex-grow: initial; --flex-shrink: initial; --order: initial; --align-self: initial; flex-basis: var(--flex-basis); flex-grow: var(--flex-grow); flex-shrink: var(--flex-shrink); order: var(--order); align-self: var(--align-self); flex-direction: var(--flex-direction); flex-wrap: var(--flex-wrap); justify-content: var(--justify-content); align-items: var(--align-items); align-content: var(--align-content); gap: var(--gap); position: relative; --swiper-theme-color: #000; --swiper-navigation-size: 44px; --swiper-pagination-bullet-size: 6px; --swiper-pagination-bullet-horizontal-gap: 6px; --widgets-spacing: 20px 20px; width: 1086px; margin-bottom: 20px; margin-block-end: 20px; color: rgb(36, 36, 36); font-family: -apple-system, BlinkMacSystemFont, \" segoe=\"\" ui\",=\"\" roboto,=\"\" \"helvetica=\"\" neue\",=\"\" arial,=\"\" \"noto=\"\" sans\",=\"\" sans-serif,=\"\" \"apple=\"\" color=\"\" emoji\",=\"\" \"segoe=\"\" ui=\"\" symbol\",=\"\" emoji\";\"=\"\"><div class=\"elementor-widget-container\" style=\"transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s); margin: 0px; padding: 0px;\"><h2 class=\"elementor-heading-title elementor-size-default\" style=\"margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-family: Poppins, sans-serif; font-weight: 600; line-height: 64px; color: rgb(26, 23, 48); font-size: 30px; padding: 0px;\">4. Your Choices About Your Information</h2></div></div><div class=\"elementor-element elementor-element-061f32b elementor-widget elementor-widget-text-editor\" data-id=\"061f32b\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\" style=\"--flex-direction: initial; --flex-wrap: initial; --justify-content: initial; --align-items: initial; --align-content: initial; --gap: initial; --flex-basis: initial; --flex-grow: initial; --flex-shrink: initial; --order: initial; --align-self: initial; flex-basis: var(--flex-basis); flex-grow: var(--flex-grow); flex-shrink: var(--flex-shrink); order: var(--order); align-self: var(--align-self); flex-direction: var(--flex-direction); flex-wrap: var(--flex-wrap); justify-content: var(--justify-content); align-items: var(--align-items); align-content: var(--align-content); gap: var(--gap); position: relative; --swiper-theme-color: #000; --swiper-navigation-size: 44px; --swiper-pagination-bullet-size: 6px; --swiper-pagination-bullet-horizontal-gap: 6px; --widgets-spacing: 20px 20px; color: rgb(102, 100, 116); font-family: Poppins, sans-serif; width: 1086px; line-height: 24px; z-index: 100;\"><div class=\"elementor-widget-container\" style=\"transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s); margin: 0px 0px 0px 10px; padding: 0px;\"><section class=\"elementor-section elementor-inner-section elementor-element elementor-element-fca5873 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"fca5873\" data-element_type=\"section\" style=\"--flex-direction: initial; --flex-wrap: initial; --justify-content: initial; --align-items: initial; --align-content: initial; --gap: initial; --flex-basis: initial; --flex-grow: initial; --flex-shrink: initial; --order: initial; --align-self: initial; flex-basis: var(--flex-basis); flex-grow: var(--flex-grow); flex-shrink: var(--flex-shrink); order: var(--order); align-self: var(--align-self); position: relative; --swiper-theme-color: #000; --swiper-navigation-size: 44px; --swiper-pagination-bullet-size: 6px; --swiper-pagination-bullet-horizontal-gap: 6px; --widgets-spacing: 20px 20px;\"><div class=\"elementor-container elementor-column-gap-default\" style=\"display: flex; margin-right: auto; margin-left: auto; position: relative; max-width: 1140px;\"><div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-c3e025c\" data-id=\"c3e025c\" data-element_type=\"column\" style=\"--flex-direction: initial; --flex-wrap: initial; --justify-content: initial; --align-items: initial; --align-content: initial; --gap: initial; --flex-basis: initial; --flex-grow: initial; --flex-shrink: initial; --order: initial; --align-self: initial; flex-basis: var(--flex-basis); flex-grow: var(--flex-grow); flex-shrink: var(--flex-shrink); order: var(--order); align-self: var(--align-self); position: relative; min-height: 1px; display: flex; --swiper-theme-color: #000; --swiper-navigation-size: 44px; --swiper-pagination-bullet-size: 6px; --swiper-pagination-bullet-horizontal-gap: 6px; --widgets-spacing: 20px 20px; width: 1076px;\"><div class=\"elementor-widget-wrap elementor-element-populated\" style=\"position: relative; width: 1076px; flex-wrap: wrap; align-content: flex-start; display: flex; padding: 10px;\"><div class=\"elementor-element elementor-element-d8cb6d4 elementor-widget elementor-widget-text-editor\" data-id=\"d8cb6d4\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\" style=\"--flex-direction: initial; --flex-wrap: initial; --justify-content: initial; --align-items: initial; --align-content: initial; --gap: initial; --flex-basis: initial; --flex-grow: initial; --flex-shrink: initial; --order: initial; --align-self: initial; flex-basis: var(--flex-basis); flex-grow: var(--flex-grow); flex-shrink: var(--flex-shrink); order: var(--order); align-self: var(--align-self); flex-direction: var(--flex-direction); flex-wrap: var(--flex-wrap); justify-content: var(--justify-content); align-items: var(--align-items); align-content: var(--align-content); gap: var(--gap); position: relative; --swiper-theme-color: #000; --swiper-navigation-size: 44px; --swiper-pagination-bullet-size: 6px; --swiper-pagination-bullet-horizontal-gap: 6px; --widgets-spacing: 20px 20px; color: var(--e-global-color-text); font-family: var( --e-global-typography-text-font-family ),Sans-serif; font-weight: var(--e-global-typography-text-font-weight); width: 1056px;\"><div class=\"elementor-widget-container\" style=\"transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s);\"><p style=\"text-align: justify; margin-bottom: 0.9rem;\">You may, of course, decline to submit any personal information through the Service, in which case MYGPS Tracking Service may or may not be able to provide its Services to you depending on the extent of the service. Modifying Your Account Information and Settings: You may modify your account information, update or amend your personal information, or change your password at any time by logging in to your account. We make every effort to promptly process all unsubscribe requests through our software and/or manual process. As noted above, you may not opt out of Service-related communications (e.g., account verification, parental consent notification, order confirmations, change or updates to features of the Service, technical and security notices). If you have any questions about reviewing or modifying your account information, you can contact us directly at&nbsp;<a href=\"mailto:support@\" style=\"font-family: Arial, \" sans-serif\";=\"\" font-weight:=\"\" var(--e-global-typography-text-font-weight);=\"\" font-size:=\"\" 1rem;=\"\" text-align:=\"\" left;\"=\"\"><span style=\"color:#00B0F0\">support@</span></a><span style=\"color: rgb(0, 176, 240); font-family: Arial, \" sans-serif\";=\"\" font-weight:=\"\" var(--e-global-typography-text-font-weight);=\"\" background-color:=\"\" transparent;=\"\" font-size:=\"\" 1rem;=\"\" text-align:=\"\" left;\"=\"\">mygpsbd.com</span><span style=\"color: var(--e-global-color-text); font-family: var( --e-global-typography-text-font-family ),Sans-serif; font-weight: var(--e-global-typography-text-font-weight); background-color: transparent; font-size: 1rem;\">&nbsp;Delete Your Account and Personal Information: We will retain your information for as long as your account is active or as needed to provide you services. If you wish to cancel your account, please contact us at&nbsp;</span><span sans-serif\";=\"\" font-weight:=\"\" var(--e-global-typography-text-font-weight);=\"\" background-color:=\"\" transparent;=\"\" font-size:=\"\" 1rem;\"=\"\" style=\"font-family: var( --e-global-typography-text-font-family ),Sans-serif; font-weight: var(--e-global-typography-text-font-weight); background-color: transparent; font-size: 1rem; color: rgb(0, 176, 240);\">info@mygpsbd.com</span></p></div></div></div></div></div></section></div></div></td></tr></tbody></table><p style=\"margin-top: 0in; line-height: 18pt; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-bottom: 0.9rem;\"><span style=\"font-family:\" arial\",\"sans-serif\";color:#666474\"=\"\"><br></span></p><p style=\"margin-top: 0in; line-height: 18pt; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-bottom: 0.9rem;\"><span style=\"font-family:\" arial\",\"sans-serif\";color:#666474\"=\"\"><br></span></p><table class=\"table table-bordered\"><tbody><tr><td><div class=\"elementor-element elementor-element-d5cc7d0 elementor-widget elementor-widget-heading\" data-id=\"d5cc7d0\" data-element_type=\"widget\" data-widget_type=\"heading.default\" style=\"--flex-direction: initial; --flex-wrap: initial; --justify-content: initial; --align-items: initial; --align-content: initial; --gap: initial; --flex-basis: initial; --flex-grow: initial; --flex-shrink: initial; --order: initial; --align-self: initial; flex-basis: var(--flex-basis); flex-grow: var(--flex-grow); flex-shrink: var(--flex-shrink); order: var(--order); align-self: var(--align-self); flex-direction: var(--flex-direction); flex-wrap: var(--flex-wrap); justify-content: var(--justify-content); align-items: var(--align-items); align-content: var(--align-content); gap: var(--gap); position: relative; --swiper-theme-color: #000; --swiper-navigation-size: 44px; --swiper-pagination-bullet-size: 6px; --swiper-pagination-bullet-horizontal-gap: 6px; --widgets-spacing: 20px 20px; width: 1086px; margin-bottom: 20px; margin-block-end: 20px; color: rgb(36, 36, 36); font-family: -apple-system, BlinkMacSystemFont, \" segoe=\"\" ui\",=\"\" roboto,=\"\" \"helvetica=\"\" neue\",=\"\" arial,=\"\" \"noto=\"\" sans\",=\"\" sans-serif,=\"\" \"apple=\"\" color=\"\" emoji\",=\"\" \"segoe=\"\" ui=\"\" symbol\",=\"\" emoji\";\"=\"\"><div class=\"elementor-widget-container\" style=\"transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s); margin: 0px; padding: 0px;\"><h2 class=\"elementor-heading-title elementor-size-default\" style=\"margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-family: Poppins, sans-serif; font-weight: 600; line-height: 64px; color: rgb(26, 23, 48); font-size: 30px; padding: 0px;\">5. Customized Privacy</h2></div></div><div class=\"elementor-element elementor-element-d5464fb elementor-widget elementor-widget-text-editor\" data-id=\"d5464fb\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\" style=\"--flex-direction: initial; --flex-wrap: initial; --justify-content: initial; --align-items: initial; --align-content: initial; --gap: initial; --flex-basis: initial; --flex-grow: initial; --flex-shrink: initial; --order: initial; --align-self: initial; flex-basis: var(--flex-basis); flex-grow: var(--flex-grow); flex-shrink: var(--flex-shrink); order: var(--order); align-self: var(--align-self); flex-direction: var(--flex-direction); flex-wrap: var(--flex-wrap); justify-content: var(--justify-content); align-items: var(--align-items); align-content: var(--align-content); gap: var(--gap); position: relative; --swiper-theme-color: #000; --swiper-navigation-size: 44px; --swiper-pagination-bullet-size: 6px; --swiper-pagination-bullet-horizontal-gap: 6px; --widgets-spacing: 20px 20px; color: rgb(102, 100, 116); font-family: Poppins, sans-serif; width: 1086px; line-height: 24px; z-index: 100;\"><div class=\"elementor-widget-container\" style=\"transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s); margin: 0px 0px 0px 10px; padding: 0px;\"><section class=\"elementor-section elementor-inner-section elementor-element elementor-element-fca5873 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"fca5873\" data-element_type=\"section\" style=\"--flex-direction: initial; --flex-wrap: initial; --justify-content: initial; --align-items: initial; --align-content: initial; --gap: initial; --flex-basis: initial; --flex-grow: initial; --flex-shrink: initial; --order: initial; --align-self: initial; flex-basis: var(--flex-basis); flex-grow: var(--flex-grow); flex-shrink: var(--flex-shrink); order: var(--order); align-self: var(--align-self); position: relative; --swiper-theme-color: #000; --swiper-navigation-size: 44px; --swiper-pagination-bullet-size: 6px; --swiper-pagination-bullet-horizontal-gap: 6px; --widgets-spacing: 20px 20px;\"><div class=\"elementor-container elementor-column-gap-default\" style=\"display: flex; margin-right: auto; margin-left: auto; position: relative; max-width: 1140px;\"><div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-c3e025c\" data-id=\"c3e025c\" data-element_type=\"column\" style=\"--flex-direction: initial; --flex-wrap: initial; --justify-content: initial; --align-items: initial; --align-content: initial; --gap: initial; --flex-basis: initial; --flex-grow: initial; --flex-shrink: initial; --order: initial; --align-self: initial; flex-basis: var(--flex-basis); flex-grow: var(--flex-grow); flex-shrink: var(--flex-shrink); order: var(--order); align-self: var(--align-self); position: relative; min-height: 1px; display: flex; --swiper-theme-color: #000; --swiper-navigation-size: 44px; --swiper-pagination-bullet-size: 6px; --swiper-pagination-bullet-horizontal-gap: 6px; --widgets-spacing: 20px 20px; width: 1076px;\"><div class=\"elementor-widget-wrap elementor-element-populated\" style=\"position: relative; width: 1076px; flex-wrap: wrap; align-content: flex-start; display: flex; padding: 10px;\"><div class=\"elementor-element elementor-element-d8cb6d4 elementor-widget elementor-widget-text-editor\" data-id=\"d8cb6d4\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\" style=\"--flex-direction: initial; --flex-wrap: initial; --justify-content: initial; --align-items: initial; --align-content: initial; --gap: initial; --flex-basis: initial; --flex-grow: initial; --flex-shrink: initial; --order: initial; --align-self: initial; flex-basis: var(--flex-basis); flex-grow: var(--flex-grow); flex-shrink: var(--flex-shrink); order: var(--order); align-self: var(--align-self); flex-direction: var(--flex-direction); flex-wrap: var(--flex-wrap); justify-content: var(--justify-content); align-items: var(--align-items); align-content: var(--align-content); gap: var(--gap); position: relative; --swiper-theme-color: #000; --swiper-navigation-size: 44px; --swiper-pagination-bullet-size: 6px; --swiper-pagination-bullet-horizontal-gap: 6px; --widgets-spacing: 20px 20px; color: var(--e-global-color-text); font-family: var( --e-global-typography-text-font-family ),Sans-serif; font-weight: var(--e-global-typography-text-font-weight); width: 1056px;\"><div class=\"elementor-widget-container\" style=\"transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s);\"><p style=\"text-align: justify; margin-bottom: 0.9rem;\">For certain high valued paid users, we may be contacted for special privacy settings that does not violate the law of the land, which we will work with our Customer Service Team to provide the necessary customizations if possible. Under special circumstances our Technology team will also assist if required.</p></div></div></div></div></div></section></div></div></td></tr></tbody></table><p style=\"margin-top: 0in; line-height: 18pt; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-bottom: 0.9rem;\"><span style=\"font-family:\" arial\",\"sans-serif\";color:#666474\"=\"\"><br></span></p><p style=\"margin-top: 0in; line-height: 18pt; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-bottom: 0.9rem;\"><span style=\"font-family:\" arial\",\"sans-serif\";color:#666474\"=\"\"><br></span></p><table class=\"table table-bordered\"><tbody><tr><td><div class=\"elementor-element elementor-element-78d94ce elementor-widget elementor-widget-heading\" data-id=\"78d94ce\" data-element_type=\"widget\" data-widget_type=\"heading.default\" style=\"--flex-direction: initial; --flex-wrap: initial; --justify-content: initial; --align-items: initial; --align-content: initial; --gap: initial; --flex-basis: initial; --flex-grow: initial; --flex-shrink: initial; --order: initial; --align-self: initial; flex-basis: var(--flex-basis); flex-grow: var(--flex-grow); flex-shrink: var(--flex-shrink); order: var(--order); align-self: var(--align-self); flex-direction: var(--flex-direction); flex-wrap: var(--flex-wrap); justify-content: var(--justify-content); align-items: var(--align-items); align-content: var(--align-content); gap: var(--gap); position: relative; --swiper-theme-color: #000; --swiper-navigation-size: 44px; --swiper-pagination-bullet-size: 6px; --swiper-pagination-bullet-horizontal-gap: 6px; --widgets-spacing: 20px 20px; width: 1086px; margin-bottom: 20px; margin-block-end: 20px; color: rgb(36, 36, 36); font-family: -apple-system, BlinkMacSystemFont, \" segoe=\"\" ui\",=\"\" roboto,=\"\" \"helvetica=\"\" neue\",=\"\" arial,=\"\" \"noto=\"\" sans\",=\"\" sans-serif,=\"\" \"apple=\"\" color=\"\" emoji\",=\"\" \"segoe=\"\" ui=\"\" symbol\",=\"\" emoji\";\"=\"\"><div class=\"elementor-widget-container\" style=\"transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s); margin: 0px; padding: 0px;\"><h2 class=\"elementor-heading-title elementor-size-default\" style=\"margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-family: Poppins, sans-serif; font-weight: 600; line-height: 64px; color: rgb(26, 23, 48); font-size: 30px; padding: 0px;\">6. Links To Other Web Sites And Services</h2></div></div><div class=\"elementor-element elementor-element-fed8a52 elementor-widget elementor-widget-text-editor\" data-id=\"fed8a52\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\" style=\"--flex-direction: initial; --flex-wrap: initial; --justify-content: initial; --align-items: initial; --align-content: initial; --gap: initial; --flex-basis: initial; --flex-grow: initial; --flex-shrink: initial; --order: initial; --align-self: initial; flex-basis: var(--flex-basis); flex-grow: var(--flex-grow); flex-shrink: var(--flex-shrink); order: var(--order); align-self: var(--align-self); flex-direction: var(--flex-direction); flex-wrap: var(--flex-wrap); justify-content: var(--justify-content); align-items: var(--align-items); align-content: var(--align-content); gap: var(--gap); position: relative; --swiper-theme-color: #000; --swiper-navigation-size: 44px; --swiper-pagination-bullet-size: 6px; --swiper-pagination-bullet-horizontal-gap: 6px; --widgets-spacing: 20px 20px; color: rgb(102, 100, 116); font-family: Poppins, sans-serif; width: 1086px; line-height: 24px; z-index: 100;\"><div class=\"elementor-widget-container\" style=\"transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s); margin: 0px 0px 0px 10px; padding: 0px;\"><section class=\"elementor-section elementor-inner-section elementor-element elementor-element-fca5873 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"fca5873\" data-element_type=\"section\" style=\"--flex-direction: initial; --flex-wrap: initial; --justify-content: initial; --align-items: initial; --align-content: initial; --gap: initial; --flex-basis: initial; --flex-grow: initial; --flex-shrink: initial; --order: initial; --align-self: initial; flex-basis: var(--flex-basis); flex-grow: var(--flex-grow); flex-shrink: var(--flex-shrink); order: var(--order); align-self: var(--align-self); position: relative; --swiper-theme-color: #000; --swiper-navigation-size: 44px; --swiper-pagination-bullet-size: 6px; --swiper-pagination-bullet-horizontal-gap: 6px; --widgets-spacing: 20px 20px;\"><div class=\"elementor-container elementor-column-gap-default\" style=\"display: flex; margin-right: auto; margin-left: auto; position: relative; max-width: 1140px;\"><div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-c3e025c\" data-id=\"c3e025c\" data-element_type=\"column\" style=\"--flex-direction: initial; --flex-wrap: initial; --justify-content: initial; --align-items: initial; --align-content: initial; --gap: initial; --flex-basis: initial; --flex-grow: initial; --flex-shrink: initial; --order: initial; --align-self: initial; flex-basis: var(--flex-basis); flex-grow: var(--flex-grow); flex-shrink: var(--flex-shrink); order: var(--order); align-self: var(--align-self); position: relative; min-height: 1px; display: flex; --swiper-theme-color: #000; --swiper-navigation-size: 44px; --swiper-pagination-bullet-size: 6px; --swiper-pagination-bullet-horizontal-gap: 6px; --widgets-spacing: 20px 20px; width: 1076px;\"><div class=\"elementor-widget-wrap elementor-element-populated\" style=\"position: relative; width: 1076px; flex-wrap: wrap; align-content: flex-start; display: flex; padding: 10px;\"><div class=\"elementor-element elementor-element-d8cb6d4 elementor-widget elementor-widget-text-editor\" data-id=\"d8cb6d4\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\" style=\"--flex-direction: initial; --flex-wrap: initial; --justify-content: initial; --align-items: initial; --align-content: initial; --gap: initial; --flex-basis: initial; --flex-grow: initial; --flex-shrink: initial; --order: initial; --align-self: initial; flex-basis: var(--flex-basis); flex-grow: var(--flex-grow); flex-shrink: var(--flex-shrink); order: var(--order); align-self: var(--align-self); flex-direction: var(--flex-direction); flex-wrap: var(--flex-wrap); justify-content: var(--justify-content); align-items: var(--align-items); align-content: var(--align-content); gap: var(--gap); position: relative; --swiper-theme-color: #000; --swiper-navigation-size: 44px; --swiper-pagination-bullet-size: 6px; --swiper-pagination-bullet-horizontal-gap: 6px; --widgets-spacing: 20px 20px; color: var(--e-global-color-text); font-family: var( --e-global-typography-text-font-family ),Sans-serif; font-weight: var(--e-global-typography-text-font-weight); width: 1056px;\"><div class=\"elementor-widget-container\" style=\"transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s);\"><section class=\"elementor-section elementor-inner-section elementor-element elementor-element-a05712e elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"a05712e\" data-element_type=\"section\" style=\"--flex-direction: initial; --flex-wrap: initial; --justify-content: initial; --align-items: initial; --align-content: initial; --gap: initial; --flex-basis: initial; --flex-grow: initial; --flex-shrink: initial; --order: initial; --align-self: initial; flex-basis: var(--flex-basis); flex-grow: var(--flex-grow); flex-shrink: var(--flex-shrink); order: var(--order); align-self: var(--align-self); position: relative; --swiper-theme-color: #000; --swiper-navigation-size: 44px; --swiper-pagination-bullet-size: 6px; --swiper-pagination-bullet-horizontal-gap: 6px; --widgets-spacing: 20px 20px;\"><div class=\"elementor-container elementor-column-gap-default\" style=\"display: flex; margin-right: auto; margin-left: auto; position: relative; max-width: 1140px;\"><div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-1df92b2\" data-id=\"1df92b2\" data-element_type=\"column\" style=\"--flex-direction: initial; --flex-wrap: initial; --justify-content: initial; --align-items: initial; --align-content: initial; --gap: initial; --flex-basis: initial; --flex-grow: initial; --flex-shrink: initial; --order: initial; --align-self: initial; flex-basis: var(--flex-basis); flex-grow: var(--flex-grow); flex-shrink: var(--flex-shrink); order: var(--order); align-self: var(--align-self); position: relative; min-height: 1px; display: flex; --swiper-theme-color: #000; --swiper-navigation-size: 44px; --swiper-pagination-bullet-size: 6px; --swiper-pagination-bullet-horizontal-gap: 6px; --widgets-spacing: 20px 20px; width: 1056px;\"><div class=\"elementor-widget-wrap elementor-element-populated\" style=\"position: relative; width: 1056px; flex-wrap: wrap; align-content: flex-start; display: flex; padding: 10px;\"><div class=\"elementor-element elementor-element-10f2f8b elementor-widget elementor-widget-text-editor\" data-id=\"10f2f8b\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\" style=\"--flex-direction: initial; --flex-wrap: initial; --justify-content: initial; --align-items: initial; --align-content: initial; --gap: initial; --flex-basis: initial; --flex-grow: initial; --flex-shrink: initial; --order: initial; --align-self: initial; flex-basis: var(--flex-basis); flex-grow: var(--flex-grow); flex-shrink: var(--flex-shrink); order: var(--order); align-self: var(--align-self); flex-direction: var(--flex-direction); flex-wrap: var(--flex-wrap); justify-content: var(--justify-content); align-items: var(--align-items); align-content: var(--align-content); gap: var(--gap); position: relative; --swiper-theme-color: #000; --swiper-navigation-size: 44px; --swiper-pagination-bullet-size: 6px; --swiper-pagination-bullet-horizontal-gap: 6px; --widgets-spacing: 20px 20px; color: var(--e-global-color-text); font-family: var( --e-global-typography-text-font-family ),Sans-serif; font-weight: var(--e-global-typography-text-font-weight); width: 1036px;\"><div class=\"elementor-widget-container\" style=\"transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s);\"><p style=\"text-align: justify; margin-bottom: 0.9rem;\">We are not responsible for the practices employed by websites or services linked to or from the Service, nor the information or content contained therein. Please remember that when you use a link to go from the Service to another website, our Privacy Policy does not apply to third-party websites or services. Your browsing and interaction on any third-party website or service, including those that have a link on our website, are subject to that third party’s own rules and policies. Please read over those rules and policies before proceeding.</p></div></div></div></div></div></section></div></div></div></div></div></section></div></div></td></tr></tbody></table><p style=\"margin-top: 0in; line-height: 18pt; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-bottom: 0.9rem;\"><span style=\"font-family:\" arial\",\"sans-serif\";color:#666474\"=\"\"><br></span></p><table class=\"table table-bordered\"><tbody><tr><td><div class=\"elementor-element elementor-element-b2f1fb2 elementor-widget elementor-widget-heading\" data-id=\"b2f1fb2\" data-element_type=\"widget\" data-widget_type=\"heading.default\" style=\"--flex-direction: initial; --flex-wrap: initial; --justify-content: initial; --align-items: initial; --align-content: initial; --gap: initial; --flex-basis: initial; --flex-grow: initial; --flex-shrink: initial; --order: initial; --align-self: initial; flex-basis: var(--flex-basis); flex-grow: var(--flex-grow); flex-shrink: var(--flex-shrink); order: var(--order); align-self: var(--align-self); flex-direction: var(--flex-direction); flex-wrap: var(--flex-wrap); justify-content: var(--justify-content); align-items: var(--align-items); align-content: var(--align-content); gap: var(--gap); position: relative; --swiper-theme-color: #000; --swiper-navigation-size: 44px; --swiper-pagination-bullet-size: 6px; --swiper-pagination-bullet-horizontal-gap: 6px; --widgets-spacing: 20px 20px; width: 1086px; margin-bottom: 20px; margin-block-end: 20px; color: rgb(36, 36, 36); font-family: -apple-system, BlinkMacSystemFont, \" segoe=\"\" ui\",=\"\" roboto,=\"\" \"helvetica=\"\" neue\",=\"\" arial,=\"\" \"noto=\"\" sans\",=\"\" sans-serif,=\"\" \"apple=\"\" color=\"\" emoji\",=\"\" \"segoe=\"\" ui=\"\" symbol\",=\"\" emoji\";\"=\"\"><div class=\"elementor-widget-container\" style=\"transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s); margin: 0px; padding: 0px;\"><h2 class=\"elementor-heading-title elementor-size-default\" style=\"margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-family: Poppins, sans-serif; font-weight: 600; line-height: 64px; color: rgb(26, 23, 48); font-size: 30px; padding: 0px;\">7. Changes To Our Privacy Policy</h2></div></div><div class=\"elementor-element elementor-element-390151d elementor-widget elementor-widget-text-editor\" data-id=\"390151d\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\" style=\"--flex-direction: initial; --flex-wrap: initial; --justify-content: initial; --align-items: initial; --align-content: initial; --gap: initial; --flex-basis: initial; --flex-grow: initial; --flex-shrink: initial; --order: initial; --align-self: initial; flex-basis: var(--flex-basis); flex-grow: var(--flex-grow); flex-shrink: var(--flex-shrink); order: var(--order); align-self: var(--align-self); flex-direction: var(--flex-direction); flex-wrap: var(--flex-wrap); justify-content: var(--justify-content); align-items: var(--align-items); align-content: var(--align-content); gap: var(--gap); position: relative; --swiper-theme-color: #000; --swiper-navigation-size: 44px; --swiper-pagination-bullet-size: 6px; --swiper-pagination-bullet-horizontal-gap: 6px; --widgets-spacing: 20px 20px; color: rgb(102, 100, 116); font-family: Poppins, sans-serif; width: 1086px; line-height: 24px; z-index: 100;\"><div class=\"elementor-widget-container\" style=\"transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s); margin: 0px 0px 0px 10px; padding: 0px;\"><section class=\"elementor-section elementor-inner-section elementor-element elementor-element-fca5873 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"fca5873\" data-element_type=\"section\" style=\"--flex-direction: initial; --flex-wrap: initial; --justify-content: initial; --align-items: initial; --align-content: initial; --gap: initial; --flex-basis: initial; --flex-grow: initial; --flex-shrink: initial; --order: initial; --align-self: initial; flex-basis: var(--flex-basis); flex-grow: var(--flex-grow); flex-shrink: var(--flex-shrink); order: var(--order); align-self: var(--align-self); position: relative; --swiper-theme-color: #000; --swiper-navigation-size: 44px; --swiper-pagination-bullet-size: 6px; --swiper-pagination-bullet-horizontal-gap: 6px; --widgets-spacing: 20px 20px;\"><div class=\"elementor-container elementor-column-gap-default\" style=\"display: flex; margin-right: auto; margin-left: auto; position: relative; max-width: 1140px;\"><div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-c3e025c\" data-id=\"c3e025c\" data-element_type=\"column\" style=\"--flex-direction: initial; --flex-wrap: initial; --justify-content: initial; --align-items: initial; --align-content: initial; --gap: initial; --flex-basis: initial; --flex-grow: initial; --flex-shrink: initial; --order: initial; --align-self: initial; flex-basis: var(--flex-basis); flex-grow: var(--flex-grow); flex-shrink: var(--flex-shrink); order: var(--order); align-self: var(--align-self); position: relative; min-height: 1px; display: flex; --swiper-theme-color: #000; --swiper-navigation-size: 44px; --swiper-pagination-bullet-size: 6px; --swiper-pagination-bullet-horizontal-gap: 6px; --widgets-spacing: 20px 20px; width: 1076px;\"><div class=\"elementor-widget-wrap elementor-element-populated\" style=\"position: relative; width: 1076px; flex-wrap: wrap; align-content: flex-start; display: flex; padding: 10px;\"><div class=\"elementor-element elementor-element-d8cb6d4 elementor-widget elementor-widget-text-editor\" data-id=\"d8cb6d4\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\" style=\"--flex-direction: initial; --flex-wrap: initial; --justify-content: initial; --align-items: initial; --align-content: initial; --gap: initial; --flex-basis: initial; --flex-grow: initial; --flex-shrink: initial; --order: initial; --align-self: initial; flex-basis: var(--flex-basis); flex-grow: var(--flex-grow); flex-shrink: var(--flex-shrink); order: var(--order); align-self: var(--align-self); flex-direction: var(--flex-direction); flex-wrap: var(--flex-wrap); justify-content: var(--justify-content); align-items: var(--align-items); align-content: var(--align-content); gap: var(--gap); position: relative; --swiper-theme-color: #000; --swiper-navigation-size: 44px; --swiper-pagination-bullet-size: 6px; --swiper-pagination-bullet-horizontal-gap: 6px; --widgets-spacing: 20px 20px; color: var(--e-global-color-text); font-family: var( --e-global-typography-text-font-family ),Sans-serif; font-weight: var(--e-global-typography-text-font-weight); width: 1056px;\"><div class=\"elementor-widget-container\" style=\"transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s);\"><section class=\"elementor-section elementor-inner-section elementor-element elementor-element-a05712e elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"a05712e\" data-element_type=\"section\" style=\"--flex-direction: initial; --flex-wrap: initial; --justify-content: initial; --align-items: initial; --align-content: initial; --gap: initial; --flex-basis: initial; --flex-grow: initial; --flex-shrink: initial; --order: initial; --align-self: initial; flex-basis: var(--flex-basis); flex-grow: var(--flex-grow); flex-shrink: var(--flex-shrink); order: var(--order); align-self: var(--align-self); position: relative; --swiper-theme-color: #000; --swiper-navigation-size: 44px; --swiper-pagination-bullet-size: 6px; --swiper-pagination-bullet-horizontal-gap: 6px; --widgets-spacing: 20px 20px;\"><div class=\"elementor-container elementor-column-gap-default\" style=\"display: flex; margin-right: auto; margin-left: auto; position: relative; max-width: 1140px;\"><div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-1df92b2\" data-id=\"1df92b2\" data-element_type=\"column\" style=\"--flex-direction: initial; --flex-wrap: initial; --justify-content: initial; --align-items: initial; --align-content: initial; --gap: initial; --flex-basis: initial; --flex-grow: initial; --flex-shrink: initial; --order: initial; --align-self: initial; flex-basis: var(--flex-basis); flex-grow: var(--flex-grow); flex-shrink: var(--flex-shrink); order: var(--order); align-self: var(--align-self); position: relative; min-height: 1px; display: flex; --swiper-theme-color: #000; --swiper-navigation-size: 44px; --swiper-pagination-bullet-size: 6px; --swiper-pagination-bullet-horizontal-gap: 6px; --widgets-spacing: 20px 20px; width: 1056px;\"><div class=\"elementor-widget-wrap elementor-element-populated\" style=\"position: relative; width: 1056px; flex-wrap: wrap; align-content: flex-start; display: flex; padding: 10px;\"><div class=\"elementor-element elementor-element-10f2f8b elementor-widget elementor-widget-text-editor\" data-id=\"10f2f8b\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\" style=\"--flex-direction: initial; --flex-wrap: initial; --justify-content: initial; --align-items: initial; --align-content: initial; --gap: initial; --flex-basis: initial; --flex-grow: initial; --flex-shrink: initial; --order: initial; --align-self: initial; flex-basis: var(--flex-basis); flex-grow: var(--flex-grow); flex-shrink: var(--flex-shrink); order: var(--order); align-self: var(--align-self); flex-direction: var(--flex-direction); flex-wrap: var(--flex-wrap); justify-content: var(--justify-content); align-items: var(--align-items); align-content: var(--align-content); gap: var(--gap); position: relative; --swiper-theme-color: #000; --swiper-navigation-size: 44px; --swiper-pagination-bullet-size: 6px; --swiper-pagination-bullet-horizontal-gap: 6px; --widgets-spacing: 20px 20px; color: var(--e-global-color-text); font-family: var( --e-global-typography-text-font-family ),Sans-serif; font-weight: var(--e-global-typography-text-font-weight); width: 1036px;\"><div class=\"elementor-widget-container\" style=\"transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s);\"><p style=\"text-align: justify; margin-bottom: 0.9rem;\">MYGPS Tracking Service may, in its sole discretion, modify or update this Privacy Policy from time to time, and so you should review this page periodically. When we change the policy, we will update the ‘last modified’ date at the top of this page. If there are material changes to this Privacy Policy or in how MYGPS Tracking Service&nbsp;&nbsp;will use your personal information, we will notify you either by prominently posting a notice of such changes prior to implementing the change or by directly sending you a notification.</p></div></div></div></div></div></section></div></div></div></div></div></section></div></div></td></tr></tbody></table><p style=\"margin-top: 0in; line-height: 18pt; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-bottom: 0.9rem;\"><span style=\"font-family:\" arial\",\"sans-serif\";color:#666474\"=\"\"><br></span></p><table class=\"table table-bordered\"><tbody><tr><td><div class=\"elementor-element elementor-element-3582ec4 elementor-widget elementor-widget-heading\" data-id=\"3582ec4\" data-element_type=\"widget\" data-widget_type=\"heading.default\" style=\"--flex-direction: initial; --flex-wrap: initial; --justify-content: initial; --align-items: initial; --align-content: initial; --gap: initial; --flex-basis: initial; --flex-grow: initial; --flex-shrink: initial; --order: initial; --align-self: initial; flex-basis: var(--flex-basis); flex-grow: var(--flex-grow); flex-shrink: var(--flex-shrink); order: var(--order); align-self: var(--align-self); flex-direction: var(--flex-direction); flex-wrap: var(--flex-wrap); justify-content: var(--justify-content); align-items: var(--align-items); align-content: var(--align-content); gap: var(--gap); position: relative; --swiper-theme-color: #000; --swiper-navigation-size: 44px; --swiper-pagination-bullet-size: 6px; --swiper-pagination-bullet-horizontal-gap: 6px; --widgets-spacing: 20px 20px; width: 1086px; margin-bottom: 20px; margin-block-end: 20px; color: rgb(36, 36, 36); font-family: -apple-system, BlinkMacSystemFont, \" segoe=\"\" ui\",=\"\" roboto,=\"\" \"helvetica=\"\" neue\",=\"\" arial,=\"\" \"noto=\"\" sans\",=\"\" sans-serif,=\"\" \"apple=\"\" color=\"\" emoji\",=\"\" \"segoe=\"\" ui=\"\" symbol\",=\"\" emoji\";\"=\"\"><div class=\"elementor-widget-container\" style=\"transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s); margin: 0px; padding: 0px;\"><h2 class=\"elementor-heading-title elementor-size-default\" style=\"margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-family: Poppins, sans-serif; font-weight: 600; line-height: 64px; color: rgb(26, 23, 48); font-size: 30px; padding: 0px;\">8. Your Privacy Rights As In Bangladesh</h2></div></div><div class=\"elementor-element elementor-element-1ef637c elementor-widget elementor-widget-text-editor\" data-id=\"1ef637c\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\" style=\"--flex-direction: initial; --flex-wrap: initial; --justify-content: initial; --align-items: initial; --align-content: initial; --gap: initial; --flex-basis: initial; --flex-grow: initial; --flex-shrink: initial; --order: initial; --align-self: initial; flex-basis: var(--flex-basis); flex-grow: var(--flex-grow); flex-shrink: var(--flex-shrink); order: var(--order); align-self: var(--align-self); flex-direction: var(--flex-direction); flex-wrap: var(--flex-wrap); justify-content: var(--justify-content); align-items: var(--align-items); align-content: var(--align-content); gap: var(--gap); position: relative; --swiper-theme-color: #000; --swiper-navigation-size: 44px; --swiper-pagination-bullet-size: 6px; --swiper-pagination-bullet-horizontal-gap: 6px; --widgets-spacing: 20px 20px; color: rgb(102, 100, 116); font-family: Poppins, sans-serif; width: 1086px; line-height: 24px; z-index: 100;\"><div class=\"elementor-widget-container\" style=\"transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s); margin: 0px 0px 0px 10px; padding: 0px;\"><section class=\"elementor-section elementor-inner-section elementor-element elementor-element-fca5873 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"fca5873\" data-element_type=\"section\" style=\"--flex-direction: initial; --flex-wrap: initial; --justify-content: initial; --align-items: initial; --align-content: initial; --gap: initial; --flex-basis: initial; --flex-grow: initial; --flex-shrink: initial; --order: initial; --align-self: initial; flex-basis: var(--flex-basis); flex-grow: var(--flex-grow); flex-shrink: var(--flex-shrink); order: var(--order); align-self: var(--align-self); position: relative; --swiper-theme-color: #000; --swiper-navigation-size: 44px; --swiper-pagination-bullet-size: 6px; --swiper-pagination-bullet-horizontal-gap: 6px; --widgets-spacing: 20px 20px;\"><div class=\"elementor-container elementor-column-gap-default\" style=\"display: flex; margin-right: auto; margin-left: auto; position: relative; max-width: 1140px;\"><div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-c3e025c\" data-id=\"c3e025c\" data-element_type=\"column\" style=\"--flex-direction: initial; --flex-wrap: initial; --justify-content: initial; --align-items: initial; --align-content: initial; --gap: initial; --flex-basis: initial; --flex-grow: initial; --flex-shrink: initial; --order: initial; --align-self: initial; flex-basis: var(--flex-basis); flex-grow: var(--flex-grow); flex-shrink: var(--flex-shrink); order: var(--order); align-self: var(--align-self); position: relative; min-height: 1px; display: flex; --swiper-theme-color: #000; --swiper-navigation-size: 44px; --swiper-pagination-bullet-size: 6px; --swiper-pagination-bullet-horizontal-gap: 6px; --widgets-spacing: 20px 20px; width: 1076px;\"><div class=\"elementor-widget-wrap elementor-element-populated\" style=\"position: relative; width: 1076px; flex-wrap: wrap; align-content: flex-start; display: flex; padding: 10px;\"><div class=\"elementor-element elementor-element-d8cb6d4 elementor-widget elementor-widget-text-editor\" data-id=\"d8cb6d4\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\" style=\"--flex-direction: initial; --flex-wrap: initial; --justify-content: initial; --align-items: initial; --align-content: initial; --gap: initial; --flex-basis: initial; --flex-grow: initial; --flex-shrink: initial; --order: initial; --align-self: initial; flex-basis: var(--flex-basis); flex-grow: var(--flex-grow); flex-shrink: var(--flex-shrink); order: var(--order); align-self: var(--align-self); flex-direction: var(--flex-direction); flex-wrap: var(--flex-wrap); justify-content: var(--justify-content); align-items: var(--align-items); align-content: var(--align-content); gap: var(--gap); position: relative; --swiper-theme-color: #000; --swiper-navigation-size: 44px; --swiper-pagination-bullet-size: 6px; --swiper-pagination-bullet-horizontal-gap: 6px; --widgets-spacing: 20px 20px; color: var(--e-global-color-text); font-family: var( --e-global-typography-text-font-family ),Sans-serif; font-weight: var(--e-global-typography-text-font-weight); width: 1056px;\"><div class=\"elementor-widget-container\" style=\"transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s);\"><section class=\"elementor-section elementor-inner-section elementor-element elementor-element-a05712e elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"a05712e\" data-element_type=\"section\" style=\"--flex-direction: initial; --flex-wrap: initial; --justify-content: initial; --align-items: initial; --align-content: initial; --gap: initial; --flex-basis: initial; --flex-grow: initial; --flex-shrink: initial; --order: initial; --align-self: initial; flex-basis: var(--flex-basis); flex-grow: var(--flex-grow); flex-shrink: var(--flex-shrink); order: var(--order); align-self: var(--align-self); position: relative; --swiper-theme-color: #000; --swiper-navigation-size: 44px; --swiper-pagination-bullet-size: 6px; --swiper-pagination-bullet-horizontal-gap: 6px; --widgets-spacing: 20px 20px;\"><div class=\"elementor-container elementor-column-gap-default\" style=\"display: flex; margin-right: auto; margin-left: auto; position: relative; max-width: 1140px;\"><div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-1df92b2\" data-id=\"1df92b2\" data-element_type=\"column\" style=\"--flex-direction: initial; --flex-wrap: initial; --justify-content: initial; --align-items: initial; --align-content: initial; --gap: initial; --flex-basis: initial; --flex-grow: initial; --flex-shrink: initial; --order: initial; --align-self: initial; flex-basis: var(--flex-basis); flex-grow: var(--flex-grow); flex-shrink: var(--flex-shrink); order: var(--order); align-self: var(--align-self); position: relative; min-height: 1px; display: flex; --swiper-theme-color: #000; --swiper-navigation-size: 44px; --swiper-pagination-bullet-size: 6px; --swiper-pagination-bullet-horizontal-gap: 6px; --widgets-spacing: 20px 20px; width: 1056px;\"><div class=\"elementor-widget-wrap elementor-element-populated\" style=\"position: relative; width: 1056px; flex-wrap: wrap; align-content: flex-start; display: flex; padding: 10px;\"><div class=\"elementor-element elementor-element-10f2f8b elementor-widget elementor-widget-text-editor\" data-id=\"10f2f8b\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\" style=\"--flex-direction: initial; --flex-wrap: initial; --justify-content: initial; --align-items: initial; --align-content: initial; --gap: initial; --flex-basis: initial; --flex-grow: initial; --flex-shrink: initial; --order: initial; --align-self: initial; flex-basis: var(--flex-basis); flex-grow: var(--flex-grow); flex-shrink: var(--flex-shrink); order: var(--order); align-self: var(--align-self); flex-direction: var(--flex-direction); flex-wrap: var(--flex-wrap); justify-content: var(--justify-content); align-items: var(--align-items); align-content: var(--align-content); gap: var(--gap); position: relative; --swiper-theme-color: #000; --swiper-navigation-size: 44px; --swiper-pagination-bullet-size: 6px; --swiper-pagination-bullet-horizontal-gap: 6px; --widgets-spacing: 20px 20px; color: var(--e-global-color-text); font-family: var( --e-global-typography-text-font-family ),Sans-serif; font-weight: var(--e-global-typography-text-font-weight); width: 1036px;\"><div class=\"elementor-widget-container\" style=\"transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s);\"><p style=\"text-align: justify; margin-bottom: 0.9rem;\">MYGPS Tracking Service collects various types of personal information about you both online and offline, as described in this privacy policy. Under the law of Bangladesh, MYGPS Tracking Service&nbsp;customers who are residents of Bangladesh or we the service of MYGPS Tracking Service, may have to disclose their data or information till the last available or retained data to third parties including government entities according to the law of the land as required. We will comply with such request which will be applicable based on the law of the country. You May Send Us An Email At&nbsp;<a href=\"mailto:info@\" style=\"font-family: Arial, \" sans-serif\";=\"\" font-weight:=\"\" var(--e-global-typography-text-font-weight);=\"\" font-size:=\"\" 1rem;\"=\"\"><span style=\"color:#00B0F0\">info@</span></a><span style=\"color: rgb(0, 176, 240); font-family: Arial, \" sans-serif\";=\"\" font-weight:=\"\" var(--e-global-typography-text-font-weight);=\"\" background-color:=\"\" transparent;=\"\" font-size:=\"\" 1rem;\"=\"\">mygpsbd.com&nbsp;</span><span style=\"color: var(--e-global-color-text); font-family: var( --e-global-typography-text-font-family ),Sans-serif; font-weight: var(--e-global-typography-text-font-weight); background-color: transparent; font-size: 1rem;\">With The Words “Privacy Policy In Bangladesh” In The Subject Line.</span></p></div></div></div></div></div></section></div></div></div></div></div></section></div></div></td></tr></tbody></table><p style=\"margin-top: 0in; line-height: 18pt; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-bottom: 0.9rem;\"><span style=\"font-family:\" arial\",\"sans-serif\";color:#666474\"=\"\"><br></span></p><p style=\"margin-top: 0in; line-height: 18pt; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-bottom: 0.9rem;\"><span style=\"font-family:\" arial\",\"sans-serif\";color:#666474\"=\"\"><o:p></o:p></span></p>', 'Privacy Policy', NULL, '2024-04-30 13:09:30');
INSERT INTO `pages` (`id`, `desc`, `title`, `created_at`, `updated_at`) VALUES
(3, '<div class=\"elementor-element elementor-element-d6c2b22 elementor-widget elementor-widget-text-editor\" data-id=\"d6c2b22\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\" style=\"--flex-direction: initial; --flex-wrap: initial; --justify-content: initial; --align-items: initial; --align-content: initial; --gap: initial; --flex-basis: initial; --flex-grow: initial; --flex-shrink: initial; --order: initial; --align-self: initial; flex-basis: var(--flex-basis); flex-grow: var(--flex-grow); flex-shrink: var(--flex-shrink); order: var(--order); align-self: var(--align-self); flex-direction: var(--flex-direction); flex-wrap: var(--flex-wrap); justify-content: var(--justify-content); align-items: var(--align-items); align-content: var(--align-content); gap: var(--gap); position: relative; --swiper-theme-color: #000; --swiper-navigation-size: 44px; --swiper-pagination-bullet-size: 6px; --swiper-pagination-bullet-horizontal-gap: 6px; --widgets-spacing: 20px 20px; color: var(--e-global-color-text); font-family: var( --e-global-typography-text-font-family ),Sans-serif; margin-bottom: 20px; margin-block-end: 20px;\"><div class=\"elementor-widget-container\" style=\"transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s);\"><p style=\"margin-bottom: 0.9rem;\">The subscriber as mentioned in the registration form agrees to subscribe the ‘Vehicle Tracking Solution’ from MYGPS Tracking Service Providing such services in Bangladesh under the following terms &amp; conditions</p><p style=\"margin-bottom: 0.9rem;\"><span style=\"color: var(--e-global-color-text); font-family: var( --e-global-typography-text-font-family ),Sans-serif; font-size: 1rem;\">“MYGPS” Service Agreement</span></p></div></div><table class=\"table table-bordered\"><tbody><tr><td><div class=\"elementor-element elementor-element-2c91b5c elementor-widget elementor-widget-heading\" data-id=\"2c91b5c\" data-element_type=\"widget\" data-widget_type=\"heading.default\" style=\"--flex-direction: initial; --flex-wrap: initial; --justify-content: initial; --align-items: initial; --align-content: initial; --gap: initial; --flex-basis: initial; --flex-grow: initial; --flex-shrink: initial; --order: initial; --align-self: initial; flex-basis: var(--flex-basis); flex-grow: var(--flex-grow); flex-shrink: var(--flex-shrink); order: var(--order); align-self: var(--align-self); flex-direction: var(--flex-direction); flex-wrap: var(--flex-wrap); justify-content: var(--justify-content); align-items: var(--align-items); align-content: var(--align-content); gap: var(--gap); position: relative; --swiper-theme-color: #000; --swiper-navigation-size: 44px; --swiper-pagination-bullet-size: 6px; --swiper-pagination-bullet-horizontal-gap: 6px; --widgets-spacing: 20px 20px; width: 1086px; margin-bottom: 20px; margin-block-end: 20px; color: rgb(36, 36, 36); font-family: -apple-system, BlinkMacSystemFont, \" segoe=\"\" ui\",=\"\" roboto,=\"\" \"helvetica=\"\" neue\",=\"\" arial,=\"\" \"noto=\"\" sans\",=\"\" sans-serif,=\"\" \"apple=\"\" color=\"\" emoji\",=\"\" \"segoe=\"\" ui=\"\" symbol\",=\"\" emoji\";\"=\"\"><div class=\"elementor-widget-container\" style=\"transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s); margin: 0px; padding: 0px;\"><h2 class=\"elementor-heading-title elementor-size-default\" style=\"margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-family: Poppins, sans-serif; font-weight: 600; line-height: 64px; color: rgb(26, 23, 48); font-size: 30px; padding: 0px;\">Article 1: Introduction</h2></div></div><div class=\"elementor-element elementor-element-ccd40d2 elementor-widget elementor-widget-text-editor\" data-id=\"ccd40d2\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\" style=\"--flex-direction: initial; --flex-wrap: initial; --justify-content: initial; --align-items: initial; --align-content: initial; --gap: initial; --flex-basis: initial; --flex-grow: initial; --flex-shrink: initial; --order: initial; --align-self: initial; flex-basis: var(--flex-basis); flex-grow: var(--flex-grow); flex-shrink: var(--flex-shrink); order: var(--order); align-self: var(--align-self); flex-direction: var(--flex-direction); flex-wrap: var(--flex-wrap); justify-content: var(--justify-content); align-items: var(--align-items); align-content: var(--align-content); gap: var(--gap); position: relative; --swiper-theme-color: #000; --swiper-navigation-size: 44px; --swiper-pagination-bullet-size: 6px; --swiper-pagination-bullet-horizontal-gap: 6px; --widgets-spacing: 20px 20px; color: rgb(102, 100, 116); font-family: Poppins, sans-serif; width: 1086px; margin-bottom: 20px; margin-block-end: 20px; line-height: 24px; z-index: 100;\"><div class=\"elementor-widget-container\" style=\"transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s); margin: 0px 0px 0px 10px; padding: 0px;\"><p style=\"text-align: justify; margin-bottom: 0.9rem;\">Please read these terms and conditions (this “agreement”) in full. This agreement is between you (“you”) or “customer” are the original, end user purchaser of the GPS tracking device (“device”) that works in conjunction with our web site and the services associated with it (the “services”) and us (we are MYGPS Private Limited, the company that sold the device to you). This agreement contains important terms, conditions, allocations of risk between you and us, and limitations of our liability to you that we want you to know about and applies to all of past, present, and future use of your device and the services, until modified or replaced by new terms and conditions. It is effective when you (1) have a device installed and activated for use; (2) log onto our web site (where a link to this agreement appears) and acknowledge this agreement, i.e., by signing below; (3) use the services; (4) purchase more services; or (5) accept, at any time, any of the benefits of the services. This agreement is not intended to give anyone else a right, remedy, or claim of any kind against you or us. Note: your device is covered by a limited product warranty that is separate from this agreement.</p></div></div><div class=\"elementor-element elementor-element-5fbddb9 elementor-widget elementor-widget-heading\" data-id=\"5fbddb9\" data-element_type=\"widget\" data-widget_type=\"heading.default\" style=\"--flex-direction: initial; --flex-wrap: initial; --justify-content: initial; --align-items: initial; --align-content: initial; --gap: initial; --flex-basis: initial; --flex-grow: initial; --flex-shrink: initial; --order: initial; --align-self: initial; flex-basis: var(--flex-basis); flex-grow: var(--flex-grow); flex-shrink: var(--flex-shrink); order: var(--order); align-self: var(--align-self); flex-direction: var(--flex-direction); flex-wrap: var(--flex-wrap); justify-content: var(--justify-content); align-items: var(--align-items); align-content: var(--align-content); gap: var(--gap); position: relative; --swiper-theme-color: #000; --swiper-navigation-size: 44px; --swiper-pagination-bullet-size: 6px; --swiper-pagination-bullet-horizontal-gap: 6px; --widgets-spacing: 20px 20px; width: 1086px; margin-bottom: 20px; margin-block-end: 20px; color: rgb(36, 36, 36); font-family: -apple-system, BlinkMacSystemFont, \" segoe=\"\" ui\",=\"\" roboto,=\"\" \"helvetica=\"\" neue\",=\"\" arial,=\"\" \"noto=\"\" sans\",=\"\" sans-serif,=\"\" \"apple=\"\" color=\"\" emoji\",=\"\" \"segoe=\"\" ui=\"\" symbol\",=\"\" emoji\";\"=\"\"><div class=\"elementor-widget-container\" style=\"transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s); margin: 0px; padding: 0px;\"><h2 class=\"elementor-heading-title elementor-size-default\" style=\"margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-family: Poppins, sans-serif; font-weight: 600; line-height: 64px; color: rgb(26, 23, 48); font-size: 30px; padding: 0px;\">Article 2: Changes to this Agreement</h2></div></div><div class=\"elementor-element elementor-element-7309042 elementor-widget elementor-widget-text-editor\" data-id=\"7309042\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\" style=\"--flex-direction: initial; --flex-wrap: initial; --justify-content: initial; --align-items: initial; --align-content: initial; --gap: initial; --flex-basis: initial; --flex-grow: initial; --flex-shrink: initial; --order: initial; --align-self: initial; flex-basis: var(--flex-basis); flex-grow: var(--flex-grow); flex-shrink: var(--flex-shrink); order: var(--order); align-self: var(--align-self); flex-direction: var(--flex-direction); flex-wrap: var(--flex-wrap); justify-content: var(--justify-content); align-items: var(--align-items); align-content: var(--align-content); gap: var(--gap); position: relative; --swiper-theme-color: #000; --swiper-navigation-size: 44px; --swiper-pagination-bullet-size: 6px; --swiper-pagination-bullet-horizontal-gap: 6px; --widgets-spacing: 20px 20px; color: rgb(102, 100, 116); font-family: Poppins, sans-serif; width: 1086px; line-height: 24px; z-index: 100;\"><div class=\"elementor-widget-container\" style=\"text-align: justify; transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s); margin: 0px 0px 0px 10px; padding: 0px;\">Subject only to the limitations imposed upon us by our service providers or applicable law, we have the right, at our sole discretion, to modify this agreement and the services at any time, which includes (without limitation) the right to suspend the services. Changes to the agreement will be posted on our web site, which you agree to visit regularly, or may be sent to you via e-mail or postal mail. Your continued access of our web site and use of the services following posted notices of changes means that you have accepted and are bound by those changes.</div><div class=\"elementor-widget-container\" style=\"transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s); margin: 0px 0px 0px 10px; padding: 0px;\"><br></div><div class=\"elementor-widget-container\" style=\"transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s); margin: 0px 0px 0px 10px; padding: 0px;\"><br></div><div class=\"elementor-widget-container\" style=\"transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s); margin: 0px 0px 0px 10px; padding: 0px;\"><div class=\"elementor-element elementor-element-aa39c03 elementor-widget elementor-widget-heading\" data-id=\"aa39c03\" data-element_type=\"widget\" data-widget_type=\"heading.default\" segoe=\"\" ui\",=\"\" roboto,=\"\" \"helvetica=\"\" neue\",=\"\" arial,=\"\" \"noto=\"\" sans\",=\"\" sans-serif,=\"\" \"apple=\"\" color=\"\" emoji\",=\"\" \"segoe=\"\" ui=\"\" symbol\",=\"\" emoji\";\"=\"\" style=\"--flex-direction: initial; --flex-wrap: initial; --justify-content: initial; --align-items: initial; --align-content: initial; --gap: initial; --flex-basis: initial; --flex-grow: initial; --flex-shrink: initial; --order: initial; --align-self: initial; flex-basis: var(--flex-basis); flex-grow: var(--flex-grow); flex-shrink: var(--flex-shrink); order: var(--order); align-self: var(--align-self); flex-direction: var(--flex-direction); flex-wrap: var(--flex-wrap); justify-content: var(--justify-content); align-items: var(--align-items); align-content: var(--align-content); gap: var(--gap); position: relative; --swiper-theme-color: #000; --swiper-navigation-size: 44px; --swiper-pagination-bullet-size: 6px; --swiper-pagination-bullet-horizontal-gap: 6px; --widgets-spacing: 20px 20px; width: 1120px; margin-bottom: 20px; margin-block-end: 20px; color: rgb(36, 36, 36);\"><div class=\"elementor-widget-container\" style=\"transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s);\"><h2 class=\"elementor-heading-title elementor-size-default\" style=\"margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-family: var( --e-global-typography-primary-font-family ),Sans-serif; line-height: 1; padding: 0px;\"><span style=\"font-weight: bolder;\">Article 3: Payment</span></h2><h2 class=\"elementor-heading-title elementor-size-default\" style=\"margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-family: var( --e-global-typography-primary-font-family ),Sans-serif; line-height: 1; padding: 0px;\"><span style=\"font-weight: bolder;\"><br></span></h2></div></div><div class=\"elementor-element elementor-element-6540ec3 elementor-widget elementor-widget-text-editor\" data-id=\"6540ec3\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\" style=\"color: var(--e-global-color-text); font-family: var( --e-global-typography-text-font-family ),Sans-serif; --flex-direction: initial; --flex-wrap: initial; --justify-content: initial; --align-items: initial; --align-content: initial; --gap: initial; --flex-basis: initial; --flex-grow: initial; --flex-shrink: initial; --order: initial; --align-self: initial; flex-basis: var(--flex-basis); flex-grow: var(--flex-grow); flex-shrink: var(--flex-shrink); order: var(--order); align-self: var(--align-self); flex-direction: var(--flex-direction); flex-wrap: var(--flex-wrap); justify-content: var(--justify-content); align-items: var(--align-items); align-content: var(--align-content); gap: var(--gap); position: relative; --swiper-theme-color: #000; --swiper-navigation-size: 44px; --swiper-pagination-bullet-size: 6px; --swiper-pagination-bullet-horizontal-gap: 6px; --widgets-spacing: 20px 20px; width: 1120px;\"><div class=\"elementor-widget-container\" style=\"text-align: justify; transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s);\">You pay for the services by a valid credit or debit card or cheques or such other method as we expressly approve. If you give us a credit or debit card number, you are authorizing us to charge it for the services and all amounts due under this agreement without further notice to you. If your credit or debit card provider refuses a charge, the services can be terminated or suspended without notice. You assume exclusive liability for any and all taxes, tariffs, fees, duties, withholding or like charges, whether domestic or foreign now imposed or hereafter becoming effective related to the services or your VTS device or its components, (other than those based on our net income) including, without limitation, all federal, provincial, state and local taxes, as well as all value-added, goods and services, stamp documentary, excise and property taxes and duties. Payments not received within 10 days of any applicable due date are past due and we, in our sole discretion. Services will be disrupted without notice after the day of non-payment. Re-activation fees may apply!</div><div class=\"elementor-widget-container\" style=\"text-align: justify; transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s);\"><br></div><div class=\"elementor-widget-container\" style=\"transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s);\"><section class=\"elementor-section elementor-inner-section elementor-element elementor-element-bd83004 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"bd83004\" data-element_type=\"section\" style=\"--flex-direction: initial; --flex-wrap: initial; --justify-content: initial; --align-items: initial; --align-content: initial; --gap: initial; --flex-basis: initial; --flex-grow: initial; --flex-shrink: initial; --order: initial; --align-self: initial; flex-basis: var(--flex-basis); flex-grow: var(--flex-grow); flex-shrink: var(--flex-shrink); order: var(--order); align-self: var(--align-self); position: relative; --swiper-theme-color: #000; --swiper-navigation-size: 44px; --swiper-pagination-bullet-size: 6px; --swiper-pagination-bullet-horizontal-gap: 6px; --widgets-spacing: 20px 20px; color: rgb(36, 36, 36); font-family: -apple-system, BlinkMacSystemFont, \" segoe=\"\" ui\",=\"\" roboto,=\"\" \"helvetica=\"\" neue\",=\"\" arial,=\"\" \"noto=\"\" sans\",=\"\" sans-serif,=\"\" \"apple=\"\" color=\"\" emoji\",=\"\" \"segoe=\"\" ui=\"\" symbol\",=\"\" emoji\";\"=\"\"><div class=\"elementor-container elementor-column-gap-default\" style=\"display: flex; margin-right: auto; margin-left: auto; position: relative; max-width: 1140px;\"><div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-8fa40b1\" data-id=\"8fa40b1\" data-element_type=\"column\" style=\"--flex-direction: initial; --flex-wrap: initial; --justify-content: initial; --align-items: initial; --align-content: initial; --gap: initial; --flex-basis: initial; --flex-grow: initial; --flex-shrink: initial; --order: initial; --align-self: initial; flex-basis: var(--flex-basis); flex-grow: var(--flex-grow); flex-shrink: var(--flex-shrink); order: var(--order); align-self: var(--align-self); position: relative; min-height: 1px; display: flex; --swiper-theme-color: #000; --swiper-navigation-size: 44px; --swiper-pagination-bullet-size: 6px; --swiper-pagination-bullet-horizontal-gap: 6px; --widgets-spacing: 20px 20px; width: 1140px;\"><div class=\"elementor-widget-wrap elementor-element-populated\" style=\"position: relative; width: 1140px; flex-wrap: wrap; align-content: flex-start; padding: 10px;\"><div class=\"elementor-element elementor-element-40908ee elementor-widget elementor-widget-heading\" data-id=\"40908ee\" data-element_type=\"widget\" data-widget_type=\"heading.default\" style=\"--flex-direction: initial; --flex-wrap: initial; --justify-content: initial; --align-items: initial; --align-content: initial; --gap: initial; --flex-basis: initial; --flex-grow: initial; --flex-shrink: initial; --order: initial; --align-self: initial; flex-basis: var(--flex-basis); flex-grow: var(--flex-grow); flex-shrink: var(--flex-shrink); order: var(--order); align-self: var(--align-self); flex-direction: var(--flex-direction); flex-wrap: var(--flex-wrap); justify-content: var(--justify-content); align-items: var(--align-items); align-content: var(--align-content); gap: var(--gap); position: relative; --swiper-theme-color: #000; --swiper-navigation-size: 44px; --swiper-pagination-bullet-size: 6px; --swiper-pagination-bullet-horizontal-gap: 6px; --widgets-spacing: 20px 20px; width: 1120px; margin-bottom: 20px; margin-block-end: 20px;\"><div class=\"elementor-widget-container\" style=\"transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s);\"><h2 class=\"elementor-heading-title elementor-size-default\" style=\"margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-family: var( --e-global-typography-primary-font-family ),Sans-serif; line-height: 1; padding: 0px;\"><b>Article 4: Cancellation</b></h2><p style=\"margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-family: var( --e-global-typography-primary-font-family ),Sans-serif; font-weight: var(--e-global-typography-primary-font-weight); line-height: 1; padding: 0px;\"><br></p></div></div><div class=\"elementor-element elementor-element-ccad680 elementor-widget elementor-widget-text-editor\" data-id=\"ccad680\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\" style=\"--flex-direction: initial; --flex-wrap: initial; --justify-content: initial; --align-items: initial; --align-content: initial; --gap: initial; --flex-basis: initial; --flex-grow: initial; --flex-shrink: initial; --order: initial; --align-self: initial; flex-basis: var(--flex-basis); flex-grow: var(--flex-grow); flex-shrink: var(--flex-shrink); order: var(--order); align-self: var(--align-self); flex-direction: var(--flex-direction); flex-wrap: var(--flex-wrap); justify-content: var(--justify-content); align-items: var(--align-items); align-content: var(--align-content); gap: var(--gap); position: relative; --swiper-theme-color: #000; --swiper-navigation-size: 44px; --swiper-pagination-bullet-size: 6px; --swiper-pagination-bullet-horizontal-gap: 6px; --widgets-spacing: 20px 20px; color: var(--e-global-color-text); font-family: var( --e-global-typography-text-font-family ),Sans-serif; font-weight: var(--e-global-typography-text-font-weight); width: 1120px;\"><div class=\"elementor-widget-container\" style=\"text-align: justify; transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s);\">Most service plans do not provide for pro rata refunds of unused services. You won’t be entitled to a refund of the purchase price of your device, subject to your product warranty. If you have your device deactivated, there may be a charge to reactivate it if you later decide to use it again.&nbsp;&nbsp;</div><div class=\"elementor-widget-container\" style=\"text-align: justify; transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s);\"><br></div></div></div></div></div></section><section class=\"elementor-section elementor-inner-section elementor-element elementor-element-0017ac5 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"0017ac5\" data-element_type=\"section\" style=\"--flex-direction: initial; --flex-wrap: initial; --justify-content: initial; --align-items: initial; --align-content: initial; --gap: initial; --flex-basis: initial; --flex-grow: initial; --flex-shrink: initial; --order: initial; --align-self: initial; flex-basis: var(--flex-basis); flex-grow: var(--flex-grow); flex-shrink: var(--flex-shrink); order: var(--order); align-self: var(--align-self); position: relative; --swiper-theme-color: #000; --swiper-navigation-size: 44px; --swiper-pagination-bullet-size: 6px; --swiper-pagination-bullet-horizontal-gap: 6px; --widgets-spacing: 20px 20px; color: rgb(36, 36, 36); font-family: -apple-system, BlinkMacSystemFont, \" segoe=\"\" ui\",=\"\" roboto,=\"\" \"helvetica=\"\" neue\",=\"\" arial,=\"\" \"noto=\"\" sans\",=\"\" sans-serif,=\"\" \"apple=\"\" color=\"\" emoji\",=\"\" \"segoe=\"\" ui=\"\" symbol\",=\"\" emoji\";\"=\"\"><div class=\"elementor-container elementor-column-gap-default\" style=\"display: flex; margin-right: auto; margin-left: auto; position: relative; max-width: 1140px;\"><div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-b97c70b\" data-id=\"b97c70b\" data-element_type=\"column\" style=\"--flex-direction: initial; --flex-wrap: initial; --justify-content: initial; --align-items: initial; --align-content: initial; --gap: initial; --flex-basis: initial; --flex-grow: initial; --flex-shrink: initial; --order: initial; --align-self: initial; flex-basis: var(--flex-basis); flex-grow: var(--flex-grow); flex-shrink: var(--flex-shrink); order: var(--order); align-self: var(--align-self); position: relative; min-height: 1px; display: flex; --swiper-theme-color: #000; --swiper-navigation-size: 44px; --swiper-pagination-bullet-size: 6px; --swiper-pagination-bullet-horizontal-gap: 6px; --widgets-spacing: 20px 20px; width: 1140px;\"><div class=\"elementor-widget-wrap elementor-element-populated\" style=\"position: relative; width: 1140px; flex-wrap: wrap; align-content: flex-start; padding: 10px;\"><div class=\"elementor-element elementor-element-e4b4ecb elementor-widget elementor-widget-heading\" data-id=\"e4b4ecb\" data-element_type=\"widget\" data-widget_type=\"heading.default\" style=\"--flex-direction: initial; --flex-wrap: initial; --justify-content: initial; --align-items: initial; --align-content: initial; --gap: initial; --flex-basis: initial; --flex-grow: initial; --flex-shrink: initial; --order: initial; --align-self: initial; flex-basis: var(--flex-basis); flex-grow: var(--flex-grow); flex-shrink: var(--flex-shrink); order: var(--order); align-self: var(--align-self); flex-direction: var(--flex-direction); flex-wrap: var(--flex-wrap); justify-content: var(--justify-content); align-items: var(--align-items); align-content: var(--align-content); gap: var(--gap); position: relative; --swiper-theme-color: #000; --swiper-navigation-size: 44px; --swiper-pagination-bullet-size: 6px; --swiper-pagination-bullet-horizontal-gap: 6px; --widgets-spacing: 20px 20px; width: 1120px; margin-bottom: 20px; margin-block-end: 20px;\"><div class=\"elementor-widget-container\" style=\"transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s);\"><h2 class=\"elementor-heading-title elementor-size-default\" style=\"text-align: justify; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-family: var( --e-global-typography-primary-font-family ),Sans-serif; line-height: 1; padding: 0px;\"><b>Article 5: Usage Limitations</b></h2><p style=\"margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-family: var( --e-global-typography-primary-font-family ),Sans-serif; font-weight: var(--e-global-typography-primary-font-weight); line-height: 1; padding: 0px;\"><br></p></div></div><div class=\"elementor-element elementor-element-061f32b elementor-widget elementor-widget-text-editor\" data-id=\"061f32b\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\" style=\"--flex-direction: initial; --flex-wrap: initial; --justify-content: initial; --align-items: initial; --align-content: initial; --gap: initial; --flex-basis: initial; --flex-grow: initial; --flex-shrink: initial; --order: initial; --align-self: initial; flex-basis: var(--flex-basis); flex-grow: var(--flex-grow); flex-shrink: var(--flex-shrink); order: var(--order); align-self: var(--align-self); flex-direction: var(--flex-direction); flex-wrap: var(--flex-wrap); justify-content: var(--justify-content); align-items: var(--align-items); align-content: var(--align-content); gap: var(--gap); position: relative; --swiper-theme-color: #000; --swiper-navigation-size: 44px; --swiper-pagination-bullet-size: 6px; --swiper-pagination-bullet-horizontal-gap: 6px; --widgets-spacing: 20px 20px; color: var(--e-global-color-text); font-family: var( --e-global-typography-text-font-family ),Sans-serif; width: 1120px;\"><div class=\"elementor-widget-container\" style=\"font-weight: var(--e-global-typography-text-font-weight); text-align: justify; transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s);\">You may not resell the services. They are for your own reasonable end use consistent with your service plan. The services may only be used for lawful purposes. Limits may be set on your level of use or tiered pricing may be applied based on your level or patterns of use. If you exceed those limits, you may be charged at higher rates (as detailed in your service plan) for your excess usage or we or our service providers may suspend your use of the services if we reasonably deem it to be abusive. You agree that we may use any credit or debit card or other payment account of yours that we have on file for payment of such charges.</div><div class=\"elementor-widget-container\" style=\"font-weight: var(--e-global-typography-text-font-weight); text-align: justify; transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s);\"><br></div><div class=\"elementor-widget-container\" style=\"font-weight: var(--e-global-typography-text-font-weight); text-align: justify; transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s);\"><br></div><div class=\"elementor-widget-container\" style=\"text-align: justify; transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s);\"><section class=\"elementor-section elementor-inner-section elementor-element elementor-element-8a232b4 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"8a232b4\" data-element_type=\"section\" style=\"--flex-direction: initial; --flex-wrap: initial; --justify-content: initial; --align-items: initial; --align-content: initial; --gap: initial; --flex-basis: initial; --flex-grow: initial; --flex-shrink: initial; --order: initial; --align-self: initial; flex-basis: var(--flex-basis); flex-grow: var(--flex-grow); flex-shrink: var(--flex-shrink); order: var(--order); align-self: var(--align-self); position: relative; --swiper-theme-color: #000; --swiper-navigation-size: 44px; --swiper-pagination-bullet-size: 6px; --swiper-pagination-bullet-horizontal-gap: 6px; --widgets-spacing: 20px 20px; font-family: -apple-system, BlinkMacSystemFont, \" segoe=\"\" ui\",=\"\" roboto,=\"\" \"helvetica=\"\" neue\",=\"\" arial,=\"\" \"noto=\"\" sans\",=\"\" sans-serif,=\"\" \"apple=\"\" color=\"\" emoji\",=\"\" \"segoe=\"\" ui=\"\" symbol\",=\"\" emoji\";=\"\" text-align:=\"\" start;\"=\"\"><div class=\"elementor-container elementor-column-gap-default\" style=\"display: flex; margin-right: auto; margin-left: auto; position: relative; max-width: 1140px;\"><div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-d880b94\" data-id=\"d880b94\" data-element_type=\"column\" style=\"--flex-direction: initial; --flex-wrap: initial; --justify-content: initial; --align-items: initial; --align-content: initial; --gap: initial; --flex-basis: initial; --flex-grow: initial; --flex-shrink: initial; --order: initial; --align-self: initial; flex-basis: var(--flex-basis); flex-grow: var(--flex-grow); flex-shrink: var(--flex-shrink); order: var(--order); align-self: var(--align-self); position: relative; min-height: 1px; display: flex; --swiper-theme-color: #000; --swiper-navigation-size: 44px; --swiper-pagination-bullet-size: 6px; --swiper-pagination-bullet-horizontal-gap: 6px; --widgets-spacing: 20px 20px; width: 1140px;\"><div class=\"elementor-widget-wrap elementor-element-populated\" style=\"position: relative; width: 1140px; flex-wrap: wrap; align-content: flex-start; padding: 10px;\"><div class=\"elementor-element elementor-element-d5cc7d0 elementor-widget elementor-widget-heading\" data-id=\"d5cc7d0\" data-element_type=\"widget\" data-widget_type=\"heading.default\" style=\"--flex-direction: initial; --flex-wrap: initial; --justify-content: initial; --align-items: initial; --align-content: initial; --gap: initial; --flex-basis: initial; --flex-grow: initial; --flex-shrink: initial; --order: initial; --align-self: initial; flex-basis: var(--flex-basis); flex-grow: var(--flex-grow); flex-shrink: var(--flex-shrink); order: var(--order); align-self: var(--align-self); flex-direction: var(--flex-direction); flex-wrap: var(--flex-wrap); justify-content: var(--justify-content); align-items: var(--align-items); align-content: var(--align-content); gap: var(--gap); position: relative; --swiper-theme-color: #000; --swiper-navigation-size: 44px; --swiper-pagination-bullet-size: 6px; --swiper-pagination-bullet-horizontal-gap: 6px; --widgets-spacing: 20px 20px; width: 1120px; margin-bottom: 20px; margin-block-end: 20px;\"><div class=\"elementor-widget-container\" style=\"transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s);\"><h2 class=\"elementor-heading-title elementor-size-default\" style=\"margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-family: var( --e-global-typography-primary-font-family ),Sans-serif; line-height: 1; padding: 0px;\"><b>Article 6: No Transfer of the Services</b></h2><h2 class=\"elementor-heading-title elementor-size-default\" style=\"margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-family: var( --e-global-typography-primary-font-family ),Sans-serif; line-height: 1; padding: 0px;\"><b><br></b></h2></div></div><div class=\"elementor-element elementor-element-d5464fb elementor-widget elementor-widget-text-editor\" data-id=\"d5464fb\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\" style=\"font-weight: var(--e-global-typography-text-font-weight); --flex-direction: initial; --flex-wrap: initial; --justify-content: initial; --align-items: initial; --align-content: initial; --gap: initial; --flex-basis: initial; --flex-grow: initial; --flex-shrink: initial; --order: initial; --align-self: initial; flex-basis: var(--flex-basis); flex-grow: var(--flex-grow); flex-shrink: var(--flex-shrink); order: var(--order); align-self: var(--align-self); flex-direction: var(--flex-direction); flex-wrap: var(--flex-wrap); justify-content: var(--justify-content); align-items: var(--align-items); align-content: var(--align-content); gap: var(--gap); position: relative; --swiper-theme-color: #000; --swiper-navigation-size: 44px; --swiper-pagination-bullet-size: 6px; --swiper-pagination-bullet-horizontal-gap: 6px; --widgets-spacing: 20px 20px; color: var(--e-global-color-text); font-family: var( --e-global-typography-text-font-family ),Sans-serif; width: 1120px;\"><div class=\"elementor-widget-container\" style=\"text-align: justify; transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s);\">The services are not transferable by you, even if you are a commercial user. If you intend to transfer ownership of a vehicle in which a device is installed, you agree that you will have the device uninstalled from it or have the device and associated services deactivated/terminated by us and inform the intended transferee—prior to the transfer—of the fact your vehicle has your device and advise the transferee to contact us with any questions.</div><div class=\"elementor-widget-container\" style=\"transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s);\"><br></div></div></div></div></div></section><section class=\"elementor-section elementor-inner-section elementor-element elementor-element-1b4b680 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"1b4b680\" data-element_type=\"section\" style=\"--flex-direction: initial; --flex-wrap: initial; --justify-content: initial; --align-items: initial; --align-content: initial; --gap: initial; --flex-basis: initial; --flex-grow: initial; --flex-shrink: initial; --order: initial; --align-self: initial; flex-basis: var(--flex-basis); flex-grow: var(--flex-grow); flex-shrink: var(--flex-shrink); order: var(--order); align-self: var(--align-self); position: relative; --swiper-theme-color: #000; --swiper-navigation-size: 44px; --swiper-pagination-bullet-size: 6px; --swiper-pagination-bullet-horizontal-gap: 6px; --widgets-spacing: 20px 20px; font-family: -apple-system, BlinkMacSystemFont, \" segoe=\"\" ui\",=\"\" roboto,=\"\" \"helvetica=\"\" neue\",=\"\" arial,=\"\" \"noto=\"\" sans\",=\"\" sans-serif,=\"\" \"apple=\"\" color=\"\" emoji\",=\"\" \"segoe=\"\" ui=\"\" symbol\",=\"\" emoji\";=\"\" text-align:=\"\" start;\"=\"\"><div class=\"elementor-container elementor-column-gap-default\" style=\"display: flex; margin-right: auto; margin-left: auto; position: relative; max-width: 1140px;\"><div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-12d0c98\" data-id=\"12d0c98\" data-element_type=\"column\" style=\"--flex-direction: initial; --flex-wrap: initial; --justify-content: initial; --align-items: initial; --align-content: initial; --gap: initial; --flex-basis: initial; --flex-grow: initial; --flex-shrink: initial; --order: initial; --align-self: initial; flex-basis: var(--flex-basis); flex-grow: var(--flex-grow); flex-shrink: var(--flex-shrink); order: var(--order); align-self: var(--align-self); position: relative; min-height: 1px; display: flex; --swiper-theme-color: #000; --swiper-navigation-size: 44px; --swiper-pagination-bullet-size: 6px; --swiper-pagination-bullet-horizontal-gap: 6px; --widgets-spacing: 20px 20px; width: 1140px;\"><div class=\"elementor-widget-wrap elementor-element-populated\" style=\"position: relative; width: 1140px; flex-wrap: wrap; align-content: flex-start; padding: 10px;\"><div class=\"elementor-element elementor-element-78d94ce elementor-widget elementor-widget-heading\" data-id=\"78d94ce\" data-element_type=\"widget\" data-widget_type=\"heading.default\" style=\"--flex-direction: initial; --flex-wrap: initial; --justify-content: initial; --align-items: initial; --align-content: initial; --gap: initial; --flex-basis: initial; --flex-grow: initial; --flex-shrink: initial; --order: initial; --align-self: initial; flex-basis: var(--flex-basis); flex-grow: var(--flex-grow); flex-shrink: var(--flex-shrink); order: var(--order); align-self: var(--align-self); flex-direction: var(--flex-direction); flex-wrap: var(--flex-wrap); justify-content: var(--justify-content); align-items: var(--align-items); align-content: var(--align-content); gap: var(--gap); position: relative; --swiper-theme-color: #000; --swiper-navigation-size: 44px; --swiper-pagination-bullet-size: 6px; --swiper-pagination-bullet-horizontal-gap: 6px; --widgets-spacing: 20px 20px; width: 1120px; margin-bottom: 20px; margin-block-end: 20px;\"><div class=\"elementor-widget-container\" style=\"transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s);\"><h2 class=\"elementor-heading-title elementor-size-default\" style=\"margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-family: var( --e-global-typography-primary-font-family ),Sans-serif; line-height: 1; padding: 0px;\"><b>Article 7: Suspension and Termination of the Services</b></h2><p style=\"font-weight: var(--e-global-typography-primary-font-weight); margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-family: var( --e-global-typography-primary-font-family ),Sans-serif; line-height: 1; padding: 0px;\"><br></p></div></div><div class=\"elementor-element elementor-element-fed8a52 elementor-widget elementor-widget-text-editor\" data-id=\"fed8a52\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\" style=\"--flex-direction: initial; --flex-wrap: initial; --justify-content: initial; --align-items: initial; --align-content: initial; --gap: initial; --flex-basis: initial; --flex-grow: initial; --flex-shrink: initial; --order: initial; --align-self: initial; flex-basis: var(--flex-basis); flex-grow: var(--flex-grow); flex-shrink: var(--flex-shrink); order: var(--order); align-self: var(--align-self); flex-direction: var(--flex-direction); flex-wrap: var(--flex-wrap); justify-content: var(--justify-content); align-items: var(--align-items); align-content: var(--align-content); gap: var(--gap); position: relative; --swiper-theme-color: #000; --swiper-navigation-size: 44px; --swiper-pagination-bullet-size: 6px; --swiper-pagination-bullet-horizontal-gap: 6px; --widgets-spacing: 20px 20px; color: var(--e-global-color-text); font-family: var( --e-global-typography-text-font-family ),Sans-serif; width: 1120px;\"><div class=\"elementor-widget-container\" style=\"font-weight: var(--e-global-typography-text-font-weight); text-align: justify; transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s);\">The services may be suspended or terminated without prior notice to you for good cause without liability. This means, to give some examples, that the services can be terminated or suspended if you breach any part of this agreement, do not pay amounts that are due under this agreement, interfere with provision of the services, or use the services for any illegal or otherwise improper purpose. The services may also be terminated or suspended if the availability of communication services used by us ends (for example, as a result of the discontinuance of service by a cellular telecommunications carrier) or is interrupted (for example, as a result of telephone/telecommunications network or internet congestion) or should any other circumstance arise or omission occur related to maintaining, repairing, or improving our network.</div><div class=\"elementor-widget-container\" style=\"font-weight: var(--e-global-typography-text-font-weight); text-align: justify; transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s);\"><br></div><div class=\"elementor-widget-container\" style=\"font-weight: var(--e-global-typography-text-font-weight); text-align: justify; transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s);\"><br></div><div class=\"elementor-widget-container\" style=\"text-align: justify; transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s);\"><div class=\"elementor-element elementor-element-b2f1fb2 elementor-widget elementor-widget-heading\" data-id=\"b2f1fb2\" data-element_type=\"widget\" data-widget_type=\"heading.default\" style=\"--flex-direction: initial; --flex-wrap: initial; --justify-content: initial; --align-items: initial; --align-content: initial; --gap: initial; --flex-basis: initial; --flex-grow: initial; --flex-shrink: initial; --order: initial; --align-self: initial; flex-basis: var(--flex-basis); flex-grow: var(--flex-grow); flex-shrink: var(--flex-shrink); order: var(--order); align-self: var(--align-self); flex-direction: var(--flex-direction); flex-wrap: var(--flex-wrap); justify-content: var(--justify-content); align-items: var(--align-items); align-content: var(--align-content); gap: var(--gap); position: relative; --swiper-theme-color: #000; --swiper-navigation-size: 44px; --swiper-pagination-bullet-size: 6px; --swiper-pagination-bullet-horizontal-gap: 6px; --widgets-spacing: 20px 20px; width: 1120px; margin-bottom: 20px; margin-block-end: 20px; font-family: -apple-system, BlinkMacSystemFont, \" segoe=\"\" ui\",=\"\" roboto,=\"\" \"helvetica=\"\" neue\",=\"\" arial,=\"\" \"noto=\"\" sans\",=\"\" sans-serif,=\"\" \"apple=\"\" color=\"\" emoji\",=\"\" \"segoe=\"\" ui=\"\" symbol\",=\"\" emoji\";=\"\" text-align:=\"\" start;\"=\"\"><div class=\"elementor-widget-container\" style=\"transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s);\"><h2 class=\"elementor-heading-title elementor-size-default\" style=\"margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-family: var( --e-global-typography-primary-font-family ),Sans-serif; line-height: 1; padding: 0px;\"><b>Article 8: Privacy Policy</b></h2><h2 class=\"elementor-heading-title elementor-size-default\" style=\"margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-family: var( --e-global-typography-primary-font-family ),Sans-serif; line-height: 1; padding: 0px;\"><b><br></b></h2></div></div><div class=\"elementor-element elementor-element-390151d elementor-widget elementor-widget-text-editor\" data-id=\"390151d\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\" style=\"--flex-direction: initial; --flex-wrap: initial; --justify-content: initial; --align-items: initial; --align-content: initial; --gap: initial; --flex-basis: initial; --flex-grow: initial; --flex-shrink: initial; --order: initial; --align-self: initial; flex-basis: var(--flex-basis); flex-grow: var(--flex-grow); flex-shrink: var(--flex-shrink); order: var(--order); align-self: var(--align-self); flex-direction: var(--flex-direction); flex-wrap: var(--flex-wrap); justify-content: var(--justify-content); align-items: var(--align-items); align-content: var(--align-content); gap: var(--gap); position: relative; --swiper-theme-color: #000; --swiper-navigation-size: 44px; --swiper-pagination-bullet-size: 6px; --swiper-pagination-bullet-horizontal-gap: 6px; --widgets-spacing: 20px 20px; color: var(--e-global-color-text); font-family: var( --e-global-typography-text-font-family ),Sans-serif; width: 1120px; text-align: start;\"><div class=\"elementor-widget-container\" style=\"font-weight: var(--e-global-typography-text-font-weight); text-align: justify; transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s);\">Information we collect automatically through the use of technology. When you visit our website or use our mobile app, we and the related technology providers which we are not directly connected to other than using their analytics software) may collect certain information about your computer or device through technology such as cookies, web beacons, log files, or other tracking/recording tools. The information we collect through the use of tracking technologies includes, but is not limited to, IP address, browser information, referring/exit pages and URLs, click stream data and information about how you interact with links on the website, mobile app, or Service, domain names, landing pages, page views, cookie data that allows us to uniquely identify your browser and track your browsing behavior on our site, mobile device type, mobile device IDs or other persistent identifiers, and location data collected from your mobile device. Some or all of this data may be combined with other personally identifying information described above. When you access our Service by or through a mobile device, we may receive or collect and store a unique identification numbers associated with your device or our mobile application (including, for example, a UDID, Unique ID for Advertisers (“IDFA”), Google Ad ID, or Windows Advertising ID or other identifier), mobile carrier, device type, model and manufacturer, mobile device operating system brand and model, phone number, installed app list and depending on your mobile device settings, your geographical location data, including GPS coordinates (e.g. latitude and/or longitude), WiFi location or similar information regarding the location of your mobile device. We use this information to remember information so that you will not have to re-enter it during your visit or the next time you visit the site or mobile app Provide custom, personalized content and information, including advertising Track your location and movements Monitor the effectiveness of our Service and our marketing campaigns Monitor aggregate metrics such as total number of visitors, users, traffic, and demographic patterns Diagnose or fix technology problems reported by our Users or engineers that are associated with certain IP addresses or User IDs, and Automatically update our mobile application on your system and related devices. Data collected via this API will be Governed by Lotadata Privacy Notice (https://lotadata.com/privacy_policy) You agree that we can, subject to applicable law, use and share any of this information to: (a) provide the services to you; (b) assist emergency service providers, or others, as reasonably needed; (c) communicate with you about your account and collect payment; (d) check or maintain your device ; (e) help support your end use, i.e., fleet management, of the services; (f) develop new products and services and improve existing ones; (g) enforce this agreement; (h) prevent fraud, abuse, or misuse of the services; (i) comply with legal requirements, including valid court orders and subpoenas; or (j) protect the rights, property, or safety of you or others. You also agree that we and our service providers can, subject to applicable law, use this information: (a) to conduct market research; (b) to determine your eligibility for and offer you new or additional products and services that may be of interest to you; (c) to send you important product and service-related communications; and (d) to troubleshoot and improve the services (e) to Develop &amp; Launch New Business. You also agree that we have all legal rights to use the data cumulatively which are being transmitted from your devices to our servers. This information will otherwise not be shared individually with third parties revealing your identity for their independent use without your consent. We may also collect information from you or your device, or from your use of the services, aggregate that information, and use it with other aggregated information obtained from other persons (“aggregated information”). For example, we may use aggregated information to determine overall use of the services, identify usage patterns, and make product and service development decisions. We or our service providers own all rights in, and may share, aggregated information with any third party for any purpose without revealing your identity. Because we provide service through wireless and other common carrier networks, we can’t promise that your communications won’t be intercepted by others. You agree we won’t be liable for any damages for any loss of privacy occurring in communication over such networks.</div><div class=\"elementor-widget-container\" style=\"font-weight: var(--e-global-typography-text-font-weight); text-align: justify; transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s);\"><br></div><div class=\"elementor-widget-container\" style=\"font-weight: var(--e-global-typography-text-font-weight); text-align: justify; transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s);\"><br></div><div class=\"elementor-widget-container\" style=\"text-align: justify; transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s);\"><div class=\"elementor-element elementor-element-3582ec4 elementor-widget elementor-widget-heading\" data-id=\"3582ec4\" data-element_type=\"widget\" data-widget_type=\"heading.default\" style=\"--flex-direction: initial; --flex-wrap: initial; --justify-content: initial; --align-items: initial; --align-content: initial; --gap: initial; --flex-basis: initial; --flex-grow: initial; --flex-shrink: initial; --order: initial; --align-self: initial; flex-basis: var(--flex-basis); flex-grow: var(--flex-grow); flex-shrink: var(--flex-shrink); order: var(--order); align-self: var(--align-self); flex-direction: var(--flex-direction); flex-wrap: var(--flex-wrap); justify-content: var(--justify-content); align-items: var(--align-items); align-content: var(--align-content); gap: var(--gap); position: relative; --swiper-theme-color: #000; --swiper-navigation-size: 44px; --swiper-pagination-bullet-size: 6px; --swiper-pagination-bullet-horizontal-gap: 6px; --widgets-spacing: 20px 20px; width: 1120px; margin-bottom: 20px; margin-block-end: 20px; font-family: -apple-system, BlinkMacSystemFont, \" segoe=\"\" ui\",=\"\" roboto,=\"\" \"helvetica=\"\" neue\",=\"\" arial,=\"\" \"noto=\"\" sans\",=\"\" sans-serif,=\"\" \"apple=\"\" color=\"\" emoji\",=\"\" \"segoe=\"\" ui=\"\" symbol\",=\"\" emoji\";=\"\" text-align:=\"\" start;\"=\"\"><div class=\"elementor-widget-container\" style=\"transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s);\"><h2 class=\"elementor-heading-title elementor-size-default\" style=\"margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-family: var( --e-global-typography-primary-font-family ),Sans-serif; line-height: 1; padding: 0px;\"><b>Article 9: Lost or Stolen Vehicles</b></h2><h2 class=\"elementor-heading-title elementor-size-default\" style=\"margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-family: var( --e-global-typography-primary-font-family ),Sans-serif; line-height: 1; padding: 0px;\"><b><br></b></h2></div></div><div class=\"elementor-element elementor-element-1ef637c elementor-widget elementor-widget-text-editor\" data-id=\"1ef637c\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\" style=\"--flex-direction: initial; --flex-wrap: initial; --justify-content: initial; --align-items: initial; --align-content: initial; --gap: initial; --flex-basis: initial; --flex-grow: initial; --flex-shrink: initial; --order: initial; --align-self: initial; flex-basis: var(--flex-basis); flex-grow: var(--flex-grow); flex-shrink: var(--flex-shrink); order: var(--order); align-self: var(--align-self); flex-direction: var(--flex-direction); flex-wrap: var(--flex-wrap); justify-content: var(--justify-content); align-items: var(--align-items); align-content: var(--align-content); gap: var(--gap); position: relative; --swiper-theme-color: #000; --swiper-navigation-size: 44px; --swiper-pagination-bullet-size: 6px; --swiper-pagination-bullet-horizontal-gap: 6px; --widgets-spacing: 20px 20px; color: var(--e-global-color-text); font-family: var( --e-global-typography-text-font-family ),Sans-serif; width: 1120px; text-align: start;\"><div class=\"elementor-widget-container\" style=\"font-weight: var(--e-global-typography-text-font-weight); text-align: justify; transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s);\">If your vehicle is lost or stolen, we can try to help you locate it, although we have no responsibility to do so, do not guarantee that it can or will be found, and do not guarantee the condition of your vehicle or the items that were in it should the vehicle be recovered. You may be asked to provide satisfactory identification and/or a police report. In any event, our obligation to assist you in providing commercially reasonable assistance to your efforts to locate your vehicle will end after 48 hours have elapsed from the time it was first reported to the authorities as missing or stolen. Should we provide assistance after such 48-hour period, you agree that we may do so if and when we see fit and that we will not be held liable for any acts or omissions that may arise with regard to such assistance. Regardless of the circumstance, we will be under no obligation to help you locate your vehicle for the purpose of tracking or locating a person or recovering any valuables contained in your vehicle.</div><div class=\"elementor-widget-container\" style=\"font-weight: var(--e-global-typography-text-font-weight); text-align: justify; transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s);\"><br></div><div class=\"elementor-widget-container\" style=\"font-weight: var(--e-global-typography-text-font-weight); text-align: justify; transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s);\"><br></div><div class=\"elementor-widget-container\" style=\"text-align: justify; transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s);\"><section class=\"elementor-section elementor-inner-section elementor-element elementor-element-1878ca3 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"1878ca3\" data-element_type=\"section\" style=\"--flex-direction: initial; --flex-wrap: initial; --justify-content: initial; --align-items: initial; --align-content: initial; --gap: initial; --flex-basis: initial; --flex-grow: initial; --flex-shrink: initial; --order: initial; --align-self: initial; flex-basis: var(--flex-basis); flex-grow: var(--flex-grow); flex-shrink: var(--flex-shrink); order: var(--order); align-self: var(--align-self); position: relative; --swiper-theme-color: #000; --swiper-navigation-size: 44px; --swiper-pagination-bullet-size: 6px; --swiper-pagination-bullet-horizontal-gap: 6px; --widgets-spacing: 20px 20px; font-family: -apple-system, BlinkMacSystemFont, \" segoe=\"\" ui\",=\"\" roboto,=\"\" \"helvetica=\"\" neue\",=\"\" arial,=\"\" \"noto=\"\" sans\",=\"\" sans-serif,=\"\" \"apple=\"\" color=\"\" emoji\",=\"\" \"segoe=\"\" ui=\"\" symbol\",=\"\" emoji\";=\"\" text-align:=\"\" start;\"=\"\"><div class=\"elementor-container elementor-column-gap-default\" style=\"display: flex; margin-right: auto; margin-left: auto; position: relative; max-width: 1140px;\"><div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-db4bb62\" data-id=\"db4bb62\" data-element_type=\"column\" style=\"--flex-direction: initial; --flex-wrap: initial; --justify-content: initial; --align-items: initial; --align-content: initial; --gap: initial; --flex-basis: initial; --flex-grow: initial; --flex-shrink: initial; --order: initial; --align-self: initial; flex-basis: var(--flex-basis); flex-grow: var(--flex-grow); flex-shrink: var(--flex-shrink); order: var(--order); align-self: var(--align-self); position: relative; min-height: 1px; display: flex; --swiper-theme-color: #000; --swiper-navigation-size: 44px; --swiper-pagination-bullet-size: 6px; --swiper-pagination-bullet-horizontal-gap: 6px; --widgets-spacing: 20px 20px; width: 1140px;\"><div class=\"elementor-widget-wrap elementor-element-populated\" style=\"position: relative; width: 1140px; flex-wrap: wrap; align-content: flex-start; padding: 10px;\"><div class=\"elementor-element elementor-element-c775660 elementor-widget elementor-widget-heading\" data-id=\"c775660\" data-element_type=\"widget\" data-widget_type=\"heading.default\" style=\"--flex-direction: initial; --flex-wrap: initial; --justify-content: initial; --align-items: initial; --align-content: initial; --gap: initial; --flex-basis: initial; --flex-grow: initial; --flex-shrink: initial; --order: initial; --align-self: initial; flex-basis: var(--flex-basis); flex-grow: var(--flex-grow); flex-shrink: var(--flex-shrink); order: var(--order); align-self: var(--align-self); flex-direction: var(--flex-direction); flex-wrap: var(--flex-wrap); justify-content: var(--justify-content); align-items: var(--align-items); align-content: var(--align-content); gap: var(--gap); position: relative; --swiper-theme-color: #000; --swiper-navigation-size: 44px; --swiper-pagination-bullet-size: 6px; --swiper-pagination-bullet-horizontal-gap: 6px; --widgets-spacing: 20px 20px; width: 1120px; margin-bottom: 20px; margin-block-end: 20px;\"><div class=\"elementor-widget-container\" style=\"transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s);\"><h2 class=\"elementor-heading-title elementor-size-default\" style=\"margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-family: var( --e-global-typography-primary-font-family ),Sans-serif; line-height: 1; padding: 0px;\"><b>Article 10: Breach of this Agreement</b></h2><p style=\"font-weight: var(--e-global-typography-primary-font-weight); margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-family: var( --e-global-typography-primary-font-family ),Sans-serif; line-height: 1; padding: 0px;\"><br></p></div></div><div class=\"elementor-element elementor-element-5a67628 elementor-widget elementor-widget-text-editor\" data-id=\"5a67628\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\" style=\"font-weight: var(--e-global-typography-text-font-weight); --flex-direction: initial; --flex-wrap: initial; --justify-content: initial; --align-items: initial; --align-content: initial; --gap: initial; --flex-basis: initial; --flex-grow: initial; --flex-shrink: initial; --order: initial; --align-self: initial; flex-basis: var(--flex-basis); flex-grow: var(--flex-grow); flex-shrink: var(--flex-shrink); order: var(--order); align-self: var(--align-self); flex-direction: var(--flex-direction); flex-wrap: var(--flex-wrap); justify-content: var(--justify-content); align-items: var(--align-items); align-content: var(--align-content); gap: var(--gap); position: relative; --swiper-theme-color: #000; --swiper-navigation-size: 44px; --swiper-pagination-bullet-size: 6px; --swiper-pagination-bullet-horizontal-gap: 6px; --widgets-spacing: 20px 20px; color: var(--e-global-color-text); font-family: var( --e-global-typography-text-font-family ),Sans-serif; width: 1120px;\"><div class=\"elementor-widget-container\" style=\"text-align: justify; transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s);\">You agree to indemnify and hold us and our parent corporation, affiliates, subsidiaries, employees, agents, and service providers harmless from and against any and all claims, demands, actions, causes of action, suits, proceedings, losses, damages, costs and expenses, including reasonable attorneys’ fees, arising from or relating to your use of the services, breach of this agreement, or any act, error, or omission on your part or that of anyone who uses the services. This provision will continue to apply after the termination or cancellation of this agreement.</div><div class=\"elementor-widget-container\" style=\"text-align: justify; transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s);\"><br></div></div></div></div></div></section><section class=\"elementor-section elementor-inner-section elementor-element elementor-element-301a007 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"301a007\" data-element_type=\"section\" style=\"--flex-direction: initial; --flex-wrap: initial; --justify-content: initial; --align-items: initial; --align-content: initial; --gap: initial; --flex-basis: initial; --flex-grow: initial; --flex-shrink: initial; --order: initial; --align-self: initial; flex-basis: var(--flex-basis); flex-grow: var(--flex-grow); flex-shrink: var(--flex-shrink); order: var(--order); align-self: var(--align-self); position: relative; --swiper-theme-color: #000; --swiper-navigation-size: 44px; --swiper-pagination-bullet-size: 6px; --swiper-pagination-bullet-horizontal-gap: 6px; --widgets-spacing: 20px 20px; font-family: -apple-system, BlinkMacSystemFont, \" segoe=\"\" ui\",=\"\" roboto,=\"\" \"helvetica=\"\" neue\",=\"\" arial,=\"\" \"noto=\"\" sans\",=\"\" sans-serif,=\"\" \"apple=\"\" color=\"\" emoji\",=\"\" \"segoe=\"\" ui=\"\" symbol\",=\"\" emoji\";=\"\" text-align:=\"\" start;\"=\"\"><div class=\"elementor-container elementor-column-gap-default\" style=\"display: flex; margin-right: auto; margin-left: auto; position: relative; max-width: 1140px;\"><div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-5cc0307\" data-id=\"5cc0307\" data-element_type=\"column\" style=\"--flex-direction: initial; --flex-wrap: initial; --justify-content: initial; --align-items: initial; --align-content: initial; --gap: initial; --flex-basis: initial; --flex-grow: initial; --flex-shrink: initial; --order: initial; --align-self: initial; flex-basis: var(--flex-basis); flex-grow: var(--flex-grow); flex-shrink: var(--flex-shrink); order: var(--order); align-self: var(--align-self); position: relative; min-height: 1px; display: flex; --swiper-theme-color: #000; --swiper-navigation-size: 44px; --swiper-pagination-bullet-size: 6px; --swiper-pagination-bullet-horizontal-gap: 6px; --widgets-spacing: 20px 20px; width: 1140px;\"><div class=\"elementor-widget-wrap elementor-element-populated\" style=\"position: relative; width: 1140px; flex-wrap: wrap; align-content: flex-start; padding: 10px;\"><div class=\"elementor-element elementor-element-5318fa7 elementor-widget elementor-widget-heading\" data-id=\"5318fa7\" data-element_type=\"widget\" data-widget_type=\"heading.default\" style=\"--flex-direction: initial; --flex-wrap: initial; --justify-content: initial; --align-items: initial; --align-content: initial; --gap: initial; --flex-basis: initial; --flex-grow: initial; --flex-shrink: initial; --order: initial; --align-self: initial; flex-basis: var(--flex-basis); flex-grow: var(--flex-grow); flex-shrink: var(--flex-shrink); order: var(--order); align-self: var(--align-self); flex-direction: var(--flex-direction); flex-wrap: var(--flex-wrap); justify-content: var(--justify-content); align-items: var(--align-items); align-content: var(--align-content); gap: var(--gap); position: relative; --swiper-theme-color: #000; --swiper-navigation-size: 44px; --swiper-pagination-bullet-size: 6px; --swiper-pagination-bullet-horizontal-gap: 6px; --widgets-spacing: 20px 20px; width: 1120px; margin-bottom: 20px; margin-block-end: 20px;\"><div class=\"elementor-widget-container\" style=\"transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s);\"><h2 class=\"elementor-heading-title elementor-size-default\" style=\"margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-family: var( --e-global-typography-primary-font-family ),Sans-serif; line-height: 1; padding: 0px;\"><b>Article 11: One Year Warranty</b></h2><h2 class=\"elementor-heading-title elementor-size-default\" style=\"margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-family: var( --e-global-typography-primary-font-family ),Sans-serif; line-height: 1; padding: 0px;\"><b><br></b></h2></div></div><div class=\"elementor-element elementor-element-4a09f68 elementor-widget elementor-widget-text-editor\" data-id=\"4a09f68\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\" style=\"font-weight: var(--e-global-typography-text-font-weight); --flex-direction: initial; --flex-wrap: initial; --justify-content: initial; --align-items: initial; --align-content: initial; --gap: initial; --flex-basis: initial; --flex-grow: initial; --flex-shrink: initial; --order: initial; --align-self: initial; flex-basis: var(--flex-basis); flex-grow: var(--flex-grow); flex-shrink: var(--flex-shrink); order: var(--order); align-self: var(--align-self); flex-direction: var(--flex-direction); flex-wrap: var(--flex-wrap); justify-content: var(--justify-content); align-items: var(--align-items); align-content: var(--align-content); gap: var(--gap); position: relative; --swiper-theme-color: #000; --swiper-navigation-size: 44px; --swiper-pagination-bullet-size: 6px; --swiper-pagination-bullet-horizontal-gap: 6px; --widgets-spacing: 20px 20px; color: var(--e-global-color-text); font-family: var( --e-global-typography-text-font-family ),Sans-serif; width: 1120px;\"><div class=\"elementor-widget-container\" style=\"transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s);\">Your device is covered by 7 Days to 1 year full replacement warranty from the date you install based on product models. This includes protection from MYGPS\'s to check your device properly and replace if needed.</div><div class=\"elementor-widget-container\" style=\"transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s);\"><br></div></div></div></div></div></section><section class=\"elementor-section elementor-inner-section elementor-element elementor-element-e2721d2 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"e2721d2\" data-element_type=\"section\" style=\"--flex-direction: initial; --flex-wrap: initial; --justify-content: initial; --align-items: initial; --align-content: initial; --gap: initial; --flex-basis: initial; --flex-grow: initial; --flex-shrink: initial; --order: initial; --align-self: initial; flex-basis: var(--flex-basis); flex-grow: var(--flex-grow); flex-shrink: var(--flex-shrink); order: var(--order); align-self: var(--align-self); position: relative; --swiper-theme-color: #000; --swiper-navigation-size: 44px; --swiper-pagination-bullet-size: 6px; --swiper-pagination-bullet-horizontal-gap: 6px; --widgets-spacing: 20px 20px; font-family: -apple-system, BlinkMacSystemFont, \" segoe=\"\" ui\",=\"\" roboto,=\"\" \"helvetica=\"\" neue\",=\"\" arial,=\"\" \"noto=\"\" sans\",=\"\" sans-serif,=\"\" \"apple=\"\" color=\"\" emoji\",=\"\" \"segoe=\"\" ui=\"\" symbol\",=\"\" emoji\";=\"\" text-align:=\"\" start;\"=\"\"><div class=\"elementor-container elementor-column-gap-default\" style=\"display: flex; margin-right: auto; margin-left: auto; position: relative; max-width: 1140px;\"><div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-aa0776e\" data-id=\"aa0776e\" data-element_type=\"column\" style=\"--flex-direction: initial; --flex-wrap: initial; --justify-content: initial; --align-items: initial; --align-content: initial; --gap: initial; --flex-basis: initial; --flex-grow: initial; --flex-shrink: initial; --order: initial; --align-self: initial; flex-basis: var(--flex-basis); flex-grow: var(--flex-grow); flex-shrink: var(--flex-shrink); order: var(--order); align-self: var(--align-self); position: relative; min-height: 1px; display: flex; --swiper-theme-color: #000; --swiper-navigation-size: 44px; --swiper-pagination-bullet-size: 6px; --swiper-pagination-bullet-horizontal-gap: 6px; --widgets-spacing: 20px 20px; width: 1140px;\"><div class=\"elementor-widget-wrap elementor-element-populated\" style=\"position: relative; width: 1140px; flex-wrap: wrap; align-content: flex-start; padding: 10px;\"><div class=\"elementor-element elementor-element-f879816 elementor-widget elementor-widget-heading\" data-id=\"f879816\" data-element_type=\"widget\" data-widget_type=\"heading.default\" style=\"--flex-direction: initial; --flex-wrap: initial; --justify-content: initial; --align-items: initial; --align-content: initial; --gap: initial; --flex-basis: initial; --flex-grow: initial; --flex-shrink: initial; --order: initial; --align-self: initial; flex-basis: var(--flex-basis); flex-grow: var(--flex-grow); flex-shrink: var(--flex-shrink); order: var(--order); align-self: var(--align-self); flex-direction: var(--flex-direction); flex-wrap: var(--flex-wrap); justify-content: var(--justify-content); align-items: var(--align-items); align-content: var(--align-content); gap: var(--gap); position: relative; --swiper-theme-color: #000; --swiper-navigation-size: 44px; --swiper-pagination-bullet-size: 6px; --swiper-pagination-bullet-horizontal-gap: 6px; --widgets-spacing: 20px 20px; width: 1120px; margin-bottom: 20px; margin-block-end: 20px;\"><div class=\"elementor-widget-container\" style=\"transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s);\"><h2 class=\"elementor-heading-title elementor-size-default\" style=\"margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-family: var( --e-global-typography-primary-font-family ),Sans-serif; line-height: 1; padding: 0px;\"><b>Article 12: limitations of the Services</b></h2><p style=\"font-weight: var(--e-global-typography-primary-font-weight); margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-family: var( --e-global-typography-primary-font-family ),Sans-serif; line-height: 1; padding: 0px;\"><br></p></div></div><div class=\"elementor-element elementor-element-2d34a4f elementor-widget elementor-widget-text-editor\" data-id=\"2d34a4f\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\" style=\"--flex-direction: initial; --flex-wrap: initial; --justify-content: initial; --align-items: initial; --align-content: initial; --gap: initial; --flex-basis: initial; --flex-grow: initial; --flex-shrink: initial; --order: initial; --align-self: initial; flex-basis: var(--flex-basis); flex-grow: var(--flex-grow); flex-shrink: var(--flex-shrink); order: var(--order); align-self: var(--align-self); flex-direction: var(--flex-direction); flex-wrap: var(--flex-wrap); justify-content: var(--justify-content); align-items: var(--align-items); align-content: var(--align-content); gap: var(--gap); position: relative; --swiper-theme-color: #000; --swiper-navigation-size: 44px; --swiper-pagination-bullet-size: 6px; --swiper-pagination-bullet-horizontal-gap: 6px; --widgets-spacing: 20px 20px; color: var(--e-global-color-text); font-family: var( --e-global-typography-text-font-family ),Sans-serif; width: 1120px;\"><div class=\"elementor-widget-container\" style=\"font-weight: var(--e-global-typography-text-font-weight); text-align: justify; transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s);\">The services use cellular or other wireless telecommunications networks in the country as well as the global positioning system (“GPS”) satellite network. The services are not available everywhere, particularly in remote areas, or at all times. Your vehicle has to have a properly functioning electrical system and adequately charged battery for the services to have any chance of working. The services may not work if your device is not properly installed by our authorized representative, not properly maintained, modified by any person other than our authorized representative, or combined with equipment, services, or software not expressly approved by us. Certain elements of the services, such as the ability to remotely unlock or disable your vehicle, may simply be incompatible with your vehicle’s design. There are other problems beyond our control that may prevent us from providing the services to you at any given time, such as damage to your vehicle in an accident, abuse or neglect of your device, terrain (hills, mountains, dips, valleys), buildings, bridges, tunnels, weather, the design of your vehicle, defects (including hidden defects) in your vehicle, localized “gaps” in cellular telephone network coverage, cellular telephone network congestion, and interference with the satellite transmissions that help supply the GPS data used by us in providing the services.</div><div class=\"elementor-widget-container\" style=\"font-weight: var(--e-global-typography-text-font-weight); text-align: justify; transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s);\"><br></div><div class=\"elementor-widget-container\" style=\"font-weight: var(--e-global-typography-text-font-weight); text-align: justify; transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s);\"><br></div><div class=\"elementor-widget-container\" style=\"text-align: justify; transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s);\"><div class=\"elementor-element elementor-element-3b74211 elementor-widget elementor-widget-heading\" data-id=\"3b74211\" data-element_type=\"widget\" data-widget_type=\"heading.default\" style=\"--flex-direction: initial; --flex-wrap: initial; --justify-content: initial; --align-items: initial; --align-content: initial; --gap: initial; --flex-basis: initial; --flex-grow: initial; --flex-shrink: initial; --order: initial; --align-self: initial; flex-basis: var(--flex-basis); flex-grow: var(--flex-grow); flex-shrink: var(--flex-shrink); order: var(--order); align-self: var(--align-self); flex-direction: var(--flex-direction); flex-wrap: var(--flex-wrap); justify-content: var(--justify-content); align-items: var(--align-items); align-content: var(--align-content); gap: var(--gap); position: relative; --swiper-theme-color: #000; --swiper-navigation-size: 44px; --swiper-pagination-bullet-size: 6px; --swiper-pagination-bullet-horizontal-gap: 6px; --widgets-spacing: 20px 20px; width: 1120px; margin-bottom: 20px; margin-block-end: 20px; font-family: -apple-system, BlinkMacSystemFont, \" segoe=\"\" ui\",=\"\" roboto,=\"\" \"helvetica=\"\" neue\",=\"\" arial,=\"\" \"noto=\"\" sans\",=\"\" sans-serif,=\"\" \"apple=\"\" color=\"\" emoji\",=\"\" \"segoe=\"\" ui=\"\" symbol\",=\"\" emoji\";=\"\" text-align:=\"\" start;\"=\"\"><div class=\"elementor-widget-container\" style=\"transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s);\"><h2 class=\"elementor-heading-title elementor-size-default\" style=\"margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-family: var( --e-global-typography-primary-font-family ),Sans-serif; line-height: 1; padding: 0px;\"><b>Article 13: Important Limitations of our Liability</b></h2><h2 class=\"elementor-heading-title elementor-size-default\" style=\"margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-family: var( --e-global-typography-primary-font-family ),Sans-serif; line-height: 1; padding: 0px;\"><b><br></b></h2></div></div><div class=\"elementor-element elementor-element-8bcc09f elementor-widget elementor-widget-text-editor\" data-id=\"8bcc09f\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\" style=\"--flex-direction: initial; --flex-wrap: initial; --justify-content: initial; --align-items: initial; --align-content: initial; --gap: initial; --flex-basis: initial; --flex-grow: initial; --flex-shrink: initial; --order: initial; --align-self: initial; flex-basis: var(--flex-basis); flex-grow: var(--flex-grow); flex-shrink: var(--flex-shrink); order: var(--order); align-self: var(--align-self); flex-direction: var(--flex-direction); flex-wrap: var(--flex-wrap); justify-content: var(--justify-content); align-items: var(--align-items); align-content: var(--align-content); gap: var(--gap); position: relative; --swiper-theme-color: #000; --swiper-navigation-size: 44px; --swiper-pagination-bullet-size: 6px; --swiper-pagination-bullet-horizontal-gap: 6px; --widgets-spacing: 20px 20px; color: var(--e-global-color-text); font-family: var( --e-global-typography-text-font-family ),Sans-serif; width: 1120px; text-align: start;\"><div class=\"elementor-widget-container\" style=\"transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s);\"><p style=\"font-weight: var(--e-global-typography-text-font-weight); text-align: justify; margin-bottom: 0.9rem;\">These limitations of liability constitute waivers of important legal rights. In that regard, you acknowledge that these limitations are integral to the pricing of the services, and that, were we or our service providers to assume any further liability other than as set forth herein, our prices for the services would necessarily be substantially higher. Unless prohibited by applicable law, you agree as follows:</p><p style=\"font-weight: var(--e-global-typography-text-font-weight); text-align: justify; margin-bottom: 0.9rem;\">One, you expressly agree that operation and use of your device or the services is at your sole risk. Neither we nor our service providers shall have any liability resulting from, or in any way related to, the use of your device or the services. You agree that you will not in any way hold us or our service providers responsible for any selection or retention of, or the acts or omissions of, other parties in connection the services. You understand that you have no contractual relationship whatsoever with any of our service providers and are not a third party beneficiary of any agreement between us and our service providers, although they may be third party beneficiaries of this agreement. You waive any and all claims or demands you would have if you were a third party beneficiary of any agreement between us and our service providers.</p><p style=\"font-weight: var(--e-global-typography-text-font-weight); text-align: justify; margin-bottom: 0.9rem;\">Two, our and our service providers’ maximum, cumulative liability to you under any theory (including but not limited to fraud, misrepresentation, breach of contract, personal injury, or products liability) for any one or more related or unrelated claims is limited to an amount equal to three times what you paid for the services under this agreement as of the date of the earliest event giving rise to your claim(s).</p><p style=\"font-weight: var(--e-global-typography-text-font-weight); text-align: justify; margin-bottom: 0.9rem;\">Three, you agree, and we agree, not to make, and to waive to the fullest allowed by law, any claims for (1) punitive damages, (2) treble, consequential, indirect, lost profits, incidental or special damages regardless of whether or not either party was advised of the possibility of such damages, or (3) attorney’s fees. We both agree not to make, and to waive to the fullest extent allowed by law, any claim for damages other than direct, compensatory damages as limited in this agreement.</p><p style=\"font-weight: var(--e-global-typography-text-font-weight); text-align: justify; margin-bottom: 0.9rem;\">Four, neither we nor our service providers are liable to you if the services are interrupted, or for problems caused by or contributed to by you, your vehicle (including its electrical system), by any third party, by buildings, hills, tunnels, telecommunications network congestion, weather, interference with satellite transmissions or any other things neither we nor our service providers control. Notwithstanding anything else in this agreement, you agree to excuse any non-performance by us or our service providers caused in whole or in part by an act or omission of a third party, or by any equipment failure, act of god, natural disaster, strike, equipment or facility shortage, or other causes beyond our control or the control of our service providers.</p><p style=\"font-weight: var(--e-global-typography-text-font-weight); text-align: justify; margin-bottom: 0.9rem;\">Five, neither we nor our service providers can promise that any data or information supplied will be error-free. All data and information is provided to you on an “as is” basis. You agree that neither we nor any service provider who monitors, processes, or sends or receives you data or information through your device or the services is liable for any errors, defects, problems, or mistakes in that data or information. This means you cannot recover any damages of any kind, including consequential (such as lost revenues or lost contracts), indirect, incidental, special, or punitive damages for those errors, defects, problems, or mistakes. The foregoing limitation of liability covers, without limitation, “angel services” whereby you communicate verbally with us or our service providers for special assistance in utilizing the services.</p><p style=\"font-weight: var(--e-global-typography-text-font-weight); text-align: justify; margin-bottom: 0.9rem;\">Six, to provide you with the services, we must enter into agreements with telecommunications carriers operating cellular and satellite networks and other service providers using technology compatible with the particular device you purchased. Neither we nor our service providers are liable if the services become unavailable or are interrupted because a service provider terminates its agreement with us or stops providing service to us, or does anything that renders your device obsolete or incompatible with the technology used by us or any of our other service providers.</p><p style=\"font-weight: var(--e-global-typography-text-font-weight); text-align: justify; margin-bottom: 0.9rem;\">Seven, you agree that the limitations of liability and indemnities in this agreement will survive termination or expiration of this agreement and apply to you as well as anyone using your vehicle or the services, anyone making a claim on your behalf, and any claims made by anyone associated with you and arising out of or relating to the services.</p><p style=\"font-weight: var(--e-global-typography-text-font-weight); text-align: justify; margin-bottom: 0.9rem;\">Eight, the services are not a substitute for insurance. You promise that you will obtain and maintain appropriate insurance covering personal injury, loss of property, and other risks for yourself and for anyone else claiming under you. You hereby release and discharge us and our service providers from and against all hazards covered by your insurance. No insurance company or insurer will have any right of subrogation against us or our service providers.</p><p style=\"font-weight: var(--e-global-typography-text-font-weight); text-align: justify; margin-bottom: 0.9rem;\"><br></p><section class=\"elementor-section elementor-inner-section elementor-element elementor-element-bca2b31 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"bca2b31\" data-element_type=\"section\" style=\"--flex-direction: initial; --flex-wrap: initial; --justify-content: initial; --align-items: initial; --align-content: initial; --gap: initial; --flex-basis: initial; --flex-grow: initial; --flex-shrink: initial; --order: initial; --align-self: initial; flex-basis: var(--flex-basis); flex-grow: var(--flex-grow); flex-shrink: var(--flex-shrink); order: var(--order); align-self: var(--align-self); position: relative; --swiper-theme-color: #000; --swiper-navigation-size: 44px; --swiper-pagination-bullet-size: 6px; --swiper-pagination-bullet-horizontal-gap: 6px; --widgets-spacing: 20px 20px; font-family: -apple-system, BlinkMacSystemFont, \" segoe=\"\" ui\",=\"\" roboto,=\"\" \"helvetica=\"\" neue\",=\"\" arial,=\"\" \"noto=\"\" sans\",=\"\" sans-serif,=\"\" \"apple=\"\" color=\"\" emoji\",=\"\" \"segoe=\"\" ui=\"\" symbol\",=\"\" emoji\";\"=\"\"><div class=\"elementor-container elementor-column-gap-default\" style=\"display: flex; margin-right: auto; margin-left: auto; position: relative; max-width: 1140px;\"><div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-b704404\" data-id=\"b704404\" data-element_type=\"column\" style=\"--flex-direction: initial; --flex-wrap: initial; --justify-content: initial; --align-items: initial; --align-content: initial; --gap: initial; --flex-basis: initial; --flex-grow: initial; --flex-shrink: initial; --order: initial; --align-self: initial; flex-basis: var(--flex-basis); flex-grow: var(--flex-grow); flex-shrink: var(--flex-shrink); order: var(--order); align-self: var(--align-self); position: relative; min-height: 1px; display: flex; --swiper-theme-color: #000; --swiper-navigation-size: 44px; --swiper-pagination-bullet-size: 6px; --swiper-pagination-bullet-horizontal-gap: 6px; --widgets-spacing: 20px 20px; width: 1140px;\"><div class=\"elementor-widget-wrap elementor-element-populated\" style=\"position: relative; width: 1140px; flex-wrap: wrap; align-content: flex-start; padding: 10px;\"><div class=\"elementor-element elementor-element-b1e2a78 elementor-widget elementor-widget-heading\" data-id=\"b1e2a78\" data-element_type=\"widget\" data-widget_type=\"heading.default\" style=\"--flex-direction: initial; --flex-wrap: initial; --justify-content: initial; --align-items: initial; --align-content: initial; --gap: initial; --flex-basis: initial; --flex-grow: initial; --flex-shrink: initial; --order: initial; --align-self: initial; flex-basis: var(--flex-basis); flex-grow: var(--flex-grow); flex-shrink: var(--flex-shrink); order: var(--order); align-self: var(--align-self); flex-direction: var(--flex-direction); flex-wrap: var(--flex-wrap); justify-content: var(--justify-content); align-items: var(--align-items); align-content: var(--align-content); gap: var(--gap); position: relative; --swiper-theme-color: #000; --swiper-navigation-size: 44px; --swiper-pagination-bullet-size: 6px; --swiper-pagination-bullet-horizontal-gap: 6px; --widgets-spacing: 20px 20px; width: 1120px; margin-bottom: 20px; margin-block-end: 20px;\"><div class=\"elementor-widget-container\" style=\"transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s);\"><h2 class=\"elementor-heading-title elementor-size-default\" style=\"margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-family: var( --e-global-typography-primary-font-family ),Sans-serif; line-height: 1; padding: 0px;\"><b>Article 14: Governing Law</b></h2><h2 class=\"elementor-heading-title elementor-size-default\" style=\"margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-family: var( --e-global-typography-primary-font-family ),Sans-serif; line-height: 1; padding: 0px;\"><b><br></b></h2></div></div><div class=\"elementor-element elementor-element-7c0d3ef elementor-widget elementor-widget-text-editor\" data-id=\"7c0d3ef\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\" style=\"font-weight: var(--e-global-typography-text-font-weight); --flex-direction: initial; --flex-wrap: initial; --justify-content: initial; --align-items: initial; --align-content: initial; --gap: initial; --flex-basis: initial; --flex-grow: initial; --flex-shrink: initial; --order: initial; --align-self: initial; flex-basis: var(--flex-basis); flex-grow: var(--flex-grow); flex-shrink: var(--flex-shrink); order: var(--order); align-self: var(--align-self); flex-direction: var(--flex-direction); flex-wrap: var(--flex-wrap); justify-content: var(--justify-content); align-items: var(--align-items); align-content: var(--align-content); gap: var(--gap); position: relative; --swiper-theme-color: #000; --swiper-navigation-size: 44px; --swiper-pagination-bullet-size: 6px; --swiper-pagination-bullet-horizontal-gap: 6px; --widgets-spacing: 20px 20px; color: var(--e-global-color-text); font-family: var( --e-global-typography-text-font-family ),Sans-serif; width: 1120px;\"><div class=\"elementor-widget-container\" style=\"text-align: justify; transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s);\">To the fullest extent permitted by law, and except as explicitly provided otherwise, this agreement and any disputes arising out of or relating to it will be governed by the laws of the people’s republic of Bangladesh without regard to its conflict of law principles, and by any applicable tariffs, wherever filed. The UN Convention on contracts for the international sale of goods will not apply.</div><div class=\"elementor-widget-container\" style=\"text-align: justify; transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s);\"><br></div></div></div></div></div></section><section class=\"elementor-section elementor-inner-section elementor-element elementor-element-e2489e0 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"e2489e0\" data-element_type=\"section\" style=\"--flex-direction: initial; --flex-wrap: initial; --justify-content: initial; --align-items: initial; --align-content: initial; --gap: initial; --flex-basis: initial; --flex-grow: initial; --flex-shrink: initial; --order: initial; --align-self: initial; flex-basis: var(--flex-basis); flex-grow: var(--flex-grow); flex-shrink: var(--flex-shrink); order: var(--order); align-self: var(--align-self); position: relative; --swiper-theme-color: #000; --swiper-navigation-size: 44px; --swiper-pagination-bullet-size: 6px; --swiper-pagination-bullet-horizontal-gap: 6px; --widgets-spacing: 20px 20px; font-family: -apple-system, BlinkMacSystemFont, \" segoe=\"\" ui\",=\"\" roboto,=\"\" \"helvetica=\"\" neue\",=\"\" arial,=\"\" \"noto=\"\" sans\",=\"\" sans-serif,=\"\" \"apple=\"\" color=\"\" emoji\",=\"\" \"segoe=\"\" ui=\"\" symbol\",=\"\" emoji\";\"=\"\"><div class=\"elementor-container elementor-column-gap-default\" style=\"display: flex; margin-right: auto; margin-left: auto; position: relative; max-width: 1140px;\"><div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-cae3a96\" data-id=\"cae3a96\" data-element_type=\"column\" style=\"--flex-direction: initial; --flex-wrap: initial; --justify-content: initial; --align-items: initial; --align-content: initial; --gap: initial; --flex-basis: initial; --flex-grow: initial; --flex-shrink: initial; --order: initial; --align-self: initial; flex-basis: var(--flex-basis); flex-grow: var(--flex-grow); flex-shrink: var(--flex-shrink); order: var(--order); align-self: var(--align-self); position: relative; min-height: 1px; display: flex; --swiper-theme-color: #000; --swiper-navigation-size: 44px; --swiper-pagination-bullet-size: 6px; --swiper-pagination-bullet-horizontal-gap: 6px; --widgets-spacing: 20px 20px; width: 1140px;\"><div class=\"elementor-widget-wrap elementor-element-populated\" style=\"position: relative; width: 1140px; flex-wrap: wrap; align-content: flex-start; padding: 10px;\"><div class=\"elementor-element elementor-element-37e84c3 elementor-widget elementor-widget-heading\" data-id=\"37e84c3\" data-element_type=\"widget\" data-widget_type=\"heading.default\" style=\"--flex-direction: initial; --flex-wrap: initial; --justify-content: initial; --align-items: initial; --align-content: initial; --gap: initial; --flex-basis: initial; --flex-grow: initial; --flex-shrink: initial; --order: initial; --align-self: initial; flex-basis: var(--flex-basis); flex-grow: var(--flex-grow); flex-shrink: var(--flex-shrink); order: var(--order); align-self: var(--align-self); flex-direction: var(--flex-direction); flex-wrap: var(--flex-wrap); justify-content: var(--justify-content); align-items: var(--align-items); align-content: var(--align-content); gap: var(--gap); position: relative; --swiper-theme-color: #000; --swiper-navigation-size: 44px; --swiper-pagination-bullet-size: 6px; --swiper-pagination-bullet-horizontal-gap: 6px; --widgets-spacing: 20px 20px; width: 1120px; margin-bottom: 20px; margin-block-end: 20px;\"><div class=\"elementor-widget-container\" style=\"transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s);\"><h2 class=\"elementor-heading-title elementor-size-default\" style=\"margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-family: var( --e-global-typography-primary-font-family ),Sans-serif; line-height: 1; padding: 0px;\"><b>Article 15: Resolution of Disputes</b></h2><p style=\"font-weight: var(--e-global-typography-primary-font-weight); margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-family: var( --e-global-typography-primary-font-family ),Sans-serif; line-height: 1; padding: 0px;\"><br></p></div></div><div class=\"elementor-element elementor-element-deaf004 elementor-widget elementor-widget-text-editor\" data-id=\"deaf004\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\" style=\"font-weight: var(--e-global-typography-text-font-weight); --flex-direction: initial; --flex-wrap: initial; --justify-content: initial; --align-items: initial; --align-content: initial; --gap: initial; --flex-basis: initial; --flex-grow: initial; --flex-shrink: initial; --order: initial; --align-self: initial; flex-basis: var(--flex-basis); flex-grow: var(--flex-grow); flex-shrink: var(--flex-shrink); order: var(--order); align-self: var(--align-self); flex-direction: var(--flex-direction); flex-wrap: var(--flex-wrap); justify-content: var(--justify-content); align-items: var(--align-items); align-content: var(--align-content); gap: var(--gap); position: relative; --swiper-theme-color: #000; --swiper-navigation-size: 44px; --swiper-pagination-bullet-size: 6px; --swiper-pagination-bullet-horizontal-gap: 6px; --widgets-spacing: 20px 20px; color: var(--e-global-color-text); font-family: var( --e-global-typography-text-font-family ),Sans-serif; width: 1120px;\"><div class=\"elementor-widget-container\" style=\"transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s);\"><p style=\"text-align: justify; margin-bottom: 0.9rem;\">If you have a disagreement with us related to the services, we will try to resolve it informally. If we cannot resolve it informally in a manner and time frame we reasonably deem appropriate, you agree, and we agree, to the fullest extent permitted by law, to use arbitration and not go through the courts (except smalls claims courts as provided below) with to resolve our disagreement. A government agency can always be contacted for help.</p><p style=\"text-align: justify; margin-bottom: 0.9rem;\"><br></p></div></div></div></div></div></section><section class=\"elementor-section elementor-inner-section elementor-element elementor-element-d0614cf elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"d0614cf\" data-element_type=\"section\" style=\"--flex-direction: initial; --flex-wrap: initial; --justify-content: initial; --align-items: initial; --align-content: initial; --gap: initial; --flex-basis: initial; --flex-grow: initial; --flex-shrink: initial; --order: initial; --align-self: initial; flex-basis: var(--flex-basis); flex-grow: var(--flex-grow); flex-shrink: var(--flex-shrink); order: var(--order); align-self: var(--align-self); position: relative; --swiper-theme-color: #000; --swiper-navigation-size: 44px; --swiper-pagination-bullet-size: 6px; --swiper-pagination-bullet-horizontal-gap: 6px; --widgets-spacing: 20px 20px; font-family: -apple-system, BlinkMacSystemFont, \" segoe=\"\" ui\",=\"\" roboto,=\"\" \"helvetica=\"\" neue\",=\"\" arial,=\"\" \"noto=\"\" sans\",=\"\" sans-serif,=\"\" \"apple=\"\" color=\"\" emoji\",=\"\" \"segoe=\"\" ui=\"\" symbol\",=\"\" emoji\";\"=\"\"><div class=\"elementor-container elementor-column-gap-default\" style=\"display: flex; margin-right: auto; margin-left: auto; position: relative; max-width: 1140px;\"><div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-89c4fe5\" data-id=\"89c4fe5\" data-element_type=\"column\" style=\"--flex-direction: initial; --flex-wrap: initial; --justify-content: initial; --align-items: initial; --align-content: initial; --gap: initial; --flex-basis: initial; --flex-grow: initial; --flex-shrink: initial; --order: initial; --align-self: initial; flex-basis: var(--flex-basis); flex-grow: var(--flex-grow); flex-shrink: var(--flex-shrink); order: var(--order); align-self: var(--align-self); position: relative; min-height: 1px; display: flex; --swiper-theme-color: #000; --swiper-navigation-size: 44px; --swiper-pagination-bullet-size: 6px; --swiper-pagination-bullet-horizontal-gap: 6px; --widgets-spacing: 20px 20px; width: 1140px;\"><div class=\"elementor-widget-wrap elementor-element-populated\" style=\"position: relative; width: 1140px; flex-wrap: wrap; align-content: flex-start; padding: 10px;\"><div class=\"elementor-element elementor-element-f369ef5 elementor-widget elementor-widget-heading\" data-id=\"f369ef5\" data-element_type=\"widget\" data-widget_type=\"heading.default\" style=\"--flex-direction: initial; --flex-wrap: initial; --justify-content: initial; --align-items: initial; --align-content: initial; --gap: initial; --flex-basis: initial; --flex-grow: initial; --flex-shrink: initial; --order: initial; --align-self: initial; flex-basis: var(--flex-basis); flex-grow: var(--flex-grow); flex-shrink: var(--flex-shrink); order: var(--order); align-self: var(--align-self); flex-direction: var(--flex-direction); flex-wrap: var(--flex-wrap); justify-content: var(--justify-content); align-items: var(--align-items); align-content: var(--align-content); gap: var(--gap); position: relative; --swiper-theme-color: #000; --swiper-navigation-size: 44px; --swiper-pagination-bullet-size: 6px; --swiper-pagination-bullet-horizontal-gap: 6px; --widgets-spacing: 20px 20px; width: 1120px; margin-bottom: 20px; margin-block-end: 20px;\"><div class=\"elementor-widget-container\" style=\"transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s);\"><h2 class=\"elementor-heading-title elementor-size-default\" style=\"margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-family: var( --e-global-typography-primary-font-family ),Sans-serif; line-height: 1; padding: 0px;\"><b>Article 16: Intellectual Property</b></h2><h2 class=\"elementor-heading-title elementor-size-default\" style=\"margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-family: var( --e-global-typography-primary-font-family ),Sans-serif; line-height: 1; padding: 0px;\"><b><br></b></h2></div></div><div class=\"elementor-element elementor-element-63c90e3 elementor-widget elementor-widget-text-editor\" data-id=\"63c90e3\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\" style=\"font-weight: var(--e-global-typography-text-font-weight); --flex-direction: initial; --flex-wrap: initial; --justify-content: initial; --align-items: initial; --align-content: initial; --gap: initial; --flex-basis: initial; --flex-grow: initial; --flex-shrink: initial; --order: initial; --align-self: initial; flex-basis: var(--flex-basis); flex-grow: var(--flex-grow); flex-shrink: var(--flex-shrink); order: var(--order); align-self: var(--align-self); flex-direction: var(--flex-direction); flex-wrap: var(--flex-wrap); justify-content: var(--justify-content); align-items: var(--align-items); align-content: var(--align-content); gap: var(--gap); position: relative; --swiper-theme-color: #000; --swiper-navigation-size: 44px; --swiper-pagination-bullet-size: 6px; --swiper-pagination-bullet-horizontal-gap: 6px; --widgets-spacing: 20px 20px; color: var(--e-global-color-text); font-family: var( --e-global-typography-text-font-family ),Sans-serif; width: 1120px;\"><div class=\"elementor-widget-container\" style=\"transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s);\"><p style=\"text-align: justify; margin-bottom: 0.9rem;\">All intellectual property rights and any other proprietary rights inherent in, and appurtenant to, the device and the services are and will remain the sole and exclusive property of their respective owners or licensors and you are not acquiring any such rights in the device or the services. You may not modify or reverse engineer your device or decompile any software associated with your device or the services.</p><p style=\"text-align: justify; margin-bottom: 0.9rem;\"><br></p></div></div></div></div></div></section><section class=\"elementor-section elementor-inner-section elementor-element elementor-element-ac2fb0f elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"ac2fb0f\" data-element_type=\"section\" style=\"--flex-direction: initial; --flex-wrap: initial; --justify-content: initial; --align-items: initial; --align-content: initial; --gap: initial; --flex-basis: initial; --flex-grow: initial; --flex-shrink: initial; --order: initial; --align-self: initial; flex-basis: var(--flex-basis); flex-grow: var(--flex-grow); flex-shrink: var(--flex-shrink); order: var(--order); align-self: var(--align-self); position: relative; --swiper-theme-color: #000; --swiper-navigation-size: 44px; --swiper-pagination-bullet-size: 6px; --swiper-pagination-bullet-horizontal-gap: 6px; --widgets-spacing: 20px 20px; font-family: -apple-system, BlinkMacSystemFont, \" segoe=\"\" ui\",=\"\" roboto,=\"\" \"helvetica=\"\" neue\",=\"\" arial,=\"\" \"noto=\"\" sans\",=\"\" sans-serif,=\"\" \"apple=\"\" color=\"\" emoji\",=\"\" \"segoe=\"\" ui=\"\" symbol\",=\"\" emoji\";\"=\"\"><div class=\"elementor-container elementor-column-gap-default\" style=\"display: flex; margin-right: auto; margin-left: auto; position: relative; max-width: 1140px;\"><div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-55d5469\" data-id=\"55d5469\" data-element_type=\"column\" style=\"--flex-direction: initial; --flex-wrap: initial; --justify-content: initial; --align-items: initial; --align-content: initial; --gap: initial; --flex-basis: initial; --flex-grow: initial; --flex-shrink: initial; --order: initial; --align-self: initial; flex-basis: var(--flex-basis); flex-grow: var(--flex-grow); flex-shrink: var(--flex-shrink); order: var(--order); align-self: var(--align-self); position: relative; min-height: 1px; display: flex; --swiper-theme-color: #000; --swiper-navigation-size: 44px; --swiper-pagination-bullet-size: 6px; --swiper-pagination-bullet-horizontal-gap: 6px; --widgets-spacing: 20px 20px; width: 1140px;\"><div class=\"elementor-widget-wrap elementor-element-populated\" style=\"position: relative; width: 1140px; flex-wrap: wrap; align-content: flex-start; padding: 10px;\"><div class=\"elementor-element elementor-element-f960ac0 elementor-widget elementor-widget-heading\" data-id=\"f960ac0\" data-element_type=\"widget\" data-widget_type=\"heading.default\" style=\"--flex-direction: initial; --flex-wrap: initial; --justify-content: initial; --align-items: initial; --align-content: initial; --gap: initial; --flex-basis: initial; --flex-grow: initial; --flex-shrink: initial; --order: initial; --align-self: initial; flex-basis: var(--flex-basis); flex-grow: var(--flex-grow); flex-shrink: var(--flex-shrink); order: var(--order); align-self: var(--align-self); flex-direction: var(--flex-direction); flex-wrap: var(--flex-wrap); justify-content: var(--justify-content); align-items: var(--align-items); align-content: var(--align-content); gap: var(--gap); position: relative; --swiper-theme-color: #000; --swiper-navigation-size: 44px; --swiper-pagination-bullet-size: 6px; --swiper-pagination-bullet-horizontal-gap: 6px; --widgets-spacing: 20px 20px; width: 1120px; margin-bottom: 20px; margin-block-end: 20px;\"><div class=\"elementor-widget-container\" style=\"transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s);\"><h2 class=\"elementor-heading-title elementor-size-default\" style=\"margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-family: var( --e-global-typography-primary-font-family ),Sans-serif; line-height: 1; padding: 0px;\"><b>Article 17: Miscellaneous</b></h2><h2 class=\"elementor-heading-title elementor-size-default\" style=\"margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-family: var( --e-global-typography-primary-font-family ),Sans-serif; line-height: 1; padding: 0px;\"><b><br></b></h2></div></div><div class=\"elementor-element elementor-element-95305a7 elementor-widget elementor-widget-text-editor\" data-id=\"95305a7\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\" style=\"font-weight: var(--e-global-typography-text-font-weight); --flex-direction: initial; --flex-wrap: initial; --justify-content: initial; --align-items: initial; --align-content: initial; --gap: initial; --flex-basis: initial; --flex-grow: initial; --flex-shrink: initial; --order: initial; --align-self: initial; flex-basis: var(--flex-basis); flex-grow: var(--flex-grow); flex-shrink: var(--flex-shrink); order: var(--order); align-self: var(--align-self); flex-direction: var(--flex-direction); flex-wrap: var(--flex-wrap); justify-content: var(--justify-content); align-items: var(--align-items); align-content: var(--align-content); gap: var(--gap); position: relative; --swiper-theme-color: #000; --swiper-navigation-size: 44px; --swiper-pagination-bullet-size: 6px; --swiper-pagination-bullet-horizontal-gap: 6px; --widgets-spacing: 20px 20px; color: var(--e-global-color-text); font-family: var( --e-global-typography-text-font-family ),Sans-serif; width: 1120px;\"><div class=\"elementor-widget-container\" style=\"transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s);\"><p style=\"text-align: justify; margin-bottom: 0.9rem;\">If any part of this agreement is considered invalid by a court or arbitrator, the rest of it will remain enforceable. Even after this agreement has ended, its provisions will govern any disputes arising out of or relating to it (unless it has been replaced by changes to it that are issued by us or a new agreement between us). It will also be binding on your heirs and successors and on our successors. No waiver of any part of this agreement, or of any breach of it, in any one instance will require us to waive any other instance or breach. You agree that the limitations on remedies, limitations and exclusions of liability and disclaimers specified in this agreement will survive its termination. We reserve the right to assign this agreement and our rights and obligations under it, whether in whole or in part. If we make an assignment, we will have no further obligations to you.</p><p style=\"text-align: justify; margin-bottom: 0.9rem;\">You agree not to hold the dealer, MYGPS Private Limited, its owners or partners in any way liable for the use or misuse of this device. This device is not to be used as a “stalking” device. MYGPS Private Limited also does not provide the satellite equipment or map service directly and cannot be held liable in any way for this device as a dealer. This device and service is not designed to be a life saving device in any way. This device is used for informational purpose.</p><p style=\"text-align: justify; margin-bottom: 0.9rem;\">By their signatures below, customer and MYGPS Private Limited have read, understood, and executed this agreement in one or more counterparts, each of which constitutes an original but all of which together constitute one agreement. Transmission of signature pages by facsimile or other electronic means is acceptable.</p></div></div></div></div></div></section></div></div></div></div></div></div></div></section></div></div></div><div class=\"elementor-widget-container\" style=\"font-weight: var(--e-global-typography-text-font-weight); text-align: justify; transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s);\"><br></div><div class=\"elementor-widget-container\" style=\"font-weight: var(--e-global-typography-text-font-weight); text-align: justify; transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s);\"><br></div></div></div></div></div></div></div></section></div></div></div></div></div></section></div></div><div class=\"elementor-element elementor-element-0931b6f elementor-widget elementor-widget-text-editor\" data-id=\"0931b6f\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\" style=\"--flex-direction: initial; --flex-wrap: initial; --justify-content: initial; --align-items: initial; --align-content: initial; --gap: initial; --flex-basis: initial; --flex-grow: initial; --flex-shrink: initial; --order: initial; --align-self: initial; flex-basis: var(--flex-basis); flex-grow: var(--flex-grow); flex-shrink: var(--flex-shrink); order: var(--order); align-self: var(--align-self); flex-direction: var(--flex-direction); flex-wrap: var(--flex-wrap); justify-content: var(--justify-content); align-items: var(--align-items); align-content: var(--align-content); gap: var(--gap); position: relative; --swiper-theme-color: #000; --swiper-navigation-size: 44px; --swiper-pagination-bullet-size: 6px; --swiper-pagination-bullet-horizontal-gap: 6px; --widgets-spacing: 20px 20px; color: var(--e-global-color-text); font-family: var( --e-global-typography-text-font-family ),Sans-serif;\"><div class=\"elementor-widget-container\" style=\"transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s);\"><p style=\"margin-bottom: 0.9rem;\"><br style=\"color: rgb(33, 37, 41); font-family: \" source=\"\" sans=\"\" pro\",=\"\" -apple-system,=\"\" blinkmacsystemfont,=\"\" \"segoe=\"\" ui\",=\"\" roboto,=\"\" \"helvetica=\"\" neue\",=\"\" arial,=\"\" sans-serif,=\"\" \"apple=\"\" color=\"\" emoji\",=\"\" ui=\"\" symbol\";\"=\"\"></p></div></div></div></div></td></tr></tbody></table><div class=\"elementor-element elementor-element-0931b6f elementor-widget elementor-widget-text-editor\" data-id=\"0931b6f\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\" style=\"--flex-direction: initial; --flex-wrap: initial; --justify-content: initial; --align-items: initial; --align-content: initial; --gap: initial; --flex-basis: initial; --flex-grow: initial; --flex-shrink: initial; --order: initial; --align-self: initial; flex-basis: var(--flex-basis); flex-grow: var(--flex-grow); flex-shrink: var(--flex-shrink); order: var(--order); align-self: var(--align-self); flex-direction: var(--flex-direction); flex-wrap: var(--flex-wrap); justify-content: var(--justify-content); align-items: var(--align-items); align-content: var(--align-content); gap: var(--gap); position: relative; --swiper-theme-color: #000; --swiper-navigation-size: 44px; --swiper-pagination-bullet-size: 6px; --swiper-pagination-bullet-horizontal-gap: 6px; --widgets-spacing: 20px 20px; color: var(--e-global-color-text); font-family: var( --e-global-typography-text-font-family ),Sans-serif;\"><div class=\"elementor-widget-container\" style=\"transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s);\"><p style=\"margin-bottom: 0.9rem;\"><br></p><p style=\"margin-bottom: 0.9rem;\"><br></p><p style=\"margin-bottom: 0.9rem;\"><br></p></div></div><table class=\"table table-bordered\"><tbody><tr><td><div class=\"elementor-element elementor-element-643b062 elementor-widget elementor-widget-heading\" data-id=\"643b062\" data-element_type=\"widget\" data-widget_type=\"heading.default\" style=\"--flex-direction: initial; --flex-wrap: initial; --justify-content: initial; --align-items: initial; --align-content: initial; --gap: initial; --flex-basis: initial; --flex-grow: initial; --flex-shrink: initial; --order: initial; --align-self: initial; flex-basis: var(--flex-basis); flex-grow: var(--flex-grow); flex-shrink: var(--flex-shrink); order: var(--order); align-self: var(--align-self); flex-direction: var(--flex-direction); flex-wrap: var(--flex-wrap); justify-content: var(--justify-content); align-items: var(--align-items); align-content: var(--align-content); gap: var(--gap); position: relative; --swiper-theme-color: #000; --swiper-navigation-size: 44px; --swiper-pagination-bullet-size: 6px; --swiper-pagination-bullet-horizontal-gap: 6px; --widgets-spacing: 20px 20px; width: 1120px; margin-bottom: 20px; margin-block-end: 20px; color: rgb(36, 36, 36); font-family: -apple-system, BlinkMacSystemFont, \" segoe=\"\" ui\",=\"\" roboto,=\"\" \"helvetica=\"\" neue\",=\"\" arial,=\"\" \"noto=\"\" sans\",=\"\" sans-serif,=\"\" \"apple=\"\" color=\"\" emoji\",=\"\" \"segoe=\"\" ui=\"\" symbol\",=\"\" emoji\";\"=\"\"><div class=\"elementor-widget-container\" style=\"transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s);\"><h2 class=\"elementor-heading-title elementor-size-default\" style=\"margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-family: var( --e-global-typography-primary-font-family ),Sans-serif; line-height: 1; padding: 0px;\"><b><u>Server Limitations</u></b></h2></div></div><div class=\"elementor-element elementor-element-52810ca elementor-widget elementor-widget-text-editor\" data-id=\"52810ca\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\" style=\"--flex-direction: initial; --flex-wrap: initial; --justify-content: initial; --align-items: initial; --align-content: initial; --gap: initial; --flex-basis: initial; --flex-grow: initial; --flex-shrink: initial; --order: initial; --align-self: initial; flex-basis: var(--flex-basis); flex-grow: var(--flex-grow); flex-shrink: var(--flex-shrink); order: var(--order); align-self: var(--align-self); flex-direction: var(--flex-direction); flex-wrap: var(--flex-wrap); justify-content: var(--justify-content); align-items: var(--align-items); align-content: var(--align-content); gap: var(--gap); position: relative; --swiper-theme-color: #000; --swiper-navigation-size: 44px; --swiper-pagination-bullet-size: 6px; --swiper-pagination-bullet-horizontal-gap: 6px; --widgets-spacing: 20px 20px; color: var(--e-global-color-text); font-family: var( --e-global-typography-text-font-family ),Sans-serif; width: 1120px;\"><div class=\"elementor-widget-container\" style=\"transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s);\"><ul style=\"margin-bottom: 0px; border: 0px; outline: 0px; vertical-align: baseline; background: 0px 0px;\"><li style=\"margin-top: 0px; margin-bottom: 0px; border: 0px; outline: 0px; vertical-align: baseline; background: 0px 0px;\"><span class=\"elementor-icon-list-text\">Services are available only if you have activated your account.</span></li><li style=\"margin-top: 0px; margin-bottom: 0px; border: 0px; outline: 0px; vertical-align: baseline; background: 0px 0px;\"><span class=\"elementor-icon-list-text\">Services are available only if your vehicle ignition is on and your vehicle battery is charged and connected.</span></li><li style=\"margin-top: 0px; margin-bottom: 0px; border: 0px; outline: 0px; vertical-align: baseline; background: 0px 0px;\"><span class=\"elementor-icon-list-text\">Services are available only if you are within operating range of the designated wireless network.</span></li><li style=\"margin-top: 0px; margin-bottom: 0px; border: 0px; outline: 0px; vertical-align: baseline; background: 0px 0px;\"><span class=\"elementor-icon-list-text\">Services may be impaired by any wireless communication problems caused by atmospheric or topographical conditions, busy cells, capacity limitations, equipment problems, equipment, maintenance and other factors and conditions.</span></li><li style=\"margin-top: 0px; margin-bottom: 0px; border: 0px; outline: 0px; vertical-align: baseline; background: 0px 0px;\"><span class=\"elementor-icon-list-text\">Services may be affected by inherent limitations of your vehicle’s electrical problems and architecture or if any of the components of your vehicle’s service limitations.</span></li><li style=\"margin-top: 0px; margin-bottom: 0px; border: 0px; outline: 0px; vertical-align: baseline; background: 0px 0px;\"><span class=\"elementor-icon-list-text\">Services are not available if the GPS system is not working properly or the signals are obstructed.</span></li><li style=\"margin-top: 0px; margin-bottom: 0px; border: 0px; outline: 0px; vertical-align: baseline; background: 0px 0px;\"><span class=\"elementor-icon-list-text\">Services may be affected by the natural calamity e.g. earthquake, hurricane, floods, labor strikes, civil commotion, riots, war: or any other act or event that is beyond reasonable control of&nbsp; MYGPS Tracking Service.</span></li><li style=\"margin-top: 0px; margin-bottom: 0px; border: 0px; outline: 0px; vertical-align: baseline; background: 0px 0px;\"><span class=\"elementor-icon-list-text\">Services may be limited in certain situations to some geographic areas, which are otherwise generally available under GPS.</span></li><li style=\"margin-top: 0px; margin-bottom: 0px; border: 0px; outline: 0px; vertical-align: baseline; background: 0px 0px;\"><span class=\"elementor-icon-list-text\">Services are not available if analog and/or digital cellular telephone signals are used or if the wireless carrier demonstrates or restricts analog and/or digital service.</span></li><li style=\"margin-top: 0px; margin-bottom: 0px; border: 0px; outline: 0px; vertical-align: baseline; background: 0px 0px;\"><span class=\"elementor-icon-list-text\">Services will not be available if Grameenphone, Robi, Teletalk, Banglalink or Airtel network is suspended or terminated due to any unavoidable circumstances.</span></li><li style=\"margin-top: 0px; margin-bottom: 0px; border: 0px; outline: 0px; vertical-align: baseline; background: 0px 0px;\"><span class=\"elementor-icon-list-text\">If the Subscriber is unable to pay the yearly subscription bill within due date, the service will be suspended immediately and MYGPS Tracking Service&nbsp;will not be liable for any kind of accident/theft of the vehicle during the suspended period of service.</span></li><li style=\"margin-top: 0px; margin-bottom: 0px; border: 0px; outline: 0px; vertical-align: baseline; background: 0px 0px;\"><span class=\"elementor-icon-list-text\">Mileage report may defer from +- 10 to 15 %.</span></li><li style=\"margin-top: 0px; margin-bottom: 0px; border: 0px; outline: 0px; vertical-align: baseline; background: 0px 0px;\"><span class=\"elementor-icon-list-text\">GPS Accuracy cannot be ensured 100%, this may vary based on location and environment.</span></li><li style=\"margin-top: 0px; margin-bottom: 0px; border: 0px; outline: 0px; vertical-align: baseline; background: 0px 0px;\"><span class=\"elementor-icon-list-text\">MYGPS Tracking Service cannot ensure 100% Server uptime, but we will try to ensure 99% server up time.</span></li><li style=\"margin-top: 0px; margin-bottom: 0px; border: 0px; outline: 0px; vertical-align: baseline; background: 0px 0px;\"><span class=\"elementor-icon-list-text\">There might be server issues time to time while we upgrade our server or platform features.</span></li><li style=\"margin-top: 0px; margin-bottom: 0px; border: 0px; outline: 0px; vertical-align: baseline; background: 0px 0px;\"><span class=\"elementor-icon-list-text\">MYGPS Tracking Service&nbsp;recommend remote support for any software related after sales service.</span></li><li style=\"margin-top: 0px; margin-bottom: 0px; border: 0px; outline: 0px; vertical-align: baseline; background: 0px 0px;\"><span class=\"elementor-icon-list-text\">MYGPS Tracking Service&nbsp;cannot ensure 100% device online due to Mobile operator network availability.</span></li><li style=\"margin-top: 0px; margin-bottom: 0px; border: 0px; outline: 0px; vertical-align: baseline; background: 0px 0px;\"><span class=\"elementor-icon-list-text\">MYGPS Tracking Service&nbsp;do not recommend voice feature for your organization as there might be privacy concerns, we will not be liable for any legal obligations.</span></li><li style=\"margin-top: 0px; margin-bottom: 0px; border: 0px; outline: 0px; vertical-align: baseline; background: 0px 0px;\"><span class=\"elementor-icon-list-text\">Heavy commercial vehicles do not support remote engine shutdown feature.</span></li><li style=\"margin-top: 0px; margin-bottom: 0px; border: 0px; outline: 0px; vertical-align: baseline; background: 0px 0px;\"><span class=\"elementor-icon-list-text\">Remote engine shutdown feature is available for most common vehicles like Toyota Allion, Premio, Axio etc.</span></li><li style=\"margin-top: 0px; margin-bottom: 0px; border: 0px; outline: 0px; vertical-align: baseline; background: 0px 0px;\"><span class=\"elementor-icon-list-text\">Mobile Application Push alert might not be 100% real time in some cases based on handset models and in most cases will be delayed upto 2-3 minutes.</span></li><li style=\"margin-top: 0px; margin-bottom: 0px; border: 0px; outline: 0px; vertical-align: baseline; background: 0px 0px;\"><span class=\"elementor-icon-list-text\">MYGPS Tracking Service&nbsp;do not offer sms alerts, we only offer email / push notifications/ Telegram Bot for alerts. But these alerts are not guaranteed 100% due to network congestion and other factors. In some cases it might be delayed up to some minutes.</span></li></ul></div></div></td></tr></tbody></table><div class=\"elementor-element elementor-element-0931b6f elementor-widget elementor-widget-text-editor\" data-id=\"0931b6f\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\" style=\"--flex-direction: initial; --flex-wrap: initial; --justify-content: initial; --align-items: initial; --align-content: initial; --gap: initial; --flex-basis: initial; --flex-grow: initial; --flex-shrink: initial; --order: initial; --align-self: initial; flex-basis: var(--flex-basis); flex-grow: var(--flex-grow); flex-shrink: var(--flex-shrink); order: var(--order); align-self: var(--align-self); flex-direction: var(--flex-direction); flex-wrap: var(--flex-wrap); justify-content: var(--justify-content); align-items: var(--align-items); align-content: var(--align-content); gap: var(--gap); position: relative; --swiper-theme-color: #000; --swiper-navigation-size: 44px; --swiper-pagination-bullet-size: 6px; --swiper-pagination-bullet-horizontal-gap: 6px; --widgets-spacing: 20px 20px; color: var(--e-global-color-text); font-family: var( --e-global-typography-text-font-family ),Sans-serif;\"><div class=\"elementor-widget-container\" style=\"transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s);\"><p style=\"margin-bottom: 0.9rem;\"><br></p></div></div><div class=\"elementor-element elementor-element-0931b6f elementor-widget elementor-widget-text-editor\" data-id=\"0931b6f\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\" style=\"--flex-direction: initial; --flex-wrap: initial; --justify-content: initial; --align-items: initial; --align-content: initial; --gap: initial; --flex-basis: initial; --flex-grow: initial; --flex-shrink: initial; --order: initial; --align-self: initial; flex-basis: var(--flex-basis); flex-grow: var(--flex-grow); flex-shrink: var(--flex-shrink); order: var(--order); align-self: var(--align-self); flex-direction: var(--flex-direction); flex-wrap: var(--flex-wrap); justify-content: var(--justify-content); align-items: var(--align-items); align-content: var(--align-content); gap: var(--gap); position: relative; --swiper-theme-color: #000; --swiper-navigation-size: 44px; --swiper-pagination-bullet-size: 6px; --swiper-pagination-bullet-horizontal-gap: 6px; --widgets-spacing: 20px 20px; color: var(--e-global-color-text); font-family: var( --e-global-typography-text-font-family ),Sans-serif;\"><div class=\"elementor-widget-container\" style=\"transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s);\"><p style=\"margin-bottom: 0.9rem;\"><br></p><p style=\"margin-bottom: 0.9rem;\"><br></p></div></div><br>', 'Terms and Condition', NULL, '2024-04-30 17:21:58');
INSERT INTO `pages` (`id`, `desc`, `title`, `created_at`, `updated_at`) VALUES
(4, '-', 'Refund Policy', NULL, '2020-08-29 16:24:19');
INSERT INTO `pages` (`id`, `desc`, `title`, `created_at`, `updated_at`) VALUES
(5, '<div><section class=\"elementor-section elementor-inner-section elementor-element elementor-element-0369c1a elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"0369c1a\" data-element_type=\"section\" style=\"--flex-direction: initial; --flex-wrap: initial; --justify-content: initial; --align-items: initial; --align-content: initial; --gap: initial; --flex-basis: initial; --flex-grow: initial; --flex-shrink: initial; --order: initial; --align-self: initial; -webkit-box-orient: vertical; -webkit-box-direction: normal; flex-direction: var(--flex-direction); flex-wrap: var(--flex-wrap); -webkit-box-pack: var(--justify-content); justify-content: var(--justify-content); -webkit-box-align: var(--align-items); align-items: var(--align-items); align-content: var(--align-content); gap: var(--gap); flex-basis: var(--flex-basis); -webkit-box-flex: var(--flex-grow); flex-grow: var(--flex-grow); flex-shrink: var(--flex-shrink); -webkit-box-ordinal-group: var(--order); order: var(--order); align-self: var(--align-self); position: relative; --widgets-spacing: 20px; width: 1120px; border-style: solid; border-width: 2px; border-color: rgb(209, 209, 209); box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 0px 0px; transition: background 0.3s ease 0s, border 0.3s ease 0s, border-radius 0.3s ease 0s, box-shadow 0.3s ease 0s; border-radius: 5px; color: rgb(75, 79, 88); font-family: -apple-system, &quot;system-ui&quot;, &quot;Segoe UI&quot;, Roboto, Oxygen-Sans, Ubuntu, Cantarell, &quot;Helvetica Neue&quot;, sans-serif; font-size: 15px;\"><div class=\"elementor-container elementor-column-gap-default\" style=\"display: flex; margin-right: auto; margin-left: auto; position: relative; max-width: 1140px;\"><div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-93df587\" data-id=\"93df587\" data-element_type=\"column\" style=\"--flex-direction: initial; --flex-wrap: initial; --justify-content: initial; --align-items: initial; --align-content: initial; --gap: initial; --flex-basis: initial; --flex-grow: initial; --flex-shrink: initial; --order: initial; --align-self: initial; -webkit-box-orient: vertical; -webkit-box-direction: normal; flex-direction: var(--flex-direction); flex-wrap: var(--flex-wrap); -webkit-box-pack: var(--justify-content); justify-content: var(--justify-content); -webkit-box-align: var(--align-items); align-items: var(--align-items); align-content: var(--align-content); gap: var(--gap); flex-basis: var(--flex-basis); -webkit-box-flex: var(--flex-grow); flex-grow: var(--flex-grow); flex-shrink: var(--flex-shrink); -webkit-box-ordinal-group: var(--order); order: var(--order); align-self: var(--align-self); min-height: 1px; position: relative; display: flex; --widgets-spacing: 20px; width: 1116px;\"><div class=\"elementor-widget-wrap elementor-element-populated\" style=\"position: relative; width: 1116px; flex-wrap: wrap; align-content: flex-start; display: flex; padding: 10px;\"><div class=\"elementor-element elementor-element-b3ba77e elementor-widget elementor-widget-heading\" data-id=\"b3ba77e\" data-element_type=\"widget\" data-widget_type=\"heading.default\" style=\"--flex-direction: initial; --flex-wrap: initial; --justify-content: initial; --align-items: initial; --align-content: initial; --gap: initial; --flex-basis: initial; --flex-grow: initial; --flex-shrink: initial; --order: initial; --align-self: initial; -webkit-box-orient: vertical; -webkit-box-direction: normal; flex-direction: var(--flex-direction); flex-wrap: var(--flex-wrap); -webkit-box-pack: var(--justify-content); justify-content: var(--justify-content); -webkit-box-align: var(--align-items); align-items: var(--align-items); align-content: var(--align-content); gap: var(--gap); flex-basis: var(--flex-basis); -webkit-box-flex: var(--flex-grow); flex-grow: var(--flex-grow); flex-shrink: var(--flex-shrink); -webkit-box-ordinal-group: var(--order); order: var(--order); align-self: var(--align-self); position: relative; --widgets-spacing: 20px; width: 1096px; margin-bottom: 20px;\"><div class=\"elementor-widget-container\" style=\"transition: background 0.3s ease 0s, border 0.3s ease 0s, border-radius 0.3s ease 0s, box-shadow 0.3s ease 0s, -webkit-box-shadow 0.3s ease 0s; padding: 10px 20px 0px;\"><h4 class=\"elementor-heading-title elementor-size-default\" style=\"border: 0px; font-size: 22px; font-style: inherit; font-weight: 600; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; outline: 0px; padding: 0px; vertical-align: baseline; clear: both; color: rgb(0, 0, 0); line-height: 30px; font-family: Rubik, sans-serif;\">Vehicle Showing Wrong Location ?</h4></div></div><div class=\"elementor-element elementor-element-8d04b0e elementor-widget elementor-widget-text-editor\" data-id=\"8d04b0e\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\" style=\"--flex-direction: initial; --flex-wrap: initial; --justify-content: initial; --align-items: initial; --align-content: initial; --gap: initial; --flex-basis: initial; --flex-grow: initial; --flex-shrink: initial; --order: initial; --align-self: initial; -webkit-box-orient: vertical; -webkit-box-direction: normal; flex-direction: var(--flex-direction); flex-wrap: var(--flex-wrap); -webkit-box-pack: var(--justify-content); justify-content: var(--justify-content); -webkit-box-align: var(--align-items); align-items: var(--align-items); align-content: var(--align-content); gap: var(--gap); flex-basis: var(--flex-basis); -webkit-box-flex: var(--flex-grow); flex-grow: var(--flex-grow); flex-shrink: var(--flex-shrink); -webkit-box-ordinal-group: var(--order); order: var(--order); align-self: var(--align-self); position: relative; --widgets-spacing: 20px; color: rgb(124, 124, 124); font-family: Karla, sans-serif; width: 1096px; font-size: 16px; line-height: 24px;\"><div class=\"elementor-widget-container\" style=\"transition: background 0.3s ease 0s, border 0.3s ease 0s, border-radius 0.3s ease 0s, box-shadow 0.3s ease 0s, -webkit-box-shadow 0.3s ease 0s; padding: 0px 20px;\"><p style=\"border: 0px; font-style: inherit; font-weight: inherit; margin-right: 0px; margin-bottom: 1.6em; margin-left: 0px; outline: 0px; padding: 0px; vertical-align: baseline;\">No GPS company in the world can ensure 100% accuracy of device location in some conditions. These conditions are if vehicle is parked in a garage, underground parking or there are lots of high raised buildings in an area where GPS Signal fluctuates. Device location might not show the exact position. But if while the vehicle is running and location is not showing perfectly you can contact out hotline for a solution</p></div></div></div></div></div></section><section class=\"elementor-section elementor-inner-section elementor-element elementor-element-aec6713 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"aec6713\" data-element_type=\"section\" style=\"--flex-direction: initial; --flex-wrap: initial; --justify-content: initial; --align-items: initial; --align-content: initial; --gap: initial; --flex-basis: initial; --flex-grow: initial; --flex-shrink: initial; --order: initial; --align-self: initial; -webkit-box-orient: vertical; -webkit-box-direction: normal; flex-direction: var(--flex-direction); flex-wrap: var(--flex-wrap); -webkit-box-pack: var(--justify-content); justify-content: var(--justify-content); -webkit-box-align: var(--align-items); align-items: var(--align-items); align-content: var(--align-content); gap: var(--gap); flex-basis: var(--flex-basis); -webkit-box-flex: var(--flex-grow); flex-grow: var(--flex-grow); flex-shrink: var(--flex-shrink); -webkit-box-ordinal-group: var(--order); order: var(--order); align-self: var(--align-self); position: relative; --widgets-spacing: 20px; width: 1120px; border-style: solid; border-width: 2px; border-color: rgb(209, 209, 209); box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 0px 0px; transition: background 0.3s ease 0s, border 0.3s ease 0s, border-radius 0.3s ease 0s, box-shadow 0.3s ease 0s; margin-top: 60px; margin-bottom: 0px; border-radius: 5px; color: rgb(75, 79, 88); font-family: -apple-system, &quot;system-ui&quot;, &quot;Segoe UI&quot;, Roboto, Oxygen-Sans, Ubuntu, Cantarell, &quot;Helvetica Neue&quot;, sans-serif; font-size: 15px;\"><div class=\"elementor-container elementor-column-gap-default\" style=\"display: flex; margin-right: auto; margin-left: auto; position: relative; max-width: 1140px;\"><div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-0df69c1\" data-id=\"0df69c1\" data-element_type=\"column\" style=\"--flex-direction: initial; --flex-wrap: initial; --justify-content: initial; --align-items: initial; --align-content: initial; --gap: initial; --flex-basis: initial; --flex-grow: initial; --flex-shrink: initial; --order: initial; --align-self: initial; -webkit-box-orient: vertical; -webkit-box-direction: normal; flex-direction: var(--flex-direction); flex-wrap: var(--flex-wrap); -webkit-box-pack: var(--justify-content); justify-content: var(--justify-content); -webkit-box-align: var(--align-items); align-items: var(--align-items); align-content: var(--align-content); gap: var(--gap); flex-basis: var(--flex-basis); -webkit-box-flex: var(--flex-grow); flex-grow: var(--flex-grow); flex-shrink: var(--flex-shrink); -webkit-box-ordinal-group: var(--order); order: var(--order); align-self: var(--align-self); min-height: 1px; position: relative; display: flex; --widgets-spacing: 20px; width: 1116px;\"><div class=\"elementor-widget-wrap elementor-element-populated\" style=\"position: relative; width: 1116px; flex-wrap: wrap; align-content: flex-start; display: flex; padding: 10px;\"><div class=\"elementor-element elementor-element-978d566 elementor-widget elementor-widget-heading\" data-id=\"978d566\" data-element_type=\"widget\" data-widget_type=\"heading.default\" style=\"--flex-direction: initial; --flex-wrap: initial; --justify-content: initial; --align-items: initial; --align-content: initial; --gap: initial; --flex-basis: initial; --flex-grow: initial; --flex-shrink: initial; --order: initial; --align-self: initial; -webkit-box-orient: vertical; -webkit-box-direction: normal; flex-direction: var(--flex-direction); flex-wrap: var(--flex-wrap); -webkit-box-pack: var(--justify-content); justify-content: var(--justify-content); -webkit-box-align: var(--align-items); align-items: var(--align-items); align-content: var(--align-content); gap: var(--gap); flex-basis: var(--flex-basis); -webkit-box-flex: var(--flex-grow); flex-grow: var(--flex-grow); flex-shrink: var(--flex-shrink); -webkit-box-ordinal-group: var(--order); order: var(--order); align-self: var(--align-self); position: relative; --widgets-spacing: 20px; width: 1096px; margin-bottom: 20px;\"><div class=\"elementor-widget-container\" style=\"transition: background 0.3s ease 0s, border 0.3s ease 0s, border-radius 0.3s ease 0s, box-shadow 0.3s ease 0s, -webkit-box-shadow 0.3s ease 0s; padding: 10px 20px 0px;\"><h4 class=\"elementor-heading-title elementor-size-default\" style=\"border: 0px; font-size: 22px; font-style: inherit; font-weight: 600; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; outline: 0px; padding: 0px; vertical-align: baseline; clear: both; color: rgb(0, 0, 0); line-height: 30px; font-family: Rubik, sans-serif;\">Vehicle Offline ?</h4></div></div><div class=\"elementor-element elementor-element-61ddbff elementor-widget elementor-widget-text-editor\" data-id=\"61ddbff\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\" style=\"--flex-direction: initial; --flex-wrap: initial; --justify-content: initial; --align-items: initial; --align-content: initial; --gap: initial; --flex-basis: initial; --flex-grow: initial; --flex-shrink: initial; --order: initial; --align-self: initial; -webkit-box-orient: vertical; -webkit-box-direction: normal; flex-direction: var(--flex-direction); flex-wrap: var(--flex-wrap); -webkit-box-pack: var(--justify-content); justify-content: var(--justify-content); -webkit-box-align: var(--align-items); align-items: var(--align-items); align-content: var(--align-content); gap: var(--gap); flex-basis: var(--flex-basis); -webkit-box-flex: var(--flex-grow); flex-grow: var(--flex-grow); flex-shrink: var(--flex-shrink); -webkit-box-ordinal-group: var(--order); order: var(--order); align-self: var(--align-self); position: relative; --widgets-spacing: 20px; color: rgb(124, 124, 124); font-family: Karla, sans-serif; width: 1096px; font-size: 16px; line-height: 24px;\"><div class=\"elementor-widget-container\" style=\"transition: background 0.3s ease 0s, border 0.3s ease 0s, border-radius 0.3s ease 0s, box-shadow 0.3s ease 0s, -webkit-box-shadow 0.3s ease 0s; padding: 0px 20px;\"><p style=\"border: 0px; font-style: inherit; font-weight: inherit; margin-right: 0px; margin-bottom: 1.6em; margin-left: 0px; outline: 0px; padding: 0px; vertical-align: baseline;\">As our service is dependent on the mobile operators sometimes you might find device offline for sometime which is totally out of our control. But if the device is offline for over 6-12 hour then you should contact our support only. There are lots of pockets and due to GPRS network capacity device might show offine. 10-60 mins offline is not an issue from our end, requesting not to panic and wait for some time to recover.</p></div></div></div></div></div></section><section class=\"elementor-section elementor-inner-section elementor-element elementor-element-9a24388 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"9a24388\" data-element_type=\"section\" style=\"--flex-direction: initial; --flex-wrap: initial; --justify-content: initial; --align-items: initial; --align-content: initial; --gap: initial; --flex-basis: initial; --flex-grow: initial; --flex-shrink: initial; --order: initial; --align-self: initial; -webkit-box-orient: vertical; -webkit-box-direction: normal; flex-direction: var(--flex-direction); flex-wrap: var(--flex-wrap); -webkit-box-pack: var(--justify-content); justify-content: var(--justify-content); -webkit-box-align: var(--align-items); align-items: var(--align-items); align-content: var(--align-content); gap: var(--gap); flex-basis: var(--flex-basis); -webkit-box-flex: var(--flex-grow); flex-grow: var(--flex-grow); flex-shrink: var(--flex-shrink); -webkit-box-ordinal-group: var(--order); order: var(--order); align-self: var(--align-self); position: relative; --widgets-spacing: 20px; width: 1120px; border-style: solid; border-width: 2px; border-color: rgb(209, 209, 209); box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 0px 0px; transition: background 0.3s ease 0s, border 0.3s ease 0s, border-radius 0.3s ease 0s, box-shadow 0.3s ease 0s; margin-top: 60px; margin-bottom: 0px; border-radius: 5px; color: rgb(75, 79, 88); font-family: -apple-system, &quot;system-ui&quot;, &quot;Segoe UI&quot;, Roboto, Oxygen-Sans, Ubuntu, Cantarell, &quot;Helvetica Neue&quot;, sans-serif; font-size: 15px;\"><div class=\"elementor-container elementor-column-gap-default\" style=\"display: flex; margin-right: auto; margin-left: auto; position: relative; max-width: 1140px;\"><div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-2eb6201\" data-id=\"2eb6201\" data-element_type=\"column\" style=\"--flex-direction: initial; --flex-wrap: initial; --justify-content: initial; --align-items: initial; --align-content: initial; --gap: initial; --flex-basis: initial; --flex-grow: initial; --flex-shrink: initial; --order: initial; --align-self: initial; -webkit-box-orient: vertical; -webkit-box-direction: normal; flex-direction: var(--flex-direction); flex-wrap: var(--flex-wrap); -webkit-box-pack: var(--justify-content); justify-content: var(--justify-content); -webkit-box-align: var(--align-items); align-items: var(--align-items); align-content: var(--align-content); gap: var(--gap); flex-basis: var(--flex-basis); -webkit-box-flex: var(--flex-grow); flex-grow: var(--flex-grow); flex-shrink: var(--flex-shrink); -webkit-box-ordinal-group: var(--order); order: var(--order); align-self: var(--align-self); min-height: 1px; position: relative; display: flex; --widgets-spacing: 20px; width: 1116px;\"><div class=\"elementor-widget-wrap elementor-element-populated\" style=\"position: relative; width: 1116px; flex-wrap: wrap; align-content: flex-start; display: flex; padding: 10px;\"><div class=\"elementor-element elementor-element-5c4193d elementor-widget elementor-widget-heading\" data-id=\"5c4193d\" data-element_type=\"widget\" data-widget_type=\"heading.default\" style=\"--flex-direction: initial; --flex-wrap: initial; --justify-content: initial; --align-items: initial; --align-content: initial; --gap: initial; --flex-basis: initial; --flex-grow: initial; --flex-shrink: initial; --order: initial; --align-self: initial; -webkit-box-orient: vertical; -webkit-box-direction: normal; flex-direction: var(--flex-direction); flex-wrap: var(--flex-wrap); -webkit-box-pack: var(--justify-content); justify-content: var(--justify-content); -webkit-box-align: var(--align-items); align-items: var(--align-items); align-content: var(--align-content); gap: var(--gap); flex-basis: var(--flex-basis); -webkit-box-flex: var(--flex-grow); flex-grow: var(--flex-grow); flex-shrink: var(--flex-shrink); -webkit-box-ordinal-group: var(--order); order: var(--order); align-self: var(--align-self); position: relative; --widgets-spacing: 20px; width: 1096px; margin-bottom: 20px;\"><div class=\"elementor-widget-container\" style=\"transition: background 0.3s ease 0s, border 0.3s ease 0s, border-radius 0.3s ease 0s, box-shadow 0.3s ease 0s, -webkit-box-shadow 0.3s ease 0s; padding: 10px 20px 0px;\"><h4 class=\"elementor-heading-title elementor-size-default\" style=\"border: 0px; font-size: 22px; font-style: inherit; font-weight: 600; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; outline: 0px; padding: 0px; vertical-align: baseline; clear: both; color: rgb(0, 0, 0); line-height: 30px; font-family: Rubik, sans-serif;\">Vehicle Shows moving but Parked ?</h4></div></div><div class=\"elementor-element elementor-element-8a9d95f elementor-widget elementor-widget-text-editor\" data-id=\"8a9d95f\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\" style=\"--flex-direction: initial; --flex-wrap: initial; --justify-content: initial; --align-items: initial; --align-content: initial; --gap: initial; --flex-basis: initial; --flex-grow: initial; --flex-shrink: initial; --order: initial; --align-self: initial; -webkit-box-orient: vertical; -webkit-box-direction: normal; flex-direction: var(--flex-direction); flex-wrap: var(--flex-wrap); -webkit-box-pack: var(--justify-content); justify-content: var(--justify-content); -webkit-box-align: var(--align-items); align-items: var(--align-items); align-content: var(--align-content); gap: var(--gap); flex-basis: var(--flex-basis); -webkit-box-flex: var(--flex-grow); flex-grow: var(--flex-grow); flex-shrink: var(--flex-shrink); -webkit-box-ordinal-group: var(--order); order: var(--order); align-self: var(--align-self); position: relative; --widgets-spacing: 20px; color: rgb(124, 124, 124); font-family: Karla, sans-serif; width: 1096px; font-size: 16px; line-height: 24px;\"><div class=\"elementor-widget-container\" style=\"transition: background 0.3s ease 0s, border 0.3s ease 0s, border-radius 0.3s ease 0s, box-shadow 0.3s ease 0s, -webkit-box-shadow 0.3s ease 0s; padding: 0px 20px;\"><p style=\"border: 0px; font-style: inherit; font-weight: inherit; margin-right: 0px; margin-bottom: 1.6em; margin-left: 0px; outline: 0px; padding: 0px; vertical-align: baseline;\">This is also a limitation of GPS Tracking solution. In some cases when vehicle is parked and GPS signal is weak vehicle might show moving even while parked as GPS signal fluctuates like GSM network. In this case you have to check ignition status to verify vehicle status.</p></div></div></div></div></div></section><section class=\"elementor-section elementor-inner-section elementor-element elementor-element-d7e367e elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"d7e367e\" data-element_type=\"section\" style=\"--flex-direction: initial; --flex-wrap: initial; --justify-content: initial; --align-items: initial; --align-content: initial; --gap: initial; --flex-basis: initial; --flex-grow: initial; --flex-shrink: initial; --order: initial; --align-self: initial; -webkit-box-orient: vertical; -webkit-box-direction: normal; flex-direction: var(--flex-direction); flex-wrap: var(--flex-wrap); -webkit-box-pack: var(--justify-content); justify-content: var(--justify-content); -webkit-box-align: var(--align-items); align-items: var(--align-items); align-content: var(--align-content); gap: var(--gap); flex-basis: var(--flex-basis); -webkit-box-flex: var(--flex-grow); flex-grow: var(--flex-grow); flex-shrink: var(--flex-shrink); -webkit-box-ordinal-group: var(--order); order: var(--order); align-self: var(--align-self); position: relative; --widgets-spacing: 20px; width: 1120px; border-style: solid; border-width: 2px; border-color: rgb(209, 209, 209); box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 0px 0px; transition: background 0.3s ease 0s, border 0.3s ease 0s, border-radius 0.3s ease 0s, box-shadow 0.3s ease 0s; margin-top: 60px; margin-bottom: 0px; border-radius: 5px; color: rgb(75, 79, 88); font-family: -apple-system, &quot;system-ui&quot;, &quot;Segoe UI&quot;, Roboto, Oxygen-Sans, Ubuntu, Cantarell, &quot;Helvetica Neue&quot;, sans-serif; font-size: 15px;\"><div class=\"elementor-container elementor-column-gap-default\" style=\"display: flex; margin-right: auto; margin-left: auto; position: relative; max-width: 1140px;\"><div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-0be35ee\" data-id=\"0be35ee\" data-element_type=\"column\" style=\"--flex-direction: initial; --flex-wrap: initial; --justify-content: initial; --align-items: initial; --align-content: initial; --gap: initial; --flex-basis: initial; --flex-grow: initial; --flex-shrink: initial; --order: initial; --align-self: initial; -webkit-box-orient: vertical; -webkit-box-direction: normal; flex-direction: var(--flex-direction); flex-wrap: var(--flex-wrap); -webkit-box-pack: var(--justify-content); justify-content: var(--justify-content); -webkit-box-align: var(--align-items); align-items: var(--align-items); align-content: var(--align-content); gap: var(--gap); flex-basis: var(--flex-basis); -webkit-box-flex: var(--flex-grow); flex-grow: var(--flex-grow); flex-shrink: var(--flex-shrink); -webkit-box-ordinal-group: var(--order); order: var(--order); align-self: var(--align-self); min-height: 1px; position: relative; display: flex; --widgets-spacing: 20px; width: 1116px;\"><div class=\"elementor-widget-wrap elementor-element-populated\" style=\"position: relative; width: 1116px; flex-wrap: wrap; align-content: flex-start; display: flex; padding: 10px;\"><div class=\"elementor-element elementor-element-6db5596 elementor-widget elementor-widget-heading\" data-id=\"6db5596\" data-element_type=\"widget\" data-widget_type=\"heading.default\" style=\"--flex-direction: initial; --flex-wrap: initial; --justify-content: initial; --align-items: initial; --align-content: initial; --gap: initial; --flex-basis: initial; --flex-grow: initial; --flex-shrink: initial; --order: initial; --align-self: initial; -webkit-box-orient: vertical; -webkit-box-direction: normal; flex-direction: var(--flex-direction); flex-wrap: var(--flex-wrap); -webkit-box-pack: var(--justify-content); justify-content: var(--justify-content); -webkit-box-align: var(--align-items); align-items: var(--align-items); align-content: var(--align-content); gap: var(--gap); flex-basis: var(--flex-basis); -webkit-box-flex: var(--flex-grow); flex-grow: var(--flex-grow); flex-shrink: var(--flex-shrink); -webkit-box-ordinal-group: var(--order); order: var(--order); align-self: var(--align-self); position: relative; --widgets-spacing: 20px; width: 1096px; margin-bottom: 20px;\"><div class=\"elementor-widget-container\" style=\"transition: background 0.3s ease 0s, border 0.3s ease 0s, border-radius 0.3s ease 0s, box-shadow 0.3s ease 0s, -webkit-box-shadow 0.3s ease 0s; padding: 10px 20px 0px;\"><h4 class=\"elementor-heading-title elementor-size-default\" style=\"border: 0px; font-size: 22px; font-style: inherit; font-weight: 600; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; outline: 0px; padding: 0px; vertical-align: baseline; clear: both; color: rgb(0, 0, 0); line-height: 30px; font-family: Rubik, sans-serif;\">Mileage incorrect ?</h4></div></div><div class=\"elementor-element elementor-element-e267330 elementor-widget elementor-widget-text-editor\" data-id=\"e267330\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\" style=\"--flex-direction: initial; --flex-wrap: initial; --justify-content: initial; --align-items: initial; --align-content: initial; --gap: initial; --flex-basis: initial; --flex-grow: initial; --flex-shrink: initial; --order: initial; --align-self: initial; -webkit-box-orient: vertical; -webkit-box-direction: normal; flex-direction: var(--flex-direction); flex-wrap: var(--flex-wrap); -webkit-box-pack: var(--justify-content); justify-content: var(--justify-content); -webkit-box-align: var(--align-items); align-items: var(--align-items); align-content: var(--align-content); gap: var(--gap); flex-basis: var(--flex-basis); -webkit-box-flex: var(--flex-grow); flex-grow: var(--flex-grow); flex-shrink: var(--flex-shrink); -webkit-box-ordinal-group: var(--order); order: var(--order); align-self: var(--align-self); position: relative; --widgets-spacing: 20px; color: rgb(124, 124, 124); font-family: Karla, sans-serif; width: 1096px; font-size: 16px; line-height: 24px;\"><div class=\"elementor-widget-container\" style=\"transition: background 0.3s ease 0s, border 0.3s ease 0s, border-radius 0.3s ease 0s, box-shadow 0.3s ease 0s, -webkit-box-shadow 0.3s ease 0s; padding: 0px 20px;\"><p style=\"border: 0px; font-style: inherit; font-weight: inherit; margin-right: 0px; margin-bottom: 1.6em; margin-left: 0px; outline: 0px; padding: 0px; vertical-align: baseline;\">We cannot ensure 100% accurate mileage reports as lots of factors are related to mileage. Mileage reports might vary upto (+-)5-15% in some cases. This is also a technical limitation for this industry.</p></div></div></div></div></div></section><section class=\"elementor-section elementor-inner-section elementor-element elementor-element-3165fe1 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"3165fe1\" data-element_type=\"section\" style=\"--flex-direction: initial; --flex-wrap: initial; --justify-content: initial; --align-items: initial; --align-content: initial; --gap: initial; --flex-basis: initial; --flex-grow: initial; --flex-shrink: initial; --order: initial; --align-self: initial; -webkit-box-orient: vertical; -webkit-box-direction: normal; flex-direction: var(--flex-direction); flex-wrap: var(--flex-wrap); -webkit-box-pack: var(--justify-content); justify-content: var(--justify-content); -webkit-box-align: var(--align-items); align-items: var(--align-items); align-content: var(--align-content); gap: var(--gap); flex-basis: var(--flex-basis); -webkit-box-flex: var(--flex-grow); flex-grow: var(--flex-grow); flex-shrink: var(--flex-shrink); -webkit-box-ordinal-group: var(--order); order: var(--order); align-self: var(--align-self); position: relative; --widgets-spacing: 20px; width: 1120px; border-style: solid; border-width: 2px; border-color: rgb(209, 209, 209); box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 0px 0px; transition: background 0.3s ease 0s, border 0.3s ease 0s, border-radius 0.3s ease 0s, box-shadow 0.3s ease 0s; margin-top: 60px; margin-bottom: 0px; border-radius: 5px; color: rgb(75, 79, 88); font-family: -apple-system, &quot;system-ui&quot;, &quot;Segoe UI&quot;, Roboto, Oxygen-Sans, Ubuntu, Cantarell, &quot;Helvetica Neue&quot;, sans-serif; font-size: 15px;\"><div class=\"elementor-container elementor-column-gap-default\" style=\"display: flex; margin-right: auto; margin-left: auto; position: relative; max-width: 1140px;\"><div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-967162f\" data-id=\"967162f\" data-element_type=\"column\" style=\"--flex-direction: initial; --flex-wrap: initial; --justify-content: initial; --align-items: initial; --align-content: initial; --gap: initial; --flex-basis: initial; --flex-grow: initial; --flex-shrink: initial; --order: initial; --align-self: initial; -webkit-box-orient: vertical; -webkit-box-direction: normal; flex-direction: var(--flex-direction); flex-wrap: var(--flex-wrap); -webkit-box-pack: var(--justify-content); justify-content: var(--justify-content); -webkit-box-align: var(--align-items); align-items: var(--align-items); align-content: var(--align-content); gap: var(--gap); flex-basis: var(--flex-basis); -webkit-box-flex: var(--flex-grow); flex-grow: var(--flex-grow); flex-shrink: var(--flex-shrink); -webkit-box-ordinal-group: var(--order); order: var(--order); align-self: var(--align-self); min-height: 1px; position: relative; display: flex; --widgets-spacing: 20px; width: 1116px;\"><div class=\"elementor-widget-wrap elementor-element-populated\" style=\"position: relative; width: 1116px; flex-wrap: wrap; align-content: flex-start; display: flex; padding: 10px;\"><div class=\"elementor-element elementor-element-f3760aa elementor-widget elementor-widget-heading\" data-id=\"f3760aa\" data-element_type=\"widget\" data-widget_type=\"heading.default\" style=\"--flex-direction: initial; --flex-wrap: initial; --justify-content: initial; --align-items: initial; --align-content: initial; --gap: initial; --flex-basis: initial; --flex-grow: initial; --flex-shrink: initial; --order: initial; --align-self: initial; -webkit-box-orient: vertical; -webkit-box-direction: normal; flex-direction: var(--flex-direction); flex-wrap: var(--flex-wrap); -webkit-box-pack: var(--justify-content); justify-content: var(--justify-content); -webkit-box-align: var(--align-items); align-items: var(--align-items); align-content: var(--align-content); gap: var(--gap); flex-basis: var(--flex-basis); -webkit-box-flex: var(--flex-grow); flex-grow: var(--flex-grow); flex-shrink: var(--flex-shrink); -webkit-box-ordinal-group: var(--order); order: var(--order); align-self: var(--align-self); position: relative; --widgets-spacing: 20px; width: 1096px; margin-bottom: 20px;\"><div class=\"elementor-widget-container\" style=\"transition: background 0.3s ease 0s, border 0.3s ease 0s, border-radius 0.3s ease 0s, box-shadow 0.3s ease 0s, -webkit-box-shadow 0.3s ease 0s; padding: 10px 20px 0px;\"><h4 class=\"elementor-heading-title elementor-size-default\" style=\"border: 0px; font-size: 22px; font-style: inherit; font-weight: 600; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; outline: 0px; padding: 0px; vertical-align: baseline; clear: both; color: rgb(0, 0, 0); line-height: 30px; font-family: Rubik, sans-serif;\">Not getting Push Alerts on Mobile App ?</h4></div></div><div class=\"elementor-element elementor-element-03d360c elementor-widget elementor-widget-text-editor\" data-id=\"03d360c\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\" style=\"--flex-direction: initial; --flex-wrap: initial; --justify-content: initial; --align-items: initial; --align-content: initial; --gap: initial; --flex-basis: initial; --flex-grow: initial; --flex-shrink: initial; --order: initial; --align-self: initial; -webkit-box-orient: vertical; -webkit-box-direction: normal; flex-direction: var(--flex-direction); flex-wrap: var(--flex-wrap); -webkit-box-pack: var(--justify-content); justify-content: var(--justify-content); -webkit-box-align: var(--align-items); align-items: var(--align-items); align-content: var(--align-content); gap: var(--gap); flex-basis: var(--flex-basis); -webkit-box-flex: var(--flex-grow); flex-grow: var(--flex-grow); flex-shrink: var(--flex-shrink); -webkit-box-ordinal-group: var(--order); order: var(--order); align-self: var(--align-self); position: relative; --widgets-spacing: 20px; color: rgb(124, 124, 124); font-family: Karla, sans-serif; width: 1096px; font-size: 16px; line-height: 24px;\"><div class=\"elementor-widget-container\" style=\"transition: background 0.3s ease 0s, border 0.3s ease 0s, border-radius 0.3s ease 0s, box-shadow 0.3s ease 0s, -webkit-box-shadow 0.3s ease 0s; padding: 0px 20px;\"><p style=\"border: 0px; font-style: inherit; font-weight: inherit; margin-right: 0px; margin-bottom: 1.6em; margin-left: 0px; outline: 0px; padding: 0px; vertical-align: baseline;\">Real time push alerts is a paid service and in some cases we cannot ensure real time push alerts due to server capacity or congestion and other factors which might lead to delay push alerts or in some cases no push alerts. We will always try to ensure this service but can’t guarantee always.</p></div></div></div></div></div></section><section class=\"elementor-section elementor-inner-section elementor-element elementor-element-ca8b684 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"ca8b684\" data-element_type=\"section\" style=\"--flex-direction: initial; --flex-wrap: initial; --justify-content: initial; --align-items: initial; --align-content: initial; --gap: initial; --flex-basis: initial; --flex-grow: initial; --flex-shrink: initial; --order: initial; --align-self: initial; -webkit-box-orient: vertical; -webkit-box-direction: normal; flex-direction: var(--flex-direction); flex-wrap: var(--flex-wrap); -webkit-box-pack: var(--justify-content); justify-content: var(--justify-content); -webkit-box-align: var(--align-items); align-items: var(--align-items); align-content: var(--align-content); gap: var(--gap); flex-basis: var(--flex-basis); -webkit-box-flex: var(--flex-grow); flex-grow: var(--flex-grow); flex-shrink: var(--flex-shrink); -webkit-box-ordinal-group: var(--order); order: var(--order); align-self: var(--align-self); position: relative; --widgets-spacing: 20px; width: 1120px; border-style: solid; border-width: 2px; border-color: rgb(209, 209, 209); box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 0px 0px; transition: background 0.3s ease 0s, border 0.3s ease 0s, border-radius 0.3s ease 0s, box-shadow 0.3s ease 0s; margin-top: 60px; margin-bottom: 0px; border-radius: 5px; color: rgb(75, 79, 88); font-family: -apple-system, &quot;system-ui&quot;, &quot;Segoe UI&quot;, Roboto, Oxygen-Sans, Ubuntu, Cantarell, &quot;Helvetica Neue&quot;, sans-serif; font-size: 15px;\"><div class=\"elementor-container elementor-column-gap-default\" style=\"display: flex; margin-right: auto; margin-left: auto; position: relative; max-width: 1140px;\"><div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-e8ce80f\" data-id=\"e8ce80f\" data-element_type=\"column\" style=\"--flex-direction: initial; --flex-wrap: initial; --justify-content: initial; --align-items: initial; --align-content: initial; --gap: initial; --flex-basis: initial; --flex-grow: initial; --flex-shrink: initial; --order: initial; --align-self: initial; -webkit-box-orient: vertical; -webkit-box-direction: normal; flex-direction: var(--flex-direction); flex-wrap: var(--flex-wrap); -webkit-box-pack: var(--justify-content); justify-content: var(--justify-content); -webkit-box-align: var(--align-items); align-items: var(--align-items); align-content: var(--align-content); gap: var(--gap); flex-basis: var(--flex-basis); -webkit-box-flex: var(--flex-grow); flex-grow: var(--flex-grow); flex-shrink: var(--flex-shrink); -webkit-box-ordinal-group: var(--order); order: var(--order); align-self: var(--align-self); min-height: 1px; position: relative; display: flex; --widgets-spacing: 20px; width: 1116px;\"><div class=\"elementor-widget-wrap elementor-element-populated\" style=\"position: relative; width: 1116px; flex-wrap: wrap; align-content: flex-start; display: flex; padding: 10px;\"><div class=\"elementor-element elementor-element-4bae7ad elementor-widget elementor-widget-heading\" data-id=\"4bae7ad\" data-element_type=\"widget\" data-widget_type=\"heading.default\" style=\"--flex-direction: initial; --flex-wrap: initial; --justify-content: initial; --align-items: initial; --align-content: initial; --gap: initial; --flex-basis: initial; --flex-grow: initial; --flex-shrink: initial; --order: initial; --align-self: initial; -webkit-box-orient: vertical; -webkit-box-direction: normal; flex-direction: var(--flex-direction); flex-wrap: var(--flex-wrap); -webkit-box-pack: var(--justify-content); justify-content: var(--justify-content); -webkit-box-align: var(--align-items); align-items: var(--align-items); align-content: var(--align-content); gap: var(--gap); flex-basis: var(--flex-basis); -webkit-box-flex: var(--flex-grow); flex-grow: var(--flex-grow); flex-shrink: var(--flex-shrink); -webkit-box-ordinal-group: var(--order); order: var(--order); align-self: var(--align-self); position: relative; --widgets-spacing: 20px; width: 1096px; margin-bottom: 20px;\"><div class=\"elementor-widget-container\" style=\"transition: background 0.3s ease 0s, border 0.3s ease 0s, border-radius 0.3s ease 0s, box-shadow 0.3s ease 0s, -webkit-box-shadow 0.3s ease 0s; padding: 10px 20px 0px;\"><h4 class=\"elementor-heading-title elementor-size-default\" style=\"border: 0px; font-size: 22px; font-style: inherit; font-weight: 600; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; outline: 0px; padding: 0px; vertical-align: baseline; clear: both; color: rgb(0, 0, 0); line-height: 30px; font-family: Rubik, sans-serif;\">Missing Event alerts on App ?</h4></div></div><div class=\"elementor-element elementor-element-27f03b0 elementor-widget elementor-widget-text-editor\" data-id=\"27f03b0\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\" style=\"--flex-direction: initial; --flex-wrap: initial; --justify-content: initial; --align-items: initial; --align-content: initial; --gap: initial; --flex-basis: initial; --flex-grow: initial; --flex-shrink: initial; --order: initial; --align-self: initial; -webkit-box-orient: vertical; -webkit-box-direction: normal; flex-direction: var(--flex-direction); flex-wrap: var(--flex-wrap); -webkit-box-pack: var(--justify-content); justify-content: var(--justify-content); -webkit-box-align: var(--align-items); align-items: var(--align-items); align-content: var(--align-content); gap: var(--gap); flex-basis: var(--flex-basis); -webkit-box-flex: var(--flex-grow); flex-grow: var(--flex-grow); flex-shrink: var(--flex-shrink); -webkit-box-ordinal-group: var(--order); order: var(--order); align-self: var(--align-self); position: relative; --widgets-spacing: 20px; color: rgb(124, 124, 124); font-family: Karla, sans-serif; width: 1096px; font-size: 16px; line-height: 24px;\"><div class=\"elementor-widget-container\" style=\"transition: background 0.3s ease 0s, border 0.3s ease 0s, border-radius 0.3s ease 0s, box-shadow 0.3s ease 0s, -webkit-box-shadow 0.3s ease 0s; padding: 0px 20px;\"><p style=\"border: 0px; font-style: inherit; font-weight: inherit; margin-right: 0px; margin-bottom: 1.6em; margin-left: 0px; outline: 0px; padding: 0px; vertical-align: baseline;\">In some cases some alert events might be missed due to server capacity and congestion in our server. Most of them might be with ignition on off alerts as its the most triggered alerts in our system.</p></div></div></div></div></div></section><section class=\"elementor-section elementor-inner-section elementor-element elementor-element-52f6e85 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"52f6e85\" data-element_type=\"section\" style=\"--flex-direction: initial; --flex-wrap: initial; --justify-content: initial; --align-items: initial; --align-content: initial; --gap: initial; --flex-basis: initial; --flex-grow: initial; --flex-shrink: initial; --order: initial; --align-self: initial; -webkit-box-orient: vertical; -webkit-box-direction: normal; flex-direction: var(--flex-direction); flex-wrap: var(--flex-wrap); -webkit-box-pack: var(--justify-content); justify-content: var(--justify-content); -webkit-box-align: var(--align-items); align-items: var(--align-items); align-content: var(--align-content); gap: var(--gap); flex-basis: var(--flex-basis); -webkit-box-flex: var(--flex-grow); flex-grow: var(--flex-grow); flex-shrink: var(--flex-shrink); -webkit-box-ordinal-group: var(--order); order: var(--order); align-self: var(--align-self); position: relative; --widgets-spacing: 20px; width: 1120px; border-style: solid; border-width: 2px; border-color: rgb(209, 209, 209); box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 0px 0px; transition: background 0.3s ease 0s, border 0.3s ease 0s, border-radius 0.3s ease 0s, box-shadow 0.3s ease 0s; margin-top: 60px; margin-bottom: 0px; border-radius: 5px; color: rgb(75, 79, 88); font-family: -apple-system, &quot;system-ui&quot;, &quot;Segoe UI&quot;, Roboto, Oxygen-Sans, Ubuntu, Cantarell, &quot;Helvetica Neue&quot;, sans-serif; font-size: 15px;\"><div class=\"elementor-container elementor-column-gap-default\" style=\"display: flex; margin-right: auto; margin-left: auto; position: relative; max-width: 1140px;\"><div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-c3dcd39\" data-id=\"c3dcd39\" data-element_type=\"column\" style=\"--flex-direction: initial; --flex-wrap: initial; --justify-content: initial; --align-items: initial; --align-content: initial; --gap: initial; --flex-basis: initial; --flex-grow: initial; --flex-shrink: initial; --order: initial; --align-self: initial; -webkit-box-orient: vertical; -webkit-box-direction: normal; flex-direction: var(--flex-direction); flex-wrap: var(--flex-wrap); -webkit-box-pack: var(--justify-content); justify-content: var(--justify-content); -webkit-box-align: var(--align-items); align-items: var(--align-items); align-content: var(--align-content); gap: var(--gap); flex-basis: var(--flex-basis); -webkit-box-flex: var(--flex-grow); flex-grow: var(--flex-grow); flex-shrink: var(--flex-shrink); -webkit-box-ordinal-group: var(--order); order: var(--order); align-self: var(--align-self); min-height: 1px; position: relative; display: flex; --widgets-spacing: 20px; width: 1116px;\"><div class=\"elementor-widget-wrap elementor-element-populated\" style=\"position: relative; width: 1116px; flex-wrap: wrap; align-content: flex-start; display: flex; padding: 10px;\"><div class=\"elementor-element elementor-element-a6e0a06 elementor-widget elementor-widget-heading\" data-id=\"a6e0a06\" data-element_type=\"widget\" data-widget_type=\"heading.default\" style=\"--flex-direction: initial; --flex-wrap: initial; --justify-content: initial; --align-items: initial; --align-content: initial; --gap: initial; --flex-basis: initial; --flex-grow: initial; --flex-shrink: initial; --order: initial; --align-self: initial; -webkit-box-orient: vertical; -webkit-box-direction: normal; flex-direction: var(--flex-direction); flex-wrap: var(--flex-wrap); -webkit-box-pack: var(--justify-content); justify-content: var(--justify-content); -webkit-box-align: var(--align-items); align-items: var(--align-items); align-content: var(--align-content); gap: var(--gap); flex-basis: var(--flex-basis); -webkit-box-flex: var(--flex-grow); flex-grow: var(--flex-grow); flex-shrink: var(--flex-shrink); -webkit-box-ordinal-group: var(--order); order: var(--order); align-self: var(--align-self); position: relative; --widgets-spacing: 20px; width: 1096px; margin-bottom: 20px;\"><div class=\"elementor-widget-container\" style=\"transition: background 0.3s ease 0s, border 0.3s ease 0s, border-radius 0.3s ease 0s, box-shadow 0.3s ease 0s, -webkit-box-shadow 0.3s ease 0s; padding: 10px 20px 0px;\"><h4 class=\"elementor-heading-title elementor-size-default\" style=\"border: 0px; font-size: 22px; font-style: inherit; font-weight: 600; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; outline: 0px; padding: 0px; vertical-align: baseline; clear: both; color: rgb(0, 0, 0); line-height: 30px; font-family: Rubik, sans-serif;\">Vehicle Engine not getting Started ?</h4></div></div><div class=\"elementor-element elementor-element-6b55f61 elementor-widget elementor-widget-text-editor\" data-id=\"6b55f61\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\" style=\"--flex-direction: initial; --flex-wrap: initial; --justify-content: initial; --align-items: initial; --align-content: initial; --gap: initial; --flex-basis: initial; --flex-grow: initial; --flex-shrink: initial; --order: initial; --align-self: initial; -webkit-box-orient: vertical; -webkit-box-direction: normal; flex-direction: var(--flex-direction); flex-wrap: var(--flex-wrap); -webkit-box-pack: var(--justify-content); justify-content: var(--justify-content); -webkit-box-align: var(--align-items); align-items: var(--align-items); align-content: var(--align-content); gap: var(--gap); flex-basis: var(--flex-basis); -webkit-box-flex: var(--flex-grow); flex-grow: var(--flex-grow); flex-shrink: var(--flex-shrink); -webkit-box-ordinal-group: var(--order); order: var(--order); align-self: var(--align-self); position: relative; --widgets-spacing: 20px; color: rgb(124, 124, 124); font-family: Karla, sans-serif; width: 1096px; font-size: 16px; line-height: 24px;\"><div class=\"elementor-widget-container\" style=\"transition: background 0.3s ease 0s, border 0.3s ease 0s, border-radius 0.3s ease 0s, box-shadow 0.3s ease 0s, -webkit-box-shadow 0.3s ease 0s; padding: 0px 20px;\"><p style=\"border: 0px; font-style: inherit; font-weight: inherit; margin-right: 0px; margin-bottom: 1.6em; margin-left: 0px; outline: 0px; padding: 0px; vertical-align: baseline;\">In some cases we get complaints that vehicle is not starting and blame GPS device for this. But actually there are some other vehicle related issues where your vehicle might not start. Please check the below to confirm the issue :</p><p style=\"border: 0px; font-style: inherit; font-weight: inherit; margin-right: 0px; margin-bottom: 1.6em; margin-left: 0px; outline: 0px; padding: 0px; vertical-align: baseline;\">1. Fuse box and check whether any fuse has been disabled<br>2. Check battery status, your battery might be drained<br>3. Check electric wires connected with ignition or fuel pump</p></div></div></div></div></div></section><section class=\"elementor-section elementor-inner-section elementor-element elementor-element-4d83b73 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"4d83b73\" data-element_type=\"section\" style=\"--flex-direction: initial; --flex-wrap: initial; --justify-content: initial; --align-items: initial; --align-content: initial; --gap: initial; --flex-basis: initial; --flex-grow: initial; --flex-shrink: initial; --order: initial; --align-self: initial; -webkit-box-orient: vertical; -webkit-box-direction: normal; flex-direction: var(--flex-direction); flex-wrap: var(--flex-wrap); -webkit-box-pack: var(--justify-content); justify-content: var(--justify-content); -webkit-box-align: var(--align-items); align-items: var(--align-items); align-content: var(--align-content); gap: var(--gap); flex-basis: var(--flex-basis); -webkit-box-flex: var(--flex-grow); flex-grow: var(--flex-grow); flex-shrink: var(--flex-shrink); -webkit-box-ordinal-group: var(--order); order: var(--order); align-self: var(--align-self); position: relative; --widgets-spacing: 20px; width: 1120px; border-style: solid; border-width: 2px; border-color: rgb(209, 209, 209); box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 0px 0px; transition: background 0.3s ease 0s, border 0.3s ease 0s, border-radius 0.3s ease 0s, box-shadow 0.3s ease 0s; margin-top: 60px; margin-bottom: 0px; border-radius: 5px; color: rgb(75, 79, 88); font-family: -apple-system, &quot;system-ui&quot;, &quot;Segoe UI&quot;, Roboto, Oxygen-Sans, Ubuntu, Cantarell, &quot;Helvetica Neue&quot;, sans-serif; font-size: 15px;\"><div class=\"elementor-container elementor-column-gap-default\" style=\"display: flex; margin-right: auto; margin-left: auto; position: relative; max-width: 1140px;\"><div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-2b458fb\" data-id=\"2b458fb\" data-element_type=\"column\" style=\"--flex-direction: initial; --flex-wrap: initial; --justify-content: initial; --align-items: initial; --align-content: initial; --gap: initial; --flex-basis: initial; --flex-grow: initial; --flex-shrink: initial; --order: initial; --align-self: initial; -webkit-box-orient: vertical; -webkit-box-direction: normal; flex-direction: var(--flex-direction); flex-wrap: var(--flex-wrap); -webkit-box-pack: var(--justify-content); justify-content: var(--justify-content); -webkit-box-align: var(--align-items); align-items: var(--align-items); align-content: var(--align-content); gap: var(--gap); flex-basis: var(--flex-basis); -webkit-box-flex: var(--flex-grow); flex-grow: var(--flex-grow); flex-shrink: var(--flex-shrink); -webkit-box-ordinal-group: var(--order); order: var(--order); align-self: var(--align-self); min-height: 1px; position: relative; display: flex; --widgets-spacing: 20px; width: 1116px;\"><div class=\"elementor-widget-wrap elementor-element-populated\" style=\"position: relative; width: 1116px; flex-wrap: wrap; align-content: flex-start; display: flex; padding: 10px;\"><div class=\"elementor-element elementor-element-2dbd6a9 elementor-widget elementor-widget-heading\" data-id=\"2dbd6a9\" data-element_type=\"widget\" data-widget_type=\"heading.default\" style=\"--flex-direction: initial; --flex-wrap: initial; --justify-content: initial; --align-items: initial; --align-content: initial; --gap: initial; --flex-basis: initial; --flex-grow: initial; --flex-shrink: initial; --order: initial; --align-self: initial; -webkit-box-orient: vertical; -webkit-box-direction: normal; flex-direction: var(--flex-direction); flex-wrap: var(--flex-wrap); -webkit-box-pack: var(--justify-content); justify-content: var(--justify-content); -webkit-box-align: var(--align-items); align-items: var(--align-items); align-content: var(--align-content); gap: var(--gap); flex-basis: var(--flex-basis); -webkit-box-flex: var(--flex-grow); flex-grow: var(--flex-grow); flex-shrink: var(--flex-shrink); -webkit-box-ordinal-group: var(--order); order: var(--order); align-self: var(--align-self); position: relative; --widgets-spacing: 20px; width: 1096px; margin-bottom: 20px;\"><div class=\"elementor-widget-container\" style=\"transition: background 0.3s ease 0s, border 0.3s ease 0s, border-radius 0.3s ease 0s, box-shadow 0.3s ease 0s, -webkit-box-shadow 0.3s ease 0s; padding: 10px 20px 0px;\"><h4 class=\"elementor-heading-title elementor-size-default\" style=\"border: 0px; font-size: 22px; font-style: inherit; font-weight: 600; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; outline: 0px; padding: 0px; vertical-align: baseline; clear: both; color: rgb(0, 0, 0); line-height: 30px; font-family: Rubik, sans-serif;\">Need Onsite Service Request ?</h4></div></div><div class=\"elementor-element elementor-element-ee05f9d elementor-widget elementor-widget-text-editor\" data-id=\"ee05f9d\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\" style=\"--flex-direction: initial; --flex-wrap: initial; --justify-content: initial; --align-items: initial; --align-content: initial; --gap: initial; --flex-basis: initial; --flex-grow: initial; --flex-shrink: initial; --order: initial; --align-self: initial; -webkit-box-orient: vertical; -webkit-box-direction: normal; flex-direction: var(--flex-direction); flex-wrap: var(--flex-wrap); -webkit-box-pack: var(--justify-content); justify-content: var(--justify-content); -webkit-box-align: var(--align-items); align-items: var(--align-items); align-content: var(--align-content); gap: var(--gap); flex-basis: var(--flex-basis); -webkit-box-flex: var(--flex-grow); flex-grow: var(--flex-grow); flex-shrink: var(--flex-shrink); -webkit-box-ordinal-group: var(--order); order: var(--order); align-self: var(--align-self); position: relative; --widgets-spacing: 20px; color: rgb(124, 124, 124); font-family: Karla, sans-serif; width: 1096px; font-size: 16px; line-height: 24px;\"><div class=\"elementor-widget-container\" style=\"transition: background 0.3s ease 0s, border 0.3s ease 0s, border-radius 0.3s ease 0s, box-shadow 0.3s ease 0s, -webkit-box-shadow 0.3s ease 0s; padding: 0px 20px 20px;\">Onsite Support Request :&nbsp;http://mygpsbd.com/sevice_appointment_request</div></div></div></div></div></section><section class=\"elementor-section elementor-inner-section elementor-element elementor-element-28fd6c2 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"28fd6c2\" data-element_type=\"section\" style=\"--flex-direction: initial; --flex-wrap: initial; --justify-content: initial; --align-items: initial; --align-content: initial; --gap: initial; --flex-basis: initial; --flex-grow: initial; --flex-shrink: initial; --order: initial; --align-self: initial; -webkit-box-orient: vertical; -webkit-box-direction: normal; flex-direction: var(--flex-direction); flex-wrap: var(--flex-wrap); -webkit-box-pack: var(--justify-content); justify-content: var(--justify-content); -webkit-box-align: var(--align-items); align-items: var(--align-items); align-content: var(--align-content); gap: var(--gap); flex-basis: var(--flex-basis); -webkit-box-flex: var(--flex-grow); flex-grow: var(--flex-grow); flex-shrink: var(--flex-shrink); -webkit-box-ordinal-group: var(--order); order: var(--order); align-self: var(--align-self); position: relative; --widgets-spacing: 20px; width: 1120px; border-style: solid; border-width: 2px; border-color: rgb(209, 209, 209); box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 0px 0px; transition: background 0.3s ease 0s, border 0.3s ease 0s, border-radius 0.3s ease 0s, box-shadow 0.3s ease 0s; margin-top: 60px; margin-bottom: 60px; border-radius: 5px; color: rgb(75, 79, 88); font-family: -apple-system, &quot;system-ui&quot;, &quot;Segoe UI&quot;, Roboto, Oxygen-Sans, Ubuntu, Cantarell, &quot;Helvetica Neue&quot;, sans-serif; font-size: 15px;\"><div class=\"elementor-container elementor-column-gap-default\" style=\"display: flex; margin-right: auto; margin-left: auto; position: relative; max-width: 1140px;\"><div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-45b6382\" data-id=\"45b6382\" data-element_type=\"column\" style=\"--flex-direction: initial; --flex-wrap: initial; --justify-content: initial; --align-items: initial; --align-content: initial; --gap: initial; --flex-basis: initial; --flex-grow: initial; --flex-shrink: initial; --order: initial; --align-self: initial; -webkit-box-orient: vertical; -webkit-box-direction: normal; flex-direction: var(--flex-direction); flex-wrap: var(--flex-wrap); -webkit-box-pack: var(--justify-content); justify-content: var(--justify-content); -webkit-box-align: var(--align-items); align-items: var(--align-items); align-content: var(--align-content); gap: var(--gap); flex-basis: var(--flex-basis); -webkit-box-flex: var(--flex-grow); flex-grow: var(--flex-grow); flex-shrink: var(--flex-shrink); -webkit-box-ordinal-group: var(--order); order: var(--order); align-self: var(--align-self); min-height: 1px; position: relative; display: flex; --widgets-spacing: 20px; width: 1116px;\"><div class=\"elementor-widget-wrap elementor-element-populated\" style=\"position: relative; width: 1116px; flex-wrap: wrap; align-content: flex-start; display: flex; padding: 10px;\"><div class=\"elementor-element elementor-element-041856d elementor-widget elementor-widget-heading\" data-id=\"041856d\" data-element_type=\"widget\" data-widget_type=\"heading.default\" style=\"--flex-direction: initial; --flex-wrap: initial; --justify-content: initial; --align-items: initial; --align-content: initial; --gap: initial; --flex-basis: initial; --flex-grow: initial; --flex-shrink: initial; --order: initial; --align-self: initial; -webkit-box-orient: vertical; -webkit-box-direction: normal; flex-direction: var(--flex-direction); flex-wrap: var(--flex-wrap); -webkit-box-pack: var(--justify-content); justify-content: var(--justify-content); -webkit-box-align: var(--align-items); align-items: var(--align-items); align-content: var(--align-content); gap: var(--gap); flex-basis: var(--flex-basis); -webkit-box-flex: var(--flex-grow); flex-grow: var(--flex-grow); flex-shrink: var(--flex-shrink); -webkit-box-ordinal-group: var(--order); order: var(--order); align-self: var(--align-self); position: relative; --widgets-spacing: 20px; width: 1096px; margin-bottom: 20px;\"><div class=\"elementor-widget-container\" style=\"transition: background 0.3s ease 0s, border 0.3s ease 0s, border-radius 0.3s ease 0s, box-shadow 0.3s ease 0s, -webkit-box-shadow 0.3s ease 0s; padding: 10px 20px 0px;\"><h4 class=\"elementor-heading-title elementor-size-default\" style=\"border: 0px; font-size: 22px; font-style: inherit; font-weight: 600; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; outline: 0px; padding: 0px; vertical-align: baseline; clear: both; color: rgb(0, 0, 0); line-height: 30px; font-family: Rubik, sans-serif;\">Why MYGPS VTS Takes Monthly Service Charge?</h4></div></div><div class=\"elementor-element elementor-element-669bb44 elementor-widget elementor-widget-text-editor\" data-id=\"669bb44\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\" style=\"--flex-direction: initial; --flex-wrap: initial; --justify-content: initial; --align-items: initial; --align-content: initial; --gap: initial; --flex-basis: initial; --flex-grow: initial; --flex-shrink: initial; --order: initial; --align-self: initial; -webkit-box-orient: vertical; -webkit-box-direction: normal; flex-direction: var(--flex-direction); flex-wrap: var(--flex-wrap); -webkit-box-pack: var(--justify-content); justify-content: var(--justify-content); -webkit-box-align: var(--align-items); align-items: var(--align-items); align-content: var(--align-content); gap: var(--gap); flex-basis: var(--flex-basis); -webkit-box-flex: var(--flex-grow); flex-grow: var(--flex-grow); flex-shrink: var(--flex-shrink); -webkit-box-ordinal-group: var(--order); order: var(--order); align-self: var(--align-self); position: relative; --widgets-spacing: 20px; color: rgb(124, 124, 124); font-family: Karla, sans-serif; width: 1096px; font-size: 16px; line-height: 24px;\"><div class=\"elementor-widget-container\" style=\"transition: background 0.3s ease 0s, border 0.3s ease 0s, border-radius 0.3s ease 0s, box-shadow 0.3s ease 0s, -webkit-box-shadow 0.3s ease 0s; padding: 0px 20px;\"><p style=\"border: 0px; font-style: inherit; font-weight: inherit; margin-right: 0px; margin-bottom: 1.6em; margin-left: 0px; outline: 0px; padding: 0px; vertical-align: baseline;\">There are many questions about MYGPS. The most popular of them (yes popular, because this is the maximum number of times we have to answer) is the question, what is the service charge?</p><p style=\"border: 0px; font-style: inherit; font-weight: inherit; margin-right: 0px; margin-bottom: 1.6em; margin-left: 0px; outline: 0px; padding: 0px; vertical-align: baseline;\">Before that we need to know why the service charge?</p><p style=\"border: 0px; font-style: inherit; font-weight: inherit; margin-right: 0px; margin-bottom: 1.6em; margin-left: 0px; outline: 0px; padding: 0px; vertical-align: baseline;\">This service has many components. There is a little need to go in and see if there is any idea</p><ol style=\"border: 0px; font-style: inherit; font-weight: inherit; margin-right: 0px; margin-bottom: 1.5em; margin-left: 3em; outline: 0px; padding: 0px; vertical-align: baseline; list-style-position: initial; list-style-image: initial;\"><li style=\"border: 0px; font-style: inherit; font-weight: inherit; margin: 0px; outline: 0px; padding: 0px; vertical-align: baseline;\">Server costs</li><li style=\"border: 0px; font-style: inherit; font-weight: inherit; margin: 0px; outline: 0px; padding: 0px; vertical-align: baseline;\">Map costs (Google Map is not free)</li><li style=\"border: 0px; font-style: inherit; font-weight: inherit; margin: 0px; outline: 0px; padding: 0px; vertical-align: baseline;\">Limited cost</li><li style=\"border: 0px; font-style: inherit; font-weight: inherit; margin: 0px; outline: 0px; padding: 0px; vertical-align: baseline;\">Software development and maintenance costs</li><li style=\"border: 0px; font-style: inherit; font-weight: inherit; margin: 0px; outline: 0px; padding: 0px; vertical-align: baseline;\">Future service costs of new extensions</li><li style=\"border: 0px; font-style: inherit; font-weight: inherit; margin: 0px; outline: 0px; padding: 0px; vertical-align: baseline;\">Installation and repair costs (home / office installation or service point arrangement)</li><li style=\"border: 0px; font-style: inherit; font-weight: inherit; margin: 0px; outline: 0px; padding: 0px; vertical-align: baseline;\">Company overhead (without which we will not be able to access your service)</li></ol><p style=\"border: 0px; font-style: inherit; font-weight: inherit; margin-right: 0px; margin-bottom: 1.6em; margin-left: 0px; outline: 0px; padding: 0px; vertical-align: baseline;\">Only by looking at these costs will you realize that these costs are reasonable for this service. Point 6 or repair costs are the highest cost for a customer’s vehicle problem. For a new car it takes about once every 4 to 6 months, but the old car usually takes about 6 months, and the cost of repairing it on an average is around Tk 1500.</p></div></div></div></div></div></section></div>', 'Service limitation', NULL, '2023-10-12 14:09:57');

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

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

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

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

--
-- Table structure for table `payments`
--

CREATE TABLE `payments` (
  `id` bigint UNSIGNED NOT NULL,
  `user_id` int NOT NULL,
  `name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `email` varchar(64) COLLATE utf8mb4_unicode_ci NOT NULL,
  `phone` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL,
  `amount` double NOT NULL,
  `address` text COLLATE utf8mb4_unicode_ci,
  `status` varchar(10) COLLATE utf8mb4_unicode_ci NOT NULL,
  `transaction_id` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `currency` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL,
  `number_of_months` int 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 `payments`
--

INSERT INTO `payments` (`id`, `user_id`, `name`, `email`, `phone`, `amount`, `address`, `status`, `transaction_id`, `currency`, `number_of_months`, `created_at`, `updated_at`) VALUES
(1, 1108, 'Shamim', 'sm@gmail.com', '01774252545', 3200, 'hatial', '1', '122FFK25', '$', 6, NULL, NULL),
(2, 1109, 'Shamim', 'sm@gmail.com', '01774252545', 3200, 'hatial', '1', '122FFK26', '$', 6, NULL, NULL);

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

--
-- Table structure for table `payment_confarmation_histories`
--

CREATE TABLE `payment_confarmation_histories` (
  `id` bigint UNSIGNED NOT NULL,
  `user_id` bigint UNSIGNED NOT NULL,
  `admin_id` bigint UNSIGNED NOT NULL,
  `payment_history_id` bigint UNSIGNED NOT NULL,
  `updated_amount` double NOT NULL,
  `payment_for_month` double 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 `payment_confarmation_histories`
--

INSERT INTO `payment_confarmation_histories` (`id`, `user_id`, `admin_id`, `payment_history_id`, `updated_amount`, `payment_for_month`, `created_at`, `updated_at`) VALUES
(7, 3, 1, 11, 250, 1, '2020-03-02 16:32:03', '2020-03-02 16:32:03'),
(8, 4, 1, 12, 250, 1, '2020-03-02 16:34:06', '2020-03-02 16:34:06'),
(9, 5, 1, 13, 250, 1, '2020-03-02 16:35:37', '2020-03-02 16:35:37'),
(10, 6, 1, 14, 250, 1, '2020-03-02 16:40:04', '2020-03-02 16:40:04'),
(11, 12, 1, 26, 600, 1, '2020-03-03 07:52:12', '2020-03-03 07:52:12'),
(12, 13, 54, 27, 600, 1, '2020-03-03 07:59:22', '2020-03-03 07:59:22'),
(13, 14, 54, 28, 300, 1, '2020-03-03 08:03:49', '2020-03-03 08:03:49'),
(14, 15, 54, 29, 250, 1, '2020-03-03 08:06:42', '2020-03-03 08:06:42'),
(15, 16, 54, 30, 350, 1, '2020-03-03 08:50:22', '2020-03-03 08:50:22'),
(16, 17, 54, 31, 300, 1, '2020-03-03 08:52:30', '2020-03-03 08:52:30'),
(17, 18, 54, 32, 350, 1, '2020-03-03 08:56:13', '2020-03-03 08:56:13'),
(18, 32, 1, 47, 500, 2, '2020-03-05 06:01:18', '2020-03-05 06:01:18'),
(21, 59, 54, 87, 1400, 1, '2020-03-05 10:57:25', '2020-03-05 10:57:25'),
(24, 66, 54, 113, 350, 1, '2020-03-07 10:28:17', '2020-03-07 10:28:17'),
(25, 83, 54, 132, 250, 1, '2020-03-07 10:34:05', '2020-03-07 10:34:05'),
(26, 84, 54, 133, 400, 1, '2020-03-07 10:39:48', '2020-03-07 10:39:48'),
(27, 85, 54, 134, 400, 1, '2020-03-07 10:42:18', '2020-03-07 10:42:18'),
(28, 86, 54, 135, 500, 1, '2020-03-07 10:51:55', '2020-03-07 10:51:55'),
(30, 88, 1, 137, 500, 1, '2020-03-07 11:01:38', '2020-03-07 11:01:38'),
(31, 89, 54, 138, 350, 1, '2020-03-07 11:59:39', '2020-03-07 11:59:39'),
(32, 79, 54, 129, 400, 1, '2020-03-07 12:26:24', '2020-03-07 12:26:24'),
(33, 110, 54, 161, 600, 1, '2020-03-08 09:24:36', '2020-03-08 09:24:36'),
(34, 111, 54, 162, 300, 1, '2020-03-08 09:28:11', '2020-03-08 09:28:11'),
(35, 114, 54, 165, 250, 1, '2020-03-08 13:18:46', '2020-03-08 13:18:46'),
(36, 115, 54, 166, 350, 1, '2020-03-08 13:42:22', '2020-03-08 13:42:22'),
(37, 107, 54, 158, 500, 1, '2020-03-08 14:08:17', '2020-03-08 14:08:17'),
(38, 116, 54, 167, 500, 1, '2020-03-08 14:11:14', '2020-03-08 14:11:14'),
(39, 35, 81, 52, 400, 1, '2020-03-09 06:01:59', '2020-03-09 06:01:59'),
(40, 113, 54, 164, 400, 1, '2020-03-09 09:31:33', '2020-03-09 09:31:33'),
(41, 137, 1, 190, 400, 1, '2020-03-09 10:28:49', '2020-03-09 10:28:49'),
(42, 100, 54, 150, 300, 1, '2020-03-09 11:08:35', '2020-03-09 11:08:35'),
(44, 139, 54, 192, 500, 1, '2020-03-09 11:29:35', '2020-03-09 11:29:35'),
(45, 135, 54, 188, 300, 1, '2020-03-10 07:49:01', '2020-03-10 07:49:01'),
(46, 57, 54, 85, 350, 1, '2020-03-10 07:54:27', '2020-03-10 07:54:27'),
(47, 154, 81, 211, 500, 1, '2020-03-10 09:45:35', '2020-03-10 09:45:35'),
(48, 61, 54, 103, 400, 1, '2020-03-10 11:46:15', '2020-03-10 11:46:15'),
(49, 159, 54, 217, 900, 1, '2020-03-10 11:49:52', '2020-03-10 11:49:52'),
(50, 160, 54, 218, 400, 1, '2020-03-10 12:18:25', '2020-03-10 12:18:25'),
(51, 161, 54, 219, 400, 1, '2020-03-10 12:21:30', '2020-03-10 12:21:30'),
(52, 162, 54, 220, 500, 1, '2020-03-10 12:24:08', '2020-03-10 12:24:08'),
(53, 163, 54, 221, 500, 1, '2020-03-10 12:30:25', '2020-03-10 12:30:25'),
(54, 108, 54, 159, 400, 1, '2020-03-10 12:35:46', '2020-03-10 12:35:46'),
(55, 164, 54, 222, 500, 1, '2020-03-10 12:38:28', '2020-03-10 12:38:28'),
(56, 67, 54, 114, 300, 1, '2020-03-11 11:43:41', '2020-03-11 11:43:41'),
(57, 181, 54, 245, 400, 1, '2020-03-11 11:48:15', '2020-03-11 11:48:15'),
(58, 182, 54, 246, 1200, 1, '2020-03-11 11:51:19', '2020-03-11 11:51:19'),
(59, 177, 54, 241, 250, 1, '2020-03-11 11:54:36', '2020-03-11 11:54:36'),
(60, 147, 54, 203, 400, 1, '2020-03-11 11:56:21', '2020-03-11 11:56:21'),
(61, 156, 54, 213, 200, 1, '2020-03-11 11:58:49', '2020-03-11 11:58:49'),
(62, 165, 54, 223, 500, 1, '2020-03-11 12:00:14', '2020-03-11 12:00:14'),
(63, 171, 54, 232, 500, 1, '2020-03-11 12:11:29', '2020-03-11 12:11:29'),
(64, 147, 54, 247, 400, 1, '2020-03-11 12:12:02', '2020-03-11 12:12:02'),
(65, 151, 54, 207, 2000, 1, '2020-03-11 12:18:59', '2020-03-11 12:18:59'),
(66, 199, 54, 272, 900, 1, '2020-03-12 06:12:35', '2020-03-12 06:12:35'),
(67, 201, 54, 275, 400, 1, '2020-03-12 06:19:30', '2020-03-12 06:19:30'),
(68, 202, 54, 276, 250, 1, '2020-03-12 06:41:27', '2020-03-12 06:41:27'),
(69, 195, 81, 264, 750, 1, '2020-03-12 07:14:15', '2020-03-12 07:14:15'),
(70, 207, 81, 284, 300, 1, '2020-03-12 08:35:44', '2020-03-12 08:35:44'),
(72, 129, 54, 182, 1500, 1, '2020-03-12 11:56:23', '2020-03-12 11:56:23'),
(73, 218, 81, 298, 500, 1, '2020-03-14 06:25:08', '2020-03-14 06:25:08'),
(74, 234, 81, 320, 500, 1, '2020-03-14 06:40:14', '2020-03-14 06:40:14'),
(75, 247, 81, 339, 900, 3, '2020-03-14 07:57:02', '2020-03-14 07:57:02'),
(76, 128, 1, 181, 400, 1, '2020-03-14 09:42:00', '2020-03-14 09:42:00'),
(78, 265, 54, 365, 250, 1, '2020-03-14 10:09:53', '2020-03-14 10:09:53'),
(80, 266, 54, 366, 250, 1, '2020-03-14 10:15:42', '2020-03-14 10:15:42'),
(81, 252, 54, 344, 500, 1, '2020-03-14 11:11:48', '2020-03-14 11:11:48'),
(82, 228, 54, 312, 350, 1, '2020-03-14 12:19:25', '2020-03-14 12:19:25'),
(83, 209, 1, 287, 600, 2, '2020-03-14 14:10:46', '2020-03-14 14:10:46'),
(84, 198, 54, 271, 300, 1, '2020-03-15 05:33:36', '2020-03-15 05:33:36'),
(85, 198, 54, 271, 300, 1, '2020-03-15 05:33:55', '2020-03-15 05:33:55'),
(86, 225, 81, 308, 300, 1, '2020-03-15 05:51:52', '2020-03-15 05:51:52'),
(87, 98, 81, 148, 250, 1, '2020-03-15 06:05:28', '2020-03-15 06:05:28'),
(88, 153, 1, 210, 500, 1, '2020-03-15 06:22:09', '2020-03-15 06:22:09'),
(89, 289, 81, 399, 300, 1, '2020-03-15 08:24:46', '2020-03-15 08:24:46'),
(90, 298, 54, 412, 350, 1, '2020-03-15 09:52:39', '2020-03-15 09:52:39'),
(91, 267, 81, 367, 300, 1, '2020-03-15 10:25:07', '2020-03-15 10:25:07'),
(92, 283, 1, 421, 12000, 12, '2020-03-15 10:52:18', '2020-03-15 10:52:18'),
(93, 92, 317, 141, 500, 1, '2020-03-15 12:52:59', '2020-03-15 12:52:59'),
(94, 270, 317, 371, 1000, 2, '2020-03-15 12:58:01', '2020-03-15 12:58:01'),
(95, 205, 81, 280, 350, 1, '2020-03-16 08:14:56', '2020-03-16 08:14:56'),
(96, 293, 81, 405, 300, 1, '2020-03-16 08:15:38', '2020-03-16 08:15:38'),
(97, 148, 54, 204, 800, 1, '2020-03-16 10:58:39', '2020-03-16 10:58:39'),
(98, 309, 54, 433, 1000, 1, '2020-03-16 11:04:28', '2020-03-16 11:04:28'),
(99, 145, 54, 200, 0, 1, '2020-03-16 11:10:22', '2020-03-16 11:10:22'),
(100, 29, 54, 43, 16500, 1, '2020-03-16 12:36:57', '2020-03-16 12:36:57'),
(101, 314, 54, 439, 600, 1, '2020-03-18 05:39:09', '2020-03-18 05:39:09'),
(102, 316, 54, 444, 300, 1, '2020-03-18 06:20:24', '2020-03-18 06:20:24'),
(103, 317, 54, 445, 350, 1, '2020-03-18 06:25:13', '2020-03-18 06:25:13'),
(104, 186, 81, 253, 400, 1, '2020-03-18 07:03:42', '2020-03-18 07:03:42'),
(105, 155, 81, 212, 350, 1, '2020-03-18 07:20:39', '2020-03-18 07:20:39'),
(106, 305, 81, 429, 300, 1, '2020-03-18 08:04:12', '2020-03-18 08:04:12'),
(107, 149, 81, 205, 400, 1, '2020-03-18 08:06:25', '2020-03-18 08:06:25'),
(108, 142, 317, 196, 600, 2, '2020-03-18 08:59:42', '2020-03-18 08:59:42'),
(109, 140, 317, 193, 400, 1, '2020-03-18 09:08:38', '2020-03-18 09:08:38'),
(110, 312, 54, 436, 250, 1, '2020-03-18 09:11:43', '2020-03-18 09:11:43'),
(111, 187, 317, 254, 250, 1, '2020-03-18 09:12:02', '2020-03-18 09:12:02'),
(112, 187, 317, 447, 250, 1, '2020-03-18 09:12:05', '2020-03-18 09:12:05'),
(113, 311, 54, 435, 250, 1, '2020-03-18 09:12:21', '2020-03-18 09:12:21'),
(114, 9, 317, 23, 400, 1, '2020-03-18 09:43:51', '2020-03-18 09:43:51'),
(115, 123, 317, 176, 400, 1, '2020-03-18 10:34:19', '2020-03-18 10:34:19'),
(116, 288, 54, 398, 300, 1, '2020-03-18 10:40:32', '2020-03-18 10:40:32'),
(117, 167, 81, 225, 500, 1, '2020-03-19 04:51:56', '2020-03-19 04:51:56'),
(118, 136, 81, 189, 400, 1, '2020-03-19 07:52:38', '2020-03-19 07:52:38'),
(119, 122, 81, 175, 250, 1, '2020-03-19 07:54:00', '2020-03-19 07:54:00'),
(120, 320, 317, 449, 500, 1, '2020-03-19 08:42:06', '2020-03-19 08:42:06'),
(121, 262, 317, 358, 800, 1, '2020-03-19 09:23:02', '2020-03-19 09:23:02'),
(122, 284, 317, 393, 400, 1, '2020-03-19 10:35:58', '2020-03-19 10:35:58'),
(123, 255, 317, 347, 250, 1, '2020-03-19 13:53:01', '2020-03-19 13:53:01'),
(124, 304, 54, 428, 500, 1, '2020-03-20 05:45:40', '2020-03-20 05:45:40'),
(125, 117, 54, 168, 300, 1, '2020-03-20 05:49:03', '2020-03-20 05:49:03'),
(126, 291, 54, 403, 600, 2, '2020-03-20 06:18:13', '2020-03-20 06:18:13'),
(127, 204, 54, 279, 200, 1, '2020-03-20 06:22:46', '2020-03-20 06:22:46'),
(128, 194, 54, 263, 500, 1, '2020-03-20 06:48:55', '2020-03-20 06:48:55'),
(129, 332, 54, 461, 500, 1, '2020-03-20 06:52:23', '2020-03-20 06:52:23'),
(130, 323, 54, 452, 500, 1, '2020-03-20 07:09:16', '2020-03-20 07:09:16'),
(131, 336, 1, 467, 0, 2, '2020-03-20 07:57:39', '2020-03-20 07:57:39'),
(132, 223, 54, 306, 500, 1, '2020-03-20 08:13:16', '2020-03-20 08:13:16'),
(133, 352, 54, 486, 250, 1, '2020-03-20 10:03:19', '2020-03-20 10:03:19'),
(134, 239, 1, 326, 300, 1, '2020-03-20 10:43:29', '2020-03-20 10:43:29'),
(135, 208, 54, 285, 500, 1, '2020-03-20 12:30:37', '2020-03-20 12:30:37'),
(136, 315, 1, 443, 2400, 2, '2020-03-20 17:28:52', '2020-03-20 17:28:52'),
(137, 348, 1, 480, 300, 1, '2020-03-21 06:00:20', '2020-03-21 06:00:20'),
(138, 322, 1, 451, 400, 1, '2020-03-21 06:05:22', '2020-03-21 06:05:22'),
(139, 251, 1, 343, 300, 1, '2020-03-21 06:08:12', '2020-03-21 06:08:12'),
(140, 257, 54, 349, 500, 1, '2020-03-21 06:08:15', '2020-03-21 06:08:15'),
(141, 346, 54, 488, 1000, 2, '2020-03-21 06:31:19', '2020-03-21 06:31:19'),
(142, 326, 1, 455, 350, 1, '2020-03-21 06:51:57', '2020-03-21 06:51:57'),
(143, 250, 54, 342, 300, 1, '2020-03-21 06:52:38', '2020-03-21 06:52:38'),
(144, 321, 54, 450, 1000, 1, '2020-03-21 07:04:17', '2020-03-21 07:04:17'),
(145, 254, 54, 346, 250, 1, '2020-03-21 07:07:45', '2020-03-21 07:07:45'),
(146, 226, 54, 500, 1500, 6, '2020-03-21 07:50:43', '2020-03-21 07:50:43'),
(147, 241, 54, 328, 500, 1, '2020-03-21 07:52:27', '2020-03-21 07:52:27'),
(148, 206, 54, 283, 4500, 3, '2020-03-21 08:19:37', '2020-03-21 08:19:37'),
(149, 242, 54, 330, 1000, 2, '2020-03-21 08:44:03', '2020-03-21 08:44:03'),
(150, 157, 54, 214, 300, 1, '2020-03-21 08:46:24', '2020-03-21 08:46:24'),
(151, 258, 54, 351, 700, 2, '2020-03-21 13:56:43', '2020-03-21 13:56:43'),
(152, 231, 54, 316, 0, 1, '2020-03-21 14:19:40', '2020-03-21 14:19:40'),
(153, 231, 54, 316, 300, 1, '2020-03-21 14:19:57', '2020-03-21 14:19:57'),
(154, 269, 1, 369, 400, 1, '2020-03-22 06:19:55', '2020-03-22 06:19:55'),
(155, 103, 54, 154, 0, 1, '2020-03-22 08:37:20', '2020-03-22 08:37:20'),
(156, 189, 54, 257, 400, 2, '2020-03-22 10:19:01', '2020-03-22 10:19:01'),
(157, 191, 54, 259, 0, 1, '2020-03-22 12:13:56', '2020-03-22 12:13:56'),
(158, 367, 317, 511, 0, 1, '2020-03-22 14:58:49', '2020-03-22 14:58:49'),
(159, 367, 317, 511, 500, 1, '2020-03-22 14:59:13', '2020-03-22 14:59:13'),
(160, 359, 317, 501, 0, 1, '2020-03-22 15:05:54', '2020-03-22 15:05:54'),
(161, 58, 317, 86, 350, 1, '2020-03-22 15:08:54', '2020-03-22 15:08:54'),
(162, 375, 54, 519, 0, 1, '2020-03-23 06:18:45', '2020-03-23 06:18:45'),
(163, 203, 54, 278, 300, 1, '2020-03-23 07:02:48', '2020-03-23 07:02:48'),
(164, 203, 54, 278, 0, 1, '2020-03-23 07:03:17', '2020-03-23 07:03:17'),
(165, 192, 54, 260, 350, 1, '2020-03-23 08:06:53', '2020-03-23 08:06:53'),
(166, 370, 317, 514, 350, 1, '2020-03-23 08:37:37', '2020-03-23 08:37:37'),
(167, 201, 54, 275, 400, 1, '2020-03-23 15:24:46', '2020-03-23 15:24:46'),
(168, 410, 1, 557, 500, 1, '2020-03-24 06:25:12', '2020-03-24 06:25:12'),
(169, 411, 1, 558, 250, 1, '2020-03-24 06:56:46', '2020-03-24 06:56:46'),
(170, 219, 54, 299, 350, 1, '2020-03-24 08:20:14', '2020-03-24 08:20:14'),
(171, 383, 54, 527, 350, 1, '2020-03-24 08:37:37', '2020-03-24 08:37:37'),
(172, 354, 317, 489, 350, 1, '2020-03-24 14:37:00', '2020-03-24 14:37:00'),
(175, 261, 54, 560, 0, 1, '2020-03-24 16:25:09', '2020-03-24 16:25:09'),
(176, 280, 54, 386, 1000, 2, '2020-03-25 12:50:33', '2020-03-25 12:50:33'),
(177, 392, 317, 537, 500, 1, '2020-03-25 14:18:42', '2020-03-25 14:18:42'),
(178, 396, 317, 541, 500, 1, '2020-03-26 13:35:02', '2020-03-26 13:35:02'),
(179, 436, 54, 585, 0, 1, '2020-03-30 09:39:34', '2020-03-30 09:39:34'),
(180, 433, 1, 582, 500, 1, '2020-03-31 14:54:27', '2020-03-31 14:54:27'),
(181, 401, 317, 547, 400, 1, '2020-03-31 16:03:08', '2020-03-31 16:03:08'),
(185, 152, 54, 208, 400, 1, '2020-04-01 13:54:26', '2020-04-01 13:54:26'),
(186, 371, 54, 515, 500, 1, '2020-04-01 13:55:01', '2020-04-01 13:55:01'),
(187, 295, 1, 903, 500, 1, '2020-04-01 13:57:43', '2020-04-01 13:57:43'),
(188, 441, 1, 904, 350, 1, '2020-04-01 13:59:16', '2020-04-01 13:59:16'),
(189, 442, 1, 905, 400, 1, '2020-04-01 14:00:40', '2020-04-01 14:00:40'),
(190, 319, 54, 448, 350, 1, '2020-04-01 14:15:26', '2020-04-01 14:15:26'),
(191, 115, 317, 661, 350, 1, '2020-04-02 16:21:21', '2020-04-02 16:21:21'),
(192, 341, 317, 472, 400, 1, '2020-04-03 11:50:58', '2020-04-03 11:50:58'),
(193, 213, 54, 293, 350, 1, '2020-04-04 07:09:26', '2020-04-04 07:09:26'),
(194, 330, 54, 459, 300, 1, '2020-04-04 14:13:07', '2020-04-04 14:13:07'),
(195, 186, 54, 721, 400, 1, '2020-04-04 14:13:30', '2020-04-04 14:13:30'),
(196, 82, 54, 131, 300, 1, '2020-04-04 14:15:00', '2020-04-04 14:15:00'),
(197, 109, 54, 655, 600, 2, '2020-04-04 14:16:11', '2020-04-04 14:16:11'),
(199, 56, 54, 616, 0, 1, '2020-04-04 15:09:46', '2020-04-04 15:09:46'),
(200, 56, 54, 616, 500, 2, '2020-04-04 15:10:13', '2020-04-04 15:10:13'),
(201, 137, 54, 677, 400, 1, '2020-04-04 15:32:01', '2020-04-04 15:32:01'),
(202, 404, 54, 887, 0, 1, '2020-04-04 16:57:27', '2020-04-04 16:57:27'),
(203, 375, 317, 869, 500, 1, '2020-04-05 03:44:44', '2020-04-05 03:44:44'),
(206, 83, 54, 634, 250, 1, '2020-04-05 05:42:30', '2020-04-05 05:42:30'),
(207, 21, 1, 35, 300, 1, '2020-04-05 06:39:16', '2020-04-05 06:39:16'),
(208, 370, 317, 866, 350, 1, '2020-04-05 07:25:57', '2020-04-05 07:25:57'),
(209, 335, 54, 465, 500, 1, '2020-04-05 08:09:33', '2020-04-05 08:09:33'),
(210, 6, 1, 594, 250, 1, '2020-04-05 08:27:18', '2020-04-05 08:27:18'),
(211, 88, 1, 638, 500, 1, '2020-04-05 08:44:50', '2020-04-05 08:44:50'),
(212, 224, 54, 754, 0, 1, '2020-04-05 09:00:06', '2020-04-05 09:00:06'),
(213, 224, 54, 754, 400, 1, '2020-04-05 09:00:24', '2020-04-05 09:00:24'),
(214, 107, 54, 653, 500, 1, '2020-04-05 11:55:59', '2020-04-05 11:55:59'),
(215, 391, 54, 536, 300, 1, '2020-04-05 11:57:23', '2020-04-05 11:57:23'),
(216, 206, 54, 738, 1500, 1, '2020-04-05 12:12:26', '2020-04-05 12:12:26'),
(217, 181, 54, 717, 400, 1, '2020-04-05 13:25:19', '2020-04-05 13:25:19'),
(218, 322, 317, 835, 400, 1, '2020-04-06 06:14:43', '2020-04-06 06:14:43'),
(219, 154, 54, 691, 500, 1, '2020-04-06 07:53:11', '2020-04-06 07:53:11'),
(220, 124, 54, 177, 400, 1, '2020-04-06 07:54:04', '2020-04-06 07:54:04'),
(221, 243, 317, 769, 600, 2, '2020-04-06 18:06:15', '2020-04-06 18:06:15'),
(222, 270, 54, 791, 500, 1, '2020-04-07 05:39:23', '2020-04-07 05:39:23'),
(223, 333, 54, 462, 350, 1, '2020-04-07 05:40:32', '2020-04-07 05:40:32'),
(224, 61, 54, 620, 400, 1, '2020-04-07 05:41:25', '2020-04-07 05:41:25'),
(225, 157, 54, 694, 300, 1, '2020-04-07 05:43:23', '2020-04-07 05:43:23'),
(227, 111, 54, 657, 300, 1, '2020-04-07 06:27:47', '2020-04-07 06:27:47'),
(228, 113, 317, 659, 400, 1, '2020-04-07 10:22:46', '2020-04-07 10:22:46'),
(229, 142, 54, 682, 300, 1, '2020-04-07 12:50:26', '2020-04-07 12:50:26'),
(230, 318, 54, 446, 300, 1, '2020-04-07 12:56:00', '2020-04-07 12:56:00'),
(231, 100, 54, 647, 300, 1, '2020-04-08 12:50:20', '2020-04-08 12:50:20'),
(232, 368, 54, 512, 500, 1, '2020-04-08 12:50:35', '2020-04-08 12:50:35'),
(233, 162, 54, 699, 500, 1, '2020-04-09 06:55:40', '2020-04-09 06:55:40'),
(234, 360, 54, 857, 0, 1, '2020-04-09 07:04:30', '2020-04-09 07:04:30'),
(235, 360, 54, 857, 1000, 1, '2020-04-09 07:04:58', '2020-04-09 07:04:58'),
(236, 161, 317, 698, 400, 1, '2020-04-09 07:11:49', '2020-04-09 07:11:49'),
(237, 134, 54, 674, 250, 1, '2020-04-09 13:49:13', '2020-04-09 13:49:13'),
(238, 262, 54, 783, 800, 1, '2020-04-09 13:50:03', '2020-04-09 13:50:03'),
(239, 409, 54, 556, 500, 1, '2020-04-09 15:05:02', '2020-04-09 15:05:02'),
(240, 164, 54, 701, 500, 1, '2020-04-10 13:09:38', '2020-04-10 13:09:38'),
(241, 301, 54, 816, 3000, 2, '2020-04-10 13:17:07', '2020-04-10 13:17:07'),
(242, 128, 54, 670, 400, 1, '2020-04-10 15:14:41', '2020-04-10 15:14:41'),
(244, 18, 54, 602, 350, 1, '2020-04-11 06:58:22', '2020-04-11 06:58:22'),
(245, 14, 1, 908, 200, 1, '2020-04-11 09:22:54', '2020-04-11 09:22:54'),
(246, 348, 317, 850, 300, 1, '2020-04-11 10:01:39', '2020-04-11 10:01:39'),
(247, 336, 54, 844, 300, 1, '2020-04-12 06:47:17', '2020-04-12 06:47:17'),
(248, 406, 54, 888, 0, 1, '2020-04-12 06:58:34', '2020-04-12 06:58:34'),
(249, 406, 54, 888, 250, 1, '2020-04-12 06:58:59', '2020-04-12 06:58:59'),
(250, 32, 1, 909, 250, 1, '2020-04-12 07:42:42', '2020-04-12 07:42:42'),
(251, 123, 1, 667, 400, 1, '2020-04-12 07:49:17', '2020-04-12 07:49:17'),
(252, 328, 317, 841, 600, 2, '2020-04-12 10:45:35', '2020-04-12 10:45:35'),
(253, 95, 54, 642, 0, 0, '2020-04-12 12:47:52', '2020-04-12 12:47:52'),
(254, 95, 54, 642, 0, 1, '2020-04-12 12:48:29', '2020-04-12 12:48:29'),
(255, 95, 54, 642, 500, 1, '2020-04-12 12:48:58', '2020-04-12 12:48:58'),
(256, 35, 54, 609, 400, 1, '2020-04-12 13:34:51', '2020-04-12 13:34:51'),
(257, 436, 1, 910, 250, 1, '2020-04-13 06:23:13', '2020-04-13 06:23:13'),
(258, 352, 54, 852, 250, 1, '2020-04-13 06:30:52', '2020-04-13 06:30:52'),
(260, 404, 54, 887, 250, 1, '2020-04-13 07:45:39', '2020-04-13 07:45:39'),
(261, 86, 317, 637, 500, 1, '2020-04-13 08:16:58', '2020-04-13 08:16:58'),
(262, 401, 54, 884, 400, 1, '2020-04-13 08:24:28', '2020-04-13 08:24:28'),
(263, 393, 54, 880, 0, 1, '2020-04-13 11:14:19', '2020-04-13 11:14:19'),
(264, 135, 54, 675, 300, 1, '2020-04-13 12:21:52', '2020-04-13 12:21:52'),
(265, 269, 317, 790, 400, 1, '2020-04-13 13:27:12', '2020-04-13 13:27:12'),
(266, 54, 54, 80, 300, 1, '2020-04-13 14:34:21', '2020-04-13 14:34:21'),
(268, 433, 54, 901, 500, 1, '2020-04-14 14:35:32', '2020-04-14 14:35:32'),
(270, 267, 54, 788, 300, 1, '2020-04-15 05:19:09', '2020-04-15 05:19:09'),
(271, 105, 54, 651, 700, 2, '2020-04-15 05:43:14', '2020-04-15 05:43:14'),
(272, 215, 54, 746, 0, 1, '2020-04-15 07:46:22', '2020-04-15 07:46:22'),
(273, 215, 54, 746, 700, 1, '2020-04-15 07:46:46', '2020-04-15 07:46:46'),
(274, 225, 54, 755, 600, 1, '2020-04-15 07:59:31', '2020-04-15 07:59:31'),
(275, 288, 54, 804, 300, 1, '2020-04-15 09:28:43', '2020-04-15 09:28:43'),
(276, 248, 54, 772, 2000, 2, '2020-04-15 12:03:44', '2020-04-15 12:03:44'),
(277, 293, 54, 809, 300, 1, '2020-04-16 06:56:43', '2020-04-16 06:56:43'),
(278, 177, 54, 714, 250, 1, '2020-04-16 08:58:21', '2020-04-16 08:58:21'),
(279, 257, 54, 779, 500, 1, '2020-04-16 10:08:47', '2020-04-16 10:08:47'),
(280, 234, 54, 762, 500, 1, '2020-04-16 14:33:20', '2020-04-16 14:33:20'),
(281, 165, 54, 702, 500, 1, '2020-04-16 14:53:05', '2020-04-16 14:53:05'),
(282, 265, 317, 786, 250, 1, '2020-04-16 17:42:55', '2020-04-16 17:42:55'),
(283, 110, 54, 656, 600, 1, '2020-04-17 05:31:28', '2020-04-17 05:31:28'),
(284, 148, 1, 915, 800, 1, '2020-04-17 14:08:00', '2020-04-17 14:08:00'),
(285, 392, 317, 879, 500, 1, '2020-04-17 17:15:15', '2020-04-17 17:15:15'),
(286, 85, 54, 636, 250, 1, '2020-04-18 05:17:11', '2020-04-18 05:17:11'),
(287, 122, 317, 666, 250, 1, '2020-04-18 07:46:39', '2020-04-18 07:46:39'),
(288, 101, 54, 648, 350, 1, '2020-04-18 12:26:53', '2020-04-18 12:26:53'),
(289, 131, 54, 673, 600, 2, '2020-04-18 14:11:50', '2020-04-18 14:11:50'),
(290, 255, 54, 778, 250, 1, '2020-04-18 16:36:22', '2020-04-18 16:36:22'),
(291, 175, 1, 712, 1000, 1, '2020-04-18 16:36:35', '2020-04-18 16:36:35'),
(292, 216, 1, 747, 350, 1, '2020-04-18 16:40:38', '2020-04-18 16:40:38'),
(293, 108, 54, 654, 400, 1, '2020-04-19 12:11:56', '2020-04-19 12:11:56'),
(297, 363, 54, 917, 300, 1, '2020-04-20 10:18:20', '2020-04-20 10:18:20'),
(298, 205, 317, 737, 350, 1, '2020-04-20 20:02:11', '2020-04-20 20:02:11'),
(299, 201, 54, 734, 400, 1, '2020-04-21 06:17:56', '2020-04-21 06:17:56'),
(300, 239, 54, 766, 300, 1, '2020-04-21 07:26:36', '2020-04-21 07:26:36'),
(301, 208, 54, 740, 500, 1, '2020-04-21 15:22:44', '2020-04-21 15:22:44'),
(302, 223, 1, 753, 500, 1, '2020-04-23 05:47:16', '2020-04-23 05:47:16'),
(303, 323, 54, 836, 500, 1, '2020-04-23 06:46:06', '2020-04-23 06:46:06'),
(304, 447, 317, 920, 700, 2, '2020-04-23 13:33:09', '2020-04-23 13:33:09'),
(305, 92, 317, 640, 500, 1, '2020-04-24 07:24:46', '2020-04-24 07:24:46'),
(306, 151, 317, 689, 2000, 1, '2020-04-24 08:32:40', '2020-04-24 08:32:40'),
(307, 437, 317, 586, 300, 1, '2020-04-25 05:49:50', '2020-04-25 05:49:50'),
(308, 176, 54, 713, 500, 1, '2020-04-25 12:26:41', '2020-04-25 12:26:41'),
(309, 250, 54, 773, 300, 1, '2020-04-27 15:31:54', '2020-04-27 15:31:54'),
(310, 171, 1, 708, 500, 1, '2020-04-28 06:13:26', '2020-04-28 06:13:26'),
(311, 316, 1, 926, 300, 1, '2020-04-28 09:22:35', '2020-04-28 09:22:35'),
(312, 140, 1, 680, 400, 1, '2020-04-28 10:45:19', '2020-04-28 10:45:19'),
(314, 156, 317, 693, 200, 1, '2020-04-28 16:21:40', '2020-04-28 16:21:40'),
(315, 448, 54, 921, 350, 1, '2020-04-29 15:55:52', '2020-04-29 15:55:52'),
(316, 352, 54, 927, 250, 1, '2020-05-01 15:31:18', '2020-05-01 15:31:18'),
(317, 341, 317, 928, 400, 1, '2020-05-01 16:56:48', '2020-05-01 16:56:48'),
(318, 107, 317, 929, 500, 1, '2020-05-01 16:57:46', '2020-05-01 16:57:46'),
(319, 115, 317, 1011, 350, 1, '2020-05-02 07:46:43', '2020-05-02 07:46:43'),
(320, 370, 317, 1242, 350, 1, '2020-05-02 07:47:29', '2020-05-02 07:47:29'),
(321, 371, 54, 1243, 500, 1, '2020-05-02 07:47:31', '2020-05-02 07:47:31'),
(322, 441, 317, 1292, 350, 1, '2020-05-02 07:48:24', '2020-05-02 07:48:24'),
(323, 111, 317, 1007, 300, 1, '2020-05-02 08:06:30', '2020-05-02 08:06:30'),
(324, 186, 317, 1076, 400, 1, '2020-05-02 08:08:35', '2020-05-02 08:08:35'),
(325, 319, 317, 1201, 350, 1, '2020-05-02 08:11:10', '2020-05-02 08:11:10'),
(326, 51, 317, 963, 600, 2, '2020-05-02 08:40:48', '2020-05-02 08:40:48'),
(327, 436, 317, 1289, 250, 1, '2020-05-02 11:20:30', '2020-05-02 11:20:30'),
(328, 234, 317, 1121, 500, 1, '2020-05-02 11:25:27', '2020-05-02 11:25:27'),
(330, 336, 54, 1217, 300, 1, '2020-05-03 04:50:59', '2020-05-03 04:50:59'),
(331, 18, 54, 942, 350, 1, '2020-05-03 05:49:04', '2020-05-03 05:49:04'),
(332, 358, 54, 1230, 1500, 3, '2020-05-03 08:02:54', '2020-05-03 08:02:54'),
(333, 152, 54, 1043, 400, 1, '2020-05-03 08:04:51', '2020-05-03 08:04:51'),
(334, 213, 54, 1101, 350, 1, '2020-05-03 12:21:34', '2020-05-03 12:21:34'),
(335, 142, 54, 1033, 300, 1, '2020-05-04 05:54:27', '2020-05-04 05:54:27'),
(336, 375, 317, 1247, 400, 1, '2020-05-04 15:36:59', '2020-05-04 15:36:59'),
(337, 113, 317, 1009, 400, 1, '2020-05-04 15:47:52', '2020-05-04 15:47:52'),
(338, 348, 317, 1225, 300, 1, '2020-05-04 15:50:42', '2020-05-04 15:50:42'),
(339, 335, 54, 1216, 500, 1, '2020-05-04 15:51:02', '2020-05-04 15:51:02'),
(340, 138, 54, 1029, 400, 1, '2020-05-04 15:51:14', '2020-05-04 15:51:14'),
(341, 86, 317, 988, 500, 1, '2020-05-04 15:57:33', '2020-05-04 15:57:33'),
(342, 117, 54, 1013, 600, 2, '2020-05-05 05:46:55', '2020-05-05 05:46:55'),
(343, 137, 54, 1028, 400, 1, '2020-05-05 05:47:04', '2020-05-05 05:47:04'),
(344, 167, 54, 1058, 1000, 2, '2020-05-05 07:16:05', '2020-05-05 07:16:05'),
(345, 110, 54, 1006, 600, 1, '2020-05-05 07:21:17', '2020-05-05 07:21:17'),
(346, 160, 54, 1051, 800, 2, '2020-05-05 11:56:23', '2020-05-05 11:56:23'),
(347, 136, 54, 1027, 0, 1, '2020-05-05 14:03:29', '2020-05-05 14:03:29'),
(348, 136, 54, 1027, 400, 1, '2020-05-05 14:04:21', '2020-05-05 14:04:21'),
(349, 224, 317, 1112, 400, 1, '2020-05-05 18:47:31', '2020-05-05 18:47:31'),
(350, 183, 54, 1074, 1000, 2, '2020-05-06 04:59:19', '2020-05-06 04:59:19'),
(351, 322, 54, 1204, 400, 1, '2020-05-06 05:38:51', '2020-05-06 05:38:51'),
(352, 196, 54, 1086, 600, 2, '2020-05-06 09:08:14', '2020-05-06 09:08:14'),
(353, 30, 1, 952, 40000, 1, '2020-05-06 17:35:22', '2020-05-06 17:35:22'),
(354, 155, 317, 1046, 350, 1, '2020-05-07 06:59:28', '2020-05-07 06:59:28'),
(355, 155, 317, 1046, 350, 1, '2020-05-07 07:12:55', '2020-05-07 07:12:55'),
(356, 154, 54, 1045, 500, 1, '2020-05-07 13:22:55', '2020-05-07 13:22:55'),
(357, 163, 54, 1054, 1000, 2, '2020-05-07 13:41:29', '2020-05-07 13:41:29'),
(358, 192, 54, 1082, 350, 1, '2020-05-07 14:02:17', '2020-05-07 14:02:17'),
(359, 367, 54, 1239, 500, 1, '2020-05-07 15:14:47', '2020-05-07 15:14:47'),
(360, 14, 1, 938, 200, 1, '2020-05-07 18:02:32', '2020-05-07 18:02:32'),
(361, 262, 54, 1146, 800, 1, '2020-05-08 11:52:44', '2020-05-08 11:52:44'),
(362, 329, 54, 1211, 800, 2, '2020-05-08 11:55:36', '2020-05-08 11:55:36'),
(363, 58, 317, 968, 350, 1, '2020-05-08 16:56:38', '2020-05-08 16:56:38'),
(364, 391, 54, 1258, 300, 1, '2020-05-09 08:38:48', '2020-05-09 08:38:48'),
(365, 333, 54, 1214, 350, 1, '2020-05-09 08:39:05', '2020-05-09 08:39:05'),
(366, 368, 54, 1240, 500, 1, '2020-05-09 08:39:20', '2020-05-09 08:39:20'),
(367, 359, 1, 1231, 1200, 2, '2020-05-09 14:04:56', '2020-05-09 14:04:56'),
(368, 243, 317, 1130, 300, 1, '2020-05-09 18:59:08', '2020-05-09 18:59:08'),
(369, 392, 317, 1259, 500, 1, '2020-05-09 19:00:10', '2020-05-09 19:00:10'),
(370, 85, 54, 987, 250, 1, '2020-05-10 05:26:02', '2020-05-10 05:26:02'),
(371, 21, 54, 945, 300, 1, '2020-05-10 06:45:04', '2020-05-10 06:45:04'),
(372, 269, 317, 1153, 400, 1, '2020-05-10 07:07:02', '2020-05-10 07:07:02'),
(373, 447, 317, 920, 350, 1, '2020-05-10 09:43:59', '2020-05-10 09:43:59'),
(374, 402, 54, 1268, 500, 1, '2020-05-10 12:15:29', '2020-05-10 12:15:29'),
(375, 145, 54, 1036, 350, 1, '2020-05-10 12:24:53', '2020-05-10 12:24:53'),
(377, 12, 54, 1302, 600, 1, '2020-05-10 12:28:25', '2020-05-10 12:28:25'),
(378, 128, 54, 1021, 400, 1, '2020-05-10 12:30:45', '2020-05-10 12:30:45'),
(379, 409, 54, 1275, 500, 1, '2020-05-11 09:04:28', '2020-05-11 09:04:28'),
(380, 148, 54, 1039, 800, 1, '2020-05-11 12:13:19', '2020-05-11 12:13:19'),
(381, 10, 54, 935, 500, 2, '2020-05-11 14:06:28', '2020-05-11 14:06:28'),
(382, 314, 1, 1196, 600, 2, '2020-05-12 07:01:51', '2020-05-12 07:01:51'),
(383, 82, 1, 984, 300, 1, '2020-05-12 07:12:47', '2020-05-12 07:12:47'),
(384, 109, 54, 1005, 300, 1, '2020-05-12 09:09:24', '2020-05-12 09:09:24'),
(385, 288, 54, 1170, 300, 1, '2020-05-12 15:18:51', '2020-05-12 15:18:51'),
(386, 161, 317, 1052, 400, 1, '2020-05-12 21:34:33', '2020-05-12 21:34:33'),
(387, 122, 54, 1016, 250, 1, '2020-05-13 04:12:45', '2020-05-13 04:12:45'),
(388, 156, 317, 1047, 200, 1, '2020-05-13 11:55:04', '2020-05-13 11:55:04'),
(389, 272, 54, 373, 300, 1, '2020-05-13 15:58:56', '2020-05-13 15:58:56'),
(390, 138, 54, 1029, 400, 1, '2020-05-13 16:11:49', '2020-05-13 16:11:49'),
(391, 124, 54, 1018, 400, 1, '2020-05-13 16:13:23', '2020-05-13 16:13:23'),
(392, 458, 1, 1317, 300, 1, '2020-05-13 16:14:50', '2020-05-13 16:14:50'),
(393, 285, 1, 1167, 1400, 4, '2020-05-14 08:39:48', '2020-05-14 08:39:48'),
(394, 6, 1, 1320, 250, 1, '2020-05-14 10:28:56', '2020-05-14 10:28:56'),
(395, 95, 54, 993, 500, 1, '2020-05-14 10:40:38', '2020-05-14 10:40:38'),
(396, 316, 54, 1198, 300, 1, '2020-05-14 10:44:07', '2020-05-14 10:44:07'),
(397, 130, 54, 1023, 750, 1, '2020-05-14 11:35:02', '2020-05-14 11:35:02'),
(398, 251, 54, 1137, 300, 1, '2020-05-14 13:18:56', '2020-05-14 13:18:56'),
(399, 177, 54, 1068, 250, 1, '2020-05-15 12:50:47', '2020-05-15 12:50:47'),
(400, 323, 54, 1205, 500, 1, '2020-05-15 13:09:32', '2020-05-15 13:09:32'),
(401, 309, 54, 1191, 2000, 2, '2020-05-15 13:18:44', '2020-05-15 13:18:44'),
(402, 83, 317, 985, 250, 1, '2020-05-16 10:57:08', '2020-05-16 10:57:08'),
(403, 76, 54, 980, 2400, 2, '2020-05-16 15:22:34', '2020-05-16 15:22:34'),
(404, 256, 1, 348, 300, 1, '2020-05-16 16:42:27', '2020-05-16 16:42:27'),
(405, 178, 54, 1069, 1800, 3, '2020-05-17 16:16:52', '2020-05-17 16:16:52'),
(406, 188, 1, 1078, 600, 3, '2020-05-18 13:35:48', '2020-05-18 13:35:48'),
(407, 459, 1, 1322, 600, 2, '2020-05-18 14:13:59', '2020-05-18 14:13:59'),
(408, 236, 54, 1123, 4000, 2, '2020-05-18 14:16:28', '2020-05-18 14:16:28'),
(409, 270, 54, 1323, 1000, 2, '2020-05-19 07:32:54', '2020-05-19 07:32:54'),
(410, 236, 54, 1123, 2000, 1, '2020-05-19 07:35:58', '2020-05-19 07:35:58'),
(411, 135, 54, 1026, 300, 1, '2020-05-19 09:31:22', '2020-05-19 09:31:22'),
(412, 293, 317, 1175, 300, 1, '2020-05-19 10:40:19', '2020-05-19 10:40:19'),
(413, 30, 1, 952, 60000, 2, '2020-05-20 13:19:17', '2020-05-20 13:19:17'),
(414, 179, 54, 1070, 400, 1, '2020-05-20 14:06:17', '2020-05-20 14:06:17'),
(415, 69, 317, 976, 0, 2, '2020-05-22 05:44:49', '2020-05-22 05:44:49'),
(416, 69, 317, 976, 500, 1, '2020-05-22 05:45:48', '2020-05-22 05:45:48'),
(417, 223, 54, 1111, 500, 1, '2020-05-22 16:47:47', '2020-05-22 16:47:47'),
(418, 390, 54, 535, 300, 1, '2020-05-23 16:16:25', '2020-05-23 16:16:25'),
(419, 330, 54, 1212, 300, 1, '2020-05-23 17:42:01', '2020-05-23 17:42:01'),
(421, 20, 1, 944, 750, 1, '2020-05-26 06:01:31', '2020-05-26 06:01:31'),
(422, 216, 1, 1104, 350, 1, '2020-05-27 08:23:00', '2020-05-27 08:23:00'),
(423, 433, 54, 1288, 500, 1, '2020-05-28 07:46:38', '2020-05-28 07:46:38'),
(424, 382, 54, 1252, 1500, 3, '2020-05-28 09:24:07', '2020-05-28 09:24:07'),
(425, 449, 1, 1295, 300, 1, '2020-05-28 13:04:58', '2020-05-28 13:04:58'),
(426, 165, 54, 1056, 500, 1, '2020-05-28 13:21:04', '2020-05-28 13:21:04'),
(427, 463, 1, 1330, 350, 1, '2020-05-28 20:09:36', '2020-05-28 20:09:36'),
(428, 32, 1, 1355, 250, 1, '2020-06-01 04:29:13', '2020-06-01 04:29:13'),
(429, 320, 1, 1608, 500, 1, '2020-06-01 04:53:35', '2020-06-01 04:53:35'),
(430, 320, 1, 1608, 0, 1, '2020-06-01 04:53:52', '2020-06-01 04:53:52'),
(431, 209, 54, 1502, 900, 3, '2020-06-01 04:54:48', '2020-06-01 04:54:48'),
(432, 265, 54, 1556, 250, 1, '2020-06-01 04:55:30', '2020-06-01 04:55:30'),
(433, 51, 54, 1364, 300, 1, '2020-06-01 04:56:42', '2020-06-01 04:56:42'),
(434, 83, 54, 1386, 250, 1, '2020-06-01 04:59:27', '2020-06-01 04:59:27'),
(435, 370, 54, 1651, 350, 1, '2020-06-01 05:37:16', '2020-06-01 05:37:16'),
(436, 396, 54, 1675, 500, 1, '2020-06-01 05:38:24', '2020-06-01 05:38:24'),
(437, 180, 54, 1475, 1200, 3, '2020-06-01 05:39:19', '2020-06-01 05:39:19'),
(438, 322, 54, 1610, 400, 1, '2020-06-01 05:43:08', '2020-06-01 05:43:08'),
(439, 234, 54, 1525, 500, 1, '2020-06-01 06:00:53', '2020-06-01 06:00:53'),
(440, 295, 54, 1584, 1000, 2, '2020-06-01 09:55:11', '2020-06-01 09:55:11'),
(441, 152, 54, 1447, 400, 1, '2020-06-01 09:58:05', '2020-06-01 09:58:05'),
(442, 314, 54, 1602, 300, 1, '2020-06-01 09:59:20', '2020-06-01 09:59:20'),
(443, 319, 54, 1607, 350, 1, '2020-06-01 10:01:27', '2020-06-01 10:01:27'),
(444, 124, 54, 1420, 400, 1, '2020-06-01 10:02:03', '2020-06-01 10:02:03'),
(445, 99, 54, 1398, 0, 2, '2020-06-01 10:30:34', '2020-06-01 10:30:34'),
(446, 99, 54, 1398, 800, 2, '2020-06-01 10:30:57', '2020-06-01 10:30:57'),
(447, 133, 54, 1428, 500, 2, '2020-06-01 13:26:42', '2020-06-01 13:26:42'),
(448, 224, 54, 1516, 400, 1, '2020-06-01 13:29:44', '2020-06-01 13:29:44'),
(449, 241, 54, 1532, 0, 2, '2020-06-01 14:16:30', '2020-06-01 14:16:30'),
(450, 241, 54, 1532, 500, 1, '2020-06-01 14:16:55', '2020-06-01 14:16:55'),
(451, 352, 54, 1634, 250, 1, '2020-06-01 14:19:01', '2020-06-01 14:19:01'),
(452, 32, 54, 1355, 250, 1, '2020-06-01 16:35:45', '2020-06-01 16:35:45'),
(453, 335, 54, 1622, 500, 1, '2020-06-01 16:46:14', '2020-06-01 16:46:14'),
(454, 14, 54, 1339, 200, 1, '2020-06-02 05:41:51', '2020-06-02 05:41:51'),
(455, 107, 54, 1405, 500, 1, '2020-06-02 05:43:50', '2020-06-02 05:43:50'),
(456, 228, 54, 1519, 0, 1, '2020-06-02 05:46:09', '2020-06-02 05:46:09'),
(457, 228, 54, 1519, 1000, 2, '2020-06-02 05:46:25', '2020-06-02 05:46:25'),
(458, 187, 54, 1481, 500, 2, '2020-06-02 10:50:15', '2020-06-02 10:50:15'),
(459, 135, 54, 1430, 300, 1, '2020-06-02 10:52:47', '2020-06-02 10:52:47'),
(460, 18, 54, 1343, 350, 1, '2020-06-02 10:53:29', '2020-06-02 10:53:29'),
(461, 344, 1, 1724, 3000, 6, '2020-06-02 12:57:14', '2020-06-02 12:57:14'),
(462, 191, 54, 1485, 900, 3, '2020-06-03 07:47:27', '2020-06-03 07:47:27'),
(463, 162, 54, 1457, 1000, 2, '2020-06-03 08:01:43', '2020-06-03 08:01:43'),
(464, 375, 317, 1656, 400, 1, '2020-06-03 08:05:32', '2020-06-03 08:05:32'),
(465, 336, 54, 1623, 300, 1, '2020-06-04 04:32:50', '2020-06-04 04:32:50'),
(466, 371, 54, 1652, 500, 1, '2020-06-04 04:33:23', '2020-06-04 04:33:23'),
(467, 54, 54, 1366, 600, 2, '2020-06-04 06:38:34', '2020-06-04 06:38:34'),
(468, 225, 54, 1517, 1200, 2, '2020-06-04 10:39:26', '2020-06-04 10:39:26'),
(469, 207, 54, 1500, 1050, 3, '2020-06-04 10:40:52', '2020-06-04 10:40:52'),
(470, 213, 54, 1505, 350, 1, '2020-06-04 13:34:27', '2020-06-04 13:34:27'),
(471, 301, 54, 1590, 3000, 2, '2020-06-04 13:39:57', '2020-06-04 13:39:57'),
(472, 56, 54, 1367, 500, 2, '2020-06-04 13:41:33', '2020-06-04 13:41:33'),
(473, 348, 317, 1632, 300, 1, '2020-06-04 14:48:40', '2020-06-04 14:48:40'),
(474, 137, 54, 1432, 400, 1, '2020-06-05 06:37:04', '2020-06-05 06:37:04'),
(475, 115, 54, 1413, 350, 1, '2020-06-05 06:37:47', '2020-06-05 06:37:47'),
(476, 148, 54, 1443, 800, 1, '2020-06-05 06:40:49', '2020-06-05 06:40:49'),
(477, 388, 1, 1667, 800, 1, '2020-06-05 15:34:17', '2020-06-05 15:34:17'),
(478, 388, 1, 1667, 0, 1, '2020-06-05 15:34:33', '2020-06-05 15:34:33'),
(479, 117, 54, 1415, 300, 1, '2020-06-05 17:10:21', '2020-06-05 17:10:21'),
(480, 160, 54, 1455, 400, 1, '2020-06-06 04:41:39', '2020-06-06 04:41:39'),
(481, 333, 54, 1620, 350, 1, '2020-06-06 10:15:11', '2020-06-06 10:15:11'),
(482, 460, 1, 1718, 200, 2, '2020-06-06 12:57:09', '2020-06-06 12:57:09'),
(483, 154, 54, 1449, 500, 1, '2020-06-06 15:22:57', '2020-06-06 15:22:57'),
(484, 85, 54, 1388, 250, 1, '2020-06-07 07:53:31', '2020-06-07 07:53:31'),
(485, 186, 54, 1480, 400, 1, '2020-06-07 07:54:15', '2020-06-07 07:54:15'),
(486, 354, 54, 1636, 0, 2, '2020-06-07 07:57:50', '2020-06-07 07:57:50'),
(487, 354, 54, 1636, 350, 1, '2020-06-07 07:58:05', '2020-06-07 07:58:05'),
(488, 128, 54, 1423, 400, 1, '2020-06-07 12:14:39', '2020-06-07 12:14:39'),
(489, 111, 54, 1409, 300, 1, '2020-06-08 06:47:12', '2020-06-08 06:47:12'),
(490, 59, 1, 1370, 0, 0, '2020-06-08 19:08:20', '2020-06-08 19:08:20'),
(491, 59, 1, 1370, 0, 2, '2020-06-08 19:08:37', '2020-06-08 19:08:37'),
(492, 59, 1, 1370, 1000, 1, '2020-06-08 19:08:51', '2020-06-08 19:08:51'),
(493, 86, 317, 1389, 500, 1, '2020-06-08 22:45:26', '2020-06-08 22:45:26'),
(494, 392, 317, 1671, 400, 1, '2020-06-08 22:48:26', '2020-06-08 22:48:26'),
(496, 33, 1, 1356, 500, 2, '2020-06-09 08:17:30', '2020-06-09 08:17:30'),
(497, 21, 1, 1346, 300, 1, '2020-06-09 15:16:02', '2020-06-09 15:16:02'),
(498, 110, 54, 1408, 600, 1, '2020-06-09 17:16:34', '2020-06-09 17:16:34'),
(499, 391, 54, 1670, 300, 1, '2020-06-09 17:16:51', '2020-06-09 17:16:51'),
(500, 409, 54, 1687, 500, 1, '2020-06-09 17:17:08', '2020-06-09 17:17:08'),
(501, 286, 54, 1575, 1400, 4, '2020-06-09 17:17:24', '2020-06-09 17:17:24'),
(502, 471, 54, 1734, 300, 1, '2020-06-09 17:23:03', '2020-06-09 17:23:03'),
(505, 470, 1, 1737, 900, 3, '2020-06-10 04:57:45', '2020-06-10 04:57:45'),
(506, 175, 1, 1470, 1000, 1, '2020-06-10 06:20:48', '2020-06-10 06:20:48'),
(507, 161, 317, 1456, 400, 1, '2020-06-10 07:10:17', '2020-06-10 07:10:17'),
(508, 251, 317, 1542, 300, 1, '2020-06-10 11:58:21', '2020-06-10 11:58:21'),
(509, 472, 1, 1738, 250, 1, '2020-06-10 15:06:34', '2020-06-10 15:06:34'),
(510, 153, 1, 1448, 1500, 3, '2020-06-11 05:44:43', '2020-06-11 05:44:43'),
(511, 33, 1, 1356, 250, 1, '2020-06-11 06:11:06', '2020-06-11 06:11:06'),
(512, 119, 1, 1416, 1400, 2, '2020-06-11 06:17:42', '2020-06-11 06:17:42'),
(513, 119, 1, 1416, 0, 2, '2020-06-11 06:17:57', '2020-06-11 06:17:57'),
(514, 436, 54, 1703, 250, 1, '2020-06-11 06:19:52', '2020-06-11 06:19:52'),
(515, 460, 1, 1718, 1000, 2, '2020-06-11 06:23:57', '2020-06-11 06:23:57'),
(516, 248, 54, 1539, 2000, 2, '2020-06-11 06:38:03', '2020-06-11 06:38:03'),
(517, 304, 54, 1593, 0, 0, '2020-06-11 06:54:32', '2020-06-11 06:54:32'),
(518, 304, 54, 1593, 1000, 2, '2020-06-11 06:54:50', '2020-06-11 06:54:50'),
(519, 304, 54, 1593, 0, 1, '2020-06-11 06:55:07', '2020-06-11 06:55:07'),
(520, 395, 1, 1745, 1200, 4, '2020-06-11 12:18:09', '2020-06-11 12:18:09'),
(521, 367, 54, 1648, 500, 1, '2020-06-11 15:10:40', '2020-06-11 15:10:40'),
(522, 288, 54, 1577, 300, 1, '2020-06-11 15:12:06', '2020-06-11 15:12:06'),
(523, 171, 1, 1466, 500, 1, '2020-06-12 08:15:35', '2020-06-12 08:15:35'),
(524, 476, 1, 1746, 300, 1, '2020-06-12 12:01:17', '2020-06-12 12:01:17'),
(525, 156, 1, 1747, 200, 1, '2020-06-12 14:44:25', '2020-06-12 14:44:25'),
(526, 205, 54, 1498, 350, 1, '2020-06-13 06:13:45', '2020-06-13 06:13:45'),
(527, 109, 54, 1407, 300, 1, '2020-06-13 06:13:56', '2020-06-13 06:13:56'),
(528, 12, 54, 1337, 0, 0, '2020-06-13 07:39:26', '2020-06-13 07:39:26'),
(529, 12, 54, 1337, 0, 1, '2020-06-13 07:39:45', '2020-06-13 07:39:45'),
(530, 12, 54, 1337, 600, 1, '2020-06-13 07:40:17', '2020-06-13 07:40:17'),
(531, 385, 1, 1664, 2000, 4, '2020-06-14 07:56:35', '2020-06-14 07:56:35'),
(532, 318, 54, 1606, 300, 1, '2020-06-14 12:54:30', '2020-06-14 12:54:30'),
(533, 428, 317, 1698, 600, 2, '2020-06-14 14:30:30', '2020-06-14 14:30:30'),
(534, 113, 1, 1411, 400, 1, '2020-06-15 05:50:06', '2020-06-15 05:50:06'),
(535, 159, 54, 1454, 0, 2, '2020-06-15 05:52:59', '2020-06-15 05:52:59'),
(536, 159, 54, 1454, 900, 1, '2020-06-15 05:53:20', '2020-06-15 05:53:20'),
(537, 95, 54, 1394, 500, 1, '2020-06-15 05:59:07', '2020-06-15 05:59:07'),
(538, 240, 54, 1531, 500, 1, '2020-06-15 12:07:36', '2020-06-15 12:07:36'),
(539, 177, 54, 1472, 250, 1, '2020-06-15 12:07:44', '2020-06-15 12:07:44'),
(540, 269, 317, 1560, 400, 1, '2020-06-15 12:14:28', '2020-06-15 12:14:28'),
(541, 303, 54, 1592, 0, 2, '2020-06-16 06:11:48', '2020-06-16 06:11:48'),
(542, 303, 54, 1592, 1000, 2, '2020-06-16 06:12:01', '2020-06-16 06:12:01'),
(543, 122, 54, 1418, 250, 1, '2020-06-16 06:42:47', '2020-06-16 06:42:47'),
(544, 378, 54, 1659, 0, 1, '2020-06-16 10:32:14', '2020-06-16 10:32:14'),
(545, 378, 54, 1659, 700, 2, '2020-06-16 10:32:43', '2020-06-16 10:32:43'),
(546, 420, 317, 1694, 200, 1, '2020-06-16 12:37:54', '2020-06-16 12:37:54'),
(547, 431, 317, 1699, 600, 2, '2020-06-16 13:21:55', '2020-06-16 13:21:55'),
(548, 479, 317, 1753, 1500, 3, '2020-06-16 15:10:23', '2020-06-16 15:10:23'),
(549, 362, 1, 1643, 1000, 2, '2020-06-16 16:52:30', '2020-06-16 16:52:30'),
(550, 22, 1, 1347, 900, 3, '2020-06-17 05:23:40', '2020-06-17 05:23:40'),
(551, 316, 1, 1604, 300, 1, '2020-06-17 07:55:41', '2020-06-17 07:55:41'),
(552, 441, 1, 1706, 350, 1, '2020-06-17 09:32:58', '2020-06-17 09:32:58'),
(553, 205, 1, 1498, 350, 1, '2020-06-17 09:37:49', '2020-06-17 09:37:49'),
(554, 368, 1, 1649, 500, 1, '2020-06-17 09:58:11', '2020-06-17 09:58:11'),
(555, 359, 1, 1640, 600, 1, '2020-06-17 10:00:26', '2020-06-17 10:00:26'),
(556, 195, 1, 1489, 2250, 3, '2020-06-17 10:34:16', '2020-06-17 10:34:16'),
(557, 455, 1, 1306, 350, 1, '2020-06-17 10:34:48', '2020-06-17 10:34:48'),
(558, 464, 1, 1728, 400, 1, '2020-06-17 12:15:34', '2020-06-17 12:15:34'),
(559, 127, 1, 1422, 10000, 4, '2020-06-17 19:27:41', '2020-06-17 19:27:41'),
(560, 29, 1, 1352, 49500, 3, '2020-06-17 19:28:06', '2020-06-17 19:28:06'),
(561, 457, 1, 1715, 3500, 1, '2020-06-18 06:10:35', '2020-06-18 06:10:35'),
(562, 138, 1, 1433, 400, 1, '2020-06-18 07:45:56', '2020-06-18 07:45:56'),
(563, 358, 1, 1639, 500, 1, '2020-06-18 07:48:13', '2020-06-18 07:48:13'),
(564, 311, 54, 1599, 0, 2, '2020-06-18 12:14:58', '2020-06-18 12:14:58'),
(565, 311, 54, 1599, 250, 1, '2020-06-18 12:15:14', '2020-06-18 12:15:14'),
(566, 309, 1, 1598, 1000, 1, '2020-06-18 12:26:57', '2020-06-18 12:26:57'),
(567, 165, 54, 1460, 500, 1, '2020-06-18 14:00:47', '2020-06-18 14:00:47'),
(568, 293, 317, 1582, 300, 1, '2020-06-19 09:43:15', '2020-06-19 09:43:15'),
(569, 105, 54, 1403, 700, 2, '2020-06-19 11:25:58', '2020-06-19 11:25:58'),
(570, 129, 1, 1424, 3000, 2, '2020-06-20 15:48:53', '2020-06-20 15:48:53'),
(571, 129, 1, 1424, 0, 1, '2020-06-20 15:49:10', '2020-06-20 15:49:10'),
(573, 26, 54, 1350, 0, 2, '2020-06-21 09:20:59', '2020-06-21 09:20:59'),
(574, 26, 54, 1350, 250, 1, '2020-06-21 09:21:17', '2020-06-21 09:21:17'),
(575, 256, 1, 1547, 350, 1, '2020-06-21 12:58:27', '2020-06-21 12:58:27'),
(576, 196, 1, 1490, 300, 1, '2020-06-21 13:48:12', '2020-06-21 13:48:12'),
(577, 341, 54, 1626, 400, 1, '2020-06-21 13:58:32', '2020-06-21 13:58:32'),
(578, 136, 1, 1431, 400, 1, '2020-06-21 19:23:11', '2020-06-21 19:23:11'),
(579, 103, 54, 1401, 0, 2, '2020-06-22 05:21:44', '2020-06-22 05:21:44'),
(580, 103, 54, 1401, 400, 1, '2020-06-22 05:43:21', '2020-06-22 05:43:21'),
(581, 465, 1, 1725, 300, 1, '2020-06-22 05:52:44', '2020-06-22 05:52:44'),
(582, 463, 54, 1766, 350, 1, '2020-06-22 10:37:12', '2020-06-22 10:37:12'),
(583, 140, 1, 1435, 400, 1, '2020-06-22 13:40:10', '2020-06-22 13:40:10'),
(584, 433, 1, 1701, 500, 1, '2020-06-23 02:33:11', '2020-06-23 02:33:11'),
(585, 67, 1, 1376, 900, 3, '2020-06-23 15:40:16', '2020-06-23 15:40:16'),
(586, 179, 1, 1474, 400, 1, '2020-06-23 16:23:55', '2020-06-23 16:23:55'),
(587, 393, 317, 1672, 250, 1, '2020-06-24 04:57:53', '2020-06-24 04:57:53'),
(588, 130, 317, 1425, 750, 1, '2020-06-24 16:02:04', '2020-06-24 16:02:04'),
(589, 69, 317, 1377, 500, 1, '2020-06-25 06:09:50', '2020-06-25 06:09:50'),
(590, 442, 54, 1707, 400, 1, '2020-06-25 10:20:51', '2020-06-25 10:20:51'),
(591, 151, 1, 1446, 2000, 1, '2020-06-26 18:07:06', '2020-06-26 18:07:06'),
(592, 405, 54, 1683, 500, 2, '2020-06-27 07:44:52', '2020-06-27 07:44:52'),
(593, 326, 317, 1614, 350, 1, '2020-06-27 11:35:54', '2020-06-27 11:35:54'),
(594, 459, 1, 1717, 300, 1, '2020-06-28 04:51:22', '2020-06-28 04:51:22'),
(595, 383, 317, 1662, 350, 1, '2020-06-28 07:37:27', '2020-06-28 07:37:27'),
(596, 173, 317, 1468, 1600, 2, '2020-06-28 07:38:50', '2020-06-28 07:38:50'),
(597, 356, 1, 1637, 800, 2, '2020-06-28 15:55:25', '2020-06-28 15:55:25'),
(598, 437, 1, 2151, 600, 2, '2020-07-01 07:42:36', '2020-07-01 07:42:36'),
(599, 322, 54, 2058, 400, 1, '2020-07-01 07:49:29', '2020-07-01 07:49:29'),
(600, 186, 54, 1927, 400, 1, '2020-07-01 07:49:56', '2020-07-01 07:49:56'),
(601, 124, 54, 1867, 400, 1, '2020-07-01 07:50:23', '2020-07-01 07:50:23'),
(602, 327, 317, 2063, 600, 2, '2020-07-01 07:51:19', '2020-07-01 07:51:19'),
(603, 410, 1, 2135, 1500, 3, '2020-07-01 07:54:21', '2020-07-01 07:54:21'),
(604, 327, 317, 2063, 0, 2, '2020-07-01 07:55:17', '2020-07-01 07:55:17'),
(605, 135, 54, 1877, 300, 1, '2020-07-01 08:03:39', '2020-07-01 08:03:39'),
(606, 319, 54, 2055, 350, 1, '2020-07-01 08:10:36', '2020-07-01 08:10:36'),
(607, 152, 54, 1894, 400, 1, '2020-07-01 08:25:12', '2020-07-01 08:25:12'),
(608, 396, 54, 2122, 500, 1, '2020-07-01 08:28:21', '2020-07-01 08:28:21'),
(609, 32, 54, 1798, 250, 1, '2020-07-01 08:30:25', '2020-07-01 08:30:25'),
(610, 138, 54, 1880, 400, 1, '2020-07-01 09:00:13', '2020-07-01 09:00:13'),
(611, 370, 317, 2099, 350, 1, '2020-07-01 09:09:24', '2020-07-01 09:09:24'),
(612, 341, 317, 2074, 400, 1, '2020-07-01 09:21:49', '2020-07-01 09:21:49'),
(613, 371, 54, 2100, 500, 1, '2020-07-01 09:42:15', '2020-07-01 09:42:15'),
(614, 56, 54, 1813, 250, 1, '2020-07-02 06:05:58', '2020-07-02 06:05:58'),
(615, 18, 54, 1787, 350, 1, '2020-07-02 06:07:07', '2020-07-02 06:07:07'),
(616, 455, 54, 2162, 350, 1, '2020-07-02 06:09:53', '2020-07-02 06:09:53'),
(617, 441, 54, 2153, 350, 1, '2020-07-02 06:10:37', '2020-07-02 06:10:37'),
(618, 107, 54, 1851, 500, 1, '2020-07-02 06:11:42', '2020-07-02 06:11:42'),
(619, 273, 317, 2011, 1000, 2, '2020-07-02 08:04:56', '2020-07-02 08:04:56'),
(620, 273, 317, 2011, 0, 3, '2020-07-02 08:05:16', '2020-07-02 08:05:16'),
(621, 120, 1, 1863, 800, 2, '2020-07-02 12:00:19', '2020-07-02 12:00:19'),
(622, 457, 1, 2164, 16000, 4, '2020-07-02 12:00:42', '2020-07-02 12:00:42'),
(623, 157, 54, 1899, 600, 2, '2020-07-03 05:23:31', '2020-07-03 05:23:31'),
(624, 352, 54, 2082, 250, 1, '2020-07-03 05:24:02', '2020-07-03 05:24:02'),
(625, 343, 54, 2076, 400, 1, '2020-07-03 06:56:59', '2020-07-03 06:56:59'),
(626, 115, 54, 1859, 350, 1, '2020-07-03 07:01:39', '2020-07-03 07:01:39'),
(627, 137, 54, 1879, 400, 1, '2020-07-03 09:33:52', '2020-07-03 09:33:52'),
(628, 375, 317, 2104, 400, 1, '2020-07-03 15:44:39', '2020-07-03 15:44:39'),
(629, 348, 317, 2080, 300, 1, '2020-07-04 07:51:40', '2020-07-04 07:51:40'),
(630, 175, 1, 1917, 2000, 2, '2020-07-04 09:53:20', '2020-07-04 09:53:20'),
(631, 175, 1, 1917, 1000, 1, '2020-07-04 09:53:53', '2020-07-04 09:53:53'),
(632, 496, 1, 2188, 500, 1, '2020-07-04 18:37:44', '2020-07-04 18:37:44'),
(633, 160, 54, 1902, 400, 1, '2020-07-05 05:32:28', '2020-07-05 05:32:28'),
(634, 128, 54, 1870, 400, 1, '2020-07-05 05:34:07', '2020-07-05 05:34:07'),
(635, 207, 54, 1947, 350, 1, '2020-07-05 05:34:18', '2020-07-05 05:34:18'),
(636, 113, 54, 1857, 400, 1, '2020-07-05 08:49:20', '2020-07-05 08:49:20'),
(637, 156, 317, 1898, 200, 1, '2020-07-06 12:29:45', '2020-07-06 12:29:45'),
(638, 59, 1, 1816, 1400, 1, '2020-07-07 04:38:02', '2020-07-07 04:38:02'),
(639, 254, 317, 1992, 0, 2, '2020-07-07 05:53:56', '2020-07-07 05:53:56'),
(640, 254, 317, 1992, 500, 2, '2020-07-07 05:54:16', '2020-07-07 05:54:16'),
(641, 213, 54, 1952, 300, 1, '2020-07-07 10:17:29', '2020-07-07 10:17:29'),
(642, 223, 54, 1962, 1000, 2, '2020-07-07 10:18:54', '2020-07-07 10:18:54'),
(643, 154, 54, 1896, 500, 1, '2020-07-07 10:19:25', '2020-07-07 10:19:25'),
(644, 436, 54, 2150, 250, 1, '2020-07-07 10:20:29', '2020-07-07 10:20:29'),
(645, 335, 54, 2070, 500, 1, '2020-07-07 10:22:03', '2020-07-07 10:22:03'),
(646, 148, 54, 1890, 800, 1, '2020-07-07 10:22:28', '2020-07-07 10:22:28'),
(647, 228, 54, 1966, 500, 1, '2020-07-07 10:22:57', '2020-07-07 10:22:57'),
(648, 165, 54, 1907, 500, 1, '2020-07-07 10:24:32', '2020-07-07 10:24:32'),
(649, 83, 54, 1832, 250, 1, '2020-07-07 10:24:39', '2020-07-07 10:24:39'),
(650, 188, 54, 1929, 200, 1, '2020-07-07 10:26:40', '2020-07-07 10:26:40'),
(651, 196, 1, 1937, 300, 1, '2020-07-07 11:49:21', '2020-07-07 11:49:21'),
(652, 10, 54, 1780, 500, 2, '2020-07-07 14:32:08', '2020-07-07 14:32:08'),
(653, 406, 1, 2131, 500, 2, '2020-07-08 07:35:29', '2020-07-08 07:35:29'),
(654, 406, 1, 2131, 250, 1, '2020-07-08 07:35:58', '2020-07-08 07:35:58'),
(655, 54, 54, 1812, 300, 1, '2020-07-08 12:21:44', '2020-07-08 12:21:44'),
(656, 111, 54, 1855, 300, 1, '2020-07-08 12:22:11', '2020-07-08 12:22:11'),
(657, 304, 54, 2041, 500, 1, '2020-07-08 12:23:34', '2020-07-08 12:23:34'),
(658, 224, 54, 1963, 400, 1, '2020-07-08 12:24:00', '2020-07-08 12:24:00'),
(659, 333, 54, 2068, 350, 1, '2020-07-08 12:24:26', '2020-07-08 12:24:26'),
(660, 109, 54, 1853, 300, 1, '2020-07-08 12:25:03', '2020-07-08 12:25:03'),
(661, 234, 54, 1972, 500, 1, '2020-07-08 12:25:10', '2020-07-08 12:25:10'),
(662, 33, 54, 1799, 250, 1, '2020-07-08 12:27:09', '2020-07-08 12:27:09'),
(663, 449, 1, 2158, 300, 1, '2020-07-08 13:55:58', '2020-07-08 13:55:58'),
(664, 86, 317, 1835, 500, 1, '2020-07-08 15:30:23', '2020-07-08 15:30:23'),
(665, 189, 1, 1930, 0, 3, '2020-07-09 16:56:01', '2020-07-09 16:56:01'),
(666, 123, 1, 1866, 600, 2, '2020-07-10 05:31:01', '2020-07-10 05:31:01'),
(667, 21, 1, 1790, 300, 1, '2020-07-10 05:39:10', '2020-07-10 05:39:10'),
(668, 314, 54, 2050, 300, 1, '2020-07-10 06:45:09', '2020-07-10 06:45:09'),
(669, 288, 54, 2025, 300, 1, '2020-07-10 06:45:17', '2020-07-10 06:45:17'),
(670, 255, 54, 1993, 750, 3, '2020-07-10 06:47:07', '2020-07-10 06:47:07'),
(671, 392, 317, 2119, 500, 1, '2020-07-10 06:48:21', '2020-07-10 06:48:21'),
(672, 393, 317, 2120, 250, 1, '2020-07-10 06:49:23', '2020-07-10 06:49:23'),
(673, 142, 54, 1884, 300, 1, '2020-07-10 06:50:31', '2020-07-10 06:50:31'),
(674, 167, 54, 1909, 1000, 2, '2020-07-10 06:50:58', '2020-07-10 06:50:58'),
(675, 391, 54, 2118, 300, 1, '2020-07-10 06:51:45', '2020-07-10 06:51:45'),
(676, 85, 54, 1834, 250, 1, '2020-07-10 06:53:28', '2020-07-10 06:53:28'),
(677, 35, 54, 1801, 800, 2, '2020-07-10 08:44:04', '2020-07-10 08:44:04'),
(678, 110, 54, 1854, 600, 1, '2020-07-10 08:44:35', '2020-07-10 08:44:35'),
(679, 251, 317, 1989, 300, 1, '2020-07-10 09:11:17', '2020-07-10 09:11:17'),
(680, 251, 317, 1989, 0, 1, '2020-07-10 09:12:29', '2020-07-10 09:12:29'),
(681, 503, 1, 2194, 250, 1, '2020-07-10 09:45:31', '2020-07-10 09:45:31'),
(682, 209, 54, 1949, 300, 1, '2020-07-10 12:32:56', '2020-07-10 12:32:56'),
(683, 502, 1, 2193, 350, 1, '2020-07-10 13:08:26', '2020-07-10 13:08:26'),
(684, 191, 54, 1932, 300, 1, '2020-07-11 12:42:30', '2020-07-11 12:42:30'),
(685, 428, 54, 2145, 300, 1, '2020-07-11 12:42:33', '2020-07-11 12:42:33'),
(686, 409, 54, 2134, 500, 1, '2020-07-11 12:42:38', '2020-07-11 12:42:38'),
(687, 470, 1, 2175, 300, 1, '2020-07-12 04:09:12', '2020-07-12 04:09:12'),
(688, 274, 317, 2012, 200, 1, '2020-07-12 07:49:33', '2020-07-12 07:49:33'),
(689, 482, 54, 1759, 750, 1, '2020-07-12 09:20:49', '2020-07-12 09:20:49'),
(690, 359, 54, 2088, 600, 1, '2020-07-12 09:21:37', '2020-07-12 09:21:37'),
(691, 159, 54, 1901, 900, 1, '2020-07-13 06:53:59', '2020-07-13 06:53:59'),
(692, 12, 54, 1781, 600, 1, '2020-07-13 06:54:11', '2020-07-13 06:54:11'),
(693, 6, 317, 1778, 250, 1, '2020-07-13 14:40:52', '2020-07-13 14:40:52'),
(694, 161, 317, 1903, 400, 1, '2020-07-13 14:41:32', '2020-07-13 14:41:32'),
(695, 193, 1, 1934, 0, 3, '2020-07-13 15:12:46', '2020-07-13 15:12:46'),
(696, 193, 1, 1934, 1050, 3, '2020-07-13 15:13:00', '2020-07-13 15:13:00'),
(697, 316, 317, 2052, 300, 1, '2020-07-14 06:35:32', '2020-07-14 06:35:32'),
(698, 270, 54, 2199, 1000, 2, '2020-07-14 08:45:17', '2020-07-14 08:45:17'),
(699, 467, 1, 2172, 250, 1, '2020-07-14 13:27:49', '2020-07-14 13:27:49'),
(700, 272, 54, 2010, 600, 2, '2020-07-15 15:59:42', '2020-07-15 15:59:42'),
(701, 151, 54, 1893, 2000, 1, '2020-07-15 16:02:46', '2020-07-15 16:02:46'),
(702, 240, 54, 1978, 500, 1, '2020-07-15 16:04:09', '2020-07-15 16:04:09'),
(703, 178, 317, 1920, 0, 1, '2020-07-16 11:13:12', '2020-07-16 11:13:12'),
(704, 178, 317, 1920, 600, 1, '2020-07-16 11:13:55', '2020-07-16 11:13:55'),
(705, 510, 317, 2203, 700, 2, '2020-07-16 11:19:27', '2020-07-16 11:19:27'),
(706, 299, 317, 2036, 0, 2, '2020-07-19 05:10:31', '2020-07-19 05:10:31'),
(707, 299, 317, 2036, 500, 1, '2020-07-19 05:10:55', '2020-07-19 05:10:55'),
(708, 15, 317, 1784, 1000, 4, '2020-07-19 05:12:36', '2020-07-19 05:12:36'),
(709, 269, 317, 2007, 400, 1, '2020-07-19 05:13:14', '2020-07-19 05:13:14'),
(710, 407, 317, 2132, 0, 2, '2020-07-19 05:59:52', '2020-07-19 05:59:52'),
(711, 407, 317, 2132, 1500, 3, '2020-07-19 06:00:23', '2020-07-19 06:00:23'),
(712, 267, 317, 2005, 0, 1, '2020-07-19 06:33:55', '2020-07-19 06:33:55'),
(713, 267, 317, 2005, 600, 2, '2020-07-19 06:34:17', '2020-07-19 06:34:17'),
(714, 453, 1, 1304, 350, 1, '2020-07-19 07:29:01', '2020-07-19 07:29:01'),
(715, 76, 317, 1827, 0, 1, '2020-07-21 07:25:07', '2020-07-21 07:25:07'),
(716, 76, 317, 1827, 600, 1, '2020-07-21 07:25:30', '2020-07-21 07:25:30'),
(717, 76, 317, 1827, 1200, 1, '2020-07-21 07:25:47', '2020-07-21 07:25:47'),
(718, 225, 54, 1964, 600, 1, '2020-07-21 07:42:36', '2020-07-21 07:42:36'),
(719, 368, 54, 2097, 500, 1, '2020-07-21 07:44:19', '2020-07-21 07:44:19'),
(720, 179, 54, 1921, 400, 1, '2020-07-21 07:45:27', '2020-07-21 07:45:27');
INSERT INTO `payment_confarmation_histories` (`id`, `user_id`, `admin_id`, `payment_history_id`, `updated_amount`, `payment_for_month`, `created_at`, `updated_at`) VALUES
(721, 82, 54, 1831, 600, 2, '2020-07-21 07:52:28', '2020-07-21 07:52:28'),
(722, 329, 54, 2065, 800, 2, '2020-07-21 07:54:12', '2020-07-21 07:54:12'),
(723, 459, 1, 2166, 300, 1, '2020-07-21 08:40:39', '2020-07-21 08:40:39'),
(724, 293, 317, 2030, 300, 1, '2020-07-21 09:31:17', '2020-07-21 09:31:17'),
(725, 169, 317, 1911, 0, 3, '2020-07-22 05:53:04', '2020-07-22 05:53:04'),
(726, 169, 317, 1911, 1050, 3, '2020-07-22 05:53:29', '2020-07-22 05:53:29'),
(727, 180, 317, 1922, 400, 1, '2020-07-22 06:34:16', '2020-07-22 06:34:16'),
(728, 177, 1, 1919, 250, 1, '2020-07-22 08:59:06', '2020-07-22 08:59:06'),
(729, 358, 54, 2087, 500, 1, '2020-07-23 05:55:29', '2020-07-23 05:55:29'),
(730, 139, 1, 1881, 1400, 4, '2020-07-23 06:46:09', '2020-07-23 06:46:09'),
(731, 122, 54, 1865, 250, 1, '2020-07-23 09:51:02', '2020-07-23 09:51:02'),
(732, 311, 54, 2047, 250, 1, '2020-07-24 10:50:32', '2020-07-24 10:50:32'),
(733, 328, 54, 2064, 900, 3, '2020-07-24 10:53:01', '2020-07-24 10:53:01'),
(734, 163, 54, 1905, 1000, 2, '2020-07-24 14:00:22', '2020-07-24 14:00:22'),
(735, 373, 317, 2102, 0, 3, '2020-07-25 07:55:18', '2020-07-25 07:55:18'),
(736, 373, 317, 2102, 500, 1, '2020-07-25 07:55:36', '2020-07-25 07:55:36'),
(737, 396, 54, 2122, 500, 1, '2020-07-25 10:51:59', '2020-07-25 10:51:59'),
(738, 133, 54, 1875, 250, 1, '2020-07-25 10:52:34', '2020-07-25 10:52:34'),
(739, 295, 54, 2212, 1000, 2, '2020-07-25 10:53:17', '2020-07-25 10:53:17'),
(740, 360, 54, 2089, 1500, 3, '2020-07-25 11:29:50', '2020-07-25 11:29:50'),
(741, 309, 1, 2046, 3000, 1, '2020-07-27 08:50:16', '2020-07-27 08:50:16'),
(742, 162, 1, 1904, 500, 1, '2020-07-27 10:01:19', '2020-07-27 10:01:19'),
(743, 447, 1, 2156, 700, 2, '2020-07-27 10:02:06', '2020-07-27 10:02:06'),
(744, 30, 1, 1796, 38750, 1, '2020-07-27 10:14:03', '2020-07-27 10:14:03'),
(745, 30, 1, 1796, 0, 1, '2020-07-27 10:14:25', '2020-07-27 10:14:25'),
(746, 506, 317, 2198, 300, 1, '2020-07-28 11:50:56', '2020-07-28 11:50:56'),
(747, 326, 1, 2062, 1050, 3, '2020-07-29 05:53:59', '2020-07-29 05:53:59'),
(748, 437, 1, 2151, 300, 1, '2020-07-29 05:57:51', '2020-07-29 05:57:51'),
(749, 350, 1, 2220, 1200, 3, '2020-07-29 06:01:17', '2020-07-29 06:01:17'),
(750, 363, 317, 2092, 600, 2, '2020-07-29 15:04:30', '2020-07-29 15:04:30'),
(751, 487, 317, 1769, 400, 1, '2020-07-29 15:05:30', '2020-07-29 15:05:30'),
(752, 504, 1, 2195, 300, 1, '2020-07-30 05:19:50', '2020-07-30 05:19:50'),
(753, 457, 1, 2164, 2450, 1, '2020-07-30 06:13:20', '2020-07-30 06:13:20'),
(754, 464, 1, 2169, 800, 2, '2020-07-30 06:17:53', '2020-07-30 06:17:53'),
(755, 524, 1, 2232, 400, 1, '2020-07-30 06:31:28', '2020-07-30 06:31:28'),
(756, 232, 1, 1970, 400, 1, '2020-07-30 06:32:33', '2020-07-30 06:32:33'),
(757, 276, 317, 2014, 0, 3, '2020-07-30 10:43:15', '2020-07-30 10:43:15'),
(758, 276, 317, 2014, 300, 1, '2020-07-30 10:43:36', '2020-07-30 10:43:36'),
(759, 219, 317, 1958, 0, 3, '2020-07-30 10:58:44', '2020-07-30 10:58:44'),
(760, 219, 317, 1958, 700, 1, '2020-07-30 10:59:00', '2020-07-30 10:59:00'),
(761, 524, 317, 2232, 1500, 5, '2020-07-30 11:27:32', '2020-07-30 11:27:32'),
(762, 466, 317, 2171, 500, 2, '2020-07-30 13:17:23', '2020-07-30 13:17:23'),
(763, 18, 1, 2259, 350, 1, '2020-08-03 07:28:03', '2020-08-03 07:28:03'),
(764, 530, 1, 2700, 1200, 3, '2020-08-04 11:33:16', '2020-08-04 11:33:16'),
(765, 530, 1, 2700, 400, 1, '2020-08-04 11:33:25', '2020-08-04 11:33:25'),
(766, 14, 1, 2255, 200, 1, '2020-08-05 05:08:35', '2020-08-05 05:08:35'),
(767, 510, 1, 2687, 350, 1, '2020-08-05 05:17:05', '2020-08-05 05:17:05'),
(768, 371, 1, 2573, 500, 1, '2020-08-05 05:17:57', '2020-08-05 05:17:57'),
(769, 14, 1, 2255, 200, 1, '2020-08-05 05:29:05', '2020-08-05 05:29:05'),
(770, 375, 317, 2577, 400, 1, '2020-08-05 05:43:43', '2020-08-05 05:43:43'),
(771, 169, 317, 2384, 350, 1, '2020-08-05 05:44:13', '2020-08-05 05:44:13'),
(772, 120, 317, 2336, 400, 1, '2020-08-05 05:56:45', '2020-08-05 05:56:45'),
(773, 502, 1, 2681, 300, 1, '2020-08-05 06:08:41', '2020-08-05 06:08:41'),
(774, 322, 1, 2529, 400, 1, '2020-08-05 06:09:11', '2020-08-05 06:09:11'),
(775, 319, 1, 2526, 350, 1, '2020-08-05 06:09:41', '2020-08-05 06:09:41'),
(776, 152, 1, 2367, 400, 1, '2020-08-05 06:10:04', '2020-08-05 06:10:04'),
(777, 359, 1, 2561, 600, 1, '2020-08-05 06:10:37', '2020-08-05 06:10:37'),
(778, 370, 317, 2572, 350, 1, '2020-08-05 06:18:29', '2020-08-05 06:18:29'),
(779, 511, 1, 2688, 300, 1, '2020-08-05 06:20:46', '2020-08-05 06:20:46'),
(780, 504, 317, 2683, 300, 1, '2020-08-05 09:11:48', '2020-08-05 09:11:48'),
(781, 98, 1, 2316, 500, 5, '2020-08-05 13:51:59', '2020-08-05 13:51:59'),
(782, 455, 1, 2639, 350, 1, '2020-08-05 13:53:11', '2020-08-05 13:53:11'),
(783, 134, 1, 2349, 500, 4, '2020-08-05 13:54:38', '2020-08-05 13:54:38'),
(784, 205, 1, 2418, 350, 1, '2020-08-05 13:55:23', '2020-08-05 13:55:23'),
(785, 304, 1, 2512, 500, 1, '2020-08-05 13:55:52', '2020-08-05 13:55:52'),
(786, 234, 1, 2445, 500, 1, '2020-08-05 13:56:23', '2020-08-05 13:56:23'),
(787, 441, 1, 2628, 350, 1, '2020-08-05 13:56:56', '2020-08-05 13:56:56'),
(788, 114, 317, 2331, 750, 3, '2020-08-05 15:41:06', '2020-08-05 15:41:06'),
(789, 114, 317, 2331, 0, 2, '2020-08-05 15:41:27', '2020-08-05 15:41:27'),
(790, 228, 1, 2439, 500, 1, '2020-08-05 16:55:43', '2020-08-05 16:55:43'),
(791, 339, 1, 2702, 2000, 4, '2020-08-05 17:17:43', '2020-08-05 17:17:43'),
(792, 224, 1, 2436, 400, 1, '2020-08-05 17:30:12', '2020-08-05 17:30:12'),
(793, 194, 1, 2408, 1000, 4, '2020-08-06 04:44:53', '2020-08-06 04:44:53'),
(794, 95, 1, 2313, 500, 1, '2020-08-06 04:46:49', '2020-08-06 04:46:49'),
(795, 137, 1, 2352, 400, 1, '2020-08-06 10:24:28', '2020-08-06 10:24:28'),
(796, 333, 1, 2539, 350, 1, '2020-08-06 10:25:16', '2020-08-06 10:25:16'),
(797, 186, 1, 2400, 400, 1, '2020-08-06 10:25:47', '2020-08-06 10:25:47'),
(798, 111, 1, 2328, 300, 1, '2020-08-06 10:47:59', '2020-08-06 10:47:59'),
(799, 213, 1, 2425, 300, 1, '2020-08-06 16:29:46', '2020-08-06 16:29:46'),
(800, 154, 1, 2369, 500, 1, '2020-08-06 16:30:08', '2020-08-06 16:30:08'),
(801, 465, 1, 2648, 300, 1, '2020-08-07 09:13:38', '2020-08-07 09:13:38'),
(802, 117, 1, 2334, 300, 1, '2020-08-07 10:55:45', '2020-08-07 10:55:45'),
(803, 21, 1, 2262, 300, 1, '2020-08-08 16:24:32', '2020-08-08 16:24:32'),
(804, 196, 317, 2410, 300, 1, '2020-08-09 08:45:15', '2020-08-09 08:45:15'),
(805, 309, 1, 2517, 3000, 1, '2020-08-10 06:23:08', '2020-08-10 06:23:08'),
(806, 391, 1, 2591, 300, 1, '2020-08-10 06:23:32', '2020-08-10 06:23:32'),
(807, 539, 1, 2707, 350, 1, '2020-08-10 06:26:19', '2020-08-10 06:26:19'),
(808, 115, 1, 2332, 350, 1, '2020-08-10 06:26:47', '2020-08-10 06:26:47'),
(809, 142, 1, 2357, 300, 1, '2020-08-10 06:28:05', '2020-08-10 06:28:05'),
(810, 109, 1, 2326, 300, 1, '2020-08-10 06:28:31', '2020-08-10 06:28:31'),
(811, 110, 1, 2327, 600, 1, '2020-08-10 06:28:53', '2020-08-10 06:28:53'),
(812, 85, 1, 2307, 250, 1, '2020-08-10 06:29:43', '2020-08-10 06:29:43'),
(813, 179, 1, 2394, 400, 1, '2020-08-10 16:22:31', '2020-08-10 16:22:31'),
(814, 218, 317, 2430, 500, 1, '2020-08-10 17:33:56', '2020-08-10 17:33:56'),
(815, 466, 317, 2649, 250, 1, '2020-08-10 17:43:24', '2020-08-10 17:43:24'),
(816, 449, 1, 2633, 300, 1, '2020-08-12 08:22:19', '2020-08-12 08:22:19'),
(817, 33, 1, 2271, 250, 1, '2020-08-12 08:28:47', '2020-08-12 08:28:47'),
(818, 129, 1, 2344, 3500, 2, '2020-08-12 09:19:50', '2020-08-12 09:19:50'),
(819, 393, 1, 2593, 250, 1, '2020-08-12 09:20:17', '2020-08-12 09:20:17'),
(820, 436, 1, 2625, 250, 1, '2020-08-12 09:20:37', '2020-08-12 09:20:37'),
(821, 251, 1, 2462, 300, 1, '2020-08-12 09:21:04', '2020-08-12 09:21:04'),
(822, 314, 1, 2521, 300, 1, '2020-08-12 09:21:27', '2020-08-12 09:21:27'),
(823, 326, 1, 2533, 350, 1, '2020-08-12 09:21:46', '2020-08-12 09:21:46'),
(824, 288, 1, 2497, 300, 1, '2020-08-12 09:22:12', '2020-08-12 09:22:12'),
(825, 148, 1, 2363, 800, 1, '2020-08-12 09:22:40', '2020-08-12 09:22:40'),
(826, 476, 1, 2658, 300, 1, '2020-08-12 09:32:45', '2020-08-12 09:32:45'),
(827, 484, 1, 2666, 600, 1, '2020-08-12 11:39:29', '2020-08-12 11:39:29'),
(828, 540, 1, 2708, 350, 1, '2020-08-12 11:42:50', '2020-08-12 11:42:50'),
(829, 15, 1, 2256, 200, 1, '2020-08-12 12:29:59', '2020-08-12 12:29:59'),
(830, 127, 1, 2342, 2500, 1, '2020-08-13 07:36:51', '2020-08-13 07:36:51'),
(831, 392, 317, 2592, 500, 1, '2020-08-13 07:49:13', '2020-08-13 07:49:13'),
(832, 420, 317, 2616, 0, 3, '2020-08-13 07:49:57', '2020-08-13 07:49:57'),
(833, 420, 317, 2616, 400, 2, '2020-08-13 07:50:15', '2020-08-13 07:50:15'),
(834, 395, 317, 2595, 300, 1, '2020-08-13 08:34:59', '2020-08-13 08:34:59'),
(835, 128, 317, 2343, 300, 1, '2020-08-13 08:50:35', '2020-08-13 08:50:35'),
(836, 156, 1, 2371, 200, 1, '2020-08-13 09:25:19', '2020-08-13 09:25:19'),
(837, 506, 1, 2685, 300, 1, '2020-08-14 04:45:03', '2020-08-14 04:45:03'),
(838, 311, 1, 2518, 250, 1, '2020-08-15 11:43:26', '2020-08-15 11:43:26'),
(839, 135, 1, 2350, 300, 1, '2020-08-15 13:59:31', '2020-08-15 13:59:31'),
(840, 551, 1, 2724, 600, 2, '2020-08-15 14:24:51', '2020-08-15 14:24:51'),
(841, 274, 317, 2484, 0, 3, '2020-08-15 16:24:23', '2020-08-15 16:24:23'),
(842, 274, 317, 2484, 200, 1, '2020-08-15 16:24:42', '2020-08-15 16:24:42'),
(843, 161, 317, 2376, 400, 1, '2020-08-15 16:25:15', '2020-08-15 16:25:15'),
(844, 32, 1, 2270, 1000, 1, '2020-08-16 08:52:27', '2020-08-16 08:52:27'),
(845, 404, 1, 2604, 500, 2, '2020-08-16 09:46:53', '2020-08-16 09:46:53'),
(846, 405, 1, 2605, 500, 2, '2020-08-16 13:29:19', '2020-08-16 13:29:19'),
(847, 412, 1, 2612, 0, 4, '2020-08-17 05:19:38', '2020-08-17 05:19:38'),
(848, 412, 1, 2612, 1000, 2, '2020-08-17 05:19:55', '2020-08-17 05:19:55'),
(849, 463, 1, 2646, 300, 1, '2020-08-17 05:21:02', '2020-08-17 05:21:02'),
(850, 6, 1, 2250, 250, 1, '2020-08-17 05:24:02', '2020-08-17 05:24:02'),
(851, 225, 1, 2437, 600, 1, '2020-08-17 05:25:00', '2020-08-17 05:25:00'),
(852, 173, 1, 2388, 800, 2, '2020-08-17 05:35:49', '2020-08-17 05:35:49'),
(853, 173, 1, 2388, 800, 2, '2020-08-17 05:43:03', '2020-08-17 05:43:03'),
(854, 191, 1, 2405, 300, 1, '2020-08-17 05:47:27', '2020-08-17 05:47:27'),
(855, 336, 1, 2542, 600, 2, '2020-08-17 05:57:01', '2020-08-17 05:57:01'),
(856, 437, 1, 2626, 300, 1, '2020-08-17 06:00:43', '2020-08-17 06:00:43'),
(857, 113, 1, 2330, 400, 1, '2020-08-17 06:03:46', '2020-08-17 06:03:46'),
(858, 341, 317, 2546, 400, 1, '2020-08-17 06:43:38', '2020-08-17 06:43:38'),
(859, 122, 317, 2338, 250, 1, '2020-08-17 07:15:06', '2020-08-17 07:15:06'),
(860, 548, 317, 2720, 250, 1, '2020-08-17 08:25:59', '2020-08-17 08:25:59'),
(861, 505, 317, 2684, 350, 1, '2020-08-17 08:58:17', '2020-08-17 08:58:17'),
(862, 505, 317, 2684, 350, 1, '2020-08-17 08:58:27', '2020-08-17 08:58:27'),
(865, 290, 1, 2735, 0, 3, '2020-08-17 11:10:43', '2020-08-17 11:10:43'),
(866, 290, 1, 2736, 300, 1, '2020-08-17 11:11:15', '2020-08-17 11:11:15'),
(867, 45, 317, 2278, 0, 2, '2020-08-17 11:27:34', '2020-08-17 11:27:34'),
(868, 45, 317, 2278, 800, 1, '2020-08-17 11:27:56', '2020-08-17 11:27:56'),
(869, 160, 1, 2375, 400, 1, '2020-08-17 17:40:20', '2020-08-17 17:40:20'),
(870, 49, 1, 2737, 450, 3, '2020-08-18 06:10:34', '2020-08-18 06:10:34'),
(871, 12, 317, 2253, 600, 1, '2020-08-18 07:02:59', '2020-08-18 07:02:59'),
(872, 54, 317, 2285, 300, 1, '2020-08-18 07:22:04', '2020-08-18 07:22:04'),
(873, 136, 317, 2351, 800, 2, '2020-08-18 09:09:33', '2020-08-18 09:09:33'),
(874, 547, 317, 2719, 400, 1, '2020-08-18 09:25:26', '2020-08-18 09:25:26'),
(875, 149, 317, 2364, 1050, 3, '2020-08-18 10:19:54', '2020-08-18 10:19:54'),
(876, 151, 317, 2366, 2000, 1, '2020-08-18 10:21:30', '2020-08-18 10:21:30'),
(877, 159, 317, 2374, 0, 1, '2020-08-18 10:52:34', '2020-08-18 10:52:34'),
(878, 22, 1, 2263, 0, 1, '2020-08-18 11:59:10', '2020-08-18 11:59:10'),
(879, 157, 317, 2372, 300, 1, '2020-08-18 17:15:44', '2020-08-18 17:15:44'),
(880, 555, 1, 2739, 600, 1, '2020-08-18 18:28:54', '2020-08-18 18:28:54'),
(881, 165, 317, 2380, 500, 1, '2020-08-19 07:08:09', '2020-08-19 07:08:09'),
(882, 406, 317, 2606, 250, 1, '2020-08-19 07:09:20', '2020-08-19 07:09:20'),
(883, 138, 317, 2353, 800, 2, '2020-08-19 08:00:50', '2020-08-19 08:00:50'),
(884, 58, 317, 2288, 350, 1, '2020-08-19 08:02:06', '2020-08-19 08:02:06'),
(885, 140, 317, 2355, 0, 2, '2020-08-19 08:03:26', '2020-08-19 08:03:26'),
(886, 140, 317, 2355, 400, 1, '2020-08-19 08:03:46', '2020-08-19 08:03:46'),
(887, 280, 317, 2490, 2500, 5, '2020-08-19 08:15:41', '2020-08-19 08:15:41'),
(888, 442, 317, 2629, 800, 2, '2020-08-19 08:40:23', '2020-08-19 08:40:23'),
(889, 269, 317, 2480, 400, 1, '2020-08-19 13:46:21', '2020-08-19 13:46:21'),
(890, 378, 317, 2580, 0, 2, '2020-08-19 13:50:34', '2020-08-19 13:50:34'),
(891, 209, 317, 2422, 300, 1, '2020-08-19 13:57:20', '2020-08-19 13:57:20'),
(892, 286, 317, 2495, 0, 2, '2020-08-19 16:00:05', '2020-08-19 16:00:05'),
(893, 373, 317, 2575, 500, 1, '2020-08-20 08:53:52', '2020-08-20 08:53:52'),
(894, 491, 1, 1773, 350, 1, '2020-08-20 09:49:24', '2020-08-20 09:49:24'),
(895, 238, 1, 2449, 0, 5, '2020-08-20 15:56:12', '2020-08-20 15:56:12'),
(896, 558, 1, 2741, 0, 1, '2020-08-20 15:59:08', '2020-08-20 15:59:08'),
(897, 125, 1, 2341, 500, 1, '2020-08-20 17:12:47', '2020-08-20 17:12:47'),
(898, 125, 1, 2341, 0, 5, '2020-08-20 17:13:09', '2020-08-20 17:13:09'),
(899, 238, 317, 2449, 400, 1, '2020-08-21 09:18:51', '2020-08-21 09:18:51'),
(900, 545, 317, 2717, 500, 1, '2020-08-21 15:35:11', '2020-08-21 15:35:11'),
(901, 374, 1, 2576, 2400, 6, '2020-08-22 08:18:51', '2020-08-22 08:18:51'),
(902, 199, 317, 2413, 4500, 5, '2020-08-22 11:30:37', '2020-08-22 11:30:37'),
(903, 177, 317, 2392, 250, 1, '2020-08-22 11:36:14', '2020-08-22 11:36:14'),
(904, 559, 1, 2743, 0, 0, '2020-08-22 14:21:43', '2020-08-22 14:21:43'),
(905, 559, 1, 2743, 250, 1, '2020-08-22 14:21:51', '2020-08-22 14:21:51'),
(906, 559, 1, 2745, 250, 1, '2020-08-22 14:22:12', '2020-08-22 14:22:12'),
(907, 556, 1, 2756, 3000, 12, '2020-08-22 14:27:16', '2020-08-22 14:27:16'),
(908, 301, 317, 2509, 0, 1, '2020-08-23 10:47:45', '2020-08-23 10:47:45'),
(909, 301, 317, 2509, 1500, 1, '2020-08-23 10:48:05', '2020-08-23 10:48:05'),
(910, 335, 317, 2541, 500, 1, '2020-08-23 11:09:11', '2020-08-23 11:09:11'),
(911, 119, 317, 2335, 1400, 2, '2020-08-24 05:29:21', '2020-08-24 05:29:21'),
(912, 396, 317, 2596, 500, 1, '2020-08-24 05:30:17', '2020-08-24 05:30:17'),
(913, 511, 317, 2688, 300, 1, '2020-08-24 05:35:18', '2020-08-24 05:35:18'),
(914, 293, 317, 2502, 300, 1, '2020-08-24 05:36:14', '2020-08-24 05:36:14'),
(915, 348, 317, 2552, 0, 1, '2020-08-24 05:38:40', '2020-08-24 05:38:40'),
(916, 133, 317, 2348, 250, 1, '2020-08-24 05:53:30', '2020-08-24 05:53:30'),
(917, 470, 317, 2653, 1, 1, '2020-08-24 06:06:00', '2020-08-24 06:06:00'),
(918, 368, 317, 2570, 0, 1, '2020-08-24 06:26:38', '2020-08-24 06:26:38'),
(919, 117, 317, 2334, 300, 1, '2020-08-24 06:38:32', '2020-08-24 06:38:32'),
(920, 431, 317, 2621, 0, 3, '2020-08-24 06:53:18', '2020-08-24 06:53:18'),
(921, 303, 317, 2511, 1000, 2, '2020-08-24 07:16:42', '2020-08-24 07:16:42'),
(922, 562, 1, 2771, 4800, 12, '2020-08-24 10:47:18', '2020-08-24 10:47:18'),
(923, 268, 317, 2479, 0, 4, '2020-08-24 10:47:30', '2020-08-24 10:47:30'),
(924, 268, 317, 2479, 3000, 2, '2020-08-24 10:47:47', '2020-08-24 10:47:47'),
(925, 563, 1, 2772, 300, 1, '2020-08-25 16:09:34', '2020-08-25 16:09:34'),
(926, 459, 1, 2643, 300, 1, '2020-08-26 05:50:50', '2020-08-26 05:50:50'),
(927, 171, 1, 2386, 1500, 3, '2020-08-26 06:12:20', '2020-08-26 06:12:20'),
(928, 482, 1, 2664, 750, 1, '2020-08-26 06:20:55', '2020-08-26 06:20:55'),
(929, 207, 1, 2420, 350, 1, '2020-08-27 05:53:08', '2020-08-27 05:53:08'),
(930, 223, 1, 2435, 500, 1, '2020-08-27 05:54:56', '2020-08-27 05:54:56'),
(931, 95, 1, 2313, 500, 1, '2020-08-27 05:56:42', '2020-08-27 05:56:42'),
(932, 411, 317, 2611, 0, 3, '2020-08-27 06:19:50', '2020-08-27 06:19:50'),
(933, 411, 317, 2611, 500, 2, '2020-08-27 06:20:08', '2020-08-27 06:20:08'),
(934, 464, 317, 2647, 400, 1, '2020-08-27 06:41:39', '2020-08-27 06:41:39'),
(935, 276, 317, 2486, 300, 1, '2020-08-27 08:33:31', '2020-08-27 08:33:31'),
(936, 216, 317, 2428, 1400, 4, '2020-08-27 09:29:37', '2020-08-27 09:29:37'),
(937, 175, 1, 2390, 500, 1, '2020-08-27 10:37:50', '2020-08-27 10:37:50'),
(938, 487, 317, 2669, 400, 1, '2020-08-27 11:02:37', '2020-08-27 11:02:37'),
(939, 553, 1, 2726, 300, 1, '2020-08-27 14:22:35', '2020-08-27 14:22:35'),
(940, 447, 1, 2631, 350, 1, '2020-08-28 14:35:32', '2020-08-28 14:35:32'),
(941, 82, 317, 2304, 300, 1, '2020-08-29 06:00:17', '2020-08-29 06:00:17'),
(942, 248, 317, 2459, 2000, 2, '2020-08-29 06:50:12', '2020-08-29 06:50:12'),
(943, 147, 317, 2362, 0, 3, '2020-08-29 08:37:14', '2020-08-29 08:37:14'),
(944, 147, 317, 2362, 400, 1, '2020-08-29 08:37:31', '2020-08-29 08:37:31'),
(945, 484, 317, 2666, 600, 1, '2020-08-29 09:11:49', '2020-08-29 09:11:49'),
(946, 176, 1, 2391, 2500, 5, '2020-08-29 10:19:33', '2020-08-29 10:19:33'),
(947, 6, 317, 2250, 0, 1, '2020-08-29 10:40:24', '2020-08-29 10:40:24'),
(948, 569, 1, 2785, 250, 1, '2020-08-29 10:43:46', '2020-08-29 10:43:46'),
(949, 124, 317, 2340, 0, 1, '2020-08-29 11:01:10', '2020-08-29 11:01:10'),
(950, 367, 317, 2569, 0, 1, '2020-08-29 20:03:13', '2020-08-29 20:03:13'),
(951, 367, 317, 2569, 1000, 2, '2020-08-29 20:03:30', '2020-08-29 20:03:30'),
(952, 242, 1, 2453, 2500, 5, '2020-08-30 06:07:11', '2020-08-30 06:07:11'),
(953, 508, 1, 2200, 300, 1, '2020-08-30 08:55:30', '2020-08-30 08:55:30'),
(954, 316, 317, 2523, 0, 1, '2020-08-31 05:10:30', '2020-08-31 05:10:30'),
(955, 431, 317, 2621, 300, 1, '2020-08-31 07:27:18', '2020-08-31 07:27:18'),
(956, 56, 317, 2286, 250, 1, '2020-08-31 07:32:43', '2020-08-31 07:32:43'),
(957, 457, 317, 2641, 2450, 1, '2020-08-31 07:59:02', '2020-08-31 07:59:02'),
(958, 235, 1, 2446, 0, 4, '2020-08-31 08:10:27', '2020-08-31 08:10:27'),
(959, 235, 1, 2446, 1600, 1, '2020-08-31 08:10:42', '2020-08-31 08:10:42'),
(960, 454, 317, 2638, 0, 1, '2020-08-31 08:14:17', '2020-08-31 08:14:17'),
(961, 187, 317, 2401, 500, 2, '2020-08-31 08:58:16', '2020-08-31 08:58:16'),
(962, 346, 317, 2550, 0, 2, '2020-08-31 09:00:32', '2020-08-31 09:00:32'),
(963, 346, 317, 2550, 1000, 2, '2020-08-31 09:00:45', '2020-08-31 09:00:45'),
(964, 202, 317, 2415, 500, 2, '2020-08-31 11:17:02', '2020-08-31 11:17:02'),
(965, 58, 317, 2288, 350, 1, '2020-08-31 11:19:44', '2020-08-31 11:19:44'),
(966, 188, 317, 2402, 200, 1, '2020-08-31 11:20:44', '2020-08-31 11:20:44'),
(967, 178, 618, 2393, 600, 1, '2020-08-31 11:50:54', '2020-08-31 11:50:54'),
(968, 29, 1, 2267, 33000, 2, '2020-08-31 12:15:42', '2020-08-31 12:15:42'),
(969, 567, 1, 2783, 21000, 7, '2020-08-31 12:16:06', '2020-08-31 12:16:06'),
(970, 188, 618, 2402, 200, 1, '2020-09-01 05:13:12', '2020-09-01 05:13:12'),
(971, 319, 618, 3069, 350, 1, '2020-09-01 06:18:36', '2020-09-01 06:18:36'),
(972, 26, 317, 2806, 0, 1, '2020-09-01 07:16:38', '2020-09-01 07:16:38'),
(973, 26, 317, 2806, 250, 1, '2020-09-01 07:16:54', '2020-09-01 07:16:54'),
(974, 51, 317, 2823, 0, 1, '2020-09-01 07:19:08', '2020-09-01 07:19:08'),
(975, 51, 317, 2823, 300, 1, '2020-09-01 07:19:35', '2020-09-01 07:19:35'),
(976, 341, 317, 3088, 400, 1, '2020-09-01 08:35:22', '2020-09-01 08:35:22'),
(977, 250, 317, 3002, 0, 2, '2020-09-01 09:52:25', '2020-09-01 09:52:25'),
(978, 250, 317, 3002, 600, 2, '2020-09-01 09:52:48', '2020-09-01 09:52:48'),
(979, 397, 1, 3140, 2400, 6, '2020-09-01 11:20:53', '2020-09-01 11:20:53'),
(980, 189, 618, 2943, 200, 1, '2020-09-02 06:20:56', '2020-09-02 06:20:56'),
(981, 390, 618, 3133, 600, 2, '2020-09-02 06:23:00', '2020-09-02 06:23:00'),
(982, 524, 317, 3244, 600, 2, '2020-09-02 06:25:29', '2020-09-02 06:25:29'),
(983, 348, 317, 3094, 300, 1, '2020-09-02 06:26:27', '2020-09-02 06:26:27'),
(984, 272, 618, 3024, 300, 1, '2020-09-02 06:29:51', '2020-09-02 06:29:51'),
(985, 421, 317, 3160, 0, 4, '2020-09-02 06:30:32', '2020-09-02 06:30:32'),
(986, 421, 317, 3160, 900, 3, '2020-09-02 06:31:01', '2020-09-02 06:31:01'),
(987, 106, 317, 2863, 0, 6, '2020-09-02 09:45:52', '2020-09-02 09:45:52'),
(988, 106, 317, 2863, 350, 1, '2020-09-02 09:46:07', '2020-09-02 09:46:07'),
(989, 502, 1, 3226, 300, 1, '2020-09-02 13:22:21', '2020-09-02 13:22:21'),
(990, 572, 1, 3281, 900, 3, '2020-09-02 18:19:59', '2020-09-02 18:19:59'),
(991, 572, 1, 3281, 0, 1, '2020-09-02 18:20:16', '2020-09-02 18:20:16'),
(992, 428, 618, 3163, 300, 1, '2020-09-03 04:34:05', '2020-09-03 04:34:05'),
(993, 564, 618, 3274, 600, 1, '2020-09-03 04:45:06', '2020-09-03 04:45:06'),
(994, 441, 618, 3171, 350, 1, '2020-09-03 04:52:38', '2020-09-03 04:52:38'),
(995, 169, 618, 2924, 350, 1, '2020-09-03 09:00:15', '2020-09-03 09:00:15'),
(996, 142, 618, 2897, 300, 1, '2020-09-03 09:05:42', '2020-09-03 09:05:42'),
(997, 251, 618, 3003, 300, 1, '2020-09-03 09:06:58', '2020-09-03 09:06:58'),
(998, 14, 618, 2796, 200, 1, '2020-09-03 10:11:49', '2020-09-03 10:11:49'),
(999, 137, 618, 2892, 400, 1, '2020-09-05 04:17:40', '2020-09-05 04:17:40'),
(1000, 186, 618, 2940, 400, 1, '2020-09-05 04:19:02', '2020-09-05 04:19:02'),
(1001, 120, 618, 2876, 400, 1, '2020-09-05 04:20:11', '2020-09-05 04:20:11'),
(1002, 224, 618, 2976, 400, 1, '2020-09-05 04:21:03', '2020-09-05 04:21:03'),
(1003, 342, 1, 3089, 0, 5, '2020-09-05 04:21:33', '2020-09-05 04:21:33'),
(1004, 213, 618, 2965, 300, 1, '2020-09-05 06:47:51', '2020-09-05 06:47:51'),
(1005, 370, 317, 3115, 350, 1, '2020-09-05 07:36:46', '2020-09-05 07:36:46'),
(1006, 125, 618, 2881, 400, 1, '2020-09-05 08:07:55', '2020-09-05 08:07:55'),
(1007, 342, 618, 3089, 250, 1, '2020-09-05 08:59:20', '2020-09-05 08:59:20'),
(1008, 311, 618, 3061, 250, 1, '2020-09-05 10:11:08', '2020-09-05 10:11:08'),
(1009, 548, 618, 3263, 250, 1, '2020-09-05 10:15:49', '2020-09-05 10:15:49'),
(1010, 393, 317, 3136, 0, 2, '2020-09-05 12:27:13', '2020-09-05 12:27:13'),
(1011, 228, 317, 2980, 350, 1, '2020-09-05 12:50:31', '2020-09-05 12:50:31'),
(1012, 179, 317, 2934, 0, 2, '2020-09-05 13:29:43', '2020-09-05 13:29:43'),
(1013, 226, 1, 3297, 2000, 8, '2020-09-06 05:14:42', '2020-09-06 05:14:42'),
(1014, 207, 618, 2960, 350, 1, '2020-09-06 05:23:01', '2020-09-06 05:23:01'),
(1015, 225, 618, 2977, 600, 1, '2020-09-06 05:23:42', '2020-09-06 05:23:42'),
(1016, 371, 618, 3116, 500, 1, '2020-09-06 05:24:40', '2020-09-06 05:24:40'),
(1017, 110, 618, 2867, 600, 1, '2020-09-06 05:26:20', '2020-09-06 05:26:20'),
(1018, 154, 618, 2909, 500, 1, '2020-09-06 05:27:17', '2020-09-06 05:27:17'),
(1019, 304, 618, 3055, 500, 1, '2020-09-06 05:28:01', '2020-09-06 05:28:01'),
(1020, 238, 618, 2990, 400, 1, '2020-09-06 05:30:57', '2020-09-06 05:30:57'),
(1021, 54, 618, 2825, 300, 1, '2020-09-06 05:35:37', '2020-09-06 05:35:37'),
(1022, 15, 618, 2797, 200, 1, '2020-09-06 05:37:28', '2020-09-06 05:37:28'),
(1023, 173, 618, 2928, 400, 1, '2020-09-06 05:39:22', '2020-09-06 05:39:22'),
(1024, 375, 618, 3120, 400, 1, '2020-09-06 05:40:22', '2020-09-06 05:40:22'),
(1025, 21, 1, 2803, 300, 1, '2020-09-06 05:43:03', '2020-09-06 05:43:03'),
(1026, 156, 618, 2911, 400, 1, '2020-09-06 05:44:06', '2020-09-06 05:44:06'),
(1027, 160, 618, 2915, 400, 1, '2020-09-06 05:45:16', '2020-09-06 05:45:16'),
(1028, 175, 1, 2930, 500, 1, '2020-09-06 05:48:03', '2020-09-06 05:48:03'),
(1029, 189, 1, 2943, 200, 1, '2020-09-06 05:50:28', '2020-09-06 05:50:28'),
(1030, 189, 1, 2943, 200, 1, '2020-09-06 05:50:51', '2020-09-06 05:50:51'),
(1031, 98, 618, 2856, 250, 1, '2020-09-06 06:12:53', '2020-09-06 06:12:53'),
(1032, 32, 618, 2811, 1000, 1, '2020-09-06 07:24:01', '2020-09-06 07:24:01'),
(1033, 234, 618, 2986, 500, 1, '2020-09-06 07:24:53', '2020-09-06 07:24:53'),
(1034, 124, 618, 2880, 400, 1, '2020-09-06 07:26:00', '2020-09-06 07:26:00'),
(1035, 113, 618, 2870, 400, 1, '2020-09-06 07:28:00', '2020-09-06 07:28:00'),
(1036, 333, 618, 3082, 350, 1, '2020-09-06 09:02:23', '2020-09-06 09:02:23'),
(1037, 117, 618, 2874, 300, 1, '2020-09-06 09:03:48', '2020-09-06 09:03:48'),
(1038, 188, 618, 2942, 200, 1, '2020-09-06 09:37:51', '2020-09-06 09:37:51'),
(1039, 581, 1, 3299, 500, 2, '2020-09-06 09:51:53', '2020-09-06 09:51:53'),
(1040, 437, 1, 3169, 300, 1, '2020-09-07 04:27:17', '2020-09-07 04:27:17'),
(1041, 18, 618, 2800, 350, 1, '2020-09-07 04:55:42', '2020-09-07 04:55:42'),
(1042, 322, 618, 3072, 400, 1, '2020-09-07 04:56:25', '2020-09-07 04:56:25'),
(1043, 148, 618, 2903, 800, 1, '2020-09-07 05:40:46', '2020-09-07 05:40:46'),
(1044, 111, 618, 2868, 300, 1, '2020-09-07 05:59:18', '2020-09-07 05:59:18'),
(1045, 481, 618, 3205, 900, 3, '2020-09-07 08:05:35', '2020-09-07 08:05:35'),
(1046, 205, 618, 2958, 350, 1, '2020-09-07 08:10:12', '2020-09-07 08:10:12'),
(1047, 582, 1, 3305, 1500, 5, '2020-09-07 08:35:33', '2020-09-07 08:35:33'),
(1048, 229, 1, 2981, 0, 0, '2020-09-07 12:18:48', '2020-09-07 12:18:48'),
(1049, 229, 1, 2981, 0, 0, '2020-09-07 12:19:04', '2020-09-07 12:19:04'),
(1050, 229, 1, 2981, 0, 5, '2020-09-07 12:21:53', '2020-09-07 12:21:53'),
(1051, 229, 1, 2981, 2000, 1, '2020-09-07 12:22:36', '2020-09-07 12:22:36'),
(1052, 455, 1, 3181, 350, 1, '2020-09-08 04:43:33', '2020-09-08 04:43:33'),
(1053, 580, 1, 3290, 300, 1, '2020-09-08 05:11:47', '2020-09-08 05:11:47'),
(1054, 85, 618, 2847, 250, 1, '2020-09-08 06:00:25', '2020-09-08 06:00:25'),
(1055, 391, 618, 3134, 300, 1, '2020-09-08 06:01:24', '2020-09-08 06:01:24'),
(1056, 276, 618, 3028, 300, 1, '2020-09-08 06:03:19', '2020-09-08 06:03:19'),
(1057, 167, 618, 2922, 1000, 2, '2020-09-08 06:04:36', '2020-09-08 06:04:36'),
(1058, 563, 1, 3273, 300, 1, '2020-09-08 06:56:35', '2020-09-08 06:56:35'),
(1059, 288, 618, 3039, 300, 1, '2020-09-08 07:25:17', '2020-09-08 07:25:17'),
(1060, 362, 618, 3107, 1000, 2, '2020-09-08 09:43:45', '2020-09-08 09:43:45'),
(1061, 115, 618, 2872, 350, 1, '2020-09-09 04:25:33', '2020-09-09 04:25:33'),
(1062, 539, 618, 3255, 350, 1, '2020-09-09 04:26:43', '2020-09-09 04:26:43'),
(1063, 33, 618, 2812, 250, 1, '2020-09-09 06:01:37', '2020-09-09 06:01:37'),
(1064, 584, 1, 3308, 600, 1, '2020-09-09 15:24:49', '2020-09-09 15:24:49'),
(1065, 585, 1, 3309, 0, 1, '2020-09-09 16:29:04', '2020-09-09 16:29:04'),
(1066, 30, 1, 2809, 43750, 1, '2020-09-09 17:37:12', '2020-09-09 17:37:12'),
(1067, 374, 1, 3119, 400, 1, '2020-09-10 05:30:28', '2020-09-10 05:30:28'),
(1068, 295, 618, 3046, 500, 1, '2020-09-10 05:39:11', '2020-09-10 05:39:11'),
(1069, 494, 618, 3218, 300, 1, '2020-09-10 05:39:59', '2020-09-10 05:39:59'),
(1070, 314, 618, 3064, 300, 1, '2020-09-10 05:49:40', '2020-09-10 05:49:40'),
(1071, 505, 618, 3229, 350, 1, '2020-09-10 06:44:13', '2020-09-10 06:44:13'),
(1072, 140, 1, 2895, 400, 1, '2020-09-10 07:02:30', '2020-09-10 07:02:30'),
(1073, 191, 618, 2945, 300, 1, '2020-09-10 07:03:46', '2020-09-10 07:03:46'),
(1074, 405, 618, 3148, 500, 2, '2020-09-10 08:18:25', '2020-09-10 08:18:25'),
(1075, 105, 618, 2862, 700, 2, '2020-09-10 10:30:15', '2020-09-10 10:30:15'),
(1076, 510, 618, 3234, 350, 1, '2020-09-10 11:02:07', '2020-09-10 11:02:07'),
(1077, 199, 618, 2953, 900, 1, '2020-09-10 11:41:45', '2020-09-10 11:41:45'),
(1078, 335, 618, 3084, 500, 1, '2020-09-12 04:38:54', '2020-09-12 04:38:54'),
(1079, 122, 618, 2878, 250, 1, '2020-09-12 04:39:37', '2020-09-12 04:39:37'),
(1080, 123, 618, 2879, 600, 2, '2020-09-12 04:43:23', '2020-09-12 04:43:23'),
(1081, 165, 618, 2920, 500, 1, '2020-09-12 05:51:17', '2020-09-12 05:51:17'),
(1082, 12, 317, 2794, 0, 1, '2020-09-12 05:54:00', '2020-09-12 05:54:00'),
(1083, 470, 618, 3195, 300, 1, '2020-09-12 05:55:26', '2020-09-12 05:55:26'),
(1084, 46, 317, 2820, 400, 1, '2020-09-12 05:56:06', '2020-09-12 05:56:06'),
(1085, 274, 317, 3026, 200, 1, '2020-09-12 05:56:34', '2020-09-12 05:56:34'),
(1086, 329, 618, 3079, 800, 2, '2020-09-12 05:57:44', '2020-09-12 05:57:44'),
(1087, 46, 317, 2820, 0, 2, '2020-09-12 06:45:49', '2020-09-12 06:45:49'),
(1088, 406, 1, 3149, 250, 1, '2020-09-12 07:08:50', '2020-09-12 07:08:50'),
(1089, 114, 317, 2871, 250, 1, '2020-09-12 08:27:57', '2020-09-12 08:27:57'),
(1090, 135, 618, 2890, 300, 1, '2020-09-12 11:40:17', '2020-09-12 11:40:17'),
(1091, 411, 317, 3154, 250, 1, '2020-09-12 11:42:02', '2020-09-12 11:42:02'),
(1092, 412, 317, 3155, 500, 1, '2020-09-12 11:42:26', '2020-09-12 11:42:26'),
(1093, 196, 317, 2950, 300, 1, '2020-09-12 11:43:19', '2020-09-12 11:43:19'),
(1094, 588, 317, 3312, 300, 1, '2020-09-13 06:15:40', '2020-09-13 06:15:40'),
(1095, 529, 1, 3249, 2600, 1, '2020-09-13 06:37:36', '2020-09-13 06:37:36'),
(1096, 262, 317, 3014, 0, 1, '2020-09-13 09:25:57', '2020-09-13 09:25:57'),
(1097, 262, 317, 3014, 400, 1, '2020-09-13 09:26:12', '2020-09-13 09:26:12'),
(1098, 262, 317, 3014, 1600, 2, '2020-09-13 09:26:27', '2020-09-13 09:26:27'),
(1099, 159, 317, 2914, 0, 1, '2020-09-13 09:29:54', '2020-09-13 09:29:54'),
(1100, 158, 317, 2913, 300, 1, '2020-09-13 10:40:58', '2020-09-13 10:40:58'),
(1101, 162, 317, 2917, 0, 1, '2020-09-13 11:16:55', '2020-09-13 11:16:55'),
(1102, 162, 317, 2917, 500, 1, '2020-09-13 11:17:09', '2020-09-13 11:17:09'),
(1103, 436, 618, 3168, 250, 1, '2020-09-14 05:45:43', '2020-09-14 05:45:43'),
(1104, 309, 1, 3060, 3500, 1, '2020-09-14 05:53:06', '2020-09-14 05:53:06'),
(1105, 161, 317, 2916, 400, 1, '2020-09-14 07:25:24', '2020-09-14 07:25:24'),
(1107, 358, 618, 3103, 1000, 2, '2020-09-14 09:55:45', '2020-09-14 09:55:45'),
(1108, 201, 317, 2954, 0, 4, '2020-09-14 10:08:18', '2020-09-14 10:08:18'),
(1109, 201, 317, 2954, 400, 1, '2020-09-14 10:08:37', '2020-09-14 10:08:37'),
(1110, 201, 317, 3316, 400, 1, '2020-09-14 10:08:39', '2020-09-14 10:08:39'),
(1111, 145, 317, 2900, 0, 2, '2020-09-14 10:09:26', '2020-09-14 10:09:26'),
(1112, 145, 317, 2900, 300, 1, '2020-09-14 10:09:42', '2020-09-14 10:09:42'),
(1113, 145, 317, 2900, 700, 2, '2020-09-14 10:10:00', '2020-09-14 10:10:00'),
(1114, 269, 618, 3021, 400, 1, '2020-09-15 05:31:39', '2020-09-15 05:31:39'),
(1115, 410, 317, 3153, 0, 1, '2020-09-15 06:20:08', '2020-09-15 06:20:08'),
(1116, 410, 317, 3153, 1000, 2, '2020-09-15 06:20:31', '2020-09-15 06:20:31'),
(1117, 192, 618, 2946, 700, 2, '2020-09-15 08:51:05', '2020-09-15 08:51:05'),
(1118, 196, 317, 2950, 300, 1, '2020-09-15 09:00:04', '2020-09-15 09:00:04'),
(1119, 136, 618, 2891, 400, 1, '2020-09-15 09:27:57', '2020-09-15 09:27:57'),
(1120, 128, 618, 2883, 300, 1, '2020-09-15 09:43:06', '2020-09-15 09:43:06'),
(1121, 496, 317, 3220, 500, 1, '2020-09-15 10:29:48', '2020-09-15 10:29:48'),
(1122, 488, 618, 3212, 1200, 3, '2020-09-15 11:18:23', '2020-09-15 11:18:23'),
(1123, 368, 618, 3113, 500, 1, '2020-09-16 04:41:47', '2020-09-16 04:41:47'),
(1124, 10, 618, 2793, 500, 2, '2020-09-16 06:25:16', '2020-09-16 06:25:16'),
(1125, 316, 618, 3066, 300, 1, '2020-09-17 04:34:53', '2020-09-17 04:34:53'),
(1126, 179, 618, 2934, 400, 1, '2020-09-17 04:50:41', '2020-09-17 04:50:41'),
(1127, 6, 317, 2791, 250, 1, '2020-09-17 06:44:58', '2020-09-17 06:44:58'),
(1128, 593, 1, 3321, 0, 1, '2020-09-17 10:00:52', '2020-09-17 10:00:52'),
(1129, 597, 1, 3326, 600, 2, '2020-09-18 07:18:47', '2020-09-18 07:18:47'),
(1130, 598, 1, 3328, 600, 2, '2020-09-18 08:13:04', '2020-09-18 08:13:04'),
(1131, 76, 317, 2840, 2400, 2, '2020-09-19 07:25:43', '2020-09-19 07:25:43'),
(1132, 544, 618, 3260, 600, 2, '2020-09-19 07:28:10', '2020-09-19 07:28:10'),
(1133, 138, 618, 2893, 200, 1, '2020-09-19 08:38:36', '2020-09-19 08:38:36'),
(1134, 232, 618, 2984, 0, 5, '2020-09-19 09:33:22', '2020-09-19 09:33:22'),
(1135, 232, 618, 2984, 600, 2, '2020-09-19 09:33:44', '2020-09-19 09:33:44'),
(1136, 550, 1, 3265, 500, 2, '2020-09-19 14:12:54', '2020-09-19 14:12:54'),
(1137, 547, 618, 3262, 400, 1, '2020-09-20 05:15:06', '2020-09-20 05:15:06'),
(1138, 602, 1, 3343, 4800, 12, '2020-09-20 05:56:27', '2020-09-20 05:56:27'),
(1139, 133, 317, 2888, 250, 1, '2020-09-20 07:10:39', '2020-09-20 07:10:39'),
(1140, 149, 317, 2904, 0, 1, '2020-09-20 07:16:50', '2020-09-20 07:16:50'),
(1141, 151, 317, 2906, 0, 1, '2020-09-20 09:06:04', '2020-09-20 09:06:04'),
(1142, 151, 317, 2906, 2000, 1, '2020-09-20 09:06:21', '2020-09-20 09:06:21'),
(1143, 164, 317, 2919, 0, 4, '2020-09-20 09:16:59', '2020-09-20 09:16:59'),
(1144, 164, 317, 2919, 300, 1, '2020-09-20 09:17:17', '2020-09-20 09:17:17'),
(1145, 158, 317, 2913, 0, 6, '2020-09-20 09:18:07', '2020-09-20 09:18:07'),
(1146, 45, 317, 2819, 0, 1, '2020-09-20 09:19:03', '2020-09-20 09:19:03'),
(1147, 171, 618, 2926, 500, 1, '2020-09-20 09:37:28', '2020-09-20 09:37:28'),
(1148, 152, 317, 2907, 400, 1, '2020-09-20 10:54:13', '2020-09-20 10:54:13'),
(1149, 604, 1, 3345, 300, 1, '2020-09-20 15:32:47', '2020-09-20 15:32:47'),
(1150, 605, 1, 3346, 300, 1, '2020-09-20 15:33:38', '2020-09-20 15:33:38'),
(1151, 312, 618, 3062, 0, 1, '2020-09-21 09:35:38', '2020-09-21 09:35:38'),
(1152, 312, 618, 3062, 2500, 5, '2020-09-21 09:36:13', '2020-09-21 09:36:13'),
(1153, 149, 618, 2904, 350, 1, '2020-09-22 10:44:42', '2020-09-22 10:44:42'),
(1154, 464, 618, 3189, 400, 1, '2020-09-22 10:45:48', '2020-09-22 10:45:48'),
(1155, 459, 618, 3185, 300, 1, '2020-09-22 10:46:32', '2020-09-22 10:46:32'),
(1156, 257, 618, 3009, 1000, 2, '2020-09-23 08:03:24', '2020-09-23 08:03:24'),
(1157, 553, 618, 3266, 300, 1, '2020-09-24 04:33:00', '2020-09-24 04:33:00'),
(1158, 378, 618, 3123, 350, 1, '2020-09-24 07:10:42', '2020-09-24 07:10:42'),
(1159, 346, 618, 3092, 400, 1, '2020-09-26 04:17:39', '2020-09-26 04:17:39'),
(1160, 396, 1, 3139, 500, 1, '2020-09-26 04:52:41', '2020-09-26 04:52:41'),
(1162, 594, 1, 3322, 600, 1, '2020-09-26 05:23:19', '2020-09-26 05:23:19'),
(1163, 336, 618, 3085, 300, 1, '2020-09-26 05:28:59', '2020-09-26 05:28:59'),
(1164, 487, 618, 3211, 400, 1, '2020-09-26 07:59:20', '2020-09-26 07:59:20'),
(1165, 449, 1, 3176, 300, 1, '2020-09-26 10:15:38', '2020-09-26 10:15:38'),
(1166, 236, 317, 2988, 0, 2, '2020-09-26 10:49:20', '2020-09-26 10:49:20'),
(1167, 482, 618, 3206, 750, 1, '2020-09-26 11:37:41', '2020-09-26 11:37:41'),
(1168, 285, 317, 3036, 1050, 3, '2020-09-26 11:48:28', '2020-09-26 11:48:28'),
(1169, 293, 317, 3044, 300, 1, '2020-09-27 06:43:58', '2020-09-27 06:43:58'),
(1170, 223, 618, 2975, 500, 1, '2020-09-27 10:16:42', '2020-09-27 10:16:42'),
(1171, 549, 618, 3264, 600, 2, '2020-09-27 10:25:02', '2020-09-27 10:25:02'),
(1172, 592, 618, 3319, 300, 1, '2020-09-27 10:29:48', '2020-09-27 10:29:48'),
(1173, 359, 618, 3104, 600, 1, '2020-09-27 11:49:01', '2020-09-27 11:49:01'),
(1174, 535, 1, 2704, 300, 1, '2020-09-27 13:17:55', '2020-09-27 13:17:55'),
(1175, 620, 1, 3362, 300, 1, '2020-09-27 13:38:56', '2020-09-27 13:38:56'),
(1176, 129, 317, 2884, 1750, 1, '2020-09-28 07:09:59', '2020-09-28 07:09:59'),
(1177, 454, 317, 3180, 600, 1, '2020-09-28 07:13:09', '2020-09-28 07:13:09'),
(1178, 442, 618, 3172, 400, 1, '2020-09-28 09:03:16', '2020-09-28 09:03:16'),
(1179, 303, 618, 3054, 500, 1, '2020-09-28 09:04:14', '2020-09-28 09:04:14'),
(1180, 267, 317, 3019, 0, 1, '2020-09-28 09:35:19', '2020-09-28 09:35:19'),
(1181, 267, 317, 3019, 300, 1, '2020-09-28 09:35:32', '2020-09-28 09:35:32'),
(1182, 511, 618, 3235, 300, 1, '2020-09-28 12:14:13', '2020-09-28 12:14:13'),
(1183, 270, 618, 3363, 1000, 2, '2020-09-29 04:14:06', '2020-09-29 04:14:06'),
(1184, 219, 618, 2971, 1400, 2, '2020-09-29 06:02:18', '2020-09-29 06:02:18'),
(1185, 558, 618, 3270, 400, 1, '2020-09-30 05:09:55', '2020-09-30 05:09:55'),
(1186, 30, 1, 2809, 37750, 1, '2020-09-30 05:33:36', '2020-09-30 05:33:36'),
(1187, 58, 317, 2828, 0, 1, '2020-09-30 06:06:12', '2020-09-30 06:06:12'),
(1188, 58, 317, 2828, 700, 2, '2020-09-30 06:06:24', '2020-09-30 06:06:24'),
(1189, 457, 317, 3183, 2450, 1, '2020-09-30 06:07:47', '2020-09-30 06:07:47'),
(1190, 560, 618, 3271, 0, 1, '2020-09-30 10:06:08', '2020-09-30 10:06:08'),
(1191, 560, 618, 3271, 400, 1, '2020-09-30 10:06:27', '2020-09-30 10:06:27'),
(1193, 351, 618, 3366, 700, 2, '2020-09-30 11:26:13', '2020-09-30 11:26:13'),
(1194, 245, 618, 2997, 0, 9, '2020-10-01 06:39:27', '2020-10-01 06:39:27'),
(1195, 319, 618, 3368, 350, 1, '2020-10-01 07:11:50', '2020-10-01 07:11:50'),
(1196, 124, 618, 3462, 400, 1, '2020-10-01 09:08:11', '2020-10-01 09:08:11'),
(1197, 15, 618, 3378, 200, 1, '2020-10-01 09:09:50', '2020-10-01 09:09:50'),
(1198, 229, 1, 3561, 1500, 1, '2020-10-02 16:56:54', '2020-10-02 16:56:54'),
(1199, 447, 1, 3753, 350, 1, '2020-10-02 16:57:34', '2020-10-02 16:57:34'),
(1200, 322, 618, 3650, 400, 1, '2020-10-03 06:58:45', '2020-10-03 06:58:45'),
(1201, 188, 618, 3524, 200, 1, '2020-10-03 07:02:04', '2020-10-03 07:02:04'),
(1202, 120, 618, 3458, 400, 1, '2020-10-03 07:03:15', '2020-10-03 07:03:15'),
(1203, 160, 618, 3497, 400, 1, '2020-10-03 07:03:59', '2020-10-03 07:03:59'),
(1204, 412, 618, 3734, 500, 1, '2020-10-03 07:05:49', '2020-10-03 07:05:49'),
(1205, 18, 618, 3381, 350, 1, '2020-10-03 07:06:53', '2020-10-03 07:06:53'),
(1206, 111, 618, 3450, 300, 1, '2020-10-03 07:12:11', '2020-10-03 07:12:11'),
(1207, 114, 618, 3453, 250, 1, '2020-10-03 07:23:32', '2020-10-03 07:23:32'),
(1208, 228, 618, 3560, 350, 1, '2020-10-03 07:24:23', '2020-10-03 07:24:23'),
(1209, 98, 618, 3438, 250, 1, '2020-10-03 07:25:28', '2020-10-03 07:25:28'),
(1210, 371, 618, 3695, 500, 1, '2020-10-03 07:25:56', '2020-10-03 07:25:56'),
(1211, 224, 618, 3557, 400, 1, '2020-10-03 07:26:19', '2020-10-03 07:26:19'),
(1212, 341, 317, 3666, 400, 1, '2020-10-03 07:27:59', '2020-10-03 07:27:59'),
(1213, 370, 317, 3694, 350, 1, '2020-10-03 07:29:01', '2020-10-03 07:29:01'),
(1214, 162, 618, 3499, 500, 1, '2020-10-03 07:33:22', '2020-10-03 07:33:22'),
(1215, 14, 618, 3377, 200, 1, '2020-10-03 07:36:26', '2020-10-03 07:36:26'),
(1216, 406, 1, 3728, 250, 1, '2020-10-03 07:59:34', '2020-10-03 07:59:34'),
(1217, 333, 618, 3660, 350, 1, '2020-10-03 08:50:15', '2020-10-03 08:50:15'),
(1218, 311, 618, 3640, 250, 1, '2020-10-03 08:51:22', '2020-10-03 08:51:22'),
(1219, 54, 618, 3407, 300, 1, '2020-10-03 09:00:23', '2020-10-03 09:00:23'),
(1220, 225, 618, 3558, 600, 1, '2020-10-03 09:38:30', '2020-10-03 09:38:30'),
(1221, 441, 618, 3750, 350, 1, '2020-10-03 09:40:35', '2020-10-03 09:40:35'),
(1222, 152, 618, 3489, 400, 1, '2020-10-03 09:44:14', '2020-10-03 09:44:14'),
(1223, 624, 1, 3902, 300, 1, '2020-10-03 11:56:10', '2020-10-03 11:56:10'),
(1224, 375, 618, 3699, 400, 1, '2020-10-03 11:57:33', '2020-10-03 11:57:33'),
(1225, 625, 1, 3904, 500, 2, '2020-10-03 12:08:50', '2020-10-03 12:08:50'),
(1226, 193, 317, 3529, 1050, 3, '2020-10-04 09:44:39', '2020-10-04 09:44:39'),
(1227, 127, 1, 3464, 2500, 1, '2020-10-04 13:14:12', '2020-10-04 13:14:12'),
(1228, 569, 618, 3868, 500, 1, '2020-10-06 06:10:50', '2020-10-06 06:10:50'),
(1229, 234, 618, 3566, 500, 1, '2020-10-06 07:08:50', '2020-10-06 07:08:50'),
(1230, 115, 618, 3454, 350, 1, '2020-10-06 07:10:29', '2020-10-06 07:10:29'),
(1231, 504, 618, 3807, 300, 1, '2020-10-06 07:12:44', '2020-10-06 07:12:44'),
(1232, 502, 618, 3805, 300, 1, '2020-10-06 07:13:27', '2020-10-06 07:13:27'),
(1233, 301, 618, 3631, 3000, 2, '2020-10-06 07:14:37', '2020-10-06 07:14:37'),
(1234, 196, 618, 3532, 300, 1, '2020-10-06 07:15:21', '2020-10-06 07:15:21'),
(1235, 391, 618, 3713, 300, 1, '2020-10-06 07:15:52', '2020-10-06 07:15:52'),
(1236, 251, 618, 3583, 300, 1, '2020-10-06 07:16:59', '2020-10-06 07:16:59'),
(1237, 138, 618, 3475, 200, 1, '2020-10-06 07:18:49', '2020-10-06 07:18:49'),
(1238, 373, 618, 3697, 1000, 2, '2020-10-06 07:20:01', '2020-10-06 07:20:01'),
(1239, 342, 618, 3667, 250, 1, '2020-10-06 07:20:39', '2020-10-06 07:20:39'),
(1240, 110, 618, 3449, 600, 1, '2020-10-06 07:21:15', '2020-10-06 07:21:15'),
(1241, 148, 618, 3485, 800, 1, '2020-10-06 07:25:45', '2020-10-06 07:25:45'),
(1242, 164, 618, 3501, 300, 1, '2020-10-06 07:26:23', '2020-10-06 07:26:23'),
(1243, 177, 618, 3514, 500, 2, '2020-10-06 07:27:58', '2020-10-06 07:27:58'),
(1244, 464, 618, 3769, 400, 1, '2020-10-06 07:31:25', '2020-10-06 07:31:25'),
(1245, 149, 618, 3486, 350, 1, '2020-10-06 07:32:08', '2020-10-06 07:32:08'),
(1246, 436, 618, 3747, 250, 1, '2020-10-06 07:35:13', '2020-10-06 07:35:13'),
(1247, 409, 618, 3731, 250, 1, '2020-10-06 07:36:09', '2020-10-06 07:36:09'),
(1248, 238, 618, 3570, 400, 1, '2020-10-06 07:36:40', '2020-10-06 07:36:40'),
(1249, 154, 618, 3491, 500, 1, '2020-10-06 07:37:14', '2020-10-06 07:37:14'),
(1250, 463, 618, 3768, 300, 1, '2020-10-06 07:47:10', '2020-10-06 07:47:10'),
(1251, 408, 317, 3730, 0, 8, '2020-10-06 07:52:40', '2020-10-06 07:52:40'),
(1252, 199, 618, 3535, 900, 1, '2020-10-06 08:35:43', '2020-10-06 08:35:43'),
(1253, 106, 618, 3445, 350, 1, '2020-10-06 11:12:30', '2020-10-06 11:12:30'),
(1254, 205, 618, 3539, 350, 1, '2020-10-07 04:15:27', '2020-10-07 04:15:27'),
(1255, 85, 618, 3429, 250, 1, '2020-10-07 04:33:09', '2020-10-07 04:33:09'),
(1256, 213, 618, 3546, 300, 1, '2020-10-07 05:39:04', '2020-10-07 05:39:04'),
(1257, 356, 618, 3680, 800, 2, '2020-10-07 06:02:06', '2020-10-07 06:02:06'),
(1258, 505, 618, 3808, 350, 1, '2020-10-07 06:12:50', '2020-10-07 06:12:50'),
(1259, 276, 618, 3607, 300, 1, '2020-10-07 06:13:50', '2020-10-07 06:13:50'),
(1260, 262, 618, 3594, 800, 1, '2020-10-07 06:22:12', '2020-10-07 06:22:12'),
(1261, 274, 317, 3605, 200, 1, '2020-10-07 06:54:17', '2020-10-07 06:54:17'),
(1262, 437, 618, 3748, 300, 1, '2020-10-07 08:57:17', '2020-10-07 08:57:17'),
(1263, 128, 618, 3465, 300, 1, '2020-10-07 08:58:31', '2020-10-07 08:58:31'),
(1264, 117, 618, 3456, 300, 1, '2020-10-07 08:59:30', '2020-10-07 08:59:30'),
(1265, 314, 618, 3643, 300, 1, '2020-10-07 09:28:30', '2020-10-07 09:28:30'),
(1266, 137, 618, 3474, 400, 1, '2020-10-07 10:19:12', '2020-10-07 10:19:12'),
(1267, 180, 618, 3517, 0, 2, '2020-10-07 11:24:04', '2020-10-07 11:24:04'),
(1268, 180, 618, 3517, 400, 1, '2020-10-07 11:24:21', '2020-10-07 11:24:21'),
(1269, 156, 618, 3493, 400, 1, '2020-10-07 11:26:08', '2020-10-07 11:26:08'),
(1270, 165, 618, 3502, 500, 1, '2020-10-07 11:46:30', '2020-10-07 11:46:30'),
(1271, 633, 1, 3912, 300, 1, '2020-10-07 13:54:31', '2020-10-07 13:54:31'),
(1272, 392, 618, 3714, 500, 1, '2020-10-08 06:33:49', '2020-10-08 06:33:49'),
(1273, 309, 618, 3639, 3500, 1, '2020-10-08 06:35:17', '2020-10-08 06:35:17'),
(1274, 335, 618, 3662, 500, 1, '2020-10-08 06:35:54', '2020-10-08 06:35:54'),
(1275, 358, 618, 3682, 500, 1, '2020-10-08 06:37:16', '2020-10-08 06:37:16'),
(1276, 455, 618, 3761, 350, 1, '2020-10-08 06:40:16', '2020-10-08 06:40:16'),
(1277, 304, 618, 3634, 500, 1, '2020-10-08 06:40:49', '2020-10-08 06:40:49'),
(1278, 133, 618, 3470, 250, 1, '2020-10-08 07:38:05', '2020-10-08 07:38:05'),
(1279, 186, 618, 3522, 400, 1, '2020-10-08 07:42:32', '2020-10-08 07:42:32'),
(1280, 552, 618, 3853, 350, 1, '2020-10-08 07:47:49', '2020-10-08 07:47:49'),
(1281, 559, 618, 3859, 250, 1, '2020-10-08 07:54:21', '2020-10-08 07:54:21'),
(1282, 428, 618, 3742, 0, 2, '2020-10-08 08:14:56', '2020-10-08 08:14:56'),
(1283, 428, 618, 3742, 600, 2, '2020-10-08 08:15:28', '2020-10-08 08:15:28'),
(1284, 299, 618, 3629, 0, 1, '2020-10-08 09:29:16', '2020-10-08 09:29:16'),
(1285, 299, 618, 3629, 1000, 2, '2020-10-08 09:30:09', '2020-10-08 09:30:09'),
(1286, 506, 618, 3809, 600, 2, '2020-10-08 09:32:20', '2020-10-08 09:32:20'),
(1287, 563, 618, 3862, 600, 1, '2020-10-08 09:44:17', '2020-10-08 09:44:17'),
(1288, 496, 618, 3799, 500, 1, '2020-10-08 09:49:30', '2020-10-08 09:49:30'),
(1289, 546, 618, 3920, 1400, 7, '2020-10-08 10:36:50', '2020-10-08 10:36:50'),
(1290, 564, 618, 3863, 0, 1, '2020-10-08 11:09:00', '2020-10-08 11:09:00'),
(1291, 564, 618, 3863, 600, 1, '2020-10-08 11:09:21', '2020-10-08 11:09:21'),
(1292, 638, 1, 3922, 500, 1, '2020-10-09 07:36:16', '2020-10-09 07:36:16'),
(1293, 465, 1, 3770, 600, 2, '2020-10-09 13:33:57', '2020-10-09 13:33:57'),
(1294, 390, 618, 3712, 0, 2, '2020-10-10 04:09:23', '2020-10-10 04:09:23'),
(1295, 390, 618, 3712, 300, 1, '2020-10-10 04:09:51', '2020-10-10 04:09:51'),
(1296, 179, 618, 3516, 400, 1, '2020-10-10 04:10:35', '2020-10-10 04:10:35'),
(1297, 510, 618, 3813, 350, 1, '2020-10-10 04:11:54', '2020-10-10 04:11:54'),
(1298, 288, 618, 3618, 300, 1, '2020-10-10 04:13:22', '2020-10-10 04:13:22'),
(1299, 140, 618, 3477, 400, 1, '2020-10-10 05:13:01', '2020-10-10 05:13:01'),
(1300, 539, 618, 3840, 350, 1, '2020-10-10 05:37:18', '2020-10-10 05:37:18'),
(1301, 409, 1, 3731, 500, 2, '2020-10-10 05:38:11', '2020-10-10 05:38:11'),
(1302, 119, 618, 3457, 700, 1, '2020-10-10 05:40:41', '2020-10-10 05:40:41'),
(1303, 350, 618, 3924, 1200, 3, '2020-10-10 05:42:54', '2020-10-10 05:42:54'),
(1304, 588, 618, 3880, 300, 1, '2020-10-10 05:46:45', '2020-10-10 05:46:45'),
(1305, 392, 618, 3714, 500, 1, '2020-10-10 06:05:10', '2020-10-10 06:05:10'),
(1306, 520, 618, 3822, 0, 1, '2020-10-10 06:21:21', '2020-10-10 06:21:21'),
(1307, 520, 618, 3822, 600, 2, '2020-10-10 06:21:40', '2020-10-10 06:21:40'),
(1308, 580, 618, 3873, 600, 1, '2020-10-10 06:36:07', '2020-10-10 06:36:07'),
(1309, 354, 317, 3678, 0, 1, '2020-10-10 07:49:14', '2020-10-10 07:49:14'),
(1310, 354, 317, 3678, 1050, 3, '2020-10-10 07:49:29', '2020-10-10 07:49:29'),
(1311, 512, 317, 3815, 0, 2, '2020-10-10 10:28:34', '2020-10-10 10:28:34'),
(1312, 616, 317, 3358, 300, 1, '2020-10-10 10:38:31', '2020-10-10 10:38:31'),
(1313, 547, 618, 3848, 400, 1, '2020-10-11 07:02:03', '2020-10-11 07:02:03'),
(1314, 348, 317, 3672, 600, 1, '2020-10-11 07:06:10', '2020-10-11 07:06:10'),
(1315, 463, 618, 3768, 300, 1, '2020-10-11 08:11:23', '2020-10-11 08:11:23'),
(1316, 216, 618, 3549, 700, 2, '2020-10-11 08:13:38', '2020-10-11 08:13:38'),
(1317, 135, 618, 3472, 0, 1, '2020-10-11 08:35:50', '2020-10-11 08:35:50'),
(1319, 346, 618, 3670, 400, 1, '2020-10-11 08:53:41', '2020-10-11 08:53:41'),
(1320, 449, 618, 3755, 300, 1, '2020-10-11 12:12:31', '2020-10-11 12:12:31'),
(1321, 255, 618, 3587, 0, 1, '2020-10-12 04:42:33', '2020-10-12 04:42:33'),
(1322, 255, 618, 3587, 250, 1, '2020-10-12 04:43:07', '2020-10-12 04:43:07'),
(1323, 12, 618, 3375, 600, 1, '2020-10-12 05:05:55', '2020-10-12 05:05:55'),
(1324, 407, 317, 3729, 1500, 3, '2020-10-12 05:53:20', '2020-10-12 05:53:20'),
(1325, 471, 618, 3775, 600, 2, '2020-10-12 08:46:42', '2020-10-12 08:46:42'),
(1326, 642, 1, 4228, 300, 1, '2020-10-12 19:07:31', '2020-10-12 19:07:31'),
(1327, 494, 618, 3797, 300, 1, '2020-10-13 04:14:59', '2020-10-13 04:14:59'),
(1328, 316, 618, 3645, 300, 1, '2020-10-13 04:54:24', '2020-10-13 04:54:24'),
(1329, 32, 618, 3392, 1000, 1, '2020-10-13 07:42:53', '2020-10-13 07:42:53'),
(1330, 125, 618, 3463, 400, 1, '2020-10-13 10:24:52', '2020-10-13 10:24:52'),
(1331, 491, 618, 3794, 0, 1, '2020-10-13 10:59:00', '2020-10-13 10:59:00'),
(1332, 491, 618, 3794, 300, 1, '2020-10-13 10:59:16', '2020-10-13 10:59:16'),
(1333, 21, 1, 3384, 300, 1, '2020-10-13 15:39:47', '2020-10-13 15:39:47'),
(1334, 553, 618, 3854, 300, 1, '2020-10-14 05:19:40', '2020-10-14 05:19:40'),
(1335, 368, 618, 3692, 500, 1, '2020-10-14 05:42:07', '2020-10-14 05:42:07'),
(1336, 604, 618, 3891, 300, 1, '2020-10-14 05:57:48', '2020-10-14 05:57:48'),
(1337, 555, 618, 3856, 1200, 2, '2020-10-14 09:29:05', '2020-10-14 09:29:05'),
(1338, 454, 317, 3760, 0, 2, '2020-10-14 10:51:20', '2020-10-14 10:51:20'),
(1339, 482, 618, 3785, 750, 1, '2020-10-14 11:09:45', '2020-10-14 11:09:45'),
(1340, 280, 618, 3611, 1000, 2, '2020-10-14 11:20:24', '2020-10-14 11:20:24'),
(1341, 470, 618, 3774, 300, 1, '2020-10-15 04:56:08', '2020-10-15 04:56:08'),
(1342, 178, 618, 3515, 300, 1, '2020-10-15 04:56:33', '2020-10-15 04:56:33'),
(1343, 352, 618, 3676, 0, 2, '2020-10-15 05:06:24', '2020-10-15 05:06:24'),
(1344, 352, 618, 3676, 250, 1, '2020-10-15 05:06:47', '2020-10-15 05:06:47'),
(1345, 650, 618, 4237, 500, 2, '2020-10-15 05:07:17', '2020-10-15 05:07:17'),
(1346, 411, 618, 3733, 250, 1, '2020-10-15 05:09:26', '2020-10-15 05:09:26'),
(1347, 161, 618, 3498, 400, 1, '2020-10-15 05:32:47', '2020-10-15 05:32:47'),
(1348, 290, 618, 3620, 600, 2, '2020-10-15 07:16:52', '2020-10-15 07:16:52'),
(1349, 566, 317, 3865, 0, 1, '2020-10-15 11:43:36', '2020-10-15 11:43:36'),
(1350, 566, 317, 3865, 800, 2, '2020-10-15 11:44:07', '2020-10-15 11:44:07'),
(1351, 195, 317, 3531, 0, 3, '2020-10-15 12:37:49', '2020-10-15 12:37:49'),
(1352, 33, 618, 3393, 250, 1, '2020-10-15 12:40:53', '2020-10-15 12:40:53'),
(1353, 484, 1, 3787, 1200, 2, '2020-10-16 15:14:12', '2020-10-16 15:14:12'),
(1354, 653, 1, 4251, 3600, 12, '2020-10-16 16:51:01', '2020-10-16 16:51:01'),
(1355, 652, 1, 4256, 3600, 6, '2020-10-16 16:56:21', '2020-10-16 16:56:21'),
(1356, 405, 618, 3727, 250, 1, '2020-10-17 04:22:40', '2020-10-17 04:22:40'),
(1357, 603, 618, 3344, 300, 1, '2020-10-17 05:39:52', '2020-10-17 05:39:52'),
(1358, 191, 618, 3527, 300, 1, '2020-10-17 06:51:45', '2020-10-17 06:51:45'),
(1359, 175, 618, 3512, 500, 1, '2020-10-17 07:15:47', '2020-10-17 07:15:47'),
(1360, 151, 317, 3488, 2000, 1, '2020-10-18 05:14:26', '2020-10-18 05:14:26'),
(1361, 45, 317, 3400, 800, 1, '2020-10-18 05:15:59', '2020-10-18 05:15:59'),
(1362, 267, 618, 3599, 300, 1, '2020-10-18 06:02:38', '2020-10-18 06:02:38'),
(1363, 223, 618, 3556, 500, 1, '2020-10-18 06:09:34', '2020-10-18 06:09:34'),
(1364, 29, 1, 3389, 16500, 1, '2020-10-18 06:16:37', '2020-10-18 06:16:37'),
(1365, 641, 1, 4227, 200, 1, '2020-10-18 06:52:23', '2020-10-18 06:52:23'),
(1366, 269, 618, 3601, 400, 1, '2020-10-18 07:04:14', '2020-10-18 07:04:14'),
(1367, 459, 618, 3765, 300, 1, '2020-10-18 07:49:55', '2020-10-18 07:49:55'),
(1368, 6, 618, 3372, 250, 1, '2020-10-18 08:37:41', '2020-10-18 08:37:41'),
(1369, 266, 618, 3598, 0, 2, '2020-10-18 08:38:11', '2020-10-18 08:38:11'),
(1370, 266, 618, 3598, 500, 2, '2020-10-18 08:38:38', '2020-10-18 08:38:38'),
(1371, 363, 317, 3687, 600, 2, '2020-10-18 15:50:57', '2020-10-18 15:50:57'),
(1372, 295, 618, 3625, 500, 1, '2020-10-19 04:35:08', '2020-10-19 04:35:08'),
(1373, 351, 618, 3675, 350, 1, '2020-10-19 04:55:56', '2020-10-19 04:55:56'),
(1374, 378, 618, 3702, 350, 1, '2020-10-19 05:33:13', '2020-10-19 05:33:13'),
(1375, 134, 618, 3471, 0, 2, '2020-10-20 07:26:57', '2020-10-20 07:26:57'),
(1376, 134, 618, 3471, 200, 1, '2020-10-20 07:27:12', '2020-10-20 07:27:12'),
(1377, 329, 618, 3657, 400, 1, '2020-10-20 07:39:16', '2020-10-20 07:39:16'),
(1378, 530, 618, 3831, 400, 1, '2020-10-21 04:15:24', '2020-10-21 04:15:24'),
(1379, 509, 618, 3812, 200, 1, '2020-10-21 07:52:52', '2020-10-21 07:52:52'),
(1380, 509, 618, 3812, 800, 2, '2020-10-21 07:53:15', '2020-10-21 07:53:15'),
(1381, 248, 618, 3580, 1000, 2, '2020-10-22 07:08:19', '2020-10-22 07:08:19'),
(1382, 192, 618, 3528, 700, 2, '2020-10-22 08:52:54', '2020-10-22 08:52:54'),
(1383, 207, 618, 3541, 350, 1, '2020-10-22 10:22:34', '2020-10-22 10:22:34'),
(1384, 136, 317, 3473, 400, 1, '2020-10-22 10:46:05', '2020-10-22 10:46:05'),
(1385, 153, 618, 3490, 0, 3, '2020-10-22 11:42:04', '2020-10-22 11:42:04'),
(1386, 153, 618, 3490, 1000, 2, '2020-10-22 11:42:44', '2020-10-22 11:42:44'),
(1387, 408, 1, 4273, 500, 2, '2020-10-22 14:01:39', '2020-10-22 14:01:39'),
(1388, 545, 618, 3846, 0, 1, '2020-10-23 02:50:08', '2020-10-23 02:50:08'),
(1389, 545, 618, 3846, 500, 1, '2020-10-23 02:50:52', '2020-10-23 02:50:52'),
(1390, 670, 1, 4274, 200, 1, '2020-10-24 08:11:21', '2020-10-24 08:11:21'),
(1393, 536, 618, 4276, 0, 1, '2020-10-24 09:45:51', '2020-10-24 09:45:51'),
(1394, 536, 618, 4277, 300, 1, '2020-10-24 09:47:02', '2020-10-24 09:47:02');
INSERT INTO `payment_confarmation_histories` (`id`, `user_id`, `admin_id`, `payment_history_id`, `updated_amount`, `payment_for_month`, `created_at`, `updated_at`) VALUES
(1395, 122, 618, 3460, 250, 1, '2020-10-24 09:50:18', '2020-10-24 09:50:18'),
(1396, 572, 618, 3871, 300, 1, '2020-10-24 09:51:27', '2020-10-24 09:51:27'),
(1397, 592, 1, 3883, 600, 2, '2020-10-24 14:14:37', '2020-10-24 14:14:37'),
(1398, 268, 1, 3600, 3000, 2, '2020-10-24 16:16:59', '2020-10-24 16:16:59'),
(1399, 10, 618, 3374, 250, 1, '2020-10-25 04:17:48', '2020-10-25 04:17:48'),
(1400, 396, 618, 3718, 500, 1, '2020-10-27 04:53:34', '2020-10-27 04:53:34'),
(1401, 359, 618, 3683, 600, 1, '2020-10-27 04:54:34', '2020-10-27 04:54:34'),
(1402, 412, 618, 4280, 500, 1, '2020-10-27 04:59:48', '2020-10-27 04:59:48'),
(1403, 457, 618, 3763, 2450, 1, '2020-10-27 05:02:35', '2020-10-27 05:02:35'),
(1404, 293, 618, 3623, 300, 1, '2020-10-27 05:54:07', '2020-10-27 05:54:07'),
(1405, 159, 618, 3496, 900, 1, '2020-10-27 06:25:27', '2020-10-27 06:25:27'),
(1406, 432, 618, 3744, 300, 1, '2020-10-27 06:36:40', '2020-10-27 06:36:40'),
(1407, 320, 1, 3648, 2500, 5, '2020-10-28 07:49:49', '2020-10-28 07:49:49'),
(1408, 675, 1, 4282, 400, 1, '2020-10-28 12:04:16', '2020-10-28 12:04:16'),
(1409, 601, 317, 4286, 0, 3, '2020-10-29 04:55:07', '2020-10-29 04:55:07'),
(1410, 617, 618, 3897, 0, 1, '2020-10-29 05:02:15', '2020-10-29 05:02:15'),
(1411, 617, 618, 3897, 400, 1, '2020-10-29 05:02:38', '2020-10-29 05:02:38'),
(1412, 487, 618, 3790, 400, 1, '2020-10-29 08:31:04', '2020-10-29 08:31:04'),
(1413, 648, 1, 4234, 1500, 1, '2020-10-29 13:00:06', '2020-10-29 13:00:06'),
(1414, 680, 1, 4288, 250, 1, '2020-10-30 04:47:56', '2020-10-30 04:47:56'),
(1415, 30, 1, 3390, 43750, 1, '2020-10-31 04:42:00', '2020-10-31 04:42:00'),
(1416, 273, 1, 3604, 2000, 4, '2020-10-31 06:26:11', '2020-10-31 06:26:11'),
(1417, 442, 618, 3751, 400, 1, '2020-10-31 06:55:40', '2020-10-31 06:55:40'),
(1418, 101, 618, 3441, 0, 5, '2020-10-31 07:17:11', '2020-10-31 07:17:11'),
(1419, 101, 618, 3441, 350, 1, '2020-10-31 07:17:33', '2020-10-31 07:17:33'),
(1420, 51, 618, 3405, 400, 2, '2020-10-31 09:39:35', '2020-10-31 09:39:35'),
(1421, 362, 618, 3686, 0, 2, '2020-10-31 10:06:13', '2020-10-31 10:06:13'),
(1422, 362, 618, 3686, 1000, 2, '2020-10-31 10:06:30', '2020-10-31 10:06:30'),
(1423, 147, 618, 3484, 800, 2, '2020-10-31 14:26:52', '2020-10-31 14:26:52'),
(1424, 594, 618, 3885, 600, 1, '2020-10-31 14:29:34', '2020-10-31 14:29:34'),
(1425, 58, 317, 3410, 350, 1, '2020-10-31 17:25:18', '2020-10-31 17:25:18'),
(1426, 54, 618, 4327, 300, 1, '2020-11-01 10:21:59', '2020-11-01 10:21:59'),
(1427, 410, 618, 4654, 1000, 2, '2020-11-01 10:22:25', '2020-11-01 10:22:25'),
(1428, 559, 1, 4784, 250, 1, '2020-11-02 05:20:34', '2020-11-02 05:20:34'),
(1429, 569, 618, 4793, 500, 1, '2020-11-02 06:18:13', '2020-11-02 06:18:13'),
(1430, 374, 1, 4621, 400, 1, '2020-11-02 06:21:57', '2020-11-02 06:21:57'),
(1431, 196, 618, 4452, 300, 1, '2020-11-02 06:34:11', '2020-11-02 06:34:11'),
(1432, 224, 618, 4478, 400, 1, '2020-11-02 06:40:27', '2020-11-02 06:40:27'),
(1433, 232, 618, 4485, 300, 1, '2020-11-02 06:44:42', '2020-11-02 06:44:42'),
(1434, 322, 618, 4573, 400, 1, '2020-11-02 06:46:54', '2020-11-02 06:46:54'),
(1435, 319, 618, 4570, 350, 1, '2020-11-02 06:47:22', '2020-11-02 06:47:22'),
(1436, 342, 618, 4591, 250, 1, '2020-11-02 06:47:52', '2020-11-02 06:47:52'),
(1437, 441, 618, 4674, 350, 1, '2020-11-02 06:48:39', '2020-11-02 06:48:39'),
(1438, 392, 618, 4637, 500, 1, '2020-11-02 06:49:06', '2020-11-02 06:49:06'),
(1439, 14, 618, 4297, 200, 1, '2020-11-02 06:49:32', '2020-11-02 06:49:32'),
(1440, 406, 618, 4651, 250, 1, '2020-11-02 06:49:57', '2020-11-02 06:49:57'),
(1441, 238, 618, 4491, 400, 1, '2020-11-02 06:50:27', '2020-11-02 06:50:27'),
(1442, 627, 1, 3906, 250, 1, '2020-11-02 06:56:10', '2020-11-02 06:56:10'),
(1443, 98, 618, 4358, 250, 1, '2020-11-02 08:10:38', '2020-11-02 08:10:38'),
(1444, 186, 618, 4442, 400, 1, '2020-11-02 08:11:12', '2020-11-02 08:11:12'),
(1445, 370, 618, 4617, 350, 1, '2020-11-02 08:27:24', '2020-11-02 08:27:24'),
(1446, 374, 1, 4621, 400, 1, '2020-11-02 08:50:00', '2020-11-02 08:50:00'),
(1447, 505, 1, 4734, 350, 1, '2020-11-02 08:52:04', '2020-11-02 08:52:04'),
(1448, 213, 618, 4467, 300, 1, '2020-11-02 09:14:41', '2020-11-02 09:14:41'),
(1449, 188, 618, 4444, 200, 1, '2020-11-02 09:17:43', '2020-11-02 09:17:43'),
(1450, 202, 618, 4457, 500, 2, '2020-11-02 11:07:15', '2020-11-02 11:07:15'),
(1451, 202, 618, 4457, 0, 2, '2020-11-02 11:07:54', '2020-11-02 11:07:54'),
(1452, 180, 1, 4437, 400, 1, '2020-11-03 05:01:51', '2020-11-03 05:01:51'),
(1453, 645, 1, 4231, 300, 1, '2020-11-03 05:47:53', '2020-11-03 05:47:53'),
(1454, 591, 1, 4808, 600, 2, '2020-11-03 06:09:11', '2020-11-03 06:09:11'),
(1455, 18, 618, 4301, 350, 1, '2020-11-03 06:58:19', '2020-11-03 06:58:19'),
(1456, 15, 618, 4298, 200, 1, '2020-11-03 06:58:45', '2020-11-03 06:58:45'),
(1457, 352, 618, 4599, 250, 1, '2020-11-03 10:34:57', '2020-11-03 10:34:57'),
(1458, 115, 618, 4374, 350, 1, '2020-11-03 11:56:17', '2020-11-03 11:56:17'),
(1459, 371, 618, 4618, 500, 1, '2020-11-03 11:57:44', '2020-11-03 11:57:44'),
(1460, 466, 618, 4696, 500, 2, '2020-11-03 13:49:38', '2020-11-03 13:49:38'),
(1461, 686, 1, 4863, 300, 1, '2020-11-04 05:46:23', '2020-11-04 05:46:23'),
(1462, 687, 1, 4864, 500, 1, '2020-11-04 06:09:28', '2020-11-04 06:09:28'),
(1463, 138, 618, 4395, 400, 1, '2020-11-04 07:17:44', '2020-11-04 07:17:44'),
(1464, 148, 618, 4405, 800, 1, '2020-11-04 07:18:12', '2020-11-04 07:18:12'),
(1465, 29, 1, 4309, 16500, 1, '2020-11-04 09:01:30', '2020-11-04 09:01:30'),
(1466, 264, 1, 4517, 0, 7, '2020-11-04 11:45:17', '2020-11-04 11:45:17'),
(1467, 264, 1, 4517, 1400, 4, '2020-11-04 12:05:43', '2020-11-04 12:05:43'),
(1468, 234, 618, 4487, 500, 1, '2020-11-05 03:58:27', '2020-11-05 03:58:27'),
(1469, 276, 618, 4529, 300, 1, '2020-11-05 03:59:51', '2020-11-05 03:59:51'),
(1470, 154, 618, 4411, 500, 1, '2020-11-05 04:04:08', '2020-11-05 04:04:08'),
(1471, 550, 1, 4776, 500, 2, '2020-11-05 07:09:37', '2020-11-05 07:09:37'),
(1472, 236, 618, 4489, 4000, 2, '2020-11-05 10:07:55', '2020-11-05 10:07:55'),
(1473, 120, 618, 4378, 400, 1, '2020-11-05 10:39:54', '2020-11-05 10:39:54'),
(1474, 257, 618, 4510, 400, 1, '2020-11-05 10:40:17', '2020-11-05 10:40:17'),
(1475, 262, 618, 4515, 800, 1, '2020-11-05 10:41:02', '2020-11-05 10:41:02'),
(1476, 391, 618, 4636, 300, 1, '2020-11-05 10:41:42', '2020-11-05 10:41:42'),
(1477, 397, 1, 4867, 1200, 3, '2020-11-05 13:03:29', '2020-11-05 13:03:29'),
(1478, 502, 1, 4731, 300, 1, '2020-11-05 15:13:51', '2020-11-05 15:13:51'),
(1479, 281, 317, 4534, 0, 9, '2020-11-05 18:25:47', '2020-11-05 18:25:47'),
(1480, 341, 317, 4590, 400, 1, '2020-11-05 18:26:37', '2020-11-05 18:26:37'),
(1481, 348, 317, 4596, 500, 1, '2020-11-05 18:27:45', '2020-11-05 18:27:45'),
(1482, 588, 317, 4805, 300, 1, '2020-11-05 18:28:14', '2020-11-05 18:28:14'),
(1483, 156, 317, 4413, 400, 1, '2020-11-05 18:28:29', '2020-11-05 18:28:29'),
(1484, 119, 1, 4377, 700, 1, '2020-11-06 14:11:00', '2020-11-06 14:11:00'),
(1485, 657, 1, 4260, 300, 1, '2020-11-06 14:36:36', '2020-11-06 14:36:36'),
(1486, 689, 1, 4868, 300, 1, '2020-11-06 16:28:21', '2020-11-06 16:28:21'),
(1487, 110, 618, 4369, 600, 1, '2020-11-07 04:13:26', '2020-11-07 04:13:26'),
(1488, 333, 618, 4583, 350, 1, '2020-11-07 04:16:59', '2020-11-07 04:16:59'),
(1489, 167, 618, 4424, 1000, 2, '2020-11-07 04:20:24', '2020-11-07 04:20:24'),
(1490, 178, 618, 4435, 300, 1, '2020-11-07 04:21:23', '2020-11-07 04:21:23'),
(1491, 288, 618, 4540, 300, 1, '2020-11-07 04:22:35', '2020-11-07 04:22:35'),
(1492, 228, 618, 4481, 350, 1, '2020-11-07 04:23:41', '2020-11-07 04:23:41'),
(1493, 119, 618, 4377, 700, 1, '2020-11-07 04:27:06', '2020-11-07 04:27:06'),
(1494, 160, 618, 4417, 400, 1, '2020-11-07 04:28:32', '2020-11-07 04:28:32'),
(1495, 409, 618, 4653, 250, 1, '2020-11-07 04:29:50', '2020-11-07 04:29:50'),
(1496, 85, 618, 4349, 250, 1, '2020-11-07 04:31:20', '2020-11-07 04:31:20'),
(1497, 137, 618, 4394, 400, 1, '2020-11-07 08:31:44', '2020-11-07 08:31:44'),
(1498, 613, 618, 4826, 0, 1, '2020-11-07 08:32:34', '2020-11-07 08:32:34'),
(1499, 613, 618, 4826, 300, 1, '2020-11-07 08:32:46', '2020-11-07 08:32:46'),
(1500, 358, 618, 4605, 500, 1, '2020-11-07 11:34:06', '2020-11-07 11:34:06'),
(1501, 146, 618, 4403, 400, 2, '2020-11-07 11:42:17', '2020-11-07 11:42:17'),
(1502, 637, 1, 3921, 300, 1, '2020-11-08 04:33:40', '2020-11-08 04:33:40'),
(1503, 191, 618, 4447, 300, 1, '2020-11-08 04:34:20', '2020-11-08 04:34:20'),
(1504, 671, 1, 4853, 400, 1, '2020-11-08 05:15:02', '2020-11-08 05:15:02'),
(1505, 671, 1, 4853, 400, 1, '2020-11-08 05:16:30', '2020-11-08 05:16:30'),
(1506, 311, 618, 4562, 250, 1, '2020-11-08 08:05:33', '2020-11-08 08:05:33'),
(1507, 95, 618, 4355, 0, 2, '2020-11-08 08:12:06', '2020-11-08 08:12:06'),
(1508, 95, 618, 4355, 500, 1, '2020-11-08 08:12:21', '2020-11-08 08:12:21'),
(1509, 650, 618, 4847, 250, 1, '2020-11-08 08:15:21', '2020-11-08 08:15:21'),
(1510, 496, 618, 4725, 500, 1, '2020-11-08 12:07:48', '2020-11-08 12:07:48'),
(1511, 695, 1, 4874, 200, 1, '2020-11-08 17:52:41', '2020-11-08 17:52:41'),
(1512, 696, 1, 4875, 300, 1, '2020-11-08 17:53:45', '2020-11-08 17:53:45'),
(1513, 133, 618, 4390, 250, 1, '2020-11-09 04:02:08', '2020-11-09 04:02:08'),
(1514, 697, 618, 4877, 300, 1, '2020-11-09 06:04:48', '2020-11-09 06:04:48'),
(1515, 690, 1, 4869, 300, 1, '2020-11-09 07:49:54', '2020-11-09 07:49:54'),
(1516, 21, 1, 4304, 300, 1, '2020-11-10 04:48:01', '2020-11-10 04:48:01'),
(1517, 465, 317, 4695, 300, 1, '2020-11-10 04:49:42', '2020-11-10 04:49:42'),
(1518, 219, 317, 4473, 700, 1, '2020-11-10 04:51:22', '2020-11-10 04:51:22'),
(1519, 609, 1, 4823, 600, 2, '2020-11-10 04:57:45', '2020-11-10 04:57:45'),
(1520, 616, 317, 4829, 300, 1, '2020-11-10 05:30:35', '2020-11-10 05:30:35'),
(1521, 261, 317, 4514, 0, 7, '2020-11-10 05:58:52', '2020-11-10 05:58:52'),
(1522, 436, 317, 4671, 250, 1, '2020-11-10 06:40:21', '2020-11-10 06:40:21'),
(1523, 346, 317, 4594, 400, 1, '2020-11-10 06:50:00', '2020-11-10 06:50:00'),
(1524, 639, 1, 4840, 300, 1, '2020-11-10 06:52:43', '2020-11-10 06:52:43'),
(1525, 151, 317, 4408, 2000, 1, '2020-11-10 06:54:28', '2020-11-10 06:54:28'),
(1526, 504, 317, 4733, 300, 1, '2020-11-10 06:57:02', '2020-11-10 06:57:02'),
(1527, 10, 317, 4294, 250, 1, '2020-11-10 06:58:03', '2020-11-10 06:58:03'),
(1528, 304, 317, 4556, 500, 1, '2020-11-10 07:55:46', '2020-11-10 07:55:46'),
(1529, 336, 317, 4586, 600, 2, '2020-11-10 07:59:52', '2020-11-10 07:59:52'),
(1530, 124, 317, 4382, 400, 1, '2020-11-10 08:10:47', '2020-11-10 08:10:47'),
(1531, 335, 317, 4585, 500, 1, '2020-11-10 08:28:13', '2020-11-10 08:28:13'),
(1532, 267, 317, 4520, 300, 1, '2020-11-10 08:36:28', '2020-11-10 08:36:28'),
(1533, 491, 1, 4720, 300, 1, '2020-11-10 08:54:28', '2020-11-10 08:54:28'),
(1534, 301, 317, 4553, 1500, 1, '2020-11-10 09:07:42', '2020-11-10 09:07:42'),
(1535, 161, 317, 4418, 400, 1, '2020-11-10 09:29:05', '2020-11-10 09:29:05'),
(1536, 563, 317, 4787, 600, 1, '2020-11-10 10:38:08', '2020-11-10 10:38:08'),
(1537, 545, 317, 4885, 0, 1, '2020-11-10 11:15:45', '2020-11-10 11:15:45'),
(1538, 290, 317, 4542, 300, 1, '2020-11-10 11:18:30', '2020-11-10 11:18:30'),
(1539, 273, 317, 4526, 500, 1, '2020-11-10 13:25:02', '2020-11-10 13:25:02'),
(1540, 660, 1, 4263, 500, 1, '2020-11-10 15:00:31', '2020-11-10 15:00:31'),
(1541, 529, 1, 4756, 0, 2, '2020-11-10 15:03:03', '2020-11-10 15:03:03'),
(1542, 529, 1, 4756, 1600, 1, '2020-11-10 15:03:21', '2020-11-10 15:03:21'),
(1543, 633, 1, 4838, 300, 1, '2020-11-10 15:44:06', '2020-11-10 15:44:06'),
(1544, 535, 317, 4762, 300, 1, '2020-11-10 16:40:57', '2020-11-10 16:40:57'),
(1545, 207, 317, 4462, 350, 1, '2020-11-10 16:44:24', '2020-11-10 16:44:24'),
(1546, 329, 317, 4580, 400, 1, '2020-11-10 16:46:40', '2020-11-10 16:46:40'),
(1547, 368, 317, 4615, 500, 1, '2020-11-11 05:08:42', '2020-11-11 05:08:42'),
(1548, 140, 1, 4397, 400, 1, '2020-11-11 05:23:01', '2020-11-11 05:23:01'),
(1549, 16, 1, 4299, 2800, 8, '2020-11-11 05:30:40', '2020-11-11 05:30:40'),
(1550, 261, 317, 4514, 300, 1, '2020-11-11 05:39:15', '2020-11-11 05:39:15'),
(1551, 303, 317, 4555, 1000, 2, '2020-11-11 05:50:39', '2020-11-11 05:50:39'),
(1552, 46, 317, 4321, 400, 1, '2020-11-11 06:34:58', '2020-11-11 06:34:58'),
(1553, 229, 1, 4482, 1500, 1, '2020-11-11 07:36:38', '2020-11-11 07:36:38'),
(1554, 458, 1, 4689, 0, 7, '2020-11-11 09:04:34', '2020-11-11 09:04:34'),
(1555, 314, 317, 4565, 300, 1, '2020-11-11 09:17:11', '2020-11-11 09:17:11'),
(1556, 607, 317, 4821, 300, 1, '2020-11-11 09:41:48', '2020-11-11 09:41:48'),
(1557, 349, 317, 4889, 2000, 5, '2020-11-11 10:25:21', '2020-11-11 10:25:21'),
(1558, 390, 317, 4635, 300, 1, '2020-11-11 12:03:00', '2020-11-11 12:03:00'),
(1559, 293, 317, 4545, 300, 1, '2020-11-11 12:04:07', '2020-11-11 12:04:07'),
(1560, 250, 317, 4503, 600, 2, '2020-11-11 12:07:34', '2020-11-11 12:07:34'),
(1561, 706, 1, 4890, 250, 1, '2020-11-11 12:10:22', '2020-11-11 12:10:22'),
(1562, 284, 1, 4536, 400, 1, '2020-11-11 13:58:03', '2020-11-11 13:58:03'),
(1563, 506, 1, 4735, 300, 1, '2020-11-11 14:12:11', '2020-11-11 14:12:11'),
(1564, 145, 317, 4402, 700, 2, '2020-11-11 16:15:16', '2020-11-11 16:15:16'),
(1565, 164, 1, 4421, 300, 1, '2020-11-12 05:01:57', '2020-11-12 05:01:57'),
(1566, 508, 1, 4737, 600, 2, '2020-11-12 05:10:38', '2020-11-12 05:10:38'),
(1567, 165, 618, 4422, 500, 1, '2020-11-12 05:29:20', '2020-11-12 05:29:20'),
(1568, 123, 1, 4381, 600, 2, '2020-11-12 05:32:22', '2020-11-12 05:32:22'),
(1569, 179, 618, 4436, 400, 1, '2020-11-12 05:37:14', '2020-11-12 05:37:14'),
(1570, 45, 317, 4320, 800, 1, '2020-11-12 05:40:20', '2020-11-12 05:40:20'),
(1571, 551, 317, 4777, 300, 1, '2020-11-12 05:51:51', '2020-11-12 05:51:51'),
(1572, 551, 317, 4777, 300, 1, '2020-11-12 05:52:18', '2020-11-12 05:52:18'),
(1573, 624, 317, 4835, 300, 1, '2020-11-12 06:58:35', '2020-11-12 06:58:35'),
(1574, 603, 317, 4818, 300, 1, '2020-11-12 07:45:25', '2020-11-12 07:45:25'),
(1575, 442, 317, 4675, 400, 1, '2020-11-12 09:21:06', '2020-11-12 09:21:06'),
(1576, 443, 1, 4676, 1000, 2, '2020-11-12 10:20:01', '2020-11-12 10:20:01'),
(1577, 647, 317, 4844, 300, 1, '2020-11-12 11:47:13', '2020-11-12 11:47:13'),
(1578, 205, 317, 4460, 350, 1, '2020-11-12 12:46:45', '2020-11-12 12:46:45'),
(1579, 114, 317, 4373, 250, 1, '2020-11-12 16:48:26', '2020-11-12 16:48:26'),
(1580, 127, 317, 4384, 1800, 1, '2020-11-13 12:10:32', '2020-11-13 12:10:32'),
(1581, 599, 317, 4816, 250, 1, '2020-11-13 12:14:18', '2020-11-13 12:14:18'),
(1582, 459, 1, 4690, 300, 1, '2020-11-13 14:59:41', '2020-11-13 14:59:41'),
(1583, 153, 1, 4410, 500, 1, '2020-11-13 15:56:18', '2020-11-13 15:56:18'),
(1584, 316, 317, 4567, 300, 1, '2020-11-14 05:44:30', '2020-11-14 05:44:30'),
(1585, 270, 618, 4898, 1000, 2, '2020-11-14 05:46:07', '2020-11-14 05:46:07'),
(1586, 101, 618, 4361, 350, 1, '2020-11-14 07:16:39', '2020-11-14 07:16:39'),
(1587, 375, 618, 4622, 400, 1, '2020-11-14 08:06:59', '2020-11-14 08:06:59'),
(1588, 111, 618, 4370, 300, 1, '2020-11-14 08:08:16', '2020-11-14 08:08:16'),
(1589, 539, 618, 4766, 350, 1, '2020-11-14 08:39:47', '2020-11-14 08:39:47'),
(1590, 405, 618, 4650, 250, 1, '2020-11-14 08:46:26', '2020-11-14 08:46:26'),
(1591, 257, 618, 4510, 400, 1, '2020-11-14 09:08:13', '2020-11-14 09:08:13'),
(1592, 640, 1, 4841, 0, 1, '2020-11-14 14:31:04', '2020-11-14 14:31:04'),
(1593, 640, 1, 4841, 250, 1, '2020-11-14 14:31:20', '2020-11-14 14:31:20'),
(1594, 424, 1, 4909, 6000, 12, '2020-11-14 14:48:22', '2020-11-14 14:48:22'),
(1595, 605, 1, 4919, 3000, 12, '2020-11-14 15:09:38', '2020-11-14 15:09:38'),
(1596, 685, 1, 4862, 300, 1, '2020-11-15 05:13:11', '2020-11-15 05:13:11'),
(1597, 266, 618, 4519, 500, 2, '2020-11-15 10:40:57', '2020-11-15 10:40:57'),
(1598, 354, 618, 4601, 350, 1, '2020-11-15 10:42:05', '2020-11-15 10:42:05'),
(1599, 295, 618, 4547, 500, 1, '2020-11-15 10:42:57', '2020-11-15 10:42:57'),
(1600, 709, 1, 4921, 300, 1, '2020-11-16 05:27:54', '2020-11-16 05:27:54'),
(1601, 269, 618, 4522, 400, 1, '2020-11-16 05:38:02', '2020-11-16 05:38:02'),
(1602, 558, 618, 4783, 400, 1, '2020-11-16 10:05:33', '2020-11-16 10:05:33'),
(1603, 520, 618, 4748, 300, 1, '2020-11-16 11:15:26', '2020-11-16 11:15:26'),
(1604, 149, 618, 4406, 350, 1, '2020-11-16 11:16:23', '2020-11-16 11:16:23'),
(1605, 471, 618, 4701, 500, 2, '2020-11-16 11:17:19', '2020-11-16 11:17:19'),
(1606, 615, 618, 4828, 0, 1, '2020-11-16 11:24:02', '2020-11-16 11:24:02'),
(1607, 615, 618, 4828, 250, 1, '2020-11-16 11:25:09', '2020-11-16 11:25:09'),
(1608, 580, 618, 4798, 600, 1, '2020-11-16 11:26:31', '2020-11-16 11:26:31'),
(1609, 481, 618, 4710, 500, 1, '2020-11-16 11:29:13', '2020-11-16 11:29:13'),
(1610, 447, 618, 4678, 350, 1, '2020-11-16 11:32:48', '2020-11-16 11:32:48'),
(1612, 589, 618, 4806, 0, 1, '2020-11-17 09:55:44', '2020-11-17 09:55:44'),
(1613, 589, 618, 4806, 600, 2, '2020-11-17 09:56:03', '2020-11-17 09:56:03'),
(1614, 711, 1, 4935, 3800, 1, '2020-11-18 07:03:33', '2020-11-18 07:03:33'),
(1615, 359, 618, 4606, 600, 1, '2020-11-18 08:10:16', '2020-11-18 08:10:16'),
(1616, 712, 618, 4937, 500, 2, '2020-11-18 09:08:13', '2020-11-18 09:08:13'),
(1617, 6, 618, 4292, 250, 1, '2020-11-18 09:39:56', '2020-11-18 09:39:56'),
(1618, 379, 618, 4626, 0, 6, '2020-11-18 09:48:31', '2020-11-18 09:48:31'),
(1619, 379, 618, 4626, 300, 1, '2020-11-18 09:48:55', '2020-11-18 09:48:55'),
(1620, 379, 618, 4626, 700, 2, '2020-11-18 09:49:08', '2020-11-18 09:49:08'),
(1621, 209, 618, 4464, 900, 3, '2020-11-18 09:51:07', '2020-11-18 09:51:07'),
(1622, 199, 618, 4455, 900, 1, '2020-11-18 09:51:56', '2020-11-18 09:51:56'),
(1623, 595, 618, 4812, 0, 1, '2020-11-19 06:22:30', '2020-11-19 06:22:30'),
(1624, 595, 618, 4812, 600, 1, '2020-11-19 06:22:49', '2020-11-19 06:22:49'),
(1625, 595, 618, 4812, 600, 1, '2020-11-19 06:22:57', '2020-11-19 06:22:57'),
(1626, 125, 618, 4383, 400, 1, '2020-11-19 06:53:27', '2020-11-19 06:53:27'),
(1627, 510, 618, 4739, 350, 1, '2020-11-19 07:04:37', '2020-11-19 07:04:37'),
(1628, 470, 618, 4700, 300, 1, '2020-11-19 07:06:01', '2020-11-19 07:06:01'),
(1629, 134, 618, 4391, 200, 1, '2020-11-19 07:07:39', '2020-11-19 07:07:39'),
(1630, 455, 618, 4686, 350, 1, '2020-11-19 07:52:51', '2020-11-19 07:52:51'),
(1631, 530, 618, 4757, 400, 1, '2020-11-19 08:32:58', '2020-11-19 08:32:58'),
(1632, 414, 618, 4949, 2400, 12, '2020-11-19 09:31:08', '2020-11-19 09:31:08'),
(1633, 417, 618, 4959, 2004, 12, '2020-11-19 09:45:10', '2020-11-19 09:45:10'),
(1634, 714, 1, 4960, 300, 1, '2020-11-19 15:49:04', '2020-11-19 15:49:04'),
(1635, 564, 1, 4788, 600, 1, '2020-11-20 11:59:25', '2020-11-20 11:59:25'),
(1636, 454, 1, 4685, 600, 1, '2020-11-20 12:01:53', '2020-11-20 12:01:53'),
(1637, 464, 1, 4694, 400, 1, '2020-11-20 12:03:08', '2020-11-20 12:03:08'),
(1638, 272, 1, 4525, 600, 2, '2020-11-20 13:44:03', '2020-11-20 13:44:03'),
(1639, 674, 1, 4856, 600, 1, '2020-11-20 17:48:00', '2020-11-20 17:48:00'),
(1640, 715, 1, 4961, 150, 1, '2020-11-20 17:53:10', '2020-11-20 17:53:10'),
(1641, 716, 1, 4962, 300, 1, '2020-11-20 17:54:13', '2020-11-20 17:54:13'),
(1642, 717, 1, 4963, 250, 1, '2020-11-20 17:55:01', '2020-11-20 17:55:01'),
(1643, 26, 317, 4307, 0, 3, '2020-11-21 08:15:17', '2020-11-21 08:15:17'),
(1644, 463, 317, 4693, 300, 1, '2020-11-21 08:18:53', '2020-11-21 08:18:53'),
(1645, 487, 317, 4716, 400, 1, '2020-11-21 10:28:51', '2020-11-21 10:28:51'),
(1646, 175, 1, 4432, 500, 1, '2020-11-22 07:30:12', '2020-11-22 07:30:12'),
(1647, 128, 618, 4385, 300, 1, '2020-11-22 08:55:01', '2020-11-22 08:55:01'),
(1648, 720, 1, 4966, 500, 1, '2020-11-22 09:03:41', '2020-11-22 09:03:41'),
(1649, 274, 618, 4527, 200, 1, '2020-11-24 05:59:13', '2020-11-24 05:59:13'),
(1650, 536, 618, 4763, 300, 1, '2020-11-25 06:41:14', '2020-11-25 06:41:14'),
(1651, 396, 618, 4641, 500, 1, '2020-11-25 07:05:53', '2020-11-25 07:05:53'),
(1652, 566, 618, 4790, 400, 1, '2020-11-25 09:49:27', '2020-11-25 09:49:27'),
(1653, 378, 618, 4625, 350, 1, '2020-11-25 11:04:30', '2020-11-25 11:04:30'),
(1654, 484, 317, 4713, 600, 1, '2020-11-26 07:05:12', '2020-11-26 07:05:12'),
(1655, 362, 618, 4609, 500, 1, '2020-11-26 07:53:22', '2020-11-26 07:53:22'),
(1656, 105, 618, 4364, 700, 2, '2020-11-26 07:53:45', '2020-11-26 07:53:45'),
(1657, 457, 618, 4688, 2500, 1, '2020-11-26 07:56:09', '2020-11-26 07:56:09'),
(1658, 147, 317, 4404, 400, 1, '2020-11-26 08:02:31', '2020-11-26 08:02:31'),
(1659, 534, 1, 4761, 600, 2, '2020-11-27 11:25:54', '2020-11-27 11:25:54'),
(1660, 437, 317, 4672, 0, 1, '2020-11-28 05:12:41', '2020-11-28 05:12:41'),
(1661, 343, 618, 4592, 800, 2, '2020-11-28 05:53:13', '2020-11-28 05:53:13'),
(1662, 604, 618, 4819, 300, 1, '2020-11-29 06:42:18', '2020-11-29 06:42:18'),
(1663, 106, 618, 4365, 350, 1, '2020-11-29 07:43:56', '2020-11-29 07:43:56'),
(1664, 277, 618, 4530, 0, 1, '2020-11-29 08:50:58', '2020-11-29 08:50:58'),
(1665, 277, 618, 4530, 0, 6, '2020-11-29 08:51:34', '2020-11-29 08:51:34'),
(1666, 277, 618, 4530, 500, 1, '2020-11-29 08:52:02', '2020-11-29 08:52:02'),
(1667, 625, 618, 4836, 250, 1, '2020-11-29 10:29:31', '2020-11-29 10:29:31'),
(1668, 617, 618, 4830, 400, 1, '2020-11-29 11:41:45', '2020-11-29 11:41:45'),
(1669, 339, 618, 4984, 2000, 4, '2020-11-30 05:01:57', '2020-11-30 05:01:57'),
(1670, 677, 1, 4990, 600, 2, '2020-11-30 14:48:58', '2020-11-30 14:48:58'),
(1671, 319, 618, 5271, 350, 1, '2020-12-01 06:54:59', '2020-12-01 06:54:59'),
(1672, 162, 618, 5121, 1000, 2, '2020-12-01 06:55:39', '2020-12-01 06:55:39'),
(1673, 370, 618, 5317, 350, 1, '2020-12-01 06:56:32', '2020-12-01 06:56:32'),
(1674, 341, 618, 5290, 400, 1, '2020-12-01 06:58:48', '2020-12-01 06:58:48'),
(1675, 322, 618, 5274, 400, 1, '2020-12-01 07:39:03', '2020-12-01 07:39:03'),
(1676, 441, 618, 5381, 350, 1, '2020-12-01 07:44:42', '2020-12-01 07:44:42'),
(1677, 229, 1, 5184, 1500, 1, '2020-12-01 15:27:42', '2020-12-01 15:27:42'),
(1678, 15, 618, 5000, 200, 1, '2020-12-02 04:00:26', '2020-12-02 04:00:26'),
(1679, 228, 618, 5183, 350, 1, '2020-12-02 04:06:22', '2020-12-02 04:06:22'),
(1680, 375, 618, 5322, 400, 1, '2020-12-02 04:08:20', '2020-12-02 04:08:20'),
(1681, 569, 618, 5499, 500, 1, '2020-12-02 05:18:33', '2020-12-02 05:18:33'),
(1682, 264, 618, 5219, 350, 1, '2020-12-02 05:24:20', '2020-12-02 05:24:20'),
(1683, 54, 618, 5029, 300, 1, '2020-12-02 05:59:05', '2020-12-02 05:59:05'),
(1684, 120, 618, 5080, 400, 1, '2020-12-02 06:00:16', '2020-12-02 06:00:16'),
(1685, 344, 1, 5617, 6000, 12, '2020-12-02 07:46:38', '2020-12-02 07:46:38'),
(1686, 627, 1, 5542, 250, 1, '2020-12-02 07:51:48', '2020-12-02 07:51:48'),
(1687, 149, 618, 5108, 350, 1, '2020-12-02 08:51:53', '2020-12-02 08:51:53'),
(1688, 111, 618, 5072, 300, 1, '2020-12-02 09:33:23', '2020-12-02 09:33:23'),
(1689, 188, 618, 5146, 200, 1, '2020-12-02 09:34:48', '2020-12-02 09:34:48'),
(1690, 85, 618, 5051, 250, 1, '2020-12-02 09:41:04', '2020-12-02 09:41:04'),
(1691, 224, 618, 5180, 400, 1, '2020-12-02 09:46:55', '2020-12-02 09:46:55'),
(1692, 18, 618, 5003, 350, 1, '2020-12-02 11:02:08', '2020-12-02 11:02:08'),
(1693, 51, 618, 5027, 600, 2, '2020-12-02 12:22:32', '2020-12-02 12:22:32'),
(1694, 98, 1, 5060, 250, 1, '2020-12-02 15:42:42', '2020-12-02 15:42:42'),
(1695, 685, 1, 5583, 300, 1, '2020-12-02 15:43:58', '2020-12-02 15:43:58'),
(1696, 442, 618, 5382, 400, 1, '2020-12-03 04:10:24', '2020-12-03 04:10:24'),
(1697, 148, 618, 5107, 400, 1, '2020-12-03 04:11:20', '2020-12-03 04:11:20'),
(1698, 301, 618, 5254, 1500, 1, '2020-12-03 04:11:45', '2020-12-03 04:11:45'),
(1699, 342, 618, 5291, 250, 1, '2020-12-03 04:12:17', '2020-12-03 04:12:17'),
(1700, 186, 618, 5144, 400, 1, '2020-12-03 04:12:44', '2020-12-03 04:12:44'),
(1701, 137, 618, 5096, 400, 1, '2020-12-03 05:37:05', '2020-12-03 05:37:05'),
(1702, 671, 1, 5573, 400, 1, '2020-12-03 06:17:00', '2020-12-03 06:17:00'),
(1703, 192, 618, 5150, 350, 1, '2020-12-03 11:25:51', '2020-12-03 11:25:51'),
(1704, 213, 618, 5169, 300, 1, '2020-12-03 12:19:27', '2020-12-03 12:19:27'),
(1705, 511, 618, 5446, 0, 1, '2020-12-03 12:21:44', '2020-12-03 12:21:44'),
(1706, 511, 618, 5446, 300, 1, '2020-12-03 12:22:07', '2020-12-03 12:22:07'),
(1707, 156, 317, 5115, 400, 1, '2020-12-03 14:35:58', '2020-12-03 14:35:58'),
(1708, 348, 317, 5297, 500, 1, '2020-12-03 14:36:04', '2020-12-03 14:36:04'),
(1709, 58, 317, 5032, 350, 1, '2020-12-03 14:36:11', '2020-12-03 14:36:11'),
(1710, 33, 1, 5015, 250, 1, '2020-12-04 05:41:45', '2020-12-04 05:41:45'),
(1711, 690, 1, 5587, 300, 1, '2020-12-04 05:46:13', '2020-12-04 05:46:13'),
(1712, 749, 1, 5625, 700, 1, '2020-12-04 08:20:59', '2020-12-04 08:20:59'),
(1713, 749, 1, 5626, 700, 1, '2020-12-04 08:21:06', '2020-12-04 08:21:06'),
(1714, 335, 618, 5286, 500, 1, '2020-12-04 14:11:41', '2020-12-04 14:11:41'),
(1715, 293, 618, 5246, 300, 1, '2020-12-04 14:15:19', '2020-12-04 14:15:19'),
(1716, 504, 618, 5439, 300, 1, '2020-12-05 04:17:00', '2020-12-05 04:17:00'),
(1717, 115, 618, 5076, 350, 1, '2020-12-05 04:17:57', '2020-12-05 04:17:57'),
(1718, 14, 618, 4999, 200, 1, '2020-12-05 04:27:00', '2020-12-05 04:27:00'),
(1719, 371, 618, 5318, 200, 1, '2020-12-05 04:54:16', '2020-12-05 04:54:16'),
(1720, 138, 618, 5097, 400, 1, '2020-12-05 05:11:44', '2020-12-05 05:11:44'),
(1721, 142, 1, 5101, 600, 2, '2020-12-05 06:31:36', '2020-12-05 06:31:36'),
(1722, 234, 618, 5189, 500, 1, '2020-12-05 07:05:26', '2020-12-05 07:05:26'),
(1723, 16, 618, 5001, 350, 1, '2020-12-05 10:43:47', '2020-12-05 10:43:47'),
(1724, 582, 618, 5505, 600, 2, '2020-12-05 11:54:24', '2020-12-05 11:54:24'),
(1725, 703, 317, 4887, 300, 1, '2020-12-06 05:09:36', '2020-12-06 05:09:36'),
(1726, 508, 317, 5443, 300, 1, '2020-12-06 05:10:09', '2020-12-06 05:10:09'),
(1727, 412, 618, 5356, 500, 1, '2020-12-06 05:12:52', '2020-12-06 05:12:52'),
(1728, 391, 618, 5336, 300, 1, '2020-12-06 09:45:41', '2020-12-06 09:45:41'),
(1729, 688, 618, 4865, 300, 1, '2020-12-06 09:47:54', '2020-12-06 09:47:54'),
(1730, 123, 618, 5083, 300, 1, '2020-12-07 04:17:19', '2020-12-07 04:17:19'),
(1731, 196, 618, 5154, 300, 1, '2020-12-07 04:17:48', '2020-12-07 04:17:48'),
(1732, 154, 618, 5113, 500, 1, '2020-12-07 04:19:54', '2020-12-07 04:19:54'),
(1733, 700, 317, 4883, 400, 1, '2020-12-07 06:26:10', '2020-12-07 06:26:10'),
(1734, 434, 618, 5374, 1000, 2, '2020-12-07 06:29:59', '2020-12-07 06:29:59'),
(1735, 559, 1, 5490, 250, 1, '2020-12-07 06:59:15', '2020-12-07 06:59:15'),
(1736, 191, 618, 5149, 300, 1, '2020-12-07 07:04:43', '2020-12-07 07:04:43'),
(1737, 409, 618, 5353, 250, 1, '2020-12-07 07:06:32', '2020-12-07 07:06:32'),
(1738, 119, 618, 5079, 700, 1, '2020-12-07 07:27:02', '2020-12-07 07:27:02'),
(1739, 134, 618, 5093, 200, 1, '2020-12-07 07:32:59', '2020-12-07 07:32:59'),
(1740, 564, 618, 5494, 600, 1, '2020-12-07 07:33:46', '2020-12-07 07:33:46'),
(1741, 502, 618, 5437, 300, 1, '2020-12-07 07:34:18', '2020-12-07 07:34:18'),
(1742, 333, 618, 5284, 350, 1, '2020-12-07 07:38:43', '2020-12-07 07:38:43'),
(1743, 238, 618, 5193, 400, 1, '2020-12-07 07:39:08', '2020-12-07 07:39:08'),
(1744, 110, 618, 5071, 600, 1, '2020-12-07 07:41:12', '2020-12-07 07:41:12'),
(1745, 207, 618, 5164, 350, 1, '2020-12-07 07:41:33', '2020-12-07 07:41:33'),
(1746, 443, 618, 5383, 500, 1, '2020-12-07 07:42:09', '2020-12-07 07:42:09'),
(1747, 276, 618, 5230, 300, 1, '2020-12-07 07:42:28', '2020-12-07 07:42:28'),
(1748, 33, 1, 5015, 250, 1, '2020-12-07 07:52:03', '2020-12-07 07:52:03'),
(1749, 109, 618, 5070, 600, 2, '2020-12-07 07:53:40', '2020-12-07 07:53:40'),
(1750, 238, 618, 5635, 400, 1, '2020-12-07 07:54:02', '2020-12-07 07:54:02'),
(1751, 128, 618, 5087, 300, 1, '2020-12-07 07:55:25', '2020-12-07 07:55:25'),
(1752, 458, 618, 5396, 300, 1, '2020-12-07 08:09:36', '2020-12-07 08:09:36'),
(1753, 109, 618, 5070, 0, 2, '2020-12-07 09:10:29', '2020-12-07 09:10:29'),
(1754, 45, 618, 5022, 800, 1, '2020-12-07 09:24:59', '2020-12-07 09:24:59'),
(1755, 352, 618, 5299, 250, 1, '2020-12-07 11:21:41', '2020-12-07 11:21:41'),
(1756, 407, 618, 5351, 1000, 2, '2020-12-08 04:39:06', '2020-12-08 04:39:06'),
(1757, 122, 618, 5082, 500, 2, '2020-12-08 04:42:15', '2020-12-08 04:42:15'),
(1758, 455, 618, 5393, 350, 1, '2020-12-08 04:42:51', '2020-12-08 04:42:51'),
(1759, 117, 618, 5078, 600, 2, '2020-12-08 04:50:32', '2020-12-08 04:50:32'),
(1760, 32, 618, 5014, 0, 1, '2020-12-08 05:00:30', '2020-12-08 05:00:30'),
(1761, 32, 618, 5014, 1000, 1, '2020-12-08 05:00:48', '2020-12-08 05:00:48'),
(1762, 686, 618, 5584, 300, 1, '2020-12-08 05:54:03', '2020-12-08 05:54:03'),
(1763, 588, 618, 5510, 300, 1, '2020-12-08 06:48:05', '2020-12-08 06:48:05'),
(1764, 164, 618, 5123, 300, 1, '2020-12-08 07:52:56', '2020-12-08 07:52:56'),
(1765, 496, 618, 5431, 500, 1, '2020-12-08 09:11:54', '2020-12-08 09:11:54'),
(1766, 637, 618, 5549, 300, 1, '2020-12-08 09:17:35', '2020-12-08 09:17:35'),
(1767, 563, 618, 5493, 600, 1, '2020-12-08 10:09:57', '2020-12-08 10:09:57'),
(1768, 199, 618, 5157, 900, 1, '2020-12-08 10:51:00', '2020-12-08 10:51:00'),
(1769, 624, 317, 5540, 300, 1, '2020-12-08 11:51:17', '2020-12-08 11:51:17'),
(1770, 524, 618, 5457, 300, 1, '2020-12-09 04:50:46', '2020-12-09 04:50:46'),
(1771, 304, 618, 5257, 500, 1, '2020-12-09 04:55:46', '2020-12-09 04:55:46'),
(1772, 676, 1, 5578, 4000, 2, '2020-12-09 05:55:46', '2020-12-09 05:55:46'),
(1773, 153, 618, 5112, 500, 1, '2020-12-09 06:00:58', '2020-12-09 06:00:58'),
(1774, 177, 618, 5136, 500, 2, '2020-12-09 06:37:15', '2020-12-09 06:37:15'),
(1775, 580, 618, 5503, 600, 1, '2020-12-09 06:58:35', '2020-12-09 06:58:35'),
(1776, 617, 618, 5535, 400, 1, '2020-12-09 08:17:29', '2020-12-09 08:17:29'),
(1777, 613, 618, 5531, 300, 1, '2020-12-09 08:22:19', '2020-12-09 08:22:19'),
(1778, 165, 618, 5124, 500, 1, '2020-12-09 08:32:13', '2020-12-09 08:32:13'),
(1779, 114, 618, 5075, 250, 1, '2020-12-09 08:32:54', '2020-12-09 08:32:54'),
(1780, 225, 618, 5181, 600, 1, '2020-12-09 08:34:25', '2020-12-09 08:34:25'),
(1781, 124, 618, 5084, 400, 1, '2020-12-09 08:44:17', '2020-12-09 08:44:17'),
(1782, 539, 618, 5472, 350, 1, '2020-12-09 08:59:57', '2020-12-09 08:59:57'),
(1783, 552, 317, 5484, 350, 1, '2020-12-09 13:45:25', '2020-12-09 13:45:25'),
(1784, 552, 317, 5484, 0, 1, '2020-12-09 13:45:43', '2020-12-09 13:45:43'),
(1785, 329, 317, 5281, 400, 1, '2020-12-09 14:01:30', '2020-12-09 14:01:30'),
(1786, 630, 618, 5545, 300, 1, '2020-12-09 14:42:21', '2020-12-09 14:42:21'),
(1787, 46, 618, 5023, 0, 2, '2020-12-09 15:00:56', '2020-12-09 15:00:56'),
(1788, 160, 618, 5119, 400, 1, '2020-12-09 15:15:40', '2020-12-09 15:15:40'),
(1789, 512, 618, 5447, 800, 2, '2020-12-09 15:21:57', '2020-12-09 15:21:57'),
(1790, 545, 317, 5478, 1250, 1, '2020-12-09 19:25:24', '2020-12-09 19:25:24'),
(1791, 288, 618, 5241, 300, 1, '2020-12-10 02:53:27', '2020-12-10 02:53:27'),
(1792, 505, 618, 5440, 350, 1, '2020-12-10 04:44:55', '2020-12-10 04:44:55'),
(1793, 699, 618, 4882, 0, 3, '2020-12-10 04:46:43', '2020-12-10 04:46:43'),
(1794, 699, 618, 4882, 300, 1, '2020-12-10 04:47:02', '2020-12-10 04:47:02'),
(1795, 607, 618, 5526, 300, 1, '2020-12-10 04:48:52', '2020-12-10 04:48:52'),
(1796, 529, 1, 5462, 2600, 1, '2020-12-10 05:04:51', '2020-12-10 05:04:51'),
(1797, 447, 1, 5385, 700, 2, '2020-12-10 05:13:09', '2020-12-10 05:13:09'),
(1798, 510, 618, 5445, 350, 1, '2020-12-10 05:32:38', '2020-12-10 05:32:38'),
(1799, 464, 1, 5401, 400, 1, '2020-12-10 05:35:50', '2020-12-10 05:35:50'),
(1800, 612, 1, 5530, 9, 3, '2020-12-10 05:40:33', '2020-12-10 05:40:33'),
(1801, 695, 1, 5590, 200, 1, '2020-12-10 05:46:51', '2020-12-10 05:46:51'),
(1802, 368, 618, 5315, 500, 1, '2020-12-10 05:54:24', '2020-12-10 05:54:24'),
(1804, 604, 618, 5525, 300, 1, '2020-12-10 06:04:18', '2020-12-10 06:04:18'),
(1805, 392, 618, 5337, 500, 1, '2020-12-10 06:37:47', '2020-12-10 06:37:47'),
(1806, 303, 618, 5256, 500, 1, '2020-12-10 06:42:19', '2020-12-10 06:42:19'),
(1807, 549, 618, 5481, 600, 2, '2020-12-10 07:39:39', '2020-12-10 07:39:39'),
(1808, 151, 317, 5110, 2000, 1, '2020-12-10 08:19:48', '2020-12-10 08:19:48'),
(1809, 236, 618, 5191, 4000, 2, '2020-12-10 08:40:19', '2020-12-10 08:40:19'),
(1810, 603, 317, 5524, 300, 1, '2020-12-10 08:48:51', '2020-12-10 08:48:51'),
(1811, 719, 317, 5603, 300, 1, '2020-12-10 08:56:11', '2020-12-10 08:56:11'),
(1812, 673, 317, 5575, 0, 2, '2020-12-10 08:58:52', '2020-12-10 08:58:52'),
(1813, 673, 317, 5575, 300, 1, '2020-12-10 08:59:04', '2020-12-10 08:59:04'),
(1814, 360, 618, 5307, 2500, 5, '2020-12-10 09:11:24', '2020-12-10 09:11:24'),
(1815, 628, 1, 5543, 300, 1, '2020-12-10 09:25:54', '2020-12-10 09:25:54'),
(1816, 639, 1, 5551, 600, 2, '2020-12-10 09:38:05', '2020-12-10 09:38:05'),
(1817, 616, 317, 5534, 300, 1, '2020-12-10 11:37:42', '2020-12-10 11:37:42'),
(1818, 680, 1, 5580, 250, 1, '2020-12-10 12:52:29', '2020-12-10 12:52:29'),
(1819, 660, 1, 5565, 500, 1, '2020-12-10 12:59:26', '2020-12-10 12:59:26'),
(1820, 127, 1, 5086, 6000, 3, '2020-12-10 13:20:57', '2020-12-10 13:20:57'),
(1821, 550, 1, 5482, 250, 1, '2020-12-10 13:35:19', '2020-12-10 13:35:19'),
(1822, 406, 618, 5350, 250, 1, '2020-12-11 04:33:37', '2020-12-11 04:33:37'),
(1823, 346, 618, 5295, 400, 1, '2020-12-11 04:34:38', '2020-12-11 04:34:38'),
(1824, 336, 618, 5287, 300, 1, '2020-12-11 04:35:30', '2020-12-11 04:35:30'),
(1825, 642, 618, 5554, 300, 1, '2020-12-11 06:44:17', '2020-12-11 06:44:17'),
(1826, 650, 618, 5560, 250, 1, '2020-12-11 06:44:56', '2020-12-11 06:44:56'),
(1827, 161, 618, 5120, 400, 1, '2020-12-11 06:45:48', '2020-12-11 06:45:48'),
(1828, 273, 1, 5227, 500, 1, '2020-12-11 09:58:58', '2020-12-11 09:58:58'),
(1829, 615, 618, 5533, 250, 1, '2020-12-11 13:14:40', '2020-12-11 13:14:40'),
(1830, 459, 1, 5659, 3600, 12, '2020-12-11 13:56:03', '2020-12-11 13:56:03'),
(1831, 101, 618, 5063, 350, 1, '2020-12-11 14:53:41', '2020-12-11 14:53:41'),
(1832, 454, 317, 5392, 600, 1, '2020-12-11 16:03:54', '2020-12-11 16:03:54'),
(1833, 363, 317, 5310, 300, 1, '2020-12-11 16:04:02', '2020-12-11 16:04:02'),
(1834, 704, 317, 4888, 300, 1, '2020-12-11 16:09:50', '2020-12-11 16:09:50'),
(1835, 460, 1, 5398, 1000, 2, '2020-12-11 16:33:59', '2020-12-11 16:33:59'),
(1836, 436, 618, 5376, 250, 1, '2020-12-12 04:21:33', '2020-12-12 04:21:33'),
(1837, 491, 618, 5426, 300, 1, '2020-12-12 04:22:38', '2020-12-12 04:22:38'),
(1838, 205, 618, 5162, 350, 1, '2020-12-12 04:23:35', '2020-12-12 04:23:35'),
(1839, 470, 618, 5406, 300, 1, '2020-12-12 04:24:49', '2020-12-12 04:24:49'),
(1840, 133, 618, 5092, 250, 1, '2020-12-12 04:30:12', '2020-12-12 04:30:12'),
(1841, 10, 618, 4996, 250, 1, '2020-12-12 05:49:10', '2020-12-12 05:49:10'),
(1842, 750, 1, 5627, 300, 1, '2020-12-12 06:08:04', '2020-12-12 06:08:04'),
(1843, 481, 1, 5416, 500, 1, '2020-12-12 06:09:01', '2020-12-12 06:09:01'),
(1844, 765, 1, 5671, 3600, 12, '2020-12-12 07:22:55', '2020-12-12 07:22:55'),
(1845, 487, 618, 5422, 400, 1, '2020-12-12 08:22:14', '2020-12-12 08:22:14'),
(1846, 262, 618, 5217, 800, 1, '2020-12-12 09:28:56', '2020-12-12 09:28:56'),
(1847, 709, 1, 5596, 300, 1, '2020-12-12 10:12:19', '2020-12-12 10:12:19'),
(1848, 594, 618, 5516, 1200, 2, '2020-12-12 10:55:38', '2020-12-12 10:55:38'),
(1849, 625, 618, 5541, 250, 1, '2020-12-12 11:43:24', '2020-12-12 11:43:24'),
(1850, 356, 618, 5303, 800, 2, '2020-12-12 11:52:54', '2020-12-12 11:52:54'),
(1851, 408, 1, 5675, 1000, 4, '2020-12-13 05:40:49', '2020-12-13 05:40:49'),
(1852, 219, 618, 5175, 700, 1, '2020-12-13 06:18:58', '2020-12-13 06:18:58'),
(1853, 437, 317, 5377, 300, 1, '2020-12-13 06:32:22', '2020-12-13 06:32:22'),
(1854, 647, 618, 5557, 0, 1, '2020-12-13 06:48:19', '2020-12-13 06:48:19'),
(1855, 647, 618, 5557, 300, 1, '2020-12-13 06:55:25', '2020-12-13 06:55:25'),
(1856, 219, 618, 5175, 700, 1, '2020-12-13 06:56:11', '2020-12-13 06:56:11'),
(1857, 706, 1, 5594, 250, 1, '2020-12-13 09:20:38', '2020-12-13 09:20:38'),
(1858, 202, 618, 5159, 500, 2, '2020-12-13 10:29:23', '2020-12-13 10:29:23'),
(1859, 723, 618, 4969, 300, 1, '2020-12-13 12:12:38', '2020-12-13 12:12:38'),
(1860, 351, 618, 5298, 700, 2, '2020-12-13 14:35:04', '2020-12-13 14:35:04'),
(1861, 373, 618, 5320, 0, 1, '2020-12-13 14:36:42', '2020-12-13 14:36:42'),
(1862, 373, 618, 5320, 500, 1, '2020-12-13 14:37:00', '2020-12-13 14:37:00'),
(1863, 178, 618, 5137, 300, 1, '2020-12-13 15:13:10', '2020-12-13 15:13:10'),
(1864, 390, 618, 5335, 300, 1, '2020-12-13 17:05:54', '2020-12-13 17:05:54'),
(1865, 405, 618, 5349, 250, 1, '2020-12-14 05:17:05', '2020-12-14 05:17:05'),
(1866, 316, 618, 5268, 300, 1, '2020-12-14 05:26:45', '2020-12-14 05:26:45'),
(1867, 771, 618, 5681, 300, 1, '2020-12-14 06:19:02', '2020-12-14 06:19:02'),
(1868, 670, 618, 5572, 200, 1, '2020-12-14 07:02:10', '2020-12-14 07:02:10'),
(1869, 374, 1, 5321, 400, 1, '2020-12-14 07:22:05', '2020-12-14 07:22:05'),
(1870, 691, 1, 5588, 2400, 1, '2020-12-14 08:43:40', '2020-12-14 08:43:40'),
(1871, 691, 1, 5588, 2400, 1, '2020-12-14 08:43:55', '2020-12-14 08:43:55'),
(1872, 567, 1, 5497, 6000, 1, '2020-12-14 11:40:45', '2020-12-14 11:40:45'),
(1873, 674, 1, 5576, 600, 1, '2020-12-14 13:17:53', '2020-12-14 13:17:53'),
(1874, 674, 1, 5576, 600, 1, '2020-12-14 13:18:01', '2020-12-14 13:18:01'),
(1875, 770, 1, 5682, 900, 3, '2020-12-14 15:04:46', '2020-12-14 15:04:46'),
(1876, 772, 618, 5694, 2496, 12, '2020-12-15 06:10:42', '2020-12-15 06:10:42'),
(1877, 266, 618, 5221, 500, 2, '2020-12-15 06:38:48', '2020-12-15 06:38:48'),
(1878, 488, 317, 5423, 1200, 3, '2020-12-17 06:44:21', '2020-12-17 06:44:21'),
(1879, 697, 317, 5592, 300, 1, '2020-12-17 10:22:23', '2020-12-17 10:22:23'),
(1880, 305, 317, 5698, 0, 10, '2020-12-17 11:01:51', '2020-12-17 11:01:51'),
(1881, 651, 317, 5561, 250, 1, '2020-12-17 14:22:06', '2020-12-17 14:22:06'),
(1882, 651, 317, 5561, 0, 1, '2020-12-17 14:22:27', '2020-12-17 14:22:27'),
(1883, 280, 317, 5234, 1000, 2, '2020-12-17 14:23:05', '2020-12-17 14:23:05'),
(1884, 76, 317, 5044, 0, 2, '2020-12-17 14:26:49', '2020-12-17 14:26:49'),
(1885, 76, 317, 5044, 1200, 1, '2020-12-17 14:27:07', '2020-12-17 14:27:07'),
(1886, 140, 317, 5099, 400, 1, '2020-12-17 16:25:09', '2020-12-17 16:25:09'),
(1887, 720, 1, 5604, 500, 1, '2020-12-18 15:14:06', '2020-12-18 15:14:06'),
(1888, 159, 317, 5118, 1800, 2, '2020-12-18 17:22:55', '2020-12-18 17:22:55'),
(1889, 411, 317, 5355, 500, 2, '2020-12-18 17:26:56', '2020-12-18 17:26:56'),
(1890, 708, 1, 5595, 400, 1, '2020-12-18 17:51:06', '2020-12-18 17:51:06'),
(1891, 722, 1, 5605, 300, 1, '2020-12-19 05:15:01', '2020-12-19 05:15:01'),
(1892, 722, 1, 5605, 300, 1, '2020-12-19 05:15:10', '2020-12-19 05:15:10'),
(1893, 274, 317, 5228, 200, 1, '2020-12-19 06:37:30', '2020-12-19 06:37:30'),
(1894, 95, 317, 5057, 500, 1, '2020-12-19 06:37:41', '2020-12-19 06:37:41'),
(1895, 551, 317, 5483, 400, 1, '2020-12-19 07:35:09', '2020-12-19 07:35:09'),
(1896, 295, 317, 5248, 800, 1, '2020-12-19 10:22:00', '2020-12-19 10:22:00'),
(1897, 314, 317, 5266, 300, 1, '2020-12-19 10:34:07', '2020-12-19 10:34:07'),
(1898, 466, 317, 5403, 500, 2, '2020-12-19 14:08:52', '2020-12-19 14:08:52'),
(1899, 776, 1, 5699, 900, 1, '2020-12-20 17:30:05', '2020-12-20 17:30:05'),
(1900, 6, 618, 4994, 250, 1, '2020-12-21 05:56:32', '2020-12-21 05:56:32'),
(1901, 105, 618, 5066, 700, 2, '2020-12-21 06:25:58', '2020-12-21 06:25:58'),
(1902, 182, 618, 5141, 1200, 1, '2020-12-21 07:46:31', '2020-12-21 07:46:31'),
(1903, 125, 618, 5085, 400, 1, '2020-12-21 08:39:29', '2020-12-21 08:39:29'),
(1904, 180, 618, 5139, 400, 1, '2020-12-21 09:10:59', '2020-12-21 09:10:59'),
(1905, 290, 618, 5243, 300, 1, '2020-12-21 10:58:16', '2020-12-21 10:58:16'),
(1906, 714, 1, 5599, 300, 1, '2020-12-21 14:04:38', '2020-12-21 14:04:38'),
(1907, 463, 618, 5400, 300, 1, '2020-12-22 05:02:12', '2020-12-22 05:02:12'),
(1908, 362, 618, 5309, 500, 1, '2020-12-22 06:37:02', '2020-12-22 06:37:02'),
(1909, 180, 618, 5712, 2496, 12, '2020-12-22 08:18:54', '2020-12-22 08:18:54'),
(1910, 465, 618, 5402, 300, 1, '2020-12-22 09:16:20', '2020-12-22 09:16:20'),
(1911, 484, 618, 5419, 500, 1, '2020-12-22 09:40:47', '2020-12-22 09:40:47'),
(1912, 715, 1, 5600, 150, 1, '2020-12-22 09:57:39', '2020-12-22 09:57:39'),
(1913, 715, 1, 5716, 600, 4, '2020-12-22 09:57:51', '2020-12-22 09:57:51'),
(1914, 648, 1, 5558, 3000, 2, '2020-12-22 17:27:52', '2020-12-22 17:27:52'),
(1915, 589, 618, 5511, 0, 1, '2020-12-23 08:19:49', '2020-12-23 08:19:49'),
(1916, 299, 1, 5252, 1000, 2, '2020-12-24 13:42:24', '2020-12-24 13:42:24'),
(1917, 309, 317, 5262, 7000, 2, '2020-12-27 11:16:01', '2020-12-27 11:16:01'),
(1918, 780, 1, 5720, 400, 1, '2020-12-27 14:35:47', '2020-12-27 14:35:47'),
(1919, 457, 618, 5395, 1950, 1, '2020-12-28 03:57:18', '2020-12-28 03:57:18'),
(1920, 764, 618, 5722, 600, 2, '2020-12-28 04:01:50', '2020-12-28 04:01:50'),
(1921, 267, 618, 5222, 300, 1, '2020-12-28 05:37:51', '2020-12-28 05:37:51'),
(1922, 592, 1, 5514, 300, 1, '2020-12-28 07:05:54', '2020-12-28 07:05:54'),
(1923, 147, 618, 5106, 400, 1, '2020-12-29 05:38:32', '2020-12-29 05:38:32'),
(1924, 378, 618, 5325, 350, 1, '2020-12-29 06:25:24', '2020-12-29 06:25:24'),
(1925, 383, 618, 5328, 0, 7, '2020-12-29 06:31:25', '2020-12-29 06:31:25'),
(1926, 383, 618, 5328, 300, 1, '2020-12-29 06:31:40', '2020-12-29 06:31:40'),
(1927, 396, 618, 5341, 500, 1, '2020-12-29 06:40:23', '2020-12-29 06:40:23'),
(1928, 385, 618, 5330, 0, 4, '2020-12-29 07:57:42', '2020-12-29 07:57:42'),
(1929, 385, 618, 5330, 1000, 2, '2020-12-29 07:57:59', '2020-12-29 07:57:59'),
(1930, 678, 618, 5579, 500, 2, '2020-12-29 11:17:35', '2020-12-29 11:17:35'),
(1931, 696, 618, 5591, 300, 1, '2020-12-30 04:43:21', '2020-12-30 04:43:21'),
(1932, 506, 618, 5441, 300, 1, '2020-12-30 04:52:02', '2020-12-30 04:52:02'),
(1933, 30, 1, 5012, 43750, 1, '2020-12-30 07:05:00', '2020-12-30 07:05:00'),
(1934, 734, 618, 4980, 250, 1, '2020-12-30 07:55:05', '2020-12-30 07:55:05'),
(1935, 175, 1, 5134, 500, 1, '2020-12-31 06:56:21', '2020-12-31 06:56:21'),
(1936, 716, 1, 5601, 300, 1, '2021-01-01 06:20:22', '2021-01-01 06:20:22'),
(1937, 747, 618, 5623, 400, 1, '2021-01-01 09:54:42', '2021-01-01 09:54:42'),
(1938, 349, 1, 5724, 400, 1, '2021-01-01 14:55:45', '2021-01-01 14:55:45'),
(1939, 783, 1, 5725, 250, 1, '2021-01-01 16:38:33', '2021-01-01 16:38:33'),
(1940, 250, 618, 5205, 300, 1, '2021-01-02 04:40:49', '2021-01-02 04:40:49'),
(1941, 229, 1, 5920, 1500, 1, '2021-01-02 05:30:25', '2021-01-02 05:30:25'),
(1942, 213, 618, 5905, 300, 1, '2021-01-02 05:33:01', '2021-01-02 05:33:01'),
(1943, 319, 618, 6007, 350, 1, '2021-01-02 05:36:27', '2021-01-02 05:36:27'),
(1944, 264, 618, 5954, 350, 1, '2021-01-02 05:52:20', '2021-01-02 05:52:20'),
(1945, 333, 618, 6020, 350, 1, '2021-01-02 05:53:11', '2021-01-02 05:53:11'),
(1946, 379, 618, 6062, 350, 1, '2021-01-02 05:55:10', '2021-01-02 05:55:10'),
(1947, 203, 618, 5896, 0, 9, '2021-01-02 08:10:42', '2021-01-02 08:10:42'),
(1948, 203, 618, 5896, 300, 1, '2021-01-02 08:10:58', '2021-01-02 08:10:58'),
(1949, 569, 618, 6232, 500, 1, '2021-01-02 08:11:30', '2021-01-02 08:11:30'),
(1950, 548, 618, 6213, 0, 2, '2021-01-02 08:53:56', '2021-01-02 08:53:56'),
(1951, 548, 618, 6213, 500, 2, '2021-01-02 08:54:08', '2021-01-02 08:54:08'),
(1952, 138, 618, 5835, 400, 1, '2021-01-02 12:40:20', '2021-01-02 12:40:20'),
(1953, 188, 618, 5882, 200, 1, '2021-01-02 12:41:15', '2021-01-02 12:41:15'),
(1954, 322, 618, 6010, 400, 1, '2021-01-02 12:43:06', '2021-01-02 12:43:06'),
(1955, 341, 618, 6026, 400, 1, '2021-01-02 15:21:31', '2021-01-02 15:21:31'),
(1956, 441, 618, 6117, 350, 1, '2021-01-02 15:24:34', '2021-01-02 15:24:34'),
(1957, 85, 618, 5789, 250, 1, '2021-01-02 15:25:47', '2021-01-02 15:25:47'),
(1958, 370, 618, 6053, 350, 1, '2021-01-03 03:52:30', '2021-01-03 03:52:30'),
(1959, 207, 618, 5900, 350, 1, '2021-01-03 03:52:52', '2021-01-03 03:52:52'),
(1960, 45, 618, 5758, 800, 1, '2021-01-03 07:20:46', '2021-01-03 07:20:46'),
(1961, 627, 1, 6275, 250, 1, '2021-01-03 08:22:50', '2021-01-03 08:22:50'),
(1962, 650, 618, 6293, 250, 1, '2021-01-03 11:13:28', '2021-01-03 11:13:28'),
(1964, 124, 618, 6383, 400, 1, '2021-01-03 11:17:20', '2021-01-03 11:17:20'),
(1965, 18, 618, 5739, 350, 1, '2021-01-03 11:18:08', '2021-01-03 11:18:08'),
(1966, 123, 618, 5821, 600, 2, '2021-01-03 11:20:41', '2021-01-03 11:20:41'),
(1967, 54, 618, 5765, 300, 1, '2021-01-03 11:26:03', '2021-01-03 11:26:03'),
(1968, 559, 1, 6223, 250, 1, '2021-01-03 15:00:03', '2021-01-03 15:00:03'),
(1969, 352, 618, 6035, 250, 1, '2021-01-04 04:26:35', '2021-01-04 04:26:35'),
(1970, 120, 618, 5818, 400, 1, '2021-01-04 04:38:13', '2021-01-04 04:38:13'),
(1971, 753, 1, 6394, 4800, 12, '2021-01-04 05:41:27', '2021-01-04 05:41:27'),
(1972, 153, 1, 5850, 500, 1, '2021-01-04 06:57:31', '2021-01-04 06:57:31'),
(1973, 692, 317, 6325, 0, 1, '2021-01-04 10:32:29', '2021-01-04 10:32:29'),
(1974, 700, 317, 6331, 400, 1, '2021-01-04 13:53:48', '2021-01-04 13:53:48'),
(1975, 115, 317, 5814, 350, 1, '2021-01-04 13:55:43', '2021-01-04 13:55:43'),
(1976, 348, 317, 6032, 500, 1, '2021-01-04 14:00:17', '2021-01-04 14:00:17'),
(1977, 156, 317, 5853, 400, 1, '2021-01-04 14:02:38', '2021-01-04 14:02:38'),
(1978, 371, 618, 6054, 500, 1, '2021-01-05 04:27:17', '2021-01-05 04:27:17'),
(1979, 373, 618, 6056, 500, 1, '2021-01-05 04:28:32', '2021-01-05 04:28:32'),
(1980, 342, 618, 6027, 250, 1, '2021-01-05 04:29:35', '2021-01-05 04:29:35'),
(1981, 262, 618, 5952, 800, 1, '2021-01-05 04:31:39', '2021-01-05 04:31:39'),
(1982, 689, 618, 6399, 996, 6, '2021-01-05 05:14:33', '2021-01-05 05:14:33'),
(1983, 109, 618, 5808, 300, 1, '2021-01-05 05:24:35', '2021-01-05 05:24:35'),
(1984, 613, 618, 6264, 300, 1, '2021-01-05 05:25:04', '2021-01-05 05:25:04'),
(1985, 142, 618, 5839, 300, 1, '2021-01-05 05:26:28', '2021-01-05 05:26:28'),
(1986, 142, 618, 5839, 0, 2, '2021-01-05 06:20:13', '2021-01-05 06:20:13'),
(1987, 746, 618, 6361, 0, 1, '2021-01-05 06:29:28', '2021-01-05 06:29:28'),
(1988, 746, 618, 6361, 200, 1, '2021-01-05 06:29:41', '2021-01-05 06:29:41'),
(1990, 154, 618, 5851, 500, 1, '2021-01-05 07:06:26', '2021-01-05 07:06:26'),
(1991, 406, 618, 6087, 250, 1, '2021-01-05 07:15:46', '2021-01-05 07:15:46'),
(1992, 580, 618, 6236, 600, 1, '2021-01-06 04:01:09', '2021-01-06 04:01:09'),
(1993, 119, 618, 5817, 700, 1, '2021-01-06 06:40:58', '2021-01-06 06:40:58'),
(1994, 110, 618, 5809, 600, 1, '2021-01-06 08:44:00', '2021-01-06 08:44:00'),
(1995, 688, 618, 6321, 300, 1, '2021-01-06 08:44:42', '2021-01-06 08:44:42'),
(1996, 458, 618, 6132, 300, 1, '2021-01-06 09:15:29', '2021-01-06 09:15:29'),
(1997, 148, 618, 5845, 400, 1, '2021-01-06 09:20:40', '2021-01-06 09:20:40'),
(1998, 98, 618, 5798, 250, 1, '2021-01-06 09:24:35', '2021-01-06 09:24:35'),
(1999, 125, 618, 5823, 400, 1, '2021-01-07 04:22:57', '2021-01-07 04:22:57'),
(2000, 763, 618, 6366, 0, 1, '2021-01-07 10:04:35', '2021-01-07 10:04:35'),
(2001, 508, 317, 6178, 300, 1, '2021-01-07 14:02:20', '2021-01-07 14:02:20'),
(2002, 751, 317, 6365, 400, 1, '2021-01-08 16:51:13', '2021-01-08 16:51:13'),
(2003, 454, 317, 6128, 600, 1, '2021-01-08 16:54:51', '2021-01-08 16:54:51'),
(2004, 487, 618, 6158, 400, 1, '2021-01-09 04:15:55', '2021-01-09 04:15:55'),
(2005, 391, 618, 6072, 300, 1, '2021-01-09 04:17:03', '2021-01-09 04:17:03'),
(2006, 114, 618, 5813, 250, 1, '2021-01-09 04:17:30', '2021-01-09 04:17:30'),
(2007, 276, 618, 5966, 300, 1, '2021-01-09 04:19:37', '2021-01-09 04:19:37'),
(2008, 405, 618, 6086, 250, 1, '2021-01-09 04:21:01', '2021-01-09 04:21:01'),
(2009, 304, 618, 5994, 500, 1, '2021-01-09 04:21:59', '2021-01-09 04:21:59'),
(2010, 685, 618, 6318, 300, 1, '2021-01-09 04:27:59', '2021-01-09 04:27:59'),
(2011, 695, 618, 6326, 200, 1, '2021-01-09 10:58:42', '2021-01-09 10:58:42'),
(2012, 624, 618, 6273, 300, 1, '2021-01-09 13:14:23', '2021-01-09 13:14:23'),
(2013, 436, 618, 6112, 250, 1, '2021-01-09 16:45:15', '2021-01-09 16:45:15'),
(2014, 686, 618, 6319, 300, 1, '2021-01-09 16:46:20', '2021-01-09 16:46:20'),
(2015, 205, 618, 5898, 350, 1, '2021-01-09 16:47:28', '2021-01-09 16:47:28'),
(2016, 545, 317, 6211, 1250, 1, '2021-01-10 02:52:59', '2021-01-10 02:52:59'),
(2017, 58, 317, 5768, 700, 2, '2021-01-10 04:07:43', '2021-01-10 04:07:43'),
(2018, 465, 317, 6137, 300, 1, '2021-01-10 04:17:55', '2021-01-10 04:17:55'),
(2019, 673, 618, 6308, 600, 1, '2021-01-10 04:20:33', '2021-01-10 04:20:33'),
(2020, 719, 618, 6343, 300, 1, '2021-01-10 04:20:51', '2021-01-10 04:20:51'),
(2021, 604, 618, 6258, 300, 1, '2021-01-10 04:22:03', '2021-01-10 04:22:03'),
(2022, 409, 618, 6089, 250, 1, '2021-01-10 04:23:37', '2021-01-10 04:23:37'),
(2023, 301, 618, 5991, 1700, 1, '2021-01-10 04:25:30', '2021-01-10 04:25:30'),
(2024, 151, 618, 5848, 2000, 1, '2021-01-10 04:29:41', '2021-01-10 04:29:41'),
(2025, 368, 618, 6051, 500, 1, '2021-01-10 04:31:02', '2021-01-10 04:31:02'),
(2026, 32, 618, 5750, 1000, 1, '2021-01-10 04:38:32', '2021-01-10 04:38:32'),
(2027, 14, 1, 5735, 200, 1, '2021-01-10 04:59:15', '2021-01-10 04:59:15'),
(2028, 706, 1, 6336, 250, 1, '2021-01-10 05:16:48', '2021-01-10 05:16:48'),
(2029, 137, 1, 5834, 400, 1, '2021-01-10 05:33:48', '2021-01-10 05:33:48'),
(2030, 676, 1, 6311, 2200, 1, '2021-01-10 05:36:35', '2021-01-10 05:36:35'),
(2031, 293, 317, 5983, 300, 1, '2021-01-10 06:08:52', '2021-01-10 06:08:52'),
(2032, 111, 618, 5810, 300, 1, '2021-01-10 06:27:43', '2021-01-10 06:27:43'),
(2033, 637, 317, 6282, 300, 1, '2021-01-10 06:36:14', '2021-01-10 06:36:14'),
(2034, 677, 1, 6312, 300, 1, '2021-01-10 06:58:09', '2021-01-10 06:58:09'),
(2035, 33, 1, 5751, 250, 1, '2021-01-10 07:03:15', '2021-01-10 07:03:15'),
(2036, 397, 1, 6420, 4800, 12, '2021-01-10 07:08:14', '2021-01-10 07:08:14'),
(2037, 234, 618, 5925, 500, 1, '2021-01-10 07:13:39', '2021-01-10 07:13:39'),
(2038, 750, 1, 6364, 300, 1, '2021-01-10 07:14:25', '2021-01-10 07:14:25'),
(2039, 615, 618, 6266, 250, 1, '2021-01-10 07:18:27', '2021-01-10 07:18:27'),
(2040, 563, 317, 6226, 600, 1, '2021-01-10 07:19:19', '2021-01-10 07:19:19'),
(2041, 274, 317, 5964, 200, 1, '2021-01-10 07:20:21', '2021-01-10 07:20:21'),
(2042, 754, 317, 5631, 300, 1, '2021-01-10 07:31:44', '2021-01-10 07:31:44'),
(2043, 235, 317, 5926, 0, 3, '2021-01-10 07:39:24', '2021-01-10 07:39:24'),
(2044, 29, 1, 5747, 16500, 1, '2021-01-10 08:04:37', '2021-01-10 08:04:37'),
(2045, 29, 1, 5747, 16500, 1, '2021-01-10 08:04:42', '2021-01-10 08:04:42'),
(2046, 145, 1, 6430, 4200, 12, '2021-01-10 08:16:14', '2021-01-10 08:16:14'),
(2047, 289, 618, 5979, 0, 9, '2021-01-10 08:54:47', '2021-01-10 08:54:47'),
(2048, 289, 618, 5979, 300, 1, '2021-01-10 08:54:59', '2021-01-10 08:54:59'),
(2049, 502, 618, 6172, 300, 1, '2021-01-10 08:56:02', '2021-01-10 08:56:02'),
(2050, 196, 618, 5890, 300, 1, '2021-01-10 08:56:37', '2021-01-10 08:56:37'),
(2051, 379, 618, 6062, 350, 1, '2021-01-10 08:57:06', '2021-01-10 08:57:06'),
(2052, 709, 1, 6338, 300, 1, '2021-01-10 09:04:16', '2021-01-10 09:04:16'),
(2053, 603, 317, 6257, 300, 1, '2021-01-10 13:16:10', '2021-01-10 13:16:10'),
(2054, 273, 1, 5963, 500, 1, '2021-01-10 14:06:09', '2021-01-10 14:06:09'),
(2055, 704, 317, 6334, 300, 1, '2021-01-10 14:17:43', '2021-01-10 14:17:43'),
(2056, 16, 618, 5737, 350, 1, '2021-01-10 15:21:15', '2021-01-10 15:21:15'),
(2057, 164, 618, 5861, 300, 1, '2021-01-10 15:22:55', '2021-01-10 15:22:55'),
(2058, 46, 618, 5759, 250, 1, '2021-01-10 15:24:00', '2021-01-10 15:24:00');
INSERT INTO `payment_confarmation_histories` (`id`, `user_id`, `admin_id`, `payment_history_id`, `updated_amount`, `payment_for_month`, `created_at`, `updated_at`) VALUES
(2059, 412, 618, 6092, 500, 1, '2021-01-10 15:25:04', '2021-01-10 15:25:04'),
(2060, 642, 618, 6287, 300, 1, '2021-01-10 15:25:41', '2021-01-10 15:25:41'),
(2061, 288, 618, 5978, 300, 1, '2021-01-10 15:26:41', '2021-01-10 15:26:41'),
(2062, 407, 618, 6088, 500, 1, '2021-01-10 15:35:36', '2021-01-10 15:35:36'),
(2063, 767, 1, 5676, 300, 1, '2021-01-10 15:48:08', '2021-01-10 15:48:08'),
(2064, 269, 1, 5959, 400, 1, '2021-01-10 16:52:13', '2021-01-10 16:52:13'),
(2065, 160, 618, 5857, 400, 1, '2021-01-10 18:17:09', '2021-01-10 18:17:09'),
(2066, 712, 618, 6339, 500, 2, '2021-01-11 06:03:05', '2021-01-11 06:03:05'),
(2067, 134, 618, 5831, 200, 1, '2021-01-11 07:26:39', '2021-01-11 07:26:39'),
(2068, 161, 618, 5858, 400, 1, '2021-01-11 07:33:37', '2021-01-11 07:33:37'),
(2069, 149, 618, 5846, 350, 1, '2021-01-11 07:44:56', '2021-01-11 07:44:56'),
(2070, 699, 618, 6330, 300, 1, '2021-01-11 07:49:31', '2021-01-11 07:49:31'),
(2071, 356, 618, 6039, 800, 2, '2021-01-11 08:47:25', '2021-01-11 08:47:25'),
(2072, 95, 618, 5795, 500, 1, '2021-01-11 10:13:36', '2021-01-11 10:13:36'),
(2073, 350, 618, 6435, 2400, 6, '2021-01-11 10:41:09', '2021-01-11 10:41:09'),
(2074, 792, 1, 6438, 2000, 1, '2021-01-11 14:35:55', '2021-01-11 14:35:55'),
(2075, 633, 1, 6279, 300, 1, '2021-01-11 14:43:52', '2021-01-11 14:43:52'),
(2076, 117, 618, 5816, 300, 1, '2021-01-11 15:21:34', '2021-01-11 15:21:34'),
(2077, 549, 618, 6214, 300, 1, '2021-01-11 15:25:01', '2021-01-11 15:25:01'),
(2078, 539, 618, 6206, 350, 1, '2021-01-11 15:25:51', '2021-01-11 15:25:51'),
(2079, 552, 317, 6217, 350, 1, '2021-01-11 16:02:55', '2021-01-11 16:02:55'),
(2080, 51, 618, 5763, 300, 1, '2021-01-12 06:31:25', '2021-01-12 06:31:25'),
(2081, 723, 618, 6347, 300, 1, '2021-01-12 06:32:14', '2021-01-12 06:32:14'),
(2082, 199, 618, 5893, 900, 1, '2021-01-12 06:40:11', '2021-01-12 06:40:11'),
(2083, 442, 618, 6118, 400, 1, '2021-01-12 09:55:59', '2021-01-12 09:55:59'),
(2084, 165, 618, 5862, 500, 1, '2021-01-12 10:00:17', '2021-01-12 10:00:17'),
(2085, 178, 618, 5875, 300, 1, '2021-01-12 10:00:45', '2021-01-12 10:00:45'),
(2086, 510, 618, 6409, 350, 1, '2021-01-12 10:04:04', '2021-01-12 10:04:04'),
(2087, 628, 317, 6276, 300, 1, '2021-01-12 10:08:18', '2021-01-12 10:08:18'),
(2088, 690, 1, 6323, 300, 1, '2021-01-12 10:12:31', '2021-01-12 10:12:31'),
(2089, 717, 618, 6342, 500, 2, '2021-01-12 10:24:46', '2021-01-12 10:24:46'),
(2090, 464, 618, 6136, 400, 1, '2021-01-12 10:26:02', '2021-01-12 10:26:02'),
(2091, 662, 618, 6299, 300, 1, '2021-01-12 10:35:35', '2021-01-12 10:35:35'),
(2092, 443, 618, 6119, 500, 1, '2021-01-12 13:19:37', '2021-01-12 13:19:37'),
(2093, 680, 1, 6315, 250, 1, '2021-01-12 14:17:31', '2021-01-12 14:17:31'),
(2094, 375, 317, 6058, 400, 1, '2021-01-12 20:12:29', '2021-01-12 20:12:29'),
(2095, 703, 317, 22716, 300, 1, '2021-01-12 20:15:22', '2021-01-12 20:15:22'),
(2096, 703, 317, 59187, 300, 1, '2021-01-12 20:16:29', '2021-01-12 20:16:29'),
(2097, 128, 618, 5825, 300, 1, '2021-01-13 05:18:00', '2021-01-13 05:18:00'),
(2098, 175, 618, 5872, 500, 1, '2021-01-13 05:50:43', '2021-01-13 05:50:43'),
(2099, 660, 1, 6298, 500, 1, '2021-01-13 06:28:16', '2021-01-13 06:28:16'),
(2100, 303, 618, 5993, 500, 1, '2021-01-13 06:46:53', '2021-01-13 06:46:53'),
(2101, 470, 618, 6142, 300, 1, '2021-01-13 09:55:19', '2021-01-13 09:55:19'),
(2102, 228, 618, 5919, 350, 1, '2021-01-14 04:02:13', '2021-01-14 04:02:13'),
(2103, 776, 618, 6368, 750, 1, '2021-01-14 04:57:49', '2021-01-14 04:57:49'),
(2104, 691, 1, 6324, 2400, 1, '2021-01-14 09:50:54', '2021-01-14 09:50:54'),
(2105, 270, 618, 5960, 500, 1, '2021-01-14 13:11:33', '2021-01-14 13:11:33'),
(2106, 316, 317, 6004, 300, 1, '2021-01-15 11:34:03', '2021-01-15 11:34:03'),
(2107, 760, 618, 5640, 300, 1, '2021-01-16 08:37:35', '2021-01-16 08:37:35'),
(2108, 219, 618, 5911, 700, 1, '2021-01-16 08:53:39', '2021-01-16 08:53:39'),
(2109, 336, 618, 6023, 300, 1, '2021-01-17 04:12:47', '2021-01-17 04:12:47'),
(2110, 351, 618, 6034, 350, 1, '2021-01-17 09:51:14', '2021-01-17 09:51:14'),
(2111, 392, 618, 6073, 500, 1, '2021-01-17 10:56:44', '2021-01-17 10:56:44'),
(2112, 437, 618, 6113, 300, 1, '2021-01-17 11:01:17', '2021-01-17 11:01:17'),
(2113, 101, 618, 5801, 700, 2, '2021-01-17 11:13:11', '2021-01-17 11:13:11'),
(2114, 722, 618, 6346, 300, 1, '2021-01-17 11:19:48', '2021-01-17 11:19:48'),
(2115, 447, 618, 6121, 350, 1, '2021-01-17 11:28:06', '2021-01-17 11:28:06'),
(2116, 6, 618, 5730, 250, 1, '2021-01-17 11:57:03', '2021-01-17 11:57:03'),
(2117, 728, 317, 6350, 600, 2, '2021-01-17 12:47:49', '2021-01-17 12:47:49'),
(2118, 609, 317, 6261, 600, 2, '2021-01-17 12:50:21', '2021-01-17 12:50:21'),
(2119, 481, 1, 6152, 500, 1, '2021-01-17 13:46:23', '2021-01-17 13:46:23'),
(2120, 771, 618, 6367, 300, 1, '2021-01-17 16:39:41', '2021-01-17 16:39:41'),
(2121, 216, 618, 5908, 1050, 3, '2021-01-17 16:40:43', '2021-01-17 16:40:43'),
(2122, 491, 618, 6162, 300, 1, '2021-01-17 16:51:51', '2021-01-17 16:51:51'),
(2123, 411, 618, 6091, 250, 1, '2021-01-18 04:24:11', '2021-01-18 04:24:11'),
(2124, 290, 618, 5980, 300, 1, '2021-01-18 09:16:53', '2021-01-18 09:16:53'),
(2125, 730, 618, 6352, 0, 1, '2021-01-18 12:55:57', '2021-01-18 12:55:57'),
(2126, 730, 618, 6352, 300, 1, '2021-01-18 12:56:33', '2021-01-18 12:56:33'),
(2127, 505, 618, 6175, 350, 1, '2021-01-19 05:01:20', '2021-01-19 05:01:20'),
(2128, 591, 618, 6246, 300, 1, '2021-01-19 05:05:00', '2021-01-19 05:05:00'),
(2129, 295, 618, 5985, 800, 1, '2021-01-19 05:05:37', '2021-01-19 05:05:37'),
(2130, 21, 618, 5742, 0, 1, '2021-01-19 06:55:17', '2021-01-19 06:55:17'),
(2131, 21, 618, 5742, 300, 1, '2021-01-19 06:55:59', '2021-01-19 06:55:59'),
(2132, 299, 317, 5989, 500, 1, '2021-01-19 12:17:30', '2021-01-19 12:17:30'),
(2133, 484, 317, 6155, 500, 1, '2021-01-19 12:18:33', '2021-01-19 12:18:33'),
(2134, 697, 317, 6328, 300, 1, '2021-01-19 12:18:58', '2021-01-19 12:18:58'),
(2135, 763, 317, 6366, 0, 1, '2021-01-19 12:20:53', '2021-01-19 12:20:53'),
(2136, 588, 317, 6243, 0, 1, '2021-01-19 12:21:55', '2021-01-19 12:21:55'),
(2137, 321, 1, 6009, 10000, 10, '2021-01-19 17:18:51', '2021-01-19 17:18:51'),
(2138, 266, 618, 5956, 500, 2, '2021-01-20 05:05:00', '2021-01-20 05:05:00'),
(2139, 249, 618, 5939, 0, 9, '2021-01-20 05:12:50', '2021-01-20 05:12:50'),
(2140, 249, 618, 5939, 300, 1, '2021-01-20 05:13:19', '2021-01-20 05:13:19'),
(2141, 564, 618, 6227, 600, 1, '2021-01-20 05:13:37', '2021-01-20 05:13:37'),
(2143, 496, 618, 6166, 500, 1, '2021-01-20 06:01:04', '2021-01-20 06:01:04'),
(2144, 242, 1, 5932, 2500, 5, '2021-01-20 07:53:47', '2021-01-20 07:53:47'),
(2145, 410, 618, 6090, 1000, 2, '2021-01-20 08:23:07', '2021-01-20 08:23:07'),
(2146, 390, 618, 6071, 300, 1, '2021-01-20 08:33:24', '2021-01-20 08:33:24'),
(2147, 680, 1, 74537, 3000, 12, '2021-01-20 16:01:53', '2021-01-20 16:01:53'),
(2148, 534, 618, 6201, 0, 1, '2021-01-21 05:06:43', '2021-01-21 05:06:43'),
(2149, 309, 618, 5998, 3500, 1, '2021-01-21 06:59:29', '2021-01-21 06:59:29'),
(2150, 10, 618, 5732, 250, 1, '2021-01-21 08:05:56', '2021-01-21 08:05:56'),
(2151, 687, 618, 6320, 1000, 2, '2021-01-21 08:06:57', '2021-01-21 08:06:57'),
(2152, 732, 618, 6353, 600, 2, '2021-01-21 08:08:22', '2021-01-21 08:08:22'),
(2153, 463, 618, 6135, 300, 1, '2021-01-22 06:11:04', '2021-01-22 06:11:04'),
(2154, 598, 1, 6253, 300, 1, '2021-01-22 14:37:56', '2021-01-22 14:37:56'),
(2155, 648, 1, 74550, 18000, 12, '2021-01-23 06:53:12', '2021-01-23 06:53:12'),
(2156, 639, 618, 6284, 300, 1, '2021-01-23 06:53:12', '2021-01-23 06:53:12'),
(2157, 708, 618, 6337, 0, 1, '2021-01-23 08:49:25', '2021-01-23 08:49:25'),
(2158, 708, 618, 6337, 300, 1, '2021-01-23 08:49:44', '2021-01-23 08:49:44'),
(2159, 140, 618, 5837, 400, 1, '2021-01-23 11:32:07', '2021-01-23 11:32:07'),
(2160, 396, 618, 6077, 500, 1, '2021-01-27 04:38:24', '2021-01-27 04:38:24'),
(2161, 159, 618, 5856, 900, 1, '2021-01-27 04:42:13', '2021-01-27 04:42:13'),
(2162, 683, 618, 6317, 0, 1, '2021-01-27 05:38:56', '2021-01-27 05:38:56'),
(2163, 683, 618, 6317, 300, 2, '2021-01-27 05:39:11', '2021-01-27 05:39:11'),
(2164, 257, 618, 5947, 400, 1, '2021-01-27 07:00:12', '2021-01-27 07:00:12'),
(2165, 797, 1, 74522, 2180, 1, '2021-01-27 08:44:06', '2021-01-27 08:44:06'),
(2166, 565, 1, 6228, 2250, 3, '2021-01-27 08:46:51', '2021-01-27 08:46:51'),
(2167, 696, 618, 6327, 300, 1, '2021-01-27 09:42:36', '2021-01-27 09:42:36'),
(2168, 167, 618, 5864, 1000, 2, '2021-01-27 09:50:01', '2021-01-27 09:50:01'),
(2169, 267, 618, 5957, 300, 1, '2021-01-27 11:03:23', '2021-01-27 11:03:23'),
(2170, 192, 618, 5886, 700, 2, '2021-01-27 11:14:20', '2021-01-27 11:14:20'),
(2171, 225, 618, 5917, 600, 1, '2021-01-28 10:49:02', '2021-01-28 10:49:02'),
(2172, 734, 618, 6355, 250, 1, '2021-01-28 15:35:25', '2021-01-28 15:35:25'),
(2173, 434, 618, 6110, 500, 1, '2021-01-28 16:30:19', '2021-01-28 16:30:19'),
(2174, 512, 618, 6181, 400, 1, '2021-01-30 04:49:13', '2021-01-30 04:49:13'),
(2175, 735, 1, 6356, 600, 2, '2021-01-30 06:00:57', '2021-01-30 06:00:57'),
(2176, 816, 1, 74575, 900, 3, '2021-01-30 13:06:46', '2021-01-30 13:06:46'),
(2177, 817, 1, 74576, 300, 1, '2021-01-30 14:54:09', '2021-01-30 14:54:09'),
(2178, 778, 618, 6369, 1000, 2, '2021-01-31 04:40:01', '2021-01-31 04:40:01'),
(2179, 147, 618, 5844, 400, 1, '2021-01-31 05:17:59', '2021-01-31 05:17:59'),
(2180, 126, 317, 74675, 0, 1, '2021-02-01 10:46:28', '2021-02-01 10:46:28'),
(2181, 126, 317, 74675, 2500, 1, '2021-02-01 11:42:17', '2021-02-01 11:42:17'),
(2182, 126, 317, 75264, 0, 11, '2021-02-01 11:42:41', '2021-02-01 11:42:41'),
(2183, 617, 618, 75123, 0, 1, '2021-02-02 04:35:52', '2021-02-02 04:35:52'),
(2184, 617, 618, 75123, 400, 1, '2021-02-02 04:36:06', '2021-02-02 04:36:06'),
(2185, 441, 618, 74971, 350, 1, '2021-02-02 04:37:08', '2021-02-02 04:37:08'),
(2186, 319, 618, 74861, 350, 1, '2021-02-02 04:37:48', '2021-02-02 04:37:48'),
(2187, 683, 618, 75170, 150, 1, '2021-02-02 04:38:22', '2021-02-02 04:38:22'),
(2188, 409, 618, 74943, 250, 1, '2021-02-02 05:20:22', '2021-02-02 05:20:22'),
(2189, 671, 1, 75160, 400, 1, '2021-02-02 05:29:07', '2021-02-02 05:29:07'),
(2190, 348, 618, 74887, 500, 1, '2021-02-02 06:00:03', '2021-02-02 06:00:03'),
(2191, 322, 618, 74864, 400, 1, '2021-02-02 06:00:56', '2021-02-02 06:00:56'),
(2192, 188, 618, 74734, 200, 1, '2021-02-02 06:08:13', '2021-02-02 06:08:13'),
(2193, 177, 618, 74725, 250, 1, '2021-02-02 07:12:14', '2021-02-02 07:12:14'),
(2194, 177, 618, 74725, 250, 1, '2021-02-02 07:12:19', '2021-02-02 07:12:19'),
(2195, 186, 618, 74732, 400, 1, '2021-02-02 07:40:54', '2021-02-02 07:40:54'),
(2196, 311, 618, 74853, 0, 2, '2021-02-02 07:42:22', '2021-02-02 07:42:22'),
(2197, 311, 618, 74853, 250, 1, '2021-02-02 07:42:37', '2021-02-02 07:42:37'),
(2198, 370, 618, 74908, 350, 1, '2021-02-02 07:46:33', '2021-02-02 07:46:33'),
(2199, 110, 618, 74660, 600, 1, '2021-02-02 07:49:22', '2021-02-02 07:49:22'),
(2200, 149, 618, 74697, 350, 1, '2021-02-02 12:21:02', '2021-02-02 12:21:02'),
(2201, 228, 618, 74771, 350, 1, '2021-02-03 05:28:21', '2021-02-03 05:28:21'),
(2202, 138, 618, 74687, 400, 1, '2021-02-03 08:15:36', '2021-02-03 08:15:36'),
(2203, 603, 618, 75112, 300, 1, '2021-02-03 10:05:55', '2021-02-03 10:05:55'),
(2204, 33, 1, 74601, 250, 1, '2021-02-03 10:53:15', '2021-02-03 10:53:15'),
(2205, 58, 317, 74618, 350, 1, '2021-02-03 15:37:49', '2021-02-03 15:37:49'),
(2206, 341, 317, 74881, 400, 1, '2021-02-03 15:39:10', '2021-02-03 15:39:10'),
(2207, 342, 317, 74882, 250, 1, '2021-02-03 15:42:19', '2021-02-03 15:42:19'),
(2208, 728, 317, 75203, 200, 1, '2021-02-03 15:43:36', '2021-02-03 15:43:36'),
(2209, 333, 618, 74875, 350, 1, '2021-02-03 17:22:14', '2021-02-03 17:22:14'),
(2211, 115, 618, 74665, 350, 1, '2021-02-03 17:27:51', '2021-02-03 17:27:51'),
(2212, 352, 618, 74890, 250, 1, '2021-02-03 17:28:36', '2021-02-03 17:28:36'),
(2213, 289, 618, 74832, 300, 1, '2021-02-04 05:14:20', '2021-02-04 05:14:20'),
(2214, 134, 618, 74683, 200, 1, '2021-02-04 05:19:59', '2021-02-04 05:19:59'),
(2215, 627, 1, 75130, 250, 1, '2021-02-04 06:04:41', '2021-02-04 06:04:41'),
(2216, 359, 618, 74897, 1200, 2, '2021-02-04 07:34:19', '2021-02-04 07:34:19'),
(2217, 349, 1, 75271, 1200, 3, '2021-02-04 08:23:00', '2021-02-04 08:23:00'),
(2218, 569, 618, 75087, 750, 1, '2021-02-04 11:56:33', '2021-02-04 11:56:33'),
(2219, 729, 1, 75204, 600, 3, '2021-02-05 10:11:02', '2021-02-05 10:11:02'),
(2220, 54, 618, 74615, 300, 1, '2021-02-05 14:17:46', '2021-02-05 14:17:46'),
(2221, 165, 618, 74713, 500, 1, '2021-02-05 14:19:40', '2021-02-05 14:19:40'),
(2222, 457, 618, 74985, 3250, 1, '2021-02-05 14:21:31', '2021-02-05 14:21:31'),
(2223, 156, 618, 74704, 400, 1, '2021-02-05 14:21:56', '2021-02-05 14:21:56'),
(2224, 650, 618, 75147, 250, 1, '2021-02-05 14:23:56', '2021-02-05 14:23:56'),
(2225, 154, 618, 74702, 500, 1, '2021-02-05 14:27:17', '2021-02-05 14:27:17'),
(2226, 371, 618, 74909, 500, 1, '2021-02-06 06:12:23', '2021-02-06 06:12:23'),
(2227, 391, 618, 74927, 300, 1, '2021-02-06 06:13:17', '2021-02-06 06:13:17'),
(2228, 229, 1, 74772, 300, 1, '2021-02-06 06:23:16', '2021-02-06 06:23:16'),
(2229, 379, 1, 74917, 350, 1, '2021-02-06 06:24:36', '2021-02-06 06:24:36'),
(2230, 749, 1, 75221, 700, 1, '2021-02-06 06:27:37', '2021-02-06 06:27:37'),
(2231, 436, 618, 74966, 250, 1, '2021-02-06 06:30:33', '2021-02-06 06:30:33'),
(2232, 111, 618, 74661, 300, 1, '2021-02-06 06:31:53', '2021-02-06 06:31:53'),
(2233, 595, 618, 75105, 400, 1, '2021-02-06 07:02:08', '2021-02-06 07:02:08'),
(2234, 595, 618, 75105, 1200, 2, '2021-02-06 07:02:25', '2021-02-06 07:02:25'),
(2235, 406, 618, 74941, 250, 1, '2021-02-06 07:05:22', '2021-02-06 07:05:22'),
(2236, 135, 618, 74684, 0, 3, '2021-02-06 07:07:33', '2021-02-06 07:07:33'),
(2237, 135, 618, 74684, 300, 1, '2021-02-06 07:07:47', '2021-02-06 07:07:47'),
(2238, 238, 618, 74781, 400, 1, '2021-02-06 07:09:18', '2021-02-06 07:09:18'),
(2239, 442, 618, 74972, 400, 1, '2021-02-06 07:11:43', '2021-02-06 07:11:43'),
(2240, 213, 618, 74757, 250, 1, '2021-02-06 07:37:14', '2021-02-06 07:37:14'),
(2241, 207, 618, 74752, 350, 1, '2021-02-06 08:15:05', '2021-02-06 08:15:05'),
(2242, 18, 618, 74589, 350, 1, '2021-02-06 08:17:11', '2021-02-06 08:17:11'),
(2243, 270, 618, 74813, 500, 1, '2021-02-06 12:54:23', '2021-02-06 12:54:23'),
(2244, 137, 618, 74686, 400, 1, '2021-02-06 12:57:36', '2021-02-06 12:57:36'),
(2245, 783, 618, 75246, 250, 1, '2021-02-06 13:00:23', '2021-02-06 13:00:23'),
(2246, 199, 618, 74745, 900, 1, '2021-02-06 13:40:18', '2021-02-06 13:40:18'),
(2247, 686, 618, 75172, 300, 1, '2021-02-06 14:17:50', '2021-02-06 14:17:50'),
(2248, 276, 618, 74819, 300, 1, '2021-02-06 14:20:25', '2021-02-06 14:20:25'),
(2249, 85, 618, 74639, 250, 1, '2021-02-07 04:34:52', '2021-02-07 04:34:52'),
(2250, 191, 618, 74737, 300, 1, '2021-02-07 04:36:13', '2021-02-07 04:36:13'),
(2251, 257, 618, 74800, 800, 2, '2021-02-07 09:20:11', '2021-02-07 09:20:11'),
(2252, 588, 317, 75098, 300, 1, '2021-02-07 09:23:51', '2021-02-07 09:23:51'),
(2253, 763, 317, 75233, 400, 1, '2021-02-07 09:25:41', '2021-02-07 09:25:41'),
(2254, 700, 317, 75183, 400, 1, '2021-02-07 11:16:58', '2021-02-07 11:16:58'),
(2255, 336, 618, 74878, 300, 1, '2021-02-08 06:04:09', '2021-02-08 06:04:09'),
(2256, 613, 618, 75119, 300, 1, '2021-02-08 06:08:53', '2021-02-08 06:08:53'),
(2257, 16, 618, 74587, 350, 1, '2021-02-08 06:09:26', '2021-02-08 06:09:26'),
(2258, 699, 618, 75182, 300, 1, '2021-02-08 06:11:30', '2021-02-08 06:11:30'),
(2259, 412, 618, 74946, 500, 1, '2021-02-08 06:12:16', '2021-02-08 06:12:16'),
(2260, 375, 618, 74913, 200, 1, '2021-02-08 07:02:18', '2021-02-08 07:02:18'),
(2261, 153, 618, 74701, 500, 1, '2021-02-08 15:04:29', '2021-02-08 15:04:29'),
(2262, 274, 317, 74817, 200, 1, '2021-02-08 16:44:46', '2021-02-08 16:44:46'),
(2263, 114, 618, 74664, 250, 1, '2021-02-09 04:54:04', '2021-02-09 04:54:04'),
(2265, 109, 618, 74659, 300, 1, '2021-02-09 04:57:41', '2021-02-09 04:57:41'),
(2267, 203, 618, 74748, 300, 1, '2021-02-09 05:14:20', '2021-02-09 05:14:20'),
(2268, 236, 618, 74779, 6000, 3, '2021-02-09 06:52:34', '2021-02-09 06:52:34'),
(2269, 504, 317, 75282, 300, 1, '2021-02-09 07:06:41', '2021-02-09 07:06:41'),
(2270, 704, 317, 75185, 300, 1, '2021-02-09 07:08:29', '2021-02-09 07:08:29'),
(2271, 301, 618, 74844, 1700, 1, '2021-02-09 07:12:33', '2021-02-09 07:12:33'),
(2272, 604, 618, 75113, 300, 1, '2021-02-09 07:17:47', '2021-02-09 07:17:47'),
(2273, 806, 1, 74558, 1200, 4, '2021-02-09 07:59:06', '2021-02-09 07:59:06'),
(2274, 234, 618, 74777, 500, 1, '2021-02-09 10:10:22', '2021-02-09 10:10:22'),
(2275, 754, 618, 75225, 300, 1, '2021-02-09 12:15:36', '2021-02-09 12:15:36'),
(2276, 676, 1, 75165, 2200, 1, '2021-02-09 15:43:14', '2021-02-09 15:43:14'),
(2277, 32, 618, 74600, 1000, 1, '2021-02-10 04:43:40', '2021-02-10 04:43:40'),
(2278, 205, 618, 74750, 350, 1, '2021-02-10 04:45:13', '2021-02-10 04:45:13'),
(2279, 120, 618, 74669, 400, 1, '2021-02-10 04:45:41', '2021-02-10 04:45:41'),
(2280, 549, 618, 75069, 300, 1, '2021-02-10 04:46:25', '2021-02-10 04:46:25'),
(2281, 458, 618, 74986, 300, 1, '2021-02-10 04:48:48', '2021-02-10 04:48:48'),
(2282, 151, 618, 74699, 2000, 1, '2021-02-10 04:49:16', '2021-02-10 04:49:16'),
(2283, 637, 618, 75137, 300, 1, '2021-02-10 04:52:22', '2021-02-10 04:52:22'),
(2284, 103, 618, 74653, 0, 8, '2021-02-10 05:21:07', '2021-02-10 05:21:07'),
(2285, 103, 618, 74653, 400, 1, '2021-02-10 05:21:21', '2021-02-10 05:21:21'),
(2286, 642, 618, 75142, 300, 1, '2021-02-10 05:43:15', '2021-02-10 05:43:15'),
(2287, 368, 618, 74906, 500, 1, '2021-02-10 05:48:13', '2021-02-10 05:48:13'),
(2288, 470, 618, 74995, 300, 1, '2021-02-10 06:41:05', '2021-02-10 06:41:05'),
(2289, 363, 618, 74901, 600, 2, '2021-02-10 06:56:41', '2021-02-10 06:56:41'),
(2290, 706, 317, 75187, 250, 1, '2021-02-10 08:14:24', '2021-02-10 08:14:24'),
(2291, 770, 317, 75237, 0, 1, '2021-02-10 09:08:20', '2021-02-10 09:08:20'),
(2292, 288, 618, 74831, 300, 1, '2021-02-10 09:16:26', '2021-02-10 09:16:26'),
(2293, 471, 618, 74996, 900, 3, '2021-02-10 09:31:51', '2021-02-10 09:31:51'),
(2294, 196, 618, 74742, 300, 1, '2021-02-10 10:02:40', '2021-02-10 10:02:40'),
(2295, 545, 317, 75066, 1250, 1, '2021-02-10 10:08:04', '2021-02-10 10:08:04'),
(2296, 262, 618, 74805, 800, 1, '2021-02-10 10:09:22', '2021-02-10 10:09:22'),
(2297, 733, 618, 75207, 900, 3, '2021-02-10 10:12:58', '2021-02-10 10:12:58'),
(2298, 695, 317, 75178, 200, 1, '2021-02-10 10:25:35', '2021-02-10 10:25:35'),
(2299, 46, 618, 74609, 250, 1, '2021-02-10 10:26:17', '2021-02-10 10:26:17'),
(2300, 410, 317, 74944, 500, 1, '2021-02-10 10:27:29', '2021-02-10 10:27:29'),
(2301, 735, 317, 75209, 250, 1, '2021-02-10 10:59:07', '2021-02-10 10:59:07'),
(2302, 564, 618, 75082, 600, 1, '2021-02-10 11:07:25', '2021-02-10 11:07:25'),
(2303, 502, 618, 75025, 300, 1, '2021-02-10 11:21:39', '2021-02-10 11:21:39'),
(2304, 465, 317, 74991, 300, 1, '2021-02-10 11:35:08', '2021-02-10 11:35:08'),
(2305, 580, 618, 75091, 600, 1, '2021-02-10 13:01:36', '2021-02-10 13:01:36'),
(2306, 673, 618, 75162, 600, 1, '2021-02-10 13:02:24', '2021-02-10 13:02:24'),
(2307, 719, 618, 75195, 300, 1, '2021-02-10 13:03:50', '2021-02-10 13:03:50'),
(2308, 407, 317, 74942, 500, 1, '2021-02-10 13:40:40', '2021-02-10 13:40:40'),
(2309, 563, 618, 75081, 600, 1, '2021-02-10 14:43:01', '2021-02-10 14:43:01'),
(2310, 633, 1, 75134, 300, 1, '2021-02-10 15:00:44', '2021-02-10 15:00:44'),
(2311, 148, 618, 74696, 400, 1, '2021-02-10 17:42:50', '2021-02-10 17:42:50'),
(2312, 98, 618, 74649, 250, 1, '2021-02-10 17:54:13', '2021-02-10 17:54:13'),
(2313, 123, 618, 74672, 300, 1, '2021-02-11 04:37:40', '2021-02-11 04:37:40'),
(2314, 117, 618, 74667, 300, 1, '2021-02-11 04:42:14', '2021-02-11 04:42:14'),
(2315, 14, 618, 74585, 200, 1, '2021-02-11 05:18:09', '2021-02-11 05:18:09'),
(2316, 672, 618, 75161, 0, 2, '2021-02-11 06:57:07', '2021-02-11 06:57:07'),
(2317, 672, 618, 75161, 250, 1, '2021-02-11 06:57:24', '2021-02-11 06:57:24'),
(2318, 128, 618, 74677, 300, 1, '2021-02-11 09:22:18', '2021-02-11 09:22:18'),
(2319, 539, 618, 75060, 350, 1, '2021-02-11 11:07:02', '2021-02-11 11:07:02'),
(2320, 771, 618, 75238, 300, 1, '2021-02-11 11:10:02', '2021-02-11 11:10:02'),
(2321, 161, 618, 74709, 400, 1, '2021-02-11 11:11:14', '2021-02-11 11:11:14'),
(2322, 175, 317, 74723, 500, 1, '2021-02-11 12:31:09', '2021-02-11 12:31:09'),
(2323, 624, 1, 75128, 300, 1, '2021-02-12 05:14:38', '2021-02-12 05:14:38'),
(2324, 491, 618, 75015, 300, 1, '2021-02-12 14:23:24', '2021-02-12 14:23:24'),
(2325, 101, 618, 74652, 350, 1, '2021-02-12 14:24:34', '2021-02-12 14:24:34'),
(2326, 119, 618, 74668, 700, 1, '2021-02-13 03:56:11', '2021-02-13 03:56:11'),
(2327, 589, 1, 75099, 600, 2, '2021-02-13 06:16:08', '2021-02-13 06:16:08'),
(2328, 304, 618, 74847, 500, 1, '2021-02-13 06:22:12', '2021-02-13 06:22:12'),
(2329, 280, 618, 74823, 500, 1, '2021-02-13 06:22:54', '2021-02-13 06:22:54'),
(2330, 280, 618, 74823, 500, 1, '2021-02-13 06:23:06', '2021-02-13 06:23:06'),
(2331, 405, 618, 74940, 250, 1, '2021-02-13 06:27:27', '2021-02-13 06:27:27'),
(2332, 10, 618, 74582, 250, 1, '2021-02-13 06:35:29', '2021-02-13 06:35:29'),
(2333, 45, 618, 74608, 800, 1, '2021-02-13 08:21:43', '2021-02-13 08:21:43'),
(2334, 91, 1, 75324, 2100, 6, '2021-02-13 09:21:59', '2021-02-13 09:21:59'),
(2335, 162, 618, 74710, 0, 1, '2021-02-13 10:51:01', '2021-02-13 10:51:01'),
(2336, 162, 618, 74710, 500, 1, '2021-02-13 10:55:40', '2021-02-13 10:55:40'),
(2337, 487, 618, 75011, 400, 1, '2021-02-13 12:35:28', '2021-02-13 12:35:28'),
(2338, 852, 317, 75365, 0, 1, '2021-02-13 12:40:41', '2021-02-13 12:40:41'),
(2339, 852, 317, 75365, 250, 1, '2021-02-13 12:41:01', '2021-02-13 12:41:01'),
(2340, 464, 618, 74990, 400, 1, '2021-02-13 16:46:42', '2021-02-13 16:46:42'),
(2341, 854, 618, 75372, 600, 1, '2021-02-13 16:51:22', '2021-02-13 16:51:22'),
(2342, 836, 618, 75305, 600, 3, '2021-02-14 04:38:23', '2021-02-14 04:38:23'),
(2343, 760, 618, 75230, 300, 1, '2021-02-14 05:04:02', '2021-02-14 05:04:02'),
(2344, 178, 618, 74726, 300, 1, '2021-02-14 08:53:42', '2021-02-14 08:53:42'),
(2345, 261, 618, 74804, 0, 1, '2021-02-14 09:37:05', '2021-02-14 09:37:05'),
(2346, 261, 618, 74804, 500, 2, '2021-02-14 09:37:31', '2021-02-14 09:37:31'),
(2347, 434, 618, 74964, 500, 1, '2021-02-15 03:32:17', '2021-02-15 03:32:17'),
(2348, 447, 618, 74975, 350, 1, '2021-02-15 03:34:06', '2021-02-15 03:34:06'),
(2349, 838, 317, 75313, 0, 1, '2021-02-15 11:02:32', '2021-02-15 11:02:32'),
(2350, 840, 1, 75319, 600, 2, '2021-02-15 13:40:50', '2021-02-15 13:40:50'),
(2351, 264, 618, 74807, 350, 1, '2021-02-16 04:46:55', '2021-02-16 04:46:55'),
(2352, 838, 1, 75313, 600, 2, '2021-02-16 04:48:05', '2021-02-16 04:48:05'),
(2353, 303, 618, 74846, 500, 1, '2021-02-16 10:39:10', '2021-02-16 10:39:10'),
(2354, 125, 618, 74674, 400, 1, '2021-02-16 10:46:14', '2021-02-16 10:46:14'),
(2355, 746, 618, 75218, 200, 1, '2021-02-16 10:46:44', '2021-02-16 10:46:44'),
(2356, 793, 618, 74517, 250, 1, '2021-02-16 11:08:08', '2021-02-16 11:08:08'),
(2357, 237, 618, 74780, 0, 10, '2021-02-16 11:27:04', '2021-02-16 11:27:04'),
(2358, 237, 618, 74780, 0, 2, '2021-02-16 11:27:32', '2021-02-16 11:27:32'),
(2359, 834, 317, 75300, 200, 1, '2021-02-17 11:20:41', '2021-02-17 11:20:41'),
(2360, 834, 618, 75300, 0, 2, '2021-02-17 12:58:09', '2021-02-17 12:58:09'),
(2361, 777, 618, 5717, 250, 1, '2021-02-17 13:13:09', '2021-02-17 13:13:09'),
(2362, 454, 317, 74982, 600, 1, '2021-02-18 16:35:32', '2021-02-18 16:35:32'),
(2363, 505, 618, 75028, 350, 1, '2021-02-20 04:32:41', '2021-02-20 04:32:41'),
(2364, 688, 618, 75174, 300, 1, '2021-02-20 05:35:16', '2021-02-20 05:35:16'),
(2365, 696, 618, 75179, 300, 1, '2021-02-20 07:06:09', '2021-02-20 07:06:09'),
(2366, 484, 317, 75008, 500, 1, '2021-02-20 09:09:41', '2021-02-20 09:09:41'),
(2367, 392, 618, 74928, 500, 1, '2021-02-20 15:14:06', '2021-02-20 15:14:06'),
(2368, 773, 1, 75239, 1200, 2, '2021-02-20 15:21:22', '2021-02-20 15:21:22'),
(2369, 321, 618, 74863, 300, 1, '2021-02-21 08:48:01', '2021-02-21 08:48:01'),
(2370, 255, 1, 74798, 250, 1, '2021-02-21 16:24:30', '2021-02-21 16:24:30'),
(2371, 255, 1, 74798, 1000, 4, '2021-02-21 16:25:44', '2021-02-21 16:25:44'),
(2372, 709, 1, 75189, 300, 1, '2021-02-22 08:40:35', '2021-02-22 08:40:35'),
(2373, 305, 618, 74848, 0, 1, '2021-02-22 08:58:28', '2021-02-22 08:58:28'),
(2374, 443, 618, 74973, 500, 1, '2021-02-22 09:03:32', '2021-02-22 09:03:32'),
(2375, 723, 618, 75199, 300, 1, '2021-02-22 09:28:31', '2021-02-22 09:28:31'),
(2376, 331, 317, 75403, 0, 12, '2021-02-22 09:35:57', '2021-02-22 09:35:57'),
(2377, 660, 618, 75152, 500, 1, '2021-02-22 09:46:17', '2021-02-22 09:46:17'),
(2378, 272, 618, 74815, 300, 1, '2021-02-22 12:28:45', '2021-02-22 12:28:45'),
(2379, 354, 618, 74892, 250, 1, '2021-02-22 12:34:31', '2021-02-22 12:34:31'),
(2380, 6, 618, 74580, 250, 1, '2021-02-22 12:35:28', '2021-02-22 12:35:28'),
(2381, 272, 618, 74815, 600, 2, '2021-02-22 12:37:22', '2021-02-22 12:37:22'),
(2382, 730, 618, 75205, 300, 1, '2021-02-22 12:41:36', '2021-02-22 12:41:36'),
(2383, 780, 618, 75244, 400, 1, '2021-02-22 14:22:16', '2021-02-22 14:22:16'),
(2384, 463, 618, 74989, 300, 1, '2021-02-22 15:16:42', '2021-02-22 15:16:42'),
(2385, 690, 618, 75175, 300, 1, '2021-02-23 05:53:26', '2021-02-23 05:53:26'),
(2386, 516, 618, 75038, 1000, 4, '2021-02-23 06:13:05', '2021-02-23 06:13:05'),
(2387, 516, 618, 75038, 0, 2, '2021-02-23 06:13:23', '2021-02-23 06:13:23'),
(2388, 758, 618, 75228, 300, 1, '2021-02-23 13:52:56', '2021-02-23 13:52:56'),
(2389, 758, 618, 75228, 300, 1, '2021-02-23 13:59:45', '2021-02-23 13:59:45'),
(2390, 779, 1, 75243, 2400, 3, '2021-02-23 14:26:13', '2021-02-23 14:26:13'),
(2391, 268, 317, 74811, 4000, 4, '2021-02-24 07:07:36', '2021-02-24 07:07:36'),
(2392, 385, 618, 74921, 500, 1, '2021-02-24 07:48:16', '2021-02-24 07:48:16'),
(2393, 396, 618, 74932, 500, 1, '2021-02-24 07:52:50', '2021-02-24 07:52:50'),
(2394, 22, 618, 74593, 300, 1, '2021-02-24 09:52:49', '2021-02-24 09:52:49'),
(2395, 21, 618, 74592, 300, 1, '2021-02-24 09:55:07', '2021-02-24 09:55:07'),
(2396, 559, 618, 75078, 250, 1, '2021-02-24 09:57:08', '2021-02-24 09:57:08'),
(2397, 828, 618, 75285, 300, 1, '2021-02-24 11:08:10', '2021-02-24 11:08:10'),
(2398, 316, 618, 74858, 300, 1, '2021-02-24 13:17:28', '2021-02-24 13:17:28'),
(2399, 51, 618, 74613, 300, 1, '2021-02-24 13:38:28', '2021-02-24 13:38:28'),
(2400, 594, 1, 75104, 1200, 2, '2021-02-24 13:58:33', '2021-02-24 13:58:33'),
(2401, 640, 1, 75140, 250, 1, '2021-02-24 14:07:05', '2021-02-24 14:07:05'),
(2402, 250, 618, 74793, 300, 1, '2021-02-25 04:45:44', '2021-02-25 04:45:44'),
(2403, 250, 618, 74793, 300, 1, '2021-02-25 06:13:55', '2021-02-25 06:13:55'),
(2404, 768, 317, 75409, 0, 6, '2021-02-25 06:32:04', '2021-02-25 06:32:04'),
(2405, 343, 618, 74883, 400, 1, '2021-02-25 07:00:42', '2021-02-25 07:00:42'),
(2406, 741, 317, 75215, 0, 3, '2021-02-25 07:32:19', '2021-02-25 07:32:19'),
(2407, 506, 618, 75029, 300, 1, '2021-02-25 10:45:57', '2021-02-25 10:45:57'),
(2408, 269, 618, 74812, 400, 1, '2021-02-25 10:53:57', '2021-02-25 10:53:57'),
(2409, 266, 618, 74809, 250, 1, '2021-02-25 11:47:18', '2021-02-25 11:47:18'),
(2410, 582, 618, 75093, 600, 2, '2021-02-25 15:32:17', '2021-02-25 15:32:17'),
(2411, 225, 618, 74769, 600, 1, '2021-02-25 15:32:37', '2021-02-25 15:32:37'),
(2412, 362, 618, 74900, 0, 1, '2021-02-25 17:14:08', '2021-02-25 17:14:08'),
(2413, 362, 618, 74900, 500, 1, '2021-02-25 17:34:27', '2021-02-25 17:34:27'),
(2414, 363, 618, 74901, 600, 2, '2021-02-26 05:31:23', '2021-02-26 05:31:23'),
(2415, 759, 618, 75229, 600, 2, '2021-02-26 16:05:32', '2021-02-26 16:05:32'),
(2416, 290, 618, 74833, 300, 1, '2021-02-27 05:29:01', '2021-02-27 05:29:01'),
(2417, 875, 1, 75415, 250, 1, '2021-02-27 05:57:57', '2021-02-27 05:57:57'),
(2418, 647, 317, 75145, 300, 1, '2021-02-27 10:22:25', '2021-02-27 10:22:25'),
(2419, 245, 317, 74788, 0, 3, '2021-02-27 11:04:38', '2021-02-27 11:04:38'),
(2420, 245, 317, 74788, 400, 2, '2021-02-27 11:04:52', '2021-02-27 11:04:52'),
(2421, 839, 618, 75317, 200, 1, '2021-02-28 06:06:11', '2021-02-28 06:06:11'),
(2422, 309, 317, 74852, 3500, 1, '2021-02-28 11:22:13', '2021-02-28 11:22:13'),
(2423, 147, 618, 74695, 400, 1, '2021-02-28 11:38:07', '2021-02-28 11:38:07'),
(2424, 209, 618, 74754, 900, 3, '2021-02-28 12:45:44', '2021-02-28 12:45:44'),
(2425, 550, 618, 75070, 250, 1, '2021-03-01 04:32:53', '2021-03-01 04:32:53'),
(2426, 319, 618, 75420, 350, 1, '2021-03-01 04:35:56', '2021-03-01 04:35:56'),
(2427, 496, 1, 75019, 500, 1, '2021-03-01 05:47:36', '2021-03-01 05:47:36'),
(2428, 817, 618, 75253, 300, 1, '2021-03-01 05:58:48', '2021-03-01 05:58:48'),
(2429, 219, 317, 74763, 700, 1, '2021-03-01 06:30:40', '2021-03-01 06:30:40'),
(2430, 510, 618, 75033, 350, 1, '2021-03-01 07:10:10', '2021-03-01 07:10:10'),
(2431, 727, 1, 76045, 600, 4, '2021-03-01 08:36:50', '2021-03-01 08:36:50'),
(2432, 732, 317, 76050, 300, 1, '2021-03-01 11:28:32', '2021-03-01 11:28:32'),
(2433, 762, 618, 76076, 300, 1, '2021-03-01 14:25:16', '2021-03-01 14:25:16'),
(2434, 441, 618, 75813, 350, 1, '2021-03-01 14:28:56', '2021-03-01 14:28:56'),
(2435, 762, 618, 76076, 300, 1, '2021-03-01 14:29:49', '2021-03-01 14:29:49'),
(2436, 762, 618, 76076, 0, 1, '2021-03-01 14:30:12', '2021-03-01 14:30:12'),
(2437, 188, 618, 75577, 200, 1, '2021-03-02 05:22:19', '2021-03-02 05:22:19'),
(2438, 234, 618, 75620, 500, 1, '2021-03-02 05:24:47', '2021-03-02 05:24:47'),
(2439, 322, 618, 75706, 400, 1, '2021-03-02 05:43:30', '2021-03-02 05:43:30'),
(2440, 786, 1, 76093, 0, 2, '2021-03-02 06:14:16', '2021-03-02 06:14:16'),
(2441, 786, 1, 76093, 300, 1, '2021-03-02 06:14:34', '2021-03-02 06:14:34'),
(2442, 186, 618, 75575, 400, 1, '2021-03-02 06:18:35', '2021-03-02 06:18:35'),
(2444, 237, 618, 76132, 300, 1, '2021-03-02 06:24:54', '2021-03-02 06:24:54'),
(2445, 375, 618, 75755, 400, 1, '2021-03-02 06:25:50', '2021-03-02 06:25:50'),
(2446, 797, 1, 76103, 3500, 1, '2021-03-02 06:27:54', '2021-03-02 06:27:54'),
(2447, 341, 618, 75724, 400, 1, '2021-03-02 06:32:35', '2021-03-02 06:32:35'),
(2448, 487, 618, 75854, 400, 1, '2021-03-02 06:57:28', '2021-03-02 06:57:28'),
(2449, 18, 618, 75434, 350, 1, '2021-03-02 06:58:13', '2021-03-02 06:58:13'),
(2450, 371, 618, 75751, 500, 1, '2021-03-02 07:26:59', '2021-03-02 07:26:59'),
(2451, 138, 618, 75530, 400, 1, '2021-03-02 07:39:32', '2021-03-02 07:39:32'),
(2452, 671, 1, 76004, 400, 1, '2021-03-02 08:52:11', '2021-03-02 08:52:11'),
(2453, 563, 618, 75925, 600, 1, '2021-03-02 10:52:02', '2021-03-02 10:52:02'),
(2454, 289, 618, 75675, 300, 1, '2021-03-02 11:02:36', '2021-03-02 11:02:36'),
(2455, 342, 618, 75725, 250, 1, '2021-03-02 11:43:47', '2021-03-02 11:43:47'),
(2456, 443, 618, 75815, 500, 1, '2021-03-02 11:47:05', '2021-03-02 11:47:05'),
(2457, 98, 618, 75493, 250, 1, '2021-03-02 13:43:17', '2021-03-02 13:43:17'),
(2458, 843, 1, 76123, 750, 3, '2021-03-02 15:13:56', '2021-03-02 15:13:56'),
(2459, 442, 618, 75814, 400, 1, '2021-03-02 15:44:51', '2021-03-02 15:44:51'),
(2460, 370, 618, 75750, 350, 1, '2021-03-03 04:20:20', '2021-03-03 04:20:20'),
(2461, 213, 618, 75600, 250, 1, '2021-03-03 04:21:03', '2021-03-03 04:21:03'),
(2462, 156, 618, 75547, 400, 1, '2021-03-03 04:21:31', '2021-03-03 04:21:31'),
(2463, 604, 618, 75957, 300, 1, '2021-03-03 04:22:51', '2021-03-03 04:22:51'),
(2464, 110, 618, 75504, 600, 1, '2021-03-03 06:31:13', '2021-03-03 06:31:13'),
(2465, 640, 317, 75983, 250, 1, '2021-03-03 06:46:26', '2021-03-03 06:46:26'),
(2466, 683, 618, 76014, 100, 1, '2021-03-03 06:57:12', '2021-03-03 06:57:12'),
(2467, 588, 317, 75942, 300, 1, '2021-03-03 06:57:40', '2021-03-03 06:57:40'),
(2468, 886, 317, 76137, 300, 1, '2021-03-03 07:10:04', '2021-03-03 07:10:04'),
(2469, 333, 618, 75716, 350, 1, '2021-03-03 07:11:16', '2021-03-03 07:11:16'),
(2470, 728, 317, 76046, 200, 1, '2021-03-03 08:40:21', '2021-03-03 08:40:21'),
(2471, 767, 618, 76079, 600, 2, '2021-03-03 09:19:58', '2021-03-03 09:19:58'),
(2472, 409, 618, 75785, 250, 1, '2021-03-03 09:39:28', '2021-03-03 09:39:28'),
(2473, 700, 618, 76026, 400, 1, '2021-03-03 09:42:48', '2021-03-03 09:42:48'),
(2474, 379, 618, 75759, 350, 1, '2021-03-03 11:06:36', '2021-03-03 11:06:36'),
(2475, 706, 618, 76030, 250, 1, '2021-03-03 11:38:40', '2021-03-03 11:38:40'),
(2476, 336, 618, 75719, 300, 1, '2021-03-03 13:47:43', '2021-03-03 13:47:43'),
(2477, 617, 618, 75967, 400, 1, '2021-03-03 13:50:20', '2021-03-03 13:50:20'),
(2478, 115, 618, 75509, 350, 1, '2021-03-04 04:19:35', '2021-03-04 04:19:35'),
(2479, 637, 1, 75980, 300, 1, '2021-03-04 04:48:26', '2021-03-04 04:48:26'),
(2480, 773, 1, 76082, 600, 1, '2021-03-04 05:08:58', '2021-03-04 05:08:58'),
(2481, 627, 1, 75974, 250, 1, '2021-03-04 05:49:15', '2021-03-04 05:49:15'),
(2482, 111, 618, 75505, 300, 1, '2021-03-04 06:48:06', '2021-03-04 06:48:06'),
(2483, 457, 618, 75827, 3250, 1, '2021-03-04 06:49:34', '2021-03-04 06:49:34'),
(2484, 135, 618, 75527, 300, 1, '2021-03-04 06:50:33', '2021-03-04 06:50:33'),
(2485, 54, 618, 75460, 300, 1, '2021-03-04 06:57:44', '2021-03-04 06:57:44'),
(2486, 800, 618, 76105, 300, 1, '2021-03-04 09:06:13', '2021-03-04 09:06:13'),
(2487, 580, 618, 75935, 900, 1, '2021-03-04 09:06:44', '2021-03-04 09:06:44'),
(2488, 639, 618, 75982, 600, 2, '2021-03-04 11:00:10', '2021-03-04 11:00:10'),
(2489, 257, 618, 75643, 400, 1, '2021-03-04 11:21:22', '2021-03-04 11:21:22'),
(2490, 569, 618, 75931, 750, 1, '2021-03-04 11:31:07', '2021-03-04 11:31:07'),
(2491, 120, 618, 75513, 400, 1, '2021-03-04 17:55:00', '2021-03-04 17:55:00'),
(2492, 405, 618, 75782, 250, 1, '2021-03-05 09:07:33', '2021-03-05 09:07:33'),
(2493, 228, 618, 75614, 350, 1, '2021-03-05 09:07:55', '2021-03-05 09:07:55'),
(2494, 564, 618, 75926, 600, 1, '2021-03-05 09:08:30', '2021-03-05 09:08:30'),
(2495, 650, 618, 75991, 250, 1, '2021-03-05 10:48:10', '2021-03-05 10:48:10'),
(2496, 854, 618, 75372, 500, 1, '2021-03-05 14:49:31', '2021-03-05 14:49:31'),
(2497, 137, 618, 75529, 400, 1, '2021-03-05 14:50:08', '2021-03-05 14:50:08'),
(2498, 101, 618, 75496, 350, 1, '2021-03-06 05:14:28', '2021-03-06 05:14:28'),
(2499, 723, 618, 76042, 300, 1, '2021-03-06 05:15:59', '2021-03-06 05:15:59'),
(2500, 142, 618, 75534, 300, 1, '2021-03-06 05:20:08', '2021-03-06 05:20:08'),
(2501, 735, 618, 76053, 250, 1, '2021-03-06 05:22:21', '2021-03-06 05:22:21'),
(2502, 688, 618, 76017, 300, 1, '2021-03-06 05:24:53', '2021-03-06 05:24:53'),
(2503, 508, 317, 75875, 600, 2, '2021-03-06 05:34:17', '2021-03-06 05:34:17'),
(2504, 609, 317, 75960, 300, 1, '2021-03-06 05:37:17', '2021-03-06 05:37:17'),
(2505, 732, 618, 76050, 0, 1, '2021-03-06 05:47:27', '2021-03-06 05:47:27'),
(2506, 410, 317, 75786, 500, 1, '2021-03-06 06:26:37', '2021-03-06 06:26:37'),
(2507, 559, 1, 75922, 250, 1, '2021-03-06 06:27:07', '2021-03-06 06:27:07'),
(2508, 615, 618, 75965, 0, 1, '2021-03-06 07:12:10', '2021-03-06 07:12:10'),
(2509, 615, 618, 75965, 300, 1, '2021-03-06 07:12:25', '2021-03-06 07:12:25'),
(2510, 134, 618, 75526, 200, 1, '2021-03-06 07:13:39', '2021-03-06 07:13:39'),
(2511, 151, 618, 75542, 2000, 1, '2021-03-06 07:24:56', '2021-03-06 07:24:56'),
(2512, 148, 618, 75539, 400, 1, '2021-03-06 08:43:13', '2021-03-06 08:43:13'),
(2513, 406, 618, 75783, 250, 1, '2021-03-06 08:44:12', '2021-03-06 08:44:12'),
(2514, 293, 317, 75679, 300, 1, '2021-03-06 11:11:13', '2021-03-06 11:11:13'),
(2515, 199, 618, 75588, 900, 1, '2021-03-06 11:17:19', '2021-03-06 11:17:19'),
(2516, 16, 618, 75432, 350, 1, '2021-03-06 11:27:16', '2021-03-06 11:27:16'),
(2517, 760, 618, 76074, 300, 1, '2021-03-06 11:32:31', '2021-03-06 11:32:31'),
(2518, 548, 618, 75912, 500, 2, '2021-03-06 12:32:03', '2021-03-06 12:32:03'),
(2519, 270, 618, 75656, 500, 1, '2021-03-06 13:48:05', '2021-03-06 13:48:05'),
(2520, 672, 618, 76005, 250, 1, '2021-03-06 14:03:46', '2021-03-06 14:03:46'),
(2521, 856, 317, 75378, 900, 3, '2021-03-06 17:04:43', '2021-03-06 17:04:43'),
(2522, 119, 618, 75512, 700, 1, '2021-03-07 04:44:15', '2021-03-07 04:44:15'),
(2523, 276, 618, 75662, 300, 1, '2021-03-07 05:20:24', '2021-03-07 05:20:24'),
(2524, 686, 618, 76015, 300, 1, '2021-03-07 05:47:24', '2021-03-07 05:47:24'),
(2525, 196, 618, 75585, 300, 1, '2021-03-07 05:50:44', '2021-03-07 05:50:44'),
(2526, 114, 618, 75508, 500, 1, '2021-03-07 05:51:06', '2021-03-07 05:51:06'),
(2527, 733, 618, 76051, 500, 1, '2021-03-07 05:52:14', '2021-03-07 05:52:14'),
(2528, 755, 317, 76070, 0, 2, '2021-03-07 09:17:39', '2021-03-07 09:17:39'),
(2529, 755, 317, 76070, 300, 1, '2021-03-07 09:18:27', '2021-03-07 09:18:27'),
(2530, 738, 618, 76056, 600, 2, '2021-03-07 10:11:04', '2021-03-07 10:11:04'),
(2531, 738, 618, 76056, 0, 1, '2021-03-07 10:31:12', '2021-03-07 10:31:12'),
(2532, 45, 618, 75453, 800, 1, '2021-03-07 10:32:08', '2021-03-07 10:32:08'),
(2533, 458, 618, 75828, 300, 1, '2021-03-07 10:56:05', '2021-03-07 10:56:05'),
(2534, 207, 618, 75595, 350, 1, '2021-03-07 11:35:45', '2021-03-07 11:35:45'),
(2535, 535, 317, 75900, 300, 1, '2021-03-07 13:52:37', '2021-03-07 13:52:37'),
(2536, 749, 618, 76065, 700, 1, '2021-03-07 15:37:41', '2021-03-07 15:37:41'),
(2537, 778, 618, 76086, 1000, 2, '2021-03-08 04:49:15', '2021-03-08 04:49:15'),
(2538, 154, 618, 75545, 500, 1, '2021-03-08 04:49:56', '2021-03-08 04:49:56'),
(2539, 162, 618, 75553, 600, 1, '2021-03-08 06:51:42', '2021-03-08 06:51:42'),
(2540, 704, 618, 76028, 300, 1, '2021-03-08 07:24:09', '2021-03-08 07:24:09'),
(2541, 763, 317, 76077, 400, 1, '2021-03-08 07:53:43', '2021-03-08 07:53:43'),
(2542, 502, 618, 75869, 300, 1, '2021-03-08 10:57:05', '2021-03-08 10:57:05'),
(2543, 274, 317, 75660, 200, 1, '2021-03-08 12:02:14', '2021-03-08 12:02:14'),
(2544, 203, 618, 75591, 250, 1, '2021-03-08 12:20:36', '2021-03-08 12:20:36'),
(2545, 633, 1, 75977, 300, 1, '2021-03-08 13:46:35', '2021-03-08 13:46:35'),
(2546, 10, 618, 75427, 250, 1, '2021-03-09 04:18:24', '2021-03-09 04:18:24'),
(2547, 699, 618, 76025, 300, 1, '2021-03-09 05:31:44', '2021-03-09 05:31:44'),
(2548, 838, 1, 76121, 300, 1, '2021-03-09 07:47:26', '2021-03-09 07:47:26'),
(2549, 709, 1, 76032, 300, 1, '2021-03-09 07:48:08', '2021-03-09 07:48:08'),
(2550, 428, 618, 75801, 900, 3, '2021-03-09 08:52:15', '2021-03-09 08:52:15'),
(2551, 491, 618, 75858, 300, 1, '2021-03-09 08:59:19', '2021-03-09 08:59:19'),
(2552, 391, 618, 75769, 300, 1, '2021-03-09 09:29:45', '2021-03-09 09:29:45'),
(2553, 128, 618, 75520, 300, 1, '2021-03-09 10:42:34', '2021-03-09 10:42:34'),
(2554, 641, 1, 75984, 0, 4, '2021-03-09 15:17:18', '2021-03-09 15:17:18'),
(2555, 641, 1, 75984, 200, 1, '2021-03-09 15:17:35', '2021-03-09 15:17:35'),
(2556, 301, 618, 75687, 1700, 1, '2021-03-10 02:31:04', '2021-03-10 02:31:04'),
(2557, 676, 618, 76009, 2200, 1, '2021-03-10 05:12:28', '2021-03-10 05:12:28'),
(2558, 288, 618, 75674, 300, 1, '2021-03-10 05:53:27', '2021-03-10 05:53:27'),
(2559, 368, 618, 75748, 500, 1, '2021-03-10 06:24:54', '2021-03-10 06:24:54'),
(2560, 897, 1, 76151, 1000, 2, '2021-03-10 06:33:12', '2021-03-10 06:33:12'),
(2561, 85, 618, 75484, 250, 1, '2021-03-10 07:55:35', '2021-03-10 07:55:35'),
(2562, 624, 1, 75972, 300, 1, '2021-03-10 08:19:15', '2021-03-10 08:19:15'),
(2563, 465, 317, 75833, 300, 1, '2021-03-10 08:41:45', '2021-03-10 08:41:45'),
(2564, 58, 317, 75463, 350, 1, '2021-03-10 08:42:49', '2021-03-10 08:42:49'),
(2565, 716, 1, 76036, 900, 3, '2021-03-10 09:17:21', '2021-03-10 09:17:21'),
(2566, 717, 1, 76037, 500, 2, '2021-03-10 09:17:26', '2021-03-10 09:17:26'),
(2567, 779, 618, 76087, 800, 1, '2021-03-10 14:39:56', '2021-03-10 14:39:56'),
(2568, 783, 618, 76091, 250, 1, '2021-03-10 17:37:35', '2021-03-10 17:37:35'),
(2569, 304, 618, 75690, 500, 1, '2021-03-10 18:24:12', '2021-03-10 18:24:12'),
(2570, 192, 618, 75581, 700, 2, '2021-03-10 18:24:39', '2021-03-10 18:24:39'),
(2571, 436, 618, 75808, 250, 1, '2021-03-11 04:36:21', '2021-03-11 04:36:21'),
(2572, 267, 618, 75653, 600, 2, '2021-03-11 05:49:20', '2021-03-11 05:49:20'),
(2573, 840, 1, 76122, 250, 1, '2021-03-11 10:46:22', '2021-03-11 10:46:22'),
(2574, 594, 618, 75948, 600, 1, '2021-03-11 11:54:16', '2021-03-11 11:54:16'),
(2575, 161, 618, 75552, 400, 1, '2021-03-11 15:34:48', '2021-03-11 15:34:48'),
(2576, 836, 618, 76120, 400, 1, '2021-03-12 04:59:36', '2021-03-12 04:59:36'),
(2577, 191, 618, 75580, 300, 1, '2021-03-12 05:01:45', '2021-03-12 05:01:45'),
(2578, 730, 618, 76048, 300, 1, '2021-03-12 07:14:57', '2021-03-12 07:14:57'),
(2579, 447, 1, 75817, 350, 1, '2021-03-12 12:25:10', '2021-03-12 12:25:10'),
(2580, 21, 1, 75437, 300, 1, '2021-03-12 12:42:38', '2021-03-12 12:42:38'),
(2581, 505, 618, 75872, 350, 1, '2021-03-13 05:07:18', '2021-03-13 05:07:18'),
(2582, 392, 618, 75770, 500, 1, '2021-03-13 07:25:28', '2021-03-13 07:25:28'),
(2583, 178, 317, 75569, 300, 1, '2021-03-14 05:42:29', '2021-03-14 05:42:29'),
(2584, 887, 317, 76138, 300, 1, '2021-03-14 05:42:43', '2021-03-14 05:42:43'),
(2585, 514, 317, 75881, 0, 7, '2021-03-14 06:58:21', '2021-03-14 06:58:21'),
(2586, 514, 317, 75881, 300, 1, '2021-03-14 06:58:39', '2021-03-14 06:58:39'),
(2587, 750, 317, 76066, 300, 1, '2021-03-14 06:59:50', '2021-03-14 06:59:50'),
(2588, 750, 317, 76066, 0, 1, '2021-03-14 07:00:12', '2021-03-14 07:00:12'),
(2589, 609, 317, 75960, 0, 1, '2021-03-14 08:53:36', '2021-03-14 08:53:36'),
(2590, 567, 1, 75929, 0, 3, '2021-03-14 14:26:50', '2021-03-14 14:26:50'),
(2591, 32, 618, 75445, 1000, 1, '2021-03-15 06:02:37', '2021-03-15 06:02:37'),
(2592, 690, 618, 76018, 300, 1, '2021-03-15 06:04:09', '2021-03-15 06:04:09'),
(2593, 316, 618, 75701, 300, 1, '2021-03-15 06:04:43', '2021-03-15 06:04:43'),
(2594, 673, 618, 76006, 600, 1, '2021-03-15 06:07:01', '2021-03-15 06:07:01'),
(2595, 6, 618, 75425, 250, 1, '2021-03-15 06:18:18', '2021-03-15 06:18:18'),
(2596, 719, 618, 76038, 0, 1, '2021-03-15 07:03:54', '2021-03-15 07:03:54'),
(2597, 467, 618, 75835, 300, 1, '2021-03-15 09:51:41', '2021-03-15 09:51:41'),
(2598, 642, 618, 75985, 300, 1, '2021-03-15 15:22:00', '2021-03-15 15:22:00'),
(2599, 771, 618, 76081, 300, 1, '2021-03-15 16:30:27', '2021-03-15 16:30:27'),
(2600, 771, 618, 76159, 300, 1, '2021-03-15 16:30:29', '2021-03-15 16:30:29'),
(2601, 800, 618, 76105, 0, 1, '2021-03-16 06:32:08', '2021-03-16 06:32:08'),
(2602, 798, 1, 76104, 0, 1, '2021-03-16 06:33:11', '2021-03-16 06:33:11'),
(2603, 798, 1, 76104, 0, 1, '2021-03-16 06:33:57', '2021-03-16 06:33:57'),
(2604, 651, 618, 75992, 250, 1, '2021-03-16 06:34:36', '2021-03-16 06:34:36'),
(2605, 671, 1, 76004, 400, 1, '2021-03-16 06:36:44', '2021-03-16 06:36:44'),
(2606, 437, 618, 75809, 600, 2, '2021-03-16 06:37:14', '2021-03-16 06:37:14'),
(2607, 348, 1, 75730, 400, 1, '2021-03-16 06:41:37', '2021-03-16 06:41:37'),
(2608, 539, 618, 75904, 350, 1, '2021-03-16 07:57:18', '2021-03-16 07:57:18'),
(2609, 534, 618, 75899, 250, 1, '2021-03-16 08:10:23', '2021-03-16 08:10:23'),
(2610, 534, 618, 75899, 500, 2, '2021-03-16 08:10:31', '2021-03-16 08:10:31'),
(2611, 534, 618, 75899, 0, 1, '2021-03-16 08:10:51', '2021-03-16 08:10:51'),
(2612, 205, 618, 75593, 350, 1, '2021-03-16 08:25:05', '2021-03-16 08:25:05'),
(2613, 429, 618, 75802, 0, 3, '2021-03-16 10:09:36', '2021-03-16 10:09:36'),
(2614, 429, 618, 75802, 300, 1, '2021-03-16 10:09:52', '2021-03-16 10:09:52'),
(2615, 851, 618, 76124, 0, 1, '2021-03-16 10:19:24', '2021-03-16 10:19:24'),
(2616, 851, 618, 76124, 300, 1, '2021-03-16 10:19:48', '2021-03-16 10:19:48'),
(2617, 46, 618, 75454, 250, 1, '2021-03-16 10:41:30', '2021-03-16 10:41:30'),
(2618, 790, 618, 76096, 1600, 2, '2021-03-16 10:44:23', '2021-03-16 10:44:23'),
(2619, 780, 618, 76088, 400, 1, '2021-03-16 11:42:21', '2021-03-16 11:42:21'),
(2620, 793, 618, 76099, 250, 1, '2021-03-16 11:46:19', '2021-03-16 11:46:19'),
(2621, 238, 618, 75624, 400, 1, '2021-03-16 12:15:05', '2021-03-16 12:15:05'),
(2622, 321, 618, 75705, 300, 1, '2021-03-17 06:54:51', '2021-03-17 06:54:51'),
(2623, 549, 618, 75913, 300, 1, '2021-03-17 10:28:11', '2021-03-17 10:28:11'),
(2624, 788, 618, 76095, 400, 2, '2021-03-17 10:29:28', '2021-03-17 10:29:28'),
(2625, 696, 618, 76022, 300, 1, '2021-03-18 05:12:34', '2021-03-18 05:12:34'),
(2626, 795, 618, 76101, 250, 1, '2021-03-18 12:42:39', '2021-03-18 12:42:39'),
(2627, 795, 618, 76101, 250, 1, '2021-03-18 12:42:46', '2021-03-18 12:42:46'),
(2628, 758, 618, 76072, 300, 1, '2021-03-18 12:43:13', '2021-03-18 12:43:13'),
(2629, 834, 618, 76119, 250, 1, '2021-03-20 05:15:19', '2021-03-20 05:15:19'),
(2630, 504, 618, 75871, 300, 1, '2021-03-20 05:36:41', '2021-03-20 05:36:41'),
(2631, 359, 618, 75739, 600, 1, '2021-03-20 05:52:30', '2021-03-20 05:52:30'),
(2632, 816, 1, 76164, 600, 2, '2021-03-20 05:54:25', '2021-03-20 05:54:25'),
(2633, 816, 1, 76165, 300, 1, '2021-03-20 05:54:39', '2021-03-20 05:54:39'),
(2634, 266, 618, 75652, 250, 1, '2021-03-20 06:10:55', '2021-03-20 06:10:55'),
(2635, 510, 618, 75877, 0, 1, '2021-03-20 06:21:33', '2021-03-20 06:21:33'),
(2636, 236, 618, 75622, 4000, 2, '2021-03-20 06:30:51', '2021-03-20 06:30:51'),
(2637, 792, 1, 76098, 4000, 2, '2021-03-20 06:40:31', '2021-03-20 06:40:31'),
(2638, 175, 618, 75566, 500, 1, '2021-03-20 06:48:25', '2021-03-20 06:48:25'),
(2639, 362, 618, 75742, 500, 1, '2021-03-20 07:08:43', '2021-03-20 07:08:43'),
(2640, 595, 618, 75949, 700, 1, '2021-03-20 07:10:37', '2021-03-20 07:10:37'),
(2641, 264, 618, 75650, 350, 1, '2021-03-20 07:31:51', '2021-03-20 07:31:51'),
(2642, 781, 1, 76174, 0, 12, '2021-03-20 07:42:32', '2021-03-20 07:42:32'),
(2643, 305, 317, 75691, 300, 1, '2021-03-20 08:25:57', '2021-03-20 08:25:57'),
(2644, 269, 618, 75655, 400, 1, '2021-03-20 10:26:16', '2021-03-20 10:26:16'),
(2645, 412, 618, 75788, 500, 1, '2021-03-20 13:20:27', '2021-03-20 13:20:27'),
(2646, 803, 1, 76186, 0, 12, '2021-03-20 16:58:16', '2021-03-20 16:58:16'),
(2647, 219, 618, 75606, 700, 1, '2021-03-21 04:12:06', '2021-03-21 04:12:06'),
(2648, 299, 317, 75685, 500, 1, '2021-03-21 05:59:08', '2021-03-21 05:59:08'),
(2649, 444, 618, 76191, 1002, 6, '2021-03-21 06:04:59', '2021-03-21 06:04:59'),
(2650, 125, 618, 75518, 400, 1, '2021-03-21 06:06:18', '2021-03-21 06:06:18'),
(2651, 352, 618, 75732, 250, 1, '2021-03-21 06:11:06', '2021-03-21 06:11:06'),
(2652, 299, 317, 75685, 0, 1, '2021-03-21 06:21:05', '2021-03-21 06:21:05'),
(2653, 51, 618, 75458, 300, 1, '2021-03-21 09:26:56', '2021-03-21 09:26:56'),
(2654, 775, 618, 76083, 300, 1, '2021-03-21 11:39:17', '2021-03-21 11:39:17'),
(2655, 22, 618, 75438, 300, 1, '2021-03-21 16:25:57', '2021-03-21 16:25:57'),
(2656, 159, 618, 75550, 1800, 2, '2021-03-23 06:14:06', '2021-03-23 06:14:06'),
(2657, 76, 317, 75476, 3600, 3, '2021-03-23 09:09:55', '2021-03-23 09:09:55'),
(2658, 746, 317, 76062, 200, 1, '2021-03-23 15:26:32', '2021-03-23 15:26:32'),
(2659, 109, 618, 75503, 300, 1, '2021-03-24 03:11:02', '2021-03-24 03:11:02'),
(2660, 225, 618, 75612, 600, 1, '2021-03-24 11:34:17', '2021-03-24 11:34:17'),
(2661, 123, 317, 75516, 300, 1, '2021-03-24 13:10:04', '2021-03-24 13:10:04'),
(2662, 396, 618, 75774, 500, 1, '2021-03-25 16:38:43', '2021-03-25 16:38:43'),
(2663, 759, 618, 76073, 300, 1, '2021-03-27 04:04:39', '2021-03-27 04:04:39'),
(2664, 734, 317, 76052, 500, 2, '2021-03-27 07:21:45', '2021-03-27 07:21:45'),
(2665, 770, 317, 76080, 300, 1, '2021-03-27 07:56:11', '2021-03-27 07:56:11'),
(2666, 777, 317, 76085, 250, 1, '2021-03-27 10:42:10', '2021-03-27 10:42:10'),
(2667, 290, 317, 75676, 300, 1, '2021-03-28 06:18:29', '2021-03-28 06:18:29'),
(2668, 607, 317, 75958, 300, 1, '2021-03-28 06:20:43', '2021-03-28 06:20:43'),
(2669, 506, 618, 75873, 300, 1, '2021-03-31 04:32:32', '2021-03-31 04:32:32'),
(2670, 363, 618, 75743, 300, 1, '2021-03-31 09:14:42', '2021-03-31 09:14:42'),
(2671, 309, 1, 75695, 3500, 1, '2021-03-31 11:58:39', '2021-03-31 11:58:39'),
(2672, 147, 618, 75538, 600, 1, '2021-04-01 03:07:37', '2021-04-01 03:07:37'),
(2673, 319, 618, 76203, 350, 1, '2021-04-01 03:10:24', '2021-04-01 03:10:24'),
(2674, 441, 618, 76596, 350, 1, '2021-04-01 06:34:05', '2021-04-01 06:34:05'),
(2675, 617, 618, 76750, 400, 1, '2021-04-01 11:14:31', '2021-04-01 11:14:31'),
(2676, 115, 618, 76291, 350, 1, '2021-04-01 15:59:25', '2021-04-01 15:59:25'),
(2677, 18, 618, 76216, 350, 1, '2021-04-01 16:01:44', '2021-04-01 16:01:44'),
(2678, 645, 1, 76771, 250, 1, '2021-04-02 12:53:27', '2021-04-02 12:53:27'),
(2679, 728, 1, 76830, 200, 1, '2021-04-02 12:53:58', '2021-04-02 12:53:58'),
(2680, 213, 618, 76382, 250, 1, '2021-04-02 15:05:38', '2021-04-02 15:05:38'),
(2681, 854, 618, 76938, 500, 1, '2021-04-02 15:06:35', '2021-04-02 15:06:35'),
(2682, 257, 618, 76425, 400, 1, '2021-04-02 15:32:24', '2021-04-02 15:32:24'),
(2683, 228, 618, 76396, 350, 1, '2021-04-02 15:33:20', '2021-04-02 15:33:20'),
(2684, 683, 618, 76799, 100, 1, '2021-04-02 15:33:35', '2021-04-02 15:33:35'),
(2685, 188, 618, 76359, 200, 1, '2021-04-03 04:39:12', '2021-04-03 04:39:12'),
(2686, 88, 1, 76268, 500, 1, '2021-04-03 05:02:05', '2021-04-03 05:02:05'),
(2687, 88, 1, 76268, 0, 11, '2021-04-03 05:02:36', '2021-04-03 05:02:36'),
(2688, 342, 618, 76507, 250, 1, '2021-04-03 05:10:23', '2021-04-03 05:10:23'),
(2689, 153, 618, 76326, 500, 1, '2021-04-03 05:16:19', '2021-04-03 05:16:19'),
(2690, 588, 618, 76725, 300, 1, '2021-04-03 05:16:54', '2021-04-03 05:16:54'),
(2691, 604, 618, 76740, 300, 1, '2021-04-03 05:18:10', '2021-04-03 05:18:10'),
(2692, 137, 618, 76311, 400, 1, '2021-04-03 05:24:42', '2021-04-03 05:24:42'),
(2693, 597, 618, 76734, 300, 1, '2021-04-03 05:28:20', '2021-04-03 05:28:20'),
(2694, 405, 618, 76564, 250, 1, '2021-04-03 05:35:52', '2021-04-03 05:35:52'),
(2695, 700, 1, 76810, 400, 1, '2021-04-03 05:39:06', '2021-04-03 05:39:06'),
(2696, 585, 618, 76723, 250, 1, '2021-04-03 05:43:19', '2021-04-03 05:43:19'),
(2697, 341, 618, 76506, 400, 1, '2021-04-03 05:54:29', '2021-04-03 05:54:29'),
(2698, 559, 1, 76705, 250, 1, '2021-04-03 06:03:01', '2021-04-03 06:03:01'),
(2699, 800, 618, 76887, 300, 1, '2021-04-03 06:24:09', '2021-04-03 06:24:09'),
(2700, 98, 618, 76275, 250, 1, '2021-04-03 06:29:24', '2021-04-03 06:29:24'),
(2701, 14, 1, 76212, 200, 1, '2021-04-03 06:54:42', '2021-04-03 06:54:42'),
(2702, 177, 618, 76350, 250, 1, '2021-04-03 07:00:28', '2021-04-03 07:00:28'),
(2703, 177, 618, 76350, 250, 1, '2021-04-03 07:00:37', '2021-04-03 07:00:37'),
(2704, 85, 618, 76266, 250, 1, '2021-04-03 07:03:02', '2021-04-03 07:03:02'),
(2705, 142, 618, 76316, 300, 1, '2021-04-03 07:12:26', '2021-04-03 07:12:26'),
(2706, 322, 618, 76488, 400, 1, '2021-04-03 11:50:14', '2021-04-03 11:50:14'),
(2707, 375, 618, 76537, 200, 1, '2021-04-03 11:51:30', '2021-04-03 11:51:30'),
(2708, 569, 618, 76714, 500, 1, '2021-04-03 12:53:42', '2021-04-03 12:53:42'),
(2709, 32, 618, 76227, 1000, 1, '2021-04-03 14:50:13', '2021-04-03 14:50:13'),
(2710, 580, 618, 76718, 900, 1, '2021-04-04 03:53:11', '2021-04-04 03:53:11'),
(2711, 289, 618, 76457, 300, 1, '2021-04-04 03:55:49', '2021-04-04 03:55:49'),
(2712, 670, 1, 76788, 0, 3, '2021-04-04 04:47:14', '2021-04-04 04:47:14'),
(2713, 670, 1, 76788, 200, 1, '2021-04-04 04:47:34', '2021-04-04 04:47:34'),
(2714, 406, 618, 76565, 250, 1, '2021-04-04 05:32:32', '2021-04-04 05:32:32'),
(2715, 111, 618, 76287, 300, 1, '2021-04-04 06:29:39', '2021-04-04 06:29:39');
INSERT INTO `payment_confarmation_histories` (`id`, `user_id`, `admin_id`, `payment_history_id`, `updated_amount`, `payment_for_month`, `created_at`, `updated_at`) VALUES
(2716, 688, 618, 76802, 300, 1, '2021-04-04 11:05:11', '2021-04-04 11:05:11'),
(2717, 371, 618, 76533, 500, 1, '2021-04-04 11:05:41', '2021-04-04 11:05:41'),
(2718, 333, 618, 76498, 350, 1, '2021-04-04 11:27:11', '2021-04-04 11:27:11'),
(2719, 686, 618, 76800, 300, 1, '2021-04-05 05:28:03', '2021-04-05 05:28:03'),
(2720, 234, 618, 76402, 500, 1, '2021-04-05 05:29:12', '2021-04-05 05:29:12'),
(2721, 373, 618, 76535, 1500, 3, '2021-04-05 05:30:49', '2021-04-05 05:30:49'),
(2722, 33, 618, 76228, 250, 1, '2021-04-05 05:46:00', '2021-04-05 05:46:00'),
(2723, 457, 618, 76610, 3750, 1, '2021-04-05 05:46:15', '2021-04-05 05:46:15'),
(2724, 33, 618, 76228, 0, 1, '2021-04-05 05:47:00', '2021-04-05 05:47:00'),
(2725, 609, 1, 76983, 2301, 13, '2021-04-05 06:11:25', '2021-04-05 06:11:25'),
(2726, 447, 1, 76600, 350, 1, '2021-04-05 06:21:15', '2021-04-05 06:21:15'),
(2727, 676, 1, 76794, 2000, 1, '2021-04-05 06:37:13', '2021-04-05 06:37:13'),
(2728, 311, 618, 76478, 250, 1, '2021-04-05 10:09:33', '2021-04-05 10:09:33'),
(2729, 613, 618, 76746, 0, 1, '2021-04-05 11:25:18', '2021-04-05 11:25:18'),
(2730, 613, 618, 76746, 300, 1, '2021-04-05 11:25:35', '2021-04-05 11:25:35'),
(2731, 238, 618, 76406, 400, 1, '2021-04-05 11:25:43', '2021-04-05 11:25:43'),
(2732, 120, 618, 76295, 400, 1, '2021-04-05 12:09:27', '2021-04-05 12:09:27'),
(2733, 54, 618, 76242, 300, 1, '2021-04-05 13:37:56', '2021-04-05 13:37:56'),
(2734, 558, 618, 76704, 0, 5, '2021-04-05 14:16:40', '2021-04-05 14:16:40'),
(2735, 558, 618, 76704, 400, 1, '2021-04-05 14:16:54', '2021-04-05 14:16:54'),
(2736, 370, 618, 76532, 350, 1, '2021-04-05 14:18:35', '2021-04-05 14:18:35'),
(2737, 508, 317, 76657, 600, 2, '2021-04-05 16:24:07', '2021-04-05 16:24:07'),
(2738, 563, 317, 76708, 600, 1, '2021-04-05 16:25:54', '2021-04-05 16:25:54'),
(2739, 237, 317, 76405, 300, 1, '2021-04-05 16:26:09', '2021-04-05 16:26:09'),
(2740, 673, 618, 76791, 900, 1, '2021-04-06 06:20:25', '2021-04-06 06:20:25'),
(2741, 797, 1, 76885, 5000, 1, '2021-04-06 07:18:33', '2021-04-06 07:18:33'),
(2742, 348, 618, 76512, 400, 1, '2021-04-06 10:41:11', '2021-04-06 10:41:11'),
(2743, 428, 618, 76584, 250, 1, '2021-04-06 10:46:45', '2021-04-06 10:46:45'),
(2744, 428, 618, 76584, 250, 1, '2021-04-06 10:46:51', '2021-04-06 10:46:51'),
(2745, 428, 618, 76584, 0, 1, '2021-04-06 10:47:02', '2021-04-06 10:47:02'),
(2746, 138, 618, 76312, 400, 1, '2021-04-06 10:49:31', '2021-04-06 10:49:31'),
(2747, 505, 618, 76654, 350, 1, '2021-04-06 14:29:26', '2021-04-06 14:29:26'),
(2748, 755, 1, 76854, 300, 1, '2021-04-06 15:46:48', '2021-04-06 15:46:48'),
(2749, 488, 618, 76638, 400, 1, '2021-04-07 04:02:52', '2021-04-07 04:02:52'),
(2750, 488, 618, 76638, 1200, 3, '2021-04-07 04:03:02', '2021-04-07 04:03:02'),
(2751, 786, 618, 76875, 300, 1, '2021-04-07 05:15:13', '2021-04-07 05:15:13'),
(2752, 156, 618, 76329, 400, 1, '2021-04-07 05:32:21', '2021-04-07 05:32:21'),
(2753, 624, 618, 76755, 300, 1, '2021-04-07 06:26:22', '2021-04-07 06:26:22'),
(2754, 539, 618, 76686, 350, 1, '2021-04-07 06:41:41', '2021-04-07 06:41:41'),
(2755, 162, 618, 76335, 600, 1, '2021-04-07 06:43:06', '2021-04-07 06:43:06'),
(2756, 270, 618, 76438, 500, 1, '2021-04-07 11:58:12', '2021-04-07 11:58:12'),
(2757, 603, 1, 76739, 300, 1, '2021-04-07 13:34:47', '2021-04-07 13:34:47'),
(2758, 603, 1, 76739, 300, 1, '2021-04-07 13:34:59', '2021-04-07 13:34:59'),
(2759, 672, 618, 76790, 250, 1, '2021-04-07 15:40:49', '2021-04-07 15:40:49'),
(2760, 706, 1, 76814, 250, 1, '2021-04-07 16:02:02', '2021-04-07 16:02:02'),
(2761, 773, 1, 76865, 600, 1, '2021-04-07 16:32:12', '2021-04-07 16:32:12'),
(2762, 385, 1, 76545, 500, 1, '2021-04-07 16:37:21', '2021-04-07 16:37:21'),
(2763, 276, 618, 76444, 300, 1, '2021-04-08 04:22:30', '2021-04-08 04:22:30'),
(2764, 352, 618, 76514, 200, 1, '2021-04-08 04:25:59', '2021-04-08 04:25:59'),
(2765, 409, 618, 76568, 250, 1, '2021-04-08 04:34:09', '2021-04-08 04:34:09'),
(2766, 627, 1, 76757, 250, 1, '2021-04-08 05:45:29', '2021-04-08 05:45:29'),
(2767, 504, 618, 76653, 0, 1, '2021-04-08 07:29:47', '2021-04-08 07:29:47'),
(2768, 699, 618, 76809, 300, 1, '2021-04-08 07:42:49', '2021-04-08 07:42:49'),
(2769, 336, 618, 76501, 300, 1, '2021-04-08 07:43:39', '2021-04-08 07:43:39'),
(2770, 207, 618, 76377, 350, 1, '2021-04-08 07:44:20', '2021-04-08 07:44:20'),
(2771, 487, 618, 76637, 400, 1, '2021-04-08 07:50:35', '2021-04-08 07:50:35'),
(2772, 293, 618, 76461, 300, 1, '2021-04-08 08:53:29', '2021-04-08 08:53:29'),
(2773, 125, 618, 76300, 400, 1, '2021-04-08 09:02:42', '2021-04-08 09:02:42'),
(2774, 359, 618, 76521, 600, 1, '2021-04-08 09:27:03', '2021-04-08 09:27:03'),
(2775, 359, 618, 76521, 600, 1, '2021-04-08 09:27:10', '2021-04-08 09:27:10'),
(2776, 196, 618, 76367, 300, 1, '2021-04-08 09:58:06', '2021-04-08 09:58:06'),
(2777, 664, 618, 76784, 0, 5, '2021-04-08 10:17:36', '2021-04-08 10:17:36'),
(2778, 664, 618, 76784, 200, 1, '2021-04-08 10:17:51', '2021-04-08 10:17:51'),
(2779, 552, 618, 76699, 350, 1, '2021-04-08 10:49:02', '2021-04-08 10:49:02'),
(2780, 434, 618, 76589, 500, 1, '2021-04-08 10:56:45', '2021-04-08 10:56:45'),
(2781, 434, 618, 76589, 500, 1, '2021-04-08 12:34:21', '2021-04-08 12:34:21'),
(2782, 22, 618, 76220, 300, 1, '2021-04-08 14:55:41', '2021-04-08 14:55:41'),
(2783, 16, 618, 76214, 350, 1, '2021-04-08 15:20:19', '2021-04-08 15:20:19'),
(2784, 937, 1, 76999, 300, 1, '2021-04-09 14:31:04', '2021-04-09 14:31:04'),
(2785, 546, 618, 77002, 400, 2, '2021-04-09 15:04:52', '2021-04-09 15:04:52'),
(2786, 205, 618, 76375, 350, 1, '2021-04-09 15:05:56', '2021-04-09 15:05:56'),
(2787, 436, 618, 76591, 250, 1, '2021-04-09 15:07:42', '2021-04-09 15:07:42'),
(2788, 510, 618, 76659, 350, 1, '2021-04-09 15:09:16', '2021-04-09 15:09:16'),
(2789, 510, 618, 77003, 350, 1, '2021-04-09 15:09:30', '2021-04-09 15:09:30'),
(2790, 110, 618, 76286, 600, 1, '2021-04-09 15:10:33', '2021-04-09 15:10:33'),
(2791, 264, 618, 76432, 350, 1, '2021-04-09 15:14:35', '2021-04-09 15:14:35'),
(2792, 704, 618, 76812, 300, 1, '2021-04-09 15:38:14', '2021-04-09 15:38:14'),
(2793, 225, 618, 76394, 600, 1, '2021-04-10 02:59:18', '2021-04-10 02:59:18'),
(2794, 392, 618, 76552, 500, 1, '2021-04-10 03:00:57', '2021-04-10 03:00:57'),
(2795, 391, 618, 76551, 300, 1, '2021-04-10 03:02:17', '2021-04-10 03:02:17'),
(2796, 262, 618, 76430, 800, 1, '2021-04-10 03:48:31', '2021-04-10 03:48:31'),
(2797, 783, 618, 76873, 250, 1, '2021-04-10 04:06:08', '2021-04-10 04:06:08'),
(2798, 301, 618, 76469, 1500, 1, '2021-04-10 04:17:26', '2021-04-10 04:17:26'),
(2799, 735, 618, 76837, 250, 1, '2021-04-10 05:03:10', '2021-04-10 05:03:10'),
(2800, 368, 618, 76530, 500, 1, '2021-04-10 05:18:49', '2021-04-10 05:18:49'),
(2801, 642, 618, 76769, 300, 1, '2021-04-10 05:34:05', '2021-04-10 05:34:05'),
(2802, 151, 618, 76324, 2000, 1, '2021-04-10 05:41:31', '2021-04-10 05:41:31'),
(2803, 650, 618, 76775, 250, 1, '2021-04-10 06:07:11', '2021-04-10 06:07:11'),
(2804, 836, 618, 76920, 400, 1, '2021-04-10 07:19:10', '2021-04-10 07:19:10'),
(2805, 716, 1, 76820, 500, 1, '2021-04-10 07:24:41', '2021-04-10 07:24:41'),
(2806, 733, 618, 76835, 500, 1, '2021-04-10 07:48:19', '2021-04-10 07:48:19'),
(2807, 549, 618, 76696, 300, 1, '2021-04-10 08:38:58', '2021-04-10 08:38:58'),
(2808, 549, 618, 76696, 300, 1, '2021-04-10 09:20:54', '2021-04-10 09:20:54'),
(2809, 938, 1, 77001, 300, 1, '2021-04-10 12:57:48', '2021-04-10 12:57:48'),
(2810, 191, 618, 76362, 300, 1, '2021-04-10 13:43:46', '2021-04-10 13:43:46'),
(2811, 191, 618, 77004, 300, 1, '2021-04-10 13:45:32', '2021-04-10 13:45:32'),
(2812, 128, 618, 76302, 300, 1, '2021-04-10 14:21:31', '2021-04-10 14:21:31'),
(2813, 203, 618, 76373, 250, 1, '2021-04-11 04:29:20', '2021-04-11 04:29:20'),
(2815, 470, 618, 76621, 600, 2, '2021-04-11 04:40:51', '2021-04-11 04:40:51'),
(2816, 767, 1, 76863, 300, 1, '2021-04-11 05:48:53', '2021-04-11 05:48:53'),
(2817, 511, 1, 76660, 0, 3, '2021-04-11 06:46:33', '2021-04-11 06:46:33'),
(2818, 511, 1, 76660, 500, 2, '2021-04-11 06:46:52', '2021-04-11 06:46:52'),
(2819, 787, 1, 76876, 900, 3, '2021-04-11 08:31:50', '2021-04-11 08:31:50'),
(2820, 754, 618, 76853, 600, 2, '2021-04-11 10:40:28', '2021-04-11 10:40:28'),
(2821, 730, 618, 76832, 300, 1, '2021-04-11 10:51:04', '2021-04-11 10:51:04'),
(2822, 805, 618, 76891, 0, 1, '2021-04-11 11:08:06', '2021-04-11 11:08:06'),
(2823, 805, 618, 76891, 600, 3, '2021-04-11 11:08:24', '2021-04-11 11:08:24'),
(2824, 760, 618, 76858, 300, 1, '2021-04-11 11:56:28', '2021-04-11 11:56:28'),
(2825, 615, 618, 76748, 250, 1, '2021-04-11 12:27:44', '2021-04-11 12:27:44'),
(2826, 813, 1, 76899, 250, 1, '2021-04-11 13:05:34', '2021-04-11 13:05:34'),
(2827, 813, 1, 76899, 0, 1, '2021-04-11 13:05:44', '2021-04-11 13:05:44'),
(2828, 796, 618, 76884, 600, 3, '2021-04-11 14:42:29', '2021-04-11 14:42:29'),
(2829, 101, 618, 76278, 350, 1, '2021-04-11 14:44:35', '2021-04-11 14:44:35'),
(2830, 749, 618, 76849, 700, 1, '2021-04-12 07:05:46', '2021-04-12 07:05:46'),
(2831, 723, 618, 76826, 300, 1, '2021-04-12 07:06:41', '2021-04-12 07:06:41'),
(2832, 178, 618, 76351, 300, 1, '2021-04-12 07:07:56', '2021-04-12 07:07:56'),
(2833, 135, 618, 76309, 300, 1, '2021-04-12 07:09:19', '2021-04-12 07:09:19'),
(2834, 45, 618, 76235, 800, 1, '2021-04-12 07:16:31', '2021-04-12 07:16:31'),
(2835, 851, 618, 76935, 300, 1, '2021-04-12 07:58:41', '2021-04-12 07:58:41'),
(2836, 863, 1, 76947, 2000, 2, '2021-04-12 08:03:55', '2021-04-12 08:03:55'),
(2837, 660, 1, 76781, 1500, 2, '2021-04-12 08:11:24', '2021-04-12 08:11:24'),
(2838, 671, 1, 76789, 600, 1, '2021-04-12 08:20:19', '2021-04-12 08:20:19'),
(2839, 633, 1, 76761, 300, 1, '2021-04-12 08:30:11', '2021-04-12 08:30:11'),
(2840, 161, 618, 76334, 400, 1, '2021-04-12 10:10:51', '2021-04-12 10:10:51'),
(2841, 945, 1, 77014, 300, 1, '2021-04-12 12:07:01', '2021-04-12 12:07:01'),
(2842, 690, 618, 76803, 300, 1, '2021-04-12 12:53:29', '2021-04-12 12:53:29'),
(2843, 792, 1, 76880, 2000, 1, '2021-04-12 14:08:21', '2021-04-12 14:08:21'),
(2844, 534, 618, 76681, 250, 1, '2021-04-12 15:10:37', '2021-04-12 15:10:37'),
(2845, 410, 618, 76569, 500, 1, '2021-04-13 02:36:24', '2021-04-13 02:36:24'),
(2846, 504, 618, 76653, 300, 1, '2021-04-13 04:20:03', '2021-04-13 04:20:03'),
(2847, 761, 618, 76859, 600, 1, '2021-04-13 06:37:01', '2021-04-13 06:37:01'),
(2848, 153, 618, 76326, 500, 1, '2021-04-13 08:51:23', '2021-04-13 08:51:23'),
(2849, 929, 1, 76988, 3300, 1, '2021-04-14 06:28:42', '2021-04-14 06:28:42'),
(2850, 793, 618, 76881, 250, 1, '2021-04-14 12:20:46', '2021-04-14 12:20:46'),
(2851, 778, 618, 76869, 500, 1, '2021-04-14 13:22:07', '2021-04-14 13:22:07'),
(2852, 780, 618, 76871, 400, 1, '2021-04-15 06:16:16', '2021-04-15 06:16:16'),
(2853, 408, 618, 76567, 250, 1, '2021-04-15 06:18:20', '2021-04-15 06:18:20'),
(2854, 316, 618, 76483, 300, 1, '2021-04-15 06:20:07', '2021-04-15 06:20:07'),
(2855, 512, 618, 76661, 1200, 3, '2021-04-15 06:25:26', '2021-04-15 06:25:26'),
(2856, 822, 618, 76907, 700, 2, '2021-04-15 06:32:39', '2021-04-15 06:32:39'),
(2857, 750, 618, 76850, 300, 1, '2021-04-15 06:33:24', '2021-04-15 06:33:24'),
(2858, 795, 618, 76883, 250, 1, '2021-04-15 07:42:03', '2021-04-15 07:42:03'),
(2859, 148, 618, 76321, 400, 1, '2021-04-15 07:49:44', '2021-04-15 07:49:44'),
(2860, 640, 317, 76767, 250, 1, '2021-04-16 03:00:16', '2021-04-16 03:00:16'),
(2861, 465, 317, 76616, 300, 1, '2021-04-16 03:01:51', '2021-04-16 03:01:51'),
(2862, 274, 317, 76442, 200, 1, '2021-04-16 03:02:10', '2021-04-16 03:02:10'),
(2863, 887, 317, 76957, 200, 1, '2021-04-16 03:03:12', '2021-04-16 03:03:12'),
(2864, 58, 317, 76245, 350, 1, '2021-04-16 03:03:36', '2021-04-16 03:03:36'),
(2865, 731, 317, 76833, 300, 1, '2021-04-16 03:08:43', '2021-04-16 03:08:43'),
(2866, 828, 618, 76912, 400, 1, '2021-04-16 11:25:07', '2021-04-16 11:25:07'),
(2867, 467, 1, 76618, 300, 1, '2021-04-16 14:15:38', '2021-04-16 14:15:38'),
(2868, 491, 618, 76641, 300, 1, '2021-04-17 06:41:11', '2021-04-17 06:41:11'),
(2869, 892, 618, 76144, 300, 1, '2021-04-17 14:50:35', '2021-04-17 14:50:35'),
(2870, 908, 618, 76963, 0, 1, '2021-04-18 04:29:11', '2021-04-18 04:29:11'),
(2871, 861, 618, 76945, 400, 2, '2021-04-18 09:09:26', '2021-04-18 09:09:26'),
(2872, 837, 1, 76921, 750, 3, '2021-04-18 17:07:34', '2021-04-18 17:07:34'),
(2873, 639, 1, 76766, 300, 1, '2021-04-18 17:08:07', '2021-04-18 17:08:07'),
(2874, 691, 1, 76804, 2400, 1, '2021-04-19 06:48:51', '2021-04-19 06:48:51'),
(2875, 691, 1, 76804, 2400, 1, '2021-04-19 06:50:23', '2021-04-19 06:50:23'),
(2876, 834, 618, 76918, 250, 1, '2021-04-19 06:58:40', '2021-04-19 06:58:40'),
(2877, 788, 618, 76877, 200, 1, '2021-04-19 10:04:35', '2021-04-19 10:04:35'),
(2878, 848, 1, 77028, 0, 12, '2021-04-20 08:12:31', '2021-04-20 08:12:31'),
(2879, 820, 618, 76905, 600, 2, '2021-04-20 16:47:30', '2021-04-20 16:47:30'),
(2880, 383, 618, 76543, 300, 1, '2021-04-21 08:57:52', '2021-04-21 08:57:52'),
(2881, 911, 618, 76194, 250, 1, '2021-04-21 11:28:25', '2021-04-21 11:28:25'),
(2882, 886, 618, 76956, 300, 1, '2021-04-22 06:23:53', '2021-04-22 06:23:53'),
(2883, 266, 618, 76434, 250, 1, '2021-04-22 06:30:44', '2021-04-22 06:30:44'),
(2884, 775, 618, 76866, 300, 1, '2021-04-22 14:35:53', '2021-04-22 14:35:53'),
(2885, 758, 618, 76856, 300, 1, '2021-04-22 15:21:14', '2021-04-22 15:21:14'),
(2886, 245, 317, 76413, 200, 1, '2021-04-24 04:56:21', '2021-04-24 04:56:21'),
(2887, 361, 618, 76523, 0, 9, '2021-04-24 09:02:14', '2021-04-24 09:02:14'),
(2888, 361, 618, 76523, 0, 4, '2021-04-24 09:02:44', '2021-04-24 09:02:44'),
(2889, 361, 618, 76523, 400, 1, '2021-04-24 09:03:07', '2021-04-24 09:03:07'),
(2890, 496, 618, 76646, 500, 1, '2021-04-25 04:14:56', '2021-04-25 04:14:56'),
(2891, 192, 618, 76363, 350, 1, '2021-04-25 05:11:22', '2021-04-25 05:11:22'),
(2892, 396, 618, 76556, 500, 1, '2021-04-25 08:08:53', '2021-04-25 08:08:53'),
(2893, 360, 618, 76522, 2000, 4, '2021-04-25 10:23:28', '2021-04-25 10:23:28'),
(2894, 790, 618, 76878, 800, 1, '2021-04-26 04:42:26', '2021-04-26 04:42:26'),
(2895, 819, 618, 76904, 0, 1, '2021-04-26 04:42:52', '2021-04-26 04:42:52'),
(2896, 819, 618, 76904, 1000, 2, '2021-04-26 04:43:10', '2021-04-26 04:43:10'),
(2897, 51, 618, 76240, 300, 1, '2021-04-26 06:35:35', '2021-04-26 06:35:35'),
(2898, 362, 618, 76524, 500, 1, '2021-04-26 09:02:19', '2021-04-26 09:02:19'),
(2899, 777, 618, 76868, 250, 1, '2021-04-26 10:50:12', '2021-04-26 10:50:12'),
(2900, 852, 317, 76936, 500, 2, '2021-04-27 07:49:07', '2021-04-27 07:49:07'),
(2901, 942, 618, 77009, 300, 1, '2021-04-27 10:15:58', '2021-04-27 10:15:58'),
(2902, 823, 1, 76908, 600, 2, '2021-04-28 07:10:20', '2021-04-28 07:10:20'),
(2903, 379, 618, 76541, 350, 1, '2021-04-29 05:53:21', '2021-04-29 05:53:21'),
(2904, 199, 618, 76370, 900, 1, '2021-04-29 07:16:01', '2021-04-29 07:16:01'),
(2905, 967, 618, 77062, 170, 1, '2021-04-29 08:00:24', '2021-04-29 08:00:24'),
(2906, 875, 317, 76954, 250, 1, '2021-04-29 08:01:35', '2021-04-29 08:01:35'),
(2907, 734, 317, 76836, 250, 1, '2021-04-29 08:03:32', '2021-04-29 08:03:32'),
(2908, 784, 1, 76874, 600, 2, '2021-04-29 10:45:15', '2021-04-29 10:45:15'),
(2909, 759, 618, 76857, 300, 1, '2021-04-30 03:24:58', '2021-04-30 03:24:58'),
(2910, 236, 618, 76404, 2000, 1, '2021-04-30 18:27:24', '2021-04-30 18:27:24'),
(2911, 122, 618, 76297, 1000, 4, '2021-05-01 04:09:35', '2021-05-01 04:09:35'),
(2912, 319, 618, 77063, 350, 1, '2021-05-01 05:08:21', '2021-05-01 05:08:21'),
(2913, 341, 618, 77064, 400, 1, '2021-05-01 05:17:33', '2021-05-01 05:17:33'),
(2914, 123, 618, 77067, 600, 2, '2021-05-01 06:57:41', '2021-05-01 06:57:41'),
(2915, 309, 317, 76477, 3750, 1, '2021-05-01 07:02:54', '2021-05-01 07:02:54'),
(2916, 147, 618, 77182, 600, 1, '2021-05-01 07:27:11', '2021-05-01 07:27:11'),
(2917, 290, 618, 77320, 300, 1, '2021-05-01 07:31:41', '2021-05-01 07:31:41'),
(2918, 436, 618, 77454, 500, 1, '2021-05-01 07:33:45', '2021-05-01 07:33:45'),
(2919, 512, 618, 77524, 400, 1, '2021-05-01 07:34:49', '2021-05-01 07:34:49'),
(2920, 430, 1, 77883, 2520, 12, '2021-05-01 07:49:16', '2021-05-01 07:49:16'),
(2921, 154, 618, 77189, 500, 1, '2021-05-01 07:49:37', '2021-05-01 07:49:37'),
(2922, 322, 618, 77350, 400, 1, '2021-05-01 07:52:47', '2021-05-01 07:52:47'),
(2923, 342, 618, 77368, 250, 1, '2021-05-01 08:02:49', '2021-05-01 08:02:49'),
(2924, 115, 618, 77155, 350, 1, '2021-05-01 08:10:03', '2021-05-01 08:10:03'),
(2925, 186, 618, 77219, 400, 1, '2021-05-01 08:20:40', '2021-05-01 08:20:40'),
(2926, 441, 618, 77459, 350, 1, '2021-05-01 08:36:22', '2021-05-01 08:36:22'),
(2927, 305, 618, 77335, 0, 1, '2021-05-01 09:10:30', '2021-05-01 09:10:30'),
(2928, 305, 618, 77335, 300, 1, '2021-05-01 09:10:47', '2021-05-01 09:10:47'),
(2929, 228, 618, 77258, 350, 1, '2021-05-01 09:18:58', '2021-05-01 09:18:58'),
(2930, 18, 618, 77080, 350, 1, '2021-05-01 11:53:14', '2021-05-01 11:53:14'),
(2931, 289, 618, 77319, 300, 1, '2021-05-01 11:54:59', '2021-05-01 11:54:59'),
(2932, 356, 1, 77380, 0, 5, '2021-05-01 15:41:11', '2021-05-01 15:41:11'),
(2933, 945, 1, 77868, 300, 1, '2021-05-01 17:19:05', '2021-05-01 17:19:05'),
(2934, 188, 618, 77221, 200, 1, '2021-05-02 03:55:24', '2021-05-02 03:55:24'),
(2935, 370, 618, 77394, 350, 1, '2021-05-02 04:05:24', '2021-05-02 04:05:24'),
(2936, 580, 618, 77580, 900, 1, '2021-05-02 04:08:25', '2021-05-02 04:08:25'),
(2937, 652, 1, 77888, 3600, 6, '2021-05-02 04:54:39', '2021-05-02 04:54:39'),
(2938, 375, 618, 77399, 200, 1, '2021-05-02 05:09:15', '2021-05-02 05:09:15'),
(2939, 156, 618, 77191, 400, 1, '2021-05-02 05:42:50', '2021-05-02 05:42:50'),
(2940, 800, 618, 77750, 300, 1, '2021-05-02 07:14:05', '2021-05-02 07:14:05'),
(2941, 348, 618, 77373, 400, 1, '2021-05-02 08:17:18', '2021-05-02 08:17:18'),
(2942, 603, 618, 77601, 300, 1, '2021-05-02 08:42:16', '2021-05-02 08:42:16'),
(2943, 250, 618, 77280, 600, 2, '2021-05-02 09:45:08', '2021-05-02 09:45:08'),
(2944, 363, 618, 77387, 600, 2, '2021-05-02 09:51:33', '2021-05-02 09:51:33'),
(2945, 730, 618, 77694, 300, 1, '2021-05-02 10:26:27', '2021-05-02 10:26:27'),
(2946, 202, 618, 77233, 0, 5, '2021-05-02 10:48:58', '2021-05-02 10:48:58'),
(2947, 202, 618, 77894, 1002, 6, '2021-05-02 10:49:17', '2021-05-02 10:49:17'),
(2948, 563, 618, 77569, 600, 1, '2021-05-02 11:18:18', '2021-05-02 11:18:18'),
(2949, 971, 1, 77895, 200, 1, '2021-05-02 15:37:56', '2021-05-02 15:37:56'),
(2950, 548, 618, 77556, 500, 2, '2021-05-03 04:09:18', '2021-05-03 04:09:18'),
(2951, 696, 618, 77667, 300, 1, '2021-05-03 04:24:16', '2021-05-03 04:24:16'),
(2952, 213, 618, 77243, 200, 1, '2021-05-03 08:00:57', '2021-05-03 08:00:57'),
(2953, 120, 618, 77159, 200, 1, '2021-05-03 08:18:20', '2021-05-03 08:18:20'),
(2954, 617, 618, 77611, 400, 1, '2021-05-03 09:51:41', '2021-05-03 09:51:41'),
(2955, 167, 618, 77202, 2000, 4, '2021-05-03 11:41:25', '2021-05-03 11:41:25'),
(2956, 657, 1, 77640, 1800, 6, '2021-05-03 16:06:35', '2021-05-03 16:06:35'),
(2957, 85, 618, 77130, 250, 1, '2021-05-04 03:53:27', '2021-05-04 03:53:27'),
(2958, 373, 618, 77397, 500, 1, '2021-05-04 03:54:25', '2021-05-04 03:54:25'),
(2959, 139, 618, 77175, 0, 8, '2021-05-04 04:43:21', '2021-05-04 04:43:21'),
(2960, 139, 618, 77175, 600, 2, '2021-05-04 04:50:41', '2021-05-04 04:50:41'),
(2961, 728, 317, 77692, 200, 1, '2021-05-04 05:04:30', '2021-05-04 05:04:30'),
(2962, 237, 317, 77267, 300, 1, '2021-05-04 05:05:49', '2021-05-04 05:05:49'),
(2963, 33, 618, 77092, 250, 1, '2021-05-04 07:33:41', '2021-05-04 07:33:41'),
(2964, 729, 1, 77693, 600, 3, '2021-05-04 08:39:24', '2021-05-04 08:39:24'),
(2965, 111, 618, 77151, 300, 1, '2021-05-04 08:55:08', '2021-05-04 08:55:08'),
(2966, 559, 1, 77566, 250, 1, '2021-05-04 09:47:40', '2021-05-04 09:47:40'),
(2967, 978, 1, 77906, 200, 1, '2021-05-04 10:22:56', '2021-05-04 10:22:56'),
(2968, 88, 1, 77132, 500, 1, '2021-05-04 10:53:27', '2021-05-04 10:53:27'),
(2969, 257, 618, 77287, 400, 1, '2021-05-04 11:27:34', '2021-05-04 11:27:34'),
(2970, 238, 618, 77268, 400, 1, '2021-05-04 11:38:31', '2021-05-04 11:38:31'),
(2971, 333, 618, 77360, 350, 1, '2021-05-05 04:01:15', '2021-05-05 04:01:15'),
(2972, 797, 1, 77748, 4700, 1, '2021-05-05 05:26:22', '2021-05-05 05:26:22'),
(2973, 672, 618, 77650, 250, 1, '2021-05-05 06:03:03', '2021-05-05 06:03:03'),
(2974, 234, 618, 77264, 500, 1, '2021-05-05 07:11:40', '2021-05-05 07:11:40'),
(2975, 30, 1, 77089, 0, 4, '2021-05-05 07:19:17', '2021-05-05 07:19:17'),
(2976, 30, 1, 77089, 38250, 1, '2021-05-05 07:19:41', '2021-05-05 07:19:41'),
(2977, 755, 317, 77716, 300, 1, '2021-05-05 07:39:44', '2021-05-05 07:39:44'),
(2978, 838, 618, 77786, 600, 2, '2021-05-05 07:42:13', '2021-05-05 07:42:13'),
(2979, 391, 618, 77413, 300, 1, '2021-05-05 09:31:36', '2021-05-05 09:31:36'),
(2980, 138, 618, 77174, 400, 1, '2021-05-06 05:01:36', '2021-05-06 05:01:36'),
(2981, 457, 618, 77473, 3750, 1, '2021-05-06 05:03:39', '2021-05-06 05:03:39'),
(2982, 410, 618, 77431, 500, 1, '2021-05-06 05:05:20', '2021-05-06 05:05:20'),
(2983, 119, 618, 77158, 700, 1, '2021-05-06 05:27:54', '2021-05-06 05:27:54'),
(2984, 569, 618, 77575, 500, 1, '2021-05-06 05:48:37', '2021-05-06 05:48:37'),
(2985, 647, 317, 77633, 600, 2, '2021-05-06 06:29:33', '2021-05-06 06:29:33'),
(2986, 647, 317, 77633, 0, 1, '2021-05-06 06:29:49', '2021-05-06 06:29:49'),
(2987, 683, 618, 77659, 100, 1, '2021-05-06 06:53:28', '2021-05-06 06:53:28'),
(2988, 704, 618, 77673, 300, 1, '2021-05-06 07:58:55', '2021-05-06 07:58:55'),
(2989, 582, 618, 77582, 600, 2, '2021-05-06 08:39:47', '2021-05-06 08:39:47'),
(2990, 624, 618, 77616, 300, 1, '2021-05-06 08:56:00', '2021-05-06 08:56:00'),
(2991, 336, 618, 77363, 300, 1, '2021-05-06 08:57:02', '2021-05-06 08:57:02'),
(2992, 98, 618, 77139, 250, 1, '2021-05-06 09:06:06', '2021-05-06 09:06:06'),
(2993, 371, 618, 77395, 500, 1, '2021-05-06 09:08:41', '2021-05-06 09:08:41'),
(2994, 980, 1, 77908, 400, 1, '2021-05-06 09:10:35', '2021-05-06 09:10:35'),
(2995, 276, 618, 77306, 300, 1, '2021-05-06 09:20:40', '2021-05-06 09:20:40'),
(2996, 225, 618, 77255, 600, 1, '2021-05-06 10:12:39', '2021-05-06 10:12:39'),
(2997, 267, 618, 77297, 500, 2, '2021-05-06 10:55:42', '2021-05-06 10:55:42'),
(2998, 274, 317, 77304, 200, 1, '2021-05-06 10:59:48', '2021-05-06 10:59:48'),
(2999, 700, 317, 77671, 400, 1, '2021-05-06 11:04:55', '2021-05-06 11:04:55'),
(3000, 379, 618, 77403, 350, 1, '2021-05-06 11:05:39', '2021-05-06 11:05:39'),
(3001, 408, 618, 77429, 250, 1, '2021-05-06 11:06:33', '2021-05-06 11:06:33'),
(3002, 760, 618, 77720, 300, 1, '2021-05-06 11:07:15', '2021-05-06 11:07:15'),
(3003, 699, 618, 77670, 300, 1, '2021-05-06 11:31:52', '2021-05-06 11:31:52'),
(3004, 137, 618, 77173, 400, 1, '2021-05-06 11:51:16', '2021-05-06 11:51:16'),
(3005, 110, 618, 77150, 300, 1, '2021-05-06 13:16:24', '2021-05-06 13:16:24'),
(3006, 54, 618, 77106, 300, 1, '2021-05-06 13:26:27', '2021-05-06 13:26:27'),
(3007, 686, 618, 77661, 300, 1, '2021-05-06 13:56:14', '2021-05-06 13:56:14'),
(3008, 686, 618, 77909, 300, 1, '2021-05-06 13:56:16', '2021-05-06 13:56:16'),
(3009, 754, 1, 77715, 300, 1, '2021-05-06 15:27:05', '2021-05-06 15:27:05'),
(3010, 716, 1, 77682, 500, 1, '2021-05-06 15:29:19', '2021-05-06 15:29:19'),
(3011, 196, 618, 77228, 300, 1, '2021-05-07 03:41:25', '2021-05-07 03:41:25'),
(3012, 688, 618, 77663, 300, 1, '2021-05-07 03:43:04', '2021-05-07 03:43:04'),
(3013, 534, 618, 77544, 250, 1, '2021-05-07 03:44:33', '2021-05-07 03:44:33'),
(3014, 685, 618, 77911, 900, 3, '2021-05-07 06:42:19', '2021-05-07 06:42:19'),
(3015, 270, 618, 77300, 500, 1, '2021-05-07 10:53:08', '2021-05-07 10:53:08'),
(3016, 406, 618, 77427, 250, 1, '2021-05-07 10:55:45', '2021-05-07 10:55:45'),
(3017, 505, 618, 77518, 350, 1, '2021-05-07 11:21:42', '2021-05-07 11:21:42'),
(3018, 203, 618, 77234, 250, 1, '2021-05-07 14:17:54', '2021-05-07 14:17:54'),
(3019, 827, 1, 77775, 350, 1, '2021-05-08 05:27:46', '2021-05-08 05:27:46'),
(3020, 827, 1, 77775, 350, 1, '2021-05-08 05:28:22', '2021-05-08 05:28:22'),
(3021, 773, 1, 77728, 600, 1, '2021-05-08 06:23:01', '2021-05-08 06:23:01'),
(3022, 697, 618, 77668, 1200, 4, '2021-05-08 06:26:30', '2021-05-08 06:26:30'),
(3023, 827, 1, 77775, 350, 1, '2021-05-08 06:26:41', '2021-05-08 06:26:41'),
(3024, 487, 618, 77500, 400, 1, '2021-05-08 06:34:57', '2021-05-08 06:34:57'),
(3025, 613, 618, 77607, 300, 1, '2021-05-08 06:35:19', '2021-05-08 06:35:19'),
(3026, 311, 618, 77340, 250, 1, '2021-05-08 09:01:11', '2021-05-08 09:01:11'),
(3027, 447, 1, 77463, 350, 1, '2021-05-08 10:27:29', '2021-05-08 10:27:29'),
(3028, 428, 618, 77446, 300, 1, '2021-05-08 11:02:52', '2021-05-08 11:02:52'),
(3029, 723, 618, 77688, 300, 1, '2021-05-08 11:07:02', '2021-05-08 11:07:02'),
(3030, 627, 1, 77618, 250, 1, '2021-05-08 11:10:21', '2021-05-08 11:10:21'),
(3031, 128, 618, 77165, 300, 1, '2021-05-08 11:23:00', '2021-05-08 11:23:00'),
(3032, 409, 618, 77430, 250, 1, '2021-05-08 11:37:18', '2021-05-08 11:37:18'),
(3033, 511, 618, 77523, 250, 1, '2021-05-08 11:44:57', '2021-05-08 11:44:57'),
(3034, 405, 618, 77426, 250, 1, '2021-05-08 12:09:01', '2021-05-08 12:09:01'),
(3035, 22, 618, 77084, 300, 1, '2021-05-08 17:43:38', '2021-05-08 17:43:38'),
(3036, 711, 618, 77678, 300, 1, '2021-05-09 03:36:54', '2021-05-09 03:36:54'),
(3037, 266, 618, 77296, 250, 1, '2021-05-09 03:38:15', '2021-05-09 03:38:15'),
(3038, 262, 618, 77292, 700, 1, '2021-05-09 03:38:40', '2021-05-09 03:38:40'),
(3039, 339, 618, 77915, 2000, 4, '2021-05-09 03:43:08', '2021-05-09 03:43:08'),
(3040, 142, 618, 77178, 300, 1, '2021-05-09 03:45:26', '2021-05-09 03:45:26'),
(3041, 162, 618, 77197, 600, 1, '2021-05-09 05:01:58', '2021-05-09 05:01:58'),
(3042, 671, 1, 77649, 0, 1, '2021-05-09 06:08:59', '2021-05-09 06:08:59'),
(3043, 670, 618, 77648, 200, 1, '2021-05-09 06:15:09', '2021-05-09 06:15:09'),
(3044, 349, 618, 77917, 0, 3, '2021-05-09 06:54:59', '2021-05-09 06:54:59'),
(3045, 464, 618, 77478, 1200, 3, '2021-05-09 07:47:29', '2021-05-09 07:47:29'),
(3046, 709, 1, 77677, 0, 2, '2021-05-09 08:16:28', '2021-05-09 08:16:28'),
(3047, 368, 618, 77392, 500, 1, '2021-05-09 08:46:28', '2021-05-09 08:46:28'),
(3048, 103, 618, 77143, 1200, 3, '2021-05-09 09:24:42', '2021-05-09 09:24:42'),
(3049, 733, 618, 77697, 500, 1, '2021-05-09 10:52:05', '2021-05-09 10:52:05'),
(3050, 29, 1, 77088, 0, 4, '2021-05-09 11:04:57', '2021-05-09 11:04:57'),
(3051, 20, 618, 77082, 0, 10, '2021-05-09 11:10:36', '2021-05-09 11:10:36'),
(3052, 20, 618, 77082, 600, 2, '2021-05-09 11:10:59', '2021-05-09 11:10:59'),
(3053, 21, 618, 77083, 250, 1, '2021-05-09 12:10:23', '2021-05-09 12:10:23'),
(3054, 161, 618, 77196, 400, 1, '2021-05-09 15:53:03', '2021-05-09 15:53:03'),
(3055, 151, 618, 77186, 2000, 1, '2021-05-09 15:55:37', '2021-05-09 15:55:37'),
(3056, 351, 618, 77375, 700, 2, '2021-05-09 15:59:01', '2021-05-09 15:59:01'),
(3057, 351, 618, 77375, 0, 1, '2021-05-09 15:59:23', '2021-05-09 15:59:23'),
(3058, 549, 618, 77557, 300, 1, '2021-05-09 16:05:02', '2021-05-09 16:05:02'),
(3059, 961, 618, 77043, 300, 1, '2021-05-09 16:07:19', '2021-05-09 16:07:19'),
(3060, 961, 618, 77043, 0, 2, '2021-05-09 16:07:51', '2021-05-09 16:07:51'),
(3061, 16, 618, 77078, 350, 1, '2021-05-10 02:38:47', '2021-05-10 02:38:47'),
(3062, 301, 618, 77331, 1700, 1, '2021-05-10 03:28:58', '2021-05-10 03:28:58'),
(3063, 32, 618, 77091, 1000, 1, '2021-05-10 03:33:25', '2021-05-10 03:33:25'),
(3064, 836, 618, 77784, 400, 1, '2021-05-10 03:45:06', '2021-05-10 03:45:06'),
(3065, 948, 317, 77016, 250, 1, '2021-05-10 04:29:53', '2021-05-10 04:29:53'),
(3066, 471, 618, 77485, 1500, 4, '2021-05-10 05:02:41', '2021-05-10 05:02:41'),
(3067, 964, 618, 77046, 1200, 1, '2021-05-10 05:03:02', '2021-05-10 05:03:02'),
(3068, 786, 317, 77738, 300, 1, '2021-05-10 05:06:44', '2021-05-10 05:06:44'),
(3069, 178, 618, 77213, 300, 1, '2021-05-10 05:28:50', '2021-05-10 05:28:50'),
(3070, 178, 618, 77213, 0, 1, '2021-05-10 05:29:28', '2021-05-10 05:29:28'),
(3071, 199, 618, 77231, 900, 1, '2021-05-10 05:46:13', '2021-05-10 05:46:13'),
(3072, 280, 618, 77310, 500, 1, '2021-05-10 05:47:15', '2021-05-10 05:47:15'),
(3073, 491, 618, 77504, 300, 1, '2021-05-10 06:00:41', '2021-05-10 06:00:41'),
(3074, 929, 1, 77863, 3620, 1, '2021-05-10 06:03:50', '2021-05-10 06:03:50'),
(3075, 639, 1, 77626, 300, 1, '2021-05-10 06:05:03', '2021-05-10 06:05:03'),
(3076, 695, 618, 77666, 600, 3, '2021-05-10 06:07:00', '2021-05-10 06:07:00'),
(3077, 735, 618, 77699, 250, 1, '2021-05-10 06:09:51', '2021-05-10 06:09:51'),
(3078, 815, 618, 77764, 500, 2, '2021-05-10 06:28:26', '2021-05-10 06:28:26'),
(3079, 815, 618, 77764, 0, 1, '2021-05-10 06:28:42', '2021-05-10 06:28:42'),
(3080, 985, 1, 77919, 200, 1, '2021-05-10 06:52:00', '2021-05-10 06:52:00'),
(3081, 660, 1, 77641, 700, 1, '2021-05-10 06:53:10', '2021-05-10 06:53:10'),
(3082, 209, 618, 77240, 900, 3, '2021-05-10 08:14:47', '2021-05-10 08:14:47'),
(3083, 552, 618, 77560, 350, 1, '2021-05-10 08:16:54', '2021-05-10 08:16:54'),
(3084, 21, 618, 77083, 0, 1, '2021-05-10 08:18:07', '2021-05-10 08:18:07'),
(3085, 676, 1, 77654, 2200, 1, '2021-05-10 08:23:58', '2021-05-10 08:23:58'),
(3086, 854, 618, 77801, 500, 1, '2021-05-10 10:23:59', '2021-05-10 10:23:59'),
(3087, 101, 618, 77142, 350, 1, '2021-05-10 10:24:55', '2021-05-10 10:24:55'),
(3088, 125, 618, 77163, 800, 1, '2021-05-10 11:22:08', '2021-05-10 11:22:08'),
(3089, 293, 317, 77323, 300, 1, '2021-05-10 13:09:10', '2021-05-10 13:09:10'),
(3090, 508, 317, 77521, 300, 1, '2021-05-10 13:11:18', '2021-05-10 13:11:18'),
(3091, 731, 317, 77695, 300, 1, '2021-05-10 13:16:16', '2021-05-10 13:16:16'),
(3092, 58, 317, 77109, 350, 1, '2021-05-10 13:20:57', '2021-05-10 13:20:57'),
(3093, 504, 618, 77517, 300, 1, '2021-05-10 16:18:40', '2021-05-10 16:18:40'),
(3094, 299, 618, 77329, 500, 1, '2021-05-10 16:26:22', '2021-05-10 16:26:22'),
(3095, 135, 618, 77171, 300, 1, '2021-05-10 16:27:31', '2021-05-10 16:27:31'),
(3096, 175, 317, 77210, 300, 1, '2021-05-10 18:35:06', '2021-05-10 18:35:06'),
(3097, 673, 618, 77651, 900, 1, '2021-05-11 05:49:55', '2021-05-11 05:49:55'),
(3098, 637, 317, 77624, 300, 1, '2021-05-11 05:51:19', '2021-05-11 05:51:19'),
(3099, 134, 618, 77170, 200, 1, '2021-05-11 08:27:56', '2021-05-11 08:27:56'),
(3100, 46, 618, 77100, 250, 1, '2021-05-11 08:37:30', '2021-05-11 08:37:30'),
(3101, 690, 618, 77664, 300, 1, '2021-05-11 13:26:38', '2021-05-11 13:26:38'),
(3102, 467, 1, 77926, 1500, 5, '2021-05-11 16:25:30', '2021-05-11 16:25:30'),
(3103, 642, 618, 77629, 300, 1, '2021-05-12 05:08:21', '2021-05-12 05:08:21'),
(3104, 205, 618, 77236, 350, 1, '2021-05-12 05:11:44', '2021-05-12 05:11:44'),
(3105, 352, 618, 77376, 200, 1, '2021-05-12 05:13:28', '2021-05-12 05:13:28'),
(3106, 510, 618, 77929, 350, 1, '2021-05-12 05:15:06', '2021-05-12 05:15:06'),
(3107, 255, 618, 77285, 200, 1, '2021-05-12 05:18:46', '2021-05-12 05:18:46'),
(3108, 615, 618, 77609, 250, 1, '2021-05-12 05:38:09', '2021-05-12 05:38:09'),
(3109, 595, 618, 77594, 1400, 2, '2021-05-12 05:48:31', '2021-05-12 05:48:31'),
(3110, 159, 618, 77194, 1200, 1, '2021-05-12 06:00:30', '2021-05-12 06:00:30'),
(3111, 148, 618, 77183, 400, 1, '2021-05-12 06:33:31', '2021-05-12 06:33:31'),
(3112, 114, 618, 77154, 1000, 2, '2021-05-12 08:31:31', '2021-05-12 08:31:31'),
(3113, 6, 618, 77071, 500, 2, '2021-05-12 09:53:11', '2021-05-12 09:53:11'),
(3114, 45, 618, 77099, 800, 1, '2021-05-12 13:55:34', '2021-05-12 13:55:34'),
(3115, 989, 618, 77928, 1500, 1, '2021-05-13 03:26:18', '2021-05-13 03:26:18'),
(3116, 304, 618, 77334, 500, 1, '2021-05-13 10:19:49', '2021-05-13 10:19:49'),
(3117, 304, 618, 77334, 500, 1, '2021-05-13 10:20:00', '2021-05-13 10:20:00'),
(3118, 153, 618, 77188, 500, 1, '2021-05-13 15:27:18', '2021-05-13 15:27:18'),
(3119, 154, 618, 77189, 500, 1, '2021-05-13 15:28:43', '2021-05-13 15:28:43'),
(3120, 604, 618, 77932, 300, 1, '2021-05-15 03:54:22', '2021-05-15 03:54:22'),
(3121, 787, 618, 77739, 300, 1, '2021-05-15 10:03:46', '2021-05-15 10:03:46'),
(3122, 434, 618, 77452, 500, 1, '2021-05-16 04:42:57', '2021-05-16 04:42:57'),
(3123, 886, 618, 77833, 300, 1, '2021-05-16 05:41:27', '2021-05-16 05:41:27'),
(3124, 392, 618, 77414, 500, 1, '2021-05-16 06:20:32', '2021-05-16 06:20:32'),
(3125, 758, 618, 77718, 300, 1, '2021-05-16 11:27:21', '2021-05-16 11:27:21'),
(3126, 539, 618, 77549, 350, 1, '2021-05-16 11:33:52', '2021-05-16 11:33:52'),
(3127, 261, 317, 77291, 600, 2, '2021-05-18 03:59:47', '2021-05-18 03:59:47'),
(3128, 761, 317, 77721, 0, 2, '2021-05-18 07:29:39', '2021-05-18 07:29:39'),
(3129, 761, 317, 77721, 600, 1, '2021-05-18 07:29:58', '2021-05-18 07:29:58'),
(3130, 761, 317, 77721, 600, 1, '2021-05-18 07:38:29', '2021-05-18 07:38:29'),
(3131, 811, 317, 77760, 750, 3, '2021-05-18 10:37:25', '2021-05-18 10:37:25'),
(3132, 558, 618, 77565, 400, 1, '2021-05-19 04:04:36', '2021-05-19 04:04:36'),
(3133, 834, 618, 77782, 200, 1, '2021-05-19 04:39:37', '2021-05-19 04:39:37'),
(3134, 316, 618, 77345, 300, 1, '2021-05-19 04:49:04', '2021-05-19 04:49:04'),
(3135, 767, 1, 77725, 300, 1, '2021-05-19 07:20:59', '2021-05-19 07:20:59'),
(3136, 545, 317, 77554, 0, 2, '2021-05-19 10:06:16', '2021-05-19 10:06:16'),
(3137, 545, 317, 77554, 1250, 1, '2021-05-19 10:07:05', '2021-05-19 10:07:05'),
(3138, 852, 618, 77799, 250, 1, '2021-05-20 05:58:51', '2021-05-20 05:58:51'),
(3139, 662, 1, 77642, 600, 2, '2021-05-20 07:53:42', '2021-05-20 07:53:42'),
(3140, 484, 317, 77497, 0, 1, '2021-05-20 08:03:05', '2021-05-20 08:03:05'),
(3141, 484, 317, 77497, 1000, 2, '2021-05-20 08:03:20', '2021-05-20 08:03:20'),
(3142, 751, 317, 77713, 0, 4, '2021-05-20 08:24:38', '2021-05-20 08:24:38'),
(3143, 775, 618, 77729, 300, 1, '2021-05-20 08:28:03', '2021-05-20 08:28:03'),
(3144, 751, 317, 77713, 400, 1, '2021-05-20 08:29:43', '2021-05-20 08:29:43'),
(3145, 822, 618, 77770, 350, 1, '2021-05-20 09:41:19', '2021-05-20 09:41:19'),
(3146, 861, 618, 77808, 200, 1, '2021-05-20 09:42:52', '2021-05-20 09:42:52'),
(3147, 264, 618, 77294, 350, 1, '2021-05-21 09:18:34', '2021-05-21 09:18:34'),
(3148, 783, 618, 77736, 250, 1, '2021-05-21 09:32:15', '2021-05-21 09:32:15'),
(3149, 805, 618, 77938, 1000, 5, '2021-05-22 04:33:27', '2021-05-22 04:33:27'),
(3150, 76, 317, 77122, 2400, 2, '2021-05-22 07:18:21', '2021-05-22 07:18:21'),
(3151, 792, 1, 77743, 2000, 1, '2021-05-22 08:41:10', '2021-05-22 08:41:10'),
(3152, 356, 618, 77380, 200, 1, '2021-05-23 04:32:57', '2021-05-23 04:32:57'),
(3153, 788, 618, 77740, 200, 1, '2021-05-23 04:33:21', '2021-05-23 04:33:21'),
(3154, 996, 618, 77942, 300, 1, '2021-05-23 04:35:50', '2021-05-23 04:35:50'),
(3155, 795, 618, 77746, 250, 1, '2021-05-23 08:07:04', '2021-05-23 08:07:04'),
(3156, 749, 618, 77711, 700, 1, '2021-05-23 10:07:17', '2021-05-23 10:07:17'),
(3157, 236, 618, 77266, 2000, 1, '2021-05-23 11:45:16', '2021-05-23 11:45:16'),
(3158, 759, 618, 77719, 300, 1, '2021-05-24 04:56:36', '2021-05-24 04:56:36'),
(3159, 396, 618, 77418, 500, 1, '2021-05-24 04:57:01', '2021-05-24 04:57:01'),
(3160, 793, 618, 77744, 250, 1, '2021-05-24 04:58:13', '2021-05-24 04:58:13'),
(3161, 839, 317, 77787, 400, 2, '2021-05-24 12:54:41', '2021-05-24 12:54:41'),
(3162, 878, 1, 77825, 300, 1, '2021-05-24 15:20:38', '2021-05-24 15:20:38'),
(3163, 1005, 618, 77956, 300, 1, '2021-05-25 07:38:30', '2021-05-25 07:38:30'),
(3164, 837, 1, 77785, 750, 3, '2021-05-25 07:39:11', '2021-05-25 07:39:11'),
(3165, 664, 618, 77644, 200, 1, '2021-05-25 10:14:18', '2021-05-25 10:14:18'),
(3166, 746, 618, 77708, 200, 1, '2021-05-25 10:15:41', '2021-05-25 10:15:41'),
(3167, 696, 618, 77667, 300, 1, '2021-05-26 04:36:46', '2021-05-26 04:36:46'),
(3168, 546, 618, 77960, 400, 2, '2021-05-26 05:35:52', '2021-05-26 05:35:52'),
(3169, 734, 317, 77698, 250, 1, '2021-05-26 08:33:11', '2021-05-26 08:33:11'),
(3170, 778, 618, 77732, 500, 1, '2021-05-27 05:41:34', '2021-05-27 05:41:34'),
(3171, 911, 618, 77963, 250, 1, '2021-05-27 10:01:47', '2021-05-27 10:01:47'),
(3172, 875, 317, 77822, 250, 1, '2021-05-29 06:03:35', '2021-05-29 06:03:35'),
(3173, 838, 1, 77967, 300, 1, '2021-05-30 13:53:37', '2021-05-30 13:53:37'),
(3174, 441, 618, 77969, 350, 1, '2021-06-01 06:52:42', '2021-06-01 06:52:42'),
(3175, 617, 618, 77970, 400, 1, '2021-06-01 06:53:35', '2021-06-01 06:53:35'),
(3176, 828, 618, 78675, 800, 2, '2021-06-01 07:57:48', '2021-06-01 07:57:48'),
(3177, 341, 618, 78273, 400, 1, '2021-06-01 07:58:22', '2021-06-01 07:58:22'),
(3178, 186, 618, 78124, 400, 1, '2021-06-01 07:58:55', '2021-06-01 07:58:55'),
(3179, 925, 618, 78816, 0, 3, '2021-06-01 08:04:27', '2021-06-01 08:04:27'),
(3180, 922, 618, 78763, 150, 1, '2021-06-01 08:07:27', '2021-06-01 08:07:27'),
(3181, 800, 618, 78649, 300, 1, '2021-06-01 08:08:47', '2021-06-01 08:08:47'),
(3182, 319, 618, 78253, 350, 1, '2021-06-01 08:18:51', '2021-06-01 08:18:51'),
(3183, 886, 618, 78729, 300, 1, '2021-06-01 08:20:03', '2021-06-01 08:20:03'),
(3184, 723, 618, 78587, 300, 1, '2021-06-01 08:21:10', '2021-06-01 08:21:10'),
(3185, 442, 618, 78363, 0, 2, '2021-06-01 09:19:24', '2021-06-01 09:19:24'),
(3186, 442, 618, 78363, 400, 1, '2021-06-01 09:19:39', '2021-06-01 09:19:39'),
(3187, 871, 618, 78714, 900, 3, '2021-06-01 09:34:36', '2021-06-01 09:34:36'),
(3188, 1004, 618, 78813, 1200, 8, '2021-06-01 09:50:13', '2021-06-01 09:50:13'),
(3189, 699, 618, 78569, 300, 1, '2021-06-01 10:48:22', '2021-06-01 10:48:22'),
(3190, 268, 317, 78203, 4500, 3, '2021-06-01 10:50:36', '2021-06-01 10:50:36'),
(3191, 491, 618, 78406, 300, 1, '2021-06-01 11:04:56', '2021-06-01 11:04:56'),
(3192, 728, 317, 78591, 200, 1, '2021-06-01 11:13:24', '2021-06-01 11:13:24'),
(3193, 761, 317, 78620, 600, 1, '2021-06-01 11:14:27', '2021-06-01 11:14:27'),
(3194, 322, 618, 78256, 400, 1, '2021-06-01 11:58:32', '2021-06-01 11:58:32'),
(3195, 228, 618, 78163, 350, 1, '2021-06-01 12:00:02', '2021-06-01 12:00:02'),
(3196, 811, 618, 78658, 250, 1, '2021-06-01 12:00:48', '2021-06-01 12:00:48'),
(3197, 730, 317, 78593, 300, 1, '2021-06-01 13:16:14', '2021-06-01 13:16:14'),
(3198, 177, 1070, 78117, 500, 2, '2021-06-01 13:55:39', '2021-06-01 13:55:39'),
(3199, 289, 1070, 78224, 300, 1, '2021-06-01 14:02:58', '2021-06-01 14:02:58'),
(3200, 754, 1, 78614, 300, 1, '2021-06-02 05:20:24', '2021-06-02 05:20:24'),
(3201, 559, 1, 78469, 250, 1, '2021-06-02 05:25:37', '2021-06-02 05:25:37'),
(3202, 942, 618, 78783, 300, 1, '2021-06-02 05:32:49', '2021-06-02 05:32:49'),
(3203, 348, 618, 78279, 400, 1, '2021-06-02 05:53:39', '2021-06-02 05:53:39'),
(3204, 945, 1, 78786, 300, 1, '2021-06-02 05:58:50', '2021-06-02 05:58:50'),
(3205, 989, 618, 78808, 1500, 1, '2021-06-02 06:27:27', '2021-06-02 06:27:27'),
(3206, 615, 618, 78511, 250, 1, '2021-06-02 06:28:16', '2021-06-02 06:28:16'),
(3207, 946, 618, 78787, 400, 2, '2021-06-02 06:29:28', '2021-06-02 06:29:28'),
(3208, 778, 618, 78631, 500, 1, '2021-06-02 06:31:09', '2021-06-02 06:31:09'),
(3209, 922, 618, 78763, 150, 1, '2021-06-02 06:31:49', '2021-06-02 06:31:49'),
(3210, 913, 618, 78754, 200, 2, '2021-06-02 06:32:19', '2021-06-02 06:32:19'),
(3211, 207, 618, 78143, 350, 1, '2021-06-02 06:34:33', '2021-06-02 06:34:33'),
(3212, 156, 618, 78096, 400, 1, '2021-06-02 06:35:53', '2021-06-02 06:35:53'),
(3213, 880, 618, 78723, 900, 3, '2021-06-02 06:41:44', '2021-06-02 06:41:44'),
(3214, 893, 618, 78736, 0, 2, '2021-06-02 07:30:00', '2021-06-02 07:30:00'),
(3215, 920, 618, 78761, 0, 3, '2021-06-02 07:42:27', '2021-06-02 07:42:27'),
(3216, 980, 618, 78804, 400, 1, '2021-06-02 07:53:33', '2021-06-02 07:53:33'),
(3217, 379, 618, 78308, 350, 1, '2021-06-02 07:55:18', '2021-06-02 07:55:18'),
(3218, 333, 618, 78266, 350, 1, '2021-06-02 08:09:32', '2021-06-02 08:09:32'),
(3219, 336, 618, 78269, 300, 1, '2021-06-02 08:10:16', '2021-06-02 08:10:16'),
(3220, 191, 618, 78129, 300, 1, '2021-06-02 08:17:15', '2021-06-02 08:17:15'),
(3221, 371, 618, 78300, 500, 1, '2021-06-02 08:17:53', '2021-06-02 08:17:53'),
(3222, 110, 618, 78054, 300, 1, '2021-06-02 08:18:33', '2021-06-02 08:18:33'),
(3223, 813, 618, 78660, 250, 1, '2021-06-02 08:20:46', '2021-06-02 08:20:46'),
(3224, 624, 618, 78517, 300, 1, '2021-06-02 08:31:29', '2021-06-02 08:31:29'),
(3225, 569, 618, 78478, 750, 1, '2021-06-02 08:41:52', '2021-06-02 08:41:52'),
(3226, 795, 618, 78645, 250, 1, '2021-06-02 08:54:52', '2021-06-02 08:54:52'),
(3227, 88, 618, 78036, 500, 1, '2021-06-02 08:59:24', '2021-06-02 08:59:24'),
(3228, 406, 618, 78332, 250, 1, '2021-06-02 09:04:03', '2021-06-02 09:04:03'),
(3229, 934, 618, 78775, 0, 1, '2021-06-02 09:28:59', '2021-06-02 09:28:59'),
(3230, 910, 618, 78752, 400, 2, '2021-06-02 09:34:40', '2021-06-02 09:34:40'),
(3231, 934, 618, 78775, 200, 1, '2021-06-02 09:35:04', '2021-06-02 09:35:04'),
(3232, 731, 317, 78818, 600, 2, '2021-06-02 10:53:49', '2021-06-02 10:53:49'),
(3233, 18, 618, 77984, 350, 1, '2021-06-02 11:20:26', '2021-06-02 11:20:26'),
(3234, 213, 1070, 78148, 200, 1, '2021-06-02 12:27:09', '2021-06-02 12:27:09'),
(3235, 505, 1070, 78420, 350, 1, '2021-06-02 13:03:51', '2021-06-02 13:03:51'),
(3236, 120, 1070, 78063, 200, 1, '2021-06-02 16:17:05', '2021-06-02 16:17:05'),
(3237, 29, 1, 77992, 16500, 1, '2021-06-03 04:53:07', '2021-06-03 04:53:07'),
(3238, 383, 618, 78310, 300, 1, '2021-06-03 05:42:10', '2021-06-03 05:42:10'),
(3239, 978, 618, 78803, 200, 1, '2021-06-03 05:47:33', '2021-06-03 05:47:33'),
(3240, 370, 618, 78299, 350, 1, '2021-06-03 06:16:37', '2021-06-03 06:16:37'),
(3241, 645, 1, 78533, 350, 1, '2021-06-03 06:23:31', '2021-06-03 06:23:31'),
(3242, 311, 618, 78245, 250, 1, '2021-06-03 07:04:23', '2021-06-03 07:04:23'),
(3243, 700, 618, 78570, 400, 1, '2021-06-03 09:47:28', '2021-06-03 09:47:28'),
(3244, 932, 618, 78773, 500, 2, '2021-06-03 12:01:36', '2021-06-03 12:01:36'),
(3245, 1019, 1, 78822, 500, 1, '2021-06-03 14:20:13', '2021-06-03 14:20:13'),
(3246, 410, 317, 78336, 500, 1, '2021-06-03 14:59:14', '2021-06-03 14:59:14'),
(3247, 487, 1070, 78402, 400, 1, '2021-06-03 16:56:59', '2021-06-03 16:56:59'),
(3248, 375, 1070, 78304, 200, 1, '2021-06-04 08:06:08', '2021-06-04 08:06:08'),
(3249, 787, 1070, 78638, 300, 1, '2021-06-04 08:10:14', '2021-06-04 08:10:14'),
(3250, 912, 1070, 78753, 900, 3, '2021-06-04 08:17:39', '2021-06-04 08:17:39'),
(3251, 114, 1070, 78058, 500, 1, '2021-06-04 08:22:20', '2021-06-04 08:22:20'),
(3252, 262, 1070, 78197, 700, 1, '2021-06-04 08:24:26', '2021-06-04 08:24:26'),
(3253, 16, 1070, 77982, 350, 1, '2021-06-04 12:25:41', '2021-06-04 12:25:41'),
(3254, 949, 1, 78790, 900, 2, '2021-06-04 14:06:57', '2021-06-04 14:06:57'),
(3255, 792, 1070, 78642, 2000, 1, '2021-06-04 15:51:20', '2021-06-04 15:51:20'),
(3256, 138, 618, 78079, 400, 1, '2021-06-05 07:35:10', '2021-06-05 07:35:10'),
(3257, 904, 618, 78746, 0, 2, '2021-06-05 07:36:10', '2021-06-05 07:36:10'),
(3258, 904, 618, 78746, 300, 1, '2021-06-05 07:36:24', '2021-06-05 07:36:24'),
(3259, 409, 618, 78335, 250, 1, '2021-06-05 07:36:59', '2021-06-05 07:36:59'),
(3260, 385, 618, 78312, 500, 1, '2021-06-05 07:37:28', '2021-06-05 07:37:28'),
(3261, 385, 618, 78312, 1000, 2, '2021-06-05 07:39:13', '2021-06-05 07:39:13'),
(3262, 762, 618, 78621, 900, 3, '2021-06-05 07:39:40', '2021-06-05 07:39:40'),
(3263, 563, 618, 78472, 600, 1, '2021-06-05 07:44:38', '2021-06-05 07:44:38'),
(3264, 773, 618, 78627, 600, 1, '2021-06-05 07:48:43', '2021-06-05 07:48:43'),
(3265, 683, 618, 78560, 100, 1, '2021-06-05 07:49:28', '2021-06-05 07:49:28'),
(3266, 460, 1, 78378, 0, 9, '2021-06-05 08:10:54', '2021-06-05 08:10:54'),
(3267, 234, 618, 78169, 500, 1, '2021-06-05 08:11:38', '2021-06-05 08:11:38'),
(3268, 257, 618, 78192, 800, 2, '2021-06-05 08:47:20', '2021-06-05 08:47:20'),
(3269, 822, 618, 78669, 350, 1, '2021-06-05 10:24:18', '2021-06-05 10:24:18'),
(3270, 111, 618, 78055, 300, 1, '2021-06-05 10:24:40', '2021-06-05 10:24:40'),
(3271, 971, 1, 78801, 200, 1, '2021-06-05 13:13:08', '2021-06-05 13:13:08'),
(3272, 237, 618, 78172, 300, 1, '2021-06-05 13:21:35', '2021-06-05 13:21:35'),
(3273, 192, 1, 78130, 700, 2, '2021-06-05 16:35:35', '2021-06-05 16:35:35'),
(3274, 854, 1, 78699, 500, 1, '2021-06-05 16:42:45', '2021-06-05 16:42:45'),
(3275, 33, 618, 77996, 250, 1, '2021-06-06 04:59:16', '2021-06-06 04:59:16'),
(3276, 895, 618, 78836, 1500, 12, '2021-06-06 10:14:52', '2021-06-06 10:14:52'),
(3277, 405, 1070, 78331, 250, 1, '2021-06-06 14:23:21', '2021-06-06 14:23:21'),
(3279, 85, 1070, 78034, 250, 1, '2021-06-06 14:34:38', '2021-06-06 14:34:38'),
(3281, 729, 1, 78839, 400, 2, '2021-06-06 14:37:56', '2021-06-06 14:37:56'),
(3282, 780, 618, 78633, 800, 2, '2021-06-07 04:28:09', '2021-06-07 04:28:09'),
(3283, 32, 618, 77995, 1000, 1, '2021-06-07 04:28:49', '2021-06-07 04:28:49'),
(3284, 135, 618, 78076, 200, 1, '2021-06-07 04:29:42', '2021-06-07 04:29:42'),
(3285, 45, 618, 78003, 800, 1, '2021-06-07 04:32:35', '2021-06-07 04:32:35'),
(3286, 758, 618, 78617, 300, 1, '2021-06-07 06:27:46', '2021-06-07 06:27:46'),
(3287, 196, 618, 78134, 300, 1, '2021-06-07 08:44:48', '2021-06-07 08:44:48'),
(3288, 264, 1070, 78199, 350, 1, '2021-06-07 10:38:42', '2021-06-07 10:38:42'),
(3289, 760, 1070, 78619, 300, 1, '2021-06-07 12:04:13', '2021-06-07 12:04:13'),
(3290, 392, 1070, 78319, 500, 1, '2021-06-07 12:43:51', '2021-06-07 12:43:51'),
(3291, 948, 1, 78789, 250, 1, '2021-06-08 11:58:11', '2021-06-08 11:58:11'),
(3292, 552, 1070, 78463, 350, 1, '2021-06-08 13:54:44', '2021-06-08 13:54:44'),
(3293, 827, 317, 78674, 300, 1, '2021-06-08 22:55:10', '2021-06-08 22:55:10'),
(3294, 274, 317, 78209, 200, 1, '2021-06-08 22:57:00', '2021-06-08 22:57:00'),
(3295, 230, 1, 78165, 0, 15, '2021-06-09 04:17:04', '2021-06-09 04:17:04'),
(3296, 230, 1, 78165, 300, 1, '2021-06-09 04:17:17', '2021-06-09 04:17:17'),
(3297, 276, 618, 78211, 300, 1, '2021-06-09 04:23:52', '2021-06-09 04:23:52'),
(3298, 944, 618, 78785, 250, 1, '2021-06-09 04:25:00', '2021-06-09 04:25:00'),
(3299, 539, 618, 78451, 350, 1, '2021-06-09 04:31:44', '2021-06-09 04:31:44'),
(3300, 203, 618, 78139, 250, 1, '2021-06-09 04:41:09', '2021-06-09 04:41:09'),
(3301, 125, 618, 78068, 800, 1, '2021-06-09 05:17:56', '2021-06-09 05:17:56'),
(3302, 580, 618, 78483, 900, 1, '2021-06-09 05:32:06', '2021-06-09 05:32:06'),
(3303, 671, 1, 78550, 600, 1, '2021-06-09 05:38:21', '2021-06-09 05:38:21'),
(3304, 391, 618, 78318, 300, 1, '2021-06-09 05:42:19', '2021-06-09 05:42:19'),
(3305, 103, 618, 78047, 400, 1, '2021-06-09 05:50:27', '2021-06-09 05:50:27'),
(3306, 428, 618, 78351, 300, 1, '2021-06-09 05:52:59', '2021-06-09 05:52:59'),
(3307, 134, 618, 78075, 0, 1, '2021-06-09 05:59:59', '2021-06-09 05:59:59'),
(3308, 706, 1, 78574, 250, 1, '2021-06-09 06:06:59', '2021-06-09 06:06:59'),
(3309, 567, 1, 78476, 0, 2, '2021-06-09 06:19:02', '2021-06-09 06:19:02'),
(3310, 603, 618, 78504, 300, 1, '2021-06-09 07:41:36', '2021-06-09 07:41:36'),
(3311, 342, 618, 78274, 250, 1, '2021-06-09 09:21:07', '2021-06-09 09:21:07'),
(3312, 115, 618, 78059, 350, 1, '2021-06-09 09:22:40', '2021-06-09 09:22:40'),
(3313, 688, 618, 78562, 300, 1, '2021-06-09 11:30:25', '2021-06-09 11:30:25'),
(3314, 128, 1070, 78070, 300, 1, '2021-06-09 11:46:25', '2021-06-09 11:46:25'),
(3315, 21, 1070, 77987, 250, 1, '2021-06-09 13:34:43', '2021-06-09 13:34:43'),
(3316, 134, 1070, 78075, 200, 1, '2021-06-09 13:49:51', '2021-06-09 13:49:51'),
(3317, 119, 1070, 78062, 700, 1, '2021-06-09 14:21:28', '2021-06-09 14:21:28'),
(3318, 613, 1070, 78509, 300, 1, '2021-06-09 15:09:52', '2021-06-09 15:09:52'),
(3319, 637, 317, 78526, 300, 1, '2021-06-09 19:38:11', '2021-06-09 19:38:11'),
(3320, 293, 317, 78228, 300, 1, '2021-06-09 19:39:33', '2021-06-09 19:39:33'),
(3321, 545, 317, 78457, 1250, 1, '2021-06-09 19:40:55', '2021-06-09 19:40:55'),
(3322, 786, 1, 78637, 300, 1, '2021-06-10 04:27:51', '2021-06-10 04:27:51'),
(3323, 690, 618, 78563, 300, 1, '2021-06-10 04:32:06', '2021-06-10 04:32:06'),
(3324, 301, 618, 78236, 1700, 1, '2021-06-10 04:34:51', '2021-06-10 04:34:51'),
(3325, 205, 618, 78141, 350, 1, '2021-06-10 04:36:01', '2021-06-10 04:36:01'),
(3326, 709, 1, 78576, 300, 1, '2021-06-10 04:52:11', '2021-06-10 04:52:11'),
(3327, 216, 618, 78151, 0, 5, '2021-06-10 06:15:39', '2021-06-10 06:15:39'),
(3328, 676, 1, 78555, 2200, 1, '2021-06-10 06:16:59', '2021-06-10 06:16:59'),
(3329, 139, 618, 78080, 300, 1, '2021-06-10 06:21:36', '2021-06-10 06:21:36'),
(3330, 716, 618, 78581, 500, 1, '2021-06-10 06:33:23', '2021-06-10 06:33:23'),
(3331, 26, 618, 77990, 0, 5, '2021-06-10 07:10:13', '2021-06-10 07:10:13'),
(3332, 662, 618, 78543, 300, 1, '2021-06-10 07:11:29', '2021-06-10 07:11:29'),
(3333, 26, 618, 77990, 500, 2, '2021-06-10 07:12:59', '2021-06-10 07:12:59'),
(3334, 642, 618, 78531, 300, 1, '2021-06-10 07:13:31', '2021-06-10 07:13:31'),
(3335, 735, 618, 78598, 250, 1, '2021-06-10 07:13:37', '2021-06-10 07:13:37'),
(3336, 343, 618, 78275, 400, 1, '2021-06-10 07:18:07', '2021-06-10 07:18:07'),
(3337, 368, 618, 78297, 500, 1, '2021-06-10 07:31:26', '2021-06-10 07:31:26'),
(3338, 457, 618, 78376, 3000, 1, '2021-06-10 07:41:05', '2021-06-10 07:41:05'),
(3339, 985, 618, 78807, 200, 1, '2021-06-10 08:00:58', '2021-06-10 08:00:58'),
(3340, 304, 618, 78239, 500, 1, '2021-06-10 08:12:03', '2021-06-10 08:12:03'),
(3341, 836, 618, 78683, 400, 1, '2021-06-10 08:34:09', '2021-06-10 08:34:09'),
(3342, 151, 618, 78091, 2000, 1, '2021-06-10 10:02:09', '2021-06-10 10:02:09'),
(3343, 750, 618, 78611, 600, 2, '2021-06-10 11:13:51', '2021-06-10 11:13:51'),
(3344, 504, 618, 78419, 300, 1, '2021-06-10 11:14:28', '2021-06-10 11:14:28'),
(3345, 704, 618, 78572, 300, 1, '2021-06-10 11:29:24', '2021-06-10 11:29:24'),
(3346, 270, 618, 78205, 500, 1, '2021-06-10 16:11:26', '2021-06-10 16:11:26'),
(3347, 238, 618, 78173, 400, 1, '2021-06-10 16:12:28', '2021-06-10 16:12:28'),
(3348, 255, 618, 78190, 200, 1, '2021-06-10 16:29:26', '2021-06-10 16:29:26'),
(3349, 142, 1, 78083, 300, 1, '2021-06-11 04:32:18', '2021-06-11 04:32:18'),
(3350, 178, 1, 78118, 350, 1, '2021-06-11 04:33:02', '2021-06-11 04:33:02'),
(3351, 627, 1, 78519, 250, 1, '2021-06-11 05:50:51', '2021-06-11 05:50:51'),
(3352, 549, 1070, 78460, 300, 1, '2021-06-11 11:46:26', '2021-06-11 11:46:26'),
(3353, 175, 1, 78115, 500, 1, '2021-06-11 14:02:35', '2021-06-11 14:02:35'),
(3354, 269, 1070, 78204, 400, 1, '2021-06-11 14:23:44', '2021-06-11 14:23:44'),
(3355, 647, 1070, 78535, 300, 1, '2021-06-11 14:31:11', '2021-06-11 14:31:11'),
(3356, 22, 1070, 77988, 300, 1, '2021-06-11 14:59:02', '2021-06-11 14:59:02'),
(3357, 447, 1, 78366, 350, 1, '2021-06-12 06:25:19', '2021-06-12 06:25:19'),
(3358, 305, 618, 78240, 300, 1, '2021-06-12 07:33:45', '2021-06-12 07:33:45'),
(3359, 512, 618, 78426, 400, 1, '2021-06-12 09:16:32', '2021-06-12 09:16:32'),
(3360, 696, 618, 78566, 300, 1, '2021-06-12 11:37:04', '2021-06-12 11:37:04'),
(3361, 407, 618, 78333, 0, 1, '2021-06-12 12:35:14', '2021-06-12 12:35:14'),
(3362, 407, 618, 78333, 1000, 2, '2021-06-12 12:38:14', '2021-06-12 12:38:14'),
(3363, 558, 618, 78468, 400, 1, '2021-06-12 12:59:54', '2021-06-12 12:59:54'),
(3364, 511, 1, 78425, 250, 1, '2021-06-12 13:14:18', '2021-06-12 13:14:18'),
(3365, 783, 1070, 78635, 250, 1, '2021-06-13 05:28:42', '2021-06-13 05:28:42'),
(3366, 46, 1070, 78004, 200, 1, '2021-06-13 06:59:22', '2021-06-13 06:59:22'),
(3367, 633, 1, 78523, 600, 2, '2021-06-13 09:15:55', '2021-06-13 09:15:55'),
(3368, 225, 1070, 78160, 600, 1, '2021-06-13 10:28:34', '2021-06-13 10:28:34');
INSERT INTO `payment_confarmation_histories` (`id`, `user_id`, `admin_id`, `payment_history_id`, `updated_amount`, `payment_for_month`, `created_at`, `updated_at`) VALUES
(3369, 869, 1070, 78712, 300, 1, '2021-06-13 15:01:18', '2021-06-13 15:01:18'),
(3370, 534, 618, 78446, 250, 1, '2021-06-14 05:19:08', '2021-06-14 05:19:08'),
(3371, 898, 618, 78741, 0, 1, '2021-06-14 05:20:37', '2021-06-14 05:20:37'),
(3372, 898, 618, 78741, 500, 2, '2021-06-14 05:20:49', '2021-06-14 05:20:49'),
(3373, 161, 618, 78101, 400, 1, '2021-06-14 05:45:55', '2021-06-14 05:45:55'),
(3374, 159, 618, 78099, 600, 1, '2021-06-14 07:06:56', '2021-06-14 07:06:56'),
(3375, 199, 1070, 78137, 900, 1, '2021-06-14 09:48:22', '2021-06-14 09:48:22'),
(3376, 712, 1070, 78578, 1250, 5, '2021-06-14 12:49:59', '2021-06-14 12:49:59'),
(3377, 267, 1070, 78202, 250, 1, '2021-06-14 14:29:09', '2021-06-14 14:29:09'),
(3378, 267, 1070, 78853, 250, 1, '2021-06-14 14:29:10', '2021-06-14 14:29:10'),
(3379, 749, 1070, 78610, 700, 1, '2021-06-14 15:22:48', '2021-06-14 15:22:48'),
(3380, 887, 1070, 78730, 200, 1, '2021-06-14 16:21:07', '2021-06-14 16:21:07'),
(3381, 691, 1, 78564, 2400, 1, '2021-06-15 04:44:59', '2021-06-15 04:44:59'),
(3382, 1039, 618, 78855, 250, 1, '2021-06-15 06:11:13', '2021-06-15 06:11:13'),
(3383, 863, 618, 78707, 2000, 2, '2021-06-15 07:20:14', '2021-06-15 07:20:14'),
(3384, 236, 618, 78171, 2000, 1, '2021-06-15 08:21:11', '2021-06-15 08:21:11'),
(3385, 101, 618, 78046, 350, 1, '2021-06-16 05:58:49', '2021-06-16 05:58:49'),
(3386, 207, 618, 78856, 700, 2, '2021-06-16 05:59:38', '2021-06-16 05:59:38'),
(3387, 686, 618, 78857, 300, 1, '2021-06-16 06:01:01', '2021-06-16 06:01:01'),
(3388, 1015, 1, 77971, 250, 1, '2021-06-16 15:39:54', '2021-06-16 15:39:54'),
(3389, 837, 1, 78684, 250, 1, '2021-06-17 09:10:12', '2021-06-17 09:10:12'),
(3390, 204, 618, 78140, 0, 14, '2021-06-17 09:52:39', '2021-06-17 09:52:39'),
(3391, 204, 618, 78140, 200, 1, '2021-06-17 10:18:21', '2021-06-17 10:18:21'),
(3392, 793, 618, 78643, 250, 1, '2021-06-17 12:45:54', '2021-06-17 12:45:54'),
(3393, 793, 618, 78863, 250, 1, '2021-06-17 12:45:56', '2021-06-17 12:45:56'),
(3394, 938, 1, 78779, 600, 2, '2021-06-17 14:04:27', '2021-06-17 14:04:27'),
(3395, 639, 1, 78528, 300, 1, '2021-06-17 14:24:55', '2021-06-17 14:24:55'),
(3396, 885, 1070, 78728, 750, 3, '2021-06-18 10:34:26', '2021-06-18 10:34:26'),
(3397, 732, 1, 78595, 0, 3, '2021-06-18 12:14:00', '2021-06-18 12:14:00'),
(3398, 153, 1070, 78093, 500, 1, '2021-06-18 16:04:41', '2021-06-18 16:04:41'),
(3399, 261, 618, 78196, 300, 1, '2021-06-19 05:17:05', '2021-06-19 05:17:05'),
(3400, 359, 618, 78288, 0, 1, '2021-06-19 08:49:03', '2021-06-19 08:49:03'),
(3401, 359, 618, 78288, 400, 1, '2021-06-19 08:49:21', '2021-06-19 08:49:21'),
(3402, 508, 1, 78423, 300, 1, '2021-06-19 15:28:28', '2021-06-19 15:28:28'),
(3403, 775, 1070, 78628, 300, 1, '2021-06-20 07:48:16', '2021-06-20 07:48:16'),
(3406, 10, 1070, 77977, 250, 1, '2021-06-20 09:56:32', '2021-06-20 09:56:32'),
(3407, 852, 1070, 78697, 250, 1, '2021-06-20 10:00:34', '2021-06-20 10:00:34'),
(3408, 316, 1070, 78250, 300, 1, '2021-06-20 12:43:48', '2021-06-20 12:43:48'),
(3409, 979, 1070, 78880, 3000, 12, '2021-06-21 06:55:06', '2021-06-21 06:55:06'),
(3410, 861, 1, 78891, 2400, 12, '2021-06-23 15:09:34', '2021-06-23 15:09:34'),
(3411, 734, 1, 78597, 250, 1, '2021-06-23 15:15:26', '2021-06-23 15:15:26'),
(3412, 588, 1070, 78490, 600, 2, '2021-06-24 10:16:17', '2021-06-24 10:16:17'),
(3413, 356, 1, 78285, 200, 1, '2021-06-25 05:59:22', '2021-06-25 05:59:22'),
(3414, 595, 1, 78497, 700, 1, '2021-06-25 06:25:30', '2021-06-25 06:25:30'),
(3415, 759, 1, 78618, 300, 1, '2021-06-25 06:31:32', '2021-06-25 06:31:32'),
(3416, 1054, 1, 78897, 350, 1, '2021-06-25 11:12:47', '2021-06-25 11:12:47'),
(3417, 354, 1, 78283, 1000, 4, '2021-06-27 04:50:19', '2021-06-27 04:50:19'),
(3418, 834, 1070, 78681, 200, 1, '2021-06-27 05:28:03', '2021-06-27 05:28:03'),
(3419, 875, 1070, 78718, 250, 1, '2021-06-27 11:50:20', '2021-06-27 11:50:20'),
(3420, 657, 1, 78541, 300, 1, '2021-06-27 14:46:04', '2021-06-27 14:46:04'),
(3421, 162, 1070, 78102, 600, 1, '2021-06-28 12:13:30', '2021-06-28 12:13:30'),
(3422, 858, 1, 78703, 400, 2, '2021-06-29 16:43:11', '2021-06-29 16:43:11'),
(3423, 195, 1070, 78133, 1500, 2, '2021-06-30 05:28:00', '2021-06-30 05:28:00'),
(3424, 373, 1070, 78906, 1000, 2, '2021-06-30 12:09:32', '2021-06-30 12:09:32'),
(3425, 123, 1070, 79002, 600, 2, '2021-07-01 06:41:03', '2021-07-01 06:41:03'),
(3426, 406, 1070, 79267, 250, 1, '2021-07-01 06:50:36', '2021-07-01 06:50:36'),
(3427, 341, 1070, 79208, 400, 1, '2021-07-01 06:55:11', '2021-07-01 06:55:11'),
(3428, 156, 1070, 79032, 200, 1, '2021-07-01 07:00:16', '2021-07-01 07:00:16'),
(3429, 139, 1070, 79016, 300, 1, '2021-07-01 07:08:13', '2021-07-01 07:08:13'),
(3430, 135, 1070, 79012, 200, 1, '2021-07-01 07:12:54', '2021-07-01 07:12:54'),
(3431, 559, 1070, 79406, 250, 1, '2021-07-01 07:14:34', '2021-07-01 07:14:34'),
(3432, 375, 1070, 79239, 200, 1, '2021-07-01 07:15:40', '2021-07-01 07:15:40'),
(3433, 115, 1070, 78995, 350, 1, '2021-07-01 07:18:32', '2021-07-01 07:18:32'),
(3434, 337, 1070, 79204, 1800, 6, '2021-07-01 09:26:55', '2021-07-01 09:26:55'),
(3435, 342, 1070, 79209, 250, 1, '2021-07-01 09:54:57', '2021-07-01 09:54:57'),
(3436, 319, 1070, 79187, 350, 1, '2021-07-01 10:53:28', '2021-07-01 10:53:28'),
(3437, 728, 1, 79530, 200, 1, '2021-07-01 13:40:50', '2021-07-01 13:40:50'),
(3438, 534, 1, 79383, 250, 1, '2021-07-02 05:28:55', '2021-07-02 05:28:55'),
(3439, 18, 1, 78919, 350, 1, '2021-07-02 05:30:14', '2021-07-02 05:30:14'),
(3440, 441, 1, 79298, 350, 1, '2021-07-02 05:30:39', '2021-07-02 05:30:39'),
(3441, 301, 1, 79170, 1700, 1, '2021-07-02 05:31:40', '2021-07-02 05:31:40'),
(3442, 985, 1, 79758, 200, 1, '2021-07-02 06:25:23', '2021-07-02 06:25:23'),
(3443, 257, 1, 79127, 400, 1, '2021-07-02 08:31:24', '2021-07-02 08:31:24'),
(3444, 796, 1, 79583, 600, 3, '2021-07-02 08:35:22', '2021-07-02 08:35:22'),
(3445, 264, 1, 79134, 350, 1, '2021-07-02 08:56:10', '2021-07-02 08:56:10'),
(3446, 1067, 1, 79793, 600, 4, '2021-07-02 13:38:05', '2021-07-02 13:38:05'),
(3447, 1015, 1, 79777, 250, 1, '2021-07-02 16:01:23', '2021-07-02 16:01:23'),
(3448, 111, 1070, 78991, 300, 1, '2021-07-03 05:10:31', '2021-07-03 05:10:31'),
(3449, 886, 1070, 79666, 300, 1, '2021-07-03 05:13:38', '2021-07-03 05:13:38'),
(3450, 800, 1070, 79586, 300, 1, '2021-07-03 05:15:09', '2021-07-03 05:15:09'),
(3451, 138, 1070, 79015, 400, 1, '2021-07-03 05:17:12', '2021-07-03 05:17:12'),
(3452, 617, 1070, 79451, 400, 1, '2021-07-03 05:26:45', '2021-07-03 05:26:45'),
(3453, 333, 1070, 79200, 350, 1, '2021-07-03 06:31:09', '2021-07-03 06:31:09'),
(3454, 980, 1070, 79753, 400, 1, '2021-07-03 06:42:01', '2021-07-03 06:42:01'),
(3455, 32, 1070, 78930, 1000, 1, '2021-07-03 07:49:27', '2021-07-03 07:49:27'),
(3456, 120, 1070, 78999, 200, 1, '2021-07-03 08:40:06', '2021-07-03 08:40:06'),
(3457, 213, 1070, 79083, 200, 1, '2021-07-03 08:42:25', '2021-07-03 08:42:25'),
(3458, 371, 1070, 79236, 500, 1, '2021-07-03 09:27:17', '2021-07-03 09:27:17'),
(3459, 322, 1070, 79190, 400, 1, '2021-07-03 09:29:37', '2021-07-03 09:29:37'),
(3460, 795, 1, 79582, 250, 1, '2021-07-03 14:04:42', '2021-07-03 14:04:42'),
(3461, 1033, 1, 78848, 400, 1, '2021-07-03 15:42:11', '2021-07-03 15:42:11'),
(3462, 730, 1070, 79531, 300, 1, '2021-07-04 05:38:53', '2021-07-04 05:38:53'),
(3463, 904, 1070, 79683, 300, 1, '2021-07-04 05:46:18', '2021-07-04 05:46:18'),
(3464, 186, 1070, 79060, 400, 1, '2021-07-04 06:07:02', '2021-07-04 06:07:02'),
(3465, 487, 1070, 79338, 400, 1, '2021-07-04 06:34:01', '2021-07-04 06:34:01'),
(3466, 348, 1070, 79214, 400, 1, '2021-07-04 07:39:41', '2021-07-04 07:39:41'),
(3467, 436, 1070, 79293, 500, 1, '2021-07-04 07:55:18', '2021-07-04 07:55:18'),
(3468, 569, 1070, 79415, 750, 1, '2021-07-04 08:01:42', '2021-07-04 08:01:42'),
(3469, 370, 1070, 79235, 350, 1, '2021-07-04 08:04:09', '2021-07-04 08:04:09'),
(3470, 434, 1070, 79291, 1000, 2, '2021-07-04 09:18:19', '2021-07-04 09:18:19'),
(3471, 148, 1070, 79024, 400, 1, '2021-07-04 09:20:15', '2021-07-04 09:20:15'),
(3472, 827, 1070, 79611, 300, 1, '2021-07-04 10:42:37', '2021-07-04 10:42:37'),
(3473, 237, 1070, 79107, 300, 1, '2021-07-04 11:42:09', '2021-07-04 11:42:09'),
(3474, 405, 1070, 79266, 250, 1, '2021-07-04 12:19:52', '2021-07-04 12:19:52'),
(3475, 887, 1, 79667, 200, 1, '2021-07-04 14:01:33', '2021-07-04 14:01:33'),
(3476, 948, 1, 79726, 250, 1, '2021-07-04 14:21:21', '2021-07-04 14:21:21'),
(3477, 505, 1, 79356, 350, 1, '2021-07-04 15:57:47', '2021-07-04 15:57:47'),
(3478, 447, 1070, 79302, 350, 1, '2021-07-05 06:38:16', '2021-07-05 06:38:16'),
(3479, 603, 1070, 79441, 300, 1, '2021-07-05 07:10:33', '2021-07-05 07:10:33'),
(3480, 773, 1070, 79565, 600, 1, '2021-07-05 07:14:55', '2021-07-05 07:14:55'),
(3481, 907, 1, 79686, 600, 3, '2021-07-05 07:26:26', '2021-07-05 07:26:26'),
(3482, 1034, 1, 78849, 400, 1, '2021-07-05 07:45:05', '2021-07-05 07:45:05'),
(3483, 964, 1070, 79742, 1200, 1, '2021-07-06 07:03:58', '2021-07-06 07:03:58'),
(3484, 942, 1070, 79720, 300, 1, '2021-07-06 10:22:25', '2021-07-06 10:22:25'),
(3485, 1039, 1070, 79783, 250, 1, '2021-07-06 11:44:25', '2021-07-06 11:44:25'),
(3486, 378, 1070, 79242, 350, 1, '2021-07-06 12:32:48', '2021-07-06 12:32:48'),
(3487, 85, 1070, 78969, 250, 1, '2021-07-06 13:28:56', '2021-07-06 13:28:56'),
(3488, 854, 1070, 79637, 500, 1, '2021-07-06 13:32:44', '2021-07-06 13:32:44'),
(3489, 125, 1070, 79004, 800, 1, '2021-07-07 07:07:00', '2021-07-07 07:07:00'),
(3490, 576, 1070, 79825, 3600, 12, '2021-07-07 10:54:48', '2021-07-07 10:54:48'),
(3491, 822, 1070, 79606, 350, 1, '2021-07-07 12:03:20', '2021-07-07 12:03:20'),
(3492, 128, 1070, 79006, 300, 1, '2021-07-07 13:38:34', '2021-07-07 13:38:34'),
(3493, 509, 1, 79360, 3600, 9, '2021-07-08 04:22:27', '2021-07-08 04:22:27'),
(3494, 262, 1070, 79132, 700, 1, '2021-07-08 04:54:16', '2021-07-08 04:54:16'),
(3495, 563, 1070, 79409, 1000, 1, '2021-07-08 05:05:15', '2021-07-08 05:05:15'),
(3496, 293, 1070, 79162, 300, 1, '2021-07-08 07:09:30', '2021-07-08 07:09:30'),
(3497, 704, 1070, 79511, 300, 1, '2021-07-08 08:53:55', '2021-07-08 08:53:55'),
(3498, 392, 1070, 79254, 500, 1, '2021-07-08 10:32:13', '2021-07-08 10:32:13'),
(3499, 88, 1070, 78971, 500, 1, '2021-07-08 12:08:12', '2021-07-08 12:08:12'),
(3500, 955, 1070, 79733, 500, 2, '2021-07-08 13:27:53', '2021-07-08 13:27:53'),
(3501, 700, 1, 79509, 400, 1, '2021-07-09 04:51:22', '2021-07-09 04:51:22'),
(3502, 627, 1, 79458, 250, 1, '2021-07-09 12:54:19', '2021-07-09 12:54:19'),
(3503, 1053, 1, 78896, 250, 1, '2021-07-09 13:47:29', '2021-07-09 13:47:29'),
(3504, 871, 1, 79651, 300, 1, '2021-07-10 04:16:38', '2021-07-10 04:16:38'),
(3505, 471, 1, 79323, 550, 1, '2021-07-10 04:18:50', '2021-07-10 04:18:50'),
(3506, 388, 1, 79250, 0, 12, '2021-07-10 04:21:44', '2021-07-10 04:21:44'),
(3507, 368, 1070, 79233, 500, 1, '2021-07-10 05:16:28', '2021-07-10 05:16:28'),
(3508, 676, 1, 79493, 1500, 1, '2021-07-10 05:35:58', '2021-07-10 05:35:58'),
(3509, 16, 1070, 78917, 350, 1, '2021-07-10 05:44:29', '2021-07-10 05:44:29'),
(3510, 1046, 1, 78866, 400, 1, '2021-07-10 05:51:13', '2021-07-10 05:51:13'),
(3511, 457, 1070, 79312, 3000, 1, '2021-07-10 06:04:52', '2021-07-10 06:04:52'),
(3512, 234, 1070, 79104, 500, 1, '2021-07-10 06:06:19', '2021-07-10 06:06:19'),
(3513, 851, 1070, 79634, 600, 2, '2021-07-10 06:13:35', '2021-07-10 06:13:35'),
(3514, 726, 1, 79833, 0, 12, '2021-07-10 06:15:15', '2021-07-10 06:15:15'),
(3515, 388, 1070, 79250, 400, 1, '2021-07-10 06:21:16', '2021-07-10 06:21:16'),
(3516, 871, 1070, 79838, 300, 1, '2021-07-10 06:37:49', '2021-07-10 06:37:49'),
(3517, 642, 1070, 79469, 300, 1, '2021-07-10 06:40:35', '2021-07-10 06:40:35'),
(3518, 699, 1070, 79508, 300, 1, '2021-07-10 07:58:23', '2021-07-10 07:58:23'),
(3519, 732, 1, 79532, 250, 1, '2021-07-10 08:41:05', '2021-07-10 08:41:05'),
(3520, 1023, 1070, 78826, 250, 1, '2021-07-10 09:35:08', '2021-07-10 09:35:08'),
(3521, 471, 1070, 79323, 550, 1, '2021-07-10 11:46:19', '2021-07-10 11:46:19'),
(3522, 857, 1070, 79640, 1200, 2, '2021-07-10 12:34:07', '2021-07-10 12:34:07'),
(3523, 787, 1070, 79576, 300, 1, '2021-07-10 13:25:32', '2021-07-10 13:25:32'),
(3524, 971, 1, 79747, 200, 1, '2021-07-10 13:35:37', '2021-07-10 13:35:37'),
(3525, 46, 1070, 78939, 200, 1, '2021-07-10 13:50:53', '2021-07-10 13:50:53'),
(3526, 838, 1, 79622, 300, 1, '2021-07-10 14:04:49', '2021-07-10 14:04:49'),
(3527, 387, 1, 79249, 0, 14, '2021-07-10 14:59:48', '2021-07-10 14:59:48'),
(3528, 944, 1, 79722, 250, 1, '2021-07-10 15:20:32', '2021-07-10 15:20:32'),
(3529, 912, 1, 79691, 300, 1, '2021-07-10 16:13:49', '2021-07-10 16:13:49'),
(3530, 837, 1, 79621, 250, 1, '2021-07-10 16:21:11', '2021-07-10 16:21:11'),
(3531, 999, 1, 77945, 400, 1, '2021-07-11 04:48:54', '2021-07-11 04:48:54'),
(3532, 539, 1070, 79388, 350, 1, '2021-07-11 05:00:50', '2021-07-11 05:00:50'),
(3533, 238, 1070, 79108, 400, 1, '2021-07-11 05:49:55', '2021-07-11 05:49:55'),
(3534, 767, 1, 79561, 300, 1, '2021-07-11 06:38:22', '2021-07-11 06:38:22'),
(3535, 504, 1070, 79355, 300, 1, '2021-07-11 06:58:15', '2021-07-11 06:58:15'),
(3536, 151, 1070, 79027, 2000, 1, '2021-07-11 07:18:58', '2021-07-11 07:18:58'),
(3537, 410, 1070, 79271, 500, 1, '2021-07-11 08:37:43', '2021-07-11 08:37:43'),
(3538, 512, 1070, 79363, 400, 1, '2021-07-11 10:00:35', '2021-07-11 10:00:35'),
(3539, 647, 1070, 79473, 300, 1, '2021-07-11 10:05:30', '2021-07-11 10:05:30'),
(3540, 989, 1070, 79761, 1500, 1, '2021-07-11 10:27:11', '2021-07-11 10:27:11'),
(3541, 552, 1070, 79400, 350, 1, '2021-07-11 13:24:03', '2021-07-11 13:24:03'),
(3542, 759, 1070, 79555, 300, 1, '2021-07-11 13:43:59', '2021-07-11 13:43:59'),
(3543, 660, 1, 79480, 700, 1, '2021-07-11 14:23:23', '2021-07-11 14:23:23'),
(3544, 228, 1, 79098, 350, 1, '2021-07-11 15:17:17', '2021-07-11 15:17:17'),
(3545, 311, 1, 79179, 250, 1, '2021-07-11 16:13:26', '2021-07-11 16:13:26'),
(3546, 1079, 1, 79841, 600, 2, '2021-07-11 16:30:13', '2021-07-11 16:30:13'),
(3547, 274, 1070, 79143, 200, 1, '2021-07-12 05:30:54', '2021-07-12 05:30:54'),
(3548, 508, 1070, 79359, 300, 1, '2021-07-12 05:34:24', '2021-07-12 05:34:24'),
(3549, 754, 1, 79551, 300, 1, '2021-07-12 07:51:06', '2021-07-12 07:51:06'),
(3550, 696, 1070, 79505, 300, 1, '2021-07-12 08:16:27', '2021-07-12 08:16:27'),
(3551, 175, 1, 79051, 250, 1, '2021-07-12 10:24:52', '2021-07-12 10:24:52'),
(3553, 1005, 1070, 79772, 300, 1, '2021-07-12 12:52:56', '2021-07-12 12:52:56'),
(3554, 491, 1070, 79342, 300, 1, '2021-07-12 13:54:23', '2021-07-12 13:54:23'),
(3555, 633, 1, 79461, 300, 1, '2021-07-12 14:56:54', '2021-07-12 14:56:54'),
(3556, 276, 1070, 79145, 300, 1, '2021-07-12 15:14:38', '2021-07-12 15:14:38'),
(3557, 991, 1, 79763, 400, 2, '2021-07-12 16:22:48', '2021-07-12 16:22:48'),
(3558, 230, 1070, 79100, 300, 1, '2021-07-12 23:14:27', '2021-07-12 23:14:27'),
(3559, 978, 1070, 79752, 200, 1, '2021-07-12 23:16:33', '2021-07-12 23:16:33'),
(3560, 1081, 1, 79862, 3600, 12, '2021-07-13 05:21:31', '2021-07-13 05:21:31'),
(3561, 735, 1070, 79535, 250, 1, '2021-07-13 07:13:50', '2021-07-13 07:13:50'),
(3562, 161, 1070, 79037, 400, 1, '2021-07-13 08:55:31', '2021-07-13 08:55:31'),
(3563, 712, 1070, 79864, 500, 2, '2021-07-13 11:06:09', '2021-07-13 11:06:09'),
(3564, 305, 1070, 79174, 300, 1, '2021-07-13 12:16:12', '2021-07-13 12:16:12'),
(3565, 715, 1, 79519, 450, 3, '2021-07-13 16:14:21', '2021-07-13 16:14:21'),
(3566, 984, 1070, 79757, 160, 1, '2021-07-14 05:23:17', '2021-07-14 05:23:17'),
(3567, 408, 1070, 79269, 500, 2, '2021-07-14 06:11:30', '2021-07-14 06:11:30'),
(3568, 930, 1, 79878, 1920, 12, '2021-07-14 06:17:36', '2021-07-14 06:17:36'),
(3569, 640, 1070, 79467, 750, 3, '2021-07-14 07:16:44', '2021-07-14 07:16:44'),
(3570, 863, 1070, 79644, 1000, 1, '2021-07-14 08:05:02', '2021-07-14 08:05:02'),
(3571, 869, 1070, 79649, 600, 2, '2021-07-14 09:32:57', '2021-07-14 09:32:57'),
(3572, 883, 1070, 79663, 600, 2, '2021-07-14 11:32:02', '2021-07-14 11:32:02'),
(3573, 549, 1070, 79397, 300, 1, '2021-07-14 11:50:34', '2021-07-14 11:50:34'),
(3574, 618, 1070, 79452, 600, 2, '2021-07-14 15:19:39', '2021-07-14 15:19:39'),
(3575, 934, 1070, 79712, 200, 1, '2021-07-15 03:13:11', '2021-07-15 03:13:11'),
(3577, 321, 1070, 78255, 300, 1, '2021-07-15 04:29:32', '2021-07-15 04:29:32'),
(3578, 321, 1070, 79880, 300, 1, '2021-07-15 04:29:34', '2021-07-15 04:29:34'),
(3579, 352, 1070, 79217, 200, 1, '2021-07-16 03:48:35', '2021-07-16 03:48:35'),
(3580, 850, 1070, 79633, 1500, 5, '2021-07-16 05:57:23', '2021-07-16 05:57:23'),
(3581, 880, 1070, 79660, 300, 1, '2021-07-16 06:09:57', '2021-07-16 06:09:57'),
(3582, 1031, 1070, 78846, 250, 1, '2021-07-16 12:30:51', '2021-07-16 12:30:51'),
(3583, 762, 1070, 79558, 300, 1, '2021-07-16 12:38:15', '2021-07-16 12:38:15'),
(3584, 167, 1070, 79043, 1000, 2, '2021-07-16 12:42:42', '2021-07-16 12:42:42'),
(3585, 167, 1070, 79882, 1000, 2, '2021-07-16 12:42:44', '2021-07-16 12:42:44'),
(3586, 746, 1070, 79544, 200, 1, '2021-07-17 17:02:18', '2021-07-17 17:02:18'),
(3587, 733, 1070, 79533, 500, 1, '2021-07-18 02:17:21', '2021-07-18 02:17:21'),
(3588, 746, 1070, 79544, 200, 1, '2021-07-18 02:24:29', '2021-07-18 02:24:29'),
(3589, 834, 1070, 79618, 200, 1, '2021-07-18 11:56:47', '2021-07-18 11:56:47'),
(3590, 970, 1070, 79746, 600, 2, '2021-07-19 10:57:00', '2021-07-19 10:57:00'),
(3591, 114, 1070, 78994, 500, 1, '2021-07-20 06:03:58', '2021-07-20 06:03:58'),
(3592, 872, 1070, 79652, 1200, 4, '2021-07-20 06:33:21', '2021-07-20 06:33:21'),
(3593, 192, 1070, 79066, 700, 2, '2021-07-24 14:03:13', '2021-07-24 14:03:13'),
(3594, 442, 1, 79299, 400, 1, '2021-07-24 14:33:33', '2021-07-24 14:33:33'),
(3595, 852, 1, 79635, 250, 1, '2021-07-24 14:55:53', '2021-07-24 14:55:53'),
(3596, 363, 1, 79228, 300, 1, '2021-07-24 16:00:44', '2021-07-24 16:00:44'),
(3597, 316, 1070, 79184, 300, 1, '2021-07-25 05:54:49', '2021-07-25 05:54:49'),
(3598, 101, 1070, 78982, 350, 1, '2021-07-25 06:00:22', '2021-07-25 06:00:22'),
(3599, 316, 1070, 79887, 300, 1, '2021-07-25 06:07:40', '2021-07-25 06:07:40'),
(3600, 266, 1070, 79136, 500, 2, '2021-07-25 08:22:36', '2021-07-25 08:22:36'),
(3601, 359, 1070, 79224, 400, 1, '2021-07-25 08:37:34', '2021-07-25 08:37:34'),
(3602, 320, 1, 79188, 160, 1, '2021-07-25 14:34:10', '2021-07-25 14:34:10'),
(3603, 1038, 500, 78854, 250, 1, '2021-08-14 17:01:02', '2021-08-14 17:01:02'),
(3606, 1038, 500, 79891, 250, 1, '2021-08-14 17:01:45', '2021-08-14 17:01:45'),
(3607, 1077, 500, 79837, 160, 1, '2021-08-14 17:16:24', '2021-08-14 17:16:24'),
(3608, 1077, 500, 79837, 160, 1, '2021-08-14 17:16:29', '2021-08-14 17:16:29'),
(3609, 1077, 500, 79894, 800, 5, '2021-08-14 17:16:33', '2021-08-14 17:16:33'),
(3610, 944, 500, 79722, 250, 1, '2021-08-15 06:08:22', '2021-08-15 06:08:22'),
(3611, 960, 500, 79738, 250, 1, '2021-08-15 08:52:23', '2021-08-15 08:52:23'),
(3612, 960, 500, 79738, 250, 1, '2021-08-15 08:56:09', '2021-08-15 08:56:09'),
(3613, 960, 500, 79738, 250, 1, '2021-08-15 08:56:19', '2021-08-15 08:56:19'),
(3614, 960, 500, 79895, 250, 1, '2021-08-15 08:56:39', '2021-08-15 08:56:39'),
(3615, 960, 500, 79896, 250, 1, '2021-08-15 08:57:00', '2021-08-15 08:57:00'),
(3616, 960, 500, 79897, 250, 1, '2021-08-15 08:58:03', '2021-08-15 08:58:03'),
(3617, 960, 500, 79898, 250, 1, '2021-08-15 09:02:21', '2021-08-15 09:02:21'),
(3618, 960, 500, 79899, 250, 1, '2021-08-15 09:02:43', '2021-08-15 09:02:43'),
(3619, 960, 500, 79900, 250, 1, '2021-08-15 09:03:18', '2021-08-15 09:03:18'),
(3620, 960, 500, 79901, 250, 1, '2021-08-15 09:03:30', '2021-08-15 09:03:30'),
(3621, 960, 500, 79902, 250, 1, '2021-08-15 09:06:13', '2021-08-15 09:06:13'),
(3622, 960, 500, 79903, 250, 1, '2021-08-15 09:06:33', '2021-08-15 09:06:33'),
(3623, 960, 500, 79904, 250, 1, '2021-08-15 09:07:43', '2021-08-15 09:07:43'),
(3624, 960, 500, 79905, 250, 1, '2021-08-15 09:08:06', '2021-08-15 09:08:06'),
(3625, 1076, 500, 79829, 300, 1, '2021-08-15 09:09:05', '2021-08-15 09:09:05'),
(3626, 1076, 500, 79906, 300, 1, '2021-08-15 09:09:16', '2021-08-15 09:09:16'),
(3627, 1076, 500, 79911, 1500, 5, '2021-08-15 09:09:48', '2021-08-15 09:09:48'),
(3628, 1076, 500, 79916, 1500, 5, '2021-08-15 09:11:19', '2021-08-15 09:11:19'),
(3629, 960, 500, 79921, 1250, 5, '2021-08-15 09:12:07', '2021-08-15 09:12:07'),
(3630, 960, 500, 79922, 250, 1, '2021-08-15 09:12:39', '2021-08-15 09:12:39'),
(3631, 960, 500, 79927, 1250, 5, '2021-08-15 09:13:04', '2021-08-15 09:13:04'),
(3632, 960, 500, 79932, 1250, 5, '2021-08-15 09:16:03', '2021-08-15 09:16:03'),
(3633, 960, 500, 79937, 1250, 5, '2021-08-15 09:16:23', '2021-08-15 09:16:23'),
(3634, 952, 500, 79730, 0, 1, '2021-08-15 09:16:48', '2021-08-15 09:16:48'),
(3635, 952, 500, 79730, 0, 2, '2021-08-15 09:17:22', '2021-08-15 09:17:22'),
(3636, 952, 500, 79938, 0, 2, '2021-08-15 09:17:30', '2021-08-15 09:17:30'),
(3640, 1078, 500, 79942, 1200, 4, '2021-08-17 19:49:31', '2021-08-17 19:49:31'),
(3641, 967, 500, 79743, 340, 2, '2021-08-17 19:50:59', '2021-08-17 19:50:59'),
(3642, 967, 500, 79743, 170, 1, '2021-08-17 19:51:10', '2021-08-17 19:51:10'),
(3643, 967, 500, 79943, 170, 1, '2021-08-17 19:51:21', '2021-08-17 19:51:21'),
(3644, 967, 500, 79944, 170, 1, '2021-08-17 19:51:32', '2021-08-17 19:51:32'),
(3645, 968, 500, 79744, 500, 2, '2021-08-17 19:52:33', '2021-08-17 19:52:33'),
(3650, 968, 500, 79949, 250, 1, '2021-08-17 19:55:30', '2021-08-17 19:55:30'),
(3651, 1075, 500, 79813, 0, 1, '2021-08-17 19:58:43', '2021-08-17 19:58:43'),
(3652, 1075, 500, 79950, 0, 1, '2021-08-17 19:58:55', '2021-08-17 19:58:55'),
(3653, 1073, 500, 79954, 17500, 5, '2021-08-17 19:59:23', '2021-08-17 19:59:23'),
(3654, 1082, 500, 79963, 300, 1, '2021-09-01 18:36:24', '2021-09-01 18:36:24'),
(3655, 1082, 500, 79964, 300, 1, '2021-09-01 18:36:55', '2021-09-01 18:36:55'),
(3656, 1082, 500, 79965, 300, 1, '2021-09-01 18:37:26', '2021-09-01 18:37:26'),
(3657, 1082, 500, 79966, 300, 1, '2021-09-01 18:40:08', '2021-09-01 18:40:08'),
(3658, 1082, 500, 79967, 300, 1, '2021-09-01 18:40:38', '2021-09-01 18:40:38'),
(3659, 1101, 500, 81639, 34, 1, '2023-06-19 17:52:17', '2023-06-19 17:52:17'),
(3660, 1105, 500, 81649, 7, 1, '2023-07-28 11:22:12', '2023-07-28 11:22:12'),
(3661, 1105, 500, 81650, 7, 1, '2023-07-28 16:16:58', '2023-07-28 16:16:58'),
(3662, 1105, 500, 81651, 7, 1, '2023-07-28 16:30:20', '2023-07-28 16:30:20'),
(3663, 1105, 500, 81652, 7, 1, '2023-07-28 16:45:33', '2023-07-28 16:45:33'),
(3664, 1105, 500, 81653, 7, 1, '2023-07-28 16:48:51', '2023-07-28 16:48:51'),
(3665, 1105, 500, 81654, 7, 1, '2023-07-28 16:49:00', '2023-07-28 16:49:00'),
(3666, 1104, 500, 81648, 10, 1, '2023-07-28 16:49:16', '2023-07-28 16:49:16'),
(3667, 1104, 500, 81648, 10, 1, '2023-07-28 16:49:35', '2023-07-28 16:49:35'),
(3668, 1104, 500, 81648, 10, 1, '2023-07-28 16:49:41', '2023-07-28 16:49:41'),
(3669, 1104, 500, 81648, 10, 1, '2023-07-28 16:49:48', '2023-07-28 16:49:48'),
(3670, 1104, 500, 81655, 10, 1, '2023-07-28 16:49:54', '2023-07-28 16:49:54'),
(3671, 1104, 500, 81656, 10, 1, '2023-07-28 16:50:02', '2023-07-28 16:50:02'),
(3672, 1103, 500, 81644, 10, 1, '2023-07-28 17:00:58', '2023-07-28 17:00:58'),
(3673, 1103, 500, 81644, 10, 1, '2023-07-28 17:01:06', '2023-07-28 17:01:06'),
(3674, 1103, 500, 81644, 10, 1, '2023-07-28 17:01:12', '2023-07-28 17:01:12'),
(3675, 1103, 500, 81657, 20, 2, '2023-07-28 17:01:18', '2023-07-28 17:01:18'),
(3676, 1103, 500, 81660, 30, 3, '2023-07-28 17:01:28', '2023-07-28 17:01:28'),
(3677, 1106, 500, 81664, 500, 1, '2023-08-05 04:17:51', '2023-08-05 04:17:51'),
(3678, 1107, 500, 81665, 3200, 1, '2023-08-21 16:46:52', '2023-08-21 16:46:52'),
(3679, 1109, 500, 81667, 3600, 1, '2023-08-23 15:29:12', '2023-08-23 15:29:12'),
(3680, 1110, 500, 81673, 2004, 6, '2023-08-24 11:33:16', '2023-08-24 11:33:16'),
(3681, 1111, 500, 81679, 2004, 6, '2023-08-24 11:42:51', '2023-08-24 11:42:51'),
(3682, 1112, 500, 81680, 4200, 1, '2023-08-28 11:12:11', '2023-08-28 11:12:11'),
(3683, 1114, 500, 81682, 7200, 1, '2023-08-28 16:06:24', '2023-08-28 16:06:24'),
(3684, 1119, 500, 81687, 300, 1, '2023-08-30 11:01:38', '2023-08-30 11:01:38'),
(3685, 1120, 500, 81688, 3600, 1, '2023-08-30 17:18:02', '2023-08-30 17:18:02'),
(3686, 1121, 500, 81689, 4000, 1, '2023-08-30 17:22:01', '2023-08-30 17:22:01'),
(3687, 1123, 500, 81693, 300, 1, '2023-08-30 17:25:05', '2023-08-30 17:25:05'),
(3688, 2775, 500, 321344, 50, 1, '2024-01-20 19:03:13', '2024-01-20 19:03:13'),
(3689, 2784, 500, 321353, 200, 1, '2024-01-31 15:52:52', '2024-01-31 15:52:52'),
(3690, 2790, 500, 321360, 668, 2, '2024-01-31 16:16:38', '2024-01-31 16:16:38'),
(3691, 2793, 500, 321363, 300, 1, '2024-02-01 17:09:24', '2024-02-01 17:09:24'),
(3692, 2794, 500, 321367, 900, 3, '2024-02-01 17:10:42', '2024-02-01 17:10:42'),
(3693, 2795, 500, 321371, 200, 1, '2024-02-01 17:12:26', '2024-02-01 17:12:26'),
(3694, 2796, 500, 321376, 200, 1, '2024-02-01 17:13:25', '2024-02-01 17:13:25'),
(3695, 2797, 500, 321378, 300, 1, '2024-02-01 17:14:45', '2024-02-01 17:14:45'),
(3696, 1775, 500, 321380, 900, 2, '2024-02-01 17:18:10', '2024-02-01 17:18:10'),
(3697, 2504, 500, 321381, 300, 2, '2024-02-01 17:20:02', '2024-02-01 17:20:02'),
(3698, 2798, 500, 321383, 300, 1, '2024-02-03 12:27:34', '2024-02-03 12:27:34'),
(3699, 2799, 500, 321387, 800, 2, '2024-02-03 12:28:27', '2024-02-03 12:28:27'),
(3700, 2800, 500, 321392, 250, 1, '2024-02-03 12:30:55', '2024-02-03 12:30:55'),
(3701, 2801, 500, 321395, 600, 1, '2024-02-03 12:40:32', '2024-02-03 12:40:32'),
(3702, 2802, 500, 321398, 800, 2, '2024-02-03 12:41:45', '2024-02-03 12:41:45'),
(3703, 2803, 500, 321401, 700, 2, '2024-02-03 12:43:03', '2024-02-03 12:43:03'),
(3704, 2804, 500, 321402, 300, 1, '2024-02-03 12:44:14', '2024-02-03 12:44:14'),
(3705, 2805, 500, 321414, 4200, 12, '2024-02-03 12:45:31', '2024-02-03 12:45:31'),
(3706, 2806, 500, 321415, 350, 1, '2024-02-03 13:17:28', '2024-02-03 13:17:28'),
(3707, 2807, 500, 321418, 600, 2, '2024-02-03 13:18:42', '2024-02-03 13:18:42'),
(3708, 2808, 500, 321422, 350, 1, '2024-02-03 13:30:52', '2024-02-03 13:30:52'),
(3709, 2809, 500, 321424, 300, 1, '2024-02-03 13:37:47', '2024-02-03 13:37:47'),
(3710, 2682, 500, 321249, 300, 1, '2024-02-03 13:42:10', '2024-02-03 13:42:10'),
(3711, 2810, 500, 321429, 600, 2, '2024-02-03 13:43:53', '2024-02-03 13:43:53'),
(3712, 2811, 500, 321431, 300, 1, '2024-02-03 13:46:20', '2024-02-03 13:46:20'),
(3713, 2812, 500, 321434, 150, 1, '2024-02-03 13:48:12', '2024-02-03 13:48:12'),
(3714, 1878, 500, 321436, 700, 2, '2024-02-03 14:49:59', '2024-02-03 14:49:59'),
(3715, 2813, 500, 321444, 800, 8, '2024-02-03 15:04:12', '2024-02-03 15:04:12'),
(3716, 2814, 500, 321446, 300, 1, '2024-02-03 15:05:27', '2024-02-03 15:05:27'),
(3717, 2815, 500, 321448, 350, 1, '2024-02-03 15:38:12', '2024-02-03 15:38:12'),
(3718, 2783, 500, 321352, 400, 1, '2024-02-03 15:38:49', '2024-02-03 15:38:49'),
(3719, 2816, 500, 321451, 300, 1, '2024-02-03 15:41:21', '2024-02-03 15:41:21'),
(3720, 2817, 500, 321453, 300, 1, '2024-02-03 15:44:46', '2024-02-03 15:44:46'),
(3721, 1161, 500, 321454, 2500, 2, '2024-02-03 15:46:12', '2024-02-03 15:46:12'),
(3722, 1161, 500, 321456, 0, 2, '2024-02-03 15:46:51', '2024-02-03 15:46:51'),
(3723, 2818, 500, 321458, 600, 1, '2024-02-03 15:48:51', '2024-02-03 15:48:51'),
(3724, 2452, 500, 321470, 0, 50, '2024-02-03 17:43:38', '2024-02-03 17:43:38'),
(3725, 2452, 500, 321477, 0, 7, '2024-02-03 17:43:56', '2024-02-03 17:43:56'),
(3726, 2825, 500, 321479, 400, 1, '2024-02-03 17:51:56', '2024-02-03 17:51:56'),
(3727, 2826, 500, 321480, 250, 1, '2024-02-04 11:18:02', '2024-02-04 11:18:02'),
(3728, 2827, 500, 321481, 300, 1, '2024-02-04 11:22:08', '2024-02-04 11:22:08'),
(3729, 2849, 500, 321511, 150, 1, '2024-02-04 12:04:01', '2024-02-04 12:04:01'),
(3730, 2850, 500, 321517, 1800, 6, '2024-02-04 12:10:47', '2024-02-04 12:10:47'),
(3731, 2858, 500, 321527, 600, 2, '2024-02-04 12:44:57', '2024-02-04 12:44:57'),
(3732, 2862, 500, 321533, 250, 1, '2024-02-04 14:18:39', '2024-02-04 14:18:39'),
(3733, 2335, 500, 274483, 0, 10, '2024-02-04 17:47:53', '2024-02-04 17:47:53'),
(3734, 2902, 500, 321613, 300, 1, '2024-02-04 17:58:47', '2024-02-04 17:58:47'),
(3735, 2903, 500, 321614, 3780, 1, '2024-02-05 11:08:59', '2024-02-05 11:08:59'),
(3736, 2903, 500, 321625, 0, 11, '2024-02-05 11:13:39', '2024-02-05 11:13:39'),
(3737, 2802, 500, 321631, 400, 1, '2024-02-05 13:34:26', '2024-02-05 13:34:26'),
(3738, 2910, 500, 321637, 600, 1, '2024-02-05 13:46:42', '2024-02-05 13:46:42'),
(3739, 2866, 500, 321541, 200, 1, '2024-02-05 14:29:00', '2024-02-05 14:29:00'),
(3740, 1881, 500, 201100, 3000, 1, '2024-02-05 15:56:39', '2024-02-05 15:56:39'),
(3741, 2929, 500, 321674, 300, 1, '2024-02-05 16:10:11', '2024-02-05 16:10:11'),
(3742, 2937, 500, 321686, 200, 1, '2024-02-06 11:12:11', '2024-02-06 11:12:11'),
(3743, 1673, 500, 321709, 0, 24, '2024-02-06 13:07:16', '2024-02-06 13:07:16'),
(3744, 1673, 500, 321711, 0, 2, '2024-02-06 13:07:26', '2024-02-06 13:07:26'),
(3745, 2946, 500, 321713, 300, 1, '2024-02-06 13:10:04', '2024-02-06 13:10:04'),
(3746, 1886, 500, 201105, 3300, 1, '2024-02-06 17:08:41', '2024-02-06 17:08:41'),
(3747, 2931, 500, 321676, 300, 1, '2024-02-06 17:10:27', '2024-02-06 17:10:27'),
(3748, 2979, 500, 321766, 300, 1, '2024-02-06 17:13:59', '2024-02-06 17:13:59'),
(3749, 2900, 500, 321611, 300, 1, '2024-02-06 17:14:18', '2024-02-06 17:14:18'),
(3750, 2874, 500, 321555, 1200, 3, '2024-02-06 17:16:04', '2024-02-06 17:16:04'),
(3751, 2980, 500, 321767, 150, 1, '2024-02-06 17:18:46', '2024-02-06 17:18:46'),
(3752, 2985, 500, 321778, 1000, 1, '2024-02-07 11:22:00', '2024-02-07 11:22:00'),
(3753, 1867, 500, 201086, 3780, 1, '2024-02-07 11:27:30', '2024-02-07 11:27:30'),
(3754, 2856, 500, 321523, 900, 1, '2024-02-07 11:30:23', '2024-02-07 11:30:23'),
(3755, 2873, 500, 321551, 800, 2, '2024-02-07 11:31:32', '2024-02-07 11:31:32'),
(3756, 2873, 500, 321551, 0, 1, '2024-02-07 11:31:41', '2024-02-07 11:31:41'),
(3757, 2890, 500, 321583, 500, 1, '2024-02-07 11:33:57', '2024-02-07 11:33:57'),
(3758, 2898, 500, 321606, 600, 2, '2024-02-07 12:21:11', '2024-02-07 12:21:11'),
(3759, 2930, 500, 321675, 200, 1, '2024-02-07 16:22:20', '2024-02-07 16:22:20'),
(3760, 2992, 500, 321793, 300, 1, '2024-02-07 16:23:00', '2024-02-07 16:23:00'),
(3761, 2922, 500, 321659, 300, 1, '2024-02-07 16:24:21', '2024-02-07 16:24:21'),
(3762, 3015, 500, 321835, 200, 1, '2024-02-07 16:38:04', '2024-02-07 16:38:04'),
(3763, 1884, 500, 201103, 300, 1, '2024-02-08 15:32:33', '2024-02-08 15:32:33'),
(3764, 2857, 500, 321524, 350, 1, '2024-02-08 15:51:07', '2024-02-08 15:51:07'),
(3765, 3048, 500, 321880, 200, 1, '2024-02-08 15:52:07', '2024-02-08 15:52:07'),
(3766, 2996, 500, 321797, 400, 1, '2024-02-08 15:52:28', '2024-02-08 15:52:28'),
(3767, 2936, 500, 321685, 400, 1, '2024-02-08 15:58:18', '2024-02-08 15:58:18'),
(3768, 2993, 500, 321794, 350, 1, '2024-02-08 15:59:11', '2024-02-08 15:59:11'),
(3769, 2969, 500, 321753, 400, 1, '2024-02-08 15:59:38', '2024-02-08 15:59:38'),
(3770, 2831, 500, 321487, 300, 1, '2024-02-08 16:00:58', '2024-02-08 16:00:58'),
(3771, 3010, 500, 321830, 350, 1, '2024-02-08 16:01:46', '2024-02-08 16:01:46'),
(3772, 2871, 500, 321546, 350, 1, '2024-02-08 16:06:45', '2024-02-08 16:06:45'),
(3773, 2845, 500, 321506, 750, 3, '2024-02-08 16:07:31', '2024-02-08 16:07:31'),
(3774, 1895, 500, 201114, 3600, 1, '2024-02-08 16:10:58', '2024-02-08 16:10:58'),
(3775, 2953, 500, 321722, 300, 1, '2024-02-08 16:11:25', '2024-02-08 16:11:25'),
(3776, 3049, 500, 321881, 3000, 1, '2024-02-08 16:13:26', '2024-02-08 16:13:26'),
(3777, 2944, 500, 321697, 333, 1, '2024-02-08 16:18:08', '2024-02-08 16:18:08'),
(3778, 2907, 500, 321629, 300, 1, '2024-02-08 16:19:51', '2024-02-08 16:19:51'),
(3779, 2921, 500, 321658, 400, 1, '2024-02-08 16:20:34', '2024-02-08 16:20:34'),
(3780, 3002, 500, 321812, 900, 3, '2024-02-08 16:23:57', '2024-02-08 16:23:57'),
(3781, 3002, 500, 321812, 0, 1, '2024-02-08 16:24:13', '2024-02-08 16:24:13'),
(3782, 3049, 500, 321892, 0, 11, '2024-02-08 16:32:53', '2024-02-08 16:32:53'),
(3783, 1379, 500, 175563, 0, 1, '2024-02-08 16:34:21', '2024-02-08 16:34:21'),
(3784, 2918, 500, 321655, 400, 1, '2024-02-08 16:50:46', '2024-02-08 16:50:46'),
(3785, 2966, 500, 321744, 300, 1, '2024-02-10 11:31:35', '2024-02-10 11:31:35'),
(3786, 3059, 500, 321908, 300, 1, '2024-02-10 12:16:20', '2024-02-10 12:16:20'),
(3787, 2919, 500, 321656, 200, 1, '2024-02-10 12:17:24', '2024-02-10 12:17:24'),
(3788, 2894, 500, 321590, 300, 1, '2024-02-10 12:27:31', '2024-02-10 12:27:31'),
(3789, 2966, 500, 321913, 300, 1, '2024-02-10 14:54:31', '2024-02-10 14:54:31'),
(3790, 3062, 500, 321915, 300, 2, '2024-02-10 15:19:43', '2024-02-10 15:19:43'),
(3791, 2847, 500, 321509, 300, 1, '2024-02-10 15:21:40', '2024-02-10 15:21:40'),
(3792, 2999, 500, 321802, 400, 1, '2024-02-10 15:23:52', '2024-02-10 15:23:52'),
(3793, 2950, 500, 321719, 350, 1, '2024-02-10 15:25:03', '2024-02-10 15:25:03'),
(3794, 2715, 500, 321928, 2197, 13, '2024-02-10 15:28:19', '2024-02-10 15:28:19'),
(3795, 2989, 500, 321787, 1200, 2, '2024-02-10 15:32:40', '2024-02-10 15:32:40'),
(3796, 2974, 500, 321761, 200, 1, '2024-02-10 15:33:00', '2024-02-10 15:33:00'),
(3797, 3063, 500, 321929, 300, 1, '2024-02-10 15:35:11', '2024-02-10 15:35:11'),
(3798, 1889, 500, 201108, 300, 1, '2024-02-10 15:37:51', '2024-02-10 15:37:51'),
(3799, 2988, 500, 321784, 350, 1, '2024-02-10 16:53:50', '2024-02-10 16:53:50'),
(3800, 2926, 500, 321668, 200, 1, '2024-02-11 15:24:07', '2024-02-11 15:24:07'),
(3801, 2853, 500, 321520, 300, 1, '2024-02-11 15:25:50', '2024-02-11 15:25:50'),
(3802, 2891, 500, 321584, 300, 1, '2024-02-11 15:26:54', '2024-02-11 15:26:54'),
(3803, 3052, 500, 321897, 200, 1, '2024-02-11 15:28:21', '2024-02-11 15:28:21'),
(3804, 2923, 500, 321662, 600, 2, '2024-02-12 11:18:41', '2024-02-12 11:18:41'),
(3805, 3007, 500, 321818, 300, 1, '2024-02-12 11:22:24', '2024-02-12 11:22:24'),
(3806, 2947, 500, 321714, 400, 1, '2024-02-12 14:25:03', '2024-02-12 14:25:03'),
(3807, 3095, 500, 321966, 3780, 1, '2024-02-12 14:26:50', '2024-02-12 14:26:50'),
(3808, 1845, 500, 201064, 150, 1, '2024-02-12 16:00:04', '2024-02-12 16:00:04'),
(3809, 3096, 500, 321968, 250, 1, '2024-02-13 12:52:23', '2024-02-13 12:52:23'),
(3810, 3097, 500, 321970, 333, 1, '2024-02-13 12:56:43', '2024-02-13 12:56:43'),
(3811, 3095, 500, 321982, 0, 12, '2024-02-13 13:05:52', '2024-02-13 13:05:52'),
(3812, 3098, 500, 321983, 600, 1, '2024-02-13 13:16:12', '2024-02-13 13:16:12'),
(3813, 3099, 500, 321995, 3204, 12, '2024-02-13 13:44:01', '2024-02-13 13:44:01'),
(3814, 3100, 500, 321996, 3900, 1, '2024-02-13 13:46:33', '2024-02-13 13:46:33'),
(3815, 3101, 500, 321997, 500, 1, '2024-02-13 17:41:54', '2024-02-13 17:41:54'),
(3816, 2881, 500, 321565, 510, 3, '2024-02-14 11:00:43', '2024-02-14 11:00:43'),
(3817, 3094, 500, 321963, 350, 1, '2024-02-14 13:14:53', '2024-02-14 13:14:53'),
(3818, 3089, 500, 321958, 300, 1, '2024-02-14 14:24:26', '2024-02-14 14:24:26'),
(3819, 2932, 500, 321678, 300, 1, '2024-02-14 17:17:15', '2024-02-14 17:17:15'),
(3820, 3102, 500, 321998, 300, 1, '2024-02-14 17:43:20', '2024-02-14 17:43:20'),
(3821, 1829, 500, 321999, 1200, 2, '2024-02-15 11:33:51', '2024-02-15 11:33:51'),
(3822, 2851, 500, 321518, 200, 1, '2024-02-17 12:43:44', '2024-02-17 12:43:44'),
(3823, 2863, 500, 322009, 3600, 12, '2024-02-17 12:44:40', '2024-02-17 12:44:40'),
(3824, 3103, 500, 322021, 3708, 12, '2024-02-17 12:49:45', '2024-02-17 12:49:45'),
(3825, 2796, 500, 321375, 200, 1, '2024-02-17 12:51:05', '2024-02-17 12:51:05'),
(3826, 3104, 500, 322022, 200, 1, '2024-02-17 12:52:33', '2024-02-17 12:52:33'),
(3827, 3105, 500, 322028, 1998, 6, '2024-02-17 13:47:51', '2024-02-17 13:47:51'),
(3828, 2852, 500, 321519, 300, 1, '2024-02-17 13:50:04', '2024-02-17 13:50:04'),
(3829, 2887, 500, 321577, 350, 1, '2024-02-17 13:51:33', '2024-02-17 13:51:33'),
(3830, 2998, 500, 321801, 400, 1, '2024-02-17 14:49:05', '2024-02-17 14:49:05'),
(3831, 2687, 500, 321254, 350, 1, '2024-02-17 14:55:00', '2024-02-17 14:55:00'),
(3832, 2861, 500, 321531, 600, 2, '2024-02-17 15:52:42', '2024-02-17 15:52:42'),
(3833, 3115, 500, 322049, 3108, 12, '2024-02-17 16:30:10', '2024-02-17 16:30:10'),
(3834, 3116, 500, 322061, 3780, 12, '2024-02-17 17:06:39', '2024-02-17 17:06:39'),
(3835, 2952, 500, 321721, 350, 1, '2024-02-18 14:22:11', '2024-02-18 14:22:11'),
(3836, 2892, 500, 321585, 250, 1, '2024-02-18 14:24:37', '2024-02-18 14:24:37'),
(3837, 3117, 500, 322062, 300, 1, '2024-02-18 14:26:42', '2024-02-18 14:26:42'),
(3838, 3118, 500, 322074, 3240, 12, '2024-02-18 14:42:43', '2024-02-18 14:42:43'),
(3839, 3041, 500, 321869, 2600, 1, '2024-02-18 15:02:25', '2024-02-18 15:02:25'),
(3840, 3069, 500, 321935, 350, 1, '2024-02-18 15:05:09', '2024-02-18 15:05:09'),
(3841, 3119, 500, 322075, 500, 1, '2024-02-19 12:57:00', '2024-02-19 12:57:00'),
(3842, 3120, 500, 322076, 600, 1, '2024-02-19 13:12:32', '2024-02-19 13:12:32'),
(3843, 3121, 500, 322078, 200, 1, '2024-02-19 13:29:06', '2024-02-19 13:29:06'),
(3844, 3106, 500, 322029, 200, 1, '2024-02-19 13:57:13', '2024-02-19 13:57:13'),
(3845, 3122, 500, 322080, 300, 1, '2024-02-19 14:56:32', '2024-02-19 14:56:32'),
(3846, 3123, 500, 322081, 300, 1, '2024-02-19 15:04:24', '2024-02-19 15:04:24'),
(3847, 3124, 500, 322082, 300, 1, '2024-02-19 15:17:37', '2024-02-19 15:17:37'),
(3848, 3125, 500, 322083, 300, 1, '2024-02-19 16:05:13', '2024-02-19 16:05:13'),
(3849, 3083, 500, 321952, 500, 1, '2024-02-19 16:24:59', '2024-02-19 16:24:59'),
(3850, 3126, 500, 322084, 250, 1, '2024-02-19 16:35:02', '2024-02-19 16:35:02'),
(3851, 3127, 500, 322085, 400, 1, '2024-02-19 16:38:22', '2024-02-19 16:38:22'),
(3852, 3128, 500, 322086, 750, 1, '2024-02-19 17:25:00', '2024-02-19 17:25:00'),
(3853, 3090, 500, 321959, 300, 1, '2024-02-19 17:52:57', '2024-02-19 17:52:57'),
(3854, 2854, 500, 321521, 300, 1, '2024-02-20 12:32:41', '2024-02-20 12:32:41'),
(3855, 3075, 500, 321941, 300, 1, '2024-02-20 12:33:18', '2024-02-20 12:33:18'),
(3856, 2963, 500, 321741, 300, 1, '2024-02-20 12:34:25', '2024-02-20 12:34:25'),
(3857, 2908, 500, 321630, 300, 1, '2024-02-20 12:44:43', '2024-02-20 12:44:43'),
(3858, 3047, 500, 321879, 350, 1, '2024-02-20 13:30:05', '2024-02-20 13:30:05'),
(3859, 3113, 500, 322036, 200, 1, '2024-02-20 14:17:23', '2024-02-20 14:17:23'),
(3860, 3088, 500, 321957, 300, 1, '2024-02-20 14:27:29', '2024-02-20 14:27:29'),
(3861, 3037, 500, 321865, 300, 1, '2024-02-20 15:47:22', '2024-02-20 15:47:22'),
(3862, 3040, 500, 321868, 300, 1, '2024-02-20 16:52:44', '2024-02-20 16:52:44'),
(3863, 3141, 500, 322099, 600, 1, '2024-02-20 17:04:01', '2024-02-20 17:04:01'),
(3864, 1700, 500, 200896, 300, 1, '2024-02-22 13:43:42', '2024-02-22 13:43:42'),
(3865, 3142, 500, 322100, 350, 1, '2024-02-22 13:45:25', '2024-02-22 13:45:25'),
(3866, 3143, 500, 322101, 250, 1, '2024-02-22 13:52:54', '2024-02-22 13:52:54'),
(3867, 2995, 500, 321796, 300, 1, '2024-02-22 13:53:37', '2024-02-22 13:53:37'),
(3868, 1899, 500, 322112, 3000, 12, '2024-02-22 13:59:50', '2024-02-22 13:59:50'),
(3869, 3003, 500, 321814, 300, 1, '2024-02-22 16:19:09', '2024-02-22 16:19:09'),
(3870, 1917, 500, 322123, 3000, 12, '2024-02-22 16:48:45', '2024-02-22 16:48:45'),
(3871, 3144, 500, 322124, 300, 1, '2024-02-24 12:57:58', '2024-02-24 12:57:58'),
(3872, 3145, 500, 322125, 300, 1, '2024-02-24 13:02:28', '2024-02-24 13:02:28'),
(3873, 3146, 500, 322137, 3600, 12, '2024-02-24 13:05:09', '2024-02-24 13:05:09'),
(3874, 3084, 500, 321953, 300, 1, '2024-02-24 13:05:41', '2024-02-24 13:05:41'),
(3875, 3147, 500, 322138, 150, 1, '2024-02-24 14:07:19', '2024-02-24 14:07:19'),
(3876, 2809, 500, 321424, 300, 1, '2024-02-24 14:17:13', '2024-02-24 14:17:13'),
(3877, 3148, 500, 322139, 350, 1, '2024-02-24 14:34:15', '2024-02-24 14:34:15'),
(3878, 3148, 500, 322140, 350, 1, '2024-02-24 14:34:25', '2024-02-24 14:34:25'),
(3879, 3149, 500, 322146, 1650, 6, '2024-02-24 15:02:33', '2024-02-24 15:02:33'),
(3880, 3005, 500, 321816, 250, 1, '2024-02-24 15:18:43', '2024-02-24 15:18:43'),
(3881, 3093, 500, 321962, 350, 1, '2024-02-24 15:34:10', '2024-02-24 15:34:10'),
(3882, 3150, 500, 322158, 3780, 12, '2024-02-24 16:20:15', '2024-02-24 16:20:15'),
(3883, 3151, 500, 322159, 600, 1, '2024-02-24 16:21:37', '2024-02-24 16:21:37'),
(3884, 1321, 500, 322161, 0, 3, '2024-02-24 18:01:02', '2024-02-24 18:01:02'),
(3885, 1321, 500, 322162, 100, 1, '2024-02-24 18:01:19', '2024-02-24 18:01:19'),
(3886, 1321, 500, 322165, 900, 3, '2024-02-24 18:01:36', '2024-02-24 18:01:36'),
(3887, 1321, 500, 322166, 100, 1, '2024-02-24 18:02:51', '2024-02-24 18:02:51'),
(3888, 1321, 500, 322169, 900, 3, '2024-02-24 18:03:07', '2024-02-24 18:03:07'),
(3889, 2787, 500, 321356, 400, 1, '2024-02-25 11:17:06', '2024-02-25 11:17:06'),
(3890, 2840, 500, 321499, 350, 1, '2024-02-25 11:22:11', '2024-02-25 11:22:11'),
(3891, 3032, 500, 321858, 300, 1, '2024-02-25 11:22:59', '2024-02-25 11:22:59'),
(3892, 2960, 500, 321732, 300, 1, '2024-02-25 11:24:24', '2024-02-25 11:24:24'),
(3893, 3140, 500, 322098, 1250, 1, '2024-02-25 11:38:16', '2024-02-25 11:38:16'),
(3894, 2889, 500, 321581, 400, 2, '2024-02-25 15:03:42', '2024-02-25 15:03:42'),
(3895, 3152, 500, 322181, 7200, 12, '2024-02-25 15:10:18', '2024-02-25 15:10:18'),
(3896, 3153, 500, 322182, 4300, 1, '2024-02-27 11:51:51', '2024-02-27 11:51:51'),
(3897, 3008, 500, 321819, 410, 1, '2024-02-27 11:52:41', '2024-02-27 11:52:41'),
(3898, 3154, 500, 322194, 3600, 12, '2024-02-27 11:54:50', '2024-02-27 11:54:50'),
(3899, 3070, 500, 321936, 200, 1, '2024-02-27 12:14:13', '2024-02-27 12:14:13'),
(3900, 3065, 500, 321931, 500, 1, '2024-02-27 12:38:13', '2024-02-27 12:38:13'),
(3901, 3112, 500, 322035, 200, 1, '2024-02-27 12:41:23', '2024-02-27 12:41:23'),
(3902, 3111, 500, 322034, 200, 1, '2024-02-27 13:27:51', '2024-02-27 13:27:51'),
(3903, 3064, 500, 321930, 300, 1, '2024-02-27 14:14:37', '2024-02-27 14:14:37'),
(3904, 2870, 500, 321545, 500, 1, '2024-02-27 16:27:56', '2024-02-27 16:27:56'),
(3905, 3155, 500, 322198, 600, 2, '2024-02-28 10:48:51', '2024-02-28 10:48:51'),
(3906, 3025, 500, 321849, 300, 1, '2024-02-28 10:49:36', '2024-02-28 10:49:36'),
(3907, 3162, 500, 322211, 200, 1, '2024-02-28 11:41:59', '2024-02-28 11:41:59'),
(3908, 3164, 500, 322266, 250, 1, '2024-02-28 11:47:13', '2024-02-28 11:47:13'),
(3909, 3165, 500, 322273, 2100, 6, '2024-02-28 14:56:58', '2024-02-28 14:56:58'),
(3910, 3166, 500, 322285, 3504, 12, '2024-02-28 15:01:52', '2024-02-28 15:01:52'),
(3911, 3167, 500, 322286, 300, 1, '2024-02-28 16:12:36', '2024-02-28 16:12:36'),
(3912, 3039, 500, 321867, 200, 1, '2024-02-29 11:50:09', '2024-02-29 11:50:09'),
(3913, 2797, 500, 321378, 300, 1, '2024-02-29 12:21:34', '2024-02-29 12:21:34'),
(3914, 3168, 500, 322287, 333, 1, '2024-02-29 12:23:18', '2024-02-29 12:23:18'),
(3915, 2073, 500, 322289, 3000, 3, '2024-02-29 13:07:09', '2024-02-29 13:07:09'),
(3916, 3169, 500, 322292, 3000, 3, '2024-02-29 13:10:26', '2024-02-29 13:10:26'),
(3917, 3170, 500, 322293, 500, 1, '2024-02-29 14:10:28', '2024-02-29 14:10:28'),
(3918, 2954, 500, 321723, 300, 1, '2024-02-29 14:17:53', '2024-02-29 14:17:53'),
(3919, 3172, 500, 322295, 350, 1, '2024-02-29 15:33:45', '2024-02-29 15:33:45'),
(3920, 3109, 500, 322032, 200, 1, '2024-02-29 15:46:20', '2024-02-29 15:46:20'),
(3921, 3173, 500, 322307, 3780, 12, '2024-02-29 16:30:13', '2024-02-29 16:30:13'),
(3922, 2865, 500, 321538, 500, 1, '2024-02-29 16:58:21', '2024-02-29 16:58:21'),
(3923, 2798, 500, 321383, 300, 1, '2024-02-29 16:59:02', '2024-02-29 16:59:02'),
(3924, 2801, 500, 321394, 600, 1, '2024-02-29 17:08:10', '2024-02-29 17:08:10'),
(3925, 3130, 500, 322308, 700, 2, '2024-02-29 17:10:05', '2024-02-29 17:10:05'),
(3926, 3114, 500, 322037, 450, 1, '2024-02-29 18:36:51', '2024-02-29 18:36:51'),
(3927, 3176, 500, 322316, 300, 1, '2024-03-02 12:39:23', '2024-03-02 12:39:23'),
(3928, 2802, 500, 322318, 400, 1, '2024-03-02 12:40:03', '2024-03-02 12:40:03'),
(3929, 2869, 500, 321544, 600, 1, '2024-03-02 12:41:04', '2024-03-02 12:41:04'),
(3930, 2866, 500, 321541, 200, 1, '2024-03-02 12:41:34', '2024-03-02 12:41:34'),
(3931, 3177, 500, 322321, 300, 1, '2024-03-02 12:43:34', '2024-03-02 12:43:34'),
(3932, 2964, 500, 322322, 600, 2, '2024-03-02 12:44:13', '2024-03-02 12:44:13'),
(3933, 2902, 500, 322323, 300, 1, '2024-03-02 12:46:47', '2024-03-02 12:46:47'),
(3934, 2806, 500, 322324, 350, 1, '2024-03-02 12:47:38', '2024-03-02 12:47:38'),
(3935, 2877, 500, 321559, 310, 1, '2024-03-02 12:48:15', '2024-03-02 12:48:15'),
(3936, 2807, 500, 321418, 300, 1, '2024-03-02 12:50:11', '2024-03-02 12:50:11'),
(3937, 2931, 500, 322325, 300, 1, '2024-03-02 13:23:14', '2024-03-02 13:23:14'),
(3938, 2817, 500, 322326, 300, 1, '2024-03-02 14:20:33', '2024-03-02 14:20:33'),
(3939, 2941, 500, 321692, 350, 1, '2024-03-02 14:43:38', '2024-03-02 14:43:38'),
(3940, 2848, 500, 321510, 400, 1, '2024-03-02 16:06:58', '2024-03-02 16:06:58'),
(3941, 3178, 500, 322327, 200, 1, '2024-03-02 17:50:23', '2024-03-02 17:50:23'),
(3942, 2808, 500, 322328, 350, 1, '2024-03-03 11:27:36', '2024-03-03 11:27:36'),
(3943, 2783, 500, 322329, 400, 1, '2024-03-03 11:28:29', '2024-03-03 11:28:29'),
(3944, 2804, 500, 322330, 300, 1, '2024-03-03 11:29:21', '2024-03-03 11:29:21'),
(3945, 3068, 500, 321934, 300, 1, '2024-03-03 12:37:24', '2024-03-03 12:37:24'),
(3946, 3092, 500, 321961, 200, 1, '2024-03-03 12:38:25', '2024-03-03 12:38:25'),
(3947, 2900, 500, 322331, 300, 1, '2024-03-03 14:00:14', '2024-03-03 14:00:14'),
(3948, 3091, 500, 321960, 300, 1, '2024-03-03 15:20:56', '2024-03-03 15:20:56'),
(3949, 3091, 500, 322332, 300, 1, '2024-03-03 15:29:20', '2024-03-03 15:29:20'),
(3950, 3179, 500, 322344, 3600, 12, '2024-03-03 15:45:06', '2024-03-03 15:45:06'),
(3951, 2875, 500, 321557, 300, 1, '2024-03-03 16:53:24', '2024-03-03 16:53:24'),
(3952, 3181, 500, 322348, 600, 2, '2024-03-03 17:52:59', '2024-03-03 17:52:59'),
(3953, 3011, 500, 321831, 750, 1, '2024-03-03 18:14:23', '2024-03-03 18:14:23'),
(3954, 2826, 500, 322350, 250, 1, '2024-03-04 11:00:53', '2024-03-04 11:00:53'),
(3955, 2970, 500, 321754, 400, 1, '2024-03-04 11:30:15', '2024-03-04 11:30:15'),
(3956, 3171, 500, 322294, 200, 1, '2024-03-04 12:14:14', '2024-03-04 12:14:14'),
(3957, 3172, 500, 322351, 350, 1, '2024-03-04 12:47:56', '2024-03-04 12:47:56'),
(3958, 2447, 500, 320623, 0, 25, '2024-03-04 13:27:48', '2024-03-04 13:27:48'),
(3959, 2447, 500, 322353, 600, 2, '2024-03-04 13:28:00', '2024-03-04 13:28:00'),
(3960, 2832, 500, 322354, 1200, 2, '2024-03-04 14:19:33', '2024-03-04 14:19:33'),
(3961, 3114, 500, 322355, 0, 1, '2024-03-04 14:28:30', '2024-03-04 14:28:30'),
(3962, 3109, 500, 322356, 200, 1, '2024-03-04 14:50:35', '2024-03-04 14:50:35'),
(3963, 3182, 500, 322359, 300, 1, '2024-03-04 15:32:28', '2024-03-04 15:32:28'),
(3964, 3183, 500, 322361, 150, 1, '2024-03-04 15:53:49', '2024-03-04 15:53:49'),
(3965, 2504, 500, 322363, 150, 1, '2024-03-04 16:12:40', '2024-03-04 16:12:40'),
(3966, 3128, 500, 322364, 750, 1, '2024-03-04 16:33:08', '2024-03-04 16:33:08'),
(3967, 2682, 500, 322365, 300, 1, '2024-03-04 17:25:58', '2024-03-04 17:25:58'),
(3968, 2860, 500, 321529, 300, 1, '2024-03-04 17:56:41', '2024-03-04 17:56:41'),
(3969, 3184, 500, 322367, 200, 1, '2024-03-05 12:19:43', '2024-03-05 12:19:43'),
(3970, 3126, 500, 322369, 250, 1, '2024-03-05 12:20:49', '2024-03-05 12:20:49'),
(3971, 2892, 500, 322370, 250, 1, '2024-03-05 12:21:54', '2024-03-05 12:21:54'),
(3972, 2979, 500, 322371, 300, 1, '2024-03-05 12:23:51', '2024-03-05 12:23:51'),
(3973, 3182, 500, 322358, 300, 1, '2024-03-05 12:24:54', '2024-03-05 12:24:54'),
(3974, 3064, 500, 322372, 300, 1, '2024-03-05 12:26:31', '2024-03-05 12:26:31'),
(3975, 3059, 500, 322373, 300, 1, '2024-03-05 12:30:15', '2024-03-05 12:30:15'),
(3976, 3185, 500, 322376, 300, 1, '2024-03-05 12:31:19', '2024-03-05 12:31:19'),
(3977, 2856, 500, 322377, 1200, 1, '2024-03-05 12:33:12', '2024-03-05 12:33:12'),
(3978, 2910, 500, 322378, 300, 1, '2024-03-05 12:35:11', '2024-03-05 12:35:11'),
(3979, 2857, 500, 322379, 350, 1, '2024-03-05 12:51:15', '2024-03-05 12:51:15'),
(3980, 3122, 500, 322380, 300, 1, '2024-03-05 13:22:00', '2024-03-05 13:22:00'),
(3981, 3080, 500, 322381, 600, 2, '2024-03-05 13:22:41', '2024-03-05 13:22:41'),
(3982, 2825, 500, 322382, 400, 1, '2024-03-05 13:39:25', '2024-03-05 13:39:25'),
(3983, 3077, 500, 322383, 2400, 2, '2024-03-05 13:53:47', '2024-03-05 13:53:47'),
(3984, 2849, 500, 322384, 150, 1, '2024-03-05 15:28:12', '2024-03-05 15:28:12'),
(3985, 3186, 500, 322386, 300, 1, '2024-03-05 15:30:18', '2024-03-05 15:30:18'),
(3986, 3125, 500, 322388, 300, 1, '2024-03-05 15:30:54', '2024-03-05 15:30:54'),
(3987, 3055, 500, 321904, 150, 1, '2024-03-05 15:43:54', '2024-03-05 15:43:54'),
(3988, 3113, 500, 322391, 200, 1, '2024-03-05 16:44:29', '2024-03-05 16:44:29'),
(3989, 3120, 500, 322392, 600, 1, '2024-03-05 16:50:44', '2024-03-05 16:50:44'),
(3990, 2924, 500, 321664, 300, 1, '2024-03-05 17:19:25', '2024-03-05 17:19:25'),
(3991, 3127, 500, 322396, 400, 1, '2024-03-05 17:49:35', '2024-03-05 17:49:35'),
(3992, 3192, 500, 322397, 300, 1, '2024-03-06 11:31:33', '2024-03-06 11:31:33'),
(3993, 3079, 500, 321945, 350, 1, '2024-03-06 11:45:06', '2024-03-06 11:45:06'),
(3994, 3048, 500, 322398, 200, 1, '2024-03-06 12:16:47', '2024-03-06 12:16:47'),
(3995, 3094, 500, 322399, 350, 1, '2024-03-06 12:17:34', '2024-03-06 12:17:34'),
(3996, 2533, 500, 321078, 300, 1, '2024-03-06 12:18:44', '2024-03-06 12:18:44'),
(3997, 2921, 500, 322400, 400, 1, '2024-03-06 13:37:42', '2024-03-06 13:37:42'),
(3998, 2915, 500, 321648, 500, 2, '2024-03-06 13:39:41', '2024-03-06 13:39:41'),
(3999, 2915, 500, 321648, 250, 1, '2024-03-06 13:42:43', '2024-03-06 13:42:43'),
(4000, 3016, 500, 321839, 0, 4, '2024-03-06 14:41:02', '2024-03-06 14:41:02'),
(4001, 3016, 500, 322401, 1000, 1, '2024-03-06 14:41:35', '2024-03-06 14:41:35'),
(4002, 2901, 500, 321612, 800, 1, '2024-03-06 16:17:55', '2024-03-06 16:17:55'),
(4003, 3004, 500, 322402, 700, 2, '2024-03-06 16:42:57', '2024-03-06 16:42:57'),
(4004, 3193, 500, 322414, 5004, 12, '2024-03-06 17:48:19', '2024-03-06 17:48:19'),
(4005, 2846, 500, 322415, 600, 2, '2024-03-06 18:08:45', '2024-03-06 18:08:45'),
(4006, 2922, 500, 322416, 300, 1, '2024-03-07 10:57:14', '2024-03-07 10:57:14'),
(4007, 3194, 500, 322417, 600, 1, '2024-03-07 11:15:49', '2024-03-07 11:15:49'),
(4008, 2789, 500, 321358, 300, 1, '2024-03-07 11:29:34', '2024-03-07 11:29:34'),
(4009, 3195, 500, 322419, 1340, 1, '2024-03-07 13:27:16', '2024-03-07 13:27:16'),
(4010, 3195, 500, 322419, 1200, 1, '2024-03-07 13:27:35', '2024-03-07 13:27:35'),
(4011, 3195, 500, 322421, 1260, 1, '2024-03-07 13:30:18', '2024-03-07 13:30:18'),
(4012, 2787, 500, 322422, 400, 1, '2024-03-07 15:14:39', '2024-03-07 15:14:39'),
(4013, 3089, 500, 322423, 300, 1, '2024-03-07 15:39:26', '2024-03-07 15:39:26'),
(4014, 2683, 500, 322424, 700, 2, '2024-03-07 16:16:23', '2024-03-07 16:16:23'),
(4015, 3196, 500, 322426, 1400, 2, '2024-03-07 16:17:06', '2024-03-07 16:17:06'),
(4016, 3093, 500, 322428, 350, 1, '2024-03-07 16:32:07', '2024-03-07 16:32:07'),
(4017, 3197, 500, 322431, 1200, 3, '2024-03-09 10:45:11', '2024-03-09 10:45:11'),
(4018, 2831, 500, 322432, 300, 1, '2024-03-09 10:46:53', '2024-03-09 10:46:53');
INSERT INTO `payment_confarmation_histories` (`id`, `user_id`, `admin_id`, `payment_history_id`, `updated_amount`, `payment_for_month`, `created_at`, `updated_at`) VALUES
(4019, 3198, 500, 322433, 1800, 1, '2024-03-09 10:50:04', '2024-03-09 10:50:04'),
(4020, 1775, 500, 322435, 1800, 2, '2024-03-09 11:15:10', '2024-03-09 11:15:10'),
(4021, 2908, 500, 322436, 300, 1, '2024-03-09 13:30:30', '2024-03-09 13:30:30'),
(4022, 2918, 500, 322437, 400, 1, '2024-03-09 15:06:24', '2024-03-09 15:06:24'),
(4023, 1889, 500, 322438, 300, 1, '2024-03-09 15:38:38', '2024-03-09 15:38:38'),
(4024, 2871, 500, 322439, 350, 1, '2024-03-09 16:01:36', '2024-03-09 16:01:36'),
(4025, 3139, 500, 322097, 300, 1, '2024-03-09 16:04:21', '2024-03-09 16:04:21'),
(4026, 3159, 500, 322208, 200, 1, '2024-03-09 16:20:52', '2024-03-09 16:20:52'),
(4027, 3135, 500, 322093, 350, 1, '2024-03-09 16:21:49', '2024-03-09 16:21:49'),
(4028, 2803, 500, 322440, 350, 1, '2024-03-09 17:19:14', '2024-03-09 17:19:14'),
(4029, 3025, 500, 322441, 300, 1, '2024-03-10 11:08:47', '2024-03-10 11:08:47'),
(4030, 3199, 500, 322442, 300, 1, '2024-03-10 11:12:10', '2024-03-10 11:12:10'),
(4031, 3104, 500, 322443, 200, 1, '2024-03-10 11:14:04', '2024-03-10 11:14:04'),
(4032, 3143, 500, 322444, 250, 1, '2024-03-10 11:14:58', '2024-03-10 11:14:58'),
(4033, 3200, 500, 322446, 0, 1, '2024-03-10 11:29:38', '2024-03-10 11:29:38'),
(4034, 3200, 500, 322446, 400, 1, '2024-03-10 11:29:50', '2024-03-10 11:29:50'),
(4035, 3201, 500, 322449, 400, 2, '2024-03-10 12:06:44', '2024-03-10 12:06:44'),
(4036, 2816, 500, 321451, 300, 1, '2024-03-10 12:20:22', '2024-03-10 12:20:22'),
(4037, 2815, 500, 322451, 350, 1, '2024-03-10 12:45:16', '2024-03-10 12:45:16'),
(4038, 3137, 500, 322095, 300, 1, '2024-03-10 13:19:39', '2024-03-10 13:19:39'),
(4039, 3202, 500, 322452, 1340, 1, '2024-03-10 13:33:31', '2024-03-10 13:33:31'),
(4040, 3063, 500, 322453, 300, 1, '2024-03-10 15:07:28', '2024-03-10 15:07:28'),
(4041, 3178, 500, 322454, 200, 1, '2024-03-10 15:15:19', '2024-03-10 15:15:19'),
(4042, 3101, 500, 322455, 500, 1, '2024-03-10 15:19:17', '2024-03-10 15:19:17'),
(4043, 3203, 500, 322456, 300, 1, '2024-03-10 15:31:47', '2024-03-10 15:31:47'),
(4044, 3204, 500, 322457, 300, 1, '2024-03-10 15:33:55', '2024-03-10 15:33:55'),
(4045, 3189, 500, 322393, 300, 1, '2024-03-10 15:49:22', '2024-03-10 15:49:22'),
(4046, 3160, 500, 322209, 300, 1, '2024-03-10 16:21:20', '2024-03-10 16:21:20'),
(4047, 3155, 500, 322458, 300, 1, '2024-03-10 16:34:59', '2024-03-10 16:34:59'),
(4048, 2907, 500, 322459, 300, 1, '2024-03-10 16:43:21', '2024-03-10 16:43:21'),
(4049, 3205, 500, 322471, 3780, 12, '2024-03-11 10:37:38', '2024-03-11 10:37:38'),
(4050, 2855, 500, 322472, 600, 2, '2024-03-11 13:01:39', '2024-03-11 13:01:39'),
(4051, 3181, 500, 322348, 300, 1, '2024-03-11 14:04:10', '2024-03-11 14:04:10'),
(4052, 3171, 500, 322473, 200, 1, '2024-03-11 14:05:23', '2024-03-11 14:05:23'),
(4053, 3111, 500, 322474, 200, 1, '2024-03-11 14:06:58', '2024-03-11 14:06:58'),
(4054, 3141, 500, 322475, 600, 1, '2024-03-11 14:08:00', '2024-03-11 14:08:00'),
(4055, 2853, 500, 322476, 300, 1, '2024-03-11 14:08:48', '2024-03-11 14:08:48'),
(4056, 3206, 500, 322488, 4008, 12, '2024-03-11 14:12:59', '2024-03-11 14:12:59'),
(4057, 3207, 500, 322492, 1600, 4, '2024-03-11 14:16:05', '2024-03-11 14:16:05'),
(4058, 2877, 500, 322494, 310, 1, '2024-03-11 14:53:02', '2024-03-11 14:53:02'),
(4059, 3090, 500, 322495, 300, 1, '2024-03-11 15:05:02', '2024-03-11 15:05:02'),
(4060, 3208, 500, 322507, 3600, 12, '2024-03-11 15:46:57', '2024-03-11 15:46:57'),
(4061, 2821, 500, 321462, 500, 1, '2024-03-11 16:24:48', '2024-03-11 16:24:48'),
(4062, 3209, 500, 322513, 1800, 6, '2024-03-11 17:56:51', '2024-03-11 17:56:51'),
(4063, 3210, 500, 322516, 300, 1, '2024-03-11 18:01:41', '2024-03-11 18:01:41'),
(4064, 3151, 500, 322517, 600, 1, '2024-03-11 18:02:31', '2024-03-11 18:02:31'),
(4065, 1888, 500, 322518, 300, 2, '2024-03-12 09:51:11', '2024-03-12 09:51:11'),
(4066, 2799, 500, 321387, 400, 1, '2024-03-12 10:38:43', '2024-03-12 10:38:43'),
(4067, 3131, 500, 322089, 300, 1, '2024-03-12 11:25:15', '2024-03-12 11:25:15'),
(4068, 3087, 500, 322519, 600, 2, '2024-03-12 11:56:29', '2024-03-12 11:56:29'),
(4069, 2818, 500, 321458, 600, 1, '2024-03-12 12:00:59', '2024-03-12 12:00:59'),
(4070, 3067, 500, 321933, 900, 1, '2024-03-12 13:20:57', '2024-03-12 13:20:57'),
(4071, 3170, 500, 322520, 500, 1, '2024-03-12 13:33:47', '2024-03-12 13:33:47'),
(4072, 3211, 500, 322532, 3600, 12, '2024-03-12 14:08:05', '2024-03-12 14:08:05'),
(4073, 2784, 500, 322533, 200, 1, '2024-03-12 15:19:25', '2024-03-12 15:19:25'),
(4074, 3097, 500, 322534, 333, 1, '2024-03-12 15:43:01', '2024-03-12 15:43:01'),
(4075, 3212, 500, 322546, 13500, 12, '2024-03-12 15:45:04', '2024-03-12 15:45:04'),
(4076, 2890, 500, 322547, 500, 1, '2024-03-12 15:47:38', '2024-03-12 15:47:38'),
(4077, 3100, 500, 322548, 3500, 1, '2024-03-13 09:32:41', '2024-03-13 09:32:41'),
(4078, 2980, 500, 322549, 150, 1, '2024-03-13 13:57:12', '2024-03-13 13:57:12'),
(4079, 3026, 500, 321850, 300, 1, '2024-03-13 13:58:21', '2024-03-13 13:58:21'),
(4080, 3185, 500, 322375, 300, 1, '2024-03-13 14:01:19', '2024-03-13 14:01:19'),
(4081, 3007, 500, 322550, 300, 1, '2024-03-13 14:02:05', '2024-03-13 14:02:05'),
(4082, 3142, 500, 322551, 350, 1, '2024-03-13 14:02:34', '2024-03-13 14:02:34'),
(4083, 3067, 500, 322552, 900, 1, '2024-03-13 14:04:54', '2024-03-13 14:04:54'),
(4084, 3026, 500, 322553, 300, 1, '2024-03-13 14:06:23', '2024-03-13 14:06:23'),
(4085, 2891, 500, 322554, 300, 1, '2024-03-13 14:10:30', '2024-03-13 14:10:30'),
(4086, 3213, 500, 322558, 750, 3, '2024-03-13 14:41:56', '2024-03-13 14:41:56'),
(4087, 3213, 500, 322558, 0, 1, '2024-03-13 14:42:07', '2024-03-13 14:42:07'),
(4088, 2947, 500, 322560, 400, 1, '2024-03-14 11:10:36', '2024-03-14 11:10:36'),
(4089, 3161, 500, 322210, 350, 1, '2024-03-14 12:07:09', '2024-03-14 12:07:09'),
(4090, 3214, 500, 322563, 300, 1, '2024-03-14 12:28:04', '2024-03-14 12:28:04'),
(4091, 2933, 500, 321681, 1000, 2, '2024-03-14 12:36:44', '2024-03-14 12:36:44'),
(4092, 2968, 500, 321752, 800, 4, '2024-03-14 12:38:22', '2024-03-14 12:38:22'),
(4093, 2851, 500, 322564, 200, 1, '2024-03-14 12:50:12', '2024-03-14 12:50:12'),
(4094, 2913, 500, 322565, 1200, 2, '2024-03-14 13:03:45', '2024-03-14 13:03:45'),
(4095, 2829, 500, 321483, 300, 1, '2024-03-14 13:04:32', '2024-03-14 13:04:32'),
(4096, 3215, 500, 322566, 200, 1, '2024-03-14 13:14:12', '2024-03-14 13:14:12'),
(4097, 3216, 500, 322567, 350, 1, '2024-03-14 13:41:26', '2024-03-14 13:41:26'),
(4098, 3133, 500, 322091, 300, 1, '2024-03-14 13:43:43', '2024-03-14 13:43:43'),
(4099, 2990, 500, 322568, 900, 3, '2024-03-14 13:59:17', '2024-03-14 13:59:17'),
(4100, 1829, 500, 322569, 600, 1, '2024-03-14 14:04:44', '2024-03-14 14:04:44'),
(4101, 3147, 500, 322570, 150, 1, '2024-03-14 15:01:47', '2024-03-14 15:01:47'),
(4102, 2824, 500, 321478, 300, 1, '2024-03-14 15:30:16', '2024-03-14 15:30:16'),
(4103, 2827, 500, 322571, 300, 1, '2024-03-14 15:39:40', '2024-03-14 15:39:40'),
(4104, 3217, 500, 322572, 600, 1, '2024-03-14 16:04:14', '2024-03-14 16:04:14'),
(4105, 3134, 500, 322092, 350, 1, '2024-03-16 11:33:15', '2024-03-16 11:33:15'),
(4106, 3218, 500, 322575, 900, 3, '2024-03-16 11:34:42', '2024-03-16 11:34:42'),
(4107, 3219, 500, 322587, 2400, 12, '2024-03-16 11:40:27', '2024-03-16 11:40:27'),
(4108, 3220, 500, 322588, 960, 1, '2024-03-16 11:45:54', '2024-03-16 11:45:54'),
(4109, 3221, 500, 322600, 3240, 12, '2024-03-16 11:50:22', '2024-03-16 11:50:22'),
(4110, 3066, 500, 321932, 300, 1, '2024-03-16 11:51:24', '2024-03-16 11:51:24'),
(4111, 2867, 500, 321542, 1200, 1, '2024-03-16 12:41:43', '2024-03-16 12:41:43'),
(4112, 2934, 500, 322601, 600, 2, '2024-03-16 12:52:58', '2024-03-16 12:52:58'),
(4113, 2834, 500, 321493, 400, 2, '2024-03-17 11:15:08', '2024-03-17 11:15:08'),
(4114, 2834, 500, 321493, 0, 2, '2024-03-17 11:15:25', '2024-03-17 11:15:25'),
(4115, 3124, 500, 322602, 300, 1, '2024-03-17 11:16:16', '2024-03-17 11:16:16'),
(4116, 3222, 500, 322608, 1800, 6, '2024-03-17 12:07:45', '2024-03-17 12:07:45'),
(4117, 3223, 500, 322614, 1998, 6, '2024-03-17 12:09:33', '2024-03-17 12:09:33'),
(4118, 2839, 500, 321498, 300, 1, '2024-03-17 13:42:12', '2024-03-17 13:42:12'),
(4119, 2852, 500, 322615, 300, 1, '2024-03-17 13:44:52', '2024-03-17 13:44:52'),
(4120, 3132, 500, 322090, 300, 1, '2024-03-17 14:47:17', '2024-03-17 14:47:17'),
(4121, 3226, 500, 322628, 350, 1, '2024-03-17 15:24:38', '2024-03-17 15:24:38'),
(4122, 3106, 500, 322629, 400, 1, '2024-03-17 15:35:56', '2024-03-17 15:35:56'),
(4123, 3123, 500, 322630, 300, 1, '2024-03-17 15:51:11', '2024-03-17 15:51:11'),
(4124, 2533, 500, 322632, 600, 2, '2024-03-17 16:11:06', '2024-03-17 16:11:06'),
(4125, 3227, 500, 322635, 300, 2, '2024-03-17 16:13:57', '2024-03-17 16:13:57'),
(4126, 3121, 500, 322078, 200, 1, '2024-03-18 10:07:25', '2024-03-18 10:07:25'),
(4127, 2988, 500, 322636, 350, 1, '2024-03-18 10:08:07', '2024-03-18 10:08:07'),
(4128, 3083, 500, 322637, 500, 1, '2024-03-18 10:58:43', '2024-03-18 10:58:43'),
(4129, 3060, 500, 321909, 300, 1, '2024-03-18 11:10:31', '2024-03-18 11:10:31'),
(4130, 3069, 500, 322638, 350, 1, '2024-03-18 11:21:21', '2024-03-18 11:21:21'),
(4131, 3075, 500, 322639, 300, 1, '2024-03-18 11:22:11', '2024-03-18 11:22:11'),
(4132, 2795, 500, 321371, 400, 2, '2024-03-18 12:27:36', '2024-03-18 12:27:36'),
(4133, 3228, 500, 322651, 3600, 12, '2024-03-18 13:12:07', '2024-03-18 13:12:07'),
(4134, 3136, 500, 322094, 300, 1, '2024-03-18 13:14:26', '2024-03-18 13:14:26'),
(4135, 3026, 500, 322652, 300, 1, '2024-03-18 14:18:22', '2024-03-18 14:18:22'),
(4136, 2452, 500, 322653, 300, 1, '2024-03-18 14:28:05', '2024-03-18 14:28:05'),
(4137, 2950, 500, 322654, 350, 1, '2024-03-18 15:56:15', '2024-03-18 15:56:15'),
(4138, 3140, 500, 322655, 1250, 1, '2024-03-19 10:00:38', '2024-03-19 10:00:38'),
(4139, 3229, 500, 322667, 3600, 12, '2024-03-19 10:08:02', '2024-03-19 10:08:02'),
(4140, 3010, 500, 322668, 350, 1, '2024-03-19 10:15:34', '2024-03-19 10:15:34'),
(4141, 3035, 500, 322669, 600, 2, '2024-03-19 10:16:41', '2024-03-19 10:16:41'),
(4142, 3084, 500, 322670, 300, 1, '2024-03-19 10:17:40', '2024-03-19 10:17:40'),
(4143, 3230, 500, 322682, 3600, 12, '2024-03-19 10:33:29', '2024-03-19 10:33:29'),
(4144, 1161, 500, 322684, 2500, 2, '2024-03-19 12:01:21', '2024-03-19 12:01:21'),
(4145, 2963, 500, 322685, 300, 1, '2024-03-19 12:28:23', '2024-03-19 12:28:23'),
(4146, 3231, 500, 322686, 300, 1, '2024-03-19 13:31:33', '2024-03-19 13:31:33'),
(4147, 3006, 500, 321817, 250, 1, '2024-03-19 15:09:42', '2024-03-19 15:09:42'),
(4148, 3005, 500, 322687, 250, 1, '2024-03-19 15:20:35', '2024-03-19 15:20:35'),
(4149, 2999, 500, 322688, 400, 1, '2024-03-19 15:32:43', '2024-03-19 15:32:43'),
(4150, 2993, 500, 322689, 350, 1, '2024-03-19 15:40:19', '2024-03-19 15:40:19'),
(4151, 2929, 500, 322690, 300, 1, '2024-03-19 16:01:14', '2024-03-19 16:01:14'),
(4152, 3233, 500, 322703, 2004, 12, '2024-03-20 10:21:48', '2024-03-20 10:21:48'),
(4153, 2995, 500, 322704, 300, 1, '2024-03-20 10:22:24', '2024-03-20 10:22:24'),
(4154, 3232, 500, 322691, 200, 1, '2024-03-20 10:24:01', '2024-03-20 10:24:01'),
(4155, 3041, 500, 322705, 2600, 1, '2024-03-20 10:24:45', '2024-03-20 10:24:45'),
(4156, 2992, 500, 322706, 300, 1, '2024-03-20 10:25:08', '2024-03-20 10:25:08'),
(4157, 3052, 500, 321896, 200, 1, '2024-03-20 10:26:34', '2024-03-20 10:26:34'),
(4158, 3234, 500, 322707, 5000, 1, '2024-03-20 13:17:12', '2024-03-20 13:17:12'),
(4159, 2985, 500, 321778, 1000, 1, '2024-03-20 13:18:23', '2024-03-20 13:18:23'),
(4160, 3011, 500, 322708, 750, 1, '2024-03-20 13:19:25', '2024-03-20 13:19:25'),
(4161, 3235, 500, 322709, 300, 1, '2024-03-20 13:20:43', '2024-03-20 13:20:43'),
(4162, 2854, 500, 322710, 300, 1, '2024-03-20 13:34:02', '2024-03-20 13:34:02'),
(4163, 3236, 500, 322722, 3204, 12, '2024-03-20 14:02:05', '2024-03-20 14:02:05'),
(4164, 3237, 500, 322723, 3800, 1, '2024-03-20 15:49:19', '2024-03-20 15:49:19'),
(4165, 3237, 500, 322724, 50, 1, '2024-03-20 15:50:49', '2024-03-20 15:50:49'),
(4166, 3238, 500, 322725, 350, 1, '2024-03-20 15:53:54', '2024-03-20 15:53:54'),
(4167, 3088, 500, 322726, 300, 1, '2024-03-20 16:03:56', '2024-03-20 16:03:56'),
(4168, 2969, 500, 322728, 400, 1, '2024-03-21 12:42:03', '2024-03-21 12:42:03'),
(4169, 2687, 500, 322729, 350, 1, '2024-03-21 12:43:16', '2024-03-21 12:43:16'),
(4170, 2689, 500, 322730, 600, 2, '2024-03-21 12:44:25', '2024-03-21 12:44:25'),
(4171, 3240, 500, 322731, 350, 1, '2024-03-21 12:46:30', '2024-03-21 12:46:30'),
(4172, 3241, 500, 322741, 1870, 1, '2024-03-21 12:49:39', '2024-03-21 12:49:39'),
(4173, 2966, 500, 322742, 300, 1, '2024-03-21 12:50:17', '2024-03-21 12:50:17'),
(4174, 2959, 500, 322743, 400, 2, '2024-03-21 13:00:43', '2024-03-21 13:00:43'),
(4175, 3168, 500, 322744, 333, 1, '2024-03-21 15:33:02', '2024-03-21 15:33:02'),
(4176, 2928, 500, 321672, 900, 3, '2024-03-21 16:01:00', '2024-03-21 16:01:00'),
(4177, 2928, 500, 322745, 0, 1, '2024-03-21 16:01:17', '2024-03-21 16:01:17'),
(4178, 3161, 500, 322746, 350, 1, '2024-03-23 10:10:22', '2024-03-23 10:10:22'),
(4179, 3177, 500, 322321, 300, 1, '2024-03-23 10:20:33', '2024-03-23 10:20:33'),
(4180, 3190, 500, 322751, 1998, 6, '2024-03-23 10:22:05', '2024-03-23 10:22:05'),
(4181, 2944, 500, 322752, 333, 1, '2024-03-23 10:23:16', '2024-03-23 10:23:16'),
(4182, 2965, 500, 321743, 300, 1, '2024-03-23 10:24:29', '2024-03-23 10:24:29'),
(4183, 2960, 500, 322753, 300, 1, '2024-03-23 10:25:33', '2024-03-23 10:25:33'),
(4184, 2952, 500, 322754, 350, 1, '2024-03-23 10:27:10', '2024-03-23 10:27:10'),
(4185, 3145, 500, 322755, 300, 1, '2024-03-23 10:27:42', '2024-03-23 10:27:42'),
(4186, 3242, 500, 322756, 350, 1, '2024-03-23 10:30:24', '2024-03-23 10:30:24'),
(4187, 3243, 500, 322757, 3000, 1, '2024-03-23 10:32:50', '2024-03-23 10:32:50'),
(4188, 2953, 500, 322758, 300, 1, '2024-03-23 10:33:26', '2024-03-23 10:33:26'),
(4189, 1878, 500, 322761, 1050, 3, '2024-03-23 14:00:22', '2024-03-23 14:00:22'),
(4190, 3244, 500, 322773, 3000, 12, '2024-03-23 15:07:40', '2024-03-23 15:07:40'),
(4191, 3074, 500, 321940, 300, 1, '2024-03-23 15:10:54', '2024-03-23 15:10:54'),
(4192, 3245, 500, 322774, 200, 1, '2024-03-23 15:13:09', '2024-03-23 15:13:09'),
(4193, 3246, 500, 322775, 300, 1, '2024-03-23 15:17:14', '2024-03-23 15:17:14'),
(4194, 3248, 500, 322781, 900, 3, '2024-03-23 15:28:34', '2024-03-23 15:28:34'),
(4195, 2970, 500, 322783, 400, 1, '2024-03-24 10:24:28', '2024-03-24 10:24:28'),
(4196, 2991, 500, 322784, 600, 2, '2024-03-24 10:25:28', '2024-03-24 10:25:28'),
(4197, 3250, 500, 322787, 600, 2, '2024-03-24 10:27:11', '2024-03-24 10:27:11'),
(4198, 2829, 500, 322789, 300, 1, '2024-03-24 11:21:33', '2024-03-24 11:21:33'),
(4199, 1884, 500, 322790, 300, 1, '2024-03-24 11:24:58', '2024-03-24 11:24:58'),
(4200, 2814, 500, 321446, 300, 1, '2024-03-24 11:45:57', '2024-03-24 11:45:57'),
(4201, 2840, 500, 322791, 350, 1, '2024-03-24 12:36:41', '2024-03-24 12:36:41'),
(4202, 3027, 500, 322792, 800, 2, '2024-03-24 12:38:12', '2024-03-24 12:38:12'),
(4203, 1887, 500, 201106, 3000, 1, '2024-03-24 12:39:18', '2024-03-24 12:39:18'),
(4204, 1887, 500, 322793, 0, 1, '2024-03-24 12:39:36', '2024-03-24 12:39:36'),
(4205, 3138, 500, 322096, 300, 1, '2024-03-24 13:12:54', '2024-03-24 13:12:54'),
(4206, 2864, 500, 322804, 4200, 12, '2024-03-24 14:00:26', '2024-03-24 14:00:26'),
(4207, 2872, 500, 321547, 900, 1, '2024-03-24 14:06:30', '2024-03-24 14:06:30'),
(4208, 2872, 500, 322805, 0, 1, '2024-03-24 14:07:17', '2024-03-24 14:07:17'),
(4209, 3251, 500, 322806, 300, 1, '2024-03-24 14:46:04', '2024-03-24 14:46:04'),
(4210, 3157, 500, 322204, 600, 2, '2024-03-24 14:52:37', '2024-03-24 14:52:37'),
(4211, 2879, 500, 322807, 700, 2, '2024-03-24 15:01:28', '2024-03-24 15:01:28'),
(4212, 2861, 500, 322808, 300, 1, '2024-03-25 12:32:55', '2024-03-25 12:32:55'),
(4213, 2935, 500, 322809, 666, 2, '2024-03-25 12:34:20', '2024-03-25 12:34:20'),
(4214, 3252, 500, 322811, 1700, 1, '2024-03-25 12:46:15', '2024-03-25 12:46:15'),
(4215, 3032, 500, 322813, 300, 1, '2024-03-25 12:49:34', '2024-03-25 12:49:34'),
(4216, 1873, 500, 322815, 1050, 3, '2024-03-25 12:50:27', '2024-03-25 12:50:27'),
(4217, 3024, 500, 322826, 6300, 12, '2024-03-25 12:56:18', '2024-03-25 12:56:18'),
(4218, 2809, 500, 322827, 300, 1, '2024-03-25 14:22:21', '2024-03-25 14:22:21'),
(4219, 3117, 500, 322828, 300, 1, '2024-03-25 14:39:30', '2024-03-25 14:39:30'),
(4220, 1111, 500, 322835, 7994, 7, '2024-03-25 15:02:45', '2024-03-25 15:02:45'),
(4221, 3253, 500, 322847, 3780, 12, '2024-03-25 15:10:41', '2024-03-25 15:10:41'),
(4222, 3019, 500, 322858, 3000, 12, '2024-03-25 15:13:23', '2024-03-25 15:13:23'),
(4223, 2887, 500, 321577, 350, 1, '2024-03-25 15:16:44', '2024-03-25 15:16:44'),
(4224, 2887, 500, 322859, 0, 1, '2024-03-25 15:16:56', '2024-03-25 15:16:56'),
(4225, 2894, 500, 322861, 600, 2, '2024-03-25 15:48:32', '2024-03-25 15:48:32'),
(4226, 3254, 500, 322863, 510, 2, '2024-03-25 16:03:02', '2024-03-25 16:03:02'),
(4227, 2886, 500, 321575, 600, 2, '2024-03-27 09:33:58', '2024-03-27 09:33:58'),
(4228, 3256, 500, 322877, 3780, 12, '2024-03-27 10:58:45', '2024-03-27 10:58:45'),
(4229, 3257, 500, 322878, 350, 1, '2024-03-27 11:04:10', '2024-03-27 11:04:10'),
(4230, 3072, 500, 321938, 300, 1, '2024-03-27 11:05:18', '2024-03-27 11:05:18'),
(4231, 1875, 500, 322879, 600, 2, '2024-03-27 11:07:40', '2024-03-27 11:07:40'),
(4232, 3176, 500, 322316, 300, 1, '2024-03-27 11:09:49', '2024-03-27 11:09:49'),
(4233, 3167, 500, 322880, 300, 1, '2024-03-27 11:10:32', '2024-03-27 11:10:32'),
(4234, 2888, 500, 322881, 300, 2, '2024-03-27 11:13:18', '2024-03-27 11:13:18'),
(4235, 3258, 500, 322882, 600, 1, '2024-03-27 11:16:54', '2024-03-27 11:16:54'),
(4236, 3103, 500, 322884, 3000, 2, '2024-03-27 11:24:17', '2024-03-27 11:24:17'),
(4237, 3210, 500, 322515, 300, 1, '2024-03-27 12:08:22', '2024-03-27 12:08:22'),
(4238, 3065, 500, 322885, 500, 1, '2024-03-27 14:59:18', '2024-03-27 14:59:18'),
(4239, 2937, 500, 322886, 200, 1, '2024-03-27 15:19:41', '2024-03-27 15:19:41'),
(4240, 2930, 500, 322887, 200, 1, '2024-03-27 15:20:32', '2024-03-27 15:20:32'),
(4241, 2793, 500, 322888, 300, 1, '2024-03-27 15:39:42', '2024-03-27 15:39:42'),
(4242, 2958, 500, 322889, 600, 2, '2024-03-27 15:52:36', '2024-03-27 15:52:36'),
(4243, 2961, 500, 322890, 900, 3, '2024-03-27 15:57:52', '2024-03-27 15:57:52'),
(4244, 2941, 500, 322891, 350, 1, '2024-03-28 10:37:02', '2024-03-28 10:37:02'),
(4245, 3259, 500, 322892, 350, 1, '2024-03-28 10:38:32', '2024-03-28 10:38:32'),
(4246, 2977, 500, 322903, 3000, 12, '2024-03-28 11:41:39', '2024-03-28 11:41:39'),
(4247, 2998, 500, 322904, 400, 1, '2024-03-28 11:43:33', '2024-03-28 11:43:33'),
(4248, 3260, 500, 322916, 4200, 12, '2024-03-28 12:59:42', '2024-03-28 12:59:42'),
(4249, 2859, 500, 322917, 1200, 2, '2024-03-28 13:02:06', '2024-03-28 13:02:06'),
(4250, 3162, 500, 322918, 200, 1, '2024-03-28 13:02:54', '2024-03-28 13:02:54'),
(4251, 3030, 500, 321856, 333, 1, '2024-03-28 13:21:16', '2024-03-28 13:21:16'),
(4252, 3225, 500, 322627, 1200, 3, '2024-03-28 13:45:36', '2024-03-28 13:45:36'),
(4253, 3225, 500, 322627, 0, 1, '2024-03-28 13:45:46', '2024-03-28 13:45:46'),
(4254, 2847, 500, 322919, 300, 1, '2024-03-28 14:11:47', '2024-03-28 14:11:47'),
(4255, 2949, 500, 321717, 600, 2, '2024-03-30 13:15:32', '2024-03-30 13:15:32'),
(4256, 2823, 500, 321464, 350, 1, '2024-03-30 13:16:19', '2024-03-30 13:16:19'),
(4257, 3261, 500, 322923, 900, 3, '2024-03-30 13:17:57', '2024-03-30 13:17:57'),
(4258, 3261, 500, 322923, 0, 1, '2024-03-30 13:18:07', '2024-03-30 13:18:07'),
(4259, 2912, 500, 322925, 800, 2, '2024-03-30 13:19:08', '2024-03-30 13:19:08'),
(4260, 2925, 500, 322926, 800, 2, '2024-03-30 13:20:20', '2024-03-30 13:20:20'),
(4261, 2866, 500, 321541, 200, 1, '2024-03-30 13:21:06', '2024-03-30 13:21:06'),
(4262, 2875, 500, 322927, 300, 1, '2024-03-30 13:21:50', '2024-03-30 13:21:50'),
(4263, 1235, 500, 322929, 6000, 3, '2024-03-30 13:23:05', '2024-03-30 13:23:05'),
(4264, 1235, 500, 322932, 0, 3, '2024-03-30 13:23:15', '2024-03-30 13:23:15'),
(4265, 3029, 500, 322943, 3000, 12, '2024-03-30 13:28:05', '2024-03-30 13:28:05'),
(4266, 3262, 500, 322944, 300, 1, '2024-03-30 13:41:06', '2024-03-30 13:41:06'),
(4267, 3263, 500, 322947, 400, 2, '2024-03-30 13:51:23', '2024-03-30 13:51:23'),
(4268, 2800, 500, 322948, 750, 3, '2024-03-30 14:28:24', '2024-03-30 14:28:24'),
(4269, 3129, 500, 322087, 350, 1, '2024-03-31 10:34:53', '2024-03-31 10:34:53'),
(4270, 2818, 500, 322949, 600, 1, '2024-03-31 10:37:23', '2024-03-31 10:37:23'),
(4271, 3264, 500, 322950, 500, 1, '2024-03-31 10:39:50', '2024-03-31 10:39:50'),
(4272, 2878, 500, 321560, 150, 1, '2024-03-31 13:33:49', '2024-03-31 13:33:49'),
(4273, 3164, 500, 322266, 0, 2, '2024-03-31 13:36:26', '2024-03-31 13:36:26'),
(4274, 3164, 500, 322951, 250, 1, '2024-03-31 13:36:37', '2024-03-31 13:36:37'),
(4275, 2842, 500, 322952, 600, 2, '2024-03-31 13:37:39', '2024-03-31 13:37:39'),
(4276, 2873, 500, 321551, 400, 1, '2024-03-31 13:41:07', '2024-03-31 13:41:07'),
(4277, 2989, 500, 322953, 1200, 2, '2024-03-31 13:42:02', '2024-03-31 13:42:02'),
(4278, 3050, 500, 322954, 600, 2, '2024-03-31 13:42:58', '2024-03-31 13:42:58'),
(4279, 1889, 500, 322956, 600, 2, '2024-03-31 13:43:41', '2024-03-31 13:43:41'),
(4280, 3265, 500, 322968, 11520, 12, '2024-03-31 13:46:45', '2024-03-31 13:46:45'),
(4281, 2924, 500, 322969, 300, 1, '2024-03-31 13:50:09', '2024-03-31 13:50:09'),
(4282, 2862, 500, 322970, 250, 1, '2024-03-31 13:52:10', '2024-03-31 13:52:10'),
(4283, 2807, 500, 322971, 300, 1, '2024-03-31 14:22:24', '2024-03-31 14:22:24'),
(4284, 2898, 500, 322972, 600, 2, '2024-03-31 14:33:18', '2024-03-31 14:33:18'),
(4285, 2843, 500, 321502, 350, 1, '2024-04-01 14:35:46', '2024-04-01 14:35:46'),
(4286, 3266, 500, 322984, 3000, 12, '2024-04-01 14:37:38', '2024-04-01 14:37:38'),
(4287, 2806, 500, 322985, 350, 1, '2024-04-01 14:40:02', '2024-04-01 14:40:02'),
(4288, 2802, 500, 322986, 400, 1, '2024-04-01 14:41:15', '2024-04-01 14:41:15'),
(4289, 3267, 500, 322998, 6480, 12, '2024-04-01 14:50:26', '2024-04-01 14:50:26'),
(4290, 3268, 500, 323010, 3240, 12, '2024-04-01 14:53:15', '2024-04-01 14:53:15'),
(4291, 2804, 500, 323011, 300, 1, '2024-04-01 14:54:25', '2024-04-01 14:54:25'),
(4292, 3269, 500, 323014, 500, 2, '2024-04-01 14:57:07', '2024-04-01 14:57:07'),
(4293, 3270, 500, 323027, 2796, 12, '2024-04-01 15:03:24', '2024-04-01 15:03:24'),
(4294, 3025, 500, 323028, 300, 1, '2024-04-01 15:04:30', '2024-04-01 15:04:30'),
(4295, 3033, 500, 323029, 1200, 2, '2024-04-01 15:05:32', '2024-04-01 15:05:32'),
(4296, 3071, 500, 323030, 800, 2, '2024-04-01 15:08:44', '2024-04-01 15:08:44'),
(4297, 3271, 500, 323033, 350, 1, '2024-04-02 15:06:24', '2024-04-02 15:06:24'),
(4298, 3272, 500, 323034, 350, 1, '2024-04-02 15:07:36', '2024-04-02 15:07:36'),
(4299, 3068, 500, 323035, 300, 1, '2024-04-02 15:24:13', '2024-04-02 15:24:13'),
(4300, 2931, 500, 323036, 300, 1, '2024-04-02 15:27:16', '2024-04-02 15:27:16'),
(4301, 2938, 500, 323037, 600, 2, '2024-04-02 15:28:28', '2024-04-02 15:28:28'),
(4302, 3008, 500, 323038, 410, 1, '2024-04-02 15:29:32', '2024-04-02 15:29:32'),
(4303, 2828, 500, 323040, 900, 3, '2024-04-02 15:30:25', '2024-04-02 15:30:25'),
(4304, 2996, 500, 323041, 400, 1, '2024-04-02 15:31:09', '2024-04-02 15:31:09'),
(4305, 2799, 500, 323042, 400, 1, '2024-04-02 15:32:43', '2024-04-02 15:32:43'),
(4306, 2970, 500, 323043, 400, 1, '2024-04-02 15:33:18', '2024-04-02 15:33:18'),
(4307, 2997, 500, 323044, 852, 3, '2024-04-02 15:34:09', '2024-04-02 15:34:09'),
(4308, 3273, 500, 323045, 300, 1, '2024-04-02 15:34:54', '2024-04-02 15:34:54'),
(4309, 2902, 500, 323046, 300, 1, '2024-04-02 15:36:42', '2024-04-02 15:36:42'),
(4310, 2979, 500, 323047, 300, 1, '2024-04-02 15:37:45', '2024-04-02 15:37:45'),
(4311, 3274, 500, 323048, 350, 1, '2024-04-03 09:48:36', '2024-04-03 09:48:36'),
(4312, 3079, 500, 323049, 350, 1, '2024-04-03 09:54:58', '2024-04-03 09:54:58'),
(4313, 2783, 500, 323050, 400, 1, '2024-04-03 10:02:02', '2024-04-03 10:02:02'),
(4314, 3000, 500, 321806, 0, 0, '2024-04-03 10:03:01', '2024-04-03 10:03:01'),
(4315, 3000, 500, 321806, 0, 1, '2024-04-03 10:03:30', '2024-04-03 10:03:30'),
(4316, 3000, 500, 321806, 500, 2, '2024-04-03 10:03:41', '2024-04-03 10:03:41'),
(4317, 3275, 500, 323062, 3600, 12, '2024-04-03 12:38:25', '2024-04-03 12:38:25'),
(4318, 2980, 500, 323063, 150, 1, '2024-04-03 13:13:12', '2024-04-03 13:13:12'),
(4319, 2893, 500, 321589, 0, 2, '2024-04-03 14:24:34', '2024-04-03 14:24:34'),
(4320, 2893, 500, 321589, 300, 1, '2024-04-03 14:24:49', '2024-04-03 14:24:49'),
(4321, 2893, 500, 323064, 600, 2, '2024-04-03 14:24:59', '2024-04-03 14:24:59'),
(4322, 2892, 500, 323065, 250, 1, '2024-04-04 10:27:11', '2024-04-04 10:27:11'),
(4323, 2815, 500, 323066, 350, 1, '2024-04-04 10:45:42', '2024-04-04 10:45:42'),
(4324, 3021, 500, 321845, 350, 1, '2024-04-04 11:01:17', '2024-04-04 11:01:17'),
(4325, 3100, 500, 323067, 4500, 1, '2024-04-04 11:01:54', '2024-04-04 11:01:54'),
(4326, 2954, 500, 323068, 300, 1, '2024-04-04 11:03:03', '2024-04-04 11:03:03'),
(4327, 2926, 500, 321667, 0, 1, '2024-04-04 11:33:17', '2024-04-04 11:33:17'),
(4328, 2926, 500, 323069, 300, 1, '2024-04-04 11:33:34', '2024-04-04 11:33:34'),
(4329, 2787, 500, 323070, 400, 1, '2024-04-04 11:41:37', '2024-04-04 11:41:37'),
(4330, 3144, 500, 323072, 600, 2, '2024-04-04 12:05:20', '2024-04-04 12:05:20'),
(4331, 3094, 500, 323073, 350, 1, '2024-04-04 12:07:21', '2024-04-04 12:07:21'),
(4332, 3067, 500, 322552, 0, 0, '2024-04-04 12:26:54', '2024-04-04 12:26:54'),
(4333, 3067, 500, 323074, 0, 1, '2024-04-04 12:27:07', '2024-04-04 12:27:07'),
(4334, 3276, 500, 323080, 1998, 6, '2024-04-04 12:32:16', '2024-04-04 12:32:16'),
(4335, 3277, 500, 323083, 600, 2, '2024-04-04 12:58:20', '2024-04-04 12:58:20'),
(4336, 3239, 500, 323084, 600, 2, '2024-04-04 13:09:55', '2024-04-04 13:09:55'),
(4337, 3278, 500, 323088, 1200, 3, '2024-04-04 14:32:46', '2024-04-04 14:32:46'),
(4338, 3279, 500, 323100, 3240, 12, '2024-04-04 14:45:03', '2024-04-04 14:45:03'),
(4339, 3187, 500, 323111, 7200, 12, '2024-04-04 14:57:06', '2024-04-04 14:57:06'),
(4340, 3187, 500, 323122, 5698, 11, '2024-04-04 14:58:26', '2024-04-04 14:58:26'),
(4341, 3280, 500, 323125, 200, 1, '2024-04-04 15:44:02', '2024-04-04 15:44:02'),
(4342, 2856, 500, 323126, 1200, 1, '2024-04-04 16:32:14', '2024-04-04 16:32:14'),
(4343, 3093, 500, 323127, 350, 1, '2024-04-06 13:08:04', '2024-04-06 13:08:04'),
(4344, 3281, 500, 323133, 1500, 6, '2024-04-06 14:47:38', '2024-04-06 14:47:38'),
(4345, 3092, 500, 323134, 200, 1, '2024-04-06 15:34:36', '2024-04-06 15:34:36'),
(4346, 3142, 500, 323135, 350, 1, '2024-04-06 15:38:24', '2024-04-06 15:38:24'),
(4347, 3168, 500, 323136, 333, 1, '2024-04-06 15:40:09', '2024-04-06 15:40:09'),
(4348, 3039, 500, 323137, 200, 1, '2024-04-06 15:40:52', '2024-04-06 15:40:52'),
(4349, 3114, 500, 323138, 450, 1, '2024-04-06 15:41:56', '2024-04-06 15:41:56'),
(4350, 3104, 500, 323139, 200, 1, '2024-04-06 15:42:36', '2024-04-06 15:42:36'),
(4351, 2825, 500, 323140, 400, 1, '2024-04-06 15:43:41', '2024-04-06 15:43:41'),
(4352, 3120, 500, 323141, 600, 1, '2024-04-06 15:44:55', '2024-04-06 15:44:55'),
(4353, 2857, 500, 323142, 350, 1, '2024-04-06 15:45:36', '2024-04-06 15:45:36'),
(4354, 2910, 500, 323143, 300, 1, '2024-04-06 15:46:07', '2024-04-06 15:46:07'),
(4355, 2682, 500, 323144, 300, 1, '2024-04-06 15:47:14', '2024-04-06 15:47:14'),
(4356, 3283, 500, 323152, 2800, 1, '2024-04-06 15:50:30', '2024-04-06 15:50:30'),
(4357, 2874, 500, 323154, 800, 2, '2024-04-06 15:51:14', '2024-04-06 15:51:14'),
(4358, 3284, 500, 323158, 400, 2, '2024-04-06 15:53:01', '2024-04-06 15:53:01'),
(4359, 2880, 500, 323160, 900, 3, '2024-04-06 15:53:47', '2024-04-06 15:53:47'),
(4360, 2860, 500, 323161, 300, 1, '2024-04-06 15:54:20', '2024-04-06 15:54:20'),
(4361, 2865, 500, 323162, 500, 1, '2024-04-06 15:55:16', '2024-04-06 15:55:16'),
(4362, 1110, 500, 323165, 1002, 3, '2024-04-06 15:56:36', '2024-04-06 15:56:36'),
(4363, 3285, 500, 323168, 1500, 2, '2024-04-06 16:00:06', '2024-04-06 16:00:06'),
(4364, 3201, 500, 323169, 200, 1, '2024-04-07 10:02:24', '2024-04-07 10:02:24'),
(4365, 2801, 500, 323170, 600, 1, '2024-04-07 10:03:33', '2024-04-07 10:03:33'),
(4366, 2794, 500, 323172, 900, 3, '2024-04-07 10:04:22', '2024-04-07 10:04:22'),
(4367, 3048, 500, 323173, 200, 1, '2024-04-07 10:52:18', '2024-04-07 10:52:18'),
(4368, 3178, 500, 323174, 200, 1, '2024-04-07 10:58:18', '2024-04-07 10:58:18'),
(4369, 3232, 500, 323175, 200, 1, '2024-04-07 11:02:47', '2024-04-07 11:02:47'),
(4370, 3286, 500, 323187, 3240, 12, '2024-04-07 11:40:31', '2024-04-07 11:40:31'),
(4371, 3287, 500, 323188, 350, 1, '2024-04-07 12:44:19', '2024-04-07 12:44:19'),
(4372, 3287, 500, 323189, 350, 1, '2024-04-07 12:44:22', '2024-04-07 12:44:22'),
(4373, 3288, 500, 323201, 3780, 12, '2024-04-07 12:49:59', '2024-04-07 12:49:59'),
(4374, 2824, 500, 323202, 300, 1, '2024-04-07 15:42:25', '2024-04-07 15:42:25'),
(4375, 2821, 500, 323203, 500, 1, '2024-04-08 10:14:41', '2024-04-08 10:14:41'),
(4376, 2832, 500, 323204, 600, 1, '2024-04-08 10:16:13', '2024-04-08 10:16:13'),
(4377, 2922, 500, 323205, 300, 1, '2024-04-08 10:17:02', '2024-04-08 10:17:02'),
(4378, 3289, 500, 323217, 3240, 12, '2024-04-08 10:19:28', '2024-04-08 10:19:28'),
(4379, 2917, 500, 323218, 600, 2, '2024-04-08 10:20:36', '2024-04-08 10:20:36'),
(4380, 2877, 500, 323219, 310, 1, '2024-04-08 10:32:32', '2024-04-08 10:32:32'),
(4381, 3101, 500, 323220, 500, 1, '2024-04-08 10:38:07', '2024-04-08 10:38:07'),
(4382, 2927, 500, 323221, 700, 2, '2024-04-08 10:38:26', '2024-04-08 10:38:26'),
(4383, 2988, 500, 323222, 350, 1, '2024-04-08 10:39:23', '2024-04-08 10:39:23'),
(4384, 2891, 500, 323223, 300, 1, '2024-04-08 11:30:57', '2024-04-08 11:30:57'),
(4385, 3126, 500, 323224, 250, 1, '2024-04-08 12:04:43', '2024-04-08 12:04:43'),
(4386, 3170, 500, 323225, 500, 1, '2024-04-08 12:39:38', '2024-04-08 12:39:38'),
(4387, 3290, 500, 323226, 300, 1, '2024-04-08 13:04:11', '2024-04-08 13:04:11'),
(4388, 2796, 500, 323228, 600, 3, '2024-04-08 13:06:02', '2024-04-08 13:06:02'),
(4389, 3059, 500, 323229, 300, 1, '2024-04-08 14:27:10', '2024-04-08 14:27:10'),
(4390, 3128, 500, 323230, 750, 1, '2024-04-08 14:53:31', '2024-04-08 14:53:31'),
(4391, 3259, 2754, 323231, 350, 1, '2024-04-09 10:34:45', '2024-04-09 10:34:45'),
(4392, 2916, 2754, 321652, 750, 3, '2024-04-09 19:40:11', '2024-04-09 19:40:11'),
(4393, 3139, 2754, 323232, 300, 1, '2024-04-10 09:59:46', '2024-04-10 09:59:46'),
(4394, 3074, 2754, 323233, 300, 1, '2024-04-12 14:12:47', '2024-04-12 14:12:47'),
(4395, 3026, 500, 323234, 300, 1, '2024-04-16 17:04:55', '2024-04-16 17:04:55'),
(4396, 2894, 500, 323236, 600, 2, '2024-04-17 11:10:34', '2024-04-17 11:10:34'),
(4397, 3224, 500, 323241, 1800, 12, '2024-04-17 11:13:07', '2024-04-17 11:13:07'),
(4398, 3066, 500, 323242, 300, 1, '2024-04-17 11:15:10', '2024-04-17 11:15:10'),
(4399, 3291, 500, 323254, 3600, 12, '2024-04-17 11:20:50', '2024-04-17 11:20:50'),
(4400, 2811, 500, 323256, 900, 3, '2024-04-17 11:27:29', '2024-04-17 11:27:29'),
(4401, 3112, 500, 323258, 400, 2, '2024-04-17 11:30:09', '2024-04-17 11:30:09'),
(4402, 3112, 500, 323260, 300, 2, '2024-04-17 11:30:31', '2024-04-17 11:30:31'),
(4403, 3185, 500, 323261, 300, 1, '2024-04-17 11:31:43', '2024-04-17 11:31:43'),
(4404, 2915, 500, 323263, 500, 2, '2024-04-17 12:55:47', '2024-04-17 12:55:47'),
(4405, 3292, 500, 323264, 350, 1, '2024-04-17 12:58:17', '2024-04-17 12:58:17'),
(4406, 3172, 500, 323265, 350, 1, '2024-04-17 13:01:52', '2024-04-17 13:01:52'),
(4407, 2849, 500, 323266, 150, 1, '2024-04-17 13:09:03', '2024-04-17 13:09:03'),
(4408, 2830, 500, 323267, 0, 3, '2024-04-17 13:13:03', '2024-04-17 13:13:03'),
(4409, 2830, 500, 323268, 300, 1, '2024-04-17 13:13:19', '2024-04-17 13:13:19'),
(4410, 3055, 500, 321904, 150, 1, '2024-04-17 13:15:28', '2024-04-17 13:15:28'),
(4411, 3258, 500, 323269, 600, 1, '2024-04-17 13:17:05', '2024-04-17 13:17:05'),
(4412, 3293, 500, 323272, 900, 3, '2024-04-17 13:18:41', '2024-04-17 13:18:41'),
(4413, 3137, 500, 323273, 300, 1, '2024-04-17 13:21:46', '2024-04-17 13:21:46'),
(4414, 3294, 500, 323274, 300, 1, '2024-04-17 13:23:19', '2024-04-17 13:23:19'),
(4415, 3119, 500, 323275, 500, 1, '2024-04-17 13:24:55', '2024-04-17 13:24:55'),
(4416, 2853, 500, 323276, 300, 1, '2024-04-17 15:16:54', '2024-04-17 15:16:54'),
(4417, 3096, 500, 321968, 250, 1, '2024-04-17 15:23:42', '2024-04-17 15:23:42'),
(4418, 2901, 500, 323277, 800, 1, '2024-04-17 15:24:30', '2024-04-17 15:24:30'),
(4419, 2907, 500, 323278, 300, 1, '2024-04-17 15:24:57', '2024-04-17 15:24:57'),
(4420, 3295, 500, 323281, 900, 3, '2024-04-17 15:28:34', '2024-04-17 15:28:34'),
(4421, 3098, 500, 323283, 1200, 2, '2024-04-17 15:29:26', '2024-04-17 15:29:26'),
(4422, 3040, 500, 323285, 600, 2, '2024-04-17 15:30:55', '2024-04-17 15:30:55'),
(4423, 3080, 500, 323286, 300, 1, '2024-04-17 15:33:16', '2024-04-17 15:33:16'),
(4424, 2890, 500, 323287, 500, 1, '2024-04-17 15:34:08', '2024-04-17 15:34:08'),
(4425, 3003, 500, 323289, 600, 2, '2024-04-17 15:34:59', '2024-04-17 15:34:59'),
(4426, 2851, 500, 323290, 200, 1, '2024-04-17 15:35:47', '2024-04-17 15:35:47'),
(4427, 3147, 500, 323291, 150, 1, '2024-04-17 15:45:46', '2024-04-17 15:45:46'),
(4428, 3069, 500, 323292, 350, 1, '2024-04-17 15:47:40', '2024-04-17 15:47:40'),
(4429, 3171, 500, 323293, 200, 1, '2024-04-17 15:49:04', '2024-04-17 15:49:04'),
(4430, 3068, 500, 323294, 300, 1, '2024-04-17 15:49:50', '2024-04-17 15:49:50'),
(4431, 2871, 500, 323295, 350, 1, '2024-04-17 15:51:24', '2024-04-17 15:51:24'),
(4432, 3140, 500, 323296, 1250, 1, '2024-04-17 15:54:58', '2024-04-17 15:54:58'),
(4433, 2998, 500, 323297, 400, 1, '2024-04-17 15:56:24', '2024-04-17 15:56:24'),
(4434, 3164, 500, 323298, 250, 1, '2024-04-17 15:58:26', '2024-04-17 15:58:26'),
(4435, 3194, 500, 323299, 600, 1, '2024-04-17 15:59:07', '2024-04-17 15:59:07'),
(4436, 2814, 500, 323300, 300, 1, '2024-04-17 16:10:13', '2024-04-17 16:10:13'),
(4437, 2814, 500, 323301, 300, 1, '2024-04-17 16:11:59', '2024-04-17 16:11:59'),
(4438, 3005, 500, 323302, 250, 1, '2024-04-17 16:12:50', '2024-04-17 16:12:50'),
(4439, 2817, 500, 323303, 300, 1, '2024-04-17 16:20:09', '2024-04-17 16:20:09'),
(4440, 3097, 500, 323304, 333, 1, '2024-04-17 16:26:52', '2024-04-17 16:26:52'),
(4441, 3296, 500, 323316, 3600, 12, '2024-04-17 16:29:30', '2024-04-17 16:29:30'),
(4442, 2947, 500, 323317, 400, 1, '2024-04-17 16:43:13', '2024-04-17 16:43:13'),
(4443, 2865, 500, 323318, 500, 1, '2024-04-17 16:44:44', '2024-04-17 16:44:44'),
(4444, 2882, 500, 321567, 0, 1, '2024-04-17 16:48:08', '2024-04-17 16:48:08'),
(4445, 2882, 500, 323319, 300, 1, '2024-04-17 16:48:34', '2024-04-17 16:48:34'),
(4446, 3297, 500, 323320, 300, 1, '2024-04-17 16:51:09', '2024-04-17 16:51:09'),
(4447, 3142, 500, 323321, 350, 1, '2024-04-17 16:54:29', '2024-04-17 16:54:29'),
(4448, 2899, 500, 321610, 1200, 2, '2024-04-17 16:57:19', '2024-04-17 16:57:19'),
(4449, 3298, 500, 323322, 200, 1, '2024-04-17 17:15:36', '2024-04-17 17:15:36'),
(4450, 3299, 500, 323323, 300, 1, '2024-04-17 17:19:53', '2024-04-17 17:19:53'),
(4451, 2993, 500, 323324, 350, 1, '2024-04-17 17:40:59', '2024-04-17 17:40:59'),
(4452, 3300, 500, 323328, 300, 1, '2024-04-17 17:59:58', '2024-04-17 17:59:58'),
(4453, 3202, 500, 323329, 1720, 1, '2024-04-18 11:33:53', '2024-04-18 11:33:53'),
(4454, 3123, 500, 323330, 300, 1, '2024-04-18 12:26:15', '2024-04-18 12:26:15'),
(4455, 3007, 500, 323331, 300, 1, '2024-04-18 12:27:02', '2024-04-18 12:27:02'),
(4456, 3301, 500, 323332, 500, 1, '2024-04-18 12:28:47', '2024-04-18 12:28:47'),
(4457, 2816, 500, 321451, 300, 1, '2024-04-18 12:52:48', '2024-04-18 12:52:48'),
(4458, 2964, 500, 323333, 300, 1, '2024-04-18 13:31:10', '2024-04-18 13:31:10'),
(4459, 3302, 500, 323345, 3408, 12, '2024-04-18 14:56:08', '2024-04-18 14:56:08'),
(4460, 3121, 500, 323346, 200, 1, '2024-04-18 16:18:32', '2024-04-18 16:18:32'),
(4461, 2447, 500, 323347, 300, 1, '2024-04-18 16:54:30', '2024-04-18 16:54:30'),
(4462, 3113, 500, 323348, 200, 1, '2024-04-18 17:21:46', '2024-04-18 17:21:46'),
(4463, 1887, 2754, 323349, 3000, 1, '2024-04-21 11:31:50', '2024-04-21 11:31:50'),
(4464, 3303, 500, 323350, 200, 1, '2024-04-21 12:05:26', '2024-04-21 12:05:26'),
(4465, 3196, 500, 323351, 700, 1, '2024-04-21 12:07:24', '2024-04-21 12:07:24'),
(4466, 2683, 500, 323352, 350, 1, '2024-04-21 12:10:53', '2024-04-21 12:10:53'),
(4467, 3304, 500, 323353, 300, 1, '2024-04-21 12:16:32', '2024-04-21 12:16:32'),
(4468, 3124, 500, 323354, 300, 1, '2024-04-21 12:18:08', '2024-04-21 12:18:08'),
(4469, 3124, 500, 323355, 300, 1, '2024-04-21 12:18:09', '2024-04-21 12:18:09'),
(4470, 3176, 500, 323356, 300, 1, '2024-04-21 12:18:33', '2024-04-21 12:18:33'),
(4471, 3011, 500, 323357, 750, 1, '2024-04-21 12:18:59', '2024-04-21 12:18:59'),
(4472, 3182, 500, 323358, 300, 1, '2024-04-21 12:19:23', '2024-04-21 12:19:23'),
(4473, 3010, 500, 323359, 350, 1, '2024-04-21 12:19:44', '2024-04-21 12:19:44'),
(4474, 3226, 500, 323360, 350, 1, '2024-04-21 12:23:04', '2024-04-21 12:23:04'),
(4475, 3305, 500, 323363, 700, 2, '2024-04-21 12:28:48', '2024-04-21 12:28:48'),
(4476, 3306, 500, 323375, 3780, 12, '2024-04-21 12:30:16', '2024-04-21 12:30:16'),
(4477, 2969, 500, 323376, 400, 1, '2024-04-21 12:40:06', '2024-04-21 12:40:06'),
(4478, 2854, 500, 323377, 300, 1, '2024-04-21 12:40:30', '2024-04-21 12:40:30'),
(4479, 3143, 500, 323378, 250, 1, '2024-04-21 12:40:47', '2024-04-21 12:40:47'),
(4480, 3122, 500, 323379, 300, 1, '2024-04-21 12:41:06', '2024-04-21 12:41:06'),
(4481, 3183, 500, 322361, 150, 1, '2024-04-21 12:41:24', '2024-04-21 12:41:24'),
(4482, 3227, 500, 323380, 150, 1, '2024-04-21 12:44:14', '2024-04-21 12:44:14'),
(4483, 3307, 500, 323381, 300, 1, '2024-04-21 12:45:00', '2024-04-21 12:45:00'),
(4484, 2908, 500, 323382, 300, 1, '2024-04-21 12:50:09', '2024-04-21 12:50:09'),
(4485, 3125, 500, 323383, 300, 1, '2024-04-21 12:50:37', '2024-04-21 12:50:37'),
(4486, 3184, 500, 322367, 200, 1, '2024-04-21 12:51:18', '2024-04-21 12:51:18'),
(4487, 3090, 500, 323384, 300, 1, '2024-04-21 12:51:40', '2024-04-21 12:51:40'),
(4488, 3081, 500, 323386, 1200, 3, '2024-04-21 12:52:14', '2024-04-21 12:52:14'),
(4489, 3308, 500, 323387, 150, 1, '2024-04-21 13:04:33', '2024-04-21 13:04:33'),
(4490, 3308, 500, 323388, 150, 1, '2024-04-21 13:04:33', '2024-04-21 13:04:33'),
(4491, 3189, 500, 323389, 300, 1, '2024-04-21 13:08:58', '2024-04-21 13:08:58'),
(4492, 3161, 500, 323390, 350, 1, '2024-04-21 14:54:02', '2024-04-21 14:54:02'),
(4493, 3016, 500, 323391, 1000, 1, '2024-04-21 14:55:16', '2024-04-21 14:55:16'),
(4494, 3195, 500, 323392, 1400, 1, '2024-04-21 14:56:20', '2024-04-21 14:56:20'),
(4495, 3045, 500, 323394, 600, 3, '2024-04-21 15:06:44', '2024-04-21 15:06:44'),
(4496, 3160, 500, 323395, 300, 1, '2024-04-21 15:10:40', '2024-04-21 15:10:40'),
(4497, 3309, 500, 323396, 300, 1, '2024-04-21 15:26:03', '2024-04-21 15:26:03'),
(4498, 3310, 500, 323397, 300, 1, '2024-04-21 16:10:53', '2024-04-21 16:10:53'),
(4499, 2784, 500, 323398, 200, 1, '2024-04-21 17:03:07', '2024-04-21 17:03:07'),
(4500, 3148, 500, 323399, 350, 1, '2024-04-21 17:41:04', '2024-04-21 17:41:04'),
(4501, 3108, 500, 323400, 600, 2, '2024-04-21 17:42:49', '2024-04-21 17:42:49'),
(4502, 3108, 500, 323401, 0, 1, '2024-04-21 17:43:51', '2024-04-21 17:43:51'),
(4503, 3141, 500, 323402, 600, 1, '2024-04-21 17:52:13', '2024-04-21 17:52:13'),
(4504, 3027, 500, 323403, 400, 1, '2024-04-22 10:56:51', '2024-04-22 10:56:51'),
(4505, 2963, 500, 323404, 300, 1, '2024-04-22 11:22:09', '2024-04-22 11:22:09'),
(4506, 3060, 500, 323406, 600, 2, '2024-04-22 11:23:05', '2024-04-22 11:23:05'),
(4507, 3214, 500, 322562, 300, 1, '2024-04-22 12:25:33', '2024-04-22 12:25:33'),
(4508, 3311, 500, 323418, 3408, 12, '2024-04-22 13:30:26', '2024-04-22 13:30:26'),
(4509, 3102, 500, 323419, 300, 1, '2024-04-22 13:31:52', '2024-04-22 13:31:52'),
(4510, 3102, 500, 323420, 0, 1, '2024-04-22 13:32:04', '2024-04-22 13:32:04'),
(4511, 3102, 500, 323421, 300, 1, '2024-04-22 13:32:20', '2024-04-22 13:32:20'),
(4512, 3312, 500, 323433, 3780, 12, '2024-04-22 16:48:50', '2024-04-22 16:48:50'),
(4513, 2992, 500, 323434, 300, 1, '2024-04-22 17:28:57', '2024-04-22 17:28:57'),
(4514, 3213, 500, 323435, 250, 1, '2024-04-23 12:16:10', '2024-04-23 12:16:10'),
(4515, 3004, 500, 323437, 700, 2, '2024-04-23 12:26:10', '2024-04-23 12:26:10'),
(4516, 3313, 500, 323449, 3780, 12, '2024-04-23 12:27:55', '2024-04-23 12:27:55'),
(4517, 3032, 500, 323450, 300, 1, '2024-04-23 12:28:40', '2024-04-23 12:28:40'),
(4518, 3083, 500, 323451, 500, 1, '2024-04-23 12:29:02', '2024-04-23 12:29:02'),
(4519, 3235, 500, 323452, 300, 1, '2024-04-23 12:29:20', '2024-04-23 12:29:20'),
(4520, 2997, 500, 323453, 284, 1, '2024-04-23 12:29:38', '2024-04-23 12:29:38'),
(4521, 3051, 500, 323455, 1050, 3, '2024-04-23 12:30:05', '2024-04-23 12:30:05'),
(4522, 3314, 500, 323459, 900, 3, '2024-04-23 15:01:37', '2024-04-23 15:01:37'),
(4523, 3315, 500, 323465, 1800, 6, '2024-04-23 15:04:11', '2024-04-23 15:04:11'),
(4524, 3316, 500, 323469, 1000, 4, '2024-04-23 15:10:17', '2024-04-23 15:10:17'),
(4525, 2974, 500, 323471, 400, 2, '2024-04-23 15:38:56', '2024-04-23 15:38:56'),
(4526, 2973, 500, 323472, 600, 2, '2024-04-23 16:00:10', '2024-04-23 16:00:10'),
(4527, 2973, 500, 323473, 0, 1, '2024-04-23 16:00:30', '2024-04-23 16:00:30'),
(4528, 2973, 500, 323474, 0, 1, '2024-04-23 16:00:52', '2024-04-23 16:00:52'),
(4529, 2973, 500, 323475, 300, 1, '2024-04-23 16:01:14', '2024-04-23 16:01:14'),
(4530, 3020, 500, 323486, 3000, 12, '2024-04-23 16:44:45', '2024-04-23 16:44:45'),
(4531, 3020, 500, 323487, 0, 1, '2024-04-23 16:44:59', '2024-04-23 16:44:59'),
(4532, 3064, 500, 323488, 300, 1, '2024-04-23 16:46:49', '2024-04-23 16:46:49'),
(4533, 2965, 500, 323490, 600, 2, '2024-04-23 17:02:30', '2024-04-23 17:02:30'),
(4534, 3317, 500, 323491, 300, 1, '2024-04-23 17:21:16', '2024-04-23 17:21:16'),
(4535, 3207, 500, 323492, 400, 1, '2024-04-23 17:22:04', '2024-04-23 17:22:04'),
(4536, 3318, 500, 323495, 300, 1, '2024-04-23 17:28:23', '2024-04-23 17:28:23'),
(4537, 3067, 500, 323496, 300, 1, '2024-04-23 17:29:26', '2024-04-23 17:29:26'),
(4538, 3319, 500, 323499, 600, 2, '2024-04-23 17:40:35', '2024-04-23 17:40:35'),
(4539, 2953, 500, 323500, 300, 1, '2024-04-23 17:48:48', '2024-04-23 17:48:48'),
(4540, 3067, 500, 323501, 300, 1, '2024-04-23 17:48:58', '2024-04-23 17:48:58'),
(4541, 3089, 500, 323502, 300, 1, '2024-04-23 17:49:49', '2024-04-23 17:49:49'),
(4542, 2971, 500, 321755, 300, 1, '2024-04-23 17:50:30', '2024-04-23 17:50:30'),
(4543, 2995, 500, 323503, 300, 1, '2024-04-24 12:19:57', '2024-04-24 12:19:57'),
(4544, 3320, 500, 323504, 300, 1, '2024-04-24 12:23:13', '2024-04-24 12:23:13'),
(4545, 2687, 500, 323505, 350, 1, '2024-04-24 12:23:39', '2024-04-24 12:23:39'),
(4546, 3321, 500, 323517, 3240, 12, '2024-04-24 12:27:04', '2024-04-24 12:27:04'),
(4547, 3133, 500, 323518, 300, 1, '2024-04-24 12:59:48', '2024-04-24 12:59:48'),
(4548, 3216, 500, 323519, 350, 1, '2024-04-24 13:20:32', '2024-04-24 13:20:32'),
(4549, 3322, 500, 323522, 600, 2, '2024-04-24 13:22:44', '2024-04-24 13:22:44'),
(4550, 3323, 500, 323523, 200, 1, '2024-04-24 13:46:35', '2024-04-24 13:46:35'),
(4551, 2831, 500, 323524, 300, 1, '2024-04-24 14:50:32', '2024-04-24 14:50:32'),
(4552, 2840, 500, 323525, 350, 1, '2024-04-24 14:59:24', '2024-04-24 14:59:24'),
(4553, 2846, 500, 323526, 300, 1, '2024-04-24 15:19:27', '2024-04-24 15:19:27'),
(4554, 3107, 500, 323527, 600, 2, '2024-04-24 17:56:23', '2024-04-24 17:56:23'),
(4555, 3107, 500, 323528, 0, 1, '2024-04-24 17:56:33', '2024-04-24 17:56:33'),
(4556, 2881, 500, 323530, 340, 2, '2024-04-24 17:59:00', '2024-04-24 17:59:00'),
(4557, 2885, 500, 321572, 300, 1, '2024-04-25 10:59:13', '2024-04-25 10:59:13'),
(4558, 3047, 500, 323532, 700, 2, '2024-04-25 11:03:37', '2024-04-25 11:03:37'),
(4559, 3250, 500, 323533, 300, 1, '2024-04-25 11:14:17', '2024-04-25 11:14:17'),
(4560, 3243, 500, 323534, 3000, 1, '2024-04-25 12:27:33', '2024-04-25 12:27:33'),
(4561, 3324, 500, 323546, 3780, 12, '2024-04-25 14:29:40', '2024-04-25 14:29:40'),
(4562, 3325, 500, 323547, 350, 1, '2024-04-25 14:33:58', '2024-04-25 14:33:58'),
(4563, 3326, 500, 323548, 200, 1, '2024-04-25 15:30:58', '2024-04-25 15:30:58'),
(4564, 3204, 500, 323549, 300, 1, '2024-04-25 16:29:57', '2024-04-25 16:29:57'),
(4565, 3127, 500, 323550, 400, 1, '2024-04-25 16:40:07', '2024-04-25 16:40:07'),
(4566, 3327, 500, 323554, 500, 2, '2024-04-25 16:46:45', '2024-04-25 16:46:45'),
(4567, 3063, 500, 323555, 300, 1, '2024-04-25 16:55:57', '2024-04-25 16:55:57'),
(4568, 3087, 500, 323556, 300, 1, '2024-04-25 17:11:55', '2024-04-25 17:11:55'),
(4569, 3328, 500, 323568, 3240, 12, '2024-04-25 17:17:07', '2024-04-25 17:17:07'),
(4570, 3062, 500, 323570, 300, 2, '2024-04-25 17:21:30', '2024-04-25 17:21:30'),
(4571, 3084, 500, 323571, 300, 1, '2024-04-25 17:22:18', '2024-04-25 17:22:18'),
(4572, 3162, 500, 323572, 200, 1, '2024-04-25 17:58:06', '2024-04-25 17:58:06'),
(4573, 1888, 500, 323573, 150, 1, '2024-04-27 11:20:39', '2024-04-27 11:20:39'),
(4574, 3241, 500, 322741, 1830, 1, '2024-04-27 11:21:36', '2024-04-27 11:21:36'),
(4575, 3156, 500, 322201, 900, 3, '2024-04-27 11:22:35', '2024-04-27 11:22:35'),
(4576, 2452, 500, 323574, 300, 1, '2024-04-27 11:25:06', '2024-04-27 11:25:06'),
(4577, 3082, 500, 321950, 600, 3, '2024-04-27 11:27:39', '2024-04-27 11:27:39'),
(4578, 3082, 500, 323576, 0, 2, '2024-04-27 11:27:58', '2024-04-27 11:27:58'),
(4579, 3329, 500, 323588, 3780, 12, '2024-04-27 11:29:06', '2024-04-27 11:29:06'),
(4580, 2861, 500, 323589, 300, 1, '2024-04-27 11:34:19', '2024-04-27 11:34:19'),
(4581, 2904, 500, 323590, 600, 2, '2024-04-27 11:37:04', '2024-04-27 11:37:04'),
(4582, 3008, 500, 323591, 410, 1, '2024-04-27 11:37:53', '2024-04-27 11:37:53'),
(4583, 3181, 500, 323592, 300, 1, '2024-04-27 11:38:37', '2024-04-27 11:38:37'),
(4584, 2795, 500, 323593, 200, 1, '2024-04-27 11:39:17', '2024-04-27 11:39:17'),
(4585, 3330, 500, 323594, 200, 1, '2024-04-27 12:43:00', '2024-04-27 12:43:00'),
(4586, 2952, 500, 323595, 350, 1, '2024-04-27 17:12:03', '2024-04-27 17:12:03'),
(4587, 3153, 500, 323596, 5000, 1, '2024-04-27 17:13:22', '2024-04-27 17:13:22'),
(4588, 3153, 500, 323597, 5000, 1, '2024-04-27 17:15:17', '2024-04-27 17:15:17'),
(4589, 3331, 500, 323598, 340, 1, '2024-04-27 17:16:47', '2024-04-27 17:16:47'),
(4590, 3134, 500, 323599, 350, 1, '2024-04-27 17:17:57', '2024-04-27 17:17:57'),
(4591, 3200, 500, 323601, 800, 2, '2024-04-28 11:40:21', '2024-04-28 11:40:21'),
(4592, 3332, 500, 323613, 3600, 12, '2024-04-28 11:46:55', '2024-04-28 11:46:55'),
(4593, 3333, 500, 323625, 3780, 12, '2024-04-28 11:57:10', '2024-04-28 11:57:10'),
(4594, 2800, 500, 323626, 250, 1, '2024-04-28 12:04:40', '2024-04-28 12:04:40'),
(4595, 3043, 500, 323627, 600, 2, '2024-04-28 12:49:51', '2024-04-28 12:49:51'),
(4596, 3334, 500, 323639, 3780, 12, '2024-04-28 12:51:56', '2024-04-28 12:51:56'),
(4597, 3037, 500, 323641, 600, 2, '2024-04-28 12:56:00', '2024-04-28 12:56:00'),
(4598, 2860, 500, 323642, 300, 1, '2024-04-28 15:03:01', '2024-04-28 15:03:01'),
(4599, 3257, 500, 323643, 350, 1, '2024-04-28 15:09:57', '2024-04-28 15:09:57'),
(4600, 2929, 500, 323644, 300, 1, '2024-04-28 15:44:49', '2024-04-28 15:44:49'),
(4601, 3031, 500, 323655, 3000, 12, '2024-04-28 15:54:05', '2024-04-28 15:54:05'),
(4602, 2808, 500, 323657, 700, 2, '2024-04-28 16:10:50', '2024-04-28 16:10:50'),
(4603, 2976, 500, 323659, 750, 3, '2024-04-28 16:26:43', '2024-04-28 16:26:43'),
(4604, 2957, 500, 323661, 900, 3, '2024-04-28 16:42:55', '2024-04-28 16:42:55'),
(4605, 1873, 500, 323662, 350, 1, '2024-04-28 16:53:36', '2024-04-28 16:53:36'),
(4606, 2807, 500, 323663, 300, 1, '2024-04-28 16:55:22', '2024-04-28 16:55:22'),
(4607, 3030, 500, 323664, 333, 1, '2024-04-28 17:12:54', '2024-04-28 17:12:54'),
(4608, 3335, 500, 323676, 3000, 12, '2024-04-29 11:42:48', '2024-04-29 11:42:48'),
(4609, 3336, 500, 323679, 900, 3, '2024-04-29 11:44:42', '2024-04-29 11:44:42'),
(4610, 2932, 500, 323680, 600, 2, '2024-04-29 11:45:31', '2024-04-29 11:45:31'),
(4611, 2932, 500, 323681, 0, 1, '2024-04-29 11:45:42', '2024-04-29 11:45:42'),
(4612, 2958, 500, 323682, 300, 1, '2024-04-29 13:10:52', '2024-04-29 13:10:52'),
(4613, 3337, 500, 323684, 600, 2, '2024-04-29 14:32:01', '2024-04-29 14:32:01'),
(4614, 2944, 500, 323686, 333, 1, '2024-04-29 15:01:01', '2024-04-29 15:01:01'),
(4615, 3210, 500, 323687, 300, 1, '2024-04-29 16:17:08', '2024-04-29 16:17:08'),
(4616, 2878, 500, 323689, 300, 2, '2024-04-29 17:11:25', '2024-04-29 17:11:25'),
(4617, 2875, 500, 323690, 300, 1, '2024-04-29 17:16:43', '2024-04-29 17:16:43'),
(4618, 2900, 500, 323691, 300, 1, '2024-04-29 17:38:28', '2024-04-29 17:38:28'),
(4619, 2855, 500, 323692, 600, 1, '2024-04-29 17:46:28', '2024-04-29 17:46:28'),
(4620, 2843, 500, 323693, 350, 1, '2024-04-29 17:54:25', '2024-04-29 17:54:25'),
(4621, 3338, 500, 323694, 200, 1, '2024-04-29 17:57:50', '2024-04-29 17:57:50'),
(4622, 2887, 500, 323695, 350, 1, '2024-04-30 11:45:06', '2024-04-30 11:45:06'),
(4623, 2689, 500, 323696, 300, 1, '2024-04-30 11:55:15', '2024-04-30 11:55:15'),
(4624, 2689, 500, 323698, 600, 2, '2024-04-30 11:55:23', '2024-04-30 11:55:23'),
(4625, 2816, 500, 323699, 300, 1, '2024-04-30 11:56:11', '2024-04-30 11:56:11'),
(4626, 3056, 500, 323710, 3000, 12, '2024-04-30 11:58:46', '2024-04-30 11:58:46'),
(4627, 3167, 500, 323711, 300, 1, '2024-04-30 12:01:23', '2024-04-30 12:01:23'),
(4628, 3264, 500, 323712, 500, 1, '2024-04-30 12:15:51', '2024-04-30 12:15:51'),
(4629, 3041, 500, 323713, 2600, 1, '2024-04-30 12:44:33', '2024-04-30 12:44:33'),
(4630, 2839, 500, 323714, 300, 1, '2024-04-30 12:56:43', '2024-04-30 12:56:43'),
(4631, 2912, 500, 323715, 400, 1, '2024-04-30 14:02:46', '2024-04-30 14:02:46'),
(4632, 2829, 500, 323716, 0, 1, '2024-04-30 14:46:59', '2024-04-30 14:46:59'),
(4633, 2829, 500, 323717, 300, 1, '2024-04-30 14:47:14', '2024-04-30 14:47:14'),
(4634, 2775, 500, 323718, 50, 1, '2024-04-30 14:51:23', '2024-04-30 14:51:23'),
(4635, 3054, 500, 323719, 3200, 2, '2024-04-30 14:58:56', '2024-04-30 14:58:56'),
(4636, 2789, 500, 323720, 300, 1, '2024-04-30 15:10:44', '2024-04-30 15:10:44'),
(4637, 2789, 500, 323721, 300, 1, '2024-04-30 15:10:54', '2024-04-30 15:10:54'),
(4638, 3155, 500, 323722, 300, 1, '2024-04-30 15:19:39', '2024-04-30 15:19:39'),
(4639, 2827, 500, 323723, 300, 1, '2024-04-30 15:26:39', '2024-04-30 15:26:39'),
(4640, 3215, 500, 323724, 200, 1, '2024-04-30 15:28:58', '2024-04-30 15:28:58'),
(4641, 3159, 500, 323725, 200, 1, '2024-04-30 15:57:07', '2024-04-30 15:57:07'),
(4642, 3339, 500, 323737, 3600, 12, '2024-04-30 16:02:37', '2024-04-30 16:02:37'),
(4643, 3220, 500, 323738, 960, 1, '2024-04-30 16:04:10', '2024-04-30 16:04:10'),
(4644, 3135, 500, 323739, 350, 1, '2024-04-30 16:15:31', '2024-04-30 16:15:31'),
(4645, 3240, 500, 323740, 350, 1, '2024-04-30 16:27:54', '2024-04-30 16:27:54'),
(4646, 3340, 500, 323741, 250, 1, '2024-04-30 16:40:05', '2024-04-30 16:40:05'),
(4647, 2872, 500, 323742, 900, 1, '2024-04-30 16:40:14', '2024-04-30 16:40:14');
INSERT INTO `payment_confarmation_histories` (`id`, `user_id`, `admin_id`, `payment_history_id`, `updated_amount`, `payment_for_month`, `created_at`, `updated_at`) VALUES
(4648, 3341, 500, 323743, 200, 1, '2024-04-30 17:08:00', '2024-04-30 17:08:00'),
(4649, 3039, 500, 323744, 200, 1, '2024-04-30 17:16:52', '2024-04-30 17:16:52'),
(4650, 2806, 500, 323745, 350, 1, '2024-05-02 13:05:51', '2024-05-02 13:05:51'),
(4651, 2802, 500, 323746, 400, 1, '2024-05-02 13:06:36', '2024-05-02 13:06:36'),
(4652, 2859, 500, 323747, 600, 1, '2024-05-02 13:10:05', '2024-05-02 13:10:05'),
(4653, 2991, 500, 323749, 600, 2, '2024-05-02 13:11:08', '2024-05-02 13:11:08'),
(4654, 2902, 500, 323750, 300, 1, '2024-05-02 13:11:54', '2024-05-02 13:11:54'),
(4655, 2852, 500, 323751, 300, 1, '2024-05-02 13:12:49', '2024-05-02 13:12:49'),
(4656, 2866, 500, 323752, 200, 1, '2024-05-02 13:13:32', '2024-05-02 13:13:32'),
(4657, 3274, 500, 323753, 350, 1, '2024-05-02 13:14:25', '2024-05-02 13:14:25'),
(4658, 2804, 500, 323754, 300, 1, '2024-05-02 13:15:01', '2024-05-02 13:15:01'),
(4659, 3002, 500, 323755, 300, 1, '2024-05-02 13:15:56', '2024-05-02 13:15:56'),
(4660, 3002, 500, 323756, 600, 1, '2024-05-02 13:16:07', '2024-05-02 13:16:07'),
(4661, 3342, 500, 323769, 3510, 13, '2024-05-02 13:19:43', '2024-05-02 13:19:43'),
(4662, 2960, 500, 323771, 600, 2, '2024-05-02 13:42:33', '2024-05-02 13:42:33'),
(4663, 3145, 500, 323772, 300, 1, '2024-05-02 13:59:06', '2024-05-02 13:59:06'),
(4664, 3343, 500, 323784, 3504, 12, '2024-05-02 14:43:08', '2024-05-02 14:43:08'),
(4665, 3231, 500, 323785, 300, 1, '2024-05-02 14:45:12', '2024-05-02 14:45:12'),
(4666, 2864, 500, 323786, 350, 1, '2024-05-02 15:50:20', '2024-05-02 15:50:20'),
(4667, 2870, 500, 323789, 1500, 3, '2024-05-02 16:47:55', '2024-05-02 16:47:55'),
(4668, 2923, 500, 321662, 300, 1, '2024-05-02 16:48:52', '2024-05-02 16:48:52'),
(4669, 2923, 500, 323791, 600, 2, '2024-05-02 16:55:18', '2024-05-02 16:55:18'),
(4670, 3052, 500, 323792, 200, 1, '2024-05-02 17:53:35', '2024-05-02 17:53:35'),
(4671, 2821, 500, 323793, 500, 1, '2024-05-02 17:54:34', '2024-05-02 17:54:34'),
(4672, 3344, 500, 323805, 3780, 12, '2024-05-04 11:33:59', '2024-05-04 11:33:59'),
(4673, 2783, 500, 323806, 400, 1, '2024-05-04 11:36:10', '2024-05-04 11:36:10'),
(4674, 2825, 500, 323807, 400, 1, '2024-05-04 11:40:32', '2024-05-04 11:40:32'),
(4675, 2979, 500, 323808, 300, 1, '2024-05-04 11:42:00', '2024-05-04 11:42:00'),
(4676, 2918, 500, 323809, 400, 1, '2024-05-04 11:44:15', '2024-05-04 11:44:15'),
(4677, 2949, 500, 323811, 600, 2, '2024-05-04 12:21:55', '2024-05-04 12:21:55'),
(4678, 3272, 500, 323812, 350, 1, '2024-05-04 15:08:33', '2024-05-04 15:08:33'),
(4679, 3345, 500, 323818, 1704, 6, '2024-05-04 16:46:50', '2024-05-04 16:46:50'),
(4680, 2966, 500, 323820, 600, 2, '2024-05-04 17:30:04', '2024-05-04 17:30:04'),
(4681, 2910, 500, 323821, 300, 1, '2024-05-05 10:51:12', '2024-05-05 10:51:12'),
(4682, 3088, 500, 323822, 300, 1, '2024-05-05 10:52:20', '2024-05-05 10:52:20'),
(4683, 2832, 500, 323823, 600, 1, '2024-05-05 10:52:52', '2024-05-05 10:52:52'),
(4684, 2856, 500, 323824, 1200, 1, '2024-05-05 10:54:21', '2024-05-05 10:54:21'),
(4685, 3346, 500, 323830, 600, 2, '2024-05-05 11:49:38', '2024-05-05 11:49:38'),
(4686, 3346, 500, 323830, 0, 2, '2024-05-05 11:49:55', '2024-05-05 11:49:55'),
(4687, 3346, 500, 323830, 300, 1, '2024-05-05 11:50:12', '2024-05-05 11:50:12'),
(4688, 2842, 500, 323831, 400, 1, '2024-05-05 12:20:34', '2024-05-05 12:20:34'),
(4689, 2886, 500, 321575, 300, 1, '2024-05-05 12:36:31', '2024-05-05 12:36:31'),
(4690, 3347, 500, 323843, 3780, 12, '2024-05-05 13:24:45', '2024-05-05 13:24:45'),
(4691, 3258, 500, 323844, 600, 1, '2024-05-05 13:44:58', '2024-05-05 13:44:58'),
(4692, 3114, 500, 323845, 450, 1, '2024-05-05 14:55:29', '2024-05-05 14:55:29'),
(4693, 3237, 500, 323851, 3600, 6, '2024-05-05 14:57:27', '2024-05-05 14:57:27'),
(4694, 3201, 500, 323852, 200, 1, '2024-05-05 15:37:26', '2024-05-05 15:37:26'),
(4695, 3348, 500, 323864, 3600, 12, '2024-05-05 16:30:34', '2024-05-05 16:30:34'),
(4696, 2879, 500, 323865, 350, 1, '2024-05-06 11:23:24', '2024-05-06 11:23:24'),
(4697, 2857, 500, 323866, 350, 1, '2024-05-06 11:24:08', '2024-05-06 11:24:08'),
(4698, 3349, 500, 323879, 3900, 13, '2024-05-06 13:42:45', '2024-05-06 13:42:45'),
(4699, 2980, 500, 323880, 150, 1, '2024-05-06 13:44:05', '2024-05-06 13:44:05'),
(4700, 2921, 500, 323882, 800, 2, '2024-05-06 15:55:12', '2024-05-06 15:55:12'),
(4701, 2048, 500, 323893, 3408, 12, '2024-05-06 17:38:41', '2024-05-06 17:38:41'),
(4702, 2849, 500, 323894, 150, 1, '2024-05-06 17:54:41', '2024-05-06 17:54:41'),
(4703, 2989, 500, 323896, 1200, 2, '2024-05-07 13:27:54', '2024-05-07 13:27:54'),
(4704, 2873, 500, 323897, 400, 1, '2024-05-07 13:29:05', '2024-05-07 13:29:05'),
(4705, 2874, 500, 323898, 200, 1, '2024-05-07 13:29:50', '2024-05-07 13:29:50'),
(4706, 3284, 500, 323158, 200, 1, '2024-05-07 13:30:08', '2024-05-07 13:30:08'),
(4707, 3350, 500, 323900, 1500, 1, '2024-05-07 13:41:29', '2024-05-07 13:41:29'),
(4708, 2801, 500, 323902, 600, 1, '2024-05-07 13:43:30', '2024-05-07 13:43:30'),
(4709, 3194, 500, 323903, 600, 1, '2024-05-07 13:44:43', '2024-05-07 13:44:43'),
(4710, 3351, 500, 323906, 300, 1, '2024-05-07 14:20:55', '2024-05-07 14:20:55'),
(4711, 2990, 500, 323907, 300, 1, '2024-05-07 14:31:55', '2024-05-07 14:31:55'),
(4712, 3352, 500, 323910, 750, 3, '2024-05-07 15:13:33', '2024-05-07 15:13:33'),
(4713, 3120, 500, 323911, 600, 1, '2024-05-07 16:21:51', '2024-05-07 16:21:51'),
(4714, 3353, 500, 323923, 3780, 12, '2024-05-07 16:30:05', '2024-05-07 16:30:05'),
(4715, 3151, 500, 323924, 600, 1, '2024-05-07 16:41:06', '2024-05-07 16:41:06'),
(4716, 3280, 500, 323125, 410, 2, '2024-05-07 16:50:31', '2024-05-07 16:50:31'),
(4717, 2796, 500, 323925, 200, 1, '2024-05-08 17:24:32', '2024-05-08 17:24:32'),
(4718, 3055, 500, 321904, 150, 1, '2024-05-08 17:25:17', '2024-05-08 17:25:17'),
(4719, 2447, 500, 323926, 300, 1, '2024-05-08 17:25:32', '2024-05-08 17:25:32'),
(4720, 2824, 500, 323927, 300, 1, '2024-05-08 17:27:20', '2024-05-08 17:27:20'),
(4721, 3354, 500, 323939, 3240, 12, '2024-05-08 17:28:59', '2024-05-08 17:28:59'),
(4722, 3355, 500, 323942, 200, 1, '2024-05-08 17:32:46', '2024-05-08 17:32:46'),
(4723, 2924, 500, 323943, 300, 1, '2024-05-08 17:33:21', '2024-05-08 17:33:21'),
(4724, 3356, 500, 323955, 3780, 12, '2024-05-08 17:37:13', '2024-05-08 17:37:13'),
(4725, 2947, 500, 323956, 400, 1, '2024-05-08 17:40:23', '2024-05-08 17:40:23'),
(4726, 3137, 500, 323957, 300, 1, '2024-05-08 17:41:00', '2024-05-08 17:41:00'),
(4727, 2923, 500, 323958, 300, 1, '2024-05-08 18:02:33', '2024-05-08 18:02:33'),
(4728, 3252, 500, 322811, 1500, 1, '2024-05-09 11:15:22', '2024-05-09 11:15:22'),
(4729, 3059, 500, 323959, 300, 1, '2024-05-09 11:22:58', '2024-05-09 11:22:58'),
(4730, 3172, 500, 323960, 350, 1, '2024-05-09 11:23:47', '2024-05-09 11:23:47'),
(4731, 2907, 500, 323961, 300, 1, '2024-05-09 11:25:18', '2024-05-09 11:25:18'),
(4732, 2818, 500, 323962, 600, 1, '2024-05-09 12:06:36', '2024-05-09 12:06:36'),
(4733, 3111, 500, 323963, 200, 1, '2024-05-09 12:10:53', '2024-05-09 12:10:53'),
(4734, 3292, 500, 323964, 350, 1, '2024-05-09 12:15:54', '2024-05-09 12:15:54'),
(4735, 3094, 500, 323965, 350, 1, '2024-05-09 12:23:53', '2024-05-09 12:23:53'),
(4736, 2787, 500, 323966, 400, 1, '2024-05-09 12:27:29', '2024-05-09 12:27:29'),
(4737, 3097, 500, 323967, 333, 1, '2024-05-09 12:50:41', '2024-05-09 12:50:41'),
(4738, 3262, 500, 323968, 350, 1, '2024-05-09 12:51:40', '2024-05-09 12:51:40'),
(4739, 3262, 500, 323969, 350, 1, '2024-05-09 13:28:04', '2024-05-09 13:28:04'),
(4740, 2784, 500, 323970, 200, 1, '2024-05-09 13:29:01', '2024-05-09 13:29:01'),
(4741, 2822, 500, 323981, 3780, 12, '2024-05-09 14:32:06', '2024-05-09 14:32:06'),
(4742, 3357, 500, 323993, 3204, 12, '2024-05-09 14:35:30', '2024-05-09 14:35:30'),
(4743, 2926, 500, 323994, 300, 1, '2024-05-09 14:40:04', '2024-05-09 14:40:04'),
(4744, 2901, 500, 323995, 800, 1, '2024-05-09 14:56:34', '2024-05-09 14:56:34'),
(4745, 3273, 500, 323996, 300, 1, '2024-05-09 15:01:09', '2024-05-09 15:01:09'),
(4746, 3139, 500, 323997, 300, 1, '2024-05-09 15:56:56', '2024-05-09 15:56:56'),
(4747, 3358, 500, 324000, 700, 2, '2024-05-11 13:03:05', '2024-05-11 13:03:05'),
(4748, 2922, 500, 324001, 300, 1, '2024-05-11 13:03:37', '2024-05-11 13:03:37'),
(4749, 3138, 500, 324003, 600, 2, '2024-05-11 13:04:28', '2024-05-11 13:04:28'),
(4750, 3104, 500, 324004, 200, 1, '2024-05-11 13:07:15', '2024-05-11 13:07:15'),
(4751, 3185, 500, 324005, 300, 1, '2024-05-11 13:15:44', '2024-05-11 13:15:44'),
(4752, 3171, 500, 324006, 200, 1, '2024-05-11 13:16:33', '2024-05-11 13:16:33'),
(4753, 2992, 500, 324007, 300, 1, '2024-05-11 13:17:06', '2024-05-11 13:17:06'),
(4754, 3202, 500, 324008, 1860, 1, '2024-05-11 13:27:28', '2024-05-11 13:27:28'),
(4755, 3119, 500, 324009, 500, 1, '2024-05-11 13:29:26', '2024-05-11 13:29:26'),
(4756, 3171, 500, 324010, 400, 1, '2024-05-11 13:32:36', '2024-05-11 13:32:36'),
(4757, 3259, 500, 324011, 350, 1, '2024-05-11 13:34:28', '2024-05-11 13:34:28'),
(4758, 3234, 500, 324013, 10000, 2, '2024-05-11 13:37:06', '2024-05-11 13:37:06'),
(4759, 2893, 500, 324014, 300, 1, '2024-05-11 13:38:20', '2024-05-11 13:38:20'),
(4760, 3068, 500, 324015, 300, 1, '2024-05-11 13:39:02', '2024-05-11 13:39:02'),
(4761, 2892, 500, 324016, 250, 1, '2024-05-11 13:42:26', '2024-05-11 13:42:26'),
(4762, 3189, 500, 324017, 300, 1, '2024-05-11 14:15:41', '2024-05-11 14:15:41'),
(4763, 3245, 500, 324018, 200, 1, '2024-05-11 14:16:43', '2024-05-11 14:16:43'),
(4764, 2899, 500, 321610, 600, 1, '2024-05-11 14:17:38', '2024-05-11 14:17:38'),
(4765, 3048, 500, 324019, 200, 1, '2024-05-11 14:18:24', '2024-05-11 14:18:24'),
(4766, 3359, 500, 324020, 350, 1, '2024-05-11 14:19:56', '2024-05-11 14:19:56'),
(4767, 3143, 500, 324021, 200, 1, '2024-05-11 14:21:55', '2024-05-11 14:21:55'),
(4768, 3360, 500, 324022, 300, 1, '2024-05-11 14:23:09', '2024-05-11 14:23:09'),
(4769, 3361, 500, 324023, 350, 1, '2024-05-11 14:26:09', '2024-05-11 14:26:09'),
(4770, 3198, 500, 324024, 1800, 1, '2024-05-11 14:26:50', '2024-05-11 14:26:50'),
(4771, 3362, 500, 324025, 300, 1, '2024-05-11 16:52:28', '2024-05-11 16:52:28'),
(4772, 2853, 500, 324026, 900, 1, '2024-05-12 10:50:20', '2024-05-12 10:50:20'),
(4773, 2952, 500, 324027, 350, 1, '2024-05-12 10:51:15', '2024-05-12 10:51:15'),
(4774, 3246, 500, 324028, 300, 1, '2024-05-12 10:52:26', '2024-05-12 10:52:26'),
(4775, 3309, 500, 324029, 300, 1, '2024-05-12 11:45:38', '2024-05-12 11:45:38'),
(4776, 3340, 500, 324030, 250, 1, '2024-05-12 12:02:29', '2024-05-12 12:02:29'),
(4777, 2918, 500, 324031, 400, 1, '2024-05-12 13:15:43', '2024-05-12 13:15:43'),
(4778, 2920, 500, 321657, 400, 1, '2024-05-12 13:16:28', '2024-05-12 13:16:28'),
(4779, 3216, 500, 324032, 350, 1, '2024-05-12 13:30:58', '2024-05-12 13:30:58'),
(4780, 3323, 500, 324033, 200, 1, '2024-05-12 13:38:34', '2024-05-12 13:38:34'),
(4781, 3155, 500, 324034, 300, 1, '2024-05-12 13:39:09', '2024-05-12 13:39:09'),
(4782, 3363, 500, 324035, 300, 1, '2024-05-12 14:00:54', '2024-05-12 14:00:54'),
(4783, 3364, 500, 324047, 3240, 12, '2024-05-12 14:19:03', '2024-05-12 14:19:03'),
(4784, 2988, 500, 324048, 350, 1, '2024-05-12 14:22:53', '2024-05-12 14:22:53'),
(4785, 3092, 500, 324049, 200, 1, '2024-05-12 15:03:17', '2024-05-12 15:03:17'),
(4786, 1829, 500, 324050, 600, 1, '2024-05-12 15:12:39', '2024-05-12 15:12:39'),
(4787, 3254, 500, 324052, 510, 2, '2024-05-12 15:28:33', '2024-05-12 15:28:33'),
(4788, 3091, 500, 324054, 600, 2, '2024-05-13 11:36:45', '2024-05-13 11:36:45'),
(4789, 2803, 500, 324056, 700, 2, '2024-05-13 11:37:55', '2024-05-13 11:37:55'),
(4790, 3320, 500, 324057, 300, 1, '2024-05-13 11:43:36', '2024-05-13 11:43:36'),
(4791, 3112, 500, 324058, 150, 1, '2024-05-13 11:44:09', '2024-05-13 11:44:09'),
(4792, 2851, 500, 324059, 200, 1, '2024-05-13 11:44:44', '2024-05-13 11:44:44'),
(4793, 3251, 500, 324060, 300, 1, '2024-05-13 12:21:11', '2024-05-13 12:21:11'),
(4794, 3093, 500, 324061, 350, 1, '2024-05-13 12:22:01', '2024-05-13 12:22:01'),
(4795, 3192, 500, 324062, 300, 1, '2024-05-13 12:25:06', '2024-05-13 12:25:06'),
(4796, 3192, 500, 324063, 0, 1, '2024-05-13 12:29:50', '2024-05-13 12:29:50'),
(4797, 2839, 500, 324064, 300, 1, '2024-05-13 12:31:43', '2024-05-13 12:31:43'),
(4798, 2846, 500, 324065, 300, 1, '2024-05-13 13:48:01', '2024-05-13 13:48:01'),
(4799, 3365, 500, 324066, 300, 1, '2024-05-13 13:50:53', '2024-05-13 13:50:53'),
(4800, 3366, 500, 324068, 600, 2, '2024-05-13 14:42:58', '2024-05-13 14:42:58'),
(4801, 2061, 500, 201280, 300, 1, '2024-05-13 15:21:28', '2024-05-13 15:21:28'),
(4802, 3005, 500, 324070, 250, 1, '2024-05-13 15:22:17', '2024-05-13 15:22:17'),
(4803, 2831, 500, 324071, 300, 1, '2024-05-13 15:47:51', '2024-05-13 15:47:51'),
(4804, 3164, 500, 324072, 250, 1, '2024-05-13 15:59:26', '2024-05-13 15:59:26'),
(4805, 2875, 500, 324073, 300, 1, '2024-05-13 16:07:46', '2024-05-13 16:07:46'),
(4806, 2911, 500, 321640, 1050, 3, '2024-05-13 17:44:19', '2024-05-13 17:44:19'),
(4807, 2911, 500, 324075, 0, 2, '2024-05-13 17:44:34', '2024-05-13 17:44:34'),
(4808, 2917, 500, 324077, 600, 2, '2024-05-13 17:48:50', '2024-05-13 17:48:50'),
(4809, 3195, 500, 324078, 1360, 1, '2024-05-14 10:40:29', '2024-05-14 10:40:29'),
(4810, 3098, 500, 324079, 600, 1, '2024-05-14 10:44:35', '2024-05-14 10:44:35'),
(4811, 3232, 500, 324080, 200, 1, '2024-05-14 10:55:21', '2024-05-14 10:55:21'),
(4812, 3210, 500, 324081, 300, 1, '2024-05-14 10:56:15', '2024-05-14 10:56:15'),
(4813, 3367, 500, 324093, 3780, 12, '2024-05-14 10:58:46', '2024-05-14 10:58:46'),
(4814, 3156, 500, 324094, 300, 1, '2024-05-14 10:59:50', '2024-05-14 10:59:50'),
(4815, 3156, 500, 324095, 300, 1, '2024-05-14 11:00:09', '2024-05-14 11:00:09'),
(4816, 3010, 500, 324096, 350, 1, '2024-05-14 11:00:43', '2024-05-14 11:00:43'),
(4817, 2993, 500, 324097, 350, 1, '2024-05-14 11:01:35', '2024-05-14 11:01:35'),
(4818, 3263, 500, 324098, 400, 2, '2024-05-14 11:32:53', '2024-05-14 11:32:53'),
(4819, 3368, 500, 324099, 300, 1, '2024-05-14 12:05:30', '2024-05-14 12:05:30'),
(4820, 2974, 500, 324100, 200, 1, '2024-05-14 12:11:01', '2024-05-14 12:11:01'),
(4821, 2936, 500, 324103, 1200, 3, '2024-05-14 12:27:22', '2024-05-14 12:27:22'),
(4822, 2937, 500, 324105, 400, 2, '2024-05-14 12:37:38', '2024-05-14 12:37:38'),
(4823, 3065, 500, 324106, 600, 1, '2024-05-14 13:00:46', '2024-05-14 13:00:46'),
(4824, 3369, 500, 324118, 3600, 12, '2024-05-14 14:30:42', '2024-05-14 14:30:42'),
(4825, 3370, 500, 324130, 3780, 12, '2024-05-14 14:36:39', '2024-05-14 14:36:39'),
(4826, 2533, 500, 324131, 300, 1, '2024-05-14 15:16:01', '2024-05-14 15:16:01'),
(4827, 3371, 500, 324143, 3240, 12, '2024-05-14 16:40:51', '2024-05-14 16:40:51'),
(4828, 2900, 500, 324144, 300, 1, '2024-05-15 11:25:49', '2024-05-15 11:25:49'),
(4829, 2890, 500, 324145, 500, 1, '2024-05-15 11:26:26', '2024-05-15 11:26:26'),
(4830, 3372, 500, 324150, 1200, 4, '2024-05-15 11:34:29', '2024-05-15 11:34:29'),
(4831, 3373, 500, 324162, 4200, 12, '2024-05-15 11:39:30', '2024-05-15 11:39:30'),
(4832, 3252, 500, 324163, 1900, 1, '2024-05-15 11:41:22', '2024-05-15 11:41:22'),
(4833, 2814, 500, 324164, 300, 1, '2024-05-15 11:42:12', '2024-05-15 11:42:12'),
(4834, 3136, 500, 324165, 300, 1, '2024-05-15 11:43:43', '2024-05-15 11:43:43'),
(4835, 3136, 500, 324166, 300, 1, '2024-05-15 11:44:07', '2024-05-15 11:44:07'),
(4836, 2817, 500, 324167, 300, 1, '2024-05-15 11:46:16', '2024-05-15 11:46:16'),
(4837, 3374, 500, 324170, 2000, 2, '2024-05-15 11:48:11', '2024-05-15 11:48:11'),
(4838, 3079, 500, 324172, 700, 2, '2024-05-15 11:49:52', '2024-05-15 11:49:52'),
(4839, 2840, 500, 324173, 350, 1, '2024-05-15 12:46:08', '2024-05-15 12:46:08'),
(4840, 3026, 500, 324174, 300, 1, '2024-05-15 13:15:43', '2024-05-15 13:15:43'),
(4841, 3252, 500, 324175, 1200, 1, '2024-05-15 13:19:19', '2024-05-15 13:19:19'),
(4842, 2933, 500, 324177, 1000, 2, '2024-05-15 13:20:24', '2024-05-15 13:20:24'),
(4843, 2887, 500, 324178, 350, 1, '2024-05-15 14:28:19', '2024-05-15 14:28:19'),
(4844, 3375, 500, 324179, 250, 1, '2024-05-15 14:33:06', '2024-05-15 14:33:06'),
(4845, 2908, 500, 324183, 300, 1, '2024-05-15 15:04:27', '2024-05-15 15:04:27'),
(4846, 3377, 500, 324184, 250, 1, '2024-05-15 16:12:14', '2024-05-15 16:12:14'),
(4847, 3207, 500, 324185, 400, 1, '2024-05-15 17:25:16', '2024-05-15 17:25:16'),
(4848, 3101, 500, 324186, 500, 1, '2024-05-16 12:31:47', '2024-05-16 12:31:47'),
(4849, 2859, 500, 324187, 600, 1, '2024-05-16 12:32:29', '2024-05-16 12:32:29'),
(4850, 3131, 500, 324189, 600, 2, '2024-05-16 12:33:50', '2024-05-16 12:33:50'),
(4851, 3378, 500, 324201, 3240, 12, '2024-05-16 12:36:29', '2024-05-16 12:36:29'),
(4852, 2852, 500, 324202, 300, 1, '2024-05-16 12:37:27', '2024-05-16 12:37:27'),
(4853, 3203, 500, 324204, 600, 2, '2024-05-16 12:38:00', '2024-05-16 12:38:00'),
(4854, 3129, 500, 324205, 350, 1, '2024-05-16 12:38:43', '2024-05-16 12:38:43'),
(4855, 3379, 500, 324206, 300, 1, '2024-05-16 12:40:53', '2024-05-16 12:40:53'),
(4856, 2879, 500, 324207, 350, 1, '2024-05-16 15:16:33', '2024-05-16 15:16:33'),
(4857, 3381, 500, 324209, 250, 1, '2024-05-16 15:19:16', '2024-05-16 15:19:16'),
(4858, 2888, 500, 324211, 300, 2, '2024-05-16 17:12:09', '2024-05-16 17:12:09'),
(4859, 3128, 500, 324212, 750, 1, '2024-05-16 17:52:44', '2024-05-16 17:52:44'),
(4860, 3200, 500, 324213, 400, 1, '2024-05-18 11:13:24', '2024-05-18 11:13:24'),
(4861, 2953, 500, 324214, 300, 1, '2024-05-18 11:14:49', '2024-05-18 11:14:49'),
(4862, 2915, 500, 324215, 250, 1, '2024-05-18 11:15:34', '2024-05-18 11:15:34'),
(4863, 2886, 500, 324216, 300, 1, '2024-05-18 11:16:19', '2024-05-18 11:16:19'),
(4864, 3003, 500, 324217, 300, 1, '2024-05-18 11:17:45', '2024-05-18 11:17:45'),
(4865, 3067, 500, 324218, 300, 1, '2024-05-18 11:18:41', '2024-05-18 11:18:41'),
(4866, 3067, 500, 324219, 900, 1, '2024-05-18 11:18:57', '2024-05-18 11:18:57'),
(4867, 3040, 500, 324220, 300, 1, '2024-05-18 11:21:15', '2024-05-18 11:21:15'),
(4868, 3016, 500, 324221, 1000, 1, '2024-05-18 11:21:52', '2024-05-18 11:21:52'),
(4869, 3382, 500, 324222, 300, 1, '2024-05-18 12:14:49', '2024-05-18 12:14:49'),
(4870, 3383, 500, 324234, 3240, 12, '2024-05-18 12:21:55', '2024-05-18 12:21:55'),
(4871, 2848, 500, 324236, 800, 2, '2024-05-18 12:32:18', '2024-05-18 12:32:18'),
(4872, 2848, 500, 324237, 0, 1, '2024-05-18 12:32:34', '2024-05-18 12:32:34'),
(4873, 3384, 500, 324249, 4200, 12, '2024-05-18 15:08:02', '2024-05-18 15:08:02'),
(4874, 3226, 500, 324250, 350, 1, '2024-05-18 16:03:06', '2024-05-18 16:03:06'),
(4875, 3326, 500, 324251, 200, 1, '2024-05-18 16:03:43', '2024-05-18 16:03:43'),
(4876, 2687, 500, 324252, 350, 1, '2024-05-18 17:19:12', '2024-05-18 17:19:12'),
(4877, 3385, 500, 324253, 350, 1, '2024-05-18 17:34:16', '2024-05-18 17:34:16'),
(4878, 3122, 500, 324254, 300, 1, '2024-05-18 18:00:53', '2024-05-18 18:00:53'),
(4879, 3008, 500, 324255, 400, 1, '2024-05-19 11:01:34', '2024-05-19 11:01:34'),
(4880, 3182, 500, 324256, 300, 1, '2024-05-19 11:02:32', '2024-05-19 11:02:32'),
(4881, 2931, 500, 324257, 300, 1, '2024-05-19 11:03:16', '2024-05-19 11:03:16'),
(4882, 3113, 500, 324258, 200, 1, '2024-05-19 11:03:58', '2024-05-19 11:03:58'),
(4883, 2793, 500, 324259, 300, 1, '2024-05-19 11:04:36', '2024-05-19 11:04:36'),
(4884, 3196, 500, 324260, 700, 1, '2024-05-19 11:07:57', '2024-05-19 11:07:57'),
(4885, 2683, 500, 324261, 350, 1, '2024-05-19 11:08:14', '2024-05-19 11:08:14'),
(4886, 3386, 500, 324262, 250, 1, '2024-05-19 11:15:10', '2024-05-19 11:15:10'),
(4887, 3387, 500, 324274, 3600, 12, '2024-05-19 11:40:55', '2024-05-19 11:40:55'),
(4888, 2954, 500, 324275, 300, 1, '2024-05-19 11:53:24', '2024-05-19 11:53:24'),
(4889, 3388, 500, 324278, 300, 2, '2024-05-19 12:34:47', '2024-05-19 12:34:47'),
(4890, 1829, 500, 324290, 2004, 12, '2024-05-19 12:57:39', '2024-05-19 12:57:39'),
(4891, 3176, 500, 324291, 300, 1, '2024-05-19 13:30:13', '2024-05-19 13:30:13'),
(4892, 2682, 500, 324292, 300, 1, '2024-05-19 13:41:42', '2024-05-19 13:41:42'),
(4893, 3389, 500, 324293, 300, 1, '2024-05-19 13:46:06', '2024-05-19 13:46:06'),
(4894, 3390, 500, 324294, 300, 1, '2024-05-19 14:02:39', '2024-05-19 14:02:39'),
(4895, 3391, 500, 324295, 250, 1, '2024-05-19 14:05:49', '2024-05-19 14:05:49'),
(4896, 3392, 500, 324296, 250, 1, '2024-05-19 14:06:41', '2024-05-19 14:06:41'),
(4897, 3351, 500, 323905, 300, 1, '2024-05-19 14:24:36', '2024-05-19 14:24:36'),
(4898, 2798, 500, 324298, 600, 2, '2024-05-19 14:41:48', '2024-05-19 14:41:48'),
(4899, 3393, 500, 324310, 3780, 12, '2024-05-19 14:55:31', '2024-05-19 14:55:31'),
(4900, 3310, 500, 324311, 300, 1, '2024-05-19 15:06:25', '2024-05-19 15:06:25'),
(4901, 3127, 500, 324312, 400, 1, '2024-05-19 15:19:12', '2024-05-19 15:19:12'),
(4902, 3169, 500, 324316, 3000, 4, '2024-05-19 15:37:09', '2024-05-19 15:37:09'),
(4903, 3184, 500, 324317, 200, 1, '2024-05-19 15:47:36', '2024-05-19 15:47:36'),
(4904, 3125, 500, 324318, 300, 1, '2024-05-19 15:49:22', '2024-05-19 15:49:22'),
(4905, 3126, 500, 324319, 250, 1, '2024-05-19 15:56:09', '2024-05-19 15:56:09'),
(4906, 2998, 500, 324320, 400, 1, '2024-05-19 16:04:49', '2024-05-19 16:04:49'),
(4907, 3100, 500, 324321, 4500, 1, '2024-05-19 16:27:05', '2024-05-19 16:27:05'),
(4908, 3181, 500, 324322, 300, 1, '2024-05-19 17:14:15', '2024-05-19 17:14:15'),
(4909, 3162, 500, 324323, 200, 1, '2024-05-19 17:17:53', '2024-05-19 17:17:53'),
(4910, 3051, 500, 324324, 350, 1, '2024-05-19 17:50:17', '2024-05-19 17:50:17'),
(4911, 3083, 500, 324325, 500, 1, '2024-05-19 18:04:57', '2024-05-19 18:04:57'),
(4912, 2866, 500, 324326, 200, 1, '2024-05-20 12:32:37', '2024-05-20 12:32:37'),
(4913, 3304, 500, 324327, 300, 1, '2024-05-20 12:33:03', '2024-05-20 12:33:03'),
(4914, 3394, 500, 324329, 700, 2, '2024-05-20 12:37:01', '2024-05-20 12:37:01'),
(4915, 3007, 500, 324331, 300, 1, '2024-05-20 12:37:40', '2024-05-20 12:37:40'),
(4916, 2969, 500, 324332, 400, 1, '2024-05-20 12:38:51', '2024-05-20 12:38:51'),
(4917, 3331, 500, 324333, 340, 1, '2024-05-20 12:39:49', '2024-05-20 12:39:49'),
(4918, 3277, 500, 323083, 300, 1, '2024-05-20 12:40:17', '2024-05-20 12:40:17'),
(4919, 3033, 500, 324335, 1200, 2, '2024-05-20 15:08:05', '2024-05-20 15:08:05'),
(4920, 3030, 500, 324336, 333, 1, '2024-05-20 15:09:13', '2024-05-20 15:09:13'),
(4921, 3011, 500, 324337, 750, 1, '2024-05-20 15:39:51', '2024-05-20 15:39:51'),
(4922, 2929, 500, 324338, 300, 1, '2024-05-20 16:25:20', '2024-05-20 16:25:20'),
(4923, 2976, 500, 324339, 250, 1, '2024-05-20 16:34:59', '2024-05-20 16:34:59'),
(4924, 3213, 500, 324340, 250, 1, '2024-05-20 16:38:09', '2024-05-20 16:38:09'),
(4925, 2799, 500, 324342, 800, 2, '2024-05-20 16:50:35', '2024-05-20 16:50:35'),
(4926, 3214, 500, 324343, 300, 1, '2024-05-20 16:59:49', '2024-05-20 16:59:49'),
(4927, 3141, 500, 324344, 600, 1, '2024-05-20 17:00:43', '2024-05-20 17:00:43'),
(4928, 2971, 500, 324345, 300, 1, '2024-05-20 17:02:54', '2024-05-20 17:02:54'),
(4929, 2959, 500, 324346, 200, 1, '2024-05-21 12:01:02', '2024-05-21 12:01:02'),
(4930, 2959, 500, 324347, 200, 1, '2024-05-21 12:01:08', '2024-05-21 12:01:08'),
(4931, 3337, 500, 324348, 300, 1, '2024-05-21 12:02:14', '2024-05-21 12:02:14'),
(4932, 3183, 500, 324349, 150, 1, '2024-05-21 12:02:50', '2024-05-21 12:02:50'),
(4933, 3178, 500, 324350, 200, 1, '2024-05-21 12:03:52', '2024-05-21 12:03:52'),
(4934, 2995, 500, 324351, 300, 1, '2024-05-21 12:04:19', '2024-05-21 12:04:19'),
(4935, 3084, 500, 324352, 300, 1, '2024-05-21 12:07:52', '2024-05-21 12:07:52'),
(4936, 3147, 500, 324353, 150, 1, '2024-05-21 12:08:32', '2024-05-21 12:08:32'),
(4937, 2999, 500, 324355, 800, 2, '2024-05-21 12:09:05', '2024-05-21 12:09:05'),
(4938, 3111, 500, 324356, 200, 1, '2024-05-21 12:58:43', '2024-05-21 12:58:43'),
(4939, 3395, 500, 324368, 3240, 12, '2024-05-21 14:07:25', '2024-05-21 14:07:25'),
(4940, 3072, 500, 324369, 300, 1, '2024-05-21 16:36:57', '2024-05-21 16:36:57'),
(4941, 3050, 500, 324371, 600, 2, '2024-05-21 16:38:04', '2024-05-21 16:38:04'),
(4942, 3297, 500, 324372, 300, 1, '2024-05-21 17:41:54', '2024-05-21 17:41:54'),
(4943, 2059, 500, 201278, 300, 1, '2024-05-22 11:59:55', '2024-05-22 11:59:55'),
(4944, 3396, 500, 324373, 350, 1, '2024-05-22 12:05:20', '2024-05-22 12:05:20'),
(4945, 3397, 500, 324385, 3780, 12, '2024-05-22 12:07:36', '2024-05-22 12:07:36'),
(4946, 3398, 500, 324397, 6480, 12, '2024-05-22 12:13:12', '2024-05-22 12:13:12'),
(4947, 2811, 500, 324398, 1200, 1, '2024-05-22 12:14:57', '2024-05-22 12:14:57'),
(4948, 2912, 500, 324399, 400, 1, '2024-05-22 14:49:51', '2024-05-22 14:49:51'),
(4949, 2862, 500, 324401, 500, 2, '2024-05-22 15:19:39', '2024-05-22 15:19:39'),
(4950, 2880, 500, 324402, 300, 1, '2024-05-22 15:34:26', '2024-05-22 15:34:26'),
(4951, 3041, 500, 324403, 2600, 1, '2024-05-23 10:33:35', '2024-05-23 10:33:35'),
(4952, 3376, 500, 324181, 500, 2, '2024-05-23 11:12:51', '2024-05-23 11:12:51'),
(4953, 2865, 500, 324404, 500, 1, '2024-05-23 11:33:48', '2024-05-23 11:33:48'),
(4954, 2872, 500, 324405, 900, 1, '2024-05-23 11:35:41', '2024-05-23 11:35:41'),
(4955, 3305, 500, 323363, 350, 1, '2024-05-23 11:46:38', '2024-05-23 11:46:38'),
(4956, 2860, 500, 324406, 300, 1, '2024-05-23 11:59:30', '2024-05-23 11:59:30'),
(4957, 2854, 500, 324407, 300, 1, '2024-05-23 12:56:14', '2024-05-23 12:56:14'),
(4958, 3322, 500, 323522, 300, 1, '2024-05-23 14:04:48', '2024-05-23 14:04:48'),
(4959, 3400, 500, 324422, 3600, 12, '2024-05-23 14:43:27', '2024-05-23 14:43:27'),
(4960, 2809, 500, 324424, 600, 2, '2024-05-23 14:48:36', '2024-05-23 14:48:36'),
(4961, 3021, 500, 324425, 350, 1, '2024-05-23 16:35:07', '2024-05-23 16:35:07'),
(4962, 3285, 500, 323168, 900, 1, '2024-05-23 17:02:52', '2024-05-23 17:02:52'),
(4963, 3248, 500, 324428, 900, 3, '2024-05-23 17:10:23', '2024-05-23 17:10:23'),
(4964, 2975, 500, 324429, 0, 2, '2024-05-25 10:50:06', '2024-05-25 10:50:06'),
(4965, 2975, 500, 324430, 350, 1, '2024-05-25 10:50:39', '2024-05-25 10:50:39'),
(4966, 2871, 500, 324431, 350, 1, '2024-05-25 10:58:56', '2024-05-25 10:58:56'),
(4967, 2944, 500, 324432, 333, 1, '2024-05-25 11:03:31', '2024-05-25 11:03:31'),
(4968, 3063, 500, 324433, 300, 1, '2024-05-25 11:11:01', '2024-05-25 11:11:01'),
(4969, 2863, 500, 324435, 600, 2, '2024-05-25 11:12:03', '2024-05-25 11:12:03'),
(4970, 3032, 500, 324436, 300, 1, '2024-05-25 11:14:42', '2024-05-25 11:14:42'),
(4971, 3018, 500, 324441, 1800, 6, '2024-05-25 11:17:04', '2024-05-25 11:17:04'),
(4972, 3215, 500, 324442, 200, 1, '2024-05-25 11:18:03', '2024-05-25 11:18:03'),
(4973, 3245, 500, 324443, 200, 1, '2024-05-25 11:20:16', '2024-05-25 11:20:16'),
(4974, 3401, 500, 324455, 3240, 12, '2024-05-25 12:05:50', '2024-05-25 12:05:50'),
(4975, 3168, 500, 324456, 333, 1, '2024-05-25 12:12:31', '2024-05-25 12:12:31'),
(4976, 3252, 500, 324457, 1900, 1, '2024-05-25 12:22:13', '2024-05-25 12:22:13'),
(4977, 3140, 500, 324458, 1250, 1, '2024-05-25 13:05:00', '2024-05-25 13:05:00'),
(4978, 3402, 500, 324459, 350, 1, '2024-05-25 13:11:05', '2024-05-25 13:11:05'),
(4979, 3403, 500, 324462, 600, 2, '2024-05-25 15:17:00', '2024-05-25 15:17:00'),
(4980, 3075, 500, 324463, 300, 1, '2024-05-25 15:20:53', '2024-05-25 15:20:53'),
(4981, 3257, 500, 324464, 350, 1, '2024-05-25 15:21:40', '2024-05-25 15:21:40'),
(4982, 3227, 500, 324466, 150, 1, '2024-05-25 16:27:29', '2024-05-25 16:27:29'),
(4983, 3064, 500, 324467, 300, 1, '2024-05-25 17:44:05', '2024-05-25 17:44:05'),
(4984, 2452, 500, 324469, 600, 2, '2024-05-26 10:20:46', '2024-05-26 10:20:46'),
(4985, 3159, 500, 324470, 200, 1, '2024-05-26 10:26:20', '2024-05-26 10:26:20'),
(4986, 3235, 500, 324471, 300, 1, '2024-05-26 10:45:03', '2024-05-26 10:45:03'),
(4987, 3243, 500, 324472, 3000, 1, '2024-05-26 10:49:49', '2024-05-26 10:49:49'),
(4988, 3096, 500, 324473, 250, 1, '2024-05-26 11:00:25', '2024-05-26 11:00:25'),
(4989, 3405, 500, 324485, 3780, 12, '2024-05-26 11:34:33', '2024-05-26 11:34:33'),
(4990, 3153, 500, 324486, 5000, 1, '2024-05-26 11:58:59', '2024-05-26 11:58:59'),
(4991, 3220, 500, 324487, 920, 1, '2024-05-26 12:58:15', '2024-05-26 12:58:15'),
(4992, 3000, 500, 324488, 500, 2, '2024-05-26 14:04:09', '2024-05-26 14:04:09'),
(4993, 3123, 500, 324489, 300, 1, '2024-05-26 15:24:04', '2024-05-26 15:24:04'),
(4994, 3082, 500, 324490, 200, 1, '2024-05-26 16:08:56', '2024-05-26 16:08:56'),
(4995, 3081, 500, 324491, 400, 1, '2024-05-26 16:23:10', '2024-05-26 16:23:10'),
(4996, 2800, 500, 324492, 250, 1, '2024-05-26 16:24:01', '2024-05-26 16:24:01'),
(4997, 3145, 500, 324493, 300, 1, '2024-05-27 12:35:52', '2024-05-27 12:35:52'),
(4998, 2996, 500, 324495, 800, 2, '2024-05-27 12:36:12', '2024-05-27 12:36:12'),
(4999, 3287, 500, 324496, 350, 1, '2024-05-27 13:46:17', '2024-05-27 13:46:17'),
(5000, 2965, 500, 324497, 300, 1, '2024-05-27 13:55:15', '2024-05-27 13:55:15'),
(5001, 2964, 500, 324499, 600, 2, '2024-05-27 13:58:00', '2024-05-27 13:58:00'),
(5002, 3406, 500, 324511, 3780, 12, '2024-05-27 14:49:05', '2024-05-27 14:49:05'),
(5003, 2932, 500, 324512, 300, 1, '2024-05-27 15:19:03', '2024-05-27 15:19:03'),
(5004, 3297, 500, 324513, 300, 1, '2024-05-27 15:57:01', '2024-05-27 15:57:01'),
(5005, 3198, 500, 324514, 1800, 1, '2024-05-27 16:36:38', '2024-05-27 16:36:38'),
(5006, 3135, 500, 324515, 350, 1, '2024-05-27 16:47:25', '2024-05-27 16:47:25'),
(5007, 3240, 500, 324516, 350, 1, '2024-05-28 11:23:03', '2024-05-28 11:23:03'),
(5008, 3301, 500, 324517, 500, 1, '2024-05-28 11:24:00', '2024-05-28 11:24:00'),
(5009, 3294, 500, 324518, 300, 1, '2024-05-28 11:25:22', '2024-05-28 11:25:22'),
(5010, 3407, 500, 324521, 900, 3, '2024-05-28 11:27:05', '2024-05-28 11:27:05'),
(5011, 2958, 500, 324523, 300, 1, '2024-05-28 11:28:07', '2024-05-28 11:28:07'),
(5012, 3408, 500, 324535, 3600, 12, '2024-05-28 12:03:04', '2024-05-28 12:03:04'),
(5013, 3197, 500, 324536, 400, 1, '2024-05-28 12:58:53', '2024-05-28 12:58:53'),
(5014, 2842, 500, 324537, 400, 1, '2024-05-28 13:23:07', '2024-05-28 13:23:07'),
(5015, 3350, 500, 323900, 1500, 1, '2024-05-28 13:51:09', '2024-05-28 13:51:09'),
(5016, 1321, 500, 324539, 600, 2, '2024-05-28 13:51:59', '2024-05-28 13:51:59'),
(5017, 3080, 500, 324540, 300, 1, '2024-05-28 14:46:43', '2024-05-28 14:46:43'),
(5018, 3076, 500, 321942, 900, 1, '2024-05-28 14:49:45', '2024-05-28 14:49:45'),
(5019, 3055, 500, 324541, 150, 1, '2024-05-28 15:07:54', '2024-05-28 15:07:54'),
(5020, 3052, 500, 324542, 200, 1, '2024-05-28 15:08:46', '2024-05-28 15:08:46'),
(5021, 3047, 500, 324543, 350, 1, '2024-05-28 15:30:08', '2024-05-28 15:30:08'),
(5022, 3148, 500, 324544, 350, 1, '2024-05-28 15:51:30', '2024-05-28 15:51:30'),
(5023, 3006, 500, 324546, 500, 2, '2024-05-28 16:15:31', '2024-05-28 16:15:31'),
(5024, 2990, 500, 324547, 300, 1, '2024-05-28 16:26:28', '2024-05-28 16:26:28'),
(5025, 2972, 500, 324548, 1200, 4, '2024-05-28 16:42:45', '2024-05-28 16:42:45'),
(5026, 2972, 500, 324549, 0, 1, '2024-05-28 16:43:02', '2024-05-28 16:43:02'),
(5027, 2807, 500, 324550, 300, 1, '2024-05-28 17:33:21', '2024-05-28 17:33:21'),
(5028, 2946, 500, 324553, 0, 3, '2024-05-29 10:38:55', '2024-05-29 10:38:55'),
(5029, 1110, 500, 324555, 666, 2, '2024-05-29 10:39:03', '2024-05-29 10:39:03'),
(5030, 2946, 500, 324556, 300, 1, '2024-05-29 10:39:09', '2024-05-29 10:39:09'),
(5031, 3409, 500, 324557, 300, 1, '2024-05-29 10:46:48', '2024-05-29 10:46:48'),
(5032, 3167, 500, 324558, 300, 1, '2024-05-29 10:48:15', '2024-05-29 10:48:15'),
(5033, 3003, 500, 324559, 300, 1, '2024-05-29 10:52:31', '2024-05-29 10:52:31'),
(5034, 3134, 500, 324560, 350, 1, '2024-05-29 10:56:22', '2024-05-29 10:56:22'),
(5035, 2930, 500, 324562, 400, 2, '2024-05-29 12:30:15', '2024-05-29 12:30:15'),
(5036, 3075, 500, 324563, 300, 1, '2024-05-29 13:26:49', '2024-05-29 13:26:49'),
(5037, 3410, 500, 324564, 300, 1, '2024-05-29 13:35:32', '2024-05-29 13:35:32'),
(5038, 3117, 500, 324565, 300, 1, '2024-05-29 16:22:00', '2024-05-29 16:22:00'),
(5039, 3117, 500, 324566, 0, 1, '2024-05-29 16:22:24', '2024-05-29 16:22:24'),
(5040, 3411, 500, 324567, 250, 1, '2024-05-29 16:48:53', '2024-05-29 16:48:53'),
(5041, 3241, 500, 322741, 1815, 1, '2024-05-29 16:55:56', '2024-05-29 16:55:56'),
(5042, 2881, 500, 324568, 170, 1, '2024-05-29 17:03:57', '2024-05-29 17:03:57'),
(5043, 1235, 500, 324570, 4000, 2, '2024-05-30 10:31:26', '2024-05-30 10:31:26'),
(5044, 3250, 500, 324571, 300, 1, '2024-05-30 10:33:30', '2024-05-30 10:33:30'),
(5045, 2793, 500, 324572, 300, 1, '2024-05-30 10:35:46', '2024-05-30 10:35:46'),
(5046, 3044, 500, 324575, 1200, 4, '2024-05-30 10:36:33', '2024-05-30 10:36:33'),
(5047, 3412, 500, 324576, 350, 1, '2024-05-30 11:40:49', '2024-05-30 11:40:49'),
(5048, 3413, 500, 324577, 250, 1, '2024-05-30 12:05:10', '2024-05-30 12:05:10'),
(5049, 3242, 500, 324580, 0, 3, '2024-05-30 12:09:52', '2024-05-30 12:09:52'),
(5050, 3242, 500, 324581, 350, 1, '2024-05-30 12:10:46', '2024-05-30 12:10:46'),
(5051, 3057, 500, 324592, 3000, 12, '2024-05-30 12:15:46', '2024-05-30 12:15:46'),
(5052, 3039, 500, 324593, 200, 1, '2024-05-30 12:22:20', '2024-05-30 12:22:20'),
(5053, 2938, 500, 324595, 600, 2, '2024-05-30 12:42:34', '2024-05-30 12:42:34'),
(5054, 2861, 500, 324596, 300, 1, '2024-05-30 13:07:33', '2024-05-30 13:07:33'),
(5055, 3060, 500, 324597, 300, 1, '2024-05-30 13:32:18', '2024-05-30 13:32:18'),
(5056, 2899, 500, 324598, 600, 1, '2024-05-30 14:17:16', '2024-05-30 14:17:16'),
(5057, 3161, 500, 324599, 350, 1, '2024-05-30 15:05:02', '2024-05-30 15:05:02'),
(5058, 3199, 500, 324601, 600, 2, '2024-05-30 15:14:57', '2024-05-30 15:14:57'),
(5059, 3071, 500, 324603, 800, 2, '2024-05-30 15:25:51', '2024-05-30 15:25:51'),
(5060, 3414, 500, 324605, 300, 1, '2024-06-01 10:33:25', '2024-06-01 10:33:25'),
(5061, 3415, 500, 324607, 350, 1, '2024-06-01 11:16:15', '2024-06-01 11:16:15'),
(5062, 3264, 500, 324608, 500, 1, '2024-06-01 12:54:59', '2024-06-01 12:54:59'),
(5063, 3416, 500, 324611, 350, 1, '2024-06-01 12:57:14', '2024-06-01 12:57:14'),
(5064, 2808, 500, 324612, 350, 1, '2024-06-01 12:57:55', '2024-06-01 12:57:55'),
(5065, 3417, 500, 324624, 3240, 12, '2024-06-01 13:01:33', '2024-06-01 13:01:33'),
(5066, 2796, 500, 324625, 200, 1, '2024-06-01 13:03:05', '2024-06-01 13:03:05'),
(5067, 2802, 500, 324626, 400, 1, '2024-06-01 13:04:12', '2024-06-01 13:04:12'),
(5068, 2824, 500, 324627, 300, 1, '2024-06-01 13:05:42', '2024-06-01 13:05:42'),
(5069, 2833, 500, 321489, 300, 1, '2024-06-01 13:06:33', '2024-06-01 13:06:33'),
(5070, 3072, 500, 324628, 300, 1, '2024-06-01 13:08:13', '2024-06-01 13:08:13'),
(5071, 3035, 500, 324630, 600, 2, '2024-06-01 13:34:55', '2024-06-01 13:34:55'),
(5072, 3269, 500, 324631, 500, 2, '2024-06-01 15:30:44', '2024-06-01 15:30:44'),
(5073, 3238, 500, 324633, 700, 2, '2024-06-01 15:31:47', '2024-06-01 15:31:47'),
(5074, 3106, 500, 324634, 200, 1, '2024-06-01 16:52:41', '2024-06-01 16:52:41'),
(5075, 3418, 500, 324635, 500, 1, '2024-06-02 11:14:40', '2024-06-02 11:14:40'),
(5076, 2885, 500, 321572, 600, 2, '2024-06-02 11:24:38', '2024-06-02 11:24:38'),
(5077, 2856, 500, 324636, 900, 1, '2024-06-02 11:25:41', '2024-06-02 11:25:41'),
(5078, 3386, 500, 324637, 250, 1, '2024-06-02 11:26:05', '2024-06-02 11:26:05'),
(5079, 3170, 500, 324639, 1000, 2, '2024-06-02 11:27:09', '2024-06-02 11:27:09'),
(5080, 3419, 500, 324651, 3600, 12, '2024-06-02 11:46:38', '2024-06-02 11:46:38'),
(5081, 3420, 500, 324663, 3780, 12, '2024-06-02 11:47:40', '2024-06-02 11:47:40'),
(5082, 2806, 500, 324664, 350, 1, '2024-06-02 12:17:02', '2024-06-02 12:17:02'),
(5083, 2804, 500, 324665, 300, 1, '2024-06-02 12:48:13', '2024-06-02 12:48:13'),
(5084, 3045, 500, 324666, 200, 1, '2024-06-02 13:40:44', '2024-06-02 13:40:44'),
(5085, 3045, 500, 324667, 400, 1, '2024-06-02 13:41:15', '2024-06-02 13:41:15'),
(5086, 2832, 500, 324668, 600, 1, '2024-06-02 16:20:54', '2024-06-02 16:20:54'),
(5087, 2923, 500, 324669, 300, 1, '2024-06-02 17:24:37', '2024-06-02 17:24:37'),
(5088, 3421, 500, 324681, 3600, 12, '2024-06-02 17:38:22', '2024-06-02 17:38:22'),
(5089, 2783, 500, 324682, 400, 1, '2024-06-03 10:20:41', '2024-06-03 10:20:41'),
(5090, 3114, 500, 324683, 450, 1, '2024-06-03 11:51:44', '2024-06-03 11:51:44'),
(5091, 2910, 500, 324684, 300, 1, '2024-06-03 11:52:53', '2024-06-03 11:52:53'),
(5092, 3239, 500, 324687, 900, 3, '2024-06-03 13:31:44', '2024-06-03 13:31:44'),
(5093, 3422, 500, 324688, 700, 1, '2024-06-03 14:28:24', '2024-06-03 14:28:24'),
(5094, 3272, 500, 324689, 350, 1, '2024-06-03 14:29:18', '2024-06-03 14:29:18'),
(5095, 2921, 500, 324690, 400, 1, '2024-06-03 14:30:17', '2024-06-03 14:30:17'),
(5096, 3358, 500, 324000, 350, 1, '2024-06-03 15:00:56', '2024-06-03 15:00:56'),
(5097, 2882, 500, 324691, 350, 1, '2024-06-03 15:51:37', '2024-06-03 15:51:37'),
(5098, 2784, 500, 324692, 200, 1, '2024-06-03 16:25:50', '2024-06-03 16:25:50'),
(5099, 3164, 500, 324693, 250, 1, '2024-06-03 17:54:43', '2024-06-03 17:54:43'),
(5100, 3423, 500, 324705, 13500, 12, '2024-06-03 17:58:59', '2024-06-03 17:58:59'),
(5101, 3424, 500, 324706, 250, 1, '2024-06-03 18:18:54', '2024-06-03 18:18:54'),
(5102, 3424, 500, 324707, 250, 1, '2024-06-03 18:18:55', '2024-06-03 18:18:55'),
(5103, 2098, 500, 324718, 3240, 12, '2024-06-04 10:24:14', '2024-06-04 10:24:14'),
(5104, 2980, 500, 324719, 150, 1, '2024-06-04 10:24:32', '2024-06-04 10:24:32'),
(5105, 3425, 500, 324731, 3240, 12, '2024-06-04 10:25:20', '2024-06-04 10:25:20'),
(5106, 2825, 500, 324732, 400, 1, '2024-06-04 10:28:20', '2024-06-04 10:28:20'),
(5107, 3426, 500, 324733, 250, 1, '2024-06-04 10:33:24', '2024-06-04 10:33:24'),
(5108, 2901, 500, 324734, 800, 1, '2024-06-04 11:20:18', '2024-06-04 11:20:18'),
(5109, 2980, 500, 324735, 150, 1, '2024-06-04 11:21:29', '2024-06-04 11:21:29'),
(5110, 3427, 500, 324747, 3240, 12, '2024-06-04 11:31:43', '2024-06-04 11:31:43'),
(5111, 2974, 500, 324748, 200, 1, '2024-06-04 11:33:47', '2024-06-04 11:33:47'),
(5112, 2846, 500, 324749, 300, 1, '2024-06-04 12:33:50', '2024-06-04 12:33:50'),
(5113, 2902, 500, 324750, 300, 1, '2024-06-04 14:28:43', '2024-06-04 14:28:43'),
(5114, 3280, 500, 324751, 200, 1, '2024-06-04 15:28:35', '2024-06-04 15:28:35'),
(5115, 3119, 500, 324752, 400, 1, '2024-06-04 15:34:20', '2024-06-04 15:34:20'),
(5116, 3428, 500, 324755, 600, 2, '2024-06-04 15:45:48', '2024-06-04 15:45:48'),
(5117, 3429, 500, 324767, 3780, 12, '2024-06-04 16:00:50', '2024-06-04 16:00:50'),
(5118, 3273, 500, 324768, 300, 1, '2024-06-04 16:21:33', '2024-06-04 16:21:33'),
(5119, 3240, 500, 324769, 0, 1, '2024-06-04 16:38:11', '2024-06-04 16:38:11'),
(5120, 1888, 500, 324770, 150, 1, '2024-06-04 17:15:06', '2024-06-04 17:15:06'),
(5121, 3430, 500, 324782, 3600, 12, '2024-06-04 18:13:35', '2024-06-04 18:13:35'),
(5122, 2849, 500, 324783, 150, 1, '2024-06-05 10:49:38', '2024-06-05 10:49:38'),
(5123, 2849, 500, 324784, 150, 1, '2024-06-05 10:49:40', '2024-06-05 10:49:40'),
(5124, 2900, 500, 324785, 300, 1, '2024-06-05 10:52:00', '2024-06-05 10:52:00'),
(5125, 1775, 500, 324786, 1250, 1, '2024-06-05 10:55:14', '2024-06-05 10:55:14'),
(5126, 1775, 500, 324787, 0, 1, '2024-06-05 10:55:34', '2024-06-05 10:55:34'),
(5127, 3431, 500, 324792, 2000, 5, '2024-06-05 11:06:32', '2024-06-05 11:06:32'),
(5128, 3432, 500, 324793, 300, 1, '2024-06-05 12:05:46', '2024-06-05 12:05:46'),
(5129, 3319, 500, 324794, 300, 1, '2024-06-05 12:36:56', '2024-06-05 12:36:56'),
(5130, 3319, 500, 324795, 0, 1, '2024-06-05 12:37:08', '2024-06-05 12:37:08'),
(5131, 3319, 500, 324796, 300, 1, '2024-06-05 13:15:00', '2024-06-05 13:15:00'),
(5132, 3232, 500, 324797, 0, 1, '2024-06-05 13:21:19', '2024-06-05 13:21:19'),
(5133, 3232, 500, 324798, 200, 1, '2024-06-05 13:21:35', '2024-06-05 13:21:35'),
(5134, 3216, 500, 324799, 350, 1, '2024-06-05 14:13:45', '2024-06-05 14:13:45'),
(5135, 3004, 500, 324801, 700, 2, '2024-06-05 14:27:31', '2024-06-05 14:27:31'),
(5136, 3323, 500, 324802, 200, 1, '2024-06-05 15:16:19', '2024-06-05 15:16:19'),
(5137, 3433, 500, 324803, 700, 1, '2024-06-05 15:35:08', '2024-06-05 15:35:08'),
(5138, 2857, 500, 324804, 350, 1, '2024-06-05 16:57:18', '2024-06-05 16:57:18'),
(5139, 3434, 500, 324816, 3000, 12, '2024-06-06 10:30:09', '2024-06-06 10:30:09'),
(5140, 3092, 500, 324817, 200, 1, '2024-06-06 10:31:09', '2024-06-06 10:31:09'),
(5141, 3137, 500, 324818, 300, 1, '2024-06-06 10:34:29', '2024-06-06 10:34:29'),
(5142, 2922, 500, 324819, 300, 1, '2024-06-06 10:39:59', '2024-06-06 10:39:59'),
(5143, 2898, 500, 324821, 600, 2, '2024-06-06 10:42:48', '2024-06-06 10:42:48'),
(5144, 2543, 500, 324832, 3192, 12, '2024-06-06 13:56:25', '2024-06-06 13:56:25'),
(5145, 2864, 500, 324833, 350, 1, '2024-06-06 14:01:57', '2024-06-06 14:01:57'),
(5146, 2864, 500, 324834, 350, 1, '2024-06-06 14:04:59', '2024-06-06 14:04:59'),
(5147, 2870, 500, 324835, 500, 1, '2024-06-06 14:23:09', '2024-06-06 14:23:09'),
(5148, 3204, 500, 324836, 300, 1, '2024-06-06 15:05:08', '2024-06-06 15:05:08'),
(5149, 2885, 500, 324848, 0, 12, '2024-06-06 15:26:42', '2024-06-06 15:26:42'),
(5150, 2880, 500, 324849, 300, 1, '2024-06-06 15:30:36', '2024-06-06 15:30:36'),
(5151, 3368, 500, 324861, 3240, 12, '2024-06-06 15:32:21', '2024-06-06 15:32:21'),
(5152, 3251, 500, 324862, 300, 1, '2024-06-06 15:59:47', '2024-06-06 15:59:47'),
(5153, 3217, 500, 324864, 0, 2, '2024-06-06 17:34:44', '2024-06-06 17:34:44'),
(5154, 3217, 500, 324865, 600, 1, '2024-06-06 17:34:59', '2024-06-06 17:34:59'),
(5155, 3435, 500, 324877, 3240, 12, '2024-06-06 17:40:47', '2024-06-06 17:40:47'),
(5156, 3262, 500, 324878, 300, 1, '2024-06-08 10:29:31', '2024-06-08 10:29:31'),
(5157, 2831, 500, 324879, 300, 1, '2024-06-08 10:30:50', '2024-06-08 10:30:50'),
(5158, 3112, 500, 324880, 150, 1, '2024-06-08 10:31:26', '2024-06-08 10:31:26'),
(5159, 3436, 500, 324886, 1800, 6, '2024-06-08 10:33:41', '2024-06-08 10:33:41'),
(5160, 3254, 500, 324887, 255, 1, '2024-06-08 10:34:24', '2024-06-08 10:34:24'),
(5161, 3437, 500, 324899, 6000, 12, '2024-06-08 10:40:23', '2024-06-08 10:40:23'),
(5162, 2859, 500, 324900, 600, 1, '2024-06-08 10:41:33', '2024-06-08 10:41:33'),
(5163, 2979, 500, 324901, 300, 1, '2024-06-08 10:49:43', '2024-06-08 10:49:43'),
(5164, 3438, 500, 324902, 300, 1, '2024-06-08 10:51:23', '2024-06-08 10:51:23'),
(5165, 3040, 500, 324903, 300, 1, '2024-06-08 10:52:10', '2024-06-08 10:52:10'),
(5166, 2543, 500, 324904, 3467, 1, '2024-06-08 10:54:02', '2024-06-08 10:54:02'),
(5167, 2926, 500, 324905, 300, 1, '2024-06-08 10:56:40', '2024-06-08 10:56:40'),
(5168, 2890, 500, 324906, 500, 1, '2024-06-08 10:57:55', '2024-06-08 10:57:55'),
(5169, 2927, 500, 324907, 350, 1, '2024-06-08 11:47:26', '2024-06-08 11:47:26'),
(5170, 3120, 500, 324908, 600, 1, '2024-06-08 12:43:45', '2024-06-08 12:43:45'),
(5171, 3048, 500, 324910, 200, 1, '2024-06-08 14:17:40', '2024-06-08 14:17:40'),
(5172, 3439, 500, 324909, 250, 1, '2024-06-08 14:18:18', '2024-06-08 14:18:18'),
(5173, 3440, 500, 324911, 350, 1, '2024-06-08 14:19:10', '2024-06-08 14:19:10'),
(5174, 2947, 500, 324912, 400, 1, '2024-06-08 14:36:57', '2024-06-08 14:36:57'),
(5175, 3143, 500, 324913, 300, 1, '2024-06-08 14:38:46', '2024-06-08 14:38:46'),
(5176, 3258, 500, 324914, 600, 1, '2024-06-08 14:57:09', '2024-06-08 14:57:09'),
(5177, 3441, 500, 324915, 350, 1, '2024-06-08 15:10:29', '2024-06-08 15:10:29'),
(5178, 3442, 500, 324916, 250, 1, '2024-06-08 15:48:09', '2024-06-08 15:48:09'),
(5179, 2827, 500, 324918, 600, 2, '2024-06-08 15:51:13', '2024-06-08 15:51:13'),
(5180, 3351, 500, 324919, 300, 1, '2024-06-08 16:55:58', '2024-06-08 16:55:58'),
(5181, 3156, 500, 324920, 300, 1, '2024-06-09 13:45:54', '2024-06-09 13:45:54'),
(5182, 3320, 500, 324921, 300, 1, '2024-06-09 13:46:52', '2024-06-09 13:46:52'),
(5183, 3144, 500, 324922, 300, 1, '2024-06-09 13:52:17', '2024-06-09 13:52:17'),
(5184, 2931, 500, 324923, 300, 1, '2024-06-09 13:52:45', '2024-06-09 13:52:45'),
(5185, 3443, 500, 324924, 300, 1, '2024-06-09 13:54:07', '2024-06-09 13:54:07'),
(5186, 3245, 500, 324925, 200, 1, '2024-06-09 13:54:40', '2024-06-09 13:54:40'),
(5187, 3362, 500, 324926, 300, 1, '2024-06-09 13:55:28', '2024-06-09 13:55:28'),
(5188, 2860, 500, 324927, 300, 1, '2024-06-09 14:37:32', '2024-06-09 14:37:32'),
(5189, 3444, 500, 324928, 250, 1, '2024-06-09 14:40:08', '2024-06-09 14:40:08'),
(5190, 3445, 500, 324929, 300, 1, '2024-06-09 15:36:17', '2024-06-09 15:36:17'),
(5191, 3088, 500, 324930, 300, 1, '2024-06-09 15:56:12', '2024-06-09 15:56:12'),
(5192, 3446, 500, 324936, 1800, 6, '2024-06-09 15:58:53', '2024-06-09 15:58:53'),
(5193, 3447, 500, 324948, 3600, 12, '2024-06-09 16:21:51', '2024-06-09 16:21:51'),
(5194, 3448, 500, 324949, 250, 1, '2024-06-09 16:34:25', '2024-06-09 16:34:25'),
(5195, 3449, 500, 324961, 6804, 12, '2024-06-09 17:55:53', '2024-06-09 17:55:53'),
(5196, 3128, 500, 324962, 750, 1, '2024-06-09 17:56:52', '2024-06-09 17:56:52'),
(5197, 3259, 500, 324963, 350, 1, '2024-06-10 11:01:28', '2024-06-10 11:01:28'),
(5198, 3093, 500, 324964, 350, 1, '2024-06-10 11:02:32', '2024-06-10 11:02:32'),
(5199, 3189, 500, 324965, 300, 1, '2024-06-10 11:07:22', '2024-06-10 11:07:22'),
(5200, 2893, 500, 324966, 300, 1, '2024-06-10 11:08:04', '2024-06-10 11:08:04'),
(5201, 3194, 500, 324967, 600, 1, '2024-06-10 11:08:37', '2024-06-10 11:08:37'),
(5202, 2894, 500, 324968, 300, 1, '2024-06-10 11:12:06', '2024-06-10 11:12:06'),
(5203, 3201, 500, 324969, 200, 1, '2024-06-10 11:20:18', '2024-06-10 11:20:18'),
(5204, 3360, 500, 324970, 300, 1, '2024-06-10 11:39:43', '2024-06-10 11:39:43'),
(5205, 3005, 500, 324971, 250, 1, '2024-06-10 12:00:32', '2024-06-10 12:00:32'),
(5206, 2787, 500, 324972, 400, 1, '2024-06-10 12:24:08', '2024-06-10 12:24:08'),
(5207, 3450, 500, 324984, 6408, 12, '2024-06-10 12:42:16', '2024-06-10 12:42:16'),
(5208, 3111, 500, 324985, 200, 1, '2024-06-10 13:26:38', '2024-06-10 13:26:38'),
(5209, 3451, 500, 324991, 2100, 6, '2024-06-10 13:46:02', '2024-06-10 13:46:02'),
(5210, 3452, 500, 324997, 1800, 6, '2024-06-10 13:48:08', '2024-06-10 13:48:08'),
(5211, 2840, 500, 324998, 350, 1, '2024-06-10 14:40:35', '2024-06-10 14:40:35'),
(5212, 2818, 500, 324999, 600, 1, '2024-06-10 16:32:39', '2024-06-10 16:32:39'),
(5213, 3068, 500, 325000, 300, 1, '2024-06-10 16:37:00', '2024-06-10 16:37:00'),
(5214, 3453, 500, 325012, 3600, 12, '2024-06-10 18:23:04', '2024-06-10 18:23:04'),
(5215, 3454, 500, 325024, 3780, 12, '2024-06-11 11:12:37', '2024-06-11 11:12:37'),
(5216, 3455, 500, 325025, 350, 1, '2024-06-11 11:15:34', '2024-06-11 11:15:34'),
(5217, 3456, 500, 325037, 3600, 12, '2024-06-11 11:17:03', '2024-06-11 11:17:03'),
(5218, 3059, 500, 325038, 300, 1, '2024-06-11 11:23:58', '2024-06-11 11:23:58'),
(5219, 2874, 500, 325040, 400, 2, '2024-06-11 11:25:05', '2024-06-11 11:25:05'),
(5220, 3284, 500, 325041, 400, 2, '2024-06-11 11:25:20', '2024-06-11 11:25:20'),
(5221, 3457, 500, 325043, 0, 1, '2024-06-11 11:26:10', '2024-06-11 11:26:10'),
(5222, 3457, 500, 325045, 200, 1, '2024-06-11 11:26:23', '2024-06-11 11:26:23'),
(5223, 3458, 500, 325048, 200, 1, '2024-06-11 11:26:56', '2024-06-11 11:26:56'),
(5224, 2992, 500, 325049, 300, 1, '2024-06-11 11:27:46', '2024-06-11 11:27:46'),
(5225, 3139, 500, 325050, 300, 1, '2024-06-11 11:30:55', '2024-06-11 11:30:55'),
(5226, 2993, 500, 325051, 350, 1, '2024-06-11 11:31:27', '2024-06-11 11:31:27'),
(5227, 2925, 500, 325053, 800, 2, '2024-06-11 11:33:09', '2024-06-11 11:33:09'),
(5228, 2843, 500, 325054, 350, 1, '2024-06-11 12:43:49', '2024-06-11 12:43:49'),
(5229, 3089, 500, 325056, 600, 2, '2024-06-11 13:05:00', '2024-06-11 13:05:00'),
(5230, 3459, 500, 325068, 3780, 12, '2024-06-11 13:23:46', '2024-06-11 13:23:46'),
(5231, 3308, 500, 325069, 150, 1, '2024-06-11 13:32:54', '2024-06-11 13:32:54'),
(5232, 2887, 500, 325070, 350, 1, '2024-06-11 14:23:56', '2024-06-11 14:23:56'),
(5233, 2990, 500, 325071, 300, 1, '2024-06-11 14:28:07', '2024-06-11 14:28:07'),
(5234, 3210, 500, 325072, 300, 1, '2024-06-11 14:28:38', '2024-06-11 14:28:38'),
(5235, 3027, 500, 325074, 800, 2, '2024-06-11 15:07:59', '2024-06-11 15:07:59'),
(5236, 3104, 500, 325075, 200, 1, '2024-06-11 15:08:42', '2024-06-11 15:08:42'),
(5237, 3366, 500, 325077, 600, 2, '2024-06-11 15:24:38', '2024-06-11 15:24:38'),
(5238, 2683, 500, 325078, 350, 1, '2024-06-11 16:02:18', '2024-06-11 16:02:18'),
(5239, 3196, 500, 325079, 700, 1, '2024-06-11 16:02:32', '2024-06-11 16:02:32'),
(5240, 3385, 500, 325080, 0, 1, '2024-06-11 16:06:19', '2024-06-11 16:06:19'),
(5241, 3389, 500, 325081, 300, 1, '2024-06-11 16:48:39', '2024-06-11 16:48:39'),
(5242, 3062, 500, 325083, 300, 2, '2024-06-11 16:54:23', '2024-06-11 16:54:23'),
(5243, 2814, 500, 325084, 300, 1, '2024-06-11 16:55:40', '2024-06-11 16:55:40'),
(5244, 3388, 500, 324278, 150, 1, '2024-06-11 17:03:24', '2024-06-11 17:03:24'),
(5245, 3390, 500, 325085, 300, 1, '2024-06-11 17:16:01', '2024-06-11 17:16:01'),
(5246, 3182, 500, 325086, 300, 1, '2024-06-11 17:39:23', '2024-06-11 17:39:23'),
(5247, 3460, 500, 325087, 300, 1, '2024-06-11 17:44:55', '2024-06-11 17:44:55'),
(5248, 3026, 500, 325088, 300, 1, '2024-06-12 10:37:26', '2024-06-12 10:37:26'),
(5249, 2920, 500, 325089, 300, 1, '2024-06-12 10:51:28', '2024-06-12 10:51:28'),
(5250, 2920, 500, 325090, 0, 1, '2024-06-12 10:51:57', '2024-06-12 10:51:57'),
(5251, 2920, 500, 325091, 300, 1, '2024-06-12 10:52:15', '2024-06-12 10:52:15'),
(5252, 3304, 500, 325092, 300, 1, '2024-06-12 10:53:34', '2024-06-12 10:53:34'),
(5253, 3305, 500, 325093, 350, 1, '2024-06-12 11:04:10', '2024-06-12 11:04:10'),
(5254, 3363, 500, 325094, 300, 1, '2024-06-12 11:40:52', '2024-06-12 11:40:52'),
(5255, 3461, 500, 325106, 3240, 12, '2024-06-12 12:28:46', '2024-06-12 12:28:46'),
(5256, 3124, 500, 325108, 600, 2, '2024-06-12 12:32:53', '2024-06-12 12:32:53'),
(5257, 3462, 500, 325109, 350, 1, '2024-06-12 12:35:05', '2024-06-12 12:35:05'),
(5258, 2858, 500, 325111, 600, 2, '2024-06-12 13:08:31', '2024-06-12 13:08:31'),
(5259, 2858, 500, 325113, 0, 2, '2024-06-12 13:08:43', '2024-06-12 13:08:43'),
(5260, 3127, 500, 325114, 400, 1, '2024-06-12 15:00:13', '2024-06-12 15:00:13'),
(5261, 2998, 500, 325115, 400, 1, '2024-06-12 15:10:42', '2024-06-12 15:10:42'),
(5262, 2798, 500, 325116, 300, 1, '2024-06-12 15:30:24', '2024-06-12 15:30:24'),
(5263, 3278, 500, 325117, 800, 2, '2024-06-12 15:50:07', '2024-06-12 15:50:07'),
(5264, 3227, 500, 325118, 150, 1, '2024-06-12 15:51:52', '2024-06-12 15:51:52'),
(5265, 2813, 500, 325121, 300, 3, '2024-06-12 16:38:54', '2024-06-12 16:38:54'),
(5266, 3122, 500, 325122, 300, 1, '2024-06-12 16:40:53', '2024-06-12 16:40:53'),
(5267, 2826, 500, 325123, 0, 1, '2024-06-12 16:48:35', '2024-06-12 16:48:35'),
(5268, 2826, 500, 325124, 250, 1, '2024-06-12 16:48:52', '2024-06-12 16:48:52'),
(5269, 3075, 500, 325125, 300, 1, '2024-06-12 17:12:07', '2024-06-12 17:12:07'),
(5270, 3126, 500, 325126, 250, 1, '2024-06-12 17:39:25', '2024-06-12 17:39:25'),
(5271, 3097, 500, 325127, 333, 1, '2024-06-13 10:51:26', '2024-06-13 10:51:26'),
(5272, 3463, 500, 325128, 350, 1, '2024-06-13 10:53:29', '2024-06-13 10:53:29'),
(5273, 3176, 500, 325129, 300, 1, '2024-06-13 10:57:14', '2024-06-13 10:57:14'),
(5274, 2682, 500, 325130, 300, 1, '2024-06-13 10:58:36', '2024-06-13 10:58:36'),
(5275, 2795, 500, 325131, 200, 1, '2024-06-13 11:00:43', '2024-06-13 11:00:43'),
(5276, 3147, 500, 325132, 150, 1, '2024-06-13 11:01:47', '2024-06-13 11:01:47');
INSERT INTO `payment_confarmation_histories` (`id`, `user_id`, `admin_id`, `payment_history_id`, `updated_amount`, `payment_for_month`, `created_at`, `updated_at`) VALUES
(5277, 3168, 500, 325133, 333, 1, '2024-06-13 11:02:36', '2024-06-13 11:02:36'),
(5278, 3106, 500, 325140, 1400, 7, '2024-06-13 11:04:58', '2024-06-13 11:04:58'),
(5279, 3464, 500, 325152, 3780, 12, '2024-06-13 11:12:07', '2024-06-13 11:12:07'),
(5280, 3464, 500, 325163, 3465, 11, '2024-06-13 11:16:25', '2024-06-13 11:16:25'),
(5281, 2452, 500, 325164, 300, 1, '2024-06-13 11:52:04', '2024-06-13 11:52:04'),
(5282, 3094, 500, 325165, 350, 1, '2024-06-13 12:24:02', '2024-06-13 12:24:02'),
(5283, 2061, 500, 325166, 300, 1, '2024-06-13 12:55:13', '2024-06-13 12:55:13'),
(5284, 2061, 500, 325167, 310, 1, '2024-06-13 13:01:08', '2024-06-13 13:01:08'),
(5285, 3465, 500, 325168, 300, 1, '2024-06-13 13:08:25', '2024-06-13 13:08:25'),
(5286, 2851, 500, 325169, 200, 1, '2024-06-13 13:58:38', '2024-06-13 13:58:38'),
(5287, 2988, 500, 325170, 350, 1, '2024-06-13 15:00:37', '2024-06-13 15:00:37'),
(5288, 3359, 500, 325171, 350, 1, '2024-06-13 15:25:56', '2024-06-13 15:25:56'),
(5289, 3214, 500, 325172, 300, 1, '2024-06-13 15:39:41', '2024-06-13 15:39:41'),
(5290, 3220, 500, 325173, 1000, 1, '2024-06-13 15:51:23', '2024-06-13 15:51:23'),
(5291, 2855, 500, 325174, 600, 1, '2024-06-13 16:06:08', '2024-06-13 16:06:08'),
(5292, 3112, 500, 325175, 150, 1, '2024-06-13 16:06:36', '2024-06-13 16:06:36'),
(5293, 3466, 500, 325176, 250, 1, '2024-06-13 16:29:19', '2024-06-13 16:29:19'),
(5294, 2533, 500, 325179, 900, 3, '2024-06-13 16:30:41', '2024-06-13 16:30:41'),
(5295, 3365, 500, 325180, 300, 1, '2024-06-13 16:42:53', '2024-06-13 16:42:53'),
(5296, 3202, 500, 325181, 2180, 1, '2024-06-13 17:28:31', '2024-06-13 17:28:31'),
(5297, 2871, 500, 325182, 350, 1, '2024-06-14 10:20:44', '2024-06-14 10:20:44'),
(5298, 3140, 500, 325183, 1250, 1, '2024-06-14 10:22:59', '2024-06-14 10:22:59'),
(5299, 3467, 500, 325195, 3240, 12, '2024-06-14 10:31:53', '2024-06-14 10:31:53'),
(5300, 3198, 500, 325196, 1800, 1, '2024-06-14 11:54:18', '2024-06-14 11:54:18'),
(5301, 3468, 500, 325197, 200, 1, '2024-06-14 11:56:30', '2024-06-14 11:56:30'),
(5302, 2803, 500, 325198, 350, 1, '2024-06-14 11:57:58', '2024-06-14 11:57:58'),
(5303, 2821, 500, 325200, 1000, 2, '2024-06-14 12:19:34', '2024-06-14 12:19:34'),
(5304, 2834, 500, 325210, 2000, 10, '2024-06-14 12:27:21', '2024-06-14 12:27:21'),
(5305, 2836, 500, 325219, 2000, 10, '2024-06-14 12:31:25', '2024-06-14 12:31:25'),
(5306, 2861, 500, 325220, 300, 1, '2024-06-14 12:44:49', '2024-06-14 12:44:49'),
(5307, 3287, 500, 325221, 0, 1, '2024-06-14 13:04:33', '2024-06-14 13:04:33'),
(5308, 3287, 500, 325222, 0, 1, '2024-06-14 13:04:41', '2024-06-14 13:04:41'),
(5309, 3287, 500, 325223, 300, 1, '2024-06-14 13:05:09', '2024-06-14 13:05:09'),
(5310, 2854, 2754, 325224, 300, 1, '2024-06-15 14:15:48', '2024-06-15 14:15:48'),
(5311, 3469, 500, 325236, 7008, 12, '2024-06-22 11:07:43', '2024-06-22 11:07:43'),
(5312, 2834, 500, 325239, 600, 3, '2024-06-22 11:10:59', '2024-06-22 11:10:59'),
(5313, 2852, 500, 325240, 300, 1, '2024-06-22 11:16:26', '2024-06-22 11:16:26'),
(5314, 3052, 500, 325241, 200, 1, '2024-06-22 11:19:06', '2024-06-22 11:19:06'),
(5315, 2866, 500, 325242, 200, 1, '2024-06-22 11:25:02', '2024-06-22 11:25:02'),
(5316, 2913, 500, 325244, 1200, 2, '2024-06-22 11:26:41', '2024-06-22 11:26:41'),
(5317, 3033, 500, 325245, 600, 1, '2024-06-22 11:32:32', '2024-06-22 11:32:32'),
(5318, 3172, 500, 325246, 350, 1, '2024-06-22 11:35:16', '2024-06-22 11:35:16'),
(5319, 2886, 500, 325247, 300, 1, '2024-06-22 11:40:15', '2024-06-22 11:40:15'),
(5320, 3098, 500, 325248, 600, 1, '2024-06-22 11:41:16', '2024-06-22 11:41:16'),
(5321, 3067, 500, 325249, 900, 1, '2024-06-22 11:43:24', '2024-06-22 11:43:24'),
(5322, 2878, 500, 325250, 150, 1, '2024-06-22 11:44:27', '2024-06-22 11:44:27'),
(5323, 2969, 500, 325251, 400, 1, '2024-06-22 11:45:17', '2024-06-22 11:45:17'),
(5324, 3136, 500, 325252, 300, 1, '2024-06-22 11:46:27', '2024-06-22 11:46:27'),
(5325, 3136, 500, 325253, 300, 1, '2024-06-22 11:46:29', '2024-06-22 11:46:29'),
(5326, 3142, 500, 325254, 350, 1, '2024-06-22 11:49:56', '2024-06-22 11:49:56'),
(5327, 3007, 500, 325255, 300, 1, '2024-06-22 11:52:14', '2024-06-22 11:52:14'),
(5328, 3101, 500, 325256, 500, 1, '2024-06-22 11:52:55', '2024-06-22 11:52:55'),
(5329, 3396, 500, 325257, 350, 1, '2024-06-22 11:53:43', '2024-06-22 11:53:43'),
(5330, 2824, 500, 325258, 300, 1, '2024-06-22 11:54:26', '2024-06-22 11:54:26'),
(5331, 3008, 500, 325259, 400, 1, '2024-06-22 11:55:04', '2024-06-22 11:55:04'),
(5332, 2817, 500, 325260, 300, 1, '2024-06-22 11:56:22', '2024-06-22 11:56:22'),
(5333, 3470, 500, 325265, 1600, 4, '2024-06-22 12:39:30', '2024-06-22 12:39:30'),
(5334, 3471, 500, 325273, 1500, 5, '2024-06-22 12:47:30', '2024-06-22 12:47:30'),
(5335, 3471, 500, 325273, 0, 2, '2024-06-22 12:47:47', '2024-06-22 12:47:47'),
(5336, 3292, 500, 325279, 2100, 6, '2024-06-22 12:50:54', '2024-06-22 12:50:54'),
(5337, 3472, 500, 325280, 300, 1, '2024-06-22 12:54:22', '2024-06-22 12:54:22'),
(5338, 3153, 500, 325281, 5000, 1, '2024-06-22 12:57:52', '2024-06-22 12:57:52'),
(5339, 3241, 500, 322741, 1830, 1, '2024-06-22 13:39:12', '2024-06-22 13:39:12'),
(5340, 3161, 500, 325282, 350, 1, '2024-06-22 13:40:08', '2024-06-22 13:40:08'),
(5341, 2687, 500, 325283, 350, 1, '2024-06-22 14:04:09', '2024-06-22 14:04:09'),
(5342, 2816, 500, 325285, 500, 2, '2024-06-22 15:22:30', '2024-06-22 15:22:30'),
(5343, 3361, 500, 325286, 350, 1, '2024-06-22 15:47:23', '2024-06-22 15:47:23'),
(5344, 3473, 500, 325298, 3780, 12, '2024-06-22 16:43:42', '2024-06-22 16:43:42'),
(5345, 3414, 500, 324605, 300, 1, '2024-06-22 17:45:57', '2024-06-22 17:45:57'),
(5346, 3096, 500, 325299, 250, 1, '2024-06-23 10:53:00', '2024-06-23 10:53:00'),
(5347, 3032, 500, 325300, 300, 1, '2024-06-23 10:54:05', '2024-06-23 10:54:05'),
(5348, 3178, 500, 325301, 200, 1, '2024-06-23 10:55:30', '2024-06-23 10:55:30'),
(5349, 2966, 500, 325302, 300, 1, '2024-06-23 10:55:42', '2024-06-23 10:55:42'),
(5350, 3277, 500, 325303, 300, 1, '2024-06-23 11:28:21', '2024-06-23 11:28:21'),
(5351, 3474, 500, 325315, 3780, 12, '2024-06-23 11:57:57', '2024-06-23 11:57:57'),
(5352, 2131, 500, 325320, 3000, 6, '2024-06-23 12:43:43', '2024-06-23 12:43:43'),
(5353, 3138, 500, 325321, 300, 1, '2024-06-23 12:51:09', '2024-06-23 12:51:09'),
(5354, 3195, 500, 325322, 1360, 1, '2024-06-23 13:52:50', '2024-06-23 13:52:50'),
(5355, 3475, 500, 325334, 3444, 12, '2024-06-23 15:49:51', '2024-06-23 15:49:51'),
(5356, 2929, 500, 325335, 300, 1, '2024-06-23 17:43:00', '2024-06-23 17:43:00'),
(5357, 2995, 500, 325336, 300, 1, '2024-06-23 17:43:24', '2024-06-23 17:43:24'),
(5358, 3203, 500, 325337, 300, 1, '2024-06-23 17:53:50', '2024-06-23 17:53:50'),
(5359, 3372, 500, 324150, 300, 1, '2024-06-24 13:38:25', '2024-06-24 13:38:25'),
(5360, 3250, 500, 325338, 300, 1, '2024-06-24 13:39:10', '2024-06-24 13:39:10'),
(5361, 2958, 500, 325339, 300, 1, '2024-06-24 13:40:04', '2024-06-24 13:40:04'),
(5362, 3167, 500, 325340, 300, 1, '2024-06-24 13:40:32', '2024-06-24 13:40:32'),
(5363, 3010, 500, 325341, 350, 1, '2024-06-24 13:41:09', '2024-06-24 13:41:09'),
(5364, 3301, 500, 325342, 500, 1, '2024-06-24 13:41:39', '2024-06-24 13:41:39'),
(5365, 3037, 500, 325343, 300, 1, '2024-06-24 13:42:09', '2024-06-24 13:42:09'),
(5366, 3123, 500, 325344, 300, 1, '2024-06-24 13:42:50', '2024-06-24 13:42:50'),
(5367, 3476, 500, 325356, 3408, 12, '2024-06-24 13:57:08', '2024-06-24 13:57:08'),
(5368, 2932, 500, 325357, 300, 1, '2024-06-24 15:29:24', '2024-06-24 15:29:24'),
(5369, 3055, 500, 325358, 150, 1, '2024-06-24 16:01:16', '2024-06-24 16:01:16'),
(5370, 3087, 500, 325360, 600, 2, '2024-06-24 16:02:18', '2024-06-24 16:02:18'),
(5371, 2826, 500, 325361, 250, 1, '2024-06-24 16:02:54', '2024-06-24 16:02:54'),
(5372, 3125, 500, 325362, 300, 1, '2024-06-24 16:16:40', '2024-06-24 16:16:40'),
(5373, 3080, 500, 325363, 300, 1, '2024-06-24 16:25:55', '2024-06-24 16:25:55'),
(5374, 3085, 500, 325368, 1620, 6, '2024-06-24 16:42:39', '2024-06-24 16:42:39'),
(5375, 3226, 500, 325369, 350, 1, '2024-06-24 16:43:20', '2024-06-24 16:43:20'),
(5376, 3083, 500, 325370, 500, 1, '2024-06-24 16:48:55', '2024-06-24 16:48:55'),
(5377, 3477, 500, 325371, 200, 1, '2024-06-24 17:05:06', '2024-06-24 17:05:06'),
(5378, 3181, 500, 325372, 300, 1, '2024-06-24 17:39:43', '2024-06-24 17:39:43'),
(5379, 3394, 500, 325373, 350, 1, '2024-06-24 18:06:33', '2024-06-24 18:06:33'),
(5380, 3382, 500, 325374, 300, 1, '2024-06-24 18:09:10', '2024-06-24 18:09:10'),
(5381, 3200, 500, 325375, 400, 1, '2024-06-25 10:42:16', '2024-06-25 10:42:16'),
(5382, 3184, 500, 325377, 400, 2, '2024-06-25 10:44:16', '2024-06-25 10:44:16'),
(5383, 2059, 500, 325378, 300, 1, '2024-06-25 10:45:59', '2024-06-25 10:45:59'),
(5384, 2800, 500, 325379, 250, 1, '2024-06-25 10:46:29', '2024-06-25 10:46:29'),
(5385, 3199, 500, 325380, 600, 1, '2024-06-25 10:47:24', '2024-06-25 10:47:24'),
(5386, 3016, 500, 325381, 1000, 1, '2024-06-25 10:49:46', '2024-06-25 10:49:46'),
(5387, 3478, 500, 325384, 700, 2, '2024-06-25 11:20:07', '2024-06-25 11:20:07'),
(5388, 3076, 500, 325386, 1800, 2, '2024-06-25 11:42:00', '2024-06-25 11:42:00'),
(5389, 3102, 500, 325387, 300, 1, '2024-06-25 11:43:06', '2024-06-25 11:43:06'),
(5390, 3480, 500, 325394, 900, 3, '2024-06-25 12:36:58', '2024-06-25 12:36:58'),
(5391, 3481, 500, 325395, 300, 1, '2024-06-25 12:45:10', '2024-06-25 12:45:10'),
(5392, 3482, 500, 325396, 250, 1, '2024-06-25 13:28:04', '2024-06-25 13:28:04'),
(5393, 2935, 500, 325398, 666, 2, '2024-06-25 13:32:02', '2024-06-25 13:32:02'),
(5394, 2798, 500, 325399, 300, 1, '2024-06-25 13:51:47', '2024-06-25 13:51:47'),
(5395, 3483, 500, 325411, 3780, 12, '2024-06-25 14:18:15', '2024-06-25 14:18:15'),
(5396, 3261, 500, 325413, 600, 2, '2024-06-25 14:27:02', '2024-06-25 14:27:02'),
(5397, 3160, 500, 325415, 600, 2, '2024-06-25 16:06:54', '2024-06-25 16:06:54'),
(5398, 3160, 500, 325417, 600, 2, '2024-06-25 16:06:55', '2024-06-25 16:06:55'),
(5399, 3484, 500, 325423, 1602, 6, '2024-06-25 16:19:23', '2024-06-25 16:19:23'),
(5400, 2960, 500, 325424, 300, 1, '2024-06-25 16:40:23', '2024-06-25 16:40:23'),
(5401, 3485, 500, 325436, 3780, 12, '2024-06-25 16:46:31', '2024-06-25 16:46:31'),
(5402, 3222, 500, 325442, 1800, 6, '2024-06-25 17:29:10', '2024-06-25 17:29:10'),
(5403, 3341, 500, 325443, 200, 1, '2024-06-25 17:40:29', '2024-06-25 17:40:29'),
(5404, 3341, 500, 325444, 200, 1, '2024-06-25 17:42:47', '2024-06-25 17:42:47'),
(5405, 3041, 500, 325445, 2600, 1, '2024-06-26 11:14:43', '2024-06-26 11:14:43'),
(5406, 3486, 500, 325457, 3780, 12, '2024-06-26 11:18:06', '2024-06-26 11:18:06'),
(5407, 3043, 500, 325459, 600, 2, '2024-06-26 11:21:18', '2024-06-26 11:21:18'),
(5408, 3072, 500, 325460, 0, 1, '2024-06-26 12:57:03', '2024-06-26 12:57:03'),
(5409, 3065, 500, 325462, 800, 2, '2024-06-26 14:54:55', '2024-06-26 14:54:55'),
(5410, 3285, 500, 325463, 600, 1, '2024-06-26 15:10:18', '2024-06-26 15:10:18'),
(5411, 3243, 500, 325464, 3000, 1, '2024-06-26 15:20:01', '2024-06-26 15:20:01'),
(5412, 3155, 500, 325465, 300, 1, '2024-06-26 15:43:26', '2024-06-26 15:43:26'),
(5413, 3487, 500, 325466, 300, 1, '2024-06-26 15:47:41', '2024-06-26 15:47:41'),
(5414, 3488, 500, 325478, 3780, 12, '2024-06-26 16:01:37', '2024-06-26 16:01:37'),
(5415, 2843, 500, 325479, 350, 1, '2024-06-26 16:13:30', '2024-06-26 16:13:30'),
(5416, 3489, 500, 325491, 3240, 12, '2024-06-26 16:24:01', '2024-06-26 16:24:01'),
(5417, 3063, 500, 325492, 300, 1, '2024-06-26 16:24:54', '2024-06-26 16:24:54'),
(5418, 2872, 500, 325493, 900, 1, '2024-06-26 16:47:23', '2024-06-26 16:47:23'),
(5419, 3319, 500, 325494, 300, 1, '2024-06-26 17:02:27', '2024-06-26 17:02:27'),
(5420, 3300, 500, 323328, 0, 3, '2024-06-26 17:38:41', '2024-06-26 17:38:41'),
(5421, 3300, 500, 325497, 900, 3, '2024-06-26 17:38:55', '2024-06-26 17:38:55'),
(5422, 2879, 500, 325498, 350, 1, '2024-06-26 17:39:42', '2024-06-26 17:39:42'),
(5423, 3300, 500, 325501, 900, 3, '2024-06-26 17:41:07', '2024-06-26 17:41:07'),
(5424, 3144, 500, 325502, 300, 1, '2024-06-26 17:56:20', '2024-06-26 17:56:20'),
(5425, 2875, 500, 325503, 300, 1, '2024-06-26 18:16:27', '2024-06-26 18:16:27'),
(5426, 3064, 500, 325504, 300, 1, '2024-06-27 10:31:24', '2024-06-27 10:31:24'),
(5427, 3060, 500, 325505, 300, 1, '2024-06-27 10:32:10', '2024-06-27 10:32:10'),
(5428, 3235, 500, 325506, 300, 1, '2024-06-27 10:34:45', '2024-06-27 10:34:45'),
(5429, 3151, 500, 325508, 1200, 2, '2024-06-27 10:36:57', '2024-06-27 10:36:57'),
(5430, 2789, 500, 325509, 300, 1, '2024-06-27 12:29:49', '2024-06-27 12:29:49'),
(5431, 2912, 500, 325510, 400, 1, '2024-06-27 14:44:30', '2024-06-27 14:44:30'),
(5432, 2918, 500, 325511, 400, 1, '2024-06-27 15:43:49', '2024-06-27 15:43:49'),
(5433, 2926, 500, 325512, 0, 1, '2024-06-27 15:52:29', '2024-06-27 15:52:29'),
(5434, 3490, 500, 325513, 300, 1, '2024-06-27 16:19:35', '2024-06-27 16:19:35'),
(5435, 3491, 500, 325514, 350, 1, '2024-06-27 16:23:54', '2024-06-27 16:23:54'),
(5436, 2944, 500, 325515, 333, 1, '2024-06-27 18:12:22', '2024-06-27 18:12:22'),
(5437, 2924, 500, 325517, 600, 2, '2024-06-27 18:12:55', '2024-06-27 18:12:55'),
(5438, 3536, 500, 326551, 1, 1, '2024-07-04 05:44:40', '2024-07-04 05:44:40'),
(5439, 3562, 500, 327541, 1, 1, '2024-07-09 09:09:04', '2024-07-09 09:09:04'),
(5440, 3562, 500, 327541, 1, 1, '2024-07-09 09:22:50', '2024-07-09 09:22:50'),
(5441, 3562, 500, 327541, 1, 1, '2024-07-09 09:23:55', '2024-07-09 09:23:55'),
(5442, 3562, 500, 327552, 1, 1, '2024-07-09 09:24:27', '2024-07-09 09:24:27'),
(5443, 3562, 500, 327553, 1, 1, '2024-07-09 09:24:41', '2024-07-09 09:24:41'),
(5444, 3561, 500, 327538, 1, 1, '2024-07-09 09:25:06', '2024-07-09 09:25:06'),
(5445, 3561, 500, 327538, 1, 1, '2024-07-09 09:25:24', '2024-07-09 09:25:24'),
(5446, 3559, 500, 327534, 1, 1, '2024-07-09 09:25:49', '2024-07-09 09:25:49'),
(5447, 3559, 500, 327534, 1, 1, '2024-07-09 09:27:35', '2024-07-09 09:27:35'),
(5448, 3559, 500, 327534, 1, 1, '2024-07-09 09:29:14', '2024-07-09 09:29:14'),
(5449, 3539, 500, 326554, 1, 1, '2024-07-09 09:30:43', '2024-07-09 09:30:43'),
(5450, 3541, 500, 326556, 1, 1, '2024-07-09 09:37:02', '2024-07-09 09:37:02'),
(5451, 3567, 500, 327555, 10, 1, '2024-07-09 11:58:24', '2024-07-09 11:58:24'),
(5452, 3567, 500, 327555, 10, 1, '2024-07-09 11:58:32', '2024-07-09 11:58:32'),
(5453, 3494, 500, 325875, 20, 5, '2024-07-09 11:58:51', '2024-07-09 11:58:51'),
(5454, 3494, 500, 325875, 20, 5, '2024-07-09 12:00:49', '2024-07-09 12:00:49'),
(5455, 3494, 500, 325875, 4, 1, '2024-07-09 12:01:08', '2024-07-09 12:01:08'),
(5456, 3537, 500, 326552, 1, 1, '2024-07-09 12:08:09', '2024-07-09 12:08:09'),
(5457, 3538, 500, 326553, 1, 1, '2024-07-09 12:09:01', '2024-07-09 12:09:01'),
(5458, 3571, 500, 327563, 1, 1, '2024-07-09 12:11:26', '2024-07-09 12:11:26'),
(5459, 3571, 500, 327563, 1, 1, '2024-07-09 12:12:33', '2024-07-09 12:12:33'),
(5460, 3571, 500, 327563, 1, 1, '2024-07-14 07:24:46', '2024-07-14 07:24:46'),
(5461, 3571, 500, 327563, 1, 1, '2024-07-14 08:10:47', '2024-07-14 08:10:47'),
(5462, 3570, 500, 327561, 1, 1, '2024-07-14 08:12:34', '2024-07-14 08:12:34'),
(5463, 3570, 500, 327561, 1, 1, '2024-07-14 08:12:44', '2024-07-14 08:12:44'),
(5464, 3570, 500, 327561, 1, 1, '2024-07-14 08:14:06', '2024-07-14 08:14:06'),
(5465, 3569, 500, 327559, 2, 2, '2024-07-14 08:14:40', '2024-07-14 08:14:40'),
(5466, 3571, 500, 327563, 1, 1, '2024-07-14 09:25:10', '2024-07-14 09:25:10'),
(5467, 3570, 500, 327561, 1, 1, '2024-07-14 09:31:21', '2024-07-14 09:31:21'),
(5468, 3572, 500, 327570, 2, 1, '2024-07-14 09:35:16', '2024-07-14 09:35:16'),
(5469, 3572, 500, 327570, 2, 1, '2024-07-14 09:35:30', '2024-07-14 09:35:30'),
(5470, 3572, 500, 327570, 2, 1, '2024-07-14 09:35:38', '2024-07-14 09:35:38'),
(5471, 3572, 500, 327570, 2, 1, '2024-07-14 09:37:18', '2024-07-14 09:37:18'),
(5472, 3572, 500, 327570, 4, 2, '2024-07-14 09:37:37', '2024-07-14 09:37:37'),
(5473, 3572, 500, 327570, 2, 1, '2024-07-14 09:39:08', '2024-07-14 09:39:08'),
(5474, 3572, 500, 327570, 2, 1, '2024-07-14 09:39:14', '2024-07-14 09:39:14'),
(5475, 3572, 500, 327570, 2, 1, '2024-07-14 09:39:49', '2024-07-14 09:39:49'),
(5476, 3572, 500, 327570, 4, 2, '2024-07-14 10:10:26', '2024-07-14 10:10:26'),
(5477, 3572, 500, 327570, 2, 1, '2024-07-14 10:10:41', '2024-07-14 10:10:41'),
(5478, 3572, 500, 327570, 2, 1, '2024-07-14 10:12:31', '2024-07-14 10:12:31'),
(5479, 3572, 500, 327570, 4, 2, '2024-07-14 10:12:49', '2024-07-14 10:12:49'),
(5480, 3570, 500, 327571, 1, 1, '2024-07-14 11:51:37', '2024-07-14 11:51:37'),
(5481, 3310, 500, 327576, 300, 1, '2024-07-14 12:21:31', '2024-07-14 12:21:31'),
(5482, 3310, 500, 327577, 300, 1, '2024-07-14 12:24:04', '2024-07-14 12:24:04'),
(5483, 3310, 500, 327578, 300, 1, '2024-07-14 12:25:39', '2024-07-14 12:25:39'),
(5484, 3310, 500, 327579, 300, 1, '2024-07-14 12:47:53', '2024-07-14 12:47:53'),
(5485, 3310, 500, 327580, 300, 1, '2024-07-14 12:51:36', '2024-07-14 12:51:36'),
(5486, 3310, 500, 327581, 300, 1, '2024-07-14 12:51:44', '2024-07-14 12:51:44'),
(5487, 3572, 500, 327569, 2, 1, '2024-07-15 04:51:50', '2024-07-15 04:51:50'),
(5488, 3572, 500, 327569, 2, 1, '2024-07-15 04:59:26', '2024-07-15 04:59:26'),
(5489, 3573, 500, 327575, 2, 1, '2024-07-15 05:01:02', '2024-07-15 05:01:02'),
(5490, 3573, 500, 327575, 2, 1, '2024-07-15 05:26:54', '2024-07-15 05:26:54'),
(5491, 3573, 500, 327575, 2, 1, '2024-07-15 05:30:05', '2024-07-15 05:30:05'),
(5492, 3573, 500, 327575, 2, 1, '2024-07-15 05:32:59', '2024-07-15 05:32:59'),
(5493, 3573, 500, 327582, 2, 1, '2024-07-15 05:34:13', '2024-07-15 05:34:13'),
(5494, 3573, 500, 327583, 2, 1, '2024-07-15 05:36:04', '2024-07-15 05:36:04'),
(5495, 3573, 500, 327584, 2, 1, '2024-07-15 05:36:56', '2024-07-15 05:36:56'),
(5496, 3573, 500, 327585, 2, 1, '2024-07-15 05:37:38', '2024-07-15 05:37:38'),
(5497, 3573, 500, 327586, 2, 1, '2024-07-15 05:38:22', '2024-07-15 05:38:22'),
(5498, 3573, 500, 327587, 2, 1, '2024-07-15 05:38:33', '2024-07-15 05:38:33'),
(5499, 3573, 500, 327588, 2, 1, '2024-07-15 05:38:49', '2024-07-15 05:38:49'),
(5500, 3573, 500, 327589, 2, 1, '2024-07-15 05:39:02', '2024-07-15 05:39:02'),
(5501, 3573, 500, 327590, 2, 1, '2024-07-15 05:39:32', '2024-07-15 05:39:32'),
(5502, 3573, 500, 327591, 2, 1, '2024-07-15 05:40:36', '2024-07-15 05:40:36'),
(5503, 3573, 500, 327592, 2, 1, '2024-07-15 05:43:20', '2024-07-15 05:43:20'),
(5504, 3571, 500, 327593, 1, 1, '2024-07-15 05:43:52', '2024-07-15 05:43:52'),
(5505, 3568, 500, 327557, 1, 1, '2024-07-15 05:44:48', '2024-07-15 05:44:48'),
(5506, 3568, 500, 327557, 1, 1, '2024-07-15 05:45:37', '2024-07-15 05:45:37'),
(5507, 3568, 500, 327594, 1, 1, '2024-07-15 05:47:22', '2024-07-15 05:47:22'),
(5508, 3568, 500, 327595, 1, 1, '2024-07-15 05:47:53', '2024-07-15 05:47:53'),
(5509, 3568, 500, 327605, 2, 2, '2024-07-15 06:02:55', '2024-07-15 06:02:55'),
(5510, 3568, 500, 327607, 2, 2, '2024-07-15 06:03:58', '2024-07-15 06:03:58'),
(5511, 3568, 500, 327637, 2, 2, '2024-07-15 06:18:45', '2024-07-15 06:18:45'),
(5512, 3568, 500, 327647, 2, 2, '2024-07-15 06:24:04', '2024-07-15 06:24:04'),
(5513, 3568, 500, 327649, 2, 2, '2024-07-15 06:24:37', '2024-07-15 06:24:37'),
(5514, 3571, 500, 327657, 2, 2, '2024-07-15 06:28:03', '2024-07-15 06:28:03'),
(5515, 3571, 500, 327659, 2, 2, '2024-07-15 06:28:42', '2024-07-15 06:28:42'),
(5516, 3571, 500, 327661, 2, 2, '2024-07-15 06:29:37', '2024-07-15 06:29:37'),
(5517, 3571, 500, 327664, 3, 3, '2024-07-15 06:29:54', '2024-07-15 06:29:54'),
(5518, 3571, 500, 327668, 4, 4, '2024-07-15 06:36:01', '2024-07-15 06:36:01'),
(5519, 3571, 500, 327669, 1, 1, '2024-07-15 06:36:27', '2024-07-15 06:36:27'),
(5520, 3571, 500, 327671, 1, 1, '2024-07-15 06:37:05', '2024-07-15 06:37:05'),
(5521, 3574, 500, 327633, 1, 1, '2024-07-15 06:43:51', '2024-07-15 06:43:51'),
(5522, 3574, 500, 327633, 1, 1, '2024-07-15 06:44:13', '2024-07-15 06:44:13'),
(5523, 3574, 500, 327633, 2, 2, '2024-07-15 06:44:23', '2024-07-15 06:44:23'),
(5524, 3573, 500, 327673, 4, 2, '2024-07-15 06:44:47', '2024-07-15 06:44:47'),
(5525, 3573, 500, 327674, 2, 1, '2024-07-15 06:44:58', '2024-07-15 06:44:58'),
(5526, 3036, 500, 321864, 400, 1, '2024-07-15 10:34:29', '2024-07-15 10:34:29'),
(5527, 3036, 500, 327675, 400, 1, '2024-07-15 10:34:45', '2024-07-15 10:34:45'),
(5528, 3036, 500, 327678, 1200, 3, '2024-07-15 10:35:15', '2024-07-15 10:35:15'),
(5529, 3036, 500, 327681, 1200, 3, '2024-07-15 10:36:16', '2024-07-15 10:36:16'),
(5530, 3036, 500, 327684, 1200, 3, '2024-07-15 10:38:07', '2024-07-15 10:38:07'),
(5531, 3036, 500, 327689, 2000, 5, '2024-07-15 10:42:51', '2024-07-15 10:42:51'),
(5532, 3036, 500, 327694, 2000, 5, '2024-07-15 10:45:06', '2024-07-15 10:45:06'),
(5533, 3036, 500, 327700, 2400, 6, '2024-07-15 10:48:15', '2024-07-15 10:48:15'),
(5534, 3036, 500, 327706, 2400, 6, '2024-07-15 10:48:58', '2024-07-15 10:48:58'),
(5535, 3036, 500, 327729, 1200, 3, '2024-07-15 11:43:17', '2024-07-15 11:43:17'),
(5536, 3576, 500, 328359, 12, 2, '2024-07-16 03:45:08', '2024-07-16 03:45:08'),
(5537, 3576, 500, 328362, 6, 1, '2024-07-16 03:52:31', '2024-07-16 03:52:31'),
(5538, 3576, 500, 328363, 6, 1, '2024-07-16 04:11:42', '2024-07-16 04:11:42');

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

--
-- Table structure for table `payment_histories`
--

CREATE TABLE `payment_histories` (
  `id` bigint UNSIGNED NOT NULL,
  `user_id` bigint UNSIGNED NOT NULL,
  `month_name` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `payment_this_date` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `nest_payment_date` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `total_paid_until_this_date` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `total_due` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `payment_status` int 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 `payment_histories`
--

INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(81665, 1180, '2024-2-01 00:00:00', '3200', '2024-06-02 00:00:00', '', '0', 0, '2023-08-21 16:43:40', '2023-08-21 16:46:52'),
(81666, 1108, '2024-07-01 00:00:00', NULL, NULL, '', '3200', 0, '2023-08-21 16:52:17', '2023-08-21 16:52:17'),
(81667, 1109, '2024-07-01 00:00:00', '3600', NULL, '', '0', 1, '2023-08-23 15:28:53', '2023-08-23 15:29:11'),
(81668, 1110, '2023-08-01 00:00:00', '334', NULL, '', '0', 1, '2023-08-24 11:32:56', '2023-08-24 11:33:16'),
(81669, 1110, '2023-09-01 00:00:00', '334', NULL, '', '0', 1, '2023-08-24 11:33:16', '2023-08-24 11:33:16'),
(81670, 1110, '2023-10-01 00:00:00', '334', NULL, '', '0', 1, '2023-08-24 11:33:16', '2023-08-24 11:33:16'),
(81671, 1110, '2023-11-01 00:00:00', '334', NULL, '', '0', 1, '2023-08-24 11:33:16', '2023-08-24 11:33:16'),
(81672, 1110, '2023-12-01 00:00:00', '334', NULL, '', '0', 1, '2023-08-24 11:33:16', '2023-08-24 11:33:16'),
(81673, 1110, '2024-01-01 00:00:00', '334', NULL, '', '0', 1, '2023-08-24 11:33:16', '2023-08-24 11:33:16'),
(81674, 1111, '2023-08-01 00:00:00', '334', NULL, '', '0', 1, '2023-08-24 11:41:24', '2023-08-24 11:42:51'),
(81675, 1111, '2023-09-01 00:00:00', '334', NULL, '', '0', 1, '2023-08-24 11:42:51', '2023-08-24 11:42:51'),
(81676, 1111, '2023-10-01 00:00:00', '334', NULL, '', '0', 1, '2023-08-24 11:42:51', '2023-08-24 11:42:51'),
(81677, 1111, '2023-11-01 00:00:00', '334', NULL, '', '0', 1, '2023-08-24 11:42:51', '2023-08-24 11:42:51'),
(81678, 1111, '2023-12-01 00:00:00', '334', NULL, '', '0', 1, '2023-08-24 11:42:51', '2023-08-24 11:42:51'),
(81679, 1111, '2024-01-01 00:00:00', '334', NULL, '', '0', 1, '2023-08-24 11:42:51', '2023-08-24 11:42:51'),
(81680, 1112, '2024-07-01 00:00:00', '4200', NULL, '', '0', 1, '2023-08-28 11:11:57', '2023-08-28 11:12:11'),
(81681, 1113, '2023-09-01 00:00:00', NULL, '2023-09-01 00:00:00', '', '300', 0, '2023-08-28 12:30:49', '2023-08-28 12:30:49'),
(81682, 1114, '2024-07-01 00:00:00', '7200', NULL, '', '0', 1, '2023-08-28 16:05:10', '2023-08-28 16:06:24'),
(81683, 1115, '2023-09-01 00:00:00', NULL, '2023-09-01 00:00:00', '', '300', 0, '2023-08-28 16:29:25', '2023-08-28 16:29:25'),
(81684, 1116, '2023-09-01 00:00:00', NULL, '2023-09-01 00:00:00', '', '300', 0, '2023-08-28 16:31:56', '2023-08-28 16:31:56'),
(81685, 1117, '2023-08-01 00:00:00', NULL, NULL, '', '300', 0, '2023-08-29 13:29:15', '2023-08-29 13:29:15'),
(81686, 1118, '2023-09-01 00:00:00', NULL, '2023-09-01 00:00:00', '', '200', 0, '2023-08-29 14:37:13', '2023-08-29 14:37:13'),
(81687, 1119, '2023-08-01 00:00:00', '300', NULL, '', '0', 1, '2023-08-30 11:01:25', '2023-08-30 11:01:38'),
(81688, 1120, '2024-07-01 00:00:00', '3600', NULL, '', '0', 1, '2023-08-30 17:17:45', '2023-08-30 17:18:02'),
(81689, 1121, '2024-07-01 00:00:00', '4000', NULL, '', '0', 1, '2023-08-30 17:21:49', '2023-08-30 17:22:01'),
(81690, 1122, '2023-07-01 00:00:00', NULL, NULL, '', '200', 0, '2023-08-30 17:24:05', '2023-08-30 17:24:05'),
(81693, 1123, '2023-08-01 00:00:00', '300', NULL, '', '0', 1, '2023-08-30 17:24:37', '2023-08-30 17:25:05'),
(81694, 1124, '2024-10-01 00:00:00', NULL, '2024-10-01 00:00:00', '', '4000', 0, '2023-09-12 15:28:15', '2023-09-12 15:28:15'),
(81695, 1125, '2024-10-01 00:00:00', NULL, '2024-10-01 00:00:00', '', '3500', 0, '2023-09-12 15:32:45', '2023-09-12 15:32:45'),
(81696, 1126, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', NULL, 0, '2023-09-12 15:53:43', '2023-09-12 15:53:43'),
(81697, 1127, '2023-09-01 00:00:00', NULL, NULL, '', '350', 0, '2023-09-12 16:00:54', '2023-09-12 16:00:54'),
(81698, 1128, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '250', 0, '2023-09-12 16:02:24', '2023-09-12 16:02:24'),
(81699, 1129, '2023-09-01 00:00:00', NULL, NULL, '', '300', 0, '2023-09-12 16:04:24', '2023-09-12 16:04:24'),
(81700, 1130, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '500', 0, '2023-09-12 16:06:00', '2023-09-12 16:06:00'),
(81701, 1131, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '300', 0, '2023-09-12 16:18:09', '2023-09-12 16:18:09'),
(81702, 1132, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '4000', 0, '2023-09-12 16:22:45', '2023-09-12 16:22:45'),
(81703, 1133, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '200', 0, '2023-09-12 16:30:58', '2023-09-12 16:30:58'),
(81704, 1134, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '350', 0, '2023-09-12 16:47:23', '2023-09-12 16:47:23'),
(81705, 1135, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '750', 0, '2023-09-12 16:50:13', '2023-09-12 16:50:13'),
(81706, 1136, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '400', 0, '2023-09-12 16:53:24', '2023-09-12 16:53:24'),
(81707, 1137, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '200', 0, '2023-09-12 16:55:57', '2023-09-12 16:55:57'),
(81708, 1138, '2024-09-01 00:00:00', NULL, '2024-09-01 00:00:00', '', '3600', 0, '2023-09-12 16:56:16', '2023-09-12 16:56:16'),
(81709, 1139, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '400', 0, '2023-09-12 16:58:28', '2023-09-12 16:58:28'),
(81710, 1140, '2024-09-01 00:00:00', NULL, '2024-09-01 00:00:00', '', '3600', 0, '2023-09-12 16:59:12', '2023-09-12 16:59:12'),
(81711, 1141, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '310', 0, '2023-09-12 17:01:20', '2023-09-12 17:01:20'),
(81712, 1142, '2024-08-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-12 17:01:31', '2023-09-12 17:01:31'),
(81713, 1143, '2024-09-01 00:00:00', NULL, '2024-09-01 00:00:00', '', '3600', 0, '2023-09-12 17:04:26', '2023-09-12 17:04:26'),
(81714, 1144, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '250', 0, '2023-09-12 17:08:21', '2023-09-12 17:08:21'),
(81715, 1145, '2024-09-01 00:00:00', NULL, '2024-09-01 00:00:00', '', '4000', 0, '2023-09-12 17:08:52', '2023-09-12 17:08:52'),
(81716, 1146, '0023-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:28', '2023-09-12 17:11:28'),
(81717, 1146, '0023-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:28', '2023-09-12 17:11:28'),
(81718, 1146, '0023-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:28', '2023-09-12 17:11:28'),
(81719, 1146, '0024-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:28', '2023-09-12 17:11:28'),
(81720, 1146, '0024-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:28', '2023-09-12 17:11:28'),
(81721, 1146, '0024-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:28', '2023-09-12 17:11:28'),
(81722, 1146, '0024-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:28', '2023-09-12 17:11:28'),
(81723, 1146, '0024-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:28', '2023-09-12 17:11:28'),
(81724, 1146, '0024-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:28', '2023-09-12 17:11:28'),
(81725, 1146, '0024-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:28', '2023-09-12 17:11:28'),
(81726, 1146, '0024-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:28', '2023-09-12 17:11:28'),
(81727, 1146, '0024-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:28', '2023-09-12 17:11:28'),
(81728, 1146, '0024-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:28', '2023-09-12 17:11:28'),
(81729, 1146, '0024-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:28', '2023-09-12 17:11:28'),
(81730, 1146, '0024-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:28', '2023-09-12 17:11:28'),
(81731, 1146, '0025-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:28', '2023-09-12 17:11:28'),
(81732, 1146, '0025-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:28', '2023-09-12 17:11:28'),
(81733, 1146, '0025-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:28', '2023-09-12 17:11:28'),
(81734, 1146, '0025-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:28', '2023-09-12 17:11:28'),
(81735, 1146, '0025-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:28', '2023-09-12 17:11:28'),
(81736, 1146, '0025-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:28', '2023-09-12 17:11:28'),
(81737, 1146, '0025-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:28', '2023-09-12 17:11:28'),
(81738, 1146, '0025-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:28', '2023-09-12 17:11:28'),
(81739, 1146, '0025-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:28', '2023-09-12 17:11:28'),
(81740, 1146, '0025-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:28', '2023-09-12 17:11:28'),
(81741, 1146, '0025-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:28', '2023-09-12 17:11:28'),
(81742, 1146, '0025-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:28', '2023-09-12 17:11:28'),
(81743, 1146, '0026-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:28', '2023-09-12 17:11:28'),
(81744, 1146, '0026-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:28', '2023-09-12 17:11:28'),
(81745, 1146, '0026-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:28', '2023-09-12 17:11:28'),
(81746, 1146, '0026-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:28', '2023-09-12 17:11:28'),
(81747, 1146, '0026-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:28', '2023-09-12 17:11:28'),
(81748, 1146, '0026-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:28', '2023-09-12 17:11:28'),
(81749, 1146, '0026-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:28', '2023-09-12 17:11:28'),
(81750, 1146, '0026-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:28', '2023-09-12 17:11:28'),
(81751, 1146, '0026-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:28', '2023-09-12 17:11:28'),
(81752, 1146, '0026-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:28', '2023-09-12 17:11:28'),
(81753, 1146, '0026-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:28', '2023-09-12 17:11:28'),
(81754, 1146, '0026-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:28', '2023-09-12 17:11:28'),
(81755, 1146, '0027-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:28', '2023-09-12 17:11:28'),
(81756, 1146, '0027-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:28', '2023-09-12 17:11:28'),
(81757, 1146, '0027-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:28', '2023-09-12 17:11:28'),
(81758, 1146, '0027-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:28', '2023-09-12 17:11:28'),
(81759, 1146, '0027-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:28', '2023-09-12 17:11:28'),
(81760, 1146, '0027-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:28', '2023-09-12 17:11:28'),
(81761, 1146, '0027-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:28', '2023-09-12 17:11:28'),
(81762, 1146, '0027-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:28', '2023-09-12 17:11:28'),
(81763, 1146, '0027-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:28', '2023-09-12 17:11:28'),
(81764, 1146, '0027-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:28', '2023-09-12 17:11:28'),
(81765, 1146, '0027-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:28', '2023-09-12 17:11:28'),
(81766, 1146, '0027-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:28', '2023-09-12 17:11:28'),
(81767, 1146, '0028-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:28', '2023-09-12 17:11:28'),
(81768, 1146, '0028-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:28', '2023-09-12 17:11:28'),
(81769, 1146, '0028-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:28', '2023-09-12 17:11:28'),
(81770, 1146, '0028-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:28', '2023-09-12 17:11:28'),
(81771, 1146, '0028-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:28', '2023-09-12 17:11:28'),
(81772, 1146, '0028-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:28', '2023-09-12 17:11:28'),
(81773, 1146, '0028-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:28', '2023-09-12 17:11:28'),
(81774, 1146, '0028-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:28', '2023-09-12 17:11:28'),
(81775, 1146, '0028-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:28', '2023-09-12 17:11:28'),
(81776, 1146, '0028-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:28', '2023-09-12 17:11:28'),
(81777, 1146, '0028-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:28', '2023-09-12 17:11:28'),
(81778, 1146, '0028-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:28', '2023-09-12 17:11:28'),
(81779, 1146, '0029-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:28', '2023-09-12 17:11:28'),
(81780, 1146, '0029-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:28', '2023-09-12 17:11:28'),
(81781, 1146, '0029-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:28', '2023-09-12 17:11:28'),
(81782, 1146, '0029-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:28', '2023-09-12 17:11:28'),
(81783, 1146, '0029-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:28', '2023-09-12 17:11:28'),
(81784, 1146, '0029-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:28', '2023-09-12 17:11:28'),
(81785, 1146, '0029-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:28', '2023-09-12 17:11:28'),
(81786, 1146, '0029-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:28', '2023-09-12 17:11:28'),
(81787, 1146, '0029-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:28', '2023-09-12 17:11:28'),
(81788, 1146, '0029-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:28', '2023-09-12 17:11:28'),
(81789, 1146, '0029-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:28', '2023-09-12 17:11:28'),
(81790, 1146, '0029-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:28', '2023-09-12 17:11:28'),
(81791, 1146, '0030-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:28', '2023-09-12 17:11:28'),
(81792, 1146, '0030-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:28', '2023-09-12 17:11:28'),
(81793, 1146, '0030-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:28', '2023-09-12 17:11:28'),
(81794, 1146, '0030-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:28', '2023-09-12 17:11:28'),
(81795, 1146, '0030-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:28', '2023-09-12 17:11:28'),
(81796, 1146, '0030-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:28', '2023-09-12 17:11:28'),
(81797, 1146, '0030-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:28', '2023-09-12 17:11:28'),
(81798, 1146, '0030-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:28', '2023-09-12 17:11:28'),
(81799, 1146, '0030-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:28', '2023-09-12 17:11:28'),
(81800, 1146, '0030-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:28', '2023-09-12 17:11:28'),
(81801, 1146, '0030-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:28', '2023-09-12 17:11:28'),
(81802, 1146, '0030-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:28', '2023-09-12 17:11:28'),
(81803, 1146, '0031-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:28', '2023-09-12 17:11:28'),
(81804, 1146, '0031-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:28', '2023-09-12 17:11:28'),
(81805, 1146, '0031-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:28', '2023-09-12 17:11:28'),
(81806, 1146, '0031-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:28', '2023-09-12 17:11:28'),
(81807, 1146, '0031-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:28', '2023-09-12 17:11:28'),
(81808, 1146, '0031-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:28', '2023-09-12 17:11:28'),
(81809, 1146, '0031-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:28', '2023-09-12 17:11:28'),
(81810, 1146, '0031-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:28', '2023-09-12 17:11:28'),
(81811, 1146, '0031-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:28', '2023-09-12 17:11:28'),
(81812, 1146, '0031-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:28', '2023-09-12 17:11:28'),
(81813, 1146, '0031-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:28', '2023-09-12 17:11:28'),
(81814, 1146, '0031-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:28', '2023-09-12 17:11:28'),
(81815, 1146, '0032-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:28', '2023-09-12 17:11:28'),
(81816, 1146, '0032-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:28', '2023-09-12 17:11:28'),
(81817, 1146, '0032-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:28', '2023-09-12 17:11:28'),
(81818, 1146, '0032-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:28', '2023-09-12 17:11:28'),
(81819, 1146, '0032-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:28', '2023-09-12 17:11:28'),
(81820, 1146, '0032-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:28', '2023-09-12 17:11:28'),
(81821, 1146, '0032-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:28', '2023-09-12 17:11:28'),
(81822, 1146, '0032-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:28', '2023-09-12 17:11:28'),
(81823, 1146, '0032-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:28', '2023-09-12 17:11:28'),
(81824, 1146, '0032-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:28', '2023-09-12 17:11:28'),
(81825, 1146, '0032-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:28', '2023-09-12 17:11:28'),
(81826, 1146, '0032-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:28', '2023-09-12 17:11:28'),
(81827, 1146, '0033-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:28', '2023-09-12 17:11:28'),
(81828, 1146, '0033-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:28', '2023-09-12 17:11:28'),
(81829, 1146, '0033-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:28', '2023-09-12 17:11:28'),
(81830, 1146, '0033-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:28', '2023-09-12 17:11:28'),
(81831, 1146, '0033-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:28', '2023-09-12 17:11:28'),
(81832, 1146, '0033-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:28', '2023-09-12 17:11:28'),
(81833, 1146, '0033-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:28', '2023-09-12 17:11:28'),
(81834, 1146, '0033-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:28', '2023-09-12 17:11:28'),
(81835, 1146, '0033-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:28', '2023-09-12 17:11:28'),
(81836, 1146, '0033-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:28', '2023-09-12 17:11:28'),
(81837, 1146, '0033-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:28', '2023-09-12 17:11:28'),
(81838, 1146, '0033-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:28', '2023-09-12 17:11:28'),
(81839, 1146, '0034-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:28', '2023-09-12 17:11:28'),
(81840, 1146, '0034-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:28', '2023-09-12 17:11:28'),
(81841, 1146, '0034-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:28', '2023-09-12 17:11:28'),
(81842, 1146, '0034-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:28', '2023-09-12 17:11:28'),
(81843, 1146, '0034-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:28', '2023-09-12 17:11:28'),
(81844, 1146, '0034-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:28', '2023-09-12 17:11:28'),
(81845, 1146, '0034-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:28', '2023-09-12 17:11:28'),
(81846, 1146, '0034-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:28', '2023-09-12 17:11:28'),
(81847, 1146, '0034-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:28', '2023-09-12 17:11:28'),
(81848, 1146, '0034-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:28', '2023-09-12 17:11:28'),
(81849, 1146, '0034-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:28', '2023-09-12 17:11:28'),
(81850, 1146, '0034-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:28', '2023-09-12 17:11:28'),
(81851, 1146, '0035-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:28', '2023-09-12 17:11:28'),
(81852, 1146, '0035-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:28', '2023-09-12 17:11:28'),
(81853, 1146, '0035-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:28', '2023-09-12 17:11:28'),
(81854, 1146, '0035-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:28', '2023-09-12 17:11:28'),
(81855, 1146, '0035-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:28', '2023-09-12 17:11:28'),
(81856, 1146, '0035-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:28', '2023-09-12 17:11:28'),
(81857, 1146, '0035-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:28', '2023-09-12 17:11:28'),
(81858, 1146, '0035-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:28', '2023-09-12 17:11:28'),
(81859, 1146, '0035-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:28', '2023-09-12 17:11:28'),
(81860, 1146, '0035-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:28', '2023-09-12 17:11:28'),
(81861, 1146, '0035-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:28', '2023-09-12 17:11:28'),
(81862, 1146, '0035-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:28', '2023-09-12 17:11:28'),
(81863, 1146, '0036-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:28', '2023-09-12 17:11:28'),
(81864, 1146, '0036-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:28', '2023-09-12 17:11:28'),
(81865, 1146, '0036-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:28', '2023-09-12 17:11:28'),
(81866, 1146, '0036-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:28', '2023-09-12 17:11:28'),
(81867, 1146, '0036-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:28', '2023-09-12 17:11:28'),
(81868, 1146, '0036-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:28', '2023-09-12 17:11:28'),
(81869, 1146, '0036-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:28', '2023-09-12 17:11:28'),
(81870, 1146, '0036-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:28', '2023-09-12 17:11:28'),
(81871, 1146, '0036-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:28', '2023-09-12 17:11:28'),
(81872, 1146, '0036-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:28', '2023-09-12 17:11:28'),
(81873, 1146, '0036-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:28', '2023-09-12 17:11:28'),
(81874, 1146, '0036-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:28', '2023-09-12 17:11:28'),
(81875, 1146, '0037-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:28', '2023-09-12 17:11:28'),
(81876, 1146, '0037-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:28', '2023-09-12 17:11:28'),
(81877, 1146, '0037-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:28', '2023-09-12 17:11:28'),
(81878, 1146, '0037-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:28', '2023-09-12 17:11:28'),
(81879, 1146, '0037-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:28', '2023-09-12 17:11:28'),
(81880, 1146, '0037-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:28', '2023-09-12 17:11:28'),
(81881, 1146, '0037-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:28', '2023-09-12 17:11:28'),
(81882, 1146, '0037-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:28', '2023-09-12 17:11:28'),
(81883, 1146, '0037-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:28', '2023-09-12 17:11:28'),
(81884, 1146, '0037-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:28', '2023-09-12 17:11:28'),
(81885, 1146, '0037-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:28', '2023-09-12 17:11:28'),
(81886, 1146, '0037-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:28', '2023-09-12 17:11:28'),
(81887, 1146, '0038-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:28', '2023-09-12 17:11:28'),
(81888, 1146, '0038-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:28', '2023-09-12 17:11:28'),
(81889, 1146, '0038-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:28', '2023-09-12 17:11:28'),
(81890, 1146, '0038-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:28', '2023-09-12 17:11:28'),
(81891, 1146, '0038-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:28', '2023-09-12 17:11:28'),
(81892, 1146, '0038-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:28', '2023-09-12 17:11:28'),
(81893, 1146, '0038-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(81894, 1146, '0038-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(81895, 1146, '0038-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(81896, 1146, '0038-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(81897, 1146, '0038-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(81898, 1146, '0038-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(81899, 1146, '0039-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(81900, 1146, '0039-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(81901, 1146, '0039-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(81902, 1146, '0039-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(81903, 1146, '0039-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(81904, 1146, '0039-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(81905, 1146, '0039-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(81906, 1146, '0039-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(81907, 1146, '0039-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(81908, 1146, '0039-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(81909, 1146, '0039-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(81910, 1146, '0039-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(81911, 1146, '0040-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(81912, 1146, '0040-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(81913, 1146, '0040-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(81914, 1146, '0040-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(81915, 1146, '0040-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(81916, 1146, '0040-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(81917, 1146, '0040-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(81918, 1146, '0040-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(81919, 1146, '0040-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(81920, 1146, '0040-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(81921, 1146, '0040-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(81922, 1146, '0040-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(81923, 1146, '0041-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(81924, 1146, '0041-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(81925, 1146, '0041-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(81926, 1146, '0041-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(81927, 1146, '0041-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(81928, 1146, '0041-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(81929, 1146, '0041-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(81930, 1146, '0041-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(81931, 1146, '0041-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(81932, 1146, '0041-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(81933, 1146, '0041-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(81934, 1146, '0041-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(81935, 1146, '0042-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(81936, 1146, '0042-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(81937, 1146, '0042-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(81938, 1146, '0042-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(81939, 1146, '0042-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(81940, 1146, '0042-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(81941, 1146, '0042-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(81942, 1146, '0042-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(81943, 1146, '0042-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(81944, 1146, '0042-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(81945, 1146, '0042-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(81946, 1146, '0042-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(81947, 1146, '0043-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(81948, 1146, '0043-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(81949, 1146, '0043-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(81950, 1146, '0043-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(81951, 1146, '0043-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(81952, 1146, '0043-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(81953, 1146, '0043-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(81954, 1146, '0043-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(81955, 1146, '0043-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(81956, 1146, '0043-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(81957, 1146, '0043-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(81958, 1146, '0043-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(81959, 1146, '0044-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(81960, 1146, '0044-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(81961, 1146, '0044-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(81962, 1146, '0044-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(81963, 1146, '0044-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(81964, 1146, '0044-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(81965, 1146, '0044-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(81966, 1146, '0044-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(81967, 1146, '0044-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(81968, 1146, '0044-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(81969, 1146, '0044-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(81970, 1146, '0044-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(81971, 1146, '0045-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(81972, 1146, '0045-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(81973, 1146, '0045-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(81974, 1146, '0045-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(81975, 1146, '0045-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(81976, 1146, '0045-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(81977, 1146, '0045-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(81978, 1146, '0045-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(81979, 1146, '0045-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(81980, 1146, '0045-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(81981, 1146, '0045-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(81982, 1146, '0045-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(81983, 1146, '0046-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(81984, 1146, '0046-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(81985, 1146, '0046-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(81986, 1146, '0046-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(81987, 1146, '0046-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(81988, 1146, '0046-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(81989, 1146, '0046-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(81990, 1146, '0046-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(81991, 1146, '0046-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(81992, 1146, '0046-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(81993, 1146, '0046-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(81994, 1146, '0046-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(81995, 1146, '0047-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(81996, 1146, '0047-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(81997, 1146, '0047-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(81998, 1146, '0047-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(81999, 1146, '0047-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82000, 1146, '0047-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82001, 1146, '0047-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82002, 1146, '0047-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82003, 1146, '0047-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82004, 1146, '0047-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82005, 1146, '0047-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82006, 1146, '0047-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82007, 1146, '0048-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82008, 1146, '0048-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82009, 1146, '0048-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82010, 1146, '0048-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82011, 1146, '0048-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82012, 1146, '0048-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82013, 1146, '0048-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82014, 1146, '0048-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82015, 1146, '0048-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82016, 1146, '0048-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82017, 1146, '0048-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82018, 1146, '0048-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82019, 1146, '0049-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82020, 1146, '0049-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82021, 1146, '0049-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82022, 1146, '0049-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82023, 1146, '0049-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82024, 1146, '0049-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82025, 1146, '0049-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82026, 1146, '0049-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82027, 1146, '0049-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82028, 1146, '0049-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82029, 1146, '0049-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82030, 1146, '0049-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82031, 1146, '0050-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82032, 1146, '0050-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82033, 1146, '0050-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82034, 1146, '0050-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82035, 1146, '0050-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82036, 1146, '0050-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82037, 1146, '0050-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82038, 1146, '0050-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82039, 1146, '0050-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82040, 1146, '0050-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82041, 1146, '0050-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82042, 1146, '0050-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82043, 1146, '0051-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82044, 1146, '0051-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82045, 1146, '0051-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82046, 1146, '0051-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82047, 1146, '0051-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82048, 1146, '0051-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82049, 1146, '0051-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82050, 1146, '0051-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82051, 1146, '0051-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82052, 1146, '0051-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82053, 1146, '0051-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82054, 1146, '0051-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82055, 1146, '0052-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82056, 1146, '0052-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82057, 1146, '0052-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82058, 1146, '0052-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82059, 1146, '0052-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82060, 1146, '0052-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82061, 1146, '0052-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82062, 1146, '0052-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82063, 1146, '0052-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82064, 1146, '0052-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82065, 1146, '0052-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82066, 1146, '0052-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82067, 1146, '0053-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82068, 1146, '0053-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82069, 1146, '0053-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82070, 1146, '0053-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82071, 1146, '0053-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82072, 1146, '0053-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82073, 1146, '0053-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82074, 1146, '0053-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82075, 1146, '0053-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82076, 1146, '0053-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82077, 1146, '0053-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82078, 1146, '0053-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82079, 1146, '0054-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82080, 1146, '0054-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82081, 1146, '0054-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82082, 1146, '0054-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82083, 1146, '0054-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82084, 1146, '0054-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82085, 1146, '0054-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82086, 1146, '0054-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82087, 1146, '0054-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82088, 1146, '0054-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82089, 1146, '0054-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82090, 1146, '0054-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82091, 1146, '0055-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82092, 1146, '0055-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82093, 1146, '0055-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82094, 1146, '0055-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82095, 1146, '0055-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82096, 1146, '0055-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82097, 1146, '0055-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82098, 1146, '0055-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82099, 1146, '0055-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82100, 1146, '0055-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82101, 1146, '0055-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82102, 1146, '0055-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82103, 1146, '0056-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82104, 1146, '0056-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82105, 1146, '0056-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82106, 1146, '0056-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82107, 1146, '0056-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82108, 1146, '0056-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82109, 1146, '0056-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82110, 1146, '0056-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82111, 1146, '0056-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82112, 1146, '0056-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82113, 1146, '0056-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82114, 1146, '0056-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82115, 1146, '0057-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82116, 1146, '0057-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82117, 1146, '0057-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82118, 1146, '0057-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82119, 1146, '0057-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82120, 1146, '0057-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82121, 1146, '0057-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82122, 1146, '0057-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82123, 1146, '0057-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(82124, 1146, '0057-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82125, 1146, '0057-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82126, 1146, '0057-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82127, 1146, '0058-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82128, 1146, '0058-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82129, 1146, '0058-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82130, 1146, '0058-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82131, 1146, '0058-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82132, 1146, '0058-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82133, 1146, '0058-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82134, 1146, '0058-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82135, 1146, '0058-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82136, 1146, '0058-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82137, 1146, '0058-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82138, 1146, '0058-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82139, 1146, '0059-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82140, 1146, '0059-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82141, 1146, '0059-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82142, 1146, '0059-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82143, 1146, '0059-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82144, 1146, '0059-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82145, 1146, '0059-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82146, 1146, '0059-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82147, 1146, '0059-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82148, 1146, '0059-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82149, 1146, '0059-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82150, 1146, '0059-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82151, 1146, '0060-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82152, 1146, '0060-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82153, 1146, '0060-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82154, 1146, '0060-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82155, 1146, '0060-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82156, 1146, '0060-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82157, 1146, '0060-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82158, 1146, '0060-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82159, 1146, '0060-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82160, 1146, '0060-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82161, 1146, '0060-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82162, 1146, '0060-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82163, 1146, '0061-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82164, 1146, '0061-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82165, 1146, '0061-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82166, 1146, '0061-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82167, 1146, '0061-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82168, 1146, '0061-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82169, 1146, '0061-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82170, 1146, '0061-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82171, 1146, '0061-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82172, 1146, '0061-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82173, 1146, '0061-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82174, 1146, '0061-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82175, 1146, '0062-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82176, 1146, '0062-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82177, 1146, '0062-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82178, 1146, '0062-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82179, 1146, '0062-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82180, 1146, '0062-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82181, 1146, '0062-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82182, 1146, '0062-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82183, 1146, '0062-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82184, 1146, '0062-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82185, 1146, '0062-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82186, 1146, '0062-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82187, 1146, '0063-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82188, 1146, '0063-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82189, 1146, '0063-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82190, 1146, '0063-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82191, 1146, '0063-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82192, 1146, '0063-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82193, 1146, '0063-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82194, 1146, '0063-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82195, 1146, '0063-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82196, 1146, '0063-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82197, 1146, '0063-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82198, 1146, '0063-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82199, 1146, '0064-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82200, 1146, '0064-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82201, 1146, '0064-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82202, 1146, '0064-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82203, 1146, '0064-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82204, 1146, '0064-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82205, 1146, '0064-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82206, 1146, '0064-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82207, 1146, '0064-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82208, 1146, '0064-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82209, 1146, '0064-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82210, 1146, '0064-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82211, 1146, '0065-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82212, 1146, '0065-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82213, 1146, '0065-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82214, 1146, '0065-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82215, 1146, '0065-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82216, 1146, '0065-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82217, 1146, '0065-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82218, 1146, '0065-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82219, 1146, '0065-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82220, 1146, '0065-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82221, 1146, '0065-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82222, 1146, '0065-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82223, 1146, '0066-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82224, 1146, '0066-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82225, 1146, '0066-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82226, 1146, '0066-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82227, 1146, '0066-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82228, 1146, '0066-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82229, 1146, '0066-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82230, 1146, '0066-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82231, 1146, '0066-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82232, 1146, '0066-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82233, 1146, '0066-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82234, 1146, '0066-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82235, 1146, '0067-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82236, 1146, '0067-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82237, 1146, '0067-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82238, 1146, '0067-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82239, 1146, '0067-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82240, 1146, '0067-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82241, 1146, '0067-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82242, 1146, '0067-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82243, 1146, '0067-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82244, 1146, '0067-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82245, 1146, '0067-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82246, 1146, '0067-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82247, 1146, '0068-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82248, 1146, '0068-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82249, 1146, '0068-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82250, 1146, '0068-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82251, 1146, '0068-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82252, 1146, '0068-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82253, 1146, '0068-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82254, 1146, '0068-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82255, 1146, '0068-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82256, 1146, '0068-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82257, 1146, '0068-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82258, 1146, '0068-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82259, 1146, '0069-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82260, 1146, '0069-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82261, 1146, '0069-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82262, 1146, '0069-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82263, 1146, '0069-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82264, 1146, '0069-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82265, 1146, '0069-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82266, 1146, '0069-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82267, 1146, '0069-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82268, 1146, '0069-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82269, 1146, '0069-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82270, 1146, '0069-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82271, 1146, '0070-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82272, 1146, '0070-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82273, 1146, '0070-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82274, 1146, '0070-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82275, 1146, '0070-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82276, 1146, '0070-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82277, 1146, '0070-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82278, 1146, '0070-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82279, 1146, '0070-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82280, 1146, '0070-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82281, 1146, '0070-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82282, 1146, '0070-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82283, 1146, '0071-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82284, 1146, '0071-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82285, 1146, '0071-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82286, 1146, '0071-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82287, 1146, '0071-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82288, 1146, '0071-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82289, 1146, '0071-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82290, 1146, '0071-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82291, 1146, '0071-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82292, 1146, '0071-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82293, 1146, '0071-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82294, 1146, '0071-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82295, 1146, '0072-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82296, 1146, '0072-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82297, 1146, '0072-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82298, 1146, '0072-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82299, 1146, '0072-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:29', '2023-09-12 17:11:29'),
(82300, 1146, '0072-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82301, 1146, '0072-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82302, 1146, '0072-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82303, 1146, '0072-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82304, 1146, '0072-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82305, 1146, '0072-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82306, 1146, '0072-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82307, 1146, '0073-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82308, 1146, '0073-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82309, 1146, '0073-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82310, 1146, '0073-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82311, 1146, '0073-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82312, 1146, '0073-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82313, 1146, '0073-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82314, 1146, '0073-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82315, 1146, '0073-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82316, 1146, '0073-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82317, 1146, '0073-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82318, 1146, '0073-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82319, 1146, '0074-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82320, 1146, '0074-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82321, 1146, '0074-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82322, 1146, '0074-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82323, 1146, '0074-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82324, 1146, '0074-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82325, 1146, '0074-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82326, 1146, '0074-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82327, 1146, '0074-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82328, 1146, '0074-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82329, 1146, '0074-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82330, 1146, '0074-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82331, 1146, '0075-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82332, 1146, '0075-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82333, 1146, '0075-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82334, 1146, '0075-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82335, 1146, '0075-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82336, 1146, '0075-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82337, 1146, '0075-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82338, 1146, '0075-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82339, 1146, '0075-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82340, 1146, '0075-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82341, 1146, '0075-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82342, 1146, '0075-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82343, 1146, '0076-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82344, 1146, '0076-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82345, 1146, '0076-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82346, 1146, '0076-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82347, 1146, '0076-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82348, 1146, '0076-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82349, 1146, '0076-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82350, 1146, '0076-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82351, 1146, '0076-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82352, 1146, '0076-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82353, 1146, '0076-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82354, 1146, '0076-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82355, 1146, '0077-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82356, 1146, '0077-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82357, 1146, '0077-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82358, 1146, '0077-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82359, 1146, '0077-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82360, 1146, '0077-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82361, 1146, '0077-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82362, 1146, '0077-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82363, 1146, '0077-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82364, 1146, '0077-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82365, 1146, '0077-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82366, 1146, '0077-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82367, 1146, '0078-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82368, 1146, '0078-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82369, 1146, '0078-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82370, 1146, '0078-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82371, 1146, '0078-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82372, 1146, '0078-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82373, 1146, '0078-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82374, 1146, '0078-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82375, 1146, '0078-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82376, 1146, '0078-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82377, 1146, '0078-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82378, 1146, '0078-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82379, 1146, '0079-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82380, 1146, '0079-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82381, 1146, '0079-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82382, 1146, '0079-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82383, 1146, '0079-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82384, 1146, '0079-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82385, 1146, '0079-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82386, 1146, '0079-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82387, 1146, '0079-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82388, 1146, '0079-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82389, 1146, '0079-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82390, 1146, '0079-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82391, 1146, '0080-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82392, 1146, '0080-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82393, 1146, '0080-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82394, 1146, '0080-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82395, 1146, '0080-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82396, 1146, '0080-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82397, 1146, '0080-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82398, 1146, '0080-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82399, 1146, '0080-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82400, 1146, '0080-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82401, 1146, '0080-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82402, 1146, '0080-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82403, 1146, '0081-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82404, 1146, '0081-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82405, 1146, '0081-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82406, 1146, '0081-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82407, 1146, '0081-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82408, 1146, '0081-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82409, 1146, '0081-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82410, 1146, '0081-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82411, 1146, '0081-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82412, 1146, '0081-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82413, 1146, '0081-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82414, 1146, '0081-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82415, 1146, '0082-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82416, 1146, '0082-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82417, 1146, '0082-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82418, 1146, '0082-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82419, 1146, '0082-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82420, 1146, '0082-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82421, 1146, '0082-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82422, 1146, '0082-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82423, 1146, '0082-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82424, 1146, '0082-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82425, 1146, '0082-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82426, 1146, '0082-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82427, 1146, '0083-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82428, 1146, '0083-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82429, 1146, '0083-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82430, 1146, '0083-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82431, 1146, '0083-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82432, 1146, '0083-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82433, 1146, '0083-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82434, 1146, '0083-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82435, 1146, '0083-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82436, 1146, '0083-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82437, 1146, '0083-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82438, 1146, '0083-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82439, 1146, '0084-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82440, 1146, '0084-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82441, 1146, '0084-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82442, 1146, '0084-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82443, 1146, '0084-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82444, 1146, '0084-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82445, 1146, '0084-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82446, 1146, '0084-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82447, 1146, '0084-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82448, 1146, '0084-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82449, 1146, '0084-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82450, 1146, '0084-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82451, 1146, '0085-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82452, 1146, '0085-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82453, 1146, '0085-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82454, 1146, '0085-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82455, 1146, '0085-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82456, 1146, '0085-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82457, 1146, '0085-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82458, 1146, '0085-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82459, 1146, '0085-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82460, 1146, '0085-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82461, 1146, '0085-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82462, 1146, '0085-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82463, 1146, '0086-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82464, 1146, '0086-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82465, 1146, '0086-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82466, 1146, '0086-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82467, 1146, '0086-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82468, 1146, '0086-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82469, 1146, '0086-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82470, 1146, '0086-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82471, 1146, '0086-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82472, 1146, '0086-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82473, 1146, '0086-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82474, 1146, '0086-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82475, 1146, '0087-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82476, 1146, '0087-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82477, 1146, '0087-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82478, 1146, '0087-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82479, 1146, '0087-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82480, 1146, '0087-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82481, 1146, '0087-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82482, 1146, '0087-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82483, 1146, '0087-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82484, 1146, '0087-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82485, 1146, '0087-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82486, 1146, '0087-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82487, 1146, '0088-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82488, 1146, '0088-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82489, 1146, '0088-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82490, 1146, '0088-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82491, 1146, '0088-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82492, 1146, '0088-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82493, 1146, '0088-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82494, 1146, '0088-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82495, 1146, '0088-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82496, 1146, '0088-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82497, 1146, '0088-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82498, 1146, '0088-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82499, 1146, '0089-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82500, 1146, '0089-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82501, 1146, '0089-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82502, 1146, '0089-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82503, 1146, '0089-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82504, 1146, '0089-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82505, 1146, '0089-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82506, 1146, '0089-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82507, 1146, '0089-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82508, 1146, '0089-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82509, 1146, '0089-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82510, 1146, '0089-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82511, 1146, '0090-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82512, 1146, '0090-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82513, 1146, '0090-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82514, 1146, '0090-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82515, 1146, '0090-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82516, 1146, '0090-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82517, 1146, '0090-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82518, 1146, '0090-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82519, 1146, '0090-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82520, 1146, '0090-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82521, 1146, '0090-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82522, 1146, '0090-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82523, 1146, '0091-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82524, 1146, '0091-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82525, 1146, '0091-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82526, 1146, '0091-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82527, 1146, '0091-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82528, 1146, '0091-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82529, 1146, '0091-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82530, 1146, '0091-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82531, 1146, '0091-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82532, 1146, '0091-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82533, 1146, '0091-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82534, 1146, '0091-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82535, 1146, '0092-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82536, 1146, '0092-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82537, 1146, '0092-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82538, 1146, '0092-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82539, 1146, '0092-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82540, 1146, '0092-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82541, 1146, '0092-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82542, 1146, '0092-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82543, 1146, '0092-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82544, 1146, '0092-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82545, 1146, '0092-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82546, 1146, '0092-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82547, 1146, '0093-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82548, 1146, '0093-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82549, 1146, '0093-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82550, 1146, '0093-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82551, 1146, '0093-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82552, 1146, '0093-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82553, 1146, '0093-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82554, 1146, '0093-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82555, 1146, '0093-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82556, 1146, '0093-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82557, 1146, '0093-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82558, 1146, '0093-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82559, 1146, '0094-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82560, 1146, '0094-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82561, 1146, '0094-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82562, 1146, '0094-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82563, 1146, '0094-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82564, 1146, '0094-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82565, 1146, '0094-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82566, 1146, '0094-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82567, 1146, '0094-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82568, 1146, '0094-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82569, 1146, '0094-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82570, 1146, '0094-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82571, 1146, '0095-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82572, 1146, '0095-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82573, 1146, '0095-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82574, 1146, '0095-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82575, 1146, '0095-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82576, 1146, '0095-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82577, 1146, '0095-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82578, 1146, '0095-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82579, 1146, '0095-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82580, 1146, '0095-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82581, 1146, '0095-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82582, 1146, '0095-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82583, 1146, '0096-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82584, 1146, '0096-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(82585, 1146, '0096-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82586, 1146, '0096-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82587, 1146, '0096-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82588, 1146, '0096-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82589, 1146, '0096-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82590, 1146, '0096-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82591, 1146, '0096-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82592, 1146, '0096-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82593, 1146, '0096-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82594, 1146, '0096-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82595, 1146, '0097-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82596, 1146, '0097-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82597, 1146, '0097-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82598, 1146, '0097-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82599, 1146, '0097-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82600, 1146, '0097-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82601, 1146, '0097-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82602, 1146, '0097-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82603, 1146, '0097-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82604, 1146, '0097-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82605, 1146, '0097-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82606, 1146, '0097-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82607, 1146, '0098-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82608, 1146, '0098-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82609, 1146, '0098-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82610, 1146, '0098-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82611, 1146, '0098-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82612, 1146, '0098-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82613, 1146, '0098-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82614, 1146, '0098-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82615, 1146, '0098-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82616, 1146, '0098-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82617, 1146, '0098-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82618, 1146, '0098-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82619, 1146, '0099-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82620, 1146, '0099-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82621, 1146, '0099-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82622, 1146, '0099-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82623, 1146, '0099-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82624, 1146, '0099-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82625, 1146, '0099-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82626, 1146, '0099-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82627, 1146, '0099-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82628, 1146, '0099-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82629, 1146, '0099-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82630, 1146, '0099-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82631, 1146, '0100-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82632, 1146, '0100-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82633, 1146, '0100-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82634, 1146, '0100-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82635, 1146, '0100-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82636, 1146, '0100-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82637, 1146, '0100-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82638, 1146, '0100-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82639, 1146, '0100-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82640, 1146, '0100-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82641, 1146, '0100-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82642, 1146, '0100-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82643, 1146, '0101-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82644, 1146, '0101-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82645, 1146, '0101-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82646, 1146, '0101-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82647, 1146, '0101-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82648, 1146, '0101-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82649, 1146, '0101-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82650, 1146, '0101-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82651, 1146, '0101-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82652, 1146, '0101-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82653, 1146, '0101-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82654, 1146, '0101-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82655, 1146, '0102-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82656, 1146, '0102-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82657, 1146, '0102-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82658, 1146, '0102-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82659, 1146, '0102-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82660, 1146, '0102-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82661, 1146, '0102-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82662, 1146, '0102-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82663, 1146, '0102-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82664, 1146, '0102-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82665, 1146, '0102-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82666, 1146, '0102-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82667, 1146, '0103-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82668, 1146, '0103-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82669, 1146, '0103-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82670, 1146, '0103-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82671, 1146, '0103-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82672, 1146, '0103-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82673, 1146, '0103-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82674, 1146, '0103-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82675, 1146, '0103-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82676, 1146, '0103-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82677, 1146, '0103-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82678, 1146, '0103-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82679, 1146, '0104-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82680, 1146, '0104-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82681, 1146, '0104-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82682, 1146, '0104-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82683, 1146, '0104-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82684, 1146, '0104-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82685, 1146, '0104-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82686, 1146, '0104-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82687, 1146, '0104-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82688, 1146, '0104-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82689, 1146, '0104-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82690, 1146, '0104-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82691, 1146, '0105-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82692, 1146, '0105-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82693, 1146, '0105-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82694, 1146, '0105-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:30', '2023-09-12 17:11:30'),
(82695, 1146, '0105-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82696, 1146, '0105-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82697, 1146, '0105-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82698, 1146, '0105-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82699, 1146, '0105-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82700, 1146, '0105-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82701, 1146, '0105-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82702, 1146, '0105-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82703, 1146, '0106-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82704, 1146, '0106-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82705, 1146, '0106-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82706, 1146, '0106-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82707, 1146, '0106-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82708, 1146, '0106-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82709, 1146, '0106-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82710, 1146, '0106-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82711, 1146, '0106-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82712, 1146, '0106-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82713, 1146, '0106-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82714, 1146, '0106-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82715, 1146, '0107-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82716, 1146, '0107-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82717, 1146, '0107-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82718, 1146, '0107-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82719, 1146, '0107-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82720, 1146, '0107-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82721, 1146, '0107-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82722, 1146, '0107-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82723, 1146, '0107-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82724, 1146, '0107-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82725, 1146, '0107-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82726, 1146, '0107-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82727, 1146, '0108-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82728, 1146, '0108-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82729, 1146, '0108-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82730, 1146, '0108-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82731, 1146, '0108-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82732, 1146, '0108-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82733, 1146, '0108-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82734, 1146, '0108-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82735, 1146, '0108-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82736, 1146, '0108-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82737, 1146, '0108-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82738, 1146, '0108-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82739, 1146, '0109-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82740, 1146, '0109-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82741, 1146, '0109-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82742, 1146, '0109-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82743, 1146, '0109-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82744, 1146, '0109-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82745, 1146, '0109-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82746, 1146, '0109-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82747, 1146, '0109-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82748, 1146, '0109-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82749, 1146, '0109-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82750, 1146, '0109-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82751, 1146, '0110-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82752, 1146, '0110-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82753, 1146, '0110-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82754, 1146, '0110-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82755, 1146, '0110-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82756, 1146, '0110-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82757, 1146, '0110-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82758, 1146, '0110-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82759, 1146, '0110-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82760, 1146, '0110-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82761, 1146, '0110-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82762, 1146, '0110-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82763, 1146, '0111-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82764, 1146, '0111-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82765, 1146, '0111-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82766, 1146, '0111-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82767, 1146, '0111-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82768, 1146, '0111-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82769, 1146, '0111-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82770, 1146, '0111-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82771, 1146, '0111-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82772, 1146, '0111-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82773, 1146, '0111-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82774, 1146, '0111-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82775, 1146, '0112-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82776, 1146, '0112-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82777, 1146, '0112-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82778, 1146, '0112-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82779, 1146, '0112-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82780, 1146, '0112-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82781, 1146, '0112-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82782, 1146, '0112-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82783, 1146, '0112-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82784, 1146, '0112-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82785, 1146, '0112-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82786, 1146, '0112-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82787, 1146, '0113-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82788, 1146, '0113-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82789, 1146, '0113-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82790, 1146, '0113-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82791, 1146, '0113-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82792, 1146, '0113-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82793, 1146, '0113-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82794, 1146, '0113-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82795, 1146, '0113-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82796, 1146, '0113-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82797, 1146, '0113-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82798, 1146, '0113-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82799, 1146, '0114-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82800, 1146, '0114-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82801, 1146, '0114-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82802, 1146, '0114-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82803, 1146, '0114-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82804, 1146, '0114-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82805, 1146, '0114-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82806, 1146, '0114-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82807, 1146, '0114-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82808, 1146, '0114-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82809, 1146, '0114-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82810, 1146, '0114-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82811, 1146, '0115-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82812, 1146, '0115-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82813, 1146, '0115-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82814, 1146, '0115-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82815, 1146, '0115-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82816, 1146, '0115-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82817, 1146, '0115-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82818, 1146, '0115-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82819, 1146, '0115-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82820, 1146, '0115-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82821, 1146, '0115-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82822, 1146, '0115-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82823, 1146, '0116-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82824, 1146, '0116-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82825, 1146, '0116-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82826, 1146, '0116-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82827, 1146, '0116-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82828, 1146, '0116-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82829, 1146, '0116-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82830, 1146, '0116-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82831, 1146, '0116-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82832, 1146, '0116-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82833, 1146, '0116-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82834, 1146, '0116-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82835, 1146, '0117-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82836, 1146, '0117-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82837, 1146, '0117-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82838, 1146, '0117-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82839, 1146, '0117-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82840, 1146, '0117-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82841, 1146, '0117-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82842, 1146, '0117-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82843, 1146, '0117-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82844, 1146, '0117-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82845, 1146, '0117-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82846, 1146, '0117-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82847, 1146, '0118-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82848, 1146, '0118-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82849, 1146, '0118-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82850, 1146, '0118-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82851, 1146, '0118-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82852, 1146, '0118-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82853, 1146, '0118-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82854, 1146, '0118-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82855, 1146, '0118-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82856, 1146, '0118-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82857, 1146, '0118-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82858, 1146, '0118-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82859, 1146, '0119-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82860, 1146, '0119-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82861, 1146, '0119-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82862, 1146, '0119-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82863, 1146, '0119-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82864, 1146, '0119-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82865, 1146, '0119-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82866, 1146, '0119-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82867, 1146, '0119-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82868, 1146, '0119-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82869, 1146, '0119-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82870, 1146, '0119-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82871, 1146, '0120-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82872, 1146, '0120-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82873, 1146, '0120-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82874, 1146, '0120-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82875, 1146, '0120-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82876, 1146, '0120-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82877, 1146, '0120-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82878, 1146, '0120-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82879, 1146, '0120-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82880, 1146, '0120-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82881, 1146, '0120-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82882, 1146, '0120-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82883, 1146, '0121-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82884, 1146, '0121-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82885, 1146, '0121-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82886, 1146, '0121-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82887, 1146, '0121-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82888, 1146, '0121-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82889, 1146, '0121-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82890, 1146, '0121-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82891, 1146, '0121-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82892, 1146, '0121-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82893, 1146, '0121-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82894, 1146, '0121-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82895, 1146, '0122-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82896, 1146, '0122-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82897, 1146, '0122-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82898, 1146, '0122-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82899, 1146, '0122-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82900, 1146, '0122-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82901, 1146, '0122-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82902, 1146, '0122-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82903, 1146, '0122-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82904, 1146, '0122-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82905, 1146, '0122-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82906, 1146, '0122-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82907, 1146, '0123-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82908, 1146, '0123-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82909, 1146, '0123-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82910, 1146, '0123-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82911, 1146, '0123-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82912, 1146, '0123-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82913, 1146, '0123-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82914, 1146, '0123-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82915, 1146, '0123-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82916, 1146, '0123-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82917, 1146, '0123-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82918, 1146, '0123-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82919, 1146, '0124-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82920, 1146, '0124-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82921, 1146, '0124-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82922, 1146, '0124-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82923, 1146, '0124-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82924, 1146, '0124-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82925, 1146, '0124-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82926, 1146, '0124-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82927, 1146, '0124-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82928, 1146, '0124-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82929, 1146, '0124-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82930, 1146, '0124-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82931, 1146, '0125-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82932, 1146, '0125-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82933, 1146, '0125-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82934, 1146, '0125-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82935, 1146, '0125-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82936, 1146, '0125-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82937, 1146, '0125-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82938, 1146, '0125-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82939, 1146, '0125-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82940, 1146, '0125-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82941, 1146, '0125-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82942, 1146, '0125-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82943, 1146, '0126-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82944, 1146, '0126-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82945, 1146, '0126-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82946, 1146, '0126-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82947, 1146, '0126-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82948, 1146, '0126-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82949, 1146, '0126-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82950, 1146, '0126-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82951, 1146, '0126-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82952, 1146, '0126-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82953, 1146, '0126-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82954, 1146, '0126-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82955, 1146, '0127-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82956, 1146, '0127-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82957, 1146, '0127-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82958, 1146, '0127-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82959, 1146, '0127-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82960, 1146, '0127-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82961, 1146, '0127-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82962, 1146, '0127-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82963, 1146, '0127-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82964, 1146, '0127-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82965, 1146, '0127-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82966, 1146, '0127-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82967, 1146, '0128-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82968, 1146, '0128-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82969, 1146, '0128-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82970, 1146, '0128-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82971, 1146, '0128-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82972, 1146, '0128-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82973, 1146, '0128-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82974, 1146, '0128-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82975, 1146, '0128-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82976, 1146, '0128-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82977, 1146, '0128-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82978, 1146, '0128-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82979, 1146, '0129-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82980, 1146, '0129-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82981, 1146, '0129-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82982, 1146, '0129-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82983, 1146, '0129-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82984, 1146, '0129-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82985, 1146, '0129-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82986, 1146, '0129-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82987, 1146, '0129-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82988, 1146, '0129-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82989, 1146, '0129-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82990, 1146, '0129-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82991, 1146, '0130-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82992, 1146, '0130-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82993, 1146, '0130-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82994, 1146, '0130-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82995, 1146, '0130-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82996, 1146, '0130-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82997, 1146, '0130-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82998, 1146, '0130-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(82999, 1146, '0130-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(83000, 1146, '0130-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(83001, 1146, '0130-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(83002, 1146, '0130-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(83003, 1146, '0131-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(83004, 1146, '0131-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(83005, 1146, '0131-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(83006, 1146, '0131-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(83007, 1146, '0131-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(83008, 1146, '0131-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(83009, 1146, '0131-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(83010, 1146, '0131-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(83011, 1146, '0131-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(83012, 1146, '0131-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(83013, 1146, '0131-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(83014, 1146, '0131-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(83015, 1146, '0132-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(83016, 1146, '0132-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(83017, 1146, '0132-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(83018, 1146, '0132-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(83019, 1146, '0132-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(83020, 1146, '0132-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(83021, 1146, '0132-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(83022, 1146, '0132-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(83023, 1146, '0132-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(83024, 1146, '0132-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(83025, 1146, '0132-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(83026, 1146, '0132-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(83027, 1146, '0133-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(83028, 1146, '0133-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(83029, 1146, '0133-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(83030, 1146, '0133-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(83031, 1146, '0133-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(83032, 1146, '0133-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(83033, 1146, '0133-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(83034, 1146, '0133-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(83035, 1146, '0133-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(83036, 1146, '0133-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(83037, 1146, '0133-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(83038, 1146, '0133-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(83039, 1146, '0134-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(83040, 1146, '0134-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(83041, 1146, '0134-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(83042, 1146, '0134-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(83043, 1146, '0134-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(83044, 1146, '0134-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(83045, 1146, '0134-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(83046, 1146, '0134-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(83047, 1146, '0134-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(83048, 1146, '0134-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(83049, 1146, '0134-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(83050, 1146, '0134-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(83051, 1146, '0135-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(83052, 1146, '0135-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(83053, 1146, '0135-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(83054, 1146, '0135-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(83055, 1146, '0135-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(83056, 1146, '0135-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(83057, 1146, '0135-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(83058, 1146, '0135-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(83059, 1146, '0135-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(83060, 1146, '0135-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(83061, 1146, '0135-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(83062, 1146, '0135-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(83063, 1146, '0136-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(83064, 1146, '0136-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(83065, 1146, '0136-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(83066, 1146, '0136-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(83067, 1146, '0136-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(83068, 1146, '0136-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(83069, 1146, '0136-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(83070, 1146, '0136-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(83071, 1146, '0136-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(83072, 1146, '0136-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(83073, 1146, '0136-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(83074, 1146, '0136-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(83075, 1146, '0137-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(83076, 1146, '0137-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(83077, 1146, '0137-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(83078, 1146, '0137-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(83079, 1146, '0137-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(83080, 1146, '0137-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(83081, 1146, '0137-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(83082, 1146, '0137-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(83083, 1146, '0137-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(83084, 1146, '0137-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(83085, 1146, '0137-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(83086, 1146, '0137-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(83087, 1146, '0138-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(83088, 1146, '0138-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(83089, 1146, '0138-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(83090, 1146, '0138-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(83091, 1146, '0138-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(83092, 1146, '0138-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(83093, 1146, '0138-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(83094, 1146, '0138-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(83095, 1146, '0138-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(83096, 1146, '0138-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(83097, 1146, '0138-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(83098, 1146, '0138-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(83099, 1146, '0139-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:31', '2023-09-12 17:11:31'),
(83100, 1146, '0139-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83101, 1146, '0139-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83102, 1146, '0139-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83103, 1146, '0139-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83104, 1146, '0139-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83105, 1146, '0139-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83106, 1146, '0139-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83107, 1146, '0139-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83108, 1146, '0139-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83109, 1146, '0139-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83110, 1146, '0139-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83111, 1146, '0140-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83112, 1146, '0140-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83113, 1146, '0140-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83114, 1146, '0140-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83115, 1146, '0140-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83116, 1146, '0140-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83117, 1146, '0140-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83118, 1146, '0140-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83119, 1146, '0140-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83120, 1146, '0140-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83121, 1146, '0140-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83122, 1146, '0140-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83123, 1146, '0141-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83124, 1146, '0141-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83125, 1146, '0141-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83126, 1146, '0141-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83127, 1146, '0141-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83128, 1146, '0141-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83129, 1146, '0141-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83130, 1146, '0141-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83131, 1146, '0141-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83132, 1146, '0141-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83133, 1146, '0141-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83134, 1146, '0141-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83135, 1146, '0142-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83136, 1146, '0142-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83137, 1146, '0142-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83138, 1146, '0142-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83139, 1146, '0142-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83140, 1146, '0142-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83141, 1146, '0142-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83142, 1146, '0142-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83143, 1146, '0142-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83144, 1146, '0142-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83145, 1146, '0142-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83146, 1146, '0142-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83147, 1146, '0143-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83148, 1146, '0143-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83149, 1146, '0143-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83150, 1146, '0143-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83151, 1146, '0143-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83152, 1146, '0143-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83153, 1146, '0143-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83154, 1146, '0143-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83155, 1146, '0143-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83156, 1146, '0143-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83157, 1146, '0143-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83158, 1146, '0143-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83159, 1146, '0144-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83160, 1146, '0144-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83161, 1146, '0144-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83162, 1146, '0144-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83163, 1146, '0144-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83164, 1146, '0144-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83165, 1146, '0144-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83166, 1146, '0144-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83167, 1146, '0144-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83168, 1146, '0144-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83169, 1146, '0144-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83170, 1146, '0144-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83171, 1146, '0145-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83172, 1146, '0145-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83173, 1146, '0145-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83174, 1146, '0145-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83175, 1146, '0145-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83176, 1146, '0145-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83177, 1146, '0145-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83178, 1146, '0145-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83179, 1146, '0145-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83180, 1146, '0145-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83181, 1146, '0145-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83182, 1146, '0145-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83183, 1146, '0146-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83184, 1146, '0146-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83185, 1146, '0146-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83186, 1146, '0146-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83187, 1146, '0146-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83188, 1146, '0146-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83189, 1146, '0146-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83190, 1146, '0146-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83191, 1146, '0146-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83192, 1146, '0146-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83193, 1146, '0146-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83194, 1146, '0146-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83195, 1146, '0147-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83196, 1146, '0147-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83197, 1146, '0147-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83198, 1146, '0147-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83199, 1146, '0147-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83200, 1146, '0147-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83201, 1146, '0147-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83202, 1146, '0147-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83203, 1146, '0147-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83204, 1146, '0147-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83205, 1146, '0147-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83206, 1146, '0147-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83207, 1146, '0148-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83208, 1146, '0148-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83209, 1146, '0148-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83210, 1146, '0148-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83211, 1146, '0148-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83212, 1146, '0148-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83213, 1146, '0148-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83214, 1146, '0148-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83215, 1146, '0148-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83216, 1146, '0148-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83217, 1146, '0148-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83218, 1146, '0148-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83219, 1146, '0149-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83220, 1146, '0149-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83221, 1146, '0149-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83222, 1146, '0149-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83223, 1146, '0149-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83224, 1146, '0149-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83225, 1146, '0149-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83226, 1146, '0149-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83227, 1146, '0149-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83228, 1146, '0149-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83229, 1146, '0149-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83230, 1146, '0149-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83231, 1146, '0150-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83232, 1146, '0150-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83233, 1146, '0150-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83234, 1146, '0150-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83235, 1146, '0150-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83236, 1146, '0150-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83237, 1146, '0150-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83238, 1146, '0150-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83239, 1146, '0150-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83240, 1146, '0150-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83241, 1146, '0150-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83242, 1146, '0150-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83243, 1146, '0151-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83244, 1146, '0151-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83245, 1146, '0151-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83246, 1146, '0151-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83247, 1146, '0151-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83248, 1146, '0151-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83249, 1146, '0151-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83250, 1146, '0151-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83251, 1146, '0151-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83252, 1146, '0151-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83253, 1146, '0151-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83254, 1146, '0151-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83255, 1146, '0152-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83256, 1146, '0152-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83257, 1146, '0152-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83258, 1146, '0152-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83259, 1146, '0152-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83260, 1146, '0152-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83261, 1146, '0152-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83262, 1146, '0152-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83263, 1146, '0152-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83264, 1146, '0152-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83265, 1146, '0152-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83266, 1146, '0152-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83267, 1146, '0153-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83268, 1146, '0153-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83269, 1146, '0153-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83270, 1146, '0153-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83271, 1146, '0153-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83272, 1146, '0153-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83273, 1146, '0153-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83274, 1146, '0153-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83275, 1146, '0153-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83276, 1146, '0153-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83277, 1146, '0153-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83278, 1146, '0153-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83279, 1146, '0154-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83280, 1146, '0154-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83281, 1146, '0154-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83282, 1146, '0154-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83283, 1146, '0154-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83284, 1146, '0154-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83285, 1146, '0154-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83286, 1146, '0154-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83287, 1146, '0154-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83288, 1146, '0154-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83289, 1146, '0154-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83290, 1146, '0154-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83291, 1146, '0155-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83292, 1146, '0155-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83293, 1146, '0155-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83294, 1146, '0155-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83295, 1146, '0155-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83296, 1146, '0155-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83297, 1146, '0155-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83298, 1146, '0155-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83299, 1146, '0155-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83300, 1146, '0155-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83301, 1146, '0155-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83302, 1146, '0155-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83303, 1146, '0156-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83304, 1146, '0156-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83305, 1146, '0156-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83306, 1146, '0156-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83307, 1146, '0156-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83308, 1146, '0156-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83309, 1146, '0156-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83310, 1146, '0156-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83311, 1146, '0156-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83312, 1146, '0156-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83313, 1146, '0156-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83314, 1146, '0156-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83315, 1146, '0157-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83316, 1146, '0157-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83317, 1146, '0157-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83318, 1146, '0157-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83319, 1146, '0157-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83320, 1146, '0157-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83321, 1146, '0157-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83322, 1146, '0157-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83323, 1146, '0157-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83324, 1146, '0157-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83325, 1146, '0157-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83326, 1146, '0157-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83327, 1146, '0158-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83328, 1146, '0158-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83329, 1146, '0158-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83330, 1146, '0158-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83331, 1146, '0158-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83332, 1146, '0158-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83333, 1146, '0158-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83334, 1146, '0158-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83335, 1146, '0158-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83336, 1146, '0158-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83337, 1146, '0158-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83338, 1146, '0158-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83339, 1146, '0159-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83340, 1146, '0159-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83341, 1146, '0159-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83342, 1146, '0159-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83343, 1146, '0159-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83344, 1146, '0159-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83345, 1146, '0159-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83346, 1146, '0159-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83347, 1146, '0159-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83348, 1146, '0159-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83349, 1146, '0159-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83350, 1146, '0159-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83351, 1146, '0160-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83352, 1146, '0160-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83353, 1146, '0160-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83354, 1146, '0160-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83355, 1146, '0160-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83356, 1146, '0160-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83357, 1146, '0160-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83358, 1146, '0160-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83359, 1146, '0160-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83360, 1146, '0160-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83361, 1146, '0160-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83362, 1146, '0160-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83363, 1146, '0161-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83364, 1146, '0161-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83365, 1146, '0161-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83366, 1146, '0161-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83367, 1146, '0161-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83368, 1146, '0161-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83369, 1146, '0161-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83370, 1146, '0161-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83371, 1146, '0161-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83372, 1146, '0161-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83373, 1146, '0161-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83374, 1146, '0161-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83375, 1146, '0162-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83376, 1146, '0162-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83377, 1146, '0162-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83378, 1146, '0162-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83379, 1146, '0162-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83380, 1146, '0162-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83381, 1146, '0162-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83382, 1146, '0162-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83383, 1146, '0162-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83384, 1146, '0162-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83385, 1146, '0162-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83386, 1146, '0162-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83387, 1146, '0163-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83388, 1146, '0163-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83389, 1146, '0163-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83390, 1146, '0163-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83391, 1146, '0163-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83392, 1146, '0163-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83393, 1146, '0163-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83394, 1146, '0163-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83395, 1146, '0163-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83396, 1146, '0163-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83397, 1146, '0163-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83398, 1146, '0163-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83399, 1146, '0164-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83400, 1146, '0164-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83401, 1146, '0164-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83402, 1146, '0164-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83403, 1146, '0164-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83404, 1146, '0164-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83405, 1146, '0164-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83406, 1146, '0164-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83407, 1146, '0164-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83408, 1146, '0164-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83409, 1146, '0164-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83410, 1146, '0164-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83411, 1146, '0165-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83412, 1146, '0165-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83413, 1146, '0165-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83414, 1146, '0165-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83415, 1146, '0165-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83416, 1146, '0165-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83417, 1146, '0165-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83418, 1146, '0165-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83419, 1146, '0165-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83420, 1146, '0165-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83421, 1146, '0165-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83422, 1146, '0165-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83423, 1146, '0166-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83424, 1146, '0166-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83425, 1146, '0166-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83426, 1146, '0166-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83427, 1146, '0166-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83428, 1146, '0166-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83429, 1146, '0166-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83430, 1146, '0166-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83431, 1146, '0166-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83432, 1146, '0166-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83433, 1146, '0166-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83434, 1146, '0166-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83435, 1146, '0167-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83436, 1146, '0167-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83437, 1146, '0167-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83438, 1146, '0167-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83439, 1146, '0167-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83440, 1146, '0167-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83441, 1146, '0167-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83442, 1146, '0167-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83443, 1146, '0167-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83444, 1146, '0167-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83445, 1146, '0167-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83446, 1146, '0167-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83447, 1146, '0168-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83448, 1146, '0168-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83449, 1146, '0168-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83450, 1146, '0168-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83451, 1146, '0168-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83452, 1146, '0168-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83453, 1146, '0168-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83454, 1146, '0168-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83455, 1146, '0168-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83456, 1146, '0168-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83457, 1146, '0168-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83458, 1146, '0168-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83459, 1146, '0169-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83460, 1146, '0169-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83461, 1146, '0169-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83462, 1146, '0169-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83463, 1146, '0169-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83464, 1146, '0169-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83465, 1146, '0169-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83466, 1146, '0169-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83467, 1146, '0169-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83468, 1146, '0169-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83469, 1146, '0169-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83470, 1146, '0169-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83471, 1146, '0170-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83472, 1146, '0170-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83473, 1146, '0170-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83474, 1146, '0170-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83475, 1146, '0170-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83476, 1146, '0170-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83477, 1146, '0170-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83478, 1146, '0170-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83479, 1146, '0170-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83480, 1146, '0170-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83481, 1146, '0170-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83482, 1146, '0170-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83483, 1146, '0171-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83484, 1146, '0171-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83485, 1146, '0171-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83486, 1146, '0171-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83487, 1146, '0171-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83488, 1146, '0171-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83489, 1146, '0171-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83490, 1146, '0171-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83491, 1146, '0171-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83492, 1146, '0171-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83493, 1146, '0171-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83494, 1146, '0171-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83495, 1146, '0172-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83496, 1146, '0172-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83497, 1146, '0172-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83498, 1146, '0172-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83499, 1146, '0172-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83500, 1146, '0172-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83501, 1146, '0172-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83502, 1146, '0172-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83503, 1146, '0172-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83504, 1146, '0172-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83505, 1146, '0172-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83506, 1146, '0172-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(83507, 1146, '0173-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83508, 1146, '0173-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83509, 1146, '0173-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:32', '2023-09-12 17:11:32'),
(83510, 1146, '0173-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83511, 1146, '0173-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83512, 1146, '0173-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83513, 1146, '0173-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83514, 1146, '0173-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83515, 1146, '0173-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83516, 1146, '0173-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83517, 1146, '0173-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83518, 1146, '0173-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83519, 1146, '0174-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83520, 1146, '0174-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83521, 1146, '0174-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83522, 1146, '0174-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83523, 1146, '0174-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83524, 1146, '0174-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83525, 1146, '0174-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83526, 1146, '0174-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83527, 1146, '0174-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83528, 1146, '0174-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83529, 1146, '0174-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83530, 1146, '0174-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83531, 1146, '0175-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83532, 1146, '0175-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83533, 1146, '0175-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83534, 1146, '0175-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83535, 1146, '0175-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83536, 1146, '0175-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83537, 1146, '0175-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83538, 1146, '0175-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83539, 1146, '0175-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83540, 1146, '0175-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83541, 1146, '0175-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83542, 1146, '0175-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83543, 1146, '0176-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83544, 1146, '0176-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83545, 1146, '0176-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83546, 1146, '0176-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83547, 1146, '0176-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83548, 1146, '0176-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83549, 1146, '0176-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83550, 1146, '0176-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83551, 1146, '0176-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83552, 1146, '0176-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83553, 1146, '0176-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83554, 1146, '0176-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83555, 1146, '0177-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83556, 1146, '0177-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83557, 1146, '0177-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83558, 1146, '0177-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83559, 1146, '0177-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83560, 1146, '0177-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83561, 1146, '0177-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83562, 1146, '0177-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83563, 1146, '0177-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83564, 1146, '0177-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83565, 1146, '0177-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83566, 1146, '0177-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83567, 1146, '0178-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83568, 1146, '0178-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83569, 1146, '0178-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83570, 1146, '0178-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83571, 1146, '0178-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83572, 1146, '0178-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83573, 1146, '0178-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83574, 1146, '0178-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83575, 1146, '0178-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83576, 1146, '0178-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83577, 1146, '0178-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83578, 1146, '0178-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83579, 1146, '0179-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83580, 1146, '0179-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83581, 1146, '0179-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83582, 1146, '0179-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83583, 1146, '0179-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83584, 1146, '0179-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83585, 1146, '0179-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83586, 1146, '0179-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83587, 1146, '0179-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83588, 1146, '0179-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83589, 1146, '0179-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83590, 1146, '0179-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83591, 1146, '0180-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83592, 1146, '0180-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83593, 1146, '0180-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83594, 1146, '0180-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83595, 1146, '0180-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83596, 1146, '0180-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83597, 1146, '0180-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83598, 1146, '0180-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83599, 1146, '0180-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83600, 1146, '0180-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83601, 1146, '0180-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83602, 1146, '0180-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83603, 1146, '0181-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83604, 1146, '0181-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83605, 1146, '0181-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83606, 1146, '0181-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83607, 1146, '0181-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83608, 1146, '0181-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83609, 1146, '0181-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83610, 1146, '0181-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83611, 1146, '0181-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83612, 1146, '0181-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83613, 1146, '0181-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83614, 1146, '0181-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83615, 1146, '0182-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83616, 1146, '0182-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83617, 1146, '0182-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83618, 1146, '0182-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83619, 1146, '0182-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83620, 1146, '0182-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83621, 1146, '0182-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83622, 1146, '0182-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83623, 1146, '0182-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83624, 1146, '0182-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83625, 1146, '0182-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83626, 1146, '0182-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83627, 1146, '0183-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83628, 1146, '0183-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83629, 1146, '0183-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83630, 1146, '0183-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83631, 1146, '0183-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83632, 1146, '0183-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83633, 1146, '0183-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83634, 1146, '0183-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83635, 1146, '0183-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83636, 1146, '0183-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83637, 1146, '0183-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83638, 1146, '0183-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83639, 1146, '0184-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83640, 1146, '0184-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83641, 1146, '0184-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83642, 1146, '0184-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83643, 1146, '0184-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83644, 1146, '0184-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83645, 1146, '0184-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83646, 1146, '0184-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83647, 1146, '0184-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83648, 1146, '0184-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83649, 1146, '0184-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83650, 1146, '0184-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83651, 1146, '0185-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83652, 1146, '0185-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83653, 1146, '0185-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83654, 1146, '0185-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83655, 1146, '0185-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83656, 1146, '0185-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83657, 1146, '0185-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83658, 1146, '0185-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83659, 1146, '0185-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83660, 1146, '0185-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83661, 1146, '0185-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83662, 1146, '0185-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83663, 1146, '0186-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83664, 1146, '0186-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83665, 1146, '0186-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83666, 1146, '0186-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83667, 1146, '0186-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83668, 1146, '0186-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83669, 1146, '0186-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83670, 1146, '0186-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83671, 1146, '0186-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83672, 1146, '0186-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83673, 1146, '0186-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83674, 1146, '0186-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83675, 1146, '0187-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83676, 1146, '0187-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83677, 1146, '0187-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83678, 1146, '0187-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83679, 1146, '0187-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83680, 1146, '0187-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83681, 1146, '0187-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83682, 1146, '0187-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83683, 1146, '0187-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83684, 1146, '0187-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83685, 1146, '0187-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83686, 1146, '0187-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83687, 1146, '0188-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83688, 1146, '0188-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83689, 1146, '0188-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83690, 1146, '0188-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83691, 1146, '0188-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83692, 1146, '0188-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83693, 1146, '0188-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83694, 1146, '0188-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83695, 1146, '0188-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83696, 1146, '0188-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83697, 1146, '0188-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83698, 1146, '0188-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83699, 1146, '0189-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83700, 1146, '0189-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83701, 1146, '0189-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83702, 1146, '0189-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83703, 1146, '0189-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83704, 1146, '0189-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83705, 1146, '0189-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83706, 1146, '0189-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83707, 1146, '0189-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83708, 1146, '0189-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83709, 1146, '0189-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83710, 1146, '0189-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83711, 1146, '0190-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83712, 1146, '0190-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83713, 1146, '0190-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83714, 1146, '0190-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83715, 1146, '0190-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83716, 1146, '0190-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83717, 1146, '0190-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83718, 1146, '0190-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83719, 1146, '0190-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83720, 1146, '0190-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83721, 1146, '0190-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83722, 1146, '0190-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83723, 1146, '0191-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83724, 1146, '0191-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83725, 1146, '0191-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83726, 1146, '0191-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83727, 1146, '0191-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83728, 1146, '0191-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83729, 1146, '0191-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83730, 1146, '0191-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83731, 1146, '0191-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83732, 1146, '0191-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83733, 1146, '0191-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83734, 1146, '0191-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83735, 1146, '0192-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83736, 1146, '0192-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83737, 1146, '0192-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83738, 1146, '0192-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83739, 1146, '0192-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83740, 1146, '0192-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83741, 1146, '0192-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83742, 1146, '0192-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83743, 1146, '0192-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83744, 1146, '0192-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83745, 1146, '0192-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83746, 1146, '0192-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83747, 1146, '0193-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83748, 1146, '0193-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83749, 1146, '0193-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83750, 1146, '0193-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83751, 1146, '0193-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83752, 1146, '0193-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83753, 1146, '0193-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83754, 1146, '0193-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83755, 1146, '0193-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83756, 1146, '0193-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83757, 1146, '0193-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83758, 1146, '0193-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83759, 1146, '0194-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83760, 1146, '0194-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83761, 1146, '0194-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83762, 1146, '0194-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83763, 1146, '0194-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83764, 1146, '0194-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83765, 1146, '0194-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83766, 1146, '0194-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83767, 1146, '0194-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83768, 1146, '0194-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83769, 1146, '0194-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83770, 1146, '0194-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83771, 1146, '0195-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83772, 1146, '0195-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83773, 1146, '0195-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83774, 1146, '0195-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83775, 1146, '0195-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83776, 1146, '0195-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83777, 1146, '0195-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83778, 1146, '0195-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83779, 1146, '0195-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83780, 1146, '0195-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83781, 1146, '0195-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83782, 1146, '0195-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83783, 1146, '0196-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83784, 1146, '0196-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83785, 1146, '0196-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83786, 1146, '0196-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83787, 1146, '0196-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83788, 1146, '0196-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83789, 1146, '0196-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83790, 1146, '0196-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83791, 1146, '0196-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83792, 1146, '0196-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83793, 1146, '0196-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83794, 1146, '0196-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83795, 1146, '0197-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83796, 1146, '0197-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83797, 1146, '0197-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83798, 1146, '0197-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83799, 1146, '0197-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83800, 1146, '0197-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83801, 1146, '0197-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83802, 1146, '0197-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83803, 1146, '0197-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83804, 1146, '0197-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83805, 1146, '0197-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83806, 1146, '0197-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83807, 1146, '0198-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83808, 1146, '0198-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83809, 1146, '0198-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83810, 1146, '0198-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83811, 1146, '0198-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83812, 1146, '0198-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83813, 1146, '0198-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83814, 1146, '0198-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83815, 1146, '0198-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83816, 1146, '0198-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83817, 1146, '0198-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83818, 1146, '0198-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83819, 1146, '0199-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83820, 1146, '0199-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83821, 1146, '0199-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83822, 1146, '0199-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83823, 1146, '0199-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83824, 1146, '0199-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83825, 1146, '0199-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83826, 1146, '0199-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83827, 1146, '0199-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83828, 1146, '0199-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83829, 1146, '0199-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83830, 1146, '0199-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83831, 1146, '0200-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83832, 1146, '0200-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83833, 1146, '0200-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83834, 1146, '0200-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83835, 1146, '0200-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83836, 1146, '0200-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83837, 1146, '0200-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83838, 1146, '0200-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83839, 1146, '0200-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83840, 1146, '0200-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83841, 1146, '0200-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83842, 1146, '0200-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83843, 1146, '0201-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83844, 1146, '0201-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83845, 1146, '0201-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83846, 1146, '0201-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83847, 1146, '0201-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83848, 1146, '0201-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83849, 1146, '0201-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83850, 1146, '0201-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83851, 1146, '0201-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83852, 1146, '0201-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83853, 1146, '0201-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83854, 1146, '0201-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83855, 1146, '0202-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83856, 1146, '0202-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83857, 1146, '0202-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83858, 1146, '0202-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83859, 1146, '0202-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83860, 1146, '0202-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83861, 1146, '0202-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83862, 1146, '0202-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83863, 1146, '0202-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83864, 1146, '0202-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83865, 1146, '0202-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83866, 1146, '0202-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83867, 1146, '0203-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83868, 1146, '0203-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83869, 1146, '0203-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83870, 1146, '0203-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83871, 1146, '0203-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83872, 1146, '0203-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83873, 1146, '0203-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83874, 1146, '0203-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83875, 1146, '0203-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83876, 1146, '0203-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83877, 1146, '0203-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83878, 1146, '0203-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83879, 1146, '0204-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83880, 1146, '0204-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83881, 1146, '0204-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83882, 1146, '0204-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83883, 1146, '0204-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83884, 1146, '0204-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83885, 1146, '0204-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83886, 1146, '0204-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83887, 1146, '0204-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83888, 1146, '0204-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83889, 1146, '0204-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83890, 1146, '0204-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83891, 1146, '0205-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:33', '2023-09-12 17:11:33'),
(83892, 1146, '0205-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(83893, 1146, '0205-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(83894, 1146, '0205-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(83895, 1146, '0205-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(83896, 1146, '0205-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(83897, 1146, '0205-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(83898, 1146, '0205-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(83899, 1146, '0205-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(83900, 1146, '0205-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(83901, 1146, '0205-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(83902, 1146, '0205-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(83903, 1146, '0206-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(83904, 1146, '0206-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(83905, 1146, '0206-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(83906, 1146, '0206-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(83907, 1146, '0206-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(83908, 1146, '0206-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(83909, 1146, '0206-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(83910, 1146, '0206-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(83911, 1146, '0206-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(83912, 1146, '0206-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(83913, 1146, '0206-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(83914, 1146, '0206-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(83915, 1146, '0207-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(83916, 1146, '0207-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(83917, 1146, '0207-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(83918, 1146, '0207-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(83919, 1146, '0207-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(83920, 1146, '0207-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(83921, 1146, '0207-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(83922, 1146, '0207-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(83923, 1146, '0207-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(83924, 1146, '0207-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(83925, 1146, '0207-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(83926, 1146, '0207-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(83927, 1146, '0208-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(83928, 1146, '0208-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(83929, 1146, '0208-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(83930, 1146, '0208-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(83931, 1146, '0208-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(83932, 1146, '0208-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(83933, 1146, '0208-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(83934, 1146, '0208-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(83935, 1146, '0208-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(83936, 1146, '0208-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(83937, 1146, '0208-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(83938, 1146, '0208-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(83939, 1146, '0209-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(83940, 1146, '0209-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(83941, 1146, '0209-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(83942, 1146, '0209-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(83943, 1146, '0209-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(83944, 1146, '0209-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(83945, 1146, '0209-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(83946, 1146, '0209-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(83947, 1146, '0209-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(83948, 1146, '0209-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(83949, 1146, '0209-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(83950, 1146, '0209-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(83951, 1146, '0210-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(83952, 1146, '0210-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(83953, 1146, '0210-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(83954, 1146, '0210-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(83955, 1146, '0210-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(83956, 1146, '0210-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(83957, 1146, '0210-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(83958, 1146, '0210-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(83959, 1146, '0210-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(83960, 1146, '0210-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(83961, 1146, '0210-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(83962, 1146, '0210-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(83963, 1146, '0211-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(83964, 1146, '0211-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(83965, 1146, '0211-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(83966, 1146, '0211-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(83967, 1146, '0211-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(83968, 1146, '0211-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(83969, 1146, '0211-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(83970, 1146, '0211-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(83971, 1146, '0211-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(83972, 1146, '0211-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(83973, 1146, '0211-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(83974, 1146, '0211-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(83975, 1146, '0212-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(83976, 1146, '0212-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(83977, 1146, '0212-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(83978, 1146, '0212-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(83979, 1146, '0212-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(83980, 1146, '0212-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(83981, 1146, '0212-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(83982, 1146, '0212-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(83983, 1146, '0212-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(83984, 1146, '0212-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(83985, 1146, '0212-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(83986, 1146, '0212-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(83987, 1146, '0213-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(83988, 1146, '0213-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(83989, 1146, '0213-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(83990, 1146, '0213-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(83991, 1146, '0213-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(83992, 1146, '0213-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(83993, 1146, '0213-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(83994, 1146, '0213-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(83995, 1146, '0213-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(83996, 1146, '0213-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(83997, 1146, '0213-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(83998, 1146, '0213-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(83999, 1146, '0214-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84000, 1146, '0214-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84001, 1146, '0214-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84002, 1146, '0214-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84003, 1146, '0214-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84004, 1146, '0214-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84005, 1146, '0214-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84006, 1146, '0214-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84007, 1146, '0214-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84008, 1146, '0214-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84009, 1146, '0214-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84010, 1146, '0214-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84011, 1146, '0215-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84012, 1146, '0215-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84013, 1146, '0215-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84014, 1146, '0215-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84015, 1146, '0215-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84016, 1146, '0215-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84017, 1146, '0215-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84018, 1146, '0215-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84019, 1146, '0215-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84020, 1146, '0215-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84021, 1146, '0215-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84022, 1146, '0215-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84023, 1146, '0216-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84024, 1146, '0216-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84025, 1146, '0216-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84026, 1146, '0216-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84027, 1146, '0216-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84028, 1146, '0216-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84029, 1146, '0216-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84030, 1146, '0216-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84031, 1146, '0216-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84032, 1146, '0216-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84033, 1146, '0216-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84034, 1146, '0216-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84035, 1146, '0217-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84036, 1146, '0217-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84037, 1146, '0217-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84038, 1146, '0217-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84039, 1146, '0217-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84040, 1146, '0217-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84041, 1146, '0217-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84042, 1146, '0217-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84043, 1146, '0217-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84044, 1146, '0217-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84045, 1146, '0217-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84046, 1146, '0217-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84047, 1146, '0218-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84048, 1146, '0218-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84049, 1146, '0218-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84050, 1146, '0218-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84051, 1146, '0218-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84052, 1146, '0218-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84053, 1146, '0218-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84054, 1146, '0218-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84055, 1146, '0218-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84056, 1146, '0218-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84057, 1146, '0218-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84058, 1146, '0218-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84059, 1146, '0219-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84060, 1146, '0219-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84061, 1146, '0219-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84062, 1146, '0219-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84063, 1146, '0219-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84064, 1146, '0219-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84065, 1146, '0219-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84066, 1146, '0219-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84067, 1146, '0219-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84068, 1146, '0219-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84069, 1146, '0219-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84070, 1146, '0219-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84071, 1146, '0220-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84072, 1146, '0220-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84073, 1146, '0220-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84074, 1146, '0220-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84075, 1146, '0220-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84076, 1146, '0220-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84077, 1146, '0220-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84078, 1146, '0220-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84079, 1146, '0220-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84080, 1146, '0220-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84081, 1146, '0220-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84082, 1146, '0220-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84083, 1146, '0221-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84084, 1146, '0221-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84085, 1146, '0221-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84086, 1146, '0221-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84087, 1146, '0221-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84088, 1146, '0221-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84089, 1146, '0221-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84090, 1146, '0221-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84091, 1146, '0221-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84092, 1146, '0221-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84093, 1146, '0221-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84094, 1146, '0221-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84095, 1146, '0222-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84096, 1146, '0222-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84097, 1146, '0222-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84098, 1146, '0222-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84099, 1146, '0222-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84100, 1146, '0222-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84101, 1146, '0222-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84102, 1146, '0222-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84103, 1146, '0222-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84104, 1146, '0222-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84105, 1146, '0222-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84106, 1146, '0222-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84107, 1146, '0223-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84108, 1146, '0223-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84109, 1146, '0223-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84110, 1146, '0223-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84111, 1146, '0223-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84112, 1146, '0223-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84113, 1146, '0223-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84114, 1146, '0223-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84115, 1146, '0223-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84116, 1146, '0223-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84117, 1146, '0223-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84118, 1146, '0223-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84119, 1146, '0224-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84120, 1146, '0224-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84121, 1146, '0224-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84122, 1146, '0224-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84123, 1146, '0224-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84124, 1146, '0224-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84125, 1146, '0224-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84126, 1146, '0224-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84127, 1146, '0224-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84128, 1146, '0224-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84129, 1146, '0224-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84130, 1146, '0224-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84131, 1146, '0225-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84132, 1146, '0225-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84133, 1146, '0225-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84134, 1146, '0225-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84135, 1146, '0225-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84136, 1146, '0225-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84137, 1146, '0225-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84138, 1146, '0225-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84139, 1146, '0225-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84140, 1146, '0225-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84141, 1146, '0225-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84142, 1146, '0225-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84143, 1146, '0226-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84144, 1146, '0226-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84145, 1146, '0226-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84146, 1146, '0226-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84147, 1146, '0226-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84148, 1146, '0226-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84149, 1146, '0226-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84150, 1146, '0226-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84151, 1146, '0226-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84152, 1146, '0226-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84153, 1146, '0226-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84154, 1146, '0226-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84155, 1146, '0227-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84156, 1146, '0227-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84157, 1146, '0227-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84158, 1146, '0227-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84159, 1146, '0227-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84160, 1146, '0227-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84161, 1146, '0227-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84162, 1146, '0227-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84163, 1146, '0227-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84164, 1146, '0227-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84165, 1146, '0227-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84166, 1146, '0227-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84167, 1146, '0228-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84168, 1146, '0228-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84169, 1146, '0228-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84170, 1146, '0228-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84171, 1146, '0228-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84172, 1146, '0228-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84173, 1146, '0228-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84174, 1146, '0228-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84175, 1146, '0228-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84176, 1146, '0228-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84177, 1146, '0228-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84178, 1146, '0228-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84179, 1146, '0229-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84180, 1146, '0229-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84181, 1146, '0229-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84182, 1146, '0229-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84183, 1146, '0229-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84184, 1146, '0229-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84185, 1146, '0229-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84186, 1146, '0229-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84187, 1146, '0229-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84188, 1146, '0229-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84189, 1146, '0229-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84190, 1146, '0229-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84191, 1146, '0230-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84192, 1146, '0230-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84193, 1146, '0230-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84194, 1146, '0230-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84195, 1146, '0230-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84196, 1146, '0230-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84197, 1146, '0230-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84198, 1146, '0230-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84199, 1146, '0230-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84200, 1146, '0230-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84201, 1146, '0230-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84202, 1146, '0230-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84203, 1146, '0231-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84204, 1146, '0231-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84205, 1146, '0231-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84206, 1146, '0231-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84207, 1146, '0231-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84208, 1146, '0231-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84209, 1146, '0231-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84210, 1146, '0231-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84211, 1146, '0231-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84212, 1146, '0231-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84213, 1146, '0231-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84214, 1146, '0231-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84215, 1146, '0232-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84216, 1146, '0232-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84217, 1146, '0232-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84218, 1146, '0232-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84219, 1146, '0232-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84220, 1146, '0232-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84221, 1146, '0232-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84222, 1146, '0232-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84223, 1146, '0232-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84224, 1146, '0232-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84225, 1146, '0232-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84226, 1146, '0232-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84227, 1146, '0233-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84228, 1146, '0233-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84229, 1146, '0233-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84230, 1146, '0233-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84231, 1146, '0233-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84232, 1146, '0233-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84233, 1146, '0233-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84234, 1146, '0233-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84235, 1146, '0233-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84236, 1146, '0233-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84237, 1146, '0233-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84238, 1146, '0233-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84239, 1146, '0234-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84240, 1146, '0234-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84241, 1146, '0234-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84242, 1146, '0234-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84243, 1146, '0234-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84244, 1146, '0234-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84245, 1146, '0234-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84246, 1146, '0234-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84247, 1146, '0234-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84248, 1146, '0234-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84249, 1146, '0234-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84250, 1146, '0234-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84251, 1146, '0235-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84252, 1146, '0235-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84253, 1146, '0235-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84254, 1146, '0235-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84255, 1146, '0235-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84256, 1146, '0235-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84257, 1146, '0235-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84258, 1146, '0235-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84259, 1146, '0235-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84260, 1146, '0235-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84261, 1146, '0235-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84262, 1146, '0235-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84263, 1146, '0236-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84264, 1146, '0236-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84265, 1146, '0236-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84266, 1146, '0236-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84267, 1146, '0236-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84268, 1146, '0236-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84269, 1146, '0236-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84270, 1146, '0236-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84271, 1146, '0236-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84272, 1146, '0236-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84273, 1146, '0236-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84274, 1146, '0236-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84275, 1146, '0237-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84276, 1146, '0237-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84277, 1146, '0237-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84278, 1146, '0237-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84279, 1146, '0237-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84280, 1146, '0237-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84281, 1146, '0237-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84282, 1146, '0237-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84283, 1146, '0237-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84284, 1146, '0237-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84285, 1146, '0237-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:34', '2023-09-12 17:11:34'),
(84286, 1146, '0237-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84287, 1146, '0238-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84288, 1146, '0238-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84289, 1146, '0238-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84290, 1146, '0238-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84291, 1146, '0238-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84292, 1146, '0238-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84293, 1146, '0238-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84294, 1146, '0238-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84295, 1146, '0238-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84296, 1146, '0238-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84297, 1146, '0238-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84298, 1146, '0238-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84299, 1146, '0239-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84300, 1146, '0239-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84301, 1146, '0239-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84302, 1146, '0239-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84303, 1146, '0239-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84304, 1146, '0239-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84305, 1146, '0239-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84306, 1146, '0239-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84307, 1146, '0239-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84308, 1146, '0239-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84309, 1146, '0239-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84310, 1146, '0239-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84311, 1146, '0240-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84312, 1146, '0240-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84313, 1146, '0240-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84314, 1146, '0240-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84315, 1146, '0240-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84316, 1146, '0240-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84317, 1146, '0240-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84318, 1146, '0240-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84319, 1146, '0240-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84320, 1146, '0240-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84321, 1146, '0240-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84322, 1146, '0240-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84323, 1146, '0241-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84324, 1146, '0241-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84325, 1146, '0241-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84326, 1146, '0241-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84327, 1146, '0241-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84328, 1146, '0241-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84329, 1146, '0241-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84330, 1146, '0241-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84331, 1146, '0241-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84332, 1146, '0241-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84333, 1146, '0241-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84334, 1146, '0241-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84335, 1146, '0242-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84336, 1146, '0242-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84337, 1146, '0242-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84338, 1146, '0242-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84339, 1146, '0242-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84340, 1146, '0242-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84341, 1146, '0242-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84342, 1146, '0242-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84343, 1146, '0242-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84344, 1146, '0242-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84345, 1146, '0242-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84346, 1146, '0242-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84347, 1146, '0243-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84348, 1146, '0243-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84349, 1146, '0243-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84350, 1146, '0243-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84351, 1146, '0243-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84352, 1146, '0243-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84353, 1146, '0243-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84354, 1146, '0243-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84355, 1146, '0243-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84356, 1146, '0243-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84357, 1146, '0243-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84358, 1146, '0243-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84359, 1146, '0244-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84360, 1146, '0244-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84361, 1146, '0244-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84362, 1146, '0244-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84363, 1146, '0244-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84364, 1146, '0244-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84365, 1146, '0244-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84366, 1146, '0244-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84367, 1146, '0244-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84368, 1146, '0244-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84369, 1146, '0244-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84370, 1146, '0244-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84371, 1146, '0245-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84372, 1146, '0245-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84373, 1146, '0245-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84374, 1146, '0245-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84375, 1146, '0245-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84376, 1146, '0245-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84377, 1146, '0245-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84378, 1146, '0245-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84379, 1146, '0245-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84380, 1146, '0245-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84381, 1146, '0245-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84382, 1146, '0245-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84383, 1146, '0246-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84384, 1146, '0246-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84385, 1146, '0246-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84386, 1146, '0246-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84387, 1146, '0246-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84388, 1146, '0246-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84389, 1146, '0246-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84390, 1146, '0246-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84391, 1146, '0246-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84392, 1146, '0246-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84393, 1146, '0246-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84394, 1146, '0246-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84395, 1146, '0247-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84396, 1146, '0247-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84397, 1146, '0247-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84398, 1146, '0247-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84399, 1146, '0247-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84400, 1146, '0247-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84401, 1146, '0247-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84402, 1146, '0247-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84403, 1146, '0247-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84404, 1146, '0247-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84405, 1146, '0247-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84406, 1146, '0247-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84407, 1146, '0248-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84408, 1146, '0248-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84409, 1146, '0248-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84410, 1146, '0248-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84411, 1146, '0248-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84412, 1146, '0248-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84413, 1146, '0248-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84414, 1146, '0248-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84415, 1146, '0248-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84416, 1146, '0248-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84417, 1146, '0248-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84418, 1146, '0248-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84419, 1146, '0249-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84420, 1146, '0249-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84421, 1146, '0249-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84422, 1146, '0249-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84423, 1146, '0249-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84424, 1146, '0249-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84425, 1146, '0249-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84426, 1146, '0249-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84427, 1146, '0249-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84428, 1146, '0249-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(84429, 1146, '0249-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84430, 1146, '0249-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84431, 1146, '0250-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84432, 1146, '0250-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84433, 1146, '0250-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84434, 1146, '0250-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84435, 1146, '0250-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84436, 1146, '0250-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84437, 1146, '0250-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84438, 1146, '0250-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84439, 1146, '0250-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84440, 1146, '0250-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84441, 1146, '0250-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84442, 1146, '0250-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84443, 1146, '0251-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84444, 1146, '0251-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84445, 1146, '0251-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84446, 1146, '0251-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84447, 1146, '0251-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84448, 1146, '0251-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84449, 1146, '0251-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84450, 1146, '0251-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84451, 1146, '0251-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84452, 1146, '0251-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84453, 1146, '0251-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84454, 1146, '0251-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84455, 1146, '0252-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84456, 1146, '0252-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84457, 1146, '0252-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84458, 1146, '0252-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84459, 1146, '0252-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84460, 1146, '0252-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84461, 1146, '0252-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84462, 1146, '0252-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84463, 1146, '0252-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84464, 1146, '0252-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84465, 1146, '0252-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84466, 1146, '0252-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84467, 1146, '0253-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84468, 1146, '0253-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84469, 1146, '0253-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84470, 1146, '0253-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84471, 1146, '0253-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84472, 1146, '0253-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84473, 1146, '0253-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84474, 1146, '0253-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84475, 1146, '0253-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84476, 1146, '0253-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84477, 1146, '0253-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84478, 1146, '0253-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84479, 1146, '0254-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84480, 1146, '0254-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84481, 1146, '0254-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84482, 1146, '0254-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84483, 1146, '0254-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84484, 1146, '0254-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84485, 1146, '0254-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84486, 1146, '0254-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84487, 1146, '0254-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84488, 1146, '0254-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84489, 1146, '0254-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84490, 1146, '0254-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84491, 1146, '0255-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84492, 1146, '0255-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84493, 1146, '0255-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84494, 1146, '0255-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84495, 1146, '0255-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84496, 1146, '0255-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84497, 1146, '0255-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84498, 1146, '0255-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84499, 1146, '0255-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84500, 1146, '0255-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84501, 1146, '0255-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84502, 1146, '0255-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84503, 1146, '0256-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84504, 1146, '0256-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84505, 1146, '0256-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84506, 1146, '0256-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84507, 1146, '0256-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84508, 1146, '0256-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84509, 1146, '0256-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84510, 1146, '0256-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84511, 1146, '0256-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84512, 1146, '0256-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84513, 1146, '0256-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84514, 1146, '0256-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84515, 1146, '0257-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84516, 1146, '0257-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84517, 1146, '0257-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84518, 1146, '0257-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84519, 1146, '0257-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84520, 1146, '0257-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84521, 1146, '0257-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84522, 1146, '0257-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84523, 1146, '0257-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84524, 1146, '0257-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84525, 1146, '0257-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84526, 1146, '0257-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84527, 1146, '0258-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84528, 1146, '0258-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84529, 1146, '0258-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84530, 1146, '0258-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84531, 1146, '0258-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84532, 1146, '0258-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84533, 1146, '0258-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84534, 1146, '0258-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84535, 1146, '0258-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84536, 1146, '0258-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84537, 1146, '0258-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84538, 1146, '0258-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84539, 1146, '0259-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84540, 1146, '0259-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84541, 1146, '0259-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84542, 1146, '0259-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84543, 1146, '0259-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84544, 1146, '0259-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84545, 1146, '0259-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84546, 1146, '0259-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84547, 1146, '0259-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84548, 1146, '0259-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84549, 1146, '0259-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84550, 1146, '0259-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84551, 1146, '0260-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84552, 1146, '0260-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84553, 1146, '0260-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84554, 1146, '0260-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84555, 1146, '0260-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84556, 1146, '0260-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84557, 1146, '0260-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84558, 1146, '0260-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84559, 1146, '0260-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84560, 1146, '0260-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84561, 1146, '0260-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84562, 1146, '0260-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84563, 1146, '0261-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84564, 1146, '0261-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84565, 1146, '0261-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84566, 1146, '0261-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84567, 1146, '0261-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84568, 1146, '0261-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84569, 1146, '0261-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84570, 1146, '0261-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84571, 1146, '0261-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84572, 1146, '0261-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84573, 1146, '0261-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84574, 1146, '0261-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84575, 1146, '0262-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84576, 1146, '0262-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84577, 1146, '0262-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84578, 1146, '0262-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84579, 1146, '0262-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84580, 1146, '0262-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84581, 1146, '0262-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84582, 1146, '0262-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84583, 1146, '0262-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84584, 1146, '0262-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84585, 1146, '0262-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84586, 1146, '0262-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84587, 1146, '0263-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84588, 1146, '0263-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84589, 1146, '0263-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84590, 1146, '0263-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84591, 1146, '0263-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84592, 1146, '0263-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84593, 1146, '0263-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84594, 1146, '0263-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84595, 1146, '0263-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84596, 1146, '0263-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84597, 1146, '0263-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84598, 1146, '0263-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84599, 1146, '0264-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84600, 1146, '0264-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84601, 1146, '0264-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84602, 1146, '0264-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84603, 1146, '0264-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84604, 1146, '0264-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84605, 1146, '0264-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84606, 1146, '0264-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84607, 1146, '0264-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84608, 1146, '0264-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84609, 1146, '0264-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84610, 1146, '0264-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84611, 1146, '0265-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84612, 1146, '0265-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84613, 1146, '0265-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84614, 1146, '0265-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84615, 1146, '0265-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84616, 1146, '0265-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84617, 1146, '0265-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84618, 1146, '0265-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84619, 1146, '0265-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84620, 1146, '0265-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84621, 1146, '0265-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84622, 1146, '0265-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84623, 1146, '0266-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84624, 1146, '0266-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84625, 1146, '0266-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84626, 1146, '0266-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84627, 1146, '0266-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84628, 1146, '0266-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84629, 1146, '0266-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84630, 1146, '0266-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84631, 1146, '0266-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84632, 1146, '0266-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84633, 1146, '0266-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84634, 1146, '0266-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84635, 1146, '0267-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84636, 1146, '0267-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84637, 1146, '0267-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84638, 1146, '0267-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84639, 1146, '0267-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84640, 1146, '0267-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84641, 1146, '0267-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84642, 1146, '0267-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84643, 1146, '0267-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84644, 1146, '0267-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84645, 1146, '0267-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84646, 1146, '0267-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84647, 1146, '0268-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84648, 1146, '0268-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84649, 1146, '0268-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84650, 1146, '0268-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84651, 1146, '0268-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84652, 1146, '0268-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84653, 1146, '0268-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84654, 1146, '0268-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84655, 1146, '0268-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84656, 1146, '0268-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84657, 1146, '0268-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84658, 1146, '0268-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84659, 1146, '0269-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84660, 1146, '0269-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84661, 1146, '0269-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84662, 1146, '0269-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84663, 1146, '0269-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84664, 1146, '0269-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84665, 1146, '0269-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84666, 1146, '0269-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84667, 1146, '0269-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84668, 1146, '0269-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84669, 1146, '0269-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84670, 1146, '0269-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84671, 1146, '0270-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84672, 1146, '0270-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84673, 1146, '0270-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84674, 1146, '0270-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84675, 1146, '0270-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84676, 1146, '0270-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84677, 1146, '0270-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84678, 1146, '0270-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:35', '2023-09-12 17:11:35'),
(84679, 1146, '0270-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84680, 1146, '0270-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84681, 1146, '0270-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84682, 1146, '0270-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84683, 1146, '0271-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84684, 1146, '0271-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84685, 1146, '0271-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84686, 1146, '0271-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84687, 1146, '0271-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84688, 1146, '0271-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84689, 1146, '0271-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84690, 1146, '0271-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84691, 1146, '0271-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84692, 1146, '0271-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84693, 1146, '0271-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84694, 1146, '0271-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84695, 1146, '0272-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84696, 1146, '0272-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84697, 1146, '0272-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84698, 1146, '0272-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84699, 1146, '0272-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84700, 1146, '0272-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84701, 1146, '0272-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84702, 1146, '0272-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84703, 1146, '0272-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84704, 1146, '0272-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84705, 1146, '0272-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84706, 1146, '0272-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84707, 1146, '0273-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84708, 1146, '0273-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84709, 1146, '0273-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84710, 1146, '0273-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84711, 1146, '0273-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84712, 1146, '0273-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84713, 1146, '0273-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84714, 1146, '0273-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84715, 1146, '0273-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84716, 1146, '0273-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84717, 1146, '0273-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84718, 1146, '0273-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84719, 1146, '0274-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84720, 1146, '0274-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84721, 1146, '0274-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84722, 1146, '0274-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84723, 1146, '0274-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84724, 1146, '0274-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84725, 1146, '0274-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84726, 1146, '0274-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84727, 1146, '0274-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84728, 1146, '0274-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84729, 1146, '0274-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84730, 1146, '0274-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84731, 1146, '0275-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84732, 1146, '0275-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84733, 1146, '0275-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84734, 1146, '0275-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84735, 1146, '0275-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84736, 1146, '0275-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84737, 1146, '0275-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84738, 1146, '0275-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84739, 1146, '0275-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84740, 1146, '0275-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84741, 1146, '0275-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84742, 1146, '0275-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84743, 1146, '0276-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84744, 1146, '0276-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84745, 1146, '0276-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84746, 1146, '0276-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84747, 1146, '0276-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84748, 1146, '0276-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84749, 1146, '0276-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84750, 1146, '0276-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84751, 1146, '0276-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84752, 1146, '0276-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84753, 1146, '0276-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84754, 1146, '0276-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84755, 1146, '0277-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84756, 1146, '0277-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84757, 1146, '0277-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84758, 1146, '0277-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84759, 1146, '0277-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84760, 1146, '0277-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84761, 1146, '0277-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84762, 1146, '0277-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84763, 1146, '0277-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84764, 1146, '0277-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84765, 1146, '0277-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84766, 1146, '0277-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84767, 1146, '0278-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84768, 1146, '0278-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84769, 1146, '0278-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84770, 1146, '0278-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84771, 1146, '0278-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84772, 1146, '0278-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84773, 1146, '0278-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84774, 1146, '0278-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84775, 1146, '0278-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84776, 1146, '0278-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84777, 1146, '0278-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84778, 1146, '0278-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84779, 1146, '0279-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84780, 1146, '0279-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84781, 1146, '0279-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84782, 1146, '0279-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84783, 1146, '0279-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84784, 1146, '0279-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84785, 1146, '0279-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84786, 1146, '0279-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84787, 1146, '0279-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84788, 1146, '0279-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84789, 1146, '0279-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84790, 1146, '0279-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84791, 1146, '0280-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84792, 1146, '0280-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84793, 1146, '0280-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84794, 1146, '0280-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84795, 1146, '0280-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84796, 1146, '0280-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84797, 1146, '0280-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84798, 1146, '0280-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84799, 1146, '0280-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84800, 1146, '0280-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84801, 1146, '0280-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84802, 1146, '0280-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84803, 1146, '0281-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84804, 1146, '0281-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84805, 1146, '0281-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84806, 1146, '0281-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84807, 1146, '0281-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84808, 1146, '0281-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84809, 1146, '0281-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84810, 1146, '0281-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84811, 1146, '0281-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84812, 1146, '0281-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84813, 1146, '0281-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84814, 1146, '0281-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84815, 1146, '0282-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84816, 1146, '0282-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84817, 1146, '0282-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84818, 1146, '0282-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84819, 1146, '0282-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84820, 1146, '0282-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84821, 1146, '0282-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84822, 1146, '0282-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84823, 1146, '0282-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84824, 1146, '0282-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84825, 1146, '0282-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84826, 1146, '0282-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84827, 1146, '0283-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84828, 1146, '0283-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84829, 1146, '0283-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84830, 1146, '0283-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84831, 1146, '0283-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84832, 1146, '0283-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84833, 1146, '0283-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84834, 1146, '0283-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84835, 1146, '0283-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84836, 1146, '0283-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84837, 1146, '0283-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84838, 1146, '0283-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84839, 1146, '0284-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84840, 1146, '0284-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84841, 1146, '0284-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84842, 1146, '0284-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84843, 1146, '0284-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84844, 1146, '0284-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84845, 1146, '0284-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84846, 1146, '0284-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84847, 1146, '0284-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84848, 1146, '0284-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84849, 1146, '0284-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84850, 1146, '0284-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84851, 1146, '0285-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84852, 1146, '0285-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84853, 1146, '0285-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84854, 1146, '0285-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84855, 1146, '0285-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84856, 1146, '0285-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84857, 1146, '0285-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84858, 1146, '0285-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84859, 1146, '0285-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84860, 1146, '0285-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84861, 1146, '0285-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84862, 1146, '0285-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84863, 1146, '0286-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84864, 1146, '0286-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84865, 1146, '0286-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84866, 1146, '0286-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84867, 1146, '0286-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84868, 1146, '0286-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84869, 1146, '0286-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84870, 1146, '0286-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84871, 1146, '0286-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84872, 1146, '0286-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84873, 1146, '0286-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84874, 1146, '0286-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84875, 1146, '0287-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84876, 1146, '0287-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84877, 1146, '0287-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84878, 1146, '0287-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84879, 1146, '0287-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84880, 1146, '0287-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84881, 1146, '0287-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84882, 1146, '0287-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84883, 1146, '0287-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84884, 1146, '0287-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84885, 1146, '0287-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84886, 1146, '0287-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84887, 1146, '0288-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84888, 1146, '0288-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84889, 1146, '0288-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(84890, 1146, '0288-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84891, 1146, '0288-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84892, 1146, '0288-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84893, 1146, '0288-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84894, 1146, '0288-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84895, 1146, '0288-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84896, 1146, '0288-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84897, 1146, '0288-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84898, 1146, '0288-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84899, 1146, '0289-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84900, 1146, '0289-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84901, 1146, '0289-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84902, 1146, '0289-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84903, 1146, '0289-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84904, 1146, '0289-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84905, 1146, '0289-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84906, 1146, '0289-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84907, 1146, '0289-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84908, 1146, '0289-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84909, 1146, '0289-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84910, 1146, '0289-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84911, 1146, '0290-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84912, 1146, '0290-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84913, 1146, '0290-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84914, 1146, '0290-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84915, 1146, '0290-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84916, 1146, '0290-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84917, 1146, '0290-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84918, 1146, '0290-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84919, 1146, '0290-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84920, 1146, '0290-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84921, 1146, '0290-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84922, 1146, '0290-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84923, 1146, '0291-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84924, 1146, '0291-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84925, 1146, '0291-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84926, 1146, '0291-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84927, 1146, '0291-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84928, 1146, '0291-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84929, 1146, '0291-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84930, 1146, '0291-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84931, 1146, '0291-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84932, 1146, '0291-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84933, 1146, '0291-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84934, 1146, '0291-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84935, 1146, '0292-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84936, 1146, '0292-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84937, 1146, '0292-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84938, 1146, '0292-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84939, 1146, '0292-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84940, 1146, '0292-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84941, 1146, '0292-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84942, 1146, '0292-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84943, 1146, '0292-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84944, 1146, '0292-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84945, 1146, '0292-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84946, 1146, '0292-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84947, 1146, '0293-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84948, 1146, '0293-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84949, 1146, '0293-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84950, 1146, '0293-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84951, 1146, '0293-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84952, 1146, '0293-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84953, 1146, '0293-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84954, 1146, '0293-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84955, 1146, '0293-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84956, 1146, '0293-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84957, 1146, '0293-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84958, 1146, '0293-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84959, 1146, '0294-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84960, 1146, '0294-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84961, 1146, '0294-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84962, 1146, '0294-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84963, 1146, '0294-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84964, 1146, '0294-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84965, 1146, '0294-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84966, 1146, '0294-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84967, 1146, '0294-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84968, 1146, '0294-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84969, 1146, '0294-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84970, 1146, '0294-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84971, 1146, '0295-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84972, 1146, '0295-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84973, 1146, '0295-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84974, 1146, '0295-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84975, 1146, '0295-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84976, 1146, '0295-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84977, 1146, '0295-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84978, 1146, '0295-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84979, 1146, '0295-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84980, 1146, '0295-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84981, 1146, '0295-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84982, 1146, '0295-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84983, 1146, '0296-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84984, 1146, '0296-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84985, 1146, '0296-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84986, 1146, '0296-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84987, 1146, '0296-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84988, 1146, '0296-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84989, 1146, '0296-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84990, 1146, '0296-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84991, 1146, '0296-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84992, 1146, '0296-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84993, 1146, '0296-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84994, 1146, '0296-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84995, 1146, '0297-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84996, 1146, '0297-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84997, 1146, '0297-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84998, 1146, '0297-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(84999, 1146, '0297-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(85000, 1146, '0297-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(85001, 1146, '0297-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(85002, 1146, '0297-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(85003, 1146, '0297-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(85004, 1146, '0297-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(85005, 1146, '0297-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(85006, 1146, '0297-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(85007, 1146, '0298-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(85008, 1146, '0298-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(85009, 1146, '0298-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(85010, 1146, '0298-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(85011, 1146, '0298-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(85012, 1146, '0298-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(85013, 1146, '0298-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(85014, 1146, '0298-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(85015, 1146, '0298-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(85016, 1146, '0298-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(85017, 1146, '0298-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(85018, 1146, '0298-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(85019, 1146, '0299-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(85020, 1146, '0299-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(85021, 1146, '0299-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(85022, 1146, '0299-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(85023, 1146, '0299-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(85024, 1146, '0299-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(85025, 1146, '0299-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(85026, 1146, '0299-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(85027, 1146, '0299-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(85028, 1146, '0299-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(85029, 1146, '0299-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(85030, 1146, '0299-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(85031, 1146, '0300-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(85032, 1146, '0300-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(85033, 1146, '0300-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(85034, 1146, '0300-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(85035, 1146, '0300-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(85036, 1146, '0300-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(85037, 1146, '0300-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(85038, 1146, '0300-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(85039, 1146, '0300-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(85040, 1146, '0300-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(85041, 1146, '0300-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(85042, 1146, '0300-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(85043, 1146, '0301-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(85044, 1146, '0301-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(85045, 1146, '0301-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(85046, 1146, '0301-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(85047, 1146, '0301-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(85048, 1146, '0301-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(85049, 1146, '0301-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(85050, 1146, '0301-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(85051, 1146, '0301-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(85052, 1146, '0301-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(85053, 1146, '0301-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(85054, 1146, '0301-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(85055, 1146, '0302-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(85056, 1146, '0302-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(85057, 1146, '0302-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(85058, 1146, '0302-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(85059, 1146, '0302-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(85060, 1146, '0302-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(85061, 1146, '0302-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(85062, 1146, '0302-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(85063, 1146, '0302-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(85064, 1146, '0302-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(85065, 1146, '0302-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(85066, 1146, '0302-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(85067, 1146, '0303-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(85068, 1146, '0303-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(85069, 1146, '0303-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(85070, 1146, '0303-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(85071, 1146, '0303-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(85072, 1146, '0303-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(85073, 1146, '0303-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(85074, 1146, '0303-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(85075, 1146, '0303-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(85076, 1146, '0303-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(85077, 1146, '0303-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(85078, 1146, '0303-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(85079, 1146, '0304-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(85080, 1146, '0304-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(85081, 1146, '0304-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(85082, 1146, '0304-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(85083, 1146, '0304-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(85084, 1146, '0304-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(85085, 1146, '0304-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(85086, 1146, '0304-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(85087, 1146, '0304-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:36', '2023-09-12 17:11:36'),
(85088, 1146, '0304-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85089, 1146, '0304-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85090, 1146, '0304-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85091, 1146, '0305-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85092, 1146, '0305-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85093, 1146, '0305-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85094, 1146, '0305-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85095, 1146, '0305-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85096, 1146, '0305-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85097, 1146, '0305-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85098, 1146, '0305-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85099, 1146, '0305-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85100, 1146, '0305-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85101, 1146, '0305-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85102, 1146, '0305-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85103, 1146, '0306-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85104, 1146, '0306-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85105, 1146, '0306-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85106, 1146, '0306-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85107, 1146, '0306-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85108, 1146, '0306-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85109, 1146, '0306-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85110, 1146, '0306-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85111, 1146, '0306-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85112, 1146, '0306-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85113, 1146, '0306-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85114, 1146, '0306-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85115, 1146, '0307-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85116, 1146, '0307-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85117, 1146, '0307-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85118, 1146, '0307-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85119, 1146, '0307-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85120, 1146, '0307-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85121, 1146, '0307-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85122, 1146, '0307-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85123, 1146, '0307-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85124, 1146, '0307-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85125, 1146, '0307-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85126, 1146, '0307-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85127, 1146, '0308-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85128, 1146, '0308-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85129, 1146, '0308-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85130, 1146, '0308-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85131, 1146, '0308-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85132, 1146, '0308-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85133, 1146, '0308-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85134, 1146, '0308-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85135, 1146, '0308-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85136, 1146, '0308-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85137, 1146, '0308-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85138, 1146, '0308-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85139, 1146, '0309-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85140, 1146, '0309-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85141, 1146, '0309-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85142, 1146, '0309-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85143, 1146, '0309-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85144, 1146, '0309-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85145, 1146, '0309-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85146, 1146, '0309-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85147, 1146, '0309-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85148, 1146, '0309-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85149, 1146, '0309-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85150, 1146, '0309-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85151, 1146, '0310-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85152, 1146, '0310-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85153, 1146, '0310-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85154, 1146, '0310-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85155, 1146, '0310-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85156, 1146, '0310-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85157, 1146, '0310-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85158, 1146, '0310-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85159, 1146, '0310-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85160, 1146, '0310-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85161, 1146, '0310-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85162, 1146, '0310-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85163, 1146, '0311-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85164, 1146, '0311-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85165, 1146, '0311-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85166, 1146, '0311-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85167, 1146, '0311-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85168, 1146, '0311-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85169, 1146, '0311-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85170, 1146, '0311-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85171, 1146, '0311-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85172, 1146, '0311-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85173, 1146, '0311-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85174, 1146, '0311-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85175, 1146, '0312-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85176, 1146, '0312-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85177, 1146, '0312-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85178, 1146, '0312-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85179, 1146, '0312-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85180, 1146, '0312-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85181, 1146, '0312-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85182, 1146, '0312-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85183, 1146, '0312-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85184, 1146, '0312-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85185, 1146, '0312-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85186, 1146, '0312-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85187, 1146, '0313-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85188, 1146, '0313-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85189, 1146, '0313-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85190, 1146, '0313-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85191, 1146, '0313-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85192, 1146, '0313-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85193, 1146, '0313-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85194, 1146, '0313-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85195, 1146, '0313-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85196, 1146, '0313-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85197, 1146, '0313-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85198, 1146, '0313-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85199, 1146, '0314-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85200, 1146, '0314-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85201, 1146, '0314-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85202, 1146, '0314-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85203, 1146, '0314-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85204, 1146, '0314-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85205, 1146, '0314-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85206, 1146, '0314-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85207, 1146, '0314-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85208, 1146, '0314-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85209, 1146, '0314-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85210, 1146, '0314-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85211, 1146, '0315-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85212, 1146, '0315-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85213, 1146, '0315-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85214, 1146, '0315-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85215, 1146, '0315-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85216, 1146, '0315-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85217, 1146, '0315-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85218, 1146, '0315-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85219, 1146, '0315-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85220, 1146, '0315-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85221, 1146, '0315-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85222, 1146, '0315-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85223, 1146, '0316-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85224, 1146, '0316-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85225, 1146, '0316-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85226, 1146, '0316-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85227, 1146, '0316-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85228, 1146, '0316-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85229, 1146, '0316-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85230, 1146, '0316-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85231, 1146, '0316-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85232, 1146, '0316-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85233, 1146, '0316-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85234, 1146, '0316-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85235, 1146, '0317-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85236, 1146, '0317-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85237, 1146, '0317-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85238, 1146, '0317-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85239, 1146, '0317-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85240, 1146, '0317-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85241, 1146, '0317-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85242, 1146, '0317-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85243, 1146, '0317-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85244, 1146, '0317-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85245, 1146, '0317-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85246, 1146, '0317-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85247, 1146, '0318-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85248, 1146, '0318-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85249, 1146, '0318-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85250, 1146, '0318-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85251, 1146, '0318-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85252, 1146, '0318-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85253, 1146, '0318-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85254, 1146, '0318-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85255, 1146, '0318-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85256, 1146, '0318-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85257, 1146, '0318-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85258, 1146, '0318-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85259, 1146, '0319-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85260, 1146, '0319-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85261, 1146, '0319-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85262, 1146, '0319-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85263, 1146, '0319-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85264, 1146, '0319-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85265, 1146, '0319-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85266, 1146, '0319-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85267, 1146, '0319-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85268, 1146, '0319-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85269, 1146, '0319-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85270, 1146, '0319-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85271, 1146, '0320-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85272, 1146, '0320-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85273, 1146, '0320-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85274, 1146, '0320-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85275, 1146, '0320-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85276, 1146, '0320-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85277, 1146, '0320-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85278, 1146, '0320-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85279, 1146, '0320-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85280, 1146, '0320-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85281, 1146, '0320-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85282, 1146, '0320-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85283, 1146, '0321-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85284, 1146, '0321-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85285, 1146, '0321-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85286, 1146, '0321-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85287, 1146, '0321-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85288, 1146, '0321-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85289, 1146, '0321-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85290, 1146, '0321-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85291, 1146, '0321-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85292, 1146, '0321-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85293, 1146, '0321-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85294, 1146, '0321-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85295, 1146, '0322-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85296, 1146, '0322-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85297, 1146, '0322-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85298, 1146, '0322-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85299, 1146, '0322-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85300, 1146, '0322-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85301, 1146, '0322-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85302, 1146, '0322-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85303, 1146, '0322-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85304, 1146, '0322-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85305, 1146, '0322-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85306, 1146, '0322-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85307, 1146, '0323-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85308, 1146, '0323-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85309, 1146, '0323-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85310, 1146, '0323-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85311, 1146, '0323-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85312, 1146, '0323-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85313, 1146, '0323-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85314, 1146, '0323-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85315, 1146, '0323-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85316, 1146, '0323-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85317, 1146, '0323-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85318, 1146, '0323-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85319, 1146, '0324-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85320, 1146, '0324-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85321, 1146, '0324-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85322, 1146, '0324-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85323, 1146, '0324-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85324, 1146, '0324-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85325, 1146, '0324-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85326, 1146, '0324-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85327, 1146, '0324-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85328, 1146, '0324-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85329, 1146, '0324-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85330, 1146, '0324-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85331, 1146, '0325-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85332, 1146, '0325-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85333, 1146, '0325-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85334, 1146, '0325-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85335, 1146, '0325-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85336, 1146, '0325-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85337, 1146, '0325-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85338, 1146, '0325-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85339, 1146, '0325-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85340, 1146, '0325-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85341, 1146, '0325-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85342, 1146, '0325-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85343, 1146, '0326-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85344, 1146, '0326-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85345, 1146, '0326-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85346, 1146, '0326-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85347, 1146, '0326-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85348, 1146, '0326-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85349, 1146, '0326-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85350, 1146, '0326-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(85351, 1146, '0326-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85352, 1146, '0326-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85353, 1146, '0326-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85354, 1146, '0326-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85355, 1146, '0327-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85356, 1146, '0327-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85357, 1146, '0327-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85358, 1146, '0327-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85359, 1146, '0327-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85360, 1146, '0327-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85361, 1146, '0327-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85362, 1146, '0327-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85363, 1146, '0327-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85364, 1146, '0327-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85365, 1146, '0327-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85366, 1146, '0327-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85367, 1146, '0328-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85368, 1146, '0328-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85369, 1146, '0328-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85370, 1146, '0328-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85371, 1146, '0328-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85372, 1146, '0328-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85373, 1146, '0328-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85374, 1146, '0328-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85375, 1146, '0328-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85376, 1146, '0328-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85377, 1146, '0328-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85378, 1146, '0328-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85379, 1146, '0329-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85380, 1146, '0329-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85381, 1146, '0329-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85382, 1146, '0329-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85383, 1146, '0329-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85384, 1146, '0329-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85385, 1146, '0329-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85386, 1146, '0329-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85387, 1146, '0329-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85388, 1146, '0329-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85389, 1146, '0329-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85390, 1146, '0329-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85391, 1146, '0330-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85392, 1146, '0330-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85393, 1146, '0330-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85394, 1146, '0330-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85395, 1146, '0330-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85396, 1146, '0330-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85397, 1146, '0330-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85398, 1146, '0330-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85399, 1146, '0330-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85400, 1146, '0330-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85401, 1146, '0330-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85402, 1146, '0330-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85403, 1146, '0331-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85404, 1146, '0331-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85405, 1146, '0331-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85406, 1146, '0331-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85407, 1146, '0331-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85408, 1146, '0331-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85409, 1146, '0331-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85410, 1146, '0331-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85411, 1146, '0331-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85412, 1146, '0331-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85413, 1146, '0331-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85414, 1146, '0331-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85415, 1146, '0332-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85416, 1146, '0332-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85417, 1146, '0332-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85418, 1146, '0332-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85419, 1146, '0332-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85420, 1146, '0332-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85421, 1146, '0332-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85422, 1146, '0332-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85423, 1146, '0332-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85424, 1146, '0332-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85425, 1146, '0332-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85426, 1146, '0332-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85427, 1146, '0333-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85428, 1146, '0333-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85429, 1146, '0333-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85430, 1146, '0333-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85431, 1146, '0333-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85432, 1146, '0333-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85433, 1146, '0333-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85434, 1146, '0333-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85435, 1146, '0333-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85436, 1146, '0333-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85437, 1146, '0333-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85438, 1146, '0333-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85439, 1146, '0334-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85440, 1146, '0334-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85441, 1146, '0334-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85442, 1146, '0334-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85443, 1146, '0334-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85444, 1146, '0334-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85445, 1146, '0334-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85446, 1146, '0334-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85447, 1146, '0334-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85448, 1146, '0334-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85449, 1146, '0334-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85450, 1146, '0334-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85451, 1146, '0335-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85452, 1146, '0335-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85453, 1146, '0335-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85454, 1146, '0335-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85455, 1146, '0335-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85456, 1146, '0335-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85457, 1146, '0335-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85458, 1146, '0335-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85459, 1146, '0335-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85460, 1146, '0335-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85461, 1146, '0335-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85462, 1146, '0335-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85463, 1146, '0336-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85464, 1146, '0336-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85465, 1146, '0336-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85466, 1146, '0336-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85467, 1146, '0336-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85468, 1146, '0336-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85469, 1146, '0336-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85470, 1146, '0336-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:37', '2023-09-12 17:11:37'),
(85471, 1146, '0336-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85472, 1146, '0336-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85473, 1146, '0336-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85474, 1146, '0336-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85475, 1146, '0337-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85476, 1146, '0337-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85477, 1146, '0337-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85478, 1146, '0337-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85479, 1146, '0337-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85480, 1146, '0337-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85481, 1146, '0337-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85482, 1146, '0337-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85483, 1146, '0337-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85484, 1146, '0337-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85485, 1146, '0337-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85486, 1146, '0337-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85487, 1146, '0338-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85488, 1146, '0338-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85489, 1146, '0338-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85490, 1146, '0338-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85491, 1146, '0338-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85492, 1146, '0338-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85493, 1146, '0338-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85494, 1146, '0338-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85495, 1146, '0338-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85496, 1146, '0338-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85497, 1146, '0338-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85498, 1146, '0338-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85499, 1146, '0339-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85500, 1146, '0339-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85501, 1146, '0339-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85502, 1146, '0339-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85503, 1146, '0339-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85504, 1146, '0339-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85505, 1146, '0339-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85506, 1146, '0339-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85507, 1146, '0339-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85508, 1146, '0339-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85509, 1146, '0339-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85510, 1146, '0339-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85511, 1146, '0340-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85512, 1146, '0340-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85513, 1146, '0340-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85514, 1146, '0340-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85515, 1146, '0340-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85516, 1146, '0340-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85517, 1146, '0340-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85518, 1146, '0340-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85519, 1146, '0340-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85520, 1146, '0340-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85521, 1146, '0340-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85522, 1146, '0340-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85523, 1146, '0341-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85524, 1146, '0341-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85525, 1146, '0341-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85526, 1146, '0341-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85527, 1146, '0341-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85528, 1146, '0341-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85529, 1146, '0341-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85530, 1146, '0341-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85531, 1146, '0341-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85532, 1146, '0341-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85533, 1146, '0341-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85534, 1146, '0341-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85535, 1146, '0342-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85536, 1146, '0342-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85537, 1146, '0342-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85538, 1146, '0342-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85539, 1146, '0342-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85540, 1146, '0342-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85541, 1146, '0342-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85542, 1146, '0342-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85543, 1146, '0342-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85544, 1146, '0342-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85545, 1146, '0342-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85546, 1146, '0342-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85547, 1146, '0343-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85548, 1146, '0343-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85549, 1146, '0343-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85550, 1146, '0343-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85551, 1146, '0343-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85552, 1146, '0343-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85553, 1146, '0343-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85554, 1146, '0343-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85555, 1146, '0343-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85556, 1146, '0343-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85557, 1146, '0343-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85558, 1146, '0343-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85559, 1146, '0344-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85560, 1146, '0344-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85561, 1146, '0344-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85562, 1146, '0344-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85563, 1146, '0344-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85564, 1146, '0344-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85565, 1146, '0344-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85566, 1146, '0344-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85567, 1146, '0344-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85568, 1146, '0344-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85569, 1146, '0344-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85570, 1146, '0344-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85571, 1146, '0345-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85572, 1146, '0345-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85573, 1146, '0345-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85574, 1146, '0345-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85575, 1146, '0345-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85576, 1146, '0345-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85577, 1146, '0345-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85578, 1146, '0345-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85579, 1146, '0345-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85580, 1146, '0345-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85581, 1146, '0345-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85582, 1146, '0345-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85583, 1146, '0346-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85584, 1146, '0346-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85585, 1146, '0346-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85586, 1146, '0346-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85587, 1146, '0346-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85588, 1146, '0346-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85589, 1146, '0346-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85590, 1146, '0346-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85591, 1146, '0346-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85592, 1146, '0346-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85593, 1146, '0346-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85594, 1146, '0346-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85595, 1146, '0347-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85596, 1146, '0347-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85597, 1146, '0347-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85598, 1146, '0347-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85599, 1146, '0347-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85600, 1146, '0347-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85601, 1146, '0347-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85602, 1146, '0347-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85603, 1146, '0347-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85604, 1146, '0347-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85605, 1146, '0347-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85606, 1146, '0347-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85607, 1146, '0348-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85608, 1146, '0348-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85609, 1146, '0348-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85610, 1146, '0348-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85611, 1146, '0348-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85612, 1146, '0348-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85613, 1146, '0348-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85614, 1146, '0348-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85615, 1146, '0348-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85616, 1146, '0348-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85617, 1146, '0348-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85618, 1146, '0348-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85619, 1146, '0349-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85620, 1146, '0349-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85621, 1146, '0349-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85622, 1146, '0349-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85623, 1146, '0349-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85624, 1146, '0349-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85625, 1146, '0349-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85626, 1146, '0349-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85627, 1146, '0349-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85628, 1146, '0349-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85629, 1146, '0349-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85630, 1146, '0349-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85631, 1146, '0350-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85632, 1146, '0350-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85633, 1146, '0350-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85634, 1146, '0350-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85635, 1146, '0350-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85636, 1146, '0350-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85637, 1146, '0350-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85638, 1146, '0350-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85639, 1146, '0350-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85640, 1146, '0350-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85641, 1146, '0350-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85642, 1146, '0350-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85643, 1146, '0351-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85644, 1146, '0351-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85645, 1146, '0351-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85646, 1146, '0351-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85647, 1146, '0351-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85648, 1146, '0351-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85649, 1146, '0351-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85650, 1146, '0351-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85651, 1146, '0351-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85652, 1146, '0351-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85653, 1146, '0351-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85654, 1146, '0351-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85655, 1146, '0352-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85656, 1146, '0352-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85657, 1146, '0352-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85658, 1146, '0352-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85659, 1146, '0352-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85660, 1146, '0352-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85661, 1146, '0352-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85662, 1146, '0352-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85663, 1146, '0352-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85664, 1146, '0352-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85665, 1146, '0352-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85666, 1146, '0352-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85667, 1146, '0353-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85668, 1146, '0353-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85669, 1146, '0353-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85670, 1146, '0353-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85671, 1146, '0353-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85672, 1146, '0353-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85673, 1146, '0353-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85674, 1146, '0353-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85675, 1146, '0353-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85676, 1146, '0353-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85677, 1146, '0353-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85678, 1146, '0353-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85679, 1146, '0354-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85680, 1146, '0354-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85681, 1146, '0354-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85682, 1146, '0354-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85683, 1146, '0354-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85684, 1146, '0354-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85685, 1146, '0354-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85686, 1146, '0354-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85687, 1146, '0354-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85688, 1146, '0354-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85689, 1146, '0354-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85690, 1146, '0354-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85691, 1146, '0355-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85692, 1146, '0355-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85693, 1146, '0355-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85694, 1146, '0355-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85695, 1146, '0355-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85696, 1146, '0355-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85697, 1146, '0355-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85698, 1146, '0355-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85699, 1146, '0355-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85700, 1146, '0355-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85701, 1146, '0355-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85702, 1146, '0355-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85703, 1146, '0356-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85704, 1146, '0356-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85705, 1146, '0356-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85706, 1146, '0356-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85707, 1146, '0356-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85708, 1146, '0356-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85709, 1146, '0356-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85710, 1146, '0356-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85711, 1146, '0356-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85712, 1146, '0356-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85713, 1146, '0356-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85714, 1146, '0356-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85715, 1146, '0357-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85716, 1146, '0357-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85717, 1146, '0357-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85718, 1146, '0357-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85719, 1146, '0357-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85720, 1146, '0357-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85721, 1146, '0357-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85722, 1146, '0357-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85723, 1146, '0357-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85724, 1146, '0357-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85725, 1146, '0357-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85726, 1146, '0357-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85727, 1146, '0358-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85728, 1146, '0358-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85729, 1146, '0358-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85730, 1146, '0358-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85731, 1146, '0358-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85732, 1146, '0358-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85733, 1146, '0358-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85734, 1146, '0358-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85735, 1146, '0358-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85736, 1146, '0358-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85737, 1146, '0358-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85738, 1146, '0358-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85739, 1146, '0359-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85740, 1146, '0359-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85741, 1146, '0359-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85742, 1146, '0359-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85743, 1146, '0359-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85744, 1146, '0359-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85745, 1146, '0359-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85746, 1146, '0359-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85747, 1146, '0359-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85748, 1146, '0359-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85749, 1146, '0359-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85750, 1146, '0359-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85751, 1146, '0360-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85752, 1146, '0360-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85753, 1146, '0360-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85754, 1146, '0360-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85755, 1146, '0360-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85756, 1146, '0360-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85757, 1146, '0360-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85758, 1146, '0360-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85759, 1146, '0360-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85760, 1146, '0360-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85761, 1146, '0360-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85762, 1146, '0360-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85763, 1146, '0361-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85764, 1146, '0361-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85765, 1146, '0361-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85766, 1146, '0361-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85767, 1146, '0361-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85768, 1146, '0361-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85769, 1146, '0361-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85770, 1146, '0361-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85771, 1146, '0361-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85772, 1146, '0361-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85773, 1146, '0361-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85774, 1146, '0361-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85775, 1146, '0362-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85776, 1146, '0362-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85777, 1146, '0362-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85778, 1146, '0362-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85779, 1146, '0362-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85780, 1146, '0362-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85781, 1146, '0362-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85782, 1146, '0362-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85783, 1146, '0362-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85784, 1146, '0362-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85785, 1146, '0362-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85786, 1146, '0362-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85787, 1146, '0363-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85788, 1146, '0363-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85789, 1146, '0363-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85790, 1146, '0363-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85791, 1146, '0363-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85792, 1146, '0363-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85793, 1146, '0363-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85794, 1146, '0363-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85795, 1146, '0363-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85796, 1146, '0363-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85797, 1146, '0363-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85798, 1146, '0363-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85799, 1146, '0364-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85800, 1146, '0364-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85801, 1146, '0364-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85802, 1146, '0364-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85803, 1146, '0364-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85804, 1146, '0364-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85805, 1146, '0364-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85806, 1146, '0364-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85807, 1146, '0364-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85808, 1146, '0364-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85809, 1146, '0364-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85810, 1146, '0364-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85811, 1146, '0365-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(85812, 1146, '0365-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85813, 1146, '0365-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85814, 1146, '0365-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85815, 1146, '0365-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85816, 1146, '0365-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85817, 1146, '0365-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85818, 1146, '0365-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85819, 1146, '0365-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85820, 1146, '0365-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85821, 1146, '0365-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85822, 1146, '0365-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85823, 1146, '0366-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85824, 1146, '0366-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85825, 1146, '0366-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85826, 1146, '0366-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85827, 1146, '0366-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85828, 1146, '0366-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85829, 1146, '0366-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85830, 1146, '0366-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85831, 1146, '0366-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85832, 1146, '0366-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85833, 1146, '0366-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85834, 1146, '0366-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85835, 1146, '0367-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85836, 1146, '0367-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85837, 1146, '0367-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85838, 1146, '0367-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85839, 1146, '0367-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85840, 1146, '0367-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85841, 1146, '0367-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85842, 1146, '0367-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85843, 1146, '0367-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85844, 1146, '0367-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85845, 1146, '0367-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85846, 1146, '0367-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85847, 1146, '0368-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85848, 1146, '0368-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85849, 1146, '0368-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85850, 1146, '0368-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85851, 1146, '0368-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85852, 1146, '0368-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85853, 1146, '0368-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85854, 1146, '0368-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85855, 1146, '0368-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85856, 1146, '0368-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85857, 1146, '0368-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85858, 1146, '0368-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85859, 1146, '0369-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85860, 1146, '0369-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85861, 1146, '0369-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85862, 1146, '0369-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85863, 1146, '0369-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85864, 1146, '0369-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85865, 1146, '0369-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85866, 1146, '0369-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85867, 1146, '0369-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85868, 1146, '0369-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85869, 1146, '0369-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85870, 1146, '0369-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:38', '2023-09-12 17:11:38'),
(85871, 1146, '0370-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(85872, 1146, '0370-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(85873, 1146, '0370-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(85874, 1146, '0370-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(85875, 1146, '0370-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(85876, 1146, '0370-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(85877, 1146, '0370-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(85878, 1146, '0370-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(85879, 1146, '0370-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(85880, 1146, '0370-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(85881, 1146, '0370-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(85882, 1146, '0370-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(85883, 1146, '0371-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(85884, 1146, '0371-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(85885, 1146, '0371-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(85886, 1146, '0371-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(85887, 1146, '0371-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(85888, 1146, '0371-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(85889, 1146, '0371-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(85890, 1146, '0371-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(85891, 1146, '0371-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(85892, 1146, '0371-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(85893, 1146, '0371-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(85894, 1146, '0371-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(85895, 1146, '0372-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(85896, 1146, '0372-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(85897, 1146, '0372-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(85898, 1146, '0372-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(85899, 1146, '0372-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(85900, 1146, '0372-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(85901, 1146, '0372-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(85902, 1146, '0372-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(85903, 1146, '0372-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(85904, 1146, '0372-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(85905, 1146, '0372-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(85906, 1146, '0372-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(85907, 1146, '0373-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(85908, 1146, '0373-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(85909, 1146, '0373-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(85910, 1146, '0373-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(85911, 1146, '0373-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(85912, 1146, '0373-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(85913, 1146, '0373-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(85914, 1146, '0373-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(85915, 1146, '0373-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(85916, 1146, '0373-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(85917, 1146, '0373-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(85918, 1146, '0373-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(85919, 1146, '0374-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(85920, 1146, '0374-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(85921, 1146, '0374-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(85922, 1146, '0374-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(85923, 1146, '0374-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(85924, 1146, '0374-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(85925, 1146, '0374-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(85926, 1146, '0374-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(85927, 1146, '0374-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(85928, 1146, '0374-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(85929, 1146, '0374-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(85930, 1146, '0374-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(85931, 1146, '0375-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(85932, 1146, '0375-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(85933, 1146, '0375-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(85934, 1146, '0375-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(85935, 1146, '0375-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(85936, 1146, '0375-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(85937, 1146, '0375-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(85938, 1146, '0375-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(85939, 1146, '0375-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(85940, 1146, '0375-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(85941, 1146, '0375-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(85942, 1146, '0375-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(85943, 1146, '0376-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(85944, 1146, '0376-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(85945, 1146, '0376-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(85946, 1146, '0376-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(85947, 1146, '0376-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(85948, 1146, '0376-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(85949, 1146, '0376-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(85950, 1146, '0376-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(85951, 1146, '0376-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(85952, 1146, '0376-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(85953, 1146, '0376-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(85954, 1146, '0376-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(85955, 1146, '0377-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(85956, 1146, '0377-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(85957, 1146, '0377-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(85958, 1146, '0377-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(85959, 1146, '0377-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(85960, 1146, '0377-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(85961, 1146, '0377-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(85962, 1146, '0377-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(85963, 1146, '0377-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(85964, 1146, '0377-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(85965, 1146, '0377-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(85966, 1146, '0377-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(85967, 1146, '0378-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(85968, 1146, '0378-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(85969, 1146, '0378-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(85970, 1146, '0378-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(85971, 1146, '0378-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(85972, 1146, '0378-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(85973, 1146, '0378-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(85974, 1146, '0378-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(85975, 1146, '0378-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(85976, 1146, '0378-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(85977, 1146, '0378-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(85978, 1146, '0378-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(85979, 1146, '0379-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(85980, 1146, '0379-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(85981, 1146, '0379-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(85982, 1146, '0379-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(85983, 1146, '0379-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(85984, 1146, '0379-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(85985, 1146, '0379-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(85986, 1146, '0379-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(85987, 1146, '0379-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(85988, 1146, '0379-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(85989, 1146, '0379-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(85990, 1146, '0379-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(85991, 1146, '0380-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(85992, 1146, '0380-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(85993, 1146, '0380-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(85994, 1146, '0380-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(85995, 1146, '0380-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(85996, 1146, '0380-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(85997, 1146, '0380-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(85998, 1146, '0380-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(85999, 1146, '0380-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86000, 1146, '0380-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86001, 1146, '0380-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86002, 1146, '0380-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86003, 1146, '0381-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86004, 1146, '0381-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86005, 1146, '0381-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86006, 1146, '0381-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86007, 1146, '0381-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86008, 1146, '0381-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86009, 1146, '0381-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86010, 1146, '0381-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86011, 1146, '0381-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86012, 1146, '0381-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86013, 1146, '0381-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86014, 1146, '0381-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86015, 1146, '0382-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86016, 1146, '0382-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86017, 1146, '0382-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86018, 1146, '0382-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86019, 1146, '0382-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86020, 1146, '0382-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86021, 1146, '0382-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86022, 1146, '0382-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86023, 1146, '0382-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86024, 1146, '0382-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86025, 1146, '0382-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86026, 1146, '0382-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86027, 1146, '0383-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86028, 1146, '0383-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86029, 1146, '0383-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86030, 1146, '0383-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86031, 1146, '0383-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86032, 1146, '0383-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86033, 1146, '0383-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86034, 1146, '0383-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86035, 1146, '0383-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86036, 1146, '0383-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86037, 1146, '0383-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86038, 1146, '0383-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86039, 1146, '0384-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86040, 1146, '0384-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86041, 1146, '0384-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86042, 1146, '0384-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86043, 1146, '0384-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86044, 1146, '0384-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86045, 1146, '0384-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86046, 1146, '0384-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86047, 1146, '0384-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86048, 1146, '0384-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86049, 1146, '0384-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86050, 1146, '0384-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86051, 1146, '0385-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86052, 1146, '0385-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86053, 1146, '0385-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86054, 1146, '0385-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86055, 1146, '0385-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86056, 1146, '0385-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86057, 1146, '0385-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86058, 1146, '0385-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86059, 1146, '0385-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86060, 1146, '0385-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86061, 1146, '0385-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86062, 1146, '0385-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86063, 1146, '0386-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86064, 1146, '0386-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86065, 1146, '0386-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86066, 1146, '0386-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86067, 1146, '0386-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86068, 1146, '0386-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86069, 1146, '0386-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86070, 1146, '0386-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86071, 1146, '0386-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86072, 1146, '0386-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86073, 1146, '0386-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86074, 1146, '0386-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86075, 1146, '0387-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86076, 1146, '0387-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86077, 1146, '0387-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86078, 1146, '0387-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86079, 1146, '0387-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86080, 1146, '0387-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86081, 1146, '0387-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86082, 1146, '0387-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86083, 1146, '0387-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86084, 1146, '0387-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86085, 1146, '0387-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86086, 1146, '0387-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86087, 1146, '0388-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86088, 1146, '0388-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86089, 1146, '0388-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86090, 1146, '0388-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86091, 1146, '0388-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86092, 1146, '0388-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86093, 1146, '0388-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86094, 1146, '0388-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86095, 1146, '0388-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86096, 1146, '0388-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86097, 1146, '0388-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86098, 1146, '0388-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86099, 1146, '0389-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86100, 1146, '0389-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86101, 1146, '0389-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86102, 1146, '0389-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86103, 1146, '0389-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86104, 1146, '0389-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86105, 1146, '0389-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86106, 1146, '0389-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86107, 1146, '0389-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86108, 1146, '0389-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86109, 1146, '0389-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86110, 1146, '0389-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86111, 1146, '0390-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86112, 1146, '0390-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86113, 1146, '0390-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86114, 1146, '0390-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86115, 1146, '0390-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86116, 1146, '0390-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86117, 1146, '0390-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86118, 1146, '0390-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86119, 1146, '0390-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86120, 1146, '0390-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86121, 1146, '0390-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86122, 1146, '0390-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86123, 1146, '0391-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86124, 1146, '0391-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86125, 1146, '0391-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86126, 1146, '0391-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86127, 1146, '0391-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86128, 1146, '0391-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86129, 1146, '0391-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86130, 1146, '0391-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86131, 1146, '0391-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86132, 1146, '0391-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86133, 1146, '0391-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86134, 1146, '0391-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86135, 1146, '0392-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86136, 1146, '0392-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86137, 1146, '0392-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86138, 1146, '0392-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86139, 1146, '0392-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86140, 1146, '0392-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86141, 1146, '0392-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86142, 1146, '0392-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86143, 1146, '0392-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86144, 1146, '0392-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86145, 1146, '0392-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86146, 1146, '0392-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86147, 1146, '0393-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86148, 1146, '0393-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86149, 1146, '0393-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86150, 1146, '0393-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86151, 1146, '0393-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86152, 1146, '0393-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86153, 1146, '0393-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86154, 1146, '0393-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86155, 1146, '0393-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86156, 1146, '0393-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86157, 1146, '0393-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86158, 1146, '0393-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86159, 1146, '0394-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86160, 1146, '0394-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86161, 1146, '0394-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86162, 1146, '0394-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86163, 1146, '0394-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86164, 1146, '0394-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86165, 1146, '0394-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86166, 1146, '0394-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86167, 1146, '0394-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86168, 1146, '0394-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86169, 1146, '0394-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86170, 1146, '0394-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86171, 1146, '0395-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86172, 1146, '0395-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86173, 1146, '0395-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86174, 1146, '0395-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86175, 1146, '0395-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86176, 1146, '0395-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86177, 1146, '0395-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86178, 1146, '0395-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86179, 1146, '0395-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86180, 1146, '0395-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86181, 1146, '0395-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86182, 1146, '0395-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86183, 1146, '0396-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86184, 1146, '0396-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86185, 1146, '0396-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86186, 1146, '0396-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86187, 1146, '0396-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86188, 1146, '0396-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86189, 1146, '0396-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86190, 1146, '0396-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86191, 1146, '0396-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86192, 1146, '0396-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86193, 1146, '0396-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86194, 1146, '0396-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86195, 1146, '0397-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86196, 1146, '0397-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86197, 1146, '0397-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86198, 1146, '0397-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86199, 1146, '0397-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86200, 1146, '0397-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86201, 1146, '0397-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86202, 1146, '0397-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86203, 1146, '0397-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86204, 1146, '0397-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86205, 1146, '0397-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86206, 1146, '0397-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86207, 1146, '0398-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86208, 1146, '0398-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86209, 1146, '0398-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86210, 1146, '0398-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86211, 1146, '0398-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86212, 1146, '0398-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86213, 1146, '0398-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86214, 1146, '0398-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86215, 1146, '0398-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86216, 1146, '0398-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86217, 1146, '0398-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86218, 1146, '0398-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86219, 1146, '0399-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86220, 1146, '0399-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86221, 1146, '0399-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86222, 1146, '0399-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86223, 1146, '0399-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86224, 1146, '0399-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86225, 1146, '0399-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86226, 1146, '0399-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86227, 1146, '0399-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86228, 1146, '0399-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86229, 1146, '0399-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86230, 1146, '0399-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86231, 1146, '0400-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86232, 1146, '0400-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86233, 1146, '0400-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86234, 1146, '0400-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86235, 1146, '0400-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86236, 1146, '0400-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86237, 1146, '0400-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86238, 1146, '0400-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86239, 1146, '0400-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86240, 1146, '0400-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86241, 1146, '0400-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86242, 1146, '0400-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86243, 1146, '0401-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86244, 1146, '0401-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86245, 1146, '0401-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86246, 1146, '0401-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86247, 1146, '0401-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86248, 1146, '0401-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86249, 1146, '0401-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86250, 1146, '0401-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86251, 1146, '0401-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86252, 1146, '0401-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86253, 1146, '0401-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86254, 1146, '0401-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86255, 1146, '0402-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86256, 1146, '0402-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86257, 1146, '0402-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86258, 1146, '0402-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86259, 1146, '0402-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86260, 1146, '0402-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86261, 1146, '0402-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86262, 1146, '0402-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86263, 1146, '0402-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:39', '2023-09-12 17:11:39'),
(86264, 1146, '0402-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86265, 1146, '0402-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86266, 1146, '0402-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86267, 1146, '0403-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86268, 1146, '0403-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86269, 1146, '0403-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86270, 1146, '0403-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86271, 1146, '0403-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86272, 1146, '0403-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(86273, 1146, '0403-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86274, 1146, '0403-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86275, 1146, '0403-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86276, 1146, '0403-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86277, 1146, '0403-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86278, 1146, '0403-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86279, 1146, '0404-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86280, 1146, '0404-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86281, 1146, '0404-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86282, 1146, '0404-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86283, 1146, '0404-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86284, 1146, '0404-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86285, 1146, '0404-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86286, 1146, '0404-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86287, 1146, '0404-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86288, 1146, '0404-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86289, 1146, '0404-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86290, 1146, '0404-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86291, 1146, '0405-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86292, 1146, '0405-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86293, 1146, '0405-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86294, 1146, '0405-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86295, 1146, '0405-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86296, 1146, '0405-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86297, 1146, '0405-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86298, 1146, '0405-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86299, 1146, '0405-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86300, 1146, '0405-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86301, 1146, '0405-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86302, 1146, '0405-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86303, 1146, '0406-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86304, 1146, '0406-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86305, 1146, '0406-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86306, 1146, '0406-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86307, 1146, '0406-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86308, 1146, '0406-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86309, 1146, '0406-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86310, 1146, '0406-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86311, 1146, '0406-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86312, 1146, '0406-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86313, 1146, '0406-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86314, 1146, '0406-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86315, 1146, '0407-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86316, 1146, '0407-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86317, 1146, '0407-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86318, 1146, '0407-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86319, 1146, '0407-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86320, 1146, '0407-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86321, 1146, '0407-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86322, 1146, '0407-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86323, 1146, '0407-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86324, 1146, '0407-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86325, 1146, '0407-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86326, 1146, '0407-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86327, 1146, '0408-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86328, 1146, '0408-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86329, 1146, '0408-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86330, 1146, '0408-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86331, 1146, '0408-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86332, 1146, '0408-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86333, 1146, '0408-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86334, 1146, '0408-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86335, 1146, '0408-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86336, 1146, '0408-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86337, 1146, '0408-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86338, 1146, '0408-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86339, 1146, '0409-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86340, 1146, '0409-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86341, 1146, '0409-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86342, 1146, '0409-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86343, 1146, '0409-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86344, 1146, '0409-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86345, 1146, '0409-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86346, 1146, '0409-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86347, 1146, '0409-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86348, 1146, '0409-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86349, 1146, '0409-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86350, 1146, '0409-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86351, 1146, '0410-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86352, 1146, '0410-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86353, 1146, '0410-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86354, 1146, '0410-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86355, 1146, '0410-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86356, 1146, '0410-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86357, 1146, '0410-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86358, 1146, '0410-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86359, 1146, '0410-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86360, 1146, '0410-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86361, 1146, '0410-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86362, 1146, '0410-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86363, 1146, '0411-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86364, 1146, '0411-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86365, 1146, '0411-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86366, 1146, '0411-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86367, 1146, '0411-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86368, 1146, '0411-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86369, 1146, '0411-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86370, 1146, '0411-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86371, 1146, '0411-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86372, 1146, '0411-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86373, 1146, '0411-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86374, 1146, '0411-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86375, 1146, '0412-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86376, 1146, '0412-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86377, 1146, '0412-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86378, 1146, '0412-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86379, 1146, '0412-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86380, 1146, '0412-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86381, 1146, '0412-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86382, 1146, '0412-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86383, 1146, '0412-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86384, 1146, '0412-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86385, 1146, '0412-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86386, 1146, '0412-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86387, 1146, '0413-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86388, 1146, '0413-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86389, 1146, '0413-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86390, 1146, '0413-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86391, 1146, '0413-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86392, 1146, '0413-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86393, 1146, '0413-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86394, 1146, '0413-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86395, 1146, '0413-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86396, 1146, '0413-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86397, 1146, '0413-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86398, 1146, '0413-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86399, 1146, '0414-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86400, 1146, '0414-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86401, 1146, '0414-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86402, 1146, '0414-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86403, 1146, '0414-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86404, 1146, '0414-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86405, 1146, '0414-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86406, 1146, '0414-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86407, 1146, '0414-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86408, 1146, '0414-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86409, 1146, '0414-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86410, 1146, '0414-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86411, 1146, '0415-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86412, 1146, '0415-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86413, 1146, '0415-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86414, 1146, '0415-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86415, 1146, '0415-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86416, 1146, '0415-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86417, 1146, '0415-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86418, 1146, '0415-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86419, 1146, '0415-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86420, 1146, '0415-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86421, 1146, '0415-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86422, 1146, '0415-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86423, 1146, '0416-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86424, 1146, '0416-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86425, 1146, '0416-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86426, 1146, '0416-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86427, 1146, '0416-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86428, 1146, '0416-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86429, 1146, '0416-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86430, 1146, '0416-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86431, 1146, '0416-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86432, 1146, '0416-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86433, 1146, '0416-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86434, 1146, '0416-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86435, 1146, '0417-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86436, 1146, '0417-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86437, 1146, '0417-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86438, 1146, '0417-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86439, 1146, '0417-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86440, 1146, '0417-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86441, 1146, '0417-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86442, 1146, '0417-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86443, 1146, '0417-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86444, 1146, '0417-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86445, 1146, '0417-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86446, 1146, '0417-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86447, 1146, '0418-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86448, 1146, '0418-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86449, 1146, '0418-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86450, 1146, '0418-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86451, 1146, '0418-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86452, 1146, '0418-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86453, 1146, '0418-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86454, 1146, '0418-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86455, 1146, '0418-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86456, 1146, '0418-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86457, 1146, '0418-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86458, 1146, '0418-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86459, 1146, '0419-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86460, 1146, '0419-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86461, 1146, '0419-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86462, 1146, '0419-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86463, 1146, '0419-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86464, 1146, '0419-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86465, 1146, '0419-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86466, 1146, '0419-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86467, 1146, '0419-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86468, 1146, '0419-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86469, 1146, '0419-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86470, 1146, '0419-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86471, 1146, '0420-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86472, 1146, '0420-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86473, 1146, '0420-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86474, 1146, '0420-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86475, 1146, '0420-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86476, 1146, '0420-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86477, 1146, '0420-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86478, 1146, '0420-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86479, 1146, '0420-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86480, 1146, '0420-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86481, 1146, '0420-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86482, 1146, '0420-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86483, 1146, '0421-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86484, 1146, '0421-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86485, 1146, '0421-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86486, 1146, '0421-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86487, 1146, '0421-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86488, 1146, '0421-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86489, 1146, '0421-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86490, 1146, '0421-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86491, 1146, '0421-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86492, 1146, '0421-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86493, 1146, '0421-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86494, 1146, '0421-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86495, 1146, '0422-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86496, 1146, '0422-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86497, 1146, '0422-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86498, 1146, '0422-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86499, 1146, '0422-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86500, 1146, '0422-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86501, 1146, '0422-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86502, 1146, '0422-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86503, 1146, '0422-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86504, 1146, '0422-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86505, 1146, '0422-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86506, 1146, '0422-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86507, 1146, '0423-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86508, 1146, '0423-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86509, 1146, '0423-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86510, 1146, '0423-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86511, 1146, '0423-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86512, 1146, '0423-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86513, 1146, '0423-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86514, 1146, '0423-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86515, 1146, '0423-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86516, 1146, '0423-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86517, 1146, '0423-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86518, 1146, '0423-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86519, 1146, '0424-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86520, 1146, '0424-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86521, 1146, '0424-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86522, 1146, '0424-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86523, 1146, '0424-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86524, 1146, '0424-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86525, 1146, '0424-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86526, 1146, '0424-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86527, 1146, '0424-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86528, 1146, '0424-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86529, 1146, '0424-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86530, 1146, '0424-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86531, 1146, '0425-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86532, 1146, '0425-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86533, 1146, '0425-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86534, 1146, '0425-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86535, 1146, '0425-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86536, 1146, '0425-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86537, 1146, '0425-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86538, 1146, '0425-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86539, 1146, '0425-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86540, 1146, '0425-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86541, 1146, '0425-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86542, 1146, '0425-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86543, 1146, '0426-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86544, 1146, '0426-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86545, 1146, '0426-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86546, 1146, '0426-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86547, 1146, '0426-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86548, 1146, '0426-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86549, 1146, '0426-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86550, 1146, '0426-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86551, 1146, '0426-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86552, 1146, '0426-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86553, 1146, '0426-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86554, 1146, '0426-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86555, 1146, '0427-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86556, 1146, '0427-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86557, 1146, '0427-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86558, 1146, '0427-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86559, 1146, '0427-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86560, 1146, '0427-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86561, 1146, '0427-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86562, 1146, '0427-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86563, 1146, '0427-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86564, 1146, '0427-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86565, 1146, '0427-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86566, 1146, '0427-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86567, 1146, '0428-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86568, 1146, '0428-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86569, 1146, '0428-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86570, 1146, '0428-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86571, 1146, '0428-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86572, 1146, '0428-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86573, 1146, '0428-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86574, 1146, '0428-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86575, 1146, '0428-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86576, 1146, '0428-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86577, 1146, '0428-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86578, 1146, '0428-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86579, 1146, '0429-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86580, 1146, '0429-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86581, 1146, '0429-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86582, 1146, '0429-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86583, 1146, '0429-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86584, 1146, '0429-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86585, 1146, '0429-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86586, 1146, '0429-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86587, 1146, '0429-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86588, 1146, '0429-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86589, 1146, '0429-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86590, 1146, '0429-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86591, 1146, '0430-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86592, 1146, '0430-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86593, 1146, '0430-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86594, 1146, '0430-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86595, 1146, '0430-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86596, 1146, '0430-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86597, 1146, '0430-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86598, 1146, '0430-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86599, 1146, '0430-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86600, 1146, '0430-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86601, 1146, '0430-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86602, 1146, '0430-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86603, 1146, '0431-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86604, 1146, '0431-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86605, 1146, '0431-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86606, 1146, '0431-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86607, 1146, '0431-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86608, 1146, '0431-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86609, 1146, '0431-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86610, 1146, '0431-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86611, 1146, '0431-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86612, 1146, '0431-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86613, 1146, '0431-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86614, 1146, '0431-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86615, 1146, '0432-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86616, 1146, '0432-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86617, 1146, '0432-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86618, 1146, '0432-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86619, 1146, '0432-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86620, 1146, '0432-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86621, 1146, '0432-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86622, 1146, '0432-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86623, 1146, '0432-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86624, 1146, '0432-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86625, 1146, '0432-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86626, 1146, '0432-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86627, 1146, '0433-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86628, 1146, '0433-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86629, 1146, '0433-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86630, 1146, '0433-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86631, 1146, '0433-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86632, 1146, '0433-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86633, 1146, '0433-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86634, 1146, '0433-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86635, 1146, '0433-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86636, 1146, '0433-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86637, 1146, '0433-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86638, 1146, '0433-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86639, 1146, '0434-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86640, 1146, '0434-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86641, 1146, '0434-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86642, 1146, '0434-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86643, 1146, '0434-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86644, 1146, '0434-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86645, 1146, '0434-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86646, 1146, '0434-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86647, 1146, '0434-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86648, 1146, '0434-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86649, 1146, '0434-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86650, 1146, '0434-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86651, 1146, '0435-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86652, 1146, '0435-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86653, 1146, '0435-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86654, 1146, '0435-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86655, 1146, '0435-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86656, 1146, '0435-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86657, 1146, '0435-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86658, 1146, '0435-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86659, 1146, '0435-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86660, 1146, '0435-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86661, 1146, '0435-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86662, 1146, '0435-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86663, 1146, '0436-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86664, 1146, '0436-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:40', '2023-09-12 17:11:40'),
(86665, 1146, '0436-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86666, 1146, '0436-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86667, 1146, '0436-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86668, 1146, '0436-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86669, 1146, '0436-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86670, 1146, '0436-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86671, 1146, '0436-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86672, 1146, '0436-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86673, 1146, '0436-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86674, 1146, '0436-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86675, 1146, '0437-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86676, 1146, '0437-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86677, 1146, '0437-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86678, 1146, '0437-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86679, 1146, '0437-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86680, 1146, '0437-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86681, 1146, '0437-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86682, 1146, '0437-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86683, 1146, '0437-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86684, 1146, '0437-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86685, 1146, '0437-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86686, 1146, '0437-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86687, 1146, '0438-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86688, 1146, '0438-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86689, 1146, '0438-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86690, 1146, '0438-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86691, 1146, '0438-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86692, 1146, '0438-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86693, 1146, '0438-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86694, 1146, '0438-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86695, 1146, '0438-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86696, 1146, '0438-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86697, 1146, '0438-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86698, 1146, '0438-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86699, 1146, '0439-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86700, 1146, '0439-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86701, 1146, '0439-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86702, 1146, '0439-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86703, 1146, '0439-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86704, 1146, '0439-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86705, 1146, '0439-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86706, 1146, '0439-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86707, 1146, '0439-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86708, 1146, '0439-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86709, 1146, '0439-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86710, 1146, '0439-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86711, 1146, '0440-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86712, 1146, '0440-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86713, 1146, '0440-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86714, 1146, '0440-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86715, 1146, '0440-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86716, 1146, '0440-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86717, 1146, '0440-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86718, 1146, '0440-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86719, 1146, '0440-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86720, 1146, '0440-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86721, 1146, '0440-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86722, 1146, '0440-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86723, 1146, '0441-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86724, 1146, '0441-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86725, 1146, '0441-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86726, 1146, '0441-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86727, 1146, '0441-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86728, 1146, '0441-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86729, 1146, '0441-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86730, 1146, '0441-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86731, 1146, '0441-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86732, 1146, '0441-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86733, 1146, '0441-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(86734, 1146, '0441-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86735, 1146, '0442-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86736, 1146, '0442-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86737, 1146, '0442-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86738, 1146, '0442-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86739, 1146, '0442-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86740, 1146, '0442-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86741, 1146, '0442-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86742, 1146, '0442-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86743, 1146, '0442-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86744, 1146, '0442-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86745, 1146, '0442-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86746, 1146, '0442-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86747, 1146, '0443-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86748, 1146, '0443-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86749, 1146, '0443-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86750, 1146, '0443-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86751, 1146, '0443-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86752, 1146, '0443-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86753, 1146, '0443-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86754, 1146, '0443-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86755, 1146, '0443-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86756, 1146, '0443-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86757, 1146, '0443-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86758, 1146, '0443-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86759, 1146, '0444-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86760, 1146, '0444-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86761, 1146, '0444-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86762, 1146, '0444-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86763, 1146, '0444-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86764, 1146, '0444-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86765, 1146, '0444-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86766, 1146, '0444-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86767, 1146, '0444-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86768, 1146, '0444-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86769, 1146, '0444-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86770, 1146, '0444-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86771, 1146, '0445-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86772, 1146, '0445-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86773, 1146, '0445-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86774, 1146, '0445-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86775, 1146, '0445-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86776, 1146, '0445-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86777, 1146, '0445-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86778, 1146, '0445-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86779, 1146, '0445-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86780, 1146, '0445-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86781, 1146, '0445-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86782, 1146, '0445-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86783, 1146, '0446-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86784, 1146, '0446-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86785, 1146, '0446-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86786, 1146, '0446-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86787, 1146, '0446-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86788, 1146, '0446-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86789, 1146, '0446-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86790, 1146, '0446-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86791, 1146, '0446-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86792, 1146, '0446-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86793, 1146, '0446-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86794, 1146, '0446-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86795, 1146, '0447-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86796, 1146, '0447-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86797, 1146, '0447-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86798, 1146, '0447-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86799, 1146, '0447-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86800, 1146, '0447-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86801, 1146, '0447-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86802, 1146, '0447-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86803, 1146, '0447-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86804, 1146, '0447-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86805, 1146, '0447-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86806, 1146, '0447-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86807, 1146, '0448-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86808, 1146, '0448-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86809, 1146, '0448-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86810, 1146, '0448-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86811, 1146, '0448-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86812, 1146, '0448-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86813, 1146, '0448-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86814, 1146, '0448-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86815, 1146, '0448-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86816, 1146, '0448-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86817, 1146, '0448-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86818, 1146, '0448-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86819, 1146, '0449-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86820, 1146, '0449-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86821, 1146, '0449-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86822, 1146, '0449-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86823, 1146, '0449-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86824, 1146, '0449-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86825, 1146, '0449-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86826, 1146, '0449-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86827, 1146, '0449-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86828, 1146, '0449-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86829, 1146, '0449-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86830, 1146, '0449-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86831, 1146, '0450-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86832, 1146, '0450-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86833, 1146, '0450-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86834, 1146, '0450-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86835, 1146, '0450-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86836, 1146, '0450-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86837, 1146, '0450-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86838, 1146, '0450-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86839, 1146, '0450-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86840, 1146, '0450-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86841, 1146, '0450-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86842, 1146, '0450-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86843, 1146, '0451-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86844, 1146, '0451-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86845, 1146, '0451-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86846, 1146, '0451-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86847, 1146, '0451-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86848, 1146, '0451-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86849, 1146, '0451-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86850, 1146, '0451-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86851, 1146, '0451-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86852, 1146, '0451-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86853, 1146, '0451-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86854, 1146, '0451-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86855, 1146, '0452-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86856, 1146, '0452-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86857, 1146, '0452-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86858, 1146, '0452-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86859, 1146, '0452-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86860, 1146, '0452-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86861, 1146, '0452-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86862, 1146, '0452-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86863, 1146, '0452-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86864, 1146, '0452-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86865, 1146, '0452-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86866, 1146, '0452-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86867, 1146, '0453-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86868, 1146, '0453-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86869, 1146, '0453-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86870, 1146, '0453-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86871, 1146, '0453-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86872, 1146, '0453-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86873, 1146, '0453-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86874, 1146, '0453-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86875, 1146, '0453-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86876, 1146, '0453-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86877, 1146, '0453-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86878, 1146, '0453-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86879, 1146, '0454-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86880, 1146, '0454-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86881, 1146, '0454-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86882, 1146, '0454-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86883, 1146, '0454-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86884, 1146, '0454-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86885, 1146, '0454-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86886, 1146, '0454-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86887, 1146, '0454-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86888, 1146, '0454-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86889, 1146, '0454-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86890, 1146, '0454-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86891, 1146, '0455-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86892, 1146, '0455-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86893, 1146, '0455-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86894, 1146, '0455-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86895, 1146, '0455-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86896, 1146, '0455-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86897, 1146, '0455-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86898, 1146, '0455-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86899, 1146, '0455-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86900, 1146, '0455-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86901, 1146, '0455-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86902, 1146, '0455-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86903, 1146, '0456-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86904, 1146, '0456-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86905, 1146, '0456-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86906, 1146, '0456-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86907, 1146, '0456-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86908, 1146, '0456-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86909, 1146, '0456-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86910, 1146, '0456-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86911, 1146, '0456-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86912, 1146, '0456-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86913, 1146, '0456-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86914, 1146, '0456-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86915, 1146, '0457-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86916, 1146, '0457-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86917, 1146, '0457-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86918, 1146, '0457-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86919, 1146, '0457-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86920, 1146, '0457-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86921, 1146, '0457-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86922, 1146, '0457-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86923, 1146, '0457-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86924, 1146, '0457-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86925, 1146, '0457-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86926, 1146, '0457-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86927, 1146, '0458-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86928, 1146, '0458-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86929, 1146, '0458-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86930, 1146, '0458-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86931, 1146, '0458-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86932, 1146, '0458-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86933, 1146, '0458-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86934, 1146, '0458-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86935, 1146, '0458-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86936, 1146, '0458-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86937, 1146, '0458-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86938, 1146, '0458-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86939, 1146, '0459-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86940, 1146, '0459-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86941, 1146, '0459-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86942, 1146, '0459-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86943, 1146, '0459-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86944, 1146, '0459-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86945, 1146, '0459-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86946, 1146, '0459-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86947, 1146, '0459-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86948, 1146, '0459-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86949, 1146, '0459-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86950, 1146, '0459-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86951, 1146, '0460-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86952, 1146, '0460-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86953, 1146, '0460-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86954, 1146, '0460-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86955, 1146, '0460-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86956, 1146, '0460-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86957, 1146, '0460-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86958, 1146, '0460-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86959, 1146, '0460-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86960, 1146, '0460-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86961, 1146, '0460-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86962, 1146, '0460-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86963, 1146, '0461-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86964, 1146, '0461-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86965, 1146, '0461-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86966, 1146, '0461-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86967, 1146, '0461-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86968, 1146, '0461-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86969, 1146, '0461-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86970, 1146, '0461-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86971, 1146, '0461-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86972, 1146, '0461-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86973, 1146, '0461-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86974, 1146, '0461-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86975, 1146, '0462-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86976, 1146, '0462-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86977, 1146, '0462-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86978, 1146, '0462-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86979, 1146, '0462-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86980, 1146, '0462-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86981, 1146, '0462-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86982, 1146, '0462-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86983, 1146, '0462-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86984, 1146, '0462-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86985, 1146, '0462-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86986, 1146, '0462-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86987, 1146, '0463-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86988, 1146, '0463-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86989, 1146, '0463-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86990, 1146, '0463-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86991, 1146, '0463-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86992, 1146, '0463-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86993, 1146, '0463-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86994, 1146, '0463-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86995, 1146, '0463-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86996, 1146, '0463-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86997, 1146, '0463-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86998, 1146, '0463-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(86999, 1146, '0464-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(87000, 1146, '0464-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(87001, 1146, '0464-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(87002, 1146, '0464-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(87003, 1146, '0464-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(87004, 1146, '0464-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(87005, 1146, '0464-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(87006, 1146, '0464-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(87007, 1146, '0464-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(87008, 1146, '0464-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(87009, 1146, '0464-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(87010, 1146, '0464-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(87011, 1146, '0465-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(87012, 1146, '0465-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(87013, 1146, '0465-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(87014, 1146, '0465-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(87015, 1146, '0465-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(87016, 1146, '0465-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(87017, 1146, '0465-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(87018, 1146, '0465-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(87019, 1146, '0465-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(87020, 1146, '0465-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(87021, 1146, '0465-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(87022, 1146, '0465-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(87023, 1146, '0466-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(87024, 1146, '0466-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(87025, 1146, '0466-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(87026, 1146, '0466-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(87027, 1146, '0466-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(87028, 1146, '0466-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(87029, 1146, '0466-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(87030, 1146, '0466-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(87031, 1146, '0466-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(87032, 1146, '0466-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(87033, 1146, '0466-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(87034, 1146, '0466-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(87035, 1146, '0467-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(87036, 1146, '0467-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(87037, 1146, '0467-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(87038, 1146, '0467-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(87039, 1146, '0467-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(87040, 1146, '0467-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(87041, 1146, '0467-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(87042, 1146, '0467-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(87043, 1146, '0467-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(87044, 1146, '0467-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(87045, 1146, '0467-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(87046, 1146, '0467-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(87047, 1146, '0468-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(87048, 1146, '0468-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(87049, 1146, '0468-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(87050, 1146, '0468-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(87051, 1146, '0468-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(87052, 1146, '0468-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(87053, 1146, '0468-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(87054, 1146, '0468-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(87055, 1146, '0468-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(87056, 1146, '0468-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(87057, 1146, '0468-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(87058, 1146, '0468-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(87059, 1146, '0469-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(87060, 1146, '0469-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(87061, 1146, '0469-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(87062, 1146, '0469-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(87063, 1146, '0469-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(87064, 1146, '0469-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(87065, 1146, '0469-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:41', '2023-09-12 17:11:41'),
(87066, 1146, '0469-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87067, 1146, '0469-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87068, 1146, '0469-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87069, 1146, '0469-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87070, 1146, '0469-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87071, 1146, '0470-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87072, 1146, '0470-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87073, 1146, '0470-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87074, 1146, '0470-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87075, 1146, '0470-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87076, 1146, '0470-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87077, 1146, '0470-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87078, 1146, '0470-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87079, 1146, '0470-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87080, 1146, '0470-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87081, 1146, '0470-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87082, 1146, '0470-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87083, 1146, '0471-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87084, 1146, '0471-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87085, 1146, '0471-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87086, 1146, '0471-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87087, 1146, '0471-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87088, 1146, '0471-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87089, 1146, '0471-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87090, 1146, '0471-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87091, 1146, '0471-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87092, 1146, '0471-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87093, 1146, '0471-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87094, 1146, '0471-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87095, 1146, '0472-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87096, 1146, '0472-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87097, 1146, '0472-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87098, 1146, '0472-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87099, 1146, '0472-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87100, 1146, '0472-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87101, 1146, '0472-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87102, 1146, '0472-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87103, 1146, '0472-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87104, 1146, '0472-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87105, 1146, '0472-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87106, 1146, '0472-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87107, 1146, '0473-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87108, 1146, '0473-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87109, 1146, '0473-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87110, 1146, '0473-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87111, 1146, '0473-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87112, 1146, '0473-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87113, 1146, '0473-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87114, 1146, '0473-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87115, 1146, '0473-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87116, 1146, '0473-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87117, 1146, '0473-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87118, 1146, '0473-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87119, 1146, '0474-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87120, 1146, '0474-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87121, 1146, '0474-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87122, 1146, '0474-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87123, 1146, '0474-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87124, 1146, '0474-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87125, 1146, '0474-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87126, 1146, '0474-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87127, 1146, '0474-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87128, 1146, '0474-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87129, 1146, '0474-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87130, 1146, '0474-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87131, 1146, '0475-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87132, 1146, '0475-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87133, 1146, '0475-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87134, 1146, '0475-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87135, 1146, '0475-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87136, 1146, '0475-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87137, 1146, '0475-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87138, 1146, '0475-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87139, 1146, '0475-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87140, 1146, '0475-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87141, 1146, '0475-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87142, 1146, '0475-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87143, 1146, '0476-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87144, 1146, '0476-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87145, 1146, '0476-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87146, 1146, '0476-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87147, 1146, '0476-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87148, 1146, '0476-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87149, 1146, '0476-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87150, 1146, '0476-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87151, 1146, '0476-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87152, 1146, '0476-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87153, 1146, '0476-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87154, 1146, '0476-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87155, 1146, '0477-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87156, 1146, '0477-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87157, 1146, '0477-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87158, 1146, '0477-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87159, 1146, '0477-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87160, 1146, '0477-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87161, 1146, '0477-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87162, 1146, '0477-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87163, 1146, '0477-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87164, 1146, '0477-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87165, 1146, '0477-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87166, 1146, '0477-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87167, 1146, '0478-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87168, 1146, '0478-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87169, 1146, '0478-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87170, 1146, '0478-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87171, 1146, '0478-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87172, 1146, '0478-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87173, 1146, '0478-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87174, 1146, '0478-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87175, 1146, '0478-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87176, 1146, '0478-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87177, 1146, '0478-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87178, 1146, '0478-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87179, 1146, '0479-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87180, 1146, '0479-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87181, 1146, '0479-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87182, 1146, '0479-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87183, 1146, '0479-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87184, 1146, '0479-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87185, 1146, '0479-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87186, 1146, '0479-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87187, 1146, '0479-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87188, 1146, '0479-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87189, 1146, '0479-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87190, 1146, '0479-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87191, 1146, '0480-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87192, 1146, '0480-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87193, 1146, '0480-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87194, 1146, '0480-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(87195, 1146, '0480-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87196, 1146, '0480-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87197, 1146, '0480-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87198, 1146, '0480-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87199, 1146, '0480-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87200, 1146, '0480-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87201, 1146, '0480-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87202, 1146, '0480-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87203, 1146, '0481-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87204, 1146, '0481-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87205, 1146, '0481-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87206, 1146, '0481-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87207, 1146, '0481-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87208, 1146, '0481-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87209, 1146, '0481-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87210, 1146, '0481-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87211, 1146, '0481-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87212, 1146, '0481-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87213, 1146, '0481-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87214, 1146, '0481-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87215, 1146, '0482-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87216, 1146, '0482-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87217, 1146, '0482-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87218, 1146, '0482-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87219, 1146, '0482-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87220, 1146, '0482-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87221, 1146, '0482-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87222, 1146, '0482-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87223, 1146, '0482-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87224, 1146, '0482-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87225, 1146, '0482-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87226, 1146, '0482-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87227, 1146, '0483-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87228, 1146, '0483-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87229, 1146, '0483-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87230, 1146, '0483-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87231, 1146, '0483-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87232, 1146, '0483-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87233, 1146, '0483-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87234, 1146, '0483-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87235, 1146, '0483-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87236, 1146, '0483-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87237, 1146, '0483-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87238, 1146, '0483-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87239, 1146, '0484-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87240, 1146, '0484-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87241, 1146, '0484-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87242, 1146, '0484-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87243, 1146, '0484-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87244, 1146, '0484-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87245, 1146, '0484-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87246, 1146, '0484-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87247, 1146, '0484-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87248, 1146, '0484-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87249, 1146, '0484-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87250, 1146, '0484-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87251, 1146, '0485-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87252, 1146, '0485-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87253, 1146, '0485-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87254, 1146, '0485-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87255, 1146, '0485-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87256, 1146, '0485-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87257, 1146, '0485-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87258, 1146, '0485-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87259, 1146, '0485-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87260, 1146, '0485-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87261, 1146, '0485-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87262, 1146, '0485-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87263, 1146, '0486-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87264, 1146, '0486-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87265, 1146, '0486-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87266, 1146, '0486-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87267, 1146, '0486-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87268, 1146, '0486-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87269, 1146, '0486-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87270, 1146, '0486-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87271, 1146, '0486-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87272, 1146, '0486-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87273, 1146, '0486-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87274, 1146, '0486-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87275, 1146, '0487-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87276, 1146, '0487-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87277, 1146, '0487-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87278, 1146, '0487-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87279, 1146, '0487-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87280, 1146, '0487-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87281, 1146, '0487-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87282, 1146, '0487-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87283, 1146, '0487-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87284, 1146, '0487-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87285, 1146, '0487-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87286, 1146, '0487-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87287, 1146, '0488-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87288, 1146, '0488-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87289, 1146, '0488-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87290, 1146, '0488-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87291, 1146, '0488-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87292, 1146, '0488-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87293, 1146, '0488-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87294, 1146, '0488-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87295, 1146, '0488-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87296, 1146, '0488-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87297, 1146, '0488-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87298, 1146, '0488-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87299, 1146, '0489-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87300, 1146, '0489-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87301, 1146, '0489-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87302, 1146, '0489-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87303, 1146, '0489-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87304, 1146, '0489-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87305, 1146, '0489-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87306, 1146, '0489-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87307, 1146, '0489-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87308, 1146, '0489-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87309, 1146, '0489-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87310, 1146, '0489-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87311, 1146, '0490-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87312, 1146, '0490-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87313, 1146, '0490-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87314, 1146, '0490-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87315, 1146, '0490-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87316, 1146, '0490-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87317, 1146, '0490-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87318, 1146, '0490-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87319, 1146, '0490-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87320, 1146, '0490-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87321, 1146, '0490-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87322, 1146, '0490-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87323, 1146, '0491-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87324, 1146, '0491-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87325, 1146, '0491-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87326, 1146, '0491-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87327, 1146, '0491-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87328, 1146, '0491-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87329, 1146, '0491-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87330, 1146, '0491-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87331, 1146, '0491-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87332, 1146, '0491-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87333, 1146, '0491-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87334, 1146, '0491-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87335, 1146, '0492-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87336, 1146, '0492-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87337, 1146, '0492-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87338, 1146, '0492-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87339, 1146, '0492-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87340, 1146, '0492-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87341, 1146, '0492-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87342, 1146, '0492-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87343, 1146, '0492-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87344, 1146, '0492-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87345, 1146, '0492-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87346, 1146, '0492-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87347, 1146, '0493-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87348, 1146, '0493-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87349, 1146, '0493-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87350, 1146, '0493-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87351, 1146, '0493-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87352, 1146, '0493-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87353, 1146, '0493-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87354, 1146, '0493-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87355, 1146, '0493-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87356, 1146, '0493-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87357, 1146, '0493-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87358, 1146, '0493-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87359, 1146, '0494-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87360, 1146, '0494-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87361, 1146, '0494-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87362, 1146, '0494-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87363, 1146, '0494-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87364, 1146, '0494-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87365, 1146, '0494-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87366, 1146, '0494-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87367, 1146, '0494-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87368, 1146, '0494-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87369, 1146, '0494-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87370, 1146, '0494-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87371, 1146, '0495-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87372, 1146, '0495-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87373, 1146, '0495-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87374, 1146, '0495-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87375, 1146, '0495-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87376, 1146, '0495-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87377, 1146, '0495-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87378, 1146, '0495-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87379, 1146, '0495-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87380, 1146, '0495-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87381, 1146, '0495-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87382, 1146, '0495-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87383, 1146, '0496-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87384, 1146, '0496-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87385, 1146, '0496-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87386, 1146, '0496-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87387, 1146, '0496-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87388, 1146, '0496-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87389, 1146, '0496-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87390, 1146, '0496-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87391, 1146, '0496-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87392, 1146, '0496-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87393, 1146, '0496-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87394, 1146, '0496-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87395, 1146, '0497-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87396, 1146, '0497-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87397, 1146, '0497-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87398, 1146, '0497-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87399, 1146, '0497-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87400, 1146, '0497-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87401, 1146, '0497-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87402, 1146, '0497-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87403, 1146, '0497-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87404, 1146, '0497-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87405, 1146, '0497-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87406, 1146, '0497-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87407, 1146, '0498-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87408, 1146, '0498-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87409, 1146, '0498-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87410, 1146, '0498-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87411, 1146, '0498-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87412, 1146, '0498-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87413, 1146, '0498-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87414, 1146, '0498-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87415, 1146, '0498-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87416, 1146, '0498-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87417, 1146, '0498-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87418, 1146, '0498-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87419, 1146, '0499-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87420, 1146, '0499-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87421, 1146, '0499-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87422, 1146, '0499-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87423, 1146, '0499-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87424, 1146, '0499-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87425, 1146, '0499-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87426, 1146, '0499-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87427, 1146, '0499-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87428, 1146, '0499-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87429, 1146, '0499-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87430, 1146, '0499-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87431, 1146, '0500-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87432, 1146, '0500-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87433, 1146, '0500-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87434, 1146, '0500-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87435, 1146, '0500-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87436, 1146, '0500-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87437, 1146, '0500-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87438, 1146, '0500-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87439, 1146, '0500-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87440, 1146, '0500-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87441, 1146, '0500-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87442, 1146, '0500-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87443, 1146, '0501-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87444, 1146, '0501-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87445, 1146, '0501-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87446, 1146, '0501-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87447, 1146, '0501-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87448, 1146, '0501-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87449, 1146, '0501-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87450, 1146, '0501-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87451, 1146, '0501-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87452, 1146, '0501-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87453, 1146, '0501-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87454, 1146, '0501-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87455, 1146, '0502-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87456, 1146, '0502-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87457, 1146, '0502-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87458, 1146, '0502-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87459, 1146, '0502-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87460, 1146, '0502-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87461, 1146, '0502-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87462, 1146, '0502-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87463, 1146, '0502-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87464, 1146, '0502-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87465, 1146, '0502-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87466, 1146, '0502-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87467, 1146, '0503-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87468, 1146, '0503-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87469, 1146, '0503-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87470, 1146, '0503-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87471, 1146, '0503-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87472, 1146, '0503-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:42', '2023-09-12 17:11:42'),
(87473, 1146, '0503-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87474, 1146, '0503-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87475, 1146, '0503-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87476, 1146, '0503-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87477, 1146, '0503-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87478, 1146, '0503-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87479, 1146, '0504-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87480, 1146, '0504-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87481, 1146, '0504-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87482, 1146, '0504-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87483, 1146, '0504-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87484, 1146, '0504-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87485, 1146, '0504-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87486, 1146, '0504-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87487, 1146, '0504-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87488, 1146, '0504-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87489, 1146, '0504-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87490, 1146, '0504-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87491, 1146, '0505-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87492, 1146, '0505-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87493, 1146, '0505-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87494, 1146, '0505-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87495, 1146, '0505-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87496, 1146, '0505-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87497, 1146, '0505-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87498, 1146, '0505-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87499, 1146, '0505-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87500, 1146, '0505-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87501, 1146, '0505-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87502, 1146, '0505-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87503, 1146, '0506-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87504, 1146, '0506-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87505, 1146, '0506-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87506, 1146, '0506-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87507, 1146, '0506-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87508, 1146, '0506-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87509, 1146, '0506-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87510, 1146, '0506-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87511, 1146, '0506-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87512, 1146, '0506-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87513, 1146, '0506-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87514, 1146, '0506-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87515, 1146, '0507-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87516, 1146, '0507-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87517, 1146, '0507-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87518, 1146, '0507-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87519, 1146, '0507-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87520, 1146, '0507-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87521, 1146, '0507-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87522, 1146, '0507-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87523, 1146, '0507-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87524, 1146, '0507-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87525, 1146, '0507-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87526, 1146, '0507-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87527, 1146, '0508-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87528, 1146, '0508-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87529, 1146, '0508-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87530, 1146, '0508-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87531, 1146, '0508-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87532, 1146, '0508-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87533, 1146, '0508-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87534, 1146, '0508-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87535, 1146, '0508-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87536, 1146, '0508-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87537, 1146, '0508-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87538, 1146, '0508-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87539, 1146, '0509-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87540, 1146, '0509-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87541, 1146, '0509-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87542, 1146, '0509-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87543, 1146, '0509-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87544, 1146, '0509-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87545, 1146, '0509-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87546, 1146, '0509-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87547, 1146, '0509-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87548, 1146, '0509-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87549, 1146, '0509-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87550, 1146, '0509-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87551, 1146, '0510-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87552, 1146, '0510-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87553, 1146, '0510-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87554, 1146, '0510-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87555, 1146, '0510-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87556, 1146, '0510-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87557, 1146, '0510-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87558, 1146, '0510-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87559, 1146, '0510-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87560, 1146, '0510-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87561, 1146, '0510-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87562, 1146, '0510-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87563, 1146, '0511-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87564, 1146, '0511-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87565, 1146, '0511-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87566, 1146, '0511-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87567, 1146, '0511-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87568, 1146, '0511-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87569, 1146, '0511-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87570, 1146, '0511-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87571, 1146, '0511-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87572, 1146, '0511-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87573, 1146, '0511-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87574, 1146, '0511-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87575, 1146, '0512-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87576, 1146, '0512-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87577, 1146, '0512-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87578, 1146, '0512-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87579, 1146, '0512-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87580, 1146, '0512-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87581, 1146, '0512-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87582, 1146, '0512-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87583, 1146, '0512-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87584, 1146, '0512-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87585, 1146, '0512-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87586, 1146, '0512-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87587, 1146, '0513-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87588, 1146, '0513-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87589, 1146, '0513-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87590, 1146, '0513-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87591, 1146, '0513-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87592, 1146, '0513-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87593, 1146, '0513-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87594, 1146, '0513-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87595, 1146, '0513-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87596, 1146, '0513-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87597, 1146, '0513-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87598, 1146, '0513-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87599, 1146, '0514-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87600, 1146, '0514-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87601, 1146, '0514-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87602, 1146, '0514-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87603, 1146, '0514-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87604, 1146, '0514-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87605, 1146, '0514-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87606, 1146, '0514-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87607, 1146, '0514-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87608, 1146, '0514-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87609, 1146, '0514-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87610, 1146, '0514-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87611, 1146, '0515-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87612, 1146, '0515-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87613, 1146, '0515-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87614, 1146, '0515-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87615, 1146, '0515-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87616, 1146, '0515-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87617, 1146, '0515-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87618, 1146, '0515-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87619, 1146, '0515-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87620, 1146, '0515-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87621, 1146, '0515-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87622, 1146, '0515-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87623, 1146, '0516-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87624, 1146, '0516-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87625, 1146, '0516-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87626, 1146, '0516-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87627, 1146, '0516-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87628, 1146, '0516-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87629, 1146, '0516-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87630, 1146, '0516-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87631, 1146, '0516-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87632, 1146, '0516-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87633, 1146, '0516-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87634, 1146, '0516-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87635, 1146, '0517-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87636, 1146, '0517-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87637, 1146, '0517-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87638, 1146, '0517-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87639, 1146, '0517-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87640, 1146, '0517-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87641, 1146, '0517-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87642, 1146, '0517-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87643, 1146, '0517-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87644, 1146, '0517-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87645, 1146, '0517-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87646, 1146, '0517-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87647, 1146, '0518-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87648, 1146, '0518-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87649, 1146, '0518-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87650, 1146, '0518-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87651, 1146, '0518-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87652, 1146, '0518-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87653, 1146, '0518-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87654, 1146, '0518-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87655, 1146, '0518-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(87656, 1146, '0518-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87657, 1146, '0518-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87658, 1146, '0518-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87659, 1146, '0519-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87660, 1146, '0519-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87661, 1146, '0519-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87662, 1146, '0519-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87663, 1146, '0519-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87664, 1146, '0519-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87665, 1146, '0519-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87666, 1146, '0519-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87667, 1146, '0519-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87668, 1146, '0519-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87669, 1146, '0519-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87670, 1146, '0519-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87671, 1146, '0520-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87672, 1146, '0520-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87673, 1146, '0520-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87674, 1146, '0520-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87675, 1146, '0520-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87676, 1146, '0520-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87677, 1146, '0520-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87678, 1146, '0520-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87679, 1146, '0520-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87680, 1146, '0520-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87681, 1146, '0520-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87682, 1146, '0520-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87683, 1146, '0521-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87684, 1146, '0521-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87685, 1146, '0521-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87686, 1146, '0521-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87687, 1146, '0521-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87688, 1146, '0521-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87689, 1146, '0521-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87690, 1146, '0521-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87691, 1146, '0521-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87692, 1146, '0521-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87693, 1146, '0521-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87694, 1146, '0521-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87695, 1146, '0522-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87696, 1146, '0522-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87697, 1146, '0522-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87698, 1146, '0522-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87699, 1146, '0522-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87700, 1146, '0522-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87701, 1146, '0522-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87702, 1146, '0522-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87703, 1146, '0522-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87704, 1146, '0522-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87705, 1146, '0522-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87706, 1146, '0522-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87707, 1146, '0523-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87708, 1146, '0523-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87709, 1146, '0523-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87710, 1146, '0523-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87711, 1146, '0523-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87712, 1146, '0523-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87713, 1146, '0523-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87714, 1146, '0523-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87715, 1146, '0523-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87716, 1146, '0523-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87717, 1146, '0523-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87718, 1146, '0523-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87719, 1146, '0524-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87720, 1146, '0524-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87721, 1146, '0524-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87722, 1146, '0524-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87723, 1146, '0524-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87724, 1146, '0524-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87725, 1146, '0524-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87726, 1146, '0524-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87727, 1146, '0524-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87728, 1146, '0524-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87729, 1146, '0524-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87730, 1146, '0524-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87731, 1146, '0525-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87732, 1146, '0525-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87733, 1146, '0525-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87734, 1146, '0525-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87735, 1146, '0525-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87736, 1146, '0525-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87737, 1146, '0525-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87738, 1146, '0525-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87739, 1146, '0525-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87740, 1146, '0525-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87741, 1146, '0525-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87742, 1146, '0525-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87743, 1146, '0526-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87744, 1146, '0526-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87745, 1146, '0526-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87746, 1146, '0526-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87747, 1146, '0526-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87748, 1146, '0526-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87749, 1146, '0526-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87750, 1146, '0526-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87751, 1146, '0526-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87752, 1146, '0526-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87753, 1146, '0526-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87754, 1146, '0526-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87755, 1146, '0527-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87756, 1146, '0527-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87757, 1146, '0527-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87758, 1146, '0527-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87759, 1146, '0527-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87760, 1146, '0527-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87761, 1146, '0527-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87762, 1146, '0527-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87763, 1146, '0527-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87764, 1146, '0527-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87765, 1146, '0527-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87766, 1146, '0527-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87767, 1146, '0528-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87768, 1146, '0528-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87769, 1146, '0528-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87770, 1146, '0528-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87771, 1146, '0528-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87772, 1146, '0528-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87773, 1146, '0528-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87774, 1146, '0528-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87775, 1146, '0528-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87776, 1146, '0528-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87777, 1146, '0528-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87778, 1146, '0528-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87779, 1146, '0529-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87780, 1146, '0529-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87781, 1146, '0529-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87782, 1146, '0529-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87783, 1146, '0529-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87784, 1146, '0529-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87785, 1146, '0529-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87786, 1146, '0529-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87787, 1146, '0529-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87788, 1146, '0529-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87789, 1146, '0529-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87790, 1146, '0529-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87791, 1146, '0530-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87792, 1146, '0530-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87793, 1146, '0530-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87794, 1146, '0530-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87795, 1146, '0530-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87796, 1146, '0530-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87797, 1146, '0530-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87798, 1146, '0530-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87799, 1146, '0530-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87800, 1146, '0530-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87801, 1146, '0530-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87802, 1146, '0530-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87803, 1146, '0531-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87804, 1146, '0531-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87805, 1146, '0531-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87806, 1146, '0531-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87807, 1146, '0531-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87808, 1146, '0531-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87809, 1146, '0531-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87810, 1146, '0531-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87811, 1146, '0531-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87812, 1146, '0531-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87813, 1146, '0531-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87814, 1146, '0531-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87815, 1146, '0532-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87816, 1146, '0532-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87817, 1146, '0532-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87818, 1146, '0532-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87819, 1146, '0532-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87820, 1146, '0532-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87821, 1146, '0532-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87822, 1146, '0532-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87823, 1146, '0532-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87824, 1146, '0532-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87825, 1146, '0532-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87826, 1146, '0532-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87827, 1146, '0533-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87828, 1146, '0533-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87829, 1146, '0533-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87830, 1146, '0533-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87831, 1146, '0533-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87832, 1146, '0533-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87833, 1146, '0533-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87834, 1146, '0533-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87835, 1146, '0533-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87836, 1146, '0533-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87837, 1146, '0533-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87838, 1146, '0533-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87839, 1146, '0534-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87840, 1146, '0534-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87841, 1146, '0534-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87842, 1146, '0534-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87843, 1146, '0534-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87844, 1146, '0534-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87845, 1146, '0534-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87846, 1146, '0534-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87847, 1146, '0534-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87848, 1146, '0534-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87849, 1146, '0534-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87850, 1146, '0534-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87851, 1146, '0535-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87852, 1146, '0535-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87853, 1146, '0535-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87854, 1146, '0535-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87855, 1146, '0535-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87856, 1146, '0535-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87857, 1146, '0535-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87858, 1146, '0535-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87859, 1146, '0535-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87860, 1146, '0535-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87861, 1146, '0535-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87862, 1146, '0535-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87863, 1146, '0536-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87864, 1146, '0536-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87865, 1146, '0536-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87866, 1146, '0536-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87867, 1146, '0536-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87868, 1146, '0536-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87869, 1146, '0536-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87870, 1146, '0536-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87871, 1146, '0536-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87872, 1146, '0536-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87873, 1146, '0536-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:43', '2023-09-12 17:11:43'),
(87874, 1146, '0536-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(87875, 1146, '0537-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(87876, 1146, '0537-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(87877, 1146, '0537-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(87878, 1146, '0537-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(87879, 1146, '0537-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(87880, 1146, '0537-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(87881, 1146, '0537-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(87882, 1146, '0537-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(87883, 1146, '0537-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(87884, 1146, '0537-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(87885, 1146, '0537-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(87886, 1146, '0537-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(87887, 1146, '0538-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(87888, 1146, '0538-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(87889, 1146, '0538-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(87890, 1146, '0538-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(87891, 1146, '0538-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(87892, 1146, '0538-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(87893, 1146, '0538-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(87894, 1146, '0538-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(87895, 1146, '0538-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(87896, 1146, '0538-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(87897, 1146, '0538-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(87898, 1146, '0538-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(87899, 1146, '0539-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(87900, 1146, '0539-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(87901, 1146, '0539-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(87902, 1146, '0539-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(87903, 1146, '0539-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(87904, 1146, '0539-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(87905, 1146, '0539-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(87906, 1146, '0539-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(87907, 1146, '0539-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(87908, 1146, '0539-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(87909, 1146, '0539-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(87910, 1146, '0539-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(87911, 1146, '0540-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(87912, 1146, '0540-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(87913, 1146, '0540-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(87914, 1146, '0540-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(87915, 1146, '0540-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(87916, 1146, '0540-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(87917, 1146, '0540-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(87918, 1146, '0540-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(87919, 1146, '0540-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(87920, 1146, '0540-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(87921, 1146, '0540-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(87922, 1146, '0540-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(87923, 1146, '0541-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(87924, 1146, '0541-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(87925, 1146, '0541-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(87926, 1146, '0541-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(87927, 1146, '0541-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(87928, 1146, '0541-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(87929, 1146, '0541-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(87930, 1146, '0541-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(87931, 1146, '0541-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(87932, 1146, '0541-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(87933, 1146, '0541-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(87934, 1146, '0541-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(87935, 1146, '0542-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(87936, 1146, '0542-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(87937, 1146, '0542-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(87938, 1146, '0542-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(87939, 1146, '0542-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(87940, 1146, '0542-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(87941, 1146, '0542-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(87942, 1146, '0542-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(87943, 1146, '0542-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(87944, 1146, '0542-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(87945, 1146, '0542-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(87946, 1146, '0542-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(87947, 1146, '0543-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(87948, 1146, '0543-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(87949, 1146, '0543-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(87950, 1146, '0543-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(87951, 1146, '0543-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(87952, 1146, '0543-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(87953, 1146, '0543-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(87954, 1146, '0543-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(87955, 1146, '0543-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(87956, 1146, '0543-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(87957, 1146, '0543-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(87958, 1146, '0543-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(87959, 1146, '0544-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(87960, 1146, '0544-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(87961, 1146, '0544-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(87962, 1146, '0544-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(87963, 1146, '0544-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(87964, 1146, '0544-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(87965, 1146, '0544-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(87966, 1146, '0544-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(87967, 1146, '0544-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(87968, 1146, '0544-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(87969, 1146, '0544-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(87970, 1146, '0544-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(87971, 1146, '0545-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(87972, 1146, '0545-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(87973, 1146, '0545-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(87974, 1146, '0545-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(87975, 1146, '0545-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(87976, 1146, '0545-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(87977, 1146, '0545-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(87978, 1146, '0545-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(87979, 1146, '0545-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(87980, 1146, '0545-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(87981, 1146, '0545-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(87982, 1146, '0545-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(87983, 1146, '0546-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(87984, 1146, '0546-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(87985, 1146, '0546-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(87986, 1146, '0546-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(87987, 1146, '0546-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(87988, 1146, '0546-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(87989, 1146, '0546-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(87990, 1146, '0546-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(87991, 1146, '0546-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(87992, 1146, '0546-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(87993, 1146, '0546-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(87994, 1146, '0546-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(87995, 1146, '0547-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(87996, 1146, '0547-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(87997, 1146, '0547-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(87998, 1146, '0547-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(87999, 1146, '0547-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88000, 1146, '0547-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88001, 1146, '0547-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88002, 1146, '0547-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88003, 1146, '0547-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88004, 1146, '0547-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88005, 1146, '0547-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88006, 1146, '0547-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88007, 1146, '0548-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88008, 1146, '0548-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88009, 1146, '0548-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88010, 1146, '0548-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88011, 1146, '0548-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88012, 1146, '0548-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88013, 1146, '0548-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88014, 1146, '0548-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88015, 1146, '0548-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88016, 1146, '0548-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88017, 1146, '0548-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88018, 1146, '0548-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88019, 1146, '0549-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88020, 1146, '0549-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88021, 1146, '0549-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88022, 1146, '0549-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88023, 1146, '0549-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88024, 1146, '0549-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88025, 1146, '0549-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88026, 1146, '0549-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88027, 1146, '0549-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88028, 1146, '0549-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88029, 1146, '0549-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88030, 1146, '0549-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88031, 1146, '0550-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88032, 1146, '0550-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88033, 1146, '0550-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88034, 1146, '0550-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88035, 1146, '0550-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88036, 1146, '0550-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88037, 1146, '0550-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88038, 1146, '0550-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88039, 1146, '0550-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88040, 1146, '0550-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88041, 1146, '0550-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88042, 1146, '0550-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88043, 1146, '0551-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88044, 1146, '0551-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88045, 1146, '0551-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88046, 1146, '0551-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88047, 1146, '0551-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88048, 1146, '0551-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88049, 1146, '0551-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88050, 1146, '0551-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88051, 1146, '0551-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88052, 1146, '0551-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88053, 1146, '0551-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88054, 1146, '0551-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88055, 1146, '0552-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88056, 1146, '0552-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88057, 1146, '0552-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88058, 1146, '0552-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88059, 1146, '0552-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88060, 1146, '0552-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88061, 1146, '0552-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88062, 1146, '0552-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88063, 1146, '0552-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88064, 1146, '0552-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88065, 1146, '0552-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88066, 1146, '0552-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88067, 1146, '0553-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88068, 1146, '0553-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88069, 1146, '0553-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88070, 1146, '0553-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88071, 1146, '0553-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88072, 1146, '0553-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88073, 1146, '0553-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88074, 1146, '0553-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88075, 1146, '0553-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88076, 1146, '0553-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88077, 1146, '0553-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88078, 1146, '0553-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88079, 1146, '0554-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88080, 1146, '0554-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88081, 1146, '0554-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88082, 1146, '0554-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88083, 1146, '0554-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88084, 1146, '0554-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88085, 1146, '0554-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88086, 1146, '0554-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88087, 1146, '0554-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88088, 1146, '0554-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88089, 1146, '0554-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88090, 1146, '0554-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88091, 1146, '0555-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88092, 1146, '0555-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88093, 1146, '0555-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88094, 1146, '0555-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88095, 1146, '0555-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88096, 1146, '0555-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88097, 1146, '0555-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88098, 1146, '0555-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88099, 1146, '0555-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88100, 1146, '0555-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88101, 1146, '0555-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88102, 1146, '0555-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88103, 1146, '0556-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88104, 1146, '0556-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88105, 1146, '0556-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88106, 1146, '0556-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88107, 1146, '0556-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88108, 1146, '0556-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88109, 1146, '0556-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88110, 1146, '0556-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88111, 1146, '0556-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88112, 1146, '0556-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88113, 1146, '0556-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88114, 1146, '0556-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88115, 1146, '0557-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88116, 1146, '0557-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(88117, 1146, '0557-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88118, 1146, '0557-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88119, 1146, '0557-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88120, 1146, '0557-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88121, 1146, '0557-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88122, 1146, '0557-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88123, 1146, '0557-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88124, 1146, '0557-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88125, 1146, '0557-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88126, 1146, '0557-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88127, 1146, '0558-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88128, 1146, '0558-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88129, 1146, '0558-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88130, 1146, '0558-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88131, 1146, '0558-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88132, 1146, '0558-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88133, 1146, '0558-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88134, 1146, '0558-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88135, 1146, '0558-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88136, 1146, '0558-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88137, 1146, '0558-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88138, 1146, '0558-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88139, 1146, '0559-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88140, 1146, '0559-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88141, 1146, '0559-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88142, 1146, '0559-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88143, 1146, '0559-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88144, 1146, '0559-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88145, 1146, '0559-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88146, 1146, '0559-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88147, 1146, '0559-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88148, 1146, '0559-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88149, 1146, '0559-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88150, 1146, '0559-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88151, 1146, '0560-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88152, 1146, '0560-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88153, 1146, '0560-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88154, 1146, '0560-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88155, 1146, '0560-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88156, 1146, '0560-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88157, 1146, '0560-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88158, 1146, '0560-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88159, 1146, '0560-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88160, 1146, '0560-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88161, 1146, '0560-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88162, 1146, '0560-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88163, 1146, '0561-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88164, 1146, '0561-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88165, 1146, '0561-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88166, 1146, '0561-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88167, 1146, '0561-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88168, 1146, '0561-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88169, 1146, '0561-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88170, 1146, '0561-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88171, 1146, '0561-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88172, 1146, '0561-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88173, 1146, '0561-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88174, 1146, '0561-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88175, 1146, '0562-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88176, 1146, '0562-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88177, 1146, '0562-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88178, 1146, '0562-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88179, 1146, '0562-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88180, 1146, '0562-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88181, 1146, '0562-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88182, 1146, '0562-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88183, 1146, '0562-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88184, 1146, '0562-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88185, 1146, '0562-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88186, 1146, '0562-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88187, 1146, '0563-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88188, 1146, '0563-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88189, 1146, '0563-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88190, 1146, '0563-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88191, 1146, '0563-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88192, 1146, '0563-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88193, 1146, '0563-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88194, 1146, '0563-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88195, 1146, '0563-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88196, 1146, '0563-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88197, 1146, '0563-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88198, 1146, '0563-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88199, 1146, '0564-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88200, 1146, '0564-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88201, 1146, '0564-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88202, 1146, '0564-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88203, 1146, '0564-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88204, 1146, '0564-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88205, 1146, '0564-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88206, 1146, '0564-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88207, 1146, '0564-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88208, 1146, '0564-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88209, 1146, '0564-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88210, 1146, '0564-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88211, 1146, '0565-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88212, 1146, '0565-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88213, 1146, '0565-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88214, 1146, '0565-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88215, 1146, '0565-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88216, 1146, '0565-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88217, 1146, '0565-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88218, 1146, '0565-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88219, 1146, '0565-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88220, 1146, '0565-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88221, 1146, '0565-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88222, 1146, '0565-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88223, 1146, '0566-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88224, 1146, '0566-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88225, 1146, '0566-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88226, 1146, '0566-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88227, 1146, '0566-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88228, 1146, '0566-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88229, 1146, '0566-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88230, 1146, '0566-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88231, 1146, '0566-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88232, 1146, '0566-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88233, 1146, '0566-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88234, 1146, '0566-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88235, 1146, '0567-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88236, 1146, '0567-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88237, 1146, '0567-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88238, 1146, '0567-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88239, 1146, '0567-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88240, 1146, '0567-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88241, 1146, '0567-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88242, 1146, '0567-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88243, 1146, '0567-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88244, 1146, '0567-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88245, 1146, '0567-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88246, 1146, '0567-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88247, 1146, '0568-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88248, 1146, '0568-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88249, 1146, '0568-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88250, 1146, '0568-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88251, 1146, '0568-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88252, 1146, '0568-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88253, 1146, '0568-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88254, 1146, '0568-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88255, 1146, '0568-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88256, 1146, '0568-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88257, 1146, '0568-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88258, 1146, '0568-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88259, 1146, '0569-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:44', '2023-09-12 17:11:44'),
(88260, 1146, '0569-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88261, 1146, '0569-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88262, 1146, '0569-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88263, 1146, '0569-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88264, 1146, '0569-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88265, 1146, '0569-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88266, 1146, '0569-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88267, 1146, '0569-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88268, 1146, '0569-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88269, 1146, '0569-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88270, 1146, '0569-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88271, 1146, '0570-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88272, 1146, '0570-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88273, 1146, '0570-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88274, 1146, '0570-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88275, 1146, '0570-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88276, 1146, '0570-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88277, 1146, '0570-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88278, 1146, '0570-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88279, 1146, '0570-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88280, 1146, '0570-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88281, 1146, '0570-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88282, 1146, '0570-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88283, 1146, '0571-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88284, 1146, '0571-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88285, 1146, '0571-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88286, 1146, '0571-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88287, 1146, '0571-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88288, 1146, '0571-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88289, 1146, '0571-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88290, 1146, '0571-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88291, 1146, '0571-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88292, 1146, '0571-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88293, 1146, '0571-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88294, 1146, '0571-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88295, 1146, '0572-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88296, 1146, '0572-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88297, 1146, '0572-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88298, 1146, '0572-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88299, 1146, '0572-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88300, 1146, '0572-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88301, 1146, '0572-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88302, 1146, '0572-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88303, 1146, '0572-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88304, 1146, '0572-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88305, 1146, '0572-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88306, 1146, '0572-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88307, 1146, '0573-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88308, 1146, '0573-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88309, 1146, '0573-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88310, 1146, '0573-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88311, 1146, '0573-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88312, 1146, '0573-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88313, 1146, '0573-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88314, 1146, '0573-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88315, 1146, '0573-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88316, 1146, '0573-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88317, 1146, '0573-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88318, 1146, '0573-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88319, 1146, '0574-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88320, 1146, '0574-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88321, 1146, '0574-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88322, 1146, '0574-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88323, 1146, '0574-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88324, 1146, '0574-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88325, 1146, '0574-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88326, 1146, '0574-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88327, 1146, '0574-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88328, 1146, '0574-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88329, 1146, '0574-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88330, 1146, '0574-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88331, 1146, '0575-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88332, 1146, '0575-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88333, 1146, '0575-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88334, 1146, '0575-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88335, 1146, '0575-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88336, 1146, '0575-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88337, 1146, '0575-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88338, 1146, '0575-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88339, 1146, '0575-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88340, 1146, '0575-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88341, 1146, '0575-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88342, 1146, '0575-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88343, 1146, '0576-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88344, 1146, '0576-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88345, 1146, '0576-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88346, 1146, '0576-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88347, 1146, '0576-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88348, 1146, '0576-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88349, 1146, '0576-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88350, 1146, '0576-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88351, 1146, '0576-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88352, 1146, '0576-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88353, 1146, '0576-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88354, 1146, '0576-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88355, 1146, '0577-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88356, 1146, '0577-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88357, 1146, '0577-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88358, 1146, '0577-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88359, 1146, '0577-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88360, 1146, '0577-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88361, 1146, '0577-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88362, 1146, '0577-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88363, 1146, '0577-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88364, 1146, '0577-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88365, 1146, '0577-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88366, 1146, '0577-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88367, 1146, '0578-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88368, 1146, '0578-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88369, 1146, '0578-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88370, 1146, '0578-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88371, 1146, '0578-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88372, 1146, '0578-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88373, 1146, '0578-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88374, 1146, '0578-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88375, 1146, '0578-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88376, 1146, '0578-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88377, 1146, '0578-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88378, 1146, '0578-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88379, 1146, '0579-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88380, 1146, '0579-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88381, 1146, '0579-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88382, 1146, '0579-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88383, 1146, '0579-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88384, 1146, '0579-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88385, 1146, '0579-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88386, 1146, '0579-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88387, 1146, '0579-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88388, 1146, '0579-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88389, 1146, '0579-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88390, 1146, '0579-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88391, 1146, '0580-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88392, 1146, '0580-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88393, 1146, '0580-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88394, 1146, '0580-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88395, 1146, '0580-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88396, 1146, '0580-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88397, 1146, '0580-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88398, 1146, '0580-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88399, 1146, '0580-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88400, 1146, '0580-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88401, 1146, '0580-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88402, 1146, '0580-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88403, 1146, '0581-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88404, 1146, '0581-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88405, 1146, '0581-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88406, 1146, '0581-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88407, 1146, '0581-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88408, 1146, '0581-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88409, 1146, '0581-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88410, 1146, '0581-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88411, 1146, '0581-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88412, 1146, '0581-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88413, 1146, '0581-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88414, 1146, '0581-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88415, 1146, '0582-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88416, 1146, '0582-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88417, 1146, '0582-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88418, 1146, '0582-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88419, 1146, '0582-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88420, 1146, '0582-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88421, 1146, '0582-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88422, 1146, '0582-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88423, 1146, '0582-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88424, 1146, '0582-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88425, 1146, '0582-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88426, 1146, '0582-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88427, 1146, '0583-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88428, 1146, '0583-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88429, 1146, '0583-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88430, 1146, '0583-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88431, 1146, '0583-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88432, 1146, '0583-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88433, 1146, '0583-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88434, 1146, '0583-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88435, 1146, '0583-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88436, 1146, '0583-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88437, 1146, '0583-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88438, 1146, '0583-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88439, 1146, '0584-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88440, 1146, '0584-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88441, 1146, '0584-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88442, 1146, '0584-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88443, 1146, '0584-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88444, 1146, '0584-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88445, 1146, '0584-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88446, 1146, '0584-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88447, 1146, '0584-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88448, 1146, '0584-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88449, 1146, '0584-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88450, 1146, '0584-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88451, 1146, '0585-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88452, 1146, '0585-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88453, 1146, '0585-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88454, 1146, '0585-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88455, 1146, '0585-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88456, 1146, '0585-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88457, 1146, '0585-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88458, 1146, '0585-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88459, 1146, '0585-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88460, 1146, '0585-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88461, 1146, '0585-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88462, 1146, '0585-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88463, 1146, '0586-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88464, 1146, '0586-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88465, 1146, '0586-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88466, 1146, '0586-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88467, 1146, '0586-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88468, 1146, '0586-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88469, 1146, '0586-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88470, 1146, '0586-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88471, 1146, '0586-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88472, 1146, '0586-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88473, 1146, '0586-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88474, 1146, '0586-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88475, 1146, '0587-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88476, 1146, '0587-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88477, 1146, '0587-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88478, 1146, '0587-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88479, 1146, '0587-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88480, 1146, '0587-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88481, 1146, '0587-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88482, 1146, '0587-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88483, 1146, '0587-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88484, 1146, '0587-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88485, 1146, '0587-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88486, 1146, '0587-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88487, 1146, '0588-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88488, 1146, '0588-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88489, 1146, '0588-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88490, 1146, '0588-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88491, 1146, '0588-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88492, 1146, '0588-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88493, 1146, '0588-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88494, 1146, '0588-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88495, 1146, '0588-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88496, 1146, '0588-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88497, 1146, '0588-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88498, 1146, '0588-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88499, 1146, '0589-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88500, 1146, '0589-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88501, 1146, '0589-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88502, 1146, '0589-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88503, 1146, '0589-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88504, 1146, '0589-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88505, 1146, '0589-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88506, 1146, '0589-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88507, 1146, '0589-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88508, 1146, '0589-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88509, 1146, '0589-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88510, 1146, '0589-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88511, 1146, '0590-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88512, 1146, '0590-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88513, 1146, '0590-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88514, 1146, '0590-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88515, 1146, '0590-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88516, 1146, '0590-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88517, 1146, '0590-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88518, 1146, '0590-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88519, 1146, '0590-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88520, 1146, '0590-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88521, 1146, '0590-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88522, 1146, '0590-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88523, 1146, '0591-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88524, 1146, '0591-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88525, 1146, '0591-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88526, 1146, '0591-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88527, 1146, '0591-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88528, 1146, '0591-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88529, 1146, '0591-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88530, 1146, '0591-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88531, 1146, '0591-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88532, 1146, '0591-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88533, 1146, '0591-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88534, 1146, '0591-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88535, 1146, '0592-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88536, 1146, '0592-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88537, 1146, '0592-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88538, 1146, '0592-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88539, 1146, '0592-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88540, 1146, '0592-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88541, 1146, '0592-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88542, 1146, '0592-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88543, 1146, '0592-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88544, 1146, '0592-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88545, 1146, '0592-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88546, 1146, '0592-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88547, 1146, '0593-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88548, 1146, '0593-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88549, 1146, '0593-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88550, 1146, '0593-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88551, 1146, '0593-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88552, 1146, '0593-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88553, 1146, '0593-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88554, 1146, '0593-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88555, 1146, '0593-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88556, 1146, '0593-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88557, 1146, '0593-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88558, 1146, '0593-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88559, 1146, '0594-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88560, 1146, '0594-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88561, 1146, '0594-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88562, 1146, '0594-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88563, 1146, '0594-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88564, 1146, '0594-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88565, 1146, '0594-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88566, 1146, '0594-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88567, 1146, '0594-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88568, 1146, '0594-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88569, 1146, '0594-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88570, 1146, '0594-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88571, 1146, '0595-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88572, 1146, '0595-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88573, 1146, '0595-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88574, 1146, '0595-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88575, 1146, '0595-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88576, 1146, '0595-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88577, 1146, '0595-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(88578, 1146, '0595-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88579, 1146, '0595-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88580, 1146, '0595-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88581, 1146, '0595-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88582, 1146, '0595-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88583, 1146, '0596-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88584, 1146, '0596-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88585, 1146, '0596-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88586, 1146, '0596-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88587, 1146, '0596-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88588, 1146, '0596-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88589, 1146, '0596-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88590, 1146, '0596-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88591, 1146, '0596-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88592, 1146, '0596-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88593, 1146, '0596-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88594, 1146, '0596-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88595, 1146, '0597-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88596, 1146, '0597-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88597, 1146, '0597-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88598, 1146, '0597-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88599, 1146, '0597-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88600, 1146, '0597-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88601, 1146, '0597-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88602, 1146, '0597-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88603, 1146, '0597-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88604, 1146, '0597-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88605, 1146, '0597-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88606, 1146, '0597-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88607, 1146, '0598-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88608, 1146, '0598-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88609, 1146, '0598-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88610, 1146, '0598-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88611, 1146, '0598-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88612, 1146, '0598-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88613, 1146, '0598-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88614, 1146, '0598-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88615, 1146, '0598-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88616, 1146, '0598-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88617, 1146, '0598-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88618, 1146, '0598-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88619, 1146, '0599-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88620, 1146, '0599-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88621, 1146, '0599-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88622, 1146, '0599-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88623, 1146, '0599-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88624, 1146, '0599-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88625, 1146, '0599-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88626, 1146, '0599-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88627, 1146, '0599-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88628, 1146, '0599-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88629, 1146, '0599-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88630, 1146, '0599-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88631, 1146, '0600-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88632, 1146, '0600-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88633, 1146, '0600-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88634, 1146, '0600-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:45', '2023-09-12 17:11:45'),
(88635, 1146, '0600-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88636, 1146, '0600-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88637, 1146, '0600-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88638, 1146, '0600-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88639, 1146, '0600-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88640, 1146, '0600-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88641, 1146, '0600-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88642, 1146, '0600-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88643, 1146, '0601-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88644, 1146, '0601-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88645, 1146, '0601-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88646, 1146, '0601-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88647, 1146, '0601-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88648, 1146, '0601-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88649, 1146, '0601-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88650, 1146, '0601-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88651, 1146, '0601-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88652, 1146, '0601-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88653, 1146, '0601-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88654, 1146, '0601-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88655, 1146, '0602-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88656, 1146, '0602-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88657, 1146, '0602-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88658, 1146, '0602-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88659, 1146, '0602-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88660, 1146, '0602-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88661, 1146, '0602-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88662, 1146, '0602-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88663, 1146, '0602-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88664, 1146, '0602-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88665, 1146, '0602-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88666, 1146, '0602-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88667, 1146, '0603-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88668, 1146, '0603-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88669, 1146, '0603-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88670, 1146, '0603-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88671, 1146, '0603-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88672, 1146, '0603-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88673, 1146, '0603-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88674, 1146, '0603-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88675, 1146, '0603-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88676, 1146, '0603-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88677, 1146, '0603-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88678, 1146, '0603-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88679, 1146, '0604-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88680, 1146, '0604-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88681, 1146, '0604-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88682, 1146, '0604-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88683, 1146, '0604-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88684, 1146, '0604-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88685, 1146, '0604-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88686, 1146, '0604-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88687, 1146, '0604-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88688, 1146, '0604-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88689, 1146, '0604-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88690, 1146, '0604-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88691, 1146, '0605-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88692, 1146, '0605-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88693, 1146, '0605-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88694, 1146, '0605-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88695, 1146, '0605-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88696, 1146, '0605-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88697, 1146, '0605-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88698, 1146, '0605-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88699, 1146, '0605-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88700, 1146, '0605-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88701, 1146, '0605-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88702, 1146, '0605-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88703, 1146, '0606-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88704, 1146, '0606-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88705, 1146, '0606-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88706, 1146, '0606-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88707, 1146, '0606-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88708, 1146, '0606-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88709, 1146, '0606-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88710, 1146, '0606-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88711, 1146, '0606-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88712, 1146, '0606-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88713, 1146, '0606-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88714, 1146, '0606-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88715, 1146, '0607-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88716, 1146, '0607-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88717, 1146, '0607-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88718, 1146, '0607-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88719, 1146, '0607-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88720, 1146, '0607-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88721, 1146, '0607-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88722, 1146, '0607-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88723, 1146, '0607-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88724, 1146, '0607-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88725, 1146, '0607-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88726, 1146, '0607-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88727, 1146, '0608-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88728, 1146, '0608-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88729, 1146, '0608-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88730, 1146, '0608-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88731, 1146, '0608-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88732, 1146, '0608-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88733, 1146, '0608-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88734, 1146, '0608-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88735, 1146, '0608-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88736, 1146, '0608-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88737, 1146, '0608-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88738, 1146, '0608-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88739, 1146, '0609-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88740, 1146, '0609-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88741, 1146, '0609-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88742, 1146, '0609-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88743, 1146, '0609-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88744, 1146, '0609-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88745, 1146, '0609-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88746, 1146, '0609-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88747, 1146, '0609-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88748, 1146, '0609-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88749, 1146, '0609-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88750, 1146, '0609-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88751, 1146, '0610-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88752, 1146, '0610-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88753, 1146, '0610-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88754, 1146, '0610-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88755, 1146, '0610-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88756, 1146, '0610-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88757, 1146, '0610-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88758, 1146, '0610-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88759, 1146, '0610-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88760, 1146, '0610-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88761, 1146, '0610-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88762, 1146, '0610-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88763, 1146, '0611-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88764, 1146, '0611-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88765, 1146, '0611-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88766, 1146, '0611-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88767, 1146, '0611-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88768, 1146, '0611-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88769, 1146, '0611-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88770, 1146, '0611-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88771, 1146, '0611-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88772, 1146, '0611-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88773, 1146, '0611-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88774, 1146, '0611-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88775, 1146, '0612-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88776, 1146, '0612-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88777, 1146, '0612-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88778, 1146, '0612-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88779, 1146, '0612-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88780, 1146, '0612-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88781, 1146, '0612-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88782, 1146, '0612-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88783, 1146, '0612-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88784, 1146, '0612-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88785, 1146, '0612-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88786, 1146, '0612-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88787, 1146, '0613-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88788, 1146, '0613-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88789, 1146, '0613-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88790, 1146, '0613-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88791, 1146, '0613-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88792, 1146, '0613-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88793, 1146, '0613-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88794, 1146, '0613-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88795, 1146, '0613-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88796, 1146, '0613-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88797, 1146, '0613-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88798, 1146, '0613-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88799, 1146, '0614-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88800, 1146, '0614-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88801, 1146, '0614-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88802, 1146, '0614-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88803, 1146, '0614-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88804, 1146, '0614-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88805, 1146, '0614-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88806, 1146, '0614-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88807, 1146, '0614-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88808, 1146, '0614-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88809, 1146, '0614-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88810, 1146, '0614-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88811, 1146, '0615-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88812, 1146, '0615-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88813, 1146, '0615-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88814, 1146, '0615-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88815, 1146, '0615-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88816, 1146, '0615-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88817, 1146, '0615-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88818, 1146, '0615-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88819, 1146, '0615-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88820, 1146, '0615-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88821, 1146, '0615-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88822, 1146, '0615-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88823, 1146, '0616-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88824, 1146, '0616-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88825, 1146, '0616-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88826, 1146, '0616-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88827, 1146, '0616-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88828, 1146, '0616-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88829, 1146, '0616-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88830, 1146, '0616-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88831, 1146, '0616-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88832, 1146, '0616-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88833, 1146, '0616-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88834, 1146, '0616-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88835, 1146, '0617-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88836, 1146, '0617-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88837, 1146, '0617-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88838, 1146, '0617-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88839, 1146, '0617-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88840, 1146, '0617-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88841, 1146, '0617-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88842, 1146, '0617-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88843, 1146, '0617-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88844, 1146, '0617-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88845, 1146, '0617-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88846, 1146, '0617-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88847, 1146, '0618-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88848, 1146, '0618-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88849, 1146, '0618-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88850, 1146, '0618-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88851, 1146, '0618-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88852, 1146, '0618-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88853, 1146, '0618-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88854, 1146, '0618-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88855, 1146, '0618-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88856, 1146, '0618-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88857, 1146, '0618-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88858, 1146, '0618-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88859, 1146, '0619-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88860, 1146, '0619-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88861, 1146, '0619-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88862, 1146, '0619-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88863, 1146, '0619-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88864, 1146, '0619-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88865, 1146, '0619-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88866, 1146, '0619-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88867, 1146, '0619-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88868, 1146, '0619-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88869, 1146, '0619-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88870, 1146, '0619-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88871, 1146, '0620-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88872, 1146, '0620-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88873, 1146, '0620-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88874, 1146, '0620-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88875, 1146, '0620-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88876, 1146, '0620-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88877, 1146, '0620-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88878, 1146, '0620-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88879, 1146, '0620-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88880, 1146, '0620-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88881, 1146, '0620-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88882, 1146, '0620-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88883, 1146, '0621-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88884, 1146, '0621-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88885, 1146, '0621-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88886, 1146, '0621-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88887, 1146, '0621-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88888, 1146, '0621-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88889, 1146, '0621-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88890, 1146, '0621-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88891, 1146, '0621-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88892, 1146, '0621-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88893, 1146, '0621-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88894, 1146, '0621-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88895, 1146, '0622-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88896, 1146, '0622-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88897, 1146, '0622-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88898, 1146, '0622-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88899, 1146, '0622-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88900, 1146, '0622-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88901, 1146, '0622-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88902, 1146, '0622-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88903, 1146, '0622-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88904, 1146, '0622-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88905, 1146, '0622-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88906, 1146, '0622-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88907, 1146, '0623-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88908, 1146, '0623-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88909, 1146, '0623-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88910, 1146, '0623-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88911, 1146, '0623-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88912, 1146, '0623-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88913, 1146, '0623-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88914, 1146, '0623-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88915, 1146, '0623-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88916, 1146, '0623-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88917, 1146, '0623-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88918, 1146, '0623-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88919, 1146, '0624-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88920, 1146, '0624-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88921, 1146, '0624-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88922, 1146, '0624-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88923, 1146, '0624-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88924, 1146, '0624-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88925, 1146, '0624-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88926, 1146, '0624-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88927, 1146, '0624-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88928, 1146, '0624-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88929, 1146, '0624-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88930, 1146, '0624-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88931, 1146, '0625-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88932, 1146, '0625-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88933, 1146, '0625-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88934, 1146, '0625-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88935, 1146, '0625-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88936, 1146, '0625-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88937, 1146, '0625-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88938, 1146, '0625-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88939, 1146, '0625-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88940, 1146, '0625-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88941, 1146, '0625-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88942, 1146, '0625-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88943, 1146, '0626-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88944, 1146, '0626-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88945, 1146, '0626-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88946, 1146, '0626-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88947, 1146, '0626-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88948, 1146, '0626-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88949, 1146, '0626-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88950, 1146, '0626-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88951, 1146, '0626-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88952, 1146, '0626-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88953, 1146, '0626-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88954, 1146, '0626-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88955, 1146, '0627-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88956, 1146, '0627-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88957, 1146, '0627-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88958, 1146, '0627-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88959, 1146, '0627-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88960, 1146, '0627-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88961, 1146, '0627-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88962, 1146, '0627-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88963, 1146, '0627-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88964, 1146, '0627-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88965, 1146, '0627-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88966, 1146, '0627-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88967, 1146, '0628-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88968, 1146, '0628-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88969, 1146, '0628-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88970, 1146, '0628-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88971, 1146, '0628-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88972, 1146, '0628-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88973, 1146, '0628-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88974, 1146, '0628-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88975, 1146, '0628-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88976, 1146, '0628-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88977, 1146, '0628-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88978, 1146, '0628-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88979, 1146, '0629-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88980, 1146, '0629-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88981, 1146, '0629-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88982, 1146, '0629-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88983, 1146, '0629-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88984, 1146, '0629-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88985, 1146, '0629-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88986, 1146, '0629-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88987, 1146, '0629-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88988, 1146, '0629-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88989, 1146, '0629-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88990, 1146, '0629-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88991, 1146, '0630-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88992, 1146, '0630-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88993, 1146, '0630-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88994, 1146, '0630-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88995, 1146, '0630-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88996, 1146, '0630-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88997, 1146, '0630-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88998, 1146, '0630-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(88999, 1146, '0630-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(89000, 1146, '0630-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(89001, 1146, '0630-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(89002, 1146, '0630-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(89003, 1146, '0631-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(89004, 1146, '0631-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(89005, 1146, '0631-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(89006, 1146, '0631-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(89007, 1146, '0631-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(89008, 1146, '0631-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(89009, 1146, '0631-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(89010, 1146, '0631-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(89011, 1146, '0631-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(89012, 1146, '0631-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(89013, 1146, '0631-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(89014, 1146, '0631-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(89015, 1146, '0632-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(89016, 1146, '0632-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(89017, 1146, '0632-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(89018, 1146, '0632-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(89019, 1146, '0632-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(89020, 1146, '0632-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(89021, 1146, '0632-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(89022, 1146, '0632-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(89023, 1146, '0632-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(89024, 1146, '0632-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(89025, 1146, '0632-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(89026, 1146, '0632-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(89027, 1146, '0633-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(89028, 1146, '0633-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(89029, 1146, '0633-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(89030, 1146, '0633-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:46', '2023-09-12 17:11:46'),
(89031, 1146, '0633-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89032, 1146, '0633-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89033, 1146, '0633-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89034, 1146, '0633-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89035, 1146, '0633-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89036, 1146, '0633-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89037, 1146, '0633-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89038, 1146, '0633-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(89039, 1146, '0634-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89040, 1146, '0634-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89041, 1146, '0634-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89042, 1146, '0634-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89043, 1146, '0634-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89044, 1146, '0634-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89045, 1146, '0634-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89046, 1146, '0634-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89047, 1146, '0634-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89048, 1146, '0634-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89049, 1146, '0634-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89050, 1146, '0634-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89051, 1146, '0635-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89052, 1146, '0635-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89053, 1146, '0635-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89054, 1146, '0635-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89055, 1146, '0635-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89056, 1146, '0635-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89057, 1146, '0635-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89058, 1146, '0635-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89059, 1146, '0635-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89060, 1146, '0635-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89061, 1146, '0635-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89062, 1146, '0635-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89063, 1146, '0636-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89064, 1146, '0636-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89065, 1146, '0636-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89066, 1146, '0636-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89067, 1146, '0636-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89068, 1146, '0636-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89069, 1146, '0636-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89070, 1146, '0636-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89071, 1146, '0636-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89072, 1146, '0636-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89073, 1146, '0636-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89074, 1146, '0636-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89075, 1146, '0637-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89076, 1146, '0637-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89077, 1146, '0637-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89078, 1146, '0637-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89079, 1146, '0637-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89080, 1146, '0637-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89081, 1146, '0637-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89082, 1146, '0637-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89083, 1146, '0637-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89084, 1146, '0637-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89085, 1146, '0637-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89086, 1146, '0637-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89087, 1146, '0638-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89088, 1146, '0638-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89089, 1146, '0638-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89090, 1146, '0638-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89091, 1146, '0638-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89092, 1146, '0638-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89093, 1146, '0638-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89094, 1146, '0638-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89095, 1146, '0638-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89096, 1146, '0638-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89097, 1146, '0638-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89098, 1146, '0638-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89099, 1146, '0639-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89100, 1146, '0639-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89101, 1146, '0639-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89102, 1146, '0639-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89103, 1146, '0639-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89104, 1146, '0639-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89105, 1146, '0639-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89106, 1146, '0639-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89107, 1146, '0639-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89108, 1146, '0639-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89109, 1146, '0639-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89110, 1146, '0639-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89111, 1146, '0640-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89112, 1146, '0640-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89113, 1146, '0640-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89114, 1146, '0640-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89115, 1146, '0640-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89116, 1146, '0640-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89117, 1146, '0640-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89118, 1146, '0640-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89119, 1146, '0640-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89120, 1146, '0640-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89121, 1146, '0640-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89122, 1146, '0640-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89123, 1146, '0641-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89124, 1146, '0641-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89125, 1146, '0641-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89126, 1146, '0641-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89127, 1146, '0641-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89128, 1146, '0641-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89129, 1146, '0641-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89130, 1146, '0641-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89131, 1146, '0641-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89132, 1146, '0641-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89133, 1146, '0641-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89134, 1146, '0641-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89135, 1146, '0642-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89136, 1146, '0642-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89137, 1146, '0642-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89138, 1146, '0642-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89139, 1146, '0642-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89140, 1146, '0642-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89141, 1146, '0642-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89142, 1146, '0642-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89143, 1146, '0642-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89144, 1146, '0642-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89145, 1146, '0642-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89146, 1146, '0642-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89147, 1146, '0643-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89148, 1146, '0643-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89149, 1146, '0643-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89150, 1146, '0643-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89151, 1146, '0643-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89152, 1146, '0643-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89153, 1146, '0643-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89154, 1146, '0643-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89155, 1146, '0643-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89156, 1146, '0643-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89157, 1146, '0643-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89158, 1146, '0643-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89159, 1146, '0644-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89160, 1146, '0644-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89161, 1146, '0644-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89162, 1146, '0644-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89163, 1146, '0644-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89164, 1146, '0644-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89165, 1146, '0644-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89166, 1146, '0644-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89167, 1146, '0644-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89168, 1146, '0644-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89169, 1146, '0644-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89170, 1146, '0644-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89171, 1146, '0645-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89172, 1146, '0645-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89173, 1146, '0645-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89174, 1146, '0645-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89175, 1146, '0645-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89176, 1146, '0645-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89177, 1146, '0645-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89178, 1146, '0645-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89179, 1146, '0645-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89180, 1146, '0645-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89181, 1146, '0645-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89182, 1146, '0645-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89183, 1146, '0646-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89184, 1146, '0646-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89185, 1146, '0646-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89186, 1146, '0646-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89187, 1146, '0646-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89188, 1146, '0646-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89189, 1146, '0646-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89190, 1146, '0646-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89191, 1146, '0646-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89192, 1146, '0646-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89193, 1146, '0646-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89194, 1146, '0646-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89195, 1146, '0647-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89196, 1146, '0647-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89197, 1146, '0647-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89198, 1146, '0647-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89199, 1146, '0647-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89200, 1146, '0647-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89201, 1146, '0647-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89202, 1146, '0647-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89203, 1146, '0647-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89204, 1146, '0647-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89205, 1146, '0647-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89206, 1146, '0647-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89207, 1146, '0648-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89208, 1146, '0648-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89209, 1146, '0648-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89210, 1146, '0648-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89211, 1146, '0648-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89212, 1146, '0648-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89213, 1146, '0648-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89214, 1146, '0648-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89215, 1146, '0648-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89216, 1146, '0648-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89217, 1146, '0648-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89218, 1146, '0648-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89219, 1146, '0649-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89220, 1146, '0649-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89221, 1146, '0649-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89222, 1146, '0649-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89223, 1146, '0649-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89224, 1146, '0649-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89225, 1146, '0649-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89226, 1146, '0649-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89227, 1146, '0649-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89228, 1146, '0649-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89229, 1146, '0649-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89230, 1146, '0649-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89231, 1146, '0650-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89232, 1146, '0650-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89233, 1146, '0650-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89234, 1146, '0650-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89235, 1146, '0650-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89236, 1146, '0650-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89237, 1146, '0650-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89238, 1146, '0650-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89239, 1146, '0650-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89240, 1146, '0650-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89241, 1146, '0650-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89242, 1146, '0650-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89243, 1146, '0651-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89244, 1146, '0651-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89245, 1146, '0651-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89246, 1146, '0651-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89247, 1146, '0651-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89248, 1146, '0651-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89249, 1146, '0651-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89250, 1146, '0651-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89251, 1146, '0651-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89252, 1146, '0651-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89253, 1146, '0651-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89254, 1146, '0651-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89255, 1146, '0652-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89256, 1146, '0652-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89257, 1146, '0652-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89258, 1146, '0652-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89259, 1146, '0652-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89260, 1146, '0652-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89261, 1146, '0652-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89262, 1146, '0652-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89263, 1146, '0652-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89264, 1146, '0652-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89265, 1146, '0652-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89266, 1146, '0652-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89267, 1146, '0653-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89268, 1146, '0653-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89269, 1146, '0653-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89270, 1146, '0653-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89271, 1146, '0653-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89272, 1146, '0653-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89273, 1146, '0653-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89274, 1146, '0653-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89275, 1146, '0653-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89276, 1146, '0653-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89277, 1146, '0653-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89278, 1146, '0653-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89279, 1146, '0654-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89280, 1146, '0654-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89281, 1146, '0654-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89282, 1146, '0654-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89283, 1146, '0654-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89284, 1146, '0654-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89285, 1146, '0654-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89286, 1146, '0654-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89287, 1146, '0654-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89288, 1146, '0654-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89289, 1146, '0654-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89290, 1146, '0654-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89291, 1146, '0655-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89292, 1146, '0655-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89293, 1146, '0655-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89294, 1146, '0655-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89295, 1146, '0655-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89296, 1146, '0655-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89297, 1146, '0655-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89298, 1146, '0655-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89299, 1146, '0655-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89300, 1146, '0655-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89301, 1146, '0655-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89302, 1146, '0655-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89303, 1146, '0656-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89304, 1146, '0656-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89305, 1146, '0656-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89306, 1146, '0656-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89307, 1146, '0656-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89308, 1146, '0656-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89309, 1146, '0656-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89310, 1146, '0656-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89311, 1146, '0656-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89312, 1146, '0656-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89313, 1146, '0656-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89314, 1146, '0656-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89315, 1146, '0657-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89316, 1146, '0657-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89317, 1146, '0657-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89318, 1146, '0657-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89319, 1146, '0657-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89320, 1146, '0657-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89321, 1146, '0657-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89322, 1146, '0657-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89323, 1146, '0657-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89324, 1146, '0657-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89325, 1146, '0657-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89326, 1146, '0657-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89327, 1146, '0658-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89328, 1146, '0658-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89329, 1146, '0658-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89330, 1146, '0658-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89331, 1146, '0658-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89332, 1146, '0658-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89333, 1146, '0658-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89334, 1146, '0658-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89335, 1146, '0658-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89336, 1146, '0658-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89337, 1146, '0658-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89338, 1146, '0658-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89339, 1146, '0659-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89340, 1146, '0659-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89341, 1146, '0659-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89342, 1146, '0659-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89343, 1146, '0659-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89344, 1146, '0659-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89345, 1146, '0659-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89346, 1146, '0659-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89347, 1146, '0659-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89348, 1146, '0659-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89349, 1146, '0659-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89350, 1146, '0659-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89351, 1146, '0660-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89352, 1146, '0660-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89353, 1146, '0660-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89354, 1146, '0660-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89355, 1146, '0660-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89356, 1146, '0660-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89357, 1146, '0660-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89358, 1146, '0660-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89359, 1146, '0660-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89360, 1146, '0660-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89361, 1146, '0660-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89362, 1146, '0660-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89363, 1146, '0661-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89364, 1146, '0661-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89365, 1146, '0661-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89366, 1146, '0661-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89367, 1146, '0661-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89368, 1146, '0661-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89369, 1146, '0661-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89370, 1146, '0661-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89371, 1146, '0661-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89372, 1146, '0661-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89373, 1146, '0661-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89374, 1146, '0661-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89375, 1146, '0662-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89376, 1146, '0662-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89377, 1146, '0662-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89378, 1146, '0662-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89379, 1146, '0662-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89380, 1146, '0662-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89381, 1146, '0662-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89382, 1146, '0662-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89383, 1146, '0662-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89384, 1146, '0662-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89385, 1146, '0662-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89386, 1146, '0662-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89387, 1146, '0663-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89388, 1146, '0663-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89389, 1146, '0663-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89390, 1146, '0663-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89391, 1146, '0663-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89392, 1146, '0663-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89393, 1146, '0663-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89394, 1146, '0663-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89395, 1146, '0663-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89396, 1146, '0663-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89397, 1146, '0663-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89398, 1146, '0663-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89399, 1146, '0664-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89400, 1146, '0664-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89401, 1146, '0664-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89402, 1146, '0664-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89403, 1146, '0664-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89404, 1146, '0664-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89405, 1146, '0664-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89406, 1146, '0664-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89407, 1146, '0664-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89408, 1146, '0664-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89409, 1146, '0664-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89410, 1146, '0664-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89411, 1146, '0665-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89412, 1146, '0665-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89413, 1146, '0665-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89414, 1146, '0665-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89415, 1146, '0665-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89416, 1146, '0665-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89417, 1146, '0665-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89418, 1146, '0665-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89419, 1146, '0665-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89420, 1146, '0665-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89421, 1146, '0665-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89422, 1146, '0665-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89423, 1146, '0666-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89424, 1146, '0666-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89425, 1146, '0666-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89426, 1146, '0666-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89427, 1146, '0666-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89428, 1146, '0666-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89429, 1146, '0666-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89430, 1146, '0666-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89431, 1146, '0666-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89432, 1146, '0666-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89433, 1146, '0666-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89434, 1146, '0666-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89435, 1146, '0667-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89436, 1146, '0667-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89437, 1146, '0667-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89438, 1146, '0667-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89439, 1146, '0667-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89440, 1146, '0667-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89441, 1146, '0667-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89442, 1146, '0667-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89443, 1146, '0667-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89444, 1146, '0667-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89445, 1146, '0667-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89446, 1146, '0667-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89447, 1146, '0668-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89448, 1146, '0668-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89449, 1146, '0668-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89450, 1146, '0668-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89451, 1146, '0668-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89452, 1146, '0668-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89453, 1146, '0668-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89454, 1146, '0668-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89455, 1146, '0668-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89456, 1146, '0668-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89457, 1146, '0668-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89458, 1146, '0668-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89459, 1146, '0669-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89460, 1146, '0669-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89461, 1146, '0669-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89462, 1146, '0669-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:47', '2023-09-12 17:11:47'),
(89463, 1146, '0669-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89464, 1146, '0669-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89465, 1146, '0669-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89466, 1146, '0669-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89467, 1146, '0669-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89468, 1146, '0669-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89469, 1146, '0669-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89470, 1146, '0669-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89471, 1146, '0670-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89472, 1146, '0670-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89473, 1146, '0670-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89474, 1146, '0670-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89475, 1146, '0670-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89476, 1146, '0670-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89477, 1146, '0670-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89478, 1146, '0670-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89479, 1146, '0670-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89480, 1146, '0670-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89481, 1146, '0670-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89482, 1146, '0670-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89483, 1146, '0671-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89484, 1146, '0671-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89485, 1146, '0671-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89486, 1146, '0671-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89487, 1146, '0671-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89488, 1146, '0671-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89489, 1146, '0671-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89490, 1146, '0671-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89491, 1146, '0671-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89492, 1146, '0671-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89493, 1146, '0671-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89494, 1146, '0671-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89495, 1146, '0672-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89496, 1146, '0672-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89497, 1146, '0672-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89498, 1146, '0672-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89499, 1146, '0672-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(89500, 1146, '0672-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89501, 1146, '0672-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89502, 1146, '0672-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89503, 1146, '0672-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89504, 1146, '0672-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89505, 1146, '0672-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89506, 1146, '0672-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89507, 1146, '0673-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89508, 1146, '0673-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89509, 1146, '0673-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89510, 1146, '0673-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89511, 1146, '0673-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89512, 1146, '0673-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89513, 1146, '0673-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89514, 1146, '0673-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89515, 1146, '0673-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89516, 1146, '0673-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89517, 1146, '0673-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89518, 1146, '0673-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89519, 1146, '0674-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89520, 1146, '0674-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89521, 1146, '0674-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89522, 1146, '0674-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89523, 1146, '0674-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89524, 1146, '0674-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89525, 1146, '0674-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89526, 1146, '0674-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89527, 1146, '0674-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89528, 1146, '0674-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89529, 1146, '0674-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89530, 1146, '0674-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89531, 1146, '0675-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89532, 1146, '0675-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89533, 1146, '0675-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89534, 1146, '0675-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89535, 1146, '0675-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89536, 1146, '0675-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89537, 1146, '0675-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89538, 1146, '0675-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89539, 1146, '0675-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89540, 1146, '0675-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89541, 1146, '0675-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89542, 1146, '0675-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89543, 1146, '0676-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89544, 1146, '0676-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89545, 1146, '0676-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89546, 1146, '0676-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89547, 1146, '0676-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89548, 1146, '0676-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89549, 1146, '0676-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89550, 1146, '0676-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89551, 1146, '0676-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89552, 1146, '0676-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89553, 1146, '0676-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89554, 1146, '0676-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89555, 1146, '0677-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89556, 1146, '0677-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89557, 1146, '0677-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89558, 1146, '0677-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89559, 1146, '0677-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89560, 1146, '0677-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89561, 1146, '0677-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89562, 1146, '0677-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89563, 1146, '0677-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89564, 1146, '0677-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89565, 1146, '0677-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89566, 1146, '0677-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89567, 1146, '0678-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89568, 1146, '0678-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89569, 1146, '0678-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89570, 1146, '0678-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89571, 1146, '0678-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89572, 1146, '0678-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89573, 1146, '0678-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89574, 1146, '0678-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89575, 1146, '0678-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89576, 1146, '0678-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89577, 1146, '0678-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89578, 1146, '0678-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89579, 1146, '0679-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89580, 1146, '0679-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89581, 1146, '0679-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89582, 1146, '0679-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89583, 1146, '0679-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89584, 1146, '0679-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89585, 1146, '0679-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89586, 1146, '0679-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89587, 1146, '0679-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89588, 1146, '0679-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89589, 1146, '0679-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89590, 1146, '0679-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89591, 1146, '0680-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89592, 1146, '0680-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89593, 1146, '0680-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89594, 1146, '0680-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89595, 1146, '0680-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89596, 1146, '0680-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89597, 1146, '0680-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89598, 1146, '0680-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89599, 1146, '0680-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89600, 1146, '0680-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89601, 1146, '0680-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89602, 1146, '0680-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89603, 1146, '0681-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89604, 1146, '0681-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89605, 1146, '0681-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89606, 1146, '0681-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89607, 1146, '0681-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89608, 1146, '0681-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89609, 1146, '0681-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89610, 1146, '0681-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89611, 1146, '0681-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89612, 1146, '0681-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89613, 1146, '0681-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89614, 1146, '0681-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89615, 1146, '0682-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89616, 1146, '0682-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89617, 1146, '0682-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89618, 1146, '0682-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89619, 1146, '0682-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89620, 1146, '0682-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89621, 1146, '0682-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89622, 1146, '0682-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89623, 1146, '0682-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89624, 1146, '0682-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89625, 1146, '0682-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89626, 1146, '0682-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89627, 1146, '0683-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89628, 1146, '0683-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89629, 1146, '0683-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89630, 1146, '0683-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89631, 1146, '0683-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89632, 1146, '0683-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89633, 1146, '0683-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89634, 1146, '0683-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89635, 1146, '0683-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89636, 1146, '0683-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89637, 1146, '0683-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89638, 1146, '0683-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89639, 1146, '0684-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89640, 1146, '0684-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89641, 1146, '0684-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89642, 1146, '0684-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89643, 1146, '0684-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89644, 1146, '0684-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89645, 1146, '0684-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89646, 1146, '0684-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89647, 1146, '0684-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89648, 1146, '0684-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89649, 1146, '0684-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89650, 1146, '0684-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89651, 1146, '0685-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89652, 1146, '0685-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89653, 1146, '0685-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89654, 1146, '0685-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89655, 1146, '0685-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89656, 1146, '0685-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89657, 1146, '0685-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89658, 1146, '0685-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89659, 1146, '0685-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89660, 1146, '0685-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89661, 1146, '0685-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89662, 1146, '0685-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89663, 1146, '0686-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89664, 1146, '0686-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89665, 1146, '0686-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89666, 1146, '0686-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89667, 1146, '0686-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89668, 1146, '0686-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89669, 1146, '0686-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89670, 1146, '0686-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89671, 1146, '0686-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89672, 1146, '0686-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89673, 1146, '0686-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89674, 1146, '0686-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89675, 1146, '0687-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89676, 1146, '0687-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89677, 1146, '0687-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89678, 1146, '0687-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89679, 1146, '0687-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89680, 1146, '0687-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89681, 1146, '0687-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89682, 1146, '0687-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89683, 1146, '0687-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89684, 1146, '0687-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89685, 1146, '0687-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89686, 1146, '0687-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89687, 1146, '0688-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89688, 1146, '0688-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89689, 1146, '0688-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89690, 1146, '0688-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89691, 1146, '0688-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89692, 1146, '0688-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89693, 1146, '0688-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89694, 1146, '0688-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89695, 1146, '0688-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89696, 1146, '0688-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89697, 1146, '0688-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89698, 1146, '0688-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89699, 1146, '0689-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89700, 1146, '0689-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89701, 1146, '0689-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89702, 1146, '0689-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89703, 1146, '0689-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89704, 1146, '0689-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89705, 1146, '0689-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89706, 1146, '0689-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89707, 1146, '0689-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89708, 1146, '0689-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89709, 1146, '0689-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89710, 1146, '0689-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89711, 1146, '0690-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89712, 1146, '0690-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89713, 1146, '0690-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89714, 1146, '0690-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89715, 1146, '0690-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89716, 1146, '0690-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89717, 1146, '0690-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89718, 1146, '0690-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89719, 1146, '0690-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89720, 1146, '0690-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89721, 1146, '0690-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89722, 1146, '0690-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89723, 1146, '0691-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89724, 1146, '0691-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89725, 1146, '0691-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89726, 1146, '0691-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89727, 1146, '0691-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89728, 1146, '0691-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89729, 1146, '0691-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89730, 1146, '0691-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89731, 1146, '0691-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89732, 1146, '0691-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89733, 1146, '0691-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89734, 1146, '0691-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89735, 1146, '0692-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89736, 1146, '0692-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89737, 1146, '0692-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89738, 1146, '0692-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89739, 1146, '0692-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89740, 1146, '0692-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89741, 1146, '0692-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89742, 1146, '0692-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89743, 1146, '0692-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89744, 1146, '0692-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89745, 1146, '0692-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89746, 1146, '0692-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89747, 1146, '0693-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89748, 1146, '0693-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89749, 1146, '0693-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89750, 1146, '0693-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89751, 1146, '0693-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89752, 1146, '0693-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89753, 1146, '0693-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89754, 1146, '0693-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89755, 1146, '0693-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89756, 1146, '0693-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89757, 1146, '0693-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89758, 1146, '0693-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89759, 1146, '0694-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89760, 1146, '0694-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89761, 1146, '0694-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89762, 1146, '0694-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89763, 1146, '0694-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89764, 1146, '0694-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89765, 1146, '0694-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89766, 1146, '0694-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89767, 1146, '0694-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89768, 1146, '0694-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89769, 1146, '0694-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89770, 1146, '0694-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89771, 1146, '0695-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89772, 1146, '0695-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89773, 1146, '0695-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89774, 1146, '0695-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89775, 1146, '0695-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89776, 1146, '0695-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89777, 1146, '0695-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89778, 1146, '0695-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89779, 1146, '0695-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89780, 1146, '0695-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89781, 1146, '0695-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89782, 1146, '0695-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89783, 1146, '0696-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89784, 1146, '0696-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89785, 1146, '0696-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89786, 1146, '0696-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89787, 1146, '0696-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89788, 1146, '0696-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89789, 1146, '0696-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89790, 1146, '0696-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89791, 1146, '0696-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89792, 1146, '0696-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89793, 1146, '0696-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89794, 1146, '0696-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89795, 1146, '0697-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89796, 1146, '0697-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89797, 1146, '0697-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89798, 1146, '0697-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89799, 1146, '0697-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89800, 1146, '0697-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89801, 1146, '0697-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89802, 1146, '0697-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89803, 1146, '0697-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89804, 1146, '0697-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89805, 1146, '0697-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89806, 1146, '0697-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89807, 1146, '0698-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89808, 1146, '0698-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89809, 1146, '0698-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89810, 1146, '0698-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89811, 1146, '0698-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89812, 1146, '0698-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89813, 1146, '0698-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89814, 1146, '0698-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89815, 1146, '0698-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89816, 1146, '0698-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89817, 1146, '0698-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89818, 1146, '0698-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89819, 1146, '0699-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89820, 1146, '0699-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89821, 1146, '0699-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89822, 1146, '0699-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89823, 1146, '0699-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89824, 1146, '0699-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89825, 1146, '0699-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89826, 1146, '0699-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89827, 1146, '0699-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89828, 1146, '0699-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89829, 1146, '0699-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89830, 1146, '0699-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89831, 1146, '0700-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89832, 1146, '0700-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89833, 1146, '0700-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89834, 1146, '0700-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89835, 1146, '0700-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89836, 1146, '0700-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89837, 1146, '0700-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89838, 1146, '0700-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89839, 1146, '0700-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89840, 1146, '0700-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89841, 1146, '0700-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89842, 1146, '0700-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89843, 1146, '0701-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89844, 1146, '0701-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89845, 1146, '0701-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89846, 1146, '0701-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89847, 1146, '0701-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89848, 1146, '0701-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89849, 1146, '0701-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89850, 1146, '0701-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89851, 1146, '0701-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89852, 1146, '0701-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89853, 1146, '0701-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89854, 1146, '0701-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89855, 1146, '0702-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89856, 1146, '0702-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89857, 1146, '0702-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89858, 1146, '0702-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89859, 1146, '0702-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89860, 1146, '0702-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89861, 1146, '0702-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89862, 1146, '0702-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89863, 1146, '0702-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89864, 1146, '0702-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89865, 1146, '0702-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89866, 1146, '0702-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89867, 1146, '0703-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89868, 1146, '0703-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89869, 1146, '0703-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89870, 1146, '0703-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89871, 1146, '0703-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89872, 1146, '0703-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89873, 1146, '0703-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:48', '2023-09-12 17:11:48'),
(89874, 1146, '0703-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(89875, 1146, '0703-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(89876, 1146, '0703-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(89877, 1146, '0703-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(89878, 1146, '0703-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(89879, 1146, '0704-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(89880, 1146, '0704-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(89881, 1146, '0704-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(89882, 1146, '0704-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(89883, 1146, '0704-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(89884, 1146, '0704-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(89885, 1146, '0704-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(89886, 1146, '0704-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(89887, 1146, '0704-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(89888, 1146, '0704-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(89889, 1146, '0704-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(89890, 1146, '0704-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(89891, 1146, '0705-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(89892, 1146, '0705-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(89893, 1146, '0705-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(89894, 1146, '0705-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(89895, 1146, '0705-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(89896, 1146, '0705-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(89897, 1146, '0705-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(89898, 1146, '0705-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(89899, 1146, '0705-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(89900, 1146, '0705-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(89901, 1146, '0705-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(89902, 1146, '0705-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(89903, 1146, '0706-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(89904, 1146, '0706-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(89905, 1146, '0706-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(89906, 1146, '0706-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(89907, 1146, '0706-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(89908, 1146, '0706-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(89909, 1146, '0706-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(89910, 1146, '0706-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(89911, 1146, '0706-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(89912, 1146, '0706-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(89913, 1146, '0706-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(89914, 1146, '0706-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(89915, 1146, '0707-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(89916, 1146, '0707-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(89917, 1146, '0707-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(89918, 1146, '0707-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(89919, 1146, '0707-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(89920, 1146, '0707-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(89921, 1146, '0707-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(89922, 1146, '0707-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(89923, 1146, '0707-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(89924, 1146, '0707-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(89925, 1146, '0707-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(89926, 1146, '0707-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(89927, 1146, '0708-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(89928, 1146, '0708-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(89929, 1146, '0708-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(89930, 1146, '0708-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(89931, 1146, '0708-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(89932, 1146, '0708-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(89933, 1146, '0708-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(89934, 1146, '0708-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(89935, 1146, '0708-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(89936, 1146, '0708-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(89937, 1146, '0708-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(89938, 1146, '0708-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(89939, 1146, '0709-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(89940, 1146, '0709-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(89941, 1146, '0709-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(89942, 1146, '0709-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(89943, 1146, '0709-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(89944, 1146, '0709-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(89945, 1146, '0709-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(89946, 1146, '0709-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(89947, 1146, '0709-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(89948, 1146, '0709-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(89949, 1146, '0709-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(89950, 1146, '0709-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(89951, 1146, '0710-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(89952, 1146, '0710-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(89953, 1146, '0710-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(89954, 1146, '0710-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(89955, 1146, '0710-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(89956, 1146, '0710-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(89957, 1146, '0710-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(89958, 1146, '0710-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(89959, 1146, '0710-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(89960, 1146, '0710-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(89961, 1146, '0710-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(89962, 1146, '0710-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(89963, 1146, '0711-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(89964, 1146, '0711-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(89965, 1146, '0711-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(89966, 1146, '0711-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(89967, 1146, '0711-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(89968, 1146, '0711-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(89969, 1146, '0711-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(89970, 1146, '0711-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(89971, 1146, '0711-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(89972, 1146, '0711-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(89973, 1146, '0711-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(89974, 1146, '0711-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(89975, 1146, '0712-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(89976, 1146, '0712-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(89977, 1146, '0712-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(89978, 1146, '0712-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(89979, 1146, '0712-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(89980, 1146, '0712-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(89981, 1146, '0712-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(89982, 1146, '0712-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(89983, 1146, '0712-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(89984, 1146, '0712-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(89985, 1146, '0712-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(89986, 1146, '0712-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(89987, 1146, '0713-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(89988, 1146, '0713-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(89989, 1146, '0713-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(89990, 1146, '0713-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(89991, 1146, '0713-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(89992, 1146, '0713-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(89993, 1146, '0713-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(89994, 1146, '0713-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(89995, 1146, '0713-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(89996, 1146, '0713-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(89997, 1146, '0713-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(89998, 1146, '0713-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(89999, 1146, '0714-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90000, 1146, '0714-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90001, 1146, '0714-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90002, 1146, '0714-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90003, 1146, '0714-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90004, 1146, '0714-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90005, 1146, '0714-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90006, 1146, '0714-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90007, 1146, '0714-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90008, 1146, '0714-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90009, 1146, '0714-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90010, 1146, '0714-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90011, 1146, '0715-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90012, 1146, '0715-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90013, 1146, '0715-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90014, 1146, '0715-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90015, 1146, '0715-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90016, 1146, '0715-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90017, 1146, '0715-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90018, 1146, '0715-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90019, 1146, '0715-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90020, 1146, '0715-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90021, 1146, '0715-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90022, 1146, '0715-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90023, 1146, '0716-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90024, 1146, '0716-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90025, 1146, '0716-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90026, 1146, '0716-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90027, 1146, '0716-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90028, 1146, '0716-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90029, 1146, '0716-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90030, 1146, '0716-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90031, 1146, '0716-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90032, 1146, '0716-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90033, 1146, '0716-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90034, 1146, '0716-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90035, 1146, '0717-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90036, 1146, '0717-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90037, 1146, '0717-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90038, 1146, '0717-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90039, 1146, '0717-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90040, 1146, '0717-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90041, 1146, '0717-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90042, 1146, '0717-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90043, 1146, '0717-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90044, 1146, '0717-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90045, 1146, '0717-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90046, 1146, '0717-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90047, 1146, '0718-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90048, 1146, '0718-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90049, 1146, '0718-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90050, 1146, '0718-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90051, 1146, '0718-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90052, 1146, '0718-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90053, 1146, '0718-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90054, 1146, '0718-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90055, 1146, '0718-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90056, 1146, '0718-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90057, 1146, '0718-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90058, 1146, '0718-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90059, 1146, '0719-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90060, 1146, '0719-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90061, 1146, '0719-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90062, 1146, '0719-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90063, 1146, '0719-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90064, 1146, '0719-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90065, 1146, '0719-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90066, 1146, '0719-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90067, 1146, '0719-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90068, 1146, '0719-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90069, 1146, '0719-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90070, 1146, '0719-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90071, 1146, '0720-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90072, 1146, '0720-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90073, 1146, '0720-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90074, 1146, '0720-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90075, 1146, '0720-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90076, 1146, '0720-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90077, 1146, '0720-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90078, 1146, '0720-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90079, 1146, '0720-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90080, 1146, '0720-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90081, 1146, '0720-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90082, 1146, '0720-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90083, 1146, '0721-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90084, 1146, '0721-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90085, 1146, '0721-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90086, 1146, '0721-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90087, 1146, '0721-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90088, 1146, '0721-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90089, 1146, '0721-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90090, 1146, '0721-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90091, 1146, '0721-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90092, 1146, '0721-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90093, 1146, '0721-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90094, 1146, '0721-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90095, 1146, '0722-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90096, 1146, '0722-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90097, 1146, '0722-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90098, 1146, '0722-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90099, 1146, '0722-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90100, 1146, '0722-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90101, 1146, '0722-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90102, 1146, '0722-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90103, 1146, '0722-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90104, 1146, '0722-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90105, 1146, '0722-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90106, 1146, '0722-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90107, 1146, '0723-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90108, 1146, '0723-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90109, 1146, '0723-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90110, 1146, '0723-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90111, 1146, '0723-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90112, 1146, '0723-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90113, 1146, '0723-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90114, 1146, '0723-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90115, 1146, '0723-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90116, 1146, '0723-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90117, 1146, '0723-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90118, 1146, '0723-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90119, 1146, '0724-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90120, 1146, '0724-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90121, 1146, '0724-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90122, 1146, '0724-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90123, 1146, '0724-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90124, 1146, '0724-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90125, 1146, '0724-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90126, 1146, '0724-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90127, 1146, '0724-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90128, 1146, '0724-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90129, 1146, '0724-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90130, 1146, '0724-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90131, 1146, '0725-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90132, 1146, '0725-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90133, 1146, '0725-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90134, 1146, '0725-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90135, 1146, '0725-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90136, 1146, '0725-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90137, 1146, '0725-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90138, 1146, '0725-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90139, 1146, '0725-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90140, 1146, '0725-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90141, 1146, '0725-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90142, 1146, '0725-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90143, 1146, '0726-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90144, 1146, '0726-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90145, 1146, '0726-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90146, 1146, '0726-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90147, 1146, '0726-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90148, 1146, '0726-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90149, 1146, '0726-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90150, 1146, '0726-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90151, 1146, '0726-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90152, 1146, '0726-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90153, 1146, '0726-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90154, 1146, '0726-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90155, 1146, '0727-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90156, 1146, '0727-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90157, 1146, '0727-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90158, 1146, '0727-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90159, 1146, '0727-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90160, 1146, '0727-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90161, 1146, '0727-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90162, 1146, '0727-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90163, 1146, '0727-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90164, 1146, '0727-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90165, 1146, '0727-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90166, 1146, '0727-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90167, 1146, '0728-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90168, 1146, '0728-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90169, 1146, '0728-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90170, 1146, '0728-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90171, 1146, '0728-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90172, 1146, '0728-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90173, 1146, '0728-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90174, 1146, '0728-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90175, 1146, '0728-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90176, 1146, '0728-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90177, 1146, '0728-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90178, 1146, '0728-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90179, 1146, '0729-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90180, 1146, '0729-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90181, 1146, '0729-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90182, 1146, '0729-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90183, 1146, '0729-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90184, 1146, '0729-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90185, 1146, '0729-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90186, 1146, '0729-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90187, 1146, '0729-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90188, 1146, '0729-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90189, 1146, '0729-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90190, 1146, '0729-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90191, 1146, '0730-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90192, 1146, '0730-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90193, 1146, '0730-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90194, 1146, '0730-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90195, 1146, '0730-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90196, 1146, '0730-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90197, 1146, '0730-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90198, 1146, '0730-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90199, 1146, '0730-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90200, 1146, '0730-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90201, 1146, '0730-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90202, 1146, '0730-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90203, 1146, '0731-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90204, 1146, '0731-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90205, 1146, '0731-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90206, 1146, '0731-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90207, 1146, '0731-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90208, 1146, '0731-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90209, 1146, '0731-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90210, 1146, '0731-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90211, 1146, '0731-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90212, 1146, '0731-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90213, 1146, '0731-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90214, 1146, '0731-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90215, 1146, '0732-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90216, 1146, '0732-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90217, 1146, '0732-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90218, 1146, '0732-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90219, 1146, '0732-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90220, 1146, '0732-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90221, 1146, '0732-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90222, 1146, '0732-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90223, 1146, '0732-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90224, 1146, '0732-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90225, 1146, '0732-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90226, 1146, '0732-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90227, 1146, '0733-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90228, 1146, '0733-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90229, 1146, '0733-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90230, 1146, '0733-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90231, 1146, '0733-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90232, 1146, '0733-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90233, 1146, '0733-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90234, 1146, '0733-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90235, 1146, '0733-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90236, 1146, '0733-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90237, 1146, '0733-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90238, 1146, '0733-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90239, 1146, '0734-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90240, 1146, '0734-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90241, 1146, '0734-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90242, 1146, '0734-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90243, 1146, '0734-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90244, 1146, '0734-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90245, 1146, '0734-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90246, 1146, '0734-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90247, 1146, '0734-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90248, 1146, '0734-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90249, 1146, '0734-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90250, 1146, '0734-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90251, 1146, '0735-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90252, 1146, '0735-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90253, 1146, '0735-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90254, 1146, '0735-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90255, 1146, '0735-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90256, 1146, '0735-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90257, 1146, '0735-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90258, 1146, '0735-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90259, 1146, '0735-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90260, 1146, '0735-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90261, 1146, '0735-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90262, 1146, '0735-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90263, 1146, '0736-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90264, 1146, '0736-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90265, 1146, '0736-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90266, 1146, '0736-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90267, 1146, '0736-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90268, 1146, '0736-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90269, 1146, '0736-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90270, 1146, '0736-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90271, 1146, '0736-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90272, 1146, '0736-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90273, 1146, '0736-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90274, 1146, '0736-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90275, 1146, '0737-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90276, 1146, '0737-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90277, 1146, '0737-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90278, 1146, '0737-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90279, 1146, '0737-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90280, 1146, '0737-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90281, 1146, '0737-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90282, 1146, '0737-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90283, 1146, '0737-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90284, 1146, '0737-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90285, 1146, '0737-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90286, 1146, '0737-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:49', '2023-09-12 17:11:49'),
(90287, 1146, '0738-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90288, 1146, '0738-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90289, 1146, '0738-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90290, 1146, '0738-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90291, 1146, '0738-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90292, 1146, '0738-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90293, 1146, '0738-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90294, 1146, '0738-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90295, 1146, '0738-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90296, 1146, '0738-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90297, 1146, '0738-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90298, 1146, '0738-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90299, 1146, '0739-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90300, 1146, '0739-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90301, 1146, '0739-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90302, 1146, '0739-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90303, 1146, '0739-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90304, 1146, '0739-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90305, 1146, '0739-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90306, 1146, '0739-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90307, 1146, '0739-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90308, 1146, '0739-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90309, 1146, '0739-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90310, 1146, '0739-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90311, 1146, '0740-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90312, 1146, '0740-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90313, 1146, '0740-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90314, 1146, '0740-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90315, 1146, '0740-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90316, 1146, '0740-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90317, 1146, '0740-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90318, 1146, '0740-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90319, 1146, '0740-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90320, 1146, '0740-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90321, 1146, '0740-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90322, 1146, '0740-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90323, 1146, '0741-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90324, 1146, '0741-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90325, 1146, '0741-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90326, 1146, '0741-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90327, 1146, '0741-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90328, 1146, '0741-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90329, 1146, '0741-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90330, 1146, '0741-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90331, 1146, '0741-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90332, 1146, '0741-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90333, 1146, '0741-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90334, 1146, '0741-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90335, 1146, '0742-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90336, 1146, '0742-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90337, 1146, '0742-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90338, 1146, '0742-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90339, 1146, '0742-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90340, 1146, '0742-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90341, 1146, '0742-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90342, 1146, '0742-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90343, 1146, '0742-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90344, 1146, '0742-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90345, 1146, '0742-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90346, 1146, '0742-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90347, 1146, '0743-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90348, 1146, '0743-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90349, 1146, '0743-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90350, 1146, '0743-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90351, 1146, '0743-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90352, 1146, '0743-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90353, 1146, '0743-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90354, 1146, '0743-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90355, 1146, '0743-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90356, 1146, '0743-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90357, 1146, '0743-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90358, 1146, '0743-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90359, 1146, '0744-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90360, 1146, '0744-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90361, 1146, '0744-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90362, 1146, '0744-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90363, 1146, '0744-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90364, 1146, '0744-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90365, 1146, '0744-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90366, 1146, '0744-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90367, 1146, '0744-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90368, 1146, '0744-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90369, 1146, '0744-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90370, 1146, '0744-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90371, 1146, '0745-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90372, 1146, '0745-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90373, 1146, '0745-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90374, 1146, '0745-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90375, 1146, '0745-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90376, 1146, '0745-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90377, 1146, '0745-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90378, 1146, '0745-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90379, 1146, '0745-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90380, 1146, '0745-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90381, 1146, '0745-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90382, 1146, '0745-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90383, 1146, '0746-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90384, 1146, '0746-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90385, 1146, '0746-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90386, 1146, '0746-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90387, 1146, '0746-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90388, 1146, '0746-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90389, 1146, '0746-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90390, 1146, '0746-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90391, 1146, '0746-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90392, 1146, '0746-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90393, 1146, '0746-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90394, 1146, '0746-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90395, 1146, '0747-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90396, 1146, '0747-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90397, 1146, '0747-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90398, 1146, '0747-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90399, 1146, '0747-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90400, 1146, '0747-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90401, 1146, '0747-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90402, 1146, '0747-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90403, 1146, '0747-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90404, 1146, '0747-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90405, 1146, '0747-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90406, 1146, '0747-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90407, 1146, '0748-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90408, 1146, '0748-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90409, 1146, '0748-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90410, 1146, '0748-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90411, 1146, '0748-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90412, 1146, '0748-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90413, 1146, '0748-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90414, 1146, '0748-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90415, 1146, '0748-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90416, 1146, '0748-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90417, 1146, '0748-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90418, 1146, '0748-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90419, 1146, '0749-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90420, 1146, '0749-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90421, 1146, '0749-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(90422, 1146, '0749-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90423, 1146, '0749-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90424, 1146, '0749-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90425, 1146, '0749-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90426, 1146, '0749-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90427, 1146, '0749-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90428, 1146, '0749-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90429, 1146, '0749-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90430, 1146, '0749-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90431, 1146, '0750-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90432, 1146, '0750-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90433, 1146, '0750-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90434, 1146, '0750-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90435, 1146, '0750-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90436, 1146, '0750-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90437, 1146, '0750-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90438, 1146, '0750-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90439, 1146, '0750-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90440, 1146, '0750-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90441, 1146, '0750-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90442, 1146, '0750-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90443, 1146, '0751-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90444, 1146, '0751-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90445, 1146, '0751-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90446, 1146, '0751-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90447, 1146, '0751-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90448, 1146, '0751-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90449, 1146, '0751-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90450, 1146, '0751-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90451, 1146, '0751-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90452, 1146, '0751-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90453, 1146, '0751-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90454, 1146, '0751-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90455, 1146, '0752-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90456, 1146, '0752-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90457, 1146, '0752-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90458, 1146, '0752-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90459, 1146, '0752-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90460, 1146, '0752-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90461, 1146, '0752-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90462, 1146, '0752-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90463, 1146, '0752-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90464, 1146, '0752-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90465, 1146, '0752-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90466, 1146, '0752-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90467, 1146, '0753-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90468, 1146, '0753-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90469, 1146, '0753-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90470, 1146, '0753-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90471, 1146, '0753-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90472, 1146, '0753-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90473, 1146, '0753-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90474, 1146, '0753-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90475, 1146, '0753-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90476, 1146, '0753-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90477, 1146, '0753-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90478, 1146, '0753-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90479, 1146, '0754-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90480, 1146, '0754-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90481, 1146, '0754-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90482, 1146, '0754-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90483, 1146, '0754-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90484, 1146, '0754-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90485, 1146, '0754-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90486, 1146, '0754-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90487, 1146, '0754-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90488, 1146, '0754-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90489, 1146, '0754-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90490, 1146, '0754-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90491, 1146, '0755-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90492, 1146, '0755-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90493, 1146, '0755-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90494, 1146, '0755-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90495, 1146, '0755-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90496, 1146, '0755-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90497, 1146, '0755-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90498, 1146, '0755-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90499, 1146, '0755-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90500, 1146, '0755-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90501, 1146, '0755-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90502, 1146, '0755-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90503, 1146, '0756-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90504, 1146, '0756-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90505, 1146, '0756-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90506, 1146, '0756-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90507, 1146, '0756-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90508, 1146, '0756-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90509, 1146, '0756-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90510, 1146, '0756-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90511, 1146, '0756-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90512, 1146, '0756-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90513, 1146, '0756-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90514, 1146, '0756-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90515, 1146, '0757-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90516, 1146, '0757-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90517, 1146, '0757-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90518, 1146, '0757-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90519, 1146, '0757-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90520, 1146, '0757-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90521, 1146, '0757-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90522, 1146, '0757-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90523, 1146, '0757-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90524, 1146, '0757-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90525, 1146, '0757-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90526, 1146, '0757-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90527, 1146, '0758-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90528, 1146, '0758-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90529, 1146, '0758-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90530, 1146, '0758-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90531, 1146, '0758-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90532, 1146, '0758-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90533, 1146, '0758-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90534, 1146, '0758-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90535, 1146, '0758-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90536, 1146, '0758-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90537, 1146, '0758-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90538, 1146, '0758-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90539, 1146, '0759-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90540, 1146, '0759-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90541, 1146, '0759-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90542, 1146, '0759-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90543, 1146, '0759-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90544, 1146, '0759-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90545, 1146, '0759-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90546, 1146, '0759-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90547, 1146, '0759-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90548, 1146, '0759-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90549, 1146, '0759-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90550, 1146, '0759-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90551, 1146, '0760-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90552, 1146, '0760-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90553, 1146, '0760-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90554, 1146, '0760-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90555, 1146, '0760-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90556, 1146, '0760-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90557, 1146, '0760-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90558, 1146, '0760-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90559, 1146, '0760-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90560, 1146, '0760-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90561, 1146, '0760-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90562, 1146, '0760-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90563, 1146, '0761-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90564, 1146, '0761-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90565, 1146, '0761-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90566, 1146, '0761-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90567, 1146, '0761-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90568, 1146, '0761-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90569, 1146, '0761-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90570, 1146, '0761-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90571, 1146, '0761-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90572, 1146, '0761-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90573, 1146, '0761-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90574, 1146, '0761-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90575, 1146, '0762-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90576, 1146, '0762-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90577, 1146, '0762-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90578, 1146, '0762-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90579, 1146, '0762-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90580, 1146, '0762-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90581, 1146, '0762-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90582, 1146, '0762-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90583, 1146, '0762-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90584, 1146, '0762-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90585, 1146, '0762-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90586, 1146, '0762-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90587, 1146, '0763-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90588, 1146, '0763-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90589, 1146, '0763-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90590, 1146, '0763-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90591, 1146, '0763-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90592, 1146, '0763-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90593, 1146, '0763-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90594, 1146, '0763-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90595, 1146, '0763-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90596, 1146, '0763-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90597, 1146, '0763-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90598, 1146, '0763-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90599, 1146, '0764-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90600, 1146, '0764-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90601, 1146, '0764-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90602, 1146, '0764-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90603, 1146, '0764-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90604, 1146, '0764-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90605, 1146, '0764-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90606, 1146, '0764-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90607, 1146, '0764-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90608, 1146, '0764-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90609, 1146, '0764-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90610, 1146, '0764-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90611, 1146, '0765-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90612, 1146, '0765-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90613, 1146, '0765-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90614, 1146, '0765-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90615, 1146, '0765-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90616, 1146, '0765-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90617, 1146, '0765-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90618, 1146, '0765-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90619, 1146, '0765-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90620, 1146, '0765-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90621, 1146, '0765-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90622, 1146, '0765-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90623, 1146, '0766-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90624, 1146, '0766-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90625, 1146, '0766-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90626, 1146, '0766-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90627, 1146, '0766-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90628, 1146, '0766-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90629, 1146, '0766-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90630, 1146, '0766-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90631, 1146, '0766-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90632, 1146, '0766-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90633, 1146, '0766-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90634, 1146, '0766-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90635, 1146, '0767-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90636, 1146, '0767-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90637, 1146, '0767-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90638, 1146, '0767-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90639, 1146, '0767-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90640, 1146, '0767-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90641, 1146, '0767-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90642, 1146, '0767-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90643, 1146, '0767-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90644, 1146, '0767-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90645, 1146, '0767-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90646, 1146, '0767-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90647, 1146, '0768-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90648, 1146, '0768-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90649, 1146, '0768-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90650, 1146, '0768-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90651, 1146, '0768-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90652, 1146, '0768-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90653, 1146, '0768-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90654, 1146, '0768-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90655, 1146, '0768-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90656, 1146, '0768-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90657, 1146, '0768-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90658, 1146, '0768-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90659, 1146, '0769-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90660, 1146, '0769-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90661, 1146, '0769-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90662, 1146, '0769-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90663, 1146, '0769-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90664, 1146, '0769-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90665, 1146, '0769-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90666, 1146, '0769-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90667, 1146, '0769-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90668, 1146, '0769-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90669, 1146, '0769-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90670, 1146, '0769-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90671, 1146, '0770-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90672, 1146, '0770-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90673, 1146, '0770-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90674, 1146, '0770-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90675, 1146, '0770-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90676, 1146, '0770-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90677, 1146, '0770-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90678, 1146, '0770-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90679, 1146, '0770-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:50', '2023-09-12 17:11:50'),
(90680, 1146, '0770-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90681, 1146, '0770-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90682, 1146, '0770-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90683, 1146, '0771-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90684, 1146, '0771-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90685, 1146, '0771-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90686, 1146, '0771-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90687, 1146, '0771-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90688, 1146, '0771-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90689, 1146, '0771-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90690, 1146, '0771-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90691, 1146, '0771-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90692, 1146, '0771-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90693, 1146, '0771-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90694, 1146, '0771-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90695, 1146, '0772-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90696, 1146, '0772-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90697, 1146, '0772-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90698, 1146, '0772-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90699, 1146, '0772-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90700, 1146, '0772-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90701, 1146, '0772-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90702, 1146, '0772-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90703, 1146, '0772-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90704, 1146, '0772-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90705, 1146, '0772-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90706, 1146, '0772-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90707, 1146, '0773-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90708, 1146, '0773-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90709, 1146, '0773-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90710, 1146, '0773-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90711, 1146, '0773-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90712, 1146, '0773-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90713, 1146, '0773-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90714, 1146, '0773-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90715, 1146, '0773-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90716, 1146, '0773-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90717, 1146, '0773-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90718, 1146, '0773-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90719, 1146, '0774-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90720, 1146, '0774-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90721, 1146, '0774-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90722, 1146, '0774-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90723, 1146, '0774-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90724, 1146, '0774-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90725, 1146, '0774-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90726, 1146, '0774-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90727, 1146, '0774-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90728, 1146, '0774-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90729, 1146, '0774-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90730, 1146, '0774-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90731, 1146, '0775-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90732, 1146, '0775-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90733, 1146, '0775-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90734, 1146, '0775-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90735, 1146, '0775-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90736, 1146, '0775-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90737, 1146, '0775-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90738, 1146, '0775-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90739, 1146, '0775-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90740, 1146, '0775-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90741, 1146, '0775-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90742, 1146, '0775-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90743, 1146, '0776-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90744, 1146, '0776-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90745, 1146, '0776-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90746, 1146, '0776-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90747, 1146, '0776-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90748, 1146, '0776-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90749, 1146, '0776-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90750, 1146, '0776-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90751, 1146, '0776-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90752, 1146, '0776-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90753, 1146, '0776-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90754, 1146, '0776-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90755, 1146, '0777-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90756, 1146, '0777-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90757, 1146, '0777-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90758, 1146, '0777-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90759, 1146, '0777-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90760, 1146, '0777-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90761, 1146, '0777-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90762, 1146, '0777-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90763, 1146, '0777-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90764, 1146, '0777-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90765, 1146, '0777-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90766, 1146, '0777-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90767, 1146, '0778-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90768, 1146, '0778-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90769, 1146, '0778-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90770, 1146, '0778-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90771, 1146, '0778-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90772, 1146, '0778-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90773, 1146, '0778-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90774, 1146, '0778-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90775, 1146, '0778-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90776, 1146, '0778-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90777, 1146, '0778-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90778, 1146, '0778-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90779, 1146, '0779-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90780, 1146, '0779-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90781, 1146, '0779-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90782, 1146, '0779-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90783, 1146, '0779-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90784, 1146, '0779-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90785, 1146, '0779-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90786, 1146, '0779-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90787, 1146, '0779-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90788, 1146, '0779-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90789, 1146, '0779-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90790, 1146, '0779-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90791, 1146, '0780-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90792, 1146, '0780-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90793, 1146, '0780-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90794, 1146, '0780-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90795, 1146, '0780-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90796, 1146, '0780-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90797, 1146, '0780-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90798, 1146, '0780-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90799, 1146, '0780-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90800, 1146, '0780-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90801, 1146, '0780-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90802, 1146, '0780-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90803, 1146, '0781-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90804, 1146, '0781-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90805, 1146, '0781-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90806, 1146, '0781-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90807, 1146, '0781-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90808, 1146, '0781-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90809, 1146, '0781-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90810, 1146, '0781-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90811, 1146, '0781-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90812, 1146, '0781-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90813, 1146, '0781-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90814, 1146, '0781-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90815, 1146, '0782-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90816, 1146, '0782-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90817, 1146, '0782-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90818, 1146, '0782-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90819, 1146, '0782-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90820, 1146, '0782-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90821, 1146, '0782-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90822, 1146, '0782-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90823, 1146, '0782-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90824, 1146, '0782-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90825, 1146, '0782-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90826, 1146, '0782-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90827, 1146, '0783-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90828, 1146, '0783-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90829, 1146, '0783-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90830, 1146, '0783-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90831, 1146, '0783-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90832, 1146, '0783-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90833, 1146, '0783-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90834, 1146, '0783-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90835, 1146, '0783-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90836, 1146, '0783-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90837, 1146, '0783-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90838, 1146, '0783-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90839, 1146, '0784-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90840, 1146, '0784-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90841, 1146, '0784-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90842, 1146, '0784-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90843, 1146, '0784-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90844, 1146, '0784-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90845, 1146, '0784-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90846, 1146, '0784-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90847, 1146, '0784-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90848, 1146, '0784-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90849, 1146, '0784-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90850, 1146, '0784-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90851, 1146, '0785-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90852, 1146, '0785-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90853, 1146, '0785-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90854, 1146, '0785-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90855, 1146, '0785-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90856, 1146, '0785-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90857, 1146, '0785-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90858, 1146, '0785-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90859, 1146, '0785-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90860, 1146, '0785-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90861, 1146, '0785-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90862, 1146, '0785-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90863, 1146, '0786-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90864, 1146, '0786-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90865, 1146, '0786-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90866, 1146, '0786-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90867, 1146, '0786-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90868, 1146, '0786-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90869, 1146, '0786-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90870, 1146, '0786-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90871, 1146, '0786-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90872, 1146, '0786-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90873, 1146, '0786-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90874, 1146, '0786-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90875, 1146, '0787-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90876, 1146, '0787-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90877, 1146, '0787-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90878, 1146, '0787-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90879, 1146, '0787-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90880, 1146, '0787-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90881, 1146, '0787-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90882, 1146, '0787-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(90883, 1146, '0787-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90884, 1146, '0787-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90885, 1146, '0787-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90886, 1146, '0787-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90887, 1146, '0788-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90888, 1146, '0788-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90889, 1146, '0788-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90890, 1146, '0788-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90891, 1146, '0788-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90892, 1146, '0788-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90893, 1146, '0788-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90894, 1146, '0788-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90895, 1146, '0788-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90896, 1146, '0788-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90897, 1146, '0788-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90898, 1146, '0788-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90899, 1146, '0789-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90900, 1146, '0789-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90901, 1146, '0789-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90902, 1146, '0789-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90903, 1146, '0789-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90904, 1146, '0789-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90905, 1146, '0789-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90906, 1146, '0789-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90907, 1146, '0789-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90908, 1146, '0789-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90909, 1146, '0789-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90910, 1146, '0789-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90911, 1146, '0790-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90912, 1146, '0790-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90913, 1146, '0790-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90914, 1146, '0790-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90915, 1146, '0790-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90916, 1146, '0790-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90917, 1146, '0790-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90918, 1146, '0790-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90919, 1146, '0790-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90920, 1146, '0790-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90921, 1146, '0790-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90922, 1146, '0790-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90923, 1146, '0791-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90924, 1146, '0791-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90925, 1146, '0791-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90926, 1146, '0791-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90927, 1146, '0791-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90928, 1146, '0791-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90929, 1146, '0791-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90930, 1146, '0791-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90931, 1146, '0791-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90932, 1146, '0791-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90933, 1146, '0791-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90934, 1146, '0791-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90935, 1146, '0792-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90936, 1146, '0792-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90937, 1146, '0792-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90938, 1146, '0792-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90939, 1146, '0792-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90940, 1146, '0792-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90941, 1146, '0792-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90942, 1146, '0792-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90943, 1146, '0792-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90944, 1146, '0792-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90945, 1146, '0792-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90946, 1146, '0792-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90947, 1146, '0793-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90948, 1146, '0793-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90949, 1146, '0793-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90950, 1146, '0793-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90951, 1146, '0793-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90952, 1146, '0793-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90953, 1146, '0793-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90954, 1146, '0793-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90955, 1146, '0793-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90956, 1146, '0793-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90957, 1146, '0793-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90958, 1146, '0793-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90959, 1146, '0794-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90960, 1146, '0794-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90961, 1146, '0794-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90962, 1146, '0794-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90963, 1146, '0794-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90964, 1146, '0794-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90965, 1146, '0794-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90966, 1146, '0794-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90967, 1146, '0794-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90968, 1146, '0794-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90969, 1146, '0794-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90970, 1146, '0794-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90971, 1146, '0795-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90972, 1146, '0795-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90973, 1146, '0795-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90974, 1146, '0795-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90975, 1146, '0795-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90976, 1146, '0795-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90977, 1146, '0795-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90978, 1146, '0795-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90979, 1146, '0795-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90980, 1146, '0795-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90981, 1146, '0795-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90982, 1146, '0795-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90983, 1146, '0796-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90984, 1146, '0796-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90985, 1146, '0796-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90986, 1146, '0796-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90987, 1146, '0796-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90988, 1146, '0796-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90989, 1146, '0796-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90990, 1146, '0796-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90991, 1146, '0796-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90992, 1146, '0796-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90993, 1146, '0796-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90994, 1146, '0796-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90995, 1146, '0797-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90996, 1146, '0797-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90997, 1146, '0797-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90998, 1146, '0797-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(90999, 1146, '0797-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(91000, 1146, '0797-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(91001, 1146, '0797-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(91002, 1146, '0797-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(91003, 1146, '0797-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(91004, 1146, '0797-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(91005, 1146, '0797-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(91006, 1146, '0797-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(91007, 1146, '0798-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(91008, 1146, '0798-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(91009, 1146, '0798-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(91010, 1146, '0798-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(91011, 1146, '0798-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(91012, 1146, '0798-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(91013, 1146, '0798-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(91014, 1146, '0798-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(91015, 1146, '0798-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(91016, 1146, '0798-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(91017, 1146, '0798-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(91018, 1146, '0798-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(91019, 1146, '0799-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(91020, 1146, '0799-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(91021, 1146, '0799-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(91022, 1146, '0799-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(91023, 1146, '0799-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(91024, 1146, '0799-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(91025, 1146, '0799-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(91026, 1146, '0799-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(91027, 1146, '0799-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(91028, 1146, '0799-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(91029, 1146, '0799-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(91030, 1146, '0799-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(91031, 1146, '0800-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(91032, 1146, '0800-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(91033, 1146, '0800-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(91034, 1146, '0800-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(91035, 1146, '0800-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(91036, 1146, '0800-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(91037, 1146, '0800-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(91038, 1146, '0800-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(91039, 1146, '0800-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(91040, 1146, '0800-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(91041, 1146, '0800-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(91042, 1146, '0800-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(91043, 1146, '0801-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(91044, 1146, '0801-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(91045, 1146, '0801-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(91046, 1146, '0801-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(91047, 1146, '0801-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(91048, 1146, '0801-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(91049, 1146, '0801-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(91050, 1146, '0801-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(91051, 1146, '0801-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(91052, 1146, '0801-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(91053, 1146, '0801-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(91054, 1146, '0801-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(91055, 1146, '0802-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(91056, 1146, '0802-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(91057, 1146, '0802-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(91058, 1146, '0802-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(91059, 1146, '0802-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(91060, 1146, '0802-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(91061, 1146, '0802-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(91062, 1146, '0802-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(91063, 1146, '0802-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(91064, 1146, '0802-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(91065, 1146, '0802-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(91066, 1146, '0802-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(91067, 1146, '0803-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(91068, 1146, '0803-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(91069, 1146, '0803-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(91070, 1146, '0803-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(91071, 1146, '0803-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(91072, 1146, '0803-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(91073, 1146, '0803-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(91074, 1146, '0803-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(91075, 1146, '0803-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(91076, 1146, '0803-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(91077, 1146, '0803-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(91078, 1146, '0803-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(91079, 1146, '0804-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(91080, 1146, '0804-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(91081, 1146, '0804-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(91082, 1146, '0804-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(91083, 1146, '0804-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(91084, 1146, '0804-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(91085, 1146, '0804-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(91086, 1146, '0804-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(91087, 1146, '0804-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(91088, 1146, '0804-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(91089, 1146, '0804-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(91090, 1146, '0804-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(91091, 1146, '0805-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(91092, 1146, '0805-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(91093, 1146, '0805-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(91094, 1146, '0805-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:51', '2023-09-12 17:11:51'),
(91095, 1146, '0805-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91096, 1146, '0805-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91097, 1146, '0805-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91098, 1146, '0805-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91099, 1146, '0805-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91100, 1146, '0805-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91101, 1146, '0805-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91102, 1146, '0805-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91103, 1146, '0806-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91104, 1146, '0806-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91105, 1146, '0806-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91106, 1146, '0806-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91107, 1146, '0806-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91108, 1146, '0806-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91109, 1146, '0806-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91110, 1146, '0806-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91111, 1146, '0806-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91112, 1146, '0806-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91113, 1146, '0806-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91114, 1146, '0806-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91115, 1146, '0807-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91116, 1146, '0807-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91117, 1146, '0807-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91118, 1146, '0807-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91119, 1146, '0807-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91120, 1146, '0807-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91121, 1146, '0807-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91122, 1146, '0807-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91123, 1146, '0807-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91124, 1146, '0807-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91125, 1146, '0807-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91126, 1146, '0807-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91127, 1146, '0808-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91128, 1146, '0808-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91129, 1146, '0808-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91130, 1146, '0808-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91131, 1146, '0808-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91132, 1146, '0808-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91133, 1146, '0808-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91134, 1146, '0808-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91135, 1146, '0808-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91136, 1146, '0808-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91137, 1146, '0808-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91138, 1146, '0808-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91139, 1146, '0809-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91140, 1146, '0809-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91141, 1146, '0809-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91142, 1146, '0809-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91143, 1146, '0809-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91144, 1146, '0809-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91145, 1146, '0809-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91146, 1146, '0809-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91147, 1146, '0809-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91148, 1146, '0809-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91149, 1146, '0809-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91150, 1146, '0809-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91151, 1146, '0810-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91152, 1146, '0810-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91153, 1146, '0810-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91154, 1146, '0810-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91155, 1146, '0810-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91156, 1146, '0810-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91157, 1146, '0810-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91158, 1146, '0810-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91159, 1146, '0810-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91160, 1146, '0810-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91161, 1146, '0810-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91162, 1146, '0810-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91163, 1146, '0811-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91164, 1146, '0811-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91165, 1146, '0811-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91166, 1146, '0811-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91167, 1146, '0811-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91168, 1146, '0811-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91169, 1146, '0811-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91170, 1146, '0811-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91171, 1146, '0811-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91172, 1146, '0811-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91173, 1146, '0811-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91174, 1146, '0811-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91175, 1146, '0812-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91176, 1146, '0812-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91177, 1146, '0812-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91178, 1146, '0812-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91179, 1146, '0812-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91180, 1146, '0812-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91181, 1146, '0812-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91182, 1146, '0812-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91183, 1146, '0812-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91184, 1146, '0812-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91185, 1146, '0812-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91186, 1146, '0812-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91187, 1146, '0813-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91188, 1146, '0813-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91189, 1146, '0813-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91190, 1146, '0813-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91191, 1146, '0813-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91192, 1146, '0813-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91193, 1146, '0813-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91194, 1146, '0813-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91195, 1146, '0813-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91196, 1146, '0813-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91197, 1146, '0813-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91198, 1146, '0813-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91199, 1146, '0814-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91200, 1146, '0814-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91201, 1146, '0814-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91202, 1146, '0814-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91203, 1146, '0814-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91204, 1146, '0814-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91205, 1146, '0814-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91206, 1146, '0814-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91207, 1146, '0814-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91208, 1146, '0814-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91209, 1146, '0814-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91210, 1146, '0814-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91211, 1146, '0815-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91212, 1146, '0815-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91213, 1146, '0815-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91214, 1146, '0815-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91215, 1146, '0815-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91216, 1146, '0815-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91217, 1146, '0815-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91218, 1146, '0815-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91219, 1146, '0815-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91220, 1146, '0815-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91221, 1146, '0815-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91222, 1146, '0815-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91223, 1146, '0816-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91224, 1146, '0816-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91225, 1146, '0816-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91226, 1146, '0816-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91227, 1146, '0816-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91228, 1146, '0816-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91229, 1146, '0816-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91230, 1146, '0816-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91231, 1146, '0816-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91232, 1146, '0816-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91233, 1146, '0816-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91234, 1146, '0816-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91235, 1146, '0817-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91236, 1146, '0817-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91237, 1146, '0817-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91238, 1146, '0817-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91239, 1146, '0817-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91240, 1146, '0817-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91241, 1146, '0817-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91242, 1146, '0817-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91243, 1146, '0817-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91244, 1146, '0817-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91245, 1146, '0817-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91246, 1146, '0817-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91247, 1146, '0818-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91248, 1146, '0818-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91249, 1146, '0818-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91250, 1146, '0818-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91251, 1146, '0818-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91252, 1146, '0818-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91253, 1146, '0818-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91254, 1146, '0818-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91255, 1146, '0818-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91256, 1146, '0818-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91257, 1146, '0818-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91258, 1146, '0818-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91259, 1146, '0819-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91260, 1146, '0819-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91261, 1146, '0819-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91262, 1146, '0819-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91263, 1146, '0819-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91264, 1146, '0819-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91265, 1146, '0819-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91266, 1146, '0819-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91267, 1146, '0819-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91268, 1146, '0819-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91269, 1146, '0819-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91270, 1146, '0819-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91271, 1146, '0820-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91272, 1146, '0820-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91273, 1146, '0820-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91274, 1146, '0820-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91275, 1146, '0820-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91276, 1146, '0820-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91277, 1146, '0820-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91278, 1146, '0820-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91279, 1146, '0820-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91280, 1146, '0820-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91281, 1146, '0820-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91282, 1146, '0820-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91283, 1146, '0821-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91284, 1146, '0821-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91285, 1146, '0821-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91286, 1146, '0821-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91287, 1146, '0821-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91288, 1146, '0821-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91289, 1146, '0821-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91290, 1146, '0821-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91291, 1146, '0821-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91292, 1146, '0821-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91293, 1146, '0821-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91294, 1146, '0821-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91295, 1146, '0822-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91296, 1146, '0822-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91297, 1146, '0822-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91298, 1146, '0822-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91299, 1146, '0822-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91300, 1146, '0822-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91301, 1146, '0822-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91302, 1146, '0822-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91303, 1146, '0822-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91304, 1146, '0822-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91305, 1146, '0822-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91306, 1146, '0822-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91307, 1146, '0823-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91308, 1146, '0823-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91309, 1146, '0823-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91310, 1146, '0823-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91311, 1146, '0823-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91312, 1146, '0823-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91313, 1146, '0823-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91314, 1146, '0823-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91315, 1146, '0823-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91316, 1146, '0823-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91317, 1146, '0823-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91318, 1146, '0823-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91319, 1146, '0824-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91320, 1146, '0824-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91321, 1146, '0824-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91322, 1146, '0824-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91323, 1146, '0824-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91324, 1146, '0824-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91325, 1146, '0824-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91326, 1146, '0824-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91327, 1146, '0824-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91328, 1146, '0824-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91329, 1146, '0824-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91330, 1146, '0824-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91331, 1146, '0825-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91332, 1146, '0825-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91333, 1146, '0825-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91334, 1146, '0825-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91335, 1146, '0825-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91336, 1146, '0825-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91337, 1146, '0825-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91338, 1146, '0825-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91339, 1146, '0825-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91340, 1146, '0825-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91341, 1146, '0825-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91342, 1146, '0825-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91343, 1146, '0826-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(91344, 1146, '0826-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91345, 1146, '0826-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91346, 1146, '0826-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91347, 1146, '0826-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91348, 1146, '0826-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91349, 1146, '0826-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91350, 1146, '0826-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91351, 1146, '0826-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91352, 1146, '0826-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91353, 1146, '0826-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91354, 1146, '0826-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91355, 1146, '0827-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91356, 1146, '0827-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91357, 1146, '0827-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91358, 1146, '0827-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91359, 1146, '0827-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91360, 1146, '0827-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91361, 1146, '0827-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91362, 1146, '0827-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91363, 1146, '0827-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91364, 1146, '0827-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91365, 1146, '0827-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91366, 1146, '0827-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91367, 1146, '0828-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91368, 1146, '0828-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91369, 1146, '0828-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91370, 1146, '0828-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91371, 1146, '0828-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91372, 1146, '0828-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91373, 1146, '0828-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91374, 1146, '0828-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91375, 1146, '0828-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91376, 1146, '0828-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91377, 1146, '0828-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91378, 1146, '0828-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91379, 1146, '0829-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91380, 1146, '0829-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91381, 1146, '0829-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91382, 1146, '0829-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91383, 1146, '0829-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91384, 1146, '0829-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91385, 1146, '0829-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91386, 1146, '0829-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91387, 1146, '0829-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91388, 1146, '0829-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91389, 1146, '0829-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91390, 1146, '0829-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91391, 1146, '0830-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91392, 1146, '0830-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91393, 1146, '0830-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91394, 1146, '0830-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91395, 1146, '0830-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91396, 1146, '0830-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91397, 1146, '0830-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91398, 1146, '0830-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91399, 1146, '0830-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91400, 1146, '0830-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91401, 1146, '0830-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91402, 1146, '0830-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91403, 1146, '0831-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91404, 1146, '0831-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91405, 1146, '0831-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91406, 1146, '0831-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91407, 1146, '0831-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91408, 1146, '0831-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91409, 1146, '0831-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91410, 1146, '0831-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91411, 1146, '0831-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91412, 1146, '0831-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91413, 1146, '0831-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91414, 1146, '0831-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91415, 1146, '0832-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91416, 1146, '0832-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91417, 1146, '0832-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91418, 1146, '0832-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91419, 1146, '0832-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91420, 1146, '0832-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91421, 1146, '0832-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91422, 1146, '0832-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91423, 1146, '0832-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91424, 1146, '0832-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91425, 1146, '0832-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91426, 1146, '0832-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91427, 1146, '0833-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91428, 1146, '0833-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91429, 1146, '0833-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91430, 1146, '0833-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91431, 1146, '0833-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91432, 1146, '0833-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91433, 1146, '0833-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91434, 1146, '0833-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91435, 1146, '0833-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91436, 1146, '0833-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91437, 1146, '0833-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91438, 1146, '0833-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91439, 1146, '0834-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91440, 1146, '0834-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91441, 1146, '0834-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91442, 1146, '0834-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91443, 1146, '0834-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91444, 1146, '0834-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91445, 1146, '0834-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91446, 1146, '0834-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91447, 1146, '0834-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91448, 1146, '0834-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91449, 1146, '0834-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91450, 1146, '0834-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91451, 1146, '0835-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91452, 1146, '0835-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91453, 1146, '0835-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91454, 1146, '0835-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91455, 1146, '0835-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91456, 1146, '0835-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91457, 1146, '0835-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91458, 1146, '0835-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91459, 1146, '0835-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91460, 1146, '0835-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91461, 1146, '0835-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91462, 1146, '0835-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91463, 1146, '0836-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91464, 1146, '0836-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91465, 1146, '0836-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91466, 1146, '0836-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91467, 1146, '0836-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91468, 1146, '0836-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91469, 1146, '0836-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91470, 1146, '0836-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91471, 1146, '0836-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91472, 1146, '0836-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91473, 1146, '0836-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91474, 1146, '0836-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91475, 1146, '0837-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91476, 1146, '0837-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91477, 1146, '0837-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91478, 1146, '0837-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91479, 1146, '0837-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91480, 1146, '0837-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91481, 1146, '0837-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91482, 1146, '0837-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91483, 1146, '0837-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91484, 1146, '0837-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91485, 1146, '0837-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91486, 1146, '0837-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91487, 1146, '0838-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91488, 1146, '0838-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91489, 1146, '0838-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91490, 1146, '0838-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91491, 1146, '0838-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91492, 1146, '0838-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91493, 1146, '0838-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91494, 1146, '0838-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91495, 1146, '0838-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:52', '2023-09-12 17:11:52'),
(91496, 1146, '0838-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91497, 1146, '0838-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91498, 1146, '0838-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91499, 1146, '0839-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91500, 1146, '0839-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91501, 1146, '0839-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91502, 1146, '0839-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91503, 1146, '0839-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91504, 1146, '0839-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91505, 1146, '0839-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91506, 1146, '0839-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91507, 1146, '0839-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91508, 1146, '0839-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91509, 1146, '0839-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91510, 1146, '0839-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91511, 1146, '0840-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91512, 1146, '0840-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91513, 1146, '0840-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91514, 1146, '0840-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91515, 1146, '0840-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91516, 1146, '0840-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91517, 1146, '0840-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91518, 1146, '0840-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91519, 1146, '0840-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91520, 1146, '0840-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91521, 1146, '0840-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91522, 1146, '0840-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91523, 1146, '0841-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91524, 1146, '0841-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91525, 1146, '0841-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91526, 1146, '0841-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91527, 1146, '0841-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91528, 1146, '0841-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91529, 1146, '0841-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91530, 1146, '0841-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91531, 1146, '0841-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91532, 1146, '0841-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91533, 1146, '0841-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91534, 1146, '0841-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91535, 1146, '0842-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91536, 1146, '0842-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91537, 1146, '0842-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91538, 1146, '0842-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91539, 1146, '0842-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91540, 1146, '0842-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91541, 1146, '0842-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91542, 1146, '0842-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91543, 1146, '0842-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91544, 1146, '0842-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91545, 1146, '0842-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91546, 1146, '0842-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91547, 1146, '0843-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91548, 1146, '0843-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91549, 1146, '0843-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91550, 1146, '0843-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91551, 1146, '0843-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91552, 1146, '0843-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91553, 1146, '0843-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91554, 1146, '0843-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91555, 1146, '0843-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91556, 1146, '0843-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91557, 1146, '0843-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91558, 1146, '0843-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91559, 1146, '0844-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91560, 1146, '0844-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91561, 1146, '0844-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91562, 1146, '0844-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91563, 1146, '0844-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91564, 1146, '0844-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91565, 1146, '0844-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91566, 1146, '0844-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91567, 1146, '0844-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91568, 1146, '0844-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91569, 1146, '0844-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91570, 1146, '0844-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91571, 1146, '0845-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91572, 1146, '0845-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91573, 1146, '0845-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91574, 1146, '0845-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91575, 1146, '0845-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91576, 1146, '0845-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91577, 1146, '0845-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91578, 1146, '0845-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91579, 1146, '0845-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91580, 1146, '0845-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91581, 1146, '0845-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91582, 1146, '0845-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91583, 1146, '0846-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91584, 1146, '0846-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91585, 1146, '0846-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91586, 1146, '0846-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91587, 1146, '0846-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91588, 1146, '0846-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91589, 1146, '0846-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91590, 1146, '0846-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91591, 1146, '0846-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91592, 1146, '0846-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91593, 1146, '0846-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91594, 1146, '0846-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91595, 1146, '0847-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91596, 1146, '0847-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91597, 1146, '0847-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91598, 1146, '0847-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91599, 1146, '0847-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91600, 1146, '0847-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91601, 1146, '0847-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91602, 1146, '0847-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91603, 1146, '0847-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91604, 1146, '0847-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91605, 1146, '0847-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91606, 1146, '0847-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91607, 1146, '0848-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91608, 1146, '0848-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91609, 1146, '0848-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91610, 1146, '0848-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91611, 1146, '0848-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91612, 1146, '0848-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91613, 1146, '0848-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91614, 1146, '0848-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91615, 1146, '0848-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91616, 1146, '0848-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91617, 1146, '0848-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91618, 1146, '0848-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91619, 1146, '0849-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91620, 1146, '0849-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91621, 1146, '0849-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91622, 1146, '0849-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91623, 1146, '0849-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91624, 1146, '0849-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91625, 1146, '0849-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91626, 1146, '0849-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91627, 1146, '0849-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91628, 1146, '0849-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91629, 1146, '0849-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91630, 1146, '0849-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91631, 1146, '0850-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91632, 1146, '0850-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91633, 1146, '0850-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91634, 1146, '0850-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91635, 1146, '0850-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91636, 1146, '0850-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91637, 1146, '0850-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91638, 1146, '0850-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91639, 1146, '0850-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91640, 1146, '0850-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91641, 1146, '0850-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91642, 1146, '0850-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91643, 1146, '0851-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91644, 1146, '0851-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91645, 1146, '0851-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91646, 1146, '0851-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91647, 1146, '0851-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91648, 1146, '0851-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91649, 1146, '0851-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91650, 1146, '0851-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91651, 1146, '0851-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91652, 1146, '0851-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91653, 1146, '0851-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91654, 1146, '0851-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91655, 1146, '0852-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91656, 1146, '0852-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91657, 1146, '0852-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91658, 1146, '0852-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91659, 1146, '0852-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91660, 1146, '0852-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91661, 1146, '0852-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91662, 1146, '0852-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91663, 1146, '0852-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91664, 1146, '0852-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91665, 1146, '0852-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91666, 1146, '0852-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91667, 1146, '0853-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91668, 1146, '0853-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91669, 1146, '0853-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91670, 1146, '0853-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91671, 1146, '0853-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91672, 1146, '0853-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91673, 1146, '0853-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91674, 1146, '0853-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91675, 1146, '0853-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91676, 1146, '0853-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91677, 1146, '0853-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91678, 1146, '0853-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91679, 1146, '0854-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91680, 1146, '0854-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91681, 1146, '0854-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91682, 1146, '0854-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91683, 1146, '0854-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91684, 1146, '0854-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91685, 1146, '0854-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91686, 1146, '0854-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91687, 1146, '0854-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91688, 1146, '0854-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91689, 1146, '0854-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91690, 1146, '0854-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91691, 1146, '0855-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91692, 1146, '0855-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91693, 1146, '0855-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91694, 1146, '0855-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91695, 1146, '0855-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91696, 1146, '0855-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91697, 1146, '0855-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91698, 1146, '0855-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91699, 1146, '0855-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91700, 1146, '0855-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91701, 1146, '0855-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91702, 1146, '0855-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91703, 1146, '0856-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91704, 1146, '0856-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91705, 1146, '0856-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91706, 1146, '0856-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91707, 1146, '0856-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91708, 1146, '0856-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91709, 1146, '0856-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91710, 1146, '0856-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91711, 1146, '0856-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91712, 1146, '0856-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91713, 1146, '0856-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91714, 1146, '0856-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91715, 1146, '0857-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91716, 1146, '0857-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91717, 1146, '0857-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91718, 1146, '0857-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91719, 1146, '0857-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91720, 1146, '0857-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91721, 1146, '0857-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91722, 1146, '0857-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91723, 1146, '0857-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91724, 1146, '0857-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91725, 1146, '0857-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91726, 1146, '0857-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91727, 1146, '0858-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91728, 1146, '0858-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91729, 1146, '0858-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91730, 1146, '0858-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91731, 1146, '0858-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91732, 1146, '0858-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91733, 1146, '0858-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91734, 1146, '0858-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91735, 1146, '0858-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91736, 1146, '0858-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91737, 1146, '0858-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91738, 1146, '0858-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91739, 1146, '0859-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91740, 1146, '0859-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91741, 1146, '0859-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91742, 1146, '0859-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91743, 1146, '0859-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91744, 1146, '0859-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91745, 1146, '0859-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91746, 1146, '0859-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91747, 1146, '0859-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91748, 1146, '0859-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91749, 1146, '0859-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91750, 1146, '0859-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91751, 1146, '0860-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91752, 1146, '0860-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91753, 1146, '0860-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91754, 1146, '0860-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91755, 1146, '0860-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91756, 1146, '0860-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91757, 1146, '0860-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91758, 1146, '0860-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91759, 1146, '0860-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91760, 1146, '0860-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91761, 1146, '0860-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91762, 1146, '0860-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91763, 1146, '0861-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91764, 1146, '0861-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91765, 1146, '0861-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91766, 1146, '0861-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91767, 1146, '0861-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91768, 1146, '0861-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91769, 1146, '0861-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91770, 1146, '0861-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91771, 1146, '0861-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91772, 1146, '0861-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91773, 1146, '0861-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91774, 1146, '0861-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91775, 1146, '0862-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91776, 1146, '0862-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91777, 1146, '0862-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91778, 1146, '0862-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91779, 1146, '0862-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91780, 1146, '0862-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91781, 1146, '0862-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91782, 1146, '0862-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91783, 1146, '0862-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91784, 1146, '0862-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91785, 1146, '0862-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91786, 1146, '0862-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91787, 1146, '0863-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91788, 1146, '0863-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91789, 1146, '0863-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91790, 1146, '0863-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91791, 1146, '0863-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91792, 1146, '0863-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91793, 1146, '0863-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91794, 1146, '0863-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91795, 1146, '0863-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91796, 1146, '0863-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91797, 1146, '0863-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91798, 1146, '0863-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91799, 1146, '0864-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91800, 1146, '0864-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91801, 1146, '0864-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91802, 1146, '0864-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91803, 1146, '0864-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91804, 1146, '0864-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(91805, 1146, '0864-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91806, 1146, '0864-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91807, 1146, '0864-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91808, 1146, '0864-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91809, 1146, '0864-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91810, 1146, '0864-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91811, 1146, '0865-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91812, 1146, '0865-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91813, 1146, '0865-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91814, 1146, '0865-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91815, 1146, '0865-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91816, 1146, '0865-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91817, 1146, '0865-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91818, 1146, '0865-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91819, 1146, '0865-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91820, 1146, '0865-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91821, 1146, '0865-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91822, 1146, '0865-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91823, 1146, '0866-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91824, 1146, '0866-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91825, 1146, '0866-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91826, 1146, '0866-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91827, 1146, '0866-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91828, 1146, '0866-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91829, 1146, '0866-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91830, 1146, '0866-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91831, 1146, '0866-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91832, 1146, '0866-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91833, 1146, '0866-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91834, 1146, '0866-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91835, 1146, '0867-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91836, 1146, '0867-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91837, 1146, '0867-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91838, 1146, '0867-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91839, 1146, '0867-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91840, 1146, '0867-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91841, 1146, '0867-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91842, 1146, '0867-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91843, 1146, '0867-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91844, 1146, '0867-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91845, 1146, '0867-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91846, 1146, '0867-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91847, 1146, '0868-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91848, 1146, '0868-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91849, 1146, '0868-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91850, 1146, '0868-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91851, 1146, '0868-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91852, 1146, '0868-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91853, 1146, '0868-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91854, 1146, '0868-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91855, 1146, '0868-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91856, 1146, '0868-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91857, 1146, '0868-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91858, 1146, '0868-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91859, 1146, '0869-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91860, 1146, '0869-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91861, 1146, '0869-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91862, 1146, '0869-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91863, 1146, '0869-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91864, 1146, '0869-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91865, 1146, '0869-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91866, 1146, '0869-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91867, 1146, '0869-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91868, 1146, '0869-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91869, 1146, '0869-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91870, 1146, '0869-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91871, 1146, '0870-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91872, 1146, '0870-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91873, 1146, '0870-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91874, 1146, '0870-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91875, 1146, '0870-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91876, 1146, '0870-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91877, 1146, '0870-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91878, 1146, '0870-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91879, 1146, '0870-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91880, 1146, '0870-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91881, 1146, '0870-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91882, 1146, '0870-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91883, 1146, '0871-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91884, 1146, '0871-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91885, 1146, '0871-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91886, 1146, '0871-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91887, 1146, '0871-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91888, 1146, '0871-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91889, 1146, '0871-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91890, 1146, '0871-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91891, 1146, '0871-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91892, 1146, '0871-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91893, 1146, '0871-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91894, 1146, '0871-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91895, 1146, '0872-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91896, 1146, '0872-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91897, 1146, '0872-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91898, 1146, '0872-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91899, 1146, '0872-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91900, 1146, '0872-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:53', '2023-09-12 17:11:53'),
(91901, 1146, '0872-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(91902, 1146, '0872-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(91903, 1146, '0872-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(91904, 1146, '0872-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(91905, 1146, '0872-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(91906, 1146, '0872-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(91907, 1146, '0873-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(91908, 1146, '0873-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(91909, 1146, '0873-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(91910, 1146, '0873-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(91911, 1146, '0873-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(91912, 1146, '0873-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(91913, 1146, '0873-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(91914, 1146, '0873-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(91915, 1146, '0873-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(91916, 1146, '0873-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(91917, 1146, '0873-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(91918, 1146, '0873-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(91919, 1146, '0874-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(91920, 1146, '0874-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(91921, 1146, '0874-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(91922, 1146, '0874-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(91923, 1146, '0874-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(91924, 1146, '0874-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(91925, 1146, '0874-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(91926, 1146, '0874-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(91927, 1146, '0874-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(91928, 1146, '0874-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(91929, 1146, '0874-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(91930, 1146, '0874-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(91931, 1146, '0875-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(91932, 1146, '0875-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(91933, 1146, '0875-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(91934, 1146, '0875-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(91935, 1146, '0875-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(91936, 1146, '0875-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(91937, 1146, '0875-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(91938, 1146, '0875-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(91939, 1146, '0875-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(91940, 1146, '0875-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(91941, 1146, '0875-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(91942, 1146, '0875-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(91943, 1146, '0876-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(91944, 1146, '0876-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(91945, 1146, '0876-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(91946, 1146, '0876-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(91947, 1146, '0876-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(91948, 1146, '0876-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(91949, 1146, '0876-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(91950, 1146, '0876-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(91951, 1146, '0876-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(91952, 1146, '0876-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(91953, 1146, '0876-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(91954, 1146, '0876-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(91955, 1146, '0877-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(91956, 1146, '0877-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(91957, 1146, '0877-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(91958, 1146, '0877-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(91959, 1146, '0877-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(91960, 1146, '0877-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(91961, 1146, '0877-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(91962, 1146, '0877-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(91963, 1146, '0877-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(91964, 1146, '0877-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(91965, 1146, '0877-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(91966, 1146, '0877-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(91967, 1146, '0878-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(91968, 1146, '0878-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(91969, 1146, '0878-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(91970, 1146, '0878-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(91971, 1146, '0878-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(91972, 1146, '0878-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(91973, 1146, '0878-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(91974, 1146, '0878-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(91975, 1146, '0878-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(91976, 1146, '0878-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(91977, 1146, '0878-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(91978, 1146, '0878-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(91979, 1146, '0879-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(91980, 1146, '0879-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(91981, 1146, '0879-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(91982, 1146, '0879-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(91983, 1146, '0879-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(91984, 1146, '0879-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(91985, 1146, '0879-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(91986, 1146, '0879-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(91987, 1146, '0879-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(91988, 1146, '0879-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(91989, 1146, '0879-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(91990, 1146, '0879-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(91991, 1146, '0880-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(91992, 1146, '0880-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(91993, 1146, '0880-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(91994, 1146, '0880-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(91995, 1146, '0880-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(91996, 1146, '0880-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(91997, 1146, '0880-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(91998, 1146, '0880-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(91999, 1146, '0880-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92000, 1146, '0880-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92001, 1146, '0880-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92002, 1146, '0880-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92003, 1146, '0881-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92004, 1146, '0881-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92005, 1146, '0881-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92006, 1146, '0881-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92007, 1146, '0881-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92008, 1146, '0881-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92009, 1146, '0881-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92010, 1146, '0881-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92011, 1146, '0881-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92012, 1146, '0881-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92013, 1146, '0881-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92014, 1146, '0881-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92015, 1146, '0882-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92016, 1146, '0882-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92017, 1146, '0882-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92018, 1146, '0882-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92019, 1146, '0882-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92020, 1146, '0882-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92021, 1146, '0882-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92022, 1146, '0882-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92023, 1146, '0882-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92024, 1146, '0882-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92025, 1146, '0882-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92026, 1146, '0882-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92027, 1146, '0883-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92028, 1146, '0883-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92029, 1146, '0883-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92030, 1146, '0883-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92031, 1146, '0883-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92032, 1146, '0883-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92033, 1146, '0883-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92034, 1146, '0883-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92035, 1146, '0883-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92036, 1146, '0883-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92037, 1146, '0883-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92038, 1146, '0883-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92039, 1146, '0884-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92040, 1146, '0884-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92041, 1146, '0884-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92042, 1146, '0884-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92043, 1146, '0884-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92044, 1146, '0884-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92045, 1146, '0884-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92046, 1146, '0884-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92047, 1146, '0884-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92048, 1146, '0884-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92049, 1146, '0884-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92050, 1146, '0884-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92051, 1146, '0885-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92052, 1146, '0885-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92053, 1146, '0885-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92054, 1146, '0885-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92055, 1146, '0885-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92056, 1146, '0885-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92057, 1146, '0885-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92058, 1146, '0885-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92059, 1146, '0885-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92060, 1146, '0885-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92061, 1146, '0885-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92062, 1146, '0885-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92063, 1146, '0886-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92064, 1146, '0886-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92065, 1146, '0886-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92066, 1146, '0886-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92067, 1146, '0886-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92068, 1146, '0886-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92069, 1146, '0886-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92070, 1146, '0886-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92071, 1146, '0886-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92072, 1146, '0886-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92073, 1146, '0886-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92074, 1146, '0886-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92075, 1146, '0887-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92076, 1146, '0887-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92077, 1146, '0887-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92078, 1146, '0887-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92079, 1146, '0887-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92080, 1146, '0887-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92081, 1146, '0887-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92082, 1146, '0887-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92083, 1146, '0887-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92084, 1146, '0887-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92085, 1146, '0887-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92086, 1146, '0887-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92087, 1146, '0888-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92088, 1146, '0888-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92089, 1146, '0888-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92090, 1146, '0888-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92091, 1146, '0888-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92092, 1146, '0888-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92093, 1146, '0888-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92094, 1146, '0888-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92095, 1146, '0888-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92096, 1146, '0888-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92097, 1146, '0888-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92098, 1146, '0888-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92099, 1146, '0889-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92100, 1146, '0889-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92101, 1146, '0889-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92102, 1146, '0889-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92103, 1146, '0889-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92104, 1146, '0889-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92105, 1146, '0889-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92106, 1146, '0889-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92107, 1146, '0889-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92108, 1146, '0889-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92109, 1146, '0889-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92110, 1146, '0889-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92111, 1146, '0890-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92112, 1146, '0890-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92113, 1146, '0890-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92114, 1146, '0890-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92115, 1146, '0890-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92116, 1146, '0890-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92117, 1146, '0890-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92118, 1146, '0890-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92119, 1146, '0890-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92120, 1146, '0890-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92121, 1146, '0890-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92122, 1146, '0890-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92123, 1146, '0891-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92124, 1146, '0891-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92125, 1146, '0891-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92126, 1146, '0891-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92127, 1146, '0891-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92128, 1146, '0891-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92129, 1146, '0891-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92130, 1146, '0891-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92131, 1146, '0891-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92132, 1146, '0891-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92133, 1146, '0891-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92134, 1146, '0891-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92135, 1146, '0892-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92136, 1146, '0892-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92137, 1146, '0892-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92138, 1146, '0892-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92139, 1146, '0892-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92140, 1146, '0892-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92141, 1146, '0892-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92142, 1146, '0892-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92143, 1146, '0892-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92144, 1146, '0892-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92145, 1146, '0892-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92146, 1146, '0892-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92147, 1146, '0893-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92148, 1146, '0893-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92149, 1146, '0893-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92150, 1146, '0893-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92151, 1146, '0893-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92152, 1146, '0893-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92153, 1146, '0893-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92154, 1146, '0893-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92155, 1146, '0893-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92156, 1146, '0893-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92157, 1146, '0893-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92158, 1146, '0893-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92159, 1146, '0894-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92160, 1146, '0894-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92161, 1146, '0894-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92162, 1146, '0894-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92163, 1146, '0894-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92164, 1146, '0894-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92165, 1146, '0894-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92166, 1146, '0894-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92167, 1146, '0894-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92168, 1146, '0894-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92169, 1146, '0894-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92170, 1146, '0894-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92171, 1146, '0895-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92172, 1146, '0895-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92173, 1146, '0895-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92174, 1146, '0895-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92175, 1146, '0895-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92176, 1146, '0895-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92177, 1146, '0895-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92178, 1146, '0895-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92179, 1146, '0895-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92180, 1146, '0895-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92181, 1146, '0895-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92182, 1146, '0895-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92183, 1146, '0896-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92184, 1146, '0896-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92185, 1146, '0896-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92186, 1146, '0896-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92187, 1146, '0896-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92188, 1146, '0896-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92189, 1146, '0896-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92190, 1146, '0896-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92191, 1146, '0896-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92192, 1146, '0896-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92193, 1146, '0896-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92194, 1146, '0896-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92195, 1146, '0897-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92196, 1146, '0897-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92197, 1146, '0897-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92198, 1146, '0897-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92199, 1146, '0897-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92200, 1146, '0897-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92201, 1146, '0897-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92202, 1146, '0897-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92203, 1146, '0897-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92204, 1146, '0897-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92205, 1146, '0897-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92206, 1146, '0897-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92207, 1146, '0898-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92208, 1146, '0898-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92209, 1146, '0898-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92210, 1146, '0898-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92211, 1146, '0898-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92212, 1146, '0898-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92213, 1146, '0898-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92214, 1146, '0898-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92215, 1146, '0898-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92216, 1146, '0898-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92217, 1146, '0898-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92218, 1146, '0898-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92219, 1146, '0899-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92220, 1146, '0899-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92221, 1146, '0899-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92222, 1146, '0899-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92223, 1146, '0899-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92224, 1146, '0899-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92225, 1146, '0899-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92226, 1146, '0899-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92227, 1146, '0899-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92228, 1146, '0899-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92229, 1146, '0899-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92230, 1146, '0899-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92231, 1146, '0900-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92232, 1146, '0900-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92233, 1146, '0900-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92234, 1146, '0900-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92235, 1146, '0900-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92236, 1146, '0900-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92237, 1146, '0900-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92238, 1146, '0900-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92239, 1146, '0900-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92240, 1146, '0900-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92241, 1146, '0900-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92242, 1146, '0900-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92243, 1146, '0901-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92244, 1146, '0901-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92245, 1146, '0901-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92246, 1146, '0901-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92247, 1146, '0901-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92248, 1146, '0901-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92249, 1146, '0901-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92250, 1146, '0901-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92251, 1146, '0901-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92252, 1146, '0901-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92253, 1146, '0901-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92254, 1146, '0901-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92255, 1146, '0902-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92256, 1146, '0902-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92257, 1146, '0902-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92258, 1146, '0902-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92259, 1146, '0902-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92260, 1146, '0902-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92261, 1146, '0902-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92262, 1146, '0902-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92263, 1146, '0902-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92264, 1146, '0902-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92265, 1146, '0902-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(92266, 1146, '0902-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92267, 1146, '0903-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92268, 1146, '0903-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92269, 1146, '0903-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92270, 1146, '0903-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92271, 1146, '0903-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92272, 1146, '0903-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92273, 1146, '0903-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92274, 1146, '0903-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92275, 1146, '0903-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92276, 1146, '0903-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92277, 1146, '0903-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92278, 1146, '0903-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92279, 1146, '0904-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92280, 1146, '0904-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92281, 1146, '0904-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92282, 1146, '0904-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92283, 1146, '0904-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92284, 1146, '0904-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92285, 1146, '0904-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92286, 1146, '0904-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92287, 1146, '0904-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92288, 1146, '0904-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92289, 1146, '0904-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92290, 1146, '0904-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92291, 1146, '0905-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92292, 1146, '0905-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92293, 1146, '0905-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92294, 1146, '0905-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92295, 1146, '0905-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92296, 1146, '0905-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92297, 1146, '0905-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92298, 1146, '0905-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92299, 1146, '0905-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92300, 1146, '0905-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92301, 1146, '0905-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92302, 1146, '0905-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92303, 1146, '0906-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92304, 1146, '0906-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92305, 1146, '0906-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92306, 1146, '0906-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92307, 1146, '0906-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:54', '2023-09-12 17:11:54'),
(92308, 1146, '0906-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92309, 1146, '0906-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92310, 1146, '0906-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92311, 1146, '0906-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92312, 1146, '0906-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92313, 1146, '0906-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92314, 1146, '0906-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92315, 1146, '0907-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92316, 1146, '0907-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92317, 1146, '0907-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92318, 1146, '0907-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92319, 1146, '0907-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92320, 1146, '0907-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92321, 1146, '0907-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92322, 1146, '0907-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92323, 1146, '0907-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92324, 1146, '0907-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92325, 1146, '0907-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92326, 1146, '0907-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92327, 1146, '0908-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92328, 1146, '0908-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92329, 1146, '0908-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92330, 1146, '0908-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92331, 1146, '0908-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92332, 1146, '0908-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92333, 1146, '0908-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92334, 1146, '0908-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92335, 1146, '0908-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92336, 1146, '0908-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92337, 1146, '0908-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92338, 1146, '0908-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92339, 1146, '0909-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92340, 1146, '0909-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92341, 1146, '0909-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92342, 1146, '0909-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92343, 1146, '0909-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92344, 1146, '0909-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92345, 1146, '0909-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92346, 1146, '0909-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92347, 1146, '0909-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92348, 1146, '0909-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92349, 1146, '0909-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92350, 1146, '0909-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92351, 1146, '0910-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92352, 1146, '0910-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92353, 1146, '0910-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92354, 1146, '0910-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92355, 1146, '0910-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92356, 1146, '0910-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92357, 1146, '0910-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92358, 1146, '0910-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92359, 1146, '0910-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92360, 1146, '0910-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92361, 1146, '0910-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92362, 1146, '0910-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92363, 1146, '0911-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92364, 1146, '0911-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92365, 1146, '0911-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92366, 1146, '0911-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92367, 1146, '0911-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92368, 1146, '0911-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92369, 1146, '0911-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92370, 1146, '0911-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92371, 1146, '0911-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92372, 1146, '0911-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92373, 1146, '0911-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92374, 1146, '0911-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92375, 1146, '0912-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92376, 1146, '0912-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92377, 1146, '0912-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92378, 1146, '0912-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92379, 1146, '0912-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92380, 1146, '0912-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92381, 1146, '0912-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92382, 1146, '0912-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92383, 1146, '0912-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92384, 1146, '0912-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92385, 1146, '0912-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92386, 1146, '0912-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92387, 1146, '0913-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92388, 1146, '0913-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92389, 1146, '0913-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92390, 1146, '0913-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92391, 1146, '0913-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92392, 1146, '0913-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92393, 1146, '0913-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92394, 1146, '0913-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92395, 1146, '0913-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92396, 1146, '0913-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92397, 1146, '0913-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92398, 1146, '0913-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92399, 1146, '0914-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92400, 1146, '0914-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92401, 1146, '0914-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92402, 1146, '0914-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92403, 1146, '0914-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92404, 1146, '0914-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92405, 1146, '0914-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92406, 1146, '0914-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92407, 1146, '0914-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92408, 1146, '0914-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92409, 1146, '0914-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92410, 1146, '0914-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92411, 1146, '0915-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92412, 1146, '0915-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92413, 1146, '0915-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92414, 1146, '0915-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92415, 1146, '0915-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92416, 1146, '0915-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92417, 1146, '0915-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92418, 1146, '0915-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92419, 1146, '0915-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92420, 1146, '0915-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92421, 1146, '0915-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92422, 1146, '0915-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92423, 1146, '0916-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92424, 1146, '0916-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92425, 1146, '0916-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92426, 1146, '0916-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92427, 1146, '0916-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92428, 1146, '0916-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92429, 1146, '0916-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92430, 1146, '0916-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92431, 1146, '0916-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92432, 1146, '0916-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92433, 1146, '0916-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92434, 1146, '0916-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92435, 1146, '0917-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92436, 1146, '0917-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92437, 1146, '0917-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92438, 1146, '0917-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92439, 1146, '0917-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92440, 1146, '0917-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92441, 1146, '0917-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92442, 1146, '0917-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92443, 1146, '0917-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92444, 1146, '0917-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92445, 1146, '0917-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92446, 1146, '0917-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92447, 1146, '0918-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92448, 1146, '0918-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92449, 1146, '0918-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92450, 1146, '0918-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92451, 1146, '0918-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92452, 1146, '0918-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92453, 1146, '0918-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92454, 1146, '0918-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92455, 1146, '0918-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92456, 1146, '0918-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92457, 1146, '0918-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92458, 1146, '0918-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92459, 1146, '0919-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92460, 1146, '0919-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92461, 1146, '0919-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92462, 1146, '0919-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92463, 1146, '0919-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92464, 1146, '0919-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92465, 1146, '0919-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92466, 1146, '0919-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92467, 1146, '0919-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92468, 1146, '0919-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92469, 1146, '0919-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92470, 1146, '0919-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92471, 1146, '0920-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92472, 1146, '0920-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92473, 1146, '0920-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92474, 1146, '0920-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92475, 1146, '0920-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92476, 1146, '0920-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92477, 1146, '0920-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92478, 1146, '0920-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92479, 1146, '0920-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92480, 1146, '0920-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92481, 1146, '0920-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92482, 1146, '0920-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92483, 1146, '0921-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92484, 1146, '0921-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92485, 1146, '0921-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92486, 1146, '0921-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92487, 1146, '0921-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92488, 1146, '0921-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92489, 1146, '0921-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92490, 1146, '0921-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92491, 1146, '0921-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92492, 1146, '0921-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92493, 1146, '0921-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92494, 1146, '0921-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92495, 1146, '0922-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92496, 1146, '0922-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92497, 1146, '0922-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92498, 1146, '0922-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92499, 1146, '0922-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92500, 1146, '0922-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92501, 1146, '0922-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92502, 1146, '0922-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92503, 1146, '0922-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92504, 1146, '0922-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92505, 1146, '0922-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92506, 1146, '0922-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92507, 1146, '0923-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92508, 1146, '0923-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92509, 1146, '0923-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92510, 1146, '0923-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92511, 1146, '0923-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92512, 1146, '0923-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92513, 1146, '0923-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92514, 1146, '0923-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92515, 1146, '0923-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92516, 1146, '0923-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92517, 1146, '0923-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92518, 1146, '0923-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92519, 1146, '0924-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92520, 1146, '0924-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92521, 1146, '0924-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92522, 1146, '0924-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92523, 1146, '0924-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92524, 1146, '0924-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92525, 1146, '0924-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92526, 1146, '0924-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92527, 1146, '0924-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92528, 1146, '0924-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92529, 1146, '0924-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92530, 1146, '0924-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92531, 1146, '0925-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92532, 1146, '0925-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92533, 1146, '0925-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92534, 1146, '0925-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92535, 1146, '0925-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92536, 1146, '0925-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92537, 1146, '0925-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92538, 1146, '0925-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92539, 1146, '0925-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92540, 1146, '0925-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92541, 1146, '0925-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92542, 1146, '0925-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92543, 1146, '0926-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92544, 1146, '0926-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92545, 1146, '0926-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92546, 1146, '0926-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92547, 1146, '0926-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92548, 1146, '0926-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92549, 1146, '0926-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92550, 1146, '0926-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92551, 1146, '0926-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92552, 1146, '0926-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92553, 1146, '0926-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92554, 1146, '0926-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92555, 1146, '0927-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92556, 1146, '0927-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92557, 1146, '0927-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92558, 1146, '0927-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92559, 1146, '0927-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92560, 1146, '0927-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92561, 1146, '0927-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92562, 1146, '0927-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92563, 1146, '0927-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92564, 1146, '0927-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92565, 1146, '0927-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92566, 1146, '0927-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92567, 1146, '0928-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92568, 1146, '0928-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92569, 1146, '0928-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92570, 1146, '0928-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92571, 1146, '0928-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92572, 1146, '0928-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92573, 1146, '0928-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92574, 1146, '0928-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92575, 1146, '0928-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92576, 1146, '0928-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92577, 1146, '0928-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92578, 1146, '0928-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92579, 1146, '0929-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92580, 1146, '0929-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92581, 1146, '0929-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92582, 1146, '0929-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92583, 1146, '0929-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92584, 1146, '0929-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92585, 1146, '0929-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92586, 1146, '0929-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92587, 1146, '0929-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92588, 1146, '0929-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92589, 1146, '0929-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92590, 1146, '0929-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92591, 1146, '0930-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92592, 1146, '0930-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92593, 1146, '0930-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92594, 1146, '0930-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92595, 1146, '0930-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92596, 1146, '0930-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92597, 1146, '0930-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92598, 1146, '0930-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92599, 1146, '0930-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92600, 1146, '0930-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92601, 1146, '0930-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92602, 1146, '0930-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92603, 1146, '0931-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92604, 1146, '0931-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92605, 1146, '0931-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92606, 1146, '0931-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92607, 1146, '0931-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92608, 1146, '0931-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92609, 1146, '0931-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92610, 1146, '0931-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92611, 1146, '0931-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92612, 1146, '0931-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92613, 1146, '0931-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92614, 1146, '0931-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92615, 1146, '0932-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92616, 1146, '0932-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92617, 1146, '0932-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92618, 1146, '0932-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92619, 1146, '0932-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92620, 1146, '0932-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92621, 1146, '0932-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92622, 1146, '0932-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92623, 1146, '0932-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92624, 1146, '0932-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92625, 1146, '0932-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92626, 1146, '0932-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92627, 1146, '0933-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92628, 1146, '0933-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92629, 1146, '0933-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92630, 1146, '0933-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92631, 1146, '0933-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92632, 1146, '0933-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92633, 1146, '0933-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92634, 1146, '0933-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92635, 1146, '0933-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92636, 1146, '0933-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92637, 1146, '0933-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92638, 1146, '0933-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92639, 1146, '0934-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92640, 1146, '0934-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92641, 1146, '0934-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92642, 1146, '0934-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92643, 1146, '0934-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92644, 1146, '0934-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92645, 1146, '0934-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92646, 1146, '0934-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92647, 1146, '0934-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92648, 1146, '0934-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92649, 1146, '0934-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92650, 1146, '0934-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92651, 1146, '0935-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92652, 1146, '0935-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92653, 1146, '0935-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92654, 1146, '0935-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92655, 1146, '0935-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92656, 1146, '0935-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92657, 1146, '0935-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92658, 1146, '0935-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92659, 1146, '0935-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92660, 1146, '0935-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92661, 1146, '0935-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92662, 1146, '0935-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92663, 1146, '0936-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92664, 1146, '0936-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92665, 1146, '0936-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92666, 1146, '0936-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92667, 1146, '0936-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92668, 1146, '0936-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92669, 1146, '0936-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92670, 1146, '0936-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92671, 1146, '0936-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92672, 1146, '0936-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92673, 1146, '0936-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92674, 1146, '0936-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92675, 1146, '0937-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92676, 1146, '0937-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92677, 1146, '0937-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92678, 1146, '0937-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92679, 1146, '0937-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92680, 1146, '0937-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92681, 1146, '0937-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92682, 1146, '0937-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92683, 1146, '0937-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92684, 1146, '0937-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92685, 1146, '0937-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92686, 1146, '0937-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92687, 1146, '0938-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92688, 1146, '0938-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92689, 1146, '0938-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92690, 1146, '0938-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92691, 1146, '0938-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92692, 1146, '0938-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92693, 1146, '0938-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92694, 1146, '0938-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92695, 1146, '0938-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92696, 1146, '0938-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92697, 1146, '0938-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92698, 1146, '0938-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92699, 1146, '0939-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92700, 1146, '0939-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92701, 1146, '0939-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92702, 1146, '0939-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92703, 1146, '0939-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92704, 1146, '0939-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92705, 1146, '0939-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92706, 1146, '0939-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92707, 1146, '0939-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92708, 1146, '0939-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92709, 1146, '0939-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92710, 1146, '0939-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92711, 1146, '0940-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92712, 1146, '0940-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:55', '2023-09-12 17:11:55'),
(92713, 1146, '0940-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92714, 1146, '0940-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92715, 1146, '0940-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92716, 1146, '0940-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92717, 1146, '0940-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92718, 1146, '0940-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92719, 1146, '0940-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92720, 1146, '0940-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92721, 1146, '0940-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92722, 1146, '0940-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92723, 1146, '0941-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92724, 1146, '0941-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92725, 1146, '0941-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92726, 1146, '0941-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(92727, 1146, '0941-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92728, 1146, '0941-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92729, 1146, '0941-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92730, 1146, '0941-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92731, 1146, '0941-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92732, 1146, '0941-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92733, 1146, '0941-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92734, 1146, '0941-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92735, 1146, '0942-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92736, 1146, '0942-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92737, 1146, '0942-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92738, 1146, '0942-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92739, 1146, '0942-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92740, 1146, '0942-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92741, 1146, '0942-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92742, 1146, '0942-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92743, 1146, '0942-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92744, 1146, '0942-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92745, 1146, '0942-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92746, 1146, '0942-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92747, 1146, '0943-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92748, 1146, '0943-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92749, 1146, '0943-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92750, 1146, '0943-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92751, 1146, '0943-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92752, 1146, '0943-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92753, 1146, '0943-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92754, 1146, '0943-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92755, 1146, '0943-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92756, 1146, '0943-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92757, 1146, '0943-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92758, 1146, '0943-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92759, 1146, '0944-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92760, 1146, '0944-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92761, 1146, '0944-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92762, 1146, '0944-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92763, 1146, '0944-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92764, 1146, '0944-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92765, 1146, '0944-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92766, 1146, '0944-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92767, 1146, '0944-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92768, 1146, '0944-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92769, 1146, '0944-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92770, 1146, '0944-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92771, 1146, '0945-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92772, 1146, '0945-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92773, 1146, '0945-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92774, 1146, '0945-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92775, 1146, '0945-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92776, 1146, '0945-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92777, 1146, '0945-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92778, 1146, '0945-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92779, 1146, '0945-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92780, 1146, '0945-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92781, 1146, '0945-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92782, 1146, '0945-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92783, 1146, '0946-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92784, 1146, '0946-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92785, 1146, '0946-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92786, 1146, '0946-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92787, 1146, '0946-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92788, 1146, '0946-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92789, 1146, '0946-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92790, 1146, '0946-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92791, 1146, '0946-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92792, 1146, '0946-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92793, 1146, '0946-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92794, 1146, '0946-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92795, 1146, '0947-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92796, 1146, '0947-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92797, 1146, '0947-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92798, 1146, '0947-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92799, 1146, '0947-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92800, 1146, '0947-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92801, 1146, '0947-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92802, 1146, '0947-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92803, 1146, '0947-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92804, 1146, '0947-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92805, 1146, '0947-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92806, 1146, '0947-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92807, 1146, '0948-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92808, 1146, '0948-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92809, 1146, '0948-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92810, 1146, '0948-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92811, 1146, '0948-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92812, 1146, '0948-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92813, 1146, '0948-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92814, 1146, '0948-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92815, 1146, '0948-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92816, 1146, '0948-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92817, 1146, '0948-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92818, 1146, '0948-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92819, 1146, '0949-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92820, 1146, '0949-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92821, 1146, '0949-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92822, 1146, '0949-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92823, 1146, '0949-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92824, 1146, '0949-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92825, 1146, '0949-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92826, 1146, '0949-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92827, 1146, '0949-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92828, 1146, '0949-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92829, 1146, '0949-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92830, 1146, '0949-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92831, 1146, '0950-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92832, 1146, '0950-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92833, 1146, '0950-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92834, 1146, '0950-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92835, 1146, '0950-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92836, 1146, '0950-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92837, 1146, '0950-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92838, 1146, '0950-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92839, 1146, '0950-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92840, 1146, '0950-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92841, 1146, '0950-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92842, 1146, '0950-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92843, 1146, '0951-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92844, 1146, '0951-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92845, 1146, '0951-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92846, 1146, '0951-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92847, 1146, '0951-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92848, 1146, '0951-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92849, 1146, '0951-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92850, 1146, '0951-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92851, 1146, '0951-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92852, 1146, '0951-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92853, 1146, '0951-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92854, 1146, '0951-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92855, 1146, '0952-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92856, 1146, '0952-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92857, 1146, '0952-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92858, 1146, '0952-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92859, 1146, '0952-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92860, 1146, '0952-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92861, 1146, '0952-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92862, 1146, '0952-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92863, 1146, '0952-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92864, 1146, '0952-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92865, 1146, '0952-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92866, 1146, '0952-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92867, 1146, '0953-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92868, 1146, '0953-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92869, 1146, '0953-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92870, 1146, '0953-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92871, 1146, '0953-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92872, 1146, '0953-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92873, 1146, '0953-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92874, 1146, '0953-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92875, 1146, '0953-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92876, 1146, '0953-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92877, 1146, '0953-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92878, 1146, '0953-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92879, 1146, '0954-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92880, 1146, '0954-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92881, 1146, '0954-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92882, 1146, '0954-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92883, 1146, '0954-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92884, 1146, '0954-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92885, 1146, '0954-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92886, 1146, '0954-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92887, 1146, '0954-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92888, 1146, '0954-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92889, 1146, '0954-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92890, 1146, '0954-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92891, 1146, '0955-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92892, 1146, '0955-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92893, 1146, '0955-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92894, 1146, '0955-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92895, 1146, '0955-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92896, 1146, '0955-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92897, 1146, '0955-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92898, 1146, '0955-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92899, 1146, '0955-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92900, 1146, '0955-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92901, 1146, '0955-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92902, 1146, '0955-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92903, 1146, '0956-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92904, 1146, '0956-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92905, 1146, '0956-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92906, 1146, '0956-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92907, 1146, '0956-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92908, 1146, '0956-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92909, 1146, '0956-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92910, 1146, '0956-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92911, 1146, '0956-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92912, 1146, '0956-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92913, 1146, '0956-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92914, 1146, '0956-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92915, 1146, '0957-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92916, 1146, '0957-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92917, 1146, '0957-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92918, 1146, '0957-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92919, 1146, '0957-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92920, 1146, '0957-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92921, 1146, '0957-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92922, 1146, '0957-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92923, 1146, '0957-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92924, 1146, '0957-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92925, 1146, '0957-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92926, 1146, '0957-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92927, 1146, '0958-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92928, 1146, '0958-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92929, 1146, '0958-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92930, 1146, '0958-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92931, 1146, '0958-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92932, 1146, '0958-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92933, 1146, '0958-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92934, 1146, '0958-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92935, 1146, '0958-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92936, 1146, '0958-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92937, 1146, '0958-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92938, 1146, '0958-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92939, 1146, '0959-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92940, 1146, '0959-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92941, 1146, '0959-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92942, 1146, '0959-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92943, 1146, '0959-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92944, 1146, '0959-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92945, 1146, '0959-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92946, 1146, '0959-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92947, 1146, '0959-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92948, 1146, '0959-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92949, 1146, '0959-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92950, 1146, '0959-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92951, 1146, '0960-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92952, 1146, '0960-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92953, 1146, '0960-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92954, 1146, '0960-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92955, 1146, '0960-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92956, 1146, '0960-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92957, 1146, '0960-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92958, 1146, '0960-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92959, 1146, '0960-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92960, 1146, '0960-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92961, 1146, '0960-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92962, 1146, '0960-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92963, 1146, '0961-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92964, 1146, '0961-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92965, 1146, '0961-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92966, 1146, '0961-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92967, 1146, '0961-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92968, 1146, '0961-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92969, 1146, '0961-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92970, 1146, '0961-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92971, 1146, '0961-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92972, 1146, '0961-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92973, 1146, '0961-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92974, 1146, '0961-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92975, 1146, '0962-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92976, 1146, '0962-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92977, 1146, '0962-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92978, 1146, '0962-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92979, 1146, '0962-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92980, 1146, '0962-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92981, 1146, '0962-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92982, 1146, '0962-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92983, 1146, '0962-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92984, 1146, '0962-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92985, 1146, '0962-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92986, 1146, '0962-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92987, 1146, '0963-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92988, 1146, '0963-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92989, 1146, '0963-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92990, 1146, '0963-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92991, 1146, '0963-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92992, 1146, '0963-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92993, 1146, '0963-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92994, 1146, '0963-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92995, 1146, '0963-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92996, 1146, '0963-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92997, 1146, '0963-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92998, 1146, '0963-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(92999, 1146, '0964-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(93000, 1146, '0964-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(93001, 1146, '0964-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(93002, 1146, '0964-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(93003, 1146, '0964-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(93004, 1146, '0964-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(93005, 1146, '0964-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(93006, 1146, '0964-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(93007, 1146, '0964-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(93008, 1146, '0964-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(93009, 1146, '0964-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(93010, 1146, '0964-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(93011, 1146, '0965-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(93012, 1146, '0965-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(93013, 1146, '0965-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(93014, 1146, '0965-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(93015, 1146, '0965-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(93016, 1146, '0965-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(93017, 1146, '0965-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(93018, 1146, '0965-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(93019, 1146, '0965-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(93020, 1146, '0965-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(93021, 1146, '0965-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(93022, 1146, '0965-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(93023, 1146, '0966-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(93024, 1146, '0966-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(93025, 1146, '0966-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(93026, 1146, '0966-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(93027, 1146, '0966-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(93028, 1146, '0966-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(93029, 1146, '0966-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(93030, 1146, '0966-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(93031, 1146, '0966-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(93032, 1146, '0966-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(93033, 1146, '0966-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(93034, 1146, '0966-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(93035, 1146, '0967-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(93036, 1146, '0967-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(93037, 1146, '0967-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(93038, 1146, '0967-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(93039, 1146, '0967-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(93040, 1146, '0967-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(93041, 1146, '0967-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(93042, 1146, '0967-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(93043, 1146, '0967-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(93044, 1146, '0967-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(93045, 1146, '0967-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(93046, 1146, '0967-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(93047, 1146, '0968-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(93048, 1146, '0968-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(93049, 1146, '0968-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(93050, 1146, '0968-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(93051, 1146, '0968-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(93052, 1146, '0968-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(93053, 1146, '0968-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(93054, 1146, '0968-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(93055, 1146, '0968-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(93056, 1146, '0968-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(93057, 1146, '0968-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(93058, 1146, '0968-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(93059, 1146, '0969-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(93060, 1146, '0969-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(93061, 1146, '0969-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(93062, 1146, '0969-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(93063, 1146, '0969-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(93064, 1146, '0969-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(93065, 1146, '0969-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(93066, 1146, '0969-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(93067, 1146, '0969-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(93068, 1146, '0969-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(93069, 1146, '0969-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(93070, 1146, '0969-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(93071, 1146, '0970-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(93072, 1146, '0970-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(93073, 1146, '0970-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(93074, 1146, '0970-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(93075, 1146, '0970-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(93076, 1146, '0970-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(93077, 1146, '0970-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(93078, 1146, '0970-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(93079, 1146, '0970-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(93080, 1146, '0970-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(93081, 1146, '0970-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(93082, 1146, '0970-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(93083, 1146, '0971-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(93084, 1146, '0971-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(93085, 1146, '0971-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(93086, 1146, '0971-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(93087, 1146, '0971-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(93088, 1146, '0971-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(93089, 1146, '0971-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:56', '2023-09-12 17:11:56'),
(93090, 1146, '0971-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93091, 1146, '0971-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93092, 1146, '0971-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93093, 1146, '0971-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93094, 1146, '0971-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93095, 1146, '0972-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93096, 1146, '0972-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93097, 1146, '0972-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93098, 1146, '0972-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93099, 1146, '0972-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93100, 1146, '0972-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93101, 1146, '0972-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93102, 1146, '0972-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93103, 1146, '0972-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93104, 1146, '0972-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93105, 1146, '0972-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93106, 1146, '0972-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93107, 1146, '0973-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93108, 1146, '0973-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93109, 1146, '0973-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93110, 1146, '0973-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93111, 1146, '0973-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93112, 1146, '0973-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93113, 1146, '0973-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93114, 1146, '0973-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93115, 1146, '0973-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93116, 1146, '0973-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93117, 1146, '0973-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93118, 1146, '0973-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93119, 1146, '0974-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93120, 1146, '0974-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93121, 1146, '0974-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93122, 1146, '0974-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93123, 1146, '0974-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93124, 1146, '0974-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93125, 1146, '0974-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93126, 1146, '0974-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93127, 1146, '0974-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93128, 1146, '0974-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93129, 1146, '0974-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93130, 1146, '0974-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93131, 1146, '0975-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93132, 1146, '0975-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93133, 1146, '0975-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93134, 1146, '0975-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93135, 1146, '0975-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93136, 1146, '0975-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93137, 1146, '0975-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93138, 1146, '0975-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93139, 1146, '0975-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93140, 1146, '0975-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93141, 1146, '0975-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93142, 1146, '0975-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93143, 1146, '0976-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93144, 1146, '0976-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93145, 1146, '0976-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93146, 1146, '0976-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93147, 1146, '0976-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93148, 1146, '0976-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93149, 1146, '0976-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93150, 1146, '0976-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93151, 1146, '0976-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93152, 1146, '0976-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93153, 1146, '0976-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93154, 1146, '0976-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93155, 1146, '0977-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93156, 1146, '0977-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93157, 1146, '0977-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93158, 1146, '0977-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93159, 1146, '0977-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93160, 1146, '0977-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93161, 1146, '0977-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93162, 1146, '0977-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93163, 1146, '0977-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93164, 1146, '0977-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93165, 1146, '0977-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93166, 1146, '0977-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93167, 1146, '0978-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93168, 1146, '0978-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93169, 1146, '0978-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93170, 1146, '0978-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93171, 1146, '0978-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93172, 1146, '0978-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93173, 1146, '0978-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93174, 1146, '0978-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93175, 1146, '0978-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93176, 1146, '0978-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93177, 1146, '0978-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93178, 1146, '0978-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93179, 1146, '0979-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93180, 1146, '0979-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93181, 1146, '0979-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93182, 1146, '0979-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93183, 1146, '0979-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93184, 1146, '0979-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93185, 1146, '0979-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93186, 1146, '0979-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93187, 1146, '0979-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(93188, 1146, '0979-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93189, 1146, '0979-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93190, 1146, '0979-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93191, 1146, '0980-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93192, 1146, '0980-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93193, 1146, '0980-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93194, 1146, '0980-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93195, 1146, '0980-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93196, 1146, '0980-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93197, 1146, '0980-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93198, 1146, '0980-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93199, 1146, '0980-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93200, 1146, '0980-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93201, 1146, '0980-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93202, 1146, '0980-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93203, 1146, '0981-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93204, 1146, '0981-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93205, 1146, '0981-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93206, 1146, '0981-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93207, 1146, '0981-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93208, 1146, '0981-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93209, 1146, '0981-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93210, 1146, '0981-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93211, 1146, '0981-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93212, 1146, '0981-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93213, 1146, '0981-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93214, 1146, '0981-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93215, 1146, '0982-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93216, 1146, '0982-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93217, 1146, '0982-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93218, 1146, '0982-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93219, 1146, '0982-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93220, 1146, '0982-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93221, 1146, '0982-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93222, 1146, '0982-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93223, 1146, '0982-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93224, 1146, '0982-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93225, 1146, '0982-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93226, 1146, '0982-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93227, 1146, '0983-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93228, 1146, '0983-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93229, 1146, '0983-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93230, 1146, '0983-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93231, 1146, '0983-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93232, 1146, '0983-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93233, 1146, '0983-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93234, 1146, '0983-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93235, 1146, '0983-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93236, 1146, '0983-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93237, 1146, '0983-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93238, 1146, '0983-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93239, 1146, '0984-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93240, 1146, '0984-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93241, 1146, '0984-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93242, 1146, '0984-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93243, 1146, '0984-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93244, 1146, '0984-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93245, 1146, '0984-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93246, 1146, '0984-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93247, 1146, '0984-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93248, 1146, '0984-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93249, 1146, '0984-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93250, 1146, '0984-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93251, 1146, '0985-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93252, 1146, '0985-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93253, 1146, '0985-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93254, 1146, '0985-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93255, 1146, '0985-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93256, 1146, '0985-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93257, 1146, '0985-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93258, 1146, '0985-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93259, 1146, '0985-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93260, 1146, '0985-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93261, 1146, '0985-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93262, 1146, '0985-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93263, 1146, '0986-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93264, 1146, '0986-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93265, 1146, '0986-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93266, 1146, '0986-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93267, 1146, '0986-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93268, 1146, '0986-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93269, 1146, '0986-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93270, 1146, '0986-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93271, 1146, '0986-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93272, 1146, '0986-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93273, 1146, '0986-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93274, 1146, '0986-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93275, 1146, '0987-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93276, 1146, '0987-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93277, 1146, '0987-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93278, 1146, '0987-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93279, 1146, '0987-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93280, 1146, '0987-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93281, 1146, '0987-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93282, 1146, '0987-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93283, 1146, '0987-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93284, 1146, '0987-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93285, 1146, '0987-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93286, 1146, '0987-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93287, 1146, '0988-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93288, 1146, '0988-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93289, 1146, '0988-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93290, 1146, '0988-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93291, 1146, '0988-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93292, 1146, '0988-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93293, 1146, '0988-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93294, 1146, '0988-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93295, 1146, '0988-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93296, 1146, '0988-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93297, 1146, '0988-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93298, 1146, '0988-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93299, 1146, '0989-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93300, 1146, '0989-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93301, 1146, '0989-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93302, 1146, '0989-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93303, 1146, '0989-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93304, 1146, '0989-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93305, 1146, '0989-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93306, 1146, '0989-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93307, 1146, '0989-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93308, 1146, '0989-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93309, 1146, '0989-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93310, 1146, '0989-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93311, 1146, '0990-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93312, 1146, '0990-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93313, 1146, '0990-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93314, 1146, '0990-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93315, 1146, '0990-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93316, 1146, '0990-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93317, 1146, '0990-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93318, 1146, '0990-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93319, 1146, '0990-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93320, 1146, '0990-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93321, 1146, '0990-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93322, 1146, '0990-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93323, 1146, '0991-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93324, 1146, '0991-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93325, 1146, '0991-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93326, 1146, '0991-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93327, 1146, '0991-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93328, 1146, '0991-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93329, 1146, '0991-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93330, 1146, '0991-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93331, 1146, '0991-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93332, 1146, '0991-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93333, 1146, '0991-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93334, 1146, '0991-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93335, 1146, '0992-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93336, 1146, '0992-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93337, 1146, '0992-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93338, 1146, '0992-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93339, 1146, '0992-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93340, 1146, '0992-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93341, 1146, '0992-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93342, 1146, '0992-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93343, 1146, '0992-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93344, 1146, '0992-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93345, 1146, '0992-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93346, 1146, '0992-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93347, 1146, '0993-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93348, 1146, '0993-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93349, 1146, '0993-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93350, 1146, '0993-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93351, 1146, '0993-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93352, 1146, '0993-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93353, 1146, '0993-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93354, 1146, '0993-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93355, 1146, '0993-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93356, 1146, '0993-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93357, 1146, '0993-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93358, 1146, '0993-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93359, 1146, '0994-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93360, 1146, '0994-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93361, 1146, '0994-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93362, 1146, '0994-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93363, 1146, '0994-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93364, 1146, '0994-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93365, 1146, '0994-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93366, 1146, '0994-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93367, 1146, '0994-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93368, 1146, '0994-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93369, 1146, '0994-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93370, 1146, '0994-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93371, 1146, '0995-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93372, 1146, '0995-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93373, 1146, '0995-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93374, 1146, '0995-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93375, 1146, '0995-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93376, 1146, '0995-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93377, 1146, '0995-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93378, 1146, '0995-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93379, 1146, '0995-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93380, 1146, '0995-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93381, 1146, '0995-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93382, 1146, '0995-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93383, 1146, '0996-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93384, 1146, '0996-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93385, 1146, '0996-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93386, 1146, '0996-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93387, 1146, '0996-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93388, 1146, '0996-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93389, 1146, '0996-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93390, 1146, '0996-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93391, 1146, '0996-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93392, 1146, '0996-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93393, 1146, '0996-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93394, 1146, '0996-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93395, 1146, '0997-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93396, 1146, '0997-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93397, 1146, '0997-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93398, 1146, '0997-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93399, 1146, '0997-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93400, 1146, '0997-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93401, 1146, '0997-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93402, 1146, '0997-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93403, 1146, '0997-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93404, 1146, '0997-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93405, 1146, '0997-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93406, 1146, '0997-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93407, 1146, '0998-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93408, 1146, '0998-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93409, 1146, '0998-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93410, 1146, '0998-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93411, 1146, '0998-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93412, 1146, '0998-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93413, 1146, '0998-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93414, 1146, '0998-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93415, 1146, '0998-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93416, 1146, '0998-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93417, 1146, '0998-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93418, 1146, '0998-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93419, 1146, '0999-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93420, 1146, '0999-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93421, 1146, '0999-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93422, 1146, '0999-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93423, 1146, '0999-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93424, 1146, '0999-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93425, 1146, '0999-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93426, 1146, '0999-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93427, 1146, '0999-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93428, 1146, '0999-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93429, 1146, '0999-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93430, 1146, '0999-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93431, 1146, '1000-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93432, 1146, '1000-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93433, 1146, '1000-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93434, 1146, '1000-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93435, 1146, '1000-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93436, 1146, '1000-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93437, 1146, '1000-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93438, 1146, '1000-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93439, 1146, '1000-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93440, 1146, '1000-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93441, 1146, '1000-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93442, 1146, '1000-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93443, 1146, '1001-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93444, 1146, '1001-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93445, 1146, '1001-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93446, 1146, '1001-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93447, 1146, '1001-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93448, 1146, '1001-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93449, 1146, '1001-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93450, 1146, '1001-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93451, 1146, '1001-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93452, 1146, '1001-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93453, 1146, '1001-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93454, 1146, '1001-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93455, 1146, '1002-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93456, 1146, '1002-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93457, 1146, '1002-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93458, 1146, '1002-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93459, 1146, '1002-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93460, 1146, '1002-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93461, 1146, '1002-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93462, 1146, '1002-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93463, 1146, '1002-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93464, 1146, '1002-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93465, 1146, '1002-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93466, 1146, '1002-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93467, 1146, '1003-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93468, 1146, '1003-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93469, 1146, '1003-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93470, 1146, '1003-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93471, 1146, '1003-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93472, 1146, '1003-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93473, 1146, '1003-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93474, 1146, '1003-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93475, 1146, '1003-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93476, 1146, '1003-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93477, 1146, '1003-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93478, 1146, '1003-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93479, 1146, '1004-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93480, 1146, '1004-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93481, 1146, '1004-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93482, 1146, '1004-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93483, 1146, '1004-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93484, 1146, '1004-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93485, 1146, '1004-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93486, 1146, '1004-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93487, 1146, '1004-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93488, 1146, '1004-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93489, 1146, '1004-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93490, 1146, '1004-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93491, 1146, '1005-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93492, 1146, '1005-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93493, 1146, '1005-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93494, 1146, '1005-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93495, 1146, '1005-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93496, 1146, '1005-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:57', '2023-09-12 17:11:57'),
(93497, 1146, '1005-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93498, 1146, '1005-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93499, 1146, '1005-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93500, 1146, '1005-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93501, 1146, '1005-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93502, 1146, '1005-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93503, 1146, '1006-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93504, 1146, '1006-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93505, 1146, '1006-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93506, 1146, '1006-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93507, 1146, '1006-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93508, 1146, '1006-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93509, 1146, '1006-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93510, 1146, '1006-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93511, 1146, '1006-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93512, 1146, '1006-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93513, 1146, '1006-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93514, 1146, '1006-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93515, 1146, '1007-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93516, 1146, '1007-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93517, 1146, '1007-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93518, 1146, '1007-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93519, 1146, '1007-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93520, 1146, '1007-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93521, 1146, '1007-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93522, 1146, '1007-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93523, 1146, '1007-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93524, 1146, '1007-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93525, 1146, '1007-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93526, 1146, '1007-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93527, 1146, '1008-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93528, 1146, '1008-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93529, 1146, '1008-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93530, 1146, '1008-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93531, 1146, '1008-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93532, 1146, '1008-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93533, 1146, '1008-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93534, 1146, '1008-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93535, 1146, '1008-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93536, 1146, '1008-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93537, 1146, '1008-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93538, 1146, '1008-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93539, 1146, '1009-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93540, 1146, '1009-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93541, 1146, '1009-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93542, 1146, '1009-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93543, 1146, '1009-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93544, 1146, '1009-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93545, 1146, '1009-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93546, 1146, '1009-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93547, 1146, '1009-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93548, 1146, '1009-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93549, 1146, '1009-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93550, 1146, '1009-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93551, 1146, '1010-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93552, 1146, '1010-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93553, 1146, '1010-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93554, 1146, '1010-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93555, 1146, '1010-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93556, 1146, '1010-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93557, 1146, '1010-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93558, 1146, '1010-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93559, 1146, '1010-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93560, 1146, '1010-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93561, 1146, '1010-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93562, 1146, '1010-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93563, 1146, '1011-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93564, 1146, '1011-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93565, 1146, '1011-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93566, 1146, '1011-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93567, 1146, '1011-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93568, 1146, '1011-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93569, 1146, '1011-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93570, 1146, '1011-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93571, 1146, '1011-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93572, 1146, '1011-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93573, 1146, '1011-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93574, 1146, '1011-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93575, 1146, '1012-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93576, 1146, '1012-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93577, 1146, '1012-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93578, 1146, '1012-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93579, 1146, '1012-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93580, 1146, '1012-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93581, 1146, '1012-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93582, 1146, '1012-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93583, 1146, '1012-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93584, 1146, '1012-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93585, 1146, '1012-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93586, 1146, '1012-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93587, 1146, '1013-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93588, 1146, '1013-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93589, 1146, '1013-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93590, 1146, '1013-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93591, 1146, '1013-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93592, 1146, '1013-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93593, 1146, '1013-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93594, 1146, '1013-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93595, 1146, '1013-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93596, 1146, '1013-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93597, 1146, '1013-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93598, 1146, '1013-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93599, 1146, '1014-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93600, 1146, '1014-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93601, 1146, '1014-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93602, 1146, '1014-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93603, 1146, '1014-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93604, 1146, '1014-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93605, 1146, '1014-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93606, 1146, '1014-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93607, 1146, '1014-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93608, 1146, '1014-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93609, 1146, '1014-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93610, 1146, '1014-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93611, 1146, '1015-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93612, 1146, '1015-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93613, 1146, '1015-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93614, 1146, '1015-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93615, 1146, '1015-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93616, 1146, '1015-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93617, 1146, '1015-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93618, 1146, '1015-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93619, 1146, '1015-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93620, 1146, '1015-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93621, 1146, '1015-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93622, 1146, '1015-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93623, 1146, '1016-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93624, 1146, '1016-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93625, 1146, '1016-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93626, 1146, '1016-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93627, 1146, '1016-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93628, 1146, '1016-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93629, 1146, '1016-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93630, 1146, '1016-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93631, 1146, '1016-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93632, 1146, '1016-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93633, 1146, '1016-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93634, 1146, '1016-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93635, 1146, '1017-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93636, 1146, '1017-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93637, 1146, '1017-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93638, 1146, '1017-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93639, 1146, '1017-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93640, 1146, '1017-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93641, 1146, '1017-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93642, 1146, '1017-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93643, 1146, '1017-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93644, 1146, '1017-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93645, 1146, '1017-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93646, 1146, '1017-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93647, 1146, '1018-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93648, 1146, '1018-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(93649, 1146, '1018-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93650, 1146, '1018-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93651, 1146, '1018-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93652, 1146, '1018-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93653, 1146, '1018-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93654, 1146, '1018-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93655, 1146, '1018-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93656, 1146, '1018-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93657, 1146, '1018-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93658, 1146, '1018-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93659, 1146, '1019-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93660, 1146, '1019-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93661, 1146, '1019-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93662, 1146, '1019-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93663, 1146, '1019-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93664, 1146, '1019-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93665, 1146, '1019-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93666, 1146, '1019-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93667, 1146, '1019-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93668, 1146, '1019-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93669, 1146, '1019-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93670, 1146, '1019-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93671, 1146, '1020-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93672, 1146, '1020-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93673, 1146, '1020-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93674, 1146, '1020-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93675, 1146, '1020-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93676, 1146, '1020-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93677, 1146, '1020-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93678, 1146, '1020-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93679, 1146, '1020-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93680, 1146, '1020-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93681, 1146, '1020-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93682, 1146, '1020-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93683, 1146, '1021-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93684, 1146, '1021-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93685, 1146, '1021-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93686, 1146, '1021-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93687, 1146, '1021-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93688, 1146, '1021-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93689, 1146, '1021-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93690, 1146, '1021-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93691, 1146, '1021-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93692, 1146, '1021-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93693, 1146, '1021-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93694, 1146, '1021-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93695, 1146, '1022-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93696, 1146, '1022-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93697, 1146, '1022-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93698, 1146, '1022-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93699, 1146, '1022-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93700, 1146, '1022-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93701, 1146, '1022-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93702, 1146, '1022-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93703, 1146, '1022-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93704, 1146, '1022-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93705, 1146, '1022-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93706, 1146, '1022-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93707, 1146, '1023-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93708, 1146, '1023-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93709, 1146, '1023-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93710, 1146, '1023-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93711, 1146, '1023-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93712, 1146, '1023-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93713, 1146, '1023-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93714, 1146, '1023-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93715, 1146, '1023-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93716, 1146, '1023-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93717, 1146, '1023-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93718, 1146, '1023-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93719, 1146, '1024-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93720, 1146, '1024-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93721, 1146, '1024-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93722, 1146, '1024-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93723, 1146, '1024-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93724, 1146, '1024-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93725, 1146, '1024-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93726, 1146, '1024-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93727, 1146, '1024-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93728, 1146, '1024-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93729, 1146, '1024-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93730, 1146, '1024-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93731, 1146, '1025-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93732, 1146, '1025-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93733, 1146, '1025-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93734, 1146, '1025-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93735, 1146, '1025-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93736, 1146, '1025-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93737, 1146, '1025-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93738, 1146, '1025-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93739, 1146, '1025-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93740, 1146, '1025-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93741, 1146, '1025-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93742, 1146, '1025-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93743, 1146, '1026-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93744, 1146, '1026-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93745, 1146, '1026-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93746, 1146, '1026-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93747, 1146, '1026-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93748, 1146, '1026-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93749, 1146, '1026-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93750, 1146, '1026-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93751, 1146, '1026-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93752, 1146, '1026-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93753, 1146, '1026-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93754, 1146, '1026-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93755, 1146, '1027-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93756, 1146, '1027-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93757, 1146, '1027-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93758, 1146, '1027-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93759, 1146, '1027-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93760, 1146, '1027-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93761, 1146, '1027-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93762, 1146, '1027-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93763, 1146, '1027-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93764, 1146, '1027-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93765, 1146, '1027-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93766, 1146, '1027-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93767, 1146, '1028-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93768, 1146, '1028-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93769, 1146, '1028-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93770, 1146, '1028-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93771, 1146, '1028-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93772, 1146, '1028-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93773, 1146, '1028-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93774, 1146, '1028-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93775, 1146, '1028-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93776, 1146, '1028-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93777, 1146, '1028-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93778, 1146, '1028-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93779, 1146, '1029-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93780, 1146, '1029-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93781, 1146, '1029-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93782, 1146, '1029-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93783, 1146, '1029-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93784, 1146, '1029-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93785, 1146, '1029-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93786, 1146, '1029-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93787, 1146, '1029-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93788, 1146, '1029-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93789, 1146, '1029-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93790, 1146, '1029-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93791, 1146, '1030-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93792, 1146, '1030-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93793, 1146, '1030-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93794, 1146, '1030-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93795, 1146, '1030-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93796, 1146, '1030-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93797, 1146, '1030-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93798, 1146, '1030-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93799, 1146, '1030-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93800, 1146, '1030-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93801, 1146, '1030-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93802, 1146, '1030-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93803, 1146, '1031-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93804, 1146, '1031-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93805, 1146, '1031-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93806, 1146, '1031-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93807, 1146, '1031-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93808, 1146, '1031-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93809, 1146, '1031-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93810, 1146, '1031-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93811, 1146, '1031-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93812, 1146, '1031-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93813, 1146, '1031-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93814, 1146, '1031-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93815, 1146, '1032-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93816, 1146, '1032-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93817, 1146, '1032-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93818, 1146, '1032-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93819, 1146, '1032-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93820, 1146, '1032-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93821, 1146, '1032-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93822, 1146, '1032-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93823, 1146, '1032-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93824, 1146, '1032-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93825, 1146, '1032-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93826, 1146, '1032-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93827, 1146, '1033-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93828, 1146, '1033-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93829, 1146, '1033-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93830, 1146, '1033-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93831, 1146, '1033-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93832, 1146, '1033-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93833, 1146, '1033-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93834, 1146, '1033-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93835, 1146, '1033-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93836, 1146, '1033-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93837, 1146, '1033-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93838, 1146, '1033-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93839, 1146, '1034-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93840, 1146, '1034-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93841, 1146, '1034-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93842, 1146, '1034-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93843, 1146, '1034-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93844, 1146, '1034-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93845, 1146, '1034-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93846, 1146, '1034-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93847, 1146, '1034-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93848, 1146, '1034-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93849, 1146, '1034-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93850, 1146, '1034-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93851, 1146, '1035-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93852, 1146, '1035-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93853, 1146, '1035-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93854, 1146, '1035-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93855, 1146, '1035-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93856, 1146, '1035-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93857, 1146, '1035-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93858, 1146, '1035-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93859, 1146, '1035-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93860, 1146, '1035-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93861, 1146, '1035-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93862, 1146, '1035-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93863, 1146, '1036-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93864, 1146, '1036-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93865, 1146, '1036-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93866, 1146, '1036-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93867, 1146, '1036-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93868, 1146, '1036-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93869, 1146, '1036-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93870, 1146, '1036-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93871, 1146, '1036-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93872, 1146, '1036-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93873, 1146, '1036-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93874, 1146, '1036-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93875, 1146, '1037-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93876, 1146, '1037-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93877, 1146, '1037-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93878, 1146, '1037-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93879, 1146, '1037-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93880, 1146, '1037-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93881, 1146, '1037-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93882, 1146, '1037-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93883, 1146, '1037-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93884, 1146, '1037-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93885, 1146, '1037-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93886, 1146, '1037-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93887, 1146, '1038-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93888, 1146, '1038-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93889, 1146, '1038-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93890, 1146, '1038-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93891, 1146, '1038-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93892, 1146, '1038-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93893, 1146, '1038-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93894, 1146, '1038-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93895, 1146, '1038-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93896, 1146, '1038-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:58', '2023-09-12 17:11:58'),
(93897, 1146, '1038-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(93898, 1146, '1038-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(93899, 1146, '1039-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(93900, 1146, '1039-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(93901, 1146, '1039-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(93902, 1146, '1039-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(93903, 1146, '1039-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(93904, 1146, '1039-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(93905, 1146, '1039-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(93906, 1146, '1039-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(93907, 1146, '1039-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(93908, 1146, '1039-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(93909, 1146, '1039-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(93910, 1146, '1039-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(93911, 1146, '1040-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(93912, 1146, '1040-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(93913, 1146, '1040-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(93914, 1146, '1040-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(93915, 1146, '1040-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(93916, 1146, '1040-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(93917, 1146, '1040-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(93918, 1146, '1040-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(93919, 1146, '1040-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(93920, 1146, '1040-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(93921, 1146, '1040-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(93922, 1146, '1040-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(93923, 1146, '1041-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(93924, 1146, '1041-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(93925, 1146, '1041-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(93926, 1146, '1041-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(93927, 1146, '1041-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(93928, 1146, '1041-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(93929, 1146, '1041-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(93930, 1146, '1041-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(93931, 1146, '1041-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(93932, 1146, '1041-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(93933, 1146, '1041-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(93934, 1146, '1041-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(93935, 1146, '1042-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(93936, 1146, '1042-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(93937, 1146, '1042-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(93938, 1146, '1042-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(93939, 1146, '1042-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(93940, 1146, '1042-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(93941, 1146, '1042-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(93942, 1146, '1042-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(93943, 1146, '1042-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(93944, 1146, '1042-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(93945, 1146, '1042-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(93946, 1146, '1042-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(93947, 1146, '1043-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(93948, 1146, '1043-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(93949, 1146, '1043-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(93950, 1146, '1043-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(93951, 1146, '1043-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(93952, 1146, '1043-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(93953, 1146, '1043-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(93954, 1146, '1043-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(93955, 1146, '1043-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(93956, 1146, '1043-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(93957, 1146, '1043-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(93958, 1146, '1043-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(93959, 1146, '1044-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(93960, 1146, '1044-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(93961, 1146, '1044-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(93962, 1146, '1044-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(93963, 1146, '1044-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(93964, 1146, '1044-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(93965, 1146, '1044-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(93966, 1146, '1044-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(93967, 1146, '1044-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(93968, 1146, '1044-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(93969, 1146, '1044-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(93970, 1146, '1044-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(93971, 1146, '1045-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(93972, 1146, '1045-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(93973, 1146, '1045-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(93974, 1146, '1045-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(93975, 1146, '1045-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(93976, 1146, '1045-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(93977, 1146, '1045-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(93978, 1146, '1045-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(93979, 1146, '1045-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(93980, 1146, '1045-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(93981, 1146, '1045-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(93982, 1146, '1045-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(93983, 1146, '1046-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(93984, 1146, '1046-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(93985, 1146, '1046-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(93986, 1146, '1046-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(93987, 1146, '1046-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(93988, 1146, '1046-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(93989, 1146, '1046-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(93990, 1146, '1046-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(93991, 1146, '1046-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(93992, 1146, '1046-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(93993, 1146, '1046-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(93994, 1146, '1046-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(93995, 1146, '1047-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(93996, 1146, '1047-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(93997, 1146, '1047-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(93998, 1146, '1047-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(93999, 1146, '1047-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94000, 1146, '1047-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94001, 1146, '1047-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94002, 1146, '1047-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94003, 1146, '1047-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94004, 1146, '1047-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94005, 1146, '1047-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94006, 1146, '1047-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94007, 1146, '1048-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94008, 1146, '1048-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94009, 1146, '1048-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94010, 1146, '1048-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94011, 1146, '1048-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94012, 1146, '1048-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94013, 1146, '1048-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94014, 1146, '1048-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94015, 1146, '1048-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94016, 1146, '1048-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94017, 1146, '1048-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94018, 1146, '1048-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94019, 1146, '1049-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94020, 1146, '1049-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94021, 1146, '1049-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94022, 1146, '1049-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94023, 1146, '1049-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94024, 1146, '1049-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94025, 1146, '1049-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94026, 1146, '1049-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94027, 1146, '1049-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94028, 1146, '1049-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94029, 1146, '1049-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94030, 1146, '1049-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94031, 1146, '1050-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94032, 1146, '1050-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94033, 1146, '1050-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94034, 1146, '1050-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94035, 1146, '1050-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94036, 1146, '1050-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94037, 1146, '1050-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94038, 1146, '1050-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94039, 1146, '1050-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94040, 1146, '1050-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94041, 1146, '1050-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94042, 1146, '1050-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94043, 1146, '1051-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94044, 1146, '1051-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94045, 1146, '1051-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94046, 1146, '1051-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94047, 1146, '1051-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94048, 1146, '1051-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94049, 1146, '1051-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94050, 1146, '1051-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94051, 1146, '1051-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94052, 1146, '1051-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94053, 1146, '1051-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94054, 1146, '1051-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94055, 1146, '1052-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94056, 1146, '1052-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94057, 1146, '1052-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94058, 1146, '1052-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94059, 1146, '1052-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94060, 1146, '1052-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94061, 1146, '1052-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94062, 1146, '1052-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94063, 1146, '1052-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94064, 1146, '1052-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94065, 1146, '1052-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94066, 1146, '1052-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94067, 1146, '1053-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94068, 1146, '1053-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94069, 1146, '1053-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94070, 1146, '1053-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94071, 1146, '1053-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94072, 1146, '1053-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94073, 1146, '1053-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94074, 1146, '1053-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94075, 1146, '1053-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94076, 1146, '1053-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94077, 1146, '1053-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94078, 1146, '1053-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94079, 1146, '1054-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94080, 1146, '1054-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94081, 1146, '1054-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94082, 1146, '1054-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94083, 1146, '1054-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94084, 1146, '1054-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94085, 1146, '1054-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94086, 1146, '1054-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94087, 1146, '1054-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94088, 1146, '1054-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94089, 1146, '1054-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94090, 1146, '1054-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94091, 1146, '1055-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94092, 1146, '1055-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94093, 1146, '1055-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94094, 1146, '1055-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94095, 1146, '1055-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94096, 1146, '1055-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94097, 1146, '1055-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94098, 1146, '1055-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94099, 1146, '1055-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94100, 1146, '1055-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94101, 1146, '1055-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94102, 1146, '1055-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94103, 1146, '1056-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94104, 1146, '1056-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94105, 1146, '1056-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94106, 1146, '1056-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94107, 1146, '1056-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94108, 1146, '1056-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94109, 1146, '1056-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(94110, 1146, '1056-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94111, 1146, '1056-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94112, 1146, '1056-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94113, 1146, '1056-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94114, 1146, '1056-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94115, 1146, '1057-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94116, 1146, '1057-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94117, 1146, '1057-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94118, 1146, '1057-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94119, 1146, '1057-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94120, 1146, '1057-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94121, 1146, '1057-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94122, 1146, '1057-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94123, 1146, '1057-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94124, 1146, '1057-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94125, 1146, '1057-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94126, 1146, '1057-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94127, 1146, '1058-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94128, 1146, '1058-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94129, 1146, '1058-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94130, 1146, '1058-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94131, 1146, '1058-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94132, 1146, '1058-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94133, 1146, '1058-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94134, 1146, '1058-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94135, 1146, '1058-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94136, 1146, '1058-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94137, 1146, '1058-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94138, 1146, '1058-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94139, 1146, '1059-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94140, 1146, '1059-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94141, 1146, '1059-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94142, 1146, '1059-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94143, 1146, '1059-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94144, 1146, '1059-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94145, 1146, '1059-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94146, 1146, '1059-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94147, 1146, '1059-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94148, 1146, '1059-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94149, 1146, '1059-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94150, 1146, '1059-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94151, 1146, '1060-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94152, 1146, '1060-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94153, 1146, '1060-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94154, 1146, '1060-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94155, 1146, '1060-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94156, 1146, '1060-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94157, 1146, '1060-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94158, 1146, '1060-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94159, 1146, '1060-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94160, 1146, '1060-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94161, 1146, '1060-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94162, 1146, '1060-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94163, 1146, '1061-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94164, 1146, '1061-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94165, 1146, '1061-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94166, 1146, '1061-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94167, 1146, '1061-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94168, 1146, '1061-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94169, 1146, '1061-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94170, 1146, '1061-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94171, 1146, '1061-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94172, 1146, '1061-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94173, 1146, '1061-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94174, 1146, '1061-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94175, 1146, '1062-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94176, 1146, '1062-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94177, 1146, '1062-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94178, 1146, '1062-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94179, 1146, '1062-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94180, 1146, '1062-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94181, 1146, '1062-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94182, 1146, '1062-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94183, 1146, '1062-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94184, 1146, '1062-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94185, 1146, '1062-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94186, 1146, '1062-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94187, 1146, '1063-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94188, 1146, '1063-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94189, 1146, '1063-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94190, 1146, '1063-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94191, 1146, '1063-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94192, 1146, '1063-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94193, 1146, '1063-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94194, 1146, '1063-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94195, 1146, '1063-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94196, 1146, '1063-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94197, 1146, '1063-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94198, 1146, '1063-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94199, 1146, '1064-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94200, 1146, '1064-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94201, 1146, '1064-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94202, 1146, '1064-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94203, 1146, '1064-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94204, 1146, '1064-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94205, 1146, '1064-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94206, 1146, '1064-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94207, 1146, '1064-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94208, 1146, '1064-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94209, 1146, '1064-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94210, 1146, '1064-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94211, 1146, '1065-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94212, 1146, '1065-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94213, 1146, '1065-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94214, 1146, '1065-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94215, 1146, '1065-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94216, 1146, '1065-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94217, 1146, '1065-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94218, 1146, '1065-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94219, 1146, '1065-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94220, 1146, '1065-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94221, 1146, '1065-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94222, 1146, '1065-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94223, 1146, '1066-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94224, 1146, '1066-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94225, 1146, '1066-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94226, 1146, '1066-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94227, 1146, '1066-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94228, 1146, '1066-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94229, 1146, '1066-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94230, 1146, '1066-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94231, 1146, '1066-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94232, 1146, '1066-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94233, 1146, '1066-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94234, 1146, '1066-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94235, 1146, '1067-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94236, 1146, '1067-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94237, 1146, '1067-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94238, 1146, '1067-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94239, 1146, '1067-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94240, 1146, '1067-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94241, 1146, '1067-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94242, 1146, '1067-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94243, 1146, '1067-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94244, 1146, '1067-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94245, 1146, '1067-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94246, 1146, '1067-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94247, 1146, '1068-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94248, 1146, '1068-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94249, 1146, '1068-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94250, 1146, '1068-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94251, 1146, '1068-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94252, 1146, '1068-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94253, 1146, '1068-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94254, 1146, '1068-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94255, 1146, '1068-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94256, 1146, '1068-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94257, 1146, '1068-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94258, 1146, '1068-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94259, 1146, '1069-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94260, 1146, '1069-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94261, 1146, '1069-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94262, 1146, '1069-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94263, 1146, '1069-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94264, 1146, '1069-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94265, 1146, '1069-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94266, 1146, '1069-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94267, 1146, '1069-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94268, 1146, '1069-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94269, 1146, '1069-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94270, 1146, '1069-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94271, 1146, '1070-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94272, 1146, '1070-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94273, 1146, '1070-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94274, 1146, '1070-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94275, 1146, '1070-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94276, 1146, '1070-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94277, 1146, '1070-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94278, 1146, '1070-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94279, 1146, '1070-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94280, 1146, '1070-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94281, 1146, '1070-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94282, 1146, '1070-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94283, 1146, '1071-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94284, 1146, '1071-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94285, 1146, '1071-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94286, 1146, '1071-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94287, 1146, '1071-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94288, 1146, '1071-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:11:59', '2023-09-12 17:11:59'),
(94289, 1146, '1071-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94290, 1146, '1071-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94291, 1146, '1071-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94292, 1146, '1071-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94293, 1146, '1071-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94294, 1146, '1071-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94295, 1146, '1072-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94296, 1146, '1072-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94297, 1146, '1072-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94298, 1146, '1072-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94299, 1146, '1072-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94300, 1146, '1072-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94301, 1146, '1072-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94302, 1146, '1072-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94303, 1146, '1072-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94304, 1146, '1072-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94305, 1146, '1072-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94306, 1146, '1072-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94307, 1146, '1073-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94308, 1146, '1073-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94309, 1146, '1073-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94310, 1146, '1073-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94311, 1146, '1073-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94312, 1146, '1073-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94313, 1146, '1073-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94314, 1146, '1073-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94315, 1146, '1073-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94316, 1146, '1073-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94317, 1146, '1073-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94318, 1146, '1073-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94319, 1146, '1074-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94320, 1146, '1074-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94321, 1146, '1074-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94322, 1146, '1074-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94323, 1146, '1074-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94324, 1146, '1074-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94325, 1146, '1074-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94326, 1146, '1074-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94327, 1146, '1074-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94328, 1146, '1074-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94329, 1146, '1074-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94330, 1146, '1074-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94331, 1146, '1075-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94332, 1146, '1075-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94333, 1146, '1075-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94334, 1146, '1075-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94335, 1146, '1075-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94336, 1146, '1075-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94337, 1146, '1075-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94338, 1146, '1075-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94339, 1146, '1075-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94340, 1146, '1075-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94341, 1146, '1075-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94342, 1146, '1075-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94343, 1146, '1076-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94344, 1146, '1076-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94345, 1146, '1076-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94346, 1146, '1076-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94347, 1146, '1076-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94348, 1146, '1076-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94349, 1146, '1076-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94350, 1146, '1076-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94351, 1146, '1076-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94352, 1146, '1076-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94353, 1146, '1076-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94354, 1146, '1076-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94355, 1146, '1077-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94356, 1146, '1077-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94357, 1146, '1077-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94358, 1146, '1077-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94359, 1146, '1077-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94360, 1146, '1077-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94361, 1146, '1077-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94362, 1146, '1077-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94363, 1146, '1077-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94364, 1146, '1077-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94365, 1146, '1077-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94366, 1146, '1077-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94367, 1146, '1078-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94368, 1146, '1078-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94369, 1146, '1078-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94370, 1146, '1078-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94371, 1146, '1078-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94372, 1146, '1078-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94373, 1146, '1078-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94374, 1146, '1078-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94375, 1146, '1078-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94376, 1146, '1078-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94377, 1146, '1078-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94378, 1146, '1078-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94379, 1146, '1079-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94380, 1146, '1079-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94381, 1146, '1079-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94382, 1146, '1079-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94383, 1146, '1079-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94384, 1146, '1079-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94385, 1146, '1079-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94386, 1146, '1079-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94387, 1146, '1079-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94388, 1146, '1079-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94389, 1146, '1079-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94390, 1146, '1079-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94391, 1146, '1080-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94392, 1146, '1080-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94393, 1146, '1080-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94394, 1146, '1080-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94395, 1146, '1080-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94396, 1146, '1080-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94397, 1146, '1080-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94398, 1146, '1080-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94399, 1146, '1080-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94400, 1146, '1080-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94401, 1146, '1080-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94402, 1146, '1080-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94403, 1146, '1081-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94404, 1146, '1081-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94405, 1146, '1081-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94406, 1146, '1081-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94407, 1146, '1081-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94408, 1146, '1081-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94409, 1146, '1081-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94410, 1146, '1081-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94411, 1146, '1081-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94412, 1146, '1081-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94413, 1146, '1081-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94414, 1146, '1081-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94415, 1146, '1082-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94416, 1146, '1082-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94417, 1146, '1082-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94418, 1146, '1082-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94419, 1146, '1082-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94420, 1146, '1082-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94421, 1146, '1082-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94422, 1146, '1082-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94423, 1146, '1082-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94424, 1146, '1082-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94425, 1146, '1082-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94426, 1146, '1082-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94427, 1146, '1083-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94428, 1146, '1083-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94429, 1146, '1083-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94430, 1146, '1083-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94431, 1146, '1083-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94432, 1146, '1083-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94433, 1146, '1083-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94434, 1146, '1083-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94435, 1146, '1083-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94436, 1146, '1083-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94437, 1146, '1083-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94438, 1146, '1083-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94439, 1146, '1084-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94440, 1146, '1084-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94441, 1146, '1084-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94442, 1146, '1084-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94443, 1146, '1084-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94444, 1146, '1084-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94445, 1146, '1084-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94446, 1146, '1084-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94447, 1146, '1084-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94448, 1146, '1084-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94449, 1146, '1084-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94450, 1146, '1084-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94451, 1146, '1085-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94452, 1146, '1085-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94453, 1146, '1085-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94454, 1146, '1085-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94455, 1146, '1085-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94456, 1146, '1085-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94457, 1146, '1085-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94458, 1146, '1085-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94459, 1146, '1085-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94460, 1146, '1085-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94461, 1146, '1085-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94462, 1146, '1085-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94463, 1146, '1086-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94464, 1146, '1086-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94465, 1146, '1086-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94466, 1146, '1086-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94467, 1146, '1086-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94468, 1146, '1086-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94469, 1146, '1086-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94470, 1146, '1086-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94471, 1146, '1086-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94472, 1146, '1086-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94473, 1146, '1086-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94474, 1146, '1086-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94475, 1146, '1087-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94476, 1146, '1087-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94477, 1146, '1087-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94478, 1146, '1087-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94479, 1146, '1087-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94480, 1146, '1087-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94481, 1146, '1087-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94482, 1146, '1087-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94483, 1146, '1087-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94484, 1146, '1087-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94485, 1146, '1087-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94486, 1146, '1087-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94487, 1146, '1088-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94488, 1146, '1088-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94489, 1146, '1088-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94490, 1146, '1088-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94491, 1146, '1088-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94492, 1146, '1088-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94493, 1146, '1088-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94494, 1146, '1088-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94495, 1146, '1088-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94496, 1146, '1088-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94497, 1146, '1088-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94498, 1146, '1088-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94499, 1146, '1089-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94500, 1146, '1089-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94501, 1146, '1089-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94502, 1146, '1089-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94503, 1146, '1089-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94504, 1146, '1089-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94505, 1146, '1089-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94506, 1146, '1089-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94507, 1146, '1089-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94508, 1146, '1089-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94509, 1146, '1089-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94510, 1146, '1089-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94511, 1146, '1090-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94512, 1146, '1090-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94513, 1146, '1090-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94514, 1146, '1090-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94515, 1146, '1090-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94516, 1146, '1090-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94517, 1146, '1090-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94518, 1146, '1090-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94519, 1146, '1090-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94520, 1146, '1090-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94521, 1146, '1090-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94522, 1146, '1090-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94523, 1146, '1091-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94524, 1146, '1091-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94525, 1146, '1091-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94526, 1146, '1091-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94527, 1146, '1091-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94528, 1146, '1091-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94529, 1146, '1091-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94530, 1146, '1091-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94531, 1146, '1091-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94532, 1146, '1091-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94533, 1146, '1091-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94534, 1146, '1091-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94535, 1146, '1092-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94536, 1146, '1092-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94537, 1146, '1092-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94538, 1146, '1092-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94539, 1146, '1092-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94540, 1146, '1092-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94541, 1146, '1092-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94542, 1146, '1092-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94543, 1146, '1092-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94544, 1146, '1092-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94545, 1146, '1092-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94546, 1146, '1092-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94547, 1146, '1093-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94548, 1146, '1093-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94549, 1146, '1093-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94550, 1146, '1093-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94551, 1146, '1093-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94552, 1146, '1093-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94553, 1146, '1093-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94554, 1146, '1093-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94555, 1146, '1093-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94556, 1146, '1093-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94557, 1146, '1093-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94558, 1146, '1093-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94559, 1146, '1094-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94560, 1146, '1094-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94561, 1146, '1094-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94562, 1146, '1094-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94563, 1146, '1094-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94564, 1146, '1094-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94565, 1146, '1094-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94566, 1146, '1094-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94567, 1146, '1094-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94568, 1146, '1094-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94569, 1146, '1094-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94570, 1146, '1094-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(94571, 1146, '1095-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94572, 1146, '1095-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94573, 1146, '1095-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94574, 1146, '1095-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94575, 1146, '1095-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94576, 1146, '1095-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94577, 1146, '1095-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94578, 1146, '1095-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94579, 1146, '1095-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94580, 1146, '1095-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94581, 1146, '1095-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94582, 1146, '1095-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94583, 1146, '1096-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94584, 1146, '1096-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94585, 1146, '1096-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94586, 1146, '1096-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94587, 1146, '1096-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94588, 1146, '1096-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94589, 1146, '1096-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94590, 1146, '1096-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94591, 1146, '1096-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94592, 1146, '1096-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94593, 1146, '1096-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94594, 1146, '1096-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94595, 1146, '1097-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94596, 1146, '1097-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94597, 1146, '1097-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94598, 1146, '1097-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94599, 1146, '1097-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94600, 1146, '1097-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94601, 1146, '1097-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94602, 1146, '1097-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94603, 1146, '1097-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94604, 1146, '1097-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94605, 1146, '1097-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94606, 1146, '1097-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94607, 1146, '1098-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94608, 1146, '1098-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94609, 1146, '1098-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94610, 1146, '1098-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94611, 1146, '1098-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94612, 1146, '1098-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94613, 1146, '1098-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94614, 1146, '1098-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94615, 1146, '1098-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94616, 1146, '1098-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94617, 1146, '1098-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94618, 1146, '1098-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94619, 1146, '1099-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94620, 1146, '1099-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94621, 1146, '1099-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94622, 1146, '1099-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94623, 1146, '1099-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94624, 1146, '1099-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94625, 1146, '1099-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94626, 1146, '1099-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94627, 1146, '1099-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94628, 1146, '1099-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94629, 1146, '1099-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94630, 1146, '1099-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94631, 1146, '1100-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94632, 1146, '1100-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94633, 1146, '1100-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94634, 1146, '1100-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94635, 1146, '1100-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94636, 1146, '1100-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94637, 1146, '1100-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94638, 1146, '1100-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94639, 1146, '1100-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94640, 1146, '1100-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94641, 1146, '1100-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94642, 1146, '1100-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94643, 1146, '1101-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94644, 1146, '1101-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94645, 1146, '1101-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94646, 1146, '1101-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94647, 1146, '1101-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94648, 1146, '1101-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94649, 1146, '1101-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94650, 1146, '1101-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94651, 1146, '1101-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94652, 1146, '1101-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94653, 1146, '1101-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94654, 1146, '1101-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94655, 1146, '1102-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94656, 1146, '1102-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94657, 1146, '1102-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94658, 1146, '1102-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94659, 1146, '1102-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94660, 1146, '1102-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94661, 1146, '1102-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94662, 1146, '1102-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94663, 1146, '1102-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94664, 1146, '1102-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94665, 1146, '1102-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94666, 1146, '1102-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94667, 1146, '1103-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94668, 1146, '1103-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94669, 1146, '1103-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94670, 1146, '1103-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94671, 1146, '1103-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94672, 1146, '1103-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94673, 1146, '1103-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94674, 1146, '1103-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94675, 1146, '1103-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94676, 1146, '1103-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94677, 1146, '1103-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94678, 1146, '1103-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94679, 1146, '1104-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94680, 1146, '1104-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94681, 1146, '1104-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94682, 1146, '1104-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94683, 1146, '1104-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94684, 1146, '1104-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94685, 1146, '1104-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94686, 1146, '1104-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94687, 1146, '1104-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94688, 1146, '1104-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94689, 1146, '1104-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94690, 1146, '1104-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94691, 1146, '1105-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94692, 1146, '1105-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94693, 1146, '1105-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94694, 1146, '1105-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94695, 1146, '1105-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94696, 1146, '1105-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94697, 1146, '1105-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94698, 1146, '1105-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94699, 1146, '1105-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94700, 1146, '1105-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94701, 1146, '1105-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94702, 1146, '1105-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94703, 1146, '1106-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94704, 1146, '1106-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94705, 1146, '1106-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94706, 1146, '1106-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:00', '2023-09-12 17:12:00'),
(94707, 1146, '1106-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94708, 1146, '1106-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94709, 1146, '1106-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94710, 1146, '1106-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94711, 1146, '1106-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94712, 1146, '1106-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94713, 1146, '1106-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94714, 1146, '1106-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94715, 1146, '1107-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94716, 1146, '1107-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94717, 1146, '1107-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94718, 1146, '1107-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94719, 1146, '1107-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94720, 1146, '1107-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94721, 1146, '1107-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94722, 1146, '1107-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94723, 1146, '1107-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94724, 1146, '1107-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94725, 1146, '1107-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94726, 1146, '1107-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94727, 1146, '1108-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94728, 1146, '1108-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94729, 1146, '1108-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94730, 1146, '1108-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94731, 1146, '1108-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94732, 1146, '1108-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94733, 1146, '1108-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94734, 1146, '1108-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94735, 1146, '1108-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94736, 1146, '1108-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94737, 1146, '1108-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94738, 1146, '1108-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94739, 1146, '1109-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94740, 1146, '1109-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94741, 1146, '1109-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94742, 1146, '1109-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94743, 1146, '1109-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94744, 1146, '1109-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94745, 1146, '1109-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94746, 1146, '1109-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94747, 1146, '1109-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94748, 1146, '1109-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94749, 1146, '1109-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94750, 1146, '1109-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94751, 1146, '1110-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94752, 1146, '1110-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94753, 1146, '1110-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94754, 1146, '1110-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94755, 1146, '1110-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94756, 1146, '1110-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94757, 1146, '1110-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94758, 1146, '1110-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94759, 1146, '1110-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94760, 1146, '1110-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94761, 1146, '1110-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94762, 1146, '1110-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94763, 1146, '1111-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94764, 1146, '1111-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94765, 1146, '1111-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94766, 1146, '1111-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94767, 1146, '1111-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94768, 1146, '1111-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94769, 1146, '1111-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94770, 1146, '1111-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94771, 1146, '1111-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94772, 1146, '1111-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94773, 1146, '1111-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94774, 1146, '1111-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94775, 1146, '1112-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94776, 1146, '1112-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94777, 1146, '1112-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94778, 1146, '1112-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94779, 1146, '1112-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94780, 1146, '1112-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94781, 1146, '1112-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94782, 1146, '1112-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94783, 1146, '1112-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94784, 1146, '1112-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94785, 1146, '1112-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94786, 1146, '1112-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94787, 1146, '1113-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94788, 1146, '1113-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94789, 1146, '1113-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94790, 1146, '1113-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94791, 1146, '1113-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94792, 1146, '1113-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94793, 1146, '1113-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94794, 1146, '1113-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94795, 1146, '1113-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94796, 1146, '1113-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94797, 1146, '1113-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94798, 1146, '1113-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94799, 1146, '1114-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94800, 1146, '1114-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94801, 1146, '1114-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94802, 1146, '1114-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94803, 1146, '1114-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94804, 1146, '1114-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94805, 1146, '1114-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94806, 1146, '1114-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94807, 1146, '1114-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94808, 1146, '1114-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94809, 1146, '1114-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94810, 1146, '1114-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94811, 1146, '1115-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94812, 1146, '1115-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94813, 1146, '1115-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94814, 1146, '1115-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94815, 1146, '1115-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94816, 1146, '1115-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94817, 1146, '1115-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94818, 1146, '1115-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94819, 1146, '1115-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94820, 1146, '1115-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94821, 1146, '1115-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94822, 1146, '1115-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94823, 1146, '1116-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94824, 1146, '1116-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94825, 1146, '1116-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94826, 1146, '1116-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94827, 1146, '1116-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94828, 1146, '1116-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94829, 1146, '1116-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94830, 1146, '1116-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94831, 1146, '1116-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94832, 1146, '1116-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94833, 1146, '1116-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94834, 1146, '1116-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94835, 1146, '1117-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94836, 1146, '1117-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94837, 1146, '1117-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94838, 1146, '1117-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94839, 1146, '1117-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94840, 1146, '1117-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94841, 1146, '1117-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94842, 1146, '1117-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94843, 1146, '1117-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94844, 1146, '1117-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94845, 1146, '1117-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94846, 1146, '1117-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94847, 1146, '1118-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94848, 1146, '1118-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94849, 1146, '1118-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94850, 1146, '1118-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94851, 1146, '1118-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94852, 1146, '1118-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94853, 1146, '1118-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94854, 1146, '1118-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94855, 1146, '1118-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94856, 1146, '1118-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94857, 1146, '1118-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94858, 1146, '1118-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94859, 1146, '1119-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94860, 1146, '1119-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94861, 1146, '1119-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94862, 1146, '1119-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94863, 1146, '1119-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94864, 1146, '1119-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94865, 1146, '1119-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94866, 1146, '1119-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94867, 1146, '1119-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94868, 1146, '1119-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94869, 1146, '1119-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94870, 1146, '1119-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94871, 1146, '1120-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94872, 1146, '1120-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94873, 1146, '1120-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94874, 1146, '1120-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94875, 1146, '1120-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94876, 1146, '1120-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94877, 1146, '1120-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94878, 1146, '1120-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94879, 1146, '1120-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94880, 1146, '1120-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94881, 1146, '1120-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94882, 1146, '1120-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94883, 1146, '1121-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94884, 1146, '1121-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94885, 1146, '1121-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94886, 1146, '1121-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94887, 1146, '1121-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94888, 1146, '1121-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94889, 1146, '1121-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94890, 1146, '1121-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94891, 1146, '1121-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94892, 1146, '1121-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94893, 1146, '1121-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94894, 1146, '1121-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94895, 1146, '1122-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94896, 1146, '1122-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94897, 1146, '1122-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94898, 1146, '1122-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94899, 1146, '1122-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94900, 1146, '1122-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94901, 1146, '1122-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94902, 1146, '1122-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94903, 1146, '1122-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94904, 1146, '1122-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94905, 1146, '1122-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94906, 1146, '1122-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94907, 1146, '1123-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94908, 1146, '1123-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94909, 1146, '1123-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94910, 1146, '1123-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94911, 1146, '1123-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94912, 1146, '1123-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94913, 1146, '1123-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94914, 1146, '1123-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94915, 1146, '1123-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94916, 1146, '1123-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94917, 1146, '1123-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94918, 1146, '1123-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94919, 1146, '1124-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94920, 1146, '1124-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94921, 1146, '1124-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94922, 1146, '1124-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94923, 1146, '1124-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94924, 1146, '1124-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94925, 1146, '1124-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94926, 1146, '1124-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94927, 1146, '1124-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94928, 1146, '1124-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94929, 1146, '1124-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94930, 1146, '1124-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94931, 1146, '1125-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94932, 1146, '1125-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94933, 1146, '1125-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94934, 1146, '1125-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94935, 1146, '1125-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94936, 1146, '1125-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94937, 1146, '1125-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94938, 1146, '1125-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94939, 1146, '1125-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94940, 1146, '1125-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94941, 1146, '1125-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94942, 1146, '1125-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94943, 1146, '1126-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94944, 1146, '1126-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94945, 1146, '1126-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94946, 1146, '1126-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94947, 1146, '1126-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94948, 1146, '1126-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94949, 1146, '1126-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94950, 1146, '1126-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94951, 1146, '1126-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94952, 1146, '1126-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94953, 1146, '1126-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94954, 1146, '1126-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94955, 1146, '1127-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94956, 1146, '1127-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94957, 1146, '1127-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94958, 1146, '1127-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94959, 1146, '1127-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94960, 1146, '1127-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94961, 1146, '1127-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94962, 1146, '1127-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94963, 1146, '1127-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94964, 1146, '1127-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94965, 1146, '1127-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94966, 1146, '1127-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94967, 1146, '1128-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94968, 1146, '1128-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94969, 1146, '1128-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94970, 1146, '1128-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94971, 1146, '1128-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94972, 1146, '1128-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94973, 1146, '1128-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94974, 1146, '1128-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94975, 1146, '1128-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94976, 1146, '1128-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94977, 1146, '1128-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94978, 1146, '1128-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94979, 1146, '1129-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94980, 1146, '1129-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94981, 1146, '1129-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94982, 1146, '1129-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94983, 1146, '1129-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94984, 1146, '1129-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94985, 1146, '1129-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94986, 1146, '1129-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94987, 1146, '1129-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94988, 1146, '1129-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94989, 1146, '1129-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94990, 1146, '1129-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94991, 1146, '1130-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94992, 1146, '1130-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94993, 1146, '1130-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94994, 1146, '1130-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94995, 1146, '1130-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94996, 1146, '1130-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94997, 1146, '1130-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94998, 1146, '1130-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(94999, 1146, '1130-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(95000, 1146, '1130-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(95001, 1146, '1130-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(95002, 1146, '1130-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(95003, 1146, '1131-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(95004, 1146, '1131-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(95005, 1146, '1131-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(95006, 1146, '1131-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(95007, 1146, '1131-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(95008, 1146, '1131-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(95009, 1146, '1131-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(95010, 1146, '1131-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(95011, 1146, '1131-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(95012, 1146, '1131-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(95013, 1146, '1131-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(95014, 1146, '1131-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(95015, 1146, '1132-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(95016, 1146, '1132-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(95017, 1146, '1132-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(95018, 1146, '1132-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(95019, 1146, '1132-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(95020, 1146, '1132-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(95021, 1146, '1132-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(95022, 1146, '1132-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(95023, 1146, '1132-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(95024, 1146, '1132-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(95025, 1146, '1132-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(95026, 1146, '1132-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(95027, 1146, '1133-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(95028, 1146, '1133-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(95029, 1146, '1133-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(95030, 1146, '1133-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(95031, 1146, '1133-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(95032, 1146, '1133-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(95033, 1146, '1133-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(95034, 1146, '1133-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(95035, 1146, '1133-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(95036, 1146, '1133-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(95037, 1146, '1133-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(95038, 1146, '1133-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(95039, 1146, '1134-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(95040, 1146, '1134-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(95041, 1146, '1134-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(95042, 1146, '1134-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(95043, 1146, '1134-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(95044, 1146, '1134-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(95045, 1146, '1134-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(95046, 1146, '1134-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(95047, 1146, '1134-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(95048, 1146, '1134-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(95049, 1146, '1134-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(95050, 1146, '1134-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(95051, 1146, '1135-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(95052, 1146, '1135-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(95053, 1146, '1135-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(95054, 1146, '1135-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(95055, 1146, '1135-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(95056, 1146, '1135-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(95057, 1146, '1135-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(95058, 1146, '1135-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(95059, 1146, '1135-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(95060, 1146, '1135-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(95061, 1146, '1135-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(95062, 1146, '1135-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(95063, 1146, '1136-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(95064, 1146, '1136-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(95065, 1146, '1136-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(95066, 1146, '1136-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(95067, 1146, '1136-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(95068, 1146, '1136-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(95069, 1146, '1136-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(95070, 1146, '1136-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(95071, 1146, '1136-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(95072, 1146, '1136-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(95073, 1146, '1136-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(95074, 1146, '1136-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(95075, 1146, '1137-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(95076, 1146, '1137-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(95077, 1146, '1137-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(95078, 1146, '1137-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(95079, 1146, '1137-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(95080, 1146, '1137-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(95081, 1146, '1137-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(95082, 1146, '1137-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(95083, 1146, '1137-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(95084, 1146, '1137-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(95085, 1146, '1137-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(95086, 1146, '1137-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(95087, 1146, '1138-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(95088, 1146, '1138-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(95089, 1146, '1138-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(95090, 1146, '1138-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(95091, 1146, '1138-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(95092, 1146, '1138-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(95093, 1146, '1138-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(95094, 1146, '1138-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(95095, 1146, '1138-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(95096, 1146, '1138-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(95097, 1146, '1138-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(95098, 1146, '1138-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(95099, 1146, '1139-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(95100, 1146, '1139-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(95101, 1146, '1139-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:01', '2023-09-12 17:12:01'),
(95102, 1146, '1139-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95103, 1146, '1139-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95104, 1146, '1139-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95105, 1146, '1139-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95106, 1146, '1139-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95107, 1146, '1139-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95108, 1146, '1139-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95109, 1146, '1139-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95110, 1146, '1139-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95111, 1146, '1140-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95112, 1146, '1140-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95113, 1146, '1140-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95114, 1146, '1140-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95115, 1146, '1140-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95116, 1146, '1140-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95117, 1146, '1140-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95118, 1146, '1140-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95119, 1146, '1140-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95120, 1146, '1140-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95121, 1146, '1140-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95122, 1146, '1140-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95123, 1146, '1141-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95124, 1146, '1141-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95125, 1146, '1141-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95126, 1146, '1141-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95127, 1146, '1141-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95128, 1146, '1141-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95129, 1146, '1141-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95130, 1146, '1141-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95131, 1146, '1141-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95132, 1146, '1141-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95133, 1146, '1141-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95134, 1146, '1141-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95135, 1146, '1142-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95136, 1146, '1142-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95137, 1146, '1142-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95138, 1146, '1142-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95139, 1146, '1142-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95140, 1146, '1142-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95141, 1146, '1142-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95142, 1146, '1142-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95143, 1146, '1142-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95144, 1146, '1142-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95145, 1146, '1142-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95146, 1146, '1142-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95147, 1146, '1143-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95148, 1146, '1143-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95149, 1146, '1143-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95150, 1146, '1143-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95151, 1146, '1143-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95152, 1146, '1143-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95153, 1146, '1143-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95154, 1146, '1143-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95155, 1146, '1143-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95156, 1146, '1143-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95157, 1146, '1143-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95158, 1146, '1143-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95159, 1146, '1144-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95160, 1146, '1144-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95161, 1146, '1144-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95162, 1146, '1144-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95163, 1146, '1144-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95164, 1146, '1144-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95165, 1146, '1144-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95166, 1146, '1144-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95167, 1146, '1144-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95168, 1146, '1144-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95169, 1146, '1144-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95170, 1146, '1144-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95171, 1146, '1145-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95172, 1146, '1145-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95173, 1146, '1145-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95174, 1146, '1145-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95175, 1146, '1145-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95176, 1146, '1145-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95177, 1146, '1145-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95178, 1146, '1145-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95179, 1146, '1145-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95180, 1146, '1145-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95181, 1146, '1145-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95182, 1146, '1145-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95183, 1146, '1146-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95184, 1146, '1146-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95185, 1146, '1146-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95186, 1146, '1146-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95187, 1146, '1146-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95188, 1146, '1146-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95189, 1146, '1146-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95190, 1146, '1146-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95191, 1146, '1146-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95192, 1146, '1146-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95193, 1146, '1146-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95194, 1146, '1146-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95195, 1146, '1147-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95196, 1146, '1147-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95197, 1146, '1147-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95198, 1146, '1147-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95199, 1146, '1147-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95200, 1146, '1147-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95201, 1146, '1147-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95202, 1146, '1147-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95203, 1146, '1147-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95204, 1146, '1147-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95205, 1146, '1147-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95206, 1146, '1147-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95207, 1146, '1148-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95208, 1146, '1148-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95209, 1146, '1148-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95210, 1146, '1148-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95211, 1146, '1148-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95212, 1146, '1148-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95213, 1146, '1148-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95214, 1146, '1148-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95215, 1146, '1148-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95216, 1146, '1148-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95217, 1146, '1148-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95218, 1146, '1148-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95219, 1146, '1149-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95220, 1146, '1149-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95221, 1146, '1149-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95222, 1146, '1149-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95223, 1146, '1149-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95224, 1146, '1149-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95225, 1146, '1149-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95226, 1146, '1149-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95227, 1146, '1149-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95228, 1146, '1149-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95229, 1146, '1149-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95230, 1146, '1149-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95231, 1146, '1150-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95232, 1146, '1150-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95233, 1146, '1150-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95234, 1146, '1150-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95235, 1146, '1150-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95236, 1146, '1150-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95237, 1146, '1150-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95238, 1146, '1150-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95239, 1146, '1150-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95240, 1146, '1150-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95241, 1146, '1150-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95242, 1146, '1150-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95243, 1146, '1151-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95244, 1146, '1151-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95245, 1146, '1151-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95246, 1146, '1151-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95247, 1146, '1151-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95248, 1146, '1151-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95249, 1146, '1151-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95250, 1146, '1151-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95251, 1146, '1151-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95252, 1146, '1151-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95253, 1146, '1151-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95254, 1146, '1151-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95255, 1146, '1152-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95256, 1146, '1152-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95257, 1146, '1152-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95258, 1146, '1152-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95259, 1146, '1152-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95260, 1146, '1152-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95261, 1146, '1152-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95262, 1146, '1152-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95263, 1146, '1152-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95264, 1146, '1152-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95265, 1146, '1152-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95266, 1146, '1152-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95267, 1146, '1153-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95268, 1146, '1153-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95269, 1146, '1153-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95270, 1146, '1153-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95271, 1146, '1153-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95272, 1146, '1153-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95273, 1146, '1153-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95274, 1146, '1153-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95275, 1146, '1153-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95276, 1146, '1153-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95277, 1146, '1153-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95278, 1146, '1153-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95279, 1146, '1154-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95280, 1146, '1154-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95281, 1146, '1154-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95282, 1146, '1154-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95283, 1146, '1154-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95284, 1146, '1154-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95285, 1146, '1154-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95286, 1146, '1154-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95287, 1146, '1154-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95288, 1146, '1154-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95289, 1146, '1154-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95290, 1146, '1154-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95291, 1146, '1155-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95292, 1146, '1155-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95293, 1146, '1155-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95294, 1146, '1155-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95295, 1146, '1155-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95296, 1146, '1155-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95297, 1146, '1155-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95298, 1146, '1155-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95299, 1146, '1155-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95300, 1146, '1155-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95301, 1146, '1155-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95302, 1146, '1155-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95303, 1146, '1156-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95304, 1146, '1156-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95305, 1146, '1156-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95306, 1146, '1156-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95307, 1146, '1156-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95308, 1146, '1156-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95309, 1146, '1156-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95310, 1146, '1156-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95311, 1146, '1156-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95312, 1146, '1156-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95313, 1146, '1156-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95314, 1146, '1156-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95315, 1146, '1157-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95316, 1146, '1157-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95317, 1146, '1157-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95318, 1146, '1157-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95319, 1146, '1157-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95320, 1146, '1157-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95321, 1146, '1157-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95322, 1146, '1157-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95323, 1146, '1157-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95324, 1146, '1157-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95325, 1146, '1157-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95326, 1146, '1157-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95327, 1146, '1158-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95328, 1146, '1158-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95329, 1146, '1158-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95330, 1146, '1158-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95331, 1146, '1158-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95332, 1146, '1158-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95333, 1146, '1158-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95334, 1146, '1158-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95335, 1146, '1158-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95336, 1146, '1158-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95337, 1146, '1158-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95338, 1146, '1158-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95339, 1146, '1159-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95340, 1146, '1159-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95341, 1146, '1159-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95342, 1146, '1159-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95343, 1146, '1159-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95344, 1146, '1159-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95345, 1146, '1159-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95346, 1146, '1159-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95347, 1146, '1159-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95348, 1146, '1159-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95349, 1146, '1159-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95350, 1146, '1159-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95351, 1146, '1160-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95352, 1146, '1160-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95353, 1146, '1160-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95354, 1146, '1160-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95355, 1146, '1160-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95356, 1146, '1160-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95357, 1146, '1160-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95358, 1146, '1160-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95359, 1146, '1160-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95360, 1146, '1160-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95361, 1146, '1160-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95362, 1146, '1160-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95363, 1146, '1161-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95364, 1146, '1161-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95365, 1146, '1161-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95366, 1146, '1161-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95367, 1146, '1161-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95368, 1146, '1161-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95369, 1146, '1161-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95370, 1146, '1161-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95371, 1146, '1161-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95372, 1146, '1161-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95373, 1146, '1161-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95374, 1146, '1161-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95375, 1146, '1162-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95376, 1146, '1162-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95377, 1146, '1162-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95378, 1146, '1162-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95379, 1146, '1162-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95380, 1146, '1162-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95381, 1146, '1162-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95382, 1146, '1162-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95383, 1146, '1162-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95384, 1146, '1162-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95385, 1146, '1162-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95386, 1146, '1162-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95387, 1146, '1163-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95388, 1146, '1163-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95389, 1146, '1163-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95390, 1146, '1163-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95391, 1146, '1163-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95392, 1146, '1163-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95393, 1146, '1163-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95394, 1146, '1163-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95395, 1146, '1163-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95396, 1146, '1163-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95397, 1146, '1163-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95398, 1146, '1163-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95399, 1146, '1164-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95400, 1146, '1164-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95401, 1146, '1164-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95402, 1146, '1164-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95403, 1146, '1164-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95404, 1146, '1164-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95405, 1146, '1164-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95406, 1146, '1164-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95407, 1146, '1164-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95408, 1146, '1164-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95409, 1146, '1164-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95410, 1146, '1164-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95411, 1146, '1165-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95412, 1146, '1165-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95413, 1146, '1165-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95414, 1146, '1165-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95415, 1146, '1165-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95416, 1146, '1165-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95417, 1146, '1165-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95418, 1146, '1165-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95419, 1146, '1165-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95420, 1146, '1165-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95421, 1146, '1165-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95422, 1146, '1165-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95423, 1146, '1166-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95424, 1146, '1166-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95425, 1146, '1166-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95426, 1146, '1166-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95427, 1146, '1166-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95428, 1146, '1166-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95429, 1146, '1166-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95430, 1146, '1166-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95431, 1146, '1166-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95432, 1146, '1166-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95433, 1146, '1166-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95434, 1146, '1166-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95435, 1146, '1167-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95436, 1146, '1167-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95437, 1146, '1167-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95438, 1146, '1167-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95439, 1146, '1167-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95440, 1146, '1167-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95441, 1146, '1167-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95442, 1146, '1167-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95443, 1146, '1167-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95444, 1146, '1167-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95445, 1146, '1167-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95446, 1146, '1167-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95447, 1146, '1168-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95448, 1146, '1168-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95449, 1146, '1168-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95450, 1146, '1168-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95451, 1146, '1168-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95452, 1146, '1168-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95453, 1146, '1168-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95454, 1146, '1168-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95455, 1146, '1168-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95456, 1146, '1168-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95457, 1146, '1168-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95458, 1146, '1168-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95459, 1146, '1169-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95460, 1146, '1169-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95461, 1146, '1169-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95462, 1146, '1169-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:02', '2023-09-12 17:12:02'),
(95463, 1146, '1169-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95464, 1146, '1169-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95465, 1146, '1169-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95466, 1146, '1169-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95467, 1146, '1169-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95468, 1146, '1169-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95469, 1146, '1169-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95470, 1146, '1169-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95471, 1146, '1170-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95472, 1146, '1170-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95473, 1146, '1170-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95474, 1146, '1170-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95475, 1146, '1170-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95476, 1146, '1170-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95477, 1146, '1170-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95478, 1146, '1170-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95479, 1146, '1170-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95480, 1146, '1170-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95481, 1146, '1170-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95482, 1146, '1170-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95483, 1146, '1171-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95484, 1146, '1171-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95485, 1146, '1171-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95486, 1146, '1171-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95487, 1146, '1171-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95488, 1146, '1171-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95489, 1146, '1171-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95490, 1146, '1171-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95491, 1146, '1171-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95492, 1146, '1171-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(95493, 1146, '1171-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95494, 1146, '1171-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95495, 1146, '1172-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95496, 1146, '1172-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95497, 1146, '1172-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95498, 1146, '1172-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95499, 1146, '1172-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95500, 1146, '1172-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95501, 1146, '1172-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95502, 1146, '1172-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95503, 1146, '1172-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95504, 1146, '1172-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95505, 1146, '1172-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95506, 1146, '1172-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95507, 1146, '1173-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95508, 1146, '1173-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95509, 1146, '1173-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95510, 1146, '1173-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95511, 1146, '1173-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95512, 1146, '1173-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95513, 1146, '1173-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95514, 1146, '1173-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95515, 1146, '1173-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95516, 1146, '1173-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95517, 1146, '1173-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95518, 1146, '1173-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95519, 1146, '1174-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95520, 1146, '1174-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95521, 1146, '1174-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95522, 1146, '1174-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95523, 1146, '1174-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95524, 1146, '1174-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95525, 1146, '1174-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95526, 1146, '1174-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95527, 1146, '1174-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95528, 1146, '1174-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95529, 1146, '1174-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95530, 1146, '1174-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95531, 1146, '1175-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95532, 1146, '1175-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95533, 1146, '1175-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95534, 1146, '1175-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95535, 1146, '1175-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95536, 1146, '1175-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95537, 1146, '1175-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95538, 1146, '1175-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95539, 1146, '1175-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95540, 1146, '1175-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95541, 1146, '1175-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95542, 1146, '1175-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95543, 1146, '1176-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95544, 1146, '1176-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95545, 1146, '1176-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95546, 1146, '1176-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95547, 1146, '1176-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95548, 1146, '1176-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95549, 1146, '1176-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95550, 1146, '1176-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95551, 1146, '1176-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95552, 1146, '1176-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95553, 1146, '1176-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95554, 1146, '1176-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95555, 1146, '1177-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95556, 1146, '1177-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95557, 1146, '1177-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95558, 1146, '1177-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95559, 1146, '1177-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95560, 1146, '1177-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95561, 1146, '1177-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95562, 1146, '1177-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95563, 1146, '1177-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95564, 1146, '1177-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95565, 1146, '1177-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95566, 1146, '1177-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95567, 1146, '1178-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95568, 1146, '1178-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95569, 1146, '1178-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95570, 1146, '1178-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95571, 1146, '1178-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95572, 1146, '1178-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95573, 1146, '1178-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95574, 1146, '1178-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95575, 1146, '1178-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95576, 1146, '1178-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95577, 1146, '1178-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95578, 1146, '1178-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95579, 1146, '1179-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95580, 1146, '1179-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95581, 1146, '1179-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95582, 1146, '1179-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95583, 1146, '1179-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95584, 1146, '1179-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95585, 1146, '1179-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95586, 1146, '1179-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95587, 1146, '1179-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95588, 1146, '1179-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95589, 1146, '1179-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95590, 1146, '1179-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95591, 1146, '1180-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95592, 1146, '1180-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95593, 1146, '1180-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95594, 1146, '1180-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95595, 1146, '1180-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95596, 1146, '1180-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95597, 1146, '1180-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95598, 1146, '1180-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95599, 1146, '1180-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95600, 1146, '1180-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95601, 1146, '1180-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95602, 1146, '1180-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95603, 1146, '1181-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95604, 1146, '1181-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95605, 1146, '1181-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95606, 1146, '1181-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95607, 1146, '1181-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95608, 1146, '1181-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95609, 1146, '1181-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95610, 1146, '1181-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95611, 1146, '1181-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95612, 1146, '1181-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95613, 1146, '1181-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95614, 1146, '1181-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95615, 1146, '1182-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95616, 1146, '1182-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95617, 1146, '1182-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95618, 1146, '1182-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95619, 1146, '1182-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95620, 1146, '1182-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95621, 1146, '1182-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95622, 1146, '1182-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95623, 1146, '1182-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95624, 1146, '1182-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95625, 1146, '1182-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95626, 1146, '1182-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95627, 1146, '1183-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95628, 1146, '1183-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95629, 1146, '1183-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95630, 1146, '1183-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95631, 1146, '1183-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95632, 1146, '1183-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95633, 1146, '1183-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95634, 1146, '1183-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95635, 1146, '1183-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95636, 1146, '1183-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95637, 1146, '1183-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95638, 1146, '1183-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95639, 1146, '1184-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95640, 1146, '1184-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95641, 1146, '1184-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95642, 1146, '1184-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95643, 1146, '1184-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95644, 1146, '1184-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95645, 1146, '1184-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95646, 1146, '1184-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95647, 1146, '1184-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95648, 1146, '1184-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95649, 1146, '1184-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95650, 1146, '1184-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95651, 1146, '1185-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95652, 1146, '1185-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95653, 1146, '1185-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95654, 1146, '1185-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95655, 1146, '1185-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95656, 1146, '1185-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95657, 1146, '1185-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95658, 1146, '1185-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95659, 1146, '1185-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95660, 1146, '1185-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95661, 1146, '1185-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95662, 1146, '1185-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95663, 1146, '1186-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95664, 1146, '1186-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95665, 1146, '1186-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95666, 1146, '1186-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95667, 1146, '1186-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95668, 1146, '1186-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95669, 1146, '1186-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95670, 1146, '1186-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95671, 1146, '1186-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95672, 1146, '1186-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95673, 1146, '1186-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95674, 1146, '1186-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95675, 1146, '1187-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95676, 1146, '1187-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95677, 1146, '1187-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95678, 1146, '1187-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95679, 1146, '1187-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95680, 1146, '1187-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95681, 1146, '1187-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95682, 1146, '1187-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95683, 1146, '1187-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95684, 1146, '1187-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95685, 1146, '1187-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95686, 1146, '1187-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95687, 1146, '1188-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95688, 1146, '1188-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95689, 1146, '1188-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95690, 1146, '1188-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95691, 1146, '1188-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95692, 1146, '1188-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95693, 1146, '1188-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95694, 1146, '1188-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95695, 1146, '1188-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95696, 1146, '1188-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95697, 1146, '1188-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95698, 1146, '1188-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95699, 1146, '1189-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95700, 1146, '1189-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95701, 1146, '1189-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95702, 1146, '1189-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95703, 1146, '1189-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95704, 1146, '1189-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95705, 1146, '1189-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95706, 1146, '1189-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95707, 1146, '1189-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95708, 1146, '1189-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95709, 1146, '1189-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95710, 1146, '1189-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95711, 1146, '1190-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95712, 1146, '1190-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95713, 1146, '1190-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95714, 1146, '1190-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95715, 1146, '1190-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95716, 1146, '1190-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95717, 1146, '1190-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95718, 1146, '1190-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95719, 1146, '1190-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95720, 1146, '1190-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95721, 1146, '1190-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95722, 1146, '1190-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95723, 1146, '1191-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95724, 1146, '1191-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95725, 1146, '1191-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95726, 1146, '1191-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95727, 1146, '1191-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95728, 1146, '1191-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95729, 1146, '1191-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95730, 1146, '1191-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95731, 1146, '1191-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95732, 1146, '1191-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95733, 1146, '1191-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95734, 1146, '1191-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95735, 1146, '1192-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95736, 1146, '1192-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95737, 1146, '1192-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95738, 1146, '1192-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95739, 1146, '1192-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95740, 1146, '1192-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95741, 1146, '1192-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95742, 1146, '1192-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95743, 1146, '1192-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95744, 1146, '1192-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95745, 1146, '1192-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95746, 1146, '1192-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95747, 1146, '1193-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95748, 1146, '1193-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95749, 1146, '1193-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95750, 1146, '1193-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95751, 1146, '1193-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95752, 1146, '1193-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95753, 1146, '1193-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95754, 1146, '1193-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95755, 1146, '1193-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95756, 1146, '1193-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95757, 1146, '1193-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95758, 1146, '1193-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95759, 1146, '1194-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95760, 1146, '1194-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95761, 1146, '1194-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95762, 1146, '1194-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95763, 1146, '1194-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95764, 1146, '1194-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95765, 1146, '1194-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95766, 1146, '1194-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95767, 1146, '1194-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95768, 1146, '1194-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95769, 1146, '1194-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95770, 1146, '1194-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95771, 1146, '1195-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95772, 1146, '1195-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95773, 1146, '1195-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95774, 1146, '1195-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95775, 1146, '1195-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95776, 1146, '1195-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95777, 1146, '1195-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95778, 1146, '1195-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95779, 1146, '1195-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95780, 1146, '1195-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95781, 1146, '1195-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95782, 1146, '1195-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95783, 1146, '1196-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95784, 1146, '1196-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95785, 1146, '1196-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95786, 1146, '1196-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95787, 1146, '1196-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95788, 1146, '1196-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95789, 1146, '1196-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95790, 1146, '1196-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95791, 1146, '1196-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95792, 1146, '1196-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95793, 1146, '1196-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95794, 1146, '1196-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95795, 1146, '1197-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95796, 1146, '1197-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95797, 1146, '1197-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95798, 1146, '1197-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95799, 1146, '1197-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95800, 1146, '1197-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95801, 1146, '1197-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95802, 1146, '1197-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95803, 1146, '1197-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95804, 1146, '1197-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95805, 1146, '1197-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95806, 1146, '1197-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95807, 1146, '1198-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95808, 1146, '1198-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95809, 1146, '1198-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95810, 1146, '1198-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95811, 1146, '1198-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95812, 1146, '1198-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95813, 1146, '1198-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95814, 1146, '1198-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95815, 1146, '1198-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95816, 1146, '1198-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95817, 1146, '1198-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95818, 1146, '1198-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95819, 1146, '1199-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95820, 1146, '1199-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95821, 1146, '1199-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95822, 1146, '1199-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95823, 1146, '1199-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95824, 1146, '1199-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95825, 1146, '1199-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95826, 1146, '1199-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95827, 1146, '1199-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95828, 1146, '1199-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95829, 1146, '1199-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95830, 1146, '1199-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95831, 1146, '1200-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95832, 1146, '1200-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95833, 1146, '1200-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95834, 1146, '1200-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95835, 1146, '1200-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95836, 1146, '1200-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95837, 1146, '1200-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95838, 1146, '1200-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95839, 1146, '1200-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95840, 1146, '1200-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95841, 1146, '1200-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95842, 1146, '1200-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95843, 1146, '1201-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95844, 1146, '1201-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95845, 1146, '1201-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95846, 1146, '1201-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95847, 1146, '1201-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95848, 1146, '1201-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95849, 1146, '1201-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95850, 1146, '1201-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95851, 1146, '1201-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95852, 1146, '1201-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95853, 1146, '1201-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95854, 1146, '1201-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:03', '2023-09-12 17:12:03'),
(95855, 1146, '1202-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(95856, 1146, '1202-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(95857, 1146, '1202-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(95858, 1146, '1202-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(95859, 1146, '1202-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(95860, 1146, '1202-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(95861, 1146, '1202-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(95862, 1146, '1202-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(95863, 1146, '1202-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(95864, 1146, '1202-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(95865, 1146, '1202-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(95866, 1146, '1202-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(95867, 1146, '1203-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(95868, 1146, '1203-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(95869, 1146, '1203-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(95870, 1146, '1203-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(95871, 1146, '1203-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(95872, 1146, '1203-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(95873, 1146, '1203-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(95874, 1146, '1203-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(95875, 1146, '1203-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(95876, 1146, '1203-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(95877, 1146, '1203-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(95878, 1146, '1203-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(95879, 1146, '1204-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(95880, 1146, '1204-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(95881, 1146, '1204-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(95882, 1146, '1204-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(95883, 1146, '1204-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(95884, 1146, '1204-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(95885, 1146, '1204-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(95886, 1146, '1204-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(95887, 1146, '1204-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(95888, 1146, '1204-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(95889, 1146, '1204-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(95890, 1146, '1204-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(95891, 1146, '1205-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(95892, 1146, '1205-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(95893, 1146, '1205-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(95894, 1146, '1205-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(95895, 1146, '1205-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(95896, 1146, '1205-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(95897, 1146, '1205-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(95898, 1146, '1205-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(95899, 1146, '1205-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(95900, 1146, '1205-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(95901, 1146, '1205-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(95902, 1146, '1205-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(95903, 1146, '1206-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(95904, 1146, '1206-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(95905, 1146, '1206-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(95906, 1146, '1206-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(95907, 1146, '1206-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(95908, 1146, '1206-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(95909, 1146, '1206-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(95910, 1146, '1206-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(95911, 1146, '1206-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(95912, 1146, '1206-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(95913, 1146, '1206-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(95914, 1146, '1206-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(95915, 1146, '1207-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(95916, 1146, '1207-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(95917, 1146, '1207-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(95918, 1146, '1207-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(95919, 1146, '1207-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(95920, 1146, '1207-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(95921, 1146, '1207-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(95922, 1146, '1207-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(95923, 1146, '1207-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(95924, 1146, '1207-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(95925, 1146, '1207-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(95926, 1146, '1207-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(95927, 1146, '1208-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(95928, 1146, '1208-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(95929, 1146, '1208-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(95930, 1146, '1208-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(95931, 1146, '1208-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(95932, 1146, '1208-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(95933, 1146, '1208-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(95934, 1146, '1208-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(95935, 1146, '1208-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(95936, 1146, '1208-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(95937, 1146, '1208-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(95938, 1146, '1208-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(95939, 1146, '1209-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(95940, 1146, '1209-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(95941, 1146, '1209-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(95942, 1146, '1209-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(95943, 1146, '1209-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(95944, 1146, '1209-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(95945, 1146, '1209-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(95946, 1146, '1209-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(95947, 1146, '1209-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(95948, 1146, '1209-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(95949, 1146, '1209-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(95950, 1146, '1209-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(95951, 1146, '1210-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(95952, 1146, '1210-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(95953, 1146, '1210-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(95954, 1146, '1210-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(95955, 1146, '1210-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(95956, 1146, '1210-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(95957, 1146, '1210-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(95958, 1146, '1210-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(95959, 1146, '1210-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(95960, 1146, '1210-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(95961, 1146, '1210-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(95962, 1146, '1210-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(95963, 1146, '1211-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(95964, 1146, '1211-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(95965, 1146, '1211-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(95966, 1146, '1211-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(95967, 1146, '1211-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(95968, 1146, '1211-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(95969, 1146, '1211-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(95970, 1146, '1211-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(95971, 1146, '1211-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(95972, 1146, '1211-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(95973, 1146, '1211-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(95974, 1146, '1211-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(95975, 1146, '1212-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(95976, 1146, '1212-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(95977, 1146, '1212-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(95978, 1146, '1212-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(95979, 1146, '1212-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(95980, 1146, '1212-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(95981, 1146, '1212-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(95982, 1146, '1212-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(95983, 1146, '1212-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(95984, 1146, '1212-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(95985, 1146, '1212-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(95986, 1146, '1212-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(95987, 1146, '1213-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(95988, 1146, '1213-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(95989, 1146, '1213-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(95990, 1146, '1213-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(95991, 1146, '1213-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(95992, 1146, '1213-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(95993, 1146, '1213-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(95994, 1146, '1213-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(95995, 1146, '1213-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(95996, 1146, '1213-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(95997, 1146, '1213-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(95998, 1146, '1213-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(95999, 1146, '1214-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96000, 1146, '1214-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96001, 1146, '1214-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96002, 1146, '1214-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96003, 1146, '1214-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96004, 1146, '1214-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96005, 1146, '1214-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96006, 1146, '1214-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96007, 1146, '1214-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96008, 1146, '1214-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96009, 1146, '1214-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96010, 1146, '1214-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96011, 1146, '1215-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96012, 1146, '1215-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96013, 1146, '1215-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96014, 1146, '1215-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96015, 1146, '1215-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96016, 1146, '1215-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96017, 1146, '1215-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96018, 1146, '1215-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96019, 1146, '1215-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96020, 1146, '1215-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96021, 1146, '1215-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96022, 1146, '1215-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96023, 1146, '1216-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96024, 1146, '1216-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96025, 1146, '1216-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96026, 1146, '1216-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96027, 1146, '1216-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96028, 1146, '1216-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96029, 1146, '1216-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96030, 1146, '1216-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96031, 1146, '1216-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96032, 1146, '1216-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96033, 1146, '1216-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96034, 1146, '1216-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96035, 1146, '1217-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96036, 1146, '1217-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96037, 1146, '1217-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96038, 1146, '1217-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96039, 1146, '1217-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96040, 1146, '1217-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96041, 1146, '1217-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96042, 1146, '1217-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96043, 1146, '1217-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96044, 1146, '1217-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96045, 1146, '1217-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96046, 1146, '1217-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96047, 1146, '1218-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96048, 1146, '1218-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96049, 1146, '1218-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96050, 1146, '1218-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96051, 1146, '1218-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96052, 1146, '1218-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96053, 1146, '1218-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96054, 1146, '1218-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96055, 1146, '1218-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96056, 1146, '1218-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96057, 1146, '1218-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96058, 1146, '1218-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96059, 1146, '1219-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96060, 1146, '1219-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96061, 1146, '1219-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96062, 1146, '1219-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96063, 1146, '1219-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96064, 1146, '1219-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96065, 1146, '1219-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96066, 1146, '1219-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96067, 1146, '1219-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96068, 1146, '1219-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96069, 1146, '1219-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96070, 1146, '1219-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96071, 1146, '1220-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96072, 1146, '1220-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96073, 1146, '1220-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96074, 1146, '1220-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96075, 1146, '1220-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96076, 1146, '1220-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96077, 1146, '1220-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96078, 1146, '1220-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96079, 1146, '1220-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96080, 1146, '1220-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96081, 1146, '1220-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96082, 1146, '1220-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96083, 1146, '1221-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96084, 1146, '1221-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96085, 1146, '1221-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96086, 1146, '1221-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96087, 1146, '1221-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96088, 1146, '1221-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96089, 1146, '1221-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96090, 1146, '1221-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96091, 1146, '1221-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96092, 1146, '1221-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96093, 1146, '1221-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96094, 1146, '1221-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96095, 1146, '1222-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96096, 1146, '1222-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96097, 1146, '1222-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96098, 1146, '1222-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96099, 1146, '1222-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96100, 1146, '1222-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96101, 1146, '1222-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96102, 1146, '1222-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96103, 1146, '1222-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96104, 1146, '1222-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96105, 1146, '1222-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96106, 1146, '1222-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96107, 1146, '1223-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96108, 1146, '1223-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96109, 1146, '1223-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96110, 1146, '1223-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96111, 1146, '1223-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96112, 1146, '1223-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96113, 1146, '1223-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96114, 1146, '1223-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96115, 1146, '1223-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96116, 1146, '1223-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96117, 1146, '1223-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96118, 1146, '1223-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96119, 1146, '1224-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96120, 1146, '1224-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96121, 1146, '1224-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96122, 1146, '1224-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96123, 1146, '1224-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96124, 1146, '1224-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96125, 1146, '1224-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96126, 1146, '1224-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96127, 1146, '1224-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96128, 1146, '1224-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96129, 1146, '1224-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96130, 1146, '1224-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96131, 1146, '1225-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96132, 1146, '1225-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96133, 1146, '1225-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96134, 1146, '1225-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96135, 1146, '1225-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96136, 1146, '1225-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96137, 1146, '1225-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96138, 1146, '1225-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96139, 1146, '1225-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96140, 1146, '1225-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96141, 1146, '1225-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96142, 1146, '1225-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96143, 1146, '1226-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96144, 1146, '1226-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96145, 1146, '1226-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96146, 1146, '1226-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96147, 1146, '1226-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96148, 1146, '1226-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96149, 1146, '1226-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96150, 1146, '1226-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96151, 1146, '1226-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96152, 1146, '1226-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96153, 1146, '1226-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96154, 1146, '1226-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96155, 1146, '1227-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96156, 1146, '1227-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96157, 1146, '1227-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96158, 1146, '1227-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96159, 1146, '1227-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96160, 1146, '1227-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96161, 1146, '1227-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96162, 1146, '1227-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96163, 1146, '1227-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96164, 1146, '1227-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96165, 1146, '1227-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96166, 1146, '1227-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96167, 1146, '1228-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96168, 1146, '1228-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96169, 1146, '1228-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96170, 1146, '1228-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96171, 1146, '1228-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96172, 1146, '1228-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96173, 1146, '1228-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96174, 1146, '1228-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96175, 1146, '1228-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96176, 1146, '1228-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96177, 1146, '1228-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96178, 1146, '1228-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96179, 1146, '1229-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96180, 1146, '1229-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96181, 1146, '1229-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96182, 1146, '1229-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96183, 1146, '1229-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96184, 1146, '1229-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96185, 1146, '1229-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96186, 1146, '1229-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96187, 1146, '1229-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96188, 1146, '1229-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96189, 1146, '1229-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96190, 1146, '1229-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96191, 1146, '1230-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96192, 1146, '1230-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96193, 1146, '1230-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96194, 1146, '1230-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96195, 1146, '1230-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96196, 1146, '1230-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96197, 1146, '1230-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96198, 1146, '1230-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96199, 1146, '1230-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96200, 1146, '1230-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96201, 1146, '1230-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96202, 1146, '1230-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96203, 1146, '1231-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96204, 1146, '1231-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96205, 1146, '1231-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96206, 1146, '1231-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96207, 1146, '1231-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96208, 1146, '1231-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96209, 1146, '1231-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96210, 1146, '1231-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96211, 1146, '1231-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96212, 1146, '1231-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96213, 1146, '1231-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96214, 1146, '1231-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96215, 1146, '1232-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96216, 1146, '1232-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96217, 1146, '1232-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96218, 1146, '1232-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96219, 1146, '1232-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96220, 1146, '1232-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96221, 1146, '1232-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96222, 1146, '1232-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96223, 1146, '1232-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96224, 1146, '1232-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96225, 1146, '1232-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96226, 1146, '1232-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96227, 1146, '1233-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96228, 1146, '1233-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96229, 1146, '1233-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96230, 1146, '1233-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96231, 1146, '1233-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96232, 1146, '1233-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96233, 1146, '1233-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96234, 1146, '1233-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96235, 1146, '1233-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96236, 1146, '1233-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96237, 1146, '1233-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96238, 1146, '1233-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96239, 1146, '1234-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96240, 1146, '1234-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96241, 1146, '1234-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96242, 1146, '1234-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96243, 1146, '1234-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96244, 1146, '1234-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96245, 1146, '1234-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96246, 1146, '1234-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96247, 1146, '1234-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96248, 1146, '1234-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96249, 1146, '1234-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96250, 1146, '1234-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96251, 1146, '1235-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96252, 1146, '1235-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96253, 1146, '1235-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96254, 1146, '1235-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96255, 1146, '1235-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96256, 1146, '1235-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96257, 1146, '1235-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96258, 1146, '1235-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96259, 1146, '1235-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96260, 1146, '1235-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96261, 1146, '1235-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96262, 1146, '1235-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:04', '2023-09-12 17:12:04'),
(96263, 1146, '1236-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96264, 1146, '1236-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96265, 1146, '1236-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96266, 1146, '1236-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96267, 1146, '1236-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96268, 1146, '1236-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96269, 1146, '1236-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96270, 1146, '1236-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96271, 1146, '1236-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96272, 1146, '1236-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96273, 1146, '1236-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96274, 1146, '1236-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96275, 1146, '1237-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96276, 1146, '1237-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96277, 1146, '1237-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96278, 1146, '1237-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96279, 1146, '1237-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96280, 1146, '1237-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96281, 1146, '1237-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96282, 1146, '1237-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96283, 1146, '1237-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96284, 1146, '1237-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96285, 1146, '1237-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96286, 1146, '1237-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96287, 1146, '1238-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96288, 1146, '1238-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96289, 1146, '1238-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96290, 1146, '1238-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96291, 1146, '1238-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96292, 1146, '1238-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96293, 1146, '1238-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96294, 1146, '1238-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96295, 1146, '1238-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96296, 1146, '1238-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96297, 1146, '1238-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96298, 1146, '1238-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96299, 1146, '1239-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96300, 1146, '1239-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96301, 1146, '1239-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96302, 1146, '1239-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96303, 1146, '1239-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96304, 1146, '1239-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96305, 1146, '1239-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96306, 1146, '1239-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96307, 1146, '1239-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96308, 1146, '1239-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96309, 1146, '1239-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96310, 1146, '1239-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96311, 1146, '1240-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96312, 1146, '1240-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96313, 1146, '1240-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96314, 1146, '1240-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96315, 1146, '1240-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96316, 1146, '1240-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96317, 1146, '1240-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96318, 1146, '1240-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96319, 1146, '1240-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96320, 1146, '1240-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96321, 1146, '1240-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96322, 1146, '1240-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96323, 1146, '1241-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96324, 1146, '1241-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96325, 1146, '1241-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96326, 1146, '1241-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96327, 1146, '1241-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96328, 1146, '1241-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96329, 1146, '1241-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96330, 1146, '1241-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96331, 1146, '1241-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96332, 1146, '1241-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96333, 1146, '1241-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96334, 1146, '1241-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96335, 1146, '1242-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96336, 1146, '1242-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96337, 1146, '1242-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96338, 1146, '1242-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96339, 1146, '1242-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96340, 1146, '1242-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96341, 1146, '1242-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96342, 1146, '1242-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96343, 1146, '1242-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96344, 1146, '1242-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96345, 1146, '1242-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96346, 1146, '1242-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96347, 1146, '1243-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96348, 1146, '1243-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96349, 1146, '1243-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96350, 1146, '1243-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96351, 1146, '1243-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96352, 1146, '1243-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96353, 1146, '1243-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96354, 1146, '1243-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96355, 1146, '1243-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96356, 1146, '1243-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96357, 1146, '1243-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96358, 1146, '1243-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96359, 1146, '1244-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96360, 1146, '1244-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96361, 1146, '1244-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96362, 1146, '1244-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96363, 1146, '1244-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96364, 1146, '1244-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96365, 1146, '1244-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96366, 1146, '1244-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96367, 1146, '1244-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96368, 1146, '1244-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96369, 1146, '1244-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96370, 1146, '1244-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96371, 1146, '1245-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96372, 1146, '1245-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96373, 1146, '1245-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96374, 1146, '1245-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96375, 1146, '1245-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96376, 1146, '1245-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96377, 1146, '1245-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96378, 1146, '1245-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96379, 1146, '1245-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96380, 1146, '1245-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96381, 1146, '1245-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96382, 1146, '1245-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96383, 1146, '1246-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96384, 1146, '1246-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96385, 1146, '1246-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96386, 1146, '1246-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96387, 1146, '1246-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96388, 1146, '1246-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96389, 1146, '1246-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96390, 1146, '1246-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96391, 1146, '1246-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96392, 1146, '1246-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96393, 1146, '1246-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96394, 1146, '1246-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96395, 1146, '1247-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96396, 1146, '1247-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96397, 1146, '1247-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96398, 1146, '1247-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96399, 1146, '1247-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96400, 1146, '1247-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96401, 1146, '1247-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96402, 1146, '1247-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96403, 1146, '1247-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96404, 1146, '1247-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96405, 1146, '1247-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96406, 1146, '1247-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96407, 1146, '1248-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96408, 1146, '1248-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96409, 1146, '1248-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96410, 1146, '1248-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96411, 1146, '1248-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96412, 1146, '1248-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96413, 1146, '1248-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96414, 1146, '1248-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(96415, 1146, '1248-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96416, 1146, '1248-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96417, 1146, '1248-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96418, 1146, '1248-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96419, 1146, '1249-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96420, 1146, '1249-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96421, 1146, '1249-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96422, 1146, '1249-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96423, 1146, '1249-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96424, 1146, '1249-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96425, 1146, '1249-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96426, 1146, '1249-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96427, 1146, '1249-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96428, 1146, '1249-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96429, 1146, '1249-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96430, 1146, '1249-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96431, 1146, '1250-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96432, 1146, '1250-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96433, 1146, '1250-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96434, 1146, '1250-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96435, 1146, '1250-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96436, 1146, '1250-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96437, 1146, '1250-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96438, 1146, '1250-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96439, 1146, '1250-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96440, 1146, '1250-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96441, 1146, '1250-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96442, 1146, '1250-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96443, 1146, '1251-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96444, 1146, '1251-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96445, 1146, '1251-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96446, 1146, '1251-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96447, 1146, '1251-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96448, 1146, '1251-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96449, 1146, '1251-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96450, 1146, '1251-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96451, 1146, '1251-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96452, 1146, '1251-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96453, 1146, '1251-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96454, 1146, '1251-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96455, 1146, '1252-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96456, 1146, '1252-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96457, 1146, '1252-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96458, 1146, '1252-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96459, 1146, '1252-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96460, 1146, '1252-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96461, 1146, '1252-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96462, 1146, '1252-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96463, 1146, '1252-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96464, 1146, '1252-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96465, 1146, '1252-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96466, 1146, '1252-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96467, 1146, '1253-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96468, 1146, '1253-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96469, 1146, '1253-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96470, 1146, '1253-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96471, 1146, '1253-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96472, 1146, '1253-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96473, 1146, '1253-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96474, 1146, '1253-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96475, 1146, '1253-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96476, 1146, '1253-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96477, 1146, '1253-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96478, 1146, '1253-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96479, 1146, '1254-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96480, 1146, '1254-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96481, 1146, '1254-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96482, 1146, '1254-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96483, 1146, '1254-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96484, 1146, '1254-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96485, 1146, '1254-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96486, 1146, '1254-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96487, 1146, '1254-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96488, 1146, '1254-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96489, 1146, '1254-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96490, 1146, '1254-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96491, 1146, '1255-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96492, 1146, '1255-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96493, 1146, '1255-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96494, 1146, '1255-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96495, 1146, '1255-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96496, 1146, '1255-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96497, 1146, '1255-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96498, 1146, '1255-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96499, 1146, '1255-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96500, 1146, '1255-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96501, 1146, '1255-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96502, 1146, '1255-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96503, 1146, '1256-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96504, 1146, '1256-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96505, 1146, '1256-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96506, 1146, '1256-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96507, 1146, '1256-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96508, 1146, '1256-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96509, 1146, '1256-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96510, 1146, '1256-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96511, 1146, '1256-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96512, 1146, '1256-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96513, 1146, '1256-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96514, 1146, '1256-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96515, 1146, '1257-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96516, 1146, '1257-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96517, 1146, '1257-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96518, 1146, '1257-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96519, 1146, '1257-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96520, 1146, '1257-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96521, 1146, '1257-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96522, 1146, '1257-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96523, 1146, '1257-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96524, 1146, '1257-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96525, 1146, '1257-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96526, 1146, '1257-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96527, 1146, '1258-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96528, 1146, '1258-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96529, 1146, '1258-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96530, 1146, '1258-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96531, 1146, '1258-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96532, 1146, '1258-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96533, 1146, '1258-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96534, 1146, '1258-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96535, 1146, '1258-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96536, 1146, '1258-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96537, 1146, '1258-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96538, 1146, '1258-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96539, 1146, '1259-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96540, 1146, '1259-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96541, 1146, '1259-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96542, 1146, '1259-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96543, 1146, '1259-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96544, 1146, '1259-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96545, 1146, '1259-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96546, 1146, '1259-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96547, 1146, '1259-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96548, 1146, '1259-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96549, 1146, '1259-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96550, 1146, '1259-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96551, 1146, '1260-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96552, 1146, '1260-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96553, 1146, '1260-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96554, 1146, '1260-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96555, 1146, '1260-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96556, 1146, '1260-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96557, 1146, '1260-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96558, 1146, '1260-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96559, 1146, '1260-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96560, 1146, '1260-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96561, 1146, '1260-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96562, 1146, '1260-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96563, 1146, '1261-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96564, 1146, '1261-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96565, 1146, '1261-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96566, 1146, '1261-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96567, 1146, '1261-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96568, 1146, '1261-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96569, 1146, '1261-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96570, 1146, '1261-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96571, 1146, '1261-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96572, 1146, '1261-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96573, 1146, '1261-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96574, 1146, '1261-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96575, 1146, '1262-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96576, 1146, '1262-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96577, 1146, '1262-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96578, 1146, '1262-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96579, 1146, '1262-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96580, 1146, '1262-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96581, 1146, '1262-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96582, 1146, '1262-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96583, 1146, '1262-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96584, 1146, '1262-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96585, 1146, '1262-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96586, 1146, '1262-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96587, 1146, '1263-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96588, 1146, '1263-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96589, 1146, '1263-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96590, 1146, '1263-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96591, 1146, '1263-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96592, 1146, '1263-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96593, 1146, '1263-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96594, 1146, '1263-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96595, 1146, '1263-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96596, 1146, '1263-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96597, 1146, '1263-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96598, 1146, '1263-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96599, 1146, '1264-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96600, 1146, '1264-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96601, 1146, '1264-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96602, 1146, '1264-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96603, 1146, '1264-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96604, 1146, '1264-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96605, 1146, '1264-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96606, 1146, '1264-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96607, 1146, '1264-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96608, 1146, '1264-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96609, 1146, '1264-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96610, 1146, '1264-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96611, 1146, '1265-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96612, 1146, '1265-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96613, 1146, '1265-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96614, 1146, '1265-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96615, 1146, '1265-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96616, 1146, '1265-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96617, 1146, '1265-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96618, 1146, '1265-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96619, 1146, '1265-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96620, 1146, '1265-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96621, 1146, '1265-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96622, 1146, '1265-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96623, 1146, '1266-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96624, 1146, '1266-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96625, 1146, '1266-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96626, 1146, '1266-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96627, 1146, '1266-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96628, 1146, '1266-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96629, 1146, '1266-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96630, 1146, '1266-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96631, 1146, '1266-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96632, 1146, '1266-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96633, 1146, '1266-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96634, 1146, '1266-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96635, 1146, '1267-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96636, 1146, '1267-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96637, 1146, '1267-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96638, 1146, '1267-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96639, 1146, '1267-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96640, 1146, '1267-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96641, 1146, '1267-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96642, 1146, '1267-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96643, 1146, '1267-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96644, 1146, '1267-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96645, 1146, '1267-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96646, 1146, '1267-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96647, 1146, '1268-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:05', '2023-09-12 17:12:05'),
(96648, 1146, '1268-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96649, 1146, '1268-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96650, 1146, '1268-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96651, 1146, '1268-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96652, 1146, '1268-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96653, 1146, '1268-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96654, 1146, '1268-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96655, 1146, '1268-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96656, 1146, '1268-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96657, 1146, '1268-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96658, 1146, '1268-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96659, 1146, '1269-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96660, 1146, '1269-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96661, 1146, '1269-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96662, 1146, '1269-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96663, 1146, '1269-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96664, 1146, '1269-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96665, 1146, '1269-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96666, 1146, '1269-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96667, 1146, '1269-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96668, 1146, '1269-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96669, 1146, '1269-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96670, 1146, '1269-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96671, 1146, '1270-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96672, 1146, '1270-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96673, 1146, '1270-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96674, 1146, '1270-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96675, 1146, '1270-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96676, 1146, '1270-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96677, 1146, '1270-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96678, 1146, '1270-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96679, 1146, '1270-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96680, 1146, '1270-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96681, 1146, '1270-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96682, 1146, '1270-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96683, 1146, '1271-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96684, 1146, '1271-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96685, 1146, '1271-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96686, 1146, '1271-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96687, 1146, '1271-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96688, 1146, '1271-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96689, 1146, '1271-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96690, 1146, '1271-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96691, 1146, '1271-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96692, 1146, '1271-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96693, 1146, '1271-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96694, 1146, '1271-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96695, 1146, '1272-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96696, 1146, '1272-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96697, 1146, '1272-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96698, 1146, '1272-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96699, 1146, '1272-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96700, 1146, '1272-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96701, 1146, '1272-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96702, 1146, '1272-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96703, 1146, '1272-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96704, 1146, '1272-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96705, 1146, '1272-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96706, 1146, '1272-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96707, 1146, '1273-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96708, 1146, '1273-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96709, 1146, '1273-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96710, 1146, '1273-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96711, 1146, '1273-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96712, 1146, '1273-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96713, 1146, '1273-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96714, 1146, '1273-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96715, 1146, '1273-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96716, 1146, '1273-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96717, 1146, '1273-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96718, 1146, '1273-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96719, 1146, '1274-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96720, 1146, '1274-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96721, 1146, '1274-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96722, 1146, '1274-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96723, 1146, '1274-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96724, 1146, '1274-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96725, 1146, '1274-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96726, 1146, '1274-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96727, 1146, '1274-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96728, 1146, '1274-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96729, 1146, '1274-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96730, 1146, '1274-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96731, 1146, '1275-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96732, 1146, '1275-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96733, 1146, '1275-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96734, 1146, '1275-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96735, 1146, '1275-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96736, 1146, '1275-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96737, 1146, '1275-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96738, 1146, '1275-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96739, 1146, '1275-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96740, 1146, '1275-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96741, 1146, '1275-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96742, 1146, '1275-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96743, 1146, '1276-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96744, 1146, '1276-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96745, 1146, '1276-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96746, 1146, '1276-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96747, 1146, '1276-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96748, 1146, '1276-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96749, 1146, '1276-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96750, 1146, '1276-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96751, 1146, '1276-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96752, 1146, '1276-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96753, 1146, '1276-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96754, 1146, '1276-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96755, 1146, '1277-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96756, 1146, '1277-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96757, 1146, '1277-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96758, 1146, '1277-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96759, 1146, '1277-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96760, 1146, '1277-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96761, 1146, '1277-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96762, 1146, '1277-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96763, 1146, '1277-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96764, 1146, '1277-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96765, 1146, '1277-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96766, 1146, '1277-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96767, 1146, '1278-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96768, 1146, '1278-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96769, 1146, '1278-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96770, 1146, '1278-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96771, 1146, '1278-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96772, 1146, '1278-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96773, 1146, '1278-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96774, 1146, '1278-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96775, 1146, '1278-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96776, 1146, '1278-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96777, 1146, '1278-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96778, 1146, '1278-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96779, 1146, '1279-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96780, 1146, '1279-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96781, 1146, '1279-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96782, 1146, '1279-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96783, 1146, '1279-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96784, 1146, '1279-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96785, 1146, '1279-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96786, 1146, '1279-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96787, 1146, '1279-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96788, 1146, '1279-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96789, 1146, '1279-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96790, 1146, '1279-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96791, 1146, '1280-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96792, 1146, '1280-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96793, 1146, '1280-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96794, 1146, '1280-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96795, 1146, '1280-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96796, 1146, '1280-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96797, 1146, '1280-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96798, 1146, '1280-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96799, 1146, '1280-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96800, 1146, '1280-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96801, 1146, '1280-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96802, 1146, '1280-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96803, 1146, '1281-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96804, 1146, '1281-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96805, 1146, '1281-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96806, 1146, '1281-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96807, 1146, '1281-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96808, 1146, '1281-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96809, 1146, '1281-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96810, 1146, '1281-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96811, 1146, '1281-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96812, 1146, '1281-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96813, 1146, '1281-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96814, 1146, '1281-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96815, 1146, '1282-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96816, 1146, '1282-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96817, 1146, '1282-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96818, 1146, '1282-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96819, 1146, '1282-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96820, 1146, '1282-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96821, 1146, '1282-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96822, 1146, '1282-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96823, 1146, '1282-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96824, 1146, '1282-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96825, 1146, '1282-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96826, 1146, '1282-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96827, 1146, '1283-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96828, 1146, '1283-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96829, 1146, '1283-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96830, 1146, '1283-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96831, 1146, '1283-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96832, 1146, '1283-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96833, 1146, '1283-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96834, 1146, '1283-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96835, 1146, '1283-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96836, 1146, '1283-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96837, 1146, '1283-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96838, 1146, '1283-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96839, 1146, '1284-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96840, 1146, '1284-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96841, 1146, '1284-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96842, 1146, '1284-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96843, 1146, '1284-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96844, 1146, '1284-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96845, 1146, '1284-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96846, 1146, '1284-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96847, 1146, '1284-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96848, 1146, '1284-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96849, 1146, '1284-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96850, 1146, '1284-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96851, 1146, '1285-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96852, 1146, '1285-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96853, 1146, '1285-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96854, 1146, '1285-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96855, 1146, '1285-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96856, 1146, '1285-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96857, 1146, '1285-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96858, 1146, '1285-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96859, 1146, '1285-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96860, 1146, '1285-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96861, 1146, '1285-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96862, 1146, '1285-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96863, 1146, '1286-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96864, 1146, '1286-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96865, 1146, '1286-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96866, 1146, '1286-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96867, 1146, '1286-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96868, 1146, '1286-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96869, 1146, '1286-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96870, 1146, '1286-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96871, 1146, '1286-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96872, 1146, '1286-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96873, 1146, '1286-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96874, 1146, '1286-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96875, 1146, '1287-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(96876, 1146, '1287-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96877, 1146, '1287-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96878, 1146, '1287-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96879, 1146, '1287-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96880, 1146, '1287-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96881, 1146, '1287-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96882, 1146, '1287-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96883, 1146, '1287-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96884, 1146, '1287-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96885, 1146, '1287-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96886, 1146, '1287-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96887, 1146, '1288-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96888, 1146, '1288-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96889, 1146, '1288-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96890, 1146, '1288-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96891, 1146, '1288-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96892, 1146, '1288-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96893, 1146, '1288-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96894, 1146, '1288-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96895, 1146, '1288-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96896, 1146, '1288-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96897, 1146, '1288-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96898, 1146, '1288-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96899, 1146, '1289-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96900, 1146, '1289-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96901, 1146, '1289-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96902, 1146, '1289-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96903, 1146, '1289-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96904, 1146, '1289-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96905, 1146, '1289-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96906, 1146, '1289-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96907, 1146, '1289-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96908, 1146, '1289-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96909, 1146, '1289-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96910, 1146, '1289-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96911, 1146, '1290-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96912, 1146, '1290-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96913, 1146, '1290-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96914, 1146, '1290-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96915, 1146, '1290-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96916, 1146, '1290-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96917, 1146, '1290-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96918, 1146, '1290-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96919, 1146, '1290-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96920, 1146, '1290-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96921, 1146, '1290-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96922, 1146, '1290-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96923, 1146, '1291-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96924, 1146, '1291-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96925, 1146, '1291-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96926, 1146, '1291-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96927, 1146, '1291-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96928, 1146, '1291-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96929, 1146, '1291-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96930, 1146, '1291-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96931, 1146, '1291-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96932, 1146, '1291-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96933, 1146, '1291-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96934, 1146, '1291-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96935, 1146, '1292-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96936, 1146, '1292-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96937, 1146, '1292-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96938, 1146, '1292-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96939, 1146, '1292-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96940, 1146, '1292-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96941, 1146, '1292-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96942, 1146, '1292-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96943, 1146, '1292-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96944, 1146, '1292-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96945, 1146, '1292-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96946, 1146, '1292-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96947, 1146, '1293-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96948, 1146, '1293-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96949, 1146, '1293-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96950, 1146, '1293-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96951, 1146, '1293-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96952, 1146, '1293-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96953, 1146, '1293-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96954, 1146, '1293-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96955, 1146, '1293-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96956, 1146, '1293-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96957, 1146, '1293-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96958, 1146, '1293-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96959, 1146, '1294-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96960, 1146, '1294-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96961, 1146, '1294-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96962, 1146, '1294-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96963, 1146, '1294-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96964, 1146, '1294-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96965, 1146, '1294-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96966, 1146, '1294-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96967, 1146, '1294-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96968, 1146, '1294-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96969, 1146, '1294-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96970, 1146, '1294-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96971, 1146, '1295-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96972, 1146, '1295-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96973, 1146, '1295-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96974, 1146, '1295-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96975, 1146, '1295-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96976, 1146, '1295-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96977, 1146, '1295-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96978, 1146, '1295-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96979, 1146, '1295-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96980, 1146, '1295-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96981, 1146, '1295-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96982, 1146, '1295-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96983, 1146, '1296-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96984, 1146, '1296-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96985, 1146, '1296-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96986, 1146, '1296-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96987, 1146, '1296-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96988, 1146, '1296-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96989, 1146, '1296-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96990, 1146, '1296-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96991, 1146, '1296-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96992, 1146, '1296-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96993, 1146, '1296-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96994, 1146, '1296-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96995, 1146, '1297-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96996, 1146, '1297-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96997, 1146, '1297-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96998, 1146, '1297-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(96999, 1146, '1297-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(97000, 1146, '1297-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(97001, 1146, '1297-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(97002, 1146, '1297-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(97003, 1146, '1297-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(97004, 1146, '1297-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(97005, 1146, '1297-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(97006, 1146, '1297-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(97007, 1146, '1298-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(97008, 1146, '1298-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(97009, 1146, '1298-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(97010, 1146, '1298-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(97011, 1146, '1298-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(97012, 1146, '1298-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(97013, 1146, '1298-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(97014, 1146, '1298-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(97015, 1146, '1298-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(97016, 1146, '1298-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(97017, 1146, '1298-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(97018, 1146, '1298-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(97019, 1146, '1299-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(97020, 1146, '1299-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(97021, 1146, '1299-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(97022, 1146, '1299-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(97023, 1146, '1299-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(97024, 1146, '1299-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(97025, 1146, '1299-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(97026, 1146, '1299-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(97027, 1146, '1299-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(97028, 1146, '1299-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(97029, 1146, '1299-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(97030, 1146, '1299-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(97031, 1146, '1300-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(97032, 1146, '1300-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(97033, 1146, '1300-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(97034, 1146, '1300-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(97035, 1146, '1300-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(97036, 1146, '1300-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(97037, 1146, '1300-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(97038, 1146, '1300-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(97039, 1146, '1300-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(97040, 1146, '1300-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(97041, 1146, '1300-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:06', '2023-09-12 17:12:06'),
(97042, 1146, '1300-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97043, 1146, '1301-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97044, 1146, '1301-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97045, 1146, '1301-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97046, 1146, '1301-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97047, 1146, '1301-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97048, 1146, '1301-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97049, 1146, '1301-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97050, 1146, '1301-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97051, 1146, '1301-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97052, 1146, '1301-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97053, 1146, '1301-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97054, 1146, '1301-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97055, 1146, '1302-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97056, 1146, '1302-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97057, 1146, '1302-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97058, 1146, '1302-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97059, 1146, '1302-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97060, 1146, '1302-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97061, 1146, '1302-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97062, 1146, '1302-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97063, 1146, '1302-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97064, 1146, '1302-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97065, 1146, '1302-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97066, 1146, '1302-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97067, 1146, '1303-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97068, 1146, '1303-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97069, 1146, '1303-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97070, 1146, '1303-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97071, 1146, '1303-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97072, 1146, '1303-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97073, 1146, '1303-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97074, 1146, '1303-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97075, 1146, '1303-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97076, 1146, '1303-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97077, 1146, '1303-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97078, 1146, '1303-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97079, 1146, '1304-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97080, 1146, '1304-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97081, 1146, '1304-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97082, 1146, '1304-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97083, 1146, '1304-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97084, 1146, '1304-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97085, 1146, '1304-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97086, 1146, '1304-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97087, 1146, '1304-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97088, 1146, '1304-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97089, 1146, '1304-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97090, 1146, '1304-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97091, 1146, '1305-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97092, 1146, '1305-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97093, 1146, '1305-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97094, 1146, '1305-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97095, 1146, '1305-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97096, 1146, '1305-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97097, 1146, '1305-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97098, 1146, '1305-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97099, 1146, '1305-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97100, 1146, '1305-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97101, 1146, '1305-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97102, 1146, '1305-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97103, 1146, '1306-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97104, 1146, '1306-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97105, 1146, '1306-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97106, 1146, '1306-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97107, 1146, '1306-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97108, 1146, '1306-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97109, 1146, '1306-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97110, 1146, '1306-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97111, 1146, '1306-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97112, 1146, '1306-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97113, 1146, '1306-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97114, 1146, '1306-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97115, 1146, '1307-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97116, 1146, '1307-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97117, 1146, '1307-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97118, 1146, '1307-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97119, 1146, '1307-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97120, 1146, '1307-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97121, 1146, '1307-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97122, 1146, '1307-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97123, 1146, '1307-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97124, 1146, '1307-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97125, 1146, '1307-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97126, 1146, '1307-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97127, 1146, '1308-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97128, 1146, '1308-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97129, 1146, '1308-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97130, 1146, '1308-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97131, 1146, '1308-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97132, 1146, '1308-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97133, 1146, '1308-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97134, 1146, '1308-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97135, 1146, '1308-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97136, 1146, '1308-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97137, 1146, '1308-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97138, 1146, '1308-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97139, 1146, '1309-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97140, 1146, '1309-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97141, 1146, '1309-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97142, 1146, '1309-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97143, 1146, '1309-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97144, 1146, '1309-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97145, 1146, '1309-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97146, 1146, '1309-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97147, 1146, '1309-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97148, 1146, '1309-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97149, 1146, '1309-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97150, 1146, '1309-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97151, 1146, '1310-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97152, 1146, '1310-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97153, 1146, '1310-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97154, 1146, '1310-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97155, 1146, '1310-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97156, 1146, '1310-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97157, 1146, '1310-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97158, 1146, '1310-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97159, 1146, '1310-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97160, 1146, '1310-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97161, 1146, '1310-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97162, 1146, '1310-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97163, 1146, '1311-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97164, 1146, '1311-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97165, 1146, '1311-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97166, 1146, '1311-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97167, 1146, '1311-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97168, 1146, '1311-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97169, 1146, '1311-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97170, 1146, '1311-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97171, 1146, '1311-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97172, 1146, '1311-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97173, 1146, '1311-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97174, 1146, '1311-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97175, 1146, '1312-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97176, 1146, '1312-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97177, 1146, '1312-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97178, 1146, '1312-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97179, 1146, '1312-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97180, 1146, '1312-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97181, 1146, '1312-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97182, 1146, '1312-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97183, 1146, '1312-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97184, 1146, '1312-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97185, 1146, '1312-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97186, 1146, '1312-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97187, 1146, '1313-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97188, 1146, '1313-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97189, 1146, '1313-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97190, 1146, '1313-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97191, 1146, '1313-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97192, 1146, '1313-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97193, 1146, '1313-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97194, 1146, '1313-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97195, 1146, '1313-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97196, 1146, '1313-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97197, 1146, '1313-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97198, 1146, '1313-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97199, 1146, '1314-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97200, 1146, '1314-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97201, 1146, '1314-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97202, 1146, '1314-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97203, 1146, '1314-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97204, 1146, '1314-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97205, 1146, '1314-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97206, 1146, '1314-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97207, 1146, '1314-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97208, 1146, '1314-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97209, 1146, '1314-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97210, 1146, '1314-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97211, 1146, '1315-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97212, 1146, '1315-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97213, 1146, '1315-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97214, 1146, '1315-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97215, 1146, '1315-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97216, 1146, '1315-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97217, 1146, '1315-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97218, 1146, '1315-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97219, 1146, '1315-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97220, 1146, '1315-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97221, 1146, '1315-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97222, 1146, '1315-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97223, 1146, '1316-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97224, 1146, '1316-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97225, 1146, '1316-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97226, 1146, '1316-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97227, 1146, '1316-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97228, 1146, '1316-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97229, 1146, '1316-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97230, 1146, '1316-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97231, 1146, '1316-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97232, 1146, '1316-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97233, 1146, '1316-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97234, 1146, '1316-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97235, 1146, '1317-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97236, 1146, '1317-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97237, 1146, '1317-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97238, 1146, '1317-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97239, 1146, '1317-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97240, 1146, '1317-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97241, 1146, '1317-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97242, 1146, '1317-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97243, 1146, '1317-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97244, 1146, '1317-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97245, 1146, '1317-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97246, 1146, '1317-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97247, 1146, '1318-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97248, 1146, '1318-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97249, 1146, '1318-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97250, 1146, '1318-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97251, 1146, '1318-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97252, 1146, '1318-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97253, 1146, '1318-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97254, 1146, '1318-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97255, 1146, '1318-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97256, 1146, '1318-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97257, 1146, '1318-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97258, 1146, '1318-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97259, 1146, '1319-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97260, 1146, '1319-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97261, 1146, '1319-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97262, 1146, '1319-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97263, 1146, '1319-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97264, 1146, '1319-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97265, 1146, '1319-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97266, 1146, '1319-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97267, 1146, '1319-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97268, 1146, '1319-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97269, 1146, '1319-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97270, 1146, '1319-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97271, 1146, '1320-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97272, 1146, '1320-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97273, 1146, '1320-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97274, 1146, '1320-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97275, 1146, '1320-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97276, 1146, '1320-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97277, 1146, '1320-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97278, 1146, '1320-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97279, 1146, '1320-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97280, 1146, '1320-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97281, 1146, '1320-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97282, 1146, '1320-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97283, 1146, '1321-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97284, 1146, '1321-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97285, 1146, '1321-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97286, 1146, '1321-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97287, 1146, '1321-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97288, 1146, '1321-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97289, 1146, '1321-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97290, 1146, '1321-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97291, 1146, '1321-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97292, 1146, '1321-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97293, 1146, '1321-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97294, 1146, '1321-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97295, 1146, '1322-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97296, 1146, '1322-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97297, 1146, '1322-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97298, 1146, '1322-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97299, 1146, '1322-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97300, 1146, '1322-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97301, 1146, '1322-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97302, 1146, '1322-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97303, 1146, '1322-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97304, 1146, '1322-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97305, 1146, '1322-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97306, 1146, '1322-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97307, 1146, '1323-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97308, 1146, '1323-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97309, 1146, '1323-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97310, 1146, '1323-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97311, 1146, '1323-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97312, 1146, '1323-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97313, 1146, '1323-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97314, 1146, '1323-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97315, 1146, '1323-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97316, 1146, '1323-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97317, 1146, '1323-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97318, 1146, '1323-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97319, 1146, '1324-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97320, 1146, '1324-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97321, 1146, '1324-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97322, 1146, '1324-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97323, 1146, '1324-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97324, 1146, '1324-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97325, 1146, '1324-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97326, 1146, '1324-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97327, 1146, '1324-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97328, 1146, '1324-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97329, 1146, '1324-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97330, 1146, '1324-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97331, 1146, '1325-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97332, 1146, '1325-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97333, 1146, '1325-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97334, 1146, '1325-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97335, 1146, '1325-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97336, 1146, '1325-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(97337, 1146, '1325-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97338, 1146, '1325-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97339, 1146, '1325-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97340, 1146, '1325-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97341, 1146, '1325-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97342, 1146, '1325-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97343, 1146, '1326-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97344, 1146, '1326-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97345, 1146, '1326-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97346, 1146, '1326-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97347, 1146, '1326-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97348, 1146, '1326-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97349, 1146, '1326-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97350, 1146, '1326-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97351, 1146, '1326-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97352, 1146, '1326-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97353, 1146, '1326-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97354, 1146, '1326-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97355, 1146, '1327-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97356, 1146, '1327-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97357, 1146, '1327-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97358, 1146, '1327-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97359, 1146, '1327-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97360, 1146, '1327-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97361, 1146, '1327-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97362, 1146, '1327-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97363, 1146, '1327-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97364, 1146, '1327-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97365, 1146, '1327-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97366, 1146, '1327-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97367, 1146, '1328-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97368, 1146, '1328-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97369, 1146, '1328-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97370, 1146, '1328-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97371, 1146, '1328-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97372, 1146, '1328-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97373, 1146, '1328-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97374, 1146, '1328-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97375, 1146, '1328-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97376, 1146, '1328-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97377, 1146, '1328-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97378, 1146, '1328-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97379, 1146, '1329-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97380, 1146, '1329-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97381, 1146, '1329-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97382, 1146, '1329-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97383, 1146, '1329-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97384, 1146, '1329-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97385, 1146, '1329-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97386, 1146, '1329-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97387, 1146, '1329-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97388, 1146, '1329-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97389, 1146, '1329-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97390, 1146, '1329-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97391, 1146, '1330-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97392, 1146, '1330-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97393, 1146, '1330-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97394, 1146, '1330-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97395, 1146, '1330-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97396, 1146, '1330-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97397, 1146, '1330-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97398, 1146, '1330-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97399, 1146, '1330-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97400, 1146, '1330-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97401, 1146, '1330-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97402, 1146, '1330-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97403, 1146, '1331-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97404, 1146, '1331-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97405, 1146, '1331-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97406, 1146, '1331-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97407, 1146, '1331-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97408, 1146, '1331-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97409, 1146, '1331-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97410, 1146, '1331-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97411, 1146, '1331-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97412, 1146, '1331-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97413, 1146, '1331-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97414, 1146, '1331-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97415, 1146, '1332-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97416, 1146, '1332-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97417, 1146, '1332-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97418, 1146, '1332-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97419, 1146, '1332-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97420, 1146, '1332-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97421, 1146, '1332-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97422, 1146, '1332-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97423, 1146, '1332-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97424, 1146, '1332-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97425, 1146, '1332-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97426, 1146, '1332-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97427, 1146, '1333-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97428, 1146, '1333-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97429, 1146, '1333-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97430, 1146, '1333-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97431, 1146, '1333-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97432, 1146, '1333-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97433, 1146, '1333-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97434, 1146, '1333-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97435, 1146, '1333-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97436, 1146, '1333-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97437, 1146, '1333-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97438, 1146, '1333-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97439, 1146, '1334-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97440, 1146, '1334-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97441, 1146, '1334-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97442, 1146, '1334-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97443, 1146, '1334-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97444, 1146, '1334-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97445, 1146, '1334-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97446, 1146, '1334-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97447, 1146, '1334-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97448, 1146, '1334-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97449, 1146, '1334-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97450, 1146, '1334-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97451, 1146, '1335-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97452, 1146, '1335-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97453, 1146, '1335-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97454, 1146, '1335-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97455, 1146, '1335-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:07', '2023-09-12 17:12:07'),
(97456, 1146, '1335-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97457, 1146, '1335-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97458, 1146, '1335-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97459, 1146, '1335-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97460, 1146, '1335-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97461, 1146, '1335-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97462, 1146, '1335-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97463, 1146, '1336-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97464, 1146, '1336-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97465, 1146, '1336-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97466, 1146, '1336-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97467, 1146, '1336-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97468, 1146, '1336-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97469, 1146, '1336-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97470, 1146, '1336-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97471, 1146, '1336-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97472, 1146, '1336-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97473, 1146, '1336-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97474, 1146, '1336-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97475, 1146, '1337-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97476, 1146, '1337-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97477, 1146, '1337-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97478, 1146, '1337-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97479, 1146, '1337-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97480, 1146, '1337-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97481, 1146, '1337-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97482, 1146, '1337-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97483, 1146, '1337-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97484, 1146, '1337-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97485, 1146, '1337-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97486, 1146, '1337-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97487, 1146, '1338-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97488, 1146, '1338-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97489, 1146, '1338-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97490, 1146, '1338-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97491, 1146, '1338-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97492, 1146, '1338-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97493, 1146, '1338-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97494, 1146, '1338-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97495, 1146, '1338-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97496, 1146, '1338-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97497, 1146, '1338-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97498, 1146, '1338-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97499, 1146, '1339-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97500, 1146, '1339-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97501, 1146, '1339-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97502, 1146, '1339-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97503, 1146, '1339-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97504, 1146, '1339-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97505, 1146, '1339-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97506, 1146, '1339-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97507, 1146, '1339-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97508, 1146, '1339-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97509, 1146, '1339-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97510, 1146, '1339-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97511, 1146, '1340-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97512, 1146, '1340-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97513, 1146, '1340-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97514, 1146, '1340-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97515, 1146, '1340-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97516, 1146, '1340-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97517, 1146, '1340-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97518, 1146, '1340-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97519, 1146, '1340-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97520, 1146, '1340-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97521, 1146, '1340-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97522, 1146, '1340-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97523, 1146, '1341-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97524, 1146, '1341-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97525, 1146, '1341-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97526, 1146, '1341-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97527, 1146, '1341-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97528, 1146, '1341-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97529, 1146, '1341-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97530, 1146, '1341-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97531, 1146, '1341-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97532, 1146, '1341-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97533, 1146, '1341-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97534, 1146, '1341-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97535, 1146, '1342-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97536, 1146, '1342-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97537, 1146, '1342-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97538, 1146, '1342-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97539, 1146, '1342-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97540, 1146, '1342-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97541, 1146, '1342-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97542, 1146, '1342-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97543, 1146, '1342-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97544, 1146, '1342-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97545, 1146, '1342-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97546, 1146, '1342-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97547, 1146, '1343-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97548, 1146, '1343-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97549, 1146, '1343-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97550, 1146, '1343-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97551, 1146, '1343-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97552, 1146, '1343-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97553, 1146, '1343-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97554, 1146, '1343-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97555, 1146, '1343-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97556, 1146, '1343-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97557, 1146, '1343-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97558, 1146, '1343-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97559, 1146, '1344-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97560, 1146, '1344-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97561, 1146, '1344-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97562, 1146, '1344-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97563, 1146, '1344-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97564, 1146, '1344-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97565, 1146, '1344-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97566, 1146, '1344-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97567, 1146, '1344-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97568, 1146, '1344-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97569, 1146, '1344-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97570, 1146, '1344-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97571, 1146, '1345-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97572, 1146, '1345-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97573, 1146, '1345-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97574, 1146, '1345-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97575, 1146, '1345-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97576, 1146, '1345-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97577, 1146, '1345-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97578, 1146, '1345-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97579, 1146, '1345-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97580, 1146, '1345-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97581, 1146, '1345-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97582, 1146, '1345-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97583, 1146, '1346-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97584, 1146, '1346-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97585, 1146, '1346-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97586, 1146, '1346-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97587, 1146, '1346-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97588, 1146, '1346-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97589, 1146, '1346-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97590, 1146, '1346-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97591, 1146, '1346-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97592, 1146, '1346-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97593, 1146, '1346-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97594, 1146, '1346-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97595, 1146, '1347-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97596, 1146, '1347-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97597, 1146, '1347-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97598, 1146, '1347-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97599, 1146, '1347-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97600, 1146, '1347-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97601, 1146, '1347-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97602, 1146, '1347-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97603, 1146, '1347-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97604, 1146, '1347-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97605, 1146, '1347-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97606, 1146, '1347-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97607, 1146, '1348-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97608, 1146, '1348-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97609, 1146, '1348-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97610, 1146, '1348-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97611, 1146, '1348-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97612, 1146, '1348-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97613, 1146, '1348-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97614, 1146, '1348-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97615, 1146, '1348-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97616, 1146, '1348-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97617, 1146, '1348-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97618, 1146, '1348-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97619, 1146, '1349-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97620, 1146, '1349-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97621, 1146, '1349-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97622, 1146, '1349-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97623, 1146, '1349-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97624, 1146, '1349-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97625, 1146, '1349-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97626, 1146, '1349-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97627, 1146, '1349-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97628, 1146, '1349-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97629, 1146, '1349-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97630, 1146, '1349-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97631, 1146, '1350-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97632, 1146, '1350-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97633, 1146, '1350-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97634, 1146, '1350-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97635, 1146, '1350-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97636, 1146, '1350-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97637, 1146, '1350-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97638, 1146, '1350-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97639, 1146, '1350-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97640, 1146, '1350-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97641, 1146, '1350-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97642, 1146, '1350-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97643, 1146, '1351-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97644, 1146, '1351-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97645, 1146, '1351-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97646, 1146, '1351-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97647, 1146, '1351-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97648, 1146, '1351-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97649, 1146, '1351-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97650, 1146, '1351-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97651, 1146, '1351-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97652, 1146, '1351-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97653, 1146, '1351-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97654, 1146, '1351-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97655, 1146, '1352-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97656, 1146, '1352-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97657, 1146, '1352-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97658, 1146, '1352-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97659, 1146, '1352-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97660, 1146, '1352-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97661, 1146, '1352-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97662, 1146, '1352-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97663, 1146, '1352-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97664, 1146, '1352-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97665, 1146, '1352-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97666, 1146, '1352-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97667, 1146, '1353-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97668, 1146, '1353-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97669, 1146, '1353-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97670, 1146, '1353-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97671, 1146, '1353-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97672, 1146, '1353-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97673, 1146, '1353-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97674, 1146, '1353-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97675, 1146, '1353-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97676, 1146, '1353-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97677, 1146, '1353-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97678, 1146, '1353-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97679, 1146, '1354-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97680, 1146, '1354-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97681, 1146, '1354-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97682, 1146, '1354-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97683, 1146, '1354-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97684, 1146, '1354-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97685, 1146, '1354-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97686, 1146, '1354-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97687, 1146, '1354-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97688, 1146, '1354-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97689, 1146, '1354-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97690, 1146, '1354-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97691, 1146, '1355-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97692, 1146, '1355-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97693, 1146, '1355-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97694, 1146, '1355-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97695, 1146, '1355-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97696, 1146, '1355-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97697, 1146, '1355-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97698, 1146, '1355-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97699, 1146, '1355-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97700, 1146, '1355-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97701, 1146, '1355-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97702, 1146, '1355-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97703, 1146, '1356-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97704, 1146, '1356-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97705, 1146, '1356-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97706, 1146, '1356-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97707, 1146, '1356-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97708, 1146, '1356-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97709, 1146, '1356-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97710, 1146, '1356-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97711, 1146, '1356-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97712, 1146, '1356-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97713, 1146, '1356-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97714, 1146, '1356-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97715, 1146, '1357-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97716, 1146, '1357-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97717, 1146, '1357-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97718, 1146, '1357-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97719, 1146, '1357-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97720, 1146, '1357-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97721, 1146, '1357-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97722, 1146, '1357-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97723, 1146, '1357-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97724, 1146, '1357-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97725, 1146, '1357-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97726, 1146, '1357-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97727, 1146, '1358-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97728, 1146, '1358-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97729, 1146, '1358-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97730, 1146, '1358-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97731, 1146, '1358-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97732, 1146, '1358-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97733, 1146, '1358-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97734, 1146, '1358-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97735, 1146, '1358-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97736, 1146, '1358-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97737, 1146, '1358-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97738, 1146, '1358-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97739, 1146, '1359-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97740, 1146, '1359-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97741, 1146, '1359-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97742, 1146, '1359-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97743, 1146, '1359-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97744, 1146, '1359-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97745, 1146, '1359-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97746, 1146, '1359-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97747, 1146, '1359-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97748, 1146, '1359-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97749, 1146, '1359-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97750, 1146, '1359-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97751, 1146, '1360-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97752, 1146, '1360-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97753, 1146, '1360-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97754, 1146, '1360-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97755, 1146, '1360-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97756, 1146, '1360-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97757, 1146, '1360-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97758, 1146, '1360-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97759, 1146, '1360-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97760, 1146, '1360-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97761, 1146, '1360-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97762, 1146, '1360-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97763, 1146, '1361-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97764, 1146, '1361-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97765, 1146, '1361-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97766, 1146, '1361-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97767, 1146, '1361-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97768, 1146, '1361-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97769, 1146, '1361-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97770, 1146, '1361-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97771, 1146, '1361-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97772, 1146, '1361-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97773, 1146, '1361-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97774, 1146, '1361-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97775, 1146, '1362-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97776, 1146, '1362-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97777, 1146, '1362-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97778, 1146, '1362-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97779, 1146, '1362-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97780, 1146, '1362-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97781, 1146, '1362-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97782, 1146, '1362-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97783, 1146, '1362-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97784, 1146, '1362-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97785, 1146, '1362-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97786, 1146, '1362-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97787, 1146, '1363-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97788, 1146, '1363-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97789, 1146, '1363-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97790, 1146, '1363-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97791, 1146, '1363-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97792, 1146, '1363-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97793, 1146, '1363-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97794, 1146, '1363-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97795, 1146, '1363-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97796, 1146, '1363-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97797, 1146, '1363-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(97798, 1146, '1363-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97799, 1146, '1364-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97800, 1146, '1364-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97801, 1146, '1364-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97802, 1146, '1364-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97803, 1146, '1364-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97804, 1146, '1364-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97805, 1146, '1364-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97806, 1146, '1364-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97807, 1146, '1364-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97808, 1146, '1364-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97809, 1146, '1364-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97810, 1146, '1364-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97811, 1146, '1365-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97812, 1146, '1365-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97813, 1146, '1365-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97814, 1146, '1365-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97815, 1146, '1365-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97816, 1146, '1365-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97817, 1146, '1365-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97818, 1146, '1365-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97819, 1146, '1365-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97820, 1146, '1365-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97821, 1146, '1365-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97822, 1146, '1365-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97823, 1146, '1366-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97824, 1146, '1366-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97825, 1146, '1366-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97826, 1146, '1366-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97827, 1146, '1366-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97828, 1146, '1366-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97829, 1146, '1366-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97830, 1146, '1366-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97831, 1146, '1366-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97832, 1146, '1366-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97833, 1146, '1366-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97834, 1146, '1366-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97835, 1146, '1367-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97836, 1146, '1367-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97837, 1146, '1367-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97838, 1146, '1367-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97839, 1146, '1367-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97840, 1146, '1367-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97841, 1146, '1367-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97842, 1146, '1367-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97843, 1146, '1367-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97844, 1146, '1367-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97845, 1146, '1367-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97846, 1146, '1367-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97847, 1146, '1368-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97848, 1146, '1368-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97849, 1146, '1368-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97850, 1146, '1368-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97851, 1146, '1368-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97852, 1146, '1368-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:08', '2023-09-12 17:12:08'),
(97853, 1146, '1368-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(97854, 1146, '1368-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(97855, 1146, '1368-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(97856, 1146, '1368-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(97857, 1146, '1368-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(97858, 1146, '1368-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(97859, 1146, '1369-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(97860, 1146, '1369-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(97861, 1146, '1369-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(97862, 1146, '1369-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(97863, 1146, '1369-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(97864, 1146, '1369-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(97865, 1146, '1369-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(97866, 1146, '1369-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(97867, 1146, '1369-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(97868, 1146, '1369-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(97869, 1146, '1369-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(97870, 1146, '1369-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(97871, 1146, '1370-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(97872, 1146, '1370-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(97873, 1146, '1370-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(97874, 1146, '1370-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(97875, 1146, '1370-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(97876, 1146, '1370-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(97877, 1146, '1370-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(97878, 1146, '1370-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(97879, 1146, '1370-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(97880, 1146, '1370-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(97881, 1146, '1370-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(97882, 1146, '1370-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(97883, 1146, '1371-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(97884, 1146, '1371-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(97885, 1146, '1371-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(97886, 1146, '1371-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(97887, 1146, '1371-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(97888, 1146, '1371-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(97889, 1146, '1371-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(97890, 1146, '1371-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(97891, 1146, '1371-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(97892, 1146, '1371-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(97893, 1146, '1371-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(97894, 1146, '1371-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(97895, 1146, '1372-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(97896, 1146, '1372-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(97897, 1146, '1372-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(97898, 1146, '1372-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(97899, 1146, '1372-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(97900, 1146, '1372-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(97901, 1146, '1372-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(97902, 1146, '1372-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(97903, 1146, '1372-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(97904, 1146, '1372-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(97905, 1146, '1372-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(97906, 1146, '1372-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(97907, 1146, '1373-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(97908, 1146, '1373-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(97909, 1146, '1373-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(97910, 1146, '1373-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(97911, 1146, '1373-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(97912, 1146, '1373-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(97913, 1146, '1373-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(97914, 1146, '1373-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(97915, 1146, '1373-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(97916, 1146, '1373-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(97917, 1146, '1373-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(97918, 1146, '1373-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(97919, 1146, '1374-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(97920, 1146, '1374-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(97921, 1146, '1374-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(97922, 1146, '1374-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(97923, 1146, '1374-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(97924, 1146, '1374-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(97925, 1146, '1374-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(97926, 1146, '1374-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(97927, 1146, '1374-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(97928, 1146, '1374-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(97929, 1146, '1374-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(97930, 1146, '1374-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(97931, 1146, '1375-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(97932, 1146, '1375-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(97933, 1146, '1375-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(97934, 1146, '1375-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(97935, 1146, '1375-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(97936, 1146, '1375-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(97937, 1146, '1375-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(97938, 1146, '1375-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(97939, 1146, '1375-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(97940, 1146, '1375-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(97941, 1146, '1375-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(97942, 1146, '1375-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(97943, 1146, '1376-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(97944, 1146, '1376-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(97945, 1146, '1376-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(97946, 1146, '1376-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(97947, 1146, '1376-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(97948, 1146, '1376-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(97949, 1146, '1376-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(97950, 1146, '1376-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(97951, 1146, '1376-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(97952, 1146, '1376-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(97953, 1146, '1376-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(97954, 1146, '1376-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(97955, 1146, '1377-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(97956, 1146, '1377-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(97957, 1146, '1377-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(97958, 1146, '1377-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(97959, 1146, '1377-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(97960, 1146, '1377-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(97961, 1146, '1377-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(97962, 1146, '1377-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(97963, 1146, '1377-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(97964, 1146, '1377-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(97965, 1146, '1377-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(97966, 1146, '1377-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(97967, 1146, '1378-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(97968, 1146, '1378-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(97969, 1146, '1378-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(97970, 1146, '1378-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(97971, 1146, '1378-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(97972, 1146, '1378-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(97973, 1146, '1378-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(97974, 1146, '1378-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(97975, 1146, '1378-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(97976, 1146, '1378-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(97977, 1146, '1378-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(97978, 1146, '1378-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(97979, 1146, '1379-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(97980, 1146, '1379-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(97981, 1146, '1379-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(97982, 1146, '1379-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(97983, 1146, '1379-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(97984, 1146, '1379-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(97985, 1146, '1379-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(97986, 1146, '1379-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(97987, 1146, '1379-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(97988, 1146, '1379-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(97989, 1146, '1379-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(97990, 1146, '1379-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(97991, 1146, '1380-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(97992, 1146, '1380-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(97993, 1146, '1380-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(97994, 1146, '1380-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(97995, 1146, '1380-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(97996, 1146, '1380-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(97997, 1146, '1380-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(97998, 1146, '1380-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(97999, 1146, '1380-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98000, 1146, '1380-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98001, 1146, '1380-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98002, 1146, '1380-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98003, 1146, '1381-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98004, 1146, '1381-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98005, 1146, '1381-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98006, 1146, '1381-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98007, 1146, '1381-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98008, 1146, '1381-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98009, 1146, '1381-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98010, 1146, '1381-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98011, 1146, '1381-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98012, 1146, '1381-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98013, 1146, '1381-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98014, 1146, '1381-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98015, 1146, '1382-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98016, 1146, '1382-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98017, 1146, '1382-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98018, 1146, '1382-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98019, 1146, '1382-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98020, 1146, '1382-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98021, 1146, '1382-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98022, 1146, '1382-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98023, 1146, '1382-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98024, 1146, '1382-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98025, 1146, '1382-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98026, 1146, '1382-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98027, 1146, '1383-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98028, 1146, '1383-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98029, 1146, '1383-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98030, 1146, '1383-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98031, 1146, '1383-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98032, 1146, '1383-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98033, 1146, '1383-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98034, 1146, '1383-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98035, 1146, '1383-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98036, 1146, '1383-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98037, 1146, '1383-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98038, 1146, '1383-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98039, 1146, '1384-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98040, 1146, '1384-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98041, 1146, '1384-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98042, 1146, '1384-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98043, 1146, '1384-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98044, 1146, '1384-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98045, 1146, '1384-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98046, 1146, '1384-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98047, 1146, '1384-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98048, 1146, '1384-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98049, 1146, '1384-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98050, 1146, '1384-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98051, 1146, '1385-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98052, 1146, '1385-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98053, 1146, '1385-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98054, 1146, '1385-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98055, 1146, '1385-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98056, 1146, '1385-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98057, 1146, '1385-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98058, 1146, '1385-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98059, 1146, '1385-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98060, 1146, '1385-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98061, 1146, '1385-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98062, 1146, '1385-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98063, 1146, '1386-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98064, 1146, '1386-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98065, 1146, '1386-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98066, 1146, '1386-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98067, 1146, '1386-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98068, 1146, '1386-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98069, 1146, '1386-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98070, 1146, '1386-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98071, 1146, '1386-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98072, 1146, '1386-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98073, 1146, '1386-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98074, 1146, '1386-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98075, 1146, '1387-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98076, 1146, '1387-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98077, 1146, '1387-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98078, 1146, '1387-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98079, 1146, '1387-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98080, 1146, '1387-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98081, 1146, '1387-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98082, 1146, '1387-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98083, 1146, '1387-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98084, 1146, '1387-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98085, 1146, '1387-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98086, 1146, '1387-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98087, 1146, '1388-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98088, 1146, '1388-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98089, 1146, '1388-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98090, 1146, '1388-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98091, 1146, '1388-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98092, 1146, '1388-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98093, 1146, '1388-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98094, 1146, '1388-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98095, 1146, '1388-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98096, 1146, '1388-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98097, 1146, '1388-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98098, 1146, '1388-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98099, 1146, '1389-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98100, 1146, '1389-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98101, 1146, '1389-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98102, 1146, '1389-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98103, 1146, '1389-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98104, 1146, '1389-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98105, 1146, '1389-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98106, 1146, '1389-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98107, 1146, '1389-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98108, 1146, '1389-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98109, 1146, '1389-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98110, 1146, '1389-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98111, 1146, '1390-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98112, 1146, '1390-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98113, 1146, '1390-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98114, 1146, '1390-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98115, 1146, '1390-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98116, 1146, '1390-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98117, 1146, '1390-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98118, 1146, '1390-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98119, 1146, '1390-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98120, 1146, '1390-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98121, 1146, '1390-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98122, 1146, '1390-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98123, 1146, '1391-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98124, 1146, '1391-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98125, 1146, '1391-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98126, 1146, '1391-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98127, 1146, '1391-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98128, 1146, '1391-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98129, 1146, '1391-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98130, 1146, '1391-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98131, 1146, '1391-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98132, 1146, '1391-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98133, 1146, '1391-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98134, 1146, '1391-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98135, 1146, '1392-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98136, 1146, '1392-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98137, 1146, '1392-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98138, 1146, '1392-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98139, 1146, '1392-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98140, 1146, '1392-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98141, 1146, '1392-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98142, 1146, '1392-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98143, 1146, '1392-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98144, 1146, '1392-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98145, 1146, '1392-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98146, 1146, '1392-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98147, 1146, '1393-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98148, 1146, '1393-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98149, 1146, '1393-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98150, 1146, '1393-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98151, 1146, '1393-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98152, 1146, '1393-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98153, 1146, '1393-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98154, 1146, '1393-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98155, 1146, '1393-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98156, 1146, '1393-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98157, 1146, '1393-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98158, 1146, '1393-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98159, 1146, '1394-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98160, 1146, '1394-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98161, 1146, '1394-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98162, 1146, '1394-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98163, 1146, '1394-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98164, 1146, '1394-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98165, 1146, '1394-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98166, 1146, '1394-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98167, 1146, '1394-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98168, 1146, '1394-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98169, 1146, '1394-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98170, 1146, '1394-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98171, 1146, '1395-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98172, 1146, '1395-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98173, 1146, '1395-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98174, 1146, '1395-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98175, 1146, '1395-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98176, 1146, '1395-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98177, 1146, '1395-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98178, 1146, '1395-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98179, 1146, '1395-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98180, 1146, '1395-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98181, 1146, '1395-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98182, 1146, '1395-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98183, 1146, '1396-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98184, 1146, '1396-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98185, 1146, '1396-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98186, 1146, '1396-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98187, 1146, '1396-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98188, 1146, '1396-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98189, 1146, '1396-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98190, 1146, '1396-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98191, 1146, '1396-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98192, 1146, '1396-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98193, 1146, '1396-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98194, 1146, '1396-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98195, 1146, '1397-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98196, 1146, '1397-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98197, 1146, '1397-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98198, 1146, '1397-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98199, 1146, '1397-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98200, 1146, '1397-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98201, 1146, '1397-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98202, 1146, '1397-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98203, 1146, '1397-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98204, 1146, '1397-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98205, 1146, '1397-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98206, 1146, '1397-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98207, 1146, '1398-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98208, 1146, '1398-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98209, 1146, '1398-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98210, 1146, '1398-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98211, 1146, '1398-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98212, 1146, '1398-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98213, 1146, '1398-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98214, 1146, '1398-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98215, 1146, '1398-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98216, 1146, '1398-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98217, 1146, '1398-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98218, 1146, '1398-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98219, 1146, '1399-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98220, 1146, '1399-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98221, 1146, '1399-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98222, 1146, '1399-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98223, 1146, '1399-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98224, 1146, '1399-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98225, 1146, '1399-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98226, 1146, '1399-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98227, 1146, '1399-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98228, 1146, '1399-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98229, 1146, '1399-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98230, 1146, '1399-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98231, 1146, '1400-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98232, 1146, '1400-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98233, 1146, '1400-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98234, 1146, '1400-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98235, 1146, '1400-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98236, 1146, '1400-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98237, 1146, '1400-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98238, 1146, '1400-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98239, 1146, '1400-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98240, 1146, '1400-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98241, 1146, '1400-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:09', '2023-09-12 17:12:09'),
(98242, 1146, '1400-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98243, 1146, '1401-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98244, 1146, '1401-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98245, 1146, '1401-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98246, 1146, '1401-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98247, 1146, '1401-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98248, 1146, '1401-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98249, 1146, '1401-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98250, 1146, '1401-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98251, 1146, '1401-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98252, 1146, '1401-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98253, 1146, '1401-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98254, 1146, '1401-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98255, 1146, '1402-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98256, 1146, '1402-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98257, 1146, '1402-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98258, 1146, '1402-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(98259, 1146, '1402-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98260, 1146, '1402-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98261, 1146, '1402-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98262, 1146, '1402-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98263, 1146, '1402-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98264, 1146, '1402-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98265, 1146, '1402-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98266, 1146, '1402-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98267, 1146, '1403-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98268, 1146, '1403-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98269, 1146, '1403-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98270, 1146, '1403-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98271, 1146, '1403-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98272, 1146, '1403-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98273, 1146, '1403-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98274, 1146, '1403-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98275, 1146, '1403-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98276, 1146, '1403-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98277, 1146, '1403-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98278, 1146, '1403-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98279, 1146, '1404-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98280, 1146, '1404-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98281, 1146, '1404-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98282, 1146, '1404-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98283, 1146, '1404-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98284, 1146, '1404-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98285, 1146, '1404-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98286, 1146, '1404-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98287, 1146, '1404-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98288, 1146, '1404-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98289, 1146, '1404-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98290, 1146, '1404-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98291, 1146, '1405-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98292, 1146, '1405-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98293, 1146, '1405-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98294, 1146, '1405-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98295, 1146, '1405-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98296, 1146, '1405-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98297, 1146, '1405-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98298, 1146, '1405-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98299, 1146, '1405-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98300, 1146, '1405-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98301, 1146, '1405-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98302, 1146, '1405-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98303, 1146, '1406-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98304, 1146, '1406-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98305, 1146, '1406-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98306, 1146, '1406-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98307, 1146, '1406-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98308, 1146, '1406-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98309, 1146, '1406-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98310, 1146, '1406-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98311, 1146, '1406-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98312, 1146, '1406-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98313, 1146, '1406-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98314, 1146, '1406-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98315, 1146, '1407-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98316, 1146, '1407-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98317, 1146, '1407-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98318, 1146, '1407-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98319, 1146, '1407-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98320, 1146, '1407-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98321, 1146, '1407-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98322, 1146, '1407-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98323, 1146, '1407-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98324, 1146, '1407-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98325, 1146, '1407-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98326, 1146, '1407-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98327, 1146, '1408-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98328, 1146, '1408-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98329, 1146, '1408-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98330, 1146, '1408-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98331, 1146, '1408-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98332, 1146, '1408-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98333, 1146, '1408-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98334, 1146, '1408-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98335, 1146, '1408-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98336, 1146, '1408-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98337, 1146, '1408-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98338, 1146, '1408-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98339, 1146, '1409-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98340, 1146, '1409-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98341, 1146, '1409-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98342, 1146, '1409-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98343, 1146, '1409-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98344, 1146, '1409-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98345, 1146, '1409-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98346, 1146, '1409-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98347, 1146, '1409-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98348, 1146, '1409-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98349, 1146, '1409-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98350, 1146, '1409-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98351, 1146, '1410-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98352, 1146, '1410-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98353, 1146, '1410-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98354, 1146, '1410-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98355, 1146, '1410-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98356, 1146, '1410-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98357, 1146, '1410-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98358, 1146, '1410-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98359, 1146, '1410-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98360, 1146, '1410-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98361, 1146, '1410-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98362, 1146, '1410-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98363, 1146, '1411-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98364, 1146, '1411-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98365, 1146, '1411-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98366, 1146, '1411-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98367, 1146, '1411-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98368, 1146, '1411-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98369, 1146, '1411-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98370, 1146, '1411-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98371, 1146, '1411-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98372, 1146, '1411-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98373, 1146, '1411-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98374, 1146, '1411-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98375, 1146, '1412-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98376, 1146, '1412-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98377, 1146, '1412-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98378, 1146, '1412-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98379, 1146, '1412-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98380, 1146, '1412-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98381, 1146, '1412-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98382, 1146, '1412-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98383, 1146, '1412-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98384, 1146, '1412-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98385, 1146, '1412-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98386, 1146, '1412-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98387, 1146, '1413-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98388, 1146, '1413-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98389, 1146, '1413-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98390, 1146, '1413-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98391, 1146, '1413-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98392, 1146, '1413-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98393, 1146, '1413-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98394, 1146, '1413-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98395, 1146, '1413-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98396, 1146, '1413-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98397, 1146, '1413-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98398, 1146, '1413-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98399, 1146, '1414-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98400, 1146, '1414-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98401, 1146, '1414-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98402, 1146, '1414-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98403, 1146, '1414-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98404, 1146, '1414-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98405, 1146, '1414-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98406, 1146, '1414-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98407, 1146, '1414-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98408, 1146, '1414-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98409, 1146, '1414-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98410, 1146, '1414-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98411, 1146, '1415-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98412, 1146, '1415-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98413, 1146, '1415-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98414, 1146, '1415-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98415, 1146, '1415-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98416, 1146, '1415-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98417, 1146, '1415-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98418, 1146, '1415-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98419, 1146, '1415-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98420, 1146, '1415-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98421, 1146, '1415-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98422, 1146, '1415-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98423, 1146, '1416-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98424, 1146, '1416-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98425, 1146, '1416-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98426, 1146, '1416-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98427, 1146, '1416-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98428, 1146, '1416-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98429, 1146, '1416-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98430, 1146, '1416-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98431, 1146, '1416-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98432, 1146, '1416-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98433, 1146, '1416-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98434, 1146, '1416-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98435, 1146, '1417-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98436, 1146, '1417-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98437, 1146, '1417-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98438, 1146, '1417-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98439, 1146, '1417-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98440, 1146, '1417-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98441, 1146, '1417-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98442, 1146, '1417-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98443, 1146, '1417-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98444, 1146, '1417-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98445, 1146, '1417-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98446, 1146, '1417-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98447, 1146, '1418-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98448, 1146, '1418-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98449, 1146, '1418-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98450, 1146, '1418-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98451, 1146, '1418-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98452, 1146, '1418-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98453, 1146, '1418-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98454, 1146, '1418-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98455, 1146, '1418-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98456, 1146, '1418-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98457, 1146, '1418-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98458, 1146, '1418-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98459, 1146, '1419-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98460, 1146, '1419-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98461, 1146, '1419-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98462, 1146, '1419-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98463, 1146, '1419-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98464, 1146, '1419-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98465, 1146, '1419-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98466, 1146, '1419-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98467, 1146, '1419-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98468, 1146, '1419-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98469, 1146, '1419-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98470, 1146, '1419-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98471, 1146, '1420-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98472, 1146, '1420-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98473, 1146, '1420-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98474, 1146, '1420-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98475, 1146, '1420-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98476, 1146, '1420-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98477, 1146, '1420-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98478, 1146, '1420-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98479, 1146, '1420-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98480, 1146, '1420-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98481, 1146, '1420-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98482, 1146, '1420-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98483, 1146, '1421-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98484, 1146, '1421-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98485, 1146, '1421-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98486, 1146, '1421-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98487, 1146, '1421-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98488, 1146, '1421-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98489, 1146, '1421-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98490, 1146, '1421-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98491, 1146, '1421-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98492, 1146, '1421-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98493, 1146, '1421-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98494, 1146, '1421-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98495, 1146, '1422-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98496, 1146, '1422-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98497, 1146, '1422-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98498, 1146, '1422-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98499, 1146, '1422-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98500, 1146, '1422-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98501, 1146, '1422-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98502, 1146, '1422-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98503, 1146, '1422-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98504, 1146, '1422-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98505, 1146, '1422-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98506, 1146, '1422-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98507, 1146, '1423-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98508, 1146, '1423-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98509, 1146, '1423-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98510, 1146, '1423-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98511, 1146, '1423-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98512, 1146, '1423-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98513, 1146, '1423-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98514, 1146, '1423-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98515, 1146, '1423-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98516, 1146, '1423-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98517, 1146, '1423-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98518, 1146, '1423-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98519, 1146, '1424-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98520, 1146, '1424-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98521, 1146, '1424-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98522, 1146, '1424-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98523, 1146, '1424-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98524, 1146, '1424-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98525, 1146, '1424-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98526, 1146, '1424-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98527, 1146, '1424-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98528, 1146, '1424-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98529, 1146, '1424-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98530, 1146, '1424-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98531, 1146, '1425-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98532, 1146, '1425-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98533, 1146, '1425-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98534, 1146, '1425-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98535, 1146, '1425-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98536, 1146, '1425-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98537, 1146, '1425-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98538, 1146, '1425-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98539, 1146, '1425-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98540, 1146, '1425-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98541, 1146, '1425-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98542, 1146, '1425-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98543, 1146, '1426-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98544, 1146, '1426-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98545, 1146, '1426-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98546, 1146, '1426-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98547, 1146, '1426-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98548, 1146, '1426-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98549, 1146, '1426-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98550, 1146, '1426-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98551, 1146, '1426-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98552, 1146, '1426-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98553, 1146, '1426-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98554, 1146, '1426-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98555, 1146, '1427-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98556, 1146, '1427-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98557, 1146, '1427-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98558, 1146, '1427-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98559, 1146, '1427-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98560, 1146, '1427-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98561, 1146, '1427-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98562, 1146, '1427-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98563, 1146, '1427-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98564, 1146, '1427-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98565, 1146, '1427-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98566, 1146, '1427-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98567, 1146, '1428-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98568, 1146, '1428-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98569, 1146, '1428-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98570, 1146, '1428-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98571, 1146, '1428-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98572, 1146, '1428-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98573, 1146, '1428-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98574, 1146, '1428-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98575, 1146, '1428-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98576, 1146, '1428-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98577, 1146, '1428-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98578, 1146, '1428-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98579, 1146, '1429-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98580, 1146, '1429-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98581, 1146, '1429-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98582, 1146, '1429-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98583, 1146, '1429-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98584, 1146, '1429-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98585, 1146, '1429-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98586, 1146, '1429-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98587, 1146, '1429-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98588, 1146, '1429-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98589, 1146, '1429-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98590, 1146, '1429-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98591, 1146, '1430-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98592, 1146, '1430-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98593, 1146, '1430-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98594, 1146, '1430-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98595, 1146, '1430-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98596, 1146, '1430-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98597, 1146, '1430-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98598, 1146, '1430-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98599, 1146, '1430-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98600, 1146, '1430-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98601, 1146, '1430-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98602, 1146, '1430-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98603, 1146, '1431-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98604, 1146, '1431-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98605, 1146, '1431-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98606, 1146, '1431-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98607, 1146, '1431-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98608, 1146, '1431-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98609, 1146, '1431-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98610, 1146, '1431-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98611, 1146, '1431-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98612, 1146, '1431-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98613, 1146, '1431-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98614, 1146, '1431-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98615, 1146, '1432-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98616, 1146, '1432-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98617, 1146, '1432-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98618, 1146, '1432-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98619, 1146, '1432-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98620, 1146, '1432-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98621, 1146, '1432-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98622, 1146, '1432-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98623, 1146, '1432-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98624, 1146, '1432-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98625, 1146, '1432-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98626, 1146, '1432-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98627, 1146, '1433-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98628, 1146, '1433-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98629, 1146, '1433-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98630, 1146, '1433-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98631, 1146, '1433-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:10', '2023-09-12 17:12:10'),
(98632, 1146, '1433-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98633, 1146, '1433-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98634, 1146, '1433-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98635, 1146, '1433-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98636, 1146, '1433-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98637, 1146, '1433-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98638, 1146, '1433-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98639, 1146, '1434-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98640, 1146, '1434-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98641, 1146, '1434-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98642, 1146, '1434-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98643, 1146, '1434-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98644, 1146, '1434-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98645, 1146, '1434-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98646, 1146, '1434-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98647, 1146, '1434-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98648, 1146, '1434-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98649, 1146, '1434-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98650, 1146, '1434-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98651, 1146, '1435-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98652, 1146, '1435-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98653, 1146, '1435-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98654, 1146, '1435-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98655, 1146, '1435-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98656, 1146, '1435-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98657, 1146, '1435-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98658, 1146, '1435-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98659, 1146, '1435-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98660, 1146, '1435-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98661, 1146, '1435-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98662, 1146, '1435-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98663, 1146, '1436-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98664, 1146, '1436-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98665, 1146, '1436-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98666, 1146, '1436-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98667, 1146, '1436-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98668, 1146, '1436-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98669, 1146, '1436-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98670, 1146, '1436-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98671, 1146, '1436-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98672, 1146, '1436-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98673, 1146, '1436-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98674, 1146, '1436-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98675, 1146, '1437-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98676, 1146, '1437-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98677, 1146, '1437-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98678, 1146, '1437-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98679, 1146, '1437-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98680, 1146, '1437-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98681, 1146, '1437-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98682, 1146, '1437-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98683, 1146, '1437-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98684, 1146, '1437-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98685, 1146, '1437-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98686, 1146, '1437-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98687, 1146, '1438-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98688, 1146, '1438-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98689, 1146, '1438-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98690, 1146, '1438-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98691, 1146, '1438-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98692, 1146, '1438-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98693, 1146, '1438-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98694, 1146, '1438-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98695, 1146, '1438-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98696, 1146, '1438-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98697, 1146, '1438-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98698, 1146, '1438-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98699, 1146, '1439-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98700, 1146, '1439-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98701, 1146, '1439-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98702, 1146, '1439-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98703, 1146, '1439-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98704, 1146, '1439-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98705, 1146, '1439-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98706, 1146, '1439-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98707, 1146, '1439-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98708, 1146, '1439-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98709, 1146, '1439-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98710, 1146, '1439-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98711, 1146, '1440-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98712, 1146, '1440-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98713, 1146, '1440-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98714, 1146, '1440-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98715, 1146, '1440-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98716, 1146, '1440-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98717, 1146, '1440-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98718, 1146, '1440-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98719, 1146, '1440-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(98720, 1146, '1440-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98721, 1146, '1440-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98722, 1146, '1440-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98723, 1146, '1441-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98724, 1146, '1441-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98725, 1146, '1441-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98726, 1146, '1441-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98727, 1146, '1441-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98728, 1146, '1441-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98729, 1146, '1441-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98730, 1146, '1441-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98731, 1146, '1441-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98732, 1146, '1441-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98733, 1146, '1441-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98734, 1146, '1441-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98735, 1146, '1442-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98736, 1146, '1442-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98737, 1146, '1442-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98738, 1146, '1442-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98739, 1146, '1442-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98740, 1146, '1442-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98741, 1146, '1442-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98742, 1146, '1442-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98743, 1146, '1442-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98744, 1146, '1442-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98745, 1146, '1442-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98746, 1146, '1442-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98747, 1146, '1443-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98748, 1146, '1443-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98749, 1146, '1443-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98750, 1146, '1443-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98751, 1146, '1443-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98752, 1146, '1443-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98753, 1146, '1443-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98754, 1146, '1443-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98755, 1146, '1443-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98756, 1146, '1443-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98757, 1146, '1443-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98758, 1146, '1443-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98759, 1146, '1444-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98760, 1146, '1444-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98761, 1146, '1444-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98762, 1146, '1444-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98763, 1146, '1444-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98764, 1146, '1444-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98765, 1146, '1444-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98766, 1146, '1444-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98767, 1146, '1444-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98768, 1146, '1444-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98769, 1146, '1444-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98770, 1146, '1444-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98771, 1146, '1445-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98772, 1146, '1445-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98773, 1146, '1445-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98774, 1146, '1445-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98775, 1146, '1445-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98776, 1146, '1445-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98777, 1146, '1445-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98778, 1146, '1445-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98779, 1146, '1445-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98780, 1146, '1445-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98781, 1146, '1445-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98782, 1146, '1445-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98783, 1146, '1446-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98784, 1146, '1446-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98785, 1146, '1446-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98786, 1146, '1446-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98787, 1146, '1446-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98788, 1146, '1446-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98789, 1146, '1446-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98790, 1146, '1446-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98791, 1146, '1446-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98792, 1146, '1446-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98793, 1146, '1446-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98794, 1146, '1446-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98795, 1146, '1447-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98796, 1146, '1447-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98797, 1146, '1447-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98798, 1146, '1447-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98799, 1146, '1447-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98800, 1146, '1447-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98801, 1146, '1447-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98802, 1146, '1447-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98803, 1146, '1447-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98804, 1146, '1447-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98805, 1146, '1447-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98806, 1146, '1447-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98807, 1146, '1448-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98808, 1146, '1448-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98809, 1146, '1448-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98810, 1146, '1448-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98811, 1146, '1448-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98812, 1146, '1448-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98813, 1146, '1448-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98814, 1146, '1448-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98815, 1146, '1448-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98816, 1146, '1448-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98817, 1146, '1448-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98818, 1146, '1448-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98819, 1146, '1449-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98820, 1146, '1449-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98821, 1146, '1449-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98822, 1146, '1449-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98823, 1146, '1449-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98824, 1146, '1449-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98825, 1146, '1449-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98826, 1146, '1449-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98827, 1146, '1449-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98828, 1146, '1449-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98829, 1146, '1449-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98830, 1146, '1449-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98831, 1146, '1450-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98832, 1146, '1450-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98833, 1146, '1450-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98834, 1146, '1450-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98835, 1146, '1450-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98836, 1146, '1450-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98837, 1146, '1450-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98838, 1146, '1450-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98839, 1146, '1450-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98840, 1146, '1450-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98841, 1146, '1450-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98842, 1146, '1450-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98843, 1146, '1451-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98844, 1146, '1451-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98845, 1146, '1451-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98846, 1146, '1451-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98847, 1146, '1451-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98848, 1146, '1451-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98849, 1146, '1451-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98850, 1146, '1451-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98851, 1146, '1451-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98852, 1146, '1451-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98853, 1146, '1451-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98854, 1146, '1451-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98855, 1146, '1452-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98856, 1146, '1452-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98857, 1146, '1452-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98858, 1146, '1452-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98859, 1146, '1452-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98860, 1146, '1452-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98861, 1146, '1452-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98862, 1146, '1452-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98863, 1146, '1452-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98864, 1146, '1452-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98865, 1146, '1452-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98866, 1146, '1452-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98867, 1146, '1453-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98868, 1146, '1453-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98869, 1146, '1453-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98870, 1146, '1453-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98871, 1146, '1453-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98872, 1146, '1453-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98873, 1146, '1453-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98874, 1146, '1453-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98875, 1146, '1453-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98876, 1146, '1453-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98877, 1146, '1453-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98878, 1146, '1453-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98879, 1146, '1454-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98880, 1146, '1454-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98881, 1146, '1454-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98882, 1146, '1454-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98883, 1146, '1454-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98884, 1146, '1454-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98885, 1146, '1454-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98886, 1146, '1454-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98887, 1146, '1454-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98888, 1146, '1454-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98889, 1146, '1454-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98890, 1146, '1454-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98891, 1146, '1455-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98892, 1146, '1455-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98893, 1146, '1455-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98894, 1146, '1455-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98895, 1146, '1455-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98896, 1146, '1455-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98897, 1146, '1455-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98898, 1146, '1455-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98899, 1146, '1455-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98900, 1146, '1455-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98901, 1146, '1455-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98902, 1146, '1455-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98903, 1146, '1456-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98904, 1146, '1456-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98905, 1146, '1456-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98906, 1146, '1456-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98907, 1146, '1456-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98908, 1146, '1456-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98909, 1146, '1456-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98910, 1146, '1456-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98911, 1146, '1456-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98912, 1146, '1456-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98913, 1146, '1456-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98914, 1146, '1456-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98915, 1146, '1457-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98916, 1146, '1457-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98917, 1146, '1457-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98918, 1146, '1457-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98919, 1146, '1457-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98920, 1146, '1457-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98921, 1146, '1457-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98922, 1146, '1457-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98923, 1146, '1457-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98924, 1146, '1457-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98925, 1146, '1457-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98926, 1146, '1457-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98927, 1146, '1458-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98928, 1146, '1458-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98929, 1146, '1458-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98930, 1146, '1458-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98931, 1146, '1458-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98932, 1146, '1458-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98933, 1146, '1458-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98934, 1146, '1458-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98935, 1146, '1458-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98936, 1146, '1458-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98937, 1146, '1458-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98938, 1146, '1458-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98939, 1146, '1459-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98940, 1146, '1459-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98941, 1146, '1459-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98942, 1146, '1459-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98943, 1146, '1459-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98944, 1146, '1459-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98945, 1146, '1459-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98946, 1146, '1459-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98947, 1146, '1459-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98948, 1146, '1459-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98949, 1146, '1459-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98950, 1146, '1459-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98951, 1146, '1460-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98952, 1146, '1460-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98953, 1146, '1460-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98954, 1146, '1460-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98955, 1146, '1460-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98956, 1146, '1460-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98957, 1146, '1460-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98958, 1146, '1460-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98959, 1146, '1460-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98960, 1146, '1460-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98961, 1146, '1460-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98962, 1146, '1460-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98963, 1146, '1461-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98964, 1146, '1461-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98965, 1146, '1461-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98966, 1146, '1461-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98967, 1146, '1461-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98968, 1146, '1461-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98969, 1146, '1461-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98970, 1146, '1461-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98971, 1146, '1461-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98972, 1146, '1461-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98973, 1146, '1461-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98974, 1146, '1461-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98975, 1146, '1462-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98976, 1146, '1462-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98977, 1146, '1462-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98978, 1146, '1462-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98979, 1146, '1462-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98980, 1146, '1462-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98981, 1146, '1462-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98982, 1146, '1462-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98983, 1146, '1462-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98984, 1146, '1462-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98985, 1146, '1462-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98986, 1146, '1462-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98987, 1146, '1463-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98988, 1146, '1463-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98989, 1146, '1463-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98990, 1146, '1463-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98991, 1146, '1463-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98992, 1146, '1463-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98993, 1146, '1463-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98994, 1146, '1463-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98995, 1146, '1463-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98996, 1146, '1463-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98997, 1146, '1463-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98998, 1146, '1463-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(98999, 1146, '1464-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(99000, 1146, '1464-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(99001, 1146, '1464-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(99002, 1146, '1464-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(99003, 1146, '1464-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(99004, 1146, '1464-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(99005, 1146, '1464-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(99006, 1146, '1464-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(99007, 1146, '1464-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(99008, 1146, '1464-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(99009, 1146, '1464-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(99010, 1146, '1464-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(99011, 1146, '1465-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(99012, 1146, '1465-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(99013, 1146, '1465-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(99014, 1146, '1465-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(99015, 1146, '1465-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(99016, 1146, '1465-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(99017, 1146, '1465-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(99018, 1146, '1465-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(99019, 1146, '1465-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(99020, 1146, '1465-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(99021, 1146, '1465-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(99022, 1146, '1465-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(99023, 1146, '1466-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(99024, 1146, '1466-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(99025, 1146, '1466-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(99026, 1146, '1466-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(99027, 1146, '1466-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(99028, 1146, '1466-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(99029, 1146, '1466-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(99030, 1146, '1466-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(99031, 1146, '1466-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(99032, 1146, '1466-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(99033, 1146, '1466-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(99034, 1146, '1466-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(99035, 1146, '1467-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(99036, 1146, '1467-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(99037, 1146, '1467-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(99038, 1146, '1467-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(99039, 1146, '1467-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(99040, 1146, '1467-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(99041, 1146, '1467-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(99042, 1146, '1467-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(99043, 1146, '1467-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(99044, 1146, '1467-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(99045, 1146, '1467-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:11', '2023-09-12 17:12:11'),
(99046, 1146, '1467-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99047, 1146, '1468-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99048, 1146, '1468-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99049, 1146, '1468-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99050, 1146, '1468-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99051, 1146, '1468-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99052, 1146, '1468-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99053, 1146, '1468-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99054, 1146, '1468-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99055, 1146, '1468-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99056, 1146, '1468-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99057, 1146, '1468-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99058, 1146, '1468-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99059, 1146, '1469-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99060, 1146, '1469-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99061, 1146, '1469-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99062, 1146, '1469-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99063, 1146, '1469-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99064, 1146, '1469-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99065, 1146, '1469-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99066, 1146, '1469-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99067, 1146, '1469-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99068, 1146, '1469-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99069, 1146, '1469-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99070, 1146, '1469-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99071, 1146, '1470-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99072, 1146, '1470-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99073, 1146, '1470-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99074, 1146, '1470-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99075, 1146, '1470-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99076, 1146, '1470-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99077, 1146, '1470-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99078, 1146, '1470-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99079, 1146, '1470-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99080, 1146, '1470-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99081, 1146, '1470-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99082, 1146, '1470-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99083, 1146, '1471-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99084, 1146, '1471-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99085, 1146, '1471-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99086, 1146, '1471-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99087, 1146, '1471-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99088, 1146, '1471-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99089, 1146, '1471-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99090, 1146, '1471-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99091, 1146, '1471-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99092, 1146, '1471-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99093, 1146, '1471-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99094, 1146, '1471-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99095, 1146, '1472-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99096, 1146, '1472-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99097, 1146, '1472-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99098, 1146, '1472-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99099, 1146, '1472-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99100, 1146, '1472-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99101, 1146, '1472-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99102, 1146, '1472-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99103, 1146, '1472-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99104, 1146, '1472-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99105, 1146, '1472-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99106, 1146, '1472-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99107, 1146, '1473-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99108, 1146, '1473-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99109, 1146, '1473-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99110, 1146, '1473-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99111, 1146, '1473-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99112, 1146, '1473-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99113, 1146, '1473-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99114, 1146, '1473-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99115, 1146, '1473-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99116, 1146, '1473-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99117, 1146, '1473-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99118, 1146, '1473-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99119, 1146, '1474-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99120, 1146, '1474-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99121, 1146, '1474-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99122, 1146, '1474-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99123, 1146, '1474-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99124, 1146, '1474-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99125, 1146, '1474-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99126, 1146, '1474-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99127, 1146, '1474-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99128, 1146, '1474-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99129, 1146, '1474-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99130, 1146, '1474-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99131, 1146, '1475-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99132, 1146, '1475-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99133, 1146, '1475-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99134, 1146, '1475-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99135, 1146, '1475-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99136, 1146, '1475-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99137, 1146, '1475-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99138, 1146, '1475-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99139, 1146, '1475-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99140, 1146, '1475-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99141, 1146, '1475-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99142, 1146, '1475-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99143, 1146, '1476-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99144, 1146, '1476-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99145, 1146, '1476-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99146, 1146, '1476-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99147, 1146, '1476-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99148, 1146, '1476-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99149, 1146, '1476-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99150, 1146, '1476-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99151, 1146, '1476-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99152, 1146, '1476-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99153, 1146, '1476-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99154, 1146, '1476-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99155, 1146, '1477-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99156, 1146, '1477-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99157, 1146, '1477-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99158, 1146, '1477-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99159, 1146, '1477-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99160, 1146, '1477-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99161, 1146, '1477-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99162, 1146, '1477-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99163, 1146, '1477-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99164, 1146, '1477-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99165, 1146, '1477-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99166, 1146, '1477-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99167, 1146, '1478-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99168, 1146, '1478-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99169, 1146, '1478-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99170, 1146, '1478-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99171, 1146, '1478-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99172, 1146, '1478-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99173, 1146, '1478-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99174, 1146, '1478-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99175, 1146, '1478-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99176, 1146, '1478-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99177, 1146, '1478-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99178, 1146, '1478-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99179, 1146, '1479-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99180, 1146, '1479-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(99181, 1146, '1479-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99182, 1146, '1479-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99183, 1146, '1479-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99184, 1146, '1479-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99185, 1146, '1479-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99186, 1146, '1479-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99187, 1146, '1479-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99188, 1146, '1479-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99189, 1146, '1479-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99190, 1146, '1479-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99191, 1146, '1480-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99192, 1146, '1480-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99193, 1146, '1480-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99194, 1146, '1480-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99195, 1146, '1480-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99196, 1146, '1480-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99197, 1146, '1480-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99198, 1146, '1480-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99199, 1146, '1480-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99200, 1146, '1480-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99201, 1146, '1480-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99202, 1146, '1480-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99203, 1146, '1481-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99204, 1146, '1481-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99205, 1146, '1481-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99206, 1146, '1481-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99207, 1146, '1481-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99208, 1146, '1481-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99209, 1146, '1481-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99210, 1146, '1481-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99211, 1146, '1481-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99212, 1146, '1481-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99213, 1146, '1481-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99214, 1146, '1481-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99215, 1146, '1482-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99216, 1146, '1482-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99217, 1146, '1482-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99218, 1146, '1482-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99219, 1146, '1482-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99220, 1146, '1482-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99221, 1146, '1482-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99222, 1146, '1482-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99223, 1146, '1482-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99224, 1146, '1482-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99225, 1146, '1482-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99226, 1146, '1482-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99227, 1146, '1483-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99228, 1146, '1483-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99229, 1146, '1483-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99230, 1146, '1483-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99231, 1146, '1483-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99232, 1146, '1483-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99233, 1146, '1483-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99234, 1146, '1483-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99235, 1146, '1483-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99236, 1146, '1483-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99237, 1146, '1483-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99238, 1146, '1483-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99239, 1146, '1484-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99240, 1146, '1484-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99241, 1146, '1484-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99242, 1146, '1484-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99243, 1146, '1484-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99244, 1146, '1484-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99245, 1146, '1484-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99246, 1146, '1484-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99247, 1146, '1484-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99248, 1146, '1484-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99249, 1146, '1484-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99250, 1146, '1484-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99251, 1146, '1485-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99252, 1146, '1485-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99253, 1146, '1485-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99254, 1146, '1485-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99255, 1146, '1485-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99256, 1146, '1485-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99257, 1146, '1485-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99258, 1146, '1485-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99259, 1146, '1485-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99260, 1146, '1485-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99261, 1146, '1485-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99262, 1146, '1485-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99263, 1146, '1486-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99264, 1146, '1486-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99265, 1146, '1486-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99266, 1146, '1486-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99267, 1146, '1486-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99268, 1146, '1486-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99269, 1146, '1486-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99270, 1146, '1486-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99271, 1146, '1486-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99272, 1146, '1486-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99273, 1146, '1486-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99274, 1146, '1486-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99275, 1146, '1487-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99276, 1146, '1487-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99277, 1146, '1487-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99278, 1146, '1487-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99279, 1146, '1487-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99280, 1146, '1487-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99281, 1146, '1487-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99282, 1146, '1487-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99283, 1146, '1487-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99284, 1146, '1487-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99285, 1146, '1487-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99286, 1146, '1487-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99287, 1146, '1488-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99288, 1146, '1488-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99289, 1146, '1488-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99290, 1146, '1488-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99291, 1146, '1488-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99292, 1146, '1488-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99293, 1146, '1488-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99294, 1146, '1488-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99295, 1146, '1488-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99296, 1146, '1488-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99297, 1146, '1488-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99298, 1146, '1488-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99299, 1146, '1489-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99300, 1146, '1489-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99301, 1146, '1489-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99302, 1146, '1489-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99303, 1146, '1489-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99304, 1146, '1489-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99305, 1146, '1489-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99306, 1146, '1489-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99307, 1146, '1489-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99308, 1146, '1489-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99309, 1146, '1489-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99310, 1146, '1489-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99311, 1146, '1490-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99312, 1146, '1490-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99313, 1146, '1490-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99314, 1146, '1490-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99315, 1146, '1490-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99316, 1146, '1490-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99317, 1146, '1490-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99318, 1146, '1490-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99319, 1146, '1490-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99320, 1146, '1490-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99321, 1146, '1490-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99322, 1146, '1490-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99323, 1146, '1491-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99324, 1146, '1491-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99325, 1146, '1491-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99326, 1146, '1491-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99327, 1146, '1491-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99328, 1146, '1491-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99329, 1146, '1491-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99330, 1146, '1491-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99331, 1146, '1491-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99332, 1146, '1491-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99333, 1146, '1491-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99334, 1146, '1491-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99335, 1146, '1492-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99336, 1146, '1492-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99337, 1146, '1492-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99338, 1146, '1492-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99339, 1146, '1492-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99340, 1146, '1492-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99341, 1146, '1492-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99342, 1146, '1492-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99343, 1146, '1492-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99344, 1146, '1492-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99345, 1146, '1492-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99346, 1146, '1492-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99347, 1146, '1493-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99348, 1146, '1493-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99349, 1146, '1493-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99350, 1146, '1493-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99351, 1146, '1493-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99352, 1146, '1493-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99353, 1146, '1493-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99354, 1146, '1493-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99355, 1146, '1493-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99356, 1146, '1493-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99357, 1146, '1493-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99358, 1146, '1493-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99359, 1146, '1494-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99360, 1146, '1494-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99361, 1146, '1494-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99362, 1146, '1494-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99363, 1146, '1494-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99364, 1146, '1494-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99365, 1146, '1494-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99366, 1146, '1494-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99367, 1146, '1494-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99368, 1146, '1494-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99369, 1146, '1494-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99370, 1146, '1494-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99371, 1146, '1495-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99372, 1146, '1495-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99373, 1146, '1495-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99374, 1146, '1495-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99375, 1146, '1495-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99376, 1146, '1495-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99377, 1146, '1495-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99378, 1146, '1495-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99379, 1146, '1495-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99380, 1146, '1495-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99381, 1146, '1495-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99382, 1146, '1495-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99383, 1146, '1496-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99384, 1146, '1496-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99385, 1146, '1496-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99386, 1146, '1496-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99387, 1146, '1496-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99388, 1146, '1496-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99389, 1146, '1496-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99390, 1146, '1496-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99391, 1146, '1496-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99392, 1146, '1496-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99393, 1146, '1496-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99394, 1146, '1496-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99395, 1146, '1497-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99396, 1146, '1497-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99397, 1146, '1497-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99398, 1146, '1497-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99399, 1146, '1497-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99400, 1146, '1497-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99401, 1146, '1497-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99402, 1146, '1497-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99403, 1146, '1497-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99404, 1146, '1497-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99405, 1146, '1497-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99406, 1146, '1497-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99407, 1146, '1498-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99408, 1146, '1498-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99409, 1146, '1498-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99410, 1146, '1498-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99411, 1146, '1498-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99412, 1146, '1498-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99413, 1146, '1498-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99414, 1146, '1498-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99415, 1146, '1498-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99416, 1146, '1498-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99417, 1146, '1498-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99418, 1146, '1498-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99419, 1146, '1499-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99420, 1146, '1499-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99421, 1146, '1499-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:12', '2023-09-12 17:12:12'),
(99422, 1146, '1499-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99423, 1146, '1499-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99424, 1146, '1499-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99425, 1146, '1499-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99426, 1146, '1499-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99427, 1146, '1499-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99428, 1146, '1499-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99429, 1146, '1499-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99430, 1146, '1499-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99431, 1146, '1500-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99432, 1146, '1500-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99433, 1146, '1500-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99434, 1146, '1500-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99435, 1146, '1500-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99436, 1146, '1500-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99437, 1146, '1500-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99438, 1146, '1500-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99439, 1146, '1500-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99440, 1146, '1500-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99441, 1146, '1500-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99442, 1146, '1500-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99443, 1146, '1501-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99444, 1146, '1501-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99445, 1146, '1501-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99446, 1146, '1501-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99447, 1146, '1501-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99448, 1146, '1501-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99449, 1146, '1501-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99450, 1146, '1501-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99451, 1146, '1501-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99452, 1146, '1501-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99453, 1146, '1501-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99454, 1146, '1501-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99455, 1146, '1502-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99456, 1146, '1502-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99457, 1146, '1502-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99458, 1146, '1502-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99459, 1146, '1502-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99460, 1146, '1502-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99461, 1146, '1502-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99462, 1146, '1502-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99463, 1146, '1502-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99464, 1146, '1502-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99465, 1146, '1502-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99466, 1146, '1502-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99467, 1146, '1503-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99468, 1146, '1503-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99469, 1146, '1503-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99470, 1146, '1503-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99471, 1146, '1503-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99472, 1146, '1503-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99473, 1146, '1503-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99474, 1146, '1503-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99475, 1146, '1503-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99476, 1146, '1503-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99477, 1146, '1503-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99478, 1146, '1503-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99479, 1146, '1504-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99480, 1146, '1504-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99481, 1146, '1504-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99482, 1146, '1504-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99483, 1146, '1504-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99484, 1146, '1504-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99485, 1146, '1504-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99486, 1146, '1504-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99487, 1146, '1504-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99488, 1146, '1504-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99489, 1146, '1504-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99490, 1146, '1504-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99491, 1146, '1505-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99492, 1146, '1505-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99493, 1146, '1505-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99494, 1146, '1505-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99495, 1146, '1505-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99496, 1146, '1505-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99497, 1146, '1505-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99498, 1146, '1505-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99499, 1146, '1505-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99500, 1146, '1505-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99501, 1146, '1505-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99502, 1146, '1505-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99503, 1146, '1506-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99504, 1146, '1506-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99505, 1146, '1506-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99506, 1146, '1506-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99507, 1146, '1506-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99508, 1146, '1506-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99509, 1146, '1506-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99510, 1146, '1506-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99511, 1146, '1506-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99512, 1146, '1506-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99513, 1146, '1506-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99514, 1146, '1506-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99515, 1146, '1507-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99516, 1146, '1507-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99517, 1146, '1507-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99518, 1146, '1507-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99519, 1146, '1507-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99520, 1146, '1507-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99521, 1146, '1507-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99522, 1146, '1507-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99523, 1146, '1507-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99524, 1146, '1507-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99525, 1146, '1507-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99526, 1146, '1507-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99527, 1146, '1508-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99528, 1146, '1508-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99529, 1146, '1508-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99530, 1146, '1508-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99531, 1146, '1508-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99532, 1146, '1508-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99533, 1146, '1508-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99534, 1146, '1508-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99535, 1146, '1508-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99536, 1146, '1508-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99537, 1146, '1508-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99538, 1146, '1508-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99539, 1146, '1509-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99540, 1146, '1509-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99541, 1146, '1509-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99542, 1146, '1509-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99543, 1146, '1509-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99544, 1146, '1509-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99545, 1146, '1509-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99546, 1146, '1509-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99547, 1146, '1509-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99548, 1146, '1509-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99549, 1146, '1509-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99550, 1146, '1509-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99551, 1146, '1510-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99552, 1146, '1510-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99553, 1146, '1510-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99554, 1146, '1510-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99555, 1146, '1510-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99556, 1146, '1510-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99557, 1146, '1510-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99558, 1146, '1510-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99559, 1146, '1510-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99560, 1146, '1510-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99561, 1146, '1510-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99562, 1146, '1510-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99563, 1146, '1511-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99564, 1146, '1511-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99565, 1146, '1511-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99566, 1146, '1511-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99567, 1146, '1511-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99568, 1146, '1511-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99569, 1146, '1511-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99570, 1146, '1511-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99571, 1146, '1511-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99572, 1146, '1511-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99573, 1146, '1511-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99574, 1146, '1511-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99575, 1146, '1512-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99576, 1146, '1512-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99577, 1146, '1512-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99578, 1146, '1512-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99579, 1146, '1512-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99580, 1146, '1512-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99581, 1146, '1512-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99582, 1146, '1512-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99583, 1146, '1512-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99584, 1146, '1512-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99585, 1146, '1512-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99586, 1146, '1512-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99587, 1146, '1513-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99588, 1146, '1513-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99589, 1146, '1513-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99590, 1146, '1513-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99591, 1146, '1513-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99592, 1146, '1513-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99593, 1146, '1513-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99594, 1146, '1513-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99595, 1146, '1513-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99596, 1146, '1513-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99597, 1146, '1513-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99598, 1146, '1513-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99599, 1146, '1514-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99600, 1146, '1514-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99601, 1146, '1514-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99602, 1146, '1514-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99603, 1146, '1514-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99604, 1146, '1514-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99605, 1146, '1514-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99606, 1146, '1514-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99607, 1146, '1514-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99608, 1146, '1514-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99609, 1146, '1514-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99610, 1146, '1514-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99611, 1146, '1515-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99612, 1146, '1515-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99613, 1146, '1515-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99614, 1146, '1515-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99615, 1146, '1515-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99616, 1146, '1515-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99617, 1146, '1515-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99618, 1146, '1515-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99619, 1146, '1515-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99620, 1146, '1515-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99621, 1146, '1515-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99622, 1146, '1515-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99623, 1146, '1516-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99624, 1146, '1516-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99625, 1146, '1516-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99626, 1146, '1516-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99627, 1146, '1516-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99628, 1146, '1516-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99629, 1146, '1516-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99630, 1146, '1516-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99631, 1146, '1516-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99632, 1146, '1516-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99633, 1146, '1516-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99634, 1146, '1516-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99635, 1146, '1517-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99636, 1146, '1517-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99637, 1146, '1517-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99638, 1146, '1517-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99639, 1146, '1517-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99640, 1146, '1517-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99641, 1146, '1517-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(99642, 1146, '1517-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99643, 1146, '1517-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99644, 1146, '1517-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99645, 1146, '1517-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99646, 1146, '1517-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99647, 1146, '1518-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99648, 1146, '1518-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99649, 1146, '1518-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99650, 1146, '1518-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99651, 1146, '1518-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99652, 1146, '1518-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99653, 1146, '1518-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99654, 1146, '1518-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99655, 1146, '1518-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99656, 1146, '1518-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99657, 1146, '1518-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99658, 1146, '1518-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99659, 1146, '1519-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99660, 1146, '1519-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99661, 1146, '1519-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99662, 1146, '1519-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99663, 1146, '1519-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99664, 1146, '1519-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99665, 1146, '1519-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99666, 1146, '1519-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99667, 1146, '1519-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99668, 1146, '1519-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99669, 1146, '1519-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99670, 1146, '1519-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99671, 1146, '1520-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99672, 1146, '1520-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99673, 1146, '1520-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99674, 1146, '1520-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99675, 1146, '1520-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99676, 1146, '1520-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99677, 1146, '1520-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99678, 1146, '1520-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99679, 1146, '1520-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99680, 1146, '1520-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99681, 1146, '1520-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99682, 1146, '1520-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99683, 1146, '1521-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99684, 1146, '1521-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99685, 1146, '1521-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99686, 1146, '1521-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99687, 1146, '1521-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99688, 1146, '1521-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99689, 1146, '1521-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99690, 1146, '1521-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99691, 1146, '1521-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99692, 1146, '1521-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99693, 1146, '1521-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99694, 1146, '1521-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99695, 1146, '1522-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99696, 1146, '1522-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99697, 1146, '1522-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99698, 1146, '1522-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99699, 1146, '1522-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99700, 1146, '1522-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99701, 1146, '1522-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99702, 1146, '1522-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99703, 1146, '1522-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99704, 1146, '1522-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99705, 1146, '1522-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99706, 1146, '1522-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99707, 1146, '1523-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99708, 1146, '1523-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99709, 1146, '1523-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99710, 1146, '1523-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99711, 1146, '1523-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99712, 1146, '1523-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99713, 1146, '1523-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99714, 1146, '1523-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99715, 1146, '1523-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99716, 1146, '1523-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99717, 1146, '1523-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99718, 1146, '1523-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99719, 1146, '1524-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99720, 1146, '1524-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99721, 1146, '1524-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99722, 1146, '1524-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99723, 1146, '1524-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99724, 1146, '1524-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99725, 1146, '1524-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99726, 1146, '1524-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99727, 1146, '1524-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99728, 1146, '1524-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99729, 1146, '1524-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99730, 1146, '1524-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99731, 1146, '1525-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99732, 1146, '1525-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99733, 1146, '1525-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99734, 1146, '1525-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99735, 1146, '1525-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99736, 1146, '1525-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99737, 1146, '1525-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99738, 1146, '1525-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99739, 1146, '1525-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99740, 1146, '1525-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99741, 1146, '1525-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99742, 1146, '1525-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99743, 1146, '1526-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99744, 1146, '1526-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99745, 1146, '1526-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99746, 1146, '1526-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99747, 1146, '1526-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99748, 1146, '1526-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99749, 1146, '1526-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99750, 1146, '1526-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99751, 1146, '1526-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99752, 1146, '1526-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99753, 1146, '1526-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99754, 1146, '1526-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99755, 1146, '1527-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99756, 1146, '1527-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99757, 1146, '1527-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99758, 1146, '1527-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99759, 1146, '1527-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99760, 1146, '1527-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99761, 1146, '1527-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99762, 1146, '1527-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99763, 1146, '1527-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99764, 1146, '1527-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99765, 1146, '1527-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99766, 1146, '1527-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99767, 1146, '1528-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99768, 1146, '1528-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99769, 1146, '1528-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99770, 1146, '1528-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99771, 1146, '1528-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99772, 1146, '1528-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99773, 1146, '1528-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99774, 1146, '1528-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99775, 1146, '1528-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99776, 1146, '1528-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99777, 1146, '1528-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99778, 1146, '1528-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99779, 1146, '1529-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99780, 1146, '1529-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99781, 1146, '1529-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99782, 1146, '1529-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99783, 1146, '1529-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99784, 1146, '1529-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99785, 1146, '1529-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99786, 1146, '1529-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99787, 1146, '1529-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99788, 1146, '1529-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99789, 1146, '1529-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99790, 1146, '1529-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99791, 1146, '1530-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99792, 1146, '1530-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99793, 1146, '1530-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99794, 1146, '1530-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99795, 1146, '1530-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99796, 1146, '1530-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99797, 1146, '1530-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99798, 1146, '1530-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99799, 1146, '1530-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99800, 1146, '1530-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99801, 1146, '1530-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99802, 1146, '1530-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99803, 1146, '1531-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99804, 1146, '1531-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99805, 1146, '1531-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99806, 1146, '1531-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99807, 1146, '1531-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99808, 1146, '1531-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99809, 1146, '1531-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99810, 1146, '1531-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99811, 1146, '1531-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99812, 1146, '1531-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99813, 1146, '1531-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99814, 1146, '1531-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99815, 1146, '1532-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99816, 1146, '1532-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99817, 1146, '1532-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99818, 1146, '1532-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99819, 1146, '1532-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99820, 1146, '1532-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99821, 1146, '1532-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99822, 1146, '1532-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99823, 1146, '1532-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99824, 1146, '1532-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99825, 1146, '1532-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99826, 1146, '1532-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99827, 1146, '1533-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99828, 1146, '1533-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99829, 1146, '1533-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99830, 1146, '1533-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99831, 1146, '1533-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99832, 1146, '1533-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99833, 1146, '1533-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99834, 1146, '1533-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99835, 1146, '1533-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99836, 1146, '1533-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99837, 1146, '1533-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99838, 1146, '1533-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99839, 1146, '1534-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99840, 1146, '1534-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99841, 1146, '1534-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99842, 1146, '1534-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99843, 1146, '1534-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99844, 1146, '1534-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99845, 1146, '1534-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:13', '2023-09-12 17:12:13'),
(99846, 1146, '1534-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(99847, 1146, '1534-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(99848, 1146, '1534-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(99849, 1146, '1534-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(99850, 1146, '1534-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(99851, 1146, '1535-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(99852, 1146, '1535-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(99853, 1146, '1535-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(99854, 1146, '1535-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(99855, 1146, '1535-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(99856, 1146, '1535-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(99857, 1146, '1535-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(99858, 1146, '1535-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(99859, 1146, '1535-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(99860, 1146, '1535-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(99861, 1146, '1535-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(99862, 1146, '1535-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(99863, 1146, '1536-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(99864, 1146, '1536-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(99865, 1146, '1536-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(99866, 1146, '1536-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(99867, 1146, '1536-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(99868, 1146, '1536-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(99869, 1146, '1536-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(99870, 1146, '1536-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(99871, 1146, '1536-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(99872, 1146, '1536-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(99873, 1146, '1536-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(99874, 1146, '1536-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(99875, 1146, '1537-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(99876, 1146, '1537-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(99877, 1146, '1537-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(99878, 1146, '1537-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(99879, 1146, '1537-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(99880, 1146, '1537-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(99881, 1146, '1537-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(99882, 1146, '1537-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(99883, 1146, '1537-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(99884, 1146, '1537-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(99885, 1146, '1537-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(99886, 1146, '1537-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(99887, 1146, '1538-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(99888, 1146, '1538-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(99889, 1146, '1538-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(99890, 1146, '1538-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(99891, 1146, '1538-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(99892, 1146, '1538-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(99893, 1146, '1538-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(99894, 1146, '1538-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(99895, 1146, '1538-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(99896, 1146, '1538-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(99897, 1146, '1538-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(99898, 1146, '1538-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(99899, 1146, '1539-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(99900, 1146, '1539-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(99901, 1146, '1539-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(99902, 1146, '1539-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(99903, 1146, '1539-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(99904, 1146, '1539-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(99905, 1146, '1539-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(99906, 1146, '1539-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(99907, 1146, '1539-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(99908, 1146, '1539-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(99909, 1146, '1539-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(99910, 1146, '1539-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(99911, 1146, '1540-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(99912, 1146, '1540-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(99913, 1146, '1540-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(99914, 1146, '1540-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(99915, 1146, '1540-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(99916, 1146, '1540-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(99917, 1146, '1540-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(99918, 1146, '1540-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(99919, 1146, '1540-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(99920, 1146, '1540-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(99921, 1146, '1540-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(99922, 1146, '1540-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(99923, 1146, '1541-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(99924, 1146, '1541-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(99925, 1146, '1541-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(99926, 1146, '1541-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(99927, 1146, '1541-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(99928, 1146, '1541-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(99929, 1146, '1541-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(99930, 1146, '1541-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(99931, 1146, '1541-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(99932, 1146, '1541-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(99933, 1146, '1541-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(99934, 1146, '1541-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(99935, 1146, '1542-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(99936, 1146, '1542-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(99937, 1146, '1542-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(99938, 1146, '1542-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(99939, 1146, '1542-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(99940, 1146, '1542-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(99941, 1146, '1542-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(99942, 1146, '1542-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(99943, 1146, '1542-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(99944, 1146, '1542-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(99945, 1146, '1542-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(99946, 1146, '1542-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(99947, 1146, '1543-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(99948, 1146, '1543-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(99949, 1146, '1543-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(99950, 1146, '1543-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(99951, 1146, '1543-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(99952, 1146, '1543-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(99953, 1146, '1543-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(99954, 1146, '1543-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(99955, 1146, '1543-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(99956, 1146, '1543-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(99957, 1146, '1543-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(99958, 1146, '1543-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(99959, 1146, '1544-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(99960, 1146, '1544-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(99961, 1146, '1544-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(99962, 1146, '1544-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(99963, 1146, '1544-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(99964, 1146, '1544-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(99965, 1146, '1544-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(99966, 1146, '1544-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(99967, 1146, '1544-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(99968, 1146, '1544-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(99969, 1146, '1544-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(99970, 1146, '1544-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(99971, 1146, '1545-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(99972, 1146, '1545-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(99973, 1146, '1545-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(99974, 1146, '1545-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(99975, 1146, '1545-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(99976, 1146, '1545-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(99977, 1146, '1545-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(99978, 1146, '1545-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(99979, 1146, '1545-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(99980, 1146, '1545-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(99981, 1146, '1545-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(99982, 1146, '1545-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(99983, 1146, '1546-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(99984, 1146, '1546-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(99985, 1146, '1546-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(99986, 1146, '1546-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(99987, 1146, '1546-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(99988, 1146, '1546-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(99989, 1146, '1546-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(99990, 1146, '1546-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(99991, 1146, '1546-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(99992, 1146, '1546-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(99993, 1146, '1546-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(99994, 1146, '1546-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(99995, 1146, '1547-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(99996, 1146, '1547-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(99997, 1146, '1547-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(99998, 1146, '1547-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(99999, 1146, '1547-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100000, 1146, '1547-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100001, 1146, '1547-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100002, 1146, '1547-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100003, 1146, '1547-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100004, 1146, '1547-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100005, 1146, '1547-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100006, 1146, '1547-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100007, 1146, '1548-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100008, 1146, '1548-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100009, 1146, '1548-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100010, 1146, '1548-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100011, 1146, '1548-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100012, 1146, '1548-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100013, 1146, '1548-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100014, 1146, '1548-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100015, 1146, '1548-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100016, 1146, '1548-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100017, 1146, '1548-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100018, 1146, '1548-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100019, 1146, '1549-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100020, 1146, '1549-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100021, 1146, '1549-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100022, 1146, '1549-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100023, 1146, '1549-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100024, 1146, '1549-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100025, 1146, '1549-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100026, 1146, '1549-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100027, 1146, '1549-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100028, 1146, '1549-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100029, 1146, '1549-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100030, 1146, '1549-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100031, 1146, '1550-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100032, 1146, '1550-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100033, 1146, '1550-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100034, 1146, '1550-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100035, 1146, '1550-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100036, 1146, '1550-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100037, 1146, '1550-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100038, 1146, '1550-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100039, 1146, '1550-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100040, 1146, '1550-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100041, 1146, '1550-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100042, 1146, '1550-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100043, 1146, '1551-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100044, 1146, '1551-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100045, 1146, '1551-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100046, 1146, '1551-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100047, 1146, '1551-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100048, 1146, '1551-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100049, 1146, '1551-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100050, 1146, '1551-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100051, 1146, '1551-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100052, 1146, '1551-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100053, 1146, '1551-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100054, 1146, '1551-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100055, 1146, '1552-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100056, 1146, '1552-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100057, 1146, '1552-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100058, 1146, '1552-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100059, 1146, '1552-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100060, 1146, '1552-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100061, 1146, '1552-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100062, 1146, '1552-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100063, 1146, '1552-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100064, 1146, '1552-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100065, 1146, '1552-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100066, 1146, '1552-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100067, 1146, '1553-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100068, 1146, '1553-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100069, 1146, '1553-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100070, 1146, '1553-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100071, 1146, '1553-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100072, 1146, '1553-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100073, 1146, '1553-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100074, 1146, '1553-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100075, 1146, '1553-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100076, 1146, '1553-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100077, 1146, '1553-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100078, 1146, '1553-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100079, 1146, '1554-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100080, 1146, '1554-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100081, 1146, '1554-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100082, 1146, '1554-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100083, 1146, '1554-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100084, 1146, '1554-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100085, 1146, '1554-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100086, 1146, '1554-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100087, 1146, '1554-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100088, 1146, '1554-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100089, 1146, '1554-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100090, 1146, '1554-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100091, 1146, '1555-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100092, 1146, '1555-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100093, 1146, '1555-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100094, 1146, '1555-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100095, 1146, '1555-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100096, 1146, '1555-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100097, 1146, '1555-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100098, 1146, '1555-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100099, 1146, '1555-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100100, 1146, '1555-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100101, 1146, '1555-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(100102, 1146, '1555-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100103, 1146, '1556-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100104, 1146, '1556-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100105, 1146, '1556-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100106, 1146, '1556-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100107, 1146, '1556-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100108, 1146, '1556-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100109, 1146, '1556-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100110, 1146, '1556-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100111, 1146, '1556-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100112, 1146, '1556-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100113, 1146, '1556-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100114, 1146, '1556-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100115, 1146, '1557-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100116, 1146, '1557-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100117, 1146, '1557-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100118, 1146, '1557-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100119, 1146, '1557-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100120, 1146, '1557-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100121, 1146, '1557-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100122, 1146, '1557-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100123, 1146, '1557-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100124, 1146, '1557-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100125, 1146, '1557-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100126, 1146, '1557-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100127, 1146, '1558-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100128, 1146, '1558-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100129, 1146, '1558-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100130, 1146, '1558-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100131, 1146, '1558-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100132, 1146, '1558-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100133, 1146, '1558-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100134, 1146, '1558-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100135, 1146, '1558-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100136, 1146, '1558-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100137, 1146, '1558-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100138, 1146, '1558-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100139, 1146, '1559-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100140, 1146, '1559-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100141, 1146, '1559-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100142, 1146, '1559-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100143, 1146, '1559-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100144, 1146, '1559-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100145, 1146, '1559-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100146, 1146, '1559-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100147, 1146, '1559-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100148, 1146, '1559-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100149, 1146, '1559-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100150, 1146, '1559-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100151, 1146, '1560-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100152, 1146, '1560-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100153, 1146, '1560-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100154, 1146, '1560-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100155, 1146, '1560-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100156, 1146, '1560-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100157, 1146, '1560-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100158, 1146, '1560-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100159, 1146, '1560-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100160, 1146, '1560-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100161, 1146, '1560-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100162, 1146, '1560-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100163, 1146, '1561-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100164, 1146, '1561-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100165, 1146, '1561-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100166, 1146, '1561-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100167, 1146, '1561-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100168, 1146, '1561-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100169, 1146, '1561-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100170, 1146, '1561-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100171, 1146, '1561-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100172, 1146, '1561-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100173, 1146, '1561-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100174, 1146, '1561-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100175, 1146, '1562-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100176, 1146, '1562-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100177, 1146, '1562-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100178, 1146, '1562-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100179, 1146, '1562-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100180, 1146, '1562-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100181, 1146, '1562-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100182, 1146, '1562-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100183, 1146, '1562-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100184, 1146, '1562-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100185, 1146, '1562-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100186, 1146, '1562-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100187, 1146, '1563-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100188, 1146, '1563-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100189, 1146, '1563-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100190, 1146, '1563-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100191, 1146, '1563-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100192, 1146, '1563-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100193, 1146, '1563-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100194, 1146, '1563-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100195, 1146, '1563-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100196, 1146, '1563-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100197, 1146, '1563-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100198, 1146, '1563-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100199, 1146, '1564-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100200, 1146, '1564-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100201, 1146, '1564-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100202, 1146, '1564-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100203, 1146, '1564-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100204, 1146, '1564-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100205, 1146, '1564-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100206, 1146, '1564-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100207, 1146, '1564-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100208, 1146, '1564-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100209, 1146, '1564-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100210, 1146, '1564-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100211, 1146, '1565-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100212, 1146, '1565-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100213, 1146, '1565-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100214, 1146, '1565-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100215, 1146, '1565-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100216, 1146, '1565-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100217, 1146, '1565-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100218, 1146, '1565-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100219, 1146, '1565-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100220, 1146, '1565-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100221, 1146, '1565-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100222, 1146, '1565-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100223, 1146, '1566-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100224, 1146, '1566-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100225, 1146, '1566-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100226, 1146, '1566-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100227, 1146, '1566-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100228, 1146, '1566-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100229, 1146, '1566-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100230, 1146, '1566-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100231, 1146, '1566-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100232, 1146, '1566-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100233, 1146, '1566-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100234, 1146, '1566-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100235, 1146, '1567-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100236, 1146, '1567-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100237, 1146, '1567-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100238, 1146, '1567-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100239, 1146, '1567-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100240, 1146, '1567-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100241, 1146, '1567-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100242, 1146, '1567-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100243, 1146, '1567-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100244, 1146, '1567-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100245, 1146, '1567-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:14', '2023-09-12 17:12:14'),
(100246, 1146, '1567-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100247, 1146, '1568-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100248, 1146, '1568-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100249, 1146, '1568-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100250, 1146, '1568-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100251, 1146, '1568-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100252, 1146, '1568-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100253, 1146, '1568-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100254, 1146, '1568-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100255, 1146, '1568-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100256, 1146, '1568-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100257, 1146, '1568-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100258, 1146, '1568-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100259, 1146, '1569-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100260, 1146, '1569-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100261, 1146, '1569-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100262, 1146, '1569-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100263, 1146, '1569-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100264, 1146, '1569-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100265, 1146, '1569-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100266, 1146, '1569-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100267, 1146, '1569-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100268, 1146, '1569-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100269, 1146, '1569-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100270, 1146, '1569-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100271, 1146, '1570-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100272, 1146, '1570-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100273, 1146, '1570-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100274, 1146, '1570-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100275, 1146, '1570-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100276, 1146, '1570-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100277, 1146, '1570-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100278, 1146, '1570-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100279, 1146, '1570-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100280, 1146, '1570-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100281, 1146, '1570-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100282, 1146, '1570-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100283, 1146, '1571-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100284, 1146, '1571-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100285, 1146, '1571-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100286, 1146, '1571-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100287, 1146, '1571-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100288, 1146, '1571-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100289, 1146, '1571-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100290, 1146, '1571-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100291, 1146, '1571-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100292, 1146, '1571-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100293, 1146, '1571-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100294, 1146, '1571-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100295, 1146, '1572-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100296, 1146, '1572-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100297, 1146, '1572-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100298, 1146, '1572-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100299, 1146, '1572-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100300, 1146, '1572-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100301, 1146, '1572-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100302, 1146, '1572-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100303, 1146, '1572-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100304, 1146, '1572-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100305, 1146, '1572-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100306, 1146, '1572-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100307, 1146, '1573-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100308, 1146, '1573-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100309, 1146, '1573-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100310, 1146, '1573-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100311, 1146, '1573-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100312, 1146, '1573-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100313, 1146, '1573-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100314, 1146, '1573-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100315, 1146, '1573-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100316, 1146, '1573-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100317, 1146, '1573-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100318, 1146, '1573-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100319, 1146, '1574-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100320, 1146, '1574-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100321, 1146, '1574-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100322, 1146, '1574-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100323, 1146, '1574-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100324, 1146, '1574-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100325, 1146, '1574-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100326, 1146, '1574-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100327, 1146, '1574-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100328, 1146, '1574-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100329, 1146, '1574-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100330, 1146, '1574-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100331, 1146, '1575-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100332, 1146, '1575-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100333, 1146, '1575-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100334, 1146, '1575-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100335, 1146, '1575-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100336, 1146, '1575-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100337, 1146, '1575-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100338, 1146, '1575-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100339, 1146, '1575-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100340, 1146, '1575-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100341, 1146, '1575-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100342, 1146, '1575-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100343, 1146, '1576-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100344, 1146, '1576-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100345, 1146, '1576-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100346, 1146, '1576-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100347, 1146, '1576-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100348, 1146, '1576-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100349, 1146, '1576-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100350, 1146, '1576-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100351, 1146, '1576-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100352, 1146, '1576-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100353, 1146, '1576-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100354, 1146, '1576-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100355, 1146, '1577-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100356, 1146, '1577-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100357, 1146, '1577-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100358, 1146, '1577-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100359, 1146, '1577-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100360, 1146, '1577-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100361, 1146, '1577-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100362, 1146, '1577-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100363, 1146, '1577-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100364, 1146, '1577-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100365, 1146, '1577-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100366, 1146, '1577-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100367, 1146, '1578-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100368, 1146, '1578-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100369, 1146, '1578-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100370, 1146, '1578-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100371, 1146, '1578-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100372, 1146, '1578-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100373, 1146, '1578-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100374, 1146, '1578-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100375, 1146, '1578-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100376, 1146, '1578-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100377, 1146, '1578-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100378, 1146, '1578-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100379, 1146, '1579-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100380, 1146, '1579-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100381, 1146, '1579-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100382, 1146, '1579-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100383, 1146, '1579-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100384, 1146, '1579-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100385, 1146, '1579-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100386, 1146, '1579-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100387, 1146, '1579-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100388, 1146, '1579-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100389, 1146, '1579-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100390, 1146, '1579-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100391, 1146, '1580-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100392, 1146, '1580-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100393, 1146, '1580-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100394, 1146, '1580-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100395, 1146, '1580-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100396, 1146, '1580-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100397, 1146, '1580-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100398, 1146, '1580-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100399, 1146, '1580-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100400, 1146, '1580-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100401, 1146, '1580-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100402, 1146, '1580-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100403, 1146, '1581-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100404, 1146, '1581-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100405, 1146, '1581-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100406, 1146, '1581-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100407, 1146, '1581-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100408, 1146, '1581-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100409, 1146, '1581-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100410, 1146, '1581-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100411, 1146, '1581-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100412, 1146, '1581-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100413, 1146, '1581-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100414, 1146, '1581-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100415, 1146, '1582-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100416, 1146, '1582-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100417, 1146, '1582-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100418, 1146, '1582-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100419, 1146, '1582-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100420, 1146, '1582-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100421, 1146, '1582-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100422, 1146, '1582-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100423, 1146, '1582-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100424, 1146, '1582-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100425, 1146, '1582-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100426, 1146, '1582-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100427, 1146, '1583-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100428, 1146, '1583-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100429, 1146, '1583-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100430, 1146, '1583-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100431, 1146, '1583-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100432, 1146, '1583-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100433, 1146, '1583-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100434, 1146, '1583-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100435, 1146, '1583-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100436, 1146, '1583-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100437, 1146, '1583-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100438, 1146, '1583-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100439, 1146, '1584-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100440, 1146, '1584-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100441, 1146, '1584-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100442, 1146, '1584-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100443, 1146, '1584-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100444, 1146, '1584-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100445, 1146, '1584-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100446, 1146, '1584-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100447, 1146, '1584-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100448, 1146, '1584-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100449, 1146, '1584-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100450, 1146, '1584-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100451, 1146, '1585-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100452, 1146, '1585-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100453, 1146, '1585-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100454, 1146, '1585-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100455, 1146, '1585-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100456, 1146, '1585-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100457, 1146, '1585-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100458, 1146, '1585-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100459, 1146, '1585-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100460, 1146, '1585-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100461, 1146, '1585-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100462, 1146, '1585-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100463, 1146, '1586-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100464, 1146, '1586-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100465, 1146, '1586-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100466, 1146, '1586-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100467, 1146, '1586-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100468, 1146, '1586-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100469, 1146, '1586-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100470, 1146, '1586-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100471, 1146, '1586-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100472, 1146, '1586-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100473, 1146, '1586-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100474, 1146, '1586-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100475, 1146, '1587-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100476, 1146, '1587-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100477, 1146, '1587-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100478, 1146, '1587-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100479, 1146, '1587-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100480, 1146, '1587-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100481, 1146, '1587-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100482, 1146, '1587-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100483, 1146, '1587-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100484, 1146, '1587-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100485, 1146, '1587-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100486, 1146, '1587-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100487, 1146, '1588-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100488, 1146, '1588-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100489, 1146, '1588-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100490, 1146, '1588-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100491, 1146, '1588-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100492, 1146, '1588-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100493, 1146, '1588-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100494, 1146, '1588-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100495, 1146, '1588-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100496, 1146, '1588-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100497, 1146, '1588-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100498, 1146, '1588-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100499, 1146, '1589-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100500, 1146, '1589-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100501, 1146, '1589-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100502, 1146, '1589-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100503, 1146, '1589-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100504, 1146, '1589-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100505, 1146, '1589-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100506, 1146, '1589-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100507, 1146, '1589-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100508, 1146, '1589-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100509, 1146, '1589-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100510, 1146, '1589-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100511, 1146, '1590-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100512, 1146, '1590-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100513, 1146, '1590-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100514, 1146, '1590-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100515, 1146, '1590-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100516, 1146, '1590-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100517, 1146, '1590-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100518, 1146, '1590-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100519, 1146, '1590-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100520, 1146, '1590-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100521, 1146, '1590-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100522, 1146, '1590-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100523, 1146, '1591-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100524, 1146, '1591-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100525, 1146, '1591-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100526, 1146, '1591-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100527, 1146, '1591-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100528, 1146, '1591-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100529, 1146, '1591-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100530, 1146, '1591-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100531, 1146, '1591-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100532, 1146, '1591-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100533, 1146, '1591-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100534, 1146, '1591-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100535, 1146, '1592-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100536, 1146, '1592-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100537, 1146, '1592-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100538, 1146, '1592-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100539, 1146, '1592-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100540, 1146, '1592-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100541, 1146, '1592-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100542, 1146, '1592-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100543, 1146, '1592-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100544, 1146, '1592-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100545, 1146, '1592-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100546, 1146, '1592-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100547, 1146, '1593-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100548, 1146, '1593-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100549, 1146, '1593-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100550, 1146, '1593-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100551, 1146, '1593-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100552, 1146, '1593-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100553, 1146, '1593-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100554, 1146, '1593-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100555, 1146, '1593-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100556, 1146, '1593-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100557, 1146, '1593-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(100558, 1146, '1593-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100559, 1146, '1594-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100560, 1146, '1594-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100561, 1146, '1594-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100562, 1146, '1594-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100563, 1146, '1594-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100564, 1146, '1594-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100565, 1146, '1594-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100566, 1146, '1594-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100567, 1146, '1594-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100568, 1146, '1594-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100569, 1146, '1594-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100570, 1146, '1594-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100571, 1146, '1595-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100572, 1146, '1595-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100573, 1146, '1595-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100574, 1146, '1595-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100575, 1146, '1595-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100576, 1146, '1595-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100577, 1146, '1595-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100578, 1146, '1595-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100579, 1146, '1595-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100580, 1146, '1595-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100581, 1146, '1595-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100582, 1146, '1595-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100583, 1146, '1596-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100584, 1146, '1596-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100585, 1146, '1596-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100586, 1146, '1596-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100587, 1146, '1596-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100588, 1146, '1596-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100589, 1146, '1596-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100590, 1146, '1596-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100591, 1146, '1596-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100592, 1146, '1596-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100593, 1146, '1596-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100594, 1146, '1596-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100595, 1146, '1597-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100596, 1146, '1597-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100597, 1146, '1597-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100598, 1146, '1597-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100599, 1146, '1597-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100600, 1146, '1597-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100601, 1146, '1597-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100602, 1146, '1597-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100603, 1146, '1597-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100604, 1146, '1597-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100605, 1146, '1597-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100606, 1146, '1597-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100607, 1146, '1598-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100608, 1146, '1598-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100609, 1146, '1598-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100610, 1146, '1598-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100611, 1146, '1598-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100612, 1146, '1598-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100613, 1146, '1598-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100614, 1146, '1598-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100615, 1146, '1598-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100616, 1146, '1598-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100617, 1146, '1598-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100618, 1146, '1598-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100619, 1146, '1599-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100620, 1146, '1599-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100621, 1146, '1599-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100622, 1146, '1599-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100623, 1146, '1599-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100624, 1146, '1599-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100625, 1146, '1599-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100626, 1146, '1599-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100627, 1146, '1599-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100628, 1146, '1599-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100629, 1146, '1599-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100630, 1146, '1599-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100631, 1146, '1600-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100632, 1146, '1600-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100633, 1146, '1600-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100634, 1146, '1600-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100635, 1146, '1600-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100636, 1146, '1600-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100637, 1146, '1600-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100638, 1146, '1600-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100639, 1146, '1600-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100640, 1146, '1600-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100641, 1146, '1600-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100642, 1146, '1600-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100643, 1146, '1601-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100644, 1146, '1601-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100645, 1146, '1601-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100646, 1146, '1601-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100647, 1146, '1601-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100648, 1146, '1601-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100649, 1146, '1601-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100650, 1146, '1601-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100651, 1146, '1601-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100652, 1146, '1601-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:15', '2023-09-12 17:12:15'),
(100653, 1146, '1601-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100654, 1146, '1601-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100655, 1146, '1602-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100656, 1146, '1602-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100657, 1146, '1602-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100658, 1146, '1602-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100659, 1146, '1602-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100660, 1146, '1602-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100661, 1146, '1602-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100662, 1146, '1602-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100663, 1146, '1602-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100664, 1146, '1602-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100665, 1146, '1602-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100666, 1146, '1602-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100667, 1146, '1603-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100668, 1146, '1603-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100669, 1146, '1603-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100670, 1146, '1603-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100671, 1146, '1603-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100672, 1146, '1603-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100673, 1146, '1603-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100674, 1146, '1603-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100675, 1146, '1603-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100676, 1146, '1603-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100677, 1146, '1603-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100678, 1146, '1603-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100679, 1146, '1604-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100680, 1146, '1604-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100681, 1146, '1604-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100682, 1146, '1604-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100683, 1146, '1604-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100684, 1146, '1604-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100685, 1146, '1604-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100686, 1146, '1604-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100687, 1146, '1604-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100688, 1146, '1604-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100689, 1146, '1604-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100690, 1146, '1604-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100691, 1146, '1605-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100692, 1146, '1605-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100693, 1146, '1605-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100694, 1146, '1605-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100695, 1146, '1605-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100696, 1146, '1605-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100697, 1146, '1605-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100698, 1146, '1605-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100699, 1146, '1605-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100700, 1146, '1605-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100701, 1146, '1605-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100702, 1146, '1605-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100703, 1146, '1606-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100704, 1146, '1606-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100705, 1146, '1606-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100706, 1146, '1606-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100707, 1146, '1606-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100708, 1146, '1606-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100709, 1146, '1606-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100710, 1146, '1606-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100711, 1146, '1606-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100712, 1146, '1606-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100713, 1146, '1606-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100714, 1146, '1606-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100715, 1146, '1607-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100716, 1146, '1607-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100717, 1146, '1607-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100718, 1146, '1607-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100719, 1146, '1607-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100720, 1146, '1607-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100721, 1146, '1607-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100722, 1146, '1607-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100723, 1146, '1607-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100724, 1146, '1607-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100725, 1146, '1607-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100726, 1146, '1607-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100727, 1146, '1608-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100728, 1146, '1608-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100729, 1146, '1608-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100730, 1146, '1608-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100731, 1146, '1608-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100732, 1146, '1608-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100733, 1146, '1608-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100734, 1146, '1608-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100735, 1146, '1608-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100736, 1146, '1608-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100737, 1146, '1608-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100738, 1146, '1608-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100739, 1146, '1609-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100740, 1146, '1609-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100741, 1146, '1609-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100742, 1146, '1609-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100743, 1146, '1609-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100744, 1146, '1609-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100745, 1146, '1609-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100746, 1146, '1609-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100747, 1146, '1609-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100748, 1146, '1609-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100749, 1146, '1609-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100750, 1146, '1609-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100751, 1146, '1610-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100752, 1146, '1610-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100753, 1146, '1610-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100754, 1146, '1610-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100755, 1146, '1610-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100756, 1146, '1610-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100757, 1146, '1610-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100758, 1146, '1610-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100759, 1146, '1610-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100760, 1146, '1610-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100761, 1146, '1610-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100762, 1146, '1610-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100763, 1146, '1611-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100764, 1146, '1611-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100765, 1146, '1611-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100766, 1146, '1611-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100767, 1146, '1611-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100768, 1146, '1611-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100769, 1146, '1611-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100770, 1146, '1611-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100771, 1146, '1611-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100772, 1146, '1611-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100773, 1146, '1611-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100774, 1146, '1611-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100775, 1146, '1612-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100776, 1146, '1612-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100777, 1146, '1612-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100778, 1146, '1612-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100779, 1146, '1612-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100780, 1146, '1612-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100781, 1146, '1612-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100782, 1146, '1612-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100783, 1146, '1612-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100784, 1146, '1612-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100785, 1146, '1612-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100786, 1146, '1612-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100787, 1146, '1613-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100788, 1146, '1613-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100789, 1146, '1613-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100790, 1146, '1613-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100791, 1146, '1613-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100792, 1146, '1613-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100793, 1146, '1613-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100794, 1146, '1613-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100795, 1146, '1613-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100796, 1146, '1613-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100797, 1146, '1613-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100798, 1146, '1613-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100799, 1146, '1614-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100800, 1146, '1614-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100801, 1146, '1614-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100802, 1146, '1614-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100803, 1146, '1614-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100804, 1146, '1614-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100805, 1146, '1614-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100806, 1146, '1614-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100807, 1146, '1614-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100808, 1146, '1614-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100809, 1146, '1614-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100810, 1146, '1614-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100811, 1146, '1615-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100812, 1146, '1615-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100813, 1146, '1615-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100814, 1146, '1615-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100815, 1146, '1615-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100816, 1146, '1615-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100817, 1146, '1615-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100818, 1146, '1615-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100819, 1146, '1615-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100820, 1146, '1615-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100821, 1146, '1615-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100822, 1146, '1615-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100823, 1146, '1616-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100824, 1146, '1616-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100825, 1146, '1616-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100826, 1146, '1616-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100827, 1146, '1616-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100828, 1146, '1616-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100829, 1146, '1616-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100830, 1146, '1616-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100831, 1146, '1616-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100832, 1146, '1616-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100833, 1146, '1616-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100834, 1146, '1616-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100835, 1146, '1617-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100836, 1146, '1617-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100837, 1146, '1617-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100838, 1146, '1617-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100839, 1146, '1617-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100840, 1146, '1617-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100841, 1146, '1617-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100842, 1146, '1617-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100843, 1146, '1617-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100844, 1146, '1617-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100845, 1146, '1617-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100846, 1146, '1617-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100847, 1146, '1618-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100848, 1146, '1618-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100849, 1146, '1618-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100850, 1146, '1618-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100851, 1146, '1618-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100852, 1146, '1618-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100853, 1146, '1618-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100854, 1146, '1618-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100855, 1146, '1618-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100856, 1146, '1618-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100857, 1146, '1618-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100858, 1146, '1618-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100859, 1146, '1619-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100860, 1146, '1619-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100861, 1146, '1619-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100862, 1146, '1619-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100863, 1146, '1619-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100864, 1146, '1619-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100865, 1146, '1619-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100866, 1146, '1619-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100867, 1146, '1619-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100868, 1146, '1619-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100869, 1146, '1619-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100870, 1146, '1619-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100871, 1146, '1620-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100872, 1146, '1620-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100873, 1146, '1620-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100874, 1146, '1620-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100875, 1146, '1620-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100876, 1146, '1620-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100877, 1146, '1620-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100878, 1146, '1620-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100879, 1146, '1620-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100880, 1146, '1620-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100881, 1146, '1620-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100882, 1146, '1620-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100883, 1146, '1621-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100884, 1146, '1621-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100885, 1146, '1621-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100886, 1146, '1621-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100887, 1146, '1621-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100888, 1146, '1621-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100889, 1146, '1621-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100890, 1146, '1621-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100891, 1146, '1621-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100892, 1146, '1621-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100893, 1146, '1621-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100894, 1146, '1621-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100895, 1146, '1622-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100896, 1146, '1622-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100897, 1146, '1622-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100898, 1146, '1622-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100899, 1146, '1622-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100900, 1146, '1622-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100901, 1146, '1622-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100902, 1146, '1622-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100903, 1146, '1622-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100904, 1146, '1622-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100905, 1146, '1622-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100906, 1146, '1622-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100907, 1146, '1623-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100908, 1146, '1623-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100909, 1146, '1623-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100910, 1146, '1623-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100911, 1146, '1623-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100912, 1146, '1623-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100913, 1146, '1623-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100914, 1146, '1623-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100915, 1146, '1623-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100916, 1146, '1623-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100917, 1146, '1623-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100918, 1146, '1623-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100919, 1146, '1624-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100920, 1146, '1624-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100921, 1146, '1624-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100922, 1146, '1624-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100923, 1146, '1624-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100924, 1146, '1624-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100925, 1146, '1624-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100926, 1146, '1624-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100927, 1146, '1624-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100928, 1146, '1624-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100929, 1146, '1624-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100930, 1146, '1624-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100931, 1146, '1625-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100932, 1146, '1625-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100933, 1146, '1625-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100934, 1146, '1625-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100935, 1146, '1625-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100936, 1146, '1625-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100937, 1146, '1625-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100938, 1146, '1625-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100939, 1146, '1625-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100940, 1146, '1625-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100941, 1146, '1625-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100942, 1146, '1625-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100943, 1146, '1626-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100944, 1146, '1626-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100945, 1146, '1626-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100946, 1146, '1626-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100947, 1146, '1626-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100948, 1146, '1626-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100949, 1146, '1626-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100950, 1146, '1626-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100951, 1146, '1626-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100952, 1146, '1626-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100953, 1146, '1626-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100954, 1146, '1626-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100955, 1146, '1627-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100956, 1146, '1627-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100957, 1146, '1627-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100958, 1146, '1627-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100959, 1146, '1627-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100960, 1146, '1627-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100961, 1146, '1627-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100962, 1146, '1627-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100963, 1146, '1627-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100964, 1146, '1627-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100965, 1146, '1627-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100966, 1146, '1627-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100967, 1146, '1628-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100968, 1146, '1628-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100969, 1146, '1628-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100970, 1146, '1628-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100971, 1146, '1628-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100972, 1146, '1628-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100973, 1146, '1628-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100974, 1146, '1628-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100975, 1146, '1628-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100976, 1146, '1628-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100977, 1146, '1628-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100978, 1146, '1628-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100979, 1146, '1629-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100980, 1146, '1629-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100981, 1146, '1629-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100982, 1146, '1629-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100983, 1146, '1629-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100984, 1146, '1629-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100985, 1146, '1629-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100986, 1146, '1629-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100987, 1146, '1629-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100988, 1146, '1629-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100989, 1146, '1629-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100990, 1146, '1629-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100991, 1146, '1630-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100992, 1146, '1630-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100993, 1146, '1630-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100994, 1146, '1630-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100995, 1146, '1630-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100996, 1146, '1630-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100997, 1146, '1630-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100998, 1146, '1630-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(100999, 1146, '1630-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(101000, 1146, '1630-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(101001, 1146, '1630-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(101002, 1146, '1630-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(101003, 1146, '1631-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(101004, 1146, '1631-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(101005, 1146, '1631-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(101006, 1146, '1631-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(101007, 1146, '1631-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(101008, 1146, '1631-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(101009, 1146, '1631-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(101010, 1146, '1631-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(101011, 1146, '1631-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(101012, 1146, '1631-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(101013, 1146, '1631-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(101014, 1146, '1631-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(101015, 1146, '1632-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(101016, 1146, '1632-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(101017, 1146, '1632-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(101018, 1146, '1632-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(101019, 1146, '1632-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(101020, 1146, '1632-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(101021, 1146, '1632-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:16', '2023-09-12 17:12:16'),
(101022, 1146, '1632-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101023, 1146, '1632-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101024, 1146, '1632-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101025, 1146, '1632-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101026, 1146, '1632-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101027, 1146, '1633-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101028, 1146, '1633-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101029, 1146, '1633-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101030, 1146, '1633-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101031, 1146, '1633-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101032, 1146, '1633-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101033, 1146, '1633-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101034, 1146, '1633-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101035, 1146, '1633-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101036, 1146, '1633-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101037, 1146, '1633-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101038, 1146, '1633-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101039, 1146, '1634-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101040, 1146, '1634-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101041, 1146, '1634-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101042, 1146, '1634-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101043, 1146, '1634-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101044, 1146, '1634-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101045, 1146, '1634-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101046, 1146, '1634-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101047, 1146, '1634-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101048, 1146, '1634-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101049, 1146, '1634-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101050, 1146, '1634-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101051, 1146, '1635-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101052, 1146, '1635-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101053, 1146, '1635-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101054, 1146, '1635-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101055, 1146, '1635-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101056, 1146, '1635-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101057, 1146, '1635-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101058, 1146, '1635-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101059, 1146, '1635-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101060, 1146, '1635-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101061, 1146, '1635-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101062, 1146, '1635-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101063, 1146, '1636-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101064, 1146, '1636-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101065, 1146, '1636-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101066, 1146, '1636-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101067, 1146, '1636-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101068, 1146, '1636-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101069, 1146, '1636-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101070, 1146, '1636-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101071, 1146, '1636-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101072, 1146, '1636-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101073, 1146, '1636-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101074, 1146, '1636-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101075, 1146, '1637-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101076, 1146, '1637-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101077, 1146, '1637-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101078, 1146, '1637-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101079, 1146, '1637-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101080, 1146, '1637-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101081, 1146, '1637-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101082, 1146, '1637-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101083, 1146, '1637-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101084, 1146, '1637-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101085, 1146, '1637-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101086, 1146, '1637-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101087, 1146, '1638-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101088, 1146, '1638-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101089, 1146, '1638-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101090, 1146, '1638-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101091, 1146, '1638-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101092, 1146, '1638-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101093, 1146, '1638-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101094, 1146, '1638-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101095, 1146, '1638-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101096, 1146, '1638-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101097, 1146, '1638-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101098, 1146, '1638-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101099, 1146, '1639-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101100, 1146, '1639-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101101, 1146, '1639-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101102, 1146, '1639-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101103, 1146, '1639-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101104, 1146, '1639-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101105, 1146, '1639-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101106, 1146, '1639-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101107, 1146, '1639-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101108, 1146, '1639-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101109, 1146, '1639-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101110, 1146, '1639-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101111, 1146, '1640-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101112, 1146, '1640-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101113, 1146, '1640-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101114, 1146, '1640-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101115, 1146, '1640-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101116, 1146, '1640-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101117, 1146, '1640-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101118, 1146, '1640-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101119, 1146, '1640-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101120, 1146, '1640-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101121, 1146, '1640-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101122, 1146, '1640-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101123, 1146, '1641-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101124, 1146, '1641-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101125, 1146, '1641-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101126, 1146, '1641-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101127, 1146, '1641-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101128, 1146, '1641-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101129, 1146, '1641-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101130, 1146, '1641-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101131, 1146, '1641-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101132, 1146, '1641-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101133, 1146, '1641-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101134, 1146, '1641-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101135, 1146, '1642-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101136, 1146, '1642-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101137, 1146, '1642-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101138, 1146, '1642-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101139, 1146, '1642-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101140, 1146, '1642-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101141, 1146, '1642-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101142, 1146, '1642-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101143, 1146, '1642-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101144, 1146, '1642-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101145, 1146, '1642-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101146, 1146, '1642-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101147, 1146, '1643-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101148, 1146, '1643-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101149, 1146, '1643-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101150, 1146, '1643-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101151, 1146, '1643-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101152, 1146, '1643-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101153, 1146, '1643-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101154, 1146, '1643-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101155, 1146, '1643-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101156, 1146, '1643-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101157, 1146, '1643-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101158, 1146, '1643-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101159, 1146, '1644-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101160, 1146, '1644-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101161, 1146, '1644-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101162, 1146, '1644-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101163, 1146, '1644-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101164, 1146, '1644-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101165, 1146, '1644-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101166, 1146, '1644-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101167, 1146, '1644-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101168, 1146, '1644-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101169, 1146, '1644-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101170, 1146, '1644-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101171, 1146, '1645-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101172, 1146, '1645-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101173, 1146, '1645-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101174, 1146, '1645-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101175, 1146, '1645-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101176, 1146, '1645-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101177, 1146, '1645-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101178, 1146, '1645-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101179, 1146, '1645-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101180, 1146, '1645-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101181, 1146, '1645-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101182, 1146, '1645-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101183, 1146, '1646-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101184, 1146, '1646-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101185, 1146, '1646-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101186, 1146, '1646-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101187, 1146, '1646-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101188, 1146, '1646-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101189, 1146, '1646-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101190, 1146, '1646-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101191, 1146, '1646-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101192, 1146, '1646-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101193, 1146, '1646-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101194, 1146, '1646-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101195, 1146, '1647-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101196, 1146, '1647-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101197, 1146, '1647-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101198, 1146, '1647-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101199, 1146, '1647-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101200, 1146, '1647-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101201, 1146, '1647-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101202, 1146, '1647-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101203, 1146, '1647-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101204, 1146, '1647-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101205, 1146, '1647-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101206, 1146, '1647-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101207, 1146, '1648-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101208, 1146, '1648-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101209, 1146, '1648-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101210, 1146, '1648-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101211, 1146, '1648-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101212, 1146, '1648-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101213, 1146, '1648-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101214, 1146, '1648-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101215, 1146, '1648-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101216, 1146, '1648-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101217, 1146, '1648-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101218, 1146, '1648-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101219, 1146, '1649-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101220, 1146, '1649-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101221, 1146, '1649-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101222, 1146, '1649-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101223, 1146, '1649-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101224, 1146, '1649-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101225, 1146, '1649-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101226, 1146, '1649-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101227, 1146, '1649-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101228, 1146, '1649-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101229, 1146, '1649-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101230, 1146, '1649-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101231, 1146, '1650-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101232, 1146, '1650-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101233, 1146, '1650-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101234, 1146, '1650-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101235, 1146, '1650-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101236, 1146, '1650-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101237, 1146, '1650-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101238, 1146, '1650-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101239, 1146, '1650-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101240, 1146, '1650-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101241, 1146, '1650-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101242, 1146, '1650-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101243, 1146, '1651-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101244, 1146, '1651-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101245, 1146, '1651-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101246, 1146, '1651-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101247, 1146, '1651-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101248, 1146, '1651-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101249, 1146, '1651-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101250, 1146, '1651-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101251, 1146, '1651-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101252, 1146, '1651-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101253, 1146, '1651-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101254, 1146, '1651-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101255, 1146, '1652-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101256, 1146, '1652-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101257, 1146, '1652-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101258, 1146, '1652-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101259, 1146, '1652-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101260, 1146, '1652-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101261, 1146, '1652-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101262, 1146, '1652-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101263, 1146, '1652-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101264, 1146, '1652-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101265, 1146, '1652-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101266, 1146, '1652-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101267, 1146, '1653-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101268, 1146, '1653-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101269, 1146, '1653-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101270, 1146, '1653-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101271, 1146, '1653-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101272, 1146, '1653-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101273, 1146, '1653-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101274, 1146, '1653-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101275, 1146, '1653-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101276, 1146, '1653-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101277, 1146, '1653-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101278, 1146, '1653-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101279, 1146, '1654-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101280, 1146, '1654-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101281, 1146, '1654-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101282, 1146, '1654-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101283, 1146, '1654-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101284, 1146, '1654-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101285, 1146, '1654-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101286, 1146, '1654-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101287, 1146, '1654-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101288, 1146, '1654-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101289, 1146, '1654-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101290, 1146, '1654-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101291, 1146, '1655-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101292, 1146, '1655-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101293, 1146, '1655-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101294, 1146, '1655-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101295, 1146, '1655-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101296, 1146, '1655-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101297, 1146, '1655-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101298, 1146, '1655-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101299, 1146, '1655-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101300, 1146, '1655-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101301, 1146, '1655-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101302, 1146, '1655-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101303, 1146, '1656-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101304, 1146, '1656-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101305, 1146, '1656-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101306, 1146, '1656-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101307, 1146, '1656-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101308, 1146, '1656-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101309, 1146, '1656-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101310, 1146, '1656-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101311, 1146, '1656-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101312, 1146, '1656-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101313, 1146, '1656-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101314, 1146, '1656-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101315, 1146, '1657-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101316, 1146, '1657-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101317, 1146, '1657-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101318, 1146, '1657-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101319, 1146, '1657-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101320, 1146, '1657-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101321, 1146, '1657-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101322, 1146, '1657-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101323, 1146, '1657-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101324, 1146, '1657-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101325, 1146, '1657-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101326, 1146, '1657-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101327, 1146, '1658-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101328, 1146, '1658-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101329, 1146, '1658-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101330, 1146, '1658-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101331, 1146, '1658-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101332, 1146, '1658-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101333, 1146, '1658-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101334, 1146, '1658-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101335, 1146, '1658-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101336, 1146, '1658-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101337, 1146, '1658-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101338, 1146, '1658-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101339, 1146, '1659-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101340, 1146, '1659-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101341, 1146, '1659-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101342, 1146, '1659-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101343, 1146, '1659-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101344, 1146, '1659-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101345, 1146, '1659-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101346, 1146, '1659-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101347, 1146, '1659-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101348, 1146, '1659-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101349, 1146, '1659-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101350, 1146, '1659-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101351, 1146, '1660-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101352, 1146, '1660-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101353, 1146, '1660-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101354, 1146, '1660-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101355, 1146, '1660-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101356, 1146, '1660-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101357, 1146, '1660-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101358, 1146, '1660-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101359, 1146, '1660-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101360, 1146, '1660-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101361, 1146, '1660-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101362, 1146, '1660-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101363, 1146, '1661-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101364, 1146, '1661-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101365, 1146, '1661-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101366, 1146, '1661-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101367, 1146, '1661-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101368, 1146, '1661-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101369, 1146, '1661-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101370, 1146, '1661-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101371, 1146, '1661-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101372, 1146, '1661-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101373, 1146, '1661-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101374, 1146, '1661-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101375, 1146, '1662-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101376, 1146, '1662-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101377, 1146, '1662-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101378, 1146, '1662-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101379, 1146, '1662-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101380, 1146, '1662-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101381, 1146, '1662-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101382, 1146, '1662-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101383, 1146, '1662-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101384, 1146, '1662-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101385, 1146, '1662-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101386, 1146, '1662-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101387, 1146, '1663-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101388, 1146, '1663-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101389, 1146, '1663-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101390, 1146, '1663-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101391, 1146, '1663-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101392, 1146, '1663-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101393, 1146, '1663-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101394, 1146, '1663-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101395, 1146, '1663-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101396, 1146, '1663-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101397, 1146, '1663-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101398, 1146, '1663-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101399, 1146, '1664-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101400, 1146, '1664-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101401, 1146, '1664-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101402, 1146, '1664-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101403, 1146, '1664-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101404, 1146, '1664-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101405, 1146, '1664-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101406, 1146, '1664-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101407, 1146, '1664-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101408, 1146, '1664-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101409, 1146, '1664-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101410, 1146, '1664-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101411, 1146, '1665-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101412, 1146, '1665-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101413, 1146, '1665-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101414, 1146, '1665-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101415, 1146, '1665-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101416, 1146, '1665-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101417, 1146, '1665-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101418, 1146, '1665-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101419, 1146, '1665-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101420, 1146, '1665-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101421, 1146, '1665-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101422, 1146, '1665-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101423, 1146, '1666-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101424, 1146, '1666-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101425, 1146, '1666-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:17', '2023-09-12 17:12:17'),
(101426, 1146, '1666-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101427, 1146, '1666-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101428, 1146, '1666-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101429, 1146, '1666-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101430, 1146, '1666-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101431, 1146, '1666-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101432, 1146, '1666-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101433, 1146, '1666-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101434, 1146, '1666-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101435, 1146, '1667-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101436, 1146, '1667-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101437, 1146, '1667-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101438, 1146, '1667-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101439, 1146, '1667-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101440, 1146, '1667-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101441, 1146, '1667-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101442, 1146, '1667-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101443, 1146, '1667-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101444, 1146, '1667-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101445, 1146, '1667-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101446, 1146, '1667-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101447, 1146, '1668-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101448, 1146, '1668-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101449, 1146, '1668-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101450, 1146, '1668-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101451, 1146, '1668-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101452, 1146, '1668-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101453, 1146, '1668-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101454, 1146, '1668-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101455, 1146, '1668-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101456, 1146, '1668-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101457, 1146, '1668-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101458, 1146, '1668-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101459, 1146, '1669-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101460, 1146, '1669-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101461, 1146, '1669-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101462, 1146, '1669-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101463, 1146, '1669-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101464, 1146, '1669-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101465, 1146, '1669-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101466, 1146, '1669-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101467, 1146, '1669-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101468, 1146, '1669-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101469, 1146, '1669-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(101470, 1146, '1669-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101471, 1146, '1670-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101472, 1146, '1670-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101473, 1146, '1670-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101474, 1146, '1670-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101475, 1146, '1670-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101476, 1146, '1670-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101477, 1146, '1670-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101478, 1146, '1670-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101479, 1146, '1670-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101480, 1146, '1670-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101481, 1146, '1670-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101482, 1146, '1670-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101483, 1146, '1671-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101484, 1146, '1671-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101485, 1146, '1671-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101486, 1146, '1671-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101487, 1146, '1671-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101488, 1146, '1671-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101489, 1146, '1671-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101490, 1146, '1671-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101491, 1146, '1671-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101492, 1146, '1671-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101493, 1146, '1671-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101494, 1146, '1671-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101495, 1146, '1672-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101496, 1146, '1672-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101497, 1146, '1672-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101498, 1146, '1672-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101499, 1146, '1672-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101500, 1146, '1672-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101501, 1146, '1672-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101502, 1146, '1672-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101503, 1146, '1672-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101504, 1146, '1672-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101505, 1146, '1672-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101506, 1146, '1672-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101507, 1146, '1673-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101508, 1146, '1673-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101509, 1146, '1673-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101510, 1146, '1673-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101511, 1146, '1673-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101512, 1146, '1673-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101513, 1146, '1673-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101514, 1146, '1673-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101515, 1146, '1673-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101516, 1146, '1673-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101517, 1146, '1673-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101518, 1146, '1673-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101519, 1146, '1674-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101520, 1146, '1674-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101521, 1146, '1674-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101522, 1146, '1674-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101523, 1146, '1674-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101524, 1146, '1674-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101525, 1146, '1674-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101526, 1146, '1674-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101527, 1146, '1674-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101528, 1146, '1674-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101529, 1146, '1674-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101530, 1146, '1674-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101531, 1146, '1675-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101532, 1146, '1675-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101533, 1146, '1675-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101534, 1146, '1675-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101535, 1146, '1675-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101536, 1146, '1675-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101537, 1146, '1675-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101538, 1146, '1675-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101539, 1146, '1675-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101540, 1146, '1675-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101541, 1146, '1675-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101542, 1146, '1675-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101543, 1146, '1676-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101544, 1146, '1676-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101545, 1146, '1676-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101546, 1146, '1676-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101547, 1146, '1676-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101548, 1146, '1676-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101549, 1146, '1676-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101550, 1146, '1676-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101551, 1146, '1676-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101552, 1146, '1676-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101553, 1146, '1676-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101554, 1146, '1676-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101555, 1146, '1677-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101556, 1146, '1677-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101557, 1146, '1677-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101558, 1146, '1677-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101559, 1146, '1677-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101560, 1146, '1677-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101561, 1146, '1677-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101562, 1146, '1677-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101563, 1146, '1677-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101564, 1146, '1677-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101565, 1146, '1677-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101566, 1146, '1677-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101567, 1146, '1678-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101568, 1146, '1678-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101569, 1146, '1678-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101570, 1146, '1678-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101571, 1146, '1678-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101572, 1146, '1678-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101573, 1146, '1678-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101574, 1146, '1678-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101575, 1146, '1678-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101576, 1146, '1678-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101577, 1146, '1678-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101578, 1146, '1678-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101579, 1146, '1679-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101580, 1146, '1679-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101581, 1146, '1679-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101582, 1146, '1679-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101583, 1146, '1679-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101584, 1146, '1679-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101585, 1146, '1679-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101586, 1146, '1679-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101587, 1146, '1679-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101588, 1146, '1679-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101589, 1146, '1679-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101590, 1146, '1679-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101591, 1146, '1680-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101592, 1146, '1680-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101593, 1146, '1680-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101594, 1146, '1680-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101595, 1146, '1680-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101596, 1146, '1680-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101597, 1146, '1680-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101598, 1146, '1680-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101599, 1146, '1680-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101600, 1146, '1680-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101601, 1146, '1680-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101602, 1146, '1680-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101603, 1146, '1681-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101604, 1146, '1681-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101605, 1146, '1681-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101606, 1146, '1681-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101607, 1146, '1681-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101608, 1146, '1681-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101609, 1146, '1681-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101610, 1146, '1681-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101611, 1146, '1681-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101612, 1146, '1681-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101613, 1146, '1681-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101614, 1146, '1681-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101615, 1146, '1682-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101616, 1146, '1682-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101617, 1146, '1682-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101618, 1146, '1682-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101619, 1146, '1682-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101620, 1146, '1682-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101621, 1146, '1682-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101622, 1146, '1682-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101623, 1146, '1682-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101624, 1146, '1682-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101625, 1146, '1682-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101626, 1146, '1682-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101627, 1146, '1683-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101628, 1146, '1683-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101629, 1146, '1683-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101630, 1146, '1683-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101631, 1146, '1683-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101632, 1146, '1683-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101633, 1146, '1683-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101634, 1146, '1683-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101635, 1146, '1683-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101636, 1146, '1683-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101637, 1146, '1683-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101638, 1146, '1683-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101639, 1146, '1684-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101640, 1146, '1684-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101641, 1146, '1684-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101642, 1146, '1684-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101643, 1146, '1684-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101644, 1146, '1684-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101645, 1146, '1684-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101646, 1146, '1684-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101647, 1146, '1684-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101648, 1146, '1684-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101649, 1146, '1684-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101650, 1146, '1684-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101651, 1146, '1685-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101652, 1146, '1685-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101653, 1146, '1685-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101654, 1146, '1685-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101655, 1146, '1685-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101656, 1146, '1685-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101657, 1146, '1685-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101658, 1146, '1685-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101659, 1146, '1685-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101660, 1146, '1685-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101661, 1146, '1685-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101662, 1146, '1685-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101663, 1146, '1686-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101664, 1146, '1686-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101665, 1146, '1686-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101666, 1146, '1686-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101667, 1146, '1686-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101668, 1146, '1686-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101669, 1146, '1686-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101670, 1146, '1686-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101671, 1146, '1686-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101672, 1146, '1686-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101673, 1146, '1686-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101674, 1146, '1686-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101675, 1146, '1687-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101676, 1146, '1687-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101677, 1146, '1687-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101678, 1146, '1687-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101679, 1146, '1687-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101680, 1146, '1687-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101681, 1146, '1687-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101682, 1146, '1687-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101683, 1146, '1687-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101684, 1146, '1687-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101685, 1146, '1687-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101686, 1146, '1687-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101687, 1146, '1688-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101688, 1146, '1688-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101689, 1146, '1688-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101690, 1146, '1688-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101691, 1146, '1688-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101692, 1146, '1688-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101693, 1146, '1688-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101694, 1146, '1688-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101695, 1146, '1688-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101696, 1146, '1688-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101697, 1146, '1688-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101698, 1146, '1688-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101699, 1146, '1689-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101700, 1146, '1689-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101701, 1146, '1689-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101702, 1146, '1689-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101703, 1146, '1689-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101704, 1146, '1689-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101705, 1146, '1689-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101706, 1146, '1689-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101707, 1146, '1689-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101708, 1146, '1689-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101709, 1146, '1689-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101710, 1146, '1689-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101711, 1146, '1690-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101712, 1146, '1690-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101713, 1146, '1690-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101714, 1146, '1690-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101715, 1146, '1690-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101716, 1146, '1690-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101717, 1146, '1690-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101718, 1146, '1690-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101719, 1146, '1690-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101720, 1146, '1690-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101721, 1146, '1690-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101722, 1146, '1690-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101723, 1146, '1691-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101724, 1146, '1691-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101725, 1146, '1691-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101726, 1146, '1691-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101727, 1146, '1691-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101728, 1146, '1691-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101729, 1146, '1691-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101730, 1146, '1691-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101731, 1146, '1691-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101732, 1146, '1691-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101733, 1146, '1691-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101734, 1146, '1691-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101735, 1146, '1692-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101736, 1146, '1692-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101737, 1146, '1692-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101738, 1146, '1692-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101739, 1146, '1692-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101740, 1146, '1692-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101741, 1146, '1692-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101742, 1146, '1692-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101743, 1146, '1692-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101744, 1146, '1692-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101745, 1146, '1692-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101746, 1146, '1692-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101747, 1146, '1693-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101748, 1146, '1693-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101749, 1146, '1693-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101750, 1146, '1693-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101751, 1146, '1693-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101752, 1146, '1693-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101753, 1146, '1693-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101754, 1146, '1693-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101755, 1146, '1693-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101756, 1146, '1693-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101757, 1146, '1693-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101758, 1146, '1693-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101759, 1146, '1694-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101760, 1146, '1694-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101761, 1146, '1694-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101762, 1146, '1694-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101763, 1146, '1694-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101764, 1146, '1694-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101765, 1146, '1694-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101766, 1146, '1694-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101767, 1146, '1694-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101768, 1146, '1694-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101769, 1146, '1694-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101770, 1146, '1694-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101771, 1146, '1695-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101772, 1146, '1695-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101773, 1146, '1695-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101774, 1146, '1695-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101775, 1146, '1695-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101776, 1146, '1695-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101777, 1146, '1695-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101778, 1146, '1695-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101779, 1146, '1695-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101780, 1146, '1695-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101781, 1146, '1695-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101782, 1146, '1695-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101783, 1146, '1696-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101784, 1146, '1696-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101785, 1146, '1696-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101786, 1146, '1696-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101787, 1146, '1696-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101788, 1146, '1696-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101789, 1146, '1696-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101790, 1146, '1696-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101791, 1146, '1696-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101792, 1146, '1696-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101793, 1146, '1696-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101794, 1146, '1696-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101795, 1146, '1697-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101796, 1146, '1697-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101797, 1146, '1697-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101798, 1146, '1697-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101799, 1146, '1697-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:18', '2023-09-12 17:12:18'),
(101800, 1146, '1697-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(101801, 1146, '1697-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(101802, 1146, '1697-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(101803, 1146, '1697-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(101804, 1146, '1697-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(101805, 1146, '1697-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(101806, 1146, '1697-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(101807, 1146, '1698-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(101808, 1146, '1698-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(101809, 1146, '1698-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(101810, 1146, '1698-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(101811, 1146, '1698-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(101812, 1146, '1698-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(101813, 1146, '1698-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(101814, 1146, '1698-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(101815, 1146, '1698-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(101816, 1146, '1698-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(101817, 1146, '1698-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(101818, 1146, '1698-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(101819, 1146, '1699-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(101820, 1146, '1699-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(101821, 1146, '1699-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(101822, 1146, '1699-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(101823, 1146, '1699-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(101824, 1146, '1699-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(101825, 1146, '1699-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(101826, 1146, '1699-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(101827, 1146, '1699-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(101828, 1146, '1699-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(101829, 1146, '1699-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(101830, 1146, '1699-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(101831, 1146, '1700-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(101832, 1146, '1700-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(101833, 1146, '1700-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(101834, 1146, '1700-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(101835, 1146, '1700-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(101836, 1146, '1700-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(101837, 1146, '1700-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(101838, 1146, '1700-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(101839, 1146, '1700-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(101840, 1146, '1700-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(101841, 1146, '1700-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(101842, 1146, '1700-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(101843, 1146, '1701-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(101844, 1146, '1701-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(101845, 1146, '1701-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(101846, 1146, '1701-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(101847, 1146, '1701-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(101848, 1146, '1701-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(101849, 1146, '1701-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(101850, 1146, '1701-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(101851, 1146, '1701-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(101852, 1146, '1701-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(101853, 1146, '1701-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(101854, 1146, '1701-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(101855, 1146, '1702-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(101856, 1146, '1702-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(101857, 1146, '1702-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(101858, 1146, '1702-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(101859, 1146, '1702-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(101860, 1146, '1702-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(101861, 1146, '1702-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(101862, 1146, '1702-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(101863, 1146, '1702-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(101864, 1146, '1702-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(101865, 1146, '1702-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(101866, 1146, '1702-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(101867, 1146, '1703-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(101868, 1146, '1703-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(101869, 1146, '1703-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(101870, 1146, '1703-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(101871, 1146, '1703-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(101872, 1146, '1703-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(101873, 1146, '1703-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(101874, 1146, '1703-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(101875, 1146, '1703-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(101876, 1146, '1703-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(101877, 1146, '1703-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(101878, 1146, '1703-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(101879, 1146, '1704-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(101880, 1146, '1704-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(101881, 1146, '1704-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(101882, 1146, '1704-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(101883, 1146, '1704-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(101884, 1146, '1704-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(101885, 1146, '1704-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(101886, 1146, '1704-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(101887, 1146, '1704-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(101888, 1146, '1704-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(101889, 1146, '1704-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(101890, 1146, '1704-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(101891, 1146, '1705-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(101892, 1146, '1705-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(101893, 1146, '1705-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(101894, 1146, '1705-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(101895, 1146, '1705-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(101896, 1146, '1705-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(101897, 1146, '1705-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(101898, 1146, '1705-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(101899, 1146, '1705-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(101900, 1146, '1705-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(101901, 1146, '1705-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(101902, 1146, '1705-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(101903, 1146, '1706-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(101904, 1146, '1706-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(101905, 1146, '1706-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(101906, 1146, '1706-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(101907, 1146, '1706-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(101908, 1146, '1706-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(101909, 1146, '1706-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(101910, 1146, '1706-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(101911, 1146, '1706-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(101912, 1146, '1706-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(101913, 1146, '1706-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(101914, 1146, '1706-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(101915, 1146, '1707-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(101916, 1146, '1707-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(101917, 1146, '1707-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(101918, 1146, '1707-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(101919, 1146, '1707-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(101920, 1146, '1707-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(101921, 1146, '1707-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(101922, 1146, '1707-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(101923, 1146, '1707-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(101924, 1146, '1707-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(101925, 1146, '1707-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(101926, 1146, '1707-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(101927, 1146, '1708-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(101928, 1146, '1708-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(101929, 1146, '1708-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(101930, 1146, '1708-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(101931, 1146, '1708-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(101932, 1146, '1708-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(101933, 1146, '1708-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(101934, 1146, '1708-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(101935, 1146, '1708-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(101936, 1146, '1708-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(101937, 1146, '1708-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(101938, 1146, '1708-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(101939, 1146, '1709-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(101940, 1146, '1709-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(101941, 1146, '1709-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(101942, 1146, '1709-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(101943, 1146, '1709-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(101944, 1146, '1709-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(101945, 1146, '1709-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(101946, 1146, '1709-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(101947, 1146, '1709-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(101948, 1146, '1709-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(101949, 1146, '1709-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(101950, 1146, '1709-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(101951, 1146, '1710-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(101952, 1146, '1710-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(101953, 1146, '1710-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(101954, 1146, '1710-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(101955, 1146, '1710-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(101956, 1146, '1710-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(101957, 1146, '1710-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(101958, 1146, '1710-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(101959, 1146, '1710-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(101960, 1146, '1710-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(101961, 1146, '1710-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(101962, 1146, '1710-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(101963, 1146, '1711-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(101964, 1146, '1711-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(101965, 1146, '1711-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(101966, 1146, '1711-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(101967, 1146, '1711-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(101968, 1146, '1711-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(101969, 1146, '1711-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(101970, 1146, '1711-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(101971, 1146, '1711-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(101972, 1146, '1711-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(101973, 1146, '1711-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(101974, 1146, '1711-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(101975, 1146, '1712-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(101976, 1146, '1712-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(101977, 1146, '1712-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(101978, 1146, '1712-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(101979, 1146, '1712-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(101980, 1146, '1712-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(101981, 1146, '1712-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(101982, 1146, '1712-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(101983, 1146, '1712-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(101984, 1146, '1712-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(101985, 1146, '1712-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(101986, 1146, '1712-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(101987, 1146, '1713-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(101988, 1146, '1713-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(101989, 1146, '1713-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(101990, 1146, '1713-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(101991, 1146, '1713-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(101992, 1146, '1713-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(101993, 1146, '1713-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(101994, 1146, '1713-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(101995, 1146, '1713-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(101996, 1146, '1713-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(101997, 1146, '1713-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(101998, 1146, '1713-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(101999, 1146, '1714-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(102000, 1146, '1714-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(102001, 1146, '1714-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(102002, 1146, '1714-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(102003, 1146, '1714-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(102004, 1146, '1714-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(102005, 1146, '1714-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(102006, 1146, '1714-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(102007, 1146, '1714-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(102008, 1146, '1714-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(102009, 1146, '1714-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(102010, 1146, '1714-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(102011, 1146, '1715-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(102012, 1146, '1715-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(102013, 1146, '1715-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(102014, 1146, '1715-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(102015, 1146, '1715-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(102016, 1146, '1715-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(102017, 1146, '1715-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(102018, 1146, '1715-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(102019, 1146, '1715-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(102020, 1146, '1715-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(102021, 1146, '1715-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(102022, 1146, '1715-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(102023, 1146, '1716-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(102024, 1146, '1716-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(102025, 1146, '1716-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(102026, 1146, '1716-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(102027, 1146, '1716-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(102028, 1146, '1716-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(102029, 1146, '1716-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(102030, 1146, '1716-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(102031, 1146, '1716-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(102032, 1146, '1716-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(102033, 1146, '1716-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(102034, 1146, '1716-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(102035, 1146, '1717-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(102036, 1146, '1717-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(102037, 1146, '1717-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(102038, 1146, '1717-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(102039, 1146, '1717-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(102040, 1146, '1717-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(102041, 1146, '1717-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(102042, 1146, '1717-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(102043, 1146, '1717-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(102044, 1146, '1717-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(102045, 1146, '1717-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(102046, 1146, '1717-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(102047, 1146, '1718-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(102048, 1146, '1718-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(102049, 1146, '1718-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(102050, 1146, '1718-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(102051, 1146, '1718-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(102052, 1146, '1718-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(102053, 1146, '1718-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(102054, 1146, '1718-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(102055, 1146, '1718-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(102056, 1146, '1718-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(102057, 1146, '1718-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:19', '2023-09-12 17:12:19'),
(102058, 1146, '1718-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102059, 1146, '1719-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102060, 1146, '1719-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102061, 1146, '1719-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102062, 1146, '1719-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102063, 1146, '1719-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102064, 1146, '1719-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102065, 1146, '1719-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102066, 1146, '1719-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102067, 1146, '1719-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102068, 1146, '1719-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102069, 1146, '1719-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102070, 1146, '1719-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102071, 1146, '1720-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102072, 1146, '1720-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102073, 1146, '1720-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102074, 1146, '1720-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102075, 1146, '1720-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102076, 1146, '1720-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102077, 1146, '1720-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102078, 1146, '1720-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102079, 1146, '1720-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102080, 1146, '1720-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102081, 1146, '1720-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102082, 1146, '1720-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102083, 1146, '1721-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102084, 1146, '1721-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102085, 1146, '1721-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102086, 1146, '1721-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102087, 1146, '1721-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102088, 1146, '1721-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102089, 1146, '1721-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102090, 1146, '1721-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102091, 1146, '1721-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102092, 1146, '1721-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102093, 1146, '1721-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102094, 1146, '1721-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102095, 1146, '1722-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102096, 1146, '1722-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102097, 1146, '1722-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102098, 1146, '1722-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102099, 1146, '1722-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102100, 1146, '1722-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102101, 1146, '1722-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102102, 1146, '1722-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102103, 1146, '1722-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102104, 1146, '1722-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102105, 1146, '1722-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102106, 1146, '1722-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102107, 1146, '1723-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102108, 1146, '1723-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102109, 1146, '1723-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102110, 1146, '1723-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102111, 1146, '1723-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102112, 1146, '1723-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102113, 1146, '1723-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102114, 1146, '1723-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102115, 1146, '1723-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102116, 1146, '1723-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102117, 1146, '1723-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102118, 1146, '1723-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102119, 1146, '1724-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102120, 1146, '1724-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102121, 1146, '1724-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102122, 1146, '1724-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102123, 1146, '1724-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102124, 1146, '1724-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102125, 1146, '1724-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102126, 1146, '1724-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102127, 1146, '1724-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102128, 1146, '1724-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102129, 1146, '1724-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102130, 1146, '1724-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102131, 1146, '1725-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102132, 1146, '1725-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102133, 1146, '1725-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102134, 1146, '1725-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102135, 1146, '1725-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102136, 1146, '1725-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102137, 1146, '1725-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102138, 1146, '1725-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102139, 1146, '1725-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102140, 1146, '1725-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102141, 1146, '1725-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102142, 1146, '1725-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102143, 1146, '1726-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102144, 1146, '1726-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102145, 1146, '1726-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102146, 1146, '1726-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102147, 1146, '1726-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102148, 1146, '1726-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102149, 1146, '1726-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102150, 1146, '1726-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102151, 1146, '1726-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102152, 1146, '1726-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102153, 1146, '1726-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102154, 1146, '1726-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102155, 1146, '1727-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102156, 1146, '1727-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102157, 1146, '1727-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102158, 1146, '1727-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102159, 1146, '1727-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102160, 1146, '1727-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102161, 1146, '1727-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102162, 1146, '1727-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102163, 1146, '1727-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102164, 1146, '1727-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102165, 1146, '1727-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102166, 1146, '1727-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102167, 1146, '1728-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102168, 1146, '1728-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102169, 1146, '1728-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102170, 1146, '1728-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102171, 1146, '1728-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102172, 1146, '1728-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102173, 1146, '1728-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102174, 1146, '1728-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102175, 1146, '1728-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102176, 1146, '1728-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102177, 1146, '1728-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102178, 1146, '1728-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102179, 1146, '1729-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102180, 1146, '1729-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102181, 1146, '1729-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102182, 1146, '1729-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102183, 1146, '1729-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102184, 1146, '1729-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102185, 1146, '1729-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102186, 1146, '1729-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102187, 1146, '1729-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102188, 1146, '1729-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102189, 1146, '1729-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102190, 1146, '1729-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102191, 1146, '1730-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102192, 1146, '1730-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102193, 1146, '1730-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102194, 1146, '1730-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102195, 1146, '1730-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102196, 1146, '1730-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102197, 1146, '1730-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102198, 1146, '1730-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102199, 1146, '1730-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102200, 1146, '1730-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102201, 1146, '1730-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102202, 1146, '1730-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102203, 1146, '1731-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102204, 1146, '1731-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102205, 1146, '1731-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102206, 1146, '1731-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102207, 1146, '1731-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102208, 1146, '1731-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102209, 1146, '1731-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102210, 1146, '1731-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102211, 1146, '1731-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102212, 1146, '1731-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102213, 1146, '1731-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102214, 1146, '1731-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102215, 1146, '1732-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102216, 1146, '1732-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102217, 1146, '1732-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102218, 1146, '1732-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102219, 1146, '1732-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102220, 1146, '1732-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102221, 1146, '1732-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102222, 1146, '1732-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102223, 1146, '1732-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102224, 1146, '1732-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102225, 1146, '1732-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102226, 1146, '1732-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102227, 1146, '1733-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102228, 1146, '1733-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102229, 1146, '1733-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102230, 1146, '1733-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102231, 1146, '1733-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102232, 1146, '1733-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102233, 1146, '1733-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102234, 1146, '1733-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102235, 1146, '1733-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102236, 1146, '1733-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102237, 1146, '1733-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102238, 1146, '1733-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102239, 1146, '1734-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102240, 1146, '1734-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102241, 1146, '1734-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102242, 1146, '1734-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102243, 1146, '1734-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102244, 1146, '1734-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102245, 1146, '1734-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102246, 1146, '1734-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102247, 1146, '1734-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102248, 1146, '1734-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102249, 1146, '1734-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102250, 1146, '1734-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102251, 1146, '1735-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102252, 1146, '1735-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102253, 1146, '1735-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102254, 1146, '1735-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102255, 1146, '1735-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102256, 1146, '1735-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102257, 1146, '1735-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102258, 1146, '1735-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102259, 1146, '1735-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102260, 1146, '1735-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102261, 1146, '1735-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102262, 1146, '1735-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102263, 1146, '1736-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102264, 1146, '1736-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102265, 1146, '1736-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102266, 1146, '1736-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102267, 1146, '1736-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102268, 1146, '1736-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102269, 1146, '1736-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102270, 1146, '1736-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102271, 1146, '1736-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102272, 1146, '1736-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102273, 1146, '1736-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102274, 1146, '1736-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102275, 1146, '1737-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102276, 1146, '1737-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102277, 1146, '1737-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102278, 1146, '1737-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102279, 1146, '1737-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102280, 1146, '1737-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102281, 1146, '1737-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102282, 1146, '1737-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102283, 1146, '1737-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102284, 1146, '1737-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102285, 1146, '1737-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102286, 1146, '1737-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102287, 1146, '1738-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102288, 1146, '1738-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102289, 1146, '1738-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102290, 1146, '1738-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102291, 1146, '1738-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102292, 1146, '1738-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102293, 1146, '1738-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102294, 1146, '1738-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102295, 1146, '1738-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102296, 1146, '1738-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102297, 1146, '1738-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102298, 1146, '1738-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102299, 1146, '1739-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102300, 1146, '1739-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102301, 1146, '1739-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102302, 1146, '1739-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102303, 1146, '1739-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102304, 1146, '1739-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102305, 1146, '1739-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102306, 1146, '1739-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102307, 1146, '1739-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102308, 1146, '1739-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102309, 1146, '1739-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102310, 1146, '1739-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102311, 1146, '1740-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102312, 1146, '1740-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102313, 1146, '1740-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102314, 1146, '1740-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102315, 1146, '1740-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102316, 1146, '1740-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102317, 1146, '1740-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102318, 1146, '1740-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102319, 1146, '1740-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102320, 1146, '1740-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102321, 1146, '1740-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102322, 1146, '1740-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102323, 1146, '1741-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102324, 1146, '1741-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102325, 1146, '1741-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102326, 1146, '1741-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102327, 1146, '1741-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102328, 1146, '1741-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102329, 1146, '1741-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102330, 1146, '1741-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102331, 1146, '1741-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102332, 1146, '1741-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102333, 1146, '1741-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102334, 1146, '1741-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102335, 1146, '1742-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102336, 1146, '1742-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102337, 1146, '1742-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102338, 1146, '1742-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102339, 1146, '1742-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102340, 1146, '1742-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102341, 1146, '1742-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102342, 1146, '1742-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102343, 1146, '1742-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102344, 1146, '1742-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102345, 1146, '1742-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102346, 1146, '1742-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102347, 1146, '1743-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102348, 1146, '1743-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102349, 1146, '1743-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102350, 1146, '1743-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102351, 1146, '1743-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102352, 1146, '1743-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102353, 1146, '1743-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102354, 1146, '1743-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102355, 1146, '1743-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102356, 1146, '1743-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102357, 1146, '1743-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102358, 1146, '1743-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102359, 1146, '1744-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102360, 1146, '1744-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102361, 1146, '1744-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102362, 1146, '1744-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102363, 1146, '1744-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102364, 1146, '1744-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102365, 1146, '1744-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102366, 1146, '1744-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102367, 1146, '1744-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102368, 1146, '1744-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102369, 1146, '1744-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102370, 1146, '1744-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102371, 1146, '1745-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102372, 1146, '1745-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102373, 1146, '1745-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102374, 1146, '1745-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102375, 1146, '1745-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102376, 1146, '1745-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102377, 1146, '1745-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102378, 1146, '1745-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102379, 1146, '1745-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102380, 1146, '1745-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102381, 1146, '1745-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(102382, 1146, '1745-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102383, 1146, '1746-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102384, 1146, '1746-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102385, 1146, '1746-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102386, 1146, '1746-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102387, 1146, '1746-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102388, 1146, '1746-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102389, 1146, '1746-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102390, 1146, '1746-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102391, 1146, '1746-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102392, 1146, '1746-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102393, 1146, '1746-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102394, 1146, '1746-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102395, 1146, '1747-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102396, 1146, '1747-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102397, 1146, '1747-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102398, 1146, '1747-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102399, 1146, '1747-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102400, 1146, '1747-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102401, 1146, '1747-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102402, 1146, '1747-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102403, 1146, '1747-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102404, 1146, '1747-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102405, 1146, '1747-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102406, 1146, '1747-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102407, 1146, '1748-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102408, 1146, '1748-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102409, 1146, '1748-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102410, 1146, '1748-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102411, 1146, '1748-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102412, 1146, '1748-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102413, 1146, '1748-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102414, 1146, '1748-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102415, 1146, '1748-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102416, 1146, '1748-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102417, 1146, '1748-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102418, 1146, '1748-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102419, 1146, '1749-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102420, 1146, '1749-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102421, 1146, '1749-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102422, 1146, '1749-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102423, 1146, '1749-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102424, 1146, '1749-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:20', '2023-09-12 17:12:20'),
(102425, 1146, '1749-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102426, 1146, '1749-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102427, 1146, '1749-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102428, 1146, '1749-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102429, 1146, '1749-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102430, 1146, '1749-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102431, 1146, '1750-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102432, 1146, '1750-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102433, 1146, '1750-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102434, 1146, '1750-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102435, 1146, '1750-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102436, 1146, '1750-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102437, 1146, '1750-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102438, 1146, '1750-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102439, 1146, '1750-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102440, 1146, '1750-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102441, 1146, '1750-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102442, 1146, '1750-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102443, 1146, '1751-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102444, 1146, '1751-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102445, 1146, '1751-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102446, 1146, '1751-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102447, 1146, '1751-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102448, 1146, '1751-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102449, 1146, '1751-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102450, 1146, '1751-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102451, 1146, '1751-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102452, 1146, '1751-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102453, 1146, '1751-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102454, 1146, '1751-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102455, 1146, '1752-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102456, 1146, '1752-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102457, 1146, '1752-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102458, 1146, '1752-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102459, 1146, '1752-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102460, 1146, '1752-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102461, 1146, '1752-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102462, 1146, '1752-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102463, 1146, '1752-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102464, 1146, '1752-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102465, 1146, '1752-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102466, 1146, '1752-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102467, 1146, '1753-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102468, 1146, '1753-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102469, 1146, '1753-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102470, 1146, '1753-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102471, 1146, '1753-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102472, 1146, '1753-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102473, 1146, '1753-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102474, 1146, '1753-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102475, 1146, '1753-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102476, 1146, '1753-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102477, 1146, '1753-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102478, 1146, '1753-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102479, 1146, '1754-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102480, 1146, '1754-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102481, 1146, '1754-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102482, 1146, '1754-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102483, 1146, '1754-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102484, 1146, '1754-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102485, 1146, '1754-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102486, 1146, '1754-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102487, 1146, '1754-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102488, 1146, '1754-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102489, 1146, '1754-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102490, 1146, '1754-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102491, 1146, '1755-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102492, 1146, '1755-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102493, 1146, '1755-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102494, 1146, '1755-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102495, 1146, '1755-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102496, 1146, '1755-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102497, 1146, '1755-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102498, 1146, '1755-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102499, 1146, '1755-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102500, 1146, '1755-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102501, 1146, '1755-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102502, 1146, '1755-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102503, 1146, '1756-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102504, 1146, '1756-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102505, 1146, '1756-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102506, 1146, '1756-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102507, 1146, '1756-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102508, 1146, '1756-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102509, 1146, '1756-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102510, 1146, '1756-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102511, 1146, '1756-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102512, 1146, '1756-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102513, 1146, '1756-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102514, 1146, '1756-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102515, 1146, '1757-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102516, 1146, '1757-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102517, 1146, '1757-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102518, 1146, '1757-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102519, 1146, '1757-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102520, 1146, '1757-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102521, 1146, '1757-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102522, 1146, '1757-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102523, 1146, '1757-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102524, 1146, '1757-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102525, 1146, '1757-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102526, 1146, '1757-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102527, 1146, '1758-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102528, 1146, '1758-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102529, 1146, '1758-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102530, 1146, '1758-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102531, 1146, '1758-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102532, 1146, '1758-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102533, 1146, '1758-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102534, 1146, '1758-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102535, 1146, '1758-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102536, 1146, '1758-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102537, 1146, '1758-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102538, 1146, '1758-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102539, 1146, '1759-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102540, 1146, '1759-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102541, 1146, '1759-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102542, 1146, '1759-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102543, 1146, '1759-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102544, 1146, '1759-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102545, 1146, '1759-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102546, 1146, '1759-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102547, 1146, '1759-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102548, 1146, '1759-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102549, 1146, '1759-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102550, 1146, '1759-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102551, 1146, '1760-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102552, 1146, '1760-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102553, 1146, '1760-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102554, 1146, '1760-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102555, 1146, '1760-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102556, 1146, '1760-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102557, 1146, '1760-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102558, 1146, '1760-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102559, 1146, '1760-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102560, 1146, '1760-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102561, 1146, '1760-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102562, 1146, '1760-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102563, 1146, '1761-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102564, 1146, '1761-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102565, 1146, '1761-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102566, 1146, '1761-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102567, 1146, '1761-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102568, 1146, '1761-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102569, 1146, '1761-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102570, 1146, '1761-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102571, 1146, '1761-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102572, 1146, '1761-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102573, 1146, '1761-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102574, 1146, '1761-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102575, 1146, '1762-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102576, 1146, '1762-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102577, 1146, '1762-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102578, 1146, '1762-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102579, 1146, '1762-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102580, 1146, '1762-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102581, 1146, '1762-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102582, 1146, '1762-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102583, 1146, '1762-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102584, 1146, '1762-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102585, 1146, '1762-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102586, 1146, '1762-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102587, 1146, '1763-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102588, 1146, '1763-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102589, 1146, '1763-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102590, 1146, '1763-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102591, 1146, '1763-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102592, 1146, '1763-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102593, 1146, '1763-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102594, 1146, '1763-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102595, 1146, '1763-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102596, 1146, '1763-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102597, 1146, '1763-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102598, 1146, '1763-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102599, 1146, '1764-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102600, 1146, '1764-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102601, 1146, '1764-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102602, 1146, '1764-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102603, 1146, '1764-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102604, 1146, '1764-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102605, 1146, '1764-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102606, 1146, '1764-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102607, 1146, '1764-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102608, 1146, '1764-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102609, 1146, '1764-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102610, 1146, '1764-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102611, 1146, '1765-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102612, 1146, '1765-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102613, 1146, '1765-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102614, 1146, '1765-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102615, 1146, '1765-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102616, 1146, '1765-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102617, 1146, '1765-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102618, 1146, '1765-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102619, 1146, '1765-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102620, 1146, '1765-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102621, 1146, '1765-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102622, 1146, '1765-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102623, 1146, '1766-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102624, 1146, '1766-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102625, 1146, '1766-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102626, 1146, '1766-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102627, 1146, '1766-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102628, 1146, '1766-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102629, 1146, '1766-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102630, 1146, '1766-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102631, 1146, '1766-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102632, 1146, '1766-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102633, 1146, '1766-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102634, 1146, '1766-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102635, 1146, '1767-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102636, 1146, '1767-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102637, 1146, '1767-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102638, 1146, '1767-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102639, 1146, '1767-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102640, 1146, '1767-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102641, 1146, '1767-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102642, 1146, '1767-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102643, 1146, '1767-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102644, 1146, '1767-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102645, 1146, '1767-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102646, 1146, '1767-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102647, 1146, '1768-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102648, 1146, '1768-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102649, 1146, '1768-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102650, 1146, '1768-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102651, 1146, '1768-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102652, 1146, '1768-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102653, 1146, '1768-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102654, 1146, '1768-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102655, 1146, '1768-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102656, 1146, '1768-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102657, 1146, '1768-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102658, 1146, '1768-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102659, 1146, '1769-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102660, 1146, '1769-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102661, 1146, '1769-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102662, 1146, '1769-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102663, 1146, '1769-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102664, 1146, '1769-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102665, 1146, '1769-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102666, 1146, '1769-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102667, 1146, '1769-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102668, 1146, '1769-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102669, 1146, '1769-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102670, 1146, '1769-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102671, 1146, '1770-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102672, 1146, '1770-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102673, 1146, '1770-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102674, 1146, '1770-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102675, 1146, '1770-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102676, 1146, '1770-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102677, 1146, '1770-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102678, 1146, '1770-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102679, 1146, '1770-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102680, 1146, '1770-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102681, 1146, '1770-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102682, 1146, '1770-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102683, 1146, '1771-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102684, 1146, '1771-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102685, 1146, '1771-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102686, 1146, '1771-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102687, 1146, '1771-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102688, 1146, '1771-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102689, 1146, '1771-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102690, 1146, '1771-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102691, 1146, '1771-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102692, 1146, '1771-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102693, 1146, '1771-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102694, 1146, '1771-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102695, 1146, '1772-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102696, 1146, '1772-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102697, 1146, '1772-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102698, 1146, '1772-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102699, 1146, '1772-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102700, 1146, '1772-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102701, 1146, '1772-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102702, 1146, '1772-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102703, 1146, '1772-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102704, 1146, '1772-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102705, 1146, '1772-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102706, 1146, '1772-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102707, 1146, '1773-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102708, 1146, '1773-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102709, 1146, '1773-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102710, 1146, '1773-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102711, 1146, '1773-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102712, 1146, '1773-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102713, 1146, '1773-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102714, 1146, '1773-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102715, 1146, '1773-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102716, 1146, '1773-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102717, 1146, '1773-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102718, 1146, '1773-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102719, 1146, '1774-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102720, 1146, '1774-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102721, 1146, '1774-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102722, 1146, '1774-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102723, 1146, '1774-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102724, 1146, '1774-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102725, 1146, '1774-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102726, 1146, '1774-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102727, 1146, '1774-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102728, 1146, '1774-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102729, 1146, '1774-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102730, 1146, '1774-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102731, 1146, '1775-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102732, 1146, '1775-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102733, 1146, '1775-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102734, 1146, '1775-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102735, 1146, '1775-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102736, 1146, '1775-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102737, 1146, '1775-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102738, 1146, '1775-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102739, 1146, '1775-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102740, 1146, '1775-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102741, 1146, '1775-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102742, 1146, '1775-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102743, 1146, '1776-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102744, 1146, '1776-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102745, 1146, '1776-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102746, 1146, '1776-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102747, 1146, '1776-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102748, 1146, '1776-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102749, 1146, '1776-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102750, 1146, '1776-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102751, 1146, '1776-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102752, 1146, '1776-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102753, 1146, '1776-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102754, 1146, '1776-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102755, 1146, '1777-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102756, 1146, '1777-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102757, 1146, '1777-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102758, 1146, '1777-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102759, 1146, '1777-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102760, 1146, '1777-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102761, 1146, '1777-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102762, 1146, '1777-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102763, 1146, '1777-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102764, 1146, '1777-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102765, 1146, '1777-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102766, 1146, '1777-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102767, 1146, '1778-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102768, 1146, '1778-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102769, 1146, '1778-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102770, 1146, '1778-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102771, 1146, '1778-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102772, 1146, '1778-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102773, 1146, '1778-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102774, 1146, '1778-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102775, 1146, '1778-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102776, 1146, '1778-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102777, 1146, '1778-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102778, 1146, '1778-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102779, 1146, '1779-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102780, 1146, '1779-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102781, 1146, '1779-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102782, 1146, '1779-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102783, 1146, '1779-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102784, 1146, '1779-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102785, 1146, '1779-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102786, 1146, '1779-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102787, 1146, '1779-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102788, 1146, '1779-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102789, 1146, '1779-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102790, 1146, '1779-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102791, 1146, '1780-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102792, 1146, '1780-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102793, 1146, '1780-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102794, 1146, '1780-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102795, 1146, '1780-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102796, 1146, '1780-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102797, 1146, '1780-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102798, 1146, '1780-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102799, 1146, '1780-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102800, 1146, '1780-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102801, 1146, '1780-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102802, 1146, '1780-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102803, 1146, '1781-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102804, 1146, '1781-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102805, 1146, '1781-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102806, 1146, '1781-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102807, 1146, '1781-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102808, 1146, '1781-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102809, 1146, '1781-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102810, 1146, '1781-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102811, 1146, '1781-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102812, 1146, '1781-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102813, 1146, '1781-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102814, 1146, '1781-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102815, 1146, '1782-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102816, 1146, '1782-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102817, 1146, '1782-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102818, 1146, '1782-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102819, 1146, '1782-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102820, 1146, '1782-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102821, 1146, '1782-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102822, 1146, '1782-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102823, 1146, '1782-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102824, 1146, '1782-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102825, 1146, '1782-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102826, 1146, '1782-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102827, 1146, '1783-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102828, 1146, '1783-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102829, 1146, '1783-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102830, 1146, '1783-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102831, 1146, '1783-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102832, 1146, '1783-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102833, 1146, '1783-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102834, 1146, '1783-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102835, 1146, '1783-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102836, 1146, '1783-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102837, 1146, '1783-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(102838, 1146, '1783-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102839, 1146, '1784-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102840, 1146, '1784-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102841, 1146, '1784-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102842, 1146, '1784-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102843, 1146, '1784-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102844, 1146, '1784-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102845, 1146, '1784-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102846, 1146, '1784-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102847, 1146, '1784-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102848, 1146, '1784-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102849, 1146, '1784-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102850, 1146, '1784-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102851, 1146, '1785-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102852, 1146, '1785-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102853, 1146, '1785-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102854, 1146, '1785-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102855, 1146, '1785-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:21', '2023-09-12 17:12:21'),
(102856, 1146, '1785-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(102857, 1146, '1785-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(102858, 1146, '1785-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(102859, 1146, '1785-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(102860, 1146, '1785-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(102861, 1146, '1785-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(102862, 1146, '1785-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(102863, 1146, '1786-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(102864, 1146, '1786-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(102865, 1146, '1786-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(102866, 1146, '1786-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(102867, 1146, '1786-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(102868, 1146, '1786-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(102869, 1146, '1786-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(102870, 1146, '1786-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(102871, 1146, '1786-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(102872, 1146, '1786-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(102873, 1146, '1786-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(102874, 1146, '1786-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(102875, 1146, '1787-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(102876, 1146, '1787-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(102877, 1146, '1787-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(102878, 1146, '1787-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(102879, 1146, '1787-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(102880, 1146, '1787-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(102881, 1146, '1787-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(102882, 1146, '1787-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(102883, 1146, '1787-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(102884, 1146, '1787-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(102885, 1146, '1787-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(102886, 1146, '1787-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(102887, 1146, '1788-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(102888, 1146, '1788-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(102889, 1146, '1788-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(102890, 1146, '1788-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(102891, 1146, '1788-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(102892, 1146, '1788-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(102893, 1146, '1788-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(102894, 1146, '1788-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(102895, 1146, '1788-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(102896, 1146, '1788-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(102897, 1146, '1788-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(102898, 1146, '1788-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(102899, 1146, '1789-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(102900, 1146, '1789-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(102901, 1146, '1789-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(102902, 1146, '1789-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(102903, 1146, '1789-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(102904, 1146, '1789-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(102905, 1146, '1789-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(102906, 1146, '1789-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(102907, 1146, '1789-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(102908, 1146, '1789-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(102909, 1146, '1789-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(102910, 1146, '1789-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(102911, 1146, '1790-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(102912, 1146, '1790-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(102913, 1146, '1790-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(102914, 1146, '1790-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(102915, 1146, '1790-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(102916, 1146, '1790-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(102917, 1146, '1790-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(102918, 1146, '1790-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(102919, 1146, '1790-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(102920, 1146, '1790-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(102921, 1146, '1790-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(102922, 1146, '1790-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(102923, 1146, '1791-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(102924, 1146, '1791-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(102925, 1146, '1791-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(102926, 1146, '1791-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(102927, 1146, '1791-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(102928, 1146, '1791-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(102929, 1146, '1791-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(102930, 1146, '1791-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(102931, 1146, '1791-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(102932, 1146, '1791-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(102933, 1146, '1791-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(102934, 1146, '1791-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(102935, 1146, '1792-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(102936, 1146, '1792-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(102937, 1146, '1792-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(102938, 1146, '1792-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(102939, 1146, '1792-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(102940, 1146, '1792-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(102941, 1146, '1792-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(102942, 1146, '1792-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(102943, 1146, '1792-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(102944, 1146, '1792-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(102945, 1146, '1792-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(102946, 1146, '1792-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(102947, 1146, '1793-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(102948, 1146, '1793-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(102949, 1146, '1793-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(102950, 1146, '1793-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(102951, 1146, '1793-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(102952, 1146, '1793-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(102953, 1146, '1793-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(102954, 1146, '1793-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(102955, 1146, '1793-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(102956, 1146, '1793-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(102957, 1146, '1793-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(102958, 1146, '1793-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(102959, 1146, '1794-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(102960, 1146, '1794-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(102961, 1146, '1794-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(102962, 1146, '1794-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(102963, 1146, '1794-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(102964, 1146, '1794-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(102965, 1146, '1794-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(102966, 1146, '1794-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(102967, 1146, '1794-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(102968, 1146, '1794-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(102969, 1146, '1794-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(102970, 1146, '1794-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(102971, 1146, '1795-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(102972, 1146, '1795-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(102973, 1146, '1795-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(102974, 1146, '1795-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(102975, 1146, '1795-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(102976, 1146, '1795-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(102977, 1146, '1795-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(102978, 1146, '1795-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(102979, 1146, '1795-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(102980, 1146, '1795-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(102981, 1146, '1795-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(102982, 1146, '1795-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(102983, 1146, '1796-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(102984, 1146, '1796-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(102985, 1146, '1796-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(102986, 1146, '1796-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(102987, 1146, '1796-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(102988, 1146, '1796-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(102989, 1146, '1796-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(102990, 1146, '1796-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(102991, 1146, '1796-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(102992, 1146, '1796-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(102993, 1146, '1796-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(102994, 1146, '1796-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(102995, 1146, '1797-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(102996, 1146, '1797-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(102997, 1146, '1797-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(102998, 1146, '1797-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(102999, 1146, '1797-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103000, 1146, '1797-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103001, 1146, '1797-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103002, 1146, '1797-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103003, 1146, '1797-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103004, 1146, '1797-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103005, 1146, '1797-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103006, 1146, '1797-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103007, 1146, '1798-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103008, 1146, '1798-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103009, 1146, '1798-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103010, 1146, '1798-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103011, 1146, '1798-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103012, 1146, '1798-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103013, 1146, '1798-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103014, 1146, '1798-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103015, 1146, '1798-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103016, 1146, '1798-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103017, 1146, '1798-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103018, 1146, '1798-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103019, 1146, '1799-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103020, 1146, '1799-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103021, 1146, '1799-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103022, 1146, '1799-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103023, 1146, '1799-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103024, 1146, '1799-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103025, 1146, '1799-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103026, 1146, '1799-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103027, 1146, '1799-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103028, 1146, '1799-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103029, 1146, '1799-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103030, 1146, '1799-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103031, 1146, '1800-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103032, 1146, '1800-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103033, 1146, '1800-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103034, 1146, '1800-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103035, 1146, '1800-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103036, 1146, '1800-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103037, 1146, '1800-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103038, 1146, '1800-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103039, 1146, '1800-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103040, 1146, '1800-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103041, 1146, '1800-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103042, 1146, '1800-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103043, 1146, '1801-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103044, 1146, '1801-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103045, 1146, '1801-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103046, 1146, '1801-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103047, 1146, '1801-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103048, 1146, '1801-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103049, 1146, '1801-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103050, 1146, '1801-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103051, 1146, '1801-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103052, 1146, '1801-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103053, 1146, '1801-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103054, 1146, '1801-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103055, 1146, '1802-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103056, 1146, '1802-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103057, 1146, '1802-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103058, 1146, '1802-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103059, 1146, '1802-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103060, 1146, '1802-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103061, 1146, '1802-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103062, 1146, '1802-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103063, 1146, '1802-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103064, 1146, '1802-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103065, 1146, '1802-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103066, 1146, '1802-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103067, 1146, '1803-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103068, 1146, '1803-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103069, 1146, '1803-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103070, 1146, '1803-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103071, 1146, '1803-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103072, 1146, '1803-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103073, 1146, '1803-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103074, 1146, '1803-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103075, 1146, '1803-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103076, 1146, '1803-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103077, 1146, '1803-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103078, 1146, '1803-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103079, 1146, '1804-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103080, 1146, '1804-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103081, 1146, '1804-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103082, 1146, '1804-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103083, 1146, '1804-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103084, 1146, '1804-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103085, 1146, '1804-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103086, 1146, '1804-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103087, 1146, '1804-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103088, 1146, '1804-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103089, 1146, '1804-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103090, 1146, '1804-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103091, 1146, '1805-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103092, 1146, '1805-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103093, 1146, '1805-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103094, 1146, '1805-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103095, 1146, '1805-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103096, 1146, '1805-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103097, 1146, '1805-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103098, 1146, '1805-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103099, 1146, '1805-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103100, 1146, '1805-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103101, 1146, '1805-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103102, 1146, '1805-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103103, 1146, '1806-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103104, 1146, '1806-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103105, 1146, '1806-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103106, 1146, '1806-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103107, 1146, '1806-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103108, 1146, '1806-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103109, 1146, '1806-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103110, 1146, '1806-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103111, 1146, '1806-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103112, 1146, '1806-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103113, 1146, '1806-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103114, 1146, '1806-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103115, 1146, '1807-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103116, 1146, '1807-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103117, 1146, '1807-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103118, 1146, '1807-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103119, 1146, '1807-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103120, 1146, '1807-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103121, 1146, '1807-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103122, 1146, '1807-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103123, 1146, '1807-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103124, 1146, '1807-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103125, 1146, '1807-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103126, 1146, '1807-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103127, 1146, '1808-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103128, 1146, '1808-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103129, 1146, '1808-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103130, 1146, '1808-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103131, 1146, '1808-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103132, 1146, '1808-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103133, 1146, '1808-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103134, 1146, '1808-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103135, 1146, '1808-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103136, 1146, '1808-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103137, 1146, '1808-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103138, 1146, '1808-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103139, 1146, '1809-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103140, 1146, '1809-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103141, 1146, '1809-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103142, 1146, '1809-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103143, 1146, '1809-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103144, 1146, '1809-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103145, 1146, '1809-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103146, 1146, '1809-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103147, 1146, '1809-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103148, 1146, '1809-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103149, 1146, '1809-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103150, 1146, '1809-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103151, 1146, '1810-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103152, 1146, '1810-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103153, 1146, '1810-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103154, 1146, '1810-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103155, 1146, '1810-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103156, 1146, '1810-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103157, 1146, '1810-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103158, 1146, '1810-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103159, 1146, '1810-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103160, 1146, '1810-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103161, 1146, '1810-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103162, 1146, '1810-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103163, 1146, '1811-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103164, 1146, '1811-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103165, 1146, '1811-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103166, 1146, '1811-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103167, 1146, '1811-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103168, 1146, '1811-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103169, 1146, '1811-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103170, 1146, '1811-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103171, 1146, '1811-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103172, 1146, '1811-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103173, 1146, '1811-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103174, 1146, '1811-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103175, 1146, '1812-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103176, 1146, '1812-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103177, 1146, '1812-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103178, 1146, '1812-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103179, 1146, '1812-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103180, 1146, '1812-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103181, 1146, '1812-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103182, 1146, '1812-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103183, 1146, '1812-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103184, 1146, '1812-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103185, 1146, '1812-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103186, 1146, '1812-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103187, 1146, '1813-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103188, 1146, '1813-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103189, 1146, '1813-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103190, 1146, '1813-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103191, 1146, '1813-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103192, 1146, '1813-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103193, 1146, '1813-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103194, 1146, '1813-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103195, 1146, '1813-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103196, 1146, '1813-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103197, 1146, '1813-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103198, 1146, '1813-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103199, 1146, '1814-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103200, 1146, '1814-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103201, 1146, '1814-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103202, 1146, '1814-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103203, 1146, '1814-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103204, 1146, '1814-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103205, 1146, '1814-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103206, 1146, '1814-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103207, 1146, '1814-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103208, 1146, '1814-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103209, 1146, '1814-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103210, 1146, '1814-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103211, 1146, '1815-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103212, 1146, '1815-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103213, 1146, '1815-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103214, 1146, '1815-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103215, 1146, '1815-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103216, 1146, '1815-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103217, 1146, '1815-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103218, 1146, '1815-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103219, 1146, '1815-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103220, 1146, '1815-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103221, 1146, '1815-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103222, 1146, '1815-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103223, 1146, '1816-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103224, 1146, '1816-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103225, 1146, '1816-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103226, 1146, '1816-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103227, 1146, '1816-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103228, 1146, '1816-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103229, 1146, '1816-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103230, 1146, '1816-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103231, 1146, '1816-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103232, 1146, '1816-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103233, 1146, '1816-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103234, 1146, '1816-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103235, 1146, '1817-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103236, 1146, '1817-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103237, 1146, '1817-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103238, 1146, '1817-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103239, 1146, '1817-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103240, 1146, '1817-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103241, 1146, '1817-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103242, 1146, '1817-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103243, 1146, '1817-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103244, 1146, '1817-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103245, 1146, '1817-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103246, 1146, '1817-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103247, 1146, '1818-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103248, 1146, '1818-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103249, 1146, '1818-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103250, 1146, '1818-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103251, 1146, '1818-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103252, 1146, '1818-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103253, 1146, '1818-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103254, 1146, '1818-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103255, 1146, '1818-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103256, 1146, '1818-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103257, 1146, '1818-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103258, 1146, '1818-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103259, 1146, '1819-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103260, 1146, '1819-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103261, 1146, '1819-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103262, 1146, '1819-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103263, 1146, '1819-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103264, 1146, '1819-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103265, 1146, '1819-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103266, 1146, '1819-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103267, 1146, '1819-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:22', '2023-09-12 17:12:22'),
(103268, 1146, '1819-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103269, 1146, '1819-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103270, 1146, '1819-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103271, 1146, '1820-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103272, 1146, '1820-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103273, 1146, '1820-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103274, 1146, '1820-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103275, 1146, '1820-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103276, 1146, '1820-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103277, 1146, '1820-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103278, 1146, '1820-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103279, 1146, '1820-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103280, 1146, '1820-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103281, 1146, '1820-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103282, 1146, '1820-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103283, 1146, '1821-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103284, 1146, '1821-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103285, 1146, '1821-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103286, 1146, '1821-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103287, 1146, '1821-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103288, 1146, '1821-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103289, 1146, '1821-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103290, 1146, '1821-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103291, 1146, '1821-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103292, 1146, '1821-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103293, 1146, '1821-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(103294, 1146, '1821-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103295, 1146, '1822-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103296, 1146, '1822-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103297, 1146, '1822-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103298, 1146, '1822-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103299, 1146, '1822-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103300, 1146, '1822-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103301, 1146, '1822-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103302, 1146, '1822-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103303, 1146, '1822-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103304, 1146, '1822-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103305, 1146, '1822-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103306, 1146, '1822-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103307, 1146, '1823-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103308, 1146, '1823-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103309, 1146, '1823-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103310, 1146, '1823-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103311, 1146, '1823-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103312, 1146, '1823-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103313, 1146, '1823-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103314, 1146, '1823-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103315, 1146, '1823-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103316, 1146, '1823-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103317, 1146, '1823-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103318, 1146, '1823-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103319, 1146, '1824-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103320, 1146, '1824-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103321, 1146, '1824-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103322, 1146, '1824-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103323, 1146, '1824-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103324, 1146, '1824-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103325, 1146, '1824-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103326, 1146, '1824-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103327, 1146, '1824-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103328, 1146, '1824-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103329, 1146, '1824-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103330, 1146, '1824-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103331, 1146, '1825-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103332, 1146, '1825-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103333, 1146, '1825-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103334, 1146, '1825-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103335, 1146, '1825-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103336, 1146, '1825-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103337, 1146, '1825-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103338, 1146, '1825-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103339, 1146, '1825-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103340, 1146, '1825-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103341, 1146, '1825-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103342, 1146, '1825-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103343, 1146, '1826-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103344, 1146, '1826-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103345, 1146, '1826-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103346, 1146, '1826-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103347, 1146, '1826-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103348, 1146, '1826-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103349, 1146, '1826-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103350, 1146, '1826-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103351, 1146, '1826-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103352, 1146, '1826-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103353, 1146, '1826-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103354, 1146, '1826-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103355, 1146, '1827-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103356, 1146, '1827-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103357, 1146, '1827-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103358, 1146, '1827-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103359, 1146, '1827-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103360, 1146, '1827-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103361, 1146, '1827-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103362, 1146, '1827-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103363, 1146, '1827-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103364, 1146, '1827-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103365, 1146, '1827-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103366, 1146, '1827-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103367, 1146, '1828-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103368, 1146, '1828-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103369, 1146, '1828-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103370, 1146, '1828-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103371, 1146, '1828-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103372, 1146, '1828-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103373, 1146, '1828-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103374, 1146, '1828-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103375, 1146, '1828-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103376, 1146, '1828-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103377, 1146, '1828-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103378, 1146, '1828-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103379, 1146, '1829-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103380, 1146, '1829-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103381, 1146, '1829-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103382, 1146, '1829-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103383, 1146, '1829-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103384, 1146, '1829-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103385, 1146, '1829-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103386, 1146, '1829-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103387, 1146, '1829-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103388, 1146, '1829-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103389, 1146, '1829-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103390, 1146, '1829-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103391, 1146, '1830-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103392, 1146, '1830-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103393, 1146, '1830-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103394, 1146, '1830-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103395, 1146, '1830-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103396, 1146, '1830-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103397, 1146, '1830-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103398, 1146, '1830-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103399, 1146, '1830-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103400, 1146, '1830-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103401, 1146, '1830-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103402, 1146, '1830-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103403, 1146, '1831-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103404, 1146, '1831-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103405, 1146, '1831-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103406, 1146, '1831-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103407, 1146, '1831-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103408, 1146, '1831-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103409, 1146, '1831-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103410, 1146, '1831-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103411, 1146, '1831-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103412, 1146, '1831-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103413, 1146, '1831-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103414, 1146, '1831-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103415, 1146, '1832-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103416, 1146, '1832-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103417, 1146, '1832-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103418, 1146, '1832-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103419, 1146, '1832-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103420, 1146, '1832-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103421, 1146, '1832-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103422, 1146, '1832-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103423, 1146, '1832-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103424, 1146, '1832-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103425, 1146, '1832-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103426, 1146, '1832-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103427, 1146, '1833-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103428, 1146, '1833-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103429, 1146, '1833-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103430, 1146, '1833-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103431, 1146, '1833-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103432, 1146, '1833-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103433, 1146, '1833-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103434, 1146, '1833-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103435, 1146, '1833-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103436, 1146, '1833-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103437, 1146, '1833-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103438, 1146, '1833-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103439, 1146, '1834-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103440, 1146, '1834-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103441, 1146, '1834-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103442, 1146, '1834-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103443, 1146, '1834-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103444, 1146, '1834-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103445, 1146, '1834-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103446, 1146, '1834-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103447, 1146, '1834-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103448, 1146, '1834-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103449, 1146, '1834-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103450, 1146, '1834-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103451, 1146, '1835-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103452, 1146, '1835-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103453, 1146, '1835-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103454, 1146, '1835-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103455, 1146, '1835-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103456, 1146, '1835-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103457, 1146, '1835-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103458, 1146, '1835-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103459, 1146, '1835-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103460, 1146, '1835-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103461, 1146, '1835-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103462, 1146, '1835-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103463, 1146, '1836-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103464, 1146, '1836-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103465, 1146, '1836-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103466, 1146, '1836-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103467, 1146, '1836-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103468, 1146, '1836-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103469, 1146, '1836-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103470, 1146, '1836-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103471, 1146, '1836-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103472, 1146, '1836-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103473, 1146, '1836-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103474, 1146, '1836-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103475, 1146, '1837-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103476, 1146, '1837-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103477, 1146, '1837-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103478, 1146, '1837-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103479, 1146, '1837-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103480, 1146, '1837-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103481, 1146, '1837-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103482, 1146, '1837-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103483, 1146, '1837-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103484, 1146, '1837-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103485, 1146, '1837-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103486, 1146, '1837-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103487, 1146, '1838-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103488, 1146, '1838-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103489, 1146, '1838-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103490, 1146, '1838-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103491, 1146, '1838-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103492, 1146, '1838-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103493, 1146, '1838-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103494, 1146, '1838-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103495, 1146, '1838-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103496, 1146, '1838-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103497, 1146, '1838-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103498, 1146, '1838-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103499, 1146, '1839-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103500, 1146, '1839-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103501, 1146, '1839-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103502, 1146, '1839-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103503, 1146, '1839-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103504, 1146, '1839-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103505, 1146, '1839-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103506, 1146, '1839-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103507, 1146, '1839-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103508, 1146, '1839-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103509, 1146, '1839-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103510, 1146, '1839-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103511, 1146, '1840-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103512, 1146, '1840-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103513, 1146, '1840-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103514, 1146, '1840-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103515, 1146, '1840-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103516, 1146, '1840-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103517, 1146, '1840-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103518, 1146, '1840-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103519, 1146, '1840-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103520, 1146, '1840-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103521, 1146, '1840-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103522, 1146, '1840-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103523, 1146, '1841-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103524, 1146, '1841-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103525, 1146, '1841-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103526, 1146, '1841-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103527, 1146, '1841-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103528, 1146, '1841-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103529, 1146, '1841-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103530, 1146, '1841-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103531, 1146, '1841-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103532, 1146, '1841-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103533, 1146, '1841-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103534, 1146, '1841-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103535, 1146, '1842-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103536, 1146, '1842-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103537, 1146, '1842-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103538, 1146, '1842-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103539, 1146, '1842-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103540, 1146, '1842-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103541, 1146, '1842-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103542, 1146, '1842-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103543, 1146, '1842-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103544, 1146, '1842-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103545, 1146, '1842-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103546, 1146, '1842-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103547, 1146, '1843-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103548, 1146, '1843-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103549, 1146, '1843-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103550, 1146, '1843-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103551, 1146, '1843-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103552, 1146, '1843-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103553, 1146, '1843-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103554, 1146, '1843-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103555, 1146, '1843-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103556, 1146, '1843-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103557, 1146, '1843-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103558, 1146, '1843-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103559, 1146, '1844-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103560, 1146, '1844-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103561, 1146, '1844-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103562, 1146, '1844-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103563, 1146, '1844-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103564, 1146, '1844-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103565, 1146, '1844-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103566, 1146, '1844-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103567, 1146, '1844-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103568, 1146, '1844-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103569, 1146, '1844-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103570, 1146, '1844-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103571, 1146, '1845-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103572, 1146, '1845-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103573, 1146, '1845-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103574, 1146, '1845-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103575, 1146, '1845-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103576, 1146, '1845-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103577, 1146, '1845-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103578, 1146, '1845-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103579, 1146, '1845-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103580, 1146, '1845-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103581, 1146, '1845-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103582, 1146, '1845-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103583, 1146, '1846-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103584, 1146, '1846-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103585, 1146, '1846-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103586, 1146, '1846-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103587, 1146, '1846-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103588, 1146, '1846-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103589, 1146, '1846-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103590, 1146, '1846-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103591, 1146, '1846-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103592, 1146, '1846-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103593, 1146, '1846-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103594, 1146, '1846-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103595, 1146, '1847-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103596, 1146, '1847-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103597, 1146, '1847-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103598, 1146, '1847-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103599, 1146, '1847-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103600, 1146, '1847-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103601, 1146, '1847-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103602, 1146, '1847-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103603, 1146, '1847-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103604, 1146, '1847-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103605, 1146, '1847-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103606, 1146, '1847-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103607, 1146, '1848-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103608, 1146, '1848-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103609, 1146, '1848-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103610, 1146, '1848-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103611, 1146, '1848-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103612, 1146, '1848-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103613, 1146, '1848-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103614, 1146, '1848-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103615, 1146, '1848-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103616, 1146, '1848-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103617, 1146, '1848-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103618, 1146, '1848-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103619, 1146, '1849-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103620, 1146, '1849-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103621, 1146, '1849-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103622, 1146, '1849-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103623, 1146, '1849-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103624, 1146, '1849-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103625, 1146, '1849-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103626, 1146, '1849-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103627, 1146, '1849-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103628, 1146, '1849-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103629, 1146, '1849-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103630, 1146, '1849-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103631, 1146, '1850-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103632, 1146, '1850-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103633, 1146, '1850-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103634, 1146, '1850-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103635, 1146, '1850-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103636, 1146, '1850-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103637, 1146, '1850-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103638, 1146, '1850-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103639, 1146, '1850-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103640, 1146, '1850-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103641, 1146, '1850-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103642, 1146, '1850-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103643, 1146, '1851-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103644, 1146, '1851-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103645, 1146, '1851-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:23', '2023-09-12 17:12:23'),
(103646, 1146, '1851-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103647, 1146, '1851-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103648, 1146, '1851-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103649, 1146, '1851-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103650, 1146, '1851-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103651, 1146, '1851-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103652, 1146, '1851-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103653, 1146, '1851-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103654, 1146, '1851-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103655, 1146, '1852-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103656, 1146, '1852-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103657, 1146, '1852-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103658, 1146, '1852-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103659, 1146, '1852-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103660, 1146, '1852-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103661, 1146, '1852-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103662, 1146, '1852-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103663, 1146, '1852-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103664, 1146, '1852-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103665, 1146, '1852-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103666, 1146, '1852-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103667, 1146, '1853-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103668, 1146, '1853-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103669, 1146, '1853-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103670, 1146, '1853-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103671, 1146, '1853-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103672, 1146, '1853-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103673, 1146, '1853-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103674, 1146, '1853-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103675, 1146, '1853-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103676, 1146, '1853-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103677, 1146, '1853-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103678, 1146, '1853-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103679, 1146, '1854-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103680, 1146, '1854-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103681, 1146, '1854-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103682, 1146, '1854-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103683, 1146, '1854-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103684, 1146, '1854-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103685, 1146, '1854-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103686, 1146, '1854-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103687, 1146, '1854-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103688, 1146, '1854-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103689, 1146, '1854-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103690, 1146, '1854-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103691, 1146, '1855-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103692, 1146, '1855-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103693, 1146, '1855-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103694, 1146, '1855-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103695, 1146, '1855-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103696, 1146, '1855-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103697, 1146, '1855-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103698, 1146, '1855-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103699, 1146, '1855-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103700, 1146, '1855-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103701, 1146, '1855-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103702, 1146, '1855-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103703, 1146, '1856-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103704, 1146, '1856-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103705, 1146, '1856-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103706, 1146, '1856-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103707, 1146, '1856-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103708, 1146, '1856-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103709, 1146, '1856-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103710, 1146, '1856-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103711, 1146, '1856-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103712, 1146, '1856-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103713, 1146, '1856-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103714, 1146, '1856-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103715, 1146, '1857-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103716, 1146, '1857-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103717, 1146, '1857-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103718, 1146, '1857-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103719, 1146, '1857-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103720, 1146, '1857-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103721, 1146, '1857-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103722, 1146, '1857-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103723, 1146, '1857-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103724, 1146, '1857-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103725, 1146, '1857-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103726, 1146, '1857-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103727, 1146, '1858-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103728, 1146, '1858-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103729, 1146, '1858-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103730, 1146, '1858-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103731, 1146, '1858-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103732, 1146, '1858-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103733, 1146, '1858-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103734, 1146, '1858-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103735, 1146, '1858-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103736, 1146, '1858-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103737, 1146, '1858-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103738, 1146, '1858-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103739, 1146, '1859-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103740, 1146, '1859-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103741, 1146, '1859-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103742, 1146, '1859-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103743, 1146, '1859-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103744, 1146, '1859-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103745, 1146, '1859-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103746, 1146, '1859-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103747, 1146, '1859-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103748, 1146, '1859-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103749, 1146, '1859-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(103750, 1146, '1859-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103751, 1146, '1860-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103752, 1146, '1860-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103753, 1146, '1860-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103754, 1146, '1860-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103755, 1146, '1860-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103756, 1146, '1860-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103757, 1146, '1860-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103758, 1146, '1860-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103759, 1146, '1860-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103760, 1146, '1860-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103761, 1146, '1860-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103762, 1146, '1860-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103763, 1146, '1861-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103764, 1146, '1861-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103765, 1146, '1861-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103766, 1146, '1861-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103767, 1146, '1861-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103768, 1146, '1861-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103769, 1146, '1861-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103770, 1146, '1861-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103771, 1146, '1861-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103772, 1146, '1861-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103773, 1146, '1861-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103774, 1146, '1861-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103775, 1146, '1862-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103776, 1146, '1862-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103777, 1146, '1862-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103778, 1146, '1862-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103779, 1146, '1862-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103780, 1146, '1862-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103781, 1146, '1862-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103782, 1146, '1862-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103783, 1146, '1862-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103784, 1146, '1862-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103785, 1146, '1862-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103786, 1146, '1862-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103787, 1146, '1863-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103788, 1146, '1863-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103789, 1146, '1863-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103790, 1146, '1863-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103791, 1146, '1863-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103792, 1146, '1863-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103793, 1146, '1863-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103794, 1146, '1863-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103795, 1146, '1863-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103796, 1146, '1863-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103797, 1146, '1863-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103798, 1146, '1863-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103799, 1146, '1864-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103800, 1146, '1864-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103801, 1146, '1864-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103802, 1146, '1864-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103803, 1146, '1864-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103804, 1146, '1864-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103805, 1146, '1864-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103806, 1146, '1864-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103807, 1146, '1864-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103808, 1146, '1864-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103809, 1146, '1864-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103810, 1146, '1864-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103811, 1146, '1865-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103812, 1146, '1865-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103813, 1146, '1865-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103814, 1146, '1865-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103815, 1146, '1865-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103816, 1146, '1865-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103817, 1146, '1865-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103818, 1146, '1865-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103819, 1146, '1865-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103820, 1146, '1865-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103821, 1146, '1865-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103822, 1146, '1865-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103823, 1146, '1866-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103824, 1146, '1866-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103825, 1146, '1866-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103826, 1146, '1866-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103827, 1146, '1866-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103828, 1146, '1866-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103829, 1146, '1866-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103830, 1146, '1866-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103831, 1146, '1866-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103832, 1146, '1866-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103833, 1146, '1866-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103834, 1146, '1866-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103835, 1146, '1867-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103836, 1146, '1867-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103837, 1146, '1867-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103838, 1146, '1867-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103839, 1146, '1867-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103840, 1146, '1867-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103841, 1146, '1867-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103842, 1146, '1867-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103843, 1146, '1867-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103844, 1146, '1867-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103845, 1146, '1867-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103846, 1146, '1867-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103847, 1146, '1868-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103848, 1146, '1868-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103849, 1146, '1868-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103850, 1146, '1868-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103851, 1146, '1868-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103852, 1146, '1868-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103853, 1146, '1868-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103854, 1146, '1868-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103855, 1146, '1868-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103856, 1146, '1868-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103857, 1146, '1868-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103858, 1146, '1868-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103859, 1146, '1869-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103860, 1146, '1869-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103861, 1146, '1869-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103862, 1146, '1869-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103863, 1146, '1869-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103864, 1146, '1869-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103865, 1146, '1869-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103866, 1146, '1869-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103867, 1146, '1869-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103868, 1146, '1869-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103869, 1146, '1869-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103870, 1146, '1869-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103871, 1146, '1870-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103872, 1146, '1870-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103873, 1146, '1870-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103874, 1146, '1870-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103875, 1146, '1870-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103876, 1146, '1870-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103877, 1146, '1870-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103878, 1146, '1870-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103879, 1146, '1870-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103880, 1146, '1870-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103881, 1146, '1870-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103882, 1146, '1870-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103883, 1146, '1871-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103884, 1146, '1871-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103885, 1146, '1871-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103886, 1146, '1871-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103887, 1146, '1871-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103888, 1146, '1871-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103889, 1146, '1871-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103890, 1146, '1871-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103891, 1146, '1871-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103892, 1146, '1871-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103893, 1146, '1871-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103894, 1146, '1871-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103895, 1146, '1872-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103896, 1146, '1872-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103897, 1146, '1872-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103898, 1146, '1872-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103899, 1146, '1872-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103900, 1146, '1872-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103901, 1146, '1872-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103902, 1146, '1872-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103903, 1146, '1872-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103904, 1146, '1872-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103905, 1146, '1872-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103906, 1146, '1872-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103907, 1146, '1873-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103908, 1146, '1873-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103909, 1146, '1873-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103910, 1146, '1873-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103911, 1146, '1873-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103912, 1146, '1873-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103913, 1146, '1873-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103914, 1146, '1873-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103915, 1146, '1873-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103916, 1146, '1873-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103917, 1146, '1873-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103918, 1146, '1873-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103919, 1146, '1874-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103920, 1146, '1874-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103921, 1146, '1874-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103922, 1146, '1874-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103923, 1146, '1874-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103924, 1146, '1874-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103925, 1146, '1874-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103926, 1146, '1874-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103927, 1146, '1874-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103928, 1146, '1874-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103929, 1146, '1874-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103930, 1146, '1874-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103931, 1146, '1875-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103932, 1146, '1875-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103933, 1146, '1875-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103934, 1146, '1875-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103935, 1146, '1875-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103936, 1146, '1875-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103937, 1146, '1875-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103938, 1146, '1875-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103939, 1146, '1875-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103940, 1146, '1875-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103941, 1146, '1875-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103942, 1146, '1875-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103943, 1146, '1876-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103944, 1146, '1876-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103945, 1146, '1876-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103946, 1146, '1876-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103947, 1146, '1876-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103948, 1146, '1876-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103949, 1146, '1876-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103950, 1146, '1876-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103951, 1146, '1876-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103952, 1146, '1876-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103953, 1146, '1876-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103954, 1146, '1876-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103955, 1146, '1877-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103956, 1146, '1877-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103957, 1146, '1877-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103958, 1146, '1877-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103959, 1146, '1877-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103960, 1146, '1877-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103961, 1146, '1877-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103962, 1146, '1877-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103963, 1146, '1877-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103964, 1146, '1877-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103965, 1146, '1877-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103966, 1146, '1877-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103967, 1146, '1878-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103968, 1146, '1878-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103969, 1146, '1878-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103970, 1146, '1878-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103971, 1146, '1878-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103972, 1146, '1878-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103973, 1146, '1878-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103974, 1146, '1878-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103975, 1146, '1878-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103976, 1146, '1878-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103977, 1146, '1878-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103978, 1146, '1878-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103979, 1146, '1879-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103980, 1146, '1879-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103981, 1146, '1879-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103982, 1146, '1879-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103983, 1146, '1879-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103984, 1146, '1879-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103985, 1146, '1879-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103986, 1146, '1879-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103987, 1146, '1879-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103988, 1146, '1879-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103989, 1146, '1879-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103990, 1146, '1879-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103991, 1146, '1880-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103992, 1146, '1880-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103993, 1146, '1880-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103994, 1146, '1880-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103995, 1146, '1880-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103996, 1146, '1880-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103997, 1146, '1880-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103998, 1146, '1880-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(103999, 1146, '1880-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(104000, 1146, '1880-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(104001, 1146, '1880-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(104002, 1146, '1880-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(104003, 1146, '1881-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(104004, 1146, '1881-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(104005, 1146, '1881-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(104006, 1146, '1881-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(104007, 1146, '1881-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(104008, 1146, '1881-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(104009, 1146, '1881-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(104010, 1146, '1881-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(104011, 1146, '1881-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:24', '2023-09-12 17:12:24'),
(104012, 1146, '1881-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104013, 1146, '1881-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104014, 1146, '1881-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104015, 1146, '1882-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104016, 1146, '1882-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104017, 1146, '1882-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104018, 1146, '1882-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104019, 1146, '1882-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104020, 1146, '1882-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104021, 1146, '1882-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104022, 1146, '1882-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104023, 1146, '1882-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104024, 1146, '1882-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104025, 1146, '1882-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104026, 1146, '1882-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104027, 1146, '1883-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104028, 1146, '1883-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104029, 1146, '1883-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104030, 1146, '1883-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104031, 1146, '1883-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104032, 1146, '1883-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104033, 1146, '1883-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104034, 1146, '1883-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104035, 1146, '1883-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104036, 1146, '1883-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104037, 1146, '1883-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104038, 1146, '1883-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104039, 1146, '1884-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104040, 1146, '1884-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104041, 1146, '1884-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104042, 1146, '1884-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104043, 1146, '1884-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104044, 1146, '1884-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104045, 1146, '1884-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104046, 1146, '1884-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104047, 1146, '1884-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104048, 1146, '1884-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104049, 1146, '1884-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104050, 1146, '1884-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104051, 1146, '1885-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104052, 1146, '1885-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104053, 1146, '1885-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104054, 1146, '1885-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104055, 1146, '1885-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104056, 1146, '1885-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104057, 1146, '1885-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104058, 1146, '1885-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104059, 1146, '1885-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104060, 1146, '1885-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104061, 1146, '1885-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104062, 1146, '1885-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104063, 1146, '1886-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104064, 1146, '1886-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104065, 1146, '1886-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104066, 1146, '1886-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104067, 1146, '1886-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104068, 1146, '1886-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104069, 1146, '1886-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104070, 1146, '1886-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104071, 1146, '1886-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104072, 1146, '1886-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104073, 1146, '1886-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104074, 1146, '1886-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104075, 1146, '1887-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104076, 1146, '1887-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104077, 1146, '1887-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104078, 1146, '1887-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104079, 1146, '1887-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104080, 1146, '1887-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104081, 1146, '1887-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104082, 1146, '1887-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104083, 1146, '1887-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104084, 1146, '1887-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104085, 1146, '1887-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104086, 1146, '1887-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104087, 1146, '1888-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104088, 1146, '1888-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104089, 1146, '1888-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104090, 1146, '1888-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104091, 1146, '1888-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104092, 1146, '1888-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104093, 1146, '1888-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104094, 1146, '1888-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104095, 1146, '1888-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104096, 1146, '1888-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104097, 1146, '1888-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104098, 1146, '1888-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104099, 1146, '1889-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104100, 1146, '1889-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104101, 1146, '1889-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104102, 1146, '1889-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104103, 1146, '1889-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104104, 1146, '1889-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104105, 1146, '1889-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104106, 1146, '1889-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104107, 1146, '1889-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104108, 1146, '1889-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104109, 1146, '1889-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104110, 1146, '1889-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104111, 1146, '1890-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104112, 1146, '1890-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104113, 1146, '1890-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104114, 1146, '1890-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104115, 1146, '1890-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104116, 1146, '1890-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104117, 1146, '1890-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104118, 1146, '1890-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104119, 1146, '1890-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104120, 1146, '1890-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104121, 1146, '1890-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104122, 1146, '1890-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104123, 1146, '1891-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104124, 1146, '1891-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104125, 1146, '1891-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104126, 1146, '1891-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104127, 1146, '1891-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104128, 1146, '1891-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104129, 1146, '1891-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104130, 1146, '1891-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104131, 1146, '1891-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104132, 1146, '1891-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104133, 1146, '1891-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104134, 1146, '1891-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104135, 1146, '1892-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104136, 1146, '1892-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104137, 1146, '1892-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104138, 1146, '1892-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104139, 1146, '1892-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104140, 1146, '1892-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104141, 1146, '1892-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104142, 1146, '1892-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104143, 1146, '1892-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104144, 1146, '1892-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104145, 1146, '1892-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104146, 1146, '1892-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104147, 1146, '1893-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104148, 1146, '1893-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104149, 1146, '1893-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104150, 1146, '1893-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104151, 1146, '1893-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104152, 1146, '1893-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104153, 1146, '1893-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104154, 1146, '1893-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104155, 1146, '1893-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104156, 1146, '1893-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104157, 1146, '1893-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104158, 1146, '1893-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104159, 1146, '1894-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104160, 1146, '1894-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104161, 1146, '1894-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104162, 1146, '1894-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104163, 1146, '1894-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104164, 1146, '1894-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104165, 1146, '1894-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104166, 1146, '1894-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104167, 1146, '1894-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104168, 1146, '1894-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104169, 1146, '1894-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104170, 1146, '1894-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104171, 1146, '1895-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104172, 1146, '1895-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104173, 1146, '1895-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104174, 1146, '1895-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104175, 1146, '1895-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104176, 1146, '1895-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104177, 1146, '1895-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104178, 1146, '1895-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104179, 1146, '1895-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104180, 1146, '1895-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104181, 1146, '1895-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104182, 1146, '1895-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104183, 1146, '1896-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104184, 1146, '1896-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104185, 1146, '1896-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104186, 1146, '1896-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104187, 1146, '1896-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104188, 1146, '1896-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104189, 1146, '1896-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104190, 1146, '1896-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104191, 1146, '1896-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104192, 1146, '1896-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104193, 1146, '1896-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104194, 1146, '1896-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104195, 1146, '1897-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104196, 1146, '1897-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104197, 1146, '1897-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104198, 1146, '1897-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104199, 1146, '1897-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104200, 1146, '1897-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104201, 1146, '1897-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104202, 1146, '1897-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104203, 1146, '1897-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104204, 1146, '1897-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104205, 1146, '1897-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(104206, 1146, '1897-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104207, 1146, '1898-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104208, 1146, '1898-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104209, 1146, '1898-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104210, 1146, '1898-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104211, 1146, '1898-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104212, 1146, '1898-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104213, 1146, '1898-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104214, 1146, '1898-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104215, 1146, '1898-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104216, 1146, '1898-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104217, 1146, '1898-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104218, 1146, '1898-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104219, 1146, '1899-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104220, 1146, '1899-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104221, 1146, '1899-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104222, 1146, '1899-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104223, 1146, '1899-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104224, 1146, '1899-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104225, 1146, '1899-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104226, 1146, '1899-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104227, 1146, '1899-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104228, 1146, '1899-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104229, 1146, '1899-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104230, 1146, '1899-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104231, 1146, '1900-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104232, 1146, '1900-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104233, 1146, '1900-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104234, 1146, '1900-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104235, 1146, '1900-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104236, 1146, '1900-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104237, 1146, '1900-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104238, 1146, '1900-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104239, 1146, '1900-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104240, 1146, '1900-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104241, 1146, '1900-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104242, 1146, '1900-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104243, 1146, '1901-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104244, 1146, '1901-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104245, 1146, '1901-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104246, 1146, '1901-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104247, 1146, '1901-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104248, 1146, '1901-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104249, 1146, '1901-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104250, 1146, '1901-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104251, 1146, '1901-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104252, 1146, '1901-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104253, 1146, '1901-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104254, 1146, '1901-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104255, 1146, '1902-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104256, 1146, '1902-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104257, 1146, '1902-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104258, 1146, '1902-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104259, 1146, '1902-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104260, 1146, '1902-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104261, 1146, '1902-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104262, 1146, '1902-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104263, 1146, '1902-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104264, 1146, '1902-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104265, 1146, '1902-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104266, 1146, '1902-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104267, 1146, '1903-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104268, 1146, '1903-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104269, 1146, '1903-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104270, 1146, '1903-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104271, 1146, '1903-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104272, 1146, '1903-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104273, 1146, '1903-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104274, 1146, '1903-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104275, 1146, '1903-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104276, 1146, '1903-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104277, 1146, '1903-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104278, 1146, '1903-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104279, 1146, '1904-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104280, 1146, '1904-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104281, 1146, '1904-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104282, 1146, '1904-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104283, 1146, '1904-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104284, 1146, '1904-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104285, 1146, '1904-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104286, 1146, '1904-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104287, 1146, '1904-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104288, 1146, '1904-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104289, 1146, '1904-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104290, 1146, '1904-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104291, 1146, '1905-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104292, 1146, '1905-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104293, 1146, '1905-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104294, 1146, '1905-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104295, 1146, '1905-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104296, 1146, '1905-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104297, 1146, '1905-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104298, 1146, '1905-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104299, 1146, '1905-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104300, 1146, '1905-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104301, 1146, '1905-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104302, 1146, '1905-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104303, 1146, '1906-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104304, 1146, '1906-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104305, 1146, '1906-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104306, 1146, '1906-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104307, 1146, '1906-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104308, 1146, '1906-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104309, 1146, '1906-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104310, 1146, '1906-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104311, 1146, '1906-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104312, 1146, '1906-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104313, 1146, '1906-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104314, 1146, '1906-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104315, 1146, '1907-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104316, 1146, '1907-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104317, 1146, '1907-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104318, 1146, '1907-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104319, 1146, '1907-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104320, 1146, '1907-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104321, 1146, '1907-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104322, 1146, '1907-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104323, 1146, '1907-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104324, 1146, '1907-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104325, 1146, '1907-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104326, 1146, '1907-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104327, 1146, '1908-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104328, 1146, '1908-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104329, 1146, '1908-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104330, 1146, '1908-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104331, 1146, '1908-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104332, 1146, '1908-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104333, 1146, '1908-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104334, 1146, '1908-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104335, 1146, '1908-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104336, 1146, '1908-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104337, 1146, '1908-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104338, 1146, '1908-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104339, 1146, '1909-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104340, 1146, '1909-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104341, 1146, '1909-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104342, 1146, '1909-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104343, 1146, '1909-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104344, 1146, '1909-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104345, 1146, '1909-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104346, 1146, '1909-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104347, 1146, '1909-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104348, 1146, '1909-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104349, 1146, '1909-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104350, 1146, '1909-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104351, 1146, '1910-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104352, 1146, '1910-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104353, 1146, '1910-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104354, 1146, '1910-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104355, 1146, '1910-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104356, 1146, '1910-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104357, 1146, '1910-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104358, 1146, '1910-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104359, 1146, '1910-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104360, 1146, '1910-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104361, 1146, '1910-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104362, 1146, '1910-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104363, 1146, '1911-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104364, 1146, '1911-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104365, 1146, '1911-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104366, 1146, '1911-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104367, 1146, '1911-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104368, 1146, '1911-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104369, 1146, '1911-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104370, 1146, '1911-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104371, 1146, '1911-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104372, 1146, '1911-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104373, 1146, '1911-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104374, 1146, '1911-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104375, 1146, '1912-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104376, 1146, '1912-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104377, 1146, '1912-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104378, 1146, '1912-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104379, 1146, '1912-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104380, 1146, '1912-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104381, 1146, '1912-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:25', '2023-09-12 17:12:25'),
(104382, 1146, '1912-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104383, 1146, '1912-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104384, 1146, '1912-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104385, 1146, '1912-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104386, 1146, '1912-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104387, 1146, '1913-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104388, 1146, '1913-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104389, 1146, '1913-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104390, 1146, '1913-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104391, 1146, '1913-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104392, 1146, '1913-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104393, 1146, '1913-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104394, 1146, '1913-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104395, 1146, '1913-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104396, 1146, '1913-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104397, 1146, '1913-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104398, 1146, '1913-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104399, 1146, '1914-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104400, 1146, '1914-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104401, 1146, '1914-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104402, 1146, '1914-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104403, 1146, '1914-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104404, 1146, '1914-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104405, 1146, '1914-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104406, 1146, '1914-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104407, 1146, '1914-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104408, 1146, '1914-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104409, 1146, '1914-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104410, 1146, '1914-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104411, 1146, '1915-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104412, 1146, '1915-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104413, 1146, '1915-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104414, 1146, '1915-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104415, 1146, '1915-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104416, 1146, '1915-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104417, 1146, '1915-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104418, 1146, '1915-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104419, 1146, '1915-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104420, 1146, '1915-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104421, 1146, '1915-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104422, 1146, '1915-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104423, 1146, '1916-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104424, 1146, '1916-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104425, 1146, '1916-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104426, 1146, '1916-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104427, 1146, '1916-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104428, 1146, '1916-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104429, 1146, '1916-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104430, 1146, '1916-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104431, 1146, '1916-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104432, 1146, '1916-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104433, 1146, '1916-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104434, 1146, '1916-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104435, 1146, '1917-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104436, 1146, '1917-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104437, 1146, '1917-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104438, 1146, '1917-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104439, 1146, '1917-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104440, 1146, '1917-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104441, 1146, '1917-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104442, 1146, '1917-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104443, 1146, '1917-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104444, 1146, '1917-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104445, 1146, '1917-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104446, 1146, '1917-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104447, 1146, '1918-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104448, 1146, '1918-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104449, 1146, '1918-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104450, 1146, '1918-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104451, 1146, '1918-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104452, 1146, '1918-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104453, 1146, '1918-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104454, 1146, '1918-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104455, 1146, '1918-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104456, 1146, '1918-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104457, 1146, '1918-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104458, 1146, '1918-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104459, 1146, '1919-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104460, 1146, '1919-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104461, 1146, '1919-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104462, 1146, '1919-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104463, 1146, '1919-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104464, 1146, '1919-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104465, 1146, '1919-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104466, 1146, '1919-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104467, 1146, '1919-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104468, 1146, '1919-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104469, 1146, '1919-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104470, 1146, '1919-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104471, 1146, '1920-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104472, 1146, '1920-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104473, 1146, '1920-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104474, 1146, '1920-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104475, 1146, '1920-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104476, 1146, '1920-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104477, 1146, '1920-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104478, 1146, '1920-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104479, 1146, '1920-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104480, 1146, '1920-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104481, 1146, '1920-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104482, 1146, '1920-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104483, 1146, '1921-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104484, 1146, '1921-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104485, 1146, '1921-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104486, 1146, '1921-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104487, 1146, '1921-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104488, 1146, '1921-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104489, 1146, '1921-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104490, 1146, '1921-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104491, 1146, '1921-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104492, 1146, '1921-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104493, 1146, '1921-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104494, 1146, '1921-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104495, 1146, '1922-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104496, 1146, '1922-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104497, 1146, '1922-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104498, 1146, '1922-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104499, 1146, '1922-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104500, 1146, '1922-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104501, 1146, '1922-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104502, 1146, '1922-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104503, 1146, '1922-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104504, 1146, '1922-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104505, 1146, '1922-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104506, 1146, '1922-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104507, 1146, '1923-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104508, 1146, '1923-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104509, 1146, '1923-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104510, 1146, '1923-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104511, 1146, '1923-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104512, 1146, '1923-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104513, 1146, '1923-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104514, 1146, '1923-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104515, 1146, '1923-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104516, 1146, '1923-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104517, 1146, '1923-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104518, 1146, '1923-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104519, 1146, '1924-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104520, 1146, '1924-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104521, 1146, '1924-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104522, 1146, '1924-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104523, 1146, '1924-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104524, 1146, '1924-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104525, 1146, '1924-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104526, 1146, '1924-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104527, 1146, '1924-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104528, 1146, '1924-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104529, 1146, '1924-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104530, 1146, '1924-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104531, 1146, '1925-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104532, 1146, '1925-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104533, 1146, '1925-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104534, 1146, '1925-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104535, 1146, '1925-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104536, 1146, '1925-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104537, 1146, '1925-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104538, 1146, '1925-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104539, 1146, '1925-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104540, 1146, '1925-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104541, 1146, '1925-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104542, 1146, '1925-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104543, 1146, '1926-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104544, 1146, '1926-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104545, 1146, '1926-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104546, 1146, '1926-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104547, 1146, '1926-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104548, 1146, '1926-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104549, 1146, '1926-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104550, 1146, '1926-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104551, 1146, '1926-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104552, 1146, '1926-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104553, 1146, '1926-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104554, 1146, '1926-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104555, 1146, '1927-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104556, 1146, '1927-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104557, 1146, '1927-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104558, 1146, '1927-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104559, 1146, '1927-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104560, 1146, '1927-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104561, 1146, '1927-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104562, 1146, '1927-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104563, 1146, '1927-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104564, 1146, '1927-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104565, 1146, '1927-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104566, 1146, '1927-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104567, 1146, '1928-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104568, 1146, '1928-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104569, 1146, '1928-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104570, 1146, '1928-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104571, 1146, '1928-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104572, 1146, '1928-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104573, 1146, '1928-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104574, 1146, '1928-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104575, 1146, '1928-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104576, 1146, '1928-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104577, 1146, '1928-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104578, 1146, '1928-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104579, 1146, '1929-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104580, 1146, '1929-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104581, 1146, '1929-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104582, 1146, '1929-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104583, 1146, '1929-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104584, 1146, '1929-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104585, 1146, '1929-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104586, 1146, '1929-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104587, 1146, '1929-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104588, 1146, '1929-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104589, 1146, '1929-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104590, 1146, '1929-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104591, 1146, '1930-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104592, 1146, '1930-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104593, 1146, '1930-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104594, 1146, '1930-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104595, 1146, '1930-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104596, 1146, '1930-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104597, 1146, '1930-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104598, 1146, '1930-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104599, 1146, '1930-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104600, 1146, '1930-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104601, 1146, '1930-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104602, 1146, '1930-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104603, 1146, '1931-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104604, 1146, '1931-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104605, 1146, '1931-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104606, 1146, '1931-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104607, 1146, '1931-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104608, 1146, '1931-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104609, 1146, '1931-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104610, 1146, '1931-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104611, 1146, '1931-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104612, 1146, '1931-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104613, 1146, '1931-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104614, 1146, '1931-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104615, 1146, '1932-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104616, 1146, '1932-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104617, 1146, '1932-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104618, 1146, '1932-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104619, 1146, '1932-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104620, 1146, '1932-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104621, 1146, '1932-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104622, 1146, '1932-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104623, 1146, '1932-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104624, 1146, '1932-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104625, 1146, '1932-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104626, 1146, '1932-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104627, 1146, '1933-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104628, 1146, '1933-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104629, 1146, '1933-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104630, 1146, '1933-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104631, 1146, '1933-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104632, 1146, '1933-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104633, 1146, '1933-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104634, 1146, '1933-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104635, 1146, '1933-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104636, 1146, '1933-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104637, 1146, '1933-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104638, 1146, '1933-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104639, 1146, '1934-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104640, 1146, '1934-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104641, 1146, '1934-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104642, 1146, '1934-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104643, 1146, '1934-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104644, 1146, '1934-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104645, 1146, '1934-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104646, 1146, '1934-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104647, 1146, '1934-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104648, 1146, '1934-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104649, 1146, '1934-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104650, 1146, '1934-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104651, 1146, '1935-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104652, 1146, '1935-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104653, 1146, '1935-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104654, 1146, '1935-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104655, 1146, '1935-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104656, 1146, '1935-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104657, 1146, '1935-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104658, 1146, '1935-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104659, 1146, '1935-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104660, 1146, '1935-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104661, 1146, '1935-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(104662, 1146, '1935-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104663, 1146, '1936-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104664, 1146, '1936-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104665, 1146, '1936-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104666, 1146, '1936-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104667, 1146, '1936-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104668, 1146, '1936-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104669, 1146, '1936-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104670, 1146, '1936-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104671, 1146, '1936-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104672, 1146, '1936-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104673, 1146, '1936-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104674, 1146, '1936-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104675, 1146, '1937-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104676, 1146, '1937-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104677, 1146, '1937-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104678, 1146, '1937-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104679, 1146, '1937-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104680, 1146, '1937-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104681, 1146, '1937-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104682, 1146, '1937-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104683, 1146, '1937-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104684, 1146, '1937-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104685, 1146, '1937-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104686, 1146, '1937-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104687, 1146, '1938-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104688, 1146, '1938-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104689, 1146, '1938-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104690, 1146, '1938-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104691, 1146, '1938-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104692, 1146, '1938-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104693, 1146, '1938-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104694, 1146, '1938-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104695, 1146, '1938-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104696, 1146, '1938-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104697, 1146, '1938-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104698, 1146, '1938-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104699, 1146, '1939-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104700, 1146, '1939-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104701, 1146, '1939-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104702, 1146, '1939-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104703, 1146, '1939-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104704, 1146, '1939-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104705, 1146, '1939-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104706, 1146, '1939-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104707, 1146, '1939-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104708, 1146, '1939-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104709, 1146, '1939-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104710, 1146, '1939-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104711, 1146, '1940-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104712, 1146, '1940-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104713, 1146, '1940-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104714, 1146, '1940-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104715, 1146, '1940-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104716, 1146, '1940-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104717, 1146, '1940-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104718, 1146, '1940-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104719, 1146, '1940-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104720, 1146, '1940-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104721, 1146, '1940-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104722, 1146, '1940-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104723, 1146, '1941-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104724, 1146, '1941-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104725, 1146, '1941-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104726, 1146, '1941-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104727, 1146, '1941-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104728, 1146, '1941-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104729, 1146, '1941-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104730, 1146, '1941-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104731, 1146, '1941-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104732, 1146, '1941-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104733, 1146, '1941-11-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104734, 1146, '1941-12-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104735, 1146, '1942-01-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104736, 1146, '1942-02-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104737, 1146, '1942-03-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104738, 1146, '1942-04-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104739, 1146, '1942-05-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104740, 1146, '1942-06-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104741, 1146, '1942-07-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104742, 1146, '1942-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104743, 1146, '1942-09-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104744, 1146, '1942-10-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104745, 1146, '1942-11-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104746, 1146, '1942-12-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104747, 1146, '1943-01-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104748, 1146, '1943-02-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104749, 1146, '1943-03-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104750, 1146, '1943-04-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104751, 1146, '1943-05-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104752, 1146, '1943-06-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104753, 1146, '1943-07-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104754, 1146, '1943-08-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104755, 1146, '1943-09-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104756, 1146, '1943-10-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104757, 1146, '1943-11-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104758, 1146, '1943-12-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104759, 1146, '1944-01-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104760, 1146, '1944-02-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104761, 1146, '1944-03-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104762, 1146, '1944-04-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104763, 1146, '1944-05-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104764, 1146, '1944-06-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104765, 1146, '1944-07-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104766, 1146, '1944-08-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104767, 1146, '1944-09-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104768, 1146, '1944-10-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104769, 1146, '1944-11-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104770, 1146, '1944-12-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104771, 1146, '1945-01-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104772, 1146, '1945-02-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104773, 1146, '1945-03-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104774, 1146, '1945-04-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104775, 1146, '1945-05-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104776, 1146, '1945-06-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104777, 1146, '1945-07-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104778, 1146, '1945-08-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104779, 1146, '1945-09-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104780, 1146, '1945-10-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104781, 1146, '1945-11-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104782, 1146, '1945-12-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104783, 1146, '1946-01-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:26', '2023-09-12 17:12:26'),
(104784, 1146, '1946-02-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(104785, 1146, '1946-03-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(104786, 1146, '1946-04-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(104787, 1146, '1946-05-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(104788, 1146, '1946-06-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(104789, 1146, '1946-07-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(104790, 1146, '1946-08-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(104791, 1146, '1946-09-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(104792, 1146, '1946-10-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(104793, 1146, '1946-11-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(104794, 1146, '1946-12-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(104795, 1146, '1947-01-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(104796, 1146, '1947-02-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(104797, 1146, '1947-03-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(104798, 1146, '1947-04-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(104799, 1146, '1947-05-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(104800, 1146, '1947-06-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(104801, 1146, '1947-07-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(104802, 1146, '1947-08-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(104803, 1146, '1947-09-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(104804, 1146, '1947-10-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(104805, 1146, '1947-11-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(104806, 1146, '1947-12-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(104807, 1146, '1948-01-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(104808, 1146, '1948-02-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(104809, 1146, '1948-03-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(104810, 1146, '1948-04-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(104811, 1146, '1948-05-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(104812, 1146, '1948-06-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(104813, 1146, '1948-07-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(104814, 1146, '1948-08-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(104815, 1146, '1948-09-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(104816, 1146, '1948-10-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(104817, 1146, '1948-11-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(104818, 1146, '1948-12-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(104819, 1146, '1949-01-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(104820, 1146, '1949-02-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(104821, 1146, '1949-03-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(104822, 1146, '1949-04-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(104823, 1146, '1949-05-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(104824, 1146, '1949-06-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(104825, 1146, '1949-07-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(104826, 1146, '1949-08-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(104827, 1146, '1949-09-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(104828, 1146, '1949-10-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(104829, 1146, '1949-11-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(104830, 1146, '1949-12-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(104831, 1146, '1950-01-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(104832, 1146, '1950-02-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(104833, 1146, '1950-03-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(104834, 1146, '1950-04-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(104835, 1146, '1950-05-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(104836, 1146, '1950-06-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(104837, 1146, '1950-07-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(104838, 1146, '1950-08-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(104839, 1146, '1950-09-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(104840, 1146, '1950-10-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(104841, 1146, '1950-11-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(104842, 1146, '1950-12-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(104843, 1146, '1951-01-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(104844, 1146, '1951-02-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(104845, 1146, '1951-03-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(104846, 1146, '1951-04-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(104847, 1146, '1951-05-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(104848, 1146, '1951-06-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(104849, 1146, '1951-07-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(104850, 1146, '1951-08-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(104851, 1146, '1951-09-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(104852, 1146, '1951-10-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(104853, 1146, '1951-11-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(104854, 1146, '1951-12-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(104855, 1146, '1952-01-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(104856, 1146, '1952-02-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(104857, 1146, '1952-03-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(104858, 1146, '1952-04-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(104859, 1146, '1952-05-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(104860, 1146, '1952-06-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(104861, 1146, '1952-07-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(104862, 1146, '1952-08-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(104863, 1146, '1952-09-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(104864, 1146, '1952-10-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(104865, 1146, '1952-11-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(104866, 1146, '1952-12-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(104867, 1146, '1953-01-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(104868, 1146, '1953-02-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(104869, 1146, '1953-03-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(104870, 1146, '1953-04-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(104871, 1146, '1953-05-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(104872, 1146, '1953-06-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(104873, 1146, '1953-07-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(104874, 1146, '1953-08-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(104875, 1146, '1953-09-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(104876, 1146, '1953-10-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(104877, 1146, '1953-11-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(104878, 1146, '1953-12-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(104879, 1146, '1954-01-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(104880, 1146, '1954-02-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(104881, 1146, '1954-03-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(104882, 1146, '1954-04-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(104883, 1146, '1954-05-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(104884, 1146, '1954-06-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(104885, 1146, '1954-07-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(104886, 1146, '1954-08-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(104887, 1146, '1954-09-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(104888, 1146, '1954-10-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(104889, 1146, '1954-11-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(104890, 1146, '1954-12-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(104891, 1146, '1955-01-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(104892, 1146, '1955-02-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(104893, 1146, '1955-03-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(104894, 1146, '1955-04-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(104895, 1146, '1955-05-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(104896, 1146, '1955-06-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(104897, 1146, '1955-07-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(104898, 1146, '1955-08-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(104899, 1146, '1955-09-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(104900, 1146, '1955-10-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(104901, 1146, '1955-11-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(104902, 1146, '1955-12-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(104903, 1146, '1956-01-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(104904, 1146, '1956-02-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(104905, 1146, '1956-03-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(104906, 1146, '1956-04-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(104907, 1146, '1956-05-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(104908, 1146, '1956-06-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(104909, 1146, '1956-07-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(104910, 1146, '1956-08-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(104911, 1146, '1956-09-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(104912, 1146, '1956-10-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(104913, 1146, '1956-11-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(104914, 1146, '1956-12-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(104915, 1146, '1957-01-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(104916, 1146, '1957-02-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(104917, 1146, '1957-03-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(104918, 1146, '1957-04-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(104919, 1146, '1957-05-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(104920, 1146, '1957-06-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(104921, 1146, '1957-07-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(104922, 1146, '1957-08-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(104923, 1146, '1957-09-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(104924, 1146, '1957-10-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(104925, 1146, '1957-11-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(104926, 1146, '1957-12-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(104927, 1146, '1958-01-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(104928, 1146, '1958-02-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(104929, 1146, '1958-03-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(104930, 1146, '1958-04-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(104931, 1146, '1958-05-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(104932, 1146, '1958-06-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(104933, 1146, '1958-07-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(104934, 1146, '1958-08-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(104935, 1146, '1958-09-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(104936, 1146, '1958-10-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(104937, 1146, '1958-11-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(104938, 1146, '1958-12-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(104939, 1146, '1959-01-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(104940, 1146, '1959-02-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(104941, 1146, '1959-03-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(104942, 1146, '1959-04-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(104943, 1146, '1959-05-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(104944, 1146, '1959-06-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(104945, 1146, '1959-07-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(104946, 1146, '1959-08-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(104947, 1146, '1959-09-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(104948, 1146, '1959-10-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(104949, 1146, '1959-11-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(104950, 1146, '1959-12-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(104951, 1146, '1960-01-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(104952, 1146, '1960-02-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(104953, 1146, '1960-03-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(104954, 1146, '1960-04-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(104955, 1146, '1960-05-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(104956, 1146, '1960-06-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(104957, 1146, '1960-07-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(104958, 1146, '1960-08-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(104959, 1146, '1960-09-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(104960, 1146, '1960-10-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(104961, 1146, '1960-11-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(104962, 1146, '1960-12-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(104963, 1146, '1961-01-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(104964, 1146, '1961-02-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(104965, 1146, '1961-03-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(104966, 1146, '1961-04-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(104967, 1146, '1961-05-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(104968, 1146, '1961-06-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(104969, 1146, '1961-07-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(104970, 1146, '1961-08-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(104971, 1146, '1961-09-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(104972, 1146, '1961-10-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(104973, 1146, '1961-11-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(104974, 1146, '1961-12-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(104975, 1146, '1962-01-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(104976, 1146, '1962-02-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(104977, 1146, '1962-03-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(104978, 1146, '1962-04-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(104979, 1146, '1962-05-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(104980, 1146, '1962-06-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(104981, 1146, '1962-07-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(104982, 1146, '1962-08-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(104983, 1146, '1962-09-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(104984, 1146, '1962-10-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(104985, 1146, '1962-11-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(104986, 1146, '1962-12-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(104987, 1146, '1963-01-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(104988, 1146, '1963-02-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(104989, 1146, '1963-03-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(104990, 1146, '1963-04-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(104991, 1146, '1963-05-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(104992, 1146, '1963-06-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(104993, 1146, '1963-07-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(104994, 1146, '1963-08-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(104995, 1146, '1963-09-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(104996, 1146, '1963-10-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(104997, 1146, '1963-11-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(104998, 1146, '1963-12-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(104999, 1146, '1964-01-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(105000, 1146, '1964-02-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(105001, 1146, '1964-03-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(105002, 1146, '1964-04-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(105003, 1146, '1964-05-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(105004, 1146, '1964-06-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(105005, 1146, '1964-07-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(105006, 1146, '1964-08-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(105007, 1146, '1964-09-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(105008, 1146, '1964-10-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(105009, 1146, '1964-11-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(105010, 1146, '1964-12-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(105011, 1146, '1965-01-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(105012, 1146, '1965-02-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(105013, 1146, '1965-03-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(105014, 1146, '1965-04-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(105015, 1146, '1965-05-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(105016, 1146, '1965-06-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(105017, 1146, '1965-07-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(105018, 1146, '1965-08-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(105019, 1146, '1965-09-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(105020, 1146, '1965-10-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(105021, 1146, '1965-11-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(105022, 1146, '1965-12-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(105023, 1146, '1966-01-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(105024, 1146, '1966-02-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(105025, 1146, '1966-03-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(105026, 1146, '1966-04-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(105027, 1146, '1966-05-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(105028, 1146, '1966-06-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(105029, 1146, '1966-07-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(105030, 1146, '1966-08-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(105031, 1146, '1966-09-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(105032, 1146, '1966-10-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(105033, 1146, '1966-11-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(105034, 1146, '1966-12-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(105035, 1146, '1967-01-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(105036, 1146, '1967-02-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(105037, 1146, '1967-03-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(105038, 1146, '1967-04-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(105039, 1146, '1967-05-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(105040, 1146, '1967-06-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(105041, 1146, '1967-07-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(105042, 1146, '1967-08-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(105043, 1146, '1967-09-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(105044, 1146, '1967-10-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(105045, 1146, '1967-11-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(105046, 1146, '1967-12-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(105047, 1146, '1968-01-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(105048, 1146, '1968-02-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(105049, 1146, '1968-03-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(105050, 1146, '1968-04-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(105051, 1146, '1968-05-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(105052, 1146, '1968-06-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(105053, 1146, '1968-07-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(105054, 1146, '1968-08-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(105055, 1146, '1968-09-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(105056, 1146, '1968-10-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(105057, 1146, '1968-11-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(105058, 1146, '1968-12-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(105059, 1146, '1969-01-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(105060, 1146, '1969-02-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(105061, 1146, '1969-03-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(105062, 1146, '1969-04-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(105063, 1146, '1969-05-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(105064, 1146, '1969-06-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(105065, 1146, '1969-07-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(105066, 1146, '1969-08-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(105067, 1146, '1969-09-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(105068, 1146, '1969-10-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(105069, 1146, '1969-11-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(105070, 1146, '1969-12-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(105071, 1146, '1970-01-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(105072, 1146, '1970-02-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(105073, 1146, '1970-03-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(105074, 1146, '1970-04-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(105075, 1146, '1970-05-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(105076, 1146, '1970-06-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(105077, 1146, '1970-07-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(105078, 1146, '1970-08-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(105079, 1146, '1970-09-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(105080, 1146, '1970-10-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(105081, 1146, '1970-11-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(105082, 1146, '1970-12-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(105083, 1146, '1971-01-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(105084, 1146, '1971-02-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(105085, 1146, '1971-03-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(105086, 1146, '1971-04-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(105087, 1146, '1971-05-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(105088, 1146, '1971-06-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(105089, 1146, '1971-07-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(105090, 1146, '1971-08-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(105091, 1146, '1971-09-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(105092, 1146, '1971-10-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(105093, 1146, '1971-11-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(105094, 1146, '1971-12-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(105095, 1146, '1972-01-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(105096, 1146, '1972-02-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(105097, 1146, '1972-03-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(105098, 1146, '1972-04-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(105099, 1146, '1972-05-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(105100, 1146, '1972-06-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(105101, 1146, '1972-07-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(105102, 1146, '1972-08-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(105103, 1146, '1972-09-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(105104, 1146, '1972-10-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(105105, 1146, '1972-11-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(105106, 1146, '1972-12-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(105107, 1146, '1973-01-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(105108, 1146, '1973-02-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(105109, 1146, '1973-03-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(105110, 1146, '1973-04-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(105111, 1146, '1973-05-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(105112, 1146, '1973-06-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(105113, 1146, '1973-07-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(105114, 1146, '1973-08-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(105115, 1146, '1973-09-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(105116, 1146, '1973-10-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(105117, 1146, '1973-11-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(105118, 1146, '1973-12-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(105119, 1146, '1974-01-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(105120, 1146, '1974-02-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(105121, 1146, '1974-03-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(105122, 1146, '1974-04-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(105123, 1146, '1974-05-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(105124, 1146, '1974-06-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(105125, 1146, '1974-07-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(105126, 1146, '1974-08-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(105127, 1146, '1974-09-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(105128, 1146, '1974-10-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(105129, 1146, '1974-11-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(105130, 1146, '1974-12-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(105131, 1146, '1975-01-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(105132, 1146, '1975-02-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(105133, 1146, '1975-03-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(105134, 1146, '1975-04-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(105135, 1146, '1975-05-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(105136, 1146, '1975-06-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(105137, 1146, '1975-07-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(105138, 1146, '1975-08-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(105139, 1146, '1975-09-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(105140, 1146, '1975-10-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(105141, 1146, '1975-11-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(105142, 1146, '1975-12-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(105143, 1146, '1976-01-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(105144, 1146, '1976-02-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(105145, 1146, '1976-03-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(105146, 1146, '1976-04-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(105147, 1146, '1976-05-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(105148, 1146, '1976-06-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(105149, 1146, '1976-07-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(105150, 1146, '1976-08-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(105151, 1146, '1976-09-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(105152, 1146, '1976-10-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(105153, 1146, '1976-11-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(105154, 1146, '1976-12-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(105155, 1146, '1977-01-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(105156, 1146, '1977-02-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(105157, 1146, '1977-03-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(105158, 1146, '1977-04-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(105159, 1146, '1977-05-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(105160, 1146, '1977-06-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(105161, 1146, '1977-07-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(105162, 1146, '1977-08-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(105163, 1146, '1977-09-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(105164, 1146, '1977-10-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(105165, 1146, '1977-11-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(105166, 1146, '1977-12-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(105167, 1146, '1978-01-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(105168, 1146, '1978-02-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(105169, 1146, '1978-03-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(105170, 1146, '1978-04-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(105171, 1146, '1978-05-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(105172, 1146, '1978-06-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(105173, 1146, '1978-07-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(105174, 1146, '1978-08-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(105175, 1146, '1978-09-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(105176, 1146, '1978-10-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(105177, 1146, '1978-11-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:27', '2023-09-12 17:12:27'),
(105178, 1146, '1978-12-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105179, 1146, '1979-01-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105180, 1146, '1979-02-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105181, 1146, '1979-03-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105182, 1146, '1979-04-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105183, 1146, '1979-05-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105184, 1146, '1979-06-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105185, 1146, '1979-07-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105186, 1146, '1979-08-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105187, 1146, '1979-09-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105188, 1146, '1979-10-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105189, 1146, '1979-11-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105190, 1146, '1979-12-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105191, 1146, '1980-01-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105192, 1146, '1980-02-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105193, 1146, '1980-03-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105194, 1146, '1980-04-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105195, 1146, '1980-05-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105196, 1146, '1980-06-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105197, 1146, '1980-07-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105198, 1146, '1980-08-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105199, 1146, '1980-09-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105200, 1146, '1980-10-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105201, 1146, '1980-11-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105202, 1146, '1980-12-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105203, 1146, '1981-01-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105204, 1146, '1981-02-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105205, 1146, '1981-03-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105206, 1146, '1981-04-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105207, 1146, '1981-05-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105208, 1146, '1981-06-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105209, 1146, '1981-07-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105210, 1146, '1981-08-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105211, 1146, '1981-09-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105212, 1146, '1981-10-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105213, 1146, '1981-11-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105214, 1146, '1981-12-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105215, 1146, '1982-01-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105216, 1146, '1982-02-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105217, 1146, '1982-03-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105218, 1146, '1982-04-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105219, 1146, '1982-05-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105220, 1146, '1982-06-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105221, 1146, '1982-07-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105222, 1146, '1982-08-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105223, 1146, '1982-09-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105224, 1146, '1982-10-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105225, 1146, '1982-11-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105226, 1146, '1982-12-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105227, 1146, '1983-01-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105228, 1146, '1983-02-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105229, 1146, '1983-03-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105230, 1146, '1983-04-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105231, 1146, '1983-05-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105232, 1146, '1983-06-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105233, 1146, '1983-07-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105234, 1146, '1983-08-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105235, 1146, '1983-09-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105236, 1146, '1983-10-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105237, 1146, '1983-11-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105238, 1146, '1983-12-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105239, 1146, '1984-01-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105240, 1146, '1984-02-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105241, 1146, '1984-03-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105242, 1146, '1984-04-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105243, 1146, '1984-05-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105244, 1146, '1984-06-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105245, 1146, '1984-07-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105246, 1146, '1984-08-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105247, 1146, '1984-09-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105248, 1146, '1984-10-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105249, 1146, '1984-11-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105250, 1146, '1984-12-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105251, 1146, '1985-01-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105252, 1146, '1985-02-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105253, 1146, '1985-03-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105254, 1146, '1985-04-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105255, 1146, '1985-05-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105256, 1146, '1985-06-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105257, 1146, '1985-07-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105258, 1146, '1985-08-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105259, 1146, '1985-09-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105260, 1146, '1985-10-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105261, 1146, '1985-11-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105262, 1146, '1985-12-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105263, 1146, '1986-01-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105264, 1146, '1986-02-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105265, 1146, '1986-03-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105266, 1146, '1986-04-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105267, 1146, '1986-05-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105268, 1146, '1986-06-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105269, 1146, '1986-07-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105270, 1146, '1986-08-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105271, 1146, '1986-09-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105272, 1146, '1986-10-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105273, 1146, '1986-11-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105274, 1146, '1986-12-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105275, 1146, '1987-01-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105276, 1146, '1987-02-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105277, 1146, '1987-03-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105278, 1146, '1987-04-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105279, 1146, '1987-05-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105280, 1146, '1987-06-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105281, 1146, '1987-07-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105282, 1146, '1987-08-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105283, 1146, '1987-09-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105284, 1146, '1987-10-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105285, 1146, '1987-11-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105286, 1146, '1987-12-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105287, 1146, '1988-01-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105288, 1146, '1988-02-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105289, 1146, '1988-03-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105290, 1146, '1988-04-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105291, 1146, '1988-05-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105292, 1146, '1988-06-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105293, 1146, '1988-07-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105294, 1146, '1988-08-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105295, 1146, '1988-09-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105296, 1146, '1988-10-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105297, 1146, '1988-11-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105298, 1146, '1988-12-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105299, 1146, '1989-01-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105300, 1146, '1989-02-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105301, 1146, '1989-03-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105302, 1146, '1989-04-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105303, 1146, '1989-05-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105304, 1146, '1989-06-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105305, 1146, '1989-07-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105306, 1146, '1989-08-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105307, 1146, '1989-09-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105308, 1146, '1989-10-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105309, 1146, '1989-11-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105310, 1146, '1989-12-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105311, 1146, '1990-01-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105312, 1146, '1990-02-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105313, 1146, '1990-03-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105314, 1146, '1990-04-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105315, 1146, '1990-05-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105316, 1146, '1990-06-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105317, 1146, '1990-07-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105318, 1146, '1990-08-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105319, 1146, '1990-09-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105320, 1146, '1990-10-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105321, 1146, '1990-11-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105322, 1146, '1990-12-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105323, 1146, '1991-01-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105324, 1146, '1991-02-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105325, 1146, '1991-03-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105326, 1146, '1991-04-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105327, 1146, '1991-05-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105328, 1146, '1991-06-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105329, 1146, '1991-07-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105330, 1146, '1991-08-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105331, 1146, '1991-09-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105332, 1146, '1991-10-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105333, 1146, '1991-11-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105334, 1146, '1991-12-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105335, 1146, '1992-01-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105336, 1146, '1992-02-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105337, 1146, '1992-03-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105338, 1146, '1992-04-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105339, 1146, '1992-05-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105340, 1146, '1992-06-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105341, 1146, '1992-07-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105342, 1146, '1992-08-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105343, 1146, '1992-09-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105344, 1146, '1992-10-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105345, 1146, '1992-11-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105346, 1146, '1992-12-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105347, 1146, '1993-01-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105348, 1146, '1993-02-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105349, 1146, '1993-03-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105350, 1146, '1993-04-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105351, 1146, '1993-05-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105352, 1146, '1993-06-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105353, 1146, '1993-07-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105354, 1146, '1993-08-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105355, 1146, '1993-09-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105356, 1146, '1993-10-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105357, 1146, '1993-11-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105358, 1146, '1993-12-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105359, 1146, '1994-01-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105360, 1146, '1994-02-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105361, 1146, '1994-03-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105362, 1146, '1994-04-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105363, 1146, '1994-05-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105364, 1146, '1994-06-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105365, 1146, '1994-07-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105366, 1146, '1994-08-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105367, 1146, '1994-09-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105368, 1146, '1994-10-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105369, 1146, '1994-11-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105370, 1146, '1994-12-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105371, 1146, '1995-01-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105372, 1146, '1995-02-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105373, 1146, '1995-03-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105374, 1146, '1995-04-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105375, 1146, '1995-05-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105376, 1146, '1995-06-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105377, 1146, '1995-07-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105378, 1146, '1995-08-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105379, 1146, '1995-09-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105380, 1146, '1995-10-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105381, 1146, '1995-11-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105382, 1146, '1995-12-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105383, 1146, '1996-01-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105384, 1146, '1996-02-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105385, 1146, '1996-03-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105386, 1146, '1996-04-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105387, 1146, '1996-05-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105388, 1146, '1996-06-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105389, 1146, '1996-07-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105390, 1146, '1996-08-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105391, 1146, '1996-09-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105392, 1146, '1996-10-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105393, 1146, '1996-11-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105394, 1146, '1996-12-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105395, 1146, '1997-01-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105396, 1146, '1997-02-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105397, 1146, '1997-03-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105398, 1146, '1997-04-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105399, 1146, '1997-05-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105400, 1146, '1997-06-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105401, 1146, '1997-07-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105402, 1146, '1997-08-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105403, 1146, '1997-09-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105404, 1146, '1997-10-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105405, 1146, '1997-11-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105406, 1146, '1997-12-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105407, 1146, '1998-01-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105408, 1146, '1998-02-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105409, 1146, '1998-03-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105410, 1146, '1998-04-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105411, 1146, '1998-05-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105412, 1146, '1998-06-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105413, 1146, '1998-07-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105414, 1146, '1998-08-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105415, 1146, '1998-09-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105416, 1146, '1998-10-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105417, 1146, '1998-11-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105418, 1146, '1998-12-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105419, 1146, '1999-01-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105420, 1146, '1999-02-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105421, 1146, '1999-03-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105422, 1146, '1999-04-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105423, 1146, '1999-05-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105424, 1146, '1999-06-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105425, 1146, '1999-07-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105426, 1146, '1999-08-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105427, 1146, '1999-09-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105428, 1146, '1999-10-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105429, 1146, '1999-11-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105430, 1146, '1999-12-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105431, 1146, '2000-01-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105432, 1146, '2000-02-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105433, 1146, '2000-03-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105434, 1146, '2000-04-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105435, 1146, '2000-05-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105436, 1146, '2000-06-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105437, 1146, '2000-07-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105438, 1146, '2000-08-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105439, 1146, '2000-09-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105440, 1146, '2000-10-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105441, 1146, '2000-11-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105442, 1146, '2000-12-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105443, 1146, '2001-01-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105444, 1146, '2001-02-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105445, 1146, '2001-03-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105446, 1146, '2001-04-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105447, 1146, '2001-05-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105448, 1146, '2001-06-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105449, 1146, '2001-07-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105450, 1146, '2001-08-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105451, 1146, '2001-09-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105452, 1146, '2001-10-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105453, 1146, '2001-11-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105454, 1146, '2001-12-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105455, 1146, '2002-01-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105456, 1146, '2002-02-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105457, 1146, '2002-03-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105458, 1146, '2002-04-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105459, 1146, '2002-05-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105460, 1146, '2002-06-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105461, 1146, '2002-07-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105462, 1146, '2002-08-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105463, 1146, '2002-09-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105464, 1146, '2002-10-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105465, 1146, '2002-11-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105466, 1146, '2002-12-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105467, 1146, '2003-01-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105468, 1146, '2003-02-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105469, 1146, '2003-03-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105470, 1146, '2003-04-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105471, 1146, '2003-05-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105472, 1146, '2003-06-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105473, 1146, '2003-07-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105474, 1146, '2003-08-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105475, 1146, '2003-09-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105476, 1146, '2003-10-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105477, 1146, '2003-11-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105478, 1146, '2003-12-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105479, 1146, '2004-01-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105480, 1146, '2004-02-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105481, 1146, '2004-03-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105482, 1146, '2004-04-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105483, 1146, '2004-05-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105484, 1146, '2004-06-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105485, 1146, '2004-07-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105486, 1146, '2004-08-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105487, 1146, '2004-09-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105488, 1146, '2004-10-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105489, 1146, '2004-11-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105490, 1146, '2004-12-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105491, 1146, '2005-01-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105492, 1146, '2005-02-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105493, 1146, '2005-03-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105494, 1146, '2005-04-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105495, 1146, '2005-05-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105496, 1146, '2005-06-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105497, 1146, '2005-07-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105498, 1146, '2005-08-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105499, 1146, '2005-09-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105500, 1146, '2005-10-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105501, 1146, '2005-11-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105502, 1146, '2005-12-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105503, 1146, '2006-01-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105504, 1146, '2006-02-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105505, 1146, '2006-03-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105506, 1146, '2006-04-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105507, 1146, '2006-05-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105508, 1146, '2006-06-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105509, 1146, '2006-07-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105510, 1146, '2006-08-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105511, 1146, '2006-09-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105512, 1146, '2006-10-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105513, 1146, '2006-11-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105514, 1146, '2006-12-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105515, 1146, '2007-01-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105516, 1146, '2007-02-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105517, 1146, '2007-03-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105518, 1146, '2007-04-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105519, 1146, '2007-05-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105520, 1146, '2007-06-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105521, 1146, '2007-07-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105522, 1146, '2007-08-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105523, 1146, '2007-09-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105524, 1146, '2007-10-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105525, 1146, '2007-11-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105526, 1146, '2007-12-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105527, 1146, '2008-01-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105528, 1146, '2008-02-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105529, 1146, '2008-03-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105530, 1146, '2008-04-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105531, 1146, '2008-05-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105532, 1146, '2008-06-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105533, 1146, '2008-07-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105534, 1146, '2008-08-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105535, 1146, '2008-09-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105536, 1146, '2008-10-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105537, 1146, '2008-11-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105538, 1146, '2008-12-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105539, 1146, '2009-01-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105540, 1146, '2009-02-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105541, 1146, '2009-03-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105542, 1146, '2009-04-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105543, 1146, '2009-05-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105544, 1146, '2009-06-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105545, 1146, '2009-07-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105546, 1146, '2009-08-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105547, 1146, '2009-09-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105548, 1146, '2009-10-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105549, 1146, '2009-11-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105550, 1146, '2009-12-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105551, 1146, '2010-01-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105552, 1146, '2010-02-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105553, 1146, '2010-03-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105554, 1146, '2010-04-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105555, 1146, '2010-05-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105556, 1146, '2010-06-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105557, 1146, '2010-07-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:28', '2023-09-12 17:12:28'),
(105558, 1146, '2010-08-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:29', '2023-09-12 17:12:29'),
(105559, 1146, '2010-09-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:29', '2023-09-12 17:12:29'),
(105560, 1146, '2010-10-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:29', '2023-09-12 17:12:29'),
(105561, 1146, '2010-11-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:29', '2023-09-12 17:12:29'),
(105562, 1146, '2010-12-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:29', '2023-09-12 17:12:29'),
(105563, 1146, '2011-01-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:29', '2023-09-12 17:12:29'),
(105564, 1146, '2011-02-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:29', '2023-09-12 17:12:29'),
(105565, 1146, '2011-03-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:29', '2023-09-12 17:12:29'),
(105566, 1146, '2011-04-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:29', '2023-09-12 17:12:29'),
(105567, 1146, '2011-05-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:29', '2023-09-12 17:12:29'),
(105568, 1146, '2011-06-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:29', '2023-09-12 17:12:29'),
(105569, 1146, '2011-07-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:29', '2023-09-12 17:12:29'),
(105570, 1146, '2011-08-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:29', '2023-09-12 17:12:29'),
(105571, 1146, '2011-09-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:29', '2023-09-12 17:12:29'),
(105572, 1146, '2011-10-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:29', '2023-09-12 17:12:29'),
(105573, 1146, '2011-11-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:29', '2023-09-12 17:12:29');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(105574, 1146, '2011-12-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:29', '2023-09-12 17:12:29'),
(105575, 1146, '2012-01-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:29', '2023-09-12 17:12:29'),
(105576, 1146, '2012-02-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:29', '2023-09-12 17:12:29'),
(105577, 1146, '2012-03-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:29', '2023-09-12 17:12:29'),
(105578, 1146, '2012-04-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:29', '2023-09-12 17:12:29'),
(105579, 1146, '2012-05-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:29', '2023-09-12 17:12:29'),
(105580, 1146, '2012-06-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:29', '2023-09-12 17:12:29'),
(105581, 1146, '2012-07-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:29', '2023-09-12 17:12:29'),
(105582, 1146, '2012-08-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:29', '2023-09-12 17:12:29'),
(105583, 1146, '2012-09-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:29', '2023-09-12 17:12:29'),
(105584, 1146, '2012-10-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:29', '2023-09-12 17:12:29'),
(105585, 1146, '2012-11-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:29', '2023-09-12 17:12:29'),
(105586, 1146, '2012-12-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:29', '2023-09-12 17:12:29'),
(105587, 1146, '2013-01-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:29', '2023-09-12 17:12:29'),
(105588, 1146, '2013-02-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:29', '2023-09-12 17:12:29'),
(105589, 1146, '2013-03-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:29', '2023-09-12 17:12:29'),
(105590, 1146, '2013-04-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:29', '2023-09-12 17:12:29'),
(105591, 1146, '2013-05-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:29', '2023-09-12 17:12:29'),
(105592, 1146, '2013-06-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:29', '2023-09-12 17:12:29'),
(105593, 1146, '2013-07-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:29', '2023-09-12 17:12:29'),
(105594, 1146, '2013-08-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:29', '2023-09-12 17:12:29'),
(105595, 1146, '2013-09-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:29', '2023-09-12 17:12:29'),
(105596, 1146, '2013-10-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:29', '2023-09-12 17:12:29'),
(105597, 1146, '2013-11-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:29', '2023-09-12 17:12:29'),
(105598, 1146, '2013-12-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:29', '2023-09-12 17:12:29'),
(105599, 1146, '2014-01-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:29', '2023-09-12 17:12:29'),
(105600, 1146, '2014-02-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:29', '2023-09-12 17:12:29'),
(105601, 1146, '2014-03-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:29', '2023-09-12 17:12:29'),
(105602, 1146, '2014-04-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:29', '2023-09-12 17:12:29'),
(105603, 1146, '2014-05-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:29', '2023-09-12 17:12:29'),
(105604, 1146, '2014-06-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:29', '2023-09-12 17:12:29'),
(105605, 1146, '2014-07-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:29', '2023-09-12 17:12:29'),
(105606, 1146, '2014-08-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:29', '2023-09-12 17:12:29'),
(105607, 1146, '2014-09-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:29', '2023-09-12 17:12:29'),
(105608, 1146, '2014-10-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:29', '2023-09-12 17:12:29'),
(105609, 1146, '2014-11-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:29', '2023-09-12 17:12:29'),
(105610, 1146, '2014-12-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:29', '2023-09-12 17:12:29'),
(105611, 1146, '2015-01-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:29', '2023-09-12 17:12:29'),
(105612, 1146, '2015-02-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:29', '2023-09-12 17:12:29'),
(105613, 1146, '2015-03-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:29', '2023-09-12 17:12:29'),
(105614, 1146, '2015-04-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:29', '2023-09-12 17:12:29'),
(105615, 1146, '2015-05-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:29', '2023-09-12 17:12:29'),
(105616, 1146, '2015-06-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:29', '2023-09-12 17:12:29'),
(105617, 1146, '2015-07-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:29', '2023-09-12 17:12:29'),
(105618, 1146, '2015-08-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:29', '2023-09-12 17:12:29'),
(105619, 1146, '2015-09-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:29', '2023-09-12 17:12:29'),
(105620, 1146, '2015-10-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:29', '2023-09-12 17:12:29'),
(105621, 1146, '2015-11-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:29', '2023-09-12 17:12:29'),
(105622, 1146, '2015-12-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:29', '2023-09-12 17:12:29'),
(105623, 1146, '2016-01-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:29', '2023-09-12 17:12:29'),
(105624, 1146, '2016-02-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:29', '2023-09-12 17:12:29'),
(105625, 1146, '2016-03-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:29', '2023-09-12 17:12:29'),
(105626, 1146, '2016-04-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:29', '2023-09-12 17:12:29'),
(105627, 1146, '2016-05-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:29', '2023-09-12 17:12:29'),
(105628, 1146, '2016-06-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:29', '2023-09-12 17:12:29'),
(105629, 1146, '2016-07-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:29', '2023-09-12 17:12:29'),
(105630, 1146, '2016-08-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:29', '2023-09-12 17:12:29'),
(105631, 1146, '2016-09-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:29', '2023-09-12 17:12:29'),
(105632, 1146, '2016-10-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:29', '2023-09-12 17:12:29'),
(105633, 1146, '2016-11-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:29', '2023-09-12 17:12:29'),
(105634, 1146, '2016-12-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:29', '2023-09-12 17:12:29'),
(105635, 1146, '2017-01-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:29', '2023-09-12 17:12:29'),
(105636, 1146, '2017-02-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:29', '2023-09-12 17:12:29'),
(105637, 1146, '2017-03-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:29', '2023-09-12 17:12:29'),
(105638, 1146, '2017-04-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:29', '2023-09-12 17:12:29'),
(105639, 1146, '2017-05-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:29', '2023-09-12 17:12:29'),
(105640, 1146, '2017-06-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:29', '2023-09-12 17:12:29'),
(105641, 1146, '2017-07-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:29', '2023-09-12 17:12:29'),
(105642, 1146, '2017-08-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:29', '2023-09-12 17:12:29'),
(105643, 1146, '2017-09-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:29', '2023-09-12 17:12:29'),
(105644, 1146, '2017-10-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:29', '2023-09-12 17:12:29'),
(105645, 1146, '2017-11-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:29', '2023-09-12 17:12:29'),
(105646, 1146, '2017-12-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:29', '2023-09-12 17:12:29'),
(105647, 1146, '2018-01-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:29', '2023-09-12 17:12:29'),
(105648, 1146, '2018-02-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:29', '2023-09-12 17:12:29'),
(105649, 1146, '2018-03-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:29', '2023-09-12 17:12:29'),
(105650, 1146, '2018-04-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:29', '2023-09-12 17:12:29'),
(105651, 1146, '2018-05-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:29', '2023-09-12 17:12:29'),
(105652, 1146, '2018-06-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:29', '2023-09-12 17:12:29'),
(105653, 1146, '2018-07-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:29', '2023-09-12 17:12:29'),
(105654, 1146, '2018-08-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:29', '2023-09-12 17:12:29'),
(105655, 1146, '2018-09-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:29', '2023-09-12 17:12:29'),
(105656, 1146, '2018-10-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:29', '2023-09-12 17:12:29'),
(105657, 1146, '2018-11-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:29', '2023-09-12 17:12:29'),
(105658, 1146, '2018-12-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:29', '2023-09-12 17:12:29'),
(105659, 1146, '2019-01-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:29', '2023-09-12 17:12:29'),
(105660, 1146, '2019-02-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:29', '2023-09-12 17:12:29'),
(105661, 1146, '2019-03-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:29', '2023-09-12 17:12:29'),
(105662, 1146, '2019-04-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:29', '2023-09-12 17:12:29'),
(105663, 1146, '2019-05-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:29', '2023-09-12 17:12:29'),
(105664, 1146, '2019-06-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:29', '2023-09-12 17:12:29'),
(105665, 1146, '2019-07-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:29', '2023-09-12 17:12:29'),
(105666, 1146, '2019-08-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:29', '2023-09-12 17:12:29'),
(105667, 1146, '2019-09-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:29', '2023-09-12 17:12:29'),
(105668, 1146, '2019-10-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:29', '2023-09-12 17:12:29'),
(105669, 1146, '2019-11-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:29', '2023-09-12 17:12:29'),
(105670, 1146, '2019-12-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:29', '2023-09-12 17:12:29'),
(105671, 1146, '2020-01-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:29', '2023-09-12 17:12:29'),
(105672, 1146, '2020-02-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:29', '2023-09-12 17:12:29'),
(105673, 1146, '2020-03-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:29', '2023-09-12 17:12:29'),
(105674, 1146, '2020-04-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:29', '2023-09-12 17:12:29'),
(105675, 1146, '2020-05-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:29', '2023-09-12 17:12:29'),
(105676, 1146, '2020-06-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:29', '2023-09-12 17:12:29'),
(105677, 1146, '2020-07-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:29', '2023-09-12 17:12:29'),
(105678, 1146, '2020-08-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:29', '2023-09-12 17:12:29'),
(105679, 1146, '2020-09-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:29', '2023-09-12 17:12:29'),
(105680, 1146, '2020-10-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:29', '2023-09-12 17:12:29'),
(105681, 1146, '2020-11-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:29', '2023-09-12 17:12:29'),
(105682, 1146, '2020-12-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:29', '2023-09-12 17:12:29'),
(105683, 1146, '2021-01-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:29', '2023-09-12 17:12:29'),
(105684, 1146, '2021-02-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:29', '2023-09-12 17:12:29'),
(105685, 1146, '2021-03-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:29', '2023-09-12 17:12:29'),
(105686, 1146, '2021-04-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:29', '2023-09-12 17:12:29'),
(105687, 1146, '2021-05-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:29', '2023-09-12 17:12:29'),
(105688, 1146, '2021-06-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:29', '2023-09-12 17:12:29'),
(105689, 1146, '2021-07-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:29', '2023-09-12 17:12:29'),
(105690, 1146, '2021-08-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:29', '2023-09-12 17:12:29'),
(105691, 1146, '2021-09-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:29', '2023-09-12 17:12:29'),
(105692, 1146, '2021-10-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:29', '2023-09-12 17:12:29'),
(105693, 1146, '2021-11-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:29', '2023-09-12 17:12:29'),
(105694, 1146, '2021-12-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:29', '2023-09-12 17:12:29'),
(105695, 1146, '2022-01-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:29', '2023-09-12 17:12:29'),
(105696, 1146, '2022-02-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:29', '2023-09-12 17:12:29'),
(105697, 1146, '2022-03-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:29', '2023-09-12 17:12:29'),
(105698, 1146, '2022-04-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:29', '2023-09-12 17:12:29'),
(105699, 1146, '2022-05-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:29', '2023-09-12 17:12:29'),
(105700, 1146, '2022-06-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:29', '2023-09-12 17:12:29'),
(105701, 1146, '2022-07-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:29', '2023-09-12 17:12:29'),
(105702, 1146, '2022-08-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:29', '2023-09-12 17:12:29'),
(105703, 1146, '2022-09-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:29', '2023-09-12 17:12:29'),
(105704, 1146, '2022-10-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:29', '2023-09-12 17:12:29'),
(105705, 1146, '2022-11-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:29', '2023-09-12 17:12:29'),
(105706, 1146, '2022-12-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:29', '2023-09-12 17:12:29'),
(105707, 1146, '2023-01-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:29', '2023-09-12 17:12:29'),
(105708, 1146, '2023-02-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:29', '2023-09-12 17:12:29'),
(105709, 1146, '2023-03-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:29', '2023-09-12 17:12:29'),
(105710, 1146, '2023-04-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:29', '2023-09-12 17:12:29'),
(105711, 1146, '2023-05-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:29', '2023-09-12 17:12:29'),
(105712, 1146, '2023-06-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:29', '2023-09-12 17:12:29'),
(105713, 1146, '2023-07-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:29', '2023-09-12 17:12:29'),
(105714, 1146, '2023-08-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:29', '2023-09-12 17:12:29'),
(105715, 1146, '2023-09-01 01:00:00', NULL, NULL, '', '250', 0, '2023-09-12 17:12:29', '2023-09-12 17:12:29'),
(105717, 1147, '2024-09-01 00:00:00', NULL, '2024-09-01 00:00:00', '', '4200', 0, '2023-09-12 17:13:18', '2023-09-12 17:13:18'),
(105718, 1148, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '600', 0, '2023-09-12 17:14:05', '2023-09-12 17:14:05'),
(105719, 1149, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '250', 0, '2023-09-12 17:17:37', '2023-09-12 17:17:37'),
(105720, 1150, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '600', 0, '2023-09-12 17:20:54', '2023-09-12 17:20:54'),
(105721, 1151, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '1200', 0, '2023-09-12 17:23:24', '2023-09-12 17:23:24'),
(105722, 1152, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '300', 0, '2023-09-12 17:26:13', '2023-09-12 17:26:13'),
(105723, 1153, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '600', 0, '2023-09-12 17:29:30', '2023-09-12 17:29:30'),
(105724, 1154, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '150', 0, '2023-09-12 17:35:46', '2023-09-12 17:35:46'),
(105725, 1155, '0023-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:51', '2023-09-12 17:42:51'),
(105726, 1155, '0023-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:51', '2023-09-12 17:42:51'),
(105727, 1155, '0023-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:51', '2023-09-12 17:42:51'),
(105728, 1155, '0024-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:51', '2023-09-12 17:42:51'),
(105729, 1155, '0024-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:51', '2023-09-12 17:42:51'),
(105730, 1155, '0024-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:51', '2023-09-12 17:42:51'),
(105731, 1155, '0024-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:51', '2023-09-12 17:42:51'),
(105732, 1155, '0024-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:51', '2023-09-12 17:42:51'),
(105733, 1155, '0024-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:51', '2023-09-12 17:42:51'),
(105734, 1155, '0024-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:51', '2023-09-12 17:42:51'),
(105735, 1155, '0024-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:51', '2023-09-12 17:42:51'),
(105736, 1155, '0024-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:51', '2023-09-12 17:42:51'),
(105737, 1155, '0024-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:51', '2023-09-12 17:42:51'),
(105738, 1155, '0024-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:51', '2023-09-12 17:42:51'),
(105739, 1155, '0024-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:51', '2023-09-12 17:42:51'),
(105740, 1155, '0025-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:51', '2023-09-12 17:42:51'),
(105741, 1155, '0025-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:51', '2023-09-12 17:42:51'),
(105742, 1155, '0025-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:51', '2023-09-12 17:42:51'),
(105743, 1155, '0025-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:51', '2023-09-12 17:42:51'),
(105744, 1155, '0025-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:51', '2023-09-12 17:42:51'),
(105745, 1155, '0025-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:51', '2023-09-12 17:42:51'),
(105746, 1155, '0025-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:51', '2023-09-12 17:42:51'),
(105747, 1155, '0025-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105748, 1155, '0025-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105749, 1155, '0025-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105750, 1155, '0025-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105751, 1155, '0025-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105752, 1155, '0026-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105753, 1155, '0026-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105754, 1155, '0026-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105755, 1155, '0026-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105756, 1155, '0026-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105757, 1155, '0026-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105758, 1155, '0026-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105759, 1155, '0026-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105760, 1155, '0026-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105761, 1155, '0026-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105762, 1155, '0026-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105763, 1155, '0026-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105764, 1155, '0027-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105765, 1155, '0027-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105766, 1155, '0027-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105767, 1155, '0027-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105768, 1155, '0027-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105769, 1155, '0027-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105770, 1155, '0027-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105771, 1155, '0027-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105772, 1155, '0027-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105773, 1155, '0027-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105774, 1155, '0027-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105775, 1155, '0027-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105776, 1155, '0028-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105777, 1155, '0028-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105778, 1155, '0028-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105779, 1155, '0028-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105780, 1155, '0028-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105781, 1155, '0028-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105782, 1155, '0028-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105783, 1155, '0028-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105784, 1155, '0028-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105785, 1155, '0028-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105786, 1155, '0028-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105787, 1155, '0028-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105788, 1155, '0029-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105789, 1155, '0029-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105790, 1155, '0029-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105791, 1155, '0029-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105792, 1155, '0029-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105793, 1155, '0029-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105794, 1155, '0029-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105795, 1155, '0029-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105796, 1155, '0029-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105797, 1155, '0029-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105798, 1155, '0029-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105799, 1155, '0029-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105800, 1155, '0030-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105801, 1155, '0030-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105802, 1155, '0030-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105803, 1155, '0030-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105804, 1155, '0030-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105805, 1155, '0030-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105806, 1155, '0030-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105807, 1155, '0030-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105808, 1155, '0030-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105809, 1155, '0030-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105810, 1155, '0030-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105811, 1155, '0030-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105812, 1155, '0031-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105813, 1155, '0031-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105814, 1155, '0031-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105815, 1155, '0031-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105816, 1155, '0031-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105817, 1155, '0031-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105818, 1155, '0031-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105819, 1155, '0031-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105820, 1155, '0031-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105821, 1155, '0031-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105822, 1155, '0031-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105823, 1155, '0031-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105824, 1155, '0032-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105825, 1155, '0032-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105826, 1155, '0032-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105827, 1155, '0032-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105828, 1155, '0032-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105829, 1155, '0032-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105830, 1155, '0032-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105831, 1155, '0032-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105832, 1155, '0032-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105833, 1155, '0032-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105834, 1155, '0032-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105835, 1155, '0032-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105836, 1155, '0033-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105837, 1155, '0033-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105838, 1155, '0033-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105839, 1155, '0033-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105840, 1155, '0033-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105841, 1155, '0033-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105842, 1155, '0033-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105843, 1155, '0033-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105844, 1155, '0033-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105845, 1155, '0033-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105846, 1155, '0033-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105847, 1155, '0033-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105848, 1155, '0034-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105849, 1155, '0034-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105850, 1155, '0034-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105851, 1155, '0034-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105852, 1155, '0034-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105853, 1155, '0034-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105854, 1155, '0034-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105855, 1155, '0034-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105856, 1155, '0034-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105857, 1155, '0034-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105858, 1155, '0034-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105859, 1155, '0034-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105860, 1155, '0035-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105861, 1155, '0035-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105862, 1155, '0035-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105863, 1155, '0035-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105864, 1155, '0035-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105865, 1155, '0035-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105866, 1155, '0035-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105867, 1155, '0035-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105868, 1155, '0035-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105869, 1155, '0035-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105870, 1155, '0035-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105871, 1155, '0035-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105872, 1155, '0036-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105873, 1155, '0036-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105874, 1155, '0036-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105875, 1155, '0036-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105876, 1155, '0036-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105877, 1155, '0036-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105878, 1155, '0036-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105879, 1155, '0036-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105880, 1155, '0036-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105881, 1155, '0036-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105882, 1155, '0036-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105883, 1155, '0036-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105884, 1155, '0037-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105885, 1155, '0037-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105886, 1155, '0037-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105887, 1155, '0037-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105888, 1155, '0037-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105889, 1155, '0037-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105890, 1155, '0037-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105891, 1155, '0037-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105892, 1155, '0037-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105893, 1155, '0037-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105894, 1155, '0037-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105895, 1155, '0037-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105896, 1155, '0038-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105897, 1155, '0038-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105898, 1155, '0038-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105899, 1155, '0038-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105900, 1155, '0038-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105901, 1155, '0038-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105902, 1155, '0038-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105903, 1155, '0038-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105904, 1155, '0038-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105905, 1155, '0038-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105906, 1155, '0038-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105907, 1155, '0038-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105908, 1155, '0039-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105909, 1155, '0039-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105910, 1155, '0039-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105911, 1155, '0039-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105912, 1155, '0039-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105913, 1155, '0039-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105914, 1155, '0039-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105915, 1155, '0039-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105916, 1155, '0039-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105917, 1155, '0039-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105918, 1155, '0039-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105919, 1155, '0039-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105920, 1155, '0040-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105921, 1155, '0040-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105922, 1155, '0040-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105923, 1155, '0040-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105924, 1155, '0040-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105925, 1155, '0040-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105926, 1155, '0040-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105927, 1155, '0040-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105928, 1155, '0040-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105929, 1155, '0040-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105930, 1155, '0040-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105931, 1155, '0040-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105932, 1155, '0041-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105933, 1155, '0041-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105934, 1155, '0041-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105935, 1155, '0041-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105936, 1155, '0041-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105937, 1155, '0041-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105938, 1155, '0041-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105939, 1155, '0041-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105940, 1155, '0041-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105941, 1155, '0041-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105942, 1155, '0041-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105943, 1155, '0041-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105944, 1155, '0042-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105945, 1155, '0042-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105946, 1155, '0042-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105947, 1155, '0042-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105948, 1155, '0042-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105949, 1155, '0042-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105950, 1155, '0042-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105951, 1155, '0042-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105952, 1155, '0042-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105953, 1155, '0042-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105954, 1155, '0042-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105955, 1155, '0042-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105956, 1155, '0043-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105957, 1155, '0043-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105958, 1155, '0043-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105959, 1155, '0043-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105960, 1155, '0043-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105961, 1155, '0043-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105962, 1155, '0043-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105963, 1155, '0043-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105964, 1155, '0043-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105965, 1155, '0043-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105966, 1155, '0043-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105967, 1155, '0043-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105968, 1155, '0044-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105969, 1155, '0044-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105970, 1155, '0044-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105971, 1155, '0044-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105972, 1155, '0044-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105973, 1155, '0044-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105974, 1155, '0044-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105975, 1155, '0044-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105976, 1155, '0044-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105977, 1155, '0044-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105978, 1155, '0044-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105979, 1155, '0044-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105980, 1155, '0045-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105981, 1155, '0045-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105982, 1155, '0045-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105983, 1155, '0045-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105984, 1155, '0045-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105985, 1155, '0045-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105986, 1155, '0045-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105987, 1155, '0045-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105988, 1155, '0045-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105989, 1155, '0045-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105990, 1155, '0045-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105991, 1155, '0045-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105992, 1155, '0046-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105993, 1155, '0046-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105994, 1155, '0046-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105995, 1155, '0046-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105996, 1155, '0046-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105997, 1155, '0046-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105998, 1155, '0046-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(105999, 1155, '0046-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(106000, 1155, '0046-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(106001, 1155, '0046-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(106002, 1155, '0046-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(106003, 1155, '0046-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(106004, 1155, '0047-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(106005, 1155, '0047-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(106006, 1155, '0047-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(106007, 1155, '0047-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(106008, 1155, '0047-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(106009, 1155, '0047-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(106010, 1155, '0047-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(106011, 1155, '0047-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(106012, 1155, '0047-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(106013, 1155, '0047-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(106014, 1155, '0047-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(106015, 1155, '0047-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(106016, 1155, '0048-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(106017, 1155, '0048-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(106018, 1155, '0048-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(106019, 1155, '0048-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(106020, 1155, '0048-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(106021, 1155, '0048-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(106022, 1155, '0048-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(106023, 1155, '0048-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(106024, 1155, '0048-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(106025, 1155, '0048-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(106026, 1155, '0048-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(106027, 1155, '0048-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(106028, 1155, '0049-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(106029, 1155, '0049-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(106030, 1155, '0049-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(106031, 1155, '0049-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(106032, 1155, '0049-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(106033, 1155, '0049-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(106034, 1155, '0049-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(106035, 1155, '0049-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(106036, 1155, '0049-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(106037, 1155, '0049-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(106038, 1155, '0049-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(106039, 1155, '0049-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(106040, 1155, '0050-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(106041, 1155, '0050-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(106042, 1155, '0050-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(106043, 1155, '0050-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(106044, 1155, '0050-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(106045, 1155, '0050-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(106046, 1155, '0050-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(106047, 1155, '0050-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(106048, 1155, '0050-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(106049, 1155, '0050-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(106050, 1155, '0050-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(106051, 1155, '0050-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(106052, 1155, '0051-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(106053, 1155, '0051-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(106054, 1155, '0051-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(106055, 1155, '0051-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(106056, 1155, '0051-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(106057, 1155, '0051-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(106058, 1155, '0051-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(106059, 1155, '0051-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(106060, 1155, '0051-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(106061, 1155, '0051-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(106062, 1155, '0051-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(106063, 1155, '0051-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(106064, 1155, '0052-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(106065, 1155, '0052-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(106066, 1155, '0052-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(106067, 1155, '0052-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(106068, 1155, '0052-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(106069, 1155, '0052-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(106070, 1155, '0052-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(106071, 1155, '0052-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(106072, 1155, '0052-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(106073, 1155, '0052-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(106074, 1155, '0052-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(106075, 1155, '0052-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(106076, 1155, '0053-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(106077, 1155, '0053-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(106078, 1155, '0053-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(106079, 1155, '0053-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(106080, 1155, '0053-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(106081, 1155, '0053-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(106082, 1155, '0053-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(106083, 1155, '0053-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(106084, 1155, '0053-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(106085, 1155, '0053-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(106086, 1155, '0053-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(106087, 1155, '0053-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(106088, 1155, '0054-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(106089, 1155, '0054-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(106090, 1155, '0054-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(106091, 1155, '0054-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(106092, 1155, '0054-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(106093, 1155, '0054-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(106094, 1155, '0054-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(106095, 1155, '0054-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(106096, 1155, '0054-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(106097, 1155, '0054-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(106098, 1155, '0054-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(106099, 1155, '0054-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(106100, 1155, '0055-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(106101, 1155, '0055-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(106102, 1155, '0055-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(106103, 1155, '0055-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(106104, 1155, '0055-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(106105, 1155, '0055-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(106106, 1155, '0055-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(106107, 1155, '0055-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(106108, 1155, '0055-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(106109, 1155, '0055-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(106110, 1155, '0055-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:52', '2023-09-12 17:42:52'),
(106111, 1155, '0055-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106112, 1155, '0056-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106113, 1155, '0056-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106114, 1155, '0056-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106115, 1155, '0056-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106116, 1155, '0056-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106117, 1155, '0056-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106118, 1155, '0056-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106119, 1155, '0056-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106120, 1155, '0056-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106121, 1155, '0056-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106122, 1155, '0056-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106123, 1155, '0056-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106124, 1155, '0057-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106125, 1155, '0057-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106126, 1155, '0057-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106127, 1155, '0057-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106128, 1155, '0057-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106129, 1155, '0057-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106130, 1155, '0057-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106131, 1155, '0057-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106132, 1155, '0057-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106133, 1155, '0057-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106134, 1155, '0057-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106135, 1155, '0057-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106136, 1155, '0058-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106137, 1155, '0058-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106138, 1155, '0058-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106139, 1155, '0058-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106140, 1155, '0058-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106141, 1155, '0058-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106142, 1155, '0058-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106143, 1155, '0058-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106144, 1155, '0058-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106145, 1155, '0058-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106146, 1155, '0058-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106147, 1155, '0058-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106148, 1155, '0059-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106149, 1155, '0059-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106150, 1155, '0059-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106151, 1155, '0059-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106152, 1155, '0059-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106153, 1155, '0059-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106154, 1155, '0059-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106155, 1155, '0059-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106156, 1155, '0059-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106157, 1155, '0059-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106158, 1155, '0059-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106159, 1155, '0059-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106160, 1155, '0060-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106161, 1155, '0060-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106162, 1155, '0060-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106163, 1155, '0060-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106164, 1155, '0060-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106165, 1155, '0060-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106166, 1155, '0060-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106167, 1155, '0060-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106168, 1155, '0060-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106169, 1155, '0060-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106170, 1155, '0060-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106171, 1155, '0060-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106172, 1155, '0061-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106173, 1155, '0061-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106174, 1155, '0061-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106175, 1155, '0061-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106176, 1155, '0061-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106177, 1155, '0061-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106178, 1155, '0061-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106179, 1155, '0061-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106180, 1155, '0061-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106181, 1155, '0061-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106182, 1155, '0061-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106183, 1155, '0061-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106184, 1155, '0062-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106185, 1155, '0062-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106186, 1155, '0062-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106187, 1155, '0062-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106188, 1155, '0062-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106189, 1155, '0062-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106190, 1155, '0062-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106191, 1155, '0062-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106192, 1155, '0062-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106193, 1155, '0062-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106194, 1155, '0062-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106195, 1155, '0062-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106196, 1155, '0063-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106197, 1155, '0063-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106198, 1155, '0063-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106199, 1155, '0063-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106200, 1155, '0063-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106201, 1155, '0063-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106202, 1155, '0063-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106203, 1155, '0063-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106204, 1155, '0063-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106205, 1155, '0063-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106206, 1155, '0063-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106207, 1155, '0063-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106208, 1155, '0064-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106209, 1155, '0064-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106210, 1155, '0064-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106211, 1155, '0064-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106212, 1155, '0064-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106213, 1155, '0064-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106214, 1155, '0064-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106215, 1155, '0064-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106216, 1155, '0064-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106217, 1155, '0064-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106218, 1155, '0064-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106219, 1155, '0064-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106220, 1155, '0065-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106221, 1155, '0065-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106222, 1155, '0065-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106223, 1155, '0065-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106224, 1155, '0065-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106225, 1155, '0065-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106226, 1155, '0065-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106227, 1155, '0065-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106228, 1155, '0065-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106229, 1155, '0065-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106230, 1155, '0065-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106231, 1155, '0065-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106232, 1155, '0066-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106233, 1155, '0066-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106234, 1155, '0066-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106235, 1155, '0066-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106236, 1155, '0066-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106237, 1155, '0066-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106238, 1155, '0066-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106239, 1155, '0066-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106240, 1155, '0066-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106241, 1155, '0066-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106242, 1155, '0066-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106243, 1155, '0066-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106244, 1155, '0067-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106245, 1155, '0067-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106246, 1155, '0067-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106247, 1155, '0067-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106248, 1155, '0067-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106249, 1155, '0067-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106250, 1155, '0067-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106251, 1155, '0067-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106252, 1155, '0067-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106253, 1155, '0067-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106254, 1155, '0067-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106255, 1155, '0067-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106256, 1155, '0068-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106257, 1155, '0068-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106258, 1155, '0068-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106259, 1155, '0068-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106260, 1155, '0068-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106261, 1155, '0068-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106262, 1155, '0068-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106263, 1155, '0068-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106264, 1155, '0068-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106265, 1155, '0068-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106266, 1155, '0068-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106267, 1155, '0068-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106268, 1155, '0069-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106269, 1155, '0069-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106270, 1155, '0069-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106271, 1155, '0069-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106272, 1155, '0069-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106273, 1155, '0069-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106274, 1155, '0069-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106275, 1155, '0069-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106276, 1155, '0069-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106277, 1155, '0069-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106278, 1155, '0069-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106279, 1155, '0069-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106280, 1155, '0070-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106281, 1155, '0070-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106282, 1155, '0070-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106283, 1155, '0070-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106284, 1155, '0070-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106285, 1155, '0070-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106286, 1155, '0070-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106287, 1155, '0070-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106288, 1155, '0070-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106289, 1155, '0070-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106290, 1155, '0070-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106291, 1155, '0070-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106292, 1155, '0071-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106293, 1155, '0071-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106294, 1155, '0071-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106295, 1155, '0071-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106296, 1155, '0071-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106297, 1155, '0071-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106298, 1155, '0071-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106299, 1155, '0071-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106300, 1155, '0071-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106301, 1155, '0071-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106302, 1155, '0071-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106303, 1155, '0071-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106304, 1155, '0072-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106305, 1155, '0072-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106306, 1155, '0072-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106307, 1155, '0072-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106308, 1155, '0072-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106309, 1155, '0072-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106310, 1155, '0072-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106311, 1155, '0072-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106312, 1155, '0072-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106313, 1155, '0072-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106314, 1155, '0072-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106315, 1155, '0072-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106316, 1155, '0073-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106317, 1155, '0073-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106318, 1155, '0073-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106319, 1155, '0073-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106320, 1155, '0073-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106321, 1155, '0073-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106322, 1155, '0073-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106323, 1155, '0073-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106324, 1155, '0073-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106325, 1155, '0073-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106326, 1155, '0073-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106327, 1155, '0073-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106328, 1155, '0074-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106329, 1155, '0074-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106330, 1155, '0074-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106331, 1155, '0074-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106332, 1155, '0074-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106333, 1155, '0074-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106334, 1155, '0074-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106335, 1155, '0074-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106336, 1155, '0074-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106337, 1155, '0074-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106338, 1155, '0074-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106339, 1155, '0074-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106340, 1155, '0075-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106341, 1155, '0075-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106342, 1155, '0075-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106343, 1155, '0075-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106344, 1155, '0075-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106345, 1155, '0075-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106346, 1155, '0075-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106347, 1155, '0075-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106348, 1155, '0075-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106349, 1155, '0075-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106350, 1155, '0075-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106351, 1155, '0075-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106352, 1155, '0076-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106353, 1155, '0076-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106354, 1155, '0076-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106355, 1155, '0076-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106356, 1155, '0076-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106357, 1155, '0076-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106358, 1155, '0076-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106359, 1155, '0076-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106360, 1155, '0076-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106361, 1155, '0076-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106362, 1155, '0076-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106363, 1155, '0076-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106364, 1155, '0077-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106365, 1155, '0077-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106366, 1155, '0077-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106367, 1155, '0077-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106368, 1155, '0077-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106369, 1155, '0077-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106370, 1155, '0077-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106371, 1155, '0077-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106372, 1155, '0077-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106373, 1155, '0077-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106374, 1155, '0077-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106375, 1155, '0077-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106376, 1155, '0078-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106377, 1155, '0078-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106378, 1155, '0078-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106379, 1155, '0078-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106380, 1155, '0078-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106381, 1155, '0078-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106382, 1155, '0078-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106383, 1155, '0078-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106384, 1155, '0078-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106385, 1155, '0078-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106386, 1155, '0078-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106387, 1155, '0078-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106388, 1155, '0079-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106389, 1155, '0079-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106390, 1155, '0079-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106391, 1155, '0079-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106392, 1155, '0079-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106393, 1155, '0079-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106394, 1155, '0079-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106395, 1155, '0079-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106396, 1155, '0079-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106397, 1155, '0079-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106398, 1155, '0079-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106399, 1155, '0079-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106400, 1155, '0080-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106401, 1155, '0080-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106402, 1155, '0080-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106403, 1155, '0080-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106404, 1155, '0080-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106405, 1155, '0080-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106406, 1155, '0080-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106407, 1155, '0080-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106408, 1155, '0080-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106409, 1155, '0080-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106410, 1155, '0080-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106411, 1155, '0080-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106412, 1155, '0081-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106413, 1155, '0081-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106414, 1155, '0081-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106415, 1155, '0081-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106416, 1155, '0081-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106417, 1155, '0081-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106418, 1155, '0081-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106419, 1155, '0081-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106420, 1155, '0081-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106421, 1155, '0081-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106422, 1155, '0081-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106423, 1155, '0081-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106424, 1155, '0082-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106425, 1155, '0082-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106426, 1155, '0082-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106427, 1155, '0082-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106428, 1155, '0082-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106429, 1155, '0082-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106430, 1155, '0082-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106431, 1155, '0082-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106432, 1155, '0082-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106433, 1155, '0082-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106434, 1155, '0082-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106435, 1155, '0082-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106436, 1155, '0083-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106437, 1155, '0083-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106438, 1155, '0083-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106439, 1155, '0083-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106440, 1155, '0083-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106441, 1155, '0083-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106442, 1155, '0083-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106443, 1155, '0083-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106444, 1155, '0083-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106445, 1155, '0083-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106446, 1155, '0083-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106447, 1155, '0083-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106448, 1155, '0084-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106449, 1155, '0084-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106450, 1155, '0084-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106451, 1155, '0084-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106452, 1155, '0084-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106453, 1155, '0084-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106454, 1155, '0084-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106455, 1155, '0084-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106456, 1155, '0084-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106457, 1155, '0084-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106458, 1155, '0084-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106459, 1155, '0084-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106460, 1155, '0085-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106461, 1155, '0085-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106462, 1155, '0085-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106463, 1155, '0085-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106464, 1155, '0085-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106465, 1155, '0085-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106466, 1155, '0085-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106467, 1155, '0085-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106468, 1155, '0085-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106469, 1155, '0085-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106470, 1155, '0085-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106471, 1155, '0085-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106472, 1155, '0086-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106473, 1155, '0086-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106474, 1155, '0086-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106475, 1155, '0086-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106476, 1155, '0086-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106477, 1155, '0086-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106478, 1155, '0086-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106479, 1155, '0086-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106480, 1155, '0086-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106481, 1155, '0086-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106482, 1155, '0086-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106483, 1155, '0086-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106484, 1155, '0087-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106485, 1155, '0087-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(106486, 1155, '0087-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106487, 1155, '0087-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106488, 1155, '0087-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106489, 1155, '0087-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:53', '2023-09-12 17:42:53'),
(106490, 1155, '0087-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106491, 1155, '0087-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106492, 1155, '0087-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106493, 1155, '0087-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106494, 1155, '0087-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106495, 1155, '0087-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106496, 1155, '0088-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106497, 1155, '0088-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106498, 1155, '0088-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106499, 1155, '0088-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106500, 1155, '0088-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106501, 1155, '0088-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106502, 1155, '0088-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106503, 1155, '0088-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106504, 1155, '0088-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106505, 1155, '0088-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106506, 1155, '0088-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106507, 1155, '0088-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106508, 1155, '0089-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106509, 1155, '0089-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106510, 1155, '0089-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106511, 1155, '0089-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106512, 1155, '0089-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106513, 1155, '0089-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106514, 1155, '0089-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106515, 1155, '0089-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106516, 1155, '0089-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106517, 1155, '0089-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106518, 1155, '0089-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106519, 1155, '0089-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106520, 1155, '0090-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106521, 1155, '0090-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106522, 1155, '0090-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106523, 1155, '0090-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106524, 1155, '0090-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106525, 1155, '0090-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106526, 1155, '0090-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106527, 1155, '0090-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106528, 1155, '0090-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106529, 1155, '0090-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106530, 1155, '0090-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106531, 1155, '0090-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106532, 1155, '0091-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106533, 1155, '0091-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106534, 1155, '0091-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106535, 1155, '0091-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106536, 1155, '0091-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106537, 1155, '0091-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106538, 1155, '0091-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106539, 1155, '0091-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106540, 1155, '0091-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106541, 1155, '0091-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106542, 1155, '0091-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106543, 1155, '0091-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106544, 1155, '0092-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106545, 1155, '0092-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106546, 1155, '0092-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106547, 1155, '0092-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106548, 1155, '0092-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106549, 1155, '0092-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106550, 1155, '0092-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106551, 1155, '0092-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106552, 1155, '0092-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106553, 1155, '0092-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106554, 1155, '0092-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106555, 1155, '0092-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106556, 1155, '0093-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106557, 1155, '0093-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106558, 1155, '0093-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106559, 1155, '0093-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106560, 1155, '0093-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106561, 1155, '0093-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106562, 1155, '0093-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106563, 1155, '0093-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106564, 1155, '0093-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106565, 1155, '0093-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106566, 1155, '0093-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106567, 1155, '0093-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106568, 1155, '0094-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106569, 1155, '0094-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106570, 1155, '0094-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106571, 1155, '0094-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106572, 1155, '0094-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106573, 1155, '0094-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106574, 1155, '0094-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106575, 1155, '0094-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106576, 1155, '0094-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106577, 1155, '0094-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106578, 1155, '0094-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106579, 1155, '0094-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106580, 1155, '0095-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106581, 1155, '0095-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106582, 1155, '0095-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106583, 1155, '0095-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106584, 1155, '0095-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106585, 1155, '0095-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106586, 1155, '0095-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106587, 1155, '0095-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106588, 1155, '0095-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106589, 1155, '0095-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106590, 1155, '0095-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106591, 1155, '0095-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106592, 1155, '0096-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106593, 1155, '0096-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106594, 1155, '0096-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106595, 1155, '0096-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106596, 1155, '0096-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106597, 1155, '0096-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106598, 1155, '0096-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106599, 1155, '0096-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106600, 1155, '0096-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106601, 1155, '0096-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106602, 1155, '0096-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106603, 1155, '0096-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106604, 1155, '0097-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106605, 1155, '0097-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106606, 1155, '0097-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106607, 1155, '0097-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106608, 1155, '0097-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106609, 1155, '0097-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106610, 1155, '0097-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106611, 1155, '0097-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106612, 1155, '0097-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106613, 1155, '0097-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106614, 1155, '0097-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106615, 1155, '0097-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106616, 1155, '0098-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106617, 1155, '0098-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106618, 1155, '0098-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106619, 1155, '0098-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106620, 1155, '0098-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106621, 1155, '0098-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106622, 1155, '0098-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106623, 1155, '0098-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106624, 1155, '0098-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106625, 1155, '0098-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106626, 1155, '0098-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106627, 1155, '0098-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106628, 1155, '0099-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106629, 1155, '0099-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106630, 1155, '0099-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106631, 1155, '0099-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106632, 1155, '0099-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106633, 1155, '0099-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106634, 1155, '0099-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106635, 1155, '0099-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106636, 1155, '0099-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106637, 1155, '0099-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106638, 1155, '0099-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106639, 1155, '0099-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106640, 1155, '0100-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106641, 1155, '0100-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106642, 1155, '0100-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106643, 1155, '0100-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106644, 1155, '0100-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106645, 1155, '0100-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106646, 1155, '0100-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106647, 1155, '0100-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106648, 1155, '0100-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106649, 1155, '0100-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106650, 1155, '0100-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106651, 1155, '0100-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106652, 1155, '0101-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106653, 1155, '0101-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106654, 1155, '0101-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106655, 1155, '0101-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106656, 1155, '0101-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106657, 1155, '0101-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106658, 1155, '0101-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106659, 1155, '0101-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106660, 1155, '0101-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106661, 1155, '0101-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106662, 1155, '0101-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106663, 1155, '0101-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106664, 1155, '0102-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106665, 1155, '0102-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106666, 1155, '0102-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106667, 1155, '0102-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106668, 1155, '0102-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106669, 1155, '0102-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106670, 1155, '0102-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106671, 1155, '0102-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106672, 1155, '0102-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106673, 1155, '0102-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106674, 1155, '0102-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106675, 1155, '0102-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106676, 1155, '0103-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106677, 1155, '0103-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106678, 1155, '0103-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106679, 1155, '0103-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106680, 1155, '0103-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106681, 1155, '0103-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106682, 1155, '0103-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106683, 1155, '0103-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106684, 1155, '0103-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106685, 1155, '0103-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106686, 1155, '0103-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106687, 1155, '0103-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106688, 1155, '0104-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106689, 1155, '0104-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106690, 1155, '0104-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106691, 1155, '0104-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106692, 1155, '0104-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106693, 1155, '0104-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106694, 1155, '0104-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106695, 1155, '0104-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106696, 1155, '0104-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106697, 1155, '0104-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106698, 1155, '0104-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106699, 1155, '0104-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106700, 1155, '0105-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106701, 1155, '0105-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106702, 1155, '0105-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106703, 1155, '0105-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106704, 1155, '0105-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106705, 1155, '0105-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106706, 1155, '0105-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106707, 1155, '0105-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106708, 1155, '0105-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106709, 1155, '0105-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106710, 1155, '0105-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106711, 1155, '0105-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106712, 1155, '0106-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106713, 1155, '0106-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106714, 1155, '0106-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106715, 1155, '0106-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106716, 1155, '0106-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106717, 1155, '0106-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106718, 1155, '0106-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106719, 1155, '0106-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106720, 1155, '0106-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106721, 1155, '0106-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106722, 1155, '0106-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106723, 1155, '0106-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106724, 1155, '0107-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106725, 1155, '0107-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106726, 1155, '0107-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106727, 1155, '0107-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106728, 1155, '0107-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106729, 1155, '0107-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106730, 1155, '0107-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106731, 1155, '0107-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106732, 1155, '0107-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106733, 1155, '0107-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106734, 1155, '0107-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106735, 1155, '0107-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106736, 1155, '0108-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106737, 1155, '0108-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106738, 1155, '0108-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106739, 1155, '0108-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106740, 1155, '0108-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106741, 1155, '0108-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106742, 1155, '0108-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106743, 1155, '0108-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106744, 1155, '0108-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106745, 1155, '0108-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106746, 1155, '0108-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106747, 1155, '0108-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106748, 1155, '0109-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106749, 1155, '0109-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106750, 1155, '0109-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106751, 1155, '0109-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106752, 1155, '0109-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106753, 1155, '0109-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106754, 1155, '0109-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106755, 1155, '0109-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106756, 1155, '0109-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106757, 1155, '0109-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106758, 1155, '0109-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106759, 1155, '0109-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106760, 1155, '0110-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106761, 1155, '0110-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106762, 1155, '0110-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106763, 1155, '0110-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106764, 1155, '0110-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106765, 1155, '0110-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106766, 1155, '0110-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106767, 1155, '0110-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106768, 1155, '0110-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106769, 1155, '0110-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106770, 1155, '0110-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106771, 1155, '0110-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106772, 1155, '0111-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106773, 1155, '0111-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106774, 1155, '0111-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106775, 1155, '0111-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106776, 1155, '0111-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106777, 1155, '0111-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106778, 1155, '0111-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106779, 1155, '0111-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106780, 1155, '0111-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106781, 1155, '0111-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106782, 1155, '0111-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106783, 1155, '0111-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106784, 1155, '0112-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106785, 1155, '0112-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106786, 1155, '0112-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106787, 1155, '0112-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106788, 1155, '0112-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106789, 1155, '0112-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106790, 1155, '0112-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106791, 1155, '0112-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106792, 1155, '0112-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106793, 1155, '0112-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106794, 1155, '0112-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106795, 1155, '0112-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106796, 1155, '0113-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106797, 1155, '0113-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106798, 1155, '0113-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106799, 1155, '0113-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106800, 1155, '0113-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106801, 1155, '0113-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106802, 1155, '0113-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106803, 1155, '0113-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106804, 1155, '0113-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106805, 1155, '0113-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106806, 1155, '0113-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106807, 1155, '0113-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106808, 1155, '0114-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106809, 1155, '0114-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106810, 1155, '0114-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106811, 1155, '0114-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106812, 1155, '0114-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106813, 1155, '0114-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106814, 1155, '0114-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106815, 1155, '0114-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106816, 1155, '0114-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106817, 1155, '0114-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106818, 1155, '0114-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106819, 1155, '0114-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106820, 1155, '0115-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106821, 1155, '0115-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106822, 1155, '0115-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106823, 1155, '0115-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106824, 1155, '0115-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106825, 1155, '0115-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106826, 1155, '0115-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106827, 1155, '0115-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106828, 1155, '0115-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106829, 1155, '0115-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106830, 1155, '0115-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106831, 1155, '0115-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106832, 1155, '0116-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106833, 1155, '0116-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106834, 1155, '0116-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106835, 1155, '0116-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106836, 1155, '0116-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106837, 1155, '0116-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106838, 1155, '0116-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106839, 1155, '0116-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106840, 1155, '0116-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106841, 1155, '0116-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106842, 1155, '0116-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106843, 1155, '0116-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106844, 1155, '0117-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106845, 1155, '0117-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106846, 1155, '0117-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106847, 1155, '0117-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106848, 1155, '0117-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106849, 1155, '0117-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106850, 1155, '0117-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106851, 1155, '0117-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106852, 1155, '0117-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106853, 1155, '0117-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106854, 1155, '0117-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106855, 1155, '0117-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106856, 1155, '0118-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106857, 1155, '0118-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106858, 1155, '0118-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106859, 1155, '0118-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106860, 1155, '0118-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106861, 1155, '0118-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106862, 1155, '0118-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106863, 1155, '0118-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106864, 1155, '0118-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106865, 1155, '0118-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106866, 1155, '0118-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106867, 1155, '0118-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106868, 1155, '0119-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:54', '2023-09-12 17:42:54'),
(106869, 1155, '0119-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(106870, 1155, '0119-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(106871, 1155, '0119-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(106872, 1155, '0119-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(106873, 1155, '0119-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(106874, 1155, '0119-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(106875, 1155, '0119-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(106876, 1155, '0119-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(106877, 1155, '0119-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(106878, 1155, '0119-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(106879, 1155, '0119-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(106880, 1155, '0120-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(106881, 1155, '0120-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(106882, 1155, '0120-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(106883, 1155, '0120-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(106884, 1155, '0120-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(106885, 1155, '0120-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(106886, 1155, '0120-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(106887, 1155, '0120-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(106888, 1155, '0120-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(106889, 1155, '0120-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(106890, 1155, '0120-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(106891, 1155, '0120-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(106892, 1155, '0121-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(106893, 1155, '0121-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(106894, 1155, '0121-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(106895, 1155, '0121-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(106896, 1155, '0121-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(106897, 1155, '0121-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(106898, 1155, '0121-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(106899, 1155, '0121-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(106900, 1155, '0121-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(106901, 1155, '0121-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(106902, 1155, '0121-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(106903, 1155, '0121-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(106904, 1155, '0122-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(106905, 1155, '0122-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(106906, 1155, '0122-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(106907, 1155, '0122-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(106908, 1155, '0122-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(106909, 1155, '0122-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(106910, 1155, '0122-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(106911, 1155, '0122-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(106912, 1155, '0122-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(106913, 1155, '0122-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(106914, 1155, '0122-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(106915, 1155, '0122-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(106916, 1155, '0123-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(106917, 1155, '0123-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(106918, 1155, '0123-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(106919, 1155, '0123-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(106920, 1155, '0123-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(106921, 1155, '0123-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(106922, 1155, '0123-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(106923, 1155, '0123-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(106924, 1155, '0123-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(106925, 1155, '0123-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(106926, 1155, '0123-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(106927, 1155, '0123-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(106928, 1155, '0124-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(106929, 1155, '0124-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(106930, 1155, '0124-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(106931, 1155, '0124-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(106932, 1155, '0124-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(106933, 1155, '0124-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(106934, 1155, '0124-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(106935, 1155, '0124-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(106936, 1155, '0124-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(106937, 1155, '0124-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(106938, 1155, '0124-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(106939, 1155, '0124-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(106940, 1155, '0125-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(106941, 1155, '0125-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(106942, 1155, '0125-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(106943, 1155, '0125-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(106944, 1155, '0125-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(106945, 1155, '0125-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(106946, 1155, '0125-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(106947, 1155, '0125-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(106948, 1155, '0125-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(106949, 1155, '0125-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(106950, 1155, '0125-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(106951, 1155, '0125-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(106952, 1155, '0126-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(106953, 1155, '0126-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(106954, 1155, '0126-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(106955, 1155, '0126-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(106956, 1155, '0126-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(106957, 1155, '0126-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(106958, 1155, '0126-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(106959, 1155, '0126-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(106960, 1155, '0126-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(106961, 1155, '0126-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(106962, 1155, '0126-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(106963, 1155, '0126-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(106964, 1155, '0127-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(106965, 1155, '0127-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(106966, 1155, '0127-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(106967, 1155, '0127-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(106968, 1155, '0127-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(106969, 1155, '0127-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(106970, 1155, '0127-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(106971, 1155, '0127-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(106972, 1155, '0127-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(106973, 1155, '0127-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(106974, 1155, '0127-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(106975, 1155, '0127-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(106976, 1155, '0128-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(106977, 1155, '0128-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(106978, 1155, '0128-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(106979, 1155, '0128-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(106980, 1155, '0128-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(106981, 1155, '0128-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(106982, 1155, '0128-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(106983, 1155, '0128-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(106984, 1155, '0128-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(106985, 1155, '0128-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(106986, 1155, '0128-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(106987, 1155, '0128-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(106988, 1155, '0129-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(106989, 1155, '0129-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(106990, 1155, '0129-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(106991, 1155, '0129-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(106992, 1155, '0129-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(106993, 1155, '0129-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(106994, 1155, '0129-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(106995, 1155, '0129-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(106996, 1155, '0129-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(106997, 1155, '0129-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(106998, 1155, '0129-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(106999, 1155, '0129-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107000, 1155, '0130-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107001, 1155, '0130-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107002, 1155, '0130-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107003, 1155, '0130-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107004, 1155, '0130-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107005, 1155, '0130-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107006, 1155, '0130-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107007, 1155, '0130-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107008, 1155, '0130-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107009, 1155, '0130-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107010, 1155, '0130-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107011, 1155, '0130-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107012, 1155, '0131-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107013, 1155, '0131-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107014, 1155, '0131-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107015, 1155, '0131-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107016, 1155, '0131-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107017, 1155, '0131-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107018, 1155, '0131-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107019, 1155, '0131-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107020, 1155, '0131-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107021, 1155, '0131-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107022, 1155, '0131-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107023, 1155, '0131-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107024, 1155, '0132-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107025, 1155, '0132-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107026, 1155, '0132-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107027, 1155, '0132-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107028, 1155, '0132-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107029, 1155, '0132-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107030, 1155, '0132-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107031, 1155, '0132-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107032, 1155, '0132-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107033, 1155, '0132-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107034, 1155, '0132-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107035, 1155, '0132-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107036, 1155, '0133-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107037, 1155, '0133-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107038, 1155, '0133-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107039, 1155, '0133-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107040, 1155, '0133-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107041, 1155, '0133-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107042, 1155, '0133-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107043, 1155, '0133-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107044, 1155, '0133-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107045, 1155, '0133-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107046, 1155, '0133-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107047, 1155, '0133-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107048, 1155, '0134-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107049, 1155, '0134-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107050, 1155, '0134-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107051, 1155, '0134-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107052, 1155, '0134-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107053, 1155, '0134-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107054, 1155, '0134-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107055, 1155, '0134-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107056, 1155, '0134-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107057, 1155, '0134-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107058, 1155, '0134-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107059, 1155, '0134-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107060, 1155, '0135-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107061, 1155, '0135-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107062, 1155, '0135-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107063, 1155, '0135-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107064, 1155, '0135-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107065, 1155, '0135-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107066, 1155, '0135-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107067, 1155, '0135-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107068, 1155, '0135-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107069, 1155, '0135-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107070, 1155, '0135-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107071, 1155, '0135-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107072, 1155, '0136-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107073, 1155, '0136-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107074, 1155, '0136-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107075, 1155, '0136-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107076, 1155, '0136-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107077, 1155, '0136-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107078, 1155, '0136-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107079, 1155, '0136-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107080, 1155, '0136-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107081, 1155, '0136-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107082, 1155, '0136-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107083, 1155, '0136-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107084, 1155, '0137-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107085, 1155, '0137-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107086, 1155, '0137-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107087, 1155, '0137-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107088, 1155, '0137-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107089, 1155, '0137-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107090, 1155, '0137-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107091, 1155, '0137-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107092, 1155, '0137-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107093, 1155, '0137-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107094, 1155, '0137-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107095, 1155, '0137-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107096, 1155, '0138-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107097, 1155, '0138-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107098, 1155, '0138-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107099, 1155, '0138-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107100, 1155, '0138-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107101, 1155, '0138-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107102, 1155, '0138-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107103, 1155, '0138-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107104, 1155, '0138-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107105, 1155, '0138-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107106, 1155, '0138-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107107, 1155, '0138-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107108, 1155, '0139-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107109, 1155, '0139-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107110, 1155, '0139-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107111, 1155, '0139-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107112, 1155, '0139-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107113, 1155, '0139-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107114, 1155, '0139-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107115, 1155, '0139-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107116, 1155, '0139-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107117, 1155, '0139-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107118, 1155, '0139-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107119, 1155, '0139-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107120, 1155, '0140-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107121, 1155, '0140-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107122, 1155, '0140-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107123, 1155, '0140-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107124, 1155, '0140-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107125, 1155, '0140-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107126, 1155, '0140-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107127, 1155, '0140-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107128, 1155, '0140-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107129, 1155, '0140-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107130, 1155, '0140-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107131, 1155, '0140-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107132, 1155, '0141-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107133, 1155, '0141-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107134, 1155, '0141-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107135, 1155, '0141-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107136, 1155, '0141-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107137, 1155, '0141-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107138, 1155, '0141-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107139, 1155, '0141-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107140, 1155, '0141-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107141, 1155, '0141-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107142, 1155, '0141-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107143, 1155, '0141-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107144, 1155, '0142-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107145, 1155, '0142-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107146, 1155, '0142-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107147, 1155, '0142-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107148, 1155, '0142-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107149, 1155, '0142-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107150, 1155, '0142-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107151, 1155, '0142-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107152, 1155, '0142-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107153, 1155, '0142-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107154, 1155, '0142-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107155, 1155, '0142-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107156, 1155, '0143-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107157, 1155, '0143-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107158, 1155, '0143-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107159, 1155, '0143-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107160, 1155, '0143-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107161, 1155, '0143-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107162, 1155, '0143-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107163, 1155, '0143-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107164, 1155, '0143-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107165, 1155, '0143-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107166, 1155, '0143-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107167, 1155, '0143-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107168, 1155, '0144-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107169, 1155, '0144-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107170, 1155, '0144-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107171, 1155, '0144-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107172, 1155, '0144-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107173, 1155, '0144-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107174, 1155, '0144-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107175, 1155, '0144-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107176, 1155, '0144-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107177, 1155, '0144-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107178, 1155, '0144-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107179, 1155, '0144-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107180, 1155, '0145-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107181, 1155, '0145-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107182, 1155, '0145-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107183, 1155, '0145-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107184, 1155, '0145-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107185, 1155, '0145-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107186, 1155, '0145-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107187, 1155, '0145-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107188, 1155, '0145-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107189, 1155, '0145-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107190, 1155, '0145-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107191, 1155, '0145-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107192, 1155, '0146-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107193, 1155, '0146-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107194, 1155, '0146-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107195, 1155, '0146-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107196, 1155, '0146-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107197, 1155, '0146-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107198, 1155, '0146-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107199, 1155, '0146-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107200, 1155, '0146-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107201, 1155, '0146-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107202, 1155, '0146-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107203, 1155, '0146-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107204, 1155, '0147-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107205, 1155, '0147-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107206, 1155, '0147-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107207, 1155, '0147-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107208, 1155, '0147-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107209, 1155, '0147-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107210, 1155, '0147-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107211, 1155, '0147-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107212, 1155, '0147-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107213, 1155, '0147-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107214, 1155, '0147-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107215, 1155, '0147-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107216, 1155, '0148-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107217, 1155, '0148-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107218, 1155, '0148-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107219, 1155, '0148-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107220, 1155, '0148-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107221, 1155, '0148-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107222, 1155, '0148-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107223, 1155, '0148-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107224, 1155, '0148-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107225, 1155, '0148-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107226, 1155, '0148-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107227, 1155, '0148-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107228, 1155, '0149-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107229, 1155, '0149-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107230, 1155, '0149-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107231, 1155, '0149-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107232, 1155, '0149-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107233, 1155, '0149-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107234, 1155, '0149-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107235, 1155, '0149-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107236, 1155, '0149-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107237, 1155, '0149-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107238, 1155, '0149-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107239, 1155, '0149-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107240, 1155, '0150-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107241, 1155, '0150-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107242, 1155, '0150-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107243, 1155, '0150-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107244, 1155, '0150-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107245, 1155, '0150-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107246, 1155, '0150-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107247, 1155, '0150-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107248, 1155, '0150-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107249, 1155, '0150-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107250, 1155, '0150-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107251, 1155, '0150-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107252, 1155, '0151-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107253, 1155, '0151-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107254, 1155, '0151-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107255, 1155, '0151-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:55', '2023-09-12 17:42:55'),
(107256, 1155, '0151-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107257, 1155, '0151-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107258, 1155, '0151-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107259, 1155, '0151-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107260, 1155, '0151-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107261, 1155, '0151-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107262, 1155, '0151-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107263, 1155, '0151-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107264, 1155, '0152-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107265, 1155, '0152-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107266, 1155, '0152-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107267, 1155, '0152-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107268, 1155, '0152-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107269, 1155, '0152-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107270, 1155, '0152-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107271, 1155, '0152-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107272, 1155, '0152-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107273, 1155, '0152-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107274, 1155, '0152-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107275, 1155, '0152-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107276, 1155, '0153-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107277, 1155, '0153-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107278, 1155, '0153-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107279, 1155, '0153-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107280, 1155, '0153-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107281, 1155, '0153-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107282, 1155, '0153-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107283, 1155, '0153-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107284, 1155, '0153-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107285, 1155, '0153-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107286, 1155, '0153-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107287, 1155, '0153-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107288, 1155, '0154-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107289, 1155, '0154-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107290, 1155, '0154-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107291, 1155, '0154-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107292, 1155, '0154-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107293, 1155, '0154-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107294, 1155, '0154-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107295, 1155, '0154-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107296, 1155, '0154-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107297, 1155, '0154-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107298, 1155, '0154-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107299, 1155, '0154-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107300, 1155, '0155-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107301, 1155, '0155-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107302, 1155, '0155-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107303, 1155, '0155-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107304, 1155, '0155-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107305, 1155, '0155-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107306, 1155, '0155-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107307, 1155, '0155-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107308, 1155, '0155-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107309, 1155, '0155-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107310, 1155, '0155-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107311, 1155, '0155-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107312, 1155, '0156-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107313, 1155, '0156-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107314, 1155, '0156-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107315, 1155, '0156-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107316, 1155, '0156-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107317, 1155, '0156-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107318, 1155, '0156-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107319, 1155, '0156-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107320, 1155, '0156-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107321, 1155, '0156-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107322, 1155, '0156-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107323, 1155, '0156-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107324, 1155, '0157-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107325, 1155, '0157-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107326, 1155, '0157-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107327, 1155, '0157-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107328, 1155, '0157-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107329, 1155, '0157-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107330, 1155, '0157-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107331, 1155, '0157-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107332, 1155, '0157-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107333, 1155, '0157-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107334, 1155, '0157-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107335, 1155, '0157-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107336, 1155, '0158-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107337, 1155, '0158-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107338, 1155, '0158-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107339, 1155, '0158-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107340, 1155, '0158-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107341, 1155, '0158-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107342, 1155, '0158-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107343, 1155, '0158-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107344, 1155, '0158-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107345, 1155, '0158-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107346, 1155, '0158-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107347, 1155, '0158-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107348, 1155, '0159-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107349, 1155, '0159-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107350, 1155, '0159-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107351, 1155, '0159-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107352, 1155, '0159-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107353, 1155, '0159-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107354, 1155, '0159-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107355, 1155, '0159-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107356, 1155, '0159-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107357, 1155, '0159-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107358, 1155, '0159-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107359, 1155, '0159-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107360, 1155, '0160-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107361, 1155, '0160-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107362, 1155, '0160-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107363, 1155, '0160-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107364, 1155, '0160-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107365, 1155, '0160-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107366, 1155, '0160-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107367, 1155, '0160-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107368, 1155, '0160-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107369, 1155, '0160-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107370, 1155, '0160-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107371, 1155, '0160-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107372, 1155, '0161-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107373, 1155, '0161-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107374, 1155, '0161-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107375, 1155, '0161-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107376, 1155, '0161-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107377, 1155, '0161-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107378, 1155, '0161-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107379, 1155, '0161-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107380, 1155, '0161-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107381, 1155, '0161-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107382, 1155, '0161-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107383, 1155, '0161-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107384, 1155, '0162-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107385, 1155, '0162-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107386, 1155, '0162-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107387, 1155, '0162-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107388, 1155, '0162-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107389, 1155, '0162-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107390, 1155, '0162-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107391, 1155, '0162-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107392, 1155, '0162-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107393, 1155, '0162-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107394, 1155, '0162-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107395, 1155, '0162-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107396, 1155, '0163-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107397, 1155, '0163-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(107398, 1155, '0163-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107399, 1155, '0163-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107400, 1155, '0163-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107401, 1155, '0163-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107402, 1155, '0163-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107403, 1155, '0163-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107404, 1155, '0163-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107405, 1155, '0163-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107406, 1155, '0163-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107407, 1155, '0163-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107408, 1155, '0164-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107409, 1155, '0164-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107410, 1155, '0164-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107411, 1155, '0164-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107412, 1155, '0164-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107413, 1155, '0164-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107414, 1155, '0164-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107415, 1155, '0164-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107416, 1155, '0164-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107417, 1155, '0164-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107418, 1155, '0164-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107419, 1155, '0164-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107420, 1155, '0165-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107421, 1155, '0165-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107422, 1155, '0165-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107423, 1155, '0165-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107424, 1155, '0165-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107425, 1155, '0165-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107426, 1155, '0165-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107427, 1155, '0165-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107428, 1155, '0165-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107429, 1155, '0165-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107430, 1155, '0165-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107431, 1155, '0165-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107432, 1155, '0166-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107433, 1155, '0166-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107434, 1155, '0166-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107435, 1155, '0166-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107436, 1155, '0166-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107437, 1155, '0166-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107438, 1155, '0166-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107439, 1155, '0166-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107440, 1155, '0166-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107441, 1155, '0166-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107442, 1155, '0166-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107443, 1155, '0166-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107444, 1155, '0167-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107445, 1155, '0167-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107446, 1155, '0167-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107447, 1155, '0167-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107448, 1155, '0167-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107449, 1155, '0167-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107450, 1155, '0167-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107451, 1155, '0167-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107452, 1155, '0167-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107453, 1155, '0167-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107454, 1155, '0167-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107455, 1155, '0167-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107456, 1155, '0168-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107457, 1155, '0168-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107458, 1155, '0168-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107459, 1155, '0168-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107460, 1155, '0168-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107461, 1155, '0168-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107462, 1155, '0168-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107463, 1155, '0168-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107464, 1155, '0168-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107465, 1155, '0168-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107466, 1155, '0168-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107467, 1155, '0168-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107468, 1155, '0169-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107469, 1155, '0169-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107470, 1155, '0169-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107471, 1155, '0169-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107472, 1155, '0169-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107473, 1155, '0169-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107474, 1155, '0169-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107475, 1155, '0169-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107476, 1155, '0169-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107477, 1155, '0169-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107478, 1155, '0169-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107479, 1155, '0169-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107480, 1155, '0170-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107481, 1155, '0170-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107482, 1155, '0170-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107483, 1155, '0170-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107484, 1155, '0170-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107485, 1155, '0170-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107486, 1155, '0170-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107487, 1155, '0170-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107488, 1155, '0170-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107489, 1155, '0170-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107490, 1155, '0170-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107491, 1155, '0170-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107492, 1155, '0171-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107493, 1155, '0171-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107494, 1155, '0171-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107495, 1155, '0171-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107496, 1155, '0171-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107497, 1155, '0171-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107498, 1155, '0171-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107499, 1155, '0171-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107500, 1155, '0171-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107501, 1155, '0171-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107502, 1155, '0171-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107503, 1155, '0171-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107504, 1155, '0172-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107505, 1155, '0172-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107506, 1155, '0172-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107507, 1155, '0172-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107508, 1155, '0172-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107509, 1155, '0172-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107510, 1155, '0172-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107511, 1155, '0172-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107512, 1155, '0172-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107513, 1155, '0172-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107514, 1155, '0172-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107515, 1155, '0172-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107516, 1155, '0173-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107517, 1155, '0173-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107518, 1155, '0173-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107519, 1155, '0173-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107520, 1155, '0173-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107521, 1155, '0173-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107522, 1155, '0173-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107523, 1155, '0173-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107524, 1155, '0173-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107525, 1155, '0173-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107526, 1155, '0173-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107527, 1155, '0173-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107528, 1155, '0174-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107529, 1155, '0174-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107530, 1155, '0174-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107531, 1155, '0174-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107532, 1155, '0174-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107533, 1155, '0174-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107534, 1155, '0174-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107535, 1155, '0174-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107536, 1155, '0174-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107537, 1155, '0174-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107538, 1155, '0174-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107539, 1155, '0174-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107540, 1155, '0175-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107541, 1155, '0175-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107542, 1155, '0175-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107543, 1155, '0175-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107544, 1155, '0175-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107545, 1155, '0175-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107546, 1155, '0175-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107547, 1155, '0175-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107548, 1155, '0175-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107549, 1155, '0175-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107550, 1155, '0175-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107551, 1155, '0175-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107552, 1155, '0176-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107553, 1155, '0176-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107554, 1155, '0176-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107555, 1155, '0176-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107556, 1155, '0176-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107557, 1155, '0176-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107558, 1155, '0176-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107559, 1155, '0176-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107560, 1155, '0176-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107561, 1155, '0176-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107562, 1155, '0176-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107563, 1155, '0176-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107564, 1155, '0177-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107565, 1155, '0177-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107566, 1155, '0177-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107567, 1155, '0177-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107568, 1155, '0177-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107569, 1155, '0177-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107570, 1155, '0177-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107571, 1155, '0177-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107572, 1155, '0177-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107573, 1155, '0177-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107574, 1155, '0177-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107575, 1155, '0177-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107576, 1155, '0178-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107577, 1155, '0178-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107578, 1155, '0178-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107579, 1155, '0178-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107580, 1155, '0178-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107581, 1155, '0178-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107582, 1155, '0178-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107583, 1155, '0178-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107584, 1155, '0178-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107585, 1155, '0178-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107586, 1155, '0178-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107587, 1155, '0178-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107588, 1155, '0179-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107589, 1155, '0179-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107590, 1155, '0179-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107591, 1155, '0179-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107592, 1155, '0179-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107593, 1155, '0179-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107594, 1155, '0179-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107595, 1155, '0179-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107596, 1155, '0179-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107597, 1155, '0179-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107598, 1155, '0179-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107599, 1155, '0179-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107600, 1155, '0180-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107601, 1155, '0180-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107602, 1155, '0180-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107603, 1155, '0180-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107604, 1155, '0180-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107605, 1155, '0180-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107606, 1155, '0180-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107607, 1155, '0180-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107608, 1155, '0180-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107609, 1155, '0180-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107610, 1155, '0180-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107611, 1155, '0180-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107612, 1155, '0181-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107613, 1155, '0181-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107614, 1155, '0181-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107615, 1155, '0181-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107616, 1155, '0181-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107617, 1155, '0181-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107618, 1155, '0181-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:56', '2023-09-12 17:42:56'),
(107619, 1155, '0181-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107620, 1155, '0181-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107621, 1155, '0181-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107622, 1155, '0181-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107623, 1155, '0181-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107624, 1155, '0182-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107625, 1155, '0182-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107626, 1155, '0182-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107627, 1155, '0182-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107628, 1155, '0182-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107629, 1155, '0182-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107630, 1155, '0182-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107631, 1155, '0182-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107632, 1155, '0182-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107633, 1155, '0182-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107634, 1155, '0182-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107635, 1155, '0182-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107636, 1155, '0183-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107637, 1155, '0183-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107638, 1155, '0183-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107639, 1155, '0183-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107640, 1155, '0183-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107641, 1155, '0183-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107642, 1155, '0183-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107643, 1155, '0183-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107644, 1155, '0183-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107645, 1155, '0183-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107646, 1155, '0183-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107647, 1155, '0183-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107648, 1155, '0184-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107649, 1155, '0184-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107650, 1155, '0184-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107651, 1155, '0184-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107652, 1155, '0184-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107653, 1155, '0184-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107654, 1155, '0184-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107655, 1155, '0184-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107656, 1155, '0184-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107657, 1155, '0184-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107658, 1155, '0184-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107659, 1155, '0184-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107660, 1155, '0185-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107661, 1155, '0185-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107662, 1155, '0185-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107663, 1155, '0185-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107664, 1155, '0185-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107665, 1155, '0185-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107666, 1155, '0185-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107667, 1155, '0185-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107668, 1155, '0185-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107669, 1155, '0185-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107670, 1155, '0185-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107671, 1155, '0185-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107672, 1155, '0186-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107673, 1155, '0186-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107674, 1155, '0186-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107675, 1155, '0186-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107676, 1155, '0186-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107677, 1155, '0186-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107678, 1155, '0186-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107679, 1155, '0186-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107680, 1155, '0186-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107681, 1155, '0186-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107682, 1155, '0186-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107683, 1155, '0186-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107684, 1155, '0187-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107685, 1155, '0187-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107686, 1155, '0187-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107687, 1155, '0187-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107688, 1155, '0187-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107689, 1155, '0187-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107690, 1155, '0187-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107691, 1155, '0187-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107692, 1155, '0187-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107693, 1155, '0187-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107694, 1155, '0187-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107695, 1155, '0187-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107696, 1155, '0188-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107697, 1155, '0188-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107698, 1155, '0188-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107699, 1155, '0188-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107700, 1155, '0188-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107701, 1155, '0188-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107702, 1155, '0188-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107703, 1155, '0188-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107704, 1155, '0188-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107705, 1155, '0188-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107706, 1155, '0188-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107707, 1155, '0188-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107708, 1155, '0189-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107709, 1155, '0189-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107710, 1155, '0189-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107711, 1155, '0189-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107712, 1155, '0189-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107713, 1155, '0189-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107714, 1155, '0189-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107715, 1155, '0189-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107716, 1155, '0189-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107717, 1155, '0189-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107718, 1155, '0189-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107719, 1155, '0189-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107720, 1155, '0190-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107721, 1155, '0190-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107722, 1155, '0190-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107723, 1155, '0190-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107724, 1155, '0190-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107725, 1155, '0190-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107726, 1155, '0190-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107727, 1155, '0190-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107728, 1155, '0190-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107729, 1155, '0190-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107730, 1155, '0190-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107731, 1155, '0190-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107732, 1155, '0191-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107733, 1155, '0191-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107734, 1155, '0191-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107735, 1155, '0191-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107736, 1155, '0191-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107737, 1155, '0191-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107738, 1155, '0191-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107739, 1155, '0191-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107740, 1155, '0191-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107741, 1155, '0191-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107742, 1155, '0191-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107743, 1155, '0191-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107744, 1155, '0192-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107745, 1155, '0192-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107746, 1155, '0192-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107747, 1155, '0192-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107748, 1155, '0192-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107749, 1155, '0192-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107750, 1155, '0192-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107751, 1155, '0192-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107752, 1155, '0192-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107753, 1155, '0192-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107754, 1155, '0192-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107755, 1155, '0192-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107756, 1155, '0193-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107757, 1155, '0193-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107758, 1155, '0193-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107759, 1155, '0193-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107760, 1155, '0193-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107761, 1155, '0193-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107762, 1155, '0193-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107763, 1155, '0193-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107764, 1155, '0193-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107765, 1155, '0193-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107766, 1155, '0193-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107767, 1155, '0193-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107768, 1155, '0194-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107769, 1155, '0194-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107770, 1155, '0194-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107771, 1155, '0194-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107772, 1155, '0194-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107773, 1155, '0194-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107774, 1155, '0194-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107775, 1155, '0194-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107776, 1155, '0194-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107777, 1155, '0194-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107778, 1155, '0194-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107779, 1155, '0194-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107780, 1155, '0195-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107781, 1155, '0195-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107782, 1155, '0195-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107783, 1155, '0195-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107784, 1155, '0195-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107785, 1155, '0195-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107786, 1155, '0195-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107787, 1155, '0195-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107788, 1155, '0195-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107789, 1155, '0195-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107790, 1155, '0195-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107791, 1155, '0195-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107792, 1155, '0196-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107793, 1155, '0196-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107794, 1155, '0196-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107795, 1155, '0196-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107796, 1155, '0196-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107797, 1155, '0196-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107798, 1155, '0196-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107799, 1155, '0196-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107800, 1155, '0196-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107801, 1155, '0196-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107802, 1155, '0196-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107803, 1155, '0196-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107804, 1155, '0197-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107805, 1155, '0197-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107806, 1155, '0197-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107807, 1155, '0197-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107808, 1155, '0197-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107809, 1155, '0197-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107810, 1155, '0197-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107811, 1155, '0197-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107812, 1155, '0197-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107813, 1155, '0197-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107814, 1155, '0197-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107815, 1155, '0197-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107816, 1155, '0198-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107817, 1155, '0198-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107818, 1155, '0198-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107819, 1155, '0198-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107820, 1155, '0198-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107821, 1155, '0198-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107822, 1155, '0198-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107823, 1155, '0198-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107824, 1155, '0198-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107825, 1155, '0198-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107826, 1155, '0198-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107827, 1155, '0198-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107828, 1155, '0199-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107829, 1155, '0199-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107830, 1155, '0199-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107831, 1155, '0199-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107832, 1155, '0199-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107833, 1155, '0199-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107834, 1155, '0199-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107835, 1155, '0199-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107836, 1155, '0199-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107837, 1155, '0199-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107838, 1155, '0199-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107839, 1155, '0199-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107840, 1155, '0200-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107841, 1155, '0200-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107842, 1155, '0200-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107843, 1155, '0200-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107844, 1155, '0200-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107845, 1155, '0200-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107846, 1155, '0200-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107847, 1155, '0200-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107848, 1155, '0200-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107849, 1155, '0200-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107850, 1155, '0200-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107851, 1155, '0200-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107852, 1155, '0201-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107853, 1155, '0201-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(107854, 1155, '0201-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107855, 1155, '0201-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107856, 1155, '0201-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107857, 1155, '0201-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107858, 1155, '0201-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107859, 1155, '0201-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107860, 1155, '0201-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107861, 1155, '0201-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107862, 1155, '0201-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107863, 1155, '0201-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107864, 1155, '0202-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107865, 1155, '0202-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107866, 1155, '0202-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107867, 1155, '0202-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107868, 1155, '0202-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107869, 1155, '0202-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107870, 1155, '0202-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107871, 1155, '0202-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107872, 1155, '0202-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107873, 1155, '0202-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107874, 1155, '0202-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107875, 1155, '0202-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107876, 1155, '0203-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107877, 1155, '0203-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107878, 1155, '0203-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107879, 1155, '0203-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107880, 1155, '0203-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107881, 1155, '0203-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107882, 1155, '0203-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107883, 1155, '0203-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107884, 1155, '0203-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107885, 1155, '0203-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107886, 1155, '0203-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107887, 1155, '0203-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107888, 1155, '0204-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107889, 1155, '0204-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107890, 1155, '0204-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107891, 1155, '0204-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107892, 1155, '0204-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107893, 1155, '0204-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107894, 1155, '0204-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107895, 1155, '0204-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107896, 1155, '0204-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107897, 1155, '0204-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107898, 1155, '0204-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107899, 1155, '0204-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107900, 1155, '0205-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107901, 1155, '0205-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107902, 1155, '0205-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107903, 1155, '0205-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107904, 1155, '0205-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107905, 1155, '0205-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107906, 1155, '0205-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107907, 1155, '0205-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107908, 1155, '0205-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107909, 1155, '0205-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107910, 1155, '0205-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107911, 1155, '0205-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107912, 1155, '0206-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107913, 1155, '0206-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107914, 1155, '0206-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107915, 1155, '0206-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107916, 1155, '0206-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107917, 1155, '0206-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107918, 1155, '0206-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107919, 1155, '0206-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107920, 1155, '0206-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107921, 1155, '0206-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107922, 1155, '0206-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107923, 1155, '0206-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107924, 1155, '0207-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107925, 1155, '0207-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107926, 1155, '0207-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107927, 1155, '0207-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107928, 1155, '0207-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107929, 1155, '0207-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107930, 1155, '0207-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107931, 1155, '0207-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107932, 1155, '0207-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107933, 1155, '0207-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107934, 1155, '0207-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107935, 1155, '0207-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107936, 1155, '0208-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107937, 1155, '0208-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107938, 1155, '0208-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107939, 1155, '0208-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107940, 1155, '0208-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107941, 1155, '0208-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107942, 1155, '0208-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107943, 1155, '0208-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107944, 1155, '0208-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107945, 1155, '0208-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107946, 1155, '0208-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107947, 1155, '0208-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107948, 1155, '0209-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107949, 1155, '0209-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107950, 1155, '0209-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107951, 1155, '0209-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107952, 1155, '0209-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107953, 1155, '0209-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107954, 1155, '0209-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107955, 1155, '0209-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107956, 1155, '0209-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107957, 1155, '0209-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107958, 1155, '0209-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107959, 1155, '0209-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107960, 1155, '0210-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107961, 1155, '0210-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107962, 1155, '0210-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107963, 1155, '0210-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107964, 1155, '0210-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107965, 1155, '0210-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107966, 1155, '0210-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107967, 1155, '0210-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107968, 1155, '0210-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107969, 1155, '0210-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107970, 1155, '0210-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107971, 1155, '0210-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107972, 1155, '0211-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107973, 1155, '0211-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107974, 1155, '0211-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:57', '2023-09-12 17:42:57'),
(107975, 1155, '0211-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(107976, 1155, '0211-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(107977, 1155, '0211-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(107978, 1155, '0211-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(107979, 1155, '0211-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(107980, 1155, '0211-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(107981, 1155, '0211-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(107982, 1155, '0211-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(107983, 1155, '0211-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(107984, 1155, '0212-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(107985, 1155, '0212-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(107986, 1155, '0212-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(107987, 1155, '0212-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(107988, 1155, '0212-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(107989, 1155, '0212-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(107990, 1155, '0212-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(107991, 1155, '0212-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(107992, 1155, '0212-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(107993, 1155, '0212-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(107994, 1155, '0212-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(107995, 1155, '0212-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(107996, 1155, '0213-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(107997, 1155, '0213-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(107998, 1155, '0213-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(107999, 1155, '0213-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108000, 1155, '0213-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108001, 1155, '0213-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108002, 1155, '0213-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108003, 1155, '0213-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108004, 1155, '0213-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108005, 1155, '0213-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108006, 1155, '0213-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108007, 1155, '0213-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108008, 1155, '0214-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108009, 1155, '0214-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108010, 1155, '0214-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108011, 1155, '0214-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108012, 1155, '0214-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108013, 1155, '0214-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108014, 1155, '0214-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108015, 1155, '0214-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108016, 1155, '0214-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108017, 1155, '0214-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108018, 1155, '0214-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108019, 1155, '0214-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108020, 1155, '0215-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108021, 1155, '0215-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108022, 1155, '0215-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108023, 1155, '0215-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108024, 1155, '0215-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108025, 1155, '0215-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108026, 1155, '0215-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108027, 1155, '0215-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108028, 1155, '0215-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108029, 1155, '0215-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108030, 1155, '0215-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108031, 1155, '0215-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108032, 1155, '0216-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108033, 1155, '0216-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108034, 1155, '0216-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108035, 1155, '0216-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108036, 1155, '0216-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108037, 1155, '0216-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108038, 1155, '0216-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108039, 1155, '0216-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108040, 1155, '0216-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108041, 1155, '0216-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108042, 1155, '0216-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108043, 1155, '0216-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108044, 1155, '0217-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108045, 1155, '0217-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108046, 1155, '0217-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108047, 1155, '0217-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108048, 1155, '0217-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108049, 1155, '0217-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108050, 1155, '0217-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108051, 1155, '0217-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108052, 1155, '0217-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108053, 1155, '0217-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108054, 1155, '0217-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108055, 1155, '0217-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108056, 1155, '0218-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108057, 1155, '0218-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108058, 1155, '0218-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108059, 1155, '0218-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108060, 1155, '0218-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108061, 1155, '0218-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108062, 1155, '0218-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108063, 1155, '0218-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108064, 1155, '0218-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108065, 1155, '0218-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108066, 1155, '0218-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108067, 1155, '0218-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108068, 1155, '0219-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108069, 1155, '0219-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108070, 1155, '0219-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108071, 1155, '0219-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108072, 1155, '0219-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108073, 1155, '0219-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108074, 1155, '0219-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108075, 1155, '0219-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108076, 1155, '0219-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108077, 1155, '0219-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108078, 1155, '0219-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108079, 1155, '0219-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108080, 1155, '0220-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108081, 1155, '0220-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108082, 1155, '0220-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108083, 1155, '0220-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108084, 1155, '0220-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108085, 1155, '0220-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108086, 1155, '0220-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108087, 1155, '0220-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108088, 1155, '0220-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108089, 1155, '0220-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108090, 1155, '0220-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108091, 1155, '0220-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108092, 1155, '0221-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108093, 1155, '0221-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108094, 1155, '0221-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108095, 1155, '0221-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108096, 1155, '0221-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108097, 1155, '0221-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108098, 1155, '0221-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108099, 1155, '0221-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108100, 1155, '0221-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108101, 1155, '0221-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108102, 1155, '0221-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108103, 1155, '0221-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108104, 1155, '0222-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108105, 1155, '0222-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108106, 1155, '0222-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108107, 1155, '0222-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108108, 1155, '0222-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108109, 1155, '0222-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108110, 1155, '0222-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108111, 1155, '0222-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108112, 1155, '0222-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108113, 1155, '0222-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108114, 1155, '0222-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108115, 1155, '0222-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108116, 1155, '0223-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108117, 1155, '0223-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108118, 1155, '0223-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108119, 1155, '0223-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108120, 1155, '0223-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108121, 1155, '0223-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108122, 1155, '0223-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108123, 1155, '0223-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108124, 1155, '0223-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108125, 1155, '0223-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108126, 1155, '0223-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108127, 1155, '0223-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108128, 1155, '0224-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108129, 1155, '0224-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108130, 1155, '0224-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108131, 1155, '0224-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108132, 1155, '0224-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108133, 1155, '0224-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108134, 1155, '0224-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108135, 1155, '0224-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108136, 1155, '0224-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108137, 1155, '0224-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108138, 1155, '0224-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108139, 1155, '0224-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108140, 1155, '0225-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108141, 1155, '0225-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108142, 1155, '0225-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108143, 1155, '0225-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108144, 1155, '0225-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108145, 1155, '0225-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108146, 1155, '0225-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108147, 1155, '0225-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108148, 1155, '0225-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108149, 1155, '0225-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108150, 1155, '0225-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108151, 1155, '0225-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108152, 1155, '0226-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108153, 1155, '0226-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108154, 1155, '0226-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108155, 1155, '0226-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108156, 1155, '0226-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108157, 1155, '0226-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108158, 1155, '0226-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108159, 1155, '0226-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108160, 1155, '0226-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108161, 1155, '0226-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108162, 1155, '0226-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108163, 1155, '0226-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108164, 1155, '0227-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108165, 1155, '0227-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108166, 1155, '0227-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108167, 1155, '0227-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108168, 1155, '0227-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108169, 1155, '0227-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108170, 1155, '0227-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108171, 1155, '0227-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108172, 1155, '0227-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108173, 1155, '0227-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108174, 1155, '0227-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108175, 1155, '0227-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108176, 1155, '0228-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108177, 1155, '0228-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108178, 1155, '0228-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108179, 1155, '0228-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108180, 1155, '0228-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108181, 1155, '0228-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108182, 1155, '0228-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108183, 1155, '0228-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108184, 1155, '0228-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108185, 1155, '0228-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108186, 1155, '0228-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108187, 1155, '0228-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108188, 1155, '0229-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108189, 1155, '0229-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108190, 1155, '0229-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108191, 1155, '0229-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108192, 1155, '0229-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108193, 1155, '0229-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108194, 1155, '0229-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108195, 1155, '0229-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108196, 1155, '0229-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108197, 1155, '0229-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108198, 1155, '0229-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108199, 1155, '0229-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108200, 1155, '0230-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108201, 1155, '0230-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108202, 1155, '0230-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108203, 1155, '0230-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108204, 1155, '0230-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108205, 1155, '0230-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108206, 1155, '0230-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108207, 1155, '0230-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108208, 1155, '0230-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108209, 1155, '0230-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108210, 1155, '0230-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108211, 1155, '0230-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108212, 1155, '0231-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108213, 1155, '0231-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108214, 1155, '0231-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108215, 1155, '0231-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108216, 1155, '0231-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108217, 1155, '0231-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108218, 1155, '0231-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108219, 1155, '0231-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108220, 1155, '0231-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108221, 1155, '0231-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108222, 1155, '0231-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108223, 1155, '0231-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108224, 1155, '0232-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108225, 1155, '0232-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108226, 1155, '0232-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108227, 1155, '0232-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108228, 1155, '0232-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108229, 1155, '0232-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108230, 1155, '0232-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108231, 1155, '0232-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108232, 1155, '0232-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108233, 1155, '0232-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108234, 1155, '0232-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108235, 1155, '0232-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108236, 1155, '0233-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108237, 1155, '0233-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108238, 1155, '0233-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108239, 1155, '0233-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108240, 1155, '0233-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108241, 1155, '0233-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108242, 1155, '0233-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108243, 1155, '0233-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108244, 1155, '0233-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108245, 1155, '0233-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108246, 1155, '0233-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108247, 1155, '0233-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108248, 1155, '0234-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108249, 1155, '0234-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108250, 1155, '0234-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108251, 1155, '0234-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108252, 1155, '0234-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108253, 1155, '0234-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108254, 1155, '0234-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108255, 1155, '0234-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108256, 1155, '0234-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108257, 1155, '0234-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108258, 1155, '0234-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108259, 1155, '0234-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108260, 1155, '0235-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108261, 1155, '0235-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108262, 1155, '0235-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108263, 1155, '0235-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108264, 1155, '0235-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108265, 1155, '0235-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108266, 1155, '0235-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108267, 1155, '0235-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108268, 1155, '0235-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108269, 1155, '0235-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108270, 1155, '0235-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108271, 1155, '0235-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108272, 1155, '0236-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108273, 1155, '0236-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108274, 1155, '0236-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108275, 1155, '0236-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108276, 1155, '0236-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108277, 1155, '0236-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108278, 1155, '0236-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108279, 1155, '0236-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108280, 1155, '0236-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108281, 1155, '0236-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108282, 1155, '0236-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108283, 1155, '0236-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108284, 1155, '0237-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108285, 1155, '0237-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108286, 1155, '0237-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108287, 1155, '0237-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108288, 1155, '0237-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108289, 1155, '0237-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108290, 1155, '0237-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108291, 1155, '0237-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108292, 1155, '0237-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108293, 1155, '0237-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108294, 1155, '0237-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108295, 1155, '0237-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108296, 1155, '0238-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108297, 1155, '0238-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108298, 1155, '0238-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108299, 1155, '0238-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108300, 1155, '0238-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108301, 1155, '0238-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108302, 1155, '0238-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108303, 1155, '0238-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108304, 1155, '0238-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108305, 1155, '0238-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108306, 1155, '0238-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108307, 1155, '0238-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108308, 1155, '0239-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108309, 1155, '0239-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(108310, 1155, '0239-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108311, 1155, '0239-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108312, 1155, '0239-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108313, 1155, '0239-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108314, 1155, '0239-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108315, 1155, '0239-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108316, 1155, '0239-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108317, 1155, '0239-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108318, 1155, '0239-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108319, 1155, '0239-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108320, 1155, '0240-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108321, 1155, '0240-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108322, 1155, '0240-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108323, 1155, '0240-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108324, 1155, '0240-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108325, 1155, '0240-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108326, 1155, '0240-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108327, 1155, '0240-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108328, 1155, '0240-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108329, 1155, '0240-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108330, 1155, '0240-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:58', '2023-09-12 17:42:58'),
(108331, 1155, '0240-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108332, 1155, '0241-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108333, 1155, '0241-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108334, 1155, '0241-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108335, 1155, '0241-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108336, 1155, '0241-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108337, 1155, '0241-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108338, 1155, '0241-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108339, 1155, '0241-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108340, 1155, '0241-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108341, 1155, '0241-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108342, 1155, '0241-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108343, 1155, '0241-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108344, 1155, '0242-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108345, 1155, '0242-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108346, 1155, '0242-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108347, 1155, '0242-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108348, 1155, '0242-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108349, 1155, '0242-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108350, 1155, '0242-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108351, 1155, '0242-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108352, 1155, '0242-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108353, 1155, '0242-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108354, 1155, '0242-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108355, 1155, '0242-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108356, 1155, '0243-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108357, 1155, '0243-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108358, 1155, '0243-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108359, 1155, '0243-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108360, 1155, '0243-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108361, 1155, '0243-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108362, 1155, '0243-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108363, 1155, '0243-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108364, 1155, '0243-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108365, 1155, '0243-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108366, 1155, '0243-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108367, 1155, '0243-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108368, 1155, '0244-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108369, 1155, '0244-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108370, 1155, '0244-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108371, 1155, '0244-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108372, 1155, '0244-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108373, 1155, '0244-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108374, 1155, '0244-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108375, 1155, '0244-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108376, 1155, '0244-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108377, 1155, '0244-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108378, 1155, '0244-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108379, 1155, '0244-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108380, 1155, '0245-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108381, 1155, '0245-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108382, 1155, '0245-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108383, 1155, '0245-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108384, 1155, '0245-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108385, 1155, '0245-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108386, 1155, '0245-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108387, 1155, '0245-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108388, 1155, '0245-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108389, 1155, '0245-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108390, 1155, '0245-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108391, 1155, '0245-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108392, 1155, '0246-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108393, 1155, '0246-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108394, 1155, '0246-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108395, 1155, '0246-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108396, 1155, '0246-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108397, 1155, '0246-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108398, 1155, '0246-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108399, 1155, '0246-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108400, 1155, '0246-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108401, 1155, '0246-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108402, 1155, '0246-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108403, 1155, '0246-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108404, 1155, '0247-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108405, 1155, '0247-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108406, 1155, '0247-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108407, 1155, '0247-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108408, 1155, '0247-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108409, 1155, '0247-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108410, 1155, '0247-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108411, 1155, '0247-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108412, 1155, '0247-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108413, 1155, '0247-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108414, 1155, '0247-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108415, 1155, '0247-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108416, 1155, '0248-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108417, 1155, '0248-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108418, 1155, '0248-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108419, 1155, '0248-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108420, 1155, '0248-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108421, 1155, '0248-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108422, 1155, '0248-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108423, 1155, '0248-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108424, 1155, '0248-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108425, 1155, '0248-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108426, 1155, '0248-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108427, 1155, '0248-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108428, 1155, '0249-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108429, 1155, '0249-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108430, 1155, '0249-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108431, 1155, '0249-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108432, 1155, '0249-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108433, 1155, '0249-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108434, 1155, '0249-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108435, 1155, '0249-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108436, 1155, '0249-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108437, 1155, '0249-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108438, 1155, '0249-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108439, 1155, '0249-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108440, 1155, '0250-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108441, 1155, '0250-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108442, 1155, '0250-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108443, 1155, '0250-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108444, 1155, '0250-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108445, 1155, '0250-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108446, 1155, '0250-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108447, 1155, '0250-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108448, 1155, '0250-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108449, 1155, '0250-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108450, 1155, '0250-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108451, 1155, '0250-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108452, 1155, '0251-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108453, 1155, '0251-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108454, 1155, '0251-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108455, 1155, '0251-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108456, 1155, '0251-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108457, 1155, '0251-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108458, 1155, '0251-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108459, 1155, '0251-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108460, 1155, '0251-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108461, 1155, '0251-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108462, 1155, '0251-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108463, 1155, '0251-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108464, 1155, '0252-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108465, 1155, '0252-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108466, 1155, '0252-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108467, 1155, '0252-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108468, 1155, '0252-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108469, 1155, '0252-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108470, 1155, '0252-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108471, 1155, '0252-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108472, 1155, '0252-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108473, 1155, '0252-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108474, 1155, '0252-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108475, 1155, '0252-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108476, 1155, '0253-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108477, 1155, '0253-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108478, 1155, '0253-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108479, 1155, '0253-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108480, 1155, '0253-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108481, 1155, '0253-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108482, 1155, '0253-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108483, 1155, '0253-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108484, 1155, '0253-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108485, 1155, '0253-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108486, 1155, '0253-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108487, 1155, '0253-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108488, 1155, '0254-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108489, 1155, '0254-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108490, 1155, '0254-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108491, 1155, '0254-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108492, 1155, '0254-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108493, 1155, '0254-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108494, 1155, '0254-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108495, 1155, '0254-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108496, 1155, '0254-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108497, 1155, '0254-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108498, 1155, '0254-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108499, 1155, '0254-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108500, 1155, '0255-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108501, 1155, '0255-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108502, 1155, '0255-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108503, 1155, '0255-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108504, 1155, '0255-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108505, 1155, '0255-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108506, 1155, '0255-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108507, 1155, '0255-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108508, 1155, '0255-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108509, 1155, '0255-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108510, 1155, '0255-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108511, 1155, '0255-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108512, 1155, '0256-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108513, 1155, '0256-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108514, 1155, '0256-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108515, 1155, '0256-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108516, 1155, '0256-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108517, 1155, '0256-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108518, 1155, '0256-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108519, 1155, '0256-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108520, 1155, '0256-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108521, 1155, '0256-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108522, 1155, '0256-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108523, 1155, '0256-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108524, 1155, '0257-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108525, 1155, '0257-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108526, 1155, '0257-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108527, 1155, '0257-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108528, 1155, '0257-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108529, 1155, '0257-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108530, 1155, '0257-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108531, 1155, '0257-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108532, 1155, '0257-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108533, 1155, '0257-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108534, 1155, '0257-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108535, 1155, '0257-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108536, 1155, '0258-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108537, 1155, '0258-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108538, 1155, '0258-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108539, 1155, '0258-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108540, 1155, '0258-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108541, 1155, '0258-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108542, 1155, '0258-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108543, 1155, '0258-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108544, 1155, '0258-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108545, 1155, '0258-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108546, 1155, '0258-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108547, 1155, '0258-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108548, 1155, '0259-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108549, 1155, '0259-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108550, 1155, '0259-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108551, 1155, '0259-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108552, 1155, '0259-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108553, 1155, '0259-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108554, 1155, '0259-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108555, 1155, '0259-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108556, 1155, '0259-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108557, 1155, '0259-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108558, 1155, '0259-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108559, 1155, '0259-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108560, 1155, '0260-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108561, 1155, '0260-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108562, 1155, '0260-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108563, 1155, '0260-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108564, 1155, '0260-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108565, 1155, '0260-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108566, 1155, '0260-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108567, 1155, '0260-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108568, 1155, '0260-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108569, 1155, '0260-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108570, 1155, '0260-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108571, 1155, '0260-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108572, 1155, '0261-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108573, 1155, '0261-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108574, 1155, '0261-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108575, 1155, '0261-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108576, 1155, '0261-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108577, 1155, '0261-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108578, 1155, '0261-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108579, 1155, '0261-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108580, 1155, '0261-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108581, 1155, '0261-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108582, 1155, '0261-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108583, 1155, '0261-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108584, 1155, '0262-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108585, 1155, '0262-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108586, 1155, '0262-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108587, 1155, '0262-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108588, 1155, '0262-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108589, 1155, '0262-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108590, 1155, '0262-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108591, 1155, '0262-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108592, 1155, '0262-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108593, 1155, '0262-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108594, 1155, '0262-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108595, 1155, '0262-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108596, 1155, '0263-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108597, 1155, '0263-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108598, 1155, '0263-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108599, 1155, '0263-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108600, 1155, '0263-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108601, 1155, '0263-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108602, 1155, '0263-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108603, 1155, '0263-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108604, 1155, '0263-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108605, 1155, '0263-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108606, 1155, '0263-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108607, 1155, '0263-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108608, 1155, '0264-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108609, 1155, '0264-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108610, 1155, '0264-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108611, 1155, '0264-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108612, 1155, '0264-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108613, 1155, '0264-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108614, 1155, '0264-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108615, 1155, '0264-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108616, 1155, '0264-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108617, 1155, '0264-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108618, 1155, '0264-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108619, 1155, '0264-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108620, 1155, '0265-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108621, 1155, '0265-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108622, 1155, '0265-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108623, 1155, '0265-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108624, 1155, '0265-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108625, 1155, '0265-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108626, 1155, '0265-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108627, 1155, '0265-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108628, 1155, '0265-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108629, 1155, '0265-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108630, 1155, '0265-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108631, 1155, '0265-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108632, 1155, '0266-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108633, 1155, '0266-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108634, 1155, '0266-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108635, 1155, '0266-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108636, 1155, '0266-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108637, 1155, '0266-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108638, 1155, '0266-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108639, 1155, '0266-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108640, 1155, '0266-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108641, 1155, '0266-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108642, 1155, '0266-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108643, 1155, '0266-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108644, 1155, '0267-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108645, 1155, '0267-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108646, 1155, '0267-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108647, 1155, '0267-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108648, 1155, '0267-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108649, 1155, '0267-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108650, 1155, '0267-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108651, 1155, '0267-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108652, 1155, '0267-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108653, 1155, '0267-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108654, 1155, '0267-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108655, 1155, '0267-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108656, 1155, '0268-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108657, 1155, '0268-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108658, 1155, '0268-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108659, 1155, '0268-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108660, 1155, '0268-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108661, 1155, '0268-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108662, 1155, '0268-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108663, 1155, '0268-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108664, 1155, '0268-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108665, 1155, '0268-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108666, 1155, '0268-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108667, 1155, '0268-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108668, 1155, '0269-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108669, 1155, '0269-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108670, 1155, '0269-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108671, 1155, '0269-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108672, 1155, '0269-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108673, 1155, '0269-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108674, 1155, '0269-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108675, 1155, '0269-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108676, 1155, '0269-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108677, 1155, '0269-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108678, 1155, '0269-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108679, 1155, '0269-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108680, 1155, '0270-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108681, 1155, '0270-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108682, 1155, '0270-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108683, 1155, '0270-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108684, 1155, '0270-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108685, 1155, '0270-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108686, 1155, '0270-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108687, 1155, '0270-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108688, 1155, '0270-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108689, 1155, '0270-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108690, 1155, '0270-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108691, 1155, '0270-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108692, 1155, '0271-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108693, 1155, '0271-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108694, 1155, '0271-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108695, 1155, '0271-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108696, 1155, '0271-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108697, 1155, '0271-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108698, 1155, '0271-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108699, 1155, '0271-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108700, 1155, '0271-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108701, 1155, '0271-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108702, 1155, '0271-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108703, 1155, '0271-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108704, 1155, '0272-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108705, 1155, '0272-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108706, 1155, '0272-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108707, 1155, '0272-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:42:59', '2023-09-12 17:42:59'),
(108708, 1155, '0272-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108709, 1155, '0272-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108710, 1155, '0272-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108711, 1155, '0272-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108712, 1155, '0272-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108713, 1155, '0272-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108714, 1155, '0272-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108715, 1155, '0272-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108716, 1155, '0273-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108717, 1155, '0273-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108718, 1155, '0273-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108719, 1155, '0273-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108720, 1155, '0273-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108721, 1155, '0273-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108722, 1155, '0273-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108723, 1155, '0273-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108724, 1155, '0273-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108725, 1155, '0273-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108726, 1155, '0273-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108727, 1155, '0273-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108728, 1155, '0274-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108729, 1155, '0274-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108730, 1155, '0274-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108731, 1155, '0274-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108732, 1155, '0274-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108733, 1155, '0274-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108734, 1155, '0274-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108735, 1155, '0274-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108736, 1155, '0274-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108737, 1155, '0274-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108738, 1155, '0274-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108739, 1155, '0274-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108740, 1155, '0275-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108741, 1155, '0275-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108742, 1155, '0275-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108743, 1155, '0275-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108744, 1155, '0275-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108745, 1155, '0275-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108746, 1155, '0275-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108747, 1155, '0275-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108748, 1155, '0275-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108749, 1155, '0275-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108750, 1155, '0275-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108751, 1155, '0275-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108752, 1155, '0276-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108753, 1155, '0276-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108754, 1155, '0276-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108755, 1155, '0276-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108756, 1155, '0276-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108757, 1155, '0276-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108758, 1155, '0276-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108759, 1155, '0276-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108760, 1155, '0276-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108761, 1155, '0276-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108762, 1155, '0276-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108763, 1155, '0276-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108764, 1155, '0277-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108765, 1155, '0277-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(108766, 1155, '0277-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108767, 1155, '0277-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108768, 1155, '0277-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108769, 1155, '0277-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108770, 1155, '0277-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108771, 1155, '0277-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108772, 1155, '0277-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108773, 1155, '0277-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108774, 1155, '0277-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108775, 1155, '0277-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108776, 1155, '0278-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108777, 1155, '0278-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108778, 1155, '0278-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108779, 1155, '0278-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108780, 1155, '0278-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108781, 1155, '0278-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108782, 1155, '0278-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108783, 1155, '0278-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108784, 1155, '0278-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108785, 1155, '0278-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108786, 1155, '0278-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108787, 1155, '0278-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108788, 1155, '0279-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108789, 1155, '0279-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108790, 1155, '0279-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108791, 1155, '0279-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108792, 1155, '0279-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108793, 1155, '0279-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108794, 1155, '0279-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108795, 1155, '0279-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108796, 1155, '0279-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108797, 1155, '0279-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108798, 1155, '0279-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108799, 1155, '0279-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108800, 1155, '0280-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108801, 1155, '0280-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108802, 1155, '0280-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108803, 1155, '0280-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108804, 1155, '0280-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108805, 1155, '0280-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108806, 1155, '0280-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108807, 1155, '0280-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108808, 1155, '0280-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108809, 1155, '0280-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108810, 1155, '0280-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108811, 1155, '0280-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108812, 1155, '0281-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108813, 1155, '0281-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108814, 1155, '0281-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108815, 1155, '0281-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108816, 1155, '0281-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108817, 1155, '0281-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108818, 1155, '0281-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108819, 1155, '0281-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108820, 1155, '0281-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108821, 1155, '0281-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108822, 1155, '0281-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108823, 1155, '0281-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108824, 1155, '0282-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108825, 1155, '0282-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108826, 1155, '0282-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108827, 1155, '0282-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108828, 1155, '0282-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108829, 1155, '0282-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108830, 1155, '0282-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108831, 1155, '0282-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108832, 1155, '0282-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108833, 1155, '0282-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108834, 1155, '0282-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108835, 1155, '0282-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108836, 1155, '0283-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108837, 1155, '0283-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108838, 1155, '0283-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108839, 1155, '0283-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108840, 1155, '0283-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108841, 1155, '0283-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108842, 1155, '0283-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108843, 1155, '0283-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108844, 1155, '0283-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108845, 1155, '0283-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108846, 1155, '0283-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108847, 1155, '0283-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108848, 1155, '0284-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108849, 1155, '0284-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108850, 1155, '0284-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108851, 1155, '0284-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108852, 1155, '0284-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108853, 1155, '0284-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108854, 1155, '0284-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108855, 1155, '0284-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108856, 1155, '0284-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108857, 1155, '0284-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108858, 1155, '0284-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108859, 1155, '0284-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108860, 1155, '0285-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108861, 1155, '0285-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108862, 1155, '0285-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108863, 1155, '0285-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108864, 1155, '0285-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108865, 1155, '0285-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108866, 1155, '0285-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108867, 1155, '0285-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108868, 1155, '0285-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108869, 1155, '0285-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108870, 1155, '0285-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108871, 1155, '0285-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108872, 1155, '0286-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108873, 1155, '0286-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108874, 1155, '0286-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108875, 1155, '0286-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108876, 1155, '0286-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108877, 1155, '0286-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108878, 1155, '0286-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108879, 1155, '0286-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108880, 1155, '0286-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108881, 1155, '0286-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108882, 1155, '0286-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108883, 1155, '0286-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108884, 1155, '0287-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108885, 1155, '0287-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108886, 1155, '0287-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108887, 1155, '0287-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108888, 1155, '0287-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108889, 1155, '0287-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108890, 1155, '0287-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108891, 1155, '0287-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108892, 1155, '0287-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108893, 1155, '0287-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108894, 1155, '0287-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108895, 1155, '0287-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108896, 1155, '0288-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108897, 1155, '0288-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108898, 1155, '0288-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108899, 1155, '0288-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108900, 1155, '0288-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108901, 1155, '0288-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108902, 1155, '0288-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108903, 1155, '0288-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108904, 1155, '0288-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108905, 1155, '0288-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108906, 1155, '0288-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108907, 1155, '0288-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108908, 1155, '0289-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108909, 1155, '0289-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108910, 1155, '0289-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108911, 1155, '0289-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108912, 1155, '0289-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108913, 1155, '0289-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108914, 1155, '0289-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108915, 1155, '0289-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108916, 1155, '0289-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108917, 1155, '0289-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108918, 1155, '0289-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108919, 1155, '0289-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108920, 1155, '0290-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108921, 1155, '0290-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108922, 1155, '0290-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108923, 1155, '0290-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108924, 1155, '0290-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108925, 1155, '0290-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108926, 1155, '0290-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108927, 1155, '0290-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108928, 1155, '0290-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108929, 1155, '0290-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108930, 1155, '0290-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108931, 1155, '0290-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108932, 1155, '0291-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108933, 1155, '0291-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108934, 1155, '0291-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108935, 1155, '0291-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108936, 1155, '0291-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108937, 1155, '0291-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108938, 1155, '0291-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108939, 1155, '0291-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108940, 1155, '0291-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108941, 1155, '0291-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108942, 1155, '0291-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108943, 1155, '0291-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108944, 1155, '0292-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108945, 1155, '0292-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108946, 1155, '0292-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108947, 1155, '0292-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108948, 1155, '0292-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108949, 1155, '0292-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108950, 1155, '0292-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108951, 1155, '0292-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108952, 1155, '0292-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108953, 1155, '0292-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108954, 1155, '0292-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108955, 1155, '0292-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108956, 1155, '0293-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108957, 1155, '0293-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108958, 1155, '0293-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108959, 1155, '0293-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108960, 1155, '0293-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108961, 1155, '0293-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108962, 1155, '0293-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108963, 1155, '0293-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108964, 1155, '0293-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108965, 1155, '0293-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108966, 1155, '0293-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108967, 1155, '0293-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108968, 1155, '0294-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108969, 1155, '0294-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108970, 1155, '0294-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108971, 1155, '0294-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108972, 1155, '0294-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108973, 1155, '0294-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108974, 1155, '0294-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108975, 1155, '0294-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108976, 1155, '0294-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108977, 1155, '0294-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108978, 1155, '0294-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108979, 1155, '0294-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108980, 1155, '0295-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108981, 1155, '0295-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108982, 1155, '0295-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108983, 1155, '0295-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108984, 1155, '0295-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108985, 1155, '0295-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108986, 1155, '0295-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108987, 1155, '0295-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108988, 1155, '0295-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108989, 1155, '0295-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108990, 1155, '0295-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108991, 1155, '0295-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108992, 1155, '0296-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108993, 1155, '0296-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108994, 1155, '0296-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108995, 1155, '0296-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108996, 1155, '0296-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108997, 1155, '0296-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108998, 1155, '0296-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(108999, 1155, '0296-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(109000, 1155, '0296-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(109001, 1155, '0296-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(109002, 1155, '0296-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(109003, 1155, '0296-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(109004, 1155, '0297-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(109005, 1155, '0297-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(109006, 1155, '0297-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(109007, 1155, '0297-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(109008, 1155, '0297-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(109009, 1155, '0297-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(109010, 1155, '0297-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(109011, 1155, '0297-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(109012, 1155, '0297-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(109013, 1155, '0297-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(109014, 1155, '0297-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(109015, 1155, '0297-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(109016, 1155, '0298-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(109017, 1155, '0298-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(109018, 1155, '0298-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(109019, 1155, '0298-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(109020, 1155, '0298-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(109021, 1155, '0298-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(109022, 1155, '0298-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(109023, 1155, '0298-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(109024, 1155, '0298-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(109025, 1155, '0298-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(109026, 1155, '0298-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(109027, 1155, '0298-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(109028, 1155, '0299-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(109029, 1155, '0299-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(109030, 1155, '0299-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(109031, 1155, '0299-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(109032, 1155, '0299-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(109033, 1155, '0299-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(109034, 1155, '0299-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(109035, 1155, '0299-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(109036, 1155, '0299-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(109037, 1155, '0299-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(109038, 1155, '0299-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(109039, 1155, '0299-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(109040, 1155, '0300-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(109041, 1155, '0300-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(109042, 1155, '0300-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(109043, 1155, '0300-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(109044, 1155, '0300-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(109045, 1155, '0300-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(109046, 1155, '0300-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(109047, 1155, '0300-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(109048, 1155, '0300-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(109049, 1155, '0300-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(109050, 1155, '0300-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(109051, 1155, '0300-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(109052, 1155, '0301-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(109053, 1155, '0301-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(109054, 1155, '0301-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(109055, 1155, '0301-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(109056, 1155, '0301-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(109057, 1155, '0301-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(109058, 1155, '0301-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(109059, 1155, '0301-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(109060, 1155, '0301-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(109061, 1155, '0301-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(109062, 1155, '0301-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(109063, 1155, '0301-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(109064, 1155, '0302-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(109065, 1155, '0302-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(109066, 1155, '0302-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(109067, 1155, '0302-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(109068, 1155, '0302-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(109069, 1155, '0302-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(109070, 1155, '0302-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(109071, 1155, '0302-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(109072, 1155, '0302-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(109073, 1155, '0302-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(109074, 1155, '0302-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(109075, 1155, '0302-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(109076, 1155, '0303-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(109077, 1155, '0303-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(109078, 1155, '0303-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(109079, 1155, '0303-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(109080, 1155, '0303-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(109081, 1155, '0303-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(109082, 1155, '0303-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(109083, 1155, '0303-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(109084, 1155, '0303-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(109085, 1155, '0303-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(109086, 1155, '0303-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(109087, 1155, '0303-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(109088, 1155, '0304-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(109089, 1155, '0304-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(109090, 1155, '0304-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(109091, 1155, '0304-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(109092, 1155, '0304-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(109093, 1155, '0304-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(109094, 1155, '0304-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(109095, 1155, '0304-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(109096, 1155, '0304-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(109097, 1155, '0304-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(109098, 1155, '0304-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(109099, 1155, '0304-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(109100, 1155, '0305-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:00', '2023-09-12 17:43:00'),
(109101, 1155, '0305-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109102, 1155, '0305-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109103, 1155, '0305-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109104, 1155, '0305-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109105, 1155, '0305-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109106, 1155, '0305-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109107, 1155, '0305-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109108, 1155, '0305-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109109, 1155, '0305-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109110, 1155, '0305-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109111, 1155, '0305-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109112, 1155, '0306-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109113, 1155, '0306-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109114, 1155, '0306-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109115, 1155, '0306-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109116, 1155, '0306-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109117, 1155, '0306-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109118, 1155, '0306-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109119, 1155, '0306-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109120, 1155, '0306-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109121, 1155, '0306-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109122, 1155, '0306-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109123, 1155, '0306-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109124, 1155, '0307-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109125, 1155, '0307-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109126, 1155, '0307-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109127, 1155, '0307-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109128, 1155, '0307-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109129, 1155, '0307-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109130, 1155, '0307-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109131, 1155, '0307-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109132, 1155, '0307-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109133, 1155, '0307-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109134, 1155, '0307-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109135, 1155, '0307-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109136, 1155, '0308-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109137, 1155, '0308-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109138, 1155, '0308-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109139, 1155, '0308-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109140, 1155, '0308-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109141, 1155, '0308-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109142, 1155, '0308-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109143, 1155, '0308-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109144, 1155, '0308-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109145, 1155, '0308-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109146, 1155, '0308-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109147, 1155, '0308-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109148, 1155, '0309-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109149, 1155, '0309-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109150, 1155, '0309-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109151, 1155, '0309-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109152, 1155, '0309-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109153, 1155, '0309-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109154, 1155, '0309-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109155, 1155, '0309-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109156, 1155, '0309-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109157, 1155, '0309-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109158, 1155, '0309-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109159, 1155, '0309-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109160, 1155, '0310-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109161, 1155, '0310-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109162, 1155, '0310-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109163, 1155, '0310-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109164, 1155, '0310-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109165, 1155, '0310-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109166, 1155, '0310-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109167, 1155, '0310-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109168, 1155, '0310-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109169, 1155, '0310-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109170, 1155, '0310-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109171, 1155, '0310-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109172, 1155, '0311-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109173, 1155, '0311-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109174, 1155, '0311-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109175, 1155, '0311-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109176, 1155, '0311-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109177, 1155, '0311-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109178, 1155, '0311-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109179, 1155, '0311-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109180, 1155, '0311-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109181, 1155, '0311-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109182, 1155, '0311-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109183, 1155, '0311-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109184, 1155, '0312-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109185, 1155, '0312-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109186, 1155, '0312-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109187, 1155, '0312-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109188, 1155, '0312-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109189, 1155, '0312-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109190, 1155, '0312-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109191, 1155, '0312-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109192, 1155, '0312-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109193, 1155, '0312-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109194, 1155, '0312-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109195, 1155, '0312-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109196, 1155, '0313-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109197, 1155, '0313-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109198, 1155, '0313-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109199, 1155, '0313-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109200, 1155, '0313-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109201, 1155, '0313-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109202, 1155, '0313-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109203, 1155, '0313-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109204, 1155, '0313-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109205, 1155, '0313-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109206, 1155, '0313-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109207, 1155, '0313-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109208, 1155, '0314-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109209, 1155, '0314-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109210, 1155, '0314-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109211, 1155, '0314-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109212, 1155, '0314-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109213, 1155, '0314-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109214, 1155, '0314-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109215, 1155, '0314-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109216, 1155, '0314-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109217, 1155, '0314-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109218, 1155, '0314-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109219, 1155, '0314-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109220, 1155, '0315-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109221, 1155, '0315-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(109222, 1155, '0315-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109223, 1155, '0315-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109224, 1155, '0315-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109225, 1155, '0315-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109226, 1155, '0315-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109227, 1155, '0315-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109228, 1155, '0315-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109229, 1155, '0315-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109230, 1155, '0315-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109231, 1155, '0315-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109232, 1155, '0316-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109233, 1155, '0316-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109234, 1155, '0316-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109235, 1155, '0316-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109236, 1155, '0316-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109237, 1155, '0316-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109238, 1155, '0316-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109239, 1155, '0316-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109240, 1155, '0316-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109241, 1155, '0316-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109242, 1155, '0316-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109243, 1155, '0316-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109244, 1155, '0317-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109245, 1155, '0317-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109246, 1155, '0317-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109247, 1155, '0317-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109248, 1155, '0317-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109249, 1155, '0317-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109250, 1155, '0317-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109251, 1155, '0317-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109252, 1155, '0317-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109253, 1155, '0317-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109254, 1155, '0317-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109255, 1155, '0317-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109256, 1155, '0318-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109257, 1155, '0318-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109258, 1155, '0318-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109259, 1155, '0318-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109260, 1155, '0318-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109261, 1155, '0318-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109262, 1155, '0318-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109263, 1155, '0318-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109264, 1155, '0318-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109265, 1155, '0318-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109266, 1155, '0318-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109267, 1155, '0318-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109268, 1155, '0319-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109269, 1155, '0319-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109270, 1155, '0319-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109271, 1155, '0319-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109272, 1155, '0319-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109273, 1155, '0319-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109274, 1155, '0319-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109275, 1155, '0319-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109276, 1155, '0319-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109277, 1155, '0319-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109278, 1155, '0319-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109279, 1155, '0319-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109280, 1155, '0320-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109281, 1155, '0320-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109282, 1155, '0320-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109283, 1155, '0320-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109284, 1155, '0320-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109285, 1155, '0320-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109286, 1155, '0320-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109287, 1155, '0320-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109288, 1155, '0320-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109289, 1155, '0320-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109290, 1155, '0320-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109291, 1155, '0320-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109292, 1155, '0321-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109293, 1155, '0321-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109294, 1155, '0321-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109295, 1155, '0321-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109296, 1155, '0321-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109297, 1155, '0321-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109298, 1155, '0321-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109299, 1155, '0321-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109300, 1155, '0321-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109301, 1155, '0321-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109302, 1155, '0321-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109303, 1155, '0321-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109304, 1155, '0322-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109305, 1155, '0322-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109306, 1155, '0322-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109307, 1155, '0322-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109308, 1155, '0322-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109309, 1155, '0322-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109310, 1155, '0322-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109311, 1155, '0322-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109312, 1155, '0322-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109313, 1155, '0322-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109314, 1155, '0322-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109315, 1155, '0322-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109316, 1155, '0323-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109317, 1155, '0323-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109318, 1155, '0323-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109319, 1155, '0323-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109320, 1155, '0323-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109321, 1155, '0323-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109322, 1155, '0323-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109323, 1155, '0323-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109324, 1155, '0323-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109325, 1155, '0323-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109326, 1155, '0323-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109327, 1155, '0323-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109328, 1155, '0324-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109329, 1155, '0324-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109330, 1155, '0324-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109331, 1155, '0324-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109332, 1155, '0324-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109333, 1155, '0324-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109334, 1155, '0324-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109335, 1155, '0324-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109336, 1155, '0324-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109337, 1155, '0324-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109338, 1155, '0324-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109339, 1155, '0324-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109340, 1155, '0325-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109341, 1155, '0325-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109342, 1155, '0325-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109343, 1155, '0325-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109344, 1155, '0325-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109345, 1155, '0325-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109346, 1155, '0325-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109347, 1155, '0325-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109348, 1155, '0325-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109349, 1155, '0325-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109350, 1155, '0325-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109351, 1155, '0325-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109352, 1155, '0326-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109353, 1155, '0326-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109354, 1155, '0326-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109355, 1155, '0326-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109356, 1155, '0326-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109357, 1155, '0326-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109358, 1155, '0326-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109359, 1155, '0326-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109360, 1155, '0326-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109361, 1155, '0326-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109362, 1155, '0326-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109363, 1155, '0326-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109364, 1155, '0327-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109365, 1155, '0327-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109366, 1155, '0327-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109367, 1155, '0327-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109368, 1155, '0327-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109369, 1155, '0327-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109370, 1155, '0327-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109371, 1155, '0327-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109372, 1155, '0327-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109373, 1155, '0327-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109374, 1155, '0327-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109375, 1155, '0327-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109376, 1155, '0328-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109377, 1155, '0328-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109378, 1155, '0328-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109379, 1155, '0328-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109380, 1155, '0328-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109381, 1155, '0328-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109382, 1155, '0328-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109383, 1155, '0328-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109384, 1155, '0328-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109385, 1155, '0328-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109386, 1155, '0328-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109387, 1155, '0328-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109388, 1155, '0329-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109389, 1155, '0329-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109390, 1155, '0329-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109391, 1155, '0329-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109392, 1155, '0329-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109393, 1155, '0329-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109394, 1155, '0329-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109395, 1155, '0329-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109396, 1155, '0329-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:01', '2023-09-12 17:43:01'),
(109397, 1155, '0329-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109398, 1155, '0329-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109399, 1155, '0329-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109400, 1155, '0330-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109401, 1155, '0330-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109402, 1155, '0330-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109403, 1155, '0330-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109404, 1155, '0330-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109405, 1155, '0330-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109406, 1155, '0330-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109407, 1155, '0330-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109408, 1155, '0330-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109409, 1155, '0330-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109410, 1155, '0330-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109411, 1155, '0330-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109412, 1155, '0331-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109413, 1155, '0331-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109414, 1155, '0331-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109415, 1155, '0331-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109416, 1155, '0331-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109417, 1155, '0331-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109418, 1155, '0331-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109419, 1155, '0331-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109420, 1155, '0331-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109421, 1155, '0331-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109422, 1155, '0331-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109423, 1155, '0331-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109424, 1155, '0332-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109425, 1155, '0332-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109426, 1155, '0332-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109427, 1155, '0332-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109428, 1155, '0332-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109429, 1155, '0332-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109430, 1155, '0332-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109431, 1155, '0332-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109432, 1155, '0332-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109433, 1155, '0332-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109434, 1155, '0332-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109435, 1155, '0332-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109436, 1155, '0333-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109437, 1155, '0333-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109438, 1155, '0333-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109439, 1155, '0333-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109440, 1155, '0333-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109441, 1155, '0333-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109442, 1155, '0333-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109443, 1155, '0333-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109444, 1155, '0333-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109445, 1155, '0333-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109446, 1155, '0333-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109447, 1155, '0333-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109448, 1155, '0334-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109449, 1155, '0334-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109450, 1155, '0334-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109451, 1155, '0334-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109452, 1155, '0334-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109453, 1155, '0334-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109454, 1155, '0334-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109455, 1155, '0334-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109456, 1155, '0334-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109457, 1155, '0334-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109458, 1155, '0334-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109459, 1155, '0334-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109460, 1155, '0335-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109461, 1155, '0335-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109462, 1155, '0335-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109463, 1155, '0335-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109464, 1155, '0335-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109465, 1155, '0335-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109466, 1155, '0335-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109467, 1155, '0335-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109468, 1155, '0335-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109469, 1155, '0335-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109470, 1155, '0335-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109471, 1155, '0335-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109472, 1155, '0336-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109473, 1155, '0336-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109474, 1155, '0336-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109475, 1155, '0336-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109476, 1155, '0336-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109477, 1155, '0336-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109478, 1155, '0336-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109479, 1155, '0336-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109480, 1155, '0336-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109481, 1155, '0336-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109482, 1155, '0336-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109483, 1155, '0336-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109484, 1155, '0337-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109485, 1155, '0337-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109486, 1155, '0337-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109487, 1155, '0337-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109488, 1155, '0337-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109489, 1155, '0337-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109490, 1155, '0337-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109491, 1155, '0337-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109492, 1155, '0337-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109493, 1155, '0337-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109494, 1155, '0337-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109495, 1155, '0337-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109496, 1155, '0338-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109497, 1155, '0338-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109498, 1155, '0338-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109499, 1155, '0338-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109500, 1155, '0338-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109501, 1155, '0338-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109502, 1155, '0338-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109503, 1155, '0338-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109504, 1155, '0338-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109505, 1155, '0338-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109506, 1155, '0338-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109507, 1155, '0338-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109508, 1155, '0339-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109509, 1155, '0339-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109510, 1155, '0339-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109511, 1155, '0339-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109512, 1155, '0339-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109513, 1155, '0339-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109514, 1155, '0339-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109515, 1155, '0339-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109516, 1155, '0339-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109517, 1155, '0339-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109518, 1155, '0339-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109519, 1155, '0339-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109520, 1155, '0340-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109521, 1155, '0340-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109522, 1155, '0340-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109523, 1155, '0340-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109524, 1155, '0340-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109525, 1155, '0340-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109526, 1155, '0340-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109527, 1155, '0340-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109528, 1155, '0340-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109529, 1155, '0340-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109530, 1155, '0340-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109531, 1155, '0340-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109532, 1155, '0341-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109533, 1155, '0341-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109534, 1155, '0341-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109535, 1155, '0341-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109536, 1155, '0341-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109537, 1155, '0341-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109538, 1155, '0341-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109539, 1155, '0341-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109540, 1155, '0341-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109541, 1155, '0341-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109542, 1155, '0341-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109543, 1155, '0341-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109544, 1155, '0342-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109545, 1155, '0342-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109546, 1155, '0342-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109547, 1155, '0342-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109548, 1155, '0342-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109549, 1155, '0342-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109550, 1155, '0342-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109551, 1155, '0342-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109552, 1155, '0342-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109553, 1155, '0342-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109554, 1155, '0342-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109555, 1155, '0342-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109556, 1155, '0343-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109557, 1155, '0343-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109558, 1155, '0343-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109559, 1155, '0343-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109560, 1155, '0343-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109561, 1155, '0343-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109562, 1155, '0343-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109563, 1155, '0343-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109564, 1155, '0343-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109565, 1155, '0343-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109566, 1155, '0343-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109567, 1155, '0343-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109568, 1155, '0344-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109569, 1155, '0344-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109570, 1155, '0344-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109571, 1155, '0344-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109572, 1155, '0344-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109573, 1155, '0344-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109574, 1155, '0344-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109575, 1155, '0344-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109576, 1155, '0344-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109577, 1155, '0344-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109578, 1155, '0344-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109579, 1155, '0344-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109580, 1155, '0345-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109581, 1155, '0345-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109582, 1155, '0345-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109583, 1155, '0345-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109584, 1155, '0345-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109585, 1155, '0345-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109586, 1155, '0345-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109587, 1155, '0345-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109588, 1155, '0345-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109589, 1155, '0345-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109590, 1155, '0345-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109591, 1155, '0345-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109592, 1155, '0346-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109593, 1155, '0346-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109594, 1155, '0346-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109595, 1155, '0346-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109596, 1155, '0346-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109597, 1155, '0346-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109598, 1155, '0346-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109599, 1155, '0346-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109600, 1155, '0346-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109601, 1155, '0346-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109602, 1155, '0346-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109603, 1155, '0346-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109604, 1155, '0347-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109605, 1155, '0347-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109606, 1155, '0347-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109607, 1155, '0347-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109608, 1155, '0347-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109609, 1155, '0347-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109610, 1155, '0347-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109611, 1155, '0347-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109612, 1155, '0347-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109613, 1155, '0347-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109614, 1155, '0347-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109615, 1155, '0347-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109616, 1155, '0348-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109617, 1155, '0348-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109618, 1155, '0348-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109619, 1155, '0348-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109620, 1155, '0348-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109621, 1155, '0348-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109622, 1155, '0348-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109623, 1155, '0348-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109624, 1155, '0348-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109625, 1155, '0348-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109626, 1155, '0348-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109627, 1155, '0348-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109628, 1155, '0349-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109629, 1155, '0349-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109630, 1155, '0349-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109631, 1155, '0349-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109632, 1155, '0349-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109633, 1155, '0349-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109634, 1155, '0349-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109635, 1155, '0349-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109636, 1155, '0349-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109637, 1155, '0349-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109638, 1155, '0349-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109639, 1155, '0349-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109640, 1155, '0350-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109641, 1155, '0350-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109642, 1155, '0350-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109643, 1155, '0350-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109644, 1155, '0350-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109645, 1155, '0350-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109646, 1155, '0350-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109647, 1155, '0350-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109648, 1155, '0350-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109649, 1155, '0350-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109650, 1155, '0350-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109651, 1155, '0350-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109652, 1155, '0351-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109653, 1155, '0351-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109654, 1155, '0351-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109655, 1155, '0351-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109656, 1155, '0351-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109657, 1155, '0351-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109658, 1155, '0351-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109659, 1155, '0351-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109660, 1155, '0351-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109661, 1155, '0351-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109662, 1155, '0351-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109663, 1155, '0351-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109664, 1155, '0352-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109665, 1155, '0352-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109666, 1155, '0352-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109667, 1155, '0352-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109668, 1155, '0352-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109669, 1155, '0352-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109670, 1155, '0352-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109671, 1155, '0352-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109672, 1155, '0352-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109673, 1155, '0352-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109674, 1155, '0352-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109675, 1155, '0352-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109676, 1155, '0353-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109677, 1155, '0353-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(109678, 1155, '0353-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109679, 1155, '0353-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109680, 1155, '0353-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109681, 1155, '0353-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109682, 1155, '0353-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109683, 1155, '0353-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109684, 1155, '0353-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109685, 1155, '0353-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109686, 1155, '0353-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109687, 1155, '0353-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109688, 1155, '0354-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109689, 1155, '0354-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109690, 1155, '0354-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109691, 1155, '0354-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109692, 1155, '0354-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109693, 1155, '0354-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109694, 1155, '0354-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109695, 1155, '0354-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109696, 1155, '0354-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109697, 1155, '0354-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109698, 1155, '0354-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109699, 1155, '0354-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109700, 1155, '0355-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109701, 1155, '0355-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109702, 1155, '0355-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109703, 1155, '0355-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109704, 1155, '0355-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109705, 1155, '0355-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109706, 1155, '0355-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109707, 1155, '0355-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109708, 1155, '0355-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109709, 1155, '0355-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109710, 1155, '0355-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109711, 1155, '0355-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109712, 1155, '0356-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109713, 1155, '0356-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109714, 1155, '0356-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109715, 1155, '0356-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109716, 1155, '0356-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109717, 1155, '0356-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109718, 1155, '0356-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109719, 1155, '0356-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109720, 1155, '0356-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109721, 1155, '0356-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109722, 1155, '0356-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109723, 1155, '0356-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109724, 1155, '0357-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109725, 1155, '0357-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109726, 1155, '0357-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109727, 1155, '0357-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109728, 1155, '0357-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109729, 1155, '0357-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109730, 1155, '0357-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109731, 1155, '0357-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109732, 1155, '0357-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109733, 1155, '0357-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109734, 1155, '0357-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109735, 1155, '0357-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109736, 1155, '0358-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109737, 1155, '0358-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109738, 1155, '0358-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109739, 1155, '0358-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109740, 1155, '0358-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109741, 1155, '0358-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:02', '2023-09-12 17:43:02'),
(109742, 1155, '0358-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109743, 1155, '0358-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109744, 1155, '0358-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109745, 1155, '0358-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109746, 1155, '0358-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109747, 1155, '0358-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109748, 1155, '0359-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109749, 1155, '0359-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109750, 1155, '0359-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109751, 1155, '0359-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109752, 1155, '0359-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109753, 1155, '0359-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109754, 1155, '0359-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109755, 1155, '0359-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109756, 1155, '0359-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109757, 1155, '0359-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109758, 1155, '0359-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109759, 1155, '0359-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109760, 1155, '0360-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109761, 1155, '0360-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109762, 1155, '0360-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109763, 1155, '0360-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109764, 1155, '0360-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109765, 1155, '0360-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109766, 1155, '0360-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109767, 1155, '0360-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109768, 1155, '0360-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109769, 1155, '0360-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109770, 1155, '0360-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109771, 1155, '0360-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109772, 1155, '0361-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109773, 1155, '0361-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109774, 1155, '0361-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109775, 1155, '0361-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109776, 1155, '0361-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109777, 1155, '0361-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109778, 1155, '0361-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109779, 1155, '0361-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109780, 1155, '0361-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109781, 1155, '0361-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109782, 1155, '0361-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109783, 1155, '0361-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109784, 1155, '0362-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109785, 1155, '0362-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109786, 1155, '0362-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109787, 1155, '0362-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109788, 1155, '0362-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109789, 1155, '0362-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109790, 1155, '0362-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109791, 1155, '0362-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109792, 1155, '0362-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109793, 1155, '0362-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109794, 1155, '0362-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109795, 1155, '0362-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109796, 1155, '0363-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109797, 1155, '0363-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109798, 1155, '0363-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109799, 1155, '0363-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109800, 1155, '0363-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109801, 1155, '0363-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109802, 1155, '0363-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109803, 1155, '0363-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109804, 1155, '0363-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109805, 1155, '0363-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109806, 1155, '0363-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109807, 1155, '0363-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109808, 1155, '0364-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109809, 1155, '0364-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109810, 1155, '0364-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109811, 1155, '0364-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109812, 1155, '0364-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109813, 1155, '0364-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109814, 1155, '0364-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109815, 1155, '0364-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109816, 1155, '0364-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109817, 1155, '0364-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109818, 1155, '0364-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109819, 1155, '0364-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109820, 1155, '0365-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109821, 1155, '0365-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109822, 1155, '0365-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109823, 1155, '0365-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109824, 1155, '0365-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109825, 1155, '0365-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109826, 1155, '0365-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109827, 1155, '0365-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109828, 1155, '0365-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109829, 1155, '0365-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109830, 1155, '0365-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109831, 1155, '0365-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109832, 1155, '0366-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109833, 1155, '0366-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109834, 1155, '0366-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109835, 1155, '0366-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109836, 1155, '0366-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109837, 1155, '0366-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109838, 1155, '0366-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109839, 1155, '0366-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109840, 1155, '0366-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109841, 1155, '0366-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109842, 1155, '0366-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109843, 1155, '0366-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109844, 1155, '0367-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109845, 1155, '0367-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109846, 1155, '0367-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109847, 1155, '0367-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109848, 1155, '0367-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109849, 1155, '0367-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109850, 1155, '0367-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109851, 1155, '0367-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109852, 1155, '0367-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109853, 1155, '0367-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109854, 1155, '0367-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109855, 1155, '0367-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109856, 1155, '0368-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109857, 1155, '0368-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109858, 1155, '0368-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109859, 1155, '0368-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109860, 1155, '0368-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109861, 1155, '0368-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109862, 1155, '0368-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109863, 1155, '0368-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109864, 1155, '0368-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109865, 1155, '0368-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109866, 1155, '0368-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109867, 1155, '0368-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109868, 1155, '0369-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109869, 1155, '0369-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109870, 1155, '0369-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109871, 1155, '0369-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109872, 1155, '0369-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109873, 1155, '0369-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109874, 1155, '0369-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109875, 1155, '0369-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109876, 1155, '0369-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109877, 1155, '0369-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109878, 1155, '0369-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109879, 1155, '0369-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109880, 1155, '0370-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109881, 1155, '0370-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109882, 1155, '0370-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109883, 1155, '0370-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109884, 1155, '0370-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109885, 1155, '0370-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109886, 1155, '0370-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109887, 1155, '0370-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109888, 1155, '0370-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109889, 1155, '0370-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109890, 1155, '0370-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109891, 1155, '0370-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109892, 1155, '0371-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109893, 1155, '0371-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109894, 1155, '0371-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109895, 1155, '0371-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109896, 1155, '0371-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109897, 1155, '0371-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109898, 1155, '0371-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109899, 1155, '0371-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109900, 1155, '0371-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109901, 1155, '0371-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109902, 1155, '0371-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109903, 1155, '0371-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109904, 1155, '0372-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109905, 1155, '0372-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109906, 1155, '0372-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109907, 1155, '0372-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109908, 1155, '0372-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109909, 1155, '0372-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109910, 1155, '0372-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109911, 1155, '0372-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109912, 1155, '0372-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109913, 1155, '0372-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109914, 1155, '0372-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109915, 1155, '0372-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109916, 1155, '0373-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109917, 1155, '0373-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109918, 1155, '0373-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109919, 1155, '0373-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109920, 1155, '0373-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109921, 1155, '0373-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109922, 1155, '0373-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109923, 1155, '0373-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109924, 1155, '0373-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109925, 1155, '0373-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109926, 1155, '0373-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109927, 1155, '0373-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109928, 1155, '0374-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109929, 1155, '0374-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109930, 1155, '0374-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109931, 1155, '0374-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109932, 1155, '0374-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109933, 1155, '0374-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109934, 1155, '0374-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109935, 1155, '0374-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109936, 1155, '0374-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109937, 1155, '0374-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109938, 1155, '0374-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109939, 1155, '0374-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109940, 1155, '0375-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109941, 1155, '0375-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109942, 1155, '0375-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109943, 1155, '0375-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109944, 1155, '0375-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109945, 1155, '0375-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109946, 1155, '0375-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109947, 1155, '0375-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109948, 1155, '0375-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109949, 1155, '0375-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109950, 1155, '0375-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109951, 1155, '0375-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109952, 1155, '0376-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109953, 1155, '0376-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109954, 1155, '0376-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109955, 1155, '0376-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109956, 1155, '0376-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109957, 1155, '0376-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109958, 1155, '0376-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109959, 1155, '0376-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109960, 1155, '0376-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109961, 1155, '0376-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109962, 1155, '0376-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109963, 1155, '0376-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109964, 1155, '0377-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109965, 1155, '0377-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109966, 1155, '0377-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109967, 1155, '0377-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109968, 1155, '0377-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109969, 1155, '0377-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109970, 1155, '0377-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109971, 1155, '0377-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109972, 1155, '0377-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109973, 1155, '0377-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109974, 1155, '0377-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109975, 1155, '0377-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109976, 1155, '0378-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109977, 1155, '0378-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109978, 1155, '0378-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109979, 1155, '0378-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109980, 1155, '0378-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109981, 1155, '0378-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109982, 1155, '0378-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109983, 1155, '0378-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109984, 1155, '0378-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109985, 1155, '0378-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109986, 1155, '0378-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109987, 1155, '0378-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109988, 1155, '0379-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109989, 1155, '0379-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109990, 1155, '0379-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109991, 1155, '0379-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109992, 1155, '0379-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109993, 1155, '0379-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109994, 1155, '0379-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109995, 1155, '0379-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109996, 1155, '0379-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109997, 1155, '0379-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109998, 1155, '0379-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(109999, 1155, '0379-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(110000, 1155, '0380-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(110001, 1155, '0380-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(110002, 1155, '0380-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(110003, 1155, '0380-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(110004, 1155, '0380-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(110005, 1155, '0380-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(110006, 1155, '0380-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(110007, 1155, '0380-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(110008, 1155, '0380-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(110009, 1155, '0380-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(110010, 1155, '0380-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(110011, 1155, '0380-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(110012, 1155, '0381-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(110013, 1155, '0381-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(110014, 1155, '0381-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(110015, 1155, '0381-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(110016, 1155, '0381-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(110017, 1155, '0381-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(110018, 1155, '0381-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(110019, 1155, '0381-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(110020, 1155, '0381-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(110021, 1155, '0381-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(110022, 1155, '0381-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(110023, 1155, '0381-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(110024, 1155, '0382-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(110025, 1155, '0382-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(110026, 1155, '0382-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(110027, 1155, '0382-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(110028, 1155, '0382-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(110029, 1155, '0382-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(110030, 1155, '0382-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(110031, 1155, '0382-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(110032, 1155, '0382-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(110033, 1155, '0382-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(110034, 1155, '0382-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(110035, 1155, '0382-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(110036, 1155, '0383-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(110037, 1155, '0383-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(110038, 1155, '0383-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(110039, 1155, '0383-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(110040, 1155, '0383-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(110041, 1155, '0383-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(110042, 1155, '0383-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(110043, 1155, '0383-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(110044, 1155, '0383-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(110045, 1155, '0383-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(110046, 1155, '0383-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(110047, 1155, '0383-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(110048, 1155, '0384-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(110049, 1155, '0384-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(110050, 1155, '0384-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(110051, 1155, '0384-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(110052, 1155, '0384-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(110053, 1155, '0384-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(110054, 1155, '0384-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(110055, 1155, '0384-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(110056, 1155, '0384-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(110057, 1155, '0384-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(110058, 1155, '0384-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(110059, 1155, '0384-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(110060, 1155, '0385-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(110061, 1155, '0385-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(110062, 1155, '0385-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(110063, 1155, '0385-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(110064, 1155, '0385-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(110065, 1155, '0385-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(110066, 1155, '0385-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(110067, 1155, '0385-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(110068, 1155, '0385-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(110069, 1155, '0385-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(110070, 1155, '0385-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(110071, 1155, '0385-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(110072, 1155, '0386-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(110073, 1155, '0386-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(110074, 1155, '0386-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(110075, 1155, '0386-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(110076, 1155, '0386-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(110077, 1155, '0386-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(110078, 1155, '0386-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(110079, 1155, '0386-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(110080, 1155, '0386-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(110081, 1155, '0386-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(110082, 1155, '0386-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(110083, 1155, '0386-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(110084, 1155, '0387-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(110085, 1155, '0387-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(110086, 1155, '0387-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(110087, 1155, '0387-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(110088, 1155, '0387-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(110089, 1155, '0387-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(110090, 1155, '0387-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(110091, 1155, '0387-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(110092, 1155, '0387-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(110093, 1155, '0387-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(110094, 1155, '0387-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(110095, 1155, '0387-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(110096, 1155, '0388-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(110097, 1155, '0388-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(110098, 1155, '0388-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(110099, 1155, '0388-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(110100, 1155, '0388-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(110101, 1155, '0388-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(110102, 1155, '0388-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(110103, 1155, '0388-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(110104, 1155, '0388-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(110105, 1155, '0388-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(110106, 1155, '0388-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(110107, 1155, '0388-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(110108, 1155, '0389-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(110109, 1155, '0389-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(110110, 1155, '0389-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(110111, 1155, '0389-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(110112, 1155, '0389-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(110113, 1155, '0389-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(110114, 1155, '0389-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(110115, 1155, '0389-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(110116, 1155, '0389-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(110117, 1155, '0389-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(110118, 1155, '0389-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(110119, 1155, '0389-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(110120, 1155, '0390-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:03', '2023-09-12 17:43:03'),
(110121, 1155, '0390-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110122, 1155, '0390-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110123, 1155, '0390-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110124, 1155, '0390-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110125, 1155, '0390-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110126, 1155, '0390-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110127, 1155, '0390-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110128, 1155, '0390-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110129, 1155, '0390-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110130, 1155, '0390-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110131, 1155, '0390-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110132, 1155, '0391-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110133, 1155, '0391-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(110134, 1155, '0391-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110135, 1155, '0391-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110136, 1155, '0391-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110137, 1155, '0391-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110138, 1155, '0391-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110139, 1155, '0391-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110140, 1155, '0391-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110141, 1155, '0391-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110142, 1155, '0391-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110143, 1155, '0391-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110144, 1155, '0392-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110145, 1155, '0392-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110146, 1155, '0392-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110147, 1155, '0392-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110148, 1155, '0392-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110149, 1155, '0392-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110150, 1155, '0392-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110151, 1155, '0392-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110152, 1155, '0392-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110153, 1155, '0392-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110154, 1155, '0392-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110155, 1155, '0392-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110156, 1155, '0393-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110157, 1155, '0393-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110158, 1155, '0393-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110159, 1155, '0393-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110160, 1155, '0393-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110161, 1155, '0393-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110162, 1155, '0393-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110163, 1155, '0393-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110164, 1155, '0393-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110165, 1155, '0393-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110166, 1155, '0393-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110167, 1155, '0393-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110168, 1155, '0394-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110169, 1155, '0394-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110170, 1155, '0394-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110171, 1155, '0394-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110172, 1155, '0394-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110173, 1155, '0394-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110174, 1155, '0394-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110175, 1155, '0394-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110176, 1155, '0394-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110177, 1155, '0394-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110178, 1155, '0394-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110179, 1155, '0394-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110180, 1155, '0395-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110181, 1155, '0395-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110182, 1155, '0395-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110183, 1155, '0395-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110184, 1155, '0395-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110185, 1155, '0395-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110186, 1155, '0395-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110187, 1155, '0395-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110188, 1155, '0395-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110189, 1155, '0395-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110190, 1155, '0395-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110191, 1155, '0395-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110192, 1155, '0396-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110193, 1155, '0396-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110194, 1155, '0396-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110195, 1155, '0396-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110196, 1155, '0396-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110197, 1155, '0396-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110198, 1155, '0396-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110199, 1155, '0396-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110200, 1155, '0396-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110201, 1155, '0396-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110202, 1155, '0396-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110203, 1155, '0396-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110204, 1155, '0397-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110205, 1155, '0397-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110206, 1155, '0397-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110207, 1155, '0397-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110208, 1155, '0397-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110209, 1155, '0397-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110210, 1155, '0397-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110211, 1155, '0397-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110212, 1155, '0397-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110213, 1155, '0397-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110214, 1155, '0397-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110215, 1155, '0397-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110216, 1155, '0398-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110217, 1155, '0398-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110218, 1155, '0398-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110219, 1155, '0398-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110220, 1155, '0398-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110221, 1155, '0398-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110222, 1155, '0398-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110223, 1155, '0398-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110224, 1155, '0398-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110225, 1155, '0398-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110226, 1155, '0398-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110227, 1155, '0398-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110228, 1155, '0399-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110229, 1155, '0399-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110230, 1155, '0399-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110231, 1155, '0399-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110232, 1155, '0399-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110233, 1155, '0399-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110234, 1155, '0399-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110235, 1155, '0399-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110236, 1155, '0399-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110237, 1155, '0399-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110238, 1155, '0399-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110239, 1155, '0399-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110240, 1155, '0400-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110241, 1155, '0400-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110242, 1155, '0400-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110243, 1155, '0400-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110244, 1155, '0400-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110245, 1155, '0400-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110246, 1155, '0400-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110247, 1155, '0400-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110248, 1155, '0400-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110249, 1155, '0400-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110250, 1155, '0400-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110251, 1155, '0400-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110252, 1155, '0401-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110253, 1155, '0401-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110254, 1155, '0401-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110255, 1155, '0401-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110256, 1155, '0401-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110257, 1155, '0401-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110258, 1155, '0401-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110259, 1155, '0401-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110260, 1155, '0401-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110261, 1155, '0401-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110262, 1155, '0401-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110263, 1155, '0401-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110264, 1155, '0402-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110265, 1155, '0402-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110266, 1155, '0402-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110267, 1155, '0402-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110268, 1155, '0402-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110269, 1155, '0402-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110270, 1155, '0402-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110271, 1155, '0402-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110272, 1155, '0402-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110273, 1155, '0402-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110274, 1155, '0402-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110275, 1155, '0402-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110276, 1155, '0403-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110277, 1155, '0403-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110278, 1155, '0403-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110279, 1155, '0403-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110280, 1155, '0403-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110281, 1155, '0403-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110282, 1155, '0403-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110283, 1155, '0403-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110284, 1155, '0403-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110285, 1155, '0403-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110286, 1155, '0403-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110287, 1155, '0403-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110288, 1155, '0404-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110289, 1155, '0404-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110290, 1155, '0404-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110291, 1155, '0404-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110292, 1155, '0404-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110293, 1155, '0404-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110294, 1155, '0404-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110295, 1155, '0404-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110296, 1155, '0404-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110297, 1155, '0404-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110298, 1155, '0404-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110299, 1155, '0404-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110300, 1155, '0405-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110301, 1155, '0405-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110302, 1155, '0405-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110303, 1155, '0405-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110304, 1155, '0405-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110305, 1155, '0405-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110306, 1155, '0405-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110307, 1155, '0405-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110308, 1155, '0405-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110309, 1155, '0405-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110310, 1155, '0405-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110311, 1155, '0405-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110312, 1155, '0406-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110313, 1155, '0406-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110314, 1155, '0406-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110315, 1155, '0406-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110316, 1155, '0406-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110317, 1155, '0406-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110318, 1155, '0406-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110319, 1155, '0406-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110320, 1155, '0406-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110321, 1155, '0406-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110322, 1155, '0406-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110323, 1155, '0406-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110324, 1155, '0407-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110325, 1155, '0407-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110326, 1155, '0407-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110327, 1155, '0407-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110328, 1155, '0407-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110329, 1155, '0407-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110330, 1155, '0407-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110331, 1155, '0407-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110332, 1155, '0407-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110333, 1155, '0407-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110334, 1155, '0407-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110335, 1155, '0407-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110336, 1155, '0408-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110337, 1155, '0408-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110338, 1155, '0408-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110339, 1155, '0408-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110340, 1155, '0408-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110341, 1155, '0408-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110342, 1155, '0408-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110343, 1155, '0408-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110344, 1155, '0408-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110345, 1155, '0408-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110346, 1155, '0408-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110347, 1155, '0408-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110348, 1155, '0409-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110349, 1155, '0409-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110350, 1155, '0409-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110351, 1155, '0409-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110352, 1155, '0409-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110353, 1155, '0409-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110354, 1155, '0409-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110355, 1155, '0409-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110356, 1155, '0409-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110357, 1155, '0409-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110358, 1155, '0409-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110359, 1155, '0409-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110360, 1155, '0410-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110361, 1155, '0410-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110362, 1155, '0410-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110363, 1155, '0410-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110364, 1155, '0410-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110365, 1155, '0410-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110366, 1155, '0410-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110367, 1155, '0410-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110368, 1155, '0410-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110369, 1155, '0410-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110370, 1155, '0410-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110371, 1155, '0410-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110372, 1155, '0411-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110373, 1155, '0411-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110374, 1155, '0411-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110375, 1155, '0411-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110376, 1155, '0411-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110377, 1155, '0411-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110378, 1155, '0411-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110379, 1155, '0411-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110380, 1155, '0411-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110381, 1155, '0411-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110382, 1155, '0411-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110383, 1155, '0411-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110384, 1155, '0412-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110385, 1155, '0412-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110386, 1155, '0412-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110387, 1155, '0412-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110388, 1155, '0412-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110389, 1155, '0412-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110390, 1155, '0412-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110391, 1155, '0412-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110392, 1155, '0412-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110393, 1155, '0412-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110394, 1155, '0412-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110395, 1155, '0412-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110396, 1155, '0413-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110397, 1155, '0413-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110398, 1155, '0413-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110399, 1155, '0413-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110400, 1155, '0413-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110401, 1155, '0413-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110402, 1155, '0413-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110403, 1155, '0413-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110404, 1155, '0413-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110405, 1155, '0413-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110406, 1155, '0413-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110407, 1155, '0413-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110408, 1155, '0414-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110409, 1155, '0414-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110410, 1155, '0414-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110411, 1155, '0414-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110412, 1155, '0414-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110413, 1155, '0414-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110414, 1155, '0414-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110415, 1155, '0414-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110416, 1155, '0414-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110417, 1155, '0414-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110418, 1155, '0414-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110419, 1155, '0414-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110420, 1155, '0415-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110421, 1155, '0415-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110422, 1155, '0415-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110423, 1155, '0415-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110424, 1155, '0415-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110425, 1155, '0415-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110426, 1155, '0415-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110427, 1155, '0415-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110428, 1155, '0415-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110429, 1155, '0415-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110430, 1155, '0415-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110431, 1155, '0415-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110432, 1155, '0416-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110433, 1155, '0416-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110434, 1155, '0416-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110435, 1155, '0416-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110436, 1155, '0416-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110437, 1155, '0416-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110438, 1155, '0416-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110439, 1155, '0416-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110440, 1155, '0416-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110441, 1155, '0416-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110442, 1155, '0416-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110443, 1155, '0416-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110444, 1155, '0417-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110445, 1155, '0417-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110446, 1155, '0417-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110447, 1155, '0417-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110448, 1155, '0417-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110449, 1155, '0417-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110450, 1155, '0417-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110451, 1155, '0417-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110452, 1155, '0417-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110453, 1155, '0417-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110454, 1155, '0417-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110455, 1155, '0417-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110456, 1155, '0418-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110457, 1155, '0418-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110458, 1155, '0418-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110459, 1155, '0418-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110460, 1155, '0418-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110461, 1155, '0418-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110462, 1155, '0418-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110463, 1155, '0418-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110464, 1155, '0418-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110465, 1155, '0418-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110466, 1155, '0418-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110467, 1155, '0418-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110468, 1155, '0419-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110469, 1155, '0419-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110470, 1155, '0419-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110471, 1155, '0419-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110472, 1155, '0419-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110473, 1155, '0419-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110474, 1155, '0419-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110475, 1155, '0419-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110476, 1155, '0419-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110477, 1155, '0419-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110478, 1155, '0419-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110479, 1155, '0419-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110480, 1155, '0420-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110481, 1155, '0420-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110482, 1155, '0420-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110483, 1155, '0420-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110484, 1155, '0420-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110485, 1155, '0420-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110486, 1155, '0420-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110487, 1155, '0420-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110488, 1155, '0420-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110489, 1155, '0420-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110490, 1155, '0420-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110491, 1155, '0420-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110492, 1155, '0421-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110493, 1155, '0421-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110494, 1155, '0421-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110495, 1155, '0421-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110496, 1155, '0421-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110497, 1155, '0421-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110498, 1155, '0421-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110499, 1155, '0421-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110500, 1155, '0421-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110501, 1155, '0421-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110502, 1155, '0421-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110503, 1155, '0421-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:04', '2023-09-12 17:43:04'),
(110504, 1155, '0422-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110505, 1155, '0422-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110506, 1155, '0422-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110507, 1155, '0422-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110508, 1155, '0422-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110509, 1155, '0422-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110510, 1155, '0422-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110511, 1155, '0422-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110512, 1155, '0422-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110513, 1155, '0422-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110514, 1155, '0422-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110515, 1155, '0422-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110516, 1155, '0423-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110517, 1155, '0423-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110518, 1155, '0423-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110519, 1155, '0423-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110520, 1155, '0423-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110521, 1155, '0423-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110522, 1155, '0423-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110523, 1155, '0423-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110524, 1155, '0423-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110525, 1155, '0423-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110526, 1155, '0423-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110527, 1155, '0423-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110528, 1155, '0424-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110529, 1155, '0424-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110530, 1155, '0424-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110531, 1155, '0424-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110532, 1155, '0424-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110533, 1155, '0424-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110534, 1155, '0424-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110535, 1155, '0424-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110536, 1155, '0424-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110537, 1155, '0424-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110538, 1155, '0424-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110539, 1155, '0424-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110540, 1155, '0425-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110541, 1155, '0425-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110542, 1155, '0425-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110543, 1155, '0425-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110544, 1155, '0425-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110545, 1155, '0425-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110546, 1155, '0425-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110547, 1155, '0425-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110548, 1155, '0425-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110549, 1155, '0425-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110550, 1155, '0425-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110551, 1155, '0425-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110552, 1155, '0426-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110553, 1155, '0426-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110554, 1155, '0426-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110555, 1155, '0426-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110556, 1155, '0426-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110557, 1155, '0426-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110558, 1155, '0426-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110559, 1155, '0426-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110560, 1155, '0426-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110561, 1155, '0426-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110562, 1155, '0426-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110563, 1155, '0426-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110564, 1155, '0427-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110565, 1155, '0427-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110566, 1155, '0427-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110567, 1155, '0427-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110568, 1155, '0427-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110569, 1155, '0427-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110570, 1155, '0427-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110571, 1155, '0427-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110572, 1155, '0427-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110573, 1155, '0427-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110574, 1155, '0427-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110575, 1155, '0427-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110576, 1155, '0428-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110577, 1155, '0428-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110578, 1155, '0428-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110579, 1155, '0428-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110580, 1155, '0428-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110581, 1155, '0428-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110582, 1155, '0428-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110583, 1155, '0428-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110584, 1155, '0428-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110585, 1155, '0428-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110586, 1155, '0428-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110587, 1155, '0428-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110588, 1155, '0429-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110589, 1155, '0429-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(110590, 1155, '0429-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110591, 1155, '0429-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110592, 1155, '0429-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110593, 1155, '0429-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110594, 1155, '0429-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110595, 1155, '0429-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110596, 1155, '0429-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110597, 1155, '0429-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110598, 1155, '0429-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110599, 1155, '0429-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110600, 1155, '0430-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110601, 1155, '0430-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110602, 1155, '0430-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110603, 1155, '0430-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110604, 1155, '0430-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110605, 1155, '0430-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110606, 1155, '0430-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110607, 1155, '0430-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110608, 1155, '0430-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110609, 1155, '0430-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110610, 1155, '0430-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110611, 1155, '0430-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110612, 1155, '0431-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110613, 1155, '0431-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110614, 1155, '0431-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110615, 1155, '0431-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110616, 1155, '0431-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110617, 1155, '0431-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110618, 1155, '0431-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110619, 1155, '0431-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110620, 1155, '0431-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110621, 1155, '0431-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110622, 1155, '0431-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110623, 1155, '0431-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110624, 1155, '0432-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110625, 1155, '0432-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110626, 1155, '0432-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110627, 1155, '0432-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110628, 1155, '0432-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110629, 1155, '0432-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110630, 1155, '0432-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110631, 1155, '0432-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110632, 1155, '0432-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110633, 1155, '0432-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110634, 1155, '0432-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110635, 1155, '0432-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110636, 1155, '0433-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110637, 1155, '0433-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110638, 1155, '0433-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110639, 1155, '0433-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110640, 1155, '0433-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110641, 1155, '0433-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110642, 1155, '0433-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110643, 1155, '0433-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110644, 1155, '0433-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110645, 1155, '0433-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110646, 1155, '0433-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110647, 1155, '0433-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110648, 1155, '0434-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110649, 1155, '0434-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110650, 1155, '0434-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110651, 1155, '0434-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110652, 1155, '0434-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110653, 1155, '0434-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110654, 1155, '0434-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110655, 1155, '0434-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110656, 1155, '0434-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110657, 1155, '0434-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110658, 1155, '0434-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110659, 1155, '0434-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110660, 1155, '0435-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110661, 1155, '0435-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110662, 1155, '0435-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110663, 1155, '0435-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110664, 1155, '0435-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110665, 1155, '0435-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110666, 1155, '0435-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110667, 1155, '0435-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110668, 1155, '0435-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110669, 1155, '0435-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110670, 1155, '0435-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110671, 1155, '0435-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110672, 1155, '0436-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110673, 1155, '0436-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110674, 1155, '0436-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110675, 1155, '0436-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110676, 1155, '0436-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110677, 1155, '0436-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110678, 1155, '0436-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110679, 1155, '0436-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110680, 1155, '0436-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110681, 1155, '0436-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110682, 1155, '0436-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110683, 1155, '0436-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110684, 1155, '0437-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110685, 1155, '0437-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110686, 1155, '0437-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110687, 1155, '0437-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110688, 1155, '0437-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110689, 1155, '0437-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110690, 1155, '0437-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110691, 1155, '0437-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110692, 1155, '0437-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110693, 1155, '0437-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110694, 1155, '0437-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110695, 1155, '0437-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110696, 1155, '0438-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110697, 1155, '0438-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110698, 1155, '0438-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110699, 1155, '0438-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110700, 1155, '0438-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110701, 1155, '0438-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110702, 1155, '0438-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110703, 1155, '0438-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110704, 1155, '0438-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110705, 1155, '0438-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110706, 1155, '0438-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110707, 1155, '0438-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110708, 1155, '0439-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110709, 1155, '0439-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110710, 1155, '0439-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110711, 1155, '0439-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110712, 1155, '0439-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110713, 1155, '0439-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110714, 1155, '0439-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110715, 1155, '0439-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110716, 1155, '0439-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110717, 1155, '0439-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110718, 1155, '0439-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110719, 1155, '0439-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110720, 1155, '0440-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110721, 1155, '0440-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110722, 1155, '0440-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110723, 1155, '0440-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110724, 1155, '0440-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110725, 1155, '0440-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110726, 1155, '0440-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110727, 1155, '0440-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110728, 1155, '0440-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110729, 1155, '0440-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110730, 1155, '0440-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110731, 1155, '0440-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110732, 1155, '0441-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110733, 1155, '0441-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110734, 1155, '0441-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110735, 1155, '0441-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110736, 1155, '0441-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110737, 1155, '0441-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110738, 1155, '0441-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110739, 1155, '0441-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110740, 1155, '0441-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110741, 1155, '0441-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110742, 1155, '0441-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110743, 1155, '0441-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110744, 1155, '0442-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110745, 1155, '0442-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110746, 1155, '0442-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110747, 1155, '0442-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110748, 1155, '0442-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110749, 1155, '0442-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110750, 1155, '0442-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110751, 1155, '0442-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110752, 1155, '0442-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110753, 1155, '0442-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110754, 1155, '0442-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110755, 1155, '0442-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110756, 1155, '0443-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110757, 1155, '0443-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110758, 1155, '0443-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110759, 1155, '0443-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110760, 1155, '0443-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110761, 1155, '0443-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110762, 1155, '0443-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110763, 1155, '0443-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110764, 1155, '0443-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110765, 1155, '0443-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110766, 1155, '0443-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110767, 1155, '0443-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110768, 1155, '0444-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110769, 1155, '0444-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110770, 1155, '0444-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110771, 1155, '0444-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110772, 1155, '0444-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110773, 1155, '0444-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110774, 1155, '0444-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110775, 1155, '0444-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110776, 1155, '0444-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110777, 1155, '0444-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110778, 1155, '0444-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110779, 1155, '0444-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110780, 1155, '0445-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110781, 1155, '0445-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110782, 1155, '0445-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110783, 1155, '0445-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110784, 1155, '0445-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110785, 1155, '0445-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110786, 1155, '0445-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110787, 1155, '0445-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110788, 1155, '0445-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110789, 1155, '0445-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110790, 1155, '0445-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110791, 1155, '0445-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110792, 1155, '0446-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110793, 1155, '0446-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110794, 1155, '0446-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110795, 1155, '0446-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110796, 1155, '0446-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110797, 1155, '0446-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110798, 1155, '0446-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110799, 1155, '0446-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110800, 1155, '0446-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110801, 1155, '0446-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110802, 1155, '0446-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110803, 1155, '0446-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110804, 1155, '0447-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110805, 1155, '0447-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110806, 1155, '0447-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110807, 1155, '0447-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110808, 1155, '0447-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110809, 1155, '0447-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110810, 1155, '0447-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110811, 1155, '0447-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110812, 1155, '0447-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110813, 1155, '0447-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110814, 1155, '0447-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110815, 1155, '0447-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110816, 1155, '0448-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110817, 1155, '0448-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110818, 1155, '0448-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110819, 1155, '0448-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110820, 1155, '0448-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110821, 1155, '0448-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110822, 1155, '0448-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110823, 1155, '0448-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110824, 1155, '0448-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110825, 1155, '0448-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110826, 1155, '0448-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110827, 1155, '0448-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110828, 1155, '0449-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110829, 1155, '0449-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110830, 1155, '0449-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110831, 1155, '0449-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110832, 1155, '0449-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110833, 1155, '0449-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110834, 1155, '0449-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110835, 1155, '0449-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110836, 1155, '0449-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110837, 1155, '0449-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110838, 1155, '0449-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110839, 1155, '0449-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110840, 1155, '0450-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110841, 1155, '0450-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110842, 1155, '0450-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110843, 1155, '0450-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110844, 1155, '0450-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110845, 1155, '0450-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110846, 1155, '0450-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110847, 1155, '0450-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110848, 1155, '0450-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110849, 1155, '0450-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110850, 1155, '0450-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110851, 1155, '0450-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110852, 1155, '0451-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110853, 1155, '0451-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110854, 1155, '0451-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110855, 1155, '0451-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110856, 1155, '0451-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110857, 1155, '0451-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110858, 1155, '0451-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110859, 1155, '0451-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110860, 1155, '0451-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110861, 1155, '0451-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110862, 1155, '0451-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110863, 1155, '0451-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110864, 1155, '0452-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110865, 1155, '0452-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110866, 1155, '0452-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110867, 1155, '0452-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110868, 1155, '0452-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110869, 1155, '0452-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110870, 1155, '0452-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110871, 1155, '0452-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110872, 1155, '0452-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110873, 1155, '0452-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110874, 1155, '0452-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110875, 1155, '0452-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110876, 1155, '0453-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110877, 1155, '0453-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:05', '2023-09-12 17:43:05'),
(110878, 1155, '0453-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(110879, 1155, '0453-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(110880, 1155, '0453-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(110881, 1155, '0453-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(110882, 1155, '0453-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(110883, 1155, '0453-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(110884, 1155, '0453-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(110885, 1155, '0453-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(110886, 1155, '0453-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(110887, 1155, '0453-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(110888, 1155, '0454-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(110889, 1155, '0454-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(110890, 1155, '0454-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(110891, 1155, '0454-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(110892, 1155, '0454-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(110893, 1155, '0454-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(110894, 1155, '0454-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(110895, 1155, '0454-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(110896, 1155, '0454-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(110897, 1155, '0454-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(110898, 1155, '0454-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(110899, 1155, '0454-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(110900, 1155, '0455-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(110901, 1155, '0455-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(110902, 1155, '0455-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(110903, 1155, '0455-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(110904, 1155, '0455-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(110905, 1155, '0455-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(110906, 1155, '0455-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(110907, 1155, '0455-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(110908, 1155, '0455-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(110909, 1155, '0455-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(110910, 1155, '0455-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(110911, 1155, '0455-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(110912, 1155, '0456-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(110913, 1155, '0456-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(110914, 1155, '0456-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(110915, 1155, '0456-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(110916, 1155, '0456-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(110917, 1155, '0456-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(110918, 1155, '0456-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(110919, 1155, '0456-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(110920, 1155, '0456-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(110921, 1155, '0456-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(110922, 1155, '0456-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(110923, 1155, '0456-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(110924, 1155, '0457-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(110925, 1155, '0457-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(110926, 1155, '0457-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(110927, 1155, '0457-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(110928, 1155, '0457-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(110929, 1155, '0457-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(110930, 1155, '0457-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(110931, 1155, '0457-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(110932, 1155, '0457-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(110933, 1155, '0457-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(110934, 1155, '0457-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(110935, 1155, '0457-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(110936, 1155, '0458-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(110937, 1155, '0458-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(110938, 1155, '0458-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(110939, 1155, '0458-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(110940, 1155, '0458-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(110941, 1155, '0458-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(110942, 1155, '0458-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(110943, 1155, '0458-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(110944, 1155, '0458-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(110945, 1155, '0458-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(110946, 1155, '0458-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(110947, 1155, '0458-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(110948, 1155, '0459-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(110949, 1155, '0459-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(110950, 1155, '0459-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(110951, 1155, '0459-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(110952, 1155, '0459-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(110953, 1155, '0459-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(110954, 1155, '0459-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(110955, 1155, '0459-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(110956, 1155, '0459-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(110957, 1155, '0459-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(110958, 1155, '0459-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(110959, 1155, '0459-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(110960, 1155, '0460-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(110961, 1155, '0460-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(110962, 1155, '0460-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(110963, 1155, '0460-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(110964, 1155, '0460-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(110965, 1155, '0460-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(110966, 1155, '0460-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(110967, 1155, '0460-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(110968, 1155, '0460-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(110969, 1155, '0460-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(110970, 1155, '0460-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(110971, 1155, '0460-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(110972, 1155, '0461-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(110973, 1155, '0461-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(110974, 1155, '0461-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(110975, 1155, '0461-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(110976, 1155, '0461-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(110977, 1155, '0461-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(110978, 1155, '0461-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(110979, 1155, '0461-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(110980, 1155, '0461-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(110981, 1155, '0461-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(110982, 1155, '0461-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(110983, 1155, '0461-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(110984, 1155, '0462-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(110985, 1155, '0462-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(110986, 1155, '0462-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(110987, 1155, '0462-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(110988, 1155, '0462-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(110989, 1155, '0462-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(110990, 1155, '0462-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(110991, 1155, '0462-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(110992, 1155, '0462-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(110993, 1155, '0462-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(110994, 1155, '0462-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(110995, 1155, '0462-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(110996, 1155, '0463-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(110997, 1155, '0463-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(110998, 1155, '0463-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(110999, 1155, '0463-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111000, 1155, '0463-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111001, 1155, '0463-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111002, 1155, '0463-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111003, 1155, '0463-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111004, 1155, '0463-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111005, 1155, '0463-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111006, 1155, '0463-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111007, 1155, '0463-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111008, 1155, '0464-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111009, 1155, '0464-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111010, 1155, '0464-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111011, 1155, '0464-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111012, 1155, '0464-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111013, 1155, '0464-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111014, 1155, '0464-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111015, 1155, '0464-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111016, 1155, '0464-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111017, 1155, '0464-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111018, 1155, '0464-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111019, 1155, '0464-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111020, 1155, '0465-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111021, 1155, '0465-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111022, 1155, '0465-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111023, 1155, '0465-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111024, 1155, '0465-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111025, 1155, '0465-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111026, 1155, '0465-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111027, 1155, '0465-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111028, 1155, '0465-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111029, 1155, '0465-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111030, 1155, '0465-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111031, 1155, '0465-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111032, 1155, '0466-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111033, 1155, '0466-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111034, 1155, '0466-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111035, 1155, '0466-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111036, 1155, '0466-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111037, 1155, '0466-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111038, 1155, '0466-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111039, 1155, '0466-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111040, 1155, '0466-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111041, 1155, '0466-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111042, 1155, '0466-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111043, 1155, '0466-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111044, 1155, '0467-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111045, 1155, '0467-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(111046, 1155, '0467-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111047, 1155, '0467-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111048, 1155, '0467-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111049, 1155, '0467-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111050, 1155, '0467-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111051, 1155, '0467-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111052, 1155, '0467-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111053, 1155, '0467-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111054, 1155, '0467-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111055, 1155, '0467-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111056, 1155, '0468-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111057, 1155, '0468-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111058, 1155, '0468-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111059, 1155, '0468-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111060, 1155, '0468-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111061, 1155, '0468-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111062, 1155, '0468-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111063, 1155, '0468-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111064, 1155, '0468-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111065, 1155, '0468-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111066, 1155, '0468-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111067, 1155, '0468-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111068, 1155, '0469-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111069, 1155, '0469-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111070, 1155, '0469-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111071, 1155, '0469-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111072, 1155, '0469-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111073, 1155, '0469-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111074, 1155, '0469-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111075, 1155, '0469-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111076, 1155, '0469-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111077, 1155, '0469-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111078, 1155, '0469-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111079, 1155, '0469-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111080, 1155, '0470-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111081, 1155, '0470-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111082, 1155, '0470-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111083, 1155, '0470-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111084, 1155, '0470-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111085, 1155, '0470-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111086, 1155, '0470-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111087, 1155, '0470-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111088, 1155, '0470-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111089, 1155, '0470-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111090, 1155, '0470-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111091, 1155, '0470-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111092, 1155, '0471-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111093, 1155, '0471-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111094, 1155, '0471-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111095, 1155, '0471-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111096, 1155, '0471-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111097, 1155, '0471-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111098, 1155, '0471-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111099, 1155, '0471-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111100, 1155, '0471-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111101, 1155, '0471-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111102, 1155, '0471-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111103, 1155, '0471-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111104, 1155, '0472-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111105, 1155, '0472-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111106, 1155, '0472-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111107, 1155, '0472-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111108, 1155, '0472-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111109, 1155, '0472-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111110, 1155, '0472-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111111, 1155, '0472-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111112, 1155, '0472-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111113, 1155, '0472-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111114, 1155, '0472-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111115, 1155, '0472-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111116, 1155, '0473-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111117, 1155, '0473-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111118, 1155, '0473-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111119, 1155, '0473-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111120, 1155, '0473-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111121, 1155, '0473-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111122, 1155, '0473-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111123, 1155, '0473-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111124, 1155, '0473-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111125, 1155, '0473-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111126, 1155, '0473-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111127, 1155, '0473-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111128, 1155, '0474-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111129, 1155, '0474-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111130, 1155, '0474-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111131, 1155, '0474-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111132, 1155, '0474-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111133, 1155, '0474-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111134, 1155, '0474-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111135, 1155, '0474-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111136, 1155, '0474-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111137, 1155, '0474-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111138, 1155, '0474-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111139, 1155, '0474-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111140, 1155, '0475-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111141, 1155, '0475-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111142, 1155, '0475-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111143, 1155, '0475-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111144, 1155, '0475-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111145, 1155, '0475-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111146, 1155, '0475-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111147, 1155, '0475-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111148, 1155, '0475-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111149, 1155, '0475-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111150, 1155, '0475-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111151, 1155, '0475-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111152, 1155, '0476-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111153, 1155, '0476-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111154, 1155, '0476-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111155, 1155, '0476-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111156, 1155, '0476-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111157, 1155, '0476-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111158, 1155, '0476-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111159, 1155, '0476-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111160, 1155, '0476-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111161, 1155, '0476-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111162, 1155, '0476-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111163, 1155, '0476-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111164, 1155, '0477-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111165, 1155, '0477-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111166, 1155, '0477-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111167, 1155, '0477-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111168, 1155, '0477-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111169, 1155, '0477-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111170, 1155, '0477-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111171, 1155, '0477-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111172, 1155, '0477-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111173, 1155, '0477-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111174, 1155, '0477-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111175, 1155, '0477-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111176, 1155, '0478-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111177, 1155, '0478-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111178, 1155, '0478-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111179, 1155, '0478-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111180, 1155, '0478-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111181, 1155, '0478-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111182, 1155, '0478-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111183, 1155, '0478-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111184, 1155, '0478-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111185, 1155, '0478-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111186, 1155, '0478-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111187, 1155, '0478-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111188, 1155, '0479-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111189, 1155, '0479-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111190, 1155, '0479-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111191, 1155, '0479-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111192, 1155, '0479-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111193, 1155, '0479-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111194, 1155, '0479-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111195, 1155, '0479-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111196, 1155, '0479-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111197, 1155, '0479-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111198, 1155, '0479-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111199, 1155, '0479-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111200, 1155, '0480-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111201, 1155, '0480-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111202, 1155, '0480-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111203, 1155, '0480-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111204, 1155, '0480-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111205, 1155, '0480-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111206, 1155, '0480-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111207, 1155, '0480-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111208, 1155, '0480-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111209, 1155, '0480-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111210, 1155, '0480-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111211, 1155, '0480-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111212, 1155, '0481-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111213, 1155, '0481-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111214, 1155, '0481-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111215, 1155, '0481-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111216, 1155, '0481-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111217, 1155, '0481-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111218, 1155, '0481-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111219, 1155, '0481-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111220, 1155, '0481-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111221, 1155, '0481-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111222, 1155, '0481-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111223, 1155, '0481-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111224, 1155, '0482-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111225, 1155, '0482-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111226, 1155, '0482-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111227, 1155, '0482-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111228, 1155, '0482-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111229, 1155, '0482-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111230, 1155, '0482-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111231, 1155, '0482-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111232, 1155, '0482-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111233, 1155, '0482-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111234, 1155, '0482-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111235, 1155, '0482-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111236, 1155, '0483-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111237, 1155, '0483-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111238, 1155, '0483-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111239, 1155, '0483-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111240, 1155, '0483-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111241, 1155, '0483-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111242, 1155, '0483-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111243, 1155, '0483-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111244, 1155, '0483-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111245, 1155, '0483-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111246, 1155, '0483-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111247, 1155, '0483-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:06', '2023-09-12 17:43:06'),
(111248, 1155, '0484-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111249, 1155, '0484-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111250, 1155, '0484-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111251, 1155, '0484-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111252, 1155, '0484-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111253, 1155, '0484-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111254, 1155, '0484-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111255, 1155, '0484-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111256, 1155, '0484-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111257, 1155, '0484-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111258, 1155, '0484-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111259, 1155, '0484-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111260, 1155, '0485-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111261, 1155, '0485-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111262, 1155, '0485-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111263, 1155, '0485-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111264, 1155, '0485-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111265, 1155, '0485-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111266, 1155, '0485-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111267, 1155, '0485-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111268, 1155, '0485-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111269, 1155, '0485-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111270, 1155, '0485-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111271, 1155, '0485-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111272, 1155, '0486-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111273, 1155, '0486-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111274, 1155, '0486-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111275, 1155, '0486-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111276, 1155, '0486-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111277, 1155, '0486-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111278, 1155, '0486-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111279, 1155, '0486-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111280, 1155, '0486-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111281, 1155, '0486-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111282, 1155, '0486-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111283, 1155, '0486-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111284, 1155, '0487-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111285, 1155, '0487-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111286, 1155, '0487-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111287, 1155, '0487-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111288, 1155, '0487-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111289, 1155, '0487-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111290, 1155, '0487-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111291, 1155, '0487-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111292, 1155, '0487-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111293, 1155, '0487-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111294, 1155, '0487-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111295, 1155, '0487-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111296, 1155, '0488-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111297, 1155, '0488-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111298, 1155, '0488-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111299, 1155, '0488-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111300, 1155, '0488-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111301, 1155, '0488-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111302, 1155, '0488-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111303, 1155, '0488-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111304, 1155, '0488-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111305, 1155, '0488-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111306, 1155, '0488-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111307, 1155, '0488-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111308, 1155, '0489-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111309, 1155, '0489-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111310, 1155, '0489-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111311, 1155, '0489-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111312, 1155, '0489-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111313, 1155, '0489-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111314, 1155, '0489-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111315, 1155, '0489-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111316, 1155, '0489-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111317, 1155, '0489-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111318, 1155, '0489-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111319, 1155, '0489-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111320, 1155, '0490-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111321, 1155, '0490-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111322, 1155, '0490-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111323, 1155, '0490-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111324, 1155, '0490-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111325, 1155, '0490-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111326, 1155, '0490-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111327, 1155, '0490-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111328, 1155, '0490-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111329, 1155, '0490-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111330, 1155, '0490-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111331, 1155, '0490-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111332, 1155, '0491-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111333, 1155, '0491-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111334, 1155, '0491-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111335, 1155, '0491-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111336, 1155, '0491-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111337, 1155, '0491-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111338, 1155, '0491-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111339, 1155, '0491-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111340, 1155, '0491-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111341, 1155, '0491-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111342, 1155, '0491-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111343, 1155, '0491-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111344, 1155, '0492-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111345, 1155, '0492-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111346, 1155, '0492-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111347, 1155, '0492-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111348, 1155, '0492-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111349, 1155, '0492-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111350, 1155, '0492-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111351, 1155, '0492-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111352, 1155, '0492-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111353, 1155, '0492-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111354, 1155, '0492-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111355, 1155, '0492-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111356, 1155, '0493-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111357, 1155, '0493-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111358, 1155, '0493-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111359, 1155, '0493-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111360, 1155, '0493-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111361, 1155, '0493-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111362, 1155, '0493-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111363, 1155, '0493-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111364, 1155, '0493-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111365, 1155, '0493-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111366, 1155, '0493-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111367, 1155, '0493-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111368, 1155, '0494-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111369, 1155, '0494-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111370, 1155, '0494-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111371, 1155, '0494-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111372, 1155, '0494-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111373, 1155, '0494-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111374, 1155, '0494-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111375, 1155, '0494-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111376, 1155, '0494-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111377, 1155, '0494-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111378, 1155, '0494-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111379, 1155, '0494-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111380, 1155, '0495-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111381, 1155, '0495-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111382, 1155, '0495-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111383, 1155, '0495-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111384, 1155, '0495-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111385, 1155, '0495-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111386, 1155, '0495-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111387, 1155, '0495-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111388, 1155, '0495-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111389, 1155, '0495-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111390, 1155, '0495-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111391, 1155, '0495-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111392, 1155, '0496-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111393, 1155, '0496-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111394, 1155, '0496-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111395, 1155, '0496-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111396, 1155, '0496-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111397, 1155, '0496-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111398, 1155, '0496-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111399, 1155, '0496-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111400, 1155, '0496-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111401, 1155, '0496-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111402, 1155, '0496-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111403, 1155, '0496-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111404, 1155, '0497-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111405, 1155, '0497-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111406, 1155, '0497-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111407, 1155, '0497-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111408, 1155, '0497-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111409, 1155, '0497-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111410, 1155, '0497-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111411, 1155, '0497-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111412, 1155, '0497-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111413, 1155, '0497-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111414, 1155, '0497-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111415, 1155, '0497-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111416, 1155, '0498-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111417, 1155, '0498-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111418, 1155, '0498-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111419, 1155, '0498-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111420, 1155, '0498-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111421, 1155, '0498-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111422, 1155, '0498-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111423, 1155, '0498-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111424, 1155, '0498-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111425, 1155, '0498-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111426, 1155, '0498-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111427, 1155, '0498-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111428, 1155, '0499-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111429, 1155, '0499-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111430, 1155, '0499-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111431, 1155, '0499-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111432, 1155, '0499-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111433, 1155, '0499-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111434, 1155, '0499-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111435, 1155, '0499-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111436, 1155, '0499-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111437, 1155, '0499-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111438, 1155, '0499-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111439, 1155, '0499-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111440, 1155, '0500-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111441, 1155, '0500-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111442, 1155, '0500-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111443, 1155, '0500-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111444, 1155, '0500-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111445, 1155, '0500-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111446, 1155, '0500-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111447, 1155, '0500-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111448, 1155, '0500-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111449, 1155, '0500-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111450, 1155, '0500-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111451, 1155, '0500-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111452, 1155, '0501-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111453, 1155, '0501-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111454, 1155, '0501-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111455, 1155, '0501-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111456, 1155, '0501-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111457, 1155, '0501-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111458, 1155, '0501-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111459, 1155, '0501-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111460, 1155, '0501-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111461, 1155, '0501-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111462, 1155, '0501-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111463, 1155, '0501-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111464, 1155, '0502-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111465, 1155, '0502-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111466, 1155, '0502-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111467, 1155, '0502-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111468, 1155, '0502-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111469, 1155, '0502-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111470, 1155, '0502-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111471, 1155, '0502-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111472, 1155, '0502-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111473, 1155, '0502-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111474, 1155, '0502-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111475, 1155, '0502-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111476, 1155, '0503-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111477, 1155, '0503-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111478, 1155, '0503-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111479, 1155, '0503-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111480, 1155, '0503-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111481, 1155, '0503-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111482, 1155, '0503-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111483, 1155, '0503-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111484, 1155, '0503-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111485, 1155, '0503-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111486, 1155, '0503-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111487, 1155, '0503-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111488, 1155, '0504-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111489, 1155, '0504-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111490, 1155, '0504-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111491, 1155, '0504-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111492, 1155, '0504-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111493, 1155, '0504-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111494, 1155, '0504-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111495, 1155, '0504-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111496, 1155, '0504-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111497, 1155, '0504-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111498, 1155, '0504-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111499, 1155, '0504-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111500, 1155, '0505-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111501, 1155, '0505-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(111502, 1155, '0505-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111503, 1155, '0505-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111504, 1155, '0505-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111505, 1155, '0505-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111506, 1155, '0505-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111507, 1155, '0505-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111508, 1155, '0505-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111509, 1155, '0505-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111510, 1155, '0505-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111511, 1155, '0505-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111512, 1155, '0506-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111513, 1155, '0506-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111514, 1155, '0506-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111515, 1155, '0506-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111516, 1155, '0506-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111517, 1155, '0506-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111518, 1155, '0506-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111519, 1155, '0506-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111520, 1155, '0506-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111521, 1155, '0506-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111522, 1155, '0506-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111523, 1155, '0506-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111524, 1155, '0507-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111525, 1155, '0507-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111526, 1155, '0507-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111527, 1155, '0507-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111528, 1155, '0507-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111529, 1155, '0507-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111530, 1155, '0507-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111531, 1155, '0507-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111532, 1155, '0507-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111533, 1155, '0507-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111534, 1155, '0507-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111535, 1155, '0507-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111536, 1155, '0508-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111537, 1155, '0508-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111538, 1155, '0508-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111539, 1155, '0508-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111540, 1155, '0508-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111541, 1155, '0508-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111542, 1155, '0508-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111543, 1155, '0508-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111544, 1155, '0508-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111545, 1155, '0508-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111546, 1155, '0508-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111547, 1155, '0508-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111548, 1155, '0509-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111549, 1155, '0509-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111550, 1155, '0509-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111551, 1155, '0509-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111552, 1155, '0509-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111553, 1155, '0509-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111554, 1155, '0509-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111555, 1155, '0509-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111556, 1155, '0509-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111557, 1155, '0509-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111558, 1155, '0509-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111559, 1155, '0509-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111560, 1155, '0510-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111561, 1155, '0510-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111562, 1155, '0510-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111563, 1155, '0510-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111564, 1155, '0510-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111565, 1155, '0510-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111566, 1155, '0510-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111567, 1155, '0510-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111568, 1155, '0510-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111569, 1155, '0510-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111570, 1155, '0510-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111571, 1155, '0510-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111572, 1155, '0511-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111573, 1155, '0511-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111574, 1155, '0511-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111575, 1155, '0511-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111576, 1155, '0511-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111577, 1155, '0511-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111578, 1155, '0511-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111579, 1155, '0511-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111580, 1155, '0511-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111581, 1155, '0511-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111582, 1155, '0511-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111583, 1155, '0511-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111584, 1155, '0512-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111585, 1155, '0512-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111586, 1155, '0512-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111587, 1155, '0512-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111588, 1155, '0512-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111589, 1155, '0512-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111590, 1155, '0512-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111591, 1155, '0512-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111592, 1155, '0512-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111593, 1155, '0512-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111594, 1155, '0512-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111595, 1155, '0512-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111596, 1155, '0513-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111597, 1155, '0513-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111598, 1155, '0513-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111599, 1155, '0513-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111600, 1155, '0513-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111601, 1155, '0513-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111602, 1155, '0513-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111603, 1155, '0513-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111604, 1155, '0513-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111605, 1155, '0513-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111606, 1155, '0513-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111607, 1155, '0513-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111608, 1155, '0514-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111609, 1155, '0514-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111610, 1155, '0514-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111611, 1155, '0514-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111612, 1155, '0514-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:07', '2023-09-12 17:43:07'),
(111613, 1155, '0514-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111614, 1155, '0514-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111615, 1155, '0514-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111616, 1155, '0514-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111617, 1155, '0514-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111618, 1155, '0514-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111619, 1155, '0514-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111620, 1155, '0515-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111621, 1155, '0515-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111622, 1155, '0515-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111623, 1155, '0515-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111624, 1155, '0515-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111625, 1155, '0515-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111626, 1155, '0515-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111627, 1155, '0515-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111628, 1155, '0515-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111629, 1155, '0515-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111630, 1155, '0515-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111631, 1155, '0515-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111632, 1155, '0516-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111633, 1155, '0516-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111634, 1155, '0516-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111635, 1155, '0516-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111636, 1155, '0516-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111637, 1155, '0516-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111638, 1155, '0516-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111639, 1155, '0516-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111640, 1155, '0516-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111641, 1155, '0516-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111642, 1155, '0516-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111643, 1155, '0516-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111644, 1155, '0517-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111645, 1155, '0517-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111646, 1155, '0517-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111647, 1155, '0517-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111648, 1155, '0517-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111649, 1155, '0517-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111650, 1155, '0517-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111651, 1155, '0517-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111652, 1155, '0517-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111653, 1155, '0517-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111654, 1155, '0517-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111655, 1155, '0517-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111656, 1155, '0518-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111657, 1155, '0518-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111658, 1155, '0518-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111659, 1155, '0518-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111660, 1155, '0518-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111661, 1155, '0518-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111662, 1155, '0518-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111663, 1155, '0518-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111664, 1155, '0518-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111665, 1155, '0518-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111666, 1155, '0518-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111667, 1155, '0518-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111668, 1155, '0519-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111669, 1155, '0519-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111670, 1155, '0519-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111671, 1155, '0519-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111672, 1155, '0519-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111673, 1155, '0519-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111674, 1155, '0519-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111675, 1155, '0519-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111676, 1155, '0519-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111677, 1155, '0519-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111678, 1155, '0519-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111679, 1155, '0519-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111680, 1155, '0520-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111681, 1155, '0520-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111682, 1155, '0520-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111683, 1155, '0520-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111684, 1155, '0520-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111685, 1155, '0520-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111686, 1155, '0520-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111687, 1155, '0520-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111688, 1155, '0520-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111689, 1155, '0520-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111690, 1155, '0520-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111691, 1155, '0520-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111692, 1155, '0521-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111693, 1155, '0521-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111694, 1155, '0521-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111695, 1155, '0521-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111696, 1155, '0521-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111697, 1155, '0521-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111698, 1155, '0521-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111699, 1155, '0521-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111700, 1155, '0521-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111701, 1155, '0521-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111702, 1155, '0521-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111703, 1155, '0521-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111704, 1155, '0522-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111705, 1155, '0522-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111706, 1155, '0522-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111707, 1155, '0522-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111708, 1155, '0522-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111709, 1155, '0522-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111710, 1155, '0522-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111711, 1155, '0522-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111712, 1155, '0522-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111713, 1155, '0522-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111714, 1155, '0522-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111715, 1155, '0522-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111716, 1155, '0523-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111717, 1155, '0523-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111718, 1155, '0523-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111719, 1155, '0523-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111720, 1155, '0523-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111721, 1155, '0523-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111722, 1155, '0523-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111723, 1155, '0523-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111724, 1155, '0523-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111725, 1155, '0523-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111726, 1155, '0523-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111727, 1155, '0523-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111728, 1155, '0524-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111729, 1155, '0524-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111730, 1155, '0524-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111731, 1155, '0524-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111732, 1155, '0524-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111733, 1155, '0524-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111734, 1155, '0524-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111735, 1155, '0524-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111736, 1155, '0524-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111737, 1155, '0524-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111738, 1155, '0524-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111739, 1155, '0524-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111740, 1155, '0525-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111741, 1155, '0525-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111742, 1155, '0525-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111743, 1155, '0525-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111744, 1155, '0525-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111745, 1155, '0525-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111746, 1155, '0525-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111747, 1155, '0525-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111748, 1155, '0525-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111749, 1155, '0525-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111750, 1155, '0525-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111751, 1155, '0525-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111752, 1155, '0526-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111753, 1155, '0526-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111754, 1155, '0526-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111755, 1155, '0526-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111756, 1155, '0526-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111757, 1155, '0526-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111758, 1155, '0526-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111759, 1155, '0526-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111760, 1155, '0526-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111761, 1155, '0526-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111762, 1155, '0526-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111763, 1155, '0526-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111764, 1155, '0527-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111765, 1155, '0527-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111766, 1155, '0527-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111767, 1155, '0527-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111768, 1155, '0527-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111769, 1155, '0527-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111770, 1155, '0527-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111771, 1155, '0527-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111772, 1155, '0527-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111773, 1155, '0527-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111774, 1155, '0527-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111775, 1155, '0527-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111776, 1155, '0528-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111777, 1155, '0528-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111778, 1155, '0528-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111779, 1155, '0528-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111780, 1155, '0528-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111781, 1155, '0528-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111782, 1155, '0528-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111783, 1155, '0528-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111784, 1155, '0528-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111785, 1155, '0528-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111786, 1155, '0528-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111787, 1155, '0528-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111788, 1155, '0529-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111789, 1155, '0529-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111790, 1155, '0529-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111791, 1155, '0529-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111792, 1155, '0529-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111793, 1155, '0529-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111794, 1155, '0529-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111795, 1155, '0529-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111796, 1155, '0529-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111797, 1155, '0529-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111798, 1155, '0529-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111799, 1155, '0529-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111800, 1155, '0530-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111801, 1155, '0530-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111802, 1155, '0530-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111803, 1155, '0530-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111804, 1155, '0530-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111805, 1155, '0530-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111806, 1155, '0530-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111807, 1155, '0530-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111808, 1155, '0530-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111809, 1155, '0530-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111810, 1155, '0530-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111811, 1155, '0530-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111812, 1155, '0531-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111813, 1155, '0531-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111814, 1155, '0531-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111815, 1155, '0531-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111816, 1155, '0531-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111817, 1155, '0531-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111818, 1155, '0531-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111819, 1155, '0531-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111820, 1155, '0531-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111821, 1155, '0531-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111822, 1155, '0531-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111823, 1155, '0531-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111824, 1155, '0532-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111825, 1155, '0532-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111826, 1155, '0532-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111827, 1155, '0532-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111828, 1155, '0532-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111829, 1155, '0532-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111830, 1155, '0532-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111831, 1155, '0532-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111832, 1155, '0532-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111833, 1155, '0532-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111834, 1155, '0532-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111835, 1155, '0532-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111836, 1155, '0533-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111837, 1155, '0533-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111838, 1155, '0533-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111839, 1155, '0533-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111840, 1155, '0533-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111841, 1155, '0533-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111842, 1155, '0533-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111843, 1155, '0533-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111844, 1155, '0533-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111845, 1155, '0533-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111846, 1155, '0533-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111847, 1155, '0533-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111848, 1155, '0534-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111849, 1155, '0534-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111850, 1155, '0534-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111851, 1155, '0534-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111852, 1155, '0534-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111853, 1155, '0534-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111854, 1155, '0534-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111855, 1155, '0534-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111856, 1155, '0534-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111857, 1155, '0534-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111858, 1155, '0534-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111859, 1155, '0534-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111860, 1155, '0535-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111861, 1155, '0535-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111862, 1155, '0535-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111863, 1155, '0535-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111864, 1155, '0535-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111865, 1155, '0535-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111866, 1155, '0535-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111867, 1155, '0535-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111868, 1155, '0535-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111869, 1155, '0535-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111870, 1155, '0535-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111871, 1155, '0535-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111872, 1155, '0536-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111873, 1155, '0536-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111874, 1155, '0536-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111875, 1155, '0536-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111876, 1155, '0536-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111877, 1155, '0536-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111878, 1155, '0536-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111879, 1155, '0536-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111880, 1155, '0536-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111881, 1155, '0536-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111882, 1155, '0536-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111883, 1155, '0536-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111884, 1155, '0537-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111885, 1155, '0537-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111886, 1155, '0537-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111887, 1155, '0537-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111888, 1155, '0537-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111889, 1155, '0537-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111890, 1155, '0537-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111891, 1155, '0537-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111892, 1155, '0537-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111893, 1155, '0537-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111894, 1155, '0537-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111895, 1155, '0537-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111896, 1155, '0538-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111897, 1155, '0538-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111898, 1155, '0538-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111899, 1155, '0538-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111900, 1155, '0538-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111901, 1155, '0538-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111902, 1155, '0538-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111903, 1155, '0538-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111904, 1155, '0538-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111905, 1155, '0538-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111906, 1155, '0538-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111907, 1155, '0538-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111908, 1155, '0539-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111909, 1155, '0539-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111910, 1155, '0539-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111911, 1155, '0539-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111912, 1155, '0539-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111913, 1155, '0539-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111914, 1155, '0539-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111915, 1155, '0539-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111916, 1155, '0539-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111917, 1155, '0539-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111918, 1155, '0539-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111919, 1155, '0539-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111920, 1155, '0540-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111921, 1155, '0540-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111922, 1155, '0540-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111923, 1155, '0540-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111924, 1155, '0540-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111925, 1155, '0540-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111926, 1155, '0540-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111927, 1155, '0540-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111928, 1155, '0540-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111929, 1155, '0540-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111930, 1155, '0540-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111931, 1155, '0540-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111932, 1155, '0541-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111933, 1155, '0541-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111934, 1155, '0541-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111935, 1155, '0541-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111936, 1155, '0541-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111937, 1155, '0541-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111938, 1155, '0541-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111939, 1155, '0541-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111940, 1155, '0541-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111941, 1155, '0541-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111942, 1155, '0541-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111943, 1155, '0541-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111944, 1155, '0542-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111945, 1155, '0542-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111946, 1155, '0542-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111947, 1155, '0542-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111948, 1155, '0542-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111949, 1155, '0542-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111950, 1155, '0542-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111951, 1155, '0542-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111952, 1155, '0542-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111953, 1155, '0542-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111954, 1155, '0542-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111955, 1155, '0542-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:08', '2023-09-12 17:43:08'),
(111956, 1155, '0543-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(111957, 1155, '0543-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(111958, 1155, '0543-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(111959, 1155, '0543-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(111960, 1155, '0543-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(111961, 1155, '0543-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(111962, 1155, '0543-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(111963, 1155, '0543-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(111964, 1155, '0543-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(111965, 1155, '0543-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(111966, 1155, '0543-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(111967, 1155, '0543-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(111968, 1155, '0544-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(111969, 1155, '0544-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(111970, 1155, '0544-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(111971, 1155, '0544-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(111972, 1155, '0544-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(111973, 1155, '0544-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(111974, 1155, '0544-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(111975, 1155, '0544-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(111976, 1155, '0544-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(111977, 1155, '0544-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(111978, 1155, '0544-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(111979, 1155, '0544-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(111980, 1155, '0545-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(111981, 1155, '0545-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(111982, 1155, '0545-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(111983, 1155, '0545-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(111984, 1155, '0545-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(111985, 1155, '0545-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(111986, 1155, '0545-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(111987, 1155, '0545-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(111988, 1155, '0545-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(111989, 1155, '0545-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(111990, 1155, '0545-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(111991, 1155, '0545-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(111992, 1155, '0546-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(111993, 1155, '0546-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(111994, 1155, '0546-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(111995, 1155, '0546-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(111996, 1155, '0546-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(111997, 1155, '0546-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(111998, 1155, '0546-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(111999, 1155, '0546-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112000, 1155, '0546-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112001, 1155, '0546-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112002, 1155, '0546-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112003, 1155, '0546-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112004, 1155, '0547-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112005, 1155, '0547-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112006, 1155, '0547-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112007, 1155, '0547-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112008, 1155, '0547-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112009, 1155, '0547-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112010, 1155, '0547-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112011, 1155, '0547-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112012, 1155, '0547-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112013, 1155, '0547-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112014, 1155, '0547-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112015, 1155, '0547-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112016, 1155, '0548-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112017, 1155, '0548-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112018, 1155, '0548-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112019, 1155, '0548-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112020, 1155, '0548-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112021, 1155, '0548-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112022, 1155, '0548-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112023, 1155, '0548-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112024, 1155, '0548-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112025, 1155, '0548-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112026, 1155, '0548-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112027, 1155, '0548-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112028, 1155, '0549-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112029, 1155, '0549-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112030, 1155, '0549-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112031, 1155, '0549-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112032, 1155, '0549-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112033, 1155, '0549-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112034, 1155, '0549-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112035, 1155, '0549-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112036, 1155, '0549-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112037, 1155, '0549-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112038, 1155, '0549-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112039, 1155, '0549-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112040, 1155, '0550-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112041, 1155, '0550-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112042, 1155, '0550-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112043, 1155, '0550-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112044, 1155, '0550-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112045, 1155, '0550-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112046, 1155, '0550-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112047, 1155, '0550-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112048, 1155, '0550-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112049, 1155, '0550-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112050, 1155, '0550-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112051, 1155, '0550-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112052, 1155, '0551-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112053, 1155, '0551-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112054, 1155, '0551-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112055, 1155, '0551-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112056, 1155, '0551-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112057, 1155, '0551-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112058, 1155, '0551-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112059, 1155, '0551-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112060, 1155, '0551-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112061, 1155, '0551-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112062, 1155, '0551-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112063, 1155, '0551-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112064, 1155, '0552-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112065, 1155, '0552-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112066, 1155, '0552-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112067, 1155, '0552-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112068, 1155, '0552-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112069, 1155, '0552-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112070, 1155, '0552-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112071, 1155, '0552-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112072, 1155, '0552-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112073, 1155, '0552-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112074, 1155, '0552-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112075, 1155, '0552-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112076, 1155, '0553-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112077, 1155, '0553-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112078, 1155, '0553-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112079, 1155, '0553-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112080, 1155, '0553-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112081, 1155, '0553-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112082, 1155, '0553-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112083, 1155, '0553-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112084, 1155, '0553-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112085, 1155, '0553-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112086, 1155, '0553-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112087, 1155, '0553-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112088, 1155, '0554-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112089, 1155, '0554-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112090, 1155, '0554-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112091, 1155, '0554-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112092, 1155, '0554-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112093, 1155, '0554-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112094, 1155, '0554-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112095, 1155, '0554-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112096, 1155, '0554-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112097, 1155, '0554-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112098, 1155, '0554-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112099, 1155, '0554-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112100, 1155, '0555-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112101, 1155, '0555-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112102, 1155, '0555-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112103, 1155, '0555-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112104, 1155, '0555-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112105, 1155, '0555-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112106, 1155, '0555-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112107, 1155, '0555-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112108, 1155, '0555-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112109, 1155, '0555-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112110, 1155, '0555-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112111, 1155, '0555-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112112, 1155, '0556-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112113, 1155, '0556-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112114, 1155, '0556-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112115, 1155, '0556-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112116, 1155, '0556-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112117, 1155, '0556-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112118, 1155, '0556-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112119, 1155, '0556-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112120, 1155, '0556-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112121, 1155, '0556-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112122, 1155, '0556-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112123, 1155, '0556-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112124, 1155, '0557-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112125, 1155, '0557-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112126, 1155, '0557-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112127, 1155, '0557-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112128, 1155, '0557-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112129, 1155, '0557-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112130, 1155, '0557-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112131, 1155, '0557-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112132, 1155, '0557-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112133, 1155, '0557-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112134, 1155, '0557-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112135, 1155, '0557-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112136, 1155, '0558-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112137, 1155, '0558-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112138, 1155, '0558-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112139, 1155, '0558-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112140, 1155, '0558-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112141, 1155, '0558-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112142, 1155, '0558-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112143, 1155, '0558-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112144, 1155, '0558-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112145, 1155, '0558-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112146, 1155, '0558-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112147, 1155, '0558-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112148, 1155, '0559-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112149, 1155, '0559-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112150, 1155, '0559-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112151, 1155, '0559-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112152, 1155, '0559-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112153, 1155, '0559-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112154, 1155, '0559-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112155, 1155, '0559-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112156, 1155, '0559-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112157, 1155, '0559-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112158, 1155, '0559-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112159, 1155, '0559-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112160, 1155, '0560-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112161, 1155, '0560-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112162, 1155, '0560-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112163, 1155, '0560-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112164, 1155, '0560-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112165, 1155, '0560-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112166, 1155, '0560-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112167, 1155, '0560-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112168, 1155, '0560-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112169, 1155, '0560-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112170, 1155, '0560-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112171, 1155, '0560-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112172, 1155, '0561-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112173, 1155, '0561-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112174, 1155, '0561-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112175, 1155, '0561-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112176, 1155, '0561-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112177, 1155, '0561-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112178, 1155, '0561-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112179, 1155, '0561-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112180, 1155, '0561-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112181, 1155, '0561-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112182, 1155, '0561-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112183, 1155, '0561-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112184, 1155, '0562-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112185, 1155, '0562-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112186, 1155, '0562-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112187, 1155, '0562-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112188, 1155, '0562-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112189, 1155, '0562-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112190, 1155, '0562-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112191, 1155, '0562-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112192, 1155, '0562-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112193, 1155, '0562-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112194, 1155, '0562-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112195, 1155, '0562-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112196, 1155, '0563-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112197, 1155, '0563-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112198, 1155, '0563-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112199, 1155, '0563-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112200, 1155, '0563-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112201, 1155, '0563-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112202, 1155, '0563-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112203, 1155, '0563-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112204, 1155, '0563-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112205, 1155, '0563-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112206, 1155, '0563-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112207, 1155, '0563-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112208, 1155, '0564-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112209, 1155, '0564-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112210, 1155, '0564-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112211, 1155, '0564-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112212, 1155, '0564-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112213, 1155, '0564-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112214, 1155, '0564-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112215, 1155, '0564-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112216, 1155, '0564-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112217, 1155, '0564-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112218, 1155, '0564-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112219, 1155, '0564-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112220, 1155, '0565-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112221, 1155, '0565-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112222, 1155, '0565-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112223, 1155, '0565-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112224, 1155, '0565-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112225, 1155, '0565-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112226, 1155, '0565-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112227, 1155, '0565-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112228, 1155, '0565-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112229, 1155, '0565-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112230, 1155, '0565-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112231, 1155, '0565-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112232, 1155, '0566-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112233, 1155, '0566-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112234, 1155, '0566-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112235, 1155, '0566-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112236, 1155, '0566-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112237, 1155, '0566-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112238, 1155, '0566-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112239, 1155, '0566-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112240, 1155, '0566-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112241, 1155, '0566-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112242, 1155, '0566-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112243, 1155, '0566-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112244, 1155, '0567-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112245, 1155, '0567-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112246, 1155, '0567-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112247, 1155, '0567-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112248, 1155, '0567-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112249, 1155, '0567-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112250, 1155, '0567-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112251, 1155, '0567-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112252, 1155, '0567-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112253, 1155, '0567-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112254, 1155, '0567-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112255, 1155, '0567-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112256, 1155, '0568-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112257, 1155, '0568-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112258, 1155, '0568-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112259, 1155, '0568-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112260, 1155, '0568-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112261, 1155, '0568-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112262, 1155, '0568-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112263, 1155, '0568-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112264, 1155, '0568-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112265, 1155, '0568-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112266, 1155, '0568-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112267, 1155, '0568-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112268, 1155, '0569-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112269, 1155, '0569-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112270, 1155, '0569-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112271, 1155, '0569-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112272, 1155, '0569-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112273, 1155, '0569-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112274, 1155, '0569-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112275, 1155, '0569-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112276, 1155, '0569-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112277, 1155, '0569-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112278, 1155, '0569-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112279, 1155, '0569-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112280, 1155, '0570-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112281, 1155, '0570-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112282, 1155, '0570-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112283, 1155, '0570-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112284, 1155, '0570-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:09', '2023-09-12 17:43:09'),
(112285, 1155, '0570-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112286, 1155, '0570-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112287, 1155, '0570-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112288, 1155, '0570-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112289, 1155, '0570-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112290, 1155, '0570-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112291, 1155, '0570-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112292, 1155, '0571-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112293, 1155, '0571-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112294, 1155, '0571-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112295, 1155, '0571-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112296, 1155, '0571-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112297, 1155, '0571-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112298, 1155, '0571-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112299, 1155, '0571-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112300, 1155, '0571-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112301, 1155, '0571-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112302, 1155, '0571-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112303, 1155, '0571-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112304, 1155, '0572-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112305, 1155, '0572-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112306, 1155, '0572-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112307, 1155, '0572-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112308, 1155, '0572-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112309, 1155, '0572-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112310, 1155, '0572-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112311, 1155, '0572-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112312, 1155, '0572-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112313, 1155, '0572-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112314, 1155, '0572-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112315, 1155, '0572-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112316, 1155, '0573-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112317, 1155, '0573-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112318, 1155, '0573-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112319, 1155, '0573-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112320, 1155, '0573-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112321, 1155, '0573-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112322, 1155, '0573-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112323, 1155, '0573-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112324, 1155, '0573-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112325, 1155, '0573-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112326, 1155, '0573-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112327, 1155, '0573-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112328, 1155, '0574-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112329, 1155, '0574-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112330, 1155, '0574-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112331, 1155, '0574-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112332, 1155, '0574-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112333, 1155, '0574-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112334, 1155, '0574-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112335, 1155, '0574-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112336, 1155, '0574-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112337, 1155, '0574-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112338, 1155, '0574-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112339, 1155, '0574-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112340, 1155, '0575-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112341, 1155, '0575-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112342, 1155, '0575-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112343, 1155, '0575-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112344, 1155, '0575-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112345, 1155, '0575-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112346, 1155, '0575-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112347, 1155, '0575-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112348, 1155, '0575-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112349, 1155, '0575-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112350, 1155, '0575-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112351, 1155, '0575-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112352, 1155, '0576-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112353, 1155, '0576-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112354, 1155, '0576-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112355, 1155, '0576-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112356, 1155, '0576-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112357, 1155, '0576-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112358, 1155, '0576-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112359, 1155, '0576-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112360, 1155, '0576-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112361, 1155, '0576-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112362, 1155, '0576-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112363, 1155, '0576-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112364, 1155, '0577-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112365, 1155, '0577-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112366, 1155, '0577-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112367, 1155, '0577-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112368, 1155, '0577-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112369, 1155, '0577-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112370, 1155, '0577-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112371, 1155, '0577-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112372, 1155, '0577-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112373, 1155, '0577-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112374, 1155, '0577-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112375, 1155, '0577-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112376, 1155, '0578-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112377, 1155, '0578-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112378, 1155, '0578-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112379, 1155, '0578-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112380, 1155, '0578-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112381, 1155, '0578-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112382, 1155, '0578-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112383, 1155, '0578-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112384, 1155, '0578-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112385, 1155, '0578-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112386, 1155, '0578-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112387, 1155, '0578-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112388, 1155, '0579-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112389, 1155, '0579-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112390, 1155, '0579-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112391, 1155, '0579-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112392, 1155, '0579-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112393, 1155, '0579-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112394, 1155, '0579-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112395, 1155, '0579-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112396, 1155, '0579-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112397, 1155, '0579-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112398, 1155, '0579-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112399, 1155, '0579-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112400, 1155, '0580-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112401, 1155, '0580-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112402, 1155, '0580-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112403, 1155, '0580-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112404, 1155, '0580-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112405, 1155, '0580-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112406, 1155, '0580-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112407, 1155, '0580-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112408, 1155, '0580-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112409, 1155, '0580-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112410, 1155, '0580-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112411, 1155, '0580-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112412, 1155, '0581-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112413, 1155, '0581-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(112414, 1155, '0581-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112415, 1155, '0581-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112416, 1155, '0581-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112417, 1155, '0581-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112418, 1155, '0581-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112419, 1155, '0581-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112420, 1155, '0581-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112421, 1155, '0581-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112422, 1155, '0581-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112423, 1155, '0581-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112424, 1155, '0582-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112425, 1155, '0582-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112426, 1155, '0582-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112427, 1155, '0582-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112428, 1155, '0582-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112429, 1155, '0582-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112430, 1155, '0582-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112431, 1155, '0582-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112432, 1155, '0582-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112433, 1155, '0582-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112434, 1155, '0582-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112435, 1155, '0582-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112436, 1155, '0583-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112437, 1155, '0583-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112438, 1155, '0583-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112439, 1155, '0583-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112440, 1155, '0583-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112441, 1155, '0583-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112442, 1155, '0583-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112443, 1155, '0583-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112444, 1155, '0583-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112445, 1155, '0583-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112446, 1155, '0583-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112447, 1155, '0583-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112448, 1155, '0584-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112449, 1155, '0584-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112450, 1155, '0584-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112451, 1155, '0584-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112452, 1155, '0584-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112453, 1155, '0584-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112454, 1155, '0584-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112455, 1155, '0584-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112456, 1155, '0584-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112457, 1155, '0584-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112458, 1155, '0584-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112459, 1155, '0584-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112460, 1155, '0585-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112461, 1155, '0585-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112462, 1155, '0585-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112463, 1155, '0585-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112464, 1155, '0585-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112465, 1155, '0585-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112466, 1155, '0585-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112467, 1155, '0585-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112468, 1155, '0585-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112469, 1155, '0585-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112470, 1155, '0585-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112471, 1155, '0585-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112472, 1155, '0586-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112473, 1155, '0586-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112474, 1155, '0586-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112475, 1155, '0586-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112476, 1155, '0586-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112477, 1155, '0586-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112478, 1155, '0586-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112479, 1155, '0586-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112480, 1155, '0586-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112481, 1155, '0586-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112482, 1155, '0586-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112483, 1155, '0586-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112484, 1155, '0587-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112485, 1155, '0587-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112486, 1155, '0587-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112487, 1155, '0587-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112488, 1155, '0587-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112489, 1155, '0587-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112490, 1155, '0587-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112491, 1155, '0587-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112492, 1155, '0587-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112493, 1155, '0587-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112494, 1155, '0587-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112495, 1155, '0587-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112496, 1155, '0588-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112497, 1155, '0588-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112498, 1155, '0588-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112499, 1155, '0588-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112500, 1155, '0588-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112501, 1155, '0588-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112502, 1155, '0588-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112503, 1155, '0588-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112504, 1155, '0588-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112505, 1155, '0588-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112506, 1155, '0588-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112507, 1155, '0588-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112508, 1155, '0589-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112509, 1155, '0589-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112510, 1155, '0589-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112511, 1155, '0589-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112512, 1155, '0589-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112513, 1155, '0589-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112514, 1155, '0589-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112515, 1155, '0589-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112516, 1155, '0589-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112517, 1155, '0589-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112518, 1155, '0589-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112519, 1155, '0589-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112520, 1155, '0590-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112521, 1155, '0590-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112522, 1155, '0590-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112523, 1155, '0590-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112524, 1155, '0590-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112525, 1155, '0590-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112526, 1155, '0590-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112527, 1155, '0590-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112528, 1155, '0590-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112529, 1155, '0590-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112530, 1155, '0590-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112531, 1155, '0590-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112532, 1155, '0591-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112533, 1155, '0591-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112534, 1155, '0591-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112535, 1155, '0591-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112536, 1155, '0591-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112537, 1155, '0591-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112538, 1155, '0591-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112539, 1155, '0591-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112540, 1155, '0591-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112541, 1155, '0591-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112542, 1155, '0591-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112543, 1155, '0591-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112544, 1155, '0592-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112545, 1155, '0592-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112546, 1155, '0592-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112547, 1155, '0592-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112548, 1155, '0592-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112549, 1155, '0592-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112550, 1155, '0592-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112551, 1155, '0592-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112552, 1155, '0592-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112553, 1155, '0592-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112554, 1155, '0592-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112555, 1155, '0592-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112556, 1155, '0593-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112557, 1155, '0593-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112558, 1155, '0593-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112559, 1155, '0593-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112560, 1155, '0593-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112561, 1155, '0593-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112562, 1155, '0593-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112563, 1155, '0593-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112564, 1155, '0593-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112565, 1155, '0593-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112566, 1155, '0593-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112567, 1155, '0593-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112568, 1155, '0594-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112569, 1155, '0594-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112570, 1155, '0594-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112571, 1155, '0594-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112572, 1155, '0594-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112573, 1155, '0594-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112574, 1155, '0594-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112575, 1155, '0594-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112576, 1155, '0594-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112577, 1155, '0594-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112578, 1155, '0594-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112579, 1155, '0594-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112580, 1155, '0595-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112581, 1155, '0595-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112582, 1155, '0595-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112583, 1155, '0595-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112584, 1155, '0595-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112585, 1155, '0595-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112586, 1155, '0595-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112587, 1155, '0595-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112588, 1155, '0595-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112589, 1155, '0595-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112590, 1155, '0595-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112591, 1155, '0595-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112592, 1155, '0596-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112593, 1155, '0596-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112594, 1155, '0596-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112595, 1155, '0596-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112596, 1155, '0596-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112597, 1155, '0596-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112598, 1155, '0596-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112599, 1155, '0596-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112600, 1155, '0596-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112601, 1155, '0596-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112602, 1155, '0596-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112603, 1155, '0596-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112604, 1155, '0597-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112605, 1155, '0597-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112606, 1155, '0597-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112607, 1155, '0597-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112608, 1155, '0597-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112609, 1155, '0597-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112610, 1155, '0597-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112611, 1155, '0597-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112612, 1155, '0597-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112613, 1155, '0597-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112614, 1155, '0597-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112615, 1155, '0597-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112616, 1155, '0598-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112617, 1155, '0598-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112618, 1155, '0598-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112619, 1155, '0598-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112620, 1155, '0598-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112621, 1155, '0598-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112622, 1155, '0598-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112623, 1155, '0598-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112624, 1155, '0598-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112625, 1155, '0598-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112626, 1155, '0598-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112627, 1155, '0598-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112628, 1155, '0599-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112629, 1155, '0599-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112630, 1155, '0599-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112631, 1155, '0599-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112632, 1155, '0599-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112633, 1155, '0599-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112634, 1155, '0599-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112635, 1155, '0599-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112636, 1155, '0599-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112637, 1155, '0599-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112638, 1155, '0599-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112639, 1155, '0599-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112640, 1155, '0600-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112641, 1155, '0600-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112642, 1155, '0600-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112643, 1155, '0600-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112644, 1155, '0600-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112645, 1155, '0600-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112646, 1155, '0600-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112647, 1155, '0600-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112648, 1155, '0600-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112649, 1155, '0600-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112650, 1155, '0600-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112651, 1155, '0600-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112652, 1155, '0601-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112653, 1155, '0601-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112654, 1155, '0601-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112655, 1155, '0601-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112656, 1155, '0601-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112657, 1155, '0601-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112658, 1155, '0601-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112659, 1155, '0601-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112660, 1155, '0601-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112661, 1155, '0601-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112662, 1155, '0601-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112663, 1155, '0601-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112664, 1155, '0602-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112665, 1155, '0602-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:10', '2023-09-12 17:43:10'),
(112666, 1155, '0602-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112667, 1155, '0602-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112668, 1155, '0602-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112669, 1155, '0602-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112670, 1155, '0602-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112671, 1155, '0602-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112672, 1155, '0602-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112673, 1155, '0602-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112674, 1155, '0602-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112675, 1155, '0602-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112676, 1155, '0603-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112677, 1155, '0603-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112678, 1155, '0603-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112679, 1155, '0603-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112680, 1155, '0603-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112681, 1155, '0603-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112682, 1155, '0603-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112683, 1155, '0603-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112684, 1155, '0603-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112685, 1155, '0603-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112686, 1155, '0603-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112687, 1155, '0603-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112688, 1155, '0604-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112689, 1155, '0604-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112690, 1155, '0604-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112691, 1155, '0604-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112692, 1155, '0604-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112693, 1155, '0604-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112694, 1155, '0604-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112695, 1155, '0604-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112696, 1155, '0604-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112697, 1155, '0604-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112698, 1155, '0604-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112699, 1155, '0604-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112700, 1155, '0605-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112701, 1155, '0605-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112702, 1155, '0605-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112703, 1155, '0605-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112704, 1155, '0605-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112705, 1155, '0605-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112706, 1155, '0605-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112707, 1155, '0605-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112708, 1155, '0605-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112709, 1155, '0605-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112710, 1155, '0605-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112711, 1155, '0605-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112712, 1155, '0606-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112713, 1155, '0606-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112714, 1155, '0606-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112715, 1155, '0606-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112716, 1155, '0606-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112717, 1155, '0606-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112718, 1155, '0606-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112719, 1155, '0606-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112720, 1155, '0606-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112721, 1155, '0606-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112722, 1155, '0606-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112723, 1155, '0606-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112724, 1155, '0607-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112725, 1155, '0607-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112726, 1155, '0607-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112727, 1155, '0607-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112728, 1155, '0607-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112729, 1155, '0607-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112730, 1155, '0607-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112731, 1155, '0607-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112732, 1155, '0607-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112733, 1155, '0607-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112734, 1155, '0607-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112735, 1155, '0607-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112736, 1155, '0608-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112737, 1155, '0608-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112738, 1155, '0608-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112739, 1155, '0608-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112740, 1155, '0608-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112741, 1155, '0608-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112742, 1155, '0608-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112743, 1155, '0608-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112744, 1155, '0608-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112745, 1155, '0608-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112746, 1155, '0608-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112747, 1155, '0608-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112748, 1155, '0609-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112749, 1155, '0609-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112750, 1155, '0609-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112751, 1155, '0609-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112752, 1155, '0609-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112753, 1155, '0609-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112754, 1155, '0609-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112755, 1155, '0609-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112756, 1155, '0609-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112757, 1155, '0609-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112758, 1155, '0609-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112759, 1155, '0609-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112760, 1155, '0610-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112761, 1155, '0610-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112762, 1155, '0610-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112763, 1155, '0610-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112764, 1155, '0610-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112765, 1155, '0610-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112766, 1155, '0610-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112767, 1155, '0610-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112768, 1155, '0610-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112769, 1155, '0610-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112770, 1155, '0610-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112771, 1155, '0610-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112772, 1155, '0611-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112773, 1155, '0611-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112774, 1155, '0611-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112775, 1155, '0611-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112776, 1155, '0611-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112777, 1155, '0611-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112778, 1155, '0611-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112779, 1155, '0611-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112780, 1155, '0611-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112781, 1155, '0611-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112782, 1155, '0611-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112783, 1155, '0611-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112784, 1155, '0612-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112785, 1155, '0612-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112786, 1155, '0612-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112787, 1155, '0612-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112788, 1155, '0612-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112789, 1155, '0612-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112790, 1155, '0612-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112791, 1155, '0612-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112792, 1155, '0612-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112793, 1155, '0612-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112794, 1155, '0612-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112795, 1155, '0612-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112796, 1155, '0613-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112797, 1155, '0613-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112798, 1155, '0613-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112799, 1155, '0613-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112800, 1155, '0613-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112801, 1155, '0613-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112802, 1155, '0613-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112803, 1155, '0613-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112804, 1155, '0613-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112805, 1155, '0613-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112806, 1155, '0613-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112807, 1155, '0613-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112808, 1155, '0614-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112809, 1155, '0614-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112810, 1155, '0614-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112811, 1155, '0614-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112812, 1155, '0614-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112813, 1155, '0614-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112814, 1155, '0614-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112815, 1155, '0614-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112816, 1155, '0614-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112817, 1155, '0614-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112818, 1155, '0614-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112819, 1155, '0614-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112820, 1155, '0615-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112821, 1155, '0615-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112822, 1155, '0615-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112823, 1155, '0615-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112824, 1155, '0615-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112825, 1155, '0615-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112826, 1155, '0615-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112827, 1155, '0615-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112828, 1155, '0615-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112829, 1155, '0615-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112830, 1155, '0615-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112831, 1155, '0615-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112832, 1155, '0616-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112833, 1155, '0616-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112834, 1155, '0616-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112835, 1155, '0616-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112836, 1155, '0616-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112837, 1155, '0616-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112838, 1155, '0616-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112839, 1155, '0616-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112840, 1155, '0616-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112841, 1155, '0616-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112842, 1155, '0616-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112843, 1155, '0616-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112844, 1155, '0617-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112845, 1155, '0617-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112846, 1155, '0617-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112847, 1155, '0617-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112848, 1155, '0617-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112849, 1155, '0617-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112850, 1155, '0617-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112851, 1155, '0617-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112852, 1155, '0617-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112853, 1155, '0617-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112854, 1155, '0617-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112855, 1155, '0617-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112856, 1155, '0618-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112857, 1155, '0618-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112858, 1155, '0618-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112859, 1155, '0618-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112860, 1155, '0618-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112861, 1155, '0618-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112862, 1155, '0618-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112863, 1155, '0618-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112864, 1155, '0618-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112865, 1155, '0618-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112866, 1155, '0618-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112867, 1155, '0618-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112868, 1155, '0619-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112869, 1155, '0619-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(112870, 1155, '0619-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112871, 1155, '0619-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112872, 1155, '0619-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112873, 1155, '0619-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112874, 1155, '0619-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112875, 1155, '0619-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112876, 1155, '0619-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112877, 1155, '0619-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112878, 1155, '0619-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112879, 1155, '0619-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112880, 1155, '0620-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112881, 1155, '0620-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112882, 1155, '0620-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112883, 1155, '0620-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112884, 1155, '0620-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112885, 1155, '0620-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112886, 1155, '0620-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112887, 1155, '0620-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112888, 1155, '0620-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112889, 1155, '0620-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112890, 1155, '0620-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112891, 1155, '0620-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112892, 1155, '0621-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112893, 1155, '0621-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112894, 1155, '0621-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112895, 1155, '0621-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112896, 1155, '0621-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112897, 1155, '0621-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112898, 1155, '0621-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112899, 1155, '0621-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112900, 1155, '0621-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112901, 1155, '0621-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112902, 1155, '0621-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112903, 1155, '0621-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112904, 1155, '0622-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112905, 1155, '0622-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112906, 1155, '0622-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112907, 1155, '0622-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112908, 1155, '0622-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112909, 1155, '0622-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112910, 1155, '0622-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112911, 1155, '0622-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112912, 1155, '0622-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112913, 1155, '0622-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112914, 1155, '0622-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112915, 1155, '0622-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112916, 1155, '0623-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112917, 1155, '0623-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112918, 1155, '0623-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112919, 1155, '0623-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112920, 1155, '0623-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112921, 1155, '0623-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112922, 1155, '0623-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112923, 1155, '0623-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112924, 1155, '0623-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112925, 1155, '0623-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112926, 1155, '0623-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112927, 1155, '0623-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112928, 1155, '0624-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112929, 1155, '0624-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112930, 1155, '0624-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112931, 1155, '0624-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112932, 1155, '0624-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112933, 1155, '0624-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112934, 1155, '0624-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112935, 1155, '0624-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112936, 1155, '0624-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112937, 1155, '0624-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112938, 1155, '0624-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112939, 1155, '0624-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112940, 1155, '0625-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112941, 1155, '0625-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112942, 1155, '0625-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112943, 1155, '0625-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112944, 1155, '0625-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112945, 1155, '0625-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112946, 1155, '0625-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112947, 1155, '0625-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112948, 1155, '0625-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112949, 1155, '0625-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112950, 1155, '0625-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112951, 1155, '0625-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112952, 1155, '0626-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112953, 1155, '0626-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112954, 1155, '0626-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112955, 1155, '0626-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112956, 1155, '0626-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112957, 1155, '0626-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112958, 1155, '0626-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112959, 1155, '0626-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112960, 1155, '0626-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112961, 1155, '0626-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112962, 1155, '0626-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112963, 1155, '0626-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112964, 1155, '0627-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112965, 1155, '0627-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112966, 1155, '0627-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112967, 1155, '0627-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112968, 1155, '0627-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112969, 1155, '0627-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112970, 1155, '0627-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112971, 1155, '0627-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112972, 1155, '0627-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112973, 1155, '0627-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112974, 1155, '0627-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112975, 1155, '0627-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112976, 1155, '0628-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112977, 1155, '0628-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112978, 1155, '0628-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112979, 1155, '0628-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112980, 1155, '0628-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112981, 1155, '0628-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112982, 1155, '0628-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112983, 1155, '0628-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112984, 1155, '0628-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112985, 1155, '0628-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112986, 1155, '0628-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112987, 1155, '0628-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112988, 1155, '0629-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112989, 1155, '0629-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112990, 1155, '0629-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112991, 1155, '0629-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112992, 1155, '0629-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112993, 1155, '0629-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112994, 1155, '0629-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112995, 1155, '0629-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:11', '2023-09-12 17:43:11'),
(112996, 1155, '0629-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(112997, 1155, '0629-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(112998, 1155, '0629-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(112999, 1155, '0629-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113000, 1155, '0630-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113001, 1155, '0630-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113002, 1155, '0630-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113003, 1155, '0630-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113004, 1155, '0630-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113005, 1155, '0630-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113006, 1155, '0630-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113007, 1155, '0630-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113008, 1155, '0630-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113009, 1155, '0630-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113010, 1155, '0630-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113011, 1155, '0630-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113012, 1155, '0631-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113013, 1155, '0631-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113014, 1155, '0631-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113015, 1155, '0631-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113016, 1155, '0631-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113017, 1155, '0631-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113018, 1155, '0631-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113019, 1155, '0631-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113020, 1155, '0631-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113021, 1155, '0631-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113022, 1155, '0631-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113023, 1155, '0631-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113024, 1155, '0632-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113025, 1155, '0632-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113026, 1155, '0632-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113027, 1155, '0632-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113028, 1155, '0632-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113029, 1155, '0632-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113030, 1155, '0632-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113031, 1155, '0632-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113032, 1155, '0632-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113033, 1155, '0632-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113034, 1155, '0632-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113035, 1155, '0632-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113036, 1155, '0633-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113037, 1155, '0633-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113038, 1155, '0633-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113039, 1155, '0633-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113040, 1155, '0633-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113041, 1155, '0633-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113042, 1155, '0633-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113043, 1155, '0633-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113044, 1155, '0633-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113045, 1155, '0633-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113046, 1155, '0633-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113047, 1155, '0633-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113048, 1155, '0634-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113049, 1155, '0634-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113050, 1155, '0634-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113051, 1155, '0634-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113052, 1155, '0634-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113053, 1155, '0634-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113054, 1155, '0634-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113055, 1155, '0634-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113056, 1155, '0634-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113057, 1155, '0634-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113058, 1155, '0634-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113059, 1155, '0634-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113060, 1155, '0635-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113061, 1155, '0635-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113062, 1155, '0635-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113063, 1155, '0635-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113064, 1155, '0635-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113065, 1155, '0635-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113066, 1155, '0635-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113067, 1155, '0635-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113068, 1155, '0635-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113069, 1155, '0635-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113070, 1155, '0635-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113071, 1155, '0635-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113072, 1155, '0636-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113073, 1155, '0636-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113074, 1155, '0636-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113075, 1155, '0636-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113076, 1155, '0636-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113077, 1155, '0636-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113078, 1155, '0636-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113079, 1155, '0636-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113080, 1155, '0636-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113081, 1155, '0636-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113082, 1155, '0636-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113083, 1155, '0636-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113084, 1155, '0637-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113085, 1155, '0637-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113086, 1155, '0637-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113087, 1155, '0637-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113088, 1155, '0637-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113089, 1155, '0637-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113090, 1155, '0637-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113091, 1155, '0637-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113092, 1155, '0637-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113093, 1155, '0637-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113094, 1155, '0637-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113095, 1155, '0637-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113096, 1155, '0638-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113097, 1155, '0638-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113098, 1155, '0638-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113099, 1155, '0638-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113100, 1155, '0638-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113101, 1155, '0638-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113102, 1155, '0638-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113103, 1155, '0638-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113104, 1155, '0638-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113105, 1155, '0638-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113106, 1155, '0638-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113107, 1155, '0638-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113108, 1155, '0639-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113109, 1155, '0639-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113110, 1155, '0639-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113111, 1155, '0639-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113112, 1155, '0639-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113113, 1155, '0639-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113114, 1155, '0639-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113115, 1155, '0639-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113116, 1155, '0639-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113117, 1155, '0639-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113118, 1155, '0639-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113119, 1155, '0639-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113120, 1155, '0640-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113121, 1155, '0640-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113122, 1155, '0640-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113123, 1155, '0640-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113124, 1155, '0640-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113125, 1155, '0640-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113126, 1155, '0640-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113127, 1155, '0640-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113128, 1155, '0640-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113129, 1155, '0640-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113130, 1155, '0640-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113131, 1155, '0640-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113132, 1155, '0641-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113133, 1155, '0641-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113134, 1155, '0641-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113135, 1155, '0641-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113136, 1155, '0641-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113137, 1155, '0641-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113138, 1155, '0641-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113139, 1155, '0641-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113140, 1155, '0641-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113141, 1155, '0641-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113142, 1155, '0641-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113143, 1155, '0641-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113144, 1155, '0642-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113145, 1155, '0642-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113146, 1155, '0642-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113147, 1155, '0642-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113148, 1155, '0642-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113149, 1155, '0642-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113150, 1155, '0642-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113151, 1155, '0642-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113152, 1155, '0642-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113153, 1155, '0642-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113154, 1155, '0642-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113155, 1155, '0642-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113156, 1155, '0643-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113157, 1155, '0643-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113158, 1155, '0643-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113159, 1155, '0643-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113160, 1155, '0643-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113161, 1155, '0643-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113162, 1155, '0643-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113163, 1155, '0643-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113164, 1155, '0643-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113165, 1155, '0643-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113166, 1155, '0643-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113167, 1155, '0643-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113168, 1155, '0644-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113169, 1155, '0644-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113170, 1155, '0644-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113171, 1155, '0644-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113172, 1155, '0644-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113173, 1155, '0644-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113174, 1155, '0644-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113175, 1155, '0644-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113176, 1155, '0644-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113177, 1155, '0644-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113178, 1155, '0644-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113179, 1155, '0644-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113180, 1155, '0645-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113181, 1155, '0645-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113182, 1155, '0645-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113183, 1155, '0645-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113184, 1155, '0645-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113185, 1155, '0645-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113186, 1155, '0645-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113187, 1155, '0645-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113188, 1155, '0645-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113189, 1155, '0645-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113190, 1155, '0645-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113191, 1155, '0645-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113192, 1155, '0646-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113193, 1155, '0646-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113194, 1155, '0646-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113195, 1155, '0646-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113196, 1155, '0646-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113197, 1155, '0646-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113198, 1155, '0646-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113199, 1155, '0646-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113200, 1155, '0646-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113201, 1155, '0646-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113202, 1155, '0646-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113203, 1155, '0646-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113204, 1155, '0647-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113205, 1155, '0647-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113206, 1155, '0647-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113207, 1155, '0647-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113208, 1155, '0647-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113209, 1155, '0647-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113210, 1155, '0647-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113211, 1155, '0647-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113212, 1155, '0647-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113213, 1155, '0647-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113214, 1155, '0647-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113215, 1155, '0647-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113216, 1155, '0648-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113217, 1155, '0648-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113218, 1155, '0648-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113219, 1155, '0648-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113220, 1155, '0648-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113221, 1155, '0648-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113222, 1155, '0648-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113223, 1155, '0648-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113224, 1155, '0648-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113225, 1155, '0648-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113226, 1155, '0648-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113227, 1155, '0648-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113228, 1155, '0649-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113229, 1155, '0649-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113230, 1155, '0649-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113231, 1155, '0649-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113232, 1155, '0649-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113233, 1155, '0649-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113234, 1155, '0649-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113235, 1155, '0649-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113236, 1155, '0649-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113237, 1155, '0649-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113238, 1155, '0649-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113239, 1155, '0649-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113240, 1155, '0650-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113241, 1155, '0650-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113242, 1155, '0650-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113243, 1155, '0650-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113244, 1155, '0650-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113245, 1155, '0650-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113246, 1155, '0650-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113247, 1155, '0650-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113248, 1155, '0650-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113249, 1155, '0650-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113250, 1155, '0650-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113251, 1155, '0650-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113252, 1155, '0651-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113253, 1155, '0651-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113254, 1155, '0651-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113255, 1155, '0651-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113256, 1155, '0651-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113257, 1155, '0651-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113258, 1155, '0651-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113259, 1155, '0651-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113260, 1155, '0651-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113261, 1155, '0651-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113262, 1155, '0651-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113263, 1155, '0651-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113264, 1155, '0652-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113265, 1155, '0652-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113266, 1155, '0652-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113267, 1155, '0652-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113268, 1155, '0652-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113269, 1155, '0652-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113270, 1155, '0652-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113271, 1155, '0652-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113272, 1155, '0652-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113273, 1155, '0652-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113274, 1155, '0652-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113275, 1155, '0652-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113276, 1155, '0653-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113277, 1155, '0653-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113278, 1155, '0653-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113279, 1155, '0653-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113280, 1155, '0653-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113281, 1155, '0653-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113282, 1155, '0653-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113283, 1155, '0653-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113284, 1155, '0653-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113285, 1155, '0653-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113286, 1155, '0653-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113287, 1155, '0653-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113288, 1155, '0654-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113289, 1155, '0654-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113290, 1155, '0654-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113291, 1155, '0654-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113292, 1155, '0654-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113293, 1155, '0654-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113294, 1155, '0654-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113295, 1155, '0654-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113296, 1155, '0654-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113297, 1155, '0654-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113298, 1155, '0654-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113299, 1155, '0654-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113300, 1155, '0655-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113301, 1155, '0655-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113302, 1155, '0655-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113303, 1155, '0655-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113304, 1155, '0655-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113305, 1155, '0655-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113306, 1155, '0655-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113307, 1155, '0655-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113308, 1155, '0655-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113309, 1155, '0655-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113310, 1155, '0655-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113311, 1155, '0655-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113312, 1155, '0656-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113313, 1155, '0656-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113314, 1155, '0656-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113315, 1155, '0656-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113316, 1155, '0656-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113317, 1155, '0656-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113318, 1155, '0656-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113319, 1155, '0656-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113320, 1155, '0656-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113321, 1155, '0656-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113322, 1155, '0656-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113323, 1155, '0656-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113324, 1155, '0657-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113325, 1155, '0657-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(113326, 1155, '0657-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113327, 1155, '0657-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113328, 1155, '0657-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113329, 1155, '0657-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113330, 1155, '0657-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113331, 1155, '0657-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113332, 1155, '0657-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113333, 1155, '0657-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113334, 1155, '0657-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113335, 1155, '0657-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113336, 1155, '0658-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113337, 1155, '0658-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113338, 1155, '0658-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113339, 1155, '0658-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113340, 1155, '0658-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113341, 1155, '0658-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113342, 1155, '0658-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113343, 1155, '0658-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113344, 1155, '0658-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113345, 1155, '0658-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113346, 1155, '0658-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113347, 1155, '0658-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113348, 1155, '0659-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113349, 1155, '0659-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113350, 1155, '0659-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113351, 1155, '0659-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113352, 1155, '0659-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113353, 1155, '0659-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113354, 1155, '0659-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113355, 1155, '0659-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113356, 1155, '0659-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113357, 1155, '0659-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113358, 1155, '0659-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113359, 1155, '0659-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:12', '2023-09-12 17:43:12'),
(113360, 1155, '0660-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113361, 1155, '0660-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113362, 1155, '0660-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113363, 1155, '0660-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113364, 1155, '0660-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113365, 1155, '0660-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113366, 1155, '0660-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113367, 1155, '0660-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113368, 1155, '0660-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113369, 1155, '0660-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113370, 1155, '0660-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113371, 1155, '0660-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113372, 1155, '0661-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113373, 1155, '0661-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113374, 1155, '0661-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113375, 1155, '0661-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113376, 1155, '0661-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113377, 1155, '0661-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113378, 1155, '0661-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113379, 1155, '0661-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113380, 1155, '0661-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113381, 1155, '0661-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113382, 1155, '0661-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113383, 1155, '0661-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113384, 1155, '0662-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113385, 1155, '0662-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113386, 1155, '0662-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113387, 1155, '0662-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113388, 1155, '0662-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113389, 1155, '0662-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113390, 1155, '0662-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113391, 1155, '0662-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113392, 1155, '0662-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113393, 1155, '0662-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113394, 1155, '0662-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113395, 1155, '0662-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113396, 1155, '0663-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113397, 1155, '0663-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113398, 1155, '0663-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113399, 1155, '0663-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113400, 1155, '0663-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113401, 1155, '0663-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113402, 1155, '0663-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113403, 1155, '0663-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113404, 1155, '0663-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113405, 1155, '0663-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113406, 1155, '0663-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113407, 1155, '0663-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113408, 1155, '0664-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113409, 1155, '0664-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113410, 1155, '0664-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113411, 1155, '0664-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113412, 1155, '0664-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113413, 1155, '0664-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113414, 1155, '0664-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113415, 1155, '0664-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113416, 1155, '0664-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113417, 1155, '0664-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113418, 1155, '0664-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113419, 1155, '0664-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113420, 1155, '0665-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113421, 1155, '0665-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113422, 1155, '0665-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113423, 1155, '0665-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113424, 1155, '0665-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113425, 1155, '0665-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113426, 1155, '0665-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113427, 1155, '0665-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113428, 1155, '0665-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113429, 1155, '0665-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113430, 1155, '0665-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113431, 1155, '0665-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113432, 1155, '0666-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113433, 1155, '0666-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113434, 1155, '0666-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113435, 1155, '0666-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113436, 1155, '0666-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113437, 1155, '0666-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113438, 1155, '0666-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113439, 1155, '0666-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113440, 1155, '0666-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113441, 1155, '0666-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113442, 1155, '0666-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113443, 1155, '0666-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113444, 1155, '0667-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113445, 1155, '0667-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113446, 1155, '0667-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113447, 1155, '0667-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113448, 1155, '0667-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113449, 1155, '0667-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113450, 1155, '0667-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113451, 1155, '0667-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113452, 1155, '0667-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113453, 1155, '0667-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113454, 1155, '0667-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113455, 1155, '0667-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113456, 1155, '0668-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113457, 1155, '0668-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113458, 1155, '0668-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113459, 1155, '0668-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113460, 1155, '0668-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113461, 1155, '0668-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113462, 1155, '0668-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113463, 1155, '0668-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113464, 1155, '0668-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113465, 1155, '0668-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113466, 1155, '0668-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113467, 1155, '0668-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113468, 1155, '0669-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113469, 1155, '0669-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113470, 1155, '0669-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113471, 1155, '0669-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113472, 1155, '0669-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113473, 1155, '0669-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113474, 1155, '0669-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113475, 1155, '0669-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113476, 1155, '0669-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113477, 1155, '0669-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113478, 1155, '0669-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113479, 1155, '0669-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113480, 1155, '0670-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113481, 1155, '0670-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113482, 1155, '0670-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113483, 1155, '0670-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113484, 1155, '0670-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113485, 1155, '0670-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113486, 1155, '0670-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113487, 1155, '0670-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113488, 1155, '0670-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113489, 1155, '0670-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113490, 1155, '0670-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113491, 1155, '0670-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113492, 1155, '0671-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113493, 1155, '0671-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113494, 1155, '0671-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113495, 1155, '0671-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113496, 1155, '0671-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113497, 1155, '0671-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113498, 1155, '0671-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113499, 1155, '0671-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113500, 1155, '0671-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113501, 1155, '0671-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113502, 1155, '0671-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113503, 1155, '0671-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113504, 1155, '0672-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113505, 1155, '0672-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113506, 1155, '0672-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113507, 1155, '0672-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113508, 1155, '0672-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113509, 1155, '0672-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113510, 1155, '0672-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113511, 1155, '0672-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113512, 1155, '0672-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113513, 1155, '0672-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113514, 1155, '0672-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113515, 1155, '0672-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113516, 1155, '0673-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113517, 1155, '0673-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113518, 1155, '0673-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113519, 1155, '0673-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113520, 1155, '0673-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113521, 1155, '0673-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113522, 1155, '0673-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113523, 1155, '0673-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113524, 1155, '0673-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113525, 1155, '0673-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113526, 1155, '0673-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113527, 1155, '0673-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113528, 1155, '0674-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113529, 1155, '0674-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113530, 1155, '0674-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113531, 1155, '0674-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113532, 1155, '0674-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113533, 1155, '0674-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113534, 1155, '0674-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113535, 1155, '0674-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113536, 1155, '0674-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113537, 1155, '0674-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113538, 1155, '0674-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113539, 1155, '0674-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113540, 1155, '0675-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113541, 1155, '0675-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113542, 1155, '0675-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113543, 1155, '0675-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113544, 1155, '0675-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113545, 1155, '0675-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113546, 1155, '0675-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113547, 1155, '0675-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113548, 1155, '0675-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113549, 1155, '0675-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113550, 1155, '0675-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113551, 1155, '0675-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113552, 1155, '0676-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113553, 1155, '0676-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113554, 1155, '0676-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113555, 1155, '0676-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113556, 1155, '0676-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113557, 1155, '0676-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113558, 1155, '0676-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113559, 1155, '0676-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113560, 1155, '0676-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113561, 1155, '0676-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113562, 1155, '0676-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113563, 1155, '0676-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113564, 1155, '0677-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113565, 1155, '0677-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113566, 1155, '0677-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113567, 1155, '0677-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113568, 1155, '0677-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113569, 1155, '0677-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113570, 1155, '0677-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113571, 1155, '0677-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113572, 1155, '0677-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113573, 1155, '0677-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113574, 1155, '0677-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113575, 1155, '0677-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113576, 1155, '0678-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113577, 1155, '0678-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113578, 1155, '0678-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113579, 1155, '0678-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113580, 1155, '0678-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113581, 1155, '0678-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113582, 1155, '0678-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113583, 1155, '0678-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113584, 1155, '0678-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113585, 1155, '0678-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113586, 1155, '0678-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113587, 1155, '0678-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113588, 1155, '0679-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113589, 1155, '0679-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113590, 1155, '0679-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113591, 1155, '0679-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113592, 1155, '0679-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113593, 1155, '0679-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113594, 1155, '0679-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113595, 1155, '0679-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113596, 1155, '0679-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113597, 1155, '0679-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113598, 1155, '0679-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113599, 1155, '0679-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113600, 1155, '0680-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113601, 1155, '0680-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113602, 1155, '0680-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113603, 1155, '0680-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113604, 1155, '0680-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113605, 1155, '0680-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113606, 1155, '0680-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113607, 1155, '0680-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113608, 1155, '0680-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113609, 1155, '0680-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113610, 1155, '0680-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113611, 1155, '0680-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113612, 1155, '0681-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113613, 1155, '0681-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113614, 1155, '0681-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113615, 1155, '0681-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113616, 1155, '0681-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113617, 1155, '0681-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113618, 1155, '0681-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113619, 1155, '0681-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113620, 1155, '0681-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113621, 1155, '0681-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113622, 1155, '0681-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113623, 1155, '0681-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113624, 1155, '0682-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113625, 1155, '0682-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113626, 1155, '0682-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113627, 1155, '0682-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113628, 1155, '0682-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113629, 1155, '0682-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113630, 1155, '0682-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113631, 1155, '0682-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113632, 1155, '0682-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113633, 1155, '0682-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113634, 1155, '0682-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113635, 1155, '0682-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113636, 1155, '0683-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113637, 1155, '0683-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113638, 1155, '0683-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113639, 1155, '0683-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113640, 1155, '0683-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113641, 1155, '0683-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113642, 1155, '0683-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113643, 1155, '0683-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113644, 1155, '0683-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113645, 1155, '0683-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113646, 1155, '0683-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113647, 1155, '0683-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113648, 1155, '0684-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113649, 1155, '0684-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113650, 1155, '0684-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113651, 1155, '0684-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113652, 1155, '0684-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113653, 1155, '0684-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113654, 1155, '0684-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113655, 1155, '0684-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113656, 1155, '0684-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113657, 1155, '0684-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113658, 1155, '0684-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113659, 1155, '0684-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113660, 1155, '0685-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113661, 1155, '0685-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113662, 1155, '0685-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113663, 1155, '0685-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113664, 1155, '0685-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113665, 1155, '0685-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113666, 1155, '0685-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113667, 1155, '0685-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113668, 1155, '0685-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113669, 1155, '0685-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113670, 1155, '0685-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113671, 1155, '0685-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113672, 1155, '0686-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113673, 1155, '0686-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113674, 1155, '0686-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113675, 1155, '0686-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113676, 1155, '0686-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113677, 1155, '0686-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113678, 1155, '0686-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113679, 1155, '0686-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113680, 1155, '0686-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113681, 1155, '0686-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113682, 1155, '0686-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113683, 1155, '0686-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113684, 1155, '0687-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113685, 1155, '0687-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113686, 1155, '0687-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113687, 1155, '0687-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113688, 1155, '0687-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113689, 1155, '0687-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113690, 1155, '0687-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113691, 1155, '0687-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113692, 1155, '0687-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113693, 1155, '0687-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113694, 1155, '0687-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113695, 1155, '0687-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113696, 1155, '0688-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113697, 1155, '0688-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113698, 1155, '0688-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113699, 1155, '0688-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113700, 1155, '0688-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113701, 1155, '0688-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113702, 1155, '0688-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113703, 1155, '0688-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113704, 1155, '0688-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113705, 1155, '0688-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113706, 1155, '0688-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113707, 1155, '0688-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113708, 1155, '0689-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113709, 1155, '0689-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113710, 1155, '0689-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113711, 1155, '0689-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113712, 1155, '0689-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113713, 1155, '0689-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113714, 1155, '0689-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113715, 1155, '0689-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113716, 1155, '0689-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113717, 1155, '0689-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113718, 1155, '0689-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113719, 1155, '0689-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113720, 1155, '0690-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113721, 1155, '0690-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113722, 1155, '0690-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113723, 1155, '0690-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113724, 1155, '0690-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113725, 1155, '0690-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113726, 1155, '0690-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113727, 1155, '0690-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113728, 1155, '0690-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113729, 1155, '0690-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113730, 1155, '0690-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113731, 1155, '0690-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113732, 1155, '0691-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113733, 1155, '0691-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113734, 1155, '0691-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113735, 1155, '0691-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113736, 1155, '0691-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113737, 1155, '0691-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113738, 1155, '0691-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113739, 1155, '0691-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113740, 1155, '0691-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113741, 1155, '0691-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113742, 1155, '0691-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113743, 1155, '0691-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113744, 1155, '0692-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113745, 1155, '0692-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113746, 1155, '0692-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113747, 1155, '0692-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113748, 1155, '0692-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113749, 1155, '0692-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113750, 1155, '0692-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113751, 1155, '0692-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:13', '2023-09-12 17:43:13'),
(113752, 1155, '0692-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113753, 1155, '0692-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113754, 1155, '0692-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113755, 1155, '0692-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113756, 1155, '0693-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113757, 1155, '0693-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113758, 1155, '0693-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113759, 1155, '0693-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113760, 1155, '0693-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113761, 1155, '0693-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113762, 1155, '0693-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113763, 1155, '0693-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113764, 1155, '0693-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113765, 1155, '0693-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113766, 1155, '0693-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113767, 1155, '0693-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113768, 1155, '0694-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113769, 1155, '0694-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113770, 1155, '0694-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113771, 1155, '0694-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113772, 1155, '0694-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113773, 1155, '0694-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113774, 1155, '0694-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113775, 1155, '0694-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113776, 1155, '0694-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113777, 1155, '0694-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113778, 1155, '0694-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113779, 1155, '0694-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113780, 1155, '0695-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113781, 1155, '0695-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(113782, 1155, '0695-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113783, 1155, '0695-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113784, 1155, '0695-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113785, 1155, '0695-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113786, 1155, '0695-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113787, 1155, '0695-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113788, 1155, '0695-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113789, 1155, '0695-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113790, 1155, '0695-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113791, 1155, '0695-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113792, 1155, '0696-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113793, 1155, '0696-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113794, 1155, '0696-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113795, 1155, '0696-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113796, 1155, '0696-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113797, 1155, '0696-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113798, 1155, '0696-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113799, 1155, '0696-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113800, 1155, '0696-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113801, 1155, '0696-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113802, 1155, '0696-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113803, 1155, '0696-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113804, 1155, '0697-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113805, 1155, '0697-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113806, 1155, '0697-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113807, 1155, '0697-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113808, 1155, '0697-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113809, 1155, '0697-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113810, 1155, '0697-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113811, 1155, '0697-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113812, 1155, '0697-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113813, 1155, '0697-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113814, 1155, '0697-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113815, 1155, '0697-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113816, 1155, '0698-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113817, 1155, '0698-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113818, 1155, '0698-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113819, 1155, '0698-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113820, 1155, '0698-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113821, 1155, '0698-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113822, 1155, '0698-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113823, 1155, '0698-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113824, 1155, '0698-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113825, 1155, '0698-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113826, 1155, '0698-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113827, 1155, '0698-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113828, 1155, '0699-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113829, 1155, '0699-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113830, 1155, '0699-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113831, 1155, '0699-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113832, 1155, '0699-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113833, 1155, '0699-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113834, 1155, '0699-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113835, 1155, '0699-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113836, 1155, '0699-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113837, 1155, '0699-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113838, 1155, '0699-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113839, 1155, '0699-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113840, 1155, '0700-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113841, 1155, '0700-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113842, 1155, '0700-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113843, 1155, '0700-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113844, 1155, '0700-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113845, 1155, '0700-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113846, 1155, '0700-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113847, 1155, '0700-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113848, 1155, '0700-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113849, 1155, '0700-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113850, 1155, '0700-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113851, 1155, '0700-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113852, 1155, '0701-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113853, 1155, '0701-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113854, 1155, '0701-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113855, 1155, '0701-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113856, 1155, '0701-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113857, 1155, '0701-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113858, 1155, '0701-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113859, 1155, '0701-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113860, 1155, '0701-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113861, 1155, '0701-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113862, 1155, '0701-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113863, 1155, '0701-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113864, 1155, '0702-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113865, 1155, '0702-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113866, 1155, '0702-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113867, 1155, '0702-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113868, 1155, '0702-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113869, 1155, '0702-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113870, 1155, '0702-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113871, 1155, '0702-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113872, 1155, '0702-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113873, 1155, '0702-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113874, 1155, '0702-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113875, 1155, '0702-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113876, 1155, '0703-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113877, 1155, '0703-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113878, 1155, '0703-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113879, 1155, '0703-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113880, 1155, '0703-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113881, 1155, '0703-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113882, 1155, '0703-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113883, 1155, '0703-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113884, 1155, '0703-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113885, 1155, '0703-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113886, 1155, '0703-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113887, 1155, '0703-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113888, 1155, '0704-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113889, 1155, '0704-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113890, 1155, '0704-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113891, 1155, '0704-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113892, 1155, '0704-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113893, 1155, '0704-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113894, 1155, '0704-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113895, 1155, '0704-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113896, 1155, '0704-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113897, 1155, '0704-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113898, 1155, '0704-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113899, 1155, '0704-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113900, 1155, '0705-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113901, 1155, '0705-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113902, 1155, '0705-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113903, 1155, '0705-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113904, 1155, '0705-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113905, 1155, '0705-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113906, 1155, '0705-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113907, 1155, '0705-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113908, 1155, '0705-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113909, 1155, '0705-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113910, 1155, '0705-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113911, 1155, '0705-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113912, 1155, '0706-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113913, 1155, '0706-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113914, 1155, '0706-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113915, 1155, '0706-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113916, 1155, '0706-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113917, 1155, '0706-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113918, 1155, '0706-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113919, 1155, '0706-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113920, 1155, '0706-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113921, 1155, '0706-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113922, 1155, '0706-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113923, 1155, '0706-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113924, 1155, '0707-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113925, 1155, '0707-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113926, 1155, '0707-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113927, 1155, '0707-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113928, 1155, '0707-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113929, 1155, '0707-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113930, 1155, '0707-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113931, 1155, '0707-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113932, 1155, '0707-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113933, 1155, '0707-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113934, 1155, '0707-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113935, 1155, '0707-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113936, 1155, '0708-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113937, 1155, '0708-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113938, 1155, '0708-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113939, 1155, '0708-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113940, 1155, '0708-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113941, 1155, '0708-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113942, 1155, '0708-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113943, 1155, '0708-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113944, 1155, '0708-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113945, 1155, '0708-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113946, 1155, '0708-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113947, 1155, '0708-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113948, 1155, '0709-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113949, 1155, '0709-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113950, 1155, '0709-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113951, 1155, '0709-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113952, 1155, '0709-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113953, 1155, '0709-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113954, 1155, '0709-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113955, 1155, '0709-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113956, 1155, '0709-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113957, 1155, '0709-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113958, 1155, '0709-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113959, 1155, '0709-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113960, 1155, '0710-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113961, 1155, '0710-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113962, 1155, '0710-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113963, 1155, '0710-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113964, 1155, '0710-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113965, 1155, '0710-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113966, 1155, '0710-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113967, 1155, '0710-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113968, 1155, '0710-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113969, 1155, '0710-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113970, 1155, '0710-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113971, 1155, '0710-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113972, 1155, '0711-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113973, 1155, '0711-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113974, 1155, '0711-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113975, 1155, '0711-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113976, 1155, '0711-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113977, 1155, '0711-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113978, 1155, '0711-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113979, 1155, '0711-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113980, 1155, '0711-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113981, 1155, '0711-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113982, 1155, '0711-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113983, 1155, '0711-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113984, 1155, '0712-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113985, 1155, '0712-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113986, 1155, '0712-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113987, 1155, '0712-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113988, 1155, '0712-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113989, 1155, '0712-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113990, 1155, '0712-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113991, 1155, '0712-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113992, 1155, '0712-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113993, 1155, '0712-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113994, 1155, '0712-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113995, 1155, '0712-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113996, 1155, '0713-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113997, 1155, '0713-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113998, 1155, '0713-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(113999, 1155, '0713-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(114000, 1155, '0713-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(114001, 1155, '0713-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(114002, 1155, '0713-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(114003, 1155, '0713-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(114004, 1155, '0713-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(114005, 1155, '0713-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(114006, 1155, '0713-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(114007, 1155, '0713-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(114008, 1155, '0714-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(114009, 1155, '0714-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(114010, 1155, '0714-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(114011, 1155, '0714-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(114012, 1155, '0714-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(114013, 1155, '0714-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(114014, 1155, '0714-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(114015, 1155, '0714-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(114016, 1155, '0714-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(114017, 1155, '0714-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(114018, 1155, '0714-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(114019, 1155, '0714-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(114020, 1155, '0715-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(114021, 1155, '0715-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(114022, 1155, '0715-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(114023, 1155, '0715-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(114024, 1155, '0715-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(114025, 1155, '0715-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(114026, 1155, '0715-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(114027, 1155, '0715-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(114028, 1155, '0715-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(114029, 1155, '0715-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(114030, 1155, '0715-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(114031, 1155, '0715-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(114032, 1155, '0716-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(114033, 1155, '0716-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(114034, 1155, '0716-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(114035, 1155, '0716-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(114036, 1155, '0716-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(114037, 1155, '0716-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(114038, 1155, '0716-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(114039, 1155, '0716-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(114040, 1155, '0716-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(114041, 1155, '0716-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(114042, 1155, '0716-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(114043, 1155, '0716-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(114044, 1155, '0717-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(114045, 1155, '0717-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(114046, 1155, '0717-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(114047, 1155, '0717-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(114048, 1155, '0717-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(114049, 1155, '0717-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(114050, 1155, '0717-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(114051, 1155, '0717-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(114052, 1155, '0717-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(114053, 1155, '0717-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(114054, 1155, '0717-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(114055, 1155, '0717-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(114056, 1155, '0718-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(114057, 1155, '0718-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(114058, 1155, '0718-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(114059, 1155, '0718-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(114060, 1155, '0718-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(114061, 1155, '0718-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(114062, 1155, '0718-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(114063, 1155, '0718-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(114064, 1155, '0718-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(114065, 1155, '0718-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(114066, 1155, '0718-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(114067, 1155, '0718-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(114068, 1155, '0719-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(114069, 1155, '0719-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(114070, 1155, '0719-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(114071, 1155, '0719-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(114072, 1155, '0719-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(114073, 1155, '0719-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(114074, 1155, '0719-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(114075, 1155, '0719-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(114076, 1155, '0719-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(114077, 1155, '0719-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(114078, 1155, '0719-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(114079, 1155, '0719-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(114080, 1155, '0720-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(114081, 1155, '0720-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(114082, 1155, '0720-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(114083, 1155, '0720-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(114084, 1155, '0720-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(114085, 1155, '0720-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(114086, 1155, '0720-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(114087, 1155, '0720-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(114088, 1155, '0720-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(114089, 1155, '0720-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(114090, 1155, '0720-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(114091, 1155, '0720-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(114092, 1155, '0721-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(114093, 1155, '0721-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(114094, 1155, '0721-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(114095, 1155, '0721-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(114096, 1155, '0721-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(114097, 1155, '0721-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(114098, 1155, '0721-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(114099, 1155, '0721-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(114100, 1155, '0721-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(114101, 1155, '0721-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(114102, 1155, '0721-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(114103, 1155, '0721-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(114104, 1155, '0722-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(114105, 1155, '0722-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(114106, 1155, '0722-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(114107, 1155, '0722-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(114108, 1155, '0722-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(114109, 1155, '0722-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(114110, 1155, '0722-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(114111, 1155, '0722-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(114112, 1155, '0722-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(114113, 1155, '0722-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(114114, 1155, '0722-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(114115, 1155, '0722-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(114116, 1155, '0723-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(114117, 1155, '0723-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(114118, 1155, '0723-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(114119, 1155, '0723-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(114120, 1155, '0723-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(114121, 1155, '0723-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(114122, 1155, '0723-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(114123, 1155, '0723-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(114124, 1155, '0723-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(114125, 1155, '0723-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:14', '2023-09-12 17:43:14'),
(114126, 1155, '0723-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114127, 1155, '0723-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114128, 1155, '0724-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114129, 1155, '0724-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114130, 1155, '0724-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114131, 1155, '0724-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114132, 1155, '0724-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114133, 1155, '0724-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114134, 1155, '0724-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114135, 1155, '0724-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114136, 1155, '0724-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114137, 1155, '0724-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114138, 1155, '0724-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114139, 1155, '0724-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114140, 1155, '0725-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114141, 1155, '0725-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114142, 1155, '0725-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114143, 1155, '0725-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114144, 1155, '0725-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114145, 1155, '0725-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114146, 1155, '0725-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114147, 1155, '0725-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114148, 1155, '0725-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114149, 1155, '0725-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114150, 1155, '0725-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114151, 1155, '0725-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114152, 1155, '0726-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114153, 1155, '0726-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114154, 1155, '0726-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114155, 1155, '0726-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114156, 1155, '0726-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114157, 1155, '0726-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114158, 1155, '0726-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114159, 1155, '0726-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114160, 1155, '0726-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114161, 1155, '0726-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114162, 1155, '0726-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114163, 1155, '0726-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114164, 1155, '0727-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114165, 1155, '0727-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114166, 1155, '0727-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114167, 1155, '0727-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114168, 1155, '0727-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114169, 1155, '0727-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114170, 1155, '0727-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114171, 1155, '0727-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114172, 1155, '0727-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114173, 1155, '0727-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114174, 1155, '0727-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114175, 1155, '0727-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114176, 1155, '0728-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114177, 1155, '0728-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114178, 1155, '0728-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114179, 1155, '0728-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114180, 1155, '0728-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114181, 1155, '0728-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114182, 1155, '0728-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114183, 1155, '0728-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114184, 1155, '0728-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114185, 1155, '0728-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114186, 1155, '0728-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114187, 1155, '0728-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114188, 1155, '0729-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114189, 1155, '0729-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114190, 1155, '0729-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114191, 1155, '0729-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114192, 1155, '0729-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114193, 1155, '0729-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114194, 1155, '0729-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114195, 1155, '0729-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114196, 1155, '0729-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114197, 1155, '0729-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114198, 1155, '0729-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114199, 1155, '0729-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114200, 1155, '0730-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114201, 1155, '0730-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114202, 1155, '0730-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114203, 1155, '0730-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114204, 1155, '0730-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114205, 1155, '0730-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114206, 1155, '0730-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114207, 1155, '0730-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114208, 1155, '0730-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114209, 1155, '0730-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114210, 1155, '0730-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114211, 1155, '0730-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114212, 1155, '0731-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114213, 1155, '0731-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114214, 1155, '0731-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114215, 1155, '0731-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114216, 1155, '0731-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114217, 1155, '0731-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114218, 1155, '0731-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114219, 1155, '0731-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114220, 1155, '0731-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114221, 1155, '0731-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114222, 1155, '0731-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114223, 1155, '0731-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114224, 1155, '0732-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114225, 1155, '0732-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114226, 1155, '0732-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114227, 1155, '0732-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114228, 1155, '0732-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114229, 1155, '0732-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114230, 1155, '0732-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114231, 1155, '0732-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114232, 1155, '0732-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114233, 1155, '0732-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114234, 1155, '0732-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114235, 1155, '0732-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114236, 1155, '0733-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114237, 1155, '0733-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(114238, 1155, '0733-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114239, 1155, '0733-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114240, 1155, '0733-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114241, 1155, '0733-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114242, 1155, '0733-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114243, 1155, '0733-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114244, 1155, '0733-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114245, 1155, '0733-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114246, 1155, '0733-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114247, 1155, '0733-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114248, 1155, '0734-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114249, 1155, '0734-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114250, 1155, '0734-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114251, 1155, '0734-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114252, 1155, '0734-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114253, 1155, '0734-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114254, 1155, '0734-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114255, 1155, '0734-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114256, 1155, '0734-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114257, 1155, '0734-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114258, 1155, '0734-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114259, 1155, '0734-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114260, 1155, '0735-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114261, 1155, '0735-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114262, 1155, '0735-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114263, 1155, '0735-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114264, 1155, '0735-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114265, 1155, '0735-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114266, 1155, '0735-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114267, 1155, '0735-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114268, 1155, '0735-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114269, 1155, '0735-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114270, 1155, '0735-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114271, 1155, '0735-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114272, 1155, '0736-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114273, 1155, '0736-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114274, 1155, '0736-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114275, 1155, '0736-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114276, 1155, '0736-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114277, 1155, '0736-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114278, 1155, '0736-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114279, 1155, '0736-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114280, 1155, '0736-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114281, 1155, '0736-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114282, 1155, '0736-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114283, 1155, '0736-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114284, 1155, '0737-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114285, 1155, '0737-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114286, 1155, '0737-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114287, 1155, '0737-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114288, 1155, '0737-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114289, 1155, '0737-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114290, 1155, '0737-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114291, 1155, '0737-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114292, 1155, '0737-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114293, 1155, '0737-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114294, 1155, '0737-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114295, 1155, '0737-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114296, 1155, '0738-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114297, 1155, '0738-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114298, 1155, '0738-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114299, 1155, '0738-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114300, 1155, '0738-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114301, 1155, '0738-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114302, 1155, '0738-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114303, 1155, '0738-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114304, 1155, '0738-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114305, 1155, '0738-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114306, 1155, '0738-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114307, 1155, '0738-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114308, 1155, '0739-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114309, 1155, '0739-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114310, 1155, '0739-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114311, 1155, '0739-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114312, 1155, '0739-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114313, 1155, '0739-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114314, 1155, '0739-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114315, 1155, '0739-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114316, 1155, '0739-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114317, 1155, '0739-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114318, 1155, '0739-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114319, 1155, '0739-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114320, 1155, '0740-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114321, 1155, '0740-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114322, 1155, '0740-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114323, 1155, '0740-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114324, 1155, '0740-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114325, 1155, '0740-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114326, 1155, '0740-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114327, 1155, '0740-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114328, 1155, '0740-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114329, 1155, '0740-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114330, 1155, '0740-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114331, 1155, '0740-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114332, 1155, '0741-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114333, 1155, '0741-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114334, 1155, '0741-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114335, 1155, '0741-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114336, 1155, '0741-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114337, 1155, '0741-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114338, 1155, '0741-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114339, 1155, '0741-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114340, 1155, '0741-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114341, 1155, '0741-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114342, 1155, '0741-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114343, 1155, '0741-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114344, 1155, '0742-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114345, 1155, '0742-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114346, 1155, '0742-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114347, 1155, '0742-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114348, 1155, '0742-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114349, 1155, '0742-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114350, 1155, '0742-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114351, 1155, '0742-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114352, 1155, '0742-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114353, 1155, '0742-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114354, 1155, '0742-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114355, 1155, '0742-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114356, 1155, '0743-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114357, 1155, '0743-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114358, 1155, '0743-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114359, 1155, '0743-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114360, 1155, '0743-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114361, 1155, '0743-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114362, 1155, '0743-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114363, 1155, '0743-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114364, 1155, '0743-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114365, 1155, '0743-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114366, 1155, '0743-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114367, 1155, '0743-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114368, 1155, '0744-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114369, 1155, '0744-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114370, 1155, '0744-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114371, 1155, '0744-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114372, 1155, '0744-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114373, 1155, '0744-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114374, 1155, '0744-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114375, 1155, '0744-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114376, 1155, '0744-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114377, 1155, '0744-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114378, 1155, '0744-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114379, 1155, '0744-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114380, 1155, '0745-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114381, 1155, '0745-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114382, 1155, '0745-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114383, 1155, '0745-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114384, 1155, '0745-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114385, 1155, '0745-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114386, 1155, '0745-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114387, 1155, '0745-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114388, 1155, '0745-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114389, 1155, '0745-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114390, 1155, '0745-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114391, 1155, '0745-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114392, 1155, '0746-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114393, 1155, '0746-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114394, 1155, '0746-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114395, 1155, '0746-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114396, 1155, '0746-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114397, 1155, '0746-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114398, 1155, '0746-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114399, 1155, '0746-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114400, 1155, '0746-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114401, 1155, '0746-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114402, 1155, '0746-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114403, 1155, '0746-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114404, 1155, '0747-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114405, 1155, '0747-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114406, 1155, '0747-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114407, 1155, '0747-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114408, 1155, '0747-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114409, 1155, '0747-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114410, 1155, '0747-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114411, 1155, '0747-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114412, 1155, '0747-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114413, 1155, '0747-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114414, 1155, '0747-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114415, 1155, '0747-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114416, 1155, '0748-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114417, 1155, '0748-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114418, 1155, '0748-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114419, 1155, '0748-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114420, 1155, '0748-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114421, 1155, '0748-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114422, 1155, '0748-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114423, 1155, '0748-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114424, 1155, '0748-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114425, 1155, '0748-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114426, 1155, '0748-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114427, 1155, '0748-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114428, 1155, '0749-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114429, 1155, '0749-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114430, 1155, '0749-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114431, 1155, '0749-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114432, 1155, '0749-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114433, 1155, '0749-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114434, 1155, '0749-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114435, 1155, '0749-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114436, 1155, '0749-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114437, 1155, '0749-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114438, 1155, '0749-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114439, 1155, '0749-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114440, 1155, '0750-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114441, 1155, '0750-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114442, 1155, '0750-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114443, 1155, '0750-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114444, 1155, '0750-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114445, 1155, '0750-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114446, 1155, '0750-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114447, 1155, '0750-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114448, 1155, '0750-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114449, 1155, '0750-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114450, 1155, '0750-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114451, 1155, '0750-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114452, 1155, '0751-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114453, 1155, '0751-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114454, 1155, '0751-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114455, 1155, '0751-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114456, 1155, '0751-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114457, 1155, '0751-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114458, 1155, '0751-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114459, 1155, '0751-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114460, 1155, '0751-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114461, 1155, '0751-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114462, 1155, '0751-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114463, 1155, '0751-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114464, 1155, '0752-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114465, 1155, '0752-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114466, 1155, '0752-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114467, 1155, '0752-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114468, 1155, '0752-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:15', '2023-09-12 17:43:15'),
(114469, 1155, '0752-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114470, 1155, '0752-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114471, 1155, '0752-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114472, 1155, '0752-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114473, 1155, '0752-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114474, 1155, '0752-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114475, 1155, '0752-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114476, 1155, '0753-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114477, 1155, '0753-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114478, 1155, '0753-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114479, 1155, '0753-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114480, 1155, '0753-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114481, 1155, '0753-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114482, 1155, '0753-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114483, 1155, '0753-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114484, 1155, '0753-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114485, 1155, '0753-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114486, 1155, '0753-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114487, 1155, '0753-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114488, 1155, '0754-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114489, 1155, '0754-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114490, 1155, '0754-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114491, 1155, '0754-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114492, 1155, '0754-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114493, 1155, '0754-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114494, 1155, '0754-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114495, 1155, '0754-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114496, 1155, '0754-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114497, 1155, '0754-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114498, 1155, '0754-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114499, 1155, '0754-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114500, 1155, '0755-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114501, 1155, '0755-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114502, 1155, '0755-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114503, 1155, '0755-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114504, 1155, '0755-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114505, 1155, '0755-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114506, 1155, '0755-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114507, 1155, '0755-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114508, 1155, '0755-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114509, 1155, '0755-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114510, 1155, '0755-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114511, 1155, '0755-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114512, 1155, '0756-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114513, 1155, '0756-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114514, 1155, '0756-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114515, 1155, '0756-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114516, 1155, '0756-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114517, 1155, '0756-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114518, 1155, '0756-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114519, 1155, '0756-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114520, 1155, '0756-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114521, 1155, '0756-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114522, 1155, '0756-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114523, 1155, '0756-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114524, 1155, '0757-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114525, 1155, '0757-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114526, 1155, '0757-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114527, 1155, '0757-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114528, 1155, '0757-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114529, 1155, '0757-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114530, 1155, '0757-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114531, 1155, '0757-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114532, 1155, '0757-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114533, 1155, '0757-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114534, 1155, '0757-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114535, 1155, '0757-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114536, 1155, '0758-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114537, 1155, '0758-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114538, 1155, '0758-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114539, 1155, '0758-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114540, 1155, '0758-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114541, 1155, '0758-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114542, 1155, '0758-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114543, 1155, '0758-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114544, 1155, '0758-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114545, 1155, '0758-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114546, 1155, '0758-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114547, 1155, '0758-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114548, 1155, '0759-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114549, 1155, '0759-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114550, 1155, '0759-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114551, 1155, '0759-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114552, 1155, '0759-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114553, 1155, '0759-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114554, 1155, '0759-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114555, 1155, '0759-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114556, 1155, '0759-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114557, 1155, '0759-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114558, 1155, '0759-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114559, 1155, '0759-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114560, 1155, '0760-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114561, 1155, '0760-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114562, 1155, '0760-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114563, 1155, '0760-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114564, 1155, '0760-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114565, 1155, '0760-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114566, 1155, '0760-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114567, 1155, '0760-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114568, 1155, '0760-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114569, 1155, '0760-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114570, 1155, '0760-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114571, 1155, '0760-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114572, 1155, '0761-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114573, 1155, '0761-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114574, 1155, '0761-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114575, 1155, '0761-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114576, 1155, '0761-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114577, 1155, '0761-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114578, 1155, '0761-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114579, 1155, '0761-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114580, 1155, '0761-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114581, 1155, '0761-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114582, 1155, '0761-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114583, 1155, '0761-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114584, 1155, '0762-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114585, 1155, '0762-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114586, 1155, '0762-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114587, 1155, '0762-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114588, 1155, '0762-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114589, 1155, '0762-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114590, 1155, '0762-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114591, 1155, '0762-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114592, 1155, '0762-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114593, 1155, '0762-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114594, 1155, '0762-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114595, 1155, '0762-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114596, 1155, '0763-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114597, 1155, '0763-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114598, 1155, '0763-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114599, 1155, '0763-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114600, 1155, '0763-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114601, 1155, '0763-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114602, 1155, '0763-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114603, 1155, '0763-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114604, 1155, '0763-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114605, 1155, '0763-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114606, 1155, '0763-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114607, 1155, '0763-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114608, 1155, '0764-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114609, 1155, '0764-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114610, 1155, '0764-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114611, 1155, '0764-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114612, 1155, '0764-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114613, 1155, '0764-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114614, 1155, '0764-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114615, 1155, '0764-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114616, 1155, '0764-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114617, 1155, '0764-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114618, 1155, '0764-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114619, 1155, '0764-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114620, 1155, '0765-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114621, 1155, '0765-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114622, 1155, '0765-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114623, 1155, '0765-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114624, 1155, '0765-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114625, 1155, '0765-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114626, 1155, '0765-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114627, 1155, '0765-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114628, 1155, '0765-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114629, 1155, '0765-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114630, 1155, '0765-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114631, 1155, '0765-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114632, 1155, '0766-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114633, 1155, '0766-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114634, 1155, '0766-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114635, 1155, '0766-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114636, 1155, '0766-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114637, 1155, '0766-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114638, 1155, '0766-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114639, 1155, '0766-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114640, 1155, '0766-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114641, 1155, '0766-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114642, 1155, '0766-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114643, 1155, '0766-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114644, 1155, '0767-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114645, 1155, '0767-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114646, 1155, '0767-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114647, 1155, '0767-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114648, 1155, '0767-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114649, 1155, '0767-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114650, 1155, '0767-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114651, 1155, '0767-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114652, 1155, '0767-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114653, 1155, '0767-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114654, 1155, '0767-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114655, 1155, '0767-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114656, 1155, '0768-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114657, 1155, '0768-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114658, 1155, '0768-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114659, 1155, '0768-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114660, 1155, '0768-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114661, 1155, '0768-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114662, 1155, '0768-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114663, 1155, '0768-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114664, 1155, '0768-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114665, 1155, '0768-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114666, 1155, '0768-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114667, 1155, '0768-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114668, 1155, '0769-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114669, 1155, '0769-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114670, 1155, '0769-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114671, 1155, '0769-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114672, 1155, '0769-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114673, 1155, '0769-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114674, 1155, '0769-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114675, 1155, '0769-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114676, 1155, '0769-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114677, 1155, '0769-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114678, 1155, '0769-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114679, 1155, '0769-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114680, 1155, '0770-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114681, 1155, '0770-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114682, 1155, '0770-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114683, 1155, '0770-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114684, 1155, '0770-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114685, 1155, '0770-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114686, 1155, '0770-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114687, 1155, '0770-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114688, 1155, '0770-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114689, 1155, '0770-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114690, 1155, '0770-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114691, 1155, '0770-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114692, 1155, '0771-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114693, 1155, '0771-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(114694, 1155, '0771-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114695, 1155, '0771-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114696, 1155, '0771-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114697, 1155, '0771-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114698, 1155, '0771-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114699, 1155, '0771-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114700, 1155, '0771-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114701, 1155, '0771-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114702, 1155, '0771-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114703, 1155, '0771-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114704, 1155, '0772-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114705, 1155, '0772-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114706, 1155, '0772-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114707, 1155, '0772-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114708, 1155, '0772-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114709, 1155, '0772-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114710, 1155, '0772-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114711, 1155, '0772-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114712, 1155, '0772-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114713, 1155, '0772-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114714, 1155, '0772-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114715, 1155, '0772-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114716, 1155, '0773-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114717, 1155, '0773-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114718, 1155, '0773-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114719, 1155, '0773-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114720, 1155, '0773-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114721, 1155, '0773-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114722, 1155, '0773-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114723, 1155, '0773-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114724, 1155, '0773-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114725, 1155, '0773-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114726, 1155, '0773-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114727, 1155, '0773-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114728, 1155, '0774-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114729, 1155, '0774-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114730, 1155, '0774-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114731, 1155, '0774-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114732, 1155, '0774-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114733, 1155, '0774-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114734, 1155, '0774-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114735, 1155, '0774-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114736, 1155, '0774-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114737, 1155, '0774-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114738, 1155, '0774-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114739, 1155, '0774-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114740, 1155, '0775-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114741, 1155, '0775-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114742, 1155, '0775-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114743, 1155, '0775-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114744, 1155, '0775-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114745, 1155, '0775-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114746, 1155, '0775-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114747, 1155, '0775-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114748, 1155, '0775-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114749, 1155, '0775-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114750, 1155, '0775-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114751, 1155, '0775-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114752, 1155, '0776-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114753, 1155, '0776-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114754, 1155, '0776-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114755, 1155, '0776-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114756, 1155, '0776-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114757, 1155, '0776-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114758, 1155, '0776-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114759, 1155, '0776-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114760, 1155, '0776-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114761, 1155, '0776-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114762, 1155, '0776-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114763, 1155, '0776-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114764, 1155, '0777-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114765, 1155, '0777-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114766, 1155, '0777-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114767, 1155, '0777-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114768, 1155, '0777-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114769, 1155, '0777-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114770, 1155, '0777-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114771, 1155, '0777-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114772, 1155, '0777-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114773, 1155, '0777-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114774, 1155, '0777-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114775, 1155, '0777-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114776, 1155, '0778-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114777, 1155, '0778-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114778, 1155, '0778-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114779, 1155, '0778-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114780, 1155, '0778-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114781, 1155, '0778-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114782, 1155, '0778-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114783, 1155, '0778-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114784, 1155, '0778-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114785, 1155, '0778-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114786, 1155, '0778-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114787, 1155, '0778-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114788, 1155, '0779-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114789, 1155, '0779-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114790, 1155, '0779-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114791, 1155, '0779-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114792, 1155, '0779-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114793, 1155, '0779-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114794, 1155, '0779-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114795, 1155, '0779-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114796, 1155, '0779-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114797, 1155, '0779-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114798, 1155, '0779-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114799, 1155, '0779-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114800, 1155, '0780-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114801, 1155, '0780-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114802, 1155, '0780-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114803, 1155, '0780-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114804, 1155, '0780-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114805, 1155, '0780-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114806, 1155, '0780-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114807, 1155, '0780-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114808, 1155, '0780-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114809, 1155, '0780-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114810, 1155, '0780-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114811, 1155, '0780-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114812, 1155, '0781-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114813, 1155, '0781-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114814, 1155, '0781-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114815, 1155, '0781-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114816, 1155, '0781-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114817, 1155, '0781-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114818, 1155, '0781-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114819, 1155, '0781-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114820, 1155, '0781-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114821, 1155, '0781-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114822, 1155, '0781-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114823, 1155, '0781-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114824, 1155, '0782-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114825, 1155, '0782-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114826, 1155, '0782-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114827, 1155, '0782-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114828, 1155, '0782-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114829, 1155, '0782-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114830, 1155, '0782-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114831, 1155, '0782-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114832, 1155, '0782-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114833, 1155, '0782-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114834, 1155, '0782-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114835, 1155, '0782-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114836, 1155, '0783-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114837, 1155, '0783-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114838, 1155, '0783-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114839, 1155, '0783-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114840, 1155, '0783-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114841, 1155, '0783-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:16', '2023-09-12 17:43:16'),
(114842, 1155, '0783-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(114843, 1155, '0783-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(114844, 1155, '0783-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(114845, 1155, '0783-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(114846, 1155, '0783-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(114847, 1155, '0783-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(114848, 1155, '0784-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(114849, 1155, '0784-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(114850, 1155, '0784-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(114851, 1155, '0784-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(114852, 1155, '0784-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(114853, 1155, '0784-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(114854, 1155, '0784-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(114855, 1155, '0784-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(114856, 1155, '0784-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(114857, 1155, '0784-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(114858, 1155, '0784-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(114859, 1155, '0784-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(114860, 1155, '0785-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(114861, 1155, '0785-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(114862, 1155, '0785-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(114863, 1155, '0785-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(114864, 1155, '0785-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(114865, 1155, '0785-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(114866, 1155, '0785-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(114867, 1155, '0785-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(114868, 1155, '0785-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(114869, 1155, '0785-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(114870, 1155, '0785-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(114871, 1155, '0785-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(114872, 1155, '0786-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(114873, 1155, '0786-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(114874, 1155, '0786-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(114875, 1155, '0786-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(114876, 1155, '0786-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(114877, 1155, '0786-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(114878, 1155, '0786-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(114879, 1155, '0786-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(114880, 1155, '0786-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(114881, 1155, '0786-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(114882, 1155, '0786-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(114883, 1155, '0786-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(114884, 1155, '0787-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(114885, 1155, '0787-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(114886, 1155, '0787-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(114887, 1155, '0787-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(114888, 1155, '0787-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(114889, 1155, '0787-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(114890, 1155, '0787-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(114891, 1155, '0787-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(114892, 1155, '0787-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(114893, 1155, '0787-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(114894, 1155, '0787-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(114895, 1155, '0787-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(114896, 1155, '0788-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(114897, 1155, '0788-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(114898, 1155, '0788-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(114899, 1155, '0788-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(114900, 1155, '0788-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(114901, 1155, '0788-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(114902, 1155, '0788-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(114903, 1155, '0788-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(114904, 1155, '0788-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(114905, 1155, '0788-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(114906, 1155, '0788-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(114907, 1155, '0788-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(114908, 1155, '0789-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(114909, 1155, '0789-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(114910, 1155, '0789-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(114911, 1155, '0789-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(114912, 1155, '0789-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(114913, 1155, '0789-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(114914, 1155, '0789-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(114915, 1155, '0789-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(114916, 1155, '0789-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(114917, 1155, '0789-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(114918, 1155, '0789-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(114919, 1155, '0789-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(114920, 1155, '0790-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(114921, 1155, '0790-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(114922, 1155, '0790-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(114923, 1155, '0790-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(114924, 1155, '0790-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(114925, 1155, '0790-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(114926, 1155, '0790-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(114927, 1155, '0790-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(114928, 1155, '0790-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(114929, 1155, '0790-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(114930, 1155, '0790-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(114931, 1155, '0790-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(114932, 1155, '0791-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(114933, 1155, '0791-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(114934, 1155, '0791-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(114935, 1155, '0791-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(114936, 1155, '0791-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(114937, 1155, '0791-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(114938, 1155, '0791-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(114939, 1155, '0791-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(114940, 1155, '0791-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(114941, 1155, '0791-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(114942, 1155, '0791-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(114943, 1155, '0791-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(114944, 1155, '0792-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(114945, 1155, '0792-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(114946, 1155, '0792-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(114947, 1155, '0792-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(114948, 1155, '0792-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(114949, 1155, '0792-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(114950, 1155, '0792-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(114951, 1155, '0792-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(114952, 1155, '0792-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(114953, 1155, '0792-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(114954, 1155, '0792-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(114955, 1155, '0792-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(114956, 1155, '0793-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(114957, 1155, '0793-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(114958, 1155, '0793-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(114959, 1155, '0793-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(114960, 1155, '0793-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(114961, 1155, '0793-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(114962, 1155, '0793-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(114963, 1155, '0793-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(114964, 1155, '0793-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(114965, 1155, '0793-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(114966, 1155, '0793-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(114967, 1155, '0793-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(114968, 1155, '0794-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(114969, 1155, '0794-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(114970, 1155, '0794-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(114971, 1155, '0794-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(114972, 1155, '0794-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(114973, 1155, '0794-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(114974, 1155, '0794-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(114975, 1155, '0794-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(114976, 1155, '0794-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(114977, 1155, '0794-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(114978, 1155, '0794-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(114979, 1155, '0794-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(114980, 1155, '0795-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(114981, 1155, '0795-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(114982, 1155, '0795-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(114983, 1155, '0795-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(114984, 1155, '0795-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(114985, 1155, '0795-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(114986, 1155, '0795-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(114987, 1155, '0795-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(114988, 1155, '0795-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(114989, 1155, '0795-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(114990, 1155, '0795-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(114991, 1155, '0795-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(114992, 1155, '0796-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(114993, 1155, '0796-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(114994, 1155, '0796-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(114995, 1155, '0796-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(114996, 1155, '0796-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(114997, 1155, '0796-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(114998, 1155, '0796-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(114999, 1155, '0796-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(115000, 1155, '0796-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(115001, 1155, '0796-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(115002, 1155, '0796-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(115003, 1155, '0796-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(115004, 1155, '0797-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(115005, 1155, '0797-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(115006, 1155, '0797-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(115007, 1155, '0797-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(115008, 1155, '0797-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(115009, 1155, '0797-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(115010, 1155, '0797-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(115011, 1155, '0797-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(115012, 1155, '0797-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(115013, 1155, '0797-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(115014, 1155, '0797-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(115015, 1155, '0797-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(115016, 1155, '0798-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(115017, 1155, '0798-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(115018, 1155, '0798-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(115019, 1155, '0798-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(115020, 1155, '0798-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(115021, 1155, '0798-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(115022, 1155, '0798-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(115023, 1155, '0798-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(115024, 1155, '0798-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(115025, 1155, '0798-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(115026, 1155, '0798-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(115027, 1155, '0798-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(115028, 1155, '0799-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(115029, 1155, '0799-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(115030, 1155, '0799-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(115031, 1155, '0799-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(115032, 1155, '0799-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(115033, 1155, '0799-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(115034, 1155, '0799-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(115035, 1155, '0799-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(115036, 1155, '0799-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(115037, 1155, '0799-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(115038, 1155, '0799-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(115039, 1155, '0799-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(115040, 1155, '0800-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(115041, 1155, '0800-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(115042, 1155, '0800-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(115043, 1155, '0800-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(115044, 1155, '0800-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(115045, 1155, '0800-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(115046, 1155, '0800-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(115047, 1155, '0800-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(115048, 1155, '0800-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(115049, 1155, '0800-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(115050, 1155, '0800-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(115051, 1155, '0800-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(115052, 1155, '0801-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(115053, 1155, '0801-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(115054, 1155, '0801-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(115055, 1155, '0801-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(115056, 1155, '0801-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(115057, 1155, '0801-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(115058, 1155, '0801-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(115059, 1155, '0801-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(115060, 1155, '0801-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(115061, 1155, '0801-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(115062, 1155, '0801-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(115063, 1155, '0801-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(115064, 1155, '0802-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(115065, 1155, '0802-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(115066, 1155, '0802-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(115067, 1155, '0802-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(115068, 1155, '0802-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(115069, 1155, '0802-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(115070, 1155, '0802-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(115071, 1155, '0802-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(115072, 1155, '0802-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(115073, 1155, '0802-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(115074, 1155, '0802-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(115075, 1155, '0802-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(115076, 1155, '0803-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(115077, 1155, '0803-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(115078, 1155, '0803-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(115079, 1155, '0803-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(115080, 1155, '0803-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(115081, 1155, '0803-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(115082, 1155, '0803-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(115083, 1155, '0803-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(115084, 1155, '0803-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(115085, 1155, '0803-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(115086, 1155, '0803-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(115087, 1155, '0803-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(115088, 1155, '0804-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(115089, 1155, '0804-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(115090, 1155, '0804-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(115091, 1155, '0804-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(115092, 1155, '0804-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(115093, 1155, '0804-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(115094, 1155, '0804-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(115095, 1155, '0804-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(115096, 1155, '0804-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(115097, 1155, '0804-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(115098, 1155, '0804-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(115099, 1155, '0804-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(115100, 1155, '0805-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(115101, 1155, '0805-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(115102, 1155, '0805-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(115103, 1155, '0805-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(115104, 1155, '0805-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(115105, 1155, '0805-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(115106, 1155, '0805-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(115107, 1155, '0805-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(115108, 1155, '0805-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(115109, 1155, '0805-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(115110, 1155, '0805-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(115111, 1155, '0805-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(115112, 1155, '0806-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(115113, 1155, '0806-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(115114, 1155, '0806-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(115115, 1155, '0806-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(115116, 1155, '0806-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(115117, 1155, '0806-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(115118, 1155, '0806-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(115119, 1155, '0806-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(115120, 1155, '0806-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(115121, 1155, '0806-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(115122, 1155, '0806-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(115123, 1155, '0806-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(115124, 1155, '0807-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(115125, 1155, '0807-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(115126, 1155, '0807-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(115127, 1155, '0807-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(115128, 1155, '0807-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(115129, 1155, '0807-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(115130, 1155, '0807-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(115131, 1155, '0807-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(115132, 1155, '0807-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(115133, 1155, '0807-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(115134, 1155, '0807-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(115135, 1155, '0807-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(115136, 1155, '0808-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(115137, 1155, '0808-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(115138, 1155, '0808-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(115139, 1155, '0808-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(115140, 1155, '0808-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(115141, 1155, '0808-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(115142, 1155, '0808-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(115143, 1155, '0808-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(115144, 1155, '0808-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(115145, 1155, '0808-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(115146, 1155, '0808-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(115147, 1155, '0808-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(115148, 1155, '0809-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(115149, 1155, '0809-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(115150, 1155, '0809-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(115151, 1155, '0809-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(115152, 1155, '0809-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(115153, 1155, '0809-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(115154, 1155, '0809-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(115155, 1155, '0809-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(115156, 1155, '0809-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(115157, 1155, '0809-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(115158, 1155, '0809-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(115159, 1155, '0809-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(115160, 1155, '0810-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(115161, 1155, '0810-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(115162, 1155, '0810-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(115163, 1155, '0810-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(115164, 1155, '0810-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(115165, 1155, '0810-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(115166, 1155, '0810-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(115167, 1155, '0810-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(115168, 1155, '0810-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(115169, 1155, '0810-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(115170, 1155, '0810-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(115171, 1155, '0810-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(115172, 1155, '0811-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(115173, 1155, '0811-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(115174, 1155, '0811-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(115175, 1155, '0811-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(115176, 1155, '0811-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(115177, 1155, '0811-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(115178, 1155, '0811-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(115179, 1155, '0811-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(115180, 1155, '0811-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(115181, 1155, '0811-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(115182, 1155, '0811-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(115183, 1155, '0811-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(115184, 1155, '0812-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(115185, 1155, '0812-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(115186, 1155, '0812-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(115187, 1155, '0812-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(115188, 1155, '0812-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(115189, 1155, '0812-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(115190, 1155, '0812-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(115191, 1155, '0812-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(115192, 1155, '0812-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(115193, 1155, '0812-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(115194, 1155, '0812-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(115195, 1155, '0812-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(115196, 1155, '0813-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(115197, 1155, '0813-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(115198, 1155, '0813-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(115199, 1155, '0813-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(115200, 1155, '0813-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(115201, 1155, '0813-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(115202, 1155, '0813-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(115203, 1155, '0813-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(115204, 1155, '0813-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(115205, 1155, '0813-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(115206, 1155, '0813-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(115207, 1155, '0813-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:17', '2023-09-12 17:43:17'),
(115208, 1155, '0814-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115209, 1155, '0814-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115210, 1155, '0814-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115211, 1155, '0814-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115212, 1155, '0814-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115213, 1155, '0814-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115214, 1155, '0814-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115215, 1155, '0814-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115216, 1155, '0814-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115217, 1155, '0814-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115218, 1155, '0814-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115219, 1155, '0814-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115220, 1155, '0815-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115221, 1155, '0815-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115222, 1155, '0815-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115223, 1155, '0815-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115224, 1155, '0815-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115225, 1155, '0815-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115226, 1155, '0815-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115227, 1155, '0815-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115228, 1155, '0815-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115229, 1155, '0815-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115230, 1155, '0815-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115231, 1155, '0815-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115232, 1155, '0816-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115233, 1155, '0816-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115234, 1155, '0816-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115235, 1155, '0816-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115236, 1155, '0816-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115237, 1155, '0816-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115238, 1155, '0816-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115239, 1155, '0816-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115240, 1155, '0816-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115241, 1155, '0816-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115242, 1155, '0816-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115243, 1155, '0816-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115244, 1155, '0817-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115245, 1155, '0817-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115246, 1155, '0817-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115247, 1155, '0817-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115248, 1155, '0817-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115249, 1155, '0817-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115250, 1155, '0817-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115251, 1155, '0817-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115252, 1155, '0817-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115253, 1155, '0817-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115254, 1155, '0817-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115255, 1155, '0817-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115256, 1155, '0818-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115257, 1155, '0818-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115258, 1155, '0818-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115259, 1155, '0818-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115260, 1155, '0818-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115261, 1155, '0818-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115262, 1155, '0818-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115263, 1155, '0818-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115264, 1155, '0818-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115265, 1155, '0818-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115266, 1155, '0818-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115267, 1155, '0818-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115268, 1155, '0819-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115269, 1155, '0819-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115270, 1155, '0819-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115271, 1155, '0819-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115272, 1155, '0819-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115273, 1155, '0819-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115274, 1155, '0819-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115275, 1155, '0819-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115276, 1155, '0819-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115277, 1155, '0819-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115278, 1155, '0819-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115279, 1155, '0819-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115280, 1155, '0820-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115281, 1155, '0820-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115282, 1155, '0820-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115283, 1155, '0820-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115284, 1155, '0820-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115285, 1155, '0820-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115286, 1155, '0820-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115287, 1155, '0820-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115288, 1155, '0820-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115289, 1155, '0820-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115290, 1155, '0820-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115291, 1155, '0820-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115292, 1155, '0821-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115293, 1155, '0821-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115294, 1155, '0821-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115295, 1155, '0821-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115296, 1155, '0821-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115297, 1155, '0821-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115298, 1155, '0821-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115299, 1155, '0821-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115300, 1155, '0821-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115301, 1155, '0821-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115302, 1155, '0821-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115303, 1155, '0821-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115304, 1155, '0822-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115305, 1155, '0822-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115306, 1155, '0822-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115307, 1155, '0822-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115308, 1155, '0822-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115309, 1155, '0822-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115310, 1155, '0822-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115311, 1155, '0822-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115312, 1155, '0822-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115313, 1155, '0822-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115314, 1155, '0822-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115315, 1155, '0822-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115316, 1155, '0823-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115317, 1155, '0823-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115318, 1155, '0823-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115319, 1155, '0823-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115320, 1155, '0823-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115321, 1155, '0823-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115322, 1155, '0823-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115323, 1155, '0823-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115324, 1155, '0823-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115325, 1155, '0823-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115326, 1155, '0823-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115327, 1155, '0823-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115328, 1155, '0824-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115329, 1155, '0824-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115330, 1155, '0824-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115331, 1155, '0824-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115332, 1155, '0824-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115333, 1155, '0824-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115334, 1155, '0824-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115335, 1155, '0824-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115336, 1155, '0824-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115337, 1155, '0824-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115338, 1155, '0824-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115339, 1155, '0824-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115340, 1155, '0825-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115341, 1155, '0825-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115342, 1155, '0825-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115343, 1155, '0825-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115344, 1155, '0825-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115345, 1155, '0825-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115346, 1155, '0825-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115347, 1155, '0825-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115348, 1155, '0825-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115349, 1155, '0825-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115350, 1155, '0825-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115351, 1155, '0825-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115352, 1155, '0826-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115353, 1155, '0826-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115354, 1155, '0826-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115355, 1155, '0826-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115356, 1155, '0826-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115357, 1155, '0826-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115358, 1155, '0826-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115359, 1155, '0826-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115360, 1155, '0826-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115361, 1155, '0826-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115362, 1155, '0826-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115363, 1155, '0826-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115364, 1155, '0827-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115365, 1155, '0827-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115366, 1155, '0827-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115367, 1155, '0827-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115368, 1155, '0827-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115369, 1155, '0827-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115370, 1155, '0827-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115371, 1155, '0827-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115372, 1155, '0827-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115373, 1155, '0827-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115374, 1155, '0827-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115375, 1155, '0827-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115376, 1155, '0828-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115377, 1155, '0828-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115378, 1155, '0828-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115379, 1155, '0828-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115380, 1155, '0828-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115381, 1155, '0828-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115382, 1155, '0828-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115383, 1155, '0828-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115384, 1155, '0828-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115385, 1155, '0828-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115386, 1155, '0828-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115387, 1155, '0828-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115388, 1155, '0829-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115389, 1155, '0829-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115390, 1155, '0829-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115391, 1155, '0829-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115392, 1155, '0829-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115393, 1155, '0829-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115394, 1155, '0829-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115395, 1155, '0829-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115396, 1155, '0829-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115397, 1155, '0829-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115398, 1155, '0829-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115399, 1155, '0829-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115400, 1155, '0830-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115401, 1155, '0830-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115402, 1155, '0830-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115403, 1155, '0830-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115404, 1155, '0830-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115405, 1155, '0830-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115406, 1155, '0830-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115407, 1155, '0830-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115408, 1155, '0830-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115409, 1155, '0830-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115410, 1155, '0830-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115411, 1155, '0830-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115412, 1155, '0831-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115413, 1155, '0831-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115414, 1155, '0831-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115415, 1155, '0831-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115416, 1155, '0831-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115417, 1155, '0831-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115418, 1155, '0831-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115419, 1155, '0831-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115420, 1155, '0831-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115421, 1155, '0831-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115422, 1155, '0831-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115423, 1155, '0831-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115424, 1155, '0832-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115425, 1155, '0832-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115426, 1155, '0832-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115427, 1155, '0832-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115428, 1155, '0832-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115429, 1155, '0832-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115430, 1155, '0832-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115431, 1155, '0832-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115432, 1155, '0832-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115433, 1155, '0832-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115434, 1155, '0832-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115435, 1155, '0832-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115436, 1155, '0833-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115437, 1155, '0833-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115438, 1155, '0833-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115439, 1155, '0833-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115440, 1155, '0833-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115441, 1155, '0833-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115442, 1155, '0833-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115443, 1155, '0833-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115444, 1155, '0833-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115445, 1155, '0833-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115446, 1155, '0833-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115447, 1155, '0833-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115448, 1155, '0834-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115449, 1155, '0834-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115450, 1155, '0834-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115451, 1155, '0834-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115452, 1155, '0834-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115453, 1155, '0834-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115454, 1155, '0834-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115455, 1155, '0834-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115456, 1155, '0834-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115457, 1155, '0834-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115458, 1155, '0834-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115459, 1155, '0834-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115460, 1155, '0835-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115461, 1155, '0835-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115462, 1155, '0835-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115463, 1155, '0835-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115464, 1155, '0835-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115465, 1155, '0835-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115466, 1155, '0835-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115467, 1155, '0835-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115468, 1155, '0835-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115469, 1155, '0835-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115470, 1155, '0835-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115471, 1155, '0835-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115472, 1155, '0836-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115473, 1155, '0836-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115474, 1155, '0836-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115475, 1155, '0836-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115476, 1155, '0836-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115477, 1155, '0836-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115478, 1155, '0836-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115479, 1155, '0836-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115480, 1155, '0836-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115481, 1155, '0836-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115482, 1155, '0836-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115483, 1155, '0836-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115484, 1155, '0837-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115485, 1155, '0837-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115486, 1155, '0837-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115487, 1155, '0837-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115488, 1155, '0837-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115489, 1155, '0837-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115490, 1155, '0837-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115491, 1155, '0837-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115492, 1155, '0837-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115493, 1155, '0837-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115494, 1155, '0837-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115495, 1155, '0837-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115496, 1155, '0838-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115497, 1155, '0838-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115498, 1155, '0838-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115499, 1155, '0838-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115500, 1155, '0838-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115501, 1155, '0838-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115502, 1155, '0838-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115503, 1155, '0838-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115504, 1155, '0838-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115505, 1155, '0838-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115506, 1155, '0838-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115507, 1155, '0838-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115508, 1155, '0839-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115509, 1155, '0839-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115510, 1155, '0839-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115511, 1155, '0839-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115512, 1155, '0839-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115513, 1155, '0839-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115514, 1155, '0839-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115515, 1155, '0839-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115516, 1155, '0839-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115517, 1155, '0839-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115518, 1155, '0839-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115519, 1155, '0839-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115520, 1155, '0840-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115521, 1155, '0840-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115522, 1155, '0840-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115523, 1155, '0840-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115524, 1155, '0840-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115525, 1155, '0840-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115526, 1155, '0840-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115527, 1155, '0840-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115528, 1155, '0840-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115529, 1155, '0840-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115530, 1155, '0840-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115531, 1155, '0840-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115532, 1155, '0841-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115533, 1155, '0841-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115534, 1155, '0841-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115535, 1155, '0841-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115536, 1155, '0841-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115537, 1155, '0841-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115538, 1155, '0841-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115539, 1155, '0841-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115540, 1155, '0841-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115541, 1155, '0841-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115542, 1155, '0841-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115543, 1155, '0841-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115544, 1155, '0842-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115545, 1155, '0842-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115546, 1155, '0842-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115547, 1155, '0842-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115548, 1155, '0842-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115549, 1155, '0842-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115550, 1155, '0842-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115551, 1155, '0842-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115552, 1155, '0842-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115553, 1155, '0842-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115554, 1155, '0842-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115555, 1155, '0842-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115556, 1155, '0843-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115557, 1155, '0843-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115558, 1155, '0843-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115559, 1155, '0843-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115560, 1155, '0843-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115561, 1155, '0843-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115562, 1155, '0843-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115563, 1155, '0843-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115564, 1155, '0843-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115565, 1155, '0843-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115566, 1155, '0843-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115567, 1155, '0843-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115568, 1155, '0844-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115569, 1155, '0844-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115570, 1155, '0844-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115571, 1155, '0844-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115572, 1155, '0844-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115573, 1155, '0844-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115574, 1155, '0844-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115575, 1155, '0844-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115576, 1155, '0844-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115577, 1155, '0844-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115578, 1155, '0844-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115579, 1155, '0844-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115580, 1155, '0845-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115581, 1155, '0845-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115582, 1155, '0845-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115583, 1155, '0845-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115584, 1155, '0845-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115585, 1155, '0845-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115586, 1155, '0845-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115587, 1155, '0845-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115588, 1155, '0845-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115589, 1155, '0845-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115590, 1155, '0845-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115591, 1155, '0845-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115592, 1155, '0846-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115593, 1155, '0846-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115594, 1155, '0846-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115595, 1155, '0846-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115596, 1155, '0846-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115597, 1155, '0846-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115598, 1155, '0846-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115599, 1155, '0846-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115600, 1155, '0846-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115601, 1155, '0846-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115602, 1155, '0846-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115603, 1155, '0846-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115604, 1155, '0847-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115605, 1155, '0847-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(115606, 1155, '0847-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115607, 1155, '0847-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115608, 1155, '0847-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:18', '2023-09-12 17:43:18'),
(115609, 1155, '0847-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115610, 1155, '0847-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115611, 1155, '0847-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115612, 1155, '0847-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115613, 1155, '0847-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115614, 1155, '0847-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115615, 1155, '0847-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115616, 1155, '0848-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115617, 1155, '0848-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115618, 1155, '0848-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115619, 1155, '0848-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115620, 1155, '0848-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115621, 1155, '0848-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115622, 1155, '0848-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115623, 1155, '0848-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115624, 1155, '0848-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115625, 1155, '0848-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115626, 1155, '0848-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115627, 1155, '0848-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115628, 1155, '0849-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115629, 1155, '0849-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115630, 1155, '0849-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115631, 1155, '0849-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115632, 1155, '0849-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115633, 1155, '0849-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115634, 1155, '0849-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115635, 1155, '0849-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115636, 1155, '0849-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115637, 1155, '0849-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115638, 1155, '0849-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115639, 1155, '0849-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115640, 1155, '0850-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115641, 1155, '0850-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115642, 1155, '0850-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115643, 1155, '0850-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115644, 1155, '0850-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115645, 1155, '0850-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115646, 1155, '0850-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115647, 1155, '0850-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115648, 1155, '0850-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115649, 1155, '0850-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115650, 1155, '0850-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115651, 1155, '0850-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115652, 1155, '0851-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115653, 1155, '0851-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115654, 1155, '0851-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115655, 1155, '0851-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115656, 1155, '0851-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115657, 1155, '0851-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115658, 1155, '0851-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115659, 1155, '0851-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115660, 1155, '0851-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115661, 1155, '0851-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115662, 1155, '0851-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115663, 1155, '0851-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115664, 1155, '0852-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115665, 1155, '0852-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115666, 1155, '0852-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115667, 1155, '0852-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115668, 1155, '0852-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115669, 1155, '0852-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115670, 1155, '0852-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115671, 1155, '0852-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115672, 1155, '0852-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115673, 1155, '0852-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115674, 1155, '0852-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115675, 1155, '0852-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115676, 1155, '0853-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115677, 1155, '0853-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115678, 1155, '0853-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115679, 1155, '0853-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115680, 1155, '0853-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115681, 1155, '0853-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115682, 1155, '0853-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115683, 1155, '0853-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115684, 1155, '0853-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115685, 1155, '0853-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115686, 1155, '0853-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115687, 1155, '0853-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115688, 1155, '0854-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115689, 1155, '0854-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115690, 1155, '0854-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115691, 1155, '0854-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115692, 1155, '0854-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115693, 1155, '0854-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115694, 1155, '0854-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115695, 1155, '0854-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115696, 1155, '0854-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115697, 1155, '0854-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115698, 1155, '0854-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115699, 1155, '0854-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115700, 1155, '0855-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115701, 1155, '0855-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115702, 1155, '0855-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115703, 1155, '0855-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115704, 1155, '0855-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115705, 1155, '0855-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115706, 1155, '0855-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115707, 1155, '0855-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115708, 1155, '0855-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115709, 1155, '0855-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115710, 1155, '0855-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115711, 1155, '0855-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115712, 1155, '0856-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115713, 1155, '0856-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115714, 1155, '0856-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115715, 1155, '0856-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115716, 1155, '0856-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115717, 1155, '0856-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115718, 1155, '0856-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115719, 1155, '0856-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115720, 1155, '0856-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115721, 1155, '0856-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115722, 1155, '0856-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115723, 1155, '0856-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115724, 1155, '0857-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115725, 1155, '0857-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115726, 1155, '0857-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115727, 1155, '0857-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115728, 1155, '0857-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115729, 1155, '0857-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115730, 1155, '0857-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115731, 1155, '0857-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115732, 1155, '0857-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115733, 1155, '0857-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115734, 1155, '0857-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115735, 1155, '0857-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115736, 1155, '0858-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115737, 1155, '0858-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115738, 1155, '0858-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115739, 1155, '0858-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115740, 1155, '0858-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115741, 1155, '0858-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115742, 1155, '0858-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115743, 1155, '0858-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115744, 1155, '0858-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115745, 1155, '0858-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115746, 1155, '0858-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115747, 1155, '0858-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115748, 1155, '0859-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115749, 1155, '0859-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115750, 1155, '0859-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115751, 1155, '0859-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115752, 1155, '0859-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115753, 1155, '0859-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115754, 1155, '0859-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115755, 1155, '0859-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115756, 1155, '0859-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115757, 1155, '0859-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115758, 1155, '0859-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115759, 1155, '0859-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115760, 1155, '0860-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115761, 1155, '0860-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115762, 1155, '0860-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115763, 1155, '0860-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115764, 1155, '0860-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115765, 1155, '0860-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115766, 1155, '0860-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115767, 1155, '0860-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115768, 1155, '0860-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115769, 1155, '0860-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115770, 1155, '0860-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115771, 1155, '0860-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115772, 1155, '0861-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115773, 1155, '0861-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115774, 1155, '0861-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115775, 1155, '0861-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115776, 1155, '0861-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115777, 1155, '0861-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115778, 1155, '0861-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115779, 1155, '0861-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115780, 1155, '0861-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115781, 1155, '0861-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115782, 1155, '0861-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115783, 1155, '0861-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115784, 1155, '0862-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115785, 1155, '0862-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115786, 1155, '0862-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115787, 1155, '0862-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115788, 1155, '0862-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115789, 1155, '0862-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115790, 1155, '0862-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115791, 1155, '0862-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115792, 1155, '0862-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115793, 1155, '0862-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115794, 1155, '0862-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115795, 1155, '0862-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115796, 1155, '0863-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115797, 1155, '0863-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115798, 1155, '0863-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115799, 1155, '0863-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115800, 1155, '0863-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115801, 1155, '0863-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115802, 1155, '0863-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115803, 1155, '0863-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115804, 1155, '0863-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115805, 1155, '0863-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115806, 1155, '0863-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115807, 1155, '0863-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115808, 1155, '0864-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115809, 1155, '0864-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115810, 1155, '0864-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115811, 1155, '0864-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115812, 1155, '0864-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115813, 1155, '0864-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115814, 1155, '0864-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115815, 1155, '0864-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115816, 1155, '0864-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115817, 1155, '0864-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115818, 1155, '0864-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115819, 1155, '0864-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115820, 1155, '0865-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115821, 1155, '0865-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115822, 1155, '0865-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115823, 1155, '0865-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115824, 1155, '0865-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115825, 1155, '0865-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115826, 1155, '0865-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115827, 1155, '0865-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115828, 1155, '0865-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115829, 1155, '0865-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115830, 1155, '0865-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115831, 1155, '0865-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115832, 1155, '0866-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115833, 1155, '0866-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115834, 1155, '0866-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115835, 1155, '0866-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115836, 1155, '0866-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115837, 1155, '0866-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115838, 1155, '0866-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115839, 1155, '0866-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115840, 1155, '0866-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115841, 1155, '0866-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115842, 1155, '0866-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115843, 1155, '0866-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115844, 1155, '0867-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115845, 1155, '0867-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115846, 1155, '0867-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115847, 1155, '0867-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115848, 1155, '0867-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115849, 1155, '0867-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115850, 1155, '0867-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115851, 1155, '0867-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115852, 1155, '0867-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115853, 1155, '0867-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115854, 1155, '0867-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115855, 1155, '0867-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115856, 1155, '0868-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115857, 1155, '0868-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115858, 1155, '0868-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115859, 1155, '0868-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115860, 1155, '0868-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115861, 1155, '0868-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115862, 1155, '0868-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115863, 1155, '0868-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115864, 1155, '0868-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115865, 1155, '0868-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115866, 1155, '0868-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115867, 1155, '0868-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115868, 1155, '0869-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115869, 1155, '0869-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115870, 1155, '0869-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115871, 1155, '0869-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115872, 1155, '0869-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115873, 1155, '0869-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115874, 1155, '0869-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115875, 1155, '0869-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115876, 1155, '0869-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115877, 1155, '0869-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115878, 1155, '0869-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115879, 1155, '0869-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115880, 1155, '0870-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115881, 1155, '0870-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115882, 1155, '0870-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115883, 1155, '0870-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115884, 1155, '0870-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115885, 1155, '0870-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115886, 1155, '0870-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115887, 1155, '0870-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115888, 1155, '0870-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115889, 1155, '0870-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115890, 1155, '0870-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115891, 1155, '0870-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115892, 1155, '0871-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115893, 1155, '0871-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115894, 1155, '0871-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115895, 1155, '0871-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115896, 1155, '0871-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115897, 1155, '0871-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115898, 1155, '0871-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115899, 1155, '0871-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115900, 1155, '0871-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115901, 1155, '0871-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115902, 1155, '0871-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115903, 1155, '0871-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115904, 1155, '0872-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115905, 1155, '0872-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115906, 1155, '0872-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115907, 1155, '0872-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115908, 1155, '0872-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115909, 1155, '0872-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115910, 1155, '0872-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115911, 1155, '0872-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115912, 1155, '0872-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115913, 1155, '0872-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115914, 1155, '0872-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115915, 1155, '0872-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115916, 1155, '0873-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115917, 1155, '0873-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115918, 1155, '0873-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115919, 1155, '0873-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115920, 1155, '0873-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115921, 1155, '0873-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115922, 1155, '0873-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115923, 1155, '0873-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115924, 1155, '0873-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115925, 1155, '0873-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115926, 1155, '0873-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115927, 1155, '0873-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115928, 1155, '0874-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115929, 1155, '0874-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115930, 1155, '0874-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115931, 1155, '0874-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115932, 1155, '0874-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115933, 1155, '0874-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115934, 1155, '0874-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115935, 1155, '0874-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115936, 1155, '0874-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115937, 1155, '0874-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115938, 1155, '0874-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115939, 1155, '0874-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115940, 1155, '0875-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115941, 1155, '0875-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115942, 1155, '0875-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115943, 1155, '0875-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115944, 1155, '0875-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115945, 1155, '0875-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115946, 1155, '0875-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115947, 1155, '0875-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115948, 1155, '0875-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115949, 1155, '0875-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115950, 1155, '0875-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115951, 1155, '0875-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115952, 1155, '0876-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115953, 1155, '0876-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115954, 1155, '0876-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115955, 1155, '0876-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115956, 1155, '0876-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115957, 1155, '0876-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115958, 1155, '0876-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115959, 1155, '0876-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115960, 1155, '0876-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115961, 1155, '0876-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115962, 1155, '0876-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115963, 1155, '0876-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115964, 1155, '0877-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115965, 1155, '0877-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115966, 1155, '0877-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115967, 1155, '0877-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115968, 1155, '0877-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115969, 1155, '0877-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115970, 1155, '0877-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115971, 1155, '0877-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115972, 1155, '0877-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115973, 1155, '0877-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115974, 1155, '0877-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115975, 1155, '0877-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115976, 1155, '0878-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115977, 1155, '0878-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115978, 1155, '0878-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115979, 1155, '0878-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115980, 1155, '0878-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115981, 1155, '0878-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115982, 1155, '0878-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115983, 1155, '0878-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115984, 1155, '0878-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115985, 1155, '0878-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115986, 1155, '0878-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115987, 1155, '0878-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115988, 1155, '0879-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115989, 1155, '0879-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115990, 1155, '0879-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115991, 1155, '0879-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115992, 1155, '0879-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115993, 1155, '0879-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115994, 1155, '0879-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115995, 1155, '0879-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115996, 1155, '0879-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115997, 1155, '0879-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115998, 1155, '0879-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(115999, 1155, '0879-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(116000, 1155, '0880-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(116001, 1155, '0880-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(116002, 1155, '0880-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(116003, 1155, '0880-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(116004, 1155, '0880-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(116005, 1155, '0880-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(116006, 1155, '0880-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(116007, 1155, '0880-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(116008, 1155, '0880-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(116009, 1155, '0880-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(116010, 1155, '0880-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(116011, 1155, '0880-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(116012, 1155, '0881-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(116013, 1155, '0881-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(116014, 1155, '0881-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(116015, 1155, '0881-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(116016, 1155, '0881-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:19', '2023-09-12 17:43:19'),
(116017, 1155, '0881-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116018, 1155, '0881-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116019, 1155, '0881-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116020, 1155, '0881-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116021, 1155, '0881-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116022, 1155, '0881-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116023, 1155, '0881-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116024, 1155, '0882-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116025, 1155, '0882-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116026, 1155, '0882-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116027, 1155, '0882-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116028, 1155, '0882-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116029, 1155, '0882-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116030, 1155, '0882-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116031, 1155, '0882-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116032, 1155, '0882-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116033, 1155, '0882-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116034, 1155, '0882-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116035, 1155, '0882-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116036, 1155, '0883-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116037, 1155, '0883-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116038, 1155, '0883-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116039, 1155, '0883-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116040, 1155, '0883-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116041, 1155, '0883-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116042, 1155, '0883-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116043, 1155, '0883-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116044, 1155, '0883-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116045, 1155, '0883-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116046, 1155, '0883-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116047, 1155, '0883-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116048, 1155, '0884-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116049, 1155, '0884-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116050, 1155, '0884-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116051, 1155, '0884-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116052, 1155, '0884-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116053, 1155, '0884-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116054, 1155, '0884-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116055, 1155, '0884-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116056, 1155, '0884-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116057, 1155, '0884-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116058, 1155, '0884-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116059, 1155, '0884-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116060, 1155, '0885-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116061, 1155, '0885-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(116062, 1155, '0885-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116063, 1155, '0885-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116064, 1155, '0885-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116065, 1155, '0885-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116066, 1155, '0885-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116067, 1155, '0885-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116068, 1155, '0885-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116069, 1155, '0885-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116070, 1155, '0885-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116071, 1155, '0885-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116072, 1155, '0886-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116073, 1155, '0886-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116074, 1155, '0886-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116075, 1155, '0886-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116076, 1155, '0886-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116077, 1155, '0886-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116078, 1155, '0886-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116079, 1155, '0886-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116080, 1155, '0886-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116081, 1155, '0886-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116082, 1155, '0886-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116083, 1155, '0886-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116084, 1155, '0887-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116085, 1155, '0887-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116086, 1155, '0887-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116087, 1155, '0887-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116088, 1155, '0887-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116089, 1155, '0887-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116090, 1155, '0887-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116091, 1155, '0887-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116092, 1155, '0887-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116093, 1155, '0887-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116094, 1155, '0887-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116095, 1155, '0887-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116096, 1155, '0888-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116097, 1155, '0888-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116098, 1155, '0888-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116099, 1155, '0888-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116100, 1155, '0888-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116101, 1155, '0888-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116102, 1155, '0888-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116103, 1155, '0888-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116104, 1155, '0888-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116105, 1155, '0888-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116106, 1155, '0888-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116107, 1155, '0888-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116108, 1155, '0889-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116109, 1155, '0889-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116110, 1155, '0889-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116111, 1155, '0889-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116112, 1155, '0889-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116113, 1155, '0889-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116114, 1155, '0889-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116115, 1155, '0889-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116116, 1155, '0889-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116117, 1155, '0889-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116118, 1155, '0889-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116119, 1155, '0889-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116120, 1155, '0890-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116121, 1155, '0890-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116122, 1155, '0890-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116123, 1155, '0890-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116124, 1155, '0890-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116125, 1155, '0890-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116126, 1155, '0890-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116127, 1155, '0890-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116128, 1155, '0890-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116129, 1155, '0890-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116130, 1155, '0890-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116131, 1155, '0890-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116132, 1155, '0891-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116133, 1155, '0891-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116134, 1155, '0891-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116135, 1155, '0891-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116136, 1155, '0891-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116137, 1155, '0891-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116138, 1155, '0891-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116139, 1155, '0891-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116140, 1155, '0891-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116141, 1155, '0891-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116142, 1155, '0891-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116143, 1155, '0891-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116144, 1155, '0892-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116145, 1155, '0892-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116146, 1155, '0892-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116147, 1155, '0892-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116148, 1155, '0892-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116149, 1155, '0892-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116150, 1155, '0892-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116151, 1155, '0892-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116152, 1155, '0892-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116153, 1155, '0892-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116154, 1155, '0892-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116155, 1155, '0892-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116156, 1155, '0893-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116157, 1155, '0893-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116158, 1155, '0893-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116159, 1155, '0893-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116160, 1155, '0893-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116161, 1155, '0893-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116162, 1155, '0893-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116163, 1155, '0893-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116164, 1155, '0893-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116165, 1155, '0893-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116166, 1155, '0893-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116167, 1155, '0893-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116168, 1155, '0894-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116169, 1155, '0894-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116170, 1155, '0894-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116171, 1155, '0894-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116172, 1155, '0894-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116173, 1155, '0894-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116174, 1155, '0894-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116175, 1155, '0894-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116176, 1155, '0894-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116177, 1155, '0894-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116178, 1155, '0894-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116179, 1155, '0894-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116180, 1155, '0895-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116181, 1155, '0895-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116182, 1155, '0895-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116183, 1155, '0895-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116184, 1155, '0895-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116185, 1155, '0895-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116186, 1155, '0895-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116187, 1155, '0895-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116188, 1155, '0895-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116189, 1155, '0895-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116190, 1155, '0895-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116191, 1155, '0895-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116192, 1155, '0896-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116193, 1155, '0896-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116194, 1155, '0896-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116195, 1155, '0896-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116196, 1155, '0896-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116197, 1155, '0896-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116198, 1155, '0896-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116199, 1155, '0896-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116200, 1155, '0896-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116201, 1155, '0896-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116202, 1155, '0896-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116203, 1155, '0896-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116204, 1155, '0897-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116205, 1155, '0897-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116206, 1155, '0897-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116207, 1155, '0897-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116208, 1155, '0897-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116209, 1155, '0897-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116210, 1155, '0897-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116211, 1155, '0897-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116212, 1155, '0897-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116213, 1155, '0897-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116214, 1155, '0897-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116215, 1155, '0897-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116216, 1155, '0898-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116217, 1155, '0898-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116218, 1155, '0898-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116219, 1155, '0898-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116220, 1155, '0898-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116221, 1155, '0898-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116222, 1155, '0898-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116223, 1155, '0898-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116224, 1155, '0898-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116225, 1155, '0898-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116226, 1155, '0898-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116227, 1155, '0898-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116228, 1155, '0899-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116229, 1155, '0899-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116230, 1155, '0899-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116231, 1155, '0899-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116232, 1155, '0899-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116233, 1155, '0899-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116234, 1155, '0899-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116235, 1155, '0899-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116236, 1155, '0899-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116237, 1155, '0899-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116238, 1155, '0899-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116239, 1155, '0899-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116240, 1155, '0900-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116241, 1155, '0900-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116242, 1155, '0900-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116243, 1155, '0900-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116244, 1155, '0900-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116245, 1155, '0900-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116246, 1155, '0900-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116247, 1155, '0900-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116248, 1155, '0900-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116249, 1155, '0900-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116250, 1155, '0900-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116251, 1155, '0900-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116252, 1155, '0901-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116253, 1155, '0901-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116254, 1155, '0901-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116255, 1155, '0901-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116256, 1155, '0901-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116257, 1155, '0901-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116258, 1155, '0901-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116259, 1155, '0901-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116260, 1155, '0901-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116261, 1155, '0901-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116262, 1155, '0901-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116263, 1155, '0901-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116264, 1155, '0902-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116265, 1155, '0902-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116266, 1155, '0902-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116267, 1155, '0902-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116268, 1155, '0902-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116269, 1155, '0902-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116270, 1155, '0902-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116271, 1155, '0902-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116272, 1155, '0902-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116273, 1155, '0902-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116274, 1155, '0902-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116275, 1155, '0902-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116276, 1155, '0903-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116277, 1155, '0903-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116278, 1155, '0903-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116279, 1155, '0903-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116280, 1155, '0903-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116281, 1155, '0903-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116282, 1155, '0903-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116283, 1155, '0903-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116284, 1155, '0903-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116285, 1155, '0903-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116286, 1155, '0903-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116287, 1155, '0903-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116288, 1155, '0904-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116289, 1155, '0904-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116290, 1155, '0904-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116291, 1155, '0904-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116292, 1155, '0904-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116293, 1155, '0904-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116294, 1155, '0904-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116295, 1155, '0904-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116296, 1155, '0904-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116297, 1155, '0904-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116298, 1155, '0904-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116299, 1155, '0904-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116300, 1155, '0905-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116301, 1155, '0905-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116302, 1155, '0905-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116303, 1155, '0905-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116304, 1155, '0905-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116305, 1155, '0905-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116306, 1155, '0905-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116307, 1155, '0905-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116308, 1155, '0905-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116309, 1155, '0905-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116310, 1155, '0905-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116311, 1155, '0905-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116312, 1155, '0906-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116313, 1155, '0906-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116314, 1155, '0906-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116315, 1155, '0906-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116316, 1155, '0906-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116317, 1155, '0906-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116318, 1155, '0906-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116319, 1155, '0906-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116320, 1155, '0906-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116321, 1155, '0906-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116322, 1155, '0906-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116323, 1155, '0906-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116324, 1155, '0907-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116325, 1155, '0907-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116326, 1155, '0907-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116327, 1155, '0907-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116328, 1155, '0907-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116329, 1155, '0907-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116330, 1155, '0907-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116331, 1155, '0907-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116332, 1155, '0907-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116333, 1155, '0907-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116334, 1155, '0907-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116335, 1155, '0907-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116336, 1155, '0908-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116337, 1155, '0908-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116338, 1155, '0908-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116339, 1155, '0908-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116340, 1155, '0908-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116341, 1155, '0908-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116342, 1155, '0908-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116343, 1155, '0908-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116344, 1155, '0908-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116345, 1155, '0908-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116346, 1155, '0908-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116347, 1155, '0908-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116348, 1155, '0909-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116349, 1155, '0909-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116350, 1155, '0909-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116351, 1155, '0909-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116352, 1155, '0909-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116353, 1155, '0909-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116354, 1155, '0909-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116355, 1155, '0909-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116356, 1155, '0909-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116357, 1155, '0909-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116358, 1155, '0909-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116359, 1155, '0909-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116360, 1155, '0910-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116361, 1155, '0910-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116362, 1155, '0910-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116363, 1155, '0910-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116364, 1155, '0910-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116365, 1155, '0910-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116366, 1155, '0910-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116367, 1155, '0910-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116368, 1155, '0910-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116369, 1155, '0910-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116370, 1155, '0910-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116371, 1155, '0910-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116372, 1155, '0911-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116373, 1155, '0911-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116374, 1155, '0911-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116375, 1155, '0911-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116376, 1155, '0911-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116377, 1155, '0911-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116378, 1155, '0911-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116379, 1155, '0911-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116380, 1155, '0911-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116381, 1155, '0911-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116382, 1155, '0911-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116383, 1155, '0911-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116384, 1155, '0912-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116385, 1155, '0912-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116386, 1155, '0912-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116387, 1155, '0912-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116388, 1155, '0912-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116389, 1155, '0912-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116390, 1155, '0912-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116391, 1155, '0912-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116392, 1155, '0912-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116393, 1155, '0912-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116394, 1155, '0912-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116395, 1155, '0912-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116396, 1155, '0913-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116397, 1155, '0913-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116398, 1155, '0913-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116399, 1155, '0913-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116400, 1155, '0913-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116401, 1155, '0913-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116402, 1155, '0913-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116403, 1155, '0913-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116404, 1155, '0913-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116405, 1155, '0913-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116406, 1155, '0913-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116407, 1155, '0913-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116408, 1155, '0914-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116409, 1155, '0914-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116410, 1155, '0914-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116411, 1155, '0914-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116412, 1155, '0914-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116413, 1155, '0914-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116414, 1155, '0914-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116415, 1155, '0914-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116416, 1155, '0914-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116417, 1155, '0914-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116418, 1155, '0914-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116419, 1155, '0914-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116420, 1155, '0915-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116421, 1155, '0915-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116422, 1155, '0915-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116423, 1155, '0915-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116424, 1155, '0915-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116425, 1155, '0915-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116426, 1155, '0915-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:20', '2023-09-12 17:43:20'),
(116427, 1155, '0915-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116428, 1155, '0915-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116429, 1155, '0915-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116430, 1155, '0915-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116431, 1155, '0915-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116432, 1155, '0916-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116433, 1155, '0916-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116434, 1155, '0916-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116435, 1155, '0916-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116436, 1155, '0916-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116437, 1155, '0916-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116438, 1155, '0916-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116439, 1155, '0916-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116440, 1155, '0916-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116441, 1155, '0916-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116442, 1155, '0916-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116443, 1155, '0916-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116444, 1155, '0917-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116445, 1155, '0917-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116446, 1155, '0917-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116447, 1155, '0917-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116448, 1155, '0917-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116449, 1155, '0917-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116450, 1155, '0917-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116451, 1155, '0917-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116452, 1155, '0917-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116453, 1155, '0917-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116454, 1155, '0917-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116455, 1155, '0917-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116456, 1155, '0918-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116457, 1155, '0918-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116458, 1155, '0918-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116459, 1155, '0918-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116460, 1155, '0918-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116461, 1155, '0918-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116462, 1155, '0918-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116463, 1155, '0918-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116464, 1155, '0918-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116465, 1155, '0918-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116466, 1155, '0918-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116467, 1155, '0918-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116468, 1155, '0919-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116469, 1155, '0919-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116470, 1155, '0919-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116471, 1155, '0919-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116472, 1155, '0919-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116473, 1155, '0919-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116474, 1155, '0919-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116475, 1155, '0919-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116476, 1155, '0919-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116477, 1155, '0919-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116478, 1155, '0919-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116479, 1155, '0919-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116480, 1155, '0920-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116481, 1155, '0920-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116482, 1155, '0920-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116483, 1155, '0920-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116484, 1155, '0920-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116485, 1155, '0920-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116486, 1155, '0920-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116487, 1155, '0920-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116488, 1155, '0920-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116489, 1155, '0920-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116490, 1155, '0920-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116491, 1155, '0920-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116492, 1155, '0921-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116493, 1155, '0921-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116494, 1155, '0921-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116495, 1155, '0921-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116496, 1155, '0921-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116497, 1155, '0921-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116498, 1155, '0921-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116499, 1155, '0921-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116500, 1155, '0921-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116501, 1155, '0921-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116502, 1155, '0921-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116503, 1155, '0921-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116504, 1155, '0922-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116505, 1155, '0922-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116506, 1155, '0922-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116507, 1155, '0922-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116508, 1155, '0922-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116509, 1155, '0922-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116510, 1155, '0922-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116511, 1155, '0922-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116512, 1155, '0922-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116513, 1155, '0922-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116514, 1155, '0922-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116515, 1155, '0922-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116516, 1155, '0923-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116517, 1155, '0923-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(116518, 1155, '0923-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116519, 1155, '0923-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116520, 1155, '0923-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116521, 1155, '0923-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116522, 1155, '0923-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116523, 1155, '0923-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116524, 1155, '0923-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116525, 1155, '0923-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116526, 1155, '0923-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116527, 1155, '0923-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116528, 1155, '0924-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116529, 1155, '0924-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116530, 1155, '0924-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116531, 1155, '0924-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116532, 1155, '0924-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116533, 1155, '0924-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116534, 1155, '0924-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116535, 1155, '0924-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116536, 1155, '0924-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116537, 1155, '0924-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116538, 1155, '0924-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116539, 1155, '0924-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116540, 1155, '0925-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116541, 1155, '0925-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116542, 1155, '0925-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116543, 1155, '0925-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116544, 1155, '0925-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116545, 1155, '0925-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116546, 1155, '0925-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116547, 1155, '0925-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116548, 1155, '0925-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116549, 1155, '0925-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116550, 1155, '0925-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116551, 1155, '0925-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116552, 1155, '0926-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116553, 1155, '0926-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116554, 1155, '0926-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116555, 1155, '0926-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116556, 1155, '0926-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116557, 1155, '0926-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116558, 1155, '0926-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116559, 1155, '0926-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116560, 1155, '0926-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116561, 1155, '0926-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116562, 1155, '0926-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116563, 1155, '0926-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116564, 1155, '0927-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116565, 1155, '0927-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116566, 1155, '0927-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116567, 1155, '0927-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116568, 1155, '0927-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116569, 1155, '0927-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116570, 1155, '0927-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116571, 1155, '0927-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116572, 1155, '0927-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116573, 1155, '0927-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116574, 1155, '0927-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116575, 1155, '0927-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116576, 1155, '0928-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116577, 1155, '0928-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116578, 1155, '0928-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116579, 1155, '0928-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116580, 1155, '0928-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116581, 1155, '0928-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116582, 1155, '0928-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116583, 1155, '0928-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116584, 1155, '0928-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116585, 1155, '0928-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116586, 1155, '0928-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116587, 1155, '0928-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116588, 1155, '0929-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116589, 1155, '0929-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116590, 1155, '0929-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116591, 1155, '0929-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116592, 1155, '0929-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116593, 1155, '0929-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116594, 1155, '0929-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116595, 1155, '0929-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116596, 1155, '0929-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116597, 1155, '0929-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116598, 1155, '0929-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116599, 1155, '0929-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116600, 1155, '0930-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116601, 1155, '0930-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116602, 1155, '0930-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116603, 1155, '0930-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116604, 1155, '0930-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116605, 1155, '0930-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116606, 1155, '0930-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116607, 1155, '0930-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116608, 1155, '0930-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116609, 1155, '0930-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116610, 1155, '0930-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116611, 1155, '0930-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116612, 1155, '0931-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116613, 1155, '0931-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116614, 1155, '0931-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116615, 1155, '0931-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116616, 1155, '0931-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116617, 1155, '0931-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116618, 1155, '0931-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116619, 1155, '0931-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116620, 1155, '0931-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116621, 1155, '0931-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116622, 1155, '0931-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116623, 1155, '0931-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116624, 1155, '0932-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116625, 1155, '0932-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116626, 1155, '0932-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116627, 1155, '0932-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116628, 1155, '0932-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116629, 1155, '0932-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116630, 1155, '0932-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116631, 1155, '0932-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116632, 1155, '0932-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116633, 1155, '0932-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116634, 1155, '0932-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116635, 1155, '0932-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116636, 1155, '0933-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116637, 1155, '0933-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116638, 1155, '0933-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116639, 1155, '0933-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116640, 1155, '0933-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116641, 1155, '0933-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116642, 1155, '0933-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116643, 1155, '0933-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116644, 1155, '0933-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116645, 1155, '0933-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116646, 1155, '0933-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116647, 1155, '0933-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116648, 1155, '0934-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116649, 1155, '0934-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116650, 1155, '0934-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116651, 1155, '0934-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116652, 1155, '0934-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116653, 1155, '0934-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116654, 1155, '0934-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116655, 1155, '0934-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116656, 1155, '0934-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116657, 1155, '0934-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116658, 1155, '0934-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116659, 1155, '0934-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116660, 1155, '0935-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116661, 1155, '0935-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116662, 1155, '0935-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116663, 1155, '0935-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116664, 1155, '0935-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116665, 1155, '0935-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116666, 1155, '0935-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116667, 1155, '0935-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116668, 1155, '0935-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116669, 1155, '0935-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116670, 1155, '0935-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116671, 1155, '0935-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116672, 1155, '0936-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116673, 1155, '0936-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116674, 1155, '0936-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116675, 1155, '0936-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116676, 1155, '0936-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116677, 1155, '0936-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116678, 1155, '0936-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116679, 1155, '0936-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116680, 1155, '0936-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116681, 1155, '0936-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116682, 1155, '0936-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116683, 1155, '0936-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116684, 1155, '0937-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116685, 1155, '0937-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116686, 1155, '0937-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116687, 1155, '0937-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116688, 1155, '0937-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116689, 1155, '0937-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116690, 1155, '0937-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116691, 1155, '0937-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116692, 1155, '0937-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116693, 1155, '0937-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116694, 1155, '0937-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116695, 1155, '0937-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116696, 1155, '0938-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116697, 1155, '0938-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116698, 1155, '0938-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116699, 1155, '0938-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116700, 1155, '0938-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116701, 1155, '0938-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116702, 1155, '0938-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116703, 1155, '0938-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116704, 1155, '0938-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116705, 1155, '0938-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116706, 1155, '0938-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116707, 1155, '0938-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116708, 1155, '0939-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116709, 1155, '0939-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116710, 1155, '0939-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116711, 1155, '0939-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116712, 1155, '0939-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116713, 1155, '0939-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116714, 1155, '0939-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116715, 1155, '0939-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116716, 1155, '0939-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116717, 1155, '0939-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116718, 1155, '0939-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116719, 1155, '0939-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116720, 1155, '0940-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116721, 1155, '0940-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116722, 1155, '0940-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116723, 1155, '0940-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116724, 1155, '0940-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116725, 1155, '0940-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116726, 1155, '0940-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116727, 1155, '0940-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116728, 1155, '0940-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116729, 1155, '0940-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116730, 1155, '0940-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116731, 1155, '0940-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116732, 1155, '0941-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116733, 1155, '0941-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116734, 1155, '0941-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116735, 1155, '0941-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116736, 1155, '0941-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116737, 1155, '0941-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116738, 1155, '0941-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116739, 1155, '0941-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116740, 1155, '0941-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116741, 1155, '0941-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116742, 1155, '0941-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116743, 1155, '0941-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116744, 1155, '0942-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116745, 1155, '0942-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116746, 1155, '0942-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116747, 1155, '0942-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116748, 1155, '0942-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116749, 1155, '0942-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116750, 1155, '0942-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116751, 1155, '0942-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116752, 1155, '0942-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116753, 1155, '0942-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116754, 1155, '0942-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116755, 1155, '0942-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116756, 1155, '0943-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116757, 1155, '0943-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116758, 1155, '0943-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116759, 1155, '0943-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116760, 1155, '0943-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116761, 1155, '0943-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116762, 1155, '0943-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116763, 1155, '0943-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116764, 1155, '0943-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116765, 1155, '0943-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116766, 1155, '0943-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116767, 1155, '0943-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116768, 1155, '0944-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116769, 1155, '0944-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116770, 1155, '0944-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116771, 1155, '0944-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116772, 1155, '0944-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116773, 1155, '0944-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116774, 1155, '0944-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116775, 1155, '0944-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116776, 1155, '0944-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116777, 1155, '0944-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116778, 1155, '0944-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116779, 1155, '0944-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116780, 1155, '0945-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116781, 1155, '0945-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116782, 1155, '0945-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116783, 1155, '0945-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116784, 1155, '0945-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116785, 1155, '0945-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116786, 1155, '0945-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116787, 1155, '0945-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116788, 1155, '0945-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116789, 1155, '0945-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116790, 1155, '0945-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116791, 1155, '0945-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116792, 1155, '0946-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116793, 1155, '0946-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116794, 1155, '0946-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116795, 1155, '0946-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116796, 1155, '0946-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116797, 1155, '0946-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116798, 1155, '0946-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:21', '2023-09-12 17:43:21'),
(116799, 1155, '0946-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(116800, 1155, '0946-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(116801, 1155, '0946-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(116802, 1155, '0946-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(116803, 1155, '0946-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(116804, 1155, '0947-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(116805, 1155, '0947-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(116806, 1155, '0947-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(116807, 1155, '0947-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(116808, 1155, '0947-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(116809, 1155, '0947-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(116810, 1155, '0947-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(116811, 1155, '0947-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(116812, 1155, '0947-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(116813, 1155, '0947-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(116814, 1155, '0947-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(116815, 1155, '0947-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(116816, 1155, '0948-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(116817, 1155, '0948-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(116818, 1155, '0948-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(116819, 1155, '0948-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(116820, 1155, '0948-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(116821, 1155, '0948-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(116822, 1155, '0948-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(116823, 1155, '0948-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(116824, 1155, '0948-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(116825, 1155, '0948-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(116826, 1155, '0948-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(116827, 1155, '0948-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(116828, 1155, '0949-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(116829, 1155, '0949-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(116830, 1155, '0949-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(116831, 1155, '0949-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(116832, 1155, '0949-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(116833, 1155, '0949-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(116834, 1155, '0949-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(116835, 1155, '0949-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(116836, 1155, '0949-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(116837, 1155, '0949-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(116838, 1155, '0949-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(116839, 1155, '0949-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(116840, 1155, '0950-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(116841, 1155, '0950-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(116842, 1155, '0950-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(116843, 1155, '0950-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(116844, 1155, '0950-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(116845, 1155, '0950-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(116846, 1155, '0950-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(116847, 1155, '0950-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(116848, 1155, '0950-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(116849, 1155, '0950-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(116850, 1155, '0950-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(116851, 1155, '0950-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(116852, 1155, '0951-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(116853, 1155, '0951-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(116854, 1155, '0951-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(116855, 1155, '0951-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(116856, 1155, '0951-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(116857, 1155, '0951-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(116858, 1155, '0951-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(116859, 1155, '0951-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(116860, 1155, '0951-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(116861, 1155, '0951-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(116862, 1155, '0951-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(116863, 1155, '0951-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(116864, 1155, '0952-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(116865, 1155, '0952-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(116866, 1155, '0952-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(116867, 1155, '0952-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(116868, 1155, '0952-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(116869, 1155, '0952-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(116870, 1155, '0952-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(116871, 1155, '0952-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(116872, 1155, '0952-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(116873, 1155, '0952-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(116874, 1155, '0952-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(116875, 1155, '0952-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(116876, 1155, '0953-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(116877, 1155, '0953-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(116878, 1155, '0953-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(116879, 1155, '0953-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(116880, 1155, '0953-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(116881, 1155, '0953-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(116882, 1155, '0953-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(116883, 1155, '0953-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(116884, 1155, '0953-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(116885, 1155, '0953-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(116886, 1155, '0953-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(116887, 1155, '0953-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(116888, 1155, '0954-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(116889, 1155, '0954-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(116890, 1155, '0954-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(116891, 1155, '0954-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(116892, 1155, '0954-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(116893, 1155, '0954-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(116894, 1155, '0954-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(116895, 1155, '0954-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(116896, 1155, '0954-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(116897, 1155, '0954-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(116898, 1155, '0954-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(116899, 1155, '0954-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(116900, 1155, '0955-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(116901, 1155, '0955-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(116902, 1155, '0955-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(116903, 1155, '0955-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(116904, 1155, '0955-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(116905, 1155, '0955-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(116906, 1155, '0955-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(116907, 1155, '0955-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(116908, 1155, '0955-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(116909, 1155, '0955-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(116910, 1155, '0955-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(116911, 1155, '0955-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(116912, 1155, '0956-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(116913, 1155, '0956-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(116914, 1155, '0956-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(116915, 1155, '0956-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(116916, 1155, '0956-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(116917, 1155, '0956-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(116918, 1155, '0956-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(116919, 1155, '0956-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(116920, 1155, '0956-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(116921, 1155, '0956-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(116922, 1155, '0956-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(116923, 1155, '0956-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(116924, 1155, '0957-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(116925, 1155, '0957-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(116926, 1155, '0957-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(116927, 1155, '0957-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(116928, 1155, '0957-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(116929, 1155, '0957-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(116930, 1155, '0957-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(116931, 1155, '0957-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(116932, 1155, '0957-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(116933, 1155, '0957-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(116934, 1155, '0957-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(116935, 1155, '0957-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(116936, 1155, '0958-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(116937, 1155, '0958-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(116938, 1155, '0958-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(116939, 1155, '0958-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(116940, 1155, '0958-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(116941, 1155, '0958-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(116942, 1155, '0958-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(116943, 1155, '0958-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(116944, 1155, '0958-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(116945, 1155, '0958-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(116946, 1155, '0958-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(116947, 1155, '0958-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(116948, 1155, '0959-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(116949, 1155, '0959-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(116950, 1155, '0959-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(116951, 1155, '0959-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(116952, 1155, '0959-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(116953, 1155, '0959-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(116954, 1155, '0959-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(116955, 1155, '0959-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(116956, 1155, '0959-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(116957, 1155, '0959-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(116958, 1155, '0959-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(116959, 1155, '0959-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(116960, 1155, '0960-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(116961, 1155, '0960-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(116962, 1155, '0960-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(116963, 1155, '0960-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(116964, 1155, '0960-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(116965, 1155, '0960-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(116966, 1155, '0960-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(116967, 1155, '0960-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(116968, 1155, '0960-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(116969, 1155, '0960-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(116970, 1155, '0960-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(116971, 1155, '0960-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(116972, 1155, '0961-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(116973, 1155, '0961-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(116974, 1155, '0961-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(116975, 1155, '0961-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(116976, 1155, '0961-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(116977, 1155, '0961-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(116978, 1155, '0961-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(116979, 1155, '0961-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(116980, 1155, '0961-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(116981, 1155, '0961-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(116982, 1155, '0961-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(116983, 1155, '0961-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(116984, 1155, '0962-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(116985, 1155, '0962-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(116986, 1155, '0962-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(116987, 1155, '0962-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(116988, 1155, '0962-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(116989, 1155, '0962-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(116990, 1155, '0962-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(116991, 1155, '0962-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(116992, 1155, '0962-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(116993, 1155, '0962-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(116994, 1155, '0962-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(116995, 1155, '0962-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(116996, 1155, '0963-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(116997, 1155, '0963-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(116998, 1155, '0963-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(116999, 1155, '0963-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(117000, 1155, '0963-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(117001, 1155, '0963-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(117002, 1155, '0963-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(117003, 1155, '0963-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(117004, 1155, '0963-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(117005, 1155, '0963-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(117006, 1155, '0963-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(117007, 1155, '0963-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(117008, 1155, '0964-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(117009, 1155, '0964-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(117010, 1155, '0964-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(117011, 1155, '0964-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(117012, 1155, '0964-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(117013, 1155, '0964-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(117014, 1155, '0964-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(117015, 1155, '0964-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(117016, 1155, '0964-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(117017, 1155, '0964-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(117018, 1155, '0964-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(117019, 1155, '0964-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(117020, 1155, '0965-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(117021, 1155, '0965-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(117022, 1155, '0965-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(117023, 1155, '0965-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(117024, 1155, '0965-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(117025, 1155, '0965-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(117026, 1155, '0965-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(117027, 1155, '0965-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(117028, 1155, '0965-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(117029, 1155, '0965-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(117030, 1155, '0965-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(117031, 1155, '0965-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(117032, 1155, '0966-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(117033, 1155, '0966-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(117034, 1155, '0966-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(117035, 1155, '0966-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(117036, 1155, '0966-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(117037, 1155, '0966-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(117038, 1155, '0966-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(117039, 1155, '0966-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(117040, 1155, '0966-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(117041, 1155, '0966-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(117042, 1155, '0966-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(117043, 1155, '0966-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(117044, 1155, '0967-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(117045, 1155, '0967-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(117046, 1155, '0967-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(117047, 1155, '0967-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(117048, 1155, '0967-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(117049, 1155, '0967-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(117050, 1155, '0967-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(117051, 1155, '0967-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(117052, 1155, '0967-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(117053, 1155, '0967-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(117054, 1155, '0967-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(117055, 1155, '0967-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(117056, 1155, '0968-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(117057, 1155, '0968-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(117058, 1155, '0968-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(117059, 1155, '0968-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(117060, 1155, '0968-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(117061, 1155, '0968-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(117062, 1155, '0968-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(117063, 1155, '0968-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(117064, 1155, '0968-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(117065, 1155, '0968-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(117066, 1155, '0968-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(117067, 1155, '0968-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(117068, 1155, '0969-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(117069, 1155, '0969-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(117070, 1155, '0969-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(117071, 1155, '0969-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(117072, 1155, '0969-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(117073, 1155, '0969-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(117074, 1155, '0969-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(117075, 1155, '0969-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(117076, 1155, '0969-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(117077, 1155, '0969-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(117078, 1155, '0969-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(117079, 1155, '0969-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(117080, 1155, '0970-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(117081, 1155, '0970-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(117082, 1155, '0970-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(117083, 1155, '0970-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(117084, 1155, '0970-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(117085, 1155, '0970-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(117086, 1155, '0970-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(117087, 1155, '0970-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(117088, 1155, '0970-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(117089, 1155, '0970-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(117090, 1155, '0970-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(117091, 1155, '0970-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(117092, 1155, '0971-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(117093, 1155, '0971-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(117094, 1155, '0971-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(117095, 1155, '0971-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(117096, 1155, '0971-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(117097, 1155, '0971-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(117098, 1155, '0971-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(117099, 1155, '0971-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(117100, 1155, '0971-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(117101, 1155, '0971-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(117102, 1155, '0971-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(117103, 1155, '0971-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(117104, 1155, '0972-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(117105, 1155, '0972-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(117106, 1155, '0972-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(117107, 1155, '0972-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(117108, 1155, '0972-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(117109, 1155, '0972-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(117110, 1155, '0972-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(117111, 1155, '0972-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(117112, 1155, '0972-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(117113, 1155, '0972-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(117114, 1155, '0972-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(117115, 1155, '0972-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(117116, 1155, '0973-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(117117, 1155, '0973-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(117118, 1155, '0973-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(117119, 1155, '0973-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(117120, 1155, '0973-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(117121, 1155, '0973-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(117122, 1155, '0973-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(117123, 1155, '0973-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(117124, 1155, '0973-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(117125, 1155, '0973-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(117126, 1155, '0973-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(117127, 1155, '0973-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(117128, 1155, '0974-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(117129, 1155, '0974-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(117130, 1155, '0974-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(117131, 1155, '0974-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(117132, 1155, '0974-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(117133, 1155, '0974-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(117134, 1155, '0974-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(117135, 1155, '0974-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(117136, 1155, '0974-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(117137, 1155, '0974-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(117138, 1155, '0974-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(117139, 1155, '0974-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(117140, 1155, '0975-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(117141, 1155, '0975-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(117142, 1155, '0975-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(117143, 1155, '0975-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(117144, 1155, '0975-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(117145, 1155, '0975-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(117146, 1155, '0975-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(117147, 1155, '0975-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(117148, 1155, '0975-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(117149, 1155, '0975-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(117150, 1155, '0975-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(117151, 1155, '0975-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(117152, 1155, '0976-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(117153, 1155, '0976-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(117154, 1155, '0976-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(117155, 1155, '0976-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(117156, 1155, '0976-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(117157, 1155, '0976-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(117158, 1155, '0976-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(117159, 1155, '0976-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(117160, 1155, '0976-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(117161, 1155, '0976-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(117162, 1155, '0976-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(117163, 1155, '0976-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(117164, 1155, '0977-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(117165, 1155, '0977-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(117166, 1155, '0977-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(117167, 1155, '0977-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(117168, 1155, '0977-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(117169, 1155, '0977-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(117170, 1155, '0977-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(117171, 1155, '0977-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(117172, 1155, '0977-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(117173, 1155, '0977-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(117174, 1155, '0977-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(117175, 1155, '0977-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(117176, 1155, '0978-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(117177, 1155, '0978-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(117178, 1155, '0978-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(117179, 1155, '0978-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(117180, 1155, '0978-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(117181, 1155, '0978-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(117182, 1155, '0978-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(117183, 1155, '0978-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(117184, 1155, '0978-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(117185, 1155, '0978-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(117186, 1155, '0978-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(117187, 1155, '0978-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(117188, 1155, '0979-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(117189, 1155, '0979-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(117190, 1155, '0979-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(117191, 1155, '0979-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:22', '2023-09-12 17:43:22'),
(117192, 1155, '0979-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117193, 1155, '0979-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117194, 1155, '0979-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117195, 1155, '0979-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117196, 1155, '0979-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117197, 1155, '0979-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117198, 1155, '0979-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117199, 1155, '0979-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117200, 1155, '0980-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117201, 1155, '0980-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117202, 1155, '0980-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117203, 1155, '0980-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117204, 1155, '0980-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117205, 1155, '0980-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117206, 1155, '0980-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117207, 1155, '0980-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117208, 1155, '0980-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117209, 1155, '0980-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117210, 1155, '0980-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117211, 1155, '0980-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117212, 1155, '0981-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117213, 1155, '0981-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117214, 1155, '0981-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117215, 1155, '0981-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117216, 1155, '0981-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117217, 1155, '0981-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117218, 1155, '0981-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117219, 1155, '0981-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117220, 1155, '0981-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117221, 1155, '0981-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117222, 1155, '0981-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117223, 1155, '0981-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117224, 1155, '0982-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117225, 1155, '0982-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117226, 1155, '0982-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117227, 1155, '0982-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117228, 1155, '0982-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117229, 1155, '0982-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117230, 1155, '0982-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117231, 1155, '0982-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117232, 1155, '0982-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117233, 1155, '0982-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117234, 1155, '0982-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117235, 1155, '0982-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117236, 1155, '0983-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117237, 1155, '0983-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117238, 1155, '0983-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117239, 1155, '0983-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117240, 1155, '0983-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117241, 1155, '0983-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117242, 1155, '0983-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117243, 1155, '0983-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117244, 1155, '0983-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117245, 1155, '0983-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117246, 1155, '0983-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117247, 1155, '0983-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117248, 1155, '0984-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117249, 1155, '0984-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117250, 1155, '0984-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117251, 1155, '0984-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117252, 1155, '0984-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117253, 1155, '0984-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117254, 1155, '0984-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117255, 1155, '0984-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117256, 1155, '0984-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117257, 1155, '0984-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117258, 1155, '0984-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117259, 1155, '0984-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117260, 1155, '0985-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117261, 1155, '0985-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117262, 1155, '0985-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117263, 1155, '0985-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117264, 1155, '0985-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117265, 1155, '0985-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117266, 1155, '0985-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117267, 1155, '0985-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117268, 1155, '0985-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117269, 1155, '0985-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117270, 1155, '0985-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117271, 1155, '0985-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117272, 1155, '0986-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117273, 1155, '0986-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117274, 1155, '0986-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117275, 1155, '0986-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117276, 1155, '0986-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117277, 1155, '0986-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117278, 1155, '0986-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117279, 1155, '0986-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117280, 1155, '0986-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117281, 1155, '0986-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117282, 1155, '0986-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117283, 1155, '0986-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117284, 1155, '0987-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117285, 1155, '0987-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117286, 1155, '0987-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117287, 1155, '0987-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117288, 1155, '0987-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117289, 1155, '0987-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117290, 1155, '0987-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117291, 1155, '0987-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117292, 1155, '0987-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117293, 1155, '0987-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117294, 1155, '0987-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117295, 1155, '0987-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117296, 1155, '0988-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117297, 1155, '0988-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117298, 1155, '0988-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117299, 1155, '0988-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117300, 1155, '0988-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117301, 1155, '0988-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117302, 1155, '0988-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117303, 1155, '0988-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117304, 1155, '0988-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117305, 1155, '0988-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117306, 1155, '0988-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117307, 1155, '0988-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117308, 1155, '0989-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117309, 1155, '0989-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117310, 1155, '0989-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117311, 1155, '0989-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117312, 1155, '0989-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117313, 1155, '0989-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117314, 1155, '0989-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117315, 1155, '0989-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117316, 1155, '0989-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117317, 1155, '0989-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117318, 1155, '0989-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117319, 1155, '0989-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117320, 1155, '0990-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117321, 1155, '0990-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117322, 1155, '0990-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117323, 1155, '0990-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117324, 1155, '0990-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117325, 1155, '0990-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117326, 1155, '0990-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117327, 1155, '0990-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117328, 1155, '0990-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117329, 1155, '0990-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117330, 1155, '0990-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117331, 1155, '0990-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117332, 1155, '0991-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117333, 1155, '0991-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117334, 1155, '0991-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117335, 1155, '0991-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117336, 1155, '0991-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117337, 1155, '0991-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117338, 1155, '0991-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117339, 1155, '0991-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117340, 1155, '0991-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117341, 1155, '0991-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117342, 1155, '0991-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117343, 1155, '0991-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117344, 1155, '0992-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117345, 1155, '0992-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117346, 1155, '0992-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117347, 1155, '0992-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117348, 1155, '0992-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117349, 1155, '0992-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117350, 1155, '0992-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117351, 1155, '0992-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117352, 1155, '0992-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117353, 1155, '0992-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117354, 1155, '0992-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117355, 1155, '0992-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117356, 1155, '0993-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117357, 1155, '0993-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117358, 1155, '0993-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117359, 1155, '0993-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117360, 1155, '0993-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117361, 1155, '0993-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117362, 1155, '0993-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117363, 1155, '0993-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117364, 1155, '0993-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117365, 1155, '0993-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117366, 1155, '0993-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117367, 1155, '0993-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117368, 1155, '0994-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117369, 1155, '0994-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117370, 1155, '0994-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117371, 1155, '0994-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117372, 1155, '0994-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117373, 1155, '0994-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117374, 1155, '0994-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117375, 1155, '0994-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117376, 1155, '0994-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117377, 1155, '0994-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117378, 1155, '0994-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117379, 1155, '0994-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117380, 1155, '0995-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117381, 1155, '0995-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117382, 1155, '0995-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117383, 1155, '0995-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117384, 1155, '0995-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117385, 1155, '0995-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117386, 1155, '0995-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117387, 1155, '0995-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117388, 1155, '0995-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117389, 1155, '0995-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117390, 1155, '0995-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117391, 1155, '0995-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117392, 1155, '0996-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117393, 1155, '0996-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117394, 1155, '0996-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117395, 1155, '0996-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117396, 1155, '0996-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117397, 1155, '0996-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117398, 1155, '0996-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117399, 1155, '0996-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117400, 1155, '0996-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117401, 1155, '0996-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117402, 1155, '0996-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117403, 1155, '0996-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117404, 1155, '0997-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117405, 1155, '0997-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117406, 1155, '0997-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117407, 1155, '0997-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117408, 1155, '0997-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117409, 1155, '0997-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117410, 1155, '0997-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117411, 1155, '0997-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117412, 1155, '0997-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117413, 1155, '0997-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117414, 1155, '0997-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117415, 1155, '0997-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117416, 1155, '0998-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117417, 1155, '0998-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117418, 1155, '0998-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117419, 1155, '0998-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117420, 1155, '0998-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117421, 1155, '0998-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117422, 1155, '0998-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117423, 1155, '0998-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117424, 1155, '0998-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117425, 1155, '0998-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117426, 1155, '0998-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117427, 1155, '0998-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117428, 1155, '0999-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117429, 1155, '0999-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(117430, 1155, '0999-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117431, 1155, '0999-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117432, 1155, '0999-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117433, 1155, '0999-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117434, 1155, '0999-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117435, 1155, '0999-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117436, 1155, '0999-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117437, 1155, '0999-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117438, 1155, '0999-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117439, 1155, '0999-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117440, 1155, '1000-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117441, 1155, '1000-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117442, 1155, '1000-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117443, 1155, '1000-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117444, 1155, '1000-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117445, 1155, '1000-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117446, 1155, '1000-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117447, 1155, '1000-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117448, 1155, '1000-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117449, 1155, '1000-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117450, 1155, '1000-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117451, 1155, '1000-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117452, 1155, '1001-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117453, 1155, '1001-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117454, 1155, '1001-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117455, 1155, '1001-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117456, 1155, '1001-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117457, 1155, '1001-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117458, 1155, '1001-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117459, 1155, '1001-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117460, 1155, '1001-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117461, 1155, '1001-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117462, 1155, '1001-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117463, 1155, '1001-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117464, 1155, '1002-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117465, 1155, '1002-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117466, 1155, '1002-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117467, 1155, '1002-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117468, 1155, '1002-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117469, 1155, '1002-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117470, 1155, '1002-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117471, 1155, '1002-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117472, 1155, '1002-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117473, 1155, '1002-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117474, 1155, '1002-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117475, 1155, '1002-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117476, 1155, '1003-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117477, 1155, '1003-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117478, 1155, '1003-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117479, 1155, '1003-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117480, 1155, '1003-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117481, 1155, '1003-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117482, 1155, '1003-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117483, 1155, '1003-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117484, 1155, '1003-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117485, 1155, '1003-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117486, 1155, '1003-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117487, 1155, '1003-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117488, 1155, '1004-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117489, 1155, '1004-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117490, 1155, '1004-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117491, 1155, '1004-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117492, 1155, '1004-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117493, 1155, '1004-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117494, 1155, '1004-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117495, 1155, '1004-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117496, 1155, '1004-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117497, 1155, '1004-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117498, 1155, '1004-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117499, 1155, '1004-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117500, 1155, '1005-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117501, 1155, '1005-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117502, 1155, '1005-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117503, 1155, '1005-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117504, 1155, '1005-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117505, 1155, '1005-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117506, 1155, '1005-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117507, 1155, '1005-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117508, 1155, '1005-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117509, 1155, '1005-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117510, 1155, '1005-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117511, 1155, '1005-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117512, 1155, '1006-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117513, 1155, '1006-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117514, 1155, '1006-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117515, 1155, '1006-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117516, 1155, '1006-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117517, 1155, '1006-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117518, 1155, '1006-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117519, 1155, '1006-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117520, 1155, '1006-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117521, 1155, '1006-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117522, 1155, '1006-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117523, 1155, '1006-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117524, 1155, '1007-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117525, 1155, '1007-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117526, 1155, '1007-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117527, 1155, '1007-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117528, 1155, '1007-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117529, 1155, '1007-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117530, 1155, '1007-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117531, 1155, '1007-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117532, 1155, '1007-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117533, 1155, '1007-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117534, 1155, '1007-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117535, 1155, '1007-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117536, 1155, '1008-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117537, 1155, '1008-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117538, 1155, '1008-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117539, 1155, '1008-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117540, 1155, '1008-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117541, 1155, '1008-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117542, 1155, '1008-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117543, 1155, '1008-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117544, 1155, '1008-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117545, 1155, '1008-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117546, 1155, '1008-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117547, 1155, '1008-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117548, 1155, '1009-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117549, 1155, '1009-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117550, 1155, '1009-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117551, 1155, '1009-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117552, 1155, '1009-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117553, 1155, '1009-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117554, 1155, '1009-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117555, 1155, '1009-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117556, 1155, '1009-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117557, 1155, '1009-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117558, 1155, '1009-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117559, 1155, '1009-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117560, 1155, '1010-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117561, 1155, '1010-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117562, 1155, '1010-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117563, 1155, '1010-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117564, 1155, '1010-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117565, 1155, '1010-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117566, 1155, '1010-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117567, 1155, '1010-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117568, 1155, '1010-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117569, 1155, '1010-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117570, 1155, '1010-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117571, 1155, '1010-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117572, 1155, '1011-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117573, 1155, '1011-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117574, 1155, '1011-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117575, 1155, '1011-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117576, 1155, '1011-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117577, 1155, '1011-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117578, 1155, '1011-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117579, 1155, '1011-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117580, 1155, '1011-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117581, 1155, '1011-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117582, 1155, '1011-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117583, 1155, '1011-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117584, 1155, '1012-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117585, 1155, '1012-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117586, 1155, '1012-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117587, 1155, '1012-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117588, 1155, '1012-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117589, 1155, '1012-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117590, 1155, '1012-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117591, 1155, '1012-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117592, 1155, '1012-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117593, 1155, '1012-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117594, 1155, '1012-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117595, 1155, '1012-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117596, 1155, '1013-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117597, 1155, '1013-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:23', '2023-09-12 17:43:23'),
(117598, 1155, '1013-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117599, 1155, '1013-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117600, 1155, '1013-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117601, 1155, '1013-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117602, 1155, '1013-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117603, 1155, '1013-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117604, 1155, '1013-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117605, 1155, '1013-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117606, 1155, '1013-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117607, 1155, '1013-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117608, 1155, '1014-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117609, 1155, '1014-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117610, 1155, '1014-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117611, 1155, '1014-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117612, 1155, '1014-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117613, 1155, '1014-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117614, 1155, '1014-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117615, 1155, '1014-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117616, 1155, '1014-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117617, 1155, '1014-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117618, 1155, '1014-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117619, 1155, '1014-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117620, 1155, '1015-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117621, 1155, '1015-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117622, 1155, '1015-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117623, 1155, '1015-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117624, 1155, '1015-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117625, 1155, '1015-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117626, 1155, '1015-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117627, 1155, '1015-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117628, 1155, '1015-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117629, 1155, '1015-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117630, 1155, '1015-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117631, 1155, '1015-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117632, 1155, '1016-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117633, 1155, '1016-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117634, 1155, '1016-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117635, 1155, '1016-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117636, 1155, '1016-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117637, 1155, '1016-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117638, 1155, '1016-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117639, 1155, '1016-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117640, 1155, '1016-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117641, 1155, '1016-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117642, 1155, '1016-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117643, 1155, '1016-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117644, 1155, '1017-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117645, 1155, '1017-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117646, 1155, '1017-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117647, 1155, '1017-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117648, 1155, '1017-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117649, 1155, '1017-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117650, 1155, '1017-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117651, 1155, '1017-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117652, 1155, '1017-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117653, 1155, '1017-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117654, 1155, '1017-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117655, 1155, '1017-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117656, 1155, '1018-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117657, 1155, '1018-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117658, 1155, '1018-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117659, 1155, '1018-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117660, 1155, '1018-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117661, 1155, '1018-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117662, 1155, '1018-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117663, 1155, '1018-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117664, 1155, '1018-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117665, 1155, '1018-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117666, 1155, '1018-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117667, 1155, '1018-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117668, 1155, '1019-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117669, 1155, '1019-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117670, 1155, '1019-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117671, 1155, '1019-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117672, 1155, '1019-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117673, 1155, '1019-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117674, 1155, '1019-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117675, 1155, '1019-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117676, 1155, '1019-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117677, 1155, '1019-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117678, 1155, '1019-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117679, 1155, '1019-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117680, 1155, '1020-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117681, 1155, '1020-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117682, 1155, '1020-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117683, 1155, '1020-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117684, 1155, '1020-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117685, 1155, '1020-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117686, 1155, '1020-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117687, 1155, '1020-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117688, 1155, '1020-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117689, 1155, '1020-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117690, 1155, '1020-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117691, 1155, '1020-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117692, 1155, '1021-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117693, 1155, '1021-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117694, 1155, '1021-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117695, 1155, '1021-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117696, 1155, '1021-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117697, 1155, '1021-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117698, 1155, '1021-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117699, 1155, '1021-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117700, 1155, '1021-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117701, 1155, '1021-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117702, 1155, '1021-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117703, 1155, '1021-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117704, 1155, '1022-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117705, 1155, '1022-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117706, 1155, '1022-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117707, 1155, '1022-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117708, 1155, '1022-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117709, 1155, '1022-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117710, 1155, '1022-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117711, 1155, '1022-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117712, 1155, '1022-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117713, 1155, '1022-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117714, 1155, '1022-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117715, 1155, '1022-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117716, 1155, '1023-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117717, 1155, '1023-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117718, 1155, '1023-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117719, 1155, '1023-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117720, 1155, '1023-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117721, 1155, '1023-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117722, 1155, '1023-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117723, 1155, '1023-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117724, 1155, '1023-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117725, 1155, '1023-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117726, 1155, '1023-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117727, 1155, '1023-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117728, 1155, '1024-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117729, 1155, '1024-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117730, 1155, '1024-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117731, 1155, '1024-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117732, 1155, '1024-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117733, 1155, '1024-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117734, 1155, '1024-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117735, 1155, '1024-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117736, 1155, '1024-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117737, 1155, '1024-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117738, 1155, '1024-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117739, 1155, '1024-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117740, 1155, '1025-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117741, 1155, '1025-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117742, 1155, '1025-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117743, 1155, '1025-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117744, 1155, '1025-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117745, 1155, '1025-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117746, 1155, '1025-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117747, 1155, '1025-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117748, 1155, '1025-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117749, 1155, '1025-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117750, 1155, '1025-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117751, 1155, '1025-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117752, 1155, '1026-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117753, 1155, '1026-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117754, 1155, '1026-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117755, 1155, '1026-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117756, 1155, '1026-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117757, 1155, '1026-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117758, 1155, '1026-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117759, 1155, '1026-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117760, 1155, '1026-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117761, 1155, '1026-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117762, 1155, '1026-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117763, 1155, '1026-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117764, 1155, '1027-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117765, 1155, '1027-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117766, 1155, '1027-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117767, 1155, '1027-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117768, 1155, '1027-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117769, 1155, '1027-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117770, 1155, '1027-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117771, 1155, '1027-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117772, 1155, '1027-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117773, 1155, '1027-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117774, 1155, '1027-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117775, 1155, '1027-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117776, 1155, '1028-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117777, 1155, '1028-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117778, 1155, '1028-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117779, 1155, '1028-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117780, 1155, '1028-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117781, 1155, '1028-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117782, 1155, '1028-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117783, 1155, '1028-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117784, 1155, '1028-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117785, 1155, '1028-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117786, 1155, '1028-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117787, 1155, '1028-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117788, 1155, '1029-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117789, 1155, '1029-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117790, 1155, '1029-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117791, 1155, '1029-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117792, 1155, '1029-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117793, 1155, '1029-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117794, 1155, '1029-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117795, 1155, '1029-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117796, 1155, '1029-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117797, 1155, '1029-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117798, 1155, '1029-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117799, 1155, '1029-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117800, 1155, '1030-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117801, 1155, '1030-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117802, 1155, '1030-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117803, 1155, '1030-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117804, 1155, '1030-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117805, 1155, '1030-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117806, 1155, '1030-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117807, 1155, '1030-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117808, 1155, '1030-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117809, 1155, '1030-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117810, 1155, '1030-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117811, 1155, '1030-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117812, 1155, '1031-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117813, 1155, '1031-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117814, 1155, '1031-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117815, 1155, '1031-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117816, 1155, '1031-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117817, 1155, '1031-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117818, 1155, '1031-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117819, 1155, '1031-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117820, 1155, '1031-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117821, 1155, '1031-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117822, 1155, '1031-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117823, 1155, '1031-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117824, 1155, '1032-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117825, 1155, '1032-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117826, 1155, '1032-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117827, 1155, '1032-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117828, 1155, '1032-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117829, 1155, '1032-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117830, 1155, '1032-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117831, 1155, '1032-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117832, 1155, '1032-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117833, 1155, '1032-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117834, 1155, '1032-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117835, 1155, '1032-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117836, 1155, '1033-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117837, 1155, '1033-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117838, 1155, '1033-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117839, 1155, '1033-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117840, 1155, '1033-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117841, 1155, '1033-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117842, 1155, '1033-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117843, 1155, '1033-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117844, 1155, '1033-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117845, 1155, '1033-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117846, 1155, '1033-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117847, 1155, '1033-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117848, 1155, '1034-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117849, 1155, '1034-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117850, 1155, '1034-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117851, 1155, '1034-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117852, 1155, '1034-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117853, 1155, '1034-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117854, 1155, '1034-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117855, 1155, '1034-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117856, 1155, '1034-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117857, 1155, '1034-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117858, 1155, '1034-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117859, 1155, '1034-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117860, 1155, '1035-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117861, 1155, '1035-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117862, 1155, '1035-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117863, 1155, '1035-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117864, 1155, '1035-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117865, 1155, '1035-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117866, 1155, '1035-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117867, 1155, '1035-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117868, 1155, '1035-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117869, 1155, '1035-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117870, 1155, '1035-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117871, 1155, '1035-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117872, 1155, '1036-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117873, 1155, '1036-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117874, 1155, '1036-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117875, 1155, '1036-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117876, 1155, '1036-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117877, 1155, '1036-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117878, 1155, '1036-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117879, 1155, '1036-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117880, 1155, '1036-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117881, 1155, '1036-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117882, 1155, '1036-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117883, 1155, '1036-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117884, 1155, '1037-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117885, 1155, '1037-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(117886, 1155, '1037-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117887, 1155, '1037-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117888, 1155, '1037-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117889, 1155, '1037-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117890, 1155, '1037-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117891, 1155, '1037-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117892, 1155, '1037-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117893, 1155, '1037-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117894, 1155, '1037-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117895, 1155, '1037-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117896, 1155, '1038-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117897, 1155, '1038-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117898, 1155, '1038-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117899, 1155, '1038-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117900, 1155, '1038-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117901, 1155, '1038-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117902, 1155, '1038-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117903, 1155, '1038-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117904, 1155, '1038-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117905, 1155, '1038-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117906, 1155, '1038-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117907, 1155, '1038-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117908, 1155, '1039-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117909, 1155, '1039-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117910, 1155, '1039-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117911, 1155, '1039-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117912, 1155, '1039-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117913, 1155, '1039-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117914, 1155, '1039-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117915, 1155, '1039-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117916, 1155, '1039-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117917, 1155, '1039-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117918, 1155, '1039-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117919, 1155, '1039-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117920, 1155, '1040-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117921, 1155, '1040-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117922, 1155, '1040-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117923, 1155, '1040-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117924, 1155, '1040-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117925, 1155, '1040-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117926, 1155, '1040-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117927, 1155, '1040-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117928, 1155, '1040-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117929, 1155, '1040-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117930, 1155, '1040-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117931, 1155, '1040-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117932, 1155, '1041-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117933, 1155, '1041-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117934, 1155, '1041-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117935, 1155, '1041-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117936, 1155, '1041-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117937, 1155, '1041-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:24', '2023-09-12 17:43:24'),
(117938, 1155, '1041-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(117939, 1155, '1041-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(117940, 1155, '1041-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(117941, 1155, '1041-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(117942, 1155, '1041-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(117943, 1155, '1041-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(117944, 1155, '1042-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(117945, 1155, '1042-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(117946, 1155, '1042-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(117947, 1155, '1042-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(117948, 1155, '1042-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(117949, 1155, '1042-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(117950, 1155, '1042-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(117951, 1155, '1042-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(117952, 1155, '1042-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(117953, 1155, '1042-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(117954, 1155, '1042-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(117955, 1155, '1042-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(117956, 1155, '1043-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(117957, 1155, '1043-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(117958, 1155, '1043-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(117959, 1155, '1043-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(117960, 1155, '1043-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(117961, 1155, '1043-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(117962, 1155, '1043-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(117963, 1155, '1043-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(117964, 1155, '1043-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(117965, 1155, '1043-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(117966, 1155, '1043-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(117967, 1155, '1043-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(117968, 1155, '1044-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(117969, 1155, '1044-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(117970, 1155, '1044-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(117971, 1155, '1044-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(117972, 1155, '1044-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(117973, 1155, '1044-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(117974, 1155, '1044-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(117975, 1155, '1044-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(117976, 1155, '1044-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(117977, 1155, '1044-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(117978, 1155, '1044-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(117979, 1155, '1044-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(117980, 1155, '1045-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(117981, 1155, '1045-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(117982, 1155, '1045-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(117983, 1155, '1045-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(117984, 1155, '1045-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(117985, 1155, '1045-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(117986, 1155, '1045-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(117987, 1155, '1045-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(117988, 1155, '1045-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(117989, 1155, '1045-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(117990, 1155, '1045-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(117991, 1155, '1045-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(117992, 1155, '1046-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(117993, 1155, '1046-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(117994, 1155, '1046-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(117995, 1155, '1046-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(117996, 1155, '1046-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(117997, 1155, '1046-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(117998, 1155, '1046-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(117999, 1155, '1046-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118000, 1155, '1046-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118001, 1155, '1046-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118002, 1155, '1046-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118003, 1155, '1046-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118004, 1155, '1047-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118005, 1155, '1047-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118006, 1155, '1047-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118007, 1155, '1047-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118008, 1155, '1047-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118009, 1155, '1047-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118010, 1155, '1047-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118011, 1155, '1047-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118012, 1155, '1047-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118013, 1155, '1047-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118014, 1155, '1047-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118015, 1155, '1047-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118016, 1155, '1048-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118017, 1155, '1048-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118018, 1155, '1048-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118019, 1155, '1048-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118020, 1155, '1048-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118021, 1155, '1048-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118022, 1155, '1048-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118023, 1155, '1048-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118024, 1155, '1048-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118025, 1155, '1048-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118026, 1155, '1048-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118027, 1155, '1048-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118028, 1155, '1049-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118029, 1155, '1049-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118030, 1155, '1049-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118031, 1155, '1049-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118032, 1155, '1049-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118033, 1155, '1049-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118034, 1155, '1049-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118035, 1155, '1049-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118036, 1155, '1049-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118037, 1155, '1049-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118038, 1155, '1049-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118039, 1155, '1049-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118040, 1155, '1050-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118041, 1155, '1050-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118042, 1155, '1050-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118043, 1155, '1050-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118044, 1155, '1050-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118045, 1155, '1050-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118046, 1155, '1050-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118047, 1155, '1050-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118048, 1155, '1050-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118049, 1155, '1050-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118050, 1155, '1050-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118051, 1155, '1050-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118052, 1155, '1051-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118053, 1155, '1051-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118054, 1155, '1051-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118055, 1155, '1051-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118056, 1155, '1051-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118057, 1155, '1051-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118058, 1155, '1051-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118059, 1155, '1051-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118060, 1155, '1051-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118061, 1155, '1051-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118062, 1155, '1051-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118063, 1155, '1051-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118064, 1155, '1052-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118065, 1155, '1052-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118066, 1155, '1052-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118067, 1155, '1052-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118068, 1155, '1052-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118069, 1155, '1052-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118070, 1155, '1052-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118071, 1155, '1052-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118072, 1155, '1052-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118073, 1155, '1052-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118074, 1155, '1052-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118075, 1155, '1052-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118076, 1155, '1053-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118077, 1155, '1053-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118078, 1155, '1053-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118079, 1155, '1053-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118080, 1155, '1053-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118081, 1155, '1053-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118082, 1155, '1053-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118083, 1155, '1053-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118084, 1155, '1053-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118085, 1155, '1053-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118086, 1155, '1053-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118087, 1155, '1053-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118088, 1155, '1054-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118089, 1155, '1054-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118090, 1155, '1054-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118091, 1155, '1054-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118092, 1155, '1054-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118093, 1155, '1054-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118094, 1155, '1054-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118095, 1155, '1054-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118096, 1155, '1054-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118097, 1155, '1054-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118098, 1155, '1054-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118099, 1155, '1054-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118100, 1155, '1055-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118101, 1155, '1055-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118102, 1155, '1055-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118103, 1155, '1055-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118104, 1155, '1055-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118105, 1155, '1055-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118106, 1155, '1055-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118107, 1155, '1055-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118108, 1155, '1055-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118109, 1155, '1055-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118110, 1155, '1055-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118111, 1155, '1055-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118112, 1155, '1056-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118113, 1155, '1056-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118114, 1155, '1056-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118115, 1155, '1056-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118116, 1155, '1056-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118117, 1155, '1056-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118118, 1155, '1056-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118119, 1155, '1056-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118120, 1155, '1056-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118121, 1155, '1056-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118122, 1155, '1056-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118123, 1155, '1056-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118124, 1155, '1057-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118125, 1155, '1057-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118126, 1155, '1057-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118127, 1155, '1057-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118128, 1155, '1057-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118129, 1155, '1057-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118130, 1155, '1057-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118131, 1155, '1057-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118132, 1155, '1057-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118133, 1155, '1057-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118134, 1155, '1057-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118135, 1155, '1057-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118136, 1155, '1058-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118137, 1155, '1058-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118138, 1155, '1058-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118139, 1155, '1058-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118140, 1155, '1058-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118141, 1155, '1058-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118142, 1155, '1058-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118143, 1155, '1058-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118144, 1155, '1058-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118145, 1155, '1058-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118146, 1155, '1058-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118147, 1155, '1058-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118148, 1155, '1059-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118149, 1155, '1059-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118150, 1155, '1059-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118151, 1155, '1059-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118152, 1155, '1059-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118153, 1155, '1059-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118154, 1155, '1059-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118155, 1155, '1059-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118156, 1155, '1059-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118157, 1155, '1059-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118158, 1155, '1059-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118159, 1155, '1059-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118160, 1155, '1060-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118161, 1155, '1060-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118162, 1155, '1060-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118163, 1155, '1060-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118164, 1155, '1060-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118165, 1155, '1060-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118166, 1155, '1060-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118167, 1155, '1060-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118168, 1155, '1060-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118169, 1155, '1060-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118170, 1155, '1060-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118171, 1155, '1060-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118172, 1155, '1061-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118173, 1155, '1061-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118174, 1155, '1061-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118175, 1155, '1061-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118176, 1155, '1061-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118177, 1155, '1061-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118178, 1155, '1061-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118179, 1155, '1061-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118180, 1155, '1061-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118181, 1155, '1061-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118182, 1155, '1061-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118183, 1155, '1061-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118184, 1155, '1062-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118185, 1155, '1062-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118186, 1155, '1062-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118187, 1155, '1062-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118188, 1155, '1062-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118189, 1155, '1062-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118190, 1155, '1062-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118191, 1155, '1062-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118192, 1155, '1062-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118193, 1155, '1062-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118194, 1155, '1062-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118195, 1155, '1062-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118196, 1155, '1063-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118197, 1155, '1063-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118198, 1155, '1063-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118199, 1155, '1063-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118200, 1155, '1063-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118201, 1155, '1063-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118202, 1155, '1063-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118203, 1155, '1063-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118204, 1155, '1063-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118205, 1155, '1063-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118206, 1155, '1063-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118207, 1155, '1063-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118208, 1155, '1064-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118209, 1155, '1064-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118210, 1155, '1064-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118211, 1155, '1064-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118212, 1155, '1064-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118213, 1155, '1064-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118214, 1155, '1064-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118215, 1155, '1064-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118216, 1155, '1064-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118217, 1155, '1064-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118218, 1155, '1064-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118219, 1155, '1064-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118220, 1155, '1065-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118221, 1155, '1065-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118222, 1155, '1065-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118223, 1155, '1065-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118224, 1155, '1065-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118225, 1155, '1065-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118226, 1155, '1065-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118227, 1155, '1065-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118228, 1155, '1065-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118229, 1155, '1065-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118230, 1155, '1065-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118231, 1155, '1065-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118232, 1155, '1066-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118233, 1155, '1066-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118234, 1155, '1066-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118235, 1155, '1066-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118236, 1155, '1066-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118237, 1155, '1066-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118238, 1155, '1066-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118239, 1155, '1066-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118240, 1155, '1066-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118241, 1155, '1066-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118242, 1155, '1066-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118243, 1155, '1066-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118244, 1155, '1067-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118245, 1155, '1067-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118246, 1155, '1067-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118247, 1155, '1067-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118248, 1155, '1067-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118249, 1155, '1067-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118250, 1155, '1067-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118251, 1155, '1067-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118252, 1155, '1067-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118253, 1155, '1067-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118254, 1155, '1067-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118255, 1155, '1067-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118256, 1155, '1068-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118257, 1155, '1068-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118258, 1155, '1068-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118259, 1155, '1068-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118260, 1155, '1068-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118261, 1155, '1068-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118262, 1155, '1068-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118263, 1155, '1068-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118264, 1155, '1068-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118265, 1155, '1068-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118266, 1155, '1068-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118267, 1155, '1068-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118268, 1155, '1069-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118269, 1155, '1069-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118270, 1155, '1069-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118271, 1155, '1069-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118272, 1155, '1069-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118273, 1155, '1069-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118274, 1155, '1069-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118275, 1155, '1069-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118276, 1155, '1069-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118277, 1155, '1069-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118278, 1155, '1069-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118279, 1155, '1069-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118280, 1155, '1070-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118281, 1155, '1070-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118282, 1155, '1070-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118283, 1155, '1070-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118284, 1155, '1070-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118285, 1155, '1070-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118286, 1155, '1070-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118287, 1155, '1070-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118288, 1155, '1070-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118289, 1155, '1070-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118290, 1155, '1070-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118291, 1155, '1070-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118292, 1155, '1071-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118293, 1155, '1071-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118294, 1155, '1071-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118295, 1155, '1071-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118296, 1155, '1071-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118297, 1155, '1071-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118298, 1155, '1071-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118299, 1155, '1071-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118300, 1155, '1071-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118301, 1155, '1071-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118302, 1155, '1071-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118303, 1155, '1071-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118304, 1155, '1072-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118305, 1155, '1072-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118306, 1155, '1072-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118307, 1155, '1072-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118308, 1155, '1072-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118309, 1155, '1072-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118310, 1155, '1072-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118311, 1155, '1072-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118312, 1155, '1072-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118313, 1155, '1072-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118314, 1155, '1072-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118315, 1155, '1072-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118316, 1155, '1073-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118317, 1155, '1073-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118318, 1155, '1073-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118319, 1155, '1073-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118320, 1155, '1073-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118321, 1155, '1073-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118322, 1155, '1073-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:25', '2023-09-12 17:43:25'),
(118323, 1155, '1073-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118324, 1155, '1073-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118325, 1155, '1073-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118326, 1155, '1073-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118327, 1155, '1073-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118328, 1155, '1074-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118329, 1155, '1074-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118330, 1155, '1074-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118331, 1155, '1074-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118332, 1155, '1074-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118333, 1155, '1074-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118334, 1155, '1074-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118335, 1155, '1074-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118336, 1155, '1074-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118337, 1155, '1074-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118338, 1155, '1074-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118339, 1155, '1074-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118340, 1155, '1075-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118341, 1155, '1075-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(118342, 1155, '1075-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118343, 1155, '1075-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118344, 1155, '1075-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118345, 1155, '1075-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118346, 1155, '1075-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118347, 1155, '1075-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118348, 1155, '1075-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118349, 1155, '1075-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118350, 1155, '1075-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118351, 1155, '1075-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118352, 1155, '1076-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118353, 1155, '1076-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118354, 1155, '1076-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118355, 1155, '1076-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118356, 1155, '1076-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118357, 1155, '1076-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118358, 1155, '1076-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118359, 1155, '1076-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118360, 1155, '1076-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118361, 1155, '1076-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118362, 1155, '1076-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118363, 1155, '1076-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118364, 1155, '1077-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118365, 1155, '1077-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118366, 1155, '1077-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118367, 1155, '1077-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118368, 1155, '1077-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118369, 1155, '1077-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118370, 1155, '1077-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118371, 1155, '1077-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118372, 1155, '1077-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118373, 1155, '1077-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118374, 1155, '1077-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118375, 1155, '1077-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118376, 1155, '1078-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118377, 1155, '1078-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118378, 1155, '1078-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118379, 1155, '1078-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118380, 1155, '1078-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118381, 1155, '1078-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118382, 1155, '1078-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118383, 1155, '1078-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118384, 1155, '1078-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118385, 1155, '1078-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118386, 1155, '1078-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118387, 1155, '1078-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118388, 1155, '1079-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118389, 1155, '1079-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118390, 1155, '1079-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118391, 1155, '1079-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118392, 1155, '1079-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118393, 1155, '1079-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118394, 1155, '1079-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118395, 1155, '1079-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118396, 1155, '1079-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118397, 1155, '1079-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118398, 1155, '1079-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118399, 1155, '1079-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118400, 1155, '1080-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118401, 1155, '1080-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118402, 1155, '1080-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118403, 1155, '1080-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118404, 1155, '1080-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118405, 1155, '1080-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118406, 1155, '1080-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118407, 1155, '1080-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118408, 1155, '1080-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118409, 1155, '1080-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118410, 1155, '1080-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118411, 1155, '1080-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118412, 1155, '1081-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118413, 1155, '1081-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118414, 1155, '1081-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118415, 1155, '1081-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118416, 1155, '1081-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118417, 1155, '1081-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118418, 1155, '1081-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118419, 1155, '1081-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118420, 1155, '1081-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118421, 1155, '1081-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118422, 1155, '1081-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118423, 1155, '1081-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118424, 1155, '1082-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118425, 1155, '1082-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118426, 1155, '1082-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118427, 1155, '1082-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118428, 1155, '1082-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118429, 1155, '1082-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118430, 1155, '1082-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118431, 1155, '1082-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118432, 1155, '1082-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118433, 1155, '1082-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118434, 1155, '1082-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118435, 1155, '1082-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118436, 1155, '1083-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118437, 1155, '1083-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118438, 1155, '1083-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118439, 1155, '1083-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118440, 1155, '1083-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118441, 1155, '1083-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118442, 1155, '1083-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118443, 1155, '1083-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118444, 1155, '1083-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118445, 1155, '1083-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118446, 1155, '1083-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118447, 1155, '1083-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118448, 1155, '1084-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118449, 1155, '1084-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118450, 1155, '1084-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118451, 1155, '1084-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118452, 1155, '1084-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118453, 1155, '1084-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118454, 1155, '1084-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118455, 1155, '1084-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118456, 1155, '1084-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118457, 1155, '1084-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118458, 1155, '1084-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118459, 1155, '1084-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118460, 1155, '1085-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118461, 1155, '1085-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118462, 1155, '1085-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118463, 1155, '1085-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118464, 1155, '1085-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118465, 1155, '1085-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118466, 1155, '1085-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118467, 1155, '1085-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118468, 1155, '1085-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118469, 1155, '1085-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118470, 1155, '1085-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118471, 1155, '1085-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118472, 1155, '1086-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118473, 1155, '1086-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118474, 1155, '1086-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118475, 1155, '1086-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118476, 1155, '1086-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118477, 1155, '1086-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118478, 1155, '1086-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118479, 1155, '1086-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118480, 1155, '1086-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118481, 1155, '1086-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118482, 1155, '1086-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118483, 1155, '1086-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118484, 1155, '1087-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118485, 1155, '1087-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118486, 1155, '1087-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118487, 1155, '1087-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118488, 1155, '1087-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118489, 1155, '1087-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118490, 1155, '1087-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118491, 1155, '1087-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118492, 1155, '1087-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118493, 1155, '1087-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118494, 1155, '1087-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118495, 1155, '1087-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118496, 1155, '1088-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118497, 1155, '1088-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118498, 1155, '1088-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118499, 1155, '1088-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118500, 1155, '1088-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118501, 1155, '1088-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118502, 1155, '1088-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118503, 1155, '1088-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118504, 1155, '1088-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118505, 1155, '1088-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118506, 1155, '1088-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118507, 1155, '1088-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118508, 1155, '1089-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118509, 1155, '1089-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118510, 1155, '1089-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118511, 1155, '1089-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118512, 1155, '1089-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118513, 1155, '1089-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118514, 1155, '1089-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118515, 1155, '1089-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118516, 1155, '1089-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118517, 1155, '1089-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118518, 1155, '1089-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118519, 1155, '1089-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118520, 1155, '1090-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118521, 1155, '1090-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118522, 1155, '1090-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118523, 1155, '1090-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118524, 1155, '1090-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118525, 1155, '1090-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118526, 1155, '1090-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118527, 1155, '1090-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118528, 1155, '1090-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118529, 1155, '1090-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118530, 1155, '1090-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118531, 1155, '1090-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118532, 1155, '1091-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118533, 1155, '1091-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118534, 1155, '1091-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118535, 1155, '1091-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118536, 1155, '1091-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118537, 1155, '1091-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118538, 1155, '1091-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118539, 1155, '1091-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118540, 1155, '1091-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118541, 1155, '1091-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118542, 1155, '1091-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118543, 1155, '1091-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118544, 1155, '1092-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118545, 1155, '1092-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118546, 1155, '1092-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118547, 1155, '1092-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118548, 1155, '1092-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118549, 1155, '1092-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118550, 1155, '1092-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118551, 1155, '1092-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118552, 1155, '1092-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118553, 1155, '1092-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118554, 1155, '1092-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118555, 1155, '1092-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118556, 1155, '1093-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118557, 1155, '1093-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118558, 1155, '1093-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118559, 1155, '1093-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118560, 1155, '1093-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118561, 1155, '1093-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118562, 1155, '1093-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118563, 1155, '1093-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118564, 1155, '1093-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118565, 1155, '1093-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118566, 1155, '1093-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118567, 1155, '1093-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118568, 1155, '1094-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118569, 1155, '1094-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118570, 1155, '1094-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118571, 1155, '1094-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118572, 1155, '1094-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118573, 1155, '1094-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118574, 1155, '1094-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118575, 1155, '1094-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118576, 1155, '1094-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118577, 1155, '1094-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118578, 1155, '1094-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118579, 1155, '1094-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118580, 1155, '1095-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118581, 1155, '1095-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118582, 1155, '1095-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118583, 1155, '1095-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118584, 1155, '1095-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118585, 1155, '1095-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118586, 1155, '1095-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118587, 1155, '1095-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118588, 1155, '1095-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118589, 1155, '1095-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118590, 1155, '1095-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118591, 1155, '1095-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118592, 1155, '1096-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118593, 1155, '1096-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118594, 1155, '1096-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118595, 1155, '1096-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118596, 1155, '1096-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118597, 1155, '1096-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118598, 1155, '1096-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118599, 1155, '1096-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118600, 1155, '1096-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118601, 1155, '1096-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118602, 1155, '1096-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118603, 1155, '1096-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118604, 1155, '1097-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118605, 1155, '1097-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118606, 1155, '1097-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118607, 1155, '1097-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118608, 1155, '1097-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118609, 1155, '1097-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118610, 1155, '1097-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118611, 1155, '1097-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118612, 1155, '1097-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118613, 1155, '1097-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118614, 1155, '1097-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118615, 1155, '1097-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118616, 1155, '1098-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118617, 1155, '1098-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118618, 1155, '1098-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118619, 1155, '1098-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118620, 1155, '1098-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118621, 1155, '1098-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118622, 1155, '1098-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118623, 1155, '1098-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118624, 1155, '1098-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118625, 1155, '1098-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118626, 1155, '1098-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118627, 1155, '1098-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118628, 1155, '1099-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118629, 1155, '1099-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118630, 1155, '1099-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118631, 1155, '1099-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118632, 1155, '1099-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118633, 1155, '1099-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118634, 1155, '1099-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118635, 1155, '1099-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118636, 1155, '1099-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118637, 1155, '1099-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118638, 1155, '1099-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118639, 1155, '1099-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118640, 1155, '1100-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118641, 1155, '1100-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118642, 1155, '1100-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118643, 1155, '1100-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118644, 1155, '1100-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118645, 1155, '1100-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118646, 1155, '1100-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118647, 1155, '1100-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118648, 1155, '1100-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118649, 1155, '1100-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118650, 1155, '1100-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118651, 1155, '1100-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118652, 1155, '1101-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118653, 1155, '1101-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118654, 1155, '1101-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118655, 1155, '1101-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118656, 1155, '1101-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118657, 1155, '1101-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118658, 1155, '1101-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118659, 1155, '1101-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118660, 1155, '1101-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118661, 1155, '1101-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118662, 1155, '1101-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118663, 1155, '1101-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118664, 1155, '1102-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118665, 1155, '1102-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118666, 1155, '1102-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118667, 1155, '1102-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118668, 1155, '1102-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118669, 1155, '1102-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118670, 1155, '1102-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118671, 1155, '1102-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118672, 1155, '1102-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118673, 1155, '1102-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118674, 1155, '1102-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118675, 1155, '1102-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118676, 1155, '1103-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118677, 1155, '1103-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118678, 1155, '1103-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118679, 1155, '1103-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118680, 1155, '1103-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118681, 1155, '1103-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118682, 1155, '1103-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118683, 1155, '1103-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118684, 1155, '1103-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118685, 1155, '1103-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118686, 1155, '1103-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118687, 1155, '1103-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118688, 1155, '1104-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118689, 1155, '1104-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118690, 1155, '1104-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118691, 1155, '1104-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118692, 1155, '1104-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118693, 1155, '1104-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118694, 1155, '1104-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118695, 1155, '1104-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118696, 1155, '1104-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118697, 1155, '1104-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118698, 1155, '1104-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118699, 1155, '1104-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118700, 1155, '1105-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118701, 1155, '1105-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118702, 1155, '1105-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118703, 1155, '1105-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118704, 1155, '1105-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118705, 1155, '1105-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118706, 1155, '1105-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118707, 1155, '1105-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118708, 1155, '1105-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118709, 1155, '1105-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118710, 1155, '1105-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118711, 1155, '1105-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118712, 1155, '1106-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118713, 1155, '1106-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118714, 1155, '1106-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118715, 1155, '1106-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118716, 1155, '1106-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118717, 1155, '1106-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118718, 1155, '1106-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118719, 1155, '1106-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118720, 1155, '1106-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118721, 1155, '1106-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118722, 1155, '1106-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118723, 1155, '1106-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118724, 1155, '1107-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118725, 1155, '1107-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118726, 1155, '1107-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118727, 1155, '1107-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118728, 1155, '1107-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118729, 1155, '1107-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118730, 1155, '1107-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118731, 1155, '1107-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118732, 1155, '1107-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:26', '2023-09-12 17:43:26'),
(118733, 1155, '1107-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118734, 1155, '1107-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118735, 1155, '1107-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118736, 1155, '1108-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118737, 1155, '1108-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118738, 1155, '1108-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118739, 1155, '1108-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118740, 1155, '1108-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118741, 1155, '1108-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118742, 1155, '1108-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118743, 1155, '1108-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118744, 1155, '1108-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118745, 1155, '1108-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118746, 1155, '1108-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118747, 1155, '1108-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118748, 1155, '1109-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118749, 1155, '1109-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118750, 1155, '1109-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118751, 1155, '1109-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118752, 1155, '1109-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118753, 1155, '1109-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118754, 1155, '1109-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118755, 1155, '1109-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118756, 1155, '1109-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118757, 1155, '1109-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118758, 1155, '1109-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118759, 1155, '1109-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118760, 1155, '1110-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118761, 1155, '1110-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118762, 1155, '1110-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118763, 1155, '1110-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118764, 1155, '1110-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118765, 1155, '1110-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118766, 1155, '1110-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118767, 1155, '1110-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118768, 1155, '1110-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118769, 1155, '1110-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118770, 1155, '1110-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118771, 1155, '1110-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118772, 1155, '1111-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118773, 1155, '1111-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118774, 1155, '1111-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118775, 1155, '1111-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118776, 1155, '1111-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118777, 1155, '1111-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118778, 1155, '1111-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118779, 1155, '1111-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118780, 1155, '1111-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118781, 1155, '1111-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118782, 1155, '1111-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118783, 1155, '1111-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118784, 1155, '1112-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118785, 1155, '1112-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118786, 1155, '1112-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118787, 1155, '1112-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118788, 1155, '1112-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118789, 1155, '1112-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118790, 1155, '1112-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118791, 1155, '1112-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118792, 1155, '1112-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118793, 1155, '1112-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118794, 1155, '1112-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118795, 1155, '1112-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118796, 1155, '1113-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118797, 1155, '1113-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(118798, 1155, '1113-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118799, 1155, '1113-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118800, 1155, '1113-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118801, 1155, '1113-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118802, 1155, '1113-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118803, 1155, '1113-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118804, 1155, '1113-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118805, 1155, '1113-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118806, 1155, '1113-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118807, 1155, '1113-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118808, 1155, '1114-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118809, 1155, '1114-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118810, 1155, '1114-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118811, 1155, '1114-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118812, 1155, '1114-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118813, 1155, '1114-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118814, 1155, '1114-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118815, 1155, '1114-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118816, 1155, '1114-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118817, 1155, '1114-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118818, 1155, '1114-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118819, 1155, '1114-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118820, 1155, '1115-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118821, 1155, '1115-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118822, 1155, '1115-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118823, 1155, '1115-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118824, 1155, '1115-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118825, 1155, '1115-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118826, 1155, '1115-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118827, 1155, '1115-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118828, 1155, '1115-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118829, 1155, '1115-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118830, 1155, '1115-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118831, 1155, '1115-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118832, 1155, '1116-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118833, 1155, '1116-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118834, 1155, '1116-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118835, 1155, '1116-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118836, 1155, '1116-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118837, 1155, '1116-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118838, 1155, '1116-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118839, 1155, '1116-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118840, 1155, '1116-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118841, 1155, '1116-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118842, 1155, '1116-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118843, 1155, '1116-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118844, 1155, '1117-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118845, 1155, '1117-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118846, 1155, '1117-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118847, 1155, '1117-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118848, 1155, '1117-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118849, 1155, '1117-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118850, 1155, '1117-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118851, 1155, '1117-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118852, 1155, '1117-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118853, 1155, '1117-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118854, 1155, '1117-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118855, 1155, '1117-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118856, 1155, '1118-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118857, 1155, '1118-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118858, 1155, '1118-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118859, 1155, '1118-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118860, 1155, '1118-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118861, 1155, '1118-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118862, 1155, '1118-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118863, 1155, '1118-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118864, 1155, '1118-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118865, 1155, '1118-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118866, 1155, '1118-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118867, 1155, '1118-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118868, 1155, '1119-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118869, 1155, '1119-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118870, 1155, '1119-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118871, 1155, '1119-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118872, 1155, '1119-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118873, 1155, '1119-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118874, 1155, '1119-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118875, 1155, '1119-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118876, 1155, '1119-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118877, 1155, '1119-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118878, 1155, '1119-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118879, 1155, '1119-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118880, 1155, '1120-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118881, 1155, '1120-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118882, 1155, '1120-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118883, 1155, '1120-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118884, 1155, '1120-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118885, 1155, '1120-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118886, 1155, '1120-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118887, 1155, '1120-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118888, 1155, '1120-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118889, 1155, '1120-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118890, 1155, '1120-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118891, 1155, '1120-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118892, 1155, '1121-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118893, 1155, '1121-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118894, 1155, '1121-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118895, 1155, '1121-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118896, 1155, '1121-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118897, 1155, '1121-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118898, 1155, '1121-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118899, 1155, '1121-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118900, 1155, '1121-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118901, 1155, '1121-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118902, 1155, '1121-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118903, 1155, '1121-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118904, 1155, '1122-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118905, 1155, '1122-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118906, 1155, '1122-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118907, 1155, '1122-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118908, 1155, '1122-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118909, 1155, '1122-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118910, 1155, '1122-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118911, 1155, '1122-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118912, 1155, '1122-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118913, 1155, '1122-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118914, 1155, '1122-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118915, 1155, '1122-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118916, 1155, '1123-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118917, 1155, '1123-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118918, 1155, '1123-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118919, 1155, '1123-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118920, 1155, '1123-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118921, 1155, '1123-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118922, 1155, '1123-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118923, 1155, '1123-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118924, 1155, '1123-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118925, 1155, '1123-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118926, 1155, '1123-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118927, 1155, '1123-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118928, 1155, '1124-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118929, 1155, '1124-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118930, 1155, '1124-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118931, 1155, '1124-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118932, 1155, '1124-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118933, 1155, '1124-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118934, 1155, '1124-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118935, 1155, '1124-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118936, 1155, '1124-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118937, 1155, '1124-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118938, 1155, '1124-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118939, 1155, '1124-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118940, 1155, '1125-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118941, 1155, '1125-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118942, 1155, '1125-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118943, 1155, '1125-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118944, 1155, '1125-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118945, 1155, '1125-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118946, 1155, '1125-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118947, 1155, '1125-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118948, 1155, '1125-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118949, 1155, '1125-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118950, 1155, '1125-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118951, 1155, '1125-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118952, 1155, '1126-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118953, 1155, '1126-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118954, 1155, '1126-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118955, 1155, '1126-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118956, 1155, '1126-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118957, 1155, '1126-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118958, 1155, '1126-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118959, 1155, '1126-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118960, 1155, '1126-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118961, 1155, '1126-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118962, 1155, '1126-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118963, 1155, '1126-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118964, 1155, '1127-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118965, 1155, '1127-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118966, 1155, '1127-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118967, 1155, '1127-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118968, 1155, '1127-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118969, 1155, '1127-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118970, 1155, '1127-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118971, 1155, '1127-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118972, 1155, '1127-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118973, 1155, '1127-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118974, 1155, '1127-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118975, 1155, '1127-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118976, 1155, '1128-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118977, 1155, '1128-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118978, 1155, '1128-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118979, 1155, '1128-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118980, 1155, '1128-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118981, 1155, '1128-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118982, 1155, '1128-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118983, 1155, '1128-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118984, 1155, '1128-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118985, 1155, '1128-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118986, 1155, '1128-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118987, 1155, '1128-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118988, 1155, '1129-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118989, 1155, '1129-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118990, 1155, '1129-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118991, 1155, '1129-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118992, 1155, '1129-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118993, 1155, '1129-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118994, 1155, '1129-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118995, 1155, '1129-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118996, 1155, '1129-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118997, 1155, '1129-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118998, 1155, '1129-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(118999, 1155, '1129-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(119000, 1155, '1130-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(119001, 1155, '1130-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(119002, 1155, '1130-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(119003, 1155, '1130-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(119004, 1155, '1130-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(119005, 1155, '1130-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(119006, 1155, '1130-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(119007, 1155, '1130-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(119008, 1155, '1130-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(119009, 1155, '1130-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(119010, 1155, '1130-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(119011, 1155, '1130-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(119012, 1155, '1131-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(119013, 1155, '1131-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(119014, 1155, '1131-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(119015, 1155, '1131-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(119016, 1155, '1131-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(119017, 1155, '1131-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(119018, 1155, '1131-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(119019, 1155, '1131-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(119020, 1155, '1131-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(119021, 1155, '1131-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(119022, 1155, '1131-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(119023, 1155, '1131-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(119024, 1155, '1132-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(119025, 1155, '1132-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(119026, 1155, '1132-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(119027, 1155, '1132-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(119028, 1155, '1132-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(119029, 1155, '1132-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(119030, 1155, '1132-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(119031, 1155, '1132-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(119032, 1155, '1132-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(119033, 1155, '1132-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(119034, 1155, '1132-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(119035, 1155, '1132-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(119036, 1155, '1133-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(119037, 1155, '1133-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(119038, 1155, '1133-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(119039, 1155, '1133-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(119040, 1155, '1133-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(119041, 1155, '1133-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(119042, 1155, '1133-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(119043, 1155, '1133-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(119044, 1155, '1133-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(119045, 1155, '1133-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(119046, 1155, '1133-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(119047, 1155, '1133-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(119048, 1155, '1134-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(119049, 1155, '1134-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(119050, 1155, '1134-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(119051, 1155, '1134-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(119052, 1155, '1134-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(119053, 1155, '1134-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(119054, 1155, '1134-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(119055, 1155, '1134-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(119056, 1155, '1134-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(119057, 1155, '1134-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(119058, 1155, '1134-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(119059, 1155, '1134-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(119060, 1155, '1135-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(119061, 1155, '1135-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(119062, 1155, '1135-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(119063, 1155, '1135-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(119064, 1155, '1135-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(119065, 1155, '1135-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(119066, 1155, '1135-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(119067, 1155, '1135-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(119068, 1155, '1135-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(119069, 1155, '1135-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(119070, 1155, '1135-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(119071, 1155, '1135-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(119072, 1155, '1136-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(119073, 1155, '1136-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(119074, 1155, '1136-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(119075, 1155, '1136-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(119076, 1155, '1136-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(119077, 1155, '1136-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(119078, 1155, '1136-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(119079, 1155, '1136-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(119080, 1155, '1136-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(119081, 1155, '1136-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(119082, 1155, '1136-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(119083, 1155, '1136-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(119084, 1155, '1137-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(119085, 1155, '1137-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(119086, 1155, '1137-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(119087, 1155, '1137-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(119088, 1155, '1137-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(119089, 1155, '1137-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(119090, 1155, '1137-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(119091, 1155, '1137-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(119092, 1155, '1137-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(119093, 1155, '1137-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(119094, 1155, '1137-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(119095, 1155, '1137-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(119096, 1155, '1138-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(119097, 1155, '1138-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(119098, 1155, '1138-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(119099, 1155, '1138-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(119100, 1155, '1138-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(119101, 1155, '1138-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(119102, 1155, '1138-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(119103, 1155, '1138-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(119104, 1155, '1138-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(119105, 1155, '1138-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(119106, 1155, '1138-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(119107, 1155, '1138-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(119108, 1155, '1139-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(119109, 1155, '1139-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(119110, 1155, '1139-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(119111, 1155, '1139-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(119112, 1155, '1139-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(119113, 1155, '1139-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(119114, 1155, '1139-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(119115, 1155, '1139-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(119116, 1155, '1139-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(119117, 1155, '1139-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(119118, 1155, '1139-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(119119, 1155, '1139-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(119120, 1155, '1140-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(119121, 1155, '1140-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(119122, 1155, '1140-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(119123, 1155, '1140-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(119124, 1155, '1140-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(119125, 1155, '1140-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(119126, 1155, '1140-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(119127, 1155, '1140-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(119128, 1155, '1140-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(119129, 1155, '1140-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(119130, 1155, '1140-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(119131, 1155, '1140-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(119132, 1155, '1141-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(119133, 1155, '1141-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(119134, 1155, '1141-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(119135, 1155, '1141-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(119136, 1155, '1141-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(119137, 1155, '1141-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(119138, 1155, '1141-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(119139, 1155, '1141-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:27', '2023-09-12 17:43:27'),
(119140, 1155, '1141-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119141, 1155, '1141-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119142, 1155, '1141-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119143, 1155, '1141-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119144, 1155, '1142-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119145, 1155, '1142-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119146, 1155, '1142-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119147, 1155, '1142-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119148, 1155, '1142-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119149, 1155, '1142-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119150, 1155, '1142-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119151, 1155, '1142-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119152, 1155, '1142-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119153, 1155, '1142-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119154, 1155, '1142-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119155, 1155, '1142-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119156, 1155, '1143-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119157, 1155, '1143-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119158, 1155, '1143-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119159, 1155, '1143-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119160, 1155, '1143-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119161, 1155, '1143-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119162, 1155, '1143-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119163, 1155, '1143-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119164, 1155, '1143-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119165, 1155, '1143-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119166, 1155, '1143-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119167, 1155, '1143-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119168, 1155, '1144-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119169, 1155, '1144-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119170, 1155, '1144-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119171, 1155, '1144-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119172, 1155, '1144-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119173, 1155, '1144-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119174, 1155, '1144-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119175, 1155, '1144-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119176, 1155, '1144-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119177, 1155, '1144-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119178, 1155, '1144-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119179, 1155, '1144-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119180, 1155, '1145-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119181, 1155, '1145-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119182, 1155, '1145-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119183, 1155, '1145-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119184, 1155, '1145-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119185, 1155, '1145-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119186, 1155, '1145-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119187, 1155, '1145-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119188, 1155, '1145-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119189, 1155, '1145-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119190, 1155, '1145-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119191, 1155, '1145-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119192, 1155, '1146-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119193, 1155, '1146-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119194, 1155, '1146-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119195, 1155, '1146-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119196, 1155, '1146-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119197, 1155, '1146-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119198, 1155, '1146-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119199, 1155, '1146-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119200, 1155, '1146-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119201, 1155, '1146-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119202, 1155, '1146-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119203, 1155, '1146-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119204, 1155, '1147-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119205, 1155, '1147-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119206, 1155, '1147-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119207, 1155, '1147-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119208, 1155, '1147-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119209, 1155, '1147-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119210, 1155, '1147-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119211, 1155, '1147-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119212, 1155, '1147-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119213, 1155, '1147-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119214, 1155, '1147-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119215, 1155, '1147-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119216, 1155, '1148-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119217, 1155, '1148-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119218, 1155, '1148-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119219, 1155, '1148-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119220, 1155, '1148-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119221, 1155, '1148-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119222, 1155, '1148-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119223, 1155, '1148-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119224, 1155, '1148-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119225, 1155, '1148-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119226, 1155, '1148-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119227, 1155, '1148-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119228, 1155, '1149-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119229, 1155, '1149-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119230, 1155, '1149-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119231, 1155, '1149-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119232, 1155, '1149-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119233, 1155, '1149-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119234, 1155, '1149-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119235, 1155, '1149-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119236, 1155, '1149-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119237, 1155, '1149-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119238, 1155, '1149-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119239, 1155, '1149-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119240, 1155, '1150-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119241, 1155, '1150-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119242, 1155, '1150-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119243, 1155, '1150-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119244, 1155, '1150-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119245, 1155, '1150-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119246, 1155, '1150-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119247, 1155, '1150-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119248, 1155, '1150-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119249, 1155, '1150-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119250, 1155, '1150-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119251, 1155, '1150-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119252, 1155, '1151-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119253, 1155, '1151-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(119254, 1155, '1151-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119255, 1155, '1151-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119256, 1155, '1151-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119257, 1155, '1151-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119258, 1155, '1151-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119259, 1155, '1151-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119260, 1155, '1151-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119261, 1155, '1151-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119262, 1155, '1151-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119263, 1155, '1151-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119264, 1155, '1152-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119265, 1155, '1152-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119266, 1155, '1152-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119267, 1155, '1152-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119268, 1155, '1152-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119269, 1155, '1152-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119270, 1155, '1152-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119271, 1155, '1152-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119272, 1155, '1152-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119273, 1155, '1152-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119274, 1155, '1152-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119275, 1155, '1152-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119276, 1155, '1153-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119277, 1155, '1153-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119278, 1155, '1153-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119279, 1155, '1153-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119280, 1155, '1153-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119281, 1155, '1153-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119282, 1155, '1153-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119283, 1155, '1153-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119284, 1155, '1153-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119285, 1155, '1153-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119286, 1155, '1153-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119287, 1155, '1153-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119288, 1155, '1154-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119289, 1155, '1154-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119290, 1155, '1154-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119291, 1155, '1154-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119292, 1155, '1154-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119293, 1155, '1154-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119294, 1155, '1154-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119295, 1155, '1154-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119296, 1155, '1154-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119297, 1155, '1154-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119298, 1155, '1154-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119299, 1155, '1154-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119300, 1155, '1155-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119301, 1155, '1155-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119302, 1155, '1155-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119303, 1155, '1155-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119304, 1155, '1155-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119305, 1155, '1155-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119306, 1155, '1155-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119307, 1155, '1155-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119308, 1155, '1155-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119309, 1155, '1155-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119310, 1155, '1155-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119311, 1155, '1155-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119312, 1155, '1156-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119313, 1155, '1156-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119314, 1155, '1156-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119315, 1155, '1156-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119316, 1155, '1156-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119317, 1155, '1156-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119318, 1155, '1156-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119319, 1155, '1156-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119320, 1155, '1156-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119321, 1155, '1156-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119322, 1155, '1156-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119323, 1155, '1156-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119324, 1155, '1157-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119325, 1155, '1157-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119326, 1155, '1157-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119327, 1155, '1157-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119328, 1155, '1157-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119329, 1155, '1157-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119330, 1155, '1157-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119331, 1155, '1157-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119332, 1155, '1157-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119333, 1155, '1157-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119334, 1155, '1157-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119335, 1155, '1157-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119336, 1155, '1158-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119337, 1155, '1158-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119338, 1155, '1158-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119339, 1155, '1158-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119340, 1155, '1158-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119341, 1155, '1158-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119342, 1155, '1158-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119343, 1155, '1158-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119344, 1155, '1158-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119345, 1155, '1158-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119346, 1155, '1158-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119347, 1155, '1158-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119348, 1155, '1159-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119349, 1155, '1159-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119350, 1155, '1159-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119351, 1155, '1159-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119352, 1155, '1159-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119353, 1155, '1159-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119354, 1155, '1159-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119355, 1155, '1159-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119356, 1155, '1159-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119357, 1155, '1159-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119358, 1155, '1159-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119359, 1155, '1159-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119360, 1155, '1160-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119361, 1155, '1160-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119362, 1155, '1160-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119363, 1155, '1160-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119364, 1155, '1160-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119365, 1155, '1160-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119366, 1155, '1160-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119367, 1155, '1160-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119368, 1155, '1160-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119369, 1155, '1160-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119370, 1155, '1160-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119371, 1155, '1160-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119372, 1155, '1161-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119373, 1155, '1161-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119374, 1155, '1161-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119375, 1155, '1161-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119376, 1155, '1161-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119377, 1155, '1161-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119378, 1155, '1161-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119379, 1155, '1161-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119380, 1155, '1161-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119381, 1155, '1161-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119382, 1155, '1161-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119383, 1155, '1161-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119384, 1155, '1162-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119385, 1155, '1162-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119386, 1155, '1162-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119387, 1155, '1162-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119388, 1155, '1162-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119389, 1155, '1162-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119390, 1155, '1162-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119391, 1155, '1162-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119392, 1155, '1162-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119393, 1155, '1162-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119394, 1155, '1162-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119395, 1155, '1162-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119396, 1155, '1163-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119397, 1155, '1163-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119398, 1155, '1163-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119399, 1155, '1163-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119400, 1155, '1163-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119401, 1155, '1163-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119402, 1155, '1163-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119403, 1155, '1163-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119404, 1155, '1163-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119405, 1155, '1163-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119406, 1155, '1163-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119407, 1155, '1163-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119408, 1155, '1164-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119409, 1155, '1164-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119410, 1155, '1164-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119411, 1155, '1164-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119412, 1155, '1164-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119413, 1155, '1164-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119414, 1155, '1164-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119415, 1155, '1164-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119416, 1155, '1164-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119417, 1155, '1164-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119418, 1155, '1164-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119419, 1155, '1164-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119420, 1155, '1165-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119421, 1155, '1165-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119422, 1155, '1165-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119423, 1155, '1165-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119424, 1155, '1165-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119425, 1155, '1165-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119426, 1155, '1165-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119427, 1155, '1165-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119428, 1155, '1165-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119429, 1155, '1165-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119430, 1155, '1165-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119431, 1155, '1165-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119432, 1155, '1166-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119433, 1155, '1166-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119434, 1155, '1166-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119435, 1155, '1166-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119436, 1155, '1166-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119437, 1155, '1166-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119438, 1155, '1166-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119439, 1155, '1166-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119440, 1155, '1166-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119441, 1155, '1166-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119442, 1155, '1166-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119443, 1155, '1166-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119444, 1155, '1167-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119445, 1155, '1167-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119446, 1155, '1167-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119447, 1155, '1167-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119448, 1155, '1167-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119449, 1155, '1167-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119450, 1155, '1167-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119451, 1155, '1167-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119452, 1155, '1167-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119453, 1155, '1167-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119454, 1155, '1167-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119455, 1155, '1167-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119456, 1155, '1168-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119457, 1155, '1168-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119458, 1155, '1168-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119459, 1155, '1168-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119460, 1155, '1168-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119461, 1155, '1168-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119462, 1155, '1168-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119463, 1155, '1168-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119464, 1155, '1168-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119465, 1155, '1168-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119466, 1155, '1168-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119467, 1155, '1168-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119468, 1155, '1169-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119469, 1155, '1169-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119470, 1155, '1169-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119471, 1155, '1169-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119472, 1155, '1169-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119473, 1155, '1169-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119474, 1155, '1169-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119475, 1155, '1169-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119476, 1155, '1169-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119477, 1155, '1169-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119478, 1155, '1169-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119479, 1155, '1169-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119480, 1155, '1170-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119481, 1155, '1170-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119482, 1155, '1170-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119483, 1155, '1170-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119484, 1155, '1170-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119485, 1155, '1170-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119486, 1155, '1170-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119487, 1155, '1170-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119488, 1155, '1170-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119489, 1155, '1170-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119490, 1155, '1170-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119491, 1155, '1170-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119492, 1155, '1171-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119493, 1155, '1171-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119494, 1155, '1171-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119495, 1155, '1171-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119496, 1155, '1171-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119497, 1155, '1171-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119498, 1155, '1171-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119499, 1155, '1171-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119500, 1155, '1171-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119501, 1155, '1171-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119502, 1155, '1171-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119503, 1155, '1171-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119504, 1155, '1172-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119505, 1155, '1172-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119506, 1155, '1172-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119507, 1155, '1172-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119508, 1155, '1172-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:28', '2023-09-12 17:43:28'),
(119509, 1155, '1172-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119510, 1155, '1172-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119511, 1155, '1172-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119512, 1155, '1172-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119513, 1155, '1172-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119514, 1155, '1172-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119515, 1155, '1172-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119516, 1155, '1173-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119517, 1155, '1173-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119518, 1155, '1173-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119519, 1155, '1173-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119520, 1155, '1173-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119521, 1155, '1173-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119522, 1155, '1173-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119523, 1155, '1173-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119524, 1155, '1173-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119525, 1155, '1173-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119526, 1155, '1173-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119527, 1155, '1173-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119528, 1155, '1174-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119529, 1155, '1174-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119530, 1155, '1174-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119531, 1155, '1174-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119532, 1155, '1174-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119533, 1155, '1174-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119534, 1155, '1174-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119535, 1155, '1174-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119536, 1155, '1174-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119537, 1155, '1174-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119538, 1155, '1174-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119539, 1155, '1174-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119540, 1155, '1175-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119541, 1155, '1175-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119542, 1155, '1175-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119543, 1155, '1175-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119544, 1155, '1175-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119545, 1155, '1175-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119546, 1155, '1175-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119547, 1155, '1175-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119548, 1155, '1175-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119549, 1155, '1175-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119550, 1155, '1175-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119551, 1155, '1175-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119552, 1155, '1176-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119553, 1155, '1176-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119554, 1155, '1176-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119555, 1155, '1176-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119556, 1155, '1176-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119557, 1155, '1176-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119558, 1155, '1176-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119559, 1155, '1176-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119560, 1155, '1176-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119561, 1155, '1176-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119562, 1155, '1176-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119563, 1155, '1176-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119564, 1155, '1177-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119565, 1155, '1177-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119566, 1155, '1177-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119567, 1155, '1177-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119568, 1155, '1177-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119569, 1155, '1177-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119570, 1155, '1177-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119571, 1155, '1177-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119572, 1155, '1177-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119573, 1155, '1177-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119574, 1155, '1177-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119575, 1155, '1177-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119576, 1155, '1178-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119577, 1155, '1178-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119578, 1155, '1178-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119579, 1155, '1178-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119580, 1155, '1178-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119581, 1155, '1178-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119582, 1155, '1178-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119583, 1155, '1178-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119584, 1155, '1178-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119585, 1155, '1178-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119586, 1155, '1178-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119587, 1155, '1178-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119588, 1155, '1179-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119589, 1155, '1179-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119590, 1155, '1179-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119591, 1155, '1179-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119592, 1155, '1179-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119593, 1155, '1179-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119594, 1155, '1179-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119595, 1155, '1179-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119596, 1155, '1179-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119597, 1155, '1179-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119598, 1155, '1179-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119599, 1155, '1179-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119600, 1155, '1180-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119601, 1155, '1180-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119602, 1155, '1180-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119603, 1155, '1180-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119604, 1155, '1180-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119605, 1155, '1180-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119606, 1155, '1180-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119607, 1155, '1180-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119608, 1155, '1180-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119609, 1155, '1180-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119610, 1155, '1180-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119611, 1155, '1180-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119612, 1155, '1181-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119613, 1155, '1181-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119614, 1155, '1181-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119615, 1155, '1181-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119616, 1155, '1181-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119617, 1155, '1181-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119618, 1155, '1181-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119619, 1155, '1181-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119620, 1155, '1181-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119621, 1155, '1181-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119622, 1155, '1181-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119623, 1155, '1181-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119624, 1155, '1182-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119625, 1155, '1182-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119626, 1155, '1182-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119627, 1155, '1182-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119628, 1155, '1182-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119629, 1155, '1182-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119630, 1155, '1182-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119631, 1155, '1182-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119632, 1155, '1182-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119633, 1155, '1182-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119634, 1155, '1182-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119635, 1155, '1182-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119636, 1155, '1183-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119637, 1155, '1183-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119638, 1155, '1183-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119639, 1155, '1183-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119640, 1155, '1183-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119641, 1155, '1183-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119642, 1155, '1183-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119643, 1155, '1183-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119644, 1155, '1183-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119645, 1155, '1183-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119646, 1155, '1183-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119647, 1155, '1183-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119648, 1155, '1184-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119649, 1155, '1184-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119650, 1155, '1184-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119651, 1155, '1184-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119652, 1155, '1184-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119653, 1155, '1184-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119654, 1155, '1184-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119655, 1155, '1184-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119656, 1155, '1184-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119657, 1155, '1184-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119658, 1155, '1184-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119659, 1155, '1184-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119660, 1155, '1185-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119661, 1155, '1185-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119662, 1155, '1185-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119663, 1155, '1185-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119664, 1155, '1185-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119665, 1155, '1185-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119666, 1155, '1185-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119667, 1155, '1185-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119668, 1155, '1185-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119669, 1155, '1185-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119670, 1155, '1185-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119671, 1155, '1185-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119672, 1155, '1186-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119673, 1155, '1186-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119674, 1155, '1186-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119675, 1155, '1186-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119676, 1155, '1186-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119677, 1155, '1186-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119678, 1155, '1186-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119679, 1155, '1186-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119680, 1155, '1186-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119681, 1155, '1186-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119682, 1155, '1186-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119683, 1155, '1186-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119684, 1155, '1187-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119685, 1155, '1187-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119686, 1155, '1187-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119687, 1155, '1187-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119688, 1155, '1187-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119689, 1155, '1187-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119690, 1155, '1187-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119691, 1155, '1187-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119692, 1155, '1187-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119693, 1155, '1187-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119694, 1155, '1187-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119695, 1155, '1187-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119696, 1155, '1188-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119697, 1155, '1188-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119698, 1155, '1188-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119699, 1155, '1188-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119700, 1155, '1188-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119701, 1155, '1188-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119702, 1155, '1188-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119703, 1155, '1188-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119704, 1155, '1188-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119705, 1155, '1188-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119706, 1155, '1188-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119707, 1155, '1188-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119708, 1155, '1189-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119709, 1155, '1189-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(119710, 1155, '1189-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119711, 1155, '1189-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119712, 1155, '1189-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119713, 1155, '1189-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119714, 1155, '1189-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119715, 1155, '1189-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119716, 1155, '1189-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119717, 1155, '1189-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119718, 1155, '1189-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119719, 1155, '1189-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119720, 1155, '1190-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119721, 1155, '1190-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119722, 1155, '1190-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119723, 1155, '1190-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119724, 1155, '1190-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119725, 1155, '1190-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119726, 1155, '1190-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119727, 1155, '1190-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119728, 1155, '1190-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119729, 1155, '1190-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119730, 1155, '1190-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119731, 1155, '1190-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119732, 1155, '1191-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119733, 1155, '1191-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119734, 1155, '1191-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119735, 1155, '1191-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119736, 1155, '1191-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119737, 1155, '1191-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119738, 1155, '1191-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119739, 1155, '1191-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119740, 1155, '1191-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119741, 1155, '1191-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119742, 1155, '1191-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119743, 1155, '1191-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119744, 1155, '1192-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119745, 1155, '1192-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119746, 1155, '1192-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119747, 1155, '1192-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119748, 1155, '1192-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119749, 1155, '1192-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119750, 1155, '1192-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119751, 1155, '1192-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119752, 1155, '1192-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119753, 1155, '1192-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119754, 1155, '1192-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119755, 1155, '1192-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119756, 1155, '1193-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119757, 1155, '1193-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119758, 1155, '1193-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119759, 1155, '1193-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119760, 1155, '1193-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119761, 1155, '1193-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119762, 1155, '1193-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119763, 1155, '1193-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119764, 1155, '1193-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119765, 1155, '1193-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119766, 1155, '1193-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119767, 1155, '1193-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119768, 1155, '1194-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119769, 1155, '1194-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119770, 1155, '1194-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119771, 1155, '1194-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119772, 1155, '1194-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119773, 1155, '1194-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119774, 1155, '1194-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119775, 1155, '1194-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119776, 1155, '1194-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119777, 1155, '1194-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119778, 1155, '1194-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119779, 1155, '1194-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119780, 1155, '1195-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119781, 1155, '1195-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119782, 1155, '1195-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119783, 1155, '1195-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119784, 1155, '1195-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119785, 1155, '1195-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119786, 1155, '1195-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119787, 1155, '1195-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119788, 1155, '1195-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119789, 1155, '1195-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119790, 1155, '1195-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119791, 1155, '1195-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119792, 1155, '1196-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119793, 1155, '1196-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119794, 1155, '1196-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119795, 1155, '1196-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119796, 1155, '1196-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119797, 1155, '1196-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119798, 1155, '1196-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119799, 1155, '1196-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119800, 1155, '1196-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119801, 1155, '1196-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119802, 1155, '1196-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119803, 1155, '1196-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119804, 1155, '1197-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119805, 1155, '1197-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119806, 1155, '1197-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119807, 1155, '1197-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119808, 1155, '1197-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119809, 1155, '1197-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119810, 1155, '1197-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119811, 1155, '1197-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119812, 1155, '1197-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119813, 1155, '1197-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119814, 1155, '1197-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119815, 1155, '1197-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119816, 1155, '1198-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119817, 1155, '1198-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119818, 1155, '1198-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119819, 1155, '1198-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119820, 1155, '1198-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119821, 1155, '1198-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119822, 1155, '1198-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119823, 1155, '1198-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119824, 1155, '1198-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119825, 1155, '1198-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119826, 1155, '1198-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119827, 1155, '1198-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119828, 1155, '1199-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119829, 1155, '1199-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119830, 1155, '1199-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119831, 1155, '1199-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119832, 1155, '1199-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119833, 1155, '1199-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119834, 1155, '1199-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119835, 1155, '1199-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119836, 1155, '1199-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119837, 1155, '1199-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119838, 1155, '1199-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119839, 1155, '1199-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119840, 1155, '1200-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119841, 1155, '1200-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119842, 1155, '1200-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119843, 1155, '1200-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119844, 1155, '1200-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119845, 1155, '1200-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119846, 1155, '1200-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119847, 1155, '1200-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119848, 1155, '1200-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119849, 1155, '1200-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119850, 1155, '1200-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119851, 1155, '1200-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119852, 1155, '1201-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119853, 1155, '1201-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119854, 1155, '1201-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119855, 1155, '1201-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119856, 1155, '1201-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119857, 1155, '1201-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119858, 1155, '1201-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119859, 1155, '1201-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119860, 1155, '1201-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119861, 1155, '1201-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119862, 1155, '1201-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119863, 1155, '1201-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119864, 1155, '1202-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119865, 1155, '1202-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119866, 1155, '1202-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119867, 1155, '1202-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119868, 1155, '1202-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119869, 1155, '1202-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119870, 1155, '1202-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119871, 1155, '1202-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119872, 1155, '1202-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119873, 1155, '1202-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119874, 1155, '1202-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119875, 1155, '1202-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119876, 1155, '1203-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119877, 1155, '1203-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119878, 1155, '1203-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119879, 1155, '1203-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119880, 1155, '1203-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119881, 1155, '1203-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119882, 1155, '1203-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119883, 1155, '1203-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119884, 1155, '1203-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119885, 1155, '1203-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119886, 1155, '1203-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119887, 1155, '1203-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119888, 1155, '1204-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119889, 1155, '1204-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119890, 1155, '1204-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119891, 1155, '1204-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119892, 1155, '1204-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119893, 1155, '1204-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119894, 1155, '1204-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119895, 1155, '1204-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119896, 1155, '1204-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119897, 1155, '1204-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119898, 1155, '1204-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119899, 1155, '1204-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119900, 1155, '1205-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119901, 1155, '1205-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119902, 1155, '1205-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119903, 1155, '1205-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:29', '2023-09-12 17:43:29'),
(119904, 1155, '1205-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(119905, 1155, '1205-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(119906, 1155, '1205-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(119907, 1155, '1205-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(119908, 1155, '1205-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(119909, 1155, '1205-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(119910, 1155, '1205-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(119911, 1155, '1205-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(119912, 1155, '1206-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(119913, 1155, '1206-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(119914, 1155, '1206-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(119915, 1155, '1206-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(119916, 1155, '1206-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(119917, 1155, '1206-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(119918, 1155, '1206-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(119919, 1155, '1206-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(119920, 1155, '1206-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(119921, 1155, '1206-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(119922, 1155, '1206-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(119923, 1155, '1206-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(119924, 1155, '1207-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(119925, 1155, '1207-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(119926, 1155, '1207-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(119927, 1155, '1207-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(119928, 1155, '1207-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(119929, 1155, '1207-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(119930, 1155, '1207-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(119931, 1155, '1207-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(119932, 1155, '1207-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(119933, 1155, '1207-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(119934, 1155, '1207-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(119935, 1155, '1207-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(119936, 1155, '1208-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(119937, 1155, '1208-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(119938, 1155, '1208-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(119939, 1155, '1208-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(119940, 1155, '1208-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(119941, 1155, '1208-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(119942, 1155, '1208-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(119943, 1155, '1208-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(119944, 1155, '1208-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(119945, 1155, '1208-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(119946, 1155, '1208-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(119947, 1155, '1208-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(119948, 1155, '1209-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(119949, 1155, '1209-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(119950, 1155, '1209-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(119951, 1155, '1209-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(119952, 1155, '1209-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(119953, 1155, '1209-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(119954, 1155, '1209-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(119955, 1155, '1209-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(119956, 1155, '1209-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(119957, 1155, '1209-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(119958, 1155, '1209-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(119959, 1155, '1209-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(119960, 1155, '1210-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(119961, 1155, '1210-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(119962, 1155, '1210-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(119963, 1155, '1210-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(119964, 1155, '1210-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(119965, 1155, '1210-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(119966, 1155, '1210-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(119967, 1155, '1210-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(119968, 1155, '1210-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(119969, 1155, '1210-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(119970, 1155, '1210-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(119971, 1155, '1210-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(119972, 1155, '1211-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(119973, 1155, '1211-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(119974, 1155, '1211-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(119975, 1155, '1211-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(119976, 1155, '1211-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(119977, 1155, '1211-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(119978, 1155, '1211-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(119979, 1155, '1211-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(119980, 1155, '1211-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(119981, 1155, '1211-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(119982, 1155, '1211-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(119983, 1155, '1211-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(119984, 1155, '1212-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(119985, 1155, '1212-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(119986, 1155, '1212-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(119987, 1155, '1212-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(119988, 1155, '1212-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(119989, 1155, '1212-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(119990, 1155, '1212-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(119991, 1155, '1212-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(119992, 1155, '1212-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(119993, 1155, '1212-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(119994, 1155, '1212-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(119995, 1155, '1212-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(119996, 1155, '1213-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(119997, 1155, '1213-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(119998, 1155, '1213-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(119999, 1155, '1213-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120000, 1155, '1213-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120001, 1155, '1213-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120002, 1155, '1213-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120003, 1155, '1213-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120004, 1155, '1213-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120005, 1155, '1213-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120006, 1155, '1213-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120007, 1155, '1213-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120008, 1155, '1214-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120009, 1155, '1214-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120010, 1155, '1214-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120011, 1155, '1214-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120012, 1155, '1214-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120013, 1155, '1214-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120014, 1155, '1214-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120015, 1155, '1214-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120016, 1155, '1214-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120017, 1155, '1214-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120018, 1155, '1214-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120019, 1155, '1214-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120020, 1155, '1215-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120021, 1155, '1215-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120022, 1155, '1215-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120023, 1155, '1215-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120024, 1155, '1215-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120025, 1155, '1215-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120026, 1155, '1215-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120027, 1155, '1215-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120028, 1155, '1215-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120029, 1155, '1215-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120030, 1155, '1215-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120031, 1155, '1215-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120032, 1155, '1216-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120033, 1155, '1216-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120034, 1155, '1216-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120035, 1155, '1216-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120036, 1155, '1216-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120037, 1155, '1216-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120038, 1155, '1216-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120039, 1155, '1216-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120040, 1155, '1216-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120041, 1155, '1216-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120042, 1155, '1216-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120043, 1155, '1216-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120044, 1155, '1217-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120045, 1155, '1217-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120046, 1155, '1217-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120047, 1155, '1217-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120048, 1155, '1217-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120049, 1155, '1217-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120050, 1155, '1217-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120051, 1155, '1217-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120052, 1155, '1217-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120053, 1155, '1217-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120054, 1155, '1217-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120055, 1155, '1217-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120056, 1155, '1218-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120057, 1155, '1218-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120058, 1155, '1218-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120059, 1155, '1218-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120060, 1155, '1218-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120061, 1155, '1218-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120062, 1155, '1218-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120063, 1155, '1218-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120064, 1155, '1218-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120065, 1155, '1218-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120066, 1155, '1218-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120067, 1155, '1218-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120068, 1155, '1219-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120069, 1155, '1219-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120070, 1155, '1219-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120071, 1155, '1219-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120072, 1155, '1219-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120073, 1155, '1219-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120074, 1155, '1219-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120075, 1155, '1219-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120076, 1155, '1219-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120077, 1155, '1219-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120078, 1155, '1219-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120079, 1155, '1219-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120080, 1155, '1220-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120081, 1155, '1220-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120082, 1155, '1220-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120083, 1155, '1220-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120084, 1155, '1220-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120085, 1155, '1220-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120086, 1155, '1220-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120087, 1155, '1220-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120088, 1155, '1220-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120089, 1155, '1220-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120090, 1155, '1220-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120091, 1155, '1220-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120092, 1155, '1221-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120093, 1155, '1221-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120094, 1155, '1221-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120095, 1155, '1221-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120096, 1155, '1221-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120097, 1155, '1221-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120098, 1155, '1221-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120099, 1155, '1221-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120100, 1155, '1221-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120101, 1155, '1221-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120102, 1155, '1221-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120103, 1155, '1221-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120104, 1155, '1222-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120105, 1155, '1222-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120106, 1155, '1222-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120107, 1155, '1222-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120108, 1155, '1222-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120109, 1155, '1222-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120110, 1155, '1222-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120111, 1155, '1222-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120112, 1155, '1222-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120113, 1155, '1222-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120114, 1155, '1222-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120115, 1155, '1222-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120116, 1155, '1223-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120117, 1155, '1223-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120118, 1155, '1223-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120119, 1155, '1223-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120120, 1155, '1223-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120121, 1155, '1223-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120122, 1155, '1223-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120123, 1155, '1223-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120124, 1155, '1223-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120125, 1155, '1223-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120126, 1155, '1223-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120127, 1155, '1223-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120128, 1155, '1224-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120129, 1155, '1224-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120130, 1155, '1224-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120131, 1155, '1224-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120132, 1155, '1224-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120133, 1155, '1224-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120134, 1155, '1224-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120135, 1155, '1224-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120136, 1155, '1224-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120137, 1155, '1224-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120138, 1155, '1224-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120139, 1155, '1224-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120140, 1155, '1225-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120141, 1155, '1225-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120142, 1155, '1225-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120143, 1155, '1225-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120144, 1155, '1225-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120145, 1155, '1225-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120146, 1155, '1225-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120147, 1155, '1225-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120148, 1155, '1225-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120149, 1155, '1225-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120150, 1155, '1225-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120151, 1155, '1225-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120152, 1155, '1226-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120153, 1155, '1226-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120154, 1155, '1226-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120155, 1155, '1226-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120156, 1155, '1226-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120157, 1155, '1226-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120158, 1155, '1226-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120159, 1155, '1226-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120160, 1155, '1226-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120161, 1155, '1226-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120162, 1155, '1226-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120163, 1155, '1226-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120164, 1155, '1227-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120165, 1155, '1227-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(120166, 1155, '1227-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120167, 1155, '1227-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120168, 1155, '1227-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120169, 1155, '1227-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120170, 1155, '1227-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120171, 1155, '1227-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120172, 1155, '1227-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120173, 1155, '1227-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120174, 1155, '1227-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120175, 1155, '1227-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120176, 1155, '1228-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120177, 1155, '1228-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120178, 1155, '1228-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120179, 1155, '1228-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120180, 1155, '1228-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120181, 1155, '1228-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120182, 1155, '1228-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120183, 1155, '1228-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120184, 1155, '1228-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120185, 1155, '1228-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120186, 1155, '1228-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120187, 1155, '1228-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120188, 1155, '1229-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120189, 1155, '1229-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120190, 1155, '1229-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120191, 1155, '1229-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120192, 1155, '1229-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120193, 1155, '1229-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120194, 1155, '1229-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120195, 1155, '1229-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120196, 1155, '1229-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120197, 1155, '1229-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120198, 1155, '1229-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120199, 1155, '1229-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120200, 1155, '1230-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120201, 1155, '1230-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120202, 1155, '1230-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120203, 1155, '1230-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120204, 1155, '1230-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120205, 1155, '1230-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120206, 1155, '1230-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120207, 1155, '1230-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120208, 1155, '1230-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120209, 1155, '1230-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120210, 1155, '1230-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120211, 1155, '1230-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120212, 1155, '1231-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120213, 1155, '1231-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120214, 1155, '1231-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120215, 1155, '1231-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120216, 1155, '1231-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120217, 1155, '1231-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120218, 1155, '1231-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120219, 1155, '1231-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120220, 1155, '1231-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120221, 1155, '1231-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120222, 1155, '1231-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120223, 1155, '1231-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120224, 1155, '1232-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120225, 1155, '1232-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120226, 1155, '1232-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120227, 1155, '1232-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120228, 1155, '1232-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120229, 1155, '1232-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120230, 1155, '1232-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120231, 1155, '1232-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120232, 1155, '1232-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120233, 1155, '1232-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120234, 1155, '1232-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120235, 1155, '1232-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120236, 1155, '1233-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120237, 1155, '1233-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120238, 1155, '1233-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120239, 1155, '1233-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120240, 1155, '1233-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120241, 1155, '1233-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120242, 1155, '1233-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120243, 1155, '1233-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120244, 1155, '1233-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120245, 1155, '1233-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120246, 1155, '1233-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120247, 1155, '1233-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120248, 1155, '1234-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120249, 1155, '1234-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120250, 1155, '1234-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120251, 1155, '1234-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120252, 1155, '1234-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120253, 1155, '1234-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120254, 1155, '1234-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120255, 1155, '1234-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120256, 1155, '1234-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120257, 1155, '1234-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120258, 1155, '1234-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120259, 1155, '1234-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120260, 1155, '1235-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120261, 1155, '1235-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120262, 1155, '1235-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120263, 1155, '1235-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120264, 1155, '1235-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120265, 1155, '1235-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120266, 1155, '1235-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120267, 1155, '1235-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120268, 1155, '1235-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120269, 1155, '1235-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120270, 1155, '1235-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120271, 1155, '1235-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120272, 1155, '1236-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120273, 1155, '1236-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120274, 1155, '1236-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120275, 1155, '1236-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120276, 1155, '1236-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120277, 1155, '1236-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120278, 1155, '1236-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120279, 1155, '1236-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120280, 1155, '1236-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120281, 1155, '1236-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120282, 1155, '1236-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120283, 1155, '1236-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120284, 1155, '1237-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120285, 1155, '1237-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120286, 1155, '1237-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120287, 1155, '1237-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120288, 1155, '1237-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120289, 1155, '1237-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120290, 1155, '1237-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120291, 1155, '1237-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120292, 1155, '1237-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120293, 1155, '1237-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120294, 1155, '1237-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120295, 1155, '1237-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120296, 1155, '1238-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120297, 1155, '1238-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120298, 1155, '1238-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120299, 1155, '1238-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120300, 1155, '1238-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120301, 1155, '1238-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120302, 1155, '1238-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120303, 1155, '1238-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120304, 1155, '1238-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120305, 1155, '1238-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120306, 1155, '1238-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120307, 1155, '1238-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120308, 1155, '1239-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120309, 1155, '1239-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120310, 1155, '1239-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120311, 1155, '1239-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120312, 1155, '1239-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120313, 1155, '1239-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120314, 1155, '1239-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120315, 1155, '1239-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:30', '2023-09-12 17:43:30'),
(120316, 1155, '1239-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120317, 1155, '1239-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120318, 1155, '1239-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120319, 1155, '1239-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120320, 1155, '1240-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120321, 1155, '1240-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120322, 1155, '1240-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120323, 1155, '1240-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120324, 1155, '1240-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120325, 1155, '1240-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120326, 1155, '1240-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120327, 1155, '1240-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120328, 1155, '1240-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120329, 1155, '1240-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120330, 1155, '1240-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120331, 1155, '1240-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120332, 1155, '1241-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120333, 1155, '1241-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120334, 1155, '1241-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120335, 1155, '1241-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120336, 1155, '1241-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120337, 1155, '1241-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120338, 1155, '1241-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120339, 1155, '1241-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120340, 1155, '1241-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120341, 1155, '1241-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120342, 1155, '1241-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120343, 1155, '1241-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120344, 1155, '1242-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120345, 1155, '1242-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120346, 1155, '1242-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120347, 1155, '1242-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120348, 1155, '1242-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120349, 1155, '1242-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120350, 1155, '1242-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120351, 1155, '1242-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120352, 1155, '1242-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120353, 1155, '1242-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120354, 1155, '1242-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120355, 1155, '1242-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120356, 1155, '1243-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120357, 1155, '1243-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120358, 1155, '1243-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120359, 1155, '1243-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120360, 1155, '1243-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120361, 1155, '1243-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120362, 1155, '1243-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120363, 1155, '1243-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120364, 1155, '1243-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120365, 1155, '1243-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120366, 1155, '1243-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120367, 1155, '1243-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120368, 1155, '1244-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120369, 1155, '1244-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120370, 1155, '1244-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120371, 1155, '1244-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120372, 1155, '1244-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120373, 1155, '1244-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120374, 1155, '1244-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120375, 1155, '1244-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120376, 1155, '1244-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120377, 1155, '1244-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120378, 1155, '1244-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120379, 1155, '1244-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120380, 1155, '1245-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120381, 1155, '1245-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120382, 1155, '1245-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120383, 1155, '1245-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120384, 1155, '1245-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120385, 1155, '1245-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120386, 1155, '1245-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120387, 1155, '1245-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120388, 1155, '1245-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120389, 1155, '1245-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120390, 1155, '1245-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120391, 1155, '1245-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120392, 1155, '1246-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120393, 1155, '1246-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120394, 1155, '1246-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120395, 1155, '1246-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120396, 1155, '1246-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120397, 1155, '1246-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120398, 1155, '1246-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120399, 1155, '1246-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120400, 1155, '1246-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120401, 1155, '1246-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120402, 1155, '1246-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120403, 1155, '1246-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120404, 1155, '1247-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120405, 1155, '1247-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120406, 1155, '1247-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120407, 1155, '1247-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120408, 1155, '1247-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120409, 1155, '1247-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120410, 1155, '1247-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120411, 1155, '1247-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120412, 1155, '1247-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120413, 1155, '1247-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120414, 1155, '1247-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120415, 1155, '1247-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120416, 1155, '1248-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120417, 1155, '1248-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120418, 1155, '1248-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120419, 1155, '1248-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120420, 1155, '1248-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120421, 1155, '1248-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120422, 1155, '1248-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120423, 1155, '1248-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120424, 1155, '1248-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120425, 1155, '1248-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120426, 1155, '1248-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120427, 1155, '1248-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120428, 1155, '1249-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120429, 1155, '1249-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120430, 1155, '1249-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120431, 1155, '1249-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120432, 1155, '1249-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120433, 1155, '1249-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120434, 1155, '1249-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120435, 1155, '1249-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120436, 1155, '1249-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120437, 1155, '1249-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120438, 1155, '1249-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120439, 1155, '1249-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120440, 1155, '1250-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120441, 1155, '1250-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120442, 1155, '1250-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120443, 1155, '1250-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120444, 1155, '1250-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120445, 1155, '1250-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120446, 1155, '1250-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120447, 1155, '1250-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120448, 1155, '1250-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120449, 1155, '1250-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120450, 1155, '1250-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120451, 1155, '1250-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120452, 1155, '1251-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120453, 1155, '1251-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120454, 1155, '1251-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120455, 1155, '1251-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120456, 1155, '1251-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120457, 1155, '1251-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120458, 1155, '1251-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120459, 1155, '1251-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120460, 1155, '1251-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120461, 1155, '1251-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120462, 1155, '1251-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120463, 1155, '1251-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120464, 1155, '1252-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120465, 1155, '1252-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120466, 1155, '1252-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120467, 1155, '1252-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120468, 1155, '1252-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120469, 1155, '1252-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120470, 1155, '1252-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120471, 1155, '1252-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120472, 1155, '1252-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120473, 1155, '1252-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120474, 1155, '1252-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120475, 1155, '1252-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120476, 1155, '1253-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120477, 1155, '1253-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120478, 1155, '1253-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120479, 1155, '1253-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120480, 1155, '1253-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120481, 1155, '1253-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120482, 1155, '1253-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120483, 1155, '1253-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120484, 1155, '1253-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120485, 1155, '1253-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120486, 1155, '1253-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120487, 1155, '1253-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120488, 1155, '1254-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120489, 1155, '1254-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120490, 1155, '1254-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120491, 1155, '1254-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120492, 1155, '1254-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120493, 1155, '1254-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120494, 1155, '1254-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120495, 1155, '1254-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120496, 1155, '1254-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120497, 1155, '1254-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120498, 1155, '1254-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120499, 1155, '1254-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120500, 1155, '1255-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120501, 1155, '1255-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120502, 1155, '1255-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120503, 1155, '1255-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120504, 1155, '1255-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120505, 1155, '1255-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120506, 1155, '1255-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120507, 1155, '1255-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120508, 1155, '1255-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120509, 1155, '1255-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120510, 1155, '1255-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120511, 1155, '1255-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120512, 1155, '1256-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120513, 1155, '1256-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120514, 1155, '1256-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120515, 1155, '1256-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120516, 1155, '1256-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120517, 1155, '1256-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120518, 1155, '1256-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120519, 1155, '1256-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120520, 1155, '1256-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120521, 1155, '1256-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120522, 1155, '1256-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120523, 1155, '1256-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120524, 1155, '1257-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120525, 1155, '1257-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120526, 1155, '1257-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120527, 1155, '1257-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120528, 1155, '1257-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120529, 1155, '1257-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120530, 1155, '1257-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120531, 1155, '1257-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120532, 1155, '1257-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120533, 1155, '1257-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120534, 1155, '1257-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120535, 1155, '1257-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120536, 1155, '1258-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120537, 1155, '1258-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120538, 1155, '1258-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120539, 1155, '1258-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120540, 1155, '1258-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120541, 1155, '1258-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120542, 1155, '1258-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120543, 1155, '1258-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120544, 1155, '1258-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120545, 1155, '1258-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120546, 1155, '1258-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120547, 1155, '1258-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120548, 1155, '1259-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120549, 1155, '1259-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120550, 1155, '1259-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120551, 1155, '1259-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120552, 1155, '1259-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120553, 1155, '1259-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120554, 1155, '1259-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120555, 1155, '1259-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120556, 1155, '1259-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120557, 1155, '1259-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120558, 1155, '1259-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120559, 1155, '1259-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120560, 1155, '1260-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120561, 1155, '1260-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120562, 1155, '1260-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120563, 1155, '1260-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120564, 1155, '1260-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120565, 1155, '1260-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120566, 1155, '1260-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120567, 1155, '1260-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120568, 1155, '1260-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120569, 1155, '1260-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120570, 1155, '1260-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120571, 1155, '1260-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120572, 1155, '1261-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120573, 1155, '1261-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120574, 1155, '1261-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120575, 1155, '1261-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120576, 1155, '1261-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120577, 1155, '1261-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120578, 1155, '1261-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120579, 1155, '1261-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120580, 1155, '1261-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120581, 1155, '1261-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120582, 1155, '1261-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120583, 1155, '1261-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120584, 1155, '1262-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120585, 1155, '1262-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120586, 1155, '1262-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120587, 1155, '1262-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120588, 1155, '1262-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120589, 1155, '1262-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120590, 1155, '1262-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120591, 1155, '1262-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120592, 1155, '1262-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120593, 1155, '1262-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120594, 1155, '1262-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120595, 1155, '1262-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120596, 1155, '1263-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120597, 1155, '1263-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120598, 1155, '1263-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120599, 1155, '1263-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120600, 1155, '1263-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120601, 1155, '1263-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120602, 1155, '1263-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120603, 1155, '1263-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120604, 1155, '1263-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120605, 1155, '1263-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120606, 1155, '1263-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120607, 1155, '1263-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120608, 1155, '1264-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120609, 1155, '1264-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120610, 1155, '1264-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120611, 1155, '1264-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120612, 1155, '1264-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120613, 1155, '1264-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120614, 1155, '1264-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120615, 1155, '1264-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120616, 1155, '1264-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120617, 1155, '1264-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120618, 1155, '1264-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120619, 1155, '1264-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120620, 1155, '1265-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120621, 1155, '1265-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(120622, 1155, '1265-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120623, 1155, '1265-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120624, 1155, '1265-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120625, 1155, '1265-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120626, 1155, '1265-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120627, 1155, '1265-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120628, 1155, '1265-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120629, 1155, '1265-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120630, 1155, '1265-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120631, 1155, '1265-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120632, 1155, '1266-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120633, 1155, '1266-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120634, 1155, '1266-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120635, 1155, '1266-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120636, 1155, '1266-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120637, 1155, '1266-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120638, 1155, '1266-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120639, 1155, '1266-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120640, 1155, '1266-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120641, 1155, '1266-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120642, 1155, '1266-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120643, 1155, '1266-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120644, 1155, '1267-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120645, 1155, '1267-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120646, 1155, '1267-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120647, 1155, '1267-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120648, 1155, '1267-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120649, 1155, '1267-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120650, 1155, '1267-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120651, 1155, '1267-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120652, 1155, '1267-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120653, 1155, '1267-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120654, 1155, '1267-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120655, 1155, '1267-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120656, 1155, '1268-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120657, 1155, '1268-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120658, 1155, '1268-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120659, 1155, '1268-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120660, 1155, '1268-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120661, 1155, '1268-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120662, 1155, '1268-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120663, 1155, '1268-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120664, 1155, '1268-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120665, 1155, '1268-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120666, 1155, '1268-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120667, 1155, '1268-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120668, 1155, '1269-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120669, 1155, '1269-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120670, 1155, '1269-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120671, 1155, '1269-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120672, 1155, '1269-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120673, 1155, '1269-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120674, 1155, '1269-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120675, 1155, '1269-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120676, 1155, '1269-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120677, 1155, '1269-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120678, 1155, '1269-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120679, 1155, '1269-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120680, 1155, '1270-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120681, 1155, '1270-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120682, 1155, '1270-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120683, 1155, '1270-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120684, 1155, '1270-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120685, 1155, '1270-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120686, 1155, '1270-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120687, 1155, '1270-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120688, 1155, '1270-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120689, 1155, '1270-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120690, 1155, '1270-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120691, 1155, '1270-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120692, 1155, '1271-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120693, 1155, '1271-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120694, 1155, '1271-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120695, 1155, '1271-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120696, 1155, '1271-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120697, 1155, '1271-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120698, 1155, '1271-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120699, 1155, '1271-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120700, 1155, '1271-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120701, 1155, '1271-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120702, 1155, '1271-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120703, 1155, '1271-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120704, 1155, '1272-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120705, 1155, '1272-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120706, 1155, '1272-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120707, 1155, '1272-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120708, 1155, '1272-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120709, 1155, '1272-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120710, 1155, '1272-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120711, 1155, '1272-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120712, 1155, '1272-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120713, 1155, '1272-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120714, 1155, '1272-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120715, 1155, '1272-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120716, 1155, '1273-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120717, 1155, '1273-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120718, 1155, '1273-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120719, 1155, '1273-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120720, 1155, '1273-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120721, 1155, '1273-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120722, 1155, '1273-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120723, 1155, '1273-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120724, 1155, '1273-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120725, 1155, '1273-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120726, 1155, '1273-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120727, 1155, '1273-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120728, 1155, '1274-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120729, 1155, '1274-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120730, 1155, '1274-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120731, 1155, '1274-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120732, 1155, '1274-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120733, 1155, '1274-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120734, 1155, '1274-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120735, 1155, '1274-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120736, 1155, '1274-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120737, 1155, '1274-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120738, 1155, '1274-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120739, 1155, '1274-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120740, 1155, '1275-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120741, 1155, '1275-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120742, 1155, '1275-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120743, 1155, '1275-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:31', '2023-09-12 17:43:31'),
(120744, 1155, '1275-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120745, 1155, '1275-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120746, 1155, '1275-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120747, 1155, '1275-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120748, 1155, '1275-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120749, 1155, '1275-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120750, 1155, '1275-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120751, 1155, '1275-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120752, 1155, '1276-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120753, 1155, '1276-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120754, 1155, '1276-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120755, 1155, '1276-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120756, 1155, '1276-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120757, 1155, '1276-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120758, 1155, '1276-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120759, 1155, '1276-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120760, 1155, '1276-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120761, 1155, '1276-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120762, 1155, '1276-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120763, 1155, '1276-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120764, 1155, '1277-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120765, 1155, '1277-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120766, 1155, '1277-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120767, 1155, '1277-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120768, 1155, '1277-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120769, 1155, '1277-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120770, 1155, '1277-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120771, 1155, '1277-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120772, 1155, '1277-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120773, 1155, '1277-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120774, 1155, '1277-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120775, 1155, '1277-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120776, 1155, '1278-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120777, 1155, '1278-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120778, 1155, '1278-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120779, 1155, '1278-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120780, 1155, '1278-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120781, 1155, '1278-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120782, 1155, '1278-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120783, 1155, '1278-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120784, 1155, '1278-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120785, 1155, '1278-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120786, 1155, '1278-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120787, 1155, '1278-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120788, 1155, '1279-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120789, 1155, '1279-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120790, 1155, '1279-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120791, 1155, '1279-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120792, 1155, '1279-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120793, 1155, '1279-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120794, 1155, '1279-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120795, 1155, '1279-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120796, 1155, '1279-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120797, 1155, '1279-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120798, 1155, '1279-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120799, 1155, '1279-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120800, 1155, '1280-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120801, 1155, '1280-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120802, 1155, '1280-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120803, 1155, '1280-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120804, 1155, '1280-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120805, 1155, '1280-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120806, 1155, '1280-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120807, 1155, '1280-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120808, 1155, '1280-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120809, 1155, '1280-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120810, 1155, '1280-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120811, 1155, '1280-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120812, 1155, '1281-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120813, 1155, '1281-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120814, 1155, '1281-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120815, 1155, '1281-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120816, 1155, '1281-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120817, 1155, '1281-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120818, 1155, '1281-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120819, 1155, '1281-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120820, 1155, '1281-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120821, 1155, '1281-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120822, 1155, '1281-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120823, 1155, '1281-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120824, 1155, '1282-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120825, 1155, '1282-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120826, 1155, '1282-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120827, 1155, '1282-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120828, 1155, '1282-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120829, 1155, '1282-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120830, 1155, '1282-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120831, 1155, '1282-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120832, 1155, '1282-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120833, 1155, '1282-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120834, 1155, '1282-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120835, 1155, '1282-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120836, 1155, '1283-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120837, 1155, '1283-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120838, 1155, '1283-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120839, 1155, '1283-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120840, 1155, '1283-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120841, 1155, '1283-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120842, 1155, '1283-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120843, 1155, '1283-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120844, 1155, '1283-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120845, 1155, '1283-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120846, 1155, '1283-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120847, 1155, '1283-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120848, 1155, '1284-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120849, 1155, '1284-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120850, 1155, '1284-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120851, 1155, '1284-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120852, 1155, '1284-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120853, 1155, '1284-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120854, 1155, '1284-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120855, 1155, '1284-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120856, 1155, '1284-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120857, 1155, '1284-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120858, 1155, '1284-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120859, 1155, '1284-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120860, 1155, '1285-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120861, 1155, '1285-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120862, 1155, '1285-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120863, 1155, '1285-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120864, 1155, '1285-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120865, 1155, '1285-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120866, 1155, '1285-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120867, 1155, '1285-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120868, 1155, '1285-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120869, 1155, '1285-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120870, 1155, '1285-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120871, 1155, '1285-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120872, 1155, '1286-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120873, 1155, '1286-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120874, 1155, '1286-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120875, 1155, '1286-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120876, 1155, '1286-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120877, 1155, '1286-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120878, 1155, '1286-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120879, 1155, '1286-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120880, 1155, '1286-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120881, 1155, '1286-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120882, 1155, '1286-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120883, 1155, '1286-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120884, 1155, '1287-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120885, 1155, '1287-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120886, 1155, '1287-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120887, 1155, '1287-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120888, 1155, '1287-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120889, 1155, '1287-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120890, 1155, '1287-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120891, 1155, '1287-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120892, 1155, '1287-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120893, 1155, '1287-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120894, 1155, '1287-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120895, 1155, '1287-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120896, 1155, '1288-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120897, 1155, '1288-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120898, 1155, '1288-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120899, 1155, '1288-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120900, 1155, '1288-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120901, 1155, '1288-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120902, 1155, '1288-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120903, 1155, '1288-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120904, 1155, '1288-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120905, 1155, '1288-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120906, 1155, '1288-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120907, 1155, '1288-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120908, 1155, '1289-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120909, 1155, '1289-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120910, 1155, '1289-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120911, 1155, '1289-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120912, 1155, '1289-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120913, 1155, '1289-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120914, 1155, '1289-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120915, 1155, '1289-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120916, 1155, '1289-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120917, 1155, '1289-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120918, 1155, '1289-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120919, 1155, '1289-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120920, 1155, '1290-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120921, 1155, '1290-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120922, 1155, '1290-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120923, 1155, '1290-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120924, 1155, '1290-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120925, 1155, '1290-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120926, 1155, '1290-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120927, 1155, '1290-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120928, 1155, '1290-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120929, 1155, '1290-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120930, 1155, '1290-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120931, 1155, '1290-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120932, 1155, '1291-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120933, 1155, '1291-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120934, 1155, '1291-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120935, 1155, '1291-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120936, 1155, '1291-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120937, 1155, '1291-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120938, 1155, '1291-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120939, 1155, '1291-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120940, 1155, '1291-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120941, 1155, '1291-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120942, 1155, '1291-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120943, 1155, '1291-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120944, 1155, '1292-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120945, 1155, '1292-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120946, 1155, '1292-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120947, 1155, '1292-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120948, 1155, '1292-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120949, 1155, '1292-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120950, 1155, '1292-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120951, 1155, '1292-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120952, 1155, '1292-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120953, 1155, '1292-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120954, 1155, '1292-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120955, 1155, '1292-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120956, 1155, '1293-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120957, 1155, '1293-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120958, 1155, '1293-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120959, 1155, '1293-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120960, 1155, '1293-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120961, 1155, '1293-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120962, 1155, '1293-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120963, 1155, '1293-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120964, 1155, '1293-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120965, 1155, '1293-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120966, 1155, '1293-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120967, 1155, '1293-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120968, 1155, '1294-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120969, 1155, '1294-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120970, 1155, '1294-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120971, 1155, '1294-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120972, 1155, '1294-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120973, 1155, '1294-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120974, 1155, '1294-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120975, 1155, '1294-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120976, 1155, '1294-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120977, 1155, '1294-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120978, 1155, '1294-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120979, 1155, '1294-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120980, 1155, '1295-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120981, 1155, '1295-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120982, 1155, '1295-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120983, 1155, '1295-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120984, 1155, '1295-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120985, 1155, '1295-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120986, 1155, '1295-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120987, 1155, '1295-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120988, 1155, '1295-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120989, 1155, '1295-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120990, 1155, '1295-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120991, 1155, '1295-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120992, 1155, '1296-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120993, 1155, '1296-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120994, 1155, '1296-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120995, 1155, '1296-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120996, 1155, '1296-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120997, 1155, '1296-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120998, 1155, '1296-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(120999, 1155, '1296-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(121000, 1155, '1296-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(121001, 1155, '1296-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(121002, 1155, '1296-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(121003, 1155, '1296-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(121004, 1155, '1297-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(121005, 1155, '1297-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(121006, 1155, '1297-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(121007, 1155, '1297-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(121008, 1155, '1297-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(121009, 1155, '1297-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(121010, 1155, '1297-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(121011, 1155, '1297-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(121012, 1155, '1297-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(121013, 1155, '1297-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(121014, 1155, '1297-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(121015, 1155, '1297-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(121016, 1155, '1298-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(121017, 1155, '1298-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(121018, 1155, '1298-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(121019, 1155, '1298-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(121020, 1155, '1298-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(121021, 1155, '1298-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(121022, 1155, '1298-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(121023, 1155, '1298-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(121024, 1155, '1298-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(121025, 1155, '1298-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(121026, 1155, '1298-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(121027, 1155, '1298-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(121028, 1155, '1299-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(121029, 1155, '1299-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(121030, 1155, '1299-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(121031, 1155, '1299-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(121032, 1155, '1299-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(121033, 1155, '1299-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(121034, 1155, '1299-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(121035, 1155, '1299-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(121036, 1155, '1299-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(121037, 1155, '1299-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(121038, 1155, '1299-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(121039, 1155, '1299-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(121040, 1155, '1300-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(121041, 1155, '1300-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(121042, 1155, '1300-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(121043, 1155, '1300-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(121044, 1155, '1300-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(121045, 1155, '1300-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(121046, 1155, '1300-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(121047, 1155, '1300-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(121048, 1155, '1300-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(121049, 1155, '1300-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(121050, 1155, '1300-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(121051, 1155, '1300-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(121052, 1155, '1301-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(121053, 1155, '1301-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(121054, 1155, '1301-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(121055, 1155, '1301-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(121056, 1155, '1301-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(121057, 1155, '1301-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(121058, 1155, '1301-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(121059, 1155, '1301-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(121060, 1155, '1301-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(121061, 1155, '1301-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(121062, 1155, '1301-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(121063, 1155, '1301-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(121064, 1155, '1302-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(121065, 1155, '1302-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(121066, 1155, '1302-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(121067, 1155, '1302-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(121068, 1155, '1302-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(121069, 1155, '1302-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(121070, 1155, '1302-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(121071, 1155, '1302-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(121072, 1155, '1302-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(121073, 1155, '1302-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(121074, 1155, '1302-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(121075, 1155, '1302-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(121076, 1155, '1303-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(121077, 1155, '1303-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(121078, 1155, '1303-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(121079, 1155, '1303-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(121080, 1155, '1303-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(121081, 1155, '1303-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(121082, 1155, '1303-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(121083, 1155, '1303-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(121084, 1155, '1303-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(121085, 1155, '1303-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(121086, 1155, '1303-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(121087, 1155, '1303-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(121088, 1155, '1304-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(121089, 1155, '1304-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(121090, 1155, '1304-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(121091, 1155, '1304-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(121092, 1155, '1304-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(121093, 1155, '1304-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(121094, 1155, '1304-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(121095, 1155, '1304-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(121096, 1155, '1304-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(121097, 1155, '1304-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(121098, 1155, '1304-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(121099, 1155, '1304-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(121100, 1155, '1305-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(121101, 1155, '1305-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(121102, 1155, '1305-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(121103, 1155, '1305-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(121104, 1155, '1305-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(121105, 1155, '1305-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(121106, 1155, '1305-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(121107, 1155, '1305-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(121108, 1155, '1305-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(121109, 1155, '1305-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(121110, 1155, '1305-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(121111, 1155, '1305-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(121112, 1155, '1306-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(121113, 1155, '1306-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(121114, 1155, '1306-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(121115, 1155, '1306-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(121116, 1155, '1306-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(121117, 1155, '1306-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(121118, 1155, '1306-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(121119, 1155, '1306-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(121120, 1155, '1306-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(121121, 1155, '1306-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(121122, 1155, '1306-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(121123, 1155, '1306-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(121124, 1155, '1307-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(121125, 1155, '1307-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(121126, 1155, '1307-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(121127, 1155, '1307-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(121128, 1155, '1307-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(121129, 1155, '1307-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(121130, 1155, '1307-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(121131, 1155, '1307-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(121132, 1155, '1307-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:32', '2023-09-12 17:43:32'),
(121133, 1155, '1307-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121134, 1155, '1307-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121135, 1155, '1307-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121136, 1155, '1308-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121137, 1155, '1308-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121138, 1155, '1308-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121139, 1155, '1308-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121140, 1155, '1308-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121141, 1155, '1308-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121142, 1155, '1308-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121143, 1155, '1308-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121144, 1155, '1308-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121145, 1155, '1308-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121146, 1155, '1308-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121147, 1155, '1308-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121148, 1155, '1309-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121149, 1155, '1309-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121150, 1155, '1309-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121151, 1155, '1309-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121152, 1155, '1309-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121153, 1155, '1309-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121154, 1155, '1309-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121155, 1155, '1309-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121156, 1155, '1309-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121157, 1155, '1309-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121158, 1155, '1309-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121159, 1155, '1309-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121160, 1155, '1310-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121161, 1155, '1310-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121162, 1155, '1310-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121163, 1155, '1310-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121164, 1155, '1310-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121165, 1155, '1310-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121166, 1155, '1310-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121167, 1155, '1310-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121168, 1155, '1310-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121169, 1155, '1310-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121170, 1155, '1310-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121171, 1155, '1310-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121172, 1155, '1311-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121173, 1155, '1311-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121174, 1155, '1311-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121175, 1155, '1311-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121176, 1155, '1311-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121177, 1155, '1311-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121178, 1155, '1311-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121179, 1155, '1311-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121180, 1155, '1311-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121181, 1155, '1311-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121182, 1155, '1311-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121183, 1155, '1311-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121184, 1155, '1312-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121185, 1155, '1312-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121186, 1155, '1312-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121187, 1155, '1312-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121188, 1155, '1312-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121189, 1155, '1312-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121190, 1155, '1312-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121191, 1155, '1312-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121192, 1155, '1312-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121193, 1155, '1312-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121194, 1155, '1312-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121195, 1155, '1312-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121196, 1155, '1313-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121197, 1155, '1313-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121198, 1155, '1313-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121199, 1155, '1313-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121200, 1155, '1313-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121201, 1155, '1313-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121202, 1155, '1313-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121203, 1155, '1313-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121204, 1155, '1313-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121205, 1155, '1313-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121206, 1155, '1313-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121207, 1155, '1313-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121208, 1155, '1314-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121209, 1155, '1314-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121210, 1155, '1314-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121211, 1155, '1314-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121212, 1155, '1314-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121213, 1155, '1314-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121214, 1155, '1314-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121215, 1155, '1314-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121216, 1155, '1314-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121217, 1155, '1314-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121218, 1155, '1314-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121219, 1155, '1314-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121220, 1155, '1315-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121221, 1155, '1315-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121222, 1155, '1315-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121223, 1155, '1315-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121224, 1155, '1315-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121225, 1155, '1315-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121226, 1155, '1315-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121227, 1155, '1315-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121228, 1155, '1315-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121229, 1155, '1315-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121230, 1155, '1315-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121231, 1155, '1315-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121232, 1155, '1316-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121233, 1155, '1316-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121234, 1155, '1316-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121235, 1155, '1316-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121236, 1155, '1316-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121237, 1155, '1316-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121238, 1155, '1316-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121239, 1155, '1316-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121240, 1155, '1316-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121241, 1155, '1316-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121242, 1155, '1316-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121243, 1155, '1316-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121244, 1155, '1317-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121245, 1155, '1317-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121246, 1155, '1317-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121247, 1155, '1317-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121248, 1155, '1317-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121249, 1155, '1317-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121250, 1155, '1317-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121251, 1155, '1317-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121252, 1155, '1317-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121253, 1155, '1317-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121254, 1155, '1317-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121255, 1155, '1317-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121256, 1155, '1318-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121257, 1155, '1318-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121258, 1155, '1318-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121259, 1155, '1318-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121260, 1155, '1318-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121261, 1155, '1318-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121262, 1155, '1318-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121263, 1155, '1318-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121264, 1155, '1318-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121265, 1155, '1318-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121266, 1155, '1318-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121267, 1155, '1318-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121268, 1155, '1319-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121269, 1155, '1319-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121270, 1155, '1319-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121271, 1155, '1319-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121272, 1155, '1319-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121273, 1155, '1319-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121274, 1155, '1319-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121275, 1155, '1319-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121276, 1155, '1319-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121277, 1155, '1319-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121278, 1155, '1319-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121279, 1155, '1319-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121280, 1155, '1320-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121281, 1155, '1320-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121282, 1155, '1320-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121283, 1155, '1320-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121284, 1155, '1320-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121285, 1155, '1320-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121286, 1155, '1320-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121287, 1155, '1320-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121288, 1155, '1320-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121289, 1155, '1320-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121290, 1155, '1320-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121291, 1155, '1320-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121292, 1155, '1321-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121293, 1155, '1321-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121294, 1155, '1321-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121295, 1155, '1321-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121296, 1155, '1321-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121297, 1155, '1321-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121298, 1155, '1321-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121299, 1155, '1321-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121300, 1155, '1321-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121301, 1155, '1321-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121302, 1155, '1321-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121303, 1155, '1321-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121304, 1155, '1322-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121305, 1155, '1322-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121306, 1155, '1322-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121307, 1155, '1322-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121308, 1155, '1322-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121309, 1155, '1322-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121310, 1155, '1322-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121311, 1155, '1322-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121312, 1155, '1322-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121313, 1155, '1322-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121314, 1155, '1322-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121315, 1155, '1322-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121316, 1155, '1323-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121317, 1155, '1323-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121318, 1155, '1323-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121319, 1155, '1323-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121320, 1155, '1323-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121321, 1155, '1323-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121322, 1155, '1323-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121323, 1155, '1323-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121324, 1155, '1323-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121325, 1155, '1323-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121326, 1155, '1323-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121327, 1155, '1323-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121328, 1155, '1324-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121329, 1155, '1324-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121330, 1155, '1324-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121331, 1155, '1324-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121332, 1155, '1324-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121333, 1155, '1324-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121334, 1155, '1324-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121335, 1155, '1324-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121336, 1155, '1324-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121337, 1155, '1324-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121338, 1155, '1324-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121339, 1155, '1324-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121340, 1155, '1325-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121341, 1155, '1325-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121342, 1155, '1325-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121343, 1155, '1325-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121344, 1155, '1325-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121345, 1155, '1325-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121346, 1155, '1325-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121347, 1155, '1325-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121348, 1155, '1325-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121349, 1155, '1325-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121350, 1155, '1325-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121351, 1155, '1325-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121352, 1155, '1326-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121353, 1155, '1326-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121354, 1155, '1326-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121355, 1155, '1326-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121356, 1155, '1326-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121357, 1155, '1326-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121358, 1155, '1326-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121359, 1155, '1326-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121360, 1155, '1326-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121361, 1155, '1326-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121362, 1155, '1326-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121363, 1155, '1326-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121364, 1155, '1327-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121365, 1155, '1327-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121366, 1155, '1327-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121367, 1155, '1327-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121368, 1155, '1327-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121369, 1155, '1327-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121370, 1155, '1327-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121371, 1155, '1327-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121372, 1155, '1327-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121373, 1155, '1327-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121374, 1155, '1327-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121375, 1155, '1327-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121376, 1155, '1328-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121377, 1155, '1328-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121378, 1155, '1328-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121379, 1155, '1328-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121380, 1155, '1328-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121381, 1155, '1328-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121382, 1155, '1328-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121383, 1155, '1328-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121384, 1155, '1328-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121385, 1155, '1328-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121386, 1155, '1328-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121387, 1155, '1328-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121388, 1155, '1329-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121389, 1155, '1329-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121390, 1155, '1329-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121391, 1155, '1329-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121392, 1155, '1329-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121393, 1155, '1329-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121394, 1155, '1329-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121395, 1155, '1329-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121396, 1155, '1329-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121397, 1155, '1329-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121398, 1155, '1329-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121399, 1155, '1329-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121400, 1155, '1330-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121401, 1155, '1330-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121402, 1155, '1330-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121403, 1155, '1330-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121404, 1155, '1330-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121405, 1155, '1330-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121406, 1155, '1330-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121407, 1155, '1330-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121408, 1155, '1330-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121409, 1155, '1330-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121410, 1155, '1330-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121411, 1155, '1330-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121412, 1155, '1331-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121413, 1155, '1331-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121414, 1155, '1331-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121415, 1155, '1331-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121416, 1155, '1331-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121417, 1155, '1331-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121418, 1155, '1331-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121419, 1155, '1331-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121420, 1155, '1331-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121421, 1155, '1331-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121422, 1155, '1331-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121423, 1155, '1331-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121424, 1155, '1332-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121425, 1155, '1332-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121426, 1155, '1332-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121427, 1155, '1332-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121428, 1155, '1332-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121429, 1155, '1332-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121430, 1155, '1332-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121431, 1155, '1332-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121432, 1155, '1332-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121433, 1155, '1332-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121434, 1155, '1332-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121435, 1155, '1332-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121436, 1155, '1333-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121437, 1155, '1333-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121438, 1155, '1333-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121439, 1155, '1333-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121440, 1155, '1333-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121441, 1155, '1333-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121442, 1155, '1333-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121443, 1155, '1333-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121444, 1155, '1333-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121445, 1155, '1333-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121446, 1155, '1333-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121447, 1155, '1333-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121448, 1155, '1334-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121449, 1155, '1334-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121450, 1155, '1334-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121451, 1155, '1334-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121452, 1155, '1334-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121453, 1155, '1334-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121454, 1155, '1334-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121455, 1155, '1334-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121456, 1155, '1334-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121457, 1155, '1334-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121458, 1155, '1334-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121459, 1155, '1334-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121460, 1155, '1335-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121461, 1155, '1335-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121462, 1155, '1335-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121463, 1155, '1335-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121464, 1155, '1335-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121465, 1155, '1335-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121466, 1155, '1335-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121467, 1155, '1335-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121468, 1155, '1335-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121469, 1155, '1335-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121470, 1155, '1335-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121471, 1155, '1335-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121472, 1155, '1336-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121473, 1155, '1336-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121474, 1155, '1336-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121475, 1155, '1336-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121476, 1155, '1336-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121477, 1155, '1336-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121478, 1155, '1336-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121479, 1155, '1336-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121480, 1155, '1336-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121481, 1155, '1336-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121482, 1155, '1336-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121483, 1155, '1336-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121484, 1155, '1337-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121485, 1155, '1337-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121486, 1155, '1337-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121487, 1155, '1337-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121488, 1155, '1337-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121489, 1155, '1337-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121490, 1155, '1337-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121491, 1155, '1337-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121492, 1155, '1337-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121493, 1155, '1337-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121494, 1155, '1337-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121495, 1155, '1337-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121496, 1155, '1338-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121497, 1155, '1338-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121498, 1155, '1338-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121499, 1155, '1338-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121500, 1155, '1338-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121501, 1155, '1338-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121502, 1155, '1338-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121503, 1155, '1338-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121504, 1155, '1338-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121505, 1155, '1338-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121506, 1155, '1338-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121507, 1155, '1338-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121508, 1155, '1339-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121509, 1155, '1339-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121510, 1155, '1339-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121511, 1155, '1339-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121512, 1155, '1339-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121513, 1155, '1339-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121514, 1155, '1339-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121515, 1155, '1339-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121516, 1155, '1339-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121517, 1155, '1339-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121518, 1155, '1339-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121519, 1155, '1339-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121520, 1155, '1340-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121521, 1155, '1340-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121522, 1155, '1340-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121523, 1155, '1340-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121524, 1155, '1340-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121525, 1155, '1340-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121526, 1155, '1340-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121527, 1155, '1340-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121528, 1155, '1340-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121529, 1155, '1340-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121530, 1155, '1340-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121531, 1155, '1340-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121532, 1155, '1341-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:33', '2023-09-12 17:43:33'),
(121533, 1155, '1341-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(121534, 1155, '1341-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121535, 1155, '1341-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121536, 1155, '1341-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121537, 1155, '1341-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121538, 1155, '1341-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121539, 1155, '1341-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121540, 1155, '1341-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121541, 1155, '1341-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121542, 1155, '1341-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121543, 1155, '1341-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121544, 1155, '1342-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121545, 1155, '1342-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121546, 1155, '1342-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121547, 1155, '1342-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121548, 1155, '1342-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121549, 1155, '1342-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121550, 1155, '1342-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121551, 1155, '1342-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121552, 1155, '1342-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121553, 1155, '1342-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121554, 1155, '1342-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121555, 1155, '1342-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121556, 1155, '1343-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121557, 1155, '1343-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121558, 1155, '1343-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121559, 1155, '1343-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121560, 1155, '1343-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121561, 1155, '1343-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121562, 1155, '1343-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121563, 1155, '1343-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121564, 1155, '1343-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121565, 1155, '1343-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121566, 1155, '1343-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121567, 1155, '1343-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121568, 1155, '1344-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121569, 1155, '1344-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121570, 1155, '1344-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121571, 1155, '1344-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121572, 1155, '1344-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121573, 1155, '1344-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121574, 1155, '1344-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121575, 1155, '1344-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121576, 1155, '1344-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121577, 1155, '1344-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121578, 1155, '1344-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121579, 1155, '1344-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121580, 1155, '1345-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121581, 1155, '1345-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121582, 1155, '1345-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121583, 1155, '1345-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121584, 1155, '1345-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121585, 1155, '1345-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121586, 1155, '1345-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121587, 1155, '1345-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121588, 1155, '1345-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121589, 1155, '1345-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121590, 1155, '1345-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121591, 1155, '1345-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121592, 1155, '1346-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121593, 1155, '1346-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121594, 1155, '1346-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121595, 1155, '1346-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121596, 1155, '1346-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121597, 1155, '1346-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121598, 1155, '1346-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121599, 1155, '1346-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121600, 1155, '1346-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121601, 1155, '1346-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121602, 1155, '1346-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121603, 1155, '1346-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121604, 1155, '1347-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121605, 1155, '1347-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121606, 1155, '1347-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121607, 1155, '1347-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121608, 1155, '1347-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121609, 1155, '1347-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121610, 1155, '1347-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121611, 1155, '1347-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121612, 1155, '1347-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121613, 1155, '1347-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121614, 1155, '1347-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121615, 1155, '1347-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121616, 1155, '1348-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121617, 1155, '1348-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121618, 1155, '1348-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121619, 1155, '1348-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121620, 1155, '1348-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121621, 1155, '1348-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121622, 1155, '1348-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121623, 1155, '1348-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121624, 1155, '1348-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121625, 1155, '1348-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121626, 1155, '1348-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121627, 1155, '1348-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121628, 1155, '1349-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121629, 1155, '1349-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121630, 1155, '1349-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121631, 1155, '1349-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121632, 1155, '1349-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121633, 1155, '1349-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121634, 1155, '1349-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121635, 1155, '1349-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121636, 1155, '1349-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121637, 1155, '1349-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121638, 1155, '1349-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121639, 1155, '1349-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121640, 1155, '1350-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121641, 1155, '1350-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121642, 1155, '1350-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121643, 1155, '1350-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121644, 1155, '1350-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121645, 1155, '1350-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121646, 1155, '1350-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121647, 1155, '1350-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121648, 1155, '1350-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121649, 1155, '1350-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121650, 1155, '1350-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121651, 1155, '1350-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121652, 1155, '1351-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121653, 1155, '1351-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121654, 1155, '1351-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121655, 1155, '1351-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121656, 1155, '1351-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121657, 1155, '1351-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121658, 1155, '1351-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121659, 1155, '1351-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121660, 1155, '1351-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121661, 1155, '1351-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121662, 1155, '1351-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121663, 1155, '1351-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121664, 1155, '1352-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121665, 1155, '1352-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121666, 1155, '1352-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121667, 1155, '1352-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121668, 1155, '1352-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121669, 1155, '1352-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121670, 1155, '1352-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121671, 1155, '1352-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121672, 1155, '1352-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121673, 1155, '1352-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121674, 1155, '1352-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121675, 1155, '1352-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121676, 1155, '1353-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121677, 1155, '1353-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121678, 1155, '1353-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121679, 1155, '1353-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121680, 1155, '1353-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121681, 1155, '1353-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121682, 1155, '1353-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121683, 1155, '1353-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121684, 1155, '1353-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121685, 1155, '1353-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121686, 1155, '1353-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121687, 1155, '1353-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121688, 1155, '1354-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121689, 1155, '1354-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121690, 1155, '1354-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121691, 1155, '1354-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121692, 1155, '1354-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121693, 1155, '1354-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121694, 1155, '1354-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121695, 1155, '1354-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121696, 1155, '1354-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121697, 1155, '1354-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121698, 1155, '1354-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121699, 1155, '1354-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121700, 1155, '1355-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121701, 1155, '1355-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121702, 1155, '1355-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121703, 1155, '1355-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121704, 1155, '1355-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121705, 1155, '1355-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121706, 1155, '1355-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121707, 1155, '1355-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121708, 1155, '1355-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121709, 1155, '1355-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121710, 1155, '1355-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121711, 1155, '1355-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121712, 1155, '1356-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121713, 1155, '1356-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121714, 1155, '1356-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121715, 1155, '1356-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121716, 1155, '1356-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121717, 1155, '1356-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121718, 1155, '1356-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121719, 1155, '1356-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121720, 1155, '1356-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121721, 1155, '1356-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121722, 1155, '1356-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121723, 1155, '1356-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121724, 1155, '1357-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121725, 1155, '1357-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121726, 1155, '1357-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121727, 1155, '1357-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121728, 1155, '1357-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121729, 1155, '1357-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121730, 1155, '1357-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121731, 1155, '1357-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121732, 1155, '1357-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121733, 1155, '1357-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121734, 1155, '1357-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121735, 1155, '1357-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121736, 1155, '1358-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121737, 1155, '1358-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121738, 1155, '1358-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121739, 1155, '1358-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121740, 1155, '1358-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121741, 1155, '1358-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121742, 1155, '1358-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121743, 1155, '1358-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121744, 1155, '1358-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121745, 1155, '1358-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121746, 1155, '1358-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121747, 1155, '1358-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121748, 1155, '1359-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121749, 1155, '1359-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121750, 1155, '1359-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121751, 1155, '1359-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121752, 1155, '1359-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121753, 1155, '1359-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121754, 1155, '1359-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121755, 1155, '1359-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121756, 1155, '1359-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121757, 1155, '1359-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121758, 1155, '1359-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121759, 1155, '1359-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121760, 1155, '1360-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121761, 1155, '1360-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121762, 1155, '1360-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121763, 1155, '1360-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121764, 1155, '1360-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121765, 1155, '1360-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121766, 1155, '1360-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121767, 1155, '1360-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121768, 1155, '1360-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121769, 1155, '1360-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121770, 1155, '1360-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121771, 1155, '1360-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121772, 1155, '1361-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121773, 1155, '1361-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121774, 1155, '1361-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121775, 1155, '1361-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121776, 1155, '1361-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121777, 1155, '1361-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121778, 1155, '1361-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121779, 1155, '1361-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121780, 1155, '1361-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121781, 1155, '1361-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121782, 1155, '1361-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121783, 1155, '1361-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121784, 1155, '1362-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121785, 1155, '1362-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121786, 1155, '1362-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121787, 1155, '1362-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121788, 1155, '1362-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121789, 1155, '1362-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121790, 1155, '1362-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121791, 1155, '1362-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121792, 1155, '1362-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121793, 1155, '1362-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121794, 1155, '1362-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121795, 1155, '1362-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121796, 1155, '1363-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121797, 1155, '1363-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121798, 1155, '1363-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121799, 1155, '1363-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121800, 1155, '1363-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121801, 1155, '1363-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121802, 1155, '1363-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121803, 1155, '1363-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121804, 1155, '1363-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121805, 1155, '1363-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121806, 1155, '1363-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121807, 1155, '1363-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121808, 1155, '1364-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121809, 1155, '1364-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121810, 1155, '1364-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121811, 1155, '1364-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121812, 1155, '1364-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121813, 1155, '1364-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121814, 1155, '1364-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121815, 1155, '1364-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121816, 1155, '1364-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121817, 1155, '1364-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121818, 1155, '1364-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121819, 1155, '1364-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121820, 1155, '1365-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121821, 1155, '1365-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121822, 1155, '1365-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121823, 1155, '1365-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121824, 1155, '1365-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121825, 1155, '1365-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121826, 1155, '1365-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121827, 1155, '1365-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121828, 1155, '1365-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121829, 1155, '1365-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121830, 1155, '1365-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121831, 1155, '1365-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121832, 1155, '1366-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121833, 1155, '1366-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121834, 1155, '1366-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121835, 1155, '1366-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121836, 1155, '1366-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121837, 1155, '1366-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121838, 1155, '1366-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121839, 1155, '1366-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121840, 1155, '1366-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121841, 1155, '1366-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121842, 1155, '1366-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121843, 1155, '1366-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121844, 1155, '1367-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121845, 1155, '1367-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121846, 1155, '1367-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121847, 1155, '1367-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121848, 1155, '1367-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121849, 1155, '1367-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121850, 1155, '1367-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121851, 1155, '1367-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121852, 1155, '1367-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121853, 1155, '1367-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121854, 1155, '1367-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121855, 1155, '1367-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121856, 1155, '1368-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121857, 1155, '1368-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121858, 1155, '1368-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121859, 1155, '1368-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121860, 1155, '1368-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121861, 1155, '1368-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121862, 1155, '1368-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121863, 1155, '1368-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121864, 1155, '1368-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121865, 1155, '1368-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121866, 1155, '1368-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121867, 1155, '1368-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121868, 1155, '1369-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121869, 1155, '1369-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121870, 1155, '1369-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121871, 1155, '1369-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121872, 1155, '1369-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121873, 1155, '1369-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121874, 1155, '1369-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121875, 1155, '1369-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121876, 1155, '1369-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121877, 1155, '1369-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121878, 1155, '1369-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121879, 1155, '1369-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121880, 1155, '1370-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121881, 1155, '1370-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121882, 1155, '1370-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121883, 1155, '1370-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121884, 1155, '1370-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121885, 1155, '1370-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121886, 1155, '1370-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121887, 1155, '1370-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121888, 1155, '1370-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121889, 1155, '1370-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121890, 1155, '1370-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121891, 1155, '1370-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121892, 1155, '1371-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121893, 1155, '1371-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121894, 1155, '1371-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121895, 1155, '1371-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121896, 1155, '1371-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121897, 1155, '1371-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121898, 1155, '1371-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121899, 1155, '1371-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121900, 1155, '1371-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:34', '2023-09-12 17:43:34'),
(121901, 1155, '1371-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(121902, 1155, '1371-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(121903, 1155, '1371-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(121904, 1155, '1372-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(121905, 1155, '1372-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(121906, 1155, '1372-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(121907, 1155, '1372-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(121908, 1155, '1372-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(121909, 1155, '1372-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(121910, 1155, '1372-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(121911, 1155, '1372-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(121912, 1155, '1372-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(121913, 1155, '1372-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(121914, 1155, '1372-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(121915, 1155, '1372-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(121916, 1155, '1373-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(121917, 1155, '1373-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(121918, 1155, '1373-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(121919, 1155, '1373-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(121920, 1155, '1373-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(121921, 1155, '1373-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(121922, 1155, '1373-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(121923, 1155, '1373-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(121924, 1155, '1373-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(121925, 1155, '1373-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(121926, 1155, '1373-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(121927, 1155, '1373-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(121928, 1155, '1374-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(121929, 1155, '1374-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(121930, 1155, '1374-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(121931, 1155, '1374-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(121932, 1155, '1374-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(121933, 1155, '1374-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(121934, 1155, '1374-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(121935, 1155, '1374-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(121936, 1155, '1374-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(121937, 1155, '1374-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(121938, 1155, '1374-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(121939, 1155, '1374-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(121940, 1155, '1375-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(121941, 1155, '1375-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(121942, 1155, '1375-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(121943, 1155, '1375-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(121944, 1155, '1375-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(121945, 1155, '1375-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(121946, 1155, '1375-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(121947, 1155, '1375-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(121948, 1155, '1375-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(121949, 1155, '1375-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(121950, 1155, '1375-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(121951, 1155, '1375-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(121952, 1155, '1376-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(121953, 1155, '1376-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(121954, 1155, '1376-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(121955, 1155, '1376-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(121956, 1155, '1376-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(121957, 1155, '1376-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(121958, 1155, '1376-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(121959, 1155, '1376-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(121960, 1155, '1376-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(121961, 1155, '1376-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(121962, 1155, '1376-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(121963, 1155, '1376-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(121964, 1155, '1377-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(121965, 1155, '1377-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(121966, 1155, '1377-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(121967, 1155, '1377-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(121968, 1155, '1377-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(121969, 1155, '1377-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(121970, 1155, '1377-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(121971, 1155, '1377-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(121972, 1155, '1377-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(121973, 1155, '1377-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(121974, 1155, '1377-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(121975, 1155, '1377-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(121976, 1155, '1378-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(121977, 1155, '1378-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(121978, 1155, '1378-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(121979, 1155, '1378-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(121980, 1155, '1378-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(121981, 1155, '1378-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(121982, 1155, '1378-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(121983, 1155, '1378-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(121984, 1155, '1378-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(121985, 1155, '1378-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(121986, 1155, '1378-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(121987, 1155, '1378-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(121988, 1155, '1379-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(121989, 1155, '1379-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(121990, 1155, '1379-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(121991, 1155, '1379-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(121992, 1155, '1379-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(121993, 1155, '1379-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(121994, 1155, '1379-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(121995, 1155, '1379-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(121996, 1155, '1379-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(121997, 1155, '1379-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(121998, 1155, '1379-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(121999, 1155, '1379-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122000, 1155, '1380-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122001, 1155, '1380-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122002, 1155, '1380-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122003, 1155, '1380-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122004, 1155, '1380-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122005, 1155, '1380-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122006, 1155, '1380-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122007, 1155, '1380-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122008, 1155, '1380-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122009, 1155, '1380-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122010, 1155, '1380-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122011, 1155, '1380-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122012, 1155, '1381-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122013, 1155, '1381-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122014, 1155, '1381-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122015, 1155, '1381-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122016, 1155, '1381-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122017, 1155, '1381-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122018, 1155, '1381-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122019, 1155, '1381-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122020, 1155, '1381-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122021, 1155, '1381-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122022, 1155, '1381-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122023, 1155, '1381-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122024, 1155, '1382-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122025, 1155, '1382-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122026, 1155, '1382-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122027, 1155, '1382-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122028, 1155, '1382-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122029, 1155, '1382-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122030, 1155, '1382-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122031, 1155, '1382-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122032, 1155, '1382-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122033, 1155, '1382-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122034, 1155, '1382-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122035, 1155, '1382-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122036, 1155, '1383-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122037, 1155, '1383-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122038, 1155, '1383-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122039, 1155, '1383-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122040, 1155, '1383-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122041, 1155, '1383-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122042, 1155, '1383-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122043, 1155, '1383-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122044, 1155, '1383-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122045, 1155, '1383-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122046, 1155, '1383-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122047, 1155, '1383-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122048, 1155, '1384-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122049, 1155, '1384-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122050, 1155, '1384-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122051, 1155, '1384-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122052, 1155, '1384-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122053, 1155, '1384-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122054, 1155, '1384-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122055, 1155, '1384-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122056, 1155, '1384-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122057, 1155, '1384-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122058, 1155, '1384-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122059, 1155, '1384-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122060, 1155, '1385-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122061, 1155, '1385-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122062, 1155, '1385-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122063, 1155, '1385-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122064, 1155, '1385-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122065, 1155, '1385-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122066, 1155, '1385-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122067, 1155, '1385-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122068, 1155, '1385-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122069, 1155, '1385-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122070, 1155, '1385-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122071, 1155, '1385-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122072, 1155, '1386-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122073, 1155, '1386-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122074, 1155, '1386-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122075, 1155, '1386-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122076, 1155, '1386-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122077, 1155, '1386-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122078, 1155, '1386-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122079, 1155, '1386-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122080, 1155, '1386-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122081, 1155, '1386-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122082, 1155, '1386-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122083, 1155, '1386-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122084, 1155, '1387-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122085, 1155, '1387-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122086, 1155, '1387-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122087, 1155, '1387-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122088, 1155, '1387-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122089, 1155, '1387-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122090, 1155, '1387-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122091, 1155, '1387-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122092, 1155, '1387-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122093, 1155, '1387-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122094, 1155, '1387-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122095, 1155, '1387-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122096, 1155, '1388-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122097, 1155, '1388-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122098, 1155, '1388-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122099, 1155, '1388-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122100, 1155, '1388-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122101, 1155, '1388-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122102, 1155, '1388-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122103, 1155, '1388-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122104, 1155, '1388-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122105, 1155, '1388-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122106, 1155, '1388-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122107, 1155, '1388-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122108, 1155, '1389-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122109, 1155, '1389-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122110, 1155, '1389-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122111, 1155, '1389-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122112, 1155, '1389-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122113, 1155, '1389-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122114, 1155, '1389-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122115, 1155, '1389-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122116, 1155, '1389-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122117, 1155, '1389-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122118, 1155, '1389-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122119, 1155, '1389-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122120, 1155, '1390-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122121, 1155, '1390-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122122, 1155, '1390-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122123, 1155, '1390-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122124, 1155, '1390-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122125, 1155, '1390-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122126, 1155, '1390-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122127, 1155, '1390-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122128, 1155, '1390-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122129, 1155, '1390-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122130, 1155, '1390-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122131, 1155, '1390-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122132, 1155, '1391-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122133, 1155, '1391-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122134, 1155, '1391-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122135, 1155, '1391-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122136, 1155, '1391-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122137, 1155, '1391-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122138, 1155, '1391-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122139, 1155, '1391-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122140, 1155, '1391-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122141, 1155, '1391-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122142, 1155, '1391-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122143, 1155, '1391-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122144, 1155, '1392-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122145, 1155, '1392-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122146, 1155, '1392-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122147, 1155, '1392-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122148, 1155, '1392-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122149, 1155, '1392-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122150, 1155, '1392-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122151, 1155, '1392-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122152, 1155, '1392-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122153, 1155, '1392-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122154, 1155, '1392-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122155, 1155, '1392-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122156, 1155, '1393-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122157, 1155, '1393-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122158, 1155, '1393-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122159, 1155, '1393-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122160, 1155, '1393-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122161, 1155, '1393-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122162, 1155, '1393-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122163, 1155, '1393-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122164, 1155, '1393-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122165, 1155, '1393-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122166, 1155, '1393-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122167, 1155, '1393-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122168, 1155, '1394-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122169, 1155, '1394-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122170, 1155, '1394-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122171, 1155, '1394-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122172, 1155, '1394-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122173, 1155, '1394-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122174, 1155, '1394-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122175, 1155, '1394-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122176, 1155, '1394-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122177, 1155, '1394-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122178, 1155, '1394-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122179, 1155, '1394-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122180, 1155, '1395-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122181, 1155, '1395-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122182, 1155, '1395-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122183, 1155, '1395-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122184, 1155, '1395-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122185, 1155, '1395-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122186, 1155, '1395-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122187, 1155, '1395-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122188, 1155, '1395-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122189, 1155, '1395-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122190, 1155, '1395-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122191, 1155, '1395-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122192, 1155, '1396-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122193, 1155, '1396-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122194, 1155, '1396-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122195, 1155, '1396-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122196, 1155, '1396-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122197, 1155, '1396-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122198, 1155, '1396-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122199, 1155, '1396-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122200, 1155, '1396-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122201, 1155, '1396-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122202, 1155, '1396-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122203, 1155, '1396-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122204, 1155, '1397-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122205, 1155, '1397-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122206, 1155, '1397-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122207, 1155, '1397-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122208, 1155, '1397-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122209, 1155, '1397-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122210, 1155, '1397-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122211, 1155, '1397-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122212, 1155, '1397-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122213, 1155, '1397-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122214, 1155, '1397-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122215, 1155, '1397-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122216, 1155, '1398-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122217, 1155, '1398-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122218, 1155, '1398-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122219, 1155, '1398-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122220, 1155, '1398-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122221, 1155, '1398-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122222, 1155, '1398-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122223, 1155, '1398-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122224, 1155, '1398-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122225, 1155, '1398-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122226, 1155, '1398-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122227, 1155, '1398-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122228, 1155, '1399-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122229, 1155, '1399-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122230, 1155, '1399-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122231, 1155, '1399-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122232, 1155, '1399-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122233, 1155, '1399-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122234, 1155, '1399-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122235, 1155, '1399-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122236, 1155, '1399-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122237, 1155, '1399-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122238, 1155, '1399-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122239, 1155, '1399-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122240, 1155, '1400-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122241, 1155, '1400-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122242, 1155, '1400-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122243, 1155, '1400-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:35', '2023-09-12 17:43:35'),
(122244, 1155, '1400-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122245, 1155, '1400-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122246, 1155, '1400-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122247, 1155, '1400-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122248, 1155, '1400-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122249, 1155, '1400-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122250, 1155, '1400-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122251, 1155, '1400-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122252, 1155, '1401-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122253, 1155, '1401-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122254, 1155, '1401-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122255, 1155, '1401-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122256, 1155, '1401-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122257, 1155, '1401-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122258, 1155, '1401-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122259, 1155, '1401-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122260, 1155, '1401-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122261, 1155, '1401-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122262, 1155, '1401-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122263, 1155, '1401-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122264, 1155, '1402-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122265, 1155, '1402-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122266, 1155, '1402-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122267, 1155, '1402-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122268, 1155, '1402-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122269, 1155, '1402-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122270, 1155, '1402-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122271, 1155, '1402-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122272, 1155, '1402-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122273, 1155, '1402-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122274, 1155, '1402-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122275, 1155, '1402-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122276, 1155, '1403-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122277, 1155, '1403-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122278, 1155, '1403-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122279, 1155, '1403-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122280, 1155, '1403-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122281, 1155, '1403-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122282, 1155, '1403-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122283, 1155, '1403-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122284, 1155, '1403-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122285, 1155, '1403-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122286, 1155, '1403-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122287, 1155, '1403-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122288, 1155, '1404-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122289, 1155, '1404-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122290, 1155, '1404-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122291, 1155, '1404-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122292, 1155, '1404-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122293, 1155, '1404-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122294, 1155, '1404-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122295, 1155, '1404-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122296, 1155, '1404-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122297, 1155, '1404-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122298, 1155, '1404-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122299, 1155, '1404-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122300, 1155, '1405-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122301, 1155, '1405-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122302, 1155, '1405-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122303, 1155, '1405-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122304, 1155, '1405-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122305, 1155, '1405-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122306, 1155, '1405-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122307, 1155, '1405-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122308, 1155, '1405-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122309, 1155, '1405-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122310, 1155, '1405-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122311, 1155, '1405-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122312, 1155, '1406-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122313, 1155, '1406-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122314, 1155, '1406-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122315, 1155, '1406-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122316, 1155, '1406-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122317, 1155, '1406-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122318, 1155, '1406-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122319, 1155, '1406-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122320, 1155, '1406-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122321, 1155, '1406-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122322, 1155, '1406-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122323, 1155, '1406-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122324, 1155, '1407-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122325, 1155, '1407-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122326, 1155, '1407-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122327, 1155, '1407-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122328, 1155, '1407-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122329, 1155, '1407-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122330, 1155, '1407-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122331, 1155, '1407-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122332, 1155, '1407-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122333, 1155, '1407-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122334, 1155, '1407-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122335, 1155, '1407-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122336, 1155, '1408-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122337, 1155, '1408-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122338, 1155, '1408-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122339, 1155, '1408-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122340, 1155, '1408-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122341, 1155, '1408-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122342, 1155, '1408-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122343, 1155, '1408-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122344, 1155, '1408-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122345, 1155, '1408-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122346, 1155, '1408-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122347, 1155, '1408-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122348, 1155, '1409-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122349, 1155, '1409-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122350, 1155, '1409-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122351, 1155, '1409-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122352, 1155, '1409-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122353, 1155, '1409-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122354, 1155, '1409-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122355, 1155, '1409-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122356, 1155, '1409-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122357, 1155, '1409-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122358, 1155, '1409-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122359, 1155, '1409-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122360, 1155, '1410-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122361, 1155, '1410-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122362, 1155, '1410-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122363, 1155, '1410-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122364, 1155, '1410-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122365, 1155, '1410-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122366, 1155, '1410-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122367, 1155, '1410-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122368, 1155, '1410-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122369, 1155, '1410-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122370, 1155, '1410-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122371, 1155, '1410-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122372, 1155, '1411-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122373, 1155, '1411-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122374, 1155, '1411-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122375, 1155, '1411-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122376, 1155, '1411-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122377, 1155, '1411-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122378, 1155, '1411-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122379, 1155, '1411-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122380, 1155, '1411-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122381, 1155, '1411-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122382, 1155, '1411-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122383, 1155, '1411-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122384, 1155, '1412-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122385, 1155, '1412-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122386, 1155, '1412-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122387, 1155, '1412-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122388, 1155, '1412-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122389, 1155, '1412-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122390, 1155, '1412-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122391, 1155, '1412-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122392, 1155, '1412-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122393, 1155, '1412-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122394, 1155, '1412-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122395, 1155, '1412-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122396, 1155, '1413-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122397, 1155, '1413-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122398, 1155, '1413-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122399, 1155, '1413-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122400, 1155, '1413-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122401, 1155, '1413-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122402, 1155, '1413-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122403, 1155, '1413-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122404, 1155, '1413-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122405, 1155, '1413-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122406, 1155, '1413-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122407, 1155, '1413-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122408, 1155, '1414-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122409, 1155, '1414-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122410, 1155, '1414-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122411, 1155, '1414-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122412, 1155, '1414-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122413, 1155, '1414-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122414, 1155, '1414-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122415, 1155, '1414-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122416, 1155, '1414-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122417, 1155, '1414-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122418, 1155, '1414-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122419, 1155, '1414-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122420, 1155, '1415-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122421, 1155, '1415-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122422, 1155, '1415-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122423, 1155, '1415-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122424, 1155, '1415-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122425, 1155, '1415-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122426, 1155, '1415-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122427, 1155, '1415-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122428, 1155, '1415-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122429, 1155, '1415-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122430, 1155, '1415-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122431, 1155, '1415-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122432, 1155, '1416-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122433, 1155, '1416-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122434, 1155, '1416-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122435, 1155, '1416-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122436, 1155, '1416-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122437, 1155, '1416-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122438, 1155, '1416-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122439, 1155, '1416-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122440, 1155, '1416-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122441, 1155, '1416-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122442, 1155, '1416-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122443, 1155, '1416-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122444, 1155, '1417-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122445, 1155, '1417-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(122446, 1155, '1417-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122447, 1155, '1417-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122448, 1155, '1417-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122449, 1155, '1417-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122450, 1155, '1417-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122451, 1155, '1417-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122452, 1155, '1417-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122453, 1155, '1417-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122454, 1155, '1417-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122455, 1155, '1417-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122456, 1155, '1418-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122457, 1155, '1418-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122458, 1155, '1418-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122459, 1155, '1418-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122460, 1155, '1418-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122461, 1155, '1418-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122462, 1155, '1418-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122463, 1155, '1418-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122464, 1155, '1418-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122465, 1155, '1418-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122466, 1155, '1418-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122467, 1155, '1418-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122468, 1155, '1419-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122469, 1155, '1419-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122470, 1155, '1419-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122471, 1155, '1419-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122472, 1155, '1419-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122473, 1155, '1419-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122474, 1155, '1419-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122475, 1155, '1419-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122476, 1155, '1419-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122477, 1155, '1419-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122478, 1155, '1419-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122479, 1155, '1419-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122480, 1155, '1420-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122481, 1155, '1420-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122482, 1155, '1420-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122483, 1155, '1420-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122484, 1155, '1420-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122485, 1155, '1420-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122486, 1155, '1420-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122487, 1155, '1420-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122488, 1155, '1420-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122489, 1155, '1420-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122490, 1155, '1420-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122491, 1155, '1420-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122492, 1155, '1421-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122493, 1155, '1421-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122494, 1155, '1421-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122495, 1155, '1421-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122496, 1155, '1421-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122497, 1155, '1421-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122498, 1155, '1421-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122499, 1155, '1421-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122500, 1155, '1421-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122501, 1155, '1421-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122502, 1155, '1421-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122503, 1155, '1421-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122504, 1155, '1422-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122505, 1155, '1422-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122506, 1155, '1422-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122507, 1155, '1422-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122508, 1155, '1422-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122509, 1155, '1422-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122510, 1155, '1422-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122511, 1155, '1422-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122512, 1155, '1422-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122513, 1155, '1422-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122514, 1155, '1422-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122515, 1155, '1422-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122516, 1155, '1423-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122517, 1155, '1423-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122518, 1155, '1423-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122519, 1155, '1423-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122520, 1155, '1423-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122521, 1155, '1423-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122522, 1155, '1423-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122523, 1155, '1423-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122524, 1155, '1423-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122525, 1155, '1423-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122526, 1155, '1423-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122527, 1155, '1423-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122528, 1155, '1424-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122529, 1155, '1424-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122530, 1155, '1424-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122531, 1155, '1424-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122532, 1155, '1424-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122533, 1155, '1424-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122534, 1155, '1424-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122535, 1155, '1424-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122536, 1155, '1424-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122537, 1155, '1424-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122538, 1155, '1424-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122539, 1155, '1424-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122540, 1155, '1425-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122541, 1155, '1425-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122542, 1155, '1425-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122543, 1155, '1425-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122544, 1155, '1425-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122545, 1155, '1425-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122546, 1155, '1425-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122547, 1155, '1425-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122548, 1155, '1425-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122549, 1155, '1425-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122550, 1155, '1425-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122551, 1155, '1425-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122552, 1155, '1426-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122553, 1155, '1426-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122554, 1155, '1426-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122555, 1155, '1426-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122556, 1155, '1426-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122557, 1155, '1426-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122558, 1155, '1426-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122559, 1155, '1426-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122560, 1155, '1426-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122561, 1155, '1426-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122562, 1155, '1426-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122563, 1155, '1426-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122564, 1155, '1427-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122565, 1155, '1427-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122566, 1155, '1427-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122567, 1155, '1427-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122568, 1155, '1427-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122569, 1155, '1427-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122570, 1155, '1427-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122571, 1155, '1427-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122572, 1155, '1427-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122573, 1155, '1427-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122574, 1155, '1427-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122575, 1155, '1427-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122576, 1155, '1428-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122577, 1155, '1428-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122578, 1155, '1428-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122579, 1155, '1428-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122580, 1155, '1428-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122581, 1155, '1428-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122582, 1155, '1428-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122583, 1155, '1428-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122584, 1155, '1428-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122585, 1155, '1428-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122586, 1155, '1428-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122587, 1155, '1428-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122588, 1155, '1429-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122589, 1155, '1429-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122590, 1155, '1429-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122591, 1155, '1429-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122592, 1155, '1429-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122593, 1155, '1429-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122594, 1155, '1429-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122595, 1155, '1429-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122596, 1155, '1429-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122597, 1155, '1429-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122598, 1155, '1429-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122599, 1155, '1429-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122600, 1155, '1430-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122601, 1155, '1430-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122602, 1155, '1430-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122603, 1155, '1430-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122604, 1155, '1430-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122605, 1155, '1430-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122606, 1155, '1430-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122607, 1155, '1430-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122608, 1155, '1430-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122609, 1155, '1430-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122610, 1155, '1430-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122611, 1155, '1430-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122612, 1155, '1431-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122613, 1155, '1431-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122614, 1155, '1431-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122615, 1155, '1431-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122616, 1155, '1431-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122617, 1155, '1431-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122618, 1155, '1431-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122619, 1155, '1431-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122620, 1155, '1431-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122621, 1155, '1431-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122622, 1155, '1431-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122623, 1155, '1431-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122624, 1155, '1432-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122625, 1155, '1432-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122626, 1155, '1432-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122627, 1155, '1432-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122628, 1155, '1432-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122629, 1155, '1432-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122630, 1155, '1432-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122631, 1155, '1432-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122632, 1155, '1432-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122633, 1155, '1432-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122634, 1155, '1432-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122635, 1155, '1432-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122636, 1155, '1433-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122637, 1155, '1433-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122638, 1155, '1433-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122639, 1155, '1433-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122640, 1155, '1433-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122641, 1155, '1433-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122642, 1155, '1433-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122643, 1155, '1433-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122644, 1155, '1433-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122645, 1155, '1433-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122646, 1155, '1433-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122647, 1155, '1433-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:36', '2023-09-12 17:43:36'),
(122648, 1155, '1434-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122649, 1155, '1434-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122650, 1155, '1434-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122651, 1155, '1434-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122652, 1155, '1434-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122653, 1155, '1434-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122654, 1155, '1434-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122655, 1155, '1434-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122656, 1155, '1434-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122657, 1155, '1434-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122658, 1155, '1434-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122659, 1155, '1434-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122660, 1155, '1435-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122661, 1155, '1435-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122662, 1155, '1435-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122663, 1155, '1435-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122664, 1155, '1435-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122665, 1155, '1435-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122666, 1155, '1435-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122667, 1155, '1435-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122668, 1155, '1435-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122669, 1155, '1435-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122670, 1155, '1435-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122671, 1155, '1435-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122672, 1155, '1436-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122673, 1155, '1436-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122674, 1155, '1436-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122675, 1155, '1436-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122676, 1155, '1436-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122677, 1155, '1436-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122678, 1155, '1436-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122679, 1155, '1436-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122680, 1155, '1436-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122681, 1155, '1436-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122682, 1155, '1436-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122683, 1155, '1436-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122684, 1155, '1437-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122685, 1155, '1437-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122686, 1155, '1437-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122687, 1155, '1437-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122688, 1155, '1437-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122689, 1155, '1437-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122690, 1155, '1437-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122691, 1155, '1437-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122692, 1155, '1437-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122693, 1155, '1437-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122694, 1155, '1437-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122695, 1155, '1437-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122696, 1155, '1438-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122697, 1155, '1438-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122698, 1155, '1438-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122699, 1155, '1438-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122700, 1155, '1438-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122701, 1155, '1438-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122702, 1155, '1438-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122703, 1155, '1438-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122704, 1155, '1438-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122705, 1155, '1438-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122706, 1155, '1438-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122707, 1155, '1438-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122708, 1155, '1439-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122709, 1155, '1439-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122710, 1155, '1439-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122711, 1155, '1439-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122712, 1155, '1439-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122713, 1155, '1439-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122714, 1155, '1439-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122715, 1155, '1439-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122716, 1155, '1439-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122717, 1155, '1439-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122718, 1155, '1439-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122719, 1155, '1439-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122720, 1155, '1440-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122721, 1155, '1440-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122722, 1155, '1440-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122723, 1155, '1440-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122724, 1155, '1440-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122725, 1155, '1440-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122726, 1155, '1440-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122727, 1155, '1440-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122728, 1155, '1440-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122729, 1155, '1440-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122730, 1155, '1440-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122731, 1155, '1440-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122732, 1155, '1441-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122733, 1155, '1441-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122734, 1155, '1441-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122735, 1155, '1441-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122736, 1155, '1441-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122737, 1155, '1441-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122738, 1155, '1441-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122739, 1155, '1441-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122740, 1155, '1441-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122741, 1155, '1441-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122742, 1155, '1441-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122743, 1155, '1441-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122744, 1155, '1442-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122745, 1155, '1442-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122746, 1155, '1442-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122747, 1155, '1442-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122748, 1155, '1442-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122749, 1155, '1442-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122750, 1155, '1442-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122751, 1155, '1442-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122752, 1155, '1442-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122753, 1155, '1442-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122754, 1155, '1442-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122755, 1155, '1442-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122756, 1155, '1443-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122757, 1155, '1443-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122758, 1155, '1443-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122759, 1155, '1443-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122760, 1155, '1443-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122761, 1155, '1443-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122762, 1155, '1443-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122763, 1155, '1443-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122764, 1155, '1443-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122765, 1155, '1443-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122766, 1155, '1443-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122767, 1155, '1443-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122768, 1155, '1444-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122769, 1155, '1444-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122770, 1155, '1444-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122771, 1155, '1444-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122772, 1155, '1444-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122773, 1155, '1444-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122774, 1155, '1444-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122775, 1155, '1444-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122776, 1155, '1444-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122777, 1155, '1444-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122778, 1155, '1444-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122779, 1155, '1444-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122780, 1155, '1445-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122781, 1155, '1445-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122782, 1155, '1445-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122783, 1155, '1445-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122784, 1155, '1445-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122785, 1155, '1445-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122786, 1155, '1445-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122787, 1155, '1445-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122788, 1155, '1445-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122789, 1155, '1445-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122790, 1155, '1445-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122791, 1155, '1445-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122792, 1155, '1446-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122793, 1155, '1446-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122794, 1155, '1446-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122795, 1155, '1446-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122796, 1155, '1446-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122797, 1155, '1446-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122798, 1155, '1446-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122799, 1155, '1446-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122800, 1155, '1446-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122801, 1155, '1446-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122802, 1155, '1446-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122803, 1155, '1446-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122804, 1155, '1447-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122805, 1155, '1447-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122806, 1155, '1447-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122807, 1155, '1447-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122808, 1155, '1447-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122809, 1155, '1447-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122810, 1155, '1447-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122811, 1155, '1447-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122812, 1155, '1447-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122813, 1155, '1447-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122814, 1155, '1447-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122815, 1155, '1447-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122816, 1155, '1448-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122817, 1155, '1448-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122818, 1155, '1448-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122819, 1155, '1448-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122820, 1155, '1448-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122821, 1155, '1448-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122822, 1155, '1448-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122823, 1155, '1448-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122824, 1155, '1448-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122825, 1155, '1448-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122826, 1155, '1448-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122827, 1155, '1448-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122828, 1155, '1449-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122829, 1155, '1449-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122830, 1155, '1449-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122831, 1155, '1449-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122832, 1155, '1449-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122833, 1155, '1449-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122834, 1155, '1449-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122835, 1155, '1449-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122836, 1155, '1449-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122837, 1155, '1449-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122838, 1155, '1449-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122839, 1155, '1449-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122840, 1155, '1450-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122841, 1155, '1450-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122842, 1155, '1450-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122843, 1155, '1450-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122844, 1155, '1450-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122845, 1155, '1450-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122846, 1155, '1450-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122847, 1155, '1450-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122848, 1155, '1450-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122849, 1155, '1450-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122850, 1155, '1450-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122851, 1155, '1450-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122852, 1155, '1451-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122853, 1155, '1451-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122854, 1155, '1451-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122855, 1155, '1451-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122856, 1155, '1451-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122857, 1155, '1451-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122858, 1155, '1451-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122859, 1155, '1451-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122860, 1155, '1451-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122861, 1155, '1451-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122862, 1155, '1451-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122863, 1155, '1451-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122864, 1155, '1452-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122865, 1155, '1452-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122866, 1155, '1452-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122867, 1155, '1452-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122868, 1155, '1452-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122869, 1155, '1452-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122870, 1155, '1452-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122871, 1155, '1452-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122872, 1155, '1452-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122873, 1155, '1452-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122874, 1155, '1452-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122875, 1155, '1452-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122876, 1155, '1453-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122877, 1155, '1453-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122878, 1155, '1453-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122879, 1155, '1453-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122880, 1155, '1453-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122881, 1155, '1453-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122882, 1155, '1453-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122883, 1155, '1453-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122884, 1155, '1453-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122885, 1155, '1453-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122886, 1155, '1453-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122887, 1155, '1453-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122888, 1155, '1454-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122889, 1155, '1454-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122890, 1155, '1454-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122891, 1155, '1454-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122892, 1155, '1454-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122893, 1155, '1454-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122894, 1155, '1454-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122895, 1155, '1454-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122896, 1155, '1454-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122897, 1155, '1454-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122898, 1155, '1454-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122899, 1155, '1454-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122900, 1155, '1455-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122901, 1155, '1455-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(122902, 1155, '1455-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122903, 1155, '1455-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122904, 1155, '1455-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122905, 1155, '1455-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122906, 1155, '1455-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122907, 1155, '1455-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122908, 1155, '1455-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122909, 1155, '1455-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122910, 1155, '1455-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122911, 1155, '1455-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122912, 1155, '1456-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122913, 1155, '1456-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122914, 1155, '1456-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122915, 1155, '1456-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122916, 1155, '1456-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122917, 1155, '1456-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122918, 1155, '1456-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122919, 1155, '1456-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122920, 1155, '1456-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122921, 1155, '1456-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122922, 1155, '1456-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122923, 1155, '1456-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122924, 1155, '1457-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122925, 1155, '1457-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122926, 1155, '1457-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122927, 1155, '1457-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122928, 1155, '1457-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122929, 1155, '1457-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122930, 1155, '1457-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122931, 1155, '1457-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122932, 1155, '1457-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122933, 1155, '1457-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122934, 1155, '1457-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122935, 1155, '1457-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122936, 1155, '1458-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122937, 1155, '1458-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122938, 1155, '1458-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122939, 1155, '1458-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122940, 1155, '1458-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122941, 1155, '1458-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122942, 1155, '1458-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122943, 1155, '1458-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122944, 1155, '1458-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122945, 1155, '1458-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122946, 1155, '1458-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122947, 1155, '1458-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122948, 1155, '1459-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122949, 1155, '1459-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122950, 1155, '1459-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122951, 1155, '1459-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122952, 1155, '1459-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122953, 1155, '1459-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122954, 1155, '1459-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122955, 1155, '1459-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122956, 1155, '1459-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122957, 1155, '1459-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122958, 1155, '1459-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122959, 1155, '1459-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122960, 1155, '1460-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122961, 1155, '1460-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122962, 1155, '1460-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122963, 1155, '1460-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122964, 1155, '1460-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122965, 1155, '1460-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122966, 1155, '1460-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122967, 1155, '1460-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122968, 1155, '1460-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122969, 1155, '1460-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122970, 1155, '1460-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122971, 1155, '1460-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122972, 1155, '1461-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122973, 1155, '1461-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122974, 1155, '1461-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122975, 1155, '1461-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122976, 1155, '1461-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122977, 1155, '1461-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122978, 1155, '1461-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122979, 1155, '1461-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122980, 1155, '1461-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122981, 1155, '1461-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122982, 1155, '1461-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122983, 1155, '1461-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122984, 1155, '1462-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122985, 1155, '1462-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122986, 1155, '1462-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122987, 1155, '1462-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122988, 1155, '1462-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122989, 1155, '1462-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122990, 1155, '1462-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122991, 1155, '1462-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122992, 1155, '1462-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122993, 1155, '1462-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122994, 1155, '1462-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122995, 1155, '1462-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122996, 1155, '1463-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122997, 1155, '1463-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122998, 1155, '1463-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(122999, 1155, '1463-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(123000, 1155, '1463-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(123001, 1155, '1463-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(123002, 1155, '1463-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(123003, 1155, '1463-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(123004, 1155, '1463-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(123005, 1155, '1463-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(123006, 1155, '1463-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(123007, 1155, '1463-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(123008, 1155, '1464-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(123009, 1155, '1464-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(123010, 1155, '1464-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(123011, 1155, '1464-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(123012, 1155, '1464-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(123013, 1155, '1464-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(123014, 1155, '1464-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(123015, 1155, '1464-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(123016, 1155, '1464-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(123017, 1155, '1464-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(123018, 1155, '1464-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(123019, 1155, '1464-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(123020, 1155, '1465-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(123021, 1155, '1465-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(123022, 1155, '1465-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(123023, 1155, '1465-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(123024, 1155, '1465-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(123025, 1155, '1465-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(123026, 1155, '1465-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(123027, 1155, '1465-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(123028, 1155, '1465-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(123029, 1155, '1465-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(123030, 1155, '1465-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(123031, 1155, '1465-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(123032, 1155, '1466-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(123033, 1155, '1466-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(123034, 1155, '1466-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(123035, 1155, '1466-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(123036, 1155, '1466-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(123037, 1155, '1466-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(123038, 1155, '1466-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(123039, 1155, '1466-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(123040, 1155, '1466-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(123041, 1155, '1466-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(123042, 1155, '1466-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(123043, 1155, '1466-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(123044, 1155, '1467-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(123045, 1155, '1467-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(123046, 1155, '1467-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(123047, 1155, '1467-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(123048, 1155, '1467-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(123049, 1155, '1467-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(123050, 1155, '1467-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(123051, 1155, '1467-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(123052, 1155, '1467-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(123053, 1155, '1467-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(123054, 1155, '1467-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(123055, 1155, '1467-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(123056, 1155, '1468-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:37', '2023-09-12 17:43:37'),
(123057, 1155, '1468-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123058, 1155, '1468-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123059, 1155, '1468-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123060, 1155, '1468-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123061, 1155, '1468-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123062, 1155, '1468-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123063, 1155, '1468-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123064, 1155, '1468-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123065, 1155, '1468-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123066, 1155, '1468-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123067, 1155, '1468-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123068, 1155, '1469-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123069, 1155, '1469-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123070, 1155, '1469-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123071, 1155, '1469-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123072, 1155, '1469-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123073, 1155, '1469-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123074, 1155, '1469-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123075, 1155, '1469-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123076, 1155, '1469-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123077, 1155, '1469-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123078, 1155, '1469-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123079, 1155, '1469-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123080, 1155, '1470-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123081, 1155, '1470-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123082, 1155, '1470-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123083, 1155, '1470-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123084, 1155, '1470-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123085, 1155, '1470-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123086, 1155, '1470-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123087, 1155, '1470-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123088, 1155, '1470-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123089, 1155, '1470-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123090, 1155, '1470-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123091, 1155, '1470-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123092, 1155, '1471-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123093, 1155, '1471-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123094, 1155, '1471-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123095, 1155, '1471-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123096, 1155, '1471-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123097, 1155, '1471-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123098, 1155, '1471-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123099, 1155, '1471-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123100, 1155, '1471-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123101, 1155, '1471-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123102, 1155, '1471-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123103, 1155, '1471-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123104, 1155, '1472-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123105, 1155, '1472-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123106, 1155, '1472-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123107, 1155, '1472-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123108, 1155, '1472-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123109, 1155, '1472-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123110, 1155, '1472-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123111, 1155, '1472-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123112, 1155, '1472-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123113, 1155, '1472-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123114, 1155, '1472-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123115, 1155, '1472-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123116, 1155, '1473-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123117, 1155, '1473-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123118, 1155, '1473-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123119, 1155, '1473-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123120, 1155, '1473-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123121, 1155, '1473-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123122, 1155, '1473-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123123, 1155, '1473-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123124, 1155, '1473-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123125, 1155, '1473-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123126, 1155, '1473-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123127, 1155, '1473-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123128, 1155, '1474-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123129, 1155, '1474-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123130, 1155, '1474-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123131, 1155, '1474-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123132, 1155, '1474-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123133, 1155, '1474-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123134, 1155, '1474-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123135, 1155, '1474-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123136, 1155, '1474-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123137, 1155, '1474-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123138, 1155, '1474-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123139, 1155, '1474-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123140, 1155, '1475-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123141, 1155, '1475-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123142, 1155, '1475-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123143, 1155, '1475-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123144, 1155, '1475-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123145, 1155, '1475-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123146, 1155, '1475-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123147, 1155, '1475-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123148, 1155, '1475-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123149, 1155, '1475-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123150, 1155, '1475-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123151, 1155, '1475-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123152, 1155, '1476-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123153, 1155, '1476-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123154, 1155, '1476-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123155, 1155, '1476-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123156, 1155, '1476-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123157, 1155, '1476-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123158, 1155, '1476-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123159, 1155, '1476-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123160, 1155, '1476-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123161, 1155, '1476-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123162, 1155, '1476-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123163, 1155, '1476-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123164, 1155, '1477-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123165, 1155, '1477-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123166, 1155, '1477-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123167, 1155, '1477-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123168, 1155, '1477-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123169, 1155, '1477-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123170, 1155, '1477-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123171, 1155, '1477-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123172, 1155, '1477-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123173, 1155, '1477-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123174, 1155, '1477-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123175, 1155, '1477-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123176, 1155, '1478-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123177, 1155, '1478-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123178, 1155, '1478-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123179, 1155, '1478-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123180, 1155, '1478-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123181, 1155, '1478-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123182, 1155, '1478-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123183, 1155, '1478-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123184, 1155, '1478-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123185, 1155, '1478-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123186, 1155, '1478-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123187, 1155, '1478-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123188, 1155, '1479-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123189, 1155, '1479-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123190, 1155, '1479-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123191, 1155, '1479-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123192, 1155, '1479-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123193, 1155, '1479-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123194, 1155, '1479-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123195, 1155, '1479-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123196, 1155, '1479-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123197, 1155, '1479-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123198, 1155, '1479-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123199, 1155, '1479-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123200, 1155, '1480-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123201, 1155, '1480-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123202, 1155, '1480-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123203, 1155, '1480-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123204, 1155, '1480-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123205, 1155, '1480-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123206, 1155, '1480-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123207, 1155, '1480-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123208, 1155, '1480-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123209, 1155, '1480-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123210, 1155, '1480-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123211, 1155, '1480-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123212, 1155, '1481-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123213, 1155, '1481-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123214, 1155, '1481-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123215, 1155, '1481-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123216, 1155, '1481-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123217, 1155, '1481-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123218, 1155, '1481-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123219, 1155, '1481-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123220, 1155, '1481-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123221, 1155, '1481-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123222, 1155, '1481-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123223, 1155, '1481-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123224, 1155, '1482-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123225, 1155, '1482-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123226, 1155, '1482-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123227, 1155, '1482-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123228, 1155, '1482-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123229, 1155, '1482-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123230, 1155, '1482-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123231, 1155, '1482-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123232, 1155, '1482-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123233, 1155, '1482-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123234, 1155, '1482-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123235, 1155, '1482-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123236, 1155, '1483-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123237, 1155, '1483-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123238, 1155, '1483-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123239, 1155, '1483-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123240, 1155, '1483-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123241, 1155, '1483-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123242, 1155, '1483-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123243, 1155, '1483-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123244, 1155, '1483-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123245, 1155, '1483-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123246, 1155, '1483-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123247, 1155, '1483-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123248, 1155, '1484-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123249, 1155, '1484-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123250, 1155, '1484-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123251, 1155, '1484-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123252, 1155, '1484-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123253, 1155, '1484-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123254, 1155, '1484-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123255, 1155, '1484-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123256, 1155, '1484-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123257, 1155, '1484-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123258, 1155, '1484-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123259, 1155, '1484-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123260, 1155, '1485-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123261, 1155, '1485-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123262, 1155, '1485-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123263, 1155, '1485-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123264, 1155, '1485-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123265, 1155, '1485-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123266, 1155, '1485-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123267, 1155, '1485-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123268, 1155, '1485-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123269, 1155, '1485-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123270, 1155, '1485-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123271, 1155, '1485-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123272, 1155, '1486-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123273, 1155, '1486-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123274, 1155, '1486-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123275, 1155, '1486-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123276, 1155, '1486-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123277, 1155, '1486-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123278, 1155, '1486-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123279, 1155, '1486-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123280, 1155, '1486-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123281, 1155, '1486-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123282, 1155, '1486-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123283, 1155, '1486-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123284, 1155, '1487-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123285, 1155, '1487-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123286, 1155, '1487-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123287, 1155, '1487-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123288, 1155, '1487-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123289, 1155, '1487-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123290, 1155, '1487-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123291, 1155, '1487-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123292, 1155, '1487-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123293, 1155, '1487-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123294, 1155, '1487-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123295, 1155, '1487-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123296, 1155, '1488-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123297, 1155, '1488-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123298, 1155, '1488-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123299, 1155, '1488-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123300, 1155, '1488-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123301, 1155, '1488-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123302, 1155, '1488-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123303, 1155, '1488-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123304, 1155, '1488-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123305, 1155, '1488-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123306, 1155, '1488-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123307, 1155, '1488-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123308, 1155, '1489-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123309, 1155, '1489-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123310, 1155, '1489-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123311, 1155, '1489-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123312, 1155, '1489-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123313, 1155, '1489-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123314, 1155, '1489-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123315, 1155, '1489-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123316, 1155, '1489-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123317, 1155, '1489-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123318, 1155, '1489-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123319, 1155, '1489-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123320, 1155, '1490-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123321, 1155, '1490-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123322, 1155, '1490-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123323, 1155, '1490-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123324, 1155, '1490-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123325, 1155, '1490-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123326, 1155, '1490-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123327, 1155, '1490-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123328, 1155, '1490-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123329, 1155, '1490-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123330, 1155, '1490-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123331, 1155, '1490-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123332, 1155, '1491-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123333, 1155, '1491-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123334, 1155, '1491-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123335, 1155, '1491-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123336, 1155, '1491-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123337, 1155, '1491-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123338, 1155, '1491-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123339, 1155, '1491-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123340, 1155, '1491-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123341, 1155, '1491-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123342, 1155, '1491-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123343, 1155, '1491-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123344, 1155, '1492-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123345, 1155, '1492-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123346, 1155, '1492-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123347, 1155, '1492-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123348, 1155, '1492-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123349, 1155, '1492-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123350, 1155, '1492-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123351, 1155, '1492-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123352, 1155, '1492-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123353, 1155, '1492-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123354, 1155, '1492-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123355, 1155, '1492-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123356, 1155, '1493-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123357, 1155, '1493-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(123358, 1155, '1493-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123359, 1155, '1493-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123360, 1155, '1493-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123361, 1155, '1493-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123362, 1155, '1493-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123363, 1155, '1493-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123364, 1155, '1493-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123365, 1155, '1493-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123366, 1155, '1493-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123367, 1155, '1493-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123368, 1155, '1494-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123369, 1155, '1494-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123370, 1155, '1494-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123371, 1155, '1494-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123372, 1155, '1494-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123373, 1155, '1494-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123374, 1155, '1494-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123375, 1155, '1494-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123376, 1155, '1494-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123377, 1155, '1494-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123378, 1155, '1494-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123379, 1155, '1494-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123380, 1155, '1495-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123381, 1155, '1495-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123382, 1155, '1495-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123383, 1155, '1495-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123384, 1155, '1495-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123385, 1155, '1495-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123386, 1155, '1495-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123387, 1155, '1495-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123388, 1155, '1495-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123389, 1155, '1495-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123390, 1155, '1495-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123391, 1155, '1495-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123392, 1155, '1496-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123393, 1155, '1496-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123394, 1155, '1496-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123395, 1155, '1496-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123396, 1155, '1496-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123397, 1155, '1496-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123398, 1155, '1496-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123399, 1155, '1496-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123400, 1155, '1496-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123401, 1155, '1496-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123402, 1155, '1496-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123403, 1155, '1496-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123404, 1155, '1497-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123405, 1155, '1497-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123406, 1155, '1497-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123407, 1155, '1497-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123408, 1155, '1497-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123409, 1155, '1497-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123410, 1155, '1497-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123411, 1155, '1497-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123412, 1155, '1497-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123413, 1155, '1497-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123414, 1155, '1497-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123415, 1155, '1497-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123416, 1155, '1498-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123417, 1155, '1498-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123418, 1155, '1498-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123419, 1155, '1498-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123420, 1155, '1498-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123421, 1155, '1498-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123422, 1155, '1498-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123423, 1155, '1498-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123424, 1155, '1498-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123425, 1155, '1498-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123426, 1155, '1498-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123427, 1155, '1498-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123428, 1155, '1499-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123429, 1155, '1499-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123430, 1155, '1499-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123431, 1155, '1499-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123432, 1155, '1499-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123433, 1155, '1499-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123434, 1155, '1499-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123435, 1155, '1499-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123436, 1155, '1499-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123437, 1155, '1499-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123438, 1155, '1499-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123439, 1155, '1499-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123440, 1155, '1500-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:38', '2023-09-12 17:43:38'),
(123441, 1155, '1500-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123442, 1155, '1500-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123443, 1155, '1500-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123444, 1155, '1500-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123445, 1155, '1500-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123446, 1155, '1500-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123447, 1155, '1500-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123448, 1155, '1500-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123449, 1155, '1500-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123450, 1155, '1500-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123451, 1155, '1500-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123452, 1155, '1501-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123453, 1155, '1501-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123454, 1155, '1501-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123455, 1155, '1501-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123456, 1155, '1501-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123457, 1155, '1501-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123458, 1155, '1501-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123459, 1155, '1501-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123460, 1155, '1501-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123461, 1155, '1501-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123462, 1155, '1501-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123463, 1155, '1501-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123464, 1155, '1502-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123465, 1155, '1502-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123466, 1155, '1502-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123467, 1155, '1502-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123468, 1155, '1502-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123469, 1155, '1502-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123470, 1155, '1502-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123471, 1155, '1502-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123472, 1155, '1502-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123473, 1155, '1502-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123474, 1155, '1502-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123475, 1155, '1502-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123476, 1155, '1503-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123477, 1155, '1503-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123478, 1155, '1503-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123479, 1155, '1503-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123480, 1155, '1503-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123481, 1155, '1503-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123482, 1155, '1503-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123483, 1155, '1503-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123484, 1155, '1503-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123485, 1155, '1503-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123486, 1155, '1503-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123487, 1155, '1503-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123488, 1155, '1504-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123489, 1155, '1504-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123490, 1155, '1504-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123491, 1155, '1504-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123492, 1155, '1504-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123493, 1155, '1504-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123494, 1155, '1504-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123495, 1155, '1504-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123496, 1155, '1504-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123497, 1155, '1504-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123498, 1155, '1504-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123499, 1155, '1504-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123500, 1155, '1505-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123501, 1155, '1505-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123502, 1155, '1505-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123503, 1155, '1505-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123504, 1155, '1505-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123505, 1155, '1505-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123506, 1155, '1505-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123507, 1155, '1505-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123508, 1155, '1505-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123509, 1155, '1505-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123510, 1155, '1505-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123511, 1155, '1505-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123512, 1155, '1506-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123513, 1155, '1506-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123514, 1155, '1506-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123515, 1155, '1506-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123516, 1155, '1506-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123517, 1155, '1506-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123518, 1155, '1506-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123519, 1155, '1506-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123520, 1155, '1506-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123521, 1155, '1506-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123522, 1155, '1506-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123523, 1155, '1506-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123524, 1155, '1507-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123525, 1155, '1507-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123526, 1155, '1507-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123527, 1155, '1507-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123528, 1155, '1507-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123529, 1155, '1507-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123530, 1155, '1507-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123531, 1155, '1507-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123532, 1155, '1507-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123533, 1155, '1507-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123534, 1155, '1507-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123535, 1155, '1507-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123536, 1155, '1508-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123537, 1155, '1508-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123538, 1155, '1508-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123539, 1155, '1508-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123540, 1155, '1508-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123541, 1155, '1508-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123542, 1155, '1508-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123543, 1155, '1508-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123544, 1155, '1508-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123545, 1155, '1508-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123546, 1155, '1508-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123547, 1155, '1508-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123548, 1155, '1509-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123549, 1155, '1509-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123550, 1155, '1509-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123551, 1155, '1509-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123552, 1155, '1509-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123553, 1155, '1509-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123554, 1155, '1509-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123555, 1155, '1509-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123556, 1155, '1509-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123557, 1155, '1509-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123558, 1155, '1509-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123559, 1155, '1509-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123560, 1155, '1510-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123561, 1155, '1510-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123562, 1155, '1510-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123563, 1155, '1510-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123564, 1155, '1510-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123565, 1155, '1510-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123566, 1155, '1510-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123567, 1155, '1510-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123568, 1155, '1510-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123569, 1155, '1510-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123570, 1155, '1510-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123571, 1155, '1510-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123572, 1155, '1511-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123573, 1155, '1511-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123574, 1155, '1511-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123575, 1155, '1511-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123576, 1155, '1511-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123577, 1155, '1511-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123578, 1155, '1511-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123579, 1155, '1511-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123580, 1155, '1511-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123581, 1155, '1511-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123582, 1155, '1511-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123583, 1155, '1511-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123584, 1155, '1512-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123585, 1155, '1512-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123586, 1155, '1512-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123587, 1155, '1512-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123588, 1155, '1512-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123589, 1155, '1512-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123590, 1155, '1512-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123591, 1155, '1512-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123592, 1155, '1512-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123593, 1155, '1512-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123594, 1155, '1512-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123595, 1155, '1512-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123596, 1155, '1513-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123597, 1155, '1513-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123598, 1155, '1513-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123599, 1155, '1513-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123600, 1155, '1513-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123601, 1155, '1513-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123602, 1155, '1513-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123603, 1155, '1513-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123604, 1155, '1513-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123605, 1155, '1513-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123606, 1155, '1513-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123607, 1155, '1513-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123608, 1155, '1514-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123609, 1155, '1514-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123610, 1155, '1514-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123611, 1155, '1514-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123612, 1155, '1514-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123613, 1155, '1514-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123614, 1155, '1514-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123615, 1155, '1514-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123616, 1155, '1514-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123617, 1155, '1514-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123618, 1155, '1514-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123619, 1155, '1514-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123620, 1155, '1515-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123621, 1155, '1515-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123622, 1155, '1515-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123623, 1155, '1515-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123624, 1155, '1515-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123625, 1155, '1515-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123626, 1155, '1515-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123627, 1155, '1515-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123628, 1155, '1515-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123629, 1155, '1515-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123630, 1155, '1515-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123631, 1155, '1515-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123632, 1155, '1516-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123633, 1155, '1516-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123634, 1155, '1516-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123635, 1155, '1516-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123636, 1155, '1516-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123637, 1155, '1516-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123638, 1155, '1516-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123639, 1155, '1516-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123640, 1155, '1516-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123641, 1155, '1516-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123642, 1155, '1516-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123643, 1155, '1516-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123644, 1155, '1517-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123645, 1155, '1517-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123646, 1155, '1517-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123647, 1155, '1517-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123648, 1155, '1517-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123649, 1155, '1517-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123650, 1155, '1517-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123651, 1155, '1517-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123652, 1155, '1517-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123653, 1155, '1517-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123654, 1155, '1517-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123655, 1155, '1517-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123656, 1155, '1518-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123657, 1155, '1518-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123658, 1155, '1518-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123659, 1155, '1518-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123660, 1155, '1518-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123661, 1155, '1518-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123662, 1155, '1518-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123663, 1155, '1518-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123664, 1155, '1518-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123665, 1155, '1518-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123666, 1155, '1518-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123667, 1155, '1518-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123668, 1155, '1519-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123669, 1155, '1519-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123670, 1155, '1519-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123671, 1155, '1519-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123672, 1155, '1519-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123673, 1155, '1519-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123674, 1155, '1519-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123675, 1155, '1519-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123676, 1155, '1519-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123677, 1155, '1519-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123678, 1155, '1519-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123679, 1155, '1519-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123680, 1155, '1520-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123681, 1155, '1520-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123682, 1155, '1520-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123683, 1155, '1520-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123684, 1155, '1520-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123685, 1155, '1520-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123686, 1155, '1520-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123687, 1155, '1520-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123688, 1155, '1520-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123689, 1155, '1520-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123690, 1155, '1520-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123691, 1155, '1520-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123692, 1155, '1521-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123693, 1155, '1521-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123694, 1155, '1521-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123695, 1155, '1521-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123696, 1155, '1521-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123697, 1155, '1521-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123698, 1155, '1521-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123699, 1155, '1521-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123700, 1155, '1521-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123701, 1155, '1521-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123702, 1155, '1521-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123703, 1155, '1521-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123704, 1155, '1522-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123705, 1155, '1522-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123706, 1155, '1522-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123707, 1155, '1522-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123708, 1155, '1522-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123709, 1155, '1522-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123710, 1155, '1522-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123711, 1155, '1522-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123712, 1155, '1522-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123713, 1155, '1522-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123714, 1155, '1522-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123715, 1155, '1522-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123716, 1155, '1523-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123717, 1155, '1523-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123718, 1155, '1523-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123719, 1155, '1523-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123720, 1155, '1523-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123721, 1155, '1523-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123722, 1155, '1523-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123723, 1155, '1523-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123724, 1155, '1523-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123725, 1155, '1523-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123726, 1155, '1523-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123727, 1155, '1523-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123728, 1155, '1524-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123729, 1155, '1524-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123730, 1155, '1524-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123731, 1155, '1524-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123732, 1155, '1524-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123733, 1155, '1524-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123734, 1155, '1524-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123735, 1155, '1524-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123736, 1155, '1524-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123737, 1155, '1524-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123738, 1155, '1524-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123739, 1155, '1524-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123740, 1155, '1525-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123741, 1155, '1525-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123742, 1155, '1525-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123743, 1155, '1525-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123744, 1155, '1525-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123745, 1155, '1525-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123746, 1155, '1525-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123747, 1155, '1525-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123748, 1155, '1525-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123749, 1155, '1525-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123750, 1155, '1525-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123751, 1155, '1525-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123752, 1155, '1526-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123753, 1155, '1526-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123754, 1155, '1526-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123755, 1155, '1526-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123756, 1155, '1526-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123757, 1155, '1526-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123758, 1155, '1526-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123759, 1155, '1526-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123760, 1155, '1526-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123761, 1155, '1526-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123762, 1155, '1526-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123763, 1155, '1526-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123764, 1155, '1527-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123765, 1155, '1527-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123766, 1155, '1527-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123767, 1155, '1527-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123768, 1155, '1527-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123769, 1155, '1527-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123770, 1155, '1527-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123771, 1155, '1527-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123772, 1155, '1527-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123773, 1155, '1527-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123774, 1155, '1527-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123775, 1155, '1527-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123776, 1155, '1528-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123777, 1155, '1528-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123778, 1155, '1528-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123779, 1155, '1528-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123780, 1155, '1528-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123781, 1155, '1528-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123782, 1155, '1528-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123783, 1155, '1528-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123784, 1155, '1528-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123785, 1155, '1528-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123786, 1155, '1528-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123787, 1155, '1528-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123788, 1155, '1529-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123789, 1155, '1529-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123790, 1155, '1529-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123791, 1155, '1529-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123792, 1155, '1529-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123793, 1155, '1529-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123794, 1155, '1529-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123795, 1155, '1529-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123796, 1155, '1529-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123797, 1155, '1529-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123798, 1155, '1529-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123799, 1155, '1529-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123800, 1155, '1530-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:39', '2023-09-12 17:43:39'),
(123801, 1155, '1530-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(123802, 1155, '1530-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(123803, 1155, '1530-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(123804, 1155, '1530-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(123805, 1155, '1530-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(123806, 1155, '1530-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(123807, 1155, '1530-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(123808, 1155, '1530-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(123809, 1155, '1530-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(123810, 1155, '1530-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(123811, 1155, '1530-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(123812, 1155, '1531-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(123813, 1155, '1531-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(123814, 1155, '1531-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(123815, 1155, '1531-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(123816, 1155, '1531-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(123817, 1155, '1531-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(123818, 1155, '1531-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(123819, 1155, '1531-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(123820, 1155, '1531-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(123821, 1155, '1531-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(123822, 1155, '1531-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(123823, 1155, '1531-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(123824, 1155, '1532-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(123825, 1155, '1532-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(123826, 1155, '1532-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(123827, 1155, '1532-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(123828, 1155, '1532-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(123829, 1155, '1532-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(123830, 1155, '1532-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(123831, 1155, '1532-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(123832, 1155, '1532-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(123833, 1155, '1532-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(123834, 1155, '1532-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(123835, 1155, '1532-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(123836, 1155, '1533-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(123837, 1155, '1533-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(123838, 1155, '1533-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(123839, 1155, '1533-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(123840, 1155, '1533-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(123841, 1155, '1533-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(123842, 1155, '1533-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(123843, 1155, '1533-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(123844, 1155, '1533-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(123845, 1155, '1533-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(123846, 1155, '1533-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(123847, 1155, '1533-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(123848, 1155, '1534-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(123849, 1155, '1534-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(123850, 1155, '1534-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(123851, 1155, '1534-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(123852, 1155, '1534-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(123853, 1155, '1534-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(123854, 1155, '1534-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(123855, 1155, '1534-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(123856, 1155, '1534-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(123857, 1155, '1534-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(123858, 1155, '1534-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(123859, 1155, '1534-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(123860, 1155, '1535-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(123861, 1155, '1535-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(123862, 1155, '1535-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(123863, 1155, '1535-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(123864, 1155, '1535-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(123865, 1155, '1535-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(123866, 1155, '1535-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(123867, 1155, '1535-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(123868, 1155, '1535-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(123869, 1155, '1535-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(123870, 1155, '1535-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(123871, 1155, '1535-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(123872, 1155, '1536-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(123873, 1155, '1536-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(123874, 1155, '1536-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(123875, 1155, '1536-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(123876, 1155, '1536-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(123877, 1155, '1536-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(123878, 1155, '1536-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(123879, 1155, '1536-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(123880, 1155, '1536-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(123881, 1155, '1536-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(123882, 1155, '1536-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(123883, 1155, '1536-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(123884, 1155, '1537-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(123885, 1155, '1537-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(123886, 1155, '1537-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(123887, 1155, '1537-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(123888, 1155, '1537-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(123889, 1155, '1537-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(123890, 1155, '1537-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(123891, 1155, '1537-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(123892, 1155, '1537-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(123893, 1155, '1537-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(123894, 1155, '1537-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(123895, 1155, '1537-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(123896, 1155, '1538-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(123897, 1155, '1538-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(123898, 1155, '1538-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(123899, 1155, '1538-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(123900, 1155, '1538-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(123901, 1155, '1538-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(123902, 1155, '1538-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(123903, 1155, '1538-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(123904, 1155, '1538-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(123905, 1155, '1538-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(123906, 1155, '1538-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(123907, 1155, '1538-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(123908, 1155, '1539-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(123909, 1155, '1539-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(123910, 1155, '1539-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(123911, 1155, '1539-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(123912, 1155, '1539-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(123913, 1155, '1539-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(123914, 1155, '1539-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(123915, 1155, '1539-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(123916, 1155, '1539-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(123917, 1155, '1539-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(123918, 1155, '1539-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(123919, 1155, '1539-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(123920, 1155, '1540-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(123921, 1155, '1540-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(123922, 1155, '1540-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(123923, 1155, '1540-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(123924, 1155, '1540-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(123925, 1155, '1540-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(123926, 1155, '1540-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(123927, 1155, '1540-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(123928, 1155, '1540-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(123929, 1155, '1540-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(123930, 1155, '1540-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(123931, 1155, '1540-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(123932, 1155, '1541-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(123933, 1155, '1541-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(123934, 1155, '1541-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(123935, 1155, '1541-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(123936, 1155, '1541-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(123937, 1155, '1541-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(123938, 1155, '1541-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(123939, 1155, '1541-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(123940, 1155, '1541-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(123941, 1155, '1541-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(123942, 1155, '1541-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(123943, 1155, '1541-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(123944, 1155, '1542-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(123945, 1155, '1542-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(123946, 1155, '1542-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(123947, 1155, '1542-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(123948, 1155, '1542-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(123949, 1155, '1542-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(123950, 1155, '1542-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(123951, 1155, '1542-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(123952, 1155, '1542-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(123953, 1155, '1542-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(123954, 1155, '1542-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(123955, 1155, '1542-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(123956, 1155, '1543-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(123957, 1155, '1543-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(123958, 1155, '1543-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(123959, 1155, '1543-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(123960, 1155, '1543-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(123961, 1155, '1543-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(123962, 1155, '1543-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(123963, 1155, '1543-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(123964, 1155, '1543-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(123965, 1155, '1543-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(123966, 1155, '1543-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(123967, 1155, '1543-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(123968, 1155, '1544-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(123969, 1155, '1544-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(123970, 1155, '1544-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(123971, 1155, '1544-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(123972, 1155, '1544-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(123973, 1155, '1544-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(123974, 1155, '1544-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(123975, 1155, '1544-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(123976, 1155, '1544-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(123977, 1155, '1544-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(123978, 1155, '1544-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(123979, 1155, '1544-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(123980, 1155, '1545-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(123981, 1155, '1545-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(123982, 1155, '1545-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(123983, 1155, '1545-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(123984, 1155, '1545-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(123985, 1155, '1545-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(123986, 1155, '1545-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(123987, 1155, '1545-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(123988, 1155, '1545-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(123989, 1155, '1545-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(123990, 1155, '1545-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(123991, 1155, '1545-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(123992, 1155, '1546-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(123993, 1155, '1546-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(123994, 1155, '1546-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(123995, 1155, '1546-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(123996, 1155, '1546-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(123997, 1155, '1546-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(123998, 1155, '1546-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(123999, 1155, '1546-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(124000, 1155, '1546-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(124001, 1155, '1546-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(124002, 1155, '1546-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(124003, 1155, '1546-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(124004, 1155, '1547-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(124005, 1155, '1547-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(124006, 1155, '1547-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(124007, 1155, '1547-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(124008, 1155, '1547-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(124009, 1155, '1547-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(124010, 1155, '1547-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(124011, 1155, '1547-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(124012, 1155, '1547-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(124013, 1155, '1547-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(124014, 1155, '1547-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(124015, 1155, '1547-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(124016, 1155, '1548-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(124017, 1155, '1548-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(124018, 1155, '1548-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(124019, 1155, '1548-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(124020, 1155, '1548-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(124021, 1155, '1548-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(124022, 1155, '1548-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(124023, 1155, '1548-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(124024, 1155, '1548-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(124025, 1155, '1548-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(124026, 1155, '1548-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(124027, 1155, '1548-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(124028, 1155, '1549-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(124029, 1155, '1549-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(124030, 1155, '1549-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(124031, 1155, '1549-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(124032, 1155, '1549-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(124033, 1155, '1549-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(124034, 1155, '1549-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(124035, 1155, '1549-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(124036, 1155, '1549-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(124037, 1155, '1549-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(124038, 1155, '1549-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(124039, 1155, '1549-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(124040, 1155, '1550-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(124041, 1155, '1550-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(124042, 1155, '1550-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(124043, 1155, '1550-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(124044, 1155, '1550-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(124045, 1155, '1550-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(124046, 1155, '1550-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(124047, 1155, '1550-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(124048, 1155, '1550-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(124049, 1155, '1550-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(124050, 1155, '1550-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(124051, 1155, '1550-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(124052, 1155, '1551-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(124053, 1155, '1551-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(124054, 1155, '1551-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(124055, 1155, '1551-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(124056, 1155, '1551-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(124057, 1155, '1551-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(124058, 1155, '1551-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(124059, 1155, '1551-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(124060, 1155, '1551-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(124061, 1155, '1551-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(124062, 1155, '1551-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(124063, 1155, '1551-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(124064, 1155, '1552-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(124065, 1155, '1552-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(124066, 1155, '1552-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(124067, 1155, '1552-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(124068, 1155, '1552-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(124069, 1155, '1552-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(124070, 1155, '1552-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(124071, 1155, '1552-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(124072, 1155, '1552-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(124073, 1155, '1552-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(124074, 1155, '1552-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(124075, 1155, '1552-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(124076, 1155, '1553-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(124077, 1155, '1553-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(124078, 1155, '1553-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(124079, 1155, '1553-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(124080, 1155, '1553-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(124081, 1155, '1553-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(124082, 1155, '1553-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(124083, 1155, '1553-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(124084, 1155, '1553-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(124085, 1155, '1553-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(124086, 1155, '1553-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(124087, 1155, '1553-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(124088, 1155, '1554-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(124089, 1155, '1554-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(124090, 1155, '1554-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(124091, 1155, '1554-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(124092, 1155, '1554-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(124093, 1155, '1554-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(124094, 1155, '1554-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(124095, 1155, '1554-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(124096, 1155, '1554-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(124097, 1155, '1554-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(124098, 1155, '1554-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(124099, 1155, '1554-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(124100, 1155, '1555-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(124101, 1155, '1555-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(124102, 1155, '1555-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(124103, 1155, '1555-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(124104, 1155, '1555-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(124105, 1155, '1555-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(124106, 1155, '1555-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(124107, 1155, '1555-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(124108, 1155, '1555-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(124109, 1155, '1555-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(124110, 1155, '1555-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(124111, 1155, '1555-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(124112, 1155, '1556-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(124113, 1155, '1556-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(124114, 1155, '1556-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(124115, 1155, '1556-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(124116, 1155, '1556-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(124117, 1155, '1556-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(124118, 1155, '1556-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(124119, 1155, '1556-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(124120, 1155, '1556-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(124121, 1155, '1556-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(124122, 1155, '1556-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(124123, 1155, '1556-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(124124, 1155, '1557-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(124125, 1155, '1557-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(124126, 1155, '1557-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(124127, 1155, '1557-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(124128, 1155, '1557-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(124129, 1155, '1557-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(124130, 1155, '1557-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(124131, 1155, '1557-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(124132, 1155, '1557-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(124133, 1155, '1557-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(124134, 1155, '1557-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(124135, 1155, '1557-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(124136, 1155, '1558-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(124137, 1155, '1558-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(124138, 1155, '1558-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(124139, 1155, '1558-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(124140, 1155, '1558-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(124141, 1155, '1558-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(124142, 1155, '1558-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(124143, 1155, '1558-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(124144, 1155, '1558-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(124145, 1155, '1558-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(124146, 1155, '1558-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(124147, 1155, '1558-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(124148, 1155, '1559-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(124149, 1155, '1559-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(124150, 1155, '1559-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(124151, 1155, '1559-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(124152, 1155, '1559-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(124153, 1155, '1559-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(124154, 1155, '1559-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(124155, 1155, '1559-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(124156, 1155, '1559-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(124157, 1155, '1559-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(124158, 1155, '1559-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(124159, 1155, '1559-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(124160, 1155, '1560-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(124161, 1155, '1560-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(124162, 1155, '1560-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(124163, 1155, '1560-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(124164, 1155, '1560-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(124165, 1155, '1560-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(124166, 1155, '1560-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(124167, 1155, '1560-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(124168, 1155, '1560-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(124169, 1155, '1560-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(124170, 1155, '1560-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(124171, 1155, '1560-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(124172, 1155, '1561-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(124173, 1155, '1561-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(124174, 1155, '1561-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(124175, 1155, '1561-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(124176, 1155, '1561-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(124177, 1155, '1561-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(124178, 1155, '1561-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(124179, 1155, '1561-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(124180, 1155, '1561-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(124181, 1155, '1561-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(124182, 1155, '1561-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(124183, 1155, '1561-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(124184, 1155, '1562-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(124185, 1155, '1562-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:40', '2023-09-12 17:43:40'),
(124186, 1155, '1562-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124187, 1155, '1562-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124188, 1155, '1562-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124189, 1155, '1562-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124190, 1155, '1562-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124191, 1155, '1562-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124192, 1155, '1562-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124193, 1155, '1562-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124194, 1155, '1562-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124195, 1155, '1562-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124196, 1155, '1563-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124197, 1155, '1563-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124198, 1155, '1563-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124199, 1155, '1563-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124200, 1155, '1563-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124201, 1155, '1563-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124202, 1155, '1563-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124203, 1155, '1563-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124204, 1155, '1563-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124205, 1155, '1563-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124206, 1155, '1563-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124207, 1155, '1563-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124208, 1155, '1564-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124209, 1155, '1564-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124210, 1155, '1564-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124211, 1155, '1564-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124212, 1155, '1564-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124213, 1155, '1564-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124214, 1155, '1564-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124215, 1155, '1564-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124216, 1155, '1564-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124217, 1155, '1564-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124218, 1155, '1564-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124219, 1155, '1564-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124220, 1155, '1565-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124221, 1155, '1565-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124222, 1155, '1565-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124223, 1155, '1565-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124224, 1155, '1565-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124225, 1155, '1565-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124226, 1155, '1565-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124227, 1155, '1565-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124228, 1155, '1565-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124229, 1155, '1565-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124230, 1155, '1565-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124231, 1155, '1565-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124232, 1155, '1566-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124233, 1155, '1566-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124234, 1155, '1566-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124235, 1155, '1566-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124236, 1155, '1566-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124237, 1155, '1566-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124238, 1155, '1566-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124239, 1155, '1566-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124240, 1155, '1566-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124241, 1155, '1566-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124242, 1155, '1566-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124243, 1155, '1566-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124244, 1155, '1567-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124245, 1155, '1567-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124246, 1155, '1567-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124247, 1155, '1567-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124248, 1155, '1567-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124249, 1155, '1567-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124250, 1155, '1567-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124251, 1155, '1567-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124252, 1155, '1567-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124253, 1155, '1567-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124254, 1155, '1567-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124255, 1155, '1567-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124256, 1155, '1568-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124257, 1155, '1568-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124258, 1155, '1568-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124259, 1155, '1568-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124260, 1155, '1568-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124261, 1155, '1568-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124262, 1155, '1568-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124263, 1155, '1568-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124264, 1155, '1568-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124265, 1155, '1568-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124266, 1155, '1568-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124267, 1155, '1568-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124268, 1155, '1569-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124269, 1155, '1569-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(124270, 1155, '1569-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124271, 1155, '1569-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124272, 1155, '1569-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124273, 1155, '1569-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124274, 1155, '1569-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124275, 1155, '1569-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124276, 1155, '1569-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124277, 1155, '1569-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124278, 1155, '1569-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124279, 1155, '1569-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124280, 1155, '1570-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124281, 1155, '1570-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124282, 1155, '1570-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124283, 1155, '1570-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124284, 1155, '1570-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124285, 1155, '1570-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124286, 1155, '1570-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124287, 1155, '1570-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124288, 1155, '1570-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124289, 1155, '1570-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124290, 1155, '1570-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124291, 1155, '1570-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124292, 1155, '1571-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124293, 1155, '1571-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124294, 1155, '1571-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124295, 1155, '1571-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124296, 1155, '1571-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124297, 1155, '1571-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124298, 1155, '1571-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124299, 1155, '1571-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124300, 1155, '1571-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124301, 1155, '1571-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124302, 1155, '1571-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124303, 1155, '1571-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124304, 1155, '1572-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124305, 1155, '1572-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124306, 1155, '1572-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124307, 1155, '1572-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124308, 1155, '1572-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124309, 1155, '1572-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124310, 1155, '1572-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124311, 1155, '1572-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124312, 1155, '1572-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124313, 1155, '1572-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124314, 1155, '1572-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124315, 1155, '1572-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124316, 1155, '1573-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124317, 1155, '1573-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124318, 1155, '1573-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124319, 1155, '1573-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124320, 1155, '1573-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124321, 1155, '1573-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124322, 1155, '1573-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124323, 1155, '1573-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124324, 1155, '1573-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124325, 1155, '1573-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124326, 1155, '1573-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124327, 1155, '1573-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124328, 1155, '1574-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124329, 1155, '1574-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124330, 1155, '1574-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124331, 1155, '1574-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124332, 1155, '1574-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124333, 1155, '1574-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124334, 1155, '1574-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124335, 1155, '1574-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124336, 1155, '1574-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124337, 1155, '1574-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124338, 1155, '1574-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124339, 1155, '1574-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124340, 1155, '1575-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124341, 1155, '1575-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124342, 1155, '1575-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124343, 1155, '1575-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124344, 1155, '1575-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124345, 1155, '1575-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124346, 1155, '1575-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124347, 1155, '1575-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124348, 1155, '1575-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124349, 1155, '1575-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124350, 1155, '1575-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124351, 1155, '1575-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124352, 1155, '1576-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124353, 1155, '1576-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124354, 1155, '1576-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124355, 1155, '1576-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124356, 1155, '1576-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124357, 1155, '1576-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124358, 1155, '1576-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124359, 1155, '1576-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124360, 1155, '1576-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124361, 1155, '1576-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124362, 1155, '1576-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124363, 1155, '1576-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124364, 1155, '1577-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124365, 1155, '1577-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124366, 1155, '1577-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124367, 1155, '1577-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124368, 1155, '1577-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124369, 1155, '1577-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124370, 1155, '1577-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124371, 1155, '1577-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124372, 1155, '1577-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124373, 1155, '1577-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124374, 1155, '1577-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124375, 1155, '1577-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124376, 1155, '1578-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124377, 1155, '1578-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124378, 1155, '1578-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124379, 1155, '1578-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124380, 1155, '1578-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124381, 1155, '1578-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124382, 1155, '1578-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124383, 1155, '1578-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124384, 1155, '1578-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124385, 1155, '1578-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124386, 1155, '1578-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124387, 1155, '1578-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124388, 1155, '1579-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124389, 1155, '1579-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124390, 1155, '1579-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124391, 1155, '1579-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124392, 1155, '1579-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124393, 1155, '1579-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124394, 1155, '1579-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124395, 1155, '1579-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124396, 1155, '1579-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124397, 1155, '1579-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124398, 1155, '1579-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124399, 1155, '1579-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124400, 1155, '1580-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124401, 1155, '1580-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124402, 1155, '1580-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124403, 1155, '1580-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124404, 1155, '1580-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124405, 1155, '1580-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124406, 1155, '1580-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124407, 1155, '1580-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124408, 1155, '1580-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124409, 1155, '1580-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124410, 1155, '1580-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124411, 1155, '1580-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124412, 1155, '1581-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124413, 1155, '1581-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124414, 1155, '1581-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124415, 1155, '1581-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124416, 1155, '1581-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124417, 1155, '1581-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124418, 1155, '1581-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124419, 1155, '1581-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124420, 1155, '1581-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124421, 1155, '1581-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124422, 1155, '1581-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124423, 1155, '1581-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124424, 1155, '1582-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124425, 1155, '1582-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124426, 1155, '1582-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124427, 1155, '1582-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124428, 1155, '1582-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124429, 1155, '1582-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124430, 1155, '1582-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124431, 1155, '1582-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124432, 1155, '1582-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124433, 1155, '1582-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124434, 1155, '1582-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124435, 1155, '1582-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124436, 1155, '1583-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124437, 1155, '1583-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124438, 1155, '1583-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124439, 1155, '1583-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124440, 1155, '1583-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124441, 1155, '1583-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124442, 1155, '1583-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124443, 1155, '1583-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124444, 1155, '1583-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124445, 1155, '1583-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124446, 1155, '1583-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124447, 1155, '1583-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124448, 1155, '1584-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124449, 1155, '1584-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124450, 1155, '1584-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124451, 1155, '1584-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124452, 1155, '1584-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124453, 1155, '1584-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124454, 1155, '1584-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124455, 1155, '1584-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124456, 1155, '1584-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124457, 1155, '1584-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124458, 1155, '1584-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124459, 1155, '1584-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124460, 1155, '1585-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124461, 1155, '1585-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124462, 1155, '1585-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124463, 1155, '1585-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124464, 1155, '1585-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124465, 1155, '1585-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124466, 1155, '1585-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124467, 1155, '1585-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124468, 1155, '1585-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124469, 1155, '1585-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124470, 1155, '1585-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124471, 1155, '1585-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124472, 1155, '1586-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124473, 1155, '1586-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124474, 1155, '1586-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124475, 1155, '1586-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124476, 1155, '1586-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124477, 1155, '1586-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124478, 1155, '1586-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124479, 1155, '1586-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124480, 1155, '1586-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124481, 1155, '1586-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124482, 1155, '1586-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124483, 1155, '1586-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124484, 1155, '1587-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124485, 1155, '1587-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124486, 1155, '1587-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124487, 1155, '1587-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124488, 1155, '1587-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124489, 1155, '1587-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124490, 1155, '1587-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124491, 1155, '1587-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124492, 1155, '1587-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124493, 1155, '1587-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124494, 1155, '1587-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124495, 1155, '1587-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124496, 1155, '1588-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124497, 1155, '1588-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124498, 1155, '1588-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124499, 1155, '1588-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124500, 1155, '1588-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124501, 1155, '1588-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124502, 1155, '1588-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124503, 1155, '1588-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124504, 1155, '1588-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124505, 1155, '1588-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124506, 1155, '1588-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124507, 1155, '1588-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124508, 1155, '1589-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124509, 1155, '1589-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124510, 1155, '1589-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124511, 1155, '1589-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124512, 1155, '1589-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124513, 1155, '1589-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124514, 1155, '1589-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124515, 1155, '1589-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124516, 1155, '1589-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124517, 1155, '1589-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124518, 1155, '1589-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124519, 1155, '1589-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124520, 1155, '1590-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124521, 1155, '1590-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124522, 1155, '1590-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124523, 1155, '1590-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124524, 1155, '1590-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124525, 1155, '1590-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124526, 1155, '1590-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124527, 1155, '1590-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124528, 1155, '1590-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124529, 1155, '1590-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124530, 1155, '1590-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124531, 1155, '1590-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124532, 1155, '1591-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124533, 1155, '1591-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124534, 1155, '1591-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124535, 1155, '1591-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124536, 1155, '1591-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124537, 1155, '1591-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124538, 1155, '1591-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124539, 1155, '1591-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124540, 1155, '1591-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124541, 1155, '1591-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124542, 1155, '1591-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124543, 1155, '1591-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124544, 1155, '1592-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124545, 1155, '1592-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124546, 1155, '1592-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124547, 1155, '1592-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124548, 1155, '1592-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124549, 1155, '1592-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124550, 1155, '1592-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:41', '2023-09-12 17:43:41'),
(124551, 1155, '1592-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124552, 1155, '1592-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124553, 1155, '1592-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124554, 1155, '1592-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124555, 1155, '1592-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124556, 1155, '1593-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124557, 1155, '1593-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124558, 1155, '1593-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124559, 1155, '1593-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124560, 1155, '1593-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124561, 1155, '1593-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124562, 1155, '1593-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124563, 1155, '1593-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124564, 1155, '1593-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124565, 1155, '1593-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124566, 1155, '1593-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124567, 1155, '1593-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124568, 1155, '1594-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124569, 1155, '1594-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124570, 1155, '1594-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124571, 1155, '1594-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124572, 1155, '1594-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124573, 1155, '1594-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124574, 1155, '1594-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124575, 1155, '1594-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124576, 1155, '1594-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124577, 1155, '1594-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124578, 1155, '1594-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124579, 1155, '1594-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124580, 1155, '1595-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124581, 1155, '1595-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124582, 1155, '1595-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124583, 1155, '1595-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124584, 1155, '1595-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124585, 1155, '1595-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124586, 1155, '1595-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124587, 1155, '1595-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124588, 1155, '1595-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124589, 1155, '1595-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124590, 1155, '1595-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124591, 1155, '1595-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124592, 1155, '1596-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124593, 1155, '1596-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124594, 1155, '1596-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124595, 1155, '1596-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124596, 1155, '1596-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124597, 1155, '1596-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124598, 1155, '1596-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124599, 1155, '1596-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124600, 1155, '1596-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124601, 1155, '1596-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124602, 1155, '1596-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124603, 1155, '1596-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124604, 1155, '1597-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124605, 1155, '1597-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124606, 1155, '1597-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124607, 1155, '1597-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124608, 1155, '1597-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124609, 1155, '1597-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124610, 1155, '1597-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124611, 1155, '1597-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124612, 1155, '1597-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124613, 1155, '1597-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124614, 1155, '1597-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124615, 1155, '1597-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124616, 1155, '1598-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124617, 1155, '1598-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124618, 1155, '1598-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124619, 1155, '1598-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124620, 1155, '1598-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124621, 1155, '1598-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124622, 1155, '1598-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124623, 1155, '1598-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124624, 1155, '1598-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124625, 1155, '1598-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124626, 1155, '1598-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124627, 1155, '1598-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124628, 1155, '1599-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124629, 1155, '1599-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124630, 1155, '1599-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124631, 1155, '1599-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124632, 1155, '1599-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124633, 1155, '1599-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124634, 1155, '1599-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124635, 1155, '1599-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124636, 1155, '1599-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124637, 1155, '1599-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124638, 1155, '1599-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124639, 1155, '1599-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124640, 1155, '1600-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124641, 1155, '1600-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124642, 1155, '1600-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124643, 1155, '1600-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124644, 1155, '1600-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124645, 1155, '1600-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124646, 1155, '1600-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124647, 1155, '1600-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124648, 1155, '1600-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124649, 1155, '1600-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124650, 1155, '1600-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124651, 1155, '1600-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124652, 1155, '1601-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124653, 1155, '1601-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124654, 1155, '1601-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124655, 1155, '1601-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124656, 1155, '1601-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124657, 1155, '1601-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124658, 1155, '1601-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124659, 1155, '1601-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124660, 1155, '1601-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124661, 1155, '1601-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124662, 1155, '1601-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124663, 1155, '1601-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124664, 1155, '1602-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124665, 1155, '1602-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124666, 1155, '1602-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124667, 1155, '1602-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124668, 1155, '1602-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124669, 1155, '1602-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124670, 1155, '1602-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124671, 1155, '1602-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124672, 1155, '1602-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124673, 1155, '1602-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124674, 1155, '1602-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124675, 1155, '1602-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124676, 1155, '1603-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124677, 1155, '1603-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124678, 1155, '1603-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124679, 1155, '1603-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124680, 1155, '1603-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124681, 1155, '1603-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124682, 1155, '1603-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124683, 1155, '1603-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124684, 1155, '1603-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124685, 1155, '1603-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124686, 1155, '1603-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124687, 1155, '1603-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124688, 1155, '1604-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124689, 1155, '1604-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124690, 1155, '1604-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124691, 1155, '1604-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124692, 1155, '1604-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124693, 1155, '1604-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124694, 1155, '1604-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124695, 1155, '1604-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124696, 1155, '1604-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124697, 1155, '1604-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124698, 1155, '1604-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124699, 1155, '1604-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124700, 1155, '1605-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124701, 1155, '1605-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124702, 1155, '1605-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124703, 1155, '1605-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124704, 1155, '1605-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124705, 1155, '1605-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124706, 1155, '1605-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124707, 1155, '1605-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124708, 1155, '1605-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124709, 1155, '1605-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124710, 1155, '1605-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124711, 1155, '1605-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124712, 1155, '1606-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124713, 1155, '1606-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124714, 1155, '1606-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124715, 1155, '1606-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124716, 1155, '1606-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124717, 1155, '1606-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124718, 1155, '1606-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124719, 1155, '1606-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124720, 1155, '1606-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124721, 1155, '1606-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124722, 1155, '1606-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124723, 1155, '1606-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124724, 1155, '1607-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124725, 1155, '1607-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(124726, 1155, '1607-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124727, 1155, '1607-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124728, 1155, '1607-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124729, 1155, '1607-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124730, 1155, '1607-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124731, 1155, '1607-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124732, 1155, '1607-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124733, 1155, '1607-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124734, 1155, '1607-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124735, 1155, '1607-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124736, 1155, '1608-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124737, 1155, '1608-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124738, 1155, '1608-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124739, 1155, '1608-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124740, 1155, '1608-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124741, 1155, '1608-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124742, 1155, '1608-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124743, 1155, '1608-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124744, 1155, '1608-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124745, 1155, '1608-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124746, 1155, '1608-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124747, 1155, '1608-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124748, 1155, '1609-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124749, 1155, '1609-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124750, 1155, '1609-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124751, 1155, '1609-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124752, 1155, '1609-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124753, 1155, '1609-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124754, 1155, '1609-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124755, 1155, '1609-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124756, 1155, '1609-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124757, 1155, '1609-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124758, 1155, '1609-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124759, 1155, '1609-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124760, 1155, '1610-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124761, 1155, '1610-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124762, 1155, '1610-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124763, 1155, '1610-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124764, 1155, '1610-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124765, 1155, '1610-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124766, 1155, '1610-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124767, 1155, '1610-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124768, 1155, '1610-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124769, 1155, '1610-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124770, 1155, '1610-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124771, 1155, '1610-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124772, 1155, '1611-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124773, 1155, '1611-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124774, 1155, '1611-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124775, 1155, '1611-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124776, 1155, '1611-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124777, 1155, '1611-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124778, 1155, '1611-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124779, 1155, '1611-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124780, 1155, '1611-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124781, 1155, '1611-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124782, 1155, '1611-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124783, 1155, '1611-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124784, 1155, '1612-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124785, 1155, '1612-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124786, 1155, '1612-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124787, 1155, '1612-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124788, 1155, '1612-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124789, 1155, '1612-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124790, 1155, '1612-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124791, 1155, '1612-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124792, 1155, '1612-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124793, 1155, '1612-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124794, 1155, '1612-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124795, 1155, '1612-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124796, 1155, '1613-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124797, 1155, '1613-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124798, 1155, '1613-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124799, 1155, '1613-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124800, 1155, '1613-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124801, 1155, '1613-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124802, 1155, '1613-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124803, 1155, '1613-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124804, 1155, '1613-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124805, 1155, '1613-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124806, 1155, '1613-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124807, 1155, '1613-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124808, 1155, '1614-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124809, 1155, '1614-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124810, 1155, '1614-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124811, 1155, '1614-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124812, 1155, '1614-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124813, 1155, '1614-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124814, 1155, '1614-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124815, 1155, '1614-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124816, 1155, '1614-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124817, 1155, '1614-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124818, 1155, '1614-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124819, 1155, '1614-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124820, 1155, '1615-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124821, 1155, '1615-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124822, 1155, '1615-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124823, 1155, '1615-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124824, 1155, '1615-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124825, 1155, '1615-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124826, 1155, '1615-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124827, 1155, '1615-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124828, 1155, '1615-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124829, 1155, '1615-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124830, 1155, '1615-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124831, 1155, '1615-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124832, 1155, '1616-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124833, 1155, '1616-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124834, 1155, '1616-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124835, 1155, '1616-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124836, 1155, '1616-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124837, 1155, '1616-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124838, 1155, '1616-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124839, 1155, '1616-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124840, 1155, '1616-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124841, 1155, '1616-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124842, 1155, '1616-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124843, 1155, '1616-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124844, 1155, '1617-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124845, 1155, '1617-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124846, 1155, '1617-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124847, 1155, '1617-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124848, 1155, '1617-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124849, 1155, '1617-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124850, 1155, '1617-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124851, 1155, '1617-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124852, 1155, '1617-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124853, 1155, '1617-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124854, 1155, '1617-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124855, 1155, '1617-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124856, 1155, '1618-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124857, 1155, '1618-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124858, 1155, '1618-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124859, 1155, '1618-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124860, 1155, '1618-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124861, 1155, '1618-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124862, 1155, '1618-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124863, 1155, '1618-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124864, 1155, '1618-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124865, 1155, '1618-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124866, 1155, '1618-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124867, 1155, '1618-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124868, 1155, '1619-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124869, 1155, '1619-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124870, 1155, '1619-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124871, 1155, '1619-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124872, 1155, '1619-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124873, 1155, '1619-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124874, 1155, '1619-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124875, 1155, '1619-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124876, 1155, '1619-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124877, 1155, '1619-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124878, 1155, '1619-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124879, 1155, '1619-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124880, 1155, '1620-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124881, 1155, '1620-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124882, 1155, '1620-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124883, 1155, '1620-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124884, 1155, '1620-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124885, 1155, '1620-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124886, 1155, '1620-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124887, 1155, '1620-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124888, 1155, '1620-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124889, 1155, '1620-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124890, 1155, '1620-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124891, 1155, '1620-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124892, 1155, '1621-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124893, 1155, '1621-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124894, 1155, '1621-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124895, 1155, '1621-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124896, 1155, '1621-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124897, 1155, '1621-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124898, 1155, '1621-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124899, 1155, '1621-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124900, 1155, '1621-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124901, 1155, '1621-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124902, 1155, '1621-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124903, 1155, '1621-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124904, 1155, '1622-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124905, 1155, '1622-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124906, 1155, '1622-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124907, 1155, '1622-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124908, 1155, '1622-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124909, 1155, '1622-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124910, 1155, '1622-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124911, 1155, '1622-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124912, 1155, '1622-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124913, 1155, '1622-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124914, 1155, '1622-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124915, 1155, '1622-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124916, 1155, '1623-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124917, 1155, '1623-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124918, 1155, '1623-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124919, 1155, '1623-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124920, 1155, '1623-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124921, 1155, '1623-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124922, 1155, '1623-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124923, 1155, '1623-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124924, 1155, '1623-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124925, 1155, '1623-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124926, 1155, '1623-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124927, 1155, '1623-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124928, 1155, '1624-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124929, 1155, '1624-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124930, 1155, '1624-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124931, 1155, '1624-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124932, 1155, '1624-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124933, 1155, '1624-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:42', '2023-09-12 17:43:42'),
(124934, 1155, '1624-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(124935, 1155, '1624-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(124936, 1155, '1624-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(124937, 1155, '1624-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(124938, 1155, '1624-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(124939, 1155, '1624-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(124940, 1155, '1625-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(124941, 1155, '1625-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(124942, 1155, '1625-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(124943, 1155, '1625-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(124944, 1155, '1625-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(124945, 1155, '1625-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(124946, 1155, '1625-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(124947, 1155, '1625-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(124948, 1155, '1625-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(124949, 1155, '1625-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(124950, 1155, '1625-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(124951, 1155, '1625-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(124952, 1155, '1626-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(124953, 1155, '1626-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(124954, 1155, '1626-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(124955, 1155, '1626-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(124956, 1155, '1626-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(124957, 1155, '1626-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(124958, 1155, '1626-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(124959, 1155, '1626-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(124960, 1155, '1626-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(124961, 1155, '1626-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(124962, 1155, '1626-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(124963, 1155, '1626-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(124964, 1155, '1627-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(124965, 1155, '1627-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(124966, 1155, '1627-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(124967, 1155, '1627-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(124968, 1155, '1627-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(124969, 1155, '1627-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(124970, 1155, '1627-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(124971, 1155, '1627-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(124972, 1155, '1627-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(124973, 1155, '1627-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(124974, 1155, '1627-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(124975, 1155, '1627-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(124976, 1155, '1628-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(124977, 1155, '1628-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(124978, 1155, '1628-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(124979, 1155, '1628-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(124980, 1155, '1628-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(124981, 1155, '1628-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(124982, 1155, '1628-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(124983, 1155, '1628-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(124984, 1155, '1628-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(124985, 1155, '1628-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(124986, 1155, '1628-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(124987, 1155, '1628-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(124988, 1155, '1629-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(124989, 1155, '1629-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(124990, 1155, '1629-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(124991, 1155, '1629-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(124992, 1155, '1629-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(124993, 1155, '1629-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(124994, 1155, '1629-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(124995, 1155, '1629-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(124996, 1155, '1629-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(124997, 1155, '1629-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(124998, 1155, '1629-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(124999, 1155, '1629-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125000, 1155, '1630-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125001, 1155, '1630-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125002, 1155, '1630-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125003, 1155, '1630-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125004, 1155, '1630-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125005, 1155, '1630-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125006, 1155, '1630-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125007, 1155, '1630-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125008, 1155, '1630-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125009, 1155, '1630-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125010, 1155, '1630-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125011, 1155, '1630-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125012, 1155, '1631-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125013, 1155, '1631-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125014, 1155, '1631-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125015, 1155, '1631-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125016, 1155, '1631-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125017, 1155, '1631-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125018, 1155, '1631-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125019, 1155, '1631-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125020, 1155, '1631-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125021, 1155, '1631-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125022, 1155, '1631-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125023, 1155, '1631-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125024, 1155, '1632-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125025, 1155, '1632-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125026, 1155, '1632-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125027, 1155, '1632-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125028, 1155, '1632-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125029, 1155, '1632-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125030, 1155, '1632-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125031, 1155, '1632-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125032, 1155, '1632-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125033, 1155, '1632-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125034, 1155, '1632-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125035, 1155, '1632-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125036, 1155, '1633-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125037, 1155, '1633-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125038, 1155, '1633-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125039, 1155, '1633-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125040, 1155, '1633-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125041, 1155, '1633-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125042, 1155, '1633-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125043, 1155, '1633-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125044, 1155, '1633-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125045, 1155, '1633-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125046, 1155, '1633-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125047, 1155, '1633-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125048, 1155, '1634-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125049, 1155, '1634-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125050, 1155, '1634-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125051, 1155, '1634-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125052, 1155, '1634-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125053, 1155, '1634-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125054, 1155, '1634-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125055, 1155, '1634-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125056, 1155, '1634-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125057, 1155, '1634-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125058, 1155, '1634-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125059, 1155, '1634-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125060, 1155, '1635-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125061, 1155, '1635-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125062, 1155, '1635-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125063, 1155, '1635-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125064, 1155, '1635-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125065, 1155, '1635-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125066, 1155, '1635-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125067, 1155, '1635-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125068, 1155, '1635-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125069, 1155, '1635-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125070, 1155, '1635-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125071, 1155, '1635-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125072, 1155, '1636-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125073, 1155, '1636-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125074, 1155, '1636-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125075, 1155, '1636-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125076, 1155, '1636-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125077, 1155, '1636-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125078, 1155, '1636-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125079, 1155, '1636-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125080, 1155, '1636-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125081, 1155, '1636-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125082, 1155, '1636-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125083, 1155, '1636-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125084, 1155, '1637-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125085, 1155, '1637-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125086, 1155, '1637-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125087, 1155, '1637-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125088, 1155, '1637-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125089, 1155, '1637-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125090, 1155, '1637-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125091, 1155, '1637-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125092, 1155, '1637-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125093, 1155, '1637-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125094, 1155, '1637-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125095, 1155, '1637-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125096, 1155, '1638-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125097, 1155, '1638-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125098, 1155, '1638-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125099, 1155, '1638-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125100, 1155, '1638-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125101, 1155, '1638-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125102, 1155, '1638-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125103, 1155, '1638-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125104, 1155, '1638-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125105, 1155, '1638-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125106, 1155, '1638-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125107, 1155, '1638-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125108, 1155, '1639-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125109, 1155, '1639-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125110, 1155, '1639-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125111, 1155, '1639-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125112, 1155, '1639-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125113, 1155, '1639-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125114, 1155, '1639-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125115, 1155, '1639-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125116, 1155, '1639-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125117, 1155, '1639-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125118, 1155, '1639-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125119, 1155, '1639-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125120, 1155, '1640-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125121, 1155, '1640-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125122, 1155, '1640-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125123, 1155, '1640-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125124, 1155, '1640-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125125, 1155, '1640-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125126, 1155, '1640-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125127, 1155, '1640-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125128, 1155, '1640-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125129, 1155, '1640-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125130, 1155, '1640-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125131, 1155, '1640-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125132, 1155, '1641-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125133, 1155, '1641-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125134, 1155, '1641-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125135, 1155, '1641-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125136, 1155, '1641-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125137, 1155, '1641-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125138, 1155, '1641-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125139, 1155, '1641-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125140, 1155, '1641-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125141, 1155, '1641-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125142, 1155, '1641-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125143, 1155, '1641-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125144, 1155, '1642-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125145, 1155, '1642-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125146, 1155, '1642-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125147, 1155, '1642-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125148, 1155, '1642-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125149, 1155, '1642-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125150, 1155, '1642-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125151, 1155, '1642-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125152, 1155, '1642-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125153, 1155, '1642-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125154, 1155, '1642-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125155, 1155, '1642-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125156, 1155, '1643-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125157, 1155, '1643-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125158, 1155, '1643-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125159, 1155, '1643-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125160, 1155, '1643-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125161, 1155, '1643-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125162, 1155, '1643-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125163, 1155, '1643-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125164, 1155, '1643-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125165, 1155, '1643-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125166, 1155, '1643-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125167, 1155, '1643-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125168, 1155, '1644-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125169, 1155, '1644-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125170, 1155, '1644-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125171, 1155, '1644-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125172, 1155, '1644-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125173, 1155, '1644-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125174, 1155, '1644-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125175, 1155, '1644-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125176, 1155, '1644-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125177, 1155, '1644-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125178, 1155, '1644-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125179, 1155, '1644-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125180, 1155, '1645-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125181, 1155, '1645-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(125182, 1155, '1645-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125183, 1155, '1645-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125184, 1155, '1645-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125185, 1155, '1645-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125186, 1155, '1645-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125187, 1155, '1645-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125188, 1155, '1645-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125189, 1155, '1645-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125190, 1155, '1645-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125191, 1155, '1645-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125192, 1155, '1646-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125193, 1155, '1646-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125194, 1155, '1646-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125195, 1155, '1646-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125196, 1155, '1646-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125197, 1155, '1646-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125198, 1155, '1646-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125199, 1155, '1646-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125200, 1155, '1646-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125201, 1155, '1646-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125202, 1155, '1646-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125203, 1155, '1646-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125204, 1155, '1647-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125205, 1155, '1647-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125206, 1155, '1647-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125207, 1155, '1647-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125208, 1155, '1647-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125209, 1155, '1647-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125210, 1155, '1647-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125211, 1155, '1647-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125212, 1155, '1647-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125213, 1155, '1647-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125214, 1155, '1647-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125215, 1155, '1647-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125216, 1155, '1648-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125217, 1155, '1648-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125218, 1155, '1648-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125219, 1155, '1648-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125220, 1155, '1648-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125221, 1155, '1648-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125222, 1155, '1648-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125223, 1155, '1648-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125224, 1155, '1648-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125225, 1155, '1648-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125226, 1155, '1648-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125227, 1155, '1648-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125228, 1155, '1649-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125229, 1155, '1649-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125230, 1155, '1649-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125231, 1155, '1649-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125232, 1155, '1649-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125233, 1155, '1649-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125234, 1155, '1649-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125235, 1155, '1649-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125236, 1155, '1649-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125237, 1155, '1649-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125238, 1155, '1649-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125239, 1155, '1649-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125240, 1155, '1650-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125241, 1155, '1650-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125242, 1155, '1650-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125243, 1155, '1650-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125244, 1155, '1650-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125245, 1155, '1650-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125246, 1155, '1650-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125247, 1155, '1650-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125248, 1155, '1650-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125249, 1155, '1650-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125250, 1155, '1650-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125251, 1155, '1650-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125252, 1155, '1651-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125253, 1155, '1651-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125254, 1155, '1651-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125255, 1155, '1651-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125256, 1155, '1651-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125257, 1155, '1651-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125258, 1155, '1651-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125259, 1155, '1651-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125260, 1155, '1651-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125261, 1155, '1651-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125262, 1155, '1651-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125263, 1155, '1651-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125264, 1155, '1652-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125265, 1155, '1652-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125266, 1155, '1652-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125267, 1155, '1652-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125268, 1155, '1652-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125269, 1155, '1652-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125270, 1155, '1652-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125271, 1155, '1652-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125272, 1155, '1652-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125273, 1155, '1652-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125274, 1155, '1652-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125275, 1155, '1652-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125276, 1155, '1653-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125277, 1155, '1653-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125278, 1155, '1653-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125279, 1155, '1653-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125280, 1155, '1653-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125281, 1155, '1653-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125282, 1155, '1653-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125283, 1155, '1653-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125284, 1155, '1653-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125285, 1155, '1653-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125286, 1155, '1653-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125287, 1155, '1653-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125288, 1155, '1654-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125289, 1155, '1654-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125290, 1155, '1654-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125291, 1155, '1654-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125292, 1155, '1654-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125293, 1155, '1654-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125294, 1155, '1654-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125295, 1155, '1654-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125296, 1155, '1654-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125297, 1155, '1654-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125298, 1155, '1654-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125299, 1155, '1654-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125300, 1155, '1655-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125301, 1155, '1655-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125302, 1155, '1655-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125303, 1155, '1655-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125304, 1155, '1655-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125305, 1155, '1655-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125306, 1155, '1655-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125307, 1155, '1655-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125308, 1155, '1655-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125309, 1155, '1655-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125310, 1155, '1655-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125311, 1155, '1655-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125312, 1155, '1656-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125313, 1155, '1656-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125314, 1155, '1656-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125315, 1155, '1656-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125316, 1155, '1656-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125317, 1155, '1656-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125318, 1155, '1656-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:43', '2023-09-12 17:43:43'),
(125319, 1155, '1656-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125320, 1155, '1656-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125321, 1155, '1656-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125322, 1155, '1656-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125323, 1155, '1656-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125324, 1155, '1657-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125325, 1155, '1657-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125326, 1155, '1657-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125327, 1155, '1657-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125328, 1155, '1657-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125329, 1155, '1657-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125330, 1155, '1657-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125331, 1155, '1657-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125332, 1155, '1657-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125333, 1155, '1657-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125334, 1155, '1657-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125335, 1155, '1657-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125336, 1155, '1658-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125337, 1155, '1658-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125338, 1155, '1658-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125339, 1155, '1658-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125340, 1155, '1658-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125341, 1155, '1658-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125342, 1155, '1658-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125343, 1155, '1658-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125344, 1155, '1658-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125345, 1155, '1658-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125346, 1155, '1658-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125347, 1155, '1658-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125348, 1155, '1659-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125349, 1155, '1659-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125350, 1155, '1659-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125351, 1155, '1659-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125352, 1155, '1659-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125353, 1155, '1659-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125354, 1155, '1659-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125355, 1155, '1659-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125356, 1155, '1659-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125357, 1155, '1659-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125358, 1155, '1659-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125359, 1155, '1659-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125360, 1155, '1660-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125361, 1155, '1660-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125362, 1155, '1660-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125363, 1155, '1660-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125364, 1155, '1660-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125365, 1155, '1660-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125366, 1155, '1660-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125367, 1155, '1660-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125368, 1155, '1660-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125369, 1155, '1660-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125370, 1155, '1660-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125371, 1155, '1660-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125372, 1155, '1661-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125373, 1155, '1661-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125374, 1155, '1661-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125375, 1155, '1661-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125376, 1155, '1661-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125377, 1155, '1661-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125378, 1155, '1661-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125379, 1155, '1661-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125380, 1155, '1661-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125381, 1155, '1661-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125382, 1155, '1661-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125383, 1155, '1661-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125384, 1155, '1662-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125385, 1155, '1662-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125386, 1155, '1662-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125387, 1155, '1662-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125388, 1155, '1662-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125389, 1155, '1662-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125390, 1155, '1662-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125391, 1155, '1662-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125392, 1155, '1662-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125393, 1155, '1662-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125394, 1155, '1662-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125395, 1155, '1662-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125396, 1155, '1663-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125397, 1155, '1663-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125398, 1155, '1663-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125399, 1155, '1663-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125400, 1155, '1663-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125401, 1155, '1663-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125402, 1155, '1663-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125403, 1155, '1663-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125404, 1155, '1663-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125405, 1155, '1663-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125406, 1155, '1663-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125407, 1155, '1663-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125408, 1155, '1664-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125409, 1155, '1664-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125410, 1155, '1664-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125411, 1155, '1664-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125412, 1155, '1664-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125413, 1155, '1664-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125414, 1155, '1664-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125415, 1155, '1664-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125416, 1155, '1664-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125417, 1155, '1664-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125418, 1155, '1664-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125419, 1155, '1664-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125420, 1155, '1665-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125421, 1155, '1665-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125422, 1155, '1665-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125423, 1155, '1665-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125424, 1155, '1665-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125425, 1155, '1665-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125426, 1155, '1665-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125427, 1155, '1665-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125428, 1155, '1665-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125429, 1155, '1665-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125430, 1155, '1665-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125431, 1155, '1665-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125432, 1155, '1666-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125433, 1155, '1666-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125434, 1155, '1666-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125435, 1155, '1666-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125436, 1155, '1666-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125437, 1155, '1666-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125438, 1155, '1666-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125439, 1155, '1666-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125440, 1155, '1666-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125441, 1155, '1666-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125442, 1155, '1666-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125443, 1155, '1666-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125444, 1155, '1667-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125445, 1155, '1667-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125446, 1155, '1667-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125447, 1155, '1667-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125448, 1155, '1667-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125449, 1155, '1667-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125450, 1155, '1667-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125451, 1155, '1667-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125452, 1155, '1667-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125453, 1155, '1667-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125454, 1155, '1667-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125455, 1155, '1667-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125456, 1155, '1668-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125457, 1155, '1668-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125458, 1155, '1668-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125459, 1155, '1668-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125460, 1155, '1668-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125461, 1155, '1668-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125462, 1155, '1668-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125463, 1155, '1668-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125464, 1155, '1668-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125465, 1155, '1668-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125466, 1155, '1668-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125467, 1155, '1668-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125468, 1155, '1669-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125469, 1155, '1669-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125470, 1155, '1669-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125471, 1155, '1669-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125472, 1155, '1669-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125473, 1155, '1669-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125474, 1155, '1669-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125475, 1155, '1669-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125476, 1155, '1669-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125477, 1155, '1669-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125478, 1155, '1669-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125479, 1155, '1669-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125480, 1155, '1670-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125481, 1155, '1670-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125482, 1155, '1670-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125483, 1155, '1670-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125484, 1155, '1670-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125485, 1155, '1670-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125486, 1155, '1670-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125487, 1155, '1670-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125488, 1155, '1670-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125489, 1155, '1670-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125490, 1155, '1670-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125491, 1155, '1670-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125492, 1155, '1671-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125493, 1155, '1671-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125494, 1155, '1671-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125495, 1155, '1671-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125496, 1155, '1671-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125497, 1155, '1671-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125498, 1155, '1671-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125499, 1155, '1671-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125500, 1155, '1671-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125501, 1155, '1671-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125502, 1155, '1671-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125503, 1155, '1671-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125504, 1155, '1672-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125505, 1155, '1672-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125506, 1155, '1672-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125507, 1155, '1672-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125508, 1155, '1672-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125509, 1155, '1672-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125510, 1155, '1672-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125511, 1155, '1672-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125512, 1155, '1672-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125513, 1155, '1672-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125514, 1155, '1672-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125515, 1155, '1672-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125516, 1155, '1673-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125517, 1155, '1673-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125518, 1155, '1673-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125519, 1155, '1673-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125520, 1155, '1673-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125521, 1155, '1673-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125522, 1155, '1673-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125523, 1155, '1673-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125524, 1155, '1673-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125525, 1155, '1673-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125526, 1155, '1673-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125527, 1155, '1673-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125528, 1155, '1674-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125529, 1155, '1674-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125530, 1155, '1674-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125531, 1155, '1674-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125532, 1155, '1674-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125533, 1155, '1674-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125534, 1155, '1674-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125535, 1155, '1674-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125536, 1155, '1674-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125537, 1155, '1674-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125538, 1155, '1674-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125539, 1155, '1674-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125540, 1155, '1675-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125541, 1155, '1675-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125542, 1155, '1675-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125543, 1155, '1675-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125544, 1155, '1675-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125545, 1155, '1675-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125546, 1155, '1675-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125547, 1155, '1675-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125548, 1155, '1675-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125549, 1155, '1675-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125550, 1155, '1675-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125551, 1155, '1675-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125552, 1155, '1676-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125553, 1155, '1676-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125554, 1155, '1676-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125555, 1155, '1676-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125556, 1155, '1676-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125557, 1155, '1676-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125558, 1155, '1676-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125559, 1155, '1676-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125560, 1155, '1676-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125561, 1155, '1676-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125562, 1155, '1676-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125563, 1155, '1676-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125564, 1155, '1677-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125565, 1155, '1677-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125566, 1155, '1677-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125567, 1155, '1677-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125568, 1155, '1677-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125569, 1155, '1677-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125570, 1155, '1677-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125571, 1155, '1677-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125572, 1155, '1677-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125573, 1155, '1677-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125574, 1155, '1677-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125575, 1155, '1677-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125576, 1155, '1678-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125577, 1155, '1678-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125578, 1155, '1678-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125579, 1155, '1678-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125580, 1155, '1678-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125581, 1155, '1678-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125582, 1155, '1678-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125583, 1155, '1678-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125584, 1155, '1678-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125585, 1155, '1678-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125586, 1155, '1678-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125587, 1155, '1678-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125588, 1155, '1679-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125589, 1155, '1679-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125590, 1155, '1679-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125591, 1155, '1679-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125592, 1155, '1679-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125593, 1155, '1679-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125594, 1155, '1679-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125595, 1155, '1679-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125596, 1155, '1679-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125597, 1155, '1679-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125598, 1155, '1679-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125599, 1155, '1679-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125600, 1155, '1680-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125601, 1155, '1680-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125602, 1155, '1680-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125603, 1155, '1680-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125604, 1155, '1680-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125605, 1155, '1680-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125606, 1155, '1680-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125607, 1155, '1680-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125608, 1155, '1680-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125609, 1155, '1680-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125610, 1155, '1680-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125611, 1155, '1680-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125612, 1155, '1681-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125613, 1155, '1681-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125614, 1155, '1681-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125615, 1155, '1681-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125616, 1155, '1681-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125617, 1155, '1681-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125618, 1155, '1681-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125619, 1155, '1681-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125620, 1155, '1681-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125621, 1155, '1681-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125622, 1155, '1681-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125623, 1155, '1681-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125624, 1155, '1682-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125625, 1155, '1682-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125626, 1155, '1682-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125627, 1155, '1682-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125628, 1155, '1682-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125629, 1155, '1682-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125630, 1155, '1682-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125631, 1155, '1682-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125632, 1155, '1682-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125633, 1155, '1682-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125634, 1155, '1682-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125635, 1155, '1682-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125636, 1155, '1683-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125637, 1155, '1683-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(125638, 1155, '1683-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125639, 1155, '1683-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125640, 1155, '1683-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125641, 1155, '1683-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125642, 1155, '1683-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125643, 1155, '1683-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125644, 1155, '1683-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125645, 1155, '1683-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125646, 1155, '1683-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125647, 1155, '1683-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125648, 1155, '1684-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125649, 1155, '1684-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125650, 1155, '1684-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125651, 1155, '1684-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125652, 1155, '1684-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125653, 1155, '1684-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125654, 1155, '1684-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125655, 1155, '1684-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125656, 1155, '1684-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125657, 1155, '1684-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125658, 1155, '1684-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125659, 1155, '1684-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125660, 1155, '1685-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125661, 1155, '1685-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125662, 1155, '1685-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125663, 1155, '1685-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125664, 1155, '1685-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125665, 1155, '1685-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125666, 1155, '1685-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125667, 1155, '1685-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125668, 1155, '1685-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125669, 1155, '1685-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125670, 1155, '1685-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125671, 1155, '1685-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125672, 1155, '1686-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125673, 1155, '1686-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125674, 1155, '1686-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125675, 1155, '1686-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125676, 1155, '1686-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125677, 1155, '1686-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125678, 1155, '1686-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125679, 1155, '1686-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125680, 1155, '1686-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125681, 1155, '1686-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125682, 1155, '1686-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125683, 1155, '1686-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125684, 1155, '1687-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125685, 1155, '1687-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125686, 1155, '1687-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125687, 1155, '1687-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125688, 1155, '1687-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125689, 1155, '1687-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125690, 1155, '1687-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125691, 1155, '1687-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125692, 1155, '1687-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125693, 1155, '1687-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125694, 1155, '1687-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125695, 1155, '1687-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125696, 1155, '1688-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125697, 1155, '1688-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125698, 1155, '1688-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125699, 1155, '1688-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125700, 1155, '1688-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125701, 1155, '1688-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:44', '2023-09-12 17:43:44'),
(125702, 1155, '1688-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125703, 1155, '1688-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125704, 1155, '1688-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125705, 1155, '1688-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125706, 1155, '1688-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125707, 1155, '1688-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125708, 1155, '1689-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125709, 1155, '1689-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125710, 1155, '1689-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125711, 1155, '1689-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125712, 1155, '1689-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125713, 1155, '1689-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125714, 1155, '1689-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125715, 1155, '1689-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125716, 1155, '1689-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125717, 1155, '1689-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125718, 1155, '1689-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125719, 1155, '1689-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125720, 1155, '1690-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125721, 1155, '1690-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125722, 1155, '1690-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125723, 1155, '1690-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125724, 1155, '1690-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125725, 1155, '1690-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125726, 1155, '1690-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125727, 1155, '1690-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125728, 1155, '1690-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125729, 1155, '1690-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125730, 1155, '1690-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125731, 1155, '1690-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125732, 1155, '1691-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125733, 1155, '1691-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125734, 1155, '1691-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125735, 1155, '1691-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125736, 1155, '1691-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125737, 1155, '1691-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125738, 1155, '1691-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125739, 1155, '1691-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125740, 1155, '1691-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125741, 1155, '1691-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125742, 1155, '1691-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125743, 1155, '1691-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125744, 1155, '1692-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125745, 1155, '1692-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125746, 1155, '1692-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125747, 1155, '1692-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125748, 1155, '1692-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125749, 1155, '1692-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125750, 1155, '1692-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125751, 1155, '1692-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125752, 1155, '1692-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125753, 1155, '1692-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125754, 1155, '1692-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125755, 1155, '1692-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125756, 1155, '1693-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125757, 1155, '1693-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125758, 1155, '1693-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125759, 1155, '1693-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125760, 1155, '1693-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125761, 1155, '1693-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125762, 1155, '1693-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125763, 1155, '1693-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125764, 1155, '1693-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125765, 1155, '1693-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125766, 1155, '1693-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125767, 1155, '1693-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125768, 1155, '1694-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125769, 1155, '1694-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125770, 1155, '1694-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125771, 1155, '1694-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125772, 1155, '1694-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125773, 1155, '1694-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125774, 1155, '1694-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125775, 1155, '1694-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125776, 1155, '1694-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125777, 1155, '1694-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125778, 1155, '1694-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125779, 1155, '1694-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125780, 1155, '1695-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125781, 1155, '1695-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125782, 1155, '1695-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125783, 1155, '1695-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125784, 1155, '1695-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125785, 1155, '1695-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125786, 1155, '1695-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125787, 1155, '1695-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125788, 1155, '1695-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125789, 1155, '1695-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125790, 1155, '1695-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125791, 1155, '1695-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125792, 1155, '1696-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125793, 1155, '1696-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125794, 1155, '1696-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125795, 1155, '1696-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125796, 1155, '1696-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125797, 1155, '1696-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125798, 1155, '1696-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125799, 1155, '1696-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125800, 1155, '1696-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125801, 1155, '1696-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125802, 1155, '1696-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125803, 1155, '1696-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125804, 1155, '1697-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125805, 1155, '1697-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125806, 1155, '1697-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125807, 1155, '1697-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125808, 1155, '1697-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125809, 1155, '1697-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125810, 1155, '1697-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125811, 1155, '1697-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125812, 1155, '1697-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125813, 1155, '1697-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125814, 1155, '1697-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125815, 1155, '1697-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125816, 1155, '1698-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125817, 1155, '1698-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125818, 1155, '1698-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125819, 1155, '1698-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125820, 1155, '1698-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125821, 1155, '1698-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125822, 1155, '1698-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125823, 1155, '1698-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125824, 1155, '1698-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125825, 1155, '1698-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125826, 1155, '1698-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125827, 1155, '1698-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125828, 1155, '1699-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125829, 1155, '1699-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125830, 1155, '1699-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125831, 1155, '1699-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125832, 1155, '1699-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125833, 1155, '1699-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125834, 1155, '1699-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125835, 1155, '1699-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125836, 1155, '1699-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125837, 1155, '1699-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125838, 1155, '1699-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125839, 1155, '1699-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125840, 1155, '1700-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125841, 1155, '1700-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125842, 1155, '1700-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125843, 1155, '1700-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125844, 1155, '1700-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125845, 1155, '1700-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125846, 1155, '1700-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125847, 1155, '1700-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125848, 1155, '1700-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125849, 1155, '1700-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125850, 1155, '1700-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125851, 1155, '1700-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125852, 1155, '1701-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125853, 1155, '1701-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125854, 1155, '1701-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125855, 1155, '1701-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125856, 1155, '1701-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125857, 1155, '1701-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125858, 1155, '1701-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125859, 1155, '1701-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125860, 1155, '1701-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125861, 1155, '1701-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125862, 1155, '1701-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125863, 1155, '1701-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125864, 1155, '1702-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125865, 1155, '1702-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125866, 1155, '1702-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125867, 1155, '1702-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125868, 1155, '1702-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125869, 1155, '1702-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125870, 1155, '1702-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125871, 1155, '1702-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125872, 1155, '1702-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125873, 1155, '1702-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125874, 1155, '1702-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125875, 1155, '1702-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125876, 1155, '1703-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125877, 1155, '1703-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125878, 1155, '1703-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125879, 1155, '1703-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125880, 1155, '1703-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125881, 1155, '1703-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125882, 1155, '1703-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125883, 1155, '1703-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125884, 1155, '1703-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125885, 1155, '1703-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125886, 1155, '1703-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125887, 1155, '1703-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125888, 1155, '1704-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125889, 1155, '1704-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125890, 1155, '1704-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125891, 1155, '1704-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125892, 1155, '1704-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125893, 1155, '1704-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125894, 1155, '1704-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125895, 1155, '1704-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125896, 1155, '1704-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125897, 1155, '1704-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125898, 1155, '1704-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125899, 1155, '1704-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125900, 1155, '1705-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125901, 1155, '1705-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125902, 1155, '1705-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125903, 1155, '1705-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125904, 1155, '1705-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125905, 1155, '1705-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125906, 1155, '1705-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125907, 1155, '1705-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125908, 1155, '1705-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125909, 1155, '1705-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125910, 1155, '1705-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125911, 1155, '1705-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125912, 1155, '1706-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125913, 1155, '1706-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125914, 1155, '1706-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125915, 1155, '1706-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125916, 1155, '1706-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125917, 1155, '1706-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125918, 1155, '1706-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125919, 1155, '1706-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125920, 1155, '1706-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125921, 1155, '1706-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125922, 1155, '1706-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125923, 1155, '1706-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125924, 1155, '1707-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125925, 1155, '1707-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125926, 1155, '1707-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125927, 1155, '1707-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125928, 1155, '1707-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125929, 1155, '1707-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125930, 1155, '1707-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125931, 1155, '1707-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125932, 1155, '1707-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125933, 1155, '1707-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125934, 1155, '1707-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125935, 1155, '1707-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125936, 1155, '1708-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125937, 1155, '1708-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125938, 1155, '1708-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125939, 1155, '1708-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125940, 1155, '1708-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125941, 1155, '1708-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125942, 1155, '1708-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125943, 1155, '1708-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125944, 1155, '1708-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125945, 1155, '1708-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125946, 1155, '1708-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125947, 1155, '1708-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125948, 1155, '1709-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125949, 1155, '1709-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125950, 1155, '1709-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125951, 1155, '1709-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125952, 1155, '1709-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125953, 1155, '1709-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125954, 1155, '1709-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125955, 1155, '1709-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125956, 1155, '1709-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125957, 1155, '1709-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125958, 1155, '1709-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125959, 1155, '1709-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125960, 1155, '1710-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125961, 1155, '1710-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125962, 1155, '1710-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125963, 1155, '1710-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125964, 1155, '1710-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125965, 1155, '1710-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125966, 1155, '1710-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125967, 1155, '1710-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125968, 1155, '1710-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125969, 1155, '1710-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125970, 1155, '1710-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125971, 1155, '1710-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125972, 1155, '1711-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125973, 1155, '1711-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125974, 1155, '1711-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125975, 1155, '1711-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125976, 1155, '1711-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125977, 1155, '1711-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125978, 1155, '1711-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125979, 1155, '1711-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125980, 1155, '1711-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125981, 1155, '1711-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125982, 1155, '1711-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125983, 1155, '1711-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125984, 1155, '1712-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125985, 1155, '1712-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125986, 1155, '1712-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125987, 1155, '1712-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125988, 1155, '1712-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125989, 1155, '1712-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125990, 1155, '1712-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125991, 1155, '1712-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125992, 1155, '1712-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125993, 1155, '1712-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125994, 1155, '1712-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125995, 1155, '1712-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125996, 1155, '1713-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125997, 1155, '1713-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125998, 1155, '1713-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(125999, 1155, '1713-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(126000, 1155, '1713-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(126001, 1155, '1713-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(126002, 1155, '1713-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(126003, 1155, '1713-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(126004, 1155, '1713-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(126005, 1155, '1713-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(126006, 1155, '1713-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(126007, 1155, '1713-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(126008, 1155, '1714-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(126009, 1155, '1714-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(126010, 1155, '1714-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(126011, 1155, '1714-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(126012, 1155, '1714-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(126013, 1155, '1714-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(126014, 1155, '1714-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(126015, 1155, '1714-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(126016, 1155, '1714-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(126017, 1155, '1714-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(126018, 1155, '1714-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(126019, 1155, '1714-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(126020, 1155, '1715-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(126021, 1155, '1715-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(126022, 1155, '1715-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(126023, 1155, '1715-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(126024, 1155, '1715-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(126025, 1155, '1715-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(126026, 1155, '1715-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(126027, 1155, '1715-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(126028, 1155, '1715-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(126029, 1155, '1715-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(126030, 1155, '1715-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(126031, 1155, '1715-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(126032, 1155, '1716-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(126033, 1155, '1716-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(126034, 1155, '1716-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(126035, 1155, '1716-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(126036, 1155, '1716-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(126037, 1155, '1716-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(126038, 1155, '1716-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(126039, 1155, '1716-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(126040, 1155, '1716-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(126041, 1155, '1716-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(126042, 1155, '1716-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(126043, 1155, '1716-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(126044, 1155, '1717-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(126045, 1155, '1717-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(126046, 1155, '1717-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(126047, 1155, '1717-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(126048, 1155, '1717-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(126049, 1155, '1717-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(126050, 1155, '1717-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(126051, 1155, '1717-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(126052, 1155, '1717-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(126053, 1155, '1717-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(126054, 1155, '1717-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(126055, 1155, '1717-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(126056, 1155, '1718-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(126057, 1155, '1718-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(126058, 1155, '1718-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(126059, 1155, '1718-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(126060, 1155, '1718-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(126061, 1155, '1718-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(126062, 1155, '1718-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(126063, 1155, '1718-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(126064, 1155, '1718-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(126065, 1155, '1718-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(126066, 1155, '1718-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(126067, 1155, '1718-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(126068, 1155, '1719-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(126069, 1155, '1719-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(126070, 1155, '1719-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(126071, 1155, '1719-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(126072, 1155, '1719-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(126073, 1155, '1719-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(126074, 1155, '1719-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(126075, 1155, '1719-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(126076, 1155, '1719-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(126077, 1155, '1719-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(126078, 1155, '1719-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(126079, 1155, '1719-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:45', '2023-09-12 17:43:45'),
(126080, 1155, '1720-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126081, 1155, '1720-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126082, 1155, '1720-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126083, 1155, '1720-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126084, 1155, '1720-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126085, 1155, '1720-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126086, 1155, '1720-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126087, 1155, '1720-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126088, 1155, '1720-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126089, 1155, '1720-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126090, 1155, '1720-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126091, 1155, '1720-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126092, 1155, '1721-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126093, 1155, '1721-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(126094, 1155, '1721-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126095, 1155, '1721-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126096, 1155, '1721-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126097, 1155, '1721-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126098, 1155, '1721-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126099, 1155, '1721-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126100, 1155, '1721-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126101, 1155, '1721-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126102, 1155, '1721-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126103, 1155, '1721-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126104, 1155, '1722-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126105, 1155, '1722-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126106, 1155, '1722-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126107, 1155, '1722-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126108, 1155, '1722-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126109, 1155, '1722-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126110, 1155, '1722-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126111, 1155, '1722-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126112, 1155, '1722-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126113, 1155, '1722-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126114, 1155, '1722-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126115, 1155, '1722-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126116, 1155, '1723-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126117, 1155, '1723-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126118, 1155, '1723-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126119, 1155, '1723-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126120, 1155, '1723-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126121, 1155, '1723-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126122, 1155, '1723-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126123, 1155, '1723-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126124, 1155, '1723-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126125, 1155, '1723-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126126, 1155, '1723-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126127, 1155, '1723-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126128, 1155, '1724-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126129, 1155, '1724-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126130, 1155, '1724-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126131, 1155, '1724-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126132, 1155, '1724-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126133, 1155, '1724-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126134, 1155, '1724-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126135, 1155, '1724-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126136, 1155, '1724-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126137, 1155, '1724-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126138, 1155, '1724-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126139, 1155, '1724-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126140, 1155, '1725-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126141, 1155, '1725-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126142, 1155, '1725-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126143, 1155, '1725-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126144, 1155, '1725-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126145, 1155, '1725-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126146, 1155, '1725-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126147, 1155, '1725-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126148, 1155, '1725-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126149, 1155, '1725-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126150, 1155, '1725-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126151, 1155, '1725-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126152, 1155, '1726-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126153, 1155, '1726-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126154, 1155, '1726-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126155, 1155, '1726-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126156, 1155, '1726-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126157, 1155, '1726-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126158, 1155, '1726-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126159, 1155, '1726-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126160, 1155, '1726-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126161, 1155, '1726-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126162, 1155, '1726-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126163, 1155, '1726-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126164, 1155, '1727-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126165, 1155, '1727-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126166, 1155, '1727-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126167, 1155, '1727-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126168, 1155, '1727-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126169, 1155, '1727-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126170, 1155, '1727-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126171, 1155, '1727-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126172, 1155, '1727-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126173, 1155, '1727-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126174, 1155, '1727-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126175, 1155, '1727-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126176, 1155, '1728-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126177, 1155, '1728-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126178, 1155, '1728-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126179, 1155, '1728-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126180, 1155, '1728-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126181, 1155, '1728-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126182, 1155, '1728-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126183, 1155, '1728-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126184, 1155, '1728-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126185, 1155, '1728-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126186, 1155, '1728-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126187, 1155, '1728-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126188, 1155, '1729-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126189, 1155, '1729-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126190, 1155, '1729-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126191, 1155, '1729-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126192, 1155, '1729-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126193, 1155, '1729-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126194, 1155, '1729-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126195, 1155, '1729-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126196, 1155, '1729-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126197, 1155, '1729-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126198, 1155, '1729-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126199, 1155, '1729-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126200, 1155, '1730-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126201, 1155, '1730-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126202, 1155, '1730-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126203, 1155, '1730-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126204, 1155, '1730-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126205, 1155, '1730-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126206, 1155, '1730-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126207, 1155, '1730-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126208, 1155, '1730-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126209, 1155, '1730-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126210, 1155, '1730-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126211, 1155, '1730-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126212, 1155, '1731-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126213, 1155, '1731-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126214, 1155, '1731-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126215, 1155, '1731-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126216, 1155, '1731-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126217, 1155, '1731-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126218, 1155, '1731-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126219, 1155, '1731-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126220, 1155, '1731-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126221, 1155, '1731-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126222, 1155, '1731-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126223, 1155, '1731-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126224, 1155, '1732-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126225, 1155, '1732-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126226, 1155, '1732-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126227, 1155, '1732-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126228, 1155, '1732-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126229, 1155, '1732-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126230, 1155, '1732-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126231, 1155, '1732-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126232, 1155, '1732-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126233, 1155, '1732-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126234, 1155, '1732-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126235, 1155, '1732-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126236, 1155, '1733-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126237, 1155, '1733-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126238, 1155, '1733-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126239, 1155, '1733-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126240, 1155, '1733-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126241, 1155, '1733-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126242, 1155, '1733-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126243, 1155, '1733-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126244, 1155, '1733-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126245, 1155, '1733-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126246, 1155, '1733-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126247, 1155, '1733-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126248, 1155, '1734-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126249, 1155, '1734-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126250, 1155, '1734-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126251, 1155, '1734-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126252, 1155, '1734-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126253, 1155, '1734-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126254, 1155, '1734-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126255, 1155, '1734-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126256, 1155, '1734-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126257, 1155, '1734-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126258, 1155, '1734-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126259, 1155, '1734-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126260, 1155, '1735-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126261, 1155, '1735-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126262, 1155, '1735-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126263, 1155, '1735-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126264, 1155, '1735-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126265, 1155, '1735-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126266, 1155, '1735-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126267, 1155, '1735-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126268, 1155, '1735-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126269, 1155, '1735-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126270, 1155, '1735-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126271, 1155, '1735-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126272, 1155, '1736-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126273, 1155, '1736-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126274, 1155, '1736-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126275, 1155, '1736-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126276, 1155, '1736-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126277, 1155, '1736-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126278, 1155, '1736-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126279, 1155, '1736-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126280, 1155, '1736-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126281, 1155, '1736-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126282, 1155, '1736-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126283, 1155, '1736-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126284, 1155, '1737-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126285, 1155, '1737-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126286, 1155, '1737-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126287, 1155, '1737-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126288, 1155, '1737-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126289, 1155, '1737-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126290, 1155, '1737-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126291, 1155, '1737-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126292, 1155, '1737-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126293, 1155, '1737-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126294, 1155, '1737-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126295, 1155, '1737-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126296, 1155, '1738-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126297, 1155, '1738-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126298, 1155, '1738-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126299, 1155, '1738-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126300, 1155, '1738-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126301, 1155, '1738-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126302, 1155, '1738-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126303, 1155, '1738-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126304, 1155, '1738-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126305, 1155, '1738-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126306, 1155, '1738-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126307, 1155, '1738-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126308, 1155, '1739-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126309, 1155, '1739-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126310, 1155, '1739-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126311, 1155, '1739-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126312, 1155, '1739-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126313, 1155, '1739-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126314, 1155, '1739-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126315, 1155, '1739-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126316, 1155, '1739-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126317, 1155, '1739-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126318, 1155, '1739-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126319, 1155, '1739-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126320, 1155, '1740-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126321, 1155, '1740-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126322, 1155, '1740-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126323, 1155, '1740-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126324, 1155, '1740-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126325, 1155, '1740-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126326, 1155, '1740-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126327, 1155, '1740-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126328, 1155, '1740-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126329, 1155, '1740-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126330, 1155, '1740-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126331, 1155, '1740-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126332, 1155, '1741-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126333, 1155, '1741-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126334, 1155, '1741-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126335, 1155, '1741-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126336, 1155, '1741-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126337, 1155, '1741-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126338, 1155, '1741-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126339, 1155, '1741-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126340, 1155, '1741-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126341, 1155, '1741-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126342, 1155, '1741-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126343, 1155, '1741-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126344, 1155, '1742-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126345, 1155, '1742-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126346, 1155, '1742-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126347, 1155, '1742-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126348, 1155, '1742-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126349, 1155, '1742-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126350, 1155, '1742-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126351, 1155, '1742-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126352, 1155, '1742-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126353, 1155, '1742-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126354, 1155, '1742-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126355, 1155, '1742-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126356, 1155, '1743-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126357, 1155, '1743-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126358, 1155, '1743-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126359, 1155, '1743-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126360, 1155, '1743-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126361, 1155, '1743-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126362, 1155, '1743-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126363, 1155, '1743-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126364, 1155, '1743-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126365, 1155, '1743-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126366, 1155, '1743-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126367, 1155, '1743-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126368, 1155, '1744-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126369, 1155, '1744-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126370, 1155, '1744-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126371, 1155, '1744-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126372, 1155, '1744-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126373, 1155, '1744-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126374, 1155, '1744-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126375, 1155, '1744-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126376, 1155, '1744-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126377, 1155, '1744-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126378, 1155, '1744-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126379, 1155, '1744-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126380, 1155, '1745-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126381, 1155, '1745-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126382, 1155, '1745-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126383, 1155, '1745-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126384, 1155, '1745-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126385, 1155, '1745-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126386, 1155, '1745-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126387, 1155, '1745-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126388, 1155, '1745-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126389, 1155, '1745-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126390, 1155, '1745-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126391, 1155, '1745-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126392, 1155, '1746-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126393, 1155, '1746-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126394, 1155, '1746-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126395, 1155, '1746-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126396, 1155, '1746-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126397, 1155, '1746-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126398, 1155, '1746-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126399, 1155, '1746-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126400, 1155, '1746-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126401, 1155, '1746-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126402, 1155, '1746-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126403, 1155, '1746-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126404, 1155, '1747-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126405, 1155, '1747-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126406, 1155, '1747-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126407, 1155, '1747-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126408, 1155, '1747-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126409, 1155, '1747-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126410, 1155, '1747-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126411, 1155, '1747-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126412, 1155, '1747-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126413, 1155, '1747-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126414, 1155, '1747-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126415, 1155, '1747-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126416, 1155, '1748-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126417, 1155, '1748-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126418, 1155, '1748-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126419, 1155, '1748-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126420, 1155, '1748-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126421, 1155, '1748-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126422, 1155, '1748-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126423, 1155, '1748-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126424, 1155, '1748-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126425, 1155, '1748-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126426, 1155, '1748-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126427, 1155, '1748-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126428, 1155, '1749-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126429, 1155, '1749-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126430, 1155, '1749-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126431, 1155, '1749-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126432, 1155, '1749-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126433, 1155, '1749-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126434, 1155, '1749-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126435, 1155, '1749-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126436, 1155, '1749-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126437, 1155, '1749-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126438, 1155, '1749-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126439, 1155, '1749-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126440, 1155, '1750-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126441, 1155, '1750-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126442, 1155, '1750-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126443, 1155, '1750-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126444, 1155, '1750-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126445, 1155, '1750-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126446, 1155, '1750-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126447, 1155, '1750-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126448, 1155, '1750-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126449, 1155, '1750-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126450, 1155, '1750-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126451, 1155, '1750-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126452, 1155, '1751-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126453, 1155, '1751-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126454, 1155, '1751-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126455, 1155, '1751-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126456, 1155, '1751-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126457, 1155, '1751-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:46', '2023-09-12 17:43:46'),
(126458, 1155, '1751-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126459, 1155, '1751-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126460, 1155, '1751-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126461, 1155, '1751-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126462, 1155, '1751-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126463, 1155, '1751-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126464, 1155, '1752-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126465, 1155, '1752-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126466, 1155, '1752-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126467, 1155, '1752-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126468, 1155, '1752-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126469, 1155, '1752-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126470, 1155, '1752-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126471, 1155, '1752-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126472, 1155, '1752-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126473, 1155, '1752-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126474, 1155, '1752-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126475, 1155, '1752-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126476, 1155, '1753-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126477, 1155, '1753-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126478, 1155, '1753-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126479, 1155, '1753-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126480, 1155, '1753-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126481, 1155, '1753-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126482, 1155, '1753-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126483, 1155, '1753-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126484, 1155, '1753-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126485, 1155, '1753-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126486, 1155, '1753-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126487, 1155, '1753-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126488, 1155, '1754-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126489, 1155, '1754-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126490, 1155, '1754-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126491, 1155, '1754-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126492, 1155, '1754-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126493, 1155, '1754-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126494, 1155, '1754-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126495, 1155, '1754-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126496, 1155, '1754-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126497, 1155, '1754-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126498, 1155, '1754-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126499, 1155, '1754-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126500, 1155, '1755-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126501, 1155, '1755-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126502, 1155, '1755-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126503, 1155, '1755-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126504, 1155, '1755-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126505, 1155, '1755-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126506, 1155, '1755-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126507, 1155, '1755-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126508, 1155, '1755-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126509, 1155, '1755-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126510, 1155, '1755-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126511, 1155, '1755-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126512, 1155, '1756-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126513, 1155, '1756-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126514, 1155, '1756-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126515, 1155, '1756-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126516, 1155, '1756-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126517, 1155, '1756-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126518, 1155, '1756-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126519, 1155, '1756-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126520, 1155, '1756-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126521, 1155, '1756-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126522, 1155, '1756-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126523, 1155, '1756-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126524, 1155, '1757-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126525, 1155, '1757-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126526, 1155, '1757-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126527, 1155, '1757-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126528, 1155, '1757-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126529, 1155, '1757-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126530, 1155, '1757-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126531, 1155, '1757-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126532, 1155, '1757-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126533, 1155, '1757-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126534, 1155, '1757-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126535, 1155, '1757-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126536, 1155, '1758-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126537, 1155, '1758-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126538, 1155, '1758-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126539, 1155, '1758-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126540, 1155, '1758-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126541, 1155, '1758-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126542, 1155, '1758-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126543, 1155, '1758-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126544, 1155, '1758-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126545, 1155, '1758-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126546, 1155, '1758-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126547, 1155, '1758-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126548, 1155, '1759-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126549, 1155, '1759-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(126550, 1155, '1759-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126551, 1155, '1759-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126552, 1155, '1759-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126553, 1155, '1759-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126554, 1155, '1759-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126555, 1155, '1759-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126556, 1155, '1759-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126557, 1155, '1759-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126558, 1155, '1759-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126559, 1155, '1759-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126560, 1155, '1760-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126561, 1155, '1760-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126562, 1155, '1760-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126563, 1155, '1760-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126564, 1155, '1760-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126565, 1155, '1760-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126566, 1155, '1760-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126567, 1155, '1760-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126568, 1155, '1760-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126569, 1155, '1760-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126570, 1155, '1760-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126571, 1155, '1760-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126572, 1155, '1761-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126573, 1155, '1761-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126574, 1155, '1761-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126575, 1155, '1761-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126576, 1155, '1761-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126577, 1155, '1761-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126578, 1155, '1761-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126579, 1155, '1761-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126580, 1155, '1761-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126581, 1155, '1761-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126582, 1155, '1761-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126583, 1155, '1761-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126584, 1155, '1762-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126585, 1155, '1762-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126586, 1155, '1762-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126587, 1155, '1762-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126588, 1155, '1762-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126589, 1155, '1762-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126590, 1155, '1762-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126591, 1155, '1762-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126592, 1155, '1762-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126593, 1155, '1762-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126594, 1155, '1762-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126595, 1155, '1762-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126596, 1155, '1763-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126597, 1155, '1763-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126598, 1155, '1763-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126599, 1155, '1763-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126600, 1155, '1763-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126601, 1155, '1763-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126602, 1155, '1763-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126603, 1155, '1763-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126604, 1155, '1763-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126605, 1155, '1763-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126606, 1155, '1763-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126607, 1155, '1763-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126608, 1155, '1764-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126609, 1155, '1764-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126610, 1155, '1764-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126611, 1155, '1764-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126612, 1155, '1764-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126613, 1155, '1764-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126614, 1155, '1764-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126615, 1155, '1764-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126616, 1155, '1764-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126617, 1155, '1764-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126618, 1155, '1764-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126619, 1155, '1764-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126620, 1155, '1765-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126621, 1155, '1765-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126622, 1155, '1765-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126623, 1155, '1765-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126624, 1155, '1765-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126625, 1155, '1765-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126626, 1155, '1765-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126627, 1155, '1765-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126628, 1155, '1765-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126629, 1155, '1765-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126630, 1155, '1765-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126631, 1155, '1765-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126632, 1155, '1766-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126633, 1155, '1766-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126634, 1155, '1766-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126635, 1155, '1766-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126636, 1155, '1766-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126637, 1155, '1766-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126638, 1155, '1766-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126639, 1155, '1766-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126640, 1155, '1766-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126641, 1155, '1766-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126642, 1155, '1766-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126643, 1155, '1766-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126644, 1155, '1767-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126645, 1155, '1767-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126646, 1155, '1767-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126647, 1155, '1767-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126648, 1155, '1767-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126649, 1155, '1767-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126650, 1155, '1767-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126651, 1155, '1767-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126652, 1155, '1767-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126653, 1155, '1767-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126654, 1155, '1767-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126655, 1155, '1767-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126656, 1155, '1768-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126657, 1155, '1768-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126658, 1155, '1768-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126659, 1155, '1768-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126660, 1155, '1768-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126661, 1155, '1768-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126662, 1155, '1768-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126663, 1155, '1768-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126664, 1155, '1768-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126665, 1155, '1768-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126666, 1155, '1768-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126667, 1155, '1768-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126668, 1155, '1769-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126669, 1155, '1769-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126670, 1155, '1769-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126671, 1155, '1769-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126672, 1155, '1769-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126673, 1155, '1769-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126674, 1155, '1769-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126675, 1155, '1769-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126676, 1155, '1769-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126677, 1155, '1769-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126678, 1155, '1769-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126679, 1155, '1769-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126680, 1155, '1770-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126681, 1155, '1770-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126682, 1155, '1770-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126683, 1155, '1770-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126684, 1155, '1770-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126685, 1155, '1770-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126686, 1155, '1770-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126687, 1155, '1770-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126688, 1155, '1770-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126689, 1155, '1770-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126690, 1155, '1770-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126691, 1155, '1770-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126692, 1155, '1771-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126693, 1155, '1771-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126694, 1155, '1771-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126695, 1155, '1771-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126696, 1155, '1771-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126697, 1155, '1771-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126698, 1155, '1771-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126699, 1155, '1771-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126700, 1155, '1771-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126701, 1155, '1771-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126702, 1155, '1771-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126703, 1155, '1771-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126704, 1155, '1772-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126705, 1155, '1772-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126706, 1155, '1772-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126707, 1155, '1772-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126708, 1155, '1772-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126709, 1155, '1772-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126710, 1155, '1772-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126711, 1155, '1772-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126712, 1155, '1772-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126713, 1155, '1772-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126714, 1155, '1772-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126715, 1155, '1772-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126716, 1155, '1773-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126717, 1155, '1773-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126718, 1155, '1773-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126719, 1155, '1773-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126720, 1155, '1773-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126721, 1155, '1773-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126722, 1155, '1773-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126723, 1155, '1773-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126724, 1155, '1773-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126725, 1155, '1773-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126726, 1155, '1773-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126727, 1155, '1773-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126728, 1155, '1774-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126729, 1155, '1774-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126730, 1155, '1774-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126731, 1155, '1774-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126732, 1155, '1774-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126733, 1155, '1774-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126734, 1155, '1774-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126735, 1155, '1774-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126736, 1155, '1774-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126737, 1155, '1774-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126738, 1155, '1774-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126739, 1155, '1774-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126740, 1155, '1775-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126741, 1155, '1775-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126742, 1155, '1775-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126743, 1155, '1775-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126744, 1155, '1775-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126745, 1155, '1775-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126746, 1155, '1775-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126747, 1155, '1775-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126748, 1155, '1775-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126749, 1155, '1775-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126750, 1155, '1775-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126751, 1155, '1775-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126752, 1155, '1776-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126753, 1155, '1776-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126754, 1155, '1776-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126755, 1155, '1776-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126756, 1155, '1776-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126757, 1155, '1776-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126758, 1155, '1776-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126759, 1155, '1776-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126760, 1155, '1776-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126761, 1155, '1776-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126762, 1155, '1776-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126763, 1155, '1776-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126764, 1155, '1777-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126765, 1155, '1777-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126766, 1155, '1777-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126767, 1155, '1777-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126768, 1155, '1777-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126769, 1155, '1777-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126770, 1155, '1777-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126771, 1155, '1777-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126772, 1155, '1777-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126773, 1155, '1777-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126774, 1155, '1777-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126775, 1155, '1777-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126776, 1155, '1778-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126777, 1155, '1778-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126778, 1155, '1778-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126779, 1155, '1778-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126780, 1155, '1778-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126781, 1155, '1778-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126782, 1155, '1778-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126783, 1155, '1778-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126784, 1155, '1778-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126785, 1155, '1778-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126786, 1155, '1778-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126787, 1155, '1778-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126788, 1155, '1779-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126789, 1155, '1779-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126790, 1155, '1779-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126791, 1155, '1779-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126792, 1155, '1779-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126793, 1155, '1779-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126794, 1155, '1779-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126795, 1155, '1779-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126796, 1155, '1779-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126797, 1155, '1779-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126798, 1155, '1779-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126799, 1155, '1779-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126800, 1155, '1780-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126801, 1155, '1780-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126802, 1155, '1780-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126803, 1155, '1780-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126804, 1155, '1780-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126805, 1155, '1780-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126806, 1155, '1780-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126807, 1155, '1780-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126808, 1155, '1780-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126809, 1155, '1780-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126810, 1155, '1780-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126811, 1155, '1780-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126812, 1155, '1781-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126813, 1155, '1781-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126814, 1155, '1781-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126815, 1155, '1781-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126816, 1155, '1781-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126817, 1155, '1781-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126818, 1155, '1781-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126819, 1155, '1781-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126820, 1155, '1781-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126821, 1155, '1781-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126822, 1155, '1781-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126823, 1155, '1781-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126824, 1155, '1782-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126825, 1155, '1782-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126826, 1155, '1782-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126827, 1155, '1782-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126828, 1155, '1782-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126829, 1155, '1782-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126830, 1155, '1782-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126831, 1155, '1782-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126832, 1155, '1782-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:47', '2023-09-12 17:43:47'),
(126833, 1155, '1782-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(126834, 1155, '1782-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(126835, 1155, '1782-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(126836, 1155, '1783-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(126837, 1155, '1783-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(126838, 1155, '1783-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(126839, 1155, '1783-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(126840, 1155, '1783-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(126841, 1155, '1783-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(126842, 1155, '1783-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(126843, 1155, '1783-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(126844, 1155, '1783-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(126845, 1155, '1783-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(126846, 1155, '1783-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(126847, 1155, '1783-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(126848, 1155, '1784-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(126849, 1155, '1784-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(126850, 1155, '1784-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(126851, 1155, '1784-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(126852, 1155, '1784-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(126853, 1155, '1784-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(126854, 1155, '1784-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(126855, 1155, '1784-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(126856, 1155, '1784-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(126857, 1155, '1784-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(126858, 1155, '1784-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(126859, 1155, '1784-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(126860, 1155, '1785-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(126861, 1155, '1785-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(126862, 1155, '1785-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(126863, 1155, '1785-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(126864, 1155, '1785-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(126865, 1155, '1785-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(126866, 1155, '1785-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(126867, 1155, '1785-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(126868, 1155, '1785-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(126869, 1155, '1785-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(126870, 1155, '1785-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(126871, 1155, '1785-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(126872, 1155, '1786-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(126873, 1155, '1786-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(126874, 1155, '1786-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(126875, 1155, '1786-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(126876, 1155, '1786-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(126877, 1155, '1786-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(126878, 1155, '1786-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(126879, 1155, '1786-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(126880, 1155, '1786-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(126881, 1155, '1786-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(126882, 1155, '1786-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(126883, 1155, '1786-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(126884, 1155, '1787-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(126885, 1155, '1787-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(126886, 1155, '1787-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(126887, 1155, '1787-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(126888, 1155, '1787-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(126889, 1155, '1787-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(126890, 1155, '1787-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(126891, 1155, '1787-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(126892, 1155, '1787-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(126893, 1155, '1787-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(126894, 1155, '1787-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(126895, 1155, '1787-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(126896, 1155, '1788-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(126897, 1155, '1788-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(126898, 1155, '1788-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(126899, 1155, '1788-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(126900, 1155, '1788-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(126901, 1155, '1788-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(126902, 1155, '1788-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(126903, 1155, '1788-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(126904, 1155, '1788-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(126905, 1155, '1788-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(126906, 1155, '1788-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(126907, 1155, '1788-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(126908, 1155, '1789-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(126909, 1155, '1789-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(126910, 1155, '1789-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(126911, 1155, '1789-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(126912, 1155, '1789-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(126913, 1155, '1789-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(126914, 1155, '1789-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(126915, 1155, '1789-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(126916, 1155, '1789-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(126917, 1155, '1789-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(126918, 1155, '1789-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(126919, 1155, '1789-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(126920, 1155, '1790-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(126921, 1155, '1790-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(126922, 1155, '1790-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(126923, 1155, '1790-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(126924, 1155, '1790-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(126925, 1155, '1790-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(126926, 1155, '1790-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(126927, 1155, '1790-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(126928, 1155, '1790-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(126929, 1155, '1790-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(126930, 1155, '1790-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(126931, 1155, '1790-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(126932, 1155, '1791-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(126933, 1155, '1791-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(126934, 1155, '1791-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(126935, 1155, '1791-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(126936, 1155, '1791-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(126937, 1155, '1791-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(126938, 1155, '1791-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(126939, 1155, '1791-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(126940, 1155, '1791-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(126941, 1155, '1791-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(126942, 1155, '1791-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(126943, 1155, '1791-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(126944, 1155, '1792-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(126945, 1155, '1792-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(126946, 1155, '1792-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(126947, 1155, '1792-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(126948, 1155, '1792-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(126949, 1155, '1792-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(126950, 1155, '1792-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(126951, 1155, '1792-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(126952, 1155, '1792-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(126953, 1155, '1792-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(126954, 1155, '1792-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(126955, 1155, '1792-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(126956, 1155, '1793-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(126957, 1155, '1793-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(126958, 1155, '1793-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(126959, 1155, '1793-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(126960, 1155, '1793-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(126961, 1155, '1793-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(126962, 1155, '1793-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(126963, 1155, '1793-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(126964, 1155, '1793-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(126965, 1155, '1793-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(126966, 1155, '1793-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(126967, 1155, '1793-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(126968, 1155, '1794-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(126969, 1155, '1794-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(126970, 1155, '1794-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(126971, 1155, '1794-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(126972, 1155, '1794-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(126973, 1155, '1794-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(126974, 1155, '1794-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(126975, 1155, '1794-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(126976, 1155, '1794-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(126977, 1155, '1794-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(126978, 1155, '1794-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(126979, 1155, '1794-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(126980, 1155, '1795-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(126981, 1155, '1795-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(126982, 1155, '1795-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(126983, 1155, '1795-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(126984, 1155, '1795-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(126985, 1155, '1795-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(126986, 1155, '1795-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(126987, 1155, '1795-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(126988, 1155, '1795-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(126989, 1155, '1795-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(126990, 1155, '1795-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(126991, 1155, '1795-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(126992, 1155, '1796-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(126993, 1155, '1796-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(126994, 1155, '1796-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(126995, 1155, '1796-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(126996, 1155, '1796-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(126997, 1155, '1796-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(126998, 1155, '1796-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(126999, 1155, '1796-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(127000, 1155, '1796-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(127001, 1155, '1796-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(127002, 1155, '1796-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(127003, 1155, '1796-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(127004, 1155, '1797-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(127005, 1155, '1797-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(127006, 1155, '1797-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(127007, 1155, '1797-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(127008, 1155, '1797-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(127009, 1155, '1797-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(127010, 1155, '1797-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(127011, 1155, '1797-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(127012, 1155, '1797-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(127013, 1155, '1797-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(127014, 1155, '1797-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(127015, 1155, '1797-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(127016, 1155, '1798-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(127017, 1155, '1798-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(127018, 1155, '1798-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(127019, 1155, '1798-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(127020, 1155, '1798-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(127021, 1155, '1798-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(127022, 1155, '1798-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(127023, 1155, '1798-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(127024, 1155, '1798-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(127025, 1155, '1798-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(127026, 1155, '1798-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(127027, 1155, '1798-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(127028, 1155, '1799-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(127029, 1155, '1799-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(127030, 1155, '1799-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(127031, 1155, '1799-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(127032, 1155, '1799-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(127033, 1155, '1799-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(127034, 1155, '1799-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(127035, 1155, '1799-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(127036, 1155, '1799-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(127037, 1155, '1799-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(127038, 1155, '1799-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(127039, 1155, '1799-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(127040, 1155, '1800-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(127041, 1155, '1800-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(127042, 1155, '1800-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(127043, 1155, '1800-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(127044, 1155, '1800-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(127045, 1155, '1800-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(127046, 1155, '1800-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(127047, 1155, '1800-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(127048, 1155, '1800-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(127049, 1155, '1800-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(127050, 1155, '1800-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(127051, 1155, '1800-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(127052, 1155, '1801-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(127053, 1155, '1801-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(127054, 1155, '1801-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(127055, 1155, '1801-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(127056, 1155, '1801-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(127057, 1155, '1801-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(127058, 1155, '1801-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(127059, 1155, '1801-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(127060, 1155, '1801-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(127061, 1155, '1801-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(127062, 1155, '1801-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(127063, 1155, '1801-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(127064, 1155, '1802-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(127065, 1155, '1802-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(127066, 1155, '1802-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(127067, 1155, '1802-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(127068, 1155, '1802-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(127069, 1155, '1802-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(127070, 1155, '1802-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(127071, 1155, '1802-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(127072, 1155, '1802-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(127073, 1155, '1802-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(127074, 1155, '1802-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(127075, 1155, '1802-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(127076, 1155, '1803-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(127077, 1155, '1803-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(127078, 1155, '1803-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(127079, 1155, '1803-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(127080, 1155, '1803-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(127081, 1155, '1803-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(127082, 1155, '1803-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(127083, 1155, '1803-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(127084, 1155, '1803-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(127085, 1155, '1803-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(127086, 1155, '1803-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(127087, 1155, '1803-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(127088, 1155, '1804-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(127089, 1155, '1804-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(127090, 1155, '1804-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(127091, 1155, '1804-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(127092, 1155, '1804-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(127093, 1155, '1804-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(127094, 1155, '1804-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(127095, 1155, '1804-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(127096, 1155, '1804-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(127097, 1155, '1804-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(127098, 1155, '1804-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(127099, 1155, '1804-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(127100, 1155, '1805-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(127101, 1155, '1805-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(127102, 1155, '1805-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(127103, 1155, '1805-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(127104, 1155, '1805-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(127105, 1155, '1805-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(127106, 1155, '1805-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(127107, 1155, '1805-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(127108, 1155, '1805-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(127109, 1155, '1805-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(127110, 1155, '1805-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(127111, 1155, '1805-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(127112, 1155, '1806-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(127113, 1155, '1806-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(127114, 1155, '1806-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(127115, 1155, '1806-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(127116, 1155, '1806-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(127117, 1155, '1806-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(127118, 1155, '1806-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(127119, 1155, '1806-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(127120, 1155, '1806-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(127121, 1155, '1806-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(127122, 1155, '1806-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(127123, 1155, '1806-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(127124, 1155, '1807-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(127125, 1155, '1807-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(127126, 1155, '1807-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(127127, 1155, '1807-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(127128, 1155, '1807-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(127129, 1155, '1807-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(127130, 1155, '1807-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(127131, 1155, '1807-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(127132, 1155, '1807-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(127133, 1155, '1807-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(127134, 1155, '1807-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(127135, 1155, '1807-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(127136, 1155, '1808-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(127137, 1155, '1808-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(127138, 1155, '1808-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(127139, 1155, '1808-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(127140, 1155, '1808-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(127141, 1155, '1808-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(127142, 1155, '1808-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(127143, 1155, '1808-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(127144, 1155, '1808-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(127145, 1155, '1808-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(127146, 1155, '1808-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(127147, 1155, '1808-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(127148, 1155, '1809-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(127149, 1155, '1809-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(127150, 1155, '1809-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(127151, 1155, '1809-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(127152, 1155, '1809-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(127153, 1155, '1809-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(127154, 1155, '1809-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(127155, 1155, '1809-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(127156, 1155, '1809-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(127157, 1155, '1809-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(127158, 1155, '1809-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(127159, 1155, '1809-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(127160, 1155, '1810-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(127161, 1155, '1810-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(127162, 1155, '1810-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(127163, 1155, '1810-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(127164, 1155, '1810-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(127165, 1155, '1810-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(127166, 1155, '1810-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(127167, 1155, '1810-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(127168, 1155, '1810-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(127169, 1155, '1810-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(127170, 1155, '1810-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(127171, 1155, '1810-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(127172, 1155, '1811-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(127173, 1155, '1811-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(127174, 1155, '1811-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(127175, 1155, '1811-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(127176, 1155, '1811-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(127177, 1155, '1811-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(127178, 1155, '1811-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(127179, 1155, '1811-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(127180, 1155, '1811-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(127181, 1155, '1811-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(127182, 1155, '1811-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(127183, 1155, '1811-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(127184, 1155, '1812-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(127185, 1155, '1812-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(127186, 1155, '1812-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(127187, 1155, '1812-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(127188, 1155, '1812-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(127189, 1155, '1812-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(127190, 1155, '1812-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(127191, 1155, '1812-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(127192, 1155, '1812-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(127193, 1155, '1812-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(127194, 1155, '1812-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(127195, 1155, '1812-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(127196, 1155, '1813-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(127197, 1155, '1813-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(127198, 1155, '1813-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(127199, 1155, '1813-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(127200, 1155, '1813-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(127201, 1155, '1813-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(127202, 1155, '1813-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(127203, 1155, '1813-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(127204, 1155, '1813-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(127205, 1155, '1813-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(127206, 1155, '1813-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(127207, 1155, '1813-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(127208, 1155, '1814-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(127209, 1155, '1814-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(127210, 1155, '1814-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(127211, 1155, '1814-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(127212, 1155, '1814-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(127213, 1155, '1814-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(127214, 1155, '1814-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(127215, 1155, '1814-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:48', '2023-09-12 17:43:48'),
(127216, 1155, '1814-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127217, 1155, '1814-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127218, 1155, '1814-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127219, 1155, '1814-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127220, 1155, '1815-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127221, 1155, '1815-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127222, 1155, '1815-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127223, 1155, '1815-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127224, 1155, '1815-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127225, 1155, '1815-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127226, 1155, '1815-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127227, 1155, '1815-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127228, 1155, '1815-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127229, 1155, '1815-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127230, 1155, '1815-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127231, 1155, '1815-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127232, 1155, '1816-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127233, 1155, '1816-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127234, 1155, '1816-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127235, 1155, '1816-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127236, 1155, '1816-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127237, 1155, '1816-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127238, 1155, '1816-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127239, 1155, '1816-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127240, 1155, '1816-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127241, 1155, '1816-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127242, 1155, '1816-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127243, 1155, '1816-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127244, 1155, '1817-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127245, 1155, '1817-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127246, 1155, '1817-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127247, 1155, '1817-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127248, 1155, '1817-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127249, 1155, '1817-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127250, 1155, '1817-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127251, 1155, '1817-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127252, 1155, '1817-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127253, 1155, '1817-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127254, 1155, '1817-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127255, 1155, '1817-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127256, 1155, '1818-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127257, 1155, '1818-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127258, 1155, '1818-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127259, 1155, '1818-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127260, 1155, '1818-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127261, 1155, '1818-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127262, 1155, '1818-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127263, 1155, '1818-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127264, 1155, '1818-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127265, 1155, '1818-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127266, 1155, '1818-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127267, 1155, '1818-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127268, 1155, '1819-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127269, 1155, '1819-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127270, 1155, '1819-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127271, 1155, '1819-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127272, 1155, '1819-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127273, 1155, '1819-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127274, 1155, '1819-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127275, 1155, '1819-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127276, 1155, '1819-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127277, 1155, '1819-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127278, 1155, '1819-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127279, 1155, '1819-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127280, 1155, '1820-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127281, 1155, '1820-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127282, 1155, '1820-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127283, 1155, '1820-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127284, 1155, '1820-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127285, 1155, '1820-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127286, 1155, '1820-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127287, 1155, '1820-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127288, 1155, '1820-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127289, 1155, '1820-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127290, 1155, '1820-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127291, 1155, '1820-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127292, 1155, '1821-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127293, 1155, '1821-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127294, 1155, '1821-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127295, 1155, '1821-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127296, 1155, '1821-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127297, 1155, '1821-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127298, 1155, '1821-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127299, 1155, '1821-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127300, 1155, '1821-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127301, 1155, '1821-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127302, 1155, '1821-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127303, 1155, '1821-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127304, 1155, '1822-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127305, 1155, '1822-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127306, 1155, '1822-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127307, 1155, '1822-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127308, 1155, '1822-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127309, 1155, '1822-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127310, 1155, '1822-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127311, 1155, '1822-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127312, 1155, '1822-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127313, 1155, '1822-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127314, 1155, '1822-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127315, 1155, '1822-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127316, 1155, '1823-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127317, 1155, '1823-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127318, 1155, '1823-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127319, 1155, '1823-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127320, 1155, '1823-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127321, 1155, '1823-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127322, 1155, '1823-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127323, 1155, '1823-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127324, 1155, '1823-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127325, 1155, '1823-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127326, 1155, '1823-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127327, 1155, '1823-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127328, 1155, '1824-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127329, 1155, '1824-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127330, 1155, '1824-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127331, 1155, '1824-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127332, 1155, '1824-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127333, 1155, '1824-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127334, 1155, '1824-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127335, 1155, '1824-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127336, 1155, '1824-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127337, 1155, '1824-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127338, 1155, '1824-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127339, 1155, '1824-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127340, 1155, '1825-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127341, 1155, '1825-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127342, 1155, '1825-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127343, 1155, '1825-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127344, 1155, '1825-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127345, 1155, '1825-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127346, 1155, '1825-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127347, 1155, '1825-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127348, 1155, '1825-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127349, 1155, '1825-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127350, 1155, '1825-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127351, 1155, '1825-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127352, 1155, '1826-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127353, 1155, '1826-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127354, 1155, '1826-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127355, 1155, '1826-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127356, 1155, '1826-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127357, 1155, '1826-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127358, 1155, '1826-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127359, 1155, '1826-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127360, 1155, '1826-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127361, 1155, '1826-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127362, 1155, '1826-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127363, 1155, '1826-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127364, 1155, '1827-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127365, 1155, '1827-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127366, 1155, '1827-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127367, 1155, '1827-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127368, 1155, '1827-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127369, 1155, '1827-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127370, 1155, '1827-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127371, 1155, '1827-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127372, 1155, '1827-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127373, 1155, '1827-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127374, 1155, '1827-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127375, 1155, '1827-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127376, 1155, '1828-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127377, 1155, '1828-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127378, 1155, '1828-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127379, 1155, '1828-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127380, 1155, '1828-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127381, 1155, '1828-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127382, 1155, '1828-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127383, 1155, '1828-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127384, 1155, '1828-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127385, 1155, '1828-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127386, 1155, '1828-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127387, 1155, '1828-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127388, 1155, '1829-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127389, 1155, '1829-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127390, 1155, '1829-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127391, 1155, '1829-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127392, 1155, '1829-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127393, 1155, '1829-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127394, 1155, '1829-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127395, 1155, '1829-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127396, 1155, '1829-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127397, 1155, '1829-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127398, 1155, '1829-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127399, 1155, '1829-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127400, 1155, '1830-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127401, 1155, '1830-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127402, 1155, '1830-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127403, 1155, '1830-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127404, 1155, '1830-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127405, 1155, '1830-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127406, 1155, '1830-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127407, 1155, '1830-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127408, 1155, '1830-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127409, 1155, '1830-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127410, 1155, '1830-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127411, 1155, '1830-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127412, 1155, '1831-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127413, 1155, '1831-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127414, 1155, '1831-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127415, 1155, '1831-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127416, 1155, '1831-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127417, 1155, '1831-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127418, 1155, '1831-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127419, 1155, '1831-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127420, 1155, '1831-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127421, 1155, '1831-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127422, 1155, '1831-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127423, 1155, '1831-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127424, 1155, '1832-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127425, 1155, '1832-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127426, 1155, '1832-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127427, 1155, '1832-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127428, 1155, '1832-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127429, 1155, '1832-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127430, 1155, '1832-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127431, 1155, '1832-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127432, 1155, '1832-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127433, 1155, '1832-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127434, 1155, '1832-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127435, 1155, '1832-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127436, 1155, '1833-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127437, 1155, '1833-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127438, 1155, '1833-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127439, 1155, '1833-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127440, 1155, '1833-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127441, 1155, '1833-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127442, 1155, '1833-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127443, 1155, '1833-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127444, 1155, '1833-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127445, 1155, '1833-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127446, 1155, '1833-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127447, 1155, '1833-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127448, 1155, '1834-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127449, 1155, '1834-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127450, 1155, '1834-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127451, 1155, '1834-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127452, 1155, '1834-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127453, 1155, '1834-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127454, 1155, '1834-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127455, 1155, '1834-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127456, 1155, '1834-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127457, 1155, '1834-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127458, 1155, '1834-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127459, 1155, '1834-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127460, 1155, '1835-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127461, 1155, '1835-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(127462, 1155, '1835-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127463, 1155, '1835-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127464, 1155, '1835-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127465, 1155, '1835-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127466, 1155, '1835-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127467, 1155, '1835-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127468, 1155, '1835-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127469, 1155, '1835-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127470, 1155, '1835-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127471, 1155, '1835-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127472, 1155, '1836-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127473, 1155, '1836-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127474, 1155, '1836-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127475, 1155, '1836-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127476, 1155, '1836-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127477, 1155, '1836-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127478, 1155, '1836-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127479, 1155, '1836-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127480, 1155, '1836-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127481, 1155, '1836-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127482, 1155, '1836-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127483, 1155, '1836-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127484, 1155, '1837-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127485, 1155, '1837-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127486, 1155, '1837-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127487, 1155, '1837-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127488, 1155, '1837-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127489, 1155, '1837-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127490, 1155, '1837-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127491, 1155, '1837-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127492, 1155, '1837-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127493, 1155, '1837-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127494, 1155, '1837-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127495, 1155, '1837-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127496, 1155, '1838-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127497, 1155, '1838-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127498, 1155, '1838-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127499, 1155, '1838-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127500, 1155, '1838-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127501, 1155, '1838-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127502, 1155, '1838-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127503, 1155, '1838-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127504, 1155, '1838-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127505, 1155, '1838-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127506, 1155, '1838-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127507, 1155, '1838-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127508, 1155, '1839-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127509, 1155, '1839-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127510, 1155, '1839-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127511, 1155, '1839-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127512, 1155, '1839-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127513, 1155, '1839-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127514, 1155, '1839-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127515, 1155, '1839-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127516, 1155, '1839-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127517, 1155, '1839-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127518, 1155, '1839-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127519, 1155, '1839-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127520, 1155, '1840-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127521, 1155, '1840-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127522, 1155, '1840-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127523, 1155, '1840-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127524, 1155, '1840-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127525, 1155, '1840-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127526, 1155, '1840-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127527, 1155, '1840-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127528, 1155, '1840-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127529, 1155, '1840-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127530, 1155, '1840-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127531, 1155, '1840-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127532, 1155, '1841-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127533, 1155, '1841-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127534, 1155, '1841-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127535, 1155, '1841-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127536, 1155, '1841-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127537, 1155, '1841-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127538, 1155, '1841-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127539, 1155, '1841-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127540, 1155, '1841-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127541, 1155, '1841-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127542, 1155, '1841-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127543, 1155, '1841-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127544, 1155, '1842-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127545, 1155, '1842-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127546, 1155, '1842-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127547, 1155, '1842-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127548, 1155, '1842-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127549, 1155, '1842-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127550, 1155, '1842-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127551, 1155, '1842-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127552, 1155, '1842-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127553, 1155, '1842-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127554, 1155, '1842-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127555, 1155, '1842-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127556, 1155, '1843-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127557, 1155, '1843-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127558, 1155, '1843-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127559, 1155, '1843-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127560, 1155, '1843-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127561, 1155, '1843-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127562, 1155, '1843-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127563, 1155, '1843-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127564, 1155, '1843-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127565, 1155, '1843-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127566, 1155, '1843-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127567, 1155, '1843-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127568, 1155, '1844-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127569, 1155, '1844-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127570, 1155, '1844-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127571, 1155, '1844-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127572, 1155, '1844-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127573, 1155, '1844-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127574, 1155, '1844-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127575, 1155, '1844-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127576, 1155, '1844-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127577, 1155, '1844-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127578, 1155, '1844-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127579, 1155, '1844-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127580, 1155, '1845-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127581, 1155, '1845-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127582, 1155, '1845-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127583, 1155, '1845-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127584, 1155, '1845-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127585, 1155, '1845-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127586, 1155, '1845-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127587, 1155, '1845-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127588, 1155, '1845-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127589, 1155, '1845-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127590, 1155, '1845-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127591, 1155, '1845-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127592, 1155, '1846-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127593, 1155, '1846-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127594, 1155, '1846-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127595, 1155, '1846-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127596, 1155, '1846-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127597, 1155, '1846-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127598, 1155, '1846-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127599, 1155, '1846-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127600, 1155, '1846-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127601, 1155, '1846-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127602, 1155, '1846-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:49', '2023-09-12 17:43:49'),
(127603, 1155, '1846-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127604, 1155, '1847-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127605, 1155, '1847-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127606, 1155, '1847-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127607, 1155, '1847-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127608, 1155, '1847-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127609, 1155, '1847-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127610, 1155, '1847-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127611, 1155, '1847-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127612, 1155, '1847-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127613, 1155, '1847-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127614, 1155, '1847-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127615, 1155, '1847-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127616, 1155, '1848-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127617, 1155, '1848-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127618, 1155, '1848-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127619, 1155, '1848-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127620, 1155, '1848-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127621, 1155, '1848-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127622, 1155, '1848-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127623, 1155, '1848-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127624, 1155, '1848-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127625, 1155, '1848-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127626, 1155, '1848-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127627, 1155, '1848-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127628, 1155, '1849-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127629, 1155, '1849-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127630, 1155, '1849-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127631, 1155, '1849-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127632, 1155, '1849-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127633, 1155, '1849-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127634, 1155, '1849-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127635, 1155, '1849-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127636, 1155, '1849-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127637, 1155, '1849-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127638, 1155, '1849-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127639, 1155, '1849-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127640, 1155, '1850-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127641, 1155, '1850-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127642, 1155, '1850-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127643, 1155, '1850-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127644, 1155, '1850-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127645, 1155, '1850-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127646, 1155, '1850-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127647, 1155, '1850-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127648, 1155, '1850-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127649, 1155, '1850-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127650, 1155, '1850-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127651, 1155, '1850-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127652, 1155, '1851-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127653, 1155, '1851-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127654, 1155, '1851-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127655, 1155, '1851-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127656, 1155, '1851-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127657, 1155, '1851-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127658, 1155, '1851-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127659, 1155, '1851-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127660, 1155, '1851-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127661, 1155, '1851-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127662, 1155, '1851-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127663, 1155, '1851-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127664, 1155, '1852-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127665, 1155, '1852-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127666, 1155, '1852-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127667, 1155, '1852-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127668, 1155, '1852-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127669, 1155, '1852-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127670, 1155, '1852-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127671, 1155, '1852-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127672, 1155, '1852-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127673, 1155, '1852-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127674, 1155, '1852-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127675, 1155, '1852-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127676, 1155, '1853-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127677, 1155, '1853-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127678, 1155, '1853-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127679, 1155, '1853-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127680, 1155, '1853-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127681, 1155, '1853-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127682, 1155, '1853-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127683, 1155, '1853-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127684, 1155, '1853-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127685, 1155, '1853-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127686, 1155, '1853-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127687, 1155, '1853-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127688, 1155, '1854-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127689, 1155, '1854-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127690, 1155, '1854-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127691, 1155, '1854-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127692, 1155, '1854-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127693, 1155, '1854-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127694, 1155, '1854-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127695, 1155, '1854-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127696, 1155, '1854-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127697, 1155, '1854-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127698, 1155, '1854-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127699, 1155, '1854-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127700, 1155, '1855-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127701, 1155, '1855-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127702, 1155, '1855-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127703, 1155, '1855-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127704, 1155, '1855-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127705, 1155, '1855-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127706, 1155, '1855-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127707, 1155, '1855-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127708, 1155, '1855-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127709, 1155, '1855-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127710, 1155, '1855-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127711, 1155, '1855-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127712, 1155, '1856-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127713, 1155, '1856-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127714, 1155, '1856-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127715, 1155, '1856-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127716, 1155, '1856-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127717, 1155, '1856-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127718, 1155, '1856-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127719, 1155, '1856-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127720, 1155, '1856-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127721, 1155, '1856-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127722, 1155, '1856-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127723, 1155, '1856-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127724, 1155, '1857-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127725, 1155, '1857-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127726, 1155, '1857-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127727, 1155, '1857-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127728, 1155, '1857-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127729, 1155, '1857-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127730, 1155, '1857-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127731, 1155, '1857-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127732, 1155, '1857-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127733, 1155, '1857-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127734, 1155, '1857-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127735, 1155, '1857-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127736, 1155, '1858-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127737, 1155, '1858-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127738, 1155, '1858-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127739, 1155, '1858-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127740, 1155, '1858-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127741, 1155, '1858-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127742, 1155, '1858-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127743, 1155, '1858-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127744, 1155, '1858-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127745, 1155, '1858-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127746, 1155, '1858-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127747, 1155, '1858-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127748, 1155, '1859-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127749, 1155, '1859-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127750, 1155, '1859-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127751, 1155, '1859-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127752, 1155, '1859-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127753, 1155, '1859-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127754, 1155, '1859-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127755, 1155, '1859-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127756, 1155, '1859-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127757, 1155, '1859-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127758, 1155, '1859-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127759, 1155, '1859-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127760, 1155, '1860-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127761, 1155, '1860-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127762, 1155, '1860-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127763, 1155, '1860-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127764, 1155, '1860-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127765, 1155, '1860-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127766, 1155, '1860-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127767, 1155, '1860-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127768, 1155, '1860-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127769, 1155, '1860-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127770, 1155, '1860-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127771, 1155, '1860-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127772, 1155, '1861-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127773, 1155, '1861-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127774, 1155, '1861-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127775, 1155, '1861-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127776, 1155, '1861-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127777, 1155, '1861-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127778, 1155, '1861-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127779, 1155, '1861-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127780, 1155, '1861-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127781, 1155, '1861-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127782, 1155, '1861-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127783, 1155, '1861-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127784, 1155, '1862-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127785, 1155, '1862-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127786, 1155, '1862-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127787, 1155, '1862-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127788, 1155, '1862-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127789, 1155, '1862-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127790, 1155, '1862-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127791, 1155, '1862-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127792, 1155, '1862-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127793, 1155, '1862-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127794, 1155, '1862-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127795, 1155, '1862-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127796, 1155, '1863-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127797, 1155, '1863-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127798, 1155, '1863-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127799, 1155, '1863-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127800, 1155, '1863-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127801, 1155, '1863-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127802, 1155, '1863-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127803, 1155, '1863-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127804, 1155, '1863-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127805, 1155, '1863-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127806, 1155, '1863-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127807, 1155, '1863-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127808, 1155, '1864-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127809, 1155, '1864-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127810, 1155, '1864-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127811, 1155, '1864-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127812, 1155, '1864-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127813, 1155, '1864-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127814, 1155, '1864-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127815, 1155, '1864-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127816, 1155, '1864-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127817, 1155, '1864-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127818, 1155, '1864-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127819, 1155, '1864-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127820, 1155, '1865-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127821, 1155, '1865-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127822, 1155, '1865-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127823, 1155, '1865-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127824, 1155, '1865-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127825, 1155, '1865-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127826, 1155, '1865-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127827, 1155, '1865-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127828, 1155, '1865-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127829, 1155, '1865-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127830, 1155, '1865-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127831, 1155, '1865-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127832, 1155, '1866-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127833, 1155, '1866-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127834, 1155, '1866-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127835, 1155, '1866-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127836, 1155, '1866-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127837, 1155, '1866-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127838, 1155, '1866-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127839, 1155, '1866-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127840, 1155, '1866-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127841, 1155, '1866-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127842, 1155, '1866-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127843, 1155, '1866-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127844, 1155, '1867-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127845, 1155, '1867-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127846, 1155, '1867-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127847, 1155, '1867-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127848, 1155, '1867-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127849, 1155, '1867-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127850, 1155, '1867-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127851, 1155, '1867-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127852, 1155, '1867-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127853, 1155, '1867-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127854, 1155, '1867-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127855, 1155, '1867-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127856, 1155, '1868-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127857, 1155, '1868-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127858, 1155, '1868-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127859, 1155, '1868-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127860, 1155, '1868-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127861, 1155, '1868-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127862, 1155, '1868-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127863, 1155, '1868-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127864, 1155, '1868-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127865, 1155, '1868-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127866, 1155, '1868-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127867, 1155, '1868-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127868, 1155, '1869-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127869, 1155, '1869-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127870, 1155, '1869-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127871, 1155, '1869-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127872, 1155, '1869-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127873, 1155, '1869-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127874, 1155, '1869-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127875, 1155, '1869-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127876, 1155, '1869-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127877, 1155, '1869-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127878, 1155, '1869-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127879, 1155, '1869-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127880, 1155, '1870-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127881, 1155, '1870-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127882, 1155, '1870-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127883, 1155, '1870-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127884, 1155, '1870-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127885, 1155, '1870-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127886, 1155, '1870-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127887, 1155, '1870-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127888, 1155, '1870-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127889, 1155, '1870-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127890, 1155, '1870-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127891, 1155, '1870-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127892, 1155, '1871-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127893, 1155, '1871-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127894, 1155, '1871-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127895, 1155, '1871-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127896, 1155, '1871-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127897, 1155, '1871-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127898, 1155, '1871-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127899, 1155, '1871-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127900, 1155, '1871-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127901, 1155, '1871-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127902, 1155, '1871-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127903, 1155, '1871-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127904, 1155, '1872-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127905, 1155, '1872-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127906, 1155, '1872-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127907, 1155, '1872-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127908, 1155, '1872-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127909, 1155, '1872-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127910, 1155, '1872-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127911, 1155, '1872-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127912, 1155, '1872-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127913, 1155, '1872-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127914, 1155, '1872-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127915, 1155, '1872-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127916, 1155, '1873-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127917, 1155, '1873-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(127918, 1155, '1873-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127919, 1155, '1873-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127920, 1155, '1873-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127921, 1155, '1873-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127922, 1155, '1873-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127923, 1155, '1873-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127924, 1155, '1873-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127925, 1155, '1873-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127926, 1155, '1873-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127927, 1155, '1873-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127928, 1155, '1874-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127929, 1155, '1874-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127930, 1155, '1874-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127931, 1155, '1874-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127932, 1155, '1874-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127933, 1155, '1874-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127934, 1155, '1874-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127935, 1155, '1874-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127936, 1155, '1874-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127937, 1155, '1874-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127938, 1155, '1874-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127939, 1155, '1874-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127940, 1155, '1875-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127941, 1155, '1875-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127942, 1155, '1875-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127943, 1155, '1875-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127944, 1155, '1875-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127945, 1155, '1875-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127946, 1155, '1875-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127947, 1155, '1875-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127948, 1155, '1875-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127949, 1155, '1875-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127950, 1155, '1875-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127951, 1155, '1875-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127952, 1155, '1876-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127953, 1155, '1876-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127954, 1155, '1876-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127955, 1155, '1876-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127956, 1155, '1876-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127957, 1155, '1876-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127958, 1155, '1876-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127959, 1155, '1876-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127960, 1155, '1876-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127961, 1155, '1876-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127962, 1155, '1876-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127963, 1155, '1876-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127964, 1155, '1877-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127965, 1155, '1877-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127966, 1155, '1877-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127967, 1155, '1877-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127968, 1155, '1877-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127969, 1155, '1877-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127970, 1155, '1877-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127971, 1155, '1877-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127972, 1155, '1877-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127973, 1155, '1877-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127974, 1155, '1877-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127975, 1155, '1877-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127976, 1155, '1878-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127977, 1155, '1878-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127978, 1155, '1878-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127979, 1155, '1878-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127980, 1155, '1878-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127981, 1155, '1878-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127982, 1155, '1878-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127983, 1155, '1878-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127984, 1155, '1878-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127985, 1155, '1878-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127986, 1155, '1878-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127987, 1155, '1878-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127988, 1155, '1879-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127989, 1155, '1879-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127990, 1155, '1879-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127991, 1155, '1879-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127992, 1155, '1879-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127993, 1155, '1879-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127994, 1155, '1879-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127995, 1155, '1879-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127996, 1155, '1879-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127997, 1155, '1879-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127998, 1155, '1879-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(127999, 1155, '1879-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(128000, 1155, '1880-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(128001, 1155, '1880-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(128002, 1155, '1880-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(128003, 1155, '1880-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(128004, 1155, '1880-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(128005, 1155, '1880-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(128006, 1155, '1880-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:50', '2023-09-12 17:43:50'),
(128007, 1155, '1880-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128008, 1155, '1880-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128009, 1155, '1880-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128010, 1155, '1880-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128011, 1155, '1880-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128012, 1155, '1881-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128013, 1155, '1881-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128014, 1155, '1881-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128015, 1155, '1881-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128016, 1155, '1881-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128017, 1155, '1881-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128018, 1155, '1881-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128019, 1155, '1881-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128020, 1155, '1881-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128021, 1155, '1881-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128022, 1155, '1881-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128023, 1155, '1881-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128024, 1155, '1882-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128025, 1155, '1882-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128026, 1155, '1882-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128027, 1155, '1882-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128028, 1155, '1882-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128029, 1155, '1882-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128030, 1155, '1882-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128031, 1155, '1882-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128032, 1155, '1882-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128033, 1155, '1882-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128034, 1155, '1882-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128035, 1155, '1882-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128036, 1155, '1883-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128037, 1155, '1883-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128038, 1155, '1883-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128039, 1155, '1883-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128040, 1155, '1883-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128041, 1155, '1883-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128042, 1155, '1883-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128043, 1155, '1883-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128044, 1155, '1883-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128045, 1155, '1883-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128046, 1155, '1883-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128047, 1155, '1883-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128048, 1155, '1884-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128049, 1155, '1884-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128050, 1155, '1884-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128051, 1155, '1884-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128052, 1155, '1884-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128053, 1155, '1884-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128054, 1155, '1884-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128055, 1155, '1884-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128056, 1155, '1884-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128057, 1155, '1884-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128058, 1155, '1884-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128059, 1155, '1884-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128060, 1155, '1885-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128061, 1155, '1885-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128062, 1155, '1885-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128063, 1155, '1885-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128064, 1155, '1885-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128065, 1155, '1885-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128066, 1155, '1885-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128067, 1155, '1885-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128068, 1155, '1885-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128069, 1155, '1885-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128070, 1155, '1885-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128071, 1155, '1885-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128072, 1155, '1886-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128073, 1155, '1886-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128074, 1155, '1886-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128075, 1155, '1886-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128076, 1155, '1886-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128077, 1155, '1886-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128078, 1155, '1886-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128079, 1155, '1886-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128080, 1155, '1886-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128081, 1155, '1886-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128082, 1155, '1886-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128083, 1155, '1886-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128084, 1155, '1887-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128085, 1155, '1887-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128086, 1155, '1887-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128087, 1155, '1887-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128088, 1155, '1887-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128089, 1155, '1887-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128090, 1155, '1887-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128091, 1155, '1887-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128092, 1155, '1887-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128093, 1155, '1887-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128094, 1155, '1887-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128095, 1155, '1887-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128096, 1155, '1888-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128097, 1155, '1888-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128098, 1155, '1888-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128099, 1155, '1888-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128100, 1155, '1888-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128101, 1155, '1888-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128102, 1155, '1888-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128103, 1155, '1888-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128104, 1155, '1888-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128105, 1155, '1888-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128106, 1155, '1888-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128107, 1155, '1888-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128108, 1155, '1889-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128109, 1155, '1889-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128110, 1155, '1889-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128111, 1155, '1889-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128112, 1155, '1889-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128113, 1155, '1889-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128114, 1155, '1889-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128115, 1155, '1889-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128116, 1155, '1889-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128117, 1155, '1889-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128118, 1155, '1889-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128119, 1155, '1889-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128120, 1155, '1890-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128121, 1155, '1890-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128122, 1155, '1890-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128123, 1155, '1890-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128124, 1155, '1890-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128125, 1155, '1890-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128126, 1155, '1890-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128127, 1155, '1890-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128128, 1155, '1890-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128129, 1155, '1890-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128130, 1155, '1890-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128131, 1155, '1890-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128132, 1155, '1891-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128133, 1155, '1891-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128134, 1155, '1891-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128135, 1155, '1891-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128136, 1155, '1891-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128137, 1155, '1891-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128138, 1155, '1891-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128139, 1155, '1891-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128140, 1155, '1891-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128141, 1155, '1891-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128142, 1155, '1891-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128143, 1155, '1891-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128144, 1155, '1892-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128145, 1155, '1892-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128146, 1155, '1892-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128147, 1155, '1892-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128148, 1155, '1892-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128149, 1155, '1892-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128150, 1155, '1892-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128151, 1155, '1892-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128152, 1155, '1892-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128153, 1155, '1892-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128154, 1155, '1892-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128155, 1155, '1892-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128156, 1155, '1893-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128157, 1155, '1893-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128158, 1155, '1893-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128159, 1155, '1893-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128160, 1155, '1893-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128161, 1155, '1893-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128162, 1155, '1893-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128163, 1155, '1893-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128164, 1155, '1893-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128165, 1155, '1893-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128166, 1155, '1893-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128167, 1155, '1893-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128168, 1155, '1894-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128169, 1155, '1894-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128170, 1155, '1894-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128171, 1155, '1894-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128172, 1155, '1894-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128173, 1155, '1894-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128174, 1155, '1894-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128175, 1155, '1894-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128176, 1155, '1894-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128177, 1155, '1894-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128178, 1155, '1894-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128179, 1155, '1894-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128180, 1155, '1895-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128181, 1155, '1895-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128182, 1155, '1895-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128183, 1155, '1895-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128184, 1155, '1895-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128185, 1155, '1895-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128186, 1155, '1895-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128187, 1155, '1895-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128188, 1155, '1895-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128189, 1155, '1895-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128190, 1155, '1895-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128191, 1155, '1895-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128192, 1155, '1896-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128193, 1155, '1896-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128194, 1155, '1896-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128195, 1155, '1896-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128196, 1155, '1896-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128197, 1155, '1896-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128198, 1155, '1896-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128199, 1155, '1896-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128200, 1155, '1896-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128201, 1155, '1896-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128202, 1155, '1896-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128203, 1155, '1896-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128204, 1155, '1897-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128205, 1155, '1897-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128206, 1155, '1897-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128207, 1155, '1897-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128208, 1155, '1897-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128209, 1155, '1897-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128210, 1155, '1897-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128211, 1155, '1897-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128212, 1155, '1897-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128213, 1155, '1897-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128214, 1155, '1897-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128215, 1155, '1897-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128216, 1155, '1898-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128217, 1155, '1898-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128218, 1155, '1898-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128219, 1155, '1898-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128220, 1155, '1898-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128221, 1155, '1898-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128222, 1155, '1898-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128223, 1155, '1898-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128224, 1155, '1898-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128225, 1155, '1898-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128226, 1155, '1898-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128227, 1155, '1898-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128228, 1155, '1899-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128229, 1155, '1899-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128230, 1155, '1899-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128231, 1155, '1899-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128232, 1155, '1899-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128233, 1155, '1899-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128234, 1155, '1899-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128235, 1155, '1899-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128236, 1155, '1899-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128237, 1155, '1899-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128238, 1155, '1899-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128239, 1155, '1899-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128240, 1155, '1900-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128241, 1155, '1900-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128242, 1155, '1900-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128243, 1155, '1900-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128244, 1155, '1900-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128245, 1155, '1900-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128246, 1155, '1900-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128247, 1155, '1900-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128248, 1155, '1900-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128249, 1155, '1900-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128250, 1155, '1900-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128251, 1155, '1900-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128252, 1155, '1901-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128253, 1155, '1901-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128254, 1155, '1901-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128255, 1155, '1901-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128256, 1155, '1901-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128257, 1155, '1901-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128258, 1155, '1901-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128259, 1155, '1901-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128260, 1155, '1901-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128261, 1155, '1901-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128262, 1155, '1901-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128263, 1155, '1901-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128264, 1155, '1902-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128265, 1155, '1902-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128266, 1155, '1902-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128267, 1155, '1902-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128268, 1155, '1902-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128269, 1155, '1902-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128270, 1155, '1902-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128271, 1155, '1902-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128272, 1155, '1902-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128273, 1155, '1902-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128274, 1155, '1902-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128275, 1155, '1902-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128276, 1155, '1903-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128277, 1155, '1903-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128278, 1155, '1903-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128279, 1155, '1903-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128280, 1155, '1903-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128281, 1155, '1903-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128282, 1155, '1903-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128283, 1155, '1903-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128284, 1155, '1903-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128285, 1155, '1903-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128286, 1155, '1903-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128287, 1155, '1903-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128288, 1155, '1904-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128289, 1155, '1904-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128290, 1155, '1904-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128291, 1155, '1904-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128292, 1155, '1904-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128293, 1155, '1904-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128294, 1155, '1904-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128295, 1155, '1904-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128296, 1155, '1904-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128297, 1155, '1904-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128298, 1155, '1904-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128299, 1155, '1904-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128300, 1155, '1905-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128301, 1155, '1905-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128302, 1155, '1905-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128303, 1155, '1905-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128304, 1155, '1905-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128305, 1155, '1905-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128306, 1155, '1905-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128307, 1155, '1905-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128308, 1155, '1905-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128309, 1155, '1905-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128310, 1155, '1905-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128311, 1155, '1905-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128312, 1155, '1906-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128313, 1155, '1906-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128314, 1155, '1906-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128315, 1155, '1906-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128316, 1155, '1906-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128317, 1155, '1906-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128318, 1155, '1906-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128319, 1155, '1906-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128320, 1155, '1906-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128321, 1155, '1906-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128322, 1155, '1906-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128323, 1155, '1906-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128324, 1155, '1907-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128325, 1155, '1907-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128326, 1155, '1907-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128327, 1155, '1907-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128328, 1155, '1907-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128329, 1155, '1907-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128330, 1155, '1907-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128331, 1155, '1907-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128332, 1155, '1907-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128333, 1155, '1907-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128334, 1155, '1907-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128335, 1155, '1907-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128336, 1155, '1908-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128337, 1155, '1908-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128338, 1155, '1908-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128339, 1155, '1908-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128340, 1155, '1908-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128341, 1155, '1908-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128342, 1155, '1908-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128343, 1155, '1908-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128344, 1155, '1908-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128345, 1155, '1908-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128346, 1155, '1908-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128347, 1155, '1908-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128348, 1155, '1909-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128349, 1155, '1909-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128350, 1155, '1909-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128351, 1155, '1909-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128352, 1155, '1909-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128353, 1155, '1909-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128354, 1155, '1909-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128355, 1155, '1909-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128356, 1155, '1909-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128357, 1155, '1909-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128358, 1155, '1909-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128359, 1155, '1909-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128360, 1155, '1910-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128361, 1155, '1910-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128362, 1155, '1910-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128363, 1155, '1910-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128364, 1155, '1910-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128365, 1155, '1910-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128366, 1155, '1910-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128367, 1155, '1910-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128368, 1155, '1910-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128369, 1155, '1910-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128370, 1155, '1910-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128371, 1155, '1910-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128372, 1155, '1911-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128373, 1155, '1911-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(128374, 1155, '1911-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128375, 1155, '1911-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128376, 1155, '1911-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128377, 1155, '1911-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128378, 1155, '1911-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128379, 1155, '1911-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128380, 1155, '1911-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128381, 1155, '1911-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128382, 1155, '1911-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128383, 1155, '1911-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128384, 1155, '1912-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:51', '2023-09-12 17:43:51'),
(128385, 1155, '1912-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128386, 1155, '1912-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128387, 1155, '1912-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128388, 1155, '1912-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128389, 1155, '1912-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128390, 1155, '1912-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128391, 1155, '1912-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128392, 1155, '1912-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128393, 1155, '1912-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128394, 1155, '1912-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128395, 1155, '1912-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128396, 1155, '1913-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128397, 1155, '1913-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128398, 1155, '1913-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128399, 1155, '1913-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128400, 1155, '1913-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128401, 1155, '1913-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128402, 1155, '1913-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128403, 1155, '1913-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128404, 1155, '1913-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128405, 1155, '1913-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128406, 1155, '1913-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128407, 1155, '1913-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128408, 1155, '1914-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128409, 1155, '1914-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128410, 1155, '1914-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128411, 1155, '1914-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128412, 1155, '1914-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128413, 1155, '1914-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128414, 1155, '1914-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128415, 1155, '1914-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128416, 1155, '1914-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128417, 1155, '1914-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128418, 1155, '1914-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128419, 1155, '1914-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128420, 1155, '1915-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128421, 1155, '1915-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128422, 1155, '1915-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128423, 1155, '1915-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128424, 1155, '1915-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128425, 1155, '1915-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128426, 1155, '1915-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128427, 1155, '1915-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128428, 1155, '1915-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128429, 1155, '1915-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128430, 1155, '1915-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128431, 1155, '1915-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128432, 1155, '1916-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128433, 1155, '1916-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128434, 1155, '1916-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128435, 1155, '1916-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128436, 1155, '1916-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128437, 1155, '1916-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128438, 1155, '1916-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128439, 1155, '1916-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128440, 1155, '1916-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128441, 1155, '1916-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128442, 1155, '1916-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128443, 1155, '1916-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128444, 1155, '1917-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128445, 1155, '1917-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128446, 1155, '1917-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128447, 1155, '1917-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128448, 1155, '1917-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128449, 1155, '1917-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128450, 1155, '1917-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128451, 1155, '1917-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128452, 1155, '1917-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128453, 1155, '1917-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128454, 1155, '1917-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128455, 1155, '1917-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128456, 1155, '1918-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128457, 1155, '1918-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128458, 1155, '1918-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128459, 1155, '1918-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128460, 1155, '1918-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128461, 1155, '1918-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128462, 1155, '1918-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128463, 1155, '1918-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128464, 1155, '1918-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128465, 1155, '1918-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128466, 1155, '1918-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128467, 1155, '1918-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128468, 1155, '1919-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128469, 1155, '1919-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128470, 1155, '1919-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128471, 1155, '1919-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128472, 1155, '1919-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128473, 1155, '1919-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128474, 1155, '1919-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128475, 1155, '1919-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128476, 1155, '1919-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128477, 1155, '1919-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128478, 1155, '1919-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128479, 1155, '1919-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128480, 1155, '1920-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128481, 1155, '1920-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128482, 1155, '1920-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128483, 1155, '1920-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128484, 1155, '1920-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128485, 1155, '1920-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128486, 1155, '1920-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128487, 1155, '1920-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128488, 1155, '1920-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128489, 1155, '1920-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128490, 1155, '1920-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128491, 1155, '1920-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128492, 1155, '1921-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128493, 1155, '1921-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128494, 1155, '1921-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128495, 1155, '1921-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128496, 1155, '1921-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128497, 1155, '1921-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128498, 1155, '1921-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128499, 1155, '1921-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128500, 1155, '1921-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128501, 1155, '1921-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128502, 1155, '1921-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128503, 1155, '1921-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128504, 1155, '1922-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128505, 1155, '1922-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128506, 1155, '1922-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128507, 1155, '1922-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128508, 1155, '1922-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128509, 1155, '1922-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128510, 1155, '1922-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128511, 1155, '1922-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128512, 1155, '1922-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128513, 1155, '1922-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128514, 1155, '1922-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128515, 1155, '1922-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128516, 1155, '1923-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128517, 1155, '1923-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128518, 1155, '1923-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128519, 1155, '1923-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128520, 1155, '1923-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128521, 1155, '1923-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128522, 1155, '1923-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128523, 1155, '1923-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128524, 1155, '1923-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128525, 1155, '1923-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128526, 1155, '1923-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128527, 1155, '1923-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128528, 1155, '1924-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128529, 1155, '1924-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128530, 1155, '1924-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128531, 1155, '1924-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128532, 1155, '1924-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128533, 1155, '1924-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128534, 1155, '1924-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128535, 1155, '1924-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128536, 1155, '1924-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128537, 1155, '1924-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128538, 1155, '1924-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128539, 1155, '1924-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128540, 1155, '1925-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128541, 1155, '1925-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128542, 1155, '1925-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128543, 1155, '1925-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128544, 1155, '1925-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128545, 1155, '1925-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128546, 1155, '1925-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128547, 1155, '1925-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128548, 1155, '1925-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128549, 1155, '1925-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128550, 1155, '1925-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128551, 1155, '1925-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128552, 1155, '1926-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128553, 1155, '1926-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128554, 1155, '1926-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128555, 1155, '1926-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128556, 1155, '1926-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128557, 1155, '1926-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128558, 1155, '1926-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128559, 1155, '1926-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128560, 1155, '1926-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128561, 1155, '1926-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128562, 1155, '1926-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128563, 1155, '1926-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128564, 1155, '1927-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128565, 1155, '1927-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128566, 1155, '1927-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128567, 1155, '1927-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128568, 1155, '1927-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128569, 1155, '1927-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128570, 1155, '1927-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128571, 1155, '1927-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128572, 1155, '1927-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128573, 1155, '1927-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128574, 1155, '1927-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128575, 1155, '1927-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128576, 1155, '1928-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128577, 1155, '1928-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128578, 1155, '1928-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128579, 1155, '1928-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128580, 1155, '1928-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128581, 1155, '1928-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128582, 1155, '1928-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128583, 1155, '1928-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128584, 1155, '1928-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128585, 1155, '1928-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128586, 1155, '1928-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128587, 1155, '1928-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128588, 1155, '1929-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128589, 1155, '1929-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128590, 1155, '1929-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128591, 1155, '1929-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128592, 1155, '1929-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128593, 1155, '1929-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128594, 1155, '1929-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128595, 1155, '1929-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128596, 1155, '1929-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128597, 1155, '1929-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128598, 1155, '1929-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128599, 1155, '1929-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128600, 1155, '1930-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128601, 1155, '1930-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128602, 1155, '1930-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128603, 1155, '1930-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128604, 1155, '1930-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128605, 1155, '1930-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128606, 1155, '1930-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128607, 1155, '1930-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128608, 1155, '1930-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128609, 1155, '1930-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128610, 1155, '1930-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128611, 1155, '1930-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128612, 1155, '1931-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128613, 1155, '1931-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128614, 1155, '1931-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128615, 1155, '1931-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128616, 1155, '1931-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128617, 1155, '1931-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128618, 1155, '1931-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128619, 1155, '1931-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128620, 1155, '1931-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128621, 1155, '1931-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128622, 1155, '1931-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128623, 1155, '1931-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128624, 1155, '1932-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128625, 1155, '1932-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128626, 1155, '1932-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128627, 1155, '1932-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128628, 1155, '1932-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128629, 1155, '1932-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128630, 1155, '1932-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128631, 1155, '1932-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128632, 1155, '1932-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128633, 1155, '1932-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128634, 1155, '1932-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128635, 1155, '1932-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128636, 1155, '1933-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128637, 1155, '1933-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128638, 1155, '1933-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128639, 1155, '1933-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128640, 1155, '1933-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128641, 1155, '1933-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128642, 1155, '1933-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128643, 1155, '1933-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128644, 1155, '1933-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128645, 1155, '1933-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128646, 1155, '1933-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128647, 1155, '1933-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128648, 1155, '1934-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128649, 1155, '1934-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128650, 1155, '1934-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128651, 1155, '1934-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128652, 1155, '1934-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128653, 1155, '1934-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128654, 1155, '1934-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128655, 1155, '1934-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128656, 1155, '1934-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128657, 1155, '1934-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128658, 1155, '1934-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128659, 1155, '1934-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128660, 1155, '1935-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128661, 1155, '1935-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128662, 1155, '1935-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128663, 1155, '1935-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128664, 1155, '1935-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128665, 1155, '1935-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128666, 1155, '1935-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128667, 1155, '1935-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128668, 1155, '1935-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128669, 1155, '1935-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128670, 1155, '1935-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128671, 1155, '1935-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128672, 1155, '1936-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128673, 1155, '1936-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128674, 1155, '1936-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128675, 1155, '1936-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128676, 1155, '1936-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128677, 1155, '1936-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128678, 1155, '1936-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128679, 1155, '1936-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128680, 1155, '1936-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128681, 1155, '1936-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128682, 1155, '1936-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128683, 1155, '1936-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128684, 1155, '1937-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128685, 1155, '1937-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128686, 1155, '1937-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128687, 1155, '1937-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128688, 1155, '1937-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128689, 1155, '1937-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128690, 1155, '1937-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128691, 1155, '1937-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128692, 1155, '1937-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128693, 1155, '1937-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128694, 1155, '1937-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128695, 1155, '1937-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128696, 1155, '1938-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128697, 1155, '1938-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128698, 1155, '1938-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128699, 1155, '1938-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128700, 1155, '1938-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128701, 1155, '1938-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128702, 1155, '1938-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128703, 1155, '1938-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128704, 1155, '1938-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128705, 1155, '1938-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128706, 1155, '1938-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128707, 1155, '1938-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128708, 1155, '1939-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128709, 1155, '1939-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128710, 1155, '1939-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128711, 1155, '1939-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128712, 1155, '1939-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128713, 1155, '1939-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128714, 1155, '1939-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128715, 1155, '1939-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128716, 1155, '1939-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128717, 1155, '1939-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128718, 1155, '1939-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128719, 1155, '1939-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128720, 1155, '1940-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128721, 1155, '1940-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128722, 1155, '1940-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128723, 1155, '1940-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128724, 1155, '1940-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128725, 1155, '1940-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128726, 1155, '1940-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128727, 1155, '1940-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128728, 1155, '1940-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128729, 1155, '1940-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128730, 1155, '1940-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128731, 1155, '1940-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128732, 1155, '1941-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128733, 1155, '1941-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128734, 1155, '1941-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128735, 1155, '1941-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128736, 1155, '1941-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128737, 1155, '1941-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128738, 1155, '1941-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128739, 1155, '1941-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128740, 1155, '1941-09-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128741, 1155, '1941-10-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128742, 1155, '1941-11-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128743, 1155, '1941-12-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128744, 1155, '1942-01-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128745, 1155, '1942-02-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128746, 1155, '1942-03-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128747, 1155, '1942-04-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128748, 1155, '1942-05-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128749, 1155, '1942-06-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128750, 1155, '1942-07-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128751, 1155, '1942-08-01 00:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128752, 1155, '1942-09-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128753, 1155, '1942-10-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128754, 1155, '1942-11-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128755, 1155, '1942-12-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128756, 1155, '1943-01-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128757, 1155, '1943-02-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128758, 1155, '1943-03-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128759, 1155, '1943-04-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128760, 1155, '1943-05-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128761, 1155, '1943-06-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128762, 1155, '1943-07-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128763, 1155, '1943-08-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128764, 1155, '1943-09-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128765, 1155, '1943-10-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128766, 1155, '1943-11-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128767, 1155, '1943-12-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128768, 1155, '1944-01-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128769, 1155, '1944-02-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128770, 1155, '1944-03-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128771, 1155, '1944-04-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128772, 1155, '1944-05-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128773, 1155, '1944-06-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128774, 1155, '1944-07-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128775, 1155, '1944-08-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128776, 1155, '1944-09-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128777, 1155, '1944-10-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128778, 1155, '1944-11-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128779, 1155, '1944-12-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128780, 1155, '1945-01-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128781, 1155, '1945-02-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128782, 1155, '1945-03-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128783, 1155, '1945-04-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128784, 1155, '1945-05-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128785, 1155, '1945-06-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128786, 1155, '1945-07-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128787, 1155, '1945-08-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128788, 1155, '1945-09-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128789, 1155, '1945-10-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128790, 1155, '1945-11-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128791, 1155, '1945-12-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128792, 1155, '1946-01-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128793, 1155, '1946-02-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128794, 1155, '1946-03-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128795, 1155, '1946-04-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128796, 1155, '1946-05-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:52', '2023-09-12 17:43:52'),
(128797, 1155, '1946-06-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(128798, 1155, '1946-07-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(128799, 1155, '1946-08-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(128800, 1155, '1946-09-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(128801, 1155, '1946-10-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(128802, 1155, '1946-11-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(128803, 1155, '1946-12-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(128804, 1155, '1947-01-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(128805, 1155, '1947-02-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(128806, 1155, '1947-03-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(128807, 1155, '1947-04-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(128808, 1155, '1947-05-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(128809, 1155, '1947-06-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(128810, 1155, '1947-07-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(128811, 1155, '1947-08-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(128812, 1155, '1947-09-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(128813, 1155, '1947-10-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(128814, 1155, '1947-11-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(128815, 1155, '1947-12-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(128816, 1155, '1948-01-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(128817, 1155, '1948-02-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(128818, 1155, '1948-03-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(128819, 1155, '1948-04-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(128820, 1155, '1948-05-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(128821, 1155, '1948-06-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(128822, 1155, '1948-07-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(128823, 1155, '1948-08-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(128824, 1155, '1948-09-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(128825, 1155, '1948-10-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(128826, 1155, '1948-11-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(128827, 1155, '1948-12-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(128828, 1155, '1949-01-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(128829, 1155, '1949-02-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(128830, 1155, '1949-03-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(128831, 1155, '1949-04-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(128832, 1155, '1949-05-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(128833, 1155, '1949-06-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(128834, 1155, '1949-07-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(128835, 1155, '1949-08-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(128836, 1155, '1949-09-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(128837, 1155, '1949-10-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(128838, 1155, '1949-11-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(128839, 1155, '1949-12-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(128840, 1155, '1950-01-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(128841, 1155, '1950-02-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(128842, 1155, '1950-03-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(128843, 1155, '1950-04-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(128844, 1155, '1950-05-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(128845, 1155, '1950-06-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(128846, 1155, '1950-07-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(128847, 1155, '1950-08-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(128848, 1155, '1950-09-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(128849, 1155, '1950-10-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(128850, 1155, '1950-11-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(128851, 1155, '1950-12-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(128852, 1155, '1951-01-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(128853, 1155, '1951-02-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(128854, 1155, '1951-03-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(128855, 1155, '1951-04-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(128856, 1155, '1951-05-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(128857, 1155, '1951-06-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(128858, 1155, '1951-07-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(128859, 1155, '1951-08-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(128860, 1155, '1951-09-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(128861, 1155, '1951-10-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(128862, 1155, '1951-11-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(128863, 1155, '1951-12-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(128864, 1155, '1952-01-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(128865, 1155, '1952-02-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(128866, 1155, '1952-03-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(128867, 1155, '1952-04-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(128868, 1155, '1952-05-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(128869, 1155, '1952-06-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(128870, 1155, '1952-07-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(128871, 1155, '1952-08-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(128872, 1155, '1952-09-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(128873, 1155, '1952-10-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(128874, 1155, '1952-11-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(128875, 1155, '1952-12-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(128876, 1155, '1953-01-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(128877, 1155, '1953-02-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(128878, 1155, '1953-03-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(128879, 1155, '1953-04-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(128880, 1155, '1953-05-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(128881, 1155, '1953-06-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(128882, 1155, '1953-07-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(128883, 1155, '1953-08-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(128884, 1155, '1953-09-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(128885, 1155, '1953-10-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(128886, 1155, '1953-11-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(128887, 1155, '1953-12-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(128888, 1155, '1954-01-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(128889, 1155, '1954-02-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(128890, 1155, '1954-03-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(128891, 1155, '1954-04-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(128892, 1155, '1954-05-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(128893, 1155, '1954-06-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(128894, 1155, '1954-07-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(128895, 1155, '1954-08-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(128896, 1155, '1954-09-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(128897, 1155, '1954-10-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(128898, 1155, '1954-11-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(128899, 1155, '1954-12-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(128900, 1155, '1955-01-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(128901, 1155, '1955-02-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(128902, 1155, '1955-03-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(128903, 1155, '1955-04-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(128904, 1155, '1955-05-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(128905, 1155, '1955-06-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(128906, 1155, '1955-07-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(128907, 1155, '1955-08-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(128908, 1155, '1955-09-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(128909, 1155, '1955-10-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(128910, 1155, '1955-11-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(128911, 1155, '1955-12-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(128912, 1155, '1956-01-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(128913, 1155, '1956-02-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(128914, 1155, '1956-03-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(128915, 1155, '1956-04-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(128916, 1155, '1956-05-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(128917, 1155, '1956-06-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(128918, 1155, '1956-07-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(128919, 1155, '1956-08-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(128920, 1155, '1956-09-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(128921, 1155, '1956-10-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(128922, 1155, '1956-11-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(128923, 1155, '1956-12-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(128924, 1155, '1957-01-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(128925, 1155, '1957-02-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(128926, 1155, '1957-03-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(128927, 1155, '1957-04-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(128928, 1155, '1957-05-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(128929, 1155, '1957-06-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(128930, 1155, '1957-07-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(128931, 1155, '1957-08-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(128932, 1155, '1957-09-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(128933, 1155, '1957-10-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(128934, 1155, '1957-11-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(128935, 1155, '1957-12-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(128936, 1155, '1958-01-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(128937, 1155, '1958-02-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(128938, 1155, '1958-03-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(128939, 1155, '1958-04-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(128940, 1155, '1958-05-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(128941, 1155, '1958-06-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(128942, 1155, '1958-07-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(128943, 1155, '1958-08-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(128944, 1155, '1958-09-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(128945, 1155, '1958-10-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(128946, 1155, '1958-11-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(128947, 1155, '1958-12-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(128948, 1155, '1959-01-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(128949, 1155, '1959-02-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(128950, 1155, '1959-03-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(128951, 1155, '1959-04-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(128952, 1155, '1959-05-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(128953, 1155, '1959-06-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(128954, 1155, '1959-07-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(128955, 1155, '1959-08-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(128956, 1155, '1959-09-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(128957, 1155, '1959-10-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(128958, 1155, '1959-11-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(128959, 1155, '1959-12-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(128960, 1155, '1960-01-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(128961, 1155, '1960-02-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(128962, 1155, '1960-03-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(128963, 1155, '1960-04-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(128964, 1155, '1960-05-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(128965, 1155, '1960-06-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(128966, 1155, '1960-07-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(128967, 1155, '1960-08-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(128968, 1155, '1960-09-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(128969, 1155, '1960-10-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(128970, 1155, '1960-11-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(128971, 1155, '1960-12-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(128972, 1155, '1961-01-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(128973, 1155, '1961-02-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(128974, 1155, '1961-03-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(128975, 1155, '1961-04-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(128976, 1155, '1961-05-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(128977, 1155, '1961-06-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(128978, 1155, '1961-07-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(128979, 1155, '1961-08-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(128980, 1155, '1961-09-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(128981, 1155, '1961-10-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(128982, 1155, '1961-11-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(128983, 1155, '1961-12-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(128984, 1155, '1962-01-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(128985, 1155, '1962-02-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(128986, 1155, '1962-03-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(128987, 1155, '1962-04-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(128988, 1155, '1962-05-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(128989, 1155, '1962-06-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(128990, 1155, '1962-07-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(128991, 1155, '1962-08-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(128992, 1155, '1962-09-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(128993, 1155, '1962-10-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(128994, 1155, '1962-11-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(128995, 1155, '1962-12-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(128996, 1155, '1963-01-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(128997, 1155, '1963-02-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(128998, 1155, '1963-03-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(128999, 1155, '1963-04-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(129000, 1155, '1963-05-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(129001, 1155, '1963-06-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(129002, 1155, '1963-07-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(129003, 1155, '1963-08-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(129004, 1155, '1963-09-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(129005, 1155, '1963-10-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(129006, 1155, '1963-11-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(129007, 1155, '1963-12-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(129008, 1155, '1964-01-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(129009, 1155, '1964-02-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(129010, 1155, '1964-03-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(129011, 1155, '1964-04-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(129012, 1155, '1964-05-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(129013, 1155, '1964-06-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(129014, 1155, '1964-07-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(129015, 1155, '1964-08-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(129016, 1155, '1964-09-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(129017, 1155, '1964-10-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(129018, 1155, '1964-11-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(129019, 1155, '1964-12-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(129020, 1155, '1965-01-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(129021, 1155, '1965-02-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(129022, 1155, '1965-03-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(129023, 1155, '1965-04-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(129024, 1155, '1965-05-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(129025, 1155, '1965-06-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(129026, 1155, '1965-07-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(129027, 1155, '1965-08-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(129028, 1155, '1965-09-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(129029, 1155, '1965-10-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(129030, 1155, '1965-11-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(129031, 1155, '1965-12-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(129032, 1155, '1966-01-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(129033, 1155, '1966-02-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(129034, 1155, '1966-03-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(129035, 1155, '1966-04-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(129036, 1155, '1966-05-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(129037, 1155, '1966-06-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(129038, 1155, '1966-07-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(129039, 1155, '1966-08-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(129040, 1155, '1966-09-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(129041, 1155, '1966-10-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(129042, 1155, '1966-11-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(129043, 1155, '1966-12-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(129044, 1155, '1967-01-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(129045, 1155, '1967-02-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(129046, 1155, '1967-03-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(129047, 1155, '1967-04-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(129048, 1155, '1967-05-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(129049, 1155, '1967-06-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(129050, 1155, '1967-07-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(129051, 1155, '1967-08-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(129052, 1155, '1967-09-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(129053, 1155, '1967-10-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(129054, 1155, '1967-11-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(129055, 1155, '1967-12-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(129056, 1155, '1968-01-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(129057, 1155, '1968-02-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(129058, 1155, '1968-03-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(129059, 1155, '1968-04-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(129060, 1155, '1968-05-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(129061, 1155, '1968-06-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(129062, 1155, '1968-07-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(129063, 1155, '1968-08-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(129064, 1155, '1968-09-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(129065, 1155, '1968-10-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(129066, 1155, '1968-11-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(129067, 1155, '1968-12-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(129068, 1155, '1969-01-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(129069, 1155, '1969-02-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(129070, 1155, '1969-03-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(129071, 1155, '1969-04-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(129072, 1155, '1969-05-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(129073, 1155, '1969-06-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(129074, 1155, '1969-07-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(129075, 1155, '1969-08-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(129076, 1155, '1969-09-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(129077, 1155, '1969-10-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(129078, 1155, '1969-11-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(129079, 1155, '1969-12-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(129080, 1155, '1970-01-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(129081, 1155, '1970-02-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(129082, 1155, '1970-03-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(129083, 1155, '1970-04-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(129084, 1155, '1970-05-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(129085, 1155, '1970-06-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(129086, 1155, '1970-07-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(129087, 1155, '1970-08-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(129088, 1155, '1970-09-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(129089, 1155, '1970-10-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(129090, 1155, '1970-11-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(129091, 1155, '1970-12-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(129092, 1155, '1971-01-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(129093, 1155, '1971-02-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(129094, 1155, '1971-03-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(129095, 1155, '1971-04-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(129096, 1155, '1971-05-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(129097, 1155, '1971-06-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(129098, 1155, '1971-07-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(129099, 1155, '1971-08-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(129100, 1155, '1971-09-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(129101, 1155, '1971-10-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(129102, 1155, '1971-11-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(129103, 1155, '1971-12-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(129104, 1155, '1972-01-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(129105, 1155, '1972-02-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(129106, 1155, '1972-03-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(129107, 1155, '1972-04-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(129108, 1155, '1972-05-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(129109, 1155, '1972-06-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(129110, 1155, '1972-07-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(129111, 1155, '1972-08-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(129112, 1155, '1972-09-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(129113, 1155, '1972-10-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(129114, 1155, '1972-11-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(129115, 1155, '1972-12-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(129116, 1155, '1973-01-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(129117, 1155, '1973-02-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(129118, 1155, '1973-03-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(129119, 1155, '1973-04-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(129120, 1155, '1973-05-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(129121, 1155, '1973-06-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(129122, 1155, '1973-07-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(129123, 1155, '1973-08-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(129124, 1155, '1973-09-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(129125, 1155, '1973-10-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(129126, 1155, '1973-11-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(129127, 1155, '1973-12-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(129128, 1155, '1974-01-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(129129, 1155, '1974-02-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(129130, 1155, '1974-03-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(129131, 1155, '1974-04-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(129132, 1155, '1974-05-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(129133, 1155, '1974-06-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(129134, 1155, '1974-07-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(129135, 1155, '1974-08-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(129136, 1155, '1974-09-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(129137, 1155, '1974-10-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(129138, 1155, '1974-11-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(129139, 1155, '1974-12-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(129140, 1155, '1975-01-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(129141, 1155, '1975-02-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:53', '2023-09-12 17:43:53'),
(129142, 1155, '1975-03-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129143, 1155, '1975-04-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129144, 1155, '1975-05-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129145, 1155, '1975-06-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129146, 1155, '1975-07-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129147, 1155, '1975-08-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129148, 1155, '1975-09-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129149, 1155, '1975-10-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129150, 1155, '1975-11-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129151, 1155, '1975-12-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129152, 1155, '1976-01-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129153, 1155, '1976-02-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129154, 1155, '1976-03-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129155, 1155, '1976-04-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129156, 1155, '1976-05-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129157, 1155, '1976-06-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129158, 1155, '1976-07-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129159, 1155, '1976-08-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129160, 1155, '1976-09-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129161, 1155, '1976-10-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129162, 1155, '1976-11-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129163, 1155, '1976-12-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129164, 1155, '1977-01-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129165, 1155, '1977-02-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129166, 1155, '1977-03-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129167, 1155, '1977-04-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129168, 1155, '1977-05-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129169, 1155, '1977-06-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129170, 1155, '1977-07-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129171, 1155, '1977-08-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129172, 1155, '1977-09-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129173, 1155, '1977-10-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129174, 1155, '1977-11-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129175, 1155, '1977-12-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129176, 1155, '1978-01-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129177, 1155, '1978-02-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129178, 1155, '1978-03-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129179, 1155, '1978-04-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129180, 1155, '1978-05-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129181, 1155, '1978-06-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129182, 1155, '1978-07-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129183, 1155, '1978-08-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129184, 1155, '1978-09-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129185, 1155, '1978-10-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129186, 1155, '1978-11-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129187, 1155, '1978-12-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129188, 1155, '1979-01-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129189, 1155, '1979-02-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129190, 1155, '1979-03-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129191, 1155, '1979-04-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129192, 1155, '1979-05-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129193, 1155, '1979-06-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129194, 1155, '1979-07-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129195, 1155, '1979-08-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129196, 1155, '1979-09-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129197, 1155, '1979-10-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129198, 1155, '1979-11-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129199, 1155, '1979-12-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129200, 1155, '1980-01-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129201, 1155, '1980-02-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129202, 1155, '1980-03-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129203, 1155, '1980-04-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129204, 1155, '1980-05-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129205, 1155, '1980-06-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129206, 1155, '1980-07-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129207, 1155, '1980-08-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129208, 1155, '1980-09-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129209, 1155, '1980-10-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129210, 1155, '1980-11-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129211, 1155, '1980-12-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129212, 1155, '1981-01-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129213, 1155, '1981-02-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129214, 1155, '1981-03-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129215, 1155, '1981-04-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129216, 1155, '1981-05-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129217, 1155, '1981-06-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129218, 1155, '1981-07-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129219, 1155, '1981-08-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129220, 1155, '1981-09-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129221, 1155, '1981-10-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129222, 1155, '1981-11-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129223, 1155, '1981-12-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129224, 1155, '1982-01-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129225, 1155, '1982-02-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129226, 1155, '1982-03-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129227, 1155, '1982-04-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129228, 1155, '1982-05-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129229, 1155, '1982-06-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129230, 1155, '1982-07-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129231, 1155, '1982-08-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129232, 1155, '1982-09-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129233, 1155, '1982-10-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129234, 1155, '1982-11-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129235, 1155, '1982-12-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129236, 1155, '1983-01-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129237, 1155, '1983-02-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129238, 1155, '1983-03-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129239, 1155, '1983-04-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129240, 1155, '1983-05-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129241, 1155, '1983-06-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129242, 1155, '1983-07-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129243, 1155, '1983-08-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129244, 1155, '1983-09-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129245, 1155, '1983-10-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129246, 1155, '1983-11-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129247, 1155, '1983-12-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129248, 1155, '1984-01-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129249, 1155, '1984-02-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129250, 1155, '1984-03-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129251, 1155, '1984-04-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129252, 1155, '1984-05-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129253, 1155, '1984-06-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129254, 1155, '1984-07-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129255, 1155, '1984-08-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129256, 1155, '1984-09-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129257, 1155, '1984-10-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129258, 1155, '1984-11-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129259, 1155, '1984-12-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129260, 1155, '1985-01-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129261, 1155, '1985-02-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129262, 1155, '1985-03-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129263, 1155, '1985-04-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129264, 1155, '1985-05-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129265, 1155, '1985-06-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129266, 1155, '1985-07-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129267, 1155, '1985-08-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129268, 1155, '1985-09-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129269, 1155, '1985-10-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129270, 1155, '1985-11-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129271, 1155, '1985-12-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129272, 1155, '1986-01-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129273, 1155, '1986-02-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129274, 1155, '1986-03-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129275, 1155, '1986-04-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129276, 1155, '1986-05-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129277, 1155, '1986-06-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129278, 1155, '1986-07-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129279, 1155, '1986-08-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129280, 1155, '1986-09-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129281, 1155, '1986-10-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129282, 1155, '1986-11-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129283, 1155, '1986-12-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129284, 1155, '1987-01-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129285, 1155, '1987-02-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(129286, 1155, '1987-03-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129287, 1155, '1987-04-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129288, 1155, '1987-05-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129289, 1155, '1987-06-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129290, 1155, '1987-07-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129291, 1155, '1987-08-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129292, 1155, '1987-09-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129293, 1155, '1987-10-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129294, 1155, '1987-11-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129295, 1155, '1987-12-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129296, 1155, '1988-01-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129297, 1155, '1988-02-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129298, 1155, '1988-03-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129299, 1155, '1988-04-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129300, 1155, '1988-05-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129301, 1155, '1988-06-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129302, 1155, '1988-07-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129303, 1155, '1988-08-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129304, 1155, '1988-09-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129305, 1155, '1988-10-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129306, 1155, '1988-11-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129307, 1155, '1988-12-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129308, 1155, '1989-01-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129309, 1155, '1989-02-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129310, 1155, '1989-03-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129311, 1155, '1989-04-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129312, 1155, '1989-05-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129313, 1155, '1989-06-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129314, 1155, '1989-07-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129315, 1155, '1989-08-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129316, 1155, '1989-09-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129317, 1155, '1989-10-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129318, 1155, '1989-11-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129319, 1155, '1989-12-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129320, 1155, '1990-01-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129321, 1155, '1990-02-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129322, 1155, '1990-03-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129323, 1155, '1990-04-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129324, 1155, '1990-05-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129325, 1155, '1990-06-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129326, 1155, '1990-07-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129327, 1155, '1990-08-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129328, 1155, '1990-09-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129329, 1155, '1990-10-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129330, 1155, '1990-11-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129331, 1155, '1990-12-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129332, 1155, '1991-01-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129333, 1155, '1991-02-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129334, 1155, '1991-03-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129335, 1155, '1991-04-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129336, 1155, '1991-05-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129337, 1155, '1991-06-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129338, 1155, '1991-07-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129339, 1155, '1991-08-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129340, 1155, '1991-09-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129341, 1155, '1991-10-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129342, 1155, '1991-11-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129343, 1155, '1991-12-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129344, 1155, '1992-01-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129345, 1155, '1992-02-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129346, 1155, '1992-03-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129347, 1155, '1992-04-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129348, 1155, '1992-05-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129349, 1155, '1992-06-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129350, 1155, '1992-07-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129351, 1155, '1992-08-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129352, 1155, '1992-09-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129353, 1155, '1992-10-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129354, 1155, '1992-11-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129355, 1155, '1992-12-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129356, 1155, '1993-01-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129357, 1155, '1993-02-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129358, 1155, '1993-03-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129359, 1155, '1993-04-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129360, 1155, '1993-05-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129361, 1155, '1993-06-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129362, 1155, '1993-07-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129363, 1155, '1993-08-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129364, 1155, '1993-09-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129365, 1155, '1993-10-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129366, 1155, '1993-11-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129367, 1155, '1993-12-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129368, 1155, '1994-01-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129369, 1155, '1994-02-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129370, 1155, '1994-03-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129371, 1155, '1994-04-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129372, 1155, '1994-05-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129373, 1155, '1994-06-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129374, 1155, '1994-07-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129375, 1155, '1994-08-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129376, 1155, '1994-09-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129377, 1155, '1994-10-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129378, 1155, '1994-11-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129379, 1155, '1994-12-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129380, 1155, '1995-01-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129381, 1155, '1995-02-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129382, 1155, '1995-03-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129383, 1155, '1995-04-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129384, 1155, '1995-05-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129385, 1155, '1995-06-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129386, 1155, '1995-07-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129387, 1155, '1995-08-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129388, 1155, '1995-09-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129389, 1155, '1995-10-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129390, 1155, '1995-11-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129391, 1155, '1995-12-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129392, 1155, '1996-01-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129393, 1155, '1996-02-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129394, 1155, '1996-03-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129395, 1155, '1996-04-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129396, 1155, '1996-05-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129397, 1155, '1996-06-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129398, 1155, '1996-07-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129399, 1155, '1996-08-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129400, 1155, '1996-09-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129401, 1155, '1996-10-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129402, 1155, '1996-11-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129403, 1155, '1996-12-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129404, 1155, '1997-01-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129405, 1155, '1997-02-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129406, 1155, '1997-03-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129407, 1155, '1997-04-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129408, 1155, '1997-05-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129409, 1155, '1997-06-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129410, 1155, '1997-07-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129411, 1155, '1997-08-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129412, 1155, '1997-09-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129413, 1155, '1997-10-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129414, 1155, '1997-11-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129415, 1155, '1997-12-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129416, 1155, '1998-01-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129417, 1155, '1998-02-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129418, 1155, '1998-03-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129419, 1155, '1998-04-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129420, 1155, '1998-05-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129421, 1155, '1998-06-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129422, 1155, '1998-07-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129423, 1155, '1998-08-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129424, 1155, '1998-09-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129425, 1155, '1998-10-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129426, 1155, '1998-11-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129427, 1155, '1998-12-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129428, 1155, '1999-01-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129429, 1155, '1999-02-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129430, 1155, '1999-03-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129431, 1155, '1999-04-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129432, 1155, '1999-05-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129433, 1155, '1999-06-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129434, 1155, '1999-07-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129435, 1155, '1999-08-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129436, 1155, '1999-09-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129437, 1155, '1999-10-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129438, 1155, '1999-11-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129439, 1155, '1999-12-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129440, 1155, '2000-01-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129441, 1155, '2000-02-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129442, 1155, '2000-03-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129443, 1155, '2000-04-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129444, 1155, '2000-05-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129445, 1155, '2000-06-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129446, 1155, '2000-07-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129447, 1155, '2000-08-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129448, 1155, '2000-09-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129449, 1155, '2000-10-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129450, 1155, '2000-11-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129451, 1155, '2000-12-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129452, 1155, '2001-01-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129453, 1155, '2001-02-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129454, 1155, '2001-03-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129455, 1155, '2001-04-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129456, 1155, '2001-05-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129457, 1155, '2001-06-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129458, 1155, '2001-07-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129459, 1155, '2001-08-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129460, 1155, '2001-09-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129461, 1155, '2001-10-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129462, 1155, '2001-11-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129463, 1155, '2001-12-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129464, 1155, '2002-01-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129465, 1155, '2002-02-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129466, 1155, '2002-03-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129467, 1155, '2002-04-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129468, 1155, '2002-05-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129469, 1155, '2002-06-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129470, 1155, '2002-07-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129471, 1155, '2002-08-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129472, 1155, '2002-09-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129473, 1155, '2002-10-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129474, 1155, '2002-11-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129475, 1155, '2002-12-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129476, 1155, '2003-01-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129477, 1155, '2003-02-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129478, 1155, '2003-03-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129479, 1155, '2003-04-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129480, 1155, '2003-05-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129481, 1155, '2003-06-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129482, 1155, '2003-07-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129483, 1155, '2003-08-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129484, 1155, '2003-09-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129485, 1155, '2003-10-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129486, 1155, '2003-11-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129487, 1155, '2003-12-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129488, 1155, '2004-01-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129489, 1155, '2004-02-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129490, 1155, '2004-03-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129491, 1155, '2004-04-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129492, 1155, '2004-05-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129493, 1155, '2004-06-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129494, 1155, '2004-07-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129495, 1155, '2004-08-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129496, 1155, '2004-09-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129497, 1155, '2004-10-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129498, 1155, '2004-11-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129499, 1155, '2004-12-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129500, 1155, '2005-01-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129501, 1155, '2005-02-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129502, 1155, '2005-03-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129503, 1155, '2005-04-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129504, 1155, '2005-05-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129505, 1155, '2005-06-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129506, 1155, '2005-07-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129507, 1155, '2005-08-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129508, 1155, '2005-09-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129509, 1155, '2005-10-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129510, 1155, '2005-11-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129511, 1155, '2005-12-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129512, 1155, '2006-01-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129513, 1155, '2006-02-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129514, 1155, '2006-03-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129515, 1155, '2006-04-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129516, 1155, '2006-05-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129517, 1155, '2006-06-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129518, 1155, '2006-07-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129519, 1155, '2006-08-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129520, 1155, '2006-09-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129521, 1155, '2006-10-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129522, 1155, '2006-11-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129523, 1155, '2006-12-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129524, 1155, '2007-01-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129525, 1155, '2007-02-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:54', '2023-09-12 17:43:54'),
(129526, 1155, '2007-03-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:55', '2023-09-12 17:43:55'),
(129527, 1155, '2007-04-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:55', '2023-09-12 17:43:55'),
(129528, 1155, '2007-05-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:55', '2023-09-12 17:43:55'),
(129529, 1155, '2007-06-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:55', '2023-09-12 17:43:55'),
(129530, 1155, '2007-07-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:55', '2023-09-12 17:43:55'),
(129531, 1155, '2007-08-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:55', '2023-09-12 17:43:55'),
(129532, 1155, '2007-09-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:55', '2023-09-12 17:43:55'),
(129533, 1155, '2007-10-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:55', '2023-09-12 17:43:55'),
(129534, 1155, '2007-11-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:55', '2023-09-12 17:43:55'),
(129535, 1155, '2007-12-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:55', '2023-09-12 17:43:55'),
(129536, 1155, '2008-01-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:55', '2023-09-12 17:43:55'),
(129537, 1155, '2008-02-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:55', '2023-09-12 17:43:55'),
(129538, 1155, '2008-03-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:55', '2023-09-12 17:43:55'),
(129539, 1155, '2008-04-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:55', '2023-09-12 17:43:55'),
(129540, 1155, '2008-05-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:55', '2023-09-12 17:43:55'),
(129541, 1155, '2008-06-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:55', '2023-09-12 17:43:55'),
(129542, 1155, '2008-07-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:55', '2023-09-12 17:43:55'),
(129543, 1155, '2008-08-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:55', '2023-09-12 17:43:55'),
(129544, 1155, '2008-09-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:55', '2023-09-12 17:43:55'),
(129545, 1155, '2008-10-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:55', '2023-09-12 17:43:55'),
(129546, 1155, '2008-11-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:55', '2023-09-12 17:43:55'),
(129547, 1155, '2008-12-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:55', '2023-09-12 17:43:55'),
(129548, 1155, '2009-01-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:55', '2023-09-12 17:43:55'),
(129549, 1155, '2009-02-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:55', '2023-09-12 17:43:55'),
(129550, 1155, '2009-03-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:55', '2023-09-12 17:43:55'),
(129551, 1155, '2009-04-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:55', '2023-09-12 17:43:55'),
(129552, 1155, '2009-05-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:55', '2023-09-12 17:43:55'),
(129553, 1155, '2009-06-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:55', '2023-09-12 17:43:55'),
(129554, 1155, '2009-07-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:55', '2023-09-12 17:43:55'),
(129555, 1155, '2009-08-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:55', '2023-09-12 17:43:55'),
(129556, 1155, '2009-09-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:55', '2023-09-12 17:43:55'),
(129557, 1155, '2009-10-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:55', '2023-09-12 17:43:55'),
(129558, 1155, '2009-11-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:55', '2023-09-12 17:43:55'),
(129559, 1155, '2009-12-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:55', '2023-09-12 17:43:55'),
(129560, 1155, '2010-01-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:55', '2023-09-12 17:43:55'),
(129561, 1155, '2010-02-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:55', '2023-09-12 17:43:55'),
(129562, 1155, '2010-03-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:55', '2023-09-12 17:43:55'),
(129563, 1155, '2010-04-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:55', '2023-09-12 17:43:55'),
(129564, 1155, '2010-05-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:55', '2023-09-12 17:43:55'),
(129565, 1155, '2010-06-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:55', '2023-09-12 17:43:55'),
(129566, 1155, '2010-07-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:55', '2023-09-12 17:43:55'),
(129567, 1155, '2010-08-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:55', '2023-09-12 17:43:55'),
(129568, 1155, '2010-09-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:55', '2023-09-12 17:43:55'),
(129569, 1155, '2010-10-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:55', '2023-09-12 17:43:55'),
(129570, 1155, '2010-11-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:55', '2023-09-12 17:43:55'),
(129571, 1155, '2010-12-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:55', '2023-09-12 17:43:55'),
(129572, 1155, '2011-01-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:55', '2023-09-12 17:43:55'),
(129573, 1155, '2011-02-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:55', '2023-09-12 17:43:55'),
(129574, 1155, '2011-03-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:55', '2023-09-12 17:43:55'),
(129575, 1155, '2011-04-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:55', '2023-09-12 17:43:55'),
(129576, 1155, '2011-05-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:55', '2023-09-12 17:43:55'),
(129577, 1155, '2011-06-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:55', '2023-09-12 17:43:55'),
(129578, 1155, '2011-07-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:55', '2023-09-12 17:43:55'),
(129579, 1155, '2011-08-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:55', '2023-09-12 17:43:55'),
(129580, 1155, '2011-09-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:55', '2023-09-12 17:43:55'),
(129581, 1155, '2011-10-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:55', '2023-09-12 17:43:55'),
(129582, 1155, '2011-11-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:55', '2023-09-12 17:43:55'),
(129583, 1155, '2011-12-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:55', '2023-09-12 17:43:55'),
(129584, 1155, '2012-01-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:55', '2023-09-12 17:43:55'),
(129585, 1155, '2012-02-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:55', '2023-09-12 17:43:55'),
(129586, 1155, '2012-03-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:55', '2023-09-12 17:43:55'),
(129587, 1155, '2012-04-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:55', '2023-09-12 17:43:55'),
(129588, 1155, '2012-05-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:55', '2023-09-12 17:43:55'),
(129589, 1155, '2012-06-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:55', '2023-09-12 17:43:55'),
(129590, 1155, '2012-07-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:55', '2023-09-12 17:43:55'),
(129591, 1155, '2012-08-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:55', '2023-09-12 17:43:55'),
(129592, 1155, '2012-09-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:55', '2023-09-12 17:43:55'),
(129593, 1155, '2012-10-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:55', '2023-09-12 17:43:55'),
(129594, 1155, '2012-11-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:55', '2023-09-12 17:43:55'),
(129595, 1155, '2012-12-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:55', '2023-09-12 17:43:55'),
(129596, 1155, '2013-01-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:55', '2023-09-12 17:43:55'),
(129597, 1155, '2013-02-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:55', '2023-09-12 17:43:55'),
(129598, 1155, '2013-03-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:55', '2023-09-12 17:43:55'),
(129599, 1155, '2013-04-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:55', '2023-09-12 17:43:55'),
(129600, 1155, '2013-05-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:55', '2023-09-12 17:43:55'),
(129601, 1155, '2013-06-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:55', '2023-09-12 17:43:55'),
(129602, 1155, '2013-07-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:55', '2023-09-12 17:43:55'),
(129603, 1155, '2013-08-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:55', '2023-09-12 17:43:55'),
(129604, 1155, '2013-09-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:55', '2023-09-12 17:43:55'),
(129605, 1155, '2013-10-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:55', '2023-09-12 17:43:55'),
(129606, 1155, '2013-11-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:55', '2023-09-12 17:43:55'),
(129607, 1155, '2013-12-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:55', '2023-09-12 17:43:55'),
(129608, 1155, '2014-01-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:55', '2023-09-12 17:43:55'),
(129609, 1155, '2014-02-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:55', '2023-09-12 17:43:55'),
(129610, 1155, '2014-03-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:55', '2023-09-12 17:43:55'),
(129611, 1155, '2014-04-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:55', '2023-09-12 17:43:55'),
(129612, 1155, '2014-05-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:55', '2023-09-12 17:43:55'),
(129613, 1155, '2014-06-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:55', '2023-09-12 17:43:55'),
(129614, 1155, '2014-07-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:55', '2023-09-12 17:43:55'),
(129615, 1155, '2014-08-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:55', '2023-09-12 17:43:55'),
(129616, 1155, '2014-09-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:55', '2023-09-12 17:43:55'),
(129617, 1155, '2014-10-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:55', '2023-09-12 17:43:55'),
(129618, 1155, '2014-11-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:55', '2023-09-12 17:43:55'),
(129619, 1155, '2014-12-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:55', '2023-09-12 17:43:55'),
(129620, 1155, '2015-01-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:55', '2023-09-12 17:43:55'),
(129621, 1155, '2015-02-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:55', '2023-09-12 17:43:55'),
(129622, 1155, '2015-03-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:55', '2023-09-12 17:43:55'),
(129623, 1155, '2015-04-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:55', '2023-09-12 17:43:55'),
(129624, 1155, '2015-05-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:55', '2023-09-12 17:43:55'),
(129625, 1155, '2015-06-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:55', '2023-09-12 17:43:55'),
(129626, 1155, '2015-07-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:55', '2023-09-12 17:43:55'),
(129627, 1155, '2015-08-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:55', '2023-09-12 17:43:55'),
(129628, 1155, '2015-09-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:55', '2023-09-12 17:43:55'),
(129629, 1155, '2015-10-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:55', '2023-09-12 17:43:55'),
(129630, 1155, '2015-11-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:55', '2023-09-12 17:43:55'),
(129631, 1155, '2015-12-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:55', '2023-09-12 17:43:55'),
(129632, 1155, '2016-01-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:55', '2023-09-12 17:43:55'),
(129633, 1155, '2016-02-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:55', '2023-09-12 17:43:55'),
(129634, 1155, '2016-03-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:55', '2023-09-12 17:43:55'),
(129635, 1155, '2016-04-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:55', '2023-09-12 17:43:55'),
(129636, 1155, '2016-05-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:55', '2023-09-12 17:43:55'),
(129637, 1155, '2016-06-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:55', '2023-09-12 17:43:55'),
(129638, 1155, '2016-07-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:55', '2023-09-12 17:43:55'),
(129639, 1155, '2016-08-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:55', '2023-09-12 17:43:55'),
(129640, 1155, '2016-09-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:55', '2023-09-12 17:43:55'),
(129641, 1155, '2016-10-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:55', '2023-09-12 17:43:55'),
(129642, 1155, '2016-11-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:55', '2023-09-12 17:43:55'),
(129643, 1155, '2016-12-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:55', '2023-09-12 17:43:55'),
(129644, 1155, '2017-01-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:55', '2023-09-12 17:43:55'),
(129645, 1155, '2017-02-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:55', '2023-09-12 17:43:55'),
(129646, 1155, '2017-03-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:55', '2023-09-12 17:43:55'),
(129647, 1155, '2017-04-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:55', '2023-09-12 17:43:55'),
(129648, 1155, '2017-05-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:55', '2023-09-12 17:43:55'),
(129649, 1155, '2017-06-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:55', '2023-09-12 17:43:55'),
(129650, 1155, '2017-07-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:55', '2023-09-12 17:43:55'),
(129651, 1155, '2017-08-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:55', '2023-09-12 17:43:55'),
(129652, 1155, '2017-09-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:55', '2023-09-12 17:43:55'),
(129653, 1155, '2017-10-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:55', '2023-09-12 17:43:55'),
(129654, 1155, '2017-11-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:55', '2023-09-12 17:43:55'),
(129655, 1155, '2017-12-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:55', '2023-09-12 17:43:55'),
(129656, 1155, '2018-01-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:55', '2023-09-12 17:43:55'),
(129657, 1155, '2018-02-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:55', '2023-09-12 17:43:55'),
(129658, 1155, '2018-03-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:55', '2023-09-12 17:43:55'),
(129659, 1155, '2018-04-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:55', '2023-09-12 17:43:55'),
(129660, 1155, '2018-05-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:55', '2023-09-12 17:43:55'),
(129661, 1155, '2018-06-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:55', '2023-09-12 17:43:55'),
(129662, 1155, '2018-07-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:55', '2023-09-12 17:43:55'),
(129663, 1155, '2018-08-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:55', '2023-09-12 17:43:55'),
(129664, 1155, '2018-09-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:55', '2023-09-12 17:43:55'),
(129665, 1155, '2018-10-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:55', '2023-09-12 17:43:55'),
(129666, 1155, '2018-11-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:55', '2023-09-12 17:43:55'),
(129667, 1155, '2018-12-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:55', '2023-09-12 17:43:55'),
(129668, 1155, '2019-01-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:55', '2023-09-12 17:43:55'),
(129669, 1155, '2019-02-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:55', '2023-09-12 17:43:55'),
(129670, 1155, '2019-03-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:55', '2023-09-12 17:43:55'),
(129671, 1155, '2019-04-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:55', '2023-09-12 17:43:55'),
(129672, 1155, '2019-05-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:55', '2023-09-12 17:43:55'),
(129673, 1155, '2019-06-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:55', '2023-09-12 17:43:55'),
(129674, 1155, '2019-07-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:55', '2023-09-12 17:43:55'),
(129675, 1155, '2019-08-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:55', '2023-09-12 17:43:55'),
(129676, 1155, '2019-09-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:55', '2023-09-12 17:43:55'),
(129677, 1155, '2019-10-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:55', '2023-09-12 17:43:55'),
(129678, 1155, '2019-11-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:55', '2023-09-12 17:43:55'),
(129679, 1155, '2019-12-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:55', '2023-09-12 17:43:55'),
(129680, 1155, '2020-01-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:55', '2023-09-12 17:43:55'),
(129681, 1155, '2020-02-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:55', '2023-09-12 17:43:55'),
(129682, 1155, '2020-03-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:55', '2023-09-12 17:43:55'),
(129683, 1155, '2020-04-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:55', '2023-09-12 17:43:55'),
(129684, 1155, '2020-05-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:55', '2023-09-12 17:43:55'),
(129685, 1155, '2020-06-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:55', '2023-09-12 17:43:55'),
(129686, 1155, '2020-07-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:55', '2023-09-12 17:43:55'),
(129687, 1155, '2020-08-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:55', '2023-09-12 17:43:55'),
(129688, 1155, '2020-09-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:55', '2023-09-12 17:43:55'),
(129689, 1155, '2020-10-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:55', '2023-09-12 17:43:55'),
(129690, 1155, '2020-11-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:55', '2023-09-12 17:43:55'),
(129691, 1155, '2020-12-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:55', '2023-09-12 17:43:55'),
(129692, 1155, '2021-01-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:55', '2023-09-12 17:43:55'),
(129693, 1155, '2021-02-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:55', '2023-09-12 17:43:55'),
(129694, 1155, '2021-03-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:55', '2023-09-12 17:43:55'),
(129695, 1155, '2021-04-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:55', '2023-09-12 17:43:55'),
(129696, 1155, '2021-05-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:55', '2023-09-12 17:43:55'),
(129697, 1155, '2021-06-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:55', '2023-09-12 17:43:55'),
(129698, 1155, '2021-07-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:55', '2023-09-12 17:43:55'),
(129699, 1155, '2021-08-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:55', '2023-09-12 17:43:55'),
(129700, 1155, '2021-09-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:55', '2023-09-12 17:43:55'),
(129701, 1155, '2021-10-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:55', '2023-09-12 17:43:55'),
(129702, 1155, '2021-11-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:55', '2023-09-12 17:43:55'),
(129703, 1155, '2021-12-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:55', '2023-09-12 17:43:55'),
(129704, 1155, '2022-01-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:55', '2023-09-12 17:43:55'),
(129705, 1155, '2022-02-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:55', '2023-09-12 17:43:55'),
(129706, 1155, '2022-03-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:55', '2023-09-12 17:43:55'),
(129707, 1155, '2022-04-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:55', '2023-09-12 17:43:55'),
(129708, 1155, '2022-05-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:55', '2023-09-12 17:43:55'),
(129709, 1155, '2022-06-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:55', '2023-09-12 17:43:55'),
(129710, 1155, '2022-07-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:55', '2023-09-12 17:43:55'),
(129711, 1155, '2022-08-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:55', '2023-09-12 17:43:55'),
(129712, 1155, '2022-09-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:55', '2023-09-12 17:43:55'),
(129713, 1155, '2022-10-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:55', '2023-09-12 17:43:55'),
(129714, 1155, '2022-11-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:55', '2023-09-12 17:43:55'),
(129715, 1155, '2022-12-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:55', '2023-09-12 17:43:55'),
(129716, 1155, '2023-01-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:55', '2023-09-12 17:43:55'),
(129717, 1155, '2023-02-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:55', '2023-09-12 17:43:55'),
(129718, 1155, '2023-03-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:55', '2023-09-12 17:43:55'),
(129719, 1155, '2023-04-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:55', '2023-09-12 17:43:55'),
(129720, 1155, '2023-05-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:55', '2023-09-12 17:43:55'),
(129721, 1155, '2023-06-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:55', '2023-09-12 17:43:55'),
(129722, 1155, '2023-07-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:55', '2023-09-12 17:43:55'),
(129723, 1155, '2023-08-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:55', '2023-09-12 17:43:55'),
(129724, 1155, '2023-09-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:55', '2023-09-12 17:43:55'),
(129725, 1155, '2023-10-01 01:00:00', NULL, NULL, '', '255', 0, '2023-09-12 17:43:55', '2023-09-12 17:43:55'),
(129726, 1156, '0023-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129727, 1156, '0023-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129728, 1156, '0023-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129729, 1156, '0024-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129730, 1156, '0024-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129731, 1156, '0024-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129732, 1156, '0024-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129733, 1156, '0024-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129734, 1156, '0024-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129735, 1156, '0024-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129736, 1156, '0024-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129737, 1156, '0024-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129738, 1156, '0024-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129739, 1156, '0024-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129740, 1156, '0024-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129741, 1156, '0025-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(129742, 1156, '0025-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129743, 1156, '0025-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129744, 1156, '0025-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129745, 1156, '0025-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129746, 1156, '0025-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129747, 1156, '0025-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129748, 1156, '0025-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129749, 1156, '0025-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129750, 1156, '0025-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129751, 1156, '0025-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129752, 1156, '0025-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129753, 1156, '0026-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129754, 1156, '0026-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129755, 1156, '0026-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129756, 1156, '0026-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129757, 1156, '0026-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129758, 1156, '0026-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129759, 1156, '0026-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129760, 1156, '0026-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129761, 1156, '0026-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129762, 1156, '0026-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129763, 1156, '0026-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129764, 1156, '0026-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129765, 1156, '0027-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129766, 1156, '0027-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129767, 1156, '0027-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129768, 1156, '0027-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129769, 1156, '0027-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129770, 1156, '0027-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129771, 1156, '0027-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129772, 1156, '0027-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129773, 1156, '0027-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129774, 1156, '0027-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129775, 1156, '0027-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129776, 1156, '0027-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129777, 1156, '0028-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129778, 1156, '0028-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129779, 1156, '0028-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129780, 1156, '0028-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129781, 1156, '0028-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129782, 1156, '0028-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129783, 1156, '0028-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129784, 1156, '0028-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129785, 1156, '0028-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129786, 1156, '0028-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129787, 1156, '0028-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129788, 1156, '0028-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129789, 1156, '0029-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129790, 1156, '0029-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129791, 1156, '0029-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129792, 1156, '0029-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129793, 1156, '0029-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129794, 1156, '0029-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129795, 1156, '0029-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129796, 1156, '0029-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129797, 1156, '0029-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129798, 1156, '0029-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129799, 1156, '0029-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129800, 1156, '0029-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129801, 1156, '0030-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129802, 1156, '0030-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129803, 1156, '0030-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129804, 1156, '0030-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129805, 1156, '0030-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129806, 1156, '0030-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129807, 1156, '0030-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129808, 1156, '0030-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129809, 1156, '0030-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129810, 1156, '0030-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129811, 1156, '0030-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129812, 1156, '0030-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129813, 1156, '0031-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129814, 1156, '0031-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129815, 1156, '0031-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129816, 1156, '0031-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129817, 1156, '0031-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129818, 1156, '0031-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129819, 1156, '0031-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129820, 1156, '0031-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129821, 1156, '0031-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129822, 1156, '0031-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129823, 1156, '0031-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129824, 1156, '0031-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129825, 1156, '0032-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129826, 1156, '0032-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129827, 1156, '0032-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129828, 1156, '0032-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129829, 1156, '0032-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129830, 1156, '0032-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129831, 1156, '0032-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129832, 1156, '0032-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129833, 1156, '0032-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129834, 1156, '0032-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129835, 1156, '0032-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129836, 1156, '0032-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129837, 1156, '0033-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129838, 1156, '0033-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129839, 1156, '0033-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129840, 1156, '0033-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129841, 1156, '0033-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129842, 1156, '0033-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129843, 1156, '0033-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129844, 1156, '0033-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129845, 1156, '0033-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129846, 1156, '0033-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129847, 1156, '0033-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129848, 1156, '0033-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129849, 1156, '0034-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129850, 1156, '0034-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129851, 1156, '0034-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129852, 1156, '0034-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129853, 1156, '0034-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129854, 1156, '0034-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129855, 1156, '0034-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129856, 1156, '0034-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129857, 1156, '0034-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129858, 1156, '0034-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129859, 1156, '0034-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129860, 1156, '0034-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129861, 1156, '0035-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129862, 1156, '0035-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129863, 1156, '0035-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129864, 1156, '0035-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129865, 1156, '0035-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129866, 1156, '0035-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129867, 1156, '0035-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129868, 1156, '0035-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129869, 1156, '0035-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129870, 1156, '0035-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129871, 1156, '0035-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129872, 1156, '0035-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129873, 1156, '0036-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129874, 1156, '0036-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129875, 1156, '0036-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129876, 1156, '0036-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129877, 1156, '0036-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129878, 1156, '0036-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129879, 1156, '0036-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129880, 1156, '0036-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129881, 1156, '0036-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129882, 1156, '0036-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129883, 1156, '0036-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129884, 1156, '0036-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129885, 1156, '0037-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129886, 1156, '0037-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129887, 1156, '0037-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129888, 1156, '0037-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129889, 1156, '0037-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129890, 1156, '0037-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129891, 1156, '0037-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129892, 1156, '0037-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129893, 1156, '0037-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129894, 1156, '0037-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129895, 1156, '0037-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129896, 1156, '0037-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129897, 1156, '0038-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129898, 1156, '0038-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129899, 1156, '0038-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129900, 1156, '0038-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129901, 1156, '0038-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129902, 1156, '0038-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129903, 1156, '0038-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129904, 1156, '0038-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129905, 1156, '0038-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129906, 1156, '0038-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129907, 1156, '0038-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129908, 1156, '0038-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129909, 1156, '0039-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129910, 1156, '0039-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129911, 1156, '0039-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129912, 1156, '0039-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129913, 1156, '0039-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129914, 1156, '0039-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129915, 1156, '0039-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129916, 1156, '0039-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129917, 1156, '0039-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129918, 1156, '0039-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129919, 1156, '0039-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129920, 1156, '0039-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129921, 1156, '0040-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129922, 1156, '0040-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129923, 1156, '0040-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129924, 1156, '0040-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129925, 1156, '0040-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129926, 1156, '0040-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129927, 1156, '0040-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129928, 1156, '0040-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129929, 1156, '0040-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129930, 1156, '0040-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129931, 1156, '0040-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129932, 1156, '0040-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129933, 1156, '0041-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129934, 1156, '0041-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129935, 1156, '0041-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129936, 1156, '0041-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129937, 1156, '0041-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129938, 1156, '0041-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129939, 1156, '0041-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129940, 1156, '0041-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129941, 1156, '0041-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129942, 1156, '0041-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129943, 1156, '0041-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129944, 1156, '0041-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129945, 1156, '0042-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129946, 1156, '0042-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129947, 1156, '0042-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129948, 1156, '0042-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129949, 1156, '0042-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129950, 1156, '0042-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129951, 1156, '0042-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129952, 1156, '0042-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129953, 1156, '0042-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129954, 1156, '0042-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129955, 1156, '0042-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129956, 1156, '0042-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129957, 1156, '0043-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129958, 1156, '0043-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129959, 1156, '0043-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129960, 1156, '0043-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129961, 1156, '0043-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129962, 1156, '0043-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129963, 1156, '0043-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129964, 1156, '0043-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129965, 1156, '0043-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129966, 1156, '0043-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129967, 1156, '0043-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129968, 1156, '0043-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129969, 1156, '0044-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129970, 1156, '0044-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129971, 1156, '0044-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129972, 1156, '0044-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129973, 1156, '0044-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129974, 1156, '0044-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129975, 1156, '0044-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129976, 1156, '0044-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129977, 1156, '0044-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129978, 1156, '0044-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129979, 1156, '0044-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129980, 1156, '0044-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129981, 1156, '0045-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129982, 1156, '0045-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129983, 1156, '0045-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129984, 1156, '0045-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129985, 1156, '0045-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129986, 1156, '0045-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129987, 1156, '0045-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129988, 1156, '0045-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129989, 1156, '0045-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129990, 1156, '0045-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129991, 1156, '0045-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129992, 1156, '0045-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129993, 1156, '0046-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129994, 1156, '0046-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129995, 1156, '0046-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129996, 1156, '0046-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129997, 1156, '0046-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129998, 1156, '0046-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(129999, 1156, '0046-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(130000, 1156, '0046-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(130001, 1156, '0046-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(130002, 1156, '0046-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(130003, 1156, '0046-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(130004, 1156, '0046-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(130005, 1156, '0047-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(130006, 1156, '0047-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(130007, 1156, '0047-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(130008, 1156, '0047-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(130009, 1156, '0047-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(130010, 1156, '0047-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(130011, 1156, '0047-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(130012, 1156, '0047-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(130013, 1156, '0047-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(130014, 1156, '0047-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(130015, 1156, '0047-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(130016, 1156, '0047-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(130017, 1156, '0048-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(130018, 1156, '0048-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(130019, 1156, '0048-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(130020, 1156, '0048-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(130021, 1156, '0048-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(130022, 1156, '0048-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(130023, 1156, '0048-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(130024, 1156, '0048-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(130025, 1156, '0048-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(130026, 1156, '0048-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(130027, 1156, '0048-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(130028, 1156, '0048-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(130029, 1156, '0049-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(130030, 1156, '0049-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(130031, 1156, '0049-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(130032, 1156, '0049-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(130033, 1156, '0049-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(130034, 1156, '0049-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(130035, 1156, '0049-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(130036, 1156, '0049-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(130037, 1156, '0049-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(130038, 1156, '0049-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(130039, 1156, '0049-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(130040, 1156, '0049-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(130041, 1156, '0050-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(130042, 1156, '0050-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(130043, 1156, '0050-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(130044, 1156, '0050-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(130045, 1156, '0050-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(130046, 1156, '0050-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(130047, 1156, '0050-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(130048, 1156, '0050-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(130049, 1156, '0050-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(130050, 1156, '0050-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(130051, 1156, '0050-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(130052, 1156, '0050-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(130053, 1156, '0051-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(130054, 1156, '0051-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(130055, 1156, '0051-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(130056, 1156, '0051-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(130057, 1156, '0051-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(130058, 1156, '0051-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(130059, 1156, '0051-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(130060, 1156, '0051-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(130061, 1156, '0051-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(130062, 1156, '0051-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(130063, 1156, '0051-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(130064, 1156, '0051-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(130065, 1156, '0052-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(130066, 1156, '0052-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(130067, 1156, '0052-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(130068, 1156, '0052-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:44', '2023-09-12 17:46:44'),
(130069, 1156, '0052-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130070, 1156, '0052-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130071, 1156, '0052-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130072, 1156, '0052-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130073, 1156, '0052-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130074, 1156, '0052-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130075, 1156, '0052-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130076, 1156, '0052-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130077, 1156, '0053-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130078, 1156, '0053-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130079, 1156, '0053-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130080, 1156, '0053-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130081, 1156, '0053-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130082, 1156, '0053-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130083, 1156, '0053-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130084, 1156, '0053-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130085, 1156, '0053-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130086, 1156, '0053-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130087, 1156, '0053-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130088, 1156, '0053-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130089, 1156, '0054-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130090, 1156, '0054-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130091, 1156, '0054-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130092, 1156, '0054-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130093, 1156, '0054-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130094, 1156, '0054-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130095, 1156, '0054-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130096, 1156, '0054-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130097, 1156, '0054-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130098, 1156, '0054-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130099, 1156, '0054-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130100, 1156, '0054-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130101, 1156, '0055-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130102, 1156, '0055-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130103, 1156, '0055-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130104, 1156, '0055-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130105, 1156, '0055-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130106, 1156, '0055-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130107, 1156, '0055-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130108, 1156, '0055-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130109, 1156, '0055-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130110, 1156, '0055-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130111, 1156, '0055-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130112, 1156, '0055-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130113, 1156, '0056-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130114, 1156, '0056-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130115, 1156, '0056-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130116, 1156, '0056-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130117, 1156, '0056-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130118, 1156, '0056-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130119, 1156, '0056-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130120, 1156, '0056-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130121, 1156, '0056-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130122, 1156, '0056-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130123, 1156, '0056-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130124, 1156, '0056-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130125, 1156, '0057-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130126, 1156, '0057-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130127, 1156, '0057-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130128, 1156, '0057-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130129, 1156, '0057-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130130, 1156, '0057-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130131, 1156, '0057-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130132, 1156, '0057-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130133, 1156, '0057-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130134, 1156, '0057-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130135, 1156, '0057-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130136, 1156, '0057-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130137, 1156, '0058-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130138, 1156, '0058-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130139, 1156, '0058-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130140, 1156, '0058-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130141, 1156, '0058-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130142, 1156, '0058-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130143, 1156, '0058-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130144, 1156, '0058-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130145, 1156, '0058-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130146, 1156, '0058-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130147, 1156, '0058-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130148, 1156, '0058-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130149, 1156, '0059-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130150, 1156, '0059-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130151, 1156, '0059-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130152, 1156, '0059-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130153, 1156, '0059-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130154, 1156, '0059-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130155, 1156, '0059-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130156, 1156, '0059-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130157, 1156, '0059-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130158, 1156, '0059-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130159, 1156, '0059-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130160, 1156, '0059-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130161, 1156, '0060-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130162, 1156, '0060-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130163, 1156, '0060-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130164, 1156, '0060-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130165, 1156, '0060-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130166, 1156, '0060-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130167, 1156, '0060-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130168, 1156, '0060-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130169, 1156, '0060-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130170, 1156, '0060-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130171, 1156, '0060-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130172, 1156, '0060-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130173, 1156, '0061-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130174, 1156, '0061-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130175, 1156, '0061-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130176, 1156, '0061-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130177, 1156, '0061-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130178, 1156, '0061-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130179, 1156, '0061-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130180, 1156, '0061-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130181, 1156, '0061-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130182, 1156, '0061-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130183, 1156, '0061-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130184, 1156, '0061-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130185, 1156, '0062-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130186, 1156, '0062-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130187, 1156, '0062-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130188, 1156, '0062-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130189, 1156, '0062-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130190, 1156, '0062-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130191, 1156, '0062-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130192, 1156, '0062-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130193, 1156, '0062-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130194, 1156, '0062-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130195, 1156, '0062-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130196, 1156, '0062-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130197, 1156, '0063-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(130198, 1156, '0063-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130199, 1156, '0063-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130200, 1156, '0063-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130201, 1156, '0063-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130202, 1156, '0063-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130203, 1156, '0063-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130204, 1156, '0063-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130205, 1156, '0063-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130206, 1156, '0063-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130207, 1156, '0063-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130208, 1156, '0063-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130209, 1156, '0064-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130210, 1156, '0064-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130211, 1156, '0064-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130212, 1156, '0064-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130213, 1156, '0064-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130214, 1156, '0064-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130215, 1156, '0064-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130216, 1156, '0064-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130217, 1156, '0064-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130218, 1156, '0064-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130219, 1156, '0064-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130220, 1156, '0064-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130221, 1156, '0065-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130222, 1156, '0065-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130223, 1156, '0065-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130224, 1156, '0065-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130225, 1156, '0065-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130226, 1156, '0065-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130227, 1156, '0065-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130228, 1156, '0065-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130229, 1156, '0065-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130230, 1156, '0065-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130231, 1156, '0065-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130232, 1156, '0065-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130233, 1156, '0066-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130234, 1156, '0066-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130235, 1156, '0066-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130236, 1156, '0066-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130237, 1156, '0066-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130238, 1156, '0066-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130239, 1156, '0066-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130240, 1156, '0066-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130241, 1156, '0066-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130242, 1156, '0066-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130243, 1156, '0066-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130244, 1156, '0066-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130245, 1156, '0067-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130246, 1156, '0067-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130247, 1156, '0067-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130248, 1156, '0067-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130249, 1156, '0067-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130250, 1156, '0067-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130251, 1156, '0067-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130252, 1156, '0067-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130253, 1156, '0067-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130254, 1156, '0067-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130255, 1156, '0067-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130256, 1156, '0067-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130257, 1156, '0068-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130258, 1156, '0068-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130259, 1156, '0068-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130260, 1156, '0068-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130261, 1156, '0068-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130262, 1156, '0068-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130263, 1156, '0068-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130264, 1156, '0068-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130265, 1156, '0068-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130266, 1156, '0068-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130267, 1156, '0068-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130268, 1156, '0068-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130269, 1156, '0069-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130270, 1156, '0069-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130271, 1156, '0069-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130272, 1156, '0069-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130273, 1156, '0069-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130274, 1156, '0069-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130275, 1156, '0069-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130276, 1156, '0069-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130277, 1156, '0069-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130278, 1156, '0069-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130279, 1156, '0069-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130280, 1156, '0069-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130281, 1156, '0070-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130282, 1156, '0070-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130283, 1156, '0070-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130284, 1156, '0070-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130285, 1156, '0070-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130286, 1156, '0070-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130287, 1156, '0070-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130288, 1156, '0070-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130289, 1156, '0070-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130290, 1156, '0070-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130291, 1156, '0070-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130292, 1156, '0070-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130293, 1156, '0071-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130294, 1156, '0071-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130295, 1156, '0071-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130296, 1156, '0071-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130297, 1156, '0071-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130298, 1156, '0071-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130299, 1156, '0071-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130300, 1156, '0071-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130301, 1156, '0071-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130302, 1156, '0071-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130303, 1156, '0071-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130304, 1156, '0071-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130305, 1156, '0072-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130306, 1156, '0072-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130307, 1156, '0072-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130308, 1156, '0072-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130309, 1156, '0072-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130310, 1156, '0072-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130311, 1156, '0072-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130312, 1156, '0072-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130313, 1156, '0072-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130314, 1156, '0072-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130315, 1156, '0072-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130316, 1156, '0072-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130317, 1156, '0073-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130318, 1156, '0073-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130319, 1156, '0073-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130320, 1156, '0073-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130321, 1156, '0073-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130322, 1156, '0073-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130323, 1156, '0073-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130324, 1156, '0073-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130325, 1156, '0073-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130326, 1156, '0073-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130327, 1156, '0073-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130328, 1156, '0073-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130329, 1156, '0074-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130330, 1156, '0074-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130331, 1156, '0074-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130332, 1156, '0074-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130333, 1156, '0074-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130334, 1156, '0074-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130335, 1156, '0074-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130336, 1156, '0074-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130337, 1156, '0074-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130338, 1156, '0074-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130339, 1156, '0074-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130340, 1156, '0074-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130341, 1156, '0075-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130342, 1156, '0075-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130343, 1156, '0075-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130344, 1156, '0075-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130345, 1156, '0075-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130346, 1156, '0075-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130347, 1156, '0075-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130348, 1156, '0075-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130349, 1156, '0075-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130350, 1156, '0075-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130351, 1156, '0075-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130352, 1156, '0075-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130353, 1156, '0076-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130354, 1156, '0076-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130355, 1156, '0076-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130356, 1156, '0076-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130357, 1156, '0076-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130358, 1156, '0076-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130359, 1156, '0076-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130360, 1156, '0076-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130361, 1156, '0076-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130362, 1156, '0076-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130363, 1156, '0076-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130364, 1156, '0076-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130365, 1156, '0077-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130366, 1156, '0077-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130367, 1156, '0077-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130368, 1156, '0077-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130369, 1156, '0077-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130370, 1156, '0077-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130371, 1156, '0077-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130372, 1156, '0077-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130373, 1156, '0077-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130374, 1156, '0077-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130375, 1156, '0077-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130376, 1156, '0077-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130377, 1156, '0078-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130378, 1156, '0078-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130379, 1156, '0078-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130380, 1156, '0078-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130381, 1156, '0078-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130382, 1156, '0078-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130383, 1156, '0078-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130384, 1156, '0078-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130385, 1156, '0078-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130386, 1156, '0078-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130387, 1156, '0078-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130388, 1156, '0078-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130389, 1156, '0079-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130390, 1156, '0079-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130391, 1156, '0079-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130392, 1156, '0079-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130393, 1156, '0079-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130394, 1156, '0079-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130395, 1156, '0079-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130396, 1156, '0079-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130397, 1156, '0079-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130398, 1156, '0079-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130399, 1156, '0079-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130400, 1156, '0079-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130401, 1156, '0080-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130402, 1156, '0080-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130403, 1156, '0080-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130404, 1156, '0080-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130405, 1156, '0080-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130406, 1156, '0080-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130407, 1156, '0080-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130408, 1156, '0080-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130409, 1156, '0080-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130410, 1156, '0080-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130411, 1156, '0080-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130412, 1156, '0080-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130413, 1156, '0081-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130414, 1156, '0081-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130415, 1156, '0081-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130416, 1156, '0081-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130417, 1156, '0081-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130418, 1156, '0081-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130419, 1156, '0081-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130420, 1156, '0081-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130421, 1156, '0081-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130422, 1156, '0081-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130423, 1156, '0081-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130424, 1156, '0081-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130425, 1156, '0082-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130426, 1156, '0082-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130427, 1156, '0082-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130428, 1156, '0082-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130429, 1156, '0082-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130430, 1156, '0082-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130431, 1156, '0082-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:45', '2023-09-12 17:46:45'),
(130432, 1156, '0082-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130433, 1156, '0082-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130434, 1156, '0082-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130435, 1156, '0082-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130436, 1156, '0082-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130437, 1156, '0083-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130438, 1156, '0083-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130439, 1156, '0083-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130440, 1156, '0083-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130441, 1156, '0083-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130442, 1156, '0083-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130443, 1156, '0083-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130444, 1156, '0083-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130445, 1156, '0083-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130446, 1156, '0083-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130447, 1156, '0083-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130448, 1156, '0083-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130449, 1156, '0084-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130450, 1156, '0084-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130451, 1156, '0084-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130452, 1156, '0084-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130453, 1156, '0084-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130454, 1156, '0084-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130455, 1156, '0084-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130456, 1156, '0084-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130457, 1156, '0084-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130458, 1156, '0084-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130459, 1156, '0084-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130460, 1156, '0084-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130461, 1156, '0085-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130462, 1156, '0085-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130463, 1156, '0085-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130464, 1156, '0085-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130465, 1156, '0085-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130466, 1156, '0085-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130467, 1156, '0085-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130468, 1156, '0085-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130469, 1156, '0085-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130470, 1156, '0085-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130471, 1156, '0085-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130472, 1156, '0085-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130473, 1156, '0086-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130474, 1156, '0086-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130475, 1156, '0086-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130476, 1156, '0086-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130477, 1156, '0086-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130478, 1156, '0086-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130479, 1156, '0086-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130480, 1156, '0086-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130481, 1156, '0086-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130482, 1156, '0086-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130483, 1156, '0086-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130484, 1156, '0086-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130485, 1156, '0087-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130486, 1156, '0087-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130487, 1156, '0087-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130488, 1156, '0087-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130489, 1156, '0087-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130490, 1156, '0087-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130491, 1156, '0087-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130492, 1156, '0087-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130493, 1156, '0087-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130494, 1156, '0087-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130495, 1156, '0087-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130496, 1156, '0087-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130497, 1156, '0088-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130498, 1156, '0088-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130499, 1156, '0088-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130500, 1156, '0088-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130501, 1156, '0088-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130502, 1156, '0088-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130503, 1156, '0088-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130504, 1156, '0088-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130505, 1156, '0088-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130506, 1156, '0088-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130507, 1156, '0088-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130508, 1156, '0088-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130509, 1156, '0089-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130510, 1156, '0089-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130511, 1156, '0089-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130512, 1156, '0089-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130513, 1156, '0089-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130514, 1156, '0089-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130515, 1156, '0089-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130516, 1156, '0089-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130517, 1156, '0089-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130518, 1156, '0089-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130519, 1156, '0089-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130520, 1156, '0089-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130521, 1156, '0090-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130522, 1156, '0090-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130523, 1156, '0090-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130524, 1156, '0090-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130525, 1156, '0090-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130526, 1156, '0090-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130527, 1156, '0090-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130528, 1156, '0090-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130529, 1156, '0090-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130530, 1156, '0090-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130531, 1156, '0090-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130532, 1156, '0090-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130533, 1156, '0091-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130534, 1156, '0091-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130535, 1156, '0091-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130536, 1156, '0091-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130537, 1156, '0091-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130538, 1156, '0091-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130539, 1156, '0091-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130540, 1156, '0091-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130541, 1156, '0091-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130542, 1156, '0091-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130543, 1156, '0091-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130544, 1156, '0091-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130545, 1156, '0092-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130546, 1156, '0092-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130547, 1156, '0092-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130548, 1156, '0092-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130549, 1156, '0092-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130550, 1156, '0092-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130551, 1156, '0092-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130552, 1156, '0092-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130553, 1156, '0092-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130554, 1156, '0092-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130555, 1156, '0092-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130556, 1156, '0092-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130557, 1156, '0093-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130558, 1156, '0093-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130559, 1156, '0093-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130560, 1156, '0093-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130561, 1156, '0093-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130562, 1156, '0093-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130563, 1156, '0093-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130564, 1156, '0093-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130565, 1156, '0093-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130566, 1156, '0093-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130567, 1156, '0093-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130568, 1156, '0093-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130569, 1156, '0094-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130570, 1156, '0094-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130571, 1156, '0094-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130572, 1156, '0094-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130573, 1156, '0094-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130574, 1156, '0094-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130575, 1156, '0094-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130576, 1156, '0094-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130577, 1156, '0094-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130578, 1156, '0094-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130579, 1156, '0094-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130580, 1156, '0094-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130581, 1156, '0095-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130582, 1156, '0095-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130583, 1156, '0095-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130584, 1156, '0095-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130585, 1156, '0095-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130586, 1156, '0095-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130587, 1156, '0095-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130588, 1156, '0095-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130589, 1156, '0095-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130590, 1156, '0095-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130591, 1156, '0095-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130592, 1156, '0095-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130593, 1156, '0096-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130594, 1156, '0096-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130595, 1156, '0096-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130596, 1156, '0096-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130597, 1156, '0096-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130598, 1156, '0096-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130599, 1156, '0096-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130600, 1156, '0096-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130601, 1156, '0096-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130602, 1156, '0096-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130603, 1156, '0096-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130604, 1156, '0096-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130605, 1156, '0097-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130606, 1156, '0097-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130607, 1156, '0097-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130608, 1156, '0097-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130609, 1156, '0097-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130610, 1156, '0097-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130611, 1156, '0097-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130612, 1156, '0097-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130613, 1156, '0097-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130614, 1156, '0097-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130615, 1156, '0097-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130616, 1156, '0097-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130617, 1156, '0098-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130618, 1156, '0098-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130619, 1156, '0098-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130620, 1156, '0098-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130621, 1156, '0098-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130622, 1156, '0098-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130623, 1156, '0098-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130624, 1156, '0098-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130625, 1156, '0098-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130626, 1156, '0098-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130627, 1156, '0098-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130628, 1156, '0098-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130629, 1156, '0099-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130630, 1156, '0099-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130631, 1156, '0099-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130632, 1156, '0099-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130633, 1156, '0099-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130634, 1156, '0099-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130635, 1156, '0099-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130636, 1156, '0099-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130637, 1156, '0099-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130638, 1156, '0099-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130639, 1156, '0099-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130640, 1156, '0099-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130641, 1156, '0100-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130642, 1156, '0100-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130643, 1156, '0100-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130644, 1156, '0100-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130645, 1156, '0100-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130646, 1156, '0100-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130647, 1156, '0100-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130648, 1156, '0100-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130649, 1156, '0100-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130650, 1156, '0100-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130651, 1156, '0100-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130652, 1156, '0100-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130653, 1156, '0101-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(130654, 1156, '0101-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130655, 1156, '0101-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130656, 1156, '0101-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130657, 1156, '0101-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130658, 1156, '0101-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130659, 1156, '0101-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130660, 1156, '0101-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130661, 1156, '0101-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130662, 1156, '0101-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130663, 1156, '0101-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130664, 1156, '0101-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130665, 1156, '0102-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130666, 1156, '0102-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130667, 1156, '0102-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130668, 1156, '0102-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130669, 1156, '0102-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130670, 1156, '0102-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130671, 1156, '0102-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130672, 1156, '0102-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130673, 1156, '0102-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130674, 1156, '0102-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130675, 1156, '0102-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130676, 1156, '0102-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130677, 1156, '0103-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130678, 1156, '0103-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130679, 1156, '0103-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130680, 1156, '0103-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130681, 1156, '0103-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130682, 1156, '0103-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130683, 1156, '0103-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130684, 1156, '0103-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130685, 1156, '0103-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130686, 1156, '0103-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130687, 1156, '0103-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130688, 1156, '0103-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130689, 1156, '0104-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130690, 1156, '0104-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130691, 1156, '0104-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130692, 1156, '0104-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130693, 1156, '0104-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130694, 1156, '0104-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130695, 1156, '0104-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130696, 1156, '0104-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130697, 1156, '0104-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130698, 1156, '0104-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130699, 1156, '0104-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130700, 1156, '0104-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130701, 1156, '0105-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130702, 1156, '0105-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130703, 1156, '0105-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130704, 1156, '0105-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130705, 1156, '0105-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130706, 1156, '0105-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130707, 1156, '0105-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130708, 1156, '0105-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130709, 1156, '0105-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130710, 1156, '0105-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130711, 1156, '0105-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130712, 1156, '0105-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130713, 1156, '0106-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130714, 1156, '0106-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130715, 1156, '0106-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130716, 1156, '0106-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130717, 1156, '0106-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130718, 1156, '0106-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130719, 1156, '0106-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130720, 1156, '0106-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130721, 1156, '0106-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130722, 1156, '0106-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130723, 1156, '0106-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130724, 1156, '0106-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130725, 1156, '0107-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130726, 1156, '0107-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130727, 1156, '0107-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130728, 1156, '0107-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130729, 1156, '0107-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130730, 1156, '0107-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130731, 1156, '0107-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130732, 1156, '0107-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130733, 1156, '0107-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130734, 1156, '0107-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130735, 1156, '0107-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130736, 1156, '0107-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130737, 1156, '0108-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130738, 1156, '0108-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130739, 1156, '0108-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130740, 1156, '0108-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130741, 1156, '0108-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130742, 1156, '0108-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130743, 1156, '0108-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130744, 1156, '0108-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130745, 1156, '0108-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130746, 1156, '0108-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130747, 1156, '0108-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130748, 1156, '0108-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130749, 1156, '0109-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130750, 1156, '0109-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130751, 1156, '0109-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130752, 1156, '0109-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130753, 1156, '0109-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130754, 1156, '0109-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130755, 1156, '0109-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130756, 1156, '0109-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130757, 1156, '0109-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130758, 1156, '0109-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130759, 1156, '0109-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130760, 1156, '0109-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130761, 1156, '0110-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130762, 1156, '0110-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130763, 1156, '0110-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:46', '2023-09-12 17:46:46'),
(130764, 1156, '0110-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(130765, 1156, '0110-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(130766, 1156, '0110-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(130767, 1156, '0110-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(130768, 1156, '0110-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(130769, 1156, '0110-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(130770, 1156, '0110-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(130771, 1156, '0110-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(130772, 1156, '0110-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(130773, 1156, '0111-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(130774, 1156, '0111-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(130775, 1156, '0111-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(130776, 1156, '0111-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(130777, 1156, '0111-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(130778, 1156, '0111-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(130779, 1156, '0111-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(130780, 1156, '0111-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(130781, 1156, '0111-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(130782, 1156, '0111-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(130783, 1156, '0111-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(130784, 1156, '0111-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(130785, 1156, '0112-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(130786, 1156, '0112-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(130787, 1156, '0112-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(130788, 1156, '0112-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(130789, 1156, '0112-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(130790, 1156, '0112-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(130791, 1156, '0112-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(130792, 1156, '0112-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(130793, 1156, '0112-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(130794, 1156, '0112-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(130795, 1156, '0112-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(130796, 1156, '0112-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(130797, 1156, '0113-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(130798, 1156, '0113-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(130799, 1156, '0113-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(130800, 1156, '0113-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(130801, 1156, '0113-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(130802, 1156, '0113-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(130803, 1156, '0113-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(130804, 1156, '0113-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(130805, 1156, '0113-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(130806, 1156, '0113-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(130807, 1156, '0113-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(130808, 1156, '0113-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(130809, 1156, '0114-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(130810, 1156, '0114-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(130811, 1156, '0114-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(130812, 1156, '0114-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(130813, 1156, '0114-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(130814, 1156, '0114-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(130815, 1156, '0114-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(130816, 1156, '0114-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(130817, 1156, '0114-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(130818, 1156, '0114-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(130819, 1156, '0114-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(130820, 1156, '0114-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(130821, 1156, '0115-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(130822, 1156, '0115-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(130823, 1156, '0115-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(130824, 1156, '0115-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(130825, 1156, '0115-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(130826, 1156, '0115-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(130827, 1156, '0115-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(130828, 1156, '0115-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(130829, 1156, '0115-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(130830, 1156, '0115-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(130831, 1156, '0115-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(130832, 1156, '0115-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(130833, 1156, '0116-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(130834, 1156, '0116-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(130835, 1156, '0116-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(130836, 1156, '0116-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(130837, 1156, '0116-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(130838, 1156, '0116-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(130839, 1156, '0116-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(130840, 1156, '0116-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(130841, 1156, '0116-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(130842, 1156, '0116-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(130843, 1156, '0116-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(130844, 1156, '0116-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(130845, 1156, '0117-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(130846, 1156, '0117-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(130847, 1156, '0117-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(130848, 1156, '0117-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(130849, 1156, '0117-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(130850, 1156, '0117-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(130851, 1156, '0117-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(130852, 1156, '0117-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(130853, 1156, '0117-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(130854, 1156, '0117-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(130855, 1156, '0117-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(130856, 1156, '0117-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(130857, 1156, '0118-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(130858, 1156, '0118-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(130859, 1156, '0118-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(130860, 1156, '0118-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(130861, 1156, '0118-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(130862, 1156, '0118-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(130863, 1156, '0118-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(130864, 1156, '0118-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(130865, 1156, '0118-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(130866, 1156, '0118-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(130867, 1156, '0118-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(130868, 1156, '0118-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(130869, 1156, '0119-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(130870, 1156, '0119-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(130871, 1156, '0119-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(130872, 1156, '0119-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(130873, 1156, '0119-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(130874, 1156, '0119-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(130875, 1156, '0119-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(130876, 1156, '0119-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(130877, 1156, '0119-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(130878, 1156, '0119-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(130879, 1156, '0119-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(130880, 1156, '0119-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(130881, 1156, '0120-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(130882, 1156, '0120-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(130883, 1156, '0120-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(130884, 1156, '0120-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(130885, 1156, '0120-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(130886, 1156, '0120-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(130887, 1156, '0120-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(130888, 1156, '0120-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(130889, 1156, '0120-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(130890, 1156, '0120-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(130891, 1156, '0120-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(130892, 1156, '0120-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(130893, 1156, '0121-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(130894, 1156, '0121-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(130895, 1156, '0121-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(130896, 1156, '0121-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(130897, 1156, '0121-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(130898, 1156, '0121-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(130899, 1156, '0121-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(130900, 1156, '0121-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(130901, 1156, '0121-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(130902, 1156, '0121-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(130903, 1156, '0121-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(130904, 1156, '0121-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(130905, 1156, '0122-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(130906, 1156, '0122-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(130907, 1156, '0122-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(130908, 1156, '0122-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(130909, 1156, '0122-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(130910, 1156, '0122-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(130911, 1156, '0122-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(130912, 1156, '0122-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(130913, 1156, '0122-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(130914, 1156, '0122-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(130915, 1156, '0122-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(130916, 1156, '0122-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(130917, 1156, '0123-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(130918, 1156, '0123-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(130919, 1156, '0123-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(130920, 1156, '0123-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(130921, 1156, '0123-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(130922, 1156, '0123-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(130923, 1156, '0123-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(130924, 1156, '0123-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(130925, 1156, '0123-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(130926, 1156, '0123-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(130927, 1156, '0123-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(130928, 1156, '0123-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(130929, 1156, '0124-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(130930, 1156, '0124-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(130931, 1156, '0124-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(130932, 1156, '0124-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(130933, 1156, '0124-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(130934, 1156, '0124-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(130935, 1156, '0124-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(130936, 1156, '0124-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(130937, 1156, '0124-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(130938, 1156, '0124-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(130939, 1156, '0124-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(130940, 1156, '0124-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(130941, 1156, '0125-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(130942, 1156, '0125-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(130943, 1156, '0125-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(130944, 1156, '0125-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(130945, 1156, '0125-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(130946, 1156, '0125-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(130947, 1156, '0125-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(130948, 1156, '0125-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(130949, 1156, '0125-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(130950, 1156, '0125-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(130951, 1156, '0125-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(130952, 1156, '0125-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(130953, 1156, '0126-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(130954, 1156, '0126-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(130955, 1156, '0126-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(130956, 1156, '0126-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(130957, 1156, '0126-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(130958, 1156, '0126-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(130959, 1156, '0126-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(130960, 1156, '0126-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(130961, 1156, '0126-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(130962, 1156, '0126-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(130963, 1156, '0126-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(130964, 1156, '0126-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(130965, 1156, '0127-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(130966, 1156, '0127-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(130967, 1156, '0127-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(130968, 1156, '0127-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(130969, 1156, '0127-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(130970, 1156, '0127-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(130971, 1156, '0127-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(130972, 1156, '0127-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(130973, 1156, '0127-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(130974, 1156, '0127-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(130975, 1156, '0127-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(130976, 1156, '0127-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(130977, 1156, '0128-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(130978, 1156, '0128-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(130979, 1156, '0128-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(130980, 1156, '0128-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(130981, 1156, '0128-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(130982, 1156, '0128-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(130983, 1156, '0128-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(130984, 1156, '0128-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(130985, 1156, '0128-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(130986, 1156, '0128-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(130987, 1156, '0128-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(130988, 1156, '0128-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(130989, 1156, '0129-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(130990, 1156, '0129-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(130991, 1156, '0129-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(130992, 1156, '0129-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(130993, 1156, '0129-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(130994, 1156, '0129-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(130995, 1156, '0129-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(130996, 1156, '0129-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(130997, 1156, '0129-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(130998, 1156, '0129-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(130999, 1156, '0129-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(131000, 1156, '0129-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(131001, 1156, '0130-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(131002, 1156, '0130-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(131003, 1156, '0130-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(131004, 1156, '0130-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(131005, 1156, '0130-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(131006, 1156, '0130-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(131007, 1156, '0130-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(131008, 1156, '0130-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(131009, 1156, '0130-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(131010, 1156, '0130-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(131011, 1156, '0130-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(131012, 1156, '0130-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(131013, 1156, '0131-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(131014, 1156, '0131-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(131015, 1156, '0131-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(131016, 1156, '0131-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(131017, 1156, '0131-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(131018, 1156, '0131-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(131019, 1156, '0131-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(131020, 1156, '0131-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(131021, 1156, '0131-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(131022, 1156, '0131-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(131023, 1156, '0131-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(131024, 1156, '0131-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(131025, 1156, '0132-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(131026, 1156, '0132-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(131027, 1156, '0132-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(131028, 1156, '0132-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(131029, 1156, '0132-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(131030, 1156, '0132-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(131031, 1156, '0132-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(131032, 1156, '0132-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(131033, 1156, '0132-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(131034, 1156, '0132-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(131035, 1156, '0132-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(131036, 1156, '0132-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(131037, 1156, '0133-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(131038, 1156, '0133-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(131039, 1156, '0133-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(131040, 1156, '0133-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(131041, 1156, '0133-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(131042, 1156, '0133-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(131043, 1156, '0133-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(131044, 1156, '0133-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(131045, 1156, '0133-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(131046, 1156, '0133-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(131047, 1156, '0133-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(131048, 1156, '0133-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(131049, 1156, '0134-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(131050, 1156, '0134-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(131051, 1156, '0134-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(131052, 1156, '0134-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(131053, 1156, '0134-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(131054, 1156, '0134-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(131055, 1156, '0134-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(131056, 1156, '0134-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(131057, 1156, '0134-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(131058, 1156, '0134-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(131059, 1156, '0134-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(131060, 1156, '0134-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(131061, 1156, '0135-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(131062, 1156, '0135-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(131063, 1156, '0135-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(131064, 1156, '0135-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(131065, 1156, '0135-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(131066, 1156, '0135-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(131067, 1156, '0135-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(131068, 1156, '0135-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(131069, 1156, '0135-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(131070, 1156, '0135-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(131071, 1156, '0135-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(131072, 1156, '0135-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(131073, 1156, '0136-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(131074, 1156, '0136-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(131075, 1156, '0136-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(131076, 1156, '0136-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(131077, 1156, '0136-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(131078, 1156, '0136-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(131079, 1156, '0136-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(131080, 1156, '0136-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(131081, 1156, '0136-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(131082, 1156, '0136-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(131083, 1156, '0136-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(131084, 1156, '0136-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(131085, 1156, '0137-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(131086, 1156, '0137-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(131087, 1156, '0137-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(131088, 1156, '0137-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(131089, 1156, '0137-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(131090, 1156, '0137-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(131091, 1156, '0137-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(131092, 1156, '0137-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(131093, 1156, '0137-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(131094, 1156, '0137-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(131095, 1156, '0137-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(131096, 1156, '0137-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(131097, 1156, '0138-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(131098, 1156, '0138-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(131099, 1156, '0138-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(131100, 1156, '0138-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(131101, 1156, '0138-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(131102, 1156, '0138-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(131103, 1156, '0138-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(131104, 1156, '0138-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(131105, 1156, '0138-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(131106, 1156, '0138-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(131107, 1156, '0138-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(131108, 1156, '0138-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(131109, 1156, '0139-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(131110, 1156, '0139-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(131111, 1156, '0139-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(131112, 1156, '0139-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(131113, 1156, '0139-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(131114, 1156, '0139-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(131115, 1156, '0139-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(131116, 1156, '0139-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(131117, 1156, '0139-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(131118, 1156, '0139-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(131119, 1156, '0139-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(131120, 1156, '0139-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(131121, 1156, '0140-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(131122, 1156, '0140-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(131123, 1156, '0140-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(131124, 1156, '0140-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(131125, 1156, '0140-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(131126, 1156, '0140-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(131127, 1156, '0140-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(131128, 1156, '0140-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(131129, 1156, '0140-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(131130, 1156, '0140-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(131131, 1156, '0140-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(131132, 1156, '0140-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(131133, 1156, '0141-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(131134, 1156, '0141-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(131135, 1156, '0141-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(131136, 1156, '0141-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(131137, 1156, '0141-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(131138, 1156, '0141-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(131139, 1156, '0141-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(131140, 1156, '0141-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(131141, 1156, '0141-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(131142, 1156, '0141-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(131143, 1156, '0141-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(131144, 1156, '0141-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(131145, 1156, '0142-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(131146, 1156, '0142-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(131147, 1156, '0142-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(131148, 1156, '0142-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(131149, 1156, '0142-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(131150, 1156, '0142-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(131151, 1156, '0142-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:47', '2023-09-12 17:46:47'),
(131152, 1156, '0142-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131153, 1156, '0142-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131154, 1156, '0142-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131155, 1156, '0142-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131156, 1156, '0142-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131157, 1156, '0143-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131158, 1156, '0143-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131159, 1156, '0143-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131160, 1156, '0143-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131161, 1156, '0143-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131162, 1156, '0143-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131163, 1156, '0143-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131164, 1156, '0143-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131165, 1156, '0143-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131166, 1156, '0143-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131167, 1156, '0143-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131168, 1156, '0143-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131169, 1156, '0144-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131170, 1156, '0144-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131171, 1156, '0144-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131172, 1156, '0144-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131173, 1156, '0144-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131174, 1156, '0144-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131175, 1156, '0144-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131176, 1156, '0144-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131177, 1156, '0144-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131178, 1156, '0144-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131179, 1156, '0144-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131180, 1156, '0144-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131181, 1156, '0145-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131182, 1156, '0145-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131183, 1156, '0145-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131184, 1156, '0145-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131185, 1156, '0145-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131186, 1156, '0145-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131187, 1156, '0145-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131188, 1156, '0145-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131189, 1156, '0145-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131190, 1156, '0145-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131191, 1156, '0145-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131192, 1156, '0145-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131193, 1156, '0146-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131194, 1156, '0146-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131195, 1156, '0146-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131196, 1156, '0146-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131197, 1156, '0146-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131198, 1156, '0146-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131199, 1156, '0146-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131200, 1156, '0146-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131201, 1156, '0146-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131202, 1156, '0146-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131203, 1156, '0146-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131204, 1156, '0146-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131205, 1156, '0147-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131206, 1156, '0147-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131207, 1156, '0147-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131208, 1156, '0147-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131209, 1156, '0147-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131210, 1156, '0147-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131211, 1156, '0147-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131212, 1156, '0147-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131213, 1156, '0147-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131214, 1156, '0147-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131215, 1156, '0147-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131216, 1156, '0147-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131217, 1156, '0148-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131218, 1156, '0148-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131219, 1156, '0148-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131220, 1156, '0148-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131221, 1156, '0148-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131222, 1156, '0148-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131223, 1156, '0148-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131224, 1156, '0148-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131225, 1156, '0148-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131226, 1156, '0148-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131227, 1156, '0148-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131228, 1156, '0148-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131229, 1156, '0149-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131230, 1156, '0149-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131231, 1156, '0149-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131232, 1156, '0149-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131233, 1156, '0149-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131234, 1156, '0149-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131235, 1156, '0149-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131236, 1156, '0149-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131237, 1156, '0149-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131238, 1156, '0149-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131239, 1156, '0149-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131240, 1156, '0149-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131241, 1156, '0150-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131242, 1156, '0150-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131243, 1156, '0150-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131244, 1156, '0150-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131245, 1156, '0150-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131246, 1156, '0150-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131247, 1156, '0150-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131248, 1156, '0150-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131249, 1156, '0150-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131250, 1156, '0150-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131251, 1156, '0150-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131252, 1156, '0150-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131253, 1156, '0151-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131254, 1156, '0151-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131255, 1156, '0151-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131256, 1156, '0151-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131257, 1156, '0151-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131258, 1156, '0151-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131259, 1156, '0151-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131260, 1156, '0151-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131261, 1156, '0151-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131262, 1156, '0151-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131263, 1156, '0151-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131264, 1156, '0151-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131265, 1156, '0152-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131266, 1156, '0152-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131267, 1156, '0152-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131268, 1156, '0152-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131269, 1156, '0152-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131270, 1156, '0152-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131271, 1156, '0152-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131272, 1156, '0152-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131273, 1156, '0152-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131274, 1156, '0152-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131275, 1156, '0152-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131276, 1156, '0152-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131277, 1156, '0153-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131278, 1156, '0153-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131279, 1156, '0153-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131280, 1156, '0153-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131281, 1156, '0153-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131282, 1156, '0153-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131283, 1156, '0153-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131284, 1156, '0153-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131285, 1156, '0153-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131286, 1156, '0153-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131287, 1156, '0153-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131288, 1156, '0153-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131289, 1156, '0154-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131290, 1156, '0154-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131291, 1156, '0154-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131292, 1156, '0154-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131293, 1156, '0154-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131294, 1156, '0154-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131295, 1156, '0154-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131296, 1156, '0154-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131297, 1156, '0154-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131298, 1156, '0154-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131299, 1156, '0154-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131300, 1156, '0154-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131301, 1156, '0155-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131302, 1156, '0155-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131303, 1156, '0155-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131304, 1156, '0155-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131305, 1156, '0155-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131306, 1156, '0155-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131307, 1156, '0155-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131308, 1156, '0155-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131309, 1156, '0155-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131310, 1156, '0155-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131311, 1156, '0155-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131312, 1156, '0155-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131313, 1156, '0156-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131314, 1156, '0156-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131315, 1156, '0156-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131316, 1156, '0156-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131317, 1156, '0156-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131318, 1156, '0156-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131319, 1156, '0156-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131320, 1156, '0156-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131321, 1156, '0156-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131322, 1156, '0156-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131323, 1156, '0156-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131324, 1156, '0156-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131325, 1156, '0157-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131326, 1156, '0157-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131327, 1156, '0157-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131328, 1156, '0157-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131329, 1156, '0157-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131330, 1156, '0157-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131331, 1156, '0157-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131332, 1156, '0157-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131333, 1156, '0157-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131334, 1156, '0157-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131335, 1156, '0157-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131336, 1156, '0157-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131337, 1156, '0158-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131338, 1156, '0158-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131339, 1156, '0158-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131340, 1156, '0158-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131341, 1156, '0158-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131342, 1156, '0158-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131343, 1156, '0158-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131344, 1156, '0158-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131345, 1156, '0158-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131346, 1156, '0158-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131347, 1156, '0158-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131348, 1156, '0158-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131349, 1156, '0159-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131350, 1156, '0159-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131351, 1156, '0159-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131352, 1156, '0159-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131353, 1156, '0159-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131354, 1156, '0159-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131355, 1156, '0159-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131356, 1156, '0159-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131357, 1156, '0159-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131358, 1156, '0159-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131359, 1156, '0159-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131360, 1156, '0159-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131361, 1156, '0160-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131362, 1156, '0160-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131363, 1156, '0160-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131364, 1156, '0160-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131365, 1156, '0160-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131366, 1156, '0160-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131367, 1156, '0160-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131368, 1156, '0160-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131369, 1156, '0160-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131370, 1156, '0160-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131371, 1156, '0160-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131372, 1156, '0160-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131373, 1156, '0161-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131374, 1156, '0161-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131375, 1156, '0161-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131376, 1156, '0161-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131377, 1156, '0161-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131378, 1156, '0161-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131379, 1156, '0161-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131380, 1156, '0161-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131381, 1156, '0161-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131382, 1156, '0161-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131383, 1156, '0161-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131384, 1156, '0161-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131385, 1156, '0162-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131386, 1156, '0162-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131387, 1156, '0162-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131388, 1156, '0162-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131389, 1156, '0162-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131390, 1156, '0162-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131391, 1156, '0162-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131392, 1156, '0162-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131393, 1156, '0162-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131394, 1156, '0162-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131395, 1156, '0162-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131396, 1156, '0162-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131397, 1156, '0163-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131398, 1156, '0163-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131399, 1156, '0163-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131400, 1156, '0163-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131401, 1156, '0163-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131402, 1156, '0163-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131403, 1156, '0163-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131404, 1156, '0163-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131405, 1156, '0163-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131406, 1156, '0163-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131407, 1156, '0163-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131408, 1156, '0163-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131409, 1156, '0164-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131410, 1156, '0164-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131411, 1156, '0164-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131412, 1156, '0164-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131413, 1156, '0164-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131414, 1156, '0164-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131415, 1156, '0164-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131416, 1156, '0164-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131417, 1156, '0164-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131418, 1156, '0164-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131419, 1156, '0164-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131420, 1156, '0164-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131421, 1156, '0165-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131422, 1156, '0165-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131423, 1156, '0165-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131424, 1156, '0165-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131425, 1156, '0165-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131426, 1156, '0165-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131427, 1156, '0165-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131428, 1156, '0165-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131429, 1156, '0165-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131430, 1156, '0165-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131431, 1156, '0165-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131432, 1156, '0165-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131433, 1156, '0166-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131434, 1156, '0166-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131435, 1156, '0166-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131436, 1156, '0166-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131437, 1156, '0166-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131438, 1156, '0166-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131439, 1156, '0166-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131440, 1156, '0166-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131441, 1156, '0166-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131442, 1156, '0166-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131443, 1156, '0166-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131444, 1156, '0166-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131445, 1156, '0167-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131446, 1156, '0167-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131447, 1156, '0167-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131448, 1156, '0167-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131449, 1156, '0167-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131450, 1156, '0167-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131451, 1156, '0167-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131452, 1156, '0167-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131453, 1156, '0167-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131454, 1156, '0167-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131455, 1156, '0167-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131456, 1156, '0167-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131457, 1156, '0168-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131458, 1156, '0168-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131459, 1156, '0168-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131460, 1156, '0168-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131461, 1156, '0168-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131462, 1156, '0168-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131463, 1156, '0168-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131464, 1156, '0168-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131465, 1156, '0168-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131466, 1156, '0168-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131467, 1156, '0168-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131468, 1156, '0168-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131469, 1156, '0169-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131470, 1156, '0169-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131471, 1156, '0169-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131472, 1156, '0169-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131473, 1156, '0169-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131474, 1156, '0169-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131475, 1156, '0169-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131476, 1156, '0169-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131477, 1156, '0169-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131478, 1156, '0169-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131479, 1156, '0169-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131480, 1156, '0169-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131481, 1156, '0170-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131482, 1156, '0170-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131483, 1156, '0170-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131484, 1156, '0170-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131485, 1156, '0170-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131486, 1156, '0170-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131487, 1156, '0170-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131488, 1156, '0170-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131489, 1156, '0170-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131490, 1156, '0170-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131491, 1156, '0170-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131492, 1156, '0170-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131493, 1156, '0171-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131494, 1156, '0171-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131495, 1156, '0171-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131496, 1156, '0171-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131497, 1156, '0171-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131498, 1156, '0171-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131499, 1156, '0171-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131500, 1156, '0171-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131501, 1156, '0171-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131502, 1156, '0171-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131503, 1156, '0171-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131504, 1156, '0171-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131505, 1156, '0172-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131506, 1156, '0172-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131507, 1156, '0172-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131508, 1156, '0172-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131509, 1156, '0172-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131510, 1156, '0172-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131511, 1156, '0172-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131512, 1156, '0172-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131513, 1156, '0172-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131514, 1156, '0172-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131515, 1156, '0172-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131516, 1156, '0172-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131517, 1156, '0173-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131518, 1156, '0173-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131519, 1156, '0173-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131520, 1156, '0173-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131521, 1156, '0173-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131522, 1156, '0173-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:48', '2023-09-12 17:46:48'),
(131523, 1156, '0173-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131524, 1156, '0173-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131525, 1156, '0173-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131526, 1156, '0173-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131527, 1156, '0173-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131528, 1156, '0173-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131529, 1156, '0174-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131530, 1156, '0174-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131531, 1156, '0174-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131532, 1156, '0174-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131533, 1156, '0174-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131534, 1156, '0174-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131535, 1156, '0174-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131536, 1156, '0174-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131537, 1156, '0174-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131538, 1156, '0174-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131539, 1156, '0174-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131540, 1156, '0174-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131541, 1156, '0175-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131542, 1156, '0175-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131543, 1156, '0175-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131544, 1156, '0175-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131545, 1156, '0175-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131546, 1156, '0175-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131547, 1156, '0175-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131548, 1156, '0175-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131549, 1156, '0175-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131550, 1156, '0175-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131551, 1156, '0175-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131552, 1156, '0175-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131553, 1156, '0176-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131554, 1156, '0176-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131555, 1156, '0176-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131556, 1156, '0176-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131557, 1156, '0176-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131558, 1156, '0176-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131559, 1156, '0176-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131560, 1156, '0176-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131561, 1156, '0176-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131562, 1156, '0176-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131563, 1156, '0176-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131564, 1156, '0176-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131565, 1156, '0177-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(131566, 1156, '0177-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131567, 1156, '0177-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131568, 1156, '0177-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131569, 1156, '0177-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131570, 1156, '0177-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131571, 1156, '0177-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131572, 1156, '0177-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131573, 1156, '0177-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131574, 1156, '0177-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131575, 1156, '0177-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131576, 1156, '0177-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131577, 1156, '0178-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131578, 1156, '0178-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131579, 1156, '0178-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131580, 1156, '0178-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131581, 1156, '0178-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131582, 1156, '0178-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131583, 1156, '0178-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131584, 1156, '0178-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131585, 1156, '0178-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131586, 1156, '0178-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131587, 1156, '0178-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131588, 1156, '0178-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131589, 1156, '0179-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131590, 1156, '0179-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131591, 1156, '0179-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131592, 1156, '0179-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131593, 1156, '0179-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131594, 1156, '0179-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131595, 1156, '0179-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131596, 1156, '0179-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131597, 1156, '0179-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131598, 1156, '0179-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131599, 1156, '0179-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131600, 1156, '0179-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131601, 1156, '0180-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131602, 1156, '0180-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131603, 1156, '0180-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131604, 1156, '0180-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131605, 1156, '0180-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131606, 1156, '0180-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131607, 1156, '0180-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131608, 1156, '0180-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131609, 1156, '0180-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131610, 1156, '0180-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131611, 1156, '0180-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131612, 1156, '0180-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131613, 1156, '0181-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131614, 1156, '0181-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131615, 1156, '0181-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131616, 1156, '0181-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131617, 1156, '0181-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131618, 1156, '0181-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131619, 1156, '0181-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131620, 1156, '0181-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131621, 1156, '0181-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131622, 1156, '0181-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131623, 1156, '0181-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131624, 1156, '0181-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131625, 1156, '0182-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131626, 1156, '0182-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131627, 1156, '0182-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131628, 1156, '0182-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131629, 1156, '0182-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131630, 1156, '0182-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131631, 1156, '0182-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131632, 1156, '0182-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131633, 1156, '0182-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131634, 1156, '0182-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131635, 1156, '0182-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131636, 1156, '0182-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131637, 1156, '0183-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131638, 1156, '0183-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131639, 1156, '0183-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131640, 1156, '0183-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131641, 1156, '0183-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131642, 1156, '0183-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131643, 1156, '0183-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131644, 1156, '0183-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131645, 1156, '0183-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131646, 1156, '0183-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131647, 1156, '0183-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131648, 1156, '0183-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131649, 1156, '0184-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131650, 1156, '0184-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131651, 1156, '0184-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131652, 1156, '0184-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131653, 1156, '0184-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131654, 1156, '0184-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131655, 1156, '0184-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131656, 1156, '0184-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131657, 1156, '0184-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131658, 1156, '0184-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131659, 1156, '0184-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131660, 1156, '0184-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131661, 1156, '0185-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131662, 1156, '0185-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131663, 1156, '0185-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131664, 1156, '0185-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131665, 1156, '0185-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131666, 1156, '0185-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131667, 1156, '0185-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131668, 1156, '0185-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131669, 1156, '0185-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131670, 1156, '0185-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131671, 1156, '0185-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131672, 1156, '0185-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131673, 1156, '0186-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131674, 1156, '0186-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131675, 1156, '0186-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131676, 1156, '0186-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131677, 1156, '0186-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131678, 1156, '0186-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131679, 1156, '0186-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131680, 1156, '0186-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131681, 1156, '0186-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131682, 1156, '0186-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131683, 1156, '0186-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131684, 1156, '0186-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131685, 1156, '0187-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131686, 1156, '0187-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131687, 1156, '0187-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131688, 1156, '0187-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131689, 1156, '0187-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131690, 1156, '0187-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131691, 1156, '0187-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131692, 1156, '0187-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131693, 1156, '0187-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131694, 1156, '0187-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131695, 1156, '0187-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131696, 1156, '0187-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131697, 1156, '0188-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131698, 1156, '0188-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131699, 1156, '0188-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131700, 1156, '0188-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131701, 1156, '0188-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131702, 1156, '0188-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131703, 1156, '0188-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131704, 1156, '0188-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131705, 1156, '0188-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131706, 1156, '0188-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131707, 1156, '0188-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131708, 1156, '0188-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131709, 1156, '0189-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131710, 1156, '0189-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131711, 1156, '0189-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131712, 1156, '0189-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131713, 1156, '0189-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131714, 1156, '0189-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131715, 1156, '0189-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131716, 1156, '0189-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131717, 1156, '0189-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131718, 1156, '0189-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131719, 1156, '0189-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131720, 1156, '0189-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131721, 1156, '0190-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131722, 1156, '0190-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131723, 1156, '0190-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131724, 1156, '0190-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131725, 1156, '0190-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131726, 1156, '0190-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131727, 1156, '0190-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131728, 1156, '0190-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131729, 1156, '0190-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131730, 1156, '0190-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131731, 1156, '0190-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131732, 1156, '0190-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131733, 1156, '0191-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131734, 1156, '0191-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131735, 1156, '0191-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131736, 1156, '0191-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131737, 1156, '0191-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131738, 1156, '0191-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131739, 1156, '0191-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131740, 1156, '0191-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131741, 1156, '0191-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131742, 1156, '0191-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131743, 1156, '0191-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131744, 1156, '0191-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131745, 1156, '0192-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131746, 1156, '0192-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131747, 1156, '0192-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131748, 1156, '0192-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131749, 1156, '0192-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131750, 1156, '0192-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131751, 1156, '0192-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131752, 1156, '0192-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131753, 1156, '0192-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131754, 1156, '0192-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131755, 1156, '0192-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131756, 1156, '0192-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131757, 1156, '0193-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131758, 1156, '0193-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131759, 1156, '0193-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131760, 1156, '0193-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131761, 1156, '0193-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131762, 1156, '0193-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131763, 1156, '0193-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131764, 1156, '0193-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131765, 1156, '0193-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131766, 1156, '0193-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131767, 1156, '0193-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131768, 1156, '0193-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131769, 1156, '0194-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131770, 1156, '0194-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131771, 1156, '0194-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131772, 1156, '0194-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131773, 1156, '0194-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131774, 1156, '0194-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131775, 1156, '0194-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131776, 1156, '0194-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131777, 1156, '0194-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131778, 1156, '0194-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131779, 1156, '0194-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131780, 1156, '0194-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131781, 1156, '0195-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131782, 1156, '0195-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131783, 1156, '0195-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131784, 1156, '0195-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131785, 1156, '0195-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131786, 1156, '0195-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131787, 1156, '0195-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131788, 1156, '0195-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131789, 1156, '0195-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131790, 1156, '0195-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131791, 1156, '0195-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131792, 1156, '0195-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131793, 1156, '0196-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131794, 1156, '0196-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131795, 1156, '0196-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131796, 1156, '0196-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131797, 1156, '0196-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131798, 1156, '0196-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131799, 1156, '0196-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131800, 1156, '0196-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131801, 1156, '0196-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131802, 1156, '0196-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131803, 1156, '0196-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131804, 1156, '0196-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131805, 1156, '0197-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131806, 1156, '0197-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131807, 1156, '0197-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131808, 1156, '0197-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131809, 1156, '0197-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131810, 1156, '0197-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131811, 1156, '0197-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131812, 1156, '0197-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131813, 1156, '0197-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131814, 1156, '0197-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131815, 1156, '0197-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131816, 1156, '0197-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131817, 1156, '0198-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131818, 1156, '0198-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131819, 1156, '0198-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131820, 1156, '0198-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131821, 1156, '0198-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131822, 1156, '0198-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131823, 1156, '0198-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131824, 1156, '0198-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131825, 1156, '0198-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131826, 1156, '0198-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131827, 1156, '0198-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131828, 1156, '0198-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131829, 1156, '0199-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131830, 1156, '0199-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131831, 1156, '0199-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131832, 1156, '0199-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131833, 1156, '0199-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131834, 1156, '0199-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131835, 1156, '0199-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131836, 1156, '0199-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131837, 1156, '0199-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131838, 1156, '0199-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131839, 1156, '0199-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131840, 1156, '0199-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131841, 1156, '0200-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131842, 1156, '0200-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131843, 1156, '0200-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131844, 1156, '0200-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131845, 1156, '0200-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131846, 1156, '0200-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131847, 1156, '0200-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131848, 1156, '0200-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131849, 1156, '0200-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131850, 1156, '0200-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131851, 1156, '0200-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131852, 1156, '0200-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131853, 1156, '0201-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131854, 1156, '0201-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131855, 1156, '0201-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131856, 1156, '0201-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131857, 1156, '0201-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131858, 1156, '0201-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131859, 1156, '0201-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131860, 1156, '0201-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131861, 1156, '0201-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131862, 1156, '0201-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131863, 1156, '0201-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131864, 1156, '0201-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131865, 1156, '0202-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131866, 1156, '0202-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131867, 1156, '0202-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131868, 1156, '0202-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131869, 1156, '0202-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131870, 1156, '0202-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131871, 1156, '0202-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131872, 1156, '0202-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:49', '2023-09-12 17:46:49'),
(131873, 1156, '0202-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(131874, 1156, '0202-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(131875, 1156, '0202-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(131876, 1156, '0202-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(131877, 1156, '0203-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(131878, 1156, '0203-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(131879, 1156, '0203-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(131880, 1156, '0203-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(131881, 1156, '0203-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(131882, 1156, '0203-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(131883, 1156, '0203-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(131884, 1156, '0203-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(131885, 1156, '0203-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(131886, 1156, '0203-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(131887, 1156, '0203-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(131888, 1156, '0203-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(131889, 1156, '0204-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(131890, 1156, '0204-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(131891, 1156, '0204-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(131892, 1156, '0204-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(131893, 1156, '0204-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(131894, 1156, '0204-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(131895, 1156, '0204-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(131896, 1156, '0204-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(131897, 1156, '0204-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(131898, 1156, '0204-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(131899, 1156, '0204-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(131900, 1156, '0204-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(131901, 1156, '0205-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(131902, 1156, '0205-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(131903, 1156, '0205-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(131904, 1156, '0205-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(131905, 1156, '0205-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(131906, 1156, '0205-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(131907, 1156, '0205-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(131908, 1156, '0205-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(131909, 1156, '0205-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(131910, 1156, '0205-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(131911, 1156, '0205-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(131912, 1156, '0205-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(131913, 1156, '0206-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(131914, 1156, '0206-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(131915, 1156, '0206-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(131916, 1156, '0206-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(131917, 1156, '0206-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(131918, 1156, '0206-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(131919, 1156, '0206-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(131920, 1156, '0206-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(131921, 1156, '0206-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(131922, 1156, '0206-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(131923, 1156, '0206-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(131924, 1156, '0206-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(131925, 1156, '0207-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(131926, 1156, '0207-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(131927, 1156, '0207-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(131928, 1156, '0207-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(131929, 1156, '0207-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(131930, 1156, '0207-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(131931, 1156, '0207-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(131932, 1156, '0207-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(131933, 1156, '0207-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(131934, 1156, '0207-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(131935, 1156, '0207-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(131936, 1156, '0207-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(131937, 1156, '0208-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(131938, 1156, '0208-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(131939, 1156, '0208-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(131940, 1156, '0208-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(131941, 1156, '0208-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(131942, 1156, '0208-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(131943, 1156, '0208-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(131944, 1156, '0208-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(131945, 1156, '0208-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(131946, 1156, '0208-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(131947, 1156, '0208-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(131948, 1156, '0208-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(131949, 1156, '0209-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(131950, 1156, '0209-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(131951, 1156, '0209-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(131952, 1156, '0209-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(131953, 1156, '0209-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(131954, 1156, '0209-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(131955, 1156, '0209-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(131956, 1156, '0209-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(131957, 1156, '0209-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(131958, 1156, '0209-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(131959, 1156, '0209-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(131960, 1156, '0209-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(131961, 1156, '0210-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(131962, 1156, '0210-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(131963, 1156, '0210-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(131964, 1156, '0210-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(131965, 1156, '0210-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(131966, 1156, '0210-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(131967, 1156, '0210-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(131968, 1156, '0210-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(131969, 1156, '0210-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(131970, 1156, '0210-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(131971, 1156, '0210-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(131972, 1156, '0210-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(131973, 1156, '0211-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(131974, 1156, '0211-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(131975, 1156, '0211-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(131976, 1156, '0211-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(131977, 1156, '0211-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(131978, 1156, '0211-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(131979, 1156, '0211-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(131980, 1156, '0211-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(131981, 1156, '0211-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(131982, 1156, '0211-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(131983, 1156, '0211-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(131984, 1156, '0211-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(131985, 1156, '0212-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(131986, 1156, '0212-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(131987, 1156, '0212-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(131988, 1156, '0212-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(131989, 1156, '0212-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(131990, 1156, '0212-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(131991, 1156, '0212-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(131992, 1156, '0212-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(131993, 1156, '0212-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(131994, 1156, '0212-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(131995, 1156, '0212-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(131996, 1156, '0212-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(131997, 1156, '0213-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(131998, 1156, '0213-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(131999, 1156, '0213-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(132000, 1156, '0213-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(132001, 1156, '0213-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(132002, 1156, '0213-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(132003, 1156, '0213-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(132004, 1156, '0213-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(132005, 1156, '0213-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(132006, 1156, '0213-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(132007, 1156, '0213-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(132008, 1156, '0213-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(132009, 1156, '0214-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(132010, 1156, '0214-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(132011, 1156, '0214-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(132012, 1156, '0214-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(132013, 1156, '0214-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(132014, 1156, '0214-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(132015, 1156, '0214-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(132016, 1156, '0214-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(132017, 1156, '0214-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(132018, 1156, '0214-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(132019, 1156, '0214-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(132020, 1156, '0214-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(132021, 1156, '0215-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(132022, 1156, '0215-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(132023, 1156, '0215-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(132024, 1156, '0215-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(132025, 1156, '0215-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(132026, 1156, '0215-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(132027, 1156, '0215-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(132028, 1156, '0215-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(132029, 1156, '0215-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(132030, 1156, '0215-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(132031, 1156, '0215-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(132032, 1156, '0215-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(132033, 1156, '0216-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(132034, 1156, '0216-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(132035, 1156, '0216-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(132036, 1156, '0216-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(132037, 1156, '0216-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(132038, 1156, '0216-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(132039, 1156, '0216-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(132040, 1156, '0216-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(132041, 1156, '0216-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(132042, 1156, '0216-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(132043, 1156, '0216-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(132044, 1156, '0216-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(132045, 1156, '0217-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(132046, 1156, '0217-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(132047, 1156, '0217-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(132048, 1156, '0217-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(132049, 1156, '0217-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(132050, 1156, '0217-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(132051, 1156, '0217-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(132052, 1156, '0217-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(132053, 1156, '0217-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(132054, 1156, '0217-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(132055, 1156, '0217-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(132056, 1156, '0217-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(132057, 1156, '0218-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(132058, 1156, '0218-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(132059, 1156, '0218-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(132060, 1156, '0218-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(132061, 1156, '0218-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(132062, 1156, '0218-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(132063, 1156, '0218-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(132064, 1156, '0218-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(132065, 1156, '0218-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(132066, 1156, '0218-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(132067, 1156, '0218-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(132068, 1156, '0218-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(132069, 1156, '0219-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(132070, 1156, '0219-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(132071, 1156, '0219-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(132072, 1156, '0219-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(132073, 1156, '0219-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(132074, 1156, '0219-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(132075, 1156, '0219-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(132076, 1156, '0219-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(132077, 1156, '0219-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(132078, 1156, '0219-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(132079, 1156, '0219-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(132080, 1156, '0219-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(132081, 1156, '0220-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(132082, 1156, '0220-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(132083, 1156, '0220-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(132084, 1156, '0220-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(132085, 1156, '0220-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(132086, 1156, '0220-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(132087, 1156, '0220-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(132088, 1156, '0220-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(132089, 1156, '0220-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(132090, 1156, '0220-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(132091, 1156, '0220-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(132092, 1156, '0220-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(132093, 1156, '0221-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(132094, 1156, '0221-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(132095, 1156, '0221-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(132096, 1156, '0221-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(132097, 1156, '0221-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(132098, 1156, '0221-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(132099, 1156, '0221-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(132100, 1156, '0221-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(132101, 1156, '0221-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(132102, 1156, '0221-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(132103, 1156, '0221-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(132104, 1156, '0221-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(132105, 1156, '0222-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(132106, 1156, '0222-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(132107, 1156, '0222-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(132108, 1156, '0222-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(132109, 1156, '0222-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(132110, 1156, '0222-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(132111, 1156, '0222-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(132112, 1156, '0222-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(132113, 1156, '0222-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(132114, 1156, '0222-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(132115, 1156, '0222-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(132116, 1156, '0222-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(132117, 1156, '0223-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(132118, 1156, '0223-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(132119, 1156, '0223-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(132120, 1156, '0223-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(132121, 1156, '0223-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(132122, 1156, '0223-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(132123, 1156, '0223-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(132124, 1156, '0223-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(132125, 1156, '0223-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(132126, 1156, '0223-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(132127, 1156, '0223-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(132128, 1156, '0223-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(132129, 1156, '0224-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(132130, 1156, '0224-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(132131, 1156, '0224-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(132132, 1156, '0224-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(132133, 1156, '0224-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(132134, 1156, '0224-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(132135, 1156, '0224-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(132136, 1156, '0224-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(132137, 1156, '0224-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(132138, 1156, '0224-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(132139, 1156, '0224-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(132140, 1156, '0224-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(132141, 1156, '0225-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(132142, 1156, '0225-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(132143, 1156, '0225-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(132144, 1156, '0225-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(132145, 1156, '0225-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(132146, 1156, '0225-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(132147, 1156, '0225-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(132148, 1156, '0225-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(132149, 1156, '0225-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(132150, 1156, '0225-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(132151, 1156, '0225-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(132152, 1156, '0225-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(132153, 1156, '0226-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(132154, 1156, '0226-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(132155, 1156, '0226-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(132156, 1156, '0226-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(132157, 1156, '0226-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(132158, 1156, '0226-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(132159, 1156, '0226-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(132160, 1156, '0226-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(132161, 1156, '0226-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(132162, 1156, '0226-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(132163, 1156, '0226-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(132164, 1156, '0226-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(132165, 1156, '0227-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(132166, 1156, '0227-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(132167, 1156, '0227-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(132168, 1156, '0227-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(132169, 1156, '0227-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(132170, 1156, '0227-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(132171, 1156, '0227-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(132172, 1156, '0227-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(132173, 1156, '0227-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(132174, 1156, '0227-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(132175, 1156, '0227-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(132176, 1156, '0227-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(132177, 1156, '0228-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(132178, 1156, '0228-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(132179, 1156, '0228-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(132180, 1156, '0228-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(132181, 1156, '0228-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(132182, 1156, '0228-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(132183, 1156, '0228-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(132184, 1156, '0228-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(132185, 1156, '0228-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(132186, 1156, '0228-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(132187, 1156, '0228-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(132188, 1156, '0228-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(132189, 1156, '0229-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(132190, 1156, '0229-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(132191, 1156, '0229-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(132192, 1156, '0229-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(132193, 1156, '0229-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(132194, 1156, '0229-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(132195, 1156, '0229-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(132196, 1156, '0229-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(132197, 1156, '0229-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(132198, 1156, '0229-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(132199, 1156, '0229-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(132200, 1156, '0229-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(132201, 1156, '0230-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(132202, 1156, '0230-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(132203, 1156, '0230-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(132204, 1156, '0230-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(132205, 1156, '0230-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(132206, 1156, '0230-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(132207, 1156, '0230-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(132208, 1156, '0230-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(132209, 1156, '0230-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(132210, 1156, '0230-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(132211, 1156, '0230-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(132212, 1156, '0230-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(132213, 1156, '0231-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(132214, 1156, '0231-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(132215, 1156, '0231-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(132216, 1156, '0231-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(132217, 1156, '0231-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(132218, 1156, '0231-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(132219, 1156, '0231-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(132220, 1156, '0231-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:50', '2023-09-12 17:46:50'),
(132221, 1156, '0231-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132222, 1156, '0231-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132223, 1156, '0231-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132224, 1156, '0231-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132225, 1156, '0232-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132226, 1156, '0232-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132227, 1156, '0232-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132228, 1156, '0232-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132229, 1156, '0232-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132230, 1156, '0232-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132231, 1156, '0232-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132232, 1156, '0232-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132233, 1156, '0232-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132234, 1156, '0232-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132235, 1156, '0232-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132236, 1156, '0232-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132237, 1156, '0233-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132238, 1156, '0233-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132239, 1156, '0233-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132240, 1156, '0233-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132241, 1156, '0233-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132242, 1156, '0233-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132243, 1156, '0233-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132244, 1156, '0233-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132245, 1156, '0233-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132246, 1156, '0233-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132247, 1156, '0233-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132248, 1156, '0233-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132249, 1156, '0234-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132250, 1156, '0234-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132251, 1156, '0234-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132252, 1156, '0234-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132253, 1156, '0234-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132254, 1156, '0234-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132255, 1156, '0234-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132256, 1156, '0234-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132257, 1156, '0234-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132258, 1156, '0234-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132259, 1156, '0234-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132260, 1156, '0234-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132261, 1156, '0235-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132262, 1156, '0235-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132263, 1156, '0235-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132264, 1156, '0235-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132265, 1156, '0235-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132266, 1156, '0235-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132267, 1156, '0235-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132268, 1156, '0235-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132269, 1156, '0235-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132270, 1156, '0235-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132271, 1156, '0235-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132272, 1156, '0235-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132273, 1156, '0236-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132274, 1156, '0236-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132275, 1156, '0236-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132276, 1156, '0236-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132277, 1156, '0236-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132278, 1156, '0236-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132279, 1156, '0236-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132280, 1156, '0236-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132281, 1156, '0236-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132282, 1156, '0236-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132283, 1156, '0236-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132284, 1156, '0236-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132285, 1156, '0237-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132286, 1156, '0237-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132287, 1156, '0237-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132288, 1156, '0237-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132289, 1156, '0237-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132290, 1156, '0237-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132291, 1156, '0237-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132292, 1156, '0237-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132293, 1156, '0237-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132294, 1156, '0237-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132295, 1156, '0237-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132296, 1156, '0237-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132297, 1156, '0238-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132298, 1156, '0238-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132299, 1156, '0238-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132300, 1156, '0238-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132301, 1156, '0238-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132302, 1156, '0238-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132303, 1156, '0238-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132304, 1156, '0238-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132305, 1156, '0238-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132306, 1156, '0238-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132307, 1156, '0238-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132308, 1156, '0238-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132309, 1156, '0239-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132310, 1156, '0239-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132311, 1156, '0239-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132312, 1156, '0239-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132313, 1156, '0239-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132314, 1156, '0239-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132315, 1156, '0239-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132316, 1156, '0239-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132317, 1156, '0239-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132318, 1156, '0239-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132319, 1156, '0239-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132320, 1156, '0239-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132321, 1156, '0240-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132322, 1156, '0240-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132323, 1156, '0240-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132324, 1156, '0240-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132325, 1156, '0240-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132326, 1156, '0240-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132327, 1156, '0240-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132328, 1156, '0240-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132329, 1156, '0240-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132330, 1156, '0240-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132331, 1156, '0240-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132332, 1156, '0240-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132333, 1156, '0241-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132334, 1156, '0241-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132335, 1156, '0241-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132336, 1156, '0241-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132337, 1156, '0241-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132338, 1156, '0241-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132339, 1156, '0241-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132340, 1156, '0241-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132341, 1156, '0241-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132342, 1156, '0241-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132343, 1156, '0241-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132344, 1156, '0241-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132345, 1156, '0242-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132346, 1156, '0242-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132347, 1156, '0242-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132348, 1156, '0242-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132349, 1156, '0242-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132350, 1156, '0242-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132351, 1156, '0242-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132352, 1156, '0242-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132353, 1156, '0242-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132354, 1156, '0242-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132355, 1156, '0242-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132356, 1156, '0242-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132357, 1156, '0243-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132358, 1156, '0243-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132359, 1156, '0243-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132360, 1156, '0243-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132361, 1156, '0243-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132362, 1156, '0243-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132363, 1156, '0243-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132364, 1156, '0243-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132365, 1156, '0243-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132366, 1156, '0243-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132367, 1156, '0243-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132368, 1156, '0243-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132369, 1156, '0244-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132370, 1156, '0244-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132371, 1156, '0244-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132372, 1156, '0244-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132373, 1156, '0244-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132374, 1156, '0244-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132375, 1156, '0244-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132376, 1156, '0244-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132377, 1156, '0244-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132378, 1156, '0244-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132379, 1156, '0244-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132380, 1156, '0244-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132381, 1156, '0245-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132382, 1156, '0245-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132383, 1156, '0245-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132384, 1156, '0245-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132385, 1156, '0245-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132386, 1156, '0245-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132387, 1156, '0245-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132388, 1156, '0245-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132389, 1156, '0245-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132390, 1156, '0245-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132391, 1156, '0245-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132392, 1156, '0245-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132393, 1156, '0246-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132394, 1156, '0246-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132395, 1156, '0246-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132396, 1156, '0246-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132397, 1156, '0246-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132398, 1156, '0246-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132399, 1156, '0246-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132400, 1156, '0246-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132401, 1156, '0246-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132402, 1156, '0246-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132403, 1156, '0246-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132404, 1156, '0246-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132405, 1156, '0247-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132406, 1156, '0247-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132407, 1156, '0247-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132408, 1156, '0247-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132409, 1156, '0247-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132410, 1156, '0247-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132411, 1156, '0247-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132412, 1156, '0247-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132413, 1156, '0247-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132414, 1156, '0247-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132415, 1156, '0247-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132416, 1156, '0247-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132417, 1156, '0248-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132418, 1156, '0248-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132419, 1156, '0248-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132420, 1156, '0248-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132421, 1156, '0248-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132422, 1156, '0248-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132423, 1156, '0248-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132424, 1156, '0248-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132425, 1156, '0248-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132426, 1156, '0248-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132427, 1156, '0248-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132428, 1156, '0248-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132429, 1156, '0249-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132430, 1156, '0249-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132431, 1156, '0249-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132432, 1156, '0249-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132433, 1156, '0249-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132434, 1156, '0249-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132435, 1156, '0249-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132436, 1156, '0249-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132437, 1156, '0249-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132438, 1156, '0249-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132439, 1156, '0249-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132440, 1156, '0249-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132441, 1156, '0250-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132442, 1156, '0250-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132443, 1156, '0250-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132444, 1156, '0250-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132445, 1156, '0250-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132446, 1156, '0250-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132447, 1156, '0250-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132448, 1156, '0250-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132449, 1156, '0250-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132450, 1156, '0250-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132451, 1156, '0250-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132452, 1156, '0250-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132453, 1156, '0251-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132454, 1156, '0251-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132455, 1156, '0251-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132456, 1156, '0251-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132457, 1156, '0251-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132458, 1156, '0251-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132459, 1156, '0251-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132460, 1156, '0251-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132461, 1156, '0251-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132462, 1156, '0251-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132463, 1156, '0251-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132464, 1156, '0251-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132465, 1156, '0252-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132466, 1156, '0252-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132467, 1156, '0252-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132468, 1156, '0252-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132469, 1156, '0252-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132470, 1156, '0252-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132471, 1156, '0252-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132472, 1156, '0252-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132473, 1156, '0252-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132474, 1156, '0252-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132475, 1156, '0252-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132476, 1156, '0252-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132477, 1156, '0253-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(132478, 1156, '0253-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132479, 1156, '0253-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132480, 1156, '0253-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132481, 1156, '0253-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132482, 1156, '0253-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132483, 1156, '0253-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132484, 1156, '0253-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132485, 1156, '0253-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132486, 1156, '0253-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132487, 1156, '0253-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132488, 1156, '0253-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132489, 1156, '0254-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132490, 1156, '0254-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132491, 1156, '0254-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132492, 1156, '0254-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132493, 1156, '0254-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132494, 1156, '0254-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132495, 1156, '0254-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132496, 1156, '0254-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132497, 1156, '0254-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132498, 1156, '0254-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132499, 1156, '0254-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132500, 1156, '0254-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132501, 1156, '0255-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132502, 1156, '0255-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132503, 1156, '0255-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132504, 1156, '0255-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132505, 1156, '0255-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132506, 1156, '0255-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132507, 1156, '0255-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132508, 1156, '0255-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132509, 1156, '0255-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132510, 1156, '0255-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132511, 1156, '0255-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132512, 1156, '0255-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132513, 1156, '0256-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132514, 1156, '0256-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132515, 1156, '0256-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132516, 1156, '0256-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132517, 1156, '0256-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132518, 1156, '0256-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132519, 1156, '0256-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132520, 1156, '0256-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132521, 1156, '0256-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132522, 1156, '0256-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132523, 1156, '0256-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132524, 1156, '0256-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132525, 1156, '0257-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132526, 1156, '0257-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132527, 1156, '0257-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132528, 1156, '0257-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132529, 1156, '0257-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132530, 1156, '0257-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132531, 1156, '0257-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132532, 1156, '0257-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132533, 1156, '0257-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132534, 1156, '0257-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132535, 1156, '0257-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132536, 1156, '0257-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132537, 1156, '0258-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132538, 1156, '0258-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132539, 1156, '0258-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132540, 1156, '0258-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132541, 1156, '0258-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132542, 1156, '0258-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132543, 1156, '0258-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132544, 1156, '0258-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132545, 1156, '0258-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132546, 1156, '0258-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132547, 1156, '0258-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132548, 1156, '0258-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132549, 1156, '0259-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132550, 1156, '0259-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132551, 1156, '0259-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132552, 1156, '0259-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132553, 1156, '0259-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132554, 1156, '0259-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132555, 1156, '0259-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132556, 1156, '0259-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132557, 1156, '0259-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132558, 1156, '0259-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132559, 1156, '0259-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132560, 1156, '0259-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132561, 1156, '0260-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132562, 1156, '0260-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132563, 1156, '0260-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132564, 1156, '0260-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132565, 1156, '0260-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132566, 1156, '0260-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132567, 1156, '0260-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132568, 1156, '0260-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132569, 1156, '0260-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132570, 1156, '0260-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132571, 1156, '0260-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132572, 1156, '0260-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132573, 1156, '0261-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132574, 1156, '0261-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132575, 1156, '0261-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132576, 1156, '0261-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132577, 1156, '0261-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132578, 1156, '0261-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132579, 1156, '0261-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132580, 1156, '0261-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132581, 1156, '0261-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132582, 1156, '0261-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132583, 1156, '0261-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132584, 1156, '0261-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132585, 1156, '0262-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132586, 1156, '0262-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132587, 1156, '0262-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132588, 1156, '0262-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132589, 1156, '0262-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132590, 1156, '0262-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132591, 1156, '0262-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132592, 1156, '0262-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132593, 1156, '0262-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132594, 1156, '0262-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132595, 1156, '0262-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132596, 1156, '0262-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132597, 1156, '0263-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132598, 1156, '0263-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132599, 1156, '0263-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132600, 1156, '0263-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:51', '2023-09-12 17:46:51'),
(132601, 1156, '0263-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132602, 1156, '0263-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132603, 1156, '0263-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132604, 1156, '0263-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132605, 1156, '0263-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132606, 1156, '0263-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132607, 1156, '0263-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132608, 1156, '0263-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132609, 1156, '0264-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132610, 1156, '0264-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132611, 1156, '0264-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132612, 1156, '0264-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132613, 1156, '0264-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132614, 1156, '0264-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132615, 1156, '0264-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132616, 1156, '0264-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132617, 1156, '0264-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132618, 1156, '0264-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132619, 1156, '0264-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132620, 1156, '0264-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132621, 1156, '0265-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132622, 1156, '0265-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132623, 1156, '0265-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132624, 1156, '0265-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132625, 1156, '0265-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132626, 1156, '0265-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132627, 1156, '0265-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132628, 1156, '0265-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132629, 1156, '0265-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132630, 1156, '0265-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132631, 1156, '0265-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132632, 1156, '0265-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132633, 1156, '0266-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132634, 1156, '0266-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132635, 1156, '0266-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132636, 1156, '0266-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132637, 1156, '0266-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132638, 1156, '0266-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132639, 1156, '0266-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132640, 1156, '0266-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132641, 1156, '0266-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132642, 1156, '0266-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132643, 1156, '0266-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132644, 1156, '0266-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132645, 1156, '0267-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132646, 1156, '0267-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132647, 1156, '0267-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132648, 1156, '0267-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132649, 1156, '0267-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132650, 1156, '0267-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132651, 1156, '0267-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132652, 1156, '0267-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132653, 1156, '0267-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132654, 1156, '0267-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132655, 1156, '0267-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132656, 1156, '0267-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132657, 1156, '0268-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132658, 1156, '0268-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132659, 1156, '0268-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132660, 1156, '0268-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132661, 1156, '0268-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132662, 1156, '0268-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132663, 1156, '0268-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132664, 1156, '0268-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132665, 1156, '0268-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132666, 1156, '0268-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132667, 1156, '0268-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132668, 1156, '0268-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132669, 1156, '0269-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132670, 1156, '0269-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132671, 1156, '0269-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132672, 1156, '0269-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132673, 1156, '0269-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132674, 1156, '0269-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132675, 1156, '0269-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132676, 1156, '0269-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132677, 1156, '0269-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132678, 1156, '0269-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132679, 1156, '0269-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132680, 1156, '0269-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132681, 1156, '0270-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132682, 1156, '0270-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132683, 1156, '0270-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132684, 1156, '0270-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132685, 1156, '0270-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132686, 1156, '0270-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132687, 1156, '0270-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132688, 1156, '0270-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132689, 1156, '0270-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132690, 1156, '0270-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132691, 1156, '0270-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132692, 1156, '0270-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132693, 1156, '0271-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132694, 1156, '0271-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132695, 1156, '0271-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132696, 1156, '0271-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132697, 1156, '0271-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132698, 1156, '0271-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132699, 1156, '0271-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132700, 1156, '0271-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132701, 1156, '0271-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132702, 1156, '0271-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132703, 1156, '0271-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132704, 1156, '0271-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132705, 1156, '0272-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132706, 1156, '0272-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132707, 1156, '0272-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132708, 1156, '0272-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132709, 1156, '0272-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132710, 1156, '0272-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132711, 1156, '0272-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132712, 1156, '0272-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132713, 1156, '0272-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132714, 1156, '0272-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132715, 1156, '0272-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132716, 1156, '0272-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132717, 1156, '0273-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132718, 1156, '0273-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132719, 1156, '0273-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132720, 1156, '0273-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132721, 1156, '0273-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132722, 1156, '0273-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132723, 1156, '0273-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132724, 1156, '0273-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132725, 1156, '0273-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132726, 1156, '0273-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132727, 1156, '0273-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132728, 1156, '0273-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132729, 1156, '0274-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132730, 1156, '0274-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132731, 1156, '0274-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132732, 1156, '0274-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132733, 1156, '0274-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132734, 1156, '0274-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132735, 1156, '0274-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132736, 1156, '0274-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132737, 1156, '0274-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132738, 1156, '0274-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132739, 1156, '0274-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132740, 1156, '0274-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132741, 1156, '0275-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132742, 1156, '0275-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132743, 1156, '0275-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132744, 1156, '0275-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132745, 1156, '0275-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132746, 1156, '0275-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132747, 1156, '0275-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132748, 1156, '0275-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132749, 1156, '0275-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132750, 1156, '0275-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132751, 1156, '0275-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132752, 1156, '0275-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132753, 1156, '0276-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132754, 1156, '0276-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132755, 1156, '0276-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132756, 1156, '0276-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132757, 1156, '0276-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132758, 1156, '0276-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132759, 1156, '0276-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132760, 1156, '0276-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132761, 1156, '0276-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132762, 1156, '0276-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132763, 1156, '0276-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132764, 1156, '0276-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132765, 1156, '0277-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132766, 1156, '0277-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132767, 1156, '0277-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132768, 1156, '0277-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132769, 1156, '0277-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132770, 1156, '0277-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132771, 1156, '0277-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132772, 1156, '0277-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132773, 1156, '0277-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132774, 1156, '0277-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132775, 1156, '0277-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132776, 1156, '0277-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132777, 1156, '0278-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132778, 1156, '0278-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132779, 1156, '0278-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132780, 1156, '0278-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132781, 1156, '0278-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132782, 1156, '0278-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132783, 1156, '0278-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132784, 1156, '0278-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132785, 1156, '0278-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132786, 1156, '0278-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132787, 1156, '0278-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132788, 1156, '0278-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132789, 1156, '0279-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132790, 1156, '0279-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132791, 1156, '0279-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132792, 1156, '0279-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132793, 1156, '0279-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132794, 1156, '0279-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132795, 1156, '0279-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132796, 1156, '0279-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132797, 1156, '0279-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132798, 1156, '0279-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132799, 1156, '0279-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132800, 1156, '0279-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132801, 1156, '0280-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132802, 1156, '0280-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132803, 1156, '0280-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132804, 1156, '0280-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132805, 1156, '0280-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132806, 1156, '0280-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132807, 1156, '0280-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132808, 1156, '0280-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132809, 1156, '0280-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132810, 1156, '0280-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132811, 1156, '0280-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132812, 1156, '0280-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132813, 1156, '0281-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132814, 1156, '0281-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132815, 1156, '0281-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132816, 1156, '0281-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132817, 1156, '0281-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132818, 1156, '0281-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132819, 1156, '0281-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132820, 1156, '0281-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132821, 1156, '0281-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132822, 1156, '0281-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132823, 1156, '0281-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132824, 1156, '0281-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132825, 1156, '0282-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132826, 1156, '0282-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132827, 1156, '0282-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132828, 1156, '0282-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132829, 1156, '0282-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132830, 1156, '0282-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132831, 1156, '0282-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132832, 1156, '0282-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132833, 1156, '0282-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132834, 1156, '0282-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132835, 1156, '0282-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132836, 1156, '0282-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132837, 1156, '0283-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132838, 1156, '0283-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132839, 1156, '0283-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132840, 1156, '0283-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132841, 1156, '0283-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132842, 1156, '0283-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132843, 1156, '0283-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132844, 1156, '0283-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132845, 1156, '0283-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132846, 1156, '0283-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132847, 1156, '0283-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132848, 1156, '0283-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132849, 1156, '0284-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132850, 1156, '0284-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132851, 1156, '0284-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132852, 1156, '0284-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132853, 1156, '0284-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132854, 1156, '0284-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132855, 1156, '0284-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132856, 1156, '0284-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132857, 1156, '0284-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132858, 1156, '0284-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132859, 1156, '0284-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132860, 1156, '0284-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132861, 1156, '0285-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132862, 1156, '0285-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132863, 1156, '0285-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132864, 1156, '0285-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132865, 1156, '0285-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132866, 1156, '0285-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132867, 1156, '0285-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132868, 1156, '0285-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132869, 1156, '0285-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132870, 1156, '0285-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132871, 1156, '0285-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132872, 1156, '0285-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132873, 1156, '0286-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132874, 1156, '0286-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132875, 1156, '0286-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132876, 1156, '0286-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132877, 1156, '0286-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132878, 1156, '0286-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132879, 1156, '0286-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132880, 1156, '0286-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132881, 1156, '0286-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132882, 1156, '0286-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132883, 1156, '0286-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132884, 1156, '0286-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132885, 1156, '0287-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132886, 1156, '0287-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132887, 1156, '0287-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132888, 1156, '0287-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132889, 1156, '0287-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132890, 1156, '0287-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132891, 1156, '0287-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132892, 1156, '0287-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132893, 1156, '0287-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132894, 1156, '0287-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132895, 1156, '0287-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132896, 1156, '0287-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132897, 1156, '0288-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132898, 1156, '0288-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132899, 1156, '0288-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132900, 1156, '0288-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132901, 1156, '0288-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132902, 1156, '0288-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132903, 1156, '0288-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132904, 1156, '0288-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132905, 1156, '0288-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132906, 1156, '0288-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132907, 1156, '0288-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132908, 1156, '0288-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132909, 1156, '0289-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132910, 1156, '0289-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132911, 1156, '0289-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132912, 1156, '0289-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132913, 1156, '0289-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132914, 1156, '0289-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132915, 1156, '0289-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132916, 1156, '0289-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132917, 1156, '0289-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132918, 1156, '0289-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132919, 1156, '0289-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132920, 1156, '0289-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132921, 1156, '0290-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132922, 1156, '0290-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132923, 1156, '0290-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132924, 1156, '0290-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132925, 1156, '0290-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132926, 1156, '0290-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132927, 1156, '0290-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132928, 1156, '0290-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132929, 1156, '0290-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132930, 1156, '0290-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132931, 1156, '0290-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132932, 1156, '0290-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132933, 1156, '0291-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(132934, 1156, '0291-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132935, 1156, '0291-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132936, 1156, '0291-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132937, 1156, '0291-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132938, 1156, '0291-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132939, 1156, '0291-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132940, 1156, '0291-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132941, 1156, '0291-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132942, 1156, '0291-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132943, 1156, '0291-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132944, 1156, '0291-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132945, 1156, '0292-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132946, 1156, '0292-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132947, 1156, '0292-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132948, 1156, '0292-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132949, 1156, '0292-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132950, 1156, '0292-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132951, 1156, '0292-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132952, 1156, '0292-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132953, 1156, '0292-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132954, 1156, '0292-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132955, 1156, '0292-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132956, 1156, '0292-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132957, 1156, '0293-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132958, 1156, '0293-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132959, 1156, '0293-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132960, 1156, '0293-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132961, 1156, '0293-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132962, 1156, '0293-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132963, 1156, '0293-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132964, 1156, '0293-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132965, 1156, '0293-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132966, 1156, '0293-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132967, 1156, '0293-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132968, 1156, '0293-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132969, 1156, '0294-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132970, 1156, '0294-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132971, 1156, '0294-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132972, 1156, '0294-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132973, 1156, '0294-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132974, 1156, '0294-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132975, 1156, '0294-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132976, 1156, '0294-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132977, 1156, '0294-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132978, 1156, '0294-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:52', '2023-09-12 17:46:52'),
(132979, 1156, '0294-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(132980, 1156, '0294-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(132981, 1156, '0295-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(132982, 1156, '0295-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(132983, 1156, '0295-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(132984, 1156, '0295-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(132985, 1156, '0295-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(132986, 1156, '0295-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(132987, 1156, '0295-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(132988, 1156, '0295-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(132989, 1156, '0295-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(132990, 1156, '0295-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(132991, 1156, '0295-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(132992, 1156, '0295-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(132993, 1156, '0296-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(132994, 1156, '0296-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(132995, 1156, '0296-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(132996, 1156, '0296-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(132997, 1156, '0296-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(132998, 1156, '0296-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(132999, 1156, '0296-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133000, 1156, '0296-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133001, 1156, '0296-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133002, 1156, '0296-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133003, 1156, '0296-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133004, 1156, '0296-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133005, 1156, '0297-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133006, 1156, '0297-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133007, 1156, '0297-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133008, 1156, '0297-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133009, 1156, '0297-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133010, 1156, '0297-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133011, 1156, '0297-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133012, 1156, '0297-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133013, 1156, '0297-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133014, 1156, '0297-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133015, 1156, '0297-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133016, 1156, '0297-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133017, 1156, '0298-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133018, 1156, '0298-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133019, 1156, '0298-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133020, 1156, '0298-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133021, 1156, '0298-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133022, 1156, '0298-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133023, 1156, '0298-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133024, 1156, '0298-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133025, 1156, '0298-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133026, 1156, '0298-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133027, 1156, '0298-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133028, 1156, '0298-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133029, 1156, '0299-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133030, 1156, '0299-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133031, 1156, '0299-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133032, 1156, '0299-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133033, 1156, '0299-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133034, 1156, '0299-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133035, 1156, '0299-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133036, 1156, '0299-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133037, 1156, '0299-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133038, 1156, '0299-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133039, 1156, '0299-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133040, 1156, '0299-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133041, 1156, '0300-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133042, 1156, '0300-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133043, 1156, '0300-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133044, 1156, '0300-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133045, 1156, '0300-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133046, 1156, '0300-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133047, 1156, '0300-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133048, 1156, '0300-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133049, 1156, '0300-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133050, 1156, '0300-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133051, 1156, '0300-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133052, 1156, '0300-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133053, 1156, '0301-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133054, 1156, '0301-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133055, 1156, '0301-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133056, 1156, '0301-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133057, 1156, '0301-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133058, 1156, '0301-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133059, 1156, '0301-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133060, 1156, '0301-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133061, 1156, '0301-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133062, 1156, '0301-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133063, 1156, '0301-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133064, 1156, '0301-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133065, 1156, '0302-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133066, 1156, '0302-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133067, 1156, '0302-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133068, 1156, '0302-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133069, 1156, '0302-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133070, 1156, '0302-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133071, 1156, '0302-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133072, 1156, '0302-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133073, 1156, '0302-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133074, 1156, '0302-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133075, 1156, '0302-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133076, 1156, '0302-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133077, 1156, '0303-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133078, 1156, '0303-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133079, 1156, '0303-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133080, 1156, '0303-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133081, 1156, '0303-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133082, 1156, '0303-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133083, 1156, '0303-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133084, 1156, '0303-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133085, 1156, '0303-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133086, 1156, '0303-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133087, 1156, '0303-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133088, 1156, '0303-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133089, 1156, '0304-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133090, 1156, '0304-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133091, 1156, '0304-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133092, 1156, '0304-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133093, 1156, '0304-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133094, 1156, '0304-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133095, 1156, '0304-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133096, 1156, '0304-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133097, 1156, '0304-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133098, 1156, '0304-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133099, 1156, '0304-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133100, 1156, '0304-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133101, 1156, '0305-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133102, 1156, '0305-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133103, 1156, '0305-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133104, 1156, '0305-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133105, 1156, '0305-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133106, 1156, '0305-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133107, 1156, '0305-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133108, 1156, '0305-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133109, 1156, '0305-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133110, 1156, '0305-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133111, 1156, '0305-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133112, 1156, '0305-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133113, 1156, '0306-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133114, 1156, '0306-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133115, 1156, '0306-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133116, 1156, '0306-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133117, 1156, '0306-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133118, 1156, '0306-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133119, 1156, '0306-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133120, 1156, '0306-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133121, 1156, '0306-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133122, 1156, '0306-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133123, 1156, '0306-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133124, 1156, '0306-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133125, 1156, '0307-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133126, 1156, '0307-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133127, 1156, '0307-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133128, 1156, '0307-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133129, 1156, '0307-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133130, 1156, '0307-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133131, 1156, '0307-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133132, 1156, '0307-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133133, 1156, '0307-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133134, 1156, '0307-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133135, 1156, '0307-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133136, 1156, '0307-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133137, 1156, '0308-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133138, 1156, '0308-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133139, 1156, '0308-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133140, 1156, '0308-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133141, 1156, '0308-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133142, 1156, '0308-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133143, 1156, '0308-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133144, 1156, '0308-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133145, 1156, '0308-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133146, 1156, '0308-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133147, 1156, '0308-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133148, 1156, '0308-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133149, 1156, '0309-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133150, 1156, '0309-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133151, 1156, '0309-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133152, 1156, '0309-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133153, 1156, '0309-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133154, 1156, '0309-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133155, 1156, '0309-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133156, 1156, '0309-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133157, 1156, '0309-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133158, 1156, '0309-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133159, 1156, '0309-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133160, 1156, '0309-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133161, 1156, '0310-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133162, 1156, '0310-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133163, 1156, '0310-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133164, 1156, '0310-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133165, 1156, '0310-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133166, 1156, '0310-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133167, 1156, '0310-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133168, 1156, '0310-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133169, 1156, '0310-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133170, 1156, '0310-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133171, 1156, '0310-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133172, 1156, '0310-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133173, 1156, '0311-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133174, 1156, '0311-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133175, 1156, '0311-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133176, 1156, '0311-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133177, 1156, '0311-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133178, 1156, '0311-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133179, 1156, '0311-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133180, 1156, '0311-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133181, 1156, '0311-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133182, 1156, '0311-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133183, 1156, '0311-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133184, 1156, '0311-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133185, 1156, '0312-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133186, 1156, '0312-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133187, 1156, '0312-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133188, 1156, '0312-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133189, 1156, '0312-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133190, 1156, '0312-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133191, 1156, '0312-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133192, 1156, '0312-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133193, 1156, '0312-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133194, 1156, '0312-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133195, 1156, '0312-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133196, 1156, '0312-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133197, 1156, '0313-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133198, 1156, '0313-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133199, 1156, '0313-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133200, 1156, '0313-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133201, 1156, '0313-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133202, 1156, '0313-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133203, 1156, '0313-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133204, 1156, '0313-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133205, 1156, '0313-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133206, 1156, '0313-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133207, 1156, '0313-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133208, 1156, '0313-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133209, 1156, '0314-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133210, 1156, '0314-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133211, 1156, '0314-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133212, 1156, '0314-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133213, 1156, '0314-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133214, 1156, '0314-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133215, 1156, '0314-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133216, 1156, '0314-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133217, 1156, '0314-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133218, 1156, '0314-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133219, 1156, '0314-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133220, 1156, '0314-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133221, 1156, '0315-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133222, 1156, '0315-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133223, 1156, '0315-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133224, 1156, '0315-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133225, 1156, '0315-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133226, 1156, '0315-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133227, 1156, '0315-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133228, 1156, '0315-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133229, 1156, '0315-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133230, 1156, '0315-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133231, 1156, '0315-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133232, 1156, '0315-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133233, 1156, '0316-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133234, 1156, '0316-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133235, 1156, '0316-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133236, 1156, '0316-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133237, 1156, '0316-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133238, 1156, '0316-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133239, 1156, '0316-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133240, 1156, '0316-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133241, 1156, '0316-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133242, 1156, '0316-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133243, 1156, '0316-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133244, 1156, '0316-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133245, 1156, '0317-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133246, 1156, '0317-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133247, 1156, '0317-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133248, 1156, '0317-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133249, 1156, '0317-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133250, 1156, '0317-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133251, 1156, '0317-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133252, 1156, '0317-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133253, 1156, '0317-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133254, 1156, '0317-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133255, 1156, '0317-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133256, 1156, '0317-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133257, 1156, '0318-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133258, 1156, '0318-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133259, 1156, '0318-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133260, 1156, '0318-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133261, 1156, '0318-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133262, 1156, '0318-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133263, 1156, '0318-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133264, 1156, '0318-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133265, 1156, '0318-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133266, 1156, '0318-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133267, 1156, '0318-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133268, 1156, '0318-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133269, 1156, '0319-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133270, 1156, '0319-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133271, 1156, '0319-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133272, 1156, '0319-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133273, 1156, '0319-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133274, 1156, '0319-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133275, 1156, '0319-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133276, 1156, '0319-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133277, 1156, '0319-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133278, 1156, '0319-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133279, 1156, '0319-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133280, 1156, '0319-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133281, 1156, '0320-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133282, 1156, '0320-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133283, 1156, '0320-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133284, 1156, '0320-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133285, 1156, '0320-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133286, 1156, '0320-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133287, 1156, '0320-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133288, 1156, '0320-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133289, 1156, '0320-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133290, 1156, '0320-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133291, 1156, '0320-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133292, 1156, '0320-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133293, 1156, '0321-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133294, 1156, '0321-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133295, 1156, '0321-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133296, 1156, '0321-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133297, 1156, '0321-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133298, 1156, '0321-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133299, 1156, '0321-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133300, 1156, '0321-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133301, 1156, '0321-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133302, 1156, '0321-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133303, 1156, '0321-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133304, 1156, '0321-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133305, 1156, '0322-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133306, 1156, '0322-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133307, 1156, '0322-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133308, 1156, '0322-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133309, 1156, '0322-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133310, 1156, '0322-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133311, 1156, '0322-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133312, 1156, '0322-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133313, 1156, '0322-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133314, 1156, '0322-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133315, 1156, '0322-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133316, 1156, '0322-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133317, 1156, '0323-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133318, 1156, '0323-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133319, 1156, '0323-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133320, 1156, '0323-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133321, 1156, '0323-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133322, 1156, '0323-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133323, 1156, '0323-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133324, 1156, '0323-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133325, 1156, '0323-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133326, 1156, '0323-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133327, 1156, '0323-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133328, 1156, '0323-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133329, 1156, '0324-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:53', '2023-09-12 17:46:53'),
(133330, 1156, '0324-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133331, 1156, '0324-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133332, 1156, '0324-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133333, 1156, '0324-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133334, 1156, '0324-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133335, 1156, '0324-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133336, 1156, '0324-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133337, 1156, '0324-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133338, 1156, '0324-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133339, 1156, '0324-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133340, 1156, '0324-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133341, 1156, '0325-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133342, 1156, '0325-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133343, 1156, '0325-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133344, 1156, '0325-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133345, 1156, '0325-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133346, 1156, '0325-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133347, 1156, '0325-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133348, 1156, '0325-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133349, 1156, '0325-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133350, 1156, '0325-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133351, 1156, '0325-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133352, 1156, '0325-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133353, 1156, '0326-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133354, 1156, '0326-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133355, 1156, '0326-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133356, 1156, '0326-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133357, 1156, '0326-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133358, 1156, '0326-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133359, 1156, '0326-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133360, 1156, '0326-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133361, 1156, '0326-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133362, 1156, '0326-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133363, 1156, '0326-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133364, 1156, '0326-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133365, 1156, '0327-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133366, 1156, '0327-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133367, 1156, '0327-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133368, 1156, '0327-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133369, 1156, '0327-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133370, 1156, '0327-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133371, 1156, '0327-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133372, 1156, '0327-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133373, 1156, '0327-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133374, 1156, '0327-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133375, 1156, '0327-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133376, 1156, '0327-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133377, 1156, '0328-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133378, 1156, '0328-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133379, 1156, '0328-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133380, 1156, '0328-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133381, 1156, '0328-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133382, 1156, '0328-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133383, 1156, '0328-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133384, 1156, '0328-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133385, 1156, '0328-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133386, 1156, '0328-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133387, 1156, '0328-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133388, 1156, '0328-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133389, 1156, '0329-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(133390, 1156, '0329-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133391, 1156, '0329-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133392, 1156, '0329-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133393, 1156, '0329-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133394, 1156, '0329-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133395, 1156, '0329-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133396, 1156, '0329-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133397, 1156, '0329-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133398, 1156, '0329-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133399, 1156, '0329-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133400, 1156, '0329-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133401, 1156, '0330-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133402, 1156, '0330-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133403, 1156, '0330-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133404, 1156, '0330-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133405, 1156, '0330-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133406, 1156, '0330-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133407, 1156, '0330-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133408, 1156, '0330-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133409, 1156, '0330-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133410, 1156, '0330-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133411, 1156, '0330-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133412, 1156, '0330-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133413, 1156, '0331-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133414, 1156, '0331-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133415, 1156, '0331-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133416, 1156, '0331-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133417, 1156, '0331-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133418, 1156, '0331-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133419, 1156, '0331-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133420, 1156, '0331-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133421, 1156, '0331-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133422, 1156, '0331-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133423, 1156, '0331-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133424, 1156, '0331-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133425, 1156, '0332-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133426, 1156, '0332-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133427, 1156, '0332-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133428, 1156, '0332-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133429, 1156, '0332-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133430, 1156, '0332-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133431, 1156, '0332-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133432, 1156, '0332-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133433, 1156, '0332-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133434, 1156, '0332-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133435, 1156, '0332-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133436, 1156, '0332-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133437, 1156, '0333-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133438, 1156, '0333-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133439, 1156, '0333-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133440, 1156, '0333-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133441, 1156, '0333-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133442, 1156, '0333-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133443, 1156, '0333-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133444, 1156, '0333-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133445, 1156, '0333-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133446, 1156, '0333-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133447, 1156, '0333-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133448, 1156, '0333-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133449, 1156, '0334-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133450, 1156, '0334-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133451, 1156, '0334-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133452, 1156, '0334-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133453, 1156, '0334-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133454, 1156, '0334-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133455, 1156, '0334-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133456, 1156, '0334-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133457, 1156, '0334-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133458, 1156, '0334-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133459, 1156, '0334-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133460, 1156, '0334-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133461, 1156, '0335-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133462, 1156, '0335-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133463, 1156, '0335-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133464, 1156, '0335-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133465, 1156, '0335-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133466, 1156, '0335-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133467, 1156, '0335-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133468, 1156, '0335-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133469, 1156, '0335-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133470, 1156, '0335-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133471, 1156, '0335-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133472, 1156, '0335-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133473, 1156, '0336-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133474, 1156, '0336-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133475, 1156, '0336-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133476, 1156, '0336-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133477, 1156, '0336-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133478, 1156, '0336-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133479, 1156, '0336-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133480, 1156, '0336-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133481, 1156, '0336-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133482, 1156, '0336-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133483, 1156, '0336-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133484, 1156, '0336-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133485, 1156, '0337-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133486, 1156, '0337-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133487, 1156, '0337-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133488, 1156, '0337-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133489, 1156, '0337-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133490, 1156, '0337-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133491, 1156, '0337-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133492, 1156, '0337-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133493, 1156, '0337-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133494, 1156, '0337-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133495, 1156, '0337-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133496, 1156, '0337-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133497, 1156, '0338-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133498, 1156, '0338-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133499, 1156, '0338-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133500, 1156, '0338-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133501, 1156, '0338-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133502, 1156, '0338-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133503, 1156, '0338-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133504, 1156, '0338-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133505, 1156, '0338-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133506, 1156, '0338-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133507, 1156, '0338-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133508, 1156, '0338-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133509, 1156, '0339-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133510, 1156, '0339-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133511, 1156, '0339-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133512, 1156, '0339-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133513, 1156, '0339-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133514, 1156, '0339-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133515, 1156, '0339-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133516, 1156, '0339-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133517, 1156, '0339-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133518, 1156, '0339-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133519, 1156, '0339-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133520, 1156, '0339-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133521, 1156, '0340-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133522, 1156, '0340-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133523, 1156, '0340-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133524, 1156, '0340-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133525, 1156, '0340-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133526, 1156, '0340-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133527, 1156, '0340-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133528, 1156, '0340-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133529, 1156, '0340-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133530, 1156, '0340-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133531, 1156, '0340-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133532, 1156, '0340-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133533, 1156, '0341-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133534, 1156, '0341-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133535, 1156, '0341-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133536, 1156, '0341-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133537, 1156, '0341-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133538, 1156, '0341-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133539, 1156, '0341-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133540, 1156, '0341-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133541, 1156, '0341-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133542, 1156, '0341-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133543, 1156, '0341-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133544, 1156, '0341-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133545, 1156, '0342-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133546, 1156, '0342-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133547, 1156, '0342-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133548, 1156, '0342-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133549, 1156, '0342-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133550, 1156, '0342-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133551, 1156, '0342-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133552, 1156, '0342-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133553, 1156, '0342-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133554, 1156, '0342-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133555, 1156, '0342-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133556, 1156, '0342-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133557, 1156, '0343-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133558, 1156, '0343-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133559, 1156, '0343-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133560, 1156, '0343-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133561, 1156, '0343-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133562, 1156, '0343-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133563, 1156, '0343-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133564, 1156, '0343-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133565, 1156, '0343-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133566, 1156, '0343-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133567, 1156, '0343-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133568, 1156, '0343-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133569, 1156, '0344-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133570, 1156, '0344-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133571, 1156, '0344-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133572, 1156, '0344-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133573, 1156, '0344-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133574, 1156, '0344-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133575, 1156, '0344-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133576, 1156, '0344-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133577, 1156, '0344-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133578, 1156, '0344-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133579, 1156, '0344-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133580, 1156, '0344-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133581, 1156, '0345-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133582, 1156, '0345-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133583, 1156, '0345-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133584, 1156, '0345-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133585, 1156, '0345-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133586, 1156, '0345-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133587, 1156, '0345-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133588, 1156, '0345-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133589, 1156, '0345-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133590, 1156, '0345-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133591, 1156, '0345-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133592, 1156, '0345-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133593, 1156, '0346-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133594, 1156, '0346-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133595, 1156, '0346-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133596, 1156, '0346-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133597, 1156, '0346-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133598, 1156, '0346-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133599, 1156, '0346-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133600, 1156, '0346-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133601, 1156, '0346-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133602, 1156, '0346-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133603, 1156, '0346-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133604, 1156, '0346-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133605, 1156, '0347-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133606, 1156, '0347-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133607, 1156, '0347-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133608, 1156, '0347-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133609, 1156, '0347-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133610, 1156, '0347-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133611, 1156, '0347-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133612, 1156, '0347-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133613, 1156, '0347-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133614, 1156, '0347-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133615, 1156, '0347-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133616, 1156, '0347-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133617, 1156, '0348-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133618, 1156, '0348-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133619, 1156, '0348-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133620, 1156, '0348-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133621, 1156, '0348-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133622, 1156, '0348-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133623, 1156, '0348-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133624, 1156, '0348-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133625, 1156, '0348-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133626, 1156, '0348-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133627, 1156, '0348-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133628, 1156, '0348-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133629, 1156, '0349-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133630, 1156, '0349-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133631, 1156, '0349-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133632, 1156, '0349-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133633, 1156, '0349-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133634, 1156, '0349-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133635, 1156, '0349-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133636, 1156, '0349-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133637, 1156, '0349-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133638, 1156, '0349-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133639, 1156, '0349-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133640, 1156, '0349-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133641, 1156, '0350-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133642, 1156, '0350-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133643, 1156, '0350-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133644, 1156, '0350-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133645, 1156, '0350-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133646, 1156, '0350-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133647, 1156, '0350-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133648, 1156, '0350-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133649, 1156, '0350-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133650, 1156, '0350-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133651, 1156, '0350-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133652, 1156, '0350-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133653, 1156, '0351-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133654, 1156, '0351-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133655, 1156, '0351-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133656, 1156, '0351-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133657, 1156, '0351-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133658, 1156, '0351-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133659, 1156, '0351-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133660, 1156, '0351-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133661, 1156, '0351-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133662, 1156, '0351-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133663, 1156, '0351-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133664, 1156, '0351-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133665, 1156, '0352-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133666, 1156, '0352-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133667, 1156, '0352-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133668, 1156, '0352-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133669, 1156, '0352-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133670, 1156, '0352-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133671, 1156, '0352-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133672, 1156, '0352-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133673, 1156, '0352-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133674, 1156, '0352-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133675, 1156, '0352-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133676, 1156, '0352-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133677, 1156, '0353-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133678, 1156, '0353-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:54', '2023-09-12 17:46:54'),
(133679, 1156, '0353-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133680, 1156, '0353-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133681, 1156, '0353-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133682, 1156, '0353-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133683, 1156, '0353-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133684, 1156, '0353-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133685, 1156, '0353-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133686, 1156, '0353-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133687, 1156, '0353-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133688, 1156, '0353-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133689, 1156, '0354-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133690, 1156, '0354-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133691, 1156, '0354-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133692, 1156, '0354-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133693, 1156, '0354-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133694, 1156, '0354-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133695, 1156, '0354-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133696, 1156, '0354-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133697, 1156, '0354-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133698, 1156, '0354-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133699, 1156, '0354-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133700, 1156, '0354-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133701, 1156, '0355-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133702, 1156, '0355-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133703, 1156, '0355-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133704, 1156, '0355-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133705, 1156, '0355-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133706, 1156, '0355-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133707, 1156, '0355-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133708, 1156, '0355-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133709, 1156, '0355-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133710, 1156, '0355-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133711, 1156, '0355-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133712, 1156, '0355-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133713, 1156, '0356-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133714, 1156, '0356-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133715, 1156, '0356-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133716, 1156, '0356-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133717, 1156, '0356-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133718, 1156, '0356-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133719, 1156, '0356-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133720, 1156, '0356-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133721, 1156, '0356-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133722, 1156, '0356-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133723, 1156, '0356-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133724, 1156, '0356-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133725, 1156, '0357-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133726, 1156, '0357-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133727, 1156, '0357-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133728, 1156, '0357-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133729, 1156, '0357-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133730, 1156, '0357-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133731, 1156, '0357-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133732, 1156, '0357-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133733, 1156, '0357-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133734, 1156, '0357-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133735, 1156, '0357-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133736, 1156, '0357-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133737, 1156, '0358-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133738, 1156, '0358-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133739, 1156, '0358-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133740, 1156, '0358-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133741, 1156, '0358-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133742, 1156, '0358-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133743, 1156, '0358-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133744, 1156, '0358-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133745, 1156, '0358-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133746, 1156, '0358-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133747, 1156, '0358-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133748, 1156, '0358-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133749, 1156, '0359-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133750, 1156, '0359-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133751, 1156, '0359-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133752, 1156, '0359-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133753, 1156, '0359-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133754, 1156, '0359-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133755, 1156, '0359-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133756, 1156, '0359-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133757, 1156, '0359-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133758, 1156, '0359-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133759, 1156, '0359-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133760, 1156, '0359-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133761, 1156, '0360-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133762, 1156, '0360-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133763, 1156, '0360-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133764, 1156, '0360-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133765, 1156, '0360-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133766, 1156, '0360-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133767, 1156, '0360-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133768, 1156, '0360-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133769, 1156, '0360-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133770, 1156, '0360-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133771, 1156, '0360-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133772, 1156, '0360-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133773, 1156, '0361-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133774, 1156, '0361-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133775, 1156, '0361-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133776, 1156, '0361-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133777, 1156, '0361-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133778, 1156, '0361-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133779, 1156, '0361-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133780, 1156, '0361-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133781, 1156, '0361-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133782, 1156, '0361-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133783, 1156, '0361-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133784, 1156, '0361-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133785, 1156, '0362-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133786, 1156, '0362-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133787, 1156, '0362-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133788, 1156, '0362-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133789, 1156, '0362-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133790, 1156, '0362-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133791, 1156, '0362-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133792, 1156, '0362-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133793, 1156, '0362-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133794, 1156, '0362-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133795, 1156, '0362-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133796, 1156, '0362-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133797, 1156, '0363-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133798, 1156, '0363-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133799, 1156, '0363-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133800, 1156, '0363-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133801, 1156, '0363-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133802, 1156, '0363-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133803, 1156, '0363-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133804, 1156, '0363-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133805, 1156, '0363-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133806, 1156, '0363-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133807, 1156, '0363-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133808, 1156, '0363-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133809, 1156, '0364-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133810, 1156, '0364-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133811, 1156, '0364-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133812, 1156, '0364-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133813, 1156, '0364-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133814, 1156, '0364-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133815, 1156, '0364-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133816, 1156, '0364-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133817, 1156, '0364-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133818, 1156, '0364-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133819, 1156, '0364-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133820, 1156, '0364-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133821, 1156, '0365-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133822, 1156, '0365-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133823, 1156, '0365-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133824, 1156, '0365-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133825, 1156, '0365-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133826, 1156, '0365-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133827, 1156, '0365-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133828, 1156, '0365-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133829, 1156, '0365-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133830, 1156, '0365-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133831, 1156, '0365-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133832, 1156, '0365-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133833, 1156, '0366-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133834, 1156, '0366-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133835, 1156, '0366-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133836, 1156, '0366-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133837, 1156, '0366-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133838, 1156, '0366-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133839, 1156, '0366-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133840, 1156, '0366-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133841, 1156, '0366-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133842, 1156, '0366-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133843, 1156, '0366-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133844, 1156, '0366-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133845, 1156, '0367-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(133846, 1156, '0367-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133847, 1156, '0367-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133848, 1156, '0367-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133849, 1156, '0367-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133850, 1156, '0367-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133851, 1156, '0367-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133852, 1156, '0367-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133853, 1156, '0367-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133854, 1156, '0367-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133855, 1156, '0367-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133856, 1156, '0367-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133857, 1156, '0368-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133858, 1156, '0368-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133859, 1156, '0368-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133860, 1156, '0368-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133861, 1156, '0368-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133862, 1156, '0368-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133863, 1156, '0368-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133864, 1156, '0368-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133865, 1156, '0368-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133866, 1156, '0368-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133867, 1156, '0368-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133868, 1156, '0368-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133869, 1156, '0369-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133870, 1156, '0369-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133871, 1156, '0369-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133872, 1156, '0369-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133873, 1156, '0369-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133874, 1156, '0369-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133875, 1156, '0369-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133876, 1156, '0369-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133877, 1156, '0369-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133878, 1156, '0369-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133879, 1156, '0369-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133880, 1156, '0369-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133881, 1156, '0370-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133882, 1156, '0370-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133883, 1156, '0370-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133884, 1156, '0370-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133885, 1156, '0370-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133886, 1156, '0370-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133887, 1156, '0370-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133888, 1156, '0370-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133889, 1156, '0370-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133890, 1156, '0370-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133891, 1156, '0370-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133892, 1156, '0370-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133893, 1156, '0371-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133894, 1156, '0371-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133895, 1156, '0371-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133896, 1156, '0371-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133897, 1156, '0371-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133898, 1156, '0371-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133899, 1156, '0371-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133900, 1156, '0371-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133901, 1156, '0371-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133902, 1156, '0371-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133903, 1156, '0371-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133904, 1156, '0371-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133905, 1156, '0372-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133906, 1156, '0372-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133907, 1156, '0372-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133908, 1156, '0372-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133909, 1156, '0372-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133910, 1156, '0372-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133911, 1156, '0372-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133912, 1156, '0372-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133913, 1156, '0372-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133914, 1156, '0372-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133915, 1156, '0372-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133916, 1156, '0372-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133917, 1156, '0373-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133918, 1156, '0373-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133919, 1156, '0373-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133920, 1156, '0373-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133921, 1156, '0373-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133922, 1156, '0373-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133923, 1156, '0373-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133924, 1156, '0373-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133925, 1156, '0373-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133926, 1156, '0373-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133927, 1156, '0373-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133928, 1156, '0373-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133929, 1156, '0374-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133930, 1156, '0374-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133931, 1156, '0374-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133932, 1156, '0374-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133933, 1156, '0374-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133934, 1156, '0374-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133935, 1156, '0374-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133936, 1156, '0374-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133937, 1156, '0374-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133938, 1156, '0374-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133939, 1156, '0374-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133940, 1156, '0374-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133941, 1156, '0375-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133942, 1156, '0375-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133943, 1156, '0375-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133944, 1156, '0375-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133945, 1156, '0375-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133946, 1156, '0375-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133947, 1156, '0375-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133948, 1156, '0375-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133949, 1156, '0375-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133950, 1156, '0375-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133951, 1156, '0375-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133952, 1156, '0375-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133953, 1156, '0376-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133954, 1156, '0376-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133955, 1156, '0376-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133956, 1156, '0376-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133957, 1156, '0376-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133958, 1156, '0376-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133959, 1156, '0376-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133960, 1156, '0376-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133961, 1156, '0376-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133962, 1156, '0376-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133963, 1156, '0376-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133964, 1156, '0376-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133965, 1156, '0377-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133966, 1156, '0377-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133967, 1156, '0377-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133968, 1156, '0377-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133969, 1156, '0377-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133970, 1156, '0377-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133971, 1156, '0377-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133972, 1156, '0377-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133973, 1156, '0377-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133974, 1156, '0377-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133975, 1156, '0377-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133976, 1156, '0377-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133977, 1156, '0378-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133978, 1156, '0378-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133979, 1156, '0378-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133980, 1156, '0378-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133981, 1156, '0378-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133982, 1156, '0378-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133983, 1156, '0378-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133984, 1156, '0378-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133985, 1156, '0378-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133986, 1156, '0378-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133987, 1156, '0378-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133988, 1156, '0378-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133989, 1156, '0379-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133990, 1156, '0379-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133991, 1156, '0379-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133992, 1156, '0379-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133993, 1156, '0379-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133994, 1156, '0379-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133995, 1156, '0379-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133996, 1156, '0379-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133997, 1156, '0379-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133998, 1156, '0379-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(133999, 1156, '0379-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(134000, 1156, '0379-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(134001, 1156, '0380-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(134002, 1156, '0380-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(134003, 1156, '0380-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(134004, 1156, '0380-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(134005, 1156, '0380-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(134006, 1156, '0380-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(134007, 1156, '0380-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(134008, 1156, '0380-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(134009, 1156, '0380-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(134010, 1156, '0380-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(134011, 1156, '0380-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(134012, 1156, '0380-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(134013, 1156, '0381-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(134014, 1156, '0381-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(134015, 1156, '0381-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(134016, 1156, '0381-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(134017, 1156, '0381-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(134018, 1156, '0381-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(134019, 1156, '0381-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(134020, 1156, '0381-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(134021, 1156, '0381-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(134022, 1156, '0381-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(134023, 1156, '0381-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(134024, 1156, '0381-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(134025, 1156, '0382-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(134026, 1156, '0382-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(134027, 1156, '0382-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(134028, 1156, '0382-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(134029, 1156, '0382-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(134030, 1156, '0382-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:55', '2023-09-12 17:46:55'),
(134031, 1156, '0382-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134032, 1156, '0382-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134033, 1156, '0382-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134034, 1156, '0382-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134035, 1156, '0382-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134036, 1156, '0382-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134037, 1156, '0383-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134038, 1156, '0383-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134039, 1156, '0383-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134040, 1156, '0383-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134041, 1156, '0383-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134042, 1156, '0383-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134043, 1156, '0383-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134044, 1156, '0383-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134045, 1156, '0383-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134046, 1156, '0383-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134047, 1156, '0383-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134048, 1156, '0383-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134049, 1156, '0384-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134050, 1156, '0384-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134051, 1156, '0384-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134052, 1156, '0384-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134053, 1156, '0384-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134054, 1156, '0384-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134055, 1156, '0384-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134056, 1156, '0384-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134057, 1156, '0384-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134058, 1156, '0384-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134059, 1156, '0384-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134060, 1156, '0384-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134061, 1156, '0385-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134062, 1156, '0385-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134063, 1156, '0385-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134064, 1156, '0385-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134065, 1156, '0385-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134066, 1156, '0385-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134067, 1156, '0385-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134068, 1156, '0385-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134069, 1156, '0385-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134070, 1156, '0385-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134071, 1156, '0385-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134072, 1156, '0385-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134073, 1156, '0386-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134074, 1156, '0386-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134075, 1156, '0386-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134076, 1156, '0386-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134077, 1156, '0386-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134078, 1156, '0386-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134079, 1156, '0386-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134080, 1156, '0386-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134081, 1156, '0386-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134082, 1156, '0386-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134083, 1156, '0386-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134084, 1156, '0386-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134085, 1156, '0387-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134086, 1156, '0387-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134087, 1156, '0387-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134088, 1156, '0387-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134089, 1156, '0387-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134090, 1156, '0387-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134091, 1156, '0387-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134092, 1156, '0387-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134093, 1156, '0387-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134094, 1156, '0387-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134095, 1156, '0387-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134096, 1156, '0387-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134097, 1156, '0388-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134098, 1156, '0388-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134099, 1156, '0388-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134100, 1156, '0388-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134101, 1156, '0388-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134102, 1156, '0388-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134103, 1156, '0388-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134104, 1156, '0388-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134105, 1156, '0388-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134106, 1156, '0388-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134107, 1156, '0388-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134108, 1156, '0388-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134109, 1156, '0389-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134110, 1156, '0389-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134111, 1156, '0389-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134112, 1156, '0389-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134113, 1156, '0389-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134114, 1156, '0389-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134115, 1156, '0389-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134116, 1156, '0389-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134117, 1156, '0389-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134118, 1156, '0389-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134119, 1156, '0389-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134120, 1156, '0389-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134121, 1156, '0390-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134122, 1156, '0390-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134123, 1156, '0390-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134124, 1156, '0390-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134125, 1156, '0390-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134126, 1156, '0390-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134127, 1156, '0390-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134128, 1156, '0390-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134129, 1156, '0390-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134130, 1156, '0390-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134131, 1156, '0390-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134132, 1156, '0390-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134133, 1156, '0391-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134134, 1156, '0391-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134135, 1156, '0391-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134136, 1156, '0391-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134137, 1156, '0391-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134138, 1156, '0391-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134139, 1156, '0391-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134140, 1156, '0391-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134141, 1156, '0391-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134142, 1156, '0391-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134143, 1156, '0391-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134144, 1156, '0391-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134145, 1156, '0392-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134146, 1156, '0392-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134147, 1156, '0392-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134148, 1156, '0392-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134149, 1156, '0392-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134150, 1156, '0392-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134151, 1156, '0392-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134152, 1156, '0392-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134153, 1156, '0392-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134154, 1156, '0392-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134155, 1156, '0392-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134156, 1156, '0392-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134157, 1156, '0393-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134158, 1156, '0393-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134159, 1156, '0393-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134160, 1156, '0393-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134161, 1156, '0393-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134162, 1156, '0393-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134163, 1156, '0393-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134164, 1156, '0393-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134165, 1156, '0393-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134166, 1156, '0393-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134167, 1156, '0393-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134168, 1156, '0393-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134169, 1156, '0394-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134170, 1156, '0394-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134171, 1156, '0394-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134172, 1156, '0394-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134173, 1156, '0394-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134174, 1156, '0394-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134175, 1156, '0394-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134176, 1156, '0394-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134177, 1156, '0394-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134178, 1156, '0394-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134179, 1156, '0394-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134180, 1156, '0394-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134181, 1156, '0395-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134182, 1156, '0395-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134183, 1156, '0395-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134184, 1156, '0395-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134185, 1156, '0395-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134186, 1156, '0395-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134187, 1156, '0395-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134188, 1156, '0395-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134189, 1156, '0395-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134190, 1156, '0395-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134191, 1156, '0395-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134192, 1156, '0395-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134193, 1156, '0396-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134194, 1156, '0396-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134195, 1156, '0396-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134196, 1156, '0396-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134197, 1156, '0396-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134198, 1156, '0396-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134199, 1156, '0396-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134200, 1156, '0396-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134201, 1156, '0396-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134202, 1156, '0396-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134203, 1156, '0396-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134204, 1156, '0396-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134205, 1156, '0397-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134206, 1156, '0397-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134207, 1156, '0397-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134208, 1156, '0397-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134209, 1156, '0397-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134210, 1156, '0397-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134211, 1156, '0397-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134212, 1156, '0397-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134213, 1156, '0397-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134214, 1156, '0397-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134215, 1156, '0397-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134216, 1156, '0397-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134217, 1156, '0398-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134218, 1156, '0398-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134219, 1156, '0398-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134220, 1156, '0398-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134221, 1156, '0398-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134222, 1156, '0398-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134223, 1156, '0398-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134224, 1156, '0398-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134225, 1156, '0398-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134226, 1156, '0398-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134227, 1156, '0398-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134228, 1156, '0398-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134229, 1156, '0399-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134230, 1156, '0399-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134231, 1156, '0399-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134232, 1156, '0399-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134233, 1156, '0399-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134234, 1156, '0399-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134235, 1156, '0399-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134236, 1156, '0399-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134237, 1156, '0399-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134238, 1156, '0399-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134239, 1156, '0399-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134240, 1156, '0399-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134241, 1156, '0400-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134242, 1156, '0400-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134243, 1156, '0400-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134244, 1156, '0400-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134245, 1156, '0400-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134246, 1156, '0400-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134247, 1156, '0400-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134248, 1156, '0400-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134249, 1156, '0400-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134250, 1156, '0400-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134251, 1156, '0400-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134252, 1156, '0400-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134253, 1156, '0401-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134254, 1156, '0401-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134255, 1156, '0401-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134256, 1156, '0401-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134257, 1156, '0401-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134258, 1156, '0401-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134259, 1156, '0401-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134260, 1156, '0401-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134261, 1156, '0401-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134262, 1156, '0401-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134263, 1156, '0401-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134264, 1156, '0401-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134265, 1156, '0402-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134266, 1156, '0402-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134267, 1156, '0402-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134268, 1156, '0402-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134269, 1156, '0402-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134270, 1156, '0402-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134271, 1156, '0402-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134272, 1156, '0402-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134273, 1156, '0402-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134274, 1156, '0402-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134275, 1156, '0402-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134276, 1156, '0402-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134277, 1156, '0403-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134278, 1156, '0403-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134279, 1156, '0403-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134280, 1156, '0403-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134281, 1156, '0403-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134282, 1156, '0403-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134283, 1156, '0403-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134284, 1156, '0403-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134285, 1156, '0403-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134286, 1156, '0403-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134287, 1156, '0403-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134288, 1156, '0403-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134289, 1156, '0404-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134290, 1156, '0404-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134291, 1156, '0404-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134292, 1156, '0404-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134293, 1156, '0404-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134294, 1156, '0404-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134295, 1156, '0404-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134296, 1156, '0404-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134297, 1156, '0404-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134298, 1156, '0404-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134299, 1156, '0404-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134300, 1156, '0404-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134301, 1156, '0405-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(134302, 1156, '0405-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134303, 1156, '0405-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134304, 1156, '0405-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134305, 1156, '0405-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134306, 1156, '0405-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134307, 1156, '0405-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134308, 1156, '0405-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134309, 1156, '0405-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134310, 1156, '0405-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134311, 1156, '0405-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134312, 1156, '0405-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134313, 1156, '0406-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134314, 1156, '0406-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134315, 1156, '0406-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134316, 1156, '0406-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134317, 1156, '0406-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134318, 1156, '0406-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134319, 1156, '0406-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134320, 1156, '0406-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134321, 1156, '0406-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134322, 1156, '0406-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134323, 1156, '0406-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134324, 1156, '0406-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134325, 1156, '0407-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134326, 1156, '0407-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134327, 1156, '0407-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134328, 1156, '0407-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134329, 1156, '0407-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134330, 1156, '0407-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134331, 1156, '0407-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134332, 1156, '0407-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134333, 1156, '0407-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134334, 1156, '0407-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134335, 1156, '0407-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134336, 1156, '0407-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134337, 1156, '0408-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134338, 1156, '0408-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134339, 1156, '0408-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134340, 1156, '0408-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134341, 1156, '0408-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134342, 1156, '0408-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134343, 1156, '0408-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134344, 1156, '0408-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134345, 1156, '0408-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134346, 1156, '0408-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134347, 1156, '0408-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134348, 1156, '0408-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134349, 1156, '0409-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134350, 1156, '0409-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134351, 1156, '0409-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134352, 1156, '0409-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134353, 1156, '0409-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134354, 1156, '0409-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134355, 1156, '0409-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134356, 1156, '0409-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134357, 1156, '0409-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134358, 1156, '0409-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134359, 1156, '0409-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134360, 1156, '0409-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134361, 1156, '0410-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134362, 1156, '0410-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134363, 1156, '0410-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134364, 1156, '0410-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134365, 1156, '0410-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134366, 1156, '0410-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134367, 1156, '0410-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134368, 1156, '0410-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134369, 1156, '0410-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134370, 1156, '0410-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134371, 1156, '0410-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134372, 1156, '0410-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134373, 1156, '0411-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134374, 1156, '0411-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134375, 1156, '0411-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134376, 1156, '0411-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134377, 1156, '0411-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134378, 1156, '0411-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134379, 1156, '0411-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134380, 1156, '0411-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134381, 1156, '0411-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134382, 1156, '0411-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134383, 1156, '0411-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134384, 1156, '0411-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134385, 1156, '0412-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134386, 1156, '0412-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134387, 1156, '0412-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134388, 1156, '0412-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134389, 1156, '0412-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134390, 1156, '0412-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134391, 1156, '0412-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134392, 1156, '0412-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134393, 1156, '0412-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134394, 1156, '0412-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134395, 1156, '0412-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134396, 1156, '0412-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134397, 1156, '0413-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134398, 1156, '0413-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134399, 1156, '0413-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134400, 1156, '0413-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134401, 1156, '0413-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134402, 1156, '0413-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134403, 1156, '0413-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134404, 1156, '0413-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134405, 1156, '0413-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134406, 1156, '0413-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134407, 1156, '0413-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134408, 1156, '0413-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134409, 1156, '0414-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134410, 1156, '0414-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134411, 1156, '0414-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134412, 1156, '0414-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134413, 1156, '0414-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134414, 1156, '0414-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134415, 1156, '0414-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134416, 1156, '0414-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134417, 1156, '0414-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134418, 1156, '0414-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134419, 1156, '0414-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134420, 1156, '0414-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134421, 1156, '0415-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134422, 1156, '0415-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134423, 1156, '0415-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134424, 1156, '0415-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:56', '2023-09-12 17:46:56'),
(134425, 1156, '0415-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134426, 1156, '0415-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134427, 1156, '0415-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134428, 1156, '0415-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134429, 1156, '0415-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134430, 1156, '0415-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134431, 1156, '0415-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134432, 1156, '0415-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134433, 1156, '0416-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134434, 1156, '0416-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134435, 1156, '0416-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134436, 1156, '0416-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134437, 1156, '0416-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134438, 1156, '0416-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134439, 1156, '0416-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134440, 1156, '0416-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134441, 1156, '0416-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134442, 1156, '0416-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134443, 1156, '0416-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134444, 1156, '0416-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134445, 1156, '0417-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134446, 1156, '0417-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134447, 1156, '0417-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134448, 1156, '0417-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134449, 1156, '0417-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134450, 1156, '0417-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134451, 1156, '0417-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134452, 1156, '0417-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134453, 1156, '0417-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134454, 1156, '0417-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134455, 1156, '0417-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134456, 1156, '0417-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134457, 1156, '0418-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134458, 1156, '0418-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134459, 1156, '0418-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134460, 1156, '0418-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134461, 1156, '0418-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134462, 1156, '0418-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134463, 1156, '0418-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134464, 1156, '0418-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134465, 1156, '0418-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134466, 1156, '0418-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134467, 1156, '0418-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134468, 1156, '0418-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134469, 1156, '0419-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134470, 1156, '0419-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134471, 1156, '0419-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134472, 1156, '0419-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134473, 1156, '0419-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134474, 1156, '0419-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134475, 1156, '0419-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134476, 1156, '0419-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134477, 1156, '0419-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134478, 1156, '0419-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134479, 1156, '0419-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134480, 1156, '0419-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134481, 1156, '0420-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134482, 1156, '0420-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134483, 1156, '0420-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134484, 1156, '0420-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134485, 1156, '0420-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134486, 1156, '0420-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134487, 1156, '0420-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134488, 1156, '0420-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134489, 1156, '0420-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134490, 1156, '0420-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134491, 1156, '0420-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134492, 1156, '0420-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134493, 1156, '0421-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134494, 1156, '0421-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134495, 1156, '0421-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134496, 1156, '0421-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134497, 1156, '0421-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134498, 1156, '0421-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134499, 1156, '0421-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134500, 1156, '0421-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134501, 1156, '0421-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134502, 1156, '0421-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134503, 1156, '0421-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134504, 1156, '0421-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134505, 1156, '0422-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134506, 1156, '0422-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134507, 1156, '0422-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134508, 1156, '0422-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134509, 1156, '0422-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134510, 1156, '0422-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134511, 1156, '0422-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134512, 1156, '0422-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134513, 1156, '0422-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134514, 1156, '0422-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134515, 1156, '0422-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134516, 1156, '0422-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134517, 1156, '0423-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134518, 1156, '0423-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134519, 1156, '0423-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134520, 1156, '0423-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134521, 1156, '0423-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134522, 1156, '0423-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134523, 1156, '0423-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134524, 1156, '0423-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134525, 1156, '0423-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134526, 1156, '0423-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134527, 1156, '0423-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134528, 1156, '0423-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134529, 1156, '0424-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134530, 1156, '0424-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134531, 1156, '0424-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134532, 1156, '0424-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134533, 1156, '0424-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134534, 1156, '0424-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134535, 1156, '0424-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134536, 1156, '0424-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134537, 1156, '0424-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134538, 1156, '0424-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134539, 1156, '0424-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134540, 1156, '0424-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134541, 1156, '0425-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134542, 1156, '0425-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134543, 1156, '0425-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134544, 1156, '0425-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134545, 1156, '0425-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134546, 1156, '0425-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134547, 1156, '0425-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134548, 1156, '0425-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134549, 1156, '0425-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134550, 1156, '0425-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134551, 1156, '0425-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134552, 1156, '0425-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134553, 1156, '0426-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134554, 1156, '0426-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134555, 1156, '0426-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134556, 1156, '0426-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134557, 1156, '0426-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134558, 1156, '0426-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134559, 1156, '0426-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134560, 1156, '0426-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134561, 1156, '0426-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134562, 1156, '0426-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134563, 1156, '0426-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134564, 1156, '0426-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134565, 1156, '0427-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134566, 1156, '0427-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134567, 1156, '0427-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134568, 1156, '0427-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134569, 1156, '0427-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134570, 1156, '0427-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134571, 1156, '0427-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134572, 1156, '0427-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134573, 1156, '0427-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134574, 1156, '0427-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134575, 1156, '0427-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134576, 1156, '0427-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134577, 1156, '0428-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134578, 1156, '0428-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134579, 1156, '0428-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134580, 1156, '0428-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134581, 1156, '0428-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134582, 1156, '0428-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134583, 1156, '0428-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134584, 1156, '0428-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134585, 1156, '0428-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134586, 1156, '0428-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134587, 1156, '0428-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134588, 1156, '0428-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134589, 1156, '0429-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134590, 1156, '0429-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134591, 1156, '0429-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134592, 1156, '0429-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134593, 1156, '0429-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134594, 1156, '0429-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134595, 1156, '0429-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134596, 1156, '0429-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134597, 1156, '0429-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134598, 1156, '0429-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134599, 1156, '0429-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134600, 1156, '0429-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134601, 1156, '0430-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134602, 1156, '0430-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134603, 1156, '0430-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134604, 1156, '0430-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134605, 1156, '0430-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134606, 1156, '0430-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134607, 1156, '0430-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134608, 1156, '0430-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134609, 1156, '0430-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134610, 1156, '0430-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134611, 1156, '0430-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134612, 1156, '0430-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134613, 1156, '0431-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134614, 1156, '0431-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134615, 1156, '0431-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134616, 1156, '0431-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134617, 1156, '0431-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134618, 1156, '0431-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134619, 1156, '0431-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134620, 1156, '0431-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134621, 1156, '0431-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134622, 1156, '0431-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134623, 1156, '0431-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134624, 1156, '0431-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134625, 1156, '0432-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134626, 1156, '0432-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134627, 1156, '0432-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134628, 1156, '0432-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134629, 1156, '0432-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134630, 1156, '0432-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134631, 1156, '0432-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134632, 1156, '0432-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134633, 1156, '0432-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134634, 1156, '0432-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134635, 1156, '0432-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134636, 1156, '0432-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134637, 1156, '0433-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134638, 1156, '0433-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134639, 1156, '0433-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134640, 1156, '0433-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134641, 1156, '0433-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134642, 1156, '0433-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134643, 1156, '0433-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134644, 1156, '0433-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134645, 1156, '0433-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134646, 1156, '0433-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134647, 1156, '0433-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134648, 1156, '0433-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134649, 1156, '0434-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134650, 1156, '0434-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134651, 1156, '0434-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134652, 1156, '0434-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134653, 1156, '0434-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134654, 1156, '0434-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134655, 1156, '0434-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134656, 1156, '0434-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134657, 1156, '0434-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134658, 1156, '0434-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134659, 1156, '0434-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134660, 1156, '0434-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134661, 1156, '0435-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134662, 1156, '0435-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134663, 1156, '0435-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134664, 1156, '0435-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134665, 1156, '0435-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134666, 1156, '0435-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134667, 1156, '0435-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134668, 1156, '0435-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134669, 1156, '0435-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134670, 1156, '0435-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134671, 1156, '0435-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134672, 1156, '0435-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134673, 1156, '0436-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134674, 1156, '0436-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134675, 1156, '0436-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134676, 1156, '0436-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134677, 1156, '0436-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134678, 1156, '0436-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134679, 1156, '0436-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134680, 1156, '0436-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134681, 1156, '0436-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134682, 1156, '0436-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134683, 1156, '0436-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134684, 1156, '0436-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134685, 1156, '0437-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134686, 1156, '0437-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134687, 1156, '0437-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134688, 1156, '0437-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134689, 1156, '0437-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134690, 1156, '0437-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134691, 1156, '0437-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134692, 1156, '0437-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134693, 1156, '0437-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134694, 1156, '0437-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134695, 1156, '0437-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134696, 1156, '0437-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134697, 1156, '0438-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134698, 1156, '0438-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134699, 1156, '0438-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134700, 1156, '0438-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134701, 1156, '0438-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134702, 1156, '0438-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134703, 1156, '0438-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134704, 1156, '0438-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134705, 1156, '0438-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134706, 1156, '0438-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134707, 1156, '0438-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134708, 1156, '0438-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134709, 1156, '0439-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134710, 1156, '0439-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134711, 1156, '0439-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134712, 1156, '0439-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134713, 1156, '0439-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134714, 1156, '0439-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134715, 1156, '0439-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134716, 1156, '0439-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134717, 1156, '0439-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134718, 1156, '0439-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134719, 1156, '0439-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134720, 1156, '0439-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134721, 1156, '0440-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134722, 1156, '0440-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134723, 1156, '0440-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134724, 1156, '0440-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134725, 1156, '0440-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134726, 1156, '0440-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134727, 1156, '0440-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134728, 1156, '0440-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134729, 1156, '0440-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134730, 1156, '0440-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134731, 1156, '0440-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134732, 1156, '0440-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134733, 1156, '0441-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134734, 1156, '0441-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134735, 1156, '0441-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134736, 1156, '0441-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134737, 1156, '0441-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134738, 1156, '0441-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134739, 1156, '0441-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134740, 1156, '0441-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134741, 1156, '0441-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134742, 1156, '0441-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134743, 1156, '0441-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134744, 1156, '0441-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134745, 1156, '0442-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134746, 1156, '0442-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134747, 1156, '0442-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134748, 1156, '0442-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134749, 1156, '0442-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134750, 1156, '0442-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134751, 1156, '0442-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134752, 1156, '0442-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134753, 1156, '0442-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134754, 1156, '0442-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134755, 1156, '0442-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134756, 1156, '0442-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134757, 1156, '0443-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(134758, 1156, '0443-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134759, 1156, '0443-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134760, 1156, '0443-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134761, 1156, '0443-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134762, 1156, '0443-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134763, 1156, '0443-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134764, 1156, '0443-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134765, 1156, '0443-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134766, 1156, '0443-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134767, 1156, '0443-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134768, 1156, '0443-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134769, 1156, '0444-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134770, 1156, '0444-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134771, 1156, '0444-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134772, 1156, '0444-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134773, 1156, '0444-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134774, 1156, '0444-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134775, 1156, '0444-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:57', '2023-09-12 17:46:57'),
(134776, 1156, '0444-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(134777, 1156, '0444-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(134778, 1156, '0444-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(134779, 1156, '0444-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(134780, 1156, '0444-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(134781, 1156, '0445-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(134782, 1156, '0445-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(134783, 1156, '0445-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(134784, 1156, '0445-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(134785, 1156, '0445-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(134786, 1156, '0445-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(134787, 1156, '0445-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(134788, 1156, '0445-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(134789, 1156, '0445-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(134790, 1156, '0445-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(134791, 1156, '0445-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(134792, 1156, '0445-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(134793, 1156, '0446-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(134794, 1156, '0446-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(134795, 1156, '0446-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(134796, 1156, '0446-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(134797, 1156, '0446-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(134798, 1156, '0446-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(134799, 1156, '0446-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(134800, 1156, '0446-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(134801, 1156, '0446-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(134802, 1156, '0446-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(134803, 1156, '0446-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(134804, 1156, '0446-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(134805, 1156, '0447-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(134806, 1156, '0447-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(134807, 1156, '0447-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(134808, 1156, '0447-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(134809, 1156, '0447-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(134810, 1156, '0447-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(134811, 1156, '0447-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(134812, 1156, '0447-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(134813, 1156, '0447-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(134814, 1156, '0447-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(134815, 1156, '0447-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(134816, 1156, '0447-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(134817, 1156, '0448-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(134818, 1156, '0448-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(134819, 1156, '0448-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(134820, 1156, '0448-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(134821, 1156, '0448-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(134822, 1156, '0448-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(134823, 1156, '0448-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(134824, 1156, '0448-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(134825, 1156, '0448-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(134826, 1156, '0448-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(134827, 1156, '0448-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(134828, 1156, '0448-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(134829, 1156, '0449-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(134830, 1156, '0449-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(134831, 1156, '0449-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(134832, 1156, '0449-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(134833, 1156, '0449-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(134834, 1156, '0449-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(134835, 1156, '0449-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(134836, 1156, '0449-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(134837, 1156, '0449-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(134838, 1156, '0449-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(134839, 1156, '0449-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(134840, 1156, '0449-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(134841, 1156, '0450-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(134842, 1156, '0450-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(134843, 1156, '0450-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(134844, 1156, '0450-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(134845, 1156, '0450-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(134846, 1156, '0450-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(134847, 1156, '0450-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(134848, 1156, '0450-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(134849, 1156, '0450-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(134850, 1156, '0450-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(134851, 1156, '0450-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(134852, 1156, '0450-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(134853, 1156, '0451-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(134854, 1156, '0451-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(134855, 1156, '0451-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(134856, 1156, '0451-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(134857, 1156, '0451-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(134858, 1156, '0451-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(134859, 1156, '0451-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(134860, 1156, '0451-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(134861, 1156, '0451-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(134862, 1156, '0451-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(134863, 1156, '0451-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(134864, 1156, '0451-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(134865, 1156, '0452-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(134866, 1156, '0452-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(134867, 1156, '0452-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(134868, 1156, '0452-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(134869, 1156, '0452-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(134870, 1156, '0452-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(134871, 1156, '0452-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(134872, 1156, '0452-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(134873, 1156, '0452-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(134874, 1156, '0452-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(134875, 1156, '0452-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(134876, 1156, '0452-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(134877, 1156, '0453-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(134878, 1156, '0453-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(134879, 1156, '0453-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(134880, 1156, '0453-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(134881, 1156, '0453-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(134882, 1156, '0453-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(134883, 1156, '0453-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(134884, 1156, '0453-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(134885, 1156, '0453-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(134886, 1156, '0453-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(134887, 1156, '0453-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(134888, 1156, '0453-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(134889, 1156, '0454-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(134890, 1156, '0454-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(134891, 1156, '0454-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(134892, 1156, '0454-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(134893, 1156, '0454-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(134894, 1156, '0454-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(134895, 1156, '0454-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(134896, 1156, '0454-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(134897, 1156, '0454-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(134898, 1156, '0454-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(134899, 1156, '0454-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(134900, 1156, '0454-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(134901, 1156, '0455-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(134902, 1156, '0455-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(134903, 1156, '0455-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(134904, 1156, '0455-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(134905, 1156, '0455-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(134906, 1156, '0455-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(134907, 1156, '0455-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(134908, 1156, '0455-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(134909, 1156, '0455-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(134910, 1156, '0455-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(134911, 1156, '0455-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(134912, 1156, '0455-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(134913, 1156, '0456-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(134914, 1156, '0456-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(134915, 1156, '0456-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(134916, 1156, '0456-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(134917, 1156, '0456-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(134918, 1156, '0456-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(134919, 1156, '0456-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(134920, 1156, '0456-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(134921, 1156, '0456-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(134922, 1156, '0456-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(134923, 1156, '0456-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(134924, 1156, '0456-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(134925, 1156, '0457-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(134926, 1156, '0457-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(134927, 1156, '0457-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(134928, 1156, '0457-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(134929, 1156, '0457-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(134930, 1156, '0457-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(134931, 1156, '0457-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(134932, 1156, '0457-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(134933, 1156, '0457-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(134934, 1156, '0457-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(134935, 1156, '0457-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(134936, 1156, '0457-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(134937, 1156, '0458-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(134938, 1156, '0458-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(134939, 1156, '0458-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(134940, 1156, '0458-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(134941, 1156, '0458-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(134942, 1156, '0458-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(134943, 1156, '0458-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(134944, 1156, '0458-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(134945, 1156, '0458-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(134946, 1156, '0458-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(134947, 1156, '0458-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(134948, 1156, '0458-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(134949, 1156, '0459-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(134950, 1156, '0459-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(134951, 1156, '0459-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(134952, 1156, '0459-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(134953, 1156, '0459-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(134954, 1156, '0459-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(134955, 1156, '0459-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(134956, 1156, '0459-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(134957, 1156, '0459-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(134958, 1156, '0459-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(134959, 1156, '0459-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(134960, 1156, '0459-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(134961, 1156, '0460-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(134962, 1156, '0460-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(134963, 1156, '0460-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(134964, 1156, '0460-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(134965, 1156, '0460-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(134966, 1156, '0460-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(134967, 1156, '0460-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(134968, 1156, '0460-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(134969, 1156, '0460-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(134970, 1156, '0460-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(134971, 1156, '0460-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(134972, 1156, '0460-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(134973, 1156, '0461-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(134974, 1156, '0461-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(134975, 1156, '0461-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(134976, 1156, '0461-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(134977, 1156, '0461-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(134978, 1156, '0461-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(134979, 1156, '0461-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(134980, 1156, '0461-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(134981, 1156, '0461-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(134982, 1156, '0461-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(134983, 1156, '0461-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(134984, 1156, '0461-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(134985, 1156, '0462-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(134986, 1156, '0462-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(134987, 1156, '0462-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(134988, 1156, '0462-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(134989, 1156, '0462-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(134990, 1156, '0462-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(134991, 1156, '0462-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(134992, 1156, '0462-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(134993, 1156, '0462-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(134994, 1156, '0462-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(134995, 1156, '0462-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(134996, 1156, '0462-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(134997, 1156, '0463-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(134998, 1156, '0463-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(134999, 1156, '0463-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(135000, 1156, '0463-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(135001, 1156, '0463-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(135002, 1156, '0463-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(135003, 1156, '0463-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(135004, 1156, '0463-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(135005, 1156, '0463-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(135006, 1156, '0463-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(135007, 1156, '0463-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(135008, 1156, '0463-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(135009, 1156, '0464-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(135010, 1156, '0464-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(135011, 1156, '0464-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(135012, 1156, '0464-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(135013, 1156, '0464-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(135014, 1156, '0464-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(135015, 1156, '0464-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(135016, 1156, '0464-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(135017, 1156, '0464-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(135018, 1156, '0464-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(135019, 1156, '0464-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(135020, 1156, '0464-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(135021, 1156, '0465-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(135022, 1156, '0465-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(135023, 1156, '0465-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(135024, 1156, '0465-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(135025, 1156, '0465-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(135026, 1156, '0465-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(135027, 1156, '0465-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(135028, 1156, '0465-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(135029, 1156, '0465-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(135030, 1156, '0465-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(135031, 1156, '0465-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(135032, 1156, '0465-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(135033, 1156, '0466-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(135034, 1156, '0466-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(135035, 1156, '0466-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(135036, 1156, '0466-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(135037, 1156, '0466-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(135038, 1156, '0466-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(135039, 1156, '0466-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(135040, 1156, '0466-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(135041, 1156, '0466-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(135042, 1156, '0466-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(135043, 1156, '0466-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(135044, 1156, '0466-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(135045, 1156, '0467-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(135046, 1156, '0467-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(135047, 1156, '0467-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(135048, 1156, '0467-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(135049, 1156, '0467-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(135050, 1156, '0467-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(135051, 1156, '0467-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(135052, 1156, '0467-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(135053, 1156, '0467-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(135054, 1156, '0467-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(135055, 1156, '0467-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(135056, 1156, '0467-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(135057, 1156, '0468-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(135058, 1156, '0468-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(135059, 1156, '0468-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(135060, 1156, '0468-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(135061, 1156, '0468-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(135062, 1156, '0468-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(135063, 1156, '0468-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(135064, 1156, '0468-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(135065, 1156, '0468-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(135066, 1156, '0468-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(135067, 1156, '0468-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(135068, 1156, '0468-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(135069, 1156, '0469-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(135070, 1156, '0469-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(135071, 1156, '0469-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(135072, 1156, '0469-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(135073, 1156, '0469-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(135074, 1156, '0469-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(135075, 1156, '0469-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(135076, 1156, '0469-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(135077, 1156, '0469-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(135078, 1156, '0469-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(135079, 1156, '0469-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(135080, 1156, '0469-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(135081, 1156, '0470-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(135082, 1156, '0470-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(135083, 1156, '0470-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(135084, 1156, '0470-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(135085, 1156, '0470-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(135086, 1156, '0470-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(135087, 1156, '0470-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(135088, 1156, '0470-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(135089, 1156, '0470-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(135090, 1156, '0470-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(135091, 1156, '0470-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(135092, 1156, '0470-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(135093, 1156, '0471-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(135094, 1156, '0471-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(135095, 1156, '0471-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(135096, 1156, '0471-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(135097, 1156, '0471-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(135098, 1156, '0471-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(135099, 1156, '0471-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(135100, 1156, '0471-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(135101, 1156, '0471-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(135102, 1156, '0471-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(135103, 1156, '0471-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(135104, 1156, '0471-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(135105, 1156, '0472-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(135106, 1156, '0472-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(135107, 1156, '0472-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(135108, 1156, '0472-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(135109, 1156, '0472-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(135110, 1156, '0472-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(135111, 1156, '0472-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(135112, 1156, '0472-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(135113, 1156, '0472-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(135114, 1156, '0472-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(135115, 1156, '0472-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(135116, 1156, '0472-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(135117, 1156, '0473-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(135118, 1156, '0473-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(135119, 1156, '0473-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(135120, 1156, '0473-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(135121, 1156, '0473-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(135122, 1156, '0473-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(135123, 1156, '0473-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(135124, 1156, '0473-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(135125, 1156, '0473-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(135126, 1156, '0473-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(135127, 1156, '0473-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(135128, 1156, '0473-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(135129, 1156, '0474-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(135130, 1156, '0474-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(135131, 1156, '0474-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(135132, 1156, '0474-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(135133, 1156, '0474-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(135134, 1156, '0474-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(135135, 1156, '0474-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(135136, 1156, '0474-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(135137, 1156, '0474-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(135138, 1156, '0474-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(135139, 1156, '0474-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(135140, 1156, '0474-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(135141, 1156, '0475-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(135142, 1156, '0475-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(135143, 1156, '0475-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(135144, 1156, '0475-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(135145, 1156, '0475-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(135146, 1156, '0475-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(135147, 1156, '0475-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(135148, 1156, '0475-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(135149, 1156, '0475-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(135150, 1156, '0475-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(135151, 1156, '0475-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(135152, 1156, '0475-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(135153, 1156, '0476-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(135154, 1156, '0476-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(135155, 1156, '0476-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(135156, 1156, '0476-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(135157, 1156, '0476-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(135158, 1156, '0476-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(135159, 1156, '0476-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(135160, 1156, '0476-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(135161, 1156, '0476-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(135162, 1156, '0476-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(135163, 1156, '0476-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(135164, 1156, '0476-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(135165, 1156, '0477-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(135166, 1156, '0477-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:58', '2023-09-12 17:46:58'),
(135167, 1156, '0477-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135168, 1156, '0477-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135169, 1156, '0477-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135170, 1156, '0477-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135171, 1156, '0477-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135172, 1156, '0477-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135173, 1156, '0477-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135174, 1156, '0477-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135175, 1156, '0477-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135176, 1156, '0477-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135177, 1156, '0478-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135178, 1156, '0478-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135179, 1156, '0478-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135180, 1156, '0478-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135181, 1156, '0478-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135182, 1156, '0478-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135183, 1156, '0478-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135184, 1156, '0478-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135185, 1156, '0478-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135186, 1156, '0478-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135187, 1156, '0478-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135188, 1156, '0478-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135189, 1156, '0479-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135190, 1156, '0479-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135191, 1156, '0479-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135192, 1156, '0479-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135193, 1156, '0479-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135194, 1156, '0479-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135195, 1156, '0479-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135196, 1156, '0479-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135197, 1156, '0479-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135198, 1156, '0479-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135199, 1156, '0479-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135200, 1156, '0479-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135201, 1156, '0480-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135202, 1156, '0480-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135203, 1156, '0480-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135204, 1156, '0480-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135205, 1156, '0480-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135206, 1156, '0480-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135207, 1156, '0480-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135208, 1156, '0480-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135209, 1156, '0480-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135210, 1156, '0480-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135211, 1156, '0480-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135212, 1156, '0480-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135213, 1156, '0481-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(135214, 1156, '0481-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135215, 1156, '0481-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135216, 1156, '0481-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135217, 1156, '0481-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135218, 1156, '0481-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135219, 1156, '0481-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135220, 1156, '0481-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135221, 1156, '0481-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135222, 1156, '0481-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135223, 1156, '0481-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135224, 1156, '0481-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135225, 1156, '0482-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135226, 1156, '0482-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135227, 1156, '0482-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135228, 1156, '0482-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135229, 1156, '0482-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135230, 1156, '0482-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135231, 1156, '0482-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135232, 1156, '0482-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135233, 1156, '0482-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135234, 1156, '0482-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135235, 1156, '0482-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135236, 1156, '0482-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135237, 1156, '0483-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135238, 1156, '0483-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135239, 1156, '0483-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135240, 1156, '0483-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135241, 1156, '0483-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135242, 1156, '0483-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135243, 1156, '0483-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135244, 1156, '0483-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135245, 1156, '0483-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135246, 1156, '0483-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135247, 1156, '0483-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135248, 1156, '0483-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135249, 1156, '0484-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135250, 1156, '0484-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135251, 1156, '0484-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135252, 1156, '0484-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135253, 1156, '0484-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135254, 1156, '0484-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135255, 1156, '0484-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135256, 1156, '0484-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135257, 1156, '0484-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135258, 1156, '0484-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135259, 1156, '0484-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135260, 1156, '0484-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135261, 1156, '0485-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135262, 1156, '0485-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135263, 1156, '0485-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135264, 1156, '0485-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135265, 1156, '0485-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135266, 1156, '0485-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135267, 1156, '0485-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135268, 1156, '0485-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135269, 1156, '0485-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135270, 1156, '0485-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135271, 1156, '0485-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135272, 1156, '0485-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135273, 1156, '0486-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135274, 1156, '0486-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135275, 1156, '0486-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135276, 1156, '0486-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135277, 1156, '0486-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135278, 1156, '0486-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135279, 1156, '0486-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135280, 1156, '0486-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135281, 1156, '0486-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135282, 1156, '0486-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135283, 1156, '0486-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135284, 1156, '0486-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135285, 1156, '0487-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135286, 1156, '0487-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135287, 1156, '0487-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135288, 1156, '0487-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135289, 1156, '0487-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135290, 1156, '0487-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135291, 1156, '0487-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135292, 1156, '0487-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135293, 1156, '0487-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135294, 1156, '0487-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135295, 1156, '0487-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135296, 1156, '0487-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135297, 1156, '0488-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135298, 1156, '0488-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135299, 1156, '0488-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135300, 1156, '0488-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135301, 1156, '0488-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135302, 1156, '0488-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135303, 1156, '0488-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135304, 1156, '0488-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135305, 1156, '0488-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135306, 1156, '0488-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135307, 1156, '0488-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135308, 1156, '0488-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135309, 1156, '0489-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135310, 1156, '0489-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135311, 1156, '0489-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135312, 1156, '0489-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135313, 1156, '0489-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135314, 1156, '0489-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135315, 1156, '0489-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135316, 1156, '0489-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135317, 1156, '0489-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135318, 1156, '0489-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135319, 1156, '0489-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135320, 1156, '0489-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135321, 1156, '0490-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135322, 1156, '0490-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135323, 1156, '0490-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135324, 1156, '0490-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135325, 1156, '0490-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135326, 1156, '0490-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135327, 1156, '0490-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135328, 1156, '0490-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135329, 1156, '0490-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135330, 1156, '0490-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135331, 1156, '0490-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135332, 1156, '0490-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135333, 1156, '0491-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135334, 1156, '0491-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135335, 1156, '0491-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135336, 1156, '0491-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135337, 1156, '0491-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135338, 1156, '0491-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135339, 1156, '0491-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135340, 1156, '0491-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135341, 1156, '0491-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135342, 1156, '0491-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135343, 1156, '0491-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135344, 1156, '0491-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135345, 1156, '0492-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135346, 1156, '0492-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135347, 1156, '0492-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135348, 1156, '0492-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135349, 1156, '0492-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135350, 1156, '0492-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135351, 1156, '0492-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135352, 1156, '0492-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135353, 1156, '0492-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135354, 1156, '0492-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135355, 1156, '0492-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135356, 1156, '0492-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135357, 1156, '0493-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135358, 1156, '0493-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135359, 1156, '0493-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135360, 1156, '0493-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135361, 1156, '0493-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135362, 1156, '0493-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135363, 1156, '0493-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135364, 1156, '0493-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135365, 1156, '0493-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135366, 1156, '0493-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135367, 1156, '0493-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135368, 1156, '0493-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135369, 1156, '0494-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135370, 1156, '0494-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135371, 1156, '0494-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135372, 1156, '0494-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135373, 1156, '0494-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135374, 1156, '0494-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135375, 1156, '0494-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135376, 1156, '0494-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135377, 1156, '0494-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135378, 1156, '0494-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135379, 1156, '0494-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135380, 1156, '0494-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135381, 1156, '0495-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135382, 1156, '0495-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135383, 1156, '0495-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135384, 1156, '0495-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135385, 1156, '0495-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135386, 1156, '0495-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135387, 1156, '0495-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135388, 1156, '0495-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135389, 1156, '0495-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135390, 1156, '0495-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135391, 1156, '0495-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135392, 1156, '0495-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135393, 1156, '0496-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135394, 1156, '0496-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135395, 1156, '0496-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135396, 1156, '0496-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135397, 1156, '0496-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135398, 1156, '0496-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135399, 1156, '0496-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135400, 1156, '0496-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135401, 1156, '0496-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135402, 1156, '0496-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135403, 1156, '0496-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135404, 1156, '0496-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135405, 1156, '0497-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135406, 1156, '0497-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135407, 1156, '0497-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135408, 1156, '0497-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135409, 1156, '0497-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135410, 1156, '0497-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135411, 1156, '0497-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135412, 1156, '0497-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135413, 1156, '0497-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135414, 1156, '0497-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135415, 1156, '0497-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135416, 1156, '0497-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135417, 1156, '0498-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135418, 1156, '0498-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135419, 1156, '0498-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135420, 1156, '0498-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135421, 1156, '0498-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135422, 1156, '0498-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135423, 1156, '0498-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135424, 1156, '0498-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135425, 1156, '0498-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135426, 1156, '0498-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135427, 1156, '0498-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135428, 1156, '0498-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135429, 1156, '0499-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135430, 1156, '0499-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135431, 1156, '0499-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135432, 1156, '0499-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135433, 1156, '0499-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135434, 1156, '0499-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135435, 1156, '0499-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135436, 1156, '0499-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135437, 1156, '0499-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135438, 1156, '0499-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135439, 1156, '0499-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135440, 1156, '0499-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135441, 1156, '0500-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135442, 1156, '0500-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135443, 1156, '0500-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135444, 1156, '0500-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135445, 1156, '0500-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135446, 1156, '0500-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135447, 1156, '0500-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135448, 1156, '0500-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135449, 1156, '0500-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135450, 1156, '0500-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135451, 1156, '0500-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135452, 1156, '0500-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135453, 1156, '0501-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135454, 1156, '0501-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135455, 1156, '0501-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135456, 1156, '0501-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135457, 1156, '0501-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135458, 1156, '0501-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135459, 1156, '0501-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135460, 1156, '0501-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135461, 1156, '0501-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135462, 1156, '0501-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135463, 1156, '0501-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135464, 1156, '0501-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135465, 1156, '0502-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135466, 1156, '0502-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135467, 1156, '0502-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135468, 1156, '0502-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135469, 1156, '0502-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135470, 1156, '0502-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135471, 1156, '0502-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135472, 1156, '0502-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135473, 1156, '0502-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135474, 1156, '0502-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135475, 1156, '0502-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135476, 1156, '0502-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135477, 1156, '0503-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135478, 1156, '0503-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135479, 1156, '0503-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135480, 1156, '0503-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135481, 1156, '0503-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135482, 1156, '0503-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135483, 1156, '0503-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135484, 1156, '0503-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135485, 1156, '0503-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135486, 1156, '0503-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135487, 1156, '0503-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135488, 1156, '0503-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135489, 1156, '0504-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135490, 1156, '0504-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135491, 1156, '0504-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135492, 1156, '0504-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135493, 1156, '0504-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135494, 1156, '0504-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135495, 1156, '0504-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135496, 1156, '0504-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135497, 1156, '0504-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135498, 1156, '0504-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135499, 1156, '0504-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135500, 1156, '0504-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135501, 1156, '0505-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135502, 1156, '0505-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135503, 1156, '0505-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135504, 1156, '0505-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135505, 1156, '0505-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135506, 1156, '0505-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135507, 1156, '0505-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135508, 1156, '0505-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135509, 1156, '0505-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135510, 1156, '0505-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135511, 1156, '0505-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135512, 1156, '0505-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135513, 1156, '0506-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135514, 1156, '0506-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135515, 1156, '0506-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135516, 1156, '0506-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135517, 1156, '0506-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135518, 1156, '0506-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135519, 1156, '0506-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135520, 1156, '0506-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135521, 1156, '0506-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135522, 1156, '0506-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135523, 1156, '0506-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135524, 1156, '0506-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135525, 1156, '0507-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135526, 1156, '0507-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135527, 1156, '0507-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135528, 1156, '0507-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135529, 1156, '0507-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135530, 1156, '0507-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135531, 1156, '0507-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135532, 1156, '0507-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135533, 1156, '0507-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135534, 1156, '0507-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135535, 1156, '0507-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135536, 1156, '0507-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135537, 1156, '0508-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135538, 1156, '0508-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135539, 1156, '0508-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135540, 1156, '0508-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135541, 1156, '0508-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135542, 1156, '0508-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135543, 1156, '0508-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135544, 1156, '0508-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135545, 1156, '0508-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135546, 1156, '0508-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135547, 1156, '0508-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135548, 1156, '0508-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135549, 1156, '0509-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135550, 1156, '0509-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135551, 1156, '0509-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135552, 1156, '0509-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:46:59', '2023-09-12 17:46:59'),
(135553, 1156, '0509-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135554, 1156, '0509-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135555, 1156, '0509-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135556, 1156, '0509-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135557, 1156, '0509-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135558, 1156, '0509-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135559, 1156, '0509-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135560, 1156, '0509-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135561, 1156, '0510-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135562, 1156, '0510-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135563, 1156, '0510-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135564, 1156, '0510-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135565, 1156, '0510-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135566, 1156, '0510-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135567, 1156, '0510-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135568, 1156, '0510-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135569, 1156, '0510-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135570, 1156, '0510-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135571, 1156, '0510-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135572, 1156, '0510-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135573, 1156, '0511-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135574, 1156, '0511-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135575, 1156, '0511-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135576, 1156, '0511-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135577, 1156, '0511-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135578, 1156, '0511-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135579, 1156, '0511-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135580, 1156, '0511-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135581, 1156, '0511-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135582, 1156, '0511-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135583, 1156, '0511-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135584, 1156, '0511-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135585, 1156, '0512-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135586, 1156, '0512-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135587, 1156, '0512-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135588, 1156, '0512-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135589, 1156, '0512-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135590, 1156, '0512-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135591, 1156, '0512-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135592, 1156, '0512-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135593, 1156, '0512-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135594, 1156, '0512-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135595, 1156, '0512-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135596, 1156, '0512-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135597, 1156, '0513-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135598, 1156, '0513-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135599, 1156, '0513-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135600, 1156, '0513-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135601, 1156, '0513-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135602, 1156, '0513-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135603, 1156, '0513-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135604, 1156, '0513-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135605, 1156, '0513-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135606, 1156, '0513-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135607, 1156, '0513-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135608, 1156, '0513-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135609, 1156, '0514-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135610, 1156, '0514-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135611, 1156, '0514-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135612, 1156, '0514-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135613, 1156, '0514-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135614, 1156, '0514-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135615, 1156, '0514-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135616, 1156, '0514-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135617, 1156, '0514-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135618, 1156, '0514-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135619, 1156, '0514-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135620, 1156, '0514-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135621, 1156, '0515-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135622, 1156, '0515-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135623, 1156, '0515-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135624, 1156, '0515-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135625, 1156, '0515-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135626, 1156, '0515-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135627, 1156, '0515-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135628, 1156, '0515-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135629, 1156, '0515-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135630, 1156, '0515-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135631, 1156, '0515-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135632, 1156, '0515-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135633, 1156, '0516-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135634, 1156, '0516-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135635, 1156, '0516-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135636, 1156, '0516-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135637, 1156, '0516-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135638, 1156, '0516-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135639, 1156, '0516-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135640, 1156, '0516-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135641, 1156, '0516-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135642, 1156, '0516-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135643, 1156, '0516-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135644, 1156, '0516-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135645, 1156, '0517-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135646, 1156, '0517-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135647, 1156, '0517-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135648, 1156, '0517-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135649, 1156, '0517-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135650, 1156, '0517-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135651, 1156, '0517-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135652, 1156, '0517-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135653, 1156, '0517-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135654, 1156, '0517-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135655, 1156, '0517-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135656, 1156, '0517-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135657, 1156, '0518-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135658, 1156, '0518-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135659, 1156, '0518-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135660, 1156, '0518-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135661, 1156, '0518-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135662, 1156, '0518-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135663, 1156, '0518-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135664, 1156, '0518-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135665, 1156, '0518-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135666, 1156, '0518-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135667, 1156, '0518-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135668, 1156, '0518-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135669, 1156, '0519-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(135670, 1156, '0519-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135671, 1156, '0519-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135672, 1156, '0519-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135673, 1156, '0519-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135674, 1156, '0519-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135675, 1156, '0519-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135676, 1156, '0519-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135677, 1156, '0519-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135678, 1156, '0519-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135679, 1156, '0519-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135680, 1156, '0519-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135681, 1156, '0520-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135682, 1156, '0520-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135683, 1156, '0520-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135684, 1156, '0520-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135685, 1156, '0520-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135686, 1156, '0520-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135687, 1156, '0520-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135688, 1156, '0520-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135689, 1156, '0520-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135690, 1156, '0520-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135691, 1156, '0520-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135692, 1156, '0520-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135693, 1156, '0521-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135694, 1156, '0521-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135695, 1156, '0521-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135696, 1156, '0521-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135697, 1156, '0521-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135698, 1156, '0521-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135699, 1156, '0521-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135700, 1156, '0521-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135701, 1156, '0521-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135702, 1156, '0521-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135703, 1156, '0521-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135704, 1156, '0521-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135705, 1156, '0522-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135706, 1156, '0522-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135707, 1156, '0522-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135708, 1156, '0522-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135709, 1156, '0522-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135710, 1156, '0522-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135711, 1156, '0522-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135712, 1156, '0522-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135713, 1156, '0522-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135714, 1156, '0522-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135715, 1156, '0522-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135716, 1156, '0522-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135717, 1156, '0523-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135718, 1156, '0523-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135719, 1156, '0523-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135720, 1156, '0523-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135721, 1156, '0523-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135722, 1156, '0523-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135723, 1156, '0523-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135724, 1156, '0523-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135725, 1156, '0523-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135726, 1156, '0523-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135727, 1156, '0523-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135728, 1156, '0523-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135729, 1156, '0524-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135730, 1156, '0524-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135731, 1156, '0524-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135732, 1156, '0524-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135733, 1156, '0524-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135734, 1156, '0524-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135735, 1156, '0524-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135736, 1156, '0524-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135737, 1156, '0524-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135738, 1156, '0524-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135739, 1156, '0524-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135740, 1156, '0524-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135741, 1156, '0525-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135742, 1156, '0525-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135743, 1156, '0525-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135744, 1156, '0525-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135745, 1156, '0525-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135746, 1156, '0525-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135747, 1156, '0525-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135748, 1156, '0525-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135749, 1156, '0525-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135750, 1156, '0525-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135751, 1156, '0525-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135752, 1156, '0525-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135753, 1156, '0526-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135754, 1156, '0526-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135755, 1156, '0526-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135756, 1156, '0526-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135757, 1156, '0526-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135758, 1156, '0526-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135759, 1156, '0526-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135760, 1156, '0526-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135761, 1156, '0526-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135762, 1156, '0526-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135763, 1156, '0526-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135764, 1156, '0526-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135765, 1156, '0527-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135766, 1156, '0527-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135767, 1156, '0527-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135768, 1156, '0527-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135769, 1156, '0527-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135770, 1156, '0527-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135771, 1156, '0527-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135772, 1156, '0527-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135773, 1156, '0527-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135774, 1156, '0527-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135775, 1156, '0527-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135776, 1156, '0527-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135777, 1156, '0528-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135778, 1156, '0528-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135779, 1156, '0528-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135780, 1156, '0528-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135781, 1156, '0528-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135782, 1156, '0528-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135783, 1156, '0528-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135784, 1156, '0528-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135785, 1156, '0528-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135786, 1156, '0528-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135787, 1156, '0528-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135788, 1156, '0528-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135789, 1156, '0529-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135790, 1156, '0529-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135791, 1156, '0529-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135792, 1156, '0529-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135793, 1156, '0529-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135794, 1156, '0529-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135795, 1156, '0529-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135796, 1156, '0529-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135797, 1156, '0529-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135798, 1156, '0529-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135799, 1156, '0529-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135800, 1156, '0529-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135801, 1156, '0530-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135802, 1156, '0530-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135803, 1156, '0530-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135804, 1156, '0530-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135805, 1156, '0530-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135806, 1156, '0530-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135807, 1156, '0530-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135808, 1156, '0530-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135809, 1156, '0530-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135810, 1156, '0530-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135811, 1156, '0530-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135812, 1156, '0530-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135813, 1156, '0531-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135814, 1156, '0531-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135815, 1156, '0531-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135816, 1156, '0531-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135817, 1156, '0531-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135818, 1156, '0531-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135819, 1156, '0531-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135820, 1156, '0531-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135821, 1156, '0531-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135822, 1156, '0531-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135823, 1156, '0531-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135824, 1156, '0531-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135825, 1156, '0532-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135826, 1156, '0532-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135827, 1156, '0532-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135828, 1156, '0532-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135829, 1156, '0532-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135830, 1156, '0532-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135831, 1156, '0532-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135832, 1156, '0532-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135833, 1156, '0532-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135834, 1156, '0532-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135835, 1156, '0532-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135836, 1156, '0532-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135837, 1156, '0533-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135838, 1156, '0533-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135839, 1156, '0533-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135840, 1156, '0533-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135841, 1156, '0533-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135842, 1156, '0533-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135843, 1156, '0533-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135844, 1156, '0533-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135845, 1156, '0533-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135846, 1156, '0533-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135847, 1156, '0533-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135848, 1156, '0533-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135849, 1156, '0534-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135850, 1156, '0534-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135851, 1156, '0534-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135852, 1156, '0534-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135853, 1156, '0534-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135854, 1156, '0534-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135855, 1156, '0534-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135856, 1156, '0534-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135857, 1156, '0534-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135858, 1156, '0534-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135859, 1156, '0534-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135860, 1156, '0534-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135861, 1156, '0535-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135862, 1156, '0535-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135863, 1156, '0535-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135864, 1156, '0535-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135865, 1156, '0535-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135866, 1156, '0535-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135867, 1156, '0535-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135868, 1156, '0535-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135869, 1156, '0535-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135870, 1156, '0535-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135871, 1156, '0535-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135872, 1156, '0535-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135873, 1156, '0536-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135874, 1156, '0536-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135875, 1156, '0536-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135876, 1156, '0536-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135877, 1156, '0536-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135878, 1156, '0536-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135879, 1156, '0536-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135880, 1156, '0536-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135881, 1156, '0536-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135882, 1156, '0536-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135883, 1156, '0536-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135884, 1156, '0536-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135885, 1156, '0537-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135886, 1156, '0537-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135887, 1156, '0537-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135888, 1156, '0537-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135889, 1156, '0537-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135890, 1156, '0537-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135891, 1156, '0537-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135892, 1156, '0537-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135893, 1156, '0537-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135894, 1156, '0537-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135895, 1156, '0537-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135896, 1156, '0537-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135897, 1156, '0538-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135898, 1156, '0538-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135899, 1156, '0538-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135900, 1156, '0538-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135901, 1156, '0538-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135902, 1156, '0538-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135903, 1156, '0538-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135904, 1156, '0538-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135905, 1156, '0538-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135906, 1156, '0538-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135907, 1156, '0538-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135908, 1156, '0538-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135909, 1156, '0539-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135910, 1156, '0539-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135911, 1156, '0539-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135912, 1156, '0539-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135913, 1156, '0539-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135914, 1156, '0539-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135915, 1156, '0539-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135916, 1156, '0539-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135917, 1156, '0539-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135918, 1156, '0539-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135919, 1156, '0539-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135920, 1156, '0539-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135921, 1156, '0540-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135922, 1156, '0540-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135923, 1156, '0540-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135924, 1156, '0540-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135925, 1156, '0540-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135926, 1156, '0540-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135927, 1156, '0540-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135928, 1156, '0540-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135929, 1156, '0540-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135930, 1156, '0540-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135931, 1156, '0540-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135932, 1156, '0540-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135933, 1156, '0541-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135934, 1156, '0541-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135935, 1156, '0541-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135936, 1156, '0541-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135937, 1156, '0541-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135938, 1156, '0541-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135939, 1156, '0541-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135940, 1156, '0541-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135941, 1156, '0541-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135942, 1156, '0541-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135943, 1156, '0541-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135944, 1156, '0541-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135945, 1156, '0542-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135946, 1156, '0542-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:00', '2023-09-12 17:47:00'),
(135947, 1156, '0542-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(135948, 1156, '0542-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(135949, 1156, '0542-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(135950, 1156, '0542-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(135951, 1156, '0542-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(135952, 1156, '0542-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(135953, 1156, '0542-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(135954, 1156, '0542-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(135955, 1156, '0542-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(135956, 1156, '0542-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(135957, 1156, '0543-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(135958, 1156, '0543-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(135959, 1156, '0543-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(135960, 1156, '0543-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(135961, 1156, '0543-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(135962, 1156, '0543-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(135963, 1156, '0543-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(135964, 1156, '0543-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(135965, 1156, '0543-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(135966, 1156, '0543-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(135967, 1156, '0543-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(135968, 1156, '0543-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(135969, 1156, '0544-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(135970, 1156, '0544-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(135971, 1156, '0544-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(135972, 1156, '0544-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(135973, 1156, '0544-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(135974, 1156, '0544-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(135975, 1156, '0544-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(135976, 1156, '0544-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(135977, 1156, '0544-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(135978, 1156, '0544-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(135979, 1156, '0544-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(135980, 1156, '0544-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(135981, 1156, '0545-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(135982, 1156, '0545-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(135983, 1156, '0545-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(135984, 1156, '0545-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(135985, 1156, '0545-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(135986, 1156, '0545-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(135987, 1156, '0545-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(135988, 1156, '0545-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(135989, 1156, '0545-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(135990, 1156, '0545-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(135991, 1156, '0545-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(135992, 1156, '0545-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(135993, 1156, '0546-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(135994, 1156, '0546-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(135995, 1156, '0546-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(135996, 1156, '0546-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(135997, 1156, '0546-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(135998, 1156, '0546-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(135999, 1156, '0546-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136000, 1156, '0546-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136001, 1156, '0546-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136002, 1156, '0546-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136003, 1156, '0546-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136004, 1156, '0546-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136005, 1156, '0547-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136006, 1156, '0547-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136007, 1156, '0547-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136008, 1156, '0547-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136009, 1156, '0547-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136010, 1156, '0547-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136011, 1156, '0547-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136012, 1156, '0547-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136013, 1156, '0547-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136014, 1156, '0547-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136015, 1156, '0547-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136016, 1156, '0547-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136017, 1156, '0548-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136018, 1156, '0548-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136019, 1156, '0548-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136020, 1156, '0548-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136021, 1156, '0548-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136022, 1156, '0548-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136023, 1156, '0548-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136024, 1156, '0548-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136025, 1156, '0548-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136026, 1156, '0548-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136027, 1156, '0548-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136028, 1156, '0548-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136029, 1156, '0549-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136030, 1156, '0549-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136031, 1156, '0549-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136032, 1156, '0549-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136033, 1156, '0549-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136034, 1156, '0549-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136035, 1156, '0549-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136036, 1156, '0549-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136037, 1156, '0549-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136038, 1156, '0549-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136039, 1156, '0549-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136040, 1156, '0549-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136041, 1156, '0550-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136042, 1156, '0550-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136043, 1156, '0550-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136044, 1156, '0550-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136045, 1156, '0550-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136046, 1156, '0550-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136047, 1156, '0550-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136048, 1156, '0550-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136049, 1156, '0550-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136050, 1156, '0550-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136051, 1156, '0550-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136052, 1156, '0550-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136053, 1156, '0551-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136054, 1156, '0551-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136055, 1156, '0551-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136056, 1156, '0551-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136057, 1156, '0551-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136058, 1156, '0551-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136059, 1156, '0551-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136060, 1156, '0551-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136061, 1156, '0551-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136062, 1156, '0551-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136063, 1156, '0551-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136064, 1156, '0551-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136065, 1156, '0552-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136066, 1156, '0552-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136067, 1156, '0552-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136068, 1156, '0552-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136069, 1156, '0552-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136070, 1156, '0552-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136071, 1156, '0552-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136072, 1156, '0552-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136073, 1156, '0552-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136074, 1156, '0552-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136075, 1156, '0552-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136076, 1156, '0552-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136077, 1156, '0553-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136078, 1156, '0553-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136079, 1156, '0553-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136080, 1156, '0553-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136081, 1156, '0553-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136082, 1156, '0553-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136083, 1156, '0553-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136084, 1156, '0553-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136085, 1156, '0553-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136086, 1156, '0553-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136087, 1156, '0553-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136088, 1156, '0553-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136089, 1156, '0554-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136090, 1156, '0554-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136091, 1156, '0554-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136092, 1156, '0554-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136093, 1156, '0554-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136094, 1156, '0554-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136095, 1156, '0554-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136096, 1156, '0554-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136097, 1156, '0554-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136098, 1156, '0554-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136099, 1156, '0554-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136100, 1156, '0554-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136101, 1156, '0555-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136102, 1156, '0555-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136103, 1156, '0555-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136104, 1156, '0555-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136105, 1156, '0555-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136106, 1156, '0555-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136107, 1156, '0555-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136108, 1156, '0555-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136109, 1156, '0555-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136110, 1156, '0555-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136111, 1156, '0555-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136112, 1156, '0555-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136113, 1156, '0556-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136114, 1156, '0556-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136115, 1156, '0556-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136116, 1156, '0556-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136117, 1156, '0556-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136118, 1156, '0556-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136119, 1156, '0556-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136120, 1156, '0556-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136121, 1156, '0556-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136122, 1156, '0556-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136123, 1156, '0556-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136124, 1156, '0556-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136125, 1156, '0557-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(136126, 1156, '0557-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136127, 1156, '0557-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136128, 1156, '0557-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136129, 1156, '0557-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136130, 1156, '0557-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136131, 1156, '0557-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136132, 1156, '0557-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136133, 1156, '0557-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136134, 1156, '0557-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136135, 1156, '0557-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136136, 1156, '0557-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136137, 1156, '0558-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136138, 1156, '0558-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136139, 1156, '0558-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136140, 1156, '0558-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136141, 1156, '0558-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136142, 1156, '0558-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136143, 1156, '0558-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136144, 1156, '0558-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136145, 1156, '0558-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136146, 1156, '0558-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136147, 1156, '0558-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136148, 1156, '0558-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136149, 1156, '0559-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136150, 1156, '0559-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136151, 1156, '0559-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136152, 1156, '0559-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136153, 1156, '0559-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136154, 1156, '0559-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136155, 1156, '0559-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136156, 1156, '0559-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136157, 1156, '0559-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136158, 1156, '0559-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136159, 1156, '0559-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136160, 1156, '0559-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136161, 1156, '0560-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136162, 1156, '0560-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136163, 1156, '0560-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136164, 1156, '0560-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136165, 1156, '0560-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136166, 1156, '0560-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136167, 1156, '0560-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136168, 1156, '0560-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136169, 1156, '0560-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136170, 1156, '0560-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136171, 1156, '0560-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136172, 1156, '0560-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136173, 1156, '0561-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136174, 1156, '0561-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136175, 1156, '0561-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136176, 1156, '0561-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136177, 1156, '0561-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136178, 1156, '0561-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136179, 1156, '0561-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136180, 1156, '0561-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136181, 1156, '0561-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136182, 1156, '0561-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136183, 1156, '0561-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136184, 1156, '0561-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136185, 1156, '0562-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136186, 1156, '0562-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136187, 1156, '0562-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136188, 1156, '0562-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136189, 1156, '0562-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136190, 1156, '0562-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136191, 1156, '0562-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136192, 1156, '0562-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136193, 1156, '0562-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136194, 1156, '0562-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136195, 1156, '0562-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136196, 1156, '0562-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136197, 1156, '0563-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136198, 1156, '0563-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136199, 1156, '0563-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136200, 1156, '0563-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136201, 1156, '0563-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136202, 1156, '0563-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136203, 1156, '0563-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136204, 1156, '0563-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136205, 1156, '0563-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136206, 1156, '0563-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136207, 1156, '0563-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136208, 1156, '0563-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136209, 1156, '0564-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136210, 1156, '0564-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136211, 1156, '0564-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136212, 1156, '0564-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136213, 1156, '0564-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136214, 1156, '0564-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136215, 1156, '0564-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136216, 1156, '0564-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136217, 1156, '0564-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136218, 1156, '0564-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136219, 1156, '0564-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136220, 1156, '0564-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136221, 1156, '0565-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136222, 1156, '0565-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136223, 1156, '0565-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136224, 1156, '0565-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136225, 1156, '0565-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136226, 1156, '0565-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136227, 1156, '0565-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136228, 1156, '0565-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136229, 1156, '0565-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136230, 1156, '0565-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136231, 1156, '0565-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136232, 1156, '0565-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136233, 1156, '0566-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136234, 1156, '0566-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136235, 1156, '0566-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136236, 1156, '0566-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136237, 1156, '0566-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136238, 1156, '0566-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136239, 1156, '0566-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136240, 1156, '0566-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136241, 1156, '0566-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136242, 1156, '0566-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136243, 1156, '0566-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136244, 1156, '0566-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136245, 1156, '0567-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136246, 1156, '0567-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136247, 1156, '0567-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136248, 1156, '0567-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136249, 1156, '0567-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136250, 1156, '0567-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136251, 1156, '0567-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136252, 1156, '0567-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136253, 1156, '0567-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136254, 1156, '0567-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136255, 1156, '0567-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136256, 1156, '0567-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136257, 1156, '0568-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136258, 1156, '0568-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136259, 1156, '0568-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136260, 1156, '0568-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136261, 1156, '0568-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136262, 1156, '0568-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136263, 1156, '0568-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136264, 1156, '0568-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136265, 1156, '0568-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136266, 1156, '0568-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136267, 1156, '0568-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136268, 1156, '0568-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136269, 1156, '0569-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136270, 1156, '0569-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136271, 1156, '0569-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136272, 1156, '0569-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136273, 1156, '0569-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136274, 1156, '0569-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136275, 1156, '0569-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136276, 1156, '0569-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136277, 1156, '0569-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136278, 1156, '0569-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136279, 1156, '0569-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136280, 1156, '0569-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136281, 1156, '0570-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136282, 1156, '0570-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136283, 1156, '0570-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136284, 1156, '0570-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136285, 1156, '0570-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136286, 1156, '0570-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136287, 1156, '0570-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136288, 1156, '0570-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136289, 1156, '0570-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136290, 1156, '0570-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136291, 1156, '0570-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136292, 1156, '0570-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136293, 1156, '0571-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136294, 1156, '0571-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136295, 1156, '0571-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136296, 1156, '0571-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136297, 1156, '0571-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136298, 1156, '0571-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136299, 1156, '0571-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136300, 1156, '0571-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136301, 1156, '0571-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136302, 1156, '0571-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136303, 1156, '0571-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:01', '2023-09-12 17:47:01'),
(136304, 1156, '0571-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136305, 1156, '0572-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136306, 1156, '0572-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136307, 1156, '0572-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136308, 1156, '0572-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136309, 1156, '0572-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136310, 1156, '0572-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136311, 1156, '0572-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136312, 1156, '0572-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136313, 1156, '0572-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136314, 1156, '0572-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136315, 1156, '0572-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136316, 1156, '0572-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136317, 1156, '0573-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136318, 1156, '0573-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136319, 1156, '0573-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136320, 1156, '0573-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136321, 1156, '0573-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136322, 1156, '0573-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136323, 1156, '0573-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136324, 1156, '0573-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136325, 1156, '0573-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136326, 1156, '0573-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136327, 1156, '0573-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136328, 1156, '0573-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136329, 1156, '0574-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136330, 1156, '0574-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136331, 1156, '0574-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136332, 1156, '0574-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136333, 1156, '0574-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136334, 1156, '0574-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136335, 1156, '0574-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136336, 1156, '0574-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136337, 1156, '0574-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136338, 1156, '0574-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136339, 1156, '0574-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136340, 1156, '0574-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136341, 1156, '0575-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136342, 1156, '0575-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136343, 1156, '0575-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136344, 1156, '0575-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136345, 1156, '0575-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136346, 1156, '0575-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136347, 1156, '0575-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136348, 1156, '0575-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136349, 1156, '0575-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136350, 1156, '0575-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136351, 1156, '0575-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136352, 1156, '0575-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136353, 1156, '0576-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136354, 1156, '0576-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136355, 1156, '0576-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136356, 1156, '0576-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136357, 1156, '0576-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136358, 1156, '0576-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136359, 1156, '0576-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136360, 1156, '0576-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136361, 1156, '0576-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136362, 1156, '0576-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136363, 1156, '0576-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136364, 1156, '0576-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136365, 1156, '0577-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136366, 1156, '0577-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136367, 1156, '0577-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136368, 1156, '0577-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136369, 1156, '0577-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136370, 1156, '0577-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136371, 1156, '0577-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136372, 1156, '0577-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136373, 1156, '0577-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136374, 1156, '0577-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136375, 1156, '0577-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136376, 1156, '0577-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136377, 1156, '0578-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136378, 1156, '0578-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136379, 1156, '0578-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136380, 1156, '0578-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136381, 1156, '0578-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136382, 1156, '0578-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136383, 1156, '0578-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136384, 1156, '0578-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136385, 1156, '0578-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136386, 1156, '0578-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136387, 1156, '0578-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136388, 1156, '0578-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136389, 1156, '0579-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136390, 1156, '0579-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136391, 1156, '0579-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136392, 1156, '0579-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136393, 1156, '0579-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136394, 1156, '0579-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136395, 1156, '0579-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136396, 1156, '0579-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136397, 1156, '0579-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136398, 1156, '0579-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136399, 1156, '0579-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136400, 1156, '0579-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136401, 1156, '0580-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136402, 1156, '0580-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136403, 1156, '0580-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136404, 1156, '0580-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136405, 1156, '0580-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136406, 1156, '0580-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136407, 1156, '0580-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136408, 1156, '0580-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136409, 1156, '0580-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136410, 1156, '0580-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136411, 1156, '0580-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136412, 1156, '0580-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136413, 1156, '0581-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136414, 1156, '0581-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136415, 1156, '0581-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136416, 1156, '0581-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136417, 1156, '0581-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136418, 1156, '0581-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136419, 1156, '0581-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136420, 1156, '0581-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136421, 1156, '0581-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136422, 1156, '0581-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136423, 1156, '0581-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136424, 1156, '0581-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136425, 1156, '0582-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136426, 1156, '0582-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136427, 1156, '0582-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136428, 1156, '0582-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136429, 1156, '0582-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136430, 1156, '0582-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136431, 1156, '0582-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136432, 1156, '0582-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136433, 1156, '0582-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136434, 1156, '0582-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136435, 1156, '0582-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136436, 1156, '0582-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136437, 1156, '0583-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136438, 1156, '0583-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136439, 1156, '0583-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136440, 1156, '0583-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136441, 1156, '0583-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136442, 1156, '0583-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136443, 1156, '0583-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136444, 1156, '0583-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136445, 1156, '0583-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136446, 1156, '0583-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136447, 1156, '0583-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136448, 1156, '0583-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136449, 1156, '0584-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136450, 1156, '0584-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136451, 1156, '0584-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136452, 1156, '0584-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136453, 1156, '0584-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136454, 1156, '0584-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136455, 1156, '0584-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136456, 1156, '0584-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136457, 1156, '0584-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136458, 1156, '0584-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136459, 1156, '0584-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136460, 1156, '0584-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136461, 1156, '0585-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136462, 1156, '0585-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136463, 1156, '0585-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136464, 1156, '0585-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136465, 1156, '0585-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136466, 1156, '0585-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136467, 1156, '0585-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136468, 1156, '0585-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136469, 1156, '0585-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136470, 1156, '0585-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136471, 1156, '0585-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136472, 1156, '0585-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136473, 1156, '0586-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136474, 1156, '0586-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136475, 1156, '0586-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136476, 1156, '0586-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136477, 1156, '0586-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136478, 1156, '0586-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136479, 1156, '0586-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136480, 1156, '0586-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136481, 1156, '0586-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136482, 1156, '0586-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136483, 1156, '0586-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136484, 1156, '0586-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136485, 1156, '0587-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136486, 1156, '0587-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136487, 1156, '0587-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136488, 1156, '0587-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136489, 1156, '0587-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136490, 1156, '0587-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136491, 1156, '0587-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136492, 1156, '0587-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136493, 1156, '0587-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136494, 1156, '0587-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136495, 1156, '0587-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136496, 1156, '0587-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136497, 1156, '0588-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136498, 1156, '0588-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136499, 1156, '0588-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136500, 1156, '0588-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136501, 1156, '0588-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136502, 1156, '0588-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136503, 1156, '0588-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136504, 1156, '0588-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136505, 1156, '0588-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136506, 1156, '0588-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136507, 1156, '0588-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136508, 1156, '0588-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136509, 1156, '0589-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136510, 1156, '0589-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136511, 1156, '0589-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136512, 1156, '0589-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136513, 1156, '0589-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136514, 1156, '0589-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136515, 1156, '0589-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136516, 1156, '0589-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136517, 1156, '0589-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136518, 1156, '0589-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136519, 1156, '0589-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136520, 1156, '0589-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136521, 1156, '0590-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136522, 1156, '0590-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136523, 1156, '0590-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136524, 1156, '0590-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136525, 1156, '0590-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136526, 1156, '0590-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136527, 1156, '0590-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136528, 1156, '0590-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136529, 1156, '0590-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136530, 1156, '0590-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136531, 1156, '0590-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136532, 1156, '0590-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136533, 1156, '0591-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136534, 1156, '0591-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136535, 1156, '0591-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136536, 1156, '0591-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136537, 1156, '0591-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136538, 1156, '0591-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136539, 1156, '0591-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136540, 1156, '0591-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136541, 1156, '0591-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136542, 1156, '0591-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136543, 1156, '0591-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136544, 1156, '0591-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136545, 1156, '0592-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136546, 1156, '0592-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136547, 1156, '0592-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136548, 1156, '0592-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136549, 1156, '0592-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136550, 1156, '0592-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136551, 1156, '0592-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136552, 1156, '0592-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136553, 1156, '0592-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136554, 1156, '0592-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136555, 1156, '0592-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136556, 1156, '0592-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136557, 1156, '0593-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136558, 1156, '0593-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136559, 1156, '0593-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136560, 1156, '0593-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136561, 1156, '0593-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136562, 1156, '0593-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136563, 1156, '0593-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136564, 1156, '0593-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136565, 1156, '0593-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136566, 1156, '0593-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136567, 1156, '0593-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136568, 1156, '0593-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136569, 1156, '0594-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136570, 1156, '0594-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136571, 1156, '0594-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136572, 1156, '0594-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136573, 1156, '0594-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136574, 1156, '0594-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136575, 1156, '0594-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136576, 1156, '0594-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136577, 1156, '0594-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136578, 1156, '0594-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136579, 1156, '0594-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136580, 1156, '0594-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136581, 1156, '0595-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(136582, 1156, '0595-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136583, 1156, '0595-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136584, 1156, '0595-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136585, 1156, '0595-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136586, 1156, '0595-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136587, 1156, '0595-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136588, 1156, '0595-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136589, 1156, '0595-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136590, 1156, '0595-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136591, 1156, '0595-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136592, 1156, '0595-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136593, 1156, '0596-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136594, 1156, '0596-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136595, 1156, '0596-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136596, 1156, '0596-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136597, 1156, '0596-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136598, 1156, '0596-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136599, 1156, '0596-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136600, 1156, '0596-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136601, 1156, '0596-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136602, 1156, '0596-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136603, 1156, '0596-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136604, 1156, '0596-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136605, 1156, '0597-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136606, 1156, '0597-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136607, 1156, '0597-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136608, 1156, '0597-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136609, 1156, '0597-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136610, 1156, '0597-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136611, 1156, '0597-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136612, 1156, '0597-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136613, 1156, '0597-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136614, 1156, '0597-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136615, 1156, '0597-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136616, 1156, '0597-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136617, 1156, '0598-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136618, 1156, '0598-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136619, 1156, '0598-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136620, 1156, '0598-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136621, 1156, '0598-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136622, 1156, '0598-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136623, 1156, '0598-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136624, 1156, '0598-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136625, 1156, '0598-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136626, 1156, '0598-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136627, 1156, '0598-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136628, 1156, '0598-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136629, 1156, '0599-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136630, 1156, '0599-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136631, 1156, '0599-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136632, 1156, '0599-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136633, 1156, '0599-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136634, 1156, '0599-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136635, 1156, '0599-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136636, 1156, '0599-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136637, 1156, '0599-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136638, 1156, '0599-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136639, 1156, '0599-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136640, 1156, '0599-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136641, 1156, '0600-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136642, 1156, '0600-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136643, 1156, '0600-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136644, 1156, '0600-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136645, 1156, '0600-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136646, 1156, '0600-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136647, 1156, '0600-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136648, 1156, '0600-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136649, 1156, '0600-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136650, 1156, '0600-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136651, 1156, '0600-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136652, 1156, '0600-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136653, 1156, '0601-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:02', '2023-09-12 17:47:02'),
(136654, 1156, '0601-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136655, 1156, '0601-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136656, 1156, '0601-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136657, 1156, '0601-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136658, 1156, '0601-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136659, 1156, '0601-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136660, 1156, '0601-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136661, 1156, '0601-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136662, 1156, '0601-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136663, 1156, '0601-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136664, 1156, '0601-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136665, 1156, '0602-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136666, 1156, '0602-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136667, 1156, '0602-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136668, 1156, '0602-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136669, 1156, '0602-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136670, 1156, '0602-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136671, 1156, '0602-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136672, 1156, '0602-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136673, 1156, '0602-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136674, 1156, '0602-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136675, 1156, '0602-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136676, 1156, '0602-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136677, 1156, '0603-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136678, 1156, '0603-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136679, 1156, '0603-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136680, 1156, '0603-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136681, 1156, '0603-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136682, 1156, '0603-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136683, 1156, '0603-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136684, 1156, '0603-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136685, 1156, '0603-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136686, 1156, '0603-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136687, 1156, '0603-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136688, 1156, '0603-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136689, 1156, '0604-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136690, 1156, '0604-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136691, 1156, '0604-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136692, 1156, '0604-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136693, 1156, '0604-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136694, 1156, '0604-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136695, 1156, '0604-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136696, 1156, '0604-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136697, 1156, '0604-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136698, 1156, '0604-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136699, 1156, '0604-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136700, 1156, '0604-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136701, 1156, '0605-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136702, 1156, '0605-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136703, 1156, '0605-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136704, 1156, '0605-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136705, 1156, '0605-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136706, 1156, '0605-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136707, 1156, '0605-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136708, 1156, '0605-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136709, 1156, '0605-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136710, 1156, '0605-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136711, 1156, '0605-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136712, 1156, '0605-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136713, 1156, '0606-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136714, 1156, '0606-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136715, 1156, '0606-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136716, 1156, '0606-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136717, 1156, '0606-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136718, 1156, '0606-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136719, 1156, '0606-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136720, 1156, '0606-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136721, 1156, '0606-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136722, 1156, '0606-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136723, 1156, '0606-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136724, 1156, '0606-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136725, 1156, '0607-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136726, 1156, '0607-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136727, 1156, '0607-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136728, 1156, '0607-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136729, 1156, '0607-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136730, 1156, '0607-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136731, 1156, '0607-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136732, 1156, '0607-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136733, 1156, '0607-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136734, 1156, '0607-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136735, 1156, '0607-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136736, 1156, '0607-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136737, 1156, '0608-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136738, 1156, '0608-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136739, 1156, '0608-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136740, 1156, '0608-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136741, 1156, '0608-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136742, 1156, '0608-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136743, 1156, '0608-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136744, 1156, '0608-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136745, 1156, '0608-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136746, 1156, '0608-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136747, 1156, '0608-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136748, 1156, '0608-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136749, 1156, '0609-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136750, 1156, '0609-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136751, 1156, '0609-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136752, 1156, '0609-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136753, 1156, '0609-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136754, 1156, '0609-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136755, 1156, '0609-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136756, 1156, '0609-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136757, 1156, '0609-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136758, 1156, '0609-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136759, 1156, '0609-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136760, 1156, '0609-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136761, 1156, '0610-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136762, 1156, '0610-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136763, 1156, '0610-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136764, 1156, '0610-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136765, 1156, '0610-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136766, 1156, '0610-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136767, 1156, '0610-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136768, 1156, '0610-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136769, 1156, '0610-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136770, 1156, '0610-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136771, 1156, '0610-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136772, 1156, '0610-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136773, 1156, '0611-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136774, 1156, '0611-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136775, 1156, '0611-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136776, 1156, '0611-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136777, 1156, '0611-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136778, 1156, '0611-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136779, 1156, '0611-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136780, 1156, '0611-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136781, 1156, '0611-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136782, 1156, '0611-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136783, 1156, '0611-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136784, 1156, '0611-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136785, 1156, '0612-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136786, 1156, '0612-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136787, 1156, '0612-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136788, 1156, '0612-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136789, 1156, '0612-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136790, 1156, '0612-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136791, 1156, '0612-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136792, 1156, '0612-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136793, 1156, '0612-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136794, 1156, '0612-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136795, 1156, '0612-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136796, 1156, '0612-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136797, 1156, '0613-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136798, 1156, '0613-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136799, 1156, '0613-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136800, 1156, '0613-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136801, 1156, '0613-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136802, 1156, '0613-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136803, 1156, '0613-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136804, 1156, '0613-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136805, 1156, '0613-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136806, 1156, '0613-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136807, 1156, '0613-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136808, 1156, '0613-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136809, 1156, '0614-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136810, 1156, '0614-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136811, 1156, '0614-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136812, 1156, '0614-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136813, 1156, '0614-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136814, 1156, '0614-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136815, 1156, '0614-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136816, 1156, '0614-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136817, 1156, '0614-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136818, 1156, '0614-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136819, 1156, '0614-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136820, 1156, '0614-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136821, 1156, '0615-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136822, 1156, '0615-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136823, 1156, '0615-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136824, 1156, '0615-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136825, 1156, '0615-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136826, 1156, '0615-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136827, 1156, '0615-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136828, 1156, '0615-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136829, 1156, '0615-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136830, 1156, '0615-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136831, 1156, '0615-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136832, 1156, '0615-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136833, 1156, '0616-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136834, 1156, '0616-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136835, 1156, '0616-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136836, 1156, '0616-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136837, 1156, '0616-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136838, 1156, '0616-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136839, 1156, '0616-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136840, 1156, '0616-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136841, 1156, '0616-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136842, 1156, '0616-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136843, 1156, '0616-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136844, 1156, '0616-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136845, 1156, '0617-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136846, 1156, '0617-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136847, 1156, '0617-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136848, 1156, '0617-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136849, 1156, '0617-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136850, 1156, '0617-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136851, 1156, '0617-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136852, 1156, '0617-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136853, 1156, '0617-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136854, 1156, '0617-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136855, 1156, '0617-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136856, 1156, '0617-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136857, 1156, '0618-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136858, 1156, '0618-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136859, 1156, '0618-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136860, 1156, '0618-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136861, 1156, '0618-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136862, 1156, '0618-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136863, 1156, '0618-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136864, 1156, '0618-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136865, 1156, '0618-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136866, 1156, '0618-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136867, 1156, '0618-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136868, 1156, '0618-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136869, 1156, '0619-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136870, 1156, '0619-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136871, 1156, '0619-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136872, 1156, '0619-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136873, 1156, '0619-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136874, 1156, '0619-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136875, 1156, '0619-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136876, 1156, '0619-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136877, 1156, '0619-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136878, 1156, '0619-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136879, 1156, '0619-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136880, 1156, '0619-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136881, 1156, '0620-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136882, 1156, '0620-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136883, 1156, '0620-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136884, 1156, '0620-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136885, 1156, '0620-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136886, 1156, '0620-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136887, 1156, '0620-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136888, 1156, '0620-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136889, 1156, '0620-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136890, 1156, '0620-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136891, 1156, '0620-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136892, 1156, '0620-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136893, 1156, '0621-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136894, 1156, '0621-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136895, 1156, '0621-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136896, 1156, '0621-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136897, 1156, '0621-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136898, 1156, '0621-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136899, 1156, '0621-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136900, 1156, '0621-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136901, 1156, '0621-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136902, 1156, '0621-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136903, 1156, '0621-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136904, 1156, '0621-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136905, 1156, '0622-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136906, 1156, '0622-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136907, 1156, '0622-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136908, 1156, '0622-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136909, 1156, '0622-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136910, 1156, '0622-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136911, 1156, '0622-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136912, 1156, '0622-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136913, 1156, '0622-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136914, 1156, '0622-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136915, 1156, '0622-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136916, 1156, '0622-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136917, 1156, '0623-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136918, 1156, '0623-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136919, 1156, '0623-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136920, 1156, '0623-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136921, 1156, '0623-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136922, 1156, '0623-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136923, 1156, '0623-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136924, 1156, '0623-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136925, 1156, '0623-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136926, 1156, '0623-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136927, 1156, '0623-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136928, 1156, '0623-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136929, 1156, '0624-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136930, 1156, '0624-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136931, 1156, '0624-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136932, 1156, '0624-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136933, 1156, '0624-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136934, 1156, '0624-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136935, 1156, '0624-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136936, 1156, '0624-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136937, 1156, '0624-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136938, 1156, '0624-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136939, 1156, '0624-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136940, 1156, '0624-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136941, 1156, '0625-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136942, 1156, '0625-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136943, 1156, '0625-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136944, 1156, '0625-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136945, 1156, '0625-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136946, 1156, '0625-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136947, 1156, '0625-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136948, 1156, '0625-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136949, 1156, '0625-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136950, 1156, '0625-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136951, 1156, '0625-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:03', '2023-09-12 17:47:03'),
(136952, 1156, '0625-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(136953, 1156, '0626-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(136954, 1156, '0626-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(136955, 1156, '0626-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(136956, 1156, '0626-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(136957, 1156, '0626-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(136958, 1156, '0626-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(136959, 1156, '0626-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(136960, 1156, '0626-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(136961, 1156, '0626-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(136962, 1156, '0626-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(136963, 1156, '0626-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(136964, 1156, '0626-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(136965, 1156, '0627-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(136966, 1156, '0627-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(136967, 1156, '0627-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(136968, 1156, '0627-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(136969, 1156, '0627-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(136970, 1156, '0627-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(136971, 1156, '0627-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(136972, 1156, '0627-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(136973, 1156, '0627-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(136974, 1156, '0627-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(136975, 1156, '0627-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(136976, 1156, '0627-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(136977, 1156, '0628-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(136978, 1156, '0628-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(136979, 1156, '0628-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(136980, 1156, '0628-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(136981, 1156, '0628-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(136982, 1156, '0628-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(136983, 1156, '0628-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(136984, 1156, '0628-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(136985, 1156, '0628-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(136986, 1156, '0628-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(136987, 1156, '0628-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(136988, 1156, '0628-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(136989, 1156, '0629-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(136990, 1156, '0629-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(136991, 1156, '0629-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(136992, 1156, '0629-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(136993, 1156, '0629-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(136994, 1156, '0629-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(136995, 1156, '0629-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(136996, 1156, '0629-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(136997, 1156, '0629-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(136998, 1156, '0629-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(136999, 1156, '0629-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(137000, 1156, '0629-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(137001, 1156, '0630-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(137002, 1156, '0630-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(137003, 1156, '0630-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(137004, 1156, '0630-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(137005, 1156, '0630-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(137006, 1156, '0630-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(137007, 1156, '0630-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(137008, 1156, '0630-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(137009, 1156, '0630-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(137010, 1156, '0630-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(137011, 1156, '0630-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(137012, 1156, '0630-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(137013, 1156, '0631-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(137014, 1156, '0631-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(137015, 1156, '0631-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(137016, 1156, '0631-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(137017, 1156, '0631-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(137018, 1156, '0631-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(137019, 1156, '0631-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(137020, 1156, '0631-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(137021, 1156, '0631-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(137022, 1156, '0631-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(137023, 1156, '0631-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(137024, 1156, '0631-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(137025, 1156, '0632-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(137026, 1156, '0632-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(137027, 1156, '0632-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(137028, 1156, '0632-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(137029, 1156, '0632-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(137030, 1156, '0632-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(137031, 1156, '0632-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(137032, 1156, '0632-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(137033, 1156, '0632-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(137034, 1156, '0632-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(137035, 1156, '0632-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(137036, 1156, '0632-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(137037, 1156, '0633-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(137038, 1156, '0633-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(137039, 1156, '0633-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(137040, 1156, '0633-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(137041, 1156, '0633-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(137042, 1156, '0633-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(137043, 1156, '0633-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(137044, 1156, '0633-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(137045, 1156, '0633-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(137046, 1156, '0633-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(137047, 1156, '0633-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(137048, 1156, '0633-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(137049, 1156, '0634-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(137050, 1156, '0634-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(137051, 1156, '0634-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(137052, 1156, '0634-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(137053, 1156, '0634-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(137054, 1156, '0634-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(137055, 1156, '0634-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(137056, 1156, '0634-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(137057, 1156, '0634-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(137058, 1156, '0634-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(137059, 1156, '0634-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(137060, 1156, '0634-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(137061, 1156, '0635-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(137062, 1156, '0635-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(137063, 1156, '0635-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(137064, 1156, '0635-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(137065, 1156, '0635-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(137066, 1156, '0635-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(137067, 1156, '0635-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(137068, 1156, '0635-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(137069, 1156, '0635-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(137070, 1156, '0635-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(137071, 1156, '0635-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(137072, 1156, '0635-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(137073, 1156, '0636-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(137074, 1156, '0636-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(137075, 1156, '0636-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(137076, 1156, '0636-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(137077, 1156, '0636-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(137078, 1156, '0636-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(137079, 1156, '0636-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(137080, 1156, '0636-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(137081, 1156, '0636-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(137082, 1156, '0636-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(137083, 1156, '0636-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(137084, 1156, '0636-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(137085, 1156, '0637-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(137086, 1156, '0637-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(137087, 1156, '0637-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(137088, 1156, '0637-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(137089, 1156, '0637-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(137090, 1156, '0637-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(137091, 1156, '0637-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(137092, 1156, '0637-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(137093, 1156, '0637-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(137094, 1156, '0637-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(137095, 1156, '0637-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(137096, 1156, '0637-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(137097, 1156, '0638-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(137098, 1156, '0638-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(137099, 1156, '0638-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(137100, 1156, '0638-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(137101, 1156, '0638-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(137102, 1156, '0638-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(137103, 1156, '0638-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(137104, 1156, '0638-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(137105, 1156, '0638-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(137106, 1156, '0638-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(137107, 1156, '0638-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(137108, 1156, '0638-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(137109, 1156, '0639-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(137110, 1156, '0639-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(137111, 1156, '0639-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(137112, 1156, '0639-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(137113, 1156, '0639-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(137114, 1156, '0639-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(137115, 1156, '0639-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(137116, 1156, '0639-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(137117, 1156, '0639-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(137118, 1156, '0639-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(137119, 1156, '0639-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(137120, 1156, '0639-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(137121, 1156, '0640-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(137122, 1156, '0640-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(137123, 1156, '0640-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(137124, 1156, '0640-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(137125, 1156, '0640-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(137126, 1156, '0640-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(137127, 1156, '0640-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(137128, 1156, '0640-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(137129, 1156, '0640-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(137130, 1156, '0640-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(137131, 1156, '0640-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(137132, 1156, '0640-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(137133, 1156, '0641-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(137134, 1156, '0641-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(137135, 1156, '0641-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(137136, 1156, '0641-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(137137, 1156, '0641-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(137138, 1156, '0641-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(137139, 1156, '0641-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(137140, 1156, '0641-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(137141, 1156, '0641-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(137142, 1156, '0641-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(137143, 1156, '0641-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(137144, 1156, '0641-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(137145, 1156, '0642-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(137146, 1156, '0642-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(137147, 1156, '0642-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(137148, 1156, '0642-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(137149, 1156, '0642-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(137150, 1156, '0642-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(137151, 1156, '0642-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(137152, 1156, '0642-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(137153, 1156, '0642-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(137154, 1156, '0642-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(137155, 1156, '0642-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(137156, 1156, '0642-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(137157, 1156, '0643-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(137158, 1156, '0643-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(137159, 1156, '0643-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(137160, 1156, '0643-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(137161, 1156, '0643-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(137162, 1156, '0643-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(137163, 1156, '0643-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(137164, 1156, '0643-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(137165, 1156, '0643-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(137166, 1156, '0643-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(137167, 1156, '0643-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(137168, 1156, '0643-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(137169, 1156, '0644-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(137170, 1156, '0644-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(137171, 1156, '0644-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(137172, 1156, '0644-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(137173, 1156, '0644-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(137174, 1156, '0644-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(137175, 1156, '0644-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(137176, 1156, '0644-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(137177, 1156, '0644-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(137178, 1156, '0644-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(137179, 1156, '0644-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(137180, 1156, '0644-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(137181, 1156, '0645-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(137182, 1156, '0645-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(137183, 1156, '0645-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(137184, 1156, '0645-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(137185, 1156, '0645-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(137186, 1156, '0645-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(137187, 1156, '0645-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(137188, 1156, '0645-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(137189, 1156, '0645-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(137190, 1156, '0645-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(137191, 1156, '0645-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(137192, 1156, '0645-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(137193, 1156, '0646-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(137194, 1156, '0646-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(137195, 1156, '0646-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(137196, 1156, '0646-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(137197, 1156, '0646-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:04', '2023-09-12 17:47:04'),
(137198, 1156, '0646-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137199, 1156, '0646-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137200, 1156, '0646-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137201, 1156, '0646-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137202, 1156, '0646-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137203, 1156, '0646-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137204, 1156, '0646-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137205, 1156, '0647-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137206, 1156, '0647-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137207, 1156, '0647-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137208, 1156, '0647-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137209, 1156, '0647-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137210, 1156, '0647-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137211, 1156, '0647-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137212, 1156, '0647-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137213, 1156, '0647-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137214, 1156, '0647-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137215, 1156, '0647-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137216, 1156, '0647-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137217, 1156, '0648-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137218, 1156, '0648-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137219, 1156, '0648-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137220, 1156, '0648-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137221, 1156, '0648-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137222, 1156, '0648-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137223, 1156, '0648-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137224, 1156, '0648-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137225, 1156, '0648-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137226, 1156, '0648-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137227, 1156, '0648-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137228, 1156, '0648-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137229, 1156, '0649-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137230, 1156, '0649-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137231, 1156, '0649-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137232, 1156, '0649-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137233, 1156, '0649-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137234, 1156, '0649-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137235, 1156, '0649-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137236, 1156, '0649-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137237, 1156, '0649-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137238, 1156, '0649-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137239, 1156, '0649-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137240, 1156, '0649-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137241, 1156, '0650-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137242, 1156, '0650-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137243, 1156, '0650-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137244, 1156, '0650-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137245, 1156, '0650-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137246, 1156, '0650-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137247, 1156, '0650-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137248, 1156, '0650-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137249, 1156, '0650-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137250, 1156, '0650-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137251, 1156, '0650-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137252, 1156, '0650-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137253, 1156, '0651-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137254, 1156, '0651-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137255, 1156, '0651-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137256, 1156, '0651-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137257, 1156, '0651-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137258, 1156, '0651-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137259, 1156, '0651-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137260, 1156, '0651-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137261, 1156, '0651-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137262, 1156, '0651-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137263, 1156, '0651-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137264, 1156, '0651-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137265, 1156, '0652-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137266, 1156, '0652-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137267, 1156, '0652-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137268, 1156, '0652-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137269, 1156, '0652-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137270, 1156, '0652-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137271, 1156, '0652-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137272, 1156, '0652-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137273, 1156, '0652-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137274, 1156, '0652-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137275, 1156, '0652-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137276, 1156, '0652-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137277, 1156, '0653-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137278, 1156, '0653-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137279, 1156, '0653-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137280, 1156, '0653-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137281, 1156, '0653-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137282, 1156, '0653-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137283, 1156, '0653-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137284, 1156, '0653-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137285, 1156, '0653-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137286, 1156, '0653-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137287, 1156, '0653-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137288, 1156, '0653-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137289, 1156, '0654-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137290, 1156, '0654-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137291, 1156, '0654-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137292, 1156, '0654-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137293, 1156, '0654-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137294, 1156, '0654-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137295, 1156, '0654-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137296, 1156, '0654-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137297, 1156, '0654-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137298, 1156, '0654-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137299, 1156, '0654-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137300, 1156, '0654-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137301, 1156, '0655-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137302, 1156, '0655-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137303, 1156, '0655-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137304, 1156, '0655-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137305, 1156, '0655-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137306, 1156, '0655-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137307, 1156, '0655-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137308, 1156, '0655-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137309, 1156, '0655-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137310, 1156, '0655-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137311, 1156, '0655-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137312, 1156, '0655-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137313, 1156, '0656-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137314, 1156, '0656-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137315, 1156, '0656-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137316, 1156, '0656-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137317, 1156, '0656-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137318, 1156, '0656-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137319, 1156, '0656-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137320, 1156, '0656-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137321, 1156, '0656-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137322, 1156, '0656-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137323, 1156, '0656-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137324, 1156, '0656-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137325, 1156, '0657-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137326, 1156, '0657-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137327, 1156, '0657-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137328, 1156, '0657-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137329, 1156, '0657-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137330, 1156, '0657-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137331, 1156, '0657-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137332, 1156, '0657-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137333, 1156, '0657-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137334, 1156, '0657-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137335, 1156, '0657-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137336, 1156, '0657-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137337, 1156, '0658-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137338, 1156, '0658-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137339, 1156, '0658-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137340, 1156, '0658-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137341, 1156, '0658-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137342, 1156, '0658-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137343, 1156, '0658-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137344, 1156, '0658-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137345, 1156, '0658-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137346, 1156, '0658-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137347, 1156, '0658-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137348, 1156, '0658-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137349, 1156, '0659-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137350, 1156, '0659-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137351, 1156, '0659-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137352, 1156, '0659-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137353, 1156, '0659-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137354, 1156, '0659-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137355, 1156, '0659-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137356, 1156, '0659-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137357, 1156, '0659-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137358, 1156, '0659-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137359, 1156, '0659-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137360, 1156, '0659-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137361, 1156, '0660-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137362, 1156, '0660-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137363, 1156, '0660-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137364, 1156, '0660-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137365, 1156, '0660-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137366, 1156, '0660-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137367, 1156, '0660-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137368, 1156, '0660-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137369, 1156, '0660-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137370, 1156, '0660-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137371, 1156, '0660-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137372, 1156, '0660-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137373, 1156, '0661-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137374, 1156, '0661-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137375, 1156, '0661-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137376, 1156, '0661-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137377, 1156, '0661-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137378, 1156, '0661-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137379, 1156, '0661-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137380, 1156, '0661-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137381, 1156, '0661-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137382, 1156, '0661-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137383, 1156, '0661-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137384, 1156, '0661-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137385, 1156, '0662-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137386, 1156, '0662-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137387, 1156, '0662-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137388, 1156, '0662-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137389, 1156, '0662-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137390, 1156, '0662-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137391, 1156, '0662-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137392, 1156, '0662-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137393, 1156, '0662-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137394, 1156, '0662-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137395, 1156, '0662-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137396, 1156, '0662-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137397, 1156, '0663-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137398, 1156, '0663-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137399, 1156, '0663-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137400, 1156, '0663-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137401, 1156, '0663-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137402, 1156, '0663-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137403, 1156, '0663-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137404, 1156, '0663-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137405, 1156, '0663-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137406, 1156, '0663-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137407, 1156, '0663-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137408, 1156, '0663-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137409, 1156, '0664-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137410, 1156, '0664-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137411, 1156, '0664-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137412, 1156, '0664-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137413, 1156, '0664-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137414, 1156, '0664-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137415, 1156, '0664-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137416, 1156, '0664-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137417, 1156, '0664-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137418, 1156, '0664-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137419, 1156, '0664-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137420, 1156, '0664-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137421, 1156, '0665-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137422, 1156, '0665-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137423, 1156, '0665-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137424, 1156, '0665-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137425, 1156, '0665-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137426, 1156, '0665-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137427, 1156, '0665-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137428, 1156, '0665-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137429, 1156, '0665-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137430, 1156, '0665-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137431, 1156, '0665-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137432, 1156, '0665-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137433, 1156, '0666-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137434, 1156, '0666-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137435, 1156, '0666-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137436, 1156, '0666-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137437, 1156, '0666-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137438, 1156, '0666-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137439, 1156, '0666-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137440, 1156, '0666-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137441, 1156, '0666-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137442, 1156, '0666-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137443, 1156, '0666-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137444, 1156, '0666-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137445, 1156, '0667-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137446, 1156, '0667-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137447, 1156, '0667-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137448, 1156, '0667-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137449, 1156, '0667-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137450, 1156, '0667-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137451, 1156, '0667-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137452, 1156, '0667-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137453, 1156, '0667-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137454, 1156, '0667-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137455, 1156, '0667-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137456, 1156, '0667-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137457, 1156, '0668-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137458, 1156, '0668-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137459, 1156, '0668-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137460, 1156, '0668-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137461, 1156, '0668-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137462, 1156, '0668-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137463, 1156, '0668-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137464, 1156, '0668-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137465, 1156, '0668-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137466, 1156, '0668-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137467, 1156, '0668-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137468, 1156, '0668-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137469, 1156, '0669-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137470, 1156, '0669-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137471, 1156, '0669-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137472, 1156, '0669-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137473, 1156, '0669-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137474, 1156, '0669-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137475, 1156, '0669-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137476, 1156, '0669-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137477, 1156, '0669-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137478, 1156, '0669-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137479, 1156, '0669-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137480, 1156, '0669-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137481, 1156, '0670-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137482, 1156, '0670-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137483, 1156, '0670-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137484, 1156, '0670-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137485, 1156, '0670-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137486, 1156, '0670-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137487, 1156, '0670-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137488, 1156, '0670-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137489, 1156, '0670-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137490, 1156, '0670-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137491, 1156, '0670-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137492, 1156, '0670-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137493, 1156, '0671-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(137494, 1156, '0671-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137495, 1156, '0671-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137496, 1156, '0671-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137497, 1156, '0671-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137498, 1156, '0671-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137499, 1156, '0671-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137500, 1156, '0671-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137501, 1156, '0671-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137502, 1156, '0671-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137503, 1156, '0671-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137504, 1156, '0671-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137505, 1156, '0672-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137506, 1156, '0672-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137507, 1156, '0672-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137508, 1156, '0672-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137509, 1156, '0672-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137510, 1156, '0672-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137511, 1156, '0672-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137512, 1156, '0672-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137513, 1156, '0672-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137514, 1156, '0672-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137515, 1156, '0672-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137516, 1156, '0672-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137517, 1156, '0673-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137518, 1156, '0673-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137519, 1156, '0673-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137520, 1156, '0673-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137521, 1156, '0673-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137522, 1156, '0673-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137523, 1156, '0673-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137524, 1156, '0673-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137525, 1156, '0673-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137526, 1156, '0673-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137527, 1156, '0673-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137528, 1156, '0673-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137529, 1156, '0674-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137530, 1156, '0674-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137531, 1156, '0674-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137532, 1156, '0674-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137533, 1156, '0674-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137534, 1156, '0674-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137535, 1156, '0674-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137536, 1156, '0674-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137537, 1156, '0674-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137538, 1156, '0674-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137539, 1156, '0674-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137540, 1156, '0674-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137541, 1156, '0675-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137542, 1156, '0675-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137543, 1156, '0675-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137544, 1156, '0675-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137545, 1156, '0675-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137546, 1156, '0675-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:05', '2023-09-12 17:47:05'),
(137547, 1156, '0675-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137548, 1156, '0675-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137549, 1156, '0675-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137550, 1156, '0675-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137551, 1156, '0675-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137552, 1156, '0675-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137553, 1156, '0676-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137554, 1156, '0676-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137555, 1156, '0676-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137556, 1156, '0676-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137557, 1156, '0676-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137558, 1156, '0676-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137559, 1156, '0676-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137560, 1156, '0676-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137561, 1156, '0676-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137562, 1156, '0676-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137563, 1156, '0676-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137564, 1156, '0676-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137565, 1156, '0677-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137566, 1156, '0677-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137567, 1156, '0677-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137568, 1156, '0677-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137569, 1156, '0677-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137570, 1156, '0677-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137571, 1156, '0677-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137572, 1156, '0677-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137573, 1156, '0677-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137574, 1156, '0677-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137575, 1156, '0677-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137576, 1156, '0677-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137577, 1156, '0678-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137578, 1156, '0678-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137579, 1156, '0678-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137580, 1156, '0678-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137581, 1156, '0678-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137582, 1156, '0678-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137583, 1156, '0678-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137584, 1156, '0678-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137585, 1156, '0678-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137586, 1156, '0678-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137587, 1156, '0678-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137588, 1156, '0678-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137589, 1156, '0679-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137590, 1156, '0679-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137591, 1156, '0679-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137592, 1156, '0679-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137593, 1156, '0679-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137594, 1156, '0679-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137595, 1156, '0679-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137596, 1156, '0679-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137597, 1156, '0679-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137598, 1156, '0679-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137599, 1156, '0679-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137600, 1156, '0679-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137601, 1156, '0680-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137602, 1156, '0680-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137603, 1156, '0680-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137604, 1156, '0680-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137605, 1156, '0680-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137606, 1156, '0680-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137607, 1156, '0680-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137608, 1156, '0680-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137609, 1156, '0680-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137610, 1156, '0680-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137611, 1156, '0680-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137612, 1156, '0680-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137613, 1156, '0681-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137614, 1156, '0681-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137615, 1156, '0681-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137616, 1156, '0681-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137617, 1156, '0681-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137618, 1156, '0681-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137619, 1156, '0681-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137620, 1156, '0681-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137621, 1156, '0681-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137622, 1156, '0681-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137623, 1156, '0681-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137624, 1156, '0681-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137625, 1156, '0682-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137626, 1156, '0682-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137627, 1156, '0682-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137628, 1156, '0682-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137629, 1156, '0682-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137630, 1156, '0682-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137631, 1156, '0682-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137632, 1156, '0682-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137633, 1156, '0682-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137634, 1156, '0682-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137635, 1156, '0682-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137636, 1156, '0682-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137637, 1156, '0683-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137638, 1156, '0683-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137639, 1156, '0683-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137640, 1156, '0683-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137641, 1156, '0683-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137642, 1156, '0683-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137643, 1156, '0683-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137644, 1156, '0683-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137645, 1156, '0683-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137646, 1156, '0683-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137647, 1156, '0683-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137648, 1156, '0683-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137649, 1156, '0684-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137650, 1156, '0684-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137651, 1156, '0684-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137652, 1156, '0684-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137653, 1156, '0684-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137654, 1156, '0684-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137655, 1156, '0684-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137656, 1156, '0684-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137657, 1156, '0684-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137658, 1156, '0684-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137659, 1156, '0684-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137660, 1156, '0684-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137661, 1156, '0685-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137662, 1156, '0685-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137663, 1156, '0685-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137664, 1156, '0685-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137665, 1156, '0685-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137666, 1156, '0685-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137667, 1156, '0685-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137668, 1156, '0685-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137669, 1156, '0685-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137670, 1156, '0685-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137671, 1156, '0685-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137672, 1156, '0685-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137673, 1156, '0686-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137674, 1156, '0686-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137675, 1156, '0686-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137676, 1156, '0686-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137677, 1156, '0686-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137678, 1156, '0686-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137679, 1156, '0686-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137680, 1156, '0686-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137681, 1156, '0686-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137682, 1156, '0686-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137683, 1156, '0686-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137684, 1156, '0686-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137685, 1156, '0687-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137686, 1156, '0687-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137687, 1156, '0687-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137688, 1156, '0687-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137689, 1156, '0687-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137690, 1156, '0687-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137691, 1156, '0687-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137692, 1156, '0687-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137693, 1156, '0687-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137694, 1156, '0687-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137695, 1156, '0687-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137696, 1156, '0687-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137697, 1156, '0688-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137698, 1156, '0688-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137699, 1156, '0688-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137700, 1156, '0688-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137701, 1156, '0688-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137702, 1156, '0688-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137703, 1156, '0688-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137704, 1156, '0688-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137705, 1156, '0688-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137706, 1156, '0688-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137707, 1156, '0688-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137708, 1156, '0688-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137709, 1156, '0689-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137710, 1156, '0689-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137711, 1156, '0689-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137712, 1156, '0689-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137713, 1156, '0689-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137714, 1156, '0689-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137715, 1156, '0689-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137716, 1156, '0689-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137717, 1156, '0689-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137718, 1156, '0689-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137719, 1156, '0689-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137720, 1156, '0689-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137721, 1156, '0690-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137722, 1156, '0690-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137723, 1156, '0690-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137724, 1156, '0690-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137725, 1156, '0690-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137726, 1156, '0690-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137727, 1156, '0690-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137728, 1156, '0690-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137729, 1156, '0690-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137730, 1156, '0690-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137731, 1156, '0690-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137732, 1156, '0690-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137733, 1156, '0691-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137734, 1156, '0691-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137735, 1156, '0691-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137736, 1156, '0691-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137737, 1156, '0691-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137738, 1156, '0691-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137739, 1156, '0691-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137740, 1156, '0691-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137741, 1156, '0691-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137742, 1156, '0691-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137743, 1156, '0691-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137744, 1156, '0691-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137745, 1156, '0692-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137746, 1156, '0692-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137747, 1156, '0692-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137748, 1156, '0692-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137749, 1156, '0692-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137750, 1156, '0692-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137751, 1156, '0692-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137752, 1156, '0692-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137753, 1156, '0692-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137754, 1156, '0692-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137755, 1156, '0692-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137756, 1156, '0692-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137757, 1156, '0693-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137758, 1156, '0693-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137759, 1156, '0693-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137760, 1156, '0693-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137761, 1156, '0693-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137762, 1156, '0693-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137763, 1156, '0693-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137764, 1156, '0693-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137765, 1156, '0693-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137766, 1156, '0693-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137767, 1156, '0693-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137768, 1156, '0693-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137769, 1156, '0694-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137770, 1156, '0694-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137771, 1156, '0694-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137772, 1156, '0694-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137773, 1156, '0694-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137774, 1156, '0694-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137775, 1156, '0694-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137776, 1156, '0694-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137777, 1156, '0694-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137778, 1156, '0694-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137779, 1156, '0694-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137780, 1156, '0694-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137781, 1156, '0695-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137782, 1156, '0695-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137783, 1156, '0695-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137784, 1156, '0695-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137785, 1156, '0695-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137786, 1156, '0695-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137787, 1156, '0695-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137788, 1156, '0695-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137789, 1156, '0695-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137790, 1156, '0695-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137791, 1156, '0695-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137792, 1156, '0695-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137793, 1156, '0696-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137794, 1156, '0696-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137795, 1156, '0696-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137796, 1156, '0696-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137797, 1156, '0696-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137798, 1156, '0696-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137799, 1156, '0696-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137800, 1156, '0696-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137801, 1156, '0696-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137802, 1156, '0696-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137803, 1156, '0696-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137804, 1156, '0696-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137805, 1156, '0697-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137806, 1156, '0697-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137807, 1156, '0697-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137808, 1156, '0697-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137809, 1156, '0697-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137810, 1156, '0697-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137811, 1156, '0697-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137812, 1156, '0697-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137813, 1156, '0697-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137814, 1156, '0697-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137815, 1156, '0697-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137816, 1156, '0697-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137817, 1156, '0698-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137818, 1156, '0698-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137819, 1156, '0698-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137820, 1156, '0698-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137821, 1156, '0698-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137822, 1156, '0698-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137823, 1156, '0698-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137824, 1156, '0698-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137825, 1156, '0698-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137826, 1156, '0698-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137827, 1156, '0698-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137828, 1156, '0698-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137829, 1156, '0699-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137830, 1156, '0699-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137831, 1156, '0699-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137832, 1156, '0699-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137833, 1156, '0699-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137834, 1156, '0699-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137835, 1156, '0699-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137836, 1156, '0699-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137837, 1156, '0699-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137838, 1156, '0699-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137839, 1156, '0699-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137840, 1156, '0699-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137841, 1156, '0700-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137842, 1156, '0700-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137843, 1156, '0700-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137844, 1156, '0700-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137845, 1156, '0700-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137846, 1156, '0700-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137847, 1156, '0700-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137848, 1156, '0700-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137849, 1156, '0700-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137850, 1156, '0700-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137851, 1156, '0700-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137852, 1156, '0700-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137853, 1156, '0701-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137854, 1156, '0701-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137855, 1156, '0701-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137856, 1156, '0701-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137857, 1156, '0701-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137858, 1156, '0701-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137859, 1156, '0701-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137860, 1156, '0701-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137861, 1156, '0701-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137862, 1156, '0701-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137863, 1156, '0701-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137864, 1156, '0701-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137865, 1156, '0702-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137866, 1156, '0702-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137867, 1156, '0702-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137868, 1156, '0702-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137869, 1156, '0702-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137870, 1156, '0702-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137871, 1156, '0702-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137872, 1156, '0702-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137873, 1156, '0702-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137874, 1156, '0702-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137875, 1156, '0702-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137876, 1156, '0702-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137877, 1156, '0703-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137878, 1156, '0703-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137879, 1156, '0703-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137880, 1156, '0703-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137881, 1156, '0703-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137882, 1156, '0703-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137883, 1156, '0703-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137884, 1156, '0703-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137885, 1156, '0703-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137886, 1156, '0703-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137887, 1156, '0703-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137888, 1156, '0703-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137889, 1156, '0704-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137890, 1156, '0704-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137891, 1156, '0704-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137892, 1156, '0704-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:06', '2023-09-12 17:47:06'),
(137893, 1156, '0704-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(137894, 1156, '0704-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(137895, 1156, '0704-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(137896, 1156, '0704-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(137897, 1156, '0704-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(137898, 1156, '0704-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(137899, 1156, '0704-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(137900, 1156, '0704-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(137901, 1156, '0705-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(137902, 1156, '0705-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(137903, 1156, '0705-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(137904, 1156, '0705-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(137905, 1156, '0705-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(137906, 1156, '0705-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(137907, 1156, '0705-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(137908, 1156, '0705-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(137909, 1156, '0705-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(137910, 1156, '0705-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(137911, 1156, '0705-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(137912, 1156, '0705-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(137913, 1156, '0706-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(137914, 1156, '0706-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(137915, 1156, '0706-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(137916, 1156, '0706-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(137917, 1156, '0706-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(137918, 1156, '0706-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(137919, 1156, '0706-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(137920, 1156, '0706-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(137921, 1156, '0706-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(137922, 1156, '0706-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(137923, 1156, '0706-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(137924, 1156, '0706-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(137925, 1156, '0707-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(137926, 1156, '0707-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(137927, 1156, '0707-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(137928, 1156, '0707-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(137929, 1156, '0707-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(137930, 1156, '0707-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(137931, 1156, '0707-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(137932, 1156, '0707-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(137933, 1156, '0707-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(137934, 1156, '0707-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(137935, 1156, '0707-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(137936, 1156, '0707-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(137937, 1156, '0708-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(137938, 1156, '0708-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(137939, 1156, '0708-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(137940, 1156, '0708-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(137941, 1156, '0708-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(137942, 1156, '0708-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(137943, 1156, '0708-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(137944, 1156, '0708-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(137945, 1156, '0708-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(137946, 1156, '0708-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(137947, 1156, '0708-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(137948, 1156, '0708-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(137949, 1156, '0709-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(137950, 1156, '0709-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(137951, 1156, '0709-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(137952, 1156, '0709-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(137953, 1156, '0709-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(137954, 1156, '0709-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(137955, 1156, '0709-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(137956, 1156, '0709-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(137957, 1156, '0709-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(137958, 1156, '0709-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(137959, 1156, '0709-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(137960, 1156, '0709-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(137961, 1156, '0710-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(137962, 1156, '0710-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(137963, 1156, '0710-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(137964, 1156, '0710-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(137965, 1156, '0710-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(137966, 1156, '0710-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(137967, 1156, '0710-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(137968, 1156, '0710-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(137969, 1156, '0710-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(137970, 1156, '0710-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(137971, 1156, '0710-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(137972, 1156, '0710-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(137973, 1156, '0711-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(137974, 1156, '0711-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(137975, 1156, '0711-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(137976, 1156, '0711-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(137977, 1156, '0711-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(137978, 1156, '0711-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(137979, 1156, '0711-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(137980, 1156, '0711-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(137981, 1156, '0711-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(137982, 1156, '0711-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(137983, 1156, '0711-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(137984, 1156, '0711-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(137985, 1156, '0712-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(137986, 1156, '0712-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(137987, 1156, '0712-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(137988, 1156, '0712-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(137989, 1156, '0712-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(137990, 1156, '0712-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(137991, 1156, '0712-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(137992, 1156, '0712-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(137993, 1156, '0712-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(137994, 1156, '0712-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(137995, 1156, '0712-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(137996, 1156, '0712-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(137997, 1156, '0713-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(137998, 1156, '0713-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(137999, 1156, '0713-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138000, 1156, '0713-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138001, 1156, '0713-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138002, 1156, '0713-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138003, 1156, '0713-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138004, 1156, '0713-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138005, 1156, '0713-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138006, 1156, '0713-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138007, 1156, '0713-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138008, 1156, '0713-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138009, 1156, '0714-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138010, 1156, '0714-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138011, 1156, '0714-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138012, 1156, '0714-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138013, 1156, '0714-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138014, 1156, '0714-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138015, 1156, '0714-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138016, 1156, '0714-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138017, 1156, '0714-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138018, 1156, '0714-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138019, 1156, '0714-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138020, 1156, '0714-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138021, 1156, '0715-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138022, 1156, '0715-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138023, 1156, '0715-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138024, 1156, '0715-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138025, 1156, '0715-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138026, 1156, '0715-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138027, 1156, '0715-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138028, 1156, '0715-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138029, 1156, '0715-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138030, 1156, '0715-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138031, 1156, '0715-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138032, 1156, '0715-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138033, 1156, '0716-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138034, 1156, '0716-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138035, 1156, '0716-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138036, 1156, '0716-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138037, 1156, '0716-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138038, 1156, '0716-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138039, 1156, '0716-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138040, 1156, '0716-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138041, 1156, '0716-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138042, 1156, '0716-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138043, 1156, '0716-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138044, 1156, '0716-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138045, 1156, '0717-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138046, 1156, '0717-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138047, 1156, '0717-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138048, 1156, '0717-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138049, 1156, '0717-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138050, 1156, '0717-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138051, 1156, '0717-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138052, 1156, '0717-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138053, 1156, '0717-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138054, 1156, '0717-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138055, 1156, '0717-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138056, 1156, '0717-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138057, 1156, '0718-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138058, 1156, '0718-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138059, 1156, '0718-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138060, 1156, '0718-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138061, 1156, '0718-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138062, 1156, '0718-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138063, 1156, '0718-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138064, 1156, '0718-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138065, 1156, '0718-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138066, 1156, '0718-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138067, 1156, '0718-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138068, 1156, '0718-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138069, 1156, '0719-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138070, 1156, '0719-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138071, 1156, '0719-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138072, 1156, '0719-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138073, 1156, '0719-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138074, 1156, '0719-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138075, 1156, '0719-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138076, 1156, '0719-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138077, 1156, '0719-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138078, 1156, '0719-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138079, 1156, '0719-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138080, 1156, '0719-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138081, 1156, '0720-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138082, 1156, '0720-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138083, 1156, '0720-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138084, 1156, '0720-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138085, 1156, '0720-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138086, 1156, '0720-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138087, 1156, '0720-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138088, 1156, '0720-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138089, 1156, '0720-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138090, 1156, '0720-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138091, 1156, '0720-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138092, 1156, '0720-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138093, 1156, '0721-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138094, 1156, '0721-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138095, 1156, '0721-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138096, 1156, '0721-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138097, 1156, '0721-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138098, 1156, '0721-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138099, 1156, '0721-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138100, 1156, '0721-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138101, 1156, '0721-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138102, 1156, '0721-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138103, 1156, '0721-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138104, 1156, '0721-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138105, 1156, '0722-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138106, 1156, '0722-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138107, 1156, '0722-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138108, 1156, '0722-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138109, 1156, '0722-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138110, 1156, '0722-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138111, 1156, '0722-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138112, 1156, '0722-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138113, 1156, '0722-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138114, 1156, '0722-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138115, 1156, '0722-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138116, 1156, '0722-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138117, 1156, '0723-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138118, 1156, '0723-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138119, 1156, '0723-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138120, 1156, '0723-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138121, 1156, '0723-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138122, 1156, '0723-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138123, 1156, '0723-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138124, 1156, '0723-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138125, 1156, '0723-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138126, 1156, '0723-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138127, 1156, '0723-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138128, 1156, '0723-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138129, 1156, '0724-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138130, 1156, '0724-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138131, 1156, '0724-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138132, 1156, '0724-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138133, 1156, '0724-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138134, 1156, '0724-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138135, 1156, '0724-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138136, 1156, '0724-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138137, 1156, '0724-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138138, 1156, '0724-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138139, 1156, '0724-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138140, 1156, '0724-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138141, 1156, '0725-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138142, 1156, '0725-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138143, 1156, '0725-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138144, 1156, '0725-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138145, 1156, '0725-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138146, 1156, '0725-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138147, 1156, '0725-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138148, 1156, '0725-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138149, 1156, '0725-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138150, 1156, '0725-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138151, 1156, '0725-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138152, 1156, '0725-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138153, 1156, '0726-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138154, 1156, '0726-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138155, 1156, '0726-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138156, 1156, '0726-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138157, 1156, '0726-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138158, 1156, '0726-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138159, 1156, '0726-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138160, 1156, '0726-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138161, 1156, '0726-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138162, 1156, '0726-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138163, 1156, '0726-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138164, 1156, '0726-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138165, 1156, '0727-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138166, 1156, '0727-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138167, 1156, '0727-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138168, 1156, '0727-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138169, 1156, '0727-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138170, 1156, '0727-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138171, 1156, '0727-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138172, 1156, '0727-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138173, 1156, '0727-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138174, 1156, '0727-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138175, 1156, '0727-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138176, 1156, '0727-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138177, 1156, '0728-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138178, 1156, '0728-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138179, 1156, '0728-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138180, 1156, '0728-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138181, 1156, '0728-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138182, 1156, '0728-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138183, 1156, '0728-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138184, 1156, '0728-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138185, 1156, '0728-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138186, 1156, '0728-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138187, 1156, '0728-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138188, 1156, '0728-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138189, 1156, '0729-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138190, 1156, '0729-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138191, 1156, '0729-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138192, 1156, '0729-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138193, 1156, '0729-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138194, 1156, '0729-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138195, 1156, '0729-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138196, 1156, '0729-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138197, 1156, '0729-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138198, 1156, '0729-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138199, 1156, '0729-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138200, 1156, '0729-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138201, 1156, '0730-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138202, 1156, '0730-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138203, 1156, '0730-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138204, 1156, '0730-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138205, 1156, '0730-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138206, 1156, '0730-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138207, 1156, '0730-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138208, 1156, '0730-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138209, 1156, '0730-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138210, 1156, '0730-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138211, 1156, '0730-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138212, 1156, '0730-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138213, 1156, '0731-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138214, 1156, '0731-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138215, 1156, '0731-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138216, 1156, '0731-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138217, 1156, '0731-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138218, 1156, '0731-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138219, 1156, '0731-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138220, 1156, '0731-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138221, 1156, '0731-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138222, 1156, '0731-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138223, 1156, '0731-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138224, 1156, '0731-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138225, 1156, '0732-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138226, 1156, '0732-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138227, 1156, '0732-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138228, 1156, '0732-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138229, 1156, '0732-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138230, 1156, '0732-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138231, 1156, '0732-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138232, 1156, '0732-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138233, 1156, '0732-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138234, 1156, '0732-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138235, 1156, '0732-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138236, 1156, '0732-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138237, 1156, '0733-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138238, 1156, '0733-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138239, 1156, '0733-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138240, 1156, '0733-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138241, 1156, '0733-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138242, 1156, '0733-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138243, 1156, '0733-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138244, 1156, '0733-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138245, 1156, '0733-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138246, 1156, '0733-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138247, 1156, '0733-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138248, 1156, '0733-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138249, 1156, '0734-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138250, 1156, '0734-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:07', '2023-09-12 17:47:07'),
(138251, 1156, '0734-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138252, 1156, '0734-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138253, 1156, '0734-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138254, 1156, '0734-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138255, 1156, '0734-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138256, 1156, '0734-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138257, 1156, '0734-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138258, 1156, '0734-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138259, 1156, '0734-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138260, 1156, '0734-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138261, 1156, '0735-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138262, 1156, '0735-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138263, 1156, '0735-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138264, 1156, '0735-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138265, 1156, '0735-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138266, 1156, '0735-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138267, 1156, '0735-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138268, 1156, '0735-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138269, 1156, '0735-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138270, 1156, '0735-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138271, 1156, '0735-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138272, 1156, '0735-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138273, 1156, '0736-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138274, 1156, '0736-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138275, 1156, '0736-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138276, 1156, '0736-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138277, 1156, '0736-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138278, 1156, '0736-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138279, 1156, '0736-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138280, 1156, '0736-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138281, 1156, '0736-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138282, 1156, '0736-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138283, 1156, '0736-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138284, 1156, '0736-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138285, 1156, '0737-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138286, 1156, '0737-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138287, 1156, '0737-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138288, 1156, '0737-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138289, 1156, '0737-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138290, 1156, '0737-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138291, 1156, '0737-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138292, 1156, '0737-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138293, 1156, '0737-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138294, 1156, '0737-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138295, 1156, '0737-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138296, 1156, '0737-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138297, 1156, '0738-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138298, 1156, '0738-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138299, 1156, '0738-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138300, 1156, '0738-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138301, 1156, '0738-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138302, 1156, '0738-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138303, 1156, '0738-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138304, 1156, '0738-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138305, 1156, '0738-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138306, 1156, '0738-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138307, 1156, '0738-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138308, 1156, '0738-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138309, 1156, '0739-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138310, 1156, '0739-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138311, 1156, '0739-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138312, 1156, '0739-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138313, 1156, '0739-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138314, 1156, '0739-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138315, 1156, '0739-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138316, 1156, '0739-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138317, 1156, '0739-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138318, 1156, '0739-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138319, 1156, '0739-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138320, 1156, '0739-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138321, 1156, '0740-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138322, 1156, '0740-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138323, 1156, '0740-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138324, 1156, '0740-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138325, 1156, '0740-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138326, 1156, '0740-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138327, 1156, '0740-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138328, 1156, '0740-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138329, 1156, '0740-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138330, 1156, '0740-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138331, 1156, '0740-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138332, 1156, '0740-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138333, 1156, '0741-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138334, 1156, '0741-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138335, 1156, '0741-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138336, 1156, '0741-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138337, 1156, '0741-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138338, 1156, '0741-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138339, 1156, '0741-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138340, 1156, '0741-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138341, 1156, '0741-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138342, 1156, '0741-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138343, 1156, '0741-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138344, 1156, '0741-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138345, 1156, '0742-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138346, 1156, '0742-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138347, 1156, '0742-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138348, 1156, '0742-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138349, 1156, '0742-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138350, 1156, '0742-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138351, 1156, '0742-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138352, 1156, '0742-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138353, 1156, '0742-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138354, 1156, '0742-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138355, 1156, '0742-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138356, 1156, '0742-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138357, 1156, '0743-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138358, 1156, '0743-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138359, 1156, '0743-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138360, 1156, '0743-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138361, 1156, '0743-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138362, 1156, '0743-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138363, 1156, '0743-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138364, 1156, '0743-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138365, 1156, '0743-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138366, 1156, '0743-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138367, 1156, '0743-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138368, 1156, '0743-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138369, 1156, '0744-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138370, 1156, '0744-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138371, 1156, '0744-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138372, 1156, '0744-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138373, 1156, '0744-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138374, 1156, '0744-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138375, 1156, '0744-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138376, 1156, '0744-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138377, 1156, '0744-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138378, 1156, '0744-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138379, 1156, '0744-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138380, 1156, '0744-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138381, 1156, '0745-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138382, 1156, '0745-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138383, 1156, '0745-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138384, 1156, '0745-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138385, 1156, '0745-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138386, 1156, '0745-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138387, 1156, '0745-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138388, 1156, '0745-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138389, 1156, '0745-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138390, 1156, '0745-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138391, 1156, '0745-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138392, 1156, '0745-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138393, 1156, '0746-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138394, 1156, '0746-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138395, 1156, '0746-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138396, 1156, '0746-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138397, 1156, '0746-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138398, 1156, '0746-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138399, 1156, '0746-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138400, 1156, '0746-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138401, 1156, '0746-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138402, 1156, '0746-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138403, 1156, '0746-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138404, 1156, '0746-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138405, 1156, '0747-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(138406, 1156, '0747-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138407, 1156, '0747-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138408, 1156, '0747-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138409, 1156, '0747-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138410, 1156, '0747-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138411, 1156, '0747-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138412, 1156, '0747-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138413, 1156, '0747-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138414, 1156, '0747-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138415, 1156, '0747-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138416, 1156, '0747-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138417, 1156, '0748-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138418, 1156, '0748-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138419, 1156, '0748-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138420, 1156, '0748-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138421, 1156, '0748-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138422, 1156, '0748-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138423, 1156, '0748-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138424, 1156, '0748-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138425, 1156, '0748-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138426, 1156, '0748-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138427, 1156, '0748-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138428, 1156, '0748-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138429, 1156, '0749-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138430, 1156, '0749-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138431, 1156, '0749-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138432, 1156, '0749-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138433, 1156, '0749-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138434, 1156, '0749-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138435, 1156, '0749-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138436, 1156, '0749-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138437, 1156, '0749-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138438, 1156, '0749-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138439, 1156, '0749-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138440, 1156, '0749-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138441, 1156, '0750-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138442, 1156, '0750-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138443, 1156, '0750-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138444, 1156, '0750-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138445, 1156, '0750-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138446, 1156, '0750-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138447, 1156, '0750-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138448, 1156, '0750-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138449, 1156, '0750-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138450, 1156, '0750-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138451, 1156, '0750-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138452, 1156, '0750-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138453, 1156, '0751-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138454, 1156, '0751-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138455, 1156, '0751-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138456, 1156, '0751-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138457, 1156, '0751-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138458, 1156, '0751-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138459, 1156, '0751-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138460, 1156, '0751-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138461, 1156, '0751-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138462, 1156, '0751-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138463, 1156, '0751-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138464, 1156, '0751-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138465, 1156, '0752-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138466, 1156, '0752-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138467, 1156, '0752-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138468, 1156, '0752-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138469, 1156, '0752-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138470, 1156, '0752-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138471, 1156, '0752-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138472, 1156, '0752-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138473, 1156, '0752-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138474, 1156, '0752-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138475, 1156, '0752-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138476, 1156, '0752-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138477, 1156, '0753-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138478, 1156, '0753-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138479, 1156, '0753-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138480, 1156, '0753-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138481, 1156, '0753-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138482, 1156, '0753-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138483, 1156, '0753-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138484, 1156, '0753-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138485, 1156, '0753-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138486, 1156, '0753-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138487, 1156, '0753-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138488, 1156, '0753-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138489, 1156, '0754-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138490, 1156, '0754-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138491, 1156, '0754-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138492, 1156, '0754-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138493, 1156, '0754-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138494, 1156, '0754-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138495, 1156, '0754-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138496, 1156, '0754-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138497, 1156, '0754-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138498, 1156, '0754-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138499, 1156, '0754-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138500, 1156, '0754-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138501, 1156, '0755-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138502, 1156, '0755-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138503, 1156, '0755-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138504, 1156, '0755-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138505, 1156, '0755-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138506, 1156, '0755-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138507, 1156, '0755-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138508, 1156, '0755-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138509, 1156, '0755-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138510, 1156, '0755-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138511, 1156, '0755-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138512, 1156, '0755-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138513, 1156, '0756-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138514, 1156, '0756-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138515, 1156, '0756-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138516, 1156, '0756-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138517, 1156, '0756-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138518, 1156, '0756-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138519, 1156, '0756-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138520, 1156, '0756-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138521, 1156, '0756-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138522, 1156, '0756-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138523, 1156, '0756-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138524, 1156, '0756-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138525, 1156, '0757-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138526, 1156, '0757-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138527, 1156, '0757-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138528, 1156, '0757-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138529, 1156, '0757-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138530, 1156, '0757-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138531, 1156, '0757-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138532, 1156, '0757-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138533, 1156, '0757-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138534, 1156, '0757-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138535, 1156, '0757-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138536, 1156, '0757-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138537, 1156, '0758-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138538, 1156, '0758-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138539, 1156, '0758-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138540, 1156, '0758-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138541, 1156, '0758-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138542, 1156, '0758-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138543, 1156, '0758-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138544, 1156, '0758-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138545, 1156, '0758-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138546, 1156, '0758-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138547, 1156, '0758-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138548, 1156, '0758-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138549, 1156, '0759-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138550, 1156, '0759-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138551, 1156, '0759-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138552, 1156, '0759-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138553, 1156, '0759-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138554, 1156, '0759-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138555, 1156, '0759-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138556, 1156, '0759-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138557, 1156, '0759-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138558, 1156, '0759-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138559, 1156, '0759-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138560, 1156, '0759-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138561, 1156, '0760-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138562, 1156, '0760-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138563, 1156, '0760-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138564, 1156, '0760-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138565, 1156, '0760-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138566, 1156, '0760-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138567, 1156, '0760-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138568, 1156, '0760-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138569, 1156, '0760-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138570, 1156, '0760-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138571, 1156, '0760-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138572, 1156, '0760-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138573, 1156, '0761-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138574, 1156, '0761-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138575, 1156, '0761-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138576, 1156, '0761-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138577, 1156, '0761-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138578, 1156, '0761-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138579, 1156, '0761-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138580, 1156, '0761-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138581, 1156, '0761-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138582, 1156, '0761-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138583, 1156, '0761-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138584, 1156, '0761-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138585, 1156, '0762-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138586, 1156, '0762-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138587, 1156, '0762-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138588, 1156, '0762-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138589, 1156, '0762-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138590, 1156, '0762-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138591, 1156, '0762-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138592, 1156, '0762-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138593, 1156, '0762-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138594, 1156, '0762-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138595, 1156, '0762-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138596, 1156, '0762-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138597, 1156, '0763-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138598, 1156, '0763-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138599, 1156, '0763-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138600, 1156, '0763-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138601, 1156, '0763-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138602, 1156, '0763-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138603, 1156, '0763-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138604, 1156, '0763-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138605, 1156, '0763-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:08', '2023-09-12 17:47:08'),
(138606, 1156, '0763-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:09', '2023-09-12 17:47:09'),
(138607, 1156, '0763-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:09', '2023-09-12 17:47:09'),
(138608, 1156, '0763-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:09', '2023-09-12 17:47:09'),
(138609, 1156, '0764-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:09', '2023-09-12 17:47:09'),
(138610, 1156, '0764-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:09', '2023-09-12 17:47:09'),
(138611, 1156, '0764-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:09', '2023-09-12 17:47:09'),
(138612, 1156, '0764-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:09', '2023-09-12 17:47:09'),
(138613, 1156, '0764-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:09', '2023-09-12 17:47:09'),
(138614, 1156, '0764-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:09', '2023-09-12 17:47:09'),
(138615, 1156, '0764-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:09', '2023-09-12 17:47:09'),
(138616, 1156, '0764-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:09', '2023-09-12 17:47:09'),
(138617, 1156, '0764-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:09', '2023-09-12 17:47:09'),
(138618, 1156, '0764-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:09', '2023-09-12 17:47:09'),
(138619, 1156, '0764-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:09', '2023-09-12 17:47:09'),
(138620, 1156, '0764-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:09', '2023-09-12 17:47:09'),
(138621, 1156, '0765-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:09', '2023-09-12 17:47:09'),
(138622, 1156, '0765-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:09', '2023-09-12 17:47:09'),
(138623, 1156, '0765-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:09', '2023-09-12 17:47:09'),
(138624, 1156, '0765-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:09', '2023-09-12 17:47:09'),
(138625, 1156, '0765-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:09', '2023-09-12 17:47:09'),
(138626, 1156, '0765-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:09', '2023-09-12 17:47:09'),
(138627, 1156, '0765-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:09', '2023-09-12 17:47:09'),
(138628, 1156, '0765-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:09', '2023-09-12 17:47:09'),
(138629, 1156, '0765-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:09', '2023-09-12 17:47:09'),
(138630, 1156, '0765-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:09', '2023-09-12 17:47:09'),
(138631, 1156, '0765-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:09', '2023-09-12 17:47:09'),
(138632, 1156, '0765-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:09', '2023-09-12 17:47:09'),
(138633, 1156, '0766-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:09', '2023-09-12 17:47:09'),
(138634, 1156, '0766-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:09', '2023-09-12 17:47:09'),
(138635, 1156, '0766-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:09', '2023-09-12 17:47:09'),
(138636, 1156, '0766-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:09', '2023-09-12 17:47:09'),
(138637, 1156, '0766-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:09', '2023-09-12 17:47:09'),
(138638, 1156, '0766-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:09', '2023-09-12 17:47:09'),
(138639, 1156, '0766-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:09', '2023-09-12 17:47:09'),
(138640, 1156, '0766-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:09', '2023-09-12 17:47:09'),
(138641, 1156, '0766-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:09', '2023-09-12 17:47:09'),
(138642, 1156, '0766-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:09', '2023-09-12 17:47:09'),
(138643, 1156, '0766-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:09', '2023-09-12 17:47:09'),
(138644, 1156, '0766-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:09', '2023-09-12 17:47:09'),
(138645, 1156, '0767-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:09', '2023-09-12 17:47:09'),
(138646, 1156, '0767-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:09', '2023-09-12 17:47:09'),
(138647, 1156, '0767-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:09', '2023-09-12 17:47:09'),
(138648, 1156, '0767-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:09', '2023-09-12 17:47:09'),
(138649, 1156, '0767-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:09', '2023-09-12 17:47:09'),
(138650, 1156, '0767-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:09', '2023-09-12 17:47:09'),
(138651, 1156, '0767-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:09', '2023-09-12 17:47:09'),
(138652, 1156, '0767-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:09', '2023-09-12 17:47:09'),
(138653, 1156, '0767-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:09', '2023-09-12 17:47:09'),
(138654, 1156, '0767-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:09', '2023-09-12 17:47:09'),
(138655, 1156, '0767-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:09', '2023-09-12 17:47:09'),
(138656, 1156, '0767-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:09', '2023-09-12 17:47:09'),
(138657, 1156, '0768-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:09', '2023-09-12 17:47:09'),
(138658, 1156, '0768-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:09', '2023-09-12 17:47:09'),
(138659, 1156, '0768-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:09', '2023-09-12 17:47:09'),
(138660, 1156, '0768-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:09', '2023-09-12 17:47:09'),
(138661, 1156, '0768-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:09', '2023-09-12 17:47:09'),
(138662, 1156, '0768-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:09', '2023-09-12 17:47:09'),
(138663, 1156, '0768-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:09', '2023-09-12 17:47:09'),
(138664, 1156, '0768-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:09', '2023-09-12 17:47:09'),
(138665, 1156, '0768-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:09', '2023-09-12 17:47:09'),
(138666, 1156, '0768-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:09', '2023-09-12 17:47:09'),
(138667, 1156, '0768-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:09', '2023-09-12 17:47:09'),
(138668, 1156, '0768-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:09', '2023-09-12 17:47:09'),
(138669, 1156, '0769-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:09', '2023-09-12 17:47:09'),
(138670, 1156, '0769-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:09', '2023-09-12 17:47:09'),
(138671, 1156, '0769-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:09', '2023-09-12 17:47:09'),
(138672, 1156, '0769-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:09', '2023-09-12 17:47:09'),
(138673, 1156, '0769-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:09', '2023-09-12 17:47:09'),
(138674, 1156, '0769-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:09', '2023-09-12 17:47:09'),
(138675, 1156, '0769-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:09', '2023-09-12 17:47:09'),
(138676, 1156, '0769-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:09', '2023-09-12 17:47:09'),
(138677, 1156, '0769-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:09', '2023-09-12 17:47:09'),
(138678, 1156, '0769-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:09', '2023-09-12 17:47:09'),
(138679, 1156, '0769-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:09', '2023-09-12 17:47:09'),
(138680, 1156, '0769-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:09', '2023-09-12 17:47:09'),
(138681, 1156, '0770-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:09', '2023-09-12 17:47:09'),
(138682, 1156, '0770-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:09', '2023-09-12 17:47:09'),
(138683, 1156, '0770-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:09', '2023-09-12 17:47:09'),
(138684, 1156, '0770-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:09', '2023-09-12 17:47:09'),
(138685, 1156, '0770-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:09', '2023-09-12 17:47:09'),
(138686, 1156, '0770-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:09', '2023-09-12 17:47:09'),
(138687, 1156, '0770-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:09', '2023-09-12 17:47:09'),
(138688, 1156, '0770-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:09', '2023-09-12 17:47:09'),
(138689, 1156, '0770-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:09', '2023-09-12 17:47:09'),
(138690, 1156, '0770-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:09', '2023-09-12 17:47:09'),
(138691, 1156, '0770-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:09', '2023-09-12 17:47:09'),
(138692, 1156, '0770-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:09', '2023-09-12 17:47:09'),
(138693, 1156, '0771-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:09', '2023-09-12 17:47:09'),
(138694, 1156, '0771-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:09', '2023-09-12 17:47:09'),
(138695, 1156, '0771-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:09', '2023-09-12 17:47:09'),
(138696, 1156, '0771-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:09', '2023-09-12 17:47:09'),
(138697, 1156, '0771-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:09', '2023-09-12 17:47:09'),
(138698, 1156, '0771-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:09', '2023-09-12 17:47:09'),
(138699, 1156, '0771-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:09', '2023-09-12 17:47:09'),
(138700, 1156, '0771-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:09', '2023-09-12 17:47:09'),
(138701, 1156, '0771-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:09', '2023-09-12 17:47:09'),
(138702, 1156, '0771-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:09', '2023-09-12 17:47:09'),
(138703, 1156, '0771-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:09', '2023-09-12 17:47:09'),
(138704, 1156, '0771-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:09', '2023-09-12 17:47:09'),
(138705, 1156, '0772-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:09', '2023-09-12 17:47:09'),
(138706, 1156, '0772-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:09', '2023-09-12 17:47:09'),
(138707, 1156, '0772-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:09', '2023-09-12 17:47:09'),
(138708, 1156, '0772-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:09', '2023-09-12 17:47:09'),
(138709, 1156, '0772-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:09', '2023-09-12 17:47:09'),
(138710, 1156, '0772-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:09', '2023-09-12 17:47:09'),
(138711, 1156, '0772-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:09', '2023-09-12 17:47:09'),
(138712, 1156, '0772-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:09', '2023-09-12 17:47:09'),
(138713, 1156, '0772-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:09', '2023-09-12 17:47:09'),
(138714, 1156, '0772-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:09', '2023-09-12 17:47:09'),
(138715, 1156, '0772-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:09', '2023-09-12 17:47:09'),
(138716, 1156, '0772-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:09', '2023-09-12 17:47:09'),
(138717, 1156, '0773-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:09', '2023-09-12 17:47:09'),
(138718, 1156, '0773-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:09', '2023-09-12 17:47:09'),
(138719, 1156, '0773-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:09', '2023-09-12 17:47:09'),
(138720, 1156, '0773-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:09', '2023-09-12 17:47:09'),
(138721, 1156, '0773-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:09', '2023-09-12 17:47:09'),
(138722, 1156, '0773-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:09', '2023-09-12 17:47:09'),
(138723, 1156, '0773-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:09', '2023-09-12 17:47:09'),
(138724, 1156, '0773-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:09', '2023-09-12 17:47:09'),
(138725, 1156, '0773-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:09', '2023-09-12 17:47:09'),
(138726, 1156, '0773-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:09', '2023-09-12 17:47:09'),
(138727, 1156, '0773-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:09', '2023-09-12 17:47:09'),
(138728, 1156, '0773-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:09', '2023-09-12 17:47:09'),
(138729, 1156, '0774-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:09', '2023-09-12 17:47:09'),
(138730, 1156, '0774-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:09', '2023-09-12 17:47:09'),
(138731, 1156, '0774-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:09', '2023-09-12 17:47:09'),
(138732, 1156, '0774-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:09', '2023-09-12 17:47:09'),
(138733, 1156, '0774-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:09', '2023-09-12 17:47:09'),
(138734, 1156, '0774-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:09', '2023-09-12 17:47:09'),
(138735, 1156, '0774-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:09', '2023-09-12 17:47:09'),
(138736, 1156, '0774-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:09', '2023-09-12 17:47:09'),
(138737, 1156, '0774-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:09', '2023-09-12 17:47:09'),
(138738, 1156, '0774-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:09', '2023-09-12 17:47:09'),
(138739, 1156, '0774-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:09', '2023-09-12 17:47:09'),
(138740, 1156, '0774-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:09', '2023-09-12 17:47:09'),
(138741, 1156, '0775-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:09', '2023-09-12 17:47:09'),
(138742, 1156, '0775-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:09', '2023-09-12 17:47:09'),
(138743, 1156, '0775-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:09', '2023-09-12 17:47:09'),
(138744, 1156, '0775-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:09', '2023-09-12 17:47:09'),
(138745, 1156, '0775-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:09', '2023-09-12 17:47:09'),
(138746, 1156, '0775-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:09', '2023-09-12 17:47:09'),
(138747, 1156, '0775-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:09', '2023-09-12 17:47:09'),
(138748, 1156, '0775-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:09', '2023-09-12 17:47:09'),
(138749, 1156, '0775-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:09', '2023-09-12 17:47:09'),
(138750, 1156, '0775-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:09', '2023-09-12 17:47:09'),
(138751, 1156, '0775-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:09', '2023-09-12 17:47:09'),
(138752, 1156, '0775-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:09', '2023-09-12 17:47:09'),
(138753, 1156, '0776-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:09', '2023-09-12 17:47:09'),
(138754, 1156, '0776-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:09', '2023-09-12 17:47:09'),
(138755, 1156, '0776-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:09', '2023-09-12 17:47:09'),
(138756, 1156, '0776-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:09', '2023-09-12 17:47:09'),
(138757, 1156, '0776-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:09', '2023-09-12 17:47:09'),
(138758, 1156, '0776-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:09', '2023-09-12 17:47:09'),
(138759, 1156, '0776-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:09', '2023-09-12 17:47:09'),
(138760, 1156, '0776-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:09', '2023-09-12 17:47:09'),
(138761, 1156, '0776-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:09', '2023-09-12 17:47:09'),
(138762, 1156, '0776-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:09', '2023-09-12 17:47:09'),
(138763, 1156, '0776-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:09', '2023-09-12 17:47:09'),
(138764, 1156, '0776-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:09', '2023-09-12 17:47:09'),
(138765, 1156, '0777-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:09', '2023-09-12 17:47:09'),
(138766, 1156, '0777-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:09', '2023-09-12 17:47:09'),
(138767, 1156, '0777-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:09', '2023-09-12 17:47:09'),
(138768, 1156, '0777-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:09', '2023-09-12 17:47:09'),
(138769, 1156, '0777-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:09', '2023-09-12 17:47:09'),
(138770, 1156, '0777-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:10', '2023-09-12 17:47:10'),
(138771, 1156, '0777-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(138772, 1156, '0777-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(138773, 1156, '0777-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(138774, 1156, '0777-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(138775, 1156, '0777-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(138776, 1156, '0777-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(138777, 1156, '0778-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(138778, 1156, '0778-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(138779, 1156, '0778-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(138780, 1156, '0778-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(138781, 1156, '0778-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(138782, 1156, '0778-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(138783, 1156, '0778-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(138784, 1156, '0778-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(138785, 1156, '0778-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(138786, 1156, '0778-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(138787, 1156, '0778-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(138788, 1156, '0778-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(138789, 1156, '0779-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(138790, 1156, '0779-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(138791, 1156, '0779-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(138792, 1156, '0779-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(138793, 1156, '0779-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(138794, 1156, '0779-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(138795, 1156, '0779-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(138796, 1156, '0779-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(138797, 1156, '0779-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(138798, 1156, '0779-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(138799, 1156, '0779-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(138800, 1156, '0779-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(138801, 1156, '0780-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(138802, 1156, '0780-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(138803, 1156, '0780-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(138804, 1156, '0780-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(138805, 1156, '0780-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(138806, 1156, '0780-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(138807, 1156, '0780-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(138808, 1156, '0780-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(138809, 1156, '0780-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(138810, 1156, '0780-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(138811, 1156, '0780-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(138812, 1156, '0780-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(138813, 1156, '0781-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(138814, 1156, '0781-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(138815, 1156, '0781-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(138816, 1156, '0781-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(138817, 1156, '0781-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(138818, 1156, '0781-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(138819, 1156, '0781-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(138820, 1156, '0781-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(138821, 1156, '0781-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(138822, 1156, '0781-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(138823, 1156, '0781-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(138824, 1156, '0781-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(138825, 1156, '0782-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(138826, 1156, '0782-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(138827, 1156, '0782-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(138828, 1156, '0782-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(138829, 1156, '0782-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(138830, 1156, '0782-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(138831, 1156, '0782-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(138832, 1156, '0782-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(138833, 1156, '0782-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(138834, 1156, '0782-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(138835, 1156, '0782-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(138836, 1156, '0782-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(138837, 1156, '0783-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(138838, 1156, '0783-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(138839, 1156, '0783-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(138840, 1156, '0783-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(138841, 1156, '0783-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(138842, 1156, '0783-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(138843, 1156, '0783-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(138844, 1156, '0783-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(138845, 1156, '0783-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(138846, 1156, '0783-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(138847, 1156, '0783-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(138848, 1156, '0783-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(138849, 1156, '0784-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(138850, 1156, '0784-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(138851, 1156, '0784-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(138852, 1156, '0784-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(138853, 1156, '0784-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(138854, 1156, '0784-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(138855, 1156, '0784-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(138856, 1156, '0784-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(138857, 1156, '0784-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(138858, 1156, '0784-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(138859, 1156, '0784-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(138860, 1156, '0784-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(138861, 1156, '0785-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(138862, 1156, '0785-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(138863, 1156, '0785-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(138864, 1156, '0785-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(138865, 1156, '0785-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(138866, 1156, '0785-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(138867, 1156, '0785-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(138868, 1156, '0785-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(138869, 1156, '0785-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(138870, 1156, '0785-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(138871, 1156, '0785-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(138872, 1156, '0785-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(138873, 1156, '0786-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(138874, 1156, '0786-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(138875, 1156, '0786-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(138876, 1156, '0786-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(138877, 1156, '0786-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(138878, 1156, '0786-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(138879, 1156, '0786-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(138880, 1156, '0786-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(138881, 1156, '0786-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(138882, 1156, '0786-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(138883, 1156, '0786-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(138884, 1156, '0786-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(138885, 1156, '0787-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(138886, 1156, '0787-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(138887, 1156, '0787-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(138888, 1156, '0787-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(138889, 1156, '0787-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(138890, 1156, '0787-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(138891, 1156, '0787-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(138892, 1156, '0787-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(138893, 1156, '0787-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(138894, 1156, '0787-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(138895, 1156, '0787-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(138896, 1156, '0787-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(138897, 1156, '0788-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(138898, 1156, '0788-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(138899, 1156, '0788-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(138900, 1156, '0788-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(138901, 1156, '0788-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(138902, 1156, '0788-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(138903, 1156, '0788-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(138904, 1156, '0788-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(138905, 1156, '0788-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(138906, 1156, '0788-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(138907, 1156, '0788-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(138908, 1156, '0788-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(138909, 1156, '0789-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(138910, 1156, '0789-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(138911, 1156, '0789-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(138912, 1156, '0789-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(138913, 1156, '0789-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(138914, 1156, '0789-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(138915, 1156, '0789-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(138916, 1156, '0789-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(138917, 1156, '0789-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(138918, 1156, '0789-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(138919, 1156, '0789-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(138920, 1156, '0789-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(138921, 1156, '0790-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(138922, 1156, '0790-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(138923, 1156, '0790-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(138924, 1156, '0790-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(138925, 1156, '0790-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(138926, 1156, '0790-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(138927, 1156, '0790-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(138928, 1156, '0790-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(138929, 1156, '0790-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(138930, 1156, '0790-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(138931, 1156, '0790-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(138932, 1156, '0790-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(138933, 1156, '0791-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(138934, 1156, '0791-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(138935, 1156, '0791-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(138936, 1156, '0791-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(138937, 1156, '0791-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(138938, 1156, '0791-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(138939, 1156, '0791-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(138940, 1156, '0791-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(138941, 1156, '0791-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(138942, 1156, '0791-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(138943, 1156, '0791-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(138944, 1156, '0791-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(138945, 1156, '0792-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(138946, 1156, '0792-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(138947, 1156, '0792-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(138948, 1156, '0792-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(138949, 1156, '0792-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(138950, 1156, '0792-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(138951, 1156, '0792-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(138952, 1156, '0792-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(138953, 1156, '0792-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(138954, 1156, '0792-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(138955, 1156, '0792-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(138956, 1156, '0792-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(138957, 1156, '0793-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(138958, 1156, '0793-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(138959, 1156, '0793-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(138960, 1156, '0793-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(138961, 1156, '0793-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(138962, 1156, '0793-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(138963, 1156, '0793-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(138964, 1156, '0793-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(138965, 1156, '0793-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(138966, 1156, '0793-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(138967, 1156, '0793-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(138968, 1156, '0793-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(138969, 1156, '0794-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(138970, 1156, '0794-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(138971, 1156, '0794-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(138972, 1156, '0794-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(138973, 1156, '0794-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(138974, 1156, '0794-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(138975, 1156, '0794-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(138976, 1156, '0794-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(138977, 1156, '0794-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(138978, 1156, '0794-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(138979, 1156, '0794-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(138980, 1156, '0794-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(138981, 1156, '0795-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(138982, 1156, '0795-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(138983, 1156, '0795-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(138984, 1156, '0795-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(138985, 1156, '0795-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(138986, 1156, '0795-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(138987, 1156, '0795-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(138988, 1156, '0795-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(138989, 1156, '0795-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(138990, 1156, '0795-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(138991, 1156, '0795-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(138992, 1156, '0795-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(138993, 1156, '0796-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(138994, 1156, '0796-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(138995, 1156, '0796-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(138996, 1156, '0796-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(138997, 1156, '0796-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(138998, 1156, '0796-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(138999, 1156, '0796-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(139000, 1156, '0796-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(139001, 1156, '0796-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(139002, 1156, '0796-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(139003, 1156, '0796-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(139004, 1156, '0796-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(139005, 1156, '0797-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(139006, 1156, '0797-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(139007, 1156, '0797-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(139008, 1156, '0797-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(139009, 1156, '0797-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(139010, 1156, '0797-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(139011, 1156, '0797-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(139012, 1156, '0797-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(139013, 1156, '0797-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(139014, 1156, '0797-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(139015, 1156, '0797-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(139016, 1156, '0797-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(139017, 1156, '0798-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(139018, 1156, '0798-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(139019, 1156, '0798-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(139020, 1156, '0798-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(139021, 1156, '0798-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(139022, 1156, '0798-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(139023, 1156, '0798-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(139024, 1156, '0798-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(139025, 1156, '0798-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(139026, 1156, '0798-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(139027, 1156, '0798-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(139028, 1156, '0798-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(139029, 1156, '0799-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(139030, 1156, '0799-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(139031, 1156, '0799-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(139032, 1156, '0799-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(139033, 1156, '0799-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(139034, 1156, '0799-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(139035, 1156, '0799-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(139036, 1156, '0799-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(139037, 1156, '0799-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(139038, 1156, '0799-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(139039, 1156, '0799-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(139040, 1156, '0799-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(139041, 1156, '0800-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(139042, 1156, '0800-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(139043, 1156, '0800-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(139044, 1156, '0800-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(139045, 1156, '0800-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(139046, 1156, '0800-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(139047, 1156, '0800-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(139048, 1156, '0800-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(139049, 1156, '0800-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(139050, 1156, '0800-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(139051, 1156, '0800-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(139052, 1156, '0800-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(139053, 1156, '0801-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(139054, 1156, '0801-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(139055, 1156, '0801-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(139056, 1156, '0801-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(139057, 1156, '0801-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(139058, 1156, '0801-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(139059, 1156, '0801-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(139060, 1156, '0801-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(139061, 1156, '0801-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(139062, 1156, '0801-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(139063, 1156, '0801-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(139064, 1156, '0801-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(139065, 1156, '0802-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(139066, 1156, '0802-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(139067, 1156, '0802-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(139068, 1156, '0802-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(139069, 1156, '0802-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(139070, 1156, '0802-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(139071, 1156, '0802-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(139072, 1156, '0802-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(139073, 1156, '0802-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(139074, 1156, '0802-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(139075, 1156, '0802-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(139076, 1156, '0802-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(139077, 1156, '0803-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(139078, 1156, '0803-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(139079, 1156, '0803-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(139080, 1156, '0803-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(139081, 1156, '0803-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(139082, 1156, '0803-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(139083, 1156, '0803-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(139084, 1156, '0803-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(139085, 1156, '0803-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(139086, 1156, '0803-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(139087, 1156, '0803-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(139088, 1156, '0803-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(139089, 1156, '0804-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(139090, 1156, '0804-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(139091, 1156, '0804-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(139092, 1156, '0804-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(139093, 1156, '0804-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(139094, 1156, '0804-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(139095, 1156, '0804-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(139096, 1156, '0804-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(139097, 1156, '0804-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(139098, 1156, '0804-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(139099, 1156, '0804-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:12', '2023-09-12 17:47:12'),
(139100, 1156, '0804-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139101, 1156, '0805-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139102, 1156, '0805-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139103, 1156, '0805-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139104, 1156, '0805-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139105, 1156, '0805-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139106, 1156, '0805-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139107, 1156, '0805-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139108, 1156, '0805-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139109, 1156, '0805-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139110, 1156, '0805-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139111, 1156, '0805-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139112, 1156, '0805-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139113, 1156, '0806-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139114, 1156, '0806-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139115, 1156, '0806-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139116, 1156, '0806-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139117, 1156, '0806-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139118, 1156, '0806-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139119, 1156, '0806-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139120, 1156, '0806-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139121, 1156, '0806-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139122, 1156, '0806-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139123, 1156, '0806-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139124, 1156, '0806-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139125, 1156, '0807-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139126, 1156, '0807-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139127, 1156, '0807-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139128, 1156, '0807-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139129, 1156, '0807-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139130, 1156, '0807-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139131, 1156, '0807-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139132, 1156, '0807-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139133, 1156, '0807-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139134, 1156, '0807-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139135, 1156, '0807-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139136, 1156, '0807-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139137, 1156, '0808-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139138, 1156, '0808-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139139, 1156, '0808-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139140, 1156, '0808-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139141, 1156, '0808-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139142, 1156, '0808-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139143, 1156, '0808-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139144, 1156, '0808-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139145, 1156, '0808-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139146, 1156, '0808-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139147, 1156, '0808-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139148, 1156, '0808-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139149, 1156, '0809-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139150, 1156, '0809-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139151, 1156, '0809-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139152, 1156, '0809-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139153, 1156, '0809-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139154, 1156, '0809-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139155, 1156, '0809-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139156, 1156, '0809-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139157, 1156, '0809-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139158, 1156, '0809-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139159, 1156, '0809-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139160, 1156, '0809-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139161, 1156, '0810-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139162, 1156, '0810-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139163, 1156, '0810-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139164, 1156, '0810-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139165, 1156, '0810-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139166, 1156, '0810-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139167, 1156, '0810-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139168, 1156, '0810-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139169, 1156, '0810-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139170, 1156, '0810-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139171, 1156, '0810-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139172, 1156, '0810-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139173, 1156, '0811-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139174, 1156, '0811-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139175, 1156, '0811-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139176, 1156, '0811-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139177, 1156, '0811-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139178, 1156, '0811-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139179, 1156, '0811-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139180, 1156, '0811-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139181, 1156, '0811-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139182, 1156, '0811-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139183, 1156, '0811-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139184, 1156, '0811-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139185, 1156, '0812-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139186, 1156, '0812-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139187, 1156, '0812-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139188, 1156, '0812-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139189, 1156, '0812-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139190, 1156, '0812-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139191, 1156, '0812-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139192, 1156, '0812-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139193, 1156, '0812-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139194, 1156, '0812-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139195, 1156, '0812-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139196, 1156, '0812-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139197, 1156, '0813-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139198, 1156, '0813-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139199, 1156, '0813-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139200, 1156, '0813-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139201, 1156, '0813-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139202, 1156, '0813-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139203, 1156, '0813-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139204, 1156, '0813-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139205, 1156, '0813-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139206, 1156, '0813-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139207, 1156, '0813-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139208, 1156, '0813-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139209, 1156, '0814-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139210, 1156, '0814-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139211, 1156, '0814-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139212, 1156, '0814-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139213, 1156, '0814-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139214, 1156, '0814-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139215, 1156, '0814-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139216, 1156, '0814-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139217, 1156, '0814-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139218, 1156, '0814-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139219, 1156, '0814-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139220, 1156, '0814-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139221, 1156, '0815-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139222, 1156, '0815-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139223, 1156, '0815-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139224, 1156, '0815-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139225, 1156, '0815-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139226, 1156, '0815-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139227, 1156, '0815-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139228, 1156, '0815-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139229, 1156, '0815-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139230, 1156, '0815-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139231, 1156, '0815-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139232, 1156, '0815-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139233, 1156, '0816-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139234, 1156, '0816-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139235, 1156, '0816-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139236, 1156, '0816-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139237, 1156, '0816-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139238, 1156, '0816-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139239, 1156, '0816-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139240, 1156, '0816-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139241, 1156, '0816-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139242, 1156, '0816-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139243, 1156, '0816-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139244, 1156, '0816-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139245, 1156, '0817-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139246, 1156, '0817-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139247, 1156, '0817-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139248, 1156, '0817-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139249, 1156, '0817-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139250, 1156, '0817-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139251, 1156, '0817-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139252, 1156, '0817-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139253, 1156, '0817-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139254, 1156, '0817-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139255, 1156, '0817-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139256, 1156, '0817-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139257, 1156, '0818-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139258, 1156, '0818-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139259, 1156, '0818-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139260, 1156, '0818-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139261, 1156, '0818-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139262, 1156, '0818-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139263, 1156, '0818-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139264, 1156, '0818-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139265, 1156, '0818-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139266, 1156, '0818-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139267, 1156, '0818-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139268, 1156, '0818-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139269, 1156, '0819-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139270, 1156, '0819-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139271, 1156, '0819-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139272, 1156, '0819-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139273, 1156, '0819-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139274, 1156, '0819-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139275, 1156, '0819-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139276, 1156, '0819-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139277, 1156, '0819-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139278, 1156, '0819-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139279, 1156, '0819-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139280, 1156, '0819-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139281, 1156, '0820-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139282, 1156, '0820-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139283, 1156, '0820-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139284, 1156, '0820-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139285, 1156, '0820-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139286, 1156, '0820-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139287, 1156, '0820-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139288, 1156, '0820-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139289, 1156, '0820-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139290, 1156, '0820-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139291, 1156, '0820-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139292, 1156, '0820-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139293, 1156, '0821-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139294, 1156, '0821-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139295, 1156, '0821-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139296, 1156, '0821-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139297, 1156, '0821-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139298, 1156, '0821-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139299, 1156, '0821-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139300, 1156, '0821-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139301, 1156, '0821-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139302, 1156, '0821-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139303, 1156, '0821-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139304, 1156, '0821-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139305, 1156, '0822-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139306, 1156, '0822-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139307, 1156, '0822-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139308, 1156, '0822-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139309, 1156, '0822-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139310, 1156, '0822-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139311, 1156, '0822-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139312, 1156, '0822-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139313, 1156, '0822-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139314, 1156, '0822-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139315, 1156, '0822-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139316, 1156, '0822-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139317, 1156, '0823-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(139318, 1156, '0823-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139319, 1156, '0823-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139320, 1156, '0823-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139321, 1156, '0823-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139322, 1156, '0823-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139323, 1156, '0823-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139324, 1156, '0823-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139325, 1156, '0823-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139326, 1156, '0823-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139327, 1156, '0823-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139328, 1156, '0823-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139329, 1156, '0824-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139330, 1156, '0824-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139331, 1156, '0824-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139332, 1156, '0824-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139333, 1156, '0824-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139334, 1156, '0824-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139335, 1156, '0824-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139336, 1156, '0824-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139337, 1156, '0824-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139338, 1156, '0824-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139339, 1156, '0824-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139340, 1156, '0824-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139341, 1156, '0825-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139342, 1156, '0825-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139343, 1156, '0825-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139344, 1156, '0825-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139345, 1156, '0825-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139346, 1156, '0825-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139347, 1156, '0825-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139348, 1156, '0825-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139349, 1156, '0825-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139350, 1156, '0825-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139351, 1156, '0825-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139352, 1156, '0825-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139353, 1156, '0826-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139354, 1156, '0826-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139355, 1156, '0826-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139356, 1156, '0826-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139357, 1156, '0826-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139358, 1156, '0826-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139359, 1156, '0826-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139360, 1156, '0826-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139361, 1156, '0826-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139362, 1156, '0826-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139363, 1156, '0826-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139364, 1156, '0826-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139365, 1156, '0827-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139366, 1156, '0827-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139367, 1156, '0827-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139368, 1156, '0827-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139369, 1156, '0827-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139370, 1156, '0827-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139371, 1156, '0827-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139372, 1156, '0827-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139373, 1156, '0827-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139374, 1156, '0827-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139375, 1156, '0827-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139376, 1156, '0827-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139377, 1156, '0828-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139378, 1156, '0828-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139379, 1156, '0828-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139380, 1156, '0828-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139381, 1156, '0828-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139382, 1156, '0828-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139383, 1156, '0828-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139384, 1156, '0828-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139385, 1156, '0828-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139386, 1156, '0828-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139387, 1156, '0828-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139388, 1156, '0828-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139389, 1156, '0829-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139390, 1156, '0829-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139391, 1156, '0829-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139392, 1156, '0829-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139393, 1156, '0829-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139394, 1156, '0829-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139395, 1156, '0829-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139396, 1156, '0829-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139397, 1156, '0829-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139398, 1156, '0829-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139399, 1156, '0829-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139400, 1156, '0829-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139401, 1156, '0830-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139402, 1156, '0830-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139403, 1156, '0830-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139404, 1156, '0830-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139405, 1156, '0830-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139406, 1156, '0830-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139407, 1156, '0830-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139408, 1156, '0830-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139409, 1156, '0830-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139410, 1156, '0830-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139411, 1156, '0830-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139412, 1156, '0830-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139413, 1156, '0831-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139414, 1156, '0831-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139415, 1156, '0831-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139416, 1156, '0831-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139417, 1156, '0831-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139418, 1156, '0831-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139419, 1156, '0831-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139420, 1156, '0831-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139421, 1156, '0831-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139422, 1156, '0831-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139423, 1156, '0831-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139424, 1156, '0831-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139425, 1156, '0832-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139426, 1156, '0832-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139427, 1156, '0832-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139428, 1156, '0832-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139429, 1156, '0832-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139430, 1156, '0832-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139431, 1156, '0832-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139432, 1156, '0832-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139433, 1156, '0832-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139434, 1156, '0832-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139435, 1156, '0832-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139436, 1156, '0832-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139437, 1156, '0833-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139438, 1156, '0833-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139439, 1156, '0833-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139440, 1156, '0833-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139441, 1156, '0833-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139442, 1156, '0833-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139443, 1156, '0833-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139444, 1156, '0833-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139445, 1156, '0833-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139446, 1156, '0833-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139447, 1156, '0833-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139448, 1156, '0833-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139449, 1156, '0834-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139450, 1156, '0834-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139451, 1156, '0834-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139452, 1156, '0834-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139453, 1156, '0834-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139454, 1156, '0834-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139455, 1156, '0834-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:13', '2023-09-12 17:47:13'),
(139456, 1156, '0834-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139457, 1156, '0834-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139458, 1156, '0834-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139459, 1156, '0834-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139460, 1156, '0834-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139461, 1156, '0835-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139462, 1156, '0835-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139463, 1156, '0835-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139464, 1156, '0835-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139465, 1156, '0835-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139466, 1156, '0835-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139467, 1156, '0835-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139468, 1156, '0835-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139469, 1156, '0835-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139470, 1156, '0835-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139471, 1156, '0835-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139472, 1156, '0835-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139473, 1156, '0836-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139474, 1156, '0836-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139475, 1156, '0836-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139476, 1156, '0836-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139477, 1156, '0836-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139478, 1156, '0836-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139479, 1156, '0836-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139480, 1156, '0836-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139481, 1156, '0836-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139482, 1156, '0836-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139483, 1156, '0836-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139484, 1156, '0836-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139485, 1156, '0837-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139486, 1156, '0837-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139487, 1156, '0837-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139488, 1156, '0837-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139489, 1156, '0837-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139490, 1156, '0837-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139491, 1156, '0837-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139492, 1156, '0837-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139493, 1156, '0837-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139494, 1156, '0837-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139495, 1156, '0837-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139496, 1156, '0837-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139497, 1156, '0838-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139498, 1156, '0838-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139499, 1156, '0838-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139500, 1156, '0838-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139501, 1156, '0838-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139502, 1156, '0838-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139503, 1156, '0838-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139504, 1156, '0838-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139505, 1156, '0838-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139506, 1156, '0838-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139507, 1156, '0838-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139508, 1156, '0838-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139509, 1156, '0839-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139510, 1156, '0839-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139511, 1156, '0839-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139512, 1156, '0839-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139513, 1156, '0839-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139514, 1156, '0839-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139515, 1156, '0839-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139516, 1156, '0839-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139517, 1156, '0839-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139518, 1156, '0839-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139519, 1156, '0839-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139520, 1156, '0839-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139521, 1156, '0840-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139522, 1156, '0840-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139523, 1156, '0840-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139524, 1156, '0840-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139525, 1156, '0840-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139526, 1156, '0840-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139527, 1156, '0840-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139528, 1156, '0840-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139529, 1156, '0840-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139530, 1156, '0840-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139531, 1156, '0840-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139532, 1156, '0840-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139533, 1156, '0841-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139534, 1156, '0841-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139535, 1156, '0841-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139536, 1156, '0841-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139537, 1156, '0841-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139538, 1156, '0841-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139539, 1156, '0841-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139540, 1156, '0841-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139541, 1156, '0841-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139542, 1156, '0841-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139543, 1156, '0841-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139544, 1156, '0841-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139545, 1156, '0842-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139546, 1156, '0842-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139547, 1156, '0842-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139548, 1156, '0842-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139549, 1156, '0842-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139550, 1156, '0842-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139551, 1156, '0842-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139552, 1156, '0842-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139553, 1156, '0842-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139554, 1156, '0842-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139555, 1156, '0842-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139556, 1156, '0842-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139557, 1156, '0843-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139558, 1156, '0843-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139559, 1156, '0843-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139560, 1156, '0843-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139561, 1156, '0843-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139562, 1156, '0843-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139563, 1156, '0843-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139564, 1156, '0843-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139565, 1156, '0843-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139566, 1156, '0843-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139567, 1156, '0843-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139568, 1156, '0843-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139569, 1156, '0844-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139570, 1156, '0844-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139571, 1156, '0844-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139572, 1156, '0844-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139573, 1156, '0844-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139574, 1156, '0844-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139575, 1156, '0844-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139576, 1156, '0844-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139577, 1156, '0844-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139578, 1156, '0844-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139579, 1156, '0844-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139580, 1156, '0844-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139581, 1156, '0845-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139582, 1156, '0845-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139583, 1156, '0845-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139584, 1156, '0845-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139585, 1156, '0845-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139586, 1156, '0845-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139587, 1156, '0845-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139588, 1156, '0845-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139589, 1156, '0845-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139590, 1156, '0845-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139591, 1156, '0845-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139592, 1156, '0845-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139593, 1156, '0846-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139594, 1156, '0846-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139595, 1156, '0846-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139596, 1156, '0846-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139597, 1156, '0846-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139598, 1156, '0846-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139599, 1156, '0846-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139600, 1156, '0846-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139601, 1156, '0846-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139602, 1156, '0846-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139603, 1156, '0846-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139604, 1156, '0846-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139605, 1156, '0847-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139606, 1156, '0847-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139607, 1156, '0847-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139608, 1156, '0847-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139609, 1156, '0847-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139610, 1156, '0847-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139611, 1156, '0847-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139612, 1156, '0847-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139613, 1156, '0847-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139614, 1156, '0847-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139615, 1156, '0847-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139616, 1156, '0847-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139617, 1156, '0848-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139618, 1156, '0848-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139619, 1156, '0848-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139620, 1156, '0848-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139621, 1156, '0848-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139622, 1156, '0848-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139623, 1156, '0848-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139624, 1156, '0848-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139625, 1156, '0848-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139626, 1156, '0848-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139627, 1156, '0848-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139628, 1156, '0848-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139629, 1156, '0849-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139630, 1156, '0849-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139631, 1156, '0849-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139632, 1156, '0849-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139633, 1156, '0849-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139634, 1156, '0849-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139635, 1156, '0849-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139636, 1156, '0849-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139637, 1156, '0849-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139638, 1156, '0849-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139639, 1156, '0849-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139640, 1156, '0849-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139641, 1156, '0850-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139642, 1156, '0850-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139643, 1156, '0850-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139644, 1156, '0850-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139645, 1156, '0850-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139646, 1156, '0850-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139647, 1156, '0850-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139648, 1156, '0850-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139649, 1156, '0850-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139650, 1156, '0850-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139651, 1156, '0850-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139652, 1156, '0850-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139653, 1156, '0851-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139654, 1156, '0851-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139655, 1156, '0851-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139656, 1156, '0851-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139657, 1156, '0851-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139658, 1156, '0851-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139659, 1156, '0851-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139660, 1156, '0851-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139661, 1156, '0851-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139662, 1156, '0851-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139663, 1156, '0851-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139664, 1156, '0851-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139665, 1156, '0852-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139666, 1156, '0852-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139667, 1156, '0852-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139668, 1156, '0852-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139669, 1156, '0852-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139670, 1156, '0852-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139671, 1156, '0852-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139672, 1156, '0852-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139673, 1156, '0852-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139674, 1156, '0852-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139675, 1156, '0852-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139676, 1156, '0852-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139677, 1156, '0853-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139678, 1156, '0853-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139679, 1156, '0853-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139680, 1156, '0853-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139681, 1156, '0853-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139682, 1156, '0853-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139683, 1156, '0853-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139684, 1156, '0853-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139685, 1156, '0853-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139686, 1156, '0853-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139687, 1156, '0853-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139688, 1156, '0853-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139689, 1156, '0854-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139690, 1156, '0854-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139691, 1156, '0854-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139692, 1156, '0854-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139693, 1156, '0854-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139694, 1156, '0854-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139695, 1156, '0854-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139696, 1156, '0854-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139697, 1156, '0854-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139698, 1156, '0854-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139699, 1156, '0854-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139700, 1156, '0854-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139701, 1156, '0855-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139702, 1156, '0855-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139703, 1156, '0855-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139704, 1156, '0855-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139705, 1156, '0855-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139706, 1156, '0855-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139707, 1156, '0855-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139708, 1156, '0855-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139709, 1156, '0855-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139710, 1156, '0855-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139711, 1156, '0855-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139712, 1156, '0855-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139713, 1156, '0856-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139714, 1156, '0856-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139715, 1156, '0856-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139716, 1156, '0856-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139717, 1156, '0856-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139718, 1156, '0856-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139719, 1156, '0856-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139720, 1156, '0856-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139721, 1156, '0856-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139722, 1156, '0856-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139723, 1156, '0856-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139724, 1156, '0856-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139725, 1156, '0857-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139726, 1156, '0857-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139727, 1156, '0857-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139728, 1156, '0857-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139729, 1156, '0857-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139730, 1156, '0857-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139731, 1156, '0857-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139732, 1156, '0857-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139733, 1156, '0857-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139734, 1156, '0857-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139735, 1156, '0857-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139736, 1156, '0857-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139737, 1156, '0858-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139738, 1156, '0858-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139739, 1156, '0858-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139740, 1156, '0858-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139741, 1156, '0858-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139742, 1156, '0858-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139743, 1156, '0858-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139744, 1156, '0858-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139745, 1156, '0858-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139746, 1156, '0858-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139747, 1156, '0858-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139748, 1156, '0858-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139749, 1156, '0859-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139750, 1156, '0859-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139751, 1156, '0859-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139752, 1156, '0859-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139753, 1156, '0859-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139754, 1156, '0859-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139755, 1156, '0859-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139756, 1156, '0859-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139757, 1156, '0859-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139758, 1156, '0859-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139759, 1156, '0859-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139760, 1156, '0859-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139761, 1156, '0860-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139762, 1156, '0860-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139763, 1156, '0860-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139764, 1156, '0860-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139765, 1156, '0860-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139766, 1156, '0860-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139767, 1156, '0860-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139768, 1156, '0860-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139769, 1156, '0860-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139770, 1156, '0860-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139771, 1156, '0860-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139772, 1156, '0860-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139773, 1156, '0861-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(139774, 1156, '0861-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139775, 1156, '0861-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139776, 1156, '0861-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139777, 1156, '0861-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139778, 1156, '0861-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139779, 1156, '0861-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139780, 1156, '0861-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139781, 1156, '0861-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139782, 1156, '0861-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139783, 1156, '0861-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139784, 1156, '0861-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139785, 1156, '0862-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139786, 1156, '0862-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139787, 1156, '0862-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139788, 1156, '0862-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139789, 1156, '0862-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139790, 1156, '0862-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139791, 1156, '0862-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139792, 1156, '0862-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139793, 1156, '0862-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139794, 1156, '0862-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139795, 1156, '0862-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139796, 1156, '0862-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139797, 1156, '0863-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139798, 1156, '0863-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139799, 1156, '0863-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139800, 1156, '0863-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139801, 1156, '0863-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139802, 1156, '0863-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139803, 1156, '0863-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139804, 1156, '0863-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139805, 1156, '0863-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139806, 1156, '0863-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139807, 1156, '0863-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139808, 1156, '0863-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139809, 1156, '0864-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139810, 1156, '0864-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139811, 1156, '0864-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139812, 1156, '0864-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139813, 1156, '0864-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139814, 1156, '0864-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139815, 1156, '0864-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139816, 1156, '0864-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139817, 1156, '0864-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139818, 1156, '0864-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139819, 1156, '0864-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139820, 1156, '0864-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139821, 1156, '0865-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139822, 1156, '0865-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139823, 1156, '0865-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139824, 1156, '0865-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139825, 1156, '0865-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139826, 1156, '0865-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139827, 1156, '0865-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139828, 1156, '0865-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139829, 1156, '0865-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139830, 1156, '0865-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139831, 1156, '0865-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139832, 1156, '0865-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139833, 1156, '0866-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139834, 1156, '0866-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139835, 1156, '0866-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139836, 1156, '0866-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139837, 1156, '0866-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139838, 1156, '0866-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139839, 1156, '0866-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:14', '2023-09-12 17:47:14'),
(139840, 1156, '0866-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(139841, 1156, '0866-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(139842, 1156, '0866-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(139843, 1156, '0866-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(139844, 1156, '0866-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(139845, 1156, '0867-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(139846, 1156, '0867-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(139847, 1156, '0867-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(139848, 1156, '0867-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(139849, 1156, '0867-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(139850, 1156, '0867-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(139851, 1156, '0867-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(139852, 1156, '0867-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(139853, 1156, '0867-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(139854, 1156, '0867-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(139855, 1156, '0867-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(139856, 1156, '0867-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(139857, 1156, '0868-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(139858, 1156, '0868-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(139859, 1156, '0868-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(139860, 1156, '0868-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(139861, 1156, '0868-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(139862, 1156, '0868-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(139863, 1156, '0868-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(139864, 1156, '0868-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(139865, 1156, '0868-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(139866, 1156, '0868-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(139867, 1156, '0868-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(139868, 1156, '0868-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(139869, 1156, '0869-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(139870, 1156, '0869-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(139871, 1156, '0869-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(139872, 1156, '0869-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(139873, 1156, '0869-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(139874, 1156, '0869-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(139875, 1156, '0869-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(139876, 1156, '0869-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(139877, 1156, '0869-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(139878, 1156, '0869-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(139879, 1156, '0869-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(139880, 1156, '0869-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(139881, 1156, '0870-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(139882, 1156, '0870-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(139883, 1156, '0870-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(139884, 1156, '0870-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(139885, 1156, '0870-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(139886, 1156, '0870-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(139887, 1156, '0870-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(139888, 1156, '0870-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(139889, 1156, '0870-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(139890, 1156, '0870-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(139891, 1156, '0870-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(139892, 1156, '0870-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(139893, 1156, '0871-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(139894, 1156, '0871-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(139895, 1156, '0871-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(139896, 1156, '0871-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(139897, 1156, '0871-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(139898, 1156, '0871-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(139899, 1156, '0871-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(139900, 1156, '0871-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(139901, 1156, '0871-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(139902, 1156, '0871-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(139903, 1156, '0871-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(139904, 1156, '0871-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(139905, 1156, '0872-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(139906, 1156, '0872-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(139907, 1156, '0872-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(139908, 1156, '0872-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(139909, 1156, '0872-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(139910, 1156, '0872-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(139911, 1156, '0872-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(139912, 1156, '0872-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(139913, 1156, '0872-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(139914, 1156, '0872-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(139915, 1156, '0872-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(139916, 1156, '0872-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(139917, 1156, '0873-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(139918, 1156, '0873-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(139919, 1156, '0873-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(139920, 1156, '0873-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(139921, 1156, '0873-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(139922, 1156, '0873-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(139923, 1156, '0873-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(139924, 1156, '0873-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(139925, 1156, '0873-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(139926, 1156, '0873-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(139927, 1156, '0873-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(139928, 1156, '0873-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(139929, 1156, '0874-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(139930, 1156, '0874-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(139931, 1156, '0874-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(139932, 1156, '0874-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(139933, 1156, '0874-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(139934, 1156, '0874-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(139935, 1156, '0874-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(139936, 1156, '0874-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(139937, 1156, '0874-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(139938, 1156, '0874-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(139939, 1156, '0874-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(139940, 1156, '0874-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(139941, 1156, '0875-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(139942, 1156, '0875-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(139943, 1156, '0875-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(139944, 1156, '0875-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(139945, 1156, '0875-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(139946, 1156, '0875-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(139947, 1156, '0875-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(139948, 1156, '0875-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(139949, 1156, '0875-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(139950, 1156, '0875-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(139951, 1156, '0875-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(139952, 1156, '0875-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(139953, 1156, '0876-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(139954, 1156, '0876-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(139955, 1156, '0876-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(139956, 1156, '0876-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(139957, 1156, '0876-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(139958, 1156, '0876-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(139959, 1156, '0876-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(139960, 1156, '0876-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(139961, 1156, '0876-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(139962, 1156, '0876-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(139963, 1156, '0876-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(139964, 1156, '0876-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(139965, 1156, '0877-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(139966, 1156, '0877-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(139967, 1156, '0877-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(139968, 1156, '0877-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(139969, 1156, '0877-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(139970, 1156, '0877-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(139971, 1156, '0877-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(139972, 1156, '0877-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(139973, 1156, '0877-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(139974, 1156, '0877-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(139975, 1156, '0877-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(139976, 1156, '0877-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(139977, 1156, '0878-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(139978, 1156, '0878-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(139979, 1156, '0878-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(139980, 1156, '0878-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(139981, 1156, '0878-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(139982, 1156, '0878-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(139983, 1156, '0878-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(139984, 1156, '0878-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(139985, 1156, '0878-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(139986, 1156, '0878-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(139987, 1156, '0878-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(139988, 1156, '0878-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(139989, 1156, '0879-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(139990, 1156, '0879-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(139991, 1156, '0879-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(139992, 1156, '0879-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(139993, 1156, '0879-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(139994, 1156, '0879-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(139995, 1156, '0879-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(139996, 1156, '0879-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(139997, 1156, '0879-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(139998, 1156, '0879-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(139999, 1156, '0879-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(140000, 1156, '0879-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(140001, 1156, '0880-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(140002, 1156, '0880-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(140003, 1156, '0880-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(140004, 1156, '0880-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(140005, 1156, '0880-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(140006, 1156, '0880-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(140007, 1156, '0880-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(140008, 1156, '0880-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(140009, 1156, '0880-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(140010, 1156, '0880-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(140011, 1156, '0880-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(140012, 1156, '0880-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(140013, 1156, '0881-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(140014, 1156, '0881-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(140015, 1156, '0881-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(140016, 1156, '0881-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(140017, 1156, '0881-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(140018, 1156, '0881-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(140019, 1156, '0881-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(140020, 1156, '0881-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(140021, 1156, '0881-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(140022, 1156, '0881-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(140023, 1156, '0881-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(140024, 1156, '0881-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(140025, 1156, '0882-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(140026, 1156, '0882-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(140027, 1156, '0882-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(140028, 1156, '0882-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(140029, 1156, '0882-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(140030, 1156, '0882-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(140031, 1156, '0882-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(140032, 1156, '0882-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(140033, 1156, '0882-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(140034, 1156, '0882-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(140035, 1156, '0882-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(140036, 1156, '0882-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(140037, 1156, '0883-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(140038, 1156, '0883-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(140039, 1156, '0883-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(140040, 1156, '0883-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(140041, 1156, '0883-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(140042, 1156, '0883-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(140043, 1156, '0883-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(140044, 1156, '0883-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(140045, 1156, '0883-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(140046, 1156, '0883-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(140047, 1156, '0883-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(140048, 1156, '0883-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(140049, 1156, '0884-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(140050, 1156, '0884-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(140051, 1156, '0884-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(140052, 1156, '0884-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(140053, 1156, '0884-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(140054, 1156, '0884-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(140055, 1156, '0884-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(140056, 1156, '0884-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(140057, 1156, '0884-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(140058, 1156, '0884-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(140059, 1156, '0884-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(140060, 1156, '0884-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(140061, 1156, '0885-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(140062, 1156, '0885-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(140063, 1156, '0885-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(140064, 1156, '0885-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(140065, 1156, '0885-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(140066, 1156, '0885-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(140067, 1156, '0885-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(140068, 1156, '0885-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(140069, 1156, '0885-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(140070, 1156, '0885-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(140071, 1156, '0885-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(140072, 1156, '0885-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(140073, 1156, '0886-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(140074, 1156, '0886-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(140075, 1156, '0886-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(140076, 1156, '0886-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(140077, 1156, '0886-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(140078, 1156, '0886-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(140079, 1156, '0886-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(140080, 1156, '0886-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(140081, 1156, '0886-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(140082, 1156, '0886-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(140083, 1156, '0886-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(140084, 1156, '0886-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(140085, 1156, '0887-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(140086, 1156, '0887-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(140087, 1156, '0887-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(140088, 1156, '0887-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(140089, 1156, '0887-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(140090, 1156, '0887-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(140091, 1156, '0887-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(140092, 1156, '0887-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(140093, 1156, '0887-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(140094, 1156, '0887-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(140095, 1156, '0887-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(140096, 1156, '0887-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(140097, 1156, '0888-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(140098, 1156, '0888-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(140099, 1156, '0888-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(140100, 1156, '0888-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(140101, 1156, '0888-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(140102, 1156, '0888-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(140103, 1156, '0888-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(140104, 1156, '0888-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(140105, 1156, '0888-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(140106, 1156, '0888-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(140107, 1156, '0888-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(140108, 1156, '0888-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(140109, 1156, '0889-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(140110, 1156, '0889-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(140111, 1156, '0889-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(140112, 1156, '0889-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(140113, 1156, '0889-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(140114, 1156, '0889-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(140115, 1156, '0889-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(140116, 1156, '0889-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(140117, 1156, '0889-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(140118, 1156, '0889-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(140119, 1156, '0889-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(140120, 1156, '0889-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(140121, 1156, '0890-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(140122, 1156, '0890-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(140123, 1156, '0890-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(140124, 1156, '0890-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(140125, 1156, '0890-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(140126, 1156, '0890-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(140127, 1156, '0890-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(140128, 1156, '0890-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(140129, 1156, '0890-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(140130, 1156, '0890-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(140131, 1156, '0890-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(140132, 1156, '0890-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(140133, 1156, '0891-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(140134, 1156, '0891-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(140135, 1156, '0891-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(140136, 1156, '0891-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(140137, 1156, '0891-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(140138, 1156, '0891-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(140139, 1156, '0891-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(140140, 1156, '0891-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(140141, 1156, '0891-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(140142, 1156, '0891-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(140143, 1156, '0891-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(140144, 1156, '0891-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(140145, 1156, '0892-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(140146, 1156, '0892-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(140147, 1156, '0892-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(140148, 1156, '0892-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(140149, 1156, '0892-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(140150, 1156, '0892-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(140151, 1156, '0892-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(140152, 1156, '0892-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(140153, 1156, '0892-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(140154, 1156, '0892-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(140155, 1156, '0892-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(140156, 1156, '0892-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(140157, 1156, '0893-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(140158, 1156, '0893-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(140159, 1156, '0893-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(140160, 1156, '0893-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(140161, 1156, '0893-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(140162, 1156, '0893-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(140163, 1156, '0893-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(140164, 1156, '0893-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(140165, 1156, '0893-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(140166, 1156, '0893-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(140167, 1156, '0893-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(140168, 1156, '0893-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(140169, 1156, '0894-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(140170, 1156, '0894-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(140171, 1156, '0894-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(140172, 1156, '0894-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(140173, 1156, '0894-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(140174, 1156, '0894-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(140175, 1156, '0894-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(140176, 1156, '0894-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(140177, 1156, '0894-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(140178, 1156, '0894-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(140179, 1156, '0894-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(140180, 1156, '0894-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(140181, 1156, '0895-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(140182, 1156, '0895-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(140183, 1156, '0895-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(140184, 1156, '0895-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(140185, 1156, '0895-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(140186, 1156, '0895-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(140187, 1156, '0895-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(140188, 1156, '0895-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(140189, 1156, '0895-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(140190, 1156, '0895-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(140191, 1156, '0895-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(140192, 1156, '0895-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(140193, 1156, '0896-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(140194, 1156, '0896-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(140195, 1156, '0896-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(140196, 1156, '0896-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(140197, 1156, '0896-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(140198, 1156, '0896-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(140199, 1156, '0896-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(140200, 1156, '0896-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(140201, 1156, '0896-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(140202, 1156, '0896-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(140203, 1156, '0896-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(140204, 1156, '0896-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(140205, 1156, '0897-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(140206, 1156, '0897-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(140207, 1156, '0897-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(140208, 1156, '0897-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(140209, 1156, '0897-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(140210, 1156, '0897-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(140211, 1156, '0897-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(140212, 1156, '0897-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(140213, 1156, '0897-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(140214, 1156, '0897-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(140215, 1156, '0897-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(140216, 1156, '0897-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:15', '2023-09-12 17:47:15'),
(140217, 1156, '0898-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140218, 1156, '0898-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140219, 1156, '0898-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140220, 1156, '0898-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140221, 1156, '0898-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140222, 1156, '0898-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140223, 1156, '0898-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140224, 1156, '0898-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140225, 1156, '0898-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140226, 1156, '0898-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140227, 1156, '0898-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140228, 1156, '0898-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140229, 1156, '0899-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(140230, 1156, '0899-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140231, 1156, '0899-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140232, 1156, '0899-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140233, 1156, '0899-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140234, 1156, '0899-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140235, 1156, '0899-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140236, 1156, '0899-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140237, 1156, '0899-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140238, 1156, '0899-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140239, 1156, '0899-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140240, 1156, '0899-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140241, 1156, '0900-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140242, 1156, '0900-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140243, 1156, '0900-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140244, 1156, '0900-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140245, 1156, '0900-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140246, 1156, '0900-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140247, 1156, '0900-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140248, 1156, '0900-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140249, 1156, '0900-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140250, 1156, '0900-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140251, 1156, '0900-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140252, 1156, '0900-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140253, 1156, '0901-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140254, 1156, '0901-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140255, 1156, '0901-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140256, 1156, '0901-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140257, 1156, '0901-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140258, 1156, '0901-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140259, 1156, '0901-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140260, 1156, '0901-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140261, 1156, '0901-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140262, 1156, '0901-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140263, 1156, '0901-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140264, 1156, '0901-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140265, 1156, '0902-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140266, 1156, '0902-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140267, 1156, '0902-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140268, 1156, '0902-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140269, 1156, '0902-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140270, 1156, '0902-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140271, 1156, '0902-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140272, 1156, '0902-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140273, 1156, '0902-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140274, 1156, '0902-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140275, 1156, '0902-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140276, 1156, '0902-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140277, 1156, '0903-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140278, 1156, '0903-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140279, 1156, '0903-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140280, 1156, '0903-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140281, 1156, '0903-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140282, 1156, '0903-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140283, 1156, '0903-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140284, 1156, '0903-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140285, 1156, '0903-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140286, 1156, '0903-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140287, 1156, '0903-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140288, 1156, '0903-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140289, 1156, '0904-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140290, 1156, '0904-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140291, 1156, '0904-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140292, 1156, '0904-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140293, 1156, '0904-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140294, 1156, '0904-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140295, 1156, '0904-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140296, 1156, '0904-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140297, 1156, '0904-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140298, 1156, '0904-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140299, 1156, '0904-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140300, 1156, '0904-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140301, 1156, '0905-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140302, 1156, '0905-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140303, 1156, '0905-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140304, 1156, '0905-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140305, 1156, '0905-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140306, 1156, '0905-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140307, 1156, '0905-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140308, 1156, '0905-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140309, 1156, '0905-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140310, 1156, '0905-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140311, 1156, '0905-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140312, 1156, '0905-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140313, 1156, '0906-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140314, 1156, '0906-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140315, 1156, '0906-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140316, 1156, '0906-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140317, 1156, '0906-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140318, 1156, '0906-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140319, 1156, '0906-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140320, 1156, '0906-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140321, 1156, '0906-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140322, 1156, '0906-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140323, 1156, '0906-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140324, 1156, '0906-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140325, 1156, '0907-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140326, 1156, '0907-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140327, 1156, '0907-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140328, 1156, '0907-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140329, 1156, '0907-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140330, 1156, '0907-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140331, 1156, '0907-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140332, 1156, '0907-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140333, 1156, '0907-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140334, 1156, '0907-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140335, 1156, '0907-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140336, 1156, '0907-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140337, 1156, '0908-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140338, 1156, '0908-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140339, 1156, '0908-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140340, 1156, '0908-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140341, 1156, '0908-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140342, 1156, '0908-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140343, 1156, '0908-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140344, 1156, '0908-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140345, 1156, '0908-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140346, 1156, '0908-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140347, 1156, '0908-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140348, 1156, '0908-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140349, 1156, '0909-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140350, 1156, '0909-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140351, 1156, '0909-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140352, 1156, '0909-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140353, 1156, '0909-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140354, 1156, '0909-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140355, 1156, '0909-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140356, 1156, '0909-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140357, 1156, '0909-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140358, 1156, '0909-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140359, 1156, '0909-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140360, 1156, '0909-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140361, 1156, '0910-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140362, 1156, '0910-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140363, 1156, '0910-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140364, 1156, '0910-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140365, 1156, '0910-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140366, 1156, '0910-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140367, 1156, '0910-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140368, 1156, '0910-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140369, 1156, '0910-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140370, 1156, '0910-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140371, 1156, '0910-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140372, 1156, '0910-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140373, 1156, '0911-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140374, 1156, '0911-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140375, 1156, '0911-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140376, 1156, '0911-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140377, 1156, '0911-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140378, 1156, '0911-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140379, 1156, '0911-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140380, 1156, '0911-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140381, 1156, '0911-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140382, 1156, '0911-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140383, 1156, '0911-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140384, 1156, '0911-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140385, 1156, '0912-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140386, 1156, '0912-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140387, 1156, '0912-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140388, 1156, '0912-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140389, 1156, '0912-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140390, 1156, '0912-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140391, 1156, '0912-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140392, 1156, '0912-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140393, 1156, '0912-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140394, 1156, '0912-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140395, 1156, '0912-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140396, 1156, '0912-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140397, 1156, '0913-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140398, 1156, '0913-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140399, 1156, '0913-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140400, 1156, '0913-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140401, 1156, '0913-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140402, 1156, '0913-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140403, 1156, '0913-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140404, 1156, '0913-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140405, 1156, '0913-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140406, 1156, '0913-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140407, 1156, '0913-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140408, 1156, '0913-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140409, 1156, '0914-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140410, 1156, '0914-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140411, 1156, '0914-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140412, 1156, '0914-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140413, 1156, '0914-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140414, 1156, '0914-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140415, 1156, '0914-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140416, 1156, '0914-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140417, 1156, '0914-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140418, 1156, '0914-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140419, 1156, '0914-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140420, 1156, '0914-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140421, 1156, '0915-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140422, 1156, '0915-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140423, 1156, '0915-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140424, 1156, '0915-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140425, 1156, '0915-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140426, 1156, '0915-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140427, 1156, '0915-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140428, 1156, '0915-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140429, 1156, '0915-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140430, 1156, '0915-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140431, 1156, '0915-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140432, 1156, '0915-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140433, 1156, '0916-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140434, 1156, '0916-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140435, 1156, '0916-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140436, 1156, '0916-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140437, 1156, '0916-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140438, 1156, '0916-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140439, 1156, '0916-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140440, 1156, '0916-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140441, 1156, '0916-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140442, 1156, '0916-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140443, 1156, '0916-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140444, 1156, '0916-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140445, 1156, '0917-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140446, 1156, '0917-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140447, 1156, '0917-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140448, 1156, '0917-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140449, 1156, '0917-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140450, 1156, '0917-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140451, 1156, '0917-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140452, 1156, '0917-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140453, 1156, '0917-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140454, 1156, '0917-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140455, 1156, '0917-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140456, 1156, '0917-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140457, 1156, '0918-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140458, 1156, '0918-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140459, 1156, '0918-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140460, 1156, '0918-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140461, 1156, '0918-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140462, 1156, '0918-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140463, 1156, '0918-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140464, 1156, '0918-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140465, 1156, '0918-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140466, 1156, '0918-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140467, 1156, '0918-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140468, 1156, '0918-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140469, 1156, '0919-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140470, 1156, '0919-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140471, 1156, '0919-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140472, 1156, '0919-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140473, 1156, '0919-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140474, 1156, '0919-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140475, 1156, '0919-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140476, 1156, '0919-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140477, 1156, '0919-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140478, 1156, '0919-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140479, 1156, '0919-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140480, 1156, '0919-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140481, 1156, '0920-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140482, 1156, '0920-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140483, 1156, '0920-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140484, 1156, '0920-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140485, 1156, '0920-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140486, 1156, '0920-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140487, 1156, '0920-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140488, 1156, '0920-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140489, 1156, '0920-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140490, 1156, '0920-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140491, 1156, '0920-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140492, 1156, '0920-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140493, 1156, '0921-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140494, 1156, '0921-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140495, 1156, '0921-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140496, 1156, '0921-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140497, 1156, '0921-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140498, 1156, '0921-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140499, 1156, '0921-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140500, 1156, '0921-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140501, 1156, '0921-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140502, 1156, '0921-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140503, 1156, '0921-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140504, 1156, '0921-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140505, 1156, '0922-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140506, 1156, '0922-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140507, 1156, '0922-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140508, 1156, '0922-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140509, 1156, '0922-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140510, 1156, '0922-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140511, 1156, '0922-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140512, 1156, '0922-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140513, 1156, '0922-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140514, 1156, '0922-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140515, 1156, '0922-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140516, 1156, '0922-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140517, 1156, '0923-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140518, 1156, '0923-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140519, 1156, '0923-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140520, 1156, '0923-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140521, 1156, '0923-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140522, 1156, '0923-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140523, 1156, '0923-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140524, 1156, '0923-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140525, 1156, '0923-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140526, 1156, '0923-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140527, 1156, '0923-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140528, 1156, '0923-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140529, 1156, '0924-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140530, 1156, '0924-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140531, 1156, '0924-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140532, 1156, '0924-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140533, 1156, '0924-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140534, 1156, '0924-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140535, 1156, '0924-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140536, 1156, '0924-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140537, 1156, '0924-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140538, 1156, '0924-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140539, 1156, '0924-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140540, 1156, '0924-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140541, 1156, '0925-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140542, 1156, '0925-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140543, 1156, '0925-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140544, 1156, '0925-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140545, 1156, '0925-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140546, 1156, '0925-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140547, 1156, '0925-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140548, 1156, '0925-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140549, 1156, '0925-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140550, 1156, '0925-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140551, 1156, '0925-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140552, 1156, '0925-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140553, 1156, '0926-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140554, 1156, '0926-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140555, 1156, '0926-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140556, 1156, '0926-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140557, 1156, '0926-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140558, 1156, '0926-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140559, 1156, '0926-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140560, 1156, '0926-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140561, 1156, '0926-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140562, 1156, '0926-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140563, 1156, '0926-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140564, 1156, '0926-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140565, 1156, '0927-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140566, 1156, '0927-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140567, 1156, '0927-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140568, 1156, '0927-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140569, 1156, '0927-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140570, 1156, '0927-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140571, 1156, '0927-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140572, 1156, '0927-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140573, 1156, '0927-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140574, 1156, '0927-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140575, 1156, '0927-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140576, 1156, '0927-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140577, 1156, '0928-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140578, 1156, '0928-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140579, 1156, '0928-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140580, 1156, '0928-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140581, 1156, '0928-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140582, 1156, '0928-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140583, 1156, '0928-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140584, 1156, '0928-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140585, 1156, '0928-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140586, 1156, '0928-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140587, 1156, '0928-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140588, 1156, '0928-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140589, 1156, '0929-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140590, 1156, '0929-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140591, 1156, '0929-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140592, 1156, '0929-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140593, 1156, '0929-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140594, 1156, '0929-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140595, 1156, '0929-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:16', '2023-09-12 17:47:16'),
(140596, 1156, '0929-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140597, 1156, '0929-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140598, 1156, '0929-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140599, 1156, '0929-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140600, 1156, '0929-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140601, 1156, '0930-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140602, 1156, '0930-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140603, 1156, '0930-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140604, 1156, '0930-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140605, 1156, '0930-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140606, 1156, '0930-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140607, 1156, '0930-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140608, 1156, '0930-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140609, 1156, '0930-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140610, 1156, '0930-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140611, 1156, '0930-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140612, 1156, '0930-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140613, 1156, '0931-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140614, 1156, '0931-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140615, 1156, '0931-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140616, 1156, '0931-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140617, 1156, '0931-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140618, 1156, '0931-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140619, 1156, '0931-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140620, 1156, '0931-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140621, 1156, '0931-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140622, 1156, '0931-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140623, 1156, '0931-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140624, 1156, '0931-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140625, 1156, '0932-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140626, 1156, '0932-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140627, 1156, '0932-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140628, 1156, '0932-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140629, 1156, '0932-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140630, 1156, '0932-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140631, 1156, '0932-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140632, 1156, '0932-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140633, 1156, '0932-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140634, 1156, '0932-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140635, 1156, '0932-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140636, 1156, '0932-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140637, 1156, '0933-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140638, 1156, '0933-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140639, 1156, '0933-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140640, 1156, '0933-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140641, 1156, '0933-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140642, 1156, '0933-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140643, 1156, '0933-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140644, 1156, '0933-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140645, 1156, '0933-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140646, 1156, '0933-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140647, 1156, '0933-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140648, 1156, '0933-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140649, 1156, '0934-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140650, 1156, '0934-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140651, 1156, '0934-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140652, 1156, '0934-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140653, 1156, '0934-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140654, 1156, '0934-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140655, 1156, '0934-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140656, 1156, '0934-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140657, 1156, '0934-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140658, 1156, '0934-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140659, 1156, '0934-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140660, 1156, '0934-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140661, 1156, '0935-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140662, 1156, '0935-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140663, 1156, '0935-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140664, 1156, '0935-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140665, 1156, '0935-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140666, 1156, '0935-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140667, 1156, '0935-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140668, 1156, '0935-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140669, 1156, '0935-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140670, 1156, '0935-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140671, 1156, '0935-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140672, 1156, '0935-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140673, 1156, '0936-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140674, 1156, '0936-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140675, 1156, '0936-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140676, 1156, '0936-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140677, 1156, '0936-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140678, 1156, '0936-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140679, 1156, '0936-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140680, 1156, '0936-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140681, 1156, '0936-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140682, 1156, '0936-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140683, 1156, '0936-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140684, 1156, '0936-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140685, 1156, '0937-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(140686, 1156, '0937-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140687, 1156, '0937-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140688, 1156, '0937-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140689, 1156, '0937-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140690, 1156, '0937-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140691, 1156, '0937-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140692, 1156, '0937-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140693, 1156, '0937-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140694, 1156, '0937-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140695, 1156, '0937-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140696, 1156, '0937-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140697, 1156, '0938-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140698, 1156, '0938-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140699, 1156, '0938-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140700, 1156, '0938-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140701, 1156, '0938-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140702, 1156, '0938-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140703, 1156, '0938-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140704, 1156, '0938-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140705, 1156, '0938-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140706, 1156, '0938-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140707, 1156, '0938-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140708, 1156, '0938-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140709, 1156, '0939-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140710, 1156, '0939-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140711, 1156, '0939-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140712, 1156, '0939-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140713, 1156, '0939-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140714, 1156, '0939-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140715, 1156, '0939-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140716, 1156, '0939-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140717, 1156, '0939-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140718, 1156, '0939-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140719, 1156, '0939-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140720, 1156, '0939-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140721, 1156, '0940-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140722, 1156, '0940-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140723, 1156, '0940-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140724, 1156, '0940-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140725, 1156, '0940-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140726, 1156, '0940-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140727, 1156, '0940-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140728, 1156, '0940-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140729, 1156, '0940-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140730, 1156, '0940-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140731, 1156, '0940-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140732, 1156, '0940-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140733, 1156, '0941-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140734, 1156, '0941-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140735, 1156, '0941-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140736, 1156, '0941-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140737, 1156, '0941-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140738, 1156, '0941-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140739, 1156, '0941-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140740, 1156, '0941-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140741, 1156, '0941-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140742, 1156, '0941-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140743, 1156, '0941-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140744, 1156, '0941-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140745, 1156, '0942-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140746, 1156, '0942-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140747, 1156, '0942-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140748, 1156, '0942-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140749, 1156, '0942-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140750, 1156, '0942-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140751, 1156, '0942-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140752, 1156, '0942-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140753, 1156, '0942-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140754, 1156, '0942-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140755, 1156, '0942-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140756, 1156, '0942-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140757, 1156, '0943-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140758, 1156, '0943-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140759, 1156, '0943-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140760, 1156, '0943-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140761, 1156, '0943-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140762, 1156, '0943-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140763, 1156, '0943-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140764, 1156, '0943-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140765, 1156, '0943-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140766, 1156, '0943-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140767, 1156, '0943-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140768, 1156, '0943-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140769, 1156, '0944-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140770, 1156, '0944-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140771, 1156, '0944-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140772, 1156, '0944-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140773, 1156, '0944-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140774, 1156, '0944-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140775, 1156, '0944-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140776, 1156, '0944-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140777, 1156, '0944-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140778, 1156, '0944-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140779, 1156, '0944-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140780, 1156, '0944-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140781, 1156, '0945-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140782, 1156, '0945-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140783, 1156, '0945-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140784, 1156, '0945-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140785, 1156, '0945-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140786, 1156, '0945-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140787, 1156, '0945-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140788, 1156, '0945-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140789, 1156, '0945-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140790, 1156, '0945-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140791, 1156, '0945-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140792, 1156, '0945-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140793, 1156, '0946-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140794, 1156, '0946-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140795, 1156, '0946-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140796, 1156, '0946-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140797, 1156, '0946-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140798, 1156, '0946-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140799, 1156, '0946-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140800, 1156, '0946-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140801, 1156, '0946-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140802, 1156, '0946-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140803, 1156, '0946-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140804, 1156, '0946-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140805, 1156, '0947-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140806, 1156, '0947-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140807, 1156, '0947-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140808, 1156, '0947-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140809, 1156, '0947-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140810, 1156, '0947-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140811, 1156, '0947-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140812, 1156, '0947-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140813, 1156, '0947-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140814, 1156, '0947-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140815, 1156, '0947-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140816, 1156, '0947-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140817, 1156, '0948-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140818, 1156, '0948-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140819, 1156, '0948-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140820, 1156, '0948-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140821, 1156, '0948-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140822, 1156, '0948-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140823, 1156, '0948-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140824, 1156, '0948-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140825, 1156, '0948-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140826, 1156, '0948-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140827, 1156, '0948-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140828, 1156, '0948-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140829, 1156, '0949-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140830, 1156, '0949-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140831, 1156, '0949-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140832, 1156, '0949-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140833, 1156, '0949-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140834, 1156, '0949-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140835, 1156, '0949-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140836, 1156, '0949-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140837, 1156, '0949-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140838, 1156, '0949-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140839, 1156, '0949-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140840, 1156, '0949-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140841, 1156, '0950-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140842, 1156, '0950-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140843, 1156, '0950-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140844, 1156, '0950-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140845, 1156, '0950-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140846, 1156, '0950-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140847, 1156, '0950-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140848, 1156, '0950-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140849, 1156, '0950-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140850, 1156, '0950-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140851, 1156, '0950-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140852, 1156, '0950-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140853, 1156, '0951-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140854, 1156, '0951-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140855, 1156, '0951-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140856, 1156, '0951-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140857, 1156, '0951-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140858, 1156, '0951-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140859, 1156, '0951-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140860, 1156, '0951-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140861, 1156, '0951-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140862, 1156, '0951-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140863, 1156, '0951-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140864, 1156, '0951-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140865, 1156, '0952-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140866, 1156, '0952-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140867, 1156, '0952-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140868, 1156, '0952-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140869, 1156, '0952-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140870, 1156, '0952-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140871, 1156, '0952-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140872, 1156, '0952-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140873, 1156, '0952-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140874, 1156, '0952-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140875, 1156, '0952-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140876, 1156, '0952-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140877, 1156, '0953-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140878, 1156, '0953-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140879, 1156, '0953-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140880, 1156, '0953-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140881, 1156, '0953-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140882, 1156, '0953-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140883, 1156, '0953-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140884, 1156, '0953-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140885, 1156, '0953-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140886, 1156, '0953-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140887, 1156, '0953-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140888, 1156, '0953-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140889, 1156, '0954-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140890, 1156, '0954-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140891, 1156, '0954-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140892, 1156, '0954-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140893, 1156, '0954-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140894, 1156, '0954-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140895, 1156, '0954-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140896, 1156, '0954-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140897, 1156, '0954-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140898, 1156, '0954-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140899, 1156, '0954-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140900, 1156, '0954-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140901, 1156, '0955-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140902, 1156, '0955-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140903, 1156, '0955-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140904, 1156, '0955-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140905, 1156, '0955-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140906, 1156, '0955-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140907, 1156, '0955-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140908, 1156, '0955-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140909, 1156, '0955-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140910, 1156, '0955-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140911, 1156, '0955-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140912, 1156, '0955-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140913, 1156, '0956-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140914, 1156, '0956-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140915, 1156, '0956-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140916, 1156, '0956-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140917, 1156, '0956-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140918, 1156, '0956-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140919, 1156, '0956-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140920, 1156, '0956-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140921, 1156, '0956-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140922, 1156, '0956-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140923, 1156, '0956-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140924, 1156, '0956-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140925, 1156, '0957-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140926, 1156, '0957-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140927, 1156, '0957-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140928, 1156, '0957-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140929, 1156, '0957-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140930, 1156, '0957-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140931, 1156, '0957-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140932, 1156, '0957-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:17', '2023-09-12 17:47:17'),
(140933, 1156, '0957-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(140934, 1156, '0957-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(140935, 1156, '0957-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(140936, 1156, '0957-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(140937, 1156, '0958-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(140938, 1156, '0958-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(140939, 1156, '0958-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(140940, 1156, '0958-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(140941, 1156, '0958-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(140942, 1156, '0958-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(140943, 1156, '0958-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(140944, 1156, '0958-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(140945, 1156, '0958-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(140946, 1156, '0958-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(140947, 1156, '0958-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(140948, 1156, '0958-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(140949, 1156, '0959-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(140950, 1156, '0959-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(140951, 1156, '0959-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(140952, 1156, '0959-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(140953, 1156, '0959-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(140954, 1156, '0959-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(140955, 1156, '0959-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(140956, 1156, '0959-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(140957, 1156, '0959-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(140958, 1156, '0959-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(140959, 1156, '0959-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(140960, 1156, '0959-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(140961, 1156, '0960-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(140962, 1156, '0960-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(140963, 1156, '0960-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(140964, 1156, '0960-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(140965, 1156, '0960-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(140966, 1156, '0960-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(140967, 1156, '0960-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(140968, 1156, '0960-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(140969, 1156, '0960-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(140970, 1156, '0960-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(140971, 1156, '0960-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(140972, 1156, '0960-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(140973, 1156, '0961-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(140974, 1156, '0961-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(140975, 1156, '0961-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(140976, 1156, '0961-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(140977, 1156, '0961-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(140978, 1156, '0961-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(140979, 1156, '0961-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(140980, 1156, '0961-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(140981, 1156, '0961-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(140982, 1156, '0961-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(140983, 1156, '0961-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(140984, 1156, '0961-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(140985, 1156, '0962-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(140986, 1156, '0962-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(140987, 1156, '0962-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(140988, 1156, '0962-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(140989, 1156, '0962-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(140990, 1156, '0962-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(140991, 1156, '0962-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(140992, 1156, '0962-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(140993, 1156, '0962-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(140994, 1156, '0962-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(140995, 1156, '0962-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(140996, 1156, '0962-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(140997, 1156, '0963-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(140998, 1156, '0963-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(140999, 1156, '0963-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141000, 1156, '0963-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141001, 1156, '0963-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141002, 1156, '0963-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141003, 1156, '0963-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141004, 1156, '0963-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141005, 1156, '0963-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141006, 1156, '0963-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141007, 1156, '0963-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141008, 1156, '0963-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141009, 1156, '0964-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141010, 1156, '0964-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141011, 1156, '0964-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141012, 1156, '0964-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141013, 1156, '0964-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141014, 1156, '0964-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141015, 1156, '0964-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141016, 1156, '0964-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141017, 1156, '0964-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141018, 1156, '0964-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141019, 1156, '0964-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141020, 1156, '0964-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141021, 1156, '0965-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141022, 1156, '0965-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141023, 1156, '0965-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141024, 1156, '0965-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141025, 1156, '0965-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141026, 1156, '0965-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141027, 1156, '0965-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141028, 1156, '0965-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141029, 1156, '0965-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141030, 1156, '0965-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141031, 1156, '0965-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141032, 1156, '0965-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141033, 1156, '0966-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141034, 1156, '0966-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141035, 1156, '0966-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141036, 1156, '0966-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141037, 1156, '0966-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141038, 1156, '0966-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141039, 1156, '0966-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141040, 1156, '0966-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141041, 1156, '0966-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141042, 1156, '0966-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141043, 1156, '0966-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141044, 1156, '0966-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141045, 1156, '0967-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141046, 1156, '0967-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141047, 1156, '0967-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141048, 1156, '0967-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141049, 1156, '0967-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141050, 1156, '0967-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141051, 1156, '0967-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141052, 1156, '0967-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141053, 1156, '0967-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141054, 1156, '0967-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141055, 1156, '0967-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141056, 1156, '0967-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141057, 1156, '0968-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141058, 1156, '0968-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141059, 1156, '0968-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141060, 1156, '0968-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141061, 1156, '0968-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141062, 1156, '0968-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141063, 1156, '0968-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141064, 1156, '0968-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141065, 1156, '0968-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141066, 1156, '0968-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141067, 1156, '0968-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141068, 1156, '0968-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141069, 1156, '0969-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141070, 1156, '0969-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141071, 1156, '0969-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141072, 1156, '0969-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141073, 1156, '0969-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141074, 1156, '0969-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141075, 1156, '0969-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141076, 1156, '0969-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141077, 1156, '0969-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141078, 1156, '0969-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141079, 1156, '0969-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141080, 1156, '0969-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141081, 1156, '0970-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141082, 1156, '0970-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141083, 1156, '0970-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141084, 1156, '0970-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141085, 1156, '0970-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141086, 1156, '0970-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141087, 1156, '0970-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141088, 1156, '0970-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141089, 1156, '0970-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141090, 1156, '0970-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141091, 1156, '0970-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141092, 1156, '0970-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141093, 1156, '0971-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141094, 1156, '0971-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141095, 1156, '0971-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141096, 1156, '0971-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141097, 1156, '0971-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141098, 1156, '0971-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141099, 1156, '0971-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141100, 1156, '0971-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141101, 1156, '0971-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141102, 1156, '0971-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141103, 1156, '0971-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141104, 1156, '0971-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141105, 1156, '0972-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141106, 1156, '0972-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141107, 1156, '0972-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141108, 1156, '0972-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141109, 1156, '0972-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141110, 1156, '0972-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141111, 1156, '0972-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141112, 1156, '0972-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141113, 1156, '0972-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141114, 1156, '0972-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141115, 1156, '0972-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141116, 1156, '0972-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141117, 1156, '0973-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141118, 1156, '0973-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141119, 1156, '0973-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141120, 1156, '0973-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141121, 1156, '0973-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141122, 1156, '0973-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141123, 1156, '0973-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141124, 1156, '0973-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141125, 1156, '0973-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141126, 1156, '0973-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141127, 1156, '0973-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141128, 1156, '0973-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141129, 1156, '0974-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141130, 1156, '0974-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141131, 1156, '0974-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141132, 1156, '0974-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141133, 1156, '0974-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141134, 1156, '0974-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141135, 1156, '0974-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141136, 1156, '0974-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141137, 1156, '0974-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141138, 1156, '0974-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141139, 1156, '0974-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141140, 1156, '0974-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141141, 1156, '0975-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(141142, 1156, '0975-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141143, 1156, '0975-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141144, 1156, '0975-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141145, 1156, '0975-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141146, 1156, '0975-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141147, 1156, '0975-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141148, 1156, '0975-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141149, 1156, '0975-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141150, 1156, '0975-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141151, 1156, '0975-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141152, 1156, '0975-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141153, 1156, '0976-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141154, 1156, '0976-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141155, 1156, '0976-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141156, 1156, '0976-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141157, 1156, '0976-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141158, 1156, '0976-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141159, 1156, '0976-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141160, 1156, '0976-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141161, 1156, '0976-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141162, 1156, '0976-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141163, 1156, '0976-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141164, 1156, '0976-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141165, 1156, '0977-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141166, 1156, '0977-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141167, 1156, '0977-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141168, 1156, '0977-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141169, 1156, '0977-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141170, 1156, '0977-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141171, 1156, '0977-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141172, 1156, '0977-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141173, 1156, '0977-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141174, 1156, '0977-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141175, 1156, '0977-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141176, 1156, '0977-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141177, 1156, '0978-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141178, 1156, '0978-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141179, 1156, '0978-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141180, 1156, '0978-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141181, 1156, '0978-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141182, 1156, '0978-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141183, 1156, '0978-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141184, 1156, '0978-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141185, 1156, '0978-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141186, 1156, '0978-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141187, 1156, '0978-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141188, 1156, '0978-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141189, 1156, '0979-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141190, 1156, '0979-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141191, 1156, '0979-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141192, 1156, '0979-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141193, 1156, '0979-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141194, 1156, '0979-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141195, 1156, '0979-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141196, 1156, '0979-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141197, 1156, '0979-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141198, 1156, '0979-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141199, 1156, '0979-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141200, 1156, '0979-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141201, 1156, '0980-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141202, 1156, '0980-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141203, 1156, '0980-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141204, 1156, '0980-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141205, 1156, '0980-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141206, 1156, '0980-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141207, 1156, '0980-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141208, 1156, '0980-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141209, 1156, '0980-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141210, 1156, '0980-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141211, 1156, '0980-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141212, 1156, '0980-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141213, 1156, '0981-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141214, 1156, '0981-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141215, 1156, '0981-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141216, 1156, '0981-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141217, 1156, '0981-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141218, 1156, '0981-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141219, 1156, '0981-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141220, 1156, '0981-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141221, 1156, '0981-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141222, 1156, '0981-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141223, 1156, '0981-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141224, 1156, '0981-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141225, 1156, '0982-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141226, 1156, '0982-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141227, 1156, '0982-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141228, 1156, '0982-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141229, 1156, '0982-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141230, 1156, '0982-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141231, 1156, '0982-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141232, 1156, '0982-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141233, 1156, '0982-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141234, 1156, '0982-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141235, 1156, '0982-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141236, 1156, '0982-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141237, 1156, '0983-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141238, 1156, '0983-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141239, 1156, '0983-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141240, 1156, '0983-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141241, 1156, '0983-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141242, 1156, '0983-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141243, 1156, '0983-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141244, 1156, '0983-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141245, 1156, '0983-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141246, 1156, '0983-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141247, 1156, '0983-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141248, 1156, '0983-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141249, 1156, '0984-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141250, 1156, '0984-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141251, 1156, '0984-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141252, 1156, '0984-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141253, 1156, '0984-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141254, 1156, '0984-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141255, 1156, '0984-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141256, 1156, '0984-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141257, 1156, '0984-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141258, 1156, '0984-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141259, 1156, '0984-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141260, 1156, '0984-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141261, 1156, '0985-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141262, 1156, '0985-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141263, 1156, '0985-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141264, 1156, '0985-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141265, 1156, '0985-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141266, 1156, '0985-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141267, 1156, '0985-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141268, 1156, '0985-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141269, 1156, '0985-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141270, 1156, '0985-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141271, 1156, '0985-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141272, 1156, '0985-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141273, 1156, '0986-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141274, 1156, '0986-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141275, 1156, '0986-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141276, 1156, '0986-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141277, 1156, '0986-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141278, 1156, '0986-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141279, 1156, '0986-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141280, 1156, '0986-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141281, 1156, '0986-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141282, 1156, '0986-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141283, 1156, '0986-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141284, 1156, '0986-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141285, 1156, '0987-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141286, 1156, '0987-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141287, 1156, '0987-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141288, 1156, '0987-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141289, 1156, '0987-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141290, 1156, '0987-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141291, 1156, '0987-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141292, 1156, '0987-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141293, 1156, '0987-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:18', '2023-09-12 17:47:18'),
(141294, 1156, '0987-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141295, 1156, '0987-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141296, 1156, '0987-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141297, 1156, '0988-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141298, 1156, '0988-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141299, 1156, '0988-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141300, 1156, '0988-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141301, 1156, '0988-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141302, 1156, '0988-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141303, 1156, '0988-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141304, 1156, '0988-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141305, 1156, '0988-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141306, 1156, '0988-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141307, 1156, '0988-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141308, 1156, '0988-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141309, 1156, '0989-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141310, 1156, '0989-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141311, 1156, '0989-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141312, 1156, '0989-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141313, 1156, '0989-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141314, 1156, '0989-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141315, 1156, '0989-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141316, 1156, '0989-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141317, 1156, '0989-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141318, 1156, '0989-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141319, 1156, '0989-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141320, 1156, '0989-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141321, 1156, '0990-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141322, 1156, '0990-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141323, 1156, '0990-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141324, 1156, '0990-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141325, 1156, '0990-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141326, 1156, '0990-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141327, 1156, '0990-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141328, 1156, '0990-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141329, 1156, '0990-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141330, 1156, '0990-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141331, 1156, '0990-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141332, 1156, '0990-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141333, 1156, '0991-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141334, 1156, '0991-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141335, 1156, '0991-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141336, 1156, '0991-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141337, 1156, '0991-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141338, 1156, '0991-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141339, 1156, '0991-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141340, 1156, '0991-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141341, 1156, '0991-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141342, 1156, '0991-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141343, 1156, '0991-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141344, 1156, '0991-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141345, 1156, '0992-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141346, 1156, '0992-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141347, 1156, '0992-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141348, 1156, '0992-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141349, 1156, '0992-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141350, 1156, '0992-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141351, 1156, '0992-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141352, 1156, '0992-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141353, 1156, '0992-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141354, 1156, '0992-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141355, 1156, '0992-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141356, 1156, '0992-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141357, 1156, '0993-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141358, 1156, '0993-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141359, 1156, '0993-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141360, 1156, '0993-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141361, 1156, '0993-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141362, 1156, '0993-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141363, 1156, '0993-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141364, 1156, '0993-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141365, 1156, '0993-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141366, 1156, '0993-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141367, 1156, '0993-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141368, 1156, '0993-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141369, 1156, '0994-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141370, 1156, '0994-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141371, 1156, '0994-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141372, 1156, '0994-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141373, 1156, '0994-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141374, 1156, '0994-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141375, 1156, '0994-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141376, 1156, '0994-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141377, 1156, '0994-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141378, 1156, '0994-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141379, 1156, '0994-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141380, 1156, '0994-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141381, 1156, '0995-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141382, 1156, '0995-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141383, 1156, '0995-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141384, 1156, '0995-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141385, 1156, '0995-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141386, 1156, '0995-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141387, 1156, '0995-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141388, 1156, '0995-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141389, 1156, '0995-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141390, 1156, '0995-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141391, 1156, '0995-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141392, 1156, '0995-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141393, 1156, '0996-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141394, 1156, '0996-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141395, 1156, '0996-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141396, 1156, '0996-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141397, 1156, '0996-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141398, 1156, '0996-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141399, 1156, '0996-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141400, 1156, '0996-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141401, 1156, '0996-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141402, 1156, '0996-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141403, 1156, '0996-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141404, 1156, '0996-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141405, 1156, '0997-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141406, 1156, '0997-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141407, 1156, '0997-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141408, 1156, '0997-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141409, 1156, '0997-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141410, 1156, '0997-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141411, 1156, '0997-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141412, 1156, '0997-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141413, 1156, '0997-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141414, 1156, '0997-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141415, 1156, '0997-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141416, 1156, '0997-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141417, 1156, '0998-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141418, 1156, '0998-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141419, 1156, '0998-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141420, 1156, '0998-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141421, 1156, '0998-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141422, 1156, '0998-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141423, 1156, '0998-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141424, 1156, '0998-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141425, 1156, '0998-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141426, 1156, '0998-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141427, 1156, '0998-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141428, 1156, '0998-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141429, 1156, '0999-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141430, 1156, '0999-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141431, 1156, '0999-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141432, 1156, '0999-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141433, 1156, '0999-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141434, 1156, '0999-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141435, 1156, '0999-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141436, 1156, '0999-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141437, 1156, '0999-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141438, 1156, '0999-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141439, 1156, '0999-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141440, 1156, '0999-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141441, 1156, '1000-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141442, 1156, '1000-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141443, 1156, '1000-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141444, 1156, '1000-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141445, 1156, '1000-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141446, 1156, '1000-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141447, 1156, '1000-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141448, 1156, '1000-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141449, 1156, '1000-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141450, 1156, '1000-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141451, 1156, '1000-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141452, 1156, '1000-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141453, 1156, '1001-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141454, 1156, '1001-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141455, 1156, '1001-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141456, 1156, '1001-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141457, 1156, '1001-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141458, 1156, '1001-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141459, 1156, '1001-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141460, 1156, '1001-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141461, 1156, '1001-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141462, 1156, '1001-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141463, 1156, '1001-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141464, 1156, '1001-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141465, 1156, '1002-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141466, 1156, '1002-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141467, 1156, '1002-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141468, 1156, '1002-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141469, 1156, '1002-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141470, 1156, '1002-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141471, 1156, '1002-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141472, 1156, '1002-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141473, 1156, '1002-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141474, 1156, '1002-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141475, 1156, '1002-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141476, 1156, '1002-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141477, 1156, '1003-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141478, 1156, '1003-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141479, 1156, '1003-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141480, 1156, '1003-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141481, 1156, '1003-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141482, 1156, '1003-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141483, 1156, '1003-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141484, 1156, '1003-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141485, 1156, '1003-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141486, 1156, '1003-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141487, 1156, '1003-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141488, 1156, '1003-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141489, 1156, '1004-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141490, 1156, '1004-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141491, 1156, '1004-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141492, 1156, '1004-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141493, 1156, '1004-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141494, 1156, '1004-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141495, 1156, '1004-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141496, 1156, '1004-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141497, 1156, '1004-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141498, 1156, '1004-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141499, 1156, '1004-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141500, 1156, '1004-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141501, 1156, '1005-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141502, 1156, '1005-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141503, 1156, '1005-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141504, 1156, '1005-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141505, 1156, '1005-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141506, 1156, '1005-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141507, 1156, '1005-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141508, 1156, '1005-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141509, 1156, '1005-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141510, 1156, '1005-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141511, 1156, '1005-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141512, 1156, '1005-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141513, 1156, '1006-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141514, 1156, '1006-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141515, 1156, '1006-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141516, 1156, '1006-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141517, 1156, '1006-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141518, 1156, '1006-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141519, 1156, '1006-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141520, 1156, '1006-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141521, 1156, '1006-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141522, 1156, '1006-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141523, 1156, '1006-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141524, 1156, '1006-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141525, 1156, '1007-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141526, 1156, '1007-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141527, 1156, '1007-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141528, 1156, '1007-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141529, 1156, '1007-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141530, 1156, '1007-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141531, 1156, '1007-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141532, 1156, '1007-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141533, 1156, '1007-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141534, 1156, '1007-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141535, 1156, '1007-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141536, 1156, '1007-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141537, 1156, '1008-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141538, 1156, '1008-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141539, 1156, '1008-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141540, 1156, '1008-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141541, 1156, '1008-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141542, 1156, '1008-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141543, 1156, '1008-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141544, 1156, '1008-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141545, 1156, '1008-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141546, 1156, '1008-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141547, 1156, '1008-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141548, 1156, '1008-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141549, 1156, '1009-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141550, 1156, '1009-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141551, 1156, '1009-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141552, 1156, '1009-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141553, 1156, '1009-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141554, 1156, '1009-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141555, 1156, '1009-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141556, 1156, '1009-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141557, 1156, '1009-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141558, 1156, '1009-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141559, 1156, '1009-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141560, 1156, '1009-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141561, 1156, '1010-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141562, 1156, '1010-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141563, 1156, '1010-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141564, 1156, '1010-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141565, 1156, '1010-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141566, 1156, '1010-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141567, 1156, '1010-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141568, 1156, '1010-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141569, 1156, '1010-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141570, 1156, '1010-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141571, 1156, '1010-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141572, 1156, '1010-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141573, 1156, '1011-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141574, 1156, '1011-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141575, 1156, '1011-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141576, 1156, '1011-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141577, 1156, '1011-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141578, 1156, '1011-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141579, 1156, '1011-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141580, 1156, '1011-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141581, 1156, '1011-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141582, 1156, '1011-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141583, 1156, '1011-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141584, 1156, '1011-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141585, 1156, '1012-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141586, 1156, '1012-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141587, 1156, '1012-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141588, 1156, '1012-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141589, 1156, '1012-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141590, 1156, '1012-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141591, 1156, '1012-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141592, 1156, '1012-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141593, 1156, '1012-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141594, 1156, '1012-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141595, 1156, '1012-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141596, 1156, '1012-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141597, 1156, '1013-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(141598, 1156, '1013-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141599, 1156, '1013-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141600, 1156, '1013-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141601, 1156, '1013-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141602, 1156, '1013-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141603, 1156, '1013-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141604, 1156, '1013-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141605, 1156, '1013-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141606, 1156, '1013-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141607, 1156, '1013-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141608, 1156, '1013-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141609, 1156, '1014-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141610, 1156, '1014-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141611, 1156, '1014-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141612, 1156, '1014-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141613, 1156, '1014-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141614, 1156, '1014-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141615, 1156, '1014-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141616, 1156, '1014-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141617, 1156, '1014-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141618, 1156, '1014-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141619, 1156, '1014-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141620, 1156, '1014-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141621, 1156, '1015-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141622, 1156, '1015-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141623, 1156, '1015-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141624, 1156, '1015-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141625, 1156, '1015-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141626, 1156, '1015-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141627, 1156, '1015-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141628, 1156, '1015-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141629, 1156, '1015-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141630, 1156, '1015-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141631, 1156, '1015-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141632, 1156, '1015-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141633, 1156, '1016-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141634, 1156, '1016-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141635, 1156, '1016-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141636, 1156, '1016-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141637, 1156, '1016-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141638, 1156, '1016-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141639, 1156, '1016-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141640, 1156, '1016-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141641, 1156, '1016-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141642, 1156, '1016-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141643, 1156, '1016-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141644, 1156, '1016-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141645, 1156, '1017-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141646, 1156, '1017-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141647, 1156, '1017-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141648, 1156, '1017-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141649, 1156, '1017-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141650, 1156, '1017-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141651, 1156, '1017-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141652, 1156, '1017-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141653, 1156, '1017-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141654, 1156, '1017-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141655, 1156, '1017-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141656, 1156, '1017-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141657, 1156, '1018-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141658, 1156, '1018-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141659, 1156, '1018-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141660, 1156, '1018-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141661, 1156, '1018-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141662, 1156, '1018-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141663, 1156, '1018-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141664, 1156, '1018-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141665, 1156, '1018-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141666, 1156, '1018-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141667, 1156, '1018-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141668, 1156, '1018-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141669, 1156, '1019-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141670, 1156, '1019-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141671, 1156, '1019-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141672, 1156, '1019-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141673, 1156, '1019-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141674, 1156, '1019-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141675, 1156, '1019-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:19', '2023-09-12 17:47:19'),
(141676, 1156, '1019-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141677, 1156, '1019-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141678, 1156, '1019-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141679, 1156, '1019-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141680, 1156, '1019-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141681, 1156, '1020-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141682, 1156, '1020-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141683, 1156, '1020-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141684, 1156, '1020-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141685, 1156, '1020-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141686, 1156, '1020-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141687, 1156, '1020-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141688, 1156, '1020-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141689, 1156, '1020-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141690, 1156, '1020-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141691, 1156, '1020-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141692, 1156, '1020-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141693, 1156, '1021-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141694, 1156, '1021-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141695, 1156, '1021-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141696, 1156, '1021-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141697, 1156, '1021-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141698, 1156, '1021-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141699, 1156, '1021-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141700, 1156, '1021-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141701, 1156, '1021-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141702, 1156, '1021-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141703, 1156, '1021-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141704, 1156, '1021-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141705, 1156, '1022-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141706, 1156, '1022-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141707, 1156, '1022-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141708, 1156, '1022-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141709, 1156, '1022-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141710, 1156, '1022-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141711, 1156, '1022-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141712, 1156, '1022-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141713, 1156, '1022-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141714, 1156, '1022-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141715, 1156, '1022-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141716, 1156, '1022-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141717, 1156, '1023-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141718, 1156, '1023-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141719, 1156, '1023-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141720, 1156, '1023-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141721, 1156, '1023-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141722, 1156, '1023-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141723, 1156, '1023-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141724, 1156, '1023-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141725, 1156, '1023-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141726, 1156, '1023-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141727, 1156, '1023-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141728, 1156, '1023-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141729, 1156, '1024-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141730, 1156, '1024-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141731, 1156, '1024-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141732, 1156, '1024-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141733, 1156, '1024-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141734, 1156, '1024-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141735, 1156, '1024-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141736, 1156, '1024-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141737, 1156, '1024-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141738, 1156, '1024-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141739, 1156, '1024-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141740, 1156, '1024-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141741, 1156, '1025-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141742, 1156, '1025-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141743, 1156, '1025-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141744, 1156, '1025-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141745, 1156, '1025-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141746, 1156, '1025-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141747, 1156, '1025-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141748, 1156, '1025-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141749, 1156, '1025-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141750, 1156, '1025-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141751, 1156, '1025-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141752, 1156, '1025-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141753, 1156, '1026-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141754, 1156, '1026-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141755, 1156, '1026-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141756, 1156, '1026-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141757, 1156, '1026-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141758, 1156, '1026-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141759, 1156, '1026-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141760, 1156, '1026-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141761, 1156, '1026-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141762, 1156, '1026-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141763, 1156, '1026-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141764, 1156, '1026-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141765, 1156, '1027-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141766, 1156, '1027-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141767, 1156, '1027-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141768, 1156, '1027-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141769, 1156, '1027-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141770, 1156, '1027-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141771, 1156, '1027-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141772, 1156, '1027-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141773, 1156, '1027-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141774, 1156, '1027-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141775, 1156, '1027-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141776, 1156, '1027-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141777, 1156, '1028-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141778, 1156, '1028-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141779, 1156, '1028-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141780, 1156, '1028-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141781, 1156, '1028-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141782, 1156, '1028-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141783, 1156, '1028-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141784, 1156, '1028-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141785, 1156, '1028-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141786, 1156, '1028-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141787, 1156, '1028-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141788, 1156, '1028-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141789, 1156, '1029-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141790, 1156, '1029-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141791, 1156, '1029-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141792, 1156, '1029-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141793, 1156, '1029-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141794, 1156, '1029-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141795, 1156, '1029-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141796, 1156, '1029-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141797, 1156, '1029-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141798, 1156, '1029-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141799, 1156, '1029-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141800, 1156, '1029-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141801, 1156, '1030-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141802, 1156, '1030-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141803, 1156, '1030-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141804, 1156, '1030-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141805, 1156, '1030-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141806, 1156, '1030-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141807, 1156, '1030-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141808, 1156, '1030-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141809, 1156, '1030-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141810, 1156, '1030-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141811, 1156, '1030-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141812, 1156, '1030-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141813, 1156, '1031-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141814, 1156, '1031-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141815, 1156, '1031-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141816, 1156, '1031-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141817, 1156, '1031-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141818, 1156, '1031-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141819, 1156, '1031-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141820, 1156, '1031-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141821, 1156, '1031-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141822, 1156, '1031-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141823, 1156, '1031-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141824, 1156, '1031-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141825, 1156, '1032-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141826, 1156, '1032-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141827, 1156, '1032-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141828, 1156, '1032-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141829, 1156, '1032-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141830, 1156, '1032-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141831, 1156, '1032-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141832, 1156, '1032-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141833, 1156, '1032-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141834, 1156, '1032-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141835, 1156, '1032-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141836, 1156, '1032-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141837, 1156, '1033-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141838, 1156, '1033-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141839, 1156, '1033-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141840, 1156, '1033-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141841, 1156, '1033-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141842, 1156, '1033-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141843, 1156, '1033-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141844, 1156, '1033-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141845, 1156, '1033-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141846, 1156, '1033-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141847, 1156, '1033-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141848, 1156, '1033-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141849, 1156, '1034-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141850, 1156, '1034-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141851, 1156, '1034-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141852, 1156, '1034-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141853, 1156, '1034-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141854, 1156, '1034-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141855, 1156, '1034-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141856, 1156, '1034-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141857, 1156, '1034-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141858, 1156, '1034-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141859, 1156, '1034-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141860, 1156, '1034-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141861, 1156, '1035-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141862, 1156, '1035-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141863, 1156, '1035-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141864, 1156, '1035-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141865, 1156, '1035-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141866, 1156, '1035-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141867, 1156, '1035-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141868, 1156, '1035-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141869, 1156, '1035-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141870, 1156, '1035-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141871, 1156, '1035-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141872, 1156, '1035-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141873, 1156, '1036-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141874, 1156, '1036-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141875, 1156, '1036-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141876, 1156, '1036-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141877, 1156, '1036-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141878, 1156, '1036-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141879, 1156, '1036-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141880, 1156, '1036-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141881, 1156, '1036-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141882, 1156, '1036-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141883, 1156, '1036-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141884, 1156, '1036-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141885, 1156, '1037-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141886, 1156, '1037-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141887, 1156, '1037-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141888, 1156, '1037-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141889, 1156, '1037-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141890, 1156, '1037-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141891, 1156, '1037-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141892, 1156, '1037-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141893, 1156, '1037-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141894, 1156, '1037-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141895, 1156, '1037-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141896, 1156, '1037-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141897, 1156, '1038-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141898, 1156, '1038-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141899, 1156, '1038-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141900, 1156, '1038-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141901, 1156, '1038-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141902, 1156, '1038-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141903, 1156, '1038-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141904, 1156, '1038-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141905, 1156, '1038-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141906, 1156, '1038-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141907, 1156, '1038-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141908, 1156, '1038-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141909, 1156, '1039-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141910, 1156, '1039-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141911, 1156, '1039-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141912, 1156, '1039-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141913, 1156, '1039-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141914, 1156, '1039-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141915, 1156, '1039-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141916, 1156, '1039-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141917, 1156, '1039-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141918, 1156, '1039-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141919, 1156, '1039-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141920, 1156, '1039-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141921, 1156, '1040-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141922, 1156, '1040-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141923, 1156, '1040-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141924, 1156, '1040-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141925, 1156, '1040-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141926, 1156, '1040-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141927, 1156, '1040-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141928, 1156, '1040-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141929, 1156, '1040-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141930, 1156, '1040-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141931, 1156, '1040-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141932, 1156, '1040-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141933, 1156, '1041-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141934, 1156, '1041-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141935, 1156, '1041-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141936, 1156, '1041-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141937, 1156, '1041-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141938, 1156, '1041-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141939, 1156, '1041-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141940, 1156, '1041-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141941, 1156, '1041-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141942, 1156, '1041-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141943, 1156, '1041-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141944, 1156, '1041-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141945, 1156, '1042-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141946, 1156, '1042-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141947, 1156, '1042-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141948, 1156, '1042-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141949, 1156, '1042-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141950, 1156, '1042-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141951, 1156, '1042-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141952, 1156, '1042-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141953, 1156, '1042-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141954, 1156, '1042-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141955, 1156, '1042-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141956, 1156, '1042-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141957, 1156, '1043-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141958, 1156, '1043-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141959, 1156, '1043-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141960, 1156, '1043-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141961, 1156, '1043-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141962, 1156, '1043-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141963, 1156, '1043-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141964, 1156, '1043-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141965, 1156, '1043-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141966, 1156, '1043-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141967, 1156, '1043-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141968, 1156, '1043-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141969, 1156, '1044-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141970, 1156, '1044-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141971, 1156, '1044-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141972, 1156, '1044-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141973, 1156, '1044-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141974, 1156, '1044-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141975, 1156, '1044-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141976, 1156, '1044-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141977, 1156, '1044-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141978, 1156, '1044-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141979, 1156, '1044-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141980, 1156, '1044-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141981, 1156, '1045-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141982, 1156, '1045-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141983, 1156, '1045-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141984, 1156, '1045-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141985, 1156, '1045-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141986, 1156, '1045-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141987, 1156, '1045-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141988, 1156, '1045-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141989, 1156, '1045-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141990, 1156, '1045-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141991, 1156, '1045-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141992, 1156, '1045-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141993, 1156, '1046-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141994, 1156, '1046-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141995, 1156, '1046-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141996, 1156, '1046-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141997, 1156, '1046-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141998, 1156, '1046-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(141999, 1156, '1046-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(142000, 1156, '1046-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(142001, 1156, '1046-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(142002, 1156, '1046-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(142003, 1156, '1046-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(142004, 1156, '1046-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(142005, 1156, '1047-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(142006, 1156, '1047-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(142007, 1156, '1047-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(142008, 1156, '1047-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(142009, 1156, '1047-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(142010, 1156, '1047-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(142011, 1156, '1047-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(142012, 1156, '1047-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(142013, 1156, '1047-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(142014, 1156, '1047-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(142015, 1156, '1047-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(142016, 1156, '1047-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(142017, 1156, '1048-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(142018, 1156, '1048-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(142019, 1156, '1048-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(142020, 1156, '1048-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(142021, 1156, '1048-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(142022, 1156, '1048-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(142023, 1156, '1048-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(142024, 1156, '1048-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(142025, 1156, '1048-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(142026, 1156, '1048-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(142027, 1156, '1048-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(142028, 1156, '1048-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(142029, 1156, '1049-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(142030, 1156, '1049-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(142031, 1156, '1049-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(142032, 1156, '1049-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(142033, 1156, '1049-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(142034, 1156, '1049-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(142035, 1156, '1049-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(142036, 1156, '1049-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(142037, 1156, '1049-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(142038, 1156, '1049-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(142039, 1156, '1049-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(142040, 1156, '1049-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(142041, 1156, '1050-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(142042, 1156, '1050-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(142043, 1156, '1050-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(142044, 1156, '1050-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(142045, 1156, '1050-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(142046, 1156, '1050-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(142047, 1156, '1050-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(142048, 1156, '1050-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(142049, 1156, '1050-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(142050, 1156, '1050-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(142051, 1156, '1050-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(142052, 1156, '1050-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(142053, 1156, '1051-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(142054, 1156, '1051-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(142055, 1156, '1051-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(142056, 1156, '1051-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(142057, 1156, '1051-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(142058, 1156, '1051-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(142059, 1156, '1051-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(142060, 1156, '1051-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(142061, 1156, '1051-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(142062, 1156, '1051-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(142063, 1156, '1051-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(142064, 1156, '1051-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(142065, 1156, '1052-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(142066, 1156, '1052-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(142067, 1156, '1052-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(142068, 1156, '1052-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(142069, 1156, '1052-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(142070, 1156, '1052-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(142071, 1156, '1052-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(142072, 1156, '1052-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(142073, 1156, '1052-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(142074, 1156, '1052-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:20', '2023-09-12 17:47:20'),
(142075, 1156, '1052-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142076, 1156, '1052-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142077, 1156, '1053-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142078, 1156, '1053-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142079, 1156, '1053-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142080, 1156, '1053-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142081, 1156, '1053-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142082, 1156, '1053-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142083, 1156, '1053-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142084, 1156, '1053-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142085, 1156, '1053-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142086, 1156, '1053-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142087, 1156, '1053-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142088, 1156, '1053-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142089, 1156, '1054-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142090, 1156, '1054-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142091, 1156, '1054-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142092, 1156, '1054-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142093, 1156, '1054-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142094, 1156, '1054-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142095, 1156, '1054-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142096, 1156, '1054-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142097, 1156, '1054-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142098, 1156, '1054-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142099, 1156, '1054-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142100, 1156, '1054-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142101, 1156, '1055-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142102, 1156, '1055-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142103, 1156, '1055-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142104, 1156, '1055-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142105, 1156, '1055-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142106, 1156, '1055-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142107, 1156, '1055-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142108, 1156, '1055-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142109, 1156, '1055-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142110, 1156, '1055-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142111, 1156, '1055-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142112, 1156, '1055-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142113, 1156, '1056-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142114, 1156, '1056-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142115, 1156, '1056-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142116, 1156, '1056-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142117, 1156, '1056-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142118, 1156, '1056-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142119, 1156, '1056-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142120, 1156, '1056-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142121, 1156, '1056-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142122, 1156, '1056-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142123, 1156, '1056-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142124, 1156, '1056-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142125, 1156, '1057-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142126, 1156, '1057-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142127, 1156, '1057-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142128, 1156, '1057-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142129, 1156, '1057-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142130, 1156, '1057-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142131, 1156, '1057-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142132, 1156, '1057-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142133, 1156, '1057-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142134, 1156, '1057-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142135, 1156, '1057-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142136, 1156, '1057-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142137, 1156, '1058-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142138, 1156, '1058-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142139, 1156, '1058-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142140, 1156, '1058-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142141, 1156, '1058-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142142, 1156, '1058-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142143, 1156, '1058-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142144, 1156, '1058-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142145, 1156, '1058-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142146, 1156, '1058-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142147, 1156, '1058-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142148, 1156, '1058-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142149, 1156, '1059-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142150, 1156, '1059-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142151, 1156, '1059-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142152, 1156, '1059-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142153, 1156, '1059-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142154, 1156, '1059-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142155, 1156, '1059-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142156, 1156, '1059-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142157, 1156, '1059-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142158, 1156, '1059-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142159, 1156, '1059-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142160, 1156, '1059-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142161, 1156, '1060-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142162, 1156, '1060-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142163, 1156, '1060-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142164, 1156, '1060-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142165, 1156, '1060-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142166, 1156, '1060-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142167, 1156, '1060-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142168, 1156, '1060-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142169, 1156, '1060-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142170, 1156, '1060-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142171, 1156, '1060-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142172, 1156, '1060-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142173, 1156, '1061-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142174, 1156, '1061-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142175, 1156, '1061-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142176, 1156, '1061-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142177, 1156, '1061-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142178, 1156, '1061-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142179, 1156, '1061-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142180, 1156, '1061-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142181, 1156, '1061-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142182, 1156, '1061-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142183, 1156, '1061-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142184, 1156, '1061-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142185, 1156, '1062-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142186, 1156, '1062-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142187, 1156, '1062-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142188, 1156, '1062-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142189, 1156, '1062-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142190, 1156, '1062-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142191, 1156, '1062-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142192, 1156, '1062-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142193, 1156, '1062-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142194, 1156, '1062-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142195, 1156, '1062-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142196, 1156, '1062-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142197, 1156, '1063-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142198, 1156, '1063-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142199, 1156, '1063-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142200, 1156, '1063-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142201, 1156, '1063-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142202, 1156, '1063-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142203, 1156, '1063-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142204, 1156, '1063-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142205, 1156, '1063-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142206, 1156, '1063-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142207, 1156, '1063-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142208, 1156, '1063-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142209, 1156, '1064-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142210, 1156, '1064-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142211, 1156, '1064-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142212, 1156, '1064-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142213, 1156, '1064-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142214, 1156, '1064-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142215, 1156, '1064-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142216, 1156, '1064-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142217, 1156, '1064-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142218, 1156, '1064-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142219, 1156, '1064-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142220, 1156, '1064-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142221, 1156, '1065-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142222, 1156, '1065-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142223, 1156, '1065-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142224, 1156, '1065-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142225, 1156, '1065-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142226, 1156, '1065-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142227, 1156, '1065-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142228, 1156, '1065-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142229, 1156, '1065-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142230, 1156, '1065-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142231, 1156, '1065-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142232, 1156, '1065-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142233, 1156, '1066-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142234, 1156, '1066-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142235, 1156, '1066-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142236, 1156, '1066-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142237, 1156, '1066-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142238, 1156, '1066-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142239, 1156, '1066-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142240, 1156, '1066-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142241, 1156, '1066-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142242, 1156, '1066-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142243, 1156, '1066-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142244, 1156, '1066-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142245, 1156, '1067-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142246, 1156, '1067-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142247, 1156, '1067-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142248, 1156, '1067-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142249, 1156, '1067-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142250, 1156, '1067-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142251, 1156, '1067-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142252, 1156, '1067-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142253, 1156, '1067-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142254, 1156, '1067-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142255, 1156, '1067-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142256, 1156, '1067-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142257, 1156, '1068-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142258, 1156, '1068-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142259, 1156, '1068-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142260, 1156, '1068-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142261, 1156, '1068-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142262, 1156, '1068-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142263, 1156, '1068-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142264, 1156, '1068-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142265, 1156, '1068-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142266, 1156, '1068-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142267, 1156, '1068-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142268, 1156, '1068-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142269, 1156, '1069-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142270, 1156, '1069-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142271, 1156, '1069-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142272, 1156, '1069-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142273, 1156, '1069-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142274, 1156, '1069-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142275, 1156, '1069-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142276, 1156, '1069-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142277, 1156, '1069-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142278, 1156, '1069-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142279, 1156, '1069-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142280, 1156, '1069-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142281, 1156, '1070-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142282, 1156, '1070-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142283, 1156, '1070-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142284, 1156, '1070-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142285, 1156, '1070-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142286, 1156, '1070-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142287, 1156, '1070-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142288, 1156, '1070-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142289, 1156, '1070-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142290, 1156, '1070-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142291, 1156, '1070-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142292, 1156, '1070-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142293, 1156, '1071-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142294, 1156, '1071-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142295, 1156, '1071-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142296, 1156, '1071-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142297, 1156, '1071-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142298, 1156, '1071-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142299, 1156, '1071-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142300, 1156, '1071-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142301, 1156, '1071-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142302, 1156, '1071-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142303, 1156, '1071-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142304, 1156, '1071-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142305, 1156, '1072-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142306, 1156, '1072-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142307, 1156, '1072-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142308, 1156, '1072-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142309, 1156, '1072-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142310, 1156, '1072-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142311, 1156, '1072-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142312, 1156, '1072-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142313, 1156, '1072-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142314, 1156, '1072-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142315, 1156, '1072-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142316, 1156, '1072-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142317, 1156, '1073-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142318, 1156, '1073-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142319, 1156, '1073-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142320, 1156, '1073-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142321, 1156, '1073-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142322, 1156, '1073-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142323, 1156, '1073-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142324, 1156, '1073-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142325, 1156, '1073-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142326, 1156, '1073-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142327, 1156, '1073-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142328, 1156, '1073-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142329, 1156, '1074-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142330, 1156, '1074-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142331, 1156, '1074-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142332, 1156, '1074-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142333, 1156, '1074-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142334, 1156, '1074-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142335, 1156, '1074-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142336, 1156, '1074-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142337, 1156, '1074-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142338, 1156, '1074-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142339, 1156, '1074-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142340, 1156, '1074-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142341, 1156, '1075-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142342, 1156, '1075-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142343, 1156, '1075-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142344, 1156, '1075-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142345, 1156, '1075-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142346, 1156, '1075-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142347, 1156, '1075-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142348, 1156, '1075-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142349, 1156, '1075-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142350, 1156, '1075-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142351, 1156, '1075-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142352, 1156, '1075-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142353, 1156, '1076-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142354, 1156, '1076-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142355, 1156, '1076-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142356, 1156, '1076-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142357, 1156, '1076-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142358, 1156, '1076-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142359, 1156, '1076-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142360, 1156, '1076-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142361, 1156, '1076-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142362, 1156, '1076-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142363, 1156, '1076-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142364, 1156, '1076-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142365, 1156, '1077-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142366, 1156, '1077-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142367, 1156, '1077-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142368, 1156, '1077-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142369, 1156, '1077-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142370, 1156, '1077-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142371, 1156, '1077-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142372, 1156, '1077-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142373, 1156, '1077-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142374, 1156, '1077-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142375, 1156, '1077-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142376, 1156, '1077-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142377, 1156, '1078-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142378, 1156, '1078-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142379, 1156, '1078-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142380, 1156, '1078-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142381, 1156, '1078-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142382, 1156, '1078-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142383, 1156, '1078-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142384, 1156, '1078-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142385, 1156, '1078-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142386, 1156, '1078-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142387, 1156, '1078-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142388, 1156, '1078-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142389, 1156, '1079-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142390, 1156, '1079-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142391, 1156, '1079-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142392, 1156, '1079-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142393, 1156, '1079-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142394, 1156, '1079-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142395, 1156, '1079-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142396, 1156, '1079-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142397, 1156, '1079-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142398, 1156, '1079-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142399, 1156, '1079-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142400, 1156, '1079-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142401, 1156, '1080-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142402, 1156, '1080-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142403, 1156, '1080-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142404, 1156, '1080-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142405, 1156, '1080-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142406, 1156, '1080-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142407, 1156, '1080-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142408, 1156, '1080-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142409, 1156, '1080-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142410, 1156, '1080-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142411, 1156, '1080-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142412, 1156, '1080-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142413, 1156, '1081-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142414, 1156, '1081-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142415, 1156, '1081-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142416, 1156, '1081-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142417, 1156, '1081-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142418, 1156, '1081-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142419, 1156, '1081-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142420, 1156, '1081-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142421, 1156, '1081-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142422, 1156, '1081-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142423, 1156, '1081-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142424, 1156, '1081-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142425, 1156, '1082-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142426, 1156, '1082-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142427, 1156, '1082-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142428, 1156, '1082-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142429, 1156, '1082-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142430, 1156, '1082-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142431, 1156, '1082-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142432, 1156, '1082-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142433, 1156, '1082-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142434, 1156, '1082-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142435, 1156, '1082-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142436, 1156, '1082-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142437, 1156, '1083-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142438, 1156, '1083-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142439, 1156, '1083-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142440, 1156, '1083-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142441, 1156, '1083-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142442, 1156, '1083-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142443, 1156, '1083-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142444, 1156, '1083-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142445, 1156, '1083-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142446, 1156, '1083-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142447, 1156, '1083-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142448, 1156, '1083-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142449, 1156, '1084-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142450, 1156, '1084-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142451, 1156, '1084-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142452, 1156, '1084-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142453, 1156, '1084-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142454, 1156, '1084-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142455, 1156, '1084-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142456, 1156, '1084-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142457, 1156, '1084-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142458, 1156, '1084-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142459, 1156, '1084-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142460, 1156, '1084-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142461, 1156, '1085-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142462, 1156, '1085-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142463, 1156, '1085-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142464, 1156, '1085-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142465, 1156, '1085-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142466, 1156, '1085-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142467, 1156, '1085-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142468, 1156, '1085-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142469, 1156, '1085-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142470, 1156, '1085-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142471, 1156, '1085-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142472, 1156, '1085-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142473, 1156, '1086-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142474, 1156, '1086-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142475, 1156, '1086-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142476, 1156, '1086-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142477, 1156, '1086-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142478, 1156, '1086-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:21', '2023-09-12 17:47:21'),
(142479, 1156, '1086-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142480, 1156, '1086-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142481, 1156, '1086-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142482, 1156, '1086-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142483, 1156, '1086-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142484, 1156, '1086-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142485, 1156, '1087-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142486, 1156, '1087-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142487, 1156, '1087-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142488, 1156, '1087-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142489, 1156, '1087-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142490, 1156, '1087-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142491, 1156, '1087-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142492, 1156, '1087-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142493, 1156, '1087-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142494, 1156, '1087-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142495, 1156, '1087-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142496, 1156, '1087-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142497, 1156, '1088-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142498, 1156, '1088-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142499, 1156, '1088-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142500, 1156, '1088-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142501, 1156, '1088-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142502, 1156, '1088-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142503, 1156, '1088-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142504, 1156, '1088-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142505, 1156, '1088-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142506, 1156, '1088-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142507, 1156, '1088-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142508, 1156, '1088-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142509, 1156, '1089-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(142510, 1156, '1089-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142511, 1156, '1089-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142512, 1156, '1089-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142513, 1156, '1089-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142514, 1156, '1089-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142515, 1156, '1089-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142516, 1156, '1089-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142517, 1156, '1089-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142518, 1156, '1089-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142519, 1156, '1089-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142520, 1156, '1089-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142521, 1156, '1090-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142522, 1156, '1090-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142523, 1156, '1090-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142524, 1156, '1090-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142525, 1156, '1090-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142526, 1156, '1090-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142527, 1156, '1090-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142528, 1156, '1090-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142529, 1156, '1090-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142530, 1156, '1090-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142531, 1156, '1090-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142532, 1156, '1090-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142533, 1156, '1091-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142534, 1156, '1091-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142535, 1156, '1091-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142536, 1156, '1091-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142537, 1156, '1091-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142538, 1156, '1091-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142539, 1156, '1091-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142540, 1156, '1091-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142541, 1156, '1091-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142542, 1156, '1091-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142543, 1156, '1091-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142544, 1156, '1091-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142545, 1156, '1092-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142546, 1156, '1092-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142547, 1156, '1092-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142548, 1156, '1092-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142549, 1156, '1092-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142550, 1156, '1092-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142551, 1156, '1092-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142552, 1156, '1092-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142553, 1156, '1092-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142554, 1156, '1092-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142555, 1156, '1092-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142556, 1156, '1092-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142557, 1156, '1093-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142558, 1156, '1093-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142559, 1156, '1093-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142560, 1156, '1093-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142561, 1156, '1093-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142562, 1156, '1093-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142563, 1156, '1093-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142564, 1156, '1093-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142565, 1156, '1093-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142566, 1156, '1093-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142567, 1156, '1093-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142568, 1156, '1093-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142569, 1156, '1094-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142570, 1156, '1094-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142571, 1156, '1094-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142572, 1156, '1094-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142573, 1156, '1094-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142574, 1156, '1094-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142575, 1156, '1094-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142576, 1156, '1094-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142577, 1156, '1094-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142578, 1156, '1094-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142579, 1156, '1094-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142580, 1156, '1094-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142581, 1156, '1095-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142582, 1156, '1095-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142583, 1156, '1095-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142584, 1156, '1095-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142585, 1156, '1095-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142586, 1156, '1095-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142587, 1156, '1095-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142588, 1156, '1095-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142589, 1156, '1095-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142590, 1156, '1095-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142591, 1156, '1095-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142592, 1156, '1095-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142593, 1156, '1096-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142594, 1156, '1096-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142595, 1156, '1096-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142596, 1156, '1096-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142597, 1156, '1096-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142598, 1156, '1096-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142599, 1156, '1096-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142600, 1156, '1096-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142601, 1156, '1096-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142602, 1156, '1096-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142603, 1156, '1096-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142604, 1156, '1096-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142605, 1156, '1097-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142606, 1156, '1097-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142607, 1156, '1097-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142608, 1156, '1097-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142609, 1156, '1097-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142610, 1156, '1097-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142611, 1156, '1097-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142612, 1156, '1097-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142613, 1156, '1097-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142614, 1156, '1097-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142615, 1156, '1097-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142616, 1156, '1097-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142617, 1156, '1098-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142618, 1156, '1098-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142619, 1156, '1098-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142620, 1156, '1098-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142621, 1156, '1098-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142622, 1156, '1098-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142623, 1156, '1098-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142624, 1156, '1098-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142625, 1156, '1098-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142626, 1156, '1098-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142627, 1156, '1098-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142628, 1156, '1098-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142629, 1156, '1099-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142630, 1156, '1099-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142631, 1156, '1099-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142632, 1156, '1099-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142633, 1156, '1099-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142634, 1156, '1099-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142635, 1156, '1099-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142636, 1156, '1099-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142637, 1156, '1099-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142638, 1156, '1099-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142639, 1156, '1099-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142640, 1156, '1099-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142641, 1156, '1100-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142642, 1156, '1100-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142643, 1156, '1100-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142644, 1156, '1100-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142645, 1156, '1100-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142646, 1156, '1100-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142647, 1156, '1100-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142648, 1156, '1100-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142649, 1156, '1100-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142650, 1156, '1100-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142651, 1156, '1100-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142652, 1156, '1100-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142653, 1156, '1101-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142654, 1156, '1101-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142655, 1156, '1101-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142656, 1156, '1101-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142657, 1156, '1101-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142658, 1156, '1101-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142659, 1156, '1101-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142660, 1156, '1101-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142661, 1156, '1101-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142662, 1156, '1101-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142663, 1156, '1101-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142664, 1156, '1101-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142665, 1156, '1102-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142666, 1156, '1102-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142667, 1156, '1102-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142668, 1156, '1102-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142669, 1156, '1102-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142670, 1156, '1102-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142671, 1156, '1102-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142672, 1156, '1102-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142673, 1156, '1102-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142674, 1156, '1102-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142675, 1156, '1102-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142676, 1156, '1102-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142677, 1156, '1103-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142678, 1156, '1103-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142679, 1156, '1103-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142680, 1156, '1103-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142681, 1156, '1103-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142682, 1156, '1103-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142683, 1156, '1103-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142684, 1156, '1103-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142685, 1156, '1103-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142686, 1156, '1103-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142687, 1156, '1103-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142688, 1156, '1103-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142689, 1156, '1104-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142690, 1156, '1104-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142691, 1156, '1104-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142692, 1156, '1104-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142693, 1156, '1104-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142694, 1156, '1104-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142695, 1156, '1104-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142696, 1156, '1104-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142697, 1156, '1104-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142698, 1156, '1104-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142699, 1156, '1104-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142700, 1156, '1104-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142701, 1156, '1105-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142702, 1156, '1105-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142703, 1156, '1105-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142704, 1156, '1105-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142705, 1156, '1105-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142706, 1156, '1105-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142707, 1156, '1105-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142708, 1156, '1105-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142709, 1156, '1105-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142710, 1156, '1105-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142711, 1156, '1105-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142712, 1156, '1105-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142713, 1156, '1106-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142714, 1156, '1106-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142715, 1156, '1106-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142716, 1156, '1106-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142717, 1156, '1106-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142718, 1156, '1106-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142719, 1156, '1106-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142720, 1156, '1106-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142721, 1156, '1106-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142722, 1156, '1106-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142723, 1156, '1106-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142724, 1156, '1106-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142725, 1156, '1107-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142726, 1156, '1107-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142727, 1156, '1107-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142728, 1156, '1107-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142729, 1156, '1107-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142730, 1156, '1107-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142731, 1156, '1107-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142732, 1156, '1107-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142733, 1156, '1107-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142734, 1156, '1107-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142735, 1156, '1107-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142736, 1156, '1107-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142737, 1156, '1108-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142738, 1156, '1108-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142739, 1156, '1108-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142740, 1156, '1108-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142741, 1156, '1108-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142742, 1156, '1108-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142743, 1156, '1108-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142744, 1156, '1108-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142745, 1156, '1108-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142746, 1156, '1108-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142747, 1156, '1108-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142748, 1156, '1108-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142749, 1156, '1109-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142750, 1156, '1109-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142751, 1156, '1109-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142752, 1156, '1109-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142753, 1156, '1109-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142754, 1156, '1109-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142755, 1156, '1109-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142756, 1156, '1109-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142757, 1156, '1109-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142758, 1156, '1109-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142759, 1156, '1109-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142760, 1156, '1109-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142761, 1156, '1110-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142762, 1156, '1110-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142763, 1156, '1110-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142764, 1156, '1110-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142765, 1156, '1110-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142766, 1156, '1110-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142767, 1156, '1110-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142768, 1156, '1110-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142769, 1156, '1110-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142770, 1156, '1110-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142771, 1156, '1110-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142772, 1156, '1110-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142773, 1156, '1111-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142774, 1156, '1111-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142775, 1156, '1111-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142776, 1156, '1111-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142777, 1156, '1111-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142778, 1156, '1111-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142779, 1156, '1111-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142780, 1156, '1111-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142781, 1156, '1111-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142782, 1156, '1111-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142783, 1156, '1111-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142784, 1156, '1111-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142785, 1156, '1112-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142786, 1156, '1112-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142787, 1156, '1112-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142788, 1156, '1112-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142789, 1156, '1112-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142790, 1156, '1112-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142791, 1156, '1112-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142792, 1156, '1112-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142793, 1156, '1112-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142794, 1156, '1112-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142795, 1156, '1112-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142796, 1156, '1112-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142797, 1156, '1113-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142798, 1156, '1113-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142799, 1156, '1113-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142800, 1156, '1113-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142801, 1156, '1113-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142802, 1156, '1113-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142803, 1156, '1113-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142804, 1156, '1113-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142805, 1156, '1113-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142806, 1156, '1113-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142807, 1156, '1113-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142808, 1156, '1113-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142809, 1156, '1114-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142810, 1156, '1114-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142811, 1156, '1114-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142812, 1156, '1114-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142813, 1156, '1114-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142814, 1156, '1114-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142815, 1156, '1114-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142816, 1156, '1114-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142817, 1156, '1114-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142818, 1156, '1114-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142819, 1156, '1114-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142820, 1156, '1114-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142821, 1156, '1115-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142822, 1156, '1115-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142823, 1156, '1115-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142824, 1156, '1115-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142825, 1156, '1115-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142826, 1156, '1115-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142827, 1156, '1115-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142828, 1156, '1115-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142829, 1156, '1115-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142830, 1156, '1115-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142831, 1156, '1115-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142832, 1156, '1115-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142833, 1156, '1116-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142834, 1156, '1116-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142835, 1156, '1116-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142836, 1156, '1116-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142837, 1156, '1116-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142838, 1156, '1116-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142839, 1156, '1116-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142840, 1156, '1116-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142841, 1156, '1116-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142842, 1156, '1116-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142843, 1156, '1116-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142844, 1156, '1116-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142845, 1156, '1117-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142846, 1156, '1117-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142847, 1156, '1117-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142848, 1156, '1117-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142849, 1156, '1117-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142850, 1156, '1117-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142851, 1156, '1117-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142852, 1156, '1117-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142853, 1156, '1117-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142854, 1156, '1117-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142855, 1156, '1117-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142856, 1156, '1117-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142857, 1156, '1118-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142858, 1156, '1118-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142859, 1156, '1118-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142860, 1156, '1118-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142861, 1156, '1118-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142862, 1156, '1118-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142863, 1156, '1118-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:22', '2023-09-12 17:47:22'),
(142864, 1156, '1118-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(142865, 1156, '1118-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(142866, 1156, '1118-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(142867, 1156, '1118-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(142868, 1156, '1118-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(142869, 1156, '1119-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(142870, 1156, '1119-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(142871, 1156, '1119-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(142872, 1156, '1119-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(142873, 1156, '1119-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(142874, 1156, '1119-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(142875, 1156, '1119-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(142876, 1156, '1119-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(142877, 1156, '1119-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(142878, 1156, '1119-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(142879, 1156, '1119-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(142880, 1156, '1119-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(142881, 1156, '1120-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(142882, 1156, '1120-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(142883, 1156, '1120-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(142884, 1156, '1120-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(142885, 1156, '1120-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(142886, 1156, '1120-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(142887, 1156, '1120-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(142888, 1156, '1120-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(142889, 1156, '1120-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(142890, 1156, '1120-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(142891, 1156, '1120-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(142892, 1156, '1120-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(142893, 1156, '1121-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(142894, 1156, '1121-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(142895, 1156, '1121-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(142896, 1156, '1121-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(142897, 1156, '1121-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(142898, 1156, '1121-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(142899, 1156, '1121-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(142900, 1156, '1121-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(142901, 1156, '1121-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(142902, 1156, '1121-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(142903, 1156, '1121-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(142904, 1156, '1121-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(142905, 1156, '1122-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(142906, 1156, '1122-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(142907, 1156, '1122-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(142908, 1156, '1122-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(142909, 1156, '1122-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(142910, 1156, '1122-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(142911, 1156, '1122-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(142912, 1156, '1122-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(142913, 1156, '1122-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(142914, 1156, '1122-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(142915, 1156, '1122-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(142916, 1156, '1122-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(142917, 1156, '1123-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(142918, 1156, '1123-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(142919, 1156, '1123-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(142920, 1156, '1123-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(142921, 1156, '1123-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(142922, 1156, '1123-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(142923, 1156, '1123-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(142924, 1156, '1123-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(142925, 1156, '1123-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(142926, 1156, '1123-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(142927, 1156, '1123-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(142928, 1156, '1123-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(142929, 1156, '1124-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(142930, 1156, '1124-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(142931, 1156, '1124-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(142932, 1156, '1124-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(142933, 1156, '1124-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(142934, 1156, '1124-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(142935, 1156, '1124-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(142936, 1156, '1124-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(142937, 1156, '1124-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(142938, 1156, '1124-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(142939, 1156, '1124-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(142940, 1156, '1124-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(142941, 1156, '1125-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(142942, 1156, '1125-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(142943, 1156, '1125-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(142944, 1156, '1125-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(142945, 1156, '1125-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(142946, 1156, '1125-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(142947, 1156, '1125-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(142948, 1156, '1125-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(142949, 1156, '1125-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(142950, 1156, '1125-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(142951, 1156, '1125-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(142952, 1156, '1125-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(142953, 1156, '1126-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(142954, 1156, '1126-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(142955, 1156, '1126-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(142956, 1156, '1126-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(142957, 1156, '1126-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(142958, 1156, '1126-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(142959, 1156, '1126-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(142960, 1156, '1126-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(142961, 1156, '1126-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(142962, 1156, '1126-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(142963, 1156, '1126-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(142964, 1156, '1126-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(142965, 1156, '1127-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(142966, 1156, '1127-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(142967, 1156, '1127-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(142968, 1156, '1127-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(142969, 1156, '1127-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(142970, 1156, '1127-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(142971, 1156, '1127-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(142972, 1156, '1127-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(142973, 1156, '1127-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(142974, 1156, '1127-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(142975, 1156, '1127-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(142976, 1156, '1127-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(142977, 1156, '1128-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(142978, 1156, '1128-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(142979, 1156, '1128-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(142980, 1156, '1128-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(142981, 1156, '1128-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(142982, 1156, '1128-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(142983, 1156, '1128-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(142984, 1156, '1128-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(142985, 1156, '1128-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(142986, 1156, '1128-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(142987, 1156, '1128-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(142988, 1156, '1128-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(142989, 1156, '1129-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(142990, 1156, '1129-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(142991, 1156, '1129-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(142992, 1156, '1129-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(142993, 1156, '1129-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(142994, 1156, '1129-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(142995, 1156, '1129-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(142996, 1156, '1129-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(142997, 1156, '1129-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(142998, 1156, '1129-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(142999, 1156, '1129-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(143000, 1156, '1129-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(143001, 1156, '1130-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(143002, 1156, '1130-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(143003, 1156, '1130-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(143004, 1156, '1130-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(143005, 1156, '1130-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(143006, 1156, '1130-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(143007, 1156, '1130-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(143008, 1156, '1130-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(143009, 1156, '1130-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(143010, 1156, '1130-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(143011, 1156, '1130-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(143012, 1156, '1130-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(143013, 1156, '1131-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(143014, 1156, '1131-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(143015, 1156, '1131-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(143016, 1156, '1131-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(143017, 1156, '1131-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(143018, 1156, '1131-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(143019, 1156, '1131-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(143020, 1156, '1131-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(143021, 1156, '1131-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(143022, 1156, '1131-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(143023, 1156, '1131-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(143024, 1156, '1131-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(143025, 1156, '1132-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(143026, 1156, '1132-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(143027, 1156, '1132-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(143028, 1156, '1132-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(143029, 1156, '1132-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(143030, 1156, '1132-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(143031, 1156, '1132-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(143032, 1156, '1132-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(143033, 1156, '1132-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(143034, 1156, '1132-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(143035, 1156, '1132-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(143036, 1156, '1132-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(143037, 1156, '1133-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(143038, 1156, '1133-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(143039, 1156, '1133-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(143040, 1156, '1133-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(143041, 1156, '1133-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(143042, 1156, '1133-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(143043, 1156, '1133-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(143044, 1156, '1133-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(143045, 1156, '1133-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(143046, 1156, '1133-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(143047, 1156, '1133-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(143048, 1156, '1133-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(143049, 1156, '1134-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(143050, 1156, '1134-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(143051, 1156, '1134-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(143052, 1156, '1134-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(143053, 1156, '1134-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(143054, 1156, '1134-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(143055, 1156, '1134-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(143056, 1156, '1134-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(143057, 1156, '1134-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(143058, 1156, '1134-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(143059, 1156, '1134-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(143060, 1156, '1134-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(143061, 1156, '1135-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(143062, 1156, '1135-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(143063, 1156, '1135-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(143064, 1156, '1135-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(143065, 1156, '1135-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(143066, 1156, '1135-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(143067, 1156, '1135-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(143068, 1156, '1135-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(143069, 1156, '1135-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(143070, 1156, '1135-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(143071, 1156, '1135-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(143072, 1156, '1135-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(143073, 1156, '1136-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(143074, 1156, '1136-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(143075, 1156, '1136-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(143076, 1156, '1136-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(143077, 1156, '1136-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(143078, 1156, '1136-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(143079, 1156, '1136-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(143080, 1156, '1136-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(143081, 1156, '1136-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(143082, 1156, '1136-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(143083, 1156, '1136-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(143084, 1156, '1136-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(143085, 1156, '1137-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(143086, 1156, '1137-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(143087, 1156, '1137-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(143088, 1156, '1137-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(143089, 1156, '1137-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(143090, 1156, '1137-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(143091, 1156, '1137-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(143092, 1156, '1137-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(143093, 1156, '1137-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(143094, 1156, '1137-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(143095, 1156, '1137-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(143096, 1156, '1137-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(143097, 1156, '1138-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(143098, 1156, '1138-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(143099, 1156, '1138-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(143100, 1156, '1138-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(143101, 1156, '1138-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(143102, 1156, '1138-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(143103, 1156, '1138-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(143104, 1156, '1138-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(143105, 1156, '1138-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(143106, 1156, '1138-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(143107, 1156, '1138-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(143108, 1156, '1138-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(143109, 1156, '1139-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(143110, 1156, '1139-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(143111, 1156, '1139-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(143112, 1156, '1139-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(143113, 1156, '1139-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(143114, 1156, '1139-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(143115, 1156, '1139-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(143116, 1156, '1139-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(143117, 1156, '1139-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(143118, 1156, '1139-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(143119, 1156, '1139-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(143120, 1156, '1139-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(143121, 1156, '1140-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(143122, 1156, '1140-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(143123, 1156, '1140-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(143124, 1156, '1140-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(143125, 1156, '1140-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(143126, 1156, '1140-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(143127, 1156, '1140-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(143128, 1156, '1140-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(143129, 1156, '1140-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(143130, 1156, '1140-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(143131, 1156, '1140-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(143132, 1156, '1140-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(143133, 1156, '1141-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(143134, 1156, '1141-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(143135, 1156, '1141-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(143136, 1156, '1141-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(143137, 1156, '1141-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(143138, 1156, '1141-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(143139, 1156, '1141-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(143140, 1156, '1141-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(143141, 1156, '1141-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(143142, 1156, '1141-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(143143, 1156, '1141-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(143144, 1156, '1141-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(143145, 1156, '1142-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(143146, 1156, '1142-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(143147, 1156, '1142-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(143148, 1156, '1142-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(143149, 1156, '1142-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(143150, 1156, '1142-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(143151, 1156, '1142-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(143152, 1156, '1142-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(143153, 1156, '1142-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(143154, 1156, '1142-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(143155, 1156, '1142-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(143156, 1156, '1142-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(143157, 1156, '1143-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(143158, 1156, '1143-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(143159, 1156, '1143-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(143160, 1156, '1143-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(143161, 1156, '1143-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(143162, 1156, '1143-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(143163, 1156, '1143-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(143164, 1156, '1143-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(143165, 1156, '1143-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(143166, 1156, '1143-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(143167, 1156, '1143-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(143168, 1156, '1143-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(143169, 1156, '1144-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(143170, 1156, '1144-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(143171, 1156, '1144-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(143172, 1156, '1144-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(143173, 1156, '1144-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(143174, 1156, '1144-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(143175, 1156, '1144-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(143176, 1156, '1144-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(143177, 1156, '1144-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(143178, 1156, '1144-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(143179, 1156, '1144-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(143180, 1156, '1144-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(143181, 1156, '1145-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(143182, 1156, '1145-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(143183, 1156, '1145-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(143184, 1156, '1145-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(143185, 1156, '1145-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(143186, 1156, '1145-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(143187, 1156, '1145-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(143188, 1156, '1145-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(143189, 1156, '1145-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(143190, 1156, '1145-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(143191, 1156, '1145-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(143192, 1156, '1145-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(143193, 1156, '1146-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(143194, 1156, '1146-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(143195, 1156, '1146-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(143196, 1156, '1146-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(143197, 1156, '1146-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(143198, 1156, '1146-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(143199, 1156, '1146-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(143200, 1156, '1146-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(143201, 1156, '1146-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(143202, 1156, '1146-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(143203, 1156, '1146-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(143204, 1156, '1146-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(143205, 1156, '1147-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(143206, 1156, '1147-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(143207, 1156, '1147-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(143208, 1156, '1147-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(143209, 1156, '1147-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(143210, 1156, '1147-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(143211, 1156, '1147-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(143212, 1156, '1147-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(143213, 1156, '1147-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(143214, 1156, '1147-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(143215, 1156, '1147-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(143216, 1156, '1147-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(143217, 1156, '1148-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(143218, 1156, '1148-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(143219, 1156, '1148-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(143220, 1156, '1148-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(143221, 1156, '1148-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(143222, 1156, '1148-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(143223, 1156, '1148-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(143224, 1156, '1148-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(143225, 1156, '1148-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(143226, 1156, '1148-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(143227, 1156, '1148-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(143228, 1156, '1148-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(143229, 1156, '1149-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(143230, 1156, '1149-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(143231, 1156, '1149-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(143232, 1156, '1149-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(143233, 1156, '1149-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:23', '2023-09-12 17:47:23'),
(143234, 1156, '1149-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143235, 1156, '1149-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143236, 1156, '1149-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143237, 1156, '1149-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143238, 1156, '1149-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143239, 1156, '1149-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143240, 1156, '1149-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143241, 1156, '1150-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143242, 1156, '1150-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143243, 1156, '1150-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143244, 1156, '1150-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143245, 1156, '1150-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143246, 1156, '1150-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143247, 1156, '1150-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143248, 1156, '1150-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143249, 1156, '1150-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143250, 1156, '1150-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143251, 1156, '1150-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143252, 1156, '1150-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143253, 1156, '1151-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143254, 1156, '1151-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143255, 1156, '1151-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143256, 1156, '1151-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143257, 1156, '1151-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143258, 1156, '1151-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143259, 1156, '1151-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143260, 1156, '1151-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143261, 1156, '1151-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143262, 1156, '1151-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143263, 1156, '1151-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143264, 1156, '1151-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143265, 1156, '1152-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143266, 1156, '1152-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143267, 1156, '1152-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143268, 1156, '1152-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143269, 1156, '1152-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143270, 1156, '1152-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143271, 1156, '1152-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143272, 1156, '1152-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143273, 1156, '1152-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143274, 1156, '1152-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143275, 1156, '1152-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143276, 1156, '1152-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143277, 1156, '1153-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143278, 1156, '1153-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143279, 1156, '1153-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143280, 1156, '1153-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143281, 1156, '1153-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143282, 1156, '1153-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143283, 1156, '1153-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143284, 1156, '1153-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143285, 1156, '1153-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143286, 1156, '1153-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143287, 1156, '1153-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143288, 1156, '1153-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143289, 1156, '1154-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143290, 1156, '1154-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143291, 1156, '1154-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143292, 1156, '1154-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143293, 1156, '1154-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143294, 1156, '1154-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143295, 1156, '1154-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143296, 1156, '1154-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143297, 1156, '1154-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143298, 1156, '1154-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143299, 1156, '1154-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143300, 1156, '1154-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143301, 1156, '1155-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143302, 1156, '1155-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143303, 1156, '1155-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143304, 1156, '1155-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143305, 1156, '1155-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143306, 1156, '1155-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143307, 1156, '1155-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143308, 1156, '1155-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143309, 1156, '1155-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143310, 1156, '1155-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143311, 1156, '1155-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143312, 1156, '1155-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143313, 1156, '1156-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143314, 1156, '1156-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143315, 1156, '1156-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143316, 1156, '1156-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143317, 1156, '1156-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143318, 1156, '1156-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143319, 1156, '1156-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143320, 1156, '1156-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143321, 1156, '1156-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143322, 1156, '1156-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143323, 1156, '1156-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143324, 1156, '1156-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143325, 1156, '1157-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143326, 1156, '1157-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143327, 1156, '1157-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143328, 1156, '1157-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143329, 1156, '1157-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143330, 1156, '1157-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143331, 1156, '1157-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143332, 1156, '1157-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143333, 1156, '1157-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143334, 1156, '1157-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143335, 1156, '1157-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143336, 1156, '1157-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143337, 1156, '1158-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143338, 1156, '1158-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143339, 1156, '1158-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143340, 1156, '1158-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143341, 1156, '1158-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143342, 1156, '1158-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143343, 1156, '1158-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143344, 1156, '1158-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143345, 1156, '1158-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143346, 1156, '1158-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143347, 1156, '1158-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143348, 1156, '1158-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143349, 1156, '1159-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143350, 1156, '1159-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143351, 1156, '1159-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143352, 1156, '1159-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143353, 1156, '1159-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143354, 1156, '1159-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143355, 1156, '1159-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143356, 1156, '1159-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143357, 1156, '1159-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143358, 1156, '1159-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143359, 1156, '1159-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143360, 1156, '1159-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143361, 1156, '1160-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143362, 1156, '1160-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143363, 1156, '1160-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143364, 1156, '1160-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143365, 1156, '1160-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143366, 1156, '1160-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143367, 1156, '1160-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143368, 1156, '1160-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143369, 1156, '1160-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143370, 1156, '1160-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143371, 1156, '1160-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143372, 1156, '1160-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143373, 1156, '1161-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143374, 1156, '1161-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143375, 1156, '1161-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143376, 1156, '1161-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143377, 1156, '1161-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143378, 1156, '1161-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143379, 1156, '1161-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143380, 1156, '1161-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143381, 1156, '1161-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143382, 1156, '1161-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143383, 1156, '1161-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143384, 1156, '1161-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143385, 1156, '1162-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143386, 1156, '1162-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143387, 1156, '1162-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143388, 1156, '1162-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143389, 1156, '1162-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143390, 1156, '1162-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143391, 1156, '1162-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143392, 1156, '1162-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143393, 1156, '1162-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143394, 1156, '1162-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143395, 1156, '1162-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143396, 1156, '1162-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143397, 1156, '1163-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143398, 1156, '1163-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143399, 1156, '1163-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143400, 1156, '1163-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143401, 1156, '1163-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143402, 1156, '1163-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143403, 1156, '1163-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143404, 1156, '1163-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143405, 1156, '1163-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143406, 1156, '1163-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143407, 1156, '1163-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143408, 1156, '1163-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143409, 1156, '1164-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143410, 1156, '1164-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143411, 1156, '1164-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143412, 1156, '1164-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143413, 1156, '1164-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143414, 1156, '1164-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143415, 1156, '1164-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143416, 1156, '1164-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143417, 1156, '1164-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143418, 1156, '1164-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143419, 1156, '1164-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143420, 1156, '1164-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143421, 1156, '1165-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(143422, 1156, '1165-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143423, 1156, '1165-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143424, 1156, '1165-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143425, 1156, '1165-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143426, 1156, '1165-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143427, 1156, '1165-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143428, 1156, '1165-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143429, 1156, '1165-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143430, 1156, '1165-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143431, 1156, '1165-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143432, 1156, '1165-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143433, 1156, '1166-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143434, 1156, '1166-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143435, 1156, '1166-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143436, 1156, '1166-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143437, 1156, '1166-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143438, 1156, '1166-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143439, 1156, '1166-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143440, 1156, '1166-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143441, 1156, '1166-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143442, 1156, '1166-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143443, 1156, '1166-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143444, 1156, '1166-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143445, 1156, '1167-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143446, 1156, '1167-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143447, 1156, '1167-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143448, 1156, '1167-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143449, 1156, '1167-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143450, 1156, '1167-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143451, 1156, '1167-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143452, 1156, '1167-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143453, 1156, '1167-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143454, 1156, '1167-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143455, 1156, '1167-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143456, 1156, '1167-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143457, 1156, '1168-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143458, 1156, '1168-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143459, 1156, '1168-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143460, 1156, '1168-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143461, 1156, '1168-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143462, 1156, '1168-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143463, 1156, '1168-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143464, 1156, '1168-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143465, 1156, '1168-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143466, 1156, '1168-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143467, 1156, '1168-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143468, 1156, '1168-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143469, 1156, '1169-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143470, 1156, '1169-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143471, 1156, '1169-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143472, 1156, '1169-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143473, 1156, '1169-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143474, 1156, '1169-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143475, 1156, '1169-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143476, 1156, '1169-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143477, 1156, '1169-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143478, 1156, '1169-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143479, 1156, '1169-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143480, 1156, '1169-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143481, 1156, '1170-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143482, 1156, '1170-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143483, 1156, '1170-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143484, 1156, '1170-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143485, 1156, '1170-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143486, 1156, '1170-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143487, 1156, '1170-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143488, 1156, '1170-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143489, 1156, '1170-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143490, 1156, '1170-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143491, 1156, '1170-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143492, 1156, '1170-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143493, 1156, '1171-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143494, 1156, '1171-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143495, 1156, '1171-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143496, 1156, '1171-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143497, 1156, '1171-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143498, 1156, '1171-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143499, 1156, '1171-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143500, 1156, '1171-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143501, 1156, '1171-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143502, 1156, '1171-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143503, 1156, '1171-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143504, 1156, '1171-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143505, 1156, '1172-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143506, 1156, '1172-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143507, 1156, '1172-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143508, 1156, '1172-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143509, 1156, '1172-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143510, 1156, '1172-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143511, 1156, '1172-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143512, 1156, '1172-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143513, 1156, '1172-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143514, 1156, '1172-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143515, 1156, '1172-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143516, 1156, '1172-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143517, 1156, '1173-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143518, 1156, '1173-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143519, 1156, '1173-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143520, 1156, '1173-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143521, 1156, '1173-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143522, 1156, '1173-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143523, 1156, '1173-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143524, 1156, '1173-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143525, 1156, '1173-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143526, 1156, '1173-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143527, 1156, '1173-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143528, 1156, '1173-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143529, 1156, '1174-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143530, 1156, '1174-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143531, 1156, '1174-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143532, 1156, '1174-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143533, 1156, '1174-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143534, 1156, '1174-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143535, 1156, '1174-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143536, 1156, '1174-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143537, 1156, '1174-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143538, 1156, '1174-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143539, 1156, '1174-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143540, 1156, '1174-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143541, 1156, '1175-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143542, 1156, '1175-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143543, 1156, '1175-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143544, 1156, '1175-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143545, 1156, '1175-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143546, 1156, '1175-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143547, 1156, '1175-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143548, 1156, '1175-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143549, 1156, '1175-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143550, 1156, '1175-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143551, 1156, '1175-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143552, 1156, '1175-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143553, 1156, '1176-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143554, 1156, '1176-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143555, 1156, '1176-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143556, 1156, '1176-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143557, 1156, '1176-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143558, 1156, '1176-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143559, 1156, '1176-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143560, 1156, '1176-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143561, 1156, '1176-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143562, 1156, '1176-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143563, 1156, '1176-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143564, 1156, '1176-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143565, 1156, '1177-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143566, 1156, '1177-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143567, 1156, '1177-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143568, 1156, '1177-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143569, 1156, '1177-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143570, 1156, '1177-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143571, 1156, '1177-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143572, 1156, '1177-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143573, 1156, '1177-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143574, 1156, '1177-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143575, 1156, '1177-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143576, 1156, '1177-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143577, 1156, '1178-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143578, 1156, '1178-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143579, 1156, '1178-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143580, 1156, '1178-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143581, 1156, '1178-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143582, 1156, '1178-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143583, 1156, '1178-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143584, 1156, '1178-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143585, 1156, '1178-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143586, 1156, '1178-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143587, 1156, '1178-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143588, 1156, '1178-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143589, 1156, '1179-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:24', '2023-09-12 17:47:24'),
(143590, 1156, '1179-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143591, 1156, '1179-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143592, 1156, '1179-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143593, 1156, '1179-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143594, 1156, '1179-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143595, 1156, '1179-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143596, 1156, '1179-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143597, 1156, '1179-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143598, 1156, '1179-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143599, 1156, '1179-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143600, 1156, '1179-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143601, 1156, '1180-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143602, 1156, '1180-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143603, 1156, '1180-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143604, 1156, '1180-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143605, 1156, '1180-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143606, 1156, '1180-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143607, 1156, '1180-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143608, 1156, '1180-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143609, 1156, '1180-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143610, 1156, '1180-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143611, 1156, '1180-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143612, 1156, '1180-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143613, 1156, '1181-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143614, 1156, '1181-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143615, 1156, '1181-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143616, 1156, '1181-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143617, 1156, '1181-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143618, 1156, '1181-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143619, 1156, '1181-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143620, 1156, '1181-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143621, 1156, '1181-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143622, 1156, '1181-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143623, 1156, '1181-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143624, 1156, '1181-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143625, 1156, '1182-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143626, 1156, '1182-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143627, 1156, '1182-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143628, 1156, '1182-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143629, 1156, '1182-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143630, 1156, '1182-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143631, 1156, '1182-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143632, 1156, '1182-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143633, 1156, '1182-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143634, 1156, '1182-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143635, 1156, '1182-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143636, 1156, '1182-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143637, 1156, '1183-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143638, 1156, '1183-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143639, 1156, '1183-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143640, 1156, '1183-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143641, 1156, '1183-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143642, 1156, '1183-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143643, 1156, '1183-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143644, 1156, '1183-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143645, 1156, '1183-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143646, 1156, '1183-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143647, 1156, '1183-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143648, 1156, '1183-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143649, 1156, '1184-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143650, 1156, '1184-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143651, 1156, '1184-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143652, 1156, '1184-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143653, 1156, '1184-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143654, 1156, '1184-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143655, 1156, '1184-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143656, 1156, '1184-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143657, 1156, '1184-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143658, 1156, '1184-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143659, 1156, '1184-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143660, 1156, '1184-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143661, 1156, '1185-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143662, 1156, '1185-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143663, 1156, '1185-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143664, 1156, '1185-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143665, 1156, '1185-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143666, 1156, '1185-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143667, 1156, '1185-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143668, 1156, '1185-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143669, 1156, '1185-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143670, 1156, '1185-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143671, 1156, '1185-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143672, 1156, '1185-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143673, 1156, '1186-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143674, 1156, '1186-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143675, 1156, '1186-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143676, 1156, '1186-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143677, 1156, '1186-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143678, 1156, '1186-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143679, 1156, '1186-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143680, 1156, '1186-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143681, 1156, '1186-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143682, 1156, '1186-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143683, 1156, '1186-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143684, 1156, '1186-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143685, 1156, '1187-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143686, 1156, '1187-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143687, 1156, '1187-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143688, 1156, '1187-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143689, 1156, '1187-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143690, 1156, '1187-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143691, 1156, '1187-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143692, 1156, '1187-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143693, 1156, '1187-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143694, 1156, '1187-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143695, 1156, '1187-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143696, 1156, '1187-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143697, 1156, '1188-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143698, 1156, '1188-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143699, 1156, '1188-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143700, 1156, '1188-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143701, 1156, '1188-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143702, 1156, '1188-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143703, 1156, '1188-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143704, 1156, '1188-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143705, 1156, '1188-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143706, 1156, '1188-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143707, 1156, '1188-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143708, 1156, '1188-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143709, 1156, '1189-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143710, 1156, '1189-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143711, 1156, '1189-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143712, 1156, '1189-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143713, 1156, '1189-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143714, 1156, '1189-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143715, 1156, '1189-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143716, 1156, '1189-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143717, 1156, '1189-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143718, 1156, '1189-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143719, 1156, '1189-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143720, 1156, '1189-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143721, 1156, '1190-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143722, 1156, '1190-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143723, 1156, '1190-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143724, 1156, '1190-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143725, 1156, '1190-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143726, 1156, '1190-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143727, 1156, '1190-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143728, 1156, '1190-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143729, 1156, '1190-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143730, 1156, '1190-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143731, 1156, '1190-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143732, 1156, '1190-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143733, 1156, '1191-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143734, 1156, '1191-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143735, 1156, '1191-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143736, 1156, '1191-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143737, 1156, '1191-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143738, 1156, '1191-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143739, 1156, '1191-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143740, 1156, '1191-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143741, 1156, '1191-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143742, 1156, '1191-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143743, 1156, '1191-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143744, 1156, '1191-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143745, 1156, '1192-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143746, 1156, '1192-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143747, 1156, '1192-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143748, 1156, '1192-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143749, 1156, '1192-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143750, 1156, '1192-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143751, 1156, '1192-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143752, 1156, '1192-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143753, 1156, '1192-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143754, 1156, '1192-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143755, 1156, '1192-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143756, 1156, '1192-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143757, 1156, '1193-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143758, 1156, '1193-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143759, 1156, '1193-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143760, 1156, '1193-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143761, 1156, '1193-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143762, 1156, '1193-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143763, 1156, '1193-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143764, 1156, '1193-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143765, 1156, '1193-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143766, 1156, '1193-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143767, 1156, '1193-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143768, 1156, '1193-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143769, 1156, '1194-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143770, 1156, '1194-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143771, 1156, '1194-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143772, 1156, '1194-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143773, 1156, '1194-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143774, 1156, '1194-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143775, 1156, '1194-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143776, 1156, '1194-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143777, 1156, '1194-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143778, 1156, '1194-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143779, 1156, '1194-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143780, 1156, '1194-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143781, 1156, '1195-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143782, 1156, '1195-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143783, 1156, '1195-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143784, 1156, '1195-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143785, 1156, '1195-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143786, 1156, '1195-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143787, 1156, '1195-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143788, 1156, '1195-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143789, 1156, '1195-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143790, 1156, '1195-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143791, 1156, '1195-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143792, 1156, '1195-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143793, 1156, '1196-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143794, 1156, '1196-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143795, 1156, '1196-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143796, 1156, '1196-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143797, 1156, '1196-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143798, 1156, '1196-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143799, 1156, '1196-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143800, 1156, '1196-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143801, 1156, '1196-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143802, 1156, '1196-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143803, 1156, '1196-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143804, 1156, '1196-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143805, 1156, '1197-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143806, 1156, '1197-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143807, 1156, '1197-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143808, 1156, '1197-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143809, 1156, '1197-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143810, 1156, '1197-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143811, 1156, '1197-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143812, 1156, '1197-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143813, 1156, '1197-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143814, 1156, '1197-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143815, 1156, '1197-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143816, 1156, '1197-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143817, 1156, '1198-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143818, 1156, '1198-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143819, 1156, '1198-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143820, 1156, '1198-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143821, 1156, '1198-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143822, 1156, '1198-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143823, 1156, '1198-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143824, 1156, '1198-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143825, 1156, '1198-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143826, 1156, '1198-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143827, 1156, '1198-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143828, 1156, '1198-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143829, 1156, '1199-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143830, 1156, '1199-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143831, 1156, '1199-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143832, 1156, '1199-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143833, 1156, '1199-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143834, 1156, '1199-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143835, 1156, '1199-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143836, 1156, '1199-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143837, 1156, '1199-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143838, 1156, '1199-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143839, 1156, '1199-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143840, 1156, '1199-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143841, 1156, '1200-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143842, 1156, '1200-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143843, 1156, '1200-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143844, 1156, '1200-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143845, 1156, '1200-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143846, 1156, '1200-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143847, 1156, '1200-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143848, 1156, '1200-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143849, 1156, '1200-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143850, 1156, '1200-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143851, 1156, '1200-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143852, 1156, '1200-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143853, 1156, '1201-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143854, 1156, '1201-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143855, 1156, '1201-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143856, 1156, '1201-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143857, 1156, '1201-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143858, 1156, '1201-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143859, 1156, '1201-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143860, 1156, '1201-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143861, 1156, '1201-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143862, 1156, '1201-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143863, 1156, '1201-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143864, 1156, '1201-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143865, 1156, '1202-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143866, 1156, '1202-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143867, 1156, '1202-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143868, 1156, '1202-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143869, 1156, '1202-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143870, 1156, '1202-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143871, 1156, '1202-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143872, 1156, '1202-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143873, 1156, '1202-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143874, 1156, '1202-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143875, 1156, '1202-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143876, 1156, '1202-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143877, 1156, '1203-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(143878, 1156, '1203-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143879, 1156, '1203-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143880, 1156, '1203-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143881, 1156, '1203-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143882, 1156, '1203-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143883, 1156, '1203-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143884, 1156, '1203-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143885, 1156, '1203-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143886, 1156, '1203-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143887, 1156, '1203-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143888, 1156, '1203-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143889, 1156, '1204-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143890, 1156, '1204-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143891, 1156, '1204-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143892, 1156, '1204-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143893, 1156, '1204-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143894, 1156, '1204-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143895, 1156, '1204-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143896, 1156, '1204-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143897, 1156, '1204-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143898, 1156, '1204-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143899, 1156, '1204-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143900, 1156, '1204-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143901, 1156, '1205-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143902, 1156, '1205-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143903, 1156, '1205-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143904, 1156, '1205-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143905, 1156, '1205-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143906, 1156, '1205-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143907, 1156, '1205-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143908, 1156, '1205-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143909, 1156, '1205-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143910, 1156, '1205-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143911, 1156, '1205-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143912, 1156, '1205-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143913, 1156, '1206-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143914, 1156, '1206-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143915, 1156, '1206-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143916, 1156, '1206-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143917, 1156, '1206-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143918, 1156, '1206-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143919, 1156, '1206-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143920, 1156, '1206-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143921, 1156, '1206-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143922, 1156, '1206-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143923, 1156, '1206-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143924, 1156, '1206-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143925, 1156, '1207-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143926, 1156, '1207-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143927, 1156, '1207-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143928, 1156, '1207-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143929, 1156, '1207-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143930, 1156, '1207-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143931, 1156, '1207-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143932, 1156, '1207-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143933, 1156, '1207-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143934, 1156, '1207-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143935, 1156, '1207-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143936, 1156, '1207-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143937, 1156, '1208-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143938, 1156, '1208-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143939, 1156, '1208-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143940, 1156, '1208-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143941, 1156, '1208-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143942, 1156, '1208-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143943, 1156, '1208-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143944, 1156, '1208-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143945, 1156, '1208-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143946, 1156, '1208-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143947, 1156, '1208-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143948, 1156, '1208-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143949, 1156, '1209-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143950, 1156, '1209-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143951, 1156, '1209-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143952, 1156, '1209-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143953, 1156, '1209-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143954, 1156, '1209-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143955, 1156, '1209-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143956, 1156, '1209-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143957, 1156, '1209-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143958, 1156, '1209-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143959, 1156, '1209-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143960, 1156, '1209-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143961, 1156, '1210-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143962, 1156, '1210-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143963, 1156, '1210-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143964, 1156, '1210-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143965, 1156, '1210-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143966, 1156, '1210-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143967, 1156, '1210-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143968, 1156, '1210-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143969, 1156, '1210-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143970, 1156, '1210-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143971, 1156, '1210-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143972, 1156, '1210-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143973, 1156, '1211-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143974, 1156, '1211-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143975, 1156, '1211-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143976, 1156, '1211-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143977, 1156, '1211-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143978, 1156, '1211-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143979, 1156, '1211-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143980, 1156, '1211-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143981, 1156, '1211-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:25', '2023-09-12 17:47:25'),
(143982, 1156, '1211-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(143983, 1156, '1211-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(143984, 1156, '1211-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(143985, 1156, '1212-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(143986, 1156, '1212-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(143987, 1156, '1212-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(143988, 1156, '1212-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(143989, 1156, '1212-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(143990, 1156, '1212-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(143991, 1156, '1212-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(143992, 1156, '1212-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(143993, 1156, '1212-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(143994, 1156, '1212-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(143995, 1156, '1212-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(143996, 1156, '1212-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(143997, 1156, '1213-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(143998, 1156, '1213-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(143999, 1156, '1213-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144000, 1156, '1213-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144001, 1156, '1213-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144002, 1156, '1213-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144003, 1156, '1213-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144004, 1156, '1213-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144005, 1156, '1213-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144006, 1156, '1213-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144007, 1156, '1213-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144008, 1156, '1213-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144009, 1156, '1214-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144010, 1156, '1214-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144011, 1156, '1214-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144012, 1156, '1214-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144013, 1156, '1214-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144014, 1156, '1214-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144015, 1156, '1214-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144016, 1156, '1214-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144017, 1156, '1214-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144018, 1156, '1214-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144019, 1156, '1214-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144020, 1156, '1214-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144021, 1156, '1215-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144022, 1156, '1215-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144023, 1156, '1215-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144024, 1156, '1215-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144025, 1156, '1215-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144026, 1156, '1215-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144027, 1156, '1215-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144028, 1156, '1215-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144029, 1156, '1215-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144030, 1156, '1215-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144031, 1156, '1215-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144032, 1156, '1215-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144033, 1156, '1216-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144034, 1156, '1216-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144035, 1156, '1216-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144036, 1156, '1216-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144037, 1156, '1216-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144038, 1156, '1216-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144039, 1156, '1216-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144040, 1156, '1216-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144041, 1156, '1216-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144042, 1156, '1216-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144043, 1156, '1216-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144044, 1156, '1216-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144045, 1156, '1217-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144046, 1156, '1217-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144047, 1156, '1217-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144048, 1156, '1217-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144049, 1156, '1217-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144050, 1156, '1217-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144051, 1156, '1217-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144052, 1156, '1217-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144053, 1156, '1217-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144054, 1156, '1217-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144055, 1156, '1217-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144056, 1156, '1217-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144057, 1156, '1218-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144058, 1156, '1218-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144059, 1156, '1218-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144060, 1156, '1218-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144061, 1156, '1218-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144062, 1156, '1218-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144063, 1156, '1218-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144064, 1156, '1218-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144065, 1156, '1218-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144066, 1156, '1218-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144067, 1156, '1218-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144068, 1156, '1218-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144069, 1156, '1219-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144070, 1156, '1219-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144071, 1156, '1219-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144072, 1156, '1219-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144073, 1156, '1219-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144074, 1156, '1219-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144075, 1156, '1219-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144076, 1156, '1219-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144077, 1156, '1219-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144078, 1156, '1219-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144079, 1156, '1219-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144080, 1156, '1219-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144081, 1156, '1220-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144082, 1156, '1220-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144083, 1156, '1220-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144084, 1156, '1220-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144085, 1156, '1220-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144086, 1156, '1220-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144087, 1156, '1220-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144088, 1156, '1220-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144089, 1156, '1220-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144090, 1156, '1220-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144091, 1156, '1220-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144092, 1156, '1220-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144093, 1156, '1221-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144094, 1156, '1221-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144095, 1156, '1221-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144096, 1156, '1221-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144097, 1156, '1221-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144098, 1156, '1221-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144099, 1156, '1221-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144100, 1156, '1221-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144101, 1156, '1221-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144102, 1156, '1221-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144103, 1156, '1221-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144104, 1156, '1221-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144105, 1156, '1222-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144106, 1156, '1222-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144107, 1156, '1222-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144108, 1156, '1222-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144109, 1156, '1222-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144110, 1156, '1222-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144111, 1156, '1222-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144112, 1156, '1222-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144113, 1156, '1222-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144114, 1156, '1222-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144115, 1156, '1222-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144116, 1156, '1222-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144117, 1156, '1223-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144118, 1156, '1223-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144119, 1156, '1223-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144120, 1156, '1223-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144121, 1156, '1223-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144122, 1156, '1223-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144123, 1156, '1223-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144124, 1156, '1223-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144125, 1156, '1223-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144126, 1156, '1223-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144127, 1156, '1223-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144128, 1156, '1223-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144129, 1156, '1224-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144130, 1156, '1224-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144131, 1156, '1224-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144132, 1156, '1224-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144133, 1156, '1224-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144134, 1156, '1224-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144135, 1156, '1224-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144136, 1156, '1224-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144137, 1156, '1224-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144138, 1156, '1224-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144139, 1156, '1224-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144140, 1156, '1224-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144141, 1156, '1225-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144142, 1156, '1225-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144143, 1156, '1225-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144144, 1156, '1225-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144145, 1156, '1225-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144146, 1156, '1225-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144147, 1156, '1225-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144148, 1156, '1225-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144149, 1156, '1225-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144150, 1156, '1225-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144151, 1156, '1225-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144152, 1156, '1225-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144153, 1156, '1226-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144154, 1156, '1226-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144155, 1156, '1226-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144156, 1156, '1226-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144157, 1156, '1226-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144158, 1156, '1226-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144159, 1156, '1226-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144160, 1156, '1226-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144161, 1156, '1226-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144162, 1156, '1226-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144163, 1156, '1226-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144164, 1156, '1226-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144165, 1156, '1227-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144166, 1156, '1227-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144167, 1156, '1227-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144168, 1156, '1227-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144169, 1156, '1227-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144170, 1156, '1227-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144171, 1156, '1227-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144172, 1156, '1227-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144173, 1156, '1227-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144174, 1156, '1227-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144175, 1156, '1227-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144176, 1156, '1227-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144177, 1156, '1228-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144178, 1156, '1228-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144179, 1156, '1228-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144180, 1156, '1228-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144181, 1156, '1228-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144182, 1156, '1228-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144183, 1156, '1228-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144184, 1156, '1228-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144185, 1156, '1228-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144186, 1156, '1228-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144187, 1156, '1228-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144188, 1156, '1228-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144189, 1156, '1229-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144190, 1156, '1229-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144191, 1156, '1229-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144192, 1156, '1229-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144193, 1156, '1229-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144194, 1156, '1229-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144195, 1156, '1229-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144196, 1156, '1229-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144197, 1156, '1229-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144198, 1156, '1229-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144199, 1156, '1229-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144200, 1156, '1229-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144201, 1156, '1230-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144202, 1156, '1230-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144203, 1156, '1230-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144204, 1156, '1230-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144205, 1156, '1230-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144206, 1156, '1230-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144207, 1156, '1230-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144208, 1156, '1230-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144209, 1156, '1230-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144210, 1156, '1230-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144211, 1156, '1230-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144212, 1156, '1230-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144213, 1156, '1231-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144214, 1156, '1231-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144215, 1156, '1231-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144216, 1156, '1231-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144217, 1156, '1231-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144218, 1156, '1231-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144219, 1156, '1231-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144220, 1156, '1231-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144221, 1156, '1231-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144222, 1156, '1231-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144223, 1156, '1231-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144224, 1156, '1231-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144225, 1156, '1232-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144226, 1156, '1232-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144227, 1156, '1232-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144228, 1156, '1232-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144229, 1156, '1232-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144230, 1156, '1232-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144231, 1156, '1232-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144232, 1156, '1232-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144233, 1156, '1232-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144234, 1156, '1232-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144235, 1156, '1232-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144236, 1156, '1232-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144237, 1156, '1233-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144238, 1156, '1233-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144239, 1156, '1233-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144240, 1156, '1233-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144241, 1156, '1233-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144242, 1156, '1233-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144243, 1156, '1233-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144244, 1156, '1233-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144245, 1156, '1233-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144246, 1156, '1233-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144247, 1156, '1233-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144248, 1156, '1233-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144249, 1156, '1234-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144250, 1156, '1234-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144251, 1156, '1234-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144252, 1156, '1234-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144253, 1156, '1234-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144254, 1156, '1234-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144255, 1156, '1234-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144256, 1156, '1234-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144257, 1156, '1234-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144258, 1156, '1234-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144259, 1156, '1234-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144260, 1156, '1234-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144261, 1156, '1235-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144262, 1156, '1235-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144263, 1156, '1235-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144264, 1156, '1235-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144265, 1156, '1235-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144266, 1156, '1235-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144267, 1156, '1235-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144268, 1156, '1235-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144269, 1156, '1235-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144270, 1156, '1235-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144271, 1156, '1235-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144272, 1156, '1235-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144273, 1156, '1236-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144274, 1156, '1236-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144275, 1156, '1236-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144276, 1156, '1236-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144277, 1156, '1236-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144278, 1156, '1236-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144279, 1156, '1236-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144280, 1156, '1236-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144281, 1156, '1236-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144282, 1156, '1236-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144283, 1156, '1236-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144284, 1156, '1236-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144285, 1156, '1237-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144286, 1156, '1237-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144287, 1156, '1237-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144288, 1156, '1237-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144289, 1156, '1237-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144290, 1156, '1237-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144291, 1156, '1237-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144292, 1156, '1237-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144293, 1156, '1237-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144294, 1156, '1237-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144295, 1156, '1237-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144296, 1156, '1237-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144297, 1156, '1238-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144298, 1156, '1238-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144299, 1156, '1238-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144300, 1156, '1238-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144301, 1156, '1238-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144302, 1156, '1238-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144303, 1156, '1238-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144304, 1156, '1238-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144305, 1156, '1238-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144306, 1156, '1238-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144307, 1156, '1238-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144308, 1156, '1238-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144309, 1156, '1239-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144310, 1156, '1239-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144311, 1156, '1239-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144312, 1156, '1239-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144313, 1156, '1239-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144314, 1156, '1239-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144315, 1156, '1239-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144316, 1156, '1239-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144317, 1156, '1239-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144318, 1156, '1239-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144319, 1156, '1239-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144320, 1156, '1239-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144321, 1156, '1240-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144322, 1156, '1240-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144323, 1156, '1240-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144324, 1156, '1240-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144325, 1156, '1240-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144326, 1156, '1240-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144327, 1156, '1240-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144328, 1156, '1240-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144329, 1156, '1240-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144330, 1156, '1240-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144331, 1156, '1240-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144332, 1156, '1240-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144333, 1156, '1241-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(144334, 1156, '1241-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144335, 1156, '1241-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144336, 1156, '1241-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144337, 1156, '1241-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144338, 1156, '1241-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144339, 1156, '1241-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144340, 1156, '1241-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144341, 1156, '1241-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144342, 1156, '1241-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144343, 1156, '1241-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144344, 1156, '1241-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144345, 1156, '1242-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144346, 1156, '1242-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144347, 1156, '1242-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144348, 1156, '1242-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144349, 1156, '1242-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144350, 1156, '1242-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144351, 1156, '1242-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144352, 1156, '1242-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144353, 1156, '1242-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144354, 1156, '1242-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144355, 1156, '1242-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144356, 1156, '1242-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144357, 1156, '1243-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144358, 1156, '1243-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144359, 1156, '1243-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144360, 1156, '1243-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144361, 1156, '1243-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144362, 1156, '1243-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144363, 1156, '1243-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144364, 1156, '1243-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144365, 1156, '1243-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144366, 1156, '1243-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144367, 1156, '1243-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144368, 1156, '1243-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144369, 1156, '1244-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144370, 1156, '1244-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144371, 1156, '1244-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144372, 1156, '1244-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144373, 1156, '1244-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144374, 1156, '1244-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144375, 1156, '1244-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144376, 1156, '1244-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144377, 1156, '1244-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144378, 1156, '1244-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144379, 1156, '1244-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144380, 1156, '1244-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144381, 1156, '1245-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144382, 1156, '1245-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144383, 1156, '1245-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144384, 1156, '1245-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:26', '2023-09-12 17:47:26'),
(144385, 1156, '1245-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144386, 1156, '1245-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144387, 1156, '1245-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144388, 1156, '1245-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144389, 1156, '1245-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144390, 1156, '1245-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144391, 1156, '1245-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144392, 1156, '1245-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144393, 1156, '1246-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144394, 1156, '1246-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144395, 1156, '1246-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144396, 1156, '1246-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144397, 1156, '1246-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144398, 1156, '1246-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144399, 1156, '1246-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144400, 1156, '1246-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144401, 1156, '1246-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144402, 1156, '1246-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144403, 1156, '1246-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144404, 1156, '1246-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144405, 1156, '1247-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144406, 1156, '1247-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144407, 1156, '1247-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144408, 1156, '1247-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144409, 1156, '1247-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144410, 1156, '1247-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144411, 1156, '1247-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144412, 1156, '1247-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144413, 1156, '1247-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144414, 1156, '1247-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144415, 1156, '1247-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144416, 1156, '1247-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144417, 1156, '1248-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144418, 1156, '1248-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144419, 1156, '1248-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144420, 1156, '1248-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144421, 1156, '1248-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144422, 1156, '1248-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144423, 1156, '1248-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144424, 1156, '1248-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144425, 1156, '1248-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144426, 1156, '1248-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144427, 1156, '1248-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144428, 1156, '1248-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144429, 1156, '1249-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144430, 1156, '1249-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144431, 1156, '1249-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144432, 1156, '1249-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144433, 1156, '1249-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144434, 1156, '1249-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144435, 1156, '1249-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144436, 1156, '1249-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144437, 1156, '1249-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144438, 1156, '1249-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144439, 1156, '1249-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144440, 1156, '1249-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144441, 1156, '1250-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144442, 1156, '1250-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144443, 1156, '1250-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144444, 1156, '1250-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144445, 1156, '1250-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144446, 1156, '1250-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144447, 1156, '1250-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144448, 1156, '1250-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144449, 1156, '1250-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144450, 1156, '1250-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144451, 1156, '1250-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144452, 1156, '1250-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144453, 1156, '1251-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144454, 1156, '1251-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144455, 1156, '1251-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144456, 1156, '1251-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144457, 1156, '1251-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144458, 1156, '1251-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144459, 1156, '1251-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144460, 1156, '1251-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144461, 1156, '1251-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144462, 1156, '1251-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144463, 1156, '1251-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144464, 1156, '1251-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144465, 1156, '1252-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144466, 1156, '1252-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144467, 1156, '1252-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144468, 1156, '1252-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144469, 1156, '1252-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144470, 1156, '1252-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144471, 1156, '1252-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144472, 1156, '1252-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144473, 1156, '1252-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144474, 1156, '1252-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144475, 1156, '1252-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144476, 1156, '1252-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144477, 1156, '1253-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144478, 1156, '1253-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144479, 1156, '1253-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144480, 1156, '1253-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144481, 1156, '1253-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144482, 1156, '1253-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144483, 1156, '1253-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144484, 1156, '1253-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144485, 1156, '1253-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144486, 1156, '1253-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144487, 1156, '1253-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144488, 1156, '1253-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144489, 1156, '1254-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144490, 1156, '1254-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144491, 1156, '1254-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144492, 1156, '1254-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144493, 1156, '1254-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144494, 1156, '1254-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144495, 1156, '1254-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144496, 1156, '1254-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144497, 1156, '1254-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144498, 1156, '1254-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144499, 1156, '1254-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144500, 1156, '1254-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144501, 1156, '1255-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144502, 1156, '1255-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144503, 1156, '1255-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144504, 1156, '1255-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144505, 1156, '1255-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144506, 1156, '1255-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144507, 1156, '1255-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144508, 1156, '1255-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144509, 1156, '1255-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144510, 1156, '1255-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144511, 1156, '1255-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144512, 1156, '1255-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144513, 1156, '1256-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144514, 1156, '1256-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144515, 1156, '1256-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144516, 1156, '1256-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144517, 1156, '1256-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144518, 1156, '1256-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144519, 1156, '1256-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144520, 1156, '1256-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144521, 1156, '1256-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144522, 1156, '1256-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144523, 1156, '1256-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144524, 1156, '1256-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144525, 1156, '1257-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144526, 1156, '1257-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144527, 1156, '1257-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144528, 1156, '1257-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144529, 1156, '1257-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144530, 1156, '1257-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144531, 1156, '1257-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144532, 1156, '1257-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144533, 1156, '1257-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144534, 1156, '1257-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144535, 1156, '1257-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144536, 1156, '1257-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144537, 1156, '1258-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144538, 1156, '1258-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144539, 1156, '1258-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144540, 1156, '1258-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144541, 1156, '1258-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144542, 1156, '1258-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144543, 1156, '1258-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144544, 1156, '1258-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144545, 1156, '1258-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144546, 1156, '1258-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144547, 1156, '1258-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144548, 1156, '1258-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144549, 1156, '1259-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144550, 1156, '1259-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144551, 1156, '1259-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144552, 1156, '1259-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144553, 1156, '1259-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144554, 1156, '1259-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144555, 1156, '1259-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144556, 1156, '1259-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144557, 1156, '1259-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144558, 1156, '1259-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144559, 1156, '1259-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144560, 1156, '1259-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144561, 1156, '1260-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144562, 1156, '1260-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144563, 1156, '1260-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144564, 1156, '1260-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144565, 1156, '1260-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144566, 1156, '1260-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144567, 1156, '1260-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144568, 1156, '1260-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144569, 1156, '1260-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144570, 1156, '1260-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144571, 1156, '1260-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144572, 1156, '1260-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144573, 1156, '1261-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144574, 1156, '1261-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144575, 1156, '1261-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144576, 1156, '1261-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144577, 1156, '1261-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144578, 1156, '1261-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144579, 1156, '1261-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144580, 1156, '1261-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144581, 1156, '1261-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144582, 1156, '1261-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144583, 1156, '1261-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144584, 1156, '1261-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144585, 1156, '1262-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144586, 1156, '1262-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144587, 1156, '1262-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144588, 1156, '1262-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144589, 1156, '1262-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144590, 1156, '1262-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144591, 1156, '1262-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144592, 1156, '1262-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144593, 1156, '1262-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144594, 1156, '1262-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144595, 1156, '1262-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144596, 1156, '1262-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144597, 1156, '1263-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144598, 1156, '1263-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144599, 1156, '1263-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144600, 1156, '1263-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144601, 1156, '1263-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144602, 1156, '1263-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144603, 1156, '1263-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144604, 1156, '1263-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144605, 1156, '1263-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144606, 1156, '1263-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144607, 1156, '1263-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144608, 1156, '1263-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144609, 1156, '1264-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144610, 1156, '1264-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144611, 1156, '1264-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144612, 1156, '1264-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144613, 1156, '1264-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144614, 1156, '1264-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144615, 1156, '1264-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144616, 1156, '1264-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144617, 1156, '1264-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144618, 1156, '1264-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144619, 1156, '1264-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144620, 1156, '1264-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144621, 1156, '1265-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144622, 1156, '1265-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144623, 1156, '1265-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144624, 1156, '1265-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144625, 1156, '1265-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144626, 1156, '1265-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144627, 1156, '1265-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144628, 1156, '1265-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144629, 1156, '1265-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144630, 1156, '1265-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144631, 1156, '1265-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144632, 1156, '1265-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144633, 1156, '1266-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144634, 1156, '1266-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144635, 1156, '1266-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144636, 1156, '1266-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144637, 1156, '1266-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144638, 1156, '1266-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144639, 1156, '1266-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144640, 1156, '1266-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144641, 1156, '1266-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144642, 1156, '1266-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144643, 1156, '1266-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144644, 1156, '1266-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144645, 1156, '1267-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144646, 1156, '1267-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144647, 1156, '1267-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144648, 1156, '1267-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144649, 1156, '1267-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144650, 1156, '1267-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144651, 1156, '1267-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144652, 1156, '1267-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144653, 1156, '1267-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144654, 1156, '1267-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144655, 1156, '1267-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144656, 1156, '1267-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144657, 1156, '1268-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144658, 1156, '1268-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144659, 1156, '1268-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144660, 1156, '1268-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144661, 1156, '1268-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144662, 1156, '1268-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144663, 1156, '1268-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144664, 1156, '1268-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144665, 1156, '1268-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144666, 1156, '1268-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144667, 1156, '1268-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144668, 1156, '1268-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144669, 1156, '1269-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144670, 1156, '1269-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144671, 1156, '1269-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144672, 1156, '1269-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144673, 1156, '1269-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144674, 1156, '1269-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144675, 1156, '1269-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144676, 1156, '1269-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144677, 1156, '1269-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144678, 1156, '1269-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144679, 1156, '1269-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144680, 1156, '1269-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144681, 1156, '1270-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144682, 1156, '1270-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144683, 1156, '1270-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144684, 1156, '1270-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144685, 1156, '1270-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144686, 1156, '1270-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144687, 1156, '1270-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144688, 1156, '1270-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144689, 1156, '1270-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144690, 1156, '1270-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144691, 1156, '1270-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144692, 1156, '1270-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144693, 1156, '1271-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144694, 1156, '1271-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144695, 1156, '1271-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144696, 1156, '1271-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144697, 1156, '1271-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144698, 1156, '1271-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144699, 1156, '1271-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144700, 1156, '1271-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144701, 1156, '1271-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144702, 1156, '1271-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144703, 1156, '1271-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144704, 1156, '1271-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144705, 1156, '1272-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144706, 1156, '1272-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144707, 1156, '1272-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144708, 1156, '1272-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144709, 1156, '1272-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144710, 1156, '1272-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144711, 1156, '1272-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144712, 1156, '1272-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144713, 1156, '1272-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144714, 1156, '1272-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144715, 1156, '1272-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144716, 1156, '1272-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144717, 1156, '1273-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144718, 1156, '1273-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144719, 1156, '1273-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144720, 1156, '1273-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144721, 1156, '1273-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144722, 1156, '1273-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144723, 1156, '1273-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144724, 1156, '1273-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144725, 1156, '1273-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144726, 1156, '1273-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144727, 1156, '1273-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144728, 1156, '1273-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144729, 1156, '1274-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144730, 1156, '1274-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144731, 1156, '1274-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144732, 1156, '1274-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144733, 1156, '1274-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144734, 1156, '1274-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144735, 1156, '1274-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144736, 1156, '1274-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144737, 1156, '1274-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144738, 1156, '1274-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144739, 1156, '1274-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144740, 1156, '1274-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144741, 1156, '1275-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144742, 1156, '1275-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144743, 1156, '1275-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144744, 1156, '1275-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144745, 1156, '1275-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144746, 1156, '1275-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144747, 1156, '1275-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144748, 1156, '1275-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144749, 1156, '1275-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144750, 1156, '1275-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144751, 1156, '1275-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144752, 1156, '1275-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144753, 1156, '1276-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144754, 1156, '1276-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144755, 1156, '1276-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144756, 1156, '1276-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144757, 1156, '1276-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144758, 1156, '1276-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144759, 1156, '1276-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144760, 1156, '1276-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144761, 1156, '1276-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144762, 1156, '1276-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144763, 1156, '1276-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144764, 1156, '1276-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144765, 1156, '1277-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144766, 1156, '1277-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144767, 1156, '1277-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144768, 1156, '1277-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144769, 1156, '1277-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144770, 1156, '1277-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144771, 1156, '1277-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144772, 1156, '1277-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144773, 1156, '1277-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144774, 1156, '1277-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144775, 1156, '1277-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144776, 1156, '1277-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144777, 1156, '1278-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144778, 1156, '1278-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144779, 1156, '1278-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144780, 1156, '1278-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144781, 1156, '1278-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144782, 1156, '1278-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144783, 1156, '1278-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144784, 1156, '1278-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144785, 1156, '1278-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144786, 1156, '1278-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144787, 1156, '1278-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144788, 1156, '1278-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144789, 1156, '1279-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(144790, 1156, '1279-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144791, 1156, '1279-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144792, 1156, '1279-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144793, 1156, '1279-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144794, 1156, '1279-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144795, 1156, '1279-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144796, 1156, '1279-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144797, 1156, '1279-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144798, 1156, '1279-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144799, 1156, '1279-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144800, 1156, '1279-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144801, 1156, '1280-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144802, 1156, '1280-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144803, 1156, '1280-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144804, 1156, '1280-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:27', '2023-09-12 17:47:27'),
(144805, 1156, '1280-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(144806, 1156, '1280-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(144807, 1156, '1280-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(144808, 1156, '1280-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(144809, 1156, '1280-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(144810, 1156, '1280-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(144811, 1156, '1280-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(144812, 1156, '1280-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(144813, 1156, '1281-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(144814, 1156, '1281-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(144815, 1156, '1281-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(144816, 1156, '1281-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(144817, 1156, '1281-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(144818, 1156, '1281-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(144819, 1156, '1281-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(144820, 1156, '1281-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(144821, 1156, '1281-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(144822, 1156, '1281-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(144823, 1156, '1281-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(144824, 1156, '1281-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(144825, 1156, '1282-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(144826, 1156, '1282-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(144827, 1156, '1282-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(144828, 1156, '1282-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(144829, 1156, '1282-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(144830, 1156, '1282-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(144831, 1156, '1282-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(144832, 1156, '1282-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(144833, 1156, '1282-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(144834, 1156, '1282-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(144835, 1156, '1282-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(144836, 1156, '1282-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(144837, 1156, '1283-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(144838, 1156, '1283-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(144839, 1156, '1283-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(144840, 1156, '1283-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(144841, 1156, '1283-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(144842, 1156, '1283-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(144843, 1156, '1283-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(144844, 1156, '1283-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(144845, 1156, '1283-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(144846, 1156, '1283-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(144847, 1156, '1283-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(144848, 1156, '1283-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(144849, 1156, '1284-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(144850, 1156, '1284-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(144851, 1156, '1284-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(144852, 1156, '1284-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(144853, 1156, '1284-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(144854, 1156, '1284-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(144855, 1156, '1284-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(144856, 1156, '1284-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(144857, 1156, '1284-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(144858, 1156, '1284-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(144859, 1156, '1284-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(144860, 1156, '1284-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(144861, 1156, '1285-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(144862, 1156, '1285-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(144863, 1156, '1285-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(144864, 1156, '1285-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(144865, 1156, '1285-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(144866, 1156, '1285-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(144867, 1156, '1285-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(144868, 1156, '1285-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(144869, 1156, '1285-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(144870, 1156, '1285-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(144871, 1156, '1285-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(144872, 1156, '1285-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(144873, 1156, '1286-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(144874, 1156, '1286-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(144875, 1156, '1286-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(144876, 1156, '1286-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(144877, 1156, '1286-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(144878, 1156, '1286-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(144879, 1156, '1286-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(144880, 1156, '1286-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(144881, 1156, '1286-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(144882, 1156, '1286-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(144883, 1156, '1286-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(144884, 1156, '1286-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(144885, 1156, '1287-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(144886, 1156, '1287-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(144887, 1156, '1287-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(144888, 1156, '1287-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(144889, 1156, '1287-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(144890, 1156, '1287-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(144891, 1156, '1287-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(144892, 1156, '1287-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(144893, 1156, '1287-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(144894, 1156, '1287-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(144895, 1156, '1287-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(144896, 1156, '1287-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(144897, 1156, '1288-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(144898, 1156, '1288-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(144899, 1156, '1288-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(144900, 1156, '1288-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(144901, 1156, '1288-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(144902, 1156, '1288-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(144903, 1156, '1288-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(144904, 1156, '1288-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(144905, 1156, '1288-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(144906, 1156, '1288-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(144907, 1156, '1288-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(144908, 1156, '1288-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(144909, 1156, '1289-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(144910, 1156, '1289-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(144911, 1156, '1289-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(144912, 1156, '1289-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(144913, 1156, '1289-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(144914, 1156, '1289-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(144915, 1156, '1289-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(144916, 1156, '1289-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(144917, 1156, '1289-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(144918, 1156, '1289-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(144919, 1156, '1289-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(144920, 1156, '1289-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(144921, 1156, '1290-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(144922, 1156, '1290-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(144923, 1156, '1290-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(144924, 1156, '1290-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(144925, 1156, '1290-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(144926, 1156, '1290-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(144927, 1156, '1290-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(144928, 1156, '1290-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(144929, 1156, '1290-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(144930, 1156, '1290-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(144931, 1156, '1290-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(144932, 1156, '1290-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(144933, 1156, '1291-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(144934, 1156, '1291-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(144935, 1156, '1291-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(144936, 1156, '1291-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(144937, 1156, '1291-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(144938, 1156, '1291-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(144939, 1156, '1291-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(144940, 1156, '1291-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(144941, 1156, '1291-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(144942, 1156, '1291-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(144943, 1156, '1291-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(144944, 1156, '1291-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(144945, 1156, '1292-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(144946, 1156, '1292-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(144947, 1156, '1292-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(144948, 1156, '1292-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(144949, 1156, '1292-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(144950, 1156, '1292-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(144951, 1156, '1292-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(144952, 1156, '1292-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(144953, 1156, '1292-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(144954, 1156, '1292-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(144955, 1156, '1292-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(144956, 1156, '1292-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(144957, 1156, '1293-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(144958, 1156, '1293-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(144959, 1156, '1293-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(144960, 1156, '1293-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(144961, 1156, '1293-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(144962, 1156, '1293-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(144963, 1156, '1293-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(144964, 1156, '1293-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(144965, 1156, '1293-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(144966, 1156, '1293-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(144967, 1156, '1293-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(144968, 1156, '1293-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(144969, 1156, '1294-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(144970, 1156, '1294-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(144971, 1156, '1294-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(144972, 1156, '1294-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(144973, 1156, '1294-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(144974, 1156, '1294-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(144975, 1156, '1294-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(144976, 1156, '1294-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(144977, 1156, '1294-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(144978, 1156, '1294-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(144979, 1156, '1294-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(144980, 1156, '1294-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(144981, 1156, '1295-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(144982, 1156, '1295-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(144983, 1156, '1295-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(144984, 1156, '1295-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(144985, 1156, '1295-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(144986, 1156, '1295-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(144987, 1156, '1295-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(144988, 1156, '1295-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(144989, 1156, '1295-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(144990, 1156, '1295-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(144991, 1156, '1295-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(144992, 1156, '1295-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(144993, 1156, '1296-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(144994, 1156, '1296-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(144995, 1156, '1296-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(144996, 1156, '1296-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(144997, 1156, '1296-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(144998, 1156, '1296-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(144999, 1156, '1296-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(145000, 1156, '1296-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(145001, 1156, '1296-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(145002, 1156, '1296-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(145003, 1156, '1296-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(145004, 1156, '1296-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(145005, 1156, '1297-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(145006, 1156, '1297-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(145007, 1156, '1297-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(145008, 1156, '1297-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(145009, 1156, '1297-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(145010, 1156, '1297-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(145011, 1156, '1297-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(145012, 1156, '1297-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(145013, 1156, '1297-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(145014, 1156, '1297-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(145015, 1156, '1297-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(145016, 1156, '1297-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(145017, 1156, '1298-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(145018, 1156, '1298-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(145019, 1156, '1298-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(145020, 1156, '1298-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(145021, 1156, '1298-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(145022, 1156, '1298-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(145023, 1156, '1298-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(145024, 1156, '1298-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(145025, 1156, '1298-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(145026, 1156, '1298-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(145027, 1156, '1298-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(145028, 1156, '1298-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(145029, 1156, '1299-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(145030, 1156, '1299-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(145031, 1156, '1299-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(145032, 1156, '1299-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(145033, 1156, '1299-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(145034, 1156, '1299-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(145035, 1156, '1299-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(145036, 1156, '1299-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(145037, 1156, '1299-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(145038, 1156, '1299-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(145039, 1156, '1299-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(145040, 1156, '1299-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(145041, 1156, '1300-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(145042, 1156, '1300-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(145043, 1156, '1300-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(145044, 1156, '1300-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(145045, 1156, '1300-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(145046, 1156, '1300-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(145047, 1156, '1300-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(145048, 1156, '1300-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(145049, 1156, '1300-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(145050, 1156, '1300-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(145051, 1156, '1300-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(145052, 1156, '1300-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(145053, 1156, '1301-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(145054, 1156, '1301-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(145055, 1156, '1301-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(145056, 1156, '1301-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(145057, 1156, '1301-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(145058, 1156, '1301-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(145059, 1156, '1301-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(145060, 1156, '1301-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(145061, 1156, '1301-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(145062, 1156, '1301-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(145063, 1156, '1301-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(145064, 1156, '1301-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(145065, 1156, '1302-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(145066, 1156, '1302-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(145067, 1156, '1302-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(145068, 1156, '1302-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(145069, 1156, '1302-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(145070, 1156, '1302-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(145071, 1156, '1302-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(145072, 1156, '1302-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(145073, 1156, '1302-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(145074, 1156, '1302-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(145075, 1156, '1302-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(145076, 1156, '1302-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(145077, 1156, '1303-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(145078, 1156, '1303-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(145079, 1156, '1303-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(145080, 1156, '1303-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(145081, 1156, '1303-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(145082, 1156, '1303-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(145083, 1156, '1303-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(145084, 1156, '1303-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(145085, 1156, '1303-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(145086, 1156, '1303-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(145087, 1156, '1303-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(145088, 1156, '1303-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(145089, 1156, '1304-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(145090, 1156, '1304-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(145091, 1156, '1304-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(145092, 1156, '1304-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(145093, 1156, '1304-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(145094, 1156, '1304-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(145095, 1156, '1304-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(145096, 1156, '1304-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(145097, 1156, '1304-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(145098, 1156, '1304-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(145099, 1156, '1304-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(145100, 1156, '1304-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(145101, 1156, '1305-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(145102, 1156, '1305-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(145103, 1156, '1305-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(145104, 1156, '1305-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(145105, 1156, '1305-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(145106, 1156, '1305-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(145107, 1156, '1305-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(145108, 1156, '1305-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(145109, 1156, '1305-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(145110, 1156, '1305-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(145111, 1156, '1305-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(145112, 1156, '1305-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(145113, 1156, '1306-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(145114, 1156, '1306-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(145115, 1156, '1306-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(145116, 1156, '1306-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(145117, 1156, '1306-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(145118, 1156, '1306-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(145119, 1156, '1306-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(145120, 1156, '1306-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(145121, 1156, '1306-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(145122, 1156, '1306-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(145123, 1156, '1306-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(145124, 1156, '1306-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(145125, 1156, '1307-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(145126, 1156, '1307-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(145127, 1156, '1307-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(145128, 1156, '1307-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(145129, 1156, '1307-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(145130, 1156, '1307-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(145131, 1156, '1307-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(145132, 1156, '1307-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(145133, 1156, '1307-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(145134, 1156, '1307-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(145135, 1156, '1307-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(145136, 1156, '1307-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(145137, 1156, '1308-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(145138, 1156, '1308-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(145139, 1156, '1308-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(145140, 1156, '1308-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(145141, 1156, '1308-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(145142, 1156, '1308-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(145143, 1156, '1308-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(145144, 1156, '1308-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(145145, 1156, '1308-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(145146, 1156, '1308-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(145147, 1156, '1308-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(145148, 1156, '1308-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(145149, 1156, '1309-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(145150, 1156, '1309-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(145151, 1156, '1309-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(145152, 1156, '1309-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(145153, 1156, '1309-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(145154, 1156, '1309-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(145155, 1156, '1309-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(145156, 1156, '1309-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(145157, 1156, '1309-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(145158, 1156, '1309-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(145159, 1156, '1309-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(145160, 1156, '1309-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(145161, 1156, '1310-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(145162, 1156, '1310-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(145163, 1156, '1310-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(145164, 1156, '1310-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(145165, 1156, '1310-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(145166, 1156, '1310-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(145167, 1156, '1310-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(145168, 1156, '1310-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(145169, 1156, '1310-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(145170, 1156, '1310-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(145171, 1156, '1310-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(145172, 1156, '1310-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(145173, 1156, '1311-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(145174, 1156, '1311-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(145175, 1156, '1311-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(145176, 1156, '1311-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(145177, 1156, '1311-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(145178, 1156, '1311-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(145179, 1156, '1311-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(145180, 1156, '1311-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(145181, 1156, '1311-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(145182, 1156, '1311-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(145183, 1156, '1311-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(145184, 1156, '1311-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(145185, 1156, '1312-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(145186, 1156, '1312-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(145187, 1156, '1312-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:28', '2023-09-12 17:47:28'),
(145188, 1156, '1312-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145189, 1156, '1312-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145190, 1156, '1312-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145191, 1156, '1312-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145192, 1156, '1312-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145193, 1156, '1312-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145194, 1156, '1312-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145195, 1156, '1312-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145196, 1156, '1312-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145197, 1156, '1313-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145198, 1156, '1313-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145199, 1156, '1313-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145200, 1156, '1313-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145201, 1156, '1313-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145202, 1156, '1313-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145203, 1156, '1313-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145204, 1156, '1313-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145205, 1156, '1313-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145206, 1156, '1313-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145207, 1156, '1313-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145208, 1156, '1313-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145209, 1156, '1314-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145210, 1156, '1314-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145211, 1156, '1314-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145212, 1156, '1314-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145213, 1156, '1314-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145214, 1156, '1314-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145215, 1156, '1314-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145216, 1156, '1314-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145217, 1156, '1314-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145218, 1156, '1314-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145219, 1156, '1314-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145220, 1156, '1314-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145221, 1156, '1315-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145222, 1156, '1315-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145223, 1156, '1315-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145224, 1156, '1315-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145225, 1156, '1315-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145226, 1156, '1315-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145227, 1156, '1315-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145228, 1156, '1315-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145229, 1156, '1315-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145230, 1156, '1315-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145231, 1156, '1315-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145232, 1156, '1315-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145233, 1156, '1316-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145234, 1156, '1316-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145235, 1156, '1316-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145236, 1156, '1316-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145237, 1156, '1316-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145238, 1156, '1316-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145239, 1156, '1316-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145240, 1156, '1316-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145241, 1156, '1316-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145242, 1156, '1316-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145243, 1156, '1316-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145244, 1156, '1316-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145245, 1156, '1317-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(145246, 1156, '1317-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145247, 1156, '1317-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145248, 1156, '1317-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145249, 1156, '1317-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145250, 1156, '1317-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145251, 1156, '1317-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145252, 1156, '1317-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145253, 1156, '1317-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145254, 1156, '1317-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145255, 1156, '1317-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145256, 1156, '1317-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145257, 1156, '1318-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145258, 1156, '1318-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145259, 1156, '1318-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145260, 1156, '1318-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145261, 1156, '1318-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145262, 1156, '1318-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145263, 1156, '1318-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145264, 1156, '1318-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145265, 1156, '1318-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145266, 1156, '1318-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145267, 1156, '1318-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145268, 1156, '1318-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145269, 1156, '1319-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145270, 1156, '1319-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145271, 1156, '1319-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145272, 1156, '1319-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145273, 1156, '1319-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145274, 1156, '1319-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145275, 1156, '1319-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145276, 1156, '1319-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145277, 1156, '1319-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145278, 1156, '1319-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145279, 1156, '1319-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145280, 1156, '1319-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145281, 1156, '1320-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145282, 1156, '1320-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145283, 1156, '1320-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145284, 1156, '1320-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145285, 1156, '1320-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145286, 1156, '1320-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145287, 1156, '1320-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145288, 1156, '1320-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145289, 1156, '1320-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145290, 1156, '1320-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145291, 1156, '1320-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145292, 1156, '1320-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145293, 1156, '1321-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145294, 1156, '1321-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145295, 1156, '1321-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145296, 1156, '1321-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145297, 1156, '1321-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145298, 1156, '1321-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145299, 1156, '1321-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145300, 1156, '1321-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145301, 1156, '1321-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145302, 1156, '1321-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145303, 1156, '1321-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145304, 1156, '1321-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145305, 1156, '1322-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145306, 1156, '1322-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145307, 1156, '1322-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145308, 1156, '1322-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145309, 1156, '1322-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145310, 1156, '1322-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145311, 1156, '1322-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145312, 1156, '1322-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145313, 1156, '1322-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145314, 1156, '1322-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145315, 1156, '1322-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145316, 1156, '1322-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145317, 1156, '1323-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145318, 1156, '1323-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145319, 1156, '1323-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145320, 1156, '1323-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145321, 1156, '1323-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145322, 1156, '1323-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145323, 1156, '1323-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145324, 1156, '1323-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145325, 1156, '1323-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145326, 1156, '1323-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145327, 1156, '1323-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145328, 1156, '1323-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145329, 1156, '1324-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145330, 1156, '1324-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145331, 1156, '1324-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145332, 1156, '1324-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145333, 1156, '1324-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145334, 1156, '1324-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145335, 1156, '1324-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145336, 1156, '1324-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145337, 1156, '1324-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145338, 1156, '1324-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145339, 1156, '1324-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145340, 1156, '1324-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145341, 1156, '1325-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145342, 1156, '1325-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145343, 1156, '1325-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145344, 1156, '1325-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145345, 1156, '1325-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145346, 1156, '1325-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145347, 1156, '1325-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145348, 1156, '1325-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145349, 1156, '1325-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145350, 1156, '1325-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145351, 1156, '1325-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145352, 1156, '1325-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145353, 1156, '1326-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145354, 1156, '1326-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145355, 1156, '1326-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145356, 1156, '1326-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145357, 1156, '1326-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145358, 1156, '1326-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145359, 1156, '1326-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145360, 1156, '1326-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145361, 1156, '1326-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145362, 1156, '1326-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145363, 1156, '1326-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145364, 1156, '1326-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145365, 1156, '1327-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145366, 1156, '1327-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145367, 1156, '1327-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145368, 1156, '1327-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145369, 1156, '1327-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145370, 1156, '1327-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145371, 1156, '1327-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145372, 1156, '1327-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145373, 1156, '1327-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145374, 1156, '1327-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145375, 1156, '1327-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145376, 1156, '1327-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145377, 1156, '1328-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145378, 1156, '1328-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145379, 1156, '1328-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145380, 1156, '1328-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145381, 1156, '1328-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145382, 1156, '1328-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145383, 1156, '1328-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145384, 1156, '1328-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145385, 1156, '1328-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145386, 1156, '1328-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145387, 1156, '1328-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145388, 1156, '1328-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145389, 1156, '1329-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145390, 1156, '1329-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145391, 1156, '1329-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145392, 1156, '1329-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145393, 1156, '1329-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145394, 1156, '1329-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145395, 1156, '1329-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145396, 1156, '1329-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145397, 1156, '1329-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145398, 1156, '1329-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145399, 1156, '1329-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145400, 1156, '1329-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145401, 1156, '1330-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145402, 1156, '1330-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145403, 1156, '1330-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145404, 1156, '1330-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145405, 1156, '1330-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145406, 1156, '1330-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145407, 1156, '1330-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145408, 1156, '1330-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145409, 1156, '1330-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145410, 1156, '1330-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145411, 1156, '1330-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145412, 1156, '1330-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145413, 1156, '1331-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145414, 1156, '1331-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145415, 1156, '1331-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145416, 1156, '1331-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145417, 1156, '1331-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145418, 1156, '1331-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145419, 1156, '1331-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145420, 1156, '1331-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145421, 1156, '1331-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145422, 1156, '1331-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145423, 1156, '1331-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145424, 1156, '1331-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145425, 1156, '1332-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145426, 1156, '1332-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145427, 1156, '1332-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145428, 1156, '1332-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145429, 1156, '1332-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145430, 1156, '1332-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145431, 1156, '1332-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145432, 1156, '1332-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145433, 1156, '1332-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145434, 1156, '1332-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145435, 1156, '1332-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145436, 1156, '1332-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145437, 1156, '1333-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145438, 1156, '1333-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145439, 1156, '1333-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145440, 1156, '1333-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145441, 1156, '1333-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145442, 1156, '1333-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145443, 1156, '1333-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145444, 1156, '1333-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145445, 1156, '1333-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145446, 1156, '1333-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145447, 1156, '1333-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145448, 1156, '1333-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145449, 1156, '1334-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145450, 1156, '1334-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145451, 1156, '1334-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145452, 1156, '1334-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145453, 1156, '1334-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145454, 1156, '1334-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145455, 1156, '1334-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145456, 1156, '1334-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145457, 1156, '1334-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145458, 1156, '1334-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145459, 1156, '1334-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145460, 1156, '1334-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145461, 1156, '1335-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145462, 1156, '1335-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145463, 1156, '1335-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145464, 1156, '1335-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145465, 1156, '1335-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145466, 1156, '1335-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145467, 1156, '1335-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145468, 1156, '1335-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145469, 1156, '1335-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145470, 1156, '1335-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145471, 1156, '1335-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145472, 1156, '1335-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145473, 1156, '1336-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145474, 1156, '1336-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145475, 1156, '1336-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145476, 1156, '1336-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145477, 1156, '1336-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145478, 1156, '1336-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145479, 1156, '1336-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145480, 1156, '1336-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145481, 1156, '1336-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145482, 1156, '1336-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145483, 1156, '1336-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145484, 1156, '1336-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145485, 1156, '1337-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145486, 1156, '1337-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145487, 1156, '1337-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145488, 1156, '1337-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145489, 1156, '1337-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145490, 1156, '1337-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145491, 1156, '1337-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145492, 1156, '1337-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145493, 1156, '1337-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145494, 1156, '1337-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145495, 1156, '1337-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145496, 1156, '1337-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145497, 1156, '1338-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145498, 1156, '1338-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145499, 1156, '1338-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145500, 1156, '1338-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145501, 1156, '1338-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145502, 1156, '1338-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145503, 1156, '1338-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145504, 1156, '1338-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145505, 1156, '1338-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145506, 1156, '1338-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145507, 1156, '1338-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145508, 1156, '1338-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145509, 1156, '1339-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145510, 1156, '1339-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145511, 1156, '1339-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145512, 1156, '1339-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145513, 1156, '1339-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145514, 1156, '1339-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145515, 1156, '1339-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145516, 1156, '1339-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145517, 1156, '1339-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145518, 1156, '1339-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145519, 1156, '1339-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145520, 1156, '1339-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145521, 1156, '1340-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145522, 1156, '1340-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145523, 1156, '1340-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145524, 1156, '1340-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145525, 1156, '1340-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145526, 1156, '1340-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145527, 1156, '1340-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145528, 1156, '1340-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145529, 1156, '1340-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145530, 1156, '1340-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145531, 1156, '1340-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145532, 1156, '1340-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145533, 1156, '1341-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145534, 1156, '1341-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145535, 1156, '1341-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145536, 1156, '1341-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145537, 1156, '1341-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145538, 1156, '1341-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145539, 1156, '1341-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145540, 1156, '1341-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145541, 1156, '1341-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145542, 1156, '1341-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145543, 1156, '1341-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145544, 1156, '1341-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145545, 1156, '1342-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145546, 1156, '1342-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145547, 1156, '1342-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145548, 1156, '1342-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145549, 1156, '1342-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145550, 1156, '1342-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145551, 1156, '1342-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145552, 1156, '1342-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145553, 1156, '1342-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145554, 1156, '1342-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145555, 1156, '1342-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145556, 1156, '1342-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145557, 1156, '1343-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145558, 1156, '1343-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145559, 1156, '1343-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145560, 1156, '1343-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145561, 1156, '1343-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145562, 1156, '1343-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145563, 1156, '1343-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145564, 1156, '1343-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145565, 1156, '1343-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145566, 1156, '1343-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145567, 1156, '1343-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145568, 1156, '1343-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145569, 1156, '1344-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145570, 1156, '1344-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145571, 1156, '1344-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145572, 1156, '1344-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145573, 1156, '1344-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:29', '2023-09-12 17:47:29'),
(145574, 1156, '1344-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145575, 1156, '1344-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145576, 1156, '1344-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145577, 1156, '1344-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145578, 1156, '1344-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145579, 1156, '1344-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145580, 1156, '1344-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145581, 1156, '1345-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145582, 1156, '1345-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145583, 1156, '1345-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145584, 1156, '1345-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145585, 1156, '1345-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145586, 1156, '1345-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145587, 1156, '1345-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145588, 1156, '1345-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145589, 1156, '1345-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145590, 1156, '1345-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145591, 1156, '1345-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145592, 1156, '1345-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145593, 1156, '1346-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145594, 1156, '1346-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145595, 1156, '1346-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145596, 1156, '1346-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145597, 1156, '1346-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145598, 1156, '1346-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145599, 1156, '1346-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145600, 1156, '1346-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145601, 1156, '1346-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145602, 1156, '1346-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145603, 1156, '1346-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145604, 1156, '1346-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145605, 1156, '1347-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145606, 1156, '1347-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145607, 1156, '1347-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145608, 1156, '1347-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145609, 1156, '1347-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145610, 1156, '1347-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145611, 1156, '1347-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145612, 1156, '1347-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145613, 1156, '1347-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145614, 1156, '1347-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145615, 1156, '1347-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145616, 1156, '1347-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145617, 1156, '1348-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145618, 1156, '1348-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145619, 1156, '1348-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145620, 1156, '1348-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145621, 1156, '1348-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145622, 1156, '1348-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145623, 1156, '1348-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145624, 1156, '1348-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145625, 1156, '1348-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145626, 1156, '1348-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145627, 1156, '1348-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145628, 1156, '1348-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145629, 1156, '1349-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145630, 1156, '1349-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145631, 1156, '1349-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145632, 1156, '1349-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145633, 1156, '1349-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145634, 1156, '1349-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145635, 1156, '1349-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145636, 1156, '1349-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145637, 1156, '1349-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145638, 1156, '1349-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145639, 1156, '1349-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145640, 1156, '1349-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145641, 1156, '1350-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145642, 1156, '1350-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145643, 1156, '1350-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145644, 1156, '1350-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145645, 1156, '1350-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145646, 1156, '1350-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145647, 1156, '1350-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145648, 1156, '1350-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145649, 1156, '1350-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145650, 1156, '1350-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145651, 1156, '1350-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145652, 1156, '1350-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145653, 1156, '1351-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145654, 1156, '1351-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145655, 1156, '1351-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145656, 1156, '1351-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145657, 1156, '1351-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145658, 1156, '1351-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145659, 1156, '1351-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145660, 1156, '1351-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145661, 1156, '1351-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145662, 1156, '1351-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145663, 1156, '1351-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145664, 1156, '1351-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145665, 1156, '1352-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145666, 1156, '1352-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145667, 1156, '1352-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145668, 1156, '1352-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145669, 1156, '1352-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145670, 1156, '1352-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145671, 1156, '1352-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145672, 1156, '1352-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145673, 1156, '1352-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145674, 1156, '1352-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145675, 1156, '1352-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145676, 1156, '1352-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145677, 1156, '1353-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145678, 1156, '1353-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145679, 1156, '1353-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145680, 1156, '1353-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145681, 1156, '1353-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145682, 1156, '1353-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145683, 1156, '1353-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145684, 1156, '1353-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145685, 1156, '1353-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145686, 1156, '1353-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145687, 1156, '1353-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145688, 1156, '1353-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145689, 1156, '1354-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145690, 1156, '1354-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145691, 1156, '1354-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145692, 1156, '1354-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145693, 1156, '1354-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145694, 1156, '1354-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145695, 1156, '1354-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145696, 1156, '1354-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145697, 1156, '1354-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145698, 1156, '1354-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145699, 1156, '1354-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145700, 1156, '1354-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145701, 1156, '1355-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(145702, 1156, '1355-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145703, 1156, '1355-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145704, 1156, '1355-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145705, 1156, '1355-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145706, 1156, '1355-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145707, 1156, '1355-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145708, 1156, '1355-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145709, 1156, '1355-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145710, 1156, '1355-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145711, 1156, '1355-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145712, 1156, '1355-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145713, 1156, '1356-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145714, 1156, '1356-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145715, 1156, '1356-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145716, 1156, '1356-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145717, 1156, '1356-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145718, 1156, '1356-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145719, 1156, '1356-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145720, 1156, '1356-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145721, 1156, '1356-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145722, 1156, '1356-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145723, 1156, '1356-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145724, 1156, '1356-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145725, 1156, '1357-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145726, 1156, '1357-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145727, 1156, '1357-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145728, 1156, '1357-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145729, 1156, '1357-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145730, 1156, '1357-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145731, 1156, '1357-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145732, 1156, '1357-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145733, 1156, '1357-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145734, 1156, '1357-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145735, 1156, '1357-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145736, 1156, '1357-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145737, 1156, '1358-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145738, 1156, '1358-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145739, 1156, '1358-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145740, 1156, '1358-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145741, 1156, '1358-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145742, 1156, '1358-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145743, 1156, '1358-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145744, 1156, '1358-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145745, 1156, '1358-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145746, 1156, '1358-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145747, 1156, '1358-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145748, 1156, '1358-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145749, 1156, '1359-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145750, 1156, '1359-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145751, 1156, '1359-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145752, 1156, '1359-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145753, 1156, '1359-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145754, 1156, '1359-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145755, 1156, '1359-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145756, 1156, '1359-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145757, 1156, '1359-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145758, 1156, '1359-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145759, 1156, '1359-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145760, 1156, '1359-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145761, 1156, '1360-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145762, 1156, '1360-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145763, 1156, '1360-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145764, 1156, '1360-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145765, 1156, '1360-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145766, 1156, '1360-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145767, 1156, '1360-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145768, 1156, '1360-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145769, 1156, '1360-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145770, 1156, '1360-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145771, 1156, '1360-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145772, 1156, '1360-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145773, 1156, '1361-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145774, 1156, '1361-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145775, 1156, '1361-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145776, 1156, '1361-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145777, 1156, '1361-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145778, 1156, '1361-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145779, 1156, '1361-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145780, 1156, '1361-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145781, 1156, '1361-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145782, 1156, '1361-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145783, 1156, '1361-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145784, 1156, '1361-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145785, 1156, '1362-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145786, 1156, '1362-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145787, 1156, '1362-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145788, 1156, '1362-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145789, 1156, '1362-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145790, 1156, '1362-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145791, 1156, '1362-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145792, 1156, '1362-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145793, 1156, '1362-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145794, 1156, '1362-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145795, 1156, '1362-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145796, 1156, '1362-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145797, 1156, '1363-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145798, 1156, '1363-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145799, 1156, '1363-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145800, 1156, '1363-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145801, 1156, '1363-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145802, 1156, '1363-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145803, 1156, '1363-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145804, 1156, '1363-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145805, 1156, '1363-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145806, 1156, '1363-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145807, 1156, '1363-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145808, 1156, '1363-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145809, 1156, '1364-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145810, 1156, '1364-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145811, 1156, '1364-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145812, 1156, '1364-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145813, 1156, '1364-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145814, 1156, '1364-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145815, 1156, '1364-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145816, 1156, '1364-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145817, 1156, '1364-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145818, 1156, '1364-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145819, 1156, '1364-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145820, 1156, '1364-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145821, 1156, '1365-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145822, 1156, '1365-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145823, 1156, '1365-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145824, 1156, '1365-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145825, 1156, '1365-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145826, 1156, '1365-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145827, 1156, '1365-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145828, 1156, '1365-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145829, 1156, '1365-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145830, 1156, '1365-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145831, 1156, '1365-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145832, 1156, '1365-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145833, 1156, '1366-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145834, 1156, '1366-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145835, 1156, '1366-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145836, 1156, '1366-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145837, 1156, '1366-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145838, 1156, '1366-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145839, 1156, '1366-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145840, 1156, '1366-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145841, 1156, '1366-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145842, 1156, '1366-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145843, 1156, '1366-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145844, 1156, '1366-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145845, 1156, '1367-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145846, 1156, '1367-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145847, 1156, '1367-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145848, 1156, '1367-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145849, 1156, '1367-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145850, 1156, '1367-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145851, 1156, '1367-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145852, 1156, '1367-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145853, 1156, '1367-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145854, 1156, '1367-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145855, 1156, '1367-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145856, 1156, '1367-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145857, 1156, '1368-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145858, 1156, '1368-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145859, 1156, '1368-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145860, 1156, '1368-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145861, 1156, '1368-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145862, 1156, '1368-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145863, 1156, '1368-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145864, 1156, '1368-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145865, 1156, '1368-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145866, 1156, '1368-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145867, 1156, '1368-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145868, 1156, '1368-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145869, 1156, '1369-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145870, 1156, '1369-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145871, 1156, '1369-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145872, 1156, '1369-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145873, 1156, '1369-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145874, 1156, '1369-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145875, 1156, '1369-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145876, 1156, '1369-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145877, 1156, '1369-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145878, 1156, '1369-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145879, 1156, '1369-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145880, 1156, '1369-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145881, 1156, '1370-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145882, 1156, '1370-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145883, 1156, '1370-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145884, 1156, '1370-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145885, 1156, '1370-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145886, 1156, '1370-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145887, 1156, '1370-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145888, 1156, '1370-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145889, 1156, '1370-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145890, 1156, '1370-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145891, 1156, '1370-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145892, 1156, '1370-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145893, 1156, '1371-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145894, 1156, '1371-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145895, 1156, '1371-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145896, 1156, '1371-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145897, 1156, '1371-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145898, 1156, '1371-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145899, 1156, '1371-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145900, 1156, '1371-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145901, 1156, '1371-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145902, 1156, '1371-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145903, 1156, '1371-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145904, 1156, '1371-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145905, 1156, '1372-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145906, 1156, '1372-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145907, 1156, '1372-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145908, 1156, '1372-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145909, 1156, '1372-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145910, 1156, '1372-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145911, 1156, '1372-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145912, 1156, '1372-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145913, 1156, '1372-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145914, 1156, '1372-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145915, 1156, '1372-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145916, 1156, '1372-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145917, 1156, '1373-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145918, 1156, '1373-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145919, 1156, '1373-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145920, 1156, '1373-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145921, 1156, '1373-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145922, 1156, '1373-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145923, 1156, '1373-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145924, 1156, '1373-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145925, 1156, '1373-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145926, 1156, '1373-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145927, 1156, '1373-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145928, 1156, '1373-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145929, 1156, '1374-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145930, 1156, '1374-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145931, 1156, '1374-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145932, 1156, '1374-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145933, 1156, '1374-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145934, 1156, '1374-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145935, 1156, '1374-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145936, 1156, '1374-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145937, 1156, '1374-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145938, 1156, '1374-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145939, 1156, '1374-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145940, 1156, '1374-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145941, 1156, '1375-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145942, 1156, '1375-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145943, 1156, '1375-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145944, 1156, '1375-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145945, 1156, '1375-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145946, 1156, '1375-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145947, 1156, '1375-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145948, 1156, '1375-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145949, 1156, '1375-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145950, 1156, '1375-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145951, 1156, '1375-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145952, 1156, '1375-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145953, 1156, '1376-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145954, 1156, '1376-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145955, 1156, '1376-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145956, 1156, '1376-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145957, 1156, '1376-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145958, 1156, '1376-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145959, 1156, '1376-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145960, 1156, '1376-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145961, 1156, '1376-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145962, 1156, '1376-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145963, 1156, '1376-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145964, 1156, '1376-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145965, 1156, '1377-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145966, 1156, '1377-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145967, 1156, '1377-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145968, 1156, '1377-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145969, 1156, '1377-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:30', '2023-09-12 17:47:30'),
(145970, 1156, '1377-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(145971, 1156, '1377-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(145972, 1156, '1377-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(145973, 1156, '1377-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(145974, 1156, '1377-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(145975, 1156, '1377-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(145976, 1156, '1377-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(145977, 1156, '1378-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(145978, 1156, '1378-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(145979, 1156, '1378-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(145980, 1156, '1378-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(145981, 1156, '1378-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(145982, 1156, '1378-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(145983, 1156, '1378-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(145984, 1156, '1378-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(145985, 1156, '1378-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(145986, 1156, '1378-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(145987, 1156, '1378-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(145988, 1156, '1378-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(145989, 1156, '1379-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(145990, 1156, '1379-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(145991, 1156, '1379-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(145992, 1156, '1379-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(145993, 1156, '1379-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(145994, 1156, '1379-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(145995, 1156, '1379-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(145996, 1156, '1379-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(145997, 1156, '1379-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(145998, 1156, '1379-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(145999, 1156, '1379-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146000, 1156, '1379-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146001, 1156, '1380-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146002, 1156, '1380-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146003, 1156, '1380-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146004, 1156, '1380-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146005, 1156, '1380-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146006, 1156, '1380-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146007, 1156, '1380-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146008, 1156, '1380-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146009, 1156, '1380-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146010, 1156, '1380-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146011, 1156, '1380-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146012, 1156, '1380-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146013, 1156, '1381-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146014, 1156, '1381-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146015, 1156, '1381-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146016, 1156, '1381-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146017, 1156, '1381-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146018, 1156, '1381-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146019, 1156, '1381-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146020, 1156, '1381-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146021, 1156, '1381-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146022, 1156, '1381-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146023, 1156, '1381-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146024, 1156, '1381-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146025, 1156, '1382-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146026, 1156, '1382-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146027, 1156, '1382-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146028, 1156, '1382-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146029, 1156, '1382-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146030, 1156, '1382-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146031, 1156, '1382-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146032, 1156, '1382-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146033, 1156, '1382-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146034, 1156, '1382-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146035, 1156, '1382-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146036, 1156, '1382-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146037, 1156, '1383-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146038, 1156, '1383-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146039, 1156, '1383-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146040, 1156, '1383-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146041, 1156, '1383-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146042, 1156, '1383-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146043, 1156, '1383-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146044, 1156, '1383-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146045, 1156, '1383-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146046, 1156, '1383-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146047, 1156, '1383-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146048, 1156, '1383-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146049, 1156, '1384-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146050, 1156, '1384-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146051, 1156, '1384-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146052, 1156, '1384-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146053, 1156, '1384-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146054, 1156, '1384-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146055, 1156, '1384-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146056, 1156, '1384-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146057, 1156, '1384-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146058, 1156, '1384-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146059, 1156, '1384-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146060, 1156, '1384-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146061, 1156, '1385-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146062, 1156, '1385-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146063, 1156, '1385-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146064, 1156, '1385-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146065, 1156, '1385-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146066, 1156, '1385-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146067, 1156, '1385-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146068, 1156, '1385-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146069, 1156, '1385-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146070, 1156, '1385-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146071, 1156, '1385-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146072, 1156, '1385-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146073, 1156, '1386-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146074, 1156, '1386-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146075, 1156, '1386-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146076, 1156, '1386-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146077, 1156, '1386-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146078, 1156, '1386-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146079, 1156, '1386-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146080, 1156, '1386-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146081, 1156, '1386-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146082, 1156, '1386-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146083, 1156, '1386-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146084, 1156, '1386-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146085, 1156, '1387-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146086, 1156, '1387-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146087, 1156, '1387-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146088, 1156, '1387-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146089, 1156, '1387-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146090, 1156, '1387-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146091, 1156, '1387-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146092, 1156, '1387-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146093, 1156, '1387-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146094, 1156, '1387-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146095, 1156, '1387-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146096, 1156, '1387-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146097, 1156, '1388-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146098, 1156, '1388-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146099, 1156, '1388-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146100, 1156, '1388-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146101, 1156, '1388-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146102, 1156, '1388-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146103, 1156, '1388-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146104, 1156, '1388-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146105, 1156, '1388-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146106, 1156, '1388-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146107, 1156, '1388-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146108, 1156, '1388-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146109, 1156, '1389-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146110, 1156, '1389-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146111, 1156, '1389-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146112, 1156, '1389-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146113, 1156, '1389-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146114, 1156, '1389-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146115, 1156, '1389-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146116, 1156, '1389-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146117, 1156, '1389-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146118, 1156, '1389-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146119, 1156, '1389-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146120, 1156, '1389-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146121, 1156, '1390-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146122, 1156, '1390-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146123, 1156, '1390-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146124, 1156, '1390-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146125, 1156, '1390-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146126, 1156, '1390-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146127, 1156, '1390-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146128, 1156, '1390-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146129, 1156, '1390-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146130, 1156, '1390-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146131, 1156, '1390-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146132, 1156, '1390-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146133, 1156, '1391-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146134, 1156, '1391-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146135, 1156, '1391-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146136, 1156, '1391-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146137, 1156, '1391-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146138, 1156, '1391-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146139, 1156, '1391-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146140, 1156, '1391-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146141, 1156, '1391-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146142, 1156, '1391-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146143, 1156, '1391-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146144, 1156, '1391-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146145, 1156, '1392-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146146, 1156, '1392-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146147, 1156, '1392-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146148, 1156, '1392-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146149, 1156, '1392-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146150, 1156, '1392-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146151, 1156, '1392-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146152, 1156, '1392-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146153, 1156, '1392-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146154, 1156, '1392-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146155, 1156, '1392-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146156, 1156, '1392-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146157, 1156, '1393-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(146158, 1156, '1393-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146159, 1156, '1393-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146160, 1156, '1393-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146161, 1156, '1393-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146162, 1156, '1393-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146163, 1156, '1393-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146164, 1156, '1393-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146165, 1156, '1393-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146166, 1156, '1393-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146167, 1156, '1393-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146168, 1156, '1393-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146169, 1156, '1394-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146170, 1156, '1394-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146171, 1156, '1394-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146172, 1156, '1394-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146173, 1156, '1394-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146174, 1156, '1394-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146175, 1156, '1394-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146176, 1156, '1394-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146177, 1156, '1394-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146178, 1156, '1394-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146179, 1156, '1394-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146180, 1156, '1394-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146181, 1156, '1395-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146182, 1156, '1395-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146183, 1156, '1395-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146184, 1156, '1395-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146185, 1156, '1395-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146186, 1156, '1395-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146187, 1156, '1395-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146188, 1156, '1395-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146189, 1156, '1395-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146190, 1156, '1395-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146191, 1156, '1395-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146192, 1156, '1395-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146193, 1156, '1396-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146194, 1156, '1396-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146195, 1156, '1396-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146196, 1156, '1396-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146197, 1156, '1396-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146198, 1156, '1396-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146199, 1156, '1396-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146200, 1156, '1396-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146201, 1156, '1396-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146202, 1156, '1396-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146203, 1156, '1396-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146204, 1156, '1396-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146205, 1156, '1397-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146206, 1156, '1397-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146207, 1156, '1397-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146208, 1156, '1397-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146209, 1156, '1397-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146210, 1156, '1397-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146211, 1156, '1397-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146212, 1156, '1397-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146213, 1156, '1397-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146214, 1156, '1397-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146215, 1156, '1397-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146216, 1156, '1397-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146217, 1156, '1398-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146218, 1156, '1398-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146219, 1156, '1398-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146220, 1156, '1398-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146221, 1156, '1398-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146222, 1156, '1398-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146223, 1156, '1398-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146224, 1156, '1398-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146225, 1156, '1398-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146226, 1156, '1398-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146227, 1156, '1398-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146228, 1156, '1398-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146229, 1156, '1399-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146230, 1156, '1399-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146231, 1156, '1399-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146232, 1156, '1399-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146233, 1156, '1399-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146234, 1156, '1399-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146235, 1156, '1399-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146236, 1156, '1399-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146237, 1156, '1399-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146238, 1156, '1399-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146239, 1156, '1399-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146240, 1156, '1399-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146241, 1156, '1400-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146242, 1156, '1400-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146243, 1156, '1400-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146244, 1156, '1400-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146245, 1156, '1400-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146246, 1156, '1400-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146247, 1156, '1400-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146248, 1156, '1400-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146249, 1156, '1400-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146250, 1156, '1400-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146251, 1156, '1400-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146252, 1156, '1400-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146253, 1156, '1401-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146254, 1156, '1401-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146255, 1156, '1401-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146256, 1156, '1401-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146257, 1156, '1401-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146258, 1156, '1401-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146259, 1156, '1401-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146260, 1156, '1401-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146261, 1156, '1401-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146262, 1156, '1401-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146263, 1156, '1401-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146264, 1156, '1401-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146265, 1156, '1402-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146266, 1156, '1402-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146267, 1156, '1402-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146268, 1156, '1402-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146269, 1156, '1402-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146270, 1156, '1402-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146271, 1156, '1402-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146272, 1156, '1402-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146273, 1156, '1402-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146274, 1156, '1402-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146275, 1156, '1402-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146276, 1156, '1402-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146277, 1156, '1403-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146278, 1156, '1403-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146279, 1156, '1403-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146280, 1156, '1403-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146281, 1156, '1403-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146282, 1156, '1403-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146283, 1156, '1403-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146284, 1156, '1403-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146285, 1156, '1403-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146286, 1156, '1403-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146287, 1156, '1403-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146288, 1156, '1403-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146289, 1156, '1404-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146290, 1156, '1404-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146291, 1156, '1404-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146292, 1156, '1404-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146293, 1156, '1404-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146294, 1156, '1404-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146295, 1156, '1404-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146296, 1156, '1404-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146297, 1156, '1404-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146298, 1156, '1404-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146299, 1156, '1404-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146300, 1156, '1404-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146301, 1156, '1405-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146302, 1156, '1405-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146303, 1156, '1405-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146304, 1156, '1405-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146305, 1156, '1405-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146306, 1156, '1405-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146307, 1156, '1405-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146308, 1156, '1405-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146309, 1156, '1405-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146310, 1156, '1405-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146311, 1156, '1405-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146312, 1156, '1405-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146313, 1156, '1406-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146314, 1156, '1406-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146315, 1156, '1406-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146316, 1156, '1406-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146317, 1156, '1406-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146318, 1156, '1406-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146319, 1156, '1406-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146320, 1156, '1406-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146321, 1156, '1406-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146322, 1156, '1406-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146323, 1156, '1406-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146324, 1156, '1406-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146325, 1156, '1407-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146326, 1156, '1407-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146327, 1156, '1407-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146328, 1156, '1407-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146329, 1156, '1407-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146330, 1156, '1407-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146331, 1156, '1407-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146332, 1156, '1407-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:31', '2023-09-12 17:47:31'),
(146333, 1156, '1407-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146334, 1156, '1407-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146335, 1156, '1407-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146336, 1156, '1407-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146337, 1156, '1408-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146338, 1156, '1408-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146339, 1156, '1408-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146340, 1156, '1408-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146341, 1156, '1408-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146342, 1156, '1408-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146343, 1156, '1408-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146344, 1156, '1408-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146345, 1156, '1408-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146346, 1156, '1408-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146347, 1156, '1408-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146348, 1156, '1408-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146349, 1156, '1409-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146350, 1156, '1409-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146351, 1156, '1409-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146352, 1156, '1409-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146353, 1156, '1409-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146354, 1156, '1409-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146355, 1156, '1409-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146356, 1156, '1409-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146357, 1156, '1409-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146358, 1156, '1409-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146359, 1156, '1409-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146360, 1156, '1409-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146361, 1156, '1410-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146362, 1156, '1410-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146363, 1156, '1410-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146364, 1156, '1410-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146365, 1156, '1410-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146366, 1156, '1410-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146367, 1156, '1410-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146368, 1156, '1410-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146369, 1156, '1410-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146370, 1156, '1410-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146371, 1156, '1410-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146372, 1156, '1410-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146373, 1156, '1411-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146374, 1156, '1411-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146375, 1156, '1411-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146376, 1156, '1411-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146377, 1156, '1411-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146378, 1156, '1411-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146379, 1156, '1411-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146380, 1156, '1411-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146381, 1156, '1411-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146382, 1156, '1411-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146383, 1156, '1411-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146384, 1156, '1411-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146385, 1156, '1412-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146386, 1156, '1412-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146387, 1156, '1412-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146388, 1156, '1412-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146389, 1156, '1412-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146390, 1156, '1412-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146391, 1156, '1412-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146392, 1156, '1412-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146393, 1156, '1412-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146394, 1156, '1412-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146395, 1156, '1412-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146396, 1156, '1412-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146397, 1156, '1413-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146398, 1156, '1413-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146399, 1156, '1413-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146400, 1156, '1413-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146401, 1156, '1413-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146402, 1156, '1413-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146403, 1156, '1413-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146404, 1156, '1413-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146405, 1156, '1413-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146406, 1156, '1413-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146407, 1156, '1413-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146408, 1156, '1413-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146409, 1156, '1414-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146410, 1156, '1414-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146411, 1156, '1414-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146412, 1156, '1414-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146413, 1156, '1414-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146414, 1156, '1414-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146415, 1156, '1414-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146416, 1156, '1414-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146417, 1156, '1414-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146418, 1156, '1414-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146419, 1156, '1414-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146420, 1156, '1414-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146421, 1156, '1415-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146422, 1156, '1415-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146423, 1156, '1415-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146424, 1156, '1415-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146425, 1156, '1415-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146426, 1156, '1415-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146427, 1156, '1415-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146428, 1156, '1415-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146429, 1156, '1415-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146430, 1156, '1415-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146431, 1156, '1415-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146432, 1156, '1415-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146433, 1156, '1416-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146434, 1156, '1416-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146435, 1156, '1416-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146436, 1156, '1416-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146437, 1156, '1416-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146438, 1156, '1416-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146439, 1156, '1416-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146440, 1156, '1416-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146441, 1156, '1416-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146442, 1156, '1416-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146443, 1156, '1416-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146444, 1156, '1416-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146445, 1156, '1417-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146446, 1156, '1417-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146447, 1156, '1417-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146448, 1156, '1417-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146449, 1156, '1417-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146450, 1156, '1417-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146451, 1156, '1417-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146452, 1156, '1417-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146453, 1156, '1417-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146454, 1156, '1417-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146455, 1156, '1417-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146456, 1156, '1417-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146457, 1156, '1418-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146458, 1156, '1418-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146459, 1156, '1418-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146460, 1156, '1418-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146461, 1156, '1418-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146462, 1156, '1418-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146463, 1156, '1418-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146464, 1156, '1418-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146465, 1156, '1418-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146466, 1156, '1418-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146467, 1156, '1418-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146468, 1156, '1418-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146469, 1156, '1419-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146470, 1156, '1419-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146471, 1156, '1419-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146472, 1156, '1419-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146473, 1156, '1419-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146474, 1156, '1419-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146475, 1156, '1419-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146476, 1156, '1419-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146477, 1156, '1419-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146478, 1156, '1419-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146479, 1156, '1419-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146480, 1156, '1419-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146481, 1156, '1420-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146482, 1156, '1420-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146483, 1156, '1420-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146484, 1156, '1420-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146485, 1156, '1420-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146486, 1156, '1420-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146487, 1156, '1420-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146488, 1156, '1420-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146489, 1156, '1420-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146490, 1156, '1420-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146491, 1156, '1420-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146492, 1156, '1420-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146493, 1156, '1421-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146494, 1156, '1421-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146495, 1156, '1421-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146496, 1156, '1421-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146497, 1156, '1421-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146498, 1156, '1421-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146499, 1156, '1421-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146500, 1156, '1421-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146501, 1156, '1421-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146502, 1156, '1421-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146503, 1156, '1421-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146504, 1156, '1421-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146505, 1156, '1422-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146506, 1156, '1422-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146507, 1156, '1422-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146508, 1156, '1422-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146509, 1156, '1422-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146510, 1156, '1422-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146511, 1156, '1422-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146512, 1156, '1422-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146513, 1156, '1422-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146514, 1156, '1422-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146515, 1156, '1422-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146516, 1156, '1422-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146517, 1156, '1423-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146518, 1156, '1423-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146519, 1156, '1423-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146520, 1156, '1423-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146521, 1156, '1423-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146522, 1156, '1423-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146523, 1156, '1423-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146524, 1156, '1423-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146525, 1156, '1423-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146526, 1156, '1423-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146527, 1156, '1423-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146528, 1156, '1423-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146529, 1156, '1424-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146530, 1156, '1424-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146531, 1156, '1424-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146532, 1156, '1424-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146533, 1156, '1424-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146534, 1156, '1424-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146535, 1156, '1424-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146536, 1156, '1424-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146537, 1156, '1424-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146538, 1156, '1424-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146539, 1156, '1424-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146540, 1156, '1424-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146541, 1156, '1425-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146542, 1156, '1425-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146543, 1156, '1425-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146544, 1156, '1425-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146545, 1156, '1425-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146546, 1156, '1425-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146547, 1156, '1425-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146548, 1156, '1425-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146549, 1156, '1425-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146550, 1156, '1425-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146551, 1156, '1425-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146552, 1156, '1425-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146553, 1156, '1426-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146554, 1156, '1426-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146555, 1156, '1426-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146556, 1156, '1426-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146557, 1156, '1426-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146558, 1156, '1426-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146559, 1156, '1426-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146560, 1156, '1426-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146561, 1156, '1426-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146562, 1156, '1426-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146563, 1156, '1426-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146564, 1156, '1426-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146565, 1156, '1427-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146566, 1156, '1427-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146567, 1156, '1427-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146568, 1156, '1427-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146569, 1156, '1427-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146570, 1156, '1427-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146571, 1156, '1427-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146572, 1156, '1427-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146573, 1156, '1427-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146574, 1156, '1427-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146575, 1156, '1427-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146576, 1156, '1427-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146577, 1156, '1428-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146578, 1156, '1428-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146579, 1156, '1428-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146580, 1156, '1428-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146581, 1156, '1428-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146582, 1156, '1428-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146583, 1156, '1428-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146584, 1156, '1428-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146585, 1156, '1428-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146586, 1156, '1428-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146587, 1156, '1428-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146588, 1156, '1428-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146589, 1156, '1429-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146590, 1156, '1429-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146591, 1156, '1429-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146592, 1156, '1429-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146593, 1156, '1429-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146594, 1156, '1429-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146595, 1156, '1429-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146596, 1156, '1429-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146597, 1156, '1429-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146598, 1156, '1429-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146599, 1156, '1429-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146600, 1156, '1429-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146601, 1156, '1430-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146602, 1156, '1430-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146603, 1156, '1430-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146604, 1156, '1430-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146605, 1156, '1430-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146606, 1156, '1430-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146607, 1156, '1430-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146608, 1156, '1430-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146609, 1156, '1430-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146610, 1156, '1430-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146611, 1156, '1430-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146612, 1156, '1430-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146613, 1156, '1431-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(146614, 1156, '1431-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146615, 1156, '1431-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146616, 1156, '1431-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146617, 1156, '1431-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146618, 1156, '1431-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146619, 1156, '1431-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146620, 1156, '1431-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146621, 1156, '1431-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146622, 1156, '1431-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146623, 1156, '1431-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146624, 1156, '1431-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146625, 1156, '1432-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146626, 1156, '1432-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146627, 1156, '1432-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146628, 1156, '1432-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146629, 1156, '1432-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146630, 1156, '1432-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146631, 1156, '1432-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146632, 1156, '1432-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146633, 1156, '1432-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146634, 1156, '1432-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146635, 1156, '1432-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146636, 1156, '1432-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146637, 1156, '1433-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146638, 1156, '1433-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146639, 1156, '1433-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146640, 1156, '1433-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146641, 1156, '1433-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146642, 1156, '1433-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146643, 1156, '1433-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146644, 1156, '1433-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146645, 1156, '1433-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146646, 1156, '1433-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146647, 1156, '1433-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146648, 1156, '1433-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146649, 1156, '1434-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146650, 1156, '1434-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146651, 1156, '1434-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146652, 1156, '1434-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146653, 1156, '1434-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146654, 1156, '1434-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146655, 1156, '1434-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146656, 1156, '1434-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146657, 1156, '1434-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146658, 1156, '1434-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146659, 1156, '1434-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146660, 1156, '1434-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146661, 1156, '1435-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146662, 1156, '1435-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146663, 1156, '1435-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146664, 1156, '1435-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146665, 1156, '1435-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146666, 1156, '1435-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146667, 1156, '1435-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146668, 1156, '1435-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146669, 1156, '1435-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146670, 1156, '1435-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146671, 1156, '1435-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146672, 1156, '1435-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146673, 1156, '1436-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146674, 1156, '1436-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146675, 1156, '1436-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:32', '2023-09-12 17:47:32'),
(146676, 1156, '1436-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146677, 1156, '1436-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146678, 1156, '1436-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146679, 1156, '1436-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146680, 1156, '1436-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146681, 1156, '1436-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146682, 1156, '1436-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146683, 1156, '1436-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146684, 1156, '1436-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146685, 1156, '1437-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146686, 1156, '1437-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146687, 1156, '1437-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146688, 1156, '1437-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146689, 1156, '1437-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146690, 1156, '1437-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146691, 1156, '1437-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146692, 1156, '1437-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146693, 1156, '1437-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146694, 1156, '1437-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146695, 1156, '1437-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146696, 1156, '1437-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146697, 1156, '1438-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146698, 1156, '1438-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146699, 1156, '1438-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146700, 1156, '1438-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146701, 1156, '1438-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146702, 1156, '1438-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146703, 1156, '1438-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146704, 1156, '1438-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146705, 1156, '1438-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146706, 1156, '1438-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146707, 1156, '1438-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146708, 1156, '1438-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146709, 1156, '1439-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146710, 1156, '1439-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146711, 1156, '1439-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146712, 1156, '1439-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146713, 1156, '1439-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146714, 1156, '1439-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146715, 1156, '1439-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146716, 1156, '1439-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146717, 1156, '1439-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146718, 1156, '1439-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146719, 1156, '1439-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146720, 1156, '1439-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146721, 1156, '1440-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146722, 1156, '1440-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146723, 1156, '1440-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146724, 1156, '1440-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146725, 1156, '1440-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146726, 1156, '1440-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146727, 1156, '1440-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146728, 1156, '1440-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146729, 1156, '1440-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146730, 1156, '1440-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146731, 1156, '1440-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146732, 1156, '1440-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146733, 1156, '1441-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146734, 1156, '1441-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146735, 1156, '1441-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146736, 1156, '1441-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146737, 1156, '1441-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146738, 1156, '1441-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146739, 1156, '1441-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146740, 1156, '1441-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146741, 1156, '1441-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146742, 1156, '1441-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146743, 1156, '1441-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146744, 1156, '1441-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146745, 1156, '1442-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146746, 1156, '1442-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146747, 1156, '1442-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146748, 1156, '1442-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146749, 1156, '1442-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146750, 1156, '1442-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146751, 1156, '1442-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146752, 1156, '1442-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146753, 1156, '1442-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146754, 1156, '1442-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146755, 1156, '1442-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146756, 1156, '1442-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146757, 1156, '1443-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146758, 1156, '1443-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146759, 1156, '1443-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146760, 1156, '1443-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146761, 1156, '1443-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146762, 1156, '1443-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146763, 1156, '1443-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146764, 1156, '1443-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146765, 1156, '1443-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146766, 1156, '1443-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146767, 1156, '1443-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146768, 1156, '1443-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146769, 1156, '1444-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146770, 1156, '1444-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146771, 1156, '1444-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146772, 1156, '1444-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146773, 1156, '1444-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146774, 1156, '1444-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146775, 1156, '1444-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146776, 1156, '1444-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146777, 1156, '1444-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146778, 1156, '1444-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146779, 1156, '1444-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146780, 1156, '1444-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146781, 1156, '1445-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146782, 1156, '1445-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146783, 1156, '1445-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146784, 1156, '1445-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146785, 1156, '1445-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146786, 1156, '1445-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146787, 1156, '1445-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146788, 1156, '1445-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146789, 1156, '1445-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146790, 1156, '1445-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146791, 1156, '1445-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146792, 1156, '1445-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146793, 1156, '1446-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146794, 1156, '1446-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146795, 1156, '1446-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146796, 1156, '1446-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146797, 1156, '1446-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146798, 1156, '1446-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146799, 1156, '1446-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146800, 1156, '1446-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146801, 1156, '1446-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146802, 1156, '1446-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146803, 1156, '1446-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146804, 1156, '1446-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146805, 1156, '1447-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146806, 1156, '1447-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146807, 1156, '1447-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146808, 1156, '1447-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146809, 1156, '1447-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146810, 1156, '1447-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146811, 1156, '1447-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146812, 1156, '1447-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146813, 1156, '1447-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146814, 1156, '1447-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146815, 1156, '1447-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146816, 1156, '1447-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146817, 1156, '1448-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146818, 1156, '1448-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146819, 1156, '1448-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146820, 1156, '1448-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146821, 1156, '1448-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146822, 1156, '1448-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146823, 1156, '1448-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146824, 1156, '1448-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146825, 1156, '1448-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146826, 1156, '1448-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146827, 1156, '1448-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146828, 1156, '1448-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146829, 1156, '1449-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146830, 1156, '1449-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146831, 1156, '1449-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146832, 1156, '1449-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146833, 1156, '1449-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146834, 1156, '1449-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146835, 1156, '1449-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146836, 1156, '1449-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146837, 1156, '1449-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146838, 1156, '1449-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146839, 1156, '1449-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146840, 1156, '1449-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146841, 1156, '1450-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146842, 1156, '1450-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146843, 1156, '1450-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146844, 1156, '1450-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146845, 1156, '1450-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146846, 1156, '1450-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146847, 1156, '1450-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146848, 1156, '1450-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146849, 1156, '1450-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146850, 1156, '1450-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146851, 1156, '1450-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146852, 1156, '1450-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146853, 1156, '1451-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146854, 1156, '1451-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146855, 1156, '1451-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146856, 1156, '1451-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146857, 1156, '1451-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146858, 1156, '1451-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146859, 1156, '1451-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146860, 1156, '1451-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146861, 1156, '1451-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146862, 1156, '1451-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146863, 1156, '1451-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146864, 1156, '1451-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146865, 1156, '1452-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146866, 1156, '1452-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146867, 1156, '1452-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146868, 1156, '1452-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146869, 1156, '1452-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146870, 1156, '1452-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146871, 1156, '1452-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146872, 1156, '1452-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146873, 1156, '1452-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146874, 1156, '1452-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146875, 1156, '1452-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146876, 1156, '1452-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146877, 1156, '1453-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146878, 1156, '1453-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146879, 1156, '1453-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146880, 1156, '1453-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146881, 1156, '1453-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146882, 1156, '1453-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146883, 1156, '1453-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146884, 1156, '1453-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146885, 1156, '1453-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146886, 1156, '1453-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146887, 1156, '1453-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146888, 1156, '1453-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146889, 1156, '1454-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146890, 1156, '1454-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146891, 1156, '1454-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146892, 1156, '1454-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146893, 1156, '1454-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146894, 1156, '1454-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146895, 1156, '1454-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146896, 1156, '1454-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146897, 1156, '1454-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146898, 1156, '1454-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146899, 1156, '1454-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146900, 1156, '1454-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146901, 1156, '1455-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146902, 1156, '1455-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146903, 1156, '1455-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146904, 1156, '1455-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146905, 1156, '1455-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146906, 1156, '1455-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146907, 1156, '1455-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146908, 1156, '1455-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146909, 1156, '1455-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146910, 1156, '1455-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146911, 1156, '1455-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146912, 1156, '1455-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146913, 1156, '1456-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146914, 1156, '1456-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146915, 1156, '1456-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146916, 1156, '1456-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146917, 1156, '1456-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146918, 1156, '1456-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146919, 1156, '1456-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146920, 1156, '1456-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146921, 1156, '1456-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146922, 1156, '1456-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146923, 1156, '1456-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146924, 1156, '1456-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146925, 1156, '1457-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146926, 1156, '1457-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146927, 1156, '1457-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146928, 1156, '1457-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146929, 1156, '1457-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146930, 1156, '1457-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146931, 1156, '1457-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146932, 1156, '1457-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146933, 1156, '1457-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146934, 1156, '1457-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146935, 1156, '1457-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146936, 1156, '1457-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146937, 1156, '1458-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146938, 1156, '1458-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146939, 1156, '1458-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146940, 1156, '1458-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146941, 1156, '1458-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146942, 1156, '1458-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146943, 1156, '1458-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146944, 1156, '1458-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146945, 1156, '1458-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146946, 1156, '1458-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146947, 1156, '1458-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146948, 1156, '1458-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146949, 1156, '1459-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146950, 1156, '1459-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146951, 1156, '1459-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146952, 1156, '1459-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146953, 1156, '1459-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146954, 1156, '1459-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146955, 1156, '1459-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146956, 1156, '1459-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146957, 1156, '1459-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146958, 1156, '1459-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146959, 1156, '1459-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146960, 1156, '1459-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146961, 1156, '1460-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146962, 1156, '1460-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146963, 1156, '1460-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146964, 1156, '1460-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146965, 1156, '1460-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146966, 1156, '1460-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146967, 1156, '1460-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146968, 1156, '1460-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146969, 1156, '1460-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146970, 1156, '1460-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146971, 1156, '1460-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146972, 1156, '1460-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146973, 1156, '1461-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146974, 1156, '1461-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146975, 1156, '1461-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146976, 1156, '1461-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146977, 1156, '1461-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146978, 1156, '1461-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146979, 1156, '1461-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146980, 1156, '1461-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146981, 1156, '1461-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146982, 1156, '1461-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146983, 1156, '1461-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146984, 1156, '1461-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146985, 1156, '1462-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146986, 1156, '1462-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146987, 1156, '1462-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146988, 1156, '1462-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146989, 1156, '1462-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146990, 1156, '1462-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146991, 1156, '1462-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146992, 1156, '1462-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146993, 1156, '1462-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146994, 1156, '1462-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146995, 1156, '1462-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146996, 1156, '1462-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146997, 1156, '1463-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146998, 1156, '1463-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(146999, 1156, '1463-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(147000, 1156, '1463-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(147001, 1156, '1463-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(147002, 1156, '1463-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(147003, 1156, '1463-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(147004, 1156, '1463-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(147005, 1156, '1463-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(147006, 1156, '1463-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(147007, 1156, '1463-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(147008, 1156, '1463-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(147009, 1156, '1464-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(147010, 1156, '1464-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(147011, 1156, '1464-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(147012, 1156, '1464-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(147013, 1156, '1464-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(147014, 1156, '1464-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(147015, 1156, '1464-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(147016, 1156, '1464-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(147017, 1156, '1464-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(147018, 1156, '1464-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(147019, 1156, '1464-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(147020, 1156, '1464-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(147021, 1156, '1465-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(147022, 1156, '1465-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(147023, 1156, '1465-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(147024, 1156, '1465-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(147025, 1156, '1465-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(147026, 1156, '1465-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(147027, 1156, '1465-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(147028, 1156, '1465-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(147029, 1156, '1465-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(147030, 1156, '1465-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(147031, 1156, '1465-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(147032, 1156, '1465-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(147033, 1156, '1466-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(147034, 1156, '1466-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(147035, 1156, '1466-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(147036, 1156, '1466-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(147037, 1156, '1466-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(147038, 1156, '1466-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(147039, 1156, '1466-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(147040, 1156, '1466-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(147041, 1156, '1466-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(147042, 1156, '1466-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(147043, 1156, '1466-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(147044, 1156, '1466-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(147045, 1156, '1467-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(147046, 1156, '1467-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(147047, 1156, '1467-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(147048, 1156, '1467-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(147049, 1156, '1467-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(147050, 1156, '1467-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(147051, 1156, '1467-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(147052, 1156, '1467-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(147053, 1156, '1467-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:33', '2023-09-12 17:47:33'),
(147054, 1156, '1467-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147055, 1156, '1467-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147056, 1156, '1467-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147057, 1156, '1468-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147058, 1156, '1468-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147059, 1156, '1468-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147060, 1156, '1468-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147061, 1156, '1468-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147062, 1156, '1468-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147063, 1156, '1468-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147064, 1156, '1468-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147065, 1156, '1468-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147066, 1156, '1468-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147067, 1156, '1468-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147068, 1156, '1468-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147069, 1156, '1469-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(147070, 1156, '1469-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147071, 1156, '1469-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147072, 1156, '1469-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147073, 1156, '1469-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147074, 1156, '1469-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147075, 1156, '1469-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147076, 1156, '1469-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147077, 1156, '1469-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147078, 1156, '1469-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147079, 1156, '1469-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147080, 1156, '1469-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147081, 1156, '1470-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147082, 1156, '1470-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147083, 1156, '1470-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147084, 1156, '1470-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147085, 1156, '1470-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147086, 1156, '1470-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147087, 1156, '1470-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147088, 1156, '1470-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147089, 1156, '1470-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147090, 1156, '1470-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147091, 1156, '1470-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147092, 1156, '1470-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147093, 1156, '1471-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147094, 1156, '1471-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147095, 1156, '1471-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147096, 1156, '1471-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147097, 1156, '1471-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147098, 1156, '1471-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147099, 1156, '1471-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147100, 1156, '1471-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147101, 1156, '1471-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147102, 1156, '1471-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147103, 1156, '1471-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147104, 1156, '1471-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147105, 1156, '1472-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147106, 1156, '1472-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147107, 1156, '1472-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147108, 1156, '1472-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147109, 1156, '1472-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147110, 1156, '1472-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147111, 1156, '1472-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147112, 1156, '1472-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147113, 1156, '1472-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147114, 1156, '1472-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147115, 1156, '1472-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147116, 1156, '1472-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147117, 1156, '1473-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147118, 1156, '1473-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147119, 1156, '1473-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147120, 1156, '1473-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147121, 1156, '1473-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147122, 1156, '1473-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147123, 1156, '1473-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147124, 1156, '1473-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147125, 1156, '1473-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147126, 1156, '1473-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147127, 1156, '1473-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147128, 1156, '1473-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147129, 1156, '1474-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147130, 1156, '1474-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147131, 1156, '1474-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147132, 1156, '1474-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147133, 1156, '1474-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147134, 1156, '1474-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147135, 1156, '1474-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147136, 1156, '1474-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147137, 1156, '1474-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147138, 1156, '1474-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147139, 1156, '1474-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147140, 1156, '1474-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147141, 1156, '1475-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147142, 1156, '1475-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147143, 1156, '1475-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147144, 1156, '1475-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147145, 1156, '1475-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147146, 1156, '1475-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147147, 1156, '1475-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147148, 1156, '1475-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147149, 1156, '1475-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147150, 1156, '1475-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147151, 1156, '1475-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147152, 1156, '1475-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147153, 1156, '1476-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147154, 1156, '1476-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147155, 1156, '1476-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147156, 1156, '1476-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147157, 1156, '1476-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147158, 1156, '1476-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147159, 1156, '1476-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147160, 1156, '1476-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147161, 1156, '1476-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147162, 1156, '1476-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147163, 1156, '1476-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147164, 1156, '1476-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147165, 1156, '1477-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147166, 1156, '1477-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147167, 1156, '1477-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147168, 1156, '1477-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147169, 1156, '1477-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147170, 1156, '1477-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147171, 1156, '1477-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147172, 1156, '1477-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147173, 1156, '1477-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147174, 1156, '1477-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147175, 1156, '1477-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147176, 1156, '1477-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147177, 1156, '1478-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147178, 1156, '1478-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147179, 1156, '1478-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147180, 1156, '1478-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147181, 1156, '1478-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147182, 1156, '1478-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147183, 1156, '1478-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147184, 1156, '1478-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147185, 1156, '1478-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147186, 1156, '1478-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147187, 1156, '1478-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147188, 1156, '1478-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147189, 1156, '1479-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147190, 1156, '1479-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147191, 1156, '1479-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147192, 1156, '1479-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147193, 1156, '1479-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147194, 1156, '1479-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147195, 1156, '1479-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147196, 1156, '1479-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147197, 1156, '1479-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147198, 1156, '1479-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147199, 1156, '1479-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147200, 1156, '1479-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147201, 1156, '1480-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147202, 1156, '1480-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147203, 1156, '1480-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147204, 1156, '1480-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147205, 1156, '1480-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147206, 1156, '1480-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147207, 1156, '1480-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147208, 1156, '1480-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147209, 1156, '1480-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147210, 1156, '1480-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147211, 1156, '1480-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147212, 1156, '1480-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147213, 1156, '1481-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147214, 1156, '1481-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147215, 1156, '1481-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147216, 1156, '1481-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147217, 1156, '1481-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147218, 1156, '1481-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147219, 1156, '1481-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147220, 1156, '1481-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147221, 1156, '1481-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147222, 1156, '1481-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147223, 1156, '1481-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147224, 1156, '1481-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147225, 1156, '1482-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147226, 1156, '1482-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147227, 1156, '1482-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147228, 1156, '1482-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147229, 1156, '1482-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147230, 1156, '1482-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147231, 1156, '1482-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147232, 1156, '1482-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147233, 1156, '1482-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147234, 1156, '1482-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147235, 1156, '1482-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147236, 1156, '1482-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147237, 1156, '1483-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147238, 1156, '1483-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147239, 1156, '1483-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147240, 1156, '1483-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147241, 1156, '1483-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147242, 1156, '1483-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147243, 1156, '1483-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147244, 1156, '1483-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147245, 1156, '1483-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147246, 1156, '1483-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147247, 1156, '1483-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147248, 1156, '1483-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147249, 1156, '1484-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147250, 1156, '1484-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147251, 1156, '1484-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147252, 1156, '1484-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147253, 1156, '1484-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147254, 1156, '1484-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147255, 1156, '1484-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147256, 1156, '1484-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147257, 1156, '1484-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147258, 1156, '1484-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147259, 1156, '1484-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147260, 1156, '1484-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147261, 1156, '1485-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147262, 1156, '1485-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147263, 1156, '1485-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147264, 1156, '1485-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147265, 1156, '1485-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147266, 1156, '1485-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147267, 1156, '1485-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147268, 1156, '1485-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147269, 1156, '1485-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147270, 1156, '1485-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147271, 1156, '1485-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147272, 1156, '1485-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147273, 1156, '1486-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147274, 1156, '1486-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147275, 1156, '1486-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147276, 1156, '1486-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147277, 1156, '1486-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147278, 1156, '1486-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147279, 1156, '1486-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147280, 1156, '1486-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147281, 1156, '1486-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147282, 1156, '1486-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147283, 1156, '1486-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147284, 1156, '1486-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147285, 1156, '1487-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147286, 1156, '1487-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147287, 1156, '1487-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147288, 1156, '1487-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147289, 1156, '1487-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147290, 1156, '1487-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147291, 1156, '1487-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147292, 1156, '1487-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147293, 1156, '1487-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147294, 1156, '1487-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147295, 1156, '1487-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147296, 1156, '1487-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147297, 1156, '1488-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147298, 1156, '1488-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147299, 1156, '1488-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147300, 1156, '1488-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147301, 1156, '1488-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147302, 1156, '1488-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147303, 1156, '1488-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147304, 1156, '1488-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147305, 1156, '1488-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147306, 1156, '1488-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147307, 1156, '1488-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147308, 1156, '1488-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147309, 1156, '1489-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147310, 1156, '1489-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147311, 1156, '1489-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147312, 1156, '1489-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147313, 1156, '1489-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147314, 1156, '1489-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147315, 1156, '1489-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147316, 1156, '1489-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147317, 1156, '1489-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147318, 1156, '1489-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147319, 1156, '1489-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147320, 1156, '1489-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147321, 1156, '1490-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147322, 1156, '1490-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147323, 1156, '1490-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147324, 1156, '1490-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147325, 1156, '1490-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147326, 1156, '1490-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147327, 1156, '1490-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147328, 1156, '1490-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147329, 1156, '1490-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147330, 1156, '1490-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147331, 1156, '1490-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147332, 1156, '1490-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147333, 1156, '1491-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147334, 1156, '1491-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147335, 1156, '1491-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147336, 1156, '1491-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147337, 1156, '1491-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147338, 1156, '1491-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147339, 1156, '1491-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147340, 1156, '1491-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147341, 1156, '1491-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147342, 1156, '1491-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147343, 1156, '1491-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147344, 1156, '1491-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147345, 1156, '1492-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147346, 1156, '1492-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147347, 1156, '1492-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147348, 1156, '1492-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147349, 1156, '1492-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147350, 1156, '1492-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147351, 1156, '1492-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147352, 1156, '1492-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147353, 1156, '1492-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147354, 1156, '1492-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147355, 1156, '1492-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147356, 1156, '1492-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147357, 1156, '1493-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147358, 1156, '1493-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147359, 1156, '1493-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147360, 1156, '1493-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147361, 1156, '1493-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147362, 1156, '1493-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147363, 1156, '1493-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147364, 1156, '1493-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147365, 1156, '1493-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147366, 1156, '1493-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147367, 1156, '1493-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147368, 1156, '1493-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147369, 1156, '1494-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147370, 1156, '1494-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147371, 1156, '1494-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147372, 1156, '1494-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147373, 1156, '1494-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147374, 1156, '1494-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147375, 1156, '1494-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147376, 1156, '1494-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147377, 1156, '1494-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147378, 1156, '1494-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147379, 1156, '1494-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147380, 1156, '1494-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147381, 1156, '1495-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147382, 1156, '1495-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147383, 1156, '1495-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147384, 1156, '1495-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147385, 1156, '1495-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147386, 1156, '1495-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147387, 1156, '1495-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147388, 1156, '1495-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147389, 1156, '1495-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147390, 1156, '1495-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147391, 1156, '1495-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147392, 1156, '1495-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147393, 1156, '1496-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147394, 1156, '1496-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147395, 1156, '1496-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147396, 1156, '1496-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147397, 1156, '1496-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147398, 1156, '1496-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147399, 1156, '1496-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147400, 1156, '1496-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147401, 1156, '1496-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147402, 1156, '1496-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147403, 1156, '1496-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147404, 1156, '1496-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147405, 1156, '1497-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147406, 1156, '1497-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147407, 1156, '1497-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147408, 1156, '1497-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147409, 1156, '1497-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147410, 1156, '1497-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147411, 1156, '1497-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147412, 1156, '1497-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147413, 1156, '1497-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147414, 1156, '1497-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147415, 1156, '1497-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147416, 1156, '1497-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147417, 1156, '1498-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147418, 1156, '1498-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147419, 1156, '1498-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147420, 1156, '1498-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147421, 1156, '1498-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147422, 1156, '1498-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147423, 1156, '1498-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147424, 1156, '1498-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147425, 1156, '1498-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147426, 1156, '1498-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:34', '2023-09-12 17:47:34'),
(147427, 1156, '1498-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147428, 1156, '1498-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147429, 1156, '1499-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147430, 1156, '1499-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147431, 1156, '1499-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147432, 1156, '1499-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147433, 1156, '1499-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147434, 1156, '1499-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147435, 1156, '1499-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147436, 1156, '1499-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147437, 1156, '1499-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147438, 1156, '1499-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147439, 1156, '1499-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147440, 1156, '1499-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147441, 1156, '1500-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147442, 1156, '1500-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147443, 1156, '1500-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147444, 1156, '1500-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147445, 1156, '1500-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147446, 1156, '1500-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147447, 1156, '1500-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147448, 1156, '1500-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147449, 1156, '1500-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147450, 1156, '1500-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147451, 1156, '1500-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147452, 1156, '1500-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147453, 1156, '1501-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147454, 1156, '1501-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147455, 1156, '1501-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147456, 1156, '1501-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147457, 1156, '1501-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147458, 1156, '1501-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147459, 1156, '1501-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147460, 1156, '1501-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147461, 1156, '1501-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147462, 1156, '1501-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147463, 1156, '1501-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147464, 1156, '1501-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147465, 1156, '1502-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147466, 1156, '1502-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147467, 1156, '1502-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147468, 1156, '1502-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147469, 1156, '1502-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147470, 1156, '1502-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147471, 1156, '1502-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147472, 1156, '1502-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147473, 1156, '1502-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147474, 1156, '1502-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147475, 1156, '1502-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147476, 1156, '1502-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147477, 1156, '1503-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147478, 1156, '1503-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147479, 1156, '1503-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147480, 1156, '1503-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147481, 1156, '1503-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147482, 1156, '1503-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147483, 1156, '1503-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147484, 1156, '1503-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147485, 1156, '1503-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147486, 1156, '1503-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147487, 1156, '1503-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147488, 1156, '1503-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147489, 1156, '1504-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147490, 1156, '1504-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147491, 1156, '1504-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147492, 1156, '1504-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147493, 1156, '1504-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147494, 1156, '1504-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147495, 1156, '1504-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147496, 1156, '1504-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147497, 1156, '1504-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147498, 1156, '1504-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147499, 1156, '1504-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147500, 1156, '1504-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147501, 1156, '1505-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147502, 1156, '1505-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147503, 1156, '1505-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147504, 1156, '1505-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147505, 1156, '1505-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147506, 1156, '1505-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147507, 1156, '1505-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147508, 1156, '1505-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147509, 1156, '1505-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147510, 1156, '1505-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147511, 1156, '1505-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147512, 1156, '1505-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147513, 1156, '1506-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147514, 1156, '1506-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147515, 1156, '1506-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147516, 1156, '1506-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147517, 1156, '1506-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147518, 1156, '1506-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147519, 1156, '1506-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147520, 1156, '1506-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147521, 1156, '1506-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147522, 1156, '1506-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147523, 1156, '1506-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147524, 1156, '1506-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147525, 1156, '1507-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(147526, 1156, '1507-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147527, 1156, '1507-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147528, 1156, '1507-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147529, 1156, '1507-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147530, 1156, '1507-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147531, 1156, '1507-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147532, 1156, '1507-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147533, 1156, '1507-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147534, 1156, '1507-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147535, 1156, '1507-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147536, 1156, '1507-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147537, 1156, '1508-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147538, 1156, '1508-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147539, 1156, '1508-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147540, 1156, '1508-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147541, 1156, '1508-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147542, 1156, '1508-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147543, 1156, '1508-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147544, 1156, '1508-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147545, 1156, '1508-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147546, 1156, '1508-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147547, 1156, '1508-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147548, 1156, '1508-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147549, 1156, '1509-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147550, 1156, '1509-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147551, 1156, '1509-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147552, 1156, '1509-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147553, 1156, '1509-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147554, 1156, '1509-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147555, 1156, '1509-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147556, 1156, '1509-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147557, 1156, '1509-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147558, 1156, '1509-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147559, 1156, '1509-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147560, 1156, '1509-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147561, 1156, '1510-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147562, 1156, '1510-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147563, 1156, '1510-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147564, 1156, '1510-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147565, 1156, '1510-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147566, 1156, '1510-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147567, 1156, '1510-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147568, 1156, '1510-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147569, 1156, '1510-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147570, 1156, '1510-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147571, 1156, '1510-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147572, 1156, '1510-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147573, 1156, '1511-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147574, 1156, '1511-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147575, 1156, '1511-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147576, 1156, '1511-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147577, 1156, '1511-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147578, 1156, '1511-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147579, 1156, '1511-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147580, 1156, '1511-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147581, 1156, '1511-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147582, 1156, '1511-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147583, 1156, '1511-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147584, 1156, '1511-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147585, 1156, '1512-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147586, 1156, '1512-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147587, 1156, '1512-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147588, 1156, '1512-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147589, 1156, '1512-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147590, 1156, '1512-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147591, 1156, '1512-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147592, 1156, '1512-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147593, 1156, '1512-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147594, 1156, '1512-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147595, 1156, '1512-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147596, 1156, '1512-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147597, 1156, '1513-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147598, 1156, '1513-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147599, 1156, '1513-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147600, 1156, '1513-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147601, 1156, '1513-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147602, 1156, '1513-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147603, 1156, '1513-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147604, 1156, '1513-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147605, 1156, '1513-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147606, 1156, '1513-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147607, 1156, '1513-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147608, 1156, '1513-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147609, 1156, '1514-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147610, 1156, '1514-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147611, 1156, '1514-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147612, 1156, '1514-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147613, 1156, '1514-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147614, 1156, '1514-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147615, 1156, '1514-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147616, 1156, '1514-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147617, 1156, '1514-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147618, 1156, '1514-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147619, 1156, '1514-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147620, 1156, '1514-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147621, 1156, '1515-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147622, 1156, '1515-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147623, 1156, '1515-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147624, 1156, '1515-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147625, 1156, '1515-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147626, 1156, '1515-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147627, 1156, '1515-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147628, 1156, '1515-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147629, 1156, '1515-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147630, 1156, '1515-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147631, 1156, '1515-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147632, 1156, '1515-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147633, 1156, '1516-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147634, 1156, '1516-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147635, 1156, '1516-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147636, 1156, '1516-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147637, 1156, '1516-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147638, 1156, '1516-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147639, 1156, '1516-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147640, 1156, '1516-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147641, 1156, '1516-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147642, 1156, '1516-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147643, 1156, '1516-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147644, 1156, '1516-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147645, 1156, '1517-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147646, 1156, '1517-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147647, 1156, '1517-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147648, 1156, '1517-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147649, 1156, '1517-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147650, 1156, '1517-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147651, 1156, '1517-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147652, 1156, '1517-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147653, 1156, '1517-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147654, 1156, '1517-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147655, 1156, '1517-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147656, 1156, '1517-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147657, 1156, '1518-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147658, 1156, '1518-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147659, 1156, '1518-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147660, 1156, '1518-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147661, 1156, '1518-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147662, 1156, '1518-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147663, 1156, '1518-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147664, 1156, '1518-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147665, 1156, '1518-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147666, 1156, '1518-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147667, 1156, '1518-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147668, 1156, '1518-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147669, 1156, '1519-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147670, 1156, '1519-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147671, 1156, '1519-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147672, 1156, '1519-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147673, 1156, '1519-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147674, 1156, '1519-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147675, 1156, '1519-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147676, 1156, '1519-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147677, 1156, '1519-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147678, 1156, '1519-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147679, 1156, '1519-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147680, 1156, '1519-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147681, 1156, '1520-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147682, 1156, '1520-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147683, 1156, '1520-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147684, 1156, '1520-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147685, 1156, '1520-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147686, 1156, '1520-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147687, 1156, '1520-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147688, 1156, '1520-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147689, 1156, '1520-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147690, 1156, '1520-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147691, 1156, '1520-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147692, 1156, '1520-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147693, 1156, '1521-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147694, 1156, '1521-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147695, 1156, '1521-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147696, 1156, '1521-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147697, 1156, '1521-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147698, 1156, '1521-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147699, 1156, '1521-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147700, 1156, '1521-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147701, 1156, '1521-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147702, 1156, '1521-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147703, 1156, '1521-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147704, 1156, '1521-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147705, 1156, '1522-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147706, 1156, '1522-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147707, 1156, '1522-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147708, 1156, '1522-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147709, 1156, '1522-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147710, 1156, '1522-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147711, 1156, '1522-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147712, 1156, '1522-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147713, 1156, '1522-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147714, 1156, '1522-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147715, 1156, '1522-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147716, 1156, '1522-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147717, 1156, '1523-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147718, 1156, '1523-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147719, 1156, '1523-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147720, 1156, '1523-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147721, 1156, '1523-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147722, 1156, '1523-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147723, 1156, '1523-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147724, 1156, '1523-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147725, 1156, '1523-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147726, 1156, '1523-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147727, 1156, '1523-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147728, 1156, '1523-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147729, 1156, '1524-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147730, 1156, '1524-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147731, 1156, '1524-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147732, 1156, '1524-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147733, 1156, '1524-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147734, 1156, '1524-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147735, 1156, '1524-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147736, 1156, '1524-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147737, 1156, '1524-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147738, 1156, '1524-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147739, 1156, '1524-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147740, 1156, '1524-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147741, 1156, '1525-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147742, 1156, '1525-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147743, 1156, '1525-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147744, 1156, '1525-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147745, 1156, '1525-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147746, 1156, '1525-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147747, 1156, '1525-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147748, 1156, '1525-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147749, 1156, '1525-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147750, 1156, '1525-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147751, 1156, '1525-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147752, 1156, '1525-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147753, 1156, '1526-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147754, 1156, '1526-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147755, 1156, '1526-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147756, 1156, '1526-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147757, 1156, '1526-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147758, 1156, '1526-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147759, 1156, '1526-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147760, 1156, '1526-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147761, 1156, '1526-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147762, 1156, '1526-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147763, 1156, '1526-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147764, 1156, '1526-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147765, 1156, '1527-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147766, 1156, '1527-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147767, 1156, '1527-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147768, 1156, '1527-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147769, 1156, '1527-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147770, 1156, '1527-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147771, 1156, '1527-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147772, 1156, '1527-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147773, 1156, '1527-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147774, 1156, '1527-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147775, 1156, '1527-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147776, 1156, '1527-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147777, 1156, '1528-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147778, 1156, '1528-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147779, 1156, '1528-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147780, 1156, '1528-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147781, 1156, '1528-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147782, 1156, '1528-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147783, 1156, '1528-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147784, 1156, '1528-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147785, 1156, '1528-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147786, 1156, '1528-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147787, 1156, '1528-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147788, 1156, '1528-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147789, 1156, '1529-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147790, 1156, '1529-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147791, 1156, '1529-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147792, 1156, '1529-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147793, 1156, '1529-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147794, 1156, '1529-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147795, 1156, '1529-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147796, 1156, '1529-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147797, 1156, '1529-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147798, 1156, '1529-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147799, 1156, '1529-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147800, 1156, '1529-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147801, 1156, '1530-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147802, 1156, '1530-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147803, 1156, '1530-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147804, 1156, '1530-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147805, 1156, '1530-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147806, 1156, '1530-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147807, 1156, '1530-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147808, 1156, '1530-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147809, 1156, '1530-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147810, 1156, '1530-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147811, 1156, '1530-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147812, 1156, '1530-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147813, 1156, '1531-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147814, 1156, '1531-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147815, 1156, '1531-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147816, 1156, '1531-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147817, 1156, '1531-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147818, 1156, '1531-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147819, 1156, '1531-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147820, 1156, '1531-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147821, 1156, '1531-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147822, 1156, '1531-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147823, 1156, '1531-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147824, 1156, '1531-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147825, 1156, '1532-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147826, 1156, '1532-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147827, 1156, '1532-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147828, 1156, '1532-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147829, 1156, '1532-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147830, 1156, '1532-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147831, 1156, '1532-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147832, 1156, '1532-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147833, 1156, '1532-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147834, 1156, '1532-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147835, 1156, '1532-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147836, 1156, '1532-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147837, 1156, '1533-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147838, 1156, '1533-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147839, 1156, '1533-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147840, 1156, '1533-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147841, 1156, '1533-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:35', '2023-09-12 17:47:35'),
(147842, 1156, '1533-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(147843, 1156, '1533-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(147844, 1156, '1533-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(147845, 1156, '1533-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(147846, 1156, '1533-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(147847, 1156, '1533-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(147848, 1156, '1533-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(147849, 1156, '1534-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(147850, 1156, '1534-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(147851, 1156, '1534-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(147852, 1156, '1534-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(147853, 1156, '1534-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(147854, 1156, '1534-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(147855, 1156, '1534-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(147856, 1156, '1534-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(147857, 1156, '1534-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(147858, 1156, '1534-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(147859, 1156, '1534-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(147860, 1156, '1534-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(147861, 1156, '1535-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(147862, 1156, '1535-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(147863, 1156, '1535-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(147864, 1156, '1535-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(147865, 1156, '1535-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(147866, 1156, '1535-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(147867, 1156, '1535-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(147868, 1156, '1535-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(147869, 1156, '1535-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(147870, 1156, '1535-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(147871, 1156, '1535-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(147872, 1156, '1535-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(147873, 1156, '1536-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(147874, 1156, '1536-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(147875, 1156, '1536-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(147876, 1156, '1536-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(147877, 1156, '1536-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(147878, 1156, '1536-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(147879, 1156, '1536-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(147880, 1156, '1536-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(147881, 1156, '1536-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(147882, 1156, '1536-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(147883, 1156, '1536-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(147884, 1156, '1536-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(147885, 1156, '1537-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(147886, 1156, '1537-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(147887, 1156, '1537-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(147888, 1156, '1537-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(147889, 1156, '1537-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(147890, 1156, '1537-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(147891, 1156, '1537-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(147892, 1156, '1537-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(147893, 1156, '1537-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(147894, 1156, '1537-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(147895, 1156, '1537-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(147896, 1156, '1537-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(147897, 1156, '1538-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(147898, 1156, '1538-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(147899, 1156, '1538-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(147900, 1156, '1538-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(147901, 1156, '1538-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(147902, 1156, '1538-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(147903, 1156, '1538-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(147904, 1156, '1538-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(147905, 1156, '1538-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(147906, 1156, '1538-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(147907, 1156, '1538-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(147908, 1156, '1538-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(147909, 1156, '1539-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(147910, 1156, '1539-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(147911, 1156, '1539-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(147912, 1156, '1539-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(147913, 1156, '1539-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(147914, 1156, '1539-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(147915, 1156, '1539-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(147916, 1156, '1539-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(147917, 1156, '1539-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(147918, 1156, '1539-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(147919, 1156, '1539-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(147920, 1156, '1539-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(147921, 1156, '1540-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(147922, 1156, '1540-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(147923, 1156, '1540-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(147924, 1156, '1540-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(147925, 1156, '1540-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(147926, 1156, '1540-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(147927, 1156, '1540-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(147928, 1156, '1540-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(147929, 1156, '1540-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(147930, 1156, '1540-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(147931, 1156, '1540-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(147932, 1156, '1540-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(147933, 1156, '1541-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(147934, 1156, '1541-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(147935, 1156, '1541-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(147936, 1156, '1541-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(147937, 1156, '1541-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(147938, 1156, '1541-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(147939, 1156, '1541-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(147940, 1156, '1541-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(147941, 1156, '1541-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(147942, 1156, '1541-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(147943, 1156, '1541-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(147944, 1156, '1541-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(147945, 1156, '1542-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(147946, 1156, '1542-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(147947, 1156, '1542-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(147948, 1156, '1542-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(147949, 1156, '1542-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(147950, 1156, '1542-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(147951, 1156, '1542-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(147952, 1156, '1542-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(147953, 1156, '1542-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(147954, 1156, '1542-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(147955, 1156, '1542-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(147956, 1156, '1542-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(147957, 1156, '1543-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(147958, 1156, '1543-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(147959, 1156, '1543-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(147960, 1156, '1543-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(147961, 1156, '1543-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(147962, 1156, '1543-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(147963, 1156, '1543-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(147964, 1156, '1543-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(147965, 1156, '1543-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(147966, 1156, '1543-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(147967, 1156, '1543-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(147968, 1156, '1543-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(147969, 1156, '1544-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(147970, 1156, '1544-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(147971, 1156, '1544-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(147972, 1156, '1544-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(147973, 1156, '1544-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(147974, 1156, '1544-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(147975, 1156, '1544-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(147976, 1156, '1544-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(147977, 1156, '1544-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(147978, 1156, '1544-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(147979, 1156, '1544-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(147980, 1156, '1544-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(147981, 1156, '1545-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(147982, 1156, '1545-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(147983, 1156, '1545-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(147984, 1156, '1545-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(147985, 1156, '1545-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(147986, 1156, '1545-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(147987, 1156, '1545-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(147988, 1156, '1545-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(147989, 1156, '1545-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(147990, 1156, '1545-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(147991, 1156, '1545-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(147992, 1156, '1545-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(147993, 1156, '1546-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(147994, 1156, '1546-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(147995, 1156, '1546-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(147996, 1156, '1546-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(147997, 1156, '1546-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(147998, 1156, '1546-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(147999, 1156, '1546-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(148000, 1156, '1546-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(148001, 1156, '1546-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(148002, 1156, '1546-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(148003, 1156, '1546-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(148004, 1156, '1546-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(148005, 1156, '1547-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(148006, 1156, '1547-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(148007, 1156, '1547-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(148008, 1156, '1547-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(148009, 1156, '1547-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(148010, 1156, '1547-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(148011, 1156, '1547-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(148012, 1156, '1547-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(148013, 1156, '1547-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(148014, 1156, '1547-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(148015, 1156, '1547-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(148016, 1156, '1547-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(148017, 1156, '1548-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(148018, 1156, '1548-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(148019, 1156, '1548-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(148020, 1156, '1548-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(148021, 1156, '1548-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(148022, 1156, '1548-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(148023, 1156, '1548-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(148024, 1156, '1548-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(148025, 1156, '1548-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(148026, 1156, '1548-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(148027, 1156, '1548-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(148028, 1156, '1548-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(148029, 1156, '1549-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(148030, 1156, '1549-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(148031, 1156, '1549-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(148032, 1156, '1549-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(148033, 1156, '1549-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(148034, 1156, '1549-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(148035, 1156, '1549-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(148036, 1156, '1549-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(148037, 1156, '1549-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(148038, 1156, '1549-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(148039, 1156, '1549-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(148040, 1156, '1549-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(148041, 1156, '1550-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(148042, 1156, '1550-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(148043, 1156, '1550-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(148044, 1156, '1550-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(148045, 1156, '1550-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(148046, 1156, '1550-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(148047, 1156, '1550-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(148048, 1156, '1550-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(148049, 1156, '1550-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(148050, 1156, '1550-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(148051, 1156, '1550-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(148052, 1156, '1550-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(148053, 1156, '1551-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(148054, 1156, '1551-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(148055, 1156, '1551-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(148056, 1156, '1551-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(148057, 1156, '1551-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(148058, 1156, '1551-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(148059, 1156, '1551-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(148060, 1156, '1551-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(148061, 1156, '1551-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(148062, 1156, '1551-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(148063, 1156, '1551-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(148064, 1156, '1551-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(148065, 1156, '1552-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(148066, 1156, '1552-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(148067, 1156, '1552-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(148068, 1156, '1552-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(148069, 1156, '1552-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(148070, 1156, '1552-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(148071, 1156, '1552-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(148072, 1156, '1552-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(148073, 1156, '1552-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(148074, 1156, '1552-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(148075, 1156, '1552-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(148076, 1156, '1552-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(148077, 1156, '1553-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(148078, 1156, '1553-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(148079, 1156, '1553-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(148080, 1156, '1553-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(148081, 1156, '1553-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(148082, 1156, '1553-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(148083, 1156, '1553-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(148084, 1156, '1553-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(148085, 1156, '1553-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(148086, 1156, '1553-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(148087, 1156, '1553-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(148088, 1156, '1553-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(148089, 1156, '1554-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(148090, 1156, '1554-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(148091, 1156, '1554-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(148092, 1156, '1554-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(148093, 1156, '1554-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(148094, 1156, '1554-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(148095, 1156, '1554-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(148096, 1156, '1554-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(148097, 1156, '1554-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(148098, 1156, '1554-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(148099, 1156, '1554-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(148100, 1156, '1554-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(148101, 1156, '1555-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(148102, 1156, '1555-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(148103, 1156, '1555-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(148104, 1156, '1555-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(148105, 1156, '1555-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(148106, 1156, '1555-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(148107, 1156, '1555-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(148108, 1156, '1555-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(148109, 1156, '1555-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(148110, 1156, '1555-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(148111, 1156, '1555-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(148112, 1156, '1555-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(148113, 1156, '1556-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(148114, 1156, '1556-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(148115, 1156, '1556-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(148116, 1156, '1556-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(148117, 1156, '1556-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(148118, 1156, '1556-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(148119, 1156, '1556-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(148120, 1156, '1556-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(148121, 1156, '1556-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(148122, 1156, '1556-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(148123, 1156, '1556-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(148124, 1156, '1556-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(148125, 1156, '1557-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(148126, 1156, '1557-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(148127, 1156, '1557-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(148128, 1156, '1557-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(148129, 1156, '1557-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(148130, 1156, '1557-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(148131, 1156, '1557-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(148132, 1156, '1557-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(148133, 1156, '1557-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(148134, 1156, '1557-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(148135, 1156, '1557-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(148136, 1156, '1557-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(148137, 1156, '1558-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(148138, 1156, '1558-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(148139, 1156, '1558-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(148140, 1156, '1558-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(148141, 1156, '1558-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(148142, 1156, '1558-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(148143, 1156, '1558-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(148144, 1156, '1558-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(148145, 1156, '1558-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(148146, 1156, '1558-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(148147, 1156, '1558-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(148148, 1156, '1558-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(148149, 1156, '1559-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(148150, 1156, '1559-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(148151, 1156, '1559-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(148152, 1156, '1559-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(148153, 1156, '1559-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(148154, 1156, '1559-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(148155, 1156, '1559-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(148156, 1156, '1559-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(148157, 1156, '1559-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(148158, 1156, '1559-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(148159, 1156, '1559-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(148160, 1156, '1559-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(148161, 1156, '1560-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(148162, 1156, '1560-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(148163, 1156, '1560-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(148164, 1156, '1560-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(148165, 1156, '1560-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(148166, 1156, '1560-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(148167, 1156, '1560-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(148168, 1156, '1560-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(148169, 1156, '1560-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(148170, 1156, '1560-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(148171, 1156, '1560-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(148172, 1156, '1560-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(148173, 1156, '1561-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(148174, 1156, '1561-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(148175, 1156, '1561-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(148176, 1156, '1561-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(148177, 1156, '1561-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(148178, 1156, '1561-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(148179, 1156, '1561-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(148180, 1156, '1561-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(148181, 1156, '1561-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(148182, 1156, '1561-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(148183, 1156, '1561-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(148184, 1156, '1561-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(148185, 1156, '1562-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(148186, 1156, '1562-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(148187, 1156, '1562-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(148188, 1156, '1562-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(148189, 1156, '1562-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(148190, 1156, '1562-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(148191, 1156, '1562-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(148192, 1156, '1562-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(148193, 1156, '1562-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(148194, 1156, '1562-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(148195, 1156, '1562-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(148196, 1156, '1562-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(148197, 1156, '1563-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(148198, 1156, '1563-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(148199, 1156, '1563-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(148200, 1156, '1563-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(148201, 1156, '1563-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(148202, 1156, '1563-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(148203, 1156, '1563-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(148204, 1156, '1563-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(148205, 1156, '1563-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(148206, 1156, '1563-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(148207, 1156, '1563-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(148208, 1156, '1563-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(148209, 1156, '1564-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(148210, 1156, '1564-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(148211, 1156, '1564-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(148212, 1156, '1564-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(148213, 1156, '1564-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(148214, 1156, '1564-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(148215, 1156, '1564-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(148216, 1156, '1564-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(148217, 1156, '1564-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(148218, 1156, '1564-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(148219, 1156, '1564-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(148220, 1156, '1564-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(148221, 1156, '1565-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(148222, 1156, '1565-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(148223, 1156, '1565-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(148224, 1156, '1565-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(148225, 1156, '1565-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:36', '2023-09-12 17:47:36'),
(148226, 1156, '1565-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148227, 1156, '1565-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148228, 1156, '1565-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148229, 1156, '1565-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148230, 1156, '1565-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148231, 1156, '1565-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148232, 1156, '1565-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148233, 1156, '1566-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148234, 1156, '1566-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148235, 1156, '1566-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148236, 1156, '1566-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148237, 1156, '1566-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148238, 1156, '1566-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148239, 1156, '1566-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148240, 1156, '1566-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148241, 1156, '1566-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148242, 1156, '1566-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148243, 1156, '1566-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148244, 1156, '1566-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148245, 1156, '1567-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148246, 1156, '1567-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148247, 1156, '1567-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148248, 1156, '1567-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148249, 1156, '1567-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148250, 1156, '1567-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148251, 1156, '1567-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148252, 1156, '1567-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148253, 1156, '1567-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148254, 1156, '1567-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148255, 1156, '1567-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148256, 1156, '1567-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148257, 1156, '1568-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148258, 1156, '1568-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148259, 1156, '1568-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148260, 1156, '1568-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148261, 1156, '1568-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148262, 1156, '1568-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148263, 1156, '1568-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148264, 1156, '1568-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148265, 1156, '1568-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148266, 1156, '1568-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148267, 1156, '1568-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148268, 1156, '1568-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148269, 1156, '1569-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148270, 1156, '1569-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148271, 1156, '1569-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148272, 1156, '1569-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148273, 1156, '1569-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148274, 1156, '1569-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148275, 1156, '1569-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148276, 1156, '1569-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148277, 1156, '1569-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148278, 1156, '1569-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148279, 1156, '1569-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148280, 1156, '1569-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148281, 1156, '1570-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148282, 1156, '1570-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148283, 1156, '1570-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148284, 1156, '1570-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148285, 1156, '1570-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148286, 1156, '1570-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148287, 1156, '1570-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148288, 1156, '1570-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148289, 1156, '1570-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148290, 1156, '1570-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148291, 1156, '1570-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148292, 1156, '1570-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148293, 1156, '1571-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148294, 1156, '1571-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148295, 1156, '1571-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148296, 1156, '1571-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148297, 1156, '1571-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148298, 1156, '1571-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148299, 1156, '1571-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148300, 1156, '1571-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148301, 1156, '1571-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148302, 1156, '1571-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148303, 1156, '1571-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148304, 1156, '1571-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148305, 1156, '1572-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148306, 1156, '1572-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148307, 1156, '1572-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148308, 1156, '1572-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148309, 1156, '1572-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148310, 1156, '1572-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148311, 1156, '1572-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148312, 1156, '1572-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148313, 1156, '1572-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148314, 1156, '1572-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148315, 1156, '1572-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148316, 1156, '1572-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148317, 1156, '1573-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148318, 1156, '1573-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148319, 1156, '1573-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148320, 1156, '1573-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148321, 1156, '1573-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148322, 1156, '1573-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148323, 1156, '1573-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148324, 1156, '1573-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148325, 1156, '1573-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148326, 1156, '1573-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148327, 1156, '1573-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148328, 1156, '1573-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148329, 1156, '1574-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148330, 1156, '1574-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148331, 1156, '1574-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148332, 1156, '1574-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148333, 1156, '1574-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148334, 1156, '1574-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148335, 1156, '1574-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148336, 1156, '1574-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148337, 1156, '1574-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148338, 1156, '1574-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148339, 1156, '1574-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148340, 1156, '1574-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148341, 1156, '1575-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148342, 1156, '1575-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148343, 1156, '1575-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148344, 1156, '1575-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148345, 1156, '1575-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148346, 1156, '1575-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148347, 1156, '1575-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148348, 1156, '1575-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148349, 1156, '1575-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148350, 1156, '1575-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148351, 1156, '1575-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148352, 1156, '1575-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148353, 1156, '1576-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148354, 1156, '1576-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148355, 1156, '1576-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148356, 1156, '1576-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148357, 1156, '1576-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148358, 1156, '1576-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148359, 1156, '1576-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148360, 1156, '1576-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148361, 1156, '1576-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148362, 1156, '1576-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148363, 1156, '1576-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148364, 1156, '1576-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148365, 1156, '1577-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148366, 1156, '1577-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148367, 1156, '1577-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148368, 1156, '1577-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148369, 1156, '1577-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148370, 1156, '1577-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148371, 1156, '1577-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148372, 1156, '1577-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148373, 1156, '1577-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148374, 1156, '1577-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148375, 1156, '1577-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148376, 1156, '1577-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148377, 1156, '1578-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148378, 1156, '1578-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148379, 1156, '1578-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148380, 1156, '1578-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148381, 1156, '1578-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148382, 1156, '1578-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148383, 1156, '1578-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148384, 1156, '1578-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148385, 1156, '1578-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148386, 1156, '1578-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148387, 1156, '1578-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148388, 1156, '1578-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148389, 1156, '1579-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148390, 1156, '1579-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148391, 1156, '1579-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148392, 1156, '1579-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148393, 1156, '1579-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148394, 1156, '1579-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148395, 1156, '1579-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148396, 1156, '1579-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148397, 1156, '1579-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148398, 1156, '1579-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148399, 1156, '1579-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148400, 1156, '1579-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148401, 1156, '1580-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148402, 1156, '1580-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148403, 1156, '1580-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148404, 1156, '1580-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148405, 1156, '1580-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148406, 1156, '1580-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148407, 1156, '1580-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148408, 1156, '1580-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148409, 1156, '1580-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148410, 1156, '1580-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148411, 1156, '1580-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148412, 1156, '1580-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148413, 1156, '1581-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148414, 1156, '1581-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148415, 1156, '1581-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148416, 1156, '1581-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148417, 1156, '1581-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148418, 1156, '1581-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148419, 1156, '1581-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148420, 1156, '1581-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148421, 1156, '1581-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148422, 1156, '1581-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148423, 1156, '1581-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148424, 1156, '1581-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148425, 1156, '1582-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148426, 1156, '1582-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148427, 1156, '1582-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148428, 1156, '1582-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148429, 1156, '1582-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148430, 1156, '1582-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148431, 1156, '1582-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148432, 1156, '1582-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148433, 1156, '1582-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148434, 1156, '1582-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148435, 1156, '1582-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148436, 1156, '1582-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148437, 1156, '1583-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(148438, 1156, '1583-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148439, 1156, '1583-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148440, 1156, '1583-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148441, 1156, '1583-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148442, 1156, '1583-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148443, 1156, '1583-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148444, 1156, '1583-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148445, 1156, '1583-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148446, 1156, '1583-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148447, 1156, '1583-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148448, 1156, '1583-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148449, 1156, '1584-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148450, 1156, '1584-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148451, 1156, '1584-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148452, 1156, '1584-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148453, 1156, '1584-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148454, 1156, '1584-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148455, 1156, '1584-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148456, 1156, '1584-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148457, 1156, '1584-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148458, 1156, '1584-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148459, 1156, '1584-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148460, 1156, '1584-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148461, 1156, '1585-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148462, 1156, '1585-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148463, 1156, '1585-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148464, 1156, '1585-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148465, 1156, '1585-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148466, 1156, '1585-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148467, 1156, '1585-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148468, 1156, '1585-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148469, 1156, '1585-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148470, 1156, '1585-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148471, 1156, '1585-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148472, 1156, '1585-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148473, 1156, '1586-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148474, 1156, '1586-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148475, 1156, '1586-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148476, 1156, '1586-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148477, 1156, '1586-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148478, 1156, '1586-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148479, 1156, '1586-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148480, 1156, '1586-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148481, 1156, '1586-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148482, 1156, '1586-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148483, 1156, '1586-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148484, 1156, '1586-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148485, 1156, '1587-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148486, 1156, '1587-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148487, 1156, '1587-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148488, 1156, '1587-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148489, 1156, '1587-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148490, 1156, '1587-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148491, 1156, '1587-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148492, 1156, '1587-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148493, 1156, '1587-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148494, 1156, '1587-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148495, 1156, '1587-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148496, 1156, '1587-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148497, 1156, '1588-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148498, 1156, '1588-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148499, 1156, '1588-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148500, 1156, '1588-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148501, 1156, '1588-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148502, 1156, '1588-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148503, 1156, '1588-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148504, 1156, '1588-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148505, 1156, '1588-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148506, 1156, '1588-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148507, 1156, '1588-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148508, 1156, '1588-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148509, 1156, '1589-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148510, 1156, '1589-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148511, 1156, '1589-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148512, 1156, '1589-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148513, 1156, '1589-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148514, 1156, '1589-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148515, 1156, '1589-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148516, 1156, '1589-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148517, 1156, '1589-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148518, 1156, '1589-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148519, 1156, '1589-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148520, 1156, '1589-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148521, 1156, '1590-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148522, 1156, '1590-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148523, 1156, '1590-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148524, 1156, '1590-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148525, 1156, '1590-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148526, 1156, '1590-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148527, 1156, '1590-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148528, 1156, '1590-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148529, 1156, '1590-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148530, 1156, '1590-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148531, 1156, '1590-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148532, 1156, '1590-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148533, 1156, '1591-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148534, 1156, '1591-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148535, 1156, '1591-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148536, 1156, '1591-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148537, 1156, '1591-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148538, 1156, '1591-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148539, 1156, '1591-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148540, 1156, '1591-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148541, 1156, '1591-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148542, 1156, '1591-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148543, 1156, '1591-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148544, 1156, '1591-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148545, 1156, '1592-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148546, 1156, '1592-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148547, 1156, '1592-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148548, 1156, '1592-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148549, 1156, '1592-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148550, 1156, '1592-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148551, 1156, '1592-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148552, 1156, '1592-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148553, 1156, '1592-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148554, 1156, '1592-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148555, 1156, '1592-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148556, 1156, '1592-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148557, 1156, '1593-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148558, 1156, '1593-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148559, 1156, '1593-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148560, 1156, '1593-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148561, 1156, '1593-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148562, 1156, '1593-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148563, 1156, '1593-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148564, 1156, '1593-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148565, 1156, '1593-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148566, 1156, '1593-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148567, 1156, '1593-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148568, 1156, '1593-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148569, 1156, '1594-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148570, 1156, '1594-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148571, 1156, '1594-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148572, 1156, '1594-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148573, 1156, '1594-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148574, 1156, '1594-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148575, 1156, '1594-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148576, 1156, '1594-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148577, 1156, '1594-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148578, 1156, '1594-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148579, 1156, '1594-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148580, 1156, '1594-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148581, 1156, '1595-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148582, 1156, '1595-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148583, 1156, '1595-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148584, 1156, '1595-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148585, 1156, '1595-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148586, 1156, '1595-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148587, 1156, '1595-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148588, 1156, '1595-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148589, 1156, '1595-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148590, 1156, '1595-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148591, 1156, '1595-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148592, 1156, '1595-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148593, 1156, '1596-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148594, 1156, '1596-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148595, 1156, '1596-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148596, 1156, '1596-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148597, 1156, '1596-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148598, 1156, '1596-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148599, 1156, '1596-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148600, 1156, '1596-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148601, 1156, '1596-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148602, 1156, '1596-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148603, 1156, '1596-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:37', '2023-09-12 17:47:37'),
(148604, 1156, '1596-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148605, 1156, '1597-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148606, 1156, '1597-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148607, 1156, '1597-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148608, 1156, '1597-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148609, 1156, '1597-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148610, 1156, '1597-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148611, 1156, '1597-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148612, 1156, '1597-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148613, 1156, '1597-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148614, 1156, '1597-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148615, 1156, '1597-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148616, 1156, '1597-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148617, 1156, '1598-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148618, 1156, '1598-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148619, 1156, '1598-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148620, 1156, '1598-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148621, 1156, '1598-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148622, 1156, '1598-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148623, 1156, '1598-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148624, 1156, '1598-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148625, 1156, '1598-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148626, 1156, '1598-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148627, 1156, '1598-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148628, 1156, '1598-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148629, 1156, '1599-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148630, 1156, '1599-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148631, 1156, '1599-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148632, 1156, '1599-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148633, 1156, '1599-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148634, 1156, '1599-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148635, 1156, '1599-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148636, 1156, '1599-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148637, 1156, '1599-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148638, 1156, '1599-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148639, 1156, '1599-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148640, 1156, '1599-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148641, 1156, '1600-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148642, 1156, '1600-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148643, 1156, '1600-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148644, 1156, '1600-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148645, 1156, '1600-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148646, 1156, '1600-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148647, 1156, '1600-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148648, 1156, '1600-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148649, 1156, '1600-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148650, 1156, '1600-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148651, 1156, '1600-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148652, 1156, '1600-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148653, 1156, '1601-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148654, 1156, '1601-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148655, 1156, '1601-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148656, 1156, '1601-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148657, 1156, '1601-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148658, 1156, '1601-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148659, 1156, '1601-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148660, 1156, '1601-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148661, 1156, '1601-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148662, 1156, '1601-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148663, 1156, '1601-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148664, 1156, '1601-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148665, 1156, '1602-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148666, 1156, '1602-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148667, 1156, '1602-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148668, 1156, '1602-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148669, 1156, '1602-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148670, 1156, '1602-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148671, 1156, '1602-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148672, 1156, '1602-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148673, 1156, '1602-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148674, 1156, '1602-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148675, 1156, '1602-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148676, 1156, '1602-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148677, 1156, '1603-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148678, 1156, '1603-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148679, 1156, '1603-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148680, 1156, '1603-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148681, 1156, '1603-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148682, 1156, '1603-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148683, 1156, '1603-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148684, 1156, '1603-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148685, 1156, '1603-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148686, 1156, '1603-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148687, 1156, '1603-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148688, 1156, '1603-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148689, 1156, '1604-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148690, 1156, '1604-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148691, 1156, '1604-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148692, 1156, '1604-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148693, 1156, '1604-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148694, 1156, '1604-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148695, 1156, '1604-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148696, 1156, '1604-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148697, 1156, '1604-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148698, 1156, '1604-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148699, 1156, '1604-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148700, 1156, '1604-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148701, 1156, '1605-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148702, 1156, '1605-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148703, 1156, '1605-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148704, 1156, '1605-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148705, 1156, '1605-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148706, 1156, '1605-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148707, 1156, '1605-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148708, 1156, '1605-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148709, 1156, '1605-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148710, 1156, '1605-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148711, 1156, '1605-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148712, 1156, '1605-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148713, 1156, '1606-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148714, 1156, '1606-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148715, 1156, '1606-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148716, 1156, '1606-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148717, 1156, '1606-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148718, 1156, '1606-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148719, 1156, '1606-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148720, 1156, '1606-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148721, 1156, '1606-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148722, 1156, '1606-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148723, 1156, '1606-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148724, 1156, '1606-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148725, 1156, '1607-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148726, 1156, '1607-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148727, 1156, '1607-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148728, 1156, '1607-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148729, 1156, '1607-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148730, 1156, '1607-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148731, 1156, '1607-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148732, 1156, '1607-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148733, 1156, '1607-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148734, 1156, '1607-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148735, 1156, '1607-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148736, 1156, '1607-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148737, 1156, '1608-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148738, 1156, '1608-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148739, 1156, '1608-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148740, 1156, '1608-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148741, 1156, '1608-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148742, 1156, '1608-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148743, 1156, '1608-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148744, 1156, '1608-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148745, 1156, '1608-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148746, 1156, '1608-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148747, 1156, '1608-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148748, 1156, '1608-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148749, 1156, '1609-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148750, 1156, '1609-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148751, 1156, '1609-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148752, 1156, '1609-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148753, 1156, '1609-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148754, 1156, '1609-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148755, 1156, '1609-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148756, 1156, '1609-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148757, 1156, '1609-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148758, 1156, '1609-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148759, 1156, '1609-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148760, 1156, '1609-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148761, 1156, '1610-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148762, 1156, '1610-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148763, 1156, '1610-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148764, 1156, '1610-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148765, 1156, '1610-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148766, 1156, '1610-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148767, 1156, '1610-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148768, 1156, '1610-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148769, 1156, '1610-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148770, 1156, '1610-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148771, 1156, '1610-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148772, 1156, '1610-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148773, 1156, '1611-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148774, 1156, '1611-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148775, 1156, '1611-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148776, 1156, '1611-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148777, 1156, '1611-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148778, 1156, '1611-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148779, 1156, '1611-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148780, 1156, '1611-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148781, 1156, '1611-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148782, 1156, '1611-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148783, 1156, '1611-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148784, 1156, '1611-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148785, 1156, '1612-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148786, 1156, '1612-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148787, 1156, '1612-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148788, 1156, '1612-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148789, 1156, '1612-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148790, 1156, '1612-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148791, 1156, '1612-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148792, 1156, '1612-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148793, 1156, '1612-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148794, 1156, '1612-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148795, 1156, '1612-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148796, 1156, '1612-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148797, 1156, '1613-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148798, 1156, '1613-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148799, 1156, '1613-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148800, 1156, '1613-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148801, 1156, '1613-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148802, 1156, '1613-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148803, 1156, '1613-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148804, 1156, '1613-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148805, 1156, '1613-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148806, 1156, '1613-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148807, 1156, '1613-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148808, 1156, '1613-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148809, 1156, '1614-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148810, 1156, '1614-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148811, 1156, '1614-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148812, 1156, '1614-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148813, 1156, '1614-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148814, 1156, '1614-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148815, 1156, '1614-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148816, 1156, '1614-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148817, 1156, '1614-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148818, 1156, '1614-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148819, 1156, '1614-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148820, 1156, '1614-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148821, 1156, '1615-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148822, 1156, '1615-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148823, 1156, '1615-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148824, 1156, '1615-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148825, 1156, '1615-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148826, 1156, '1615-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148827, 1156, '1615-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148828, 1156, '1615-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148829, 1156, '1615-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148830, 1156, '1615-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148831, 1156, '1615-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148832, 1156, '1615-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148833, 1156, '1616-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148834, 1156, '1616-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148835, 1156, '1616-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148836, 1156, '1616-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148837, 1156, '1616-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148838, 1156, '1616-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148839, 1156, '1616-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148840, 1156, '1616-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148841, 1156, '1616-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148842, 1156, '1616-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148843, 1156, '1616-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148844, 1156, '1616-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148845, 1156, '1617-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148846, 1156, '1617-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148847, 1156, '1617-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148848, 1156, '1617-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148849, 1156, '1617-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148850, 1156, '1617-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148851, 1156, '1617-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148852, 1156, '1617-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148853, 1156, '1617-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148854, 1156, '1617-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148855, 1156, '1617-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148856, 1156, '1617-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148857, 1156, '1618-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148858, 1156, '1618-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148859, 1156, '1618-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148860, 1156, '1618-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148861, 1156, '1618-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148862, 1156, '1618-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148863, 1156, '1618-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148864, 1156, '1618-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148865, 1156, '1618-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148866, 1156, '1618-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148867, 1156, '1618-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148868, 1156, '1618-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148869, 1156, '1619-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148870, 1156, '1619-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148871, 1156, '1619-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148872, 1156, '1619-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148873, 1156, '1619-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148874, 1156, '1619-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148875, 1156, '1619-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148876, 1156, '1619-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148877, 1156, '1619-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148878, 1156, '1619-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148879, 1156, '1619-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148880, 1156, '1619-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148881, 1156, '1620-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148882, 1156, '1620-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148883, 1156, '1620-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148884, 1156, '1620-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148885, 1156, '1620-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148886, 1156, '1620-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148887, 1156, '1620-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148888, 1156, '1620-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148889, 1156, '1620-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148890, 1156, '1620-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148891, 1156, '1620-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148892, 1156, '1620-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148893, 1156, '1621-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(148894, 1156, '1621-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148895, 1156, '1621-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148896, 1156, '1621-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148897, 1156, '1621-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148898, 1156, '1621-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148899, 1156, '1621-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148900, 1156, '1621-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148901, 1156, '1621-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148902, 1156, '1621-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148903, 1156, '1621-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148904, 1156, '1621-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148905, 1156, '1622-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148906, 1156, '1622-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148907, 1156, '1622-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148908, 1156, '1622-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148909, 1156, '1622-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148910, 1156, '1622-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148911, 1156, '1622-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148912, 1156, '1622-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148913, 1156, '1622-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148914, 1156, '1622-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148915, 1156, '1622-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148916, 1156, '1622-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148917, 1156, '1623-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148918, 1156, '1623-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148919, 1156, '1623-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148920, 1156, '1623-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148921, 1156, '1623-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148922, 1156, '1623-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148923, 1156, '1623-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148924, 1156, '1623-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148925, 1156, '1623-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148926, 1156, '1623-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148927, 1156, '1623-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148928, 1156, '1623-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148929, 1156, '1624-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148930, 1156, '1624-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148931, 1156, '1624-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148932, 1156, '1624-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148933, 1156, '1624-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148934, 1156, '1624-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148935, 1156, '1624-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148936, 1156, '1624-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148937, 1156, '1624-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148938, 1156, '1624-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148939, 1156, '1624-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148940, 1156, '1624-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148941, 1156, '1625-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148942, 1156, '1625-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148943, 1156, '1625-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148944, 1156, '1625-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148945, 1156, '1625-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148946, 1156, '1625-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148947, 1156, '1625-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148948, 1156, '1625-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148949, 1156, '1625-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148950, 1156, '1625-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148951, 1156, '1625-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148952, 1156, '1625-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148953, 1156, '1626-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148954, 1156, '1626-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148955, 1156, '1626-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148956, 1156, '1626-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148957, 1156, '1626-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148958, 1156, '1626-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148959, 1156, '1626-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148960, 1156, '1626-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148961, 1156, '1626-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148962, 1156, '1626-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148963, 1156, '1626-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148964, 1156, '1626-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148965, 1156, '1627-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148966, 1156, '1627-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148967, 1156, '1627-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148968, 1156, '1627-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148969, 1156, '1627-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148970, 1156, '1627-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148971, 1156, '1627-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148972, 1156, '1627-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148973, 1156, '1627-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148974, 1156, '1627-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148975, 1156, '1627-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148976, 1156, '1627-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:38', '2023-09-12 17:47:38'),
(148977, 1156, '1628-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(148978, 1156, '1628-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(148979, 1156, '1628-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(148980, 1156, '1628-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(148981, 1156, '1628-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(148982, 1156, '1628-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(148983, 1156, '1628-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(148984, 1156, '1628-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(148985, 1156, '1628-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(148986, 1156, '1628-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(148987, 1156, '1628-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(148988, 1156, '1628-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(148989, 1156, '1629-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(148990, 1156, '1629-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(148991, 1156, '1629-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(148992, 1156, '1629-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(148993, 1156, '1629-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(148994, 1156, '1629-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(148995, 1156, '1629-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(148996, 1156, '1629-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(148997, 1156, '1629-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(148998, 1156, '1629-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(148999, 1156, '1629-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149000, 1156, '1629-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149001, 1156, '1630-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149002, 1156, '1630-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149003, 1156, '1630-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149004, 1156, '1630-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149005, 1156, '1630-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149006, 1156, '1630-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149007, 1156, '1630-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149008, 1156, '1630-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149009, 1156, '1630-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149010, 1156, '1630-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149011, 1156, '1630-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149012, 1156, '1630-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149013, 1156, '1631-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149014, 1156, '1631-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149015, 1156, '1631-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149016, 1156, '1631-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149017, 1156, '1631-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149018, 1156, '1631-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149019, 1156, '1631-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149020, 1156, '1631-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149021, 1156, '1631-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149022, 1156, '1631-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149023, 1156, '1631-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149024, 1156, '1631-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149025, 1156, '1632-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149026, 1156, '1632-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149027, 1156, '1632-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149028, 1156, '1632-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149029, 1156, '1632-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149030, 1156, '1632-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149031, 1156, '1632-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149032, 1156, '1632-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149033, 1156, '1632-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149034, 1156, '1632-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149035, 1156, '1632-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149036, 1156, '1632-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149037, 1156, '1633-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149038, 1156, '1633-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149039, 1156, '1633-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149040, 1156, '1633-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149041, 1156, '1633-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149042, 1156, '1633-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149043, 1156, '1633-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149044, 1156, '1633-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149045, 1156, '1633-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149046, 1156, '1633-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149047, 1156, '1633-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149048, 1156, '1633-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149049, 1156, '1634-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149050, 1156, '1634-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149051, 1156, '1634-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149052, 1156, '1634-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149053, 1156, '1634-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149054, 1156, '1634-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149055, 1156, '1634-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149056, 1156, '1634-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149057, 1156, '1634-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149058, 1156, '1634-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149059, 1156, '1634-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149060, 1156, '1634-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149061, 1156, '1635-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149062, 1156, '1635-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149063, 1156, '1635-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149064, 1156, '1635-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149065, 1156, '1635-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149066, 1156, '1635-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149067, 1156, '1635-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149068, 1156, '1635-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149069, 1156, '1635-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149070, 1156, '1635-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149071, 1156, '1635-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149072, 1156, '1635-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149073, 1156, '1636-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149074, 1156, '1636-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149075, 1156, '1636-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149076, 1156, '1636-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149077, 1156, '1636-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149078, 1156, '1636-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149079, 1156, '1636-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149080, 1156, '1636-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149081, 1156, '1636-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149082, 1156, '1636-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149083, 1156, '1636-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149084, 1156, '1636-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149085, 1156, '1637-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149086, 1156, '1637-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149087, 1156, '1637-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149088, 1156, '1637-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149089, 1156, '1637-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149090, 1156, '1637-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149091, 1156, '1637-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149092, 1156, '1637-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149093, 1156, '1637-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149094, 1156, '1637-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149095, 1156, '1637-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149096, 1156, '1637-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149097, 1156, '1638-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149098, 1156, '1638-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149099, 1156, '1638-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149100, 1156, '1638-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149101, 1156, '1638-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149102, 1156, '1638-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149103, 1156, '1638-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149104, 1156, '1638-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149105, 1156, '1638-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149106, 1156, '1638-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149107, 1156, '1638-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149108, 1156, '1638-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149109, 1156, '1639-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149110, 1156, '1639-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149111, 1156, '1639-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149112, 1156, '1639-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149113, 1156, '1639-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149114, 1156, '1639-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149115, 1156, '1639-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149116, 1156, '1639-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149117, 1156, '1639-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149118, 1156, '1639-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149119, 1156, '1639-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149120, 1156, '1639-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149121, 1156, '1640-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149122, 1156, '1640-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149123, 1156, '1640-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149124, 1156, '1640-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149125, 1156, '1640-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149126, 1156, '1640-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149127, 1156, '1640-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149128, 1156, '1640-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149129, 1156, '1640-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149130, 1156, '1640-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149131, 1156, '1640-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149132, 1156, '1640-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149133, 1156, '1641-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149134, 1156, '1641-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149135, 1156, '1641-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149136, 1156, '1641-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149137, 1156, '1641-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149138, 1156, '1641-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149139, 1156, '1641-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149140, 1156, '1641-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149141, 1156, '1641-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149142, 1156, '1641-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149143, 1156, '1641-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149144, 1156, '1641-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149145, 1156, '1642-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149146, 1156, '1642-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149147, 1156, '1642-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149148, 1156, '1642-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149149, 1156, '1642-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149150, 1156, '1642-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149151, 1156, '1642-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149152, 1156, '1642-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149153, 1156, '1642-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149154, 1156, '1642-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149155, 1156, '1642-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149156, 1156, '1642-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149157, 1156, '1643-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149158, 1156, '1643-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149159, 1156, '1643-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149160, 1156, '1643-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149161, 1156, '1643-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149162, 1156, '1643-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149163, 1156, '1643-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149164, 1156, '1643-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149165, 1156, '1643-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149166, 1156, '1643-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149167, 1156, '1643-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149168, 1156, '1643-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149169, 1156, '1644-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149170, 1156, '1644-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149171, 1156, '1644-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149172, 1156, '1644-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149173, 1156, '1644-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149174, 1156, '1644-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149175, 1156, '1644-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149176, 1156, '1644-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149177, 1156, '1644-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149178, 1156, '1644-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149179, 1156, '1644-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149180, 1156, '1644-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149181, 1156, '1645-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149182, 1156, '1645-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149183, 1156, '1645-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149184, 1156, '1645-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149185, 1156, '1645-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149186, 1156, '1645-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149187, 1156, '1645-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149188, 1156, '1645-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149189, 1156, '1645-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149190, 1156, '1645-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149191, 1156, '1645-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149192, 1156, '1645-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149193, 1156, '1646-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149194, 1156, '1646-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149195, 1156, '1646-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149196, 1156, '1646-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149197, 1156, '1646-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149198, 1156, '1646-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149199, 1156, '1646-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149200, 1156, '1646-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149201, 1156, '1646-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149202, 1156, '1646-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149203, 1156, '1646-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149204, 1156, '1646-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149205, 1156, '1647-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149206, 1156, '1647-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149207, 1156, '1647-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149208, 1156, '1647-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149209, 1156, '1647-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149210, 1156, '1647-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149211, 1156, '1647-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149212, 1156, '1647-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149213, 1156, '1647-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149214, 1156, '1647-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149215, 1156, '1647-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149216, 1156, '1647-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149217, 1156, '1648-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149218, 1156, '1648-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149219, 1156, '1648-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149220, 1156, '1648-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149221, 1156, '1648-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149222, 1156, '1648-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149223, 1156, '1648-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149224, 1156, '1648-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149225, 1156, '1648-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149226, 1156, '1648-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149227, 1156, '1648-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149228, 1156, '1648-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149229, 1156, '1649-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149230, 1156, '1649-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149231, 1156, '1649-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149232, 1156, '1649-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149233, 1156, '1649-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149234, 1156, '1649-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149235, 1156, '1649-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149236, 1156, '1649-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149237, 1156, '1649-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149238, 1156, '1649-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149239, 1156, '1649-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149240, 1156, '1649-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149241, 1156, '1650-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149242, 1156, '1650-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149243, 1156, '1650-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149244, 1156, '1650-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149245, 1156, '1650-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149246, 1156, '1650-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149247, 1156, '1650-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149248, 1156, '1650-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149249, 1156, '1650-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149250, 1156, '1650-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149251, 1156, '1650-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149252, 1156, '1650-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149253, 1156, '1651-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149254, 1156, '1651-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149255, 1156, '1651-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149256, 1156, '1651-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149257, 1156, '1651-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149258, 1156, '1651-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149259, 1156, '1651-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149260, 1156, '1651-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149261, 1156, '1651-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149262, 1156, '1651-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149263, 1156, '1651-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149264, 1156, '1651-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149265, 1156, '1652-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149266, 1156, '1652-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149267, 1156, '1652-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149268, 1156, '1652-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149269, 1156, '1652-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149270, 1156, '1652-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149271, 1156, '1652-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149272, 1156, '1652-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149273, 1156, '1652-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149274, 1156, '1652-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149275, 1156, '1652-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149276, 1156, '1652-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149277, 1156, '1653-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149278, 1156, '1653-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149279, 1156, '1653-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149280, 1156, '1653-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149281, 1156, '1653-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149282, 1156, '1653-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149283, 1156, '1653-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149284, 1156, '1653-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149285, 1156, '1653-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149286, 1156, '1653-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149287, 1156, '1653-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149288, 1156, '1653-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149289, 1156, '1654-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149290, 1156, '1654-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149291, 1156, '1654-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149292, 1156, '1654-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149293, 1156, '1654-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149294, 1156, '1654-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149295, 1156, '1654-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149296, 1156, '1654-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149297, 1156, '1654-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149298, 1156, '1654-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149299, 1156, '1654-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149300, 1156, '1654-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149301, 1156, '1655-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149302, 1156, '1655-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149303, 1156, '1655-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149304, 1156, '1655-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149305, 1156, '1655-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149306, 1156, '1655-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149307, 1156, '1655-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149308, 1156, '1655-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149309, 1156, '1655-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149310, 1156, '1655-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149311, 1156, '1655-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149312, 1156, '1655-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149313, 1156, '1656-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149314, 1156, '1656-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149315, 1156, '1656-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149316, 1156, '1656-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149317, 1156, '1656-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149318, 1156, '1656-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149319, 1156, '1656-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149320, 1156, '1656-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149321, 1156, '1656-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149322, 1156, '1656-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149323, 1156, '1656-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149324, 1156, '1656-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149325, 1156, '1657-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149326, 1156, '1657-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149327, 1156, '1657-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149328, 1156, '1657-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149329, 1156, '1657-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149330, 1156, '1657-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149331, 1156, '1657-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149332, 1156, '1657-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149333, 1156, '1657-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149334, 1156, '1657-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149335, 1156, '1657-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149336, 1156, '1657-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149337, 1156, '1658-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149338, 1156, '1658-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149339, 1156, '1658-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149340, 1156, '1658-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149341, 1156, '1658-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149342, 1156, '1658-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149343, 1156, '1658-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149344, 1156, '1658-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149345, 1156, '1658-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149346, 1156, '1658-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149347, 1156, '1658-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149348, 1156, '1658-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149349, 1156, '1659-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(149350, 1156, '1659-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149351, 1156, '1659-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149352, 1156, '1659-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149353, 1156, '1659-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149354, 1156, '1659-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149355, 1156, '1659-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149356, 1156, '1659-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149357, 1156, '1659-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149358, 1156, '1659-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149359, 1156, '1659-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149360, 1156, '1659-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149361, 1156, '1660-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149362, 1156, '1660-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149363, 1156, '1660-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149364, 1156, '1660-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149365, 1156, '1660-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149366, 1156, '1660-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149367, 1156, '1660-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149368, 1156, '1660-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149369, 1156, '1660-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149370, 1156, '1660-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149371, 1156, '1660-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149372, 1156, '1660-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149373, 1156, '1661-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:39', '2023-09-12 17:47:39'),
(149374, 1156, '1661-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149375, 1156, '1661-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149376, 1156, '1661-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149377, 1156, '1661-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149378, 1156, '1661-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149379, 1156, '1661-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149380, 1156, '1661-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149381, 1156, '1661-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149382, 1156, '1661-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149383, 1156, '1661-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149384, 1156, '1661-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149385, 1156, '1662-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149386, 1156, '1662-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149387, 1156, '1662-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149388, 1156, '1662-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149389, 1156, '1662-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149390, 1156, '1662-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149391, 1156, '1662-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149392, 1156, '1662-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149393, 1156, '1662-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149394, 1156, '1662-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149395, 1156, '1662-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149396, 1156, '1662-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149397, 1156, '1663-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149398, 1156, '1663-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149399, 1156, '1663-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149400, 1156, '1663-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149401, 1156, '1663-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149402, 1156, '1663-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149403, 1156, '1663-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149404, 1156, '1663-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149405, 1156, '1663-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149406, 1156, '1663-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149407, 1156, '1663-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149408, 1156, '1663-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149409, 1156, '1664-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149410, 1156, '1664-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149411, 1156, '1664-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149412, 1156, '1664-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149413, 1156, '1664-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149414, 1156, '1664-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149415, 1156, '1664-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149416, 1156, '1664-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149417, 1156, '1664-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149418, 1156, '1664-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149419, 1156, '1664-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149420, 1156, '1664-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149421, 1156, '1665-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149422, 1156, '1665-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149423, 1156, '1665-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149424, 1156, '1665-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149425, 1156, '1665-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149426, 1156, '1665-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149427, 1156, '1665-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149428, 1156, '1665-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149429, 1156, '1665-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149430, 1156, '1665-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149431, 1156, '1665-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149432, 1156, '1665-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149433, 1156, '1666-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149434, 1156, '1666-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149435, 1156, '1666-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149436, 1156, '1666-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149437, 1156, '1666-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149438, 1156, '1666-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149439, 1156, '1666-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149440, 1156, '1666-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149441, 1156, '1666-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149442, 1156, '1666-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149443, 1156, '1666-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149444, 1156, '1666-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149445, 1156, '1667-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149446, 1156, '1667-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149447, 1156, '1667-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149448, 1156, '1667-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149449, 1156, '1667-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149450, 1156, '1667-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149451, 1156, '1667-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149452, 1156, '1667-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149453, 1156, '1667-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149454, 1156, '1667-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149455, 1156, '1667-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149456, 1156, '1667-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149457, 1156, '1668-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149458, 1156, '1668-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149459, 1156, '1668-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149460, 1156, '1668-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149461, 1156, '1668-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149462, 1156, '1668-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149463, 1156, '1668-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149464, 1156, '1668-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149465, 1156, '1668-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149466, 1156, '1668-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149467, 1156, '1668-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149468, 1156, '1668-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149469, 1156, '1669-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149470, 1156, '1669-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149471, 1156, '1669-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149472, 1156, '1669-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149473, 1156, '1669-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149474, 1156, '1669-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149475, 1156, '1669-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149476, 1156, '1669-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149477, 1156, '1669-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149478, 1156, '1669-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149479, 1156, '1669-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149480, 1156, '1669-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149481, 1156, '1670-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149482, 1156, '1670-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149483, 1156, '1670-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149484, 1156, '1670-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149485, 1156, '1670-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149486, 1156, '1670-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149487, 1156, '1670-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149488, 1156, '1670-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149489, 1156, '1670-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149490, 1156, '1670-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149491, 1156, '1670-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149492, 1156, '1670-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149493, 1156, '1671-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149494, 1156, '1671-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149495, 1156, '1671-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149496, 1156, '1671-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149497, 1156, '1671-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149498, 1156, '1671-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149499, 1156, '1671-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149500, 1156, '1671-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149501, 1156, '1671-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149502, 1156, '1671-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149503, 1156, '1671-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149504, 1156, '1671-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149505, 1156, '1672-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149506, 1156, '1672-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149507, 1156, '1672-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149508, 1156, '1672-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149509, 1156, '1672-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149510, 1156, '1672-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149511, 1156, '1672-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149512, 1156, '1672-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149513, 1156, '1672-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149514, 1156, '1672-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149515, 1156, '1672-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149516, 1156, '1672-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149517, 1156, '1673-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149518, 1156, '1673-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149519, 1156, '1673-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149520, 1156, '1673-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149521, 1156, '1673-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149522, 1156, '1673-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149523, 1156, '1673-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149524, 1156, '1673-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149525, 1156, '1673-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149526, 1156, '1673-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149527, 1156, '1673-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149528, 1156, '1673-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149529, 1156, '1674-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149530, 1156, '1674-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149531, 1156, '1674-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149532, 1156, '1674-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149533, 1156, '1674-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149534, 1156, '1674-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149535, 1156, '1674-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149536, 1156, '1674-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149537, 1156, '1674-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149538, 1156, '1674-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149539, 1156, '1674-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149540, 1156, '1674-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149541, 1156, '1675-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149542, 1156, '1675-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149543, 1156, '1675-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149544, 1156, '1675-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149545, 1156, '1675-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149546, 1156, '1675-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149547, 1156, '1675-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149548, 1156, '1675-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149549, 1156, '1675-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149550, 1156, '1675-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149551, 1156, '1675-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149552, 1156, '1675-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149553, 1156, '1676-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149554, 1156, '1676-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149555, 1156, '1676-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149556, 1156, '1676-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149557, 1156, '1676-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149558, 1156, '1676-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149559, 1156, '1676-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149560, 1156, '1676-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149561, 1156, '1676-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149562, 1156, '1676-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149563, 1156, '1676-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149564, 1156, '1676-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149565, 1156, '1677-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149566, 1156, '1677-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149567, 1156, '1677-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149568, 1156, '1677-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149569, 1156, '1677-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149570, 1156, '1677-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149571, 1156, '1677-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149572, 1156, '1677-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149573, 1156, '1677-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149574, 1156, '1677-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149575, 1156, '1677-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149576, 1156, '1677-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149577, 1156, '1678-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149578, 1156, '1678-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149579, 1156, '1678-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149580, 1156, '1678-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149581, 1156, '1678-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149582, 1156, '1678-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149583, 1156, '1678-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149584, 1156, '1678-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149585, 1156, '1678-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149586, 1156, '1678-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149587, 1156, '1678-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149588, 1156, '1678-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149589, 1156, '1679-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149590, 1156, '1679-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149591, 1156, '1679-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149592, 1156, '1679-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149593, 1156, '1679-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149594, 1156, '1679-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149595, 1156, '1679-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149596, 1156, '1679-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149597, 1156, '1679-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149598, 1156, '1679-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149599, 1156, '1679-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149600, 1156, '1679-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149601, 1156, '1680-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149602, 1156, '1680-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149603, 1156, '1680-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149604, 1156, '1680-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149605, 1156, '1680-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149606, 1156, '1680-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149607, 1156, '1680-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149608, 1156, '1680-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149609, 1156, '1680-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149610, 1156, '1680-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149611, 1156, '1680-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149612, 1156, '1680-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149613, 1156, '1681-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149614, 1156, '1681-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149615, 1156, '1681-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149616, 1156, '1681-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149617, 1156, '1681-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149618, 1156, '1681-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149619, 1156, '1681-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149620, 1156, '1681-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149621, 1156, '1681-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149622, 1156, '1681-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149623, 1156, '1681-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149624, 1156, '1681-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149625, 1156, '1682-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149626, 1156, '1682-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149627, 1156, '1682-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149628, 1156, '1682-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149629, 1156, '1682-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149630, 1156, '1682-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149631, 1156, '1682-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149632, 1156, '1682-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149633, 1156, '1682-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149634, 1156, '1682-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149635, 1156, '1682-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149636, 1156, '1682-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149637, 1156, '1683-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149638, 1156, '1683-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149639, 1156, '1683-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149640, 1156, '1683-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149641, 1156, '1683-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149642, 1156, '1683-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149643, 1156, '1683-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149644, 1156, '1683-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149645, 1156, '1683-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149646, 1156, '1683-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149647, 1156, '1683-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149648, 1156, '1683-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149649, 1156, '1684-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149650, 1156, '1684-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149651, 1156, '1684-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149652, 1156, '1684-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149653, 1156, '1684-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149654, 1156, '1684-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149655, 1156, '1684-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149656, 1156, '1684-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149657, 1156, '1684-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149658, 1156, '1684-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149659, 1156, '1684-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149660, 1156, '1684-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149661, 1156, '1685-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149662, 1156, '1685-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149663, 1156, '1685-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149664, 1156, '1685-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149665, 1156, '1685-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149666, 1156, '1685-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149667, 1156, '1685-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149668, 1156, '1685-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149669, 1156, '1685-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149670, 1156, '1685-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149671, 1156, '1685-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149672, 1156, '1685-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149673, 1156, '1686-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149674, 1156, '1686-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149675, 1156, '1686-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149676, 1156, '1686-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149677, 1156, '1686-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149678, 1156, '1686-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149679, 1156, '1686-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149680, 1156, '1686-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149681, 1156, '1686-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149682, 1156, '1686-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149683, 1156, '1686-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149684, 1156, '1686-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149685, 1156, '1687-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149686, 1156, '1687-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149687, 1156, '1687-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149688, 1156, '1687-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149689, 1156, '1687-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149690, 1156, '1687-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149691, 1156, '1687-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149692, 1156, '1687-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149693, 1156, '1687-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149694, 1156, '1687-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149695, 1156, '1687-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149696, 1156, '1687-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149697, 1156, '1688-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149698, 1156, '1688-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149699, 1156, '1688-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149700, 1156, '1688-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149701, 1156, '1688-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149702, 1156, '1688-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149703, 1156, '1688-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149704, 1156, '1688-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149705, 1156, '1688-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149706, 1156, '1688-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149707, 1156, '1688-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149708, 1156, '1688-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149709, 1156, '1689-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149710, 1156, '1689-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149711, 1156, '1689-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149712, 1156, '1689-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149713, 1156, '1689-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149714, 1156, '1689-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149715, 1156, '1689-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149716, 1156, '1689-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149717, 1156, '1689-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149718, 1156, '1689-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149719, 1156, '1689-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149720, 1156, '1689-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149721, 1156, '1690-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149722, 1156, '1690-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149723, 1156, '1690-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149724, 1156, '1690-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149725, 1156, '1690-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149726, 1156, '1690-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149727, 1156, '1690-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149728, 1156, '1690-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149729, 1156, '1690-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149730, 1156, '1690-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149731, 1156, '1690-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149732, 1156, '1690-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149733, 1156, '1691-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149734, 1156, '1691-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149735, 1156, '1691-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149736, 1156, '1691-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149737, 1156, '1691-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149738, 1156, '1691-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149739, 1156, '1691-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149740, 1156, '1691-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149741, 1156, '1691-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149742, 1156, '1691-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149743, 1156, '1691-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149744, 1156, '1691-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149745, 1156, '1692-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149746, 1156, '1692-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149747, 1156, '1692-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149748, 1156, '1692-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:40', '2023-09-12 17:47:40'),
(149749, 1156, '1692-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149750, 1156, '1692-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149751, 1156, '1692-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149752, 1156, '1692-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149753, 1156, '1692-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149754, 1156, '1692-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149755, 1156, '1692-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149756, 1156, '1692-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149757, 1156, '1693-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149758, 1156, '1693-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149759, 1156, '1693-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149760, 1156, '1693-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149761, 1156, '1693-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149762, 1156, '1693-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149763, 1156, '1693-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149764, 1156, '1693-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149765, 1156, '1693-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149766, 1156, '1693-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149767, 1156, '1693-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149768, 1156, '1693-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149769, 1156, '1694-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149770, 1156, '1694-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149771, 1156, '1694-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149772, 1156, '1694-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149773, 1156, '1694-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149774, 1156, '1694-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149775, 1156, '1694-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149776, 1156, '1694-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149777, 1156, '1694-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149778, 1156, '1694-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149779, 1156, '1694-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149780, 1156, '1694-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149781, 1156, '1695-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149782, 1156, '1695-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149783, 1156, '1695-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149784, 1156, '1695-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149785, 1156, '1695-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149786, 1156, '1695-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149787, 1156, '1695-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149788, 1156, '1695-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149789, 1156, '1695-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149790, 1156, '1695-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149791, 1156, '1695-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149792, 1156, '1695-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149793, 1156, '1696-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149794, 1156, '1696-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149795, 1156, '1696-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149796, 1156, '1696-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149797, 1156, '1696-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149798, 1156, '1696-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149799, 1156, '1696-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149800, 1156, '1696-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149801, 1156, '1696-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149802, 1156, '1696-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149803, 1156, '1696-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149804, 1156, '1696-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149805, 1156, '1697-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(149806, 1156, '1697-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149807, 1156, '1697-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149808, 1156, '1697-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149809, 1156, '1697-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149810, 1156, '1697-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149811, 1156, '1697-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149812, 1156, '1697-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149813, 1156, '1697-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149814, 1156, '1697-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149815, 1156, '1697-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149816, 1156, '1697-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149817, 1156, '1698-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149818, 1156, '1698-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149819, 1156, '1698-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149820, 1156, '1698-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149821, 1156, '1698-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149822, 1156, '1698-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149823, 1156, '1698-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149824, 1156, '1698-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149825, 1156, '1698-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149826, 1156, '1698-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149827, 1156, '1698-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149828, 1156, '1698-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149829, 1156, '1699-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149830, 1156, '1699-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149831, 1156, '1699-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149832, 1156, '1699-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149833, 1156, '1699-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149834, 1156, '1699-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149835, 1156, '1699-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149836, 1156, '1699-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149837, 1156, '1699-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149838, 1156, '1699-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149839, 1156, '1699-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149840, 1156, '1699-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149841, 1156, '1700-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149842, 1156, '1700-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149843, 1156, '1700-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149844, 1156, '1700-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149845, 1156, '1700-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149846, 1156, '1700-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149847, 1156, '1700-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149848, 1156, '1700-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149849, 1156, '1700-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149850, 1156, '1700-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149851, 1156, '1700-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149852, 1156, '1700-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149853, 1156, '1701-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149854, 1156, '1701-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149855, 1156, '1701-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149856, 1156, '1701-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149857, 1156, '1701-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149858, 1156, '1701-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149859, 1156, '1701-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149860, 1156, '1701-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149861, 1156, '1701-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149862, 1156, '1701-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149863, 1156, '1701-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149864, 1156, '1701-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149865, 1156, '1702-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149866, 1156, '1702-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149867, 1156, '1702-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149868, 1156, '1702-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149869, 1156, '1702-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149870, 1156, '1702-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149871, 1156, '1702-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149872, 1156, '1702-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149873, 1156, '1702-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149874, 1156, '1702-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149875, 1156, '1702-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149876, 1156, '1702-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149877, 1156, '1703-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149878, 1156, '1703-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149879, 1156, '1703-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149880, 1156, '1703-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149881, 1156, '1703-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149882, 1156, '1703-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149883, 1156, '1703-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149884, 1156, '1703-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149885, 1156, '1703-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149886, 1156, '1703-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149887, 1156, '1703-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149888, 1156, '1703-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149889, 1156, '1704-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149890, 1156, '1704-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149891, 1156, '1704-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149892, 1156, '1704-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149893, 1156, '1704-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149894, 1156, '1704-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149895, 1156, '1704-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149896, 1156, '1704-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149897, 1156, '1704-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149898, 1156, '1704-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149899, 1156, '1704-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149900, 1156, '1704-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149901, 1156, '1705-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149902, 1156, '1705-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149903, 1156, '1705-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149904, 1156, '1705-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149905, 1156, '1705-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149906, 1156, '1705-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149907, 1156, '1705-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149908, 1156, '1705-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149909, 1156, '1705-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149910, 1156, '1705-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149911, 1156, '1705-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149912, 1156, '1705-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149913, 1156, '1706-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149914, 1156, '1706-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149915, 1156, '1706-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149916, 1156, '1706-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149917, 1156, '1706-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149918, 1156, '1706-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149919, 1156, '1706-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149920, 1156, '1706-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149921, 1156, '1706-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149922, 1156, '1706-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149923, 1156, '1706-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149924, 1156, '1706-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149925, 1156, '1707-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149926, 1156, '1707-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149927, 1156, '1707-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149928, 1156, '1707-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149929, 1156, '1707-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149930, 1156, '1707-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149931, 1156, '1707-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149932, 1156, '1707-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149933, 1156, '1707-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149934, 1156, '1707-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149935, 1156, '1707-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149936, 1156, '1707-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149937, 1156, '1708-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149938, 1156, '1708-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149939, 1156, '1708-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149940, 1156, '1708-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149941, 1156, '1708-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149942, 1156, '1708-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149943, 1156, '1708-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149944, 1156, '1708-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149945, 1156, '1708-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149946, 1156, '1708-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149947, 1156, '1708-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149948, 1156, '1708-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149949, 1156, '1709-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149950, 1156, '1709-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149951, 1156, '1709-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149952, 1156, '1709-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149953, 1156, '1709-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149954, 1156, '1709-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149955, 1156, '1709-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149956, 1156, '1709-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149957, 1156, '1709-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149958, 1156, '1709-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149959, 1156, '1709-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149960, 1156, '1709-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149961, 1156, '1710-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149962, 1156, '1710-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149963, 1156, '1710-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149964, 1156, '1710-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149965, 1156, '1710-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149966, 1156, '1710-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149967, 1156, '1710-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149968, 1156, '1710-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149969, 1156, '1710-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149970, 1156, '1710-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149971, 1156, '1710-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149972, 1156, '1710-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149973, 1156, '1711-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149974, 1156, '1711-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149975, 1156, '1711-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149976, 1156, '1711-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149977, 1156, '1711-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149978, 1156, '1711-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149979, 1156, '1711-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149980, 1156, '1711-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149981, 1156, '1711-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149982, 1156, '1711-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149983, 1156, '1711-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149984, 1156, '1711-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149985, 1156, '1712-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149986, 1156, '1712-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149987, 1156, '1712-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149988, 1156, '1712-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149989, 1156, '1712-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149990, 1156, '1712-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149991, 1156, '1712-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149992, 1156, '1712-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149993, 1156, '1712-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149994, 1156, '1712-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149995, 1156, '1712-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149996, 1156, '1712-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149997, 1156, '1713-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149998, 1156, '1713-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(149999, 1156, '1713-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(150000, 1156, '1713-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(150001, 1156, '1713-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(150002, 1156, '1713-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(150003, 1156, '1713-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(150004, 1156, '1713-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(150005, 1156, '1713-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(150006, 1156, '1713-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(150007, 1156, '1713-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(150008, 1156, '1713-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(150009, 1156, '1714-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(150010, 1156, '1714-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(150011, 1156, '1714-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(150012, 1156, '1714-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(150013, 1156, '1714-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(150014, 1156, '1714-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(150015, 1156, '1714-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(150016, 1156, '1714-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(150017, 1156, '1714-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(150018, 1156, '1714-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(150019, 1156, '1714-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(150020, 1156, '1714-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(150021, 1156, '1715-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(150022, 1156, '1715-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(150023, 1156, '1715-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(150024, 1156, '1715-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(150025, 1156, '1715-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(150026, 1156, '1715-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(150027, 1156, '1715-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(150028, 1156, '1715-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(150029, 1156, '1715-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(150030, 1156, '1715-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(150031, 1156, '1715-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(150032, 1156, '1715-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(150033, 1156, '1716-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(150034, 1156, '1716-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(150035, 1156, '1716-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(150036, 1156, '1716-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(150037, 1156, '1716-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(150038, 1156, '1716-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(150039, 1156, '1716-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(150040, 1156, '1716-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(150041, 1156, '1716-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(150042, 1156, '1716-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(150043, 1156, '1716-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(150044, 1156, '1716-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(150045, 1156, '1717-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(150046, 1156, '1717-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(150047, 1156, '1717-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(150048, 1156, '1717-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(150049, 1156, '1717-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(150050, 1156, '1717-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(150051, 1156, '1717-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(150052, 1156, '1717-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(150053, 1156, '1717-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(150054, 1156, '1717-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(150055, 1156, '1717-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(150056, 1156, '1717-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(150057, 1156, '1718-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(150058, 1156, '1718-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(150059, 1156, '1718-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(150060, 1156, '1718-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(150061, 1156, '1718-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(150062, 1156, '1718-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(150063, 1156, '1718-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(150064, 1156, '1718-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(150065, 1156, '1718-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(150066, 1156, '1718-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(150067, 1156, '1718-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(150068, 1156, '1718-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(150069, 1156, '1719-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(150070, 1156, '1719-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(150071, 1156, '1719-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(150072, 1156, '1719-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(150073, 1156, '1719-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(150074, 1156, '1719-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(150075, 1156, '1719-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(150076, 1156, '1719-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(150077, 1156, '1719-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(150078, 1156, '1719-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(150079, 1156, '1719-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(150080, 1156, '1719-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(150081, 1156, '1720-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(150082, 1156, '1720-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(150083, 1156, '1720-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(150084, 1156, '1720-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(150085, 1156, '1720-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(150086, 1156, '1720-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(150087, 1156, '1720-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(150088, 1156, '1720-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(150089, 1156, '1720-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:41', '2023-09-12 17:47:41'),
(150090, 1156, '1720-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150091, 1156, '1720-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150092, 1156, '1720-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150093, 1156, '1721-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150094, 1156, '1721-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150095, 1156, '1721-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150096, 1156, '1721-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150097, 1156, '1721-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150098, 1156, '1721-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150099, 1156, '1721-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150100, 1156, '1721-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150101, 1156, '1721-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150102, 1156, '1721-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150103, 1156, '1721-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150104, 1156, '1721-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150105, 1156, '1722-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150106, 1156, '1722-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150107, 1156, '1722-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150108, 1156, '1722-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150109, 1156, '1722-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150110, 1156, '1722-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150111, 1156, '1722-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150112, 1156, '1722-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150113, 1156, '1722-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150114, 1156, '1722-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150115, 1156, '1722-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150116, 1156, '1722-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150117, 1156, '1723-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150118, 1156, '1723-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150119, 1156, '1723-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150120, 1156, '1723-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150121, 1156, '1723-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150122, 1156, '1723-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150123, 1156, '1723-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150124, 1156, '1723-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150125, 1156, '1723-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150126, 1156, '1723-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150127, 1156, '1723-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150128, 1156, '1723-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150129, 1156, '1724-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150130, 1156, '1724-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150131, 1156, '1724-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150132, 1156, '1724-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150133, 1156, '1724-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150134, 1156, '1724-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150135, 1156, '1724-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150136, 1156, '1724-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150137, 1156, '1724-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150138, 1156, '1724-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150139, 1156, '1724-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150140, 1156, '1724-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150141, 1156, '1725-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150142, 1156, '1725-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150143, 1156, '1725-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150144, 1156, '1725-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150145, 1156, '1725-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150146, 1156, '1725-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150147, 1156, '1725-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150148, 1156, '1725-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150149, 1156, '1725-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150150, 1156, '1725-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150151, 1156, '1725-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150152, 1156, '1725-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150153, 1156, '1726-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150154, 1156, '1726-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150155, 1156, '1726-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150156, 1156, '1726-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150157, 1156, '1726-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150158, 1156, '1726-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150159, 1156, '1726-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150160, 1156, '1726-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150161, 1156, '1726-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150162, 1156, '1726-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150163, 1156, '1726-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150164, 1156, '1726-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150165, 1156, '1727-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150166, 1156, '1727-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150167, 1156, '1727-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150168, 1156, '1727-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150169, 1156, '1727-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150170, 1156, '1727-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150171, 1156, '1727-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150172, 1156, '1727-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150173, 1156, '1727-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150174, 1156, '1727-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150175, 1156, '1727-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150176, 1156, '1727-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150177, 1156, '1728-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150178, 1156, '1728-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150179, 1156, '1728-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150180, 1156, '1728-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150181, 1156, '1728-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150182, 1156, '1728-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150183, 1156, '1728-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150184, 1156, '1728-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150185, 1156, '1728-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150186, 1156, '1728-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150187, 1156, '1728-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150188, 1156, '1728-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150189, 1156, '1729-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150190, 1156, '1729-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150191, 1156, '1729-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150192, 1156, '1729-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150193, 1156, '1729-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150194, 1156, '1729-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150195, 1156, '1729-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150196, 1156, '1729-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150197, 1156, '1729-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150198, 1156, '1729-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150199, 1156, '1729-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150200, 1156, '1729-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150201, 1156, '1730-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150202, 1156, '1730-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150203, 1156, '1730-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150204, 1156, '1730-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150205, 1156, '1730-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150206, 1156, '1730-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150207, 1156, '1730-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150208, 1156, '1730-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150209, 1156, '1730-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150210, 1156, '1730-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150211, 1156, '1730-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150212, 1156, '1730-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150213, 1156, '1731-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150214, 1156, '1731-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150215, 1156, '1731-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150216, 1156, '1731-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150217, 1156, '1731-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150218, 1156, '1731-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150219, 1156, '1731-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150220, 1156, '1731-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150221, 1156, '1731-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150222, 1156, '1731-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150223, 1156, '1731-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150224, 1156, '1731-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150225, 1156, '1732-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150226, 1156, '1732-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150227, 1156, '1732-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150228, 1156, '1732-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150229, 1156, '1732-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150230, 1156, '1732-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150231, 1156, '1732-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150232, 1156, '1732-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150233, 1156, '1732-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150234, 1156, '1732-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150235, 1156, '1732-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150236, 1156, '1732-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150237, 1156, '1733-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150238, 1156, '1733-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150239, 1156, '1733-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150240, 1156, '1733-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150241, 1156, '1733-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150242, 1156, '1733-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150243, 1156, '1733-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150244, 1156, '1733-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150245, 1156, '1733-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150246, 1156, '1733-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150247, 1156, '1733-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150248, 1156, '1733-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150249, 1156, '1734-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150250, 1156, '1734-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150251, 1156, '1734-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150252, 1156, '1734-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150253, 1156, '1734-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150254, 1156, '1734-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150255, 1156, '1734-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150256, 1156, '1734-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150257, 1156, '1734-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150258, 1156, '1734-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150259, 1156, '1734-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150260, 1156, '1734-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150261, 1156, '1735-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(150262, 1156, '1735-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150263, 1156, '1735-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150264, 1156, '1735-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150265, 1156, '1735-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150266, 1156, '1735-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150267, 1156, '1735-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150268, 1156, '1735-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150269, 1156, '1735-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150270, 1156, '1735-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150271, 1156, '1735-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150272, 1156, '1735-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150273, 1156, '1736-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150274, 1156, '1736-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150275, 1156, '1736-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150276, 1156, '1736-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150277, 1156, '1736-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150278, 1156, '1736-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150279, 1156, '1736-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150280, 1156, '1736-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150281, 1156, '1736-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150282, 1156, '1736-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150283, 1156, '1736-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150284, 1156, '1736-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150285, 1156, '1737-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150286, 1156, '1737-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150287, 1156, '1737-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150288, 1156, '1737-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150289, 1156, '1737-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150290, 1156, '1737-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150291, 1156, '1737-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150292, 1156, '1737-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150293, 1156, '1737-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150294, 1156, '1737-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150295, 1156, '1737-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150296, 1156, '1737-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150297, 1156, '1738-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150298, 1156, '1738-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150299, 1156, '1738-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150300, 1156, '1738-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150301, 1156, '1738-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150302, 1156, '1738-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150303, 1156, '1738-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150304, 1156, '1738-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150305, 1156, '1738-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150306, 1156, '1738-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150307, 1156, '1738-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150308, 1156, '1738-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150309, 1156, '1739-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150310, 1156, '1739-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150311, 1156, '1739-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150312, 1156, '1739-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150313, 1156, '1739-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150314, 1156, '1739-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150315, 1156, '1739-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150316, 1156, '1739-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150317, 1156, '1739-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150318, 1156, '1739-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150319, 1156, '1739-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150320, 1156, '1739-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150321, 1156, '1740-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150322, 1156, '1740-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150323, 1156, '1740-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150324, 1156, '1740-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150325, 1156, '1740-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150326, 1156, '1740-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150327, 1156, '1740-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150328, 1156, '1740-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150329, 1156, '1740-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150330, 1156, '1740-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150331, 1156, '1740-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150332, 1156, '1740-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150333, 1156, '1741-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150334, 1156, '1741-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150335, 1156, '1741-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150336, 1156, '1741-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150337, 1156, '1741-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150338, 1156, '1741-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150339, 1156, '1741-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150340, 1156, '1741-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150341, 1156, '1741-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150342, 1156, '1741-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150343, 1156, '1741-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150344, 1156, '1741-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150345, 1156, '1742-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150346, 1156, '1742-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150347, 1156, '1742-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150348, 1156, '1742-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150349, 1156, '1742-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150350, 1156, '1742-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150351, 1156, '1742-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150352, 1156, '1742-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150353, 1156, '1742-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150354, 1156, '1742-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150355, 1156, '1742-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150356, 1156, '1742-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150357, 1156, '1743-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150358, 1156, '1743-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150359, 1156, '1743-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150360, 1156, '1743-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150361, 1156, '1743-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150362, 1156, '1743-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150363, 1156, '1743-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150364, 1156, '1743-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150365, 1156, '1743-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150366, 1156, '1743-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150367, 1156, '1743-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150368, 1156, '1743-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150369, 1156, '1744-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150370, 1156, '1744-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150371, 1156, '1744-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150372, 1156, '1744-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150373, 1156, '1744-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150374, 1156, '1744-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150375, 1156, '1744-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150376, 1156, '1744-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150377, 1156, '1744-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150378, 1156, '1744-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150379, 1156, '1744-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150380, 1156, '1744-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150381, 1156, '1745-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150382, 1156, '1745-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150383, 1156, '1745-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150384, 1156, '1745-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150385, 1156, '1745-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150386, 1156, '1745-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150387, 1156, '1745-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150388, 1156, '1745-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150389, 1156, '1745-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150390, 1156, '1745-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150391, 1156, '1745-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150392, 1156, '1745-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150393, 1156, '1746-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150394, 1156, '1746-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150395, 1156, '1746-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150396, 1156, '1746-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150397, 1156, '1746-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150398, 1156, '1746-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150399, 1156, '1746-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150400, 1156, '1746-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150401, 1156, '1746-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150402, 1156, '1746-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150403, 1156, '1746-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150404, 1156, '1746-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150405, 1156, '1747-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150406, 1156, '1747-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150407, 1156, '1747-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150408, 1156, '1747-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150409, 1156, '1747-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150410, 1156, '1747-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150411, 1156, '1747-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150412, 1156, '1747-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150413, 1156, '1747-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150414, 1156, '1747-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150415, 1156, '1747-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150416, 1156, '1747-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150417, 1156, '1748-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150418, 1156, '1748-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150419, 1156, '1748-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150420, 1156, '1748-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150421, 1156, '1748-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150422, 1156, '1748-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150423, 1156, '1748-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150424, 1156, '1748-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150425, 1156, '1748-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150426, 1156, '1748-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150427, 1156, '1748-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150428, 1156, '1748-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150429, 1156, '1749-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150430, 1156, '1749-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150431, 1156, '1749-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150432, 1156, '1749-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150433, 1156, '1749-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150434, 1156, '1749-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150435, 1156, '1749-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150436, 1156, '1749-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150437, 1156, '1749-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150438, 1156, '1749-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150439, 1156, '1749-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150440, 1156, '1749-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150441, 1156, '1750-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150442, 1156, '1750-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150443, 1156, '1750-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150444, 1156, '1750-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150445, 1156, '1750-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150446, 1156, '1750-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150447, 1156, '1750-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150448, 1156, '1750-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150449, 1156, '1750-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150450, 1156, '1750-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150451, 1156, '1750-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150452, 1156, '1750-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150453, 1156, '1751-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150454, 1156, '1751-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150455, 1156, '1751-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150456, 1156, '1751-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150457, 1156, '1751-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150458, 1156, '1751-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150459, 1156, '1751-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150460, 1156, '1751-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150461, 1156, '1751-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150462, 1156, '1751-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150463, 1156, '1751-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150464, 1156, '1751-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150465, 1156, '1752-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150466, 1156, '1752-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150467, 1156, '1752-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150468, 1156, '1752-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150469, 1156, '1752-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150470, 1156, '1752-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150471, 1156, '1752-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150472, 1156, '1752-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150473, 1156, '1752-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150474, 1156, '1752-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150475, 1156, '1752-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150476, 1156, '1752-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150477, 1156, '1753-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150478, 1156, '1753-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150479, 1156, '1753-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150480, 1156, '1753-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150481, 1156, '1753-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150482, 1156, '1753-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150483, 1156, '1753-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150484, 1156, '1753-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150485, 1156, '1753-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150486, 1156, '1753-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150487, 1156, '1753-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150488, 1156, '1753-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150489, 1156, '1754-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150490, 1156, '1754-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150491, 1156, '1754-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150492, 1156, '1754-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150493, 1156, '1754-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150494, 1156, '1754-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150495, 1156, '1754-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150496, 1156, '1754-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150497, 1156, '1754-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150498, 1156, '1754-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150499, 1156, '1754-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:42', '2023-09-12 17:47:42'),
(150500, 1156, '1754-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150501, 1156, '1755-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150502, 1156, '1755-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150503, 1156, '1755-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150504, 1156, '1755-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150505, 1156, '1755-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150506, 1156, '1755-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150507, 1156, '1755-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150508, 1156, '1755-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150509, 1156, '1755-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150510, 1156, '1755-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150511, 1156, '1755-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150512, 1156, '1755-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150513, 1156, '1756-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150514, 1156, '1756-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150515, 1156, '1756-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150516, 1156, '1756-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150517, 1156, '1756-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150518, 1156, '1756-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150519, 1156, '1756-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150520, 1156, '1756-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150521, 1156, '1756-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150522, 1156, '1756-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150523, 1156, '1756-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150524, 1156, '1756-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150525, 1156, '1757-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150526, 1156, '1757-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150527, 1156, '1757-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150528, 1156, '1757-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150529, 1156, '1757-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150530, 1156, '1757-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150531, 1156, '1757-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150532, 1156, '1757-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150533, 1156, '1757-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150534, 1156, '1757-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150535, 1156, '1757-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150536, 1156, '1757-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150537, 1156, '1758-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150538, 1156, '1758-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150539, 1156, '1758-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150540, 1156, '1758-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150541, 1156, '1758-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150542, 1156, '1758-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150543, 1156, '1758-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150544, 1156, '1758-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150545, 1156, '1758-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150546, 1156, '1758-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150547, 1156, '1758-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150548, 1156, '1758-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150549, 1156, '1759-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150550, 1156, '1759-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150551, 1156, '1759-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150552, 1156, '1759-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150553, 1156, '1759-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150554, 1156, '1759-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150555, 1156, '1759-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150556, 1156, '1759-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150557, 1156, '1759-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150558, 1156, '1759-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150559, 1156, '1759-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150560, 1156, '1759-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150561, 1156, '1760-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150562, 1156, '1760-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150563, 1156, '1760-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150564, 1156, '1760-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150565, 1156, '1760-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150566, 1156, '1760-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150567, 1156, '1760-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150568, 1156, '1760-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150569, 1156, '1760-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150570, 1156, '1760-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150571, 1156, '1760-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150572, 1156, '1760-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150573, 1156, '1761-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150574, 1156, '1761-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150575, 1156, '1761-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150576, 1156, '1761-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150577, 1156, '1761-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150578, 1156, '1761-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150579, 1156, '1761-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150580, 1156, '1761-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150581, 1156, '1761-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150582, 1156, '1761-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150583, 1156, '1761-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150584, 1156, '1761-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150585, 1156, '1762-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150586, 1156, '1762-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150587, 1156, '1762-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150588, 1156, '1762-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150589, 1156, '1762-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150590, 1156, '1762-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150591, 1156, '1762-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150592, 1156, '1762-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150593, 1156, '1762-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150594, 1156, '1762-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150595, 1156, '1762-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150596, 1156, '1762-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150597, 1156, '1763-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150598, 1156, '1763-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150599, 1156, '1763-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150600, 1156, '1763-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150601, 1156, '1763-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150602, 1156, '1763-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150603, 1156, '1763-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150604, 1156, '1763-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150605, 1156, '1763-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150606, 1156, '1763-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150607, 1156, '1763-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150608, 1156, '1763-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150609, 1156, '1764-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150610, 1156, '1764-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150611, 1156, '1764-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150612, 1156, '1764-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150613, 1156, '1764-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150614, 1156, '1764-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150615, 1156, '1764-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150616, 1156, '1764-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150617, 1156, '1764-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150618, 1156, '1764-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150619, 1156, '1764-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150620, 1156, '1764-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150621, 1156, '1765-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150622, 1156, '1765-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150623, 1156, '1765-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150624, 1156, '1765-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150625, 1156, '1765-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150626, 1156, '1765-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150627, 1156, '1765-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150628, 1156, '1765-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150629, 1156, '1765-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150630, 1156, '1765-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150631, 1156, '1765-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150632, 1156, '1765-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150633, 1156, '1766-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150634, 1156, '1766-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150635, 1156, '1766-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150636, 1156, '1766-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150637, 1156, '1766-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150638, 1156, '1766-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150639, 1156, '1766-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150640, 1156, '1766-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150641, 1156, '1766-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150642, 1156, '1766-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150643, 1156, '1766-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150644, 1156, '1766-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150645, 1156, '1767-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150646, 1156, '1767-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150647, 1156, '1767-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150648, 1156, '1767-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150649, 1156, '1767-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150650, 1156, '1767-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150651, 1156, '1767-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150652, 1156, '1767-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150653, 1156, '1767-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150654, 1156, '1767-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150655, 1156, '1767-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150656, 1156, '1767-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150657, 1156, '1768-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150658, 1156, '1768-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150659, 1156, '1768-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150660, 1156, '1768-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150661, 1156, '1768-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150662, 1156, '1768-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150663, 1156, '1768-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150664, 1156, '1768-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150665, 1156, '1768-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150666, 1156, '1768-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150667, 1156, '1768-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150668, 1156, '1768-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150669, 1156, '1769-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150670, 1156, '1769-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150671, 1156, '1769-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150672, 1156, '1769-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150673, 1156, '1769-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150674, 1156, '1769-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150675, 1156, '1769-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150676, 1156, '1769-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150677, 1156, '1769-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150678, 1156, '1769-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150679, 1156, '1769-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150680, 1156, '1769-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150681, 1156, '1770-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150682, 1156, '1770-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150683, 1156, '1770-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150684, 1156, '1770-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150685, 1156, '1770-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150686, 1156, '1770-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150687, 1156, '1770-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150688, 1156, '1770-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150689, 1156, '1770-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150690, 1156, '1770-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150691, 1156, '1770-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150692, 1156, '1770-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150693, 1156, '1771-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150694, 1156, '1771-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150695, 1156, '1771-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150696, 1156, '1771-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150697, 1156, '1771-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150698, 1156, '1771-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150699, 1156, '1771-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150700, 1156, '1771-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150701, 1156, '1771-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150702, 1156, '1771-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150703, 1156, '1771-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150704, 1156, '1771-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150705, 1156, '1772-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150706, 1156, '1772-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150707, 1156, '1772-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150708, 1156, '1772-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150709, 1156, '1772-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150710, 1156, '1772-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150711, 1156, '1772-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150712, 1156, '1772-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150713, 1156, '1772-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150714, 1156, '1772-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150715, 1156, '1772-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150716, 1156, '1772-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150717, 1156, '1773-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(150718, 1156, '1773-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150719, 1156, '1773-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150720, 1156, '1773-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150721, 1156, '1773-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150722, 1156, '1773-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150723, 1156, '1773-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150724, 1156, '1773-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150725, 1156, '1773-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150726, 1156, '1773-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150727, 1156, '1773-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150728, 1156, '1773-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150729, 1156, '1774-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150730, 1156, '1774-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150731, 1156, '1774-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150732, 1156, '1774-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150733, 1156, '1774-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150734, 1156, '1774-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150735, 1156, '1774-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150736, 1156, '1774-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150737, 1156, '1774-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150738, 1156, '1774-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150739, 1156, '1774-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150740, 1156, '1774-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150741, 1156, '1775-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150742, 1156, '1775-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150743, 1156, '1775-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150744, 1156, '1775-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150745, 1156, '1775-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150746, 1156, '1775-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150747, 1156, '1775-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150748, 1156, '1775-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150749, 1156, '1775-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150750, 1156, '1775-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150751, 1156, '1775-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150752, 1156, '1775-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150753, 1156, '1776-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150754, 1156, '1776-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150755, 1156, '1776-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150756, 1156, '1776-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150757, 1156, '1776-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150758, 1156, '1776-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150759, 1156, '1776-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150760, 1156, '1776-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150761, 1156, '1776-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150762, 1156, '1776-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150763, 1156, '1776-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150764, 1156, '1776-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150765, 1156, '1777-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150766, 1156, '1777-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150767, 1156, '1777-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150768, 1156, '1777-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150769, 1156, '1777-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150770, 1156, '1777-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150771, 1156, '1777-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150772, 1156, '1777-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150773, 1156, '1777-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150774, 1156, '1777-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150775, 1156, '1777-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150776, 1156, '1777-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150777, 1156, '1778-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150778, 1156, '1778-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150779, 1156, '1778-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150780, 1156, '1778-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150781, 1156, '1778-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150782, 1156, '1778-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150783, 1156, '1778-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150784, 1156, '1778-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150785, 1156, '1778-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150786, 1156, '1778-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150787, 1156, '1778-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150788, 1156, '1778-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150789, 1156, '1779-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150790, 1156, '1779-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150791, 1156, '1779-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150792, 1156, '1779-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150793, 1156, '1779-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150794, 1156, '1779-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150795, 1156, '1779-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150796, 1156, '1779-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150797, 1156, '1779-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150798, 1156, '1779-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150799, 1156, '1779-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150800, 1156, '1779-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150801, 1156, '1780-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150802, 1156, '1780-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150803, 1156, '1780-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150804, 1156, '1780-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150805, 1156, '1780-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150806, 1156, '1780-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150807, 1156, '1780-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150808, 1156, '1780-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150809, 1156, '1780-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150810, 1156, '1780-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150811, 1156, '1780-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150812, 1156, '1780-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150813, 1156, '1781-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150814, 1156, '1781-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150815, 1156, '1781-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150816, 1156, '1781-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150817, 1156, '1781-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150818, 1156, '1781-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150819, 1156, '1781-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150820, 1156, '1781-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150821, 1156, '1781-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150822, 1156, '1781-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150823, 1156, '1781-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150824, 1156, '1781-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150825, 1156, '1782-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150826, 1156, '1782-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150827, 1156, '1782-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150828, 1156, '1782-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150829, 1156, '1782-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150830, 1156, '1782-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150831, 1156, '1782-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150832, 1156, '1782-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150833, 1156, '1782-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150834, 1156, '1782-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150835, 1156, '1782-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150836, 1156, '1782-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150837, 1156, '1783-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150838, 1156, '1783-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150839, 1156, '1783-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150840, 1156, '1783-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150841, 1156, '1783-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150842, 1156, '1783-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150843, 1156, '1783-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150844, 1156, '1783-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:43', '2023-09-12 17:47:43'),
(150845, 1156, '1783-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(150846, 1156, '1783-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(150847, 1156, '1783-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(150848, 1156, '1783-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(150849, 1156, '1784-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(150850, 1156, '1784-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(150851, 1156, '1784-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(150852, 1156, '1784-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(150853, 1156, '1784-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(150854, 1156, '1784-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(150855, 1156, '1784-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(150856, 1156, '1784-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(150857, 1156, '1784-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(150858, 1156, '1784-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(150859, 1156, '1784-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(150860, 1156, '1784-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(150861, 1156, '1785-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(150862, 1156, '1785-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(150863, 1156, '1785-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(150864, 1156, '1785-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(150865, 1156, '1785-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(150866, 1156, '1785-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(150867, 1156, '1785-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(150868, 1156, '1785-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(150869, 1156, '1785-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(150870, 1156, '1785-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(150871, 1156, '1785-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(150872, 1156, '1785-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(150873, 1156, '1786-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(150874, 1156, '1786-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(150875, 1156, '1786-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(150876, 1156, '1786-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(150877, 1156, '1786-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(150878, 1156, '1786-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(150879, 1156, '1786-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(150880, 1156, '1786-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(150881, 1156, '1786-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(150882, 1156, '1786-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(150883, 1156, '1786-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(150884, 1156, '1786-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(150885, 1156, '1787-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(150886, 1156, '1787-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(150887, 1156, '1787-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(150888, 1156, '1787-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(150889, 1156, '1787-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(150890, 1156, '1787-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(150891, 1156, '1787-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(150892, 1156, '1787-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(150893, 1156, '1787-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(150894, 1156, '1787-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(150895, 1156, '1787-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(150896, 1156, '1787-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(150897, 1156, '1788-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(150898, 1156, '1788-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(150899, 1156, '1788-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(150900, 1156, '1788-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(150901, 1156, '1788-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(150902, 1156, '1788-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(150903, 1156, '1788-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(150904, 1156, '1788-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(150905, 1156, '1788-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(150906, 1156, '1788-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(150907, 1156, '1788-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(150908, 1156, '1788-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(150909, 1156, '1789-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(150910, 1156, '1789-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(150911, 1156, '1789-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(150912, 1156, '1789-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(150913, 1156, '1789-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(150914, 1156, '1789-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(150915, 1156, '1789-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(150916, 1156, '1789-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(150917, 1156, '1789-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(150918, 1156, '1789-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(150919, 1156, '1789-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(150920, 1156, '1789-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(150921, 1156, '1790-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(150922, 1156, '1790-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(150923, 1156, '1790-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(150924, 1156, '1790-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(150925, 1156, '1790-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(150926, 1156, '1790-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(150927, 1156, '1790-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(150928, 1156, '1790-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(150929, 1156, '1790-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(150930, 1156, '1790-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(150931, 1156, '1790-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(150932, 1156, '1790-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(150933, 1156, '1791-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(150934, 1156, '1791-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(150935, 1156, '1791-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(150936, 1156, '1791-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(150937, 1156, '1791-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(150938, 1156, '1791-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(150939, 1156, '1791-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(150940, 1156, '1791-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(150941, 1156, '1791-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(150942, 1156, '1791-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(150943, 1156, '1791-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(150944, 1156, '1791-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(150945, 1156, '1792-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(150946, 1156, '1792-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(150947, 1156, '1792-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(150948, 1156, '1792-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(150949, 1156, '1792-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(150950, 1156, '1792-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(150951, 1156, '1792-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(150952, 1156, '1792-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(150953, 1156, '1792-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(150954, 1156, '1792-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(150955, 1156, '1792-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(150956, 1156, '1792-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(150957, 1156, '1793-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(150958, 1156, '1793-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(150959, 1156, '1793-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(150960, 1156, '1793-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(150961, 1156, '1793-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(150962, 1156, '1793-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(150963, 1156, '1793-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(150964, 1156, '1793-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(150965, 1156, '1793-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(150966, 1156, '1793-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(150967, 1156, '1793-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(150968, 1156, '1793-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(150969, 1156, '1794-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(150970, 1156, '1794-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(150971, 1156, '1794-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(150972, 1156, '1794-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(150973, 1156, '1794-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(150974, 1156, '1794-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(150975, 1156, '1794-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(150976, 1156, '1794-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(150977, 1156, '1794-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(150978, 1156, '1794-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(150979, 1156, '1794-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(150980, 1156, '1794-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(150981, 1156, '1795-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(150982, 1156, '1795-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(150983, 1156, '1795-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(150984, 1156, '1795-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(150985, 1156, '1795-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(150986, 1156, '1795-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(150987, 1156, '1795-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(150988, 1156, '1795-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(150989, 1156, '1795-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(150990, 1156, '1795-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(150991, 1156, '1795-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(150992, 1156, '1795-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(150993, 1156, '1796-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(150994, 1156, '1796-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(150995, 1156, '1796-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(150996, 1156, '1796-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(150997, 1156, '1796-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(150998, 1156, '1796-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(150999, 1156, '1796-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(151000, 1156, '1796-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(151001, 1156, '1796-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(151002, 1156, '1796-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(151003, 1156, '1796-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(151004, 1156, '1796-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(151005, 1156, '1797-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(151006, 1156, '1797-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(151007, 1156, '1797-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(151008, 1156, '1797-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(151009, 1156, '1797-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(151010, 1156, '1797-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(151011, 1156, '1797-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(151012, 1156, '1797-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(151013, 1156, '1797-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(151014, 1156, '1797-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(151015, 1156, '1797-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(151016, 1156, '1797-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(151017, 1156, '1798-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(151018, 1156, '1798-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(151019, 1156, '1798-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(151020, 1156, '1798-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(151021, 1156, '1798-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(151022, 1156, '1798-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(151023, 1156, '1798-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(151024, 1156, '1798-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(151025, 1156, '1798-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(151026, 1156, '1798-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(151027, 1156, '1798-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(151028, 1156, '1798-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(151029, 1156, '1799-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(151030, 1156, '1799-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(151031, 1156, '1799-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(151032, 1156, '1799-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(151033, 1156, '1799-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(151034, 1156, '1799-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(151035, 1156, '1799-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(151036, 1156, '1799-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(151037, 1156, '1799-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(151038, 1156, '1799-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(151039, 1156, '1799-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(151040, 1156, '1799-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(151041, 1156, '1800-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(151042, 1156, '1800-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(151043, 1156, '1800-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(151044, 1156, '1800-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(151045, 1156, '1800-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(151046, 1156, '1800-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(151047, 1156, '1800-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(151048, 1156, '1800-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(151049, 1156, '1800-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(151050, 1156, '1800-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(151051, 1156, '1800-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(151052, 1156, '1800-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(151053, 1156, '1801-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(151054, 1156, '1801-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(151055, 1156, '1801-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(151056, 1156, '1801-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(151057, 1156, '1801-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(151058, 1156, '1801-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(151059, 1156, '1801-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(151060, 1156, '1801-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(151061, 1156, '1801-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(151062, 1156, '1801-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(151063, 1156, '1801-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(151064, 1156, '1801-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(151065, 1156, '1802-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(151066, 1156, '1802-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(151067, 1156, '1802-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(151068, 1156, '1802-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(151069, 1156, '1802-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(151070, 1156, '1802-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(151071, 1156, '1802-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(151072, 1156, '1802-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(151073, 1156, '1802-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(151074, 1156, '1802-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(151075, 1156, '1802-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(151076, 1156, '1802-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(151077, 1156, '1803-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(151078, 1156, '1803-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(151079, 1156, '1803-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(151080, 1156, '1803-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(151081, 1156, '1803-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(151082, 1156, '1803-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(151083, 1156, '1803-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(151084, 1156, '1803-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(151085, 1156, '1803-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(151086, 1156, '1803-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(151087, 1156, '1803-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(151088, 1156, '1803-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(151089, 1156, '1804-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(151090, 1156, '1804-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(151091, 1156, '1804-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(151092, 1156, '1804-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(151093, 1156, '1804-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(151094, 1156, '1804-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(151095, 1156, '1804-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(151096, 1156, '1804-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(151097, 1156, '1804-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(151098, 1156, '1804-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(151099, 1156, '1804-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(151100, 1156, '1804-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(151101, 1156, '1805-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(151102, 1156, '1805-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(151103, 1156, '1805-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(151104, 1156, '1805-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(151105, 1156, '1805-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(151106, 1156, '1805-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(151107, 1156, '1805-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(151108, 1156, '1805-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(151109, 1156, '1805-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(151110, 1156, '1805-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(151111, 1156, '1805-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(151112, 1156, '1805-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(151113, 1156, '1806-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(151114, 1156, '1806-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(151115, 1156, '1806-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(151116, 1156, '1806-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(151117, 1156, '1806-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(151118, 1156, '1806-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(151119, 1156, '1806-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(151120, 1156, '1806-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(151121, 1156, '1806-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(151122, 1156, '1806-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(151123, 1156, '1806-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(151124, 1156, '1806-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(151125, 1156, '1807-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(151126, 1156, '1807-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(151127, 1156, '1807-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(151128, 1156, '1807-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(151129, 1156, '1807-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(151130, 1156, '1807-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(151131, 1156, '1807-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(151132, 1156, '1807-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(151133, 1156, '1807-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(151134, 1156, '1807-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(151135, 1156, '1807-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(151136, 1156, '1807-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(151137, 1156, '1808-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(151138, 1156, '1808-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(151139, 1156, '1808-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(151140, 1156, '1808-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(151141, 1156, '1808-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(151142, 1156, '1808-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(151143, 1156, '1808-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(151144, 1156, '1808-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(151145, 1156, '1808-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(151146, 1156, '1808-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(151147, 1156, '1808-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(151148, 1156, '1808-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(151149, 1156, '1809-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(151150, 1156, '1809-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(151151, 1156, '1809-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(151152, 1156, '1809-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(151153, 1156, '1809-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(151154, 1156, '1809-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(151155, 1156, '1809-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(151156, 1156, '1809-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(151157, 1156, '1809-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(151158, 1156, '1809-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(151159, 1156, '1809-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(151160, 1156, '1809-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(151161, 1156, '1810-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(151162, 1156, '1810-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(151163, 1156, '1810-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(151164, 1156, '1810-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(151165, 1156, '1810-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(151166, 1156, '1810-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(151167, 1156, '1810-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(151168, 1156, '1810-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(151169, 1156, '1810-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(151170, 1156, '1810-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(151171, 1156, '1810-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(151172, 1156, '1810-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(151173, 1156, '1811-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(151174, 1156, '1811-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(151175, 1156, '1811-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(151176, 1156, '1811-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(151177, 1156, '1811-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(151178, 1156, '1811-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(151179, 1156, '1811-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(151180, 1156, '1811-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(151181, 1156, '1811-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(151182, 1156, '1811-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(151183, 1156, '1811-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(151184, 1156, '1811-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(151185, 1156, '1812-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(151186, 1156, '1812-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(151187, 1156, '1812-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(151188, 1156, '1812-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(151189, 1156, '1812-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(151190, 1156, '1812-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(151191, 1156, '1812-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(151192, 1156, '1812-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(151193, 1156, '1812-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(151194, 1156, '1812-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(151195, 1156, '1812-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(151196, 1156, '1812-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(151197, 1156, '1813-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(151198, 1156, '1813-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(151199, 1156, '1813-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(151200, 1156, '1813-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:44', '2023-09-12 17:47:44'),
(151201, 1156, '1813-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151202, 1156, '1813-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151203, 1156, '1813-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151204, 1156, '1813-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151205, 1156, '1813-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151206, 1156, '1813-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151207, 1156, '1813-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151208, 1156, '1813-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151209, 1156, '1814-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151210, 1156, '1814-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151211, 1156, '1814-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151212, 1156, '1814-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151213, 1156, '1814-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151214, 1156, '1814-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151215, 1156, '1814-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151216, 1156, '1814-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151217, 1156, '1814-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151218, 1156, '1814-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151219, 1156, '1814-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151220, 1156, '1814-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151221, 1156, '1815-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151222, 1156, '1815-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151223, 1156, '1815-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151224, 1156, '1815-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151225, 1156, '1815-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151226, 1156, '1815-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151227, 1156, '1815-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151228, 1156, '1815-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151229, 1156, '1815-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151230, 1156, '1815-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151231, 1156, '1815-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151232, 1156, '1815-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151233, 1156, '1816-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151234, 1156, '1816-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151235, 1156, '1816-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151236, 1156, '1816-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151237, 1156, '1816-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151238, 1156, '1816-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151239, 1156, '1816-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151240, 1156, '1816-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151241, 1156, '1816-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151242, 1156, '1816-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151243, 1156, '1816-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151244, 1156, '1816-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151245, 1156, '1817-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151246, 1156, '1817-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151247, 1156, '1817-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151248, 1156, '1817-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151249, 1156, '1817-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151250, 1156, '1817-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151251, 1156, '1817-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151252, 1156, '1817-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151253, 1156, '1817-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151254, 1156, '1817-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151255, 1156, '1817-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151256, 1156, '1817-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151257, 1156, '1818-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151258, 1156, '1818-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151259, 1156, '1818-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151260, 1156, '1818-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151261, 1156, '1818-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151262, 1156, '1818-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151263, 1156, '1818-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151264, 1156, '1818-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151265, 1156, '1818-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151266, 1156, '1818-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151267, 1156, '1818-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151268, 1156, '1818-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151269, 1156, '1819-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151270, 1156, '1819-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151271, 1156, '1819-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151272, 1156, '1819-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151273, 1156, '1819-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151274, 1156, '1819-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151275, 1156, '1819-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151276, 1156, '1819-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151277, 1156, '1819-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151278, 1156, '1819-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151279, 1156, '1819-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151280, 1156, '1819-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151281, 1156, '1820-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151282, 1156, '1820-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151283, 1156, '1820-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151284, 1156, '1820-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151285, 1156, '1820-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151286, 1156, '1820-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151287, 1156, '1820-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151288, 1156, '1820-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151289, 1156, '1820-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151290, 1156, '1820-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151291, 1156, '1820-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151292, 1156, '1820-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151293, 1156, '1821-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151294, 1156, '1821-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151295, 1156, '1821-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151296, 1156, '1821-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151297, 1156, '1821-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151298, 1156, '1821-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151299, 1156, '1821-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151300, 1156, '1821-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151301, 1156, '1821-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151302, 1156, '1821-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151303, 1156, '1821-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151304, 1156, '1821-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151305, 1156, '1822-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151306, 1156, '1822-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151307, 1156, '1822-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151308, 1156, '1822-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151309, 1156, '1822-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151310, 1156, '1822-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151311, 1156, '1822-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151312, 1156, '1822-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151313, 1156, '1822-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151314, 1156, '1822-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151315, 1156, '1822-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151316, 1156, '1822-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151317, 1156, '1823-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151318, 1156, '1823-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151319, 1156, '1823-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151320, 1156, '1823-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151321, 1156, '1823-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151322, 1156, '1823-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151323, 1156, '1823-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151324, 1156, '1823-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151325, 1156, '1823-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151326, 1156, '1823-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151327, 1156, '1823-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151328, 1156, '1823-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151329, 1156, '1824-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151330, 1156, '1824-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151331, 1156, '1824-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151332, 1156, '1824-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151333, 1156, '1824-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151334, 1156, '1824-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151335, 1156, '1824-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151336, 1156, '1824-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151337, 1156, '1824-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151338, 1156, '1824-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151339, 1156, '1824-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151340, 1156, '1824-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151341, 1156, '1825-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151342, 1156, '1825-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151343, 1156, '1825-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151344, 1156, '1825-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151345, 1156, '1825-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151346, 1156, '1825-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151347, 1156, '1825-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151348, 1156, '1825-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151349, 1156, '1825-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151350, 1156, '1825-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151351, 1156, '1825-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151352, 1156, '1825-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151353, 1156, '1826-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151354, 1156, '1826-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151355, 1156, '1826-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151356, 1156, '1826-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151357, 1156, '1826-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151358, 1156, '1826-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151359, 1156, '1826-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151360, 1156, '1826-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151361, 1156, '1826-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151362, 1156, '1826-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151363, 1156, '1826-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151364, 1156, '1826-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151365, 1156, '1827-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151366, 1156, '1827-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151367, 1156, '1827-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151368, 1156, '1827-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151369, 1156, '1827-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151370, 1156, '1827-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151371, 1156, '1827-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151372, 1156, '1827-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151373, 1156, '1827-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151374, 1156, '1827-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151375, 1156, '1827-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151376, 1156, '1827-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151377, 1156, '1828-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151378, 1156, '1828-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151379, 1156, '1828-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151380, 1156, '1828-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151381, 1156, '1828-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151382, 1156, '1828-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151383, 1156, '1828-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151384, 1156, '1828-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151385, 1156, '1828-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151386, 1156, '1828-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151387, 1156, '1828-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151388, 1156, '1828-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151389, 1156, '1829-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151390, 1156, '1829-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151391, 1156, '1829-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151392, 1156, '1829-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151393, 1156, '1829-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151394, 1156, '1829-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151395, 1156, '1829-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151396, 1156, '1829-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151397, 1156, '1829-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151398, 1156, '1829-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151399, 1156, '1829-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151400, 1156, '1829-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151401, 1156, '1830-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151402, 1156, '1830-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151403, 1156, '1830-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151404, 1156, '1830-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151405, 1156, '1830-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151406, 1156, '1830-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151407, 1156, '1830-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151408, 1156, '1830-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151409, 1156, '1830-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151410, 1156, '1830-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151411, 1156, '1830-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151412, 1156, '1830-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151413, 1156, '1831-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151414, 1156, '1831-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151415, 1156, '1831-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151416, 1156, '1831-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151417, 1156, '1831-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151418, 1156, '1831-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151419, 1156, '1831-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151420, 1156, '1831-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151421, 1156, '1831-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151422, 1156, '1831-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151423, 1156, '1831-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151424, 1156, '1831-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151425, 1156, '1832-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151426, 1156, '1832-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151427, 1156, '1832-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151428, 1156, '1832-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151429, 1156, '1832-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151430, 1156, '1832-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151431, 1156, '1832-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151432, 1156, '1832-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151433, 1156, '1832-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151434, 1156, '1832-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151435, 1156, '1832-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151436, 1156, '1832-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151437, 1156, '1833-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151438, 1156, '1833-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151439, 1156, '1833-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151440, 1156, '1833-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151441, 1156, '1833-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151442, 1156, '1833-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151443, 1156, '1833-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151444, 1156, '1833-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151445, 1156, '1833-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151446, 1156, '1833-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151447, 1156, '1833-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151448, 1156, '1833-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151449, 1156, '1834-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151450, 1156, '1834-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151451, 1156, '1834-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151452, 1156, '1834-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151453, 1156, '1834-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151454, 1156, '1834-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151455, 1156, '1834-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151456, 1156, '1834-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151457, 1156, '1834-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151458, 1156, '1834-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151459, 1156, '1834-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151460, 1156, '1834-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151461, 1156, '1835-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151462, 1156, '1835-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151463, 1156, '1835-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151464, 1156, '1835-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151465, 1156, '1835-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151466, 1156, '1835-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151467, 1156, '1835-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151468, 1156, '1835-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151469, 1156, '1835-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151470, 1156, '1835-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151471, 1156, '1835-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151472, 1156, '1835-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151473, 1156, '1836-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151474, 1156, '1836-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151475, 1156, '1836-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151476, 1156, '1836-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151477, 1156, '1836-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151478, 1156, '1836-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151479, 1156, '1836-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151480, 1156, '1836-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151481, 1156, '1836-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151482, 1156, '1836-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151483, 1156, '1836-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151484, 1156, '1836-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151485, 1156, '1837-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151486, 1156, '1837-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151487, 1156, '1837-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151488, 1156, '1837-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151489, 1156, '1837-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151490, 1156, '1837-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151491, 1156, '1837-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151492, 1156, '1837-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151493, 1156, '1837-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151494, 1156, '1837-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151495, 1156, '1837-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151496, 1156, '1837-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151497, 1156, '1838-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151498, 1156, '1838-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151499, 1156, '1838-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151500, 1156, '1838-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151501, 1156, '1838-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151502, 1156, '1838-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151503, 1156, '1838-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151504, 1156, '1838-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151505, 1156, '1838-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151506, 1156, '1838-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151507, 1156, '1838-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151508, 1156, '1838-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151509, 1156, '1839-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151510, 1156, '1839-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151511, 1156, '1839-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151512, 1156, '1839-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151513, 1156, '1839-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151514, 1156, '1839-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151515, 1156, '1839-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151516, 1156, '1839-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151517, 1156, '1839-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151518, 1156, '1839-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151519, 1156, '1839-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151520, 1156, '1839-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151521, 1156, '1840-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151522, 1156, '1840-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151523, 1156, '1840-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151524, 1156, '1840-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151525, 1156, '1840-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151526, 1156, '1840-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151527, 1156, '1840-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151528, 1156, '1840-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151529, 1156, '1840-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151530, 1156, '1840-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151531, 1156, '1840-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151532, 1156, '1840-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151533, 1156, '1841-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151534, 1156, '1841-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151535, 1156, '1841-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151536, 1156, '1841-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151537, 1156, '1841-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151538, 1156, '1841-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151539, 1156, '1841-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151540, 1156, '1841-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151541, 1156, '1841-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151542, 1156, '1841-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151543, 1156, '1841-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151544, 1156, '1841-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151545, 1156, '1842-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151546, 1156, '1842-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151547, 1156, '1842-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151548, 1156, '1842-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151549, 1156, '1842-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151550, 1156, '1842-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151551, 1156, '1842-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151552, 1156, '1842-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151553, 1156, '1842-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151554, 1156, '1842-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151555, 1156, '1842-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151556, 1156, '1842-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151557, 1156, '1843-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151558, 1156, '1843-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151559, 1156, '1843-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151560, 1156, '1843-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151561, 1156, '1843-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151562, 1156, '1843-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151563, 1156, '1843-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151564, 1156, '1843-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151565, 1156, '1843-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151566, 1156, '1843-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151567, 1156, '1843-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151568, 1156, '1843-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151569, 1156, '1844-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151570, 1156, '1844-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151571, 1156, '1844-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151572, 1156, '1844-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151573, 1156, '1844-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151574, 1156, '1844-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151575, 1156, '1844-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151576, 1156, '1844-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151577, 1156, '1844-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151578, 1156, '1844-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151579, 1156, '1844-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151580, 1156, '1844-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151581, 1156, '1845-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151582, 1156, '1845-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151583, 1156, '1845-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151584, 1156, '1845-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151585, 1156, '1845-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151586, 1156, '1845-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151587, 1156, '1845-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151588, 1156, '1845-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151589, 1156, '1845-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151590, 1156, '1845-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151591, 1156, '1845-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151592, 1156, '1845-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151593, 1156, '1846-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151594, 1156, '1846-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151595, 1156, '1846-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151596, 1156, '1846-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151597, 1156, '1846-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151598, 1156, '1846-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151599, 1156, '1846-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151600, 1156, '1846-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151601, 1156, '1846-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151602, 1156, '1846-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151603, 1156, '1846-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151604, 1156, '1846-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151605, 1156, '1847-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151606, 1156, '1847-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151607, 1156, '1847-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:45', '2023-09-12 17:47:45'),
(151608, 1156, '1847-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151609, 1156, '1847-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151610, 1156, '1847-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151611, 1156, '1847-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151612, 1156, '1847-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151613, 1156, '1847-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151614, 1156, '1847-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151615, 1156, '1847-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151616, 1156, '1847-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151617, 1156, '1848-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151618, 1156, '1848-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151619, 1156, '1848-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151620, 1156, '1848-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151621, 1156, '1848-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151622, 1156, '1848-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151623, 1156, '1848-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151624, 1156, '1848-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151625, 1156, '1848-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151626, 1156, '1848-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151627, 1156, '1848-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151628, 1156, '1848-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151629, 1156, '1849-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(151630, 1156, '1849-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151631, 1156, '1849-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151632, 1156, '1849-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151633, 1156, '1849-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151634, 1156, '1849-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151635, 1156, '1849-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151636, 1156, '1849-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151637, 1156, '1849-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151638, 1156, '1849-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151639, 1156, '1849-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151640, 1156, '1849-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151641, 1156, '1850-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151642, 1156, '1850-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151643, 1156, '1850-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151644, 1156, '1850-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151645, 1156, '1850-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151646, 1156, '1850-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151647, 1156, '1850-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151648, 1156, '1850-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151649, 1156, '1850-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151650, 1156, '1850-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151651, 1156, '1850-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151652, 1156, '1850-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151653, 1156, '1851-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151654, 1156, '1851-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151655, 1156, '1851-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151656, 1156, '1851-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151657, 1156, '1851-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151658, 1156, '1851-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151659, 1156, '1851-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151660, 1156, '1851-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151661, 1156, '1851-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151662, 1156, '1851-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151663, 1156, '1851-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151664, 1156, '1851-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151665, 1156, '1852-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151666, 1156, '1852-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151667, 1156, '1852-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151668, 1156, '1852-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151669, 1156, '1852-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151670, 1156, '1852-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151671, 1156, '1852-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151672, 1156, '1852-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151673, 1156, '1852-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151674, 1156, '1852-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151675, 1156, '1852-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151676, 1156, '1852-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151677, 1156, '1853-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151678, 1156, '1853-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151679, 1156, '1853-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151680, 1156, '1853-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151681, 1156, '1853-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151682, 1156, '1853-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151683, 1156, '1853-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151684, 1156, '1853-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151685, 1156, '1853-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151686, 1156, '1853-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151687, 1156, '1853-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151688, 1156, '1853-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151689, 1156, '1854-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151690, 1156, '1854-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151691, 1156, '1854-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151692, 1156, '1854-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151693, 1156, '1854-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151694, 1156, '1854-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151695, 1156, '1854-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151696, 1156, '1854-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151697, 1156, '1854-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151698, 1156, '1854-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151699, 1156, '1854-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151700, 1156, '1854-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151701, 1156, '1855-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151702, 1156, '1855-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151703, 1156, '1855-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151704, 1156, '1855-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151705, 1156, '1855-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151706, 1156, '1855-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151707, 1156, '1855-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151708, 1156, '1855-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151709, 1156, '1855-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151710, 1156, '1855-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151711, 1156, '1855-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151712, 1156, '1855-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151713, 1156, '1856-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151714, 1156, '1856-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151715, 1156, '1856-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151716, 1156, '1856-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151717, 1156, '1856-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151718, 1156, '1856-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151719, 1156, '1856-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151720, 1156, '1856-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151721, 1156, '1856-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151722, 1156, '1856-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151723, 1156, '1856-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151724, 1156, '1856-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151725, 1156, '1857-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151726, 1156, '1857-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151727, 1156, '1857-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151728, 1156, '1857-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151729, 1156, '1857-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151730, 1156, '1857-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151731, 1156, '1857-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151732, 1156, '1857-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151733, 1156, '1857-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151734, 1156, '1857-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151735, 1156, '1857-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151736, 1156, '1857-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151737, 1156, '1858-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151738, 1156, '1858-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151739, 1156, '1858-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151740, 1156, '1858-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151741, 1156, '1858-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151742, 1156, '1858-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151743, 1156, '1858-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151744, 1156, '1858-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151745, 1156, '1858-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151746, 1156, '1858-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151747, 1156, '1858-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151748, 1156, '1858-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151749, 1156, '1859-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151750, 1156, '1859-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151751, 1156, '1859-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151752, 1156, '1859-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151753, 1156, '1859-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151754, 1156, '1859-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151755, 1156, '1859-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151756, 1156, '1859-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151757, 1156, '1859-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151758, 1156, '1859-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151759, 1156, '1859-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151760, 1156, '1859-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151761, 1156, '1860-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151762, 1156, '1860-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151763, 1156, '1860-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151764, 1156, '1860-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151765, 1156, '1860-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151766, 1156, '1860-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151767, 1156, '1860-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151768, 1156, '1860-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151769, 1156, '1860-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151770, 1156, '1860-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151771, 1156, '1860-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151772, 1156, '1860-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151773, 1156, '1861-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151774, 1156, '1861-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151775, 1156, '1861-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151776, 1156, '1861-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151777, 1156, '1861-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151778, 1156, '1861-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151779, 1156, '1861-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151780, 1156, '1861-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151781, 1156, '1861-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151782, 1156, '1861-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151783, 1156, '1861-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151784, 1156, '1861-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151785, 1156, '1862-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151786, 1156, '1862-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151787, 1156, '1862-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151788, 1156, '1862-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151789, 1156, '1862-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151790, 1156, '1862-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151791, 1156, '1862-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151792, 1156, '1862-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151793, 1156, '1862-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151794, 1156, '1862-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151795, 1156, '1862-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151796, 1156, '1862-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151797, 1156, '1863-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151798, 1156, '1863-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151799, 1156, '1863-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151800, 1156, '1863-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151801, 1156, '1863-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151802, 1156, '1863-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151803, 1156, '1863-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151804, 1156, '1863-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151805, 1156, '1863-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151806, 1156, '1863-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151807, 1156, '1863-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151808, 1156, '1863-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151809, 1156, '1864-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151810, 1156, '1864-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151811, 1156, '1864-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151812, 1156, '1864-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151813, 1156, '1864-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151814, 1156, '1864-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151815, 1156, '1864-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151816, 1156, '1864-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151817, 1156, '1864-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151818, 1156, '1864-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151819, 1156, '1864-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151820, 1156, '1864-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151821, 1156, '1865-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151822, 1156, '1865-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151823, 1156, '1865-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151824, 1156, '1865-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151825, 1156, '1865-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151826, 1156, '1865-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151827, 1156, '1865-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151828, 1156, '1865-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151829, 1156, '1865-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151830, 1156, '1865-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151831, 1156, '1865-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151832, 1156, '1865-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151833, 1156, '1866-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151834, 1156, '1866-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151835, 1156, '1866-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151836, 1156, '1866-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151837, 1156, '1866-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151838, 1156, '1866-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151839, 1156, '1866-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151840, 1156, '1866-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151841, 1156, '1866-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151842, 1156, '1866-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151843, 1156, '1866-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151844, 1156, '1866-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151845, 1156, '1867-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151846, 1156, '1867-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151847, 1156, '1867-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151848, 1156, '1867-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151849, 1156, '1867-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151850, 1156, '1867-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151851, 1156, '1867-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151852, 1156, '1867-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151853, 1156, '1867-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151854, 1156, '1867-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151855, 1156, '1867-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151856, 1156, '1867-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151857, 1156, '1868-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151858, 1156, '1868-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151859, 1156, '1868-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151860, 1156, '1868-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151861, 1156, '1868-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151862, 1156, '1868-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151863, 1156, '1868-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151864, 1156, '1868-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151865, 1156, '1868-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151866, 1156, '1868-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151867, 1156, '1868-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151868, 1156, '1868-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151869, 1156, '1869-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151870, 1156, '1869-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151871, 1156, '1869-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151872, 1156, '1869-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151873, 1156, '1869-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151874, 1156, '1869-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151875, 1156, '1869-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151876, 1156, '1869-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151877, 1156, '1869-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151878, 1156, '1869-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151879, 1156, '1869-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151880, 1156, '1869-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151881, 1156, '1870-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151882, 1156, '1870-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151883, 1156, '1870-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151884, 1156, '1870-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151885, 1156, '1870-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151886, 1156, '1870-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151887, 1156, '1870-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151888, 1156, '1870-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151889, 1156, '1870-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151890, 1156, '1870-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151891, 1156, '1870-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151892, 1156, '1870-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151893, 1156, '1871-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151894, 1156, '1871-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151895, 1156, '1871-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151896, 1156, '1871-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151897, 1156, '1871-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151898, 1156, '1871-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151899, 1156, '1871-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151900, 1156, '1871-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151901, 1156, '1871-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151902, 1156, '1871-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151903, 1156, '1871-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151904, 1156, '1871-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151905, 1156, '1872-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151906, 1156, '1872-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151907, 1156, '1872-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151908, 1156, '1872-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151909, 1156, '1872-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151910, 1156, '1872-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151911, 1156, '1872-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151912, 1156, '1872-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151913, 1156, '1872-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151914, 1156, '1872-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151915, 1156, '1872-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151916, 1156, '1872-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151917, 1156, '1873-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151918, 1156, '1873-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151919, 1156, '1873-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151920, 1156, '1873-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151921, 1156, '1873-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151922, 1156, '1873-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151923, 1156, '1873-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151924, 1156, '1873-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151925, 1156, '1873-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151926, 1156, '1873-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151927, 1156, '1873-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151928, 1156, '1873-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151929, 1156, '1874-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151930, 1156, '1874-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151931, 1156, '1874-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151932, 1156, '1874-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151933, 1156, '1874-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151934, 1156, '1874-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151935, 1156, '1874-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151936, 1156, '1874-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151937, 1156, '1874-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151938, 1156, '1874-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151939, 1156, '1874-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151940, 1156, '1874-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151941, 1156, '1875-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151942, 1156, '1875-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151943, 1156, '1875-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151944, 1156, '1875-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151945, 1156, '1875-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151946, 1156, '1875-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151947, 1156, '1875-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151948, 1156, '1875-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151949, 1156, '1875-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151950, 1156, '1875-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151951, 1156, '1875-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151952, 1156, '1875-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151953, 1156, '1876-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151954, 1156, '1876-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151955, 1156, '1876-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151956, 1156, '1876-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151957, 1156, '1876-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151958, 1156, '1876-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151959, 1156, '1876-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151960, 1156, '1876-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151961, 1156, '1876-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151962, 1156, '1876-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151963, 1156, '1876-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151964, 1156, '1876-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151965, 1156, '1877-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151966, 1156, '1877-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151967, 1156, '1877-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151968, 1156, '1877-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151969, 1156, '1877-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151970, 1156, '1877-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151971, 1156, '1877-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151972, 1156, '1877-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151973, 1156, '1877-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151974, 1156, '1877-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151975, 1156, '1877-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151976, 1156, '1877-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151977, 1156, '1878-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151978, 1156, '1878-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151979, 1156, '1878-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151980, 1156, '1878-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151981, 1156, '1878-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151982, 1156, '1878-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151983, 1156, '1878-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151984, 1156, '1878-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151985, 1156, '1878-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151986, 1156, '1878-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151987, 1156, '1878-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151988, 1156, '1878-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151989, 1156, '1879-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151990, 1156, '1879-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151991, 1156, '1879-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151992, 1156, '1879-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151993, 1156, '1879-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151994, 1156, '1879-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151995, 1156, '1879-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151996, 1156, '1879-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151997, 1156, '1879-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151998, 1156, '1879-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(151999, 1156, '1879-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(152000, 1156, '1879-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(152001, 1156, '1880-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(152002, 1156, '1880-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(152003, 1156, '1880-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(152004, 1156, '1880-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(152005, 1156, '1880-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(152006, 1156, '1880-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(152007, 1156, '1880-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(152008, 1156, '1880-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(152009, 1156, '1880-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(152010, 1156, '1880-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(152011, 1156, '1880-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(152012, 1156, '1880-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(152013, 1156, '1881-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(152014, 1156, '1881-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(152015, 1156, '1881-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(152016, 1156, '1881-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(152017, 1156, '1881-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:46', '2023-09-12 17:47:46'),
(152018, 1156, '1881-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152019, 1156, '1881-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152020, 1156, '1881-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152021, 1156, '1881-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152022, 1156, '1881-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152023, 1156, '1881-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152024, 1156, '1881-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152025, 1156, '1882-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152026, 1156, '1882-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152027, 1156, '1882-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152028, 1156, '1882-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152029, 1156, '1882-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152030, 1156, '1882-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152031, 1156, '1882-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152032, 1156, '1882-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152033, 1156, '1882-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152034, 1156, '1882-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152035, 1156, '1882-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152036, 1156, '1882-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152037, 1156, '1883-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152038, 1156, '1883-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152039, 1156, '1883-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152040, 1156, '1883-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152041, 1156, '1883-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152042, 1156, '1883-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152043, 1156, '1883-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152044, 1156, '1883-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152045, 1156, '1883-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152046, 1156, '1883-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152047, 1156, '1883-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152048, 1156, '1883-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152049, 1156, '1884-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152050, 1156, '1884-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152051, 1156, '1884-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152052, 1156, '1884-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152053, 1156, '1884-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152054, 1156, '1884-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152055, 1156, '1884-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152056, 1156, '1884-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152057, 1156, '1884-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152058, 1156, '1884-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152059, 1156, '1884-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152060, 1156, '1884-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152061, 1156, '1885-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152062, 1156, '1885-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152063, 1156, '1885-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152064, 1156, '1885-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152065, 1156, '1885-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152066, 1156, '1885-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152067, 1156, '1885-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152068, 1156, '1885-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152069, 1156, '1885-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152070, 1156, '1885-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152071, 1156, '1885-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152072, 1156, '1885-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152073, 1156, '1886-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152074, 1156, '1886-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152075, 1156, '1886-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152076, 1156, '1886-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152077, 1156, '1886-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152078, 1156, '1886-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152079, 1156, '1886-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152080, 1156, '1886-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152081, 1156, '1886-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152082, 1156, '1886-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152083, 1156, '1886-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152084, 1156, '1886-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152085, 1156, '1887-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(152086, 1156, '1887-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152087, 1156, '1887-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152088, 1156, '1887-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152089, 1156, '1887-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152090, 1156, '1887-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152091, 1156, '1887-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152092, 1156, '1887-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152093, 1156, '1887-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152094, 1156, '1887-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152095, 1156, '1887-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152096, 1156, '1887-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152097, 1156, '1888-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152098, 1156, '1888-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152099, 1156, '1888-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152100, 1156, '1888-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152101, 1156, '1888-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152102, 1156, '1888-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152103, 1156, '1888-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152104, 1156, '1888-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152105, 1156, '1888-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152106, 1156, '1888-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152107, 1156, '1888-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152108, 1156, '1888-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152109, 1156, '1889-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152110, 1156, '1889-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152111, 1156, '1889-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152112, 1156, '1889-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152113, 1156, '1889-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152114, 1156, '1889-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152115, 1156, '1889-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152116, 1156, '1889-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152117, 1156, '1889-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152118, 1156, '1889-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152119, 1156, '1889-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152120, 1156, '1889-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152121, 1156, '1890-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152122, 1156, '1890-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152123, 1156, '1890-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152124, 1156, '1890-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152125, 1156, '1890-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152126, 1156, '1890-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152127, 1156, '1890-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152128, 1156, '1890-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152129, 1156, '1890-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152130, 1156, '1890-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152131, 1156, '1890-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152132, 1156, '1890-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152133, 1156, '1891-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152134, 1156, '1891-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152135, 1156, '1891-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152136, 1156, '1891-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152137, 1156, '1891-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152138, 1156, '1891-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152139, 1156, '1891-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152140, 1156, '1891-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152141, 1156, '1891-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152142, 1156, '1891-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152143, 1156, '1891-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152144, 1156, '1891-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152145, 1156, '1892-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152146, 1156, '1892-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152147, 1156, '1892-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152148, 1156, '1892-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152149, 1156, '1892-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152150, 1156, '1892-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152151, 1156, '1892-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152152, 1156, '1892-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152153, 1156, '1892-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152154, 1156, '1892-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152155, 1156, '1892-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152156, 1156, '1892-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152157, 1156, '1893-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152158, 1156, '1893-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152159, 1156, '1893-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152160, 1156, '1893-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152161, 1156, '1893-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152162, 1156, '1893-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152163, 1156, '1893-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152164, 1156, '1893-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152165, 1156, '1893-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152166, 1156, '1893-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152167, 1156, '1893-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152168, 1156, '1893-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152169, 1156, '1894-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152170, 1156, '1894-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152171, 1156, '1894-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152172, 1156, '1894-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152173, 1156, '1894-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152174, 1156, '1894-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152175, 1156, '1894-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152176, 1156, '1894-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152177, 1156, '1894-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152178, 1156, '1894-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152179, 1156, '1894-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152180, 1156, '1894-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152181, 1156, '1895-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152182, 1156, '1895-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152183, 1156, '1895-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152184, 1156, '1895-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152185, 1156, '1895-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152186, 1156, '1895-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152187, 1156, '1895-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152188, 1156, '1895-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152189, 1156, '1895-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152190, 1156, '1895-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152191, 1156, '1895-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152192, 1156, '1895-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152193, 1156, '1896-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152194, 1156, '1896-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152195, 1156, '1896-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152196, 1156, '1896-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152197, 1156, '1896-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152198, 1156, '1896-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152199, 1156, '1896-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152200, 1156, '1896-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152201, 1156, '1896-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152202, 1156, '1896-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152203, 1156, '1896-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152204, 1156, '1896-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152205, 1156, '1897-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152206, 1156, '1897-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152207, 1156, '1897-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152208, 1156, '1897-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152209, 1156, '1897-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152210, 1156, '1897-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152211, 1156, '1897-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152212, 1156, '1897-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152213, 1156, '1897-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152214, 1156, '1897-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152215, 1156, '1897-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152216, 1156, '1897-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152217, 1156, '1898-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152218, 1156, '1898-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152219, 1156, '1898-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152220, 1156, '1898-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152221, 1156, '1898-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152222, 1156, '1898-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152223, 1156, '1898-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152224, 1156, '1898-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152225, 1156, '1898-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152226, 1156, '1898-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152227, 1156, '1898-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152228, 1156, '1898-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152229, 1156, '1899-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152230, 1156, '1899-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152231, 1156, '1899-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152232, 1156, '1899-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152233, 1156, '1899-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152234, 1156, '1899-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152235, 1156, '1899-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152236, 1156, '1899-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152237, 1156, '1899-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152238, 1156, '1899-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152239, 1156, '1899-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152240, 1156, '1899-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152241, 1156, '1900-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152242, 1156, '1900-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152243, 1156, '1900-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152244, 1156, '1900-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152245, 1156, '1900-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152246, 1156, '1900-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152247, 1156, '1900-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152248, 1156, '1900-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152249, 1156, '1900-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152250, 1156, '1900-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152251, 1156, '1900-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152252, 1156, '1900-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152253, 1156, '1901-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152254, 1156, '1901-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152255, 1156, '1901-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152256, 1156, '1901-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152257, 1156, '1901-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152258, 1156, '1901-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152259, 1156, '1901-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152260, 1156, '1901-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152261, 1156, '1901-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152262, 1156, '1901-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152263, 1156, '1901-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152264, 1156, '1901-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152265, 1156, '1902-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152266, 1156, '1902-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152267, 1156, '1902-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152268, 1156, '1902-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152269, 1156, '1902-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152270, 1156, '1902-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152271, 1156, '1902-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152272, 1156, '1902-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152273, 1156, '1902-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152274, 1156, '1902-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152275, 1156, '1902-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152276, 1156, '1902-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152277, 1156, '1903-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152278, 1156, '1903-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152279, 1156, '1903-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152280, 1156, '1903-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152281, 1156, '1903-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152282, 1156, '1903-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152283, 1156, '1903-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152284, 1156, '1903-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152285, 1156, '1903-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152286, 1156, '1903-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152287, 1156, '1903-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152288, 1156, '1903-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152289, 1156, '1904-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152290, 1156, '1904-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152291, 1156, '1904-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152292, 1156, '1904-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152293, 1156, '1904-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152294, 1156, '1904-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152295, 1156, '1904-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152296, 1156, '1904-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152297, 1156, '1904-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152298, 1156, '1904-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152299, 1156, '1904-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152300, 1156, '1904-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152301, 1156, '1905-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152302, 1156, '1905-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152303, 1156, '1905-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152304, 1156, '1905-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152305, 1156, '1905-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152306, 1156, '1905-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152307, 1156, '1905-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152308, 1156, '1905-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152309, 1156, '1905-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152310, 1156, '1905-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152311, 1156, '1905-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152312, 1156, '1905-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152313, 1156, '1906-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152314, 1156, '1906-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152315, 1156, '1906-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152316, 1156, '1906-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152317, 1156, '1906-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152318, 1156, '1906-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152319, 1156, '1906-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152320, 1156, '1906-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152321, 1156, '1906-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152322, 1156, '1906-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152323, 1156, '1906-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152324, 1156, '1906-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152325, 1156, '1907-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152326, 1156, '1907-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152327, 1156, '1907-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152328, 1156, '1907-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152329, 1156, '1907-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152330, 1156, '1907-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152331, 1156, '1907-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152332, 1156, '1907-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152333, 1156, '1907-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152334, 1156, '1907-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152335, 1156, '1907-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152336, 1156, '1907-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152337, 1156, '1908-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152338, 1156, '1908-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152339, 1156, '1908-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152340, 1156, '1908-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152341, 1156, '1908-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152342, 1156, '1908-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152343, 1156, '1908-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152344, 1156, '1908-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152345, 1156, '1908-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152346, 1156, '1908-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152347, 1156, '1908-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152348, 1156, '1908-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152349, 1156, '1909-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152350, 1156, '1909-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152351, 1156, '1909-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152352, 1156, '1909-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152353, 1156, '1909-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152354, 1156, '1909-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152355, 1156, '1909-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152356, 1156, '1909-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152357, 1156, '1909-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:47', '2023-09-12 17:47:47'),
(152358, 1156, '1909-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152359, 1156, '1909-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152360, 1156, '1909-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152361, 1156, '1910-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152362, 1156, '1910-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152363, 1156, '1910-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152364, 1156, '1910-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152365, 1156, '1910-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152366, 1156, '1910-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152367, 1156, '1910-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152368, 1156, '1910-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152369, 1156, '1910-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152370, 1156, '1910-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152371, 1156, '1910-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152372, 1156, '1910-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152373, 1156, '1911-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152374, 1156, '1911-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152375, 1156, '1911-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152376, 1156, '1911-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152377, 1156, '1911-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152378, 1156, '1911-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152379, 1156, '1911-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152380, 1156, '1911-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152381, 1156, '1911-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152382, 1156, '1911-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152383, 1156, '1911-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152384, 1156, '1911-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152385, 1156, '1912-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152386, 1156, '1912-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152387, 1156, '1912-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152388, 1156, '1912-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152389, 1156, '1912-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152390, 1156, '1912-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152391, 1156, '1912-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152392, 1156, '1912-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152393, 1156, '1912-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152394, 1156, '1912-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152395, 1156, '1912-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152396, 1156, '1912-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152397, 1156, '1913-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152398, 1156, '1913-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152399, 1156, '1913-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152400, 1156, '1913-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152401, 1156, '1913-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152402, 1156, '1913-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152403, 1156, '1913-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152404, 1156, '1913-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152405, 1156, '1913-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152406, 1156, '1913-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152407, 1156, '1913-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152408, 1156, '1913-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152409, 1156, '1914-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152410, 1156, '1914-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152411, 1156, '1914-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152412, 1156, '1914-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152413, 1156, '1914-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152414, 1156, '1914-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152415, 1156, '1914-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152416, 1156, '1914-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152417, 1156, '1914-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152418, 1156, '1914-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152419, 1156, '1914-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152420, 1156, '1914-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152421, 1156, '1915-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152422, 1156, '1915-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152423, 1156, '1915-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152424, 1156, '1915-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152425, 1156, '1915-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152426, 1156, '1915-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152427, 1156, '1915-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152428, 1156, '1915-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152429, 1156, '1915-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152430, 1156, '1915-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152431, 1156, '1915-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152432, 1156, '1915-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152433, 1156, '1916-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152434, 1156, '1916-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152435, 1156, '1916-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152436, 1156, '1916-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152437, 1156, '1916-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152438, 1156, '1916-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152439, 1156, '1916-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152440, 1156, '1916-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152441, 1156, '1916-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152442, 1156, '1916-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152443, 1156, '1916-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152444, 1156, '1916-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152445, 1156, '1917-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152446, 1156, '1917-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152447, 1156, '1917-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152448, 1156, '1917-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152449, 1156, '1917-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152450, 1156, '1917-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152451, 1156, '1917-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152452, 1156, '1917-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152453, 1156, '1917-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152454, 1156, '1917-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152455, 1156, '1917-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152456, 1156, '1917-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152457, 1156, '1918-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152458, 1156, '1918-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152459, 1156, '1918-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152460, 1156, '1918-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152461, 1156, '1918-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152462, 1156, '1918-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152463, 1156, '1918-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152464, 1156, '1918-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152465, 1156, '1918-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152466, 1156, '1918-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152467, 1156, '1918-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152468, 1156, '1918-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152469, 1156, '1919-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152470, 1156, '1919-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152471, 1156, '1919-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152472, 1156, '1919-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152473, 1156, '1919-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152474, 1156, '1919-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152475, 1156, '1919-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152476, 1156, '1919-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152477, 1156, '1919-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152478, 1156, '1919-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152479, 1156, '1919-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152480, 1156, '1919-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152481, 1156, '1920-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152482, 1156, '1920-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152483, 1156, '1920-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152484, 1156, '1920-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152485, 1156, '1920-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152486, 1156, '1920-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152487, 1156, '1920-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152488, 1156, '1920-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152489, 1156, '1920-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152490, 1156, '1920-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152491, 1156, '1920-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152492, 1156, '1920-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152493, 1156, '1921-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152494, 1156, '1921-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152495, 1156, '1921-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152496, 1156, '1921-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152497, 1156, '1921-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152498, 1156, '1921-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152499, 1156, '1921-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152500, 1156, '1921-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152501, 1156, '1921-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152502, 1156, '1921-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152503, 1156, '1921-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152504, 1156, '1921-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152505, 1156, '1922-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152506, 1156, '1922-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152507, 1156, '1922-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152508, 1156, '1922-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152509, 1156, '1922-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152510, 1156, '1922-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152511, 1156, '1922-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152512, 1156, '1922-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152513, 1156, '1922-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152514, 1156, '1922-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152515, 1156, '1922-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152516, 1156, '1922-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152517, 1156, '1923-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152518, 1156, '1923-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152519, 1156, '1923-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152520, 1156, '1923-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152521, 1156, '1923-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152522, 1156, '1923-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152523, 1156, '1923-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152524, 1156, '1923-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152525, 1156, '1923-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152526, 1156, '1923-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152527, 1156, '1923-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152528, 1156, '1923-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152529, 1156, '1924-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152530, 1156, '1924-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152531, 1156, '1924-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152532, 1156, '1924-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152533, 1156, '1924-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152534, 1156, '1924-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152535, 1156, '1924-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152536, 1156, '1924-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152537, 1156, '1924-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152538, 1156, '1924-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152539, 1156, '1924-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152540, 1156, '1924-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152541, 1156, '1925-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(152542, 1156, '1925-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152543, 1156, '1925-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152544, 1156, '1925-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152545, 1156, '1925-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152546, 1156, '1925-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152547, 1156, '1925-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152548, 1156, '1925-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152549, 1156, '1925-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152550, 1156, '1925-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152551, 1156, '1925-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152552, 1156, '1925-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152553, 1156, '1926-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152554, 1156, '1926-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152555, 1156, '1926-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152556, 1156, '1926-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152557, 1156, '1926-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152558, 1156, '1926-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152559, 1156, '1926-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152560, 1156, '1926-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152561, 1156, '1926-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152562, 1156, '1926-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152563, 1156, '1926-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152564, 1156, '1926-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152565, 1156, '1927-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152566, 1156, '1927-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152567, 1156, '1927-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152568, 1156, '1927-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152569, 1156, '1927-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152570, 1156, '1927-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152571, 1156, '1927-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152572, 1156, '1927-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152573, 1156, '1927-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152574, 1156, '1927-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152575, 1156, '1927-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152576, 1156, '1927-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152577, 1156, '1928-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152578, 1156, '1928-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152579, 1156, '1928-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152580, 1156, '1928-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152581, 1156, '1928-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152582, 1156, '1928-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152583, 1156, '1928-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152584, 1156, '1928-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152585, 1156, '1928-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152586, 1156, '1928-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152587, 1156, '1928-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152588, 1156, '1928-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152589, 1156, '1929-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152590, 1156, '1929-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152591, 1156, '1929-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152592, 1156, '1929-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152593, 1156, '1929-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152594, 1156, '1929-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152595, 1156, '1929-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152596, 1156, '1929-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152597, 1156, '1929-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152598, 1156, '1929-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152599, 1156, '1929-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152600, 1156, '1929-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152601, 1156, '1930-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152602, 1156, '1930-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152603, 1156, '1930-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152604, 1156, '1930-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152605, 1156, '1930-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152606, 1156, '1930-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152607, 1156, '1930-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152608, 1156, '1930-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152609, 1156, '1930-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152610, 1156, '1930-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152611, 1156, '1930-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152612, 1156, '1930-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152613, 1156, '1931-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152614, 1156, '1931-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152615, 1156, '1931-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152616, 1156, '1931-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152617, 1156, '1931-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152618, 1156, '1931-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152619, 1156, '1931-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152620, 1156, '1931-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152621, 1156, '1931-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152622, 1156, '1931-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152623, 1156, '1931-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152624, 1156, '1931-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152625, 1156, '1932-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152626, 1156, '1932-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152627, 1156, '1932-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152628, 1156, '1932-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152629, 1156, '1932-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152630, 1156, '1932-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152631, 1156, '1932-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152632, 1156, '1932-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152633, 1156, '1932-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152634, 1156, '1932-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152635, 1156, '1932-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152636, 1156, '1932-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152637, 1156, '1933-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152638, 1156, '1933-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152639, 1156, '1933-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152640, 1156, '1933-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152641, 1156, '1933-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152642, 1156, '1933-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152643, 1156, '1933-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152644, 1156, '1933-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152645, 1156, '1933-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152646, 1156, '1933-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152647, 1156, '1933-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152648, 1156, '1933-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152649, 1156, '1934-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152650, 1156, '1934-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152651, 1156, '1934-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152652, 1156, '1934-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152653, 1156, '1934-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152654, 1156, '1934-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152655, 1156, '1934-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152656, 1156, '1934-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152657, 1156, '1934-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152658, 1156, '1934-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152659, 1156, '1934-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152660, 1156, '1934-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152661, 1156, '1935-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152662, 1156, '1935-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152663, 1156, '1935-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152664, 1156, '1935-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152665, 1156, '1935-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152666, 1156, '1935-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152667, 1156, '1935-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152668, 1156, '1935-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152669, 1156, '1935-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152670, 1156, '1935-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152671, 1156, '1935-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152672, 1156, '1935-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152673, 1156, '1936-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152674, 1156, '1936-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152675, 1156, '1936-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152676, 1156, '1936-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152677, 1156, '1936-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152678, 1156, '1936-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152679, 1156, '1936-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152680, 1156, '1936-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152681, 1156, '1936-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152682, 1156, '1936-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152683, 1156, '1936-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152684, 1156, '1936-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152685, 1156, '1937-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152686, 1156, '1937-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152687, 1156, '1937-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152688, 1156, '1937-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152689, 1156, '1937-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152690, 1156, '1937-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152691, 1156, '1937-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152692, 1156, '1937-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152693, 1156, '1937-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152694, 1156, '1937-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152695, 1156, '1937-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152696, 1156, '1937-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152697, 1156, '1938-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152698, 1156, '1938-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152699, 1156, '1938-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152700, 1156, '1938-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:48', '2023-09-12 17:47:48'),
(152701, 1156, '1938-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152702, 1156, '1938-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152703, 1156, '1938-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152704, 1156, '1938-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152705, 1156, '1938-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152706, 1156, '1938-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152707, 1156, '1938-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152708, 1156, '1938-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152709, 1156, '1939-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152710, 1156, '1939-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152711, 1156, '1939-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152712, 1156, '1939-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152713, 1156, '1939-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152714, 1156, '1939-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152715, 1156, '1939-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152716, 1156, '1939-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152717, 1156, '1939-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152718, 1156, '1939-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152719, 1156, '1939-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152720, 1156, '1939-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152721, 1156, '1940-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152722, 1156, '1940-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152723, 1156, '1940-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152724, 1156, '1940-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152725, 1156, '1940-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152726, 1156, '1940-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152727, 1156, '1940-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152728, 1156, '1940-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152729, 1156, '1940-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152730, 1156, '1940-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152731, 1156, '1940-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152732, 1156, '1940-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152733, 1156, '1941-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152734, 1156, '1941-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152735, 1156, '1941-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152736, 1156, '1941-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152737, 1156, '1941-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152738, 1156, '1941-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152739, 1156, '1941-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152740, 1156, '1941-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152741, 1156, '1941-09-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152742, 1156, '1941-10-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152743, 1156, '1941-11-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152744, 1156, '1941-12-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152745, 1156, '1942-01-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152746, 1156, '1942-02-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152747, 1156, '1942-03-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152748, 1156, '1942-04-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152749, 1156, '1942-05-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152750, 1156, '1942-06-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152751, 1156, '1942-07-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152752, 1156, '1942-08-01 00:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152753, 1156, '1942-09-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152754, 1156, '1942-10-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152755, 1156, '1942-11-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152756, 1156, '1942-12-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152757, 1156, '1943-01-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152758, 1156, '1943-02-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152759, 1156, '1943-03-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152760, 1156, '1943-04-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152761, 1156, '1943-05-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152762, 1156, '1943-06-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152763, 1156, '1943-07-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152764, 1156, '1943-08-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152765, 1156, '1943-09-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152766, 1156, '1943-10-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152767, 1156, '1943-11-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152768, 1156, '1943-12-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152769, 1156, '1944-01-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152770, 1156, '1944-02-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152771, 1156, '1944-03-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152772, 1156, '1944-04-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152773, 1156, '1944-05-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152774, 1156, '1944-06-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152775, 1156, '1944-07-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152776, 1156, '1944-08-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152777, 1156, '1944-09-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152778, 1156, '1944-10-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152779, 1156, '1944-11-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152780, 1156, '1944-12-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152781, 1156, '1945-01-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152782, 1156, '1945-02-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152783, 1156, '1945-03-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152784, 1156, '1945-04-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152785, 1156, '1945-05-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152786, 1156, '1945-06-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152787, 1156, '1945-07-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152788, 1156, '1945-08-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152789, 1156, '1945-09-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152790, 1156, '1945-10-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152791, 1156, '1945-11-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152792, 1156, '1945-12-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152793, 1156, '1946-01-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152794, 1156, '1946-02-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152795, 1156, '1946-03-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152796, 1156, '1946-04-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152797, 1156, '1946-05-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152798, 1156, '1946-06-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152799, 1156, '1946-07-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152800, 1156, '1946-08-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152801, 1156, '1946-09-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152802, 1156, '1946-10-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152803, 1156, '1946-11-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152804, 1156, '1946-12-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152805, 1156, '1947-01-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152806, 1156, '1947-02-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152807, 1156, '1947-03-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152808, 1156, '1947-04-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152809, 1156, '1947-05-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152810, 1156, '1947-06-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152811, 1156, '1947-07-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152812, 1156, '1947-08-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152813, 1156, '1947-09-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152814, 1156, '1947-10-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152815, 1156, '1947-11-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152816, 1156, '1947-12-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152817, 1156, '1948-01-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152818, 1156, '1948-02-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152819, 1156, '1948-03-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152820, 1156, '1948-04-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152821, 1156, '1948-05-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152822, 1156, '1948-06-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152823, 1156, '1948-07-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152824, 1156, '1948-08-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152825, 1156, '1948-09-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152826, 1156, '1948-10-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152827, 1156, '1948-11-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152828, 1156, '1948-12-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152829, 1156, '1949-01-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152830, 1156, '1949-02-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152831, 1156, '1949-03-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152832, 1156, '1949-04-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152833, 1156, '1949-05-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152834, 1156, '1949-06-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152835, 1156, '1949-07-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152836, 1156, '1949-08-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152837, 1156, '1949-09-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152838, 1156, '1949-10-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152839, 1156, '1949-11-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152840, 1156, '1949-12-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152841, 1156, '1950-01-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152842, 1156, '1950-02-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152843, 1156, '1950-03-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152844, 1156, '1950-04-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152845, 1156, '1950-05-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152846, 1156, '1950-06-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152847, 1156, '1950-07-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152848, 1156, '1950-08-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152849, 1156, '1950-09-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152850, 1156, '1950-10-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152851, 1156, '1950-11-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152852, 1156, '1950-12-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152853, 1156, '1951-01-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152854, 1156, '1951-02-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152855, 1156, '1951-03-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152856, 1156, '1951-04-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152857, 1156, '1951-05-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152858, 1156, '1951-06-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152859, 1156, '1951-07-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152860, 1156, '1951-08-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152861, 1156, '1951-09-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152862, 1156, '1951-10-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152863, 1156, '1951-11-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152864, 1156, '1951-12-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152865, 1156, '1952-01-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152866, 1156, '1952-02-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152867, 1156, '1952-03-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152868, 1156, '1952-04-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152869, 1156, '1952-05-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152870, 1156, '1952-06-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152871, 1156, '1952-07-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152872, 1156, '1952-08-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152873, 1156, '1952-09-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152874, 1156, '1952-10-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152875, 1156, '1952-11-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152876, 1156, '1952-12-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152877, 1156, '1953-01-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152878, 1156, '1953-02-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152879, 1156, '1953-03-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152880, 1156, '1953-04-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152881, 1156, '1953-05-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152882, 1156, '1953-06-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152883, 1156, '1953-07-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152884, 1156, '1953-08-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152885, 1156, '1953-09-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152886, 1156, '1953-10-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152887, 1156, '1953-11-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152888, 1156, '1953-12-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152889, 1156, '1954-01-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152890, 1156, '1954-02-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152891, 1156, '1954-03-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152892, 1156, '1954-04-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152893, 1156, '1954-05-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152894, 1156, '1954-06-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152895, 1156, '1954-07-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152896, 1156, '1954-08-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152897, 1156, '1954-09-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152898, 1156, '1954-10-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152899, 1156, '1954-11-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152900, 1156, '1954-12-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152901, 1156, '1955-01-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152902, 1156, '1955-02-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152903, 1156, '1955-03-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152904, 1156, '1955-04-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152905, 1156, '1955-05-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152906, 1156, '1955-06-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152907, 1156, '1955-07-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152908, 1156, '1955-08-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152909, 1156, '1955-09-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152910, 1156, '1955-10-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152911, 1156, '1955-11-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152912, 1156, '1955-12-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152913, 1156, '1956-01-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152914, 1156, '1956-02-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152915, 1156, '1956-03-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152916, 1156, '1956-04-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152917, 1156, '1956-05-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152918, 1156, '1956-06-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152919, 1156, '1956-07-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152920, 1156, '1956-08-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152921, 1156, '1956-09-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152922, 1156, '1956-10-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152923, 1156, '1956-11-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152924, 1156, '1956-12-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152925, 1156, '1957-01-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152926, 1156, '1957-02-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152927, 1156, '1957-03-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152928, 1156, '1957-04-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152929, 1156, '1957-05-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152930, 1156, '1957-06-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152931, 1156, '1957-07-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152932, 1156, '1957-08-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152933, 1156, '1957-09-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152934, 1156, '1957-10-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152935, 1156, '1957-11-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152936, 1156, '1957-12-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152937, 1156, '1958-01-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152938, 1156, '1958-02-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152939, 1156, '1958-03-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152940, 1156, '1958-04-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152941, 1156, '1958-05-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152942, 1156, '1958-06-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152943, 1156, '1958-07-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152944, 1156, '1958-08-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152945, 1156, '1958-09-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152946, 1156, '1958-10-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152947, 1156, '1958-11-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152948, 1156, '1958-12-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152949, 1156, '1959-01-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152950, 1156, '1959-02-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152951, 1156, '1959-03-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152952, 1156, '1959-04-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152953, 1156, '1959-05-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152954, 1156, '1959-06-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152955, 1156, '1959-07-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152956, 1156, '1959-08-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152957, 1156, '1959-09-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152958, 1156, '1959-10-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152959, 1156, '1959-11-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152960, 1156, '1959-12-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152961, 1156, '1960-01-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152962, 1156, '1960-02-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152963, 1156, '1960-03-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152964, 1156, '1960-04-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152965, 1156, '1960-05-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152966, 1156, '1960-06-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152967, 1156, '1960-07-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152968, 1156, '1960-08-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152969, 1156, '1960-09-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152970, 1156, '1960-10-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152971, 1156, '1960-11-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152972, 1156, '1960-12-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152973, 1156, '1961-01-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152974, 1156, '1961-02-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152975, 1156, '1961-03-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152976, 1156, '1961-04-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152977, 1156, '1961-05-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152978, 1156, '1961-06-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152979, 1156, '1961-07-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152980, 1156, '1961-08-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152981, 1156, '1961-09-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152982, 1156, '1961-10-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152983, 1156, '1961-11-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152984, 1156, '1961-12-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152985, 1156, '1962-01-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152986, 1156, '1962-02-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152987, 1156, '1962-03-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152988, 1156, '1962-04-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152989, 1156, '1962-05-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152990, 1156, '1962-06-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152991, 1156, '1962-07-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152992, 1156, '1962-08-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152993, 1156, '1962-09-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152994, 1156, '1962-10-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152995, 1156, '1962-11-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152996, 1156, '1962-12-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152997, 1156, '1963-01-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(152998, 1156, '1963-02-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(152999, 1156, '1963-03-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(153000, 1156, '1963-04-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(153001, 1156, '1963-05-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(153002, 1156, '1963-06-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(153003, 1156, '1963-07-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(153004, 1156, '1963-08-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(153005, 1156, '1963-09-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(153006, 1156, '1963-10-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(153007, 1156, '1963-11-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(153008, 1156, '1963-12-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(153009, 1156, '1964-01-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(153010, 1156, '1964-02-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(153011, 1156, '1964-03-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(153012, 1156, '1964-04-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(153013, 1156, '1964-05-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(153014, 1156, '1964-06-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(153015, 1156, '1964-07-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(153016, 1156, '1964-08-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(153017, 1156, '1964-09-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(153018, 1156, '1964-10-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(153019, 1156, '1964-11-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(153020, 1156, '1964-12-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(153021, 1156, '1965-01-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(153022, 1156, '1965-02-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(153023, 1156, '1965-03-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(153024, 1156, '1965-04-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(153025, 1156, '1965-05-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(153026, 1156, '1965-06-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(153027, 1156, '1965-07-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(153028, 1156, '1965-08-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(153029, 1156, '1965-09-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(153030, 1156, '1965-10-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(153031, 1156, '1965-11-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(153032, 1156, '1965-12-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(153033, 1156, '1966-01-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(153034, 1156, '1966-02-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(153035, 1156, '1966-03-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(153036, 1156, '1966-04-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(153037, 1156, '1966-05-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(153038, 1156, '1966-06-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(153039, 1156, '1966-07-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(153040, 1156, '1966-08-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(153041, 1156, '1966-09-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(153042, 1156, '1966-10-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(153043, 1156, '1966-11-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(153044, 1156, '1966-12-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(153045, 1156, '1967-01-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(153046, 1156, '1967-02-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(153047, 1156, '1967-03-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(153048, 1156, '1967-04-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(153049, 1156, '1967-05-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(153050, 1156, '1967-06-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(153051, 1156, '1967-07-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(153052, 1156, '1967-08-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(153053, 1156, '1967-09-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(153054, 1156, '1967-10-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(153055, 1156, '1967-11-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(153056, 1156, '1967-12-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(153057, 1156, '1968-01-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(153058, 1156, '1968-02-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(153059, 1156, '1968-03-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(153060, 1156, '1968-04-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(153061, 1156, '1968-05-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(153062, 1156, '1968-06-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(153063, 1156, '1968-07-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(153064, 1156, '1968-08-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(153065, 1156, '1968-09-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(153066, 1156, '1968-10-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(153067, 1156, '1968-11-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(153068, 1156, '1968-12-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(153069, 1156, '1969-01-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(153070, 1156, '1969-02-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(153071, 1156, '1969-03-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(153072, 1156, '1969-04-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(153073, 1156, '1969-05-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(153074, 1156, '1969-06-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(153075, 1156, '1969-07-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(153076, 1156, '1969-08-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(153077, 1156, '1969-09-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(153078, 1156, '1969-10-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(153079, 1156, '1969-11-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(153080, 1156, '1969-12-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(153081, 1156, '1970-01-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(153082, 1156, '1970-02-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(153083, 1156, '1970-03-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(153084, 1156, '1970-04-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(153085, 1156, '1970-05-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(153086, 1156, '1970-06-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(153087, 1156, '1970-07-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(153088, 1156, '1970-08-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(153089, 1156, '1970-09-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(153090, 1156, '1970-10-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(153091, 1156, '1970-11-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(153092, 1156, '1970-12-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(153093, 1156, '1971-01-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(153094, 1156, '1971-02-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(153095, 1156, '1971-03-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(153096, 1156, '1971-04-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(153097, 1156, '1971-05-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(153098, 1156, '1971-06-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(153099, 1156, '1971-07-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(153100, 1156, '1971-08-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(153101, 1156, '1971-09-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(153102, 1156, '1971-10-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(153103, 1156, '1971-11-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(153104, 1156, '1971-12-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(153105, 1156, '1972-01-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(153106, 1156, '1972-02-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(153107, 1156, '1972-03-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(153108, 1156, '1972-04-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(153109, 1156, '1972-05-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:49', '2023-09-12 17:47:49'),
(153110, 1156, '1972-06-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153111, 1156, '1972-07-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153112, 1156, '1972-08-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153113, 1156, '1972-09-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153114, 1156, '1972-10-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153115, 1156, '1972-11-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153116, 1156, '1972-12-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153117, 1156, '1973-01-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153118, 1156, '1973-02-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153119, 1156, '1973-03-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153120, 1156, '1973-04-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153121, 1156, '1973-05-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153122, 1156, '1973-06-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153123, 1156, '1973-07-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153124, 1156, '1973-08-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153125, 1156, '1973-09-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153126, 1156, '1973-10-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153127, 1156, '1973-11-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153128, 1156, '1973-12-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153129, 1156, '1974-01-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153130, 1156, '1974-02-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153131, 1156, '1974-03-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153132, 1156, '1974-04-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153133, 1156, '1974-05-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153134, 1156, '1974-06-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153135, 1156, '1974-07-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153136, 1156, '1974-08-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153137, 1156, '1974-09-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153138, 1156, '1974-10-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153139, 1156, '1974-11-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153140, 1156, '1974-12-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153141, 1156, '1975-01-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153142, 1156, '1975-02-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153143, 1156, '1975-03-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153144, 1156, '1975-04-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153145, 1156, '1975-05-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153146, 1156, '1975-06-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153147, 1156, '1975-07-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153148, 1156, '1975-08-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153149, 1156, '1975-09-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153150, 1156, '1975-10-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153151, 1156, '1975-11-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153152, 1156, '1975-12-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153153, 1156, '1976-01-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153154, 1156, '1976-02-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153155, 1156, '1976-03-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153156, 1156, '1976-04-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153157, 1156, '1976-05-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153158, 1156, '1976-06-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153159, 1156, '1976-07-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153160, 1156, '1976-08-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153161, 1156, '1976-09-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153162, 1156, '1976-10-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153163, 1156, '1976-11-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153164, 1156, '1976-12-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153165, 1156, '1977-01-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153166, 1156, '1977-02-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153167, 1156, '1977-03-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153168, 1156, '1977-04-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153169, 1156, '1977-05-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153170, 1156, '1977-06-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153171, 1156, '1977-07-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153172, 1156, '1977-08-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153173, 1156, '1977-09-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153174, 1156, '1977-10-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153175, 1156, '1977-11-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153176, 1156, '1977-12-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153177, 1156, '1978-01-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153178, 1156, '1978-02-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153179, 1156, '1978-03-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153180, 1156, '1978-04-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153181, 1156, '1978-05-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153182, 1156, '1978-06-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153183, 1156, '1978-07-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153184, 1156, '1978-08-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153185, 1156, '1978-09-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153186, 1156, '1978-10-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153187, 1156, '1978-11-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153188, 1156, '1978-12-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153189, 1156, '1979-01-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153190, 1156, '1979-02-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153191, 1156, '1979-03-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153192, 1156, '1979-04-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153193, 1156, '1979-05-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153194, 1156, '1979-06-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153195, 1156, '1979-07-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153196, 1156, '1979-08-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153197, 1156, '1979-09-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153198, 1156, '1979-10-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153199, 1156, '1979-11-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153200, 1156, '1979-12-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153201, 1156, '1980-01-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153202, 1156, '1980-02-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153203, 1156, '1980-03-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153204, 1156, '1980-04-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153205, 1156, '1980-05-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153206, 1156, '1980-06-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153207, 1156, '1980-07-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153208, 1156, '1980-08-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153209, 1156, '1980-09-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153210, 1156, '1980-10-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153211, 1156, '1980-11-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153212, 1156, '1980-12-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153213, 1156, '1981-01-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153214, 1156, '1981-02-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153215, 1156, '1981-03-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153216, 1156, '1981-04-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153217, 1156, '1981-05-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153218, 1156, '1981-06-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153219, 1156, '1981-07-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153220, 1156, '1981-08-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153221, 1156, '1981-09-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153222, 1156, '1981-10-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153223, 1156, '1981-11-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153224, 1156, '1981-12-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153225, 1156, '1982-01-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153226, 1156, '1982-02-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153227, 1156, '1982-03-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153228, 1156, '1982-04-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153229, 1156, '1982-05-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153230, 1156, '1982-06-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153231, 1156, '1982-07-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153232, 1156, '1982-08-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153233, 1156, '1982-09-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153234, 1156, '1982-10-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153235, 1156, '1982-11-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153236, 1156, '1982-12-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153237, 1156, '1983-01-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153238, 1156, '1983-02-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153239, 1156, '1983-03-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153240, 1156, '1983-04-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153241, 1156, '1983-05-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153242, 1156, '1983-06-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153243, 1156, '1983-07-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153244, 1156, '1983-08-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153245, 1156, '1983-09-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153246, 1156, '1983-10-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153247, 1156, '1983-11-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153248, 1156, '1983-12-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153249, 1156, '1984-01-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153250, 1156, '1984-02-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153251, 1156, '1984-03-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153252, 1156, '1984-04-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153253, 1156, '1984-05-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153254, 1156, '1984-06-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153255, 1156, '1984-07-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153256, 1156, '1984-08-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153257, 1156, '1984-09-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153258, 1156, '1984-10-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153259, 1156, '1984-11-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153260, 1156, '1984-12-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153261, 1156, '1985-01-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153262, 1156, '1985-02-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153263, 1156, '1985-03-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153264, 1156, '1985-04-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153265, 1156, '1985-05-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153266, 1156, '1985-06-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153267, 1156, '1985-07-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153268, 1156, '1985-08-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153269, 1156, '1985-09-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153270, 1156, '1985-10-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153271, 1156, '1985-11-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153272, 1156, '1985-12-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153273, 1156, '1986-01-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153274, 1156, '1986-02-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153275, 1156, '1986-03-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153276, 1156, '1986-04-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153277, 1156, '1986-05-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153278, 1156, '1986-06-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153279, 1156, '1986-07-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153280, 1156, '1986-08-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153281, 1156, '1986-09-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153282, 1156, '1986-10-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153283, 1156, '1986-11-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153284, 1156, '1986-12-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153285, 1156, '1987-01-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153286, 1156, '1987-02-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153287, 1156, '1987-03-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153288, 1156, '1987-04-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153289, 1156, '1987-05-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153290, 1156, '1987-06-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153291, 1156, '1987-07-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153292, 1156, '1987-08-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153293, 1156, '1987-09-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153294, 1156, '1987-10-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153295, 1156, '1987-11-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153296, 1156, '1987-12-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153297, 1156, '1988-01-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153298, 1156, '1988-02-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153299, 1156, '1988-03-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153300, 1156, '1988-04-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153301, 1156, '1988-05-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153302, 1156, '1988-06-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153303, 1156, '1988-07-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153304, 1156, '1988-08-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153305, 1156, '1988-09-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153306, 1156, '1988-10-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153307, 1156, '1988-11-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153308, 1156, '1988-12-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153309, 1156, '1989-01-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153310, 1156, '1989-02-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153311, 1156, '1989-03-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153312, 1156, '1989-04-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153313, 1156, '1989-05-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153314, 1156, '1989-06-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153315, 1156, '1989-07-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153316, 1156, '1989-08-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153317, 1156, '1989-09-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153318, 1156, '1989-10-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153319, 1156, '1989-11-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153320, 1156, '1989-12-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153321, 1156, '1990-01-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153322, 1156, '1990-02-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153323, 1156, '1990-03-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153324, 1156, '1990-04-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153325, 1156, '1990-05-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153326, 1156, '1990-06-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153327, 1156, '1990-07-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153328, 1156, '1990-08-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153329, 1156, '1990-09-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153330, 1156, '1990-10-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153331, 1156, '1990-11-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153332, 1156, '1990-12-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153333, 1156, '1991-01-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153334, 1156, '1991-02-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153335, 1156, '1991-03-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153336, 1156, '1991-04-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153337, 1156, '1991-05-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153338, 1156, '1991-06-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153339, 1156, '1991-07-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153340, 1156, '1991-08-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153341, 1156, '1991-09-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153342, 1156, '1991-10-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153343, 1156, '1991-11-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153344, 1156, '1991-12-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153345, 1156, '1992-01-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153346, 1156, '1992-02-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153347, 1156, '1992-03-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153348, 1156, '1992-04-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153349, 1156, '1992-05-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153350, 1156, '1992-06-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153351, 1156, '1992-07-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153352, 1156, '1992-08-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153353, 1156, '1992-09-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153354, 1156, '1992-10-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153355, 1156, '1992-11-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153356, 1156, '1992-12-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153357, 1156, '1993-01-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153358, 1156, '1993-02-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153359, 1156, '1993-03-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153360, 1156, '1993-04-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153361, 1156, '1993-05-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153362, 1156, '1993-06-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153363, 1156, '1993-07-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153364, 1156, '1993-08-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153365, 1156, '1993-09-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153366, 1156, '1993-10-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153367, 1156, '1993-11-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153368, 1156, '1993-12-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153369, 1156, '1994-01-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153370, 1156, '1994-02-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153371, 1156, '1994-03-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153372, 1156, '1994-04-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153373, 1156, '1994-05-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153374, 1156, '1994-06-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153375, 1156, '1994-07-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153376, 1156, '1994-08-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153377, 1156, '1994-09-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153378, 1156, '1994-10-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153379, 1156, '1994-11-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153380, 1156, '1994-12-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153381, 1156, '1995-01-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153382, 1156, '1995-02-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153383, 1156, '1995-03-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153384, 1156, '1995-04-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153385, 1156, '1995-05-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153386, 1156, '1995-06-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153387, 1156, '1995-07-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153388, 1156, '1995-08-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153389, 1156, '1995-09-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153390, 1156, '1995-10-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153391, 1156, '1995-11-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153392, 1156, '1995-12-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153393, 1156, '1996-01-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153394, 1156, '1996-02-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153395, 1156, '1996-03-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153396, 1156, '1996-04-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153397, 1156, '1996-05-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153398, 1156, '1996-06-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153399, 1156, '1996-07-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153400, 1156, '1996-08-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153401, 1156, '1996-09-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153402, 1156, '1996-10-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153403, 1156, '1996-11-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153404, 1156, '1996-12-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153405, 1156, '1997-01-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153406, 1156, '1997-02-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153407, 1156, '1997-03-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153408, 1156, '1997-04-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153409, 1156, '1997-05-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153410, 1156, '1997-06-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153411, 1156, '1997-07-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153412, 1156, '1997-08-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153413, 1156, '1997-09-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153414, 1156, '1997-10-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153415, 1156, '1997-11-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153416, 1156, '1997-12-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153417, 1156, '1998-01-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153418, 1156, '1998-02-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153419, 1156, '1998-03-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153420, 1156, '1998-04-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153421, 1156, '1998-05-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153422, 1156, '1998-06-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153423, 1156, '1998-07-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153424, 1156, '1998-08-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153425, 1156, '1998-09-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153426, 1156, '1998-10-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153427, 1156, '1998-11-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153428, 1156, '1998-12-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153429, 1156, '1999-01-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153430, 1156, '1999-02-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153431, 1156, '1999-03-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153432, 1156, '1999-04-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153433, 1156, '1999-05-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153434, 1156, '1999-06-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153435, 1156, '1999-07-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153436, 1156, '1999-08-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153437, 1156, '1999-09-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153438, 1156, '1999-10-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153439, 1156, '1999-11-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153440, 1156, '1999-12-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153441, 1156, '2000-01-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153442, 1156, '2000-02-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153443, 1156, '2000-03-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153444, 1156, '2000-04-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153445, 1156, '2000-05-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153446, 1156, '2000-06-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153447, 1156, '2000-07-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153448, 1156, '2000-08-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153449, 1156, '2000-09-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153450, 1156, '2000-10-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153451, 1156, '2000-11-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153452, 1156, '2000-12-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153453, 1156, '2001-01-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(153454, 1156, '2001-02-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153455, 1156, '2001-03-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153456, 1156, '2001-04-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153457, 1156, '2001-05-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153458, 1156, '2001-06-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153459, 1156, '2001-07-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153460, 1156, '2001-08-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153461, 1156, '2001-09-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153462, 1156, '2001-10-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:50', '2023-09-12 17:47:50'),
(153463, 1156, '2001-11-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153464, 1156, '2001-12-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153465, 1156, '2002-01-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153466, 1156, '2002-02-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153467, 1156, '2002-03-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153468, 1156, '2002-04-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153469, 1156, '2002-05-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153470, 1156, '2002-06-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153471, 1156, '2002-07-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153472, 1156, '2002-08-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153473, 1156, '2002-09-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153474, 1156, '2002-10-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153475, 1156, '2002-11-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153476, 1156, '2002-12-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153477, 1156, '2003-01-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153478, 1156, '2003-02-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153479, 1156, '2003-03-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153480, 1156, '2003-04-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153481, 1156, '2003-05-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153482, 1156, '2003-06-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153483, 1156, '2003-07-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153484, 1156, '2003-08-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153485, 1156, '2003-09-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153486, 1156, '2003-10-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153487, 1156, '2003-11-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153488, 1156, '2003-12-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153489, 1156, '2004-01-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153490, 1156, '2004-02-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153491, 1156, '2004-03-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153492, 1156, '2004-04-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153493, 1156, '2004-05-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153494, 1156, '2004-06-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153495, 1156, '2004-07-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153496, 1156, '2004-08-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153497, 1156, '2004-09-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153498, 1156, '2004-10-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153499, 1156, '2004-11-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153500, 1156, '2004-12-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153501, 1156, '2005-01-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153502, 1156, '2005-02-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153503, 1156, '2005-03-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153504, 1156, '2005-04-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153505, 1156, '2005-05-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153506, 1156, '2005-06-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153507, 1156, '2005-07-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153508, 1156, '2005-08-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153509, 1156, '2005-09-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153510, 1156, '2005-10-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153511, 1156, '2005-11-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153512, 1156, '2005-12-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153513, 1156, '2006-01-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153514, 1156, '2006-02-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153515, 1156, '2006-03-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153516, 1156, '2006-04-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153517, 1156, '2006-05-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153518, 1156, '2006-06-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153519, 1156, '2006-07-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153520, 1156, '2006-08-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153521, 1156, '2006-09-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153522, 1156, '2006-10-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153523, 1156, '2006-11-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153524, 1156, '2006-12-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153525, 1156, '2007-01-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153526, 1156, '2007-02-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153527, 1156, '2007-03-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153528, 1156, '2007-04-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153529, 1156, '2007-05-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153530, 1156, '2007-06-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153531, 1156, '2007-07-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153532, 1156, '2007-08-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153533, 1156, '2007-09-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153534, 1156, '2007-10-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153535, 1156, '2007-11-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153536, 1156, '2007-12-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153537, 1156, '2008-01-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153538, 1156, '2008-02-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153539, 1156, '2008-03-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153540, 1156, '2008-04-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153541, 1156, '2008-05-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153542, 1156, '2008-06-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153543, 1156, '2008-07-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153544, 1156, '2008-08-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153545, 1156, '2008-09-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153546, 1156, '2008-10-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153547, 1156, '2008-11-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153548, 1156, '2008-12-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153549, 1156, '2009-01-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153550, 1156, '2009-02-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153551, 1156, '2009-03-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153552, 1156, '2009-04-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153553, 1156, '2009-05-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153554, 1156, '2009-06-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153555, 1156, '2009-07-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153556, 1156, '2009-08-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153557, 1156, '2009-09-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153558, 1156, '2009-10-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153559, 1156, '2009-11-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153560, 1156, '2009-12-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153561, 1156, '2010-01-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153562, 1156, '2010-02-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153563, 1156, '2010-03-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153564, 1156, '2010-04-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153565, 1156, '2010-05-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153566, 1156, '2010-06-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153567, 1156, '2010-07-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153568, 1156, '2010-08-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153569, 1156, '2010-09-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153570, 1156, '2010-10-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153571, 1156, '2010-11-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153572, 1156, '2010-12-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153573, 1156, '2011-01-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153574, 1156, '2011-02-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153575, 1156, '2011-03-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153576, 1156, '2011-04-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153577, 1156, '2011-05-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153578, 1156, '2011-06-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153579, 1156, '2011-07-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153580, 1156, '2011-08-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153581, 1156, '2011-09-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153582, 1156, '2011-10-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153583, 1156, '2011-11-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153584, 1156, '2011-12-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153585, 1156, '2012-01-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153586, 1156, '2012-02-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153587, 1156, '2012-03-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153588, 1156, '2012-04-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153589, 1156, '2012-05-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153590, 1156, '2012-06-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153591, 1156, '2012-07-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153592, 1156, '2012-08-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153593, 1156, '2012-09-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153594, 1156, '2012-10-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153595, 1156, '2012-11-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153596, 1156, '2012-12-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153597, 1156, '2013-01-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153598, 1156, '2013-02-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153599, 1156, '2013-03-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153600, 1156, '2013-04-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153601, 1156, '2013-05-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153602, 1156, '2013-06-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153603, 1156, '2013-07-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153604, 1156, '2013-08-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153605, 1156, '2013-09-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153606, 1156, '2013-10-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153607, 1156, '2013-11-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153608, 1156, '2013-12-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153609, 1156, '2014-01-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153610, 1156, '2014-02-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153611, 1156, '2014-03-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153612, 1156, '2014-04-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153613, 1156, '2014-05-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153614, 1156, '2014-06-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153615, 1156, '2014-07-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153616, 1156, '2014-08-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153617, 1156, '2014-09-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153618, 1156, '2014-10-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153619, 1156, '2014-11-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153620, 1156, '2014-12-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153621, 1156, '2015-01-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153622, 1156, '2015-02-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153623, 1156, '2015-03-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153624, 1156, '2015-04-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153625, 1156, '2015-05-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153626, 1156, '2015-06-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153627, 1156, '2015-07-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153628, 1156, '2015-08-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153629, 1156, '2015-09-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153630, 1156, '2015-10-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153631, 1156, '2015-11-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153632, 1156, '2015-12-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153633, 1156, '2016-01-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153634, 1156, '2016-02-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153635, 1156, '2016-03-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153636, 1156, '2016-04-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153637, 1156, '2016-05-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153638, 1156, '2016-06-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153639, 1156, '2016-07-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153640, 1156, '2016-08-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153641, 1156, '2016-09-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153642, 1156, '2016-10-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153643, 1156, '2016-11-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153644, 1156, '2016-12-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153645, 1156, '2017-01-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153646, 1156, '2017-02-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153647, 1156, '2017-03-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153648, 1156, '2017-04-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153649, 1156, '2017-05-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153650, 1156, '2017-06-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153651, 1156, '2017-07-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153652, 1156, '2017-08-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153653, 1156, '2017-09-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153654, 1156, '2017-10-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153655, 1156, '2017-11-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153656, 1156, '2017-12-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153657, 1156, '2018-01-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153658, 1156, '2018-02-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153659, 1156, '2018-03-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153660, 1156, '2018-04-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153661, 1156, '2018-05-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153662, 1156, '2018-06-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153663, 1156, '2018-07-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153664, 1156, '2018-08-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153665, 1156, '2018-09-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153666, 1156, '2018-10-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153667, 1156, '2018-11-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153668, 1156, '2018-12-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153669, 1156, '2019-01-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153670, 1156, '2019-02-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153671, 1156, '2019-03-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153672, 1156, '2019-04-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153673, 1156, '2019-05-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153674, 1156, '2019-06-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153675, 1156, '2019-07-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153676, 1156, '2019-08-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153677, 1156, '2019-09-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153678, 1156, '2019-10-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153679, 1156, '2019-11-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153680, 1156, '2019-12-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153681, 1156, '2020-01-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153682, 1156, '2020-02-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153683, 1156, '2020-03-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153684, 1156, '2020-04-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153685, 1156, '2020-05-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153686, 1156, '2020-06-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153687, 1156, '2020-07-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153688, 1156, '2020-08-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153689, 1156, '2020-09-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153690, 1156, '2020-10-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153691, 1156, '2020-11-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153692, 1156, '2020-12-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153693, 1156, '2021-01-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153694, 1156, '2021-02-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153695, 1156, '2021-03-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153696, 1156, '2021-04-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153697, 1156, '2021-05-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153698, 1156, '2021-06-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153699, 1156, '2021-07-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153700, 1156, '2021-08-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153701, 1156, '2021-09-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153702, 1156, '2021-10-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153703, 1156, '2021-11-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153704, 1156, '2021-12-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153705, 1156, '2022-01-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153706, 1156, '2022-02-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153707, 1156, '2022-03-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153708, 1156, '2022-04-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153709, 1156, '2022-05-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153710, 1156, '2022-06-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153711, 1156, '2022-07-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153712, 1156, '2022-08-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153713, 1156, '2022-09-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153714, 1156, '2022-10-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153715, 1156, '2022-11-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153716, 1156, '2022-12-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153717, 1156, '2023-01-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153718, 1156, '2023-02-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153719, 1156, '2023-03-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153720, 1156, '2023-04-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153721, 1156, '2023-05-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153722, 1156, '2023-06-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153723, 1156, '2023-07-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153724, 1156, '2023-08-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153725, 1156, '2023-09-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153726, 1156, '2023-10-01 01:00:00', NULL, NULL, '', '270', 0, '2023-09-12 17:47:51', '2023-09-12 17:47:51'),
(153727, 1157, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '400', 0, '2023-09-12 17:50:16', '2023-09-12 17:50:16'),
(153728, 1158, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '400', 0, '2023-09-12 17:58:57', '2023-09-12 17:58:57'),
(153729, 1159, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '300', 0, '2023-09-12 20:10:31', '2023-09-12 20:10:31'),
(153730, 1160, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '250', 0, '2023-09-12 20:15:17', '2023-09-12 20:15:17'),
(153731, 1161, '2023-10-01 00:00:00', '1250', '2023-10-01 00:00:00', '', '0', 1, '2023-09-12 20:27:36', '2024-02-03 15:46:12'),
(153732, 1162, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '400', 0, '2023-09-12 21:22:06', '2023-09-12 21:22:06'),
(153733, 1163, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '300', 0, '2023-09-12 21:24:51', '2023-09-12 21:24:51'),
(153734, 1164, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '200', 0, '2023-09-12 21:28:17', '2023-09-12 21:28:17'),
(153735, 1165, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '250', 0, '2023-09-12 21:31:37', '2023-09-12 21:31:37'),
(153736, 1166, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '300', 0, '2023-09-12 21:34:55', '2023-09-12 21:34:55'),
(153737, 1167, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '300', 0, '2023-09-12 21:37:48', '2023-09-12 21:37:48'),
(153738, 1168, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '300', 0, '2023-09-12 21:41:32', '2023-09-12 21:41:32'),
(153739, 1169, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '300', 0, '2023-09-12 21:44:49', '2023-09-12 21:44:49'),
(153740, 1170, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '400', 0, '2023-09-12 21:47:23', '2023-09-12 21:47:23'),
(153741, 1171, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '300', 0, '2023-09-12 21:50:59', '2023-09-12 21:50:59'),
(153742, 1172, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '300', 0, '2023-09-12 21:53:30', '2023-09-12 21:53:30'),
(153743, 1173, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '300', 0, '2023-09-12 21:56:43', '2023-09-12 21:56:43'),
(153744, 1174, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '300', 0, '2023-09-12 21:59:10', '2023-09-12 21:59:10'),
(153745, 1175, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '300', 0, '2023-09-12 22:02:26', '2023-09-12 22:02:26'),
(153746, 1176, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '410', 0, '2023-09-12 22:05:28', '2023-09-12 22:05:28'),
(153747, 1177, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '400', 0, '2023-09-12 22:08:37', '2023-09-12 22:08:37'),
(153748, 1178, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '400', 0, '2023-09-12 22:12:42', '2023-09-12 22:12:42'),
(153749, 1179, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '400', 0, '2023-09-12 22:15:26', '2023-09-12 22:15:26'),
(153750, 1180, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '400', 0, '2023-09-12 22:18:07', '2023-09-12 22:18:07'),
(153751, 1181, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '500', 0, '2023-09-12 22:21:05', '2023-09-12 22:21:05'),
(153752, 1182, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '300', 0, '2023-09-12 22:25:59', '2023-09-12 22:25:59'),
(153753, 1183, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '300', 0, '2023-09-12 23:00:57', '2023-09-12 23:00:57'),
(153754, 1184, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '400', 0, '2023-09-12 23:09:28', '2023-09-12 23:09:28'),
(153755, 1185, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '250', 0, '2023-09-12 23:13:10', '2023-09-12 23:13:10'),
(153756, 1186, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '270', 0, '2023-09-12 23:16:43', '2023-09-12 23:16:43'),
(153757, 1187, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '300', 0, '2023-09-12 23:19:32', '2023-09-12 23:19:32'),
(153758, 1188, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '300', 0, '2023-09-13 09:56:35', '2023-09-13 09:56:35'),
(153759, 1189, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '300', 0, '2023-09-13 09:59:26', '2023-09-13 09:59:26'),
(153760, 1190, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '500', 0, '2023-09-13 10:03:05', '2023-09-13 10:03:05'),
(153761, 1191, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '200', 0, '2023-09-13 10:09:37', '2023-09-13 10:09:37'),
(153762, 1192, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '400', 0, '2023-09-13 10:13:57', '2023-09-13 10:13:57'),
(153763, 1193, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '250', 0, '2023-09-13 10:18:45', '2023-09-13 10:18:45'),
(153764, 1194, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '400', 0, '2023-09-13 10:21:18', '2023-09-13 10:21:18'),
(153765, 1195, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '300', 0, '2023-09-13 10:23:40', '2023-09-13 10:23:40'),
(153766, 1196, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '300', 0, '2023-09-13 10:25:53', '2023-09-13 10:25:53'),
(153767, 1197, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '200', 0, '2023-09-13 10:28:28', '2023-09-13 10:28:28'),
(153768, 1198, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '200', 0, '2023-09-13 10:31:19', '2023-09-13 10:31:19'),
(153769, 1199, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '300', 0, '2023-09-13 10:34:26', '2023-09-13 10:34:26'),
(153770, 1200, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '750', 0, '2023-09-13 10:36:59', '2023-09-13 10:36:59'),
(153771, 1201, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '300', 0, '2023-09-13 10:40:24', '2023-09-13 10:40:24'),
(153772, 1202, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '500', 0, '2023-09-13 10:43:06', '2023-09-13 10:43:06'),
(153773, 1203, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '240', 0, '2023-09-13 10:45:15', '2023-09-13 10:45:15'),
(153774, 1204, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '300', 0, '2023-09-13 10:47:36', '2023-09-13 10:47:36'),
(153775, 1205, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '100', 0, '2023-09-13 10:53:11', '2023-09-13 10:53:11'),
(153776, 1206, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '300', 0, '2023-09-13 10:55:43', '2023-09-13 10:55:43'),
(153777, 1207, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '300', 0, '2023-09-13 10:57:50', '2023-09-13 10:57:50'),
(153778, 1208, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '300', 0, '2023-09-13 11:00:21', '2023-09-13 11:00:21'),
(153779, 1209, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '300', 0, '2023-09-13 11:03:29', '2023-09-13 11:03:29'),
(153780, 1210, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '500', 0, '2023-09-13 11:08:07', '2023-09-13 11:08:07'),
(153781, 1211, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '300', 0, '2023-09-13 11:11:45', '2023-09-13 11:11:45'),
(153782, 1212, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '300', 0, '2023-09-13 11:14:31', '2023-09-13 11:14:31'),
(153783, 1213, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '1000', 0, '2023-09-13 11:27:08', '2023-09-13 11:27:08'),
(153784, 1214, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '0', 0, '2023-09-13 11:32:21', '2023-09-13 11:32:21'),
(153785, 1215, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '800', 0, '2023-09-13 11:35:03', '2023-09-13 11:35:03'),
(153786, 1216, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '0', 0, '2023-09-13 11:39:54', '2023-09-13 11:39:54'),
(153787, 1217, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '400', 0, '2023-09-13 11:42:32', '2023-09-13 11:42:32'),
(153788, 1218, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '0', 0, '2023-09-13 11:44:35', '2023-09-13 11:44:35'),
(153789, 1219, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '0', 0, '2023-09-13 11:46:50', '2023-09-13 11:46:50'),
(153790, 1220, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '300', 0, '2023-09-13 11:49:15', '2023-09-13 11:49:15'),
(153791, 1221, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '200', 0, '2023-09-13 11:51:26', '2023-09-13 11:51:26'),
(153792, 1222, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '300', 0, '2023-09-13 11:53:38', '2023-09-13 11:53:38'),
(153793, 1223, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '0', 0, '2023-09-13 12:19:02', '2023-09-13 12:19:02'),
(153794, 1224, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '400', 0, '2023-09-13 12:21:05', '2023-09-13 12:21:05'),
(153795, 1225, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '300', 0, '2023-09-13 12:23:20', '2023-09-13 12:23:20'),
(153796, 1226, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '300', 0, '2023-09-13 12:26:15', '2023-09-13 12:26:15'),
(153797, 1227, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '400', 0, '2023-09-13 12:28:52', '2023-09-13 12:28:52'),
(153798, 1228, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '300', 0, '2023-09-13 12:32:43', '2023-09-13 12:32:43'),
(153799, 1229, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '400', 0, '2023-09-13 12:34:42', '2023-09-13 12:34:42'),
(153800, 1230, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '300', 0, '2023-09-13 12:40:11', '2023-09-13 12:40:11'),
(153801, 1231, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '300', 0, '2023-09-13 12:42:22', '2023-09-13 12:42:22'),
(153802, 1232, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '600', 0, '2023-09-13 12:44:50', '2023-09-13 12:44:50'),
(153803, 1233, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '300', 0, '2023-09-13 12:48:15', '2023-09-13 12:48:15'),
(153804, 1234, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '200', 0, '2023-09-13 12:50:59', '2023-09-13 12:50:59'),
(153805, 1235, '2023-10-01 00:00:00', '2000', '2023-10-01 00:00:00', '', '0', 1, '2023-09-13 12:53:59', '2024-03-30 13:23:05'),
(153806, 1236, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '250', 0, '2023-09-13 12:56:31', '2023-09-13 12:56:31'),
(153807, 1237, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '0', 0, '2023-09-13 13:00:32', '2023-09-13 13:00:32'),
(153808, 1238, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '300', 0, '2023-09-13 13:03:53', '2023-09-13 13:03:53'),
(153809, 1239, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '333', 0, '2023-09-13 13:06:02', '2023-09-13 13:06:02'),
(153810, 1240, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '0', 0, '2023-09-13 13:09:29', '2023-09-13 13:09:29'),
(153811, 1241, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '300', 0, '2023-09-13 13:12:11', '2023-09-13 13:12:11'),
(153812, 1242, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '600', 0, '2023-09-13 13:16:50', '2023-09-13 13:16:50'),
(153813, 1243, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '800', 0, '2023-09-13 13:22:26', '2023-09-13 13:22:26'),
(153814, 1244, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '300', 0, '2023-09-13 13:42:01', '2023-09-13 13:42:01'),
(153815, 1245, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '0', 0, '2023-09-13 13:44:42', '2023-09-13 13:44:42'),
(153816, 1246, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '250', 0, '2023-09-13 13:51:09', '2023-09-13 13:51:09'),
(153817, 1247, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '0', 0, '2023-09-13 13:54:29', '2023-09-13 13:54:29'),
(153818, 1248, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '4300', 0, '2023-09-13 13:58:00', '2023-09-13 13:58:00'),
(153819, 1249, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '0', 0, '2023-09-13 14:00:32', '2023-09-13 14:00:32'),
(153820, 1250, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '400', 0, '2023-09-13 14:03:04', '2023-09-13 14:03:04'),
(153821, 1251, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '600', 0, '2023-09-13 14:31:30', '2023-09-13 14:31:30'),
(153822, 1252, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '300', 0, '2023-09-13 14:35:35', '2023-09-13 14:35:35'),
(153823, 1253, '0223-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:22', '2023-09-13 14:38:22'),
(153824, 1253, '0223-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:22', '2023-09-13 14:38:22'),
(153825, 1253, '0223-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:22', '2023-09-13 14:38:22'),
(153826, 1253, '0224-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:22', '2023-09-13 14:38:22'),
(153827, 1253, '0224-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:22', '2023-09-13 14:38:22'),
(153828, 1253, '0224-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:22', '2023-09-13 14:38:22'),
(153829, 1253, '0224-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:22', '2023-09-13 14:38:22'),
(153830, 1253, '0224-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:22', '2023-09-13 14:38:22'),
(153831, 1253, '0224-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:22', '2023-09-13 14:38:22'),
(153832, 1253, '0224-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:22', '2023-09-13 14:38:22'),
(153833, 1253, '0224-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:22', '2023-09-13 14:38:22'),
(153834, 1253, '0224-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:22', '2023-09-13 14:38:22'),
(153835, 1253, '0224-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:22', '2023-09-13 14:38:22'),
(153836, 1253, '0224-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:22', '2023-09-13 14:38:22'),
(153837, 1253, '0224-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:22', '2023-09-13 14:38:22'),
(153838, 1253, '0225-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:22', '2023-09-13 14:38:22'),
(153839, 1253, '0225-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:22', '2023-09-13 14:38:22'),
(153840, 1253, '0225-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:22', '2023-09-13 14:38:22'),
(153841, 1253, '0225-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:22', '2023-09-13 14:38:22'),
(153842, 1253, '0225-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:22', '2023-09-13 14:38:22'),
(153843, 1253, '0225-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:22', '2023-09-13 14:38:22'),
(153844, 1253, '0225-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:22', '2023-09-13 14:38:22'),
(153845, 1253, '0225-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:22', '2023-09-13 14:38:22'),
(153846, 1253, '0225-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:22', '2023-09-13 14:38:22'),
(153847, 1253, '0225-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:22', '2023-09-13 14:38:22'),
(153848, 1253, '0225-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:22', '2023-09-13 14:38:22'),
(153849, 1253, '0225-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:22', '2023-09-13 14:38:22'),
(153850, 1253, '0226-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:22', '2023-09-13 14:38:22'),
(153851, 1253, '0226-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:22', '2023-09-13 14:38:22'),
(153852, 1253, '0226-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:22', '2023-09-13 14:38:22'),
(153853, 1253, '0226-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:22', '2023-09-13 14:38:22'),
(153854, 1253, '0226-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:22', '2023-09-13 14:38:22'),
(153855, 1253, '0226-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:22', '2023-09-13 14:38:22'),
(153856, 1253, '0226-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:22', '2023-09-13 14:38:22'),
(153857, 1253, '0226-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:22', '2023-09-13 14:38:22'),
(153858, 1253, '0226-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:22', '2023-09-13 14:38:22'),
(153859, 1253, '0226-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:22', '2023-09-13 14:38:22'),
(153860, 1253, '0226-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:22', '2023-09-13 14:38:22'),
(153861, 1253, '0226-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:22', '2023-09-13 14:38:22'),
(153862, 1253, '0227-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:22', '2023-09-13 14:38:22'),
(153863, 1253, '0227-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:22', '2023-09-13 14:38:22'),
(153864, 1253, '0227-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:22', '2023-09-13 14:38:22'),
(153865, 1253, '0227-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:22', '2023-09-13 14:38:22'),
(153866, 1253, '0227-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:22', '2023-09-13 14:38:22'),
(153867, 1253, '0227-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:22', '2023-09-13 14:38:22'),
(153868, 1253, '0227-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:22', '2023-09-13 14:38:22'),
(153869, 1253, '0227-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:22', '2023-09-13 14:38:22'),
(153870, 1253, '0227-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:22', '2023-09-13 14:38:22'),
(153871, 1253, '0227-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:22', '2023-09-13 14:38:22'),
(153872, 1253, '0227-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:22', '2023-09-13 14:38:22'),
(153873, 1253, '0227-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:22', '2023-09-13 14:38:22'),
(153874, 1253, '0228-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:22', '2023-09-13 14:38:22'),
(153875, 1253, '0228-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:22', '2023-09-13 14:38:22'),
(153876, 1253, '0228-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:22', '2023-09-13 14:38:22'),
(153877, 1253, '0228-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:22', '2023-09-13 14:38:22'),
(153878, 1253, '0228-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:22', '2023-09-13 14:38:22'),
(153879, 1253, '0228-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:22', '2023-09-13 14:38:22'),
(153880, 1253, '0228-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:22', '2023-09-13 14:38:22'),
(153881, 1253, '0228-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:22', '2023-09-13 14:38:22'),
(153882, 1253, '0228-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:22', '2023-09-13 14:38:22'),
(153883, 1253, '0228-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:22', '2023-09-13 14:38:22'),
(153884, 1253, '0228-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:22', '2023-09-13 14:38:22'),
(153885, 1253, '0228-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:22', '2023-09-13 14:38:22'),
(153886, 1253, '0229-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:22', '2023-09-13 14:38:22'),
(153887, 1253, '0229-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:22', '2023-09-13 14:38:22'),
(153888, 1253, '0229-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:22', '2023-09-13 14:38:22'),
(153889, 1253, '0229-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:22', '2023-09-13 14:38:22'),
(153890, 1253, '0229-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:22', '2023-09-13 14:38:22'),
(153891, 1253, '0229-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:22', '2023-09-13 14:38:22'),
(153892, 1253, '0229-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:22', '2023-09-13 14:38:22'),
(153893, 1253, '0229-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:22', '2023-09-13 14:38:22'),
(153894, 1253, '0229-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:22', '2023-09-13 14:38:22'),
(153895, 1253, '0229-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:22', '2023-09-13 14:38:22');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(153896, 1253, '0229-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:22', '2023-09-13 14:38:22'),
(153897, 1253, '0229-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:22', '2023-09-13 14:38:22'),
(153898, 1253, '0230-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:22', '2023-09-13 14:38:22'),
(153899, 1253, '0230-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:22', '2023-09-13 14:38:22'),
(153900, 1253, '0230-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:22', '2023-09-13 14:38:22'),
(153901, 1253, '0230-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:22', '2023-09-13 14:38:22'),
(153902, 1253, '0230-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:22', '2023-09-13 14:38:22'),
(153903, 1253, '0230-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:22', '2023-09-13 14:38:22'),
(153904, 1253, '0230-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:22', '2023-09-13 14:38:22'),
(153905, 1253, '0230-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:22', '2023-09-13 14:38:22'),
(153906, 1253, '0230-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:22', '2023-09-13 14:38:22'),
(153907, 1253, '0230-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:22', '2023-09-13 14:38:22'),
(153908, 1253, '0230-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:22', '2023-09-13 14:38:22'),
(153909, 1253, '0230-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:22', '2023-09-13 14:38:22'),
(153910, 1253, '0231-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:22', '2023-09-13 14:38:22'),
(153911, 1253, '0231-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:22', '2023-09-13 14:38:22'),
(153912, 1253, '0231-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:22', '2023-09-13 14:38:22'),
(153913, 1253, '0231-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:22', '2023-09-13 14:38:22'),
(153914, 1253, '0231-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:22', '2023-09-13 14:38:22'),
(153915, 1253, '0231-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:22', '2023-09-13 14:38:22'),
(153916, 1253, '0231-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:22', '2023-09-13 14:38:22'),
(153917, 1253, '0231-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:22', '2023-09-13 14:38:22'),
(153918, 1253, '0231-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:22', '2023-09-13 14:38:22'),
(153919, 1253, '0231-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:22', '2023-09-13 14:38:22'),
(153920, 1253, '0231-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:22', '2023-09-13 14:38:22'),
(153921, 1253, '0231-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:22', '2023-09-13 14:38:22'),
(153922, 1253, '0232-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:22', '2023-09-13 14:38:22'),
(153923, 1253, '0232-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:22', '2023-09-13 14:38:22'),
(153924, 1253, '0232-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:22', '2023-09-13 14:38:22'),
(153925, 1253, '0232-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:22', '2023-09-13 14:38:22'),
(153926, 1253, '0232-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:22', '2023-09-13 14:38:22'),
(153927, 1253, '0232-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:22', '2023-09-13 14:38:22'),
(153928, 1253, '0232-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:22', '2023-09-13 14:38:22'),
(153929, 1253, '0232-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:22', '2023-09-13 14:38:22'),
(153930, 1253, '0232-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:22', '2023-09-13 14:38:22'),
(153931, 1253, '0232-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:22', '2023-09-13 14:38:22'),
(153932, 1253, '0232-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:22', '2023-09-13 14:38:22'),
(153933, 1253, '0232-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:22', '2023-09-13 14:38:22'),
(153934, 1253, '0233-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:22', '2023-09-13 14:38:22'),
(153935, 1253, '0233-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:22', '2023-09-13 14:38:22'),
(153936, 1253, '0233-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:22', '2023-09-13 14:38:22'),
(153937, 1253, '0233-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:22', '2023-09-13 14:38:22'),
(153938, 1253, '0233-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:22', '2023-09-13 14:38:22'),
(153939, 1253, '0233-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:22', '2023-09-13 14:38:22'),
(153940, 1253, '0233-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:22', '2023-09-13 14:38:22'),
(153941, 1253, '0233-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:22', '2023-09-13 14:38:22'),
(153942, 1253, '0233-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:22', '2023-09-13 14:38:22'),
(153943, 1253, '0233-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:22', '2023-09-13 14:38:22'),
(153944, 1253, '0233-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:22', '2023-09-13 14:38:22'),
(153945, 1253, '0233-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:22', '2023-09-13 14:38:22'),
(153946, 1253, '0234-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:22', '2023-09-13 14:38:22'),
(153947, 1253, '0234-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:22', '2023-09-13 14:38:22'),
(153948, 1253, '0234-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:22', '2023-09-13 14:38:22'),
(153949, 1253, '0234-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:22', '2023-09-13 14:38:22'),
(153950, 1253, '0234-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:22', '2023-09-13 14:38:22'),
(153951, 1253, '0234-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:22', '2023-09-13 14:38:22'),
(153952, 1253, '0234-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:22', '2023-09-13 14:38:22'),
(153953, 1253, '0234-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:22', '2023-09-13 14:38:22'),
(153954, 1253, '0234-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:22', '2023-09-13 14:38:22'),
(153955, 1253, '0234-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:22', '2023-09-13 14:38:22'),
(153956, 1253, '0234-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:22', '2023-09-13 14:38:22'),
(153957, 1253, '0234-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:22', '2023-09-13 14:38:22'),
(153958, 1253, '0235-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:22', '2023-09-13 14:38:22'),
(153959, 1253, '0235-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:22', '2023-09-13 14:38:22'),
(153960, 1253, '0235-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:22', '2023-09-13 14:38:22'),
(153961, 1253, '0235-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:22', '2023-09-13 14:38:22'),
(153962, 1253, '0235-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:22', '2023-09-13 14:38:22'),
(153963, 1253, '0235-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:22', '2023-09-13 14:38:22'),
(153964, 1253, '0235-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:22', '2023-09-13 14:38:22'),
(153965, 1253, '0235-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:22', '2023-09-13 14:38:22'),
(153966, 1253, '0235-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:22', '2023-09-13 14:38:22'),
(153967, 1253, '0235-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:22', '2023-09-13 14:38:22'),
(153968, 1253, '0235-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:22', '2023-09-13 14:38:22'),
(153969, 1253, '0235-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:22', '2023-09-13 14:38:22'),
(153970, 1253, '0236-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:22', '2023-09-13 14:38:22'),
(153971, 1253, '0236-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:22', '2023-09-13 14:38:22'),
(153972, 1253, '0236-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:22', '2023-09-13 14:38:22'),
(153973, 1253, '0236-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:22', '2023-09-13 14:38:22'),
(153974, 1253, '0236-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:22', '2023-09-13 14:38:22'),
(153975, 1253, '0236-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:22', '2023-09-13 14:38:22'),
(153976, 1253, '0236-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:22', '2023-09-13 14:38:22'),
(153977, 1253, '0236-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:22', '2023-09-13 14:38:22'),
(153978, 1253, '0236-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:22', '2023-09-13 14:38:22'),
(153979, 1253, '0236-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:22', '2023-09-13 14:38:22'),
(153980, 1253, '0236-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:22', '2023-09-13 14:38:22'),
(153981, 1253, '0236-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:22', '2023-09-13 14:38:22'),
(153982, 1253, '0237-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:22', '2023-09-13 14:38:22'),
(153983, 1253, '0237-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:22', '2023-09-13 14:38:22'),
(153984, 1253, '0237-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:22', '2023-09-13 14:38:22'),
(153985, 1253, '0237-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:22', '2023-09-13 14:38:22'),
(153986, 1253, '0237-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:22', '2023-09-13 14:38:22'),
(153987, 1253, '0237-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:22', '2023-09-13 14:38:22'),
(153988, 1253, '0237-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:22', '2023-09-13 14:38:22'),
(153989, 1253, '0237-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:22', '2023-09-13 14:38:22'),
(153990, 1253, '0237-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:22', '2023-09-13 14:38:22'),
(153991, 1253, '0237-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:22', '2023-09-13 14:38:22'),
(153992, 1253, '0237-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:22', '2023-09-13 14:38:22'),
(153993, 1253, '0237-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:22', '2023-09-13 14:38:22'),
(153994, 1253, '0238-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:22', '2023-09-13 14:38:22'),
(153995, 1253, '0238-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:22', '2023-09-13 14:38:22'),
(153996, 1253, '0238-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:22', '2023-09-13 14:38:22'),
(153997, 1253, '0238-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:22', '2023-09-13 14:38:22'),
(153998, 1253, '0238-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:22', '2023-09-13 14:38:22'),
(153999, 1253, '0238-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:22', '2023-09-13 14:38:22'),
(154000, 1253, '0238-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:22', '2023-09-13 14:38:22'),
(154001, 1253, '0238-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:22', '2023-09-13 14:38:22'),
(154002, 1253, '0238-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:22', '2023-09-13 14:38:22'),
(154003, 1253, '0238-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:22', '2023-09-13 14:38:22'),
(154004, 1253, '0238-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:22', '2023-09-13 14:38:22'),
(154005, 1253, '0238-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:22', '2023-09-13 14:38:22'),
(154006, 1253, '0239-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:22', '2023-09-13 14:38:22'),
(154007, 1253, '0239-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:22', '2023-09-13 14:38:22'),
(154008, 1253, '0239-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:22', '2023-09-13 14:38:22'),
(154009, 1253, '0239-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:22', '2023-09-13 14:38:22'),
(154010, 1253, '0239-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:22', '2023-09-13 14:38:22'),
(154011, 1253, '0239-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:22', '2023-09-13 14:38:22'),
(154012, 1253, '0239-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:22', '2023-09-13 14:38:22'),
(154013, 1253, '0239-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:22', '2023-09-13 14:38:22'),
(154014, 1253, '0239-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:22', '2023-09-13 14:38:22'),
(154015, 1253, '0239-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:22', '2023-09-13 14:38:22'),
(154016, 1253, '0239-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:22', '2023-09-13 14:38:22'),
(154017, 1253, '0239-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:22', '2023-09-13 14:38:22'),
(154018, 1253, '0240-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:22', '2023-09-13 14:38:22'),
(154019, 1253, '0240-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:22', '2023-09-13 14:38:22'),
(154020, 1253, '0240-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:22', '2023-09-13 14:38:22'),
(154021, 1253, '0240-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:22', '2023-09-13 14:38:22'),
(154022, 1253, '0240-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:22', '2023-09-13 14:38:22'),
(154023, 1253, '0240-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:22', '2023-09-13 14:38:22'),
(154024, 1253, '0240-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:22', '2023-09-13 14:38:22'),
(154025, 1253, '0240-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:22', '2023-09-13 14:38:22'),
(154026, 1253, '0240-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:22', '2023-09-13 14:38:22'),
(154027, 1253, '0240-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:22', '2023-09-13 14:38:22'),
(154028, 1253, '0240-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:22', '2023-09-13 14:38:22'),
(154029, 1253, '0240-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:22', '2023-09-13 14:38:22'),
(154030, 1253, '0241-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:22', '2023-09-13 14:38:22'),
(154031, 1253, '0241-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:22', '2023-09-13 14:38:22'),
(154032, 1253, '0241-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:22', '2023-09-13 14:38:22'),
(154033, 1253, '0241-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:22', '2023-09-13 14:38:22'),
(154034, 1253, '0241-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:22', '2023-09-13 14:38:22'),
(154035, 1253, '0241-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:22', '2023-09-13 14:38:22'),
(154036, 1253, '0241-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:22', '2023-09-13 14:38:22'),
(154037, 1253, '0241-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:22', '2023-09-13 14:38:22'),
(154038, 1253, '0241-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:22', '2023-09-13 14:38:22'),
(154039, 1253, '0241-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:22', '2023-09-13 14:38:22'),
(154040, 1253, '0241-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:22', '2023-09-13 14:38:22'),
(154041, 1253, '0241-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:22', '2023-09-13 14:38:22'),
(154042, 1253, '0242-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:22', '2023-09-13 14:38:22'),
(154043, 1253, '0242-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:22', '2023-09-13 14:38:22'),
(154044, 1253, '0242-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:22', '2023-09-13 14:38:22'),
(154045, 1253, '0242-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:22', '2023-09-13 14:38:22'),
(154046, 1253, '0242-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:22', '2023-09-13 14:38:22'),
(154047, 1253, '0242-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:22', '2023-09-13 14:38:22'),
(154048, 1253, '0242-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:22', '2023-09-13 14:38:22'),
(154049, 1253, '0242-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:22', '2023-09-13 14:38:22'),
(154050, 1253, '0242-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:22', '2023-09-13 14:38:22'),
(154051, 1253, '0242-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:22', '2023-09-13 14:38:22'),
(154052, 1253, '0242-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:22', '2023-09-13 14:38:22'),
(154053, 1253, '0242-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:22', '2023-09-13 14:38:22'),
(154054, 1253, '0243-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:22', '2023-09-13 14:38:22'),
(154055, 1253, '0243-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:22', '2023-09-13 14:38:22'),
(154056, 1253, '0243-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:22', '2023-09-13 14:38:22'),
(154057, 1253, '0243-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:22', '2023-09-13 14:38:22'),
(154058, 1253, '0243-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:22', '2023-09-13 14:38:22'),
(154059, 1253, '0243-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:22', '2023-09-13 14:38:22'),
(154060, 1253, '0243-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:22', '2023-09-13 14:38:22'),
(154061, 1253, '0243-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:22', '2023-09-13 14:38:22'),
(154062, 1253, '0243-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154063, 1253, '0243-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154064, 1253, '0243-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154065, 1253, '0243-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154066, 1253, '0244-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154067, 1253, '0244-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154068, 1253, '0244-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154069, 1253, '0244-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154070, 1253, '0244-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154071, 1253, '0244-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154072, 1253, '0244-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154073, 1253, '0244-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154074, 1253, '0244-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154075, 1253, '0244-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154076, 1253, '0244-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154077, 1253, '0244-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154078, 1253, '0245-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154079, 1253, '0245-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154080, 1253, '0245-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154081, 1253, '0245-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154082, 1253, '0245-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154083, 1253, '0245-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154084, 1253, '0245-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154085, 1253, '0245-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154086, 1253, '0245-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154087, 1253, '0245-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154088, 1253, '0245-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154089, 1253, '0245-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154090, 1253, '0246-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154091, 1253, '0246-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154092, 1253, '0246-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154093, 1253, '0246-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154094, 1253, '0246-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154095, 1253, '0246-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154096, 1253, '0246-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154097, 1253, '0246-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154098, 1253, '0246-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154099, 1253, '0246-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154100, 1253, '0246-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154101, 1253, '0246-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154102, 1253, '0247-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154103, 1253, '0247-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154104, 1253, '0247-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154105, 1253, '0247-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154106, 1253, '0247-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154107, 1253, '0247-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154108, 1253, '0247-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154109, 1253, '0247-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154110, 1253, '0247-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154111, 1253, '0247-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154112, 1253, '0247-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154113, 1253, '0247-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154114, 1253, '0248-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154115, 1253, '0248-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154116, 1253, '0248-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154117, 1253, '0248-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154118, 1253, '0248-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154119, 1253, '0248-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154120, 1253, '0248-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154121, 1253, '0248-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154122, 1253, '0248-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154123, 1253, '0248-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154124, 1253, '0248-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154125, 1253, '0248-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154126, 1253, '0249-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154127, 1253, '0249-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154128, 1253, '0249-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154129, 1253, '0249-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154130, 1253, '0249-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154131, 1253, '0249-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154132, 1253, '0249-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154133, 1253, '0249-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154134, 1253, '0249-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154135, 1253, '0249-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154136, 1253, '0249-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154137, 1253, '0249-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154138, 1253, '0250-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154139, 1253, '0250-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154140, 1253, '0250-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154141, 1253, '0250-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154142, 1253, '0250-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154143, 1253, '0250-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154144, 1253, '0250-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154145, 1253, '0250-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154146, 1253, '0250-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154147, 1253, '0250-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154148, 1253, '0250-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154149, 1253, '0250-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154150, 1253, '0251-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154151, 1253, '0251-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154152, 1253, '0251-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154153, 1253, '0251-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154154, 1253, '0251-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154155, 1253, '0251-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154156, 1253, '0251-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154157, 1253, '0251-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154158, 1253, '0251-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154159, 1253, '0251-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154160, 1253, '0251-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154161, 1253, '0251-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154162, 1253, '0252-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154163, 1253, '0252-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154164, 1253, '0252-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154165, 1253, '0252-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154166, 1253, '0252-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154167, 1253, '0252-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154168, 1253, '0252-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154169, 1253, '0252-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154170, 1253, '0252-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154171, 1253, '0252-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154172, 1253, '0252-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154173, 1253, '0252-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154174, 1253, '0253-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154175, 1253, '0253-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154176, 1253, '0253-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154177, 1253, '0253-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154178, 1253, '0253-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154179, 1253, '0253-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154180, 1253, '0253-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154181, 1253, '0253-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154182, 1253, '0253-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154183, 1253, '0253-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154184, 1253, '0253-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154185, 1253, '0253-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154186, 1253, '0254-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154187, 1253, '0254-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154188, 1253, '0254-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154189, 1253, '0254-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154190, 1253, '0254-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154191, 1253, '0254-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154192, 1253, '0254-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154193, 1253, '0254-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154194, 1253, '0254-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154195, 1253, '0254-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154196, 1253, '0254-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154197, 1253, '0254-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154198, 1253, '0255-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154199, 1253, '0255-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154200, 1253, '0255-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154201, 1253, '0255-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154202, 1253, '0255-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154203, 1253, '0255-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154204, 1253, '0255-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154205, 1253, '0255-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154206, 1253, '0255-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154207, 1253, '0255-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154208, 1253, '0255-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154209, 1253, '0255-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154210, 1253, '0256-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154211, 1253, '0256-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154212, 1253, '0256-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154213, 1253, '0256-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154214, 1253, '0256-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154215, 1253, '0256-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154216, 1253, '0256-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154217, 1253, '0256-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154218, 1253, '0256-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154219, 1253, '0256-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154220, 1253, '0256-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154221, 1253, '0256-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154222, 1253, '0257-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154223, 1253, '0257-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154224, 1253, '0257-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154225, 1253, '0257-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154226, 1253, '0257-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154227, 1253, '0257-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154228, 1253, '0257-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154229, 1253, '0257-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154230, 1253, '0257-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154231, 1253, '0257-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154232, 1253, '0257-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154233, 1253, '0257-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154234, 1253, '0258-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154235, 1253, '0258-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154236, 1253, '0258-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154237, 1253, '0258-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154238, 1253, '0258-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154239, 1253, '0258-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154240, 1253, '0258-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154241, 1253, '0258-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154242, 1253, '0258-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154243, 1253, '0258-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154244, 1253, '0258-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154245, 1253, '0258-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154246, 1253, '0259-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154247, 1253, '0259-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154248, 1253, '0259-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154249, 1253, '0259-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154250, 1253, '0259-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154251, 1253, '0259-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154252, 1253, '0259-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154253, 1253, '0259-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154254, 1253, '0259-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154255, 1253, '0259-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154256, 1253, '0259-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154257, 1253, '0259-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154258, 1253, '0260-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154259, 1253, '0260-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154260, 1253, '0260-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154261, 1253, '0260-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154262, 1253, '0260-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154263, 1253, '0260-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154264, 1253, '0260-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154265, 1253, '0260-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154266, 1253, '0260-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154267, 1253, '0260-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154268, 1253, '0260-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154269, 1253, '0260-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154270, 1253, '0261-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154271, 1253, '0261-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154272, 1253, '0261-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154273, 1253, '0261-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154274, 1253, '0261-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154275, 1253, '0261-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154276, 1253, '0261-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154277, 1253, '0261-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154278, 1253, '0261-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154279, 1253, '0261-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154280, 1253, '0261-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154281, 1253, '0261-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154282, 1253, '0262-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154283, 1253, '0262-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154284, 1253, '0262-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154285, 1253, '0262-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154286, 1253, '0262-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154287, 1253, '0262-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154288, 1253, '0262-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154289, 1253, '0262-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154290, 1253, '0262-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154291, 1253, '0262-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154292, 1253, '0262-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154293, 1253, '0262-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154294, 1253, '0263-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154295, 1253, '0263-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154296, 1253, '0263-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154297, 1253, '0263-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154298, 1253, '0263-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154299, 1253, '0263-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154300, 1253, '0263-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154301, 1253, '0263-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154302, 1253, '0263-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154303, 1253, '0263-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154304, 1253, '0263-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154305, 1253, '0263-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154306, 1253, '0264-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154307, 1253, '0264-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154308, 1253, '0264-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154309, 1253, '0264-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154310, 1253, '0264-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154311, 1253, '0264-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154312, 1253, '0264-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154313, 1253, '0264-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154314, 1253, '0264-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154315, 1253, '0264-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154316, 1253, '0264-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154317, 1253, '0264-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154318, 1253, '0265-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154319, 1253, '0265-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154320, 1253, '0265-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154321, 1253, '0265-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154322, 1253, '0265-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154323, 1253, '0265-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154324, 1253, '0265-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154325, 1253, '0265-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154326, 1253, '0265-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154327, 1253, '0265-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154328, 1253, '0265-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154329, 1253, '0265-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154330, 1253, '0266-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154331, 1253, '0266-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154332, 1253, '0266-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154333, 1253, '0266-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154334, 1253, '0266-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154335, 1253, '0266-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154336, 1253, '0266-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154337, 1253, '0266-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154338, 1253, '0266-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154339, 1253, '0266-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154340, 1253, '0266-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154341, 1253, '0266-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154342, 1253, '0267-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154343, 1253, '0267-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154344, 1253, '0267-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154345, 1253, '0267-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154346, 1253, '0267-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154347, 1253, '0267-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154348, 1253, '0267-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154349, 1253, '0267-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154350, 1253, '0267-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154351, 1253, '0267-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(154352, 1253, '0267-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154353, 1253, '0267-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154354, 1253, '0268-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154355, 1253, '0268-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154356, 1253, '0268-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154357, 1253, '0268-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154358, 1253, '0268-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154359, 1253, '0268-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154360, 1253, '0268-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154361, 1253, '0268-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154362, 1253, '0268-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154363, 1253, '0268-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154364, 1253, '0268-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154365, 1253, '0268-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154366, 1253, '0269-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154367, 1253, '0269-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154368, 1253, '0269-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154369, 1253, '0269-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154370, 1253, '0269-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154371, 1253, '0269-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154372, 1253, '0269-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154373, 1253, '0269-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154374, 1253, '0269-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154375, 1253, '0269-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154376, 1253, '0269-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154377, 1253, '0269-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154378, 1253, '0270-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154379, 1253, '0270-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154380, 1253, '0270-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154381, 1253, '0270-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154382, 1253, '0270-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154383, 1253, '0270-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154384, 1253, '0270-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154385, 1253, '0270-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154386, 1253, '0270-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154387, 1253, '0270-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154388, 1253, '0270-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154389, 1253, '0270-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154390, 1253, '0271-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154391, 1253, '0271-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154392, 1253, '0271-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154393, 1253, '0271-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154394, 1253, '0271-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154395, 1253, '0271-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154396, 1253, '0271-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154397, 1253, '0271-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154398, 1253, '0271-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154399, 1253, '0271-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154400, 1253, '0271-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154401, 1253, '0271-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154402, 1253, '0272-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154403, 1253, '0272-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154404, 1253, '0272-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154405, 1253, '0272-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154406, 1253, '0272-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154407, 1253, '0272-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154408, 1253, '0272-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154409, 1253, '0272-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154410, 1253, '0272-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154411, 1253, '0272-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154412, 1253, '0272-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154413, 1253, '0272-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154414, 1253, '0273-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154415, 1253, '0273-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154416, 1253, '0273-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154417, 1253, '0273-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154418, 1253, '0273-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154419, 1253, '0273-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154420, 1253, '0273-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154421, 1253, '0273-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154422, 1253, '0273-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154423, 1253, '0273-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154424, 1253, '0273-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154425, 1253, '0273-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154426, 1253, '0274-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154427, 1253, '0274-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154428, 1253, '0274-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154429, 1253, '0274-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154430, 1253, '0274-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154431, 1253, '0274-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154432, 1253, '0274-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154433, 1253, '0274-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154434, 1253, '0274-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154435, 1253, '0274-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154436, 1253, '0274-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154437, 1253, '0274-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154438, 1253, '0275-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154439, 1253, '0275-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154440, 1253, '0275-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154441, 1253, '0275-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154442, 1253, '0275-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154443, 1253, '0275-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154444, 1253, '0275-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154445, 1253, '0275-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154446, 1253, '0275-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154447, 1253, '0275-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154448, 1253, '0275-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154449, 1253, '0275-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154450, 1253, '0276-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154451, 1253, '0276-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154452, 1253, '0276-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154453, 1253, '0276-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154454, 1253, '0276-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154455, 1253, '0276-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154456, 1253, '0276-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154457, 1253, '0276-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154458, 1253, '0276-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154459, 1253, '0276-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154460, 1253, '0276-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154461, 1253, '0276-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154462, 1253, '0277-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154463, 1253, '0277-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154464, 1253, '0277-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154465, 1253, '0277-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154466, 1253, '0277-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154467, 1253, '0277-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154468, 1253, '0277-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154469, 1253, '0277-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154470, 1253, '0277-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154471, 1253, '0277-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154472, 1253, '0277-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154473, 1253, '0277-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154474, 1253, '0278-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154475, 1253, '0278-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154476, 1253, '0278-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154477, 1253, '0278-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154478, 1253, '0278-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154479, 1253, '0278-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154480, 1253, '0278-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154481, 1253, '0278-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154482, 1253, '0278-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154483, 1253, '0278-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154484, 1253, '0278-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154485, 1253, '0278-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:23', '2023-09-13 14:38:23'),
(154486, 1253, '0279-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154487, 1253, '0279-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154488, 1253, '0279-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154489, 1253, '0279-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154490, 1253, '0279-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154491, 1253, '0279-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154492, 1253, '0279-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154493, 1253, '0279-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154494, 1253, '0279-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154495, 1253, '0279-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154496, 1253, '0279-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154497, 1253, '0279-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154498, 1253, '0280-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154499, 1253, '0280-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154500, 1253, '0280-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154501, 1253, '0280-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154502, 1253, '0280-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154503, 1253, '0280-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154504, 1253, '0280-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154505, 1253, '0280-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154506, 1253, '0280-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154507, 1253, '0280-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154508, 1253, '0280-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154509, 1253, '0280-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154510, 1253, '0281-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154511, 1253, '0281-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154512, 1253, '0281-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154513, 1253, '0281-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154514, 1253, '0281-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154515, 1253, '0281-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154516, 1253, '0281-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154517, 1253, '0281-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154518, 1253, '0281-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154519, 1253, '0281-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154520, 1253, '0281-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154521, 1253, '0281-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154522, 1253, '0282-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154523, 1253, '0282-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154524, 1253, '0282-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154525, 1253, '0282-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154526, 1253, '0282-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154527, 1253, '0282-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154528, 1253, '0282-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154529, 1253, '0282-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154530, 1253, '0282-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154531, 1253, '0282-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154532, 1253, '0282-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154533, 1253, '0282-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154534, 1253, '0283-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154535, 1253, '0283-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154536, 1253, '0283-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154537, 1253, '0283-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154538, 1253, '0283-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154539, 1253, '0283-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154540, 1253, '0283-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154541, 1253, '0283-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154542, 1253, '0283-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154543, 1253, '0283-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154544, 1253, '0283-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154545, 1253, '0283-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154546, 1253, '0284-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154547, 1253, '0284-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154548, 1253, '0284-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154549, 1253, '0284-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154550, 1253, '0284-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154551, 1253, '0284-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154552, 1253, '0284-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154553, 1253, '0284-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154554, 1253, '0284-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154555, 1253, '0284-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154556, 1253, '0284-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154557, 1253, '0284-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154558, 1253, '0285-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154559, 1253, '0285-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154560, 1253, '0285-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154561, 1253, '0285-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154562, 1253, '0285-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154563, 1253, '0285-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154564, 1253, '0285-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154565, 1253, '0285-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154566, 1253, '0285-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154567, 1253, '0285-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154568, 1253, '0285-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154569, 1253, '0285-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154570, 1253, '0286-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154571, 1253, '0286-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154572, 1253, '0286-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154573, 1253, '0286-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154574, 1253, '0286-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154575, 1253, '0286-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154576, 1253, '0286-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154577, 1253, '0286-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154578, 1253, '0286-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154579, 1253, '0286-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154580, 1253, '0286-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154581, 1253, '0286-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154582, 1253, '0287-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154583, 1253, '0287-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154584, 1253, '0287-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154585, 1253, '0287-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154586, 1253, '0287-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154587, 1253, '0287-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154588, 1253, '0287-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154589, 1253, '0287-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154590, 1253, '0287-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154591, 1253, '0287-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154592, 1253, '0287-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154593, 1253, '0287-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154594, 1253, '0288-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154595, 1253, '0288-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154596, 1253, '0288-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154597, 1253, '0288-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154598, 1253, '0288-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154599, 1253, '0288-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154600, 1253, '0288-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154601, 1253, '0288-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154602, 1253, '0288-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154603, 1253, '0288-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154604, 1253, '0288-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154605, 1253, '0288-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154606, 1253, '0289-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154607, 1253, '0289-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154608, 1253, '0289-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154609, 1253, '0289-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154610, 1253, '0289-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154611, 1253, '0289-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154612, 1253, '0289-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154613, 1253, '0289-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154614, 1253, '0289-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154615, 1253, '0289-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154616, 1253, '0289-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154617, 1253, '0289-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154618, 1253, '0290-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154619, 1253, '0290-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154620, 1253, '0290-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154621, 1253, '0290-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154622, 1253, '0290-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154623, 1253, '0290-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154624, 1253, '0290-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154625, 1253, '0290-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154626, 1253, '0290-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154627, 1253, '0290-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154628, 1253, '0290-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154629, 1253, '0290-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154630, 1253, '0291-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154631, 1253, '0291-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154632, 1253, '0291-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154633, 1253, '0291-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154634, 1253, '0291-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154635, 1253, '0291-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154636, 1253, '0291-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154637, 1253, '0291-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154638, 1253, '0291-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154639, 1253, '0291-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154640, 1253, '0291-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154641, 1253, '0291-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154642, 1253, '0292-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154643, 1253, '0292-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154644, 1253, '0292-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154645, 1253, '0292-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154646, 1253, '0292-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154647, 1253, '0292-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154648, 1253, '0292-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154649, 1253, '0292-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154650, 1253, '0292-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154651, 1253, '0292-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154652, 1253, '0292-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154653, 1253, '0292-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154654, 1253, '0293-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154655, 1253, '0293-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154656, 1253, '0293-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154657, 1253, '0293-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154658, 1253, '0293-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154659, 1253, '0293-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154660, 1253, '0293-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154661, 1253, '0293-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154662, 1253, '0293-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154663, 1253, '0293-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154664, 1253, '0293-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154665, 1253, '0293-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154666, 1253, '0294-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154667, 1253, '0294-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154668, 1253, '0294-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154669, 1253, '0294-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154670, 1253, '0294-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154671, 1253, '0294-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154672, 1253, '0294-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154673, 1253, '0294-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154674, 1253, '0294-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154675, 1253, '0294-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154676, 1253, '0294-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154677, 1253, '0294-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154678, 1253, '0295-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154679, 1253, '0295-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154680, 1253, '0295-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154681, 1253, '0295-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154682, 1253, '0295-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154683, 1253, '0295-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154684, 1253, '0295-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154685, 1253, '0295-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154686, 1253, '0295-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154687, 1253, '0295-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154688, 1253, '0295-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154689, 1253, '0295-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154690, 1253, '0296-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154691, 1253, '0296-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154692, 1253, '0296-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154693, 1253, '0296-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154694, 1253, '0296-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154695, 1253, '0296-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154696, 1253, '0296-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154697, 1253, '0296-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154698, 1253, '0296-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154699, 1253, '0296-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154700, 1253, '0296-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154701, 1253, '0296-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154702, 1253, '0297-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154703, 1253, '0297-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154704, 1253, '0297-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154705, 1253, '0297-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154706, 1253, '0297-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154707, 1253, '0297-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154708, 1253, '0297-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154709, 1253, '0297-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154710, 1253, '0297-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154711, 1253, '0297-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154712, 1253, '0297-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154713, 1253, '0297-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154714, 1253, '0298-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154715, 1253, '0298-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154716, 1253, '0298-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154717, 1253, '0298-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154718, 1253, '0298-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154719, 1253, '0298-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154720, 1253, '0298-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154721, 1253, '0298-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154722, 1253, '0298-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154723, 1253, '0298-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154724, 1253, '0298-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154725, 1253, '0298-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154726, 1253, '0299-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154727, 1253, '0299-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154728, 1253, '0299-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154729, 1253, '0299-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154730, 1253, '0299-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154731, 1253, '0299-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154732, 1253, '0299-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154733, 1253, '0299-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154734, 1253, '0299-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154735, 1253, '0299-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154736, 1253, '0299-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154737, 1253, '0299-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154738, 1253, '0300-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154739, 1253, '0300-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154740, 1253, '0300-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154741, 1253, '0300-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154742, 1253, '0300-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154743, 1253, '0300-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154744, 1253, '0300-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154745, 1253, '0300-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154746, 1253, '0300-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154747, 1253, '0300-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154748, 1253, '0300-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154749, 1253, '0300-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154750, 1253, '0301-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154751, 1253, '0301-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154752, 1253, '0301-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154753, 1253, '0301-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154754, 1253, '0301-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154755, 1253, '0301-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154756, 1253, '0301-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154757, 1253, '0301-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154758, 1253, '0301-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154759, 1253, '0301-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154760, 1253, '0301-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154761, 1253, '0301-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154762, 1253, '0302-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154763, 1253, '0302-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154764, 1253, '0302-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154765, 1253, '0302-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154766, 1253, '0302-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154767, 1253, '0302-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154768, 1253, '0302-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154769, 1253, '0302-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154770, 1253, '0302-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154771, 1253, '0302-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154772, 1253, '0302-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154773, 1253, '0302-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154774, 1253, '0303-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154775, 1253, '0303-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154776, 1253, '0303-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154777, 1253, '0303-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154778, 1253, '0303-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154779, 1253, '0303-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154780, 1253, '0303-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154781, 1253, '0303-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154782, 1253, '0303-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154783, 1253, '0303-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154784, 1253, '0303-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154785, 1253, '0303-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154786, 1253, '0304-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154787, 1253, '0304-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154788, 1253, '0304-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154789, 1253, '0304-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154790, 1253, '0304-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154791, 1253, '0304-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154792, 1253, '0304-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154793, 1253, '0304-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154794, 1253, '0304-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154795, 1253, '0304-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154796, 1253, '0304-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154797, 1253, '0304-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154798, 1253, '0305-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154799, 1253, '0305-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154800, 1253, '0305-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154801, 1253, '0305-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154802, 1253, '0305-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154803, 1253, '0305-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154804, 1253, '0305-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154805, 1253, '0305-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154806, 1253, '0305-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154807, 1253, '0305-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(154808, 1253, '0305-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154809, 1253, '0305-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154810, 1253, '0306-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154811, 1253, '0306-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154812, 1253, '0306-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154813, 1253, '0306-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154814, 1253, '0306-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154815, 1253, '0306-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154816, 1253, '0306-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154817, 1253, '0306-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154818, 1253, '0306-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154819, 1253, '0306-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154820, 1253, '0306-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154821, 1253, '0306-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154822, 1253, '0307-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154823, 1253, '0307-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154824, 1253, '0307-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154825, 1253, '0307-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154826, 1253, '0307-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154827, 1253, '0307-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154828, 1253, '0307-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154829, 1253, '0307-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154830, 1253, '0307-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154831, 1253, '0307-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154832, 1253, '0307-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154833, 1253, '0307-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154834, 1253, '0308-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154835, 1253, '0308-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154836, 1253, '0308-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154837, 1253, '0308-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154838, 1253, '0308-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154839, 1253, '0308-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154840, 1253, '0308-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154841, 1253, '0308-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154842, 1253, '0308-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154843, 1253, '0308-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154844, 1253, '0308-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154845, 1253, '0308-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154846, 1253, '0309-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154847, 1253, '0309-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154848, 1253, '0309-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154849, 1253, '0309-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154850, 1253, '0309-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154851, 1253, '0309-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154852, 1253, '0309-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154853, 1253, '0309-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154854, 1253, '0309-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154855, 1253, '0309-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154856, 1253, '0309-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154857, 1253, '0309-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154858, 1253, '0310-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154859, 1253, '0310-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154860, 1253, '0310-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154861, 1253, '0310-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154862, 1253, '0310-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154863, 1253, '0310-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154864, 1253, '0310-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154865, 1253, '0310-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154866, 1253, '0310-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154867, 1253, '0310-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154868, 1253, '0310-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154869, 1253, '0310-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154870, 1253, '0311-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154871, 1253, '0311-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154872, 1253, '0311-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154873, 1253, '0311-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154874, 1253, '0311-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154875, 1253, '0311-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154876, 1253, '0311-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154877, 1253, '0311-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154878, 1253, '0311-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154879, 1253, '0311-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154880, 1253, '0311-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154881, 1253, '0311-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154882, 1253, '0312-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154883, 1253, '0312-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154884, 1253, '0312-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154885, 1253, '0312-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154886, 1253, '0312-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154887, 1253, '0312-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154888, 1253, '0312-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154889, 1253, '0312-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154890, 1253, '0312-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154891, 1253, '0312-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154892, 1253, '0312-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154893, 1253, '0312-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154894, 1253, '0313-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154895, 1253, '0313-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:24', '2023-09-13 14:38:24'),
(154896, 1253, '0313-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(154897, 1253, '0313-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(154898, 1253, '0313-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(154899, 1253, '0313-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(154900, 1253, '0313-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(154901, 1253, '0313-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(154902, 1253, '0313-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(154903, 1253, '0313-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(154904, 1253, '0313-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(154905, 1253, '0313-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(154906, 1253, '0314-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(154907, 1253, '0314-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(154908, 1253, '0314-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(154909, 1253, '0314-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(154910, 1253, '0314-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(154911, 1253, '0314-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(154912, 1253, '0314-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(154913, 1253, '0314-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(154914, 1253, '0314-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(154915, 1253, '0314-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(154916, 1253, '0314-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(154917, 1253, '0314-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(154918, 1253, '0315-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(154919, 1253, '0315-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(154920, 1253, '0315-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(154921, 1253, '0315-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(154922, 1253, '0315-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(154923, 1253, '0315-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(154924, 1253, '0315-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(154925, 1253, '0315-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(154926, 1253, '0315-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(154927, 1253, '0315-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(154928, 1253, '0315-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(154929, 1253, '0315-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(154930, 1253, '0316-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(154931, 1253, '0316-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(154932, 1253, '0316-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(154933, 1253, '0316-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(154934, 1253, '0316-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(154935, 1253, '0316-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(154936, 1253, '0316-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(154937, 1253, '0316-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(154938, 1253, '0316-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(154939, 1253, '0316-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(154940, 1253, '0316-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(154941, 1253, '0316-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(154942, 1253, '0317-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(154943, 1253, '0317-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(154944, 1253, '0317-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(154945, 1253, '0317-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(154946, 1253, '0317-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(154947, 1253, '0317-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(154948, 1253, '0317-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(154949, 1253, '0317-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(154950, 1253, '0317-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(154951, 1253, '0317-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(154952, 1253, '0317-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(154953, 1253, '0317-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(154954, 1253, '0318-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(154955, 1253, '0318-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(154956, 1253, '0318-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(154957, 1253, '0318-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(154958, 1253, '0318-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(154959, 1253, '0318-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(154960, 1253, '0318-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(154961, 1253, '0318-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(154962, 1253, '0318-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(154963, 1253, '0318-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(154964, 1253, '0318-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(154965, 1253, '0318-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(154966, 1253, '0319-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(154967, 1253, '0319-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(154968, 1253, '0319-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(154969, 1253, '0319-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(154970, 1253, '0319-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(154971, 1253, '0319-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(154972, 1253, '0319-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(154973, 1253, '0319-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(154974, 1253, '0319-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(154975, 1253, '0319-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(154976, 1253, '0319-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(154977, 1253, '0319-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(154978, 1253, '0320-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(154979, 1253, '0320-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(154980, 1253, '0320-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(154981, 1253, '0320-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(154982, 1253, '0320-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(154983, 1253, '0320-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(154984, 1253, '0320-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(154985, 1253, '0320-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(154986, 1253, '0320-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(154987, 1253, '0320-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(154988, 1253, '0320-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(154989, 1253, '0320-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(154990, 1253, '0321-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(154991, 1253, '0321-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(154992, 1253, '0321-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(154993, 1253, '0321-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(154994, 1253, '0321-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(154995, 1253, '0321-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(154996, 1253, '0321-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(154997, 1253, '0321-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(154998, 1253, '0321-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(154999, 1253, '0321-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155000, 1253, '0321-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155001, 1253, '0321-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155002, 1253, '0322-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155003, 1253, '0322-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155004, 1253, '0322-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155005, 1253, '0322-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155006, 1253, '0322-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155007, 1253, '0322-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155008, 1253, '0322-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155009, 1253, '0322-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155010, 1253, '0322-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155011, 1253, '0322-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155012, 1253, '0322-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155013, 1253, '0322-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155014, 1253, '0323-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155015, 1253, '0323-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155016, 1253, '0323-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155017, 1253, '0323-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155018, 1253, '0323-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155019, 1253, '0323-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155020, 1253, '0323-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155021, 1253, '0323-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155022, 1253, '0323-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155023, 1253, '0323-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155024, 1253, '0323-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155025, 1253, '0323-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155026, 1253, '0324-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155027, 1253, '0324-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155028, 1253, '0324-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155029, 1253, '0324-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155030, 1253, '0324-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155031, 1253, '0324-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155032, 1253, '0324-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155033, 1253, '0324-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155034, 1253, '0324-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155035, 1253, '0324-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155036, 1253, '0324-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155037, 1253, '0324-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155038, 1253, '0325-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155039, 1253, '0325-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155040, 1253, '0325-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155041, 1253, '0325-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155042, 1253, '0325-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155043, 1253, '0325-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155044, 1253, '0325-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155045, 1253, '0325-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155046, 1253, '0325-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155047, 1253, '0325-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155048, 1253, '0325-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155049, 1253, '0325-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155050, 1253, '0326-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155051, 1253, '0326-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155052, 1253, '0326-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155053, 1253, '0326-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155054, 1253, '0326-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155055, 1253, '0326-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155056, 1253, '0326-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155057, 1253, '0326-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155058, 1253, '0326-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155059, 1253, '0326-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155060, 1253, '0326-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155061, 1253, '0326-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155062, 1253, '0327-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155063, 1253, '0327-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155064, 1253, '0327-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155065, 1253, '0327-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155066, 1253, '0327-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155067, 1253, '0327-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155068, 1253, '0327-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155069, 1253, '0327-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155070, 1253, '0327-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155071, 1253, '0327-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155072, 1253, '0327-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155073, 1253, '0327-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155074, 1253, '0328-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155075, 1253, '0328-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155076, 1253, '0328-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155077, 1253, '0328-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155078, 1253, '0328-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155079, 1253, '0328-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155080, 1253, '0328-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155081, 1253, '0328-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155082, 1253, '0328-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155083, 1253, '0328-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155084, 1253, '0328-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155085, 1253, '0328-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155086, 1253, '0329-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155087, 1253, '0329-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155088, 1253, '0329-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155089, 1253, '0329-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155090, 1253, '0329-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155091, 1253, '0329-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155092, 1253, '0329-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155093, 1253, '0329-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155094, 1253, '0329-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155095, 1253, '0329-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155096, 1253, '0329-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155097, 1253, '0329-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155098, 1253, '0330-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155099, 1253, '0330-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155100, 1253, '0330-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155101, 1253, '0330-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155102, 1253, '0330-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155103, 1253, '0330-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155104, 1253, '0330-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155105, 1253, '0330-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155106, 1253, '0330-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155107, 1253, '0330-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155108, 1253, '0330-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155109, 1253, '0330-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155110, 1253, '0331-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155111, 1253, '0331-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155112, 1253, '0331-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155113, 1253, '0331-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155114, 1253, '0331-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155115, 1253, '0331-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155116, 1253, '0331-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155117, 1253, '0331-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155118, 1253, '0331-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155119, 1253, '0331-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155120, 1253, '0331-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155121, 1253, '0331-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155122, 1253, '0332-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155123, 1253, '0332-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155124, 1253, '0332-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155125, 1253, '0332-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155126, 1253, '0332-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155127, 1253, '0332-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155128, 1253, '0332-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155129, 1253, '0332-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155130, 1253, '0332-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155131, 1253, '0332-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155132, 1253, '0332-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155133, 1253, '0332-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155134, 1253, '0333-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155135, 1253, '0333-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155136, 1253, '0333-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155137, 1253, '0333-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155138, 1253, '0333-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155139, 1253, '0333-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155140, 1253, '0333-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155141, 1253, '0333-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155142, 1253, '0333-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155143, 1253, '0333-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155144, 1253, '0333-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155145, 1253, '0333-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155146, 1253, '0334-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155147, 1253, '0334-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155148, 1253, '0334-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155149, 1253, '0334-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155150, 1253, '0334-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155151, 1253, '0334-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155152, 1253, '0334-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155153, 1253, '0334-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155154, 1253, '0334-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155155, 1253, '0334-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155156, 1253, '0334-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155157, 1253, '0334-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155158, 1253, '0335-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155159, 1253, '0335-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155160, 1253, '0335-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155161, 1253, '0335-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155162, 1253, '0335-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155163, 1253, '0335-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155164, 1253, '0335-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155165, 1253, '0335-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155166, 1253, '0335-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155167, 1253, '0335-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155168, 1253, '0335-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155169, 1253, '0335-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155170, 1253, '0336-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155171, 1253, '0336-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155172, 1253, '0336-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155173, 1253, '0336-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155174, 1253, '0336-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155175, 1253, '0336-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155176, 1253, '0336-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155177, 1253, '0336-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155178, 1253, '0336-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155179, 1253, '0336-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155180, 1253, '0336-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155181, 1253, '0336-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155182, 1253, '0337-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155183, 1253, '0337-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155184, 1253, '0337-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155185, 1253, '0337-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155186, 1253, '0337-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155187, 1253, '0337-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155188, 1253, '0337-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155189, 1253, '0337-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155190, 1253, '0337-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155191, 1253, '0337-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155192, 1253, '0337-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155193, 1253, '0337-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155194, 1253, '0338-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155195, 1253, '0338-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155196, 1253, '0338-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155197, 1253, '0338-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155198, 1253, '0338-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155199, 1253, '0338-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155200, 1253, '0338-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155201, 1253, '0338-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155202, 1253, '0338-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155203, 1253, '0338-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155204, 1253, '0338-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155205, 1253, '0338-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155206, 1253, '0339-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155207, 1253, '0339-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155208, 1253, '0339-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155209, 1253, '0339-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155210, 1253, '0339-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155211, 1253, '0339-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155212, 1253, '0339-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155213, 1253, '0339-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155214, 1253, '0339-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155215, 1253, '0339-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155216, 1253, '0339-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155217, 1253, '0339-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155218, 1253, '0340-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155219, 1253, '0340-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155220, 1253, '0340-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155221, 1253, '0340-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155222, 1253, '0340-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155223, 1253, '0340-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155224, 1253, '0340-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155225, 1253, '0340-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155226, 1253, '0340-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155227, 1253, '0340-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155228, 1253, '0340-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155229, 1253, '0340-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155230, 1253, '0341-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155231, 1253, '0341-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155232, 1253, '0341-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155233, 1253, '0341-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155234, 1253, '0341-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155235, 1253, '0341-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155236, 1253, '0341-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155237, 1253, '0341-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155238, 1253, '0341-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155239, 1253, '0341-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155240, 1253, '0341-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155241, 1253, '0341-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155242, 1253, '0342-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155243, 1253, '0342-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155244, 1253, '0342-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155245, 1253, '0342-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155246, 1253, '0342-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155247, 1253, '0342-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155248, 1253, '0342-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155249, 1253, '0342-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155250, 1253, '0342-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155251, 1253, '0342-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155252, 1253, '0342-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155253, 1253, '0342-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155254, 1253, '0343-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155255, 1253, '0343-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155256, 1253, '0343-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155257, 1253, '0343-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155258, 1253, '0343-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155259, 1253, '0343-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155260, 1253, '0343-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155261, 1253, '0343-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155262, 1253, '0343-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155263, 1253, '0343-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(155264, 1253, '0343-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155265, 1253, '0343-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155266, 1253, '0344-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155267, 1253, '0344-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155268, 1253, '0344-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155269, 1253, '0344-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155270, 1253, '0344-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155271, 1253, '0344-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155272, 1253, '0344-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155273, 1253, '0344-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155274, 1253, '0344-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155275, 1253, '0344-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155276, 1253, '0344-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155277, 1253, '0344-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155278, 1253, '0345-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155279, 1253, '0345-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155280, 1253, '0345-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155281, 1253, '0345-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155282, 1253, '0345-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155283, 1253, '0345-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155284, 1253, '0345-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155285, 1253, '0345-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155286, 1253, '0345-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155287, 1253, '0345-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155288, 1253, '0345-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155289, 1253, '0345-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155290, 1253, '0346-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155291, 1253, '0346-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155292, 1253, '0346-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155293, 1253, '0346-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155294, 1253, '0346-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155295, 1253, '0346-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155296, 1253, '0346-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155297, 1253, '0346-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155298, 1253, '0346-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155299, 1253, '0346-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155300, 1253, '0346-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155301, 1253, '0346-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155302, 1253, '0347-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155303, 1253, '0347-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155304, 1253, '0347-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:25', '2023-09-13 14:38:25'),
(155305, 1253, '0347-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155306, 1253, '0347-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155307, 1253, '0347-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155308, 1253, '0347-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155309, 1253, '0347-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155310, 1253, '0347-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155311, 1253, '0347-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155312, 1253, '0347-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155313, 1253, '0347-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155314, 1253, '0348-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155315, 1253, '0348-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155316, 1253, '0348-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155317, 1253, '0348-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155318, 1253, '0348-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155319, 1253, '0348-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155320, 1253, '0348-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155321, 1253, '0348-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155322, 1253, '0348-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155323, 1253, '0348-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155324, 1253, '0348-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155325, 1253, '0348-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155326, 1253, '0349-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155327, 1253, '0349-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155328, 1253, '0349-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155329, 1253, '0349-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155330, 1253, '0349-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155331, 1253, '0349-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155332, 1253, '0349-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155333, 1253, '0349-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155334, 1253, '0349-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155335, 1253, '0349-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155336, 1253, '0349-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155337, 1253, '0349-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155338, 1253, '0350-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155339, 1253, '0350-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155340, 1253, '0350-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155341, 1253, '0350-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155342, 1253, '0350-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155343, 1253, '0350-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155344, 1253, '0350-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155345, 1253, '0350-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155346, 1253, '0350-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155347, 1253, '0350-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155348, 1253, '0350-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155349, 1253, '0350-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155350, 1253, '0351-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155351, 1253, '0351-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155352, 1253, '0351-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155353, 1253, '0351-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155354, 1253, '0351-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155355, 1253, '0351-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155356, 1253, '0351-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155357, 1253, '0351-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155358, 1253, '0351-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155359, 1253, '0351-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155360, 1253, '0351-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155361, 1253, '0351-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155362, 1253, '0352-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155363, 1253, '0352-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155364, 1253, '0352-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155365, 1253, '0352-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155366, 1253, '0352-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155367, 1253, '0352-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155368, 1253, '0352-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155369, 1253, '0352-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155370, 1253, '0352-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155371, 1253, '0352-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155372, 1253, '0352-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155373, 1253, '0352-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155374, 1253, '0353-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155375, 1253, '0353-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155376, 1253, '0353-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155377, 1253, '0353-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155378, 1253, '0353-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155379, 1253, '0353-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155380, 1253, '0353-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155381, 1253, '0353-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155382, 1253, '0353-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155383, 1253, '0353-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155384, 1253, '0353-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155385, 1253, '0353-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155386, 1253, '0354-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155387, 1253, '0354-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155388, 1253, '0354-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155389, 1253, '0354-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155390, 1253, '0354-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155391, 1253, '0354-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155392, 1253, '0354-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155393, 1253, '0354-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155394, 1253, '0354-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155395, 1253, '0354-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155396, 1253, '0354-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155397, 1253, '0354-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155398, 1253, '0355-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155399, 1253, '0355-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155400, 1253, '0355-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155401, 1253, '0355-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155402, 1253, '0355-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155403, 1253, '0355-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155404, 1253, '0355-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155405, 1253, '0355-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155406, 1253, '0355-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155407, 1253, '0355-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155408, 1253, '0355-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155409, 1253, '0355-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155410, 1253, '0356-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155411, 1253, '0356-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155412, 1253, '0356-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155413, 1253, '0356-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155414, 1253, '0356-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155415, 1253, '0356-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155416, 1253, '0356-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155417, 1253, '0356-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155418, 1253, '0356-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155419, 1253, '0356-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155420, 1253, '0356-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155421, 1253, '0356-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155422, 1253, '0357-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155423, 1253, '0357-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155424, 1253, '0357-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155425, 1253, '0357-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155426, 1253, '0357-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155427, 1253, '0357-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155428, 1253, '0357-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155429, 1253, '0357-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155430, 1253, '0357-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155431, 1253, '0357-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155432, 1253, '0357-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155433, 1253, '0357-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155434, 1253, '0358-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155435, 1253, '0358-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155436, 1253, '0358-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155437, 1253, '0358-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155438, 1253, '0358-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155439, 1253, '0358-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155440, 1253, '0358-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155441, 1253, '0358-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155442, 1253, '0358-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155443, 1253, '0358-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155444, 1253, '0358-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155445, 1253, '0358-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155446, 1253, '0359-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155447, 1253, '0359-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155448, 1253, '0359-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155449, 1253, '0359-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155450, 1253, '0359-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155451, 1253, '0359-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155452, 1253, '0359-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155453, 1253, '0359-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155454, 1253, '0359-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155455, 1253, '0359-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155456, 1253, '0359-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155457, 1253, '0359-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155458, 1253, '0360-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155459, 1253, '0360-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155460, 1253, '0360-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155461, 1253, '0360-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155462, 1253, '0360-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155463, 1253, '0360-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155464, 1253, '0360-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155465, 1253, '0360-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155466, 1253, '0360-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155467, 1253, '0360-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155468, 1253, '0360-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155469, 1253, '0360-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155470, 1253, '0361-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155471, 1253, '0361-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155472, 1253, '0361-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155473, 1253, '0361-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155474, 1253, '0361-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155475, 1253, '0361-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155476, 1253, '0361-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155477, 1253, '0361-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155478, 1253, '0361-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155479, 1253, '0361-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155480, 1253, '0361-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155481, 1253, '0361-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155482, 1253, '0362-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155483, 1253, '0362-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155484, 1253, '0362-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155485, 1253, '0362-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155486, 1253, '0362-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155487, 1253, '0362-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155488, 1253, '0362-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155489, 1253, '0362-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155490, 1253, '0362-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155491, 1253, '0362-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155492, 1253, '0362-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155493, 1253, '0362-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155494, 1253, '0363-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155495, 1253, '0363-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155496, 1253, '0363-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155497, 1253, '0363-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155498, 1253, '0363-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155499, 1253, '0363-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155500, 1253, '0363-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155501, 1253, '0363-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155502, 1253, '0363-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155503, 1253, '0363-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155504, 1253, '0363-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155505, 1253, '0363-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155506, 1253, '0364-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155507, 1253, '0364-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155508, 1253, '0364-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155509, 1253, '0364-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155510, 1253, '0364-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155511, 1253, '0364-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155512, 1253, '0364-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155513, 1253, '0364-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155514, 1253, '0364-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155515, 1253, '0364-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155516, 1253, '0364-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155517, 1253, '0364-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155518, 1253, '0365-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155519, 1253, '0365-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155520, 1253, '0365-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155521, 1253, '0365-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155522, 1253, '0365-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155523, 1253, '0365-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155524, 1253, '0365-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155525, 1253, '0365-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155526, 1253, '0365-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155527, 1253, '0365-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155528, 1253, '0365-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155529, 1253, '0365-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155530, 1253, '0366-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155531, 1253, '0366-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155532, 1253, '0366-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155533, 1253, '0366-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155534, 1253, '0366-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155535, 1253, '0366-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155536, 1253, '0366-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155537, 1253, '0366-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155538, 1253, '0366-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155539, 1253, '0366-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155540, 1253, '0366-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155541, 1253, '0366-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155542, 1253, '0367-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155543, 1253, '0367-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155544, 1253, '0367-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155545, 1253, '0367-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155546, 1253, '0367-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155547, 1253, '0367-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155548, 1253, '0367-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155549, 1253, '0367-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155550, 1253, '0367-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155551, 1253, '0367-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155552, 1253, '0367-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155553, 1253, '0367-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155554, 1253, '0368-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155555, 1253, '0368-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155556, 1253, '0368-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155557, 1253, '0368-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155558, 1253, '0368-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155559, 1253, '0368-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155560, 1253, '0368-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155561, 1253, '0368-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155562, 1253, '0368-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155563, 1253, '0368-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155564, 1253, '0368-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155565, 1253, '0368-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155566, 1253, '0369-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155567, 1253, '0369-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155568, 1253, '0369-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155569, 1253, '0369-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155570, 1253, '0369-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155571, 1253, '0369-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155572, 1253, '0369-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155573, 1253, '0369-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155574, 1253, '0369-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155575, 1253, '0369-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155576, 1253, '0369-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155577, 1253, '0369-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155578, 1253, '0370-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155579, 1253, '0370-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155580, 1253, '0370-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155581, 1253, '0370-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155582, 1253, '0370-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155583, 1253, '0370-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155584, 1253, '0370-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155585, 1253, '0370-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155586, 1253, '0370-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155587, 1253, '0370-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155588, 1253, '0370-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155589, 1253, '0370-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155590, 1253, '0371-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155591, 1253, '0371-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155592, 1253, '0371-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155593, 1253, '0371-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155594, 1253, '0371-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155595, 1253, '0371-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155596, 1253, '0371-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155597, 1253, '0371-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155598, 1253, '0371-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155599, 1253, '0371-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155600, 1253, '0371-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155601, 1253, '0371-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155602, 1253, '0372-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155603, 1253, '0372-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155604, 1253, '0372-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155605, 1253, '0372-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155606, 1253, '0372-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155607, 1253, '0372-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155608, 1253, '0372-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155609, 1253, '0372-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155610, 1253, '0372-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155611, 1253, '0372-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155612, 1253, '0372-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155613, 1253, '0372-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155614, 1253, '0373-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155615, 1253, '0373-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155616, 1253, '0373-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155617, 1253, '0373-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155618, 1253, '0373-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155619, 1253, '0373-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155620, 1253, '0373-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155621, 1253, '0373-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155622, 1253, '0373-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155623, 1253, '0373-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155624, 1253, '0373-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155625, 1253, '0373-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155626, 1253, '0374-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155627, 1253, '0374-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155628, 1253, '0374-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155629, 1253, '0374-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155630, 1253, '0374-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155631, 1253, '0374-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155632, 1253, '0374-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155633, 1253, '0374-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155634, 1253, '0374-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155635, 1253, '0374-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155636, 1253, '0374-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155637, 1253, '0374-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155638, 1253, '0375-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155639, 1253, '0375-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155640, 1253, '0375-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155641, 1253, '0375-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155642, 1253, '0375-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155643, 1253, '0375-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155644, 1253, '0375-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155645, 1253, '0375-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155646, 1253, '0375-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155647, 1253, '0375-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155648, 1253, '0375-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155649, 1253, '0375-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155650, 1253, '0376-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155651, 1253, '0376-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155652, 1253, '0376-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155653, 1253, '0376-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155654, 1253, '0376-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155655, 1253, '0376-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155656, 1253, '0376-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155657, 1253, '0376-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155658, 1253, '0376-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155659, 1253, '0376-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155660, 1253, '0376-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155661, 1253, '0376-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155662, 1253, '0377-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155663, 1253, '0377-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155664, 1253, '0377-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155665, 1253, '0377-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155666, 1253, '0377-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155667, 1253, '0377-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155668, 1253, '0377-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155669, 1253, '0377-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155670, 1253, '0377-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155671, 1253, '0377-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155672, 1253, '0377-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155673, 1253, '0377-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155674, 1253, '0378-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155675, 1253, '0378-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155676, 1253, '0378-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155677, 1253, '0378-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155678, 1253, '0378-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155679, 1253, '0378-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155680, 1253, '0378-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155681, 1253, '0378-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155682, 1253, '0378-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155683, 1253, '0378-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155684, 1253, '0378-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155685, 1253, '0378-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155686, 1253, '0379-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155687, 1253, '0379-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155688, 1253, '0379-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155689, 1253, '0379-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155690, 1253, '0379-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155691, 1253, '0379-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155692, 1253, '0379-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155693, 1253, '0379-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155694, 1253, '0379-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155695, 1253, '0379-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155696, 1253, '0379-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155697, 1253, '0379-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155698, 1253, '0380-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155699, 1253, '0380-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:26', '2023-09-13 14:38:26'),
(155700, 1253, '0380-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155701, 1253, '0380-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155702, 1253, '0380-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155703, 1253, '0380-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155704, 1253, '0380-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155705, 1253, '0380-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155706, 1253, '0380-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155707, 1253, '0380-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155708, 1253, '0380-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155709, 1253, '0380-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155710, 1253, '0381-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155711, 1253, '0381-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155712, 1253, '0381-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155713, 1253, '0381-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155714, 1253, '0381-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155715, 1253, '0381-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155716, 1253, '0381-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155717, 1253, '0381-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155718, 1253, '0381-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155719, 1253, '0381-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(155720, 1253, '0381-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155721, 1253, '0381-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155722, 1253, '0382-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155723, 1253, '0382-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155724, 1253, '0382-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155725, 1253, '0382-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155726, 1253, '0382-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155727, 1253, '0382-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155728, 1253, '0382-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155729, 1253, '0382-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155730, 1253, '0382-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155731, 1253, '0382-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155732, 1253, '0382-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155733, 1253, '0382-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155734, 1253, '0383-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155735, 1253, '0383-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155736, 1253, '0383-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155737, 1253, '0383-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155738, 1253, '0383-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155739, 1253, '0383-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155740, 1253, '0383-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155741, 1253, '0383-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155742, 1253, '0383-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155743, 1253, '0383-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155744, 1253, '0383-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155745, 1253, '0383-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155746, 1253, '0384-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155747, 1253, '0384-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155748, 1253, '0384-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155749, 1253, '0384-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155750, 1253, '0384-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155751, 1253, '0384-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155752, 1253, '0384-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155753, 1253, '0384-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155754, 1253, '0384-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155755, 1253, '0384-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155756, 1253, '0384-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155757, 1253, '0384-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155758, 1253, '0385-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155759, 1253, '0385-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155760, 1253, '0385-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155761, 1253, '0385-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155762, 1253, '0385-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155763, 1253, '0385-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155764, 1253, '0385-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155765, 1253, '0385-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155766, 1253, '0385-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155767, 1253, '0385-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155768, 1253, '0385-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155769, 1253, '0385-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155770, 1253, '0386-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155771, 1253, '0386-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155772, 1253, '0386-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155773, 1253, '0386-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155774, 1253, '0386-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155775, 1253, '0386-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155776, 1253, '0386-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155777, 1253, '0386-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155778, 1253, '0386-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155779, 1253, '0386-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155780, 1253, '0386-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155781, 1253, '0386-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155782, 1253, '0387-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155783, 1253, '0387-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155784, 1253, '0387-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155785, 1253, '0387-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155786, 1253, '0387-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155787, 1253, '0387-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155788, 1253, '0387-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155789, 1253, '0387-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155790, 1253, '0387-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155791, 1253, '0387-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155792, 1253, '0387-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155793, 1253, '0387-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155794, 1253, '0388-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155795, 1253, '0388-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155796, 1253, '0388-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155797, 1253, '0388-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155798, 1253, '0388-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155799, 1253, '0388-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155800, 1253, '0388-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155801, 1253, '0388-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155802, 1253, '0388-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155803, 1253, '0388-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155804, 1253, '0388-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155805, 1253, '0388-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155806, 1253, '0389-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155807, 1253, '0389-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155808, 1253, '0389-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155809, 1253, '0389-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155810, 1253, '0389-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155811, 1253, '0389-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155812, 1253, '0389-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155813, 1253, '0389-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155814, 1253, '0389-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155815, 1253, '0389-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155816, 1253, '0389-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155817, 1253, '0389-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155818, 1253, '0390-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155819, 1253, '0390-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155820, 1253, '0390-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155821, 1253, '0390-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155822, 1253, '0390-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155823, 1253, '0390-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155824, 1253, '0390-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155825, 1253, '0390-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155826, 1253, '0390-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155827, 1253, '0390-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155828, 1253, '0390-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155829, 1253, '0390-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155830, 1253, '0391-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155831, 1253, '0391-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155832, 1253, '0391-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155833, 1253, '0391-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155834, 1253, '0391-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155835, 1253, '0391-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155836, 1253, '0391-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155837, 1253, '0391-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155838, 1253, '0391-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155839, 1253, '0391-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155840, 1253, '0391-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155841, 1253, '0391-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155842, 1253, '0392-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155843, 1253, '0392-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155844, 1253, '0392-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155845, 1253, '0392-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155846, 1253, '0392-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155847, 1253, '0392-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155848, 1253, '0392-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155849, 1253, '0392-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155850, 1253, '0392-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155851, 1253, '0392-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155852, 1253, '0392-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155853, 1253, '0392-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155854, 1253, '0393-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155855, 1253, '0393-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155856, 1253, '0393-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155857, 1253, '0393-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155858, 1253, '0393-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155859, 1253, '0393-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155860, 1253, '0393-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155861, 1253, '0393-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155862, 1253, '0393-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155863, 1253, '0393-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155864, 1253, '0393-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155865, 1253, '0393-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155866, 1253, '0394-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155867, 1253, '0394-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155868, 1253, '0394-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155869, 1253, '0394-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155870, 1253, '0394-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155871, 1253, '0394-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155872, 1253, '0394-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155873, 1253, '0394-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155874, 1253, '0394-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155875, 1253, '0394-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155876, 1253, '0394-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155877, 1253, '0394-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155878, 1253, '0395-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155879, 1253, '0395-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155880, 1253, '0395-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155881, 1253, '0395-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155882, 1253, '0395-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155883, 1253, '0395-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155884, 1253, '0395-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155885, 1253, '0395-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155886, 1253, '0395-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155887, 1253, '0395-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155888, 1253, '0395-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155889, 1253, '0395-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155890, 1253, '0396-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155891, 1253, '0396-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155892, 1253, '0396-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155893, 1253, '0396-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155894, 1253, '0396-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155895, 1253, '0396-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155896, 1253, '0396-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155897, 1253, '0396-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155898, 1253, '0396-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155899, 1253, '0396-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155900, 1253, '0396-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155901, 1253, '0396-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155902, 1253, '0397-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155903, 1253, '0397-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155904, 1253, '0397-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155905, 1253, '0397-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155906, 1253, '0397-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155907, 1253, '0397-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155908, 1253, '0397-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155909, 1253, '0397-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155910, 1253, '0397-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155911, 1253, '0397-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155912, 1253, '0397-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155913, 1253, '0397-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155914, 1253, '0398-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155915, 1253, '0398-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155916, 1253, '0398-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155917, 1253, '0398-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155918, 1253, '0398-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155919, 1253, '0398-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155920, 1253, '0398-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155921, 1253, '0398-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155922, 1253, '0398-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155923, 1253, '0398-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155924, 1253, '0398-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155925, 1253, '0398-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155926, 1253, '0399-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155927, 1253, '0399-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155928, 1253, '0399-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155929, 1253, '0399-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155930, 1253, '0399-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155931, 1253, '0399-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155932, 1253, '0399-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155933, 1253, '0399-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155934, 1253, '0399-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155935, 1253, '0399-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155936, 1253, '0399-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155937, 1253, '0399-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155938, 1253, '0400-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155939, 1253, '0400-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155940, 1253, '0400-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155941, 1253, '0400-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155942, 1253, '0400-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155943, 1253, '0400-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155944, 1253, '0400-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155945, 1253, '0400-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155946, 1253, '0400-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155947, 1253, '0400-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155948, 1253, '0400-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155949, 1253, '0400-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155950, 1253, '0401-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155951, 1253, '0401-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155952, 1253, '0401-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155953, 1253, '0401-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155954, 1253, '0401-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155955, 1253, '0401-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155956, 1253, '0401-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155957, 1253, '0401-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155958, 1253, '0401-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155959, 1253, '0401-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155960, 1253, '0401-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155961, 1253, '0401-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155962, 1253, '0402-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155963, 1253, '0402-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155964, 1253, '0402-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155965, 1253, '0402-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155966, 1253, '0402-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155967, 1253, '0402-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155968, 1253, '0402-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155969, 1253, '0402-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155970, 1253, '0402-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155971, 1253, '0402-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155972, 1253, '0402-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155973, 1253, '0402-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155974, 1253, '0403-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155975, 1253, '0403-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155976, 1253, '0403-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155977, 1253, '0403-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155978, 1253, '0403-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155979, 1253, '0403-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155980, 1253, '0403-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155981, 1253, '0403-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155982, 1253, '0403-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155983, 1253, '0403-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155984, 1253, '0403-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155985, 1253, '0403-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155986, 1253, '0404-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155987, 1253, '0404-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155988, 1253, '0404-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155989, 1253, '0404-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155990, 1253, '0404-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155991, 1253, '0404-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155992, 1253, '0404-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155993, 1253, '0404-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155994, 1253, '0404-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155995, 1253, '0404-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155996, 1253, '0404-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155997, 1253, '0404-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155998, 1253, '0405-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(155999, 1253, '0405-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(156000, 1253, '0405-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(156001, 1253, '0405-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(156002, 1253, '0405-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(156003, 1253, '0405-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(156004, 1253, '0405-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(156005, 1253, '0405-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(156006, 1253, '0405-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(156007, 1253, '0405-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(156008, 1253, '0405-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(156009, 1253, '0405-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(156010, 1253, '0406-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(156011, 1253, '0406-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(156012, 1253, '0406-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(156013, 1253, '0406-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(156014, 1253, '0406-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(156015, 1253, '0406-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(156016, 1253, '0406-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(156017, 1253, '0406-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(156018, 1253, '0406-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(156019, 1253, '0406-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(156020, 1253, '0406-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(156021, 1253, '0406-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(156022, 1253, '0407-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(156023, 1253, '0407-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(156024, 1253, '0407-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(156025, 1253, '0407-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(156026, 1253, '0407-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(156027, 1253, '0407-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(156028, 1253, '0407-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(156029, 1253, '0407-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(156030, 1253, '0407-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(156031, 1253, '0407-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(156032, 1253, '0407-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(156033, 1253, '0407-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(156034, 1253, '0408-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(156035, 1253, '0408-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(156036, 1253, '0408-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(156037, 1253, '0408-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(156038, 1253, '0408-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(156039, 1253, '0408-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(156040, 1253, '0408-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(156041, 1253, '0408-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(156042, 1253, '0408-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(156043, 1253, '0408-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(156044, 1253, '0408-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(156045, 1253, '0408-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(156046, 1253, '0409-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(156047, 1253, '0409-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(156048, 1253, '0409-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(156049, 1253, '0409-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(156050, 1253, '0409-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(156051, 1253, '0409-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(156052, 1253, '0409-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(156053, 1253, '0409-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(156054, 1253, '0409-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(156055, 1253, '0409-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(156056, 1253, '0409-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(156057, 1253, '0409-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(156058, 1253, '0410-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:27', '2023-09-13 14:38:27'),
(156059, 1253, '0410-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156060, 1253, '0410-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156061, 1253, '0410-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156062, 1253, '0410-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156063, 1253, '0410-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156064, 1253, '0410-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156065, 1253, '0410-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156066, 1253, '0410-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156067, 1253, '0410-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156068, 1253, '0410-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156069, 1253, '0410-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156070, 1253, '0411-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156071, 1253, '0411-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156072, 1253, '0411-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156073, 1253, '0411-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156074, 1253, '0411-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156075, 1253, '0411-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156076, 1253, '0411-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156077, 1253, '0411-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156078, 1253, '0411-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156079, 1253, '0411-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156080, 1253, '0411-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156081, 1253, '0411-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156082, 1253, '0412-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156083, 1253, '0412-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156084, 1253, '0412-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156085, 1253, '0412-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156086, 1253, '0412-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156087, 1253, '0412-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156088, 1253, '0412-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156089, 1253, '0412-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156090, 1253, '0412-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156091, 1253, '0412-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156092, 1253, '0412-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156093, 1253, '0412-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156094, 1253, '0413-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156095, 1253, '0413-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156096, 1253, '0413-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156097, 1253, '0413-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156098, 1253, '0413-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156099, 1253, '0413-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156100, 1253, '0413-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156101, 1253, '0413-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156102, 1253, '0413-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156103, 1253, '0413-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156104, 1253, '0413-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156105, 1253, '0413-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156106, 1253, '0414-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156107, 1253, '0414-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156108, 1253, '0414-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156109, 1253, '0414-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156110, 1253, '0414-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156111, 1253, '0414-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156112, 1253, '0414-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156113, 1253, '0414-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156114, 1253, '0414-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156115, 1253, '0414-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156116, 1253, '0414-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156117, 1253, '0414-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156118, 1253, '0415-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156119, 1253, '0415-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156120, 1253, '0415-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156121, 1253, '0415-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156122, 1253, '0415-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156123, 1253, '0415-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156124, 1253, '0415-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156125, 1253, '0415-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156126, 1253, '0415-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156127, 1253, '0415-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156128, 1253, '0415-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156129, 1253, '0415-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156130, 1253, '0416-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156131, 1253, '0416-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156132, 1253, '0416-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156133, 1253, '0416-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156134, 1253, '0416-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156135, 1253, '0416-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156136, 1253, '0416-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156137, 1253, '0416-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156138, 1253, '0416-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156139, 1253, '0416-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156140, 1253, '0416-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156141, 1253, '0416-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156142, 1253, '0417-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156143, 1253, '0417-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156144, 1253, '0417-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156145, 1253, '0417-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156146, 1253, '0417-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156147, 1253, '0417-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156148, 1253, '0417-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156149, 1253, '0417-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156150, 1253, '0417-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156151, 1253, '0417-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156152, 1253, '0417-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156153, 1253, '0417-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156154, 1253, '0418-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156155, 1253, '0418-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156156, 1253, '0418-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156157, 1253, '0418-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156158, 1253, '0418-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156159, 1253, '0418-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156160, 1253, '0418-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156161, 1253, '0418-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156162, 1253, '0418-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156163, 1253, '0418-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156164, 1253, '0418-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156165, 1253, '0418-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156166, 1253, '0419-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156167, 1253, '0419-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156168, 1253, '0419-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156169, 1253, '0419-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156170, 1253, '0419-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156171, 1253, '0419-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156172, 1253, '0419-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156173, 1253, '0419-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156174, 1253, '0419-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156175, 1253, '0419-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(156176, 1253, '0419-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156177, 1253, '0419-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156178, 1253, '0420-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156179, 1253, '0420-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156180, 1253, '0420-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156181, 1253, '0420-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156182, 1253, '0420-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156183, 1253, '0420-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156184, 1253, '0420-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156185, 1253, '0420-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156186, 1253, '0420-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156187, 1253, '0420-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156188, 1253, '0420-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156189, 1253, '0420-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156190, 1253, '0421-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156191, 1253, '0421-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156192, 1253, '0421-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156193, 1253, '0421-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156194, 1253, '0421-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156195, 1253, '0421-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156196, 1253, '0421-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156197, 1253, '0421-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156198, 1253, '0421-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156199, 1253, '0421-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156200, 1253, '0421-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156201, 1253, '0421-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156202, 1253, '0422-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156203, 1253, '0422-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156204, 1253, '0422-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156205, 1253, '0422-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156206, 1253, '0422-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156207, 1253, '0422-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156208, 1253, '0422-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156209, 1253, '0422-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156210, 1253, '0422-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156211, 1253, '0422-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156212, 1253, '0422-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156213, 1253, '0422-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156214, 1253, '0423-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156215, 1253, '0423-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156216, 1253, '0423-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156217, 1253, '0423-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156218, 1253, '0423-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156219, 1253, '0423-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156220, 1253, '0423-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156221, 1253, '0423-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156222, 1253, '0423-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156223, 1253, '0423-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156224, 1253, '0423-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156225, 1253, '0423-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156226, 1253, '0424-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156227, 1253, '0424-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156228, 1253, '0424-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156229, 1253, '0424-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156230, 1253, '0424-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156231, 1253, '0424-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156232, 1253, '0424-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156233, 1253, '0424-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156234, 1253, '0424-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156235, 1253, '0424-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156236, 1253, '0424-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156237, 1253, '0424-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156238, 1253, '0425-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156239, 1253, '0425-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156240, 1253, '0425-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156241, 1253, '0425-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156242, 1253, '0425-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156243, 1253, '0425-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156244, 1253, '0425-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156245, 1253, '0425-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156246, 1253, '0425-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156247, 1253, '0425-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156248, 1253, '0425-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156249, 1253, '0425-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156250, 1253, '0426-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156251, 1253, '0426-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156252, 1253, '0426-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156253, 1253, '0426-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156254, 1253, '0426-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156255, 1253, '0426-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156256, 1253, '0426-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156257, 1253, '0426-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156258, 1253, '0426-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156259, 1253, '0426-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156260, 1253, '0426-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156261, 1253, '0426-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156262, 1253, '0427-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156263, 1253, '0427-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156264, 1253, '0427-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156265, 1253, '0427-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156266, 1253, '0427-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156267, 1253, '0427-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156268, 1253, '0427-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156269, 1253, '0427-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156270, 1253, '0427-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156271, 1253, '0427-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156272, 1253, '0427-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156273, 1253, '0427-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156274, 1253, '0428-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156275, 1253, '0428-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156276, 1253, '0428-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156277, 1253, '0428-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156278, 1253, '0428-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156279, 1253, '0428-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156280, 1253, '0428-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156281, 1253, '0428-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156282, 1253, '0428-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156283, 1253, '0428-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156284, 1253, '0428-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156285, 1253, '0428-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156286, 1253, '0429-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156287, 1253, '0429-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156288, 1253, '0429-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156289, 1253, '0429-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156290, 1253, '0429-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156291, 1253, '0429-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156292, 1253, '0429-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156293, 1253, '0429-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156294, 1253, '0429-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156295, 1253, '0429-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156296, 1253, '0429-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156297, 1253, '0429-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156298, 1253, '0430-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156299, 1253, '0430-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156300, 1253, '0430-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156301, 1253, '0430-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156302, 1253, '0430-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156303, 1253, '0430-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156304, 1253, '0430-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156305, 1253, '0430-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156306, 1253, '0430-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156307, 1253, '0430-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156308, 1253, '0430-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156309, 1253, '0430-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156310, 1253, '0431-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156311, 1253, '0431-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156312, 1253, '0431-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156313, 1253, '0431-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156314, 1253, '0431-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156315, 1253, '0431-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156316, 1253, '0431-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156317, 1253, '0431-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156318, 1253, '0431-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156319, 1253, '0431-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156320, 1253, '0431-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156321, 1253, '0431-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156322, 1253, '0432-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156323, 1253, '0432-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156324, 1253, '0432-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156325, 1253, '0432-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156326, 1253, '0432-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156327, 1253, '0432-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156328, 1253, '0432-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156329, 1253, '0432-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156330, 1253, '0432-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156331, 1253, '0432-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156332, 1253, '0432-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156333, 1253, '0432-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156334, 1253, '0433-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156335, 1253, '0433-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156336, 1253, '0433-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156337, 1253, '0433-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156338, 1253, '0433-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156339, 1253, '0433-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156340, 1253, '0433-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156341, 1253, '0433-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156342, 1253, '0433-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156343, 1253, '0433-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156344, 1253, '0433-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156345, 1253, '0433-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156346, 1253, '0434-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156347, 1253, '0434-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156348, 1253, '0434-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156349, 1253, '0434-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156350, 1253, '0434-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156351, 1253, '0434-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156352, 1253, '0434-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156353, 1253, '0434-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156354, 1253, '0434-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156355, 1253, '0434-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156356, 1253, '0434-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156357, 1253, '0434-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156358, 1253, '0435-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156359, 1253, '0435-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156360, 1253, '0435-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156361, 1253, '0435-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156362, 1253, '0435-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156363, 1253, '0435-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156364, 1253, '0435-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156365, 1253, '0435-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156366, 1253, '0435-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156367, 1253, '0435-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156368, 1253, '0435-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156369, 1253, '0435-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156370, 1253, '0436-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156371, 1253, '0436-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156372, 1253, '0436-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156373, 1253, '0436-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156374, 1253, '0436-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156375, 1253, '0436-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156376, 1253, '0436-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156377, 1253, '0436-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156378, 1253, '0436-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156379, 1253, '0436-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156380, 1253, '0436-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156381, 1253, '0436-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156382, 1253, '0437-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156383, 1253, '0437-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156384, 1253, '0437-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156385, 1253, '0437-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156386, 1253, '0437-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156387, 1253, '0437-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156388, 1253, '0437-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156389, 1253, '0437-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156390, 1253, '0437-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156391, 1253, '0437-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156392, 1253, '0437-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156393, 1253, '0437-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156394, 1253, '0438-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156395, 1253, '0438-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156396, 1253, '0438-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156397, 1253, '0438-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156398, 1253, '0438-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156399, 1253, '0438-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156400, 1253, '0438-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156401, 1253, '0438-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156402, 1253, '0438-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156403, 1253, '0438-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156404, 1253, '0438-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156405, 1253, '0438-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156406, 1253, '0439-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156407, 1253, '0439-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156408, 1253, '0439-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156409, 1253, '0439-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156410, 1253, '0439-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156411, 1253, '0439-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156412, 1253, '0439-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156413, 1253, '0439-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156414, 1253, '0439-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156415, 1253, '0439-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156416, 1253, '0439-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156417, 1253, '0439-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156418, 1253, '0440-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156419, 1253, '0440-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156420, 1253, '0440-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156421, 1253, '0440-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156422, 1253, '0440-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156423, 1253, '0440-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156424, 1253, '0440-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156425, 1253, '0440-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156426, 1253, '0440-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156427, 1253, '0440-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156428, 1253, '0440-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156429, 1253, '0440-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156430, 1253, '0441-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156431, 1253, '0441-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156432, 1253, '0441-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156433, 1253, '0441-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156434, 1253, '0441-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156435, 1253, '0441-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156436, 1253, '0441-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156437, 1253, '0441-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156438, 1253, '0441-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156439, 1253, '0441-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156440, 1253, '0441-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156441, 1253, '0441-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156442, 1253, '0442-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156443, 1253, '0442-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156444, 1253, '0442-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156445, 1253, '0442-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156446, 1253, '0442-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156447, 1253, '0442-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156448, 1253, '0442-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156449, 1253, '0442-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156450, 1253, '0442-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156451, 1253, '0442-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156452, 1253, '0442-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156453, 1253, '0442-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156454, 1253, '0443-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156455, 1253, '0443-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156456, 1253, '0443-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156457, 1253, '0443-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156458, 1253, '0443-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156459, 1253, '0443-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156460, 1253, '0443-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156461, 1253, '0443-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156462, 1253, '0443-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156463, 1253, '0443-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156464, 1253, '0443-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156465, 1253, '0443-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156466, 1253, '0444-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156467, 1253, '0444-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:28', '2023-09-13 14:38:28'),
(156468, 1253, '0444-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156469, 1253, '0444-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156470, 1253, '0444-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156471, 1253, '0444-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156472, 1253, '0444-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156473, 1253, '0444-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156474, 1253, '0444-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156475, 1253, '0444-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156476, 1253, '0444-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156477, 1253, '0444-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156478, 1253, '0445-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156479, 1253, '0445-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156480, 1253, '0445-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156481, 1253, '0445-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156482, 1253, '0445-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156483, 1253, '0445-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156484, 1253, '0445-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156485, 1253, '0445-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156486, 1253, '0445-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156487, 1253, '0445-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156488, 1253, '0445-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156489, 1253, '0445-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156490, 1253, '0446-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156491, 1253, '0446-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156492, 1253, '0446-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156493, 1253, '0446-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156494, 1253, '0446-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156495, 1253, '0446-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156496, 1253, '0446-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156497, 1253, '0446-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156498, 1253, '0446-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156499, 1253, '0446-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156500, 1253, '0446-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156501, 1253, '0446-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156502, 1253, '0447-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156503, 1253, '0447-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156504, 1253, '0447-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156505, 1253, '0447-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156506, 1253, '0447-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156507, 1253, '0447-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156508, 1253, '0447-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156509, 1253, '0447-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156510, 1253, '0447-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156511, 1253, '0447-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156512, 1253, '0447-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156513, 1253, '0447-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156514, 1253, '0448-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156515, 1253, '0448-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156516, 1253, '0448-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156517, 1253, '0448-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156518, 1253, '0448-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156519, 1253, '0448-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156520, 1253, '0448-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156521, 1253, '0448-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156522, 1253, '0448-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156523, 1253, '0448-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156524, 1253, '0448-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156525, 1253, '0448-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156526, 1253, '0449-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156527, 1253, '0449-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156528, 1253, '0449-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156529, 1253, '0449-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156530, 1253, '0449-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156531, 1253, '0449-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156532, 1253, '0449-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156533, 1253, '0449-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156534, 1253, '0449-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156535, 1253, '0449-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156536, 1253, '0449-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156537, 1253, '0449-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156538, 1253, '0450-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156539, 1253, '0450-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156540, 1253, '0450-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156541, 1253, '0450-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156542, 1253, '0450-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156543, 1253, '0450-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156544, 1253, '0450-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156545, 1253, '0450-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156546, 1253, '0450-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156547, 1253, '0450-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156548, 1253, '0450-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156549, 1253, '0450-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156550, 1253, '0451-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156551, 1253, '0451-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156552, 1253, '0451-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156553, 1253, '0451-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156554, 1253, '0451-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156555, 1253, '0451-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156556, 1253, '0451-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156557, 1253, '0451-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156558, 1253, '0451-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156559, 1253, '0451-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156560, 1253, '0451-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156561, 1253, '0451-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156562, 1253, '0452-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156563, 1253, '0452-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156564, 1253, '0452-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156565, 1253, '0452-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156566, 1253, '0452-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156567, 1253, '0452-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156568, 1253, '0452-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156569, 1253, '0452-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156570, 1253, '0452-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156571, 1253, '0452-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156572, 1253, '0452-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156573, 1253, '0452-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156574, 1253, '0453-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156575, 1253, '0453-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156576, 1253, '0453-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156577, 1253, '0453-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156578, 1253, '0453-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156579, 1253, '0453-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156580, 1253, '0453-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156581, 1253, '0453-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156582, 1253, '0453-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156583, 1253, '0453-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156584, 1253, '0453-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156585, 1253, '0453-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156586, 1253, '0454-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156587, 1253, '0454-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156588, 1253, '0454-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156589, 1253, '0454-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156590, 1253, '0454-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156591, 1253, '0454-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156592, 1253, '0454-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156593, 1253, '0454-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156594, 1253, '0454-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156595, 1253, '0454-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156596, 1253, '0454-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156597, 1253, '0454-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156598, 1253, '0455-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156599, 1253, '0455-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156600, 1253, '0455-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156601, 1253, '0455-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156602, 1253, '0455-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156603, 1253, '0455-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156604, 1253, '0455-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156605, 1253, '0455-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156606, 1253, '0455-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156607, 1253, '0455-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156608, 1253, '0455-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156609, 1253, '0455-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156610, 1253, '0456-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156611, 1253, '0456-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156612, 1253, '0456-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156613, 1253, '0456-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156614, 1253, '0456-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156615, 1253, '0456-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156616, 1253, '0456-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156617, 1253, '0456-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156618, 1253, '0456-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156619, 1253, '0456-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156620, 1253, '0456-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156621, 1253, '0456-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156622, 1253, '0457-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156623, 1253, '0457-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156624, 1253, '0457-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156625, 1253, '0457-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156626, 1253, '0457-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156627, 1253, '0457-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156628, 1253, '0457-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156629, 1253, '0457-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156630, 1253, '0457-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156631, 1253, '0457-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(156632, 1253, '0457-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156633, 1253, '0457-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156634, 1253, '0458-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156635, 1253, '0458-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156636, 1253, '0458-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156637, 1253, '0458-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156638, 1253, '0458-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156639, 1253, '0458-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156640, 1253, '0458-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156641, 1253, '0458-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156642, 1253, '0458-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156643, 1253, '0458-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156644, 1253, '0458-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156645, 1253, '0458-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156646, 1253, '0459-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156647, 1253, '0459-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156648, 1253, '0459-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156649, 1253, '0459-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156650, 1253, '0459-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156651, 1253, '0459-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156652, 1253, '0459-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156653, 1253, '0459-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156654, 1253, '0459-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156655, 1253, '0459-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156656, 1253, '0459-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156657, 1253, '0459-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156658, 1253, '0460-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156659, 1253, '0460-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156660, 1253, '0460-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156661, 1253, '0460-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156662, 1253, '0460-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156663, 1253, '0460-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156664, 1253, '0460-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156665, 1253, '0460-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156666, 1253, '0460-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156667, 1253, '0460-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156668, 1253, '0460-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156669, 1253, '0460-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156670, 1253, '0461-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156671, 1253, '0461-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156672, 1253, '0461-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156673, 1253, '0461-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156674, 1253, '0461-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156675, 1253, '0461-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156676, 1253, '0461-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156677, 1253, '0461-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156678, 1253, '0461-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156679, 1253, '0461-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156680, 1253, '0461-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156681, 1253, '0461-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156682, 1253, '0462-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156683, 1253, '0462-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156684, 1253, '0462-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156685, 1253, '0462-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156686, 1253, '0462-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156687, 1253, '0462-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156688, 1253, '0462-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156689, 1253, '0462-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156690, 1253, '0462-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156691, 1253, '0462-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156692, 1253, '0462-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156693, 1253, '0462-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156694, 1253, '0463-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156695, 1253, '0463-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156696, 1253, '0463-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156697, 1253, '0463-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156698, 1253, '0463-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156699, 1253, '0463-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156700, 1253, '0463-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156701, 1253, '0463-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156702, 1253, '0463-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156703, 1253, '0463-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156704, 1253, '0463-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156705, 1253, '0463-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156706, 1253, '0464-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156707, 1253, '0464-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156708, 1253, '0464-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156709, 1253, '0464-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156710, 1253, '0464-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156711, 1253, '0464-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156712, 1253, '0464-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156713, 1253, '0464-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156714, 1253, '0464-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156715, 1253, '0464-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156716, 1253, '0464-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156717, 1253, '0464-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156718, 1253, '0465-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156719, 1253, '0465-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156720, 1253, '0465-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156721, 1253, '0465-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156722, 1253, '0465-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156723, 1253, '0465-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156724, 1253, '0465-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156725, 1253, '0465-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156726, 1253, '0465-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156727, 1253, '0465-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156728, 1253, '0465-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156729, 1253, '0465-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156730, 1253, '0466-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156731, 1253, '0466-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156732, 1253, '0466-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156733, 1253, '0466-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156734, 1253, '0466-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156735, 1253, '0466-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156736, 1253, '0466-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156737, 1253, '0466-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156738, 1253, '0466-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156739, 1253, '0466-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156740, 1253, '0466-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156741, 1253, '0466-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156742, 1253, '0467-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156743, 1253, '0467-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156744, 1253, '0467-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156745, 1253, '0467-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156746, 1253, '0467-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156747, 1253, '0467-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156748, 1253, '0467-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156749, 1253, '0467-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156750, 1253, '0467-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156751, 1253, '0467-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156752, 1253, '0467-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156753, 1253, '0467-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156754, 1253, '0468-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156755, 1253, '0468-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156756, 1253, '0468-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156757, 1253, '0468-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156758, 1253, '0468-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156759, 1253, '0468-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156760, 1253, '0468-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156761, 1253, '0468-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156762, 1253, '0468-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156763, 1253, '0468-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156764, 1253, '0468-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156765, 1253, '0468-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156766, 1253, '0469-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156767, 1253, '0469-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156768, 1253, '0469-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156769, 1253, '0469-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156770, 1253, '0469-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156771, 1253, '0469-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156772, 1253, '0469-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156773, 1253, '0469-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156774, 1253, '0469-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156775, 1253, '0469-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156776, 1253, '0469-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156777, 1253, '0469-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156778, 1253, '0470-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156779, 1253, '0470-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156780, 1253, '0470-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156781, 1253, '0470-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156782, 1253, '0470-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156783, 1253, '0470-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156784, 1253, '0470-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156785, 1253, '0470-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156786, 1253, '0470-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156787, 1253, '0470-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156788, 1253, '0470-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156789, 1253, '0470-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156790, 1253, '0471-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156791, 1253, '0471-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156792, 1253, '0471-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156793, 1253, '0471-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156794, 1253, '0471-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156795, 1253, '0471-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156796, 1253, '0471-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156797, 1253, '0471-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156798, 1253, '0471-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156799, 1253, '0471-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156800, 1253, '0471-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156801, 1253, '0471-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156802, 1253, '0472-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156803, 1253, '0472-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156804, 1253, '0472-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156805, 1253, '0472-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156806, 1253, '0472-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156807, 1253, '0472-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156808, 1253, '0472-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156809, 1253, '0472-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156810, 1253, '0472-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156811, 1253, '0472-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156812, 1253, '0472-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156813, 1253, '0472-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156814, 1253, '0473-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156815, 1253, '0473-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156816, 1253, '0473-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156817, 1253, '0473-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156818, 1253, '0473-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156819, 1253, '0473-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156820, 1253, '0473-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156821, 1253, '0473-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156822, 1253, '0473-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156823, 1253, '0473-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156824, 1253, '0473-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156825, 1253, '0473-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156826, 1253, '0474-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156827, 1253, '0474-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156828, 1253, '0474-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156829, 1253, '0474-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156830, 1253, '0474-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156831, 1253, '0474-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156832, 1253, '0474-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156833, 1253, '0474-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156834, 1253, '0474-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156835, 1253, '0474-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156836, 1253, '0474-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156837, 1253, '0474-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156838, 1253, '0475-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156839, 1253, '0475-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156840, 1253, '0475-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156841, 1253, '0475-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156842, 1253, '0475-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156843, 1253, '0475-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156844, 1253, '0475-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156845, 1253, '0475-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156846, 1253, '0475-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156847, 1253, '0475-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156848, 1253, '0475-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156849, 1253, '0475-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156850, 1253, '0476-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156851, 1253, '0476-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156852, 1253, '0476-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156853, 1253, '0476-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156854, 1253, '0476-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156855, 1253, '0476-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156856, 1253, '0476-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156857, 1253, '0476-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156858, 1253, '0476-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156859, 1253, '0476-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156860, 1253, '0476-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156861, 1253, '0476-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156862, 1253, '0477-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156863, 1253, '0477-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:29', '2023-09-13 14:38:29'),
(156864, 1253, '0477-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(156865, 1253, '0477-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(156866, 1253, '0477-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(156867, 1253, '0477-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(156868, 1253, '0477-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(156869, 1253, '0477-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(156870, 1253, '0477-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(156871, 1253, '0477-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(156872, 1253, '0477-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(156873, 1253, '0477-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(156874, 1253, '0478-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(156875, 1253, '0478-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(156876, 1253, '0478-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(156877, 1253, '0478-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(156878, 1253, '0478-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(156879, 1253, '0478-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(156880, 1253, '0478-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(156881, 1253, '0478-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(156882, 1253, '0478-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(156883, 1253, '0478-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(156884, 1253, '0478-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(156885, 1253, '0478-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(156886, 1253, '0479-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(156887, 1253, '0479-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(156888, 1253, '0479-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(156889, 1253, '0479-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(156890, 1253, '0479-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(156891, 1253, '0479-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(156892, 1253, '0479-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(156893, 1253, '0479-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(156894, 1253, '0479-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(156895, 1253, '0479-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(156896, 1253, '0479-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(156897, 1253, '0479-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(156898, 1253, '0480-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(156899, 1253, '0480-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(156900, 1253, '0480-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(156901, 1253, '0480-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(156902, 1253, '0480-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(156903, 1253, '0480-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(156904, 1253, '0480-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(156905, 1253, '0480-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(156906, 1253, '0480-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(156907, 1253, '0480-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(156908, 1253, '0480-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(156909, 1253, '0480-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(156910, 1253, '0481-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(156911, 1253, '0481-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(156912, 1253, '0481-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(156913, 1253, '0481-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(156914, 1253, '0481-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(156915, 1253, '0481-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(156916, 1253, '0481-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(156917, 1253, '0481-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(156918, 1253, '0481-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(156919, 1253, '0481-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(156920, 1253, '0481-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(156921, 1253, '0481-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(156922, 1253, '0482-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(156923, 1253, '0482-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(156924, 1253, '0482-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(156925, 1253, '0482-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(156926, 1253, '0482-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(156927, 1253, '0482-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(156928, 1253, '0482-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(156929, 1253, '0482-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(156930, 1253, '0482-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(156931, 1253, '0482-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(156932, 1253, '0482-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(156933, 1253, '0482-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(156934, 1253, '0483-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(156935, 1253, '0483-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(156936, 1253, '0483-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(156937, 1253, '0483-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(156938, 1253, '0483-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(156939, 1253, '0483-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(156940, 1253, '0483-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(156941, 1253, '0483-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(156942, 1253, '0483-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(156943, 1253, '0483-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(156944, 1253, '0483-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(156945, 1253, '0483-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(156946, 1253, '0484-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(156947, 1253, '0484-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(156948, 1253, '0484-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(156949, 1253, '0484-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(156950, 1253, '0484-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(156951, 1253, '0484-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(156952, 1253, '0484-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(156953, 1253, '0484-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(156954, 1253, '0484-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(156955, 1253, '0484-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(156956, 1253, '0484-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(156957, 1253, '0484-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(156958, 1253, '0485-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(156959, 1253, '0485-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(156960, 1253, '0485-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(156961, 1253, '0485-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(156962, 1253, '0485-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(156963, 1253, '0485-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(156964, 1253, '0485-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(156965, 1253, '0485-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(156966, 1253, '0485-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(156967, 1253, '0485-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(156968, 1253, '0485-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(156969, 1253, '0485-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(156970, 1253, '0486-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(156971, 1253, '0486-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(156972, 1253, '0486-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(156973, 1253, '0486-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(156974, 1253, '0486-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(156975, 1253, '0486-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(156976, 1253, '0486-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(156977, 1253, '0486-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(156978, 1253, '0486-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(156979, 1253, '0486-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(156980, 1253, '0486-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(156981, 1253, '0486-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(156982, 1253, '0487-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(156983, 1253, '0487-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(156984, 1253, '0487-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(156985, 1253, '0487-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(156986, 1253, '0487-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(156987, 1253, '0487-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(156988, 1253, '0487-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(156989, 1253, '0487-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(156990, 1253, '0487-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(156991, 1253, '0487-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(156992, 1253, '0487-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(156993, 1253, '0487-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(156994, 1253, '0488-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(156995, 1253, '0488-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(156996, 1253, '0488-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(156997, 1253, '0488-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(156998, 1253, '0488-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(156999, 1253, '0488-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157000, 1253, '0488-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157001, 1253, '0488-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157002, 1253, '0488-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157003, 1253, '0488-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157004, 1253, '0488-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157005, 1253, '0488-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157006, 1253, '0489-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157007, 1253, '0489-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157008, 1253, '0489-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157009, 1253, '0489-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157010, 1253, '0489-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157011, 1253, '0489-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157012, 1253, '0489-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157013, 1253, '0489-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157014, 1253, '0489-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157015, 1253, '0489-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157016, 1253, '0489-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157017, 1253, '0489-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157018, 1253, '0490-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157019, 1253, '0490-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157020, 1253, '0490-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157021, 1253, '0490-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157022, 1253, '0490-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157023, 1253, '0490-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157024, 1253, '0490-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157025, 1253, '0490-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157026, 1253, '0490-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157027, 1253, '0490-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157028, 1253, '0490-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157029, 1253, '0490-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157030, 1253, '0491-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157031, 1253, '0491-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157032, 1253, '0491-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157033, 1253, '0491-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157034, 1253, '0491-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157035, 1253, '0491-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157036, 1253, '0491-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157037, 1253, '0491-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157038, 1253, '0491-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157039, 1253, '0491-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157040, 1253, '0491-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157041, 1253, '0491-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157042, 1253, '0492-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157043, 1253, '0492-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157044, 1253, '0492-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157045, 1253, '0492-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157046, 1253, '0492-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157047, 1253, '0492-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157048, 1253, '0492-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157049, 1253, '0492-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157050, 1253, '0492-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157051, 1253, '0492-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157052, 1253, '0492-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157053, 1253, '0492-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157054, 1253, '0493-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157055, 1253, '0493-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157056, 1253, '0493-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157057, 1253, '0493-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157058, 1253, '0493-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157059, 1253, '0493-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157060, 1253, '0493-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157061, 1253, '0493-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157062, 1253, '0493-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157063, 1253, '0493-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157064, 1253, '0493-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157065, 1253, '0493-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157066, 1253, '0494-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157067, 1253, '0494-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157068, 1253, '0494-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157069, 1253, '0494-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157070, 1253, '0494-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157071, 1253, '0494-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157072, 1253, '0494-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157073, 1253, '0494-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157074, 1253, '0494-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157075, 1253, '0494-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157076, 1253, '0494-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157077, 1253, '0494-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157078, 1253, '0495-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157079, 1253, '0495-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157080, 1253, '0495-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157081, 1253, '0495-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157082, 1253, '0495-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157083, 1253, '0495-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157084, 1253, '0495-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157085, 1253, '0495-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157086, 1253, '0495-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157087, 1253, '0495-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(157088, 1253, '0495-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157089, 1253, '0495-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157090, 1253, '0496-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157091, 1253, '0496-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157092, 1253, '0496-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157093, 1253, '0496-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157094, 1253, '0496-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157095, 1253, '0496-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157096, 1253, '0496-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157097, 1253, '0496-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157098, 1253, '0496-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157099, 1253, '0496-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157100, 1253, '0496-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157101, 1253, '0496-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157102, 1253, '0497-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157103, 1253, '0497-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157104, 1253, '0497-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157105, 1253, '0497-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157106, 1253, '0497-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157107, 1253, '0497-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157108, 1253, '0497-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157109, 1253, '0497-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157110, 1253, '0497-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157111, 1253, '0497-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157112, 1253, '0497-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157113, 1253, '0497-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157114, 1253, '0498-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157115, 1253, '0498-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157116, 1253, '0498-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157117, 1253, '0498-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157118, 1253, '0498-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157119, 1253, '0498-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157120, 1253, '0498-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157121, 1253, '0498-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157122, 1253, '0498-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157123, 1253, '0498-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157124, 1253, '0498-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157125, 1253, '0498-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157126, 1253, '0499-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157127, 1253, '0499-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157128, 1253, '0499-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157129, 1253, '0499-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157130, 1253, '0499-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157131, 1253, '0499-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157132, 1253, '0499-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157133, 1253, '0499-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157134, 1253, '0499-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157135, 1253, '0499-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157136, 1253, '0499-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157137, 1253, '0499-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157138, 1253, '0500-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157139, 1253, '0500-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157140, 1253, '0500-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157141, 1253, '0500-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157142, 1253, '0500-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157143, 1253, '0500-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157144, 1253, '0500-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157145, 1253, '0500-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157146, 1253, '0500-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157147, 1253, '0500-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157148, 1253, '0500-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157149, 1253, '0500-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157150, 1253, '0501-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157151, 1253, '0501-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157152, 1253, '0501-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157153, 1253, '0501-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157154, 1253, '0501-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157155, 1253, '0501-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157156, 1253, '0501-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157157, 1253, '0501-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157158, 1253, '0501-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157159, 1253, '0501-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157160, 1253, '0501-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157161, 1253, '0501-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157162, 1253, '0502-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157163, 1253, '0502-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157164, 1253, '0502-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157165, 1253, '0502-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157166, 1253, '0502-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157167, 1253, '0502-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157168, 1253, '0502-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157169, 1253, '0502-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157170, 1253, '0502-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157171, 1253, '0502-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157172, 1253, '0502-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157173, 1253, '0502-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157174, 1253, '0503-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157175, 1253, '0503-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157176, 1253, '0503-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157177, 1253, '0503-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157178, 1253, '0503-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157179, 1253, '0503-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157180, 1253, '0503-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157181, 1253, '0503-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157182, 1253, '0503-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157183, 1253, '0503-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157184, 1253, '0503-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157185, 1253, '0503-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157186, 1253, '0504-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157187, 1253, '0504-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157188, 1253, '0504-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157189, 1253, '0504-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157190, 1253, '0504-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157191, 1253, '0504-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157192, 1253, '0504-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157193, 1253, '0504-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157194, 1253, '0504-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157195, 1253, '0504-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157196, 1253, '0504-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157197, 1253, '0504-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157198, 1253, '0505-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157199, 1253, '0505-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157200, 1253, '0505-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157201, 1253, '0505-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157202, 1253, '0505-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157203, 1253, '0505-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157204, 1253, '0505-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157205, 1253, '0505-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157206, 1253, '0505-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157207, 1253, '0505-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157208, 1253, '0505-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157209, 1253, '0505-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157210, 1253, '0506-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157211, 1253, '0506-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157212, 1253, '0506-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157213, 1253, '0506-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157214, 1253, '0506-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157215, 1253, '0506-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157216, 1253, '0506-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157217, 1253, '0506-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157218, 1253, '0506-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157219, 1253, '0506-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157220, 1253, '0506-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157221, 1253, '0506-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157222, 1253, '0507-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157223, 1253, '0507-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157224, 1253, '0507-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157225, 1253, '0507-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157226, 1253, '0507-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157227, 1253, '0507-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157228, 1253, '0507-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157229, 1253, '0507-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157230, 1253, '0507-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157231, 1253, '0507-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157232, 1253, '0507-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157233, 1253, '0507-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157234, 1253, '0508-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157235, 1253, '0508-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157236, 1253, '0508-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157237, 1253, '0508-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157238, 1253, '0508-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157239, 1253, '0508-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157240, 1253, '0508-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157241, 1253, '0508-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157242, 1253, '0508-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157243, 1253, '0508-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157244, 1253, '0508-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157245, 1253, '0508-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157246, 1253, '0509-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157247, 1253, '0509-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157248, 1253, '0509-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157249, 1253, '0509-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157250, 1253, '0509-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157251, 1253, '0509-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157252, 1253, '0509-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157253, 1253, '0509-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157254, 1253, '0509-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157255, 1253, '0509-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157256, 1253, '0509-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157257, 1253, '0509-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157258, 1253, '0510-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157259, 1253, '0510-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157260, 1253, '0510-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157261, 1253, '0510-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157262, 1253, '0510-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157263, 1253, '0510-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157264, 1253, '0510-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157265, 1253, '0510-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157266, 1253, '0510-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157267, 1253, '0510-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157268, 1253, '0510-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157269, 1253, '0510-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157270, 1253, '0511-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157271, 1253, '0511-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157272, 1253, '0511-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157273, 1253, '0511-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157274, 1253, '0511-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157275, 1253, '0511-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157276, 1253, '0511-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157277, 1253, '0511-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157278, 1253, '0511-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157279, 1253, '0511-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157280, 1253, '0511-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157281, 1253, '0511-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157282, 1253, '0512-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157283, 1253, '0512-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157284, 1253, '0512-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157285, 1253, '0512-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157286, 1253, '0512-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157287, 1253, '0512-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157288, 1253, '0512-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157289, 1253, '0512-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157290, 1253, '0512-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157291, 1253, '0512-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157292, 1253, '0512-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157293, 1253, '0512-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157294, 1253, '0513-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157295, 1253, '0513-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157296, 1253, '0513-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157297, 1253, '0513-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157298, 1253, '0513-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157299, 1253, '0513-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157300, 1253, '0513-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157301, 1253, '0513-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157302, 1253, '0513-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157303, 1253, '0513-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:30', '2023-09-13 14:38:30'),
(157304, 1253, '0513-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157305, 1253, '0513-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157306, 1253, '0514-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157307, 1253, '0514-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157308, 1253, '0514-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157309, 1253, '0514-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157310, 1253, '0514-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157311, 1253, '0514-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157312, 1253, '0514-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157313, 1253, '0514-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157314, 1253, '0514-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157315, 1253, '0514-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157316, 1253, '0514-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157317, 1253, '0514-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157318, 1253, '0515-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157319, 1253, '0515-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157320, 1253, '0515-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157321, 1253, '0515-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157322, 1253, '0515-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157323, 1253, '0515-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157324, 1253, '0515-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157325, 1253, '0515-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157326, 1253, '0515-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157327, 1253, '0515-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157328, 1253, '0515-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157329, 1253, '0515-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157330, 1253, '0516-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157331, 1253, '0516-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157332, 1253, '0516-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157333, 1253, '0516-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157334, 1253, '0516-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157335, 1253, '0516-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157336, 1253, '0516-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157337, 1253, '0516-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157338, 1253, '0516-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157339, 1253, '0516-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157340, 1253, '0516-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157341, 1253, '0516-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157342, 1253, '0517-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157343, 1253, '0517-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157344, 1253, '0517-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157345, 1253, '0517-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157346, 1253, '0517-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157347, 1253, '0517-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157348, 1253, '0517-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157349, 1253, '0517-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157350, 1253, '0517-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157351, 1253, '0517-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157352, 1253, '0517-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157353, 1253, '0517-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157354, 1253, '0518-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157355, 1253, '0518-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157356, 1253, '0518-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157357, 1253, '0518-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157358, 1253, '0518-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157359, 1253, '0518-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157360, 1253, '0518-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157361, 1253, '0518-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157362, 1253, '0518-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157363, 1253, '0518-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157364, 1253, '0518-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157365, 1253, '0518-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157366, 1253, '0519-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157367, 1253, '0519-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157368, 1253, '0519-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157369, 1253, '0519-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157370, 1253, '0519-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157371, 1253, '0519-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157372, 1253, '0519-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157373, 1253, '0519-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157374, 1253, '0519-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157375, 1253, '0519-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157376, 1253, '0519-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157377, 1253, '0519-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157378, 1253, '0520-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157379, 1253, '0520-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157380, 1253, '0520-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157381, 1253, '0520-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157382, 1253, '0520-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157383, 1253, '0520-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157384, 1253, '0520-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157385, 1253, '0520-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157386, 1253, '0520-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157387, 1253, '0520-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157388, 1253, '0520-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157389, 1253, '0520-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157390, 1253, '0521-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157391, 1253, '0521-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157392, 1253, '0521-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157393, 1253, '0521-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157394, 1253, '0521-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157395, 1253, '0521-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157396, 1253, '0521-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157397, 1253, '0521-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157398, 1253, '0521-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157399, 1253, '0521-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157400, 1253, '0521-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157401, 1253, '0521-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157402, 1253, '0522-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157403, 1253, '0522-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157404, 1253, '0522-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157405, 1253, '0522-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157406, 1253, '0522-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157407, 1253, '0522-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157408, 1253, '0522-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157409, 1253, '0522-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157410, 1253, '0522-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157411, 1253, '0522-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157412, 1253, '0522-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157413, 1253, '0522-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157414, 1253, '0523-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157415, 1253, '0523-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157416, 1253, '0523-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157417, 1253, '0523-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157418, 1253, '0523-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157419, 1253, '0523-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157420, 1253, '0523-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157421, 1253, '0523-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157422, 1253, '0523-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157423, 1253, '0523-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157424, 1253, '0523-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157425, 1253, '0523-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157426, 1253, '0524-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157427, 1253, '0524-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157428, 1253, '0524-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157429, 1253, '0524-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157430, 1253, '0524-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157431, 1253, '0524-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157432, 1253, '0524-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157433, 1253, '0524-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157434, 1253, '0524-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157435, 1253, '0524-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157436, 1253, '0524-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157437, 1253, '0524-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157438, 1253, '0525-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157439, 1253, '0525-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157440, 1253, '0525-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157441, 1253, '0525-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157442, 1253, '0525-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157443, 1253, '0525-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157444, 1253, '0525-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157445, 1253, '0525-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157446, 1253, '0525-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157447, 1253, '0525-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157448, 1253, '0525-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157449, 1253, '0525-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157450, 1253, '0526-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157451, 1253, '0526-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157452, 1253, '0526-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157453, 1253, '0526-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157454, 1253, '0526-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157455, 1253, '0526-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157456, 1253, '0526-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157457, 1253, '0526-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157458, 1253, '0526-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157459, 1253, '0526-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157460, 1253, '0526-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157461, 1253, '0526-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157462, 1253, '0527-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157463, 1253, '0527-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157464, 1253, '0527-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157465, 1253, '0527-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157466, 1253, '0527-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157467, 1253, '0527-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157468, 1253, '0527-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157469, 1253, '0527-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157470, 1253, '0527-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157471, 1253, '0527-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157472, 1253, '0527-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157473, 1253, '0527-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157474, 1253, '0528-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157475, 1253, '0528-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157476, 1253, '0528-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157477, 1253, '0528-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157478, 1253, '0528-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157479, 1253, '0528-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157480, 1253, '0528-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157481, 1253, '0528-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157482, 1253, '0528-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157483, 1253, '0528-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157484, 1253, '0528-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157485, 1253, '0528-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157486, 1253, '0529-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157487, 1253, '0529-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157488, 1253, '0529-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157489, 1253, '0529-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157490, 1253, '0529-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157491, 1253, '0529-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157492, 1253, '0529-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157493, 1253, '0529-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157494, 1253, '0529-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157495, 1253, '0529-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157496, 1253, '0529-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157497, 1253, '0529-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157498, 1253, '0530-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157499, 1253, '0530-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157500, 1253, '0530-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157501, 1253, '0530-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157502, 1253, '0530-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157503, 1253, '0530-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157504, 1253, '0530-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157505, 1253, '0530-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157506, 1253, '0530-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157507, 1253, '0530-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157508, 1253, '0530-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157509, 1253, '0530-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157510, 1253, '0531-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157511, 1253, '0531-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157512, 1253, '0531-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157513, 1253, '0531-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157514, 1253, '0531-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157515, 1253, '0531-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157516, 1253, '0531-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157517, 1253, '0531-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157518, 1253, '0531-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157519, 1253, '0531-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157520, 1253, '0531-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157521, 1253, '0531-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157522, 1253, '0532-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157523, 1253, '0532-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157524, 1253, '0532-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157525, 1253, '0532-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157526, 1253, '0532-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157527, 1253, '0532-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157528, 1253, '0532-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157529, 1253, '0532-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157530, 1253, '0532-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157531, 1253, '0532-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157532, 1253, '0532-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157533, 1253, '0532-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157534, 1253, '0533-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157535, 1253, '0533-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157536, 1253, '0533-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157537, 1253, '0533-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157538, 1253, '0533-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157539, 1253, '0533-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157540, 1253, '0533-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157541, 1253, '0533-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157542, 1253, '0533-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157543, 1253, '0533-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(157544, 1253, '0533-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157545, 1253, '0533-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157546, 1253, '0534-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157547, 1253, '0534-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157548, 1253, '0534-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157549, 1253, '0534-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157550, 1253, '0534-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157551, 1253, '0534-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157552, 1253, '0534-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157553, 1253, '0534-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157554, 1253, '0534-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157555, 1253, '0534-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157556, 1253, '0534-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157557, 1253, '0534-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157558, 1253, '0535-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157559, 1253, '0535-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157560, 1253, '0535-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157561, 1253, '0535-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157562, 1253, '0535-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157563, 1253, '0535-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157564, 1253, '0535-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157565, 1253, '0535-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157566, 1253, '0535-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157567, 1253, '0535-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157568, 1253, '0535-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157569, 1253, '0535-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157570, 1253, '0536-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157571, 1253, '0536-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157572, 1253, '0536-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157573, 1253, '0536-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157574, 1253, '0536-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157575, 1253, '0536-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157576, 1253, '0536-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157577, 1253, '0536-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157578, 1253, '0536-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157579, 1253, '0536-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157580, 1253, '0536-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157581, 1253, '0536-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157582, 1253, '0537-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157583, 1253, '0537-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157584, 1253, '0537-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157585, 1253, '0537-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157586, 1253, '0537-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157587, 1253, '0537-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157588, 1253, '0537-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157589, 1253, '0537-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157590, 1253, '0537-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157591, 1253, '0537-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157592, 1253, '0537-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157593, 1253, '0537-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157594, 1253, '0538-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157595, 1253, '0538-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157596, 1253, '0538-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157597, 1253, '0538-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157598, 1253, '0538-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157599, 1253, '0538-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157600, 1253, '0538-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157601, 1253, '0538-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157602, 1253, '0538-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157603, 1253, '0538-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157604, 1253, '0538-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157605, 1253, '0538-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157606, 1253, '0539-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157607, 1253, '0539-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157608, 1253, '0539-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157609, 1253, '0539-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157610, 1253, '0539-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157611, 1253, '0539-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157612, 1253, '0539-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157613, 1253, '0539-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157614, 1253, '0539-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157615, 1253, '0539-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157616, 1253, '0539-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157617, 1253, '0539-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157618, 1253, '0540-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157619, 1253, '0540-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157620, 1253, '0540-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157621, 1253, '0540-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157622, 1253, '0540-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157623, 1253, '0540-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157624, 1253, '0540-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157625, 1253, '0540-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157626, 1253, '0540-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157627, 1253, '0540-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157628, 1253, '0540-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157629, 1253, '0540-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157630, 1253, '0541-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157631, 1253, '0541-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157632, 1253, '0541-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157633, 1253, '0541-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157634, 1253, '0541-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157635, 1253, '0541-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157636, 1253, '0541-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157637, 1253, '0541-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157638, 1253, '0541-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157639, 1253, '0541-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157640, 1253, '0541-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157641, 1253, '0541-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157642, 1253, '0542-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157643, 1253, '0542-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157644, 1253, '0542-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157645, 1253, '0542-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157646, 1253, '0542-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157647, 1253, '0542-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157648, 1253, '0542-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157649, 1253, '0542-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157650, 1253, '0542-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157651, 1253, '0542-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157652, 1253, '0542-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157653, 1253, '0542-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157654, 1253, '0543-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157655, 1253, '0543-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157656, 1253, '0543-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157657, 1253, '0543-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157658, 1253, '0543-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157659, 1253, '0543-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157660, 1253, '0543-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157661, 1253, '0543-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157662, 1253, '0543-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157663, 1253, '0543-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157664, 1253, '0543-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157665, 1253, '0543-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157666, 1253, '0544-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157667, 1253, '0544-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157668, 1253, '0544-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157669, 1253, '0544-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157670, 1253, '0544-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157671, 1253, '0544-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157672, 1253, '0544-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157673, 1253, '0544-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157674, 1253, '0544-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157675, 1253, '0544-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157676, 1253, '0544-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157677, 1253, '0544-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157678, 1253, '0545-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157679, 1253, '0545-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157680, 1253, '0545-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157681, 1253, '0545-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157682, 1253, '0545-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157683, 1253, '0545-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157684, 1253, '0545-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157685, 1253, '0545-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157686, 1253, '0545-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157687, 1253, '0545-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157688, 1253, '0545-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157689, 1253, '0545-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157690, 1253, '0546-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157691, 1253, '0546-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157692, 1253, '0546-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157693, 1253, '0546-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157694, 1253, '0546-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157695, 1253, '0546-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157696, 1253, '0546-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157697, 1253, '0546-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157698, 1253, '0546-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157699, 1253, '0546-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157700, 1253, '0546-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157701, 1253, '0546-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157702, 1253, '0547-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157703, 1253, '0547-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157704, 1253, '0547-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157705, 1253, '0547-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157706, 1253, '0547-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157707, 1253, '0547-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157708, 1253, '0547-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157709, 1253, '0547-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157710, 1253, '0547-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157711, 1253, '0547-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157712, 1253, '0547-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157713, 1253, '0547-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157714, 1253, '0548-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157715, 1253, '0548-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157716, 1253, '0548-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157717, 1253, '0548-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157718, 1253, '0548-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157719, 1253, '0548-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157720, 1253, '0548-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157721, 1253, '0548-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157722, 1253, '0548-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157723, 1253, '0548-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157724, 1253, '0548-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157725, 1253, '0548-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157726, 1253, '0549-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157727, 1253, '0549-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157728, 1253, '0549-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:31', '2023-09-13 14:38:31'),
(157729, 1253, '0549-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157730, 1253, '0549-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157731, 1253, '0549-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157732, 1253, '0549-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157733, 1253, '0549-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157734, 1253, '0549-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157735, 1253, '0549-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157736, 1253, '0549-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157737, 1253, '0549-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157738, 1253, '0550-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157739, 1253, '0550-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157740, 1253, '0550-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157741, 1253, '0550-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157742, 1253, '0550-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157743, 1253, '0550-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157744, 1253, '0550-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157745, 1253, '0550-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157746, 1253, '0550-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157747, 1253, '0550-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157748, 1253, '0550-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157749, 1253, '0550-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157750, 1253, '0551-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157751, 1253, '0551-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157752, 1253, '0551-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157753, 1253, '0551-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157754, 1253, '0551-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157755, 1253, '0551-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157756, 1253, '0551-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157757, 1253, '0551-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157758, 1253, '0551-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157759, 1253, '0551-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157760, 1253, '0551-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157761, 1253, '0551-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157762, 1253, '0552-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157763, 1253, '0552-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157764, 1253, '0552-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157765, 1253, '0552-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157766, 1253, '0552-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157767, 1253, '0552-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157768, 1253, '0552-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157769, 1253, '0552-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157770, 1253, '0552-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157771, 1253, '0552-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157772, 1253, '0552-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157773, 1253, '0552-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157774, 1253, '0553-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157775, 1253, '0553-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157776, 1253, '0553-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157777, 1253, '0553-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157778, 1253, '0553-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157779, 1253, '0553-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157780, 1253, '0553-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157781, 1253, '0553-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157782, 1253, '0553-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157783, 1253, '0553-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157784, 1253, '0553-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157785, 1253, '0553-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157786, 1253, '0554-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157787, 1253, '0554-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157788, 1253, '0554-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157789, 1253, '0554-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157790, 1253, '0554-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157791, 1253, '0554-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157792, 1253, '0554-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157793, 1253, '0554-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157794, 1253, '0554-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157795, 1253, '0554-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157796, 1253, '0554-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157797, 1253, '0554-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157798, 1253, '0555-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157799, 1253, '0555-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157800, 1253, '0555-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157801, 1253, '0555-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157802, 1253, '0555-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157803, 1253, '0555-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157804, 1253, '0555-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157805, 1253, '0555-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157806, 1253, '0555-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157807, 1253, '0555-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157808, 1253, '0555-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157809, 1253, '0555-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157810, 1253, '0556-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157811, 1253, '0556-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157812, 1253, '0556-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157813, 1253, '0556-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157814, 1253, '0556-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157815, 1253, '0556-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157816, 1253, '0556-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157817, 1253, '0556-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157818, 1253, '0556-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157819, 1253, '0556-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157820, 1253, '0556-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157821, 1253, '0556-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157822, 1253, '0557-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157823, 1253, '0557-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157824, 1253, '0557-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157825, 1253, '0557-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157826, 1253, '0557-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157827, 1253, '0557-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157828, 1253, '0557-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157829, 1253, '0557-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157830, 1253, '0557-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157831, 1253, '0557-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157832, 1253, '0557-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157833, 1253, '0557-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157834, 1253, '0558-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157835, 1253, '0558-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157836, 1253, '0558-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157837, 1253, '0558-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157838, 1253, '0558-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157839, 1253, '0558-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157840, 1253, '0558-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157841, 1253, '0558-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157842, 1253, '0558-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157843, 1253, '0558-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157844, 1253, '0558-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157845, 1253, '0558-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157846, 1253, '0559-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157847, 1253, '0559-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157848, 1253, '0559-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157849, 1253, '0559-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157850, 1253, '0559-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157851, 1253, '0559-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157852, 1253, '0559-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157853, 1253, '0559-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157854, 1253, '0559-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157855, 1253, '0559-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157856, 1253, '0559-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157857, 1253, '0559-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157858, 1253, '0560-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157859, 1253, '0560-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157860, 1253, '0560-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157861, 1253, '0560-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157862, 1253, '0560-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157863, 1253, '0560-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157864, 1253, '0560-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157865, 1253, '0560-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157866, 1253, '0560-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157867, 1253, '0560-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157868, 1253, '0560-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157869, 1253, '0560-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157870, 1253, '0561-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157871, 1253, '0561-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157872, 1253, '0561-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157873, 1253, '0561-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157874, 1253, '0561-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157875, 1253, '0561-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157876, 1253, '0561-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157877, 1253, '0561-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157878, 1253, '0561-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157879, 1253, '0561-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157880, 1253, '0561-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157881, 1253, '0561-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157882, 1253, '0562-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157883, 1253, '0562-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157884, 1253, '0562-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157885, 1253, '0562-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157886, 1253, '0562-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157887, 1253, '0562-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157888, 1253, '0562-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157889, 1253, '0562-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157890, 1253, '0562-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157891, 1253, '0562-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157892, 1253, '0562-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157893, 1253, '0562-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157894, 1253, '0563-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157895, 1253, '0563-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157896, 1253, '0563-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157897, 1253, '0563-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157898, 1253, '0563-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157899, 1253, '0563-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157900, 1253, '0563-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157901, 1253, '0563-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157902, 1253, '0563-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157903, 1253, '0563-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157904, 1253, '0563-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157905, 1253, '0563-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157906, 1253, '0564-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157907, 1253, '0564-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157908, 1253, '0564-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157909, 1253, '0564-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157910, 1253, '0564-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157911, 1253, '0564-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157912, 1253, '0564-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157913, 1253, '0564-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157914, 1253, '0564-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157915, 1253, '0564-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157916, 1253, '0564-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157917, 1253, '0564-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157918, 1253, '0565-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157919, 1253, '0565-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157920, 1253, '0565-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157921, 1253, '0565-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157922, 1253, '0565-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157923, 1253, '0565-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157924, 1253, '0565-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157925, 1253, '0565-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157926, 1253, '0565-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157927, 1253, '0565-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157928, 1253, '0565-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157929, 1253, '0565-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157930, 1253, '0566-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157931, 1253, '0566-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157932, 1253, '0566-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157933, 1253, '0566-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157934, 1253, '0566-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157935, 1253, '0566-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157936, 1253, '0566-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157937, 1253, '0566-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157938, 1253, '0566-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157939, 1253, '0566-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157940, 1253, '0566-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157941, 1253, '0566-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157942, 1253, '0567-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157943, 1253, '0567-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157944, 1253, '0567-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157945, 1253, '0567-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157946, 1253, '0567-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157947, 1253, '0567-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157948, 1253, '0567-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157949, 1253, '0567-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157950, 1253, '0567-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157951, 1253, '0567-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157952, 1253, '0567-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157953, 1253, '0567-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157954, 1253, '0568-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157955, 1253, '0568-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157956, 1253, '0568-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157957, 1253, '0568-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157958, 1253, '0568-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157959, 1253, '0568-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157960, 1253, '0568-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157961, 1253, '0568-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157962, 1253, '0568-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157963, 1253, '0568-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157964, 1253, '0568-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157965, 1253, '0568-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157966, 1253, '0569-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157967, 1253, '0569-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157968, 1253, '0569-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157969, 1253, '0569-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157970, 1253, '0569-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157971, 1253, '0569-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157972, 1253, '0569-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157973, 1253, '0569-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157974, 1253, '0569-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157975, 1253, '0569-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157976, 1253, '0569-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157977, 1253, '0569-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157978, 1253, '0570-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157979, 1253, '0570-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157980, 1253, '0570-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157981, 1253, '0570-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157982, 1253, '0570-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157983, 1253, '0570-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157984, 1253, '0570-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157985, 1253, '0570-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157986, 1253, '0570-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157987, 1253, '0570-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157988, 1253, '0570-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157989, 1253, '0570-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157990, 1253, '0571-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157991, 1253, '0571-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157992, 1253, '0571-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157993, 1253, '0571-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157994, 1253, '0571-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157995, 1253, '0571-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157996, 1253, '0571-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157997, 1253, '0571-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157998, 1253, '0571-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(157999, 1253, '0571-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(158000, 1253, '0571-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(158001, 1253, '0571-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(158002, 1253, '0572-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(158003, 1253, '0572-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(158004, 1253, '0572-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(158005, 1253, '0572-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(158006, 1253, '0572-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(158007, 1253, '0572-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(158008, 1253, '0572-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(158009, 1253, '0572-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(158010, 1253, '0572-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(158011, 1253, '0572-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(158012, 1253, '0572-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(158013, 1253, '0572-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(158014, 1253, '0573-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(158015, 1253, '0573-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(158016, 1253, '0573-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(158017, 1253, '0573-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(158018, 1253, '0573-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(158019, 1253, '0573-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(158020, 1253, '0573-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(158021, 1253, '0573-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(158022, 1253, '0573-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(158023, 1253, '0573-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(158024, 1253, '0573-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(158025, 1253, '0573-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(158026, 1253, '0574-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(158027, 1253, '0574-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(158028, 1253, '0574-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(158029, 1253, '0574-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(158030, 1253, '0574-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(158031, 1253, '0574-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(158032, 1253, '0574-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(158033, 1253, '0574-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(158034, 1253, '0574-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(158035, 1253, '0574-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(158036, 1253, '0574-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(158037, 1253, '0574-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(158038, 1253, '0575-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(158039, 1253, '0575-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(158040, 1253, '0575-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(158041, 1253, '0575-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(158042, 1253, '0575-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(158043, 1253, '0575-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(158044, 1253, '0575-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(158045, 1253, '0575-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(158046, 1253, '0575-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(158047, 1253, '0575-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(158048, 1253, '0575-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(158049, 1253, '0575-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(158050, 1253, '0576-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(158051, 1253, '0576-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(158052, 1253, '0576-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(158053, 1253, '0576-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(158054, 1253, '0576-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(158055, 1253, '0576-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(158056, 1253, '0576-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(158057, 1253, '0576-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(158058, 1253, '0576-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(158059, 1253, '0576-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(158060, 1253, '0576-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(158061, 1253, '0576-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(158062, 1253, '0577-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(158063, 1253, '0577-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(158064, 1253, '0577-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(158065, 1253, '0577-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(158066, 1253, '0577-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(158067, 1253, '0577-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(158068, 1253, '0577-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(158069, 1253, '0577-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(158070, 1253, '0577-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(158071, 1253, '0577-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(158072, 1253, '0577-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(158073, 1253, '0577-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(158074, 1253, '0578-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(158075, 1253, '0578-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(158076, 1253, '0578-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(158077, 1253, '0578-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(158078, 1253, '0578-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(158079, 1253, '0578-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(158080, 1253, '0578-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(158081, 1253, '0578-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(158082, 1253, '0578-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(158083, 1253, '0578-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(158084, 1253, '0578-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(158085, 1253, '0578-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(158086, 1253, '0579-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(158087, 1253, '0579-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(158088, 1253, '0579-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(158089, 1253, '0579-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(158090, 1253, '0579-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(158091, 1253, '0579-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(158092, 1253, '0579-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(158093, 1253, '0579-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(158094, 1253, '0579-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(158095, 1253, '0579-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(158096, 1253, '0579-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(158097, 1253, '0579-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(158098, 1253, '0580-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(158099, 1253, '0580-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(158100, 1253, '0580-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(158101, 1253, '0580-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(158102, 1253, '0580-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(158103, 1253, '0580-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(158104, 1253, '0580-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(158105, 1253, '0580-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(158106, 1253, '0580-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(158107, 1253, '0580-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(158108, 1253, '0580-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(158109, 1253, '0580-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(158110, 1253, '0581-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(158111, 1253, '0581-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(158112, 1253, '0581-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(158113, 1253, '0581-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(158114, 1253, '0581-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(158115, 1253, '0581-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(158116, 1253, '0581-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(158117, 1253, '0581-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(158118, 1253, '0581-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(158119, 1253, '0581-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(158120, 1253, '0581-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(158121, 1253, '0581-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(158122, 1253, '0582-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(158123, 1253, '0582-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(158124, 1253, '0582-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(158125, 1253, '0582-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(158126, 1253, '0582-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(158127, 1253, '0582-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(158128, 1253, '0582-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(158129, 1253, '0582-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(158130, 1253, '0582-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(158131, 1253, '0582-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(158132, 1253, '0582-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(158133, 1253, '0582-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(158134, 1253, '0583-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(158135, 1253, '0583-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(158136, 1253, '0583-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(158137, 1253, '0583-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(158138, 1253, '0583-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(158139, 1253, '0583-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:32', '2023-09-13 14:38:32'),
(158140, 1253, '0583-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158141, 1253, '0583-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158142, 1253, '0583-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158143, 1253, '0583-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158144, 1253, '0583-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158145, 1253, '0583-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158146, 1253, '0584-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158147, 1253, '0584-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158148, 1253, '0584-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158149, 1253, '0584-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158150, 1253, '0584-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158151, 1253, '0584-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158152, 1253, '0584-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158153, 1253, '0584-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158154, 1253, '0584-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158155, 1253, '0584-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158156, 1253, '0584-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158157, 1253, '0584-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158158, 1253, '0585-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158159, 1253, '0585-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158160, 1253, '0585-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158161, 1253, '0585-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158162, 1253, '0585-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158163, 1253, '0585-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158164, 1253, '0585-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158165, 1253, '0585-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158166, 1253, '0585-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158167, 1253, '0585-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158168, 1253, '0585-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158169, 1253, '0585-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158170, 1253, '0586-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158171, 1253, '0586-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158172, 1253, '0586-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158173, 1253, '0586-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158174, 1253, '0586-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158175, 1253, '0586-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158176, 1253, '0586-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158177, 1253, '0586-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158178, 1253, '0586-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158179, 1253, '0586-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158180, 1253, '0586-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158181, 1253, '0586-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158182, 1253, '0587-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158183, 1253, '0587-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158184, 1253, '0587-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158185, 1253, '0587-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158186, 1253, '0587-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158187, 1253, '0587-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158188, 1253, '0587-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158189, 1253, '0587-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158190, 1253, '0587-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158191, 1253, '0587-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158192, 1253, '0587-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158193, 1253, '0587-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158194, 1253, '0588-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158195, 1253, '0588-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158196, 1253, '0588-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158197, 1253, '0588-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158198, 1253, '0588-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158199, 1253, '0588-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158200, 1253, '0588-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158201, 1253, '0588-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158202, 1253, '0588-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158203, 1253, '0588-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158204, 1253, '0588-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158205, 1253, '0588-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158206, 1253, '0589-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158207, 1253, '0589-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158208, 1253, '0589-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158209, 1253, '0589-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158210, 1253, '0589-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158211, 1253, '0589-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158212, 1253, '0589-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158213, 1253, '0589-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158214, 1253, '0589-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158215, 1253, '0589-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158216, 1253, '0589-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158217, 1253, '0589-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158218, 1253, '0590-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158219, 1253, '0590-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158220, 1253, '0590-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158221, 1253, '0590-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158222, 1253, '0590-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158223, 1253, '0590-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158224, 1253, '0590-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158225, 1253, '0590-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158226, 1253, '0590-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158227, 1253, '0590-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158228, 1253, '0590-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158229, 1253, '0590-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158230, 1253, '0591-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158231, 1253, '0591-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158232, 1253, '0591-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158233, 1253, '0591-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158234, 1253, '0591-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158235, 1253, '0591-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158236, 1253, '0591-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158237, 1253, '0591-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158238, 1253, '0591-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158239, 1253, '0591-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158240, 1253, '0591-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158241, 1253, '0591-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158242, 1253, '0592-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158243, 1253, '0592-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158244, 1253, '0592-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158245, 1253, '0592-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158246, 1253, '0592-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158247, 1253, '0592-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158248, 1253, '0592-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158249, 1253, '0592-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158250, 1253, '0592-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158251, 1253, '0592-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158252, 1253, '0592-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158253, 1253, '0592-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158254, 1253, '0593-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158255, 1253, '0593-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158256, 1253, '0593-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158257, 1253, '0593-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158258, 1253, '0593-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158259, 1253, '0593-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158260, 1253, '0593-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158261, 1253, '0593-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158262, 1253, '0593-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158263, 1253, '0593-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158264, 1253, '0593-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158265, 1253, '0593-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158266, 1253, '0594-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158267, 1253, '0594-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158268, 1253, '0594-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158269, 1253, '0594-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158270, 1253, '0594-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158271, 1253, '0594-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158272, 1253, '0594-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158273, 1253, '0594-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158274, 1253, '0594-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158275, 1253, '0594-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158276, 1253, '0594-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158277, 1253, '0594-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158278, 1253, '0595-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158279, 1253, '0595-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158280, 1253, '0595-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158281, 1253, '0595-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158282, 1253, '0595-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158283, 1253, '0595-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158284, 1253, '0595-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158285, 1253, '0595-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158286, 1253, '0595-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158287, 1253, '0595-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158288, 1253, '0595-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158289, 1253, '0595-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158290, 1253, '0596-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158291, 1253, '0596-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158292, 1253, '0596-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158293, 1253, '0596-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158294, 1253, '0596-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158295, 1253, '0596-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158296, 1253, '0596-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158297, 1253, '0596-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158298, 1253, '0596-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158299, 1253, '0596-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158300, 1253, '0596-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158301, 1253, '0596-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158302, 1253, '0597-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158303, 1253, '0597-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158304, 1253, '0597-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158305, 1253, '0597-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158306, 1253, '0597-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158307, 1253, '0597-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158308, 1253, '0597-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158309, 1253, '0597-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158310, 1253, '0597-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158311, 1253, '0597-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158312, 1253, '0597-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158313, 1253, '0597-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158314, 1253, '0598-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158315, 1253, '0598-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158316, 1253, '0598-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158317, 1253, '0598-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158318, 1253, '0598-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158319, 1253, '0598-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158320, 1253, '0598-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158321, 1253, '0598-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158322, 1253, '0598-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158323, 1253, '0598-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158324, 1253, '0598-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158325, 1253, '0598-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158326, 1253, '0599-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158327, 1253, '0599-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158328, 1253, '0599-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158329, 1253, '0599-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158330, 1253, '0599-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158331, 1253, '0599-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158332, 1253, '0599-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158333, 1253, '0599-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158334, 1253, '0599-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158335, 1253, '0599-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158336, 1253, '0599-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158337, 1253, '0599-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158338, 1253, '0600-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158339, 1253, '0600-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158340, 1253, '0600-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158341, 1253, '0600-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158342, 1253, '0600-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158343, 1253, '0600-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158344, 1253, '0600-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158345, 1253, '0600-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158346, 1253, '0600-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158347, 1253, '0600-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158348, 1253, '0600-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158349, 1253, '0600-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158350, 1253, '0601-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158351, 1253, '0601-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158352, 1253, '0601-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158353, 1253, '0601-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158354, 1253, '0601-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158355, 1253, '0601-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158356, 1253, '0601-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158357, 1253, '0601-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158358, 1253, '0601-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158359, 1253, '0601-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158360, 1253, '0601-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158361, 1253, '0601-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158362, 1253, '0602-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158363, 1253, '0602-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158364, 1253, '0602-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158365, 1253, '0602-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158366, 1253, '0602-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158367, 1253, '0602-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158368, 1253, '0602-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158369, 1253, '0602-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158370, 1253, '0602-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158371, 1253, '0602-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158372, 1253, '0602-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158373, 1253, '0602-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158374, 1253, '0603-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158375, 1253, '0603-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158376, 1253, '0603-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158377, 1253, '0603-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158378, 1253, '0603-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158379, 1253, '0603-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158380, 1253, '0603-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158381, 1253, '0603-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158382, 1253, '0603-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158383, 1253, '0603-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158384, 1253, '0603-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158385, 1253, '0603-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158386, 1253, '0604-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158387, 1253, '0604-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158388, 1253, '0604-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158389, 1253, '0604-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158390, 1253, '0604-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158391, 1253, '0604-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158392, 1253, '0604-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158393, 1253, '0604-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158394, 1253, '0604-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158395, 1253, '0604-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158396, 1253, '0604-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158397, 1253, '0604-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158398, 1253, '0605-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158399, 1253, '0605-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158400, 1253, '0605-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158401, 1253, '0605-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158402, 1253, '0605-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158403, 1253, '0605-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158404, 1253, '0605-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158405, 1253, '0605-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158406, 1253, '0605-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158407, 1253, '0605-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158408, 1253, '0605-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158409, 1253, '0605-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158410, 1253, '0606-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158411, 1253, '0606-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158412, 1253, '0606-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158413, 1253, '0606-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158414, 1253, '0606-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158415, 1253, '0606-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158416, 1253, '0606-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158417, 1253, '0606-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158418, 1253, '0606-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158419, 1253, '0606-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158420, 1253, '0606-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158421, 1253, '0606-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158422, 1253, '0607-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158423, 1253, '0607-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158424, 1253, '0607-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158425, 1253, '0607-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158426, 1253, '0607-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158427, 1253, '0607-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158428, 1253, '0607-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158429, 1253, '0607-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158430, 1253, '0607-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158431, 1253, '0607-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158432, 1253, '0607-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158433, 1253, '0607-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158434, 1253, '0608-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158435, 1253, '0608-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158436, 1253, '0608-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158437, 1253, '0608-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158438, 1253, '0608-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158439, 1253, '0608-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158440, 1253, '0608-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158441, 1253, '0608-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158442, 1253, '0608-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158443, 1253, '0608-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158444, 1253, '0608-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158445, 1253, '0608-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158446, 1253, '0609-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158447, 1253, '0609-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158448, 1253, '0609-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158449, 1253, '0609-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158450, 1253, '0609-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158451, 1253, '0609-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158452, 1253, '0609-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158453, 1253, '0609-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158454, 1253, '0609-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158455, 1253, '0609-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(158456, 1253, '0609-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158457, 1253, '0609-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158458, 1253, '0610-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158459, 1253, '0610-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158460, 1253, '0610-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158461, 1253, '0610-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158462, 1253, '0610-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158463, 1253, '0610-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158464, 1253, '0610-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158465, 1253, '0610-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158466, 1253, '0610-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158467, 1253, '0610-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158468, 1253, '0610-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158469, 1253, '0610-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158470, 1253, '0611-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158471, 1253, '0611-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158472, 1253, '0611-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158473, 1253, '0611-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158474, 1253, '0611-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158475, 1253, '0611-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158476, 1253, '0611-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158477, 1253, '0611-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158478, 1253, '0611-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158479, 1253, '0611-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158480, 1253, '0611-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158481, 1253, '0611-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158482, 1253, '0612-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158483, 1253, '0612-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158484, 1253, '0612-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158485, 1253, '0612-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158486, 1253, '0612-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158487, 1253, '0612-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158488, 1253, '0612-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158489, 1253, '0612-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158490, 1253, '0612-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158491, 1253, '0612-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158492, 1253, '0612-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158493, 1253, '0612-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158494, 1253, '0613-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158495, 1253, '0613-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158496, 1253, '0613-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158497, 1253, '0613-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158498, 1253, '0613-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158499, 1253, '0613-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158500, 1253, '0613-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158501, 1253, '0613-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158502, 1253, '0613-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158503, 1253, '0613-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158504, 1253, '0613-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158505, 1253, '0613-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158506, 1253, '0614-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158507, 1253, '0614-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158508, 1253, '0614-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158509, 1253, '0614-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158510, 1253, '0614-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158511, 1253, '0614-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158512, 1253, '0614-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158513, 1253, '0614-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158514, 1253, '0614-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158515, 1253, '0614-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158516, 1253, '0614-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158517, 1253, '0614-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158518, 1253, '0615-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158519, 1253, '0615-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158520, 1253, '0615-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158521, 1253, '0615-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158522, 1253, '0615-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158523, 1253, '0615-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158524, 1253, '0615-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158525, 1253, '0615-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158526, 1253, '0615-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158527, 1253, '0615-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158528, 1253, '0615-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158529, 1253, '0615-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158530, 1253, '0616-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158531, 1253, '0616-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158532, 1253, '0616-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158533, 1253, '0616-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158534, 1253, '0616-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158535, 1253, '0616-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158536, 1253, '0616-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158537, 1253, '0616-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158538, 1253, '0616-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158539, 1253, '0616-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158540, 1253, '0616-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158541, 1253, '0616-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158542, 1253, '0617-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158543, 1253, '0617-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158544, 1253, '0617-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158545, 1253, '0617-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158546, 1253, '0617-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158547, 1253, '0617-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158548, 1253, '0617-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158549, 1253, '0617-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158550, 1253, '0617-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158551, 1253, '0617-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158552, 1253, '0617-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158553, 1253, '0617-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158554, 1253, '0618-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158555, 1253, '0618-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158556, 1253, '0618-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158557, 1253, '0618-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158558, 1253, '0618-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158559, 1253, '0618-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158560, 1253, '0618-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158561, 1253, '0618-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158562, 1253, '0618-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158563, 1253, '0618-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158564, 1253, '0618-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158565, 1253, '0618-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158566, 1253, '0619-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158567, 1253, '0619-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158568, 1253, '0619-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158569, 1253, '0619-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158570, 1253, '0619-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158571, 1253, '0619-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158572, 1253, '0619-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:33', '2023-09-13 14:38:33'),
(158573, 1253, '0619-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158574, 1253, '0619-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158575, 1253, '0619-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158576, 1253, '0619-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158577, 1253, '0619-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158578, 1253, '0620-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158579, 1253, '0620-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158580, 1253, '0620-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158581, 1253, '0620-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158582, 1253, '0620-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158583, 1253, '0620-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158584, 1253, '0620-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158585, 1253, '0620-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158586, 1253, '0620-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158587, 1253, '0620-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158588, 1253, '0620-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158589, 1253, '0620-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158590, 1253, '0621-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158591, 1253, '0621-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158592, 1253, '0621-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158593, 1253, '0621-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158594, 1253, '0621-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158595, 1253, '0621-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158596, 1253, '0621-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158597, 1253, '0621-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158598, 1253, '0621-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158599, 1253, '0621-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158600, 1253, '0621-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158601, 1253, '0621-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158602, 1253, '0622-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158603, 1253, '0622-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158604, 1253, '0622-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158605, 1253, '0622-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158606, 1253, '0622-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158607, 1253, '0622-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158608, 1253, '0622-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158609, 1253, '0622-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158610, 1253, '0622-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158611, 1253, '0622-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158612, 1253, '0622-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158613, 1253, '0622-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158614, 1253, '0623-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158615, 1253, '0623-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158616, 1253, '0623-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158617, 1253, '0623-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158618, 1253, '0623-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158619, 1253, '0623-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158620, 1253, '0623-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158621, 1253, '0623-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158622, 1253, '0623-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158623, 1253, '0623-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158624, 1253, '0623-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158625, 1253, '0623-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158626, 1253, '0624-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158627, 1253, '0624-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158628, 1253, '0624-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158629, 1253, '0624-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158630, 1253, '0624-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158631, 1253, '0624-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158632, 1253, '0624-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158633, 1253, '0624-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158634, 1253, '0624-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158635, 1253, '0624-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158636, 1253, '0624-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158637, 1253, '0624-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158638, 1253, '0625-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158639, 1253, '0625-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158640, 1253, '0625-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158641, 1253, '0625-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158642, 1253, '0625-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158643, 1253, '0625-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158644, 1253, '0625-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158645, 1253, '0625-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158646, 1253, '0625-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158647, 1253, '0625-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158648, 1253, '0625-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158649, 1253, '0625-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158650, 1253, '0626-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158651, 1253, '0626-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158652, 1253, '0626-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158653, 1253, '0626-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158654, 1253, '0626-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158655, 1253, '0626-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158656, 1253, '0626-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158657, 1253, '0626-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158658, 1253, '0626-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158659, 1253, '0626-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158660, 1253, '0626-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158661, 1253, '0626-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158662, 1253, '0627-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158663, 1253, '0627-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158664, 1253, '0627-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158665, 1253, '0627-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158666, 1253, '0627-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158667, 1253, '0627-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158668, 1253, '0627-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158669, 1253, '0627-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158670, 1253, '0627-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158671, 1253, '0627-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158672, 1253, '0627-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158673, 1253, '0627-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158674, 1253, '0628-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158675, 1253, '0628-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158676, 1253, '0628-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158677, 1253, '0628-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158678, 1253, '0628-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158679, 1253, '0628-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158680, 1253, '0628-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158681, 1253, '0628-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158682, 1253, '0628-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158683, 1253, '0628-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158684, 1253, '0628-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158685, 1253, '0628-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158686, 1253, '0629-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158687, 1253, '0629-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158688, 1253, '0629-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158689, 1253, '0629-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158690, 1253, '0629-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158691, 1253, '0629-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158692, 1253, '0629-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158693, 1253, '0629-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158694, 1253, '0629-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158695, 1253, '0629-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158696, 1253, '0629-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158697, 1253, '0629-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158698, 1253, '0630-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158699, 1253, '0630-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158700, 1253, '0630-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158701, 1253, '0630-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158702, 1253, '0630-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158703, 1253, '0630-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158704, 1253, '0630-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158705, 1253, '0630-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158706, 1253, '0630-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158707, 1253, '0630-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158708, 1253, '0630-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158709, 1253, '0630-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158710, 1253, '0631-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158711, 1253, '0631-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158712, 1253, '0631-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158713, 1253, '0631-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158714, 1253, '0631-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158715, 1253, '0631-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158716, 1253, '0631-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158717, 1253, '0631-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158718, 1253, '0631-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158719, 1253, '0631-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158720, 1253, '0631-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158721, 1253, '0631-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158722, 1253, '0632-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158723, 1253, '0632-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158724, 1253, '0632-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158725, 1253, '0632-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158726, 1253, '0632-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158727, 1253, '0632-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158728, 1253, '0632-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158729, 1253, '0632-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158730, 1253, '0632-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158731, 1253, '0632-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158732, 1253, '0632-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158733, 1253, '0632-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158734, 1253, '0633-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158735, 1253, '0633-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158736, 1253, '0633-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158737, 1253, '0633-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158738, 1253, '0633-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158739, 1253, '0633-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158740, 1253, '0633-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158741, 1253, '0633-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158742, 1253, '0633-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158743, 1253, '0633-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158744, 1253, '0633-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158745, 1253, '0633-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158746, 1253, '0634-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158747, 1253, '0634-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158748, 1253, '0634-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158749, 1253, '0634-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158750, 1253, '0634-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158751, 1253, '0634-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158752, 1253, '0634-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158753, 1253, '0634-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158754, 1253, '0634-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158755, 1253, '0634-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158756, 1253, '0634-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158757, 1253, '0634-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158758, 1253, '0635-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158759, 1253, '0635-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158760, 1253, '0635-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158761, 1253, '0635-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158762, 1253, '0635-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158763, 1253, '0635-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158764, 1253, '0635-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158765, 1253, '0635-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158766, 1253, '0635-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158767, 1253, '0635-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158768, 1253, '0635-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158769, 1253, '0635-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158770, 1253, '0636-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158771, 1253, '0636-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158772, 1253, '0636-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158773, 1253, '0636-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158774, 1253, '0636-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158775, 1253, '0636-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158776, 1253, '0636-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158777, 1253, '0636-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158778, 1253, '0636-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158779, 1253, '0636-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158780, 1253, '0636-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158781, 1253, '0636-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158782, 1253, '0637-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158783, 1253, '0637-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158784, 1253, '0637-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158785, 1253, '0637-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158786, 1253, '0637-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158787, 1253, '0637-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158788, 1253, '0637-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158789, 1253, '0637-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158790, 1253, '0637-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158791, 1253, '0637-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158792, 1253, '0637-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158793, 1253, '0637-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158794, 1253, '0638-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158795, 1253, '0638-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158796, 1253, '0638-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158797, 1253, '0638-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158798, 1253, '0638-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158799, 1253, '0638-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158800, 1253, '0638-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158801, 1253, '0638-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158802, 1253, '0638-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158803, 1253, '0638-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158804, 1253, '0638-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158805, 1253, '0638-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158806, 1253, '0639-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158807, 1253, '0639-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158808, 1253, '0639-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158809, 1253, '0639-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158810, 1253, '0639-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158811, 1253, '0639-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158812, 1253, '0639-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158813, 1253, '0639-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158814, 1253, '0639-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158815, 1253, '0639-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158816, 1253, '0639-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158817, 1253, '0639-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158818, 1253, '0640-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158819, 1253, '0640-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158820, 1253, '0640-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158821, 1253, '0640-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158822, 1253, '0640-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158823, 1253, '0640-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158824, 1253, '0640-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158825, 1253, '0640-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158826, 1253, '0640-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158827, 1253, '0640-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158828, 1253, '0640-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158829, 1253, '0640-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158830, 1253, '0641-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158831, 1253, '0641-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158832, 1253, '0641-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158833, 1253, '0641-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158834, 1253, '0641-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158835, 1253, '0641-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158836, 1253, '0641-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158837, 1253, '0641-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158838, 1253, '0641-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158839, 1253, '0641-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158840, 1253, '0641-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158841, 1253, '0641-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158842, 1253, '0642-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158843, 1253, '0642-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158844, 1253, '0642-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158845, 1253, '0642-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158846, 1253, '0642-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158847, 1253, '0642-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158848, 1253, '0642-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158849, 1253, '0642-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158850, 1253, '0642-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158851, 1253, '0642-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158852, 1253, '0642-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158853, 1253, '0642-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158854, 1253, '0643-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158855, 1253, '0643-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158856, 1253, '0643-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158857, 1253, '0643-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158858, 1253, '0643-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158859, 1253, '0643-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158860, 1253, '0643-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158861, 1253, '0643-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158862, 1253, '0643-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158863, 1253, '0643-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158864, 1253, '0643-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158865, 1253, '0643-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158866, 1253, '0644-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158867, 1253, '0644-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158868, 1253, '0644-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158869, 1253, '0644-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158870, 1253, '0644-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158871, 1253, '0644-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158872, 1253, '0644-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158873, 1253, '0644-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158874, 1253, '0644-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158875, 1253, '0644-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158876, 1253, '0644-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158877, 1253, '0644-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158878, 1253, '0645-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158879, 1253, '0645-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158880, 1253, '0645-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158881, 1253, '0645-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158882, 1253, '0645-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158883, 1253, '0645-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158884, 1253, '0645-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158885, 1253, '0645-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158886, 1253, '0645-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158887, 1253, '0645-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158888, 1253, '0645-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158889, 1253, '0645-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158890, 1253, '0646-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158891, 1253, '0646-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158892, 1253, '0646-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158893, 1253, '0646-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158894, 1253, '0646-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158895, 1253, '0646-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158896, 1253, '0646-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158897, 1253, '0646-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158898, 1253, '0646-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158899, 1253, '0646-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158900, 1253, '0646-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158901, 1253, '0646-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158902, 1253, '0647-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158903, 1253, '0647-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158904, 1253, '0647-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158905, 1253, '0647-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158906, 1253, '0647-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158907, 1253, '0647-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158908, 1253, '0647-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158909, 1253, '0647-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158910, 1253, '0647-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158911, 1253, '0647-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(158912, 1253, '0647-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158913, 1253, '0647-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158914, 1253, '0648-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158915, 1253, '0648-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158916, 1253, '0648-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158917, 1253, '0648-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158918, 1253, '0648-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158919, 1253, '0648-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158920, 1253, '0648-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158921, 1253, '0648-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158922, 1253, '0648-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158923, 1253, '0648-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158924, 1253, '0648-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158925, 1253, '0648-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158926, 1253, '0649-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158927, 1253, '0649-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158928, 1253, '0649-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158929, 1253, '0649-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158930, 1253, '0649-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158931, 1253, '0649-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158932, 1253, '0649-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158933, 1253, '0649-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158934, 1253, '0649-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158935, 1253, '0649-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158936, 1253, '0649-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158937, 1253, '0649-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158938, 1253, '0650-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158939, 1253, '0650-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158940, 1253, '0650-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158941, 1253, '0650-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158942, 1253, '0650-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158943, 1253, '0650-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158944, 1253, '0650-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158945, 1253, '0650-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158946, 1253, '0650-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158947, 1253, '0650-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158948, 1253, '0650-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158949, 1253, '0650-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158950, 1253, '0651-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158951, 1253, '0651-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158952, 1253, '0651-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158953, 1253, '0651-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158954, 1253, '0651-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158955, 1253, '0651-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158956, 1253, '0651-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158957, 1253, '0651-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158958, 1253, '0651-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158959, 1253, '0651-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158960, 1253, '0651-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158961, 1253, '0651-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158962, 1253, '0652-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158963, 1253, '0652-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158964, 1253, '0652-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158965, 1253, '0652-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158966, 1253, '0652-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158967, 1253, '0652-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158968, 1253, '0652-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158969, 1253, '0652-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158970, 1253, '0652-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158971, 1253, '0652-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158972, 1253, '0652-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158973, 1253, '0652-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158974, 1253, '0653-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158975, 1253, '0653-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158976, 1253, '0653-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158977, 1253, '0653-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158978, 1253, '0653-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158979, 1253, '0653-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158980, 1253, '0653-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158981, 1253, '0653-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158982, 1253, '0653-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158983, 1253, '0653-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158984, 1253, '0653-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158985, 1253, '0653-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158986, 1253, '0654-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:34', '2023-09-13 14:38:34'),
(158987, 1253, '0654-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(158988, 1253, '0654-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(158989, 1253, '0654-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(158990, 1253, '0654-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(158991, 1253, '0654-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(158992, 1253, '0654-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(158993, 1253, '0654-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(158994, 1253, '0654-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(158995, 1253, '0654-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(158996, 1253, '0654-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(158997, 1253, '0654-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(158998, 1253, '0655-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(158999, 1253, '0655-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159000, 1253, '0655-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159001, 1253, '0655-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159002, 1253, '0655-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159003, 1253, '0655-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159004, 1253, '0655-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159005, 1253, '0655-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159006, 1253, '0655-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159007, 1253, '0655-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159008, 1253, '0655-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159009, 1253, '0655-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159010, 1253, '0656-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159011, 1253, '0656-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159012, 1253, '0656-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159013, 1253, '0656-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159014, 1253, '0656-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159015, 1253, '0656-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159016, 1253, '0656-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159017, 1253, '0656-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159018, 1253, '0656-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159019, 1253, '0656-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159020, 1253, '0656-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159021, 1253, '0656-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159022, 1253, '0657-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159023, 1253, '0657-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159024, 1253, '0657-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159025, 1253, '0657-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159026, 1253, '0657-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159027, 1253, '0657-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159028, 1253, '0657-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159029, 1253, '0657-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159030, 1253, '0657-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159031, 1253, '0657-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159032, 1253, '0657-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159033, 1253, '0657-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159034, 1253, '0658-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159035, 1253, '0658-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159036, 1253, '0658-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159037, 1253, '0658-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159038, 1253, '0658-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159039, 1253, '0658-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159040, 1253, '0658-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159041, 1253, '0658-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159042, 1253, '0658-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159043, 1253, '0658-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159044, 1253, '0658-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159045, 1253, '0658-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159046, 1253, '0659-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159047, 1253, '0659-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159048, 1253, '0659-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159049, 1253, '0659-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159050, 1253, '0659-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159051, 1253, '0659-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159052, 1253, '0659-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159053, 1253, '0659-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159054, 1253, '0659-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159055, 1253, '0659-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159056, 1253, '0659-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159057, 1253, '0659-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159058, 1253, '0660-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159059, 1253, '0660-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159060, 1253, '0660-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159061, 1253, '0660-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159062, 1253, '0660-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159063, 1253, '0660-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159064, 1253, '0660-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159065, 1253, '0660-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159066, 1253, '0660-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159067, 1253, '0660-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159068, 1253, '0660-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159069, 1253, '0660-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159070, 1253, '0661-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159071, 1253, '0661-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159072, 1253, '0661-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159073, 1253, '0661-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159074, 1253, '0661-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159075, 1253, '0661-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159076, 1253, '0661-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159077, 1253, '0661-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159078, 1253, '0661-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159079, 1253, '0661-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159080, 1253, '0661-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159081, 1253, '0661-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159082, 1253, '0662-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159083, 1253, '0662-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159084, 1253, '0662-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159085, 1253, '0662-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159086, 1253, '0662-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159087, 1253, '0662-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159088, 1253, '0662-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159089, 1253, '0662-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159090, 1253, '0662-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159091, 1253, '0662-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159092, 1253, '0662-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159093, 1253, '0662-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159094, 1253, '0663-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159095, 1253, '0663-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159096, 1253, '0663-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159097, 1253, '0663-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159098, 1253, '0663-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159099, 1253, '0663-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159100, 1253, '0663-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159101, 1253, '0663-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159102, 1253, '0663-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159103, 1253, '0663-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159104, 1253, '0663-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159105, 1253, '0663-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159106, 1253, '0664-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159107, 1253, '0664-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159108, 1253, '0664-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159109, 1253, '0664-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159110, 1253, '0664-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159111, 1253, '0664-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159112, 1253, '0664-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159113, 1253, '0664-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159114, 1253, '0664-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159115, 1253, '0664-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159116, 1253, '0664-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159117, 1253, '0664-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159118, 1253, '0665-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159119, 1253, '0665-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159120, 1253, '0665-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159121, 1253, '0665-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159122, 1253, '0665-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159123, 1253, '0665-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159124, 1253, '0665-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159125, 1253, '0665-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159126, 1253, '0665-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159127, 1253, '0665-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159128, 1253, '0665-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159129, 1253, '0665-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159130, 1253, '0666-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159131, 1253, '0666-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159132, 1253, '0666-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159133, 1253, '0666-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159134, 1253, '0666-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159135, 1253, '0666-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159136, 1253, '0666-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159137, 1253, '0666-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159138, 1253, '0666-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159139, 1253, '0666-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159140, 1253, '0666-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159141, 1253, '0666-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159142, 1253, '0667-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159143, 1253, '0667-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159144, 1253, '0667-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159145, 1253, '0667-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159146, 1253, '0667-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159147, 1253, '0667-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159148, 1253, '0667-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159149, 1253, '0667-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159150, 1253, '0667-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159151, 1253, '0667-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159152, 1253, '0667-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159153, 1253, '0667-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159154, 1253, '0668-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159155, 1253, '0668-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159156, 1253, '0668-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159157, 1253, '0668-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159158, 1253, '0668-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159159, 1253, '0668-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159160, 1253, '0668-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159161, 1253, '0668-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159162, 1253, '0668-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159163, 1253, '0668-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159164, 1253, '0668-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159165, 1253, '0668-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159166, 1253, '0669-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159167, 1253, '0669-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159168, 1253, '0669-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159169, 1253, '0669-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159170, 1253, '0669-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159171, 1253, '0669-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159172, 1253, '0669-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159173, 1253, '0669-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159174, 1253, '0669-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159175, 1253, '0669-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159176, 1253, '0669-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159177, 1253, '0669-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159178, 1253, '0670-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159179, 1253, '0670-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159180, 1253, '0670-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159181, 1253, '0670-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159182, 1253, '0670-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159183, 1253, '0670-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159184, 1253, '0670-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159185, 1253, '0670-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159186, 1253, '0670-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159187, 1253, '0670-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159188, 1253, '0670-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159189, 1253, '0670-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159190, 1253, '0671-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159191, 1253, '0671-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159192, 1253, '0671-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159193, 1253, '0671-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159194, 1253, '0671-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159195, 1253, '0671-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159196, 1253, '0671-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159197, 1253, '0671-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159198, 1253, '0671-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159199, 1253, '0671-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159200, 1253, '0671-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159201, 1253, '0671-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159202, 1253, '0672-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159203, 1253, '0672-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159204, 1253, '0672-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159205, 1253, '0672-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159206, 1253, '0672-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159207, 1253, '0672-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159208, 1253, '0672-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159209, 1253, '0672-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159210, 1253, '0672-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159211, 1253, '0672-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159212, 1253, '0672-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159213, 1253, '0672-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159214, 1253, '0673-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159215, 1253, '0673-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159216, 1253, '0673-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159217, 1253, '0673-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159218, 1253, '0673-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159219, 1253, '0673-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159220, 1253, '0673-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159221, 1253, '0673-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159222, 1253, '0673-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159223, 1253, '0673-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159224, 1253, '0673-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159225, 1253, '0673-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159226, 1253, '0674-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159227, 1253, '0674-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159228, 1253, '0674-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159229, 1253, '0674-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159230, 1253, '0674-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159231, 1253, '0674-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159232, 1253, '0674-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159233, 1253, '0674-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159234, 1253, '0674-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159235, 1253, '0674-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159236, 1253, '0674-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159237, 1253, '0674-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159238, 1253, '0675-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159239, 1253, '0675-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159240, 1253, '0675-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159241, 1253, '0675-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159242, 1253, '0675-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159243, 1253, '0675-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159244, 1253, '0675-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159245, 1253, '0675-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159246, 1253, '0675-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159247, 1253, '0675-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159248, 1253, '0675-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159249, 1253, '0675-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159250, 1253, '0676-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159251, 1253, '0676-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159252, 1253, '0676-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159253, 1253, '0676-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159254, 1253, '0676-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159255, 1253, '0676-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159256, 1253, '0676-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159257, 1253, '0676-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159258, 1253, '0676-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159259, 1253, '0676-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159260, 1253, '0676-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159261, 1253, '0676-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159262, 1253, '0677-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159263, 1253, '0677-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159264, 1253, '0677-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159265, 1253, '0677-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159266, 1253, '0677-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159267, 1253, '0677-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159268, 1253, '0677-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159269, 1253, '0677-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159270, 1253, '0677-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159271, 1253, '0677-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159272, 1253, '0677-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159273, 1253, '0677-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159274, 1253, '0678-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159275, 1253, '0678-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159276, 1253, '0678-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159277, 1253, '0678-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159278, 1253, '0678-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159279, 1253, '0678-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159280, 1253, '0678-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159281, 1253, '0678-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159282, 1253, '0678-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159283, 1253, '0678-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159284, 1253, '0678-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159285, 1253, '0678-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159286, 1253, '0679-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159287, 1253, '0679-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159288, 1253, '0679-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159289, 1253, '0679-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159290, 1253, '0679-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159291, 1253, '0679-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159292, 1253, '0679-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159293, 1253, '0679-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159294, 1253, '0679-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159295, 1253, '0679-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159296, 1253, '0679-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159297, 1253, '0679-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159298, 1253, '0680-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159299, 1253, '0680-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159300, 1253, '0680-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159301, 1253, '0680-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159302, 1253, '0680-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159303, 1253, '0680-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159304, 1253, '0680-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159305, 1253, '0680-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159306, 1253, '0680-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159307, 1253, '0680-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159308, 1253, '0680-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159309, 1253, '0680-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159310, 1253, '0681-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159311, 1253, '0681-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159312, 1253, '0681-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159313, 1253, '0681-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159314, 1253, '0681-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159315, 1253, '0681-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159316, 1253, '0681-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159317, 1253, '0681-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159318, 1253, '0681-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159319, 1253, '0681-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159320, 1253, '0681-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159321, 1253, '0681-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159322, 1253, '0682-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159323, 1253, '0682-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159324, 1253, '0682-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159325, 1253, '0682-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159326, 1253, '0682-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159327, 1253, '0682-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159328, 1253, '0682-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159329, 1253, '0682-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159330, 1253, '0682-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159331, 1253, '0682-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159332, 1253, '0682-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159333, 1253, '0682-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159334, 1253, '0683-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159335, 1253, '0683-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159336, 1253, '0683-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159337, 1253, '0683-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159338, 1253, '0683-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159339, 1253, '0683-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159340, 1253, '0683-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159341, 1253, '0683-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159342, 1253, '0683-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159343, 1253, '0683-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159344, 1253, '0683-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159345, 1253, '0683-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159346, 1253, '0684-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159347, 1253, '0684-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159348, 1253, '0684-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159349, 1253, '0684-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159350, 1253, '0684-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159351, 1253, '0684-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159352, 1253, '0684-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159353, 1253, '0684-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159354, 1253, '0684-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159355, 1253, '0684-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159356, 1253, '0684-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159357, 1253, '0684-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159358, 1253, '0685-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159359, 1253, '0685-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159360, 1253, '0685-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159361, 1253, '0685-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159362, 1253, '0685-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159363, 1253, '0685-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159364, 1253, '0685-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159365, 1253, '0685-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159366, 1253, '0685-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159367, 1253, '0685-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(159368, 1253, '0685-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159369, 1253, '0685-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159370, 1253, '0686-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159371, 1253, '0686-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159372, 1253, '0686-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159373, 1253, '0686-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159374, 1253, '0686-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159375, 1253, '0686-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159376, 1253, '0686-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159377, 1253, '0686-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159378, 1253, '0686-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159379, 1253, '0686-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159380, 1253, '0686-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159381, 1253, '0686-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159382, 1253, '0687-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159383, 1253, '0687-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159384, 1253, '0687-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159385, 1253, '0687-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159386, 1253, '0687-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159387, 1253, '0687-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159388, 1253, '0687-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159389, 1253, '0687-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159390, 1253, '0687-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159391, 1253, '0687-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159392, 1253, '0687-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159393, 1253, '0687-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159394, 1253, '0688-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:35', '2023-09-13 14:38:35'),
(159395, 1253, '0688-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159396, 1253, '0688-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159397, 1253, '0688-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159398, 1253, '0688-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159399, 1253, '0688-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159400, 1253, '0688-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159401, 1253, '0688-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159402, 1253, '0688-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159403, 1253, '0688-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159404, 1253, '0688-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159405, 1253, '0688-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159406, 1253, '0689-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159407, 1253, '0689-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159408, 1253, '0689-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159409, 1253, '0689-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159410, 1253, '0689-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159411, 1253, '0689-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159412, 1253, '0689-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159413, 1253, '0689-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159414, 1253, '0689-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159415, 1253, '0689-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159416, 1253, '0689-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159417, 1253, '0689-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159418, 1253, '0690-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159419, 1253, '0690-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159420, 1253, '0690-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159421, 1253, '0690-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159422, 1253, '0690-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159423, 1253, '0690-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159424, 1253, '0690-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159425, 1253, '0690-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159426, 1253, '0690-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159427, 1253, '0690-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159428, 1253, '0690-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159429, 1253, '0690-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159430, 1253, '0691-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159431, 1253, '0691-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159432, 1253, '0691-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159433, 1253, '0691-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159434, 1253, '0691-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159435, 1253, '0691-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159436, 1253, '0691-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159437, 1253, '0691-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159438, 1253, '0691-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159439, 1253, '0691-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159440, 1253, '0691-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159441, 1253, '0691-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159442, 1253, '0692-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159443, 1253, '0692-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159444, 1253, '0692-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159445, 1253, '0692-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159446, 1253, '0692-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159447, 1253, '0692-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159448, 1253, '0692-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159449, 1253, '0692-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159450, 1253, '0692-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159451, 1253, '0692-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159452, 1253, '0692-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159453, 1253, '0692-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159454, 1253, '0693-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159455, 1253, '0693-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159456, 1253, '0693-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159457, 1253, '0693-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159458, 1253, '0693-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159459, 1253, '0693-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159460, 1253, '0693-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159461, 1253, '0693-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159462, 1253, '0693-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159463, 1253, '0693-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159464, 1253, '0693-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159465, 1253, '0693-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159466, 1253, '0694-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159467, 1253, '0694-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159468, 1253, '0694-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159469, 1253, '0694-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159470, 1253, '0694-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159471, 1253, '0694-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159472, 1253, '0694-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159473, 1253, '0694-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159474, 1253, '0694-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159475, 1253, '0694-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159476, 1253, '0694-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159477, 1253, '0694-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159478, 1253, '0695-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159479, 1253, '0695-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159480, 1253, '0695-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159481, 1253, '0695-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159482, 1253, '0695-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159483, 1253, '0695-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159484, 1253, '0695-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159485, 1253, '0695-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159486, 1253, '0695-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159487, 1253, '0695-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159488, 1253, '0695-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159489, 1253, '0695-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159490, 1253, '0696-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159491, 1253, '0696-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159492, 1253, '0696-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159493, 1253, '0696-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159494, 1253, '0696-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159495, 1253, '0696-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159496, 1253, '0696-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159497, 1253, '0696-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159498, 1253, '0696-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159499, 1253, '0696-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159500, 1253, '0696-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159501, 1253, '0696-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159502, 1253, '0697-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159503, 1253, '0697-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159504, 1253, '0697-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159505, 1253, '0697-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159506, 1253, '0697-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159507, 1253, '0697-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159508, 1253, '0697-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159509, 1253, '0697-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159510, 1253, '0697-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159511, 1253, '0697-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159512, 1253, '0697-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159513, 1253, '0697-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159514, 1253, '0698-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159515, 1253, '0698-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159516, 1253, '0698-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159517, 1253, '0698-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159518, 1253, '0698-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159519, 1253, '0698-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159520, 1253, '0698-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159521, 1253, '0698-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159522, 1253, '0698-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159523, 1253, '0698-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159524, 1253, '0698-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159525, 1253, '0698-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159526, 1253, '0699-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159527, 1253, '0699-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159528, 1253, '0699-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159529, 1253, '0699-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159530, 1253, '0699-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159531, 1253, '0699-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159532, 1253, '0699-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159533, 1253, '0699-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159534, 1253, '0699-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159535, 1253, '0699-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159536, 1253, '0699-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159537, 1253, '0699-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159538, 1253, '0700-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159539, 1253, '0700-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159540, 1253, '0700-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159541, 1253, '0700-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159542, 1253, '0700-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159543, 1253, '0700-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159544, 1253, '0700-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159545, 1253, '0700-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159546, 1253, '0700-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159547, 1253, '0700-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159548, 1253, '0700-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159549, 1253, '0700-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159550, 1253, '0701-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159551, 1253, '0701-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159552, 1253, '0701-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159553, 1253, '0701-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159554, 1253, '0701-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159555, 1253, '0701-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159556, 1253, '0701-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159557, 1253, '0701-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159558, 1253, '0701-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159559, 1253, '0701-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159560, 1253, '0701-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159561, 1253, '0701-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159562, 1253, '0702-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159563, 1253, '0702-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159564, 1253, '0702-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159565, 1253, '0702-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159566, 1253, '0702-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159567, 1253, '0702-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159568, 1253, '0702-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159569, 1253, '0702-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159570, 1253, '0702-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159571, 1253, '0702-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159572, 1253, '0702-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159573, 1253, '0702-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159574, 1253, '0703-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159575, 1253, '0703-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159576, 1253, '0703-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159577, 1253, '0703-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159578, 1253, '0703-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159579, 1253, '0703-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159580, 1253, '0703-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159581, 1253, '0703-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159582, 1253, '0703-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159583, 1253, '0703-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159584, 1253, '0703-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159585, 1253, '0703-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159586, 1253, '0704-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159587, 1253, '0704-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159588, 1253, '0704-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159589, 1253, '0704-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159590, 1253, '0704-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159591, 1253, '0704-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159592, 1253, '0704-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159593, 1253, '0704-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159594, 1253, '0704-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159595, 1253, '0704-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159596, 1253, '0704-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159597, 1253, '0704-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159598, 1253, '0705-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159599, 1253, '0705-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159600, 1253, '0705-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159601, 1253, '0705-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159602, 1253, '0705-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159603, 1253, '0705-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159604, 1253, '0705-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159605, 1253, '0705-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159606, 1253, '0705-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159607, 1253, '0705-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159608, 1253, '0705-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159609, 1253, '0705-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159610, 1253, '0706-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159611, 1253, '0706-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159612, 1253, '0706-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159613, 1253, '0706-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159614, 1253, '0706-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159615, 1253, '0706-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159616, 1253, '0706-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159617, 1253, '0706-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159618, 1253, '0706-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159619, 1253, '0706-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159620, 1253, '0706-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159621, 1253, '0706-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159622, 1253, '0707-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159623, 1253, '0707-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159624, 1253, '0707-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159625, 1253, '0707-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159626, 1253, '0707-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159627, 1253, '0707-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159628, 1253, '0707-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159629, 1253, '0707-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159630, 1253, '0707-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159631, 1253, '0707-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159632, 1253, '0707-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159633, 1253, '0707-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159634, 1253, '0708-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159635, 1253, '0708-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159636, 1253, '0708-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159637, 1253, '0708-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159638, 1253, '0708-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159639, 1253, '0708-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159640, 1253, '0708-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159641, 1253, '0708-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159642, 1253, '0708-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159643, 1253, '0708-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159644, 1253, '0708-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159645, 1253, '0708-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159646, 1253, '0709-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159647, 1253, '0709-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159648, 1253, '0709-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159649, 1253, '0709-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159650, 1253, '0709-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159651, 1253, '0709-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159652, 1253, '0709-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159653, 1253, '0709-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159654, 1253, '0709-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159655, 1253, '0709-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159656, 1253, '0709-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159657, 1253, '0709-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159658, 1253, '0710-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159659, 1253, '0710-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159660, 1253, '0710-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159661, 1253, '0710-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159662, 1253, '0710-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159663, 1253, '0710-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159664, 1253, '0710-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159665, 1253, '0710-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159666, 1253, '0710-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159667, 1253, '0710-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159668, 1253, '0710-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159669, 1253, '0710-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159670, 1253, '0711-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159671, 1253, '0711-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159672, 1253, '0711-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159673, 1253, '0711-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159674, 1253, '0711-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159675, 1253, '0711-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159676, 1253, '0711-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159677, 1253, '0711-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159678, 1253, '0711-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159679, 1253, '0711-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159680, 1253, '0711-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159681, 1253, '0711-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159682, 1253, '0712-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159683, 1253, '0712-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159684, 1253, '0712-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159685, 1253, '0712-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159686, 1253, '0712-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159687, 1253, '0712-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159688, 1253, '0712-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159689, 1253, '0712-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159690, 1253, '0712-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159691, 1253, '0712-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159692, 1253, '0712-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159693, 1253, '0712-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159694, 1253, '0713-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159695, 1253, '0713-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159696, 1253, '0713-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159697, 1253, '0713-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159698, 1253, '0713-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159699, 1253, '0713-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159700, 1253, '0713-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159701, 1253, '0713-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159702, 1253, '0713-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159703, 1253, '0713-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159704, 1253, '0713-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159705, 1253, '0713-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159706, 1253, '0714-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159707, 1253, '0714-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159708, 1253, '0714-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159709, 1253, '0714-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159710, 1253, '0714-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159711, 1253, '0714-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159712, 1253, '0714-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159713, 1253, '0714-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159714, 1253, '0714-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159715, 1253, '0714-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159716, 1253, '0714-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159717, 1253, '0714-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159718, 1253, '0715-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159719, 1253, '0715-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159720, 1253, '0715-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159721, 1253, '0715-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159722, 1253, '0715-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159723, 1253, '0715-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159724, 1253, '0715-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159725, 1253, '0715-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159726, 1253, '0715-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159727, 1253, '0715-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159728, 1253, '0715-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159729, 1253, '0715-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159730, 1253, '0716-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159731, 1253, '0716-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159732, 1253, '0716-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159733, 1253, '0716-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159734, 1253, '0716-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159735, 1253, '0716-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159736, 1253, '0716-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159737, 1253, '0716-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159738, 1253, '0716-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159739, 1253, '0716-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159740, 1253, '0716-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159741, 1253, '0716-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159742, 1253, '0717-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159743, 1253, '0717-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159744, 1253, '0717-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159745, 1253, '0717-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159746, 1253, '0717-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159747, 1253, '0717-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159748, 1253, '0717-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159749, 1253, '0717-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159750, 1253, '0717-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159751, 1253, '0717-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159752, 1253, '0717-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159753, 1253, '0717-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159754, 1253, '0718-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159755, 1253, '0718-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159756, 1253, '0718-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159757, 1253, '0718-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159758, 1253, '0718-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159759, 1253, '0718-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159760, 1253, '0718-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159761, 1253, '0718-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159762, 1253, '0718-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159763, 1253, '0718-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159764, 1253, '0718-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159765, 1253, '0718-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159766, 1253, '0719-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159767, 1253, '0719-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159768, 1253, '0719-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159769, 1253, '0719-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159770, 1253, '0719-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159771, 1253, '0719-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159772, 1253, '0719-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159773, 1253, '0719-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159774, 1253, '0719-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159775, 1253, '0719-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159776, 1253, '0719-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159777, 1253, '0719-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159778, 1253, '0720-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159779, 1253, '0720-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159780, 1253, '0720-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159781, 1253, '0720-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159782, 1253, '0720-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159783, 1253, '0720-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159784, 1253, '0720-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159785, 1253, '0720-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159786, 1253, '0720-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159787, 1253, '0720-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159788, 1253, '0720-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159789, 1253, '0720-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159790, 1253, '0721-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159791, 1253, '0721-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159792, 1253, '0721-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159793, 1253, '0721-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159794, 1253, '0721-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159795, 1253, '0721-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159796, 1253, '0721-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159797, 1253, '0721-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159798, 1253, '0721-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159799, 1253, '0721-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159800, 1253, '0721-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159801, 1253, '0721-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159802, 1253, '0722-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159803, 1253, '0722-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159804, 1253, '0722-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159805, 1253, '0722-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159806, 1253, '0722-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159807, 1253, '0722-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159808, 1253, '0722-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:36', '2023-09-13 14:38:36'),
(159809, 1253, '0722-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(159810, 1253, '0722-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(159811, 1253, '0722-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(159812, 1253, '0722-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(159813, 1253, '0722-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(159814, 1253, '0723-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(159815, 1253, '0723-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(159816, 1253, '0723-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(159817, 1253, '0723-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(159818, 1253, '0723-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(159819, 1253, '0723-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(159820, 1253, '0723-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(159821, 1253, '0723-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(159822, 1253, '0723-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(159823, 1253, '0723-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(159824, 1253, '0723-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(159825, 1253, '0723-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(159826, 1253, '0724-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(159827, 1253, '0724-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(159828, 1253, '0724-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(159829, 1253, '0724-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(159830, 1253, '0724-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(159831, 1253, '0724-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(159832, 1253, '0724-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(159833, 1253, '0724-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(159834, 1253, '0724-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(159835, 1253, '0724-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(159836, 1253, '0724-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(159837, 1253, '0724-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(159838, 1253, '0725-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(159839, 1253, '0725-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(159840, 1253, '0725-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(159841, 1253, '0725-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(159842, 1253, '0725-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(159843, 1253, '0725-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(159844, 1253, '0725-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(159845, 1253, '0725-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(159846, 1253, '0725-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(159847, 1253, '0725-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(159848, 1253, '0725-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(159849, 1253, '0725-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(159850, 1253, '0726-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(159851, 1253, '0726-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(159852, 1253, '0726-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(159853, 1253, '0726-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(159854, 1253, '0726-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(159855, 1253, '0726-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(159856, 1253, '0726-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(159857, 1253, '0726-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(159858, 1253, '0726-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(159859, 1253, '0726-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(159860, 1253, '0726-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(159861, 1253, '0726-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(159862, 1253, '0727-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(159863, 1253, '0727-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(159864, 1253, '0727-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(159865, 1253, '0727-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(159866, 1253, '0727-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(159867, 1253, '0727-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(159868, 1253, '0727-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(159869, 1253, '0727-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(159870, 1253, '0727-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(159871, 1253, '0727-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(159872, 1253, '0727-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(159873, 1253, '0727-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(159874, 1253, '0728-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(159875, 1253, '0728-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(159876, 1253, '0728-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(159877, 1253, '0728-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(159878, 1253, '0728-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(159879, 1253, '0728-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(159880, 1253, '0728-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(159881, 1253, '0728-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(159882, 1253, '0728-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(159883, 1253, '0728-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(159884, 1253, '0728-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(159885, 1253, '0728-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(159886, 1253, '0729-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(159887, 1253, '0729-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(159888, 1253, '0729-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(159889, 1253, '0729-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(159890, 1253, '0729-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(159891, 1253, '0729-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(159892, 1253, '0729-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(159893, 1253, '0729-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(159894, 1253, '0729-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(159895, 1253, '0729-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(159896, 1253, '0729-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(159897, 1253, '0729-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(159898, 1253, '0730-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(159899, 1253, '0730-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(159900, 1253, '0730-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(159901, 1253, '0730-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(159902, 1253, '0730-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(159903, 1253, '0730-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(159904, 1253, '0730-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(159905, 1253, '0730-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(159906, 1253, '0730-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(159907, 1253, '0730-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(159908, 1253, '0730-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(159909, 1253, '0730-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(159910, 1253, '0731-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(159911, 1253, '0731-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(159912, 1253, '0731-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(159913, 1253, '0731-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(159914, 1253, '0731-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(159915, 1253, '0731-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(159916, 1253, '0731-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(159917, 1253, '0731-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(159918, 1253, '0731-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(159919, 1253, '0731-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(159920, 1253, '0731-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(159921, 1253, '0731-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(159922, 1253, '0732-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(159923, 1253, '0732-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(159924, 1253, '0732-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(159925, 1253, '0732-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(159926, 1253, '0732-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(159927, 1253, '0732-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(159928, 1253, '0732-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(159929, 1253, '0732-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(159930, 1253, '0732-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(159931, 1253, '0732-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(159932, 1253, '0732-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(159933, 1253, '0732-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(159934, 1253, '0733-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(159935, 1253, '0733-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(159936, 1253, '0733-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(159937, 1253, '0733-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(159938, 1253, '0733-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(159939, 1253, '0733-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(159940, 1253, '0733-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(159941, 1253, '0733-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(159942, 1253, '0733-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(159943, 1253, '0733-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(159944, 1253, '0733-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(159945, 1253, '0733-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(159946, 1253, '0734-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(159947, 1253, '0734-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(159948, 1253, '0734-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(159949, 1253, '0734-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(159950, 1253, '0734-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(159951, 1253, '0734-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(159952, 1253, '0734-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(159953, 1253, '0734-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(159954, 1253, '0734-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(159955, 1253, '0734-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(159956, 1253, '0734-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(159957, 1253, '0734-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(159958, 1253, '0735-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(159959, 1253, '0735-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(159960, 1253, '0735-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(159961, 1253, '0735-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(159962, 1253, '0735-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(159963, 1253, '0735-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(159964, 1253, '0735-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(159965, 1253, '0735-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(159966, 1253, '0735-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(159967, 1253, '0735-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(159968, 1253, '0735-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(159969, 1253, '0735-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(159970, 1253, '0736-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(159971, 1253, '0736-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(159972, 1253, '0736-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(159973, 1253, '0736-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(159974, 1253, '0736-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(159975, 1253, '0736-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(159976, 1253, '0736-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(159977, 1253, '0736-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(159978, 1253, '0736-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(159979, 1253, '0736-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(159980, 1253, '0736-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(159981, 1253, '0736-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(159982, 1253, '0737-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(159983, 1253, '0737-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(159984, 1253, '0737-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(159985, 1253, '0737-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(159986, 1253, '0737-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(159987, 1253, '0737-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(159988, 1253, '0737-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(159989, 1253, '0737-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(159990, 1253, '0737-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(159991, 1253, '0737-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(159992, 1253, '0737-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(159993, 1253, '0737-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(159994, 1253, '0738-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(159995, 1253, '0738-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(159996, 1253, '0738-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(159997, 1253, '0738-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(159998, 1253, '0738-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(159999, 1253, '0738-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(160000, 1253, '0738-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(160001, 1253, '0738-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(160002, 1253, '0738-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(160003, 1253, '0738-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(160004, 1253, '0738-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(160005, 1253, '0738-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(160006, 1253, '0739-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(160007, 1253, '0739-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(160008, 1253, '0739-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(160009, 1253, '0739-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(160010, 1253, '0739-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(160011, 1253, '0739-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(160012, 1253, '0739-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(160013, 1253, '0739-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(160014, 1253, '0739-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(160015, 1253, '0739-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(160016, 1253, '0739-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(160017, 1253, '0739-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(160018, 1253, '0740-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(160019, 1253, '0740-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(160020, 1253, '0740-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(160021, 1253, '0740-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(160022, 1253, '0740-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(160023, 1253, '0740-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(160024, 1253, '0740-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(160025, 1253, '0740-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(160026, 1253, '0740-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(160027, 1253, '0740-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(160028, 1253, '0740-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(160029, 1253, '0740-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(160030, 1253, '0741-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(160031, 1253, '0741-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(160032, 1253, '0741-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(160033, 1253, '0741-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(160034, 1253, '0741-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(160035, 1253, '0741-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(160036, 1253, '0741-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(160037, 1253, '0741-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(160038, 1253, '0741-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(160039, 1253, '0741-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(160040, 1253, '0741-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(160041, 1253, '0741-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(160042, 1253, '0742-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(160043, 1253, '0742-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(160044, 1253, '0742-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(160045, 1253, '0742-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(160046, 1253, '0742-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(160047, 1253, '0742-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(160048, 1253, '0742-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(160049, 1253, '0742-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(160050, 1253, '0742-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(160051, 1253, '0742-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(160052, 1253, '0742-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(160053, 1253, '0742-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(160054, 1253, '0743-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(160055, 1253, '0743-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(160056, 1253, '0743-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(160057, 1253, '0743-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(160058, 1253, '0743-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(160059, 1253, '0743-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(160060, 1253, '0743-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(160061, 1253, '0743-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(160062, 1253, '0743-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(160063, 1253, '0743-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(160064, 1253, '0743-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(160065, 1253, '0743-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(160066, 1253, '0744-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(160067, 1253, '0744-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(160068, 1253, '0744-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(160069, 1253, '0744-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(160070, 1253, '0744-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(160071, 1253, '0744-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(160072, 1253, '0744-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(160073, 1253, '0744-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(160074, 1253, '0744-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(160075, 1253, '0744-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(160076, 1253, '0744-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(160077, 1253, '0744-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(160078, 1253, '0745-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(160079, 1253, '0745-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(160080, 1253, '0745-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(160081, 1253, '0745-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(160082, 1253, '0745-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(160083, 1253, '0745-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(160084, 1253, '0745-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(160085, 1253, '0745-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(160086, 1253, '0745-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(160087, 1253, '0745-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(160088, 1253, '0745-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(160089, 1253, '0745-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(160090, 1253, '0746-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(160091, 1253, '0746-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(160092, 1253, '0746-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(160093, 1253, '0746-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(160094, 1253, '0746-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(160095, 1253, '0746-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(160096, 1253, '0746-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(160097, 1253, '0746-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(160098, 1253, '0746-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(160099, 1253, '0746-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(160100, 1253, '0746-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(160101, 1253, '0746-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(160102, 1253, '0747-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(160103, 1253, '0747-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(160104, 1253, '0747-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(160105, 1253, '0747-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(160106, 1253, '0747-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(160107, 1253, '0747-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(160108, 1253, '0747-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(160109, 1253, '0747-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(160110, 1253, '0747-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(160111, 1253, '0747-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(160112, 1253, '0747-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(160113, 1253, '0747-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(160114, 1253, '0748-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(160115, 1253, '0748-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(160116, 1253, '0748-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(160117, 1253, '0748-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(160118, 1253, '0748-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(160119, 1253, '0748-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(160120, 1253, '0748-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(160121, 1253, '0748-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(160122, 1253, '0748-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(160123, 1253, '0748-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(160124, 1253, '0748-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(160125, 1253, '0748-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(160126, 1253, '0749-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(160127, 1253, '0749-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(160128, 1253, '0749-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(160129, 1253, '0749-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(160130, 1253, '0749-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(160131, 1253, '0749-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(160132, 1253, '0749-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(160133, 1253, '0749-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(160134, 1253, '0749-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(160135, 1253, '0749-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(160136, 1253, '0749-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(160137, 1253, '0749-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(160138, 1253, '0750-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(160139, 1253, '0750-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(160140, 1253, '0750-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(160141, 1253, '0750-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(160142, 1253, '0750-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(160143, 1253, '0750-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(160144, 1253, '0750-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(160145, 1253, '0750-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(160146, 1253, '0750-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(160147, 1253, '0750-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(160148, 1253, '0750-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(160149, 1253, '0750-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(160150, 1253, '0751-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(160151, 1253, '0751-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(160152, 1253, '0751-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(160153, 1253, '0751-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(160154, 1253, '0751-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(160155, 1253, '0751-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(160156, 1253, '0751-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(160157, 1253, '0751-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(160158, 1253, '0751-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(160159, 1253, '0751-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(160160, 1253, '0751-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(160161, 1253, '0751-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(160162, 1253, '0752-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(160163, 1253, '0752-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(160164, 1253, '0752-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(160165, 1253, '0752-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(160166, 1253, '0752-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(160167, 1253, '0752-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(160168, 1253, '0752-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(160169, 1253, '0752-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(160170, 1253, '0752-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(160171, 1253, '0752-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(160172, 1253, '0752-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(160173, 1253, '0752-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(160174, 1253, '0753-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(160175, 1253, '0753-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(160176, 1253, '0753-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(160177, 1253, '0753-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(160178, 1253, '0753-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(160179, 1253, '0753-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(160180, 1253, '0753-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(160181, 1253, '0753-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(160182, 1253, '0753-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(160183, 1253, '0753-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(160184, 1253, '0753-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(160185, 1253, '0753-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(160186, 1253, '0754-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(160187, 1253, '0754-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(160188, 1253, '0754-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(160189, 1253, '0754-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(160190, 1253, '0754-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(160191, 1253, '0754-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(160192, 1253, '0754-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(160193, 1253, '0754-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(160194, 1253, '0754-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:37', '2023-09-13 14:38:37'),
(160195, 1253, '0754-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160196, 1253, '0754-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160197, 1253, '0754-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160198, 1253, '0755-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160199, 1253, '0755-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160200, 1253, '0755-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160201, 1253, '0755-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160202, 1253, '0755-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160203, 1253, '0755-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160204, 1253, '0755-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160205, 1253, '0755-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160206, 1253, '0755-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160207, 1253, '0755-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160208, 1253, '0755-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160209, 1253, '0755-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160210, 1253, '0756-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160211, 1253, '0756-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160212, 1253, '0756-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160213, 1253, '0756-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160214, 1253, '0756-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160215, 1253, '0756-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160216, 1253, '0756-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160217, 1253, '0756-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160218, 1253, '0756-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160219, 1253, '0756-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160220, 1253, '0756-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160221, 1253, '0756-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160222, 1253, '0757-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160223, 1253, '0757-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160224, 1253, '0757-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160225, 1253, '0757-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160226, 1253, '0757-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160227, 1253, '0757-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160228, 1253, '0757-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160229, 1253, '0757-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160230, 1253, '0757-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160231, 1253, '0757-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160232, 1253, '0757-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160233, 1253, '0757-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160234, 1253, '0758-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160235, 1253, '0758-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160236, 1253, '0758-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160237, 1253, '0758-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160238, 1253, '0758-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160239, 1253, '0758-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160240, 1253, '0758-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160241, 1253, '0758-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160242, 1253, '0758-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160243, 1253, '0758-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160244, 1253, '0758-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160245, 1253, '0758-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160246, 1253, '0759-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160247, 1253, '0759-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160248, 1253, '0759-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160249, 1253, '0759-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160250, 1253, '0759-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160251, 1253, '0759-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160252, 1253, '0759-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160253, 1253, '0759-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160254, 1253, '0759-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160255, 1253, '0759-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160256, 1253, '0759-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160257, 1253, '0759-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160258, 1253, '0760-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160259, 1253, '0760-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160260, 1253, '0760-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160261, 1253, '0760-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160262, 1253, '0760-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160263, 1253, '0760-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160264, 1253, '0760-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160265, 1253, '0760-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160266, 1253, '0760-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160267, 1253, '0760-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160268, 1253, '0760-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160269, 1253, '0760-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160270, 1253, '0761-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160271, 1253, '0761-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160272, 1253, '0761-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160273, 1253, '0761-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160274, 1253, '0761-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160275, 1253, '0761-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160276, 1253, '0761-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160277, 1253, '0761-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160278, 1253, '0761-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160279, 1253, '0761-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(160280, 1253, '0761-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160281, 1253, '0761-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160282, 1253, '0762-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160283, 1253, '0762-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160284, 1253, '0762-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160285, 1253, '0762-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160286, 1253, '0762-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160287, 1253, '0762-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160288, 1253, '0762-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160289, 1253, '0762-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160290, 1253, '0762-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160291, 1253, '0762-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160292, 1253, '0762-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160293, 1253, '0762-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160294, 1253, '0763-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160295, 1253, '0763-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160296, 1253, '0763-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160297, 1253, '0763-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160298, 1253, '0763-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160299, 1253, '0763-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160300, 1253, '0763-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160301, 1253, '0763-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160302, 1253, '0763-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160303, 1253, '0763-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160304, 1253, '0763-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160305, 1253, '0763-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160306, 1253, '0764-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160307, 1253, '0764-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160308, 1253, '0764-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160309, 1253, '0764-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160310, 1253, '0764-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160311, 1253, '0764-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160312, 1253, '0764-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160313, 1253, '0764-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160314, 1253, '0764-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160315, 1253, '0764-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160316, 1253, '0764-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160317, 1253, '0764-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160318, 1253, '0765-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160319, 1253, '0765-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160320, 1253, '0765-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160321, 1253, '0765-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160322, 1253, '0765-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160323, 1253, '0765-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160324, 1253, '0765-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160325, 1253, '0765-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160326, 1253, '0765-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160327, 1253, '0765-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160328, 1253, '0765-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160329, 1253, '0765-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160330, 1253, '0766-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160331, 1253, '0766-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160332, 1253, '0766-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160333, 1253, '0766-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160334, 1253, '0766-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160335, 1253, '0766-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160336, 1253, '0766-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160337, 1253, '0766-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160338, 1253, '0766-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160339, 1253, '0766-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160340, 1253, '0766-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160341, 1253, '0766-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160342, 1253, '0767-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160343, 1253, '0767-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160344, 1253, '0767-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160345, 1253, '0767-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160346, 1253, '0767-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160347, 1253, '0767-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160348, 1253, '0767-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160349, 1253, '0767-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160350, 1253, '0767-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160351, 1253, '0767-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160352, 1253, '0767-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160353, 1253, '0767-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160354, 1253, '0768-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160355, 1253, '0768-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160356, 1253, '0768-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160357, 1253, '0768-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160358, 1253, '0768-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160359, 1253, '0768-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160360, 1253, '0768-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160361, 1253, '0768-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160362, 1253, '0768-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160363, 1253, '0768-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160364, 1253, '0768-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160365, 1253, '0768-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160366, 1253, '0769-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160367, 1253, '0769-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160368, 1253, '0769-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160369, 1253, '0769-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160370, 1253, '0769-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160371, 1253, '0769-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160372, 1253, '0769-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160373, 1253, '0769-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160374, 1253, '0769-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160375, 1253, '0769-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160376, 1253, '0769-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160377, 1253, '0769-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160378, 1253, '0770-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160379, 1253, '0770-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160380, 1253, '0770-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160381, 1253, '0770-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160382, 1253, '0770-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160383, 1253, '0770-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160384, 1253, '0770-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160385, 1253, '0770-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160386, 1253, '0770-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160387, 1253, '0770-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160388, 1253, '0770-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160389, 1253, '0770-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160390, 1253, '0771-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160391, 1253, '0771-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160392, 1253, '0771-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160393, 1253, '0771-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160394, 1253, '0771-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160395, 1253, '0771-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160396, 1253, '0771-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160397, 1253, '0771-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160398, 1253, '0771-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160399, 1253, '0771-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160400, 1253, '0771-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160401, 1253, '0771-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160402, 1253, '0772-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160403, 1253, '0772-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160404, 1253, '0772-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160405, 1253, '0772-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160406, 1253, '0772-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160407, 1253, '0772-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160408, 1253, '0772-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160409, 1253, '0772-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160410, 1253, '0772-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160411, 1253, '0772-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160412, 1253, '0772-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160413, 1253, '0772-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160414, 1253, '0773-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160415, 1253, '0773-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160416, 1253, '0773-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160417, 1253, '0773-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160418, 1253, '0773-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160419, 1253, '0773-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160420, 1253, '0773-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160421, 1253, '0773-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160422, 1253, '0773-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160423, 1253, '0773-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160424, 1253, '0773-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160425, 1253, '0773-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160426, 1253, '0774-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160427, 1253, '0774-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160428, 1253, '0774-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160429, 1253, '0774-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160430, 1253, '0774-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160431, 1253, '0774-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160432, 1253, '0774-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160433, 1253, '0774-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160434, 1253, '0774-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160435, 1253, '0774-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160436, 1253, '0774-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160437, 1253, '0774-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160438, 1253, '0775-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160439, 1253, '0775-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160440, 1253, '0775-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160441, 1253, '0775-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160442, 1253, '0775-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160443, 1253, '0775-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160444, 1253, '0775-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160445, 1253, '0775-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160446, 1253, '0775-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160447, 1253, '0775-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160448, 1253, '0775-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160449, 1253, '0775-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160450, 1253, '0776-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160451, 1253, '0776-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160452, 1253, '0776-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160453, 1253, '0776-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160454, 1253, '0776-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160455, 1253, '0776-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160456, 1253, '0776-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160457, 1253, '0776-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160458, 1253, '0776-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160459, 1253, '0776-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160460, 1253, '0776-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160461, 1253, '0776-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160462, 1253, '0777-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160463, 1253, '0777-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160464, 1253, '0777-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160465, 1253, '0777-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160466, 1253, '0777-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160467, 1253, '0777-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160468, 1253, '0777-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160469, 1253, '0777-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160470, 1253, '0777-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160471, 1253, '0777-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160472, 1253, '0777-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160473, 1253, '0777-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160474, 1253, '0778-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160475, 1253, '0778-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160476, 1253, '0778-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160477, 1253, '0778-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160478, 1253, '0778-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160479, 1253, '0778-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160480, 1253, '0778-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160481, 1253, '0778-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160482, 1253, '0778-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160483, 1253, '0778-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160484, 1253, '0778-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160485, 1253, '0778-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160486, 1253, '0779-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160487, 1253, '0779-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160488, 1253, '0779-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160489, 1253, '0779-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160490, 1253, '0779-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160491, 1253, '0779-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160492, 1253, '0779-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160493, 1253, '0779-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160494, 1253, '0779-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160495, 1253, '0779-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160496, 1253, '0779-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160497, 1253, '0779-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160498, 1253, '0780-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160499, 1253, '0780-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160500, 1253, '0780-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160501, 1253, '0780-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160502, 1253, '0780-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160503, 1253, '0780-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160504, 1253, '0780-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160505, 1253, '0780-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160506, 1253, '0780-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160507, 1253, '0780-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160508, 1253, '0780-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160509, 1253, '0780-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160510, 1253, '0781-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160511, 1253, '0781-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160512, 1253, '0781-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160513, 1253, '0781-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160514, 1253, '0781-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160515, 1253, '0781-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160516, 1253, '0781-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160517, 1253, '0781-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160518, 1253, '0781-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160519, 1253, '0781-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160520, 1253, '0781-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160521, 1253, '0781-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160522, 1253, '0782-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160523, 1253, '0782-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160524, 1253, '0782-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160525, 1253, '0782-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160526, 1253, '0782-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160527, 1253, '0782-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160528, 1253, '0782-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160529, 1253, '0782-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160530, 1253, '0782-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160531, 1253, '0782-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160532, 1253, '0782-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160533, 1253, '0782-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160534, 1253, '0783-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160535, 1253, '0783-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160536, 1253, '0783-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160537, 1253, '0783-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160538, 1253, '0783-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160539, 1253, '0783-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160540, 1253, '0783-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160541, 1253, '0783-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160542, 1253, '0783-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160543, 1253, '0783-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160544, 1253, '0783-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160545, 1253, '0783-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160546, 1253, '0784-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160547, 1253, '0784-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160548, 1253, '0784-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160549, 1253, '0784-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160550, 1253, '0784-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160551, 1253, '0784-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160552, 1253, '0784-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160553, 1253, '0784-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160554, 1253, '0784-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160555, 1253, '0784-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160556, 1253, '0784-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160557, 1253, '0784-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160558, 1253, '0785-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160559, 1253, '0785-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160560, 1253, '0785-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160561, 1253, '0785-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160562, 1253, '0785-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160563, 1253, '0785-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160564, 1253, '0785-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160565, 1253, '0785-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160566, 1253, '0785-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160567, 1253, '0785-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160568, 1253, '0785-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160569, 1253, '0785-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160570, 1253, '0786-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160571, 1253, '0786-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160572, 1253, '0786-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160573, 1253, '0786-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160574, 1253, '0786-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160575, 1253, '0786-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160576, 1253, '0786-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160577, 1253, '0786-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160578, 1253, '0786-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160579, 1253, '0786-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160580, 1253, '0786-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160581, 1253, '0786-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160582, 1253, '0787-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160583, 1253, '0787-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160584, 1253, '0787-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160585, 1253, '0787-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160586, 1253, '0787-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160587, 1253, '0787-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160588, 1253, '0787-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160589, 1253, '0787-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160590, 1253, '0787-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160591, 1253, '0787-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160592, 1253, '0787-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160593, 1253, '0787-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160594, 1253, '0788-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160595, 1253, '0788-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160596, 1253, '0788-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160597, 1253, '0788-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160598, 1253, '0788-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160599, 1253, '0788-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160600, 1253, '0788-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160601, 1253, '0788-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160602, 1253, '0788-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160603, 1253, '0788-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160604, 1253, '0788-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160605, 1253, '0788-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160606, 1253, '0789-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160607, 1253, '0789-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160608, 1253, '0789-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160609, 1253, '0789-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160610, 1253, '0789-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160611, 1253, '0789-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160612, 1253, '0789-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160613, 1253, '0789-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160614, 1253, '0789-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160615, 1253, '0789-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160616, 1253, '0789-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160617, 1253, '0789-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160618, 1253, '0790-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160619, 1253, '0790-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160620, 1253, '0790-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160621, 1253, '0790-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160622, 1253, '0790-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160623, 1253, '0790-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160624, 1253, '0790-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160625, 1253, '0790-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160626, 1253, '0790-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160627, 1253, '0790-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160628, 1253, '0790-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160629, 1253, '0790-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160630, 1253, '0791-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160631, 1253, '0791-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160632, 1253, '0791-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160633, 1253, '0791-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160634, 1253, '0791-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:38', '2023-09-13 14:38:38'),
(160635, 1253, '0791-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160636, 1253, '0791-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160637, 1253, '0791-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160638, 1253, '0791-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160639, 1253, '0791-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160640, 1253, '0791-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160641, 1253, '0791-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160642, 1253, '0792-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160643, 1253, '0792-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160644, 1253, '0792-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160645, 1253, '0792-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160646, 1253, '0792-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160647, 1253, '0792-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160648, 1253, '0792-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160649, 1253, '0792-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160650, 1253, '0792-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160651, 1253, '0792-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160652, 1253, '0792-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160653, 1253, '0792-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160654, 1253, '0793-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160655, 1253, '0793-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160656, 1253, '0793-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160657, 1253, '0793-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160658, 1253, '0793-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160659, 1253, '0793-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160660, 1253, '0793-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160661, 1253, '0793-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160662, 1253, '0793-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160663, 1253, '0793-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160664, 1253, '0793-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160665, 1253, '0793-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160666, 1253, '0794-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160667, 1253, '0794-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160668, 1253, '0794-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160669, 1253, '0794-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160670, 1253, '0794-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160671, 1253, '0794-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160672, 1253, '0794-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160673, 1253, '0794-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160674, 1253, '0794-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160675, 1253, '0794-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160676, 1253, '0794-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160677, 1253, '0794-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160678, 1253, '0795-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160679, 1253, '0795-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160680, 1253, '0795-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160681, 1253, '0795-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160682, 1253, '0795-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160683, 1253, '0795-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160684, 1253, '0795-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160685, 1253, '0795-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160686, 1253, '0795-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160687, 1253, '0795-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160688, 1253, '0795-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160689, 1253, '0795-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160690, 1253, '0796-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160691, 1253, '0796-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160692, 1253, '0796-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160693, 1253, '0796-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160694, 1253, '0796-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160695, 1253, '0796-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160696, 1253, '0796-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160697, 1253, '0796-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160698, 1253, '0796-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160699, 1253, '0796-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160700, 1253, '0796-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160701, 1253, '0796-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160702, 1253, '0797-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160703, 1253, '0797-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160704, 1253, '0797-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160705, 1253, '0797-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160706, 1253, '0797-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160707, 1253, '0797-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160708, 1253, '0797-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160709, 1253, '0797-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160710, 1253, '0797-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160711, 1253, '0797-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160712, 1253, '0797-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160713, 1253, '0797-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160714, 1253, '0798-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160715, 1253, '0798-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160716, 1253, '0798-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160717, 1253, '0798-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160718, 1253, '0798-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160719, 1253, '0798-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160720, 1253, '0798-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160721, 1253, '0798-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160722, 1253, '0798-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160723, 1253, '0798-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160724, 1253, '0798-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160725, 1253, '0798-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160726, 1253, '0799-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160727, 1253, '0799-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160728, 1253, '0799-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160729, 1253, '0799-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160730, 1253, '0799-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160731, 1253, '0799-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160732, 1253, '0799-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160733, 1253, '0799-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160734, 1253, '0799-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160735, 1253, '0799-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(160736, 1253, '0799-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160737, 1253, '0799-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160738, 1253, '0800-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160739, 1253, '0800-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160740, 1253, '0800-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160741, 1253, '0800-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160742, 1253, '0800-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160743, 1253, '0800-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160744, 1253, '0800-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160745, 1253, '0800-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160746, 1253, '0800-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160747, 1253, '0800-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160748, 1253, '0800-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160749, 1253, '0800-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160750, 1253, '0801-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160751, 1253, '0801-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160752, 1253, '0801-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160753, 1253, '0801-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160754, 1253, '0801-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160755, 1253, '0801-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160756, 1253, '0801-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160757, 1253, '0801-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160758, 1253, '0801-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160759, 1253, '0801-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160760, 1253, '0801-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160761, 1253, '0801-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160762, 1253, '0802-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160763, 1253, '0802-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160764, 1253, '0802-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160765, 1253, '0802-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160766, 1253, '0802-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160767, 1253, '0802-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160768, 1253, '0802-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160769, 1253, '0802-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160770, 1253, '0802-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160771, 1253, '0802-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160772, 1253, '0802-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160773, 1253, '0802-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160774, 1253, '0803-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160775, 1253, '0803-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160776, 1253, '0803-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160777, 1253, '0803-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160778, 1253, '0803-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160779, 1253, '0803-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160780, 1253, '0803-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160781, 1253, '0803-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160782, 1253, '0803-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160783, 1253, '0803-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160784, 1253, '0803-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160785, 1253, '0803-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160786, 1253, '0804-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160787, 1253, '0804-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160788, 1253, '0804-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160789, 1253, '0804-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160790, 1253, '0804-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160791, 1253, '0804-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160792, 1253, '0804-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160793, 1253, '0804-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160794, 1253, '0804-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160795, 1253, '0804-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160796, 1253, '0804-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160797, 1253, '0804-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160798, 1253, '0805-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160799, 1253, '0805-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160800, 1253, '0805-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160801, 1253, '0805-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160802, 1253, '0805-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160803, 1253, '0805-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160804, 1253, '0805-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160805, 1253, '0805-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160806, 1253, '0805-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160807, 1253, '0805-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160808, 1253, '0805-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160809, 1253, '0805-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160810, 1253, '0806-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160811, 1253, '0806-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160812, 1253, '0806-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160813, 1253, '0806-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160814, 1253, '0806-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160815, 1253, '0806-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160816, 1253, '0806-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160817, 1253, '0806-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160818, 1253, '0806-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160819, 1253, '0806-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160820, 1253, '0806-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160821, 1253, '0806-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160822, 1253, '0807-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160823, 1253, '0807-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160824, 1253, '0807-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160825, 1253, '0807-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160826, 1253, '0807-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160827, 1253, '0807-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160828, 1253, '0807-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160829, 1253, '0807-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160830, 1253, '0807-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160831, 1253, '0807-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160832, 1253, '0807-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160833, 1253, '0807-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160834, 1253, '0808-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160835, 1253, '0808-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160836, 1253, '0808-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160837, 1253, '0808-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160838, 1253, '0808-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160839, 1253, '0808-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160840, 1253, '0808-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160841, 1253, '0808-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160842, 1253, '0808-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160843, 1253, '0808-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160844, 1253, '0808-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160845, 1253, '0808-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160846, 1253, '0809-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160847, 1253, '0809-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160848, 1253, '0809-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160849, 1253, '0809-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160850, 1253, '0809-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160851, 1253, '0809-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160852, 1253, '0809-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160853, 1253, '0809-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160854, 1253, '0809-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160855, 1253, '0809-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160856, 1253, '0809-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160857, 1253, '0809-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160858, 1253, '0810-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160859, 1253, '0810-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160860, 1253, '0810-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160861, 1253, '0810-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160862, 1253, '0810-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160863, 1253, '0810-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160864, 1253, '0810-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160865, 1253, '0810-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160866, 1253, '0810-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160867, 1253, '0810-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160868, 1253, '0810-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160869, 1253, '0810-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160870, 1253, '0811-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160871, 1253, '0811-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160872, 1253, '0811-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160873, 1253, '0811-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160874, 1253, '0811-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160875, 1253, '0811-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160876, 1253, '0811-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160877, 1253, '0811-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160878, 1253, '0811-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160879, 1253, '0811-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160880, 1253, '0811-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160881, 1253, '0811-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160882, 1253, '0812-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160883, 1253, '0812-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160884, 1253, '0812-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160885, 1253, '0812-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160886, 1253, '0812-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160887, 1253, '0812-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160888, 1253, '0812-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160889, 1253, '0812-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160890, 1253, '0812-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160891, 1253, '0812-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160892, 1253, '0812-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160893, 1253, '0812-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160894, 1253, '0813-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160895, 1253, '0813-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160896, 1253, '0813-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160897, 1253, '0813-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160898, 1253, '0813-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160899, 1253, '0813-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160900, 1253, '0813-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160901, 1253, '0813-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160902, 1253, '0813-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160903, 1253, '0813-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160904, 1253, '0813-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160905, 1253, '0813-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160906, 1253, '0814-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160907, 1253, '0814-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160908, 1253, '0814-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160909, 1253, '0814-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160910, 1253, '0814-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160911, 1253, '0814-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160912, 1253, '0814-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160913, 1253, '0814-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160914, 1253, '0814-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160915, 1253, '0814-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160916, 1253, '0814-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160917, 1253, '0814-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160918, 1253, '0815-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160919, 1253, '0815-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160920, 1253, '0815-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160921, 1253, '0815-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160922, 1253, '0815-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160923, 1253, '0815-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160924, 1253, '0815-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160925, 1253, '0815-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160926, 1253, '0815-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160927, 1253, '0815-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160928, 1253, '0815-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160929, 1253, '0815-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160930, 1253, '0816-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160931, 1253, '0816-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160932, 1253, '0816-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160933, 1253, '0816-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160934, 1253, '0816-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160935, 1253, '0816-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160936, 1253, '0816-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160937, 1253, '0816-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160938, 1253, '0816-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160939, 1253, '0816-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160940, 1253, '0816-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160941, 1253, '0816-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160942, 1253, '0817-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160943, 1253, '0817-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160944, 1253, '0817-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160945, 1253, '0817-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160946, 1253, '0817-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160947, 1253, '0817-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160948, 1253, '0817-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160949, 1253, '0817-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160950, 1253, '0817-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160951, 1253, '0817-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160952, 1253, '0817-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160953, 1253, '0817-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160954, 1253, '0818-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160955, 1253, '0818-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160956, 1253, '0818-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160957, 1253, '0818-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160958, 1253, '0818-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160959, 1253, '0818-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160960, 1253, '0818-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160961, 1253, '0818-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160962, 1253, '0818-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160963, 1253, '0818-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160964, 1253, '0818-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160965, 1253, '0818-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160966, 1253, '0819-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160967, 1253, '0819-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160968, 1253, '0819-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160969, 1253, '0819-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160970, 1253, '0819-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160971, 1253, '0819-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160972, 1253, '0819-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160973, 1253, '0819-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160974, 1253, '0819-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160975, 1253, '0819-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160976, 1253, '0819-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160977, 1253, '0819-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160978, 1253, '0820-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160979, 1253, '0820-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160980, 1253, '0820-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160981, 1253, '0820-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160982, 1253, '0820-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160983, 1253, '0820-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160984, 1253, '0820-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160985, 1253, '0820-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160986, 1253, '0820-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160987, 1253, '0820-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160988, 1253, '0820-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160989, 1253, '0820-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160990, 1253, '0821-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160991, 1253, '0821-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160992, 1253, '0821-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160993, 1253, '0821-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160994, 1253, '0821-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160995, 1253, '0821-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160996, 1253, '0821-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160997, 1253, '0821-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160998, 1253, '0821-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(160999, 1253, '0821-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(161000, 1253, '0821-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(161001, 1253, '0821-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(161002, 1253, '0822-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(161003, 1253, '0822-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(161004, 1253, '0822-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(161005, 1253, '0822-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(161006, 1253, '0822-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(161007, 1253, '0822-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(161008, 1253, '0822-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(161009, 1253, '0822-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(161010, 1253, '0822-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(161011, 1253, '0822-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(161012, 1253, '0822-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(161013, 1253, '0822-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(161014, 1253, '0823-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(161015, 1253, '0823-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(161016, 1253, '0823-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(161017, 1253, '0823-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(161018, 1253, '0823-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(161019, 1253, '0823-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(161020, 1253, '0823-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(161021, 1253, '0823-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(161022, 1253, '0823-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(161023, 1253, '0823-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(161024, 1253, '0823-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(161025, 1253, '0823-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(161026, 1253, '0824-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(161027, 1253, '0824-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(161028, 1253, '0824-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(161029, 1253, '0824-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(161030, 1253, '0824-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(161031, 1253, '0824-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(161032, 1253, '0824-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(161033, 1253, '0824-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(161034, 1253, '0824-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(161035, 1253, '0824-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(161036, 1253, '0824-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(161037, 1253, '0824-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(161038, 1253, '0825-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(161039, 1253, '0825-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(161040, 1253, '0825-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(161041, 1253, '0825-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(161042, 1253, '0825-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(161043, 1253, '0825-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(161044, 1253, '0825-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(161045, 1253, '0825-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(161046, 1253, '0825-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(161047, 1253, '0825-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(161048, 1253, '0825-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(161049, 1253, '0825-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(161050, 1253, '0826-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(161051, 1253, '0826-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(161052, 1253, '0826-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(161053, 1253, '0826-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(161054, 1253, '0826-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(161055, 1253, '0826-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(161056, 1253, '0826-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(161057, 1253, '0826-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:39', '2023-09-13 14:38:39'),
(161058, 1253, '0826-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161059, 1253, '0826-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161060, 1253, '0826-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161061, 1253, '0826-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161062, 1253, '0827-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161063, 1253, '0827-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161064, 1253, '0827-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161065, 1253, '0827-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161066, 1253, '0827-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161067, 1253, '0827-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161068, 1253, '0827-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161069, 1253, '0827-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161070, 1253, '0827-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161071, 1253, '0827-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161072, 1253, '0827-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161073, 1253, '0827-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161074, 1253, '0828-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161075, 1253, '0828-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161076, 1253, '0828-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161077, 1253, '0828-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161078, 1253, '0828-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161079, 1253, '0828-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161080, 1253, '0828-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161081, 1253, '0828-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161082, 1253, '0828-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161083, 1253, '0828-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161084, 1253, '0828-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161085, 1253, '0828-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161086, 1253, '0829-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161087, 1253, '0829-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161088, 1253, '0829-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161089, 1253, '0829-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161090, 1253, '0829-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161091, 1253, '0829-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161092, 1253, '0829-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161093, 1253, '0829-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161094, 1253, '0829-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161095, 1253, '0829-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161096, 1253, '0829-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161097, 1253, '0829-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161098, 1253, '0830-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161099, 1253, '0830-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161100, 1253, '0830-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161101, 1253, '0830-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161102, 1253, '0830-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161103, 1253, '0830-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161104, 1253, '0830-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161105, 1253, '0830-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161106, 1253, '0830-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161107, 1253, '0830-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161108, 1253, '0830-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161109, 1253, '0830-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161110, 1253, '0831-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161111, 1253, '0831-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161112, 1253, '0831-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161113, 1253, '0831-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161114, 1253, '0831-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161115, 1253, '0831-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161116, 1253, '0831-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161117, 1253, '0831-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161118, 1253, '0831-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161119, 1253, '0831-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161120, 1253, '0831-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161121, 1253, '0831-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161122, 1253, '0832-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161123, 1253, '0832-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161124, 1253, '0832-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161125, 1253, '0832-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161126, 1253, '0832-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161127, 1253, '0832-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161128, 1253, '0832-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161129, 1253, '0832-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161130, 1253, '0832-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161131, 1253, '0832-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161132, 1253, '0832-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161133, 1253, '0832-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161134, 1253, '0833-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161135, 1253, '0833-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161136, 1253, '0833-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161137, 1253, '0833-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161138, 1253, '0833-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161139, 1253, '0833-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161140, 1253, '0833-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161141, 1253, '0833-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161142, 1253, '0833-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161143, 1253, '0833-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161144, 1253, '0833-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161145, 1253, '0833-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161146, 1253, '0834-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161147, 1253, '0834-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161148, 1253, '0834-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161149, 1253, '0834-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161150, 1253, '0834-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161151, 1253, '0834-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161152, 1253, '0834-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161153, 1253, '0834-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161154, 1253, '0834-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161155, 1253, '0834-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161156, 1253, '0834-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161157, 1253, '0834-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161158, 1253, '0835-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161159, 1253, '0835-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161160, 1253, '0835-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161161, 1253, '0835-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161162, 1253, '0835-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161163, 1253, '0835-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161164, 1253, '0835-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161165, 1253, '0835-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161166, 1253, '0835-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161167, 1253, '0835-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161168, 1253, '0835-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161169, 1253, '0835-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161170, 1253, '0836-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161171, 1253, '0836-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161172, 1253, '0836-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161173, 1253, '0836-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161174, 1253, '0836-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161175, 1253, '0836-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161176, 1253, '0836-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161177, 1253, '0836-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161178, 1253, '0836-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161179, 1253, '0836-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161180, 1253, '0836-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161181, 1253, '0836-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161182, 1253, '0837-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161183, 1253, '0837-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161184, 1253, '0837-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161185, 1253, '0837-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161186, 1253, '0837-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161187, 1253, '0837-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161188, 1253, '0837-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161189, 1253, '0837-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161190, 1253, '0837-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161191, 1253, '0837-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(161192, 1253, '0837-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161193, 1253, '0837-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161194, 1253, '0838-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161195, 1253, '0838-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161196, 1253, '0838-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161197, 1253, '0838-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161198, 1253, '0838-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161199, 1253, '0838-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161200, 1253, '0838-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161201, 1253, '0838-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161202, 1253, '0838-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161203, 1253, '0838-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161204, 1253, '0838-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161205, 1253, '0838-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161206, 1253, '0839-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161207, 1253, '0839-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161208, 1253, '0839-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161209, 1253, '0839-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161210, 1253, '0839-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161211, 1253, '0839-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161212, 1253, '0839-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161213, 1253, '0839-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161214, 1253, '0839-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161215, 1253, '0839-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161216, 1253, '0839-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161217, 1253, '0839-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161218, 1253, '0840-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161219, 1253, '0840-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161220, 1253, '0840-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161221, 1253, '0840-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161222, 1253, '0840-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161223, 1253, '0840-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161224, 1253, '0840-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161225, 1253, '0840-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161226, 1253, '0840-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161227, 1253, '0840-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161228, 1253, '0840-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161229, 1253, '0840-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161230, 1253, '0841-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161231, 1253, '0841-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161232, 1253, '0841-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161233, 1253, '0841-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161234, 1253, '0841-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161235, 1253, '0841-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161236, 1253, '0841-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161237, 1253, '0841-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161238, 1253, '0841-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161239, 1253, '0841-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161240, 1253, '0841-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161241, 1253, '0841-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161242, 1253, '0842-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161243, 1253, '0842-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161244, 1253, '0842-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161245, 1253, '0842-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161246, 1253, '0842-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161247, 1253, '0842-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161248, 1253, '0842-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161249, 1253, '0842-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161250, 1253, '0842-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161251, 1253, '0842-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161252, 1253, '0842-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161253, 1253, '0842-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161254, 1253, '0843-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161255, 1253, '0843-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161256, 1253, '0843-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161257, 1253, '0843-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161258, 1253, '0843-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161259, 1253, '0843-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161260, 1253, '0843-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161261, 1253, '0843-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161262, 1253, '0843-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161263, 1253, '0843-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161264, 1253, '0843-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161265, 1253, '0843-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161266, 1253, '0844-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161267, 1253, '0844-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161268, 1253, '0844-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161269, 1253, '0844-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161270, 1253, '0844-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161271, 1253, '0844-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161272, 1253, '0844-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161273, 1253, '0844-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161274, 1253, '0844-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161275, 1253, '0844-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161276, 1253, '0844-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161277, 1253, '0844-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161278, 1253, '0845-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161279, 1253, '0845-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161280, 1253, '0845-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161281, 1253, '0845-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161282, 1253, '0845-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161283, 1253, '0845-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161284, 1253, '0845-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161285, 1253, '0845-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161286, 1253, '0845-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161287, 1253, '0845-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161288, 1253, '0845-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161289, 1253, '0845-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161290, 1253, '0846-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161291, 1253, '0846-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161292, 1253, '0846-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161293, 1253, '0846-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161294, 1253, '0846-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161295, 1253, '0846-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161296, 1253, '0846-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161297, 1253, '0846-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161298, 1253, '0846-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161299, 1253, '0846-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161300, 1253, '0846-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161301, 1253, '0846-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161302, 1253, '0847-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161303, 1253, '0847-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161304, 1253, '0847-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161305, 1253, '0847-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161306, 1253, '0847-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161307, 1253, '0847-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161308, 1253, '0847-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161309, 1253, '0847-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161310, 1253, '0847-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161311, 1253, '0847-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161312, 1253, '0847-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161313, 1253, '0847-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161314, 1253, '0848-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161315, 1253, '0848-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161316, 1253, '0848-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161317, 1253, '0848-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161318, 1253, '0848-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161319, 1253, '0848-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161320, 1253, '0848-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161321, 1253, '0848-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161322, 1253, '0848-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161323, 1253, '0848-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161324, 1253, '0848-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161325, 1253, '0848-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161326, 1253, '0849-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161327, 1253, '0849-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161328, 1253, '0849-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161329, 1253, '0849-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161330, 1253, '0849-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161331, 1253, '0849-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161332, 1253, '0849-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161333, 1253, '0849-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161334, 1253, '0849-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161335, 1253, '0849-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161336, 1253, '0849-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161337, 1253, '0849-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161338, 1253, '0850-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161339, 1253, '0850-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161340, 1253, '0850-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161341, 1253, '0850-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161342, 1253, '0850-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161343, 1253, '0850-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161344, 1253, '0850-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161345, 1253, '0850-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161346, 1253, '0850-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161347, 1253, '0850-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161348, 1253, '0850-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161349, 1253, '0850-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161350, 1253, '0851-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161351, 1253, '0851-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161352, 1253, '0851-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161353, 1253, '0851-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161354, 1253, '0851-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161355, 1253, '0851-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161356, 1253, '0851-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161357, 1253, '0851-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161358, 1253, '0851-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161359, 1253, '0851-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161360, 1253, '0851-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161361, 1253, '0851-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161362, 1253, '0852-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161363, 1253, '0852-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161364, 1253, '0852-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161365, 1253, '0852-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161366, 1253, '0852-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161367, 1253, '0852-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161368, 1253, '0852-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161369, 1253, '0852-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161370, 1253, '0852-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161371, 1253, '0852-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161372, 1253, '0852-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161373, 1253, '0852-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161374, 1253, '0853-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161375, 1253, '0853-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161376, 1253, '0853-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161377, 1253, '0853-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161378, 1253, '0853-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161379, 1253, '0853-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161380, 1253, '0853-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161381, 1253, '0853-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161382, 1253, '0853-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161383, 1253, '0853-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161384, 1253, '0853-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161385, 1253, '0853-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161386, 1253, '0854-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161387, 1253, '0854-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161388, 1253, '0854-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161389, 1253, '0854-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161390, 1253, '0854-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161391, 1253, '0854-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161392, 1253, '0854-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161393, 1253, '0854-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161394, 1253, '0854-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161395, 1253, '0854-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161396, 1253, '0854-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161397, 1253, '0854-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161398, 1253, '0855-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161399, 1253, '0855-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161400, 1253, '0855-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161401, 1253, '0855-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161402, 1253, '0855-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161403, 1253, '0855-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161404, 1253, '0855-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161405, 1253, '0855-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161406, 1253, '0855-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161407, 1253, '0855-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161408, 1253, '0855-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161409, 1253, '0855-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161410, 1253, '0856-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161411, 1253, '0856-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161412, 1253, '0856-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161413, 1253, '0856-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161414, 1253, '0856-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161415, 1253, '0856-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161416, 1253, '0856-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161417, 1253, '0856-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161418, 1253, '0856-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161419, 1253, '0856-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161420, 1253, '0856-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161421, 1253, '0856-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161422, 1253, '0857-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161423, 1253, '0857-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161424, 1253, '0857-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161425, 1253, '0857-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161426, 1253, '0857-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161427, 1253, '0857-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161428, 1253, '0857-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161429, 1253, '0857-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161430, 1253, '0857-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161431, 1253, '0857-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161432, 1253, '0857-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161433, 1253, '0857-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161434, 1253, '0858-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161435, 1253, '0858-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161436, 1253, '0858-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161437, 1253, '0858-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161438, 1253, '0858-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161439, 1253, '0858-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161440, 1253, '0858-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161441, 1253, '0858-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161442, 1253, '0858-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161443, 1253, '0858-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161444, 1253, '0858-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161445, 1253, '0858-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161446, 1253, '0859-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161447, 1253, '0859-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161448, 1253, '0859-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161449, 1253, '0859-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161450, 1253, '0859-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161451, 1253, '0859-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161452, 1253, '0859-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161453, 1253, '0859-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161454, 1253, '0859-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161455, 1253, '0859-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161456, 1253, '0859-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161457, 1253, '0859-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161458, 1253, '0860-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:40', '2023-09-13 14:38:40'),
(161459, 1253, '0860-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161460, 1253, '0860-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161461, 1253, '0860-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161462, 1253, '0860-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161463, 1253, '0860-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161464, 1253, '0860-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161465, 1253, '0860-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161466, 1253, '0860-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161467, 1253, '0860-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161468, 1253, '0860-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161469, 1253, '0860-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161470, 1253, '0861-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161471, 1253, '0861-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161472, 1253, '0861-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161473, 1253, '0861-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161474, 1253, '0861-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161475, 1253, '0861-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161476, 1253, '0861-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161477, 1253, '0861-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161478, 1253, '0861-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161479, 1253, '0861-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161480, 1253, '0861-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161481, 1253, '0861-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161482, 1253, '0862-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161483, 1253, '0862-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161484, 1253, '0862-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161485, 1253, '0862-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161486, 1253, '0862-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161487, 1253, '0862-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161488, 1253, '0862-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161489, 1253, '0862-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161490, 1253, '0862-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161491, 1253, '0862-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161492, 1253, '0862-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161493, 1253, '0862-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161494, 1253, '0863-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161495, 1253, '0863-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161496, 1253, '0863-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161497, 1253, '0863-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161498, 1253, '0863-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161499, 1253, '0863-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161500, 1253, '0863-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161501, 1253, '0863-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161502, 1253, '0863-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161503, 1253, '0863-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161504, 1253, '0863-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161505, 1253, '0863-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161506, 1253, '0864-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161507, 1253, '0864-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161508, 1253, '0864-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161509, 1253, '0864-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161510, 1253, '0864-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161511, 1253, '0864-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161512, 1253, '0864-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161513, 1253, '0864-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161514, 1253, '0864-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161515, 1253, '0864-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161516, 1253, '0864-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161517, 1253, '0864-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161518, 1253, '0865-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161519, 1253, '0865-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161520, 1253, '0865-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161521, 1253, '0865-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161522, 1253, '0865-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161523, 1253, '0865-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161524, 1253, '0865-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161525, 1253, '0865-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161526, 1253, '0865-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161527, 1253, '0865-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161528, 1253, '0865-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161529, 1253, '0865-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161530, 1253, '0866-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161531, 1253, '0866-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161532, 1253, '0866-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161533, 1253, '0866-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161534, 1253, '0866-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161535, 1253, '0866-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161536, 1253, '0866-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161537, 1253, '0866-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161538, 1253, '0866-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161539, 1253, '0866-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161540, 1253, '0866-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161541, 1253, '0866-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161542, 1253, '0867-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161543, 1253, '0867-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161544, 1253, '0867-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161545, 1253, '0867-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161546, 1253, '0867-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161547, 1253, '0867-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161548, 1253, '0867-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161549, 1253, '0867-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161550, 1253, '0867-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161551, 1253, '0867-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161552, 1253, '0867-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161553, 1253, '0867-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161554, 1253, '0868-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161555, 1253, '0868-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161556, 1253, '0868-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161557, 1253, '0868-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161558, 1253, '0868-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161559, 1253, '0868-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161560, 1253, '0868-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161561, 1253, '0868-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161562, 1253, '0868-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161563, 1253, '0868-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161564, 1253, '0868-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161565, 1253, '0868-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161566, 1253, '0869-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161567, 1253, '0869-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161568, 1253, '0869-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161569, 1253, '0869-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161570, 1253, '0869-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161571, 1253, '0869-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161572, 1253, '0869-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161573, 1253, '0869-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161574, 1253, '0869-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161575, 1253, '0869-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161576, 1253, '0869-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161577, 1253, '0869-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161578, 1253, '0870-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161579, 1253, '0870-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161580, 1253, '0870-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161581, 1253, '0870-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161582, 1253, '0870-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161583, 1253, '0870-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161584, 1253, '0870-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161585, 1253, '0870-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161586, 1253, '0870-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161587, 1253, '0870-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161588, 1253, '0870-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161589, 1253, '0870-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161590, 1253, '0871-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161591, 1253, '0871-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161592, 1253, '0871-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161593, 1253, '0871-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161594, 1253, '0871-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161595, 1253, '0871-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161596, 1253, '0871-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161597, 1253, '0871-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161598, 1253, '0871-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161599, 1253, '0871-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161600, 1253, '0871-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161601, 1253, '0871-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161602, 1253, '0872-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161603, 1253, '0872-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161604, 1253, '0872-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161605, 1253, '0872-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161606, 1253, '0872-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161607, 1253, '0872-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161608, 1253, '0872-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161609, 1253, '0872-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161610, 1253, '0872-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161611, 1253, '0872-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161612, 1253, '0872-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161613, 1253, '0872-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161614, 1253, '0873-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161615, 1253, '0873-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161616, 1253, '0873-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161617, 1253, '0873-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161618, 1253, '0873-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161619, 1253, '0873-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161620, 1253, '0873-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161621, 1253, '0873-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161622, 1253, '0873-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161623, 1253, '0873-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161624, 1253, '0873-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161625, 1253, '0873-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161626, 1253, '0874-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161627, 1253, '0874-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161628, 1253, '0874-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161629, 1253, '0874-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161630, 1253, '0874-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161631, 1253, '0874-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161632, 1253, '0874-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161633, 1253, '0874-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161634, 1253, '0874-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161635, 1253, '0874-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161636, 1253, '0874-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161637, 1253, '0874-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161638, 1253, '0875-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161639, 1253, '0875-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161640, 1253, '0875-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161641, 1253, '0875-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161642, 1253, '0875-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161643, 1253, '0875-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161644, 1253, '0875-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161645, 1253, '0875-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161646, 1253, '0875-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161647, 1253, '0875-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(161648, 1253, '0875-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161649, 1253, '0875-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161650, 1253, '0876-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161651, 1253, '0876-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161652, 1253, '0876-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161653, 1253, '0876-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161654, 1253, '0876-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161655, 1253, '0876-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161656, 1253, '0876-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161657, 1253, '0876-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161658, 1253, '0876-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161659, 1253, '0876-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161660, 1253, '0876-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161661, 1253, '0876-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161662, 1253, '0877-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161663, 1253, '0877-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161664, 1253, '0877-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161665, 1253, '0877-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161666, 1253, '0877-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161667, 1253, '0877-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161668, 1253, '0877-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161669, 1253, '0877-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161670, 1253, '0877-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161671, 1253, '0877-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161672, 1253, '0877-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161673, 1253, '0877-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161674, 1253, '0878-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161675, 1253, '0878-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161676, 1253, '0878-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161677, 1253, '0878-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161678, 1253, '0878-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161679, 1253, '0878-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161680, 1253, '0878-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161681, 1253, '0878-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161682, 1253, '0878-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161683, 1253, '0878-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161684, 1253, '0878-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161685, 1253, '0878-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161686, 1253, '0879-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161687, 1253, '0879-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161688, 1253, '0879-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161689, 1253, '0879-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161690, 1253, '0879-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161691, 1253, '0879-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161692, 1253, '0879-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161693, 1253, '0879-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161694, 1253, '0879-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161695, 1253, '0879-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161696, 1253, '0879-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161697, 1253, '0879-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161698, 1253, '0880-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161699, 1253, '0880-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161700, 1253, '0880-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161701, 1253, '0880-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161702, 1253, '0880-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161703, 1253, '0880-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161704, 1253, '0880-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161705, 1253, '0880-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161706, 1253, '0880-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161707, 1253, '0880-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161708, 1253, '0880-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161709, 1253, '0880-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161710, 1253, '0881-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161711, 1253, '0881-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161712, 1253, '0881-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161713, 1253, '0881-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161714, 1253, '0881-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161715, 1253, '0881-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161716, 1253, '0881-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161717, 1253, '0881-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161718, 1253, '0881-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161719, 1253, '0881-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161720, 1253, '0881-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161721, 1253, '0881-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161722, 1253, '0882-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161723, 1253, '0882-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161724, 1253, '0882-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161725, 1253, '0882-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161726, 1253, '0882-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161727, 1253, '0882-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161728, 1253, '0882-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161729, 1253, '0882-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161730, 1253, '0882-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161731, 1253, '0882-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161732, 1253, '0882-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161733, 1253, '0882-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161734, 1253, '0883-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161735, 1253, '0883-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161736, 1253, '0883-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161737, 1253, '0883-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161738, 1253, '0883-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161739, 1253, '0883-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161740, 1253, '0883-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161741, 1253, '0883-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161742, 1253, '0883-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161743, 1253, '0883-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161744, 1253, '0883-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161745, 1253, '0883-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161746, 1253, '0884-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161747, 1253, '0884-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161748, 1253, '0884-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161749, 1253, '0884-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161750, 1253, '0884-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161751, 1253, '0884-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161752, 1253, '0884-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161753, 1253, '0884-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161754, 1253, '0884-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161755, 1253, '0884-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161756, 1253, '0884-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161757, 1253, '0884-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161758, 1253, '0885-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161759, 1253, '0885-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161760, 1253, '0885-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161761, 1253, '0885-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161762, 1253, '0885-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161763, 1253, '0885-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161764, 1253, '0885-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161765, 1253, '0885-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161766, 1253, '0885-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161767, 1253, '0885-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161768, 1253, '0885-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161769, 1253, '0885-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161770, 1253, '0886-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161771, 1253, '0886-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161772, 1253, '0886-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161773, 1253, '0886-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161774, 1253, '0886-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161775, 1253, '0886-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161776, 1253, '0886-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161777, 1253, '0886-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161778, 1253, '0886-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161779, 1253, '0886-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161780, 1253, '0886-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161781, 1253, '0886-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161782, 1253, '0887-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161783, 1253, '0887-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161784, 1253, '0887-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161785, 1253, '0887-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161786, 1253, '0887-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161787, 1253, '0887-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161788, 1253, '0887-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161789, 1253, '0887-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161790, 1253, '0887-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161791, 1253, '0887-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161792, 1253, '0887-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161793, 1253, '0887-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161794, 1253, '0888-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161795, 1253, '0888-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161796, 1253, '0888-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161797, 1253, '0888-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161798, 1253, '0888-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161799, 1253, '0888-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161800, 1253, '0888-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161801, 1253, '0888-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161802, 1253, '0888-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161803, 1253, '0888-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161804, 1253, '0888-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161805, 1253, '0888-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161806, 1253, '0889-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161807, 1253, '0889-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161808, 1253, '0889-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161809, 1253, '0889-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161810, 1253, '0889-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161811, 1253, '0889-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161812, 1253, '0889-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161813, 1253, '0889-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161814, 1253, '0889-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161815, 1253, '0889-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161816, 1253, '0889-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161817, 1253, '0889-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161818, 1253, '0890-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161819, 1253, '0890-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161820, 1253, '0890-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161821, 1253, '0890-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161822, 1253, '0890-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161823, 1253, '0890-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161824, 1253, '0890-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161825, 1253, '0890-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161826, 1253, '0890-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161827, 1253, '0890-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161828, 1253, '0890-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161829, 1253, '0890-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161830, 1253, '0891-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161831, 1253, '0891-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161832, 1253, '0891-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161833, 1253, '0891-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161834, 1253, '0891-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161835, 1253, '0891-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161836, 1253, '0891-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161837, 1253, '0891-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161838, 1253, '0891-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161839, 1253, '0891-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161840, 1253, '0891-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161841, 1253, '0891-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161842, 1253, '0892-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161843, 1253, '0892-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161844, 1253, '0892-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161845, 1253, '0892-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161846, 1253, '0892-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161847, 1253, '0892-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161848, 1253, '0892-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161849, 1253, '0892-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161850, 1253, '0892-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161851, 1253, '0892-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161852, 1253, '0892-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161853, 1253, '0892-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161854, 1253, '0893-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161855, 1253, '0893-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161856, 1253, '0893-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161857, 1253, '0893-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161858, 1253, '0893-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161859, 1253, '0893-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161860, 1253, '0893-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161861, 1253, '0893-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161862, 1253, '0893-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161863, 1253, '0893-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161864, 1253, '0893-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161865, 1253, '0893-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161866, 1253, '0894-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161867, 1253, '0894-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161868, 1253, '0894-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161869, 1253, '0894-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161870, 1253, '0894-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161871, 1253, '0894-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161872, 1253, '0894-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161873, 1253, '0894-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161874, 1253, '0894-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161875, 1253, '0894-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161876, 1253, '0894-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:41', '2023-09-13 14:38:41'),
(161877, 1253, '0894-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(161878, 1253, '0895-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(161879, 1253, '0895-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(161880, 1253, '0895-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(161881, 1253, '0895-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(161882, 1253, '0895-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(161883, 1253, '0895-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(161884, 1253, '0895-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(161885, 1253, '0895-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(161886, 1253, '0895-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(161887, 1253, '0895-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(161888, 1253, '0895-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(161889, 1253, '0895-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(161890, 1253, '0896-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(161891, 1253, '0896-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(161892, 1253, '0896-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(161893, 1253, '0896-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(161894, 1253, '0896-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(161895, 1253, '0896-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(161896, 1253, '0896-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(161897, 1253, '0896-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(161898, 1253, '0896-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(161899, 1253, '0896-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(161900, 1253, '0896-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(161901, 1253, '0896-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(161902, 1253, '0897-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(161903, 1253, '0897-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(161904, 1253, '0897-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(161905, 1253, '0897-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(161906, 1253, '0897-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(161907, 1253, '0897-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(161908, 1253, '0897-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(161909, 1253, '0897-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(161910, 1253, '0897-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(161911, 1253, '0897-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(161912, 1253, '0897-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(161913, 1253, '0897-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(161914, 1253, '0898-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(161915, 1253, '0898-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(161916, 1253, '0898-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(161917, 1253, '0898-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(161918, 1253, '0898-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(161919, 1253, '0898-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(161920, 1253, '0898-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(161921, 1253, '0898-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(161922, 1253, '0898-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(161923, 1253, '0898-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(161924, 1253, '0898-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(161925, 1253, '0898-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(161926, 1253, '0899-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(161927, 1253, '0899-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(161928, 1253, '0899-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(161929, 1253, '0899-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(161930, 1253, '0899-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(161931, 1253, '0899-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(161932, 1253, '0899-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(161933, 1253, '0899-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(161934, 1253, '0899-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(161935, 1253, '0899-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(161936, 1253, '0899-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(161937, 1253, '0899-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(161938, 1253, '0900-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(161939, 1253, '0900-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(161940, 1253, '0900-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(161941, 1253, '0900-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(161942, 1253, '0900-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(161943, 1253, '0900-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(161944, 1253, '0900-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(161945, 1253, '0900-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(161946, 1253, '0900-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(161947, 1253, '0900-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(161948, 1253, '0900-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(161949, 1253, '0900-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(161950, 1253, '0901-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(161951, 1253, '0901-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(161952, 1253, '0901-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(161953, 1253, '0901-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(161954, 1253, '0901-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(161955, 1253, '0901-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(161956, 1253, '0901-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(161957, 1253, '0901-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(161958, 1253, '0901-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(161959, 1253, '0901-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(161960, 1253, '0901-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(161961, 1253, '0901-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(161962, 1253, '0902-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(161963, 1253, '0902-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(161964, 1253, '0902-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(161965, 1253, '0902-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(161966, 1253, '0902-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(161967, 1253, '0902-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(161968, 1253, '0902-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(161969, 1253, '0902-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(161970, 1253, '0902-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(161971, 1253, '0902-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(161972, 1253, '0902-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(161973, 1253, '0902-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(161974, 1253, '0903-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(161975, 1253, '0903-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(161976, 1253, '0903-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(161977, 1253, '0903-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(161978, 1253, '0903-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(161979, 1253, '0903-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(161980, 1253, '0903-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(161981, 1253, '0903-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(161982, 1253, '0903-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(161983, 1253, '0903-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(161984, 1253, '0903-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(161985, 1253, '0903-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(161986, 1253, '0904-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(161987, 1253, '0904-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(161988, 1253, '0904-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(161989, 1253, '0904-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(161990, 1253, '0904-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(161991, 1253, '0904-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(161992, 1253, '0904-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(161993, 1253, '0904-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(161994, 1253, '0904-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(161995, 1253, '0904-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(161996, 1253, '0904-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(161997, 1253, '0904-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(161998, 1253, '0905-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(161999, 1253, '0905-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162000, 1253, '0905-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162001, 1253, '0905-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162002, 1253, '0905-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162003, 1253, '0905-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162004, 1253, '0905-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162005, 1253, '0905-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162006, 1253, '0905-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162007, 1253, '0905-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162008, 1253, '0905-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162009, 1253, '0905-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162010, 1253, '0906-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162011, 1253, '0906-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162012, 1253, '0906-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162013, 1253, '0906-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162014, 1253, '0906-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162015, 1253, '0906-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162016, 1253, '0906-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162017, 1253, '0906-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162018, 1253, '0906-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162019, 1253, '0906-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162020, 1253, '0906-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162021, 1253, '0906-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162022, 1253, '0907-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162023, 1253, '0907-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162024, 1253, '0907-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162025, 1253, '0907-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162026, 1253, '0907-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162027, 1253, '0907-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162028, 1253, '0907-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162029, 1253, '0907-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162030, 1253, '0907-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162031, 1253, '0907-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162032, 1253, '0907-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162033, 1253, '0907-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162034, 1253, '0908-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162035, 1253, '0908-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162036, 1253, '0908-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162037, 1253, '0908-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162038, 1253, '0908-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162039, 1253, '0908-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162040, 1253, '0908-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162041, 1253, '0908-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162042, 1253, '0908-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162043, 1253, '0908-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162044, 1253, '0908-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162045, 1253, '0908-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162046, 1253, '0909-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162047, 1253, '0909-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162048, 1253, '0909-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162049, 1253, '0909-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162050, 1253, '0909-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162051, 1253, '0909-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162052, 1253, '0909-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162053, 1253, '0909-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162054, 1253, '0909-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162055, 1253, '0909-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162056, 1253, '0909-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162057, 1253, '0909-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162058, 1253, '0910-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162059, 1253, '0910-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162060, 1253, '0910-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162061, 1253, '0910-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162062, 1253, '0910-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162063, 1253, '0910-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162064, 1253, '0910-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162065, 1253, '0910-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162066, 1253, '0910-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162067, 1253, '0910-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162068, 1253, '0910-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162069, 1253, '0910-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162070, 1253, '0911-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162071, 1253, '0911-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162072, 1253, '0911-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162073, 1253, '0911-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162074, 1253, '0911-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162075, 1253, '0911-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162076, 1253, '0911-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162077, 1253, '0911-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162078, 1253, '0911-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162079, 1253, '0911-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162080, 1253, '0911-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162081, 1253, '0911-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162082, 1253, '0912-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162083, 1253, '0912-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162084, 1253, '0912-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162085, 1253, '0912-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162086, 1253, '0912-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162087, 1253, '0912-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162088, 1253, '0912-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162089, 1253, '0912-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162090, 1253, '0912-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162091, 1253, '0912-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162092, 1253, '0912-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162093, 1253, '0912-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162094, 1253, '0913-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162095, 1253, '0913-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162096, 1253, '0913-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162097, 1253, '0913-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162098, 1253, '0913-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162099, 1253, '0913-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162100, 1253, '0913-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162101, 1253, '0913-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162102, 1253, '0913-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162103, 1253, '0913-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(162104, 1253, '0913-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162105, 1253, '0913-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162106, 1253, '0914-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162107, 1253, '0914-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162108, 1253, '0914-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162109, 1253, '0914-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162110, 1253, '0914-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162111, 1253, '0914-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162112, 1253, '0914-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162113, 1253, '0914-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162114, 1253, '0914-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162115, 1253, '0914-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162116, 1253, '0914-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162117, 1253, '0914-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162118, 1253, '0915-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162119, 1253, '0915-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162120, 1253, '0915-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162121, 1253, '0915-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162122, 1253, '0915-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162123, 1253, '0915-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162124, 1253, '0915-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162125, 1253, '0915-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162126, 1253, '0915-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162127, 1253, '0915-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162128, 1253, '0915-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162129, 1253, '0915-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162130, 1253, '0916-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162131, 1253, '0916-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162132, 1253, '0916-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162133, 1253, '0916-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162134, 1253, '0916-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162135, 1253, '0916-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162136, 1253, '0916-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162137, 1253, '0916-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162138, 1253, '0916-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162139, 1253, '0916-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162140, 1253, '0916-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162141, 1253, '0916-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162142, 1253, '0917-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162143, 1253, '0917-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162144, 1253, '0917-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162145, 1253, '0917-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162146, 1253, '0917-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162147, 1253, '0917-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162148, 1253, '0917-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162149, 1253, '0917-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162150, 1253, '0917-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162151, 1253, '0917-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162152, 1253, '0917-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162153, 1253, '0917-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162154, 1253, '0918-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162155, 1253, '0918-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162156, 1253, '0918-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162157, 1253, '0918-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162158, 1253, '0918-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162159, 1253, '0918-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162160, 1253, '0918-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162161, 1253, '0918-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162162, 1253, '0918-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162163, 1253, '0918-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162164, 1253, '0918-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162165, 1253, '0918-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162166, 1253, '0919-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162167, 1253, '0919-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162168, 1253, '0919-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162169, 1253, '0919-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162170, 1253, '0919-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162171, 1253, '0919-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162172, 1253, '0919-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162173, 1253, '0919-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162174, 1253, '0919-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162175, 1253, '0919-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162176, 1253, '0919-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162177, 1253, '0919-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162178, 1253, '0920-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162179, 1253, '0920-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162180, 1253, '0920-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162181, 1253, '0920-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162182, 1253, '0920-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162183, 1253, '0920-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162184, 1253, '0920-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162185, 1253, '0920-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162186, 1253, '0920-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162187, 1253, '0920-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162188, 1253, '0920-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162189, 1253, '0920-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162190, 1253, '0921-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162191, 1253, '0921-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162192, 1253, '0921-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162193, 1253, '0921-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162194, 1253, '0921-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162195, 1253, '0921-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162196, 1253, '0921-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162197, 1253, '0921-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162198, 1253, '0921-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162199, 1253, '0921-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162200, 1253, '0921-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162201, 1253, '0921-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162202, 1253, '0922-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162203, 1253, '0922-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162204, 1253, '0922-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162205, 1253, '0922-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162206, 1253, '0922-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162207, 1253, '0922-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162208, 1253, '0922-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162209, 1253, '0922-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162210, 1253, '0922-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162211, 1253, '0922-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162212, 1253, '0922-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162213, 1253, '0922-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162214, 1253, '0923-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162215, 1253, '0923-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162216, 1253, '0923-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162217, 1253, '0923-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162218, 1253, '0923-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162219, 1253, '0923-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162220, 1253, '0923-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162221, 1253, '0923-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162222, 1253, '0923-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162223, 1253, '0923-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162224, 1253, '0923-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162225, 1253, '0923-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162226, 1253, '0924-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162227, 1253, '0924-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162228, 1253, '0924-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162229, 1253, '0924-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162230, 1253, '0924-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162231, 1253, '0924-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162232, 1253, '0924-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162233, 1253, '0924-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162234, 1253, '0924-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162235, 1253, '0924-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162236, 1253, '0924-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162237, 1253, '0924-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162238, 1253, '0925-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162239, 1253, '0925-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162240, 1253, '0925-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162241, 1253, '0925-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162242, 1253, '0925-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162243, 1253, '0925-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162244, 1253, '0925-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162245, 1253, '0925-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162246, 1253, '0925-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162247, 1253, '0925-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162248, 1253, '0925-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162249, 1253, '0925-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162250, 1253, '0926-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162251, 1253, '0926-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162252, 1253, '0926-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162253, 1253, '0926-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162254, 1253, '0926-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162255, 1253, '0926-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162256, 1253, '0926-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162257, 1253, '0926-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162258, 1253, '0926-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162259, 1253, '0926-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162260, 1253, '0926-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162261, 1253, '0926-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162262, 1253, '0927-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162263, 1253, '0927-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162264, 1253, '0927-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162265, 1253, '0927-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162266, 1253, '0927-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162267, 1253, '0927-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162268, 1253, '0927-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162269, 1253, '0927-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162270, 1253, '0927-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162271, 1253, '0927-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162272, 1253, '0927-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162273, 1253, '0927-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162274, 1253, '0928-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162275, 1253, '0928-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162276, 1253, '0928-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162277, 1253, '0928-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162278, 1253, '0928-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162279, 1253, '0928-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162280, 1253, '0928-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162281, 1253, '0928-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162282, 1253, '0928-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162283, 1253, '0928-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162284, 1253, '0928-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162285, 1253, '0928-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162286, 1253, '0929-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162287, 1253, '0929-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:42', '2023-09-13 14:38:42'),
(162288, 1253, '0929-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162289, 1253, '0929-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162290, 1253, '0929-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162291, 1253, '0929-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162292, 1253, '0929-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162293, 1253, '0929-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162294, 1253, '0929-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162295, 1253, '0929-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162296, 1253, '0929-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162297, 1253, '0929-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162298, 1253, '0930-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162299, 1253, '0930-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162300, 1253, '0930-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162301, 1253, '0930-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162302, 1253, '0930-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162303, 1253, '0930-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162304, 1253, '0930-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162305, 1253, '0930-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162306, 1253, '0930-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162307, 1253, '0930-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162308, 1253, '0930-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162309, 1253, '0930-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162310, 1253, '0931-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162311, 1253, '0931-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162312, 1253, '0931-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162313, 1253, '0931-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162314, 1253, '0931-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162315, 1253, '0931-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162316, 1253, '0931-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162317, 1253, '0931-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162318, 1253, '0931-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162319, 1253, '0931-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162320, 1253, '0931-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162321, 1253, '0931-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162322, 1253, '0932-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162323, 1253, '0932-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162324, 1253, '0932-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162325, 1253, '0932-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162326, 1253, '0932-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162327, 1253, '0932-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162328, 1253, '0932-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162329, 1253, '0932-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162330, 1253, '0932-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162331, 1253, '0932-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162332, 1253, '0932-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162333, 1253, '0932-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162334, 1253, '0933-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162335, 1253, '0933-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162336, 1253, '0933-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162337, 1253, '0933-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162338, 1253, '0933-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162339, 1253, '0933-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162340, 1253, '0933-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162341, 1253, '0933-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162342, 1253, '0933-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162343, 1253, '0933-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162344, 1253, '0933-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162345, 1253, '0933-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162346, 1253, '0934-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162347, 1253, '0934-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162348, 1253, '0934-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162349, 1253, '0934-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162350, 1253, '0934-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162351, 1253, '0934-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162352, 1253, '0934-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162353, 1253, '0934-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162354, 1253, '0934-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162355, 1253, '0934-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162356, 1253, '0934-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162357, 1253, '0934-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162358, 1253, '0935-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162359, 1253, '0935-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162360, 1253, '0935-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162361, 1253, '0935-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162362, 1253, '0935-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162363, 1253, '0935-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162364, 1253, '0935-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162365, 1253, '0935-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162366, 1253, '0935-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162367, 1253, '0935-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162368, 1253, '0935-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162369, 1253, '0935-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162370, 1253, '0936-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162371, 1253, '0936-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162372, 1253, '0936-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162373, 1253, '0936-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162374, 1253, '0936-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162375, 1253, '0936-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162376, 1253, '0936-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162377, 1253, '0936-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162378, 1253, '0936-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162379, 1253, '0936-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162380, 1253, '0936-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162381, 1253, '0936-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162382, 1253, '0937-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162383, 1253, '0937-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162384, 1253, '0937-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162385, 1253, '0937-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162386, 1253, '0937-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162387, 1253, '0937-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162388, 1253, '0937-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162389, 1253, '0937-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162390, 1253, '0937-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162391, 1253, '0937-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162392, 1253, '0937-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162393, 1253, '0937-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162394, 1253, '0938-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162395, 1253, '0938-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162396, 1253, '0938-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162397, 1253, '0938-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162398, 1253, '0938-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162399, 1253, '0938-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162400, 1253, '0938-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162401, 1253, '0938-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162402, 1253, '0938-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162403, 1253, '0938-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162404, 1253, '0938-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162405, 1253, '0938-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162406, 1253, '0939-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162407, 1253, '0939-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162408, 1253, '0939-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162409, 1253, '0939-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162410, 1253, '0939-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162411, 1253, '0939-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162412, 1253, '0939-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162413, 1253, '0939-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162414, 1253, '0939-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162415, 1253, '0939-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162416, 1253, '0939-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162417, 1253, '0939-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162418, 1253, '0940-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162419, 1253, '0940-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162420, 1253, '0940-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162421, 1253, '0940-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162422, 1253, '0940-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162423, 1253, '0940-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162424, 1253, '0940-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162425, 1253, '0940-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162426, 1253, '0940-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162427, 1253, '0940-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162428, 1253, '0940-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162429, 1253, '0940-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162430, 1253, '0941-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162431, 1253, '0941-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162432, 1253, '0941-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162433, 1253, '0941-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162434, 1253, '0941-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162435, 1253, '0941-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162436, 1253, '0941-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162437, 1253, '0941-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162438, 1253, '0941-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162439, 1253, '0941-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162440, 1253, '0941-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162441, 1253, '0941-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162442, 1253, '0942-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162443, 1253, '0942-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162444, 1253, '0942-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162445, 1253, '0942-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162446, 1253, '0942-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162447, 1253, '0942-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162448, 1253, '0942-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162449, 1253, '0942-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162450, 1253, '0942-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162451, 1253, '0942-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162452, 1253, '0942-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162453, 1253, '0942-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162454, 1253, '0943-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162455, 1253, '0943-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162456, 1253, '0943-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162457, 1253, '0943-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162458, 1253, '0943-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162459, 1253, '0943-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162460, 1253, '0943-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162461, 1253, '0943-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162462, 1253, '0943-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162463, 1253, '0943-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162464, 1253, '0943-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162465, 1253, '0943-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162466, 1253, '0944-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162467, 1253, '0944-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162468, 1253, '0944-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162469, 1253, '0944-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162470, 1253, '0944-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162471, 1253, '0944-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162472, 1253, '0944-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162473, 1253, '0944-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162474, 1253, '0944-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162475, 1253, '0944-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162476, 1253, '0944-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162477, 1253, '0944-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162478, 1253, '0945-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162479, 1253, '0945-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162480, 1253, '0945-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162481, 1253, '0945-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162482, 1253, '0945-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162483, 1253, '0945-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162484, 1253, '0945-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162485, 1253, '0945-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162486, 1253, '0945-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162487, 1253, '0945-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162488, 1253, '0945-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162489, 1253, '0945-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162490, 1253, '0946-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162491, 1253, '0946-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162492, 1253, '0946-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162493, 1253, '0946-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162494, 1253, '0946-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162495, 1253, '0946-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162496, 1253, '0946-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162497, 1253, '0946-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162498, 1253, '0946-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162499, 1253, '0946-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162500, 1253, '0946-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162501, 1253, '0946-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162502, 1253, '0947-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162503, 1253, '0947-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162504, 1253, '0947-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162505, 1253, '0947-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162506, 1253, '0947-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162507, 1253, '0947-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162508, 1253, '0947-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162509, 1253, '0947-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162510, 1253, '0947-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162511, 1253, '0947-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162512, 1253, '0947-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162513, 1253, '0947-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162514, 1253, '0948-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162515, 1253, '0948-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162516, 1253, '0948-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162517, 1253, '0948-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162518, 1253, '0948-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162519, 1253, '0948-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162520, 1253, '0948-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162521, 1253, '0948-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162522, 1253, '0948-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162523, 1253, '0948-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162524, 1253, '0948-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162525, 1253, '0948-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162526, 1253, '0949-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162527, 1253, '0949-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162528, 1253, '0949-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162529, 1253, '0949-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162530, 1253, '0949-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162531, 1253, '0949-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162532, 1253, '0949-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162533, 1253, '0949-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162534, 1253, '0949-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162535, 1253, '0949-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162536, 1253, '0949-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162537, 1253, '0949-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162538, 1253, '0950-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162539, 1253, '0950-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162540, 1253, '0950-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162541, 1253, '0950-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162542, 1253, '0950-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162543, 1253, '0950-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162544, 1253, '0950-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162545, 1253, '0950-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162546, 1253, '0950-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162547, 1253, '0950-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162548, 1253, '0950-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162549, 1253, '0950-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162550, 1253, '0951-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162551, 1253, '0951-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162552, 1253, '0951-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162553, 1253, '0951-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162554, 1253, '0951-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162555, 1253, '0951-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162556, 1253, '0951-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162557, 1253, '0951-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162558, 1253, '0951-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162559, 1253, '0951-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(162560, 1253, '0951-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162561, 1253, '0951-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162562, 1253, '0952-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162563, 1253, '0952-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162564, 1253, '0952-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162565, 1253, '0952-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162566, 1253, '0952-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162567, 1253, '0952-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162568, 1253, '0952-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162569, 1253, '0952-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162570, 1253, '0952-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162571, 1253, '0952-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162572, 1253, '0952-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162573, 1253, '0952-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162574, 1253, '0953-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162575, 1253, '0953-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162576, 1253, '0953-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162577, 1253, '0953-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162578, 1253, '0953-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162579, 1253, '0953-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162580, 1253, '0953-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162581, 1253, '0953-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162582, 1253, '0953-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162583, 1253, '0953-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162584, 1253, '0953-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162585, 1253, '0953-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162586, 1253, '0954-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162587, 1253, '0954-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162588, 1253, '0954-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162589, 1253, '0954-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162590, 1253, '0954-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162591, 1253, '0954-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162592, 1253, '0954-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162593, 1253, '0954-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162594, 1253, '0954-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162595, 1253, '0954-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162596, 1253, '0954-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162597, 1253, '0954-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162598, 1253, '0955-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162599, 1253, '0955-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162600, 1253, '0955-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162601, 1253, '0955-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162602, 1253, '0955-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162603, 1253, '0955-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162604, 1253, '0955-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162605, 1253, '0955-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162606, 1253, '0955-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162607, 1253, '0955-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162608, 1253, '0955-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162609, 1253, '0955-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162610, 1253, '0956-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162611, 1253, '0956-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162612, 1253, '0956-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162613, 1253, '0956-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162614, 1253, '0956-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162615, 1253, '0956-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162616, 1253, '0956-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162617, 1253, '0956-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162618, 1253, '0956-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162619, 1253, '0956-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162620, 1253, '0956-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162621, 1253, '0956-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162622, 1253, '0957-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162623, 1253, '0957-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162624, 1253, '0957-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162625, 1253, '0957-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162626, 1253, '0957-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162627, 1253, '0957-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162628, 1253, '0957-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162629, 1253, '0957-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162630, 1253, '0957-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162631, 1253, '0957-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162632, 1253, '0957-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162633, 1253, '0957-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162634, 1253, '0958-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162635, 1253, '0958-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162636, 1253, '0958-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162637, 1253, '0958-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162638, 1253, '0958-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162639, 1253, '0958-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162640, 1253, '0958-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162641, 1253, '0958-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162642, 1253, '0958-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162643, 1253, '0958-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162644, 1253, '0958-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162645, 1253, '0958-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162646, 1253, '0959-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162647, 1253, '0959-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162648, 1253, '0959-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162649, 1253, '0959-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162650, 1253, '0959-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162651, 1253, '0959-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162652, 1253, '0959-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162653, 1253, '0959-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162654, 1253, '0959-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162655, 1253, '0959-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162656, 1253, '0959-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162657, 1253, '0959-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162658, 1253, '0960-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162659, 1253, '0960-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162660, 1253, '0960-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162661, 1253, '0960-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162662, 1253, '0960-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162663, 1253, '0960-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162664, 1253, '0960-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162665, 1253, '0960-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162666, 1253, '0960-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162667, 1253, '0960-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162668, 1253, '0960-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162669, 1253, '0960-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162670, 1253, '0961-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162671, 1253, '0961-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162672, 1253, '0961-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162673, 1253, '0961-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162674, 1253, '0961-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162675, 1253, '0961-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162676, 1253, '0961-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162677, 1253, '0961-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162678, 1253, '0961-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162679, 1253, '0961-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162680, 1253, '0961-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162681, 1253, '0961-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162682, 1253, '0962-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162683, 1253, '0962-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162684, 1253, '0962-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162685, 1253, '0962-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162686, 1253, '0962-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162687, 1253, '0962-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162688, 1253, '0962-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162689, 1253, '0962-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162690, 1253, '0962-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162691, 1253, '0962-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162692, 1253, '0962-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162693, 1253, '0962-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162694, 1253, '0963-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162695, 1253, '0963-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162696, 1253, '0963-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162697, 1253, '0963-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162698, 1253, '0963-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162699, 1253, '0963-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162700, 1253, '0963-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162701, 1253, '0963-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162702, 1253, '0963-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162703, 1253, '0963-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162704, 1253, '0963-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162705, 1253, '0963-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:43', '2023-09-13 14:38:43'),
(162706, 1253, '0964-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162707, 1253, '0964-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162708, 1253, '0964-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162709, 1253, '0964-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162710, 1253, '0964-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162711, 1253, '0964-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162712, 1253, '0964-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162713, 1253, '0964-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162714, 1253, '0964-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162715, 1253, '0964-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162716, 1253, '0964-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162717, 1253, '0964-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162718, 1253, '0965-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162719, 1253, '0965-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162720, 1253, '0965-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162721, 1253, '0965-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162722, 1253, '0965-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162723, 1253, '0965-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162724, 1253, '0965-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162725, 1253, '0965-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162726, 1253, '0965-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162727, 1253, '0965-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162728, 1253, '0965-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162729, 1253, '0965-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162730, 1253, '0966-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162731, 1253, '0966-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162732, 1253, '0966-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162733, 1253, '0966-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162734, 1253, '0966-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162735, 1253, '0966-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162736, 1253, '0966-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162737, 1253, '0966-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162738, 1253, '0966-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162739, 1253, '0966-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162740, 1253, '0966-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162741, 1253, '0966-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162742, 1253, '0967-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162743, 1253, '0967-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162744, 1253, '0967-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162745, 1253, '0967-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162746, 1253, '0967-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162747, 1253, '0967-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162748, 1253, '0967-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162749, 1253, '0967-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162750, 1253, '0967-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162751, 1253, '0967-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162752, 1253, '0967-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162753, 1253, '0967-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162754, 1253, '0968-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162755, 1253, '0968-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162756, 1253, '0968-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162757, 1253, '0968-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162758, 1253, '0968-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162759, 1253, '0968-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162760, 1253, '0968-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162761, 1253, '0968-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162762, 1253, '0968-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162763, 1253, '0968-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162764, 1253, '0968-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162765, 1253, '0968-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162766, 1253, '0969-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162767, 1253, '0969-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162768, 1253, '0969-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162769, 1253, '0969-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162770, 1253, '0969-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162771, 1253, '0969-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162772, 1253, '0969-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162773, 1253, '0969-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162774, 1253, '0969-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162775, 1253, '0969-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162776, 1253, '0969-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162777, 1253, '0969-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162778, 1253, '0970-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162779, 1253, '0970-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162780, 1253, '0970-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162781, 1253, '0970-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162782, 1253, '0970-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162783, 1253, '0970-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162784, 1253, '0970-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162785, 1253, '0970-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162786, 1253, '0970-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162787, 1253, '0970-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162788, 1253, '0970-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162789, 1253, '0970-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162790, 1253, '0971-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162791, 1253, '0971-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162792, 1253, '0971-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162793, 1253, '0971-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162794, 1253, '0971-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162795, 1253, '0971-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162796, 1253, '0971-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162797, 1253, '0971-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162798, 1253, '0971-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162799, 1253, '0971-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162800, 1253, '0971-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162801, 1253, '0971-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162802, 1253, '0972-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162803, 1253, '0972-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162804, 1253, '0972-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162805, 1253, '0972-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162806, 1253, '0972-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162807, 1253, '0972-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162808, 1253, '0972-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162809, 1253, '0972-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162810, 1253, '0972-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162811, 1253, '0972-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162812, 1253, '0972-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162813, 1253, '0972-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162814, 1253, '0973-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162815, 1253, '0973-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162816, 1253, '0973-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162817, 1253, '0973-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162818, 1253, '0973-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162819, 1253, '0973-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162820, 1253, '0973-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162821, 1253, '0973-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162822, 1253, '0973-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162823, 1253, '0973-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162824, 1253, '0973-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162825, 1253, '0973-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162826, 1253, '0974-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162827, 1253, '0974-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162828, 1253, '0974-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162829, 1253, '0974-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162830, 1253, '0974-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162831, 1253, '0974-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162832, 1253, '0974-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162833, 1253, '0974-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162834, 1253, '0974-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162835, 1253, '0974-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162836, 1253, '0974-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162837, 1253, '0974-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162838, 1253, '0975-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162839, 1253, '0975-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162840, 1253, '0975-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162841, 1253, '0975-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162842, 1253, '0975-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162843, 1253, '0975-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162844, 1253, '0975-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162845, 1253, '0975-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162846, 1253, '0975-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162847, 1253, '0975-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162848, 1253, '0975-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162849, 1253, '0975-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162850, 1253, '0976-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162851, 1253, '0976-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162852, 1253, '0976-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162853, 1253, '0976-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162854, 1253, '0976-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162855, 1253, '0976-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162856, 1253, '0976-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162857, 1253, '0976-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162858, 1253, '0976-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162859, 1253, '0976-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162860, 1253, '0976-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162861, 1253, '0976-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162862, 1253, '0977-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162863, 1253, '0977-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162864, 1253, '0977-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162865, 1253, '0977-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162866, 1253, '0977-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162867, 1253, '0977-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162868, 1253, '0977-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162869, 1253, '0977-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162870, 1253, '0977-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162871, 1253, '0977-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162872, 1253, '0977-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162873, 1253, '0977-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162874, 1253, '0978-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162875, 1253, '0978-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162876, 1253, '0978-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162877, 1253, '0978-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162878, 1253, '0978-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162879, 1253, '0978-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162880, 1253, '0978-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162881, 1253, '0978-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162882, 1253, '0978-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162883, 1253, '0978-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162884, 1253, '0978-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162885, 1253, '0978-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162886, 1253, '0979-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162887, 1253, '0979-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162888, 1253, '0979-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162889, 1253, '0979-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162890, 1253, '0979-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162891, 1253, '0979-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162892, 1253, '0979-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162893, 1253, '0979-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162894, 1253, '0979-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162895, 1253, '0979-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162896, 1253, '0979-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162897, 1253, '0979-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162898, 1253, '0980-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162899, 1253, '0980-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162900, 1253, '0980-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162901, 1253, '0980-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162902, 1253, '0980-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162903, 1253, '0980-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162904, 1253, '0980-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162905, 1253, '0980-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162906, 1253, '0980-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162907, 1253, '0980-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162908, 1253, '0980-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162909, 1253, '0980-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162910, 1253, '0981-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162911, 1253, '0981-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162912, 1253, '0981-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162913, 1253, '0981-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162914, 1253, '0981-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162915, 1253, '0981-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162916, 1253, '0981-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162917, 1253, '0981-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162918, 1253, '0981-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162919, 1253, '0981-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162920, 1253, '0981-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162921, 1253, '0981-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162922, 1253, '0982-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162923, 1253, '0982-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162924, 1253, '0982-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162925, 1253, '0982-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162926, 1253, '0982-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162927, 1253, '0982-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162928, 1253, '0982-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162929, 1253, '0982-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162930, 1253, '0982-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162931, 1253, '0982-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162932, 1253, '0982-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162933, 1253, '0982-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162934, 1253, '0983-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162935, 1253, '0983-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162936, 1253, '0983-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162937, 1253, '0983-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162938, 1253, '0983-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162939, 1253, '0983-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162940, 1253, '0983-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162941, 1253, '0983-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162942, 1253, '0983-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162943, 1253, '0983-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162944, 1253, '0983-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162945, 1253, '0983-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162946, 1253, '0984-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162947, 1253, '0984-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162948, 1253, '0984-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162949, 1253, '0984-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162950, 1253, '0984-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162951, 1253, '0984-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162952, 1253, '0984-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162953, 1253, '0984-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162954, 1253, '0984-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162955, 1253, '0984-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162956, 1253, '0984-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162957, 1253, '0984-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162958, 1253, '0985-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162959, 1253, '0985-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162960, 1253, '0985-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162961, 1253, '0985-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162962, 1253, '0985-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162963, 1253, '0985-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162964, 1253, '0985-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162965, 1253, '0985-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162966, 1253, '0985-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162967, 1253, '0985-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162968, 1253, '0985-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162969, 1253, '0985-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162970, 1253, '0986-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162971, 1253, '0986-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162972, 1253, '0986-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162973, 1253, '0986-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162974, 1253, '0986-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162975, 1253, '0986-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162976, 1253, '0986-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162977, 1253, '0986-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162978, 1253, '0986-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162979, 1253, '0986-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162980, 1253, '0986-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162981, 1253, '0986-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162982, 1253, '0987-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162983, 1253, '0987-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162984, 1253, '0987-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162985, 1253, '0987-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162986, 1253, '0987-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162987, 1253, '0987-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162988, 1253, '0987-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162989, 1253, '0987-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162990, 1253, '0987-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162991, 1253, '0987-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162992, 1253, '0987-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162993, 1253, '0987-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162994, 1253, '0988-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162995, 1253, '0988-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162996, 1253, '0988-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162997, 1253, '0988-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162998, 1253, '0988-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(162999, 1253, '0988-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(163000, 1253, '0988-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(163001, 1253, '0988-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(163002, 1253, '0988-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(163003, 1253, '0988-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(163004, 1253, '0988-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(163005, 1253, '0988-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(163006, 1253, '0989-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(163007, 1253, '0989-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(163008, 1253, '0989-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(163009, 1253, '0989-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(163010, 1253, '0989-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(163011, 1253, '0989-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(163012, 1253, '0989-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(163013, 1253, '0989-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(163014, 1253, '0989-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(163015, 1253, '0989-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(163016, 1253, '0989-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(163017, 1253, '0989-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(163018, 1253, '0990-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(163019, 1253, '0990-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(163020, 1253, '0990-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(163021, 1253, '0990-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(163022, 1253, '0990-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(163023, 1253, '0990-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(163024, 1253, '0990-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(163025, 1253, '0990-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(163026, 1253, '0990-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(163027, 1253, '0990-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(163028, 1253, '0990-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(163029, 1253, '0990-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(163030, 1253, '0991-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(163031, 1253, '0991-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(163032, 1253, '0991-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(163033, 1253, '0991-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(163034, 1253, '0991-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(163035, 1253, '0991-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(163036, 1253, '0991-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(163037, 1253, '0991-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(163038, 1253, '0991-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(163039, 1253, '0991-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(163040, 1253, '0991-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(163041, 1253, '0991-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(163042, 1253, '0992-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(163043, 1253, '0992-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(163044, 1253, '0992-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(163045, 1253, '0992-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(163046, 1253, '0992-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(163047, 1253, '0992-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(163048, 1253, '0992-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(163049, 1253, '0992-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(163050, 1253, '0992-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(163051, 1253, '0992-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(163052, 1253, '0992-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(163053, 1253, '0992-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(163054, 1253, '0993-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(163055, 1253, '0993-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(163056, 1253, '0993-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(163057, 1253, '0993-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(163058, 1253, '0993-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(163059, 1253, '0993-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(163060, 1253, '0993-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(163061, 1253, '0993-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(163062, 1253, '0993-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(163063, 1253, '0993-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(163064, 1253, '0993-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(163065, 1253, '0993-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(163066, 1253, '0994-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(163067, 1253, '0994-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(163068, 1253, '0994-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(163069, 1253, '0994-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(163070, 1253, '0994-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(163071, 1253, '0994-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(163072, 1253, '0994-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(163073, 1253, '0994-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(163074, 1253, '0994-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(163075, 1253, '0994-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(163076, 1253, '0994-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(163077, 1253, '0994-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(163078, 1253, '0995-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(163079, 1253, '0995-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(163080, 1253, '0995-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(163081, 1253, '0995-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(163082, 1253, '0995-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(163083, 1253, '0995-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(163084, 1253, '0995-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(163085, 1253, '0995-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(163086, 1253, '0995-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(163087, 1253, '0995-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(163088, 1253, '0995-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(163089, 1253, '0995-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(163090, 1253, '0996-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(163091, 1253, '0996-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(163092, 1253, '0996-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(163093, 1253, '0996-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(163094, 1253, '0996-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(163095, 1253, '0996-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(163096, 1253, '0996-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(163097, 1253, '0996-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(163098, 1253, '0996-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(163099, 1253, '0996-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(163100, 1253, '0996-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(163101, 1253, '0996-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(163102, 1253, '0997-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(163103, 1253, '0997-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(163104, 1253, '0997-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(163105, 1253, '0997-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(163106, 1253, '0997-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(163107, 1253, '0997-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(163108, 1253, '0997-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(163109, 1253, '0997-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(163110, 1253, '0997-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(163111, 1253, '0997-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(163112, 1253, '0997-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(163113, 1253, '0997-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(163114, 1253, '0998-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(163115, 1253, '0998-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(163116, 1253, '0998-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(163117, 1253, '0998-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(163118, 1253, '0998-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(163119, 1253, '0998-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(163120, 1253, '0998-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(163121, 1253, '0998-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(163122, 1253, '0998-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(163123, 1253, '0998-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:44', '2023-09-13 14:38:44'),
(163124, 1253, '0998-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163125, 1253, '0998-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163126, 1253, '0999-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163127, 1253, '0999-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163128, 1253, '0999-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163129, 1253, '0999-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163130, 1253, '0999-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163131, 1253, '0999-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163132, 1253, '0999-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163133, 1253, '0999-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163134, 1253, '0999-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163135, 1253, '0999-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163136, 1253, '0999-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163137, 1253, '0999-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163138, 1253, '1000-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163139, 1253, '1000-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163140, 1253, '1000-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163141, 1253, '1000-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163142, 1253, '1000-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163143, 1253, '1000-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163144, 1253, '1000-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163145, 1253, '1000-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163146, 1253, '1000-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163147, 1253, '1000-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163148, 1253, '1000-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163149, 1253, '1000-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163150, 1253, '1001-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163151, 1253, '1001-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163152, 1253, '1001-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163153, 1253, '1001-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163154, 1253, '1001-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163155, 1253, '1001-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163156, 1253, '1001-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163157, 1253, '1001-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163158, 1253, '1001-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163159, 1253, '1001-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163160, 1253, '1001-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163161, 1253, '1001-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163162, 1253, '1002-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163163, 1253, '1002-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163164, 1253, '1002-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163165, 1253, '1002-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163166, 1253, '1002-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163167, 1253, '1002-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163168, 1253, '1002-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163169, 1253, '1002-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163170, 1253, '1002-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163171, 1253, '1002-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163172, 1253, '1002-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163173, 1253, '1002-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163174, 1253, '1003-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163175, 1253, '1003-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163176, 1253, '1003-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163177, 1253, '1003-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163178, 1253, '1003-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163179, 1253, '1003-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163180, 1253, '1003-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163181, 1253, '1003-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163182, 1253, '1003-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163183, 1253, '1003-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163184, 1253, '1003-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163185, 1253, '1003-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163186, 1253, '1004-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163187, 1253, '1004-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163188, 1253, '1004-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163189, 1253, '1004-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163190, 1253, '1004-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163191, 1253, '1004-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163192, 1253, '1004-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163193, 1253, '1004-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163194, 1253, '1004-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163195, 1253, '1004-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163196, 1253, '1004-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163197, 1253, '1004-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163198, 1253, '1005-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163199, 1253, '1005-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163200, 1253, '1005-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163201, 1253, '1005-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163202, 1253, '1005-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163203, 1253, '1005-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163204, 1253, '1005-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163205, 1253, '1005-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163206, 1253, '1005-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163207, 1253, '1005-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163208, 1253, '1005-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163209, 1253, '1005-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163210, 1253, '1006-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163211, 1253, '1006-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163212, 1253, '1006-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163213, 1253, '1006-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163214, 1253, '1006-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163215, 1253, '1006-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163216, 1253, '1006-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163217, 1253, '1006-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163218, 1253, '1006-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163219, 1253, '1006-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163220, 1253, '1006-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163221, 1253, '1006-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163222, 1253, '1007-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163223, 1253, '1007-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163224, 1253, '1007-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163225, 1253, '1007-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163226, 1253, '1007-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163227, 1253, '1007-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163228, 1253, '1007-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163229, 1253, '1007-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163230, 1253, '1007-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163231, 1253, '1007-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163232, 1253, '1007-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163233, 1253, '1007-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163234, 1253, '1008-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163235, 1253, '1008-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163236, 1253, '1008-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163237, 1253, '1008-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163238, 1253, '1008-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163239, 1253, '1008-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163240, 1253, '1008-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163241, 1253, '1008-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163242, 1253, '1008-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163243, 1253, '1008-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163244, 1253, '1008-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163245, 1253, '1008-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163246, 1253, '1009-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163247, 1253, '1009-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163248, 1253, '1009-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163249, 1253, '1009-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163250, 1253, '1009-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163251, 1253, '1009-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163252, 1253, '1009-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163253, 1253, '1009-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163254, 1253, '1009-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163255, 1253, '1009-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163256, 1253, '1009-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163257, 1253, '1009-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163258, 1253, '1010-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163259, 1253, '1010-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163260, 1253, '1010-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163261, 1253, '1010-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163262, 1253, '1010-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163263, 1253, '1010-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163264, 1253, '1010-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163265, 1253, '1010-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163266, 1253, '1010-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163267, 1253, '1010-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163268, 1253, '1010-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163269, 1253, '1010-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163270, 1253, '1011-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163271, 1253, '1011-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163272, 1253, '1011-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163273, 1253, '1011-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163274, 1253, '1011-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163275, 1253, '1011-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163276, 1253, '1011-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163277, 1253, '1011-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163278, 1253, '1011-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163279, 1253, '1011-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163280, 1253, '1011-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163281, 1253, '1011-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163282, 1253, '1012-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163283, 1253, '1012-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163284, 1253, '1012-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163285, 1253, '1012-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163286, 1253, '1012-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163287, 1253, '1012-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163288, 1253, '1012-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163289, 1253, '1012-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163290, 1253, '1012-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163291, 1253, '1012-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163292, 1253, '1012-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163293, 1253, '1012-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163294, 1253, '1013-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163295, 1253, '1013-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163296, 1253, '1013-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163297, 1253, '1013-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163298, 1253, '1013-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163299, 1253, '1013-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163300, 1253, '1013-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163301, 1253, '1013-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163302, 1253, '1013-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163303, 1253, '1013-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163304, 1253, '1013-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163305, 1253, '1013-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163306, 1253, '1014-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163307, 1253, '1014-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163308, 1253, '1014-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163309, 1253, '1014-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163310, 1253, '1014-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163311, 1253, '1014-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163312, 1253, '1014-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163313, 1253, '1014-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163314, 1253, '1014-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163315, 1253, '1014-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163316, 1253, '1014-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163317, 1253, '1014-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163318, 1253, '1015-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163319, 1253, '1015-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163320, 1253, '1015-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163321, 1253, '1015-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163322, 1253, '1015-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163323, 1253, '1015-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163324, 1253, '1015-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163325, 1253, '1015-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163326, 1253, '1015-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163327, 1253, '1015-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163328, 1253, '1015-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163329, 1253, '1015-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163330, 1253, '1016-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163331, 1253, '1016-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163332, 1253, '1016-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163333, 1253, '1016-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163334, 1253, '1016-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163335, 1253, '1016-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163336, 1253, '1016-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163337, 1253, '1016-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163338, 1253, '1016-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163339, 1253, '1016-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163340, 1253, '1016-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163341, 1253, '1016-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163342, 1253, '1017-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163343, 1253, '1017-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163344, 1253, '1017-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163345, 1253, '1017-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163346, 1253, '1017-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163347, 1253, '1017-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163348, 1253, '1017-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163349, 1253, '1017-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163350, 1253, '1017-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163351, 1253, '1017-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163352, 1253, '1017-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163353, 1253, '1017-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163354, 1253, '1018-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163355, 1253, '1018-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163356, 1253, '1018-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163357, 1253, '1018-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163358, 1253, '1018-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163359, 1253, '1018-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163360, 1253, '1018-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163361, 1253, '1018-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163362, 1253, '1018-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163363, 1253, '1018-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163364, 1253, '1018-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163365, 1253, '1018-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163366, 1253, '1019-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163367, 1253, '1019-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163368, 1253, '1019-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163369, 1253, '1019-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163370, 1253, '1019-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163371, 1253, '1019-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163372, 1253, '1019-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163373, 1253, '1019-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163374, 1253, '1019-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163375, 1253, '1019-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163376, 1253, '1019-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163377, 1253, '1019-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163378, 1253, '1020-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163379, 1253, '1020-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163380, 1253, '1020-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163381, 1253, '1020-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163382, 1253, '1020-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163383, 1253, '1020-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163384, 1253, '1020-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163385, 1253, '1020-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163386, 1253, '1020-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163387, 1253, '1020-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163388, 1253, '1020-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163389, 1253, '1020-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163390, 1253, '1021-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163391, 1253, '1021-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163392, 1253, '1021-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163393, 1253, '1021-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163394, 1253, '1021-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163395, 1253, '1021-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163396, 1253, '1021-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163397, 1253, '1021-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163398, 1253, '1021-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163399, 1253, '1021-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163400, 1253, '1021-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163401, 1253, '1021-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163402, 1253, '1022-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163403, 1253, '1022-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163404, 1253, '1022-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163405, 1253, '1022-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163406, 1253, '1022-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163407, 1253, '1022-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163408, 1253, '1022-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163409, 1253, '1022-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163410, 1253, '1022-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163411, 1253, '1022-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163412, 1253, '1022-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163413, 1253, '1022-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163414, 1253, '1023-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163415, 1253, '1023-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163416, 1253, '1023-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163417, 1253, '1023-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163418, 1253, '1023-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163419, 1253, '1023-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163420, 1253, '1023-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163421, 1253, '1023-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163422, 1253, '1023-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163423, 1253, '1023-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163424, 1253, '1023-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163425, 1253, '1023-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163426, 1253, '1024-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163427, 1253, '1024-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163428, 1253, '1024-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163429, 1253, '1024-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163430, 1253, '1024-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163431, 1253, '1024-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163432, 1253, '1024-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163433, 1253, '1024-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163434, 1253, '1024-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163435, 1253, '1024-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163436, 1253, '1024-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163437, 1253, '1024-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163438, 1253, '1025-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163439, 1253, '1025-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163440, 1253, '1025-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163441, 1253, '1025-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163442, 1253, '1025-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163443, 1253, '1025-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163444, 1253, '1025-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163445, 1253, '1025-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163446, 1253, '1025-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163447, 1253, '1025-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163448, 1253, '1025-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163449, 1253, '1025-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163450, 1253, '1026-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163451, 1253, '1026-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163452, 1253, '1026-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163453, 1253, '1026-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163454, 1253, '1026-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163455, 1253, '1026-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163456, 1253, '1026-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163457, 1253, '1026-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163458, 1253, '1026-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163459, 1253, '1026-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163460, 1253, '1026-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163461, 1253, '1026-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163462, 1253, '1027-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163463, 1253, '1027-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163464, 1253, '1027-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163465, 1253, '1027-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163466, 1253, '1027-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163467, 1253, '1027-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163468, 1253, '1027-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163469, 1253, '1027-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163470, 1253, '1027-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163471, 1253, '1027-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(163472, 1253, '1027-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163473, 1253, '1027-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163474, 1253, '1028-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163475, 1253, '1028-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163476, 1253, '1028-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163477, 1253, '1028-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163478, 1253, '1028-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163479, 1253, '1028-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163480, 1253, '1028-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163481, 1253, '1028-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163482, 1253, '1028-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163483, 1253, '1028-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163484, 1253, '1028-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163485, 1253, '1028-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163486, 1253, '1029-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163487, 1253, '1029-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163488, 1253, '1029-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163489, 1253, '1029-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163490, 1253, '1029-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163491, 1253, '1029-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163492, 1253, '1029-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163493, 1253, '1029-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163494, 1253, '1029-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163495, 1253, '1029-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163496, 1253, '1029-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163497, 1253, '1029-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163498, 1253, '1030-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163499, 1253, '1030-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163500, 1253, '1030-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163501, 1253, '1030-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163502, 1253, '1030-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163503, 1253, '1030-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163504, 1253, '1030-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163505, 1253, '1030-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163506, 1253, '1030-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163507, 1253, '1030-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163508, 1253, '1030-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163509, 1253, '1030-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163510, 1253, '1031-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163511, 1253, '1031-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163512, 1253, '1031-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163513, 1253, '1031-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163514, 1253, '1031-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163515, 1253, '1031-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163516, 1253, '1031-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163517, 1253, '1031-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163518, 1253, '1031-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163519, 1253, '1031-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163520, 1253, '1031-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163521, 1253, '1031-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163522, 1253, '1032-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163523, 1253, '1032-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163524, 1253, '1032-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163525, 1253, '1032-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163526, 1253, '1032-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163527, 1253, '1032-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163528, 1253, '1032-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163529, 1253, '1032-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163530, 1253, '1032-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163531, 1253, '1032-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163532, 1253, '1032-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163533, 1253, '1032-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163534, 1253, '1033-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163535, 1253, '1033-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163536, 1253, '1033-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163537, 1253, '1033-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163538, 1253, '1033-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163539, 1253, '1033-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163540, 1253, '1033-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163541, 1253, '1033-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163542, 1253, '1033-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163543, 1253, '1033-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:45', '2023-09-13 14:38:45'),
(163544, 1253, '1033-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:46', '2023-09-13 14:38:46'),
(163545, 1253, '1033-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:46', '2023-09-13 14:38:46'),
(163546, 1253, '1034-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:46', '2023-09-13 14:38:46'),
(163547, 1253, '1034-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:46', '2023-09-13 14:38:46'),
(163548, 1253, '1034-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:46', '2023-09-13 14:38:46'),
(163549, 1253, '1034-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:46', '2023-09-13 14:38:46'),
(163550, 1253, '1034-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:46', '2023-09-13 14:38:46'),
(163551, 1253, '1034-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:46', '2023-09-13 14:38:46'),
(163552, 1253, '1034-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:46', '2023-09-13 14:38:46'),
(163553, 1253, '1034-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:46', '2023-09-13 14:38:46'),
(163554, 1253, '1034-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:46', '2023-09-13 14:38:46'),
(163555, 1253, '1034-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:46', '2023-09-13 14:38:46'),
(163556, 1253, '1034-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:46', '2023-09-13 14:38:46'),
(163557, 1253, '1034-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:46', '2023-09-13 14:38:46'),
(163558, 1253, '1035-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:46', '2023-09-13 14:38:46'),
(163559, 1253, '1035-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:46', '2023-09-13 14:38:46'),
(163560, 1253, '1035-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:46', '2023-09-13 14:38:46'),
(163561, 1253, '1035-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:46', '2023-09-13 14:38:46'),
(163562, 1253, '1035-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:46', '2023-09-13 14:38:46'),
(163563, 1253, '1035-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:46', '2023-09-13 14:38:46'),
(163564, 1253, '1035-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:46', '2023-09-13 14:38:46'),
(163565, 1253, '1035-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:46', '2023-09-13 14:38:46'),
(163566, 1253, '1035-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:46', '2023-09-13 14:38:46'),
(163567, 1253, '1035-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:46', '2023-09-13 14:38:46'),
(163568, 1253, '1035-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:46', '2023-09-13 14:38:46'),
(163569, 1253, '1035-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:46', '2023-09-13 14:38:46'),
(163570, 1253, '1036-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:46', '2023-09-13 14:38:46'),
(163571, 1253, '1036-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:46', '2023-09-13 14:38:46'),
(163572, 1253, '1036-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:46', '2023-09-13 14:38:46'),
(163573, 1253, '1036-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:46', '2023-09-13 14:38:46'),
(163574, 1253, '1036-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:46', '2023-09-13 14:38:46'),
(163575, 1253, '1036-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:46', '2023-09-13 14:38:46'),
(163576, 1253, '1036-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:46', '2023-09-13 14:38:46'),
(163577, 1253, '1036-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:46', '2023-09-13 14:38:46'),
(163578, 1253, '1036-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:46', '2023-09-13 14:38:46'),
(163579, 1253, '1036-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:46', '2023-09-13 14:38:46'),
(163580, 1253, '1036-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:46', '2023-09-13 14:38:46'),
(163581, 1253, '1036-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:46', '2023-09-13 14:38:46'),
(163582, 1253, '1037-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:46', '2023-09-13 14:38:46'),
(163583, 1253, '1037-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:46', '2023-09-13 14:38:46'),
(163584, 1253, '1037-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:46', '2023-09-13 14:38:46'),
(163585, 1253, '1037-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:46', '2023-09-13 14:38:46'),
(163586, 1253, '1037-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:46', '2023-09-13 14:38:46'),
(163587, 1253, '1037-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:46', '2023-09-13 14:38:46'),
(163588, 1253, '1037-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:46', '2023-09-13 14:38:46'),
(163589, 1253, '1037-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:46', '2023-09-13 14:38:46'),
(163590, 1253, '1037-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:46', '2023-09-13 14:38:46'),
(163591, 1253, '1037-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:46', '2023-09-13 14:38:46'),
(163592, 1253, '1037-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:46', '2023-09-13 14:38:46'),
(163593, 1253, '1037-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:46', '2023-09-13 14:38:46'),
(163594, 1253, '1038-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:46', '2023-09-13 14:38:46'),
(163595, 1253, '1038-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:46', '2023-09-13 14:38:46'),
(163596, 1253, '1038-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:46', '2023-09-13 14:38:46'),
(163597, 1253, '1038-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:46', '2023-09-13 14:38:46'),
(163598, 1253, '1038-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:46', '2023-09-13 14:38:46'),
(163599, 1253, '1038-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:46', '2023-09-13 14:38:46'),
(163600, 1253, '1038-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:46', '2023-09-13 14:38:46'),
(163601, 1253, '1038-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:46', '2023-09-13 14:38:46'),
(163602, 1253, '1038-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:46', '2023-09-13 14:38:46'),
(163603, 1253, '1038-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:46', '2023-09-13 14:38:46'),
(163604, 1253, '1038-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:46', '2023-09-13 14:38:46'),
(163605, 1253, '1038-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:46', '2023-09-13 14:38:46'),
(163606, 1253, '1039-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:46', '2023-09-13 14:38:46'),
(163607, 1253, '1039-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:46', '2023-09-13 14:38:46'),
(163608, 1253, '1039-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:46', '2023-09-13 14:38:46'),
(163609, 1253, '1039-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:46', '2023-09-13 14:38:46'),
(163610, 1253, '1039-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:46', '2023-09-13 14:38:46'),
(163611, 1253, '1039-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:46', '2023-09-13 14:38:46'),
(163612, 1253, '1039-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:46', '2023-09-13 14:38:46'),
(163613, 1253, '1039-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:46', '2023-09-13 14:38:46'),
(163614, 1253, '1039-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:46', '2023-09-13 14:38:46'),
(163615, 1253, '1039-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:46', '2023-09-13 14:38:46'),
(163616, 1253, '1039-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:46', '2023-09-13 14:38:46'),
(163617, 1253, '1039-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:46', '2023-09-13 14:38:46'),
(163618, 1253, '1040-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:46', '2023-09-13 14:38:46'),
(163619, 1253, '1040-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:46', '2023-09-13 14:38:46'),
(163620, 1253, '1040-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:46', '2023-09-13 14:38:46'),
(163621, 1253, '1040-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:46', '2023-09-13 14:38:46'),
(163622, 1253, '1040-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:46', '2023-09-13 14:38:46'),
(163623, 1253, '1040-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:46', '2023-09-13 14:38:46'),
(163624, 1253, '1040-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:46', '2023-09-13 14:38:46'),
(163625, 1253, '1040-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:46', '2023-09-13 14:38:46'),
(163626, 1253, '1040-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:46', '2023-09-13 14:38:46'),
(163627, 1253, '1040-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:46', '2023-09-13 14:38:46'),
(163628, 1253, '1040-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:46', '2023-09-13 14:38:46'),
(163629, 1253, '1040-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:46', '2023-09-13 14:38:46'),
(163630, 1253, '1041-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:46', '2023-09-13 14:38:46'),
(163631, 1253, '1041-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:46', '2023-09-13 14:38:46'),
(163632, 1253, '1041-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:46', '2023-09-13 14:38:46'),
(163633, 1253, '1041-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:46', '2023-09-13 14:38:46'),
(163634, 1253, '1041-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:46', '2023-09-13 14:38:46'),
(163635, 1253, '1041-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:46', '2023-09-13 14:38:46'),
(163636, 1253, '1041-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:46', '2023-09-13 14:38:46'),
(163637, 1253, '1041-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:46', '2023-09-13 14:38:46'),
(163638, 1253, '1041-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:46', '2023-09-13 14:38:46'),
(163639, 1253, '1041-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:46', '2023-09-13 14:38:46'),
(163640, 1253, '1041-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:46', '2023-09-13 14:38:46'),
(163641, 1253, '1041-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:46', '2023-09-13 14:38:46'),
(163642, 1253, '1042-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:46', '2023-09-13 14:38:46'),
(163643, 1253, '1042-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:46', '2023-09-13 14:38:46'),
(163644, 1253, '1042-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:46', '2023-09-13 14:38:46'),
(163645, 1253, '1042-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:46', '2023-09-13 14:38:46'),
(163646, 1253, '1042-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:46', '2023-09-13 14:38:46'),
(163647, 1253, '1042-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:46', '2023-09-13 14:38:46'),
(163648, 1253, '1042-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:46', '2023-09-13 14:38:46'),
(163649, 1253, '1042-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:46', '2023-09-13 14:38:46'),
(163650, 1253, '1042-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:46', '2023-09-13 14:38:46'),
(163651, 1253, '1042-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:46', '2023-09-13 14:38:46'),
(163652, 1253, '1042-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:46', '2023-09-13 14:38:46'),
(163653, 1253, '1042-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:46', '2023-09-13 14:38:46'),
(163654, 1253, '1043-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:46', '2023-09-13 14:38:46'),
(163655, 1253, '1043-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:46', '2023-09-13 14:38:46'),
(163656, 1253, '1043-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:46', '2023-09-13 14:38:46'),
(163657, 1253, '1043-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:46', '2023-09-13 14:38:46'),
(163658, 1253, '1043-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:46', '2023-09-13 14:38:46'),
(163659, 1253, '1043-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:46', '2023-09-13 14:38:46'),
(163660, 1253, '1043-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:46', '2023-09-13 14:38:46'),
(163661, 1253, '1043-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:46', '2023-09-13 14:38:46'),
(163662, 1253, '1043-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:46', '2023-09-13 14:38:46'),
(163663, 1253, '1043-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:46', '2023-09-13 14:38:46'),
(163664, 1253, '1043-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:46', '2023-09-13 14:38:46'),
(163665, 1253, '1043-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:46', '2023-09-13 14:38:46'),
(163666, 1253, '1044-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:46', '2023-09-13 14:38:46'),
(163667, 1253, '1044-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:46', '2023-09-13 14:38:46'),
(163668, 1253, '1044-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:46', '2023-09-13 14:38:46'),
(163669, 1253, '1044-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:46', '2023-09-13 14:38:46'),
(163670, 1253, '1044-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:46', '2023-09-13 14:38:46'),
(163671, 1253, '1044-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:46', '2023-09-13 14:38:46'),
(163672, 1253, '1044-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:46', '2023-09-13 14:38:46'),
(163673, 1253, '1044-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:46', '2023-09-13 14:38:46'),
(163674, 1253, '1044-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:46', '2023-09-13 14:38:46'),
(163675, 1253, '1044-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:46', '2023-09-13 14:38:46'),
(163676, 1253, '1044-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:46', '2023-09-13 14:38:46'),
(163677, 1253, '1044-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:46', '2023-09-13 14:38:46'),
(163678, 1253, '1045-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:46', '2023-09-13 14:38:46'),
(163679, 1253, '1045-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:46', '2023-09-13 14:38:46'),
(163680, 1253, '1045-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:46', '2023-09-13 14:38:46'),
(163681, 1253, '1045-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:46', '2023-09-13 14:38:46'),
(163682, 1253, '1045-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:46', '2023-09-13 14:38:46'),
(163683, 1253, '1045-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:46', '2023-09-13 14:38:46'),
(163684, 1253, '1045-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:46', '2023-09-13 14:38:46'),
(163685, 1253, '1045-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:46', '2023-09-13 14:38:46'),
(163686, 1253, '1045-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163687, 1253, '1045-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163688, 1253, '1045-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163689, 1253, '1045-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163690, 1253, '1046-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163691, 1253, '1046-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163692, 1253, '1046-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163693, 1253, '1046-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163694, 1253, '1046-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163695, 1253, '1046-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163696, 1253, '1046-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163697, 1253, '1046-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163698, 1253, '1046-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163699, 1253, '1046-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163700, 1253, '1046-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163701, 1253, '1046-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163702, 1253, '1047-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163703, 1253, '1047-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163704, 1253, '1047-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163705, 1253, '1047-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163706, 1253, '1047-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163707, 1253, '1047-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163708, 1253, '1047-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163709, 1253, '1047-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163710, 1253, '1047-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163711, 1253, '1047-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163712, 1253, '1047-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163713, 1253, '1047-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163714, 1253, '1048-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163715, 1253, '1048-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163716, 1253, '1048-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163717, 1253, '1048-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163718, 1253, '1048-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163719, 1253, '1048-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163720, 1253, '1048-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163721, 1253, '1048-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163722, 1253, '1048-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163723, 1253, '1048-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163724, 1253, '1048-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163725, 1253, '1048-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163726, 1253, '1049-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163727, 1253, '1049-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163728, 1253, '1049-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163729, 1253, '1049-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163730, 1253, '1049-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163731, 1253, '1049-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163732, 1253, '1049-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163733, 1253, '1049-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163734, 1253, '1049-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163735, 1253, '1049-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163736, 1253, '1049-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163737, 1253, '1049-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163738, 1253, '1050-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163739, 1253, '1050-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163740, 1253, '1050-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163741, 1253, '1050-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163742, 1253, '1050-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163743, 1253, '1050-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163744, 1253, '1050-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163745, 1253, '1050-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163746, 1253, '1050-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163747, 1253, '1050-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163748, 1253, '1050-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163749, 1253, '1050-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163750, 1253, '1051-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163751, 1253, '1051-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163752, 1253, '1051-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163753, 1253, '1051-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163754, 1253, '1051-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163755, 1253, '1051-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163756, 1253, '1051-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163757, 1253, '1051-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163758, 1253, '1051-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163759, 1253, '1051-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163760, 1253, '1051-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163761, 1253, '1051-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163762, 1253, '1052-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163763, 1253, '1052-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163764, 1253, '1052-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163765, 1253, '1052-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163766, 1253, '1052-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163767, 1253, '1052-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163768, 1253, '1052-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163769, 1253, '1052-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163770, 1253, '1052-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163771, 1253, '1052-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163772, 1253, '1052-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163773, 1253, '1052-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163774, 1253, '1053-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163775, 1253, '1053-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163776, 1253, '1053-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163777, 1253, '1053-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163778, 1253, '1053-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163779, 1253, '1053-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163780, 1253, '1053-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163781, 1253, '1053-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163782, 1253, '1053-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163783, 1253, '1053-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163784, 1253, '1053-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163785, 1253, '1053-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163786, 1253, '1054-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163787, 1253, '1054-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163788, 1253, '1054-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163789, 1253, '1054-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163790, 1253, '1054-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163791, 1253, '1054-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163792, 1253, '1054-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163793, 1253, '1054-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163794, 1253, '1054-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163795, 1253, '1054-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163796, 1253, '1054-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163797, 1253, '1054-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163798, 1253, '1055-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163799, 1253, '1055-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163800, 1253, '1055-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163801, 1253, '1055-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163802, 1253, '1055-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163803, 1253, '1055-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163804, 1253, '1055-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163805, 1253, '1055-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163806, 1253, '1055-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163807, 1253, '1055-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163808, 1253, '1055-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163809, 1253, '1055-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163810, 1253, '1056-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163811, 1253, '1056-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163812, 1253, '1056-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163813, 1253, '1056-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163814, 1253, '1056-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163815, 1253, '1056-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163816, 1253, '1056-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163817, 1253, '1056-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163818, 1253, '1056-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163819, 1253, '1056-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163820, 1253, '1056-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163821, 1253, '1056-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163822, 1253, '1057-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163823, 1253, '1057-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163824, 1253, '1057-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163825, 1253, '1057-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163826, 1253, '1057-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163827, 1253, '1057-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163828, 1253, '1057-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163829, 1253, '1057-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163830, 1253, '1057-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163831, 1253, '1057-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163832, 1253, '1057-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163833, 1253, '1057-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163834, 1253, '1058-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163835, 1253, '1058-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163836, 1253, '1058-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163837, 1253, '1058-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163838, 1253, '1058-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163839, 1253, '1058-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163840, 1253, '1058-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163841, 1253, '1058-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163842, 1253, '1058-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163843, 1253, '1058-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163844, 1253, '1058-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163845, 1253, '1058-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163846, 1253, '1059-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163847, 1253, '1059-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163848, 1253, '1059-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163849, 1253, '1059-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163850, 1253, '1059-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163851, 1253, '1059-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163852, 1253, '1059-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163853, 1253, '1059-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163854, 1253, '1059-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163855, 1253, '1059-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163856, 1253, '1059-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163857, 1253, '1059-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163858, 1253, '1060-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163859, 1253, '1060-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163860, 1253, '1060-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163861, 1253, '1060-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163862, 1253, '1060-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163863, 1253, '1060-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163864, 1253, '1060-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163865, 1253, '1060-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163866, 1253, '1060-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163867, 1253, '1060-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163868, 1253, '1060-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163869, 1253, '1060-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163870, 1253, '1061-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163871, 1253, '1061-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163872, 1253, '1061-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163873, 1253, '1061-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163874, 1253, '1061-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163875, 1253, '1061-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163876, 1253, '1061-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163877, 1253, '1061-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163878, 1253, '1061-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163879, 1253, '1061-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163880, 1253, '1061-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163881, 1253, '1061-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163882, 1253, '1062-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163883, 1253, '1062-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163884, 1253, '1062-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163885, 1253, '1062-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163886, 1253, '1062-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163887, 1253, '1062-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163888, 1253, '1062-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163889, 1253, '1062-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163890, 1253, '1062-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163891, 1253, '1062-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163892, 1253, '1062-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163893, 1253, '1062-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163894, 1253, '1063-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163895, 1253, '1063-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163896, 1253, '1063-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163897, 1253, '1063-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163898, 1253, '1063-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163899, 1253, '1063-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163900, 1253, '1063-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163901, 1253, '1063-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163902, 1253, '1063-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163903, 1253, '1063-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163904, 1253, '1063-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163905, 1253, '1063-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163906, 1253, '1064-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163907, 1253, '1064-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163908, 1253, '1064-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163909, 1253, '1064-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163910, 1253, '1064-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163911, 1253, '1064-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163912, 1253, '1064-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163913, 1253, '1064-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163914, 1253, '1064-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163915, 1253, '1064-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163916, 1253, '1064-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163917, 1253, '1064-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163918, 1253, '1065-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163919, 1253, '1065-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163920, 1253, '1065-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163921, 1253, '1065-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163922, 1253, '1065-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163923, 1253, '1065-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163924, 1253, '1065-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163925, 1253, '1065-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163926, 1253, '1065-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163927, 1253, '1065-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(163928, 1253, '1065-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163929, 1253, '1065-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163930, 1253, '1066-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163931, 1253, '1066-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163932, 1253, '1066-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163933, 1253, '1066-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163934, 1253, '1066-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163935, 1253, '1066-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163936, 1253, '1066-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163937, 1253, '1066-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163938, 1253, '1066-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163939, 1253, '1066-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163940, 1253, '1066-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163941, 1253, '1066-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163942, 1253, '1067-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163943, 1253, '1067-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163944, 1253, '1067-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163945, 1253, '1067-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163946, 1253, '1067-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163947, 1253, '1067-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163948, 1253, '1067-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163949, 1253, '1067-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163950, 1253, '1067-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163951, 1253, '1067-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163952, 1253, '1067-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163953, 1253, '1067-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163954, 1253, '1068-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163955, 1253, '1068-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163956, 1253, '1068-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163957, 1253, '1068-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163958, 1253, '1068-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163959, 1253, '1068-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163960, 1253, '1068-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163961, 1253, '1068-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163962, 1253, '1068-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163963, 1253, '1068-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163964, 1253, '1068-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163965, 1253, '1068-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163966, 1253, '1069-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163967, 1253, '1069-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163968, 1253, '1069-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163969, 1253, '1069-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163970, 1253, '1069-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163971, 1253, '1069-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163972, 1253, '1069-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163973, 1253, '1069-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163974, 1253, '1069-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163975, 1253, '1069-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163976, 1253, '1069-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163977, 1253, '1069-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163978, 1253, '1070-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163979, 1253, '1070-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163980, 1253, '1070-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163981, 1253, '1070-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163982, 1253, '1070-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163983, 1253, '1070-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163984, 1253, '1070-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163985, 1253, '1070-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163986, 1253, '1070-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163987, 1253, '1070-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163988, 1253, '1070-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163989, 1253, '1070-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163990, 1253, '1071-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163991, 1253, '1071-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163992, 1253, '1071-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163993, 1253, '1071-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163994, 1253, '1071-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163995, 1253, '1071-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163996, 1253, '1071-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163997, 1253, '1071-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163998, 1253, '1071-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(163999, 1253, '1071-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(164000, 1253, '1071-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(164001, 1253, '1071-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(164002, 1253, '1072-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(164003, 1253, '1072-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(164004, 1253, '1072-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(164005, 1253, '1072-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(164006, 1253, '1072-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(164007, 1253, '1072-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(164008, 1253, '1072-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(164009, 1253, '1072-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(164010, 1253, '1072-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(164011, 1253, '1072-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(164012, 1253, '1072-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(164013, 1253, '1072-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(164014, 1253, '1073-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(164015, 1253, '1073-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(164016, 1253, '1073-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(164017, 1253, '1073-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(164018, 1253, '1073-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(164019, 1253, '1073-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(164020, 1253, '1073-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(164021, 1253, '1073-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(164022, 1253, '1073-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(164023, 1253, '1073-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(164024, 1253, '1073-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(164025, 1253, '1073-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(164026, 1253, '1074-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(164027, 1253, '1074-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(164028, 1253, '1074-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(164029, 1253, '1074-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(164030, 1253, '1074-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(164031, 1253, '1074-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(164032, 1253, '1074-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(164033, 1253, '1074-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(164034, 1253, '1074-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(164035, 1253, '1074-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(164036, 1253, '1074-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(164037, 1253, '1074-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(164038, 1253, '1075-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(164039, 1253, '1075-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(164040, 1253, '1075-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(164041, 1253, '1075-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(164042, 1253, '1075-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(164043, 1253, '1075-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(164044, 1253, '1075-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(164045, 1253, '1075-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(164046, 1253, '1075-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(164047, 1253, '1075-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(164048, 1253, '1075-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(164049, 1253, '1075-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(164050, 1253, '1076-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(164051, 1253, '1076-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(164052, 1253, '1076-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(164053, 1253, '1076-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(164054, 1253, '1076-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(164055, 1253, '1076-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(164056, 1253, '1076-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(164057, 1253, '1076-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(164058, 1253, '1076-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(164059, 1253, '1076-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(164060, 1253, '1076-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(164061, 1253, '1076-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(164062, 1253, '1077-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(164063, 1253, '1077-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(164064, 1253, '1077-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(164065, 1253, '1077-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(164066, 1253, '1077-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(164067, 1253, '1077-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(164068, 1253, '1077-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(164069, 1253, '1077-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(164070, 1253, '1077-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(164071, 1253, '1077-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(164072, 1253, '1077-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(164073, 1253, '1077-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(164074, 1253, '1078-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(164075, 1253, '1078-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(164076, 1253, '1078-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(164077, 1253, '1078-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(164078, 1253, '1078-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(164079, 1253, '1078-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(164080, 1253, '1078-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(164081, 1253, '1078-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:47', '2023-09-13 14:38:47'),
(164082, 1253, '1078-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164083, 1253, '1078-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164084, 1253, '1078-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164085, 1253, '1078-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164086, 1253, '1079-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164087, 1253, '1079-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164088, 1253, '1079-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164089, 1253, '1079-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164090, 1253, '1079-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164091, 1253, '1079-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164092, 1253, '1079-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164093, 1253, '1079-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164094, 1253, '1079-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164095, 1253, '1079-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164096, 1253, '1079-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164097, 1253, '1079-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164098, 1253, '1080-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164099, 1253, '1080-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164100, 1253, '1080-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164101, 1253, '1080-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164102, 1253, '1080-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164103, 1253, '1080-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164104, 1253, '1080-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164105, 1253, '1080-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164106, 1253, '1080-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164107, 1253, '1080-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164108, 1253, '1080-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164109, 1253, '1080-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164110, 1253, '1081-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164111, 1253, '1081-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164112, 1253, '1081-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164113, 1253, '1081-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164114, 1253, '1081-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164115, 1253, '1081-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164116, 1253, '1081-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164117, 1253, '1081-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164118, 1253, '1081-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164119, 1253, '1081-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164120, 1253, '1081-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164121, 1253, '1081-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164122, 1253, '1082-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164123, 1253, '1082-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164124, 1253, '1082-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164125, 1253, '1082-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164126, 1253, '1082-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164127, 1253, '1082-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164128, 1253, '1082-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164129, 1253, '1082-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164130, 1253, '1082-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164131, 1253, '1082-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164132, 1253, '1082-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164133, 1253, '1082-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164134, 1253, '1083-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164135, 1253, '1083-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164136, 1253, '1083-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164137, 1253, '1083-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164138, 1253, '1083-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164139, 1253, '1083-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164140, 1253, '1083-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164141, 1253, '1083-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164142, 1253, '1083-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164143, 1253, '1083-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164144, 1253, '1083-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164145, 1253, '1083-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164146, 1253, '1084-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164147, 1253, '1084-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164148, 1253, '1084-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164149, 1253, '1084-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164150, 1253, '1084-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164151, 1253, '1084-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164152, 1253, '1084-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164153, 1253, '1084-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164154, 1253, '1084-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164155, 1253, '1084-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164156, 1253, '1084-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164157, 1253, '1084-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164158, 1253, '1085-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164159, 1253, '1085-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164160, 1253, '1085-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164161, 1253, '1085-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164162, 1253, '1085-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164163, 1253, '1085-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164164, 1253, '1085-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164165, 1253, '1085-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164166, 1253, '1085-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164167, 1253, '1085-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164168, 1253, '1085-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164169, 1253, '1085-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164170, 1253, '1086-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164171, 1253, '1086-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164172, 1253, '1086-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164173, 1253, '1086-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164174, 1253, '1086-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164175, 1253, '1086-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164176, 1253, '1086-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164177, 1253, '1086-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164178, 1253, '1086-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164179, 1253, '1086-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164180, 1253, '1086-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164181, 1253, '1086-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164182, 1253, '1087-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164183, 1253, '1087-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164184, 1253, '1087-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164185, 1253, '1087-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164186, 1253, '1087-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164187, 1253, '1087-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164188, 1253, '1087-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164189, 1253, '1087-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164190, 1253, '1087-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164191, 1253, '1087-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164192, 1253, '1087-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164193, 1253, '1087-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164194, 1253, '1088-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164195, 1253, '1088-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164196, 1253, '1088-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164197, 1253, '1088-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164198, 1253, '1088-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164199, 1253, '1088-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164200, 1253, '1088-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164201, 1253, '1088-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164202, 1253, '1088-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164203, 1253, '1088-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164204, 1253, '1088-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164205, 1253, '1088-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164206, 1253, '1089-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164207, 1253, '1089-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164208, 1253, '1089-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164209, 1253, '1089-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164210, 1253, '1089-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164211, 1253, '1089-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164212, 1253, '1089-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164213, 1253, '1089-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164214, 1253, '1089-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164215, 1253, '1089-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164216, 1253, '1089-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164217, 1253, '1089-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164218, 1253, '1090-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164219, 1253, '1090-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164220, 1253, '1090-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164221, 1253, '1090-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164222, 1253, '1090-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164223, 1253, '1090-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164224, 1253, '1090-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164225, 1253, '1090-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164226, 1253, '1090-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164227, 1253, '1090-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164228, 1253, '1090-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164229, 1253, '1090-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164230, 1253, '1091-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164231, 1253, '1091-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164232, 1253, '1091-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164233, 1253, '1091-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164234, 1253, '1091-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164235, 1253, '1091-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164236, 1253, '1091-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164237, 1253, '1091-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164238, 1253, '1091-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164239, 1253, '1091-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164240, 1253, '1091-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164241, 1253, '1091-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164242, 1253, '1092-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164243, 1253, '1092-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164244, 1253, '1092-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164245, 1253, '1092-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164246, 1253, '1092-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164247, 1253, '1092-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164248, 1253, '1092-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164249, 1253, '1092-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164250, 1253, '1092-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164251, 1253, '1092-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164252, 1253, '1092-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164253, 1253, '1092-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164254, 1253, '1093-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164255, 1253, '1093-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164256, 1253, '1093-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164257, 1253, '1093-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164258, 1253, '1093-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164259, 1253, '1093-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164260, 1253, '1093-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164261, 1253, '1093-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164262, 1253, '1093-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164263, 1253, '1093-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164264, 1253, '1093-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164265, 1253, '1093-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164266, 1253, '1094-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164267, 1253, '1094-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164268, 1253, '1094-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164269, 1253, '1094-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164270, 1253, '1094-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164271, 1253, '1094-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164272, 1253, '1094-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164273, 1253, '1094-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164274, 1253, '1094-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164275, 1253, '1094-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164276, 1253, '1094-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164277, 1253, '1094-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164278, 1253, '1095-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164279, 1253, '1095-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164280, 1253, '1095-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164281, 1253, '1095-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164282, 1253, '1095-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164283, 1253, '1095-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164284, 1253, '1095-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164285, 1253, '1095-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164286, 1253, '1095-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164287, 1253, '1095-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164288, 1253, '1095-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164289, 1253, '1095-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164290, 1253, '1096-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164291, 1253, '1096-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164292, 1253, '1096-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164293, 1253, '1096-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164294, 1253, '1096-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164295, 1253, '1096-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164296, 1253, '1096-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164297, 1253, '1096-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164298, 1253, '1096-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164299, 1253, '1096-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164300, 1253, '1096-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164301, 1253, '1096-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164302, 1253, '1097-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164303, 1253, '1097-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164304, 1253, '1097-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164305, 1253, '1097-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164306, 1253, '1097-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164307, 1253, '1097-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164308, 1253, '1097-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164309, 1253, '1097-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164310, 1253, '1097-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164311, 1253, '1097-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164312, 1253, '1097-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164313, 1253, '1097-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164314, 1253, '1098-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164315, 1253, '1098-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164316, 1253, '1098-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164317, 1253, '1098-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164318, 1253, '1098-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164319, 1253, '1098-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164320, 1253, '1098-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164321, 1253, '1098-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164322, 1253, '1098-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164323, 1253, '1098-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164324, 1253, '1098-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164325, 1253, '1098-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164326, 1253, '1099-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164327, 1253, '1099-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164328, 1253, '1099-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164329, 1253, '1099-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164330, 1253, '1099-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164331, 1253, '1099-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164332, 1253, '1099-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164333, 1253, '1099-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164334, 1253, '1099-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164335, 1253, '1099-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164336, 1253, '1099-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164337, 1253, '1099-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164338, 1253, '1100-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164339, 1253, '1100-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164340, 1253, '1100-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164341, 1253, '1100-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164342, 1253, '1100-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164343, 1253, '1100-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164344, 1253, '1100-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164345, 1253, '1100-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164346, 1253, '1100-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164347, 1253, '1100-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164348, 1253, '1100-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164349, 1253, '1100-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164350, 1253, '1101-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164351, 1253, '1101-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164352, 1253, '1101-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164353, 1253, '1101-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164354, 1253, '1101-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164355, 1253, '1101-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164356, 1253, '1101-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164357, 1253, '1101-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164358, 1253, '1101-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164359, 1253, '1101-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164360, 1253, '1101-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164361, 1253, '1101-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164362, 1253, '1102-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164363, 1253, '1102-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164364, 1253, '1102-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164365, 1253, '1102-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164366, 1253, '1102-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164367, 1253, '1102-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164368, 1253, '1102-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164369, 1253, '1102-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164370, 1253, '1102-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164371, 1253, '1102-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164372, 1253, '1102-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164373, 1253, '1102-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164374, 1253, '1103-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164375, 1253, '1103-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164376, 1253, '1103-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164377, 1253, '1103-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164378, 1253, '1103-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164379, 1253, '1103-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164380, 1253, '1103-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164381, 1253, '1103-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164382, 1253, '1103-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164383, 1253, '1103-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(164384, 1253, '1103-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164385, 1253, '1103-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164386, 1253, '1104-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164387, 1253, '1104-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164388, 1253, '1104-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164389, 1253, '1104-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164390, 1253, '1104-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164391, 1253, '1104-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164392, 1253, '1104-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164393, 1253, '1104-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164394, 1253, '1104-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164395, 1253, '1104-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164396, 1253, '1104-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164397, 1253, '1104-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164398, 1253, '1105-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164399, 1253, '1105-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164400, 1253, '1105-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164401, 1253, '1105-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164402, 1253, '1105-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164403, 1253, '1105-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164404, 1253, '1105-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164405, 1253, '1105-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164406, 1253, '1105-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164407, 1253, '1105-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164408, 1253, '1105-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164409, 1253, '1105-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164410, 1253, '1106-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164411, 1253, '1106-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164412, 1253, '1106-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164413, 1253, '1106-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164414, 1253, '1106-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164415, 1253, '1106-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164416, 1253, '1106-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164417, 1253, '1106-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164418, 1253, '1106-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164419, 1253, '1106-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164420, 1253, '1106-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164421, 1253, '1106-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164422, 1253, '1107-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164423, 1253, '1107-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164424, 1253, '1107-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164425, 1253, '1107-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164426, 1253, '1107-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164427, 1253, '1107-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164428, 1253, '1107-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164429, 1253, '1107-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164430, 1253, '1107-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164431, 1253, '1107-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164432, 1253, '1107-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164433, 1253, '1107-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164434, 1253, '1108-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164435, 1253, '1108-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164436, 1253, '1108-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164437, 1253, '1108-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164438, 1253, '1108-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164439, 1253, '1108-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164440, 1253, '1108-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164441, 1253, '1108-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164442, 1253, '1108-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164443, 1253, '1108-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164444, 1253, '1108-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164445, 1253, '1108-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164446, 1253, '1109-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164447, 1253, '1109-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164448, 1253, '1109-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164449, 1253, '1109-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164450, 1253, '1109-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164451, 1253, '1109-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164452, 1253, '1109-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164453, 1253, '1109-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164454, 1253, '1109-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164455, 1253, '1109-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164456, 1253, '1109-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164457, 1253, '1109-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164458, 1253, '1110-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164459, 1253, '1110-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164460, 1253, '1110-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164461, 1253, '1110-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164462, 1253, '1110-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164463, 1253, '1110-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164464, 1253, '1110-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164465, 1253, '1110-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164466, 1253, '1110-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164467, 1253, '1110-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164468, 1253, '1110-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164469, 1253, '1110-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164470, 1253, '1111-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164471, 1253, '1111-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164472, 1253, '1111-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164473, 1253, '1111-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164474, 1253, '1111-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164475, 1253, '1111-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164476, 1253, '1111-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164477, 1253, '1111-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164478, 1253, '1111-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164479, 1253, '1111-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164480, 1253, '1111-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164481, 1253, '1111-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164482, 1253, '1112-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164483, 1253, '1112-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164484, 1253, '1112-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164485, 1253, '1112-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164486, 1253, '1112-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164487, 1253, '1112-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164488, 1253, '1112-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164489, 1253, '1112-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164490, 1253, '1112-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164491, 1253, '1112-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164492, 1253, '1112-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164493, 1253, '1112-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164494, 1253, '1113-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164495, 1253, '1113-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164496, 1253, '1113-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164497, 1253, '1113-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164498, 1253, '1113-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164499, 1253, '1113-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164500, 1253, '1113-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:48', '2023-09-13 14:38:48'),
(164501, 1253, '1113-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164502, 1253, '1113-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164503, 1253, '1113-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164504, 1253, '1113-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164505, 1253, '1113-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164506, 1253, '1114-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164507, 1253, '1114-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164508, 1253, '1114-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164509, 1253, '1114-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164510, 1253, '1114-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164511, 1253, '1114-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164512, 1253, '1114-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164513, 1253, '1114-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164514, 1253, '1114-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164515, 1253, '1114-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164516, 1253, '1114-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164517, 1253, '1114-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164518, 1253, '1115-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164519, 1253, '1115-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164520, 1253, '1115-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164521, 1253, '1115-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164522, 1253, '1115-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164523, 1253, '1115-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164524, 1253, '1115-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164525, 1253, '1115-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164526, 1253, '1115-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164527, 1253, '1115-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164528, 1253, '1115-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164529, 1253, '1115-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164530, 1253, '1116-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164531, 1253, '1116-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164532, 1253, '1116-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164533, 1253, '1116-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164534, 1253, '1116-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164535, 1253, '1116-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164536, 1253, '1116-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164537, 1253, '1116-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164538, 1253, '1116-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164539, 1253, '1116-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164540, 1253, '1116-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164541, 1253, '1116-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164542, 1253, '1117-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164543, 1253, '1117-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164544, 1253, '1117-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164545, 1253, '1117-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164546, 1253, '1117-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164547, 1253, '1117-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164548, 1253, '1117-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164549, 1253, '1117-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164550, 1253, '1117-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164551, 1253, '1117-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164552, 1253, '1117-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164553, 1253, '1117-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164554, 1253, '1118-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164555, 1253, '1118-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164556, 1253, '1118-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164557, 1253, '1118-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164558, 1253, '1118-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164559, 1253, '1118-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164560, 1253, '1118-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164561, 1253, '1118-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164562, 1253, '1118-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164563, 1253, '1118-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164564, 1253, '1118-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164565, 1253, '1118-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164566, 1253, '1119-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164567, 1253, '1119-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164568, 1253, '1119-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164569, 1253, '1119-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164570, 1253, '1119-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164571, 1253, '1119-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164572, 1253, '1119-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164573, 1253, '1119-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164574, 1253, '1119-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164575, 1253, '1119-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164576, 1253, '1119-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164577, 1253, '1119-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164578, 1253, '1120-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164579, 1253, '1120-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164580, 1253, '1120-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164581, 1253, '1120-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164582, 1253, '1120-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164583, 1253, '1120-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164584, 1253, '1120-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164585, 1253, '1120-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164586, 1253, '1120-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164587, 1253, '1120-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164588, 1253, '1120-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164589, 1253, '1120-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164590, 1253, '1121-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164591, 1253, '1121-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164592, 1253, '1121-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164593, 1253, '1121-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164594, 1253, '1121-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164595, 1253, '1121-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164596, 1253, '1121-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164597, 1253, '1121-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164598, 1253, '1121-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164599, 1253, '1121-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164600, 1253, '1121-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164601, 1253, '1121-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164602, 1253, '1122-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164603, 1253, '1122-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164604, 1253, '1122-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164605, 1253, '1122-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164606, 1253, '1122-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164607, 1253, '1122-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164608, 1253, '1122-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164609, 1253, '1122-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164610, 1253, '1122-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164611, 1253, '1122-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164612, 1253, '1122-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164613, 1253, '1122-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164614, 1253, '1123-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164615, 1253, '1123-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164616, 1253, '1123-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164617, 1253, '1123-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164618, 1253, '1123-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164619, 1253, '1123-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164620, 1253, '1123-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164621, 1253, '1123-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164622, 1253, '1123-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164623, 1253, '1123-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164624, 1253, '1123-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164625, 1253, '1123-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164626, 1253, '1124-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164627, 1253, '1124-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164628, 1253, '1124-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164629, 1253, '1124-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164630, 1253, '1124-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164631, 1253, '1124-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164632, 1253, '1124-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164633, 1253, '1124-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164634, 1253, '1124-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164635, 1253, '1124-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164636, 1253, '1124-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164637, 1253, '1124-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164638, 1253, '1125-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164639, 1253, '1125-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164640, 1253, '1125-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164641, 1253, '1125-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164642, 1253, '1125-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164643, 1253, '1125-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164644, 1253, '1125-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164645, 1253, '1125-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164646, 1253, '1125-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164647, 1253, '1125-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164648, 1253, '1125-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164649, 1253, '1125-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164650, 1253, '1126-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164651, 1253, '1126-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164652, 1253, '1126-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164653, 1253, '1126-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164654, 1253, '1126-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164655, 1253, '1126-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164656, 1253, '1126-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164657, 1253, '1126-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164658, 1253, '1126-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164659, 1253, '1126-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164660, 1253, '1126-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164661, 1253, '1126-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164662, 1253, '1127-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164663, 1253, '1127-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164664, 1253, '1127-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164665, 1253, '1127-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164666, 1253, '1127-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164667, 1253, '1127-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164668, 1253, '1127-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164669, 1253, '1127-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164670, 1253, '1127-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164671, 1253, '1127-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164672, 1253, '1127-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164673, 1253, '1127-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164674, 1253, '1128-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164675, 1253, '1128-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164676, 1253, '1128-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164677, 1253, '1128-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164678, 1253, '1128-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164679, 1253, '1128-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164680, 1253, '1128-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164681, 1253, '1128-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164682, 1253, '1128-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164683, 1253, '1128-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164684, 1253, '1128-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164685, 1253, '1128-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164686, 1253, '1129-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164687, 1253, '1129-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164688, 1253, '1129-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164689, 1253, '1129-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164690, 1253, '1129-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164691, 1253, '1129-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164692, 1253, '1129-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164693, 1253, '1129-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164694, 1253, '1129-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164695, 1253, '1129-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164696, 1253, '1129-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164697, 1253, '1129-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164698, 1253, '1130-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164699, 1253, '1130-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164700, 1253, '1130-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164701, 1253, '1130-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164702, 1253, '1130-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164703, 1253, '1130-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164704, 1253, '1130-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164705, 1253, '1130-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164706, 1253, '1130-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164707, 1253, '1130-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164708, 1253, '1130-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164709, 1253, '1130-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164710, 1253, '1131-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164711, 1253, '1131-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164712, 1253, '1131-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164713, 1253, '1131-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164714, 1253, '1131-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164715, 1253, '1131-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164716, 1253, '1131-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164717, 1253, '1131-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164718, 1253, '1131-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164719, 1253, '1131-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164720, 1253, '1131-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164721, 1253, '1131-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164722, 1253, '1132-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164723, 1253, '1132-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164724, 1253, '1132-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164725, 1253, '1132-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164726, 1253, '1132-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164727, 1253, '1132-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164728, 1253, '1132-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164729, 1253, '1132-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164730, 1253, '1132-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164731, 1253, '1132-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164732, 1253, '1132-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164733, 1253, '1132-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164734, 1253, '1133-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164735, 1253, '1133-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164736, 1253, '1133-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164737, 1253, '1133-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164738, 1253, '1133-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164739, 1253, '1133-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164740, 1253, '1133-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164741, 1253, '1133-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164742, 1253, '1133-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164743, 1253, '1133-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164744, 1253, '1133-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164745, 1253, '1133-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164746, 1253, '1134-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164747, 1253, '1134-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164748, 1253, '1134-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164749, 1253, '1134-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164750, 1253, '1134-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164751, 1253, '1134-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164752, 1253, '1134-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164753, 1253, '1134-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164754, 1253, '1134-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164755, 1253, '1134-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164756, 1253, '1134-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164757, 1253, '1134-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164758, 1253, '1135-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164759, 1253, '1135-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164760, 1253, '1135-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164761, 1253, '1135-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164762, 1253, '1135-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164763, 1253, '1135-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164764, 1253, '1135-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164765, 1253, '1135-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164766, 1253, '1135-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164767, 1253, '1135-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164768, 1253, '1135-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164769, 1253, '1135-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164770, 1253, '1136-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164771, 1253, '1136-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164772, 1253, '1136-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164773, 1253, '1136-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164774, 1253, '1136-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164775, 1253, '1136-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164776, 1253, '1136-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164777, 1253, '1136-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164778, 1253, '1136-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164779, 1253, '1136-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164780, 1253, '1136-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164781, 1253, '1136-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164782, 1253, '1137-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164783, 1253, '1137-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164784, 1253, '1137-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164785, 1253, '1137-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164786, 1253, '1137-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164787, 1253, '1137-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164788, 1253, '1137-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164789, 1253, '1137-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164790, 1253, '1137-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164791, 1253, '1137-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164792, 1253, '1137-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164793, 1253, '1137-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164794, 1253, '1138-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164795, 1253, '1138-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164796, 1253, '1138-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164797, 1253, '1138-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164798, 1253, '1138-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164799, 1253, '1138-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164800, 1253, '1138-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164801, 1253, '1138-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164802, 1253, '1138-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164803, 1253, '1138-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164804, 1253, '1138-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164805, 1253, '1138-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164806, 1253, '1139-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164807, 1253, '1139-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164808, 1253, '1139-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164809, 1253, '1139-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164810, 1253, '1139-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164811, 1253, '1139-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164812, 1253, '1139-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164813, 1253, '1139-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164814, 1253, '1139-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164815, 1253, '1139-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164816, 1253, '1139-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164817, 1253, '1139-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164818, 1253, '1140-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164819, 1253, '1140-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164820, 1253, '1140-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164821, 1253, '1140-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164822, 1253, '1140-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164823, 1253, '1140-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164824, 1253, '1140-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164825, 1253, '1140-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164826, 1253, '1140-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164827, 1253, '1140-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164828, 1253, '1140-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164829, 1253, '1140-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164830, 1253, '1141-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164831, 1253, '1141-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164832, 1253, '1141-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164833, 1253, '1141-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164834, 1253, '1141-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164835, 1253, '1141-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164836, 1253, '1141-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164837, 1253, '1141-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164838, 1253, '1141-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164839, 1253, '1141-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(164840, 1253, '1141-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164841, 1253, '1141-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164842, 1253, '1142-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164843, 1253, '1142-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164844, 1253, '1142-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164845, 1253, '1142-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164846, 1253, '1142-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164847, 1253, '1142-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164848, 1253, '1142-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164849, 1253, '1142-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164850, 1253, '1142-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164851, 1253, '1142-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164852, 1253, '1142-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164853, 1253, '1142-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164854, 1253, '1143-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164855, 1253, '1143-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164856, 1253, '1143-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164857, 1253, '1143-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164858, 1253, '1143-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164859, 1253, '1143-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164860, 1253, '1143-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164861, 1253, '1143-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164862, 1253, '1143-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164863, 1253, '1143-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164864, 1253, '1143-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164865, 1253, '1143-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164866, 1253, '1144-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164867, 1253, '1144-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164868, 1253, '1144-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164869, 1253, '1144-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164870, 1253, '1144-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164871, 1253, '1144-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164872, 1253, '1144-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164873, 1253, '1144-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164874, 1253, '1144-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164875, 1253, '1144-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164876, 1253, '1144-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164877, 1253, '1144-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164878, 1253, '1145-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164879, 1253, '1145-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164880, 1253, '1145-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164881, 1253, '1145-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164882, 1253, '1145-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164883, 1253, '1145-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164884, 1253, '1145-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164885, 1253, '1145-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164886, 1253, '1145-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164887, 1253, '1145-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164888, 1253, '1145-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164889, 1253, '1145-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164890, 1253, '1146-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164891, 1253, '1146-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164892, 1253, '1146-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:49', '2023-09-13 14:38:49'),
(164893, 1253, '1146-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(164894, 1253, '1146-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(164895, 1253, '1146-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(164896, 1253, '1146-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(164897, 1253, '1146-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(164898, 1253, '1146-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(164899, 1253, '1146-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(164900, 1253, '1146-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(164901, 1253, '1146-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(164902, 1253, '1147-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(164903, 1253, '1147-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(164904, 1253, '1147-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(164905, 1253, '1147-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(164906, 1253, '1147-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(164907, 1253, '1147-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(164908, 1253, '1147-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(164909, 1253, '1147-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(164910, 1253, '1147-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(164911, 1253, '1147-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(164912, 1253, '1147-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(164913, 1253, '1147-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(164914, 1253, '1148-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(164915, 1253, '1148-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(164916, 1253, '1148-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(164917, 1253, '1148-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(164918, 1253, '1148-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(164919, 1253, '1148-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(164920, 1253, '1148-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(164921, 1253, '1148-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(164922, 1253, '1148-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(164923, 1253, '1148-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(164924, 1253, '1148-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(164925, 1253, '1148-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(164926, 1253, '1149-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(164927, 1253, '1149-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(164928, 1253, '1149-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(164929, 1253, '1149-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(164930, 1253, '1149-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(164931, 1253, '1149-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(164932, 1253, '1149-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(164933, 1253, '1149-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(164934, 1253, '1149-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(164935, 1253, '1149-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(164936, 1253, '1149-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(164937, 1253, '1149-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(164938, 1253, '1150-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(164939, 1253, '1150-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(164940, 1253, '1150-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(164941, 1253, '1150-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(164942, 1253, '1150-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(164943, 1253, '1150-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(164944, 1253, '1150-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(164945, 1253, '1150-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(164946, 1253, '1150-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(164947, 1253, '1150-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(164948, 1253, '1150-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(164949, 1253, '1150-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(164950, 1253, '1151-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(164951, 1253, '1151-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(164952, 1253, '1151-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(164953, 1253, '1151-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(164954, 1253, '1151-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(164955, 1253, '1151-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(164956, 1253, '1151-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(164957, 1253, '1151-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(164958, 1253, '1151-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(164959, 1253, '1151-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(164960, 1253, '1151-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(164961, 1253, '1151-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(164962, 1253, '1152-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(164963, 1253, '1152-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(164964, 1253, '1152-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(164965, 1253, '1152-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(164966, 1253, '1152-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(164967, 1253, '1152-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(164968, 1253, '1152-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(164969, 1253, '1152-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(164970, 1253, '1152-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(164971, 1253, '1152-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(164972, 1253, '1152-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(164973, 1253, '1152-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(164974, 1253, '1153-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(164975, 1253, '1153-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(164976, 1253, '1153-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(164977, 1253, '1153-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(164978, 1253, '1153-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(164979, 1253, '1153-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(164980, 1253, '1153-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(164981, 1253, '1153-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(164982, 1253, '1153-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(164983, 1253, '1153-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(164984, 1253, '1153-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(164985, 1253, '1153-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(164986, 1253, '1154-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(164987, 1253, '1154-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(164988, 1253, '1154-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(164989, 1253, '1154-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(164990, 1253, '1154-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(164991, 1253, '1154-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(164992, 1253, '1154-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(164993, 1253, '1154-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(164994, 1253, '1154-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(164995, 1253, '1154-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(164996, 1253, '1154-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(164997, 1253, '1154-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(164998, 1253, '1155-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(164999, 1253, '1155-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(165000, 1253, '1155-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(165001, 1253, '1155-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(165002, 1253, '1155-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(165003, 1253, '1155-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(165004, 1253, '1155-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(165005, 1253, '1155-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(165006, 1253, '1155-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(165007, 1253, '1155-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(165008, 1253, '1155-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(165009, 1253, '1155-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(165010, 1253, '1156-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(165011, 1253, '1156-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(165012, 1253, '1156-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(165013, 1253, '1156-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(165014, 1253, '1156-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(165015, 1253, '1156-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(165016, 1253, '1156-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(165017, 1253, '1156-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(165018, 1253, '1156-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(165019, 1253, '1156-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(165020, 1253, '1156-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(165021, 1253, '1156-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(165022, 1253, '1157-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(165023, 1253, '1157-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(165024, 1253, '1157-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(165025, 1253, '1157-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(165026, 1253, '1157-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(165027, 1253, '1157-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(165028, 1253, '1157-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(165029, 1253, '1157-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(165030, 1253, '1157-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(165031, 1253, '1157-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(165032, 1253, '1157-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(165033, 1253, '1157-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(165034, 1253, '1158-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(165035, 1253, '1158-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(165036, 1253, '1158-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(165037, 1253, '1158-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(165038, 1253, '1158-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(165039, 1253, '1158-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(165040, 1253, '1158-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(165041, 1253, '1158-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(165042, 1253, '1158-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(165043, 1253, '1158-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(165044, 1253, '1158-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(165045, 1253, '1158-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(165046, 1253, '1159-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(165047, 1253, '1159-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(165048, 1253, '1159-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(165049, 1253, '1159-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(165050, 1253, '1159-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(165051, 1253, '1159-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(165052, 1253, '1159-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(165053, 1253, '1159-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(165054, 1253, '1159-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(165055, 1253, '1159-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(165056, 1253, '1159-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(165057, 1253, '1159-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(165058, 1253, '1160-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(165059, 1253, '1160-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(165060, 1253, '1160-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(165061, 1253, '1160-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(165062, 1253, '1160-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(165063, 1253, '1160-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(165064, 1253, '1160-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(165065, 1253, '1160-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(165066, 1253, '1160-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(165067, 1253, '1160-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(165068, 1253, '1160-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(165069, 1253, '1160-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(165070, 1253, '1161-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(165071, 1253, '1161-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(165072, 1253, '1161-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(165073, 1253, '1161-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(165074, 1253, '1161-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(165075, 1253, '1161-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(165076, 1253, '1161-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(165077, 1253, '1161-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(165078, 1253, '1161-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(165079, 1253, '1161-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(165080, 1253, '1161-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(165081, 1253, '1161-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(165082, 1253, '1162-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(165083, 1253, '1162-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(165084, 1253, '1162-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(165085, 1253, '1162-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(165086, 1253, '1162-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(165087, 1253, '1162-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(165088, 1253, '1162-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(165089, 1253, '1162-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(165090, 1253, '1162-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(165091, 1253, '1162-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(165092, 1253, '1162-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(165093, 1253, '1162-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(165094, 1253, '1163-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(165095, 1253, '1163-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(165096, 1253, '1163-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(165097, 1253, '1163-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(165098, 1253, '1163-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(165099, 1253, '1163-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(165100, 1253, '1163-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(165101, 1253, '1163-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(165102, 1253, '1163-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(165103, 1253, '1163-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(165104, 1253, '1163-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(165105, 1253, '1163-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(165106, 1253, '1164-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(165107, 1253, '1164-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(165108, 1253, '1164-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(165109, 1253, '1164-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(165110, 1253, '1164-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(165111, 1253, '1164-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(165112, 1253, '1164-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(165113, 1253, '1164-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(165114, 1253, '1164-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(165115, 1253, '1164-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(165116, 1253, '1164-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(165117, 1253, '1164-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(165118, 1253, '1165-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(165119, 1253, '1165-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(165120, 1253, '1165-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(165121, 1253, '1165-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(165122, 1253, '1165-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(165123, 1253, '1165-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(165124, 1253, '1165-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(165125, 1253, '1165-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(165126, 1253, '1165-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(165127, 1253, '1165-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(165128, 1253, '1165-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(165129, 1253, '1165-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(165130, 1253, '1166-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(165131, 1253, '1166-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(165132, 1253, '1166-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(165133, 1253, '1166-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(165134, 1253, '1166-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(165135, 1253, '1166-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(165136, 1253, '1166-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(165137, 1253, '1166-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(165138, 1253, '1166-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(165139, 1253, '1166-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(165140, 1253, '1166-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(165141, 1253, '1166-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(165142, 1253, '1167-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(165143, 1253, '1167-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(165144, 1253, '1167-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(165145, 1253, '1167-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(165146, 1253, '1167-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(165147, 1253, '1167-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(165148, 1253, '1167-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(165149, 1253, '1167-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(165150, 1253, '1167-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(165151, 1253, '1167-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(165152, 1253, '1167-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(165153, 1253, '1167-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(165154, 1253, '1168-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(165155, 1253, '1168-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(165156, 1253, '1168-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(165157, 1253, '1168-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(165158, 1253, '1168-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(165159, 1253, '1168-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(165160, 1253, '1168-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(165161, 1253, '1168-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(165162, 1253, '1168-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(165163, 1253, '1168-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(165164, 1253, '1168-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(165165, 1253, '1168-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(165166, 1253, '1169-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(165167, 1253, '1169-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(165168, 1253, '1169-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(165169, 1253, '1169-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(165170, 1253, '1169-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(165171, 1253, '1169-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(165172, 1253, '1169-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(165173, 1253, '1169-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(165174, 1253, '1169-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(165175, 1253, '1169-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(165176, 1253, '1169-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(165177, 1253, '1169-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(165178, 1253, '1170-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(165179, 1253, '1170-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(165180, 1253, '1170-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(165181, 1253, '1170-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(165182, 1253, '1170-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(165183, 1253, '1170-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(165184, 1253, '1170-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(165185, 1253, '1170-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(165186, 1253, '1170-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(165187, 1253, '1170-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(165188, 1253, '1170-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(165189, 1253, '1170-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(165190, 1253, '1171-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(165191, 1253, '1171-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(165192, 1253, '1171-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(165193, 1253, '1171-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(165194, 1253, '1171-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(165195, 1253, '1171-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(165196, 1253, '1171-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(165197, 1253, '1171-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(165198, 1253, '1171-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(165199, 1253, '1171-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(165200, 1253, '1171-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(165201, 1253, '1171-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(165202, 1253, '1172-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(165203, 1253, '1172-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(165204, 1253, '1172-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(165205, 1253, '1172-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(165206, 1253, '1172-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(165207, 1253, '1172-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(165208, 1253, '1172-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(165209, 1253, '1172-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(165210, 1253, '1172-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(165211, 1253, '1172-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(165212, 1253, '1172-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(165213, 1253, '1172-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(165214, 1253, '1173-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(165215, 1253, '1173-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(165216, 1253, '1173-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(165217, 1253, '1173-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(165218, 1253, '1173-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(165219, 1253, '1173-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(165220, 1253, '1173-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(165221, 1253, '1173-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(165222, 1253, '1173-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(165223, 1253, '1173-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:50', '2023-09-13 14:38:50'),
(165224, 1253, '1173-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:51', '2023-09-13 14:38:51'),
(165225, 1253, '1173-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:51', '2023-09-13 14:38:51'),
(165226, 1253, '1174-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:51', '2023-09-13 14:38:51'),
(165227, 1253, '1174-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:51', '2023-09-13 14:38:51'),
(165228, 1253, '1174-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:51', '2023-09-13 14:38:51'),
(165229, 1253, '1174-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:51', '2023-09-13 14:38:51'),
(165230, 1253, '1174-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:51', '2023-09-13 14:38:51'),
(165231, 1253, '1174-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:51', '2023-09-13 14:38:51'),
(165232, 1253, '1174-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:51', '2023-09-13 14:38:51'),
(165233, 1253, '1174-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:51', '2023-09-13 14:38:51'),
(165234, 1253, '1174-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:51', '2023-09-13 14:38:51'),
(165235, 1253, '1174-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:51', '2023-09-13 14:38:51'),
(165236, 1253, '1174-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:51', '2023-09-13 14:38:51'),
(165237, 1253, '1174-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:51', '2023-09-13 14:38:51'),
(165238, 1253, '1175-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:51', '2023-09-13 14:38:51'),
(165239, 1253, '1175-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:51', '2023-09-13 14:38:51'),
(165240, 1253, '1175-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:51', '2023-09-13 14:38:51'),
(165241, 1253, '1175-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:51', '2023-09-13 14:38:51'),
(165242, 1253, '1175-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:51', '2023-09-13 14:38:51'),
(165243, 1253, '1175-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:51', '2023-09-13 14:38:51'),
(165244, 1253, '1175-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:51', '2023-09-13 14:38:51'),
(165245, 1253, '1175-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:51', '2023-09-13 14:38:51'),
(165246, 1253, '1175-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:51', '2023-09-13 14:38:51'),
(165247, 1253, '1175-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:51', '2023-09-13 14:38:51'),
(165248, 1253, '1175-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:51', '2023-09-13 14:38:51'),
(165249, 1253, '1175-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:51', '2023-09-13 14:38:51'),
(165250, 1253, '1176-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:51', '2023-09-13 14:38:51'),
(165251, 1253, '1176-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:51', '2023-09-13 14:38:51'),
(165252, 1253, '1176-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:51', '2023-09-13 14:38:51'),
(165253, 1253, '1176-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:51', '2023-09-13 14:38:51'),
(165254, 1253, '1176-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:51', '2023-09-13 14:38:51'),
(165255, 1253, '1176-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:51', '2023-09-13 14:38:51'),
(165256, 1253, '1176-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:51', '2023-09-13 14:38:51'),
(165257, 1253, '1176-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:51', '2023-09-13 14:38:51'),
(165258, 1253, '1176-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:51', '2023-09-13 14:38:51'),
(165259, 1253, '1176-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:51', '2023-09-13 14:38:51'),
(165260, 1253, '1176-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:51', '2023-09-13 14:38:51'),
(165261, 1253, '1176-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:51', '2023-09-13 14:38:51'),
(165262, 1253, '1177-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:51', '2023-09-13 14:38:51'),
(165263, 1253, '1177-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:51', '2023-09-13 14:38:51'),
(165264, 1253, '1177-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:51', '2023-09-13 14:38:51'),
(165265, 1253, '1177-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:51', '2023-09-13 14:38:51'),
(165266, 1253, '1177-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:51', '2023-09-13 14:38:51'),
(165267, 1253, '1177-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:51', '2023-09-13 14:38:51'),
(165268, 1253, '1177-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:51', '2023-09-13 14:38:51'),
(165269, 1253, '1177-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:51', '2023-09-13 14:38:51'),
(165270, 1253, '1177-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:51', '2023-09-13 14:38:51'),
(165271, 1253, '1177-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:51', '2023-09-13 14:38:51'),
(165272, 1253, '1177-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:51', '2023-09-13 14:38:51'),
(165273, 1253, '1177-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:51', '2023-09-13 14:38:51'),
(165274, 1253, '1178-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:51', '2023-09-13 14:38:51'),
(165275, 1253, '1178-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:51', '2023-09-13 14:38:51'),
(165276, 1253, '1178-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:51', '2023-09-13 14:38:51'),
(165277, 1253, '1178-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:51', '2023-09-13 14:38:51'),
(165278, 1253, '1178-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:51', '2023-09-13 14:38:51'),
(165279, 1253, '1178-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:51', '2023-09-13 14:38:51'),
(165280, 1253, '1178-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:51', '2023-09-13 14:38:51'),
(165281, 1253, '1178-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:51', '2023-09-13 14:38:51'),
(165282, 1253, '1178-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:51', '2023-09-13 14:38:51'),
(165283, 1253, '1178-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:51', '2023-09-13 14:38:51'),
(165284, 1253, '1178-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:51', '2023-09-13 14:38:51'),
(165285, 1253, '1178-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:51', '2023-09-13 14:38:51'),
(165286, 1253, '1179-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:51', '2023-09-13 14:38:51'),
(165287, 1253, '1179-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:51', '2023-09-13 14:38:51'),
(165288, 1253, '1179-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:51', '2023-09-13 14:38:51'),
(165289, 1253, '1179-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:51', '2023-09-13 14:38:51'),
(165290, 1253, '1179-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:51', '2023-09-13 14:38:51'),
(165291, 1253, '1179-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:51', '2023-09-13 14:38:51'),
(165292, 1253, '1179-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:51', '2023-09-13 14:38:51'),
(165293, 1253, '1179-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:51', '2023-09-13 14:38:51'),
(165294, 1253, '1179-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:51', '2023-09-13 14:38:51'),
(165295, 1253, '1179-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:51', '2023-09-13 14:38:51');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(165296, 1253, '1179-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:51', '2023-09-13 14:38:51'),
(165297, 1253, '1179-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:51', '2023-09-13 14:38:51'),
(165298, 1253, '1180-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:51', '2023-09-13 14:38:51'),
(165299, 1253, '1180-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:51', '2023-09-13 14:38:51'),
(165300, 1253, '1180-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:51', '2023-09-13 14:38:51'),
(165301, 1253, '1180-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:51', '2023-09-13 14:38:51'),
(165302, 1253, '1180-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:51', '2023-09-13 14:38:51'),
(165303, 1253, '1180-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:51', '2023-09-13 14:38:51'),
(165304, 1253, '1180-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:51', '2023-09-13 14:38:51'),
(165305, 1253, '1180-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:51', '2023-09-13 14:38:51'),
(165306, 1253, '1180-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:51', '2023-09-13 14:38:51'),
(165307, 1253, '1180-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:51', '2023-09-13 14:38:51'),
(165308, 1253, '1180-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:51', '2023-09-13 14:38:51'),
(165309, 1253, '1180-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:51', '2023-09-13 14:38:51'),
(165310, 1253, '1181-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:51', '2023-09-13 14:38:51'),
(165311, 1253, '1181-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:51', '2023-09-13 14:38:51'),
(165312, 1253, '1181-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:51', '2023-09-13 14:38:51'),
(165313, 1253, '1181-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:51', '2023-09-13 14:38:51'),
(165314, 1253, '1181-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:51', '2023-09-13 14:38:51'),
(165315, 1253, '1181-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:51', '2023-09-13 14:38:51'),
(165316, 1253, '1181-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:51', '2023-09-13 14:38:51'),
(165317, 1253, '1181-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:51', '2023-09-13 14:38:51'),
(165318, 1253, '1181-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:51', '2023-09-13 14:38:51'),
(165319, 1253, '1181-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:51', '2023-09-13 14:38:51'),
(165320, 1253, '1181-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:51', '2023-09-13 14:38:51'),
(165321, 1253, '1181-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:51', '2023-09-13 14:38:51'),
(165322, 1253, '1182-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:51', '2023-09-13 14:38:51'),
(165323, 1253, '1182-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:51', '2023-09-13 14:38:51'),
(165324, 1253, '1182-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:51', '2023-09-13 14:38:51'),
(165325, 1253, '1182-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:51', '2023-09-13 14:38:51'),
(165326, 1253, '1182-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:51', '2023-09-13 14:38:51'),
(165327, 1253, '1182-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:51', '2023-09-13 14:38:51'),
(165328, 1253, '1182-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:51', '2023-09-13 14:38:51'),
(165329, 1253, '1182-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:51', '2023-09-13 14:38:51'),
(165330, 1253, '1182-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:51', '2023-09-13 14:38:51'),
(165331, 1253, '1182-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:51', '2023-09-13 14:38:51'),
(165332, 1253, '1182-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:51', '2023-09-13 14:38:51'),
(165333, 1253, '1182-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:51', '2023-09-13 14:38:51'),
(165334, 1253, '1183-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:51', '2023-09-13 14:38:51'),
(165335, 1253, '1183-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:51', '2023-09-13 14:38:51'),
(165336, 1253, '1183-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:51', '2023-09-13 14:38:51'),
(165337, 1253, '1183-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:51', '2023-09-13 14:38:51'),
(165338, 1253, '1183-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:51', '2023-09-13 14:38:51'),
(165339, 1253, '1183-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:51', '2023-09-13 14:38:51'),
(165340, 1253, '1183-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:51', '2023-09-13 14:38:51'),
(165341, 1253, '1183-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:51', '2023-09-13 14:38:51'),
(165342, 1253, '1183-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:51', '2023-09-13 14:38:51'),
(165343, 1253, '1183-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:51', '2023-09-13 14:38:51'),
(165344, 1253, '1183-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:51', '2023-09-13 14:38:51'),
(165345, 1253, '1183-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:51', '2023-09-13 14:38:51'),
(165346, 1253, '1184-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:51', '2023-09-13 14:38:51'),
(165347, 1253, '1184-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:51', '2023-09-13 14:38:51'),
(165348, 1253, '1184-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:51', '2023-09-13 14:38:51'),
(165349, 1253, '1184-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:51', '2023-09-13 14:38:51'),
(165350, 1253, '1184-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:51', '2023-09-13 14:38:51'),
(165351, 1253, '1184-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:51', '2023-09-13 14:38:51'),
(165352, 1253, '1184-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:51', '2023-09-13 14:38:51'),
(165353, 1253, '1184-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:51', '2023-09-13 14:38:51'),
(165354, 1253, '1184-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:51', '2023-09-13 14:38:51'),
(165355, 1253, '1184-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:51', '2023-09-13 14:38:51'),
(165356, 1253, '1184-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:51', '2023-09-13 14:38:51'),
(165357, 1253, '1184-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:51', '2023-09-13 14:38:51'),
(165358, 1253, '1185-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:51', '2023-09-13 14:38:51'),
(165359, 1253, '1185-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:51', '2023-09-13 14:38:51'),
(165360, 1253, '1185-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:51', '2023-09-13 14:38:51'),
(165361, 1253, '1185-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:51', '2023-09-13 14:38:51'),
(165362, 1253, '1185-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:51', '2023-09-13 14:38:51'),
(165363, 1253, '1185-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:51', '2023-09-13 14:38:51'),
(165364, 1253, '1185-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:51', '2023-09-13 14:38:51'),
(165365, 1253, '1185-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:51', '2023-09-13 14:38:51'),
(165366, 1253, '1185-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:51', '2023-09-13 14:38:51'),
(165367, 1253, '1185-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:51', '2023-09-13 14:38:51'),
(165368, 1253, '1185-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:51', '2023-09-13 14:38:51'),
(165369, 1253, '1185-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:51', '2023-09-13 14:38:51'),
(165370, 1253, '1186-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:51', '2023-09-13 14:38:51'),
(165371, 1253, '1186-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:51', '2023-09-13 14:38:51'),
(165372, 1253, '1186-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:51', '2023-09-13 14:38:51'),
(165373, 1253, '1186-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:51', '2023-09-13 14:38:51'),
(165374, 1253, '1186-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:51', '2023-09-13 14:38:51'),
(165375, 1253, '1186-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:51', '2023-09-13 14:38:51'),
(165376, 1253, '1186-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:51', '2023-09-13 14:38:51'),
(165377, 1253, '1186-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:51', '2023-09-13 14:38:51'),
(165378, 1253, '1186-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:51', '2023-09-13 14:38:51'),
(165379, 1253, '1186-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:51', '2023-09-13 14:38:51'),
(165380, 1253, '1186-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:51', '2023-09-13 14:38:51'),
(165381, 1253, '1186-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:51', '2023-09-13 14:38:51'),
(165382, 1253, '1187-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:51', '2023-09-13 14:38:51'),
(165383, 1253, '1187-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:51', '2023-09-13 14:38:51'),
(165384, 1253, '1187-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:51', '2023-09-13 14:38:51'),
(165385, 1253, '1187-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:51', '2023-09-13 14:38:51'),
(165386, 1253, '1187-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:51', '2023-09-13 14:38:51'),
(165387, 1253, '1187-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:51', '2023-09-13 14:38:51'),
(165388, 1253, '1187-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:51', '2023-09-13 14:38:51'),
(165389, 1253, '1187-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:51', '2023-09-13 14:38:51'),
(165390, 1253, '1187-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:51', '2023-09-13 14:38:51'),
(165391, 1253, '1187-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:51', '2023-09-13 14:38:51'),
(165392, 1253, '1187-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:51', '2023-09-13 14:38:51'),
(165393, 1253, '1187-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:51', '2023-09-13 14:38:51'),
(165394, 1253, '1188-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:51', '2023-09-13 14:38:51'),
(165395, 1253, '1188-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:51', '2023-09-13 14:38:51'),
(165396, 1253, '1188-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:51', '2023-09-13 14:38:51'),
(165397, 1253, '1188-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:51', '2023-09-13 14:38:51'),
(165398, 1253, '1188-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:51', '2023-09-13 14:38:51'),
(165399, 1253, '1188-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:51', '2023-09-13 14:38:51'),
(165400, 1253, '1188-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:51', '2023-09-13 14:38:51'),
(165401, 1253, '1188-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:51', '2023-09-13 14:38:51'),
(165402, 1253, '1188-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:51', '2023-09-13 14:38:51'),
(165403, 1253, '1188-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:51', '2023-09-13 14:38:51'),
(165404, 1253, '1188-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:51', '2023-09-13 14:38:51'),
(165405, 1253, '1188-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:51', '2023-09-13 14:38:51'),
(165406, 1253, '1189-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:51', '2023-09-13 14:38:51'),
(165407, 1253, '1189-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:51', '2023-09-13 14:38:51'),
(165408, 1253, '1189-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:51', '2023-09-13 14:38:51'),
(165409, 1253, '1189-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:51', '2023-09-13 14:38:51'),
(165410, 1253, '1189-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:51', '2023-09-13 14:38:51'),
(165411, 1253, '1189-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:51', '2023-09-13 14:38:51'),
(165412, 1253, '1189-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:51', '2023-09-13 14:38:51'),
(165413, 1253, '1189-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:51', '2023-09-13 14:38:51'),
(165414, 1253, '1189-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:51', '2023-09-13 14:38:51'),
(165415, 1253, '1189-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:51', '2023-09-13 14:38:51'),
(165416, 1253, '1189-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:51', '2023-09-13 14:38:51'),
(165417, 1253, '1189-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:51', '2023-09-13 14:38:51'),
(165418, 1253, '1190-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:51', '2023-09-13 14:38:51'),
(165419, 1253, '1190-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:51', '2023-09-13 14:38:51'),
(165420, 1253, '1190-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:51', '2023-09-13 14:38:51'),
(165421, 1253, '1190-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:51', '2023-09-13 14:38:51'),
(165422, 1253, '1190-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:51', '2023-09-13 14:38:51'),
(165423, 1253, '1190-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:51', '2023-09-13 14:38:51'),
(165424, 1253, '1190-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:51', '2023-09-13 14:38:51'),
(165425, 1253, '1190-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:51', '2023-09-13 14:38:51'),
(165426, 1253, '1190-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:51', '2023-09-13 14:38:51'),
(165427, 1253, '1190-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:51', '2023-09-13 14:38:51'),
(165428, 1253, '1190-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:51', '2023-09-13 14:38:51'),
(165429, 1253, '1190-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:51', '2023-09-13 14:38:51'),
(165430, 1253, '1191-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:51', '2023-09-13 14:38:51'),
(165431, 1253, '1191-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:51', '2023-09-13 14:38:51'),
(165432, 1253, '1191-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:51', '2023-09-13 14:38:51'),
(165433, 1253, '1191-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:51', '2023-09-13 14:38:51'),
(165434, 1253, '1191-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:51', '2023-09-13 14:38:51'),
(165435, 1253, '1191-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:51', '2023-09-13 14:38:51'),
(165436, 1253, '1191-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:51', '2023-09-13 14:38:51'),
(165437, 1253, '1191-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:51', '2023-09-13 14:38:51'),
(165438, 1253, '1191-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165439, 1253, '1191-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165440, 1253, '1191-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165441, 1253, '1191-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165442, 1253, '1192-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165443, 1253, '1192-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165444, 1253, '1192-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165445, 1253, '1192-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165446, 1253, '1192-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165447, 1253, '1192-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165448, 1253, '1192-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165449, 1253, '1192-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165450, 1253, '1192-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165451, 1253, '1192-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165452, 1253, '1192-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165453, 1253, '1192-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165454, 1253, '1193-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165455, 1253, '1193-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165456, 1253, '1193-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165457, 1253, '1193-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165458, 1253, '1193-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165459, 1253, '1193-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165460, 1253, '1193-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165461, 1253, '1193-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165462, 1253, '1193-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165463, 1253, '1193-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165464, 1253, '1193-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165465, 1253, '1193-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165466, 1253, '1194-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165467, 1253, '1194-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165468, 1253, '1194-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165469, 1253, '1194-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165470, 1253, '1194-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165471, 1253, '1194-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165472, 1253, '1194-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165473, 1253, '1194-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165474, 1253, '1194-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165475, 1253, '1194-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165476, 1253, '1194-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165477, 1253, '1194-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165478, 1253, '1195-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165479, 1253, '1195-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165480, 1253, '1195-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165481, 1253, '1195-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165482, 1253, '1195-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165483, 1253, '1195-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165484, 1253, '1195-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165485, 1253, '1195-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165486, 1253, '1195-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165487, 1253, '1195-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165488, 1253, '1195-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165489, 1253, '1195-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165490, 1253, '1196-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165491, 1253, '1196-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165492, 1253, '1196-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165493, 1253, '1196-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165494, 1253, '1196-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165495, 1253, '1196-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165496, 1253, '1196-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165497, 1253, '1196-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165498, 1253, '1196-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165499, 1253, '1196-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165500, 1253, '1196-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165501, 1253, '1196-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165502, 1253, '1197-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165503, 1253, '1197-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165504, 1253, '1197-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165505, 1253, '1197-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165506, 1253, '1197-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165507, 1253, '1197-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165508, 1253, '1197-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165509, 1253, '1197-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165510, 1253, '1197-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165511, 1253, '1197-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165512, 1253, '1197-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165513, 1253, '1197-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165514, 1253, '1198-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165515, 1253, '1198-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165516, 1253, '1198-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165517, 1253, '1198-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165518, 1253, '1198-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165519, 1253, '1198-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165520, 1253, '1198-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165521, 1253, '1198-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165522, 1253, '1198-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165523, 1253, '1198-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165524, 1253, '1198-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165525, 1253, '1198-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165526, 1253, '1199-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165527, 1253, '1199-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165528, 1253, '1199-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165529, 1253, '1199-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165530, 1253, '1199-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165531, 1253, '1199-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165532, 1253, '1199-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165533, 1253, '1199-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165534, 1253, '1199-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165535, 1253, '1199-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165536, 1253, '1199-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165537, 1253, '1199-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165538, 1253, '1200-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165539, 1253, '1200-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165540, 1253, '1200-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165541, 1253, '1200-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165542, 1253, '1200-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165543, 1253, '1200-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165544, 1253, '1200-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165545, 1253, '1200-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165546, 1253, '1200-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165547, 1253, '1200-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165548, 1253, '1200-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165549, 1253, '1200-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165550, 1253, '1201-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165551, 1253, '1201-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165552, 1253, '1201-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165553, 1253, '1201-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165554, 1253, '1201-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165555, 1253, '1201-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165556, 1253, '1201-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165557, 1253, '1201-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165558, 1253, '1201-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165559, 1253, '1201-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165560, 1253, '1201-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165561, 1253, '1201-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165562, 1253, '1202-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165563, 1253, '1202-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165564, 1253, '1202-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165565, 1253, '1202-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165566, 1253, '1202-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165567, 1253, '1202-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165568, 1253, '1202-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165569, 1253, '1202-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165570, 1253, '1202-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165571, 1253, '1202-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165572, 1253, '1202-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165573, 1253, '1202-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165574, 1253, '1203-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165575, 1253, '1203-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165576, 1253, '1203-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165577, 1253, '1203-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165578, 1253, '1203-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165579, 1253, '1203-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165580, 1253, '1203-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165581, 1253, '1203-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165582, 1253, '1203-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165583, 1253, '1203-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165584, 1253, '1203-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165585, 1253, '1203-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165586, 1253, '1204-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165587, 1253, '1204-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165588, 1253, '1204-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165589, 1253, '1204-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165590, 1253, '1204-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165591, 1253, '1204-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165592, 1253, '1204-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165593, 1253, '1204-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165594, 1253, '1204-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165595, 1253, '1204-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165596, 1253, '1204-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165597, 1253, '1204-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165598, 1253, '1205-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165599, 1253, '1205-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165600, 1253, '1205-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165601, 1253, '1205-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165602, 1253, '1205-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165603, 1253, '1205-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165604, 1253, '1205-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165605, 1253, '1205-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165606, 1253, '1205-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165607, 1253, '1205-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165608, 1253, '1205-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165609, 1253, '1205-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165610, 1253, '1206-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165611, 1253, '1206-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165612, 1253, '1206-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165613, 1253, '1206-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165614, 1253, '1206-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165615, 1253, '1206-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165616, 1253, '1206-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165617, 1253, '1206-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165618, 1253, '1206-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165619, 1253, '1206-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165620, 1253, '1206-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165621, 1253, '1206-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165622, 1253, '1207-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165623, 1253, '1207-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165624, 1253, '1207-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165625, 1253, '1207-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165626, 1253, '1207-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165627, 1253, '1207-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165628, 1253, '1207-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165629, 1253, '1207-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165630, 1253, '1207-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165631, 1253, '1207-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165632, 1253, '1207-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165633, 1253, '1207-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165634, 1253, '1208-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165635, 1253, '1208-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165636, 1253, '1208-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165637, 1253, '1208-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165638, 1253, '1208-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165639, 1253, '1208-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165640, 1253, '1208-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165641, 1253, '1208-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165642, 1253, '1208-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165643, 1253, '1208-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165644, 1253, '1208-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165645, 1253, '1208-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165646, 1253, '1209-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165647, 1253, '1209-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165648, 1253, '1209-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165649, 1253, '1209-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165650, 1253, '1209-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165651, 1253, '1209-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165652, 1253, '1209-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165653, 1253, '1209-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165654, 1253, '1209-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165655, 1253, '1209-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165656, 1253, '1209-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165657, 1253, '1209-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165658, 1253, '1210-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165659, 1253, '1210-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165660, 1253, '1210-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165661, 1253, '1210-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165662, 1253, '1210-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165663, 1253, '1210-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165664, 1253, '1210-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165665, 1253, '1210-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165666, 1253, '1210-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165667, 1253, '1210-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165668, 1253, '1210-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165669, 1253, '1210-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165670, 1253, '1211-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165671, 1253, '1211-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165672, 1253, '1211-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165673, 1253, '1211-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165674, 1253, '1211-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165675, 1253, '1211-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165676, 1253, '1211-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165677, 1253, '1211-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165678, 1253, '1211-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165679, 1253, '1211-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165680, 1253, '1211-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165681, 1253, '1211-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165682, 1253, '1212-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165683, 1253, '1212-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165684, 1253, '1212-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165685, 1253, '1212-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165686, 1253, '1212-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165687, 1253, '1212-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165688, 1253, '1212-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165689, 1253, '1212-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165690, 1253, '1212-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165691, 1253, '1212-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165692, 1253, '1212-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165693, 1253, '1212-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165694, 1253, '1213-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165695, 1253, '1213-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165696, 1253, '1213-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165697, 1253, '1213-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165698, 1253, '1213-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165699, 1253, '1213-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165700, 1253, '1213-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165701, 1253, '1213-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165702, 1253, '1213-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165703, 1253, '1213-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165704, 1253, '1213-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165705, 1253, '1213-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165706, 1253, '1214-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165707, 1253, '1214-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165708, 1253, '1214-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165709, 1253, '1214-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165710, 1253, '1214-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165711, 1253, '1214-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165712, 1253, '1214-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165713, 1253, '1214-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165714, 1253, '1214-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165715, 1253, '1214-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165716, 1253, '1214-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165717, 1253, '1214-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165718, 1253, '1215-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165719, 1253, '1215-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165720, 1253, '1215-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165721, 1253, '1215-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165722, 1253, '1215-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165723, 1253, '1215-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165724, 1253, '1215-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165725, 1253, '1215-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165726, 1253, '1215-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165727, 1253, '1215-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165728, 1253, '1215-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165729, 1253, '1215-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165730, 1253, '1216-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165731, 1253, '1216-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165732, 1253, '1216-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165733, 1253, '1216-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165734, 1253, '1216-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165735, 1253, '1216-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165736, 1253, '1216-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165737, 1253, '1216-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165738, 1253, '1216-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165739, 1253, '1216-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165740, 1253, '1216-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165741, 1253, '1216-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165742, 1253, '1217-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165743, 1253, '1217-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165744, 1253, '1217-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165745, 1253, '1217-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165746, 1253, '1217-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165747, 1253, '1217-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165748, 1253, '1217-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165749, 1253, '1217-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165750, 1253, '1217-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165751, 1253, '1217-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(165752, 1253, '1217-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165753, 1253, '1217-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165754, 1253, '1218-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165755, 1253, '1218-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:52', '2023-09-13 14:38:52'),
(165756, 1253, '1218-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165757, 1253, '1218-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165758, 1253, '1218-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165759, 1253, '1218-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165760, 1253, '1218-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165761, 1253, '1218-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165762, 1253, '1218-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165763, 1253, '1218-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165764, 1253, '1218-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165765, 1253, '1218-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165766, 1253, '1219-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165767, 1253, '1219-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165768, 1253, '1219-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165769, 1253, '1219-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165770, 1253, '1219-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165771, 1253, '1219-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165772, 1253, '1219-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165773, 1253, '1219-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165774, 1253, '1219-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165775, 1253, '1219-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165776, 1253, '1219-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165777, 1253, '1219-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165778, 1253, '1220-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165779, 1253, '1220-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165780, 1253, '1220-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165781, 1253, '1220-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165782, 1253, '1220-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165783, 1253, '1220-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165784, 1253, '1220-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165785, 1253, '1220-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165786, 1253, '1220-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165787, 1253, '1220-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165788, 1253, '1220-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165789, 1253, '1220-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165790, 1253, '1221-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165791, 1253, '1221-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165792, 1253, '1221-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165793, 1253, '1221-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165794, 1253, '1221-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165795, 1253, '1221-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165796, 1253, '1221-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165797, 1253, '1221-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165798, 1253, '1221-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165799, 1253, '1221-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165800, 1253, '1221-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165801, 1253, '1221-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165802, 1253, '1222-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165803, 1253, '1222-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165804, 1253, '1222-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165805, 1253, '1222-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165806, 1253, '1222-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165807, 1253, '1222-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165808, 1253, '1222-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165809, 1253, '1222-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165810, 1253, '1222-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165811, 1253, '1222-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165812, 1253, '1222-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165813, 1253, '1222-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165814, 1253, '1223-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165815, 1253, '1223-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165816, 1253, '1223-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165817, 1253, '1223-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165818, 1253, '1223-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165819, 1253, '1223-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165820, 1253, '1223-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165821, 1253, '1223-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165822, 1253, '1223-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165823, 1253, '1223-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165824, 1253, '1223-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165825, 1253, '1223-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165826, 1253, '1224-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165827, 1253, '1224-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165828, 1253, '1224-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165829, 1253, '1224-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165830, 1253, '1224-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165831, 1253, '1224-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165832, 1253, '1224-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165833, 1253, '1224-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165834, 1253, '1224-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165835, 1253, '1224-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165836, 1253, '1224-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165837, 1253, '1224-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165838, 1253, '1225-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165839, 1253, '1225-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165840, 1253, '1225-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165841, 1253, '1225-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165842, 1253, '1225-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165843, 1253, '1225-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165844, 1253, '1225-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165845, 1253, '1225-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165846, 1253, '1225-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165847, 1253, '1225-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165848, 1253, '1225-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165849, 1253, '1225-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165850, 1253, '1226-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165851, 1253, '1226-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165852, 1253, '1226-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165853, 1253, '1226-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165854, 1253, '1226-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165855, 1253, '1226-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165856, 1253, '1226-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165857, 1253, '1226-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165858, 1253, '1226-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165859, 1253, '1226-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165860, 1253, '1226-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165861, 1253, '1226-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165862, 1253, '1227-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165863, 1253, '1227-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165864, 1253, '1227-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165865, 1253, '1227-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165866, 1253, '1227-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165867, 1253, '1227-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165868, 1253, '1227-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165869, 1253, '1227-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165870, 1253, '1227-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165871, 1253, '1227-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165872, 1253, '1227-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165873, 1253, '1227-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165874, 1253, '1228-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165875, 1253, '1228-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165876, 1253, '1228-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165877, 1253, '1228-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165878, 1253, '1228-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165879, 1253, '1228-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165880, 1253, '1228-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165881, 1253, '1228-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165882, 1253, '1228-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165883, 1253, '1228-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165884, 1253, '1228-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165885, 1253, '1228-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165886, 1253, '1229-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165887, 1253, '1229-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165888, 1253, '1229-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165889, 1253, '1229-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165890, 1253, '1229-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165891, 1253, '1229-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165892, 1253, '1229-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165893, 1253, '1229-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165894, 1253, '1229-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165895, 1253, '1229-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165896, 1253, '1229-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165897, 1253, '1229-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165898, 1253, '1230-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165899, 1253, '1230-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165900, 1253, '1230-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165901, 1253, '1230-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165902, 1253, '1230-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165903, 1253, '1230-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165904, 1253, '1230-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165905, 1253, '1230-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165906, 1253, '1230-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165907, 1253, '1230-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165908, 1253, '1230-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165909, 1253, '1230-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165910, 1253, '1231-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165911, 1253, '1231-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165912, 1253, '1231-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165913, 1253, '1231-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165914, 1253, '1231-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165915, 1253, '1231-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165916, 1253, '1231-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165917, 1253, '1231-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165918, 1253, '1231-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165919, 1253, '1231-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165920, 1253, '1231-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165921, 1253, '1231-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165922, 1253, '1232-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165923, 1253, '1232-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165924, 1253, '1232-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165925, 1253, '1232-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165926, 1253, '1232-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165927, 1253, '1232-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165928, 1253, '1232-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165929, 1253, '1232-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165930, 1253, '1232-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165931, 1253, '1232-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165932, 1253, '1232-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165933, 1253, '1232-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165934, 1253, '1233-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165935, 1253, '1233-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165936, 1253, '1233-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165937, 1253, '1233-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165938, 1253, '1233-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165939, 1253, '1233-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165940, 1253, '1233-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165941, 1253, '1233-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165942, 1253, '1233-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165943, 1253, '1233-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165944, 1253, '1233-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165945, 1253, '1233-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165946, 1253, '1234-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165947, 1253, '1234-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165948, 1253, '1234-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165949, 1253, '1234-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165950, 1253, '1234-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165951, 1253, '1234-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165952, 1253, '1234-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165953, 1253, '1234-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165954, 1253, '1234-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165955, 1253, '1234-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165956, 1253, '1234-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165957, 1253, '1234-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165958, 1253, '1235-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165959, 1253, '1235-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165960, 1253, '1235-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165961, 1253, '1235-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165962, 1253, '1235-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165963, 1253, '1235-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165964, 1253, '1235-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165965, 1253, '1235-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165966, 1253, '1235-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165967, 1253, '1235-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165968, 1253, '1235-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165969, 1253, '1235-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165970, 1253, '1236-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165971, 1253, '1236-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165972, 1253, '1236-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165973, 1253, '1236-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165974, 1253, '1236-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165975, 1253, '1236-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165976, 1253, '1236-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165977, 1253, '1236-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165978, 1253, '1236-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165979, 1253, '1236-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165980, 1253, '1236-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165981, 1253, '1236-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165982, 1253, '1237-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165983, 1253, '1237-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165984, 1253, '1237-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165985, 1253, '1237-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165986, 1253, '1237-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165987, 1253, '1237-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165988, 1253, '1237-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165989, 1253, '1237-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165990, 1253, '1237-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165991, 1253, '1237-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165992, 1253, '1237-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165993, 1253, '1237-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165994, 1253, '1238-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165995, 1253, '1238-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165996, 1253, '1238-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165997, 1253, '1238-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165998, 1253, '1238-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(165999, 1253, '1238-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(166000, 1253, '1238-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(166001, 1253, '1238-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(166002, 1253, '1238-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(166003, 1253, '1238-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(166004, 1253, '1238-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(166005, 1253, '1238-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(166006, 1253, '1239-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(166007, 1253, '1239-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(166008, 1253, '1239-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(166009, 1253, '1239-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(166010, 1253, '1239-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(166011, 1253, '1239-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(166012, 1253, '1239-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(166013, 1253, '1239-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(166014, 1253, '1239-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(166015, 1253, '1239-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(166016, 1253, '1239-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(166017, 1253, '1239-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(166018, 1253, '1240-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(166019, 1253, '1240-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(166020, 1253, '1240-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(166021, 1253, '1240-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(166022, 1253, '1240-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(166023, 1253, '1240-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(166024, 1253, '1240-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(166025, 1253, '1240-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(166026, 1253, '1240-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(166027, 1253, '1240-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(166028, 1253, '1240-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(166029, 1253, '1240-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(166030, 1253, '1241-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(166031, 1253, '1241-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(166032, 1253, '1241-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(166033, 1253, '1241-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(166034, 1253, '1241-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(166035, 1253, '1241-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(166036, 1253, '1241-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(166037, 1253, '1241-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(166038, 1253, '1241-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(166039, 1253, '1241-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(166040, 1253, '1241-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(166041, 1253, '1241-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(166042, 1253, '1242-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(166043, 1253, '1242-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(166044, 1253, '1242-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(166045, 1253, '1242-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(166046, 1253, '1242-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(166047, 1253, '1242-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(166048, 1253, '1242-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(166049, 1253, '1242-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(166050, 1253, '1242-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(166051, 1253, '1242-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(166052, 1253, '1242-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(166053, 1253, '1242-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(166054, 1253, '1243-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(166055, 1253, '1243-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(166056, 1253, '1243-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(166057, 1253, '1243-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(166058, 1253, '1243-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(166059, 1253, '1243-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(166060, 1253, '1243-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(166061, 1253, '1243-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(166062, 1253, '1243-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(166063, 1253, '1243-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(166064, 1253, '1243-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(166065, 1253, '1243-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(166066, 1253, '1244-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(166067, 1253, '1244-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(166068, 1253, '1244-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(166069, 1253, '1244-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(166070, 1253, '1244-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(166071, 1253, '1244-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(166072, 1253, '1244-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(166073, 1253, '1244-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(166074, 1253, '1244-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(166075, 1253, '1244-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(166076, 1253, '1244-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(166077, 1253, '1244-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(166078, 1253, '1245-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(166079, 1253, '1245-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(166080, 1253, '1245-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(166081, 1253, '1245-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(166082, 1253, '1245-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(166083, 1253, '1245-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(166084, 1253, '1245-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(166085, 1253, '1245-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(166086, 1253, '1245-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(166087, 1253, '1245-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(166088, 1253, '1245-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(166089, 1253, '1245-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(166090, 1253, '1246-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(166091, 1253, '1246-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(166092, 1253, '1246-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(166093, 1253, '1246-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(166094, 1253, '1246-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(166095, 1253, '1246-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(166096, 1253, '1246-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(166097, 1253, '1246-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(166098, 1253, '1246-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(166099, 1253, '1246-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(166100, 1253, '1246-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(166101, 1253, '1246-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(166102, 1253, '1247-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(166103, 1253, '1247-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(166104, 1253, '1247-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(166105, 1253, '1247-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(166106, 1253, '1247-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(166107, 1253, '1247-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(166108, 1253, '1247-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(166109, 1253, '1247-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(166110, 1253, '1247-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(166111, 1253, '1247-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(166112, 1253, '1247-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(166113, 1253, '1247-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(166114, 1253, '1248-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(166115, 1253, '1248-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(166116, 1253, '1248-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(166117, 1253, '1248-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(166118, 1253, '1248-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(166119, 1253, '1248-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(166120, 1253, '1248-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(166121, 1253, '1248-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(166122, 1253, '1248-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(166123, 1253, '1248-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(166124, 1253, '1248-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(166125, 1253, '1248-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(166126, 1253, '1249-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(166127, 1253, '1249-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(166128, 1253, '1249-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(166129, 1253, '1249-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(166130, 1253, '1249-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(166131, 1253, '1249-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(166132, 1253, '1249-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(166133, 1253, '1249-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(166134, 1253, '1249-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(166135, 1253, '1249-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(166136, 1253, '1249-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(166137, 1253, '1249-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(166138, 1253, '1250-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(166139, 1253, '1250-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(166140, 1253, '1250-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(166141, 1253, '1250-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(166142, 1253, '1250-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(166143, 1253, '1250-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(166144, 1253, '1250-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(166145, 1253, '1250-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(166146, 1253, '1250-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(166147, 1253, '1250-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(166148, 1253, '1250-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(166149, 1253, '1250-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(166150, 1253, '1251-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(166151, 1253, '1251-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(166152, 1253, '1251-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(166153, 1253, '1251-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(166154, 1253, '1251-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(166155, 1253, '1251-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(166156, 1253, '1251-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(166157, 1253, '1251-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(166158, 1253, '1251-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(166159, 1253, '1251-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(166160, 1253, '1251-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(166161, 1253, '1251-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(166162, 1253, '1252-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(166163, 1253, '1252-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(166164, 1253, '1252-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(166165, 1253, '1252-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:53', '2023-09-13 14:38:53'),
(166166, 1253, '1252-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166167, 1253, '1252-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166168, 1253, '1252-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166169, 1253, '1252-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166170, 1253, '1252-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166171, 1253, '1252-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166172, 1253, '1252-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166173, 1253, '1252-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166174, 1253, '1253-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166175, 1253, '1253-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166176, 1253, '1253-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166177, 1253, '1253-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166178, 1253, '1253-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166179, 1253, '1253-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166180, 1253, '1253-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166181, 1253, '1253-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166182, 1253, '1253-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166183, 1253, '1253-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166184, 1253, '1253-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166185, 1253, '1253-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166186, 1253, '1254-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166187, 1253, '1254-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166188, 1253, '1254-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166189, 1253, '1254-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166190, 1253, '1254-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166191, 1253, '1254-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166192, 1253, '1254-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166193, 1253, '1254-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166194, 1253, '1254-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166195, 1253, '1254-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166196, 1253, '1254-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166197, 1253, '1254-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166198, 1253, '1255-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166199, 1253, '1255-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166200, 1253, '1255-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166201, 1253, '1255-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166202, 1253, '1255-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166203, 1253, '1255-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166204, 1253, '1255-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166205, 1253, '1255-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166206, 1253, '1255-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166207, 1253, '1255-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(166208, 1253, '1255-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166209, 1253, '1255-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166210, 1253, '1256-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166211, 1253, '1256-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166212, 1253, '1256-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166213, 1253, '1256-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166214, 1253, '1256-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166215, 1253, '1256-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166216, 1253, '1256-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166217, 1253, '1256-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166218, 1253, '1256-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166219, 1253, '1256-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166220, 1253, '1256-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166221, 1253, '1256-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166222, 1253, '1257-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166223, 1253, '1257-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166224, 1253, '1257-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166225, 1253, '1257-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166226, 1253, '1257-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166227, 1253, '1257-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166228, 1253, '1257-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166229, 1253, '1257-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166230, 1253, '1257-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166231, 1253, '1257-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166232, 1253, '1257-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166233, 1253, '1257-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166234, 1253, '1258-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166235, 1253, '1258-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166236, 1253, '1258-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166237, 1253, '1258-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166238, 1253, '1258-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166239, 1253, '1258-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166240, 1253, '1258-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166241, 1253, '1258-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166242, 1253, '1258-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166243, 1253, '1258-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166244, 1253, '1258-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166245, 1253, '1258-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166246, 1253, '1259-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166247, 1253, '1259-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166248, 1253, '1259-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166249, 1253, '1259-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166250, 1253, '1259-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166251, 1253, '1259-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166252, 1253, '1259-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166253, 1253, '1259-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166254, 1253, '1259-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166255, 1253, '1259-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166256, 1253, '1259-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166257, 1253, '1259-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166258, 1253, '1260-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166259, 1253, '1260-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166260, 1253, '1260-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166261, 1253, '1260-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166262, 1253, '1260-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166263, 1253, '1260-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166264, 1253, '1260-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166265, 1253, '1260-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166266, 1253, '1260-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166267, 1253, '1260-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166268, 1253, '1260-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166269, 1253, '1260-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166270, 1253, '1261-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166271, 1253, '1261-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166272, 1253, '1261-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166273, 1253, '1261-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166274, 1253, '1261-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166275, 1253, '1261-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166276, 1253, '1261-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166277, 1253, '1261-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166278, 1253, '1261-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166279, 1253, '1261-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166280, 1253, '1261-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166281, 1253, '1261-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166282, 1253, '1262-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166283, 1253, '1262-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166284, 1253, '1262-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166285, 1253, '1262-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166286, 1253, '1262-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166287, 1253, '1262-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166288, 1253, '1262-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166289, 1253, '1262-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166290, 1253, '1262-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166291, 1253, '1262-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166292, 1253, '1262-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166293, 1253, '1262-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166294, 1253, '1263-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166295, 1253, '1263-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166296, 1253, '1263-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166297, 1253, '1263-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166298, 1253, '1263-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166299, 1253, '1263-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166300, 1253, '1263-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166301, 1253, '1263-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166302, 1253, '1263-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166303, 1253, '1263-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166304, 1253, '1263-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166305, 1253, '1263-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166306, 1253, '1264-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166307, 1253, '1264-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166308, 1253, '1264-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166309, 1253, '1264-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166310, 1253, '1264-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166311, 1253, '1264-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166312, 1253, '1264-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166313, 1253, '1264-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166314, 1253, '1264-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166315, 1253, '1264-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166316, 1253, '1264-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166317, 1253, '1264-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166318, 1253, '1265-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166319, 1253, '1265-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166320, 1253, '1265-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166321, 1253, '1265-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166322, 1253, '1265-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166323, 1253, '1265-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166324, 1253, '1265-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166325, 1253, '1265-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166326, 1253, '1265-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166327, 1253, '1265-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166328, 1253, '1265-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166329, 1253, '1265-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166330, 1253, '1266-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166331, 1253, '1266-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166332, 1253, '1266-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166333, 1253, '1266-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166334, 1253, '1266-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166335, 1253, '1266-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166336, 1253, '1266-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166337, 1253, '1266-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166338, 1253, '1266-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166339, 1253, '1266-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166340, 1253, '1266-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166341, 1253, '1266-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166342, 1253, '1267-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166343, 1253, '1267-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166344, 1253, '1267-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166345, 1253, '1267-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166346, 1253, '1267-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166347, 1253, '1267-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166348, 1253, '1267-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166349, 1253, '1267-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166350, 1253, '1267-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166351, 1253, '1267-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166352, 1253, '1267-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166353, 1253, '1267-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166354, 1253, '1268-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166355, 1253, '1268-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166356, 1253, '1268-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166357, 1253, '1268-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166358, 1253, '1268-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166359, 1253, '1268-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166360, 1253, '1268-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166361, 1253, '1268-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166362, 1253, '1268-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166363, 1253, '1268-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166364, 1253, '1268-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166365, 1253, '1268-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166366, 1253, '1269-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166367, 1253, '1269-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166368, 1253, '1269-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166369, 1253, '1269-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166370, 1253, '1269-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166371, 1253, '1269-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166372, 1253, '1269-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166373, 1253, '1269-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166374, 1253, '1269-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166375, 1253, '1269-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166376, 1253, '1269-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166377, 1253, '1269-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166378, 1253, '1270-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166379, 1253, '1270-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166380, 1253, '1270-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166381, 1253, '1270-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166382, 1253, '1270-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166383, 1253, '1270-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166384, 1253, '1270-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166385, 1253, '1270-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166386, 1253, '1270-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166387, 1253, '1270-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166388, 1253, '1270-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166389, 1253, '1270-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166390, 1253, '1271-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166391, 1253, '1271-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166392, 1253, '1271-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166393, 1253, '1271-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166394, 1253, '1271-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166395, 1253, '1271-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166396, 1253, '1271-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166397, 1253, '1271-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166398, 1253, '1271-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166399, 1253, '1271-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166400, 1253, '1271-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166401, 1253, '1271-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166402, 1253, '1272-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166403, 1253, '1272-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166404, 1253, '1272-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166405, 1253, '1272-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166406, 1253, '1272-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166407, 1253, '1272-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166408, 1253, '1272-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166409, 1253, '1272-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166410, 1253, '1272-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166411, 1253, '1272-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166412, 1253, '1272-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166413, 1253, '1272-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166414, 1253, '1273-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166415, 1253, '1273-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166416, 1253, '1273-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166417, 1253, '1273-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166418, 1253, '1273-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166419, 1253, '1273-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166420, 1253, '1273-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166421, 1253, '1273-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166422, 1253, '1273-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166423, 1253, '1273-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166424, 1253, '1273-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166425, 1253, '1273-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166426, 1253, '1274-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166427, 1253, '1274-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166428, 1253, '1274-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166429, 1253, '1274-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166430, 1253, '1274-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166431, 1253, '1274-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166432, 1253, '1274-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166433, 1253, '1274-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166434, 1253, '1274-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166435, 1253, '1274-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166436, 1253, '1274-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166437, 1253, '1274-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166438, 1253, '1275-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166439, 1253, '1275-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166440, 1253, '1275-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166441, 1253, '1275-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166442, 1253, '1275-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166443, 1253, '1275-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166444, 1253, '1275-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166445, 1253, '1275-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166446, 1253, '1275-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166447, 1253, '1275-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166448, 1253, '1275-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166449, 1253, '1275-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166450, 1253, '1276-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166451, 1253, '1276-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166452, 1253, '1276-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166453, 1253, '1276-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166454, 1253, '1276-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166455, 1253, '1276-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166456, 1253, '1276-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166457, 1253, '1276-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166458, 1253, '1276-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166459, 1253, '1276-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166460, 1253, '1276-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166461, 1253, '1276-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166462, 1253, '1277-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166463, 1253, '1277-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166464, 1253, '1277-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166465, 1253, '1277-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166466, 1253, '1277-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166467, 1253, '1277-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166468, 1253, '1277-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166469, 1253, '1277-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166470, 1253, '1277-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166471, 1253, '1277-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166472, 1253, '1277-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166473, 1253, '1277-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166474, 1253, '1278-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166475, 1253, '1278-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166476, 1253, '1278-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166477, 1253, '1278-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166478, 1253, '1278-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166479, 1253, '1278-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166480, 1253, '1278-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166481, 1253, '1278-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166482, 1253, '1278-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166483, 1253, '1278-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166484, 1253, '1278-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166485, 1253, '1278-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166486, 1253, '1279-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166487, 1253, '1279-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166488, 1253, '1279-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166489, 1253, '1279-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166490, 1253, '1279-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166491, 1253, '1279-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166492, 1253, '1279-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166493, 1253, '1279-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166494, 1253, '1279-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166495, 1253, '1279-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166496, 1253, '1279-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166497, 1253, '1279-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166498, 1253, '1280-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166499, 1253, '1280-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166500, 1253, '1280-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166501, 1253, '1280-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166502, 1253, '1280-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166503, 1253, '1280-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166504, 1253, '1280-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166505, 1253, '1280-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166506, 1253, '1280-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166507, 1253, '1280-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166508, 1253, '1280-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166509, 1253, '1280-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166510, 1253, '1281-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166511, 1253, '1281-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166512, 1253, '1281-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166513, 1253, '1281-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166514, 1253, '1281-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166515, 1253, '1281-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166516, 1253, '1281-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166517, 1253, '1281-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166518, 1253, '1281-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166519, 1253, '1281-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166520, 1253, '1281-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166521, 1253, '1281-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166522, 1253, '1282-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166523, 1253, '1282-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166524, 1253, '1282-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166525, 1253, '1282-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166526, 1253, '1282-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166527, 1253, '1282-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166528, 1253, '1282-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166529, 1253, '1282-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166530, 1253, '1282-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166531, 1253, '1282-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166532, 1253, '1282-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166533, 1253, '1282-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166534, 1253, '1283-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166535, 1253, '1283-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166536, 1253, '1283-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166537, 1253, '1283-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166538, 1253, '1283-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166539, 1253, '1283-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166540, 1253, '1283-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166541, 1253, '1283-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166542, 1253, '1283-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166543, 1253, '1283-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166544, 1253, '1283-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166545, 1253, '1283-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166546, 1253, '1284-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166547, 1253, '1284-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166548, 1253, '1284-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166549, 1253, '1284-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166550, 1253, '1284-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166551, 1253, '1284-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166552, 1253, '1284-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166553, 1253, '1284-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166554, 1253, '1284-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166555, 1253, '1284-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166556, 1253, '1284-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166557, 1253, '1284-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166558, 1253, '1285-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166559, 1253, '1285-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166560, 1253, '1285-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166561, 1253, '1285-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166562, 1253, '1285-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166563, 1253, '1285-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166564, 1253, '1285-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166565, 1253, '1285-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166566, 1253, '1285-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166567, 1253, '1285-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166568, 1253, '1285-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166569, 1253, '1285-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166570, 1253, '1286-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166571, 1253, '1286-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166572, 1253, '1286-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166573, 1253, '1286-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166574, 1253, '1286-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166575, 1253, '1286-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166576, 1253, '1286-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166577, 1253, '1286-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166578, 1253, '1286-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166579, 1253, '1286-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166580, 1253, '1286-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166581, 1253, '1286-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166582, 1253, '1287-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166583, 1253, '1287-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166584, 1253, '1287-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166585, 1253, '1287-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166586, 1253, '1287-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166587, 1253, '1287-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166588, 1253, '1287-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166589, 1253, '1287-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166590, 1253, '1287-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166591, 1253, '1287-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166592, 1253, '1287-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166593, 1253, '1287-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166594, 1253, '1288-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166595, 1253, '1288-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166596, 1253, '1288-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166597, 1253, '1288-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166598, 1253, '1288-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166599, 1253, '1288-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166600, 1253, '1288-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166601, 1253, '1288-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166602, 1253, '1288-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166603, 1253, '1288-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166604, 1253, '1288-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166605, 1253, '1288-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166606, 1253, '1289-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166607, 1253, '1289-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166608, 1253, '1289-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166609, 1253, '1289-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166610, 1253, '1289-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166611, 1253, '1289-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:54', '2023-09-13 14:38:54'),
(166612, 1253, '1289-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166613, 1253, '1289-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166614, 1253, '1289-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166615, 1253, '1289-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166616, 1253, '1289-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166617, 1253, '1289-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166618, 1253, '1290-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166619, 1253, '1290-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166620, 1253, '1290-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166621, 1253, '1290-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166622, 1253, '1290-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166623, 1253, '1290-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166624, 1253, '1290-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166625, 1253, '1290-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166626, 1253, '1290-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166627, 1253, '1290-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166628, 1253, '1290-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166629, 1253, '1290-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166630, 1253, '1291-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166631, 1253, '1291-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166632, 1253, '1291-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166633, 1253, '1291-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166634, 1253, '1291-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166635, 1253, '1291-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166636, 1253, '1291-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166637, 1253, '1291-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166638, 1253, '1291-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166639, 1253, '1291-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166640, 1253, '1291-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166641, 1253, '1291-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166642, 1253, '1292-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166643, 1253, '1292-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166644, 1253, '1292-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166645, 1253, '1292-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166646, 1253, '1292-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166647, 1253, '1292-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166648, 1253, '1292-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166649, 1253, '1292-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166650, 1253, '1292-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166651, 1253, '1292-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166652, 1253, '1292-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166653, 1253, '1292-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166654, 1253, '1293-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166655, 1253, '1293-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166656, 1253, '1293-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166657, 1253, '1293-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166658, 1253, '1293-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166659, 1253, '1293-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166660, 1253, '1293-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166661, 1253, '1293-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166662, 1253, '1293-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166663, 1253, '1293-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(166664, 1253, '1293-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166665, 1253, '1293-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166666, 1253, '1294-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166667, 1253, '1294-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166668, 1253, '1294-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166669, 1253, '1294-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166670, 1253, '1294-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166671, 1253, '1294-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166672, 1253, '1294-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166673, 1253, '1294-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166674, 1253, '1294-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166675, 1253, '1294-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166676, 1253, '1294-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166677, 1253, '1294-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166678, 1253, '1295-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166679, 1253, '1295-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166680, 1253, '1295-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166681, 1253, '1295-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166682, 1253, '1295-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166683, 1253, '1295-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166684, 1253, '1295-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166685, 1253, '1295-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166686, 1253, '1295-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166687, 1253, '1295-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166688, 1253, '1295-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166689, 1253, '1295-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166690, 1253, '1296-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166691, 1253, '1296-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166692, 1253, '1296-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166693, 1253, '1296-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166694, 1253, '1296-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166695, 1253, '1296-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166696, 1253, '1296-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166697, 1253, '1296-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166698, 1253, '1296-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166699, 1253, '1296-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166700, 1253, '1296-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166701, 1253, '1296-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166702, 1253, '1297-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166703, 1253, '1297-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166704, 1253, '1297-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166705, 1253, '1297-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166706, 1253, '1297-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166707, 1253, '1297-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166708, 1253, '1297-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166709, 1253, '1297-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166710, 1253, '1297-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166711, 1253, '1297-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166712, 1253, '1297-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166713, 1253, '1297-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166714, 1253, '1298-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166715, 1253, '1298-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166716, 1253, '1298-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166717, 1253, '1298-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166718, 1253, '1298-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166719, 1253, '1298-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166720, 1253, '1298-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166721, 1253, '1298-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166722, 1253, '1298-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166723, 1253, '1298-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166724, 1253, '1298-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166725, 1253, '1298-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166726, 1253, '1299-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166727, 1253, '1299-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166728, 1253, '1299-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166729, 1253, '1299-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166730, 1253, '1299-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166731, 1253, '1299-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166732, 1253, '1299-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166733, 1253, '1299-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166734, 1253, '1299-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166735, 1253, '1299-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166736, 1253, '1299-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166737, 1253, '1299-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166738, 1253, '1300-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166739, 1253, '1300-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166740, 1253, '1300-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166741, 1253, '1300-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166742, 1253, '1300-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166743, 1253, '1300-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166744, 1253, '1300-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166745, 1253, '1300-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166746, 1253, '1300-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166747, 1253, '1300-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166748, 1253, '1300-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166749, 1253, '1300-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166750, 1253, '1301-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166751, 1253, '1301-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166752, 1253, '1301-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166753, 1253, '1301-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166754, 1253, '1301-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166755, 1253, '1301-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166756, 1253, '1301-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166757, 1253, '1301-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166758, 1253, '1301-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166759, 1253, '1301-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166760, 1253, '1301-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166761, 1253, '1301-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166762, 1253, '1302-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166763, 1253, '1302-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166764, 1253, '1302-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166765, 1253, '1302-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166766, 1253, '1302-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166767, 1253, '1302-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166768, 1253, '1302-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166769, 1253, '1302-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166770, 1253, '1302-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166771, 1253, '1302-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166772, 1253, '1302-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166773, 1253, '1302-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166774, 1253, '1303-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166775, 1253, '1303-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166776, 1253, '1303-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166777, 1253, '1303-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166778, 1253, '1303-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166779, 1253, '1303-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166780, 1253, '1303-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166781, 1253, '1303-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166782, 1253, '1303-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166783, 1253, '1303-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166784, 1253, '1303-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166785, 1253, '1303-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166786, 1253, '1304-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166787, 1253, '1304-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166788, 1253, '1304-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166789, 1253, '1304-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166790, 1253, '1304-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166791, 1253, '1304-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166792, 1253, '1304-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166793, 1253, '1304-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166794, 1253, '1304-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166795, 1253, '1304-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166796, 1253, '1304-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166797, 1253, '1304-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166798, 1253, '1305-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166799, 1253, '1305-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166800, 1253, '1305-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166801, 1253, '1305-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166802, 1253, '1305-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166803, 1253, '1305-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166804, 1253, '1305-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166805, 1253, '1305-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166806, 1253, '1305-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166807, 1253, '1305-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166808, 1253, '1305-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166809, 1253, '1305-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166810, 1253, '1306-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166811, 1253, '1306-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166812, 1253, '1306-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166813, 1253, '1306-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166814, 1253, '1306-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166815, 1253, '1306-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166816, 1253, '1306-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166817, 1253, '1306-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166818, 1253, '1306-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166819, 1253, '1306-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166820, 1253, '1306-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166821, 1253, '1306-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166822, 1253, '1307-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166823, 1253, '1307-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166824, 1253, '1307-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166825, 1253, '1307-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166826, 1253, '1307-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166827, 1253, '1307-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166828, 1253, '1307-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166829, 1253, '1307-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166830, 1253, '1307-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166831, 1253, '1307-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166832, 1253, '1307-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166833, 1253, '1307-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166834, 1253, '1308-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166835, 1253, '1308-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166836, 1253, '1308-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166837, 1253, '1308-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166838, 1253, '1308-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166839, 1253, '1308-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166840, 1253, '1308-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166841, 1253, '1308-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166842, 1253, '1308-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166843, 1253, '1308-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166844, 1253, '1308-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166845, 1253, '1308-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166846, 1253, '1309-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166847, 1253, '1309-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166848, 1253, '1309-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166849, 1253, '1309-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166850, 1253, '1309-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166851, 1253, '1309-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166852, 1253, '1309-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166853, 1253, '1309-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166854, 1253, '1309-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166855, 1253, '1309-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166856, 1253, '1309-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166857, 1253, '1309-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166858, 1253, '1310-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166859, 1253, '1310-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166860, 1253, '1310-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166861, 1253, '1310-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166862, 1253, '1310-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166863, 1253, '1310-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166864, 1253, '1310-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166865, 1253, '1310-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166866, 1253, '1310-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166867, 1253, '1310-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166868, 1253, '1310-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166869, 1253, '1310-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166870, 1253, '1311-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166871, 1253, '1311-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166872, 1253, '1311-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166873, 1253, '1311-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166874, 1253, '1311-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166875, 1253, '1311-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166876, 1253, '1311-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166877, 1253, '1311-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166878, 1253, '1311-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166879, 1253, '1311-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166880, 1253, '1311-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166881, 1253, '1311-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166882, 1253, '1312-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166883, 1253, '1312-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166884, 1253, '1312-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166885, 1253, '1312-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166886, 1253, '1312-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166887, 1253, '1312-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166888, 1253, '1312-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166889, 1253, '1312-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166890, 1253, '1312-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166891, 1253, '1312-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166892, 1253, '1312-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166893, 1253, '1312-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166894, 1253, '1313-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166895, 1253, '1313-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166896, 1253, '1313-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166897, 1253, '1313-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166898, 1253, '1313-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166899, 1253, '1313-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166900, 1253, '1313-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166901, 1253, '1313-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166902, 1253, '1313-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166903, 1253, '1313-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166904, 1253, '1313-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166905, 1253, '1313-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166906, 1253, '1314-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166907, 1253, '1314-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166908, 1253, '1314-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166909, 1253, '1314-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166910, 1253, '1314-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166911, 1253, '1314-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166912, 1253, '1314-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166913, 1253, '1314-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166914, 1253, '1314-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166915, 1253, '1314-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166916, 1253, '1314-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166917, 1253, '1314-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166918, 1253, '1315-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166919, 1253, '1315-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166920, 1253, '1315-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166921, 1253, '1315-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166922, 1253, '1315-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166923, 1253, '1315-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166924, 1253, '1315-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166925, 1253, '1315-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166926, 1253, '1315-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166927, 1253, '1315-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166928, 1253, '1315-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166929, 1253, '1315-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166930, 1253, '1316-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166931, 1253, '1316-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166932, 1253, '1316-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166933, 1253, '1316-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166934, 1253, '1316-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166935, 1253, '1316-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166936, 1253, '1316-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166937, 1253, '1316-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166938, 1253, '1316-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166939, 1253, '1316-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166940, 1253, '1316-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166941, 1253, '1316-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166942, 1253, '1317-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166943, 1253, '1317-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166944, 1253, '1317-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166945, 1253, '1317-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166946, 1253, '1317-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166947, 1253, '1317-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166948, 1253, '1317-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166949, 1253, '1317-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166950, 1253, '1317-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166951, 1253, '1317-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166952, 1253, '1317-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166953, 1253, '1317-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166954, 1253, '1318-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166955, 1253, '1318-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166956, 1253, '1318-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166957, 1253, '1318-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166958, 1253, '1318-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166959, 1253, '1318-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166960, 1253, '1318-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166961, 1253, '1318-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166962, 1253, '1318-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166963, 1253, '1318-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166964, 1253, '1318-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166965, 1253, '1318-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166966, 1253, '1319-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166967, 1253, '1319-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166968, 1253, '1319-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166969, 1253, '1319-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166970, 1253, '1319-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166971, 1253, '1319-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166972, 1253, '1319-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166973, 1253, '1319-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166974, 1253, '1319-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166975, 1253, '1319-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166976, 1253, '1319-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166977, 1253, '1319-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166978, 1253, '1320-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166979, 1253, '1320-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166980, 1253, '1320-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166981, 1253, '1320-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166982, 1253, '1320-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166983, 1253, '1320-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166984, 1253, '1320-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166985, 1253, '1320-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166986, 1253, '1320-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166987, 1253, '1320-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166988, 1253, '1320-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166989, 1253, '1320-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166990, 1253, '1321-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166991, 1253, '1321-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166992, 1253, '1321-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166993, 1253, '1321-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166994, 1253, '1321-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166995, 1253, '1321-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166996, 1253, '1321-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166997, 1253, '1321-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166998, 1253, '1321-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(166999, 1253, '1321-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(167000, 1253, '1321-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(167001, 1253, '1321-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(167002, 1253, '1322-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(167003, 1253, '1322-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(167004, 1253, '1322-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(167005, 1253, '1322-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(167006, 1253, '1322-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(167007, 1253, '1322-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(167008, 1253, '1322-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(167009, 1253, '1322-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(167010, 1253, '1322-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(167011, 1253, '1322-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(167012, 1253, '1322-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(167013, 1253, '1322-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(167014, 1253, '1323-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(167015, 1253, '1323-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(167016, 1253, '1323-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(167017, 1253, '1323-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(167018, 1253, '1323-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(167019, 1253, '1323-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(167020, 1253, '1323-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(167021, 1253, '1323-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(167022, 1253, '1323-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(167023, 1253, '1323-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(167024, 1253, '1323-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(167025, 1253, '1323-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(167026, 1253, '1324-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(167027, 1253, '1324-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(167028, 1253, '1324-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(167029, 1253, '1324-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(167030, 1253, '1324-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(167031, 1253, '1324-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(167032, 1253, '1324-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(167033, 1253, '1324-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(167034, 1253, '1324-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(167035, 1253, '1324-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(167036, 1253, '1324-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(167037, 1253, '1324-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(167038, 1253, '1325-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(167039, 1253, '1325-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(167040, 1253, '1325-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(167041, 1253, '1325-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(167042, 1253, '1325-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(167043, 1253, '1325-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(167044, 1253, '1325-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(167045, 1253, '1325-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(167046, 1253, '1325-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(167047, 1253, '1325-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(167048, 1253, '1325-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(167049, 1253, '1325-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(167050, 1253, '1326-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:55', '2023-09-13 14:38:55'),
(167051, 1253, '1326-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167052, 1253, '1326-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167053, 1253, '1326-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167054, 1253, '1326-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167055, 1253, '1326-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167056, 1253, '1326-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167057, 1253, '1326-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167058, 1253, '1326-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167059, 1253, '1326-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167060, 1253, '1326-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167061, 1253, '1326-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167062, 1253, '1327-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167063, 1253, '1327-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167064, 1253, '1327-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167065, 1253, '1327-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167066, 1253, '1327-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167067, 1253, '1327-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167068, 1253, '1327-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167069, 1253, '1327-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167070, 1253, '1327-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167071, 1253, '1327-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167072, 1253, '1327-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167073, 1253, '1327-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167074, 1253, '1328-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167075, 1253, '1328-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167076, 1253, '1328-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167077, 1253, '1328-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167078, 1253, '1328-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167079, 1253, '1328-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167080, 1253, '1328-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167081, 1253, '1328-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167082, 1253, '1328-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167083, 1253, '1328-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167084, 1253, '1328-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167085, 1253, '1328-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167086, 1253, '1329-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167087, 1253, '1329-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167088, 1253, '1329-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167089, 1253, '1329-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167090, 1253, '1329-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167091, 1253, '1329-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167092, 1253, '1329-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167093, 1253, '1329-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167094, 1253, '1329-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167095, 1253, '1329-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167096, 1253, '1329-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167097, 1253, '1329-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167098, 1253, '1330-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167099, 1253, '1330-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167100, 1253, '1330-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167101, 1253, '1330-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167102, 1253, '1330-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167103, 1253, '1330-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167104, 1253, '1330-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167105, 1253, '1330-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167106, 1253, '1330-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167107, 1253, '1330-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167108, 1253, '1330-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167109, 1253, '1330-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167110, 1253, '1331-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167111, 1253, '1331-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167112, 1253, '1331-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167113, 1253, '1331-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167114, 1253, '1331-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167115, 1253, '1331-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167116, 1253, '1331-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167117, 1253, '1331-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167118, 1253, '1331-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167119, 1253, '1331-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(167120, 1253, '1331-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167121, 1253, '1331-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167122, 1253, '1332-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167123, 1253, '1332-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167124, 1253, '1332-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167125, 1253, '1332-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167126, 1253, '1332-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167127, 1253, '1332-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167128, 1253, '1332-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167129, 1253, '1332-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167130, 1253, '1332-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167131, 1253, '1332-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167132, 1253, '1332-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167133, 1253, '1332-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167134, 1253, '1333-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167135, 1253, '1333-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167136, 1253, '1333-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167137, 1253, '1333-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167138, 1253, '1333-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167139, 1253, '1333-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167140, 1253, '1333-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167141, 1253, '1333-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167142, 1253, '1333-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167143, 1253, '1333-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167144, 1253, '1333-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167145, 1253, '1333-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167146, 1253, '1334-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167147, 1253, '1334-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167148, 1253, '1334-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167149, 1253, '1334-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167150, 1253, '1334-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167151, 1253, '1334-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167152, 1253, '1334-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167153, 1253, '1334-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167154, 1253, '1334-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167155, 1253, '1334-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167156, 1253, '1334-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167157, 1253, '1334-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167158, 1253, '1335-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167159, 1253, '1335-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167160, 1253, '1335-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167161, 1253, '1335-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167162, 1253, '1335-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167163, 1253, '1335-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167164, 1253, '1335-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167165, 1253, '1335-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167166, 1253, '1335-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167167, 1253, '1335-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167168, 1253, '1335-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167169, 1253, '1335-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167170, 1253, '1336-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167171, 1253, '1336-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167172, 1253, '1336-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167173, 1253, '1336-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167174, 1253, '1336-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167175, 1253, '1336-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167176, 1253, '1336-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167177, 1253, '1336-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167178, 1253, '1336-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167179, 1253, '1336-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167180, 1253, '1336-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167181, 1253, '1336-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167182, 1253, '1337-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167183, 1253, '1337-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167184, 1253, '1337-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167185, 1253, '1337-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167186, 1253, '1337-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167187, 1253, '1337-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167188, 1253, '1337-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167189, 1253, '1337-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167190, 1253, '1337-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167191, 1253, '1337-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167192, 1253, '1337-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167193, 1253, '1337-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167194, 1253, '1338-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167195, 1253, '1338-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167196, 1253, '1338-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167197, 1253, '1338-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167198, 1253, '1338-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167199, 1253, '1338-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167200, 1253, '1338-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167201, 1253, '1338-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167202, 1253, '1338-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167203, 1253, '1338-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167204, 1253, '1338-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167205, 1253, '1338-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167206, 1253, '1339-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167207, 1253, '1339-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167208, 1253, '1339-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167209, 1253, '1339-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167210, 1253, '1339-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167211, 1253, '1339-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167212, 1253, '1339-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167213, 1253, '1339-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167214, 1253, '1339-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167215, 1253, '1339-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167216, 1253, '1339-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167217, 1253, '1339-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167218, 1253, '1340-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167219, 1253, '1340-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167220, 1253, '1340-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167221, 1253, '1340-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167222, 1253, '1340-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167223, 1253, '1340-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167224, 1253, '1340-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167225, 1253, '1340-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167226, 1253, '1340-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167227, 1253, '1340-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167228, 1253, '1340-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167229, 1253, '1340-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167230, 1253, '1341-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167231, 1253, '1341-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167232, 1253, '1341-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167233, 1253, '1341-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167234, 1253, '1341-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167235, 1253, '1341-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167236, 1253, '1341-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167237, 1253, '1341-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167238, 1253, '1341-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167239, 1253, '1341-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167240, 1253, '1341-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167241, 1253, '1341-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167242, 1253, '1342-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167243, 1253, '1342-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167244, 1253, '1342-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167245, 1253, '1342-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167246, 1253, '1342-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167247, 1253, '1342-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167248, 1253, '1342-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167249, 1253, '1342-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167250, 1253, '1342-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167251, 1253, '1342-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167252, 1253, '1342-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167253, 1253, '1342-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167254, 1253, '1343-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167255, 1253, '1343-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167256, 1253, '1343-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167257, 1253, '1343-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167258, 1253, '1343-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167259, 1253, '1343-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167260, 1253, '1343-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167261, 1253, '1343-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167262, 1253, '1343-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167263, 1253, '1343-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167264, 1253, '1343-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167265, 1253, '1343-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167266, 1253, '1344-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167267, 1253, '1344-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167268, 1253, '1344-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167269, 1253, '1344-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167270, 1253, '1344-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167271, 1253, '1344-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167272, 1253, '1344-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167273, 1253, '1344-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167274, 1253, '1344-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167275, 1253, '1344-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167276, 1253, '1344-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167277, 1253, '1344-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167278, 1253, '1345-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167279, 1253, '1345-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167280, 1253, '1345-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167281, 1253, '1345-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167282, 1253, '1345-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167283, 1253, '1345-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167284, 1253, '1345-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167285, 1253, '1345-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167286, 1253, '1345-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167287, 1253, '1345-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167288, 1253, '1345-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167289, 1253, '1345-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167290, 1253, '1346-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167291, 1253, '1346-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167292, 1253, '1346-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167293, 1253, '1346-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167294, 1253, '1346-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167295, 1253, '1346-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167296, 1253, '1346-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167297, 1253, '1346-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167298, 1253, '1346-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167299, 1253, '1346-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167300, 1253, '1346-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167301, 1253, '1346-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167302, 1253, '1347-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167303, 1253, '1347-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167304, 1253, '1347-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167305, 1253, '1347-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167306, 1253, '1347-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167307, 1253, '1347-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167308, 1253, '1347-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167309, 1253, '1347-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167310, 1253, '1347-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167311, 1253, '1347-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167312, 1253, '1347-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167313, 1253, '1347-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167314, 1253, '1348-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167315, 1253, '1348-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167316, 1253, '1348-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167317, 1253, '1348-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167318, 1253, '1348-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167319, 1253, '1348-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167320, 1253, '1348-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167321, 1253, '1348-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167322, 1253, '1348-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167323, 1253, '1348-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167324, 1253, '1348-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167325, 1253, '1348-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167326, 1253, '1349-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167327, 1253, '1349-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167328, 1253, '1349-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167329, 1253, '1349-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167330, 1253, '1349-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167331, 1253, '1349-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167332, 1253, '1349-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167333, 1253, '1349-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167334, 1253, '1349-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167335, 1253, '1349-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167336, 1253, '1349-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167337, 1253, '1349-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167338, 1253, '1350-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167339, 1253, '1350-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167340, 1253, '1350-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167341, 1253, '1350-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167342, 1253, '1350-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167343, 1253, '1350-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167344, 1253, '1350-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167345, 1253, '1350-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167346, 1253, '1350-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167347, 1253, '1350-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167348, 1253, '1350-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167349, 1253, '1350-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167350, 1253, '1351-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167351, 1253, '1351-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167352, 1253, '1351-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167353, 1253, '1351-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167354, 1253, '1351-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167355, 1253, '1351-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167356, 1253, '1351-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167357, 1253, '1351-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167358, 1253, '1351-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167359, 1253, '1351-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167360, 1253, '1351-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167361, 1253, '1351-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167362, 1253, '1352-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167363, 1253, '1352-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167364, 1253, '1352-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167365, 1253, '1352-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167366, 1253, '1352-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167367, 1253, '1352-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167368, 1253, '1352-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167369, 1253, '1352-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167370, 1253, '1352-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167371, 1253, '1352-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167372, 1253, '1352-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167373, 1253, '1352-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167374, 1253, '1353-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167375, 1253, '1353-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167376, 1253, '1353-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167377, 1253, '1353-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167378, 1253, '1353-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167379, 1253, '1353-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167380, 1253, '1353-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167381, 1253, '1353-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167382, 1253, '1353-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167383, 1253, '1353-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167384, 1253, '1353-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167385, 1253, '1353-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167386, 1253, '1354-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167387, 1253, '1354-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167388, 1253, '1354-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167389, 1253, '1354-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167390, 1253, '1354-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167391, 1253, '1354-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167392, 1253, '1354-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167393, 1253, '1354-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167394, 1253, '1354-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167395, 1253, '1354-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167396, 1253, '1354-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167397, 1253, '1354-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167398, 1253, '1355-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167399, 1253, '1355-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167400, 1253, '1355-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167401, 1253, '1355-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167402, 1253, '1355-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167403, 1253, '1355-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167404, 1253, '1355-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167405, 1253, '1355-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167406, 1253, '1355-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167407, 1253, '1355-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167408, 1253, '1355-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167409, 1253, '1355-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167410, 1253, '1356-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167411, 1253, '1356-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167412, 1253, '1356-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167413, 1253, '1356-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167414, 1253, '1356-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167415, 1253, '1356-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167416, 1253, '1356-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167417, 1253, '1356-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167418, 1253, '1356-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167419, 1253, '1356-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167420, 1253, '1356-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167421, 1253, '1356-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167422, 1253, '1357-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167423, 1253, '1357-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167424, 1253, '1357-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167425, 1253, '1357-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167426, 1253, '1357-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167427, 1253, '1357-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167428, 1253, '1357-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167429, 1253, '1357-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167430, 1253, '1357-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167431, 1253, '1357-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167432, 1253, '1357-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167433, 1253, '1357-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167434, 1253, '1358-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167435, 1253, '1358-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167436, 1253, '1358-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167437, 1253, '1358-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167438, 1253, '1358-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167439, 1253, '1358-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167440, 1253, '1358-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167441, 1253, '1358-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167442, 1253, '1358-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167443, 1253, '1358-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167444, 1253, '1358-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167445, 1253, '1358-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167446, 1253, '1359-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167447, 1253, '1359-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167448, 1253, '1359-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167449, 1253, '1359-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167450, 1253, '1359-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167451, 1253, '1359-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167452, 1253, '1359-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167453, 1253, '1359-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167454, 1253, '1359-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167455, 1253, '1359-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167456, 1253, '1359-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167457, 1253, '1359-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167458, 1253, '1360-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167459, 1253, '1360-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167460, 1253, '1360-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167461, 1253, '1360-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167462, 1253, '1360-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167463, 1253, '1360-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167464, 1253, '1360-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167465, 1253, '1360-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167466, 1253, '1360-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167467, 1253, '1360-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167468, 1253, '1360-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167469, 1253, '1360-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167470, 1253, '1361-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167471, 1253, '1361-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167472, 1253, '1361-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167473, 1253, '1361-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167474, 1253, '1361-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167475, 1253, '1361-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167476, 1253, '1361-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167477, 1253, '1361-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167478, 1253, '1361-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167479, 1253, '1361-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167480, 1253, '1361-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167481, 1253, '1361-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167482, 1253, '1362-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167483, 1253, '1362-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167484, 1253, '1362-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167485, 1253, '1362-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167486, 1253, '1362-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167487, 1253, '1362-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167488, 1253, '1362-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167489, 1253, '1362-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167490, 1253, '1362-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:56', '2023-09-13 14:38:56'),
(167491, 1253, '1362-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167492, 1253, '1362-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167493, 1253, '1362-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167494, 1253, '1363-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167495, 1253, '1363-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167496, 1253, '1363-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167497, 1253, '1363-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167498, 1253, '1363-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167499, 1253, '1363-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167500, 1253, '1363-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167501, 1253, '1363-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167502, 1253, '1363-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167503, 1253, '1363-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167504, 1253, '1363-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167505, 1253, '1363-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167506, 1253, '1364-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167507, 1253, '1364-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167508, 1253, '1364-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167509, 1253, '1364-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167510, 1253, '1364-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167511, 1253, '1364-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167512, 1253, '1364-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167513, 1253, '1364-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167514, 1253, '1364-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167515, 1253, '1364-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167516, 1253, '1364-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167517, 1253, '1364-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167518, 1253, '1365-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167519, 1253, '1365-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167520, 1253, '1365-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167521, 1253, '1365-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167522, 1253, '1365-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167523, 1253, '1365-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167524, 1253, '1365-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167525, 1253, '1365-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167526, 1253, '1365-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167527, 1253, '1365-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167528, 1253, '1365-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167529, 1253, '1365-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167530, 1253, '1366-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167531, 1253, '1366-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167532, 1253, '1366-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167533, 1253, '1366-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167534, 1253, '1366-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167535, 1253, '1366-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167536, 1253, '1366-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167537, 1253, '1366-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167538, 1253, '1366-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167539, 1253, '1366-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167540, 1253, '1366-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167541, 1253, '1366-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167542, 1253, '1367-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167543, 1253, '1367-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167544, 1253, '1367-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167545, 1253, '1367-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167546, 1253, '1367-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167547, 1253, '1367-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167548, 1253, '1367-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167549, 1253, '1367-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167550, 1253, '1367-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167551, 1253, '1367-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167552, 1253, '1367-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167553, 1253, '1367-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167554, 1253, '1368-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167555, 1253, '1368-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167556, 1253, '1368-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167557, 1253, '1368-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167558, 1253, '1368-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167559, 1253, '1368-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167560, 1253, '1368-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167561, 1253, '1368-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167562, 1253, '1368-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167563, 1253, '1368-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167564, 1253, '1368-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167565, 1253, '1368-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167566, 1253, '1369-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167567, 1253, '1369-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167568, 1253, '1369-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167569, 1253, '1369-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167570, 1253, '1369-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167571, 1253, '1369-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167572, 1253, '1369-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167573, 1253, '1369-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167574, 1253, '1369-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167575, 1253, '1369-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(167576, 1253, '1369-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167577, 1253, '1369-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167578, 1253, '1370-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167579, 1253, '1370-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167580, 1253, '1370-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167581, 1253, '1370-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167582, 1253, '1370-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167583, 1253, '1370-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167584, 1253, '1370-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167585, 1253, '1370-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167586, 1253, '1370-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167587, 1253, '1370-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167588, 1253, '1370-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167589, 1253, '1370-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167590, 1253, '1371-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167591, 1253, '1371-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167592, 1253, '1371-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167593, 1253, '1371-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167594, 1253, '1371-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167595, 1253, '1371-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167596, 1253, '1371-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167597, 1253, '1371-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167598, 1253, '1371-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167599, 1253, '1371-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167600, 1253, '1371-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167601, 1253, '1371-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167602, 1253, '1372-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167603, 1253, '1372-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167604, 1253, '1372-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167605, 1253, '1372-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167606, 1253, '1372-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167607, 1253, '1372-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167608, 1253, '1372-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167609, 1253, '1372-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167610, 1253, '1372-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167611, 1253, '1372-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167612, 1253, '1372-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167613, 1253, '1372-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167614, 1253, '1373-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167615, 1253, '1373-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167616, 1253, '1373-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167617, 1253, '1373-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167618, 1253, '1373-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167619, 1253, '1373-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167620, 1253, '1373-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167621, 1253, '1373-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167622, 1253, '1373-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167623, 1253, '1373-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167624, 1253, '1373-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167625, 1253, '1373-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167626, 1253, '1374-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167627, 1253, '1374-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167628, 1253, '1374-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167629, 1253, '1374-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167630, 1253, '1374-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167631, 1253, '1374-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167632, 1253, '1374-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167633, 1253, '1374-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167634, 1253, '1374-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167635, 1253, '1374-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167636, 1253, '1374-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167637, 1253, '1374-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167638, 1253, '1375-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167639, 1253, '1375-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167640, 1253, '1375-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167641, 1253, '1375-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167642, 1253, '1375-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167643, 1253, '1375-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167644, 1253, '1375-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167645, 1253, '1375-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167646, 1253, '1375-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167647, 1253, '1375-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167648, 1253, '1375-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167649, 1253, '1375-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167650, 1253, '1376-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167651, 1253, '1376-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167652, 1253, '1376-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167653, 1253, '1376-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167654, 1253, '1376-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167655, 1253, '1376-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167656, 1253, '1376-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167657, 1253, '1376-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167658, 1253, '1376-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167659, 1253, '1376-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167660, 1253, '1376-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167661, 1253, '1376-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167662, 1253, '1377-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167663, 1253, '1377-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167664, 1253, '1377-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167665, 1253, '1377-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167666, 1253, '1377-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167667, 1253, '1377-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167668, 1253, '1377-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167669, 1253, '1377-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167670, 1253, '1377-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167671, 1253, '1377-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167672, 1253, '1377-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167673, 1253, '1377-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167674, 1253, '1378-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167675, 1253, '1378-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167676, 1253, '1378-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167677, 1253, '1378-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167678, 1253, '1378-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167679, 1253, '1378-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167680, 1253, '1378-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167681, 1253, '1378-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167682, 1253, '1378-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167683, 1253, '1378-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167684, 1253, '1378-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167685, 1253, '1378-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167686, 1253, '1379-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167687, 1253, '1379-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167688, 1253, '1379-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167689, 1253, '1379-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167690, 1253, '1379-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167691, 1253, '1379-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167692, 1253, '1379-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167693, 1253, '1379-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167694, 1253, '1379-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167695, 1253, '1379-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167696, 1253, '1379-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167697, 1253, '1379-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167698, 1253, '1380-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167699, 1253, '1380-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167700, 1253, '1380-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167701, 1253, '1380-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167702, 1253, '1380-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167703, 1253, '1380-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167704, 1253, '1380-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167705, 1253, '1380-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167706, 1253, '1380-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167707, 1253, '1380-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167708, 1253, '1380-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167709, 1253, '1380-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167710, 1253, '1381-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167711, 1253, '1381-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167712, 1253, '1381-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167713, 1253, '1381-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167714, 1253, '1381-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167715, 1253, '1381-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167716, 1253, '1381-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167717, 1253, '1381-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167718, 1253, '1381-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167719, 1253, '1381-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167720, 1253, '1381-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167721, 1253, '1381-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167722, 1253, '1382-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167723, 1253, '1382-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167724, 1253, '1382-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167725, 1253, '1382-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167726, 1253, '1382-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167727, 1253, '1382-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167728, 1253, '1382-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167729, 1253, '1382-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167730, 1253, '1382-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167731, 1253, '1382-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167732, 1253, '1382-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167733, 1253, '1382-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167734, 1253, '1383-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167735, 1253, '1383-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167736, 1253, '1383-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167737, 1253, '1383-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167738, 1253, '1383-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167739, 1253, '1383-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167740, 1253, '1383-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167741, 1253, '1383-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167742, 1253, '1383-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167743, 1253, '1383-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167744, 1253, '1383-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167745, 1253, '1383-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167746, 1253, '1384-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167747, 1253, '1384-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167748, 1253, '1384-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167749, 1253, '1384-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167750, 1253, '1384-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167751, 1253, '1384-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167752, 1253, '1384-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167753, 1253, '1384-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167754, 1253, '1384-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167755, 1253, '1384-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167756, 1253, '1384-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167757, 1253, '1384-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167758, 1253, '1385-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167759, 1253, '1385-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167760, 1253, '1385-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167761, 1253, '1385-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167762, 1253, '1385-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167763, 1253, '1385-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167764, 1253, '1385-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167765, 1253, '1385-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167766, 1253, '1385-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167767, 1253, '1385-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167768, 1253, '1385-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167769, 1253, '1385-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167770, 1253, '1386-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167771, 1253, '1386-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167772, 1253, '1386-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167773, 1253, '1386-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167774, 1253, '1386-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167775, 1253, '1386-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167776, 1253, '1386-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167777, 1253, '1386-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167778, 1253, '1386-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167779, 1253, '1386-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167780, 1253, '1386-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167781, 1253, '1386-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167782, 1253, '1387-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167783, 1253, '1387-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167784, 1253, '1387-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167785, 1253, '1387-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167786, 1253, '1387-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167787, 1253, '1387-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167788, 1253, '1387-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167789, 1253, '1387-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167790, 1253, '1387-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167791, 1253, '1387-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167792, 1253, '1387-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167793, 1253, '1387-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167794, 1253, '1388-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167795, 1253, '1388-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167796, 1253, '1388-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167797, 1253, '1388-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167798, 1253, '1388-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167799, 1253, '1388-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167800, 1253, '1388-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167801, 1253, '1388-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167802, 1253, '1388-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167803, 1253, '1388-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167804, 1253, '1388-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167805, 1253, '1388-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167806, 1253, '1389-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167807, 1253, '1389-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167808, 1253, '1389-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167809, 1253, '1389-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167810, 1253, '1389-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167811, 1253, '1389-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167812, 1253, '1389-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167813, 1253, '1389-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167814, 1253, '1389-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167815, 1253, '1389-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167816, 1253, '1389-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167817, 1253, '1389-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167818, 1253, '1390-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167819, 1253, '1390-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167820, 1253, '1390-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167821, 1253, '1390-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167822, 1253, '1390-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167823, 1253, '1390-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167824, 1253, '1390-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167825, 1253, '1390-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167826, 1253, '1390-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167827, 1253, '1390-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167828, 1253, '1390-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167829, 1253, '1390-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167830, 1253, '1391-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167831, 1253, '1391-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167832, 1253, '1391-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167833, 1253, '1391-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167834, 1253, '1391-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167835, 1253, '1391-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167836, 1253, '1391-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167837, 1253, '1391-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167838, 1253, '1391-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167839, 1253, '1391-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167840, 1253, '1391-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167841, 1253, '1391-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167842, 1253, '1392-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167843, 1253, '1392-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167844, 1253, '1392-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167845, 1253, '1392-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167846, 1253, '1392-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167847, 1253, '1392-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167848, 1253, '1392-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167849, 1253, '1392-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167850, 1253, '1392-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167851, 1253, '1392-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167852, 1253, '1392-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167853, 1253, '1392-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167854, 1253, '1393-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167855, 1253, '1393-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167856, 1253, '1393-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167857, 1253, '1393-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167858, 1253, '1393-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167859, 1253, '1393-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167860, 1253, '1393-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167861, 1253, '1393-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167862, 1253, '1393-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167863, 1253, '1393-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167864, 1253, '1393-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167865, 1253, '1393-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:57', '2023-09-13 14:38:57'),
(167866, 1253, '1394-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(167867, 1253, '1394-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(167868, 1253, '1394-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(167869, 1253, '1394-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(167870, 1253, '1394-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(167871, 1253, '1394-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(167872, 1253, '1394-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(167873, 1253, '1394-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(167874, 1253, '1394-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(167875, 1253, '1394-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(167876, 1253, '1394-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(167877, 1253, '1394-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(167878, 1253, '1395-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(167879, 1253, '1395-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(167880, 1253, '1395-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(167881, 1253, '1395-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(167882, 1253, '1395-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(167883, 1253, '1395-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(167884, 1253, '1395-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(167885, 1253, '1395-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(167886, 1253, '1395-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(167887, 1253, '1395-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(167888, 1253, '1395-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(167889, 1253, '1395-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(167890, 1253, '1396-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(167891, 1253, '1396-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(167892, 1253, '1396-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(167893, 1253, '1396-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(167894, 1253, '1396-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(167895, 1253, '1396-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(167896, 1253, '1396-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(167897, 1253, '1396-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(167898, 1253, '1396-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(167899, 1253, '1396-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(167900, 1253, '1396-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(167901, 1253, '1396-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(167902, 1253, '1397-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(167903, 1253, '1397-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(167904, 1253, '1397-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(167905, 1253, '1397-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(167906, 1253, '1397-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(167907, 1253, '1397-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(167908, 1253, '1397-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(167909, 1253, '1397-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(167910, 1253, '1397-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(167911, 1253, '1397-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(167912, 1253, '1397-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(167913, 1253, '1397-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(167914, 1253, '1398-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(167915, 1253, '1398-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(167916, 1253, '1398-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(167917, 1253, '1398-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(167918, 1253, '1398-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(167919, 1253, '1398-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(167920, 1253, '1398-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(167921, 1253, '1398-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(167922, 1253, '1398-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(167923, 1253, '1398-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(167924, 1253, '1398-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(167925, 1253, '1398-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(167926, 1253, '1399-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(167927, 1253, '1399-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(167928, 1253, '1399-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(167929, 1253, '1399-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(167930, 1253, '1399-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(167931, 1253, '1399-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(167932, 1253, '1399-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(167933, 1253, '1399-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(167934, 1253, '1399-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(167935, 1253, '1399-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(167936, 1253, '1399-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(167937, 1253, '1399-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(167938, 1253, '1400-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(167939, 1253, '1400-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(167940, 1253, '1400-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(167941, 1253, '1400-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(167942, 1253, '1400-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(167943, 1253, '1400-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(167944, 1253, '1400-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(167945, 1253, '1400-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(167946, 1253, '1400-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(167947, 1253, '1400-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(167948, 1253, '1400-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(167949, 1253, '1400-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(167950, 1253, '1401-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(167951, 1253, '1401-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(167952, 1253, '1401-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(167953, 1253, '1401-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(167954, 1253, '1401-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(167955, 1253, '1401-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(167956, 1253, '1401-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(167957, 1253, '1401-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(167958, 1253, '1401-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(167959, 1253, '1401-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(167960, 1253, '1401-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(167961, 1253, '1401-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(167962, 1253, '1402-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(167963, 1253, '1402-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(167964, 1253, '1402-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(167965, 1253, '1402-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(167966, 1253, '1402-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(167967, 1253, '1402-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(167968, 1253, '1402-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(167969, 1253, '1402-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(167970, 1253, '1402-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(167971, 1253, '1402-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(167972, 1253, '1402-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(167973, 1253, '1402-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(167974, 1253, '1403-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(167975, 1253, '1403-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(167976, 1253, '1403-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(167977, 1253, '1403-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(167978, 1253, '1403-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(167979, 1253, '1403-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(167980, 1253, '1403-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(167981, 1253, '1403-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(167982, 1253, '1403-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(167983, 1253, '1403-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(167984, 1253, '1403-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(167985, 1253, '1403-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(167986, 1253, '1404-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(167987, 1253, '1404-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(167988, 1253, '1404-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(167989, 1253, '1404-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(167990, 1253, '1404-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(167991, 1253, '1404-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(167992, 1253, '1404-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(167993, 1253, '1404-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(167994, 1253, '1404-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(167995, 1253, '1404-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(167996, 1253, '1404-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(167997, 1253, '1404-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(167998, 1253, '1405-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(167999, 1253, '1405-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(168000, 1253, '1405-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(168001, 1253, '1405-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(168002, 1253, '1405-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(168003, 1253, '1405-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(168004, 1253, '1405-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(168005, 1253, '1405-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(168006, 1253, '1405-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(168007, 1253, '1405-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(168008, 1253, '1405-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(168009, 1253, '1405-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(168010, 1253, '1406-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(168011, 1253, '1406-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(168012, 1253, '1406-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(168013, 1253, '1406-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(168014, 1253, '1406-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(168015, 1253, '1406-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(168016, 1253, '1406-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(168017, 1253, '1406-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(168018, 1253, '1406-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(168019, 1253, '1406-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(168020, 1253, '1406-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(168021, 1253, '1406-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(168022, 1253, '1407-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(168023, 1253, '1407-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(168024, 1253, '1407-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(168025, 1253, '1407-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(168026, 1253, '1407-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(168027, 1253, '1407-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(168028, 1253, '1407-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(168029, 1253, '1407-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(168030, 1253, '1407-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(168031, 1253, '1407-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(168032, 1253, '1407-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(168033, 1253, '1407-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(168034, 1253, '1408-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(168035, 1253, '1408-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(168036, 1253, '1408-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(168037, 1253, '1408-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(168038, 1253, '1408-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(168039, 1253, '1408-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(168040, 1253, '1408-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(168041, 1253, '1408-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(168042, 1253, '1408-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(168043, 1253, '1408-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(168044, 1253, '1408-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(168045, 1253, '1408-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(168046, 1253, '1409-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(168047, 1253, '1409-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(168048, 1253, '1409-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(168049, 1253, '1409-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(168050, 1253, '1409-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(168051, 1253, '1409-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(168052, 1253, '1409-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(168053, 1253, '1409-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(168054, 1253, '1409-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(168055, 1253, '1409-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(168056, 1253, '1409-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(168057, 1253, '1409-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(168058, 1253, '1410-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(168059, 1253, '1410-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(168060, 1253, '1410-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(168061, 1253, '1410-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(168062, 1253, '1410-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(168063, 1253, '1410-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(168064, 1253, '1410-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(168065, 1253, '1410-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(168066, 1253, '1410-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(168067, 1253, '1410-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(168068, 1253, '1410-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(168069, 1253, '1410-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(168070, 1253, '1411-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(168071, 1253, '1411-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(168072, 1253, '1411-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(168073, 1253, '1411-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(168074, 1253, '1411-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(168075, 1253, '1411-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(168076, 1253, '1411-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(168077, 1253, '1411-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(168078, 1253, '1411-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(168079, 1253, '1411-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(168080, 1253, '1411-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(168081, 1253, '1411-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(168082, 1253, '1412-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(168083, 1253, '1412-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(168084, 1253, '1412-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(168085, 1253, '1412-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(168086, 1253, '1412-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(168087, 1253, '1412-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(168088, 1253, '1412-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(168089, 1253, '1412-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(168090, 1253, '1412-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(168091, 1253, '1412-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(168092, 1253, '1412-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(168093, 1253, '1412-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(168094, 1253, '1413-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(168095, 1253, '1413-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(168096, 1253, '1413-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(168097, 1253, '1413-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(168098, 1253, '1413-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(168099, 1253, '1413-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(168100, 1253, '1413-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(168101, 1253, '1413-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(168102, 1253, '1413-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(168103, 1253, '1413-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(168104, 1253, '1413-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(168105, 1253, '1413-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(168106, 1253, '1414-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(168107, 1253, '1414-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(168108, 1253, '1414-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(168109, 1253, '1414-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(168110, 1253, '1414-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(168111, 1253, '1414-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(168112, 1253, '1414-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(168113, 1253, '1414-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(168114, 1253, '1414-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(168115, 1253, '1414-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(168116, 1253, '1414-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(168117, 1253, '1414-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(168118, 1253, '1415-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(168119, 1253, '1415-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(168120, 1253, '1415-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(168121, 1253, '1415-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(168122, 1253, '1415-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(168123, 1253, '1415-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(168124, 1253, '1415-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(168125, 1253, '1415-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(168126, 1253, '1415-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(168127, 1253, '1415-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(168128, 1253, '1415-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(168129, 1253, '1415-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(168130, 1253, '1416-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(168131, 1253, '1416-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(168132, 1253, '1416-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(168133, 1253, '1416-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(168134, 1253, '1416-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(168135, 1253, '1416-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(168136, 1253, '1416-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(168137, 1253, '1416-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(168138, 1253, '1416-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(168139, 1253, '1416-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(168140, 1253, '1416-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(168141, 1253, '1416-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(168142, 1253, '1417-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(168143, 1253, '1417-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(168144, 1253, '1417-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(168145, 1253, '1417-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(168146, 1253, '1417-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(168147, 1253, '1417-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(168148, 1253, '1417-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(168149, 1253, '1417-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(168150, 1253, '1417-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(168151, 1253, '1417-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(168152, 1253, '1417-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(168153, 1253, '1417-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(168154, 1253, '1418-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(168155, 1253, '1418-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(168156, 1253, '1418-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(168157, 1253, '1418-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(168158, 1253, '1418-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(168159, 1253, '1418-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(168160, 1253, '1418-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(168161, 1253, '1418-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(168162, 1253, '1418-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(168163, 1253, '1418-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(168164, 1253, '1418-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(168165, 1253, '1418-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(168166, 1253, '1419-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(168167, 1253, '1419-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(168168, 1253, '1419-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(168169, 1253, '1419-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(168170, 1253, '1419-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(168171, 1253, '1419-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(168172, 1253, '1419-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(168173, 1253, '1419-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(168174, 1253, '1419-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(168175, 1253, '1419-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(168176, 1253, '1419-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(168177, 1253, '1419-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(168178, 1253, '1420-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(168179, 1253, '1420-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(168180, 1253, '1420-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(168181, 1253, '1420-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(168182, 1253, '1420-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(168183, 1253, '1420-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(168184, 1253, '1420-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(168185, 1253, '1420-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(168186, 1253, '1420-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(168187, 1253, '1420-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(168188, 1253, '1420-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(168189, 1253, '1420-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(168190, 1253, '1421-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(168191, 1253, '1421-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(168192, 1253, '1421-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(168193, 1253, '1421-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(168194, 1253, '1421-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(168195, 1253, '1421-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(168196, 1253, '1421-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(168197, 1253, '1421-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(168198, 1253, '1421-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(168199, 1253, '1421-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(168200, 1253, '1421-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(168201, 1253, '1421-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(168202, 1253, '1422-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(168203, 1253, '1422-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(168204, 1253, '1422-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(168205, 1253, '1422-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(168206, 1253, '1422-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(168207, 1253, '1422-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(168208, 1253, '1422-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(168209, 1253, '1422-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(168210, 1253, '1422-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(168211, 1253, '1422-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(168212, 1253, '1422-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(168213, 1253, '1422-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(168214, 1253, '1423-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(168215, 1253, '1423-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(168216, 1253, '1423-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(168217, 1253, '1423-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(168218, 1253, '1423-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(168219, 1253, '1423-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(168220, 1253, '1423-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(168221, 1253, '1423-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(168222, 1253, '1423-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(168223, 1253, '1423-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(168224, 1253, '1423-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(168225, 1253, '1423-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(168226, 1253, '1424-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(168227, 1253, '1424-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(168228, 1253, '1424-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(168229, 1253, '1424-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(168230, 1253, '1424-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(168231, 1253, '1424-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(168232, 1253, '1424-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(168233, 1253, '1424-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:58', '2023-09-13 14:38:58'),
(168234, 1253, '1424-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168235, 1253, '1424-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168236, 1253, '1424-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168237, 1253, '1424-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168238, 1253, '1425-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168239, 1253, '1425-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168240, 1253, '1425-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168241, 1253, '1425-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168242, 1253, '1425-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168243, 1253, '1425-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168244, 1253, '1425-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168245, 1253, '1425-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168246, 1253, '1425-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168247, 1253, '1425-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168248, 1253, '1425-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168249, 1253, '1425-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168250, 1253, '1426-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168251, 1253, '1426-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168252, 1253, '1426-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168253, 1253, '1426-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168254, 1253, '1426-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168255, 1253, '1426-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168256, 1253, '1426-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168257, 1253, '1426-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168258, 1253, '1426-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168259, 1253, '1426-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168260, 1253, '1426-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168261, 1253, '1426-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168262, 1253, '1427-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168263, 1253, '1427-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168264, 1253, '1427-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168265, 1253, '1427-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168266, 1253, '1427-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168267, 1253, '1427-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168268, 1253, '1427-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168269, 1253, '1427-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168270, 1253, '1427-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168271, 1253, '1427-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168272, 1253, '1427-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168273, 1253, '1427-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168274, 1253, '1428-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168275, 1253, '1428-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168276, 1253, '1428-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168277, 1253, '1428-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168278, 1253, '1428-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168279, 1253, '1428-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168280, 1253, '1428-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168281, 1253, '1428-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168282, 1253, '1428-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168283, 1253, '1428-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168284, 1253, '1428-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168285, 1253, '1428-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168286, 1253, '1429-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168287, 1253, '1429-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168288, 1253, '1429-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168289, 1253, '1429-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168290, 1253, '1429-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168291, 1253, '1429-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168292, 1253, '1429-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168293, 1253, '1429-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168294, 1253, '1429-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168295, 1253, '1429-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168296, 1253, '1429-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168297, 1253, '1429-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168298, 1253, '1430-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168299, 1253, '1430-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168300, 1253, '1430-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168301, 1253, '1430-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168302, 1253, '1430-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168303, 1253, '1430-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168304, 1253, '1430-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168305, 1253, '1430-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168306, 1253, '1430-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168307, 1253, '1430-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168308, 1253, '1430-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168309, 1253, '1430-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168310, 1253, '1431-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168311, 1253, '1431-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168312, 1253, '1431-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168313, 1253, '1431-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168314, 1253, '1431-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168315, 1253, '1431-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168316, 1253, '1431-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168317, 1253, '1431-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168318, 1253, '1431-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168319, 1253, '1431-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168320, 1253, '1431-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168321, 1253, '1431-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168322, 1253, '1432-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168323, 1253, '1432-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168324, 1253, '1432-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168325, 1253, '1432-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168326, 1253, '1432-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168327, 1253, '1432-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168328, 1253, '1432-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168329, 1253, '1432-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168330, 1253, '1432-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168331, 1253, '1432-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168332, 1253, '1432-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168333, 1253, '1432-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168334, 1253, '1433-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168335, 1253, '1433-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168336, 1253, '1433-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168337, 1253, '1433-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168338, 1253, '1433-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168339, 1253, '1433-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168340, 1253, '1433-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168341, 1253, '1433-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168342, 1253, '1433-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168343, 1253, '1433-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168344, 1253, '1433-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168345, 1253, '1433-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168346, 1253, '1434-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168347, 1253, '1434-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168348, 1253, '1434-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168349, 1253, '1434-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168350, 1253, '1434-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168351, 1253, '1434-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168352, 1253, '1434-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168353, 1253, '1434-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168354, 1253, '1434-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168355, 1253, '1434-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168356, 1253, '1434-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168357, 1253, '1434-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168358, 1253, '1435-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168359, 1253, '1435-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168360, 1253, '1435-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168361, 1253, '1435-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168362, 1253, '1435-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168363, 1253, '1435-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168364, 1253, '1435-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168365, 1253, '1435-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168366, 1253, '1435-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168367, 1253, '1435-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168368, 1253, '1435-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168369, 1253, '1435-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168370, 1253, '1436-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168371, 1253, '1436-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168372, 1253, '1436-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168373, 1253, '1436-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168374, 1253, '1436-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168375, 1253, '1436-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168376, 1253, '1436-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168377, 1253, '1436-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168378, 1253, '1436-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168379, 1253, '1436-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168380, 1253, '1436-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168381, 1253, '1436-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168382, 1253, '1437-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168383, 1253, '1437-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168384, 1253, '1437-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168385, 1253, '1437-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168386, 1253, '1437-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168387, 1253, '1437-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168388, 1253, '1437-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168389, 1253, '1437-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168390, 1253, '1437-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168391, 1253, '1437-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168392, 1253, '1437-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168393, 1253, '1437-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168394, 1253, '1438-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168395, 1253, '1438-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168396, 1253, '1438-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168397, 1253, '1438-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168398, 1253, '1438-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168399, 1253, '1438-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168400, 1253, '1438-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168401, 1253, '1438-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168402, 1253, '1438-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168403, 1253, '1438-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168404, 1253, '1438-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168405, 1253, '1438-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168406, 1253, '1439-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168407, 1253, '1439-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168408, 1253, '1439-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168409, 1253, '1439-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168410, 1253, '1439-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168411, 1253, '1439-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168412, 1253, '1439-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168413, 1253, '1439-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168414, 1253, '1439-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168415, 1253, '1439-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168416, 1253, '1439-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168417, 1253, '1439-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168418, 1253, '1440-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168419, 1253, '1440-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168420, 1253, '1440-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168421, 1253, '1440-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168422, 1253, '1440-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168423, 1253, '1440-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168424, 1253, '1440-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168425, 1253, '1440-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168426, 1253, '1440-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168427, 1253, '1440-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168428, 1253, '1440-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168429, 1253, '1440-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168430, 1253, '1441-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168431, 1253, '1441-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168432, 1253, '1441-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168433, 1253, '1441-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168434, 1253, '1441-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168435, 1253, '1441-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168436, 1253, '1441-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168437, 1253, '1441-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168438, 1253, '1441-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168439, 1253, '1441-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168440, 1253, '1441-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168441, 1253, '1441-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168442, 1253, '1442-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168443, 1253, '1442-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168444, 1253, '1442-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168445, 1253, '1442-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168446, 1253, '1442-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168447, 1253, '1442-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168448, 1253, '1442-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168449, 1253, '1442-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168450, 1253, '1442-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168451, 1253, '1442-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168452, 1253, '1442-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168453, 1253, '1442-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168454, 1253, '1443-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168455, 1253, '1443-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168456, 1253, '1443-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168457, 1253, '1443-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168458, 1253, '1443-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168459, 1253, '1443-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168460, 1253, '1443-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168461, 1253, '1443-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168462, 1253, '1443-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168463, 1253, '1443-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168464, 1253, '1443-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168465, 1253, '1443-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168466, 1253, '1444-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168467, 1253, '1444-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168468, 1253, '1444-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168469, 1253, '1444-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168470, 1253, '1444-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168471, 1253, '1444-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168472, 1253, '1444-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168473, 1253, '1444-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168474, 1253, '1444-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168475, 1253, '1444-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168476, 1253, '1444-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168477, 1253, '1444-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168478, 1253, '1445-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168479, 1253, '1445-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168480, 1253, '1445-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168481, 1253, '1445-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168482, 1253, '1445-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168483, 1253, '1445-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168484, 1253, '1445-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168485, 1253, '1445-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168486, 1253, '1445-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168487, 1253, '1445-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(168488, 1253, '1445-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168489, 1253, '1445-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168490, 1253, '1446-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168491, 1253, '1446-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168492, 1253, '1446-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168493, 1253, '1446-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168494, 1253, '1446-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168495, 1253, '1446-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168496, 1253, '1446-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168497, 1253, '1446-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168498, 1253, '1446-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168499, 1253, '1446-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168500, 1253, '1446-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168501, 1253, '1446-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168502, 1253, '1447-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168503, 1253, '1447-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168504, 1253, '1447-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168505, 1253, '1447-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168506, 1253, '1447-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168507, 1253, '1447-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168508, 1253, '1447-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168509, 1253, '1447-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168510, 1253, '1447-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168511, 1253, '1447-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168512, 1253, '1447-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168513, 1253, '1447-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168514, 1253, '1448-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168515, 1253, '1448-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168516, 1253, '1448-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168517, 1253, '1448-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168518, 1253, '1448-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168519, 1253, '1448-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168520, 1253, '1448-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168521, 1253, '1448-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168522, 1253, '1448-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168523, 1253, '1448-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168524, 1253, '1448-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168525, 1253, '1448-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168526, 1253, '1449-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168527, 1253, '1449-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168528, 1253, '1449-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168529, 1253, '1449-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168530, 1253, '1449-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168531, 1253, '1449-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168532, 1253, '1449-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168533, 1253, '1449-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168534, 1253, '1449-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168535, 1253, '1449-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168536, 1253, '1449-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168537, 1253, '1449-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168538, 1253, '1450-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168539, 1253, '1450-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168540, 1253, '1450-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168541, 1253, '1450-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168542, 1253, '1450-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168543, 1253, '1450-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168544, 1253, '1450-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168545, 1253, '1450-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168546, 1253, '1450-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168547, 1253, '1450-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168548, 1253, '1450-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168549, 1253, '1450-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168550, 1253, '1451-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168551, 1253, '1451-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168552, 1253, '1451-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168553, 1253, '1451-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168554, 1253, '1451-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168555, 1253, '1451-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168556, 1253, '1451-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168557, 1253, '1451-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168558, 1253, '1451-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168559, 1253, '1451-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168560, 1253, '1451-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168561, 1253, '1451-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168562, 1253, '1452-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168563, 1253, '1452-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168564, 1253, '1452-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168565, 1253, '1452-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168566, 1253, '1452-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168567, 1253, '1452-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168568, 1253, '1452-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168569, 1253, '1452-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168570, 1253, '1452-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168571, 1253, '1452-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168572, 1253, '1452-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168573, 1253, '1452-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168574, 1253, '1453-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168575, 1253, '1453-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168576, 1253, '1453-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168577, 1253, '1453-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168578, 1253, '1453-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168579, 1253, '1453-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168580, 1253, '1453-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168581, 1253, '1453-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168582, 1253, '1453-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168583, 1253, '1453-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168584, 1253, '1453-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168585, 1253, '1453-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168586, 1253, '1454-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168587, 1253, '1454-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168588, 1253, '1454-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168589, 1253, '1454-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168590, 1253, '1454-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168591, 1253, '1454-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168592, 1253, '1454-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168593, 1253, '1454-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168594, 1253, '1454-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168595, 1253, '1454-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168596, 1253, '1454-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168597, 1253, '1454-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168598, 1253, '1455-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168599, 1253, '1455-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168600, 1253, '1455-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168601, 1253, '1455-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168602, 1253, '1455-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168603, 1253, '1455-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168604, 1253, '1455-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168605, 1253, '1455-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168606, 1253, '1455-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168607, 1253, '1455-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168608, 1253, '1455-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168609, 1253, '1455-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168610, 1253, '1456-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168611, 1253, '1456-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:38:59', '2023-09-13 14:38:59'),
(168612, 1253, '1456-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168613, 1253, '1456-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168614, 1253, '1456-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168615, 1253, '1456-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168616, 1253, '1456-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168617, 1253, '1456-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168618, 1253, '1456-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168619, 1253, '1456-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168620, 1253, '1456-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168621, 1253, '1456-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168622, 1253, '1457-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168623, 1253, '1457-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168624, 1253, '1457-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168625, 1253, '1457-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168626, 1253, '1457-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168627, 1253, '1457-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168628, 1253, '1457-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168629, 1253, '1457-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168630, 1253, '1457-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168631, 1253, '1457-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168632, 1253, '1457-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168633, 1253, '1457-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168634, 1253, '1458-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168635, 1253, '1458-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168636, 1253, '1458-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168637, 1253, '1458-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168638, 1253, '1458-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168639, 1253, '1458-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168640, 1253, '1458-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168641, 1253, '1458-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168642, 1253, '1458-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168643, 1253, '1458-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168644, 1253, '1458-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168645, 1253, '1458-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168646, 1253, '1459-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168647, 1253, '1459-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168648, 1253, '1459-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168649, 1253, '1459-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168650, 1253, '1459-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168651, 1253, '1459-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168652, 1253, '1459-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168653, 1253, '1459-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168654, 1253, '1459-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168655, 1253, '1459-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168656, 1253, '1459-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168657, 1253, '1459-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168658, 1253, '1460-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168659, 1253, '1460-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168660, 1253, '1460-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168661, 1253, '1460-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168662, 1253, '1460-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168663, 1253, '1460-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168664, 1253, '1460-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168665, 1253, '1460-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168666, 1253, '1460-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168667, 1253, '1460-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168668, 1253, '1460-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168669, 1253, '1460-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168670, 1253, '1461-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168671, 1253, '1461-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168672, 1253, '1461-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168673, 1253, '1461-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168674, 1253, '1461-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168675, 1253, '1461-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168676, 1253, '1461-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168677, 1253, '1461-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168678, 1253, '1461-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168679, 1253, '1461-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168680, 1253, '1461-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168681, 1253, '1461-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168682, 1253, '1462-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168683, 1253, '1462-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168684, 1253, '1462-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168685, 1253, '1462-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168686, 1253, '1462-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168687, 1253, '1462-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168688, 1253, '1462-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168689, 1253, '1462-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168690, 1253, '1462-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168691, 1253, '1462-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168692, 1253, '1462-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168693, 1253, '1462-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168694, 1253, '1463-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168695, 1253, '1463-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168696, 1253, '1463-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168697, 1253, '1463-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168698, 1253, '1463-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168699, 1253, '1463-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168700, 1253, '1463-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168701, 1253, '1463-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168702, 1253, '1463-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168703, 1253, '1463-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168704, 1253, '1463-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168705, 1253, '1463-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168706, 1253, '1464-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168707, 1253, '1464-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168708, 1253, '1464-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168709, 1253, '1464-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168710, 1253, '1464-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168711, 1253, '1464-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168712, 1253, '1464-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168713, 1253, '1464-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168714, 1253, '1464-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168715, 1253, '1464-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168716, 1253, '1464-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168717, 1253, '1464-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168718, 1253, '1465-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168719, 1253, '1465-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168720, 1253, '1465-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168721, 1253, '1465-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168722, 1253, '1465-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168723, 1253, '1465-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168724, 1253, '1465-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168725, 1253, '1465-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168726, 1253, '1465-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168727, 1253, '1465-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168728, 1253, '1465-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168729, 1253, '1465-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168730, 1253, '1466-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168731, 1253, '1466-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168732, 1253, '1466-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168733, 1253, '1466-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168734, 1253, '1466-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168735, 1253, '1466-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168736, 1253, '1466-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168737, 1253, '1466-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168738, 1253, '1466-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168739, 1253, '1466-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168740, 1253, '1466-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168741, 1253, '1466-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168742, 1253, '1467-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168743, 1253, '1467-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168744, 1253, '1467-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168745, 1253, '1467-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168746, 1253, '1467-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168747, 1253, '1467-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168748, 1253, '1467-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168749, 1253, '1467-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168750, 1253, '1467-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168751, 1253, '1467-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168752, 1253, '1467-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168753, 1253, '1467-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168754, 1253, '1468-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168755, 1253, '1468-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168756, 1253, '1468-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168757, 1253, '1468-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168758, 1253, '1468-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168759, 1253, '1468-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168760, 1253, '1468-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168761, 1253, '1468-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168762, 1253, '1468-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168763, 1253, '1468-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168764, 1253, '1468-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168765, 1253, '1468-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168766, 1253, '1469-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168767, 1253, '1469-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168768, 1253, '1469-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168769, 1253, '1469-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168770, 1253, '1469-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168771, 1253, '1469-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168772, 1253, '1469-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168773, 1253, '1469-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168774, 1253, '1469-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168775, 1253, '1469-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168776, 1253, '1469-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168777, 1253, '1469-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168778, 1253, '1470-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168779, 1253, '1470-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168780, 1253, '1470-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168781, 1253, '1470-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168782, 1253, '1470-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168783, 1253, '1470-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168784, 1253, '1470-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168785, 1253, '1470-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168786, 1253, '1470-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168787, 1253, '1470-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168788, 1253, '1470-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168789, 1253, '1470-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168790, 1253, '1471-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168791, 1253, '1471-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168792, 1253, '1471-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168793, 1253, '1471-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168794, 1253, '1471-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168795, 1253, '1471-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168796, 1253, '1471-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168797, 1253, '1471-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168798, 1253, '1471-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168799, 1253, '1471-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168800, 1253, '1471-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168801, 1253, '1471-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168802, 1253, '1472-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168803, 1253, '1472-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168804, 1253, '1472-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168805, 1253, '1472-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168806, 1253, '1472-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168807, 1253, '1472-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168808, 1253, '1472-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168809, 1253, '1472-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168810, 1253, '1472-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168811, 1253, '1472-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168812, 1253, '1472-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168813, 1253, '1472-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168814, 1253, '1473-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168815, 1253, '1473-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168816, 1253, '1473-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168817, 1253, '1473-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168818, 1253, '1473-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168819, 1253, '1473-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168820, 1253, '1473-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168821, 1253, '1473-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168822, 1253, '1473-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168823, 1253, '1473-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168824, 1253, '1473-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168825, 1253, '1473-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168826, 1253, '1474-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168827, 1253, '1474-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168828, 1253, '1474-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168829, 1253, '1474-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168830, 1253, '1474-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168831, 1253, '1474-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168832, 1253, '1474-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168833, 1253, '1474-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168834, 1253, '1474-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168835, 1253, '1474-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168836, 1253, '1474-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168837, 1253, '1474-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168838, 1253, '1475-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168839, 1253, '1475-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168840, 1253, '1475-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168841, 1253, '1475-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168842, 1253, '1475-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168843, 1253, '1475-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168844, 1253, '1475-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168845, 1253, '1475-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168846, 1253, '1475-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168847, 1253, '1475-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168848, 1253, '1475-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168849, 1253, '1475-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168850, 1253, '1476-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168851, 1253, '1476-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168852, 1253, '1476-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168853, 1253, '1476-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168854, 1253, '1476-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168855, 1253, '1476-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168856, 1253, '1476-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168857, 1253, '1476-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168858, 1253, '1476-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168859, 1253, '1476-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168860, 1253, '1476-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168861, 1253, '1476-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168862, 1253, '1477-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168863, 1253, '1477-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168864, 1253, '1477-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168865, 1253, '1477-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168866, 1253, '1477-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168867, 1253, '1477-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168868, 1253, '1477-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168869, 1253, '1477-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168870, 1253, '1477-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168871, 1253, '1477-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168872, 1253, '1477-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168873, 1253, '1477-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168874, 1253, '1478-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168875, 1253, '1478-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168876, 1253, '1478-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168877, 1253, '1478-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168878, 1253, '1478-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168879, 1253, '1478-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168880, 1253, '1478-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168881, 1253, '1478-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168882, 1253, '1478-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168883, 1253, '1478-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168884, 1253, '1478-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168885, 1253, '1478-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168886, 1253, '1479-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168887, 1253, '1479-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168888, 1253, '1479-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168889, 1253, '1479-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168890, 1253, '1479-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168891, 1253, '1479-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168892, 1253, '1479-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168893, 1253, '1479-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168894, 1253, '1479-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168895, 1253, '1479-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168896, 1253, '1479-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168897, 1253, '1479-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168898, 1253, '1480-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168899, 1253, '1480-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168900, 1253, '1480-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168901, 1253, '1480-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168902, 1253, '1480-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168903, 1253, '1480-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168904, 1253, '1480-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168905, 1253, '1480-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168906, 1253, '1480-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168907, 1253, '1480-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168908, 1253, '1480-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168909, 1253, '1480-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168910, 1253, '1481-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168911, 1253, '1481-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168912, 1253, '1481-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168913, 1253, '1481-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168914, 1253, '1481-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168915, 1253, '1481-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168916, 1253, '1481-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168917, 1253, '1481-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168918, 1253, '1481-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168919, 1253, '1481-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168920, 1253, '1481-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168921, 1253, '1481-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168922, 1253, '1482-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168923, 1253, '1482-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168924, 1253, '1482-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168925, 1253, '1482-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168926, 1253, '1482-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168927, 1253, '1482-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168928, 1253, '1482-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168929, 1253, '1482-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168930, 1253, '1482-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168931, 1253, '1482-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168932, 1253, '1482-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168933, 1253, '1482-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168934, 1253, '1483-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168935, 1253, '1483-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168936, 1253, '1483-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168937, 1253, '1483-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168938, 1253, '1483-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168939, 1253, '1483-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168940, 1253, '1483-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168941, 1253, '1483-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168942, 1253, '1483-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168943, 1253, '1483-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(168944, 1253, '1483-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168945, 1253, '1483-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168946, 1253, '1484-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168947, 1253, '1484-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168948, 1253, '1484-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168949, 1253, '1484-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168950, 1253, '1484-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168951, 1253, '1484-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168952, 1253, '1484-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168953, 1253, '1484-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168954, 1253, '1484-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168955, 1253, '1484-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168956, 1253, '1484-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168957, 1253, '1484-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168958, 1253, '1485-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168959, 1253, '1485-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168960, 1253, '1485-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168961, 1253, '1485-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168962, 1253, '1485-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168963, 1253, '1485-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168964, 1253, '1485-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168965, 1253, '1485-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168966, 1253, '1485-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168967, 1253, '1485-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168968, 1253, '1485-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168969, 1253, '1485-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168970, 1253, '1486-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168971, 1253, '1486-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168972, 1253, '1486-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168973, 1253, '1486-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168974, 1253, '1486-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168975, 1253, '1486-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168976, 1253, '1486-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168977, 1253, '1486-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168978, 1253, '1486-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168979, 1253, '1486-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168980, 1253, '1486-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168981, 1253, '1486-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168982, 1253, '1487-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168983, 1253, '1487-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168984, 1253, '1487-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168985, 1253, '1487-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168986, 1253, '1487-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168987, 1253, '1487-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168988, 1253, '1487-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168989, 1253, '1487-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168990, 1253, '1487-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168991, 1253, '1487-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168992, 1253, '1487-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168993, 1253, '1487-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168994, 1253, '1488-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168995, 1253, '1488-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168996, 1253, '1488-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168997, 1253, '1488-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168998, 1253, '1488-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(168999, 1253, '1488-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(169000, 1253, '1488-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(169001, 1253, '1488-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(169002, 1253, '1488-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(169003, 1253, '1488-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(169004, 1253, '1488-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(169005, 1253, '1488-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(169006, 1253, '1489-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(169007, 1253, '1489-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(169008, 1253, '1489-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(169009, 1253, '1489-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(169010, 1253, '1489-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(169011, 1253, '1489-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(169012, 1253, '1489-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(169013, 1253, '1489-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(169014, 1253, '1489-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(169015, 1253, '1489-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(169016, 1253, '1489-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(169017, 1253, '1489-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(169018, 1253, '1490-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(169019, 1253, '1490-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(169020, 1253, '1490-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:00', '2023-09-13 14:39:00'),
(169021, 1253, '1490-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:01', '2023-09-13 14:39:01'),
(169022, 1253, '1490-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:01', '2023-09-13 14:39:01'),
(169023, 1253, '1490-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:01', '2023-09-13 14:39:01'),
(169024, 1253, '1490-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:01', '2023-09-13 14:39:01'),
(169025, 1253, '1490-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:01', '2023-09-13 14:39:01'),
(169026, 1253, '1490-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:01', '2023-09-13 14:39:01'),
(169027, 1253, '1490-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:01', '2023-09-13 14:39:01'),
(169028, 1253, '1490-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:01', '2023-09-13 14:39:01'),
(169029, 1253, '1490-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:01', '2023-09-13 14:39:01'),
(169030, 1253, '1491-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:01', '2023-09-13 14:39:01'),
(169031, 1253, '1491-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:01', '2023-09-13 14:39:01'),
(169032, 1253, '1491-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:01', '2023-09-13 14:39:01'),
(169033, 1253, '1491-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:01', '2023-09-13 14:39:01'),
(169034, 1253, '1491-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:01', '2023-09-13 14:39:01'),
(169035, 1253, '1491-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:01', '2023-09-13 14:39:01'),
(169036, 1253, '1491-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:01', '2023-09-13 14:39:01'),
(169037, 1253, '1491-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:01', '2023-09-13 14:39:01'),
(169038, 1253, '1491-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:01', '2023-09-13 14:39:01'),
(169039, 1253, '1491-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:01', '2023-09-13 14:39:01'),
(169040, 1253, '1491-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:01', '2023-09-13 14:39:01'),
(169041, 1253, '1491-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:01', '2023-09-13 14:39:01'),
(169042, 1253, '1492-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:01', '2023-09-13 14:39:01'),
(169043, 1253, '1492-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:01', '2023-09-13 14:39:01'),
(169044, 1253, '1492-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:01', '2023-09-13 14:39:01'),
(169045, 1253, '1492-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:01', '2023-09-13 14:39:01'),
(169046, 1253, '1492-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:01', '2023-09-13 14:39:01'),
(169047, 1253, '1492-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:01', '2023-09-13 14:39:01'),
(169048, 1253, '1492-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:01', '2023-09-13 14:39:01'),
(169049, 1253, '1492-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:01', '2023-09-13 14:39:01'),
(169050, 1253, '1492-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:01', '2023-09-13 14:39:01'),
(169051, 1253, '1492-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:01', '2023-09-13 14:39:01'),
(169052, 1253, '1492-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:01', '2023-09-13 14:39:01'),
(169053, 1253, '1492-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:01', '2023-09-13 14:39:01'),
(169054, 1253, '1493-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:01', '2023-09-13 14:39:01'),
(169055, 1253, '1493-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:01', '2023-09-13 14:39:01'),
(169056, 1253, '1493-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:01', '2023-09-13 14:39:01'),
(169057, 1253, '1493-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:01', '2023-09-13 14:39:01'),
(169058, 1253, '1493-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:01', '2023-09-13 14:39:01'),
(169059, 1253, '1493-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:01', '2023-09-13 14:39:01'),
(169060, 1253, '1493-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:01', '2023-09-13 14:39:01'),
(169061, 1253, '1493-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:01', '2023-09-13 14:39:01'),
(169062, 1253, '1493-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:01', '2023-09-13 14:39:01'),
(169063, 1253, '1493-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:01', '2023-09-13 14:39:01'),
(169064, 1253, '1493-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:01', '2023-09-13 14:39:01'),
(169065, 1253, '1493-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:01', '2023-09-13 14:39:01'),
(169066, 1253, '1494-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:01', '2023-09-13 14:39:01'),
(169067, 1253, '1494-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:01', '2023-09-13 14:39:01'),
(169068, 1253, '1494-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:01', '2023-09-13 14:39:01'),
(169069, 1253, '1494-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:01', '2023-09-13 14:39:01'),
(169070, 1253, '1494-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:01', '2023-09-13 14:39:01'),
(169071, 1253, '1494-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:01', '2023-09-13 14:39:01'),
(169072, 1253, '1494-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:01', '2023-09-13 14:39:01'),
(169073, 1253, '1494-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:01', '2023-09-13 14:39:01'),
(169074, 1253, '1494-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:01', '2023-09-13 14:39:01'),
(169075, 1253, '1494-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:01', '2023-09-13 14:39:01'),
(169076, 1253, '1494-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:01', '2023-09-13 14:39:01'),
(169077, 1253, '1494-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:01', '2023-09-13 14:39:01'),
(169078, 1253, '1495-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:01', '2023-09-13 14:39:01'),
(169079, 1253, '1495-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:01', '2023-09-13 14:39:01'),
(169080, 1253, '1495-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:01', '2023-09-13 14:39:01'),
(169081, 1253, '1495-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:01', '2023-09-13 14:39:01'),
(169082, 1253, '1495-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:01', '2023-09-13 14:39:01'),
(169083, 1253, '1495-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:01', '2023-09-13 14:39:01'),
(169084, 1253, '1495-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:01', '2023-09-13 14:39:01'),
(169085, 1253, '1495-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:01', '2023-09-13 14:39:01'),
(169086, 1253, '1495-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:01', '2023-09-13 14:39:01'),
(169087, 1253, '1495-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:01', '2023-09-13 14:39:01'),
(169088, 1253, '1495-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:01', '2023-09-13 14:39:01'),
(169089, 1253, '1495-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:01', '2023-09-13 14:39:01'),
(169090, 1253, '1496-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:01', '2023-09-13 14:39:01'),
(169091, 1253, '1496-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:01', '2023-09-13 14:39:01'),
(169092, 1253, '1496-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:01', '2023-09-13 14:39:01'),
(169093, 1253, '1496-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:01', '2023-09-13 14:39:01'),
(169094, 1253, '1496-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:01', '2023-09-13 14:39:01'),
(169095, 1253, '1496-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:01', '2023-09-13 14:39:01'),
(169096, 1253, '1496-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:01', '2023-09-13 14:39:01'),
(169097, 1253, '1496-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:01', '2023-09-13 14:39:01'),
(169098, 1253, '1496-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:01', '2023-09-13 14:39:01'),
(169099, 1253, '1496-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:01', '2023-09-13 14:39:01'),
(169100, 1253, '1496-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:01', '2023-09-13 14:39:01'),
(169101, 1253, '1496-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:01', '2023-09-13 14:39:01'),
(169102, 1253, '1497-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:01', '2023-09-13 14:39:01'),
(169103, 1253, '1497-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:01', '2023-09-13 14:39:01'),
(169104, 1253, '1497-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:01', '2023-09-13 14:39:01'),
(169105, 1253, '1497-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:01', '2023-09-13 14:39:01'),
(169106, 1253, '1497-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:01', '2023-09-13 14:39:01'),
(169107, 1253, '1497-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:01', '2023-09-13 14:39:01'),
(169108, 1253, '1497-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:01', '2023-09-13 14:39:01'),
(169109, 1253, '1497-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:01', '2023-09-13 14:39:01'),
(169110, 1253, '1497-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:01', '2023-09-13 14:39:01'),
(169111, 1253, '1497-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:01', '2023-09-13 14:39:01'),
(169112, 1253, '1497-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:01', '2023-09-13 14:39:01'),
(169113, 1253, '1497-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:01', '2023-09-13 14:39:01'),
(169114, 1253, '1498-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:01', '2023-09-13 14:39:01'),
(169115, 1253, '1498-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:01', '2023-09-13 14:39:01'),
(169116, 1253, '1498-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:01', '2023-09-13 14:39:01'),
(169117, 1253, '1498-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:01', '2023-09-13 14:39:01'),
(169118, 1253, '1498-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:01', '2023-09-13 14:39:01'),
(169119, 1253, '1498-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:01', '2023-09-13 14:39:01'),
(169120, 1253, '1498-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:01', '2023-09-13 14:39:01'),
(169121, 1253, '1498-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:01', '2023-09-13 14:39:01'),
(169122, 1253, '1498-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:01', '2023-09-13 14:39:01'),
(169123, 1253, '1498-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:01', '2023-09-13 14:39:01'),
(169124, 1253, '1498-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:01', '2023-09-13 14:39:01'),
(169125, 1253, '1498-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:01', '2023-09-13 14:39:01'),
(169126, 1253, '1499-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:01', '2023-09-13 14:39:01'),
(169127, 1253, '1499-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:01', '2023-09-13 14:39:01'),
(169128, 1253, '1499-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:01', '2023-09-13 14:39:01'),
(169129, 1253, '1499-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:01', '2023-09-13 14:39:01'),
(169130, 1253, '1499-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:01', '2023-09-13 14:39:01'),
(169131, 1253, '1499-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:01', '2023-09-13 14:39:01'),
(169132, 1253, '1499-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:01', '2023-09-13 14:39:01'),
(169133, 1253, '1499-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:01', '2023-09-13 14:39:01'),
(169134, 1253, '1499-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:01', '2023-09-13 14:39:01'),
(169135, 1253, '1499-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:01', '2023-09-13 14:39:01'),
(169136, 1253, '1499-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:01', '2023-09-13 14:39:01'),
(169137, 1253, '1499-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:01', '2023-09-13 14:39:01'),
(169138, 1253, '1500-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:01', '2023-09-13 14:39:01'),
(169139, 1253, '1500-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:01', '2023-09-13 14:39:01'),
(169140, 1253, '1500-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:01', '2023-09-13 14:39:01'),
(169141, 1253, '1500-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:01', '2023-09-13 14:39:01'),
(169142, 1253, '1500-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:01', '2023-09-13 14:39:01'),
(169143, 1253, '1500-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:01', '2023-09-13 14:39:01'),
(169144, 1253, '1500-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:01', '2023-09-13 14:39:01'),
(169145, 1253, '1500-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:01', '2023-09-13 14:39:01'),
(169146, 1253, '1500-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:01', '2023-09-13 14:39:01'),
(169147, 1253, '1500-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:01', '2023-09-13 14:39:01'),
(169148, 1253, '1500-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:01', '2023-09-13 14:39:01'),
(169149, 1253, '1500-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:01', '2023-09-13 14:39:01'),
(169150, 1253, '1501-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:01', '2023-09-13 14:39:01'),
(169151, 1253, '1501-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:01', '2023-09-13 14:39:01'),
(169152, 1253, '1501-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:01', '2023-09-13 14:39:01'),
(169153, 1253, '1501-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:01', '2023-09-13 14:39:01'),
(169154, 1253, '1501-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:01', '2023-09-13 14:39:01'),
(169155, 1253, '1501-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:01', '2023-09-13 14:39:01'),
(169156, 1253, '1501-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:01', '2023-09-13 14:39:01'),
(169157, 1253, '1501-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:01', '2023-09-13 14:39:01'),
(169158, 1253, '1501-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:01', '2023-09-13 14:39:01'),
(169159, 1253, '1501-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:01', '2023-09-13 14:39:01'),
(169160, 1253, '1501-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:01', '2023-09-13 14:39:01'),
(169161, 1253, '1501-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:01', '2023-09-13 14:39:01'),
(169162, 1253, '1502-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:01', '2023-09-13 14:39:01'),
(169163, 1253, '1502-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:01', '2023-09-13 14:39:01'),
(169164, 1253, '1502-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:01', '2023-09-13 14:39:01'),
(169165, 1253, '1502-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:01', '2023-09-13 14:39:01'),
(169166, 1253, '1502-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:01', '2023-09-13 14:39:01'),
(169167, 1253, '1502-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:01', '2023-09-13 14:39:01'),
(169168, 1253, '1502-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:01', '2023-09-13 14:39:01'),
(169169, 1253, '1502-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:01', '2023-09-13 14:39:01'),
(169170, 1253, '1502-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:01', '2023-09-13 14:39:01'),
(169171, 1253, '1502-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:01', '2023-09-13 14:39:01'),
(169172, 1253, '1502-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:01', '2023-09-13 14:39:01'),
(169173, 1253, '1502-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:01', '2023-09-13 14:39:01'),
(169174, 1253, '1503-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:01', '2023-09-13 14:39:01'),
(169175, 1253, '1503-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:01', '2023-09-13 14:39:01'),
(169176, 1253, '1503-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:01', '2023-09-13 14:39:01'),
(169177, 1253, '1503-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:01', '2023-09-13 14:39:01'),
(169178, 1253, '1503-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:01', '2023-09-13 14:39:01'),
(169179, 1253, '1503-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:01', '2023-09-13 14:39:01'),
(169180, 1253, '1503-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:01', '2023-09-13 14:39:01'),
(169181, 1253, '1503-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:01', '2023-09-13 14:39:01'),
(169182, 1253, '1503-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:01', '2023-09-13 14:39:01'),
(169183, 1253, '1503-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:01', '2023-09-13 14:39:01'),
(169184, 1253, '1503-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:01', '2023-09-13 14:39:01'),
(169185, 1253, '1503-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:01', '2023-09-13 14:39:01'),
(169186, 1253, '1504-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:01', '2023-09-13 14:39:01'),
(169187, 1253, '1504-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:01', '2023-09-13 14:39:01'),
(169188, 1253, '1504-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:01', '2023-09-13 14:39:01'),
(169189, 1253, '1504-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:01', '2023-09-13 14:39:01'),
(169190, 1253, '1504-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:01', '2023-09-13 14:39:01'),
(169191, 1253, '1504-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:01', '2023-09-13 14:39:01'),
(169192, 1253, '1504-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:01', '2023-09-13 14:39:01'),
(169193, 1253, '1504-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:01', '2023-09-13 14:39:01'),
(169194, 1253, '1504-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:01', '2023-09-13 14:39:01'),
(169195, 1253, '1504-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:01', '2023-09-13 14:39:01'),
(169196, 1253, '1504-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:01', '2023-09-13 14:39:01'),
(169197, 1253, '1504-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:01', '2023-09-13 14:39:01'),
(169198, 1253, '1505-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:01', '2023-09-13 14:39:01'),
(169199, 1253, '1505-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:01', '2023-09-13 14:39:01'),
(169200, 1253, '1505-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:01', '2023-09-13 14:39:01'),
(169201, 1253, '1505-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:01', '2023-09-13 14:39:01'),
(169202, 1253, '1505-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:01', '2023-09-13 14:39:01'),
(169203, 1253, '1505-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:01', '2023-09-13 14:39:01'),
(169204, 1253, '1505-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:01', '2023-09-13 14:39:01'),
(169205, 1253, '1505-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:01', '2023-09-13 14:39:01'),
(169206, 1253, '1505-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:02', '2023-09-13 14:39:02'),
(169207, 1253, '1505-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:02', '2023-09-13 14:39:02'),
(169208, 1253, '1505-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:02', '2023-09-13 14:39:02'),
(169209, 1253, '1505-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:02', '2023-09-13 14:39:02'),
(169210, 1253, '1506-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:02', '2023-09-13 14:39:02'),
(169211, 1253, '1506-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:02', '2023-09-13 14:39:02'),
(169212, 1253, '1506-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:02', '2023-09-13 14:39:02'),
(169213, 1253, '1506-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:02', '2023-09-13 14:39:02'),
(169214, 1253, '1506-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:02', '2023-09-13 14:39:02'),
(169215, 1253, '1506-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:02', '2023-09-13 14:39:02'),
(169216, 1253, '1506-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:02', '2023-09-13 14:39:02'),
(169217, 1253, '1506-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:02', '2023-09-13 14:39:02'),
(169218, 1253, '1506-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:02', '2023-09-13 14:39:02'),
(169219, 1253, '1506-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:02', '2023-09-13 14:39:02'),
(169220, 1253, '1506-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:02', '2023-09-13 14:39:02'),
(169221, 1253, '1506-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:02', '2023-09-13 14:39:02'),
(169222, 1253, '1507-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:02', '2023-09-13 14:39:02'),
(169223, 1253, '1507-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:02', '2023-09-13 14:39:02'),
(169224, 1253, '1507-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:02', '2023-09-13 14:39:02'),
(169225, 1253, '1507-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:02', '2023-09-13 14:39:02'),
(169226, 1253, '1507-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:02', '2023-09-13 14:39:02'),
(169227, 1253, '1507-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:02', '2023-09-13 14:39:02'),
(169228, 1253, '1507-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:02', '2023-09-13 14:39:02'),
(169229, 1253, '1507-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:02', '2023-09-13 14:39:02'),
(169230, 1253, '1507-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:02', '2023-09-13 14:39:02'),
(169231, 1253, '1507-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:02', '2023-09-13 14:39:02'),
(169232, 1253, '1507-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:02', '2023-09-13 14:39:02'),
(169233, 1253, '1507-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:02', '2023-09-13 14:39:02'),
(169234, 1253, '1508-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:02', '2023-09-13 14:39:02'),
(169235, 1253, '1508-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:02', '2023-09-13 14:39:02'),
(169236, 1253, '1508-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:02', '2023-09-13 14:39:02'),
(169237, 1253, '1508-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:02', '2023-09-13 14:39:02'),
(169238, 1253, '1508-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:02', '2023-09-13 14:39:02'),
(169239, 1253, '1508-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:02', '2023-09-13 14:39:02'),
(169240, 1253, '1508-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:02', '2023-09-13 14:39:02'),
(169241, 1253, '1508-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:02', '2023-09-13 14:39:02'),
(169242, 1253, '1508-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:02', '2023-09-13 14:39:02'),
(169243, 1253, '1508-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:02', '2023-09-13 14:39:02'),
(169244, 1253, '1508-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:02', '2023-09-13 14:39:02'),
(169245, 1253, '1508-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:02', '2023-09-13 14:39:02'),
(169246, 1253, '1509-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:02', '2023-09-13 14:39:02'),
(169247, 1253, '1509-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:02', '2023-09-13 14:39:02'),
(169248, 1253, '1509-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:02', '2023-09-13 14:39:02'),
(169249, 1253, '1509-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:02', '2023-09-13 14:39:02'),
(169250, 1253, '1509-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:02', '2023-09-13 14:39:02'),
(169251, 1253, '1509-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:02', '2023-09-13 14:39:02'),
(169252, 1253, '1509-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:02', '2023-09-13 14:39:02'),
(169253, 1253, '1509-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:02', '2023-09-13 14:39:02'),
(169254, 1253, '1509-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:02', '2023-09-13 14:39:02'),
(169255, 1253, '1509-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:02', '2023-09-13 14:39:02'),
(169256, 1253, '1509-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:02', '2023-09-13 14:39:02'),
(169257, 1253, '1509-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:02', '2023-09-13 14:39:02'),
(169258, 1253, '1510-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:02', '2023-09-13 14:39:02'),
(169259, 1253, '1510-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:02', '2023-09-13 14:39:02'),
(169260, 1253, '1510-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:02', '2023-09-13 14:39:02'),
(169261, 1253, '1510-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:02', '2023-09-13 14:39:02'),
(169262, 1253, '1510-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:02', '2023-09-13 14:39:02'),
(169263, 1253, '1510-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:02', '2023-09-13 14:39:02'),
(169264, 1253, '1510-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:02', '2023-09-13 14:39:02'),
(169265, 1253, '1510-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:02', '2023-09-13 14:39:02'),
(169266, 1253, '1510-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:02', '2023-09-13 14:39:02'),
(169267, 1253, '1510-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:02', '2023-09-13 14:39:02'),
(169268, 1253, '1510-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:02', '2023-09-13 14:39:02'),
(169269, 1253, '1510-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:02', '2023-09-13 14:39:02'),
(169270, 1253, '1511-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:02', '2023-09-13 14:39:02'),
(169271, 1253, '1511-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:02', '2023-09-13 14:39:02'),
(169272, 1253, '1511-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:02', '2023-09-13 14:39:02'),
(169273, 1253, '1511-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:02', '2023-09-13 14:39:02'),
(169274, 1253, '1511-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:02', '2023-09-13 14:39:02'),
(169275, 1253, '1511-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:02', '2023-09-13 14:39:02'),
(169276, 1253, '1511-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:02', '2023-09-13 14:39:02'),
(169277, 1253, '1511-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:02', '2023-09-13 14:39:02'),
(169278, 1253, '1511-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:02', '2023-09-13 14:39:02'),
(169279, 1253, '1511-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:02', '2023-09-13 14:39:02'),
(169280, 1253, '1511-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:02', '2023-09-13 14:39:02'),
(169281, 1253, '1511-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:02', '2023-09-13 14:39:02'),
(169282, 1253, '1512-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:02', '2023-09-13 14:39:02'),
(169283, 1253, '1512-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:02', '2023-09-13 14:39:02'),
(169284, 1253, '1512-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:02', '2023-09-13 14:39:02'),
(169285, 1253, '1512-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:02', '2023-09-13 14:39:02'),
(169286, 1253, '1512-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:02', '2023-09-13 14:39:02'),
(169287, 1253, '1512-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:02', '2023-09-13 14:39:02'),
(169288, 1253, '1512-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:02', '2023-09-13 14:39:02'),
(169289, 1253, '1512-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:02', '2023-09-13 14:39:02'),
(169290, 1253, '1512-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:02', '2023-09-13 14:39:02'),
(169291, 1253, '1512-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:02', '2023-09-13 14:39:02'),
(169292, 1253, '1512-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:02', '2023-09-13 14:39:02'),
(169293, 1253, '1512-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:02', '2023-09-13 14:39:02'),
(169294, 1253, '1513-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:02', '2023-09-13 14:39:02'),
(169295, 1253, '1513-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:02', '2023-09-13 14:39:02'),
(169296, 1253, '1513-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:02', '2023-09-13 14:39:02'),
(169297, 1253, '1513-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:02', '2023-09-13 14:39:02'),
(169298, 1253, '1513-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:02', '2023-09-13 14:39:02'),
(169299, 1253, '1513-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:02', '2023-09-13 14:39:02'),
(169300, 1253, '1513-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:02', '2023-09-13 14:39:02'),
(169301, 1253, '1513-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:02', '2023-09-13 14:39:02'),
(169302, 1253, '1513-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:02', '2023-09-13 14:39:02'),
(169303, 1253, '1513-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:02', '2023-09-13 14:39:02'),
(169304, 1253, '1513-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:02', '2023-09-13 14:39:02'),
(169305, 1253, '1513-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:02', '2023-09-13 14:39:02'),
(169306, 1253, '1514-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:02', '2023-09-13 14:39:02'),
(169307, 1253, '1514-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:02', '2023-09-13 14:39:02'),
(169308, 1253, '1514-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:02', '2023-09-13 14:39:02'),
(169309, 1253, '1514-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:02', '2023-09-13 14:39:02'),
(169310, 1253, '1514-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:02', '2023-09-13 14:39:02'),
(169311, 1253, '1514-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:02', '2023-09-13 14:39:02'),
(169312, 1253, '1514-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:02', '2023-09-13 14:39:02'),
(169313, 1253, '1514-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:02', '2023-09-13 14:39:02'),
(169314, 1253, '1514-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:02', '2023-09-13 14:39:02'),
(169315, 1253, '1514-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:02', '2023-09-13 14:39:02'),
(169316, 1253, '1514-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:02', '2023-09-13 14:39:02'),
(169317, 1253, '1514-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:03', '2023-09-13 14:39:03'),
(169318, 1253, '1515-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:03', '2023-09-13 14:39:03'),
(169319, 1253, '1515-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:03', '2023-09-13 14:39:03'),
(169320, 1253, '1515-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:03', '2023-09-13 14:39:03'),
(169321, 1253, '1515-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:03', '2023-09-13 14:39:03'),
(169322, 1253, '1515-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:03', '2023-09-13 14:39:03'),
(169323, 1253, '1515-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:03', '2023-09-13 14:39:03'),
(169324, 1253, '1515-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:03', '2023-09-13 14:39:03'),
(169325, 1253, '1515-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:03', '2023-09-13 14:39:03'),
(169326, 1253, '1515-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:03', '2023-09-13 14:39:03'),
(169327, 1253, '1515-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:03', '2023-09-13 14:39:03'),
(169328, 1253, '1515-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:03', '2023-09-13 14:39:03'),
(169329, 1253, '1515-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:03', '2023-09-13 14:39:03'),
(169330, 1253, '1516-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:03', '2023-09-13 14:39:03'),
(169331, 1253, '1516-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:03', '2023-09-13 14:39:03'),
(169332, 1253, '1516-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:03', '2023-09-13 14:39:03'),
(169333, 1253, '1516-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:03', '2023-09-13 14:39:03'),
(169334, 1253, '1516-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:03', '2023-09-13 14:39:03'),
(169335, 1253, '1516-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:03', '2023-09-13 14:39:03'),
(169336, 1253, '1516-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:03', '2023-09-13 14:39:03'),
(169337, 1253, '1516-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:03', '2023-09-13 14:39:03'),
(169338, 1253, '1516-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:03', '2023-09-13 14:39:03'),
(169339, 1253, '1516-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:03', '2023-09-13 14:39:03'),
(169340, 1253, '1516-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:03', '2023-09-13 14:39:03'),
(169341, 1253, '1516-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:03', '2023-09-13 14:39:03'),
(169342, 1253, '1517-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:03', '2023-09-13 14:39:03'),
(169343, 1253, '1517-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:03', '2023-09-13 14:39:03'),
(169344, 1253, '1517-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:03', '2023-09-13 14:39:03'),
(169345, 1253, '1517-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:03', '2023-09-13 14:39:03'),
(169346, 1253, '1517-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:03', '2023-09-13 14:39:03'),
(169347, 1253, '1517-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:03', '2023-09-13 14:39:03'),
(169348, 1253, '1517-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:03', '2023-09-13 14:39:03'),
(169349, 1253, '1517-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:03', '2023-09-13 14:39:03'),
(169350, 1253, '1517-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:03', '2023-09-13 14:39:03'),
(169351, 1253, '1517-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:03', '2023-09-13 14:39:03'),
(169352, 1253, '1517-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:03', '2023-09-13 14:39:03'),
(169353, 1253, '1517-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:03', '2023-09-13 14:39:03'),
(169354, 1253, '1518-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:03', '2023-09-13 14:39:03'),
(169355, 1253, '1518-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:03', '2023-09-13 14:39:03'),
(169356, 1253, '1518-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:03', '2023-09-13 14:39:03'),
(169357, 1253, '1518-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:03', '2023-09-13 14:39:03'),
(169358, 1253, '1518-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:03', '2023-09-13 14:39:03'),
(169359, 1253, '1518-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:03', '2023-09-13 14:39:03'),
(169360, 1253, '1518-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:03', '2023-09-13 14:39:03'),
(169361, 1253, '1518-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:03', '2023-09-13 14:39:03'),
(169362, 1253, '1518-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:03', '2023-09-13 14:39:03'),
(169363, 1253, '1518-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:03', '2023-09-13 14:39:03'),
(169364, 1253, '1518-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:03', '2023-09-13 14:39:03'),
(169365, 1253, '1518-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:03', '2023-09-13 14:39:03'),
(169366, 1253, '1519-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:03', '2023-09-13 14:39:03'),
(169367, 1253, '1519-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:03', '2023-09-13 14:39:03'),
(169368, 1253, '1519-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:03', '2023-09-13 14:39:03'),
(169369, 1253, '1519-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:03', '2023-09-13 14:39:03'),
(169370, 1253, '1519-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:03', '2023-09-13 14:39:03'),
(169371, 1253, '1519-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:03', '2023-09-13 14:39:03'),
(169372, 1253, '1519-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:03', '2023-09-13 14:39:03'),
(169373, 1253, '1519-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:03', '2023-09-13 14:39:03'),
(169374, 1253, '1519-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:03', '2023-09-13 14:39:03'),
(169375, 1253, '1519-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:03', '2023-09-13 14:39:03'),
(169376, 1253, '1519-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:03', '2023-09-13 14:39:03'),
(169377, 1253, '1519-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:03', '2023-09-13 14:39:03'),
(169378, 1253, '1520-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:03', '2023-09-13 14:39:03'),
(169379, 1253, '1520-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:03', '2023-09-13 14:39:03'),
(169380, 1253, '1520-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:03', '2023-09-13 14:39:03'),
(169381, 1253, '1520-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:03', '2023-09-13 14:39:03'),
(169382, 1253, '1520-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:03', '2023-09-13 14:39:03'),
(169383, 1253, '1520-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:03', '2023-09-13 14:39:03'),
(169384, 1253, '1520-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:03', '2023-09-13 14:39:03'),
(169385, 1253, '1520-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:03', '2023-09-13 14:39:03'),
(169386, 1253, '1520-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:03', '2023-09-13 14:39:03'),
(169387, 1253, '1520-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:03', '2023-09-13 14:39:03'),
(169388, 1253, '1520-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:03', '2023-09-13 14:39:03'),
(169389, 1253, '1520-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:03', '2023-09-13 14:39:03'),
(169390, 1253, '1521-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:03', '2023-09-13 14:39:03'),
(169391, 1253, '1521-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:03', '2023-09-13 14:39:03'),
(169392, 1253, '1521-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:03', '2023-09-13 14:39:03'),
(169393, 1253, '1521-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:03', '2023-09-13 14:39:03'),
(169394, 1253, '1521-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:03', '2023-09-13 14:39:03'),
(169395, 1253, '1521-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:03', '2023-09-13 14:39:03'),
(169396, 1253, '1521-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:03', '2023-09-13 14:39:03'),
(169397, 1253, '1521-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:03', '2023-09-13 14:39:03'),
(169398, 1253, '1521-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:03', '2023-09-13 14:39:03'),
(169399, 1253, '1521-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:03', '2023-09-13 14:39:03');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(169400, 1253, '1521-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:03', '2023-09-13 14:39:03'),
(169401, 1253, '1521-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:03', '2023-09-13 14:39:03'),
(169402, 1253, '1522-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:03', '2023-09-13 14:39:03'),
(169403, 1253, '1522-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:03', '2023-09-13 14:39:03'),
(169404, 1253, '1522-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:03', '2023-09-13 14:39:03'),
(169405, 1253, '1522-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:03', '2023-09-13 14:39:03'),
(169406, 1253, '1522-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:03', '2023-09-13 14:39:03'),
(169407, 1253, '1522-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:03', '2023-09-13 14:39:03'),
(169408, 1253, '1522-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:03', '2023-09-13 14:39:03'),
(169409, 1253, '1522-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:03', '2023-09-13 14:39:03'),
(169410, 1253, '1522-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:03', '2023-09-13 14:39:03'),
(169411, 1253, '1522-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:03', '2023-09-13 14:39:03'),
(169412, 1253, '1522-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:03', '2023-09-13 14:39:03'),
(169413, 1253, '1522-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:03', '2023-09-13 14:39:03'),
(169414, 1253, '1523-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:03', '2023-09-13 14:39:03'),
(169415, 1253, '1523-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:03', '2023-09-13 14:39:03'),
(169416, 1253, '1523-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:03', '2023-09-13 14:39:03'),
(169417, 1253, '1523-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:03', '2023-09-13 14:39:03'),
(169418, 1253, '1523-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:03', '2023-09-13 14:39:03'),
(169419, 1253, '1523-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:03', '2023-09-13 14:39:03'),
(169420, 1253, '1523-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:03', '2023-09-13 14:39:03'),
(169421, 1253, '1523-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:03', '2023-09-13 14:39:03'),
(169422, 1253, '1523-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:03', '2023-09-13 14:39:03'),
(169423, 1253, '1523-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:03', '2023-09-13 14:39:03'),
(169424, 1253, '1523-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:03', '2023-09-13 14:39:03'),
(169425, 1253, '1523-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:03', '2023-09-13 14:39:03'),
(169426, 1253, '1524-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:03', '2023-09-13 14:39:03'),
(169427, 1253, '1524-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:03', '2023-09-13 14:39:03'),
(169428, 1253, '1524-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:03', '2023-09-13 14:39:03'),
(169429, 1253, '1524-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:03', '2023-09-13 14:39:03'),
(169430, 1253, '1524-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:03', '2023-09-13 14:39:03'),
(169431, 1253, '1524-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:03', '2023-09-13 14:39:03'),
(169432, 1253, '1524-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:03', '2023-09-13 14:39:03'),
(169433, 1253, '1524-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:03', '2023-09-13 14:39:03'),
(169434, 1253, '1524-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:03', '2023-09-13 14:39:03'),
(169435, 1253, '1524-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:03', '2023-09-13 14:39:03'),
(169436, 1253, '1524-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:03', '2023-09-13 14:39:03'),
(169437, 1253, '1524-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:03', '2023-09-13 14:39:03'),
(169438, 1253, '1525-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:03', '2023-09-13 14:39:03'),
(169439, 1253, '1525-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:03', '2023-09-13 14:39:03'),
(169440, 1253, '1525-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:03', '2023-09-13 14:39:03'),
(169441, 1253, '1525-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:03', '2023-09-13 14:39:03'),
(169442, 1253, '1525-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:03', '2023-09-13 14:39:03'),
(169443, 1253, '1525-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:03', '2023-09-13 14:39:03'),
(169444, 1253, '1525-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:03', '2023-09-13 14:39:03'),
(169445, 1253, '1525-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:03', '2023-09-13 14:39:03'),
(169446, 1253, '1525-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:03', '2023-09-13 14:39:03'),
(169447, 1253, '1525-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:03', '2023-09-13 14:39:03'),
(169448, 1253, '1525-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:03', '2023-09-13 14:39:03'),
(169449, 1253, '1525-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:03', '2023-09-13 14:39:03'),
(169450, 1253, '1526-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:03', '2023-09-13 14:39:03'),
(169451, 1253, '1526-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:03', '2023-09-13 14:39:03'),
(169452, 1253, '1526-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:03', '2023-09-13 14:39:03'),
(169453, 1253, '1526-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:03', '2023-09-13 14:39:03'),
(169454, 1253, '1526-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:03', '2023-09-13 14:39:03'),
(169455, 1253, '1526-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:03', '2023-09-13 14:39:03'),
(169456, 1253, '1526-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:03', '2023-09-13 14:39:03'),
(169457, 1253, '1526-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:03', '2023-09-13 14:39:03'),
(169458, 1253, '1526-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:03', '2023-09-13 14:39:03'),
(169459, 1253, '1526-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:03', '2023-09-13 14:39:03'),
(169460, 1253, '1526-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:03', '2023-09-13 14:39:03'),
(169461, 1253, '1526-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:03', '2023-09-13 14:39:03'),
(169462, 1253, '1527-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:03', '2023-09-13 14:39:03'),
(169463, 1253, '1527-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:03', '2023-09-13 14:39:03'),
(169464, 1253, '1527-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:03', '2023-09-13 14:39:03'),
(169465, 1253, '1527-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:03', '2023-09-13 14:39:03'),
(169466, 1253, '1527-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:03', '2023-09-13 14:39:03'),
(169467, 1253, '1527-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:03', '2023-09-13 14:39:03'),
(169468, 1253, '1527-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:03', '2023-09-13 14:39:03'),
(169469, 1253, '1527-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:03', '2023-09-13 14:39:03'),
(169470, 1253, '1527-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:03', '2023-09-13 14:39:03'),
(169471, 1253, '1527-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:03', '2023-09-13 14:39:03'),
(169472, 1253, '1527-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:03', '2023-09-13 14:39:03'),
(169473, 1253, '1527-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:03', '2023-09-13 14:39:03'),
(169474, 1253, '1528-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:03', '2023-09-13 14:39:03'),
(169475, 1253, '1528-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:03', '2023-09-13 14:39:03'),
(169476, 1253, '1528-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:03', '2023-09-13 14:39:03'),
(169477, 1253, '1528-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:03', '2023-09-13 14:39:03'),
(169478, 1253, '1528-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:03', '2023-09-13 14:39:03'),
(169479, 1253, '1528-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:03', '2023-09-13 14:39:03'),
(169480, 1253, '1528-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:03', '2023-09-13 14:39:03'),
(169481, 1253, '1528-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:03', '2023-09-13 14:39:03'),
(169482, 1253, '1528-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:03', '2023-09-13 14:39:03'),
(169483, 1253, '1528-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:03', '2023-09-13 14:39:03'),
(169484, 1253, '1528-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:03', '2023-09-13 14:39:03'),
(169485, 1253, '1528-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:03', '2023-09-13 14:39:03'),
(169486, 1253, '1529-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:03', '2023-09-13 14:39:03'),
(169487, 1253, '1529-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:03', '2023-09-13 14:39:03'),
(169488, 1253, '1529-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:03', '2023-09-13 14:39:03'),
(169489, 1253, '1529-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:03', '2023-09-13 14:39:03'),
(169490, 1253, '1529-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:03', '2023-09-13 14:39:03'),
(169491, 1253, '1529-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:03', '2023-09-13 14:39:03'),
(169492, 1253, '1529-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:03', '2023-09-13 14:39:03'),
(169493, 1253, '1529-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:03', '2023-09-13 14:39:03'),
(169494, 1253, '1529-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:03', '2023-09-13 14:39:03'),
(169495, 1253, '1529-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:03', '2023-09-13 14:39:03'),
(169496, 1253, '1529-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:04', '2023-09-13 14:39:04'),
(169497, 1253, '1529-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:04', '2023-09-13 14:39:04'),
(169498, 1253, '1530-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:04', '2023-09-13 14:39:04'),
(169499, 1253, '1530-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:04', '2023-09-13 14:39:04'),
(169500, 1253, '1530-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:04', '2023-09-13 14:39:04'),
(169501, 1253, '1530-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:04', '2023-09-13 14:39:04'),
(169502, 1253, '1530-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:04', '2023-09-13 14:39:04'),
(169503, 1253, '1530-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:04', '2023-09-13 14:39:04'),
(169504, 1253, '1530-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:04', '2023-09-13 14:39:04'),
(169505, 1253, '1530-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:04', '2023-09-13 14:39:04'),
(169506, 1253, '1530-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:04', '2023-09-13 14:39:04'),
(169507, 1253, '1530-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:04', '2023-09-13 14:39:04'),
(169508, 1253, '1530-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:04', '2023-09-13 14:39:04'),
(169509, 1253, '1530-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:04', '2023-09-13 14:39:04'),
(169510, 1253, '1531-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:04', '2023-09-13 14:39:04'),
(169511, 1253, '1531-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:04', '2023-09-13 14:39:04'),
(169512, 1253, '1531-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:04', '2023-09-13 14:39:04'),
(169513, 1253, '1531-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:04', '2023-09-13 14:39:04'),
(169514, 1253, '1531-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:04', '2023-09-13 14:39:04'),
(169515, 1253, '1531-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:04', '2023-09-13 14:39:04'),
(169516, 1253, '1531-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:04', '2023-09-13 14:39:04'),
(169517, 1253, '1531-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:04', '2023-09-13 14:39:04'),
(169518, 1253, '1531-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:04', '2023-09-13 14:39:04'),
(169519, 1253, '1531-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:04', '2023-09-13 14:39:04'),
(169520, 1253, '1531-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:04', '2023-09-13 14:39:04'),
(169521, 1253, '1531-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:04', '2023-09-13 14:39:04'),
(169522, 1253, '1532-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:04', '2023-09-13 14:39:04'),
(169523, 1253, '1532-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:04', '2023-09-13 14:39:04'),
(169524, 1253, '1532-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:04', '2023-09-13 14:39:04'),
(169525, 1253, '1532-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:04', '2023-09-13 14:39:04'),
(169526, 1253, '1532-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:04', '2023-09-13 14:39:04'),
(169527, 1253, '1532-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:04', '2023-09-13 14:39:04'),
(169528, 1253, '1532-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:04', '2023-09-13 14:39:04'),
(169529, 1253, '1532-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:04', '2023-09-13 14:39:04'),
(169530, 1253, '1532-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:04', '2023-09-13 14:39:04'),
(169531, 1253, '1532-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:04', '2023-09-13 14:39:04'),
(169532, 1253, '1532-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:04', '2023-09-13 14:39:04'),
(169533, 1253, '1532-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:04', '2023-09-13 14:39:04'),
(169534, 1253, '1533-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:04', '2023-09-13 14:39:04'),
(169535, 1253, '1533-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:04', '2023-09-13 14:39:04'),
(169536, 1253, '1533-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:04', '2023-09-13 14:39:04'),
(169537, 1253, '1533-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:04', '2023-09-13 14:39:04'),
(169538, 1253, '1533-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:04', '2023-09-13 14:39:04'),
(169539, 1253, '1533-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:04', '2023-09-13 14:39:04'),
(169540, 1253, '1533-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:04', '2023-09-13 14:39:04'),
(169541, 1253, '1533-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:04', '2023-09-13 14:39:04'),
(169542, 1253, '1533-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:04', '2023-09-13 14:39:04'),
(169543, 1253, '1533-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:04', '2023-09-13 14:39:04'),
(169544, 1253, '1533-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:04', '2023-09-13 14:39:04'),
(169545, 1253, '1533-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:04', '2023-09-13 14:39:04'),
(169546, 1253, '1534-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:04', '2023-09-13 14:39:04'),
(169547, 1253, '1534-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:04', '2023-09-13 14:39:04'),
(169548, 1253, '1534-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:04', '2023-09-13 14:39:04'),
(169549, 1253, '1534-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:04', '2023-09-13 14:39:04'),
(169550, 1253, '1534-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:04', '2023-09-13 14:39:04'),
(169551, 1253, '1534-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:04', '2023-09-13 14:39:04'),
(169552, 1253, '1534-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:04', '2023-09-13 14:39:04'),
(169553, 1253, '1534-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:04', '2023-09-13 14:39:04'),
(169554, 1253, '1534-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:04', '2023-09-13 14:39:04'),
(169555, 1253, '1534-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:04', '2023-09-13 14:39:04'),
(169556, 1253, '1534-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:04', '2023-09-13 14:39:04'),
(169557, 1253, '1534-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:04', '2023-09-13 14:39:04'),
(169558, 1253, '1535-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:04', '2023-09-13 14:39:04'),
(169559, 1253, '1535-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:04', '2023-09-13 14:39:04'),
(169560, 1253, '1535-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:04', '2023-09-13 14:39:04'),
(169561, 1253, '1535-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:04', '2023-09-13 14:39:04'),
(169562, 1253, '1535-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:04', '2023-09-13 14:39:04'),
(169563, 1253, '1535-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:04', '2023-09-13 14:39:04'),
(169564, 1253, '1535-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:04', '2023-09-13 14:39:04'),
(169565, 1253, '1535-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:04', '2023-09-13 14:39:04'),
(169566, 1253, '1535-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:04', '2023-09-13 14:39:04'),
(169567, 1253, '1535-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:04', '2023-09-13 14:39:04'),
(169568, 1253, '1535-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:04', '2023-09-13 14:39:04'),
(169569, 1253, '1535-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:04', '2023-09-13 14:39:04'),
(169570, 1253, '1536-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:04', '2023-09-13 14:39:04'),
(169571, 1253, '1536-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:04', '2023-09-13 14:39:04'),
(169572, 1253, '1536-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:04', '2023-09-13 14:39:04'),
(169573, 1253, '1536-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:04', '2023-09-13 14:39:04'),
(169574, 1253, '1536-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:04', '2023-09-13 14:39:04'),
(169575, 1253, '1536-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:04', '2023-09-13 14:39:04'),
(169576, 1253, '1536-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:04', '2023-09-13 14:39:04'),
(169577, 1253, '1536-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:04', '2023-09-13 14:39:04'),
(169578, 1253, '1536-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:04', '2023-09-13 14:39:04'),
(169579, 1253, '1536-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:04', '2023-09-13 14:39:04'),
(169580, 1253, '1536-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:04', '2023-09-13 14:39:04'),
(169581, 1253, '1536-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:04', '2023-09-13 14:39:04'),
(169582, 1253, '1537-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:04', '2023-09-13 14:39:04'),
(169583, 1253, '1537-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:04', '2023-09-13 14:39:04'),
(169584, 1253, '1537-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:04', '2023-09-13 14:39:04'),
(169585, 1253, '1537-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:04', '2023-09-13 14:39:04'),
(169586, 1253, '1537-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:04', '2023-09-13 14:39:04'),
(169587, 1253, '1537-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:04', '2023-09-13 14:39:04'),
(169588, 1253, '1537-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:04', '2023-09-13 14:39:04'),
(169589, 1253, '1537-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:04', '2023-09-13 14:39:04'),
(169590, 1253, '1537-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:04', '2023-09-13 14:39:04'),
(169591, 1253, '1537-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:04', '2023-09-13 14:39:04'),
(169592, 1253, '1537-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:04', '2023-09-13 14:39:04'),
(169593, 1253, '1537-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:04', '2023-09-13 14:39:04'),
(169594, 1253, '1538-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:04', '2023-09-13 14:39:04'),
(169595, 1253, '1538-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:04', '2023-09-13 14:39:04'),
(169596, 1253, '1538-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:04', '2023-09-13 14:39:04'),
(169597, 1253, '1538-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:04', '2023-09-13 14:39:04'),
(169598, 1253, '1538-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:04', '2023-09-13 14:39:04'),
(169599, 1253, '1538-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:04', '2023-09-13 14:39:04'),
(169600, 1253, '1538-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:04', '2023-09-13 14:39:04'),
(169601, 1253, '1538-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:04', '2023-09-13 14:39:04'),
(169602, 1253, '1538-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:04', '2023-09-13 14:39:04'),
(169603, 1253, '1538-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:04', '2023-09-13 14:39:04'),
(169604, 1253, '1538-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:04', '2023-09-13 14:39:04'),
(169605, 1253, '1538-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:04', '2023-09-13 14:39:04'),
(169606, 1253, '1539-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:04', '2023-09-13 14:39:04'),
(169607, 1253, '1539-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:04', '2023-09-13 14:39:04'),
(169608, 1253, '1539-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:04', '2023-09-13 14:39:04'),
(169609, 1253, '1539-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:04', '2023-09-13 14:39:04'),
(169610, 1253, '1539-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:04', '2023-09-13 14:39:04'),
(169611, 1253, '1539-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:04', '2023-09-13 14:39:04'),
(169612, 1253, '1539-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:04', '2023-09-13 14:39:04'),
(169613, 1253, '1539-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:04', '2023-09-13 14:39:04'),
(169614, 1253, '1539-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:04', '2023-09-13 14:39:04'),
(169615, 1253, '1539-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:04', '2023-09-13 14:39:04'),
(169616, 1253, '1539-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:04', '2023-09-13 14:39:04'),
(169617, 1253, '1539-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:04', '2023-09-13 14:39:04'),
(169618, 1253, '1540-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:04', '2023-09-13 14:39:04'),
(169619, 1253, '1540-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:04', '2023-09-13 14:39:04'),
(169620, 1253, '1540-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:04', '2023-09-13 14:39:04'),
(169621, 1253, '1540-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:04', '2023-09-13 14:39:04'),
(169622, 1253, '1540-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:04', '2023-09-13 14:39:04'),
(169623, 1253, '1540-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:04', '2023-09-13 14:39:04'),
(169624, 1253, '1540-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:04', '2023-09-13 14:39:04'),
(169625, 1253, '1540-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:04', '2023-09-13 14:39:04'),
(169626, 1253, '1540-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:04', '2023-09-13 14:39:04'),
(169627, 1253, '1540-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:04', '2023-09-13 14:39:04'),
(169628, 1253, '1540-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:04', '2023-09-13 14:39:04'),
(169629, 1253, '1540-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:04', '2023-09-13 14:39:04'),
(169630, 1253, '1541-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:04', '2023-09-13 14:39:04'),
(169631, 1253, '1541-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:04', '2023-09-13 14:39:04'),
(169632, 1253, '1541-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:04', '2023-09-13 14:39:04'),
(169633, 1253, '1541-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:04', '2023-09-13 14:39:04'),
(169634, 1253, '1541-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:04', '2023-09-13 14:39:04'),
(169635, 1253, '1541-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:04', '2023-09-13 14:39:04'),
(169636, 1253, '1541-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:04', '2023-09-13 14:39:04'),
(169637, 1253, '1541-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:04', '2023-09-13 14:39:04'),
(169638, 1253, '1541-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:04', '2023-09-13 14:39:04'),
(169639, 1253, '1541-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:04', '2023-09-13 14:39:04'),
(169640, 1253, '1541-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:04', '2023-09-13 14:39:04'),
(169641, 1253, '1541-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:04', '2023-09-13 14:39:04'),
(169642, 1253, '1542-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:04', '2023-09-13 14:39:04'),
(169643, 1253, '1542-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:04', '2023-09-13 14:39:04'),
(169644, 1253, '1542-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:04', '2023-09-13 14:39:04'),
(169645, 1253, '1542-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:04', '2023-09-13 14:39:04'),
(169646, 1253, '1542-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:04', '2023-09-13 14:39:04'),
(169647, 1253, '1542-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:04', '2023-09-13 14:39:04'),
(169648, 1253, '1542-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:04', '2023-09-13 14:39:04'),
(169649, 1253, '1542-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:04', '2023-09-13 14:39:04'),
(169650, 1253, '1542-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:04', '2023-09-13 14:39:04'),
(169651, 1253, '1542-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:04', '2023-09-13 14:39:04'),
(169652, 1253, '1542-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:04', '2023-09-13 14:39:04'),
(169653, 1253, '1542-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:04', '2023-09-13 14:39:04'),
(169654, 1253, '1543-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:04', '2023-09-13 14:39:04'),
(169655, 1253, '1543-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:04', '2023-09-13 14:39:04'),
(169656, 1253, '1543-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:04', '2023-09-13 14:39:04'),
(169657, 1253, '1543-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:04', '2023-09-13 14:39:04'),
(169658, 1253, '1543-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:04', '2023-09-13 14:39:04'),
(169659, 1253, '1543-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:04', '2023-09-13 14:39:04'),
(169660, 1253, '1543-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:04', '2023-09-13 14:39:04'),
(169661, 1253, '1543-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:04', '2023-09-13 14:39:04'),
(169662, 1253, '1543-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:04', '2023-09-13 14:39:04'),
(169663, 1253, '1543-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:04', '2023-09-13 14:39:04'),
(169664, 1253, '1543-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:04', '2023-09-13 14:39:04'),
(169665, 1253, '1543-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:04', '2023-09-13 14:39:04'),
(169666, 1253, '1544-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:04', '2023-09-13 14:39:04'),
(169667, 1253, '1544-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:04', '2023-09-13 14:39:04'),
(169668, 1253, '1544-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:04', '2023-09-13 14:39:04'),
(169669, 1253, '1544-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:04', '2023-09-13 14:39:04'),
(169670, 1253, '1544-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:04', '2023-09-13 14:39:04'),
(169671, 1253, '1544-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:04', '2023-09-13 14:39:04'),
(169672, 1253, '1544-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:04', '2023-09-13 14:39:04'),
(169673, 1253, '1544-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:04', '2023-09-13 14:39:04'),
(169674, 1253, '1544-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:04', '2023-09-13 14:39:04'),
(169675, 1253, '1544-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:04', '2023-09-13 14:39:04'),
(169676, 1253, '1544-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:04', '2023-09-13 14:39:04'),
(169677, 1253, '1544-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:04', '2023-09-13 14:39:04'),
(169678, 1253, '1545-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:04', '2023-09-13 14:39:04'),
(169679, 1253, '1545-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:04', '2023-09-13 14:39:04'),
(169680, 1253, '1545-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:04', '2023-09-13 14:39:04'),
(169681, 1253, '1545-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:04', '2023-09-13 14:39:04'),
(169682, 1253, '1545-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:04', '2023-09-13 14:39:04'),
(169683, 1253, '1545-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:04', '2023-09-13 14:39:04'),
(169684, 1253, '1545-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:04', '2023-09-13 14:39:04'),
(169685, 1253, '1545-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:04', '2023-09-13 14:39:04'),
(169686, 1253, '1545-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:04', '2023-09-13 14:39:04'),
(169687, 1253, '1545-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:04', '2023-09-13 14:39:04'),
(169688, 1253, '1545-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:04', '2023-09-13 14:39:04'),
(169689, 1253, '1545-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:04', '2023-09-13 14:39:04'),
(169690, 1253, '1546-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:04', '2023-09-13 14:39:04'),
(169691, 1253, '1546-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:04', '2023-09-13 14:39:04'),
(169692, 1253, '1546-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:04', '2023-09-13 14:39:04'),
(169693, 1253, '1546-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:04', '2023-09-13 14:39:04'),
(169694, 1253, '1546-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:04', '2023-09-13 14:39:04'),
(169695, 1253, '1546-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169696, 1253, '1546-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169697, 1253, '1546-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169698, 1253, '1546-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169699, 1253, '1546-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169700, 1253, '1546-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169701, 1253, '1546-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169702, 1253, '1547-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169703, 1253, '1547-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169704, 1253, '1547-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169705, 1253, '1547-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169706, 1253, '1547-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169707, 1253, '1547-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169708, 1253, '1547-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169709, 1253, '1547-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169710, 1253, '1547-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169711, 1253, '1547-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169712, 1253, '1547-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169713, 1253, '1547-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169714, 1253, '1548-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169715, 1253, '1548-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169716, 1253, '1548-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169717, 1253, '1548-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169718, 1253, '1548-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169719, 1253, '1548-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169720, 1253, '1548-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169721, 1253, '1548-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169722, 1253, '1548-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169723, 1253, '1548-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169724, 1253, '1548-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169725, 1253, '1548-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169726, 1253, '1549-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169727, 1253, '1549-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169728, 1253, '1549-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169729, 1253, '1549-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169730, 1253, '1549-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169731, 1253, '1549-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169732, 1253, '1549-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169733, 1253, '1549-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169734, 1253, '1549-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169735, 1253, '1549-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169736, 1253, '1549-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169737, 1253, '1549-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169738, 1253, '1550-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169739, 1253, '1550-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169740, 1253, '1550-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169741, 1253, '1550-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169742, 1253, '1550-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169743, 1253, '1550-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169744, 1253, '1550-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169745, 1253, '1550-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169746, 1253, '1550-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169747, 1253, '1550-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169748, 1253, '1550-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169749, 1253, '1550-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169750, 1253, '1551-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169751, 1253, '1551-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169752, 1253, '1551-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169753, 1253, '1551-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169754, 1253, '1551-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169755, 1253, '1551-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169756, 1253, '1551-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169757, 1253, '1551-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169758, 1253, '1551-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169759, 1253, '1551-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169760, 1253, '1551-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169761, 1253, '1551-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169762, 1253, '1552-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169763, 1253, '1552-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169764, 1253, '1552-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169765, 1253, '1552-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169766, 1253, '1552-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169767, 1253, '1552-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169768, 1253, '1552-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169769, 1253, '1552-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169770, 1253, '1552-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169771, 1253, '1552-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169772, 1253, '1552-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169773, 1253, '1552-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169774, 1253, '1553-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169775, 1253, '1553-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169776, 1253, '1553-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169777, 1253, '1553-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169778, 1253, '1553-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169779, 1253, '1553-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169780, 1253, '1553-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169781, 1253, '1553-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169782, 1253, '1553-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169783, 1253, '1553-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169784, 1253, '1553-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169785, 1253, '1553-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169786, 1253, '1554-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169787, 1253, '1554-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169788, 1253, '1554-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169789, 1253, '1554-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169790, 1253, '1554-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169791, 1253, '1554-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169792, 1253, '1554-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169793, 1253, '1554-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169794, 1253, '1554-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169795, 1253, '1554-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169796, 1253, '1554-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169797, 1253, '1554-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169798, 1253, '1555-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169799, 1253, '1555-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169800, 1253, '1555-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169801, 1253, '1555-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169802, 1253, '1555-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169803, 1253, '1555-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169804, 1253, '1555-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169805, 1253, '1555-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169806, 1253, '1555-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169807, 1253, '1555-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169808, 1253, '1555-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169809, 1253, '1555-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169810, 1253, '1556-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169811, 1253, '1556-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169812, 1253, '1556-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169813, 1253, '1556-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169814, 1253, '1556-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169815, 1253, '1556-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169816, 1253, '1556-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169817, 1253, '1556-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169818, 1253, '1556-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169819, 1253, '1556-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169820, 1253, '1556-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169821, 1253, '1556-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169822, 1253, '1557-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169823, 1253, '1557-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169824, 1253, '1557-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169825, 1253, '1557-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169826, 1253, '1557-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169827, 1253, '1557-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169828, 1253, '1557-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169829, 1253, '1557-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169830, 1253, '1557-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169831, 1253, '1557-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169832, 1253, '1557-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169833, 1253, '1557-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169834, 1253, '1558-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169835, 1253, '1558-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169836, 1253, '1558-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169837, 1253, '1558-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169838, 1253, '1558-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169839, 1253, '1558-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169840, 1253, '1558-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169841, 1253, '1558-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169842, 1253, '1558-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169843, 1253, '1558-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169844, 1253, '1558-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169845, 1253, '1558-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169846, 1253, '1559-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169847, 1253, '1559-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169848, 1253, '1559-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169849, 1253, '1559-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169850, 1253, '1559-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169851, 1253, '1559-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169852, 1253, '1559-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169853, 1253, '1559-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169854, 1253, '1559-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169855, 1253, '1559-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(169856, 1253, '1559-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169857, 1253, '1559-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169858, 1253, '1560-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169859, 1253, '1560-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169860, 1253, '1560-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169861, 1253, '1560-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169862, 1253, '1560-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169863, 1253, '1560-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169864, 1253, '1560-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169865, 1253, '1560-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169866, 1253, '1560-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169867, 1253, '1560-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169868, 1253, '1560-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169869, 1253, '1560-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169870, 1253, '1561-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169871, 1253, '1561-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169872, 1253, '1561-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169873, 1253, '1561-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169874, 1253, '1561-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169875, 1253, '1561-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169876, 1253, '1561-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169877, 1253, '1561-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169878, 1253, '1561-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169879, 1253, '1561-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169880, 1253, '1561-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169881, 1253, '1561-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169882, 1253, '1562-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169883, 1253, '1562-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169884, 1253, '1562-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169885, 1253, '1562-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169886, 1253, '1562-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169887, 1253, '1562-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169888, 1253, '1562-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169889, 1253, '1562-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169890, 1253, '1562-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169891, 1253, '1562-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169892, 1253, '1562-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169893, 1253, '1562-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169894, 1253, '1563-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169895, 1253, '1563-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169896, 1253, '1563-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169897, 1253, '1563-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169898, 1253, '1563-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169899, 1253, '1563-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169900, 1253, '1563-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169901, 1253, '1563-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169902, 1253, '1563-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169903, 1253, '1563-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169904, 1253, '1563-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169905, 1253, '1563-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169906, 1253, '1564-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169907, 1253, '1564-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169908, 1253, '1564-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169909, 1253, '1564-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169910, 1253, '1564-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169911, 1253, '1564-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169912, 1253, '1564-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169913, 1253, '1564-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169914, 1253, '1564-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169915, 1253, '1564-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169916, 1253, '1564-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169917, 1253, '1564-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169918, 1253, '1565-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169919, 1253, '1565-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169920, 1253, '1565-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169921, 1253, '1565-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169922, 1253, '1565-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169923, 1253, '1565-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169924, 1253, '1565-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169925, 1253, '1565-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169926, 1253, '1565-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169927, 1253, '1565-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169928, 1253, '1565-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169929, 1253, '1565-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169930, 1253, '1566-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169931, 1253, '1566-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169932, 1253, '1566-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169933, 1253, '1566-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169934, 1253, '1566-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169935, 1253, '1566-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169936, 1253, '1566-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169937, 1253, '1566-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169938, 1253, '1566-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169939, 1253, '1566-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169940, 1253, '1566-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169941, 1253, '1566-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169942, 1253, '1567-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169943, 1253, '1567-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169944, 1253, '1567-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169945, 1253, '1567-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169946, 1253, '1567-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169947, 1253, '1567-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169948, 1253, '1567-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169949, 1253, '1567-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169950, 1253, '1567-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169951, 1253, '1567-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169952, 1253, '1567-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169953, 1253, '1567-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169954, 1253, '1568-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169955, 1253, '1568-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169956, 1253, '1568-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169957, 1253, '1568-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169958, 1253, '1568-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169959, 1253, '1568-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169960, 1253, '1568-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169961, 1253, '1568-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169962, 1253, '1568-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169963, 1253, '1568-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169964, 1253, '1568-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169965, 1253, '1568-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169966, 1253, '1569-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169967, 1253, '1569-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169968, 1253, '1569-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169969, 1253, '1569-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169970, 1253, '1569-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169971, 1253, '1569-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169972, 1253, '1569-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169973, 1253, '1569-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169974, 1253, '1569-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169975, 1253, '1569-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169976, 1253, '1569-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169977, 1253, '1569-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169978, 1253, '1570-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169979, 1253, '1570-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169980, 1253, '1570-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169981, 1253, '1570-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169982, 1253, '1570-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169983, 1253, '1570-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169984, 1253, '1570-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169985, 1253, '1570-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169986, 1253, '1570-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169987, 1253, '1570-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169988, 1253, '1570-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169989, 1253, '1570-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169990, 1253, '1571-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169991, 1253, '1571-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169992, 1253, '1571-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169993, 1253, '1571-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169994, 1253, '1571-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169995, 1253, '1571-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169996, 1253, '1571-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169997, 1253, '1571-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169998, 1253, '1571-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(169999, 1253, '1571-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(170000, 1253, '1571-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(170001, 1253, '1571-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(170002, 1253, '1572-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(170003, 1253, '1572-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(170004, 1253, '1572-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(170005, 1253, '1572-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(170006, 1253, '1572-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(170007, 1253, '1572-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(170008, 1253, '1572-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(170009, 1253, '1572-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(170010, 1253, '1572-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(170011, 1253, '1572-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(170012, 1253, '1572-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(170013, 1253, '1572-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(170014, 1253, '1573-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(170015, 1253, '1573-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(170016, 1253, '1573-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(170017, 1253, '1573-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(170018, 1253, '1573-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(170019, 1253, '1573-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(170020, 1253, '1573-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(170021, 1253, '1573-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(170022, 1253, '1573-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(170023, 1253, '1573-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(170024, 1253, '1573-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(170025, 1253, '1573-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(170026, 1253, '1574-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(170027, 1253, '1574-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(170028, 1253, '1574-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(170029, 1253, '1574-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(170030, 1253, '1574-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(170031, 1253, '1574-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(170032, 1253, '1574-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(170033, 1253, '1574-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(170034, 1253, '1574-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(170035, 1253, '1574-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(170036, 1253, '1574-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(170037, 1253, '1574-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(170038, 1253, '1575-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(170039, 1253, '1575-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(170040, 1253, '1575-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(170041, 1253, '1575-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(170042, 1253, '1575-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(170043, 1253, '1575-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(170044, 1253, '1575-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:05', '2023-09-13 14:39:05'),
(170045, 1253, '1575-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170046, 1253, '1575-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170047, 1253, '1575-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170048, 1253, '1575-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170049, 1253, '1575-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170050, 1253, '1576-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170051, 1253, '1576-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170052, 1253, '1576-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170053, 1253, '1576-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170054, 1253, '1576-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170055, 1253, '1576-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170056, 1253, '1576-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170057, 1253, '1576-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170058, 1253, '1576-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170059, 1253, '1576-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170060, 1253, '1576-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170061, 1253, '1576-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170062, 1253, '1577-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170063, 1253, '1577-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170064, 1253, '1577-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170065, 1253, '1577-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170066, 1253, '1577-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170067, 1253, '1577-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170068, 1253, '1577-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170069, 1253, '1577-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170070, 1253, '1577-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170071, 1253, '1577-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170072, 1253, '1577-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170073, 1253, '1577-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170074, 1253, '1578-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170075, 1253, '1578-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170076, 1253, '1578-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170077, 1253, '1578-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170078, 1253, '1578-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170079, 1253, '1578-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170080, 1253, '1578-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170081, 1253, '1578-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170082, 1253, '1578-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170083, 1253, '1578-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170084, 1253, '1578-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170085, 1253, '1578-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170086, 1253, '1579-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170087, 1253, '1579-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170088, 1253, '1579-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170089, 1253, '1579-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170090, 1253, '1579-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170091, 1253, '1579-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170092, 1253, '1579-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170093, 1253, '1579-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170094, 1253, '1579-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170095, 1253, '1579-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170096, 1253, '1579-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170097, 1253, '1579-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170098, 1253, '1580-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170099, 1253, '1580-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170100, 1253, '1580-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170101, 1253, '1580-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170102, 1253, '1580-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170103, 1253, '1580-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170104, 1253, '1580-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170105, 1253, '1580-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170106, 1253, '1580-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170107, 1253, '1580-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170108, 1253, '1580-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170109, 1253, '1580-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170110, 1253, '1581-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170111, 1253, '1581-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170112, 1253, '1581-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170113, 1253, '1581-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170114, 1253, '1581-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170115, 1253, '1581-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170116, 1253, '1581-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170117, 1253, '1581-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170118, 1253, '1581-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170119, 1253, '1581-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170120, 1253, '1581-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170121, 1253, '1581-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170122, 1253, '1582-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170123, 1253, '1582-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170124, 1253, '1582-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170125, 1253, '1582-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170126, 1253, '1582-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170127, 1253, '1582-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170128, 1253, '1582-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170129, 1253, '1582-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170130, 1253, '1582-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170131, 1253, '1582-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170132, 1253, '1582-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170133, 1253, '1582-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170134, 1253, '1583-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170135, 1253, '1583-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170136, 1253, '1583-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170137, 1253, '1583-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170138, 1253, '1583-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170139, 1253, '1583-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170140, 1253, '1583-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170141, 1253, '1583-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170142, 1253, '1583-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170143, 1253, '1583-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170144, 1253, '1583-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170145, 1253, '1583-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170146, 1253, '1584-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170147, 1253, '1584-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170148, 1253, '1584-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170149, 1253, '1584-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170150, 1253, '1584-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170151, 1253, '1584-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170152, 1253, '1584-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170153, 1253, '1584-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170154, 1253, '1584-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170155, 1253, '1584-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170156, 1253, '1584-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170157, 1253, '1584-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170158, 1253, '1585-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170159, 1253, '1585-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170160, 1253, '1585-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170161, 1253, '1585-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170162, 1253, '1585-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170163, 1253, '1585-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170164, 1253, '1585-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170165, 1253, '1585-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170166, 1253, '1585-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170167, 1253, '1585-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170168, 1253, '1585-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170169, 1253, '1585-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170170, 1253, '1586-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170171, 1253, '1586-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170172, 1253, '1586-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170173, 1253, '1586-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170174, 1253, '1586-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170175, 1253, '1586-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170176, 1253, '1586-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170177, 1253, '1586-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170178, 1253, '1586-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170179, 1253, '1586-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170180, 1253, '1586-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170181, 1253, '1586-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170182, 1253, '1587-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170183, 1253, '1587-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170184, 1253, '1587-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170185, 1253, '1587-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170186, 1253, '1587-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170187, 1253, '1587-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170188, 1253, '1587-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170189, 1253, '1587-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170190, 1253, '1587-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170191, 1253, '1587-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170192, 1253, '1587-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170193, 1253, '1587-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170194, 1253, '1588-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170195, 1253, '1588-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170196, 1253, '1588-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170197, 1253, '1588-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170198, 1253, '1588-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170199, 1253, '1588-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170200, 1253, '1588-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170201, 1253, '1588-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170202, 1253, '1588-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170203, 1253, '1588-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170204, 1253, '1588-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170205, 1253, '1588-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170206, 1253, '1589-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170207, 1253, '1589-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170208, 1253, '1589-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170209, 1253, '1589-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170210, 1253, '1589-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170211, 1253, '1589-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170212, 1253, '1589-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170213, 1253, '1589-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170214, 1253, '1589-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170215, 1253, '1589-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170216, 1253, '1589-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170217, 1253, '1589-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170218, 1253, '1590-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170219, 1253, '1590-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170220, 1253, '1590-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170221, 1253, '1590-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170222, 1253, '1590-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170223, 1253, '1590-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170224, 1253, '1590-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170225, 1253, '1590-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170226, 1253, '1590-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170227, 1253, '1590-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170228, 1253, '1590-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170229, 1253, '1590-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170230, 1253, '1591-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170231, 1253, '1591-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170232, 1253, '1591-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170233, 1253, '1591-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170234, 1253, '1591-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170235, 1253, '1591-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170236, 1253, '1591-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170237, 1253, '1591-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170238, 1253, '1591-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170239, 1253, '1591-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170240, 1253, '1591-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170241, 1253, '1591-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170242, 1253, '1592-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170243, 1253, '1592-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170244, 1253, '1592-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170245, 1253, '1592-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170246, 1253, '1592-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170247, 1253, '1592-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170248, 1253, '1592-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170249, 1253, '1592-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170250, 1253, '1592-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170251, 1253, '1592-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170252, 1253, '1592-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170253, 1253, '1592-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170254, 1253, '1593-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170255, 1253, '1593-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170256, 1253, '1593-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170257, 1253, '1593-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170258, 1253, '1593-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170259, 1253, '1593-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170260, 1253, '1593-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170261, 1253, '1593-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170262, 1253, '1593-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170263, 1253, '1593-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170264, 1253, '1593-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170265, 1253, '1593-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170266, 1253, '1594-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170267, 1253, '1594-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170268, 1253, '1594-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170269, 1253, '1594-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170270, 1253, '1594-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170271, 1253, '1594-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170272, 1253, '1594-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170273, 1253, '1594-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170274, 1253, '1594-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170275, 1253, '1594-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170276, 1253, '1594-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170277, 1253, '1594-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170278, 1253, '1595-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170279, 1253, '1595-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170280, 1253, '1595-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170281, 1253, '1595-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170282, 1253, '1595-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170283, 1253, '1595-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170284, 1253, '1595-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170285, 1253, '1595-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170286, 1253, '1595-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170287, 1253, '1595-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170288, 1253, '1595-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170289, 1253, '1595-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170290, 1253, '1596-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170291, 1253, '1596-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170292, 1253, '1596-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170293, 1253, '1596-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170294, 1253, '1596-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170295, 1253, '1596-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170296, 1253, '1596-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170297, 1253, '1596-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170298, 1253, '1596-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170299, 1253, '1596-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170300, 1253, '1596-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170301, 1253, '1596-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170302, 1253, '1597-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170303, 1253, '1597-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170304, 1253, '1597-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170305, 1253, '1597-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170306, 1253, '1597-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170307, 1253, '1597-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170308, 1253, '1597-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170309, 1253, '1597-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170310, 1253, '1597-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170311, 1253, '1597-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(170312, 1253, '1597-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170313, 1253, '1597-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170314, 1253, '1598-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170315, 1253, '1598-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170316, 1253, '1598-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170317, 1253, '1598-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170318, 1253, '1598-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170319, 1253, '1598-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170320, 1253, '1598-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170321, 1253, '1598-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170322, 1253, '1598-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170323, 1253, '1598-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170324, 1253, '1598-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170325, 1253, '1598-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170326, 1253, '1599-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170327, 1253, '1599-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170328, 1253, '1599-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170329, 1253, '1599-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170330, 1253, '1599-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170331, 1253, '1599-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170332, 1253, '1599-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170333, 1253, '1599-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170334, 1253, '1599-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170335, 1253, '1599-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170336, 1253, '1599-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170337, 1253, '1599-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170338, 1253, '1600-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170339, 1253, '1600-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170340, 1253, '1600-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170341, 1253, '1600-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170342, 1253, '1600-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170343, 1253, '1600-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170344, 1253, '1600-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170345, 1253, '1600-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170346, 1253, '1600-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170347, 1253, '1600-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170348, 1253, '1600-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170349, 1253, '1600-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170350, 1253, '1601-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170351, 1253, '1601-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170352, 1253, '1601-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170353, 1253, '1601-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170354, 1253, '1601-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170355, 1253, '1601-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170356, 1253, '1601-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170357, 1253, '1601-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170358, 1253, '1601-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170359, 1253, '1601-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170360, 1253, '1601-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170361, 1253, '1601-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170362, 1253, '1602-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170363, 1253, '1602-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170364, 1253, '1602-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170365, 1253, '1602-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170366, 1253, '1602-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170367, 1253, '1602-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170368, 1253, '1602-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170369, 1253, '1602-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170370, 1253, '1602-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170371, 1253, '1602-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170372, 1253, '1602-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170373, 1253, '1602-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170374, 1253, '1603-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170375, 1253, '1603-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170376, 1253, '1603-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170377, 1253, '1603-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170378, 1253, '1603-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170379, 1253, '1603-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170380, 1253, '1603-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170381, 1253, '1603-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170382, 1253, '1603-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170383, 1253, '1603-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170384, 1253, '1603-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170385, 1253, '1603-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170386, 1253, '1604-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170387, 1253, '1604-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170388, 1253, '1604-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170389, 1253, '1604-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170390, 1253, '1604-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170391, 1253, '1604-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170392, 1253, '1604-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170393, 1253, '1604-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170394, 1253, '1604-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170395, 1253, '1604-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170396, 1253, '1604-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170397, 1253, '1604-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170398, 1253, '1605-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170399, 1253, '1605-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170400, 1253, '1605-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170401, 1253, '1605-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170402, 1253, '1605-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170403, 1253, '1605-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170404, 1253, '1605-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170405, 1253, '1605-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:06', '2023-09-13 14:39:06'),
(170406, 1253, '1605-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170407, 1253, '1605-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170408, 1253, '1605-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170409, 1253, '1605-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170410, 1253, '1606-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170411, 1253, '1606-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170412, 1253, '1606-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170413, 1253, '1606-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170414, 1253, '1606-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170415, 1253, '1606-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170416, 1253, '1606-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170417, 1253, '1606-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170418, 1253, '1606-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170419, 1253, '1606-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170420, 1253, '1606-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170421, 1253, '1606-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170422, 1253, '1607-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170423, 1253, '1607-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170424, 1253, '1607-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170425, 1253, '1607-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170426, 1253, '1607-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170427, 1253, '1607-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170428, 1253, '1607-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170429, 1253, '1607-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170430, 1253, '1607-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170431, 1253, '1607-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170432, 1253, '1607-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170433, 1253, '1607-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170434, 1253, '1608-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170435, 1253, '1608-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170436, 1253, '1608-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170437, 1253, '1608-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170438, 1253, '1608-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170439, 1253, '1608-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170440, 1253, '1608-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170441, 1253, '1608-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170442, 1253, '1608-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170443, 1253, '1608-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170444, 1253, '1608-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170445, 1253, '1608-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170446, 1253, '1609-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170447, 1253, '1609-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170448, 1253, '1609-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170449, 1253, '1609-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170450, 1253, '1609-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170451, 1253, '1609-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170452, 1253, '1609-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170453, 1253, '1609-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170454, 1253, '1609-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170455, 1253, '1609-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170456, 1253, '1609-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170457, 1253, '1609-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170458, 1253, '1610-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170459, 1253, '1610-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170460, 1253, '1610-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170461, 1253, '1610-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170462, 1253, '1610-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170463, 1253, '1610-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170464, 1253, '1610-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170465, 1253, '1610-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170466, 1253, '1610-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170467, 1253, '1610-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170468, 1253, '1610-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170469, 1253, '1610-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170470, 1253, '1611-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170471, 1253, '1611-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170472, 1253, '1611-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170473, 1253, '1611-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170474, 1253, '1611-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170475, 1253, '1611-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170476, 1253, '1611-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170477, 1253, '1611-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170478, 1253, '1611-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170479, 1253, '1611-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170480, 1253, '1611-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170481, 1253, '1611-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170482, 1253, '1612-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170483, 1253, '1612-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170484, 1253, '1612-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170485, 1253, '1612-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170486, 1253, '1612-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170487, 1253, '1612-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170488, 1253, '1612-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170489, 1253, '1612-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170490, 1253, '1612-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170491, 1253, '1612-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170492, 1253, '1612-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170493, 1253, '1612-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170494, 1253, '1613-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170495, 1253, '1613-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170496, 1253, '1613-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170497, 1253, '1613-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170498, 1253, '1613-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170499, 1253, '1613-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170500, 1253, '1613-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170501, 1253, '1613-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170502, 1253, '1613-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170503, 1253, '1613-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170504, 1253, '1613-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170505, 1253, '1613-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170506, 1253, '1614-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170507, 1253, '1614-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170508, 1253, '1614-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170509, 1253, '1614-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170510, 1253, '1614-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170511, 1253, '1614-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170512, 1253, '1614-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170513, 1253, '1614-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170514, 1253, '1614-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170515, 1253, '1614-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170516, 1253, '1614-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170517, 1253, '1614-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170518, 1253, '1615-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170519, 1253, '1615-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170520, 1253, '1615-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170521, 1253, '1615-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170522, 1253, '1615-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170523, 1253, '1615-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170524, 1253, '1615-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170525, 1253, '1615-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170526, 1253, '1615-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170527, 1253, '1615-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170528, 1253, '1615-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170529, 1253, '1615-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170530, 1253, '1616-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170531, 1253, '1616-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170532, 1253, '1616-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170533, 1253, '1616-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170534, 1253, '1616-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170535, 1253, '1616-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170536, 1253, '1616-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170537, 1253, '1616-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170538, 1253, '1616-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170539, 1253, '1616-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170540, 1253, '1616-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170541, 1253, '1616-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170542, 1253, '1617-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170543, 1253, '1617-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170544, 1253, '1617-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170545, 1253, '1617-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170546, 1253, '1617-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170547, 1253, '1617-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170548, 1253, '1617-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170549, 1253, '1617-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170550, 1253, '1617-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170551, 1253, '1617-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170552, 1253, '1617-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170553, 1253, '1617-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170554, 1253, '1618-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170555, 1253, '1618-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170556, 1253, '1618-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170557, 1253, '1618-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170558, 1253, '1618-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170559, 1253, '1618-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170560, 1253, '1618-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170561, 1253, '1618-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170562, 1253, '1618-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170563, 1253, '1618-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170564, 1253, '1618-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170565, 1253, '1618-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170566, 1253, '1619-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170567, 1253, '1619-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170568, 1253, '1619-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170569, 1253, '1619-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170570, 1253, '1619-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170571, 1253, '1619-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170572, 1253, '1619-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170573, 1253, '1619-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170574, 1253, '1619-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170575, 1253, '1619-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170576, 1253, '1619-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170577, 1253, '1619-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170578, 1253, '1620-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170579, 1253, '1620-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170580, 1253, '1620-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170581, 1253, '1620-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170582, 1253, '1620-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170583, 1253, '1620-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170584, 1253, '1620-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170585, 1253, '1620-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170586, 1253, '1620-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170587, 1253, '1620-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170588, 1253, '1620-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170589, 1253, '1620-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170590, 1253, '1621-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170591, 1253, '1621-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170592, 1253, '1621-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170593, 1253, '1621-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170594, 1253, '1621-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170595, 1253, '1621-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170596, 1253, '1621-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170597, 1253, '1621-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170598, 1253, '1621-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170599, 1253, '1621-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170600, 1253, '1621-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170601, 1253, '1621-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170602, 1253, '1622-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170603, 1253, '1622-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170604, 1253, '1622-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170605, 1253, '1622-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170606, 1253, '1622-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170607, 1253, '1622-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170608, 1253, '1622-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170609, 1253, '1622-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170610, 1253, '1622-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170611, 1253, '1622-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170612, 1253, '1622-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170613, 1253, '1622-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170614, 1253, '1623-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170615, 1253, '1623-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170616, 1253, '1623-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170617, 1253, '1623-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170618, 1253, '1623-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170619, 1253, '1623-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170620, 1253, '1623-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170621, 1253, '1623-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170622, 1253, '1623-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170623, 1253, '1623-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170624, 1253, '1623-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170625, 1253, '1623-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170626, 1253, '1624-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170627, 1253, '1624-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170628, 1253, '1624-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170629, 1253, '1624-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170630, 1253, '1624-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170631, 1253, '1624-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170632, 1253, '1624-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170633, 1253, '1624-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170634, 1253, '1624-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170635, 1253, '1624-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170636, 1253, '1624-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170637, 1253, '1624-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170638, 1253, '1625-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170639, 1253, '1625-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170640, 1253, '1625-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170641, 1253, '1625-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170642, 1253, '1625-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170643, 1253, '1625-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170644, 1253, '1625-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170645, 1253, '1625-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170646, 1253, '1625-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170647, 1253, '1625-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170648, 1253, '1625-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170649, 1253, '1625-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170650, 1253, '1626-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170651, 1253, '1626-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170652, 1253, '1626-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170653, 1253, '1626-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170654, 1253, '1626-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170655, 1253, '1626-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170656, 1253, '1626-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170657, 1253, '1626-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170658, 1253, '1626-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170659, 1253, '1626-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170660, 1253, '1626-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170661, 1253, '1626-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170662, 1253, '1627-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170663, 1253, '1627-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170664, 1253, '1627-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170665, 1253, '1627-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170666, 1253, '1627-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170667, 1253, '1627-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170668, 1253, '1627-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170669, 1253, '1627-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170670, 1253, '1627-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170671, 1253, '1627-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170672, 1253, '1627-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170673, 1253, '1627-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170674, 1253, '1628-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170675, 1253, '1628-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170676, 1253, '1628-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170677, 1253, '1628-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170678, 1253, '1628-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170679, 1253, '1628-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170680, 1253, '1628-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170681, 1253, '1628-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170682, 1253, '1628-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170683, 1253, '1628-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170684, 1253, '1628-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170685, 1253, '1628-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170686, 1253, '1629-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170687, 1253, '1629-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170688, 1253, '1629-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170689, 1253, '1629-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170690, 1253, '1629-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170691, 1253, '1629-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170692, 1253, '1629-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170693, 1253, '1629-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170694, 1253, '1629-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170695, 1253, '1629-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170696, 1253, '1629-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170697, 1253, '1629-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170698, 1253, '1630-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170699, 1253, '1630-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170700, 1253, '1630-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170701, 1253, '1630-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170702, 1253, '1630-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170703, 1253, '1630-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170704, 1253, '1630-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170705, 1253, '1630-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170706, 1253, '1630-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170707, 1253, '1630-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170708, 1253, '1630-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170709, 1253, '1630-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170710, 1253, '1631-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170711, 1253, '1631-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170712, 1253, '1631-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170713, 1253, '1631-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170714, 1253, '1631-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170715, 1253, '1631-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170716, 1253, '1631-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170717, 1253, '1631-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170718, 1253, '1631-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170719, 1253, '1631-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170720, 1253, '1631-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170721, 1253, '1631-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170722, 1253, '1632-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170723, 1253, '1632-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170724, 1253, '1632-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170725, 1253, '1632-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170726, 1253, '1632-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170727, 1253, '1632-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170728, 1253, '1632-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170729, 1253, '1632-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170730, 1253, '1632-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170731, 1253, '1632-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170732, 1253, '1632-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170733, 1253, '1632-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170734, 1253, '1633-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170735, 1253, '1633-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170736, 1253, '1633-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170737, 1253, '1633-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170738, 1253, '1633-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170739, 1253, '1633-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170740, 1253, '1633-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170741, 1253, '1633-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170742, 1253, '1633-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170743, 1253, '1633-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170744, 1253, '1633-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170745, 1253, '1633-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170746, 1253, '1634-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170747, 1253, '1634-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170748, 1253, '1634-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170749, 1253, '1634-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170750, 1253, '1634-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170751, 1253, '1634-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170752, 1253, '1634-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170753, 1253, '1634-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170754, 1253, '1634-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170755, 1253, '1634-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170756, 1253, '1634-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170757, 1253, '1634-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170758, 1253, '1635-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170759, 1253, '1635-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170760, 1253, '1635-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170761, 1253, '1635-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170762, 1253, '1635-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170763, 1253, '1635-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170764, 1253, '1635-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170765, 1253, '1635-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170766, 1253, '1635-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170767, 1253, '1635-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(170768, 1253, '1635-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170769, 1253, '1635-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170770, 1253, '1636-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170771, 1253, '1636-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170772, 1253, '1636-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170773, 1253, '1636-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170774, 1253, '1636-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170775, 1253, '1636-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170776, 1253, '1636-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170777, 1253, '1636-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170778, 1253, '1636-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170779, 1253, '1636-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170780, 1253, '1636-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170781, 1253, '1636-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170782, 1253, '1637-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170783, 1253, '1637-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170784, 1253, '1637-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170785, 1253, '1637-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170786, 1253, '1637-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170787, 1253, '1637-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170788, 1253, '1637-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170789, 1253, '1637-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170790, 1253, '1637-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170791, 1253, '1637-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170792, 1253, '1637-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170793, 1253, '1637-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170794, 1253, '1638-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170795, 1253, '1638-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170796, 1253, '1638-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170797, 1253, '1638-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170798, 1253, '1638-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170799, 1253, '1638-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170800, 1253, '1638-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170801, 1253, '1638-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:07', '2023-09-13 14:39:07'),
(170802, 1253, '1638-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(170803, 1253, '1638-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(170804, 1253, '1638-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(170805, 1253, '1638-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(170806, 1253, '1639-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(170807, 1253, '1639-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(170808, 1253, '1639-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(170809, 1253, '1639-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(170810, 1253, '1639-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(170811, 1253, '1639-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(170812, 1253, '1639-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(170813, 1253, '1639-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(170814, 1253, '1639-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(170815, 1253, '1639-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(170816, 1253, '1639-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(170817, 1253, '1639-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(170818, 1253, '1640-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(170819, 1253, '1640-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(170820, 1253, '1640-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(170821, 1253, '1640-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(170822, 1253, '1640-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(170823, 1253, '1640-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(170824, 1253, '1640-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(170825, 1253, '1640-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(170826, 1253, '1640-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(170827, 1253, '1640-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(170828, 1253, '1640-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(170829, 1253, '1640-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(170830, 1253, '1641-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(170831, 1253, '1641-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(170832, 1253, '1641-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(170833, 1253, '1641-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(170834, 1253, '1641-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(170835, 1253, '1641-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(170836, 1253, '1641-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(170837, 1253, '1641-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(170838, 1253, '1641-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(170839, 1253, '1641-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(170840, 1253, '1641-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(170841, 1253, '1641-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(170842, 1253, '1642-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(170843, 1253, '1642-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(170844, 1253, '1642-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(170845, 1253, '1642-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(170846, 1253, '1642-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(170847, 1253, '1642-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(170848, 1253, '1642-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(170849, 1253, '1642-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(170850, 1253, '1642-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(170851, 1253, '1642-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(170852, 1253, '1642-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(170853, 1253, '1642-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(170854, 1253, '1643-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(170855, 1253, '1643-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(170856, 1253, '1643-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(170857, 1253, '1643-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(170858, 1253, '1643-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(170859, 1253, '1643-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(170860, 1253, '1643-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(170861, 1253, '1643-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(170862, 1253, '1643-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(170863, 1253, '1643-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(170864, 1253, '1643-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(170865, 1253, '1643-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(170866, 1253, '1644-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(170867, 1253, '1644-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(170868, 1253, '1644-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(170869, 1253, '1644-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(170870, 1253, '1644-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(170871, 1253, '1644-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(170872, 1253, '1644-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(170873, 1253, '1644-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(170874, 1253, '1644-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(170875, 1253, '1644-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(170876, 1253, '1644-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(170877, 1253, '1644-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(170878, 1253, '1645-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(170879, 1253, '1645-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(170880, 1253, '1645-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(170881, 1253, '1645-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(170882, 1253, '1645-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(170883, 1253, '1645-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(170884, 1253, '1645-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(170885, 1253, '1645-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(170886, 1253, '1645-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(170887, 1253, '1645-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(170888, 1253, '1645-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(170889, 1253, '1645-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(170890, 1253, '1646-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(170891, 1253, '1646-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(170892, 1253, '1646-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(170893, 1253, '1646-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(170894, 1253, '1646-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(170895, 1253, '1646-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(170896, 1253, '1646-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(170897, 1253, '1646-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(170898, 1253, '1646-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(170899, 1253, '1646-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(170900, 1253, '1646-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(170901, 1253, '1646-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(170902, 1253, '1647-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(170903, 1253, '1647-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(170904, 1253, '1647-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(170905, 1253, '1647-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(170906, 1253, '1647-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(170907, 1253, '1647-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(170908, 1253, '1647-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(170909, 1253, '1647-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(170910, 1253, '1647-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(170911, 1253, '1647-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(170912, 1253, '1647-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(170913, 1253, '1647-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(170914, 1253, '1648-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(170915, 1253, '1648-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(170916, 1253, '1648-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(170917, 1253, '1648-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(170918, 1253, '1648-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(170919, 1253, '1648-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(170920, 1253, '1648-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(170921, 1253, '1648-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(170922, 1253, '1648-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(170923, 1253, '1648-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(170924, 1253, '1648-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(170925, 1253, '1648-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(170926, 1253, '1649-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(170927, 1253, '1649-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(170928, 1253, '1649-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(170929, 1253, '1649-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(170930, 1253, '1649-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(170931, 1253, '1649-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(170932, 1253, '1649-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(170933, 1253, '1649-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(170934, 1253, '1649-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(170935, 1253, '1649-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(170936, 1253, '1649-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(170937, 1253, '1649-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(170938, 1253, '1650-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(170939, 1253, '1650-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(170940, 1253, '1650-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(170941, 1253, '1650-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(170942, 1253, '1650-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(170943, 1253, '1650-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(170944, 1253, '1650-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(170945, 1253, '1650-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(170946, 1253, '1650-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(170947, 1253, '1650-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(170948, 1253, '1650-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(170949, 1253, '1650-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(170950, 1253, '1651-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(170951, 1253, '1651-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(170952, 1253, '1651-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(170953, 1253, '1651-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(170954, 1253, '1651-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(170955, 1253, '1651-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(170956, 1253, '1651-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(170957, 1253, '1651-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(170958, 1253, '1651-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(170959, 1253, '1651-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(170960, 1253, '1651-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(170961, 1253, '1651-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(170962, 1253, '1652-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(170963, 1253, '1652-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(170964, 1253, '1652-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(170965, 1253, '1652-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(170966, 1253, '1652-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(170967, 1253, '1652-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(170968, 1253, '1652-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(170969, 1253, '1652-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(170970, 1253, '1652-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(170971, 1253, '1652-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(170972, 1253, '1652-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(170973, 1253, '1652-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(170974, 1253, '1653-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(170975, 1253, '1653-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(170976, 1253, '1653-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(170977, 1253, '1653-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(170978, 1253, '1653-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(170979, 1253, '1653-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(170980, 1253, '1653-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(170981, 1253, '1653-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(170982, 1253, '1653-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(170983, 1253, '1653-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(170984, 1253, '1653-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(170985, 1253, '1653-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(170986, 1253, '1654-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(170987, 1253, '1654-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(170988, 1253, '1654-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(170989, 1253, '1654-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(170990, 1253, '1654-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(170991, 1253, '1654-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(170992, 1253, '1654-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(170993, 1253, '1654-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(170994, 1253, '1654-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(170995, 1253, '1654-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(170996, 1253, '1654-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(170997, 1253, '1654-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(170998, 1253, '1655-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(170999, 1253, '1655-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(171000, 1253, '1655-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(171001, 1253, '1655-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(171002, 1253, '1655-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(171003, 1253, '1655-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(171004, 1253, '1655-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(171005, 1253, '1655-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(171006, 1253, '1655-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(171007, 1253, '1655-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(171008, 1253, '1655-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(171009, 1253, '1655-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(171010, 1253, '1656-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(171011, 1253, '1656-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(171012, 1253, '1656-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(171013, 1253, '1656-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(171014, 1253, '1656-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(171015, 1253, '1656-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(171016, 1253, '1656-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(171017, 1253, '1656-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(171018, 1253, '1656-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(171019, 1253, '1656-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(171020, 1253, '1656-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(171021, 1253, '1656-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(171022, 1253, '1657-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(171023, 1253, '1657-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(171024, 1253, '1657-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(171025, 1253, '1657-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(171026, 1253, '1657-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(171027, 1253, '1657-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(171028, 1253, '1657-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(171029, 1253, '1657-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(171030, 1253, '1657-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(171031, 1253, '1657-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(171032, 1253, '1657-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(171033, 1253, '1657-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(171034, 1253, '1658-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(171035, 1253, '1658-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(171036, 1253, '1658-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(171037, 1253, '1658-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(171038, 1253, '1658-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(171039, 1253, '1658-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(171040, 1253, '1658-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(171041, 1253, '1658-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(171042, 1253, '1658-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(171043, 1253, '1658-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(171044, 1253, '1658-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(171045, 1253, '1658-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(171046, 1253, '1659-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(171047, 1253, '1659-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(171048, 1253, '1659-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(171049, 1253, '1659-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(171050, 1253, '1659-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(171051, 1253, '1659-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(171052, 1253, '1659-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(171053, 1253, '1659-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(171054, 1253, '1659-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(171055, 1253, '1659-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(171056, 1253, '1659-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(171057, 1253, '1659-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(171058, 1253, '1660-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(171059, 1253, '1660-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(171060, 1253, '1660-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(171061, 1253, '1660-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(171062, 1253, '1660-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(171063, 1253, '1660-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(171064, 1253, '1660-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(171065, 1253, '1660-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(171066, 1253, '1660-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(171067, 1253, '1660-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(171068, 1253, '1660-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(171069, 1253, '1660-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(171070, 1253, '1661-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(171071, 1253, '1661-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(171072, 1253, '1661-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(171073, 1253, '1661-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(171074, 1253, '1661-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(171075, 1253, '1661-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(171076, 1253, '1661-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(171077, 1253, '1661-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(171078, 1253, '1661-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(171079, 1253, '1661-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(171080, 1253, '1661-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(171081, 1253, '1661-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(171082, 1253, '1662-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(171083, 1253, '1662-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(171084, 1253, '1662-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(171085, 1253, '1662-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(171086, 1253, '1662-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(171087, 1253, '1662-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(171088, 1253, '1662-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(171089, 1253, '1662-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(171090, 1253, '1662-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(171091, 1253, '1662-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(171092, 1253, '1662-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(171093, 1253, '1662-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(171094, 1253, '1663-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(171095, 1253, '1663-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(171096, 1253, '1663-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(171097, 1253, '1663-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(171098, 1253, '1663-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(171099, 1253, '1663-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(171100, 1253, '1663-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(171101, 1253, '1663-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(171102, 1253, '1663-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(171103, 1253, '1663-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(171104, 1253, '1663-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(171105, 1253, '1663-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(171106, 1253, '1664-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(171107, 1253, '1664-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(171108, 1253, '1664-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(171109, 1253, '1664-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(171110, 1253, '1664-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(171111, 1253, '1664-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(171112, 1253, '1664-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(171113, 1253, '1664-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(171114, 1253, '1664-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(171115, 1253, '1664-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(171116, 1253, '1664-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(171117, 1253, '1664-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(171118, 1253, '1665-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(171119, 1253, '1665-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(171120, 1253, '1665-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(171121, 1253, '1665-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(171122, 1253, '1665-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(171123, 1253, '1665-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(171124, 1253, '1665-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(171125, 1253, '1665-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(171126, 1253, '1665-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(171127, 1253, '1665-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(171128, 1253, '1665-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(171129, 1253, '1665-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(171130, 1253, '1666-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(171131, 1253, '1666-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(171132, 1253, '1666-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(171133, 1253, '1666-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(171134, 1253, '1666-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(171135, 1253, '1666-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(171136, 1253, '1666-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(171137, 1253, '1666-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(171138, 1253, '1666-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(171139, 1253, '1666-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(171140, 1253, '1666-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(171141, 1253, '1666-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(171142, 1253, '1667-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(171143, 1253, '1667-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(171144, 1253, '1667-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(171145, 1253, '1667-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(171146, 1253, '1667-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(171147, 1253, '1667-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(171148, 1253, '1667-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(171149, 1253, '1667-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(171150, 1253, '1667-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(171151, 1253, '1667-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(171152, 1253, '1667-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(171153, 1253, '1667-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(171154, 1253, '1668-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(171155, 1253, '1668-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(171156, 1253, '1668-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(171157, 1253, '1668-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(171158, 1253, '1668-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(171159, 1253, '1668-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(171160, 1253, '1668-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(171161, 1253, '1668-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(171162, 1253, '1668-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(171163, 1253, '1668-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(171164, 1253, '1668-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(171165, 1253, '1668-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(171166, 1253, '1669-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(171167, 1253, '1669-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(171168, 1253, '1669-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(171169, 1253, '1669-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(171170, 1253, '1669-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(171171, 1253, '1669-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(171172, 1253, '1669-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(171173, 1253, '1669-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(171174, 1253, '1669-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(171175, 1253, '1669-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(171176, 1253, '1669-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(171177, 1253, '1669-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(171178, 1253, '1670-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(171179, 1253, '1670-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(171180, 1253, '1670-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(171181, 1253, '1670-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(171182, 1253, '1670-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(171183, 1253, '1670-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(171184, 1253, '1670-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(171185, 1253, '1670-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(171186, 1253, '1670-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(171187, 1253, '1670-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(171188, 1253, '1670-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(171189, 1253, '1670-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(171190, 1253, '1671-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(171191, 1253, '1671-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(171192, 1253, '1671-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(171193, 1253, '1671-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(171194, 1253, '1671-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(171195, 1253, '1671-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(171196, 1253, '1671-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(171197, 1253, '1671-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(171198, 1253, '1671-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(171199, 1253, '1671-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(171200, 1253, '1671-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(171201, 1253, '1671-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(171202, 1253, '1672-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(171203, 1253, '1672-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(171204, 1253, '1672-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(171205, 1253, '1672-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(171206, 1253, '1672-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(171207, 1253, '1672-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(171208, 1253, '1672-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(171209, 1253, '1672-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(171210, 1253, '1672-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(171211, 1253, '1672-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(171212, 1253, '1672-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(171213, 1253, '1672-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(171214, 1253, '1673-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(171215, 1253, '1673-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(171216, 1253, '1673-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(171217, 1253, '1673-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(171218, 1253, '1673-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(171219, 1253, '1673-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(171220, 1253, '1673-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(171221, 1253, '1673-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(171222, 1253, '1673-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(171223, 1253, '1673-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(171224, 1253, '1673-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(171225, 1253, '1673-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(171226, 1253, '1674-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(171227, 1253, '1674-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(171228, 1253, '1674-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(171229, 1253, '1674-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(171230, 1253, '1674-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:08', '2023-09-13 14:39:08'),
(171231, 1253, '1674-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171232, 1253, '1674-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171233, 1253, '1674-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171234, 1253, '1674-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171235, 1253, '1674-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171236, 1253, '1674-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171237, 1253, '1674-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171238, 1253, '1675-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171239, 1253, '1675-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171240, 1253, '1675-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171241, 1253, '1675-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171242, 1253, '1675-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171243, 1253, '1675-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171244, 1253, '1675-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171245, 1253, '1675-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171246, 1253, '1675-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171247, 1253, '1675-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171248, 1253, '1675-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171249, 1253, '1675-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171250, 1253, '1676-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171251, 1253, '1676-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171252, 1253, '1676-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171253, 1253, '1676-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171254, 1253, '1676-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171255, 1253, '1676-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171256, 1253, '1676-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171257, 1253, '1676-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171258, 1253, '1676-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171259, 1253, '1676-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171260, 1253, '1676-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171261, 1253, '1676-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171262, 1253, '1677-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171263, 1253, '1677-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171264, 1253, '1677-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171265, 1253, '1677-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171266, 1253, '1677-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171267, 1253, '1677-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171268, 1253, '1677-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171269, 1253, '1677-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171270, 1253, '1677-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171271, 1253, '1677-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171272, 1253, '1677-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171273, 1253, '1677-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171274, 1253, '1678-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171275, 1253, '1678-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171276, 1253, '1678-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171277, 1253, '1678-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171278, 1253, '1678-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171279, 1253, '1678-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171280, 1253, '1678-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171281, 1253, '1678-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171282, 1253, '1678-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171283, 1253, '1678-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171284, 1253, '1678-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171285, 1253, '1678-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171286, 1253, '1679-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171287, 1253, '1679-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171288, 1253, '1679-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171289, 1253, '1679-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171290, 1253, '1679-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171291, 1253, '1679-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171292, 1253, '1679-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171293, 1253, '1679-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171294, 1253, '1679-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171295, 1253, '1679-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171296, 1253, '1679-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171297, 1253, '1679-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171298, 1253, '1680-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171299, 1253, '1680-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171300, 1253, '1680-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171301, 1253, '1680-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171302, 1253, '1680-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171303, 1253, '1680-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171304, 1253, '1680-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171305, 1253, '1680-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171306, 1253, '1680-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171307, 1253, '1680-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171308, 1253, '1680-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171309, 1253, '1680-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171310, 1253, '1681-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171311, 1253, '1681-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171312, 1253, '1681-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171313, 1253, '1681-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171314, 1253, '1681-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171315, 1253, '1681-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171316, 1253, '1681-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171317, 1253, '1681-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171318, 1253, '1681-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171319, 1253, '1681-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171320, 1253, '1681-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171321, 1253, '1681-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171322, 1253, '1682-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171323, 1253, '1682-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171324, 1253, '1682-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171325, 1253, '1682-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171326, 1253, '1682-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171327, 1253, '1682-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171328, 1253, '1682-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171329, 1253, '1682-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171330, 1253, '1682-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171331, 1253, '1682-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171332, 1253, '1682-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171333, 1253, '1682-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171334, 1253, '1683-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171335, 1253, '1683-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171336, 1253, '1683-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171337, 1253, '1683-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171338, 1253, '1683-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171339, 1253, '1683-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171340, 1253, '1683-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171341, 1253, '1683-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171342, 1253, '1683-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171343, 1253, '1683-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171344, 1253, '1683-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171345, 1253, '1683-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171346, 1253, '1684-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171347, 1253, '1684-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171348, 1253, '1684-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171349, 1253, '1684-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171350, 1253, '1684-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171351, 1253, '1684-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171352, 1253, '1684-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171353, 1253, '1684-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171354, 1253, '1684-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171355, 1253, '1684-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171356, 1253, '1684-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171357, 1253, '1684-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171358, 1253, '1685-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171359, 1253, '1685-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171360, 1253, '1685-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171361, 1253, '1685-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171362, 1253, '1685-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171363, 1253, '1685-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171364, 1253, '1685-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171365, 1253, '1685-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171366, 1253, '1685-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171367, 1253, '1685-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171368, 1253, '1685-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171369, 1253, '1685-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171370, 1253, '1686-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171371, 1253, '1686-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171372, 1253, '1686-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171373, 1253, '1686-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171374, 1253, '1686-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171375, 1253, '1686-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171376, 1253, '1686-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171377, 1253, '1686-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171378, 1253, '1686-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171379, 1253, '1686-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171380, 1253, '1686-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171381, 1253, '1686-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171382, 1253, '1687-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171383, 1253, '1687-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171384, 1253, '1687-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171385, 1253, '1687-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171386, 1253, '1687-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171387, 1253, '1687-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171388, 1253, '1687-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171389, 1253, '1687-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171390, 1253, '1687-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171391, 1253, '1687-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171392, 1253, '1687-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171393, 1253, '1687-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171394, 1253, '1688-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171395, 1253, '1688-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171396, 1253, '1688-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171397, 1253, '1688-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171398, 1253, '1688-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171399, 1253, '1688-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171400, 1253, '1688-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171401, 1253, '1688-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171402, 1253, '1688-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171403, 1253, '1688-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171404, 1253, '1688-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171405, 1253, '1688-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171406, 1253, '1689-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171407, 1253, '1689-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171408, 1253, '1689-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171409, 1253, '1689-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171410, 1253, '1689-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171411, 1253, '1689-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171412, 1253, '1689-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171413, 1253, '1689-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171414, 1253, '1689-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171415, 1253, '1689-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171416, 1253, '1689-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171417, 1253, '1689-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171418, 1253, '1690-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171419, 1253, '1690-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171420, 1253, '1690-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171421, 1253, '1690-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171422, 1253, '1690-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171423, 1253, '1690-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171424, 1253, '1690-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171425, 1253, '1690-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171426, 1253, '1690-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171427, 1253, '1690-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171428, 1253, '1690-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171429, 1253, '1690-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171430, 1253, '1691-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171431, 1253, '1691-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171432, 1253, '1691-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171433, 1253, '1691-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171434, 1253, '1691-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171435, 1253, '1691-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171436, 1253, '1691-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171437, 1253, '1691-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171438, 1253, '1691-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171439, 1253, '1691-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171440, 1253, '1691-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171441, 1253, '1691-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171442, 1253, '1692-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171443, 1253, '1692-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171444, 1253, '1692-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171445, 1253, '1692-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171446, 1253, '1692-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171447, 1253, '1692-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171448, 1253, '1692-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171449, 1253, '1692-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171450, 1253, '1692-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171451, 1253, '1692-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171452, 1253, '1692-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171453, 1253, '1692-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171454, 1253, '1693-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171455, 1253, '1693-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171456, 1253, '1693-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171457, 1253, '1693-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171458, 1253, '1693-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171459, 1253, '1693-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171460, 1253, '1693-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171461, 1253, '1693-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171462, 1253, '1693-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171463, 1253, '1693-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171464, 1253, '1693-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171465, 1253, '1693-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171466, 1253, '1694-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171467, 1253, '1694-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171468, 1253, '1694-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171469, 1253, '1694-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171470, 1253, '1694-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171471, 1253, '1694-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171472, 1253, '1694-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171473, 1253, '1694-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171474, 1253, '1694-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171475, 1253, '1694-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171476, 1253, '1694-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171477, 1253, '1694-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171478, 1253, '1695-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171479, 1253, '1695-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171480, 1253, '1695-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171481, 1253, '1695-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171482, 1253, '1695-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171483, 1253, '1695-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171484, 1253, '1695-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171485, 1253, '1695-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171486, 1253, '1695-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171487, 1253, '1695-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171488, 1253, '1695-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171489, 1253, '1695-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171490, 1253, '1696-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171491, 1253, '1696-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171492, 1253, '1696-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171493, 1253, '1696-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171494, 1253, '1696-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171495, 1253, '1696-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171496, 1253, '1696-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171497, 1253, '1696-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171498, 1253, '1696-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171499, 1253, '1696-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171500, 1253, '1696-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171501, 1253, '1696-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171502, 1253, '1697-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171503, 1253, '1697-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171504, 1253, '1697-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171505, 1253, '1697-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171506, 1253, '1697-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171507, 1253, '1697-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171508, 1253, '1697-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171509, 1253, '1697-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171510, 1253, '1697-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171511, 1253, '1697-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171512, 1253, '1697-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171513, 1253, '1697-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171514, 1253, '1698-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171515, 1253, '1698-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171516, 1253, '1698-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171517, 1253, '1698-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171518, 1253, '1698-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171519, 1253, '1698-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171520, 1253, '1698-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171521, 1253, '1698-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171522, 1253, '1698-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171523, 1253, '1698-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171524, 1253, '1698-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171525, 1253, '1698-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171526, 1253, '1699-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171527, 1253, '1699-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171528, 1253, '1699-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171529, 1253, '1699-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171530, 1253, '1699-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171531, 1253, '1699-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171532, 1253, '1699-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171533, 1253, '1699-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171534, 1253, '1699-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171535, 1253, '1699-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171536, 1253, '1699-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171537, 1253, '1699-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171538, 1253, '1700-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171539, 1253, '1700-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171540, 1253, '1700-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171541, 1253, '1700-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171542, 1253, '1700-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171543, 1253, '1700-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171544, 1253, '1700-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171545, 1253, '1700-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171546, 1253, '1700-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171547, 1253, '1700-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171548, 1253, '1700-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171549, 1253, '1700-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171550, 1253, '1701-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171551, 1253, '1701-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171552, 1253, '1701-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171553, 1253, '1701-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171554, 1253, '1701-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171555, 1253, '1701-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171556, 1253, '1701-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171557, 1253, '1701-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171558, 1253, '1701-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171559, 1253, '1701-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171560, 1253, '1701-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171561, 1253, '1701-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171562, 1253, '1702-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171563, 1253, '1702-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171564, 1253, '1702-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171565, 1253, '1702-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171566, 1253, '1702-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171567, 1253, '1702-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171568, 1253, '1702-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171569, 1253, '1702-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171570, 1253, '1702-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171571, 1253, '1702-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171572, 1253, '1702-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171573, 1253, '1702-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171574, 1253, '1703-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171575, 1253, '1703-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171576, 1253, '1703-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171577, 1253, '1703-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171578, 1253, '1703-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171579, 1253, '1703-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171580, 1253, '1703-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171581, 1253, '1703-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171582, 1253, '1703-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171583, 1253, '1703-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171584, 1253, '1703-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171585, 1253, '1703-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171586, 1253, '1704-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171587, 1253, '1704-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171588, 1253, '1704-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171589, 1253, '1704-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171590, 1253, '1704-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171591, 1253, '1704-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171592, 1253, '1704-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171593, 1253, '1704-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171594, 1253, '1704-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171595, 1253, '1704-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171596, 1253, '1704-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171597, 1253, '1704-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171598, 1253, '1705-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171599, 1253, '1705-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171600, 1253, '1705-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171601, 1253, '1705-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171602, 1253, '1705-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171603, 1253, '1705-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171604, 1253, '1705-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171605, 1253, '1705-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171606, 1253, '1705-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171607, 1253, '1705-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171608, 1253, '1705-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171609, 1253, '1705-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171610, 1253, '1706-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171611, 1253, '1706-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171612, 1253, '1706-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171613, 1253, '1706-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171614, 1253, '1706-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171615, 1253, '1706-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171616, 1253, '1706-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171617, 1253, '1706-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171618, 1253, '1706-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171619, 1253, '1706-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171620, 1253, '1706-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171621, 1253, '1706-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171622, 1253, '1707-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171623, 1253, '1707-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171624, 1253, '1707-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:09', '2023-09-13 14:39:09'),
(171625, 1253, '1707-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171626, 1253, '1707-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171627, 1253, '1707-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171628, 1253, '1707-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171629, 1253, '1707-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171630, 1253, '1707-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171631, 1253, '1707-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171632, 1253, '1707-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171633, 1253, '1707-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171634, 1253, '1708-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171635, 1253, '1708-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171636, 1253, '1708-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171637, 1253, '1708-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171638, 1253, '1708-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171639, 1253, '1708-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171640, 1253, '1708-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171641, 1253, '1708-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171642, 1253, '1708-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171643, 1253, '1708-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171644, 1253, '1708-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171645, 1253, '1708-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171646, 1253, '1709-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171647, 1253, '1709-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171648, 1253, '1709-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171649, 1253, '1709-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171650, 1253, '1709-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171651, 1253, '1709-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171652, 1253, '1709-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171653, 1253, '1709-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171654, 1253, '1709-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171655, 1253, '1709-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171656, 1253, '1709-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171657, 1253, '1709-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171658, 1253, '1710-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171659, 1253, '1710-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171660, 1253, '1710-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171661, 1253, '1710-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171662, 1253, '1710-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171663, 1253, '1710-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171664, 1253, '1710-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171665, 1253, '1710-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171666, 1253, '1710-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171667, 1253, '1710-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171668, 1253, '1710-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171669, 1253, '1710-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171670, 1253, '1711-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171671, 1253, '1711-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171672, 1253, '1711-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171673, 1253, '1711-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171674, 1253, '1711-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171675, 1253, '1711-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171676, 1253, '1711-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171677, 1253, '1711-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171678, 1253, '1711-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171679, 1253, '1711-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(171680, 1253, '1711-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171681, 1253, '1711-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171682, 1253, '1712-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171683, 1253, '1712-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171684, 1253, '1712-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171685, 1253, '1712-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171686, 1253, '1712-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171687, 1253, '1712-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171688, 1253, '1712-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171689, 1253, '1712-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171690, 1253, '1712-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171691, 1253, '1712-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171692, 1253, '1712-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171693, 1253, '1712-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171694, 1253, '1713-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171695, 1253, '1713-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171696, 1253, '1713-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171697, 1253, '1713-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171698, 1253, '1713-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171699, 1253, '1713-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171700, 1253, '1713-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171701, 1253, '1713-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171702, 1253, '1713-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171703, 1253, '1713-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171704, 1253, '1713-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171705, 1253, '1713-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171706, 1253, '1714-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171707, 1253, '1714-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171708, 1253, '1714-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171709, 1253, '1714-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171710, 1253, '1714-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171711, 1253, '1714-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171712, 1253, '1714-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171713, 1253, '1714-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171714, 1253, '1714-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171715, 1253, '1714-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171716, 1253, '1714-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171717, 1253, '1714-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171718, 1253, '1715-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171719, 1253, '1715-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171720, 1253, '1715-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171721, 1253, '1715-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171722, 1253, '1715-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171723, 1253, '1715-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171724, 1253, '1715-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171725, 1253, '1715-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171726, 1253, '1715-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171727, 1253, '1715-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171728, 1253, '1715-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171729, 1253, '1715-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171730, 1253, '1716-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171731, 1253, '1716-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171732, 1253, '1716-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171733, 1253, '1716-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171734, 1253, '1716-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171735, 1253, '1716-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171736, 1253, '1716-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171737, 1253, '1716-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171738, 1253, '1716-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171739, 1253, '1716-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171740, 1253, '1716-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171741, 1253, '1716-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171742, 1253, '1717-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171743, 1253, '1717-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171744, 1253, '1717-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171745, 1253, '1717-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171746, 1253, '1717-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171747, 1253, '1717-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171748, 1253, '1717-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171749, 1253, '1717-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171750, 1253, '1717-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171751, 1253, '1717-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171752, 1253, '1717-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171753, 1253, '1717-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171754, 1253, '1718-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171755, 1253, '1718-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171756, 1253, '1718-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171757, 1253, '1718-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171758, 1253, '1718-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171759, 1253, '1718-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171760, 1253, '1718-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171761, 1253, '1718-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171762, 1253, '1718-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171763, 1253, '1718-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171764, 1253, '1718-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171765, 1253, '1718-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171766, 1253, '1719-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171767, 1253, '1719-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171768, 1253, '1719-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171769, 1253, '1719-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171770, 1253, '1719-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171771, 1253, '1719-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171772, 1253, '1719-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171773, 1253, '1719-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171774, 1253, '1719-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171775, 1253, '1719-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171776, 1253, '1719-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171777, 1253, '1719-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171778, 1253, '1720-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171779, 1253, '1720-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171780, 1253, '1720-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171781, 1253, '1720-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171782, 1253, '1720-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171783, 1253, '1720-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171784, 1253, '1720-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171785, 1253, '1720-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171786, 1253, '1720-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171787, 1253, '1720-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171788, 1253, '1720-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171789, 1253, '1720-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171790, 1253, '1721-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171791, 1253, '1721-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171792, 1253, '1721-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171793, 1253, '1721-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171794, 1253, '1721-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171795, 1253, '1721-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171796, 1253, '1721-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171797, 1253, '1721-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171798, 1253, '1721-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171799, 1253, '1721-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171800, 1253, '1721-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171801, 1253, '1721-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171802, 1253, '1722-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171803, 1253, '1722-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171804, 1253, '1722-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171805, 1253, '1722-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171806, 1253, '1722-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171807, 1253, '1722-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171808, 1253, '1722-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171809, 1253, '1722-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171810, 1253, '1722-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171811, 1253, '1722-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171812, 1253, '1722-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171813, 1253, '1722-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171814, 1253, '1723-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171815, 1253, '1723-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171816, 1253, '1723-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171817, 1253, '1723-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171818, 1253, '1723-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171819, 1253, '1723-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171820, 1253, '1723-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171821, 1253, '1723-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171822, 1253, '1723-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171823, 1253, '1723-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171824, 1253, '1723-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171825, 1253, '1723-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171826, 1253, '1724-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171827, 1253, '1724-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171828, 1253, '1724-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171829, 1253, '1724-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171830, 1253, '1724-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171831, 1253, '1724-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171832, 1253, '1724-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171833, 1253, '1724-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171834, 1253, '1724-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171835, 1253, '1724-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171836, 1253, '1724-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171837, 1253, '1724-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171838, 1253, '1725-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171839, 1253, '1725-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171840, 1253, '1725-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171841, 1253, '1725-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171842, 1253, '1725-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171843, 1253, '1725-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171844, 1253, '1725-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171845, 1253, '1725-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171846, 1253, '1725-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171847, 1253, '1725-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171848, 1253, '1725-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171849, 1253, '1725-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171850, 1253, '1726-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171851, 1253, '1726-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171852, 1253, '1726-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171853, 1253, '1726-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171854, 1253, '1726-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171855, 1253, '1726-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171856, 1253, '1726-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171857, 1253, '1726-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171858, 1253, '1726-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171859, 1253, '1726-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171860, 1253, '1726-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171861, 1253, '1726-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171862, 1253, '1727-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171863, 1253, '1727-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171864, 1253, '1727-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171865, 1253, '1727-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171866, 1253, '1727-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171867, 1253, '1727-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171868, 1253, '1727-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171869, 1253, '1727-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171870, 1253, '1727-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171871, 1253, '1727-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171872, 1253, '1727-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171873, 1253, '1727-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171874, 1253, '1728-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171875, 1253, '1728-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171876, 1253, '1728-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171877, 1253, '1728-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171878, 1253, '1728-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171879, 1253, '1728-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171880, 1253, '1728-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171881, 1253, '1728-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171882, 1253, '1728-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171883, 1253, '1728-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171884, 1253, '1728-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171885, 1253, '1728-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171886, 1253, '1729-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171887, 1253, '1729-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171888, 1253, '1729-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171889, 1253, '1729-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171890, 1253, '1729-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171891, 1253, '1729-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171892, 1253, '1729-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171893, 1253, '1729-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171894, 1253, '1729-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171895, 1253, '1729-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171896, 1253, '1729-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171897, 1253, '1729-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171898, 1253, '1730-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171899, 1253, '1730-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171900, 1253, '1730-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171901, 1253, '1730-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171902, 1253, '1730-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171903, 1253, '1730-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171904, 1253, '1730-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171905, 1253, '1730-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171906, 1253, '1730-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171907, 1253, '1730-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171908, 1253, '1730-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171909, 1253, '1730-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171910, 1253, '1731-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171911, 1253, '1731-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171912, 1253, '1731-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171913, 1253, '1731-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171914, 1253, '1731-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171915, 1253, '1731-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171916, 1253, '1731-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171917, 1253, '1731-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171918, 1253, '1731-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171919, 1253, '1731-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171920, 1253, '1731-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171921, 1253, '1731-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171922, 1253, '1732-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171923, 1253, '1732-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171924, 1253, '1732-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171925, 1253, '1732-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171926, 1253, '1732-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171927, 1253, '1732-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171928, 1253, '1732-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171929, 1253, '1732-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171930, 1253, '1732-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171931, 1253, '1732-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171932, 1253, '1732-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171933, 1253, '1732-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171934, 1253, '1733-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171935, 1253, '1733-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171936, 1253, '1733-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171937, 1253, '1733-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171938, 1253, '1733-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171939, 1253, '1733-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171940, 1253, '1733-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171941, 1253, '1733-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171942, 1253, '1733-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171943, 1253, '1733-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171944, 1253, '1733-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171945, 1253, '1733-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171946, 1253, '1734-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171947, 1253, '1734-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171948, 1253, '1734-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171949, 1253, '1734-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171950, 1253, '1734-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171951, 1253, '1734-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171952, 1253, '1734-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171953, 1253, '1734-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171954, 1253, '1734-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171955, 1253, '1734-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171956, 1253, '1734-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171957, 1253, '1734-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171958, 1253, '1735-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171959, 1253, '1735-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171960, 1253, '1735-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171961, 1253, '1735-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171962, 1253, '1735-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171963, 1253, '1735-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171964, 1253, '1735-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171965, 1253, '1735-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171966, 1253, '1735-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171967, 1253, '1735-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171968, 1253, '1735-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171969, 1253, '1735-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171970, 1253, '1736-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171971, 1253, '1736-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171972, 1253, '1736-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171973, 1253, '1736-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171974, 1253, '1736-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171975, 1253, '1736-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171976, 1253, '1736-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171977, 1253, '1736-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171978, 1253, '1736-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171979, 1253, '1736-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171980, 1253, '1736-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171981, 1253, '1736-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171982, 1253, '1737-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171983, 1253, '1737-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171984, 1253, '1737-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171985, 1253, '1737-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171986, 1253, '1737-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171987, 1253, '1737-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171988, 1253, '1737-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171989, 1253, '1737-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171990, 1253, '1737-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171991, 1253, '1737-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171992, 1253, '1737-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171993, 1253, '1737-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171994, 1253, '1738-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171995, 1253, '1738-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171996, 1253, '1738-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171997, 1253, '1738-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171998, 1253, '1738-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(171999, 1253, '1738-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(172000, 1253, '1738-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(172001, 1253, '1738-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(172002, 1253, '1738-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(172003, 1253, '1738-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(172004, 1253, '1738-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(172005, 1253, '1738-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(172006, 1253, '1739-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(172007, 1253, '1739-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(172008, 1253, '1739-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(172009, 1253, '1739-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(172010, 1253, '1739-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(172011, 1253, '1739-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(172012, 1253, '1739-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(172013, 1253, '1739-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(172014, 1253, '1739-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(172015, 1253, '1739-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(172016, 1253, '1739-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(172017, 1253, '1739-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(172018, 1253, '1740-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(172019, 1253, '1740-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(172020, 1253, '1740-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(172021, 1253, '1740-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(172022, 1253, '1740-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(172023, 1253, '1740-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(172024, 1253, '1740-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(172025, 1253, '1740-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(172026, 1253, '1740-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(172027, 1253, '1740-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(172028, 1253, '1740-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(172029, 1253, '1740-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:10', '2023-09-13 14:39:10'),
(172030, 1253, '1741-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172031, 1253, '1741-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172032, 1253, '1741-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172033, 1253, '1741-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172034, 1253, '1741-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172035, 1253, '1741-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172036, 1253, '1741-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172037, 1253, '1741-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172038, 1253, '1741-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172039, 1253, '1741-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172040, 1253, '1741-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172041, 1253, '1741-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172042, 1253, '1742-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172043, 1253, '1742-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172044, 1253, '1742-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172045, 1253, '1742-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172046, 1253, '1742-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172047, 1253, '1742-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172048, 1253, '1742-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172049, 1253, '1742-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172050, 1253, '1742-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172051, 1253, '1742-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172052, 1253, '1742-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172053, 1253, '1742-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172054, 1253, '1743-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172055, 1253, '1743-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172056, 1253, '1743-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172057, 1253, '1743-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172058, 1253, '1743-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172059, 1253, '1743-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172060, 1253, '1743-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172061, 1253, '1743-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172062, 1253, '1743-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172063, 1253, '1743-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172064, 1253, '1743-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172065, 1253, '1743-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172066, 1253, '1744-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172067, 1253, '1744-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172068, 1253, '1744-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172069, 1253, '1744-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172070, 1253, '1744-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172071, 1253, '1744-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172072, 1253, '1744-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172073, 1253, '1744-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172074, 1253, '1744-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172075, 1253, '1744-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172076, 1253, '1744-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172077, 1253, '1744-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172078, 1253, '1745-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172079, 1253, '1745-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172080, 1253, '1745-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172081, 1253, '1745-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172082, 1253, '1745-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172083, 1253, '1745-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172084, 1253, '1745-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172085, 1253, '1745-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172086, 1253, '1745-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172087, 1253, '1745-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172088, 1253, '1745-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172089, 1253, '1745-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172090, 1253, '1746-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172091, 1253, '1746-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172092, 1253, '1746-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172093, 1253, '1746-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172094, 1253, '1746-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172095, 1253, '1746-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172096, 1253, '1746-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172097, 1253, '1746-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172098, 1253, '1746-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172099, 1253, '1746-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172100, 1253, '1746-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172101, 1253, '1746-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172102, 1253, '1747-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172103, 1253, '1747-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172104, 1253, '1747-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172105, 1253, '1747-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172106, 1253, '1747-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172107, 1253, '1747-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172108, 1253, '1747-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172109, 1253, '1747-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172110, 1253, '1747-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172111, 1253, '1747-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172112, 1253, '1747-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172113, 1253, '1747-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172114, 1253, '1748-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172115, 1253, '1748-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172116, 1253, '1748-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172117, 1253, '1748-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172118, 1253, '1748-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172119, 1253, '1748-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172120, 1253, '1748-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172121, 1253, '1748-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172122, 1253, '1748-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172123, 1253, '1748-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172124, 1253, '1748-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172125, 1253, '1748-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172126, 1253, '1749-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172127, 1253, '1749-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172128, 1253, '1749-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172129, 1253, '1749-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172130, 1253, '1749-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172131, 1253, '1749-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172132, 1253, '1749-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172133, 1253, '1749-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172134, 1253, '1749-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172135, 1253, '1749-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(172136, 1253, '1749-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172137, 1253, '1749-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172138, 1253, '1750-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172139, 1253, '1750-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172140, 1253, '1750-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172141, 1253, '1750-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172142, 1253, '1750-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172143, 1253, '1750-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172144, 1253, '1750-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172145, 1253, '1750-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172146, 1253, '1750-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172147, 1253, '1750-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172148, 1253, '1750-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172149, 1253, '1750-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172150, 1253, '1751-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172151, 1253, '1751-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172152, 1253, '1751-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172153, 1253, '1751-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172154, 1253, '1751-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172155, 1253, '1751-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172156, 1253, '1751-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172157, 1253, '1751-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172158, 1253, '1751-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172159, 1253, '1751-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172160, 1253, '1751-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172161, 1253, '1751-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172162, 1253, '1752-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172163, 1253, '1752-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172164, 1253, '1752-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172165, 1253, '1752-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172166, 1253, '1752-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172167, 1253, '1752-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172168, 1253, '1752-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172169, 1253, '1752-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172170, 1253, '1752-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172171, 1253, '1752-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172172, 1253, '1752-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172173, 1253, '1752-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172174, 1253, '1753-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172175, 1253, '1753-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172176, 1253, '1753-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172177, 1253, '1753-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172178, 1253, '1753-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172179, 1253, '1753-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172180, 1253, '1753-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172181, 1253, '1753-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172182, 1253, '1753-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172183, 1253, '1753-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172184, 1253, '1753-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172185, 1253, '1753-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172186, 1253, '1754-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172187, 1253, '1754-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172188, 1253, '1754-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172189, 1253, '1754-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172190, 1253, '1754-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172191, 1253, '1754-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172192, 1253, '1754-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172193, 1253, '1754-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172194, 1253, '1754-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172195, 1253, '1754-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172196, 1253, '1754-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172197, 1253, '1754-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172198, 1253, '1755-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172199, 1253, '1755-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172200, 1253, '1755-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172201, 1253, '1755-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172202, 1253, '1755-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172203, 1253, '1755-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172204, 1253, '1755-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172205, 1253, '1755-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172206, 1253, '1755-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172207, 1253, '1755-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172208, 1253, '1755-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172209, 1253, '1755-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172210, 1253, '1756-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172211, 1253, '1756-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172212, 1253, '1756-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172213, 1253, '1756-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172214, 1253, '1756-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172215, 1253, '1756-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172216, 1253, '1756-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172217, 1253, '1756-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172218, 1253, '1756-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172219, 1253, '1756-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172220, 1253, '1756-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172221, 1253, '1756-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172222, 1253, '1757-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172223, 1253, '1757-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172224, 1253, '1757-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172225, 1253, '1757-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172226, 1253, '1757-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172227, 1253, '1757-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172228, 1253, '1757-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172229, 1253, '1757-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172230, 1253, '1757-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172231, 1253, '1757-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172232, 1253, '1757-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172233, 1253, '1757-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172234, 1253, '1758-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172235, 1253, '1758-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172236, 1253, '1758-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172237, 1253, '1758-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172238, 1253, '1758-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172239, 1253, '1758-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172240, 1253, '1758-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172241, 1253, '1758-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172242, 1253, '1758-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172243, 1253, '1758-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172244, 1253, '1758-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172245, 1253, '1758-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172246, 1253, '1759-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172247, 1253, '1759-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172248, 1253, '1759-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172249, 1253, '1759-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172250, 1253, '1759-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172251, 1253, '1759-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172252, 1253, '1759-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172253, 1253, '1759-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172254, 1253, '1759-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172255, 1253, '1759-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172256, 1253, '1759-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172257, 1253, '1759-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172258, 1253, '1760-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172259, 1253, '1760-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172260, 1253, '1760-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172261, 1253, '1760-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172262, 1253, '1760-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172263, 1253, '1760-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172264, 1253, '1760-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172265, 1253, '1760-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172266, 1253, '1760-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172267, 1253, '1760-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172268, 1253, '1760-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172269, 1253, '1760-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172270, 1253, '1761-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172271, 1253, '1761-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172272, 1253, '1761-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172273, 1253, '1761-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172274, 1253, '1761-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172275, 1253, '1761-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172276, 1253, '1761-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172277, 1253, '1761-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172278, 1253, '1761-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172279, 1253, '1761-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172280, 1253, '1761-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172281, 1253, '1761-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172282, 1253, '1762-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172283, 1253, '1762-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172284, 1253, '1762-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172285, 1253, '1762-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172286, 1253, '1762-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172287, 1253, '1762-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172288, 1253, '1762-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172289, 1253, '1762-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172290, 1253, '1762-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172291, 1253, '1762-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172292, 1253, '1762-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172293, 1253, '1762-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172294, 1253, '1763-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172295, 1253, '1763-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172296, 1253, '1763-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172297, 1253, '1763-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172298, 1253, '1763-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172299, 1253, '1763-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172300, 1253, '1763-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172301, 1253, '1763-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172302, 1253, '1763-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172303, 1253, '1763-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172304, 1253, '1763-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172305, 1253, '1763-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172306, 1253, '1764-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172307, 1253, '1764-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172308, 1253, '1764-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172309, 1253, '1764-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172310, 1253, '1764-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172311, 1253, '1764-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172312, 1253, '1764-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172313, 1253, '1764-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172314, 1253, '1764-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172315, 1253, '1764-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172316, 1253, '1764-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172317, 1253, '1764-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172318, 1253, '1765-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172319, 1253, '1765-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172320, 1253, '1765-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172321, 1253, '1765-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172322, 1253, '1765-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172323, 1253, '1765-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172324, 1253, '1765-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172325, 1253, '1765-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172326, 1253, '1765-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172327, 1253, '1765-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172328, 1253, '1765-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172329, 1253, '1765-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172330, 1253, '1766-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172331, 1253, '1766-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172332, 1253, '1766-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172333, 1253, '1766-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172334, 1253, '1766-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172335, 1253, '1766-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172336, 1253, '1766-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172337, 1253, '1766-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172338, 1253, '1766-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172339, 1253, '1766-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172340, 1253, '1766-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172341, 1253, '1766-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172342, 1253, '1767-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172343, 1253, '1767-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172344, 1253, '1767-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172345, 1253, '1767-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172346, 1253, '1767-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172347, 1253, '1767-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172348, 1253, '1767-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172349, 1253, '1767-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172350, 1253, '1767-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172351, 1253, '1767-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172352, 1253, '1767-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172353, 1253, '1767-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172354, 1253, '1768-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172355, 1253, '1768-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172356, 1253, '1768-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172357, 1253, '1768-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172358, 1253, '1768-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172359, 1253, '1768-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172360, 1253, '1768-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172361, 1253, '1768-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172362, 1253, '1768-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172363, 1253, '1768-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172364, 1253, '1768-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172365, 1253, '1768-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172366, 1253, '1769-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172367, 1253, '1769-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172368, 1253, '1769-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172369, 1253, '1769-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172370, 1253, '1769-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172371, 1253, '1769-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172372, 1253, '1769-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172373, 1253, '1769-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172374, 1253, '1769-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172375, 1253, '1769-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172376, 1253, '1769-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172377, 1253, '1769-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172378, 1253, '1770-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172379, 1253, '1770-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172380, 1253, '1770-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172381, 1253, '1770-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172382, 1253, '1770-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172383, 1253, '1770-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172384, 1253, '1770-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172385, 1253, '1770-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172386, 1253, '1770-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172387, 1253, '1770-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172388, 1253, '1770-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172389, 1253, '1770-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172390, 1253, '1771-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172391, 1253, '1771-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172392, 1253, '1771-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172393, 1253, '1771-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172394, 1253, '1771-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172395, 1253, '1771-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172396, 1253, '1771-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172397, 1253, '1771-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172398, 1253, '1771-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172399, 1253, '1771-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172400, 1253, '1771-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172401, 1253, '1771-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172402, 1253, '1772-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172403, 1253, '1772-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172404, 1253, '1772-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172405, 1253, '1772-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172406, 1253, '1772-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172407, 1253, '1772-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172408, 1253, '1772-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172409, 1253, '1772-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172410, 1253, '1772-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172411, 1253, '1772-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172412, 1253, '1772-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:11', '2023-09-13 14:39:11'),
(172413, 1253, '1772-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172414, 1253, '1773-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172415, 1253, '1773-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172416, 1253, '1773-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172417, 1253, '1773-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172418, 1253, '1773-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172419, 1253, '1773-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172420, 1253, '1773-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172421, 1253, '1773-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172422, 1253, '1773-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172423, 1253, '1773-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172424, 1253, '1773-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172425, 1253, '1773-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172426, 1253, '1774-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172427, 1253, '1774-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172428, 1253, '1774-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172429, 1253, '1774-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172430, 1253, '1774-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172431, 1253, '1774-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172432, 1253, '1774-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172433, 1253, '1774-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172434, 1253, '1774-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172435, 1253, '1774-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172436, 1253, '1774-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172437, 1253, '1774-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172438, 1253, '1775-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172439, 1253, '1775-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172440, 1253, '1775-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172441, 1253, '1775-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172442, 1253, '1775-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172443, 1253, '1775-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172444, 1253, '1775-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172445, 1253, '1775-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172446, 1253, '1775-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172447, 1253, '1775-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172448, 1253, '1775-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172449, 1253, '1775-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172450, 1253, '1776-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172451, 1253, '1776-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172452, 1253, '1776-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172453, 1253, '1776-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172454, 1253, '1776-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172455, 1253, '1776-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172456, 1253, '1776-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172457, 1253, '1776-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172458, 1253, '1776-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172459, 1253, '1776-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172460, 1253, '1776-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172461, 1253, '1776-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172462, 1253, '1777-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172463, 1253, '1777-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172464, 1253, '1777-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172465, 1253, '1777-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172466, 1253, '1777-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172467, 1253, '1777-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172468, 1253, '1777-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172469, 1253, '1777-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172470, 1253, '1777-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172471, 1253, '1777-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172472, 1253, '1777-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172473, 1253, '1777-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172474, 1253, '1778-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172475, 1253, '1778-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172476, 1253, '1778-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172477, 1253, '1778-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172478, 1253, '1778-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172479, 1253, '1778-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172480, 1253, '1778-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172481, 1253, '1778-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172482, 1253, '1778-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172483, 1253, '1778-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172484, 1253, '1778-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172485, 1253, '1778-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172486, 1253, '1779-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172487, 1253, '1779-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172488, 1253, '1779-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172489, 1253, '1779-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172490, 1253, '1779-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172491, 1253, '1779-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172492, 1253, '1779-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172493, 1253, '1779-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172494, 1253, '1779-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172495, 1253, '1779-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172496, 1253, '1779-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172497, 1253, '1779-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172498, 1253, '1780-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172499, 1253, '1780-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172500, 1253, '1780-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172501, 1253, '1780-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172502, 1253, '1780-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172503, 1253, '1780-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172504, 1253, '1780-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172505, 1253, '1780-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172506, 1253, '1780-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172507, 1253, '1780-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172508, 1253, '1780-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172509, 1253, '1780-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172510, 1253, '1781-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172511, 1253, '1781-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172512, 1253, '1781-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172513, 1253, '1781-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172514, 1253, '1781-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172515, 1253, '1781-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172516, 1253, '1781-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172517, 1253, '1781-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172518, 1253, '1781-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172519, 1253, '1781-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172520, 1253, '1781-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172521, 1253, '1781-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172522, 1253, '1782-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172523, 1253, '1782-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172524, 1253, '1782-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172525, 1253, '1782-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172526, 1253, '1782-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172527, 1253, '1782-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172528, 1253, '1782-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172529, 1253, '1782-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172530, 1253, '1782-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172531, 1253, '1782-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172532, 1253, '1782-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172533, 1253, '1782-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172534, 1253, '1783-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172535, 1253, '1783-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172536, 1253, '1783-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172537, 1253, '1783-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172538, 1253, '1783-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172539, 1253, '1783-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172540, 1253, '1783-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172541, 1253, '1783-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172542, 1253, '1783-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172543, 1253, '1783-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172544, 1253, '1783-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172545, 1253, '1783-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172546, 1253, '1784-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172547, 1253, '1784-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172548, 1253, '1784-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172549, 1253, '1784-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172550, 1253, '1784-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172551, 1253, '1784-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172552, 1253, '1784-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172553, 1253, '1784-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172554, 1253, '1784-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172555, 1253, '1784-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172556, 1253, '1784-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172557, 1253, '1784-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172558, 1253, '1785-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172559, 1253, '1785-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172560, 1253, '1785-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172561, 1253, '1785-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172562, 1253, '1785-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172563, 1253, '1785-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172564, 1253, '1785-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172565, 1253, '1785-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172566, 1253, '1785-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172567, 1253, '1785-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172568, 1253, '1785-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172569, 1253, '1785-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172570, 1253, '1786-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172571, 1253, '1786-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172572, 1253, '1786-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172573, 1253, '1786-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172574, 1253, '1786-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172575, 1253, '1786-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172576, 1253, '1786-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172577, 1253, '1786-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172578, 1253, '1786-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172579, 1253, '1786-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172580, 1253, '1786-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172581, 1253, '1786-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172582, 1253, '1787-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172583, 1253, '1787-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172584, 1253, '1787-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172585, 1253, '1787-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172586, 1253, '1787-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172587, 1253, '1787-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172588, 1253, '1787-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172589, 1253, '1787-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172590, 1253, '1787-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172591, 1253, '1787-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(172592, 1253, '1787-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172593, 1253, '1787-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172594, 1253, '1788-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172595, 1253, '1788-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172596, 1253, '1788-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172597, 1253, '1788-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172598, 1253, '1788-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172599, 1253, '1788-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172600, 1253, '1788-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172601, 1253, '1788-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172602, 1253, '1788-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172603, 1253, '1788-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172604, 1253, '1788-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172605, 1253, '1788-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172606, 1253, '1789-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172607, 1253, '1789-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172608, 1253, '1789-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172609, 1253, '1789-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172610, 1253, '1789-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172611, 1253, '1789-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172612, 1253, '1789-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172613, 1253, '1789-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172614, 1253, '1789-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172615, 1253, '1789-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172616, 1253, '1789-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172617, 1253, '1789-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172618, 1253, '1790-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172619, 1253, '1790-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172620, 1253, '1790-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172621, 1253, '1790-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172622, 1253, '1790-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172623, 1253, '1790-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172624, 1253, '1790-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172625, 1253, '1790-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172626, 1253, '1790-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172627, 1253, '1790-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172628, 1253, '1790-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172629, 1253, '1790-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172630, 1253, '1791-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172631, 1253, '1791-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172632, 1253, '1791-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172633, 1253, '1791-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172634, 1253, '1791-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172635, 1253, '1791-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172636, 1253, '1791-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172637, 1253, '1791-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172638, 1253, '1791-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172639, 1253, '1791-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172640, 1253, '1791-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172641, 1253, '1791-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172642, 1253, '1792-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172643, 1253, '1792-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172644, 1253, '1792-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172645, 1253, '1792-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172646, 1253, '1792-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172647, 1253, '1792-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172648, 1253, '1792-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172649, 1253, '1792-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172650, 1253, '1792-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172651, 1253, '1792-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172652, 1253, '1792-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172653, 1253, '1792-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172654, 1253, '1793-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172655, 1253, '1793-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172656, 1253, '1793-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172657, 1253, '1793-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172658, 1253, '1793-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172659, 1253, '1793-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172660, 1253, '1793-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172661, 1253, '1793-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172662, 1253, '1793-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172663, 1253, '1793-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172664, 1253, '1793-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172665, 1253, '1793-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172666, 1253, '1794-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172667, 1253, '1794-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172668, 1253, '1794-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172669, 1253, '1794-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172670, 1253, '1794-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172671, 1253, '1794-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172672, 1253, '1794-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172673, 1253, '1794-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172674, 1253, '1794-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172675, 1253, '1794-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172676, 1253, '1794-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172677, 1253, '1794-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172678, 1253, '1795-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172679, 1253, '1795-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172680, 1253, '1795-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172681, 1253, '1795-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172682, 1253, '1795-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172683, 1253, '1795-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172684, 1253, '1795-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172685, 1253, '1795-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172686, 1253, '1795-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172687, 1253, '1795-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172688, 1253, '1795-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172689, 1253, '1795-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172690, 1253, '1796-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172691, 1253, '1796-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172692, 1253, '1796-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172693, 1253, '1796-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172694, 1253, '1796-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172695, 1253, '1796-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172696, 1253, '1796-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172697, 1253, '1796-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172698, 1253, '1796-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172699, 1253, '1796-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172700, 1253, '1796-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172701, 1253, '1796-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172702, 1253, '1797-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172703, 1253, '1797-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172704, 1253, '1797-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172705, 1253, '1797-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172706, 1253, '1797-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172707, 1253, '1797-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172708, 1253, '1797-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172709, 1253, '1797-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172710, 1253, '1797-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172711, 1253, '1797-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172712, 1253, '1797-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172713, 1253, '1797-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172714, 1253, '1798-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172715, 1253, '1798-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172716, 1253, '1798-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172717, 1253, '1798-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172718, 1253, '1798-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172719, 1253, '1798-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172720, 1253, '1798-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172721, 1253, '1798-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172722, 1253, '1798-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172723, 1253, '1798-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172724, 1253, '1798-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172725, 1253, '1798-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172726, 1253, '1799-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172727, 1253, '1799-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172728, 1253, '1799-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172729, 1253, '1799-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172730, 1253, '1799-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172731, 1253, '1799-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172732, 1253, '1799-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172733, 1253, '1799-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172734, 1253, '1799-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172735, 1253, '1799-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172736, 1253, '1799-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172737, 1253, '1799-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172738, 1253, '1800-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172739, 1253, '1800-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172740, 1253, '1800-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172741, 1253, '1800-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172742, 1253, '1800-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172743, 1253, '1800-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172744, 1253, '1800-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172745, 1253, '1800-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172746, 1253, '1800-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172747, 1253, '1800-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172748, 1253, '1800-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172749, 1253, '1800-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172750, 1253, '1801-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172751, 1253, '1801-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172752, 1253, '1801-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172753, 1253, '1801-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172754, 1253, '1801-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172755, 1253, '1801-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172756, 1253, '1801-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172757, 1253, '1801-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172758, 1253, '1801-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172759, 1253, '1801-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172760, 1253, '1801-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172761, 1253, '1801-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172762, 1253, '1802-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172763, 1253, '1802-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172764, 1253, '1802-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172765, 1253, '1802-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172766, 1253, '1802-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172767, 1253, '1802-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172768, 1253, '1802-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172769, 1253, '1802-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172770, 1253, '1802-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172771, 1253, '1802-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172772, 1253, '1802-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172773, 1253, '1802-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172774, 1253, '1803-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172775, 1253, '1803-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172776, 1253, '1803-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172777, 1253, '1803-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172778, 1253, '1803-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172779, 1253, '1803-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172780, 1253, '1803-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172781, 1253, '1803-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172782, 1253, '1803-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172783, 1253, '1803-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172784, 1253, '1803-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172785, 1253, '1803-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172786, 1253, '1804-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172787, 1253, '1804-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172788, 1253, '1804-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172789, 1253, '1804-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172790, 1253, '1804-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172791, 1253, '1804-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172792, 1253, '1804-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172793, 1253, '1804-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172794, 1253, '1804-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172795, 1253, '1804-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172796, 1253, '1804-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172797, 1253, '1804-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172798, 1253, '1805-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172799, 1253, '1805-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172800, 1253, '1805-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172801, 1253, '1805-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172802, 1253, '1805-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172803, 1253, '1805-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172804, 1253, '1805-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172805, 1253, '1805-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172806, 1253, '1805-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172807, 1253, '1805-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172808, 1253, '1805-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172809, 1253, '1805-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172810, 1253, '1806-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172811, 1253, '1806-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172812, 1253, '1806-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172813, 1253, '1806-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:12', '2023-09-13 14:39:12'),
(172814, 1253, '1806-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(172815, 1253, '1806-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(172816, 1253, '1806-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(172817, 1253, '1806-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(172818, 1253, '1806-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(172819, 1253, '1806-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(172820, 1253, '1806-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(172821, 1253, '1806-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(172822, 1253, '1807-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(172823, 1253, '1807-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(172824, 1253, '1807-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(172825, 1253, '1807-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(172826, 1253, '1807-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(172827, 1253, '1807-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(172828, 1253, '1807-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(172829, 1253, '1807-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(172830, 1253, '1807-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(172831, 1253, '1807-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(172832, 1253, '1807-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(172833, 1253, '1807-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(172834, 1253, '1808-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(172835, 1253, '1808-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(172836, 1253, '1808-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(172837, 1253, '1808-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(172838, 1253, '1808-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(172839, 1253, '1808-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(172840, 1253, '1808-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(172841, 1253, '1808-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(172842, 1253, '1808-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(172843, 1253, '1808-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(172844, 1253, '1808-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(172845, 1253, '1808-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(172846, 1253, '1809-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(172847, 1253, '1809-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(172848, 1253, '1809-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(172849, 1253, '1809-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(172850, 1253, '1809-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(172851, 1253, '1809-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(172852, 1253, '1809-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(172853, 1253, '1809-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(172854, 1253, '1809-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(172855, 1253, '1809-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(172856, 1253, '1809-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(172857, 1253, '1809-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(172858, 1253, '1810-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(172859, 1253, '1810-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(172860, 1253, '1810-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(172861, 1253, '1810-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(172862, 1253, '1810-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(172863, 1253, '1810-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(172864, 1253, '1810-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(172865, 1253, '1810-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(172866, 1253, '1810-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(172867, 1253, '1810-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(172868, 1253, '1810-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(172869, 1253, '1810-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(172870, 1253, '1811-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(172871, 1253, '1811-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(172872, 1253, '1811-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(172873, 1253, '1811-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(172874, 1253, '1811-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(172875, 1253, '1811-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(172876, 1253, '1811-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(172877, 1253, '1811-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(172878, 1253, '1811-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(172879, 1253, '1811-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(172880, 1253, '1811-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(172881, 1253, '1811-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(172882, 1253, '1812-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(172883, 1253, '1812-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(172884, 1253, '1812-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(172885, 1253, '1812-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(172886, 1253, '1812-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(172887, 1253, '1812-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(172888, 1253, '1812-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(172889, 1253, '1812-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(172890, 1253, '1812-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(172891, 1253, '1812-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(172892, 1253, '1812-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(172893, 1253, '1812-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(172894, 1253, '1813-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(172895, 1253, '1813-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(172896, 1253, '1813-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(172897, 1253, '1813-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(172898, 1253, '1813-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(172899, 1253, '1813-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(172900, 1253, '1813-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(172901, 1253, '1813-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(172902, 1253, '1813-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(172903, 1253, '1813-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(172904, 1253, '1813-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(172905, 1253, '1813-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(172906, 1253, '1814-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(172907, 1253, '1814-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(172908, 1253, '1814-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(172909, 1253, '1814-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(172910, 1253, '1814-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(172911, 1253, '1814-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(172912, 1253, '1814-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(172913, 1253, '1814-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(172914, 1253, '1814-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(172915, 1253, '1814-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(172916, 1253, '1814-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(172917, 1253, '1814-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(172918, 1253, '1815-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(172919, 1253, '1815-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(172920, 1253, '1815-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(172921, 1253, '1815-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(172922, 1253, '1815-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(172923, 1253, '1815-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(172924, 1253, '1815-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(172925, 1253, '1815-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(172926, 1253, '1815-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(172927, 1253, '1815-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(172928, 1253, '1815-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(172929, 1253, '1815-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(172930, 1253, '1816-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(172931, 1253, '1816-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(172932, 1253, '1816-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(172933, 1253, '1816-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(172934, 1253, '1816-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(172935, 1253, '1816-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(172936, 1253, '1816-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(172937, 1253, '1816-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(172938, 1253, '1816-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(172939, 1253, '1816-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(172940, 1253, '1816-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(172941, 1253, '1816-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(172942, 1253, '1817-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(172943, 1253, '1817-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(172944, 1253, '1817-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(172945, 1253, '1817-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(172946, 1253, '1817-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(172947, 1253, '1817-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(172948, 1253, '1817-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(172949, 1253, '1817-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(172950, 1253, '1817-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(172951, 1253, '1817-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(172952, 1253, '1817-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(172953, 1253, '1817-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(172954, 1253, '1818-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(172955, 1253, '1818-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(172956, 1253, '1818-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(172957, 1253, '1818-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(172958, 1253, '1818-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(172959, 1253, '1818-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(172960, 1253, '1818-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(172961, 1253, '1818-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(172962, 1253, '1818-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(172963, 1253, '1818-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(172964, 1253, '1818-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(172965, 1253, '1818-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(172966, 1253, '1819-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(172967, 1253, '1819-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(172968, 1253, '1819-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(172969, 1253, '1819-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(172970, 1253, '1819-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(172971, 1253, '1819-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(172972, 1253, '1819-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(172973, 1253, '1819-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(172974, 1253, '1819-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(172975, 1253, '1819-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(172976, 1253, '1819-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(172977, 1253, '1819-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(172978, 1253, '1820-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(172979, 1253, '1820-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(172980, 1253, '1820-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(172981, 1253, '1820-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(172982, 1253, '1820-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(172983, 1253, '1820-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(172984, 1253, '1820-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(172985, 1253, '1820-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(172986, 1253, '1820-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(172987, 1253, '1820-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(172988, 1253, '1820-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(172989, 1253, '1820-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(172990, 1253, '1821-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(172991, 1253, '1821-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(172992, 1253, '1821-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(172993, 1253, '1821-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(172994, 1253, '1821-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(172995, 1253, '1821-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(172996, 1253, '1821-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(172997, 1253, '1821-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(172998, 1253, '1821-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(172999, 1253, '1821-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(173000, 1253, '1821-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(173001, 1253, '1821-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(173002, 1253, '1822-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(173003, 1253, '1822-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(173004, 1253, '1822-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(173005, 1253, '1822-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(173006, 1253, '1822-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(173007, 1253, '1822-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(173008, 1253, '1822-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(173009, 1253, '1822-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(173010, 1253, '1822-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(173011, 1253, '1822-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(173012, 1253, '1822-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(173013, 1253, '1822-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(173014, 1253, '1823-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(173015, 1253, '1823-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(173016, 1253, '1823-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(173017, 1253, '1823-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(173018, 1253, '1823-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(173019, 1253, '1823-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(173020, 1253, '1823-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(173021, 1253, '1823-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(173022, 1253, '1823-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(173023, 1253, '1823-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(173024, 1253, '1823-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(173025, 1253, '1823-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(173026, 1253, '1824-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(173027, 1253, '1824-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(173028, 1253, '1824-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(173029, 1253, '1824-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(173030, 1253, '1824-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(173031, 1253, '1824-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(173032, 1253, '1824-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(173033, 1253, '1824-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(173034, 1253, '1824-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(173035, 1253, '1824-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(173036, 1253, '1824-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(173037, 1253, '1824-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(173038, 1253, '1825-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(173039, 1253, '1825-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(173040, 1253, '1825-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(173041, 1253, '1825-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(173042, 1253, '1825-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(173043, 1253, '1825-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(173044, 1253, '1825-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(173045, 1253, '1825-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(173046, 1253, '1825-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(173047, 1253, '1825-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(173048, 1253, '1825-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(173049, 1253, '1825-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(173050, 1253, '1826-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(173051, 1253, '1826-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(173052, 1253, '1826-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(173053, 1253, '1826-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(173054, 1253, '1826-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(173055, 1253, '1826-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(173056, 1253, '1826-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(173057, 1253, '1826-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(173058, 1253, '1826-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(173059, 1253, '1826-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(173060, 1253, '1826-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(173061, 1253, '1826-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(173062, 1253, '1827-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(173063, 1253, '1827-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(173064, 1253, '1827-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(173065, 1253, '1827-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(173066, 1253, '1827-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(173067, 1253, '1827-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(173068, 1253, '1827-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(173069, 1253, '1827-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(173070, 1253, '1827-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(173071, 1253, '1827-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(173072, 1253, '1827-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(173073, 1253, '1827-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(173074, 1253, '1828-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(173075, 1253, '1828-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(173076, 1253, '1828-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(173077, 1253, '1828-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(173078, 1253, '1828-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(173079, 1253, '1828-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(173080, 1253, '1828-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(173081, 1253, '1828-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(173082, 1253, '1828-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(173083, 1253, '1828-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(173084, 1253, '1828-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(173085, 1253, '1828-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(173086, 1253, '1829-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(173087, 1253, '1829-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(173088, 1253, '1829-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(173089, 1253, '1829-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(173090, 1253, '1829-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(173091, 1253, '1829-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(173092, 1253, '1829-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(173093, 1253, '1829-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(173094, 1253, '1829-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(173095, 1253, '1829-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(173096, 1253, '1829-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(173097, 1253, '1829-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(173098, 1253, '1830-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(173099, 1253, '1830-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(173100, 1253, '1830-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(173101, 1253, '1830-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(173102, 1253, '1830-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(173103, 1253, '1830-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(173104, 1253, '1830-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(173105, 1253, '1830-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(173106, 1253, '1830-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(173107, 1253, '1830-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(173108, 1253, '1830-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(173109, 1253, '1830-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(173110, 1253, '1831-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(173111, 1253, '1831-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(173112, 1253, '1831-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(173113, 1253, '1831-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(173114, 1253, '1831-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(173115, 1253, '1831-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(173116, 1253, '1831-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(173117, 1253, '1831-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(173118, 1253, '1831-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(173119, 1253, '1831-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(173120, 1253, '1831-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(173121, 1253, '1831-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(173122, 1253, '1832-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(173123, 1253, '1832-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(173124, 1253, '1832-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(173125, 1253, '1832-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(173126, 1253, '1832-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(173127, 1253, '1832-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(173128, 1253, '1832-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(173129, 1253, '1832-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(173130, 1253, '1832-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(173131, 1253, '1832-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(173132, 1253, '1832-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(173133, 1253, '1832-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(173134, 1253, '1833-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(173135, 1253, '1833-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(173136, 1253, '1833-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(173137, 1253, '1833-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(173138, 1253, '1833-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(173139, 1253, '1833-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(173140, 1253, '1833-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(173141, 1253, '1833-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(173142, 1253, '1833-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(173143, 1253, '1833-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(173144, 1253, '1833-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(173145, 1253, '1833-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(173146, 1253, '1834-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(173147, 1253, '1834-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(173148, 1253, '1834-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(173149, 1253, '1834-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(173150, 1253, '1834-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(173151, 1253, '1834-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(173152, 1253, '1834-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(173153, 1253, '1834-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(173154, 1253, '1834-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(173155, 1253, '1834-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(173156, 1253, '1834-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(173157, 1253, '1834-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(173158, 1253, '1835-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(173159, 1253, '1835-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(173160, 1253, '1835-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(173161, 1253, '1835-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(173162, 1253, '1835-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(173163, 1253, '1835-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(173164, 1253, '1835-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(173165, 1253, '1835-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(173166, 1253, '1835-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(173167, 1253, '1835-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(173168, 1253, '1835-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(173169, 1253, '1835-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(173170, 1253, '1836-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(173171, 1253, '1836-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(173172, 1253, '1836-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(173173, 1253, '1836-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(173174, 1253, '1836-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(173175, 1253, '1836-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(173176, 1253, '1836-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(173177, 1253, '1836-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(173178, 1253, '1836-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(173179, 1253, '1836-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(173180, 1253, '1836-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(173181, 1253, '1836-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(173182, 1253, '1837-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:13', '2023-09-13 14:39:13'),
(173183, 1253, '1837-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173184, 1253, '1837-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173185, 1253, '1837-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173186, 1253, '1837-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173187, 1253, '1837-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173188, 1253, '1837-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173189, 1253, '1837-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173190, 1253, '1837-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173191, 1253, '1837-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173192, 1253, '1837-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173193, 1253, '1837-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173194, 1253, '1838-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173195, 1253, '1838-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173196, 1253, '1838-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173197, 1253, '1838-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173198, 1253, '1838-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173199, 1253, '1838-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173200, 1253, '1838-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173201, 1253, '1838-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173202, 1253, '1838-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173203, 1253, '1838-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173204, 1253, '1838-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173205, 1253, '1838-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173206, 1253, '1839-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173207, 1253, '1839-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173208, 1253, '1839-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173209, 1253, '1839-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173210, 1253, '1839-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173211, 1253, '1839-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173212, 1253, '1839-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173213, 1253, '1839-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173214, 1253, '1839-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173215, 1253, '1839-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173216, 1253, '1839-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173217, 1253, '1839-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173218, 1253, '1840-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173219, 1253, '1840-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173220, 1253, '1840-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173221, 1253, '1840-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173222, 1253, '1840-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173223, 1253, '1840-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173224, 1253, '1840-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173225, 1253, '1840-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173226, 1253, '1840-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173227, 1253, '1840-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173228, 1253, '1840-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173229, 1253, '1840-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173230, 1253, '1841-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173231, 1253, '1841-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173232, 1253, '1841-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173233, 1253, '1841-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173234, 1253, '1841-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173235, 1253, '1841-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173236, 1253, '1841-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173237, 1253, '1841-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173238, 1253, '1841-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173239, 1253, '1841-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173240, 1253, '1841-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173241, 1253, '1841-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173242, 1253, '1842-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173243, 1253, '1842-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173244, 1253, '1842-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173245, 1253, '1842-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173246, 1253, '1842-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173247, 1253, '1842-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173248, 1253, '1842-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173249, 1253, '1842-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173250, 1253, '1842-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173251, 1253, '1842-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173252, 1253, '1842-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173253, 1253, '1842-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173254, 1253, '1843-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173255, 1253, '1843-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173256, 1253, '1843-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173257, 1253, '1843-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173258, 1253, '1843-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173259, 1253, '1843-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173260, 1253, '1843-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173261, 1253, '1843-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173262, 1253, '1843-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173263, 1253, '1843-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173264, 1253, '1843-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173265, 1253, '1843-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173266, 1253, '1844-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173267, 1253, '1844-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173268, 1253, '1844-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173269, 1253, '1844-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173270, 1253, '1844-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173271, 1253, '1844-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173272, 1253, '1844-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173273, 1253, '1844-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173274, 1253, '1844-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173275, 1253, '1844-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173276, 1253, '1844-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173277, 1253, '1844-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173278, 1253, '1845-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173279, 1253, '1845-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173280, 1253, '1845-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173281, 1253, '1845-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173282, 1253, '1845-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173283, 1253, '1845-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173284, 1253, '1845-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173285, 1253, '1845-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173286, 1253, '1845-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173287, 1253, '1845-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173288, 1253, '1845-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173289, 1253, '1845-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173290, 1253, '1846-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173291, 1253, '1846-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173292, 1253, '1846-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173293, 1253, '1846-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173294, 1253, '1846-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173295, 1253, '1846-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173296, 1253, '1846-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173297, 1253, '1846-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173298, 1253, '1846-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173299, 1253, '1846-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173300, 1253, '1846-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173301, 1253, '1846-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173302, 1253, '1847-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173303, 1253, '1847-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173304, 1253, '1847-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173305, 1253, '1847-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173306, 1253, '1847-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173307, 1253, '1847-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173308, 1253, '1847-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173309, 1253, '1847-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173310, 1253, '1847-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173311, 1253, '1847-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173312, 1253, '1847-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173313, 1253, '1847-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173314, 1253, '1848-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173315, 1253, '1848-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173316, 1253, '1848-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173317, 1253, '1848-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173318, 1253, '1848-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173319, 1253, '1848-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173320, 1253, '1848-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173321, 1253, '1848-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173322, 1253, '1848-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173323, 1253, '1848-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173324, 1253, '1848-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173325, 1253, '1848-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173326, 1253, '1849-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173327, 1253, '1849-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173328, 1253, '1849-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173329, 1253, '1849-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173330, 1253, '1849-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173331, 1253, '1849-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173332, 1253, '1849-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173333, 1253, '1849-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173334, 1253, '1849-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173335, 1253, '1849-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173336, 1253, '1849-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173337, 1253, '1849-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173338, 1253, '1850-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173339, 1253, '1850-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173340, 1253, '1850-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173341, 1253, '1850-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173342, 1253, '1850-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173343, 1253, '1850-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173344, 1253, '1850-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173345, 1253, '1850-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173346, 1253, '1850-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173347, 1253, '1850-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173348, 1253, '1850-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173349, 1253, '1850-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173350, 1253, '1851-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173351, 1253, '1851-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173352, 1253, '1851-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173353, 1253, '1851-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173354, 1253, '1851-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173355, 1253, '1851-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173356, 1253, '1851-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173357, 1253, '1851-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173358, 1253, '1851-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173359, 1253, '1851-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173360, 1253, '1851-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173361, 1253, '1851-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173362, 1253, '1852-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173363, 1253, '1852-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173364, 1253, '1852-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173365, 1253, '1852-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173366, 1253, '1852-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173367, 1253, '1852-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173368, 1253, '1852-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173369, 1253, '1852-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173370, 1253, '1852-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173371, 1253, '1852-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173372, 1253, '1852-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173373, 1253, '1852-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173374, 1253, '1853-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173375, 1253, '1853-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173376, 1253, '1853-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173377, 1253, '1853-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173378, 1253, '1853-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173379, 1253, '1853-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173380, 1253, '1853-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173381, 1253, '1853-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173382, 1253, '1853-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173383, 1253, '1853-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173384, 1253, '1853-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173385, 1253, '1853-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173386, 1253, '1854-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173387, 1253, '1854-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173388, 1253, '1854-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173389, 1253, '1854-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173390, 1253, '1854-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173391, 1253, '1854-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173392, 1253, '1854-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173393, 1253, '1854-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173394, 1253, '1854-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173395, 1253, '1854-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173396, 1253, '1854-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173397, 1253, '1854-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173398, 1253, '1855-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173399, 1253, '1855-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173400, 1253, '1855-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173401, 1253, '1855-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173402, 1253, '1855-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173403, 1253, '1855-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173404, 1253, '1855-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173405, 1253, '1855-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173406, 1253, '1855-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173407, 1253, '1855-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173408, 1253, '1855-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173409, 1253, '1855-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173410, 1253, '1856-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173411, 1253, '1856-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173412, 1253, '1856-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173413, 1253, '1856-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173414, 1253, '1856-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173415, 1253, '1856-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173416, 1253, '1856-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173417, 1253, '1856-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173418, 1253, '1856-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173419, 1253, '1856-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173420, 1253, '1856-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173421, 1253, '1856-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173422, 1253, '1857-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173423, 1253, '1857-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173424, 1253, '1857-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173425, 1253, '1857-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173426, 1253, '1857-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173427, 1253, '1857-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173428, 1253, '1857-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173429, 1253, '1857-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173430, 1253, '1857-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173431, 1253, '1857-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173432, 1253, '1857-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173433, 1253, '1857-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173434, 1253, '1858-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173435, 1253, '1858-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173436, 1253, '1858-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173437, 1253, '1858-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173438, 1253, '1858-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173439, 1253, '1858-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173440, 1253, '1858-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173441, 1253, '1858-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173442, 1253, '1858-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173443, 1253, '1858-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173444, 1253, '1858-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173445, 1253, '1858-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173446, 1253, '1859-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173447, 1253, '1859-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173448, 1253, '1859-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173449, 1253, '1859-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173450, 1253, '1859-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173451, 1253, '1859-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173452, 1253, '1859-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173453, 1253, '1859-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173454, 1253, '1859-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173455, 1253, '1859-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173456, 1253, '1859-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173457, 1253, '1859-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173458, 1253, '1860-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173459, 1253, '1860-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173460, 1253, '1860-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173461, 1253, '1860-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173462, 1253, '1860-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173463, 1253, '1860-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173464, 1253, '1860-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173465, 1253, '1860-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173466, 1253, '1860-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173467, 1253, '1860-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173468, 1253, '1860-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173469, 1253, '1860-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173470, 1253, '1861-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173471, 1253, '1861-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173472, 1253, '1861-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173473, 1253, '1861-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173474, 1253, '1861-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173475, 1253, '1861-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173476, 1253, '1861-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173477, 1253, '1861-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173478, 1253, '1861-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173479, 1253, '1861-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173480, 1253, '1861-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173481, 1253, '1861-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173482, 1253, '1862-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173483, 1253, '1862-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173484, 1253, '1862-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173485, 1253, '1862-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173486, 1253, '1862-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173487, 1253, '1862-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173488, 1253, '1862-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173489, 1253, '1862-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173490, 1253, '1862-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173491, 1253, '1862-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173492, 1253, '1862-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173493, 1253, '1862-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173494, 1253, '1863-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173495, 1253, '1863-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173496, 1253, '1863-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173497, 1253, '1863-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173498, 1253, '1863-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173499, 1253, '1863-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173500, 1253, '1863-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173501, 1253, '1863-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173502, 1253, '1863-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173503, 1253, '1863-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(173504, 1253, '1863-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173505, 1253, '1863-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173506, 1253, '1864-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173507, 1253, '1864-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173508, 1253, '1864-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173509, 1253, '1864-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173510, 1253, '1864-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173511, 1253, '1864-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173512, 1253, '1864-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173513, 1253, '1864-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173514, 1253, '1864-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173515, 1253, '1864-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173516, 1253, '1864-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173517, 1253, '1864-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173518, 1253, '1865-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173519, 1253, '1865-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173520, 1253, '1865-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173521, 1253, '1865-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173522, 1253, '1865-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173523, 1253, '1865-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173524, 1253, '1865-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173525, 1253, '1865-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173526, 1253, '1865-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173527, 1253, '1865-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173528, 1253, '1865-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173529, 1253, '1865-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173530, 1253, '1866-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173531, 1253, '1866-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173532, 1253, '1866-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173533, 1253, '1866-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173534, 1253, '1866-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173535, 1253, '1866-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173536, 1253, '1866-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173537, 1253, '1866-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173538, 1253, '1866-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173539, 1253, '1866-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173540, 1253, '1866-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173541, 1253, '1866-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173542, 1253, '1867-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173543, 1253, '1867-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173544, 1253, '1867-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173545, 1253, '1867-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173546, 1253, '1867-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173547, 1253, '1867-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173548, 1253, '1867-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173549, 1253, '1867-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173550, 1253, '1867-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173551, 1253, '1867-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173552, 1253, '1867-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173553, 1253, '1867-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173554, 1253, '1868-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173555, 1253, '1868-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173556, 1253, '1868-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173557, 1253, '1868-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173558, 1253, '1868-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173559, 1253, '1868-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173560, 1253, '1868-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173561, 1253, '1868-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173562, 1253, '1868-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173563, 1253, '1868-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173564, 1253, '1868-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173565, 1253, '1868-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173566, 1253, '1869-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173567, 1253, '1869-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173568, 1253, '1869-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173569, 1253, '1869-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173570, 1253, '1869-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173571, 1253, '1869-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173572, 1253, '1869-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173573, 1253, '1869-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173574, 1253, '1869-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173575, 1253, '1869-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173576, 1253, '1869-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173577, 1253, '1869-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173578, 1253, '1870-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173579, 1253, '1870-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173580, 1253, '1870-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173581, 1253, '1870-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173582, 1253, '1870-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173583, 1253, '1870-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173584, 1253, '1870-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173585, 1253, '1870-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173586, 1253, '1870-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173587, 1253, '1870-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173588, 1253, '1870-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173589, 1253, '1870-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173590, 1253, '1871-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173591, 1253, '1871-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173592, 1253, '1871-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173593, 1253, '1871-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173594, 1253, '1871-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173595, 1253, '1871-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173596, 1253, '1871-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173597, 1253, '1871-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:14', '2023-09-13 14:39:14'),
(173598, 1253, '1871-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173599, 1253, '1871-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173600, 1253, '1871-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173601, 1253, '1871-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173602, 1253, '1872-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173603, 1253, '1872-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173604, 1253, '1872-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173605, 1253, '1872-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173606, 1253, '1872-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173607, 1253, '1872-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173608, 1253, '1872-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173609, 1253, '1872-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173610, 1253, '1872-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173611, 1253, '1872-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173612, 1253, '1872-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173613, 1253, '1872-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173614, 1253, '1873-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173615, 1253, '1873-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173616, 1253, '1873-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173617, 1253, '1873-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173618, 1253, '1873-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173619, 1253, '1873-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173620, 1253, '1873-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173621, 1253, '1873-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173622, 1253, '1873-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173623, 1253, '1873-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173624, 1253, '1873-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173625, 1253, '1873-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173626, 1253, '1874-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173627, 1253, '1874-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173628, 1253, '1874-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173629, 1253, '1874-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173630, 1253, '1874-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173631, 1253, '1874-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173632, 1253, '1874-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173633, 1253, '1874-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173634, 1253, '1874-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173635, 1253, '1874-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173636, 1253, '1874-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173637, 1253, '1874-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173638, 1253, '1875-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173639, 1253, '1875-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173640, 1253, '1875-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173641, 1253, '1875-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173642, 1253, '1875-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173643, 1253, '1875-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173644, 1253, '1875-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173645, 1253, '1875-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173646, 1253, '1875-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173647, 1253, '1875-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173648, 1253, '1875-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173649, 1253, '1875-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173650, 1253, '1876-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173651, 1253, '1876-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173652, 1253, '1876-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173653, 1253, '1876-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173654, 1253, '1876-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173655, 1253, '1876-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173656, 1253, '1876-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173657, 1253, '1876-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173658, 1253, '1876-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173659, 1253, '1876-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173660, 1253, '1876-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173661, 1253, '1876-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173662, 1253, '1877-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173663, 1253, '1877-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173664, 1253, '1877-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173665, 1253, '1877-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173666, 1253, '1877-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173667, 1253, '1877-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173668, 1253, '1877-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173669, 1253, '1877-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173670, 1253, '1877-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173671, 1253, '1877-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173672, 1253, '1877-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173673, 1253, '1877-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173674, 1253, '1878-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173675, 1253, '1878-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173676, 1253, '1878-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173677, 1253, '1878-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173678, 1253, '1878-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173679, 1253, '1878-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173680, 1253, '1878-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173681, 1253, '1878-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173682, 1253, '1878-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173683, 1253, '1878-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173684, 1253, '1878-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173685, 1253, '1878-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173686, 1253, '1879-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173687, 1253, '1879-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173688, 1253, '1879-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173689, 1253, '1879-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173690, 1253, '1879-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173691, 1253, '1879-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173692, 1253, '1879-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173693, 1253, '1879-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173694, 1253, '1879-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173695, 1253, '1879-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173696, 1253, '1879-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173697, 1253, '1879-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173698, 1253, '1880-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173699, 1253, '1880-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173700, 1253, '1880-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173701, 1253, '1880-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173702, 1253, '1880-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173703, 1253, '1880-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173704, 1253, '1880-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173705, 1253, '1880-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173706, 1253, '1880-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173707, 1253, '1880-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173708, 1253, '1880-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173709, 1253, '1880-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173710, 1253, '1881-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173711, 1253, '1881-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173712, 1253, '1881-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173713, 1253, '1881-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173714, 1253, '1881-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173715, 1253, '1881-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173716, 1253, '1881-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173717, 1253, '1881-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173718, 1253, '1881-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173719, 1253, '1881-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173720, 1253, '1881-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173721, 1253, '1881-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173722, 1253, '1882-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173723, 1253, '1882-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173724, 1253, '1882-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173725, 1253, '1882-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173726, 1253, '1882-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173727, 1253, '1882-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173728, 1253, '1882-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173729, 1253, '1882-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173730, 1253, '1882-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173731, 1253, '1882-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173732, 1253, '1882-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173733, 1253, '1882-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173734, 1253, '1883-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173735, 1253, '1883-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173736, 1253, '1883-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173737, 1253, '1883-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173738, 1253, '1883-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173739, 1253, '1883-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173740, 1253, '1883-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173741, 1253, '1883-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173742, 1253, '1883-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173743, 1253, '1883-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173744, 1253, '1883-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173745, 1253, '1883-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173746, 1253, '1884-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173747, 1253, '1884-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173748, 1253, '1884-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173749, 1253, '1884-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173750, 1253, '1884-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173751, 1253, '1884-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173752, 1253, '1884-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173753, 1253, '1884-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173754, 1253, '1884-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173755, 1253, '1884-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173756, 1253, '1884-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173757, 1253, '1884-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173758, 1253, '1885-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173759, 1253, '1885-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173760, 1253, '1885-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173761, 1253, '1885-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173762, 1253, '1885-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173763, 1253, '1885-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173764, 1253, '1885-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173765, 1253, '1885-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173766, 1253, '1885-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173767, 1253, '1885-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173768, 1253, '1885-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173769, 1253, '1885-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173770, 1253, '1886-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173771, 1253, '1886-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173772, 1253, '1886-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173773, 1253, '1886-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173774, 1253, '1886-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173775, 1253, '1886-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173776, 1253, '1886-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173777, 1253, '1886-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173778, 1253, '1886-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173779, 1253, '1886-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173780, 1253, '1886-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173781, 1253, '1886-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173782, 1253, '1887-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173783, 1253, '1887-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173784, 1253, '1887-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173785, 1253, '1887-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173786, 1253, '1887-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173787, 1253, '1887-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173788, 1253, '1887-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173789, 1253, '1887-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173790, 1253, '1887-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173791, 1253, '1887-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173792, 1253, '1887-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173793, 1253, '1887-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173794, 1253, '1888-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173795, 1253, '1888-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173796, 1253, '1888-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173797, 1253, '1888-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173798, 1253, '1888-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173799, 1253, '1888-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173800, 1253, '1888-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173801, 1253, '1888-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173802, 1253, '1888-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173803, 1253, '1888-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173804, 1253, '1888-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173805, 1253, '1888-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173806, 1253, '1889-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173807, 1253, '1889-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173808, 1253, '1889-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173809, 1253, '1889-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173810, 1253, '1889-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173811, 1253, '1889-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173812, 1253, '1889-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173813, 1253, '1889-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173814, 1253, '1889-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173815, 1253, '1889-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173816, 1253, '1889-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173817, 1253, '1889-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173818, 1253, '1890-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173819, 1253, '1890-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173820, 1253, '1890-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173821, 1253, '1890-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173822, 1253, '1890-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173823, 1253, '1890-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173824, 1253, '1890-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173825, 1253, '1890-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173826, 1253, '1890-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173827, 1253, '1890-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173828, 1253, '1890-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173829, 1253, '1890-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173830, 1253, '1891-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173831, 1253, '1891-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173832, 1253, '1891-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173833, 1253, '1891-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173834, 1253, '1891-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173835, 1253, '1891-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173836, 1253, '1891-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173837, 1253, '1891-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173838, 1253, '1891-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173839, 1253, '1891-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173840, 1253, '1891-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173841, 1253, '1891-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173842, 1253, '1892-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173843, 1253, '1892-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173844, 1253, '1892-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173845, 1253, '1892-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173846, 1253, '1892-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173847, 1253, '1892-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173848, 1253, '1892-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173849, 1253, '1892-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173850, 1253, '1892-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173851, 1253, '1892-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173852, 1253, '1892-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173853, 1253, '1892-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173854, 1253, '1893-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173855, 1253, '1893-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173856, 1253, '1893-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173857, 1253, '1893-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173858, 1253, '1893-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173859, 1253, '1893-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173860, 1253, '1893-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173861, 1253, '1893-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173862, 1253, '1893-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173863, 1253, '1893-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173864, 1253, '1893-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173865, 1253, '1893-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173866, 1253, '1894-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173867, 1253, '1894-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173868, 1253, '1894-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173869, 1253, '1894-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173870, 1253, '1894-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173871, 1253, '1894-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173872, 1253, '1894-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173873, 1253, '1894-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173874, 1253, '1894-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173875, 1253, '1894-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173876, 1253, '1894-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173877, 1253, '1894-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173878, 1253, '1895-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173879, 1253, '1895-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173880, 1253, '1895-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173881, 1253, '1895-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173882, 1253, '1895-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173883, 1253, '1895-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173884, 1253, '1895-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173885, 1253, '1895-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173886, 1253, '1895-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173887, 1253, '1895-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173888, 1253, '1895-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173889, 1253, '1895-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173890, 1253, '1896-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173891, 1253, '1896-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173892, 1253, '1896-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173893, 1253, '1896-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173894, 1253, '1896-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173895, 1253, '1896-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173896, 1253, '1896-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173897, 1253, '1896-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173898, 1253, '1896-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173899, 1253, '1896-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173900, 1253, '1896-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173901, 1253, '1896-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173902, 1253, '1897-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173903, 1253, '1897-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173904, 1253, '1897-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173905, 1253, '1897-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173906, 1253, '1897-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173907, 1253, '1897-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173908, 1253, '1897-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173909, 1253, '1897-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173910, 1253, '1897-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173911, 1253, '1897-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173912, 1253, '1897-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173913, 1253, '1897-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173914, 1253, '1898-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173915, 1253, '1898-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173916, 1253, '1898-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173917, 1253, '1898-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173918, 1253, '1898-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173919, 1253, '1898-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173920, 1253, '1898-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173921, 1253, '1898-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173922, 1253, '1898-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173923, 1253, '1898-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173924, 1253, '1898-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173925, 1253, '1898-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173926, 1253, '1899-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173927, 1253, '1899-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173928, 1253, '1899-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173929, 1253, '1899-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173930, 1253, '1899-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173931, 1253, '1899-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173932, 1253, '1899-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173933, 1253, '1899-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173934, 1253, '1899-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173935, 1253, '1899-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173936, 1253, '1899-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173937, 1253, '1899-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173938, 1253, '1900-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173939, 1253, '1900-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173940, 1253, '1900-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173941, 1253, '1900-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173942, 1253, '1900-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173943, 1253, '1900-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173944, 1253, '1900-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173945, 1253, '1900-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173946, 1253, '1900-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173947, 1253, '1900-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173948, 1253, '1900-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173949, 1253, '1900-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173950, 1253, '1901-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173951, 1253, '1901-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173952, 1253, '1901-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173953, 1253, '1901-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173954, 1253, '1901-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173955, 1253, '1901-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173956, 1253, '1901-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173957, 1253, '1901-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173958, 1253, '1901-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173959, 1253, '1901-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(173960, 1253, '1901-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173961, 1253, '1901-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173962, 1253, '1902-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173963, 1253, '1902-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173964, 1253, '1902-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173965, 1253, '1902-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173966, 1253, '1902-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173967, 1253, '1902-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173968, 1253, '1902-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173969, 1253, '1902-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173970, 1253, '1902-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173971, 1253, '1902-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173972, 1253, '1902-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173973, 1253, '1902-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173974, 1253, '1903-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173975, 1253, '1903-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173976, 1253, '1903-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173977, 1253, '1903-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173978, 1253, '1903-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173979, 1253, '1903-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173980, 1253, '1903-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173981, 1253, '1903-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173982, 1253, '1903-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173983, 1253, '1903-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173984, 1253, '1903-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173985, 1253, '1903-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173986, 1253, '1904-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173987, 1253, '1904-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173988, 1253, '1904-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173989, 1253, '1904-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173990, 1253, '1904-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173991, 1253, '1904-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173992, 1253, '1904-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173993, 1253, '1904-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173994, 1253, '1904-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173995, 1253, '1904-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173996, 1253, '1904-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173997, 1253, '1904-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173998, 1253, '1905-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(173999, 1253, '1905-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(174000, 1253, '1905-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(174001, 1253, '1905-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(174002, 1253, '1905-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(174003, 1253, '1905-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:15', '2023-09-13 14:39:15'),
(174004, 1253, '1905-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174005, 1253, '1905-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174006, 1253, '1905-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174007, 1253, '1905-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174008, 1253, '1905-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174009, 1253, '1905-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174010, 1253, '1906-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174011, 1253, '1906-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174012, 1253, '1906-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174013, 1253, '1906-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174014, 1253, '1906-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174015, 1253, '1906-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174016, 1253, '1906-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174017, 1253, '1906-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174018, 1253, '1906-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174019, 1253, '1906-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174020, 1253, '1906-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174021, 1253, '1906-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174022, 1253, '1907-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174023, 1253, '1907-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174024, 1253, '1907-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174025, 1253, '1907-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174026, 1253, '1907-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174027, 1253, '1907-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174028, 1253, '1907-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174029, 1253, '1907-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174030, 1253, '1907-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174031, 1253, '1907-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174032, 1253, '1907-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174033, 1253, '1907-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174034, 1253, '1908-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174035, 1253, '1908-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174036, 1253, '1908-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174037, 1253, '1908-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174038, 1253, '1908-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174039, 1253, '1908-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174040, 1253, '1908-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174041, 1253, '1908-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174042, 1253, '1908-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174043, 1253, '1908-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174044, 1253, '1908-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174045, 1253, '1908-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174046, 1253, '1909-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174047, 1253, '1909-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174048, 1253, '1909-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174049, 1253, '1909-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174050, 1253, '1909-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174051, 1253, '1909-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174052, 1253, '1909-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174053, 1253, '1909-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174054, 1253, '1909-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174055, 1253, '1909-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174056, 1253, '1909-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174057, 1253, '1909-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174058, 1253, '1910-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174059, 1253, '1910-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174060, 1253, '1910-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174061, 1253, '1910-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174062, 1253, '1910-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174063, 1253, '1910-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174064, 1253, '1910-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174065, 1253, '1910-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174066, 1253, '1910-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174067, 1253, '1910-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174068, 1253, '1910-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174069, 1253, '1910-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174070, 1253, '1911-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174071, 1253, '1911-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174072, 1253, '1911-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174073, 1253, '1911-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174074, 1253, '1911-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174075, 1253, '1911-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174076, 1253, '1911-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174077, 1253, '1911-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174078, 1253, '1911-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174079, 1253, '1911-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174080, 1253, '1911-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174081, 1253, '1911-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174082, 1253, '1912-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174083, 1253, '1912-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174084, 1253, '1912-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174085, 1253, '1912-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174086, 1253, '1912-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174087, 1253, '1912-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174088, 1253, '1912-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174089, 1253, '1912-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174090, 1253, '1912-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174091, 1253, '1912-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174092, 1253, '1912-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174093, 1253, '1912-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174094, 1253, '1913-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174095, 1253, '1913-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174096, 1253, '1913-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174097, 1253, '1913-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174098, 1253, '1913-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174099, 1253, '1913-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174100, 1253, '1913-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174101, 1253, '1913-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174102, 1253, '1913-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174103, 1253, '1913-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174104, 1253, '1913-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174105, 1253, '1913-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174106, 1253, '1914-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174107, 1253, '1914-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174108, 1253, '1914-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174109, 1253, '1914-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174110, 1253, '1914-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174111, 1253, '1914-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174112, 1253, '1914-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174113, 1253, '1914-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174114, 1253, '1914-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174115, 1253, '1914-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174116, 1253, '1914-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174117, 1253, '1914-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174118, 1253, '1915-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174119, 1253, '1915-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174120, 1253, '1915-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174121, 1253, '1915-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174122, 1253, '1915-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174123, 1253, '1915-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174124, 1253, '1915-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174125, 1253, '1915-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174126, 1253, '1915-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174127, 1253, '1915-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174128, 1253, '1915-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174129, 1253, '1915-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174130, 1253, '1916-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174131, 1253, '1916-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174132, 1253, '1916-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174133, 1253, '1916-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174134, 1253, '1916-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174135, 1253, '1916-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174136, 1253, '1916-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174137, 1253, '1916-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174138, 1253, '1916-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174139, 1253, '1916-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174140, 1253, '1916-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174141, 1253, '1916-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174142, 1253, '1917-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174143, 1253, '1917-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174144, 1253, '1917-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174145, 1253, '1917-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174146, 1253, '1917-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174147, 1253, '1917-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174148, 1253, '1917-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174149, 1253, '1917-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174150, 1253, '1917-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174151, 1253, '1917-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174152, 1253, '1917-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174153, 1253, '1917-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174154, 1253, '1918-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174155, 1253, '1918-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174156, 1253, '1918-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174157, 1253, '1918-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174158, 1253, '1918-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174159, 1253, '1918-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174160, 1253, '1918-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174161, 1253, '1918-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174162, 1253, '1918-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174163, 1253, '1918-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174164, 1253, '1918-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174165, 1253, '1918-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174166, 1253, '1919-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174167, 1253, '1919-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174168, 1253, '1919-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174169, 1253, '1919-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174170, 1253, '1919-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174171, 1253, '1919-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174172, 1253, '1919-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174173, 1253, '1919-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174174, 1253, '1919-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174175, 1253, '1919-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174176, 1253, '1919-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174177, 1253, '1919-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174178, 1253, '1920-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174179, 1253, '1920-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174180, 1253, '1920-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174181, 1253, '1920-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174182, 1253, '1920-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174183, 1253, '1920-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174184, 1253, '1920-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174185, 1253, '1920-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174186, 1253, '1920-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174187, 1253, '1920-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174188, 1253, '1920-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174189, 1253, '1920-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174190, 1253, '1921-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174191, 1253, '1921-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174192, 1253, '1921-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174193, 1253, '1921-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174194, 1253, '1921-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174195, 1253, '1921-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174196, 1253, '1921-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174197, 1253, '1921-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174198, 1253, '1921-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174199, 1253, '1921-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174200, 1253, '1921-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174201, 1253, '1921-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174202, 1253, '1922-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174203, 1253, '1922-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174204, 1253, '1922-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174205, 1253, '1922-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174206, 1253, '1922-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174207, 1253, '1922-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174208, 1253, '1922-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174209, 1253, '1922-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174210, 1253, '1922-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174211, 1253, '1922-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174212, 1253, '1922-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174213, 1253, '1922-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174214, 1253, '1923-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174215, 1253, '1923-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174216, 1253, '1923-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174217, 1253, '1923-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174218, 1253, '1923-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174219, 1253, '1923-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174220, 1253, '1923-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174221, 1253, '1923-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174222, 1253, '1923-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174223, 1253, '1923-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174224, 1253, '1923-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174225, 1253, '1923-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174226, 1253, '1924-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174227, 1253, '1924-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174228, 1253, '1924-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174229, 1253, '1924-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174230, 1253, '1924-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174231, 1253, '1924-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174232, 1253, '1924-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174233, 1253, '1924-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174234, 1253, '1924-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174235, 1253, '1924-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174236, 1253, '1924-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174237, 1253, '1924-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174238, 1253, '1925-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174239, 1253, '1925-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174240, 1253, '1925-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174241, 1253, '1925-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174242, 1253, '1925-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174243, 1253, '1925-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174244, 1253, '1925-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174245, 1253, '1925-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174246, 1253, '1925-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174247, 1253, '1925-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174248, 1253, '1925-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174249, 1253, '1925-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174250, 1253, '1926-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174251, 1253, '1926-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174252, 1253, '1926-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174253, 1253, '1926-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174254, 1253, '1926-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174255, 1253, '1926-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174256, 1253, '1926-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174257, 1253, '1926-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174258, 1253, '1926-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174259, 1253, '1926-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174260, 1253, '1926-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174261, 1253, '1926-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174262, 1253, '1927-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174263, 1253, '1927-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174264, 1253, '1927-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174265, 1253, '1927-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174266, 1253, '1927-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174267, 1253, '1927-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174268, 1253, '1927-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174269, 1253, '1927-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174270, 1253, '1927-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174271, 1253, '1927-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174272, 1253, '1927-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174273, 1253, '1927-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174274, 1253, '1928-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174275, 1253, '1928-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174276, 1253, '1928-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174277, 1253, '1928-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174278, 1253, '1928-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174279, 1253, '1928-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174280, 1253, '1928-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174281, 1253, '1928-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174282, 1253, '1928-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174283, 1253, '1928-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174284, 1253, '1928-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174285, 1253, '1928-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174286, 1253, '1929-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174287, 1253, '1929-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174288, 1253, '1929-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174289, 1253, '1929-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174290, 1253, '1929-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174291, 1253, '1929-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174292, 1253, '1929-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174293, 1253, '1929-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174294, 1253, '1929-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174295, 1253, '1929-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174296, 1253, '1929-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174297, 1253, '1929-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174298, 1253, '1930-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174299, 1253, '1930-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174300, 1253, '1930-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174301, 1253, '1930-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174302, 1253, '1930-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174303, 1253, '1930-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174304, 1253, '1930-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174305, 1253, '1930-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174306, 1253, '1930-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174307, 1253, '1930-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174308, 1253, '1930-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174309, 1253, '1930-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174310, 1253, '1931-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174311, 1253, '1931-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174312, 1253, '1931-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174313, 1253, '1931-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174314, 1253, '1931-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174315, 1253, '1931-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174316, 1253, '1931-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174317, 1253, '1931-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174318, 1253, '1931-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174319, 1253, '1931-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174320, 1253, '1931-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174321, 1253, '1931-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174322, 1253, '1932-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174323, 1253, '1932-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174324, 1253, '1932-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174325, 1253, '1932-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174326, 1253, '1932-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174327, 1253, '1932-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174328, 1253, '1932-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174329, 1253, '1932-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174330, 1253, '1932-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174331, 1253, '1932-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174332, 1253, '1932-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174333, 1253, '1932-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174334, 1253, '1933-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174335, 1253, '1933-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174336, 1253, '1933-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174337, 1253, '1933-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174338, 1253, '1933-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174339, 1253, '1933-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174340, 1253, '1933-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174341, 1253, '1933-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174342, 1253, '1933-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174343, 1253, '1933-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174344, 1253, '1933-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174345, 1253, '1933-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174346, 1253, '1934-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174347, 1253, '1934-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174348, 1253, '1934-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174349, 1253, '1934-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174350, 1253, '1934-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174351, 1253, '1934-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174352, 1253, '1934-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174353, 1253, '1934-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174354, 1253, '1934-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174355, 1253, '1934-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174356, 1253, '1934-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174357, 1253, '1934-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174358, 1253, '1935-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174359, 1253, '1935-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174360, 1253, '1935-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174361, 1253, '1935-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174362, 1253, '1935-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174363, 1253, '1935-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174364, 1253, '1935-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174365, 1253, '1935-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174366, 1253, '1935-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174367, 1253, '1935-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174368, 1253, '1935-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174369, 1253, '1935-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174370, 1253, '1936-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174371, 1253, '1936-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174372, 1253, '1936-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174373, 1253, '1936-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174374, 1253, '1936-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174375, 1253, '1936-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174376, 1253, '1936-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174377, 1253, '1936-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174378, 1253, '1936-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174379, 1253, '1936-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174380, 1253, '1936-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174381, 1253, '1936-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174382, 1253, '1937-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174383, 1253, '1937-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174384, 1253, '1937-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174385, 1253, '1937-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174386, 1253, '1937-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174387, 1253, '1937-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174388, 1253, '1937-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174389, 1253, '1937-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174390, 1253, '1937-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:16', '2023-09-13 14:39:16'),
(174391, 1253, '1937-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174392, 1253, '1937-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174393, 1253, '1937-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174394, 1253, '1938-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174395, 1253, '1938-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174396, 1253, '1938-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174397, 1253, '1938-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174398, 1253, '1938-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174399, 1253, '1938-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174400, 1253, '1938-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174401, 1253, '1938-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174402, 1253, '1938-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174403, 1253, '1938-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174404, 1253, '1938-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174405, 1253, '1938-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174406, 1253, '1939-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174407, 1253, '1939-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174408, 1253, '1939-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174409, 1253, '1939-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174410, 1253, '1939-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174411, 1253, '1939-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174412, 1253, '1939-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174413, 1253, '1939-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174414, 1253, '1939-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174415, 1253, '1939-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(174416, 1253, '1939-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174417, 1253, '1939-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174418, 1253, '1940-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174419, 1253, '1940-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174420, 1253, '1940-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174421, 1253, '1940-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174422, 1253, '1940-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174423, 1253, '1940-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174424, 1253, '1940-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174425, 1253, '1940-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174426, 1253, '1940-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174427, 1253, '1940-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174428, 1253, '1940-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174429, 1253, '1940-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174430, 1253, '1941-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174431, 1253, '1941-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174432, 1253, '1941-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174433, 1253, '1941-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174434, 1253, '1941-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174435, 1253, '1941-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174436, 1253, '1941-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174437, 1253, '1941-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174438, 1253, '1941-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174439, 1253, '1941-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174440, 1253, '1941-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174441, 1253, '1941-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174442, 1253, '1942-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174443, 1253, '1942-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174444, 1253, '1942-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174445, 1253, '1942-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174446, 1253, '1942-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174447, 1253, '1942-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174448, 1253, '1942-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174449, 1253, '1942-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174450, 1253, '1942-09-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174451, 1253, '1942-10-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174452, 1253, '1942-11-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174453, 1253, '1942-12-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174454, 1253, '1943-01-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174455, 1253, '1943-02-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174456, 1253, '1943-03-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174457, 1253, '1943-04-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174458, 1253, '1943-05-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174459, 1253, '1943-06-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174460, 1253, '1943-07-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174461, 1253, '1943-08-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174462, 1253, '1943-09-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174463, 1253, '1943-10-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174464, 1253, '1943-11-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174465, 1253, '1943-12-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174466, 1253, '1944-01-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174467, 1253, '1944-02-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174468, 1253, '1944-03-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174469, 1253, '1944-04-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174470, 1253, '1944-05-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174471, 1253, '1944-06-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174472, 1253, '1944-07-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174473, 1253, '1944-08-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174474, 1253, '1944-09-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174475, 1253, '1944-10-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174476, 1253, '1944-11-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174477, 1253, '1944-12-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174478, 1253, '1945-01-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174479, 1253, '1945-02-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174480, 1253, '1945-03-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174481, 1253, '1945-04-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174482, 1253, '1945-05-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174483, 1253, '1945-06-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174484, 1253, '1945-07-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174485, 1253, '1945-08-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174486, 1253, '1945-09-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174487, 1253, '1945-10-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174488, 1253, '1945-11-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174489, 1253, '1945-12-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174490, 1253, '1946-01-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174491, 1253, '1946-02-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174492, 1253, '1946-03-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174493, 1253, '1946-04-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174494, 1253, '1946-05-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174495, 1253, '1946-06-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174496, 1253, '1946-07-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174497, 1253, '1946-08-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174498, 1253, '1946-09-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174499, 1253, '1946-10-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174500, 1253, '1946-11-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174501, 1253, '1946-12-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174502, 1253, '1947-01-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174503, 1253, '1947-02-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174504, 1253, '1947-03-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174505, 1253, '1947-04-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174506, 1253, '1947-05-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174507, 1253, '1947-06-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174508, 1253, '1947-07-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174509, 1253, '1947-08-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174510, 1253, '1947-09-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174511, 1253, '1947-10-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174512, 1253, '1947-11-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174513, 1253, '1947-12-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174514, 1253, '1948-01-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174515, 1253, '1948-02-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174516, 1253, '1948-03-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174517, 1253, '1948-04-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174518, 1253, '1948-05-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174519, 1253, '1948-06-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174520, 1253, '1948-07-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174521, 1253, '1948-08-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174522, 1253, '1948-09-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174523, 1253, '1948-10-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174524, 1253, '1948-11-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174525, 1253, '1948-12-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174526, 1253, '1949-01-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174527, 1253, '1949-02-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174528, 1253, '1949-03-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174529, 1253, '1949-04-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174530, 1253, '1949-05-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174531, 1253, '1949-06-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174532, 1253, '1949-07-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174533, 1253, '1949-08-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174534, 1253, '1949-09-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174535, 1253, '1949-10-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174536, 1253, '1949-11-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174537, 1253, '1949-12-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174538, 1253, '1950-01-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174539, 1253, '1950-02-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174540, 1253, '1950-03-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174541, 1253, '1950-04-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174542, 1253, '1950-05-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174543, 1253, '1950-06-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174544, 1253, '1950-07-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174545, 1253, '1950-08-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174546, 1253, '1950-09-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174547, 1253, '1950-10-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174548, 1253, '1950-11-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174549, 1253, '1950-12-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174550, 1253, '1951-01-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174551, 1253, '1951-02-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174552, 1253, '1951-03-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174553, 1253, '1951-04-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174554, 1253, '1951-05-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174555, 1253, '1951-06-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174556, 1253, '1951-07-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174557, 1253, '1951-08-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174558, 1253, '1951-09-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174559, 1253, '1951-10-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174560, 1253, '1951-11-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174561, 1253, '1951-12-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174562, 1253, '1952-01-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174563, 1253, '1952-02-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174564, 1253, '1952-03-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174565, 1253, '1952-04-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174566, 1253, '1952-05-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174567, 1253, '1952-06-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174568, 1253, '1952-07-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174569, 1253, '1952-08-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174570, 1253, '1952-09-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174571, 1253, '1952-10-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174572, 1253, '1952-11-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174573, 1253, '1952-12-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174574, 1253, '1953-01-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174575, 1253, '1953-02-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174576, 1253, '1953-03-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174577, 1253, '1953-04-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174578, 1253, '1953-05-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174579, 1253, '1953-06-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174580, 1253, '1953-07-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174581, 1253, '1953-08-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174582, 1253, '1953-09-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174583, 1253, '1953-10-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174584, 1253, '1953-11-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174585, 1253, '1953-12-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174586, 1253, '1954-01-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174587, 1253, '1954-02-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174588, 1253, '1954-03-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174589, 1253, '1954-04-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174590, 1253, '1954-05-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174591, 1253, '1954-06-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174592, 1253, '1954-07-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174593, 1253, '1954-08-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174594, 1253, '1954-09-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174595, 1253, '1954-10-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174596, 1253, '1954-11-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174597, 1253, '1954-12-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174598, 1253, '1955-01-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174599, 1253, '1955-02-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174600, 1253, '1955-03-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174601, 1253, '1955-04-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174602, 1253, '1955-05-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174603, 1253, '1955-06-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174604, 1253, '1955-07-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174605, 1253, '1955-08-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174606, 1253, '1955-09-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174607, 1253, '1955-10-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174608, 1253, '1955-11-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174609, 1253, '1955-12-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174610, 1253, '1956-01-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174611, 1253, '1956-02-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174612, 1253, '1956-03-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174613, 1253, '1956-04-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174614, 1253, '1956-05-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174615, 1253, '1956-06-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174616, 1253, '1956-07-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174617, 1253, '1956-08-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174618, 1253, '1956-09-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174619, 1253, '1956-10-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174620, 1253, '1956-11-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174621, 1253, '1956-12-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174622, 1253, '1957-01-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174623, 1253, '1957-02-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174624, 1253, '1957-03-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174625, 1253, '1957-04-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174626, 1253, '1957-05-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174627, 1253, '1957-06-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174628, 1253, '1957-07-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174629, 1253, '1957-08-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174630, 1253, '1957-09-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174631, 1253, '1957-10-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174632, 1253, '1957-11-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174633, 1253, '1957-12-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174634, 1253, '1958-01-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174635, 1253, '1958-02-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174636, 1253, '1958-03-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174637, 1253, '1958-04-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174638, 1253, '1958-05-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174639, 1253, '1958-06-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174640, 1253, '1958-07-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174641, 1253, '1958-08-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174642, 1253, '1958-09-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174643, 1253, '1958-10-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174644, 1253, '1958-11-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174645, 1253, '1958-12-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174646, 1253, '1959-01-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174647, 1253, '1959-02-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174648, 1253, '1959-03-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174649, 1253, '1959-04-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174650, 1253, '1959-05-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174651, 1253, '1959-06-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174652, 1253, '1959-07-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174653, 1253, '1959-08-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174654, 1253, '1959-09-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174655, 1253, '1959-10-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174656, 1253, '1959-11-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174657, 1253, '1959-12-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174658, 1253, '1960-01-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174659, 1253, '1960-02-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174660, 1253, '1960-03-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174661, 1253, '1960-04-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174662, 1253, '1960-05-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174663, 1253, '1960-06-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174664, 1253, '1960-07-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174665, 1253, '1960-08-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174666, 1253, '1960-09-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174667, 1253, '1960-10-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174668, 1253, '1960-11-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174669, 1253, '1960-12-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174670, 1253, '1961-01-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174671, 1253, '1961-02-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174672, 1253, '1961-03-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174673, 1253, '1961-04-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174674, 1253, '1961-05-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174675, 1253, '1961-06-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174676, 1253, '1961-07-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174677, 1253, '1961-08-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174678, 1253, '1961-09-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174679, 1253, '1961-10-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174680, 1253, '1961-11-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174681, 1253, '1961-12-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174682, 1253, '1962-01-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174683, 1253, '1962-02-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174684, 1253, '1962-03-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174685, 1253, '1962-04-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174686, 1253, '1962-05-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174687, 1253, '1962-06-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174688, 1253, '1962-07-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174689, 1253, '1962-08-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174690, 1253, '1962-09-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174691, 1253, '1962-10-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174692, 1253, '1962-11-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174693, 1253, '1962-12-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174694, 1253, '1963-01-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174695, 1253, '1963-02-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174696, 1253, '1963-03-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174697, 1253, '1963-04-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174698, 1253, '1963-05-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174699, 1253, '1963-06-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174700, 1253, '1963-07-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174701, 1253, '1963-08-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174702, 1253, '1963-09-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174703, 1253, '1963-10-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174704, 1253, '1963-11-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174705, 1253, '1963-12-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174706, 1253, '1964-01-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174707, 1253, '1964-02-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174708, 1253, '1964-03-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174709, 1253, '1964-04-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174710, 1253, '1964-05-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174711, 1253, '1964-06-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174712, 1253, '1964-07-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174713, 1253, '1964-08-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174714, 1253, '1964-09-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174715, 1253, '1964-10-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174716, 1253, '1964-11-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174717, 1253, '1964-12-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174718, 1253, '1965-01-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174719, 1253, '1965-02-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174720, 1253, '1965-03-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174721, 1253, '1965-04-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174722, 1253, '1965-05-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174723, 1253, '1965-06-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174724, 1253, '1965-07-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174725, 1253, '1965-08-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174726, 1253, '1965-09-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174727, 1253, '1965-10-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174728, 1253, '1965-11-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174729, 1253, '1965-12-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174730, 1253, '1966-01-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174731, 1253, '1966-02-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174732, 1253, '1966-03-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174733, 1253, '1966-04-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174734, 1253, '1966-05-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174735, 1253, '1966-06-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174736, 1253, '1966-07-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174737, 1253, '1966-08-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174738, 1253, '1966-09-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174739, 1253, '1966-10-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174740, 1253, '1966-11-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174741, 1253, '1966-12-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174742, 1253, '1967-01-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174743, 1253, '1967-02-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174744, 1253, '1967-03-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174745, 1253, '1967-04-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174746, 1253, '1967-05-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174747, 1253, '1967-06-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174748, 1253, '1967-07-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174749, 1253, '1967-08-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174750, 1253, '1967-09-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174751, 1253, '1967-10-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174752, 1253, '1967-11-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174753, 1253, '1967-12-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174754, 1253, '1968-01-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174755, 1253, '1968-02-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174756, 1253, '1968-03-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174757, 1253, '1968-04-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174758, 1253, '1968-05-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174759, 1253, '1968-06-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174760, 1253, '1968-07-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174761, 1253, '1968-08-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174762, 1253, '1968-09-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174763, 1253, '1968-10-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174764, 1253, '1968-11-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174765, 1253, '1968-12-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174766, 1253, '1969-01-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174767, 1253, '1969-02-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174768, 1253, '1969-03-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:17', '2023-09-13 14:39:17'),
(174769, 1253, '1969-04-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(174770, 1253, '1969-05-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(174771, 1253, '1969-06-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(174772, 1253, '1969-07-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(174773, 1253, '1969-08-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(174774, 1253, '1969-09-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(174775, 1253, '1969-10-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(174776, 1253, '1969-11-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(174777, 1253, '1969-12-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(174778, 1253, '1970-01-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(174779, 1253, '1970-02-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(174780, 1253, '1970-03-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(174781, 1253, '1970-04-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(174782, 1253, '1970-05-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(174783, 1253, '1970-06-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(174784, 1253, '1970-07-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(174785, 1253, '1970-08-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(174786, 1253, '1970-09-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(174787, 1253, '1970-10-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(174788, 1253, '1970-11-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(174789, 1253, '1970-12-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(174790, 1253, '1971-01-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(174791, 1253, '1971-02-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(174792, 1253, '1971-03-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(174793, 1253, '1971-04-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(174794, 1253, '1971-05-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(174795, 1253, '1971-06-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(174796, 1253, '1971-07-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(174797, 1253, '1971-08-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(174798, 1253, '1971-09-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(174799, 1253, '1971-10-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(174800, 1253, '1971-11-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(174801, 1253, '1971-12-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(174802, 1253, '1972-01-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(174803, 1253, '1972-02-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(174804, 1253, '1972-03-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(174805, 1253, '1972-04-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(174806, 1253, '1972-05-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(174807, 1253, '1972-06-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(174808, 1253, '1972-07-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(174809, 1253, '1972-08-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(174810, 1253, '1972-09-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(174811, 1253, '1972-10-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(174812, 1253, '1972-11-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(174813, 1253, '1972-12-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(174814, 1253, '1973-01-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(174815, 1253, '1973-02-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(174816, 1253, '1973-03-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(174817, 1253, '1973-04-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(174818, 1253, '1973-05-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(174819, 1253, '1973-06-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(174820, 1253, '1973-07-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(174821, 1253, '1973-08-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(174822, 1253, '1973-09-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(174823, 1253, '1973-10-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(174824, 1253, '1973-11-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(174825, 1253, '1973-12-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(174826, 1253, '1974-01-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(174827, 1253, '1974-02-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(174828, 1253, '1974-03-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(174829, 1253, '1974-04-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(174830, 1253, '1974-05-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(174831, 1253, '1974-06-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(174832, 1253, '1974-07-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(174833, 1253, '1974-08-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(174834, 1253, '1974-09-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(174835, 1253, '1974-10-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(174836, 1253, '1974-11-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(174837, 1253, '1974-12-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(174838, 1253, '1975-01-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(174839, 1253, '1975-02-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(174840, 1253, '1975-03-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(174841, 1253, '1975-04-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(174842, 1253, '1975-05-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(174843, 1253, '1975-06-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(174844, 1253, '1975-07-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(174845, 1253, '1975-08-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(174846, 1253, '1975-09-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(174847, 1253, '1975-10-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(174848, 1253, '1975-11-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(174849, 1253, '1975-12-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(174850, 1253, '1976-01-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(174851, 1253, '1976-02-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(174852, 1253, '1976-03-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(174853, 1253, '1976-04-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(174854, 1253, '1976-05-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(174855, 1253, '1976-06-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(174856, 1253, '1976-07-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(174857, 1253, '1976-08-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(174858, 1253, '1976-09-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(174859, 1253, '1976-10-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(174860, 1253, '1976-11-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(174861, 1253, '1976-12-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(174862, 1253, '1977-01-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(174863, 1253, '1977-02-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(174864, 1253, '1977-03-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(174865, 1253, '1977-04-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(174866, 1253, '1977-05-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(174867, 1253, '1977-06-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(174868, 1253, '1977-07-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(174869, 1253, '1977-08-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(174870, 1253, '1977-09-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(174871, 1253, '1977-10-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(174872, 1253, '1977-11-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(174873, 1253, '1977-12-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(174874, 1253, '1978-01-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(174875, 1253, '1978-02-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(174876, 1253, '1978-03-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(174877, 1253, '1978-04-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(174878, 1253, '1978-05-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(174879, 1253, '1978-06-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(174880, 1253, '1978-07-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(174881, 1253, '1978-08-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(174882, 1253, '1978-09-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(174883, 1253, '1978-10-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(174884, 1253, '1978-11-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(174885, 1253, '1978-12-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(174886, 1253, '1979-01-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(174887, 1253, '1979-02-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(174888, 1253, '1979-03-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(174889, 1253, '1979-04-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(174890, 1253, '1979-05-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(174891, 1253, '1979-06-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(174892, 1253, '1979-07-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(174893, 1253, '1979-08-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(174894, 1253, '1979-09-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(174895, 1253, '1979-10-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(174896, 1253, '1979-11-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(174897, 1253, '1979-12-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(174898, 1253, '1980-01-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(174899, 1253, '1980-02-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(174900, 1253, '1980-03-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(174901, 1253, '1980-04-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(174902, 1253, '1980-05-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(174903, 1253, '1980-06-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(174904, 1253, '1980-07-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(174905, 1253, '1980-08-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(174906, 1253, '1980-09-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(174907, 1253, '1980-10-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(174908, 1253, '1980-11-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(174909, 1253, '1980-12-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(174910, 1253, '1981-01-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(174911, 1253, '1981-02-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(174912, 1253, '1981-03-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(174913, 1253, '1981-04-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(174914, 1253, '1981-05-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(174915, 1253, '1981-06-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(174916, 1253, '1981-07-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(174917, 1253, '1981-08-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(174918, 1253, '1981-09-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(174919, 1253, '1981-10-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(174920, 1253, '1981-11-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(174921, 1253, '1981-12-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(174922, 1253, '1982-01-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(174923, 1253, '1982-02-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(174924, 1253, '1982-03-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(174925, 1253, '1982-04-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(174926, 1253, '1982-05-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(174927, 1253, '1982-06-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(174928, 1253, '1982-07-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(174929, 1253, '1982-08-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(174930, 1253, '1982-09-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(174931, 1253, '1982-10-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(174932, 1253, '1982-11-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(174933, 1253, '1982-12-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(174934, 1253, '1983-01-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(174935, 1253, '1983-02-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(174936, 1253, '1983-03-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(174937, 1253, '1983-04-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(174938, 1253, '1983-05-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(174939, 1253, '1983-06-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(174940, 1253, '1983-07-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(174941, 1253, '1983-08-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(174942, 1253, '1983-09-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(174943, 1253, '1983-10-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(174944, 1253, '1983-11-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(174945, 1253, '1983-12-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(174946, 1253, '1984-01-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(174947, 1253, '1984-02-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(174948, 1253, '1984-03-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(174949, 1253, '1984-04-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(174950, 1253, '1984-05-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(174951, 1253, '1984-06-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(174952, 1253, '1984-07-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(174953, 1253, '1984-08-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(174954, 1253, '1984-09-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(174955, 1253, '1984-10-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(174956, 1253, '1984-11-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(174957, 1253, '1984-12-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(174958, 1253, '1985-01-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(174959, 1253, '1985-02-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(174960, 1253, '1985-03-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(174961, 1253, '1985-04-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(174962, 1253, '1985-05-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(174963, 1253, '1985-06-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(174964, 1253, '1985-07-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(174965, 1253, '1985-08-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(174966, 1253, '1985-09-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(174967, 1253, '1985-10-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(174968, 1253, '1985-11-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(174969, 1253, '1985-12-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(174970, 1253, '1986-01-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(174971, 1253, '1986-02-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(174972, 1253, '1986-03-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(174973, 1253, '1986-04-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(174974, 1253, '1986-05-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(174975, 1253, '1986-06-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(174976, 1253, '1986-07-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(174977, 1253, '1986-08-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(174978, 1253, '1986-09-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(174979, 1253, '1986-10-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(174980, 1253, '1986-11-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(174981, 1253, '1986-12-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(174982, 1253, '1987-01-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(174983, 1253, '1987-02-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(174984, 1253, '1987-03-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(174985, 1253, '1987-04-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(174986, 1253, '1987-05-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(174987, 1253, '1987-06-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(174988, 1253, '1987-07-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(174989, 1253, '1987-08-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(174990, 1253, '1987-09-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(174991, 1253, '1987-10-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(174992, 1253, '1987-11-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(174993, 1253, '1987-12-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(174994, 1253, '1988-01-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(174995, 1253, '1988-02-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(174996, 1253, '1988-03-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(174997, 1253, '1988-04-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(174998, 1253, '1988-05-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(174999, 1253, '1988-06-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(175000, 1253, '1988-07-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(175001, 1253, '1988-08-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(175002, 1253, '1988-09-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(175003, 1253, '1988-10-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(175004, 1253, '1988-11-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(175005, 1253, '1988-12-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(175006, 1253, '1989-01-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(175007, 1253, '1989-02-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(175008, 1253, '1989-03-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(175009, 1253, '1989-04-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(175010, 1253, '1989-05-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(175011, 1253, '1989-06-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(175012, 1253, '1989-07-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(175013, 1253, '1989-08-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(175014, 1253, '1989-09-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(175015, 1253, '1989-10-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(175016, 1253, '1989-11-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(175017, 1253, '1989-12-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(175018, 1253, '1990-01-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(175019, 1253, '1990-02-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(175020, 1253, '1990-03-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(175021, 1253, '1990-04-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(175022, 1253, '1990-05-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(175023, 1253, '1990-06-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(175024, 1253, '1990-07-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(175025, 1253, '1990-08-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(175026, 1253, '1990-09-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(175027, 1253, '1990-10-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(175028, 1253, '1990-11-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(175029, 1253, '1990-12-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(175030, 1253, '1991-01-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(175031, 1253, '1991-02-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(175032, 1253, '1991-03-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(175033, 1253, '1991-04-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(175034, 1253, '1991-05-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(175035, 1253, '1991-06-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(175036, 1253, '1991-07-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(175037, 1253, '1991-08-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(175038, 1253, '1991-09-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(175039, 1253, '1991-10-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(175040, 1253, '1991-11-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(175041, 1253, '1991-12-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(175042, 1253, '1992-01-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(175043, 1253, '1992-02-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(175044, 1253, '1992-03-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(175045, 1253, '1992-04-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(175046, 1253, '1992-05-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(175047, 1253, '1992-06-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(175048, 1253, '1992-07-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(175049, 1253, '1992-08-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(175050, 1253, '1992-09-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(175051, 1253, '1992-10-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(175052, 1253, '1992-11-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(175053, 1253, '1992-12-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(175054, 1253, '1993-01-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(175055, 1253, '1993-02-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(175056, 1253, '1993-03-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(175057, 1253, '1993-04-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(175058, 1253, '1993-05-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(175059, 1253, '1993-06-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(175060, 1253, '1993-07-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(175061, 1253, '1993-08-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(175062, 1253, '1993-09-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(175063, 1253, '1993-10-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(175064, 1253, '1993-11-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(175065, 1253, '1993-12-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(175066, 1253, '1994-01-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(175067, 1253, '1994-02-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(175068, 1253, '1994-03-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(175069, 1253, '1994-04-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(175070, 1253, '1994-05-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(175071, 1253, '1994-06-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(175072, 1253, '1994-07-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(175073, 1253, '1994-08-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(175074, 1253, '1994-09-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(175075, 1253, '1994-10-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(175076, 1253, '1994-11-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(175077, 1253, '1994-12-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(175078, 1253, '1995-01-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(175079, 1253, '1995-02-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(175080, 1253, '1995-03-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(175081, 1253, '1995-04-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(175082, 1253, '1995-05-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(175083, 1253, '1995-06-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(175084, 1253, '1995-07-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(175085, 1253, '1995-08-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(175086, 1253, '1995-09-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(175087, 1253, '1995-10-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(175088, 1253, '1995-11-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(175089, 1253, '1995-12-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(175090, 1253, '1996-01-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(175091, 1253, '1996-02-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(175092, 1253, '1996-03-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(175093, 1253, '1996-04-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(175094, 1253, '1996-05-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(175095, 1253, '1996-06-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(175096, 1253, '1996-07-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(175097, 1253, '1996-08-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(175098, 1253, '1996-09-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(175099, 1253, '1996-10-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(175100, 1253, '1996-11-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(175101, 1253, '1996-12-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(175102, 1253, '1997-01-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(175103, 1253, '1997-02-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(175104, 1253, '1997-03-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(175105, 1253, '1997-04-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(175106, 1253, '1997-05-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(175107, 1253, '1997-06-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(175108, 1253, '1997-07-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(175109, 1253, '1997-08-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(175110, 1253, '1997-09-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(175111, 1253, '1997-10-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(175112, 1253, '1997-11-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(175113, 1253, '1997-12-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(175114, 1253, '1998-01-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(175115, 1253, '1998-02-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(175116, 1253, '1998-03-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(175117, 1253, '1998-04-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(175118, 1253, '1998-05-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(175119, 1253, '1998-06-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(175120, 1253, '1998-07-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(175121, 1253, '1998-08-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(175122, 1253, '1998-09-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(175123, 1253, '1998-10-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(175124, 1253, '1998-11-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(175125, 1253, '1998-12-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(175126, 1253, '1999-01-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(175127, 1253, '1999-02-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(175128, 1253, '1999-03-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(175129, 1253, '1999-04-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(175130, 1253, '1999-05-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(175131, 1253, '1999-06-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(175132, 1253, '1999-07-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(175133, 1253, '1999-08-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(175134, 1253, '1999-09-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(175135, 1253, '1999-10-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(175136, 1253, '1999-11-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(175137, 1253, '1999-12-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(175138, 1253, '2000-01-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(175139, 1253, '2000-02-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(175140, 1253, '2000-03-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(175141, 1253, '2000-04-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(175142, 1253, '2000-05-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(175143, 1253, '2000-06-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(175144, 1253, '2000-07-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(175145, 1253, '2000-08-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(175146, 1253, '2000-09-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(175147, 1253, '2000-10-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(175148, 1253, '2000-11-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(175149, 1253, '2000-12-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(175150, 1253, '2001-01-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(175151, 1253, '2001-02-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(175152, 1253, '2001-03-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(175153, 1253, '2001-04-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(175154, 1253, '2001-05-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(175155, 1253, '2001-06-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(175156, 1253, '2001-07-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(175157, 1253, '2001-08-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(175158, 1253, '2001-09-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(175159, 1253, '2001-10-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(175160, 1253, '2001-11-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(175161, 1253, '2001-12-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(175162, 1253, '2002-01-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(175163, 1253, '2002-02-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(175164, 1253, '2002-03-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(175165, 1253, '2002-04-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(175166, 1253, '2002-05-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(175167, 1253, '2002-06-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(175168, 1253, '2002-07-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(175169, 1253, '2002-08-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(175170, 1253, '2002-09-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(175171, 1253, '2002-10-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(175172, 1253, '2002-11-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(175173, 1253, '2002-12-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(175174, 1253, '2003-01-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(175175, 1253, '2003-02-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(175176, 1253, '2003-03-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:18', '2023-09-13 14:39:18'),
(175177, 1253, '2003-04-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175178, 1253, '2003-05-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175179, 1253, '2003-06-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175180, 1253, '2003-07-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175181, 1253, '2003-08-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175182, 1253, '2003-09-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175183, 1253, '2003-10-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175184, 1253, '2003-11-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175185, 1253, '2003-12-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175186, 1253, '2004-01-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175187, 1253, '2004-02-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175188, 1253, '2004-03-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175189, 1253, '2004-04-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175190, 1253, '2004-05-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175191, 1253, '2004-06-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175192, 1253, '2004-07-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175193, 1253, '2004-08-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175194, 1253, '2004-09-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175195, 1253, '2004-10-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175196, 1253, '2004-11-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175197, 1253, '2004-12-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175198, 1253, '2005-01-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175199, 1253, '2005-02-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175200, 1253, '2005-03-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175201, 1253, '2005-04-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175202, 1253, '2005-05-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175203, 1253, '2005-06-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175204, 1253, '2005-07-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175205, 1253, '2005-08-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175206, 1253, '2005-09-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175207, 1253, '2005-10-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175208, 1253, '2005-11-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175209, 1253, '2005-12-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175210, 1253, '2006-01-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175211, 1253, '2006-02-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175212, 1253, '2006-03-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175213, 1253, '2006-04-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175214, 1253, '2006-05-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175215, 1253, '2006-06-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175216, 1253, '2006-07-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175217, 1253, '2006-08-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175218, 1253, '2006-09-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175219, 1253, '2006-10-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175220, 1253, '2006-11-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175221, 1253, '2006-12-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175222, 1253, '2007-01-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175223, 1253, '2007-02-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175224, 1253, '2007-03-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175225, 1253, '2007-04-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175226, 1253, '2007-05-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175227, 1253, '2007-06-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175228, 1253, '2007-07-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175229, 1253, '2007-08-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175230, 1253, '2007-09-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175231, 1253, '2007-10-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175232, 1253, '2007-11-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175233, 1253, '2007-12-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175234, 1253, '2008-01-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175235, 1253, '2008-02-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175236, 1253, '2008-03-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175237, 1253, '2008-04-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175238, 1253, '2008-05-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175239, 1253, '2008-06-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175240, 1253, '2008-07-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175241, 1253, '2008-08-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175242, 1253, '2008-09-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175243, 1253, '2008-10-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175244, 1253, '2008-11-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175245, 1253, '2008-12-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175246, 1253, '2009-01-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175247, 1253, '2009-02-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175248, 1253, '2009-03-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175249, 1253, '2009-04-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175250, 1253, '2009-05-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175251, 1253, '2009-06-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175252, 1253, '2009-07-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175253, 1253, '2009-08-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175254, 1253, '2009-09-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175255, 1253, '2009-10-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175256, 1253, '2009-11-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175257, 1253, '2009-12-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175258, 1253, '2010-01-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175259, 1253, '2010-02-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175260, 1253, '2010-03-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175261, 1253, '2010-04-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175262, 1253, '2010-05-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175263, 1253, '2010-06-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175264, 1253, '2010-07-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175265, 1253, '2010-08-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175266, 1253, '2010-09-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175267, 1253, '2010-10-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175268, 1253, '2010-11-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175269, 1253, '2010-12-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175270, 1253, '2011-01-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175271, 1253, '2011-02-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175272, 1253, '2011-03-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175273, 1253, '2011-04-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175274, 1253, '2011-05-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175275, 1253, '2011-06-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175276, 1253, '2011-07-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175277, 1253, '2011-08-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175278, 1253, '2011-09-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175279, 1253, '2011-10-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175280, 1253, '2011-11-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175281, 1253, '2011-12-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175282, 1253, '2012-01-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175283, 1253, '2012-02-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175284, 1253, '2012-03-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175285, 1253, '2012-04-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175286, 1253, '2012-05-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175287, 1253, '2012-06-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175288, 1253, '2012-07-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175289, 1253, '2012-08-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175290, 1253, '2012-09-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175291, 1253, '2012-10-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175292, 1253, '2012-11-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175293, 1253, '2012-12-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175294, 1253, '2013-01-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175295, 1253, '2013-02-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175296, 1253, '2013-03-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175297, 1253, '2013-04-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175298, 1253, '2013-05-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175299, 1253, '2013-06-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175300, 1253, '2013-07-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175301, 1253, '2013-08-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175302, 1253, '2013-09-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175303, 1253, '2013-10-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175304, 1253, '2013-11-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175305, 1253, '2013-12-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175306, 1253, '2014-01-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175307, 1253, '2014-02-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175308, 1253, '2014-03-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175309, 1253, '2014-04-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175310, 1253, '2014-05-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175311, 1253, '2014-06-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175312, 1253, '2014-07-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175313, 1253, '2014-08-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175314, 1253, '2014-09-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175315, 1253, '2014-10-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175316, 1253, '2014-11-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175317, 1253, '2014-12-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175318, 1253, '2015-01-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175319, 1253, '2015-02-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175320, 1253, '2015-03-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175321, 1253, '2015-04-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175322, 1253, '2015-05-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175323, 1253, '2015-06-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175324, 1253, '2015-07-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175325, 1253, '2015-08-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175326, 1253, '2015-09-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175327, 1253, '2015-10-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(175328, 1253, '2015-11-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175329, 1253, '2015-12-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175330, 1253, '2016-01-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175331, 1253, '2016-02-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175332, 1253, '2016-03-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175333, 1253, '2016-04-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175334, 1253, '2016-05-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175335, 1253, '2016-06-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175336, 1253, '2016-07-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175337, 1253, '2016-08-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175338, 1253, '2016-09-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175339, 1253, '2016-10-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175340, 1253, '2016-11-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175341, 1253, '2016-12-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175342, 1253, '2017-01-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175343, 1253, '2017-02-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175344, 1253, '2017-03-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175345, 1253, '2017-04-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175346, 1253, '2017-05-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175347, 1253, '2017-06-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175348, 1253, '2017-07-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175349, 1253, '2017-08-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175350, 1253, '2017-09-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175351, 1253, '2017-10-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175352, 1253, '2017-11-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175353, 1253, '2017-12-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175354, 1253, '2018-01-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175355, 1253, '2018-02-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175356, 1253, '2018-03-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175357, 1253, '2018-04-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175358, 1253, '2018-05-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175359, 1253, '2018-06-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175360, 1253, '2018-07-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175361, 1253, '2018-08-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175362, 1253, '2018-09-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175363, 1253, '2018-10-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175364, 1253, '2018-11-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175365, 1253, '2018-12-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175366, 1253, '2019-01-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175367, 1253, '2019-02-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175368, 1253, '2019-03-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175369, 1253, '2019-04-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175370, 1253, '2019-05-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175371, 1253, '2019-06-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175372, 1253, '2019-07-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175373, 1253, '2019-08-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175374, 1253, '2019-09-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175375, 1253, '2019-10-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175376, 1253, '2019-11-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175377, 1253, '2019-12-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175378, 1253, '2020-01-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175379, 1253, '2020-02-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175380, 1253, '2020-03-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175381, 1253, '2020-04-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175382, 1253, '2020-05-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175383, 1253, '2020-06-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175384, 1253, '2020-07-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175385, 1253, '2020-08-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175386, 1253, '2020-09-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175387, 1253, '2020-10-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175388, 1253, '2020-11-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175389, 1253, '2020-12-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175390, 1253, '2021-01-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175391, 1253, '2021-02-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175392, 1253, '2021-03-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175393, 1253, '2021-04-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175394, 1253, '2021-05-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175395, 1253, '2021-06-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175396, 1253, '2021-07-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175397, 1253, '2021-08-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175398, 1253, '2021-09-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175399, 1253, '2021-10-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175400, 1253, '2021-11-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175401, 1253, '2021-12-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175402, 1253, '2022-01-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175403, 1253, '2022-02-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175404, 1253, '2022-03-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175405, 1253, '2022-04-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175406, 1253, '2022-05-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175407, 1253, '2022-06-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175408, 1253, '2022-07-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175409, 1253, '2022-08-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175410, 1253, '2022-09-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175411, 1253, '2022-10-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175412, 1253, '2022-11-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175413, 1253, '2022-12-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175414, 1253, '2023-01-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175415, 1253, '2023-02-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175416, 1253, '2023-03-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175417, 1253, '2023-04-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175418, 1253, '2023-05-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175419, 1253, '2023-06-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175420, 1253, '2023-07-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175421, 1253, '2023-08-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175422, 1253, '2023-09-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175423, 1253, '2023-10-01 01:00:00', NULL, NULL, '', '400', 0, '2023-09-13 14:39:19', '2023-09-13 14:39:19'),
(175424, 1254, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '200', 0, '2023-09-13 14:40:39', '2023-09-13 14:40:39'),
(175425, 1255, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '333', 0, '2023-09-13 14:42:28', '2023-09-13 14:42:28'),
(175426, 1256, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '300', 0, '2023-09-13 15:01:34', '2023-09-13 15:01:34'),
(175427, 1257, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '500', 0, '2023-09-13 15:04:07', '2023-09-13 15:04:07'),
(175428, 1258, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '300', 0, '2023-09-13 15:09:45', '2023-09-13 15:09:45'),
(175429, 1259, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '250', 0, '2023-09-13 15:14:12', '2023-09-13 15:14:12'),
(175430, 1260, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '600', 0, '2023-09-13 15:17:50', '2023-09-13 15:17:50'),
(175431, 1261, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '300', 0, '2023-09-13 15:20:20', '2023-09-13 15:20:20'),
(175432, 1262, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '300', 0, '2023-09-13 15:23:04', '2023-09-13 15:23:04'),
(175433, 1263, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '250', 0, '2023-09-13 15:25:58', '2023-09-13 15:25:58'),
(175434, 1264, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '200', 0, '2023-09-13 15:28:07', '2023-09-13 15:28:07'),
(175435, 1265, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '200', 0, '2023-09-13 15:30:51', '2023-09-13 15:30:51'),
(175436, 1266, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '200', 0, '2023-09-13 15:33:33', '2023-09-13 15:33:33'),
(175437, 1267, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '200', 0, '2023-09-13 15:38:41', '2023-09-13 15:38:41'),
(175438, 1268, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '150', 0, '2023-09-13 15:41:01', '2023-09-13 15:41:01'),
(175439, 1269, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '1250', 0, '2023-09-13 15:43:22', '2023-09-13 15:43:22'),
(175440, 1270, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '0', 0, '2023-09-13 15:45:56', '2023-09-13 15:45:56'),
(175441, 1271, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '300', 0, '2023-09-13 15:51:25', '2023-09-13 15:51:25'),
(175442, 1272, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '300', 0, '2023-09-13 15:55:43', '2023-09-13 15:55:43'),
(175443, 1273, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '0', 0, '2023-09-13 16:00:15', '2023-09-13 16:00:15'),
(175444, 1274, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '200', 0, '2023-09-13 16:04:48', '2023-09-13 16:04:48'),
(175445, 1275, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '400', 0, '2023-09-13 16:07:50', '2023-09-13 16:07:50'),
(175446, 1276, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '300', 0, '2023-09-13 16:10:15', '2023-09-13 16:10:15'),
(175447, 1277, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '300', 0, '2023-09-13 16:13:32', '2023-09-13 16:13:32'),
(175448, 1278, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '250', 0, '2023-09-13 16:16:13', '2023-09-13 16:16:13'),
(175449, 1279, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '0', 0, '2023-09-13 16:18:30', '2023-09-13 16:18:30'),
(175450, 1280, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '300', 0, '2023-09-13 16:21:49', '2023-09-13 16:21:49'),
(175451, 1281, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '400', 0, '2023-09-13 16:23:59', '2023-09-13 16:23:59'),
(175452, 1282, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '300', 0, '2023-09-13 16:26:50', '2023-09-13 16:26:50'),
(175453, 1283, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '250', 0, '2023-09-13 16:29:09', '2023-09-13 16:29:09'),
(175454, 1284, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '400', 0, '2023-09-13 16:31:46', '2023-09-13 16:31:46'),
(175455, 1285, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '270', 0, '2023-09-13 16:34:52', '2023-09-13 16:34:52'),
(175456, 1286, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '400', 0, '2023-09-13 16:37:23', '2023-09-13 16:37:23'),
(175457, 1287, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '300', 0, '2023-09-13 16:40:03', '2023-09-13 16:40:03'),
(175458, 1288, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '400', 0, '2023-09-13 16:52:38', '2023-09-13 16:52:38'),
(175459, 1289, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '350', 0, '2023-09-13 16:55:50', '2023-09-13 16:55:50'),
(175460, 1290, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '200', 0, '2023-09-13 16:58:13', '2023-09-13 16:58:13'),
(175461, 1291, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '300', 0, '2023-09-13 17:14:47', '2023-09-13 17:14:47'),
(175462, 1292, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '350', 0, '2023-09-13 17:17:52', '2023-09-13 17:17:52'),
(175463, 1293, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '300', 0, '2023-09-13 17:20:33', '2023-09-13 17:20:33'),
(175464, 1294, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '400', 0, '2023-09-13 17:23:35', '2023-09-13 17:23:35'),
(175465, 1295, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '300', 0, '2023-09-13 17:29:46', '2023-09-13 17:29:46'),
(175466, 1296, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '400', 0, '2023-09-13 17:34:00', '2023-09-13 17:34:00'),
(175467, 1297, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '0', 0, '2023-09-13 17:38:46', '2023-09-13 17:38:46'),
(175468, 1298, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '3000', 0, '2023-09-14 12:34:53', '2023-09-14 12:34:53'),
(175469, 1299, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '200', 0, '2023-09-14 12:45:44', '2023-09-14 12:45:44'),
(175470, 1300, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '300', 0, '2023-09-14 12:48:58', '2023-09-14 12:48:58'),
(175471, 1301, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '300', 0, '2023-09-14 12:51:49', '2023-09-14 12:51:49'),
(175472, 1302, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '250', 0, '2023-09-14 12:55:36', '2023-09-14 12:55:36'),
(175473, 1303, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '400', 0, '2023-09-14 12:58:52', '2023-09-14 12:58:52'),
(175474, 1304, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '300', 0, '2023-09-14 13:02:51', '2023-09-14 13:02:51'),
(175475, 1305, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '250', 0, '2023-09-14 13:17:02', '2023-09-14 13:17:02'),
(175476, 1306, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '350', 0, '2023-09-14 13:19:30', '2023-09-14 13:19:30'),
(175477, 1307, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '350', 0, '2023-09-14 13:21:48', '2023-09-14 13:21:48'),
(175478, 1308, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '300', 0, '2023-09-14 13:24:15', '2023-09-14 13:24:15'),
(175479, 1309, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '0', 0, '2023-09-14 13:29:14', '2023-09-14 13:29:14'),
(175480, 1310, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '1250', 0, '2023-09-14 13:43:37', '2023-09-14 13:43:37'),
(175481, 1311, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '0', 0, '2023-09-14 13:46:49', '2023-09-14 13:46:49'),
(175482, 1312, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '500', 0, '2023-09-14 13:49:38', '2023-09-14 13:49:38'),
(175483, 1313, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '300', 0, '2023-09-14 13:52:22', '2023-09-14 13:52:22'),
(175484, 1314, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '600', 0, '2023-09-14 13:55:40', '2023-09-14 13:55:40'),
(175485, 1315, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '400', 0, '2023-09-14 13:58:25', '2023-09-14 13:58:25'),
(175486, 1316, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '400', 0, '2023-09-14 14:11:12', '2023-09-14 14:11:12'),
(175487, 1317, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '400', 0, '2023-09-14 14:14:34', '2023-09-14 14:14:34'),
(175488, 1318, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '300', 0, '2023-09-14 14:17:04', '2023-09-14 14:17:04'),
(175489, 1319, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '400', 0, '2023-09-14 14:20:18', '2023-09-14 14:20:18'),
(175490, 1320, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '0', 0, '2023-09-14 14:26:42', '2023-09-14 14:26:42'),
(175491, 1321, '2023-10-01 00:00:00', '0', '2023-10-01 00:00:00', '', '0', 1, '2023-09-14 14:30:45', '2024-02-24 18:01:02'),
(175492, 1322, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '0', 0, '2023-09-14 14:34:24', '2023-09-14 14:34:24'),
(175493, 1323, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '0', 0, '2023-09-14 14:37:31', '2023-09-14 14:37:31'),
(175494, 1324, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '350', 0, '2023-09-14 15:28:48', '2023-09-14 15:28:48'),
(175495, 1325, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '333', 0, '2023-09-14 15:32:16', '2023-09-14 15:32:16'),
(175496, 1326, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '300', 0, '2023-09-14 15:36:08', '2023-09-14 15:36:08'),
(175497, 1327, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '400', 0, '2023-09-14 15:39:55', '2023-09-14 15:39:55'),
(175498, 1328, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '250', 0, '2023-09-14 16:26:27', '2023-09-14 16:26:27'),
(175499, 1329, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '0', 0, '2023-09-15 23:47:23', '2023-09-15 23:47:23'),
(175500, 1330, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '300', 0, '2023-09-15 23:49:59', '2023-09-15 23:49:59'),
(175501, 1331, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '0', 0, '2023-09-15 23:57:19', '2023-09-15 23:57:19'),
(175502, 1332, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '0', 0, '2023-09-16 00:02:56', '2023-09-16 00:02:56'),
(175503, 1333, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '0', 0, '2023-09-16 00:11:28', '2023-09-16 00:11:28'),
(175504, 1334, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '300', 0, '2023-09-16 00:16:40', '2023-09-16 00:16:40'),
(175505, 1335, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '600', 0, '2023-09-16 01:25:43', '2023-09-16 01:25:43'),
(175506, 1336, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '400', 0, '2023-09-16 01:28:55', '2023-09-16 01:28:55'),
(175507, 1337, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '0', 0, '2023-09-16 01:40:36', '2023-09-16 01:40:36'),
(175508, 1338, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '300', 0, '2023-09-16 01:44:37', '2023-09-16 01:44:37'),
(175509, 1339, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '600', 0, '2023-09-16 01:48:09', '2023-09-16 01:48:09'),
(175510, 1340, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '0', 0, '2023-09-16 01:51:27', '2023-09-16 01:51:27'),
(175511, 1341, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '450', 0, '2023-09-16 01:54:04', '2023-09-16 01:54:04'),
(175512, 1342, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '0', 0, '2023-09-16 01:57:11', '2023-09-16 01:57:11'),
(175513, 1343, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '333', 0, '2023-09-16 02:00:06', '2023-09-16 02:00:06'),
(175514, 1344, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '0', 0, '2023-09-16 02:03:17', '2023-09-16 02:03:17'),
(175515, 1345, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '0', 0, '2023-09-16 02:06:02', '2023-09-16 02:06:02'),
(175516, 1346, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '0', 0, '2023-09-16 02:08:21', '2023-09-16 02:08:21'),
(175517, 1347, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '300', 0, '2023-09-16 02:11:25', '2023-09-16 02:11:25'),
(175518, 1348, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '400', 0, '2023-09-16 02:19:52', '2023-09-16 02:19:52'),
(175519, 1349, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '0', 0, '2023-09-16 02:24:13', '2023-09-16 02:24:13'),
(175520, 1350, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '300', 0, '2023-09-16 11:30:54', '2023-09-16 11:30:54'),
(175521, 1351, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '400', 0, '2023-09-16 11:37:20', '2023-09-16 11:37:20'),
(175522, 1352, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '450', 0, '2023-09-16 11:40:19', '2023-09-16 11:40:19'),
(175523, 1353, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '500', 0, '2023-09-16 11:48:35', '2023-09-16 11:48:35'),
(175524, 1354, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '300', 0, '2023-09-16 11:54:53', '2023-09-16 11:54:53'),
(175525, 1355, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '350', 0, '2023-09-16 12:00:44', '2023-09-16 12:00:44'),
(175526, 1356, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '400', 0, '2023-09-16 12:03:59', '2023-09-16 12:03:59'),
(175527, 1357, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '300', 0, '2023-09-16 12:11:26', '2023-09-16 12:11:26'),
(175528, 1358, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '300', 0, '2023-09-16 12:18:03', '2023-09-16 12:18:03'),
(175529, 1359, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '300', 0, '2023-09-16 12:21:10', '2023-09-16 12:21:10'),
(175530, 1360, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '600', 0, '2023-09-16 12:25:04', '2023-09-16 12:25:04'),
(175531, 1361, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '600', 0, '2023-09-16 12:27:43', '2023-09-16 12:27:43'),
(175532, 1362, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '300', 0, '2023-09-16 12:30:14', '2023-09-16 12:30:14'),
(175533, 1363, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '300', 0, '2023-09-16 12:33:46', '2023-09-16 12:33:46'),
(175534, 1364, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '300', 0, '2023-09-16 12:36:44', '2023-09-16 12:36:44'),
(175535, 1365, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '1200', 0, '2023-09-16 12:39:41', '2023-09-16 12:39:41'),
(175536, 1366, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '8400', 0, '2023-09-16 12:45:37', '2023-09-16 12:45:37'),
(175537, 1367, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '300', 0, '2023-09-16 12:53:13', '2023-09-16 12:53:13'),
(175538, 1368, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '300', 0, '2023-09-16 12:57:21', '2023-09-16 12:57:21'),
(175539, 1369, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '4000', 0, '2023-09-16 13:32:11', '2023-09-16 13:32:11'),
(175540, 1370, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '0', 0, '2023-09-16 13:41:36', '2023-09-16 13:41:36'),
(175541, 1371, '2024-02-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-16 13:46:49', '2023-09-16 13:46:49'),
(175549, 1372, '2024-02-01 00:00:00', NULL, NULL, '', '3800', 0, '2023-09-16 13:50:11', '2023-09-16 13:50:11'),
(175557, 1373, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '300', 0, '2023-09-16 14:38:29', '2023-09-16 14:38:29'),
(175558, 1374, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '300', 0, '2023-09-16 14:42:05', '2023-09-16 14:42:05'),
(175559, 1375, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '200', 0, '2023-09-16 14:44:57', '2023-09-16 14:44:57'),
(175560, 1376, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '0', 0, '2023-09-16 14:47:37', '2023-09-16 14:47:37'),
(175561, 1377, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '0', 0, '2023-09-16 14:49:39', '2023-09-16 14:49:39'),
(175562, 1378, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '6000', 0, '2023-09-16 15:06:16', '2023-09-16 15:06:16'),
(175563, 1379, '2023-10-01 00:00:00', '0', '2023-10-01 00:00:00', '', '0', 1, '2023-09-16 15:13:52', '2024-02-08 16:34:21'),
(175564, 1380, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '4000', 0, '2023-09-16 15:19:35', '2023-09-16 15:19:35'),
(175565, 1381, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '3600', 0, '2023-09-16 15:26:20', '2023-09-16 15:26:20'),
(175566, 1382, '2024-03-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-16 15:32:35', '2023-09-16 15:32:35'),
(175567, 1382, '2025-03-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-16 15:32:35', '2023-09-16 15:32:35'),
(175568, 1382, '2026-03-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-16 15:32:35', '2023-09-16 15:32:35'),
(175569, 1382, '2027-03-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-16 15:32:35', '2023-09-16 15:32:35'),
(175570, 1382, '2028-03-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-16 15:32:35', '2023-09-16 15:32:35'),
(175571, 1382, '2029-03-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-16 15:32:35', '2023-09-16 15:32:35'),
(175572, 1382, '2030-03-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-16 15:32:35', '2023-09-16 15:32:35'),
(175573, 1383, '2024-03-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-16 15:37:21', '2023-09-16 15:37:21'),
(175574, 1383, '2025-03-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-16 15:37:21', '2023-09-16 15:37:21'),
(175575, 1383, '2026-03-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-16 15:37:21', '2023-09-16 15:37:21'),
(175576, 1383, '2027-03-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-16 15:37:21', '2023-09-16 15:37:21'),
(175577, 1383, '2028-03-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-16 15:37:21', '2023-09-16 15:37:21'),
(175578, 1383, '2029-03-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-16 15:37:21', '2023-09-16 15:37:21'),
(175579, 1383, '2030-03-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-16 15:37:21', '2023-09-16 15:37:21'),
(175580, 1384, '2024-03-01 00:00:00', NULL, NULL, '', '4900', 0, '2023-09-16 15:41:59', '2023-09-16 15:41:59'),
(175581, 1384, '2025-03-01 00:00:00', NULL, NULL, '', '4900', 0, '2023-09-16 15:41:59', '2023-09-16 15:41:59'),
(175582, 1384, '2026-03-01 00:00:00', NULL, NULL, '', '4900', 0, '2023-09-16 15:41:59', '2023-09-16 15:41:59'),
(175583, 1384, '2027-03-01 00:00:00', NULL, NULL, '', '4900', 0, '2023-09-16 15:41:59', '2023-09-16 15:41:59'),
(175584, 1384, '2028-03-01 00:00:00', NULL, NULL, '', '4900', 0, '2023-09-16 15:41:59', '2023-09-16 15:41:59'),
(175585, 1384, '2029-03-01 00:00:00', NULL, NULL, '', '4900', 0, '2023-09-16 15:41:59', '2023-09-16 15:41:59'),
(175586, 1384, '2030-03-01 00:00:00', NULL, NULL, '', '4900', 0, '2023-09-16 15:41:59', '2023-09-16 15:41:59'),
(175587, 1385, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '600', 0, '2023-09-16 15:46:04', '2023-09-16 15:46:04'),
(175588, 1386, '2024-03-01 00:00:00', NULL, NULL, '', '3400', 0, '2023-09-16 15:51:03', '2023-09-16 15:51:03'),
(175589, 1386, '2025-03-01 00:00:00', NULL, NULL, '', '3400', 0, '2023-09-16 15:51:03', '2023-09-16 15:51:03'),
(175590, 1386, '2026-03-01 00:00:00', NULL, NULL, '', '3400', 0, '2023-09-16 15:51:03', '2023-09-16 15:51:03'),
(175591, 1386, '2027-03-01 00:00:00', NULL, NULL, '', '3400', 0, '2023-09-16 15:51:03', '2023-09-16 15:51:03'),
(175592, 1386, '2028-03-01 00:00:00', NULL, NULL, '', '3400', 0, '2023-09-16 15:51:03', '2023-09-16 15:51:03'),
(175593, 1386, '2029-03-01 00:00:00', NULL, NULL, '', '3400', 0, '2023-09-16 15:51:03', '2023-09-16 15:51:03'),
(175594, 1386, '2030-03-01 00:00:00', NULL, NULL, '', '3400', 0, '2023-09-16 15:51:03', '2023-09-16 15:51:03'),
(175595, 1387, '2024-03-01 00:00:00', NULL, NULL, '', '3000', 0, '2023-09-16 15:57:21', '2023-09-16 15:57:21'),
(175602, 1388, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '0', 0, '2023-09-16 16:04:01', '2023-09-16 16:04:01'),
(175603, 1389, '2024-03-01 00:00:00', NULL, NULL, '', '3400', 0, '2023-09-16 16:09:25', '2023-09-16 16:09:25'),
(175610, 1390, '2024-03-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-16 16:11:38', '2023-09-16 16:11:38'),
(175617, 1391, '2024-03-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-16 16:15:16', '2023-09-16 16:15:16'),
(175624, 1392, '2024-03-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-16 16:18:37', '2023-09-16 16:18:37'),
(175625, 1392, '2025-03-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-16 16:18:37', '2023-09-16 16:18:37'),
(175626, 1392, '2026-03-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-16 16:18:37', '2023-09-16 16:18:37'),
(175627, 1392, '2027-03-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-16 16:18:37', '2023-09-16 16:18:37'),
(175628, 1392, '2028-03-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-16 16:18:37', '2023-09-16 16:18:37'),
(175629, 1392, '2029-03-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-16 16:18:37', '2023-09-16 16:18:37'),
(175630, 1392, '2030-03-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-16 16:18:37', '2023-09-16 16:18:37'),
(175631, 1393, '2024-03-01 00:00:00', NULL, NULL, '', '3400', 0, '2023-09-16 16:21:19', '2023-09-16 16:21:19'),
(175638, 1394, '2024-03-01 00:00:00', NULL, NULL, '', '3100', 0, '2023-09-16 16:23:47', '2023-09-16 16:23:47'),
(175639, 1394, '2025-03-01 00:00:00', NULL, NULL, '', '3100', 0, '2023-09-16 16:23:47', '2023-09-16 16:23:47'),
(175640, 1394, '2026-03-01 00:00:00', NULL, NULL, '', '3100', 0, '2023-09-16 16:23:47', '2023-09-16 16:23:47'),
(175641, 1394, '2027-03-01 00:00:00', NULL, NULL, '', '3100', 0, '2023-09-16 16:23:47', '2023-09-16 16:23:47'),
(175642, 1394, '2028-03-01 00:00:00', NULL, NULL, '', '3100', 0, '2023-09-16 16:23:47', '2023-09-16 16:23:47'),
(175643, 1394, '2029-03-01 00:00:00', NULL, NULL, '', '3100', 0, '2023-09-16 16:23:47', '2023-09-16 16:23:47'),
(175644, 1394, '2030-03-01 00:00:00', NULL, NULL, '', '3100', 0, '2023-09-16 16:23:47', '2023-09-16 16:23:47'),
(175645, 1395, '2023-03-01 00:00:00', NULL, NULL, '', '3400', 0, '2023-09-16 16:26:53', '2023-09-16 16:26:53'),
(175646, 1395, '2024-03-01 00:00:00', NULL, NULL, '', '3400', 0, '2023-09-16 16:26:53', '2023-09-16 16:26:53'),
(175647, 1395, '2025-03-01 00:00:00', NULL, NULL, '', '3400', 0, '2023-09-16 16:26:53', '2023-09-16 16:26:53'),
(175648, 1395, '2026-03-01 00:00:00', NULL, NULL, '', '3400', 0, '2023-09-16 16:26:53', '2023-09-16 16:26:53'),
(175649, 1395, '2027-03-01 00:00:00', NULL, NULL, '', '3400', 0, '2023-09-16 16:26:53', '2023-09-16 16:26:53'),
(175650, 1395, '2028-03-01 00:00:00', NULL, NULL, '', '3400', 0, '2023-09-16 16:26:53', '2023-09-16 16:26:53'),
(175651, 1395, '2029-03-01 00:00:00', NULL, NULL, '', '3400', 0, '2023-09-16 16:26:53', '2023-09-16 16:26:53'),
(175652, 1395, '2030-03-01 00:00:00', NULL, NULL, '', '3400', 0, '2023-09-16 16:26:53', '2023-09-16 16:26:53'),
(175653, 1395, '2031-03-01 00:00:00', NULL, NULL, '', '3400', 0, '2023-09-16 16:26:53', '2023-09-16 16:26:53'),
(175654, 1395, '2032-03-01 00:00:00', NULL, NULL, '', '3400', 0, '2023-09-16 16:26:53', '2023-09-16 16:26:53'),
(175655, 1395, '2033-03-01 00:00:00', NULL, NULL, '', '3400', 0, '2023-09-16 16:26:53', '2023-09-16 16:26:53'),
(175656, 1395, '2034-03-01 00:00:00', NULL, NULL, '', '3400', 0, '2023-09-16 16:26:53', '2023-09-16 16:26:53'),
(175657, 1395, '2035-03-01 00:00:00', NULL, NULL, '', '3400', 0, '2023-09-16 16:26:53', '2023-09-16 16:26:53'),
(175658, 1395, '2036-03-01 00:00:00', NULL, NULL, '', '3400', 0, '2023-09-16 16:26:53', '2023-09-16 16:26:53'),
(175659, 1395, '2037-03-01 00:00:00', NULL, NULL, '', '3400', 0, '2023-09-16 16:26:53', '2023-09-16 16:26:53'),
(175660, 1395, '2038-03-01 00:00:00', NULL, NULL, '', '3400', 0, '2023-09-16 16:26:53', '2023-09-16 16:26:53'),
(175661, 1395, '2039-03-01 00:00:00', NULL, NULL, '', '3400', 0, '2023-09-16 16:26:53', '2023-09-16 16:26:53'),
(175662, 1395, '2040-03-01 00:00:00', NULL, NULL, '', '3400', 0, '2023-09-16 16:26:53', '2023-09-16 16:26:53'),
(175663, 1395, '2041-03-01 00:00:00', NULL, NULL, '', '3400', 0, '2023-09-16 16:26:53', '2023-09-16 16:26:53'),
(175664, 1396, '2024-03-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-16 16:29:27', '2023-09-16 16:29:27'),
(175665, 1396, '2025-03-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-16 16:29:27', '2023-09-16 16:29:27'),
(175666, 1396, '2026-03-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-16 16:29:27', '2023-09-16 16:29:27'),
(175667, 1396, '2027-03-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-16 16:29:27', '2023-09-16 16:29:27'),
(175668, 1396, '2028-03-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-16 16:29:27', '2023-09-16 16:29:27'),
(175669, 1396, '2029-03-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-16 16:29:27', '2023-09-16 16:29:27'),
(175670, 1396, '2030-03-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-16 16:29:27', '2023-09-16 16:29:27'),
(175671, 1397, '2023-03-01 00:00:00', NULL, NULL, '', '2700', 0, '2023-09-16 16:35:49', '2023-09-16 16:35:49'),
(175690, 1398, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '2700', 0, '2023-09-16 16:39:27', '2023-09-16 16:39:27'),
(175691, 1399, '2023-03-01 00:00:00', NULL, NULL, '', '1800', 0, '2023-09-16 17:17:52', '2023-09-16 17:17:52'),
(175692, 1399, '2024-03-01 00:00:00', NULL, NULL, '', '1800', 0, '2023-09-16 17:17:52', '2023-09-16 17:17:52'),
(175693, 1399, '2025-03-01 00:00:00', NULL, NULL, '', '1800', 0, '2023-09-16 17:17:52', '2023-09-16 17:17:52'),
(175694, 1399, '2026-03-01 00:00:00', NULL, NULL, '', '1800', 0, '2023-09-16 17:17:52', '2023-09-16 17:17:52'),
(175695, 1399, '2027-03-01 00:00:00', NULL, NULL, '', '1800', 0, '2023-09-16 17:17:52', '2023-09-16 17:17:52'),
(175696, 1399, '2028-03-01 00:00:00', NULL, NULL, '', '1800', 0, '2023-09-16 17:17:52', '2023-09-16 17:17:52'),
(175697, 1399, '2029-03-01 00:00:00', NULL, NULL, '', '1800', 0, '2023-09-16 17:17:52', '2023-09-16 17:17:52'),
(175698, 1399, '2030-03-01 00:00:00', NULL, NULL, '', '1800', 0, '2023-09-16 17:17:52', '2023-09-16 17:17:52'),
(175699, 1399, '2031-03-01 00:00:00', NULL, NULL, '', '1800', 0, '2023-09-16 17:17:52', '2023-09-16 17:17:52'),
(175700, 1399, '2032-03-01 00:00:00', NULL, NULL, '', '1800', 0, '2023-09-16 17:17:52', '2023-09-16 17:17:52'),
(175701, 1399, '2033-03-01 00:00:00', NULL, NULL, '', '1800', 0, '2023-09-16 17:17:52', '2023-09-16 17:17:52'),
(175702, 1399, '2034-03-01 00:00:00', NULL, NULL, '', '1800', 0, '2023-09-16 17:17:52', '2023-09-16 17:17:52'),
(175703, 1399, '2035-03-01 00:00:00', NULL, NULL, '', '1800', 0, '2023-09-16 17:17:52', '2023-09-16 17:17:52'),
(175704, 1399, '2036-03-01 00:00:00', NULL, NULL, '', '1800', 0, '2023-09-16 17:17:52', '2023-09-16 17:17:52'),
(175705, 1399, '2037-03-01 00:00:00', NULL, NULL, '', '1800', 0, '2023-09-16 17:17:52', '2023-09-16 17:17:52'),
(175706, 1399, '2038-03-01 00:00:00', NULL, NULL, '', '1800', 0, '2023-09-16 17:17:52', '2023-09-16 17:17:52'),
(175707, 1399, '2039-03-01 00:00:00', NULL, NULL, '', '1800', 0, '2023-09-16 17:17:52', '2023-09-16 17:17:52'),
(175708, 1399, '2040-03-01 00:00:00', NULL, NULL, '', '1800', 0, '2023-09-16 17:17:52', '2023-09-16 17:17:52'),
(175709, 1399, '2041-03-01 00:00:00', NULL, NULL, '', '1800', 0, '2023-09-16 17:17:52', '2023-09-16 17:17:52'),
(175710, 1400, '2024-04-01 00:00:00', NULL, '2024-04-01 00:00:00', '', '3600', 0, '2023-09-16 22:32:22', '2023-09-16 22:32:22'),
(175711, 1401, '2024-03-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-16 22:36:21', '2023-09-16 22:36:21'),
(175718, 1402, '2024-04-01 00:00:00', NULL, '2024-04-01 00:00:00', '', '3600', 0, '2023-09-16 22:38:48', '2023-09-16 22:38:48'),
(175719, 1403, '2024-03-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-16 22:41:28', '2023-09-16 22:41:28'),
(175726, 1404, '2024-04-01 00:00:00', NULL, '2024-04-01 00:00:00', '', '3900', 0, '2023-09-16 22:44:43', '2023-09-16 22:44:43'),
(175727, 1405, '2023-03-01 00:00:00', NULL, NULL, '', '3700', 0, '2023-09-16 22:47:55', '2023-09-16 22:47:55'),
(175746, 1406, '2023-03-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-16 22:50:39', '2023-09-16 22:50:39'),
(175747, 1406, '2024-03-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-16 22:50:39', '2023-09-16 22:50:39'),
(175748, 1406, '2025-03-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-16 22:50:39', '2023-09-16 22:50:39'),
(175749, 1406, '2026-03-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-16 22:50:39', '2023-09-16 22:50:39'),
(175750, 1406, '2027-03-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-16 22:50:39', '2023-09-16 22:50:39'),
(175751, 1406, '2028-03-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-16 22:50:39', '2023-09-16 22:50:39'),
(175752, 1406, '2029-03-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-16 22:50:39', '2023-09-16 22:50:39'),
(175753, 1406, '2030-03-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-16 22:50:39', '2023-09-16 22:50:39'),
(175754, 1406, '2031-03-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-16 22:50:39', '2023-09-16 22:50:39'),
(175755, 1406, '2032-03-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-16 22:50:39', '2023-09-16 22:50:39'),
(175756, 1406, '2033-03-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-16 22:50:39', '2023-09-16 22:50:39'),
(175757, 1406, '2034-03-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-16 22:50:39', '2023-09-16 22:50:39'),
(175758, 1406, '2035-03-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-16 22:50:39', '2023-09-16 22:50:39'),
(175759, 1406, '2036-03-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-16 22:50:39', '2023-09-16 22:50:39'),
(175760, 1406, '2037-03-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-16 22:50:39', '2023-09-16 22:50:39'),
(175761, 1406, '2038-03-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-16 22:50:39', '2023-09-16 22:50:39'),
(175762, 1406, '2039-03-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-16 22:50:39', '2023-09-16 22:50:39'),
(175763, 1406, '2040-03-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-16 22:50:39', '2023-09-16 22:50:39'),
(175764, 1406, '2041-03-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-16 22:50:39', '2023-09-16 22:50:39'),
(175765, 1407, '2023-03-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-16 22:53:41', '2023-09-16 22:53:41'),
(175784, 1408, '2024-03-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-16 22:57:15', '2023-09-16 22:57:15'),
(175791, 1409, '2023-03-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-16 23:12:50', '2023-09-16 23:12:50'),
(175810, 1410, '2023-03-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-16 23:16:23', '2023-09-16 23:16:23'),
(175811, 1410, '2024-03-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-16 23:16:23', '2023-09-16 23:16:23'),
(175812, 1410, '2025-03-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-16 23:16:23', '2023-09-16 23:16:23'),
(175813, 1410, '2026-03-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-16 23:16:23', '2023-09-16 23:16:23'),
(175814, 1410, '2027-03-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-16 23:16:23', '2023-09-16 23:16:23'),
(175815, 1410, '2028-03-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-16 23:16:23', '2023-09-16 23:16:23'),
(175816, 1410, '2029-03-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-16 23:16:23', '2023-09-16 23:16:23'),
(175817, 1410, '2030-03-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-16 23:16:23', '2023-09-16 23:16:23'),
(175818, 1410, '2031-03-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-16 23:16:23', '2023-09-16 23:16:23'),
(175819, 1410, '2032-03-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-16 23:16:23', '2023-09-16 23:16:23'),
(175820, 1410, '2033-03-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-16 23:16:23', '2023-09-16 23:16:23'),
(175821, 1410, '2034-03-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-16 23:16:23', '2023-09-16 23:16:23'),
(175822, 1410, '2035-03-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-16 23:16:23', '2023-09-16 23:16:23'),
(175823, 1410, '2036-03-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-16 23:16:23', '2023-09-16 23:16:23'),
(175824, 1410, '2037-03-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-16 23:16:23', '2023-09-16 23:16:23'),
(175825, 1410, '2038-03-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-16 23:16:23', '2023-09-16 23:16:23'),
(175826, 1410, '2039-03-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-16 23:16:23', '2023-09-16 23:16:23'),
(175827, 1410, '2040-03-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-16 23:16:23', '2023-09-16 23:16:23'),
(175828, 1410, '2041-03-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-16 23:16:23', '2023-09-16 23:16:23'),
(175829, 1411, '2024-03-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-16 23:19:36', '2023-09-16 23:19:36'),
(175830, 1411, '2025-03-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-16 23:19:36', '2023-09-16 23:19:36'),
(175831, 1411, '2026-03-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-16 23:19:36', '2023-09-16 23:19:36'),
(175832, 1411, '2027-03-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-16 23:19:36', '2023-09-16 23:19:36'),
(175833, 1411, '2028-03-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-16 23:19:36', '2023-09-16 23:19:36'),
(175834, 1411, '2029-03-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-16 23:19:36', '2023-09-16 23:19:36'),
(175835, 1411, '2030-03-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-16 23:19:36', '2023-09-16 23:19:36'),
(175836, 1412, '2023-03-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-16 23:51:14', '2023-09-16 23:51:14'),
(175837, 1412, '2024-03-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-16 23:51:14', '2023-09-16 23:51:14'),
(175838, 1412, '2025-03-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-16 23:51:14', '2023-09-16 23:51:14'),
(175839, 1412, '2026-03-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-16 23:51:14', '2023-09-16 23:51:14'),
(175840, 1412, '2027-03-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-16 23:51:14', '2023-09-16 23:51:14'),
(175841, 1412, '2028-03-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-16 23:51:14', '2023-09-16 23:51:14'),
(175842, 1412, '2029-03-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-16 23:51:14', '2023-09-16 23:51:14'),
(175843, 1412, '2030-03-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-16 23:51:14', '2023-09-16 23:51:14'),
(175844, 1412, '2031-03-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-16 23:51:14', '2023-09-16 23:51:14'),
(175845, 1412, '2032-03-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-16 23:51:14', '2023-09-16 23:51:14'),
(175846, 1412, '2033-03-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-16 23:51:14', '2023-09-16 23:51:14'),
(175847, 1412, '2034-03-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-16 23:51:14', '2023-09-16 23:51:14'),
(175848, 1412, '2035-03-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-16 23:51:14', '2023-09-16 23:51:14'),
(175849, 1412, '2036-03-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-16 23:51:14', '2023-09-16 23:51:14'),
(175850, 1412, '2037-03-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-16 23:51:14', '2023-09-16 23:51:14'),
(175851, 1412, '2038-03-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-16 23:51:14', '2023-09-16 23:51:14'),
(175852, 1412, '2039-03-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-16 23:51:14', '2023-09-16 23:51:14'),
(175853, 1412, '2040-03-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-16 23:51:14', '2023-09-16 23:51:14'),
(175854, 1412, '2041-03-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-16 23:51:14', '2023-09-16 23:51:14'),
(175855, 1413, '2023-03-01 00:00:00', NULL, NULL, '', '3800', 0, '2023-09-16 23:55:05', '2023-09-16 23:55:05'),
(175856, 1413, '2024-03-01 00:00:00', NULL, NULL, '', '3800', 0, '2023-09-16 23:55:05', '2023-09-16 23:55:05'),
(175857, 1413, '2025-03-01 00:00:00', NULL, NULL, '', '3800', 0, '2023-09-16 23:55:05', '2023-09-16 23:55:05'),
(175858, 1413, '2026-03-01 00:00:00', NULL, NULL, '', '3800', 0, '2023-09-16 23:55:05', '2023-09-16 23:55:05'),
(175859, 1413, '2027-03-01 00:00:00', NULL, NULL, '', '3800', 0, '2023-09-16 23:55:05', '2023-09-16 23:55:05'),
(175860, 1413, '2028-03-01 00:00:00', NULL, NULL, '', '3800', 0, '2023-09-16 23:55:05', '2023-09-16 23:55:05'),
(175861, 1413, '2029-03-01 00:00:00', NULL, NULL, '', '3800', 0, '2023-09-16 23:55:05', '2023-09-16 23:55:05'),
(175862, 1413, '2030-03-01 00:00:00', NULL, NULL, '', '3800', 0, '2023-09-16 23:55:05', '2023-09-16 23:55:05'),
(175863, 1413, '2031-03-01 00:00:00', NULL, NULL, '', '3800', 0, '2023-09-16 23:55:05', '2023-09-16 23:55:05'),
(175864, 1413, '2032-03-01 00:00:00', NULL, NULL, '', '3800', 0, '2023-09-16 23:55:05', '2023-09-16 23:55:05'),
(175865, 1413, '2033-03-01 00:00:00', NULL, NULL, '', '3800', 0, '2023-09-16 23:55:05', '2023-09-16 23:55:05'),
(175866, 1413, '2034-03-01 00:00:00', NULL, NULL, '', '3800', 0, '2023-09-16 23:55:05', '2023-09-16 23:55:05'),
(175867, 1413, '2035-03-01 00:00:00', NULL, NULL, '', '3800', 0, '2023-09-16 23:55:05', '2023-09-16 23:55:05'),
(175868, 1413, '2036-03-01 00:00:00', NULL, NULL, '', '3800', 0, '2023-09-16 23:55:05', '2023-09-16 23:55:05'),
(175869, 1413, '2037-03-01 00:00:00', NULL, NULL, '', '3800', 0, '2023-09-16 23:55:05', '2023-09-16 23:55:05'),
(175870, 1413, '2038-03-01 00:00:00', NULL, NULL, '', '3800', 0, '2023-09-16 23:55:05', '2023-09-16 23:55:05'),
(175871, 1413, '2039-03-01 00:00:00', NULL, NULL, '', '3800', 0, '2023-09-16 23:55:05', '2023-09-16 23:55:05'),
(175872, 1413, '2040-03-01 00:00:00', NULL, NULL, '', '3800', 0, '2023-09-16 23:55:05', '2023-09-16 23:55:05'),
(175873, 1413, '2041-03-01 00:00:00', NULL, NULL, '', '3800', 0, '2023-09-16 23:55:05', '2023-09-16 23:55:05'),
(175874, 1414, '2024-03-01 00:00:00', NULL, NULL, '', '4000', 0, '2023-09-17 00:01:56', '2023-09-17 00:01:56'),
(175875, 1414, '2025-03-01 00:00:00', NULL, NULL, '', '4000', 0, '2023-09-17 00:01:56', '2023-09-17 00:01:56'),
(175876, 1414, '2026-03-01 00:00:00', NULL, NULL, '', '4000', 0, '2023-09-17 00:01:56', '2023-09-17 00:01:56'),
(175877, 1414, '2027-03-01 00:00:00', NULL, NULL, '', '4000', 0, '2023-09-17 00:01:56', '2023-09-17 00:01:56'),
(175878, 1414, '2028-03-01 00:00:00', NULL, NULL, '', '4000', 0, '2023-09-17 00:01:56', '2023-09-17 00:01:56'),
(175879, 1414, '2029-03-01 00:00:00', NULL, NULL, '', '4000', 0, '2023-09-17 00:01:56', '2023-09-17 00:01:56'),
(175880, 1414, '2030-03-01 00:00:00', NULL, NULL, '', '4000', 0, '2023-09-17 00:01:56', '2023-09-17 00:01:56'),
(175881, 1415, '2023-03-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-17 00:07:11', '2023-09-17 00:07:11'),
(175900, 1416, '2023-04-01 00:00:00', NULL, NULL, '', '3800', 0, '2023-09-17 00:10:31', '2023-09-17 00:10:31'),
(175918, 1417, '2023-04-01 00:00:00', NULL, NULL, '', '4400', 0, '2023-09-17 00:15:54', '2023-09-17 00:15:54'),
(175919, 1417, '2024-04-01 00:00:00', NULL, NULL, '', '4400', 0, '2023-09-17 00:15:54', '2023-09-17 00:15:54'),
(175920, 1417, '2025-04-01 00:00:00', NULL, NULL, '', '4400', 0, '2023-09-17 00:15:54', '2023-09-17 00:15:54'),
(175921, 1417, '2026-04-01 00:00:00', NULL, NULL, '', '4400', 0, '2023-09-17 00:15:54', '2023-09-17 00:15:54'),
(175922, 1417, '2027-04-01 00:00:00', NULL, NULL, '', '4400', 0, '2023-09-17 00:15:54', '2023-09-17 00:15:54'),
(175923, 1417, '2028-04-01 00:00:00', NULL, NULL, '', '4400', 0, '2023-09-17 00:15:54', '2023-09-17 00:15:54'),
(175924, 1417, '2029-04-01 00:00:00', NULL, NULL, '', '4400', 0, '2023-09-17 00:15:54', '2023-09-17 00:15:54'),
(175925, 1417, '2030-04-01 00:00:00', NULL, NULL, '', '4400', 0, '2023-09-17 00:15:54', '2023-09-17 00:15:54'),
(175926, 1417, '2031-04-01 00:00:00', NULL, NULL, '', '4400', 0, '2023-09-17 00:15:54', '2023-09-17 00:15:54'),
(175927, 1417, '2032-04-01 00:00:00', NULL, NULL, '', '4400', 0, '2023-09-17 00:15:54', '2023-09-17 00:15:54'),
(175928, 1417, '2033-04-01 00:00:00', NULL, NULL, '', '4400', 0, '2023-09-17 00:15:54', '2023-09-17 00:15:54'),
(175929, 1417, '2034-04-01 00:00:00', NULL, NULL, '', '4400', 0, '2023-09-17 00:15:54', '2023-09-17 00:15:54'),
(175930, 1417, '2035-04-01 00:00:00', NULL, NULL, '', '4400', 0, '2023-09-17 00:15:54', '2023-09-17 00:15:54');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(175931, 1417, '2036-04-01 00:00:00', NULL, NULL, '', '4400', 0, '2023-09-17 00:15:54', '2023-09-17 00:15:54'),
(175932, 1417, '2037-04-01 00:00:00', NULL, NULL, '', '4400', 0, '2023-09-17 00:15:54', '2023-09-17 00:15:54'),
(175933, 1417, '2038-04-01 00:00:00', NULL, NULL, '', '4400', 0, '2023-09-17 00:15:54', '2023-09-17 00:15:54'),
(175934, 1417, '2039-04-01 00:00:00', NULL, NULL, '', '4400', 0, '2023-09-17 00:15:54', '2023-09-17 00:15:54'),
(175935, 1417, '2040-04-01 00:00:00', NULL, NULL, '', '4400', 0, '2023-09-17 00:15:54', '2023-09-17 00:15:54'),
(175936, 1418, '2023-04-01 00:00:00', NULL, NULL, '', '3200', 0, '2023-09-17 00:19:42', '2023-09-17 00:19:42'),
(175937, 1418, '2024-04-01 00:00:00', NULL, NULL, '', '3200', 0, '2023-09-17 00:19:42', '2023-09-17 00:19:42'),
(175938, 1418, '2025-04-01 00:00:00', NULL, NULL, '', '3200', 0, '2023-09-17 00:19:42', '2023-09-17 00:19:42'),
(175939, 1418, '2026-04-01 00:00:00', NULL, NULL, '', '3200', 0, '2023-09-17 00:19:42', '2023-09-17 00:19:42'),
(175940, 1418, '2027-04-01 00:00:00', NULL, NULL, '', '3200', 0, '2023-09-17 00:19:42', '2023-09-17 00:19:42'),
(175941, 1418, '2028-04-01 00:00:00', NULL, NULL, '', '3200', 0, '2023-09-17 00:19:42', '2023-09-17 00:19:42'),
(175942, 1418, '2029-04-01 00:00:00', NULL, NULL, '', '3200', 0, '2023-09-17 00:19:42', '2023-09-17 00:19:42'),
(175943, 1418, '2030-04-01 00:00:00', NULL, NULL, '', '3200', 0, '2023-09-17 00:19:42', '2023-09-17 00:19:42'),
(175944, 1418, '2031-04-01 00:00:00', NULL, NULL, '', '3200', 0, '2023-09-17 00:19:42', '2023-09-17 00:19:42'),
(175945, 1418, '2032-04-01 00:00:00', NULL, NULL, '', '3200', 0, '2023-09-17 00:19:42', '2023-09-17 00:19:42'),
(175946, 1418, '2033-04-01 00:00:00', NULL, NULL, '', '3200', 0, '2023-09-17 00:19:42', '2023-09-17 00:19:42'),
(175947, 1418, '2034-04-01 00:00:00', NULL, NULL, '', '3200', 0, '2023-09-17 00:19:42', '2023-09-17 00:19:42'),
(175948, 1418, '2035-04-01 00:00:00', NULL, NULL, '', '3200', 0, '2023-09-17 00:19:42', '2023-09-17 00:19:42'),
(175949, 1418, '2036-04-01 00:00:00', NULL, NULL, '', '3200', 0, '2023-09-17 00:19:42', '2023-09-17 00:19:42'),
(175950, 1418, '2037-04-01 00:00:00', NULL, NULL, '', '3200', 0, '2023-09-17 00:19:42', '2023-09-17 00:19:42'),
(175951, 1418, '2038-04-01 00:00:00', NULL, NULL, '', '3200', 0, '2023-09-17 00:19:42', '2023-09-17 00:19:42'),
(175952, 1418, '2039-04-01 00:00:00', NULL, NULL, '', '3200', 0, '2023-09-17 00:19:42', '2023-09-17 00:19:42'),
(175953, 1418, '2040-04-01 00:00:00', NULL, NULL, '', '3200', 0, '2023-09-17 00:19:42', '2023-09-17 00:19:42'),
(175954, 1419, '2023-04-01 00:00:00', NULL, NULL, '', '3500', 0, '2023-09-17 00:24:43', '2023-09-17 00:24:43'),
(175955, 1419, '2024-04-01 00:00:00', NULL, NULL, '', '3500', 0, '2023-09-17 00:24:43', '2023-09-17 00:24:43'),
(175956, 1419, '2025-04-01 00:00:00', NULL, NULL, '', '3500', 0, '2023-09-17 00:24:43', '2023-09-17 00:24:43'),
(175957, 1419, '2026-04-01 00:00:00', NULL, NULL, '', '3500', 0, '2023-09-17 00:24:43', '2023-09-17 00:24:43'),
(175958, 1419, '2027-04-01 00:00:00', NULL, NULL, '', '3500', 0, '2023-09-17 00:24:43', '2023-09-17 00:24:43'),
(175959, 1419, '2028-04-01 00:00:00', NULL, NULL, '', '3500', 0, '2023-09-17 00:24:43', '2023-09-17 00:24:43'),
(175960, 1419, '2029-04-01 00:00:00', NULL, NULL, '', '3500', 0, '2023-09-17 00:24:43', '2023-09-17 00:24:43'),
(175961, 1419, '2030-04-01 00:00:00', NULL, NULL, '', '3500', 0, '2023-09-17 00:24:43', '2023-09-17 00:24:43'),
(175962, 1419, '2031-04-01 00:00:00', NULL, NULL, '', '3500', 0, '2023-09-17 00:24:43', '2023-09-17 00:24:43'),
(175963, 1419, '2032-04-01 00:00:00', NULL, NULL, '', '3500', 0, '2023-09-17 00:24:43', '2023-09-17 00:24:43'),
(175964, 1419, '2033-04-01 00:00:00', NULL, NULL, '', '3500', 0, '2023-09-17 00:24:43', '2023-09-17 00:24:43'),
(175965, 1419, '2034-04-01 00:00:00', NULL, NULL, '', '3500', 0, '2023-09-17 00:24:43', '2023-09-17 00:24:43'),
(175966, 1419, '2035-04-01 00:00:00', NULL, NULL, '', '3500', 0, '2023-09-17 00:24:43', '2023-09-17 00:24:43'),
(175967, 1419, '2036-04-01 00:00:00', NULL, NULL, '', '3500', 0, '2023-09-17 00:24:43', '2023-09-17 00:24:43'),
(175968, 1419, '2037-04-01 00:00:00', NULL, NULL, '', '3500', 0, '2023-09-17 00:24:43', '2023-09-17 00:24:43'),
(175969, 1419, '2038-04-01 00:00:00', NULL, NULL, '', '3500', 0, '2023-09-17 00:24:43', '2023-09-17 00:24:43'),
(175970, 1419, '2039-04-01 00:00:00', NULL, NULL, '', '3500', 0, '2023-09-17 00:24:43', '2023-09-17 00:24:43'),
(175971, 1419, '2040-04-01 00:00:00', NULL, NULL, '', '3500', 0, '2023-09-17 00:24:43', '2023-09-17 00:24:43'),
(175972, 1420, '2023-04-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-17 00:28:23', '2023-09-17 00:28:23'),
(175990, 1421, '2024-04-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-17 10:07:36', '2023-09-17 10:07:36'),
(175991, 1421, '2025-04-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-17 10:07:36', '2023-09-17 10:07:36'),
(175992, 1421, '2026-04-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-17 10:07:36', '2023-09-17 10:07:36'),
(175993, 1421, '2027-04-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-17 10:07:36', '2023-09-17 10:07:36'),
(175994, 1421, '2028-04-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-17 10:07:36', '2023-09-17 10:07:36'),
(175995, 1421, '2029-04-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-17 10:07:36', '2023-09-17 10:07:36'),
(175996, 1422, '2024-04-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-17 10:09:56', '2023-09-17 10:09:56'),
(175997, 1422, '2025-04-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-17 10:09:56', '2023-09-17 10:09:56'),
(175998, 1422, '2026-04-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-17 10:09:56', '2023-09-17 10:09:56'),
(175999, 1422, '2027-04-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-17 10:09:56', '2023-09-17 10:09:56'),
(176000, 1422, '2028-04-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-17 10:09:56', '2023-09-17 10:09:56'),
(176001, 1422, '2029-04-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-17 10:09:56', '2023-09-17 10:09:56'),
(176002, 1423, '2023-04-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-17 10:18:25', '2023-09-17 10:18:25'),
(176003, 1423, '2024-04-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-17 10:18:25', '2023-09-17 10:18:25'),
(176004, 1423, '2025-04-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-17 10:18:25', '2023-09-17 10:18:25'),
(176005, 1423, '2026-04-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-17 10:18:25', '2023-09-17 10:18:25'),
(176006, 1423, '2027-04-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-17 10:18:25', '2023-09-17 10:18:25'),
(176007, 1423, '2028-04-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-17 10:18:25', '2023-09-17 10:18:25'),
(176008, 1423, '2029-04-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-17 10:18:25', '2023-09-17 10:18:25'),
(176009, 1423, '2030-04-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-17 10:18:25', '2023-09-17 10:18:25'),
(176010, 1423, '2031-04-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-17 10:18:25', '2023-09-17 10:18:25'),
(176011, 1423, '2032-04-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-17 10:18:25', '2023-09-17 10:18:25'),
(176012, 1423, '2033-04-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-17 10:18:25', '2023-09-17 10:18:25'),
(176013, 1423, '2034-04-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-17 10:18:25', '2023-09-17 10:18:25'),
(176014, 1423, '2035-04-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-17 10:18:25', '2023-09-17 10:18:25'),
(176015, 1423, '2036-04-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-17 10:18:25', '2023-09-17 10:18:25'),
(176016, 1423, '2037-04-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-17 10:18:25', '2023-09-17 10:18:25'),
(176017, 1423, '2038-04-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-17 10:18:25', '2023-09-17 10:18:25'),
(176018, 1423, '2039-04-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-17 10:18:25', '2023-09-17 10:18:25'),
(176019, 1423, '2040-04-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-17 10:18:25', '2023-09-17 10:18:25'),
(176020, 1424, '2023-04-01 00:00:00', NULL, NULL, '', '3200', 0, '2023-09-17 10:21:13', '2023-09-17 10:21:13'),
(176021, 1424, '2024-04-01 00:00:00', NULL, NULL, '', '3200', 0, '2023-09-17 10:21:13', '2023-09-17 10:21:13'),
(176022, 1424, '2025-04-01 00:00:00', NULL, NULL, '', '3200', 0, '2023-09-17 10:21:13', '2023-09-17 10:21:13'),
(176023, 1424, '2026-04-01 00:00:00', NULL, NULL, '', '3200', 0, '2023-09-17 10:21:13', '2023-09-17 10:21:13'),
(176024, 1424, '2027-04-01 00:00:00', NULL, NULL, '', '3200', 0, '2023-09-17 10:21:13', '2023-09-17 10:21:13'),
(176025, 1424, '2028-04-01 00:00:00', NULL, NULL, '', '3200', 0, '2023-09-17 10:21:13', '2023-09-17 10:21:13'),
(176026, 1424, '2029-04-01 00:00:00', NULL, NULL, '', '3200', 0, '2023-09-17 10:21:13', '2023-09-17 10:21:13'),
(176027, 1424, '2030-04-01 00:00:00', NULL, NULL, '', '3200', 0, '2023-09-17 10:21:13', '2023-09-17 10:21:13'),
(176028, 1424, '2031-04-01 00:00:00', NULL, NULL, '', '3200', 0, '2023-09-17 10:21:13', '2023-09-17 10:21:13'),
(176029, 1424, '2032-04-01 00:00:00', NULL, NULL, '', '3200', 0, '2023-09-17 10:21:13', '2023-09-17 10:21:13'),
(176030, 1424, '2033-04-01 00:00:00', NULL, NULL, '', '3200', 0, '2023-09-17 10:21:13', '2023-09-17 10:21:13'),
(176031, 1424, '2034-04-01 00:00:00', NULL, NULL, '', '3200', 0, '2023-09-17 10:21:13', '2023-09-17 10:21:13'),
(176032, 1424, '2035-04-01 00:00:00', NULL, NULL, '', '3200', 0, '2023-09-17 10:21:13', '2023-09-17 10:21:13'),
(176033, 1424, '2036-04-01 00:00:00', NULL, NULL, '', '3200', 0, '2023-09-17 10:21:13', '2023-09-17 10:21:13'),
(176034, 1424, '2037-04-01 00:00:00', NULL, NULL, '', '3200', 0, '2023-09-17 10:21:13', '2023-09-17 10:21:13'),
(176035, 1424, '2038-04-01 00:00:00', NULL, NULL, '', '3200', 0, '2023-09-17 10:21:13', '2023-09-17 10:21:13'),
(176036, 1424, '2039-04-01 00:00:00', NULL, NULL, '', '3200', 0, '2023-09-17 10:21:13', '2023-09-17 10:21:13'),
(176037, 1424, '2040-04-01 00:00:00', NULL, NULL, '', '3200', 0, '2023-09-17 10:21:13', '2023-09-17 10:21:13'),
(176038, 1425, '2024-04-01 00:00:00', NULL, NULL, '', '6800', 0, '2023-09-17 10:24:41', '2023-09-17 10:24:41'),
(176044, 1426, '2024-04-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-17 10:26:56', '2023-09-17 10:26:56'),
(176050, 1427, '2024-04-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-17 10:36:06', '2023-09-17 10:36:06'),
(176051, 1427, '2025-04-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-17 10:36:06', '2023-09-17 10:36:06'),
(176052, 1427, '2026-04-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-17 10:36:06', '2023-09-17 10:36:06'),
(176053, 1427, '2027-04-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-17 10:36:06', '2023-09-17 10:36:06'),
(176054, 1427, '2028-04-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-17 10:36:06', '2023-09-17 10:36:06'),
(176055, 1427, '2029-04-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-17 10:36:06', '2023-09-17 10:36:06'),
(176056, 1428, '2024-04-01 00:00:00', NULL, NULL, '', '4000', 0, '2023-09-17 10:38:31', '2023-09-17 10:38:31'),
(176062, 1429, '2023-04-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-17 10:56:10', '2023-09-17 10:56:10'),
(176063, 1429, '2024-04-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-17 10:56:10', '2023-09-17 10:56:10'),
(176064, 1429, '2025-04-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-17 10:56:10', '2023-09-17 10:56:10'),
(176065, 1429, '2026-04-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-17 10:56:10', '2023-09-17 10:56:10'),
(176066, 1429, '2027-04-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-17 10:56:10', '2023-09-17 10:56:10'),
(176067, 1429, '2028-04-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-17 10:56:10', '2023-09-17 10:56:10'),
(176068, 1429, '2029-04-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-17 10:56:10', '2023-09-17 10:56:10'),
(176069, 1429, '2030-04-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-17 10:56:10', '2023-09-17 10:56:10'),
(176070, 1429, '2031-04-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-17 10:56:10', '2023-09-17 10:56:10'),
(176071, 1429, '2032-04-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-17 10:56:10', '2023-09-17 10:56:10'),
(176072, 1429, '2033-04-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-17 10:56:10', '2023-09-17 10:56:10'),
(176073, 1429, '2034-04-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-17 10:56:10', '2023-09-17 10:56:10'),
(176074, 1429, '2035-04-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-17 10:56:10', '2023-09-17 10:56:10'),
(176075, 1429, '2036-04-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-17 10:56:10', '2023-09-17 10:56:10'),
(176076, 1429, '2037-04-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-17 10:56:10', '2023-09-17 10:56:10'),
(176077, 1429, '2038-04-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-17 10:56:10', '2023-09-17 10:56:10'),
(176078, 1429, '2039-04-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-17 10:56:10', '2023-09-17 10:56:10'),
(176079, 1429, '2040-04-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-17 10:56:10', '2023-09-17 10:56:10'),
(176080, 1430, '2024-04-01 00:00:00', NULL, NULL, '', '7400', 0, '2023-09-17 11:11:21', '2023-09-17 11:11:21'),
(176086, 1431, '2024-04-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-17 11:13:48', '2023-09-17 11:13:48'),
(176087, 1431, '2025-04-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-17 11:13:48', '2023-09-17 11:13:48'),
(176088, 1431, '2026-04-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-17 11:13:48', '2023-09-17 11:13:48'),
(176089, 1431, '2027-04-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-17 11:13:48', '2023-09-17 11:13:48'),
(176090, 1431, '2028-04-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-17 11:13:48', '2023-09-17 11:13:48'),
(176091, 1431, '2029-04-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-17 11:13:48', '2023-09-17 11:13:48'),
(176092, 1432, '2024-04-01 00:00:00', NULL, NULL, '', '7200', 0, '2023-09-17 11:16:08', '2023-09-17 11:16:08'),
(176098, 1433, '2024-04-01 00:00:00', NULL, NULL, '', '6400', 0, '2023-09-17 11:23:43', '2023-09-17 11:23:43'),
(176104, 1434, '2024-04-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-17 11:26:37', '2023-09-17 11:26:37'),
(176105, 1434, '2025-04-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-17 11:26:37', '2023-09-17 11:26:37'),
(176106, 1434, '2026-04-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-17 11:26:37', '2023-09-17 11:26:37'),
(176107, 1434, '2027-04-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-17 11:26:37', '2023-09-17 11:26:37'),
(176108, 1434, '2028-04-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-17 11:26:37', '2023-09-17 11:26:37'),
(176109, 1434, '2029-04-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-17 11:26:37', '2023-09-17 11:26:37'),
(176110, 1435, '2024-04-01 00:00:00', NULL, NULL, '', '4000', 0, '2023-09-17 11:28:56', '2023-09-17 11:28:56'),
(176111, 1435, '2025-04-01 00:00:00', NULL, NULL, '', '4000', 0, '2023-09-17 11:28:56', '2023-09-17 11:28:56'),
(176112, 1435, '2026-04-01 00:00:00', NULL, NULL, '', '4000', 0, '2023-09-17 11:28:56', '2023-09-17 11:28:56'),
(176113, 1435, '2027-04-01 00:00:00', NULL, NULL, '', '4000', 0, '2023-09-17 11:28:56', '2023-09-17 11:28:56'),
(176114, 1435, '2028-04-01 00:00:00', NULL, NULL, '', '4000', 0, '2023-09-17 11:28:56', '2023-09-17 11:28:56'),
(176115, 1435, '2029-04-01 00:00:00', NULL, NULL, '', '4000', 0, '2023-09-17 11:28:56', '2023-09-17 11:28:56'),
(176116, 1436, '2024-04-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-17 11:31:14', '2023-09-17 11:31:14'),
(176122, 1437, '2024-04-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-17 12:04:13', '2023-09-17 12:04:13'),
(176128, 1438, '2024-04-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-17 12:06:32', '2023-09-17 12:06:32'),
(176129, 1438, '2025-04-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-17 12:06:32', '2023-09-17 12:06:32'),
(176130, 1438, '2026-04-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-17 12:06:32', '2023-09-17 12:06:32'),
(176131, 1438, '2027-04-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-17 12:06:32', '2023-09-17 12:06:32'),
(176132, 1438, '2028-04-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-17 12:06:32', '2023-09-17 12:06:32'),
(176133, 1438, '2029-04-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-17 12:06:32', '2023-09-17 12:06:32'),
(176134, 1439, '2024-04-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-17 12:08:52', '2023-09-17 12:08:52'),
(176135, 1439, '2025-04-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-17 12:08:52', '2023-09-17 12:08:52'),
(176136, 1439, '2026-04-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-17 12:08:52', '2023-09-17 12:08:52'),
(176137, 1439, '2027-04-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-17 12:08:52', '2023-09-17 12:08:52'),
(176138, 1439, '2028-04-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-17 12:08:52', '2023-09-17 12:08:52'),
(176139, 1439, '2029-04-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-17 12:08:52', '2023-09-17 12:08:52'),
(176140, 1440, '2023-04-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-17 12:10:58', '2023-09-17 12:10:58'),
(176141, 1440, '2024-04-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-17 12:10:58', '2023-09-17 12:10:58'),
(176142, 1440, '2025-04-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-17 12:10:58', '2023-09-17 12:10:58'),
(176143, 1440, '2026-04-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-17 12:10:58', '2023-09-17 12:10:58'),
(176144, 1440, '2027-04-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-17 12:10:58', '2023-09-17 12:10:58'),
(176145, 1440, '2028-04-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-17 12:10:58', '2023-09-17 12:10:58'),
(176146, 1440, '2029-04-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-17 12:10:58', '2023-09-17 12:10:58'),
(176147, 1440, '2030-04-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-17 12:10:58', '2023-09-17 12:10:58'),
(176148, 1440, '2031-04-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-17 12:10:58', '2023-09-17 12:10:58'),
(176149, 1440, '2032-04-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-17 12:10:58', '2023-09-17 12:10:58'),
(176150, 1440, '2033-04-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-17 12:10:58', '2023-09-17 12:10:58'),
(176151, 1440, '2034-04-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-17 12:10:58', '2023-09-17 12:10:58'),
(176152, 1440, '2035-04-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-17 12:10:58', '2023-09-17 12:10:58'),
(176153, 1440, '2036-04-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-17 12:10:58', '2023-09-17 12:10:58'),
(176154, 1440, '2037-04-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-17 12:10:58', '2023-09-17 12:10:58'),
(176155, 1440, '2038-04-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-17 12:10:58', '2023-09-17 12:10:58'),
(176156, 1440, '2039-04-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-17 12:10:58', '2023-09-17 12:10:58'),
(176157, 1440, '2040-04-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-17 12:10:58', '2023-09-17 12:10:58'),
(176158, 1441, '2024-04-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-17 12:14:05', '2023-09-17 12:14:05'),
(176164, 1442, '2024-04-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-17 12:18:32', '2023-09-17 12:18:32'),
(176165, 1442, '2025-04-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-17 12:18:32', '2023-09-17 12:18:32'),
(176166, 1442, '2026-04-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-17 12:18:32', '2023-09-17 12:18:32'),
(176167, 1442, '2027-04-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-17 12:18:32', '2023-09-17 12:18:32'),
(176168, 1442, '2028-04-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-17 12:18:32', '2023-09-17 12:18:32'),
(176169, 1442, '2029-04-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-17 12:18:32', '2023-09-17 12:18:32'),
(176170, 1443, '2024-04-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-17 12:20:41', '2023-09-17 12:20:41'),
(176171, 1443, '2025-04-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-17 12:20:41', '2023-09-17 12:20:41'),
(176172, 1443, '2026-04-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-17 12:20:41', '2023-09-17 12:20:41'),
(176173, 1443, '2027-04-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-17 12:20:41', '2023-09-17 12:20:41'),
(176174, 1443, '2028-04-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-17 12:20:41', '2023-09-17 12:20:41'),
(176175, 1443, '2029-04-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-17 12:20:41', '2023-09-17 12:20:41'),
(176176, 1444, '2024-04-01 00:00:00', NULL, NULL, '', '4000', 0, '2023-09-17 12:36:04', '2023-09-17 12:36:04'),
(176177, 1444, '2025-04-01 00:00:00', NULL, NULL, '', '4000', 0, '2023-09-17 12:36:04', '2023-09-17 12:36:04'),
(176178, 1444, '2026-04-01 00:00:00', NULL, NULL, '', '4000', 0, '2023-09-17 12:36:04', '2023-09-17 12:36:04'),
(176179, 1444, '2027-04-01 00:00:00', NULL, NULL, '', '4000', 0, '2023-09-17 12:36:04', '2023-09-17 12:36:04'),
(176180, 1444, '2028-04-01 00:00:00', NULL, NULL, '', '4000', 0, '2023-09-17 12:36:04', '2023-09-17 12:36:04'),
(176181, 1444, '2029-04-01 00:00:00', NULL, NULL, '', '4000', 0, '2023-09-17 12:36:04', '2023-09-17 12:36:04'),
(176182, 1445, '2024-04-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-17 12:38:32', '2023-09-17 12:38:32'),
(176183, 1445, '2025-04-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-17 12:38:32', '2023-09-17 12:38:32'),
(176184, 1445, '2026-04-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-17 12:38:32', '2023-09-17 12:38:32'),
(176185, 1445, '2027-04-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-17 12:38:32', '2023-09-17 12:38:32'),
(176186, 1445, '2028-04-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-17 12:38:32', '2023-09-17 12:38:32'),
(176187, 1445, '2029-04-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-17 12:38:32', '2023-09-17 12:38:32'),
(176188, 1446, '2023-05-01 00:00:00', NULL, NULL, '', '200', 0, '2023-09-17 12:41:29', '2023-09-17 12:41:29'),
(176194, 1447, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '250', 0, '2023-09-17 12:44:16', '2023-09-17 12:44:16'),
(176195, 1448, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '250', 0, '2023-09-17 16:10:55', '2023-09-17 16:10:55'),
(176196, 1449, '2024-04-01 00:00:00', NULL, NULL, '', '3500', 0, '2023-09-17 16:14:18', '2023-09-17 16:14:18'),
(176197, 1449, '2025-04-01 00:00:00', NULL, NULL, '', '3500', 0, '2023-09-17 16:14:18', '2023-09-17 16:14:18'),
(176198, 1449, '2026-04-01 00:00:00', NULL, NULL, '', '3500', 0, '2023-09-17 16:14:18', '2023-09-17 16:14:18'),
(176199, 1449, '2027-04-01 00:00:00', NULL, NULL, '', '3500', 0, '2023-09-17 16:14:18', '2023-09-17 16:14:18'),
(176200, 1449, '2028-04-01 00:00:00', NULL, NULL, '', '3500', 0, '2023-09-17 16:14:18', '2023-09-17 16:14:18'),
(176201, 1449, '2029-04-01 00:00:00', NULL, NULL, '', '3500', 0, '2023-09-17 16:14:18', '2023-09-17 16:14:18'),
(176202, 1450, '2024-04-01 00:00:00', NULL, NULL, '', '4000', 0, '2023-09-17 16:16:54', '2023-09-17 16:16:54'),
(176208, 1451, '2024-04-01 00:00:00', NULL, NULL, '', '3900', 0, '2023-09-17 16:19:29', '2023-09-17 16:19:29'),
(176209, 1451, '2025-04-01 00:00:00', NULL, NULL, '', '3900', 0, '2023-09-17 16:19:29', '2023-09-17 16:19:29'),
(176210, 1451, '2026-04-01 00:00:00', NULL, NULL, '', '3900', 0, '2023-09-17 16:19:29', '2023-09-17 16:19:29'),
(176211, 1451, '2027-04-01 00:00:00', NULL, NULL, '', '3900', 0, '2023-09-17 16:19:29', '2023-09-17 16:19:29'),
(176212, 1451, '2028-04-01 00:00:00', NULL, NULL, '', '3900', 0, '2023-09-17 16:19:29', '2023-09-17 16:19:29'),
(176213, 1451, '2029-04-01 00:00:00', NULL, NULL, '', '3900', 0, '2023-09-17 16:19:29', '2023-09-17 16:19:29'),
(176214, 1452, '2024-04-01 00:00:00', NULL, NULL, '', '3000', 0, '2023-09-17 16:23:18', '2023-09-17 16:23:18'),
(176220, 1453, '2024-04-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-17 16:26:21', '2023-09-17 16:26:21'),
(176226, 1454, '2024-05-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-17 16:33:16', '2023-09-17 16:33:16'),
(176231, 1455, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '300', 0, '2023-09-17 16:44:18', '2023-09-17 16:44:18'),
(176232, 1456, '2024-05-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-17 16:46:52', '2023-09-17 16:46:52'),
(176237, 1457, '2024-05-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-17 16:49:32', '2023-09-17 16:49:32'),
(176238, 1457, '2025-05-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-17 16:49:32', '2023-09-17 16:49:32'),
(176239, 1457, '2026-05-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-17 16:49:32', '2023-09-17 16:49:32'),
(176240, 1457, '2027-05-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-17 16:49:32', '2023-09-17 16:49:32'),
(176241, 1457, '2028-05-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-17 16:49:32', '2023-09-17 16:49:32'),
(176242, 1458, '2024-05-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-17 16:54:59', '2023-09-17 16:54:59'),
(176243, 1458, '2025-05-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-17 16:54:59', '2023-09-17 16:54:59'),
(176244, 1458, '2026-05-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-17 16:54:59', '2023-09-17 16:54:59'),
(176245, 1458, '2027-05-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-17 16:54:59', '2023-09-17 16:54:59'),
(176246, 1458, '2028-05-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-17 16:54:59', '2023-09-17 16:54:59'),
(176247, 1459, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '0', 0, '2023-09-17 17:07:02', '2023-09-17 17:07:02'),
(176248, 1460, '2023-05-01 00:00:00', NULL, NULL, '', '3300', 0, '2023-09-17 17:19:21', '2023-09-17 17:19:21'),
(176249, 1460, '2024-05-01 00:00:00', NULL, NULL, '', '3300', 0, '2023-09-17 17:19:21', '2023-09-17 17:19:21'),
(176250, 1460, '2025-05-01 00:00:00', NULL, NULL, '', '3300', 0, '2023-09-17 17:19:21', '2023-09-17 17:19:21'),
(176251, 1460, '2026-05-01 00:00:00', NULL, NULL, '', '3300', 0, '2023-09-17 17:19:21', '2023-09-17 17:19:21'),
(176252, 1460, '2027-05-01 00:00:00', NULL, NULL, '', '3300', 0, '2023-09-17 17:19:21', '2023-09-17 17:19:21'),
(176253, 1460, '2028-05-01 00:00:00', NULL, NULL, '', '3300', 0, '2023-09-17 17:19:21', '2023-09-17 17:19:21'),
(176254, 1460, '2029-05-01 00:00:00', NULL, NULL, '', '3300', 0, '2023-09-17 17:19:21', '2023-09-17 17:19:21'),
(176255, 1460, '2030-05-01 00:00:00', NULL, NULL, '', '3300', 0, '2023-09-17 17:19:21', '2023-09-17 17:19:21'),
(176256, 1460, '2031-05-01 00:00:00', NULL, NULL, '', '3300', 0, '2023-09-17 17:19:21', '2023-09-17 17:19:21'),
(176257, 1460, '2032-05-01 00:00:00', NULL, NULL, '', '3300', 0, '2023-09-17 17:19:21', '2023-09-17 17:19:21'),
(176258, 1460, '2033-05-01 00:00:00', NULL, NULL, '', '3300', 0, '2023-09-17 17:19:21', '2023-09-17 17:19:21'),
(176259, 1460, '2034-05-01 00:00:00', NULL, NULL, '', '3300', 0, '2023-09-17 17:19:21', '2023-09-17 17:19:21'),
(176260, 1460, '2035-05-01 00:00:00', NULL, NULL, '', '3300', 0, '2023-09-17 17:19:21', '2023-09-17 17:19:21'),
(176261, 1460, '2036-05-01 00:00:00', NULL, NULL, '', '3300', 0, '2023-09-17 17:19:21', '2023-09-17 17:19:21'),
(176262, 1460, '2037-05-01 00:00:00', NULL, NULL, '', '3300', 0, '2023-09-17 17:19:21', '2023-09-17 17:19:21'),
(176263, 1460, '2038-05-01 00:00:00', NULL, NULL, '', '3300', 0, '2023-09-17 17:19:21', '2023-09-17 17:19:21'),
(176264, 1460, '2039-05-01 00:00:00', NULL, NULL, '', '3300', 0, '2023-09-17 17:19:21', '2023-09-17 17:19:21'),
(176265, 1461, '2024-05-01 00:00:00', NULL, NULL, '', '9900', 0, '2023-09-17 17:24:26', '2023-09-17 17:24:26'),
(176266, 1461, '2025-05-01 00:00:00', NULL, NULL, '', '9900', 0, '2023-09-17 17:24:26', '2023-09-17 17:24:26'),
(176267, 1461, '2026-05-01 00:00:00', NULL, NULL, '', '9900', 0, '2023-09-17 17:24:26', '2023-09-17 17:24:26'),
(176268, 1461, '2027-05-01 00:00:00', NULL, NULL, '', '9900', 0, '2023-09-17 17:24:26', '2023-09-17 17:24:26'),
(176269, 1461, '2028-05-01 00:00:00', NULL, NULL, '', '9900', 0, '2023-09-17 17:24:26', '2023-09-17 17:24:26'),
(176270, 1462, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '0', 0, '2023-09-17 17:31:19', '2023-09-17 17:31:19'),
(176271, 1463, '2024-05-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-17 17:41:32', '2023-09-17 17:41:32'),
(176276, 1464, '2024-05-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-17 17:46:54', '2023-09-17 17:46:54'),
(176277, 1464, '2025-05-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-17 17:46:54', '2023-09-17 17:46:54'),
(176278, 1464, '2026-05-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-17 17:46:54', '2023-09-17 17:46:54'),
(176279, 1464, '2027-05-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-17 17:46:54', '2023-09-17 17:46:54'),
(176280, 1464, '2028-05-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-17 17:46:54', '2023-09-17 17:46:54'),
(176281, 1465, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '0', 0, '2023-09-17 17:49:15', '2023-09-17 17:49:15'),
(176282, 1466, '0023-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:19', '2023-09-17 17:52:19'),
(176283, 1466, '0023-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:19', '2023-09-17 17:52:19'),
(176284, 1466, '0023-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:19', '2023-09-17 17:52:19'),
(176285, 1466, '0024-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:19', '2023-09-17 17:52:19'),
(176286, 1466, '0024-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:19', '2023-09-17 17:52:19'),
(176287, 1466, '0024-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:19', '2023-09-17 17:52:19'),
(176288, 1466, '0024-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:19', '2023-09-17 17:52:19'),
(176289, 1466, '0024-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:19', '2023-09-17 17:52:19'),
(176290, 1466, '0024-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:19', '2023-09-17 17:52:19'),
(176291, 1466, '0024-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:19', '2023-09-17 17:52:19'),
(176292, 1466, '0024-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:19', '2023-09-17 17:52:19'),
(176293, 1466, '0024-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:19', '2023-09-17 17:52:19'),
(176294, 1466, '0024-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:19', '2023-09-17 17:52:19'),
(176295, 1466, '0024-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:19', '2023-09-17 17:52:19'),
(176296, 1466, '0024-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:19', '2023-09-17 17:52:19'),
(176297, 1466, '0025-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:19', '2023-09-17 17:52:19'),
(176298, 1466, '0025-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:19', '2023-09-17 17:52:19'),
(176299, 1466, '0025-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:19', '2023-09-17 17:52:19'),
(176300, 1466, '0025-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:19', '2023-09-17 17:52:19'),
(176301, 1466, '0025-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:19', '2023-09-17 17:52:19'),
(176302, 1466, '0025-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:19', '2023-09-17 17:52:19'),
(176303, 1466, '0025-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:19', '2023-09-17 17:52:19'),
(176304, 1466, '0025-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:19', '2023-09-17 17:52:19'),
(176305, 1466, '0025-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:19', '2023-09-17 17:52:19'),
(176306, 1466, '0025-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:19', '2023-09-17 17:52:19'),
(176307, 1466, '0025-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:19', '2023-09-17 17:52:19'),
(176308, 1466, '0025-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:19', '2023-09-17 17:52:19'),
(176309, 1466, '0026-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:19', '2023-09-17 17:52:19'),
(176310, 1466, '0026-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:19', '2023-09-17 17:52:19'),
(176311, 1466, '0026-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:19', '2023-09-17 17:52:19'),
(176312, 1466, '0026-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:19', '2023-09-17 17:52:19'),
(176313, 1466, '0026-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:19', '2023-09-17 17:52:19'),
(176314, 1466, '0026-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:20', '2023-09-17 17:52:20'),
(176315, 1466, '0026-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:20', '2023-09-17 17:52:20'),
(176316, 1466, '0026-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:20', '2023-09-17 17:52:20'),
(176317, 1466, '0026-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:20', '2023-09-17 17:52:20'),
(176318, 1466, '0026-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:20', '2023-09-17 17:52:20'),
(176319, 1466, '0026-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:20', '2023-09-17 17:52:20'),
(176320, 1466, '0026-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:20', '2023-09-17 17:52:20'),
(176321, 1466, '0027-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:20', '2023-09-17 17:52:20'),
(176322, 1466, '0027-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:20', '2023-09-17 17:52:20'),
(176323, 1466, '0027-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:20', '2023-09-17 17:52:20'),
(176324, 1466, '0027-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:20', '2023-09-17 17:52:20'),
(176325, 1466, '0027-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:20', '2023-09-17 17:52:20'),
(176326, 1466, '0027-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:20', '2023-09-17 17:52:20'),
(176327, 1466, '0027-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:20', '2023-09-17 17:52:20'),
(176328, 1466, '0027-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:20', '2023-09-17 17:52:20'),
(176329, 1466, '0027-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:20', '2023-09-17 17:52:20'),
(176330, 1466, '0027-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:20', '2023-09-17 17:52:20'),
(176331, 1466, '0027-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:20', '2023-09-17 17:52:20'),
(176332, 1466, '0027-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:20', '2023-09-17 17:52:20'),
(176333, 1466, '0028-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:20', '2023-09-17 17:52:20'),
(176334, 1466, '0028-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:20', '2023-09-17 17:52:20'),
(176335, 1466, '0028-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:20', '2023-09-17 17:52:20'),
(176336, 1466, '0028-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:20', '2023-09-17 17:52:20'),
(176337, 1466, '0028-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:20', '2023-09-17 17:52:20'),
(176338, 1466, '0028-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:20', '2023-09-17 17:52:20'),
(176339, 1466, '0028-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:20', '2023-09-17 17:52:20'),
(176340, 1466, '0028-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:20', '2023-09-17 17:52:20'),
(176341, 1466, '0028-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:20', '2023-09-17 17:52:20'),
(176342, 1466, '0028-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:20', '2023-09-17 17:52:20'),
(176343, 1466, '0028-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:20', '2023-09-17 17:52:20'),
(176344, 1466, '0028-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:20', '2023-09-17 17:52:20'),
(176345, 1466, '0029-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:20', '2023-09-17 17:52:20'),
(176346, 1466, '0029-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:20', '2023-09-17 17:52:20'),
(176347, 1466, '0029-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:20', '2023-09-17 17:52:20'),
(176348, 1466, '0029-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:20', '2023-09-17 17:52:20'),
(176349, 1466, '0029-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:20', '2023-09-17 17:52:20'),
(176350, 1466, '0029-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:20', '2023-09-17 17:52:20'),
(176351, 1466, '0029-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:20', '2023-09-17 17:52:20'),
(176352, 1466, '0029-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:20', '2023-09-17 17:52:20'),
(176353, 1466, '0029-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:20', '2023-09-17 17:52:20'),
(176354, 1466, '0029-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:20', '2023-09-17 17:52:20'),
(176355, 1466, '0029-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:20', '2023-09-17 17:52:20'),
(176356, 1466, '0029-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:20', '2023-09-17 17:52:20'),
(176357, 1466, '0030-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:20', '2023-09-17 17:52:20'),
(176358, 1466, '0030-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:20', '2023-09-17 17:52:20'),
(176359, 1466, '0030-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:20', '2023-09-17 17:52:20'),
(176360, 1466, '0030-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:20', '2023-09-17 17:52:20'),
(176361, 1466, '0030-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:20', '2023-09-17 17:52:20'),
(176362, 1466, '0030-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:20', '2023-09-17 17:52:20'),
(176363, 1466, '0030-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:20', '2023-09-17 17:52:20'),
(176364, 1466, '0030-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:20', '2023-09-17 17:52:20'),
(176365, 1466, '0030-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:20', '2023-09-17 17:52:20'),
(176366, 1466, '0030-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:20', '2023-09-17 17:52:20'),
(176367, 1466, '0030-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:20', '2023-09-17 17:52:20'),
(176368, 1466, '0030-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:20', '2023-09-17 17:52:20'),
(176369, 1466, '0031-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:20', '2023-09-17 17:52:20'),
(176370, 1466, '0031-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:20', '2023-09-17 17:52:20'),
(176371, 1466, '0031-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:20', '2023-09-17 17:52:20'),
(176372, 1466, '0031-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:20', '2023-09-17 17:52:20'),
(176373, 1466, '0031-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:20', '2023-09-17 17:52:20'),
(176374, 1466, '0031-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:20', '2023-09-17 17:52:20'),
(176375, 1466, '0031-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:20', '2023-09-17 17:52:20'),
(176376, 1466, '0031-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:20', '2023-09-17 17:52:20'),
(176377, 1466, '0031-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:20', '2023-09-17 17:52:20'),
(176378, 1466, '0031-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:20', '2023-09-17 17:52:20'),
(176379, 1466, '0031-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:20', '2023-09-17 17:52:20'),
(176380, 1466, '0031-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:20', '2023-09-17 17:52:20'),
(176381, 1466, '0032-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:20', '2023-09-17 17:52:20'),
(176382, 1466, '0032-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:20', '2023-09-17 17:52:20'),
(176383, 1466, '0032-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:20', '2023-09-17 17:52:20'),
(176384, 1466, '0032-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:20', '2023-09-17 17:52:20'),
(176385, 1466, '0032-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:20', '2023-09-17 17:52:20'),
(176386, 1466, '0032-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:20', '2023-09-17 17:52:20'),
(176387, 1466, '0032-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:20', '2023-09-17 17:52:20'),
(176388, 1466, '0032-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:20', '2023-09-17 17:52:20'),
(176389, 1466, '0032-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:20', '2023-09-17 17:52:20'),
(176390, 1466, '0032-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:20', '2023-09-17 17:52:20'),
(176391, 1466, '0032-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:20', '2023-09-17 17:52:20'),
(176392, 1466, '0032-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:20', '2023-09-17 17:52:20'),
(176393, 1466, '0033-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:20', '2023-09-17 17:52:20'),
(176394, 1466, '0033-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:20', '2023-09-17 17:52:20'),
(176395, 1466, '0033-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:20', '2023-09-17 17:52:20'),
(176396, 1466, '0033-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:20', '2023-09-17 17:52:20'),
(176397, 1466, '0033-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:21', '2023-09-17 17:52:21'),
(176398, 1466, '0033-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:21', '2023-09-17 17:52:21'),
(176399, 1466, '0033-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:22', '2023-09-17 17:52:22'),
(176400, 1466, '0033-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:22', '2023-09-17 17:52:22'),
(176401, 1466, '0033-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:22', '2023-09-17 17:52:22'),
(176402, 1466, '0033-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:22', '2023-09-17 17:52:22'),
(176403, 1466, '0033-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:22', '2023-09-17 17:52:22'),
(176404, 1466, '0033-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:22', '2023-09-17 17:52:22'),
(176405, 1466, '0034-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:22', '2023-09-17 17:52:22'),
(176406, 1466, '0034-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:22', '2023-09-17 17:52:22'),
(176407, 1466, '0034-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:22', '2023-09-17 17:52:22'),
(176408, 1466, '0034-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:22', '2023-09-17 17:52:22'),
(176409, 1466, '0034-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:22', '2023-09-17 17:52:22'),
(176410, 1466, '0034-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:23', '2023-09-17 17:52:23'),
(176411, 1466, '0034-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:23', '2023-09-17 17:52:23'),
(176412, 1466, '0034-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:23', '2023-09-17 17:52:23'),
(176413, 1466, '0034-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:23', '2023-09-17 17:52:23'),
(176414, 1466, '0034-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:23', '2023-09-17 17:52:23'),
(176415, 1466, '0034-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:23', '2023-09-17 17:52:23'),
(176416, 1466, '0034-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:23', '2023-09-17 17:52:23'),
(176417, 1466, '0035-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:25', '2023-09-17 17:52:25'),
(176418, 1466, '0035-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:25', '2023-09-17 17:52:25'),
(176419, 1466, '0035-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:25', '2023-09-17 17:52:25'),
(176420, 1466, '0035-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:25', '2023-09-17 17:52:25'),
(176421, 1466, '0035-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:25', '2023-09-17 17:52:25'),
(176422, 1466, '0035-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:25', '2023-09-17 17:52:25'),
(176423, 1466, '0035-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:25', '2023-09-17 17:52:25'),
(176424, 1466, '0035-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:25', '2023-09-17 17:52:25'),
(176425, 1466, '0035-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176426, 1466, '0035-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176427, 1466, '0035-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176428, 1466, '0035-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176429, 1466, '0036-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176430, 1466, '0036-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176431, 1466, '0036-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176432, 1466, '0036-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176433, 1466, '0036-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176434, 1466, '0036-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176435, 1466, '0036-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176436, 1466, '0036-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176437, 1466, '0036-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176438, 1466, '0036-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176439, 1466, '0036-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176440, 1466, '0036-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176441, 1466, '0037-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176442, 1466, '0037-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176443, 1466, '0037-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176444, 1466, '0037-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176445, 1466, '0037-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176446, 1466, '0037-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176447, 1466, '0037-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176448, 1466, '0037-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176449, 1466, '0037-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176450, 1466, '0037-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176451, 1466, '0037-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176452, 1466, '0037-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176453, 1466, '0038-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176454, 1466, '0038-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176455, 1466, '0038-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176456, 1466, '0038-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176457, 1466, '0038-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176458, 1466, '0038-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176459, 1466, '0038-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176460, 1466, '0038-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176461, 1466, '0038-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176462, 1466, '0038-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176463, 1466, '0038-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176464, 1466, '0038-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176465, 1466, '0039-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176466, 1466, '0039-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176467, 1466, '0039-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176468, 1466, '0039-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176469, 1466, '0039-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176470, 1466, '0039-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176471, 1466, '0039-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176472, 1466, '0039-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176473, 1466, '0039-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176474, 1466, '0039-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176475, 1466, '0039-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176476, 1466, '0039-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176477, 1466, '0040-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176478, 1466, '0040-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176479, 1466, '0040-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176480, 1466, '0040-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176481, 1466, '0040-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(176482, 1466, '0040-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176483, 1466, '0040-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176484, 1466, '0040-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176485, 1466, '0040-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176486, 1466, '0040-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176487, 1466, '0040-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176488, 1466, '0040-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176489, 1466, '0041-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176490, 1466, '0041-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176491, 1466, '0041-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176492, 1466, '0041-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176493, 1466, '0041-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176494, 1466, '0041-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176495, 1466, '0041-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176496, 1466, '0041-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176497, 1466, '0041-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176498, 1466, '0041-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176499, 1466, '0041-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176500, 1466, '0041-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176501, 1466, '0042-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176502, 1466, '0042-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176503, 1466, '0042-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176504, 1466, '0042-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176505, 1466, '0042-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176506, 1466, '0042-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176507, 1466, '0042-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176508, 1466, '0042-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176509, 1466, '0042-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176510, 1466, '0042-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176511, 1466, '0042-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176512, 1466, '0042-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176513, 1466, '0043-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176514, 1466, '0043-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176515, 1466, '0043-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176516, 1466, '0043-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176517, 1466, '0043-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176518, 1466, '0043-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176519, 1466, '0043-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176520, 1466, '0043-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176521, 1466, '0043-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176522, 1466, '0043-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176523, 1466, '0043-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176524, 1466, '0043-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176525, 1466, '0044-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176526, 1466, '0044-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176527, 1466, '0044-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176528, 1466, '0044-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176529, 1466, '0044-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176530, 1466, '0044-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176531, 1466, '0044-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176532, 1466, '0044-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176533, 1466, '0044-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176534, 1466, '0044-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176535, 1466, '0044-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176536, 1466, '0044-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176537, 1466, '0045-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176538, 1466, '0045-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176539, 1466, '0045-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176540, 1466, '0045-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176541, 1466, '0045-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176542, 1466, '0045-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176543, 1466, '0045-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176544, 1466, '0045-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176545, 1466, '0045-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176546, 1466, '0045-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176547, 1466, '0045-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176548, 1466, '0045-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176549, 1466, '0046-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176550, 1466, '0046-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176551, 1466, '0046-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176552, 1466, '0046-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176553, 1466, '0046-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176554, 1466, '0046-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176555, 1466, '0046-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176556, 1466, '0046-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176557, 1466, '0046-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176558, 1466, '0046-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176559, 1466, '0046-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176560, 1466, '0046-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176561, 1466, '0047-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176562, 1466, '0047-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176563, 1466, '0047-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176564, 1466, '0047-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176565, 1466, '0047-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176566, 1466, '0047-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176567, 1466, '0047-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176568, 1466, '0047-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176569, 1466, '0047-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176570, 1466, '0047-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176571, 1466, '0047-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176572, 1466, '0047-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176573, 1466, '0048-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176574, 1466, '0048-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176575, 1466, '0048-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176576, 1466, '0048-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176577, 1466, '0048-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176578, 1466, '0048-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176579, 1466, '0048-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176580, 1466, '0048-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176581, 1466, '0048-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176582, 1466, '0048-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176583, 1466, '0048-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176584, 1466, '0048-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176585, 1466, '0049-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176586, 1466, '0049-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176587, 1466, '0049-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176588, 1466, '0049-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176589, 1466, '0049-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176590, 1466, '0049-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176591, 1466, '0049-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176592, 1466, '0049-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176593, 1466, '0049-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176594, 1466, '0049-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176595, 1466, '0049-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176596, 1466, '0049-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176597, 1466, '0050-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176598, 1466, '0050-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176599, 1466, '0050-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176600, 1466, '0050-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176601, 1466, '0050-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176602, 1466, '0050-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176603, 1466, '0050-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176604, 1466, '0050-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176605, 1466, '0050-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176606, 1466, '0050-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176607, 1466, '0050-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176608, 1466, '0050-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176609, 1466, '0051-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176610, 1466, '0051-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176611, 1466, '0051-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176612, 1466, '0051-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176613, 1466, '0051-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176614, 1466, '0051-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176615, 1466, '0051-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176616, 1466, '0051-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176617, 1466, '0051-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176618, 1466, '0051-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176619, 1466, '0051-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176620, 1466, '0051-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176621, 1466, '0052-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176622, 1466, '0052-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176623, 1466, '0052-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176624, 1466, '0052-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176625, 1466, '0052-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176626, 1466, '0052-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176627, 1466, '0052-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176628, 1466, '0052-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176629, 1466, '0052-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176630, 1466, '0052-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176631, 1466, '0052-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176632, 1466, '0052-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176633, 1466, '0053-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176634, 1466, '0053-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176635, 1466, '0053-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176636, 1466, '0053-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176637, 1466, '0053-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176638, 1466, '0053-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176639, 1466, '0053-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176640, 1466, '0053-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176641, 1466, '0053-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176642, 1466, '0053-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176643, 1466, '0053-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176644, 1466, '0053-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176645, 1466, '0054-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176646, 1466, '0054-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176647, 1466, '0054-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176648, 1466, '0054-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176649, 1466, '0054-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176650, 1466, '0054-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176651, 1466, '0054-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176652, 1466, '0054-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176653, 1466, '0054-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176654, 1466, '0054-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176655, 1466, '0054-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176656, 1466, '0054-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176657, 1466, '0055-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176658, 1466, '0055-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176659, 1466, '0055-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176660, 1466, '0055-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176661, 1466, '0055-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176662, 1466, '0055-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176663, 1466, '0055-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176664, 1466, '0055-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176665, 1466, '0055-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176666, 1466, '0055-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176667, 1466, '0055-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176668, 1466, '0055-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176669, 1466, '0056-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176670, 1466, '0056-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176671, 1466, '0056-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176672, 1466, '0056-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176673, 1466, '0056-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176674, 1466, '0056-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:26', '2023-09-17 17:52:26'),
(176675, 1466, '0056-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176676, 1466, '0056-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176677, 1466, '0056-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176678, 1466, '0056-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176679, 1466, '0056-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176680, 1466, '0056-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176681, 1466, '0057-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176682, 1466, '0057-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176683, 1466, '0057-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176684, 1466, '0057-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176685, 1466, '0057-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176686, 1466, '0057-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176687, 1466, '0057-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176688, 1466, '0057-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176689, 1466, '0057-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176690, 1466, '0057-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176691, 1466, '0057-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176692, 1466, '0057-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176693, 1466, '0058-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176694, 1466, '0058-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176695, 1466, '0058-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176696, 1466, '0058-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176697, 1466, '0058-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176698, 1466, '0058-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176699, 1466, '0058-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176700, 1466, '0058-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176701, 1466, '0058-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176702, 1466, '0058-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176703, 1466, '0058-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176704, 1466, '0058-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176705, 1466, '0059-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176706, 1466, '0059-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176707, 1466, '0059-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176708, 1466, '0059-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176709, 1466, '0059-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176710, 1466, '0059-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176711, 1466, '0059-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176712, 1466, '0059-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176713, 1466, '0059-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176714, 1466, '0059-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176715, 1466, '0059-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176716, 1466, '0059-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176717, 1466, '0060-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176718, 1466, '0060-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176719, 1466, '0060-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176720, 1466, '0060-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176721, 1466, '0060-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176722, 1466, '0060-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176723, 1466, '0060-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176724, 1466, '0060-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176725, 1466, '0060-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176726, 1466, '0060-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176727, 1466, '0060-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176728, 1466, '0060-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176729, 1466, '0061-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176730, 1466, '0061-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176731, 1466, '0061-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176732, 1466, '0061-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176733, 1466, '0061-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176734, 1466, '0061-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176735, 1466, '0061-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176736, 1466, '0061-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176737, 1466, '0061-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176738, 1466, '0061-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176739, 1466, '0061-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176740, 1466, '0061-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176741, 1466, '0062-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176742, 1466, '0062-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176743, 1466, '0062-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176744, 1466, '0062-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176745, 1466, '0062-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176746, 1466, '0062-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176747, 1466, '0062-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176748, 1466, '0062-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176749, 1466, '0062-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176750, 1466, '0062-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176751, 1466, '0062-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176752, 1466, '0062-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176753, 1466, '0063-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176754, 1466, '0063-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176755, 1466, '0063-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176756, 1466, '0063-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176757, 1466, '0063-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176758, 1466, '0063-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176759, 1466, '0063-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176760, 1466, '0063-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176761, 1466, '0063-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176762, 1466, '0063-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176763, 1466, '0063-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176764, 1466, '0063-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176765, 1466, '0064-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176766, 1466, '0064-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176767, 1466, '0064-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176768, 1466, '0064-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176769, 1466, '0064-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176770, 1466, '0064-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176771, 1466, '0064-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176772, 1466, '0064-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176773, 1466, '0064-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176774, 1466, '0064-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176775, 1466, '0064-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176776, 1466, '0064-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176777, 1466, '0065-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176778, 1466, '0065-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176779, 1466, '0065-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176780, 1466, '0065-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176781, 1466, '0065-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176782, 1466, '0065-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176783, 1466, '0065-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176784, 1466, '0065-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176785, 1466, '0065-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176786, 1466, '0065-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176787, 1466, '0065-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176788, 1466, '0065-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176789, 1466, '0066-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176790, 1466, '0066-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176791, 1466, '0066-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176792, 1466, '0066-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176793, 1466, '0066-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176794, 1466, '0066-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176795, 1466, '0066-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176796, 1466, '0066-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176797, 1466, '0066-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176798, 1466, '0066-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176799, 1466, '0066-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176800, 1466, '0066-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176801, 1466, '0067-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176802, 1466, '0067-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176803, 1466, '0067-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176804, 1466, '0067-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176805, 1466, '0067-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176806, 1466, '0067-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176807, 1466, '0067-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176808, 1466, '0067-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176809, 1466, '0067-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176810, 1466, '0067-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176811, 1466, '0067-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176812, 1466, '0067-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176813, 1466, '0068-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176814, 1466, '0068-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176815, 1466, '0068-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176816, 1466, '0068-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176817, 1466, '0068-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176818, 1466, '0068-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176819, 1466, '0068-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176820, 1466, '0068-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176821, 1466, '0068-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176822, 1466, '0068-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176823, 1466, '0068-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176824, 1466, '0068-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176825, 1466, '0069-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176826, 1466, '0069-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176827, 1466, '0069-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176828, 1466, '0069-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176829, 1466, '0069-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176830, 1466, '0069-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176831, 1466, '0069-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176832, 1466, '0069-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176833, 1466, '0069-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176834, 1466, '0069-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176835, 1466, '0069-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176836, 1466, '0069-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176837, 1466, '0070-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176838, 1466, '0070-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176839, 1466, '0070-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176840, 1466, '0070-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176841, 1466, '0070-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176842, 1466, '0070-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176843, 1466, '0070-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176844, 1466, '0070-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176845, 1466, '0070-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176846, 1466, '0070-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176847, 1466, '0070-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176848, 1466, '0070-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176849, 1466, '0071-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176850, 1466, '0071-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176851, 1466, '0071-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176852, 1466, '0071-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176853, 1466, '0071-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176854, 1466, '0071-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176855, 1466, '0071-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176856, 1466, '0071-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176857, 1466, '0071-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176858, 1466, '0071-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176859, 1466, '0071-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176860, 1466, '0071-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176861, 1466, '0072-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176862, 1466, '0072-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176863, 1466, '0072-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176864, 1466, '0072-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176865, 1466, '0072-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176866, 1466, '0072-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176867, 1466, '0072-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176868, 1466, '0072-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176869, 1466, '0072-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176870, 1466, '0072-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176871, 1466, '0072-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176872, 1466, '0072-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176873, 1466, '0073-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176874, 1466, '0073-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176875, 1466, '0073-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176876, 1466, '0073-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176877, 1466, '0073-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176878, 1466, '0073-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176879, 1466, '0073-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176880, 1466, '0073-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176881, 1466, '0073-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176882, 1466, '0073-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176883, 1466, '0073-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176884, 1466, '0073-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176885, 1466, '0074-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176886, 1466, '0074-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176887, 1466, '0074-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176888, 1466, '0074-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176889, 1466, '0074-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176890, 1466, '0074-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176891, 1466, '0074-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176892, 1466, '0074-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176893, 1466, '0074-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176894, 1466, '0074-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176895, 1466, '0074-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176896, 1466, '0074-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176897, 1466, '0075-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176898, 1466, '0075-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176899, 1466, '0075-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176900, 1466, '0075-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176901, 1466, '0075-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176902, 1466, '0075-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176903, 1466, '0075-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176904, 1466, '0075-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176905, 1466, '0075-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176906, 1466, '0075-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176907, 1466, '0075-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176908, 1466, '0075-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176909, 1466, '0076-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176910, 1466, '0076-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176911, 1466, '0076-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176912, 1466, '0076-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176913, 1466, '0076-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176914, 1466, '0076-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176915, 1466, '0076-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176916, 1466, '0076-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176917, 1466, '0076-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176918, 1466, '0076-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176919, 1466, '0076-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176920, 1466, '0076-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176921, 1466, '0077-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176922, 1466, '0077-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176923, 1466, '0077-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176924, 1466, '0077-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176925, 1466, '0077-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176926, 1466, '0077-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176927, 1466, '0077-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176928, 1466, '0077-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176929, 1466, '0077-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176930, 1466, '0077-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176931, 1466, '0077-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176932, 1466, '0077-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176933, 1466, '0078-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176934, 1466, '0078-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176935, 1466, '0078-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176936, 1466, '0078-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176937, 1466, '0078-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176938, 1466, '0078-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176939, 1466, '0078-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176940, 1466, '0078-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176941, 1466, '0078-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176942, 1466, '0078-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176943, 1466, '0078-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176944, 1466, '0078-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176945, 1466, '0079-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176946, 1466, '0079-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(176947, 1466, '0079-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176948, 1466, '0079-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176949, 1466, '0079-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176950, 1466, '0079-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176951, 1466, '0079-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176952, 1466, '0079-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176953, 1466, '0079-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176954, 1466, '0079-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176955, 1466, '0079-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176956, 1466, '0079-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176957, 1466, '0080-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176958, 1466, '0080-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176959, 1466, '0080-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176960, 1466, '0080-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176961, 1466, '0080-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176962, 1466, '0080-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176963, 1466, '0080-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176964, 1466, '0080-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176965, 1466, '0080-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176966, 1466, '0080-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176967, 1466, '0080-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176968, 1466, '0080-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176969, 1466, '0081-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176970, 1466, '0081-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176971, 1466, '0081-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176972, 1466, '0081-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176973, 1466, '0081-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176974, 1466, '0081-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176975, 1466, '0081-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176976, 1466, '0081-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176977, 1466, '0081-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176978, 1466, '0081-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176979, 1466, '0081-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176980, 1466, '0081-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176981, 1466, '0082-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176982, 1466, '0082-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176983, 1466, '0082-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176984, 1466, '0082-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176985, 1466, '0082-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176986, 1466, '0082-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176987, 1466, '0082-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176988, 1466, '0082-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176989, 1466, '0082-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176990, 1466, '0082-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176991, 1466, '0082-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176992, 1466, '0082-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176993, 1466, '0083-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176994, 1466, '0083-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176995, 1466, '0083-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176996, 1466, '0083-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176997, 1466, '0083-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176998, 1466, '0083-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(176999, 1466, '0083-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(177000, 1466, '0083-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(177001, 1466, '0083-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(177002, 1466, '0083-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(177003, 1466, '0083-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(177004, 1466, '0083-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(177005, 1466, '0084-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(177006, 1466, '0084-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(177007, 1466, '0084-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(177008, 1466, '0084-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(177009, 1466, '0084-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(177010, 1466, '0084-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(177011, 1466, '0084-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(177012, 1466, '0084-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(177013, 1466, '0084-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(177014, 1466, '0084-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(177015, 1466, '0084-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(177016, 1466, '0084-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(177017, 1466, '0085-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(177018, 1466, '0085-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(177019, 1466, '0085-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(177020, 1466, '0085-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(177021, 1466, '0085-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(177022, 1466, '0085-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(177023, 1466, '0085-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(177024, 1466, '0085-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(177025, 1466, '0085-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(177026, 1466, '0085-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(177027, 1466, '0085-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(177028, 1466, '0085-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(177029, 1466, '0086-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(177030, 1466, '0086-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(177031, 1466, '0086-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(177032, 1466, '0086-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(177033, 1466, '0086-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(177034, 1466, '0086-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(177035, 1466, '0086-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:27', '2023-09-17 17:52:27'),
(177036, 1466, '0086-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177037, 1466, '0086-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177038, 1466, '0086-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177039, 1466, '0086-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177040, 1466, '0086-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177041, 1466, '0087-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177042, 1466, '0087-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177043, 1466, '0087-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177044, 1466, '0087-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177045, 1466, '0087-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177046, 1466, '0087-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177047, 1466, '0087-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177048, 1466, '0087-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177049, 1466, '0087-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177050, 1466, '0087-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177051, 1466, '0087-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177052, 1466, '0087-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177053, 1466, '0088-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177054, 1466, '0088-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177055, 1466, '0088-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177056, 1466, '0088-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177057, 1466, '0088-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177058, 1466, '0088-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177059, 1466, '0088-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177060, 1466, '0088-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177061, 1466, '0088-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177062, 1466, '0088-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177063, 1466, '0088-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177064, 1466, '0088-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177065, 1466, '0089-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177066, 1466, '0089-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177067, 1466, '0089-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177068, 1466, '0089-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177069, 1466, '0089-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177070, 1466, '0089-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177071, 1466, '0089-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177072, 1466, '0089-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177073, 1466, '0089-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177074, 1466, '0089-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177075, 1466, '0089-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177076, 1466, '0089-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177077, 1466, '0090-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177078, 1466, '0090-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177079, 1466, '0090-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177080, 1466, '0090-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177081, 1466, '0090-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177082, 1466, '0090-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177083, 1466, '0090-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177084, 1466, '0090-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177085, 1466, '0090-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177086, 1466, '0090-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177087, 1466, '0090-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177088, 1466, '0090-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177089, 1466, '0091-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177090, 1466, '0091-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177091, 1466, '0091-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177092, 1466, '0091-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177093, 1466, '0091-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177094, 1466, '0091-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177095, 1466, '0091-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177096, 1466, '0091-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177097, 1466, '0091-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177098, 1466, '0091-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177099, 1466, '0091-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177100, 1466, '0091-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177101, 1466, '0092-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177102, 1466, '0092-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177103, 1466, '0092-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177104, 1466, '0092-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177105, 1466, '0092-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177106, 1466, '0092-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177107, 1466, '0092-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177108, 1466, '0092-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177109, 1466, '0092-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177110, 1466, '0092-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177111, 1466, '0092-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177112, 1466, '0092-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177113, 1466, '0093-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177114, 1466, '0093-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177115, 1466, '0093-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177116, 1466, '0093-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177117, 1466, '0093-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177118, 1466, '0093-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177119, 1466, '0093-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177120, 1466, '0093-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177121, 1466, '0093-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177122, 1466, '0093-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177123, 1466, '0093-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177124, 1466, '0093-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177125, 1466, '0094-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177126, 1466, '0094-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177127, 1466, '0094-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177128, 1466, '0094-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177129, 1466, '0094-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177130, 1466, '0094-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177131, 1466, '0094-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177132, 1466, '0094-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177133, 1466, '0094-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177134, 1466, '0094-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177135, 1466, '0094-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177136, 1466, '0094-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177137, 1466, '0095-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177138, 1466, '0095-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177139, 1466, '0095-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177140, 1466, '0095-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177141, 1466, '0095-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177142, 1466, '0095-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177143, 1466, '0095-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177144, 1466, '0095-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177145, 1466, '0095-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177146, 1466, '0095-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177147, 1466, '0095-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177148, 1466, '0095-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177149, 1466, '0096-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177150, 1466, '0096-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177151, 1466, '0096-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177152, 1466, '0096-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177153, 1466, '0096-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177154, 1466, '0096-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177155, 1466, '0096-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177156, 1466, '0096-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177157, 1466, '0096-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177158, 1466, '0096-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177159, 1466, '0096-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177160, 1466, '0096-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177161, 1466, '0097-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177162, 1466, '0097-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177163, 1466, '0097-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177164, 1466, '0097-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177165, 1466, '0097-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177166, 1466, '0097-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177167, 1466, '0097-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177168, 1466, '0097-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177169, 1466, '0097-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177170, 1466, '0097-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177171, 1466, '0097-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177172, 1466, '0097-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177173, 1466, '0098-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177174, 1466, '0098-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177175, 1466, '0098-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177176, 1466, '0098-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177177, 1466, '0098-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177178, 1466, '0098-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177179, 1466, '0098-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177180, 1466, '0098-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177181, 1466, '0098-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177182, 1466, '0098-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177183, 1466, '0098-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177184, 1466, '0098-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177185, 1466, '0099-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177186, 1466, '0099-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177187, 1466, '0099-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177188, 1466, '0099-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177189, 1466, '0099-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177190, 1466, '0099-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177191, 1466, '0099-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177192, 1466, '0099-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177193, 1466, '0099-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177194, 1466, '0099-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177195, 1466, '0099-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177196, 1466, '0099-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177197, 1466, '0100-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177198, 1466, '0100-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177199, 1466, '0100-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177200, 1466, '0100-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177201, 1466, '0100-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177202, 1466, '0100-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177203, 1466, '0100-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177204, 1466, '0100-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177205, 1466, '0100-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177206, 1466, '0100-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177207, 1466, '0100-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177208, 1466, '0100-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177209, 1466, '0101-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177210, 1466, '0101-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177211, 1466, '0101-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177212, 1466, '0101-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177213, 1466, '0101-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177214, 1466, '0101-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177215, 1466, '0101-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177216, 1466, '0101-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177217, 1466, '0101-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177218, 1466, '0101-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177219, 1466, '0101-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177220, 1466, '0101-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177221, 1466, '0102-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177222, 1466, '0102-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177223, 1466, '0102-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177224, 1466, '0102-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177225, 1466, '0102-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177226, 1466, '0102-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177227, 1466, '0102-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177228, 1466, '0102-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177229, 1466, '0102-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177230, 1466, '0102-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177231, 1466, '0102-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177232, 1466, '0102-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177233, 1466, '0103-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177234, 1466, '0103-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177235, 1466, '0103-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177236, 1466, '0103-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177237, 1466, '0103-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177238, 1466, '0103-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177239, 1466, '0103-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177240, 1466, '0103-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177241, 1466, '0103-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177242, 1466, '0103-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177243, 1466, '0103-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177244, 1466, '0103-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177245, 1466, '0104-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177246, 1466, '0104-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177247, 1466, '0104-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177248, 1466, '0104-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177249, 1466, '0104-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177250, 1466, '0104-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177251, 1466, '0104-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177252, 1466, '0104-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177253, 1466, '0104-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177254, 1466, '0104-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177255, 1466, '0104-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177256, 1466, '0104-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177257, 1466, '0105-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177258, 1466, '0105-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177259, 1466, '0105-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177260, 1466, '0105-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177261, 1466, '0105-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177262, 1466, '0105-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177263, 1466, '0105-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177264, 1466, '0105-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177265, 1466, '0105-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177266, 1466, '0105-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177267, 1466, '0105-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177268, 1466, '0105-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177269, 1466, '0106-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177270, 1466, '0106-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177271, 1466, '0106-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177272, 1466, '0106-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177273, 1466, '0106-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177274, 1466, '0106-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177275, 1466, '0106-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177276, 1466, '0106-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177277, 1466, '0106-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177278, 1466, '0106-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177279, 1466, '0106-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177280, 1466, '0106-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177281, 1466, '0107-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177282, 1466, '0107-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177283, 1466, '0107-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177284, 1466, '0107-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177285, 1466, '0107-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177286, 1466, '0107-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177287, 1466, '0107-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177288, 1466, '0107-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177289, 1466, '0107-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177290, 1466, '0107-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177291, 1466, '0107-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177292, 1466, '0107-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177293, 1466, '0108-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177294, 1466, '0108-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177295, 1466, '0108-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177296, 1466, '0108-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177297, 1466, '0108-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177298, 1466, '0108-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177299, 1466, '0108-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177300, 1466, '0108-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177301, 1466, '0108-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177302, 1466, '0108-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177303, 1466, '0108-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177304, 1466, '0108-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177305, 1466, '0109-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177306, 1466, '0109-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177307, 1466, '0109-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177308, 1466, '0109-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177309, 1466, '0109-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177310, 1466, '0109-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177311, 1466, '0109-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177312, 1466, '0109-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177313, 1466, '0109-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177314, 1466, '0109-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177315, 1466, '0109-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177316, 1466, '0109-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177317, 1466, '0110-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177318, 1466, '0110-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177319, 1466, '0110-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177320, 1466, '0110-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177321, 1466, '0110-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177322, 1466, '0110-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177323, 1466, '0110-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177324, 1466, '0110-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177325, 1466, '0110-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177326, 1466, '0110-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177327, 1466, '0110-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177328, 1466, '0110-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177329, 1466, '0111-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177330, 1466, '0111-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177331, 1466, '0111-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177332, 1466, '0111-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177333, 1466, '0111-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177334, 1466, '0111-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177335, 1466, '0111-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177336, 1466, '0111-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177337, 1466, '0111-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177338, 1466, '0111-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177339, 1466, '0111-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177340, 1466, '0111-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177341, 1466, '0112-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177342, 1466, '0112-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177343, 1466, '0112-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177344, 1466, '0112-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177345, 1466, '0112-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177346, 1466, '0112-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177347, 1466, '0112-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177348, 1466, '0112-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177349, 1466, '0112-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177350, 1466, '0112-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177351, 1466, '0112-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177352, 1466, '0112-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177353, 1466, '0113-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177354, 1466, '0113-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177355, 1466, '0113-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177356, 1466, '0113-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177357, 1466, '0113-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177358, 1466, '0113-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177359, 1466, '0113-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177360, 1466, '0113-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177361, 1466, '0113-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177362, 1466, '0113-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177363, 1466, '0113-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177364, 1466, '0113-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177365, 1466, '0114-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177366, 1466, '0114-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177367, 1466, '0114-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177368, 1466, '0114-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177369, 1466, '0114-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177370, 1466, '0114-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177371, 1466, '0114-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177372, 1466, '0114-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177373, 1466, '0114-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177374, 1466, '0114-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177375, 1466, '0114-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177376, 1466, '0114-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177377, 1466, '0115-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177378, 1466, '0115-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177379, 1466, '0115-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177380, 1466, '0115-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177381, 1466, '0115-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177382, 1466, '0115-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:28', '2023-09-17 17:52:28'),
(177383, 1466, '0115-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177384, 1466, '0115-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177385, 1466, '0115-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177386, 1466, '0115-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177387, 1466, '0115-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177388, 1466, '0115-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177389, 1466, '0116-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177390, 1466, '0116-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177391, 1466, '0116-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177392, 1466, '0116-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177393, 1466, '0116-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177394, 1466, '0116-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177395, 1466, '0116-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177396, 1466, '0116-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177397, 1466, '0116-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177398, 1466, '0116-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177399, 1466, '0116-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177400, 1466, '0116-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177401, 1466, '0117-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177402, 1466, '0117-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177403, 1466, '0117-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177404, 1466, '0117-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177405, 1466, '0117-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177406, 1466, '0117-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177407, 1466, '0117-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177408, 1466, '0117-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177409, 1466, '0117-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177410, 1466, '0117-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177411, 1466, '0117-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(177412, 1466, '0117-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177413, 1466, '0118-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177414, 1466, '0118-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177415, 1466, '0118-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177416, 1466, '0118-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177417, 1466, '0118-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177418, 1466, '0118-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177419, 1466, '0118-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177420, 1466, '0118-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177421, 1466, '0118-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177422, 1466, '0118-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177423, 1466, '0118-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177424, 1466, '0118-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177425, 1466, '0119-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177426, 1466, '0119-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177427, 1466, '0119-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177428, 1466, '0119-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177429, 1466, '0119-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177430, 1466, '0119-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177431, 1466, '0119-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177432, 1466, '0119-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177433, 1466, '0119-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177434, 1466, '0119-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177435, 1466, '0119-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177436, 1466, '0119-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177437, 1466, '0120-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177438, 1466, '0120-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177439, 1466, '0120-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177440, 1466, '0120-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177441, 1466, '0120-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177442, 1466, '0120-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177443, 1466, '0120-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177444, 1466, '0120-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177445, 1466, '0120-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177446, 1466, '0120-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177447, 1466, '0120-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177448, 1466, '0120-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177449, 1466, '0121-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177450, 1466, '0121-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177451, 1466, '0121-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177452, 1466, '0121-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177453, 1466, '0121-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177454, 1466, '0121-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177455, 1466, '0121-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177456, 1466, '0121-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177457, 1466, '0121-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177458, 1466, '0121-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177459, 1466, '0121-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177460, 1466, '0121-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177461, 1466, '0122-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177462, 1466, '0122-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177463, 1466, '0122-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177464, 1466, '0122-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177465, 1466, '0122-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177466, 1466, '0122-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177467, 1466, '0122-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177468, 1466, '0122-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177469, 1466, '0122-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177470, 1466, '0122-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177471, 1466, '0122-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177472, 1466, '0122-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177473, 1466, '0123-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177474, 1466, '0123-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177475, 1466, '0123-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177476, 1466, '0123-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177477, 1466, '0123-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177478, 1466, '0123-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177479, 1466, '0123-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177480, 1466, '0123-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177481, 1466, '0123-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177482, 1466, '0123-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177483, 1466, '0123-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177484, 1466, '0123-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177485, 1466, '0124-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177486, 1466, '0124-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177487, 1466, '0124-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177488, 1466, '0124-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177489, 1466, '0124-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177490, 1466, '0124-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177491, 1466, '0124-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177492, 1466, '0124-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177493, 1466, '0124-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177494, 1466, '0124-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177495, 1466, '0124-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177496, 1466, '0124-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177497, 1466, '0125-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177498, 1466, '0125-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177499, 1466, '0125-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177500, 1466, '0125-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177501, 1466, '0125-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177502, 1466, '0125-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177503, 1466, '0125-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177504, 1466, '0125-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177505, 1466, '0125-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177506, 1466, '0125-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177507, 1466, '0125-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177508, 1466, '0125-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177509, 1466, '0126-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177510, 1466, '0126-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177511, 1466, '0126-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177512, 1466, '0126-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177513, 1466, '0126-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177514, 1466, '0126-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177515, 1466, '0126-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177516, 1466, '0126-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177517, 1466, '0126-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177518, 1466, '0126-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177519, 1466, '0126-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177520, 1466, '0126-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177521, 1466, '0127-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177522, 1466, '0127-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177523, 1466, '0127-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177524, 1466, '0127-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177525, 1466, '0127-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177526, 1466, '0127-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177527, 1466, '0127-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177528, 1466, '0127-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177529, 1466, '0127-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177530, 1466, '0127-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177531, 1466, '0127-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177532, 1466, '0127-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177533, 1466, '0128-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177534, 1466, '0128-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177535, 1466, '0128-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177536, 1466, '0128-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177537, 1466, '0128-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177538, 1466, '0128-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177539, 1466, '0128-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177540, 1466, '0128-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177541, 1466, '0128-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177542, 1466, '0128-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177543, 1466, '0128-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177544, 1466, '0128-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177545, 1466, '0129-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177546, 1466, '0129-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177547, 1466, '0129-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177548, 1466, '0129-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177549, 1466, '0129-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177550, 1466, '0129-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177551, 1466, '0129-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177552, 1466, '0129-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177553, 1466, '0129-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177554, 1466, '0129-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177555, 1466, '0129-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177556, 1466, '0129-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177557, 1466, '0130-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177558, 1466, '0130-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177559, 1466, '0130-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177560, 1466, '0130-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177561, 1466, '0130-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177562, 1466, '0130-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177563, 1466, '0130-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177564, 1466, '0130-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177565, 1466, '0130-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177566, 1466, '0130-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177567, 1466, '0130-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177568, 1466, '0130-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177569, 1466, '0131-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177570, 1466, '0131-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177571, 1466, '0131-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177572, 1466, '0131-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177573, 1466, '0131-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177574, 1466, '0131-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177575, 1466, '0131-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177576, 1466, '0131-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177577, 1466, '0131-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177578, 1466, '0131-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177579, 1466, '0131-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177580, 1466, '0131-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177581, 1466, '0132-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177582, 1466, '0132-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177583, 1466, '0132-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177584, 1466, '0132-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177585, 1466, '0132-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177586, 1466, '0132-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177587, 1466, '0132-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177588, 1466, '0132-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177589, 1466, '0132-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177590, 1466, '0132-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177591, 1466, '0132-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177592, 1466, '0132-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177593, 1466, '0133-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177594, 1466, '0133-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177595, 1466, '0133-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177596, 1466, '0133-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177597, 1466, '0133-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177598, 1466, '0133-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177599, 1466, '0133-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177600, 1466, '0133-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177601, 1466, '0133-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177602, 1466, '0133-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177603, 1466, '0133-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177604, 1466, '0133-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177605, 1466, '0134-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177606, 1466, '0134-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177607, 1466, '0134-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177608, 1466, '0134-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177609, 1466, '0134-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177610, 1466, '0134-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177611, 1466, '0134-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177612, 1466, '0134-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177613, 1466, '0134-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177614, 1466, '0134-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177615, 1466, '0134-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177616, 1466, '0134-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177617, 1466, '0135-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177618, 1466, '0135-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177619, 1466, '0135-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177620, 1466, '0135-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177621, 1466, '0135-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177622, 1466, '0135-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177623, 1466, '0135-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177624, 1466, '0135-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177625, 1466, '0135-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177626, 1466, '0135-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177627, 1466, '0135-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177628, 1466, '0135-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177629, 1466, '0136-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177630, 1466, '0136-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177631, 1466, '0136-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177632, 1466, '0136-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177633, 1466, '0136-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177634, 1466, '0136-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177635, 1466, '0136-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177636, 1466, '0136-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177637, 1466, '0136-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177638, 1466, '0136-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177639, 1466, '0136-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177640, 1466, '0136-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177641, 1466, '0137-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177642, 1466, '0137-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177643, 1466, '0137-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177644, 1466, '0137-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177645, 1466, '0137-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177646, 1466, '0137-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177647, 1466, '0137-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177648, 1466, '0137-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177649, 1466, '0137-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177650, 1466, '0137-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177651, 1466, '0137-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177652, 1466, '0137-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177653, 1466, '0138-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177654, 1466, '0138-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177655, 1466, '0138-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177656, 1466, '0138-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177657, 1466, '0138-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177658, 1466, '0138-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177659, 1466, '0138-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177660, 1466, '0138-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177661, 1466, '0138-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177662, 1466, '0138-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177663, 1466, '0138-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177664, 1466, '0138-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177665, 1466, '0139-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177666, 1466, '0139-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177667, 1466, '0139-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177668, 1466, '0139-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177669, 1466, '0139-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177670, 1466, '0139-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177671, 1466, '0139-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177672, 1466, '0139-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177673, 1466, '0139-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177674, 1466, '0139-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177675, 1466, '0139-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177676, 1466, '0139-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177677, 1466, '0140-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177678, 1466, '0140-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177679, 1466, '0140-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177680, 1466, '0140-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177681, 1466, '0140-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177682, 1466, '0140-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177683, 1466, '0140-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177684, 1466, '0140-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177685, 1466, '0140-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177686, 1466, '0140-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177687, 1466, '0140-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177688, 1466, '0140-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177689, 1466, '0141-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177690, 1466, '0141-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177691, 1466, '0141-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177692, 1466, '0141-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177693, 1466, '0141-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177694, 1466, '0141-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177695, 1466, '0141-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177696, 1466, '0141-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177697, 1466, '0141-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177698, 1466, '0141-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177699, 1466, '0141-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177700, 1466, '0141-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177701, 1466, '0142-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177702, 1466, '0142-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177703, 1466, '0142-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177704, 1466, '0142-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177705, 1466, '0142-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177706, 1466, '0142-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177707, 1466, '0142-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177708, 1466, '0142-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177709, 1466, '0142-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177710, 1466, '0142-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177711, 1466, '0142-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177712, 1466, '0142-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177713, 1466, '0143-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177714, 1466, '0143-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177715, 1466, '0143-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177716, 1466, '0143-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177717, 1466, '0143-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177718, 1466, '0143-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177719, 1466, '0143-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177720, 1466, '0143-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177721, 1466, '0143-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177722, 1466, '0143-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177723, 1466, '0143-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177724, 1466, '0143-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177725, 1466, '0144-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177726, 1466, '0144-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177727, 1466, '0144-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177728, 1466, '0144-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177729, 1466, '0144-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177730, 1466, '0144-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177731, 1466, '0144-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177732, 1466, '0144-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177733, 1466, '0144-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177734, 1466, '0144-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177735, 1466, '0144-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177736, 1466, '0144-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177737, 1466, '0145-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177738, 1466, '0145-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177739, 1466, '0145-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177740, 1466, '0145-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177741, 1466, '0145-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177742, 1466, '0145-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177743, 1466, '0145-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:29', '2023-09-17 17:52:29'),
(177744, 1466, '0145-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177745, 1466, '0145-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177746, 1466, '0145-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177747, 1466, '0145-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177748, 1466, '0145-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177749, 1466, '0146-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177750, 1466, '0146-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177751, 1466, '0146-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177752, 1466, '0146-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177753, 1466, '0146-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177754, 1466, '0146-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177755, 1466, '0146-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177756, 1466, '0146-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177757, 1466, '0146-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177758, 1466, '0146-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177759, 1466, '0146-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177760, 1466, '0146-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177761, 1466, '0147-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177762, 1466, '0147-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177763, 1466, '0147-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177764, 1466, '0147-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177765, 1466, '0147-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177766, 1466, '0147-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177767, 1466, '0147-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177768, 1466, '0147-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177769, 1466, '0147-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177770, 1466, '0147-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177771, 1466, '0147-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177772, 1466, '0147-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177773, 1466, '0148-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177774, 1466, '0148-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177775, 1466, '0148-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177776, 1466, '0148-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177777, 1466, '0148-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177778, 1466, '0148-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177779, 1466, '0148-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177780, 1466, '0148-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177781, 1466, '0148-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177782, 1466, '0148-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177783, 1466, '0148-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177784, 1466, '0148-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177785, 1466, '0149-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177786, 1466, '0149-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177787, 1466, '0149-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177788, 1466, '0149-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177789, 1466, '0149-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177790, 1466, '0149-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177791, 1466, '0149-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177792, 1466, '0149-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177793, 1466, '0149-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177794, 1466, '0149-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177795, 1466, '0149-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177796, 1466, '0149-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177797, 1466, '0150-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177798, 1466, '0150-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177799, 1466, '0150-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177800, 1466, '0150-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177801, 1466, '0150-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177802, 1466, '0150-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177803, 1466, '0150-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177804, 1466, '0150-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177805, 1466, '0150-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177806, 1466, '0150-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177807, 1466, '0150-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177808, 1466, '0150-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177809, 1466, '0151-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177810, 1466, '0151-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177811, 1466, '0151-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177812, 1466, '0151-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177813, 1466, '0151-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177814, 1466, '0151-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177815, 1466, '0151-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177816, 1466, '0151-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177817, 1466, '0151-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177818, 1466, '0151-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177819, 1466, '0151-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177820, 1466, '0151-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177821, 1466, '0152-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177822, 1466, '0152-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177823, 1466, '0152-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177824, 1466, '0152-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177825, 1466, '0152-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177826, 1466, '0152-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177827, 1466, '0152-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177828, 1466, '0152-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177829, 1466, '0152-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177830, 1466, '0152-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177831, 1466, '0152-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177832, 1466, '0152-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177833, 1466, '0153-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177834, 1466, '0153-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177835, 1466, '0153-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177836, 1466, '0153-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177837, 1466, '0153-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177838, 1466, '0153-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177839, 1466, '0153-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177840, 1466, '0153-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177841, 1466, '0153-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177842, 1466, '0153-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177843, 1466, '0153-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177844, 1466, '0153-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177845, 1466, '0154-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177846, 1466, '0154-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177847, 1466, '0154-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177848, 1466, '0154-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177849, 1466, '0154-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177850, 1466, '0154-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177851, 1466, '0154-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177852, 1466, '0154-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177853, 1466, '0154-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177854, 1466, '0154-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177855, 1466, '0154-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177856, 1466, '0154-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177857, 1466, '0155-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177858, 1466, '0155-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177859, 1466, '0155-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177860, 1466, '0155-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177861, 1466, '0155-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177862, 1466, '0155-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177863, 1466, '0155-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177864, 1466, '0155-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177865, 1466, '0155-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177866, 1466, '0155-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177867, 1466, '0155-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177868, 1466, '0155-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177869, 1466, '0156-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177870, 1466, '0156-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177871, 1466, '0156-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177872, 1466, '0156-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177873, 1466, '0156-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177874, 1466, '0156-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177875, 1466, '0156-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177876, 1466, '0156-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(177877, 1466, '0156-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177878, 1466, '0156-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177879, 1466, '0156-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177880, 1466, '0156-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177881, 1466, '0157-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177882, 1466, '0157-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177883, 1466, '0157-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177884, 1466, '0157-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177885, 1466, '0157-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177886, 1466, '0157-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177887, 1466, '0157-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177888, 1466, '0157-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177889, 1466, '0157-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177890, 1466, '0157-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177891, 1466, '0157-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177892, 1466, '0157-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177893, 1466, '0158-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177894, 1466, '0158-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177895, 1466, '0158-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177896, 1466, '0158-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177897, 1466, '0158-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177898, 1466, '0158-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177899, 1466, '0158-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177900, 1466, '0158-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177901, 1466, '0158-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177902, 1466, '0158-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177903, 1466, '0158-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177904, 1466, '0158-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177905, 1466, '0159-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177906, 1466, '0159-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177907, 1466, '0159-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177908, 1466, '0159-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177909, 1466, '0159-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177910, 1466, '0159-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177911, 1466, '0159-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177912, 1466, '0159-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177913, 1466, '0159-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177914, 1466, '0159-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177915, 1466, '0159-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177916, 1466, '0159-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177917, 1466, '0160-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177918, 1466, '0160-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177919, 1466, '0160-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177920, 1466, '0160-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177921, 1466, '0160-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177922, 1466, '0160-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177923, 1466, '0160-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177924, 1466, '0160-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177925, 1466, '0160-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177926, 1466, '0160-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177927, 1466, '0160-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177928, 1466, '0160-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177929, 1466, '0161-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177930, 1466, '0161-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177931, 1466, '0161-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177932, 1466, '0161-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177933, 1466, '0161-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177934, 1466, '0161-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177935, 1466, '0161-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177936, 1466, '0161-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177937, 1466, '0161-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177938, 1466, '0161-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177939, 1466, '0161-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177940, 1466, '0161-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177941, 1466, '0162-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177942, 1466, '0162-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177943, 1466, '0162-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177944, 1466, '0162-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177945, 1466, '0162-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177946, 1466, '0162-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177947, 1466, '0162-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177948, 1466, '0162-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177949, 1466, '0162-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177950, 1466, '0162-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177951, 1466, '0162-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177952, 1466, '0162-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177953, 1466, '0163-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177954, 1466, '0163-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177955, 1466, '0163-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177956, 1466, '0163-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177957, 1466, '0163-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177958, 1466, '0163-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177959, 1466, '0163-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177960, 1466, '0163-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177961, 1466, '0163-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177962, 1466, '0163-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177963, 1466, '0163-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177964, 1466, '0163-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177965, 1466, '0164-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177966, 1466, '0164-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177967, 1466, '0164-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177968, 1466, '0164-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177969, 1466, '0164-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177970, 1466, '0164-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177971, 1466, '0164-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177972, 1466, '0164-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177973, 1466, '0164-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177974, 1466, '0164-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177975, 1466, '0164-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177976, 1466, '0164-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177977, 1466, '0165-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177978, 1466, '0165-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177979, 1466, '0165-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177980, 1466, '0165-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177981, 1466, '0165-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177982, 1466, '0165-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177983, 1466, '0165-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177984, 1466, '0165-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177985, 1466, '0165-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177986, 1466, '0165-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177987, 1466, '0165-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177988, 1466, '0165-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177989, 1466, '0166-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177990, 1466, '0166-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177991, 1466, '0166-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177992, 1466, '0166-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177993, 1466, '0166-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177994, 1466, '0166-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177995, 1466, '0166-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177996, 1466, '0166-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177997, 1466, '0166-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177998, 1466, '0166-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(177999, 1466, '0166-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(178000, 1466, '0166-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(178001, 1466, '0167-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(178002, 1466, '0167-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(178003, 1466, '0167-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(178004, 1466, '0167-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(178005, 1466, '0167-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(178006, 1466, '0167-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(178007, 1466, '0167-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(178008, 1466, '0167-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(178009, 1466, '0167-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(178010, 1466, '0167-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(178011, 1466, '0167-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(178012, 1466, '0167-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(178013, 1466, '0168-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(178014, 1466, '0168-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(178015, 1466, '0168-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(178016, 1466, '0168-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(178017, 1466, '0168-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(178018, 1466, '0168-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(178019, 1466, '0168-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(178020, 1466, '0168-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(178021, 1466, '0168-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(178022, 1466, '0168-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(178023, 1466, '0168-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(178024, 1466, '0168-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(178025, 1466, '0169-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(178026, 1466, '0169-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(178027, 1466, '0169-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(178028, 1466, '0169-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(178029, 1466, '0169-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(178030, 1466, '0169-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(178031, 1466, '0169-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(178032, 1466, '0169-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(178033, 1466, '0169-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(178034, 1466, '0169-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(178035, 1466, '0169-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(178036, 1466, '0169-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(178037, 1466, '0170-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(178038, 1466, '0170-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(178039, 1466, '0170-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(178040, 1466, '0170-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(178041, 1466, '0170-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(178042, 1466, '0170-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(178043, 1466, '0170-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(178044, 1466, '0170-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(178045, 1466, '0170-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(178046, 1466, '0170-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(178047, 1466, '0170-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(178048, 1466, '0170-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(178049, 1466, '0171-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(178050, 1466, '0171-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(178051, 1466, '0171-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(178052, 1466, '0171-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(178053, 1466, '0171-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(178054, 1466, '0171-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(178055, 1466, '0171-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(178056, 1466, '0171-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(178057, 1466, '0171-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(178058, 1466, '0171-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(178059, 1466, '0171-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(178060, 1466, '0171-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(178061, 1466, '0172-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(178062, 1466, '0172-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(178063, 1466, '0172-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(178064, 1466, '0172-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(178065, 1466, '0172-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(178066, 1466, '0172-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(178067, 1466, '0172-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(178068, 1466, '0172-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(178069, 1466, '0172-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(178070, 1466, '0172-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(178071, 1466, '0172-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(178072, 1466, '0172-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(178073, 1466, '0173-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(178074, 1466, '0173-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(178075, 1466, '0173-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(178076, 1466, '0173-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(178077, 1466, '0173-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(178078, 1466, '0173-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(178079, 1466, '0173-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(178080, 1466, '0173-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(178081, 1466, '0173-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(178082, 1466, '0173-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(178083, 1466, '0173-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(178084, 1466, '0173-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(178085, 1466, '0174-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(178086, 1466, '0174-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(178087, 1466, '0174-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(178088, 1466, '0174-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(178089, 1466, '0174-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(178090, 1466, '0174-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(178091, 1466, '0174-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(178092, 1466, '0174-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(178093, 1466, '0174-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(178094, 1466, '0174-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(178095, 1466, '0174-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(178096, 1466, '0174-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(178097, 1466, '0175-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(178098, 1466, '0175-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(178099, 1466, '0175-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(178100, 1466, '0175-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(178101, 1466, '0175-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(178102, 1466, '0175-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(178103, 1466, '0175-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(178104, 1466, '0175-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(178105, 1466, '0175-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(178106, 1466, '0175-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(178107, 1466, '0175-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(178108, 1466, '0175-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(178109, 1466, '0176-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(178110, 1466, '0176-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(178111, 1466, '0176-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(178112, 1466, '0176-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(178113, 1466, '0176-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(178114, 1466, '0176-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(178115, 1466, '0176-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(178116, 1466, '0176-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(178117, 1466, '0176-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(178118, 1466, '0176-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(178119, 1466, '0176-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(178120, 1466, '0176-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(178121, 1466, '0177-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(178122, 1466, '0177-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(178123, 1466, '0177-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(178124, 1466, '0177-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(178125, 1466, '0177-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(178126, 1466, '0177-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(178127, 1466, '0177-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(178128, 1466, '0177-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(178129, 1466, '0177-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(178130, 1466, '0177-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(178131, 1466, '0177-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(178132, 1466, '0177-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(178133, 1466, '0178-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(178134, 1466, '0178-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(178135, 1466, '0178-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(178136, 1466, '0178-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(178137, 1466, '0178-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:30', '2023-09-17 17:52:30'),
(178138, 1466, '0178-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:31', '2023-09-17 17:52:31'),
(178139, 1466, '0178-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:31', '2023-09-17 17:52:31'),
(178140, 1466, '0178-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:31', '2023-09-17 17:52:31'),
(178141, 1466, '0178-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:31', '2023-09-17 17:52:31'),
(178142, 1466, '0178-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:31', '2023-09-17 17:52:31'),
(178143, 1466, '0178-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:31', '2023-09-17 17:52:31'),
(178144, 1466, '0178-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:31', '2023-09-17 17:52:31'),
(178145, 1466, '0179-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:31', '2023-09-17 17:52:31'),
(178146, 1466, '0179-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:31', '2023-09-17 17:52:31'),
(178147, 1466, '0179-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:31', '2023-09-17 17:52:31'),
(178148, 1466, '0179-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:31', '2023-09-17 17:52:31'),
(178149, 1466, '0179-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:31', '2023-09-17 17:52:31'),
(178150, 1466, '0179-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:32', '2023-09-17 17:52:32'),
(178151, 1466, '0179-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:33', '2023-09-17 17:52:33'),
(178152, 1466, '0179-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:33', '2023-09-17 17:52:33'),
(178153, 1466, '0179-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:34', '2023-09-17 17:52:34'),
(178154, 1466, '0179-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:34', '2023-09-17 17:52:34'),
(178155, 1466, '0179-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:34', '2023-09-17 17:52:34'),
(178156, 1466, '0179-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:34', '2023-09-17 17:52:34'),
(178157, 1466, '0180-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:34', '2023-09-17 17:52:34'),
(178158, 1466, '0180-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:34', '2023-09-17 17:52:34'),
(178159, 1466, '0180-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:34', '2023-09-17 17:52:34'),
(178160, 1466, '0180-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:34', '2023-09-17 17:52:34'),
(178161, 1466, '0180-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:34', '2023-09-17 17:52:34'),
(178162, 1466, '0180-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:34', '2023-09-17 17:52:34'),
(178163, 1466, '0180-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:34', '2023-09-17 17:52:34'),
(178164, 1466, '0180-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:34', '2023-09-17 17:52:34'),
(178165, 1466, '0180-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:34', '2023-09-17 17:52:34'),
(178166, 1466, '0180-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:34', '2023-09-17 17:52:34'),
(178167, 1466, '0180-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178168, 1466, '0180-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178169, 1466, '0181-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178170, 1466, '0181-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178171, 1466, '0181-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178172, 1466, '0181-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178173, 1466, '0181-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178174, 1466, '0181-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178175, 1466, '0181-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178176, 1466, '0181-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178177, 1466, '0181-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178178, 1466, '0181-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178179, 1466, '0181-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178180, 1466, '0181-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178181, 1466, '0182-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178182, 1466, '0182-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178183, 1466, '0182-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178184, 1466, '0182-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178185, 1466, '0182-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178186, 1466, '0182-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178187, 1466, '0182-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178188, 1466, '0182-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178189, 1466, '0182-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178190, 1466, '0182-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178191, 1466, '0182-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178192, 1466, '0182-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178193, 1466, '0183-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178194, 1466, '0183-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178195, 1466, '0183-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178196, 1466, '0183-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178197, 1466, '0183-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178198, 1466, '0183-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178199, 1466, '0183-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178200, 1466, '0183-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178201, 1466, '0183-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178202, 1466, '0183-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178203, 1466, '0183-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178204, 1466, '0183-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178205, 1466, '0184-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178206, 1466, '0184-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178207, 1466, '0184-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178208, 1466, '0184-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178209, 1466, '0184-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178210, 1466, '0184-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178211, 1466, '0184-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178212, 1466, '0184-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178213, 1466, '0184-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178214, 1466, '0184-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178215, 1466, '0184-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178216, 1466, '0184-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178217, 1466, '0185-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178218, 1466, '0185-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178219, 1466, '0185-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178220, 1466, '0185-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178221, 1466, '0185-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178222, 1466, '0185-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178223, 1466, '0185-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178224, 1466, '0185-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178225, 1466, '0185-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178226, 1466, '0185-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178227, 1466, '0185-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178228, 1466, '0185-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178229, 1466, '0186-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178230, 1466, '0186-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178231, 1466, '0186-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178232, 1466, '0186-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178233, 1466, '0186-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178234, 1466, '0186-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178235, 1466, '0186-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178236, 1466, '0186-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178237, 1466, '0186-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178238, 1466, '0186-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178239, 1466, '0186-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178240, 1466, '0186-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178241, 1466, '0187-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178242, 1466, '0187-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178243, 1466, '0187-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178244, 1466, '0187-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178245, 1466, '0187-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178246, 1466, '0187-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178247, 1466, '0187-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178248, 1466, '0187-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178249, 1466, '0187-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178250, 1466, '0187-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178251, 1466, '0187-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178252, 1466, '0187-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178253, 1466, '0188-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178254, 1466, '0188-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178255, 1466, '0188-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178256, 1466, '0188-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178257, 1466, '0188-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178258, 1466, '0188-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178259, 1466, '0188-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178260, 1466, '0188-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178261, 1466, '0188-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178262, 1466, '0188-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178263, 1466, '0188-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178264, 1466, '0188-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178265, 1466, '0189-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178266, 1466, '0189-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178267, 1466, '0189-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178268, 1466, '0189-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178269, 1466, '0189-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178270, 1466, '0189-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178271, 1466, '0189-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178272, 1466, '0189-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178273, 1466, '0189-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178274, 1466, '0189-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178275, 1466, '0189-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178276, 1466, '0189-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178277, 1466, '0190-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178278, 1466, '0190-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178279, 1466, '0190-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178280, 1466, '0190-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178281, 1466, '0190-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178282, 1466, '0190-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178283, 1466, '0190-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178284, 1466, '0190-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178285, 1466, '0190-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178286, 1466, '0190-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178287, 1466, '0190-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178288, 1466, '0190-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178289, 1466, '0191-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178290, 1466, '0191-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178291, 1466, '0191-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178292, 1466, '0191-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178293, 1466, '0191-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178294, 1466, '0191-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178295, 1466, '0191-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178296, 1466, '0191-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178297, 1466, '0191-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178298, 1466, '0191-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178299, 1466, '0191-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178300, 1466, '0191-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178301, 1466, '0192-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178302, 1466, '0192-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178303, 1466, '0192-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178304, 1466, '0192-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178305, 1466, '0192-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178306, 1466, '0192-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178307, 1466, '0192-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178308, 1466, '0192-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178309, 1466, '0192-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178310, 1466, '0192-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178311, 1466, '0192-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178312, 1466, '0192-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178313, 1466, '0193-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178314, 1466, '0193-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178315, 1466, '0193-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178316, 1466, '0193-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178317, 1466, '0193-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178318, 1466, '0193-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178319, 1466, '0193-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178320, 1466, '0193-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178321, 1466, '0193-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178322, 1466, '0193-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178323, 1466, '0193-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178324, 1466, '0193-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178325, 1466, '0194-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178326, 1466, '0194-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178327, 1466, '0194-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178328, 1466, '0194-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178329, 1466, '0194-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178330, 1466, '0194-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178331, 1466, '0194-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178332, 1466, '0194-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178333, 1466, '0194-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178334, 1466, '0194-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178335, 1466, '0194-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178336, 1466, '0194-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178337, 1466, '0195-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178338, 1466, '0195-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178339, 1466, '0195-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178340, 1466, '0195-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178341, 1466, '0195-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(178342, 1466, '0195-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178343, 1466, '0195-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178344, 1466, '0195-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178345, 1466, '0195-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178346, 1466, '0195-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178347, 1466, '0195-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178348, 1466, '0195-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178349, 1466, '0196-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178350, 1466, '0196-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178351, 1466, '0196-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178352, 1466, '0196-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178353, 1466, '0196-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178354, 1466, '0196-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178355, 1466, '0196-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178356, 1466, '0196-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178357, 1466, '0196-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178358, 1466, '0196-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178359, 1466, '0196-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178360, 1466, '0196-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178361, 1466, '0197-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178362, 1466, '0197-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178363, 1466, '0197-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178364, 1466, '0197-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178365, 1466, '0197-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178366, 1466, '0197-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178367, 1466, '0197-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178368, 1466, '0197-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178369, 1466, '0197-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178370, 1466, '0197-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178371, 1466, '0197-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178372, 1466, '0197-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178373, 1466, '0198-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178374, 1466, '0198-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178375, 1466, '0198-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178376, 1466, '0198-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178377, 1466, '0198-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178378, 1466, '0198-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178379, 1466, '0198-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178380, 1466, '0198-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178381, 1466, '0198-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178382, 1466, '0198-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178383, 1466, '0198-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178384, 1466, '0198-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178385, 1466, '0199-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178386, 1466, '0199-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178387, 1466, '0199-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178388, 1466, '0199-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178389, 1466, '0199-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178390, 1466, '0199-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178391, 1466, '0199-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178392, 1466, '0199-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178393, 1466, '0199-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178394, 1466, '0199-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178395, 1466, '0199-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178396, 1466, '0199-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178397, 1466, '0200-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178398, 1466, '0200-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178399, 1466, '0200-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178400, 1466, '0200-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178401, 1466, '0200-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178402, 1466, '0200-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178403, 1466, '0200-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178404, 1466, '0200-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178405, 1466, '0200-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178406, 1466, '0200-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178407, 1466, '0200-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178408, 1466, '0200-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178409, 1466, '0201-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178410, 1466, '0201-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178411, 1466, '0201-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178412, 1466, '0201-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178413, 1466, '0201-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178414, 1466, '0201-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178415, 1466, '0201-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178416, 1466, '0201-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178417, 1466, '0201-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178418, 1466, '0201-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178419, 1466, '0201-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178420, 1466, '0201-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178421, 1466, '0202-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178422, 1466, '0202-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178423, 1466, '0202-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:35', '2023-09-17 17:52:35'),
(178424, 1466, '0202-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178425, 1466, '0202-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178426, 1466, '0202-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178427, 1466, '0202-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178428, 1466, '0202-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178429, 1466, '0202-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178430, 1466, '0202-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178431, 1466, '0202-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178432, 1466, '0202-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178433, 1466, '0203-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178434, 1466, '0203-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178435, 1466, '0203-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178436, 1466, '0203-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178437, 1466, '0203-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178438, 1466, '0203-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178439, 1466, '0203-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178440, 1466, '0203-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178441, 1466, '0203-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178442, 1466, '0203-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178443, 1466, '0203-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178444, 1466, '0203-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178445, 1466, '0204-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178446, 1466, '0204-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178447, 1466, '0204-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178448, 1466, '0204-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178449, 1466, '0204-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178450, 1466, '0204-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178451, 1466, '0204-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178452, 1466, '0204-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178453, 1466, '0204-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178454, 1466, '0204-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178455, 1466, '0204-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178456, 1466, '0204-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178457, 1466, '0205-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178458, 1466, '0205-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178459, 1466, '0205-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178460, 1466, '0205-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178461, 1466, '0205-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178462, 1466, '0205-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178463, 1466, '0205-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178464, 1466, '0205-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178465, 1466, '0205-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178466, 1466, '0205-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178467, 1466, '0205-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178468, 1466, '0205-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178469, 1466, '0206-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178470, 1466, '0206-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178471, 1466, '0206-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178472, 1466, '0206-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178473, 1466, '0206-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178474, 1466, '0206-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178475, 1466, '0206-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178476, 1466, '0206-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178477, 1466, '0206-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178478, 1466, '0206-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178479, 1466, '0206-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178480, 1466, '0206-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178481, 1466, '0207-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178482, 1466, '0207-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178483, 1466, '0207-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178484, 1466, '0207-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178485, 1466, '0207-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178486, 1466, '0207-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178487, 1466, '0207-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178488, 1466, '0207-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178489, 1466, '0207-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178490, 1466, '0207-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178491, 1466, '0207-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178492, 1466, '0207-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178493, 1466, '0208-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178494, 1466, '0208-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178495, 1466, '0208-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178496, 1466, '0208-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178497, 1466, '0208-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178498, 1466, '0208-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178499, 1466, '0208-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178500, 1466, '0208-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178501, 1466, '0208-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178502, 1466, '0208-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178503, 1466, '0208-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178504, 1466, '0208-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178505, 1466, '0209-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178506, 1466, '0209-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178507, 1466, '0209-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178508, 1466, '0209-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178509, 1466, '0209-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178510, 1466, '0209-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178511, 1466, '0209-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178512, 1466, '0209-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178513, 1466, '0209-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178514, 1466, '0209-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178515, 1466, '0209-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178516, 1466, '0209-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178517, 1466, '0210-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178518, 1466, '0210-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178519, 1466, '0210-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178520, 1466, '0210-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178521, 1466, '0210-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178522, 1466, '0210-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178523, 1466, '0210-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178524, 1466, '0210-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178525, 1466, '0210-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178526, 1466, '0210-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178527, 1466, '0210-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178528, 1466, '0210-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178529, 1466, '0211-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178530, 1466, '0211-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178531, 1466, '0211-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178532, 1466, '0211-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178533, 1466, '0211-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178534, 1466, '0211-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178535, 1466, '0211-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178536, 1466, '0211-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178537, 1466, '0211-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178538, 1466, '0211-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178539, 1466, '0211-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178540, 1466, '0211-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178541, 1466, '0212-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178542, 1466, '0212-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178543, 1466, '0212-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178544, 1466, '0212-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178545, 1466, '0212-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178546, 1466, '0212-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178547, 1466, '0212-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178548, 1466, '0212-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178549, 1466, '0212-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178550, 1466, '0212-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178551, 1466, '0212-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178552, 1466, '0212-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178553, 1466, '0213-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178554, 1466, '0213-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178555, 1466, '0213-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178556, 1466, '0213-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178557, 1466, '0213-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178558, 1466, '0213-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178559, 1466, '0213-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178560, 1466, '0213-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178561, 1466, '0213-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178562, 1466, '0213-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178563, 1466, '0213-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178564, 1466, '0213-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178565, 1466, '0214-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178566, 1466, '0214-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178567, 1466, '0214-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178568, 1466, '0214-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178569, 1466, '0214-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178570, 1466, '0214-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178571, 1466, '0214-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178572, 1466, '0214-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178573, 1466, '0214-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178574, 1466, '0214-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178575, 1466, '0214-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178576, 1466, '0214-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178577, 1466, '0215-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178578, 1466, '0215-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178579, 1466, '0215-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178580, 1466, '0215-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178581, 1466, '0215-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178582, 1466, '0215-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178583, 1466, '0215-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178584, 1466, '0215-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178585, 1466, '0215-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178586, 1466, '0215-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178587, 1466, '0215-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178588, 1466, '0215-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178589, 1466, '0216-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178590, 1466, '0216-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178591, 1466, '0216-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178592, 1466, '0216-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178593, 1466, '0216-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178594, 1466, '0216-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178595, 1466, '0216-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178596, 1466, '0216-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178597, 1466, '0216-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178598, 1466, '0216-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178599, 1466, '0216-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178600, 1466, '0216-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178601, 1466, '0217-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178602, 1466, '0217-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178603, 1466, '0217-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178604, 1466, '0217-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178605, 1466, '0217-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178606, 1466, '0217-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178607, 1466, '0217-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178608, 1466, '0217-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178609, 1466, '0217-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178610, 1466, '0217-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178611, 1466, '0217-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178612, 1466, '0217-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178613, 1466, '0218-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178614, 1466, '0218-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178615, 1466, '0218-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178616, 1466, '0218-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178617, 1466, '0218-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178618, 1466, '0218-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178619, 1466, '0218-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178620, 1466, '0218-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178621, 1466, '0218-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178622, 1466, '0218-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178623, 1466, '0218-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178624, 1466, '0218-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178625, 1466, '0219-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178626, 1466, '0219-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178627, 1466, '0219-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178628, 1466, '0219-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178629, 1466, '0219-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178630, 1466, '0219-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178631, 1466, '0219-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178632, 1466, '0219-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178633, 1466, '0219-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178634, 1466, '0219-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178635, 1466, '0219-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178636, 1466, '0219-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178637, 1466, '0220-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178638, 1466, '0220-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178639, 1466, '0220-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178640, 1466, '0220-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178641, 1466, '0220-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178642, 1466, '0220-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178643, 1466, '0220-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178644, 1466, '0220-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178645, 1466, '0220-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178646, 1466, '0220-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178647, 1466, '0220-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178648, 1466, '0220-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178649, 1466, '0221-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178650, 1466, '0221-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178651, 1466, '0221-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178652, 1466, '0221-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178653, 1466, '0221-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178654, 1466, '0221-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178655, 1466, '0221-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178656, 1466, '0221-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178657, 1466, '0221-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178658, 1466, '0221-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178659, 1466, '0221-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178660, 1466, '0221-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178661, 1466, '0222-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178662, 1466, '0222-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178663, 1466, '0222-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178664, 1466, '0222-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178665, 1466, '0222-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178666, 1466, '0222-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178667, 1466, '0222-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178668, 1466, '0222-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178669, 1466, '0222-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178670, 1466, '0222-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178671, 1466, '0222-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178672, 1466, '0222-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178673, 1466, '0223-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178674, 1466, '0223-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178675, 1466, '0223-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178676, 1466, '0223-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178677, 1466, '0223-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178678, 1466, '0223-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178679, 1466, '0223-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178680, 1466, '0223-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178681, 1466, '0223-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178682, 1466, '0223-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178683, 1466, '0223-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178684, 1466, '0223-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178685, 1466, '0224-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178686, 1466, '0224-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178687, 1466, '0224-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178688, 1466, '0224-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178689, 1466, '0224-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178690, 1466, '0224-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178691, 1466, '0224-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178692, 1466, '0224-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178693, 1466, '0224-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178694, 1466, '0224-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178695, 1466, '0224-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178696, 1466, '0224-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178697, 1466, '0225-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178698, 1466, '0225-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178699, 1466, '0225-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178700, 1466, '0225-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178701, 1466, '0225-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178702, 1466, '0225-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178703, 1466, '0225-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178704, 1466, '0225-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178705, 1466, '0225-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178706, 1466, '0225-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178707, 1466, '0225-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178708, 1466, '0225-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178709, 1466, '0226-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178710, 1466, '0226-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178711, 1466, '0226-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178712, 1466, '0226-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178713, 1466, '0226-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178714, 1466, '0226-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178715, 1466, '0226-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178716, 1466, '0226-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178717, 1466, '0226-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178718, 1466, '0226-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178719, 1466, '0226-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178720, 1466, '0226-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178721, 1466, '0227-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178722, 1466, '0227-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178723, 1466, '0227-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178724, 1466, '0227-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178725, 1466, '0227-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178726, 1466, '0227-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178727, 1466, '0227-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178728, 1466, '0227-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178729, 1466, '0227-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178730, 1466, '0227-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178731, 1466, '0227-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178732, 1466, '0227-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178733, 1466, '0228-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178734, 1466, '0228-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178735, 1466, '0228-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178736, 1466, '0228-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178737, 1466, '0228-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178738, 1466, '0228-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178739, 1466, '0228-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178740, 1466, '0228-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178741, 1466, '0228-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178742, 1466, '0228-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178743, 1466, '0228-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178744, 1466, '0228-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178745, 1466, '0229-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178746, 1466, '0229-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178747, 1466, '0229-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178748, 1466, '0229-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178749, 1466, '0229-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178750, 1466, '0229-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178751, 1466, '0229-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178752, 1466, '0229-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178753, 1466, '0229-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178754, 1466, '0229-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178755, 1466, '0229-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178756, 1466, '0229-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178757, 1466, '0230-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178758, 1466, '0230-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178759, 1466, '0230-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178760, 1466, '0230-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178761, 1466, '0230-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178762, 1466, '0230-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178763, 1466, '0230-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178764, 1466, '0230-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178765, 1466, '0230-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178766, 1466, '0230-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178767, 1466, '0230-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178768, 1466, '0230-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178769, 1466, '0231-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178770, 1466, '0231-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178771, 1466, '0231-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178772, 1466, '0231-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178773, 1466, '0231-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178774, 1466, '0231-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178775, 1466, '0231-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178776, 1466, '0231-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178777, 1466, '0231-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178778, 1466, '0231-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178779, 1466, '0231-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178780, 1466, '0231-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178781, 1466, '0232-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178782, 1466, '0232-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178783, 1466, '0232-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178784, 1466, '0232-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178785, 1466, '0232-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178786, 1466, '0232-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178787, 1466, '0232-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178788, 1466, '0232-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178789, 1466, '0232-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178790, 1466, '0232-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178791, 1466, '0232-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178792, 1466, '0232-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178793, 1466, '0233-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178794, 1466, '0233-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:36', '2023-09-17 17:52:36'),
(178795, 1466, '0233-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(178796, 1466, '0233-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(178797, 1466, '0233-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(178798, 1466, '0233-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(178799, 1466, '0233-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(178800, 1466, '0233-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(178801, 1466, '0233-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(178802, 1466, '0233-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(178803, 1466, '0233-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(178804, 1466, '0233-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(178805, 1466, '0234-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(178806, 1466, '0234-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(178807, 1466, '0234-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(178808, 1466, '0234-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(178809, 1466, '0234-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(178810, 1466, '0234-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(178811, 1466, '0234-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(178812, 1466, '0234-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(178813, 1466, '0234-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(178814, 1466, '0234-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(178815, 1466, '0234-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(178816, 1466, '0234-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(178817, 1466, '0235-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(178818, 1466, '0235-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(178819, 1466, '0235-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(178820, 1466, '0235-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(178821, 1466, '0235-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(178822, 1466, '0235-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(178823, 1466, '0235-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(178824, 1466, '0235-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(178825, 1466, '0235-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(178826, 1466, '0235-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(178827, 1466, '0235-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(178828, 1466, '0235-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(178829, 1466, '0236-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(178830, 1466, '0236-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(178831, 1466, '0236-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(178832, 1466, '0236-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(178833, 1466, '0236-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(178834, 1466, '0236-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(178835, 1466, '0236-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(178836, 1466, '0236-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(178837, 1466, '0236-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(178838, 1466, '0236-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(178839, 1466, '0236-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(178840, 1466, '0236-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(178841, 1466, '0237-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(178842, 1466, '0237-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(178843, 1466, '0237-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(178844, 1466, '0237-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(178845, 1466, '0237-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(178846, 1466, '0237-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(178847, 1466, '0237-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(178848, 1466, '0237-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(178849, 1466, '0237-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(178850, 1466, '0237-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(178851, 1466, '0237-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(178852, 1466, '0237-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(178853, 1466, '0238-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(178854, 1466, '0238-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(178855, 1466, '0238-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(178856, 1466, '0238-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(178857, 1466, '0238-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(178858, 1466, '0238-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(178859, 1466, '0238-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(178860, 1466, '0238-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(178861, 1466, '0238-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(178862, 1466, '0238-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(178863, 1466, '0238-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(178864, 1466, '0238-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(178865, 1466, '0239-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(178866, 1466, '0239-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(178867, 1466, '0239-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(178868, 1466, '0239-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(178869, 1466, '0239-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(178870, 1466, '0239-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(178871, 1466, '0239-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(178872, 1466, '0239-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(178873, 1466, '0239-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(178874, 1466, '0239-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(178875, 1466, '0239-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(178876, 1466, '0239-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(178877, 1466, '0240-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(178878, 1466, '0240-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(178879, 1466, '0240-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(178880, 1466, '0240-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(178881, 1466, '0240-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(178882, 1466, '0240-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(178883, 1466, '0240-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(178884, 1466, '0240-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(178885, 1466, '0240-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(178886, 1466, '0240-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(178887, 1466, '0240-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(178888, 1466, '0240-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(178889, 1466, '0241-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(178890, 1466, '0241-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(178891, 1466, '0241-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(178892, 1466, '0241-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(178893, 1466, '0241-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(178894, 1466, '0241-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(178895, 1466, '0241-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(178896, 1466, '0241-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(178897, 1466, '0241-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(178898, 1466, '0241-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(178899, 1466, '0241-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(178900, 1466, '0241-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(178901, 1466, '0242-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(178902, 1466, '0242-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(178903, 1466, '0242-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(178904, 1466, '0242-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(178905, 1466, '0242-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(178906, 1466, '0242-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(178907, 1466, '0242-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(178908, 1466, '0242-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(178909, 1466, '0242-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(178910, 1466, '0242-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(178911, 1466, '0242-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(178912, 1466, '0242-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(178913, 1466, '0243-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(178914, 1466, '0243-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(178915, 1466, '0243-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(178916, 1466, '0243-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(178917, 1466, '0243-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(178918, 1466, '0243-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(178919, 1466, '0243-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(178920, 1466, '0243-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(178921, 1466, '0243-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(178922, 1466, '0243-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(178923, 1466, '0243-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(178924, 1466, '0243-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(178925, 1466, '0244-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(178926, 1466, '0244-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(178927, 1466, '0244-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(178928, 1466, '0244-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(178929, 1466, '0244-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(178930, 1466, '0244-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(178931, 1466, '0244-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(178932, 1466, '0244-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(178933, 1466, '0244-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(178934, 1466, '0244-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(178935, 1466, '0244-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(178936, 1466, '0244-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(178937, 1466, '0245-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(178938, 1466, '0245-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(178939, 1466, '0245-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(178940, 1466, '0245-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(178941, 1466, '0245-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(178942, 1466, '0245-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(178943, 1466, '0245-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(178944, 1466, '0245-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(178945, 1466, '0245-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(178946, 1466, '0245-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(178947, 1466, '0245-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(178948, 1466, '0245-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(178949, 1466, '0246-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(178950, 1466, '0246-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(178951, 1466, '0246-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(178952, 1466, '0246-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(178953, 1466, '0246-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(178954, 1466, '0246-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(178955, 1466, '0246-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(178956, 1466, '0246-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(178957, 1466, '0246-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(178958, 1466, '0246-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(178959, 1466, '0246-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(178960, 1466, '0246-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(178961, 1466, '0247-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(178962, 1466, '0247-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(178963, 1466, '0247-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(178964, 1466, '0247-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(178965, 1466, '0247-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(178966, 1466, '0247-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(178967, 1466, '0247-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(178968, 1466, '0247-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(178969, 1466, '0247-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(178970, 1466, '0247-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(178971, 1466, '0247-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(178972, 1466, '0247-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(178973, 1466, '0248-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(178974, 1466, '0248-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(178975, 1466, '0248-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(178976, 1466, '0248-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(178977, 1466, '0248-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(178978, 1466, '0248-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(178979, 1466, '0248-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(178980, 1466, '0248-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(178981, 1466, '0248-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(178982, 1466, '0248-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(178983, 1466, '0248-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(178984, 1466, '0248-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(178985, 1466, '0249-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(178986, 1466, '0249-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(178987, 1466, '0249-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(178988, 1466, '0249-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(178989, 1466, '0249-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(178990, 1466, '0249-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(178991, 1466, '0249-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(178992, 1466, '0249-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(178993, 1466, '0249-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(178994, 1466, '0249-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(178995, 1466, '0249-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(178996, 1466, '0249-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(178997, 1466, '0250-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(178998, 1466, '0250-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(178999, 1466, '0250-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(179000, 1466, '0250-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(179001, 1466, '0250-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(179002, 1466, '0250-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(179003, 1466, '0250-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(179004, 1466, '0250-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(179005, 1466, '0250-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(179006, 1466, '0250-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(179007, 1466, '0250-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(179008, 1466, '0250-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(179009, 1466, '0251-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(179010, 1466, '0251-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(179011, 1466, '0251-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(179012, 1466, '0251-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(179013, 1466, '0251-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(179014, 1466, '0251-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(179015, 1466, '0251-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(179016, 1466, '0251-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(179017, 1466, '0251-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(179018, 1466, '0251-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(179019, 1466, '0251-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(179020, 1466, '0251-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(179021, 1466, '0252-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(179022, 1466, '0252-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(179023, 1466, '0252-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(179024, 1466, '0252-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(179025, 1466, '0252-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(179026, 1466, '0252-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(179027, 1466, '0252-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(179028, 1466, '0252-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(179029, 1466, '0252-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(179030, 1466, '0252-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(179031, 1466, '0252-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(179032, 1466, '0252-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(179033, 1466, '0253-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(179034, 1466, '0253-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(179035, 1466, '0253-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(179036, 1466, '0253-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(179037, 1466, '0253-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(179038, 1466, '0253-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(179039, 1466, '0253-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(179040, 1466, '0253-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(179041, 1466, '0253-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(179042, 1466, '0253-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(179043, 1466, '0253-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(179044, 1466, '0253-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(179045, 1466, '0254-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(179046, 1466, '0254-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(179047, 1466, '0254-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(179048, 1466, '0254-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(179049, 1466, '0254-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(179050, 1466, '0254-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(179051, 1466, '0254-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(179052, 1466, '0254-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(179053, 1466, '0254-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(179054, 1466, '0254-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(179055, 1466, '0254-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(179056, 1466, '0254-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(179057, 1466, '0255-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(179058, 1466, '0255-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(179059, 1466, '0255-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(179060, 1466, '0255-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(179061, 1466, '0255-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(179062, 1466, '0255-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(179063, 1466, '0255-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(179064, 1466, '0255-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(179065, 1466, '0255-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(179066, 1466, '0255-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(179067, 1466, '0255-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(179068, 1466, '0255-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(179069, 1466, '0256-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(179070, 1466, '0256-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(179071, 1466, '0256-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(179072, 1466, '0256-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(179073, 1466, '0256-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(179074, 1466, '0256-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(179075, 1466, '0256-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(179076, 1466, '0256-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(179077, 1466, '0256-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(179078, 1466, '0256-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(179079, 1466, '0256-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(179080, 1466, '0256-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(179081, 1466, '0257-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(179082, 1466, '0257-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(179083, 1466, '0257-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(179084, 1466, '0257-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(179085, 1466, '0257-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(179086, 1466, '0257-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(179087, 1466, '0257-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(179088, 1466, '0257-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(179089, 1466, '0257-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(179090, 1466, '0257-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(179091, 1466, '0257-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(179092, 1466, '0257-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(179093, 1466, '0258-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(179094, 1466, '0258-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(179095, 1466, '0258-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(179096, 1466, '0258-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(179097, 1466, '0258-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(179098, 1466, '0258-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(179099, 1466, '0258-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(179100, 1466, '0258-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(179101, 1466, '0258-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(179102, 1466, '0258-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(179103, 1466, '0258-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(179104, 1466, '0258-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(179105, 1466, '0259-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(179106, 1466, '0259-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(179107, 1466, '0259-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(179108, 1466, '0259-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(179109, 1466, '0259-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(179110, 1466, '0259-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(179111, 1466, '0259-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(179112, 1466, '0259-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(179113, 1466, '0259-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(179114, 1466, '0259-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(179115, 1466, '0259-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(179116, 1466, '0259-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(179117, 1466, '0260-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(179118, 1466, '0260-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(179119, 1466, '0260-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(179120, 1466, '0260-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(179121, 1466, '0260-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(179122, 1466, '0260-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(179123, 1466, '0260-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(179124, 1466, '0260-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(179125, 1466, '0260-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(179126, 1466, '0260-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(179127, 1466, '0260-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(179128, 1466, '0260-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(179129, 1466, '0261-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(179130, 1466, '0261-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(179131, 1466, '0261-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(179132, 1466, '0261-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(179133, 1466, '0261-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(179134, 1466, '0261-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(179135, 1466, '0261-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(179136, 1466, '0261-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(179137, 1466, '0261-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(179138, 1466, '0261-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(179139, 1466, '0261-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(179140, 1466, '0261-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(179141, 1466, '0262-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(179142, 1466, '0262-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(179143, 1466, '0262-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(179144, 1466, '0262-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(179145, 1466, '0262-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(179146, 1466, '0262-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(179147, 1466, '0262-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(179148, 1466, '0262-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(179149, 1466, '0262-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(179150, 1466, '0262-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(179151, 1466, '0262-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(179152, 1466, '0262-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(179153, 1466, '0263-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(179154, 1466, '0263-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(179155, 1466, '0263-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(179156, 1466, '0263-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(179157, 1466, '0263-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(179158, 1466, '0263-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(179159, 1466, '0263-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(179160, 1466, '0263-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(179161, 1466, '0263-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(179162, 1466, '0263-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(179163, 1466, '0263-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(179164, 1466, '0263-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(179165, 1466, '0264-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(179166, 1466, '0264-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(179167, 1466, '0264-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(179168, 1466, '0264-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:37', '2023-09-17 17:52:37'),
(179169, 1466, '0264-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179170, 1466, '0264-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179171, 1466, '0264-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179172, 1466, '0264-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179173, 1466, '0264-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179174, 1466, '0264-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179175, 1466, '0264-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179176, 1466, '0264-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179177, 1466, '0265-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179178, 1466, '0265-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179179, 1466, '0265-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179180, 1466, '0265-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179181, 1466, '0265-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179182, 1466, '0265-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179183, 1466, '0265-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179184, 1466, '0265-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179185, 1466, '0265-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179186, 1466, '0265-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179187, 1466, '0265-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179188, 1466, '0265-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179189, 1466, '0266-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179190, 1466, '0266-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179191, 1466, '0266-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179192, 1466, '0266-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179193, 1466, '0266-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179194, 1466, '0266-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179195, 1466, '0266-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179196, 1466, '0266-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179197, 1466, '0266-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179198, 1466, '0266-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179199, 1466, '0266-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179200, 1466, '0266-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179201, 1466, '0267-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179202, 1466, '0267-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179203, 1466, '0267-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179204, 1466, '0267-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179205, 1466, '0267-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179206, 1466, '0267-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179207, 1466, '0267-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179208, 1466, '0267-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179209, 1466, '0267-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179210, 1466, '0267-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179211, 1466, '0267-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179212, 1466, '0267-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179213, 1466, '0268-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179214, 1466, '0268-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179215, 1466, '0268-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179216, 1466, '0268-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179217, 1466, '0268-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179218, 1466, '0268-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179219, 1466, '0268-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179220, 1466, '0268-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179221, 1466, '0268-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179222, 1466, '0268-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179223, 1466, '0268-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179224, 1466, '0268-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179225, 1466, '0269-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179226, 1466, '0269-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179227, 1466, '0269-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179228, 1466, '0269-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179229, 1466, '0269-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179230, 1466, '0269-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179231, 1466, '0269-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179232, 1466, '0269-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179233, 1466, '0269-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179234, 1466, '0269-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179235, 1466, '0269-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179236, 1466, '0269-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179237, 1466, '0270-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179238, 1466, '0270-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179239, 1466, '0270-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179240, 1466, '0270-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179241, 1466, '0270-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179242, 1466, '0270-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179243, 1466, '0270-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179244, 1466, '0270-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179245, 1466, '0270-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179246, 1466, '0270-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179247, 1466, '0270-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179248, 1466, '0270-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179249, 1466, '0271-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179250, 1466, '0271-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179251, 1466, '0271-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179252, 1466, '0271-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179253, 1466, '0271-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179254, 1466, '0271-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179255, 1466, '0271-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179256, 1466, '0271-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179257, 1466, '0271-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179258, 1466, '0271-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179259, 1466, '0271-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179260, 1466, '0271-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179261, 1466, '0272-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179262, 1466, '0272-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179263, 1466, '0272-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179264, 1466, '0272-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179265, 1466, '0272-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179266, 1466, '0272-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179267, 1466, '0272-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179268, 1466, '0272-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179269, 1466, '0272-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179270, 1466, '0272-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179271, 1466, '0272-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(179272, 1466, '0272-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179273, 1466, '0273-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179274, 1466, '0273-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179275, 1466, '0273-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179276, 1466, '0273-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179277, 1466, '0273-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179278, 1466, '0273-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179279, 1466, '0273-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179280, 1466, '0273-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179281, 1466, '0273-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179282, 1466, '0273-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179283, 1466, '0273-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179284, 1466, '0273-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179285, 1466, '0274-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179286, 1466, '0274-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179287, 1466, '0274-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179288, 1466, '0274-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179289, 1466, '0274-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179290, 1466, '0274-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179291, 1466, '0274-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179292, 1466, '0274-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179293, 1466, '0274-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179294, 1466, '0274-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179295, 1466, '0274-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179296, 1466, '0274-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179297, 1466, '0275-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179298, 1466, '0275-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179299, 1466, '0275-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179300, 1466, '0275-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179301, 1466, '0275-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179302, 1466, '0275-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179303, 1466, '0275-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179304, 1466, '0275-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179305, 1466, '0275-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179306, 1466, '0275-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179307, 1466, '0275-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179308, 1466, '0275-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179309, 1466, '0276-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179310, 1466, '0276-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179311, 1466, '0276-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179312, 1466, '0276-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179313, 1466, '0276-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179314, 1466, '0276-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179315, 1466, '0276-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179316, 1466, '0276-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179317, 1466, '0276-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179318, 1466, '0276-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179319, 1466, '0276-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179320, 1466, '0276-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179321, 1466, '0277-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179322, 1466, '0277-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179323, 1466, '0277-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179324, 1466, '0277-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179325, 1466, '0277-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179326, 1466, '0277-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179327, 1466, '0277-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179328, 1466, '0277-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179329, 1466, '0277-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179330, 1466, '0277-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179331, 1466, '0277-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179332, 1466, '0277-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179333, 1466, '0278-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179334, 1466, '0278-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179335, 1466, '0278-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179336, 1466, '0278-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179337, 1466, '0278-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179338, 1466, '0278-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179339, 1466, '0278-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179340, 1466, '0278-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179341, 1466, '0278-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179342, 1466, '0278-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179343, 1466, '0278-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179344, 1466, '0278-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179345, 1466, '0279-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179346, 1466, '0279-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179347, 1466, '0279-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179348, 1466, '0279-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179349, 1466, '0279-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179350, 1466, '0279-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179351, 1466, '0279-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179352, 1466, '0279-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179353, 1466, '0279-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179354, 1466, '0279-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179355, 1466, '0279-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179356, 1466, '0279-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179357, 1466, '0280-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179358, 1466, '0280-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179359, 1466, '0280-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179360, 1466, '0280-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179361, 1466, '0280-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179362, 1466, '0280-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179363, 1466, '0280-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179364, 1466, '0280-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179365, 1466, '0280-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179366, 1466, '0280-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179367, 1466, '0280-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179368, 1466, '0280-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179369, 1466, '0281-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179370, 1466, '0281-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179371, 1466, '0281-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179372, 1466, '0281-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179373, 1466, '0281-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179374, 1466, '0281-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179375, 1466, '0281-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179376, 1466, '0281-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179377, 1466, '0281-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179378, 1466, '0281-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179379, 1466, '0281-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179380, 1466, '0281-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179381, 1466, '0282-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179382, 1466, '0282-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179383, 1466, '0282-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179384, 1466, '0282-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179385, 1466, '0282-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179386, 1466, '0282-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179387, 1466, '0282-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179388, 1466, '0282-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179389, 1466, '0282-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179390, 1466, '0282-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179391, 1466, '0282-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179392, 1466, '0282-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179393, 1466, '0283-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179394, 1466, '0283-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179395, 1466, '0283-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179396, 1466, '0283-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179397, 1466, '0283-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179398, 1466, '0283-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179399, 1466, '0283-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179400, 1466, '0283-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179401, 1466, '0283-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179402, 1466, '0283-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179403, 1466, '0283-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179404, 1466, '0283-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179405, 1466, '0284-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179406, 1466, '0284-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179407, 1466, '0284-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179408, 1466, '0284-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179409, 1466, '0284-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179410, 1466, '0284-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179411, 1466, '0284-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179412, 1466, '0284-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179413, 1466, '0284-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179414, 1466, '0284-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179415, 1466, '0284-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179416, 1466, '0284-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179417, 1466, '0285-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179418, 1466, '0285-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179419, 1466, '0285-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179420, 1466, '0285-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179421, 1466, '0285-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179422, 1466, '0285-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179423, 1466, '0285-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179424, 1466, '0285-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179425, 1466, '0285-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179426, 1466, '0285-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179427, 1466, '0285-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179428, 1466, '0285-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179429, 1466, '0286-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179430, 1466, '0286-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179431, 1466, '0286-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179432, 1466, '0286-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179433, 1466, '0286-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179434, 1466, '0286-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179435, 1466, '0286-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179436, 1466, '0286-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179437, 1466, '0286-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179438, 1466, '0286-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179439, 1466, '0286-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179440, 1466, '0286-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179441, 1466, '0287-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179442, 1466, '0287-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179443, 1466, '0287-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179444, 1466, '0287-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179445, 1466, '0287-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179446, 1466, '0287-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179447, 1466, '0287-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179448, 1466, '0287-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179449, 1466, '0287-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179450, 1466, '0287-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179451, 1466, '0287-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179452, 1466, '0287-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179453, 1466, '0288-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179454, 1466, '0288-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179455, 1466, '0288-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179456, 1466, '0288-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179457, 1466, '0288-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179458, 1466, '0288-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179459, 1466, '0288-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179460, 1466, '0288-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179461, 1466, '0288-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179462, 1466, '0288-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179463, 1466, '0288-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179464, 1466, '0288-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179465, 1466, '0289-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179466, 1466, '0289-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179467, 1466, '0289-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179468, 1466, '0289-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179469, 1466, '0289-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179470, 1466, '0289-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179471, 1466, '0289-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179472, 1466, '0289-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179473, 1466, '0289-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179474, 1466, '0289-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179475, 1466, '0289-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179476, 1466, '0289-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179477, 1466, '0290-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179478, 1466, '0290-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179479, 1466, '0290-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179480, 1466, '0290-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179481, 1466, '0290-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179482, 1466, '0290-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179483, 1466, '0290-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179484, 1466, '0290-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179485, 1466, '0290-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179486, 1466, '0290-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179487, 1466, '0290-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179488, 1466, '0290-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179489, 1466, '0291-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179490, 1466, '0291-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179491, 1466, '0291-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179492, 1466, '0291-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179493, 1466, '0291-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179494, 1466, '0291-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179495, 1466, '0291-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179496, 1466, '0291-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179497, 1466, '0291-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179498, 1466, '0291-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179499, 1466, '0291-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179500, 1466, '0291-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179501, 1466, '0292-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179502, 1466, '0292-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179503, 1466, '0292-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179504, 1466, '0292-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179505, 1466, '0292-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179506, 1466, '0292-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179507, 1466, '0292-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179508, 1466, '0292-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179509, 1466, '0292-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179510, 1466, '0292-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179511, 1466, '0292-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179512, 1466, '0292-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179513, 1466, '0293-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179514, 1466, '0293-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179515, 1466, '0293-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179516, 1466, '0293-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179517, 1466, '0293-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179518, 1466, '0293-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179519, 1466, '0293-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179520, 1466, '0293-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179521, 1466, '0293-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179522, 1466, '0293-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179523, 1466, '0293-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179524, 1466, '0293-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179525, 1466, '0294-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179526, 1466, '0294-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179527, 1466, '0294-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:38', '2023-09-17 17:52:38'),
(179528, 1466, '0294-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179529, 1466, '0294-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179530, 1466, '0294-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179531, 1466, '0294-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179532, 1466, '0294-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179533, 1466, '0294-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179534, 1466, '0294-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179535, 1466, '0294-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179536, 1466, '0294-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179537, 1466, '0295-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179538, 1466, '0295-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179539, 1466, '0295-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179540, 1466, '0295-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179541, 1466, '0295-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179542, 1466, '0295-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179543, 1466, '0295-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179544, 1466, '0295-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179545, 1466, '0295-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179546, 1466, '0295-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179547, 1466, '0295-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179548, 1466, '0295-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179549, 1466, '0296-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179550, 1466, '0296-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179551, 1466, '0296-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179552, 1466, '0296-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179553, 1466, '0296-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179554, 1466, '0296-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179555, 1466, '0296-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179556, 1466, '0296-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179557, 1466, '0296-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179558, 1466, '0296-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179559, 1466, '0296-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179560, 1466, '0296-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179561, 1466, '0297-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179562, 1466, '0297-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179563, 1466, '0297-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179564, 1466, '0297-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179565, 1466, '0297-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179566, 1466, '0297-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179567, 1466, '0297-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179568, 1466, '0297-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179569, 1466, '0297-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179570, 1466, '0297-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179571, 1466, '0297-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179572, 1466, '0297-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179573, 1466, '0298-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179574, 1466, '0298-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179575, 1466, '0298-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179576, 1466, '0298-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179577, 1466, '0298-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179578, 1466, '0298-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179579, 1466, '0298-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179580, 1466, '0298-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179581, 1466, '0298-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179582, 1466, '0298-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179583, 1466, '0298-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179584, 1466, '0298-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179585, 1466, '0299-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179586, 1466, '0299-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179587, 1466, '0299-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179588, 1466, '0299-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179589, 1466, '0299-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179590, 1466, '0299-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179591, 1466, '0299-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179592, 1466, '0299-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179593, 1466, '0299-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179594, 1466, '0299-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179595, 1466, '0299-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179596, 1466, '0299-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179597, 1466, '0300-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179598, 1466, '0300-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179599, 1466, '0300-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179600, 1466, '0300-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179601, 1466, '0300-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179602, 1466, '0300-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179603, 1466, '0300-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179604, 1466, '0300-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179605, 1466, '0300-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179606, 1466, '0300-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179607, 1466, '0300-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179608, 1466, '0300-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179609, 1466, '0301-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179610, 1466, '0301-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179611, 1466, '0301-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179612, 1466, '0301-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179613, 1466, '0301-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179614, 1466, '0301-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179615, 1466, '0301-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179616, 1466, '0301-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179617, 1466, '0301-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179618, 1466, '0301-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179619, 1466, '0301-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179620, 1466, '0301-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179621, 1466, '0302-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179622, 1466, '0302-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179623, 1466, '0302-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179624, 1466, '0302-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179625, 1466, '0302-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179626, 1466, '0302-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179627, 1466, '0302-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179628, 1466, '0302-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179629, 1466, '0302-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179630, 1466, '0302-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179631, 1466, '0302-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179632, 1466, '0302-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179633, 1466, '0303-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179634, 1466, '0303-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179635, 1466, '0303-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179636, 1466, '0303-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179637, 1466, '0303-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179638, 1466, '0303-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179639, 1466, '0303-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179640, 1466, '0303-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179641, 1466, '0303-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179642, 1466, '0303-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179643, 1466, '0303-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179644, 1466, '0303-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179645, 1466, '0304-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179646, 1466, '0304-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179647, 1466, '0304-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179648, 1466, '0304-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179649, 1466, '0304-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179650, 1466, '0304-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179651, 1466, '0304-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179652, 1466, '0304-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179653, 1466, '0304-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179654, 1466, '0304-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179655, 1466, '0304-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179656, 1466, '0304-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179657, 1466, '0305-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179658, 1466, '0305-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179659, 1466, '0305-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179660, 1466, '0305-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179661, 1466, '0305-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179662, 1466, '0305-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179663, 1466, '0305-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179664, 1466, '0305-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179665, 1466, '0305-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179666, 1466, '0305-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179667, 1466, '0305-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179668, 1466, '0305-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179669, 1466, '0306-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179670, 1466, '0306-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179671, 1466, '0306-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179672, 1466, '0306-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179673, 1466, '0306-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179674, 1466, '0306-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179675, 1466, '0306-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179676, 1466, '0306-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179677, 1466, '0306-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179678, 1466, '0306-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179679, 1466, '0306-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179680, 1466, '0306-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179681, 1466, '0307-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179682, 1466, '0307-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179683, 1466, '0307-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179684, 1466, '0307-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179685, 1466, '0307-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179686, 1466, '0307-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179687, 1466, '0307-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179688, 1466, '0307-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179689, 1466, '0307-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179690, 1466, '0307-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179691, 1466, '0307-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179692, 1466, '0307-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179693, 1466, '0308-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179694, 1466, '0308-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179695, 1466, '0308-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179696, 1466, '0308-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179697, 1466, '0308-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179698, 1466, '0308-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179699, 1466, '0308-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179700, 1466, '0308-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179701, 1466, '0308-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179702, 1466, '0308-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179703, 1466, '0308-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179704, 1466, '0308-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179705, 1466, '0309-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179706, 1466, '0309-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179707, 1466, '0309-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179708, 1466, '0309-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179709, 1466, '0309-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179710, 1466, '0309-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179711, 1466, '0309-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179712, 1466, '0309-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179713, 1466, '0309-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179714, 1466, '0309-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179715, 1466, '0309-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179716, 1466, '0309-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179717, 1466, '0310-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179718, 1466, '0310-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179719, 1466, '0310-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179720, 1466, '0310-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179721, 1466, '0310-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179722, 1466, '0310-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179723, 1466, '0310-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179724, 1466, '0310-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179725, 1466, '0310-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179726, 1466, '0310-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179727, 1466, '0310-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179728, 1466, '0310-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179729, 1466, '0311-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179730, 1466, '0311-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179731, 1466, '0311-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179732, 1466, '0311-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179733, 1466, '0311-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179734, 1466, '0311-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179735, 1466, '0311-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179736, 1466, '0311-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(179737, 1466, '0311-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179738, 1466, '0311-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179739, 1466, '0311-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179740, 1466, '0311-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179741, 1466, '0312-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179742, 1466, '0312-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179743, 1466, '0312-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179744, 1466, '0312-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179745, 1466, '0312-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179746, 1466, '0312-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179747, 1466, '0312-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179748, 1466, '0312-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179749, 1466, '0312-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179750, 1466, '0312-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179751, 1466, '0312-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179752, 1466, '0312-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179753, 1466, '0313-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179754, 1466, '0313-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179755, 1466, '0313-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179756, 1466, '0313-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179757, 1466, '0313-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179758, 1466, '0313-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179759, 1466, '0313-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179760, 1466, '0313-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179761, 1466, '0313-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179762, 1466, '0313-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179763, 1466, '0313-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179764, 1466, '0313-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179765, 1466, '0314-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179766, 1466, '0314-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179767, 1466, '0314-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179768, 1466, '0314-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179769, 1466, '0314-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179770, 1466, '0314-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179771, 1466, '0314-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179772, 1466, '0314-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179773, 1466, '0314-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179774, 1466, '0314-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179775, 1466, '0314-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179776, 1466, '0314-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179777, 1466, '0315-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179778, 1466, '0315-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179779, 1466, '0315-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179780, 1466, '0315-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179781, 1466, '0315-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179782, 1466, '0315-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179783, 1466, '0315-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179784, 1466, '0315-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179785, 1466, '0315-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179786, 1466, '0315-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179787, 1466, '0315-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179788, 1466, '0315-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179789, 1466, '0316-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179790, 1466, '0316-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179791, 1466, '0316-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179792, 1466, '0316-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179793, 1466, '0316-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179794, 1466, '0316-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179795, 1466, '0316-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179796, 1466, '0316-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179797, 1466, '0316-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179798, 1466, '0316-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179799, 1466, '0316-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179800, 1466, '0316-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179801, 1466, '0317-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179802, 1466, '0317-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179803, 1466, '0317-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179804, 1466, '0317-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179805, 1466, '0317-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179806, 1466, '0317-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179807, 1466, '0317-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179808, 1466, '0317-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179809, 1466, '0317-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179810, 1466, '0317-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179811, 1466, '0317-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179812, 1466, '0317-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179813, 1466, '0318-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179814, 1466, '0318-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179815, 1466, '0318-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179816, 1466, '0318-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179817, 1466, '0318-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179818, 1466, '0318-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179819, 1466, '0318-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179820, 1466, '0318-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179821, 1466, '0318-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179822, 1466, '0318-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179823, 1466, '0318-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179824, 1466, '0318-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179825, 1466, '0319-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179826, 1466, '0319-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179827, 1466, '0319-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179828, 1466, '0319-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179829, 1466, '0319-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179830, 1466, '0319-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179831, 1466, '0319-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179832, 1466, '0319-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179833, 1466, '0319-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179834, 1466, '0319-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179835, 1466, '0319-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179836, 1466, '0319-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179837, 1466, '0320-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179838, 1466, '0320-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179839, 1466, '0320-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179840, 1466, '0320-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179841, 1466, '0320-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179842, 1466, '0320-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179843, 1466, '0320-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179844, 1466, '0320-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179845, 1466, '0320-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179846, 1466, '0320-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179847, 1466, '0320-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179848, 1466, '0320-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179849, 1466, '0321-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179850, 1466, '0321-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179851, 1466, '0321-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179852, 1466, '0321-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179853, 1466, '0321-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179854, 1466, '0321-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179855, 1466, '0321-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179856, 1466, '0321-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179857, 1466, '0321-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179858, 1466, '0321-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179859, 1466, '0321-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179860, 1466, '0321-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179861, 1466, '0322-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179862, 1466, '0322-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179863, 1466, '0322-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179864, 1466, '0322-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179865, 1466, '0322-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179866, 1466, '0322-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179867, 1466, '0322-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179868, 1466, '0322-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:39', '2023-09-17 17:52:39'),
(179869, 1466, '0322-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:40', '2023-09-17 17:52:40'),
(179870, 1466, '0322-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:40', '2023-09-17 17:52:40'),
(179871, 1466, '0322-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:40', '2023-09-17 17:52:40'),
(179872, 1466, '0322-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:40', '2023-09-17 17:52:40'),
(179873, 1466, '0323-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:40', '2023-09-17 17:52:40'),
(179874, 1466, '0323-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:40', '2023-09-17 17:52:40'),
(179875, 1466, '0323-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:40', '2023-09-17 17:52:40'),
(179876, 1466, '0323-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:40', '2023-09-17 17:52:40'),
(179877, 1466, '0323-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:40', '2023-09-17 17:52:40'),
(179878, 1466, '0323-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:40', '2023-09-17 17:52:40'),
(179879, 1466, '0323-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:40', '2023-09-17 17:52:40'),
(179880, 1466, '0323-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:40', '2023-09-17 17:52:40'),
(179881, 1466, '0323-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:40', '2023-09-17 17:52:40'),
(179882, 1466, '0323-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:40', '2023-09-17 17:52:40'),
(179883, 1466, '0323-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:40', '2023-09-17 17:52:40'),
(179884, 1466, '0323-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:40', '2023-09-17 17:52:40'),
(179885, 1466, '0324-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:40', '2023-09-17 17:52:40'),
(179886, 1466, '0324-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:40', '2023-09-17 17:52:40'),
(179887, 1466, '0324-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:40', '2023-09-17 17:52:40'),
(179888, 1466, '0324-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:40', '2023-09-17 17:52:40'),
(179889, 1466, '0324-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:40', '2023-09-17 17:52:40'),
(179890, 1466, '0324-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:40', '2023-09-17 17:52:40'),
(179891, 1466, '0324-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:40', '2023-09-17 17:52:40'),
(179892, 1466, '0324-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:40', '2023-09-17 17:52:40'),
(179893, 1466, '0324-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:40', '2023-09-17 17:52:40'),
(179894, 1466, '0324-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:40', '2023-09-17 17:52:40'),
(179895, 1466, '0324-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:40', '2023-09-17 17:52:40'),
(179896, 1466, '0324-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:40', '2023-09-17 17:52:40'),
(179897, 1466, '0325-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:40', '2023-09-17 17:52:40'),
(179898, 1466, '0325-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:40', '2023-09-17 17:52:40'),
(179899, 1466, '0325-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:40', '2023-09-17 17:52:40'),
(179900, 1466, '0325-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:40', '2023-09-17 17:52:40'),
(179901, 1466, '0325-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:40', '2023-09-17 17:52:40'),
(179902, 1466, '0325-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:40', '2023-09-17 17:52:40'),
(179903, 1466, '0325-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:40', '2023-09-17 17:52:40'),
(179904, 1466, '0325-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:40', '2023-09-17 17:52:40'),
(179905, 1466, '0325-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:40', '2023-09-17 17:52:40'),
(179906, 1466, '0325-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:40', '2023-09-17 17:52:40'),
(179907, 1466, '0325-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:40', '2023-09-17 17:52:40'),
(179908, 1466, '0325-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:40', '2023-09-17 17:52:40'),
(179909, 1466, '0326-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:40', '2023-09-17 17:52:40'),
(179910, 1466, '0326-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:40', '2023-09-17 17:52:40'),
(179911, 1466, '0326-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:40', '2023-09-17 17:52:40'),
(179912, 1466, '0326-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:40', '2023-09-17 17:52:40'),
(179913, 1466, '0326-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:40', '2023-09-17 17:52:40'),
(179914, 1466, '0326-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:40', '2023-09-17 17:52:40'),
(179915, 1466, '0326-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:40', '2023-09-17 17:52:40'),
(179916, 1466, '0326-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:40', '2023-09-17 17:52:40'),
(179917, 1466, '0326-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:40', '2023-09-17 17:52:40'),
(179918, 1466, '0326-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:40', '2023-09-17 17:52:40'),
(179919, 1466, '0326-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:40', '2023-09-17 17:52:40'),
(179920, 1466, '0326-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:40', '2023-09-17 17:52:40'),
(179921, 1466, '0327-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:40', '2023-09-17 17:52:40'),
(179922, 1466, '0327-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:40', '2023-09-17 17:52:40'),
(179923, 1466, '0327-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:40', '2023-09-17 17:52:40'),
(179924, 1466, '0327-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:40', '2023-09-17 17:52:40'),
(179925, 1466, '0327-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:40', '2023-09-17 17:52:40'),
(179926, 1466, '0327-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:40', '2023-09-17 17:52:40'),
(179927, 1466, '0327-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:40', '2023-09-17 17:52:40'),
(179928, 1466, '0327-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:40', '2023-09-17 17:52:40'),
(179929, 1466, '0327-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:40', '2023-09-17 17:52:40'),
(179930, 1466, '0327-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:40', '2023-09-17 17:52:40'),
(179931, 1466, '0327-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:40', '2023-09-17 17:52:40'),
(179932, 1466, '0327-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:40', '2023-09-17 17:52:40'),
(179933, 1466, '0328-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:40', '2023-09-17 17:52:40'),
(179934, 1466, '0328-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:40', '2023-09-17 17:52:40'),
(179935, 1466, '0328-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:40', '2023-09-17 17:52:40'),
(179936, 1466, '0328-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:40', '2023-09-17 17:52:40'),
(179937, 1466, '0328-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:40', '2023-09-17 17:52:40'),
(179938, 1466, '0328-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:40', '2023-09-17 17:52:40'),
(179939, 1466, '0328-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:40', '2023-09-17 17:52:40'),
(179940, 1466, '0328-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:40', '2023-09-17 17:52:40'),
(179941, 1466, '0328-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:40', '2023-09-17 17:52:40'),
(179942, 1466, '0328-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:40', '2023-09-17 17:52:40'),
(179943, 1466, '0328-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:40', '2023-09-17 17:52:40'),
(179944, 1466, '0328-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:40', '2023-09-17 17:52:40'),
(179945, 1466, '0329-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:40', '2023-09-17 17:52:40'),
(179946, 1466, '0329-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:40', '2023-09-17 17:52:40'),
(179947, 1466, '0329-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:40', '2023-09-17 17:52:40'),
(179948, 1466, '0329-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:40', '2023-09-17 17:52:40'),
(179949, 1466, '0329-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:40', '2023-09-17 17:52:40'),
(179950, 1466, '0329-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:40', '2023-09-17 17:52:40'),
(179951, 1466, '0329-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:40', '2023-09-17 17:52:40'),
(179952, 1466, '0329-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:40', '2023-09-17 17:52:40'),
(179953, 1466, '0329-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:40', '2023-09-17 17:52:40'),
(179954, 1466, '0329-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:40', '2023-09-17 17:52:40'),
(179955, 1466, '0329-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:40', '2023-09-17 17:52:40'),
(179956, 1466, '0329-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:40', '2023-09-17 17:52:40'),
(179957, 1466, '0330-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:40', '2023-09-17 17:52:40'),
(179958, 1466, '0330-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:40', '2023-09-17 17:52:40'),
(179959, 1466, '0330-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:40', '2023-09-17 17:52:40'),
(179960, 1466, '0330-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:40', '2023-09-17 17:52:40'),
(179961, 1466, '0330-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:40', '2023-09-17 17:52:40'),
(179962, 1466, '0330-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:40', '2023-09-17 17:52:40'),
(179963, 1466, '0330-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:40', '2023-09-17 17:52:40'),
(179964, 1466, '0330-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:40', '2023-09-17 17:52:40'),
(179965, 1466, '0330-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:40', '2023-09-17 17:52:40'),
(179966, 1466, '0330-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:40', '2023-09-17 17:52:40'),
(179967, 1466, '0330-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:41', '2023-09-17 17:52:41'),
(179968, 1466, '0330-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:41', '2023-09-17 17:52:41'),
(179969, 1466, '0331-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:41', '2023-09-17 17:52:41'),
(179970, 1466, '0331-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:41', '2023-09-17 17:52:41'),
(179971, 1466, '0331-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:41', '2023-09-17 17:52:41'),
(179972, 1466, '0331-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:41', '2023-09-17 17:52:41'),
(179973, 1466, '0331-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:41', '2023-09-17 17:52:41'),
(179974, 1466, '0331-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:41', '2023-09-17 17:52:41'),
(179975, 1466, '0331-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:41', '2023-09-17 17:52:41'),
(179976, 1466, '0331-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:41', '2023-09-17 17:52:41'),
(179977, 1466, '0331-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:41', '2023-09-17 17:52:41'),
(179978, 1466, '0331-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:41', '2023-09-17 17:52:41'),
(179979, 1466, '0331-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:41', '2023-09-17 17:52:41'),
(179980, 1466, '0331-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:41', '2023-09-17 17:52:41'),
(179981, 1466, '0332-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:41', '2023-09-17 17:52:41'),
(179982, 1466, '0332-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:41', '2023-09-17 17:52:41'),
(179983, 1466, '0332-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:41', '2023-09-17 17:52:41'),
(179984, 1466, '0332-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:41', '2023-09-17 17:52:41'),
(179985, 1466, '0332-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:41', '2023-09-17 17:52:41'),
(179986, 1466, '0332-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:41', '2023-09-17 17:52:41'),
(179987, 1466, '0332-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:41', '2023-09-17 17:52:41'),
(179988, 1466, '0332-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:41', '2023-09-17 17:52:41'),
(179989, 1466, '0332-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:41', '2023-09-17 17:52:41'),
(179990, 1466, '0332-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:41', '2023-09-17 17:52:41'),
(179991, 1466, '0332-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:41', '2023-09-17 17:52:41'),
(179992, 1466, '0332-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:41', '2023-09-17 17:52:41'),
(179993, 1466, '0333-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:41', '2023-09-17 17:52:41'),
(179994, 1466, '0333-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:41', '2023-09-17 17:52:41'),
(179995, 1466, '0333-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:41', '2023-09-17 17:52:41'),
(179996, 1466, '0333-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:41', '2023-09-17 17:52:41'),
(179997, 1466, '0333-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:41', '2023-09-17 17:52:41'),
(179998, 1466, '0333-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:41', '2023-09-17 17:52:41'),
(179999, 1466, '0333-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:41', '2023-09-17 17:52:41'),
(180000, 1466, '0333-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:41', '2023-09-17 17:52:41'),
(180001, 1466, '0333-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:41', '2023-09-17 17:52:41'),
(180002, 1466, '0333-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:41', '2023-09-17 17:52:41'),
(180003, 1466, '0333-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:41', '2023-09-17 17:52:41'),
(180004, 1466, '0333-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:41', '2023-09-17 17:52:41'),
(180005, 1466, '0334-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:41', '2023-09-17 17:52:41'),
(180006, 1466, '0334-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:41', '2023-09-17 17:52:41'),
(180007, 1466, '0334-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:41', '2023-09-17 17:52:41'),
(180008, 1466, '0334-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:41', '2023-09-17 17:52:41'),
(180009, 1466, '0334-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:41', '2023-09-17 17:52:41'),
(180010, 1466, '0334-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:41', '2023-09-17 17:52:41'),
(180011, 1466, '0334-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:41', '2023-09-17 17:52:41'),
(180012, 1466, '0334-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:41', '2023-09-17 17:52:41'),
(180013, 1466, '0334-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:41', '2023-09-17 17:52:41'),
(180014, 1466, '0334-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:41', '2023-09-17 17:52:41'),
(180015, 1466, '0334-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:41', '2023-09-17 17:52:41'),
(180016, 1466, '0334-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:41', '2023-09-17 17:52:41'),
(180017, 1466, '0335-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:41', '2023-09-17 17:52:41'),
(180018, 1466, '0335-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:41', '2023-09-17 17:52:41'),
(180019, 1466, '0335-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:41', '2023-09-17 17:52:41'),
(180020, 1466, '0335-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:41', '2023-09-17 17:52:41'),
(180021, 1466, '0335-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:41', '2023-09-17 17:52:41'),
(180022, 1466, '0335-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:41', '2023-09-17 17:52:41'),
(180023, 1466, '0335-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:41', '2023-09-17 17:52:41'),
(180024, 1466, '0335-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:41', '2023-09-17 17:52:41'),
(180025, 1466, '0335-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:41', '2023-09-17 17:52:41'),
(180026, 1466, '0335-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:41', '2023-09-17 17:52:41'),
(180027, 1466, '0335-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:41', '2023-09-17 17:52:41'),
(180028, 1466, '0335-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:41', '2023-09-17 17:52:41'),
(180029, 1466, '0336-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:41', '2023-09-17 17:52:41'),
(180030, 1466, '0336-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:41', '2023-09-17 17:52:41'),
(180031, 1466, '0336-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:41', '2023-09-17 17:52:41'),
(180032, 1466, '0336-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:41', '2023-09-17 17:52:41'),
(180033, 1466, '0336-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:41', '2023-09-17 17:52:41'),
(180034, 1466, '0336-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:41', '2023-09-17 17:52:41'),
(180035, 1466, '0336-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:41', '2023-09-17 17:52:41'),
(180036, 1466, '0336-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:41', '2023-09-17 17:52:41'),
(180037, 1466, '0336-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:41', '2023-09-17 17:52:41'),
(180038, 1466, '0336-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:41', '2023-09-17 17:52:41'),
(180039, 1466, '0336-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:41', '2023-09-17 17:52:41'),
(180040, 1466, '0336-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:41', '2023-09-17 17:52:41'),
(180041, 1466, '0337-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:41', '2023-09-17 17:52:41'),
(180042, 1466, '0337-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:41', '2023-09-17 17:52:41'),
(180043, 1466, '0337-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:41', '2023-09-17 17:52:41'),
(180044, 1466, '0337-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:41', '2023-09-17 17:52:41'),
(180045, 1466, '0337-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:41', '2023-09-17 17:52:41'),
(180046, 1466, '0337-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:41', '2023-09-17 17:52:41'),
(180047, 1466, '0337-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:41', '2023-09-17 17:52:41'),
(180048, 1466, '0337-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:41', '2023-09-17 17:52:41'),
(180049, 1466, '0337-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:41', '2023-09-17 17:52:41'),
(180050, 1466, '0337-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:41', '2023-09-17 17:52:41'),
(180051, 1466, '0337-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:41', '2023-09-17 17:52:41'),
(180052, 1466, '0337-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:41', '2023-09-17 17:52:41'),
(180053, 1466, '0338-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:41', '2023-09-17 17:52:41'),
(180054, 1466, '0338-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:41', '2023-09-17 17:52:41'),
(180055, 1466, '0338-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:41', '2023-09-17 17:52:41'),
(180056, 1466, '0338-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:41', '2023-09-17 17:52:41'),
(180057, 1466, '0338-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:41', '2023-09-17 17:52:41'),
(180058, 1466, '0338-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:41', '2023-09-17 17:52:41'),
(180059, 1466, '0338-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:41', '2023-09-17 17:52:41'),
(180060, 1466, '0338-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:41', '2023-09-17 17:52:41'),
(180061, 1466, '0338-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:41', '2023-09-17 17:52:41'),
(180062, 1466, '0338-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:42', '2023-09-17 17:52:42'),
(180063, 1466, '0338-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:42', '2023-09-17 17:52:42'),
(180064, 1466, '0338-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:42', '2023-09-17 17:52:42'),
(180065, 1466, '0339-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:42', '2023-09-17 17:52:42'),
(180066, 1466, '0339-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:42', '2023-09-17 17:52:42'),
(180067, 1466, '0339-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:42', '2023-09-17 17:52:42'),
(180068, 1466, '0339-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:42', '2023-09-17 17:52:42'),
(180069, 1466, '0339-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:42', '2023-09-17 17:52:42'),
(180070, 1466, '0339-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:42', '2023-09-17 17:52:42'),
(180071, 1466, '0339-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:42', '2023-09-17 17:52:42'),
(180072, 1466, '0339-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:42', '2023-09-17 17:52:42'),
(180073, 1466, '0339-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:42', '2023-09-17 17:52:42'),
(180074, 1466, '0339-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:42', '2023-09-17 17:52:42'),
(180075, 1466, '0339-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:42', '2023-09-17 17:52:42'),
(180076, 1466, '0339-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:42', '2023-09-17 17:52:42'),
(180077, 1466, '0340-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:42', '2023-09-17 17:52:42'),
(180078, 1466, '0340-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:42', '2023-09-17 17:52:42'),
(180079, 1466, '0340-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:42', '2023-09-17 17:52:42'),
(180080, 1466, '0340-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:42', '2023-09-17 17:52:42'),
(180081, 1466, '0340-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:42', '2023-09-17 17:52:42'),
(180082, 1466, '0340-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:42', '2023-09-17 17:52:42'),
(180083, 1466, '0340-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:42', '2023-09-17 17:52:42'),
(180084, 1466, '0340-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:42', '2023-09-17 17:52:42'),
(180085, 1466, '0340-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:42', '2023-09-17 17:52:42'),
(180086, 1466, '0340-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:42', '2023-09-17 17:52:42'),
(180087, 1466, '0340-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:42', '2023-09-17 17:52:42'),
(180088, 1466, '0340-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:42', '2023-09-17 17:52:42'),
(180089, 1466, '0341-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:44', '2023-09-17 17:52:44'),
(180090, 1466, '0341-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:44', '2023-09-17 17:52:44'),
(180091, 1466, '0341-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:44', '2023-09-17 17:52:44'),
(180092, 1466, '0341-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:44', '2023-09-17 17:52:44'),
(180093, 1466, '0341-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:44', '2023-09-17 17:52:44'),
(180094, 1466, '0341-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:44', '2023-09-17 17:52:44'),
(180095, 1466, '0341-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:44', '2023-09-17 17:52:44'),
(180096, 1466, '0341-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:44', '2023-09-17 17:52:44'),
(180097, 1466, '0341-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:44', '2023-09-17 17:52:44'),
(180098, 1466, '0341-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:44', '2023-09-17 17:52:44'),
(180099, 1466, '0341-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:44', '2023-09-17 17:52:44'),
(180100, 1466, '0341-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:44', '2023-09-17 17:52:44'),
(180101, 1466, '0342-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:44', '2023-09-17 17:52:44'),
(180102, 1466, '0342-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:44', '2023-09-17 17:52:44'),
(180103, 1466, '0342-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:44', '2023-09-17 17:52:44'),
(180104, 1466, '0342-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:44', '2023-09-17 17:52:44'),
(180105, 1466, '0342-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:44', '2023-09-17 17:52:44'),
(180106, 1466, '0342-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:44', '2023-09-17 17:52:44'),
(180107, 1466, '0342-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:44', '2023-09-17 17:52:44'),
(180108, 1466, '0342-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:44', '2023-09-17 17:52:44'),
(180109, 1466, '0342-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:44', '2023-09-17 17:52:44'),
(180110, 1466, '0342-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:44', '2023-09-17 17:52:44'),
(180111, 1466, '0342-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:44', '2023-09-17 17:52:44'),
(180112, 1466, '0342-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:44', '2023-09-17 17:52:44'),
(180113, 1466, '0343-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:44', '2023-09-17 17:52:44'),
(180114, 1466, '0343-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:44', '2023-09-17 17:52:44'),
(180115, 1466, '0343-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:44', '2023-09-17 17:52:44'),
(180116, 1466, '0343-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:44', '2023-09-17 17:52:44'),
(180117, 1466, '0343-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:44', '2023-09-17 17:52:44'),
(180118, 1466, '0343-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:44', '2023-09-17 17:52:44'),
(180119, 1466, '0343-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:44', '2023-09-17 17:52:44'),
(180120, 1466, '0343-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:44', '2023-09-17 17:52:44'),
(180121, 1466, '0343-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:44', '2023-09-17 17:52:44'),
(180122, 1466, '0343-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:44', '2023-09-17 17:52:44'),
(180123, 1466, '0343-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:44', '2023-09-17 17:52:44'),
(180124, 1466, '0343-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:44', '2023-09-17 17:52:44'),
(180125, 1466, '0344-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:44', '2023-09-17 17:52:44'),
(180126, 1466, '0344-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:44', '2023-09-17 17:52:44'),
(180127, 1466, '0344-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:44', '2023-09-17 17:52:44'),
(180128, 1466, '0344-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:44', '2023-09-17 17:52:44'),
(180129, 1466, '0344-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:44', '2023-09-17 17:52:44'),
(180130, 1466, '0344-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:44', '2023-09-17 17:52:44'),
(180131, 1466, '0344-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:44', '2023-09-17 17:52:44'),
(180132, 1466, '0344-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:44', '2023-09-17 17:52:44'),
(180133, 1466, '0344-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:44', '2023-09-17 17:52:44'),
(180134, 1466, '0344-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:44', '2023-09-17 17:52:44'),
(180135, 1466, '0344-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:44', '2023-09-17 17:52:44'),
(180136, 1466, '0344-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:44', '2023-09-17 17:52:44'),
(180137, 1466, '0345-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:44', '2023-09-17 17:52:44'),
(180138, 1466, '0345-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:44', '2023-09-17 17:52:44'),
(180139, 1466, '0345-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:44', '2023-09-17 17:52:44'),
(180140, 1466, '0345-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:44', '2023-09-17 17:52:44'),
(180141, 1466, '0345-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:44', '2023-09-17 17:52:44'),
(180142, 1466, '0345-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:44', '2023-09-17 17:52:44'),
(180143, 1466, '0345-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:44', '2023-09-17 17:52:44'),
(180144, 1466, '0345-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:44', '2023-09-17 17:52:44'),
(180145, 1466, '0345-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:44', '2023-09-17 17:52:44'),
(180146, 1466, '0345-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:44', '2023-09-17 17:52:44'),
(180147, 1466, '0345-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:44', '2023-09-17 17:52:44'),
(180148, 1466, '0345-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:44', '2023-09-17 17:52:44'),
(180149, 1466, '0346-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:44', '2023-09-17 17:52:44'),
(180150, 1466, '0346-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:44', '2023-09-17 17:52:44'),
(180151, 1466, '0346-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:44', '2023-09-17 17:52:44'),
(180152, 1466, '0346-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:44', '2023-09-17 17:52:44'),
(180153, 1466, '0346-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:44', '2023-09-17 17:52:44'),
(180154, 1466, '0346-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:44', '2023-09-17 17:52:44'),
(180155, 1466, '0346-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:44', '2023-09-17 17:52:44'),
(180156, 1466, '0346-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:44', '2023-09-17 17:52:44'),
(180157, 1466, '0346-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:44', '2023-09-17 17:52:44'),
(180158, 1466, '0346-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:44', '2023-09-17 17:52:44'),
(180159, 1466, '0346-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:44', '2023-09-17 17:52:44'),
(180160, 1466, '0346-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:44', '2023-09-17 17:52:44'),
(180161, 1466, '0347-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:44', '2023-09-17 17:52:44'),
(180162, 1466, '0347-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:44', '2023-09-17 17:52:44'),
(180163, 1466, '0347-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:44', '2023-09-17 17:52:44'),
(180164, 1466, '0347-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:44', '2023-09-17 17:52:44'),
(180165, 1466, '0347-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:44', '2023-09-17 17:52:44'),
(180166, 1466, '0347-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:44', '2023-09-17 17:52:44'),
(180167, 1466, '0347-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:44', '2023-09-17 17:52:44'),
(180168, 1466, '0347-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:44', '2023-09-17 17:52:44'),
(180169, 1466, '0347-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:44', '2023-09-17 17:52:44'),
(180170, 1466, '0347-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:44', '2023-09-17 17:52:44'),
(180171, 1466, '0347-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:44', '2023-09-17 17:52:44'),
(180172, 1466, '0347-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:44', '2023-09-17 17:52:44'),
(180173, 1466, '0348-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:44', '2023-09-17 17:52:44'),
(180174, 1466, '0348-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:44', '2023-09-17 17:52:44'),
(180175, 1466, '0348-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:44', '2023-09-17 17:52:44'),
(180176, 1466, '0348-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:44', '2023-09-17 17:52:44'),
(180177, 1466, '0348-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:44', '2023-09-17 17:52:44'),
(180178, 1466, '0348-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:44', '2023-09-17 17:52:44'),
(180179, 1466, '0348-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:44', '2023-09-17 17:52:44'),
(180180, 1466, '0348-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:44', '2023-09-17 17:52:44'),
(180181, 1466, '0348-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:44', '2023-09-17 17:52:44'),
(180182, 1466, '0348-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:44', '2023-09-17 17:52:44'),
(180183, 1466, '0348-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:44', '2023-09-17 17:52:44'),
(180184, 1466, '0348-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:44', '2023-09-17 17:52:44'),
(180185, 1466, '0349-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:44', '2023-09-17 17:52:44'),
(180186, 1466, '0349-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:44', '2023-09-17 17:52:44'),
(180187, 1466, '0349-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:44', '2023-09-17 17:52:44'),
(180188, 1466, '0349-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:44', '2023-09-17 17:52:44'),
(180189, 1466, '0349-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:44', '2023-09-17 17:52:44'),
(180190, 1466, '0349-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:44', '2023-09-17 17:52:44'),
(180191, 1466, '0349-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:44', '2023-09-17 17:52:44'),
(180192, 1466, '0349-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:44', '2023-09-17 17:52:44'),
(180193, 1466, '0349-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:44', '2023-09-17 17:52:44'),
(180194, 1466, '0349-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:44', '2023-09-17 17:52:44'),
(180195, 1466, '0349-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:44', '2023-09-17 17:52:44'),
(180196, 1466, '0349-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:44', '2023-09-17 17:52:44'),
(180197, 1466, '0350-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:44', '2023-09-17 17:52:44'),
(180198, 1466, '0350-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:44', '2023-09-17 17:52:44'),
(180199, 1466, '0350-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:44', '2023-09-17 17:52:44'),
(180200, 1466, '0350-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:44', '2023-09-17 17:52:44'),
(180201, 1466, '0350-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:44', '2023-09-17 17:52:44');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(180202, 1466, '0350-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:44', '2023-09-17 17:52:44'),
(180203, 1466, '0350-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:44', '2023-09-17 17:52:44'),
(180204, 1466, '0350-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:44', '2023-09-17 17:52:44'),
(180205, 1466, '0350-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:44', '2023-09-17 17:52:44'),
(180206, 1466, '0350-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:44', '2023-09-17 17:52:44'),
(180207, 1466, '0350-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:44', '2023-09-17 17:52:44'),
(180208, 1466, '0350-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:44', '2023-09-17 17:52:44'),
(180209, 1466, '0351-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:44', '2023-09-17 17:52:44'),
(180210, 1466, '0351-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:44', '2023-09-17 17:52:44'),
(180211, 1466, '0351-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:44', '2023-09-17 17:52:44'),
(180212, 1466, '0351-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:44', '2023-09-17 17:52:44'),
(180213, 1466, '0351-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:44', '2023-09-17 17:52:44'),
(180214, 1466, '0351-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:44', '2023-09-17 17:52:44'),
(180215, 1466, '0351-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:44', '2023-09-17 17:52:44'),
(180216, 1466, '0351-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:44', '2023-09-17 17:52:44'),
(180217, 1466, '0351-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:44', '2023-09-17 17:52:44'),
(180218, 1466, '0351-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:44', '2023-09-17 17:52:44'),
(180219, 1466, '0351-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:44', '2023-09-17 17:52:44'),
(180220, 1466, '0351-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:44', '2023-09-17 17:52:44'),
(180221, 1466, '0352-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:44', '2023-09-17 17:52:44'),
(180222, 1466, '0352-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:44', '2023-09-17 17:52:44'),
(180223, 1466, '0352-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:44', '2023-09-17 17:52:44'),
(180224, 1466, '0352-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:44', '2023-09-17 17:52:44'),
(180225, 1466, '0352-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:44', '2023-09-17 17:52:44'),
(180226, 1466, '0352-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:44', '2023-09-17 17:52:44'),
(180227, 1466, '0352-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:44', '2023-09-17 17:52:44'),
(180228, 1466, '0352-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:44', '2023-09-17 17:52:44'),
(180229, 1466, '0352-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:44', '2023-09-17 17:52:44'),
(180230, 1466, '0352-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:44', '2023-09-17 17:52:44'),
(180231, 1466, '0352-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:44', '2023-09-17 17:52:44'),
(180232, 1466, '0352-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180233, 1466, '0353-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180234, 1466, '0353-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180235, 1466, '0353-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180236, 1466, '0353-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180237, 1466, '0353-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180238, 1466, '0353-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180239, 1466, '0353-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180240, 1466, '0353-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180241, 1466, '0353-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180242, 1466, '0353-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180243, 1466, '0353-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180244, 1466, '0353-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180245, 1466, '0354-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180246, 1466, '0354-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180247, 1466, '0354-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180248, 1466, '0354-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180249, 1466, '0354-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180250, 1466, '0354-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180251, 1466, '0354-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180252, 1466, '0354-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180253, 1466, '0354-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180254, 1466, '0354-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180255, 1466, '0354-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180256, 1466, '0354-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180257, 1466, '0355-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180258, 1466, '0355-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180259, 1466, '0355-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180260, 1466, '0355-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180261, 1466, '0355-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180262, 1466, '0355-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180263, 1466, '0355-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180264, 1466, '0355-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180265, 1466, '0355-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180266, 1466, '0355-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180267, 1466, '0355-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180268, 1466, '0355-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180269, 1466, '0356-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180270, 1466, '0356-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180271, 1466, '0356-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180272, 1466, '0356-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180273, 1466, '0356-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180274, 1466, '0356-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180275, 1466, '0356-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180276, 1466, '0356-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180277, 1466, '0356-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180278, 1466, '0356-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180279, 1466, '0356-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180280, 1466, '0356-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180281, 1466, '0357-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180282, 1466, '0357-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180283, 1466, '0357-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180284, 1466, '0357-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180285, 1466, '0357-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180286, 1466, '0357-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180287, 1466, '0357-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180288, 1466, '0357-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180289, 1466, '0357-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180290, 1466, '0357-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180291, 1466, '0357-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180292, 1466, '0357-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180293, 1466, '0358-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180294, 1466, '0358-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180295, 1466, '0358-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180296, 1466, '0358-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180297, 1466, '0358-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180298, 1466, '0358-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180299, 1466, '0358-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180300, 1466, '0358-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180301, 1466, '0358-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180302, 1466, '0358-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180303, 1466, '0358-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180304, 1466, '0358-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180305, 1466, '0359-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180306, 1466, '0359-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180307, 1466, '0359-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180308, 1466, '0359-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180309, 1466, '0359-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180310, 1466, '0359-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180311, 1466, '0359-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180312, 1466, '0359-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180313, 1466, '0359-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180314, 1466, '0359-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180315, 1466, '0359-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180316, 1466, '0359-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180317, 1466, '0360-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180318, 1466, '0360-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180319, 1466, '0360-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180320, 1466, '0360-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180321, 1466, '0360-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180322, 1466, '0360-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180323, 1466, '0360-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180324, 1466, '0360-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180325, 1466, '0360-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180326, 1466, '0360-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180327, 1466, '0360-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180328, 1466, '0360-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180329, 1466, '0361-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180330, 1466, '0361-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180331, 1466, '0361-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180332, 1466, '0361-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180333, 1466, '0361-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180334, 1466, '0361-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180335, 1466, '0361-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180336, 1466, '0361-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180337, 1466, '0361-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180338, 1466, '0361-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180339, 1466, '0361-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180340, 1466, '0361-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180341, 1466, '0362-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180342, 1466, '0362-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180343, 1466, '0362-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180344, 1466, '0362-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180345, 1466, '0362-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180346, 1466, '0362-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180347, 1466, '0362-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180348, 1466, '0362-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180349, 1466, '0362-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180350, 1466, '0362-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180351, 1466, '0362-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180352, 1466, '0362-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180353, 1466, '0363-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180354, 1466, '0363-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180355, 1466, '0363-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180356, 1466, '0363-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180357, 1466, '0363-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180358, 1466, '0363-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180359, 1466, '0363-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180360, 1466, '0363-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180361, 1466, '0363-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180362, 1466, '0363-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180363, 1466, '0363-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180364, 1466, '0363-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180365, 1466, '0364-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180366, 1466, '0364-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180367, 1466, '0364-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180368, 1466, '0364-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180369, 1466, '0364-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180370, 1466, '0364-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180371, 1466, '0364-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180372, 1466, '0364-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180373, 1466, '0364-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180374, 1466, '0364-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180375, 1466, '0364-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180376, 1466, '0364-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180377, 1466, '0365-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180378, 1466, '0365-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180379, 1466, '0365-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180380, 1466, '0365-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180381, 1466, '0365-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180382, 1466, '0365-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180383, 1466, '0365-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180384, 1466, '0365-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180385, 1466, '0365-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180386, 1466, '0365-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180387, 1466, '0365-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180388, 1466, '0365-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180389, 1466, '0366-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180390, 1466, '0366-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180391, 1466, '0366-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180392, 1466, '0366-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180393, 1466, '0366-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180394, 1466, '0366-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180395, 1466, '0366-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180396, 1466, '0366-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180397, 1466, '0366-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180398, 1466, '0366-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180399, 1466, '0366-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180400, 1466, '0366-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180401, 1466, '0367-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180402, 1466, '0367-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180403, 1466, '0367-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180404, 1466, '0367-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180405, 1466, '0367-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180406, 1466, '0367-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180407, 1466, '0367-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180408, 1466, '0367-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180409, 1466, '0367-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180410, 1466, '0367-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180411, 1466, '0367-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180412, 1466, '0367-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180413, 1466, '0368-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180414, 1466, '0368-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180415, 1466, '0368-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180416, 1466, '0368-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180417, 1466, '0368-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180418, 1466, '0368-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180419, 1466, '0368-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180420, 1466, '0368-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180421, 1466, '0368-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180422, 1466, '0368-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180423, 1466, '0368-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180424, 1466, '0368-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180425, 1466, '0369-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180426, 1466, '0369-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180427, 1466, '0369-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180428, 1466, '0369-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180429, 1466, '0369-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180430, 1466, '0369-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180431, 1466, '0369-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180432, 1466, '0369-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180433, 1466, '0369-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180434, 1466, '0369-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180435, 1466, '0369-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180436, 1466, '0369-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180437, 1466, '0370-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180438, 1466, '0370-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180439, 1466, '0370-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180440, 1466, '0370-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180441, 1466, '0370-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180442, 1466, '0370-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180443, 1466, '0370-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180444, 1466, '0370-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180445, 1466, '0370-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180446, 1466, '0370-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180447, 1466, '0370-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180448, 1466, '0370-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180449, 1466, '0371-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180450, 1466, '0371-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180451, 1466, '0371-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180452, 1466, '0371-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180453, 1466, '0371-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180454, 1466, '0371-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180455, 1466, '0371-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180456, 1466, '0371-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180457, 1466, '0371-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180458, 1466, '0371-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180459, 1466, '0371-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180460, 1466, '0371-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180461, 1466, '0372-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180462, 1466, '0372-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180463, 1466, '0372-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180464, 1466, '0372-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180465, 1466, '0372-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180466, 1466, '0372-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180467, 1466, '0372-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180468, 1466, '0372-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180469, 1466, '0372-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180470, 1466, '0372-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180471, 1466, '0372-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180472, 1466, '0372-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180473, 1466, '0373-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180474, 1466, '0373-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180475, 1466, '0373-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180476, 1466, '0373-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180477, 1466, '0373-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180478, 1466, '0373-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180479, 1466, '0373-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180480, 1466, '0373-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180481, 1466, '0373-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180482, 1466, '0373-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180483, 1466, '0373-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180484, 1466, '0373-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180485, 1466, '0374-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180486, 1466, '0374-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180487, 1466, '0374-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180488, 1466, '0374-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180489, 1466, '0374-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180490, 1466, '0374-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180491, 1466, '0374-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180492, 1466, '0374-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180493, 1466, '0374-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180494, 1466, '0374-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180495, 1466, '0374-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180496, 1466, '0374-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180497, 1466, '0375-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180498, 1466, '0375-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180499, 1466, '0375-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180500, 1466, '0375-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180501, 1466, '0375-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180502, 1466, '0375-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180503, 1466, '0375-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180504, 1466, '0375-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180505, 1466, '0375-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180506, 1466, '0375-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180507, 1466, '0375-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180508, 1466, '0375-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180509, 1466, '0376-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180510, 1466, '0376-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180511, 1466, '0376-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180512, 1466, '0376-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180513, 1466, '0376-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180514, 1466, '0376-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180515, 1466, '0376-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180516, 1466, '0376-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180517, 1466, '0376-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180518, 1466, '0376-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180519, 1466, '0376-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180520, 1466, '0376-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180521, 1466, '0377-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180522, 1466, '0377-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180523, 1466, '0377-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180524, 1466, '0377-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180525, 1466, '0377-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180526, 1466, '0377-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180527, 1466, '0377-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180528, 1466, '0377-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180529, 1466, '0377-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180530, 1466, '0377-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180531, 1466, '0377-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180532, 1466, '0377-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180533, 1466, '0378-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180534, 1466, '0378-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180535, 1466, '0378-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180536, 1466, '0378-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180537, 1466, '0378-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180538, 1466, '0378-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180539, 1466, '0378-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180540, 1466, '0378-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180541, 1466, '0378-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180542, 1466, '0378-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180543, 1466, '0378-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180544, 1466, '0378-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180545, 1466, '0379-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180546, 1466, '0379-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180547, 1466, '0379-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180548, 1466, '0379-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180549, 1466, '0379-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180550, 1466, '0379-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180551, 1466, '0379-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180552, 1466, '0379-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180553, 1466, '0379-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180554, 1466, '0379-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180555, 1466, '0379-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180556, 1466, '0379-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180557, 1466, '0380-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180558, 1466, '0380-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180559, 1466, '0380-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180560, 1466, '0380-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180561, 1466, '0380-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180562, 1466, '0380-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180563, 1466, '0380-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180564, 1466, '0380-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180565, 1466, '0380-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180566, 1466, '0380-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180567, 1466, '0380-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180568, 1466, '0380-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180569, 1466, '0381-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180570, 1466, '0381-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180571, 1466, '0381-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180572, 1466, '0381-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180573, 1466, '0381-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180574, 1466, '0381-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180575, 1466, '0381-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180576, 1466, '0381-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180577, 1466, '0381-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180578, 1466, '0381-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180579, 1466, '0381-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180580, 1466, '0381-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180581, 1466, '0382-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180582, 1466, '0382-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180583, 1466, '0382-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180584, 1466, '0382-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180585, 1466, '0382-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180586, 1466, '0382-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180587, 1466, '0382-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180588, 1466, '0382-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180589, 1466, '0382-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180590, 1466, '0382-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180591, 1466, '0382-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180592, 1466, '0382-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180593, 1466, '0383-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180594, 1466, '0383-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180595, 1466, '0383-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180596, 1466, '0383-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180597, 1466, '0383-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180598, 1466, '0383-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180599, 1466, '0383-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180600, 1466, '0383-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180601, 1466, '0383-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180602, 1466, '0383-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180603, 1466, '0383-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180604, 1466, '0383-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180605, 1466, '0384-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180606, 1466, '0384-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180607, 1466, '0384-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180608, 1466, '0384-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180609, 1466, '0384-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180610, 1466, '0384-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180611, 1466, '0384-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180612, 1466, '0384-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180613, 1466, '0384-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180614, 1466, '0384-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:45', '2023-09-17 17:52:45'),
(180615, 1466, '0384-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180616, 1466, '0384-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180617, 1466, '0385-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180618, 1466, '0385-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180619, 1466, '0385-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180620, 1466, '0385-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180621, 1466, '0385-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180622, 1466, '0385-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180623, 1466, '0385-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180624, 1466, '0385-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180625, 1466, '0385-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180626, 1466, '0385-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180627, 1466, '0385-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180628, 1466, '0385-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180629, 1466, '0386-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180630, 1466, '0386-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180631, 1466, '0386-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180632, 1466, '0386-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180633, 1466, '0386-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180634, 1466, '0386-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180635, 1466, '0386-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180636, 1466, '0386-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180637, 1466, '0386-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180638, 1466, '0386-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180639, 1466, '0386-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180640, 1466, '0386-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180641, 1466, '0387-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180642, 1466, '0387-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180643, 1466, '0387-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180644, 1466, '0387-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180645, 1466, '0387-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180646, 1466, '0387-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180647, 1466, '0387-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180648, 1466, '0387-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180649, 1466, '0387-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180650, 1466, '0387-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180651, 1466, '0387-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180652, 1466, '0387-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180653, 1466, '0388-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180654, 1466, '0388-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180655, 1466, '0388-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180656, 1466, '0388-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180657, 1466, '0388-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180658, 1466, '0388-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180659, 1466, '0388-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180660, 1466, '0388-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180661, 1466, '0388-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180662, 1466, '0388-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180663, 1466, '0388-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180664, 1466, '0388-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180665, 1466, '0389-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180666, 1466, '0389-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(180667, 1466, '0389-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180668, 1466, '0389-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180669, 1466, '0389-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180670, 1466, '0389-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180671, 1466, '0389-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180672, 1466, '0389-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180673, 1466, '0389-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180674, 1466, '0389-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180675, 1466, '0389-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180676, 1466, '0389-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180677, 1466, '0390-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180678, 1466, '0390-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180679, 1466, '0390-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180680, 1466, '0390-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180681, 1466, '0390-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180682, 1466, '0390-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180683, 1466, '0390-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180684, 1466, '0390-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180685, 1466, '0390-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180686, 1466, '0390-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180687, 1466, '0390-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180688, 1466, '0390-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180689, 1466, '0391-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180690, 1466, '0391-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180691, 1466, '0391-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180692, 1466, '0391-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180693, 1466, '0391-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180694, 1466, '0391-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180695, 1466, '0391-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180696, 1466, '0391-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180697, 1466, '0391-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180698, 1466, '0391-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180699, 1466, '0391-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180700, 1466, '0391-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180701, 1466, '0392-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180702, 1466, '0392-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180703, 1466, '0392-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180704, 1466, '0392-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180705, 1466, '0392-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180706, 1466, '0392-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180707, 1466, '0392-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180708, 1466, '0392-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180709, 1466, '0392-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180710, 1466, '0392-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180711, 1466, '0392-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180712, 1466, '0392-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180713, 1466, '0393-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180714, 1466, '0393-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180715, 1466, '0393-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180716, 1466, '0393-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180717, 1466, '0393-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180718, 1466, '0393-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180719, 1466, '0393-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180720, 1466, '0393-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180721, 1466, '0393-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180722, 1466, '0393-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180723, 1466, '0393-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180724, 1466, '0393-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180725, 1466, '0394-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180726, 1466, '0394-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180727, 1466, '0394-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180728, 1466, '0394-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180729, 1466, '0394-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180730, 1466, '0394-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180731, 1466, '0394-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180732, 1466, '0394-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180733, 1466, '0394-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180734, 1466, '0394-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180735, 1466, '0394-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180736, 1466, '0394-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180737, 1466, '0395-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180738, 1466, '0395-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180739, 1466, '0395-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180740, 1466, '0395-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180741, 1466, '0395-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180742, 1466, '0395-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180743, 1466, '0395-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180744, 1466, '0395-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180745, 1466, '0395-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180746, 1466, '0395-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180747, 1466, '0395-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180748, 1466, '0395-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180749, 1466, '0396-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180750, 1466, '0396-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180751, 1466, '0396-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180752, 1466, '0396-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180753, 1466, '0396-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180754, 1466, '0396-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180755, 1466, '0396-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180756, 1466, '0396-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180757, 1466, '0396-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180758, 1466, '0396-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180759, 1466, '0396-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180760, 1466, '0396-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180761, 1466, '0397-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180762, 1466, '0397-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180763, 1466, '0397-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180764, 1466, '0397-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180765, 1466, '0397-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180766, 1466, '0397-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180767, 1466, '0397-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180768, 1466, '0397-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180769, 1466, '0397-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180770, 1466, '0397-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180771, 1466, '0397-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180772, 1466, '0397-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180773, 1466, '0398-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180774, 1466, '0398-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180775, 1466, '0398-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180776, 1466, '0398-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180777, 1466, '0398-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180778, 1466, '0398-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180779, 1466, '0398-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180780, 1466, '0398-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180781, 1466, '0398-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180782, 1466, '0398-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180783, 1466, '0398-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180784, 1466, '0398-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180785, 1466, '0399-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180786, 1466, '0399-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180787, 1466, '0399-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180788, 1466, '0399-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180789, 1466, '0399-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180790, 1466, '0399-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180791, 1466, '0399-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180792, 1466, '0399-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180793, 1466, '0399-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180794, 1466, '0399-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180795, 1466, '0399-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180796, 1466, '0399-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180797, 1466, '0400-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180798, 1466, '0400-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180799, 1466, '0400-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180800, 1466, '0400-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180801, 1466, '0400-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180802, 1466, '0400-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180803, 1466, '0400-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180804, 1466, '0400-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180805, 1466, '0400-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180806, 1466, '0400-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180807, 1466, '0400-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180808, 1466, '0400-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180809, 1466, '0401-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180810, 1466, '0401-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180811, 1466, '0401-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180812, 1466, '0401-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180813, 1466, '0401-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180814, 1466, '0401-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180815, 1466, '0401-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180816, 1466, '0401-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180817, 1466, '0401-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180818, 1466, '0401-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180819, 1466, '0401-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180820, 1466, '0401-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180821, 1466, '0402-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180822, 1466, '0402-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180823, 1466, '0402-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180824, 1466, '0402-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180825, 1466, '0402-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180826, 1466, '0402-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180827, 1466, '0402-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180828, 1466, '0402-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180829, 1466, '0402-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180830, 1466, '0402-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180831, 1466, '0402-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180832, 1466, '0402-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180833, 1466, '0403-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180834, 1466, '0403-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180835, 1466, '0403-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180836, 1466, '0403-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180837, 1466, '0403-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180838, 1466, '0403-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180839, 1466, '0403-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180840, 1466, '0403-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180841, 1466, '0403-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180842, 1466, '0403-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180843, 1466, '0403-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180844, 1466, '0403-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180845, 1466, '0404-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180846, 1466, '0404-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180847, 1466, '0404-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180848, 1466, '0404-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180849, 1466, '0404-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180850, 1466, '0404-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180851, 1466, '0404-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180852, 1466, '0404-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180853, 1466, '0404-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180854, 1466, '0404-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180855, 1466, '0404-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180856, 1466, '0404-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180857, 1466, '0405-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180858, 1466, '0405-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180859, 1466, '0405-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180860, 1466, '0405-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180861, 1466, '0405-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180862, 1466, '0405-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180863, 1466, '0405-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180864, 1466, '0405-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180865, 1466, '0405-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180866, 1466, '0405-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180867, 1466, '0405-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180868, 1466, '0405-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180869, 1466, '0406-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180870, 1466, '0406-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180871, 1466, '0406-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180872, 1466, '0406-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180873, 1466, '0406-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180874, 1466, '0406-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180875, 1466, '0406-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180876, 1466, '0406-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180877, 1466, '0406-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180878, 1466, '0406-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180879, 1466, '0406-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180880, 1466, '0406-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180881, 1466, '0407-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180882, 1466, '0407-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180883, 1466, '0407-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180884, 1466, '0407-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180885, 1466, '0407-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180886, 1466, '0407-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180887, 1466, '0407-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180888, 1466, '0407-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180889, 1466, '0407-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180890, 1466, '0407-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180891, 1466, '0407-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180892, 1466, '0407-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180893, 1466, '0408-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180894, 1466, '0408-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180895, 1466, '0408-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180896, 1466, '0408-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180897, 1466, '0408-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180898, 1466, '0408-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180899, 1466, '0408-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180900, 1466, '0408-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180901, 1466, '0408-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180902, 1466, '0408-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180903, 1466, '0408-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180904, 1466, '0408-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180905, 1466, '0409-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180906, 1466, '0409-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180907, 1466, '0409-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180908, 1466, '0409-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180909, 1466, '0409-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180910, 1466, '0409-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180911, 1466, '0409-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180912, 1466, '0409-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180913, 1466, '0409-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180914, 1466, '0409-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180915, 1466, '0409-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180916, 1466, '0409-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180917, 1466, '0410-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180918, 1466, '0410-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180919, 1466, '0410-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180920, 1466, '0410-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180921, 1466, '0410-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180922, 1466, '0410-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180923, 1466, '0410-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180924, 1466, '0410-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180925, 1466, '0410-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180926, 1466, '0410-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180927, 1466, '0410-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180928, 1466, '0410-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180929, 1466, '0411-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180930, 1466, '0411-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180931, 1466, '0411-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180932, 1466, '0411-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180933, 1466, '0411-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180934, 1466, '0411-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180935, 1466, '0411-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180936, 1466, '0411-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180937, 1466, '0411-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180938, 1466, '0411-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180939, 1466, '0411-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180940, 1466, '0411-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180941, 1466, '0412-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180942, 1466, '0412-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180943, 1466, '0412-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180944, 1466, '0412-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180945, 1466, '0412-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180946, 1466, '0412-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180947, 1466, '0412-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180948, 1466, '0412-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180949, 1466, '0412-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180950, 1466, '0412-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180951, 1466, '0412-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180952, 1466, '0412-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180953, 1466, '0413-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180954, 1466, '0413-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180955, 1466, '0413-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180956, 1466, '0413-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180957, 1466, '0413-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180958, 1466, '0413-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180959, 1466, '0413-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180960, 1466, '0413-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180961, 1466, '0413-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180962, 1466, '0413-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180963, 1466, '0413-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180964, 1466, '0413-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180965, 1466, '0414-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180966, 1466, '0414-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180967, 1466, '0414-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180968, 1466, '0414-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180969, 1466, '0414-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180970, 1466, '0414-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180971, 1466, '0414-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180972, 1466, '0414-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180973, 1466, '0414-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180974, 1466, '0414-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180975, 1466, '0414-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180976, 1466, '0414-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180977, 1466, '0415-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180978, 1466, '0415-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180979, 1466, '0415-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180980, 1466, '0415-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180981, 1466, '0415-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180982, 1466, '0415-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180983, 1466, '0415-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180984, 1466, '0415-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180985, 1466, '0415-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180986, 1466, '0415-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180987, 1466, '0415-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180988, 1466, '0415-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180989, 1466, '0416-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180990, 1466, '0416-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180991, 1466, '0416-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180992, 1466, '0416-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180993, 1466, '0416-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180994, 1466, '0416-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180995, 1466, '0416-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180996, 1466, '0416-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180997, 1466, '0416-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180998, 1466, '0416-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(180999, 1466, '0416-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(181000, 1466, '0416-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:46', '2023-09-17 17:52:46'),
(181001, 1466, '0417-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181002, 1466, '0417-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181003, 1466, '0417-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181004, 1466, '0417-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181005, 1466, '0417-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181006, 1466, '0417-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181007, 1466, '0417-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181008, 1466, '0417-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181009, 1466, '0417-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181010, 1466, '0417-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181011, 1466, '0417-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181012, 1466, '0417-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181013, 1466, '0418-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181014, 1466, '0418-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181015, 1466, '0418-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181016, 1466, '0418-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181017, 1466, '0418-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181018, 1466, '0418-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181019, 1466, '0418-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181020, 1466, '0418-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181021, 1466, '0418-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181022, 1466, '0418-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181023, 1466, '0418-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181024, 1466, '0418-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181025, 1466, '0419-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181026, 1466, '0419-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181027, 1466, '0419-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181028, 1466, '0419-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181029, 1466, '0419-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181030, 1466, '0419-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181031, 1466, '0419-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181032, 1466, '0419-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181033, 1466, '0419-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181034, 1466, '0419-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181035, 1466, '0419-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181036, 1466, '0419-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181037, 1466, '0420-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181038, 1466, '0420-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181039, 1466, '0420-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181040, 1466, '0420-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181041, 1466, '0420-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181042, 1466, '0420-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181043, 1466, '0420-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181044, 1466, '0420-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181045, 1466, '0420-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181046, 1466, '0420-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181047, 1466, '0420-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181048, 1466, '0420-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181049, 1466, '0421-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181050, 1466, '0421-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181051, 1466, '0421-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181052, 1466, '0421-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181053, 1466, '0421-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181054, 1466, '0421-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181055, 1466, '0421-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181056, 1466, '0421-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181057, 1466, '0421-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181058, 1466, '0421-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181059, 1466, '0421-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181060, 1466, '0421-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181061, 1466, '0422-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181062, 1466, '0422-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181063, 1466, '0422-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181064, 1466, '0422-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181065, 1466, '0422-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181066, 1466, '0422-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181067, 1466, '0422-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181068, 1466, '0422-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181069, 1466, '0422-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181070, 1466, '0422-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181071, 1466, '0422-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181072, 1466, '0422-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181073, 1466, '0423-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181074, 1466, '0423-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181075, 1466, '0423-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181076, 1466, '0423-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181077, 1466, '0423-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181078, 1466, '0423-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181079, 1466, '0423-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181080, 1466, '0423-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181081, 1466, '0423-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181082, 1466, '0423-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181083, 1466, '0423-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181084, 1466, '0423-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181085, 1466, '0424-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181086, 1466, '0424-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181087, 1466, '0424-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181088, 1466, '0424-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181089, 1466, '0424-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181090, 1466, '0424-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181091, 1466, '0424-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181092, 1466, '0424-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181093, 1466, '0424-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181094, 1466, '0424-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181095, 1466, '0424-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181096, 1466, '0424-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181097, 1466, '0425-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181098, 1466, '0425-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181099, 1466, '0425-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181100, 1466, '0425-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181101, 1466, '0425-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181102, 1466, '0425-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181103, 1466, '0425-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181104, 1466, '0425-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181105, 1466, '0425-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181106, 1466, '0425-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181107, 1466, '0425-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181108, 1466, '0425-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181109, 1466, '0426-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181110, 1466, '0426-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181111, 1466, '0426-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181112, 1466, '0426-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181113, 1466, '0426-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181114, 1466, '0426-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181115, 1466, '0426-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181116, 1466, '0426-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181117, 1466, '0426-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181118, 1466, '0426-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181119, 1466, '0426-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181120, 1466, '0426-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181121, 1466, '0427-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181122, 1466, '0427-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181123, 1466, '0427-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181124, 1466, '0427-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181125, 1466, '0427-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181126, 1466, '0427-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181127, 1466, '0427-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181128, 1466, '0427-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181129, 1466, '0427-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181130, 1466, '0427-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181131, 1466, '0427-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(181132, 1466, '0427-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181133, 1466, '0428-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181134, 1466, '0428-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181135, 1466, '0428-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181136, 1466, '0428-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181137, 1466, '0428-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181138, 1466, '0428-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181139, 1466, '0428-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181140, 1466, '0428-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181141, 1466, '0428-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181142, 1466, '0428-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181143, 1466, '0428-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181144, 1466, '0428-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181145, 1466, '0429-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181146, 1466, '0429-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181147, 1466, '0429-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181148, 1466, '0429-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181149, 1466, '0429-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181150, 1466, '0429-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181151, 1466, '0429-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181152, 1466, '0429-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181153, 1466, '0429-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181154, 1466, '0429-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181155, 1466, '0429-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181156, 1466, '0429-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181157, 1466, '0430-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181158, 1466, '0430-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181159, 1466, '0430-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181160, 1466, '0430-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181161, 1466, '0430-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181162, 1466, '0430-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181163, 1466, '0430-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181164, 1466, '0430-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181165, 1466, '0430-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181166, 1466, '0430-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181167, 1466, '0430-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181168, 1466, '0430-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181169, 1466, '0431-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181170, 1466, '0431-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181171, 1466, '0431-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181172, 1466, '0431-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181173, 1466, '0431-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181174, 1466, '0431-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181175, 1466, '0431-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181176, 1466, '0431-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181177, 1466, '0431-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181178, 1466, '0431-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181179, 1466, '0431-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181180, 1466, '0431-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181181, 1466, '0432-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181182, 1466, '0432-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181183, 1466, '0432-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181184, 1466, '0432-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181185, 1466, '0432-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181186, 1466, '0432-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181187, 1466, '0432-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181188, 1466, '0432-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181189, 1466, '0432-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181190, 1466, '0432-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181191, 1466, '0432-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181192, 1466, '0432-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181193, 1466, '0433-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181194, 1466, '0433-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181195, 1466, '0433-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181196, 1466, '0433-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181197, 1466, '0433-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181198, 1466, '0433-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181199, 1466, '0433-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181200, 1466, '0433-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181201, 1466, '0433-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181202, 1466, '0433-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181203, 1466, '0433-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181204, 1466, '0433-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181205, 1466, '0434-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181206, 1466, '0434-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181207, 1466, '0434-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181208, 1466, '0434-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181209, 1466, '0434-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181210, 1466, '0434-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181211, 1466, '0434-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181212, 1466, '0434-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181213, 1466, '0434-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181214, 1466, '0434-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181215, 1466, '0434-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181216, 1466, '0434-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181217, 1466, '0435-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181218, 1466, '0435-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181219, 1466, '0435-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181220, 1466, '0435-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181221, 1466, '0435-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181222, 1466, '0435-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181223, 1466, '0435-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181224, 1466, '0435-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181225, 1466, '0435-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181226, 1466, '0435-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181227, 1466, '0435-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181228, 1466, '0435-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181229, 1466, '0436-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181230, 1466, '0436-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181231, 1466, '0436-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181232, 1466, '0436-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181233, 1466, '0436-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181234, 1466, '0436-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181235, 1466, '0436-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181236, 1466, '0436-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181237, 1466, '0436-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181238, 1466, '0436-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181239, 1466, '0436-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181240, 1466, '0436-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181241, 1466, '0437-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181242, 1466, '0437-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181243, 1466, '0437-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181244, 1466, '0437-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181245, 1466, '0437-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181246, 1466, '0437-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181247, 1466, '0437-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181248, 1466, '0437-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181249, 1466, '0437-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181250, 1466, '0437-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181251, 1466, '0437-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181252, 1466, '0437-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181253, 1466, '0438-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181254, 1466, '0438-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181255, 1466, '0438-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181256, 1466, '0438-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181257, 1466, '0438-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181258, 1466, '0438-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181259, 1466, '0438-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181260, 1466, '0438-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181261, 1466, '0438-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181262, 1466, '0438-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181263, 1466, '0438-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181264, 1466, '0438-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181265, 1466, '0439-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181266, 1466, '0439-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181267, 1466, '0439-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181268, 1466, '0439-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181269, 1466, '0439-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181270, 1466, '0439-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181271, 1466, '0439-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181272, 1466, '0439-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181273, 1466, '0439-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181274, 1466, '0439-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181275, 1466, '0439-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181276, 1466, '0439-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181277, 1466, '0440-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181278, 1466, '0440-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181279, 1466, '0440-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181280, 1466, '0440-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181281, 1466, '0440-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181282, 1466, '0440-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181283, 1466, '0440-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181284, 1466, '0440-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181285, 1466, '0440-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181286, 1466, '0440-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181287, 1466, '0440-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181288, 1466, '0440-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181289, 1466, '0441-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181290, 1466, '0441-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181291, 1466, '0441-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181292, 1466, '0441-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181293, 1466, '0441-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181294, 1466, '0441-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181295, 1466, '0441-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181296, 1466, '0441-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181297, 1466, '0441-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181298, 1466, '0441-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181299, 1466, '0441-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181300, 1466, '0441-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181301, 1466, '0442-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181302, 1466, '0442-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181303, 1466, '0442-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181304, 1466, '0442-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181305, 1466, '0442-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181306, 1466, '0442-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181307, 1466, '0442-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181308, 1466, '0442-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181309, 1466, '0442-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181310, 1466, '0442-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181311, 1466, '0442-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181312, 1466, '0442-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181313, 1466, '0443-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181314, 1466, '0443-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181315, 1466, '0443-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181316, 1466, '0443-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181317, 1466, '0443-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181318, 1466, '0443-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181319, 1466, '0443-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181320, 1466, '0443-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181321, 1466, '0443-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181322, 1466, '0443-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181323, 1466, '0443-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181324, 1466, '0443-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181325, 1466, '0444-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181326, 1466, '0444-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181327, 1466, '0444-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181328, 1466, '0444-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181329, 1466, '0444-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181330, 1466, '0444-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181331, 1466, '0444-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181332, 1466, '0444-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181333, 1466, '0444-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181334, 1466, '0444-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181335, 1466, '0444-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181336, 1466, '0444-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181337, 1466, '0445-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181338, 1466, '0445-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181339, 1466, '0445-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181340, 1466, '0445-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181341, 1466, '0445-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181342, 1466, '0445-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181343, 1466, '0445-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181344, 1466, '0445-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181345, 1466, '0445-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181346, 1466, '0445-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181347, 1466, '0445-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181348, 1466, '0445-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181349, 1466, '0446-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181350, 1466, '0446-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181351, 1466, '0446-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181352, 1466, '0446-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181353, 1466, '0446-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181354, 1466, '0446-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181355, 1466, '0446-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181356, 1466, '0446-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181357, 1466, '0446-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181358, 1466, '0446-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181359, 1466, '0446-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181360, 1466, '0446-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181361, 1466, '0447-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181362, 1466, '0447-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181363, 1466, '0447-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181364, 1466, '0447-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181365, 1466, '0447-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181366, 1466, '0447-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181367, 1466, '0447-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181368, 1466, '0447-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181369, 1466, '0447-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181370, 1466, '0447-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181371, 1466, '0447-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181372, 1466, '0447-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181373, 1466, '0448-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181374, 1466, '0448-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181375, 1466, '0448-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181376, 1466, '0448-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181377, 1466, '0448-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181378, 1466, '0448-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181379, 1466, '0448-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181380, 1466, '0448-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181381, 1466, '0448-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181382, 1466, '0448-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181383, 1466, '0448-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181384, 1466, '0448-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181385, 1466, '0449-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181386, 1466, '0449-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181387, 1466, '0449-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181388, 1466, '0449-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181389, 1466, '0449-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181390, 1466, '0449-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181391, 1466, '0449-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181392, 1466, '0449-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181393, 1466, '0449-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181394, 1466, '0449-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181395, 1466, '0449-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181396, 1466, '0449-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181397, 1466, '0450-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181398, 1466, '0450-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181399, 1466, '0450-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181400, 1466, '0450-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181401, 1466, '0450-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181402, 1466, '0450-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181403, 1466, '0450-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181404, 1466, '0450-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181405, 1466, '0450-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181406, 1466, '0450-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181407, 1466, '0450-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181408, 1466, '0450-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181409, 1466, '0451-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181410, 1466, '0451-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181411, 1466, '0451-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181412, 1466, '0451-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181413, 1466, '0451-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181414, 1466, '0451-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181415, 1466, '0451-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181416, 1466, '0451-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181417, 1466, '0451-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181418, 1466, '0451-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:47', '2023-09-17 17:52:47'),
(181419, 1466, '0451-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181420, 1466, '0451-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181421, 1466, '0452-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181422, 1466, '0452-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181423, 1466, '0452-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181424, 1466, '0452-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181425, 1466, '0452-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181426, 1466, '0452-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181427, 1466, '0452-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181428, 1466, '0452-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181429, 1466, '0452-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181430, 1466, '0452-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181431, 1466, '0452-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181432, 1466, '0452-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181433, 1466, '0453-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181434, 1466, '0453-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181435, 1466, '0453-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181436, 1466, '0453-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181437, 1466, '0453-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181438, 1466, '0453-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181439, 1466, '0453-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181440, 1466, '0453-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181441, 1466, '0453-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181442, 1466, '0453-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181443, 1466, '0453-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181444, 1466, '0453-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181445, 1466, '0454-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181446, 1466, '0454-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181447, 1466, '0454-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181448, 1466, '0454-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181449, 1466, '0454-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181450, 1466, '0454-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181451, 1466, '0454-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181452, 1466, '0454-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181453, 1466, '0454-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181454, 1466, '0454-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181455, 1466, '0454-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181456, 1466, '0454-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181457, 1466, '0455-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181458, 1466, '0455-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181459, 1466, '0455-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181460, 1466, '0455-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181461, 1466, '0455-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181462, 1466, '0455-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181463, 1466, '0455-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181464, 1466, '0455-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181465, 1466, '0455-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181466, 1466, '0455-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181467, 1466, '0455-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181468, 1466, '0455-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181469, 1466, '0456-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181470, 1466, '0456-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181471, 1466, '0456-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181472, 1466, '0456-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181473, 1466, '0456-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181474, 1466, '0456-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181475, 1466, '0456-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181476, 1466, '0456-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181477, 1466, '0456-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181478, 1466, '0456-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181479, 1466, '0456-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181480, 1466, '0456-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181481, 1466, '0457-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181482, 1466, '0457-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181483, 1466, '0457-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181484, 1466, '0457-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181485, 1466, '0457-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181486, 1466, '0457-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181487, 1466, '0457-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181488, 1466, '0457-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181489, 1466, '0457-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181490, 1466, '0457-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181491, 1466, '0457-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181492, 1466, '0457-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181493, 1466, '0458-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181494, 1466, '0458-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181495, 1466, '0458-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181496, 1466, '0458-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181497, 1466, '0458-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181498, 1466, '0458-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181499, 1466, '0458-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181500, 1466, '0458-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181501, 1466, '0458-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181502, 1466, '0458-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181503, 1466, '0458-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181504, 1466, '0458-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181505, 1466, '0459-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181506, 1466, '0459-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181507, 1466, '0459-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181508, 1466, '0459-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181509, 1466, '0459-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181510, 1466, '0459-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181511, 1466, '0459-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181512, 1466, '0459-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181513, 1466, '0459-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181514, 1466, '0459-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181515, 1466, '0459-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181516, 1466, '0459-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181517, 1466, '0460-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181518, 1466, '0460-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181519, 1466, '0460-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181520, 1466, '0460-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181521, 1466, '0460-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181522, 1466, '0460-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181523, 1466, '0460-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181524, 1466, '0460-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181525, 1466, '0460-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181526, 1466, '0460-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181527, 1466, '0460-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181528, 1466, '0460-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181529, 1466, '0461-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181530, 1466, '0461-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181531, 1466, '0461-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181532, 1466, '0461-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181533, 1466, '0461-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181534, 1466, '0461-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181535, 1466, '0461-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181536, 1466, '0461-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181537, 1466, '0461-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181538, 1466, '0461-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181539, 1466, '0461-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181540, 1466, '0461-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181541, 1466, '0462-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181542, 1466, '0462-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181543, 1466, '0462-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181544, 1466, '0462-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181545, 1466, '0462-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181546, 1466, '0462-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181547, 1466, '0462-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181548, 1466, '0462-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181549, 1466, '0462-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181550, 1466, '0462-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181551, 1466, '0462-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181552, 1466, '0462-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181553, 1466, '0463-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181554, 1466, '0463-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181555, 1466, '0463-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181556, 1466, '0463-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181557, 1466, '0463-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181558, 1466, '0463-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181559, 1466, '0463-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181560, 1466, '0463-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181561, 1466, '0463-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181562, 1466, '0463-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181563, 1466, '0463-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181564, 1466, '0463-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181565, 1466, '0464-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181566, 1466, '0464-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181567, 1466, '0464-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181568, 1466, '0464-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181569, 1466, '0464-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181570, 1466, '0464-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181571, 1466, '0464-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181572, 1466, '0464-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181573, 1466, '0464-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181574, 1466, '0464-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181575, 1466, '0464-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181576, 1466, '0464-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181577, 1466, '0465-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181578, 1466, '0465-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181579, 1466, '0465-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181580, 1466, '0465-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181581, 1466, '0465-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181582, 1466, '0465-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181583, 1466, '0465-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181584, 1466, '0465-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181585, 1466, '0465-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181586, 1466, '0465-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181587, 1466, '0465-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181588, 1466, '0465-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181589, 1466, '0466-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181590, 1466, '0466-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181591, 1466, '0466-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181592, 1466, '0466-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181593, 1466, '0466-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181594, 1466, '0466-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181595, 1466, '0466-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181596, 1466, '0466-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(181597, 1466, '0466-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181598, 1466, '0466-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181599, 1466, '0466-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181600, 1466, '0466-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181601, 1466, '0467-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181602, 1466, '0467-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181603, 1466, '0467-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181604, 1466, '0467-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181605, 1466, '0467-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181606, 1466, '0467-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181607, 1466, '0467-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181608, 1466, '0467-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181609, 1466, '0467-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181610, 1466, '0467-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181611, 1466, '0467-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181612, 1466, '0467-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181613, 1466, '0468-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181614, 1466, '0468-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181615, 1466, '0468-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181616, 1466, '0468-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181617, 1466, '0468-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181618, 1466, '0468-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181619, 1466, '0468-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181620, 1466, '0468-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181621, 1466, '0468-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181622, 1466, '0468-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181623, 1466, '0468-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181624, 1466, '0468-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181625, 1466, '0469-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181626, 1466, '0469-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181627, 1466, '0469-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181628, 1466, '0469-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181629, 1466, '0469-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181630, 1466, '0469-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181631, 1466, '0469-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181632, 1466, '0469-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181633, 1466, '0469-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181634, 1466, '0469-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181635, 1466, '0469-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181636, 1466, '0469-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181637, 1466, '0470-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181638, 1466, '0470-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181639, 1466, '0470-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181640, 1466, '0470-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181641, 1466, '0470-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181642, 1466, '0470-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181643, 1466, '0470-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181644, 1466, '0470-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181645, 1466, '0470-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181646, 1466, '0470-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181647, 1466, '0470-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181648, 1466, '0470-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181649, 1466, '0471-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181650, 1466, '0471-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181651, 1466, '0471-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181652, 1466, '0471-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181653, 1466, '0471-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181654, 1466, '0471-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181655, 1466, '0471-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181656, 1466, '0471-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181657, 1466, '0471-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181658, 1466, '0471-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181659, 1466, '0471-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181660, 1466, '0471-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181661, 1466, '0472-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181662, 1466, '0472-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181663, 1466, '0472-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181664, 1466, '0472-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181665, 1466, '0472-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181666, 1466, '0472-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181667, 1466, '0472-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181668, 1466, '0472-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181669, 1466, '0472-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181670, 1466, '0472-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181671, 1466, '0472-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181672, 1466, '0472-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181673, 1466, '0473-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181674, 1466, '0473-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181675, 1466, '0473-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181676, 1466, '0473-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181677, 1466, '0473-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181678, 1466, '0473-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181679, 1466, '0473-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181680, 1466, '0473-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181681, 1466, '0473-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181682, 1466, '0473-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181683, 1466, '0473-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181684, 1466, '0473-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181685, 1466, '0474-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181686, 1466, '0474-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181687, 1466, '0474-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181688, 1466, '0474-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181689, 1466, '0474-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181690, 1466, '0474-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181691, 1466, '0474-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181692, 1466, '0474-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181693, 1466, '0474-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181694, 1466, '0474-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181695, 1466, '0474-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181696, 1466, '0474-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181697, 1466, '0475-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181698, 1466, '0475-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181699, 1466, '0475-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181700, 1466, '0475-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181701, 1466, '0475-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181702, 1466, '0475-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181703, 1466, '0475-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181704, 1466, '0475-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181705, 1466, '0475-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181706, 1466, '0475-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181707, 1466, '0475-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181708, 1466, '0475-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181709, 1466, '0476-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181710, 1466, '0476-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181711, 1466, '0476-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181712, 1466, '0476-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181713, 1466, '0476-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181714, 1466, '0476-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181715, 1466, '0476-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181716, 1466, '0476-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181717, 1466, '0476-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181718, 1466, '0476-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181719, 1466, '0476-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181720, 1466, '0476-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181721, 1466, '0477-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181722, 1466, '0477-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181723, 1466, '0477-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181724, 1466, '0477-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181725, 1466, '0477-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181726, 1466, '0477-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181727, 1466, '0477-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181728, 1466, '0477-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181729, 1466, '0477-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181730, 1466, '0477-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181731, 1466, '0477-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181732, 1466, '0477-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181733, 1466, '0478-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181734, 1466, '0478-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181735, 1466, '0478-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181736, 1466, '0478-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181737, 1466, '0478-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181738, 1466, '0478-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181739, 1466, '0478-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181740, 1466, '0478-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181741, 1466, '0478-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181742, 1466, '0478-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181743, 1466, '0478-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181744, 1466, '0478-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181745, 1466, '0479-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181746, 1466, '0479-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181747, 1466, '0479-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181748, 1466, '0479-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181749, 1466, '0479-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181750, 1466, '0479-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181751, 1466, '0479-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181752, 1466, '0479-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181753, 1466, '0479-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181754, 1466, '0479-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181755, 1466, '0479-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181756, 1466, '0479-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181757, 1466, '0480-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181758, 1466, '0480-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181759, 1466, '0480-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181760, 1466, '0480-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181761, 1466, '0480-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181762, 1466, '0480-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181763, 1466, '0480-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181764, 1466, '0480-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181765, 1466, '0480-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181766, 1466, '0480-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181767, 1466, '0480-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181768, 1466, '0480-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181769, 1466, '0481-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181770, 1466, '0481-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181771, 1466, '0481-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181772, 1466, '0481-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181773, 1466, '0481-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181774, 1466, '0481-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181775, 1466, '0481-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181776, 1466, '0481-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181777, 1466, '0481-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181778, 1466, '0481-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181779, 1466, '0481-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181780, 1466, '0481-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181781, 1466, '0482-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181782, 1466, '0482-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181783, 1466, '0482-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181784, 1466, '0482-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181785, 1466, '0482-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181786, 1466, '0482-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181787, 1466, '0482-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181788, 1466, '0482-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181789, 1466, '0482-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181790, 1466, '0482-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181791, 1466, '0482-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181792, 1466, '0482-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181793, 1466, '0483-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181794, 1466, '0483-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181795, 1466, '0483-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181796, 1466, '0483-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181797, 1466, '0483-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181798, 1466, '0483-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181799, 1466, '0483-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181800, 1466, '0483-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181801, 1466, '0483-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181802, 1466, '0483-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181803, 1466, '0483-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181804, 1466, '0483-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181805, 1466, '0484-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181806, 1466, '0484-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181807, 1466, '0484-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181808, 1466, '0484-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181809, 1466, '0484-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181810, 1466, '0484-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181811, 1466, '0484-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181812, 1466, '0484-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181813, 1466, '0484-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181814, 1466, '0484-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181815, 1466, '0484-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181816, 1466, '0484-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181817, 1466, '0485-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181818, 1466, '0485-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181819, 1466, '0485-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181820, 1466, '0485-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:48', '2023-09-17 17:52:48'),
(181821, 1466, '0485-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:49', '2023-09-17 17:52:49'),
(181822, 1466, '0485-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:49', '2023-09-17 17:52:49'),
(181823, 1466, '0485-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:49', '2023-09-17 17:52:49'),
(181824, 1466, '0485-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:49', '2023-09-17 17:52:49'),
(181825, 1466, '0485-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:49', '2023-09-17 17:52:49'),
(181826, 1466, '0485-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:49', '2023-09-17 17:52:49'),
(181827, 1466, '0485-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:49', '2023-09-17 17:52:49'),
(181828, 1466, '0485-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:49', '2023-09-17 17:52:49'),
(181829, 1466, '0486-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:49', '2023-09-17 17:52:49'),
(181830, 1466, '0486-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:49', '2023-09-17 17:52:49'),
(181831, 1466, '0486-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:49', '2023-09-17 17:52:49'),
(181832, 1466, '0486-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:49', '2023-09-17 17:52:49'),
(181833, 1466, '0486-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:49', '2023-09-17 17:52:49'),
(181834, 1466, '0486-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:49', '2023-09-17 17:52:49'),
(181835, 1466, '0486-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:49', '2023-09-17 17:52:49'),
(181836, 1466, '0486-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:49', '2023-09-17 17:52:49'),
(181837, 1466, '0486-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:49', '2023-09-17 17:52:49'),
(181838, 1466, '0486-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:49', '2023-09-17 17:52:49'),
(181839, 1466, '0486-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:49', '2023-09-17 17:52:49'),
(181840, 1466, '0486-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:49', '2023-09-17 17:52:49'),
(181841, 1466, '0487-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:49', '2023-09-17 17:52:49'),
(181842, 1466, '0487-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:49', '2023-09-17 17:52:49'),
(181843, 1466, '0487-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:49', '2023-09-17 17:52:49'),
(181844, 1466, '0487-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:49', '2023-09-17 17:52:49'),
(181845, 1466, '0487-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:49', '2023-09-17 17:52:49'),
(181846, 1466, '0487-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:49', '2023-09-17 17:52:49'),
(181847, 1466, '0487-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:49', '2023-09-17 17:52:49'),
(181848, 1466, '0487-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:49', '2023-09-17 17:52:49'),
(181849, 1466, '0487-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:49', '2023-09-17 17:52:49'),
(181850, 1466, '0487-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:49', '2023-09-17 17:52:49'),
(181851, 1466, '0487-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:49', '2023-09-17 17:52:49'),
(181852, 1466, '0487-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:49', '2023-09-17 17:52:49'),
(181853, 1466, '0488-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:49', '2023-09-17 17:52:49'),
(181854, 1466, '0488-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:49', '2023-09-17 17:52:49'),
(181855, 1466, '0488-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:49', '2023-09-17 17:52:49'),
(181856, 1466, '0488-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:49', '2023-09-17 17:52:49'),
(181857, 1466, '0488-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:49', '2023-09-17 17:52:49'),
(181858, 1466, '0488-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:49', '2023-09-17 17:52:49'),
(181859, 1466, '0488-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:49', '2023-09-17 17:52:49'),
(181860, 1466, '0488-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:49', '2023-09-17 17:52:49'),
(181861, 1466, '0488-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:49', '2023-09-17 17:52:49'),
(181862, 1466, '0488-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:49', '2023-09-17 17:52:49'),
(181863, 1466, '0488-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:49', '2023-09-17 17:52:49'),
(181864, 1466, '0488-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:49', '2023-09-17 17:52:49'),
(181865, 1466, '0489-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:49', '2023-09-17 17:52:49'),
(181866, 1466, '0489-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:49', '2023-09-17 17:52:49'),
(181867, 1466, '0489-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:49', '2023-09-17 17:52:49'),
(181868, 1466, '0489-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:49', '2023-09-17 17:52:49'),
(181869, 1466, '0489-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:49', '2023-09-17 17:52:49'),
(181870, 1466, '0489-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:49', '2023-09-17 17:52:49'),
(181871, 1466, '0489-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:49', '2023-09-17 17:52:49'),
(181872, 1466, '0489-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:49', '2023-09-17 17:52:49'),
(181873, 1466, '0489-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:49', '2023-09-17 17:52:49'),
(181874, 1466, '0489-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:49', '2023-09-17 17:52:49'),
(181875, 1466, '0489-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:49', '2023-09-17 17:52:49'),
(181876, 1466, '0489-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:49', '2023-09-17 17:52:49'),
(181877, 1466, '0490-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:49', '2023-09-17 17:52:49'),
(181878, 1466, '0490-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:49', '2023-09-17 17:52:49'),
(181879, 1466, '0490-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:49', '2023-09-17 17:52:49'),
(181880, 1466, '0490-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:49', '2023-09-17 17:52:49'),
(181881, 1466, '0490-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:49', '2023-09-17 17:52:49'),
(181882, 1466, '0490-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:49', '2023-09-17 17:52:49'),
(181883, 1466, '0490-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:49', '2023-09-17 17:52:49'),
(181884, 1466, '0490-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:49', '2023-09-17 17:52:49'),
(181885, 1466, '0490-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:49', '2023-09-17 17:52:49'),
(181886, 1466, '0490-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:49', '2023-09-17 17:52:49'),
(181887, 1466, '0490-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:49', '2023-09-17 17:52:49'),
(181888, 1466, '0490-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:49', '2023-09-17 17:52:49'),
(181889, 1466, '0491-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:49', '2023-09-17 17:52:49'),
(181890, 1466, '0491-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:49', '2023-09-17 17:52:49'),
(181891, 1466, '0491-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:49', '2023-09-17 17:52:49'),
(181892, 1466, '0491-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:49', '2023-09-17 17:52:49'),
(181893, 1466, '0491-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:49', '2023-09-17 17:52:49'),
(181894, 1466, '0491-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:49', '2023-09-17 17:52:49'),
(181895, 1466, '0491-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:49', '2023-09-17 17:52:49'),
(181896, 1466, '0491-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:49', '2023-09-17 17:52:49'),
(181897, 1466, '0491-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:49', '2023-09-17 17:52:49'),
(181898, 1466, '0491-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:49', '2023-09-17 17:52:49'),
(181899, 1466, '0491-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:49', '2023-09-17 17:52:49'),
(181900, 1466, '0491-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:49', '2023-09-17 17:52:49'),
(181901, 1466, '0492-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:49', '2023-09-17 17:52:49'),
(181902, 1466, '0492-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:49', '2023-09-17 17:52:49'),
(181903, 1466, '0492-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:49', '2023-09-17 17:52:49'),
(181904, 1466, '0492-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:49', '2023-09-17 17:52:49'),
(181905, 1466, '0492-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:49', '2023-09-17 17:52:49'),
(181906, 1466, '0492-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:49', '2023-09-17 17:52:49'),
(181907, 1466, '0492-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:49', '2023-09-17 17:52:49'),
(181908, 1466, '0492-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:49', '2023-09-17 17:52:49'),
(181909, 1466, '0492-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:49', '2023-09-17 17:52:49'),
(181910, 1466, '0492-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:49', '2023-09-17 17:52:49'),
(181911, 1466, '0492-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:49', '2023-09-17 17:52:49'),
(181912, 1466, '0492-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:49', '2023-09-17 17:52:49'),
(181913, 1466, '0493-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:49', '2023-09-17 17:52:49'),
(181914, 1466, '0493-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:49', '2023-09-17 17:52:49'),
(181915, 1466, '0493-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:49', '2023-09-17 17:52:49'),
(181916, 1466, '0493-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:49', '2023-09-17 17:52:49'),
(181917, 1466, '0493-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:49', '2023-09-17 17:52:49'),
(181918, 1466, '0493-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:49', '2023-09-17 17:52:49'),
(181919, 1466, '0493-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:49', '2023-09-17 17:52:49'),
(181920, 1466, '0493-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:49', '2023-09-17 17:52:49'),
(181921, 1466, '0493-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:49', '2023-09-17 17:52:49'),
(181922, 1466, '0493-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:49', '2023-09-17 17:52:49'),
(181923, 1466, '0493-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:49', '2023-09-17 17:52:49'),
(181924, 1466, '0493-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:49', '2023-09-17 17:52:49'),
(181925, 1466, '0494-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:49', '2023-09-17 17:52:49'),
(181926, 1466, '0494-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:49', '2023-09-17 17:52:49'),
(181927, 1466, '0494-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:49', '2023-09-17 17:52:49'),
(181928, 1466, '0494-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:49', '2023-09-17 17:52:49'),
(181929, 1466, '0494-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:49', '2023-09-17 17:52:49'),
(181930, 1466, '0494-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:49', '2023-09-17 17:52:49'),
(181931, 1466, '0494-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:49', '2023-09-17 17:52:49'),
(181932, 1466, '0494-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:49', '2023-09-17 17:52:49'),
(181933, 1466, '0494-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:49', '2023-09-17 17:52:49'),
(181934, 1466, '0494-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:49', '2023-09-17 17:52:49'),
(181935, 1466, '0494-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:49', '2023-09-17 17:52:49'),
(181936, 1466, '0494-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:49', '2023-09-17 17:52:49'),
(181937, 1466, '0495-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:49', '2023-09-17 17:52:49'),
(181938, 1466, '0495-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:49', '2023-09-17 17:52:49'),
(181939, 1466, '0495-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:49', '2023-09-17 17:52:49'),
(181940, 1466, '0495-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:49', '2023-09-17 17:52:49'),
(181941, 1466, '0495-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:49', '2023-09-17 17:52:49'),
(181942, 1466, '0495-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:49', '2023-09-17 17:52:49'),
(181943, 1466, '0495-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:49', '2023-09-17 17:52:49'),
(181944, 1466, '0495-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:49', '2023-09-17 17:52:49'),
(181945, 1466, '0495-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:49', '2023-09-17 17:52:49'),
(181946, 1466, '0495-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:49', '2023-09-17 17:52:49'),
(181947, 1466, '0495-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:49', '2023-09-17 17:52:49'),
(181948, 1466, '0495-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:49', '2023-09-17 17:52:49'),
(181949, 1466, '0496-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:49', '2023-09-17 17:52:49'),
(181950, 1466, '0496-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:49', '2023-09-17 17:52:49'),
(181951, 1466, '0496-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:49', '2023-09-17 17:52:49'),
(181952, 1466, '0496-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:49', '2023-09-17 17:52:49'),
(181953, 1466, '0496-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:49', '2023-09-17 17:52:49'),
(181954, 1466, '0496-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:49', '2023-09-17 17:52:49'),
(181955, 1466, '0496-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:49', '2023-09-17 17:52:49'),
(181956, 1466, '0496-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:49', '2023-09-17 17:52:49'),
(181957, 1466, '0496-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:49', '2023-09-17 17:52:49'),
(181958, 1466, '0496-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:49', '2023-09-17 17:52:49'),
(181959, 1466, '0496-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:49', '2023-09-17 17:52:49'),
(181960, 1466, '0496-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:49', '2023-09-17 17:52:49'),
(181961, 1466, '0497-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:49', '2023-09-17 17:52:49'),
(181962, 1466, '0497-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:49', '2023-09-17 17:52:49'),
(181963, 1466, '0497-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:49', '2023-09-17 17:52:49'),
(181964, 1466, '0497-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:49', '2023-09-17 17:52:49'),
(181965, 1466, '0497-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:49', '2023-09-17 17:52:49'),
(181966, 1466, '0497-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:49', '2023-09-17 17:52:49'),
(181967, 1466, '0497-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:49', '2023-09-17 17:52:49'),
(181968, 1466, '0497-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:49', '2023-09-17 17:52:49'),
(181969, 1466, '0497-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:49', '2023-09-17 17:52:49'),
(181970, 1466, '0497-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:49', '2023-09-17 17:52:49'),
(181971, 1466, '0497-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:49', '2023-09-17 17:52:49'),
(181972, 1466, '0497-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:49', '2023-09-17 17:52:49'),
(181973, 1466, '0498-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:49', '2023-09-17 17:52:49'),
(181974, 1466, '0498-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:49', '2023-09-17 17:52:49'),
(181975, 1466, '0498-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:49', '2023-09-17 17:52:49'),
(181976, 1466, '0498-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:49', '2023-09-17 17:52:49'),
(181977, 1466, '0498-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:49', '2023-09-17 17:52:49'),
(181978, 1466, '0498-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:49', '2023-09-17 17:52:49'),
(181979, 1466, '0498-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:49', '2023-09-17 17:52:49'),
(181980, 1466, '0498-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:49', '2023-09-17 17:52:49'),
(181981, 1466, '0498-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:49', '2023-09-17 17:52:49'),
(181982, 1466, '0498-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:49', '2023-09-17 17:52:49'),
(181983, 1466, '0498-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:49', '2023-09-17 17:52:49'),
(181984, 1466, '0498-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:49', '2023-09-17 17:52:49'),
(181985, 1466, '0499-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:49', '2023-09-17 17:52:49'),
(181986, 1466, '0499-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:49', '2023-09-17 17:52:49'),
(181987, 1466, '0499-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:49', '2023-09-17 17:52:49'),
(181988, 1466, '0499-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:49', '2023-09-17 17:52:49'),
(181989, 1466, '0499-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:49', '2023-09-17 17:52:49'),
(181990, 1466, '0499-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:49', '2023-09-17 17:52:49'),
(181991, 1466, '0499-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:49', '2023-09-17 17:52:49'),
(181992, 1466, '0499-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:49', '2023-09-17 17:52:49'),
(181993, 1466, '0499-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:49', '2023-09-17 17:52:49'),
(181994, 1466, '0499-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:49', '2023-09-17 17:52:49'),
(181995, 1466, '0499-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:49', '2023-09-17 17:52:49'),
(181996, 1466, '0499-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:49', '2023-09-17 17:52:49'),
(181997, 1466, '0500-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:49', '2023-09-17 17:52:49'),
(181998, 1466, '0500-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:49', '2023-09-17 17:52:49'),
(181999, 1466, '0500-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:49', '2023-09-17 17:52:49'),
(182000, 1466, '0500-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:49', '2023-09-17 17:52:49'),
(182001, 1466, '0500-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:49', '2023-09-17 17:52:49'),
(182002, 1466, '0500-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:49', '2023-09-17 17:52:49'),
(182003, 1466, '0500-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:49', '2023-09-17 17:52:49'),
(182004, 1466, '0500-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:49', '2023-09-17 17:52:49'),
(182005, 1466, '0500-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:49', '2023-09-17 17:52:49'),
(182006, 1466, '0500-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:49', '2023-09-17 17:52:49'),
(182007, 1466, '0500-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:49', '2023-09-17 17:52:49'),
(182008, 1466, '0500-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:49', '2023-09-17 17:52:49'),
(182009, 1466, '0501-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:49', '2023-09-17 17:52:49'),
(182010, 1466, '0501-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:49', '2023-09-17 17:52:49'),
(182011, 1466, '0501-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:49', '2023-09-17 17:52:49'),
(182012, 1466, '0501-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:49', '2023-09-17 17:52:49'),
(182013, 1466, '0501-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:49', '2023-09-17 17:52:49'),
(182014, 1466, '0501-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:49', '2023-09-17 17:52:49'),
(182015, 1466, '0501-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:49', '2023-09-17 17:52:49'),
(182016, 1466, '0501-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:49', '2023-09-17 17:52:49'),
(182017, 1466, '0501-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:50', '2023-09-17 17:52:50'),
(182018, 1466, '0501-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:50', '2023-09-17 17:52:50'),
(182019, 1466, '0501-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:50', '2023-09-17 17:52:50'),
(182020, 1466, '0501-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:50', '2023-09-17 17:52:50'),
(182021, 1466, '0502-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:50', '2023-09-17 17:52:50'),
(182022, 1466, '0502-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:50', '2023-09-17 17:52:50'),
(182023, 1466, '0502-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:50', '2023-09-17 17:52:50'),
(182024, 1466, '0502-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:50', '2023-09-17 17:52:50'),
(182025, 1466, '0502-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:50', '2023-09-17 17:52:50'),
(182026, 1466, '0502-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:50', '2023-09-17 17:52:50'),
(182027, 1466, '0502-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:50', '2023-09-17 17:52:50'),
(182028, 1466, '0502-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:50', '2023-09-17 17:52:50'),
(182029, 1466, '0502-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:50', '2023-09-17 17:52:50'),
(182030, 1466, '0502-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:50', '2023-09-17 17:52:50'),
(182031, 1466, '0502-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:50', '2023-09-17 17:52:50'),
(182032, 1466, '0502-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:50', '2023-09-17 17:52:50'),
(182033, 1466, '0503-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:50', '2023-09-17 17:52:50'),
(182034, 1466, '0503-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:50', '2023-09-17 17:52:50'),
(182035, 1466, '0503-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:50', '2023-09-17 17:52:50'),
(182036, 1466, '0503-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:50', '2023-09-17 17:52:50'),
(182037, 1466, '0503-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:50', '2023-09-17 17:52:50'),
(182038, 1466, '0503-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:50', '2023-09-17 17:52:50'),
(182039, 1466, '0503-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:50', '2023-09-17 17:52:50'),
(182040, 1466, '0503-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:50', '2023-09-17 17:52:50'),
(182041, 1466, '0503-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:50', '2023-09-17 17:52:50'),
(182042, 1466, '0503-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:50', '2023-09-17 17:52:50'),
(182043, 1466, '0503-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:50', '2023-09-17 17:52:50'),
(182044, 1466, '0503-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:50', '2023-09-17 17:52:50'),
(182045, 1466, '0504-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:50', '2023-09-17 17:52:50'),
(182046, 1466, '0504-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:50', '2023-09-17 17:52:50'),
(182047, 1466, '0504-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:50', '2023-09-17 17:52:50'),
(182048, 1466, '0504-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:50', '2023-09-17 17:52:50'),
(182049, 1466, '0504-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:50', '2023-09-17 17:52:50'),
(182050, 1466, '0504-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:50', '2023-09-17 17:52:50'),
(182051, 1466, '0504-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:50', '2023-09-17 17:52:50'),
(182052, 1466, '0504-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:50', '2023-09-17 17:52:50'),
(182053, 1466, '0504-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:50', '2023-09-17 17:52:50'),
(182054, 1466, '0504-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:50', '2023-09-17 17:52:50'),
(182055, 1466, '0504-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:50', '2023-09-17 17:52:50'),
(182056, 1466, '0504-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:50', '2023-09-17 17:52:50'),
(182057, 1466, '0505-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:53', '2023-09-17 17:52:53'),
(182058, 1466, '0505-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:54', '2023-09-17 17:52:54'),
(182059, 1466, '0505-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:54', '2023-09-17 17:52:54'),
(182060, 1466, '0505-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:54', '2023-09-17 17:52:54'),
(182061, 1466, '0505-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:54', '2023-09-17 17:52:54');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(182062, 1466, '0505-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:54', '2023-09-17 17:52:54'),
(182063, 1466, '0505-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:54', '2023-09-17 17:52:54'),
(182064, 1466, '0505-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:54', '2023-09-17 17:52:54'),
(182065, 1466, '0505-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:54', '2023-09-17 17:52:54'),
(182066, 1466, '0505-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:54', '2023-09-17 17:52:54'),
(182067, 1466, '0505-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:54', '2023-09-17 17:52:54'),
(182068, 1466, '0505-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:54', '2023-09-17 17:52:54'),
(182069, 1466, '0506-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:54', '2023-09-17 17:52:54'),
(182070, 1466, '0506-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:54', '2023-09-17 17:52:54'),
(182071, 1466, '0506-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:55', '2023-09-17 17:52:55'),
(182072, 1466, '0506-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:55', '2023-09-17 17:52:55'),
(182073, 1466, '0506-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:55', '2023-09-17 17:52:55'),
(182074, 1466, '0506-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:55', '2023-09-17 17:52:55'),
(182075, 1466, '0506-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:55', '2023-09-17 17:52:55'),
(182076, 1466, '0506-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:55', '2023-09-17 17:52:55'),
(182077, 1466, '0506-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:55', '2023-09-17 17:52:55'),
(182078, 1466, '0506-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:55', '2023-09-17 17:52:55'),
(182079, 1466, '0506-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:55', '2023-09-17 17:52:55'),
(182080, 1466, '0506-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:55', '2023-09-17 17:52:55'),
(182081, 1466, '0507-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:55', '2023-09-17 17:52:55'),
(182082, 1466, '0507-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:55', '2023-09-17 17:52:55'),
(182083, 1466, '0507-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:55', '2023-09-17 17:52:55'),
(182084, 1466, '0507-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:55', '2023-09-17 17:52:55'),
(182085, 1466, '0507-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:55', '2023-09-17 17:52:55'),
(182086, 1466, '0507-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:55', '2023-09-17 17:52:55'),
(182087, 1466, '0507-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:55', '2023-09-17 17:52:55'),
(182088, 1466, '0507-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:55', '2023-09-17 17:52:55'),
(182089, 1466, '0507-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:55', '2023-09-17 17:52:55'),
(182090, 1466, '0507-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:55', '2023-09-17 17:52:55'),
(182091, 1466, '0507-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:55', '2023-09-17 17:52:55'),
(182092, 1466, '0507-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:55', '2023-09-17 17:52:55'),
(182093, 1466, '0508-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:55', '2023-09-17 17:52:55'),
(182094, 1466, '0508-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:55', '2023-09-17 17:52:55'),
(182095, 1466, '0508-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:55', '2023-09-17 17:52:55'),
(182096, 1466, '0508-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:55', '2023-09-17 17:52:55'),
(182097, 1466, '0508-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:55', '2023-09-17 17:52:55'),
(182098, 1466, '0508-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:55', '2023-09-17 17:52:55'),
(182099, 1466, '0508-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:55', '2023-09-17 17:52:55'),
(182100, 1466, '0508-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:55', '2023-09-17 17:52:55'),
(182101, 1466, '0508-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:55', '2023-09-17 17:52:55'),
(182102, 1466, '0508-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:55', '2023-09-17 17:52:55'),
(182103, 1466, '0508-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:55', '2023-09-17 17:52:55'),
(182104, 1466, '0508-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:55', '2023-09-17 17:52:55'),
(182105, 1466, '0509-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:55', '2023-09-17 17:52:55'),
(182106, 1466, '0509-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:55', '2023-09-17 17:52:55'),
(182107, 1466, '0509-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:55', '2023-09-17 17:52:55'),
(182108, 1466, '0509-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:55', '2023-09-17 17:52:55'),
(182109, 1466, '0509-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:55', '2023-09-17 17:52:55'),
(182110, 1466, '0509-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:55', '2023-09-17 17:52:55'),
(182111, 1466, '0509-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:55', '2023-09-17 17:52:55'),
(182112, 1466, '0509-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:55', '2023-09-17 17:52:55'),
(182113, 1466, '0509-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:55', '2023-09-17 17:52:55'),
(182114, 1466, '0509-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:55', '2023-09-17 17:52:55'),
(182115, 1466, '0509-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:55', '2023-09-17 17:52:55'),
(182116, 1466, '0509-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:55', '2023-09-17 17:52:55'),
(182117, 1466, '0510-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:55', '2023-09-17 17:52:55'),
(182118, 1466, '0510-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:55', '2023-09-17 17:52:55'),
(182119, 1466, '0510-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:55', '2023-09-17 17:52:55'),
(182120, 1466, '0510-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:55', '2023-09-17 17:52:55'),
(182121, 1466, '0510-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:55', '2023-09-17 17:52:55'),
(182122, 1466, '0510-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:55', '2023-09-17 17:52:55'),
(182123, 1466, '0510-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:55', '2023-09-17 17:52:55'),
(182124, 1466, '0510-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:55', '2023-09-17 17:52:55'),
(182125, 1466, '0510-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:55', '2023-09-17 17:52:55'),
(182126, 1466, '0510-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:55', '2023-09-17 17:52:55'),
(182127, 1466, '0510-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:55', '2023-09-17 17:52:55'),
(182128, 1466, '0510-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:55', '2023-09-17 17:52:55'),
(182129, 1466, '0511-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:55', '2023-09-17 17:52:55'),
(182130, 1466, '0511-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:55', '2023-09-17 17:52:55'),
(182131, 1466, '0511-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:55', '2023-09-17 17:52:55'),
(182132, 1466, '0511-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:55', '2023-09-17 17:52:55'),
(182133, 1466, '0511-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:55', '2023-09-17 17:52:55'),
(182134, 1466, '0511-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:55', '2023-09-17 17:52:55'),
(182135, 1466, '0511-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:55', '2023-09-17 17:52:55'),
(182136, 1466, '0511-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:55', '2023-09-17 17:52:55'),
(182137, 1466, '0511-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:55', '2023-09-17 17:52:55'),
(182138, 1466, '0511-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:55', '2023-09-17 17:52:55'),
(182139, 1466, '0511-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:55', '2023-09-17 17:52:55'),
(182140, 1466, '0511-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:55', '2023-09-17 17:52:55'),
(182141, 1466, '0512-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:55', '2023-09-17 17:52:55'),
(182142, 1466, '0512-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:55', '2023-09-17 17:52:55'),
(182143, 1466, '0512-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:55', '2023-09-17 17:52:55'),
(182144, 1466, '0512-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:55', '2023-09-17 17:52:55'),
(182145, 1466, '0512-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:55', '2023-09-17 17:52:55'),
(182146, 1466, '0512-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:55', '2023-09-17 17:52:55'),
(182147, 1466, '0512-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:55', '2023-09-17 17:52:55'),
(182148, 1466, '0512-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:55', '2023-09-17 17:52:55'),
(182149, 1466, '0512-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:55', '2023-09-17 17:52:55'),
(182150, 1466, '0512-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:55', '2023-09-17 17:52:55'),
(182151, 1466, '0512-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:55', '2023-09-17 17:52:55'),
(182152, 1466, '0512-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:55', '2023-09-17 17:52:55'),
(182153, 1466, '0513-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:55', '2023-09-17 17:52:55'),
(182154, 1466, '0513-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:55', '2023-09-17 17:52:55'),
(182155, 1466, '0513-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:55', '2023-09-17 17:52:55'),
(182156, 1466, '0513-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:55', '2023-09-17 17:52:55'),
(182157, 1466, '0513-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:55', '2023-09-17 17:52:55'),
(182158, 1466, '0513-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:55', '2023-09-17 17:52:55'),
(182159, 1466, '0513-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:55', '2023-09-17 17:52:55'),
(182160, 1466, '0513-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:55', '2023-09-17 17:52:55'),
(182161, 1466, '0513-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:55', '2023-09-17 17:52:55'),
(182162, 1466, '0513-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:55', '2023-09-17 17:52:55'),
(182163, 1466, '0513-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:55', '2023-09-17 17:52:55'),
(182164, 1466, '0513-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:55', '2023-09-17 17:52:55'),
(182165, 1466, '0514-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:55', '2023-09-17 17:52:55'),
(182166, 1466, '0514-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:55', '2023-09-17 17:52:55'),
(182167, 1466, '0514-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:55', '2023-09-17 17:52:55'),
(182168, 1466, '0514-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:55', '2023-09-17 17:52:55'),
(182169, 1466, '0514-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:55', '2023-09-17 17:52:55'),
(182170, 1466, '0514-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:55', '2023-09-17 17:52:55'),
(182171, 1466, '0514-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:55', '2023-09-17 17:52:55'),
(182172, 1466, '0514-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:55', '2023-09-17 17:52:55'),
(182173, 1466, '0514-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:55', '2023-09-17 17:52:55'),
(182174, 1466, '0514-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:55', '2023-09-17 17:52:55'),
(182175, 1466, '0514-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:55', '2023-09-17 17:52:55'),
(182176, 1466, '0514-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:55', '2023-09-17 17:52:55'),
(182177, 1466, '0515-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:55', '2023-09-17 17:52:55'),
(182178, 1466, '0515-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:55', '2023-09-17 17:52:55'),
(182179, 1466, '0515-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:55', '2023-09-17 17:52:55'),
(182180, 1466, '0515-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:55', '2023-09-17 17:52:55'),
(182181, 1466, '0515-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:55', '2023-09-17 17:52:55'),
(182182, 1466, '0515-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:55', '2023-09-17 17:52:55'),
(182183, 1466, '0515-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:55', '2023-09-17 17:52:55'),
(182184, 1466, '0515-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:55', '2023-09-17 17:52:55'),
(182185, 1466, '0515-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:55', '2023-09-17 17:52:55'),
(182186, 1466, '0515-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:55', '2023-09-17 17:52:55'),
(182187, 1466, '0515-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:55', '2023-09-17 17:52:55'),
(182188, 1466, '0515-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:55', '2023-09-17 17:52:55'),
(182189, 1466, '0516-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:55', '2023-09-17 17:52:55'),
(182190, 1466, '0516-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:55', '2023-09-17 17:52:55'),
(182191, 1466, '0516-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:55', '2023-09-17 17:52:55'),
(182192, 1466, '0516-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:55', '2023-09-17 17:52:55'),
(182193, 1466, '0516-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:55', '2023-09-17 17:52:55'),
(182194, 1466, '0516-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:55', '2023-09-17 17:52:55'),
(182195, 1466, '0516-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:55', '2023-09-17 17:52:55'),
(182196, 1466, '0516-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:55', '2023-09-17 17:52:55'),
(182197, 1466, '0516-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:55', '2023-09-17 17:52:55'),
(182198, 1466, '0516-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:55', '2023-09-17 17:52:55'),
(182199, 1466, '0516-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:55', '2023-09-17 17:52:55'),
(182200, 1466, '0516-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:55', '2023-09-17 17:52:55'),
(182201, 1466, '0517-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:55', '2023-09-17 17:52:55'),
(182202, 1466, '0517-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:55', '2023-09-17 17:52:55'),
(182203, 1466, '0517-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:55', '2023-09-17 17:52:55'),
(182204, 1466, '0517-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:55', '2023-09-17 17:52:55'),
(182205, 1466, '0517-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:55', '2023-09-17 17:52:55'),
(182206, 1466, '0517-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:55', '2023-09-17 17:52:55'),
(182207, 1466, '0517-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:55', '2023-09-17 17:52:55'),
(182208, 1466, '0517-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:55', '2023-09-17 17:52:55'),
(182209, 1466, '0517-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:55', '2023-09-17 17:52:55'),
(182210, 1466, '0517-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:55', '2023-09-17 17:52:55'),
(182211, 1466, '0517-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:55', '2023-09-17 17:52:55'),
(182212, 1466, '0517-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:55', '2023-09-17 17:52:55'),
(182213, 1466, '0518-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:55', '2023-09-17 17:52:55'),
(182214, 1466, '0518-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:55', '2023-09-17 17:52:55'),
(182215, 1466, '0518-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:55', '2023-09-17 17:52:55'),
(182216, 1466, '0518-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:55', '2023-09-17 17:52:55'),
(182217, 1466, '0518-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:55', '2023-09-17 17:52:55'),
(182218, 1466, '0518-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:55', '2023-09-17 17:52:55'),
(182219, 1466, '0518-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:55', '2023-09-17 17:52:55'),
(182220, 1466, '0518-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:55', '2023-09-17 17:52:55'),
(182221, 1466, '0518-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:55', '2023-09-17 17:52:55'),
(182222, 1466, '0518-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:55', '2023-09-17 17:52:55'),
(182223, 1466, '0518-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182224, 1466, '0518-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182225, 1466, '0519-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182226, 1466, '0519-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182227, 1466, '0519-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182228, 1466, '0519-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182229, 1466, '0519-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182230, 1466, '0519-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182231, 1466, '0519-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182232, 1466, '0519-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182233, 1466, '0519-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182234, 1466, '0519-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182235, 1466, '0519-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182236, 1466, '0519-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182237, 1466, '0520-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182238, 1466, '0520-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182239, 1466, '0520-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182240, 1466, '0520-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182241, 1466, '0520-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182242, 1466, '0520-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182243, 1466, '0520-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182244, 1466, '0520-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182245, 1466, '0520-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182246, 1466, '0520-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182247, 1466, '0520-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182248, 1466, '0520-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182249, 1466, '0521-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182250, 1466, '0521-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182251, 1466, '0521-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182252, 1466, '0521-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182253, 1466, '0521-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182254, 1466, '0521-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182255, 1466, '0521-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182256, 1466, '0521-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182257, 1466, '0521-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182258, 1466, '0521-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182259, 1466, '0521-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182260, 1466, '0521-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182261, 1466, '0522-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182262, 1466, '0522-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182263, 1466, '0522-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182264, 1466, '0522-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182265, 1466, '0522-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182266, 1466, '0522-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182267, 1466, '0522-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182268, 1466, '0522-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182269, 1466, '0522-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182270, 1466, '0522-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182271, 1466, '0522-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182272, 1466, '0522-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182273, 1466, '0523-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182274, 1466, '0523-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182275, 1466, '0523-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182276, 1466, '0523-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182277, 1466, '0523-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182278, 1466, '0523-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182279, 1466, '0523-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182280, 1466, '0523-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182281, 1466, '0523-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182282, 1466, '0523-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182283, 1466, '0523-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182284, 1466, '0523-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182285, 1466, '0524-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182286, 1466, '0524-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182287, 1466, '0524-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182288, 1466, '0524-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182289, 1466, '0524-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182290, 1466, '0524-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182291, 1466, '0524-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182292, 1466, '0524-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182293, 1466, '0524-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182294, 1466, '0524-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182295, 1466, '0524-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182296, 1466, '0524-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182297, 1466, '0525-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182298, 1466, '0525-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182299, 1466, '0525-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182300, 1466, '0525-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182301, 1466, '0525-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182302, 1466, '0525-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182303, 1466, '0525-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182304, 1466, '0525-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182305, 1466, '0525-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182306, 1466, '0525-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182307, 1466, '0525-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182308, 1466, '0525-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182309, 1466, '0526-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182310, 1466, '0526-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182311, 1466, '0526-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182312, 1466, '0526-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182313, 1466, '0526-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182314, 1466, '0526-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182315, 1466, '0526-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182316, 1466, '0526-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182317, 1466, '0526-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182318, 1466, '0526-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182319, 1466, '0526-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182320, 1466, '0526-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182321, 1466, '0527-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182322, 1466, '0527-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182323, 1466, '0527-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182324, 1466, '0527-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182325, 1466, '0527-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182326, 1466, '0527-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182327, 1466, '0527-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182328, 1466, '0527-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182329, 1466, '0527-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182330, 1466, '0527-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182331, 1466, '0527-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182332, 1466, '0527-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182333, 1466, '0528-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182334, 1466, '0528-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182335, 1466, '0528-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182336, 1466, '0528-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182337, 1466, '0528-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182338, 1466, '0528-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182339, 1466, '0528-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182340, 1466, '0528-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182341, 1466, '0528-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182342, 1466, '0528-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182343, 1466, '0528-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182344, 1466, '0528-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182345, 1466, '0529-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182346, 1466, '0529-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182347, 1466, '0529-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182348, 1466, '0529-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182349, 1466, '0529-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182350, 1466, '0529-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182351, 1466, '0529-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182352, 1466, '0529-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182353, 1466, '0529-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182354, 1466, '0529-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182355, 1466, '0529-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182356, 1466, '0529-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182357, 1466, '0530-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182358, 1466, '0530-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182359, 1466, '0530-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182360, 1466, '0530-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182361, 1466, '0530-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182362, 1466, '0530-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182363, 1466, '0530-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182364, 1466, '0530-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182365, 1466, '0530-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182366, 1466, '0530-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182367, 1466, '0530-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182368, 1466, '0530-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182369, 1466, '0531-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182370, 1466, '0531-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182371, 1466, '0531-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182372, 1466, '0531-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182373, 1466, '0531-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182374, 1466, '0531-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182375, 1466, '0531-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182376, 1466, '0531-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182377, 1466, '0531-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182378, 1466, '0531-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182379, 1466, '0531-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182380, 1466, '0531-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182381, 1466, '0532-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182382, 1466, '0532-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182383, 1466, '0532-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182384, 1466, '0532-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182385, 1466, '0532-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182386, 1466, '0532-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182387, 1466, '0532-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182388, 1466, '0532-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182389, 1466, '0532-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182390, 1466, '0532-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182391, 1466, '0532-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182392, 1466, '0532-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182393, 1466, '0533-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182394, 1466, '0533-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182395, 1466, '0533-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182396, 1466, '0533-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182397, 1466, '0533-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182398, 1466, '0533-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182399, 1466, '0533-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182400, 1466, '0533-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182401, 1466, '0533-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182402, 1466, '0533-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182403, 1466, '0533-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182404, 1466, '0533-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182405, 1466, '0534-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182406, 1466, '0534-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182407, 1466, '0534-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182408, 1466, '0534-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182409, 1466, '0534-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182410, 1466, '0534-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182411, 1466, '0534-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182412, 1466, '0534-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182413, 1466, '0534-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182414, 1466, '0534-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182415, 1466, '0534-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182416, 1466, '0534-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182417, 1466, '0535-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182418, 1466, '0535-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182419, 1466, '0535-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182420, 1466, '0535-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182421, 1466, '0535-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182422, 1466, '0535-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182423, 1466, '0535-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182424, 1466, '0535-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182425, 1466, '0535-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182426, 1466, '0535-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182427, 1466, '0535-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182428, 1466, '0535-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182429, 1466, '0536-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182430, 1466, '0536-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182431, 1466, '0536-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182432, 1466, '0536-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182433, 1466, '0536-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182434, 1466, '0536-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182435, 1466, '0536-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182436, 1466, '0536-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182437, 1466, '0536-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182438, 1466, '0536-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182439, 1466, '0536-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182440, 1466, '0536-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182441, 1466, '0537-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182442, 1466, '0537-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182443, 1466, '0537-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182444, 1466, '0537-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182445, 1466, '0537-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182446, 1466, '0537-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182447, 1466, '0537-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182448, 1466, '0537-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182449, 1466, '0537-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182450, 1466, '0537-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182451, 1466, '0537-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182452, 1466, '0537-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182453, 1466, '0538-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182454, 1466, '0538-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182455, 1466, '0538-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182456, 1466, '0538-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182457, 1466, '0538-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182458, 1466, '0538-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182459, 1466, '0538-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182460, 1466, '0538-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182461, 1466, '0538-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182462, 1466, '0538-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182463, 1466, '0538-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182464, 1466, '0538-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182465, 1466, '0539-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182466, 1466, '0539-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182467, 1466, '0539-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182468, 1466, '0539-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182469, 1466, '0539-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182470, 1466, '0539-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182471, 1466, '0539-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182472, 1466, '0539-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182473, 1466, '0539-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182474, 1466, '0539-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182475, 1466, '0539-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182476, 1466, '0539-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182477, 1466, '0540-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182478, 1466, '0540-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182479, 1466, '0540-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182480, 1466, '0540-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182481, 1466, '0540-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182482, 1466, '0540-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182483, 1466, '0540-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182484, 1466, '0540-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182485, 1466, '0540-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182486, 1466, '0540-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182487, 1466, '0540-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182488, 1466, '0540-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182489, 1466, '0541-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182490, 1466, '0541-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182491, 1466, '0541-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182492, 1466, '0541-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182493, 1466, '0541-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182494, 1466, '0541-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182495, 1466, '0541-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182496, 1466, '0541-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182497, 1466, '0541-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182498, 1466, '0541-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182499, 1466, '0541-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182500, 1466, '0541-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182501, 1466, '0542-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182502, 1466, '0542-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182503, 1466, '0542-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182504, 1466, '0542-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182505, 1466, '0542-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182506, 1466, '0542-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182507, 1466, '0542-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182508, 1466, '0542-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182509, 1466, '0542-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182510, 1466, '0542-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182511, 1466, '0542-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182512, 1466, '0542-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182513, 1466, '0543-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182514, 1466, '0543-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182515, 1466, '0543-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182516, 1466, '0543-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182517, 1466, '0543-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182518, 1466, '0543-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182519, 1466, '0543-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182520, 1466, '0543-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182521, 1466, '0543-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182522, 1466, '0543-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182523, 1466, '0543-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182524, 1466, '0543-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182525, 1466, '0544-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182526, 1466, '0544-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(182527, 1466, '0544-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182528, 1466, '0544-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182529, 1466, '0544-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182530, 1466, '0544-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182531, 1466, '0544-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182532, 1466, '0544-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182533, 1466, '0544-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182534, 1466, '0544-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182535, 1466, '0544-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182536, 1466, '0544-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182537, 1466, '0545-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182538, 1466, '0545-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182539, 1466, '0545-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182540, 1466, '0545-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182541, 1466, '0545-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182542, 1466, '0545-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182543, 1466, '0545-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182544, 1466, '0545-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182545, 1466, '0545-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182546, 1466, '0545-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182547, 1466, '0545-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182548, 1466, '0545-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182549, 1466, '0546-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182550, 1466, '0546-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182551, 1466, '0546-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182552, 1466, '0546-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182553, 1466, '0546-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182554, 1466, '0546-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182555, 1466, '0546-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182556, 1466, '0546-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182557, 1466, '0546-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182558, 1466, '0546-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182559, 1466, '0546-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182560, 1466, '0546-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182561, 1466, '0547-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182562, 1466, '0547-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182563, 1466, '0547-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182564, 1466, '0547-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182565, 1466, '0547-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182566, 1466, '0547-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182567, 1466, '0547-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182568, 1466, '0547-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182569, 1466, '0547-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182570, 1466, '0547-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182571, 1466, '0547-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182572, 1466, '0547-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182573, 1466, '0548-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182574, 1466, '0548-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182575, 1466, '0548-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182576, 1466, '0548-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182577, 1466, '0548-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182578, 1466, '0548-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182579, 1466, '0548-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182580, 1466, '0548-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182581, 1466, '0548-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182582, 1466, '0548-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182583, 1466, '0548-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182584, 1466, '0548-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182585, 1466, '0549-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182586, 1466, '0549-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182587, 1466, '0549-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182588, 1466, '0549-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:56', '2023-09-17 17:52:56'),
(182589, 1466, '0549-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182590, 1466, '0549-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182591, 1466, '0549-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182592, 1466, '0549-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182593, 1466, '0549-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182594, 1466, '0549-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182595, 1466, '0549-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182596, 1466, '0549-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182597, 1466, '0550-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182598, 1466, '0550-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182599, 1466, '0550-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182600, 1466, '0550-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182601, 1466, '0550-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182602, 1466, '0550-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182603, 1466, '0550-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182604, 1466, '0550-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182605, 1466, '0550-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182606, 1466, '0550-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182607, 1466, '0550-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182608, 1466, '0550-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182609, 1466, '0551-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182610, 1466, '0551-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182611, 1466, '0551-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182612, 1466, '0551-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182613, 1466, '0551-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182614, 1466, '0551-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182615, 1466, '0551-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182616, 1466, '0551-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182617, 1466, '0551-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182618, 1466, '0551-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182619, 1466, '0551-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182620, 1466, '0551-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182621, 1466, '0552-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182622, 1466, '0552-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182623, 1466, '0552-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182624, 1466, '0552-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182625, 1466, '0552-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182626, 1466, '0552-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182627, 1466, '0552-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182628, 1466, '0552-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182629, 1466, '0552-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182630, 1466, '0552-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182631, 1466, '0552-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182632, 1466, '0552-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182633, 1466, '0553-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182634, 1466, '0553-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182635, 1466, '0553-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182636, 1466, '0553-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182637, 1466, '0553-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182638, 1466, '0553-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182639, 1466, '0553-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182640, 1466, '0553-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182641, 1466, '0553-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182642, 1466, '0553-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182643, 1466, '0553-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182644, 1466, '0553-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182645, 1466, '0554-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182646, 1466, '0554-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182647, 1466, '0554-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182648, 1466, '0554-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182649, 1466, '0554-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182650, 1466, '0554-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182651, 1466, '0554-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182652, 1466, '0554-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182653, 1466, '0554-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182654, 1466, '0554-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182655, 1466, '0554-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182656, 1466, '0554-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182657, 1466, '0555-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182658, 1466, '0555-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182659, 1466, '0555-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182660, 1466, '0555-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182661, 1466, '0555-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182662, 1466, '0555-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182663, 1466, '0555-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182664, 1466, '0555-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182665, 1466, '0555-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182666, 1466, '0555-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182667, 1466, '0555-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182668, 1466, '0555-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182669, 1466, '0556-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182670, 1466, '0556-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182671, 1466, '0556-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182672, 1466, '0556-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182673, 1466, '0556-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182674, 1466, '0556-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182675, 1466, '0556-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182676, 1466, '0556-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182677, 1466, '0556-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182678, 1466, '0556-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182679, 1466, '0556-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182680, 1466, '0556-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182681, 1466, '0557-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182682, 1466, '0557-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182683, 1466, '0557-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182684, 1466, '0557-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182685, 1466, '0557-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182686, 1466, '0557-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182687, 1466, '0557-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182688, 1466, '0557-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182689, 1466, '0557-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182690, 1466, '0557-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182691, 1466, '0557-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182692, 1466, '0557-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182693, 1466, '0558-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182694, 1466, '0558-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182695, 1466, '0558-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182696, 1466, '0558-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182697, 1466, '0558-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182698, 1466, '0558-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182699, 1466, '0558-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182700, 1466, '0558-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182701, 1466, '0558-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182702, 1466, '0558-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182703, 1466, '0558-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182704, 1466, '0558-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182705, 1466, '0559-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182706, 1466, '0559-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182707, 1466, '0559-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182708, 1466, '0559-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182709, 1466, '0559-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182710, 1466, '0559-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182711, 1466, '0559-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182712, 1466, '0559-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182713, 1466, '0559-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182714, 1466, '0559-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182715, 1466, '0559-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182716, 1466, '0559-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182717, 1466, '0560-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182718, 1466, '0560-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182719, 1466, '0560-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182720, 1466, '0560-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182721, 1466, '0560-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182722, 1466, '0560-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182723, 1466, '0560-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182724, 1466, '0560-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182725, 1466, '0560-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182726, 1466, '0560-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182727, 1466, '0560-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182728, 1466, '0560-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182729, 1466, '0561-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182730, 1466, '0561-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182731, 1466, '0561-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182732, 1466, '0561-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182733, 1466, '0561-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182734, 1466, '0561-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182735, 1466, '0561-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182736, 1466, '0561-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182737, 1466, '0561-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182738, 1466, '0561-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182739, 1466, '0561-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182740, 1466, '0561-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182741, 1466, '0562-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182742, 1466, '0562-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182743, 1466, '0562-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182744, 1466, '0562-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182745, 1466, '0562-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182746, 1466, '0562-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182747, 1466, '0562-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182748, 1466, '0562-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182749, 1466, '0562-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182750, 1466, '0562-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182751, 1466, '0562-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182752, 1466, '0562-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182753, 1466, '0563-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182754, 1466, '0563-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182755, 1466, '0563-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182756, 1466, '0563-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182757, 1466, '0563-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182758, 1466, '0563-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182759, 1466, '0563-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182760, 1466, '0563-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182761, 1466, '0563-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182762, 1466, '0563-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182763, 1466, '0563-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182764, 1466, '0563-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182765, 1466, '0564-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182766, 1466, '0564-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182767, 1466, '0564-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182768, 1466, '0564-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182769, 1466, '0564-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182770, 1466, '0564-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182771, 1466, '0564-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182772, 1466, '0564-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182773, 1466, '0564-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182774, 1466, '0564-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182775, 1466, '0564-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182776, 1466, '0564-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182777, 1466, '0565-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182778, 1466, '0565-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182779, 1466, '0565-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182780, 1466, '0565-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182781, 1466, '0565-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182782, 1466, '0565-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182783, 1466, '0565-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182784, 1466, '0565-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182785, 1466, '0565-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182786, 1466, '0565-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182787, 1466, '0565-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182788, 1466, '0565-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182789, 1466, '0566-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182790, 1466, '0566-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182791, 1466, '0566-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182792, 1466, '0566-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182793, 1466, '0566-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182794, 1466, '0566-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182795, 1466, '0566-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182796, 1466, '0566-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182797, 1466, '0566-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182798, 1466, '0566-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182799, 1466, '0566-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182800, 1466, '0566-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182801, 1466, '0567-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182802, 1466, '0567-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182803, 1466, '0567-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182804, 1466, '0567-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182805, 1466, '0567-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182806, 1466, '0567-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182807, 1466, '0567-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182808, 1466, '0567-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182809, 1466, '0567-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182810, 1466, '0567-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182811, 1466, '0567-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182812, 1466, '0567-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182813, 1466, '0568-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182814, 1466, '0568-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182815, 1466, '0568-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182816, 1466, '0568-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182817, 1466, '0568-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182818, 1466, '0568-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182819, 1466, '0568-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182820, 1466, '0568-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182821, 1466, '0568-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182822, 1466, '0568-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182823, 1466, '0568-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182824, 1466, '0568-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182825, 1466, '0569-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182826, 1466, '0569-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182827, 1466, '0569-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182828, 1466, '0569-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182829, 1466, '0569-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182830, 1466, '0569-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182831, 1466, '0569-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182832, 1466, '0569-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182833, 1466, '0569-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182834, 1466, '0569-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182835, 1466, '0569-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182836, 1466, '0569-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182837, 1466, '0570-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182838, 1466, '0570-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182839, 1466, '0570-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182840, 1466, '0570-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182841, 1466, '0570-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182842, 1466, '0570-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182843, 1466, '0570-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182844, 1466, '0570-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182845, 1466, '0570-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182846, 1466, '0570-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182847, 1466, '0570-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182848, 1466, '0570-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182849, 1466, '0571-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182850, 1466, '0571-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182851, 1466, '0571-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182852, 1466, '0571-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182853, 1466, '0571-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182854, 1466, '0571-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182855, 1466, '0571-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182856, 1466, '0571-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182857, 1466, '0571-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182858, 1466, '0571-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182859, 1466, '0571-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182860, 1466, '0571-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182861, 1466, '0572-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182862, 1466, '0572-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182863, 1466, '0572-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182864, 1466, '0572-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182865, 1466, '0572-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182866, 1466, '0572-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182867, 1466, '0572-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182868, 1466, '0572-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182869, 1466, '0572-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182870, 1466, '0572-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182871, 1466, '0572-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182872, 1466, '0572-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182873, 1466, '0573-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182874, 1466, '0573-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182875, 1466, '0573-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182876, 1466, '0573-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182877, 1466, '0573-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182878, 1466, '0573-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182879, 1466, '0573-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182880, 1466, '0573-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182881, 1466, '0573-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182882, 1466, '0573-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182883, 1466, '0573-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182884, 1466, '0573-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182885, 1466, '0574-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182886, 1466, '0574-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182887, 1466, '0574-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182888, 1466, '0574-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182889, 1466, '0574-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182890, 1466, '0574-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182891, 1466, '0574-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182892, 1466, '0574-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182893, 1466, '0574-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182894, 1466, '0574-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182895, 1466, '0574-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182896, 1466, '0574-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182897, 1466, '0575-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182898, 1466, '0575-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182899, 1466, '0575-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182900, 1466, '0575-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182901, 1466, '0575-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182902, 1466, '0575-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182903, 1466, '0575-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182904, 1466, '0575-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182905, 1466, '0575-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182906, 1466, '0575-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182907, 1466, '0575-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182908, 1466, '0575-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182909, 1466, '0576-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182910, 1466, '0576-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182911, 1466, '0576-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182912, 1466, '0576-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182913, 1466, '0576-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182914, 1466, '0576-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182915, 1466, '0576-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182916, 1466, '0576-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182917, 1466, '0576-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182918, 1466, '0576-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182919, 1466, '0576-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182920, 1466, '0576-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182921, 1466, '0577-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182922, 1466, '0577-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182923, 1466, '0577-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182924, 1466, '0577-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182925, 1466, '0577-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182926, 1466, '0577-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182927, 1466, '0577-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182928, 1466, '0577-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182929, 1466, '0577-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182930, 1466, '0577-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182931, 1466, '0577-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182932, 1466, '0577-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182933, 1466, '0578-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182934, 1466, '0578-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182935, 1466, '0578-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182936, 1466, '0578-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182937, 1466, '0578-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182938, 1466, '0578-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182939, 1466, '0578-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182940, 1466, '0578-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182941, 1466, '0578-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182942, 1466, '0578-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182943, 1466, '0578-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182944, 1466, '0578-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182945, 1466, '0579-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182946, 1466, '0579-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182947, 1466, '0579-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:57', '2023-09-17 17:52:57'),
(182948, 1466, '0579-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(182949, 1466, '0579-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(182950, 1466, '0579-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(182951, 1466, '0579-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(182952, 1466, '0579-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(182953, 1466, '0579-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(182954, 1466, '0579-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(182955, 1466, '0579-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(182956, 1466, '0579-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(182957, 1466, '0580-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(182958, 1466, '0580-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(182959, 1466, '0580-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(182960, 1466, '0580-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(182961, 1466, '0580-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(182962, 1466, '0580-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(182963, 1466, '0580-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(182964, 1466, '0580-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(182965, 1466, '0580-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(182966, 1466, '0580-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(182967, 1466, '0580-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(182968, 1466, '0580-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(182969, 1466, '0581-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(182970, 1466, '0581-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(182971, 1466, '0581-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(182972, 1466, '0581-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(182973, 1466, '0581-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(182974, 1466, '0581-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(182975, 1466, '0581-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(182976, 1466, '0581-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(182977, 1466, '0581-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(182978, 1466, '0581-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(182979, 1466, '0581-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(182980, 1466, '0581-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(182981, 1466, '0582-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(182982, 1466, '0582-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(182983, 1466, '0582-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(182984, 1466, '0582-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(182985, 1466, '0582-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(182986, 1466, '0582-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(182987, 1466, '0582-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(182988, 1466, '0582-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(182989, 1466, '0582-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(182990, 1466, '0582-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(182991, 1466, '0582-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(182992, 1466, '0582-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(182993, 1466, '0583-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(182994, 1466, '0583-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(182995, 1466, '0583-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(182996, 1466, '0583-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(182997, 1466, '0583-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(182998, 1466, '0583-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(182999, 1466, '0583-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183000, 1466, '0583-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183001, 1466, '0583-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183002, 1466, '0583-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183003, 1466, '0583-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183004, 1466, '0583-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183005, 1466, '0584-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183006, 1466, '0584-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183007, 1466, '0584-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183008, 1466, '0584-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183009, 1466, '0584-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183010, 1466, '0584-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183011, 1466, '0584-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183012, 1466, '0584-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183013, 1466, '0584-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183014, 1466, '0584-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183015, 1466, '0584-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183016, 1466, '0584-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183017, 1466, '0585-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183018, 1466, '0585-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183019, 1466, '0585-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183020, 1466, '0585-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183021, 1466, '0585-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183022, 1466, '0585-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183023, 1466, '0585-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183024, 1466, '0585-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183025, 1466, '0585-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183026, 1466, '0585-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183027, 1466, '0585-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183028, 1466, '0585-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183029, 1466, '0586-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183030, 1466, '0586-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183031, 1466, '0586-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183032, 1466, '0586-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183033, 1466, '0586-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183034, 1466, '0586-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183035, 1466, '0586-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183036, 1466, '0586-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183037, 1466, '0586-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183038, 1466, '0586-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183039, 1466, '0586-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183040, 1466, '0586-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183041, 1466, '0587-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183042, 1466, '0587-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183043, 1466, '0587-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183044, 1466, '0587-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183045, 1466, '0587-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183046, 1466, '0587-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183047, 1466, '0587-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183048, 1466, '0587-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183049, 1466, '0587-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183050, 1466, '0587-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183051, 1466, '0587-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183052, 1466, '0587-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183053, 1466, '0588-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183054, 1466, '0588-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183055, 1466, '0588-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183056, 1466, '0588-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183057, 1466, '0588-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183058, 1466, '0588-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183059, 1466, '0588-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183060, 1466, '0588-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183061, 1466, '0588-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183062, 1466, '0588-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183063, 1466, '0588-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183064, 1466, '0588-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183065, 1466, '0589-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183066, 1466, '0589-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183067, 1466, '0589-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183068, 1466, '0589-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183069, 1466, '0589-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183070, 1466, '0589-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183071, 1466, '0589-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183072, 1466, '0589-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183073, 1466, '0589-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183074, 1466, '0589-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183075, 1466, '0589-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183076, 1466, '0589-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183077, 1466, '0590-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183078, 1466, '0590-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183079, 1466, '0590-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183080, 1466, '0590-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183081, 1466, '0590-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183082, 1466, '0590-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183083, 1466, '0590-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183084, 1466, '0590-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183085, 1466, '0590-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183086, 1466, '0590-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183087, 1466, '0590-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183088, 1466, '0590-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183089, 1466, '0591-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183090, 1466, '0591-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183091, 1466, '0591-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183092, 1466, '0591-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183093, 1466, '0591-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183094, 1466, '0591-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183095, 1466, '0591-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183096, 1466, '0591-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183097, 1466, '0591-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183098, 1466, '0591-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183099, 1466, '0591-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183100, 1466, '0591-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183101, 1466, '0592-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183102, 1466, '0592-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183103, 1466, '0592-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183104, 1466, '0592-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183105, 1466, '0592-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183106, 1466, '0592-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183107, 1466, '0592-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183108, 1466, '0592-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183109, 1466, '0592-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183110, 1466, '0592-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183111, 1466, '0592-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183112, 1466, '0592-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183113, 1466, '0593-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183114, 1466, '0593-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183115, 1466, '0593-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183116, 1466, '0593-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183117, 1466, '0593-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183118, 1466, '0593-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183119, 1466, '0593-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183120, 1466, '0593-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183121, 1466, '0593-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183122, 1466, '0593-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183123, 1466, '0593-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183124, 1466, '0593-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183125, 1466, '0594-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183126, 1466, '0594-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183127, 1466, '0594-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183128, 1466, '0594-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183129, 1466, '0594-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183130, 1466, '0594-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183131, 1466, '0594-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183132, 1466, '0594-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183133, 1466, '0594-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183134, 1466, '0594-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183135, 1466, '0594-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183136, 1466, '0594-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183137, 1466, '0595-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183138, 1466, '0595-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183139, 1466, '0595-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183140, 1466, '0595-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183141, 1466, '0595-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183142, 1466, '0595-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183143, 1466, '0595-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183144, 1466, '0595-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183145, 1466, '0595-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183146, 1466, '0595-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183147, 1466, '0595-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183148, 1466, '0595-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183149, 1466, '0596-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183150, 1466, '0596-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183151, 1466, '0596-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183152, 1466, '0596-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183153, 1466, '0596-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183154, 1466, '0596-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183155, 1466, '0596-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183156, 1466, '0596-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183157, 1466, '0596-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183158, 1466, '0596-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183159, 1466, '0596-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183160, 1466, '0596-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183161, 1466, '0597-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183162, 1466, '0597-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183163, 1466, '0597-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183164, 1466, '0597-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183165, 1466, '0597-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183166, 1466, '0597-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183167, 1466, '0597-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183168, 1466, '0597-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183169, 1466, '0597-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183170, 1466, '0597-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183171, 1466, '0597-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183172, 1466, '0597-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183173, 1466, '0598-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183174, 1466, '0598-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183175, 1466, '0598-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183176, 1466, '0598-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183177, 1466, '0598-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183178, 1466, '0598-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183179, 1466, '0598-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183180, 1466, '0598-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183181, 1466, '0598-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183182, 1466, '0598-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183183, 1466, '0598-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183184, 1466, '0598-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183185, 1466, '0599-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183186, 1466, '0599-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183187, 1466, '0599-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183188, 1466, '0599-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183189, 1466, '0599-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183190, 1466, '0599-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183191, 1466, '0599-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183192, 1466, '0599-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183193, 1466, '0599-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183194, 1466, '0599-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183195, 1466, '0599-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183196, 1466, '0599-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183197, 1466, '0600-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183198, 1466, '0600-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183199, 1466, '0600-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183200, 1466, '0600-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183201, 1466, '0600-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183202, 1466, '0600-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183203, 1466, '0600-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183204, 1466, '0600-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183205, 1466, '0600-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183206, 1466, '0600-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183207, 1466, '0600-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183208, 1466, '0600-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183209, 1466, '0601-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183210, 1466, '0601-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183211, 1466, '0601-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183212, 1466, '0601-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183213, 1466, '0601-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183214, 1466, '0601-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183215, 1466, '0601-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183216, 1466, '0601-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183217, 1466, '0601-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183218, 1466, '0601-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183219, 1466, '0601-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183220, 1466, '0601-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183221, 1466, '0602-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183222, 1466, '0602-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183223, 1466, '0602-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183224, 1466, '0602-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183225, 1466, '0602-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183226, 1466, '0602-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183227, 1466, '0602-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183228, 1466, '0602-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183229, 1466, '0602-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183230, 1466, '0602-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183231, 1466, '0602-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183232, 1466, '0602-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183233, 1466, '0603-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183234, 1466, '0603-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183235, 1466, '0603-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183236, 1466, '0603-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183237, 1466, '0603-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183238, 1466, '0603-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183239, 1466, '0603-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183240, 1466, '0603-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183241, 1466, '0603-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183242, 1466, '0603-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183243, 1466, '0603-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183244, 1466, '0603-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183245, 1466, '0604-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183246, 1466, '0604-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183247, 1466, '0604-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183248, 1466, '0604-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183249, 1466, '0604-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183250, 1466, '0604-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183251, 1466, '0604-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183252, 1466, '0604-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183253, 1466, '0604-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183254, 1466, '0604-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183255, 1466, '0604-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183256, 1466, '0604-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183257, 1466, '0605-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183258, 1466, '0605-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183259, 1466, '0605-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183260, 1466, '0605-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183261, 1466, '0605-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183262, 1466, '0605-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183263, 1466, '0605-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183264, 1466, '0605-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183265, 1466, '0605-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183266, 1466, '0605-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183267, 1466, '0605-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183268, 1466, '0605-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183269, 1466, '0606-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183270, 1466, '0606-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183271, 1466, '0606-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183272, 1466, '0606-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183273, 1466, '0606-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183274, 1466, '0606-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183275, 1466, '0606-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183276, 1466, '0606-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183277, 1466, '0606-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183278, 1466, '0606-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183279, 1466, '0606-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183280, 1466, '0606-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183281, 1466, '0607-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183282, 1466, '0607-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183283, 1466, '0607-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183284, 1466, '0607-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183285, 1466, '0607-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183286, 1466, '0607-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183287, 1466, '0607-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183288, 1466, '0607-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183289, 1466, '0607-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183290, 1466, '0607-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183291, 1466, '0607-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183292, 1466, '0607-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183293, 1466, '0608-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183294, 1466, '0608-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183295, 1466, '0608-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183296, 1466, '0608-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183297, 1466, '0608-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183298, 1466, '0608-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183299, 1466, '0608-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183300, 1466, '0608-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183301, 1466, '0608-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183302, 1466, '0608-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183303, 1466, '0608-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183304, 1466, '0608-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183305, 1466, '0609-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183306, 1466, '0609-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183307, 1466, '0609-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183308, 1466, '0609-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183309, 1466, '0609-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183310, 1466, '0609-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183311, 1466, '0609-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183312, 1466, '0609-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183313, 1466, '0609-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183314, 1466, '0609-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183315, 1466, '0609-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183316, 1466, '0609-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183317, 1466, '0610-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183318, 1466, '0610-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183319, 1466, '0610-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183320, 1466, '0610-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183321, 1466, '0610-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183322, 1466, '0610-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183323, 1466, '0610-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183324, 1466, '0610-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183325, 1466, '0610-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183326, 1466, '0610-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183327, 1466, '0610-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183328, 1466, '0610-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183329, 1466, '0611-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183330, 1466, '0611-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183331, 1466, '0611-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183332, 1466, '0611-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183333, 1466, '0611-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183334, 1466, '0611-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183335, 1466, '0611-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183336, 1466, '0611-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183337, 1466, '0611-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183338, 1466, '0611-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183339, 1466, '0611-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183340, 1466, '0611-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183341, 1466, '0612-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183342, 1466, '0612-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:58', '2023-09-17 17:52:58'),
(183343, 1466, '0612-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:59', '2023-09-17 17:52:59'),
(183344, 1466, '0612-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:59', '2023-09-17 17:52:59'),
(183345, 1466, '0612-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:59', '2023-09-17 17:52:59'),
(183346, 1466, '0612-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:59', '2023-09-17 17:52:59'),
(183347, 1466, '0612-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:52:59', '2023-09-17 17:52:59'),
(183348, 1466, '0612-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:00', '2023-09-17 17:53:00'),
(183349, 1466, '0612-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:06', '2023-09-17 17:53:06'),
(183350, 1466, '0612-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:06', '2023-09-17 17:53:06'),
(183351, 1466, '0612-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:06', '2023-09-17 17:53:06'),
(183352, 1466, '0612-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:06', '2023-09-17 17:53:06'),
(183353, 1466, '0613-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:06', '2023-09-17 17:53:06'),
(183354, 1466, '0613-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:06', '2023-09-17 17:53:06'),
(183355, 1466, '0613-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:06', '2023-09-17 17:53:06'),
(183356, 1466, '0613-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:06', '2023-09-17 17:53:06'),
(183357, 1466, '0613-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:06', '2023-09-17 17:53:06'),
(183358, 1466, '0613-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:06', '2023-09-17 17:53:06'),
(183359, 1466, '0613-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:06', '2023-09-17 17:53:06'),
(183360, 1466, '0613-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:06', '2023-09-17 17:53:06'),
(183361, 1466, '0613-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:06', '2023-09-17 17:53:06'),
(183362, 1466, '0613-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:06', '2023-09-17 17:53:06'),
(183363, 1466, '0613-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:06', '2023-09-17 17:53:06'),
(183364, 1466, '0613-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:06', '2023-09-17 17:53:06'),
(183365, 1466, '0614-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:06', '2023-09-17 17:53:06'),
(183366, 1466, '0614-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:06', '2023-09-17 17:53:06'),
(183367, 1466, '0614-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:06', '2023-09-17 17:53:06'),
(183368, 1466, '0614-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:06', '2023-09-17 17:53:06'),
(183369, 1466, '0614-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:06', '2023-09-17 17:53:06'),
(183370, 1466, '0614-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:06', '2023-09-17 17:53:06'),
(183371, 1466, '0614-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:06', '2023-09-17 17:53:06'),
(183372, 1466, '0614-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:06', '2023-09-17 17:53:06'),
(183373, 1466, '0614-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:06', '2023-09-17 17:53:06'),
(183374, 1466, '0614-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:06', '2023-09-17 17:53:06'),
(183375, 1466, '0614-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:06', '2023-09-17 17:53:06'),
(183376, 1466, '0614-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:06', '2023-09-17 17:53:06'),
(183377, 1466, '0615-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:06', '2023-09-17 17:53:06'),
(183378, 1466, '0615-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:06', '2023-09-17 17:53:06'),
(183379, 1466, '0615-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:06', '2023-09-17 17:53:06'),
(183380, 1466, '0615-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:06', '2023-09-17 17:53:06'),
(183381, 1466, '0615-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:06', '2023-09-17 17:53:06'),
(183382, 1466, '0615-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:06', '2023-09-17 17:53:06'),
(183383, 1466, '0615-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:06', '2023-09-17 17:53:06'),
(183384, 1466, '0615-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:06', '2023-09-17 17:53:06'),
(183385, 1466, '0615-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:06', '2023-09-17 17:53:06'),
(183386, 1466, '0615-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:06', '2023-09-17 17:53:06'),
(183387, 1466, '0615-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:06', '2023-09-17 17:53:06'),
(183388, 1466, '0615-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:06', '2023-09-17 17:53:06'),
(183389, 1466, '0616-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:06', '2023-09-17 17:53:06'),
(183390, 1466, '0616-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:06', '2023-09-17 17:53:06'),
(183391, 1466, '0616-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:06', '2023-09-17 17:53:06'),
(183392, 1466, '0616-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:06', '2023-09-17 17:53:06'),
(183393, 1466, '0616-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:06', '2023-09-17 17:53:06'),
(183394, 1466, '0616-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:06', '2023-09-17 17:53:06'),
(183395, 1466, '0616-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:06', '2023-09-17 17:53:06'),
(183396, 1466, '0616-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:06', '2023-09-17 17:53:06'),
(183397, 1466, '0616-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:06', '2023-09-17 17:53:06'),
(183398, 1466, '0616-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:06', '2023-09-17 17:53:06'),
(183399, 1466, '0616-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:06', '2023-09-17 17:53:06'),
(183400, 1466, '0616-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:06', '2023-09-17 17:53:06'),
(183401, 1466, '0617-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:06', '2023-09-17 17:53:06'),
(183402, 1466, '0617-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:06', '2023-09-17 17:53:06'),
(183403, 1466, '0617-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:06', '2023-09-17 17:53:06'),
(183404, 1466, '0617-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:06', '2023-09-17 17:53:06'),
(183405, 1466, '0617-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:06', '2023-09-17 17:53:06'),
(183406, 1466, '0617-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:06', '2023-09-17 17:53:06'),
(183407, 1466, '0617-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:06', '2023-09-17 17:53:06'),
(183408, 1466, '0617-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:06', '2023-09-17 17:53:06'),
(183409, 1466, '0617-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:06', '2023-09-17 17:53:06'),
(183410, 1466, '0617-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:06', '2023-09-17 17:53:06'),
(183411, 1466, '0617-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:06', '2023-09-17 17:53:06'),
(183412, 1466, '0617-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:06', '2023-09-17 17:53:06'),
(183413, 1466, '0618-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:06', '2023-09-17 17:53:06'),
(183414, 1466, '0618-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:06', '2023-09-17 17:53:06'),
(183415, 1466, '0618-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:06', '2023-09-17 17:53:06'),
(183416, 1466, '0618-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:06', '2023-09-17 17:53:06'),
(183417, 1466, '0618-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:06', '2023-09-17 17:53:06'),
(183418, 1466, '0618-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:06', '2023-09-17 17:53:06'),
(183419, 1466, '0618-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:06', '2023-09-17 17:53:06'),
(183420, 1466, '0618-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:06', '2023-09-17 17:53:06'),
(183421, 1466, '0618-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:06', '2023-09-17 17:53:06'),
(183422, 1466, '0618-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:06', '2023-09-17 17:53:06'),
(183423, 1466, '0618-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:06', '2023-09-17 17:53:06'),
(183424, 1466, '0618-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:06', '2023-09-17 17:53:06'),
(183425, 1466, '0619-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:06', '2023-09-17 17:53:06'),
(183426, 1466, '0619-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:06', '2023-09-17 17:53:06'),
(183427, 1466, '0619-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:06', '2023-09-17 17:53:06'),
(183428, 1466, '0619-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:06', '2023-09-17 17:53:06'),
(183429, 1466, '0619-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:06', '2023-09-17 17:53:06'),
(183430, 1466, '0619-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:06', '2023-09-17 17:53:06'),
(183431, 1466, '0619-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:06', '2023-09-17 17:53:06'),
(183432, 1466, '0619-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:06', '2023-09-17 17:53:06'),
(183433, 1466, '0619-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:06', '2023-09-17 17:53:06'),
(183434, 1466, '0619-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:06', '2023-09-17 17:53:06'),
(183435, 1466, '0619-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:06', '2023-09-17 17:53:06'),
(183436, 1466, '0619-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183437, 1466, '0620-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183438, 1466, '0620-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183439, 1466, '0620-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183440, 1466, '0620-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183441, 1466, '0620-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183442, 1466, '0620-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183443, 1466, '0620-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183444, 1466, '0620-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183445, 1466, '0620-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183446, 1466, '0620-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183447, 1466, '0620-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183448, 1466, '0620-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183449, 1466, '0621-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183450, 1466, '0621-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183451, 1466, '0621-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183452, 1466, '0621-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183453, 1466, '0621-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183454, 1466, '0621-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183455, 1466, '0621-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183456, 1466, '0621-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(183457, 1466, '0621-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183458, 1466, '0621-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183459, 1466, '0621-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183460, 1466, '0621-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183461, 1466, '0622-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183462, 1466, '0622-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183463, 1466, '0622-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183464, 1466, '0622-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183465, 1466, '0622-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183466, 1466, '0622-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183467, 1466, '0622-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183468, 1466, '0622-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183469, 1466, '0622-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183470, 1466, '0622-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183471, 1466, '0622-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183472, 1466, '0622-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183473, 1466, '0623-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183474, 1466, '0623-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183475, 1466, '0623-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183476, 1466, '0623-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183477, 1466, '0623-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183478, 1466, '0623-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183479, 1466, '0623-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183480, 1466, '0623-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183481, 1466, '0623-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183482, 1466, '0623-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183483, 1466, '0623-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183484, 1466, '0623-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183485, 1466, '0624-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183486, 1466, '0624-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183487, 1466, '0624-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183488, 1466, '0624-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183489, 1466, '0624-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183490, 1466, '0624-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183491, 1466, '0624-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183492, 1466, '0624-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183493, 1466, '0624-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183494, 1466, '0624-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183495, 1466, '0624-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183496, 1466, '0624-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183497, 1466, '0625-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183498, 1466, '0625-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183499, 1466, '0625-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183500, 1466, '0625-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183501, 1466, '0625-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183502, 1466, '0625-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183503, 1466, '0625-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183504, 1466, '0625-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183505, 1466, '0625-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183506, 1466, '0625-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183507, 1466, '0625-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183508, 1466, '0625-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183509, 1466, '0626-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183510, 1466, '0626-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183511, 1466, '0626-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183512, 1466, '0626-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183513, 1466, '0626-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183514, 1466, '0626-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183515, 1466, '0626-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183516, 1466, '0626-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183517, 1466, '0626-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183518, 1466, '0626-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183519, 1466, '0626-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183520, 1466, '0626-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183521, 1466, '0627-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183522, 1466, '0627-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183523, 1466, '0627-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183524, 1466, '0627-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183525, 1466, '0627-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183526, 1466, '0627-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183527, 1466, '0627-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183528, 1466, '0627-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183529, 1466, '0627-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183530, 1466, '0627-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183531, 1466, '0627-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183532, 1466, '0627-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183533, 1466, '0628-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183534, 1466, '0628-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183535, 1466, '0628-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183536, 1466, '0628-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183537, 1466, '0628-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183538, 1466, '0628-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183539, 1466, '0628-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183540, 1466, '0628-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183541, 1466, '0628-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183542, 1466, '0628-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183543, 1466, '0628-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183544, 1466, '0628-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183545, 1466, '0629-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183546, 1466, '0629-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183547, 1466, '0629-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183548, 1466, '0629-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183549, 1466, '0629-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183550, 1466, '0629-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183551, 1466, '0629-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183552, 1466, '0629-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183553, 1466, '0629-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183554, 1466, '0629-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183555, 1466, '0629-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183556, 1466, '0629-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183557, 1466, '0630-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183558, 1466, '0630-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183559, 1466, '0630-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183560, 1466, '0630-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183561, 1466, '0630-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183562, 1466, '0630-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183563, 1466, '0630-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183564, 1466, '0630-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183565, 1466, '0630-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183566, 1466, '0630-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183567, 1466, '0630-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183568, 1466, '0630-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183569, 1466, '0631-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183570, 1466, '0631-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183571, 1466, '0631-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183572, 1466, '0631-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183573, 1466, '0631-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183574, 1466, '0631-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183575, 1466, '0631-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183576, 1466, '0631-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183577, 1466, '0631-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183578, 1466, '0631-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183579, 1466, '0631-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183580, 1466, '0631-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183581, 1466, '0632-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183582, 1466, '0632-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183583, 1466, '0632-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183584, 1466, '0632-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183585, 1466, '0632-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183586, 1466, '0632-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183587, 1466, '0632-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183588, 1466, '0632-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183589, 1466, '0632-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183590, 1466, '0632-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183591, 1466, '0632-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183592, 1466, '0632-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183593, 1466, '0633-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183594, 1466, '0633-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183595, 1466, '0633-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183596, 1466, '0633-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183597, 1466, '0633-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183598, 1466, '0633-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183599, 1466, '0633-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183600, 1466, '0633-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183601, 1466, '0633-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183602, 1466, '0633-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183603, 1466, '0633-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183604, 1466, '0633-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183605, 1466, '0634-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183606, 1466, '0634-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183607, 1466, '0634-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183608, 1466, '0634-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183609, 1466, '0634-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183610, 1466, '0634-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183611, 1466, '0634-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183612, 1466, '0634-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183613, 1466, '0634-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183614, 1466, '0634-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183615, 1466, '0634-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183616, 1466, '0634-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183617, 1466, '0635-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183618, 1466, '0635-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183619, 1466, '0635-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183620, 1466, '0635-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183621, 1466, '0635-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183622, 1466, '0635-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183623, 1466, '0635-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183624, 1466, '0635-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183625, 1466, '0635-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183626, 1466, '0635-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183627, 1466, '0635-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183628, 1466, '0635-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183629, 1466, '0636-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183630, 1466, '0636-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183631, 1466, '0636-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183632, 1466, '0636-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183633, 1466, '0636-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183634, 1466, '0636-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183635, 1466, '0636-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183636, 1466, '0636-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183637, 1466, '0636-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183638, 1466, '0636-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183639, 1466, '0636-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183640, 1466, '0636-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183641, 1466, '0637-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183642, 1466, '0637-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183643, 1466, '0637-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183644, 1466, '0637-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183645, 1466, '0637-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183646, 1466, '0637-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183647, 1466, '0637-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183648, 1466, '0637-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183649, 1466, '0637-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183650, 1466, '0637-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183651, 1466, '0637-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183652, 1466, '0637-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183653, 1466, '0638-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183654, 1466, '0638-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183655, 1466, '0638-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183656, 1466, '0638-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183657, 1466, '0638-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183658, 1466, '0638-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183659, 1466, '0638-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183660, 1466, '0638-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183661, 1466, '0638-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183662, 1466, '0638-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183663, 1466, '0638-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183664, 1466, '0638-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183665, 1466, '0639-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183666, 1466, '0639-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183667, 1466, '0639-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183668, 1466, '0639-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183669, 1466, '0639-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183670, 1466, '0639-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183671, 1466, '0639-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183672, 1466, '0639-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183673, 1466, '0639-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183674, 1466, '0639-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183675, 1466, '0639-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183676, 1466, '0639-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183677, 1466, '0640-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183678, 1466, '0640-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183679, 1466, '0640-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183680, 1466, '0640-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183681, 1466, '0640-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183682, 1466, '0640-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183683, 1466, '0640-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183684, 1466, '0640-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183685, 1466, '0640-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183686, 1466, '0640-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183687, 1466, '0640-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183688, 1466, '0640-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183689, 1466, '0641-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183690, 1466, '0641-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183691, 1466, '0641-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183692, 1466, '0641-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183693, 1466, '0641-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183694, 1466, '0641-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183695, 1466, '0641-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183696, 1466, '0641-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183697, 1466, '0641-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183698, 1466, '0641-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183699, 1466, '0641-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183700, 1466, '0641-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183701, 1466, '0642-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183702, 1466, '0642-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183703, 1466, '0642-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183704, 1466, '0642-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183705, 1466, '0642-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183706, 1466, '0642-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183707, 1466, '0642-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183708, 1466, '0642-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183709, 1466, '0642-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183710, 1466, '0642-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183711, 1466, '0642-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183712, 1466, '0642-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183713, 1466, '0643-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183714, 1466, '0643-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183715, 1466, '0643-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183716, 1466, '0643-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183717, 1466, '0643-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183718, 1466, '0643-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183719, 1466, '0643-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183720, 1466, '0643-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183721, 1466, '0643-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183722, 1466, '0643-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183723, 1466, '0643-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183724, 1466, '0643-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183725, 1466, '0644-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183726, 1466, '0644-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183727, 1466, '0644-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183728, 1466, '0644-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183729, 1466, '0644-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183730, 1466, '0644-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183731, 1466, '0644-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183732, 1466, '0644-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183733, 1466, '0644-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183734, 1466, '0644-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183735, 1466, '0644-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183736, 1466, '0644-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183737, 1466, '0645-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183738, 1466, '0645-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183739, 1466, '0645-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183740, 1466, '0645-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183741, 1466, '0645-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183742, 1466, '0645-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183743, 1466, '0645-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183744, 1466, '0645-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183745, 1466, '0645-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183746, 1466, '0645-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183747, 1466, '0645-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183748, 1466, '0645-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183749, 1466, '0646-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183750, 1466, '0646-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183751, 1466, '0646-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183752, 1466, '0646-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183753, 1466, '0646-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183754, 1466, '0646-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183755, 1466, '0646-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183756, 1466, '0646-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183757, 1466, '0646-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183758, 1466, '0646-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183759, 1466, '0646-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183760, 1466, '0646-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183761, 1466, '0647-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183762, 1466, '0647-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183763, 1466, '0647-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183764, 1466, '0647-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183765, 1466, '0647-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183766, 1466, '0647-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183767, 1466, '0647-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183768, 1466, '0647-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183769, 1466, '0647-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183770, 1466, '0647-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183771, 1466, '0647-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183772, 1466, '0647-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183773, 1466, '0648-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183774, 1466, '0648-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183775, 1466, '0648-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183776, 1466, '0648-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183777, 1466, '0648-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183778, 1466, '0648-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183779, 1466, '0648-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183780, 1466, '0648-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183781, 1466, '0648-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183782, 1466, '0648-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183783, 1466, '0648-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183784, 1466, '0648-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183785, 1466, '0649-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183786, 1466, '0649-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183787, 1466, '0649-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183788, 1466, '0649-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183789, 1466, '0649-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183790, 1466, '0649-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183791, 1466, '0649-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183792, 1466, '0649-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183793, 1466, '0649-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183794, 1466, '0649-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183795, 1466, '0649-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183796, 1466, '0649-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183797, 1466, '0650-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183798, 1466, '0650-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183799, 1466, '0650-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183800, 1466, '0650-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:07', '2023-09-17 17:53:07'),
(183801, 1466, '0650-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(183802, 1466, '0650-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(183803, 1466, '0650-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(183804, 1466, '0650-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(183805, 1466, '0650-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(183806, 1466, '0650-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(183807, 1466, '0650-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(183808, 1466, '0650-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(183809, 1466, '0651-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(183810, 1466, '0651-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(183811, 1466, '0651-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(183812, 1466, '0651-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(183813, 1466, '0651-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(183814, 1466, '0651-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(183815, 1466, '0651-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(183816, 1466, '0651-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(183817, 1466, '0651-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(183818, 1466, '0651-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(183819, 1466, '0651-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(183820, 1466, '0651-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(183821, 1466, '0652-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(183822, 1466, '0652-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(183823, 1466, '0652-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(183824, 1466, '0652-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(183825, 1466, '0652-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(183826, 1466, '0652-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(183827, 1466, '0652-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(183828, 1466, '0652-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(183829, 1466, '0652-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(183830, 1466, '0652-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(183831, 1466, '0652-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(183832, 1466, '0652-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(183833, 1466, '0653-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(183834, 1466, '0653-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(183835, 1466, '0653-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(183836, 1466, '0653-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(183837, 1466, '0653-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(183838, 1466, '0653-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(183839, 1466, '0653-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(183840, 1466, '0653-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(183841, 1466, '0653-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(183842, 1466, '0653-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(183843, 1466, '0653-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(183844, 1466, '0653-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(183845, 1466, '0654-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(183846, 1466, '0654-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(183847, 1466, '0654-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(183848, 1466, '0654-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(183849, 1466, '0654-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(183850, 1466, '0654-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(183851, 1466, '0654-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(183852, 1466, '0654-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(183853, 1466, '0654-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(183854, 1466, '0654-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(183855, 1466, '0654-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(183856, 1466, '0654-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(183857, 1466, '0655-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(183858, 1466, '0655-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(183859, 1466, '0655-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(183860, 1466, '0655-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(183861, 1466, '0655-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(183862, 1466, '0655-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(183863, 1466, '0655-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(183864, 1466, '0655-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(183865, 1466, '0655-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(183866, 1466, '0655-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(183867, 1466, '0655-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(183868, 1466, '0655-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(183869, 1466, '0656-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(183870, 1466, '0656-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(183871, 1466, '0656-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(183872, 1466, '0656-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(183873, 1466, '0656-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(183874, 1466, '0656-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(183875, 1466, '0656-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(183876, 1466, '0656-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(183877, 1466, '0656-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(183878, 1466, '0656-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(183879, 1466, '0656-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(183880, 1466, '0656-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(183881, 1466, '0657-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(183882, 1466, '0657-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(183883, 1466, '0657-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(183884, 1466, '0657-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(183885, 1466, '0657-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(183886, 1466, '0657-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(183887, 1466, '0657-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(183888, 1466, '0657-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(183889, 1466, '0657-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(183890, 1466, '0657-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(183891, 1466, '0657-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(183892, 1466, '0657-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(183893, 1466, '0658-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(183894, 1466, '0658-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(183895, 1466, '0658-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(183896, 1466, '0658-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(183897, 1466, '0658-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(183898, 1466, '0658-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(183899, 1466, '0658-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(183900, 1466, '0658-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(183901, 1466, '0658-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(183902, 1466, '0658-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(183903, 1466, '0658-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(183904, 1466, '0658-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(183905, 1466, '0659-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(183906, 1466, '0659-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(183907, 1466, '0659-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(183908, 1466, '0659-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(183909, 1466, '0659-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(183910, 1466, '0659-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(183911, 1466, '0659-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(183912, 1466, '0659-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(183913, 1466, '0659-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(183914, 1466, '0659-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(183915, 1466, '0659-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(183916, 1466, '0659-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(183917, 1466, '0660-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(183918, 1466, '0660-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(183919, 1466, '0660-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(183920, 1466, '0660-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(183921, 1466, '0660-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(183922, 1466, '0660-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(183923, 1466, '0660-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(183924, 1466, '0660-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(183925, 1466, '0660-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(183926, 1466, '0660-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(183927, 1466, '0660-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(183928, 1466, '0660-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(183929, 1466, '0661-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(183930, 1466, '0661-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(183931, 1466, '0661-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(183932, 1466, '0661-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(183933, 1466, '0661-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(183934, 1466, '0661-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(183935, 1466, '0661-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(183936, 1466, '0661-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(183937, 1466, '0661-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(183938, 1466, '0661-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(183939, 1466, '0661-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(183940, 1466, '0661-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(183941, 1466, '0662-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(183942, 1466, '0662-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(183943, 1466, '0662-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(183944, 1466, '0662-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(183945, 1466, '0662-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(183946, 1466, '0662-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(183947, 1466, '0662-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(183948, 1466, '0662-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(183949, 1466, '0662-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(183950, 1466, '0662-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(183951, 1466, '0662-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(183952, 1466, '0662-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(183953, 1466, '0663-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(183954, 1466, '0663-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(183955, 1466, '0663-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(183956, 1466, '0663-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(183957, 1466, '0663-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(183958, 1466, '0663-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(183959, 1466, '0663-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(183960, 1466, '0663-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(183961, 1466, '0663-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(183962, 1466, '0663-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(183963, 1466, '0663-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(183964, 1466, '0663-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(183965, 1466, '0664-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(183966, 1466, '0664-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(183967, 1466, '0664-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(183968, 1466, '0664-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(183969, 1466, '0664-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(183970, 1466, '0664-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(183971, 1466, '0664-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(183972, 1466, '0664-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(183973, 1466, '0664-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(183974, 1466, '0664-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(183975, 1466, '0664-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(183976, 1466, '0664-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(183977, 1466, '0665-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(183978, 1466, '0665-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(183979, 1466, '0665-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(183980, 1466, '0665-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(183981, 1466, '0665-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(183982, 1466, '0665-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(183983, 1466, '0665-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(183984, 1466, '0665-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(183985, 1466, '0665-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(183986, 1466, '0665-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(183987, 1466, '0665-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(183988, 1466, '0665-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(183989, 1466, '0666-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(183990, 1466, '0666-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(183991, 1466, '0666-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(183992, 1466, '0666-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(183993, 1466, '0666-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(183994, 1466, '0666-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(183995, 1466, '0666-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(183996, 1466, '0666-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(183997, 1466, '0666-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(183998, 1466, '0666-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(183999, 1466, '0666-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(184000, 1466, '0666-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(184001, 1466, '0667-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(184002, 1466, '0667-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(184003, 1466, '0667-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(184004, 1466, '0667-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(184005, 1466, '0667-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(184006, 1466, '0667-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(184007, 1466, '0667-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(184008, 1466, '0667-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(184009, 1466, '0667-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(184010, 1466, '0667-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(184011, 1466, '0667-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(184012, 1466, '0667-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(184013, 1466, '0668-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(184014, 1466, '0668-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(184015, 1466, '0668-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(184016, 1466, '0668-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(184017, 1466, '0668-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(184018, 1466, '0668-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(184019, 1466, '0668-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(184020, 1466, '0668-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(184021, 1466, '0668-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(184022, 1466, '0668-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(184023, 1466, '0668-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(184024, 1466, '0668-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(184025, 1466, '0669-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(184026, 1466, '0669-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(184027, 1466, '0669-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(184028, 1466, '0669-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(184029, 1466, '0669-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(184030, 1466, '0669-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(184031, 1466, '0669-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(184032, 1466, '0669-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(184033, 1466, '0669-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(184034, 1466, '0669-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(184035, 1466, '0669-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(184036, 1466, '0669-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(184037, 1466, '0670-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(184038, 1466, '0670-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(184039, 1466, '0670-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(184040, 1466, '0670-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(184041, 1466, '0670-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(184042, 1466, '0670-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(184043, 1466, '0670-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(184044, 1466, '0670-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(184045, 1466, '0670-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(184046, 1466, '0670-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(184047, 1466, '0670-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(184048, 1466, '0670-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(184049, 1466, '0671-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(184050, 1466, '0671-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(184051, 1466, '0671-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(184052, 1466, '0671-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(184053, 1466, '0671-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(184054, 1466, '0671-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(184055, 1466, '0671-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(184056, 1466, '0671-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(184057, 1466, '0671-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(184058, 1466, '0671-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(184059, 1466, '0671-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(184060, 1466, '0671-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(184061, 1466, '0672-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(184062, 1466, '0672-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(184063, 1466, '0672-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(184064, 1466, '0672-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(184065, 1466, '0672-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(184066, 1466, '0672-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(184067, 1466, '0672-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(184068, 1466, '0672-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(184069, 1466, '0672-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(184070, 1466, '0672-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(184071, 1466, '0672-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(184072, 1466, '0672-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(184073, 1466, '0673-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(184074, 1466, '0673-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(184075, 1466, '0673-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(184076, 1466, '0673-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(184077, 1466, '0673-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(184078, 1466, '0673-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(184079, 1466, '0673-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(184080, 1466, '0673-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(184081, 1466, '0673-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(184082, 1466, '0673-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(184083, 1466, '0673-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(184084, 1466, '0673-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(184085, 1466, '0674-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(184086, 1466, '0674-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(184087, 1466, '0674-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(184088, 1466, '0674-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(184089, 1466, '0674-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(184090, 1466, '0674-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(184091, 1466, '0674-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(184092, 1466, '0674-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(184093, 1466, '0674-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(184094, 1466, '0674-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(184095, 1466, '0674-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(184096, 1466, '0674-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(184097, 1466, '0675-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(184098, 1466, '0675-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(184099, 1466, '0675-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(184100, 1466, '0675-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(184101, 1466, '0675-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(184102, 1466, '0675-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(184103, 1466, '0675-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(184104, 1466, '0675-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(184105, 1466, '0675-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(184106, 1466, '0675-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(184107, 1466, '0675-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(184108, 1466, '0675-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(184109, 1466, '0676-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(184110, 1466, '0676-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(184111, 1466, '0676-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(184112, 1466, '0676-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(184113, 1466, '0676-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(184114, 1466, '0676-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(184115, 1466, '0676-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(184116, 1466, '0676-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(184117, 1466, '0676-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(184118, 1466, '0676-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(184119, 1466, '0676-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(184120, 1466, '0676-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(184121, 1466, '0677-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(184122, 1466, '0677-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(184123, 1466, '0677-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(184124, 1466, '0677-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(184125, 1466, '0677-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(184126, 1466, '0677-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(184127, 1466, '0677-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(184128, 1466, '0677-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(184129, 1466, '0677-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(184130, 1466, '0677-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(184131, 1466, '0677-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(184132, 1466, '0677-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(184133, 1466, '0678-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(184134, 1466, '0678-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(184135, 1466, '0678-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(184136, 1466, '0678-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(184137, 1466, '0678-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(184138, 1466, '0678-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(184139, 1466, '0678-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(184140, 1466, '0678-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(184141, 1466, '0678-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(184142, 1466, '0678-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(184143, 1466, '0678-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(184144, 1466, '0678-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(184145, 1466, '0679-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(184146, 1466, '0679-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(184147, 1466, '0679-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(184148, 1466, '0679-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(184149, 1466, '0679-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(184150, 1466, '0679-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(184151, 1466, '0679-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(184152, 1466, '0679-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(184153, 1466, '0679-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(184154, 1466, '0679-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(184155, 1466, '0679-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(184156, 1466, '0679-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(184157, 1466, '0680-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(184158, 1466, '0680-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:08', '2023-09-17 17:53:08'),
(184159, 1466, '0680-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184160, 1466, '0680-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184161, 1466, '0680-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184162, 1466, '0680-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184163, 1466, '0680-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184164, 1466, '0680-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184165, 1466, '0680-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184166, 1466, '0680-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184167, 1466, '0680-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184168, 1466, '0680-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184169, 1466, '0681-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184170, 1466, '0681-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184171, 1466, '0681-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184172, 1466, '0681-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184173, 1466, '0681-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184174, 1466, '0681-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184175, 1466, '0681-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184176, 1466, '0681-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184177, 1466, '0681-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184178, 1466, '0681-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184179, 1466, '0681-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184180, 1466, '0681-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184181, 1466, '0682-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184182, 1466, '0682-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184183, 1466, '0682-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184184, 1466, '0682-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184185, 1466, '0682-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184186, 1466, '0682-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184187, 1466, '0682-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184188, 1466, '0682-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184189, 1466, '0682-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184190, 1466, '0682-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184191, 1466, '0682-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184192, 1466, '0682-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184193, 1466, '0683-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184194, 1466, '0683-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184195, 1466, '0683-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184196, 1466, '0683-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184197, 1466, '0683-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184198, 1466, '0683-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184199, 1466, '0683-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184200, 1466, '0683-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184201, 1466, '0683-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184202, 1466, '0683-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184203, 1466, '0683-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184204, 1466, '0683-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184205, 1466, '0684-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184206, 1466, '0684-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184207, 1466, '0684-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184208, 1466, '0684-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184209, 1466, '0684-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184210, 1466, '0684-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184211, 1466, '0684-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184212, 1466, '0684-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184213, 1466, '0684-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184214, 1466, '0684-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184215, 1466, '0684-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184216, 1466, '0684-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184217, 1466, '0685-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184218, 1466, '0685-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184219, 1466, '0685-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184220, 1466, '0685-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184221, 1466, '0685-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184222, 1466, '0685-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184223, 1466, '0685-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184224, 1466, '0685-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184225, 1466, '0685-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184226, 1466, '0685-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184227, 1466, '0685-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184228, 1466, '0685-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184229, 1466, '0686-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184230, 1466, '0686-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184231, 1466, '0686-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184232, 1466, '0686-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184233, 1466, '0686-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184234, 1466, '0686-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184235, 1466, '0686-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184236, 1466, '0686-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184237, 1466, '0686-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184238, 1466, '0686-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184239, 1466, '0686-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184240, 1466, '0686-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184241, 1466, '0687-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184242, 1466, '0687-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184243, 1466, '0687-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184244, 1466, '0687-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184245, 1466, '0687-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184246, 1466, '0687-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184247, 1466, '0687-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184248, 1466, '0687-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184249, 1466, '0687-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184250, 1466, '0687-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184251, 1466, '0687-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184252, 1466, '0687-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184253, 1466, '0688-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184254, 1466, '0688-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184255, 1466, '0688-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184256, 1466, '0688-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184257, 1466, '0688-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184258, 1466, '0688-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184259, 1466, '0688-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184260, 1466, '0688-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184261, 1466, '0688-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184262, 1466, '0688-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184263, 1466, '0688-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184264, 1466, '0688-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184265, 1466, '0689-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184266, 1466, '0689-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184267, 1466, '0689-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184268, 1466, '0689-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184269, 1466, '0689-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184270, 1466, '0689-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184271, 1466, '0689-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184272, 1466, '0689-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184273, 1466, '0689-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184274, 1466, '0689-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184275, 1466, '0689-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184276, 1466, '0689-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184277, 1466, '0690-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184278, 1466, '0690-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184279, 1466, '0690-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184280, 1466, '0690-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184281, 1466, '0690-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184282, 1466, '0690-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184283, 1466, '0690-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184284, 1466, '0690-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184285, 1466, '0690-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184286, 1466, '0690-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184287, 1466, '0690-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184288, 1466, '0690-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184289, 1466, '0691-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184290, 1466, '0691-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184291, 1466, '0691-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184292, 1466, '0691-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184293, 1466, '0691-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184294, 1466, '0691-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184295, 1466, '0691-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184296, 1466, '0691-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184297, 1466, '0691-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184298, 1466, '0691-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184299, 1466, '0691-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184300, 1466, '0691-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184301, 1466, '0692-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184302, 1466, '0692-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184303, 1466, '0692-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184304, 1466, '0692-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184305, 1466, '0692-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184306, 1466, '0692-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184307, 1466, '0692-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184308, 1466, '0692-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184309, 1466, '0692-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184310, 1466, '0692-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184311, 1466, '0692-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184312, 1466, '0692-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184313, 1466, '0693-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184314, 1466, '0693-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184315, 1466, '0693-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184316, 1466, '0693-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184317, 1466, '0693-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184318, 1466, '0693-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184319, 1466, '0693-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184320, 1466, '0693-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184321, 1466, '0693-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184322, 1466, '0693-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184323, 1466, '0693-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184324, 1466, '0693-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184325, 1466, '0694-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184326, 1466, '0694-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184327, 1466, '0694-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184328, 1466, '0694-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184329, 1466, '0694-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184330, 1466, '0694-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184331, 1466, '0694-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184332, 1466, '0694-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184333, 1466, '0694-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184334, 1466, '0694-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184335, 1466, '0694-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184336, 1466, '0694-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184337, 1466, '0695-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184338, 1466, '0695-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184339, 1466, '0695-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184340, 1466, '0695-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184341, 1466, '0695-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184342, 1466, '0695-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184343, 1466, '0695-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184344, 1466, '0695-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184345, 1466, '0695-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184346, 1466, '0695-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184347, 1466, '0695-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184348, 1466, '0695-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184349, 1466, '0696-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184350, 1466, '0696-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184351, 1466, '0696-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184352, 1466, '0696-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184353, 1466, '0696-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184354, 1466, '0696-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184355, 1466, '0696-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184356, 1466, '0696-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184357, 1466, '0696-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184358, 1466, '0696-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184359, 1466, '0696-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184360, 1466, '0696-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184361, 1466, '0697-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184362, 1466, '0697-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184363, 1466, '0697-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184364, 1466, '0697-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184365, 1466, '0697-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184366, 1466, '0697-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184367, 1466, '0697-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184368, 1466, '0697-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184369, 1466, '0697-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184370, 1466, '0697-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184371, 1466, '0697-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184372, 1466, '0697-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184373, 1466, '0698-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184374, 1466, '0698-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184375, 1466, '0698-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184376, 1466, '0698-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184377, 1466, '0698-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184378, 1466, '0698-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184379, 1466, '0698-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184380, 1466, '0698-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184381, 1466, '0698-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184382, 1466, '0698-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184383, 1466, '0698-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184384, 1466, '0698-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184385, 1466, '0699-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184386, 1466, '0699-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(184387, 1466, '0699-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184388, 1466, '0699-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184389, 1466, '0699-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184390, 1466, '0699-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184391, 1466, '0699-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184392, 1466, '0699-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184393, 1466, '0699-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184394, 1466, '0699-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184395, 1466, '0699-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184396, 1466, '0699-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184397, 1466, '0700-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184398, 1466, '0700-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184399, 1466, '0700-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184400, 1466, '0700-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184401, 1466, '0700-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184402, 1466, '0700-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184403, 1466, '0700-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184404, 1466, '0700-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184405, 1466, '0700-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184406, 1466, '0700-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184407, 1466, '0700-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184408, 1466, '0700-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184409, 1466, '0701-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184410, 1466, '0701-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184411, 1466, '0701-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184412, 1466, '0701-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184413, 1466, '0701-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184414, 1466, '0701-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184415, 1466, '0701-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184416, 1466, '0701-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184417, 1466, '0701-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184418, 1466, '0701-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184419, 1466, '0701-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184420, 1466, '0701-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184421, 1466, '0702-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184422, 1466, '0702-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184423, 1466, '0702-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184424, 1466, '0702-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184425, 1466, '0702-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184426, 1466, '0702-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184427, 1466, '0702-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184428, 1466, '0702-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184429, 1466, '0702-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184430, 1466, '0702-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184431, 1466, '0702-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184432, 1466, '0702-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184433, 1466, '0703-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184434, 1466, '0703-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184435, 1466, '0703-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184436, 1466, '0703-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184437, 1466, '0703-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184438, 1466, '0703-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184439, 1466, '0703-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184440, 1466, '0703-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184441, 1466, '0703-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184442, 1466, '0703-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184443, 1466, '0703-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184444, 1466, '0703-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184445, 1466, '0704-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184446, 1466, '0704-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184447, 1466, '0704-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184448, 1466, '0704-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184449, 1466, '0704-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184450, 1466, '0704-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184451, 1466, '0704-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184452, 1466, '0704-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184453, 1466, '0704-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184454, 1466, '0704-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184455, 1466, '0704-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184456, 1466, '0704-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184457, 1466, '0705-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184458, 1466, '0705-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184459, 1466, '0705-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184460, 1466, '0705-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184461, 1466, '0705-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184462, 1466, '0705-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184463, 1466, '0705-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184464, 1466, '0705-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184465, 1466, '0705-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184466, 1466, '0705-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184467, 1466, '0705-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184468, 1466, '0705-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184469, 1466, '0706-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184470, 1466, '0706-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184471, 1466, '0706-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184472, 1466, '0706-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184473, 1466, '0706-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184474, 1466, '0706-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184475, 1466, '0706-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184476, 1466, '0706-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184477, 1466, '0706-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184478, 1466, '0706-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184479, 1466, '0706-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184480, 1466, '0706-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184481, 1466, '0707-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184482, 1466, '0707-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184483, 1466, '0707-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184484, 1466, '0707-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184485, 1466, '0707-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184486, 1466, '0707-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184487, 1466, '0707-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184488, 1466, '0707-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184489, 1466, '0707-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184490, 1466, '0707-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184491, 1466, '0707-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184492, 1466, '0707-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184493, 1466, '0708-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184494, 1466, '0708-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184495, 1466, '0708-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184496, 1466, '0708-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184497, 1466, '0708-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184498, 1466, '0708-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184499, 1466, '0708-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184500, 1466, '0708-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184501, 1466, '0708-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184502, 1466, '0708-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184503, 1466, '0708-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184504, 1466, '0708-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184505, 1466, '0709-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184506, 1466, '0709-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184507, 1466, '0709-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184508, 1466, '0709-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184509, 1466, '0709-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184510, 1466, '0709-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184511, 1466, '0709-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184512, 1466, '0709-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184513, 1466, '0709-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184514, 1466, '0709-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184515, 1466, '0709-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184516, 1466, '0709-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184517, 1466, '0710-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184518, 1466, '0710-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184519, 1466, '0710-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184520, 1466, '0710-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184521, 1466, '0710-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184522, 1466, '0710-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184523, 1466, '0710-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184524, 1466, '0710-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184525, 1466, '0710-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184526, 1466, '0710-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184527, 1466, '0710-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184528, 1466, '0710-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184529, 1466, '0711-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184530, 1466, '0711-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184531, 1466, '0711-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184532, 1466, '0711-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184533, 1466, '0711-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184534, 1466, '0711-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184535, 1466, '0711-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184536, 1466, '0711-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184537, 1466, '0711-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184538, 1466, '0711-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184539, 1466, '0711-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184540, 1466, '0711-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184541, 1466, '0712-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184542, 1466, '0712-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184543, 1466, '0712-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184544, 1466, '0712-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184545, 1466, '0712-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184546, 1466, '0712-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:09', '2023-09-17 17:53:09'),
(184547, 1466, '0712-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:10', '2023-09-17 17:53:10'),
(184548, 1466, '0712-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:10', '2023-09-17 17:53:10'),
(184549, 1466, '0712-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:10', '2023-09-17 17:53:10'),
(184550, 1466, '0712-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:10', '2023-09-17 17:53:10'),
(184551, 1466, '0712-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:10', '2023-09-17 17:53:10'),
(184552, 1466, '0712-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:10', '2023-09-17 17:53:10'),
(184553, 1466, '0713-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:10', '2023-09-17 17:53:10'),
(184554, 1466, '0713-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:10', '2023-09-17 17:53:10'),
(184555, 1466, '0713-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:10', '2023-09-17 17:53:10'),
(184556, 1466, '0713-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:10', '2023-09-17 17:53:10'),
(184557, 1466, '0713-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:10', '2023-09-17 17:53:10'),
(184558, 1466, '0713-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:10', '2023-09-17 17:53:10'),
(184559, 1466, '0713-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:10', '2023-09-17 17:53:10'),
(184560, 1466, '0713-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:10', '2023-09-17 17:53:10'),
(184561, 1466, '0713-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:10', '2023-09-17 17:53:10'),
(184562, 1466, '0713-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:10', '2023-09-17 17:53:10'),
(184563, 1466, '0713-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:10', '2023-09-17 17:53:10'),
(184564, 1466, '0713-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:10', '2023-09-17 17:53:10'),
(184565, 1466, '0714-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:10', '2023-09-17 17:53:10'),
(184566, 1466, '0714-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:10', '2023-09-17 17:53:10'),
(184567, 1466, '0714-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:10', '2023-09-17 17:53:10'),
(184568, 1466, '0714-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:10', '2023-09-17 17:53:10'),
(184569, 1466, '0714-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:10', '2023-09-17 17:53:10'),
(184570, 1466, '0714-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:10', '2023-09-17 17:53:10'),
(184571, 1466, '0714-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:10', '2023-09-17 17:53:10'),
(184572, 1466, '0714-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:10', '2023-09-17 17:53:10'),
(184573, 1466, '0714-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:10', '2023-09-17 17:53:10'),
(184574, 1466, '0714-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:10', '2023-09-17 17:53:10'),
(184575, 1466, '0714-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:10', '2023-09-17 17:53:10'),
(184576, 1466, '0714-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:10', '2023-09-17 17:53:10'),
(184577, 1466, '0715-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:10', '2023-09-17 17:53:10'),
(184578, 1466, '0715-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:10', '2023-09-17 17:53:10'),
(184579, 1466, '0715-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:10', '2023-09-17 17:53:10'),
(184580, 1466, '0715-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:10', '2023-09-17 17:53:10'),
(184581, 1466, '0715-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:10', '2023-09-17 17:53:10'),
(184582, 1466, '0715-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:10', '2023-09-17 17:53:10'),
(184583, 1466, '0715-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:10', '2023-09-17 17:53:10'),
(184584, 1466, '0715-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:10', '2023-09-17 17:53:10'),
(184585, 1466, '0715-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:10', '2023-09-17 17:53:10'),
(184586, 1466, '0715-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:10', '2023-09-17 17:53:10'),
(184587, 1466, '0715-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:10', '2023-09-17 17:53:10'),
(184588, 1466, '0715-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:10', '2023-09-17 17:53:10'),
(184589, 1466, '0716-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:10', '2023-09-17 17:53:10'),
(184590, 1466, '0716-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:10', '2023-09-17 17:53:10'),
(184591, 1466, '0716-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:10', '2023-09-17 17:53:10'),
(184592, 1466, '0716-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:10', '2023-09-17 17:53:10'),
(184593, 1466, '0716-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:10', '2023-09-17 17:53:10'),
(184594, 1466, '0716-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:10', '2023-09-17 17:53:10'),
(184595, 1466, '0716-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:10', '2023-09-17 17:53:10'),
(184596, 1466, '0716-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:10', '2023-09-17 17:53:10'),
(184597, 1466, '0716-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:10', '2023-09-17 17:53:10'),
(184598, 1466, '0716-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:10', '2023-09-17 17:53:10'),
(184599, 1466, '0716-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:10', '2023-09-17 17:53:10'),
(184600, 1466, '0716-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:10', '2023-09-17 17:53:10'),
(184601, 1466, '0717-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:10', '2023-09-17 17:53:10'),
(184602, 1466, '0717-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:10', '2023-09-17 17:53:10'),
(184603, 1466, '0717-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:10', '2023-09-17 17:53:10'),
(184604, 1466, '0717-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:10', '2023-09-17 17:53:10'),
(184605, 1466, '0717-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:10', '2023-09-17 17:53:10'),
(184606, 1466, '0717-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:10', '2023-09-17 17:53:10'),
(184607, 1466, '0717-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:10', '2023-09-17 17:53:10'),
(184608, 1466, '0717-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:10', '2023-09-17 17:53:10'),
(184609, 1466, '0717-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:10', '2023-09-17 17:53:10'),
(184610, 1466, '0717-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:10', '2023-09-17 17:53:10'),
(184611, 1466, '0717-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:10', '2023-09-17 17:53:10'),
(184612, 1466, '0717-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:10', '2023-09-17 17:53:10'),
(184613, 1466, '0718-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:10', '2023-09-17 17:53:10'),
(184614, 1466, '0718-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:10', '2023-09-17 17:53:10'),
(184615, 1466, '0718-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:10', '2023-09-17 17:53:10'),
(184616, 1466, '0718-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:10', '2023-09-17 17:53:10'),
(184617, 1466, '0718-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:10', '2023-09-17 17:53:10'),
(184618, 1466, '0718-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:10', '2023-09-17 17:53:10'),
(184619, 1466, '0718-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:10', '2023-09-17 17:53:10'),
(184620, 1466, '0718-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:10', '2023-09-17 17:53:10'),
(184621, 1466, '0718-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:10', '2023-09-17 17:53:10'),
(184622, 1466, '0718-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:10', '2023-09-17 17:53:10'),
(184623, 1466, '0718-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:10', '2023-09-17 17:53:10'),
(184624, 1466, '0718-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:10', '2023-09-17 17:53:10'),
(184625, 1466, '0719-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:10', '2023-09-17 17:53:10'),
(184626, 1466, '0719-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:10', '2023-09-17 17:53:10'),
(184627, 1466, '0719-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:10', '2023-09-17 17:53:10'),
(184628, 1466, '0719-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:10', '2023-09-17 17:53:10'),
(184629, 1466, '0719-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:10', '2023-09-17 17:53:10'),
(184630, 1466, '0719-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:10', '2023-09-17 17:53:10'),
(184631, 1466, '0719-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:10', '2023-09-17 17:53:10'),
(184632, 1466, '0719-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:10', '2023-09-17 17:53:10'),
(184633, 1466, '0719-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:10', '2023-09-17 17:53:10'),
(184634, 1466, '0719-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:10', '2023-09-17 17:53:10'),
(184635, 1466, '0719-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:10', '2023-09-17 17:53:10'),
(184636, 1466, '0719-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:10', '2023-09-17 17:53:10'),
(184637, 1466, '0720-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:10', '2023-09-17 17:53:10'),
(184638, 1466, '0720-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:10', '2023-09-17 17:53:10'),
(184639, 1466, '0720-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:10', '2023-09-17 17:53:10'),
(184640, 1466, '0720-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:10', '2023-09-17 17:53:10'),
(184641, 1466, '0720-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:10', '2023-09-17 17:53:10'),
(184642, 1466, '0720-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:10', '2023-09-17 17:53:10'),
(184643, 1466, '0720-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:10', '2023-09-17 17:53:10'),
(184644, 1466, '0720-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:10', '2023-09-17 17:53:10'),
(184645, 1466, '0720-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:10', '2023-09-17 17:53:10'),
(184646, 1466, '0720-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:10', '2023-09-17 17:53:10'),
(184647, 1466, '0720-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:10', '2023-09-17 17:53:10'),
(184648, 1466, '0720-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:10', '2023-09-17 17:53:10'),
(184649, 1466, '0721-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:10', '2023-09-17 17:53:10'),
(184650, 1466, '0721-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:10', '2023-09-17 17:53:10'),
(184651, 1466, '0721-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:10', '2023-09-17 17:53:10'),
(184652, 1466, '0721-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:10', '2023-09-17 17:53:10'),
(184653, 1466, '0721-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:10', '2023-09-17 17:53:10'),
(184654, 1466, '0721-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:10', '2023-09-17 17:53:10'),
(184655, 1466, '0721-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:10', '2023-09-17 17:53:10'),
(184656, 1466, '0721-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:10', '2023-09-17 17:53:10'),
(184657, 1466, '0721-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:10', '2023-09-17 17:53:10'),
(184658, 1466, '0721-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:10', '2023-09-17 17:53:10'),
(184659, 1466, '0721-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:10', '2023-09-17 17:53:10'),
(184660, 1466, '0721-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:10', '2023-09-17 17:53:10'),
(184661, 1466, '0722-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:10', '2023-09-17 17:53:10'),
(184662, 1466, '0722-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:10', '2023-09-17 17:53:10'),
(184663, 1466, '0722-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:10', '2023-09-17 17:53:10'),
(184664, 1466, '0722-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:10', '2023-09-17 17:53:10'),
(184665, 1466, '0722-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:10', '2023-09-17 17:53:10'),
(184666, 1466, '0722-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:10', '2023-09-17 17:53:10'),
(184667, 1466, '0722-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:10', '2023-09-17 17:53:10'),
(184668, 1466, '0722-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:10', '2023-09-17 17:53:10'),
(184669, 1466, '0722-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:10', '2023-09-17 17:53:10'),
(184670, 1466, '0722-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:10', '2023-09-17 17:53:10'),
(184671, 1466, '0722-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:10', '2023-09-17 17:53:10'),
(184672, 1466, '0722-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:10', '2023-09-17 17:53:10'),
(184673, 1466, '0723-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:10', '2023-09-17 17:53:10'),
(184674, 1466, '0723-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:10', '2023-09-17 17:53:10'),
(184675, 1466, '0723-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:10', '2023-09-17 17:53:10'),
(184676, 1466, '0723-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:10', '2023-09-17 17:53:10'),
(184677, 1466, '0723-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:10', '2023-09-17 17:53:10'),
(184678, 1466, '0723-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:10', '2023-09-17 17:53:10'),
(184679, 1466, '0723-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:10', '2023-09-17 17:53:10'),
(184680, 1466, '0723-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:10', '2023-09-17 17:53:10'),
(184681, 1466, '0723-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:10', '2023-09-17 17:53:10'),
(184682, 1466, '0723-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:10', '2023-09-17 17:53:10'),
(184683, 1466, '0723-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:10', '2023-09-17 17:53:10'),
(184684, 1466, '0723-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:10', '2023-09-17 17:53:10'),
(184685, 1466, '0724-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:10', '2023-09-17 17:53:10'),
(184686, 1466, '0724-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:10', '2023-09-17 17:53:10'),
(184687, 1466, '0724-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:10', '2023-09-17 17:53:10'),
(184688, 1466, '0724-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:10', '2023-09-17 17:53:10'),
(184689, 1466, '0724-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:10', '2023-09-17 17:53:10'),
(184690, 1466, '0724-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:10', '2023-09-17 17:53:10'),
(184691, 1466, '0724-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:10', '2023-09-17 17:53:10'),
(184692, 1466, '0724-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:10', '2023-09-17 17:53:10'),
(184693, 1466, '0724-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:10', '2023-09-17 17:53:10'),
(184694, 1466, '0724-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:10', '2023-09-17 17:53:10'),
(184695, 1466, '0724-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:10', '2023-09-17 17:53:10'),
(184696, 1466, '0724-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:10', '2023-09-17 17:53:10'),
(184697, 1466, '0725-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:10', '2023-09-17 17:53:10'),
(184698, 1466, '0725-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:10', '2023-09-17 17:53:10'),
(184699, 1466, '0725-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:10', '2023-09-17 17:53:10'),
(184700, 1466, '0725-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:10', '2023-09-17 17:53:10'),
(184701, 1466, '0725-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:10', '2023-09-17 17:53:10'),
(184702, 1466, '0725-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:10', '2023-09-17 17:53:10'),
(184703, 1466, '0725-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:10', '2023-09-17 17:53:10'),
(184704, 1466, '0725-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:10', '2023-09-17 17:53:10'),
(184705, 1466, '0725-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:10', '2023-09-17 17:53:10'),
(184706, 1466, '0725-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:10', '2023-09-17 17:53:10'),
(184707, 1466, '0725-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:14', '2023-09-17 17:53:14'),
(184708, 1466, '0725-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:15', '2023-09-17 17:53:15'),
(184709, 1466, '0726-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:15', '2023-09-17 17:53:15'),
(184710, 1466, '0726-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:15', '2023-09-17 17:53:15'),
(184711, 1466, '0726-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:15', '2023-09-17 17:53:15'),
(184712, 1466, '0726-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:15', '2023-09-17 17:53:15'),
(184713, 1466, '0726-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:15', '2023-09-17 17:53:15'),
(184714, 1466, '0726-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:15', '2023-09-17 17:53:15'),
(184715, 1466, '0726-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:15', '2023-09-17 17:53:15'),
(184716, 1466, '0726-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:16', '2023-09-17 17:53:16'),
(184717, 1466, '0726-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:16', '2023-09-17 17:53:16'),
(184718, 1466, '0726-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:16', '2023-09-17 17:53:16'),
(184719, 1466, '0726-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:16', '2023-09-17 17:53:16'),
(184720, 1466, '0726-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:16', '2023-09-17 17:53:16'),
(184721, 1466, '0727-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:16', '2023-09-17 17:53:16'),
(184722, 1466, '0727-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:16', '2023-09-17 17:53:16'),
(184723, 1466, '0727-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:16', '2023-09-17 17:53:16'),
(184724, 1466, '0727-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:16', '2023-09-17 17:53:16'),
(184725, 1466, '0727-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:16', '2023-09-17 17:53:16'),
(184726, 1466, '0727-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:16', '2023-09-17 17:53:16'),
(184727, 1466, '0727-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:16', '2023-09-17 17:53:16'),
(184728, 1466, '0727-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:16', '2023-09-17 17:53:16'),
(184729, 1466, '0727-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:16', '2023-09-17 17:53:16'),
(184730, 1466, '0727-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:16', '2023-09-17 17:53:16'),
(184731, 1466, '0727-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:16', '2023-09-17 17:53:16'),
(184732, 1466, '0727-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:16', '2023-09-17 17:53:16'),
(184733, 1466, '0728-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:16', '2023-09-17 17:53:16'),
(184734, 1466, '0728-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:16', '2023-09-17 17:53:16'),
(184735, 1466, '0728-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:16', '2023-09-17 17:53:16'),
(184736, 1466, '0728-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:16', '2023-09-17 17:53:16'),
(184737, 1466, '0728-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:16', '2023-09-17 17:53:16'),
(184738, 1466, '0728-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:16', '2023-09-17 17:53:16'),
(184739, 1466, '0728-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:16', '2023-09-17 17:53:16'),
(184740, 1466, '0728-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:16', '2023-09-17 17:53:16'),
(184741, 1466, '0728-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:16', '2023-09-17 17:53:16'),
(184742, 1466, '0728-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:16', '2023-09-17 17:53:16'),
(184743, 1466, '0728-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:16', '2023-09-17 17:53:16'),
(184744, 1466, '0728-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:16', '2023-09-17 17:53:16'),
(184745, 1466, '0729-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184746, 1466, '0729-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184747, 1466, '0729-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184748, 1466, '0729-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184749, 1466, '0729-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184750, 1466, '0729-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184751, 1466, '0729-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184752, 1466, '0729-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184753, 1466, '0729-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184754, 1466, '0729-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184755, 1466, '0729-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184756, 1466, '0729-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184757, 1466, '0730-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184758, 1466, '0730-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184759, 1466, '0730-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184760, 1466, '0730-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184761, 1466, '0730-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184762, 1466, '0730-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184763, 1466, '0730-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184764, 1466, '0730-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184765, 1466, '0730-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184766, 1466, '0730-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184767, 1466, '0730-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184768, 1466, '0730-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184769, 1466, '0731-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184770, 1466, '0731-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184771, 1466, '0731-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184772, 1466, '0731-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184773, 1466, '0731-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184774, 1466, '0731-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184775, 1466, '0731-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184776, 1466, '0731-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184777, 1466, '0731-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184778, 1466, '0731-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184779, 1466, '0731-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184780, 1466, '0731-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184781, 1466, '0732-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184782, 1466, '0732-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184783, 1466, '0732-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184784, 1466, '0732-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184785, 1466, '0732-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184786, 1466, '0732-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184787, 1466, '0732-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184788, 1466, '0732-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184789, 1466, '0732-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184790, 1466, '0732-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184791, 1466, '0732-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184792, 1466, '0732-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184793, 1466, '0733-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184794, 1466, '0733-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184795, 1466, '0733-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184796, 1466, '0733-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184797, 1466, '0733-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184798, 1466, '0733-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184799, 1466, '0733-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184800, 1466, '0733-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184801, 1466, '0733-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184802, 1466, '0733-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184803, 1466, '0733-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184804, 1466, '0733-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184805, 1466, '0734-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184806, 1466, '0734-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184807, 1466, '0734-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184808, 1466, '0734-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184809, 1466, '0734-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184810, 1466, '0734-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184811, 1466, '0734-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184812, 1466, '0734-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184813, 1466, '0734-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184814, 1466, '0734-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184815, 1466, '0734-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184816, 1466, '0734-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184817, 1466, '0735-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184818, 1466, '0735-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184819, 1466, '0735-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184820, 1466, '0735-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184821, 1466, '0735-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184822, 1466, '0735-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184823, 1466, '0735-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184824, 1466, '0735-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184825, 1466, '0735-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184826, 1466, '0735-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184827, 1466, '0735-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184828, 1466, '0735-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184829, 1466, '0736-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184830, 1466, '0736-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184831, 1466, '0736-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184832, 1466, '0736-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184833, 1466, '0736-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184834, 1466, '0736-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184835, 1466, '0736-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184836, 1466, '0736-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184837, 1466, '0736-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184838, 1466, '0736-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184839, 1466, '0736-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184840, 1466, '0736-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184841, 1466, '0737-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184842, 1466, '0737-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184843, 1466, '0737-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184844, 1466, '0737-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184845, 1466, '0737-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184846, 1466, '0737-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184847, 1466, '0737-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184848, 1466, '0737-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184849, 1466, '0737-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184850, 1466, '0737-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184851, 1466, '0737-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(184852, 1466, '0737-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184853, 1466, '0738-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184854, 1466, '0738-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184855, 1466, '0738-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184856, 1466, '0738-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184857, 1466, '0738-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184858, 1466, '0738-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184859, 1466, '0738-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184860, 1466, '0738-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184861, 1466, '0738-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184862, 1466, '0738-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184863, 1466, '0738-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184864, 1466, '0738-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184865, 1466, '0739-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184866, 1466, '0739-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184867, 1466, '0739-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184868, 1466, '0739-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184869, 1466, '0739-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184870, 1466, '0739-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184871, 1466, '0739-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184872, 1466, '0739-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184873, 1466, '0739-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184874, 1466, '0739-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184875, 1466, '0739-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184876, 1466, '0739-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184877, 1466, '0740-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184878, 1466, '0740-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184879, 1466, '0740-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184880, 1466, '0740-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184881, 1466, '0740-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184882, 1466, '0740-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184883, 1466, '0740-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184884, 1466, '0740-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184885, 1466, '0740-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184886, 1466, '0740-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184887, 1466, '0740-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184888, 1466, '0740-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184889, 1466, '0741-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184890, 1466, '0741-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184891, 1466, '0741-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184892, 1466, '0741-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184893, 1466, '0741-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184894, 1466, '0741-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184895, 1466, '0741-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184896, 1466, '0741-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184897, 1466, '0741-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184898, 1466, '0741-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184899, 1466, '0741-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184900, 1466, '0741-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184901, 1466, '0742-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184902, 1466, '0742-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184903, 1466, '0742-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184904, 1466, '0742-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184905, 1466, '0742-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184906, 1466, '0742-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184907, 1466, '0742-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184908, 1466, '0742-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184909, 1466, '0742-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184910, 1466, '0742-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184911, 1466, '0742-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184912, 1466, '0742-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184913, 1466, '0743-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184914, 1466, '0743-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184915, 1466, '0743-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184916, 1466, '0743-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184917, 1466, '0743-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184918, 1466, '0743-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184919, 1466, '0743-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184920, 1466, '0743-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184921, 1466, '0743-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184922, 1466, '0743-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184923, 1466, '0743-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184924, 1466, '0743-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184925, 1466, '0744-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184926, 1466, '0744-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184927, 1466, '0744-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184928, 1466, '0744-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184929, 1466, '0744-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184930, 1466, '0744-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184931, 1466, '0744-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184932, 1466, '0744-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184933, 1466, '0744-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184934, 1466, '0744-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184935, 1466, '0744-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184936, 1466, '0744-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184937, 1466, '0745-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184938, 1466, '0745-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184939, 1466, '0745-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184940, 1466, '0745-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184941, 1466, '0745-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184942, 1466, '0745-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184943, 1466, '0745-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184944, 1466, '0745-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184945, 1466, '0745-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184946, 1466, '0745-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184947, 1466, '0745-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184948, 1466, '0745-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184949, 1466, '0746-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184950, 1466, '0746-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184951, 1466, '0746-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184952, 1466, '0746-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184953, 1466, '0746-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184954, 1466, '0746-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184955, 1466, '0746-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184956, 1466, '0746-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184957, 1466, '0746-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184958, 1466, '0746-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184959, 1466, '0746-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184960, 1466, '0746-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184961, 1466, '0747-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184962, 1466, '0747-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184963, 1466, '0747-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184964, 1466, '0747-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184965, 1466, '0747-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184966, 1466, '0747-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184967, 1466, '0747-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184968, 1466, '0747-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184969, 1466, '0747-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184970, 1466, '0747-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184971, 1466, '0747-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184972, 1466, '0747-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184973, 1466, '0748-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184974, 1466, '0748-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184975, 1466, '0748-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184976, 1466, '0748-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184977, 1466, '0748-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184978, 1466, '0748-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184979, 1466, '0748-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184980, 1466, '0748-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184981, 1466, '0748-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184982, 1466, '0748-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184983, 1466, '0748-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184984, 1466, '0748-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184985, 1466, '0749-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184986, 1466, '0749-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184987, 1466, '0749-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184988, 1466, '0749-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184989, 1466, '0749-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184990, 1466, '0749-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184991, 1466, '0749-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184992, 1466, '0749-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184993, 1466, '0749-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184994, 1466, '0749-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184995, 1466, '0749-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184996, 1466, '0749-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184997, 1466, '0750-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184998, 1466, '0750-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(184999, 1466, '0750-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(185000, 1466, '0750-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(185001, 1466, '0750-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(185002, 1466, '0750-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(185003, 1466, '0750-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(185004, 1466, '0750-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(185005, 1466, '0750-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(185006, 1466, '0750-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(185007, 1466, '0750-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(185008, 1466, '0750-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(185009, 1466, '0751-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(185010, 1466, '0751-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(185011, 1466, '0751-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(185012, 1466, '0751-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(185013, 1466, '0751-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(185014, 1466, '0751-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(185015, 1466, '0751-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(185016, 1466, '0751-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(185017, 1466, '0751-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(185018, 1466, '0751-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(185019, 1466, '0751-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(185020, 1466, '0751-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(185021, 1466, '0752-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(185022, 1466, '0752-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(185023, 1466, '0752-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(185024, 1466, '0752-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(185025, 1466, '0752-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(185026, 1466, '0752-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(185027, 1466, '0752-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(185028, 1466, '0752-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(185029, 1466, '0752-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(185030, 1466, '0752-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(185031, 1466, '0752-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(185032, 1466, '0752-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(185033, 1466, '0753-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(185034, 1466, '0753-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(185035, 1466, '0753-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(185036, 1466, '0753-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(185037, 1466, '0753-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(185038, 1466, '0753-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(185039, 1466, '0753-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(185040, 1466, '0753-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(185041, 1466, '0753-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(185042, 1466, '0753-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(185043, 1466, '0753-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(185044, 1466, '0753-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(185045, 1466, '0754-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(185046, 1466, '0754-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(185047, 1466, '0754-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(185048, 1466, '0754-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(185049, 1466, '0754-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(185050, 1466, '0754-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(185051, 1466, '0754-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(185052, 1466, '0754-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(185053, 1466, '0754-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(185054, 1466, '0754-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(185055, 1466, '0754-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(185056, 1466, '0754-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(185057, 1466, '0755-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(185058, 1466, '0755-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(185059, 1466, '0755-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(185060, 1466, '0755-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(185061, 1466, '0755-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:17', '2023-09-17 17:53:17'),
(185062, 1466, '0755-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185063, 1466, '0755-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185064, 1466, '0755-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185065, 1466, '0755-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185066, 1466, '0755-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185067, 1466, '0755-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185068, 1466, '0755-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185069, 1466, '0756-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185070, 1466, '0756-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185071, 1466, '0756-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185072, 1466, '0756-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185073, 1466, '0756-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185074, 1466, '0756-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185075, 1466, '0756-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185076, 1466, '0756-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185077, 1466, '0756-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185078, 1466, '0756-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185079, 1466, '0756-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185080, 1466, '0756-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185081, 1466, '0757-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185082, 1466, '0757-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185083, 1466, '0757-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185084, 1466, '0757-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185085, 1466, '0757-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185086, 1466, '0757-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185087, 1466, '0757-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185088, 1466, '0757-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185089, 1466, '0757-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185090, 1466, '0757-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185091, 1466, '0757-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185092, 1466, '0757-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185093, 1466, '0758-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185094, 1466, '0758-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185095, 1466, '0758-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185096, 1466, '0758-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185097, 1466, '0758-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185098, 1466, '0758-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185099, 1466, '0758-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185100, 1466, '0758-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185101, 1466, '0758-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185102, 1466, '0758-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185103, 1466, '0758-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185104, 1466, '0758-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185105, 1466, '0759-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185106, 1466, '0759-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185107, 1466, '0759-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185108, 1466, '0759-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185109, 1466, '0759-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185110, 1466, '0759-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185111, 1466, '0759-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185112, 1466, '0759-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185113, 1466, '0759-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185114, 1466, '0759-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185115, 1466, '0759-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185116, 1466, '0759-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185117, 1466, '0760-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185118, 1466, '0760-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185119, 1466, '0760-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185120, 1466, '0760-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185121, 1466, '0760-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185122, 1466, '0760-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185123, 1466, '0760-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185124, 1466, '0760-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185125, 1466, '0760-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185126, 1466, '0760-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185127, 1466, '0760-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185128, 1466, '0760-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185129, 1466, '0761-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185130, 1466, '0761-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185131, 1466, '0761-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185132, 1466, '0761-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185133, 1466, '0761-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185134, 1466, '0761-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185135, 1466, '0761-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185136, 1466, '0761-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185137, 1466, '0761-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185138, 1466, '0761-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185139, 1466, '0761-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185140, 1466, '0761-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185141, 1466, '0762-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185142, 1466, '0762-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185143, 1466, '0762-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185144, 1466, '0762-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185145, 1466, '0762-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185146, 1466, '0762-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185147, 1466, '0762-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185148, 1466, '0762-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185149, 1466, '0762-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185150, 1466, '0762-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185151, 1466, '0762-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185152, 1466, '0762-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185153, 1466, '0763-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185154, 1466, '0763-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185155, 1466, '0763-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185156, 1466, '0763-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185157, 1466, '0763-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185158, 1466, '0763-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185159, 1466, '0763-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185160, 1466, '0763-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185161, 1466, '0763-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185162, 1466, '0763-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185163, 1466, '0763-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185164, 1466, '0763-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185165, 1466, '0764-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185166, 1466, '0764-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185167, 1466, '0764-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185168, 1466, '0764-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185169, 1466, '0764-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185170, 1466, '0764-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185171, 1466, '0764-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185172, 1466, '0764-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185173, 1466, '0764-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185174, 1466, '0764-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185175, 1466, '0764-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185176, 1466, '0764-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185177, 1466, '0765-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185178, 1466, '0765-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185179, 1466, '0765-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185180, 1466, '0765-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185181, 1466, '0765-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185182, 1466, '0765-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185183, 1466, '0765-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185184, 1466, '0765-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185185, 1466, '0765-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185186, 1466, '0765-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185187, 1466, '0765-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185188, 1466, '0765-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185189, 1466, '0766-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185190, 1466, '0766-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185191, 1466, '0766-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185192, 1466, '0766-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185193, 1466, '0766-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185194, 1466, '0766-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185195, 1466, '0766-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185196, 1466, '0766-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185197, 1466, '0766-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185198, 1466, '0766-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185199, 1466, '0766-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185200, 1466, '0766-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185201, 1466, '0767-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185202, 1466, '0767-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185203, 1466, '0767-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185204, 1466, '0767-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185205, 1466, '0767-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185206, 1466, '0767-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185207, 1466, '0767-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185208, 1466, '0767-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185209, 1466, '0767-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185210, 1466, '0767-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185211, 1466, '0767-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185212, 1466, '0767-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185213, 1466, '0768-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185214, 1466, '0768-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185215, 1466, '0768-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185216, 1466, '0768-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185217, 1466, '0768-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185218, 1466, '0768-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185219, 1466, '0768-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185220, 1466, '0768-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185221, 1466, '0768-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185222, 1466, '0768-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185223, 1466, '0768-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185224, 1466, '0768-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185225, 1466, '0769-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185226, 1466, '0769-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185227, 1466, '0769-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185228, 1466, '0769-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185229, 1466, '0769-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185230, 1466, '0769-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185231, 1466, '0769-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185232, 1466, '0769-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185233, 1466, '0769-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185234, 1466, '0769-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185235, 1466, '0769-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185236, 1466, '0769-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185237, 1466, '0770-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185238, 1466, '0770-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185239, 1466, '0770-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185240, 1466, '0770-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185241, 1466, '0770-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185242, 1466, '0770-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185243, 1466, '0770-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185244, 1466, '0770-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185245, 1466, '0770-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185246, 1466, '0770-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185247, 1466, '0770-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185248, 1466, '0770-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185249, 1466, '0771-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185250, 1466, '0771-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185251, 1466, '0771-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185252, 1466, '0771-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185253, 1466, '0771-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185254, 1466, '0771-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185255, 1466, '0771-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185256, 1466, '0771-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185257, 1466, '0771-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185258, 1466, '0771-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185259, 1466, '0771-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185260, 1466, '0771-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185261, 1466, '0772-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185262, 1466, '0772-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185263, 1466, '0772-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185264, 1466, '0772-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185265, 1466, '0772-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185266, 1466, '0772-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185267, 1466, '0772-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185268, 1466, '0772-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185269, 1466, '0772-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185270, 1466, '0772-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185271, 1466, '0772-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185272, 1466, '0772-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185273, 1466, '0773-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185274, 1466, '0773-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185275, 1466, '0773-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185276, 1466, '0773-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185277, 1466, '0773-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185278, 1466, '0773-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185279, 1466, '0773-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185280, 1466, '0773-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185281, 1466, '0773-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185282, 1466, '0773-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185283, 1466, '0773-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185284, 1466, '0773-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185285, 1466, '0774-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185286, 1466, '0774-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185287, 1466, '0774-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185288, 1466, '0774-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185289, 1466, '0774-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185290, 1466, '0774-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185291, 1466, '0774-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185292, 1466, '0774-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185293, 1466, '0774-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185294, 1466, '0774-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185295, 1466, '0774-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185296, 1466, '0774-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185297, 1466, '0775-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185298, 1466, '0775-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185299, 1466, '0775-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185300, 1466, '0775-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185301, 1466, '0775-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185302, 1466, '0775-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185303, 1466, '0775-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185304, 1466, '0775-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185305, 1466, '0775-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185306, 1466, '0775-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185307, 1466, '0775-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185308, 1466, '0775-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185309, 1466, '0776-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185310, 1466, '0776-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185311, 1466, '0776-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185312, 1466, '0776-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185313, 1466, '0776-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185314, 1466, '0776-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185315, 1466, '0776-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185316, 1466, '0776-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(185317, 1466, '0776-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185318, 1466, '0776-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185319, 1466, '0776-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185320, 1466, '0776-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185321, 1466, '0777-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185322, 1466, '0777-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185323, 1466, '0777-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185324, 1466, '0777-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185325, 1466, '0777-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185326, 1466, '0777-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185327, 1466, '0777-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185328, 1466, '0777-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185329, 1466, '0777-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185330, 1466, '0777-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185331, 1466, '0777-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185332, 1466, '0777-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185333, 1466, '0778-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185334, 1466, '0778-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185335, 1466, '0778-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185336, 1466, '0778-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185337, 1466, '0778-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185338, 1466, '0778-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185339, 1466, '0778-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185340, 1466, '0778-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185341, 1466, '0778-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185342, 1466, '0778-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185343, 1466, '0778-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185344, 1466, '0778-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185345, 1466, '0779-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185346, 1466, '0779-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185347, 1466, '0779-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185348, 1466, '0779-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185349, 1466, '0779-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185350, 1466, '0779-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185351, 1466, '0779-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185352, 1466, '0779-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185353, 1466, '0779-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185354, 1466, '0779-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185355, 1466, '0779-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185356, 1466, '0779-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185357, 1466, '0780-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185358, 1466, '0780-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185359, 1466, '0780-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185360, 1466, '0780-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185361, 1466, '0780-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185362, 1466, '0780-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185363, 1466, '0780-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185364, 1466, '0780-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185365, 1466, '0780-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185366, 1466, '0780-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185367, 1466, '0780-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185368, 1466, '0780-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185369, 1466, '0781-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185370, 1466, '0781-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185371, 1466, '0781-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185372, 1466, '0781-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185373, 1466, '0781-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185374, 1466, '0781-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185375, 1466, '0781-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185376, 1466, '0781-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185377, 1466, '0781-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185378, 1466, '0781-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185379, 1466, '0781-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185380, 1466, '0781-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185381, 1466, '0782-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185382, 1466, '0782-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185383, 1466, '0782-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185384, 1466, '0782-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185385, 1466, '0782-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185386, 1466, '0782-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185387, 1466, '0782-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185388, 1466, '0782-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185389, 1466, '0782-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185390, 1466, '0782-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185391, 1466, '0782-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185392, 1466, '0782-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185393, 1466, '0783-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185394, 1466, '0783-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185395, 1466, '0783-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185396, 1466, '0783-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185397, 1466, '0783-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185398, 1466, '0783-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185399, 1466, '0783-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185400, 1466, '0783-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185401, 1466, '0783-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185402, 1466, '0783-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185403, 1466, '0783-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185404, 1466, '0783-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185405, 1466, '0784-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185406, 1466, '0784-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185407, 1466, '0784-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185408, 1466, '0784-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185409, 1466, '0784-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185410, 1466, '0784-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185411, 1466, '0784-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185412, 1466, '0784-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185413, 1466, '0784-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185414, 1466, '0784-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185415, 1466, '0784-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185416, 1466, '0784-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185417, 1466, '0785-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185418, 1466, '0785-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185419, 1466, '0785-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185420, 1466, '0785-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185421, 1466, '0785-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185422, 1466, '0785-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185423, 1466, '0785-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185424, 1466, '0785-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185425, 1466, '0785-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185426, 1466, '0785-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185427, 1466, '0785-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185428, 1466, '0785-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185429, 1466, '0786-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185430, 1466, '0786-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185431, 1466, '0786-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185432, 1466, '0786-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185433, 1466, '0786-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185434, 1466, '0786-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185435, 1466, '0786-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185436, 1466, '0786-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185437, 1466, '0786-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185438, 1466, '0786-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185439, 1466, '0786-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185440, 1466, '0786-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185441, 1466, '0787-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185442, 1466, '0787-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185443, 1466, '0787-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185444, 1466, '0787-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185445, 1466, '0787-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185446, 1466, '0787-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185447, 1466, '0787-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185448, 1466, '0787-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185449, 1466, '0787-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185450, 1466, '0787-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185451, 1466, '0787-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185452, 1466, '0787-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185453, 1466, '0788-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185454, 1466, '0788-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185455, 1466, '0788-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185456, 1466, '0788-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185457, 1466, '0788-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185458, 1466, '0788-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185459, 1466, '0788-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185460, 1466, '0788-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185461, 1466, '0788-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185462, 1466, '0788-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185463, 1466, '0788-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185464, 1466, '0788-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185465, 1466, '0789-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185466, 1466, '0789-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185467, 1466, '0789-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185468, 1466, '0789-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185469, 1466, '0789-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185470, 1466, '0789-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185471, 1466, '0789-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185472, 1466, '0789-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185473, 1466, '0789-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185474, 1466, '0789-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185475, 1466, '0789-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185476, 1466, '0789-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185477, 1466, '0790-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185478, 1466, '0790-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185479, 1466, '0790-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185480, 1466, '0790-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:18', '2023-09-17 17:53:18'),
(185481, 1466, '0790-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185482, 1466, '0790-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185483, 1466, '0790-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185484, 1466, '0790-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185485, 1466, '0790-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185486, 1466, '0790-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185487, 1466, '0790-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185488, 1466, '0790-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185489, 1466, '0791-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185490, 1466, '0791-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185491, 1466, '0791-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185492, 1466, '0791-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185493, 1466, '0791-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185494, 1466, '0791-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185495, 1466, '0791-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185496, 1466, '0791-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185497, 1466, '0791-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185498, 1466, '0791-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185499, 1466, '0791-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185500, 1466, '0791-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185501, 1466, '0792-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185502, 1466, '0792-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185503, 1466, '0792-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185504, 1466, '0792-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185505, 1466, '0792-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185506, 1466, '0792-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185507, 1466, '0792-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185508, 1466, '0792-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185509, 1466, '0792-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185510, 1466, '0792-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185511, 1466, '0792-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185512, 1466, '0792-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185513, 1466, '0793-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185514, 1466, '0793-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185515, 1466, '0793-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185516, 1466, '0793-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185517, 1466, '0793-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185518, 1466, '0793-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185519, 1466, '0793-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185520, 1466, '0793-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185521, 1466, '0793-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185522, 1466, '0793-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185523, 1466, '0793-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185524, 1466, '0793-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185525, 1466, '0794-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185526, 1466, '0794-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185527, 1466, '0794-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185528, 1466, '0794-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185529, 1466, '0794-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185530, 1466, '0794-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185531, 1466, '0794-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185532, 1466, '0794-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185533, 1466, '0794-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185534, 1466, '0794-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185535, 1466, '0794-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185536, 1466, '0794-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185537, 1466, '0795-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185538, 1466, '0795-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185539, 1466, '0795-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185540, 1466, '0795-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185541, 1466, '0795-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185542, 1466, '0795-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185543, 1466, '0795-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185544, 1466, '0795-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185545, 1466, '0795-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185546, 1466, '0795-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185547, 1466, '0795-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185548, 1466, '0795-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185549, 1466, '0796-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185550, 1466, '0796-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185551, 1466, '0796-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185552, 1466, '0796-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185553, 1466, '0796-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185554, 1466, '0796-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185555, 1466, '0796-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185556, 1466, '0796-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185557, 1466, '0796-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185558, 1466, '0796-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185559, 1466, '0796-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185560, 1466, '0796-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185561, 1466, '0797-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185562, 1466, '0797-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185563, 1466, '0797-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185564, 1466, '0797-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185565, 1466, '0797-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185566, 1466, '0797-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185567, 1466, '0797-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185568, 1466, '0797-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185569, 1466, '0797-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185570, 1466, '0797-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185571, 1466, '0797-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185572, 1466, '0797-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185573, 1466, '0798-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185574, 1466, '0798-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185575, 1466, '0798-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185576, 1466, '0798-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185577, 1466, '0798-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185578, 1466, '0798-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185579, 1466, '0798-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185580, 1466, '0798-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185581, 1466, '0798-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185582, 1466, '0798-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185583, 1466, '0798-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185584, 1466, '0798-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185585, 1466, '0799-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185586, 1466, '0799-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185587, 1466, '0799-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185588, 1466, '0799-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185589, 1466, '0799-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185590, 1466, '0799-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185591, 1466, '0799-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185592, 1466, '0799-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185593, 1466, '0799-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185594, 1466, '0799-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185595, 1466, '0799-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185596, 1466, '0799-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185597, 1466, '0800-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185598, 1466, '0800-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185599, 1466, '0800-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185600, 1466, '0800-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185601, 1466, '0800-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185602, 1466, '0800-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185603, 1466, '0800-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185604, 1466, '0800-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185605, 1466, '0800-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185606, 1466, '0800-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185607, 1466, '0800-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185608, 1466, '0800-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185609, 1466, '0801-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185610, 1466, '0801-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185611, 1466, '0801-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185612, 1466, '0801-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185613, 1466, '0801-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185614, 1466, '0801-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185615, 1466, '0801-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185616, 1466, '0801-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185617, 1466, '0801-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185618, 1466, '0801-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185619, 1466, '0801-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185620, 1466, '0801-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185621, 1466, '0802-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185622, 1466, '0802-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185623, 1466, '0802-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185624, 1466, '0802-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185625, 1466, '0802-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185626, 1466, '0802-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185627, 1466, '0802-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185628, 1466, '0802-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185629, 1466, '0802-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185630, 1466, '0802-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185631, 1466, '0802-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185632, 1466, '0802-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185633, 1466, '0803-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185634, 1466, '0803-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185635, 1466, '0803-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185636, 1466, '0803-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185637, 1466, '0803-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185638, 1466, '0803-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185639, 1466, '0803-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185640, 1466, '0803-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185641, 1466, '0803-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185642, 1466, '0803-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185643, 1466, '0803-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185644, 1466, '0803-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185645, 1466, '0804-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185646, 1466, '0804-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185647, 1466, '0804-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185648, 1466, '0804-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185649, 1466, '0804-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185650, 1466, '0804-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185651, 1466, '0804-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185652, 1466, '0804-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185653, 1466, '0804-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185654, 1466, '0804-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185655, 1466, '0804-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185656, 1466, '0804-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185657, 1466, '0805-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185658, 1466, '0805-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185659, 1466, '0805-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185660, 1466, '0805-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185661, 1466, '0805-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185662, 1466, '0805-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185663, 1466, '0805-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185664, 1466, '0805-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185665, 1466, '0805-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185666, 1466, '0805-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185667, 1466, '0805-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185668, 1466, '0805-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185669, 1466, '0806-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185670, 1466, '0806-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185671, 1466, '0806-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185672, 1466, '0806-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185673, 1466, '0806-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185674, 1466, '0806-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185675, 1466, '0806-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185676, 1466, '0806-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185677, 1466, '0806-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185678, 1466, '0806-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185679, 1466, '0806-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185680, 1466, '0806-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185681, 1466, '0807-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185682, 1466, '0807-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185683, 1466, '0807-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185684, 1466, '0807-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185685, 1466, '0807-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185686, 1466, '0807-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185687, 1466, '0807-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185688, 1466, '0807-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185689, 1466, '0807-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185690, 1466, '0807-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185691, 1466, '0807-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185692, 1466, '0807-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185693, 1466, '0808-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185694, 1466, '0808-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185695, 1466, '0808-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185696, 1466, '0808-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185697, 1466, '0808-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185698, 1466, '0808-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185699, 1466, '0808-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185700, 1466, '0808-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185701, 1466, '0808-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185702, 1466, '0808-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185703, 1466, '0808-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185704, 1466, '0808-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185705, 1466, '0809-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185706, 1466, '0809-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185707, 1466, '0809-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185708, 1466, '0809-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185709, 1466, '0809-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185710, 1466, '0809-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185711, 1466, '0809-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185712, 1466, '0809-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185713, 1466, '0809-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185714, 1466, '0809-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185715, 1466, '0809-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185716, 1466, '0809-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185717, 1466, '0810-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185718, 1466, '0810-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185719, 1466, '0810-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185720, 1466, '0810-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185721, 1466, '0810-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185722, 1466, '0810-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185723, 1466, '0810-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185724, 1466, '0810-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185725, 1466, '0810-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185726, 1466, '0810-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185727, 1466, '0810-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185728, 1466, '0810-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185729, 1466, '0811-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185730, 1466, '0811-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185731, 1466, '0811-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185732, 1466, '0811-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185733, 1466, '0811-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185734, 1466, '0811-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185735, 1466, '0811-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185736, 1466, '0811-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185737, 1466, '0811-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185738, 1466, '0811-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185739, 1466, '0811-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185740, 1466, '0811-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185741, 1466, '0812-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185742, 1466, '0812-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185743, 1466, '0812-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185744, 1466, '0812-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185745, 1466, '0812-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185746, 1466, '0812-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185747, 1466, '0812-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185748, 1466, '0812-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185749, 1466, '0812-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185750, 1466, '0812-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185751, 1466, '0812-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185752, 1466, '0812-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185753, 1466, '0813-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185754, 1466, '0813-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185755, 1466, '0813-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185756, 1466, '0813-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185757, 1466, '0813-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185758, 1466, '0813-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185759, 1466, '0813-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185760, 1466, '0813-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185761, 1466, '0813-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185762, 1466, '0813-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185763, 1466, '0813-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185764, 1466, '0813-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185765, 1466, '0814-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185766, 1466, '0814-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185767, 1466, '0814-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185768, 1466, '0814-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185769, 1466, '0814-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185770, 1466, '0814-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185771, 1466, '0814-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185772, 1466, '0814-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185773, 1466, '0814-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185774, 1466, '0814-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185775, 1466, '0814-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185776, 1466, '0814-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185777, 1466, '0815-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185778, 1466, '0815-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185779, 1466, '0815-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185780, 1466, '0815-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185781, 1466, '0815-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(185782, 1466, '0815-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185783, 1466, '0815-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185784, 1466, '0815-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185785, 1466, '0815-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185786, 1466, '0815-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185787, 1466, '0815-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185788, 1466, '0815-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185789, 1466, '0816-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185790, 1466, '0816-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185791, 1466, '0816-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185792, 1466, '0816-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185793, 1466, '0816-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185794, 1466, '0816-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185795, 1466, '0816-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185796, 1466, '0816-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185797, 1466, '0816-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185798, 1466, '0816-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185799, 1466, '0816-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185800, 1466, '0816-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185801, 1466, '0817-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185802, 1466, '0817-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185803, 1466, '0817-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185804, 1466, '0817-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185805, 1466, '0817-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185806, 1466, '0817-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185807, 1466, '0817-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185808, 1466, '0817-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185809, 1466, '0817-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185810, 1466, '0817-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185811, 1466, '0817-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185812, 1466, '0817-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185813, 1466, '0818-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185814, 1466, '0818-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185815, 1466, '0818-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185816, 1466, '0818-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185817, 1466, '0818-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185818, 1466, '0818-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185819, 1466, '0818-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185820, 1466, '0818-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185821, 1466, '0818-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185822, 1466, '0818-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185823, 1466, '0818-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185824, 1466, '0818-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185825, 1466, '0819-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185826, 1466, '0819-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185827, 1466, '0819-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185828, 1466, '0819-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185829, 1466, '0819-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185830, 1466, '0819-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185831, 1466, '0819-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185832, 1466, '0819-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185833, 1466, '0819-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185834, 1466, '0819-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185835, 1466, '0819-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185836, 1466, '0819-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185837, 1466, '0820-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185838, 1466, '0820-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185839, 1466, '0820-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185840, 1466, '0820-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185841, 1466, '0820-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185842, 1466, '0820-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185843, 1466, '0820-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185844, 1466, '0820-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185845, 1466, '0820-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185846, 1466, '0820-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185847, 1466, '0820-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185848, 1466, '0820-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185849, 1466, '0821-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185850, 1466, '0821-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185851, 1466, '0821-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185852, 1466, '0821-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185853, 1466, '0821-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185854, 1466, '0821-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185855, 1466, '0821-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185856, 1466, '0821-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185857, 1466, '0821-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185858, 1466, '0821-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185859, 1466, '0821-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185860, 1466, '0821-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185861, 1466, '0822-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185862, 1466, '0822-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185863, 1466, '0822-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185864, 1466, '0822-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185865, 1466, '0822-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185866, 1466, '0822-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185867, 1466, '0822-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185868, 1466, '0822-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185869, 1466, '0822-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185870, 1466, '0822-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185871, 1466, '0822-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185872, 1466, '0822-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185873, 1466, '0823-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185874, 1466, '0823-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185875, 1466, '0823-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185876, 1466, '0823-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185877, 1466, '0823-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185878, 1466, '0823-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185879, 1466, '0823-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185880, 1466, '0823-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185881, 1466, '0823-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185882, 1466, '0823-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185883, 1466, '0823-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185884, 1466, '0823-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185885, 1466, '0824-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185886, 1466, '0824-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:19', '2023-09-17 17:53:19'),
(185887, 1466, '0824-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(185888, 1466, '0824-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(185889, 1466, '0824-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(185890, 1466, '0824-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(185891, 1466, '0824-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(185892, 1466, '0824-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(185893, 1466, '0824-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(185894, 1466, '0824-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(185895, 1466, '0824-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(185896, 1466, '0824-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(185897, 1466, '0825-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(185898, 1466, '0825-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(185899, 1466, '0825-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(185900, 1466, '0825-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(185901, 1466, '0825-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(185902, 1466, '0825-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(185903, 1466, '0825-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(185904, 1466, '0825-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(185905, 1466, '0825-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(185906, 1466, '0825-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(185907, 1466, '0825-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(185908, 1466, '0825-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(185909, 1466, '0826-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(185910, 1466, '0826-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(185911, 1466, '0826-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(185912, 1466, '0826-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(185913, 1466, '0826-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(185914, 1466, '0826-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(185915, 1466, '0826-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(185916, 1466, '0826-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(185917, 1466, '0826-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(185918, 1466, '0826-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(185919, 1466, '0826-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(185920, 1466, '0826-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(185921, 1466, '0827-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(185922, 1466, '0827-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(185923, 1466, '0827-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(185924, 1466, '0827-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(185925, 1466, '0827-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(185926, 1466, '0827-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(185927, 1466, '0827-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(185928, 1466, '0827-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(185929, 1466, '0827-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(185930, 1466, '0827-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(185931, 1466, '0827-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(185932, 1466, '0827-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(185933, 1466, '0828-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(185934, 1466, '0828-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(185935, 1466, '0828-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(185936, 1466, '0828-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(185937, 1466, '0828-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(185938, 1466, '0828-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(185939, 1466, '0828-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(185940, 1466, '0828-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(185941, 1466, '0828-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(185942, 1466, '0828-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(185943, 1466, '0828-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(185944, 1466, '0828-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(185945, 1466, '0829-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(185946, 1466, '0829-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(185947, 1466, '0829-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(185948, 1466, '0829-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(185949, 1466, '0829-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(185950, 1466, '0829-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(185951, 1466, '0829-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(185952, 1466, '0829-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(185953, 1466, '0829-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(185954, 1466, '0829-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(185955, 1466, '0829-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(185956, 1466, '0829-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(185957, 1466, '0830-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(185958, 1466, '0830-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(185959, 1466, '0830-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(185960, 1466, '0830-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(185961, 1466, '0830-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(185962, 1466, '0830-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(185963, 1466, '0830-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(185964, 1466, '0830-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(185965, 1466, '0830-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(185966, 1466, '0830-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(185967, 1466, '0830-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(185968, 1466, '0830-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(185969, 1466, '0831-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(185970, 1466, '0831-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(185971, 1466, '0831-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(185972, 1466, '0831-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(185973, 1466, '0831-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(185974, 1466, '0831-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(185975, 1466, '0831-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(185976, 1466, '0831-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(185977, 1466, '0831-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(185978, 1466, '0831-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(185979, 1466, '0831-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(185980, 1466, '0831-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(185981, 1466, '0832-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(185982, 1466, '0832-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(185983, 1466, '0832-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(185984, 1466, '0832-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(185985, 1466, '0832-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(185986, 1466, '0832-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(185987, 1466, '0832-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(185988, 1466, '0832-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(185989, 1466, '0832-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(185990, 1466, '0832-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(185991, 1466, '0832-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(185992, 1466, '0832-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(185993, 1466, '0833-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(185994, 1466, '0833-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(185995, 1466, '0833-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(185996, 1466, '0833-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(185997, 1466, '0833-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(185998, 1466, '0833-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(185999, 1466, '0833-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186000, 1466, '0833-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186001, 1466, '0833-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186002, 1466, '0833-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186003, 1466, '0833-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186004, 1466, '0833-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186005, 1466, '0834-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186006, 1466, '0834-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186007, 1466, '0834-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186008, 1466, '0834-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186009, 1466, '0834-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186010, 1466, '0834-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186011, 1466, '0834-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186012, 1466, '0834-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186013, 1466, '0834-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186014, 1466, '0834-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186015, 1466, '0834-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186016, 1466, '0834-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186017, 1466, '0835-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186018, 1466, '0835-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186019, 1466, '0835-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186020, 1466, '0835-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186021, 1466, '0835-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186022, 1466, '0835-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186023, 1466, '0835-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186024, 1466, '0835-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186025, 1466, '0835-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186026, 1466, '0835-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186027, 1466, '0835-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186028, 1466, '0835-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186029, 1466, '0836-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186030, 1466, '0836-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186031, 1466, '0836-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186032, 1466, '0836-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186033, 1466, '0836-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186034, 1466, '0836-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186035, 1466, '0836-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186036, 1466, '0836-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186037, 1466, '0836-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186038, 1466, '0836-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186039, 1466, '0836-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186040, 1466, '0836-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186041, 1466, '0837-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186042, 1466, '0837-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186043, 1466, '0837-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186044, 1466, '0837-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186045, 1466, '0837-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186046, 1466, '0837-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186047, 1466, '0837-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186048, 1466, '0837-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186049, 1466, '0837-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186050, 1466, '0837-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186051, 1466, '0837-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186052, 1466, '0837-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186053, 1466, '0838-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186054, 1466, '0838-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186055, 1466, '0838-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186056, 1466, '0838-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186057, 1466, '0838-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186058, 1466, '0838-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186059, 1466, '0838-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186060, 1466, '0838-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186061, 1466, '0838-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186062, 1466, '0838-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186063, 1466, '0838-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186064, 1466, '0838-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186065, 1466, '0839-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186066, 1466, '0839-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186067, 1466, '0839-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186068, 1466, '0839-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186069, 1466, '0839-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186070, 1466, '0839-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186071, 1466, '0839-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186072, 1466, '0839-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186073, 1466, '0839-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186074, 1466, '0839-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186075, 1466, '0839-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186076, 1466, '0839-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186077, 1466, '0840-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186078, 1466, '0840-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186079, 1466, '0840-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186080, 1466, '0840-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186081, 1466, '0840-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186082, 1466, '0840-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186083, 1466, '0840-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186084, 1466, '0840-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186085, 1466, '0840-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186086, 1466, '0840-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186087, 1466, '0840-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186088, 1466, '0840-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186089, 1466, '0841-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186090, 1466, '0841-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186091, 1466, '0841-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186092, 1466, '0841-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186093, 1466, '0841-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186094, 1466, '0841-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186095, 1466, '0841-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186096, 1466, '0841-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186097, 1466, '0841-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186098, 1466, '0841-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186099, 1466, '0841-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186100, 1466, '0841-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186101, 1466, '0842-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186102, 1466, '0842-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186103, 1466, '0842-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186104, 1466, '0842-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186105, 1466, '0842-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186106, 1466, '0842-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186107, 1466, '0842-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186108, 1466, '0842-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186109, 1466, '0842-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186110, 1466, '0842-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186111, 1466, '0842-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186112, 1466, '0842-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186113, 1466, '0843-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186114, 1466, '0843-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186115, 1466, '0843-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186116, 1466, '0843-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186117, 1466, '0843-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186118, 1466, '0843-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186119, 1466, '0843-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186120, 1466, '0843-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186121, 1466, '0843-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186122, 1466, '0843-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186123, 1466, '0843-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186124, 1466, '0843-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186125, 1466, '0844-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186126, 1466, '0844-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186127, 1466, '0844-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186128, 1466, '0844-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186129, 1466, '0844-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186130, 1466, '0844-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186131, 1466, '0844-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186132, 1466, '0844-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186133, 1466, '0844-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186134, 1466, '0844-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186135, 1466, '0844-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186136, 1466, '0844-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186137, 1466, '0845-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186138, 1466, '0845-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186139, 1466, '0845-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186140, 1466, '0845-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186141, 1466, '0845-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186142, 1466, '0845-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186143, 1466, '0845-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186144, 1466, '0845-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186145, 1466, '0845-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186146, 1466, '0845-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186147, 1466, '0845-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186148, 1466, '0845-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186149, 1466, '0846-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186150, 1466, '0846-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186151, 1466, '0846-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186152, 1466, '0846-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186153, 1466, '0846-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186154, 1466, '0846-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186155, 1466, '0846-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186156, 1466, '0846-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186157, 1466, '0846-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186158, 1466, '0846-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186159, 1466, '0846-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186160, 1466, '0846-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186161, 1466, '0847-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186162, 1466, '0847-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186163, 1466, '0847-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186164, 1466, '0847-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186165, 1466, '0847-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186166, 1466, '0847-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186167, 1466, '0847-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186168, 1466, '0847-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186169, 1466, '0847-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186170, 1466, '0847-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186171, 1466, '0847-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186172, 1466, '0847-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186173, 1466, '0848-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186174, 1466, '0848-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186175, 1466, '0848-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186176, 1466, '0848-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186177, 1466, '0848-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186178, 1466, '0848-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186179, 1466, '0848-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186180, 1466, '0848-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186181, 1466, '0848-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186182, 1466, '0848-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186183, 1466, '0848-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186184, 1466, '0848-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186185, 1466, '0849-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186186, 1466, '0849-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186187, 1466, '0849-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186188, 1466, '0849-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186189, 1466, '0849-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186190, 1466, '0849-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186191, 1466, '0849-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186192, 1466, '0849-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186193, 1466, '0849-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186194, 1466, '0849-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186195, 1466, '0849-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186196, 1466, '0849-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186197, 1466, '0850-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186198, 1466, '0850-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186199, 1466, '0850-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186200, 1466, '0850-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186201, 1466, '0850-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186202, 1466, '0850-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186203, 1466, '0850-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186204, 1466, '0850-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186205, 1466, '0850-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186206, 1466, '0850-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186207, 1466, '0850-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186208, 1466, '0850-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186209, 1466, '0851-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186210, 1466, '0851-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186211, 1466, '0851-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186212, 1466, '0851-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186213, 1466, '0851-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186214, 1466, '0851-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186215, 1466, '0851-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186216, 1466, '0851-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186217, 1466, '0851-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186218, 1466, '0851-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186219, 1466, '0851-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186220, 1466, '0851-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186221, 1466, '0852-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186222, 1466, '0852-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186223, 1466, '0852-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186224, 1466, '0852-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186225, 1466, '0852-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186226, 1466, '0852-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186227, 1466, '0852-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186228, 1466, '0852-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186229, 1466, '0852-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186230, 1466, '0852-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186231, 1466, '0852-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186232, 1466, '0852-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186233, 1466, '0853-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186234, 1466, '0853-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186235, 1466, '0853-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186236, 1466, '0853-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186237, 1466, '0853-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186238, 1466, '0853-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186239, 1466, '0853-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186240, 1466, '0853-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186241, 1466, '0853-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186242, 1466, '0853-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186243, 1466, '0853-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186244, 1466, '0853-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186245, 1466, '0854-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186246, 1466, '0854-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(186247, 1466, '0854-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186248, 1466, '0854-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186249, 1466, '0854-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186250, 1466, '0854-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186251, 1466, '0854-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186252, 1466, '0854-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186253, 1466, '0854-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186254, 1466, '0854-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186255, 1466, '0854-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186256, 1466, '0854-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186257, 1466, '0855-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186258, 1466, '0855-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186259, 1466, '0855-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186260, 1466, '0855-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186261, 1466, '0855-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186262, 1466, '0855-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186263, 1466, '0855-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186264, 1466, '0855-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186265, 1466, '0855-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186266, 1466, '0855-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186267, 1466, '0855-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186268, 1466, '0855-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186269, 1466, '0856-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186270, 1466, '0856-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186271, 1466, '0856-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186272, 1466, '0856-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186273, 1466, '0856-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186274, 1466, '0856-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186275, 1466, '0856-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186276, 1466, '0856-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186277, 1466, '0856-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186278, 1466, '0856-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:20', '2023-09-17 17:53:20'),
(186279, 1466, '0856-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:21', '2023-09-17 17:53:21'),
(186280, 1466, '0856-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:21', '2023-09-17 17:53:21'),
(186281, 1466, '0857-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:21', '2023-09-17 17:53:21'),
(186282, 1466, '0857-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:21', '2023-09-17 17:53:21'),
(186283, 1466, '0857-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:21', '2023-09-17 17:53:21'),
(186284, 1466, '0857-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:21', '2023-09-17 17:53:21'),
(186285, 1466, '0857-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:21', '2023-09-17 17:53:21'),
(186286, 1466, '0857-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:21', '2023-09-17 17:53:21'),
(186287, 1466, '0857-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:21', '2023-09-17 17:53:21'),
(186288, 1466, '0857-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:21', '2023-09-17 17:53:21'),
(186289, 1466, '0857-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:21', '2023-09-17 17:53:21'),
(186290, 1466, '0857-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:21', '2023-09-17 17:53:21'),
(186291, 1466, '0857-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:21', '2023-09-17 17:53:21'),
(186292, 1466, '0857-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:21', '2023-09-17 17:53:21'),
(186293, 1466, '0858-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:21', '2023-09-17 17:53:21'),
(186294, 1466, '0858-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:21', '2023-09-17 17:53:21'),
(186295, 1466, '0858-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:21', '2023-09-17 17:53:21'),
(186296, 1466, '0858-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:21', '2023-09-17 17:53:21'),
(186297, 1466, '0858-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:21', '2023-09-17 17:53:21'),
(186298, 1466, '0858-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:21', '2023-09-17 17:53:21'),
(186299, 1466, '0858-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:21', '2023-09-17 17:53:21'),
(186300, 1466, '0858-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:21', '2023-09-17 17:53:21'),
(186301, 1466, '0858-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:21', '2023-09-17 17:53:21'),
(186302, 1466, '0858-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:21', '2023-09-17 17:53:21'),
(186303, 1466, '0858-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:21', '2023-09-17 17:53:21'),
(186304, 1466, '0858-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:21', '2023-09-17 17:53:21'),
(186305, 1466, '0859-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:21', '2023-09-17 17:53:21'),
(186306, 1466, '0859-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:21', '2023-09-17 17:53:21'),
(186307, 1466, '0859-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:21', '2023-09-17 17:53:21'),
(186308, 1466, '0859-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:21', '2023-09-17 17:53:21'),
(186309, 1466, '0859-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:21', '2023-09-17 17:53:21'),
(186310, 1466, '0859-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:21', '2023-09-17 17:53:21'),
(186311, 1466, '0859-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:21', '2023-09-17 17:53:21'),
(186312, 1466, '0859-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:21', '2023-09-17 17:53:21'),
(186313, 1466, '0859-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:21', '2023-09-17 17:53:21'),
(186314, 1466, '0859-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:21', '2023-09-17 17:53:21'),
(186315, 1466, '0859-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:21', '2023-09-17 17:53:21'),
(186316, 1466, '0859-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:21', '2023-09-17 17:53:21'),
(186317, 1466, '0860-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:21', '2023-09-17 17:53:21'),
(186318, 1466, '0860-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:21', '2023-09-17 17:53:21'),
(186319, 1466, '0860-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:21', '2023-09-17 17:53:21'),
(186320, 1466, '0860-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:21', '2023-09-17 17:53:21'),
(186321, 1466, '0860-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:21', '2023-09-17 17:53:21'),
(186322, 1466, '0860-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:21', '2023-09-17 17:53:21'),
(186323, 1466, '0860-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:21', '2023-09-17 17:53:21'),
(186324, 1466, '0860-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:21', '2023-09-17 17:53:21'),
(186325, 1466, '0860-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:21', '2023-09-17 17:53:21'),
(186326, 1466, '0860-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:21', '2023-09-17 17:53:21'),
(186327, 1466, '0860-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:21', '2023-09-17 17:53:21'),
(186328, 1466, '0860-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:21', '2023-09-17 17:53:21'),
(186329, 1466, '0861-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:21', '2023-09-17 17:53:21'),
(186330, 1466, '0861-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:21', '2023-09-17 17:53:21'),
(186331, 1466, '0861-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:21', '2023-09-17 17:53:21'),
(186332, 1466, '0861-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:21', '2023-09-17 17:53:21'),
(186333, 1466, '0861-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:21', '2023-09-17 17:53:21'),
(186334, 1466, '0861-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:21', '2023-09-17 17:53:21'),
(186335, 1466, '0861-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:21', '2023-09-17 17:53:21'),
(186336, 1466, '0861-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:21', '2023-09-17 17:53:21'),
(186337, 1466, '0861-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:21', '2023-09-17 17:53:21'),
(186338, 1466, '0861-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:21', '2023-09-17 17:53:21'),
(186339, 1466, '0861-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:21', '2023-09-17 17:53:21'),
(186340, 1466, '0861-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:21', '2023-09-17 17:53:21'),
(186341, 1466, '0862-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:21', '2023-09-17 17:53:21'),
(186342, 1466, '0862-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:21', '2023-09-17 17:53:21'),
(186343, 1466, '0862-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:21', '2023-09-17 17:53:21'),
(186344, 1466, '0862-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:21', '2023-09-17 17:53:21'),
(186345, 1466, '0862-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:21', '2023-09-17 17:53:21'),
(186346, 1466, '0862-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:21', '2023-09-17 17:53:21'),
(186347, 1466, '0862-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:21', '2023-09-17 17:53:21'),
(186348, 1466, '0862-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:21', '2023-09-17 17:53:21'),
(186349, 1466, '0862-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:21', '2023-09-17 17:53:21'),
(186350, 1466, '0862-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:21', '2023-09-17 17:53:21'),
(186351, 1466, '0862-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:21', '2023-09-17 17:53:21'),
(186352, 1466, '0862-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:21', '2023-09-17 17:53:21'),
(186353, 1466, '0863-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:21', '2023-09-17 17:53:21'),
(186354, 1466, '0863-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:21', '2023-09-17 17:53:21'),
(186355, 1466, '0863-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:21', '2023-09-17 17:53:21'),
(186356, 1466, '0863-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:21', '2023-09-17 17:53:21'),
(186357, 1466, '0863-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:21', '2023-09-17 17:53:21'),
(186358, 1466, '0863-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:21', '2023-09-17 17:53:21'),
(186359, 1466, '0863-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:21', '2023-09-17 17:53:21'),
(186360, 1466, '0863-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:21', '2023-09-17 17:53:21'),
(186361, 1466, '0863-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:21', '2023-09-17 17:53:21'),
(186362, 1466, '0863-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:21', '2023-09-17 17:53:21'),
(186363, 1466, '0863-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:21', '2023-09-17 17:53:21'),
(186364, 1466, '0863-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:21', '2023-09-17 17:53:21'),
(186365, 1466, '0864-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:21', '2023-09-17 17:53:21'),
(186366, 1466, '0864-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:21', '2023-09-17 17:53:21'),
(186367, 1466, '0864-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:21', '2023-09-17 17:53:21'),
(186368, 1466, '0864-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:21', '2023-09-17 17:53:21'),
(186369, 1466, '0864-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:21', '2023-09-17 17:53:21'),
(186370, 1466, '0864-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:21', '2023-09-17 17:53:21'),
(186371, 1466, '0864-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:21', '2023-09-17 17:53:21'),
(186372, 1466, '0864-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:21', '2023-09-17 17:53:21'),
(186373, 1466, '0864-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:21', '2023-09-17 17:53:21'),
(186374, 1466, '0864-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:21', '2023-09-17 17:53:21'),
(186375, 1466, '0864-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:21', '2023-09-17 17:53:21'),
(186376, 1466, '0864-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:21', '2023-09-17 17:53:21'),
(186377, 1466, '0865-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:21', '2023-09-17 17:53:21'),
(186378, 1466, '0865-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:21', '2023-09-17 17:53:21'),
(186379, 1466, '0865-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:21', '2023-09-17 17:53:21'),
(186380, 1466, '0865-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:21', '2023-09-17 17:53:21'),
(186381, 1466, '0865-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:21', '2023-09-17 17:53:21'),
(186382, 1466, '0865-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:21', '2023-09-17 17:53:21'),
(186383, 1466, '0865-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:21', '2023-09-17 17:53:21'),
(186384, 1466, '0865-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:21', '2023-09-17 17:53:21'),
(186385, 1466, '0865-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:21', '2023-09-17 17:53:21'),
(186386, 1466, '0865-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:21', '2023-09-17 17:53:21'),
(186387, 1466, '0865-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:21', '2023-09-17 17:53:21'),
(186388, 1466, '0865-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:21', '2023-09-17 17:53:21'),
(186389, 1466, '0866-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:21', '2023-09-17 17:53:21'),
(186390, 1466, '0866-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:21', '2023-09-17 17:53:21'),
(186391, 1466, '0866-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:21', '2023-09-17 17:53:21'),
(186392, 1466, '0866-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:21', '2023-09-17 17:53:21'),
(186393, 1466, '0866-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:21', '2023-09-17 17:53:21'),
(186394, 1466, '0866-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:21', '2023-09-17 17:53:21'),
(186395, 1466, '0866-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:21', '2023-09-17 17:53:21'),
(186396, 1466, '0866-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:21', '2023-09-17 17:53:21'),
(186397, 1466, '0866-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:21', '2023-09-17 17:53:21'),
(186398, 1466, '0866-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:21', '2023-09-17 17:53:21'),
(186399, 1466, '0866-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:21', '2023-09-17 17:53:21'),
(186400, 1466, '0866-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:21', '2023-09-17 17:53:21'),
(186401, 1466, '0867-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:21', '2023-09-17 17:53:21'),
(186402, 1466, '0867-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:21', '2023-09-17 17:53:21'),
(186403, 1466, '0867-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:21', '2023-09-17 17:53:21'),
(186404, 1466, '0867-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:21', '2023-09-17 17:53:21'),
(186405, 1466, '0867-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:21', '2023-09-17 17:53:21'),
(186406, 1466, '0867-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:21', '2023-09-17 17:53:21'),
(186407, 1466, '0867-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:21', '2023-09-17 17:53:21'),
(186408, 1466, '0867-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:21', '2023-09-17 17:53:21'),
(186409, 1466, '0867-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:21', '2023-09-17 17:53:21'),
(186410, 1466, '0867-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:21', '2023-09-17 17:53:21'),
(186411, 1466, '0867-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:21', '2023-09-17 17:53:21'),
(186412, 1466, '0867-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:21', '2023-09-17 17:53:21'),
(186413, 1466, '0868-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:21', '2023-09-17 17:53:21'),
(186414, 1466, '0868-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:21', '2023-09-17 17:53:21'),
(186415, 1466, '0868-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:21', '2023-09-17 17:53:21'),
(186416, 1466, '0868-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:21', '2023-09-17 17:53:21'),
(186417, 1466, '0868-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:21', '2023-09-17 17:53:21'),
(186418, 1466, '0868-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:21', '2023-09-17 17:53:21'),
(186419, 1466, '0868-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:21', '2023-09-17 17:53:21'),
(186420, 1466, '0868-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:21', '2023-09-17 17:53:21'),
(186421, 1466, '0868-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:21', '2023-09-17 17:53:21'),
(186422, 1466, '0868-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:21', '2023-09-17 17:53:21'),
(186423, 1466, '0868-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:21', '2023-09-17 17:53:21'),
(186424, 1466, '0868-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:21', '2023-09-17 17:53:21'),
(186425, 1466, '0869-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:21', '2023-09-17 17:53:21'),
(186426, 1466, '0869-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:21', '2023-09-17 17:53:21'),
(186427, 1466, '0869-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:21', '2023-09-17 17:53:21'),
(186428, 1466, '0869-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:21', '2023-09-17 17:53:21'),
(186429, 1466, '0869-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:21', '2023-09-17 17:53:21'),
(186430, 1466, '0869-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:21', '2023-09-17 17:53:21'),
(186431, 1466, '0869-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:21', '2023-09-17 17:53:21'),
(186432, 1466, '0869-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:21', '2023-09-17 17:53:21'),
(186433, 1466, '0869-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:21', '2023-09-17 17:53:21'),
(186434, 1466, '0869-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:21', '2023-09-17 17:53:21'),
(186435, 1466, '0869-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:21', '2023-09-17 17:53:21'),
(186436, 1466, '0869-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:21', '2023-09-17 17:53:21'),
(186437, 1466, '0870-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:21', '2023-09-17 17:53:21'),
(186438, 1466, '0870-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:21', '2023-09-17 17:53:21'),
(186439, 1466, '0870-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:21', '2023-09-17 17:53:21'),
(186440, 1466, '0870-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:21', '2023-09-17 17:53:21'),
(186441, 1466, '0870-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:21', '2023-09-17 17:53:21'),
(186442, 1466, '0870-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:21', '2023-09-17 17:53:21'),
(186443, 1466, '0870-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:21', '2023-09-17 17:53:21'),
(186444, 1466, '0870-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:21', '2023-09-17 17:53:21'),
(186445, 1466, '0870-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:21', '2023-09-17 17:53:21'),
(186446, 1466, '0870-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:21', '2023-09-17 17:53:21'),
(186447, 1466, '0870-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:21', '2023-09-17 17:53:21'),
(186448, 1466, '0870-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:21', '2023-09-17 17:53:21'),
(186449, 1466, '0871-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:21', '2023-09-17 17:53:21'),
(186450, 1466, '0871-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:22', '2023-09-17 17:53:22'),
(186451, 1466, '0871-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:22', '2023-09-17 17:53:22'),
(186452, 1466, '0871-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:22', '2023-09-17 17:53:22'),
(186453, 1466, '0871-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:22', '2023-09-17 17:53:22'),
(186454, 1466, '0871-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:22', '2023-09-17 17:53:22'),
(186455, 1466, '0871-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:22', '2023-09-17 17:53:22'),
(186456, 1466, '0871-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:22', '2023-09-17 17:53:22'),
(186457, 1466, '0871-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:22', '2023-09-17 17:53:22'),
(186458, 1466, '0871-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:22', '2023-09-17 17:53:22'),
(186459, 1466, '0871-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:22', '2023-09-17 17:53:22'),
(186460, 1466, '0871-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:24', '2023-09-17 17:53:24'),
(186461, 1466, '0872-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:25', '2023-09-17 17:53:25'),
(186462, 1466, '0872-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:26', '2023-09-17 17:53:26'),
(186463, 1466, '0872-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:26', '2023-09-17 17:53:26'),
(186464, 1466, '0872-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:26', '2023-09-17 17:53:26'),
(186465, 1466, '0872-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:26', '2023-09-17 17:53:26'),
(186466, 1466, '0872-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:26', '2023-09-17 17:53:26'),
(186467, 1466, '0872-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:26', '2023-09-17 17:53:26'),
(186468, 1466, '0872-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:26', '2023-09-17 17:53:26'),
(186469, 1466, '0872-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:26', '2023-09-17 17:53:26'),
(186470, 1466, '0872-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:26', '2023-09-17 17:53:26'),
(186471, 1466, '0872-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:26', '2023-09-17 17:53:26'),
(186472, 1466, '0872-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:26', '2023-09-17 17:53:26'),
(186473, 1466, '0873-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:26', '2023-09-17 17:53:26'),
(186474, 1466, '0873-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:26', '2023-09-17 17:53:26'),
(186475, 1466, '0873-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:26', '2023-09-17 17:53:26'),
(186476, 1466, '0873-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:26', '2023-09-17 17:53:26'),
(186477, 1466, '0873-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:26', '2023-09-17 17:53:26'),
(186478, 1466, '0873-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:26', '2023-09-17 17:53:26'),
(186479, 1466, '0873-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:26', '2023-09-17 17:53:26'),
(186480, 1466, '0873-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:26', '2023-09-17 17:53:26'),
(186481, 1466, '0873-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:26', '2023-09-17 17:53:26'),
(186482, 1466, '0873-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:26', '2023-09-17 17:53:26'),
(186483, 1466, '0873-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:26', '2023-09-17 17:53:26'),
(186484, 1466, '0873-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:26', '2023-09-17 17:53:26'),
(186485, 1466, '0874-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:26', '2023-09-17 17:53:26'),
(186486, 1466, '0874-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:26', '2023-09-17 17:53:26'),
(186487, 1466, '0874-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:26', '2023-09-17 17:53:26'),
(186488, 1466, '0874-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186489, 1466, '0874-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186490, 1466, '0874-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186491, 1466, '0874-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186492, 1466, '0874-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186493, 1466, '0874-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186494, 1466, '0874-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186495, 1466, '0874-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186496, 1466, '0874-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186497, 1466, '0875-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186498, 1466, '0875-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186499, 1466, '0875-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186500, 1466, '0875-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186501, 1466, '0875-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186502, 1466, '0875-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186503, 1466, '0875-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186504, 1466, '0875-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186505, 1466, '0875-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186506, 1466, '0875-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186507, 1466, '0875-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186508, 1466, '0875-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186509, 1466, '0876-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186510, 1466, '0876-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186511, 1466, '0876-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186512, 1466, '0876-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186513, 1466, '0876-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186514, 1466, '0876-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186515, 1466, '0876-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186516, 1466, '0876-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186517, 1466, '0876-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186518, 1466, '0876-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186519, 1466, '0876-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186520, 1466, '0876-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186521, 1466, '0877-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186522, 1466, '0877-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186523, 1466, '0877-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186524, 1466, '0877-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186525, 1466, '0877-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186526, 1466, '0877-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186527, 1466, '0877-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186528, 1466, '0877-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186529, 1466, '0877-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186530, 1466, '0877-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186531, 1466, '0877-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186532, 1466, '0877-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186533, 1466, '0878-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186534, 1466, '0878-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186535, 1466, '0878-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186536, 1466, '0878-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186537, 1466, '0878-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186538, 1466, '0878-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186539, 1466, '0878-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186540, 1466, '0878-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186541, 1466, '0878-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186542, 1466, '0878-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186543, 1466, '0878-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186544, 1466, '0878-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186545, 1466, '0879-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186546, 1466, '0879-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186547, 1466, '0879-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186548, 1466, '0879-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186549, 1466, '0879-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186550, 1466, '0879-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186551, 1466, '0879-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186552, 1466, '0879-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186553, 1466, '0879-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186554, 1466, '0879-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186555, 1466, '0879-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186556, 1466, '0879-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186557, 1466, '0880-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186558, 1466, '0880-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186559, 1466, '0880-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186560, 1466, '0880-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186561, 1466, '0880-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186562, 1466, '0880-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186563, 1466, '0880-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186564, 1466, '0880-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186565, 1466, '0880-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186566, 1466, '0880-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186567, 1466, '0880-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186568, 1466, '0880-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186569, 1466, '0881-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186570, 1466, '0881-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186571, 1466, '0881-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186572, 1466, '0881-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186573, 1466, '0881-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186574, 1466, '0881-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186575, 1466, '0881-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186576, 1466, '0881-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186577, 1466, '0881-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186578, 1466, '0881-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186579, 1466, '0881-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186580, 1466, '0881-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186581, 1466, '0882-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186582, 1466, '0882-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186583, 1466, '0882-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186584, 1466, '0882-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186585, 1466, '0882-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186586, 1466, '0882-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186587, 1466, '0882-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186588, 1466, '0882-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186589, 1466, '0882-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186590, 1466, '0882-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186591, 1466, '0882-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186592, 1466, '0882-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186593, 1466, '0883-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186594, 1466, '0883-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186595, 1466, '0883-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186596, 1466, '0883-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186597, 1466, '0883-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186598, 1466, '0883-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186599, 1466, '0883-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186600, 1466, '0883-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186601, 1466, '0883-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186602, 1466, '0883-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186603, 1466, '0883-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186604, 1466, '0883-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186605, 1466, '0884-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186606, 1466, '0884-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186607, 1466, '0884-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186608, 1466, '0884-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186609, 1466, '0884-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186610, 1466, '0884-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186611, 1466, '0884-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186612, 1466, '0884-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186613, 1466, '0884-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186614, 1466, '0884-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186615, 1466, '0884-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186616, 1466, '0884-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186617, 1466, '0885-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186618, 1466, '0885-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186619, 1466, '0885-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186620, 1466, '0885-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186621, 1466, '0885-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186622, 1466, '0885-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186623, 1466, '0885-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186624, 1466, '0885-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186625, 1466, '0885-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186626, 1466, '0885-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186627, 1466, '0885-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186628, 1466, '0885-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186629, 1466, '0886-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186630, 1466, '0886-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186631, 1466, '0886-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186632, 1466, '0886-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186633, 1466, '0886-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186634, 1466, '0886-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186635, 1466, '0886-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186636, 1466, '0886-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186637, 1466, '0886-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186638, 1466, '0886-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186639, 1466, '0886-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186640, 1466, '0886-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186641, 1466, '0887-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186642, 1466, '0887-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186643, 1466, '0887-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186644, 1466, '0887-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186645, 1466, '0887-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186646, 1466, '0887-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186647, 1466, '0887-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186648, 1466, '0887-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186649, 1466, '0887-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186650, 1466, '0887-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186651, 1466, '0887-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186652, 1466, '0887-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186653, 1466, '0888-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186654, 1466, '0888-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186655, 1466, '0888-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186656, 1466, '0888-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186657, 1466, '0888-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186658, 1466, '0888-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186659, 1466, '0888-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186660, 1466, '0888-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186661, 1466, '0888-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186662, 1466, '0888-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186663, 1466, '0888-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186664, 1466, '0888-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186665, 1466, '0889-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186666, 1466, '0889-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186667, 1466, '0889-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186668, 1466, '0889-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186669, 1466, '0889-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186670, 1466, '0889-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186671, 1466, '0889-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186672, 1466, '0889-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186673, 1466, '0889-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186674, 1466, '0889-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186675, 1466, '0889-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186676, 1466, '0889-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186677, 1466, '0890-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186678, 1466, '0890-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186679, 1466, '0890-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186680, 1466, '0890-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186681, 1466, '0890-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186682, 1466, '0890-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186683, 1466, '0890-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186684, 1466, '0890-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186685, 1466, '0890-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186686, 1466, '0890-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186687, 1466, '0890-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186688, 1466, '0890-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186689, 1466, '0891-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186690, 1466, '0891-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186691, 1466, '0891-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186692, 1466, '0891-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186693, 1466, '0891-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186694, 1466, '0891-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186695, 1466, '0891-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186696, 1466, '0891-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186697, 1466, '0891-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186698, 1466, '0891-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186699, 1466, '0891-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186700, 1466, '0891-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186701, 1466, '0892-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186702, 1466, '0892-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186703, 1466, '0892-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186704, 1466, '0892-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186705, 1466, '0892-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186706, 1466, '0892-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186707, 1466, '0892-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186708, 1466, '0892-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186709, 1466, '0892-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186710, 1466, '0892-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186711, 1466, '0892-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(186712, 1466, '0892-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186713, 1466, '0893-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186714, 1466, '0893-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186715, 1466, '0893-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186716, 1466, '0893-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186717, 1466, '0893-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186718, 1466, '0893-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186719, 1466, '0893-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186720, 1466, '0893-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186721, 1466, '0893-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186722, 1466, '0893-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186723, 1466, '0893-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186724, 1466, '0893-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186725, 1466, '0894-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186726, 1466, '0894-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186727, 1466, '0894-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186728, 1466, '0894-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186729, 1466, '0894-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186730, 1466, '0894-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186731, 1466, '0894-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186732, 1466, '0894-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186733, 1466, '0894-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186734, 1466, '0894-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186735, 1466, '0894-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186736, 1466, '0894-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186737, 1466, '0895-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186738, 1466, '0895-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186739, 1466, '0895-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186740, 1466, '0895-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186741, 1466, '0895-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186742, 1466, '0895-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186743, 1466, '0895-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186744, 1466, '0895-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186745, 1466, '0895-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186746, 1466, '0895-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186747, 1466, '0895-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186748, 1466, '0895-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186749, 1466, '0896-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186750, 1466, '0896-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186751, 1466, '0896-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186752, 1466, '0896-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186753, 1466, '0896-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186754, 1466, '0896-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186755, 1466, '0896-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186756, 1466, '0896-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186757, 1466, '0896-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186758, 1466, '0896-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186759, 1466, '0896-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186760, 1466, '0896-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186761, 1466, '0897-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186762, 1466, '0897-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186763, 1466, '0897-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186764, 1466, '0897-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186765, 1466, '0897-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186766, 1466, '0897-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186767, 1466, '0897-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186768, 1466, '0897-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186769, 1466, '0897-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186770, 1466, '0897-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186771, 1466, '0897-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186772, 1466, '0897-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186773, 1466, '0898-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186774, 1466, '0898-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186775, 1466, '0898-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186776, 1466, '0898-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186777, 1466, '0898-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186778, 1466, '0898-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186779, 1466, '0898-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186780, 1466, '0898-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186781, 1466, '0898-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186782, 1466, '0898-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186783, 1466, '0898-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186784, 1466, '0898-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186785, 1466, '0899-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186786, 1466, '0899-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186787, 1466, '0899-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186788, 1466, '0899-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186789, 1466, '0899-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186790, 1466, '0899-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186791, 1466, '0899-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186792, 1466, '0899-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186793, 1466, '0899-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186794, 1466, '0899-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186795, 1466, '0899-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186796, 1466, '0899-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186797, 1466, '0900-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186798, 1466, '0900-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186799, 1466, '0900-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186800, 1466, '0900-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186801, 1466, '0900-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186802, 1466, '0900-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186803, 1466, '0900-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186804, 1466, '0900-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186805, 1466, '0900-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186806, 1466, '0900-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186807, 1466, '0900-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186808, 1466, '0900-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186809, 1466, '0901-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186810, 1466, '0901-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186811, 1466, '0901-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186812, 1466, '0901-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186813, 1466, '0901-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186814, 1466, '0901-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186815, 1466, '0901-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186816, 1466, '0901-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186817, 1466, '0901-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186818, 1466, '0901-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186819, 1466, '0901-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186820, 1466, '0901-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186821, 1466, '0902-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186822, 1466, '0902-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186823, 1466, '0902-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186824, 1466, '0902-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186825, 1466, '0902-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186826, 1466, '0902-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186827, 1466, '0902-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186828, 1466, '0902-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186829, 1466, '0902-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186830, 1466, '0902-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186831, 1466, '0902-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186832, 1466, '0902-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186833, 1466, '0903-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186834, 1466, '0903-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186835, 1466, '0903-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186836, 1466, '0903-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186837, 1466, '0903-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186838, 1466, '0903-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186839, 1466, '0903-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186840, 1466, '0903-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186841, 1466, '0903-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186842, 1466, '0903-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186843, 1466, '0903-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186844, 1466, '0903-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186845, 1466, '0904-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186846, 1466, '0904-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186847, 1466, '0904-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186848, 1466, '0904-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186849, 1466, '0904-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186850, 1466, '0904-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186851, 1466, '0904-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186852, 1466, '0904-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186853, 1466, '0904-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186854, 1466, '0904-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186855, 1466, '0904-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186856, 1466, '0904-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186857, 1466, '0905-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186858, 1466, '0905-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186859, 1466, '0905-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186860, 1466, '0905-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186861, 1466, '0905-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186862, 1466, '0905-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186863, 1466, '0905-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186864, 1466, '0905-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186865, 1466, '0905-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186866, 1466, '0905-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186867, 1466, '0905-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186868, 1466, '0905-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186869, 1466, '0906-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186870, 1466, '0906-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186871, 1466, '0906-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186872, 1466, '0906-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186873, 1466, '0906-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186874, 1466, '0906-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186875, 1466, '0906-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186876, 1466, '0906-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186877, 1466, '0906-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186878, 1466, '0906-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186879, 1466, '0906-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186880, 1466, '0906-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186881, 1466, '0907-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186882, 1466, '0907-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186883, 1466, '0907-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186884, 1466, '0907-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186885, 1466, '0907-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:27', '2023-09-17 17:53:27'),
(186886, 1466, '0907-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(186887, 1466, '0907-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(186888, 1466, '0907-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(186889, 1466, '0907-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(186890, 1466, '0907-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(186891, 1466, '0907-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(186892, 1466, '0907-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(186893, 1466, '0908-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(186894, 1466, '0908-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(186895, 1466, '0908-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(186896, 1466, '0908-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(186897, 1466, '0908-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(186898, 1466, '0908-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(186899, 1466, '0908-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(186900, 1466, '0908-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(186901, 1466, '0908-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(186902, 1466, '0908-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(186903, 1466, '0908-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(186904, 1466, '0908-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(186905, 1466, '0909-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(186906, 1466, '0909-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(186907, 1466, '0909-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(186908, 1466, '0909-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(186909, 1466, '0909-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(186910, 1466, '0909-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(186911, 1466, '0909-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(186912, 1466, '0909-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(186913, 1466, '0909-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(186914, 1466, '0909-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(186915, 1466, '0909-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(186916, 1466, '0909-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(186917, 1466, '0910-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(186918, 1466, '0910-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(186919, 1466, '0910-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(186920, 1466, '0910-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(186921, 1466, '0910-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(186922, 1466, '0910-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(186923, 1466, '0910-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(186924, 1466, '0910-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(186925, 1466, '0910-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(186926, 1466, '0910-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(186927, 1466, '0910-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(186928, 1466, '0910-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(186929, 1466, '0911-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(186930, 1466, '0911-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(186931, 1466, '0911-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(186932, 1466, '0911-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(186933, 1466, '0911-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(186934, 1466, '0911-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(186935, 1466, '0911-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(186936, 1466, '0911-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(186937, 1466, '0911-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(186938, 1466, '0911-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(186939, 1466, '0911-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(186940, 1466, '0911-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(186941, 1466, '0912-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(186942, 1466, '0912-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(186943, 1466, '0912-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(186944, 1466, '0912-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(186945, 1466, '0912-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(186946, 1466, '0912-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(186947, 1466, '0912-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(186948, 1466, '0912-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(186949, 1466, '0912-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(186950, 1466, '0912-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(186951, 1466, '0912-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(186952, 1466, '0912-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(186953, 1466, '0913-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(186954, 1466, '0913-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(186955, 1466, '0913-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(186956, 1466, '0913-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(186957, 1466, '0913-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(186958, 1466, '0913-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(186959, 1466, '0913-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(186960, 1466, '0913-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(186961, 1466, '0913-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(186962, 1466, '0913-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(186963, 1466, '0913-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(186964, 1466, '0913-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(186965, 1466, '0914-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(186966, 1466, '0914-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(186967, 1466, '0914-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(186968, 1466, '0914-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(186969, 1466, '0914-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(186970, 1466, '0914-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(186971, 1466, '0914-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(186972, 1466, '0914-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(186973, 1466, '0914-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(186974, 1466, '0914-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(186975, 1466, '0914-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(186976, 1466, '0914-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(186977, 1466, '0915-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(186978, 1466, '0915-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(186979, 1466, '0915-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(186980, 1466, '0915-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(186981, 1466, '0915-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(186982, 1466, '0915-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(186983, 1466, '0915-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(186984, 1466, '0915-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(186985, 1466, '0915-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(186986, 1466, '0915-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(186987, 1466, '0915-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(186988, 1466, '0915-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(186989, 1466, '0916-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(186990, 1466, '0916-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(186991, 1466, '0916-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(186992, 1466, '0916-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(186993, 1466, '0916-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(186994, 1466, '0916-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(186995, 1466, '0916-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(186996, 1466, '0916-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(186997, 1466, '0916-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(186998, 1466, '0916-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(186999, 1466, '0916-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187000, 1466, '0916-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187001, 1466, '0917-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187002, 1466, '0917-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187003, 1466, '0917-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187004, 1466, '0917-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187005, 1466, '0917-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187006, 1466, '0917-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187007, 1466, '0917-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187008, 1466, '0917-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187009, 1466, '0917-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187010, 1466, '0917-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187011, 1466, '0917-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187012, 1466, '0917-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187013, 1466, '0918-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187014, 1466, '0918-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187015, 1466, '0918-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187016, 1466, '0918-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187017, 1466, '0918-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187018, 1466, '0918-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187019, 1466, '0918-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187020, 1466, '0918-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187021, 1466, '0918-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187022, 1466, '0918-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187023, 1466, '0918-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187024, 1466, '0918-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187025, 1466, '0919-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187026, 1466, '0919-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187027, 1466, '0919-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187028, 1466, '0919-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187029, 1466, '0919-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187030, 1466, '0919-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187031, 1466, '0919-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187032, 1466, '0919-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187033, 1466, '0919-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187034, 1466, '0919-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187035, 1466, '0919-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187036, 1466, '0919-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187037, 1466, '0920-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187038, 1466, '0920-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187039, 1466, '0920-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187040, 1466, '0920-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187041, 1466, '0920-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187042, 1466, '0920-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187043, 1466, '0920-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187044, 1466, '0920-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187045, 1466, '0920-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187046, 1466, '0920-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187047, 1466, '0920-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187048, 1466, '0920-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187049, 1466, '0921-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187050, 1466, '0921-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187051, 1466, '0921-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187052, 1466, '0921-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187053, 1466, '0921-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187054, 1466, '0921-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187055, 1466, '0921-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187056, 1466, '0921-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187057, 1466, '0921-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187058, 1466, '0921-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187059, 1466, '0921-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187060, 1466, '0921-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187061, 1466, '0922-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187062, 1466, '0922-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187063, 1466, '0922-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187064, 1466, '0922-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187065, 1466, '0922-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187066, 1466, '0922-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187067, 1466, '0922-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187068, 1466, '0922-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187069, 1466, '0922-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187070, 1466, '0922-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187071, 1466, '0922-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187072, 1466, '0922-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187073, 1466, '0923-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187074, 1466, '0923-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187075, 1466, '0923-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187076, 1466, '0923-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187077, 1466, '0923-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187078, 1466, '0923-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187079, 1466, '0923-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187080, 1466, '0923-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187081, 1466, '0923-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187082, 1466, '0923-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187083, 1466, '0923-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187084, 1466, '0923-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187085, 1466, '0924-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187086, 1466, '0924-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187087, 1466, '0924-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187088, 1466, '0924-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187089, 1466, '0924-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187090, 1466, '0924-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187091, 1466, '0924-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187092, 1466, '0924-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187093, 1466, '0924-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187094, 1466, '0924-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187095, 1466, '0924-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187096, 1466, '0924-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187097, 1466, '0925-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187098, 1466, '0925-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187099, 1466, '0925-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187100, 1466, '0925-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187101, 1466, '0925-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187102, 1466, '0925-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187103, 1466, '0925-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187104, 1466, '0925-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187105, 1466, '0925-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187106, 1466, '0925-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187107, 1466, '0925-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187108, 1466, '0925-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187109, 1466, '0926-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187110, 1466, '0926-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187111, 1466, '0926-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187112, 1466, '0926-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187113, 1466, '0926-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187114, 1466, '0926-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187115, 1466, '0926-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187116, 1466, '0926-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187117, 1466, '0926-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187118, 1466, '0926-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187119, 1466, '0926-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187120, 1466, '0926-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187121, 1466, '0927-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187122, 1466, '0927-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187123, 1466, '0927-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187124, 1466, '0927-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187125, 1466, '0927-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187126, 1466, '0927-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187127, 1466, '0927-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187128, 1466, '0927-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187129, 1466, '0927-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187130, 1466, '0927-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187131, 1466, '0927-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187132, 1466, '0927-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187133, 1466, '0928-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187134, 1466, '0928-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187135, 1466, '0928-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187136, 1466, '0928-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187137, 1466, '0928-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187138, 1466, '0928-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187139, 1466, '0928-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187140, 1466, '0928-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187141, 1466, '0928-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187142, 1466, '0928-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187143, 1466, '0928-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187144, 1466, '0928-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187145, 1466, '0929-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187146, 1466, '0929-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187147, 1466, '0929-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187148, 1466, '0929-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187149, 1466, '0929-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187150, 1466, '0929-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187151, 1466, '0929-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187152, 1466, '0929-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187153, 1466, '0929-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187154, 1466, '0929-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187155, 1466, '0929-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187156, 1466, '0929-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187157, 1466, '0930-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187158, 1466, '0930-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187159, 1466, '0930-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187160, 1466, '0930-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187161, 1466, '0930-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187162, 1466, '0930-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187163, 1466, '0930-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187164, 1466, '0930-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187165, 1466, '0930-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187166, 1466, '0930-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187167, 1466, '0930-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187168, 1466, '0930-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187169, 1466, '0931-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187170, 1466, '0931-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187171, 1466, '0931-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187172, 1466, '0931-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187173, 1466, '0931-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187174, 1466, '0931-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187175, 1466, '0931-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187176, 1466, '0931-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(187177, 1466, '0931-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187178, 1466, '0931-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187179, 1466, '0931-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187180, 1466, '0931-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187181, 1466, '0932-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187182, 1466, '0932-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187183, 1466, '0932-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187184, 1466, '0932-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187185, 1466, '0932-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187186, 1466, '0932-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187187, 1466, '0932-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187188, 1466, '0932-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187189, 1466, '0932-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187190, 1466, '0932-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187191, 1466, '0932-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187192, 1466, '0932-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187193, 1466, '0933-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187194, 1466, '0933-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187195, 1466, '0933-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187196, 1466, '0933-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187197, 1466, '0933-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187198, 1466, '0933-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187199, 1466, '0933-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187200, 1466, '0933-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187201, 1466, '0933-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187202, 1466, '0933-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187203, 1466, '0933-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187204, 1466, '0933-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187205, 1466, '0934-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187206, 1466, '0934-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187207, 1466, '0934-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187208, 1466, '0934-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187209, 1466, '0934-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187210, 1466, '0934-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187211, 1466, '0934-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187212, 1466, '0934-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187213, 1466, '0934-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187214, 1466, '0934-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187215, 1466, '0934-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187216, 1466, '0934-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187217, 1466, '0935-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187218, 1466, '0935-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187219, 1466, '0935-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187220, 1466, '0935-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187221, 1466, '0935-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187222, 1466, '0935-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187223, 1466, '0935-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187224, 1466, '0935-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187225, 1466, '0935-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187226, 1466, '0935-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187227, 1466, '0935-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187228, 1466, '0935-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187229, 1466, '0936-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187230, 1466, '0936-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187231, 1466, '0936-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187232, 1466, '0936-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187233, 1466, '0936-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187234, 1466, '0936-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187235, 1466, '0936-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187236, 1466, '0936-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187237, 1466, '0936-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187238, 1466, '0936-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187239, 1466, '0936-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187240, 1466, '0936-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187241, 1466, '0937-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187242, 1466, '0937-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187243, 1466, '0937-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187244, 1466, '0937-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187245, 1466, '0937-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187246, 1466, '0937-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187247, 1466, '0937-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187248, 1466, '0937-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187249, 1466, '0937-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187250, 1466, '0937-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187251, 1466, '0937-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187252, 1466, '0937-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187253, 1466, '0938-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187254, 1466, '0938-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187255, 1466, '0938-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187256, 1466, '0938-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187257, 1466, '0938-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187258, 1466, '0938-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187259, 1466, '0938-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187260, 1466, '0938-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187261, 1466, '0938-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:28', '2023-09-17 17:53:28'),
(187262, 1466, '0938-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187263, 1466, '0938-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187264, 1466, '0938-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187265, 1466, '0939-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187266, 1466, '0939-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187267, 1466, '0939-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187268, 1466, '0939-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187269, 1466, '0939-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187270, 1466, '0939-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187271, 1466, '0939-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187272, 1466, '0939-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187273, 1466, '0939-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187274, 1466, '0939-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187275, 1466, '0939-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187276, 1466, '0939-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187277, 1466, '0940-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187278, 1466, '0940-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187279, 1466, '0940-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187280, 1466, '0940-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187281, 1466, '0940-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187282, 1466, '0940-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187283, 1466, '0940-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187284, 1466, '0940-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187285, 1466, '0940-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187286, 1466, '0940-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187287, 1466, '0940-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187288, 1466, '0940-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187289, 1466, '0941-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187290, 1466, '0941-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187291, 1466, '0941-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187292, 1466, '0941-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187293, 1466, '0941-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187294, 1466, '0941-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187295, 1466, '0941-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187296, 1466, '0941-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187297, 1466, '0941-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187298, 1466, '0941-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187299, 1466, '0941-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187300, 1466, '0941-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187301, 1466, '0942-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187302, 1466, '0942-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187303, 1466, '0942-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187304, 1466, '0942-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187305, 1466, '0942-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187306, 1466, '0942-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187307, 1466, '0942-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187308, 1466, '0942-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187309, 1466, '0942-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187310, 1466, '0942-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187311, 1466, '0942-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187312, 1466, '0942-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187313, 1466, '0943-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187314, 1466, '0943-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187315, 1466, '0943-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187316, 1466, '0943-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187317, 1466, '0943-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187318, 1466, '0943-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187319, 1466, '0943-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187320, 1466, '0943-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187321, 1466, '0943-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187322, 1466, '0943-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187323, 1466, '0943-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187324, 1466, '0943-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187325, 1466, '0944-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187326, 1466, '0944-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187327, 1466, '0944-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187328, 1466, '0944-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187329, 1466, '0944-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187330, 1466, '0944-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187331, 1466, '0944-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187332, 1466, '0944-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187333, 1466, '0944-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187334, 1466, '0944-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187335, 1466, '0944-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187336, 1466, '0944-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187337, 1466, '0945-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187338, 1466, '0945-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187339, 1466, '0945-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187340, 1466, '0945-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187341, 1466, '0945-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187342, 1466, '0945-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187343, 1466, '0945-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187344, 1466, '0945-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187345, 1466, '0945-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187346, 1466, '0945-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187347, 1466, '0945-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187348, 1466, '0945-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187349, 1466, '0946-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187350, 1466, '0946-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187351, 1466, '0946-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187352, 1466, '0946-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187353, 1466, '0946-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187354, 1466, '0946-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187355, 1466, '0946-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187356, 1466, '0946-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187357, 1466, '0946-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187358, 1466, '0946-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187359, 1466, '0946-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187360, 1466, '0946-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187361, 1466, '0947-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187362, 1466, '0947-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187363, 1466, '0947-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187364, 1466, '0947-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187365, 1466, '0947-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187366, 1466, '0947-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187367, 1466, '0947-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187368, 1466, '0947-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187369, 1466, '0947-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187370, 1466, '0947-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187371, 1466, '0947-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187372, 1466, '0947-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187373, 1466, '0948-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187374, 1466, '0948-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187375, 1466, '0948-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187376, 1466, '0948-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187377, 1466, '0948-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187378, 1466, '0948-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187379, 1466, '0948-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187380, 1466, '0948-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187381, 1466, '0948-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187382, 1466, '0948-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187383, 1466, '0948-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187384, 1466, '0948-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187385, 1466, '0949-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187386, 1466, '0949-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187387, 1466, '0949-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187388, 1466, '0949-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187389, 1466, '0949-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187390, 1466, '0949-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187391, 1466, '0949-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187392, 1466, '0949-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187393, 1466, '0949-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187394, 1466, '0949-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187395, 1466, '0949-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187396, 1466, '0949-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187397, 1466, '0950-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187398, 1466, '0950-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187399, 1466, '0950-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187400, 1466, '0950-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187401, 1466, '0950-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187402, 1466, '0950-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187403, 1466, '0950-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187404, 1466, '0950-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187405, 1466, '0950-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187406, 1466, '0950-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187407, 1466, '0950-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187408, 1466, '0950-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187409, 1466, '0951-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187410, 1466, '0951-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187411, 1466, '0951-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187412, 1466, '0951-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187413, 1466, '0951-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187414, 1466, '0951-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187415, 1466, '0951-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187416, 1466, '0951-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187417, 1466, '0951-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187418, 1466, '0951-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187419, 1466, '0951-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187420, 1466, '0951-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187421, 1466, '0952-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187422, 1466, '0952-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187423, 1466, '0952-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187424, 1466, '0952-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187425, 1466, '0952-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187426, 1466, '0952-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187427, 1466, '0952-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187428, 1466, '0952-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187429, 1466, '0952-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187430, 1466, '0952-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187431, 1466, '0952-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187432, 1466, '0952-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187433, 1466, '0953-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187434, 1466, '0953-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187435, 1466, '0953-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187436, 1466, '0953-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187437, 1466, '0953-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187438, 1466, '0953-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187439, 1466, '0953-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187440, 1466, '0953-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187441, 1466, '0953-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187442, 1466, '0953-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187443, 1466, '0953-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187444, 1466, '0953-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187445, 1466, '0954-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187446, 1466, '0954-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187447, 1466, '0954-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187448, 1466, '0954-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187449, 1466, '0954-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187450, 1466, '0954-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187451, 1466, '0954-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187452, 1466, '0954-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187453, 1466, '0954-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187454, 1466, '0954-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187455, 1466, '0954-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187456, 1466, '0954-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187457, 1466, '0955-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187458, 1466, '0955-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187459, 1466, '0955-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187460, 1466, '0955-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187461, 1466, '0955-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187462, 1466, '0955-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187463, 1466, '0955-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187464, 1466, '0955-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187465, 1466, '0955-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187466, 1466, '0955-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187467, 1466, '0955-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187468, 1466, '0955-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187469, 1466, '0956-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187470, 1466, '0956-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187471, 1466, '0956-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187472, 1466, '0956-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187473, 1466, '0956-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187474, 1466, '0956-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187475, 1466, '0956-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187476, 1466, '0956-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187477, 1466, '0956-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187478, 1466, '0956-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187479, 1466, '0956-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187480, 1466, '0956-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187481, 1466, '0957-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187482, 1466, '0957-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187483, 1466, '0957-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187484, 1466, '0957-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187485, 1466, '0957-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187486, 1466, '0957-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187487, 1466, '0957-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187488, 1466, '0957-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187489, 1466, '0957-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187490, 1466, '0957-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187491, 1466, '0957-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187492, 1466, '0957-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187493, 1466, '0958-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187494, 1466, '0958-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187495, 1466, '0958-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187496, 1466, '0958-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187497, 1466, '0958-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187498, 1466, '0958-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187499, 1466, '0958-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187500, 1466, '0958-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187501, 1466, '0958-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187502, 1466, '0958-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187503, 1466, '0958-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187504, 1466, '0958-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187505, 1466, '0959-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187506, 1466, '0959-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187507, 1466, '0959-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187508, 1466, '0959-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187509, 1466, '0959-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187510, 1466, '0959-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187511, 1466, '0959-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187512, 1466, '0959-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187513, 1466, '0959-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187514, 1466, '0959-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187515, 1466, '0959-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187516, 1466, '0959-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187517, 1466, '0960-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187518, 1466, '0960-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187519, 1466, '0960-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187520, 1466, '0960-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187521, 1466, '0960-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187522, 1466, '0960-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187523, 1466, '0960-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187524, 1466, '0960-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187525, 1466, '0960-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187526, 1466, '0960-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187527, 1466, '0960-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187528, 1466, '0960-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187529, 1466, '0961-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187530, 1466, '0961-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187531, 1466, '0961-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187532, 1466, '0961-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187533, 1466, '0961-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187534, 1466, '0961-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187535, 1466, '0961-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187536, 1466, '0961-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187537, 1466, '0961-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187538, 1466, '0961-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187539, 1466, '0961-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187540, 1466, '0961-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187541, 1466, '0962-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187542, 1466, '0962-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187543, 1466, '0962-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187544, 1466, '0962-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187545, 1466, '0962-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187546, 1466, '0962-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187547, 1466, '0962-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187548, 1466, '0962-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187549, 1466, '0962-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187550, 1466, '0962-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187551, 1466, '0962-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187552, 1466, '0962-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187553, 1466, '0963-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187554, 1466, '0963-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187555, 1466, '0963-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187556, 1466, '0963-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187557, 1466, '0963-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187558, 1466, '0963-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187559, 1466, '0963-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187560, 1466, '0963-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187561, 1466, '0963-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187562, 1466, '0963-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187563, 1466, '0963-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187564, 1466, '0963-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187565, 1466, '0964-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187566, 1466, '0964-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187567, 1466, '0964-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187568, 1466, '0964-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187569, 1466, '0964-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187570, 1466, '0964-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187571, 1466, '0964-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187572, 1466, '0964-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187573, 1466, '0964-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187574, 1466, '0964-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187575, 1466, '0964-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187576, 1466, '0964-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187577, 1466, '0965-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187578, 1466, '0965-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187579, 1466, '0965-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187580, 1466, '0965-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187581, 1466, '0965-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187582, 1466, '0965-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187583, 1466, '0965-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187584, 1466, '0965-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187585, 1466, '0965-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187586, 1466, '0965-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187587, 1466, '0965-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187588, 1466, '0965-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187589, 1466, '0966-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187590, 1466, '0966-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187591, 1466, '0966-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187592, 1466, '0966-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187593, 1466, '0966-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187594, 1466, '0966-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187595, 1466, '0966-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187596, 1466, '0966-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187597, 1466, '0966-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187598, 1466, '0966-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187599, 1466, '0966-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187600, 1466, '0966-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187601, 1466, '0967-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187602, 1466, '0967-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187603, 1466, '0967-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187604, 1466, '0967-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187605, 1466, '0967-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187606, 1466, '0967-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187607, 1466, '0967-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187608, 1466, '0967-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187609, 1466, '0967-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187610, 1466, '0967-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187611, 1466, '0967-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:29', '2023-09-17 17:53:29'),
(187612, 1466, '0967-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187613, 1466, '0968-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187614, 1466, '0968-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187615, 1466, '0968-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187616, 1466, '0968-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187617, 1466, '0968-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187618, 1466, '0968-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187619, 1466, '0968-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187620, 1466, '0968-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187621, 1466, '0968-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187622, 1466, '0968-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187623, 1466, '0968-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187624, 1466, '0968-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187625, 1466, '0969-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187626, 1466, '0969-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187627, 1466, '0969-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187628, 1466, '0969-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187629, 1466, '0969-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187630, 1466, '0969-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187631, 1466, '0969-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187632, 1466, '0969-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187633, 1466, '0969-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187634, 1466, '0969-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187635, 1466, '0969-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187636, 1466, '0969-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187637, 1466, '0970-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187638, 1466, '0970-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187639, 1466, '0970-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187640, 1466, '0970-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187641, 1466, '0970-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(187642, 1466, '0970-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187643, 1466, '0970-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187644, 1466, '0970-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187645, 1466, '0970-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187646, 1466, '0970-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187647, 1466, '0970-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187648, 1466, '0970-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187649, 1466, '0971-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187650, 1466, '0971-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187651, 1466, '0971-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187652, 1466, '0971-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187653, 1466, '0971-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187654, 1466, '0971-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187655, 1466, '0971-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187656, 1466, '0971-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187657, 1466, '0971-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187658, 1466, '0971-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187659, 1466, '0971-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187660, 1466, '0971-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187661, 1466, '0972-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187662, 1466, '0972-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187663, 1466, '0972-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187664, 1466, '0972-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187665, 1466, '0972-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187666, 1466, '0972-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187667, 1466, '0972-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187668, 1466, '0972-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187669, 1466, '0972-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187670, 1466, '0972-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187671, 1466, '0972-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187672, 1466, '0972-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187673, 1466, '0973-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187674, 1466, '0973-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187675, 1466, '0973-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187676, 1466, '0973-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187677, 1466, '0973-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187678, 1466, '0973-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187679, 1466, '0973-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187680, 1466, '0973-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187681, 1466, '0973-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187682, 1466, '0973-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187683, 1466, '0973-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187684, 1466, '0973-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187685, 1466, '0974-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187686, 1466, '0974-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187687, 1466, '0974-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187688, 1466, '0974-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187689, 1466, '0974-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187690, 1466, '0974-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187691, 1466, '0974-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187692, 1466, '0974-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187693, 1466, '0974-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187694, 1466, '0974-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187695, 1466, '0974-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187696, 1466, '0974-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187697, 1466, '0975-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187698, 1466, '0975-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187699, 1466, '0975-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187700, 1466, '0975-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187701, 1466, '0975-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187702, 1466, '0975-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187703, 1466, '0975-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187704, 1466, '0975-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187705, 1466, '0975-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187706, 1466, '0975-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187707, 1466, '0975-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187708, 1466, '0975-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187709, 1466, '0976-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187710, 1466, '0976-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187711, 1466, '0976-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187712, 1466, '0976-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187713, 1466, '0976-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187714, 1466, '0976-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187715, 1466, '0976-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187716, 1466, '0976-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187717, 1466, '0976-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187718, 1466, '0976-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187719, 1466, '0976-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187720, 1466, '0976-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187721, 1466, '0977-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187722, 1466, '0977-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187723, 1466, '0977-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187724, 1466, '0977-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187725, 1466, '0977-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187726, 1466, '0977-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187727, 1466, '0977-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187728, 1466, '0977-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187729, 1466, '0977-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187730, 1466, '0977-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187731, 1466, '0977-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187732, 1466, '0977-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187733, 1466, '0978-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187734, 1466, '0978-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187735, 1466, '0978-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187736, 1466, '0978-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187737, 1466, '0978-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187738, 1466, '0978-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187739, 1466, '0978-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187740, 1466, '0978-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187741, 1466, '0978-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187742, 1466, '0978-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187743, 1466, '0978-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187744, 1466, '0978-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187745, 1466, '0979-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187746, 1466, '0979-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187747, 1466, '0979-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187748, 1466, '0979-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187749, 1466, '0979-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187750, 1466, '0979-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187751, 1466, '0979-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187752, 1466, '0979-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187753, 1466, '0979-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187754, 1466, '0979-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187755, 1466, '0979-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187756, 1466, '0979-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187757, 1466, '0980-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187758, 1466, '0980-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187759, 1466, '0980-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187760, 1466, '0980-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187761, 1466, '0980-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187762, 1466, '0980-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187763, 1466, '0980-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187764, 1466, '0980-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187765, 1466, '0980-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187766, 1466, '0980-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187767, 1466, '0980-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187768, 1466, '0980-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187769, 1466, '0981-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187770, 1466, '0981-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187771, 1466, '0981-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187772, 1466, '0981-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187773, 1466, '0981-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187774, 1466, '0981-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187775, 1466, '0981-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187776, 1466, '0981-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187777, 1466, '0981-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187778, 1466, '0981-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187779, 1466, '0981-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187780, 1466, '0981-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187781, 1466, '0982-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187782, 1466, '0982-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187783, 1466, '0982-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187784, 1466, '0982-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187785, 1466, '0982-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187786, 1466, '0982-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187787, 1466, '0982-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187788, 1466, '0982-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187789, 1466, '0982-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187790, 1466, '0982-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187791, 1466, '0982-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187792, 1466, '0982-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187793, 1466, '0983-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187794, 1466, '0983-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187795, 1466, '0983-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187796, 1466, '0983-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187797, 1466, '0983-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187798, 1466, '0983-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187799, 1466, '0983-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187800, 1466, '0983-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187801, 1466, '0983-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187802, 1466, '0983-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187803, 1466, '0983-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187804, 1466, '0983-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187805, 1466, '0984-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187806, 1466, '0984-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187807, 1466, '0984-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187808, 1466, '0984-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187809, 1466, '0984-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187810, 1466, '0984-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187811, 1466, '0984-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187812, 1466, '0984-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187813, 1466, '0984-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187814, 1466, '0984-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187815, 1466, '0984-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187816, 1466, '0984-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187817, 1466, '0985-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187818, 1466, '0985-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187819, 1466, '0985-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187820, 1466, '0985-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187821, 1466, '0985-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187822, 1466, '0985-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187823, 1466, '0985-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187824, 1466, '0985-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187825, 1466, '0985-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187826, 1466, '0985-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187827, 1466, '0985-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187828, 1466, '0985-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187829, 1466, '0986-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187830, 1466, '0986-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187831, 1466, '0986-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187832, 1466, '0986-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187833, 1466, '0986-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187834, 1466, '0986-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187835, 1466, '0986-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187836, 1466, '0986-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187837, 1466, '0986-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187838, 1466, '0986-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187839, 1466, '0986-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187840, 1466, '0986-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187841, 1466, '0987-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187842, 1466, '0987-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187843, 1466, '0987-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187844, 1466, '0987-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187845, 1466, '0987-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187846, 1466, '0987-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187847, 1466, '0987-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187848, 1466, '0987-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187849, 1466, '0987-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187850, 1466, '0987-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187851, 1466, '0987-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187852, 1466, '0987-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187853, 1466, '0988-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187854, 1466, '0988-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187855, 1466, '0988-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187856, 1466, '0988-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187857, 1466, '0988-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187858, 1466, '0988-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187859, 1466, '0988-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187860, 1466, '0988-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187861, 1466, '0988-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187862, 1466, '0988-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187863, 1466, '0988-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187864, 1466, '0988-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187865, 1466, '0989-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187866, 1466, '0989-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187867, 1466, '0989-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187868, 1466, '0989-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187869, 1466, '0989-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187870, 1466, '0989-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187871, 1466, '0989-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187872, 1466, '0989-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187873, 1466, '0989-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187874, 1466, '0989-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187875, 1466, '0989-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187876, 1466, '0989-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187877, 1466, '0990-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187878, 1466, '0990-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187879, 1466, '0990-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187880, 1466, '0990-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187881, 1466, '0990-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187882, 1466, '0990-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187883, 1466, '0990-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187884, 1466, '0990-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187885, 1466, '0990-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187886, 1466, '0990-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187887, 1466, '0990-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187888, 1466, '0990-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187889, 1466, '0991-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187890, 1466, '0991-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187891, 1466, '0991-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187892, 1466, '0991-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187893, 1466, '0991-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187894, 1466, '0991-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187895, 1466, '0991-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187896, 1466, '0991-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187897, 1466, '0991-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187898, 1466, '0991-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187899, 1466, '0991-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187900, 1466, '0991-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187901, 1466, '0992-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187902, 1466, '0992-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187903, 1466, '0992-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187904, 1466, '0992-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187905, 1466, '0992-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187906, 1466, '0992-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187907, 1466, '0992-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187908, 1466, '0992-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187909, 1466, '0992-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187910, 1466, '0992-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187911, 1466, '0992-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187912, 1466, '0992-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187913, 1466, '0993-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187914, 1466, '0993-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187915, 1466, '0993-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187916, 1466, '0993-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187917, 1466, '0993-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187918, 1466, '0993-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187919, 1466, '0993-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187920, 1466, '0993-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187921, 1466, '0993-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187922, 1466, '0993-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187923, 1466, '0993-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187924, 1466, '0993-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187925, 1466, '0994-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187926, 1466, '0994-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187927, 1466, '0994-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187928, 1466, '0994-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187929, 1466, '0994-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187930, 1466, '0994-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187931, 1466, '0994-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187932, 1466, '0994-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187933, 1466, '0994-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187934, 1466, '0994-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187935, 1466, '0994-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187936, 1466, '0994-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187937, 1466, '0995-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187938, 1466, '0995-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187939, 1466, '0995-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187940, 1466, '0995-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187941, 1466, '0995-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187942, 1466, '0995-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187943, 1466, '0995-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187944, 1466, '0995-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187945, 1466, '0995-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187946, 1466, '0995-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187947, 1466, '0995-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187948, 1466, '0995-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187949, 1466, '0996-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187950, 1466, '0996-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187951, 1466, '0996-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187952, 1466, '0996-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187953, 1466, '0996-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187954, 1466, '0996-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187955, 1466, '0996-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187956, 1466, '0996-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187957, 1466, '0996-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187958, 1466, '0996-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187959, 1466, '0996-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187960, 1466, '0996-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187961, 1466, '0997-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187962, 1466, '0997-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187963, 1466, '0997-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187964, 1466, '0997-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187965, 1466, '0997-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187966, 1466, '0997-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187967, 1466, '0997-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187968, 1466, '0997-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187969, 1466, '0997-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187970, 1466, '0997-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187971, 1466, '0997-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187972, 1466, '0997-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187973, 1466, '0998-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187974, 1466, '0998-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187975, 1466, '0998-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187976, 1466, '0998-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187977, 1466, '0998-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187978, 1466, '0998-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187979, 1466, '0998-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187980, 1466, '0998-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187981, 1466, '0998-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187982, 1466, '0998-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187983, 1466, '0998-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:30', '2023-09-17 17:53:30'),
(187984, 1466, '0998-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(187985, 1466, '0999-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(187986, 1466, '0999-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(187987, 1466, '0999-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(187988, 1466, '0999-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(187989, 1466, '0999-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(187990, 1466, '0999-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(187991, 1466, '0999-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(187992, 1466, '0999-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(187993, 1466, '0999-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(187994, 1466, '0999-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(187995, 1466, '0999-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(187996, 1466, '0999-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(187997, 1466, '1000-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(187998, 1466, '1000-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(187999, 1466, '1000-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188000, 1466, '1000-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188001, 1466, '1000-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188002, 1466, '1000-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188003, 1466, '1000-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188004, 1466, '1000-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188005, 1466, '1000-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188006, 1466, '1000-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188007, 1466, '1000-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188008, 1466, '1000-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188009, 1466, '1001-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188010, 1466, '1001-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188011, 1466, '1001-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188012, 1466, '1001-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188013, 1466, '1001-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188014, 1466, '1001-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188015, 1466, '1001-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188016, 1466, '1001-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188017, 1466, '1001-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188018, 1466, '1001-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188019, 1466, '1001-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188020, 1466, '1001-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188021, 1466, '1002-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188022, 1466, '1002-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188023, 1466, '1002-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188024, 1466, '1002-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188025, 1466, '1002-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188026, 1466, '1002-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188027, 1466, '1002-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188028, 1466, '1002-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188029, 1466, '1002-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188030, 1466, '1002-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188031, 1466, '1002-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188032, 1466, '1002-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188033, 1466, '1003-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188034, 1466, '1003-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188035, 1466, '1003-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188036, 1466, '1003-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188037, 1466, '1003-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188038, 1466, '1003-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188039, 1466, '1003-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188040, 1466, '1003-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188041, 1466, '1003-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188042, 1466, '1003-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188043, 1466, '1003-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188044, 1466, '1003-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188045, 1466, '1004-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188046, 1466, '1004-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188047, 1466, '1004-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188048, 1466, '1004-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188049, 1466, '1004-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188050, 1466, '1004-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188051, 1466, '1004-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188052, 1466, '1004-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188053, 1466, '1004-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188054, 1466, '1004-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188055, 1466, '1004-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188056, 1466, '1004-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188057, 1466, '1005-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188058, 1466, '1005-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188059, 1466, '1005-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188060, 1466, '1005-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188061, 1466, '1005-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188062, 1466, '1005-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188063, 1466, '1005-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188064, 1466, '1005-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188065, 1466, '1005-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188066, 1466, '1005-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188067, 1466, '1005-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188068, 1466, '1005-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188069, 1466, '1006-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188070, 1466, '1006-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188071, 1466, '1006-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188072, 1466, '1006-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188073, 1466, '1006-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188074, 1466, '1006-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188075, 1466, '1006-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188076, 1466, '1006-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188077, 1466, '1006-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188078, 1466, '1006-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188079, 1466, '1006-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188080, 1466, '1006-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188081, 1466, '1007-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188082, 1466, '1007-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188083, 1466, '1007-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188084, 1466, '1007-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188085, 1466, '1007-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188086, 1466, '1007-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188087, 1466, '1007-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188088, 1466, '1007-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188089, 1466, '1007-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188090, 1466, '1007-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188091, 1466, '1007-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188092, 1466, '1007-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188093, 1466, '1008-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188094, 1466, '1008-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188095, 1466, '1008-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188096, 1466, '1008-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188097, 1466, '1008-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188098, 1466, '1008-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188099, 1466, '1008-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188100, 1466, '1008-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188101, 1466, '1008-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188102, 1466, '1008-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188103, 1466, '1008-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188104, 1466, '1008-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188105, 1466, '1009-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188106, 1466, '1009-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(188107, 1466, '1009-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188108, 1466, '1009-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188109, 1466, '1009-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188110, 1466, '1009-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188111, 1466, '1009-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188112, 1466, '1009-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188113, 1466, '1009-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188114, 1466, '1009-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188115, 1466, '1009-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188116, 1466, '1009-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188117, 1466, '1010-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188118, 1466, '1010-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188119, 1466, '1010-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188120, 1466, '1010-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188121, 1466, '1010-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188122, 1466, '1010-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188123, 1466, '1010-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188124, 1466, '1010-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188125, 1466, '1010-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188126, 1466, '1010-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188127, 1466, '1010-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188128, 1466, '1010-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188129, 1466, '1011-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188130, 1466, '1011-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188131, 1466, '1011-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188132, 1466, '1011-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188133, 1466, '1011-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188134, 1466, '1011-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188135, 1466, '1011-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188136, 1466, '1011-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188137, 1466, '1011-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188138, 1466, '1011-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188139, 1466, '1011-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188140, 1466, '1011-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188141, 1466, '1012-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188142, 1466, '1012-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188143, 1466, '1012-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188144, 1466, '1012-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188145, 1466, '1012-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188146, 1466, '1012-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188147, 1466, '1012-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188148, 1466, '1012-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188149, 1466, '1012-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188150, 1466, '1012-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188151, 1466, '1012-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188152, 1466, '1012-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188153, 1466, '1013-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188154, 1466, '1013-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188155, 1466, '1013-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188156, 1466, '1013-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188157, 1466, '1013-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188158, 1466, '1013-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188159, 1466, '1013-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188160, 1466, '1013-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188161, 1466, '1013-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188162, 1466, '1013-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188163, 1466, '1013-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188164, 1466, '1013-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188165, 1466, '1014-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188166, 1466, '1014-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188167, 1466, '1014-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188168, 1466, '1014-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188169, 1466, '1014-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188170, 1466, '1014-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188171, 1466, '1014-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188172, 1466, '1014-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188173, 1466, '1014-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188174, 1466, '1014-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188175, 1466, '1014-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188176, 1466, '1014-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188177, 1466, '1015-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188178, 1466, '1015-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188179, 1466, '1015-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188180, 1466, '1015-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188181, 1466, '1015-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188182, 1466, '1015-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188183, 1466, '1015-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188184, 1466, '1015-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188185, 1466, '1015-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188186, 1466, '1015-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188187, 1466, '1015-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188188, 1466, '1015-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188189, 1466, '1016-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188190, 1466, '1016-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188191, 1466, '1016-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188192, 1466, '1016-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188193, 1466, '1016-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188194, 1466, '1016-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188195, 1466, '1016-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188196, 1466, '1016-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188197, 1466, '1016-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188198, 1466, '1016-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188199, 1466, '1016-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188200, 1466, '1016-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188201, 1466, '1017-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188202, 1466, '1017-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188203, 1466, '1017-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188204, 1466, '1017-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188205, 1466, '1017-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188206, 1466, '1017-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188207, 1466, '1017-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188208, 1466, '1017-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188209, 1466, '1017-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188210, 1466, '1017-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188211, 1466, '1017-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188212, 1466, '1017-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188213, 1466, '1018-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188214, 1466, '1018-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188215, 1466, '1018-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188216, 1466, '1018-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188217, 1466, '1018-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188218, 1466, '1018-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188219, 1466, '1018-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188220, 1466, '1018-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188221, 1466, '1018-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188222, 1466, '1018-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188223, 1466, '1018-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188224, 1466, '1018-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188225, 1466, '1019-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188226, 1466, '1019-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188227, 1466, '1019-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188228, 1466, '1019-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188229, 1466, '1019-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188230, 1466, '1019-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188231, 1466, '1019-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188232, 1466, '1019-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188233, 1466, '1019-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188234, 1466, '1019-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188235, 1466, '1019-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188236, 1466, '1019-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188237, 1466, '1020-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188238, 1466, '1020-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188239, 1466, '1020-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188240, 1466, '1020-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188241, 1466, '1020-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188242, 1466, '1020-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188243, 1466, '1020-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188244, 1466, '1020-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188245, 1466, '1020-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188246, 1466, '1020-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188247, 1466, '1020-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188248, 1466, '1020-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188249, 1466, '1021-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188250, 1466, '1021-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188251, 1466, '1021-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188252, 1466, '1021-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188253, 1466, '1021-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188254, 1466, '1021-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188255, 1466, '1021-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188256, 1466, '1021-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188257, 1466, '1021-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188258, 1466, '1021-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188259, 1466, '1021-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188260, 1466, '1021-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188261, 1466, '1022-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188262, 1466, '1022-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188263, 1466, '1022-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188264, 1466, '1022-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188265, 1466, '1022-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188266, 1466, '1022-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188267, 1466, '1022-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188268, 1466, '1022-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188269, 1466, '1022-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188270, 1466, '1022-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188271, 1466, '1022-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188272, 1466, '1022-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188273, 1466, '1023-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188274, 1466, '1023-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:31', '2023-09-17 17:53:31'),
(188275, 1466, '1023-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:32', '2023-09-17 17:53:32'),
(188276, 1466, '1023-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:32', '2023-09-17 17:53:32'),
(188277, 1466, '1023-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:32', '2023-09-17 17:53:32'),
(188278, 1466, '1023-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:32', '2023-09-17 17:53:32'),
(188279, 1466, '1023-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:32', '2023-09-17 17:53:32'),
(188280, 1466, '1023-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:35', '2023-09-17 17:53:35'),
(188281, 1466, '1023-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:35', '2023-09-17 17:53:35'),
(188282, 1466, '1023-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:35', '2023-09-17 17:53:35'),
(188283, 1466, '1023-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:35', '2023-09-17 17:53:35'),
(188284, 1466, '1023-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:35', '2023-09-17 17:53:35'),
(188285, 1466, '1024-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:35', '2023-09-17 17:53:35'),
(188286, 1466, '1024-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:35', '2023-09-17 17:53:35'),
(188287, 1466, '1024-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:35', '2023-09-17 17:53:35'),
(188288, 1466, '1024-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:35', '2023-09-17 17:53:35'),
(188289, 1466, '1024-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:35', '2023-09-17 17:53:35'),
(188290, 1466, '1024-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:35', '2023-09-17 17:53:35'),
(188291, 1466, '1024-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:36', '2023-09-17 17:53:36'),
(188292, 1466, '1024-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:36', '2023-09-17 17:53:36'),
(188293, 1466, '1024-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:36', '2023-09-17 17:53:36'),
(188294, 1466, '1024-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:36', '2023-09-17 17:53:36'),
(188295, 1466, '1024-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:36', '2023-09-17 17:53:36'),
(188296, 1466, '1024-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:36', '2023-09-17 17:53:36'),
(188297, 1466, '1025-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:36', '2023-09-17 17:53:36'),
(188298, 1466, '1025-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:36', '2023-09-17 17:53:36'),
(188299, 1466, '1025-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:36', '2023-09-17 17:53:36'),
(188300, 1466, '1025-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:36', '2023-09-17 17:53:36'),
(188301, 1466, '1025-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:37', '2023-09-17 17:53:37'),
(188302, 1466, '1025-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:37', '2023-09-17 17:53:37'),
(188303, 1466, '1025-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:37', '2023-09-17 17:53:37'),
(188304, 1466, '1025-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:37', '2023-09-17 17:53:37'),
(188305, 1466, '1025-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:37', '2023-09-17 17:53:37'),
(188306, 1466, '1025-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:37', '2023-09-17 17:53:37'),
(188307, 1466, '1025-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:37', '2023-09-17 17:53:37'),
(188308, 1466, '1025-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:37', '2023-09-17 17:53:37'),
(188309, 1466, '1026-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:37', '2023-09-17 17:53:37'),
(188310, 1466, '1026-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:37', '2023-09-17 17:53:37'),
(188311, 1466, '1026-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:37', '2023-09-17 17:53:37'),
(188312, 1466, '1026-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:37', '2023-09-17 17:53:37'),
(188313, 1466, '1026-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:37', '2023-09-17 17:53:37'),
(188314, 1466, '1026-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:37', '2023-09-17 17:53:37'),
(188315, 1466, '1026-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:37', '2023-09-17 17:53:37'),
(188316, 1466, '1026-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:37', '2023-09-17 17:53:37'),
(188317, 1466, '1026-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:37', '2023-09-17 17:53:37'),
(188318, 1466, '1026-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:37', '2023-09-17 17:53:37'),
(188319, 1466, '1026-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:37', '2023-09-17 17:53:37'),
(188320, 1466, '1026-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:37', '2023-09-17 17:53:37'),
(188321, 1466, '1027-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:37', '2023-09-17 17:53:37'),
(188322, 1466, '1027-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:37', '2023-09-17 17:53:37'),
(188323, 1466, '1027-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:37', '2023-09-17 17:53:37'),
(188324, 1466, '1027-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:37', '2023-09-17 17:53:37'),
(188325, 1466, '1027-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:37', '2023-09-17 17:53:37'),
(188326, 1466, '1027-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:37', '2023-09-17 17:53:37'),
(188327, 1466, '1027-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:37', '2023-09-17 17:53:37'),
(188328, 1466, '1027-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:37', '2023-09-17 17:53:37'),
(188329, 1466, '1027-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:37', '2023-09-17 17:53:37'),
(188330, 1466, '1027-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:37', '2023-09-17 17:53:37'),
(188331, 1466, '1027-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:37', '2023-09-17 17:53:37'),
(188332, 1466, '1027-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:37', '2023-09-17 17:53:37'),
(188333, 1466, '1028-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:37', '2023-09-17 17:53:37'),
(188334, 1466, '1028-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:37', '2023-09-17 17:53:37'),
(188335, 1466, '1028-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:37', '2023-09-17 17:53:37'),
(188336, 1466, '1028-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:37', '2023-09-17 17:53:37'),
(188337, 1466, '1028-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:37', '2023-09-17 17:53:37'),
(188338, 1466, '1028-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:37', '2023-09-17 17:53:37'),
(188339, 1466, '1028-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:37', '2023-09-17 17:53:37'),
(188340, 1466, '1028-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:37', '2023-09-17 17:53:37'),
(188341, 1466, '1028-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:37', '2023-09-17 17:53:37'),
(188342, 1466, '1028-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:37', '2023-09-17 17:53:37'),
(188343, 1466, '1028-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:37', '2023-09-17 17:53:37'),
(188344, 1466, '1028-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:37', '2023-09-17 17:53:37'),
(188345, 1466, '1029-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:37', '2023-09-17 17:53:37'),
(188346, 1466, '1029-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:37', '2023-09-17 17:53:37'),
(188347, 1466, '1029-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:37', '2023-09-17 17:53:37'),
(188348, 1466, '1029-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:37', '2023-09-17 17:53:37'),
(188349, 1466, '1029-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:37', '2023-09-17 17:53:37'),
(188350, 1466, '1029-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:37', '2023-09-17 17:53:37'),
(188351, 1466, '1029-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:37', '2023-09-17 17:53:37'),
(188352, 1466, '1029-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:37', '2023-09-17 17:53:37'),
(188353, 1466, '1029-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:37', '2023-09-17 17:53:37'),
(188354, 1466, '1029-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:37', '2023-09-17 17:53:37'),
(188355, 1466, '1029-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:37', '2023-09-17 17:53:37'),
(188356, 1466, '1029-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:37', '2023-09-17 17:53:37'),
(188357, 1466, '1030-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:37', '2023-09-17 17:53:37'),
(188358, 1466, '1030-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:37', '2023-09-17 17:53:37'),
(188359, 1466, '1030-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:37', '2023-09-17 17:53:37'),
(188360, 1466, '1030-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:37', '2023-09-17 17:53:37'),
(188361, 1466, '1030-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:37', '2023-09-17 17:53:37'),
(188362, 1466, '1030-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:37', '2023-09-17 17:53:37'),
(188363, 1466, '1030-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:37', '2023-09-17 17:53:37'),
(188364, 1466, '1030-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:37', '2023-09-17 17:53:37'),
(188365, 1466, '1030-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:37', '2023-09-17 17:53:37'),
(188366, 1466, '1030-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:37', '2023-09-17 17:53:37'),
(188367, 1466, '1030-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:37', '2023-09-17 17:53:37'),
(188368, 1466, '1030-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:37', '2023-09-17 17:53:37'),
(188369, 1466, '1031-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:37', '2023-09-17 17:53:37'),
(188370, 1466, '1031-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:37', '2023-09-17 17:53:37'),
(188371, 1466, '1031-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:37', '2023-09-17 17:53:37'),
(188372, 1466, '1031-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:37', '2023-09-17 17:53:37'),
(188373, 1466, '1031-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:37', '2023-09-17 17:53:37'),
(188374, 1466, '1031-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:37', '2023-09-17 17:53:37'),
(188375, 1466, '1031-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:37', '2023-09-17 17:53:37'),
(188376, 1466, '1031-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:37', '2023-09-17 17:53:37'),
(188377, 1466, '1031-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:37', '2023-09-17 17:53:37'),
(188378, 1466, '1031-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:37', '2023-09-17 17:53:37'),
(188379, 1466, '1031-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:37', '2023-09-17 17:53:37'),
(188380, 1466, '1031-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:37', '2023-09-17 17:53:37'),
(188381, 1466, '1032-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:37', '2023-09-17 17:53:37'),
(188382, 1466, '1032-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:37', '2023-09-17 17:53:37'),
(188383, 1466, '1032-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:37', '2023-09-17 17:53:37'),
(188384, 1466, '1032-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:37', '2023-09-17 17:53:37'),
(188385, 1466, '1032-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:37', '2023-09-17 17:53:37'),
(188386, 1466, '1032-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:37', '2023-09-17 17:53:37'),
(188387, 1466, '1032-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:37', '2023-09-17 17:53:37'),
(188388, 1466, '1032-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:37', '2023-09-17 17:53:37'),
(188389, 1466, '1032-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:37', '2023-09-17 17:53:37'),
(188390, 1466, '1032-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:37', '2023-09-17 17:53:37'),
(188391, 1466, '1032-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:37', '2023-09-17 17:53:37'),
(188392, 1466, '1032-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:37', '2023-09-17 17:53:37'),
(188393, 1466, '1033-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:37', '2023-09-17 17:53:37'),
(188394, 1466, '1033-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:37', '2023-09-17 17:53:37'),
(188395, 1466, '1033-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:37', '2023-09-17 17:53:37'),
(188396, 1466, '1033-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:37', '2023-09-17 17:53:37'),
(188397, 1466, '1033-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:37', '2023-09-17 17:53:37'),
(188398, 1466, '1033-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:37', '2023-09-17 17:53:37'),
(188399, 1466, '1033-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:37', '2023-09-17 17:53:37'),
(188400, 1466, '1033-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:37', '2023-09-17 17:53:37'),
(188401, 1466, '1033-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:37', '2023-09-17 17:53:37'),
(188402, 1466, '1033-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:37', '2023-09-17 17:53:37'),
(188403, 1466, '1033-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:37', '2023-09-17 17:53:37'),
(188404, 1466, '1033-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:37', '2023-09-17 17:53:37'),
(188405, 1466, '1034-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:37', '2023-09-17 17:53:37'),
(188406, 1466, '1034-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:37', '2023-09-17 17:53:37'),
(188407, 1466, '1034-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:37', '2023-09-17 17:53:37'),
(188408, 1466, '1034-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:37', '2023-09-17 17:53:37'),
(188409, 1466, '1034-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:37', '2023-09-17 17:53:37'),
(188410, 1466, '1034-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:37', '2023-09-17 17:53:37'),
(188411, 1466, '1034-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:37', '2023-09-17 17:53:37'),
(188412, 1466, '1034-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:37', '2023-09-17 17:53:37'),
(188413, 1466, '1034-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:37', '2023-09-17 17:53:37'),
(188414, 1466, '1034-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:37', '2023-09-17 17:53:37'),
(188415, 1466, '1034-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:37', '2023-09-17 17:53:37'),
(188416, 1466, '1034-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:37', '2023-09-17 17:53:37'),
(188417, 1466, '1035-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:37', '2023-09-17 17:53:37'),
(188418, 1466, '1035-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:37', '2023-09-17 17:53:37'),
(188419, 1466, '1035-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:37', '2023-09-17 17:53:37'),
(188420, 1466, '1035-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:37', '2023-09-17 17:53:37'),
(188421, 1466, '1035-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:37', '2023-09-17 17:53:37'),
(188422, 1466, '1035-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:37', '2023-09-17 17:53:37'),
(188423, 1466, '1035-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:37', '2023-09-17 17:53:37'),
(188424, 1466, '1035-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:37', '2023-09-17 17:53:37'),
(188425, 1466, '1035-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:37', '2023-09-17 17:53:37'),
(188426, 1466, '1035-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:37', '2023-09-17 17:53:37'),
(188427, 1466, '1035-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:37', '2023-09-17 17:53:37'),
(188428, 1466, '1035-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:37', '2023-09-17 17:53:37'),
(188429, 1466, '1036-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:37', '2023-09-17 17:53:37'),
(188430, 1466, '1036-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:37', '2023-09-17 17:53:37'),
(188431, 1466, '1036-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:37', '2023-09-17 17:53:37'),
(188432, 1466, '1036-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:37', '2023-09-17 17:53:37'),
(188433, 1466, '1036-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:37', '2023-09-17 17:53:37'),
(188434, 1466, '1036-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:37', '2023-09-17 17:53:37'),
(188435, 1466, '1036-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:37', '2023-09-17 17:53:37'),
(188436, 1466, '1036-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:37', '2023-09-17 17:53:37'),
(188437, 1466, '1036-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:37', '2023-09-17 17:53:37'),
(188438, 1466, '1036-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:37', '2023-09-17 17:53:37'),
(188439, 1466, '1036-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:37', '2023-09-17 17:53:37'),
(188440, 1466, '1036-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:37', '2023-09-17 17:53:37'),
(188441, 1466, '1037-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:37', '2023-09-17 17:53:37'),
(188442, 1466, '1037-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:37', '2023-09-17 17:53:37'),
(188443, 1466, '1037-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:37', '2023-09-17 17:53:37'),
(188444, 1466, '1037-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:37', '2023-09-17 17:53:37'),
(188445, 1466, '1037-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:37', '2023-09-17 17:53:37'),
(188446, 1466, '1037-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:37', '2023-09-17 17:53:37'),
(188447, 1466, '1037-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:37', '2023-09-17 17:53:37'),
(188448, 1466, '1037-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:37', '2023-09-17 17:53:37'),
(188449, 1466, '1037-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:37', '2023-09-17 17:53:37'),
(188450, 1466, '1037-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:37', '2023-09-17 17:53:37'),
(188451, 1466, '1037-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:37', '2023-09-17 17:53:37'),
(188452, 1466, '1037-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:37', '2023-09-17 17:53:37'),
(188453, 1466, '1038-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:37', '2023-09-17 17:53:37'),
(188454, 1466, '1038-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:37', '2023-09-17 17:53:37'),
(188455, 1466, '1038-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:37', '2023-09-17 17:53:37'),
(188456, 1466, '1038-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:37', '2023-09-17 17:53:37'),
(188457, 1466, '1038-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:37', '2023-09-17 17:53:37'),
(188458, 1466, '1038-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:37', '2023-09-17 17:53:37'),
(188459, 1466, '1038-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:37', '2023-09-17 17:53:37'),
(188460, 1466, '1038-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:37', '2023-09-17 17:53:37'),
(188461, 1466, '1038-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:37', '2023-09-17 17:53:37'),
(188462, 1466, '1038-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:37', '2023-09-17 17:53:37'),
(188463, 1466, '1038-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:37', '2023-09-17 17:53:37'),
(188464, 1466, '1038-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:37', '2023-09-17 17:53:37'),
(188465, 1466, '1039-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:37', '2023-09-17 17:53:37'),
(188466, 1466, '1039-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:37', '2023-09-17 17:53:37'),
(188467, 1466, '1039-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:37', '2023-09-17 17:53:37'),
(188468, 1466, '1039-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:37', '2023-09-17 17:53:37'),
(188469, 1466, '1039-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:37', '2023-09-17 17:53:37'),
(188470, 1466, '1039-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:37', '2023-09-17 17:53:37'),
(188471, 1466, '1039-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188472, 1466, '1039-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188473, 1466, '1039-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188474, 1466, '1039-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188475, 1466, '1039-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188476, 1466, '1039-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188477, 1466, '1040-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188478, 1466, '1040-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188479, 1466, '1040-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188480, 1466, '1040-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188481, 1466, '1040-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188482, 1466, '1040-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188483, 1466, '1040-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188484, 1466, '1040-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188485, 1466, '1040-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188486, 1466, '1040-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188487, 1466, '1040-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188488, 1466, '1040-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188489, 1466, '1041-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188490, 1466, '1041-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188491, 1466, '1041-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188492, 1466, '1041-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188493, 1466, '1041-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188494, 1466, '1041-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188495, 1466, '1041-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188496, 1466, '1041-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188497, 1466, '1041-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188498, 1466, '1041-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188499, 1466, '1041-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188500, 1466, '1041-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188501, 1466, '1042-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188502, 1466, '1042-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188503, 1466, '1042-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188504, 1466, '1042-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188505, 1466, '1042-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188506, 1466, '1042-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188507, 1466, '1042-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188508, 1466, '1042-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188509, 1466, '1042-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188510, 1466, '1042-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188511, 1466, '1042-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188512, 1466, '1042-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188513, 1466, '1043-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188514, 1466, '1043-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188515, 1466, '1043-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188516, 1466, '1043-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188517, 1466, '1043-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188518, 1466, '1043-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188519, 1466, '1043-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188520, 1466, '1043-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188521, 1466, '1043-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188522, 1466, '1043-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188523, 1466, '1043-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188524, 1466, '1043-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188525, 1466, '1044-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188526, 1466, '1044-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188527, 1466, '1044-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188528, 1466, '1044-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188529, 1466, '1044-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188530, 1466, '1044-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188531, 1466, '1044-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188532, 1466, '1044-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188533, 1466, '1044-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188534, 1466, '1044-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188535, 1466, '1044-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188536, 1466, '1044-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188537, 1466, '1045-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188538, 1466, '1045-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188539, 1466, '1045-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188540, 1466, '1045-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188541, 1466, '1045-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188542, 1466, '1045-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188543, 1466, '1045-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188544, 1466, '1045-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188545, 1466, '1045-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188546, 1466, '1045-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188547, 1466, '1045-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188548, 1466, '1045-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188549, 1466, '1046-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188550, 1466, '1046-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188551, 1466, '1046-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188552, 1466, '1046-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188553, 1466, '1046-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188554, 1466, '1046-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188555, 1466, '1046-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188556, 1466, '1046-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188557, 1466, '1046-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188558, 1466, '1046-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188559, 1466, '1046-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188560, 1466, '1046-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188561, 1466, '1047-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188562, 1466, '1047-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188563, 1466, '1047-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188564, 1466, '1047-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188565, 1466, '1047-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188566, 1466, '1047-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188567, 1466, '1047-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188568, 1466, '1047-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188569, 1466, '1047-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188570, 1466, '1047-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188571, 1466, '1047-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(188572, 1466, '1047-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188573, 1466, '1048-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188574, 1466, '1048-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188575, 1466, '1048-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188576, 1466, '1048-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188577, 1466, '1048-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188578, 1466, '1048-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188579, 1466, '1048-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188580, 1466, '1048-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188581, 1466, '1048-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188582, 1466, '1048-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188583, 1466, '1048-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188584, 1466, '1048-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188585, 1466, '1049-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188586, 1466, '1049-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188587, 1466, '1049-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188588, 1466, '1049-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188589, 1466, '1049-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188590, 1466, '1049-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188591, 1466, '1049-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188592, 1466, '1049-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188593, 1466, '1049-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188594, 1466, '1049-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188595, 1466, '1049-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188596, 1466, '1049-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188597, 1466, '1050-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188598, 1466, '1050-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188599, 1466, '1050-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188600, 1466, '1050-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188601, 1466, '1050-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188602, 1466, '1050-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188603, 1466, '1050-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188604, 1466, '1050-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188605, 1466, '1050-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188606, 1466, '1050-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188607, 1466, '1050-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188608, 1466, '1050-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188609, 1466, '1051-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188610, 1466, '1051-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188611, 1466, '1051-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188612, 1466, '1051-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188613, 1466, '1051-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188614, 1466, '1051-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188615, 1466, '1051-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188616, 1466, '1051-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188617, 1466, '1051-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188618, 1466, '1051-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188619, 1466, '1051-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188620, 1466, '1051-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188621, 1466, '1052-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188622, 1466, '1052-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188623, 1466, '1052-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188624, 1466, '1052-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188625, 1466, '1052-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188626, 1466, '1052-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188627, 1466, '1052-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188628, 1466, '1052-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188629, 1466, '1052-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188630, 1466, '1052-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188631, 1466, '1052-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188632, 1466, '1052-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188633, 1466, '1053-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188634, 1466, '1053-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188635, 1466, '1053-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188636, 1466, '1053-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188637, 1466, '1053-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188638, 1466, '1053-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188639, 1466, '1053-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188640, 1466, '1053-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188641, 1466, '1053-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188642, 1466, '1053-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188643, 1466, '1053-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188644, 1466, '1053-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188645, 1466, '1054-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188646, 1466, '1054-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188647, 1466, '1054-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188648, 1466, '1054-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188649, 1466, '1054-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188650, 1466, '1054-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188651, 1466, '1054-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188652, 1466, '1054-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188653, 1466, '1054-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188654, 1466, '1054-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188655, 1466, '1054-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188656, 1466, '1054-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188657, 1466, '1055-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188658, 1466, '1055-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188659, 1466, '1055-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188660, 1466, '1055-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188661, 1466, '1055-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188662, 1466, '1055-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188663, 1466, '1055-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188664, 1466, '1055-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188665, 1466, '1055-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188666, 1466, '1055-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188667, 1466, '1055-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188668, 1466, '1055-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188669, 1466, '1056-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188670, 1466, '1056-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188671, 1466, '1056-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188672, 1466, '1056-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188673, 1466, '1056-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188674, 1466, '1056-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188675, 1466, '1056-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188676, 1466, '1056-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188677, 1466, '1056-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188678, 1466, '1056-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188679, 1466, '1056-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188680, 1466, '1056-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188681, 1466, '1057-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188682, 1466, '1057-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188683, 1466, '1057-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188684, 1466, '1057-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188685, 1466, '1057-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188686, 1466, '1057-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188687, 1466, '1057-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188688, 1466, '1057-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188689, 1466, '1057-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188690, 1466, '1057-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188691, 1466, '1057-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188692, 1466, '1057-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188693, 1466, '1058-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188694, 1466, '1058-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188695, 1466, '1058-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188696, 1466, '1058-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188697, 1466, '1058-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188698, 1466, '1058-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188699, 1466, '1058-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188700, 1466, '1058-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188701, 1466, '1058-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188702, 1466, '1058-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188703, 1466, '1058-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188704, 1466, '1058-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188705, 1466, '1059-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188706, 1466, '1059-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188707, 1466, '1059-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188708, 1466, '1059-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188709, 1466, '1059-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188710, 1466, '1059-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188711, 1466, '1059-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188712, 1466, '1059-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188713, 1466, '1059-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188714, 1466, '1059-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188715, 1466, '1059-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188716, 1466, '1059-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188717, 1466, '1060-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188718, 1466, '1060-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188719, 1466, '1060-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188720, 1466, '1060-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188721, 1466, '1060-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188722, 1466, '1060-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188723, 1466, '1060-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188724, 1466, '1060-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188725, 1466, '1060-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188726, 1466, '1060-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188727, 1466, '1060-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188728, 1466, '1060-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188729, 1466, '1061-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188730, 1466, '1061-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188731, 1466, '1061-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188732, 1466, '1061-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188733, 1466, '1061-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188734, 1466, '1061-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188735, 1466, '1061-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188736, 1466, '1061-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188737, 1466, '1061-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188738, 1466, '1061-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188739, 1466, '1061-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188740, 1466, '1061-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188741, 1466, '1062-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188742, 1466, '1062-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188743, 1466, '1062-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188744, 1466, '1062-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188745, 1466, '1062-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188746, 1466, '1062-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188747, 1466, '1062-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188748, 1466, '1062-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188749, 1466, '1062-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188750, 1466, '1062-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188751, 1466, '1062-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188752, 1466, '1062-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188753, 1466, '1063-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188754, 1466, '1063-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188755, 1466, '1063-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188756, 1466, '1063-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188757, 1466, '1063-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188758, 1466, '1063-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188759, 1466, '1063-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188760, 1466, '1063-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188761, 1466, '1063-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188762, 1466, '1063-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188763, 1466, '1063-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188764, 1466, '1063-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188765, 1466, '1064-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188766, 1466, '1064-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188767, 1466, '1064-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188768, 1466, '1064-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188769, 1466, '1064-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188770, 1466, '1064-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188771, 1466, '1064-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188772, 1466, '1064-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188773, 1466, '1064-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188774, 1466, '1064-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188775, 1466, '1064-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188776, 1466, '1064-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188777, 1466, '1065-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188778, 1466, '1065-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188779, 1466, '1065-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188780, 1466, '1065-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188781, 1466, '1065-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188782, 1466, '1065-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188783, 1466, '1065-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188784, 1466, '1065-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188785, 1466, '1065-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188786, 1466, '1065-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188787, 1466, '1065-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188788, 1466, '1065-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188789, 1466, '1066-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188790, 1466, '1066-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188791, 1466, '1066-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188792, 1466, '1066-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188793, 1466, '1066-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188794, 1466, '1066-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188795, 1466, '1066-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188796, 1466, '1066-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188797, 1466, '1066-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188798, 1466, '1066-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188799, 1466, '1066-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188800, 1466, '1066-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188801, 1466, '1067-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188802, 1466, '1067-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188803, 1466, '1067-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188804, 1466, '1067-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188805, 1466, '1067-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188806, 1466, '1067-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188807, 1466, '1067-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188808, 1466, '1067-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188809, 1466, '1067-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188810, 1466, '1067-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188811, 1466, '1067-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:38', '2023-09-17 17:53:38'),
(188812, 1466, '1067-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(188813, 1466, '1068-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(188814, 1466, '1068-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(188815, 1466, '1068-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(188816, 1466, '1068-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(188817, 1466, '1068-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(188818, 1466, '1068-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(188819, 1466, '1068-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(188820, 1466, '1068-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(188821, 1466, '1068-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(188822, 1466, '1068-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(188823, 1466, '1068-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(188824, 1466, '1068-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(188825, 1466, '1069-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(188826, 1466, '1069-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(188827, 1466, '1069-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(188828, 1466, '1069-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(188829, 1466, '1069-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(188830, 1466, '1069-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(188831, 1466, '1069-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(188832, 1466, '1069-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(188833, 1466, '1069-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(188834, 1466, '1069-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(188835, 1466, '1069-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(188836, 1466, '1069-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(188837, 1466, '1070-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(188838, 1466, '1070-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(188839, 1466, '1070-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(188840, 1466, '1070-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(188841, 1466, '1070-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(188842, 1466, '1070-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(188843, 1466, '1070-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(188844, 1466, '1070-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(188845, 1466, '1070-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(188846, 1466, '1070-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(188847, 1466, '1070-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(188848, 1466, '1070-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(188849, 1466, '1071-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(188850, 1466, '1071-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(188851, 1466, '1071-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(188852, 1466, '1071-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(188853, 1466, '1071-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(188854, 1466, '1071-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(188855, 1466, '1071-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(188856, 1466, '1071-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(188857, 1466, '1071-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(188858, 1466, '1071-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(188859, 1466, '1071-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(188860, 1466, '1071-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(188861, 1466, '1072-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(188862, 1466, '1072-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(188863, 1466, '1072-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(188864, 1466, '1072-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(188865, 1466, '1072-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(188866, 1466, '1072-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(188867, 1466, '1072-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(188868, 1466, '1072-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(188869, 1466, '1072-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(188870, 1466, '1072-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(188871, 1466, '1072-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(188872, 1466, '1072-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(188873, 1466, '1073-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(188874, 1466, '1073-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(188875, 1466, '1073-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(188876, 1466, '1073-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(188877, 1466, '1073-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(188878, 1466, '1073-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(188879, 1466, '1073-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(188880, 1466, '1073-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(188881, 1466, '1073-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(188882, 1466, '1073-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(188883, 1466, '1073-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(188884, 1466, '1073-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(188885, 1466, '1074-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(188886, 1466, '1074-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(188887, 1466, '1074-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(188888, 1466, '1074-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(188889, 1466, '1074-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(188890, 1466, '1074-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(188891, 1466, '1074-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(188892, 1466, '1074-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(188893, 1466, '1074-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(188894, 1466, '1074-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(188895, 1466, '1074-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(188896, 1466, '1074-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(188897, 1466, '1075-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(188898, 1466, '1075-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(188899, 1466, '1075-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(188900, 1466, '1075-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(188901, 1466, '1075-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(188902, 1466, '1075-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(188903, 1466, '1075-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(188904, 1466, '1075-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(188905, 1466, '1075-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(188906, 1466, '1075-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(188907, 1466, '1075-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(188908, 1466, '1075-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(188909, 1466, '1076-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(188910, 1466, '1076-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(188911, 1466, '1076-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(188912, 1466, '1076-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(188913, 1466, '1076-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(188914, 1466, '1076-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(188915, 1466, '1076-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(188916, 1466, '1076-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(188917, 1466, '1076-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(188918, 1466, '1076-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(188919, 1466, '1076-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(188920, 1466, '1076-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(188921, 1466, '1077-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(188922, 1466, '1077-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(188923, 1466, '1077-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(188924, 1466, '1077-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(188925, 1466, '1077-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(188926, 1466, '1077-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(188927, 1466, '1077-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(188928, 1466, '1077-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(188929, 1466, '1077-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(188930, 1466, '1077-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(188931, 1466, '1077-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(188932, 1466, '1077-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(188933, 1466, '1078-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(188934, 1466, '1078-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(188935, 1466, '1078-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(188936, 1466, '1078-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(188937, 1466, '1078-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(188938, 1466, '1078-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(188939, 1466, '1078-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(188940, 1466, '1078-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(188941, 1466, '1078-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(188942, 1466, '1078-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(188943, 1466, '1078-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(188944, 1466, '1078-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(188945, 1466, '1079-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(188946, 1466, '1079-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(188947, 1466, '1079-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(188948, 1466, '1079-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(188949, 1466, '1079-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(188950, 1466, '1079-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(188951, 1466, '1079-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(188952, 1466, '1079-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(188953, 1466, '1079-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(188954, 1466, '1079-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(188955, 1466, '1079-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(188956, 1466, '1079-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(188957, 1466, '1080-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(188958, 1466, '1080-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(188959, 1466, '1080-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(188960, 1466, '1080-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(188961, 1466, '1080-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(188962, 1466, '1080-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(188963, 1466, '1080-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(188964, 1466, '1080-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(188965, 1466, '1080-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(188966, 1466, '1080-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(188967, 1466, '1080-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(188968, 1466, '1080-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(188969, 1466, '1081-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(188970, 1466, '1081-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(188971, 1466, '1081-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(188972, 1466, '1081-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(188973, 1466, '1081-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(188974, 1466, '1081-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(188975, 1466, '1081-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(188976, 1466, '1081-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(188977, 1466, '1081-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(188978, 1466, '1081-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(188979, 1466, '1081-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(188980, 1466, '1081-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(188981, 1466, '1082-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(188982, 1466, '1082-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(188983, 1466, '1082-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(188984, 1466, '1082-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(188985, 1466, '1082-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(188986, 1466, '1082-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(188987, 1466, '1082-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(188988, 1466, '1082-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(188989, 1466, '1082-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(188990, 1466, '1082-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(188991, 1466, '1082-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(188992, 1466, '1082-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(188993, 1466, '1083-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(188994, 1466, '1083-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(188995, 1466, '1083-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(188996, 1466, '1083-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(188997, 1466, '1083-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(188998, 1466, '1083-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(188999, 1466, '1083-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(189000, 1466, '1083-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(189001, 1466, '1083-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(189002, 1466, '1083-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(189003, 1466, '1083-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(189004, 1466, '1083-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(189005, 1466, '1084-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(189006, 1466, '1084-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(189007, 1466, '1084-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(189008, 1466, '1084-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(189009, 1466, '1084-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(189010, 1466, '1084-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(189011, 1466, '1084-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(189012, 1466, '1084-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(189013, 1466, '1084-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(189014, 1466, '1084-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(189015, 1466, '1084-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(189016, 1466, '1084-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(189017, 1466, '1085-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(189018, 1466, '1085-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(189019, 1466, '1085-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(189020, 1466, '1085-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(189021, 1466, '1085-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(189022, 1466, '1085-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(189023, 1466, '1085-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(189024, 1466, '1085-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(189025, 1466, '1085-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(189026, 1466, '1085-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(189027, 1466, '1085-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(189028, 1466, '1085-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(189029, 1466, '1086-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(189030, 1466, '1086-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(189031, 1466, '1086-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(189032, 1466, '1086-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(189033, 1466, '1086-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(189034, 1466, '1086-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(189035, 1466, '1086-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(189036, 1466, '1086-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(189037, 1466, '1086-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(189038, 1466, '1086-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(189039, 1466, '1086-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(189040, 1466, '1086-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(189041, 1466, '1087-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(189042, 1466, '1087-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(189043, 1466, '1087-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(189044, 1466, '1087-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(189045, 1466, '1087-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(189046, 1466, '1087-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(189047, 1466, '1087-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(189048, 1466, '1087-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(189049, 1466, '1087-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(189050, 1466, '1087-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(189051, 1466, '1087-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(189052, 1466, '1087-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(189053, 1466, '1088-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(189054, 1466, '1088-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(189055, 1466, '1088-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(189056, 1466, '1088-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(189057, 1466, '1088-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(189058, 1466, '1088-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(189059, 1466, '1088-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(189060, 1466, '1088-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(189061, 1466, '1088-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(189062, 1466, '1088-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(189063, 1466, '1088-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(189064, 1466, '1088-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(189065, 1466, '1089-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(189066, 1466, '1089-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(189067, 1466, '1089-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(189068, 1466, '1089-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(189069, 1466, '1089-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(189070, 1466, '1089-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(189071, 1466, '1089-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(189072, 1466, '1089-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(189073, 1466, '1089-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(189074, 1466, '1089-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(189075, 1466, '1089-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(189076, 1466, '1089-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(189077, 1466, '1090-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(189078, 1466, '1090-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(189079, 1466, '1090-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(189080, 1466, '1090-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(189081, 1466, '1090-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(189082, 1466, '1090-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(189083, 1466, '1090-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(189084, 1466, '1090-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(189085, 1466, '1090-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(189086, 1466, '1090-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(189087, 1466, '1090-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(189088, 1466, '1090-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(189089, 1466, '1091-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(189090, 1466, '1091-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(189091, 1466, '1091-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(189092, 1466, '1091-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(189093, 1466, '1091-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(189094, 1466, '1091-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(189095, 1466, '1091-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(189096, 1466, '1091-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(189097, 1466, '1091-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(189098, 1466, '1091-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(189099, 1466, '1091-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(189100, 1466, '1091-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(189101, 1466, '1092-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(189102, 1466, '1092-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(189103, 1466, '1092-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(189104, 1466, '1092-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(189105, 1466, '1092-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(189106, 1466, '1092-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(189107, 1466, '1092-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(189108, 1466, '1092-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(189109, 1466, '1092-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(189110, 1466, '1092-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(189111, 1466, '1092-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(189112, 1466, '1092-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(189113, 1466, '1093-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(189114, 1466, '1093-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(189115, 1466, '1093-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(189116, 1466, '1093-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(189117, 1466, '1093-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(189118, 1466, '1093-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(189119, 1466, '1093-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(189120, 1466, '1093-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(189121, 1466, '1093-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(189122, 1466, '1093-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(189123, 1466, '1093-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(189124, 1466, '1093-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(189125, 1466, '1094-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(189126, 1466, '1094-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(189127, 1466, '1094-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(189128, 1466, '1094-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(189129, 1466, '1094-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(189130, 1466, '1094-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(189131, 1466, '1094-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(189132, 1466, '1094-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(189133, 1466, '1094-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(189134, 1466, '1094-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(189135, 1466, '1094-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(189136, 1466, '1094-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(189137, 1466, '1095-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(189138, 1466, '1095-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(189139, 1466, '1095-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(189140, 1466, '1095-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(189141, 1466, '1095-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(189142, 1466, '1095-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(189143, 1466, '1095-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(189144, 1466, '1095-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(189145, 1466, '1095-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(189146, 1466, '1095-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(189147, 1466, '1095-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(189148, 1466, '1095-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(189149, 1466, '1096-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(189150, 1466, '1096-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(189151, 1466, '1096-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(189152, 1466, '1096-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(189153, 1466, '1096-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(189154, 1466, '1096-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(189155, 1466, '1096-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(189156, 1466, '1096-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(189157, 1466, '1096-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(189158, 1466, '1096-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(189159, 1466, '1096-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(189160, 1466, '1096-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(189161, 1466, '1097-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(189162, 1466, '1097-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(189163, 1466, '1097-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(189164, 1466, '1097-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(189165, 1466, '1097-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(189166, 1466, '1097-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(189167, 1466, '1097-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(189168, 1466, '1097-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(189169, 1466, '1097-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(189170, 1466, '1097-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(189171, 1466, '1097-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(189172, 1466, '1097-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(189173, 1466, '1098-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(189174, 1466, '1098-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(189175, 1466, '1098-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(189176, 1466, '1098-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(189177, 1466, '1098-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(189178, 1466, '1098-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(189179, 1466, '1098-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(189180, 1466, '1098-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(189181, 1466, '1098-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(189182, 1466, '1098-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(189183, 1466, '1098-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(189184, 1466, '1098-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:39', '2023-09-17 17:53:39'),
(189185, 1466, '1099-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189186, 1466, '1099-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189187, 1466, '1099-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189188, 1466, '1099-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189189, 1466, '1099-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189190, 1466, '1099-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189191, 1466, '1099-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189192, 1466, '1099-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189193, 1466, '1099-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189194, 1466, '1099-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189195, 1466, '1099-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189196, 1466, '1099-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189197, 1466, '1100-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189198, 1466, '1100-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189199, 1466, '1100-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189200, 1466, '1100-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189201, 1466, '1100-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189202, 1466, '1100-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189203, 1466, '1100-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189204, 1466, '1100-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189205, 1466, '1100-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189206, 1466, '1100-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189207, 1466, '1100-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189208, 1466, '1100-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189209, 1466, '1101-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189210, 1466, '1101-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189211, 1466, '1101-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189212, 1466, '1101-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189213, 1466, '1101-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189214, 1466, '1101-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189215, 1466, '1101-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189216, 1466, '1101-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189217, 1466, '1101-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189218, 1466, '1101-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189219, 1466, '1101-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189220, 1466, '1101-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189221, 1466, '1102-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189222, 1466, '1102-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189223, 1466, '1102-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189224, 1466, '1102-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189225, 1466, '1102-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189226, 1466, '1102-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189227, 1466, '1102-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189228, 1466, '1102-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189229, 1466, '1102-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189230, 1466, '1102-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189231, 1466, '1102-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189232, 1466, '1102-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189233, 1466, '1103-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189234, 1466, '1103-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189235, 1466, '1103-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189236, 1466, '1103-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189237, 1466, '1103-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189238, 1466, '1103-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189239, 1466, '1103-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189240, 1466, '1103-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189241, 1466, '1103-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189242, 1466, '1103-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189243, 1466, '1103-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189244, 1466, '1103-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189245, 1466, '1104-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189246, 1466, '1104-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189247, 1466, '1104-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189248, 1466, '1104-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189249, 1466, '1104-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189250, 1466, '1104-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189251, 1466, '1104-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189252, 1466, '1104-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189253, 1466, '1104-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189254, 1466, '1104-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189255, 1466, '1104-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189256, 1466, '1104-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189257, 1466, '1105-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189258, 1466, '1105-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189259, 1466, '1105-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189260, 1466, '1105-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189261, 1466, '1105-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189262, 1466, '1105-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189263, 1466, '1105-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189264, 1466, '1105-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189265, 1466, '1105-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189266, 1466, '1105-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189267, 1466, '1105-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189268, 1466, '1105-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189269, 1466, '1106-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189270, 1466, '1106-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189271, 1466, '1106-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189272, 1466, '1106-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189273, 1466, '1106-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189274, 1466, '1106-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189275, 1466, '1106-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189276, 1466, '1106-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189277, 1466, '1106-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189278, 1466, '1106-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189279, 1466, '1106-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189280, 1466, '1106-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189281, 1466, '1107-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189282, 1466, '1107-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189283, 1466, '1107-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189284, 1466, '1107-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189285, 1466, '1107-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189286, 1466, '1107-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189287, 1466, '1107-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189288, 1466, '1107-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189289, 1466, '1107-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189290, 1466, '1107-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189291, 1466, '1107-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189292, 1466, '1107-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189293, 1466, '1108-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189294, 1466, '1108-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189295, 1466, '1108-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189296, 1466, '1108-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189297, 1466, '1108-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189298, 1466, '1108-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189299, 1466, '1108-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189300, 1466, '1108-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189301, 1466, '1108-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189302, 1466, '1108-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189303, 1466, '1108-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189304, 1466, '1108-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189305, 1466, '1109-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189306, 1466, '1109-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189307, 1466, '1109-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189308, 1466, '1109-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189309, 1466, '1109-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189310, 1466, '1109-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189311, 1466, '1109-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189312, 1466, '1109-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189313, 1466, '1109-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189314, 1466, '1109-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189315, 1466, '1109-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189316, 1466, '1109-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189317, 1466, '1110-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189318, 1466, '1110-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189319, 1466, '1110-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189320, 1466, '1110-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189321, 1466, '1110-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189322, 1466, '1110-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189323, 1466, '1110-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189324, 1466, '1110-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189325, 1466, '1110-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189326, 1466, '1110-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189327, 1466, '1110-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189328, 1466, '1110-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189329, 1466, '1111-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189330, 1466, '1111-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189331, 1466, '1111-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189332, 1466, '1111-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189333, 1466, '1111-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189334, 1466, '1111-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189335, 1466, '1111-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189336, 1466, '1111-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189337, 1466, '1111-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189338, 1466, '1111-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189339, 1466, '1111-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189340, 1466, '1111-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189341, 1466, '1112-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189342, 1466, '1112-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189343, 1466, '1112-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189344, 1466, '1112-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189345, 1466, '1112-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189346, 1466, '1112-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189347, 1466, '1112-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189348, 1466, '1112-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189349, 1466, '1112-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189350, 1466, '1112-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189351, 1466, '1112-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189352, 1466, '1112-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189353, 1466, '1113-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189354, 1466, '1113-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189355, 1466, '1113-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189356, 1466, '1113-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189357, 1466, '1113-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189358, 1466, '1113-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189359, 1466, '1113-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189360, 1466, '1113-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189361, 1466, '1113-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189362, 1466, '1113-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189363, 1466, '1113-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189364, 1466, '1113-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189365, 1466, '1114-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189366, 1466, '1114-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189367, 1466, '1114-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189368, 1466, '1114-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189369, 1466, '1114-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189370, 1466, '1114-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189371, 1466, '1114-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189372, 1466, '1114-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189373, 1466, '1114-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189374, 1466, '1114-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189375, 1466, '1114-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189376, 1466, '1114-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189377, 1466, '1115-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189378, 1466, '1115-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189379, 1466, '1115-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189380, 1466, '1115-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189381, 1466, '1115-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189382, 1466, '1115-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189383, 1466, '1115-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189384, 1466, '1115-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189385, 1466, '1115-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189386, 1466, '1115-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189387, 1466, '1115-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189388, 1466, '1115-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189389, 1466, '1116-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189390, 1466, '1116-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189391, 1466, '1116-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189392, 1466, '1116-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189393, 1466, '1116-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189394, 1466, '1116-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189395, 1466, '1116-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189396, 1466, '1116-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189397, 1466, '1116-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189398, 1466, '1116-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189399, 1466, '1116-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189400, 1466, '1116-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189401, 1466, '1117-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189402, 1466, '1117-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189403, 1466, '1117-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189404, 1466, '1117-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189405, 1466, '1117-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189406, 1466, '1117-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189407, 1466, '1117-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189408, 1466, '1117-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189409, 1466, '1117-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189410, 1466, '1117-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189411, 1466, '1117-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189412, 1466, '1117-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189413, 1466, '1118-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189414, 1466, '1118-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189415, 1466, '1118-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189416, 1466, '1118-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189417, 1466, '1118-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189418, 1466, '1118-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189419, 1466, '1118-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189420, 1466, '1118-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189421, 1466, '1118-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189422, 1466, '1118-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189423, 1466, '1118-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189424, 1466, '1118-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189425, 1466, '1119-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189426, 1466, '1119-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189427, 1466, '1119-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189428, 1466, '1119-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189429, 1466, '1119-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189430, 1466, '1119-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189431, 1466, '1119-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189432, 1466, '1119-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189433, 1466, '1119-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189434, 1466, '1119-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189435, 1466, '1119-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189436, 1466, '1119-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189437, 1466, '1120-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189438, 1466, '1120-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189439, 1466, '1120-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189440, 1466, '1120-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189441, 1466, '1120-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189442, 1466, '1120-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189443, 1466, '1120-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189444, 1466, '1120-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189445, 1466, '1120-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189446, 1466, '1120-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189447, 1466, '1120-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189448, 1466, '1120-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189449, 1466, '1121-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189450, 1466, '1121-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189451, 1466, '1121-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189452, 1466, '1121-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189453, 1466, '1121-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189454, 1466, '1121-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189455, 1466, '1121-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189456, 1466, '1121-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189457, 1466, '1121-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189458, 1466, '1121-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189459, 1466, '1121-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189460, 1466, '1121-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189461, 1466, '1122-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189462, 1466, '1122-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189463, 1466, '1122-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189464, 1466, '1122-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189465, 1466, '1122-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189466, 1466, '1122-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189467, 1466, '1122-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189468, 1466, '1122-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189469, 1466, '1122-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189470, 1466, '1122-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189471, 1466, '1122-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189472, 1466, '1122-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189473, 1466, '1123-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189474, 1466, '1123-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189475, 1466, '1123-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189476, 1466, '1123-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189477, 1466, '1123-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189478, 1466, '1123-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189479, 1466, '1123-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189480, 1466, '1123-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189481, 1466, '1123-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189482, 1466, '1123-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189483, 1466, '1123-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189484, 1466, '1123-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189485, 1466, '1124-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189486, 1466, '1124-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189487, 1466, '1124-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189488, 1466, '1124-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189489, 1466, '1124-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189490, 1466, '1124-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189491, 1466, '1124-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189492, 1466, '1124-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189493, 1466, '1124-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189494, 1466, '1124-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189495, 1466, '1124-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189496, 1466, '1124-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189497, 1466, '1125-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189498, 1466, '1125-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189499, 1466, '1125-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189500, 1466, '1125-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189501, 1466, '1125-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(189502, 1466, '1125-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189503, 1466, '1125-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189504, 1466, '1125-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189505, 1466, '1125-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189506, 1466, '1125-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189507, 1466, '1125-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189508, 1466, '1125-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189509, 1466, '1126-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189510, 1466, '1126-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189511, 1466, '1126-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189512, 1466, '1126-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189513, 1466, '1126-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189514, 1466, '1126-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189515, 1466, '1126-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189516, 1466, '1126-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189517, 1466, '1126-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189518, 1466, '1126-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189519, 1466, '1126-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189520, 1466, '1126-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189521, 1466, '1127-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189522, 1466, '1127-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189523, 1466, '1127-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189524, 1466, '1127-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189525, 1466, '1127-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189526, 1466, '1127-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189527, 1466, '1127-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189528, 1466, '1127-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189529, 1466, '1127-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189530, 1466, '1127-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189531, 1466, '1127-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189532, 1466, '1127-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189533, 1466, '1128-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189534, 1466, '1128-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189535, 1466, '1128-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189536, 1466, '1128-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189537, 1466, '1128-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189538, 1466, '1128-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189539, 1466, '1128-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189540, 1466, '1128-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189541, 1466, '1128-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189542, 1466, '1128-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189543, 1466, '1128-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189544, 1466, '1128-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189545, 1466, '1129-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189546, 1466, '1129-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189547, 1466, '1129-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189548, 1466, '1129-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189549, 1466, '1129-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189550, 1466, '1129-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:40', '2023-09-17 17:53:40'),
(189551, 1466, '1129-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189552, 1466, '1129-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189553, 1466, '1129-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189554, 1466, '1129-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189555, 1466, '1129-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189556, 1466, '1129-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189557, 1466, '1130-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189558, 1466, '1130-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189559, 1466, '1130-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189560, 1466, '1130-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189561, 1466, '1130-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189562, 1466, '1130-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189563, 1466, '1130-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189564, 1466, '1130-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189565, 1466, '1130-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189566, 1466, '1130-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189567, 1466, '1130-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189568, 1466, '1130-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189569, 1466, '1131-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189570, 1466, '1131-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189571, 1466, '1131-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189572, 1466, '1131-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189573, 1466, '1131-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189574, 1466, '1131-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189575, 1466, '1131-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189576, 1466, '1131-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189577, 1466, '1131-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189578, 1466, '1131-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189579, 1466, '1131-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189580, 1466, '1131-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189581, 1466, '1132-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189582, 1466, '1132-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189583, 1466, '1132-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189584, 1466, '1132-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189585, 1466, '1132-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189586, 1466, '1132-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189587, 1466, '1132-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189588, 1466, '1132-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189589, 1466, '1132-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189590, 1466, '1132-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189591, 1466, '1132-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189592, 1466, '1132-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189593, 1466, '1133-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189594, 1466, '1133-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189595, 1466, '1133-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189596, 1466, '1133-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189597, 1466, '1133-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189598, 1466, '1133-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189599, 1466, '1133-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189600, 1466, '1133-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189601, 1466, '1133-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189602, 1466, '1133-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189603, 1466, '1133-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189604, 1466, '1133-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189605, 1466, '1134-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189606, 1466, '1134-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189607, 1466, '1134-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189608, 1466, '1134-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189609, 1466, '1134-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189610, 1466, '1134-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189611, 1466, '1134-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189612, 1466, '1134-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189613, 1466, '1134-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189614, 1466, '1134-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189615, 1466, '1134-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189616, 1466, '1134-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189617, 1466, '1135-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189618, 1466, '1135-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189619, 1466, '1135-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189620, 1466, '1135-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189621, 1466, '1135-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189622, 1466, '1135-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189623, 1466, '1135-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189624, 1466, '1135-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189625, 1466, '1135-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189626, 1466, '1135-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189627, 1466, '1135-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189628, 1466, '1135-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189629, 1466, '1136-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189630, 1466, '1136-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189631, 1466, '1136-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189632, 1466, '1136-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189633, 1466, '1136-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189634, 1466, '1136-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189635, 1466, '1136-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189636, 1466, '1136-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189637, 1466, '1136-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189638, 1466, '1136-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189639, 1466, '1136-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189640, 1466, '1136-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189641, 1466, '1137-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189642, 1466, '1137-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189643, 1466, '1137-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189644, 1466, '1137-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189645, 1466, '1137-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189646, 1466, '1137-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189647, 1466, '1137-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189648, 1466, '1137-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189649, 1466, '1137-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189650, 1466, '1137-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189651, 1466, '1137-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189652, 1466, '1137-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189653, 1466, '1138-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189654, 1466, '1138-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189655, 1466, '1138-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189656, 1466, '1138-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189657, 1466, '1138-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189658, 1466, '1138-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189659, 1466, '1138-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189660, 1466, '1138-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189661, 1466, '1138-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189662, 1466, '1138-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189663, 1466, '1138-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189664, 1466, '1138-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189665, 1466, '1139-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189666, 1466, '1139-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189667, 1466, '1139-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189668, 1466, '1139-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189669, 1466, '1139-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189670, 1466, '1139-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189671, 1466, '1139-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189672, 1466, '1139-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189673, 1466, '1139-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189674, 1466, '1139-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189675, 1466, '1139-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189676, 1466, '1139-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189677, 1466, '1140-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189678, 1466, '1140-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189679, 1466, '1140-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189680, 1466, '1140-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189681, 1466, '1140-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189682, 1466, '1140-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189683, 1466, '1140-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189684, 1466, '1140-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189685, 1466, '1140-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189686, 1466, '1140-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189687, 1466, '1140-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189688, 1466, '1140-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189689, 1466, '1141-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189690, 1466, '1141-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189691, 1466, '1141-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189692, 1466, '1141-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189693, 1466, '1141-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189694, 1466, '1141-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189695, 1466, '1141-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189696, 1466, '1141-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189697, 1466, '1141-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189698, 1466, '1141-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189699, 1466, '1141-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189700, 1466, '1141-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189701, 1466, '1142-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189702, 1466, '1142-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189703, 1466, '1142-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189704, 1466, '1142-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189705, 1466, '1142-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189706, 1466, '1142-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189707, 1466, '1142-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189708, 1466, '1142-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189709, 1466, '1142-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189710, 1466, '1142-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189711, 1466, '1142-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189712, 1466, '1142-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189713, 1466, '1143-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189714, 1466, '1143-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189715, 1466, '1143-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189716, 1466, '1143-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189717, 1466, '1143-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189718, 1466, '1143-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189719, 1466, '1143-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189720, 1466, '1143-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189721, 1466, '1143-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189722, 1466, '1143-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189723, 1466, '1143-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189724, 1466, '1143-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189725, 1466, '1144-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189726, 1466, '1144-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189727, 1466, '1144-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189728, 1466, '1144-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189729, 1466, '1144-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189730, 1466, '1144-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189731, 1466, '1144-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189732, 1466, '1144-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189733, 1466, '1144-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189734, 1466, '1144-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189735, 1466, '1144-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189736, 1466, '1144-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189737, 1466, '1145-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189738, 1466, '1145-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189739, 1466, '1145-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189740, 1466, '1145-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189741, 1466, '1145-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189742, 1466, '1145-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189743, 1466, '1145-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189744, 1466, '1145-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189745, 1466, '1145-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189746, 1466, '1145-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189747, 1466, '1145-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189748, 1466, '1145-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189749, 1466, '1146-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189750, 1466, '1146-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189751, 1466, '1146-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189752, 1466, '1146-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189753, 1466, '1146-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189754, 1466, '1146-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189755, 1466, '1146-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189756, 1466, '1146-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189757, 1466, '1146-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189758, 1466, '1146-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189759, 1466, '1146-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189760, 1466, '1146-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189761, 1466, '1147-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189762, 1466, '1147-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189763, 1466, '1147-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189764, 1466, '1147-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189765, 1466, '1147-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189766, 1466, '1147-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189767, 1466, '1147-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189768, 1466, '1147-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189769, 1466, '1147-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189770, 1466, '1147-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189771, 1466, '1147-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189772, 1466, '1147-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189773, 1466, '1148-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189774, 1466, '1148-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189775, 1466, '1148-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189776, 1466, '1148-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189777, 1466, '1148-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189778, 1466, '1148-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189779, 1466, '1148-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189780, 1466, '1148-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189781, 1466, '1148-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189782, 1466, '1148-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189783, 1466, '1148-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189784, 1466, '1148-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189785, 1466, '1149-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189786, 1466, '1149-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189787, 1466, '1149-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189788, 1466, '1149-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189789, 1466, '1149-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189790, 1466, '1149-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189791, 1466, '1149-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189792, 1466, '1149-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189793, 1466, '1149-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189794, 1466, '1149-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189795, 1466, '1149-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189796, 1466, '1149-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189797, 1466, '1150-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189798, 1466, '1150-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189799, 1466, '1150-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189800, 1466, '1150-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189801, 1466, '1150-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189802, 1466, '1150-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189803, 1466, '1150-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189804, 1466, '1150-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189805, 1466, '1150-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189806, 1466, '1150-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189807, 1466, '1150-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189808, 1466, '1150-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189809, 1466, '1151-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189810, 1466, '1151-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189811, 1466, '1151-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189812, 1466, '1151-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189813, 1466, '1151-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189814, 1466, '1151-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189815, 1466, '1151-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189816, 1466, '1151-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189817, 1466, '1151-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189818, 1466, '1151-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189819, 1466, '1151-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189820, 1466, '1151-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189821, 1466, '1152-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189822, 1466, '1152-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189823, 1466, '1152-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189824, 1466, '1152-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189825, 1466, '1152-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189826, 1466, '1152-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189827, 1466, '1152-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189828, 1466, '1152-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189829, 1466, '1152-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189830, 1466, '1152-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189831, 1466, '1152-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189832, 1466, '1152-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189833, 1466, '1153-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189834, 1466, '1153-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189835, 1466, '1153-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189836, 1466, '1153-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189837, 1466, '1153-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189838, 1466, '1153-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189839, 1466, '1153-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189840, 1466, '1153-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189841, 1466, '1153-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189842, 1466, '1153-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189843, 1466, '1153-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189844, 1466, '1153-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189845, 1466, '1154-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189846, 1466, '1154-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189847, 1466, '1154-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189848, 1466, '1154-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189849, 1466, '1154-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189850, 1466, '1154-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189851, 1466, '1154-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189852, 1466, '1154-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189853, 1466, '1154-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189854, 1466, '1154-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189855, 1466, '1154-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189856, 1466, '1154-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189857, 1466, '1155-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189858, 1466, '1155-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189859, 1466, '1155-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189860, 1466, '1155-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189861, 1466, '1155-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189862, 1466, '1155-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189863, 1466, '1155-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189864, 1466, '1155-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189865, 1466, '1155-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189866, 1466, '1155-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189867, 1466, '1155-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189868, 1466, '1155-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189869, 1466, '1156-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189870, 1466, '1156-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189871, 1466, '1156-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189872, 1466, '1156-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189873, 1466, '1156-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189874, 1466, '1156-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189875, 1466, '1156-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189876, 1466, '1156-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189877, 1466, '1156-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189878, 1466, '1156-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189879, 1466, '1156-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189880, 1466, '1156-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189881, 1466, '1157-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189882, 1466, '1157-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189883, 1466, '1157-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189884, 1466, '1157-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189885, 1466, '1157-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189886, 1466, '1157-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189887, 1466, '1157-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189888, 1466, '1157-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189889, 1466, '1157-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189890, 1466, '1157-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189891, 1466, '1157-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189892, 1466, '1157-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189893, 1466, '1158-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189894, 1466, '1158-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189895, 1466, '1158-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189896, 1466, '1158-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189897, 1466, '1158-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189898, 1466, '1158-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189899, 1466, '1158-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:41', '2023-09-17 17:53:41'),
(189900, 1466, '1158-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:42', '2023-09-17 17:53:42'),
(189901, 1466, '1158-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:42', '2023-09-17 17:53:42'),
(189902, 1466, '1158-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:42', '2023-09-17 17:53:42'),
(189903, 1466, '1158-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:42', '2023-09-17 17:53:42'),
(189904, 1466, '1158-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:42', '2023-09-17 17:53:42'),
(189905, 1466, '1159-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:42', '2023-09-17 17:53:42'),
(189906, 1466, '1159-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:42', '2023-09-17 17:53:42'),
(189907, 1466, '1159-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:42', '2023-09-17 17:53:42'),
(189908, 1466, '1159-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:42', '2023-09-17 17:53:42'),
(189909, 1466, '1159-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:42', '2023-09-17 17:53:42'),
(189910, 1466, '1159-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:42', '2023-09-17 17:53:42'),
(189911, 1466, '1159-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:42', '2023-09-17 17:53:42'),
(189912, 1466, '1159-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:42', '2023-09-17 17:53:42'),
(189913, 1466, '1159-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:42', '2023-09-17 17:53:42'),
(189914, 1466, '1159-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:42', '2023-09-17 17:53:42'),
(189915, 1466, '1159-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:42', '2023-09-17 17:53:42'),
(189916, 1466, '1159-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:42', '2023-09-17 17:53:42'),
(189917, 1466, '1160-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:42', '2023-09-17 17:53:42'),
(189918, 1466, '1160-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:42', '2023-09-17 17:53:42'),
(189919, 1466, '1160-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:42', '2023-09-17 17:53:42'),
(189920, 1466, '1160-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:42', '2023-09-17 17:53:42'),
(189921, 1466, '1160-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:42', '2023-09-17 17:53:42'),
(189922, 1466, '1160-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:42', '2023-09-17 17:53:42'),
(189923, 1466, '1160-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:42', '2023-09-17 17:53:42'),
(189924, 1466, '1160-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:42', '2023-09-17 17:53:42'),
(189925, 1466, '1160-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:42', '2023-09-17 17:53:42'),
(189926, 1466, '1160-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:42', '2023-09-17 17:53:42'),
(189927, 1466, '1160-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:42', '2023-09-17 17:53:42'),
(189928, 1466, '1160-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:42', '2023-09-17 17:53:42'),
(189929, 1466, '1161-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:42', '2023-09-17 17:53:42'),
(189930, 1466, '1161-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:42', '2023-09-17 17:53:42'),
(189931, 1466, '1161-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:42', '2023-09-17 17:53:42'),
(189932, 1466, '1161-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:42', '2023-09-17 17:53:42'),
(189933, 1466, '1161-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:42', '2023-09-17 17:53:42'),
(189934, 1466, '1161-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:42', '2023-09-17 17:53:42'),
(189935, 1466, '1161-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:42', '2023-09-17 17:53:42'),
(189936, 1466, '1161-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:42', '2023-09-17 17:53:42'),
(189937, 1466, '1161-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:42', '2023-09-17 17:53:42'),
(189938, 1466, '1161-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:42', '2023-09-17 17:53:42'),
(189939, 1466, '1161-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:42', '2023-09-17 17:53:42'),
(189940, 1466, '1161-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:42', '2023-09-17 17:53:42'),
(189941, 1466, '1162-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:42', '2023-09-17 17:53:42'),
(189942, 1466, '1162-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:42', '2023-09-17 17:53:42'),
(189943, 1466, '1162-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:42', '2023-09-17 17:53:42'),
(189944, 1466, '1162-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:42', '2023-09-17 17:53:42'),
(189945, 1466, '1162-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:42', '2023-09-17 17:53:42'),
(189946, 1466, '1162-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:42', '2023-09-17 17:53:42'),
(189947, 1466, '1162-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:42', '2023-09-17 17:53:42'),
(189948, 1466, '1162-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:42', '2023-09-17 17:53:42'),
(189949, 1466, '1162-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:42', '2023-09-17 17:53:42'),
(189950, 1466, '1162-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:42', '2023-09-17 17:53:42'),
(189951, 1466, '1162-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:42', '2023-09-17 17:53:42'),
(189952, 1466, '1162-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:42', '2023-09-17 17:53:42'),
(189953, 1466, '1163-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:42', '2023-09-17 17:53:42'),
(189954, 1466, '1163-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:42', '2023-09-17 17:53:42'),
(189955, 1466, '1163-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:42', '2023-09-17 17:53:42'),
(189956, 1466, '1163-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:42', '2023-09-17 17:53:42'),
(189957, 1466, '1163-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:42', '2023-09-17 17:53:42'),
(189958, 1466, '1163-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:42', '2023-09-17 17:53:42'),
(189959, 1466, '1163-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:42', '2023-09-17 17:53:42'),
(189960, 1466, '1163-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:42', '2023-09-17 17:53:42'),
(189961, 1466, '1163-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:42', '2023-09-17 17:53:42'),
(189962, 1466, '1163-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:42', '2023-09-17 17:53:42'),
(189963, 1466, '1163-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:42', '2023-09-17 17:53:42'),
(189964, 1466, '1163-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:42', '2023-09-17 17:53:42'),
(189965, 1466, '1164-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:42', '2023-09-17 17:53:42'),
(189966, 1466, '1164-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:42', '2023-09-17 17:53:42');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(189967, 1466, '1164-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:42', '2023-09-17 17:53:42'),
(189968, 1466, '1164-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:42', '2023-09-17 17:53:42'),
(189969, 1466, '1164-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:42', '2023-09-17 17:53:42'),
(189970, 1466, '1164-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:42', '2023-09-17 17:53:42'),
(189971, 1466, '1164-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:42', '2023-09-17 17:53:42'),
(189972, 1466, '1164-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:42', '2023-09-17 17:53:42'),
(189973, 1466, '1164-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:42', '2023-09-17 17:53:42'),
(189974, 1466, '1164-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:42', '2023-09-17 17:53:42'),
(189975, 1466, '1164-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:42', '2023-09-17 17:53:42'),
(189976, 1466, '1164-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:42', '2023-09-17 17:53:42'),
(189977, 1466, '1165-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:42', '2023-09-17 17:53:42'),
(189978, 1466, '1165-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:42', '2023-09-17 17:53:42'),
(189979, 1466, '1165-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:42', '2023-09-17 17:53:42'),
(189980, 1466, '1165-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:42', '2023-09-17 17:53:42'),
(189981, 1466, '1165-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:42', '2023-09-17 17:53:42'),
(189982, 1466, '1165-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:42', '2023-09-17 17:53:42'),
(189983, 1466, '1165-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:42', '2023-09-17 17:53:42'),
(189984, 1466, '1165-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:42', '2023-09-17 17:53:42'),
(189985, 1466, '1165-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:42', '2023-09-17 17:53:42'),
(189986, 1466, '1165-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:42', '2023-09-17 17:53:42'),
(189987, 1466, '1165-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:42', '2023-09-17 17:53:42'),
(189988, 1466, '1165-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:42', '2023-09-17 17:53:42'),
(189989, 1466, '1166-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:42', '2023-09-17 17:53:42'),
(189990, 1466, '1166-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:42', '2023-09-17 17:53:42'),
(189991, 1466, '1166-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:42', '2023-09-17 17:53:42'),
(189992, 1466, '1166-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:42', '2023-09-17 17:53:42'),
(189993, 1466, '1166-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:42', '2023-09-17 17:53:42'),
(189994, 1466, '1166-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:42', '2023-09-17 17:53:42'),
(189995, 1466, '1166-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:42', '2023-09-17 17:53:42'),
(189996, 1466, '1166-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:42', '2023-09-17 17:53:42'),
(189997, 1466, '1166-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:42', '2023-09-17 17:53:42'),
(189998, 1466, '1166-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:42', '2023-09-17 17:53:42'),
(189999, 1466, '1166-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:42', '2023-09-17 17:53:42'),
(190000, 1466, '1166-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:43', '2023-09-17 17:53:43'),
(190001, 1466, '1167-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:49', '2023-09-17 17:53:49'),
(190002, 1466, '1167-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:49', '2023-09-17 17:53:49'),
(190003, 1466, '1167-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:49', '2023-09-17 17:53:49'),
(190004, 1466, '1167-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:50', '2023-09-17 17:53:50'),
(190005, 1466, '1167-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:50', '2023-09-17 17:53:50'),
(190006, 1466, '1167-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:50', '2023-09-17 17:53:50'),
(190007, 1466, '1167-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:50', '2023-09-17 17:53:50'),
(190008, 1466, '1167-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:50', '2023-09-17 17:53:50'),
(190009, 1466, '1167-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:50', '2023-09-17 17:53:50'),
(190010, 1466, '1167-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:50', '2023-09-17 17:53:50'),
(190011, 1466, '1167-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:50', '2023-09-17 17:53:50'),
(190012, 1466, '1167-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:50', '2023-09-17 17:53:50'),
(190013, 1466, '1168-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:50', '2023-09-17 17:53:50'),
(190014, 1466, '1168-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:50', '2023-09-17 17:53:50'),
(190015, 1466, '1168-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:50', '2023-09-17 17:53:50'),
(190016, 1466, '1168-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:50', '2023-09-17 17:53:50'),
(190017, 1466, '1168-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:50', '2023-09-17 17:53:50'),
(190018, 1466, '1168-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:50', '2023-09-17 17:53:50'),
(190019, 1466, '1168-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:50', '2023-09-17 17:53:50'),
(190020, 1466, '1168-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:50', '2023-09-17 17:53:50'),
(190021, 1466, '1168-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:50', '2023-09-17 17:53:50'),
(190022, 1466, '1168-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:50', '2023-09-17 17:53:50'),
(190023, 1466, '1168-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:50', '2023-09-17 17:53:50'),
(190024, 1466, '1168-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:51', '2023-09-17 17:53:51'),
(190025, 1466, '1169-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:51', '2023-09-17 17:53:51'),
(190026, 1466, '1169-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:51', '2023-09-17 17:53:51'),
(190027, 1466, '1169-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:51', '2023-09-17 17:53:51'),
(190028, 1466, '1169-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:51', '2023-09-17 17:53:51'),
(190029, 1466, '1169-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:51', '2023-09-17 17:53:51'),
(190030, 1466, '1169-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:51', '2023-09-17 17:53:51'),
(190031, 1466, '1169-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:51', '2023-09-17 17:53:51'),
(190032, 1466, '1169-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:51', '2023-09-17 17:53:51'),
(190033, 1466, '1169-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:51', '2023-09-17 17:53:51'),
(190034, 1466, '1169-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:51', '2023-09-17 17:53:51'),
(190035, 1466, '1169-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:51', '2023-09-17 17:53:51'),
(190036, 1466, '1169-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:51', '2023-09-17 17:53:51'),
(190037, 1466, '1170-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:51', '2023-09-17 17:53:51'),
(190038, 1466, '1170-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:51', '2023-09-17 17:53:51'),
(190039, 1466, '1170-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:51', '2023-09-17 17:53:51'),
(190040, 1466, '1170-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:51', '2023-09-17 17:53:51'),
(190041, 1466, '1170-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:51', '2023-09-17 17:53:51'),
(190042, 1466, '1170-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:51', '2023-09-17 17:53:51'),
(190043, 1466, '1170-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:51', '2023-09-17 17:53:51'),
(190044, 1466, '1170-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:51', '2023-09-17 17:53:51'),
(190045, 1466, '1170-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:51', '2023-09-17 17:53:51'),
(190046, 1466, '1170-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:51', '2023-09-17 17:53:51'),
(190047, 1466, '1170-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:51', '2023-09-17 17:53:51'),
(190048, 1466, '1170-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:51', '2023-09-17 17:53:51'),
(190049, 1466, '1171-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:51', '2023-09-17 17:53:51'),
(190050, 1466, '1171-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:51', '2023-09-17 17:53:51'),
(190051, 1466, '1171-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:51', '2023-09-17 17:53:51'),
(190052, 1466, '1171-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:51', '2023-09-17 17:53:51'),
(190053, 1466, '1171-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:51', '2023-09-17 17:53:51'),
(190054, 1466, '1171-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:51', '2023-09-17 17:53:51'),
(190055, 1466, '1171-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:51', '2023-09-17 17:53:51'),
(190056, 1466, '1171-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:51', '2023-09-17 17:53:51'),
(190057, 1466, '1171-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:51', '2023-09-17 17:53:51'),
(190058, 1466, '1171-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:51', '2023-09-17 17:53:51'),
(190059, 1466, '1171-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:51', '2023-09-17 17:53:51'),
(190060, 1466, '1171-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:51', '2023-09-17 17:53:51'),
(190061, 1466, '1172-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:51', '2023-09-17 17:53:51'),
(190062, 1466, '1172-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:51', '2023-09-17 17:53:51'),
(190063, 1466, '1172-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:51', '2023-09-17 17:53:51'),
(190064, 1466, '1172-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:51', '2023-09-17 17:53:51'),
(190065, 1466, '1172-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:51', '2023-09-17 17:53:51'),
(190066, 1466, '1172-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:51', '2023-09-17 17:53:51'),
(190067, 1466, '1172-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:51', '2023-09-17 17:53:51'),
(190068, 1466, '1172-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:51', '2023-09-17 17:53:51'),
(190069, 1466, '1172-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:51', '2023-09-17 17:53:51'),
(190070, 1466, '1172-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:51', '2023-09-17 17:53:51'),
(190071, 1466, '1172-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:51', '2023-09-17 17:53:51'),
(190072, 1466, '1172-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:51', '2023-09-17 17:53:51'),
(190073, 1466, '1173-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:51', '2023-09-17 17:53:51'),
(190074, 1466, '1173-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:51', '2023-09-17 17:53:51'),
(190075, 1466, '1173-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:51', '2023-09-17 17:53:51'),
(190076, 1466, '1173-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:51', '2023-09-17 17:53:51'),
(190077, 1466, '1173-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:51', '2023-09-17 17:53:51'),
(190078, 1466, '1173-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:51', '2023-09-17 17:53:51'),
(190079, 1466, '1173-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:51', '2023-09-17 17:53:51'),
(190080, 1466, '1173-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:51', '2023-09-17 17:53:51'),
(190081, 1466, '1173-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:51', '2023-09-17 17:53:51'),
(190082, 1466, '1173-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:51', '2023-09-17 17:53:51'),
(190083, 1466, '1173-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:51', '2023-09-17 17:53:51'),
(190084, 1466, '1173-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:51', '2023-09-17 17:53:51'),
(190085, 1466, '1174-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:51', '2023-09-17 17:53:51'),
(190086, 1466, '1174-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:51', '2023-09-17 17:53:51'),
(190087, 1466, '1174-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:51', '2023-09-17 17:53:51'),
(190088, 1466, '1174-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:51', '2023-09-17 17:53:51'),
(190089, 1466, '1174-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:51', '2023-09-17 17:53:51'),
(190090, 1466, '1174-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:51', '2023-09-17 17:53:51'),
(190091, 1466, '1174-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:51', '2023-09-17 17:53:51'),
(190092, 1466, '1174-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:51', '2023-09-17 17:53:51'),
(190093, 1466, '1174-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:51', '2023-09-17 17:53:51'),
(190094, 1466, '1174-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:51', '2023-09-17 17:53:51'),
(190095, 1466, '1174-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:51', '2023-09-17 17:53:51'),
(190096, 1466, '1174-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:51', '2023-09-17 17:53:51'),
(190097, 1466, '1175-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:51', '2023-09-17 17:53:51'),
(190098, 1466, '1175-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:51', '2023-09-17 17:53:51'),
(190099, 1466, '1175-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:51', '2023-09-17 17:53:51'),
(190100, 1466, '1175-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:51', '2023-09-17 17:53:51'),
(190101, 1466, '1175-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:51', '2023-09-17 17:53:51'),
(190102, 1466, '1175-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:51', '2023-09-17 17:53:51'),
(190103, 1466, '1175-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:51', '2023-09-17 17:53:51'),
(190104, 1466, '1175-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:51', '2023-09-17 17:53:51'),
(190105, 1466, '1175-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:51', '2023-09-17 17:53:51'),
(190106, 1466, '1175-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:51', '2023-09-17 17:53:51'),
(190107, 1466, '1175-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:51', '2023-09-17 17:53:51'),
(190108, 1466, '1175-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:51', '2023-09-17 17:53:51'),
(190109, 1466, '1176-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:51', '2023-09-17 17:53:51'),
(190110, 1466, '1176-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:51', '2023-09-17 17:53:51'),
(190111, 1466, '1176-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:51', '2023-09-17 17:53:51'),
(190112, 1466, '1176-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:51', '2023-09-17 17:53:51'),
(190113, 1466, '1176-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:51', '2023-09-17 17:53:51'),
(190114, 1466, '1176-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:51', '2023-09-17 17:53:51'),
(190115, 1466, '1176-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:51', '2023-09-17 17:53:51'),
(190116, 1466, '1176-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:51', '2023-09-17 17:53:51'),
(190117, 1466, '1176-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:51', '2023-09-17 17:53:51'),
(190118, 1466, '1176-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:51', '2023-09-17 17:53:51'),
(190119, 1466, '1176-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:51', '2023-09-17 17:53:51'),
(190120, 1466, '1176-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:51', '2023-09-17 17:53:51'),
(190121, 1466, '1177-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:51', '2023-09-17 17:53:51'),
(190122, 1466, '1177-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:51', '2023-09-17 17:53:51'),
(190123, 1466, '1177-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:51', '2023-09-17 17:53:51'),
(190124, 1466, '1177-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:51', '2023-09-17 17:53:51'),
(190125, 1466, '1177-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:51', '2023-09-17 17:53:51'),
(190126, 1466, '1177-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:51', '2023-09-17 17:53:51'),
(190127, 1466, '1177-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:51', '2023-09-17 17:53:51'),
(190128, 1466, '1177-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:51', '2023-09-17 17:53:51'),
(190129, 1466, '1177-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:51', '2023-09-17 17:53:51'),
(190130, 1466, '1177-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:51', '2023-09-17 17:53:51'),
(190131, 1466, '1177-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:51', '2023-09-17 17:53:51'),
(190132, 1466, '1177-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:51', '2023-09-17 17:53:51'),
(190133, 1466, '1178-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:51', '2023-09-17 17:53:51'),
(190134, 1466, '1178-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:51', '2023-09-17 17:53:51'),
(190135, 1466, '1178-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:51', '2023-09-17 17:53:51'),
(190136, 1466, '1178-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:51', '2023-09-17 17:53:51'),
(190137, 1466, '1178-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:51', '2023-09-17 17:53:51'),
(190138, 1466, '1178-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:51', '2023-09-17 17:53:51'),
(190139, 1466, '1178-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:51', '2023-09-17 17:53:51'),
(190140, 1466, '1178-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:51', '2023-09-17 17:53:51'),
(190141, 1466, '1178-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:51', '2023-09-17 17:53:51'),
(190142, 1466, '1178-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:51', '2023-09-17 17:53:51'),
(190143, 1466, '1178-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:51', '2023-09-17 17:53:51'),
(190144, 1466, '1178-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:51', '2023-09-17 17:53:51'),
(190145, 1466, '1179-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:51', '2023-09-17 17:53:51'),
(190146, 1466, '1179-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:51', '2023-09-17 17:53:51'),
(190147, 1466, '1179-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:51', '2023-09-17 17:53:51'),
(190148, 1466, '1179-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:51', '2023-09-17 17:53:51'),
(190149, 1466, '1179-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:51', '2023-09-17 17:53:51'),
(190150, 1466, '1179-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:51', '2023-09-17 17:53:51'),
(190151, 1466, '1179-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:51', '2023-09-17 17:53:51'),
(190152, 1466, '1179-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:51', '2023-09-17 17:53:51'),
(190153, 1466, '1179-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:51', '2023-09-17 17:53:51'),
(190154, 1466, '1179-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:51', '2023-09-17 17:53:51'),
(190155, 1466, '1179-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:51', '2023-09-17 17:53:51'),
(190156, 1466, '1179-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:51', '2023-09-17 17:53:51'),
(190157, 1466, '1180-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:51', '2023-09-17 17:53:51'),
(190158, 1466, '1180-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:51', '2023-09-17 17:53:51'),
(190159, 1466, '1180-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:51', '2023-09-17 17:53:51'),
(190160, 1466, '1180-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:51', '2023-09-17 17:53:51'),
(190161, 1466, '1180-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:51', '2023-09-17 17:53:51'),
(190162, 1466, '1180-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:51', '2023-09-17 17:53:51'),
(190163, 1466, '1180-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:51', '2023-09-17 17:53:51'),
(190164, 1466, '1180-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:51', '2023-09-17 17:53:51'),
(190165, 1466, '1180-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:51', '2023-09-17 17:53:51'),
(190166, 1466, '1180-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:51', '2023-09-17 17:53:51'),
(190167, 1466, '1180-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:51', '2023-09-17 17:53:51'),
(190168, 1466, '1180-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:51', '2023-09-17 17:53:51'),
(190169, 1466, '1181-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:51', '2023-09-17 17:53:51'),
(190170, 1466, '1181-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:51', '2023-09-17 17:53:51'),
(190171, 1466, '1181-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:51', '2023-09-17 17:53:51'),
(190172, 1466, '1181-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:51', '2023-09-17 17:53:51'),
(190173, 1466, '1181-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:51', '2023-09-17 17:53:51'),
(190174, 1466, '1181-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:51', '2023-09-17 17:53:51'),
(190175, 1466, '1181-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:51', '2023-09-17 17:53:51'),
(190176, 1466, '1181-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:51', '2023-09-17 17:53:51'),
(190177, 1466, '1181-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:51', '2023-09-17 17:53:51'),
(190178, 1466, '1181-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:51', '2023-09-17 17:53:51'),
(190179, 1466, '1181-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:51', '2023-09-17 17:53:51'),
(190180, 1466, '1181-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:51', '2023-09-17 17:53:51'),
(190181, 1466, '1182-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:51', '2023-09-17 17:53:51'),
(190182, 1466, '1182-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:51', '2023-09-17 17:53:51'),
(190183, 1466, '1182-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:51', '2023-09-17 17:53:51'),
(190184, 1466, '1182-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:51', '2023-09-17 17:53:51'),
(190185, 1466, '1182-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:51', '2023-09-17 17:53:51'),
(190186, 1466, '1182-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:51', '2023-09-17 17:53:51'),
(190187, 1466, '1182-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:51', '2023-09-17 17:53:51'),
(190188, 1466, '1182-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:51', '2023-09-17 17:53:51'),
(190189, 1466, '1182-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:51', '2023-09-17 17:53:51'),
(190190, 1466, '1182-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:51', '2023-09-17 17:53:51'),
(190191, 1466, '1182-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:51', '2023-09-17 17:53:51'),
(190192, 1466, '1182-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:51', '2023-09-17 17:53:51'),
(190193, 1466, '1183-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:51', '2023-09-17 17:53:51'),
(190194, 1466, '1183-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:51', '2023-09-17 17:53:51'),
(190195, 1466, '1183-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:51', '2023-09-17 17:53:51'),
(190196, 1466, '1183-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:51', '2023-09-17 17:53:51'),
(190197, 1466, '1183-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:51', '2023-09-17 17:53:51'),
(190198, 1466, '1183-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:51', '2023-09-17 17:53:51'),
(190199, 1466, '1183-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:51', '2023-09-17 17:53:51'),
(190200, 1466, '1183-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:51', '2023-09-17 17:53:51'),
(190201, 1466, '1183-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:51', '2023-09-17 17:53:51'),
(190202, 1466, '1183-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:51', '2023-09-17 17:53:51'),
(190203, 1466, '1183-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:51', '2023-09-17 17:53:51'),
(190204, 1466, '1183-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:51', '2023-09-17 17:53:51'),
(190205, 1466, '1184-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:51', '2023-09-17 17:53:51'),
(190206, 1466, '1184-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:51', '2023-09-17 17:53:51'),
(190207, 1466, '1184-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:51', '2023-09-17 17:53:51'),
(190208, 1466, '1184-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:51', '2023-09-17 17:53:51'),
(190209, 1466, '1184-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:51', '2023-09-17 17:53:51'),
(190210, 1466, '1184-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:51', '2023-09-17 17:53:51'),
(190211, 1466, '1184-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:51', '2023-09-17 17:53:51'),
(190212, 1466, '1184-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:51', '2023-09-17 17:53:51'),
(190213, 1466, '1184-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:51', '2023-09-17 17:53:51'),
(190214, 1466, '1184-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:51', '2023-09-17 17:53:51'),
(190215, 1466, '1184-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:51', '2023-09-17 17:53:51'),
(190216, 1466, '1184-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:51', '2023-09-17 17:53:51'),
(190217, 1466, '1185-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:51', '2023-09-17 17:53:51'),
(190218, 1466, '1185-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:51', '2023-09-17 17:53:51'),
(190219, 1466, '1185-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:51', '2023-09-17 17:53:51'),
(190220, 1466, '1185-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:51', '2023-09-17 17:53:51'),
(190221, 1466, '1185-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:51', '2023-09-17 17:53:51'),
(190222, 1466, '1185-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:51', '2023-09-17 17:53:51'),
(190223, 1466, '1185-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:51', '2023-09-17 17:53:51'),
(190224, 1466, '1185-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:51', '2023-09-17 17:53:51'),
(190225, 1466, '1185-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:51', '2023-09-17 17:53:51'),
(190226, 1466, '1185-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:51', '2023-09-17 17:53:51'),
(190227, 1466, '1185-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:51', '2023-09-17 17:53:51'),
(190228, 1466, '1185-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:51', '2023-09-17 17:53:51'),
(190229, 1466, '1186-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:51', '2023-09-17 17:53:51'),
(190230, 1466, '1186-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:51', '2023-09-17 17:53:51'),
(190231, 1466, '1186-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:51', '2023-09-17 17:53:51'),
(190232, 1466, '1186-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:51', '2023-09-17 17:53:51'),
(190233, 1466, '1186-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:51', '2023-09-17 17:53:51'),
(190234, 1466, '1186-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:51', '2023-09-17 17:53:51'),
(190235, 1466, '1186-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:51', '2023-09-17 17:53:51'),
(190236, 1466, '1186-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:51', '2023-09-17 17:53:51'),
(190237, 1466, '1186-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:51', '2023-09-17 17:53:51'),
(190238, 1466, '1186-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:51', '2023-09-17 17:53:51'),
(190239, 1466, '1186-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:51', '2023-09-17 17:53:51'),
(190240, 1466, '1186-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:51', '2023-09-17 17:53:51'),
(190241, 1466, '1187-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:51', '2023-09-17 17:53:51'),
(190242, 1466, '1187-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:51', '2023-09-17 17:53:51'),
(190243, 1466, '1187-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:51', '2023-09-17 17:53:51'),
(190244, 1466, '1187-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:51', '2023-09-17 17:53:51'),
(190245, 1466, '1187-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:51', '2023-09-17 17:53:51'),
(190246, 1466, '1187-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:51', '2023-09-17 17:53:51'),
(190247, 1466, '1187-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:51', '2023-09-17 17:53:51'),
(190248, 1466, '1187-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:51', '2023-09-17 17:53:51'),
(190249, 1466, '1187-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:51', '2023-09-17 17:53:51'),
(190250, 1466, '1187-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:51', '2023-09-17 17:53:51'),
(190251, 1466, '1187-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:51', '2023-09-17 17:53:51'),
(190252, 1466, '1187-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:51', '2023-09-17 17:53:51'),
(190253, 1466, '1188-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:51', '2023-09-17 17:53:51'),
(190254, 1466, '1188-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:51', '2023-09-17 17:53:51'),
(190255, 1466, '1188-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:51', '2023-09-17 17:53:51'),
(190256, 1466, '1188-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:51', '2023-09-17 17:53:51'),
(190257, 1466, '1188-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:51', '2023-09-17 17:53:51'),
(190258, 1466, '1188-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:51', '2023-09-17 17:53:51'),
(190259, 1466, '1188-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190260, 1466, '1188-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190261, 1466, '1188-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190262, 1466, '1188-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190263, 1466, '1188-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190264, 1466, '1188-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190265, 1466, '1189-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190266, 1466, '1189-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190267, 1466, '1189-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190268, 1466, '1189-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190269, 1466, '1189-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190270, 1466, '1189-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190271, 1466, '1189-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190272, 1466, '1189-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190273, 1466, '1189-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190274, 1466, '1189-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190275, 1466, '1189-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190276, 1466, '1189-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190277, 1466, '1190-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190278, 1466, '1190-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190279, 1466, '1190-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190280, 1466, '1190-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190281, 1466, '1190-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190282, 1466, '1190-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190283, 1466, '1190-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190284, 1466, '1190-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190285, 1466, '1190-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190286, 1466, '1190-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190287, 1466, '1190-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190288, 1466, '1190-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190289, 1466, '1191-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190290, 1466, '1191-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190291, 1466, '1191-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190292, 1466, '1191-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190293, 1466, '1191-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190294, 1466, '1191-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190295, 1466, '1191-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190296, 1466, '1191-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190297, 1466, '1191-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190298, 1466, '1191-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190299, 1466, '1191-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190300, 1466, '1191-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190301, 1466, '1192-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190302, 1466, '1192-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190303, 1466, '1192-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190304, 1466, '1192-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190305, 1466, '1192-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190306, 1466, '1192-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190307, 1466, '1192-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190308, 1466, '1192-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190309, 1466, '1192-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190310, 1466, '1192-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190311, 1466, '1192-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190312, 1466, '1192-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190313, 1466, '1193-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190314, 1466, '1193-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190315, 1466, '1193-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190316, 1466, '1193-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190317, 1466, '1193-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190318, 1466, '1193-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190319, 1466, '1193-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190320, 1466, '1193-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190321, 1466, '1193-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190322, 1466, '1193-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190323, 1466, '1193-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190324, 1466, '1193-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190325, 1466, '1194-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190326, 1466, '1194-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190327, 1466, '1194-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190328, 1466, '1194-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190329, 1466, '1194-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190330, 1466, '1194-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190331, 1466, '1194-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190332, 1466, '1194-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190333, 1466, '1194-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190334, 1466, '1194-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190335, 1466, '1194-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190336, 1466, '1194-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190337, 1466, '1195-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190338, 1466, '1195-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190339, 1466, '1195-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190340, 1466, '1195-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190341, 1466, '1195-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190342, 1466, '1195-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190343, 1466, '1195-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190344, 1466, '1195-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190345, 1466, '1195-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190346, 1466, '1195-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190347, 1466, '1195-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190348, 1466, '1195-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190349, 1466, '1196-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190350, 1466, '1196-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190351, 1466, '1196-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190352, 1466, '1196-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190353, 1466, '1196-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190354, 1466, '1196-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190355, 1466, '1196-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190356, 1466, '1196-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190357, 1466, '1196-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190358, 1466, '1196-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190359, 1466, '1196-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190360, 1466, '1196-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190361, 1466, '1197-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190362, 1466, '1197-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190363, 1466, '1197-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190364, 1466, '1197-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190365, 1466, '1197-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190366, 1466, '1197-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190367, 1466, '1197-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190368, 1466, '1197-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190369, 1466, '1197-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190370, 1466, '1197-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190371, 1466, '1197-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190372, 1466, '1197-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190373, 1466, '1198-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190374, 1466, '1198-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190375, 1466, '1198-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190376, 1466, '1198-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190377, 1466, '1198-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190378, 1466, '1198-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190379, 1466, '1198-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190380, 1466, '1198-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190381, 1466, '1198-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190382, 1466, '1198-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190383, 1466, '1198-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190384, 1466, '1198-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190385, 1466, '1199-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190386, 1466, '1199-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190387, 1466, '1199-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190388, 1466, '1199-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190389, 1466, '1199-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190390, 1466, '1199-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190391, 1466, '1199-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190392, 1466, '1199-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190393, 1466, '1199-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190394, 1466, '1199-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190395, 1466, '1199-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190396, 1466, '1199-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190397, 1466, '1200-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190398, 1466, '1200-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190399, 1466, '1200-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190400, 1466, '1200-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190401, 1466, '1200-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190402, 1466, '1200-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190403, 1466, '1200-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190404, 1466, '1200-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190405, 1466, '1200-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190406, 1466, '1200-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190407, 1466, '1200-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190408, 1466, '1200-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190409, 1466, '1201-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190410, 1466, '1201-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190411, 1466, '1201-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190412, 1466, '1201-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190413, 1466, '1201-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190414, 1466, '1201-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190415, 1466, '1201-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190416, 1466, '1201-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190417, 1466, '1201-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190418, 1466, '1201-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190419, 1466, '1201-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190420, 1466, '1201-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190421, 1466, '1202-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190422, 1466, '1202-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190423, 1466, '1202-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190424, 1466, '1202-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190425, 1466, '1202-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190426, 1466, '1202-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190427, 1466, '1202-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190428, 1466, '1202-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190429, 1466, '1202-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190430, 1466, '1202-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190431, 1466, '1202-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(190432, 1466, '1202-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190433, 1466, '1203-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190434, 1466, '1203-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190435, 1466, '1203-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190436, 1466, '1203-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190437, 1466, '1203-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190438, 1466, '1203-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190439, 1466, '1203-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190440, 1466, '1203-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190441, 1466, '1203-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190442, 1466, '1203-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190443, 1466, '1203-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190444, 1466, '1203-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190445, 1466, '1204-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190446, 1466, '1204-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190447, 1466, '1204-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190448, 1466, '1204-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190449, 1466, '1204-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190450, 1466, '1204-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190451, 1466, '1204-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190452, 1466, '1204-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190453, 1466, '1204-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190454, 1466, '1204-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190455, 1466, '1204-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190456, 1466, '1204-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190457, 1466, '1205-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190458, 1466, '1205-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190459, 1466, '1205-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190460, 1466, '1205-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190461, 1466, '1205-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190462, 1466, '1205-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190463, 1466, '1205-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190464, 1466, '1205-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190465, 1466, '1205-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190466, 1466, '1205-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190467, 1466, '1205-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190468, 1466, '1205-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190469, 1466, '1206-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190470, 1466, '1206-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190471, 1466, '1206-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190472, 1466, '1206-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190473, 1466, '1206-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190474, 1466, '1206-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190475, 1466, '1206-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190476, 1466, '1206-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190477, 1466, '1206-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190478, 1466, '1206-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190479, 1466, '1206-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190480, 1466, '1206-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190481, 1466, '1207-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190482, 1466, '1207-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190483, 1466, '1207-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190484, 1466, '1207-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190485, 1466, '1207-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190486, 1466, '1207-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190487, 1466, '1207-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190488, 1466, '1207-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190489, 1466, '1207-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190490, 1466, '1207-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190491, 1466, '1207-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190492, 1466, '1207-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190493, 1466, '1208-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190494, 1466, '1208-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190495, 1466, '1208-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190496, 1466, '1208-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190497, 1466, '1208-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190498, 1466, '1208-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190499, 1466, '1208-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190500, 1466, '1208-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190501, 1466, '1208-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190502, 1466, '1208-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190503, 1466, '1208-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190504, 1466, '1208-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190505, 1466, '1209-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190506, 1466, '1209-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190507, 1466, '1209-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190508, 1466, '1209-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190509, 1466, '1209-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190510, 1466, '1209-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190511, 1466, '1209-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190512, 1466, '1209-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190513, 1466, '1209-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190514, 1466, '1209-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190515, 1466, '1209-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190516, 1466, '1209-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190517, 1466, '1210-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190518, 1466, '1210-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190519, 1466, '1210-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190520, 1466, '1210-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190521, 1466, '1210-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190522, 1466, '1210-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190523, 1466, '1210-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190524, 1466, '1210-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190525, 1466, '1210-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190526, 1466, '1210-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190527, 1466, '1210-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190528, 1466, '1210-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190529, 1466, '1211-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190530, 1466, '1211-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190531, 1466, '1211-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190532, 1466, '1211-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190533, 1466, '1211-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190534, 1466, '1211-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190535, 1466, '1211-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190536, 1466, '1211-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190537, 1466, '1211-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190538, 1466, '1211-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190539, 1466, '1211-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190540, 1466, '1211-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190541, 1466, '1212-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190542, 1466, '1212-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190543, 1466, '1212-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190544, 1466, '1212-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190545, 1466, '1212-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190546, 1466, '1212-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190547, 1466, '1212-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190548, 1466, '1212-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190549, 1466, '1212-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190550, 1466, '1212-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190551, 1466, '1212-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190552, 1466, '1212-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190553, 1466, '1213-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190554, 1466, '1213-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190555, 1466, '1213-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190556, 1466, '1213-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190557, 1466, '1213-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190558, 1466, '1213-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190559, 1466, '1213-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190560, 1466, '1213-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190561, 1466, '1213-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190562, 1466, '1213-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190563, 1466, '1213-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190564, 1466, '1213-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190565, 1466, '1214-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190566, 1466, '1214-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190567, 1466, '1214-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190568, 1466, '1214-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190569, 1466, '1214-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190570, 1466, '1214-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190571, 1466, '1214-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190572, 1466, '1214-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190573, 1466, '1214-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190574, 1466, '1214-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190575, 1466, '1214-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190576, 1466, '1214-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190577, 1466, '1215-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190578, 1466, '1215-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190579, 1466, '1215-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190580, 1466, '1215-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190581, 1466, '1215-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190582, 1466, '1215-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190583, 1466, '1215-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190584, 1466, '1215-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190585, 1466, '1215-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190586, 1466, '1215-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190587, 1466, '1215-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190588, 1466, '1215-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190589, 1466, '1216-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190590, 1466, '1216-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190591, 1466, '1216-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190592, 1466, '1216-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190593, 1466, '1216-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190594, 1466, '1216-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190595, 1466, '1216-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190596, 1466, '1216-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190597, 1466, '1216-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190598, 1466, '1216-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190599, 1466, '1216-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190600, 1466, '1216-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190601, 1466, '1217-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190602, 1466, '1217-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190603, 1466, '1217-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190604, 1466, '1217-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190605, 1466, '1217-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190606, 1466, '1217-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190607, 1466, '1217-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190608, 1466, '1217-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190609, 1466, '1217-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190610, 1466, '1217-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190611, 1466, '1217-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190612, 1466, '1217-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190613, 1466, '1218-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:52', '2023-09-17 17:53:52'),
(190614, 1466, '1218-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190615, 1466, '1218-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190616, 1466, '1218-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190617, 1466, '1218-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190618, 1466, '1218-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190619, 1466, '1218-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190620, 1466, '1218-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190621, 1466, '1218-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190622, 1466, '1218-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190623, 1466, '1218-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190624, 1466, '1218-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190625, 1466, '1219-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190626, 1466, '1219-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190627, 1466, '1219-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190628, 1466, '1219-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190629, 1466, '1219-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190630, 1466, '1219-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190631, 1466, '1219-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190632, 1466, '1219-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190633, 1466, '1219-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190634, 1466, '1219-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190635, 1466, '1219-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190636, 1466, '1219-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190637, 1466, '1220-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190638, 1466, '1220-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190639, 1466, '1220-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190640, 1466, '1220-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190641, 1466, '1220-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190642, 1466, '1220-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190643, 1466, '1220-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190644, 1466, '1220-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190645, 1466, '1220-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190646, 1466, '1220-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190647, 1466, '1220-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190648, 1466, '1220-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190649, 1466, '1221-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190650, 1466, '1221-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190651, 1466, '1221-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190652, 1466, '1221-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190653, 1466, '1221-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190654, 1466, '1221-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190655, 1466, '1221-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190656, 1466, '1221-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190657, 1466, '1221-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190658, 1466, '1221-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190659, 1466, '1221-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190660, 1466, '1221-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190661, 1466, '1222-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190662, 1466, '1222-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190663, 1466, '1222-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190664, 1466, '1222-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190665, 1466, '1222-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190666, 1466, '1222-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190667, 1466, '1222-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190668, 1466, '1222-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190669, 1466, '1222-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190670, 1466, '1222-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190671, 1466, '1222-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190672, 1466, '1222-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190673, 1466, '1223-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190674, 1466, '1223-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190675, 1466, '1223-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190676, 1466, '1223-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190677, 1466, '1223-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190678, 1466, '1223-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190679, 1466, '1223-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190680, 1466, '1223-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190681, 1466, '1223-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190682, 1466, '1223-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190683, 1466, '1223-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190684, 1466, '1223-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190685, 1466, '1224-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190686, 1466, '1224-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190687, 1466, '1224-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190688, 1466, '1224-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190689, 1466, '1224-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190690, 1466, '1224-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190691, 1466, '1224-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190692, 1466, '1224-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190693, 1466, '1224-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190694, 1466, '1224-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190695, 1466, '1224-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190696, 1466, '1224-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190697, 1466, '1225-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190698, 1466, '1225-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190699, 1466, '1225-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190700, 1466, '1225-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190701, 1466, '1225-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190702, 1466, '1225-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190703, 1466, '1225-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190704, 1466, '1225-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190705, 1466, '1225-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190706, 1466, '1225-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190707, 1466, '1225-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190708, 1466, '1225-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190709, 1466, '1226-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190710, 1466, '1226-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190711, 1466, '1226-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190712, 1466, '1226-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190713, 1466, '1226-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190714, 1466, '1226-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190715, 1466, '1226-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190716, 1466, '1226-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190717, 1466, '1226-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190718, 1466, '1226-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190719, 1466, '1226-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190720, 1466, '1226-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190721, 1466, '1227-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190722, 1466, '1227-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190723, 1466, '1227-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190724, 1466, '1227-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190725, 1466, '1227-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190726, 1466, '1227-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190727, 1466, '1227-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190728, 1466, '1227-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190729, 1466, '1227-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190730, 1466, '1227-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190731, 1466, '1227-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190732, 1466, '1227-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190733, 1466, '1228-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190734, 1466, '1228-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190735, 1466, '1228-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190736, 1466, '1228-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190737, 1466, '1228-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190738, 1466, '1228-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190739, 1466, '1228-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190740, 1466, '1228-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190741, 1466, '1228-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190742, 1466, '1228-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190743, 1466, '1228-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190744, 1466, '1228-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190745, 1466, '1229-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190746, 1466, '1229-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190747, 1466, '1229-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190748, 1466, '1229-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190749, 1466, '1229-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190750, 1466, '1229-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190751, 1466, '1229-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190752, 1466, '1229-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190753, 1466, '1229-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190754, 1466, '1229-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190755, 1466, '1229-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190756, 1466, '1229-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190757, 1466, '1230-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190758, 1466, '1230-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190759, 1466, '1230-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190760, 1466, '1230-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190761, 1466, '1230-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190762, 1466, '1230-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190763, 1466, '1230-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190764, 1466, '1230-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190765, 1466, '1230-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190766, 1466, '1230-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190767, 1466, '1230-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190768, 1466, '1230-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190769, 1466, '1231-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190770, 1466, '1231-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190771, 1466, '1231-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190772, 1466, '1231-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190773, 1466, '1231-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190774, 1466, '1231-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190775, 1466, '1231-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190776, 1466, '1231-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190777, 1466, '1231-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190778, 1466, '1231-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190779, 1466, '1231-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190780, 1466, '1231-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190781, 1466, '1232-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190782, 1466, '1232-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190783, 1466, '1232-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190784, 1466, '1232-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190785, 1466, '1232-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190786, 1466, '1232-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190787, 1466, '1232-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190788, 1466, '1232-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190789, 1466, '1232-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190790, 1466, '1232-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190791, 1466, '1232-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190792, 1466, '1232-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190793, 1466, '1233-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190794, 1466, '1233-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190795, 1466, '1233-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190796, 1466, '1233-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190797, 1466, '1233-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190798, 1466, '1233-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190799, 1466, '1233-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190800, 1466, '1233-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190801, 1466, '1233-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190802, 1466, '1233-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190803, 1466, '1233-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190804, 1466, '1233-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190805, 1466, '1234-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190806, 1466, '1234-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190807, 1466, '1234-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190808, 1466, '1234-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190809, 1466, '1234-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190810, 1466, '1234-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190811, 1466, '1234-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190812, 1466, '1234-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190813, 1466, '1234-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190814, 1466, '1234-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190815, 1466, '1234-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190816, 1466, '1234-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190817, 1466, '1235-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190818, 1466, '1235-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190819, 1466, '1235-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190820, 1466, '1235-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190821, 1466, '1235-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190822, 1466, '1235-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190823, 1466, '1235-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190824, 1466, '1235-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190825, 1466, '1235-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190826, 1466, '1235-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190827, 1466, '1235-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190828, 1466, '1235-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190829, 1466, '1236-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190830, 1466, '1236-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190831, 1466, '1236-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190832, 1466, '1236-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190833, 1466, '1236-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190834, 1466, '1236-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190835, 1466, '1236-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190836, 1466, '1236-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190837, 1466, '1236-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190838, 1466, '1236-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190839, 1466, '1236-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190840, 1466, '1236-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190841, 1466, '1237-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190842, 1466, '1237-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190843, 1466, '1237-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190844, 1466, '1237-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190845, 1466, '1237-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190846, 1466, '1237-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190847, 1466, '1237-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190848, 1466, '1237-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190849, 1466, '1237-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190850, 1466, '1237-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190851, 1466, '1237-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190852, 1466, '1237-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190853, 1466, '1238-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190854, 1466, '1238-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190855, 1466, '1238-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190856, 1466, '1238-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190857, 1466, '1238-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190858, 1466, '1238-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190859, 1466, '1238-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190860, 1466, '1238-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190861, 1466, '1238-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190862, 1466, '1238-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190863, 1466, '1238-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190864, 1466, '1238-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190865, 1466, '1239-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190866, 1466, '1239-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190867, 1466, '1239-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190868, 1466, '1239-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190869, 1466, '1239-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190870, 1466, '1239-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190871, 1466, '1239-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190872, 1466, '1239-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190873, 1466, '1239-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190874, 1466, '1239-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190875, 1466, '1239-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190876, 1466, '1239-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190877, 1466, '1240-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190878, 1466, '1240-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190879, 1466, '1240-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190880, 1466, '1240-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190881, 1466, '1240-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190882, 1466, '1240-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190883, 1466, '1240-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190884, 1466, '1240-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190885, 1466, '1240-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190886, 1466, '1240-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190887, 1466, '1240-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190888, 1466, '1240-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190889, 1466, '1241-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190890, 1466, '1241-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190891, 1466, '1241-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190892, 1466, '1241-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190893, 1466, '1241-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190894, 1466, '1241-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190895, 1466, '1241-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190896, 1466, '1241-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(190897, 1466, '1241-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190898, 1466, '1241-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190899, 1466, '1241-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190900, 1466, '1241-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190901, 1466, '1242-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190902, 1466, '1242-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190903, 1466, '1242-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190904, 1466, '1242-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190905, 1466, '1242-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190906, 1466, '1242-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190907, 1466, '1242-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190908, 1466, '1242-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190909, 1466, '1242-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190910, 1466, '1242-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190911, 1466, '1242-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190912, 1466, '1242-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190913, 1466, '1243-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190914, 1466, '1243-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190915, 1466, '1243-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190916, 1466, '1243-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190917, 1466, '1243-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190918, 1466, '1243-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190919, 1466, '1243-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190920, 1466, '1243-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190921, 1466, '1243-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190922, 1466, '1243-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190923, 1466, '1243-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190924, 1466, '1243-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190925, 1466, '1244-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190926, 1466, '1244-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190927, 1466, '1244-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190928, 1466, '1244-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190929, 1466, '1244-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190930, 1466, '1244-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190931, 1466, '1244-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190932, 1466, '1244-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190933, 1466, '1244-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190934, 1466, '1244-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190935, 1466, '1244-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190936, 1466, '1244-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190937, 1466, '1245-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190938, 1466, '1245-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190939, 1466, '1245-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190940, 1466, '1245-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190941, 1466, '1245-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190942, 1466, '1245-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190943, 1466, '1245-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190944, 1466, '1245-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190945, 1466, '1245-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190946, 1466, '1245-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190947, 1466, '1245-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190948, 1466, '1245-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190949, 1466, '1246-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190950, 1466, '1246-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190951, 1466, '1246-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190952, 1466, '1246-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190953, 1466, '1246-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190954, 1466, '1246-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190955, 1466, '1246-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190956, 1466, '1246-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190957, 1466, '1246-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190958, 1466, '1246-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190959, 1466, '1246-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190960, 1466, '1246-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190961, 1466, '1247-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190962, 1466, '1247-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190963, 1466, '1247-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190964, 1466, '1247-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190965, 1466, '1247-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190966, 1466, '1247-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190967, 1466, '1247-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190968, 1466, '1247-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190969, 1466, '1247-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190970, 1466, '1247-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190971, 1466, '1247-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190972, 1466, '1247-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190973, 1466, '1248-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190974, 1466, '1248-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190975, 1466, '1248-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190976, 1466, '1248-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190977, 1466, '1248-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190978, 1466, '1248-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190979, 1466, '1248-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190980, 1466, '1248-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:53', '2023-09-17 17:53:53'),
(190981, 1466, '1248-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(190982, 1466, '1248-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(190983, 1466, '1248-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(190984, 1466, '1248-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(190985, 1466, '1249-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(190986, 1466, '1249-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(190987, 1466, '1249-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(190988, 1466, '1249-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(190989, 1466, '1249-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(190990, 1466, '1249-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(190991, 1466, '1249-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(190992, 1466, '1249-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(190993, 1466, '1249-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(190994, 1466, '1249-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(190995, 1466, '1249-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(190996, 1466, '1249-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(190997, 1466, '1250-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(190998, 1466, '1250-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(190999, 1466, '1250-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191000, 1466, '1250-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191001, 1466, '1250-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191002, 1466, '1250-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191003, 1466, '1250-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191004, 1466, '1250-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191005, 1466, '1250-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191006, 1466, '1250-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191007, 1466, '1250-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191008, 1466, '1250-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191009, 1466, '1251-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191010, 1466, '1251-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191011, 1466, '1251-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191012, 1466, '1251-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191013, 1466, '1251-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191014, 1466, '1251-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191015, 1466, '1251-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191016, 1466, '1251-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191017, 1466, '1251-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191018, 1466, '1251-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191019, 1466, '1251-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191020, 1466, '1251-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191021, 1466, '1252-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191022, 1466, '1252-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191023, 1466, '1252-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191024, 1466, '1252-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191025, 1466, '1252-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191026, 1466, '1252-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191027, 1466, '1252-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191028, 1466, '1252-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191029, 1466, '1252-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191030, 1466, '1252-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191031, 1466, '1252-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191032, 1466, '1252-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191033, 1466, '1253-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191034, 1466, '1253-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191035, 1466, '1253-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191036, 1466, '1253-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191037, 1466, '1253-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191038, 1466, '1253-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191039, 1466, '1253-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191040, 1466, '1253-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191041, 1466, '1253-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191042, 1466, '1253-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191043, 1466, '1253-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191044, 1466, '1253-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191045, 1466, '1254-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191046, 1466, '1254-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191047, 1466, '1254-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191048, 1466, '1254-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191049, 1466, '1254-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191050, 1466, '1254-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191051, 1466, '1254-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191052, 1466, '1254-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191053, 1466, '1254-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191054, 1466, '1254-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191055, 1466, '1254-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191056, 1466, '1254-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191057, 1466, '1255-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191058, 1466, '1255-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191059, 1466, '1255-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191060, 1466, '1255-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191061, 1466, '1255-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191062, 1466, '1255-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191063, 1466, '1255-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191064, 1466, '1255-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191065, 1466, '1255-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191066, 1466, '1255-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191067, 1466, '1255-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191068, 1466, '1255-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191069, 1466, '1256-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191070, 1466, '1256-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191071, 1466, '1256-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191072, 1466, '1256-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191073, 1466, '1256-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191074, 1466, '1256-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191075, 1466, '1256-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191076, 1466, '1256-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191077, 1466, '1256-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191078, 1466, '1256-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191079, 1466, '1256-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191080, 1466, '1256-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191081, 1466, '1257-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191082, 1466, '1257-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191083, 1466, '1257-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191084, 1466, '1257-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191085, 1466, '1257-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191086, 1466, '1257-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191087, 1466, '1257-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191088, 1466, '1257-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191089, 1466, '1257-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191090, 1466, '1257-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191091, 1466, '1257-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191092, 1466, '1257-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191093, 1466, '1258-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191094, 1466, '1258-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191095, 1466, '1258-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191096, 1466, '1258-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191097, 1466, '1258-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191098, 1466, '1258-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191099, 1466, '1258-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191100, 1466, '1258-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191101, 1466, '1258-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191102, 1466, '1258-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191103, 1466, '1258-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191104, 1466, '1258-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191105, 1466, '1259-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191106, 1466, '1259-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191107, 1466, '1259-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191108, 1466, '1259-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191109, 1466, '1259-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191110, 1466, '1259-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191111, 1466, '1259-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191112, 1466, '1259-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191113, 1466, '1259-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191114, 1466, '1259-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191115, 1466, '1259-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191116, 1466, '1259-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191117, 1466, '1260-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191118, 1466, '1260-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191119, 1466, '1260-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191120, 1466, '1260-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191121, 1466, '1260-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191122, 1466, '1260-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191123, 1466, '1260-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191124, 1466, '1260-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191125, 1466, '1260-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191126, 1466, '1260-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191127, 1466, '1260-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191128, 1466, '1260-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191129, 1466, '1261-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191130, 1466, '1261-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191131, 1466, '1261-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191132, 1466, '1261-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191133, 1466, '1261-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191134, 1466, '1261-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191135, 1466, '1261-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191136, 1466, '1261-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191137, 1466, '1261-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191138, 1466, '1261-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191139, 1466, '1261-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191140, 1466, '1261-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191141, 1466, '1262-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191142, 1466, '1262-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191143, 1466, '1262-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191144, 1466, '1262-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191145, 1466, '1262-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191146, 1466, '1262-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191147, 1466, '1262-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191148, 1466, '1262-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191149, 1466, '1262-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191150, 1466, '1262-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191151, 1466, '1262-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191152, 1466, '1262-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191153, 1466, '1263-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191154, 1466, '1263-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191155, 1466, '1263-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191156, 1466, '1263-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191157, 1466, '1263-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191158, 1466, '1263-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191159, 1466, '1263-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191160, 1466, '1263-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191161, 1466, '1263-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191162, 1466, '1263-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191163, 1466, '1263-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191164, 1466, '1263-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191165, 1466, '1264-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191166, 1466, '1264-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191167, 1466, '1264-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191168, 1466, '1264-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191169, 1466, '1264-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191170, 1466, '1264-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191171, 1466, '1264-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191172, 1466, '1264-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191173, 1466, '1264-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191174, 1466, '1264-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191175, 1466, '1264-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191176, 1466, '1264-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191177, 1466, '1265-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191178, 1466, '1265-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191179, 1466, '1265-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191180, 1466, '1265-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191181, 1466, '1265-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191182, 1466, '1265-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191183, 1466, '1265-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191184, 1466, '1265-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191185, 1466, '1265-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191186, 1466, '1265-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191187, 1466, '1265-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191188, 1466, '1265-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191189, 1466, '1266-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191190, 1466, '1266-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191191, 1466, '1266-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191192, 1466, '1266-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191193, 1466, '1266-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191194, 1466, '1266-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191195, 1466, '1266-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191196, 1466, '1266-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191197, 1466, '1266-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191198, 1466, '1266-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191199, 1466, '1266-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191200, 1466, '1266-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191201, 1466, '1267-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191202, 1466, '1267-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191203, 1466, '1267-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191204, 1466, '1267-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191205, 1466, '1267-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191206, 1466, '1267-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191207, 1466, '1267-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191208, 1466, '1267-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191209, 1466, '1267-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191210, 1466, '1267-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191211, 1466, '1267-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191212, 1466, '1267-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191213, 1466, '1268-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191214, 1466, '1268-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191215, 1466, '1268-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191216, 1466, '1268-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191217, 1466, '1268-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191218, 1466, '1268-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191219, 1466, '1268-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191220, 1466, '1268-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191221, 1466, '1268-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191222, 1466, '1268-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191223, 1466, '1268-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191224, 1466, '1268-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191225, 1466, '1269-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191226, 1466, '1269-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191227, 1466, '1269-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191228, 1466, '1269-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191229, 1466, '1269-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191230, 1466, '1269-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191231, 1466, '1269-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191232, 1466, '1269-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191233, 1466, '1269-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191234, 1466, '1269-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191235, 1466, '1269-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191236, 1466, '1269-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191237, 1466, '1270-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191238, 1466, '1270-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191239, 1466, '1270-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191240, 1466, '1270-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191241, 1466, '1270-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191242, 1466, '1270-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191243, 1466, '1270-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191244, 1466, '1270-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191245, 1466, '1270-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191246, 1466, '1270-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191247, 1466, '1270-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191248, 1466, '1270-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191249, 1466, '1271-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191250, 1466, '1271-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191251, 1466, '1271-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191252, 1466, '1271-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191253, 1466, '1271-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191254, 1466, '1271-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191255, 1466, '1271-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191256, 1466, '1271-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191257, 1466, '1271-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191258, 1466, '1271-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191259, 1466, '1271-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191260, 1466, '1271-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191261, 1466, '1272-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191262, 1466, '1272-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191263, 1466, '1272-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191264, 1466, '1272-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191265, 1466, '1272-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191266, 1466, '1272-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191267, 1466, '1272-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191268, 1466, '1272-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191269, 1466, '1272-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191270, 1466, '1272-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191271, 1466, '1272-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191272, 1466, '1272-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191273, 1466, '1273-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191274, 1466, '1273-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191275, 1466, '1273-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191276, 1466, '1273-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191277, 1466, '1273-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191278, 1466, '1273-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191279, 1466, '1273-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191280, 1466, '1273-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191281, 1466, '1273-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191282, 1466, '1273-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191283, 1466, '1273-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191284, 1466, '1273-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191285, 1466, '1274-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191286, 1466, '1274-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191287, 1466, '1274-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191288, 1466, '1274-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191289, 1466, '1274-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191290, 1466, '1274-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191291, 1466, '1274-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191292, 1466, '1274-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191293, 1466, '1274-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191294, 1466, '1274-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191295, 1466, '1274-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191296, 1466, '1274-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191297, 1466, '1275-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191298, 1466, '1275-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191299, 1466, '1275-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191300, 1466, '1275-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191301, 1466, '1275-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191302, 1466, '1275-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191303, 1466, '1275-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191304, 1466, '1275-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191305, 1466, '1275-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191306, 1466, '1275-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191307, 1466, '1275-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191308, 1466, '1275-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191309, 1466, '1276-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191310, 1466, '1276-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191311, 1466, '1276-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191312, 1466, '1276-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191313, 1466, '1276-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191314, 1466, '1276-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191315, 1466, '1276-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191316, 1466, '1276-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191317, 1466, '1276-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191318, 1466, '1276-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191319, 1466, '1276-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191320, 1466, '1276-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191321, 1466, '1277-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191322, 1466, '1277-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191323, 1466, '1277-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191324, 1466, '1277-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191325, 1466, '1277-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191326, 1466, '1277-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191327, 1466, '1277-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191328, 1466, '1277-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191329, 1466, '1277-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191330, 1466, '1277-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191331, 1466, '1277-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191332, 1466, '1277-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191333, 1466, '1278-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191334, 1466, '1278-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191335, 1466, '1278-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191336, 1466, '1278-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191337, 1466, '1278-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191338, 1466, '1278-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191339, 1466, '1278-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191340, 1466, '1278-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191341, 1466, '1278-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191342, 1466, '1278-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191343, 1466, '1278-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191344, 1466, '1278-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191345, 1466, '1279-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191346, 1466, '1279-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191347, 1466, '1279-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191348, 1466, '1279-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191349, 1466, '1279-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191350, 1466, '1279-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191351, 1466, '1279-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191352, 1466, '1279-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191353, 1466, '1279-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191354, 1466, '1279-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191355, 1466, '1279-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191356, 1466, '1279-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191357, 1466, '1280-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191358, 1466, '1280-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191359, 1466, '1280-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191360, 1466, '1280-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191361, 1466, '1280-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(191362, 1466, '1280-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191363, 1466, '1280-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191364, 1466, '1280-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191365, 1466, '1280-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191366, 1466, '1280-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191367, 1466, '1280-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191368, 1466, '1280-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191369, 1466, '1281-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191370, 1466, '1281-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191371, 1466, '1281-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191372, 1466, '1281-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191373, 1466, '1281-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191374, 1466, '1281-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191375, 1466, '1281-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191376, 1466, '1281-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191377, 1466, '1281-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191378, 1466, '1281-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191379, 1466, '1281-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191380, 1466, '1281-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191381, 1466, '1282-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191382, 1466, '1282-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191383, 1466, '1282-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191384, 1466, '1282-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191385, 1466, '1282-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191386, 1466, '1282-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191387, 1466, '1282-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:54', '2023-09-17 17:53:54'),
(191388, 1466, '1282-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191389, 1466, '1282-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191390, 1466, '1282-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191391, 1466, '1282-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191392, 1466, '1282-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191393, 1466, '1283-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191394, 1466, '1283-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191395, 1466, '1283-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191396, 1466, '1283-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191397, 1466, '1283-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191398, 1466, '1283-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191399, 1466, '1283-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191400, 1466, '1283-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191401, 1466, '1283-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191402, 1466, '1283-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191403, 1466, '1283-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191404, 1466, '1283-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191405, 1466, '1284-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191406, 1466, '1284-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191407, 1466, '1284-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191408, 1466, '1284-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191409, 1466, '1284-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191410, 1466, '1284-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191411, 1466, '1284-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191412, 1466, '1284-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191413, 1466, '1284-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191414, 1466, '1284-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191415, 1466, '1284-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191416, 1466, '1284-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191417, 1466, '1285-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191418, 1466, '1285-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191419, 1466, '1285-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191420, 1466, '1285-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191421, 1466, '1285-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191422, 1466, '1285-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191423, 1466, '1285-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191424, 1466, '1285-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191425, 1466, '1285-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191426, 1466, '1285-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191427, 1466, '1285-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191428, 1466, '1285-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191429, 1466, '1286-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191430, 1466, '1286-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191431, 1466, '1286-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191432, 1466, '1286-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191433, 1466, '1286-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191434, 1466, '1286-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191435, 1466, '1286-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191436, 1466, '1286-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191437, 1466, '1286-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191438, 1466, '1286-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191439, 1466, '1286-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191440, 1466, '1286-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191441, 1466, '1287-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191442, 1466, '1287-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191443, 1466, '1287-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191444, 1466, '1287-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191445, 1466, '1287-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191446, 1466, '1287-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191447, 1466, '1287-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191448, 1466, '1287-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191449, 1466, '1287-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191450, 1466, '1287-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191451, 1466, '1287-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191452, 1466, '1287-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191453, 1466, '1288-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191454, 1466, '1288-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191455, 1466, '1288-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191456, 1466, '1288-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191457, 1466, '1288-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191458, 1466, '1288-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191459, 1466, '1288-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191460, 1466, '1288-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191461, 1466, '1288-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191462, 1466, '1288-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191463, 1466, '1288-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191464, 1466, '1288-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191465, 1466, '1289-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191466, 1466, '1289-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191467, 1466, '1289-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191468, 1466, '1289-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191469, 1466, '1289-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191470, 1466, '1289-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191471, 1466, '1289-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191472, 1466, '1289-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191473, 1466, '1289-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191474, 1466, '1289-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191475, 1466, '1289-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191476, 1466, '1289-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191477, 1466, '1290-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191478, 1466, '1290-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191479, 1466, '1290-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191480, 1466, '1290-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191481, 1466, '1290-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191482, 1466, '1290-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191483, 1466, '1290-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191484, 1466, '1290-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191485, 1466, '1290-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191486, 1466, '1290-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191487, 1466, '1290-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191488, 1466, '1290-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191489, 1466, '1291-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191490, 1466, '1291-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191491, 1466, '1291-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191492, 1466, '1291-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191493, 1466, '1291-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191494, 1466, '1291-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191495, 1466, '1291-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191496, 1466, '1291-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191497, 1466, '1291-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191498, 1466, '1291-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191499, 1466, '1291-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191500, 1466, '1291-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191501, 1466, '1292-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191502, 1466, '1292-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191503, 1466, '1292-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191504, 1466, '1292-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191505, 1466, '1292-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191506, 1466, '1292-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191507, 1466, '1292-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191508, 1466, '1292-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191509, 1466, '1292-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191510, 1466, '1292-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191511, 1466, '1292-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191512, 1466, '1292-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191513, 1466, '1293-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191514, 1466, '1293-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191515, 1466, '1293-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191516, 1466, '1293-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191517, 1466, '1293-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191518, 1466, '1293-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191519, 1466, '1293-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191520, 1466, '1293-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191521, 1466, '1293-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191522, 1466, '1293-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191523, 1466, '1293-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191524, 1466, '1293-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191525, 1466, '1294-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191526, 1466, '1294-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191527, 1466, '1294-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191528, 1466, '1294-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191529, 1466, '1294-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191530, 1466, '1294-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191531, 1466, '1294-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191532, 1466, '1294-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191533, 1466, '1294-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191534, 1466, '1294-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191535, 1466, '1294-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191536, 1466, '1294-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191537, 1466, '1295-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191538, 1466, '1295-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191539, 1466, '1295-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191540, 1466, '1295-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191541, 1466, '1295-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191542, 1466, '1295-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191543, 1466, '1295-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191544, 1466, '1295-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191545, 1466, '1295-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191546, 1466, '1295-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191547, 1466, '1295-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191548, 1466, '1295-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191549, 1466, '1296-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191550, 1466, '1296-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191551, 1466, '1296-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191552, 1466, '1296-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191553, 1466, '1296-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191554, 1466, '1296-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191555, 1466, '1296-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191556, 1466, '1296-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191557, 1466, '1296-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191558, 1466, '1296-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191559, 1466, '1296-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191560, 1466, '1296-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191561, 1466, '1297-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191562, 1466, '1297-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191563, 1466, '1297-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191564, 1466, '1297-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191565, 1466, '1297-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191566, 1466, '1297-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191567, 1466, '1297-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191568, 1466, '1297-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191569, 1466, '1297-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191570, 1466, '1297-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191571, 1466, '1297-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191572, 1466, '1297-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191573, 1466, '1298-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191574, 1466, '1298-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191575, 1466, '1298-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191576, 1466, '1298-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191577, 1466, '1298-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191578, 1466, '1298-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191579, 1466, '1298-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191580, 1466, '1298-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191581, 1466, '1298-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191582, 1466, '1298-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191583, 1466, '1298-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191584, 1466, '1298-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191585, 1466, '1299-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191586, 1466, '1299-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191587, 1466, '1299-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191588, 1466, '1299-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191589, 1466, '1299-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191590, 1466, '1299-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191591, 1466, '1299-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191592, 1466, '1299-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191593, 1466, '1299-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191594, 1466, '1299-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191595, 1466, '1299-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191596, 1466, '1299-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191597, 1466, '1300-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191598, 1466, '1300-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191599, 1466, '1300-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191600, 1466, '1300-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191601, 1466, '1300-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191602, 1466, '1300-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191603, 1466, '1300-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191604, 1466, '1300-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191605, 1466, '1300-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191606, 1466, '1300-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191607, 1466, '1300-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191608, 1466, '1300-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191609, 1466, '1301-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191610, 1466, '1301-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191611, 1466, '1301-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191612, 1466, '1301-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191613, 1466, '1301-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191614, 1466, '1301-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191615, 1466, '1301-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191616, 1466, '1301-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191617, 1466, '1301-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191618, 1466, '1301-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191619, 1466, '1301-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191620, 1466, '1301-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191621, 1466, '1302-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191622, 1466, '1302-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191623, 1466, '1302-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191624, 1466, '1302-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191625, 1466, '1302-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191626, 1466, '1302-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191627, 1466, '1302-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191628, 1466, '1302-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191629, 1466, '1302-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191630, 1466, '1302-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191631, 1466, '1302-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191632, 1466, '1302-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191633, 1466, '1303-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191634, 1466, '1303-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191635, 1466, '1303-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191636, 1466, '1303-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191637, 1466, '1303-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191638, 1466, '1303-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191639, 1466, '1303-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191640, 1466, '1303-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191641, 1466, '1303-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191642, 1466, '1303-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191643, 1466, '1303-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191644, 1466, '1303-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191645, 1466, '1304-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191646, 1466, '1304-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191647, 1466, '1304-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191648, 1466, '1304-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191649, 1466, '1304-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191650, 1466, '1304-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191651, 1466, '1304-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191652, 1466, '1304-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191653, 1466, '1304-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191654, 1466, '1304-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191655, 1466, '1304-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191656, 1466, '1304-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191657, 1466, '1305-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191658, 1466, '1305-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191659, 1466, '1305-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191660, 1466, '1305-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191661, 1466, '1305-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191662, 1466, '1305-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191663, 1466, '1305-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191664, 1466, '1305-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191665, 1466, '1305-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191666, 1466, '1305-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191667, 1466, '1305-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191668, 1466, '1305-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191669, 1466, '1306-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191670, 1466, '1306-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191671, 1466, '1306-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191672, 1466, '1306-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191673, 1466, '1306-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191674, 1466, '1306-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191675, 1466, '1306-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191676, 1466, '1306-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191677, 1466, '1306-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191678, 1466, '1306-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191679, 1466, '1306-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191680, 1466, '1306-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191681, 1466, '1307-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191682, 1466, '1307-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191683, 1466, '1307-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191684, 1466, '1307-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191685, 1466, '1307-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191686, 1466, '1307-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191687, 1466, '1307-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191688, 1466, '1307-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191689, 1466, '1307-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191690, 1466, '1307-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191691, 1466, '1307-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191692, 1466, '1307-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191693, 1466, '1308-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191694, 1466, '1308-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191695, 1466, '1308-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191696, 1466, '1308-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191697, 1466, '1308-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191698, 1466, '1308-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191699, 1466, '1308-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191700, 1466, '1308-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191701, 1466, '1308-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191702, 1466, '1308-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191703, 1466, '1308-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191704, 1466, '1308-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191705, 1466, '1309-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191706, 1466, '1309-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191707, 1466, '1309-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191708, 1466, '1309-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191709, 1466, '1309-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191710, 1466, '1309-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191711, 1466, '1309-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191712, 1466, '1309-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191713, 1466, '1309-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191714, 1466, '1309-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191715, 1466, '1309-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191716, 1466, '1309-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191717, 1466, '1310-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191718, 1466, '1310-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191719, 1466, '1310-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191720, 1466, '1310-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191721, 1466, '1310-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191722, 1466, '1310-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191723, 1466, '1310-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191724, 1466, '1310-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191725, 1466, '1310-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191726, 1466, '1310-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191727, 1466, '1310-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191728, 1466, '1310-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191729, 1466, '1311-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191730, 1466, '1311-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191731, 1466, '1311-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191732, 1466, '1311-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191733, 1466, '1311-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191734, 1466, '1311-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191735, 1466, '1311-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191736, 1466, '1311-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191737, 1466, '1311-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191738, 1466, '1311-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191739, 1466, '1311-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191740, 1466, '1311-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191741, 1466, '1312-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191742, 1466, '1312-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191743, 1466, '1312-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191744, 1466, '1312-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191745, 1466, '1312-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191746, 1466, '1312-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191747, 1466, '1312-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191748, 1466, '1312-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191749, 1466, '1312-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191750, 1466, '1312-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191751, 1466, '1312-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191752, 1466, '1312-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191753, 1466, '1313-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191754, 1466, '1313-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191755, 1466, '1313-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191756, 1466, '1313-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191757, 1466, '1313-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191758, 1466, '1313-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191759, 1466, '1313-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191760, 1466, '1313-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191761, 1466, '1313-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191762, 1466, '1313-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191763, 1466, '1313-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191764, 1466, '1313-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191765, 1466, '1314-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191766, 1466, '1314-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191767, 1466, '1314-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191768, 1466, '1314-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191769, 1466, '1314-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191770, 1466, '1314-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191771, 1466, '1314-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191772, 1466, '1314-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:55', '2023-09-17 17:53:55'),
(191773, 1466, '1314-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:56', '2023-09-17 17:53:56'),
(191774, 1466, '1314-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:56', '2023-09-17 17:53:56'),
(191775, 1466, '1314-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:56', '2023-09-17 17:53:56'),
(191776, 1466, '1314-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:56', '2023-09-17 17:53:56'),
(191777, 1466, '1315-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:56', '2023-09-17 17:53:56'),
(191778, 1466, '1315-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:56', '2023-09-17 17:53:56'),
(191779, 1466, '1315-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:56', '2023-09-17 17:53:56'),
(191780, 1466, '1315-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:56', '2023-09-17 17:53:56'),
(191781, 1466, '1315-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:56', '2023-09-17 17:53:56'),
(191782, 1466, '1315-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:56', '2023-09-17 17:53:56'),
(191783, 1466, '1315-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:56', '2023-09-17 17:53:56'),
(191784, 1466, '1315-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:56', '2023-09-17 17:53:56'),
(191785, 1466, '1315-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:56', '2023-09-17 17:53:56'),
(191786, 1466, '1315-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:56', '2023-09-17 17:53:56'),
(191787, 1466, '1315-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:56', '2023-09-17 17:53:56'),
(191788, 1466, '1315-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:56', '2023-09-17 17:53:56'),
(191789, 1466, '1316-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:56', '2023-09-17 17:53:56'),
(191790, 1466, '1316-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:56', '2023-09-17 17:53:56'),
(191791, 1466, '1316-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:56', '2023-09-17 17:53:56'),
(191792, 1466, '1316-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:56', '2023-09-17 17:53:56'),
(191793, 1466, '1316-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:56', '2023-09-17 17:53:56'),
(191794, 1466, '1316-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:56', '2023-09-17 17:53:56'),
(191795, 1466, '1316-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:56', '2023-09-17 17:53:56'),
(191796, 1466, '1316-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:56', '2023-09-17 17:53:56'),
(191797, 1466, '1316-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:56', '2023-09-17 17:53:56'),
(191798, 1466, '1316-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:56', '2023-09-17 17:53:56'),
(191799, 1466, '1316-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:56', '2023-09-17 17:53:56'),
(191800, 1466, '1316-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:56', '2023-09-17 17:53:56'),
(191801, 1466, '1317-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:56', '2023-09-17 17:53:56'),
(191802, 1466, '1317-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:56', '2023-09-17 17:53:56'),
(191803, 1466, '1317-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:56', '2023-09-17 17:53:56'),
(191804, 1466, '1317-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:56', '2023-09-17 17:53:56'),
(191805, 1466, '1317-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:56', '2023-09-17 17:53:56'),
(191806, 1466, '1317-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:56', '2023-09-17 17:53:56'),
(191807, 1466, '1317-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:56', '2023-09-17 17:53:56'),
(191808, 1466, '1317-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:56', '2023-09-17 17:53:56'),
(191809, 1466, '1317-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:56', '2023-09-17 17:53:56'),
(191810, 1466, '1317-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:56', '2023-09-17 17:53:56'),
(191811, 1466, '1317-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:56', '2023-09-17 17:53:56'),
(191812, 1466, '1317-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:56', '2023-09-17 17:53:56'),
(191813, 1466, '1318-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:56', '2023-09-17 17:53:56'),
(191814, 1466, '1318-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:56', '2023-09-17 17:53:56'),
(191815, 1466, '1318-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:56', '2023-09-17 17:53:56'),
(191816, 1466, '1318-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:56', '2023-09-17 17:53:56'),
(191817, 1466, '1318-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:56', '2023-09-17 17:53:56'),
(191818, 1466, '1318-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:56', '2023-09-17 17:53:56'),
(191819, 1466, '1318-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:56', '2023-09-17 17:53:56'),
(191820, 1466, '1318-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:56', '2023-09-17 17:53:56'),
(191821, 1466, '1318-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:56', '2023-09-17 17:53:56'),
(191822, 1466, '1318-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:56', '2023-09-17 17:53:56'),
(191823, 1466, '1318-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:56', '2023-09-17 17:53:56'),
(191824, 1466, '1318-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:56', '2023-09-17 17:53:56'),
(191825, 1466, '1319-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:56', '2023-09-17 17:53:56'),
(191826, 1466, '1319-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:56', '2023-09-17 17:53:56');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(191827, 1466, '1319-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:56', '2023-09-17 17:53:56'),
(191828, 1466, '1319-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:56', '2023-09-17 17:53:56'),
(191829, 1466, '1319-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:56', '2023-09-17 17:53:56'),
(191830, 1466, '1319-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:56', '2023-09-17 17:53:56'),
(191831, 1466, '1319-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:56', '2023-09-17 17:53:56'),
(191832, 1466, '1319-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:56', '2023-09-17 17:53:56'),
(191833, 1466, '1319-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:56', '2023-09-17 17:53:56'),
(191834, 1466, '1319-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:56', '2023-09-17 17:53:56'),
(191835, 1466, '1319-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:56', '2023-09-17 17:53:56'),
(191836, 1466, '1319-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:56', '2023-09-17 17:53:56'),
(191837, 1466, '1320-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:56', '2023-09-17 17:53:56'),
(191838, 1466, '1320-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:56', '2023-09-17 17:53:56'),
(191839, 1466, '1320-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:56', '2023-09-17 17:53:56'),
(191840, 1466, '1320-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:56', '2023-09-17 17:53:56'),
(191841, 1466, '1320-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:56', '2023-09-17 17:53:56'),
(191842, 1466, '1320-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:56', '2023-09-17 17:53:56'),
(191843, 1466, '1320-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:56', '2023-09-17 17:53:56'),
(191844, 1466, '1320-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:56', '2023-09-17 17:53:56'),
(191845, 1466, '1320-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:56', '2023-09-17 17:53:56'),
(191846, 1466, '1320-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:56', '2023-09-17 17:53:56'),
(191847, 1466, '1320-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:56', '2023-09-17 17:53:56'),
(191848, 1466, '1320-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:56', '2023-09-17 17:53:56'),
(191849, 1466, '1321-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:56', '2023-09-17 17:53:56'),
(191850, 1466, '1321-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:56', '2023-09-17 17:53:56'),
(191851, 1466, '1321-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:56', '2023-09-17 17:53:56'),
(191852, 1466, '1321-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:56', '2023-09-17 17:53:56'),
(191853, 1466, '1321-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:56', '2023-09-17 17:53:56'),
(191854, 1466, '1321-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:56', '2023-09-17 17:53:56'),
(191855, 1466, '1321-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:56', '2023-09-17 17:53:56'),
(191856, 1466, '1321-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:56', '2023-09-17 17:53:56'),
(191857, 1466, '1321-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:56', '2023-09-17 17:53:56'),
(191858, 1466, '1321-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:56', '2023-09-17 17:53:56'),
(191859, 1466, '1321-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:56', '2023-09-17 17:53:56'),
(191860, 1466, '1321-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:56', '2023-09-17 17:53:56'),
(191861, 1466, '1322-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:56', '2023-09-17 17:53:56'),
(191862, 1466, '1322-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:53:58', '2023-09-17 17:53:58'),
(191863, 1466, '1322-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:00', '2023-09-17 17:54:00'),
(191864, 1466, '1322-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:00', '2023-09-17 17:54:00'),
(191865, 1466, '1322-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:00', '2023-09-17 17:54:00'),
(191866, 1466, '1322-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:00', '2023-09-17 17:54:00'),
(191867, 1466, '1322-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:00', '2023-09-17 17:54:00'),
(191868, 1466, '1322-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:00', '2023-09-17 17:54:00'),
(191869, 1466, '1322-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:00', '2023-09-17 17:54:00'),
(191870, 1466, '1322-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:00', '2023-09-17 17:54:00'),
(191871, 1466, '1322-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:00', '2023-09-17 17:54:00'),
(191872, 1466, '1322-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:00', '2023-09-17 17:54:00'),
(191873, 1466, '1323-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:00', '2023-09-17 17:54:00'),
(191874, 1466, '1323-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:00', '2023-09-17 17:54:00'),
(191875, 1466, '1323-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:00', '2023-09-17 17:54:00'),
(191876, 1466, '1323-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:00', '2023-09-17 17:54:00'),
(191877, 1466, '1323-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:00', '2023-09-17 17:54:00'),
(191878, 1466, '1323-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:00', '2023-09-17 17:54:00'),
(191879, 1466, '1323-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:00', '2023-09-17 17:54:00'),
(191880, 1466, '1323-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:00', '2023-09-17 17:54:00'),
(191881, 1466, '1323-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:00', '2023-09-17 17:54:00'),
(191882, 1466, '1323-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:00', '2023-09-17 17:54:00'),
(191883, 1466, '1323-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:00', '2023-09-17 17:54:00'),
(191884, 1466, '1323-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:00', '2023-09-17 17:54:00'),
(191885, 1466, '1324-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:00', '2023-09-17 17:54:00'),
(191886, 1466, '1324-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:00', '2023-09-17 17:54:00'),
(191887, 1466, '1324-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:00', '2023-09-17 17:54:00'),
(191888, 1466, '1324-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:00', '2023-09-17 17:54:00'),
(191889, 1466, '1324-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:00', '2023-09-17 17:54:00'),
(191890, 1466, '1324-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:00', '2023-09-17 17:54:00'),
(191891, 1466, '1324-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:00', '2023-09-17 17:54:00'),
(191892, 1466, '1324-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:00', '2023-09-17 17:54:00'),
(191893, 1466, '1324-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:00', '2023-09-17 17:54:00'),
(191894, 1466, '1324-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:00', '2023-09-17 17:54:00'),
(191895, 1466, '1324-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:00', '2023-09-17 17:54:00'),
(191896, 1466, '1324-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:00', '2023-09-17 17:54:00'),
(191897, 1466, '1325-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:00', '2023-09-17 17:54:00'),
(191898, 1466, '1325-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:00', '2023-09-17 17:54:00'),
(191899, 1466, '1325-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:00', '2023-09-17 17:54:00'),
(191900, 1466, '1325-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:00', '2023-09-17 17:54:00'),
(191901, 1466, '1325-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:00', '2023-09-17 17:54:00'),
(191902, 1466, '1325-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:00', '2023-09-17 17:54:00'),
(191903, 1466, '1325-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:00', '2023-09-17 17:54:00'),
(191904, 1466, '1325-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:00', '2023-09-17 17:54:00'),
(191905, 1466, '1325-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:00', '2023-09-17 17:54:00'),
(191906, 1466, '1325-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:00', '2023-09-17 17:54:00'),
(191907, 1466, '1325-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:00', '2023-09-17 17:54:00'),
(191908, 1466, '1325-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:00', '2023-09-17 17:54:00'),
(191909, 1466, '1326-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:00', '2023-09-17 17:54:00'),
(191910, 1466, '1326-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:00', '2023-09-17 17:54:00'),
(191911, 1466, '1326-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:00', '2023-09-17 17:54:00'),
(191912, 1466, '1326-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:00', '2023-09-17 17:54:00'),
(191913, 1466, '1326-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:00', '2023-09-17 17:54:00'),
(191914, 1466, '1326-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:00', '2023-09-17 17:54:00'),
(191915, 1466, '1326-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:00', '2023-09-17 17:54:00'),
(191916, 1466, '1326-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:00', '2023-09-17 17:54:00'),
(191917, 1466, '1326-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:00', '2023-09-17 17:54:00'),
(191918, 1466, '1326-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:00', '2023-09-17 17:54:00'),
(191919, 1466, '1326-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:00', '2023-09-17 17:54:00'),
(191920, 1466, '1326-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:00', '2023-09-17 17:54:00'),
(191921, 1466, '1327-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:00', '2023-09-17 17:54:00'),
(191922, 1466, '1327-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:00', '2023-09-17 17:54:00'),
(191923, 1466, '1327-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:00', '2023-09-17 17:54:00'),
(191924, 1466, '1327-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:00', '2023-09-17 17:54:00'),
(191925, 1466, '1327-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:00', '2023-09-17 17:54:00'),
(191926, 1466, '1327-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:00', '2023-09-17 17:54:00'),
(191927, 1466, '1327-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:00', '2023-09-17 17:54:00'),
(191928, 1466, '1327-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:00', '2023-09-17 17:54:00'),
(191929, 1466, '1327-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:00', '2023-09-17 17:54:00'),
(191930, 1466, '1327-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:00', '2023-09-17 17:54:00'),
(191931, 1466, '1327-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:00', '2023-09-17 17:54:00'),
(191932, 1466, '1327-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:00', '2023-09-17 17:54:00'),
(191933, 1466, '1328-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:00', '2023-09-17 17:54:00'),
(191934, 1466, '1328-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:00', '2023-09-17 17:54:00'),
(191935, 1466, '1328-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:00', '2023-09-17 17:54:00'),
(191936, 1466, '1328-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:00', '2023-09-17 17:54:00'),
(191937, 1466, '1328-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:00', '2023-09-17 17:54:00'),
(191938, 1466, '1328-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:00', '2023-09-17 17:54:00'),
(191939, 1466, '1328-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:00', '2023-09-17 17:54:00'),
(191940, 1466, '1328-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:00', '2023-09-17 17:54:00'),
(191941, 1466, '1328-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:00', '2023-09-17 17:54:00'),
(191942, 1466, '1328-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:00', '2023-09-17 17:54:00'),
(191943, 1466, '1328-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:00', '2023-09-17 17:54:00'),
(191944, 1466, '1328-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:00', '2023-09-17 17:54:00'),
(191945, 1466, '1329-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:00', '2023-09-17 17:54:00'),
(191946, 1466, '1329-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:00', '2023-09-17 17:54:00'),
(191947, 1466, '1329-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:00', '2023-09-17 17:54:00'),
(191948, 1466, '1329-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:00', '2023-09-17 17:54:00'),
(191949, 1466, '1329-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:00', '2023-09-17 17:54:00'),
(191950, 1466, '1329-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:00', '2023-09-17 17:54:00'),
(191951, 1466, '1329-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:00', '2023-09-17 17:54:00'),
(191952, 1466, '1329-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:00', '2023-09-17 17:54:00'),
(191953, 1466, '1329-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:00', '2023-09-17 17:54:00'),
(191954, 1466, '1329-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:00', '2023-09-17 17:54:00'),
(191955, 1466, '1329-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:00', '2023-09-17 17:54:00'),
(191956, 1466, '1329-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:00', '2023-09-17 17:54:00'),
(191957, 1466, '1330-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:00', '2023-09-17 17:54:00'),
(191958, 1466, '1330-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:00', '2023-09-17 17:54:00'),
(191959, 1466, '1330-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:00', '2023-09-17 17:54:00'),
(191960, 1466, '1330-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:00', '2023-09-17 17:54:00'),
(191961, 1466, '1330-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:00', '2023-09-17 17:54:00'),
(191962, 1466, '1330-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:00', '2023-09-17 17:54:00'),
(191963, 1466, '1330-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:00', '2023-09-17 17:54:00'),
(191964, 1466, '1330-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:00', '2023-09-17 17:54:00'),
(191965, 1466, '1330-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:00', '2023-09-17 17:54:00'),
(191966, 1466, '1330-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:00', '2023-09-17 17:54:00'),
(191967, 1466, '1330-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:00', '2023-09-17 17:54:00'),
(191968, 1466, '1330-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:00', '2023-09-17 17:54:00'),
(191969, 1466, '1331-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:00', '2023-09-17 17:54:00'),
(191970, 1466, '1331-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:00', '2023-09-17 17:54:00'),
(191971, 1466, '1331-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:00', '2023-09-17 17:54:00'),
(191972, 1466, '1331-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:01', '2023-09-17 17:54:01'),
(191973, 1466, '1331-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:01', '2023-09-17 17:54:01'),
(191974, 1466, '1331-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:01', '2023-09-17 17:54:01'),
(191975, 1466, '1331-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:01', '2023-09-17 17:54:01'),
(191976, 1466, '1331-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:01', '2023-09-17 17:54:01'),
(191977, 1466, '1331-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:01', '2023-09-17 17:54:01'),
(191978, 1466, '1331-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:01', '2023-09-17 17:54:01'),
(191979, 1466, '1331-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:01', '2023-09-17 17:54:01'),
(191980, 1466, '1331-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:01', '2023-09-17 17:54:01'),
(191981, 1466, '1332-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:01', '2023-09-17 17:54:01'),
(191982, 1466, '1332-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:01', '2023-09-17 17:54:01'),
(191983, 1466, '1332-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:01', '2023-09-17 17:54:01'),
(191984, 1466, '1332-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:01', '2023-09-17 17:54:01'),
(191985, 1466, '1332-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:01', '2023-09-17 17:54:01'),
(191986, 1466, '1332-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:01', '2023-09-17 17:54:01'),
(191987, 1466, '1332-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:01', '2023-09-17 17:54:01'),
(191988, 1466, '1332-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:01', '2023-09-17 17:54:01'),
(191989, 1466, '1332-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:01', '2023-09-17 17:54:01'),
(191990, 1466, '1332-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:01', '2023-09-17 17:54:01'),
(191991, 1466, '1332-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:01', '2023-09-17 17:54:01'),
(191992, 1466, '1332-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:01', '2023-09-17 17:54:01'),
(191993, 1466, '1333-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:01', '2023-09-17 17:54:01'),
(191994, 1466, '1333-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:01', '2023-09-17 17:54:01'),
(191995, 1466, '1333-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:01', '2023-09-17 17:54:01'),
(191996, 1466, '1333-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:01', '2023-09-17 17:54:01'),
(191997, 1466, '1333-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:01', '2023-09-17 17:54:01'),
(191998, 1466, '1333-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:01', '2023-09-17 17:54:01'),
(191999, 1466, '1333-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:01', '2023-09-17 17:54:01'),
(192000, 1466, '1333-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:01', '2023-09-17 17:54:01'),
(192001, 1466, '1333-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:01', '2023-09-17 17:54:01'),
(192002, 1466, '1333-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:01', '2023-09-17 17:54:01'),
(192003, 1466, '1333-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:01', '2023-09-17 17:54:01'),
(192004, 1466, '1333-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:01', '2023-09-17 17:54:01'),
(192005, 1466, '1334-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:01', '2023-09-17 17:54:01'),
(192006, 1466, '1334-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:01', '2023-09-17 17:54:01'),
(192007, 1466, '1334-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:01', '2023-09-17 17:54:01'),
(192008, 1466, '1334-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:01', '2023-09-17 17:54:01'),
(192009, 1466, '1334-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:01', '2023-09-17 17:54:01'),
(192010, 1466, '1334-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:01', '2023-09-17 17:54:01'),
(192011, 1466, '1334-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:01', '2023-09-17 17:54:01'),
(192012, 1466, '1334-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:01', '2023-09-17 17:54:01'),
(192013, 1466, '1334-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:01', '2023-09-17 17:54:01'),
(192014, 1466, '1334-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:01', '2023-09-17 17:54:01'),
(192015, 1466, '1334-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:01', '2023-09-17 17:54:01'),
(192016, 1466, '1334-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:01', '2023-09-17 17:54:01'),
(192017, 1466, '1335-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:01', '2023-09-17 17:54:01'),
(192018, 1466, '1335-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:01', '2023-09-17 17:54:01'),
(192019, 1466, '1335-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:01', '2023-09-17 17:54:01'),
(192020, 1466, '1335-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:01', '2023-09-17 17:54:01'),
(192021, 1466, '1335-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:01', '2023-09-17 17:54:01'),
(192022, 1466, '1335-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:01', '2023-09-17 17:54:01'),
(192023, 1466, '1335-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:01', '2023-09-17 17:54:01'),
(192024, 1466, '1335-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:01', '2023-09-17 17:54:01'),
(192025, 1466, '1335-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:01', '2023-09-17 17:54:01'),
(192026, 1466, '1335-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:01', '2023-09-17 17:54:01'),
(192027, 1466, '1335-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:01', '2023-09-17 17:54:01'),
(192028, 1466, '1335-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:01', '2023-09-17 17:54:01'),
(192029, 1466, '1336-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:01', '2023-09-17 17:54:01'),
(192030, 1466, '1336-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:01', '2023-09-17 17:54:01'),
(192031, 1466, '1336-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:01', '2023-09-17 17:54:01'),
(192032, 1466, '1336-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:01', '2023-09-17 17:54:01'),
(192033, 1466, '1336-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:01', '2023-09-17 17:54:01'),
(192034, 1466, '1336-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:01', '2023-09-17 17:54:01'),
(192035, 1466, '1336-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:01', '2023-09-17 17:54:01'),
(192036, 1466, '1336-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:01', '2023-09-17 17:54:01'),
(192037, 1466, '1336-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:01', '2023-09-17 17:54:01'),
(192038, 1466, '1336-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:01', '2023-09-17 17:54:01'),
(192039, 1466, '1336-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:01', '2023-09-17 17:54:01'),
(192040, 1466, '1336-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:01', '2023-09-17 17:54:01'),
(192041, 1466, '1337-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:01', '2023-09-17 17:54:01'),
(192042, 1466, '1337-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:01', '2023-09-17 17:54:01'),
(192043, 1466, '1337-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:01', '2023-09-17 17:54:01'),
(192044, 1466, '1337-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:01', '2023-09-17 17:54:01'),
(192045, 1466, '1337-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:01', '2023-09-17 17:54:01'),
(192046, 1466, '1337-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:01', '2023-09-17 17:54:01'),
(192047, 1466, '1337-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:01', '2023-09-17 17:54:01'),
(192048, 1466, '1337-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:01', '2023-09-17 17:54:01'),
(192049, 1466, '1337-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:01', '2023-09-17 17:54:01'),
(192050, 1466, '1337-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:01', '2023-09-17 17:54:01'),
(192051, 1466, '1337-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:01', '2023-09-17 17:54:01'),
(192052, 1466, '1337-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:01', '2023-09-17 17:54:01'),
(192053, 1466, '1338-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:01', '2023-09-17 17:54:01'),
(192054, 1466, '1338-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:01', '2023-09-17 17:54:01'),
(192055, 1466, '1338-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:01', '2023-09-17 17:54:01'),
(192056, 1466, '1338-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:01', '2023-09-17 17:54:01'),
(192057, 1466, '1338-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:01', '2023-09-17 17:54:01'),
(192058, 1466, '1338-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:01', '2023-09-17 17:54:01'),
(192059, 1466, '1338-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:01', '2023-09-17 17:54:01'),
(192060, 1466, '1338-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:01', '2023-09-17 17:54:01'),
(192061, 1466, '1338-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:01', '2023-09-17 17:54:01'),
(192062, 1466, '1338-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:01', '2023-09-17 17:54:01'),
(192063, 1466, '1338-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:01', '2023-09-17 17:54:01'),
(192064, 1466, '1338-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:01', '2023-09-17 17:54:01'),
(192065, 1466, '1339-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:01', '2023-09-17 17:54:01'),
(192066, 1466, '1339-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:01', '2023-09-17 17:54:01'),
(192067, 1466, '1339-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:01', '2023-09-17 17:54:01'),
(192068, 1466, '1339-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:01', '2023-09-17 17:54:01'),
(192069, 1466, '1339-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:01', '2023-09-17 17:54:01'),
(192070, 1466, '1339-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:01', '2023-09-17 17:54:01'),
(192071, 1466, '1339-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:01', '2023-09-17 17:54:01'),
(192072, 1466, '1339-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:01', '2023-09-17 17:54:01'),
(192073, 1466, '1339-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:01', '2023-09-17 17:54:01'),
(192074, 1466, '1339-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:01', '2023-09-17 17:54:01'),
(192075, 1466, '1339-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:01', '2023-09-17 17:54:01'),
(192076, 1466, '1339-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:01', '2023-09-17 17:54:01'),
(192077, 1466, '1340-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:01', '2023-09-17 17:54:01'),
(192078, 1466, '1340-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:01', '2023-09-17 17:54:01'),
(192079, 1466, '1340-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:01', '2023-09-17 17:54:01'),
(192080, 1466, '1340-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:01', '2023-09-17 17:54:01'),
(192081, 1466, '1340-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:01', '2023-09-17 17:54:01'),
(192082, 1466, '1340-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:01', '2023-09-17 17:54:01'),
(192083, 1466, '1340-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:01', '2023-09-17 17:54:01'),
(192084, 1466, '1340-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:01', '2023-09-17 17:54:01'),
(192085, 1466, '1340-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:01', '2023-09-17 17:54:01'),
(192086, 1466, '1340-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:01', '2023-09-17 17:54:01'),
(192087, 1466, '1340-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:01', '2023-09-17 17:54:01'),
(192088, 1466, '1340-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:01', '2023-09-17 17:54:01'),
(192089, 1466, '1341-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:01', '2023-09-17 17:54:01'),
(192090, 1466, '1341-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:01', '2023-09-17 17:54:01'),
(192091, 1466, '1341-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:01', '2023-09-17 17:54:01'),
(192092, 1466, '1341-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:01', '2023-09-17 17:54:01'),
(192093, 1466, '1341-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:01', '2023-09-17 17:54:01'),
(192094, 1466, '1341-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:01', '2023-09-17 17:54:01'),
(192095, 1466, '1341-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:01', '2023-09-17 17:54:01'),
(192096, 1466, '1341-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:01', '2023-09-17 17:54:01'),
(192097, 1466, '1341-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:01', '2023-09-17 17:54:01'),
(192098, 1466, '1341-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:01', '2023-09-17 17:54:01'),
(192099, 1466, '1341-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:01', '2023-09-17 17:54:01'),
(192100, 1466, '1341-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:01', '2023-09-17 17:54:01'),
(192101, 1466, '1342-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:01', '2023-09-17 17:54:01'),
(192102, 1466, '1342-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:01', '2023-09-17 17:54:01'),
(192103, 1466, '1342-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:01', '2023-09-17 17:54:01'),
(192104, 1466, '1342-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:01', '2023-09-17 17:54:01'),
(192105, 1466, '1342-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:01', '2023-09-17 17:54:01'),
(192106, 1466, '1342-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:01', '2023-09-17 17:54:01'),
(192107, 1466, '1342-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:01', '2023-09-17 17:54:01'),
(192108, 1466, '1342-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:01', '2023-09-17 17:54:01'),
(192109, 1466, '1342-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:01', '2023-09-17 17:54:01'),
(192110, 1466, '1342-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:01', '2023-09-17 17:54:01'),
(192111, 1466, '1342-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:01', '2023-09-17 17:54:01'),
(192112, 1466, '1342-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:01', '2023-09-17 17:54:01'),
(192113, 1466, '1343-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:01', '2023-09-17 17:54:01'),
(192114, 1466, '1343-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:01', '2023-09-17 17:54:01'),
(192115, 1466, '1343-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:01', '2023-09-17 17:54:01'),
(192116, 1466, '1343-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:01', '2023-09-17 17:54:01'),
(192117, 1466, '1343-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:01', '2023-09-17 17:54:01'),
(192118, 1466, '1343-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:01', '2023-09-17 17:54:01'),
(192119, 1466, '1343-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:01', '2023-09-17 17:54:01'),
(192120, 1466, '1343-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:01', '2023-09-17 17:54:01'),
(192121, 1466, '1343-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:01', '2023-09-17 17:54:01'),
(192122, 1466, '1343-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:01', '2023-09-17 17:54:01'),
(192123, 1466, '1343-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:01', '2023-09-17 17:54:01'),
(192124, 1466, '1343-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:01', '2023-09-17 17:54:01'),
(192125, 1466, '1344-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:01', '2023-09-17 17:54:01'),
(192126, 1466, '1344-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:01', '2023-09-17 17:54:01'),
(192127, 1466, '1344-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:01', '2023-09-17 17:54:01'),
(192128, 1466, '1344-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:01', '2023-09-17 17:54:01'),
(192129, 1466, '1344-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:01', '2023-09-17 17:54:01'),
(192130, 1466, '1344-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:01', '2023-09-17 17:54:01'),
(192131, 1466, '1344-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:01', '2023-09-17 17:54:01'),
(192132, 1466, '1344-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:01', '2023-09-17 17:54:01'),
(192133, 1466, '1344-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:01', '2023-09-17 17:54:01'),
(192134, 1466, '1344-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:01', '2023-09-17 17:54:01'),
(192135, 1466, '1344-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:01', '2023-09-17 17:54:01'),
(192136, 1466, '1344-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:01', '2023-09-17 17:54:01'),
(192137, 1466, '1345-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:01', '2023-09-17 17:54:01'),
(192138, 1466, '1345-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:01', '2023-09-17 17:54:01'),
(192139, 1466, '1345-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:01', '2023-09-17 17:54:01'),
(192140, 1466, '1345-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:01', '2023-09-17 17:54:01'),
(192141, 1466, '1345-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:01', '2023-09-17 17:54:01'),
(192142, 1466, '1345-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:01', '2023-09-17 17:54:01'),
(192143, 1466, '1345-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:01', '2023-09-17 17:54:01'),
(192144, 1466, '1345-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:01', '2023-09-17 17:54:01'),
(192145, 1466, '1345-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:01', '2023-09-17 17:54:01'),
(192146, 1466, '1345-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:01', '2023-09-17 17:54:01'),
(192147, 1466, '1345-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:01', '2023-09-17 17:54:01'),
(192148, 1466, '1345-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:01', '2023-09-17 17:54:01'),
(192149, 1466, '1346-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:01', '2023-09-17 17:54:01'),
(192150, 1466, '1346-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:01', '2023-09-17 17:54:01'),
(192151, 1466, '1346-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:01', '2023-09-17 17:54:01'),
(192152, 1466, '1346-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:01', '2023-09-17 17:54:01'),
(192153, 1466, '1346-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:01', '2023-09-17 17:54:01'),
(192154, 1466, '1346-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:01', '2023-09-17 17:54:01'),
(192155, 1466, '1346-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:01', '2023-09-17 17:54:01'),
(192156, 1466, '1346-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:01', '2023-09-17 17:54:01'),
(192157, 1466, '1346-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:02', '2023-09-17 17:54:02'),
(192158, 1466, '1346-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:02', '2023-09-17 17:54:02'),
(192159, 1466, '1346-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:02', '2023-09-17 17:54:02'),
(192160, 1466, '1346-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:02', '2023-09-17 17:54:02'),
(192161, 1466, '1347-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:02', '2023-09-17 17:54:02'),
(192162, 1466, '1347-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:02', '2023-09-17 17:54:02'),
(192163, 1466, '1347-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:02', '2023-09-17 17:54:02'),
(192164, 1466, '1347-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:02', '2023-09-17 17:54:02'),
(192165, 1466, '1347-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:02', '2023-09-17 17:54:02'),
(192166, 1466, '1347-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:02', '2023-09-17 17:54:02'),
(192167, 1466, '1347-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:02', '2023-09-17 17:54:02'),
(192168, 1466, '1347-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:02', '2023-09-17 17:54:02'),
(192169, 1466, '1347-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:02', '2023-09-17 17:54:02'),
(192170, 1466, '1347-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:02', '2023-09-17 17:54:02'),
(192171, 1466, '1347-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:02', '2023-09-17 17:54:02'),
(192172, 1466, '1347-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:02', '2023-09-17 17:54:02'),
(192173, 1466, '1348-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:02', '2023-09-17 17:54:02'),
(192174, 1466, '1348-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:02', '2023-09-17 17:54:02'),
(192175, 1466, '1348-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:02', '2023-09-17 17:54:02'),
(192176, 1466, '1348-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:02', '2023-09-17 17:54:02'),
(192177, 1466, '1348-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:02', '2023-09-17 17:54:02'),
(192178, 1466, '1348-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:02', '2023-09-17 17:54:02'),
(192179, 1466, '1348-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:02', '2023-09-17 17:54:02'),
(192180, 1466, '1348-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:02', '2023-09-17 17:54:02'),
(192181, 1466, '1348-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:02', '2023-09-17 17:54:02'),
(192182, 1466, '1348-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:02', '2023-09-17 17:54:02'),
(192183, 1466, '1348-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:02', '2023-09-17 17:54:02'),
(192184, 1466, '1348-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:02', '2023-09-17 17:54:02'),
(192185, 1466, '1349-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:02', '2023-09-17 17:54:02'),
(192186, 1466, '1349-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:02', '2023-09-17 17:54:02'),
(192187, 1466, '1349-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:02', '2023-09-17 17:54:02'),
(192188, 1466, '1349-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:02', '2023-09-17 17:54:02'),
(192189, 1466, '1349-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:02', '2023-09-17 17:54:02'),
(192190, 1466, '1349-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:02', '2023-09-17 17:54:02'),
(192191, 1466, '1349-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:02', '2023-09-17 17:54:02'),
(192192, 1466, '1349-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:02', '2023-09-17 17:54:02'),
(192193, 1466, '1349-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:02', '2023-09-17 17:54:02'),
(192194, 1466, '1349-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:02', '2023-09-17 17:54:02'),
(192195, 1466, '1349-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:02', '2023-09-17 17:54:02'),
(192196, 1466, '1349-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:02', '2023-09-17 17:54:02'),
(192197, 1466, '1350-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:02', '2023-09-17 17:54:02'),
(192198, 1466, '1350-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:02', '2023-09-17 17:54:02'),
(192199, 1466, '1350-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:02', '2023-09-17 17:54:02'),
(192200, 1466, '1350-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:02', '2023-09-17 17:54:02'),
(192201, 1466, '1350-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:02', '2023-09-17 17:54:02'),
(192202, 1466, '1350-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:02', '2023-09-17 17:54:02'),
(192203, 1466, '1350-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:02', '2023-09-17 17:54:02'),
(192204, 1466, '1350-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:02', '2023-09-17 17:54:02'),
(192205, 1466, '1350-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:02', '2023-09-17 17:54:02'),
(192206, 1466, '1350-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:02', '2023-09-17 17:54:02'),
(192207, 1466, '1350-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:02', '2023-09-17 17:54:02'),
(192208, 1466, '1350-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:02', '2023-09-17 17:54:02'),
(192209, 1466, '1351-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:02', '2023-09-17 17:54:02'),
(192210, 1466, '1351-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:02', '2023-09-17 17:54:02'),
(192211, 1466, '1351-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:02', '2023-09-17 17:54:02'),
(192212, 1466, '1351-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:02', '2023-09-17 17:54:02'),
(192213, 1466, '1351-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:02', '2023-09-17 17:54:02'),
(192214, 1466, '1351-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:02', '2023-09-17 17:54:02'),
(192215, 1466, '1351-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:02', '2023-09-17 17:54:02'),
(192216, 1466, '1351-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:02', '2023-09-17 17:54:02'),
(192217, 1466, '1351-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:02', '2023-09-17 17:54:02'),
(192218, 1466, '1351-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:02', '2023-09-17 17:54:02'),
(192219, 1466, '1351-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:02', '2023-09-17 17:54:02'),
(192220, 1466, '1351-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:02', '2023-09-17 17:54:02'),
(192221, 1466, '1352-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:02', '2023-09-17 17:54:02'),
(192222, 1466, '1352-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:02', '2023-09-17 17:54:02'),
(192223, 1466, '1352-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:02', '2023-09-17 17:54:02'),
(192224, 1466, '1352-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:02', '2023-09-17 17:54:02'),
(192225, 1466, '1352-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:02', '2023-09-17 17:54:02'),
(192226, 1466, '1352-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:02', '2023-09-17 17:54:02'),
(192227, 1466, '1352-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:02', '2023-09-17 17:54:02'),
(192228, 1466, '1352-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:02', '2023-09-17 17:54:02'),
(192229, 1466, '1352-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:02', '2023-09-17 17:54:02'),
(192230, 1466, '1352-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:02', '2023-09-17 17:54:02'),
(192231, 1466, '1352-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:02', '2023-09-17 17:54:02'),
(192232, 1466, '1352-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:02', '2023-09-17 17:54:02'),
(192233, 1466, '1353-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:02', '2023-09-17 17:54:02'),
(192234, 1466, '1353-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:02', '2023-09-17 17:54:02'),
(192235, 1466, '1353-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:02', '2023-09-17 17:54:02'),
(192236, 1466, '1353-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:02', '2023-09-17 17:54:02'),
(192237, 1466, '1353-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:02', '2023-09-17 17:54:02'),
(192238, 1466, '1353-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:02', '2023-09-17 17:54:02'),
(192239, 1466, '1353-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:02', '2023-09-17 17:54:02'),
(192240, 1466, '1353-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:02', '2023-09-17 17:54:02'),
(192241, 1466, '1353-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:02', '2023-09-17 17:54:02'),
(192242, 1466, '1353-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:02', '2023-09-17 17:54:02'),
(192243, 1466, '1353-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:02', '2023-09-17 17:54:02'),
(192244, 1466, '1353-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:02', '2023-09-17 17:54:02'),
(192245, 1466, '1354-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:02', '2023-09-17 17:54:02'),
(192246, 1466, '1354-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:02', '2023-09-17 17:54:02'),
(192247, 1466, '1354-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:02', '2023-09-17 17:54:02'),
(192248, 1466, '1354-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:02', '2023-09-17 17:54:02'),
(192249, 1466, '1354-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:02', '2023-09-17 17:54:02'),
(192250, 1466, '1354-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:02', '2023-09-17 17:54:02'),
(192251, 1466, '1354-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:02', '2023-09-17 17:54:02'),
(192252, 1466, '1354-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:02', '2023-09-17 17:54:02'),
(192253, 1466, '1354-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:02', '2023-09-17 17:54:02'),
(192254, 1466, '1354-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:02', '2023-09-17 17:54:02'),
(192255, 1466, '1354-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:02', '2023-09-17 17:54:02'),
(192256, 1466, '1354-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:02', '2023-09-17 17:54:02'),
(192257, 1466, '1355-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:02', '2023-09-17 17:54:02'),
(192258, 1466, '1355-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:02', '2023-09-17 17:54:02'),
(192259, 1466, '1355-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:02', '2023-09-17 17:54:02'),
(192260, 1466, '1355-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:02', '2023-09-17 17:54:02'),
(192261, 1466, '1355-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:02', '2023-09-17 17:54:02'),
(192262, 1466, '1355-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:02', '2023-09-17 17:54:02'),
(192263, 1466, '1355-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:02', '2023-09-17 17:54:02'),
(192264, 1466, '1355-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:02', '2023-09-17 17:54:02'),
(192265, 1466, '1355-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:02', '2023-09-17 17:54:02'),
(192266, 1466, '1355-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:02', '2023-09-17 17:54:02'),
(192267, 1466, '1355-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:02', '2023-09-17 17:54:02'),
(192268, 1466, '1355-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:02', '2023-09-17 17:54:02'),
(192269, 1466, '1356-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:02', '2023-09-17 17:54:02'),
(192270, 1466, '1356-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:02', '2023-09-17 17:54:02'),
(192271, 1466, '1356-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:02', '2023-09-17 17:54:02'),
(192272, 1466, '1356-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:02', '2023-09-17 17:54:02'),
(192273, 1466, '1356-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:02', '2023-09-17 17:54:02'),
(192274, 1466, '1356-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:02', '2023-09-17 17:54:02'),
(192275, 1466, '1356-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:02', '2023-09-17 17:54:02'),
(192276, 1466, '1356-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:02', '2023-09-17 17:54:02'),
(192277, 1466, '1356-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:02', '2023-09-17 17:54:02'),
(192278, 1466, '1356-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:02', '2023-09-17 17:54:02'),
(192279, 1466, '1356-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:02', '2023-09-17 17:54:02'),
(192280, 1466, '1356-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:02', '2023-09-17 17:54:02'),
(192281, 1466, '1357-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:02', '2023-09-17 17:54:02'),
(192282, 1466, '1357-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:02', '2023-09-17 17:54:02'),
(192283, 1466, '1357-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:02', '2023-09-17 17:54:02'),
(192284, 1466, '1357-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:02', '2023-09-17 17:54:02'),
(192285, 1466, '1357-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:02', '2023-09-17 17:54:02'),
(192286, 1466, '1357-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:02', '2023-09-17 17:54:02'),
(192287, 1466, '1357-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:02', '2023-09-17 17:54:02'),
(192288, 1466, '1357-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:02', '2023-09-17 17:54:02'),
(192289, 1466, '1357-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:02', '2023-09-17 17:54:02'),
(192290, 1466, '1357-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:02', '2023-09-17 17:54:02'),
(192291, 1466, '1357-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:02', '2023-09-17 17:54:02');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(192292, 1466, '1357-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:02', '2023-09-17 17:54:02'),
(192293, 1466, '1358-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:02', '2023-09-17 17:54:02'),
(192294, 1466, '1358-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:02', '2023-09-17 17:54:02'),
(192295, 1466, '1358-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:02', '2023-09-17 17:54:02'),
(192296, 1466, '1358-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:02', '2023-09-17 17:54:02'),
(192297, 1466, '1358-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:02', '2023-09-17 17:54:02'),
(192298, 1466, '1358-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:02', '2023-09-17 17:54:02'),
(192299, 1466, '1358-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:02', '2023-09-17 17:54:02'),
(192300, 1466, '1358-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:02', '2023-09-17 17:54:02'),
(192301, 1466, '1358-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:02', '2023-09-17 17:54:02'),
(192302, 1466, '1358-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:02', '2023-09-17 17:54:02'),
(192303, 1466, '1358-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:02', '2023-09-17 17:54:02'),
(192304, 1466, '1358-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:02', '2023-09-17 17:54:02'),
(192305, 1466, '1359-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:02', '2023-09-17 17:54:02'),
(192306, 1466, '1359-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:02', '2023-09-17 17:54:02'),
(192307, 1466, '1359-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:02', '2023-09-17 17:54:02'),
(192308, 1466, '1359-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:02', '2023-09-17 17:54:02'),
(192309, 1466, '1359-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:02', '2023-09-17 17:54:02'),
(192310, 1466, '1359-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:02', '2023-09-17 17:54:02'),
(192311, 1466, '1359-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:02', '2023-09-17 17:54:02'),
(192312, 1466, '1359-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:02', '2023-09-17 17:54:02'),
(192313, 1466, '1359-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:03', '2023-09-17 17:54:03'),
(192314, 1466, '1359-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:03', '2023-09-17 17:54:03'),
(192315, 1466, '1359-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:03', '2023-09-17 17:54:03'),
(192316, 1466, '1359-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:03', '2023-09-17 17:54:03'),
(192317, 1466, '1360-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:03', '2023-09-17 17:54:03'),
(192318, 1466, '1360-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:03', '2023-09-17 17:54:03'),
(192319, 1466, '1360-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:03', '2023-09-17 17:54:03'),
(192320, 1466, '1360-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:03', '2023-09-17 17:54:03'),
(192321, 1466, '1360-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:03', '2023-09-17 17:54:03'),
(192322, 1466, '1360-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:03', '2023-09-17 17:54:03'),
(192323, 1466, '1360-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:03', '2023-09-17 17:54:03'),
(192324, 1466, '1360-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:03', '2023-09-17 17:54:03'),
(192325, 1466, '1360-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:03', '2023-09-17 17:54:03'),
(192326, 1466, '1360-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:03', '2023-09-17 17:54:03'),
(192327, 1466, '1360-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:03', '2023-09-17 17:54:03'),
(192328, 1466, '1360-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:03', '2023-09-17 17:54:03'),
(192329, 1466, '1361-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:03', '2023-09-17 17:54:03'),
(192330, 1466, '1361-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:03', '2023-09-17 17:54:03'),
(192331, 1466, '1361-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:03', '2023-09-17 17:54:03'),
(192332, 1466, '1361-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:03', '2023-09-17 17:54:03'),
(192333, 1466, '1361-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:03', '2023-09-17 17:54:03'),
(192334, 1466, '1361-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:03', '2023-09-17 17:54:03'),
(192335, 1466, '1361-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:03', '2023-09-17 17:54:03'),
(192336, 1466, '1361-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:03', '2023-09-17 17:54:03'),
(192337, 1466, '1361-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:03', '2023-09-17 17:54:03'),
(192338, 1466, '1361-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:03', '2023-09-17 17:54:03'),
(192339, 1466, '1361-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:03', '2023-09-17 17:54:03'),
(192340, 1466, '1361-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:03', '2023-09-17 17:54:03'),
(192341, 1466, '1362-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:03', '2023-09-17 17:54:03'),
(192342, 1466, '1362-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:03', '2023-09-17 17:54:03'),
(192343, 1466, '1362-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:03', '2023-09-17 17:54:03'),
(192344, 1466, '1362-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:03', '2023-09-17 17:54:03'),
(192345, 1466, '1362-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:03', '2023-09-17 17:54:03'),
(192346, 1466, '1362-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:03', '2023-09-17 17:54:03'),
(192347, 1466, '1362-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:03', '2023-09-17 17:54:03'),
(192348, 1466, '1362-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:03', '2023-09-17 17:54:03'),
(192349, 1466, '1362-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:03', '2023-09-17 17:54:03'),
(192350, 1466, '1362-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:03', '2023-09-17 17:54:03'),
(192351, 1466, '1362-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:03', '2023-09-17 17:54:03'),
(192352, 1466, '1362-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:03', '2023-09-17 17:54:03'),
(192353, 1466, '1363-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:03', '2023-09-17 17:54:03'),
(192354, 1466, '1363-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:03', '2023-09-17 17:54:03'),
(192355, 1466, '1363-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:03', '2023-09-17 17:54:03'),
(192356, 1466, '1363-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:03', '2023-09-17 17:54:03'),
(192357, 1466, '1363-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:03', '2023-09-17 17:54:03'),
(192358, 1466, '1363-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:03', '2023-09-17 17:54:03'),
(192359, 1466, '1363-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:03', '2023-09-17 17:54:03'),
(192360, 1466, '1363-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:03', '2023-09-17 17:54:03'),
(192361, 1466, '1363-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:03', '2023-09-17 17:54:03'),
(192362, 1466, '1363-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:03', '2023-09-17 17:54:03'),
(192363, 1466, '1363-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:03', '2023-09-17 17:54:03'),
(192364, 1466, '1363-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:03', '2023-09-17 17:54:03'),
(192365, 1466, '1364-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:03', '2023-09-17 17:54:03'),
(192366, 1466, '1364-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:03', '2023-09-17 17:54:03'),
(192367, 1466, '1364-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:03', '2023-09-17 17:54:03'),
(192368, 1466, '1364-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:03', '2023-09-17 17:54:03'),
(192369, 1466, '1364-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:03', '2023-09-17 17:54:03'),
(192370, 1466, '1364-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:03', '2023-09-17 17:54:03'),
(192371, 1466, '1364-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:03', '2023-09-17 17:54:03'),
(192372, 1466, '1364-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:03', '2023-09-17 17:54:03'),
(192373, 1466, '1364-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:03', '2023-09-17 17:54:03'),
(192374, 1466, '1364-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:03', '2023-09-17 17:54:03'),
(192375, 1466, '1364-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:03', '2023-09-17 17:54:03'),
(192376, 1466, '1364-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:03', '2023-09-17 17:54:03'),
(192377, 1466, '1365-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:03', '2023-09-17 17:54:03'),
(192378, 1466, '1365-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:03', '2023-09-17 17:54:03'),
(192379, 1466, '1365-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:03', '2023-09-17 17:54:03'),
(192380, 1466, '1365-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:03', '2023-09-17 17:54:03'),
(192381, 1466, '1365-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:03', '2023-09-17 17:54:03'),
(192382, 1466, '1365-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:03', '2023-09-17 17:54:03'),
(192383, 1466, '1365-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:03', '2023-09-17 17:54:03'),
(192384, 1466, '1365-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:03', '2023-09-17 17:54:03'),
(192385, 1466, '1365-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:03', '2023-09-17 17:54:03'),
(192386, 1466, '1365-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:03', '2023-09-17 17:54:03'),
(192387, 1466, '1365-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:03', '2023-09-17 17:54:03'),
(192388, 1466, '1365-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:03', '2023-09-17 17:54:03'),
(192389, 1466, '1366-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:03', '2023-09-17 17:54:03'),
(192390, 1466, '1366-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:03', '2023-09-17 17:54:03'),
(192391, 1466, '1366-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:03', '2023-09-17 17:54:03'),
(192392, 1466, '1366-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:03', '2023-09-17 17:54:03'),
(192393, 1466, '1366-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:03', '2023-09-17 17:54:03'),
(192394, 1466, '1366-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:03', '2023-09-17 17:54:03'),
(192395, 1466, '1366-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:03', '2023-09-17 17:54:03'),
(192396, 1466, '1366-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:03', '2023-09-17 17:54:03'),
(192397, 1466, '1366-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:03', '2023-09-17 17:54:03'),
(192398, 1466, '1366-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:03', '2023-09-17 17:54:03'),
(192399, 1466, '1366-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:03', '2023-09-17 17:54:03'),
(192400, 1466, '1366-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:03', '2023-09-17 17:54:03'),
(192401, 1466, '1367-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:03', '2023-09-17 17:54:03'),
(192402, 1466, '1367-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:03', '2023-09-17 17:54:03'),
(192403, 1466, '1367-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:03', '2023-09-17 17:54:03'),
(192404, 1466, '1367-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:03', '2023-09-17 17:54:03'),
(192405, 1466, '1367-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:03', '2023-09-17 17:54:03'),
(192406, 1466, '1367-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:03', '2023-09-17 17:54:03'),
(192407, 1466, '1367-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:03', '2023-09-17 17:54:03'),
(192408, 1466, '1367-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:03', '2023-09-17 17:54:03'),
(192409, 1466, '1367-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:03', '2023-09-17 17:54:03'),
(192410, 1466, '1367-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:03', '2023-09-17 17:54:03'),
(192411, 1466, '1367-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:03', '2023-09-17 17:54:03'),
(192412, 1466, '1367-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:03', '2023-09-17 17:54:03'),
(192413, 1466, '1368-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:03', '2023-09-17 17:54:03'),
(192414, 1466, '1368-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:03', '2023-09-17 17:54:03'),
(192415, 1466, '1368-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:03', '2023-09-17 17:54:03'),
(192416, 1466, '1368-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:03', '2023-09-17 17:54:03'),
(192417, 1466, '1368-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:03', '2023-09-17 17:54:03'),
(192418, 1466, '1368-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:03', '2023-09-17 17:54:03'),
(192419, 1466, '1368-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:03', '2023-09-17 17:54:03'),
(192420, 1466, '1368-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:03', '2023-09-17 17:54:03'),
(192421, 1466, '1368-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:03', '2023-09-17 17:54:03'),
(192422, 1466, '1368-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:03', '2023-09-17 17:54:03'),
(192423, 1466, '1368-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:03', '2023-09-17 17:54:03'),
(192424, 1466, '1368-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:03', '2023-09-17 17:54:03'),
(192425, 1466, '1369-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:03', '2023-09-17 17:54:03'),
(192426, 1466, '1369-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:03', '2023-09-17 17:54:03'),
(192427, 1466, '1369-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:03', '2023-09-17 17:54:03'),
(192428, 1466, '1369-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:03', '2023-09-17 17:54:03'),
(192429, 1466, '1369-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:03', '2023-09-17 17:54:03'),
(192430, 1466, '1369-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:03', '2023-09-17 17:54:03'),
(192431, 1466, '1369-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:03', '2023-09-17 17:54:03'),
(192432, 1466, '1369-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:03', '2023-09-17 17:54:03'),
(192433, 1466, '1369-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:03', '2023-09-17 17:54:03'),
(192434, 1466, '1369-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:03', '2023-09-17 17:54:03'),
(192435, 1466, '1369-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:03', '2023-09-17 17:54:03'),
(192436, 1466, '1369-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:03', '2023-09-17 17:54:03'),
(192437, 1466, '1370-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:03', '2023-09-17 17:54:03'),
(192438, 1466, '1370-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:03', '2023-09-17 17:54:03'),
(192439, 1466, '1370-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:03', '2023-09-17 17:54:03'),
(192440, 1466, '1370-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:03', '2023-09-17 17:54:03'),
(192441, 1466, '1370-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:03', '2023-09-17 17:54:03'),
(192442, 1466, '1370-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:03', '2023-09-17 17:54:03'),
(192443, 1466, '1370-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:03', '2023-09-17 17:54:03'),
(192444, 1466, '1370-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:03', '2023-09-17 17:54:03'),
(192445, 1466, '1370-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:03', '2023-09-17 17:54:03'),
(192446, 1466, '1370-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:03', '2023-09-17 17:54:03'),
(192447, 1466, '1370-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:03', '2023-09-17 17:54:03'),
(192448, 1466, '1370-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:03', '2023-09-17 17:54:03'),
(192449, 1466, '1371-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:03', '2023-09-17 17:54:03'),
(192450, 1466, '1371-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:03', '2023-09-17 17:54:03'),
(192451, 1466, '1371-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:03', '2023-09-17 17:54:03'),
(192452, 1466, '1371-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:03', '2023-09-17 17:54:03'),
(192453, 1466, '1371-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:03', '2023-09-17 17:54:03'),
(192454, 1466, '1371-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:03', '2023-09-17 17:54:03'),
(192455, 1466, '1371-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192456, 1466, '1371-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192457, 1466, '1371-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192458, 1466, '1371-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192459, 1466, '1371-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192460, 1466, '1371-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192461, 1466, '1372-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192462, 1466, '1372-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192463, 1466, '1372-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192464, 1466, '1372-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192465, 1466, '1372-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192466, 1466, '1372-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192467, 1466, '1372-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192468, 1466, '1372-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192469, 1466, '1372-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192470, 1466, '1372-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192471, 1466, '1372-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192472, 1466, '1372-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192473, 1466, '1373-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192474, 1466, '1373-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192475, 1466, '1373-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192476, 1466, '1373-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192477, 1466, '1373-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192478, 1466, '1373-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192479, 1466, '1373-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192480, 1466, '1373-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192481, 1466, '1373-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192482, 1466, '1373-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192483, 1466, '1373-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192484, 1466, '1373-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192485, 1466, '1374-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192486, 1466, '1374-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192487, 1466, '1374-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192488, 1466, '1374-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192489, 1466, '1374-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192490, 1466, '1374-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192491, 1466, '1374-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192492, 1466, '1374-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192493, 1466, '1374-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192494, 1466, '1374-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192495, 1466, '1374-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192496, 1466, '1374-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192497, 1466, '1375-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192498, 1466, '1375-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192499, 1466, '1375-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192500, 1466, '1375-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192501, 1466, '1375-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192502, 1466, '1375-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192503, 1466, '1375-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192504, 1466, '1375-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192505, 1466, '1375-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192506, 1466, '1375-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192507, 1466, '1375-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192508, 1466, '1375-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192509, 1466, '1376-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192510, 1466, '1376-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192511, 1466, '1376-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192512, 1466, '1376-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192513, 1466, '1376-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192514, 1466, '1376-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192515, 1466, '1376-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192516, 1466, '1376-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192517, 1466, '1376-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192518, 1466, '1376-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192519, 1466, '1376-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192520, 1466, '1376-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192521, 1466, '1377-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192522, 1466, '1377-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192523, 1466, '1377-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192524, 1466, '1377-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192525, 1466, '1377-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192526, 1466, '1377-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192527, 1466, '1377-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192528, 1466, '1377-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192529, 1466, '1377-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192530, 1466, '1377-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192531, 1466, '1377-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192532, 1466, '1377-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192533, 1466, '1378-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192534, 1466, '1378-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192535, 1466, '1378-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192536, 1466, '1378-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192537, 1466, '1378-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192538, 1466, '1378-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192539, 1466, '1378-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192540, 1466, '1378-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192541, 1466, '1378-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192542, 1466, '1378-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192543, 1466, '1378-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192544, 1466, '1378-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192545, 1466, '1379-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192546, 1466, '1379-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192547, 1466, '1379-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192548, 1466, '1379-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192549, 1466, '1379-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192550, 1466, '1379-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192551, 1466, '1379-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192552, 1466, '1379-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192553, 1466, '1379-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192554, 1466, '1379-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192555, 1466, '1379-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192556, 1466, '1379-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192557, 1466, '1380-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192558, 1466, '1380-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192559, 1466, '1380-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192560, 1466, '1380-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192561, 1466, '1380-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192562, 1466, '1380-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192563, 1466, '1380-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192564, 1466, '1380-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192565, 1466, '1380-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192566, 1466, '1380-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192567, 1466, '1380-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192568, 1466, '1380-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192569, 1466, '1381-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192570, 1466, '1381-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192571, 1466, '1381-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192572, 1466, '1381-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192573, 1466, '1381-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192574, 1466, '1381-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192575, 1466, '1381-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192576, 1466, '1381-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192577, 1466, '1381-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192578, 1466, '1381-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192579, 1466, '1381-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192580, 1466, '1381-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192581, 1466, '1382-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192582, 1466, '1382-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192583, 1466, '1382-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192584, 1466, '1382-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192585, 1466, '1382-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192586, 1466, '1382-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192587, 1466, '1382-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192588, 1466, '1382-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192589, 1466, '1382-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192590, 1466, '1382-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192591, 1466, '1382-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192592, 1466, '1382-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192593, 1466, '1383-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192594, 1466, '1383-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192595, 1466, '1383-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192596, 1466, '1383-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192597, 1466, '1383-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192598, 1466, '1383-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192599, 1466, '1383-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192600, 1466, '1383-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192601, 1466, '1383-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192602, 1466, '1383-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192603, 1466, '1383-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192604, 1466, '1383-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192605, 1466, '1384-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192606, 1466, '1384-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192607, 1466, '1384-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192608, 1466, '1384-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192609, 1466, '1384-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192610, 1466, '1384-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192611, 1466, '1384-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192612, 1466, '1384-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192613, 1466, '1384-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192614, 1466, '1384-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192615, 1466, '1384-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192616, 1466, '1384-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192617, 1466, '1385-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192618, 1466, '1385-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192619, 1466, '1385-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192620, 1466, '1385-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192621, 1466, '1385-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192622, 1466, '1385-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192623, 1466, '1385-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192624, 1466, '1385-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192625, 1466, '1385-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192626, 1466, '1385-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192627, 1466, '1385-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192628, 1466, '1385-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192629, 1466, '1386-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192630, 1466, '1386-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192631, 1466, '1386-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192632, 1466, '1386-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192633, 1466, '1386-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192634, 1466, '1386-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192635, 1466, '1386-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192636, 1466, '1386-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192637, 1466, '1386-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192638, 1466, '1386-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192639, 1466, '1386-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192640, 1466, '1386-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192641, 1466, '1387-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192642, 1466, '1387-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192643, 1466, '1387-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192644, 1466, '1387-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192645, 1466, '1387-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192646, 1466, '1387-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192647, 1466, '1387-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192648, 1466, '1387-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192649, 1466, '1387-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192650, 1466, '1387-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192651, 1466, '1387-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192652, 1466, '1387-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192653, 1466, '1388-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192654, 1466, '1388-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192655, 1466, '1388-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192656, 1466, '1388-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192657, 1466, '1388-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192658, 1466, '1388-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192659, 1466, '1388-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192660, 1466, '1388-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192661, 1466, '1388-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192662, 1466, '1388-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192663, 1466, '1388-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192664, 1466, '1388-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192665, 1466, '1389-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192666, 1466, '1389-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192667, 1466, '1389-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192668, 1466, '1389-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192669, 1466, '1389-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192670, 1466, '1389-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192671, 1466, '1389-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192672, 1466, '1389-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192673, 1466, '1389-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192674, 1466, '1389-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192675, 1466, '1389-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192676, 1466, '1389-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192677, 1466, '1390-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192678, 1466, '1390-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192679, 1466, '1390-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192680, 1466, '1390-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192681, 1466, '1390-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192682, 1466, '1390-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192683, 1466, '1390-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192684, 1466, '1390-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192685, 1466, '1390-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192686, 1466, '1390-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192687, 1466, '1390-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192688, 1466, '1390-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192689, 1466, '1391-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192690, 1466, '1391-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192691, 1466, '1391-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192692, 1466, '1391-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192693, 1466, '1391-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192694, 1466, '1391-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192695, 1466, '1391-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192696, 1466, '1391-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192697, 1466, '1391-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192698, 1466, '1391-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192699, 1466, '1391-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192700, 1466, '1391-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192701, 1466, '1392-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192702, 1466, '1392-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192703, 1466, '1392-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192704, 1466, '1392-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192705, 1466, '1392-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192706, 1466, '1392-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192707, 1466, '1392-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192708, 1466, '1392-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192709, 1466, '1392-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192710, 1466, '1392-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192711, 1466, '1392-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192712, 1466, '1392-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192713, 1466, '1393-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192714, 1466, '1393-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192715, 1466, '1393-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192716, 1466, '1393-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192717, 1466, '1393-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192718, 1466, '1393-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192719, 1466, '1393-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192720, 1466, '1393-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192721, 1466, '1393-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192722, 1466, '1393-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192723, 1466, '1393-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192724, 1466, '1393-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192725, 1466, '1394-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192726, 1466, '1394-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192727, 1466, '1394-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192728, 1466, '1394-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192729, 1466, '1394-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192730, 1466, '1394-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192731, 1466, '1394-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192732, 1466, '1394-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192733, 1466, '1394-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192734, 1466, '1394-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192735, 1466, '1394-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192736, 1466, '1394-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192737, 1466, '1395-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192738, 1466, '1395-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192739, 1466, '1395-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192740, 1466, '1395-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192741, 1466, '1395-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192742, 1466, '1395-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192743, 1466, '1395-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192744, 1466, '1395-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192745, 1466, '1395-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192746, 1466, '1395-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192747, 1466, '1395-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192748, 1466, '1395-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192749, 1466, '1396-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192750, 1466, '1396-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192751, 1466, '1396-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192752, 1466, '1396-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192753, 1466, '1396-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192754, 1466, '1396-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192755, 1466, '1396-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192756, 1466, '1396-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(192757, 1466, '1396-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192758, 1466, '1396-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192759, 1466, '1396-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192760, 1466, '1396-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192761, 1466, '1397-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192762, 1466, '1397-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192763, 1466, '1397-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192764, 1466, '1397-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192765, 1466, '1397-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192766, 1466, '1397-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192767, 1466, '1397-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192768, 1466, '1397-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192769, 1466, '1397-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192770, 1466, '1397-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192771, 1466, '1397-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192772, 1466, '1397-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192773, 1466, '1398-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192774, 1466, '1398-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192775, 1466, '1398-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192776, 1466, '1398-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192777, 1466, '1398-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192778, 1466, '1398-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192779, 1466, '1398-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192780, 1466, '1398-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192781, 1466, '1398-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192782, 1466, '1398-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192783, 1466, '1398-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192784, 1466, '1398-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192785, 1466, '1399-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192786, 1466, '1399-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192787, 1466, '1399-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192788, 1466, '1399-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192789, 1466, '1399-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192790, 1466, '1399-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192791, 1466, '1399-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192792, 1466, '1399-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192793, 1466, '1399-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192794, 1466, '1399-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192795, 1466, '1399-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192796, 1466, '1399-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192797, 1466, '1400-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192798, 1466, '1400-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192799, 1466, '1400-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192800, 1466, '1400-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192801, 1466, '1400-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192802, 1466, '1400-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192803, 1466, '1400-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192804, 1466, '1400-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192805, 1466, '1400-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192806, 1466, '1400-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192807, 1466, '1400-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192808, 1466, '1400-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192809, 1466, '1401-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192810, 1466, '1401-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192811, 1466, '1401-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192812, 1466, '1401-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192813, 1466, '1401-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192814, 1466, '1401-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192815, 1466, '1401-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192816, 1466, '1401-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192817, 1466, '1401-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192818, 1466, '1401-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192819, 1466, '1401-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192820, 1466, '1401-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192821, 1466, '1402-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192822, 1466, '1402-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192823, 1466, '1402-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192824, 1466, '1402-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192825, 1466, '1402-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192826, 1466, '1402-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192827, 1466, '1402-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192828, 1466, '1402-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192829, 1466, '1402-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192830, 1466, '1402-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192831, 1466, '1402-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192832, 1466, '1402-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192833, 1466, '1403-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192834, 1466, '1403-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192835, 1466, '1403-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192836, 1466, '1403-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192837, 1466, '1403-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192838, 1466, '1403-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192839, 1466, '1403-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192840, 1466, '1403-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192841, 1466, '1403-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192842, 1466, '1403-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192843, 1466, '1403-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192844, 1466, '1403-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192845, 1466, '1404-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192846, 1466, '1404-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192847, 1466, '1404-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192848, 1466, '1404-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192849, 1466, '1404-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192850, 1466, '1404-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192851, 1466, '1404-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192852, 1466, '1404-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192853, 1466, '1404-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192854, 1466, '1404-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192855, 1466, '1404-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192856, 1466, '1404-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192857, 1466, '1405-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192858, 1466, '1405-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192859, 1466, '1405-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192860, 1466, '1405-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:04', '2023-09-17 17:54:04'),
(192861, 1466, '1405-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(192862, 1466, '1405-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(192863, 1466, '1405-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(192864, 1466, '1405-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(192865, 1466, '1405-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(192866, 1466, '1405-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(192867, 1466, '1405-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(192868, 1466, '1405-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(192869, 1466, '1406-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(192870, 1466, '1406-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(192871, 1466, '1406-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(192872, 1466, '1406-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(192873, 1466, '1406-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(192874, 1466, '1406-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(192875, 1466, '1406-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(192876, 1466, '1406-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(192877, 1466, '1406-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(192878, 1466, '1406-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(192879, 1466, '1406-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(192880, 1466, '1406-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(192881, 1466, '1407-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(192882, 1466, '1407-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(192883, 1466, '1407-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(192884, 1466, '1407-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(192885, 1466, '1407-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(192886, 1466, '1407-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(192887, 1466, '1407-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(192888, 1466, '1407-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(192889, 1466, '1407-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(192890, 1466, '1407-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(192891, 1466, '1407-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(192892, 1466, '1407-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(192893, 1466, '1408-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(192894, 1466, '1408-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(192895, 1466, '1408-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(192896, 1466, '1408-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(192897, 1466, '1408-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(192898, 1466, '1408-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(192899, 1466, '1408-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(192900, 1466, '1408-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(192901, 1466, '1408-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(192902, 1466, '1408-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(192903, 1466, '1408-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(192904, 1466, '1408-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(192905, 1466, '1409-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(192906, 1466, '1409-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(192907, 1466, '1409-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(192908, 1466, '1409-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(192909, 1466, '1409-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(192910, 1466, '1409-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(192911, 1466, '1409-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(192912, 1466, '1409-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(192913, 1466, '1409-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(192914, 1466, '1409-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(192915, 1466, '1409-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(192916, 1466, '1409-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(192917, 1466, '1410-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(192918, 1466, '1410-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(192919, 1466, '1410-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(192920, 1466, '1410-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(192921, 1466, '1410-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(192922, 1466, '1410-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(192923, 1466, '1410-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(192924, 1466, '1410-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(192925, 1466, '1410-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(192926, 1466, '1410-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(192927, 1466, '1410-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(192928, 1466, '1410-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(192929, 1466, '1411-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(192930, 1466, '1411-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(192931, 1466, '1411-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(192932, 1466, '1411-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(192933, 1466, '1411-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(192934, 1466, '1411-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(192935, 1466, '1411-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(192936, 1466, '1411-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(192937, 1466, '1411-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(192938, 1466, '1411-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(192939, 1466, '1411-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(192940, 1466, '1411-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(192941, 1466, '1412-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(192942, 1466, '1412-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(192943, 1466, '1412-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(192944, 1466, '1412-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(192945, 1466, '1412-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(192946, 1466, '1412-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(192947, 1466, '1412-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(192948, 1466, '1412-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(192949, 1466, '1412-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(192950, 1466, '1412-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(192951, 1466, '1412-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(192952, 1466, '1412-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(192953, 1466, '1413-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(192954, 1466, '1413-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(192955, 1466, '1413-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(192956, 1466, '1413-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(192957, 1466, '1413-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(192958, 1466, '1413-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(192959, 1466, '1413-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(192960, 1466, '1413-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(192961, 1466, '1413-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(192962, 1466, '1413-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(192963, 1466, '1413-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(192964, 1466, '1413-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(192965, 1466, '1414-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(192966, 1466, '1414-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(192967, 1466, '1414-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(192968, 1466, '1414-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(192969, 1466, '1414-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(192970, 1466, '1414-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(192971, 1466, '1414-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(192972, 1466, '1414-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(192973, 1466, '1414-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(192974, 1466, '1414-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(192975, 1466, '1414-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(192976, 1466, '1414-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(192977, 1466, '1415-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(192978, 1466, '1415-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(192979, 1466, '1415-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(192980, 1466, '1415-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(192981, 1466, '1415-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(192982, 1466, '1415-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(192983, 1466, '1415-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(192984, 1466, '1415-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(192985, 1466, '1415-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(192986, 1466, '1415-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(192987, 1466, '1415-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(192988, 1466, '1415-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(192989, 1466, '1416-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(192990, 1466, '1416-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(192991, 1466, '1416-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(192992, 1466, '1416-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(192993, 1466, '1416-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(192994, 1466, '1416-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(192995, 1466, '1416-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(192996, 1466, '1416-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(192997, 1466, '1416-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(192998, 1466, '1416-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(192999, 1466, '1416-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(193000, 1466, '1416-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(193001, 1466, '1417-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(193002, 1466, '1417-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(193003, 1466, '1417-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(193004, 1466, '1417-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(193005, 1466, '1417-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(193006, 1466, '1417-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(193007, 1466, '1417-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(193008, 1466, '1417-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(193009, 1466, '1417-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(193010, 1466, '1417-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(193011, 1466, '1417-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(193012, 1466, '1417-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(193013, 1466, '1418-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(193014, 1466, '1418-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(193015, 1466, '1418-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(193016, 1466, '1418-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(193017, 1466, '1418-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(193018, 1466, '1418-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(193019, 1466, '1418-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(193020, 1466, '1418-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(193021, 1466, '1418-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(193022, 1466, '1418-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(193023, 1466, '1418-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(193024, 1466, '1418-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(193025, 1466, '1419-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(193026, 1466, '1419-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(193027, 1466, '1419-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(193028, 1466, '1419-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(193029, 1466, '1419-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(193030, 1466, '1419-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(193031, 1466, '1419-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(193032, 1466, '1419-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(193033, 1466, '1419-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(193034, 1466, '1419-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(193035, 1466, '1419-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(193036, 1466, '1419-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(193037, 1466, '1420-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(193038, 1466, '1420-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(193039, 1466, '1420-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(193040, 1466, '1420-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(193041, 1466, '1420-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(193042, 1466, '1420-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(193043, 1466, '1420-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(193044, 1466, '1420-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(193045, 1466, '1420-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(193046, 1466, '1420-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(193047, 1466, '1420-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(193048, 1466, '1420-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(193049, 1466, '1421-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(193050, 1466, '1421-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(193051, 1466, '1421-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(193052, 1466, '1421-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(193053, 1466, '1421-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(193054, 1466, '1421-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(193055, 1466, '1421-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(193056, 1466, '1421-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(193057, 1466, '1421-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(193058, 1466, '1421-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(193059, 1466, '1421-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(193060, 1466, '1421-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(193061, 1466, '1422-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(193062, 1466, '1422-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(193063, 1466, '1422-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(193064, 1466, '1422-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(193065, 1466, '1422-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(193066, 1466, '1422-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(193067, 1466, '1422-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(193068, 1466, '1422-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(193069, 1466, '1422-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(193070, 1466, '1422-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(193071, 1466, '1422-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(193072, 1466, '1422-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(193073, 1466, '1423-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(193074, 1466, '1423-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(193075, 1466, '1423-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(193076, 1466, '1423-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(193077, 1466, '1423-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(193078, 1466, '1423-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(193079, 1466, '1423-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(193080, 1466, '1423-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(193081, 1466, '1423-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(193082, 1466, '1423-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(193083, 1466, '1423-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(193084, 1466, '1423-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(193085, 1466, '1424-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(193086, 1466, '1424-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(193087, 1466, '1424-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(193088, 1466, '1424-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(193089, 1466, '1424-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(193090, 1466, '1424-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(193091, 1466, '1424-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(193092, 1466, '1424-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(193093, 1466, '1424-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(193094, 1466, '1424-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(193095, 1466, '1424-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(193096, 1466, '1424-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(193097, 1466, '1425-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(193098, 1466, '1425-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(193099, 1466, '1425-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(193100, 1466, '1425-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(193101, 1466, '1425-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(193102, 1466, '1425-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(193103, 1466, '1425-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(193104, 1466, '1425-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(193105, 1466, '1425-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(193106, 1466, '1425-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(193107, 1466, '1425-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(193108, 1466, '1425-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(193109, 1466, '1426-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(193110, 1466, '1426-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(193111, 1466, '1426-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(193112, 1466, '1426-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(193113, 1466, '1426-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(193114, 1466, '1426-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(193115, 1466, '1426-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(193116, 1466, '1426-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(193117, 1466, '1426-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(193118, 1466, '1426-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(193119, 1466, '1426-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(193120, 1466, '1426-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(193121, 1466, '1427-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(193122, 1466, '1427-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(193123, 1466, '1427-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(193124, 1466, '1427-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(193125, 1466, '1427-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(193126, 1466, '1427-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(193127, 1466, '1427-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(193128, 1466, '1427-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(193129, 1466, '1427-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(193130, 1466, '1427-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(193131, 1466, '1427-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(193132, 1466, '1427-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(193133, 1466, '1428-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(193134, 1466, '1428-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(193135, 1466, '1428-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(193136, 1466, '1428-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(193137, 1466, '1428-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(193138, 1466, '1428-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(193139, 1466, '1428-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(193140, 1466, '1428-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(193141, 1466, '1428-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(193142, 1466, '1428-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(193143, 1466, '1428-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(193144, 1466, '1428-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(193145, 1466, '1429-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(193146, 1466, '1429-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(193147, 1466, '1429-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(193148, 1466, '1429-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(193149, 1466, '1429-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(193150, 1466, '1429-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(193151, 1466, '1429-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(193152, 1466, '1429-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(193153, 1466, '1429-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(193154, 1466, '1429-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(193155, 1466, '1429-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(193156, 1466, '1429-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(193157, 1466, '1430-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(193158, 1466, '1430-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(193159, 1466, '1430-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(193160, 1466, '1430-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(193161, 1466, '1430-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(193162, 1466, '1430-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(193163, 1466, '1430-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(193164, 1466, '1430-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(193165, 1466, '1430-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(193166, 1466, '1430-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(193167, 1466, '1430-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(193168, 1466, '1430-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(193169, 1466, '1431-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(193170, 1466, '1431-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(193171, 1466, '1431-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(193172, 1466, '1431-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(193173, 1466, '1431-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(193174, 1466, '1431-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(193175, 1466, '1431-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(193176, 1466, '1431-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(193177, 1466, '1431-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(193178, 1466, '1431-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(193179, 1466, '1431-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(193180, 1466, '1431-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(193181, 1466, '1432-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(193182, 1466, '1432-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(193183, 1466, '1432-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(193184, 1466, '1432-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(193185, 1466, '1432-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(193186, 1466, '1432-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(193187, 1466, '1432-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(193188, 1466, '1432-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(193189, 1466, '1432-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(193190, 1466, '1432-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(193191, 1466, '1432-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(193192, 1466, '1432-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(193193, 1466, '1433-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(193194, 1466, '1433-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(193195, 1466, '1433-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(193196, 1466, '1433-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(193197, 1466, '1433-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(193198, 1466, '1433-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(193199, 1466, '1433-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(193200, 1466, '1433-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(193201, 1466, '1433-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(193202, 1466, '1433-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(193203, 1466, '1433-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(193204, 1466, '1433-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(193205, 1466, '1434-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(193206, 1466, '1434-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(193207, 1466, '1434-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(193208, 1466, '1434-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(193209, 1466, '1434-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(193210, 1466, '1434-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(193211, 1466, '1434-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(193212, 1466, '1434-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(193213, 1466, '1434-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:05', '2023-09-17 17:54:05'),
(193214, 1466, '1434-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193215, 1466, '1434-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193216, 1466, '1434-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193217, 1466, '1435-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193218, 1466, '1435-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193219, 1466, '1435-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193220, 1466, '1435-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193221, 1466, '1435-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(193222, 1466, '1435-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193223, 1466, '1435-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193224, 1466, '1435-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193225, 1466, '1435-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193226, 1466, '1435-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193227, 1466, '1435-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193228, 1466, '1435-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193229, 1466, '1436-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193230, 1466, '1436-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193231, 1466, '1436-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193232, 1466, '1436-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193233, 1466, '1436-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193234, 1466, '1436-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193235, 1466, '1436-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193236, 1466, '1436-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193237, 1466, '1436-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193238, 1466, '1436-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193239, 1466, '1436-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193240, 1466, '1436-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193241, 1466, '1437-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193242, 1466, '1437-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193243, 1466, '1437-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193244, 1466, '1437-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193245, 1466, '1437-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193246, 1466, '1437-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193247, 1466, '1437-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193248, 1466, '1437-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193249, 1466, '1437-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193250, 1466, '1437-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193251, 1466, '1437-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193252, 1466, '1437-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193253, 1466, '1438-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193254, 1466, '1438-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193255, 1466, '1438-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193256, 1466, '1438-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193257, 1466, '1438-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193258, 1466, '1438-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193259, 1466, '1438-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193260, 1466, '1438-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193261, 1466, '1438-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193262, 1466, '1438-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193263, 1466, '1438-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193264, 1466, '1438-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193265, 1466, '1439-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193266, 1466, '1439-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193267, 1466, '1439-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193268, 1466, '1439-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193269, 1466, '1439-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193270, 1466, '1439-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193271, 1466, '1439-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193272, 1466, '1439-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193273, 1466, '1439-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193274, 1466, '1439-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193275, 1466, '1439-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193276, 1466, '1439-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193277, 1466, '1440-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193278, 1466, '1440-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193279, 1466, '1440-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193280, 1466, '1440-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193281, 1466, '1440-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193282, 1466, '1440-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193283, 1466, '1440-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193284, 1466, '1440-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193285, 1466, '1440-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193286, 1466, '1440-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193287, 1466, '1440-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193288, 1466, '1440-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193289, 1466, '1441-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193290, 1466, '1441-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193291, 1466, '1441-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193292, 1466, '1441-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193293, 1466, '1441-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193294, 1466, '1441-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193295, 1466, '1441-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193296, 1466, '1441-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193297, 1466, '1441-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193298, 1466, '1441-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193299, 1466, '1441-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193300, 1466, '1441-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193301, 1466, '1442-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193302, 1466, '1442-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193303, 1466, '1442-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193304, 1466, '1442-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193305, 1466, '1442-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193306, 1466, '1442-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193307, 1466, '1442-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193308, 1466, '1442-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193309, 1466, '1442-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193310, 1466, '1442-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193311, 1466, '1442-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193312, 1466, '1442-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193313, 1466, '1443-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193314, 1466, '1443-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193315, 1466, '1443-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193316, 1466, '1443-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193317, 1466, '1443-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193318, 1466, '1443-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193319, 1466, '1443-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193320, 1466, '1443-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193321, 1466, '1443-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193322, 1466, '1443-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193323, 1466, '1443-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193324, 1466, '1443-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193325, 1466, '1444-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193326, 1466, '1444-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193327, 1466, '1444-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193328, 1466, '1444-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193329, 1466, '1444-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193330, 1466, '1444-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193331, 1466, '1444-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193332, 1466, '1444-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193333, 1466, '1444-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193334, 1466, '1444-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193335, 1466, '1444-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193336, 1466, '1444-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193337, 1466, '1445-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193338, 1466, '1445-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193339, 1466, '1445-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193340, 1466, '1445-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193341, 1466, '1445-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193342, 1466, '1445-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193343, 1466, '1445-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193344, 1466, '1445-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193345, 1466, '1445-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193346, 1466, '1445-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193347, 1466, '1445-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193348, 1466, '1445-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193349, 1466, '1446-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193350, 1466, '1446-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193351, 1466, '1446-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193352, 1466, '1446-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193353, 1466, '1446-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193354, 1466, '1446-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193355, 1466, '1446-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193356, 1466, '1446-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193357, 1466, '1446-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193358, 1466, '1446-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193359, 1466, '1446-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193360, 1466, '1446-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193361, 1466, '1447-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193362, 1466, '1447-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193363, 1466, '1447-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193364, 1466, '1447-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193365, 1466, '1447-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193366, 1466, '1447-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193367, 1466, '1447-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193368, 1466, '1447-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193369, 1466, '1447-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193370, 1466, '1447-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193371, 1466, '1447-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193372, 1466, '1447-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193373, 1466, '1448-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193374, 1466, '1448-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193375, 1466, '1448-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193376, 1466, '1448-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193377, 1466, '1448-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193378, 1466, '1448-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193379, 1466, '1448-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193380, 1466, '1448-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193381, 1466, '1448-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193382, 1466, '1448-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193383, 1466, '1448-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193384, 1466, '1448-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193385, 1466, '1449-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193386, 1466, '1449-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193387, 1466, '1449-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193388, 1466, '1449-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193389, 1466, '1449-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193390, 1466, '1449-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193391, 1466, '1449-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193392, 1466, '1449-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193393, 1466, '1449-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193394, 1466, '1449-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193395, 1466, '1449-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193396, 1466, '1449-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193397, 1466, '1450-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193398, 1466, '1450-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193399, 1466, '1450-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193400, 1466, '1450-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193401, 1466, '1450-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193402, 1466, '1450-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193403, 1466, '1450-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193404, 1466, '1450-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193405, 1466, '1450-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193406, 1466, '1450-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193407, 1466, '1450-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193408, 1466, '1450-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193409, 1466, '1451-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193410, 1466, '1451-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193411, 1466, '1451-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193412, 1466, '1451-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193413, 1466, '1451-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193414, 1466, '1451-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193415, 1466, '1451-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193416, 1466, '1451-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193417, 1466, '1451-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193418, 1466, '1451-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193419, 1466, '1451-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193420, 1466, '1451-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193421, 1466, '1452-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193422, 1466, '1452-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193423, 1466, '1452-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193424, 1466, '1452-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193425, 1466, '1452-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193426, 1466, '1452-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193427, 1466, '1452-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193428, 1466, '1452-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193429, 1466, '1452-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193430, 1466, '1452-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193431, 1466, '1452-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193432, 1466, '1452-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193433, 1466, '1453-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193434, 1466, '1453-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193435, 1466, '1453-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193436, 1466, '1453-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193437, 1466, '1453-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193438, 1466, '1453-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193439, 1466, '1453-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193440, 1466, '1453-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193441, 1466, '1453-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193442, 1466, '1453-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193443, 1466, '1453-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193444, 1466, '1453-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193445, 1466, '1454-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193446, 1466, '1454-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193447, 1466, '1454-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193448, 1466, '1454-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193449, 1466, '1454-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193450, 1466, '1454-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193451, 1466, '1454-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193452, 1466, '1454-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193453, 1466, '1454-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193454, 1466, '1454-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193455, 1466, '1454-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193456, 1466, '1454-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193457, 1466, '1455-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193458, 1466, '1455-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193459, 1466, '1455-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193460, 1466, '1455-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193461, 1466, '1455-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193462, 1466, '1455-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193463, 1466, '1455-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193464, 1466, '1455-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193465, 1466, '1455-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193466, 1466, '1455-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193467, 1466, '1455-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193468, 1466, '1455-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193469, 1466, '1456-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193470, 1466, '1456-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193471, 1466, '1456-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193472, 1466, '1456-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193473, 1466, '1456-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193474, 1466, '1456-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193475, 1466, '1456-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193476, 1466, '1456-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193477, 1466, '1456-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193478, 1466, '1456-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193479, 1466, '1456-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193480, 1466, '1456-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193481, 1466, '1457-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193482, 1466, '1457-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193483, 1466, '1457-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193484, 1466, '1457-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193485, 1466, '1457-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193486, 1466, '1457-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193487, 1466, '1457-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193488, 1466, '1457-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193489, 1466, '1457-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193490, 1466, '1457-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193491, 1466, '1457-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193492, 1466, '1457-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193493, 1466, '1458-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193494, 1466, '1458-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193495, 1466, '1458-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193496, 1466, '1458-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193497, 1466, '1458-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193498, 1466, '1458-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193499, 1466, '1458-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193500, 1466, '1458-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193501, 1466, '1458-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193502, 1466, '1458-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193503, 1466, '1458-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193504, 1466, '1458-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193505, 1466, '1459-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193506, 1466, '1459-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193507, 1466, '1459-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193508, 1466, '1459-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193509, 1466, '1459-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193510, 1466, '1459-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193511, 1466, '1459-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193512, 1466, '1459-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193513, 1466, '1459-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193514, 1466, '1459-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193515, 1466, '1459-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193516, 1466, '1459-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193517, 1466, '1460-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193518, 1466, '1460-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193519, 1466, '1460-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193520, 1466, '1460-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193521, 1466, '1460-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193522, 1466, '1460-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193523, 1466, '1460-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193524, 1466, '1460-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193525, 1466, '1460-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193526, 1466, '1460-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193527, 1466, '1460-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193528, 1466, '1460-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193529, 1466, '1461-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193530, 1466, '1461-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193531, 1466, '1461-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193532, 1466, '1461-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193533, 1466, '1461-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193534, 1466, '1461-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193535, 1466, '1461-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193536, 1466, '1461-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193537, 1466, '1461-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193538, 1466, '1461-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193539, 1466, '1461-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193540, 1466, '1461-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193541, 1466, '1462-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193542, 1466, '1462-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193543, 1466, '1462-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193544, 1466, '1462-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193545, 1466, '1462-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193546, 1466, '1462-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193547, 1466, '1462-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193548, 1466, '1462-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193549, 1466, '1462-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193550, 1466, '1462-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193551, 1466, '1462-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193552, 1466, '1462-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193553, 1466, '1463-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193554, 1466, '1463-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193555, 1466, '1463-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193556, 1466, '1463-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193557, 1466, '1463-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193558, 1466, '1463-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193559, 1466, '1463-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193560, 1466, '1463-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193561, 1466, '1463-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193562, 1466, '1463-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193563, 1466, '1463-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193564, 1466, '1463-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193565, 1466, '1464-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193566, 1466, '1464-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193567, 1466, '1464-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193568, 1466, '1464-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193569, 1466, '1464-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193570, 1466, '1464-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193571, 1466, '1464-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193572, 1466, '1464-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193573, 1466, '1464-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193574, 1466, '1464-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193575, 1466, '1464-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:06', '2023-09-17 17:54:06'),
(193576, 1466, '1464-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193577, 1466, '1465-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193578, 1466, '1465-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193579, 1466, '1465-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193580, 1466, '1465-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193581, 1466, '1465-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193582, 1466, '1465-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193583, 1466, '1465-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193584, 1466, '1465-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193585, 1466, '1465-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193586, 1466, '1465-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193587, 1466, '1465-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193588, 1466, '1465-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193589, 1466, '1466-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193590, 1466, '1466-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193591, 1466, '1466-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193592, 1466, '1466-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193593, 1466, '1466-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193594, 1466, '1466-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193595, 1466, '1466-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193596, 1466, '1466-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193597, 1466, '1466-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193598, 1466, '1466-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193599, 1466, '1466-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193600, 1466, '1466-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193601, 1466, '1467-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193602, 1466, '1467-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193603, 1466, '1467-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193604, 1466, '1467-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193605, 1466, '1467-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193606, 1466, '1467-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193607, 1466, '1467-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193608, 1466, '1467-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193609, 1466, '1467-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193610, 1466, '1467-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193611, 1466, '1467-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193612, 1466, '1467-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193613, 1466, '1468-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193614, 1466, '1468-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193615, 1466, '1468-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193616, 1466, '1468-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193617, 1466, '1468-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193618, 1466, '1468-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193619, 1466, '1468-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193620, 1466, '1468-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193621, 1466, '1468-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193622, 1466, '1468-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193623, 1466, '1468-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193624, 1466, '1468-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193625, 1466, '1469-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193626, 1466, '1469-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193627, 1466, '1469-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193628, 1466, '1469-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193629, 1466, '1469-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193630, 1466, '1469-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193631, 1466, '1469-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193632, 1466, '1469-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193633, 1466, '1469-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193634, 1466, '1469-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193635, 1466, '1469-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193636, 1466, '1469-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193637, 1466, '1470-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193638, 1466, '1470-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193639, 1466, '1470-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193640, 1466, '1470-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193641, 1466, '1470-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193642, 1466, '1470-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193643, 1466, '1470-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193644, 1466, '1470-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193645, 1466, '1470-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193646, 1466, '1470-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193647, 1466, '1470-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193648, 1466, '1470-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193649, 1466, '1471-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193650, 1466, '1471-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193651, 1466, '1471-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193652, 1466, '1471-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193653, 1466, '1471-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193654, 1466, '1471-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193655, 1466, '1471-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193656, 1466, '1471-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193657, 1466, '1471-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193658, 1466, '1471-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193659, 1466, '1471-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193660, 1466, '1471-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193661, 1466, '1472-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193662, 1466, '1472-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193663, 1466, '1472-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193664, 1466, '1472-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193665, 1466, '1472-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193666, 1466, '1472-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193667, 1466, '1472-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193668, 1466, '1472-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193669, 1466, '1472-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193670, 1466, '1472-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193671, 1466, '1472-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193672, 1466, '1472-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193673, 1466, '1473-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193674, 1466, '1473-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193675, 1466, '1473-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193676, 1466, '1473-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193677, 1466, '1473-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193678, 1466, '1473-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193679, 1466, '1473-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193680, 1466, '1473-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193681, 1466, '1473-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193682, 1466, '1473-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193683, 1466, '1473-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193684, 1466, '1473-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193685, 1466, '1474-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193686, 1466, '1474-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(193687, 1466, '1474-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193688, 1466, '1474-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193689, 1466, '1474-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193690, 1466, '1474-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193691, 1466, '1474-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193692, 1466, '1474-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193693, 1466, '1474-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193694, 1466, '1474-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193695, 1466, '1474-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193696, 1466, '1474-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193697, 1466, '1475-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193698, 1466, '1475-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193699, 1466, '1475-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193700, 1466, '1475-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193701, 1466, '1475-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193702, 1466, '1475-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193703, 1466, '1475-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193704, 1466, '1475-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193705, 1466, '1475-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193706, 1466, '1475-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193707, 1466, '1475-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193708, 1466, '1475-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193709, 1466, '1476-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193710, 1466, '1476-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193711, 1466, '1476-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193712, 1466, '1476-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193713, 1466, '1476-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193714, 1466, '1476-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193715, 1466, '1476-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193716, 1466, '1476-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193717, 1466, '1476-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193718, 1466, '1476-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193719, 1466, '1476-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193720, 1466, '1476-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193721, 1466, '1477-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193722, 1466, '1477-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193723, 1466, '1477-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193724, 1466, '1477-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193725, 1466, '1477-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193726, 1466, '1477-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193727, 1466, '1477-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193728, 1466, '1477-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193729, 1466, '1477-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193730, 1466, '1477-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193731, 1466, '1477-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193732, 1466, '1477-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193733, 1466, '1478-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193734, 1466, '1478-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193735, 1466, '1478-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193736, 1466, '1478-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193737, 1466, '1478-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193738, 1466, '1478-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193739, 1466, '1478-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193740, 1466, '1478-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193741, 1466, '1478-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193742, 1466, '1478-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193743, 1466, '1478-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193744, 1466, '1478-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193745, 1466, '1479-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193746, 1466, '1479-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193747, 1466, '1479-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193748, 1466, '1479-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193749, 1466, '1479-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193750, 1466, '1479-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193751, 1466, '1479-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193752, 1466, '1479-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193753, 1466, '1479-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193754, 1466, '1479-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193755, 1466, '1479-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193756, 1466, '1479-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193757, 1466, '1480-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193758, 1466, '1480-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193759, 1466, '1480-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193760, 1466, '1480-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193761, 1466, '1480-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193762, 1466, '1480-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193763, 1466, '1480-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193764, 1466, '1480-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193765, 1466, '1480-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193766, 1466, '1480-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193767, 1466, '1480-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193768, 1466, '1480-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193769, 1466, '1481-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193770, 1466, '1481-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193771, 1466, '1481-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193772, 1466, '1481-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193773, 1466, '1481-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193774, 1466, '1481-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193775, 1466, '1481-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193776, 1466, '1481-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193777, 1466, '1481-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193778, 1466, '1481-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193779, 1466, '1481-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193780, 1466, '1481-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193781, 1466, '1482-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193782, 1466, '1482-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193783, 1466, '1482-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193784, 1466, '1482-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193785, 1466, '1482-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193786, 1466, '1482-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193787, 1466, '1482-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193788, 1466, '1482-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193789, 1466, '1482-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193790, 1466, '1482-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193791, 1466, '1482-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193792, 1466, '1482-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193793, 1466, '1483-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193794, 1466, '1483-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193795, 1466, '1483-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193796, 1466, '1483-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193797, 1466, '1483-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193798, 1466, '1483-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193799, 1466, '1483-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193800, 1466, '1483-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193801, 1466, '1483-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193802, 1466, '1483-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193803, 1466, '1483-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193804, 1466, '1483-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193805, 1466, '1484-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193806, 1466, '1484-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193807, 1466, '1484-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193808, 1466, '1484-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193809, 1466, '1484-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193810, 1466, '1484-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193811, 1466, '1484-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193812, 1466, '1484-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193813, 1466, '1484-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193814, 1466, '1484-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193815, 1466, '1484-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193816, 1466, '1484-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193817, 1466, '1485-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193818, 1466, '1485-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193819, 1466, '1485-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193820, 1466, '1485-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193821, 1466, '1485-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193822, 1466, '1485-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193823, 1466, '1485-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193824, 1466, '1485-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193825, 1466, '1485-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193826, 1466, '1485-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193827, 1466, '1485-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193828, 1466, '1485-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193829, 1466, '1486-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193830, 1466, '1486-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193831, 1466, '1486-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193832, 1466, '1486-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193833, 1466, '1486-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193834, 1466, '1486-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193835, 1466, '1486-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193836, 1466, '1486-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193837, 1466, '1486-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193838, 1466, '1486-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193839, 1466, '1486-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193840, 1466, '1486-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193841, 1466, '1487-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193842, 1466, '1487-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193843, 1466, '1487-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193844, 1466, '1487-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193845, 1466, '1487-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193846, 1466, '1487-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193847, 1466, '1487-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193848, 1466, '1487-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193849, 1466, '1487-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193850, 1466, '1487-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193851, 1466, '1487-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193852, 1466, '1487-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193853, 1466, '1488-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193854, 1466, '1488-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193855, 1466, '1488-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193856, 1466, '1488-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193857, 1466, '1488-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193858, 1466, '1488-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193859, 1466, '1488-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193860, 1466, '1488-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193861, 1466, '1488-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193862, 1466, '1488-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193863, 1466, '1488-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193864, 1466, '1488-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193865, 1466, '1489-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193866, 1466, '1489-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193867, 1466, '1489-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193868, 1466, '1489-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193869, 1466, '1489-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193870, 1466, '1489-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193871, 1466, '1489-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193872, 1466, '1489-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193873, 1466, '1489-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193874, 1466, '1489-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193875, 1466, '1489-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193876, 1466, '1489-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193877, 1466, '1490-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193878, 1466, '1490-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193879, 1466, '1490-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193880, 1466, '1490-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193881, 1466, '1490-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193882, 1466, '1490-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193883, 1466, '1490-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193884, 1466, '1490-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193885, 1466, '1490-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193886, 1466, '1490-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193887, 1466, '1490-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193888, 1466, '1490-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193889, 1466, '1491-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193890, 1466, '1491-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193891, 1466, '1491-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193892, 1466, '1491-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193893, 1466, '1491-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193894, 1466, '1491-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193895, 1466, '1491-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193896, 1466, '1491-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193897, 1466, '1491-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193898, 1466, '1491-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193899, 1466, '1491-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193900, 1466, '1491-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193901, 1466, '1492-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193902, 1466, '1492-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193903, 1466, '1492-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193904, 1466, '1492-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193905, 1466, '1492-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193906, 1466, '1492-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193907, 1466, '1492-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193908, 1466, '1492-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193909, 1466, '1492-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193910, 1466, '1492-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193911, 1466, '1492-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193912, 1466, '1492-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193913, 1466, '1493-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193914, 1466, '1493-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193915, 1466, '1493-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193916, 1466, '1493-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193917, 1466, '1493-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193918, 1466, '1493-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193919, 1466, '1493-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193920, 1466, '1493-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193921, 1466, '1493-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193922, 1466, '1493-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193923, 1466, '1493-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193924, 1466, '1493-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193925, 1466, '1494-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193926, 1466, '1494-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193927, 1466, '1494-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193928, 1466, '1494-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193929, 1466, '1494-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193930, 1466, '1494-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193931, 1466, '1494-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193932, 1466, '1494-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193933, 1466, '1494-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193934, 1466, '1494-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193935, 1466, '1494-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193936, 1466, '1494-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193937, 1466, '1495-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193938, 1466, '1495-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193939, 1466, '1495-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193940, 1466, '1495-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193941, 1466, '1495-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193942, 1466, '1495-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193943, 1466, '1495-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193944, 1466, '1495-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193945, 1466, '1495-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193946, 1466, '1495-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193947, 1466, '1495-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193948, 1466, '1495-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193949, 1466, '1496-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193950, 1466, '1496-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193951, 1466, '1496-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193952, 1466, '1496-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193953, 1466, '1496-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193954, 1466, '1496-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193955, 1466, '1496-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193956, 1466, '1496-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193957, 1466, '1496-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193958, 1466, '1496-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193959, 1466, '1496-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193960, 1466, '1496-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193961, 1466, '1497-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193962, 1466, '1497-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193963, 1466, '1497-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193964, 1466, '1497-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193965, 1466, '1497-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193966, 1466, '1497-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193967, 1466, '1497-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193968, 1466, '1497-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193969, 1466, '1497-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193970, 1466, '1497-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193971, 1466, '1497-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193972, 1466, '1497-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193973, 1466, '1498-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193974, 1466, '1498-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:07', '2023-09-17 17:54:07'),
(193975, 1466, '1498-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(193976, 1466, '1498-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(193977, 1466, '1498-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(193978, 1466, '1498-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(193979, 1466, '1498-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(193980, 1466, '1498-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(193981, 1466, '1498-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(193982, 1466, '1498-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(193983, 1466, '1498-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(193984, 1466, '1498-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(193985, 1466, '1499-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(193986, 1466, '1499-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(193987, 1466, '1499-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(193988, 1466, '1499-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(193989, 1466, '1499-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(193990, 1466, '1499-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(193991, 1466, '1499-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(193992, 1466, '1499-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(193993, 1466, '1499-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(193994, 1466, '1499-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(193995, 1466, '1499-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(193996, 1466, '1499-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(193997, 1466, '1500-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(193998, 1466, '1500-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(193999, 1466, '1500-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194000, 1466, '1500-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194001, 1466, '1500-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194002, 1466, '1500-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194003, 1466, '1500-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194004, 1466, '1500-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194005, 1466, '1500-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194006, 1466, '1500-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194007, 1466, '1500-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194008, 1466, '1500-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194009, 1466, '1501-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194010, 1466, '1501-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194011, 1466, '1501-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194012, 1466, '1501-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194013, 1466, '1501-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194014, 1466, '1501-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194015, 1466, '1501-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194016, 1466, '1501-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194017, 1466, '1501-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194018, 1466, '1501-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194019, 1466, '1501-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194020, 1466, '1501-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194021, 1466, '1502-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194022, 1466, '1502-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194023, 1466, '1502-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194024, 1466, '1502-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194025, 1466, '1502-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194026, 1466, '1502-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194027, 1466, '1502-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194028, 1466, '1502-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194029, 1466, '1502-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194030, 1466, '1502-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194031, 1466, '1502-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194032, 1466, '1502-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194033, 1466, '1503-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194034, 1466, '1503-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194035, 1466, '1503-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194036, 1466, '1503-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194037, 1466, '1503-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194038, 1466, '1503-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194039, 1466, '1503-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194040, 1466, '1503-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194041, 1466, '1503-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194042, 1466, '1503-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194043, 1466, '1503-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194044, 1466, '1503-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194045, 1466, '1504-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194046, 1466, '1504-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194047, 1466, '1504-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194048, 1466, '1504-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194049, 1466, '1504-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194050, 1466, '1504-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194051, 1466, '1504-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194052, 1466, '1504-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194053, 1466, '1504-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194054, 1466, '1504-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194055, 1466, '1504-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194056, 1466, '1504-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194057, 1466, '1505-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194058, 1466, '1505-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194059, 1466, '1505-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194060, 1466, '1505-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194061, 1466, '1505-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194062, 1466, '1505-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194063, 1466, '1505-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194064, 1466, '1505-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194065, 1466, '1505-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194066, 1466, '1505-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194067, 1466, '1505-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194068, 1466, '1505-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194069, 1466, '1506-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194070, 1466, '1506-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194071, 1466, '1506-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194072, 1466, '1506-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194073, 1466, '1506-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194074, 1466, '1506-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194075, 1466, '1506-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194076, 1466, '1506-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194077, 1466, '1506-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194078, 1466, '1506-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194079, 1466, '1506-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194080, 1466, '1506-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194081, 1466, '1507-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194082, 1466, '1507-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194083, 1466, '1507-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194084, 1466, '1507-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194085, 1466, '1507-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194086, 1466, '1507-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194087, 1466, '1507-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194088, 1466, '1507-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194089, 1466, '1507-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194090, 1466, '1507-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194091, 1466, '1507-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194092, 1466, '1507-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194093, 1466, '1508-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194094, 1466, '1508-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194095, 1466, '1508-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194096, 1466, '1508-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194097, 1466, '1508-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194098, 1466, '1508-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194099, 1466, '1508-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194100, 1466, '1508-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194101, 1466, '1508-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194102, 1466, '1508-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194103, 1466, '1508-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194104, 1466, '1508-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194105, 1466, '1509-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194106, 1466, '1509-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194107, 1466, '1509-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194108, 1466, '1509-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194109, 1466, '1509-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194110, 1466, '1509-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194111, 1466, '1509-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194112, 1466, '1509-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194113, 1466, '1509-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194114, 1466, '1509-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194115, 1466, '1509-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194116, 1466, '1509-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194117, 1466, '1510-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194118, 1466, '1510-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194119, 1466, '1510-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194120, 1466, '1510-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194121, 1466, '1510-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194122, 1466, '1510-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194123, 1466, '1510-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194124, 1466, '1510-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194125, 1466, '1510-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194126, 1466, '1510-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194127, 1466, '1510-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194128, 1466, '1510-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194129, 1466, '1511-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194130, 1466, '1511-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194131, 1466, '1511-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194132, 1466, '1511-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194133, 1466, '1511-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194134, 1466, '1511-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194135, 1466, '1511-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194136, 1466, '1511-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194137, 1466, '1511-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194138, 1466, '1511-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194139, 1466, '1511-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194140, 1466, '1511-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194141, 1466, '1512-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194142, 1466, '1512-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194143, 1466, '1512-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194144, 1466, '1512-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194145, 1466, '1512-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194146, 1466, '1512-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194147, 1466, '1512-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194148, 1466, '1512-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194149, 1466, '1512-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194150, 1466, '1512-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194151, 1466, '1512-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(194152, 1466, '1512-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194153, 1466, '1513-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194154, 1466, '1513-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194155, 1466, '1513-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194156, 1466, '1513-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194157, 1466, '1513-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194158, 1466, '1513-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194159, 1466, '1513-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194160, 1466, '1513-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194161, 1466, '1513-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194162, 1466, '1513-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194163, 1466, '1513-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194164, 1466, '1513-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194165, 1466, '1514-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194166, 1466, '1514-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194167, 1466, '1514-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194168, 1466, '1514-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194169, 1466, '1514-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194170, 1466, '1514-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194171, 1466, '1514-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194172, 1466, '1514-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194173, 1466, '1514-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194174, 1466, '1514-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194175, 1466, '1514-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194176, 1466, '1514-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194177, 1466, '1515-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194178, 1466, '1515-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194179, 1466, '1515-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194180, 1466, '1515-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194181, 1466, '1515-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194182, 1466, '1515-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194183, 1466, '1515-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194184, 1466, '1515-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194185, 1466, '1515-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194186, 1466, '1515-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194187, 1466, '1515-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194188, 1466, '1515-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194189, 1466, '1516-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194190, 1466, '1516-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194191, 1466, '1516-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194192, 1466, '1516-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194193, 1466, '1516-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194194, 1466, '1516-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194195, 1466, '1516-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194196, 1466, '1516-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194197, 1466, '1516-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194198, 1466, '1516-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194199, 1466, '1516-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194200, 1466, '1516-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194201, 1466, '1517-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194202, 1466, '1517-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194203, 1466, '1517-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194204, 1466, '1517-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194205, 1466, '1517-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194206, 1466, '1517-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194207, 1466, '1517-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194208, 1466, '1517-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194209, 1466, '1517-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194210, 1466, '1517-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194211, 1466, '1517-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194212, 1466, '1517-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194213, 1466, '1518-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194214, 1466, '1518-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194215, 1466, '1518-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194216, 1466, '1518-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194217, 1466, '1518-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194218, 1466, '1518-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194219, 1466, '1518-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194220, 1466, '1518-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194221, 1466, '1518-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194222, 1466, '1518-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194223, 1466, '1518-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194224, 1466, '1518-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194225, 1466, '1519-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194226, 1466, '1519-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194227, 1466, '1519-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194228, 1466, '1519-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194229, 1466, '1519-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194230, 1466, '1519-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194231, 1466, '1519-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194232, 1466, '1519-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194233, 1466, '1519-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194234, 1466, '1519-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194235, 1466, '1519-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194236, 1466, '1519-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194237, 1466, '1520-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194238, 1466, '1520-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194239, 1466, '1520-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194240, 1466, '1520-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194241, 1466, '1520-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194242, 1466, '1520-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194243, 1466, '1520-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194244, 1466, '1520-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194245, 1466, '1520-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194246, 1466, '1520-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194247, 1466, '1520-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194248, 1466, '1520-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194249, 1466, '1521-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194250, 1466, '1521-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194251, 1466, '1521-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194252, 1466, '1521-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194253, 1466, '1521-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194254, 1466, '1521-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194255, 1466, '1521-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194256, 1466, '1521-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194257, 1466, '1521-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194258, 1466, '1521-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194259, 1466, '1521-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194260, 1466, '1521-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194261, 1466, '1522-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194262, 1466, '1522-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194263, 1466, '1522-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194264, 1466, '1522-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194265, 1466, '1522-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194266, 1466, '1522-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194267, 1466, '1522-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194268, 1466, '1522-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194269, 1466, '1522-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194270, 1466, '1522-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194271, 1466, '1522-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194272, 1466, '1522-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194273, 1466, '1523-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194274, 1466, '1523-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194275, 1466, '1523-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194276, 1466, '1523-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194277, 1466, '1523-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194278, 1466, '1523-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194279, 1466, '1523-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194280, 1466, '1523-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194281, 1466, '1523-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194282, 1466, '1523-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194283, 1466, '1523-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194284, 1466, '1523-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194285, 1466, '1524-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194286, 1466, '1524-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194287, 1466, '1524-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194288, 1466, '1524-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194289, 1466, '1524-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194290, 1466, '1524-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194291, 1466, '1524-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194292, 1466, '1524-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194293, 1466, '1524-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194294, 1466, '1524-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194295, 1466, '1524-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194296, 1466, '1524-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194297, 1466, '1525-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194298, 1466, '1525-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194299, 1466, '1525-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194300, 1466, '1525-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194301, 1466, '1525-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194302, 1466, '1525-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194303, 1466, '1525-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194304, 1466, '1525-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194305, 1466, '1525-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194306, 1466, '1525-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194307, 1466, '1525-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194308, 1466, '1525-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194309, 1466, '1526-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194310, 1466, '1526-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194311, 1466, '1526-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194312, 1466, '1526-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194313, 1466, '1526-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194314, 1466, '1526-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194315, 1466, '1526-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194316, 1466, '1526-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194317, 1466, '1526-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194318, 1466, '1526-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194319, 1466, '1526-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194320, 1466, '1526-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194321, 1466, '1527-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194322, 1466, '1527-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194323, 1466, '1527-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194324, 1466, '1527-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194325, 1466, '1527-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194326, 1466, '1527-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194327, 1466, '1527-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194328, 1466, '1527-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194329, 1466, '1527-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194330, 1466, '1527-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194331, 1466, '1527-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194332, 1466, '1527-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194333, 1466, '1528-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194334, 1466, '1528-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194335, 1466, '1528-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194336, 1466, '1528-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194337, 1466, '1528-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194338, 1466, '1528-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194339, 1466, '1528-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194340, 1466, '1528-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194341, 1466, '1528-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194342, 1466, '1528-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194343, 1466, '1528-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194344, 1466, '1528-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194345, 1466, '1529-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194346, 1466, '1529-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194347, 1466, '1529-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194348, 1466, '1529-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194349, 1466, '1529-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194350, 1466, '1529-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194351, 1466, '1529-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194352, 1466, '1529-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194353, 1466, '1529-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194354, 1466, '1529-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194355, 1466, '1529-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194356, 1466, '1529-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194357, 1466, '1530-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194358, 1466, '1530-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194359, 1466, '1530-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194360, 1466, '1530-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194361, 1466, '1530-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194362, 1466, '1530-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194363, 1466, '1530-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194364, 1466, '1530-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194365, 1466, '1530-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194366, 1466, '1530-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194367, 1466, '1530-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194368, 1466, '1530-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194369, 1466, '1531-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194370, 1466, '1531-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194371, 1466, '1531-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194372, 1466, '1531-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:08', '2023-09-17 17:54:08'),
(194373, 1466, '1531-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:09', '2023-09-17 17:54:09'),
(194374, 1466, '1531-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:09', '2023-09-17 17:54:09'),
(194375, 1466, '1531-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:09', '2023-09-17 17:54:09'),
(194376, 1466, '1531-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:09', '2023-09-17 17:54:09'),
(194377, 1466, '1531-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:09', '2023-09-17 17:54:09'),
(194378, 1466, '1531-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:09', '2023-09-17 17:54:09'),
(194379, 1466, '1531-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:09', '2023-09-17 17:54:09'),
(194380, 1466, '1531-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:09', '2023-09-17 17:54:09'),
(194381, 1466, '1532-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:09', '2023-09-17 17:54:09'),
(194382, 1466, '1532-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:09', '2023-09-17 17:54:09'),
(194383, 1466, '1532-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:09', '2023-09-17 17:54:09'),
(194384, 1466, '1532-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:09', '2023-09-17 17:54:09'),
(194385, 1466, '1532-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:09', '2023-09-17 17:54:09'),
(194386, 1466, '1532-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:09', '2023-09-17 17:54:09'),
(194387, 1466, '1532-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:09', '2023-09-17 17:54:09'),
(194388, 1466, '1532-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:09', '2023-09-17 17:54:09'),
(194389, 1466, '1532-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:09', '2023-09-17 17:54:09'),
(194390, 1466, '1532-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:09', '2023-09-17 17:54:09'),
(194391, 1466, '1532-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:09', '2023-09-17 17:54:09'),
(194392, 1466, '1532-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:09', '2023-09-17 17:54:09'),
(194393, 1466, '1533-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:09', '2023-09-17 17:54:09'),
(194394, 1466, '1533-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:09', '2023-09-17 17:54:09'),
(194395, 1466, '1533-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:09', '2023-09-17 17:54:09'),
(194396, 1466, '1533-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:09', '2023-09-17 17:54:09'),
(194397, 1466, '1533-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:09', '2023-09-17 17:54:09'),
(194398, 1466, '1533-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:09', '2023-09-17 17:54:09'),
(194399, 1466, '1533-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:09', '2023-09-17 17:54:09'),
(194400, 1466, '1533-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:09', '2023-09-17 17:54:09'),
(194401, 1466, '1533-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:09', '2023-09-17 17:54:09'),
(194402, 1466, '1533-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:09', '2023-09-17 17:54:09'),
(194403, 1466, '1533-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:09', '2023-09-17 17:54:09'),
(194404, 1466, '1533-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:09', '2023-09-17 17:54:09'),
(194405, 1466, '1534-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:09', '2023-09-17 17:54:09'),
(194406, 1466, '1534-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:09', '2023-09-17 17:54:09'),
(194407, 1466, '1534-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:09', '2023-09-17 17:54:09'),
(194408, 1466, '1534-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:09', '2023-09-17 17:54:09'),
(194409, 1466, '1534-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:09', '2023-09-17 17:54:09'),
(194410, 1466, '1534-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:09', '2023-09-17 17:54:09'),
(194411, 1466, '1534-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:09', '2023-09-17 17:54:09'),
(194412, 1466, '1534-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:09', '2023-09-17 17:54:09'),
(194413, 1466, '1534-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:09', '2023-09-17 17:54:09'),
(194414, 1466, '1534-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:09', '2023-09-17 17:54:09'),
(194415, 1466, '1534-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:09', '2023-09-17 17:54:09'),
(194416, 1466, '1534-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:09', '2023-09-17 17:54:09'),
(194417, 1466, '1535-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:09', '2023-09-17 17:54:09'),
(194418, 1466, '1535-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:09', '2023-09-17 17:54:09'),
(194419, 1466, '1535-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:09', '2023-09-17 17:54:09'),
(194420, 1466, '1535-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:09', '2023-09-17 17:54:09'),
(194421, 1466, '1535-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:09', '2023-09-17 17:54:09'),
(194422, 1466, '1535-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:09', '2023-09-17 17:54:09'),
(194423, 1466, '1535-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:09', '2023-09-17 17:54:09'),
(194424, 1466, '1535-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:09', '2023-09-17 17:54:09'),
(194425, 1466, '1535-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:09', '2023-09-17 17:54:09'),
(194426, 1466, '1535-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:09', '2023-09-17 17:54:09'),
(194427, 1466, '1535-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:09', '2023-09-17 17:54:09'),
(194428, 1466, '1535-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:09', '2023-09-17 17:54:09'),
(194429, 1466, '1536-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:09', '2023-09-17 17:54:09'),
(194430, 1466, '1536-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:09', '2023-09-17 17:54:09'),
(194431, 1466, '1536-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:09', '2023-09-17 17:54:09'),
(194432, 1466, '1536-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:09', '2023-09-17 17:54:09'),
(194433, 1466, '1536-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:09', '2023-09-17 17:54:09'),
(194434, 1466, '1536-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:09', '2023-09-17 17:54:09'),
(194435, 1466, '1536-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:09', '2023-09-17 17:54:09'),
(194436, 1466, '1536-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:09', '2023-09-17 17:54:09'),
(194437, 1466, '1536-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:09', '2023-09-17 17:54:09'),
(194438, 1466, '1536-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:09', '2023-09-17 17:54:09'),
(194439, 1466, '1536-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:09', '2023-09-17 17:54:09'),
(194440, 1466, '1536-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:09', '2023-09-17 17:54:09'),
(194441, 1466, '1537-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:09', '2023-09-17 17:54:09'),
(194442, 1466, '1537-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:13', '2023-09-17 17:54:13'),
(194443, 1466, '1537-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:13', '2023-09-17 17:54:13'),
(194444, 1466, '1537-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:13', '2023-09-17 17:54:13'),
(194445, 1466, '1537-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:13', '2023-09-17 17:54:13'),
(194446, 1466, '1537-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:13', '2023-09-17 17:54:13'),
(194447, 1466, '1537-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:13', '2023-09-17 17:54:13'),
(194448, 1466, '1537-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:13', '2023-09-17 17:54:13'),
(194449, 1466, '1537-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:13', '2023-09-17 17:54:13'),
(194450, 1466, '1537-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:13', '2023-09-17 17:54:13'),
(194451, 1466, '1537-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:13', '2023-09-17 17:54:13'),
(194452, 1466, '1537-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:13', '2023-09-17 17:54:13'),
(194453, 1466, '1538-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:13', '2023-09-17 17:54:13'),
(194454, 1466, '1538-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:13', '2023-09-17 17:54:13'),
(194455, 1466, '1538-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:13', '2023-09-17 17:54:13'),
(194456, 1466, '1538-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:13', '2023-09-17 17:54:13'),
(194457, 1466, '1538-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:13', '2023-09-17 17:54:13'),
(194458, 1466, '1538-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:13', '2023-09-17 17:54:13'),
(194459, 1466, '1538-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:13', '2023-09-17 17:54:13'),
(194460, 1466, '1538-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:13', '2023-09-17 17:54:13'),
(194461, 1466, '1538-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:13', '2023-09-17 17:54:13'),
(194462, 1466, '1538-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:13', '2023-09-17 17:54:13'),
(194463, 1466, '1538-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:13', '2023-09-17 17:54:13'),
(194464, 1466, '1538-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:13', '2023-09-17 17:54:13'),
(194465, 1466, '1539-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:14', '2023-09-17 17:54:14'),
(194466, 1466, '1539-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:14', '2023-09-17 17:54:14'),
(194467, 1466, '1539-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:14', '2023-09-17 17:54:14'),
(194468, 1466, '1539-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:14', '2023-09-17 17:54:14'),
(194469, 1466, '1539-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:14', '2023-09-17 17:54:14'),
(194470, 1466, '1539-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:14', '2023-09-17 17:54:14'),
(194471, 1466, '1539-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:14', '2023-09-17 17:54:14'),
(194472, 1466, '1539-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:14', '2023-09-17 17:54:14'),
(194473, 1466, '1539-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:14', '2023-09-17 17:54:14'),
(194474, 1466, '1539-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:14', '2023-09-17 17:54:14'),
(194475, 1466, '1539-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:14', '2023-09-17 17:54:14'),
(194476, 1466, '1539-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:14', '2023-09-17 17:54:14'),
(194477, 1466, '1540-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:14', '2023-09-17 17:54:14'),
(194478, 1466, '1540-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:14', '2023-09-17 17:54:14'),
(194479, 1466, '1540-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:14', '2023-09-17 17:54:14'),
(194480, 1466, '1540-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:14', '2023-09-17 17:54:14'),
(194481, 1466, '1540-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:14', '2023-09-17 17:54:14'),
(194482, 1466, '1540-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:14', '2023-09-17 17:54:14'),
(194483, 1466, '1540-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:14', '2023-09-17 17:54:14'),
(194484, 1466, '1540-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:14', '2023-09-17 17:54:14'),
(194485, 1466, '1540-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:14', '2023-09-17 17:54:14'),
(194486, 1466, '1540-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:14', '2023-09-17 17:54:14'),
(194487, 1466, '1540-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:14', '2023-09-17 17:54:14'),
(194488, 1466, '1540-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:14', '2023-09-17 17:54:14'),
(194489, 1466, '1541-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:14', '2023-09-17 17:54:14'),
(194490, 1466, '1541-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:14', '2023-09-17 17:54:14'),
(194491, 1466, '1541-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:14', '2023-09-17 17:54:14'),
(194492, 1466, '1541-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:14', '2023-09-17 17:54:14'),
(194493, 1466, '1541-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:14', '2023-09-17 17:54:14'),
(194494, 1466, '1541-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:14', '2023-09-17 17:54:14'),
(194495, 1466, '1541-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:14', '2023-09-17 17:54:14'),
(194496, 1466, '1541-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:14', '2023-09-17 17:54:14'),
(194497, 1466, '1541-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:14', '2023-09-17 17:54:14'),
(194498, 1466, '1541-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:14', '2023-09-17 17:54:14'),
(194499, 1466, '1541-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:14', '2023-09-17 17:54:14'),
(194500, 1466, '1541-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:14', '2023-09-17 17:54:14'),
(194501, 1466, '1542-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:14', '2023-09-17 17:54:14'),
(194502, 1466, '1542-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:14', '2023-09-17 17:54:14'),
(194503, 1466, '1542-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:14', '2023-09-17 17:54:14'),
(194504, 1466, '1542-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:14', '2023-09-17 17:54:14'),
(194505, 1466, '1542-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:14', '2023-09-17 17:54:14'),
(194506, 1466, '1542-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:14', '2023-09-17 17:54:14'),
(194507, 1466, '1542-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:14', '2023-09-17 17:54:14'),
(194508, 1466, '1542-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:14', '2023-09-17 17:54:14'),
(194509, 1466, '1542-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:14', '2023-09-17 17:54:14'),
(194510, 1466, '1542-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:14', '2023-09-17 17:54:14'),
(194511, 1466, '1542-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:14', '2023-09-17 17:54:14'),
(194512, 1466, '1542-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:14', '2023-09-17 17:54:14'),
(194513, 1466, '1543-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:14', '2023-09-17 17:54:14'),
(194514, 1466, '1543-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:14', '2023-09-17 17:54:14'),
(194515, 1466, '1543-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:14', '2023-09-17 17:54:14'),
(194516, 1466, '1543-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:14', '2023-09-17 17:54:14'),
(194517, 1466, '1543-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:14', '2023-09-17 17:54:14'),
(194518, 1466, '1543-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:14', '2023-09-17 17:54:14'),
(194519, 1466, '1543-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:14', '2023-09-17 17:54:14'),
(194520, 1466, '1543-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:14', '2023-09-17 17:54:14'),
(194521, 1466, '1543-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:14', '2023-09-17 17:54:14'),
(194522, 1466, '1543-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:14', '2023-09-17 17:54:14'),
(194523, 1466, '1543-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:14', '2023-09-17 17:54:14'),
(194524, 1466, '1543-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:14', '2023-09-17 17:54:14'),
(194525, 1466, '1544-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:14', '2023-09-17 17:54:14'),
(194526, 1466, '1544-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:14', '2023-09-17 17:54:14'),
(194527, 1466, '1544-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:14', '2023-09-17 17:54:14'),
(194528, 1466, '1544-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:14', '2023-09-17 17:54:14'),
(194529, 1466, '1544-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:14', '2023-09-17 17:54:14'),
(194530, 1466, '1544-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:14', '2023-09-17 17:54:14'),
(194531, 1466, '1544-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:14', '2023-09-17 17:54:14'),
(194532, 1466, '1544-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:14', '2023-09-17 17:54:14'),
(194533, 1466, '1544-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:14', '2023-09-17 17:54:14'),
(194534, 1466, '1544-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:14', '2023-09-17 17:54:14'),
(194535, 1466, '1544-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:14', '2023-09-17 17:54:14'),
(194536, 1466, '1544-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:14', '2023-09-17 17:54:14'),
(194537, 1466, '1545-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:14', '2023-09-17 17:54:14'),
(194538, 1466, '1545-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:14', '2023-09-17 17:54:14'),
(194539, 1466, '1545-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:14', '2023-09-17 17:54:14'),
(194540, 1466, '1545-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:14', '2023-09-17 17:54:14'),
(194541, 1466, '1545-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:14', '2023-09-17 17:54:14'),
(194542, 1466, '1545-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:14', '2023-09-17 17:54:14'),
(194543, 1466, '1545-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:14', '2023-09-17 17:54:14'),
(194544, 1466, '1545-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:14', '2023-09-17 17:54:14'),
(194545, 1466, '1545-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:14', '2023-09-17 17:54:14'),
(194546, 1466, '1545-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:14', '2023-09-17 17:54:14'),
(194547, 1466, '1545-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:14', '2023-09-17 17:54:14'),
(194548, 1466, '1545-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:14', '2023-09-17 17:54:14'),
(194549, 1466, '1546-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:14', '2023-09-17 17:54:14'),
(194550, 1466, '1546-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:14', '2023-09-17 17:54:14'),
(194551, 1466, '1546-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:14', '2023-09-17 17:54:14'),
(194552, 1466, '1546-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:14', '2023-09-17 17:54:14'),
(194553, 1466, '1546-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:14', '2023-09-17 17:54:14'),
(194554, 1466, '1546-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:14', '2023-09-17 17:54:14'),
(194555, 1466, '1546-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:14', '2023-09-17 17:54:14'),
(194556, 1466, '1546-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:14', '2023-09-17 17:54:14'),
(194557, 1466, '1546-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:14', '2023-09-17 17:54:14'),
(194558, 1466, '1546-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:14', '2023-09-17 17:54:14'),
(194559, 1466, '1546-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:14', '2023-09-17 17:54:14'),
(194560, 1466, '1546-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:14', '2023-09-17 17:54:14'),
(194561, 1466, '1547-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:14', '2023-09-17 17:54:14'),
(194562, 1466, '1547-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:14', '2023-09-17 17:54:14'),
(194563, 1466, '1547-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:14', '2023-09-17 17:54:14'),
(194564, 1466, '1547-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:14', '2023-09-17 17:54:14'),
(194565, 1466, '1547-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:14', '2023-09-17 17:54:14'),
(194566, 1466, '1547-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:14', '2023-09-17 17:54:14'),
(194567, 1466, '1547-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:14', '2023-09-17 17:54:14'),
(194568, 1466, '1547-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:14', '2023-09-17 17:54:14'),
(194569, 1466, '1547-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194570, 1466, '1547-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194571, 1466, '1547-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194572, 1466, '1547-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194573, 1466, '1548-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194574, 1466, '1548-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194575, 1466, '1548-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194576, 1466, '1548-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194577, 1466, '1548-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194578, 1466, '1548-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194579, 1466, '1548-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194580, 1466, '1548-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194581, 1466, '1548-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194582, 1466, '1548-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194583, 1466, '1548-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194584, 1466, '1548-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194585, 1466, '1549-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194586, 1466, '1549-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194587, 1466, '1549-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194588, 1466, '1549-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194589, 1466, '1549-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194590, 1466, '1549-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194591, 1466, '1549-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194592, 1466, '1549-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194593, 1466, '1549-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194594, 1466, '1549-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194595, 1466, '1549-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194596, 1466, '1549-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194597, 1466, '1550-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194598, 1466, '1550-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194599, 1466, '1550-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194600, 1466, '1550-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194601, 1466, '1550-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194602, 1466, '1550-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194603, 1466, '1550-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194604, 1466, '1550-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194605, 1466, '1550-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194606, 1466, '1550-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194607, 1466, '1550-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194608, 1466, '1550-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194609, 1466, '1551-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194610, 1466, '1551-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194611, 1466, '1551-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194612, 1466, '1551-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194613, 1466, '1551-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194614, 1466, '1551-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194615, 1466, '1551-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194616, 1466, '1551-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(194617, 1466, '1551-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194618, 1466, '1551-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194619, 1466, '1551-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194620, 1466, '1551-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194621, 1466, '1552-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194622, 1466, '1552-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194623, 1466, '1552-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194624, 1466, '1552-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194625, 1466, '1552-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194626, 1466, '1552-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194627, 1466, '1552-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194628, 1466, '1552-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194629, 1466, '1552-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194630, 1466, '1552-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194631, 1466, '1552-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194632, 1466, '1552-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194633, 1466, '1553-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194634, 1466, '1553-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194635, 1466, '1553-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194636, 1466, '1553-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194637, 1466, '1553-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194638, 1466, '1553-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194639, 1466, '1553-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194640, 1466, '1553-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194641, 1466, '1553-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194642, 1466, '1553-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194643, 1466, '1553-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194644, 1466, '1553-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194645, 1466, '1554-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194646, 1466, '1554-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194647, 1466, '1554-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194648, 1466, '1554-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194649, 1466, '1554-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194650, 1466, '1554-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194651, 1466, '1554-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194652, 1466, '1554-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194653, 1466, '1554-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194654, 1466, '1554-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194655, 1466, '1554-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194656, 1466, '1554-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194657, 1466, '1555-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194658, 1466, '1555-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194659, 1466, '1555-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194660, 1466, '1555-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194661, 1466, '1555-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194662, 1466, '1555-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194663, 1466, '1555-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194664, 1466, '1555-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194665, 1466, '1555-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194666, 1466, '1555-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194667, 1466, '1555-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194668, 1466, '1555-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194669, 1466, '1556-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194670, 1466, '1556-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194671, 1466, '1556-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194672, 1466, '1556-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194673, 1466, '1556-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194674, 1466, '1556-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194675, 1466, '1556-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194676, 1466, '1556-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194677, 1466, '1556-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194678, 1466, '1556-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194679, 1466, '1556-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194680, 1466, '1556-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194681, 1466, '1557-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194682, 1466, '1557-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194683, 1466, '1557-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194684, 1466, '1557-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194685, 1466, '1557-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194686, 1466, '1557-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194687, 1466, '1557-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194688, 1466, '1557-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194689, 1466, '1557-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194690, 1466, '1557-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194691, 1466, '1557-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194692, 1466, '1557-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194693, 1466, '1558-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194694, 1466, '1558-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194695, 1466, '1558-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194696, 1466, '1558-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194697, 1466, '1558-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194698, 1466, '1558-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194699, 1466, '1558-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194700, 1466, '1558-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194701, 1466, '1558-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194702, 1466, '1558-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194703, 1466, '1558-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194704, 1466, '1558-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194705, 1466, '1559-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194706, 1466, '1559-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194707, 1466, '1559-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194708, 1466, '1559-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194709, 1466, '1559-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194710, 1466, '1559-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194711, 1466, '1559-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194712, 1466, '1559-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194713, 1466, '1559-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194714, 1466, '1559-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194715, 1466, '1559-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194716, 1466, '1559-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194717, 1466, '1560-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194718, 1466, '1560-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194719, 1466, '1560-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194720, 1466, '1560-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194721, 1466, '1560-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194722, 1466, '1560-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194723, 1466, '1560-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194724, 1466, '1560-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194725, 1466, '1560-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194726, 1466, '1560-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194727, 1466, '1560-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194728, 1466, '1560-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194729, 1466, '1561-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194730, 1466, '1561-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194731, 1466, '1561-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194732, 1466, '1561-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194733, 1466, '1561-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194734, 1466, '1561-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194735, 1466, '1561-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194736, 1466, '1561-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194737, 1466, '1561-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194738, 1466, '1561-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194739, 1466, '1561-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194740, 1466, '1561-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194741, 1466, '1562-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194742, 1466, '1562-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194743, 1466, '1562-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194744, 1466, '1562-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194745, 1466, '1562-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194746, 1466, '1562-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194747, 1466, '1562-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194748, 1466, '1562-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194749, 1466, '1562-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194750, 1466, '1562-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194751, 1466, '1562-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194752, 1466, '1562-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194753, 1466, '1563-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194754, 1466, '1563-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194755, 1466, '1563-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194756, 1466, '1563-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194757, 1466, '1563-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194758, 1466, '1563-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194759, 1466, '1563-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194760, 1466, '1563-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194761, 1466, '1563-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194762, 1466, '1563-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194763, 1466, '1563-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194764, 1466, '1563-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194765, 1466, '1564-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194766, 1466, '1564-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194767, 1466, '1564-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194768, 1466, '1564-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194769, 1466, '1564-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194770, 1466, '1564-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194771, 1466, '1564-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194772, 1466, '1564-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194773, 1466, '1564-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194774, 1466, '1564-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194775, 1466, '1564-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194776, 1466, '1564-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194777, 1466, '1565-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194778, 1466, '1565-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194779, 1466, '1565-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194780, 1466, '1565-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194781, 1466, '1565-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194782, 1466, '1565-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194783, 1466, '1565-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194784, 1466, '1565-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194785, 1466, '1565-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194786, 1466, '1565-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194787, 1466, '1565-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194788, 1466, '1565-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194789, 1466, '1566-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194790, 1466, '1566-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194791, 1466, '1566-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194792, 1466, '1566-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194793, 1466, '1566-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194794, 1466, '1566-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194795, 1466, '1566-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194796, 1466, '1566-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194797, 1466, '1566-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194798, 1466, '1566-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194799, 1466, '1566-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194800, 1466, '1566-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194801, 1466, '1567-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194802, 1466, '1567-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194803, 1466, '1567-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194804, 1466, '1567-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194805, 1466, '1567-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194806, 1466, '1567-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194807, 1466, '1567-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194808, 1466, '1567-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194809, 1466, '1567-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194810, 1466, '1567-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194811, 1466, '1567-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194812, 1466, '1567-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194813, 1466, '1568-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194814, 1466, '1568-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194815, 1466, '1568-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194816, 1466, '1568-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194817, 1466, '1568-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194818, 1466, '1568-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194819, 1466, '1568-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194820, 1466, '1568-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194821, 1466, '1568-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194822, 1466, '1568-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194823, 1466, '1568-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194824, 1466, '1568-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194825, 1466, '1569-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194826, 1466, '1569-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194827, 1466, '1569-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194828, 1466, '1569-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194829, 1466, '1569-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194830, 1466, '1569-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194831, 1466, '1569-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194832, 1466, '1569-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194833, 1466, '1569-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194834, 1466, '1569-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194835, 1466, '1569-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194836, 1466, '1569-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194837, 1466, '1570-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194838, 1466, '1570-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194839, 1466, '1570-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194840, 1466, '1570-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194841, 1466, '1570-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194842, 1466, '1570-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194843, 1466, '1570-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194844, 1466, '1570-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194845, 1466, '1570-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194846, 1466, '1570-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194847, 1466, '1570-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194848, 1466, '1570-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194849, 1466, '1571-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194850, 1466, '1571-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194851, 1466, '1571-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194852, 1466, '1571-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194853, 1466, '1571-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194854, 1466, '1571-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194855, 1466, '1571-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194856, 1466, '1571-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194857, 1466, '1571-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194858, 1466, '1571-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194859, 1466, '1571-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194860, 1466, '1571-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194861, 1466, '1572-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194862, 1466, '1572-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194863, 1466, '1572-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194864, 1466, '1572-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194865, 1466, '1572-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194866, 1466, '1572-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194867, 1466, '1572-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194868, 1466, '1572-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194869, 1466, '1572-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194870, 1466, '1572-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194871, 1466, '1572-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194872, 1466, '1572-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194873, 1466, '1573-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194874, 1466, '1573-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194875, 1466, '1573-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194876, 1466, '1573-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194877, 1466, '1573-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194878, 1466, '1573-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194879, 1466, '1573-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194880, 1466, '1573-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194881, 1466, '1573-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194882, 1466, '1573-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194883, 1466, '1573-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194884, 1466, '1573-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194885, 1466, '1574-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194886, 1466, '1574-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194887, 1466, '1574-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194888, 1466, '1574-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194889, 1466, '1574-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194890, 1466, '1574-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194891, 1466, '1574-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194892, 1466, '1574-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194893, 1466, '1574-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194894, 1466, '1574-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194895, 1466, '1574-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194896, 1466, '1574-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194897, 1466, '1575-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194898, 1466, '1575-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194899, 1466, '1575-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194900, 1466, '1575-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194901, 1466, '1575-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194902, 1466, '1575-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194903, 1466, '1575-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194904, 1466, '1575-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194905, 1466, '1575-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194906, 1466, '1575-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194907, 1466, '1575-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194908, 1466, '1575-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194909, 1466, '1576-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194910, 1466, '1576-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194911, 1466, '1576-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194912, 1466, '1576-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194913, 1466, '1576-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194914, 1466, '1576-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194915, 1466, '1576-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194916, 1466, '1576-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194917, 1466, '1576-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194918, 1466, '1576-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194919, 1466, '1576-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194920, 1466, '1576-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194921, 1466, '1577-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194922, 1466, '1577-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194923, 1466, '1577-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194924, 1466, '1577-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194925, 1466, '1577-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194926, 1466, '1577-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194927, 1466, '1577-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194928, 1466, '1577-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194929, 1466, '1577-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194930, 1466, '1577-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194931, 1466, '1577-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194932, 1466, '1577-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194933, 1466, '1578-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194934, 1466, '1578-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194935, 1466, '1578-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194936, 1466, '1578-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194937, 1466, '1578-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194938, 1466, '1578-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194939, 1466, '1578-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194940, 1466, '1578-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194941, 1466, '1578-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194942, 1466, '1578-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194943, 1466, '1578-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194944, 1466, '1578-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194945, 1466, '1579-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194946, 1466, '1579-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194947, 1466, '1579-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194948, 1466, '1579-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194949, 1466, '1579-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194950, 1466, '1579-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194951, 1466, '1579-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194952, 1466, '1579-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194953, 1466, '1579-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194954, 1466, '1579-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194955, 1466, '1579-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194956, 1466, '1579-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194957, 1466, '1580-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194958, 1466, '1580-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194959, 1466, '1580-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194960, 1466, '1580-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:15', '2023-09-17 17:54:15'),
(194961, 1466, '1580-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(194962, 1466, '1580-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(194963, 1466, '1580-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(194964, 1466, '1580-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(194965, 1466, '1580-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(194966, 1466, '1580-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(194967, 1466, '1580-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(194968, 1466, '1580-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(194969, 1466, '1581-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(194970, 1466, '1581-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(194971, 1466, '1581-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(194972, 1466, '1581-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(194973, 1466, '1581-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(194974, 1466, '1581-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(194975, 1466, '1581-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(194976, 1466, '1581-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(194977, 1466, '1581-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(194978, 1466, '1581-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(194979, 1466, '1581-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(194980, 1466, '1581-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(194981, 1466, '1582-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(194982, 1466, '1582-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(194983, 1466, '1582-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(194984, 1466, '1582-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(194985, 1466, '1582-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(194986, 1466, '1582-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(194987, 1466, '1582-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(194988, 1466, '1582-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(194989, 1466, '1582-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(194990, 1466, '1582-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(194991, 1466, '1582-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(194992, 1466, '1582-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(194993, 1466, '1583-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(194994, 1466, '1583-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(194995, 1466, '1583-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(194996, 1466, '1583-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(194997, 1466, '1583-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(194998, 1466, '1583-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(194999, 1466, '1583-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195000, 1466, '1583-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195001, 1466, '1583-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195002, 1466, '1583-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195003, 1466, '1583-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195004, 1466, '1583-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195005, 1466, '1584-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195006, 1466, '1584-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195007, 1466, '1584-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195008, 1466, '1584-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195009, 1466, '1584-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195010, 1466, '1584-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195011, 1466, '1584-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195012, 1466, '1584-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195013, 1466, '1584-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195014, 1466, '1584-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195015, 1466, '1584-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195016, 1466, '1584-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195017, 1466, '1585-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195018, 1466, '1585-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195019, 1466, '1585-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195020, 1466, '1585-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195021, 1466, '1585-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195022, 1466, '1585-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195023, 1466, '1585-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195024, 1466, '1585-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195025, 1466, '1585-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195026, 1466, '1585-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195027, 1466, '1585-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195028, 1466, '1585-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195029, 1466, '1586-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195030, 1466, '1586-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195031, 1466, '1586-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195032, 1466, '1586-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195033, 1466, '1586-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195034, 1466, '1586-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195035, 1466, '1586-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195036, 1466, '1586-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195037, 1466, '1586-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195038, 1466, '1586-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195039, 1466, '1586-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195040, 1466, '1586-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195041, 1466, '1587-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195042, 1466, '1587-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195043, 1466, '1587-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195044, 1466, '1587-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195045, 1466, '1587-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195046, 1466, '1587-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195047, 1466, '1587-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195048, 1466, '1587-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195049, 1466, '1587-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195050, 1466, '1587-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195051, 1466, '1587-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195052, 1466, '1587-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195053, 1466, '1588-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195054, 1466, '1588-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195055, 1466, '1588-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195056, 1466, '1588-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195057, 1466, '1588-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195058, 1466, '1588-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195059, 1466, '1588-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195060, 1466, '1588-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195061, 1466, '1588-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195062, 1466, '1588-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195063, 1466, '1588-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195064, 1466, '1588-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195065, 1466, '1589-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195066, 1466, '1589-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195067, 1466, '1589-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195068, 1466, '1589-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195069, 1466, '1589-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195070, 1466, '1589-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195071, 1466, '1589-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195072, 1466, '1589-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195073, 1466, '1589-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195074, 1466, '1589-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195075, 1466, '1589-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195076, 1466, '1589-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195077, 1466, '1590-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195078, 1466, '1590-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195079, 1466, '1590-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195080, 1466, '1590-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195081, 1466, '1590-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(195082, 1466, '1590-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195083, 1466, '1590-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195084, 1466, '1590-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195085, 1466, '1590-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195086, 1466, '1590-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195087, 1466, '1590-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195088, 1466, '1590-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195089, 1466, '1591-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195090, 1466, '1591-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195091, 1466, '1591-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195092, 1466, '1591-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195093, 1466, '1591-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195094, 1466, '1591-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195095, 1466, '1591-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195096, 1466, '1591-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195097, 1466, '1591-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195098, 1466, '1591-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195099, 1466, '1591-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195100, 1466, '1591-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195101, 1466, '1592-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195102, 1466, '1592-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195103, 1466, '1592-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195104, 1466, '1592-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195105, 1466, '1592-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195106, 1466, '1592-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195107, 1466, '1592-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195108, 1466, '1592-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195109, 1466, '1592-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195110, 1466, '1592-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195111, 1466, '1592-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195112, 1466, '1592-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195113, 1466, '1593-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195114, 1466, '1593-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195115, 1466, '1593-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195116, 1466, '1593-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195117, 1466, '1593-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195118, 1466, '1593-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195119, 1466, '1593-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195120, 1466, '1593-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195121, 1466, '1593-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195122, 1466, '1593-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195123, 1466, '1593-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195124, 1466, '1593-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195125, 1466, '1594-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195126, 1466, '1594-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195127, 1466, '1594-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195128, 1466, '1594-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195129, 1466, '1594-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195130, 1466, '1594-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195131, 1466, '1594-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195132, 1466, '1594-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195133, 1466, '1594-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195134, 1466, '1594-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195135, 1466, '1594-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195136, 1466, '1594-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195137, 1466, '1595-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195138, 1466, '1595-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195139, 1466, '1595-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195140, 1466, '1595-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195141, 1466, '1595-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195142, 1466, '1595-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195143, 1466, '1595-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195144, 1466, '1595-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195145, 1466, '1595-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195146, 1466, '1595-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195147, 1466, '1595-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195148, 1466, '1595-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195149, 1466, '1596-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195150, 1466, '1596-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195151, 1466, '1596-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195152, 1466, '1596-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195153, 1466, '1596-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195154, 1466, '1596-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195155, 1466, '1596-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195156, 1466, '1596-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195157, 1466, '1596-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195158, 1466, '1596-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195159, 1466, '1596-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195160, 1466, '1596-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195161, 1466, '1597-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195162, 1466, '1597-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195163, 1466, '1597-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195164, 1466, '1597-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195165, 1466, '1597-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195166, 1466, '1597-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195167, 1466, '1597-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195168, 1466, '1597-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195169, 1466, '1597-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195170, 1466, '1597-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195171, 1466, '1597-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195172, 1466, '1597-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195173, 1466, '1598-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195174, 1466, '1598-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195175, 1466, '1598-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195176, 1466, '1598-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195177, 1466, '1598-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195178, 1466, '1598-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195179, 1466, '1598-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195180, 1466, '1598-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195181, 1466, '1598-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195182, 1466, '1598-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195183, 1466, '1598-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195184, 1466, '1598-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195185, 1466, '1599-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195186, 1466, '1599-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195187, 1466, '1599-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195188, 1466, '1599-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195189, 1466, '1599-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195190, 1466, '1599-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195191, 1466, '1599-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195192, 1466, '1599-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195193, 1466, '1599-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195194, 1466, '1599-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195195, 1466, '1599-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195196, 1466, '1599-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195197, 1466, '1600-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195198, 1466, '1600-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195199, 1466, '1600-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195200, 1466, '1600-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195201, 1466, '1600-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195202, 1466, '1600-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195203, 1466, '1600-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195204, 1466, '1600-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195205, 1466, '1600-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195206, 1466, '1600-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195207, 1466, '1600-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195208, 1466, '1600-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195209, 1466, '1601-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195210, 1466, '1601-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195211, 1466, '1601-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195212, 1466, '1601-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195213, 1466, '1601-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195214, 1466, '1601-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195215, 1466, '1601-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195216, 1466, '1601-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195217, 1466, '1601-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195218, 1466, '1601-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195219, 1466, '1601-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195220, 1466, '1601-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195221, 1466, '1602-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195222, 1466, '1602-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195223, 1466, '1602-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195224, 1466, '1602-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195225, 1466, '1602-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195226, 1466, '1602-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195227, 1466, '1602-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195228, 1466, '1602-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195229, 1466, '1602-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195230, 1466, '1602-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195231, 1466, '1602-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195232, 1466, '1602-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195233, 1466, '1603-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195234, 1466, '1603-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195235, 1466, '1603-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195236, 1466, '1603-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195237, 1466, '1603-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195238, 1466, '1603-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195239, 1466, '1603-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195240, 1466, '1603-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195241, 1466, '1603-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195242, 1466, '1603-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195243, 1466, '1603-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195244, 1466, '1603-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195245, 1466, '1604-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195246, 1466, '1604-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195247, 1466, '1604-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195248, 1466, '1604-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195249, 1466, '1604-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195250, 1466, '1604-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195251, 1466, '1604-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195252, 1466, '1604-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195253, 1466, '1604-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195254, 1466, '1604-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195255, 1466, '1604-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195256, 1466, '1604-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195257, 1466, '1605-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195258, 1466, '1605-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195259, 1466, '1605-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195260, 1466, '1605-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195261, 1466, '1605-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195262, 1466, '1605-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195263, 1466, '1605-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195264, 1466, '1605-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195265, 1466, '1605-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195266, 1466, '1605-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195267, 1466, '1605-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195268, 1466, '1605-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195269, 1466, '1606-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195270, 1466, '1606-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195271, 1466, '1606-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195272, 1466, '1606-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195273, 1466, '1606-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195274, 1466, '1606-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195275, 1466, '1606-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195276, 1466, '1606-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195277, 1466, '1606-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195278, 1466, '1606-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195279, 1466, '1606-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195280, 1466, '1606-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195281, 1466, '1607-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195282, 1466, '1607-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195283, 1466, '1607-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195284, 1466, '1607-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195285, 1466, '1607-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195286, 1466, '1607-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195287, 1466, '1607-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195288, 1466, '1607-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195289, 1466, '1607-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195290, 1466, '1607-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195291, 1466, '1607-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195292, 1466, '1607-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195293, 1466, '1608-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195294, 1466, '1608-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195295, 1466, '1608-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195296, 1466, '1608-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195297, 1466, '1608-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195298, 1466, '1608-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195299, 1466, '1608-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195300, 1466, '1608-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195301, 1466, '1608-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195302, 1466, '1608-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195303, 1466, '1608-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195304, 1466, '1608-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195305, 1466, '1609-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195306, 1466, '1609-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195307, 1466, '1609-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195308, 1466, '1609-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195309, 1466, '1609-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195310, 1466, '1609-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195311, 1466, '1609-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195312, 1466, '1609-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195313, 1466, '1609-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195314, 1466, '1609-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195315, 1466, '1609-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195316, 1466, '1609-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195317, 1466, '1610-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195318, 1466, '1610-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195319, 1466, '1610-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195320, 1466, '1610-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195321, 1466, '1610-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195322, 1466, '1610-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195323, 1466, '1610-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195324, 1466, '1610-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195325, 1466, '1610-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195326, 1466, '1610-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195327, 1466, '1610-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195328, 1466, '1610-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195329, 1466, '1611-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195330, 1466, '1611-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195331, 1466, '1611-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195332, 1466, '1611-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195333, 1466, '1611-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195334, 1466, '1611-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:16', '2023-09-17 17:54:16'),
(195335, 1466, '1611-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195336, 1466, '1611-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195337, 1466, '1611-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195338, 1466, '1611-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195339, 1466, '1611-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195340, 1466, '1611-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195341, 1466, '1612-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195342, 1466, '1612-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195343, 1466, '1612-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195344, 1466, '1612-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195345, 1466, '1612-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195346, 1466, '1612-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195347, 1466, '1612-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195348, 1466, '1612-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195349, 1466, '1612-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195350, 1466, '1612-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195351, 1466, '1612-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195352, 1466, '1612-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195353, 1466, '1613-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195354, 1466, '1613-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195355, 1466, '1613-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195356, 1466, '1613-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195357, 1466, '1613-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195358, 1466, '1613-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195359, 1466, '1613-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195360, 1466, '1613-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195361, 1466, '1613-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195362, 1466, '1613-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195363, 1466, '1613-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195364, 1466, '1613-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195365, 1466, '1614-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195366, 1466, '1614-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195367, 1466, '1614-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195368, 1466, '1614-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195369, 1466, '1614-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195370, 1466, '1614-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195371, 1466, '1614-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195372, 1466, '1614-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195373, 1466, '1614-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195374, 1466, '1614-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195375, 1466, '1614-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195376, 1466, '1614-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195377, 1466, '1615-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195378, 1466, '1615-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195379, 1466, '1615-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195380, 1466, '1615-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195381, 1466, '1615-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195382, 1466, '1615-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195383, 1466, '1615-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195384, 1466, '1615-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195385, 1466, '1615-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195386, 1466, '1615-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195387, 1466, '1615-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195388, 1466, '1615-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195389, 1466, '1616-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195390, 1466, '1616-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195391, 1466, '1616-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195392, 1466, '1616-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195393, 1466, '1616-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195394, 1466, '1616-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195395, 1466, '1616-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195396, 1466, '1616-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195397, 1466, '1616-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195398, 1466, '1616-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195399, 1466, '1616-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195400, 1466, '1616-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195401, 1466, '1617-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195402, 1466, '1617-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195403, 1466, '1617-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195404, 1466, '1617-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195405, 1466, '1617-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195406, 1466, '1617-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195407, 1466, '1617-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195408, 1466, '1617-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195409, 1466, '1617-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195410, 1466, '1617-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195411, 1466, '1617-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195412, 1466, '1617-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195413, 1466, '1618-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195414, 1466, '1618-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195415, 1466, '1618-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195416, 1466, '1618-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195417, 1466, '1618-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195418, 1466, '1618-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195419, 1466, '1618-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195420, 1466, '1618-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195421, 1466, '1618-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195422, 1466, '1618-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195423, 1466, '1618-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195424, 1466, '1618-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195425, 1466, '1619-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195426, 1466, '1619-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195427, 1466, '1619-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195428, 1466, '1619-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195429, 1466, '1619-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195430, 1466, '1619-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195431, 1466, '1619-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195432, 1466, '1619-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195433, 1466, '1619-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195434, 1466, '1619-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195435, 1466, '1619-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195436, 1466, '1619-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195437, 1466, '1620-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195438, 1466, '1620-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195439, 1466, '1620-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195440, 1466, '1620-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195441, 1466, '1620-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195442, 1466, '1620-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195443, 1466, '1620-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195444, 1466, '1620-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195445, 1466, '1620-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195446, 1466, '1620-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195447, 1466, '1620-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195448, 1466, '1620-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195449, 1466, '1621-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195450, 1466, '1621-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195451, 1466, '1621-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195452, 1466, '1621-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195453, 1466, '1621-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195454, 1466, '1621-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195455, 1466, '1621-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195456, 1466, '1621-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195457, 1466, '1621-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195458, 1466, '1621-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195459, 1466, '1621-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195460, 1466, '1621-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195461, 1466, '1622-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195462, 1466, '1622-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195463, 1466, '1622-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195464, 1466, '1622-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195465, 1466, '1622-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195466, 1466, '1622-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195467, 1466, '1622-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195468, 1466, '1622-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195469, 1466, '1622-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195470, 1466, '1622-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195471, 1466, '1622-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195472, 1466, '1622-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195473, 1466, '1623-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195474, 1466, '1623-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195475, 1466, '1623-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195476, 1466, '1623-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195477, 1466, '1623-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195478, 1466, '1623-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195479, 1466, '1623-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195480, 1466, '1623-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195481, 1466, '1623-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195482, 1466, '1623-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195483, 1466, '1623-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195484, 1466, '1623-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195485, 1466, '1624-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195486, 1466, '1624-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195487, 1466, '1624-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195488, 1466, '1624-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195489, 1466, '1624-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195490, 1466, '1624-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195491, 1466, '1624-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195492, 1466, '1624-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195493, 1466, '1624-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195494, 1466, '1624-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195495, 1466, '1624-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195496, 1466, '1624-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195497, 1466, '1625-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195498, 1466, '1625-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195499, 1466, '1625-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195500, 1466, '1625-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195501, 1466, '1625-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195502, 1466, '1625-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195503, 1466, '1625-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195504, 1466, '1625-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195505, 1466, '1625-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195506, 1466, '1625-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195507, 1466, '1625-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195508, 1466, '1625-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195509, 1466, '1626-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195510, 1466, '1626-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195511, 1466, '1626-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195512, 1466, '1626-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195513, 1466, '1626-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195514, 1466, '1626-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195515, 1466, '1626-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195516, 1466, '1626-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195517, 1466, '1626-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195518, 1466, '1626-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195519, 1466, '1626-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195520, 1466, '1626-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195521, 1466, '1627-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195522, 1466, '1627-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195523, 1466, '1627-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195524, 1466, '1627-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195525, 1466, '1627-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195526, 1466, '1627-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195527, 1466, '1627-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195528, 1466, '1627-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195529, 1466, '1627-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195530, 1466, '1627-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195531, 1466, '1627-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195532, 1466, '1627-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195533, 1466, '1628-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195534, 1466, '1628-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195535, 1466, '1628-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195536, 1466, '1628-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195537, 1466, '1628-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195538, 1466, '1628-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195539, 1466, '1628-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195540, 1466, '1628-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195541, 1466, '1628-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195542, 1466, '1628-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195543, 1466, '1628-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195544, 1466, '1628-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195545, 1466, '1629-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195546, 1466, '1629-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(195547, 1466, '1629-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195548, 1466, '1629-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195549, 1466, '1629-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195550, 1466, '1629-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195551, 1466, '1629-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195552, 1466, '1629-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195553, 1466, '1629-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195554, 1466, '1629-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195555, 1466, '1629-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195556, 1466, '1629-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195557, 1466, '1630-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195558, 1466, '1630-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195559, 1466, '1630-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195560, 1466, '1630-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195561, 1466, '1630-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195562, 1466, '1630-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195563, 1466, '1630-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195564, 1466, '1630-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195565, 1466, '1630-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195566, 1466, '1630-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195567, 1466, '1630-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195568, 1466, '1630-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195569, 1466, '1631-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195570, 1466, '1631-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195571, 1466, '1631-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195572, 1466, '1631-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195573, 1466, '1631-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195574, 1466, '1631-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195575, 1466, '1631-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195576, 1466, '1631-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195577, 1466, '1631-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195578, 1466, '1631-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195579, 1466, '1631-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195580, 1466, '1631-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195581, 1466, '1632-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195582, 1466, '1632-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195583, 1466, '1632-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195584, 1466, '1632-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195585, 1466, '1632-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195586, 1466, '1632-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195587, 1466, '1632-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195588, 1466, '1632-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195589, 1466, '1632-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195590, 1466, '1632-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195591, 1466, '1632-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195592, 1466, '1632-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195593, 1466, '1633-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195594, 1466, '1633-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195595, 1466, '1633-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195596, 1466, '1633-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195597, 1466, '1633-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195598, 1466, '1633-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195599, 1466, '1633-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195600, 1466, '1633-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195601, 1466, '1633-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195602, 1466, '1633-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195603, 1466, '1633-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195604, 1466, '1633-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195605, 1466, '1634-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195606, 1466, '1634-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195607, 1466, '1634-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195608, 1466, '1634-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195609, 1466, '1634-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195610, 1466, '1634-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195611, 1466, '1634-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195612, 1466, '1634-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195613, 1466, '1634-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195614, 1466, '1634-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195615, 1466, '1634-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195616, 1466, '1634-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195617, 1466, '1635-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195618, 1466, '1635-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195619, 1466, '1635-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195620, 1466, '1635-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195621, 1466, '1635-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195622, 1466, '1635-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195623, 1466, '1635-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195624, 1466, '1635-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195625, 1466, '1635-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195626, 1466, '1635-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195627, 1466, '1635-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195628, 1466, '1635-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195629, 1466, '1636-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195630, 1466, '1636-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195631, 1466, '1636-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195632, 1466, '1636-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195633, 1466, '1636-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195634, 1466, '1636-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195635, 1466, '1636-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195636, 1466, '1636-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195637, 1466, '1636-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195638, 1466, '1636-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195639, 1466, '1636-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195640, 1466, '1636-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195641, 1466, '1637-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195642, 1466, '1637-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195643, 1466, '1637-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195644, 1466, '1637-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195645, 1466, '1637-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195646, 1466, '1637-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195647, 1466, '1637-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195648, 1466, '1637-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195649, 1466, '1637-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195650, 1466, '1637-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195651, 1466, '1637-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195652, 1466, '1637-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195653, 1466, '1638-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195654, 1466, '1638-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195655, 1466, '1638-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195656, 1466, '1638-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195657, 1466, '1638-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195658, 1466, '1638-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195659, 1466, '1638-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195660, 1466, '1638-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195661, 1466, '1638-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195662, 1466, '1638-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195663, 1466, '1638-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195664, 1466, '1638-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195665, 1466, '1639-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195666, 1466, '1639-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195667, 1466, '1639-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195668, 1466, '1639-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195669, 1466, '1639-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195670, 1466, '1639-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195671, 1466, '1639-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195672, 1466, '1639-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195673, 1466, '1639-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195674, 1466, '1639-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195675, 1466, '1639-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195676, 1466, '1639-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195677, 1466, '1640-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195678, 1466, '1640-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195679, 1466, '1640-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195680, 1466, '1640-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195681, 1466, '1640-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195682, 1466, '1640-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195683, 1466, '1640-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195684, 1466, '1640-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195685, 1466, '1640-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195686, 1466, '1640-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195687, 1466, '1640-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195688, 1466, '1640-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195689, 1466, '1641-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195690, 1466, '1641-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195691, 1466, '1641-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195692, 1466, '1641-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195693, 1466, '1641-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195694, 1466, '1641-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195695, 1466, '1641-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195696, 1466, '1641-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195697, 1466, '1641-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195698, 1466, '1641-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195699, 1466, '1641-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195700, 1466, '1641-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195701, 1466, '1642-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195702, 1466, '1642-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195703, 1466, '1642-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195704, 1466, '1642-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195705, 1466, '1642-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195706, 1466, '1642-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195707, 1466, '1642-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195708, 1466, '1642-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195709, 1466, '1642-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195710, 1466, '1642-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195711, 1466, '1642-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195712, 1466, '1642-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195713, 1466, '1643-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195714, 1466, '1643-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195715, 1466, '1643-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195716, 1466, '1643-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195717, 1466, '1643-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195718, 1466, '1643-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195719, 1466, '1643-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195720, 1466, '1643-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195721, 1466, '1643-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195722, 1466, '1643-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195723, 1466, '1643-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195724, 1466, '1643-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195725, 1466, '1644-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195726, 1466, '1644-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195727, 1466, '1644-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195728, 1466, '1644-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195729, 1466, '1644-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195730, 1466, '1644-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:17', '2023-09-17 17:54:17'),
(195731, 1466, '1644-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195732, 1466, '1644-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195733, 1466, '1644-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195734, 1466, '1644-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195735, 1466, '1644-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195736, 1466, '1644-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195737, 1466, '1645-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195738, 1466, '1645-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195739, 1466, '1645-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195740, 1466, '1645-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195741, 1466, '1645-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195742, 1466, '1645-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195743, 1466, '1645-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195744, 1466, '1645-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195745, 1466, '1645-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195746, 1466, '1645-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195747, 1466, '1645-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195748, 1466, '1645-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195749, 1466, '1646-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195750, 1466, '1646-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195751, 1466, '1646-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195752, 1466, '1646-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195753, 1466, '1646-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195754, 1466, '1646-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195755, 1466, '1646-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195756, 1466, '1646-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195757, 1466, '1646-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195758, 1466, '1646-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195759, 1466, '1646-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195760, 1466, '1646-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195761, 1466, '1647-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195762, 1466, '1647-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195763, 1466, '1647-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195764, 1466, '1647-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195765, 1466, '1647-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195766, 1466, '1647-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195767, 1466, '1647-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195768, 1466, '1647-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195769, 1466, '1647-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195770, 1466, '1647-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195771, 1466, '1647-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195772, 1466, '1647-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195773, 1466, '1648-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195774, 1466, '1648-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195775, 1466, '1648-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195776, 1466, '1648-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195777, 1466, '1648-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195778, 1466, '1648-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195779, 1466, '1648-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195780, 1466, '1648-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195781, 1466, '1648-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195782, 1466, '1648-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195783, 1466, '1648-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195784, 1466, '1648-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195785, 1466, '1649-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195786, 1466, '1649-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195787, 1466, '1649-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195788, 1466, '1649-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195789, 1466, '1649-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195790, 1466, '1649-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195791, 1466, '1649-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195792, 1466, '1649-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195793, 1466, '1649-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195794, 1466, '1649-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195795, 1466, '1649-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195796, 1466, '1649-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195797, 1466, '1650-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195798, 1466, '1650-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195799, 1466, '1650-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195800, 1466, '1650-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195801, 1466, '1650-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195802, 1466, '1650-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195803, 1466, '1650-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195804, 1466, '1650-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195805, 1466, '1650-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195806, 1466, '1650-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195807, 1466, '1650-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195808, 1466, '1650-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195809, 1466, '1651-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195810, 1466, '1651-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195811, 1466, '1651-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195812, 1466, '1651-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195813, 1466, '1651-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195814, 1466, '1651-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195815, 1466, '1651-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195816, 1466, '1651-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195817, 1466, '1651-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195818, 1466, '1651-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195819, 1466, '1651-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195820, 1466, '1651-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195821, 1466, '1652-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195822, 1466, '1652-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195823, 1466, '1652-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195824, 1466, '1652-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195825, 1466, '1652-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195826, 1466, '1652-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195827, 1466, '1652-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195828, 1466, '1652-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195829, 1466, '1652-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195830, 1466, '1652-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195831, 1466, '1652-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195832, 1466, '1652-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195833, 1466, '1653-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195834, 1466, '1653-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195835, 1466, '1653-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195836, 1466, '1653-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195837, 1466, '1653-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195838, 1466, '1653-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195839, 1466, '1653-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195840, 1466, '1653-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195841, 1466, '1653-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195842, 1466, '1653-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195843, 1466, '1653-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195844, 1466, '1653-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195845, 1466, '1654-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195846, 1466, '1654-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195847, 1466, '1654-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195848, 1466, '1654-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195849, 1466, '1654-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195850, 1466, '1654-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195851, 1466, '1654-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195852, 1466, '1654-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195853, 1466, '1654-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195854, 1466, '1654-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195855, 1466, '1654-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195856, 1466, '1654-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195857, 1466, '1655-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195858, 1466, '1655-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195859, 1466, '1655-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195860, 1466, '1655-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195861, 1466, '1655-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195862, 1466, '1655-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195863, 1466, '1655-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195864, 1466, '1655-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195865, 1466, '1655-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195866, 1466, '1655-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195867, 1466, '1655-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195868, 1466, '1655-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195869, 1466, '1656-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195870, 1466, '1656-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195871, 1466, '1656-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195872, 1466, '1656-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195873, 1466, '1656-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195874, 1466, '1656-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195875, 1466, '1656-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195876, 1466, '1656-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195877, 1466, '1656-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195878, 1466, '1656-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195879, 1466, '1656-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195880, 1466, '1656-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195881, 1466, '1657-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195882, 1466, '1657-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195883, 1466, '1657-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195884, 1466, '1657-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195885, 1466, '1657-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195886, 1466, '1657-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195887, 1466, '1657-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195888, 1466, '1657-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195889, 1466, '1657-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195890, 1466, '1657-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195891, 1466, '1657-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195892, 1466, '1657-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195893, 1466, '1658-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195894, 1466, '1658-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195895, 1466, '1658-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195896, 1466, '1658-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195897, 1466, '1658-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195898, 1466, '1658-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195899, 1466, '1658-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195900, 1466, '1658-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195901, 1466, '1658-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195902, 1466, '1658-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195903, 1466, '1658-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195904, 1466, '1658-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195905, 1466, '1659-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195906, 1466, '1659-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195907, 1466, '1659-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195908, 1466, '1659-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195909, 1466, '1659-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195910, 1466, '1659-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195911, 1466, '1659-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195912, 1466, '1659-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195913, 1466, '1659-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195914, 1466, '1659-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195915, 1466, '1659-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195916, 1466, '1659-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195917, 1466, '1660-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195918, 1466, '1660-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195919, 1466, '1660-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195920, 1466, '1660-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195921, 1466, '1660-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195922, 1466, '1660-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195923, 1466, '1660-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195924, 1466, '1660-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195925, 1466, '1660-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195926, 1466, '1660-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195927, 1466, '1660-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195928, 1466, '1660-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195929, 1466, '1661-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195930, 1466, '1661-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195931, 1466, '1661-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195932, 1466, '1661-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195933, 1466, '1661-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195934, 1466, '1661-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195935, 1466, '1661-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195936, 1466, '1661-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195937, 1466, '1661-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195938, 1466, '1661-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195939, 1466, '1661-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195940, 1466, '1661-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195941, 1466, '1662-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195942, 1466, '1662-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195943, 1466, '1662-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195944, 1466, '1662-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195945, 1466, '1662-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195946, 1466, '1662-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195947, 1466, '1662-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195948, 1466, '1662-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195949, 1466, '1662-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195950, 1466, '1662-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195951, 1466, '1662-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195952, 1466, '1662-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195953, 1466, '1663-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195954, 1466, '1663-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195955, 1466, '1663-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195956, 1466, '1663-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195957, 1466, '1663-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195958, 1466, '1663-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195959, 1466, '1663-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195960, 1466, '1663-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195961, 1466, '1663-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195962, 1466, '1663-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195963, 1466, '1663-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195964, 1466, '1663-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195965, 1466, '1664-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195966, 1466, '1664-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195967, 1466, '1664-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195968, 1466, '1664-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195969, 1466, '1664-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195970, 1466, '1664-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195971, 1466, '1664-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195972, 1466, '1664-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195973, 1466, '1664-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195974, 1466, '1664-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195975, 1466, '1664-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195976, 1466, '1664-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195977, 1466, '1665-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195978, 1466, '1665-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195979, 1466, '1665-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195980, 1466, '1665-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195981, 1466, '1665-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195982, 1466, '1665-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195983, 1466, '1665-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195984, 1466, '1665-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195985, 1466, '1665-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195986, 1466, '1665-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195987, 1466, '1665-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195988, 1466, '1665-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195989, 1466, '1666-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195990, 1466, '1666-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195991, 1466, '1666-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195992, 1466, '1666-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195993, 1466, '1666-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195994, 1466, '1666-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195995, 1466, '1666-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195996, 1466, '1666-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195997, 1466, '1666-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195998, 1466, '1666-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(195999, 1466, '1666-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(196000, 1466, '1666-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(196001, 1466, '1667-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(196002, 1466, '1667-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(196003, 1466, '1667-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(196004, 1466, '1667-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(196005, 1466, '1667-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(196006, 1466, '1667-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(196007, 1466, '1667-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(196008, 1466, '1667-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(196009, 1466, '1667-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(196010, 1466, '1667-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(196011, 1466, '1667-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(196012, 1466, '1667-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(196013, 1466, '1668-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(196014, 1466, '1668-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(196015, 1466, '1668-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(196016, 1466, '1668-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(196017, 1466, '1668-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(196018, 1466, '1668-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(196019, 1466, '1668-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(196020, 1466, '1668-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(196021, 1466, '1668-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(196022, 1466, '1668-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(196023, 1466, '1668-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(196024, 1466, '1668-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(196025, 1466, '1669-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(196026, 1466, '1669-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(196027, 1466, '1669-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(196028, 1466, '1669-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(196029, 1466, '1669-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(196030, 1466, '1669-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(196031, 1466, '1669-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(196032, 1466, '1669-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(196033, 1466, '1669-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(196034, 1466, '1669-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(196035, 1466, '1669-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(196036, 1466, '1669-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(196037, 1466, '1670-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(196038, 1466, '1670-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(196039, 1466, '1670-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(196040, 1466, '1670-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(196041, 1466, '1670-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(196042, 1466, '1670-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(196043, 1466, '1670-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(196044, 1466, '1670-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(196045, 1466, '1670-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(196046, 1466, '1670-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(196047, 1466, '1670-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(196048, 1466, '1670-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(196049, 1466, '1671-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(196050, 1466, '1671-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(196051, 1466, '1671-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(196052, 1466, '1671-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(196053, 1466, '1671-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(196054, 1466, '1671-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(196055, 1466, '1671-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(196056, 1466, '1671-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(196057, 1466, '1671-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(196058, 1466, '1671-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(196059, 1466, '1671-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(196060, 1466, '1671-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(196061, 1466, '1672-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(196062, 1466, '1672-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(196063, 1466, '1672-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(196064, 1466, '1672-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(196065, 1466, '1672-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(196066, 1466, '1672-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(196067, 1466, '1672-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(196068, 1466, '1672-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(196069, 1466, '1672-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(196070, 1466, '1672-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(196071, 1466, '1672-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(196072, 1466, '1672-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(196073, 1466, '1673-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(196074, 1466, '1673-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(196075, 1466, '1673-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(196076, 1466, '1673-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(196077, 1466, '1673-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(196078, 1466, '1673-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(196079, 1466, '1673-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(196080, 1466, '1673-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(196081, 1466, '1673-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(196082, 1466, '1673-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(196083, 1466, '1673-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(196084, 1466, '1673-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(196085, 1466, '1674-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(196086, 1466, '1674-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(196087, 1466, '1674-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(196088, 1466, '1674-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(196089, 1466, '1674-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(196090, 1466, '1674-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(196091, 1466, '1674-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(196092, 1466, '1674-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(196093, 1466, '1674-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(196094, 1466, '1674-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(196095, 1466, '1674-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(196096, 1466, '1674-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(196097, 1466, '1675-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(196098, 1466, '1675-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(196099, 1466, '1675-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(196100, 1466, '1675-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(196101, 1466, '1675-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(196102, 1466, '1675-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(196103, 1466, '1675-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(196104, 1466, '1675-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(196105, 1466, '1675-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(196106, 1466, '1675-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(196107, 1466, '1675-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(196108, 1466, '1675-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(196109, 1466, '1676-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(196110, 1466, '1676-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(196111, 1466, '1676-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(196112, 1466, '1676-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(196113, 1466, '1676-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(196114, 1466, '1676-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(196115, 1466, '1676-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(196116, 1466, '1676-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(196117, 1466, '1676-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(196118, 1466, '1676-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(196119, 1466, '1676-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(196120, 1466, '1676-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(196121, 1466, '1677-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(196122, 1466, '1677-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(196123, 1466, '1677-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(196124, 1466, '1677-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(196125, 1466, '1677-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(196126, 1466, '1677-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(196127, 1466, '1677-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(196128, 1466, '1677-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(196129, 1466, '1677-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(196130, 1466, '1677-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(196131, 1466, '1677-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(196132, 1466, '1677-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(196133, 1466, '1678-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(196134, 1466, '1678-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(196135, 1466, '1678-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(196136, 1466, '1678-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(196137, 1466, '1678-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(196138, 1466, '1678-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(196139, 1466, '1678-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(196140, 1466, '1678-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(196141, 1466, '1678-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(196142, 1466, '1678-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(196143, 1466, '1678-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(196144, 1466, '1678-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(196145, 1466, '1679-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(196146, 1466, '1679-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(196147, 1466, '1679-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(196148, 1466, '1679-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(196149, 1466, '1679-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(196150, 1466, '1679-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(196151, 1466, '1679-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(196152, 1466, '1679-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(196153, 1466, '1679-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(196154, 1466, '1679-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(196155, 1466, '1679-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(196156, 1466, '1679-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(196157, 1466, '1680-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(196158, 1466, '1680-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(196159, 1466, '1680-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(196160, 1466, '1680-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(196161, 1466, '1680-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(196162, 1466, '1680-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(196163, 1466, '1680-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(196164, 1466, '1680-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(196165, 1466, '1680-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(196166, 1466, '1680-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(196167, 1466, '1680-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(196168, 1466, '1680-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(196169, 1466, '1681-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(196170, 1466, '1681-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(196171, 1466, '1681-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(196172, 1466, '1681-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(196173, 1466, '1681-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(196174, 1466, '1681-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(196175, 1466, '1681-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(196176, 1466, '1681-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(196177, 1466, '1681-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(196178, 1466, '1681-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(196179, 1466, '1681-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(196180, 1466, '1681-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(196181, 1466, '1682-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(196182, 1466, '1682-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:18', '2023-09-17 17:54:18'),
(196183, 1466, '1682-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196184, 1466, '1682-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196185, 1466, '1682-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196186, 1466, '1682-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196187, 1466, '1682-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196188, 1466, '1682-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196189, 1466, '1682-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196190, 1466, '1682-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196191, 1466, '1682-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196192, 1466, '1682-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196193, 1466, '1683-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196194, 1466, '1683-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196195, 1466, '1683-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196196, 1466, '1683-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196197, 1466, '1683-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196198, 1466, '1683-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196199, 1466, '1683-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196200, 1466, '1683-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196201, 1466, '1683-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196202, 1466, '1683-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196203, 1466, '1683-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196204, 1466, '1683-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196205, 1466, '1684-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196206, 1466, '1684-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196207, 1466, '1684-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196208, 1466, '1684-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196209, 1466, '1684-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196210, 1466, '1684-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196211, 1466, '1684-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196212, 1466, '1684-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196213, 1466, '1684-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196214, 1466, '1684-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196215, 1466, '1684-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196216, 1466, '1684-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196217, 1466, '1685-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196218, 1466, '1685-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196219, 1466, '1685-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196220, 1466, '1685-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196221, 1466, '1685-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196222, 1466, '1685-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196223, 1466, '1685-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196224, 1466, '1685-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196225, 1466, '1685-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196226, 1466, '1685-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196227, 1466, '1685-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196228, 1466, '1685-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196229, 1466, '1686-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196230, 1466, '1686-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196231, 1466, '1686-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196232, 1466, '1686-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196233, 1466, '1686-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196234, 1466, '1686-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196235, 1466, '1686-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196236, 1466, '1686-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196237, 1466, '1686-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196238, 1466, '1686-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196239, 1466, '1686-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196240, 1466, '1686-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196241, 1466, '1687-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196242, 1466, '1687-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196243, 1466, '1687-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196244, 1466, '1687-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196245, 1466, '1687-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196246, 1466, '1687-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196247, 1466, '1687-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196248, 1466, '1687-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196249, 1466, '1687-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196250, 1466, '1687-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196251, 1466, '1687-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196252, 1466, '1687-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196253, 1466, '1688-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196254, 1466, '1688-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196255, 1466, '1688-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196256, 1466, '1688-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196257, 1466, '1688-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196258, 1466, '1688-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196259, 1466, '1688-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196260, 1466, '1688-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196261, 1466, '1688-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196262, 1466, '1688-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196263, 1466, '1688-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196264, 1466, '1688-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196265, 1466, '1689-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196266, 1466, '1689-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196267, 1466, '1689-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196268, 1466, '1689-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196269, 1466, '1689-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196270, 1466, '1689-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196271, 1466, '1689-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196272, 1466, '1689-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196273, 1466, '1689-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196274, 1466, '1689-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196275, 1466, '1689-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196276, 1466, '1689-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196277, 1466, '1690-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196278, 1466, '1690-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196279, 1466, '1690-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196280, 1466, '1690-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196281, 1466, '1690-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196282, 1466, '1690-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196283, 1466, '1690-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196284, 1466, '1690-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196285, 1466, '1690-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196286, 1466, '1690-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196287, 1466, '1690-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196288, 1466, '1690-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196289, 1466, '1691-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196290, 1466, '1691-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196291, 1466, '1691-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196292, 1466, '1691-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196293, 1466, '1691-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196294, 1466, '1691-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196295, 1466, '1691-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196296, 1466, '1691-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196297, 1466, '1691-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196298, 1466, '1691-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196299, 1466, '1691-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196300, 1466, '1691-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196301, 1466, '1692-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196302, 1466, '1692-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196303, 1466, '1692-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196304, 1466, '1692-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196305, 1466, '1692-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196306, 1466, '1692-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196307, 1466, '1692-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196308, 1466, '1692-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196309, 1466, '1692-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196310, 1466, '1692-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196311, 1466, '1692-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196312, 1466, '1692-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196313, 1466, '1693-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196314, 1466, '1693-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196315, 1466, '1693-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196316, 1466, '1693-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196317, 1466, '1693-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196318, 1466, '1693-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196319, 1466, '1693-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196320, 1466, '1693-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196321, 1466, '1693-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196322, 1466, '1693-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196323, 1466, '1693-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196324, 1466, '1693-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196325, 1466, '1694-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196326, 1466, '1694-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196327, 1466, '1694-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196328, 1466, '1694-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196329, 1466, '1694-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196330, 1466, '1694-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196331, 1466, '1694-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196332, 1466, '1694-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196333, 1466, '1694-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196334, 1466, '1694-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196335, 1466, '1694-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196336, 1466, '1694-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196337, 1466, '1695-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196338, 1466, '1695-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196339, 1466, '1695-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196340, 1466, '1695-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196341, 1466, '1695-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196342, 1466, '1695-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196343, 1466, '1695-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196344, 1466, '1695-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196345, 1466, '1695-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196346, 1466, '1695-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196347, 1466, '1695-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196348, 1466, '1695-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196349, 1466, '1696-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196350, 1466, '1696-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196351, 1466, '1696-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196352, 1466, '1696-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196353, 1466, '1696-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196354, 1466, '1696-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196355, 1466, '1696-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196356, 1466, '1696-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196357, 1466, '1696-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196358, 1466, '1696-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196359, 1466, '1696-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196360, 1466, '1696-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196361, 1466, '1697-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196362, 1466, '1697-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196363, 1466, '1697-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196364, 1466, '1697-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196365, 1466, '1697-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196366, 1466, '1697-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196367, 1466, '1697-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196368, 1466, '1697-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196369, 1466, '1697-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196370, 1466, '1697-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196371, 1466, '1697-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196372, 1466, '1697-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196373, 1466, '1698-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196374, 1466, '1698-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196375, 1466, '1698-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196376, 1466, '1698-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196377, 1466, '1698-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196378, 1466, '1698-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196379, 1466, '1698-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196380, 1466, '1698-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196381, 1466, '1698-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196382, 1466, '1698-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196383, 1466, '1698-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196384, 1466, '1698-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196385, 1466, '1699-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196386, 1466, '1699-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196387, 1466, '1699-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196388, 1466, '1699-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196389, 1466, '1699-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196390, 1466, '1699-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196391, 1466, '1699-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196392, 1466, '1699-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196393, 1466, '1699-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196394, 1466, '1699-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196395, 1466, '1699-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196396, 1466, '1699-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196397, 1466, '1700-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196398, 1466, '1700-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196399, 1466, '1700-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196400, 1466, '1700-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196401, 1466, '1700-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196402, 1466, '1700-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196403, 1466, '1700-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196404, 1466, '1700-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196405, 1466, '1700-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196406, 1466, '1700-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196407, 1466, '1700-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196408, 1466, '1700-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196409, 1466, '1701-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196410, 1466, '1701-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196411, 1466, '1701-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196412, 1466, '1701-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196413, 1466, '1701-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196414, 1466, '1701-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196415, 1466, '1701-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196416, 1466, '1701-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196417, 1466, '1701-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196418, 1466, '1701-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196419, 1466, '1701-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196420, 1466, '1701-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196421, 1466, '1702-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196422, 1466, '1702-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196423, 1466, '1702-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196424, 1466, '1702-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196425, 1466, '1702-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196426, 1466, '1702-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196427, 1466, '1702-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196428, 1466, '1702-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196429, 1466, '1702-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196430, 1466, '1702-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196431, 1466, '1702-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196432, 1466, '1702-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196433, 1466, '1703-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196434, 1466, '1703-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196435, 1466, '1703-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196436, 1466, '1703-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196437, 1466, '1703-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196438, 1466, '1703-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196439, 1466, '1703-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196440, 1466, '1703-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196441, 1466, '1703-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196442, 1466, '1703-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196443, 1466, '1703-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196444, 1466, '1703-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196445, 1466, '1704-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196446, 1466, '1704-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196447, 1466, '1704-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196448, 1466, '1704-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196449, 1466, '1704-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196450, 1466, '1704-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196451, 1466, '1704-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196452, 1466, '1704-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196453, 1466, '1704-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196454, 1466, '1704-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196455, 1466, '1704-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196456, 1466, '1704-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196457, 1466, '1705-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196458, 1466, '1705-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196459, 1466, '1705-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196460, 1466, '1705-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196461, 1466, '1705-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196462, 1466, '1705-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196463, 1466, '1705-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196464, 1466, '1705-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196465, 1466, '1705-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196466, 1466, '1705-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196467, 1466, '1705-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196468, 1466, '1705-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196469, 1466, '1706-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196470, 1466, '1706-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196471, 1466, '1706-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196472, 1466, '1706-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196473, 1466, '1706-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196474, 1466, '1706-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196475, 1466, '1706-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196476, 1466, '1706-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(196477, 1466, '1706-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196478, 1466, '1706-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196479, 1466, '1706-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196480, 1466, '1706-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196481, 1466, '1707-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196482, 1466, '1707-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196483, 1466, '1707-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196484, 1466, '1707-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196485, 1466, '1707-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196486, 1466, '1707-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196487, 1466, '1707-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196488, 1466, '1707-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196489, 1466, '1707-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196490, 1466, '1707-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196491, 1466, '1707-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196492, 1466, '1707-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196493, 1466, '1708-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196494, 1466, '1708-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196495, 1466, '1708-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196496, 1466, '1708-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:19', '2023-09-17 17:54:19'),
(196497, 1466, '1708-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:20', '2023-09-17 17:54:20'),
(196498, 1466, '1708-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:20', '2023-09-17 17:54:20'),
(196499, 1466, '1708-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:20', '2023-09-17 17:54:20'),
(196500, 1466, '1708-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:20', '2023-09-17 17:54:20'),
(196501, 1466, '1708-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:20', '2023-09-17 17:54:20'),
(196502, 1466, '1708-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:20', '2023-09-17 17:54:20'),
(196503, 1466, '1708-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:20', '2023-09-17 17:54:20'),
(196504, 1466, '1708-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:20', '2023-09-17 17:54:20'),
(196505, 1466, '1709-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:20', '2023-09-17 17:54:20'),
(196506, 1466, '1709-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:20', '2023-09-17 17:54:20'),
(196507, 1466, '1709-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:20', '2023-09-17 17:54:20'),
(196508, 1466, '1709-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:20', '2023-09-17 17:54:20'),
(196509, 1466, '1709-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:20', '2023-09-17 17:54:20'),
(196510, 1466, '1709-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:20', '2023-09-17 17:54:20'),
(196511, 1466, '1709-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:20', '2023-09-17 17:54:20'),
(196512, 1466, '1709-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:20', '2023-09-17 17:54:20'),
(196513, 1466, '1709-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:20', '2023-09-17 17:54:20'),
(196514, 1466, '1709-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:20', '2023-09-17 17:54:20'),
(196515, 1466, '1709-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:20', '2023-09-17 17:54:20'),
(196516, 1466, '1709-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:20', '2023-09-17 17:54:20'),
(196517, 1466, '1710-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:20', '2023-09-17 17:54:20'),
(196518, 1466, '1710-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:20', '2023-09-17 17:54:20'),
(196519, 1466, '1710-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:20', '2023-09-17 17:54:20'),
(196520, 1466, '1710-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:20', '2023-09-17 17:54:20'),
(196521, 1466, '1710-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:20', '2023-09-17 17:54:20'),
(196522, 1466, '1710-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:20', '2023-09-17 17:54:20'),
(196523, 1466, '1710-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:20', '2023-09-17 17:54:20'),
(196524, 1466, '1710-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:20', '2023-09-17 17:54:20'),
(196525, 1466, '1710-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:20', '2023-09-17 17:54:20'),
(196526, 1466, '1710-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:20', '2023-09-17 17:54:20'),
(196527, 1466, '1710-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:20', '2023-09-17 17:54:20'),
(196528, 1466, '1710-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:20', '2023-09-17 17:54:20'),
(196529, 1466, '1711-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:21', '2023-09-17 17:54:21'),
(196530, 1466, '1711-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:21', '2023-09-17 17:54:21'),
(196531, 1466, '1711-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:21', '2023-09-17 17:54:21'),
(196532, 1466, '1711-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:21', '2023-09-17 17:54:21'),
(196533, 1466, '1711-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:21', '2023-09-17 17:54:21'),
(196534, 1466, '1711-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:21', '2023-09-17 17:54:21'),
(196535, 1466, '1711-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196536, 1466, '1711-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196537, 1466, '1711-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196538, 1466, '1711-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196539, 1466, '1711-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196540, 1466, '1711-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196541, 1466, '1712-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196542, 1466, '1712-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196543, 1466, '1712-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196544, 1466, '1712-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196545, 1466, '1712-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196546, 1466, '1712-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196547, 1466, '1712-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196548, 1466, '1712-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196549, 1466, '1712-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196550, 1466, '1712-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196551, 1466, '1712-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196552, 1466, '1712-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196553, 1466, '1713-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196554, 1466, '1713-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196555, 1466, '1713-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196556, 1466, '1713-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196557, 1466, '1713-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196558, 1466, '1713-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196559, 1466, '1713-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196560, 1466, '1713-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196561, 1466, '1713-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196562, 1466, '1713-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196563, 1466, '1713-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196564, 1466, '1713-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196565, 1466, '1714-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196566, 1466, '1714-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196567, 1466, '1714-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196568, 1466, '1714-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196569, 1466, '1714-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196570, 1466, '1714-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196571, 1466, '1714-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196572, 1466, '1714-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196573, 1466, '1714-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196574, 1466, '1714-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196575, 1466, '1714-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196576, 1466, '1714-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196577, 1466, '1715-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196578, 1466, '1715-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196579, 1466, '1715-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196580, 1466, '1715-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196581, 1466, '1715-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196582, 1466, '1715-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196583, 1466, '1715-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196584, 1466, '1715-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196585, 1466, '1715-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196586, 1466, '1715-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196587, 1466, '1715-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196588, 1466, '1715-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196589, 1466, '1716-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196590, 1466, '1716-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196591, 1466, '1716-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196592, 1466, '1716-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196593, 1466, '1716-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196594, 1466, '1716-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196595, 1466, '1716-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196596, 1466, '1716-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196597, 1466, '1716-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196598, 1466, '1716-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196599, 1466, '1716-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196600, 1466, '1716-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196601, 1466, '1717-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196602, 1466, '1717-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196603, 1466, '1717-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196604, 1466, '1717-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196605, 1466, '1717-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196606, 1466, '1717-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196607, 1466, '1717-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196608, 1466, '1717-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196609, 1466, '1717-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196610, 1466, '1717-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196611, 1466, '1717-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196612, 1466, '1717-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196613, 1466, '1718-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196614, 1466, '1718-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196615, 1466, '1718-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196616, 1466, '1718-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196617, 1466, '1718-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196618, 1466, '1718-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196619, 1466, '1718-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196620, 1466, '1718-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196621, 1466, '1718-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196622, 1466, '1718-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196623, 1466, '1718-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196624, 1466, '1718-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196625, 1466, '1719-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196626, 1466, '1719-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196627, 1466, '1719-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196628, 1466, '1719-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196629, 1466, '1719-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196630, 1466, '1719-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196631, 1466, '1719-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196632, 1466, '1719-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196633, 1466, '1719-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196634, 1466, '1719-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196635, 1466, '1719-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196636, 1466, '1719-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196637, 1466, '1720-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196638, 1466, '1720-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196639, 1466, '1720-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196640, 1466, '1720-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196641, 1466, '1720-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196642, 1466, '1720-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196643, 1466, '1720-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196644, 1466, '1720-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196645, 1466, '1720-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196646, 1466, '1720-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196647, 1466, '1720-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196648, 1466, '1720-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196649, 1466, '1721-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196650, 1466, '1721-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196651, 1466, '1721-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196652, 1466, '1721-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196653, 1466, '1721-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196654, 1466, '1721-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196655, 1466, '1721-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196656, 1466, '1721-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196657, 1466, '1721-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196658, 1466, '1721-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196659, 1466, '1721-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196660, 1466, '1721-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196661, 1466, '1722-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196662, 1466, '1722-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196663, 1466, '1722-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196664, 1466, '1722-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196665, 1466, '1722-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196666, 1466, '1722-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196667, 1466, '1722-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196668, 1466, '1722-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196669, 1466, '1722-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196670, 1466, '1722-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196671, 1466, '1722-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196672, 1466, '1722-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196673, 1466, '1723-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196674, 1466, '1723-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196675, 1466, '1723-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196676, 1466, '1723-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196677, 1466, '1723-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196678, 1466, '1723-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196679, 1466, '1723-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196680, 1466, '1723-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196681, 1466, '1723-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196682, 1466, '1723-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196683, 1466, '1723-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196684, 1466, '1723-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196685, 1466, '1724-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196686, 1466, '1724-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196687, 1466, '1724-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196688, 1466, '1724-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196689, 1466, '1724-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196690, 1466, '1724-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196691, 1466, '1724-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196692, 1466, '1724-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196693, 1466, '1724-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196694, 1466, '1724-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196695, 1466, '1724-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196696, 1466, '1724-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196697, 1466, '1725-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196698, 1466, '1725-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196699, 1466, '1725-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196700, 1466, '1725-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196701, 1466, '1725-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196702, 1466, '1725-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196703, 1466, '1725-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196704, 1466, '1725-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196705, 1466, '1725-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196706, 1466, '1725-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196707, 1466, '1725-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196708, 1466, '1725-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196709, 1466, '1726-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196710, 1466, '1726-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196711, 1466, '1726-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196712, 1466, '1726-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196713, 1466, '1726-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196714, 1466, '1726-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196715, 1466, '1726-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196716, 1466, '1726-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196717, 1466, '1726-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196718, 1466, '1726-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196719, 1466, '1726-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196720, 1466, '1726-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196721, 1466, '1727-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196722, 1466, '1727-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196723, 1466, '1727-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196724, 1466, '1727-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196725, 1466, '1727-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196726, 1466, '1727-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196727, 1466, '1727-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196728, 1466, '1727-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196729, 1466, '1727-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196730, 1466, '1727-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196731, 1466, '1727-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196732, 1466, '1727-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196733, 1466, '1728-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196734, 1466, '1728-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196735, 1466, '1728-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196736, 1466, '1728-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196737, 1466, '1728-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196738, 1466, '1728-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196739, 1466, '1728-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196740, 1466, '1728-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196741, 1466, '1728-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196742, 1466, '1728-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196743, 1466, '1728-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196744, 1466, '1728-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196745, 1466, '1729-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196746, 1466, '1729-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196747, 1466, '1729-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196748, 1466, '1729-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196749, 1466, '1729-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196750, 1466, '1729-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196751, 1466, '1729-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196752, 1466, '1729-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196753, 1466, '1729-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196754, 1466, '1729-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196755, 1466, '1729-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196756, 1466, '1729-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196757, 1466, '1730-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196758, 1466, '1730-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196759, 1466, '1730-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196760, 1466, '1730-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196761, 1466, '1730-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196762, 1466, '1730-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196763, 1466, '1730-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196764, 1466, '1730-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196765, 1466, '1730-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196766, 1466, '1730-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196767, 1466, '1730-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196768, 1466, '1730-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196769, 1466, '1731-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196770, 1466, '1731-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196771, 1466, '1731-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196772, 1466, '1731-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196773, 1466, '1731-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196774, 1466, '1731-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196775, 1466, '1731-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196776, 1466, '1731-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196777, 1466, '1731-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196778, 1466, '1731-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196779, 1466, '1731-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196780, 1466, '1731-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196781, 1466, '1732-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196782, 1466, '1732-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196783, 1466, '1732-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196784, 1466, '1732-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196785, 1466, '1732-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196786, 1466, '1732-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196787, 1466, '1732-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196788, 1466, '1732-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196789, 1466, '1732-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196790, 1466, '1732-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196791, 1466, '1732-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196792, 1466, '1732-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196793, 1466, '1733-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196794, 1466, '1733-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196795, 1466, '1733-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196796, 1466, '1733-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196797, 1466, '1733-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:24', '2023-09-17 17:54:24'),
(196798, 1466, '1733-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(196799, 1466, '1733-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(196800, 1466, '1733-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(196801, 1466, '1733-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(196802, 1466, '1733-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(196803, 1466, '1733-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(196804, 1466, '1733-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(196805, 1466, '1734-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(196806, 1466, '1734-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(196807, 1466, '1734-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(196808, 1466, '1734-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(196809, 1466, '1734-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(196810, 1466, '1734-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(196811, 1466, '1734-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(196812, 1466, '1734-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(196813, 1466, '1734-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(196814, 1466, '1734-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(196815, 1466, '1734-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(196816, 1466, '1734-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(196817, 1466, '1735-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(196818, 1466, '1735-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(196819, 1466, '1735-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(196820, 1466, '1735-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(196821, 1466, '1735-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(196822, 1466, '1735-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(196823, 1466, '1735-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(196824, 1466, '1735-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(196825, 1466, '1735-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(196826, 1466, '1735-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(196827, 1466, '1735-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(196828, 1466, '1735-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(196829, 1466, '1736-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(196830, 1466, '1736-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(196831, 1466, '1736-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(196832, 1466, '1736-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(196833, 1466, '1736-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(196834, 1466, '1736-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(196835, 1466, '1736-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(196836, 1466, '1736-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(196837, 1466, '1736-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(196838, 1466, '1736-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(196839, 1466, '1736-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(196840, 1466, '1736-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(196841, 1466, '1737-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(196842, 1466, '1737-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(196843, 1466, '1737-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(196844, 1466, '1737-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(196845, 1466, '1737-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(196846, 1466, '1737-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(196847, 1466, '1737-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(196848, 1466, '1737-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(196849, 1466, '1737-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(196850, 1466, '1737-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(196851, 1466, '1737-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(196852, 1466, '1737-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(196853, 1466, '1738-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(196854, 1466, '1738-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(196855, 1466, '1738-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(196856, 1466, '1738-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(196857, 1466, '1738-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(196858, 1466, '1738-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(196859, 1466, '1738-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(196860, 1466, '1738-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(196861, 1466, '1738-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(196862, 1466, '1738-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(196863, 1466, '1738-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(196864, 1466, '1738-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(196865, 1466, '1739-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(196866, 1466, '1739-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(196867, 1466, '1739-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(196868, 1466, '1739-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(196869, 1466, '1739-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(196870, 1466, '1739-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(196871, 1466, '1739-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(196872, 1466, '1739-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(196873, 1466, '1739-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(196874, 1466, '1739-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(196875, 1466, '1739-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(196876, 1466, '1739-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(196877, 1466, '1740-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(196878, 1466, '1740-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(196879, 1466, '1740-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(196880, 1466, '1740-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(196881, 1466, '1740-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(196882, 1466, '1740-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(196883, 1466, '1740-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(196884, 1466, '1740-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(196885, 1466, '1740-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(196886, 1466, '1740-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(196887, 1466, '1740-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(196888, 1466, '1740-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(196889, 1466, '1741-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(196890, 1466, '1741-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(196891, 1466, '1741-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(196892, 1466, '1741-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(196893, 1466, '1741-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(196894, 1466, '1741-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(196895, 1466, '1741-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(196896, 1466, '1741-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(196897, 1466, '1741-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(196898, 1466, '1741-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(196899, 1466, '1741-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(196900, 1466, '1741-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(196901, 1466, '1742-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(196902, 1466, '1742-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(196903, 1466, '1742-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(196904, 1466, '1742-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(196905, 1466, '1742-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(196906, 1466, '1742-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(196907, 1466, '1742-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(196908, 1466, '1742-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(196909, 1466, '1742-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(196910, 1466, '1742-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(196911, 1466, '1742-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(196912, 1466, '1742-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(196913, 1466, '1743-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(196914, 1466, '1743-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(196915, 1466, '1743-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(196916, 1466, '1743-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(196917, 1466, '1743-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(196918, 1466, '1743-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(196919, 1466, '1743-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(196920, 1466, '1743-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(196921, 1466, '1743-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(196922, 1466, '1743-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(196923, 1466, '1743-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(196924, 1466, '1743-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(196925, 1466, '1744-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(196926, 1466, '1744-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(196927, 1466, '1744-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(196928, 1466, '1744-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(196929, 1466, '1744-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(196930, 1466, '1744-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(196931, 1466, '1744-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(196932, 1466, '1744-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(196933, 1466, '1744-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(196934, 1466, '1744-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(196935, 1466, '1744-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(196936, 1466, '1744-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(196937, 1466, '1745-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(196938, 1466, '1745-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(196939, 1466, '1745-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(196940, 1466, '1745-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(196941, 1466, '1745-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(196942, 1466, '1745-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(196943, 1466, '1745-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(196944, 1466, '1745-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(196945, 1466, '1745-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(196946, 1466, '1745-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(196947, 1466, '1745-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(196948, 1466, '1745-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(196949, 1466, '1746-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(196950, 1466, '1746-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(196951, 1466, '1746-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(196952, 1466, '1746-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(196953, 1466, '1746-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(196954, 1466, '1746-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(196955, 1466, '1746-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(196956, 1466, '1746-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(196957, 1466, '1746-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(196958, 1466, '1746-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(196959, 1466, '1746-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(196960, 1466, '1746-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(196961, 1466, '1747-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(196962, 1466, '1747-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(196963, 1466, '1747-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(196964, 1466, '1747-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(196965, 1466, '1747-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(196966, 1466, '1747-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(196967, 1466, '1747-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(196968, 1466, '1747-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(196969, 1466, '1747-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(196970, 1466, '1747-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(196971, 1466, '1747-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(196972, 1466, '1747-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(196973, 1466, '1748-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(196974, 1466, '1748-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(196975, 1466, '1748-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(196976, 1466, '1748-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(196977, 1466, '1748-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(196978, 1466, '1748-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(196979, 1466, '1748-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(196980, 1466, '1748-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(196981, 1466, '1748-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(196982, 1466, '1748-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(196983, 1466, '1748-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(196984, 1466, '1748-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(196985, 1466, '1749-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(196986, 1466, '1749-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(196987, 1466, '1749-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(196988, 1466, '1749-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(196989, 1466, '1749-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(196990, 1466, '1749-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(196991, 1466, '1749-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(196992, 1466, '1749-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(196993, 1466, '1749-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(196994, 1466, '1749-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(196995, 1466, '1749-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(196996, 1466, '1749-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(196997, 1466, '1750-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(196998, 1466, '1750-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(196999, 1466, '1750-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(197000, 1466, '1750-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(197001, 1466, '1750-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(197002, 1466, '1750-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(197003, 1466, '1750-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(197004, 1466, '1750-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(197005, 1466, '1750-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(197006, 1466, '1750-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(197007, 1466, '1750-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(197008, 1466, '1750-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(197009, 1466, '1751-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(197010, 1466, '1751-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(197011, 1466, '1751-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(197012, 1466, '1751-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(197013, 1466, '1751-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(197014, 1466, '1751-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(197015, 1466, '1751-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(197016, 1466, '1751-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(197017, 1466, '1751-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(197018, 1466, '1751-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(197019, 1466, '1751-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(197020, 1466, '1751-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(197021, 1466, '1752-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(197022, 1466, '1752-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(197023, 1466, '1752-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(197024, 1466, '1752-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(197025, 1466, '1752-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(197026, 1466, '1752-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(197027, 1466, '1752-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(197028, 1466, '1752-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(197029, 1466, '1752-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(197030, 1466, '1752-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(197031, 1466, '1752-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(197032, 1466, '1752-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(197033, 1466, '1753-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(197034, 1466, '1753-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(197035, 1466, '1753-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(197036, 1466, '1753-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(197037, 1466, '1753-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(197038, 1466, '1753-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(197039, 1466, '1753-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(197040, 1466, '1753-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(197041, 1466, '1753-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(197042, 1466, '1753-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(197043, 1466, '1753-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(197044, 1466, '1753-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(197045, 1466, '1754-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(197046, 1466, '1754-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(197047, 1466, '1754-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(197048, 1466, '1754-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(197049, 1466, '1754-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(197050, 1466, '1754-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(197051, 1466, '1754-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(197052, 1466, '1754-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(197053, 1466, '1754-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(197054, 1466, '1754-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(197055, 1466, '1754-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(197056, 1466, '1754-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(197057, 1466, '1755-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(197058, 1466, '1755-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(197059, 1466, '1755-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(197060, 1466, '1755-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(197061, 1466, '1755-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(197062, 1466, '1755-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(197063, 1466, '1755-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(197064, 1466, '1755-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(197065, 1466, '1755-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(197066, 1466, '1755-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(197067, 1466, '1755-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(197068, 1466, '1755-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(197069, 1466, '1756-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(197070, 1466, '1756-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(197071, 1466, '1756-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(197072, 1466, '1756-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(197073, 1466, '1756-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(197074, 1466, '1756-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(197075, 1466, '1756-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(197076, 1466, '1756-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(197077, 1466, '1756-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(197078, 1466, '1756-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(197079, 1466, '1756-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(197080, 1466, '1756-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(197081, 1466, '1757-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(197082, 1466, '1757-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(197083, 1466, '1757-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(197084, 1466, '1757-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(197085, 1466, '1757-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(197086, 1466, '1757-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(197087, 1466, '1757-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(197088, 1466, '1757-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(197089, 1466, '1757-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(197090, 1466, '1757-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(197091, 1466, '1757-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(197092, 1466, '1757-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(197093, 1466, '1758-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(197094, 1466, '1758-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(197095, 1466, '1758-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(197096, 1466, '1758-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(197097, 1466, '1758-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(197098, 1466, '1758-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(197099, 1466, '1758-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(197100, 1466, '1758-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(197101, 1466, '1758-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(197102, 1466, '1758-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(197103, 1466, '1758-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(197104, 1466, '1758-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(197105, 1466, '1759-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(197106, 1466, '1759-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(197107, 1466, '1759-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(197108, 1466, '1759-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(197109, 1466, '1759-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(197110, 1466, '1759-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(197111, 1466, '1759-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(197112, 1466, '1759-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(197113, 1466, '1759-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(197114, 1466, '1759-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(197115, 1466, '1759-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(197116, 1466, '1759-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(197117, 1466, '1760-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(197118, 1466, '1760-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(197119, 1466, '1760-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(197120, 1466, '1760-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(197121, 1466, '1760-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(197122, 1466, '1760-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(197123, 1466, '1760-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(197124, 1466, '1760-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(197125, 1466, '1760-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(197126, 1466, '1760-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(197127, 1466, '1760-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(197128, 1466, '1760-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(197129, 1466, '1761-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(197130, 1466, '1761-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(197131, 1466, '1761-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(197132, 1466, '1761-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(197133, 1466, '1761-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(197134, 1466, '1761-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(197135, 1466, '1761-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(197136, 1466, '1761-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(197137, 1466, '1761-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(197138, 1466, '1761-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(197139, 1466, '1761-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(197140, 1466, '1761-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(197141, 1466, '1762-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(197142, 1466, '1762-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(197143, 1466, '1762-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(197144, 1466, '1762-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(197145, 1466, '1762-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(197146, 1466, '1762-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(197147, 1466, '1762-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(197148, 1466, '1762-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(197149, 1466, '1762-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(197150, 1466, '1762-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(197151, 1466, '1762-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(197152, 1466, '1762-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(197153, 1466, '1763-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(197154, 1466, '1763-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(197155, 1466, '1763-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(197156, 1466, '1763-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(197157, 1466, '1763-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(197158, 1466, '1763-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(197159, 1466, '1763-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(197160, 1466, '1763-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(197161, 1466, '1763-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(197162, 1466, '1763-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(197163, 1466, '1763-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(197164, 1466, '1763-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(197165, 1466, '1764-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(197166, 1466, '1764-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(197167, 1466, '1764-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(197168, 1466, '1764-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(197169, 1466, '1764-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(197170, 1466, '1764-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(197171, 1466, '1764-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(197172, 1466, '1764-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(197173, 1466, '1764-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(197174, 1466, '1764-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(197175, 1466, '1764-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(197176, 1466, '1764-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(197177, 1466, '1765-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(197178, 1466, '1765-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(197179, 1466, '1765-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(197180, 1466, '1765-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(197181, 1466, '1765-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(197182, 1466, '1765-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(197183, 1466, '1765-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(197184, 1466, '1765-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(197185, 1466, '1765-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(197186, 1466, '1765-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(197187, 1466, '1765-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(197188, 1466, '1765-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(197189, 1466, '1766-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(197190, 1466, '1766-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(197191, 1466, '1766-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(197192, 1466, '1766-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(197193, 1466, '1766-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(197194, 1466, '1766-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(197195, 1466, '1766-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(197196, 1466, '1766-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(197197, 1466, '1766-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(197198, 1466, '1766-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(197199, 1466, '1766-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:25', '2023-09-17 17:54:25'),
(197200, 1466, '1766-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197201, 1466, '1767-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197202, 1466, '1767-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197203, 1466, '1767-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197204, 1466, '1767-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197205, 1466, '1767-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197206, 1466, '1767-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197207, 1466, '1767-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197208, 1466, '1767-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197209, 1466, '1767-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197210, 1466, '1767-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197211, 1466, '1767-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197212, 1466, '1767-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197213, 1466, '1768-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197214, 1466, '1768-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197215, 1466, '1768-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197216, 1466, '1768-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197217, 1466, '1768-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197218, 1466, '1768-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197219, 1466, '1768-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197220, 1466, '1768-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197221, 1466, '1768-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197222, 1466, '1768-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197223, 1466, '1768-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197224, 1466, '1768-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197225, 1466, '1769-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197226, 1466, '1769-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197227, 1466, '1769-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197228, 1466, '1769-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197229, 1466, '1769-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197230, 1466, '1769-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197231, 1466, '1769-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197232, 1466, '1769-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197233, 1466, '1769-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197234, 1466, '1769-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197235, 1466, '1769-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197236, 1466, '1769-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197237, 1466, '1770-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197238, 1466, '1770-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197239, 1466, '1770-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197240, 1466, '1770-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197241, 1466, '1770-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197242, 1466, '1770-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197243, 1466, '1770-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197244, 1466, '1770-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197245, 1466, '1770-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197246, 1466, '1770-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197247, 1466, '1770-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197248, 1466, '1770-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197249, 1466, '1771-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197250, 1466, '1771-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197251, 1466, '1771-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197252, 1466, '1771-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197253, 1466, '1771-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197254, 1466, '1771-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197255, 1466, '1771-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197256, 1466, '1771-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197257, 1466, '1771-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197258, 1466, '1771-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197259, 1466, '1771-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197260, 1466, '1771-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197261, 1466, '1772-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197262, 1466, '1772-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197263, 1466, '1772-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197264, 1466, '1772-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197265, 1466, '1772-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197266, 1466, '1772-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197267, 1466, '1772-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197268, 1466, '1772-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197269, 1466, '1772-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197270, 1466, '1772-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197271, 1466, '1772-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197272, 1466, '1772-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197273, 1466, '1773-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197274, 1466, '1773-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197275, 1466, '1773-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197276, 1466, '1773-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197277, 1466, '1773-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197278, 1466, '1773-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197279, 1466, '1773-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197280, 1466, '1773-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197281, 1466, '1773-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197282, 1466, '1773-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197283, 1466, '1773-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197284, 1466, '1773-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197285, 1466, '1774-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197286, 1466, '1774-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197287, 1466, '1774-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197288, 1466, '1774-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197289, 1466, '1774-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197290, 1466, '1774-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197291, 1466, '1774-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197292, 1466, '1774-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197293, 1466, '1774-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197294, 1466, '1774-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197295, 1466, '1774-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197296, 1466, '1774-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197297, 1466, '1775-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197298, 1466, '1775-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197299, 1466, '1775-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197300, 1466, '1775-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197301, 1466, '1775-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197302, 1466, '1775-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197303, 1466, '1775-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197304, 1466, '1775-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197305, 1466, '1775-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197306, 1466, '1775-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197307, 1466, '1775-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197308, 1466, '1775-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197309, 1466, '1776-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197310, 1466, '1776-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197311, 1466, '1776-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197312, 1466, '1776-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197313, 1466, '1776-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197314, 1466, '1776-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197315, 1466, '1776-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197316, 1466, '1776-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197317, 1466, '1776-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197318, 1466, '1776-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197319, 1466, '1776-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197320, 1466, '1776-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197321, 1466, '1777-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197322, 1466, '1777-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197323, 1466, '1777-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197324, 1466, '1777-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197325, 1466, '1777-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197326, 1466, '1777-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197327, 1466, '1777-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197328, 1466, '1777-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197329, 1466, '1777-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197330, 1466, '1777-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197331, 1466, '1777-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197332, 1466, '1777-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197333, 1466, '1778-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197334, 1466, '1778-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197335, 1466, '1778-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197336, 1466, '1778-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197337, 1466, '1778-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197338, 1466, '1778-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197339, 1466, '1778-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197340, 1466, '1778-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197341, 1466, '1778-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197342, 1466, '1778-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197343, 1466, '1778-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197344, 1466, '1778-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197345, 1466, '1779-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197346, 1466, '1779-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197347, 1466, '1779-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197348, 1466, '1779-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197349, 1466, '1779-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197350, 1466, '1779-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197351, 1466, '1779-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197352, 1466, '1779-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197353, 1466, '1779-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197354, 1466, '1779-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197355, 1466, '1779-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197356, 1466, '1779-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197357, 1466, '1780-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197358, 1466, '1780-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197359, 1466, '1780-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197360, 1466, '1780-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197361, 1466, '1780-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197362, 1466, '1780-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197363, 1466, '1780-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197364, 1466, '1780-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197365, 1466, '1780-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197366, 1466, '1780-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197367, 1466, '1780-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197368, 1466, '1780-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197369, 1466, '1781-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197370, 1466, '1781-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197371, 1466, '1781-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197372, 1466, '1781-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197373, 1466, '1781-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197374, 1466, '1781-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197375, 1466, '1781-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197376, 1466, '1781-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197377, 1466, '1781-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197378, 1466, '1781-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197379, 1466, '1781-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197380, 1466, '1781-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197381, 1466, '1782-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197382, 1466, '1782-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197383, 1466, '1782-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197384, 1466, '1782-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197385, 1466, '1782-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197386, 1466, '1782-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197387, 1466, '1782-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197388, 1466, '1782-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197389, 1466, '1782-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197390, 1466, '1782-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197391, 1466, '1782-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197392, 1466, '1782-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197393, 1466, '1783-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197394, 1466, '1783-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197395, 1466, '1783-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197396, 1466, '1783-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197397, 1466, '1783-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197398, 1466, '1783-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197399, 1466, '1783-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197400, 1466, '1783-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197401, 1466, '1783-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197402, 1466, '1783-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197403, 1466, '1783-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197404, 1466, '1783-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197405, 1466, '1784-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197406, 1466, '1784-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(197407, 1466, '1784-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197408, 1466, '1784-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197409, 1466, '1784-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197410, 1466, '1784-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197411, 1466, '1784-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197412, 1466, '1784-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197413, 1466, '1784-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197414, 1466, '1784-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197415, 1466, '1784-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197416, 1466, '1784-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197417, 1466, '1785-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197418, 1466, '1785-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197419, 1466, '1785-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197420, 1466, '1785-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197421, 1466, '1785-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197422, 1466, '1785-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197423, 1466, '1785-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197424, 1466, '1785-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197425, 1466, '1785-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197426, 1466, '1785-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197427, 1466, '1785-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197428, 1466, '1785-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197429, 1466, '1786-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197430, 1466, '1786-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197431, 1466, '1786-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197432, 1466, '1786-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197433, 1466, '1786-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197434, 1466, '1786-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197435, 1466, '1786-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197436, 1466, '1786-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197437, 1466, '1786-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197438, 1466, '1786-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197439, 1466, '1786-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197440, 1466, '1786-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197441, 1466, '1787-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197442, 1466, '1787-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197443, 1466, '1787-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197444, 1466, '1787-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197445, 1466, '1787-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197446, 1466, '1787-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197447, 1466, '1787-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197448, 1466, '1787-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197449, 1466, '1787-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197450, 1466, '1787-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197451, 1466, '1787-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197452, 1466, '1787-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197453, 1466, '1788-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197454, 1466, '1788-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197455, 1466, '1788-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197456, 1466, '1788-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197457, 1466, '1788-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197458, 1466, '1788-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197459, 1466, '1788-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197460, 1466, '1788-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197461, 1466, '1788-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197462, 1466, '1788-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197463, 1466, '1788-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197464, 1466, '1788-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197465, 1466, '1789-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197466, 1466, '1789-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197467, 1466, '1789-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197468, 1466, '1789-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197469, 1466, '1789-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197470, 1466, '1789-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197471, 1466, '1789-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197472, 1466, '1789-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197473, 1466, '1789-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197474, 1466, '1789-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197475, 1466, '1789-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197476, 1466, '1789-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197477, 1466, '1790-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197478, 1466, '1790-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197479, 1466, '1790-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197480, 1466, '1790-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197481, 1466, '1790-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197482, 1466, '1790-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197483, 1466, '1790-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197484, 1466, '1790-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197485, 1466, '1790-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197486, 1466, '1790-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197487, 1466, '1790-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197488, 1466, '1790-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197489, 1466, '1791-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197490, 1466, '1791-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197491, 1466, '1791-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197492, 1466, '1791-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197493, 1466, '1791-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197494, 1466, '1791-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197495, 1466, '1791-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197496, 1466, '1791-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197497, 1466, '1791-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197498, 1466, '1791-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197499, 1466, '1791-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197500, 1466, '1791-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197501, 1466, '1792-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197502, 1466, '1792-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197503, 1466, '1792-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197504, 1466, '1792-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197505, 1466, '1792-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197506, 1466, '1792-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197507, 1466, '1792-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197508, 1466, '1792-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197509, 1466, '1792-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197510, 1466, '1792-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197511, 1466, '1792-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197512, 1466, '1792-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197513, 1466, '1793-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197514, 1466, '1793-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197515, 1466, '1793-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197516, 1466, '1793-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197517, 1466, '1793-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197518, 1466, '1793-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197519, 1466, '1793-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197520, 1466, '1793-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197521, 1466, '1793-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197522, 1466, '1793-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197523, 1466, '1793-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197524, 1466, '1793-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197525, 1466, '1794-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197526, 1466, '1794-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197527, 1466, '1794-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197528, 1466, '1794-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197529, 1466, '1794-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197530, 1466, '1794-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197531, 1466, '1794-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197532, 1466, '1794-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197533, 1466, '1794-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197534, 1466, '1794-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197535, 1466, '1794-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197536, 1466, '1794-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197537, 1466, '1795-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197538, 1466, '1795-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197539, 1466, '1795-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197540, 1466, '1795-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197541, 1466, '1795-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197542, 1466, '1795-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197543, 1466, '1795-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197544, 1466, '1795-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197545, 1466, '1795-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197546, 1466, '1795-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197547, 1466, '1795-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197548, 1466, '1795-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197549, 1466, '1796-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197550, 1466, '1796-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197551, 1466, '1796-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197552, 1466, '1796-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197553, 1466, '1796-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197554, 1466, '1796-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197555, 1466, '1796-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197556, 1466, '1796-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197557, 1466, '1796-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197558, 1466, '1796-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197559, 1466, '1796-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197560, 1466, '1796-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197561, 1466, '1797-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197562, 1466, '1797-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197563, 1466, '1797-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197564, 1466, '1797-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197565, 1466, '1797-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197566, 1466, '1797-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197567, 1466, '1797-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197568, 1466, '1797-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197569, 1466, '1797-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197570, 1466, '1797-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197571, 1466, '1797-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197572, 1466, '1797-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197573, 1466, '1798-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197574, 1466, '1798-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197575, 1466, '1798-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197576, 1466, '1798-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197577, 1466, '1798-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197578, 1466, '1798-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197579, 1466, '1798-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197580, 1466, '1798-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197581, 1466, '1798-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197582, 1466, '1798-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197583, 1466, '1798-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197584, 1466, '1798-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197585, 1466, '1799-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197586, 1466, '1799-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197587, 1466, '1799-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197588, 1466, '1799-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197589, 1466, '1799-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197590, 1466, '1799-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197591, 1466, '1799-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197592, 1466, '1799-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197593, 1466, '1799-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:26', '2023-09-17 17:54:26'),
(197594, 1466, '1799-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197595, 1466, '1799-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197596, 1466, '1799-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197597, 1466, '1800-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197598, 1466, '1800-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197599, 1466, '1800-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197600, 1466, '1800-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197601, 1466, '1800-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197602, 1466, '1800-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197603, 1466, '1800-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197604, 1466, '1800-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197605, 1466, '1800-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197606, 1466, '1800-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197607, 1466, '1800-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197608, 1466, '1800-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197609, 1466, '1801-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197610, 1466, '1801-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197611, 1466, '1801-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197612, 1466, '1801-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197613, 1466, '1801-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197614, 1466, '1801-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197615, 1466, '1801-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197616, 1466, '1801-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197617, 1466, '1801-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197618, 1466, '1801-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197619, 1466, '1801-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197620, 1466, '1801-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197621, 1466, '1802-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197622, 1466, '1802-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197623, 1466, '1802-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197624, 1466, '1802-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197625, 1466, '1802-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197626, 1466, '1802-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197627, 1466, '1802-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197628, 1466, '1802-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197629, 1466, '1802-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197630, 1466, '1802-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197631, 1466, '1802-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197632, 1466, '1802-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197633, 1466, '1803-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197634, 1466, '1803-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197635, 1466, '1803-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197636, 1466, '1803-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197637, 1466, '1803-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197638, 1466, '1803-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197639, 1466, '1803-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197640, 1466, '1803-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197641, 1466, '1803-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197642, 1466, '1803-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197643, 1466, '1803-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197644, 1466, '1803-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197645, 1466, '1804-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197646, 1466, '1804-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197647, 1466, '1804-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197648, 1466, '1804-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197649, 1466, '1804-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197650, 1466, '1804-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197651, 1466, '1804-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197652, 1466, '1804-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197653, 1466, '1804-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197654, 1466, '1804-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197655, 1466, '1804-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197656, 1466, '1804-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197657, 1466, '1805-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197658, 1466, '1805-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197659, 1466, '1805-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197660, 1466, '1805-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197661, 1466, '1805-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197662, 1466, '1805-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197663, 1466, '1805-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197664, 1466, '1805-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197665, 1466, '1805-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197666, 1466, '1805-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197667, 1466, '1805-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197668, 1466, '1805-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197669, 1466, '1806-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197670, 1466, '1806-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197671, 1466, '1806-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197672, 1466, '1806-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197673, 1466, '1806-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197674, 1466, '1806-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197675, 1466, '1806-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197676, 1466, '1806-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197677, 1466, '1806-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197678, 1466, '1806-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197679, 1466, '1806-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197680, 1466, '1806-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197681, 1466, '1807-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197682, 1466, '1807-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197683, 1466, '1807-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197684, 1466, '1807-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197685, 1466, '1807-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197686, 1466, '1807-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197687, 1466, '1807-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197688, 1466, '1807-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197689, 1466, '1807-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197690, 1466, '1807-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197691, 1466, '1807-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197692, 1466, '1807-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197693, 1466, '1808-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197694, 1466, '1808-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197695, 1466, '1808-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197696, 1466, '1808-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197697, 1466, '1808-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197698, 1466, '1808-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197699, 1466, '1808-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197700, 1466, '1808-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197701, 1466, '1808-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197702, 1466, '1808-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197703, 1466, '1808-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197704, 1466, '1808-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197705, 1466, '1809-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197706, 1466, '1809-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197707, 1466, '1809-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197708, 1466, '1809-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197709, 1466, '1809-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197710, 1466, '1809-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197711, 1466, '1809-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197712, 1466, '1809-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197713, 1466, '1809-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197714, 1466, '1809-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197715, 1466, '1809-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197716, 1466, '1809-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197717, 1466, '1810-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197718, 1466, '1810-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197719, 1466, '1810-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197720, 1466, '1810-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197721, 1466, '1810-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197722, 1466, '1810-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197723, 1466, '1810-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197724, 1466, '1810-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197725, 1466, '1810-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197726, 1466, '1810-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197727, 1466, '1810-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197728, 1466, '1810-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197729, 1466, '1811-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197730, 1466, '1811-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197731, 1466, '1811-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197732, 1466, '1811-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197733, 1466, '1811-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197734, 1466, '1811-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197735, 1466, '1811-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197736, 1466, '1811-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197737, 1466, '1811-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197738, 1466, '1811-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197739, 1466, '1811-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197740, 1466, '1811-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197741, 1466, '1812-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197742, 1466, '1812-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197743, 1466, '1812-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197744, 1466, '1812-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197745, 1466, '1812-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197746, 1466, '1812-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197747, 1466, '1812-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197748, 1466, '1812-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197749, 1466, '1812-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197750, 1466, '1812-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197751, 1466, '1812-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197752, 1466, '1812-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197753, 1466, '1813-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197754, 1466, '1813-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197755, 1466, '1813-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197756, 1466, '1813-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197757, 1466, '1813-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197758, 1466, '1813-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197759, 1466, '1813-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197760, 1466, '1813-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197761, 1466, '1813-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197762, 1466, '1813-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197763, 1466, '1813-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197764, 1466, '1813-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197765, 1466, '1814-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197766, 1466, '1814-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197767, 1466, '1814-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197768, 1466, '1814-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197769, 1466, '1814-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197770, 1466, '1814-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197771, 1466, '1814-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197772, 1466, '1814-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197773, 1466, '1814-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197774, 1466, '1814-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197775, 1466, '1814-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197776, 1466, '1814-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197777, 1466, '1815-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197778, 1466, '1815-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197779, 1466, '1815-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197780, 1466, '1815-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197781, 1466, '1815-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197782, 1466, '1815-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197783, 1466, '1815-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197784, 1466, '1815-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197785, 1466, '1815-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197786, 1466, '1815-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197787, 1466, '1815-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197788, 1466, '1815-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197789, 1466, '1816-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197790, 1466, '1816-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197791, 1466, '1816-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197792, 1466, '1816-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197793, 1466, '1816-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197794, 1466, '1816-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197795, 1466, '1816-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197796, 1466, '1816-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197797, 1466, '1816-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197798, 1466, '1816-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197799, 1466, '1816-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197800, 1466, '1816-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197801, 1466, '1817-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197802, 1466, '1817-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197803, 1466, '1817-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197804, 1466, '1817-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197805, 1466, '1817-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197806, 1466, '1817-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197807, 1466, '1817-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197808, 1466, '1817-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197809, 1466, '1817-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197810, 1466, '1817-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197811, 1466, '1817-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197812, 1466, '1817-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197813, 1466, '1818-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197814, 1466, '1818-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197815, 1466, '1818-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197816, 1466, '1818-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197817, 1466, '1818-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197818, 1466, '1818-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197819, 1466, '1818-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197820, 1466, '1818-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197821, 1466, '1818-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197822, 1466, '1818-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197823, 1466, '1818-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197824, 1466, '1818-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197825, 1466, '1819-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197826, 1466, '1819-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197827, 1466, '1819-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197828, 1466, '1819-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197829, 1466, '1819-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197830, 1466, '1819-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197831, 1466, '1819-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197832, 1466, '1819-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197833, 1466, '1819-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197834, 1466, '1819-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197835, 1466, '1819-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197836, 1466, '1819-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197837, 1466, '1820-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197838, 1466, '1820-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197839, 1466, '1820-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197840, 1466, '1820-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197841, 1466, '1820-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197842, 1466, '1820-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197843, 1466, '1820-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197844, 1466, '1820-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197845, 1466, '1820-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197846, 1466, '1820-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197847, 1466, '1820-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197848, 1466, '1820-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197849, 1466, '1821-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197850, 1466, '1821-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197851, 1466, '1821-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197852, 1466, '1821-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197853, 1466, '1821-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197854, 1466, '1821-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197855, 1466, '1821-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197856, 1466, '1821-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197857, 1466, '1821-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197858, 1466, '1821-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197859, 1466, '1821-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197860, 1466, '1821-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197861, 1466, '1822-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197862, 1466, '1822-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197863, 1466, '1822-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197864, 1466, '1822-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197865, 1466, '1822-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197866, 1466, '1822-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197867, 1466, '1822-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197868, 1466, '1822-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197869, 1466, '1822-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197870, 1466, '1822-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197871, 1466, '1822-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(197872, 1466, '1822-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197873, 1466, '1823-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197874, 1466, '1823-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197875, 1466, '1823-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197876, 1466, '1823-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197877, 1466, '1823-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197878, 1466, '1823-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197879, 1466, '1823-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197880, 1466, '1823-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197881, 1466, '1823-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197882, 1466, '1823-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197883, 1466, '1823-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197884, 1466, '1823-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197885, 1466, '1824-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197886, 1466, '1824-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197887, 1466, '1824-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197888, 1466, '1824-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197889, 1466, '1824-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197890, 1466, '1824-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197891, 1466, '1824-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197892, 1466, '1824-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197893, 1466, '1824-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197894, 1466, '1824-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197895, 1466, '1824-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197896, 1466, '1824-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197897, 1466, '1825-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197898, 1466, '1825-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197899, 1466, '1825-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197900, 1466, '1825-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197901, 1466, '1825-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197902, 1466, '1825-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197903, 1466, '1825-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197904, 1466, '1825-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197905, 1466, '1825-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197906, 1466, '1825-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197907, 1466, '1825-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197908, 1466, '1825-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197909, 1466, '1826-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197910, 1466, '1826-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197911, 1466, '1826-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197912, 1466, '1826-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197913, 1466, '1826-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197914, 1466, '1826-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197915, 1466, '1826-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197916, 1466, '1826-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197917, 1466, '1826-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197918, 1466, '1826-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197919, 1466, '1826-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197920, 1466, '1826-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197921, 1466, '1827-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197922, 1466, '1827-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197923, 1466, '1827-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197924, 1466, '1827-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197925, 1466, '1827-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197926, 1466, '1827-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197927, 1466, '1827-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197928, 1466, '1827-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197929, 1466, '1827-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197930, 1466, '1827-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197931, 1466, '1827-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197932, 1466, '1827-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197933, 1466, '1828-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197934, 1466, '1828-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197935, 1466, '1828-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197936, 1466, '1828-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197937, 1466, '1828-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197938, 1466, '1828-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197939, 1466, '1828-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197940, 1466, '1828-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197941, 1466, '1828-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197942, 1466, '1828-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197943, 1466, '1828-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197944, 1466, '1828-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197945, 1466, '1829-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197946, 1466, '1829-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197947, 1466, '1829-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197948, 1466, '1829-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197949, 1466, '1829-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197950, 1466, '1829-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197951, 1466, '1829-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197952, 1466, '1829-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197953, 1466, '1829-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197954, 1466, '1829-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197955, 1466, '1829-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197956, 1466, '1829-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197957, 1466, '1830-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197958, 1466, '1830-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197959, 1466, '1830-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197960, 1466, '1830-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197961, 1466, '1830-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197962, 1466, '1830-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197963, 1466, '1830-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197964, 1466, '1830-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197965, 1466, '1830-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197966, 1466, '1830-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197967, 1466, '1830-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197968, 1466, '1830-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197969, 1466, '1831-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:27', '2023-09-17 17:54:27'),
(197970, 1466, '1831-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(197971, 1466, '1831-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(197972, 1466, '1831-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(197973, 1466, '1831-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(197974, 1466, '1831-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(197975, 1466, '1831-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(197976, 1466, '1831-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(197977, 1466, '1831-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(197978, 1466, '1831-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(197979, 1466, '1831-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(197980, 1466, '1831-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(197981, 1466, '1832-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(197982, 1466, '1832-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(197983, 1466, '1832-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(197984, 1466, '1832-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(197985, 1466, '1832-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(197986, 1466, '1832-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(197987, 1466, '1832-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(197988, 1466, '1832-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(197989, 1466, '1832-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(197990, 1466, '1832-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(197991, 1466, '1832-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(197992, 1466, '1832-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(197993, 1466, '1833-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(197994, 1466, '1833-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(197995, 1466, '1833-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(197996, 1466, '1833-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(197997, 1466, '1833-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(197998, 1466, '1833-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(197999, 1466, '1833-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198000, 1466, '1833-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198001, 1466, '1833-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198002, 1466, '1833-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198003, 1466, '1833-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198004, 1466, '1833-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198005, 1466, '1834-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198006, 1466, '1834-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198007, 1466, '1834-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198008, 1466, '1834-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198009, 1466, '1834-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198010, 1466, '1834-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198011, 1466, '1834-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198012, 1466, '1834-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198013, 1466, '1834-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198014, 1466, '1834-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198015, 1466, '1834-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198016, 1466, '1834-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198017, 1466, '1835-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198018, 1466, '1835-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198019, 1466, '1835-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198020, 1466, '1835-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198021, 1466, '1835-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198022, 1466, '1835-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198023, 1466, '1835-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198024, 1466, '1835-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198025, 1466, '1835-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198026, 1466, '1835-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198027, 1466, '1835-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198028, 1466, '1835-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198029, 1466, '1836-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198030, 1466, '1836-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198031, 1466, '1836-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198032, 1466, '1836-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198033, 1466, '1836-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198034, 1466, '1836-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198035, 1466, '1836-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198036, 1466, '1836-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198037, 1466, '1836-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198038, 1466, '1836-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198039, 1466, '1836-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198040, 1466, '1836-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198041, 1466, '1837-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198042, 1466, '1837-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198043, 1466, '1837-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198044, 1466, '1837-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198045, 1466, '1837-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198046, 1466, '1837-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198047, 1466, '1837-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198048, 1466, '1837-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198049, 1466, '1837-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198050, 1466, '1837-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198051, 1466, '1837-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198052, 1466, '1837-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198053, 1466, '1838-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198054, 1466, '1838-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198055, 1466, '1838-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198056, 1466, '1838-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198057, 1466, '1838-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198058, 1466, '1838-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198059, 1466, '1838-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198060, 1466, '1838-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198061, 1466, '1838-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198062, 1466, '1838-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198063, 1466, '1838-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198064, 1466, '1838-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198065, 1466, '1839-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198066, 1466, '1839-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198067, 1466, '1839-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198068, 1466, '1839-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198069, 1466, '1839-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198070, 1466, '1839-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198071, 1466, '1839-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198072, 1466, '1839-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198073, 1466, '1839-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198074, 1466, '1839-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198075, 1466, '1839-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198076, 1466, '1839-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198077, 1466, '1840-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198078, 1466, '1840-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198079, 1466, '1840-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198080, 1466, '1840-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198081, 1466, '1840-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198082, 1466, '1840-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198083, 1466, '1840-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198084, 1466, '1840-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198085, 1466, '1840-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198086, 1466, '1840-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198087, 1466, '1840-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198088, 1466, '1840-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198089, 1466, '1841-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198090, 1466, '1841-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198091, 1466, '1841-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198092, 1466, '1841-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198093, 1466, '1841-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198094, 1466, '1841-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198095, 1466, '1841-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198096, 1466, '1841-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198097, 1466, '1841-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198098, 1466, '1841-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198099, 1466, '1841-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198100, 1466, '1841-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198101, 1466, '1842-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198102, 1466, '1842-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198103, 1466, '1842-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198104, 1466, '1842-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198105, 1466, '1842-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198106, 1466, '1842-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198107, 1466, '1842-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198108, 1466, '1842-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198109, 1466, '1842-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198110, 1466, '1842-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198111, 1466, '1842-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198112, 1466, '1842-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198113, 1466, '1843-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198114, 1466, '1843-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198115, 1466, '1843-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198116, 1466, '1843-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198117, 1466, '1843-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198118, 1466, '1843-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198119, 1466, '1843-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198120, 1466, '1843-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198121, 1466, '1843-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198122, 1466, '1843-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198123, 1466, '1843-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198124, 1466, '1843-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198125, 1466, '1844-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198126, 1466, '1844-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198127, 1466, '1844-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198128, 1466, '1844-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198129, 1466, '1844-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198130, 1466, '1844-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198131, 1466, '1844-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198132, 1466, '1844-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198133, 1466, '1844-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198134, 1466, '1844-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198135, 1466, '1844-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198136, 1466, '1844-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198137, 1466, '1845-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198138, 1466, '1845-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198139, 1466, '1845-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198140, 1466, '1845-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198141, 1466, '1845-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198142, 1466, '1845-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198143, 1466, '1845-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198144, 1466, '1845-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198145, 1466, '1845-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198146, 1466, '1845-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198147, 1466, '1845-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198148, 1466, '1845-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198149, 1466, '1846-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198150, 1466, '1846-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198151, 1466, '1846-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198152, 1466, '1846-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198153, 1466, '1846-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198154, 1466, '1846-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198155, 1466, '1846-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198156, 1466, '1846-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198157, 1466, '1846-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198158, 1466, '1846-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198159, 1466, '1846-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198160, 1466, '1846-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198161, 1466, '1847-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198162, 1466, '1847-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198163, 1466, '1847-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198164, 1466, '1847-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198165, 1466, '1847-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198166, 1466, '1847-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198167, 1466, '1847-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198168, 1466, '1847-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198169, 1466, '1847-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198170, 1466, '1847-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198171, 1466, '1847-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198172, 1466, '1847-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198173, 1466, '1848-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198174, 1466, '1848-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198175, 1466, '1848-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198176, 1466, '1848-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198177, 1466, '1848-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198178, 1466, '1848-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198179, 1466, '1848-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198180, 1466, '1848-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198181, 1466, '1848-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198182, 1466, '1848-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198183, 1466, '1848-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198184, 1466, '1848-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198185, 1466, '1849-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198186, 1466, '1849-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198187, 1466, '1849-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198188, 1466, '1849-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198189, 1466, '1849-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198190, 1466, '1849-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198191, 1466, '1849-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198192, 1466, '1849-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198193, 1466, '1849-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198194, 1466, '1849-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198195, 1466, '1849-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198196, 1466, '1849-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198197, 1466, '1850-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198198, 1466, '1850-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198199, 1466, '1850-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198200, 1466, '1850-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198201, 1466, '1850-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198202, 1466, '1850-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198203, 1466, '1850-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198204, 1466, '1850-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198205, 1466, '1850-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198206, 1466, '1850-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198207, 1466, '1850-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198208, 1466, '1850-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198209, 1466, '1851-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198210, 1466, '1851-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198211, 1466, '1851-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198212, 1466, '1851-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198213, 1466, '1851-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198214, 1466, '1851-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198215, 1466, '1851-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198216, 1466, '1851-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198217, 1466, '1851-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198218, 1466, '1851-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198219, 1466, '1851-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198220, 1466, '1851-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198221, 1466, '1852-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198222, 1466, '1852-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198223, 1466, '1852-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198224, 1466, '1852-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198225, 1466, '1852-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198226, 1466, '1852-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198227, 1466, '1852-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198228, 1466, '1852-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198229, 1466, '1852-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198230, 1466, '1852-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198231, 1466, '1852-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198232, 1466, '1852-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198233, 1466, '1853-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198234, 1466, '1853-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198235, 1466, '1853-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198236, 1466, '1853-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198237, 1466, '1853-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198238, 1466, '1853-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198239, 1466, '1853-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198240, 1466, '1853-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198241, 1466, '1853-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198242, 1466, '1853-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198243, 1466, '1853-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198244, 1466, '1853-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198245, 1466, '1854-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198246, 1466, '1854-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198247, 1466, '1854-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198248, 1466, '1854-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198249, 1466, '1854-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198250, 1466, '1854-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198251, 1466, '1854-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198252, 1466, '1854-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198253, 1466, '1854-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198254, 1466, '1854-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198255, 1466, '1854-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198256, 1466, '1854-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198257, 1466, '1855-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198258, 1466, '1855-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198259, 1466, '1855-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198260, 1466, '1855-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198261, 1466, '1855-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198262, 1466, '1855-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198263, 1466, '1855-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198264, 1466, '1855-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198265, 1466, '1855-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198266, 1466, '1855-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198267, 1466, '1855-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198268, 1466, '1855-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198269, 1466, '1856-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198270, 1466, '1856-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198271, 1466, '1856-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198272, 1466, '1856-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198273, 1466, '1856-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198274, 1466, '1856-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198275, 1466, '1856-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198276, 1466, '1856-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198277, 1466, '1856-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198278, 1466, '1856-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198279, 1466, '1856-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198280, 1466, '1856-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198281, 1466, '1857-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198282, 1466, '1857-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198283, 1466, '1857-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198284, 1466, '1857-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198285, 1466, '1857-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198286, 1466, '1857-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198287, 1466, '1857-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198288, 1466, '1857-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198289, 1466, '1857-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198290, 1466, '1857-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198291, 1466, '1857-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198292, 1466, '1857-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198293, 1466, '1858-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198294, 1466, '1858-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198295, 1466, '1858-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198296, 1466, '1858-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198297, 1466, '1858-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198298, 1466, '1858-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198299, 1466, '1858-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198300, 1466, '1858-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198301, 1466, '1858-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198302, 1466, '1858-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198303, 1466, '1858-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198304, 1466, '1858-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198305, 1466, '1859-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198306, 1466, '1859-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198307, 1466, '1859-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198308, 1466, '1859-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198309, 1466, '1859-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198310, 1466, '1859-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198311, 1466, '1859-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198312, 1466, '1859-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198313, 1466, '1859-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198314, 1466, '1859-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198315, 1466, '1859-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198316, 1466, '1859-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198317, 1466, '1860-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198318, 1466, '1860-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198319, 1466, '1860-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198320, 1466, '1860-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198321, 1466, '1860-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198322, 1466, '1860-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198323, 1466, '1860-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198324, 1466, '1860-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198325, 1466, '1860-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198326, 1466, '1860-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198327, 1466, '1860-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198328, 1466, '1860-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198329, 1466, '1861-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198330, 1466, '1861-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198331, 1466, '1861-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198332, 1466, '1861-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198333, 1466, '1861-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198334, 1466, '1861-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198335, 1466, '1861-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198336, 1466, '1861-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(198337, 1466, '1861-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198338, 1466, '1861-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198339, 1466, '1861-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198340, 1466, '1861-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198341, 1466, '1862-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198342, 1466, '1862-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198343, 1466, '1862-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198344, 1466, '1862-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198345, 1466, '1862-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198346, 1466, '1862-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198347, 1466, '1862-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198348, 1466, '1862-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198349, 1466, '1862-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198350, 1466, '1862-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198351, 1466, '1862-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198352, 1466, '1862-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198353, 1466, '1863-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198354, 1466, '1863-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198355, 1466, '1863-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198356, 1466, '1863-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198357, 1466, '1863-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198358, 1466, '1863-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198359, 1466, '1863-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198360, 1466, '1863-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198361, 1466, '1863-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198362, 1466, '1863-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198363, 1466, '1863-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198364, 1466, '1863-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198365, 1466, '1864-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198366, 1466, '1864-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198367, 1466, '1864-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198368, 1466, '1864-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198369, 1466, '1864-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198370, 1466, '1864-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198371, 1466, '1864-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198372, 1466, '1864-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198373, 1466, '1864-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198374, 1466, '1864-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198375, 1466, '1864-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198376, 1466, '1864-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198377, 1466, '1865-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:28', '2023-09-17 17:54:28'),
(198378, 1466, '1865-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:29', '2023-09-17 17:54:29'),
(198379, 1466, '1865-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:29', '2023-09-17 17:54:29'),
(198380, 1466, '1865-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:29', '2023-09-17 17:54:29'),
(198381, 1466, '1865-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:29', '2023-09-17 17:54:29'),
(198382, 1466, '1865-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:29', '2023-09-17 17:54:29'),
(198383, 1466, '1865-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:29', '2023-09-17 17:54:29'),
(198384, 1466, '1865-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:29', '2023-09-17 17:54:29'),
(198385, 1466, '1865-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:29', '2023-09-17 17:54:29'),
(198386, 1466, '1865-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:29', '2023-09-17 17:54:29'),
(198387, 1466, '1865-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:29', '2023-09-17 17:54:29'),
(198388, 1466, '1865-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:29', '2023-09-17 17:54:29'),
(198389, 1466, '1866-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:29', '2023-09-17 17:54:29'),
(198390, 1466, '1866-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:29', '2023-09-17 17:54:29'),
(198391, 1466, '1866-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:29', '2023-09-17 17:54:29'),
(198392, 1466, '1866-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:29', '2023-09-17 17:54:29'),
(198393, 1466, '1866-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:29', '2023-09-17 17:54:29'),
(198394, 1466, '1866-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:29', '2023-09-17 17:54:29'),
(198395, 1466, '1866-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:29', '2023-09-17 17:54:29'),
(198396, 1466, '1866-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:29', '2023-09-17 17:54:29'),
(198397, 1466, '1866-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:29', '2023-09-17 17:54:29'),
(198398, 1466, '1866-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:29', '2023-09-17 17:54:29'),
(198399, 1466, '1866-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:29', '2023-09-17 17:54:29'),
(198400, 1466, '1866-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:29', '2023-09-17 17:54:29'),
(198401, 1466, '1867-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:29', '2023-09-17 17:54:29'),
(198402, 1466, '1867-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:29', '2023-09-17 17:54:29'),
(198403, 1466, '1867-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:29', '2023-09-17 17:54:29'),
(198404, 1466, '1867-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:29', '2023-09-17 17:54:29'),
(198405, 1466, '1867-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:29', '2023-09-17 17:54:29'),
(198406, 1466, '1867-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:29', '2023-09-17 17:54:29'),
(198407, 1466, '1867-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:29', '2023-09-17 17:54:29'),
(198408, 1466, '1867-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:29', '2023-09-17 17:54:29'),
(198409, 1466, '1867-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:29', '2023-09-17 17:54:29'),
(198410, 1466, '1867-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:29', '2023-09-17 17:54:29'),
(198411, 1466, '1867-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:29', '2023-09-17 17:54:29'),
(198412, 1466, '1867-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:29', '2023-09-17 17:54:29'),
(198413, 1466, '1868-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:29', '2023-09-17 17:54:29'),
(198414, 1466, '1868-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:29', '2023-09-17 17:54:29'),
(198415, 1466, '1868-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:29', '2023-09-17 17:54:29'),
(198416, 1466, '1868-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:29', '2023-09-17 17:54:29'),
(198417, 1466, '1868-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:29', '2023-09-17 17:54:29'),
(198418, 1466, '1868-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:29', '2023-09-17 17:54:29'),
(198419, 1466, '1868-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:29', '2023-09-17 17:54:29'),
(198420, 1466, '1868-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:29', '2023-09-17 17:54:29'),
(198421, 1466, '1868-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:29', '2023-09-17 17:54:29'),
(198422, 1466, '1868-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:29', '2023-09-17 17:54:29'),
(198423, 1466, '1868-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:29', '2023-09-17 17:54:29'),
(198424, 1466, '1868-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:29', '2023-09-17 17:54:29'),
(198425, 1466, '1869-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:29', '2023-09-17 17:54:29'),
(198426, 1466, '1869-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:29', '2023-09-17 17:54:29'),
(198427, 1466, '1869-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:29', '2023-09-17 17:54:29'),
(198428, 1466, '1869-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:29', '2023-09-17 17:54:29'),
(198429, 1466, '1869-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:29', '2023-09-17 17:54:29'),
(198430, 1466, '1869-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:29', '2023-09-17 17:54:29'),
(198431, 1466, '1869-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:29', '2023-09-17 17:54:29'),
(198432, 1466, '1869-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:29', '2023-09-17 17:54:29'),
(198433, 1466, '1869-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:29', '2023-09-17 17:54:29'),
(198434, 1466, '1869-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:29', '2023-09-17 17:54:29'),
(198435, 1466, '1869-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:29', '2023-09-17 17:54:29'),
(198436, 1466, '1869-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:29', '2023-09-17 17:54:29'),
(198437, 1466, '1870-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:29', '2023-09-17 17:54:29'),
(198438, 1466, '1870-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:29', '2023-09-17 17:54:29'),
(198439, 1466, '1870-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:29', '2023-09-17 17:54:29'),
(198440, 1466, '1870-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:29', '2023-09-17 17:54:29'),
(198441, 1466, '1870-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:29', '2023-09-17 17:54:29'),
(198442, 1466, '1870-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:29', '2023-09-17 17:54:29'),
(198443, 1466, '1870-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:29', '2023-09-17 17:54:29'),
(198444, 1466, '1870-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:29', '2023-09-17 17:54:29'),
(198445, 1466, '1870-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:29', '2023-09-17 17:54:29'),
(198446, 1466, '1870-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:29', '2023-09-17 17:54:29'),
(198447, 1466, '1870-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:29', '2023-09-17 17:54:29'),
(198448, 1466, '1870-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:29', '2023-09-17 17:54:29'),
(198449, 1466, '1871-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:29', '2023-09-17 17:54:29'),
(198450, 1466, '1871-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:29', '2023-09-17 17:54:29'),
(198451, 1466, '1871-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:29', '2023-09-17 17:54:29'),
(198452, 1466, '1871-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:29', '2023-09-17 17:54:29'),
(198453, 1466, '1871-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:29', '2023-09-17 17:54:29'),
(198454, 1466, '1871-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:29', '2023-09-17 17:54:29'),
(198455, 1466, '1871-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:29', '2023-09-17 17:54:29'),
(198456, 1466, '1871-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:29', '2023-09-17 17:54:29'),
(198457, 1466, '1871-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:29', '2023-09-17 17:54:29'),
(198458, 1466, '1871-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:29', '2023-09-17 17:54:29'),
(198459, 1466, '1871-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:29', '2023-09-17 17:54:29'),
(198460, 1466, '1871-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:29', '2023-09-17 17:54:29'),
(198461, 1466, '1872-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:29', '2023-09-17 17:54:29'),
(198462, 1466, '1872-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:29', '2023-09-17 17:54:29'),
(198463, 1466, '1872-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:29', '2023-09-17 17:54:29'),
(198464, 1466, '1872-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:29', '2023-09-17 17:54:29'),
(198465, 1466, '1872-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:29', '2023-09-17 17:54:29'),
(198466, 1466, '1872-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:29', '2023-09-17 17:54:29'),
(198467, 1466, '1872-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:29', '2023-09-17 17:54:29'),
(198468, 1466, '1872-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:29', '2023-09-17 17:54:29'),
(198469, 1466, '1872-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:29', '2023-09-17 17:54:29'),
(198470, 1466, '1872-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:29', '2023-09-17 17:54:29'),
(198471, 1466, '1872-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:29', '2023-09-17 17:54:29'),
(198472, 1466, '1872-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:29', '2023-09-17 17:54:29'),
(198473, 1466, '1873-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:29', '2023-09-17 17:54:29'),
(198474, 1466, '1873-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:29', '2023-09-17 17:54:29'),
(198475, 1466, '1873-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:29', '2023-09-17 17:54:29'),
(198476, 1466, '1873-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:29', '2023-09-17 17:54:29'),
(198477, 1466, '1873-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:29', '2023-09-17 17:54:29'),
(198478, 1466, '1873-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:29', '2023-09-17 17:54:29'),
(198479, 1466, '1873-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:29', '2023-09-17 17:54:29'),
(198480, 1466, '1873-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:29', '2023-09-17 17:54:29'),
(198481, 1466, '1873-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:29', '2023-09-17 17:54:29'),
(198482, 1466, '1873-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:29', '2023-09-17 17:54:29'),
(198483, 1466, '1873-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:29', '2023-09-17 17:54:29'),
(198484, 1466, '1873-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:29', '2023-09-17 17:54:29'),
(198485, 1466, '1874-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:29', '2023-09-17 17:54:29'),
(198486, 1466, '1874-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:29', '2023-09-17 17:54:29'),
(198487, 1466, '1874-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:29', '2023-09-17 17:54:29'),
(198488, 1466, '1874-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:29', '2023-09-17 17:54:29'),
(198489, 1466, '1874-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:30', '2023-09-17 17:54:30'),
(198490, 1466, '1874-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:30', '2023-09-17 17:54:30'),
(198491, 1466, '1874-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:30', '2023-09-17 17:54:30'),
(198492, 1466, '1874-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:30', '2023-09-17 17:54:30'),
(198493, 1466, '1874-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:30', '2023-09-17 17:54:30'),
(198494, 1466, '1874-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:30', '2023-09-17 17:54:30'),
(198495, 1466, '1874-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:30', '2023-09-17 17:54:30'),
(198496, 1466, '1874-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:30', '2023-09-17 17:54:30'),
(198497, 1466, '1875-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:30', '2023-09-17 17:54:30'),
(198498, 1466, '1875-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:30', '2023-09-17 17:54:30'),
(198499, 1466, '1875-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:30', '2023-09-17 17:54:30'),
(198500, 1466, '1875-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:30', '2023-09-17 17:54:30'),
(198501, 1466, '1875-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:30', '2023-09-17 17:54:30'),
(198502, 1466, '1875-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:30', '2023-09-17 17:54:30'),
(198503, 1466, '1875-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:31', '2023-09-17 17:54:31'),
(198504, 1466, '1875-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:31', '2023-09-17 17:54:31'),
(198505, 1466, '1875-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:31', '2023-09-17 17:54:31'),
(198506, 1466, '1875-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:31', '2023-09-17 17:54:31'),
(198507, 1466, '1875-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:31', '2023-09-17 17:54:31'),
(198508, 1466, '1875-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:31', '2023-09-17 17:54:31'),
(198509, 1466, '1876-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:31', '2023-09-17 17:54:31'),
(198510, 1466, '1876-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:31', '2023-09-17 17:54:31'),
(198511, 1466, '1876-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:31', '2023-09-17 17:54:31'),
(198512, 1466, '1876-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:31', '2023-09-17 17:54:31'),
(198513, 1466, '1876-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:31', '2023-09-17 17:54:31'),
(198514, 1466, '1876-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:31', '2023-09-17 17:54:31'),
(198515, 1466, '1876-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:31', '2023-09-17 17:54:31'),
(198516, 1466, '1876-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:31', '2023-09-17 17:54:31'),
(198517, 1466, '1876-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:31', '2023-09-17 17:54:31'),
(198518, 1466, '1876-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:31', '2023-09-17 17:54:31'),
(198519, 1466, '1876-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:31', '2023-09-17 17:54:31'),
(198520, 1466, '1876-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:31', '2023-09-17 17:54:31'),
(198521, 1466, '1877-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:31', '2023-09-17 17:54:31'),
(198522, 1466, '1877-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:31', '2023-09-17 17:54:31'),
(198523, 1466, '1877-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:31', '2023-09-17 17:54:31'),
(198524, 1466, '1877-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:31', '2023-09-17 17:54:31'),
(198525, 1466, '1877-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:31', '2023-09-17 17:54:31'),
(198526, 1466, '1877-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:31', '2023-09-17 17:54:31'),
(198527, 1466, '1877-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:31', '2023-09-17 17:54:31'),
(198528, 1466, '1877-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:31', '2023-09-17 17:54:31'),
(198529, 1466, '1877-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:31', '2023-09-17 17:54:31'),
(198530, 1466, '1877-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:31', '2023-09-17 17:54:31'),
(198531, 1466, '1877-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:31', '2023-09-17 17:54:31'),
(198532, 1466, '1877-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:31', '2023-09-17 17:54:31'),
(198533, 1466, '1878-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:31', '2023-09-17 17:54:31'),
(198534, 1466, '1878-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:31', '2023-09-17 17:54:31'),
(198535, 1466, '1878-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:31', '2023-09-17 17:54:31'),
(198536, 1466, '1878-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:31', '2023-09-17 17:54:31'),
(198537, 1466, '1878-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:31', '2023-09-17 17:54:31'),
(198538, 1466, '1878-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:31', '2023-09-17 17:54:31'),
(198539, 1466, '1878-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:31', '2023-09-17 17:54:31'),
(198540, 1466, '1878-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:31', '2023-09-17 17:54:31'),
(198541, 1466, '1878-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:31', '2023-09-17 17:54:31'),
(198542, 1466, '1878-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:31', '2023-09-17 17:54:31'),
(198543, 1466, '1878-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:31', '2023-09-17 17:54:31'),
(198544, 1466, '1878-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:31', '2023-09-17 17:54:31'),
(198545, 1466, '1879-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:31', '2023-09-17 17:54:31'),
(198546, 1466, '1879-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:31', '2023-09-17 17:54:31'),
(198547, 1466, '1879-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:31', '2023-09-17 17:54:31'),
(198548, 1466, '1879-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:31', '2023-09-17 17:54:31'),
(198549, 1466, '1879-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:31', '2023-09-17 17:54:31'),
(198550, 1466, '1879-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:31', '2023-09-17 17:54:31'),
(198551, 1466, '1879-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:31', '2023-09-17 17:54:31'),
(198552, 1466, '1879-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:31', '2023-09-17 17:54:31'),
(198553, 1466, '1879-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:31', '2023-09-17 17:54:31'),
(198554, 1466, '1879-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:31', '2023-09-17 17:54:31'),
(198555, 1466, '1879-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:31', '2023-09-17 17:54:31'),
(198556, 1466, '1879-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:31', '2023-09-17 17:54:31'),
(198557, 1466, '1880-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:31', '2023-09-17 17:54:31'),
(198558, 1466, '1880-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:31', '2023-09-17 17:54:31'),
(198559, 1466, '1880-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:31', '2023-09-17 17:54:31'),
(198560, 1466, '1880-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:31', '2023-09-17 17:54:31'),
(198561, 1466, '1880-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:31', '2023-09-17 17:54:31'),
(198562, 1466, '1880-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:31', '2023-09-17 17:54:31'),
(198563, 1466, '1880-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:31', '2023-09-17 17:54:31'),
(198564, 1466, '1880-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:31', '2023-09-17 17:54:31'),
(198565, 1466, '1880-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:31', '2023-09-17 17:54:31'),
(198566, 1466, '1880-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:31', '2023-09-17 17:54:31'),
(198567, 1466, '1880-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:31', '2023-09-17 17:54:31'),
(198568, 1466, '1880-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:31', '2023-09-17 17:54:31'),
(198569, 1466, '1881-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:31', '2023-09-17 17:54:31'),
(198570, 1466, '1881-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:31', '2023-09-17 17:54:31'),
(198571, 1466, '1881-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:31', '2023-09-17 17:54:31'),
(198572, 1466, '1881-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:31', '2023-09-17 17:54:31'),
(198573, 1466, '1881-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:31', '2023-09-17 17:54:31'),
(198574, 1466, '1881-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:31', '2023-09-17 17:54:31'),
(198575, 1466, '1881-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:31', '2023-09-17 17:54:31'),
(198576, 1466, '1881-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:31', '2023-09-17 17:54:31'),
(198577, 1466, '1881-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:31', '2023-09-17 17:54:31'),
(198578, 1466, '1881-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:31', '2023-09-17 17:54:31'),
(198579, 1466, '1881-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:31', '2023-09-17 17:54:31'),
(198580, 1466, '1881-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:31', '2023-09-17 17:54:31'),
(198581, 1466, '1882-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:31', '2023-09-17 17:54:31'),
(198582, 1466, '1882-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:31', '2023-09-17 17:54:31'),
(198583, 1466, '1882-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:31', '2023-09-17 17:54:31'),
(198584, 1466, '1882-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:31', '2023-09-17 17:54:31'),
(198585, 1466, '1882-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:31', '2023-09-17 17:54:31'),
(198586, 1466, '1882-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:31', '2023-09-17 17:54:31'),
(198587, 1466, '1882-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:31', '2023-09-17 17:54:31'),
(198588, 1466, '1882-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:31', '2023-09-17 17:54:31'),
(198589, 1466, '1882-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:31', '2023-09-17 17:54:31'),
(198590, 1466, '1882-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:31', '2023-09-17 17:54:31'),
(198591, 1466, '1882-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:31', '2023-09-17 17:54:31'),
(198592, 1466, '1882-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:31', '2023-09-17 17:54:31'),
(198593, 1466, '1883-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:31', '2023-09-17 17:54:31'),
(198594, 1466, '1883-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:31', '2023-09-17 17:54:31'),
(198595, 1466, '1883-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:31', '2023-09-17 17:54:31'),
(198596, 1466, '1883-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:31', '2023-09-17 17:54:31'),
(198597, 1466, '1883-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:31', '2023-09-17 17:54:31'),
(198598, 1466, '1883-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:31', '2023-09-17 17:54:31'),
(198599, 1466, '1883-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:31', '2023-09-17 17:54:31'),
(198600, 1466, '1883-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:31', '2023-09-17 17:54:31'),
(198601, 1466, '1883-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:31', '2023-09-17 17:54:31'),
(198602, 1466, '1883-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:31', '2023-09-17 17:54:31'),
(198603, 1466, '1883-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:31', '2023-09-17 17:54:31'),
(198604, 1466, '1883-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:31', '2023-09-17 17:54:31'),
(198605, 1466, '1884-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:31', '2023-09-17 17:54:31'),
(198606, 1466, '1884-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:31', '2023-09-17 17:54:31'),
(198607, 1466, '1884-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:31', '2023-09-17 17:54:31'),
(198608, 1466, '1884-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:31', '2023-09-17 17:54:31'),
(198609, 1466, '1884-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:31', '2023-09-17 17:54:31'),
(198610, 1466, '1884-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:31', '2023-09-17 17:54:31'),
(198611, 1466, '1884-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:31', '2023-09-17 17:54:31'),
(198612, 1466, '1884-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:31', '2023-09-17 17:54:31'),
(198613, 1466, '1884-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:32', '2023-09-17 17:54:32'),
(198614, 1466, '1884-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:32', '2023-09-17 17:54:32'),
(198615, 1466, '1884-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:32', '2023-09-17 17:54:32'),
(198616, 1466, '1884-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:32', '2023-09-17 17:54:32'),
(198617, 1466, '1885-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:32', '2023-09-17 17:54:32'),
(198618, 1466, '1885-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:32', '2023-09-17 17:54:32'),
(198619, 1466, '1885-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:32', '2023-09-17 17:54:32'),
(198620, 1466, '1885-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:32', '2023-09-17 17:54:32'),
(198621, 1466, '1885-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:32', '2023-09-17 17:54:32'),
(198622, 1466, '1885-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:33', '2023-09-17 17:54:33'),
(198623, 1466, '1885-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:33', '2023-09-17 17:54:33'),
(198624, 1466, '1885-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:33', '2023-09-17 17:54:33'),
(198625, 1466, '1885-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:33', '2023-09-17 17:54:33'),
(198626, 1466, '1885-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:33', '2023-09-17 17:54:33'),
(198627, 1466, '1885-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:33', '2023-09-17 17:54:33'),
(198628, 1466, '1885-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:33', '2023-09-17 17:54:33'),
(198629, 1466, '1886-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:33', '2023-09-17 17:54:33'),
(198630, 1466, '1886-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:33', '2023-09-17 17:54:33'),
(198631, 1466, '1886-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:33', '2023-09-17 17:54:33'),
(198632, 1466, '1886-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:33', '2023-09-17 17:54:33'),
(198633, 1466, '1886-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:33', '2023-09-17 17:54:33'),
(198634, 1466, '1886-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:33', '2023-09-17 17:54:33'),
(198635, 1466, '1886-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:33', '2023-09-17 17:54:33'),
(198636, 1466, '1886-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:33', '2023-09-17 17:54:33'),
(198637, 1466, '1886-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:33', '2023-09-17 17:54:33'),
(198638, 1466, '1886-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:33', '2023-09-17 17:54:33'),
(198639, 1466, '1886-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:33', '2023-09-17 17:54:33'),
(198640, 1466, '1886-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:33', '2023-09-17 17:54:33'),
(198641, 1466, '1887-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:33', '2023-09-17 17:54:33'),
(198642, 1466, '1887-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:33', '2023-09-17 17:54:33'),
(198643, 1466, '1887-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:33', '2023-09-17 17:54:33'),
(198644, 1466, '1887-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:33', '2023-09-17 17:54:33'),
(198645, 1466, '1887-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:33', '2023-09-17 17:54:33'),
(198646, 1466, '1887-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:33', '2023-09-17 17:54:33'),
(198647, 1466, '1887-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:33', '2023-09-17 17:54:33'),
(198648, 1466, '1887-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:33', '2023-09-17 17:54:33'),
(198649, 1466, '1887-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:33', '2023-09-17 17:54:33'),
(198650, 1466, '1887-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:33', '2023-09-17 17:54:33'),
(198651, 1466, '1887-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:33', '2023-09-17 17:54:33'),
(198652, 1466, '1887-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:33', '2023-09-17 17:54:33'),
(198653, 1466, '1888-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:33', '2023-09-17 17:54:33'),
(198654, 1466, '1888-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:33', '2023-09-17 17:54:33'),
(198655, 1466, '1888-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:33', '2023-09-17 17:54:33'),
(198656, 1466, '1888-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:33', '2023-09-17 17:54:33'),
(198657, 1466, '1888-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:33', '2023-09-17 17:54:33'),
(198658, 1466, '1888-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:33', '2023-09-17 17:54:33'),
(198659, 1466, '1888-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:33', '2023-09-17 17:54:33'),
(198660, 1466, '1888-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:33', '2023-09-17 17:54:33'),
(198661, 1466, '1888-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:33', '2023-09-17 17:54:33'),
(198662, 1466, '1888-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:33', '2023-09-17 17:54:33'),
(198663, 1466, '1888-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:33', '2023-09-17 17:54:33'),
(198664, 1466, '1888-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:33', '2023-09-17 17:54:33'),
(198665, 1466, '1889-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:33', '2023-09-17 17:54:33'),
(198666, 1466, '1889-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:33', '2023-09-17 17:54:33'),
(198667, 1466, '1889-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:33', '2023-09-17 17:54:33'),
(198668, 1466, '1889-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:33', '2023-09-17 17:54:33'),
(198669, 1466, '1889-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:33', '2023-09-17 17:54:33'),
(198670, 1466, '1889-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:33', '2023-09-17 17:54:33'),
(198671, 1466, '1889-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:33', '2023-09-17 17:54:33'),
(198672, 1466, '1889-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:33', '2023-09-17 17:54:33'),
(198673, 1466, '1889-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:33', '2023-09-17 17:54:33'),
(198674, 1466, '1889-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:33', '2023-09-17 17:54:33'),
(198675, 1466, '1889-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:33', '2023-09-17 17:54:33'),
(198676, 1466, '1889-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:33', '2023-09-17 17:54:33'),
(198677, 1466, '1890-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:33', '2023-09-17 17:54:33'),
(198678, 1466, '1890-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:33', '2023-09-17 17:54:33'),
(198679, 1466, '1890-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:33', '2023-09-17 17:54:33'),
(198680, 1466, '1890-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:33', '2023-09-17 17:54:33'),
(198681, 1466, '1890-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:33', '2023-09-17 17:54:33'),
(198682, 1466, '1890-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:33', '2023-09-17 17:54:33'),
(198683, 1466, '1890-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:33', '2023-09-17 17:54:33'),
(198684, 1466, '1890-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:33', '2023-09-17 17:54:33'),
(198685, 1466, '1890-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:33', '2023-09-17 17:54:33'),
(198686, 1466, '1890-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:33', '2023-09-17 17:54:33'),
(198687, 1466, '1890-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:33', '2023-09-17 17:54:33'),
(198688, 1466, '1890-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:33', '2023-09-17 17:54:33'),
(198689, 1466, '1891-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:33', '2023-09-17 17:54:33'),
(198690, 1466, '1891-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:33', '2023-09-17 17:54:33'),
(198691, 1466, '1891-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:33', '2023-09-17 17:54:33'),
(198692, 1466, '1891-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:33', '2023-09-17 17:54:33'),
(198693, 1466, '1891-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:33', '2023-09-17 17:54:33'),
(198694, 1466, '1891-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:33', '2023-09-17 17:54:33'),
(198695, 1466, '1891-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:33', '2023-09-17 17:54:33'),
(198696, 1466, '1891-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:33', '2023-09-17 17:54:33'),
(198697, 1466, '1891-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:33', '2023-09-17 17:54:33'),
(198698, 1466, '1891-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:33', '2023-09-17 17:54:33'),
(198699, 1466, '1891-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:33', '2023-09-17 17:54:33'),
(198700, 1466, '1891-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:33', '2023-09-17 17:54:33'),
(198701, 1466, '1892-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:33', '2023-09-17 17:54:33'),
(198702, 1466, '1892-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:33', '2023-09-17 17:54:33'),
(198703, 1466, '1892-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:33', '2023-09-17 17:54:33'),
(198704, 1466, '1892-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:33', '2023-09-17 17:54:33'),
(198705, 1466, '1892-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:33', '2023-09-17 17:54:33'),
(198706, 1466, '1892-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:33', '2023-09-17 17:54:33'),
(198707, 1466, '1892-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:33', '2023-09-17 17:54:33'),
(198708, 1466, '1892-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:33', '2023-09-17 17:54:33'),
(198709, 1466, '1892-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:33', '2023-09-17 17:54:33'),
(198710, 1466, '1892-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:33', '2023-09-17 17:54:33'),
(198711, 1466, '1892-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:33', '2023-09-17 17:54:33'),
(198712, 1466, '1892-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:33', '2023-09-17 17:54:33'),
(198713, 1466, '1893-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:33', '2023-09-17 17:54:33'),
(198714, 1466, '1893-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:33', '2023-09-17 17:54:33'),
(198715, 1466, '1893-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:33', '2023-09-17 17:54:33'),
(198716, 1466, '1893-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:33', '2023-09-17 17:54:33'),
(198717, 1466, '1893-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:33', '2023-09-17 17:54:33'),
(198718, 1466, '1893-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:33', '2023-09-17 17:54:33'),
(198719, 1466, '1893-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:33', '2023-09-17 17:54:33'),
(198720, 1466, '1893-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:33', '2023-09-17 17:54:33'),
(198721, 1466, '1893-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:33', '2023-09-17 17:54:33'),
(198722, 1466, '1893-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:33', '2023-09-17 17:54:33'),
(198723, 1466, '1893-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:33', '2023-09-17 17:54:33'),
(198724, 1466, '1893-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:33', '2023-09-17 17:54:33'),
(198725, 1466, '1894-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:33', '2023-09-17 17:54:33'),
(198726, 1466, '1894-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:33', '2023-09-17 17:54:33'),
(198727, 1466, '1894-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:33', '2023-09-17 17:54:33'),
(198728, 1466, '1894-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:33', '2023-09-17 17:54:33'),
(198729, 1466, '1894-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:33', '2023-09-17 17:54:33'),
(198730, 1466, '1894-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:33', '2023-09-17 17:54:33'),
(198731, 1466, '1894-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:33', '2023-09-17 17:54:33'),
(198732, 1466, '1894-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:33', '2023-09-17 17:54:33'),
(198733, 1466, '1894-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:33', '2023-09-17 17:54:33'),
(198734, 1466, '1894-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:33', '2023-09-17 17:54:33'),
(198735, 1466, '1894-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:33', '2023-09-17 17:54:33'),
(198736, 1466, '1894-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:33', '2023-09-17 17:54:33'),
(198737, 1466, '1895-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:33', '2023-09-17 17:54:33'),
(198738, 1466, '1895-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:33', '2023-09-17 17:54:33'),
(198739, 1466, '1895-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:33', '2023-09-17 17:54:33'),
(198740, 1466, '1895-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:33', '2023-09-17 17:54:33'),
(198741, 1466, '1895-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:33', '2023-09-17 17:54:33'),
(198742, 1466, '1895-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:33', '2023-09-17 17:54:33'),
(198743, 1466, '1895-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:33', '2023-09-17 17:54:33'),
(198744, 1466, '1895-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:33', '2023-09-17 17:54:33'),
(198745, 1466, '1895-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:33', '2023-09-17 17:54:33'),
(198746, 1466, '1895-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:33', '2023-09-17 17:54:33'),
(198747, 1466, '1895-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:33', '2023-09-17 17:54:33'),
(198748, 1466, '1895-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:33', '2023-09-17 17:54:33'),
(198749, 1466, '1896-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:33', '2023-09-17 17:54:33'),
(198750, 1466, '1896-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:33', '2023-09-17 17:54:33'),
(198751, 1466, '1896-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:33', '2023-09-17 17:54:33'),
(198752, 1466, '1896-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:33', '2023-09-17 17:54:33'),
(198753, 1466, '1896-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:33', '2023-09-17 17:54:33'),
(198754, 1466, '1896-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:33', '2023-09-17 17:54:33'),
(198755, 1466, '1896-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:33', '2023-09-17 17:54:33'),
(198756, 1466, '1896-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:33', '2023-09-17 17:54:33'),
(198757, 1466, '1896-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:33', '2023-09-17 17:54:33'),
(198758, 1466, '1896-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:33', '2023-09-17 17:54:33'),
(198759, 1466, '1896-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:33', '2023-09-17 17:54:33'),
(198760, 1466, '1896-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:33', '2023-09-17 17:54:33'),
(198761, 1466, '1897-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:33', '2023-09-17 17:54:33'),
(198762, 1466, '1897-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:33', '2023-09-17 17:54:33'),
(198763, 1466, '1897-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:33', '2023-09-17 17:54:33'),
(198764, 1466, '1897-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:33', '2023-09-17 17:54:33'),
(198765, 1466, '1897-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:33', '2023-09-17 17:54:33'),
(198766, 1466, '1897-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:34', '2023-09-17 17:54:34'),
(198767, 1466, '1897-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:34', '2023-09-17 17:54:34'),
(198768, 1466, '1897-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:34', '2023-09-17 17:54:34'),
(198769, 1466, '1897-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:34', '2023-09-17 17:54:34'),
(198770, 1466, '1897-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:34', '2023-09-17 17:54:34'),
(198771, 1466, '1897-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:34', '2023-09-17 17:54:34'),
(198772, 1466, '1897-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:34', '2023-09-17 17:54:34'),
(198773, 1466, '1898-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:34', '2023-09-17 17:54:34'),
(198774, 1466, '1898-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:34', '2023-09-17 17:54:34'),
(198775, 1466, '1898-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:34', '2023-09-17 17:54:34'),
(198776, 1466, '1898-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:34', '2023-09-17 17:54:34'),
(198777, 1466, '1898-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:34', '2023-09-17 17:54:34'),
(198778, 1466, '1898-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:34', '2023-09-17 17:54:34'),
(198779, 1466, '1898-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:34', '2023-09-17 17:54:34'),
(198780, 1466, '1898-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:34', '2023-09-17 17:54:34'),
(198781, 1466, '1898-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:34', '2023-09-17 17:54:34'),
(198782, 1466, '1898-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:34', '2023-09-17 17:54:34'),
(198783, 1466, '1898-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:34', '2023-09-17 17:54:34'),
(198784, 1466, '1898-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:34', '2023-09-17 17:54:34'),
(198785, 1466, '1899-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:34', '2023-09-17 17:54:34'),
(198786, 1466, '1899-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:34', '2023-09-17 17:54:34'),
(198787, 1466, '1899-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:34', '2023-09-17 17:54:34'),
(198788, 1466, '1899-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:34', '2023-09-17 17:54:34'),
(198789, 1466, '1899-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:34', '2023-09-17 17:54:34'),
(198790, 1466, '1899-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:34', '2023-09-17 17:54:34'),
(198791, 1466, '1899-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:34', '2023-09-17 17:54:34'),
(198792, 1466, '1899-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:34', '2023-09-17 17:54:34'),
(198793, 1466, '1899-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:34', '2023-09-17 17:54:34'),
(198794, 1466, '1899-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:34', '2023-09-17 17:54:34'),
(198795, 1466, '1899-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:34', '2023-09-17 17:54:34'),
(198796, 1466, '1899-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:34', '2023-09-17 17:54:34'),
(198797, 1466, '1900-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:34', '2023-09-17 17:54:34'),
(198798, 1466, '1900-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:34', '2023-09-17 17:54:34'),
(198799, 1466, '1900-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:34', '2023-09-17 17:54:34'),
(198800, 1466, '1900-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:34', '2023-09-17 17:54:34'),
(198801, 1466, '1900-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:34', '2023-09-17 17:54:34');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(198802, 1466, '1900-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:34', '2023-09-17 17:54:34'),
(198803, 1466, '1900-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:34', '2023-09-17 17:54:34'),
(198804, 1466, '1900-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:34', '2023-09-17 17:54:34'),
(198805, 1466, '1900-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:34', '2023-09-17 17:54:34'),
(198806, 1466, '1900-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:34', '2023-09-17 17:54:34'),
(198807, 1466, '1900-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:34', '2023-09-17 17:54:34'),
(198808, 1466, '1900-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:34', '2023-09-17 17:54:34'),
(198809, 1466, '1901-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:34', '2023-09-17 17:54:34'),
(198810, 1466, '1901-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:34', '2023-09-17 17:54:34'),
(198811, 1466, '1901-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:34', '2023-09-17 17:54:34'),
(198812, 1466, '1901-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:34', '2023-09-17 17:54:34'),
(198813, 1466, '1901-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:34', '2023-09-17 17:54:34'),
(198814, 1466, '1901-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:34', '2023-09-17 17:54:34'),
(198815, 1466, '1901-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:34', '2023-09-17 17:54:34'),
(198816, 1466, '1901-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:34', '2023-09-17 17:54:34'),
(198817, 1466, '1901-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:34', '2023-09-17 17:54:34'),
(198818, 1466, '1901-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:34', '2023-09-17 17:54:34'),
(198819, 1466, '1901-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:34', '2023-09-17 17:54:34'),
(198820, 1466, '1901-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:34', '2023-09-17 17:54:34'),
(198821, 1466, '1902-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:34', '2023-09-17 17:54:34'),
(198822, 1466, '1902-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:34', '2023-09-17 17:54:34'),
(198823, 1466, '1902-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:34', '2023-09-17 17:54:34'),
(198824, 1466, '1902-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:34', '2023-09-17 17:54:34'),
(198825, 1466, '1902-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:34', '2023-09-17 17:54:34'),
(198826, 1466, '1902-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:34', '2023-09-17 17:54:34'),
(198827, 1466, '1902-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:34', '2023-09-17 17:54:34'),
(198828, 1466, '1902-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:34', '2023-09-17 17:54:34'),
(198829, 1466, '1902-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:34', '2023-09-17 17:54:34'),
(198830, 1466, '1902-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:34', '2023-09-17 17:54:34'),
(198831, 1466, '1902-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:34', '2023-09-17 17:54:34'),
(198832, 1466, '1902-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:34', '2023-09-17 17:54:34'),
(198833, 1466, '1903-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:34', '2023-09-17 17:54:34'),
(198834, 1466, '1903-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:34', '2023-09-17 17:54:34'),
(198835, 1466, '1903-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:34', '2023-09-17 17:54:34'),
(198836, 1466, '1903-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:34', '2023-09-17 17:54:34'),
(198837, 1466, '1903-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:34', '2023-09-17 17:54:34'),
(198838, 1466, '1903-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:34', '2023-09-17 17:54:34'),
(198839, 1466, '1903-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:34', '2023-09-17 17:54:34'),
(198840, 1466, '1903-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:34', '2023-09-17 17:54:34'),
(198841, 1466, '1903-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:34', '2023-09-17 17:54:34'),
(198842, 1466, '1903-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:34', '2023-09-17 17:54:34'),
(198843, 1466, '1903-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:34', '2023-09-17 17:54:34'),
(198844, 1466, '1903-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:34', '2023-09-17 17:54:34'),
(198845, 1466, '1904-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:34', '2023-09-17 17:54:34'),
(198846, 1466, '1904-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:34', '2023-09-17 17:54:34'),
(198847, 1466, '1904-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:34', '2023-09-17 17:54:34'),
(198848, 1466, '1904-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:34', '2023-09-17 17:54:34'),
(198849, 1466, '1904-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:34', '2023-09-17 17:54:34'),
(198850, 1466, '1904-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:34', '2023-09-17 17:54:34'),
(198851, 1466, '1904-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:34', '2023-09-17 17:54:34'),
(198852, 1466, '1904-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:34', '2023-09-17 17:54:34'),
(198853, 1466, '1904-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:34', '2023-09-17 17:54:34'),
(198854, 1466, '1904-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:34', '2023-09-17 17:54:34'),
(198855, 1466, '1904-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:34', '2023-09-17 17:54:34'),
(198856, 1466, '1904-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:34', '2023-09-17 17:54:34'),
(198857, 1466, '1905-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:34', '2023-09-17 17:54:34'),
(198858, 1466, '1905-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:34', '2023-09-17 17:54:34'),
(198859, 1466, '1905-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:34', '2023-09-17 17:54:34'),
(198860, 1466, '1905-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:34', '2023-09-17 17:54:34'),
(198861, 1466, '1905-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:34', '2023-09-17 17:54:34'),
(198862, 1466, '1905-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(198863, 1466, '1905-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(198864, 1466, '1905-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(198865, 1466, '1905-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(198866, 1466, '1905-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(198867, 1466, '1905-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(198868, 1466, '1905-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(198869, 1466, '1906-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(198870, 1466, '1906-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(198871, 1466, '1906-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(198872, 1466, '1906-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(198873, 1466, '1906-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(198874, 1466, '1906-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(198875, 1466, '1906-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(198876, 1466, '1906-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(198877, 1466, '1906-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(198878, 1466, '1906-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(198879, 1466, '1906-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(198880, 1466, '1906-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(198881, 1466, '1907-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(198882, 1466, '1907-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(198883, 1466, '1907-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(198884, 1466, '1907-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(198885, 1466, '1907-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(198886, 1466, '1907-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(198887, 1466, '1907-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(198888, 1466, '1907-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(198889, 1466, '1907-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(198890, 1466, '1907-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(198891, 1466, '1907-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(198892, 1466, '1907-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(198893, 1466, '1908-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(198894, 1466, '1908-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(198895, 1466, '1908-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(198896, 1466, '1908-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(198897, 1466, '1908-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(198898, 1466, '1908-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(198899, 1466, '1908-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(198900, 1466, '1908-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(198901, 1466, '1908-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(198902, 1466, '1908-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(198903, 1466, '1908-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(198904, 1466, '1908-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(198905, 1466, '1909-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(198906, 1466, '1909-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(198907, 1466, '1909-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(198908, 1466, '1909-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(198909, 1466, '1909-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(198910, 1466, '1909-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(198911, 1466, '1909-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(198912, 1466, '1909-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(198913, 1466, '1909-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(198914, 1466, '1909-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(198915, 1466, '1909-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(198916, 1466, '1909-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(198917, 1466, '1910-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(198918, 1466, '1910-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(198919, 1466, '1910-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(198920, 1466, '1910-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(198921, 1466, '1910-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(198922, 1466, '1910-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(198923, 1466, '1910-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(198924, 1466, '1910-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(198925, 1466, '1910-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(198926, 1466, '1910-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(198927, 1466, '1910-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(198928, 1466, '1910-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(198929, 1466, '1911-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(198930, 1466, '1911-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(198931, 1466, '1911-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(198932, 1466, '1911-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(198933, 1466, '1911-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(198934, 1466, '1911-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(198935, 1466, '1911-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(198936, 1466, '1911-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(198937, 1466, '1911-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(198938, 1466, '1911-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(198939, 1466, '1911-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(198940, 1466, '1911-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(198941, 1466, '1912-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(198942, 1466, '1912-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(198943, 1466, '1912-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(198944, 1466, '1912-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(198945, 1466, '1912-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(198946, 1466, '1912-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(198947, 1466, '1912-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(198948, 1466, '1912-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(198949, 1466, '1912-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(198950, 1466, '1912-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(198951, 1466, '1912-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(198952, 1466, '1912-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(198953, 1466, '1913-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(198954, 1466, '1913-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(198955, 1466, '1913-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(198956, 1466, '1913-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(198957, 1466, '1913-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(198958, 1466, '1913-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(198959, 1466, '1913-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(198960, 1466, '1913-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(198961, 1466, '1913-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(198962, 1466, '1913-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(198963, 1466, '1913-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(198964, 1466, '1913-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(198965, 1466, '1914-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(198966, 1466, '1914-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(198967, 1466, '1914-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(198968, 1466, '1914-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(198969, 1466, '1914-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(198970, 1466, '1914-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(198971, 1466, '1914-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(198972, 1466, '1914-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(198973, 1466, '1914-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(198974, 1466, '1914-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(198975, 1466, '1914-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(198976, 1466, '1914-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(198977, 1466, '1915-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(198978, 1466, '1915-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(198979, 1466, '1915-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(198980, 1466, '1915-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(198981, 1466, '1915-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(198982, 1466, '1915-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(198983, 1466, '1915-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(198984, 1466, '1915-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(198985, 1466, '1915-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(198986, 1466, '1915-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(198987, 1466, '1915-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(198988, 1466, '1915-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(198989, 1466, '1916-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(198990, 1466, '1916-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(198991, 1466, '1916-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(198992, 1466, '1916-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(198993, 1466, '1916-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(198994, 1466, '1916-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(198995, 1466, '1916-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(198996, 1466, '1916-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(198997, 1466, '1916-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(198998, 1466, '1916-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(198999, 1466, '1916-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199000, 1466, '1916-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199001, 1466, '1917-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199002, 1466, '1917-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199003, 1466, '1917-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199004, 1466, '1917-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199005, 1466, '1917-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199006, 1466, '1917-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199007, 1466, '1917-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199008, 1466, '1917-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199009, 1466, '1917-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199010, 1466, '1917-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199011, 1466, '1917-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199012, 1466, '1917-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199013, 1466, '1918-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199014, 1466, '1918-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199015, 1466, '1918-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199016, 1466, '1918-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199017, 1466, '1918-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199018, 1466, '1918-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199019, 1466, '1918-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199020, 1466, '1918-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199021, 1466, '1918-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199022, 1466, '1918-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199023, 1466, '1918-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199024, 1466, '1918-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199025, 1466, '1919-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199026, 1466, '1919-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199027, 1466, '1919-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199028, 1466, '1919-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199029, 1466, '1919-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199030, 1466, '1919-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199031, 1466, '1919-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199032, 1466, '1919-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199033, 1466, '1919-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199034, 1466, '1919-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199035, 1466, '1919-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199036, 1466, '1919-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199037, 1466, '1920-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199038, 1466, '1920-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199039, 1466, '1920-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199040, 1466, '1920-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199041, 1466, '1920-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199042, 1466, '1920-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199043, 1466, '1920-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199044, 1466, '1920-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199045, 1466, '1920-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199046, 1466, '1920-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199047, 1466, '1920-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199048, 1466, '1920-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199049, 1466, '1921-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199050, 1466, '1921-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199051, 1466, '1921-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199052, 1466, '1921-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199053, 1466, '1921-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199054, 1466, '1921-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199055, 1466, '1921-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199056, 1466, '1921-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199057, 1466, '1921-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199058, 1466, '1921-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199059, 1466, '1921-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199060, 1466, '1921-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199061, 1466, '1922-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199062, 1466, '1922-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199063, 1466, '1922-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199064, 1466, '1922-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199065, 1466, '1922-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199066, 1466, '1922-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199067, 1466, '1922-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199068, 1466, '1922-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199069, 1466, '1922-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199070, 1466, '1922-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199071, 1466, '1922-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199072, 1466, '1922-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199073, 1466, '1923-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199074, 1466, '1923-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199075, 1466, '1923-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199076, 1466, '1923-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199077, 1466, '1923-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199078, 1466, '1923-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199079, 1466, '1923-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199080, 1466, '1923-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199081, 1466, '1923-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199082, 1466, '1923-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199083, 1466, '1923-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199084, 1466, '1923-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199085, 1466, '1924-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199086, 1466, '1924-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199087, 1466, '1924-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199088, 1466, '1924-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199089, 1466, '1924-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199090, 1466, '1924-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199091, 1466, '1924-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199092, 1466, '1924-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199093, 1466, '1924-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199094, 1466, '1924-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199095, 1466, '1924-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199096, 1466, '1924-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199097, 1466, '1925-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199098, 1466, '1925-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199099, 1466, '1925-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199100, 1466, '1925-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199101, 1466, '1925-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199102, 1466, '1925-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199103, 1466, '1925-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199104, 1466, '1925-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199105, 1466, '1925-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199106, 1466, '1925-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199107, 1466, '1925-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199108, 1466, '1925-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199109, 1466, '1926-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199110, 1466, '1926-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199111, 1466, '1926-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199112, 1466, '1926-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199113, 1466, '1926-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199114, 1466, '1926-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199115, 1466, '1926-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199116, 1466, '1926-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199117, 1466, '1926-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199118, 1466, '1926-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199119, 1466, '1926-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199120, 1466, '1926-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199121, 1466, '1927-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199122, 1466, '1927-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199123, 1466, '1927-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199124, 1466, '1927-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199125, 1466, '1927-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199126, 1466, '1927-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199127, 1466, '1927-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199128, 1466, '1927-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199129, 1466, '1927-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199130, 1466, '1927-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199131, 1466, '1927-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199132, 1466, '1927-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199133, 1466, '1928-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199134, 1466, '1928-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199135, 1466, '1928-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199136, 1466, '1928-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199137, 1466, '1928-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199138, 1466, '1928-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199139, 1466, '1928-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199140, 1466, '1928-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199141, 1466, '1928-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199142, 1466, '1928-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199143, 1466, '1928-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199144, 1466, '1928-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199145, 1466, '1929-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199146, 1466, '1929-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199147, 1466, '1929-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199148, 1466, '1929-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199149, 1466, '1929-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199150, 1466, '1929-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199151, 1466, '1929-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199152, 1466, '1929-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199153, 1466, '1929-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199154, 1466, '1929-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199155, 1466, '1929-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199156, 1466, '1929-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199157, 1466, '1930-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199158, 1466, '1930-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199159, 1466, '1930-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199160, 1466, '1930-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199161, 1466, '1930-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199162, 1466, '1930-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199163, 1466, '1930-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199164, 1466, '1930-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199165, 1466, '1930-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199166, 1466, '1930-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199167, 1466, '1930-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199168, 1466, '1930-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199169, 1466, '1931-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199170, 1466, '1931-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199171, 1466, '1931-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199172, 1466, '1931-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199173, 1466, '1931-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199174, 1466, '1931-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199175, 1466, '1931-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199176, 1466, '1931-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199177, 1466, '1931-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199178, 1466, '1931-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199179, 1466, '1931-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199180, 1466, '1931-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199181, 1466, '1932-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199182, 1466, '1932-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199183, 1466, '1932-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199184, 1466, '1932-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199185, 1466, '1932-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199186, 1466, '1932-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199187, 1466, '1932-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199188, 1466, '1932-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199189, 1466, '1932-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199190, 1466, '1932-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199191, 1466, '1932-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199192, 1466, '1932-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199193, 1466, '1933-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199194, 1466, '1933-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199195, 1466, '1933-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199196, 1466, '1933-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199197, 1466, '1933-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199198, 1466, '1933-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199199, 1466, '1933-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199200, 1466, '1933-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199201, 1466, '1933-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199202, 1466, '1933-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199203, 1466, '1933-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199204, 1466, '1933-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199205, 1466, '1934-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199206, 1466, '1934-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199207, 1466, '1934-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199208, 1466, '1934-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199209, 1466, '1934-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199210, 1466, '1934-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199211, 1466, '1934-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199212, 1466, '1934-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199213, 1466, '1934-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199214, 1466, '1934-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199215, 1466, '1934-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199216, 1466, '1934-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199217, 1466, '1935-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199218, 1466, '1935-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199219, 1466, '1935-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199220, 1466, '1935-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199221, 1466, '1935-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199222, 1466, '1935-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199223, 1466, '1935-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199224, 1466, '1935-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199225, 1466, '1935-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199226, 1466, '1935-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199227, 1466, '1935-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199228, 1466, '1935-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199229, 1466, '1936-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199230, 1466, '1936-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199231, 1466, '1936-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199232, 1466, '1936-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199233, 1466, '1936-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199234, 1466, '1936-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199235, 1466, '1936-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199236, 1466, '1936-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199237, 1466, '1936-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199238, 1466, '1936-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199239, 1466, '1936-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199240, 1466, '1936-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199241, 1466, '1937-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199242, 1466, '1937-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199243, 1466, '1937-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199244, 1466, '1937-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199245, 1466, '1937-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199246, 1466, '1937-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199247, 1466, '1937-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199248, 1466, '1937-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199249, 1466, '1937-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199250, 1466, '1937-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199251, 1466, '1937-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199252, 1466, '1937-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199253, 1466, '1938-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199254, 1466, '1938-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199255, 1466, '1938-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:35', '2023-09-17 17:54:35'),
(199256, 1466, '1938-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199257, 1466, '1938-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199258, 1466, '1938-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199259, 1466, '1938-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199260, 1466, '1938-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199261, 1466, '1938-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199262, 1466, '1938-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199263, 1466, '1938-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199264, 1466, '1938-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199265, 1466, '1939-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199266, 1466, '1939-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(199267, 1466, '1939-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199268, 1466, '1939-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199269, 1466, '1939-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199270, 1466, '1939-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199271, 1466, '1939-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199272, 1466, '1939-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199273, 1466, '1939-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199274, 1466, '1939-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199275, 1466, '1939-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199276, 1466, '1939-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199277, 1466, '1940-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199278, 1466, '1940-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199279, 1466, '1940-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199280, 1466, '1940-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199281, 1466, '1940-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199282, 1466, '1940-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199283, 1466, '1940-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199284, 1466, '1940-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199285, 1466, '1940-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199286, 1466, '1940-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199287, 1466, '1940-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199288, 1466, '1940-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199289, 1466, '1941-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199290, 1466, '1941-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199291, 1466, '1941-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199292, 1466, '1941-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199293, 1466, '1941-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199294, 1466, '1941-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199295, 1466, '1941-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199296, 1466, '1941-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199297, 1466, '1941-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199298, 1466, '1941-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199299, 1466, '1941-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199300, 1466, '1941-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199301, 1466, '1942-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199302, 1466, '1942-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199303, 1466, '1942-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199304, 1466, '1942-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199305, 1466, '1942-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199306, 1466, '1942-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199307, 1466, '1942-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199308, 1466, '1942-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199309, 1466, '1942-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199310, 1466, '1942-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199311, 1466, '1942-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199312, 1466, '1942-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199313, 1466, '1943-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199314, 1466, '1943-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199315, 1466, '1943-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199316, 1466, '1943-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199317, 1466, '1943-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199318, 1466, '1943-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199319, 1466, '1943-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199320, 1466, '1943-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199321, 1466, '1943-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199322, 1466, '1943-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199323, 1466, '1943-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199324, 1466, '1943-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199325, 1466, '1944-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199326, 1466, '1944-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199327, 1466, '1944-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199328, 1466, '1944-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199329, 1466, '1944-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199330, 1466, '1944-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199331, 1466, '1944-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199332, 1466, '1944-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199333, 1466, '1944-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199334, 1466, '1944-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199335, 1466, '1944-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199336, 1466, '1944-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199337, 1466, '1945-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199338, 1466, '1945-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199339, 1466, '1945-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199340, 1466, '1945-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199341, 1466, '1945-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199342, 1466, '1945-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199343, 1466, '1945-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199344, 1466, '1945-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199345, 1466, '1945-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199346, 1466, '1945-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199347, 1466, '1945-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199348, 1466, '1945-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199349, 1466, '1946-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199350, 1466, '1946-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199351, 1466, '1946-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199352, 1466, '1946-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199353, 1466, '1946-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199354, 1466, '1946-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199355, 1466, '1946-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199356, 1466, '1946-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199357, 1466, '1946-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199358, 1466, '1946-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199359, 1466, '1946-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199360, 1466, '1946-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199361, 1466, '1947-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199362, 1466, '1947-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199363, 1466, '1947-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199364, 1466, '1947-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199365, 1466, '1947-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199366, 1466, '1947-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199367, 1466, '1947-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199368, 1466, '1947-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199369, 1466, '1947-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199370, 1466, '1947-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199371, 1466, '1947-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199372, 1466, '1947-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199373, 1466, '1948-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199374, 1466, '1948-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199375, 1466, '1948-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199376, 1466, '1948-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199377, 1466, '1948-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199378, 1466, '1948-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199379, 1466, '1948-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199380, 1466, '1948-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199381, 1466, '1948-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199382, 1466, '1948-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199383, 1466, '1948-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199384, 1466, '1948-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199385, 1466, '1949-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199386, 1466, '1949-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199387, 1466, '1949-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199388, 1466, '1949-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199389, 1466, '1949-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199390, 1466, '1949-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199391, 1466, '1949-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199392, 1466, '1949-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199393, 1466, '1949-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199394, 1466, '1949-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199395, 1466, '1949-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199396, 1466, '1949-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199397, 1466, '1950-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199398, 1466, '1950-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199399, 1466, '1950-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199400, 1466, '1950-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199401, 1466, '1950-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199402, 1466, '1950-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199403, 1466, '1950-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199404, 1466, '1950-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199405, 1466, '1950-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199406, 1466, '1950-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199407, 1466, '1950-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199408, 1466, '1950-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199409, 1466, '1951-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199410, 1466, '1951-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199411, 1466, '1951-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199412, 1466, '1951-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199413, 1466, '1951-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199414, 1466, '1951-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199415, 1466, '1951-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199416, 1466, '1951-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199417, 1466, '1951-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199418, 1466, '1951-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199419, 1466, '1951-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199420, 1466, '1951-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199421, 1466, '1952-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199422, 1466, '1952-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199423, 1466, '1952-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199424, 1466, '1952-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199425, 1466, '1952-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199426, 1466, '1952-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199427, 1466, '1952-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199428, 1466, '1952-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199429, 1466, '1952-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199430, 1466, '1952-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199431, 1466, '1952-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199432, 1466, '1952-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199433, 1466, '1953-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199434, 1466, '1953-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199435, 1466, '1953-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199436, 1466, '1953-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199437, 1466, '1953-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199438, 1466, '1953-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199439, 1466, '1953-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199440, 1466, '1953-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199441, 1466, '1953-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199442, 1466, '1953-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199443, 1466, '1953-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199444, 1466, '1953-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199445, 1466, '1954-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199446, 1466, '1954-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199447, 1466, '1954-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199448, 1466, '1954-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199449, 1466, '1954-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199450, 1466, '1954-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199451, 1466, '1954-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199452, 1466, '1954-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199453, 1466, '1954-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199454, 1466, '1954-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199455, 1466, '1954-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199456, 1466, '1954-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199457, 1466, '1955-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199458, 1466, '1955-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199459, 1466, '1955-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199460, 1466, '1955-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199461, 1466, '1955-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199462, 1466, '1955-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199463, 1466, '1955-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199464, 1466, '1955-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199465, 1466, '1955-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199466, 1466, '1955-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199467, 1466, '1955-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199468, 1466, '1955-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199469, 1466, '1956-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199470, 1466, '1956-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199471, 1466, '1956-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199472, 1466, '1956-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199473, 1466, '1956-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199474, 1466, '1956-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199475, 1466, '1956-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199476, 1466, '1956-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199477, 1466, '1956-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199478, 1466, '1956-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199479, 1466, '1956-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199480, 1466, '1956-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199481, 1466, '1957-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199482, 1466, '1957-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199483, 1466, '1957-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199484, 1466, '1957-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199485, 1466, '1957-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199486, 1466, '1957-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199487, 1466, '1957-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199488, 1466, '1957-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199489, 1466, '1957-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199490, 1466, '1957-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199491, 1466, '1957-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199492, 1466, '1957-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199493, 1466, '1958-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199494, 1466, '1958-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199495, 1466, '1958-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199496, 1466, '1958-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199497, 1466, '1958-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199498, 1466, '1958-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199499, 1466, '1958-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199500, 1466, '1958-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199501, 1466, '1958-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199502, 1466, '1958-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199503, 1466, '1958-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199504, 1466, '1958-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199505, 1466, '1959-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199506, 1466, '1959-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199507, 1466, '1959-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199508, 1466, '1959-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199509, 1466, '1959-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199510, 1466, '1959-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199511, 1466, '1959-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199512, 1466, '1959-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199513, 1466, '1959-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199514, 1466, '1959-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199515, 1466, '1959-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199516, 1466, '1959-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199517, 1466, '1960-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199518, 1466, '1960-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199519, 1466, '1960-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199520, 1466, '1960-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199521, 1466, '1960-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199522, 1466, '1960-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199523, 1466, '1960-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199524, 1466, '1960-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199525, 1466, '1960-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199526, 1466, '1960-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199527, 1466, '1960-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199528, 1466, '1960-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199529, 1466, '1961-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199530, 1466, '1961-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199531, 1466, '1961-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199532, 1466, '1961-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199533, 1466, '1961-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199534, 1466, '1961-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199535, 1466, '1961-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199536, 1466, '1961-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199537, 1466, '1961-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199538, 1466, '1961-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199539, 1466, '1961-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199540, 1466, '1961-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199541, 1466, '1962-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199542, 1466, '1962-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199543, 1466, '1962-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199544, 1466, '1962-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199545, 1466, '1962-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199546, 1466, '1962-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199547, 1466, '1962-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199548, 1466, '1962-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199549, 1466, '1962-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199550, 1466, '1962-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199551, 1466, '1962-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199552, 1466, '1962-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199553, 1466, '1963-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199554, 1466, '1963-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199555, 1466, '1963-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199556, 1466, '1963-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199557, 1466, '1963-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199558, 1466, '1963-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199559, 1466, '1963-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199560, 1466, '1963-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199561, 1466, '1963-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199562, 1466, '1963-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199563, 1466, '1963-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199564, 1466, '1963-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199565, 1466, '1964-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199566, 1466, '1964-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199567, 1466, '1964-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199568, 1466, '1964-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199569, 1466, '1964-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199570, 1466, '1964-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199571, 1466, '1964-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199572, 1466, '1964-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199573, 1466, '1964-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199574, 1466, '1964-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199575, 1466, '1964-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199576, 1466, '1964-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199577, 1466, '1965-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199578, 1466, '1965-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199579, 1466, '1965-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199580, 1466, '1965-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199581, 1466, '1965-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199582, 1466, '1965-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199583, 1466, '1965-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199584, 1466, '1965-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199585, 1466, '1965-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199586, 1466, '1965-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199587, 1466, '1965-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199588, 1466, '1965-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199589, 1466, '1966-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199590, 1466, '1966-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199591, 1466, '1966-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199592, 1466, '1966-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199593, 1466, '1966-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199594, 1466, '1966-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199595, 1466, '1966-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199596, 1466, '1966-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199597, 1466, '1966-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199598, 1466, '1966-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199599, 1466, '1966-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199600, 1466, '1966-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199601, 1466, '1967-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199602, 1466, '1967-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199603, 1466, '1967-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199604, 1466, '1967-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199605, 1466, '1967-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199606, 1466, '1967-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199607, 1466, '1967-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199608, 1466, '1967-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199609, 1466, '1967-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199610, 1466, '1967-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199611, 1466, '1967-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199612, 1466, '1967-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199613, 1466, '1968-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199614, 1466, '1968-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199615, 1466, '1968-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199616, 1466, '1968-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199617, 1466, '1968-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199618, 1466, '1968-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199619, 1466, '1968-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199620, 1466, '1968-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199621, 1466, '1968-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199622, 1466, '1968-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199623, 1466, '1968-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199624, 1466, '1968-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199625, 1466, '1969-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199626, 1466, '1969-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199627, 1466, '1969-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199628, 1466, '1969-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199629, 1466, '1969-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199630, 1466, '1969-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199631, 1466, '1969-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199632, 1466, '1969-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199633, 1466, '1969-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199634, 1466, '1969-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199635, 1466, '1969-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199636, 1466, '1969-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199637, 1466, '1970-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199638, 1466, '1970-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199639, 1466, '1970-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199640, 1466, '1970-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199641, 1466, '1970-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199642, 1466, '1970-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199643, 1466, '1970-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199644, 1466, '1970-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199645, 1466, '1970-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199646, 1466, '1970-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199647, 1466, '1970-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199648, 1466, '1970-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199649, 1466, '1971-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199650, 1466, '1971-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199651, 1466, '1971-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199652, 1466, '1971-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199653, 1466, '1971-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199654, 1466, '1971-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199655, 1466, '1971-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199656, 1466, '1971-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199657, 1466, '1971-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199658, 1466, '1971-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199659, 1466, '1971-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199660, 1466, '1971-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199661, 1466, '1972-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:36', '2023-09-17 17:54:36'),
(199662, 1466, '1972-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199663, 1466, '1972-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199664, 1466, '1972-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199665, 1466, '1972-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199666, 1466, '1972-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199667, 1466, '1972-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199668, 1466, '1972-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199669, 1466, '1972-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199670, 1466, '1972-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199671, 1466, '1972-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199672, 1466, '1972-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199673, 1466, '1973-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199674, 1466, '1973-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199675, 1466, '1973-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199676, 1466, '1973-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199677, 1466, '1973-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199678, 1466, '1973-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199679, 1466, '1973-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199680, 1466, '1973-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199681, 1466, '1973-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199682, 1466, '1973-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199683, 1466, '1973-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199684, 1466, '1973-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199685, 1466, '1974-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199686, 1466, '1974-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199687, 1466, '1974-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199688, 1466, '1974-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199689, 1466, '1974-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199690, 1466, '1974-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199691, 1466, '1974-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199692, 1466, '1974-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199693, 1466, '1974-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199694, 1466, '1974-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199695, 1466, '1974-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199696, 1466, '1974-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199697, 1466, '1975-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199698, 1466, '1975-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199699, 1466, '1975-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199700, 1466, '1975-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199701, 1466, '1975-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199702, 1466, '1975-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199703, 1466, '1975-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199704, 1466, '1975-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199705, 1466, '1975-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199706, 1466, '1975-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199707, 1466, '1975-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199708, 1466, '1975-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199709, 1466, '1976-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199710, 1466, '1976-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199711, 1466, '1976-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199712, 1466, '1976-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199713, 1466, '1976-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199714, 1466, '1976-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199715, 1466, '1976-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199716, 1466, '1976-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199717, 1466, '1976-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199718, 1466, '1976-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199719, 1466, '1976-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199720, 1466, '1976-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199721, 1466, '1977-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199722, 1466, '1977-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199723, 1466, '1977-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199724, 1466, '1977-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199725, 1466, '1977-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199726, 1466, '1977-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199727, 1466, '1977-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199728, 1466, '1977-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199729, 1466, '1977-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199730, 1466, '1977-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199731, 1466, '1977-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(199732, 1466, '1977-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199733, 1466, '1978-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199734, 1466, '1978-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199735, 1466, '1978-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199736, 1466, '1978-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199737, 1466, '1978-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199738, 1466, '1978-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199739, 1466, '1978-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199740, 1466, '1978-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199741, 1466, '1978-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199742, 1466, '1978-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199743, 1466, '1978-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199744, 1466, '1978-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199745, 1466, '1979-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199746, 1466, '1979-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199747, 1466, '1979-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199748, 1466, '1979-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199749, 1466, '1979-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199750, 1466, '1979-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199751, 1466, '1979-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199752, 1466, '1979-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199753, 1466, '1979-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199754, 1466, '1979-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199755, 1466, '1979-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199756, 1466, '1979-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199757, 1466, '1980-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199758, 1466, '1980-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199759, 1466, '1980-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199760, 1466, '1980-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199761, 1466, '1980-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199762, 1466, '1980-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199763, 1466, '1980-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199764, 1466, '1980-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199765, 1466, '1980-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199766, 1466, '1980-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199767, 1466, '1980-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199768, 1466, '1980-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199769, 1466, '1981-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199770, 1466, '1981-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199771, 1466, '1981-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199772, 1466, '1981-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199773, 1466, '1981-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199774, 1466, '1981-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199775, 1466, '1981-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199776, 1466, '1981-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199777, 1466, '1981-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199778, 1466, '1981-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199779, 1466, '1981-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199780, 1466, '1981-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199781, 1466, '1982-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199782, 1466, '1982-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199783, 1466, '1982-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199784, 1466, '1982-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199785, 1466, '1982-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199786, 1466, '1982-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199787, 1466, '1982-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199788, 1466, '1982-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199789, 1466, '1982-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199790, 1466, '1982-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199791, 1466, '1982-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199792, 1466, '1982-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199793, 1466, '1983-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199794, 1466, '1983-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199795, 1466, '1983-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199796, 1466, '1983-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199797, 1466, '1983-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199798, 1466, '1983-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199799, 1466, '1983-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199800, 1466, '1983-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199801, 1466, '1983-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199802, 1466, '1983-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199803, 1466, '1983-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199804, 1466, '1983-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199805, 1466, '1984-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199806, 1466, '1984-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199807, 1466, '1984-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199808, 1466, '1984-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199809, 1466, '1984-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199810, 1466, '1984-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199811, 1466, '1984-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199812, 1466, '1984-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199813, 1466, '1984-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199814, 1466, '1984-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199815, 1466, '1984-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199816, 1466, '1984-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199817, 1466, '1985-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199818, 1466, '1985-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199819, 1466, '1985-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199820, 1466, '1985-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199821, 1466, '1985-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199822, 1466, '1985-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199823, 1466, '1985-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199824, 1466, '1985-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199825, 1466, '1985-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199826, 1466, '1985-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199827, 1466, '1985-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199828, 1466, '1985-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199829, 1466, '1986-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199830, 1466, '1986-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199831, 1466, '1986-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199832, 1466, '1986-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199833, 1466, '1986-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199834, 1466, '1986-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199835, 1466, '1986-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199836, 1466, '1986-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199837, 1466, '1986-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199838, 1466, '1986-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199839, 1466, '1986-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199840, 1466, '1986-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199841, 1466, '1987-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199842, 1466, '1987-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199843, 1466, '1987-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199844, 1466, '1987-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199845, 1466, '1987-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199846, 1466, '1987-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199847, 1466, '1987-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199848, 1466, '1987-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199849, 1466, '1987-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199850, 1466, '1987-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199851, 1466, '1987-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199852, 1466, '1987-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199853, 1466, '1988-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199854, 1466, '1988-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199855, 1466, '1988-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199856, 1466, '1988-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199857, 1466, '1988-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199858, 1466, '1988-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199859, 1466, '1988-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199860, 1466, '1988-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199861, 1466, '1988-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199862, 1466, '1988-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199863, 1466, '1988-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199864, 1466, '1988-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199865, 1466, '1989-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199866, 1466, '1989-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199867, 1466, '1989-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199868, 1466, '1989-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199869, 1466, '1989-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199870, 1466, '1989-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199871, 1466, '1989-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199872, 1466, '1989-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199873, 1466, '1989-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199874, 1466, '1989-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199875, 1466, '1989-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199876, 1466, '1989-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199877, 1466, '1990-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199878, 1466, '1990-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199879, 1466, '1990-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199880, 1466, '1990-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199881, 1466, '1990-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199882, 1466, '1990-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199883, 1466, '1990-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199884, 1466, '1990-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199885, 1466, '1990-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199886, 1466, '1990-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199887, 1466, '1990-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199888, 1466, '1990-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199889, 1466, '1991-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199890, 1466, '1991-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199891, 1466, '1991-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199892, 1466, '1991-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199893, 1466, '1991-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199894, 1466, '1991-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199895, 1466, '1991-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199896, 1466, '1991-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199897, 1466, '1991-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199898, 1466, '1991-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199899, 1466, '1991-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199900, 1466, '1991-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199901, 1466, '1992-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199902, 1466, '1992-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199903, 1466, '1992-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199904, 1466, '1992-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199905, 1466, '1992-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199906, 1466, '1992-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199907, 1466, '1992-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199908, 1466, '1992-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199909, 1466, '1992-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199910, 1466, '1992-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199911, 1466, '1992-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199912, 1466, '1992-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199913, 1466, '1993-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199914, 1466, '1993-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199915, 1466, '1993-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199916, 1466, '1993-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199917, 1466, '1993-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199918, 1466, '1993-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199919, 1466, '1993-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199920, 1466, '1993-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199921, 1466, '1993-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199922, 1466, '1993-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199923, 1466, '1993-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199924, 1466, '1993-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199925, 1466, '1994-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199926, 1466, '1994-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199927, 1466, '1994-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199928, 1466, '1994-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199929, 1466, '1994-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199930, 1466, '1994-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199931, 1466, '1994-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199932, 1466, '1994-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199933, 1466, '1994-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199934, 1466, '1994-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199935, 1466, '1994-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199936, 1466, '1994-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199937, 1466, '1995-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199938, 1466, '1995-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199939, 1466, '1995-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199940, 1466, '1995-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199941, 1466, '1995-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199942, 1466, '1995-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199943, 1466, '1995-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199944, 1466, '1995-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199945, 1466, '1995-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199946, 1466, '1995-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199947, 1466, '1995-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199948, 1466, '1995-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199949, 1466, '1996-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199950, 1466, '1996-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199951, 1466, '1996-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199952, 1466, '1996-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199953, 1466, '1996-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199954, 1466, '1996-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199955, 1466, '1996-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199956, 1466, '1996-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199957, 1466, '1996-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199958, 1466, '1996-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199959, 1466, '1996-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199960, 1466, '1996-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199961, 1466, '1997-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199962, 1466, '1997-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199963, 1466, '1997-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199964, 1466, '1997-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199965, 1466, '1997-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199966, 1466, '1997-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199967, 1466, '1997-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199968, 1466, '1997-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199969, 1466, '1997-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199970, 1466, '1997-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199971, 1466, '1997-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199972, 1466, '1997-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199973, 1466, '1998-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199974, 1466, '1998-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199975, 1466, '1998-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199976, 1466, '1998-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199977, 1466, '1998-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199978, 1466, '1998-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199979, 1466, '1998-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199980, 1466, '1998-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199981, 1466, '1998-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199982, 1466, '1998-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199983, 1466, '1998-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199984, 1466, '1998-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199985, 1466, '1999-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199986, 1466, '1999-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199987, 1466, '1999-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199988, 1466, '1999-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199989, 1466, '1999-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199990, 1466, '1999-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199991, 1466, '1999-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199992, 1466, '1999-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199993, 1466, '1999-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199994, 1466, '1999-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199995, 1466, '1999-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199996, 1466, '1999-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199997, 1466, '2000-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199998, 1466, '2000-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(199999, 1466, '2000-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(200000, 1466, '2000-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(200001, 1466, '2000-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(200002, 1466, '2000-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(200003, 1466, '2000-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(200004, 1466, '2000-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(200005, 1466, '2000-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(200006, 1466, '2000-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(200007, 1466, '2000-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(200008, 1466, '2000-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(200009, 1466, '2001-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(200010, 1466, '2001-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(200011, 1466, '2001-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(200012, 1466, '2001-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(200013, 1466, '2001-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(200014, 1466, '2001-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(200015, 1466, '2001-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(200016, 1466, '2001-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(200017, 1466, '2001-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(200018, 1466, '2001-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(200019, 1466, '2001-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(200020, 1466, '2001-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(200021, 1466, '2002-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(200022, 1466, '2002-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(200023, 1466, '2002-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(200024, 1466, '2002-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(200025, 1466, '2002-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(200026, 1466, '2002-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(200027, 1466, '2002-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(200028, 1466, '2002-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(200029, 1466, '2002-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(200030, 1466, '2002-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(200031, 1466, '2002-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(200032, 1466, '2002-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(200033, 1466, '2003-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(200034, 1466, '2003-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(200035, 1466, '2003-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(200036, 1466, '2003-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(200037, 1466, '2003-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(200038, 1466, '2003-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(200039, 1466, '2003-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(200040, 1466, '2003-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(200041, 1466, '2003-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(200042, 1466, '2003-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(200043, 1466, '2003-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(200044, 1466, '2003-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(200045, 1466, '2004-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(200046, 1466, '2004-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(200047, 1466, '2004-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(200048, 1466, '2004-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:37', '2023-09-17 17:54:37'),
(200049, 1466, '2004-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:38', '2023-09-17 17:54:38'),
(200050, 1466, '2004-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:38', '2023-09-17 17:54:38'),
(200051, 1466, '2004-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:38', '2023-09-17 17:54:38'),
(200052, 1466, '2004-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:38', '2023-09-17 17:54:38'),
(200053, 1466, '2004-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:38', '2023-09-17 17:54:38'),
(200054, 1466, '2004-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:38', '2023-09-17 17:54:38'),
(200055, 1466, '2004-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:38', '2023-09-17 17:54:38'),
(200056, 1466, '2004-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:38', '2023-09-17 17:54:38'),
(200057, 1466, '2005-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:38', '2023-09-17 17:54:38'),
(200058, 1466, '2005-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:38', '2023-09-17 17:54:38'),
(200059, 1466, '2005-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:38', '2023-09-17 17:54:38'),
(200060, 1466, '2005-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:38', '2023-09-17 17:54:38'),
(200061, 1466, '2005-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:38', '2023-09-17 17:54:38'),
(200062, 1466, '2005-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:38', '2023-09-17 17:54:38'),
(200063, 1466, '2005-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:38', '2023-09-17 17:54:38'),
(200064, 1466, '2005-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:38', '2023-09-17 17:54:38'),
(200065, 1466, '2005-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:38', '2023-09-17 17:54:38'),
(200066, 1466, '2005-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:38', '2023-09-17 17:54:38'),
(200067, 1466, '2005-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:38', '2023-09-17 17:54:38'),
(200068, 1466, '2005-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:38', '2023-09-17 17:54:38'),
(200069, 1466, '2006-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:38', '2023-09-17 17:54:38'),
(200070, 1466, '2006-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:38', '2023-09-17 17:54:38'),
(200071, 1466, '2006-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:38', '2023-09-17 17:54:38'),
(200072, 1466, '2006-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:38', '2023-09-17 17:54:38'),
(200073, 1466, '2006-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:38', '2023-09-17 17:54:38'),
(200074, 1466, '2006-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:38', '2023-09-17 17:54:38'),
(200075, 1466, '2006-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:38', '2023-09-17 17:54:38'),
(200076, 1466, '2006-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:38', '2023-09-17 17:54:38'),
(200077, 1466, '2006-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:38', '2023-09-17 17:54:38'),
(200078, 1466, '2006-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:38', '2023-09-17 17:54:38'),
(200079, 1466, '2006-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:38', '2023-09-17 17:54:38'),
(200080, 1466, '2006-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:38', '2023-09-17 17:54:38'),
(200081, 1466, '2007-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:38', '2023-09-17 17:54:38'),
(200082, 1466, '2007-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:38', '2023-09-17 17:54:38'),
(200083, 1466, '2007-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:38', '2023-09-17 17:54:38'),
(200084, 1466, '2007-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:38', '2023-09-17 17:54:38'),
(200085, 1466, '2007-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:38', '2023-09-17 17:54:38'),
(200086, 1466, '2007-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:38', '2023-09-17 17:54:38'),
(200087, 1466, '2007-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:38', '2023-09-17 17:54:38'),
(200088, 1466, '2007-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:38', '2023-09-17 17:54:38'),
(200089, 1466, '2007-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:38', '2023-09-17 17:54:38'),
(200090, 1466, '2007-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:38', '2023-09-17 17:54:38'),
(200091, 1466, '2007-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:38', '2023-09-17 17:54:38'),
(200092, 1466, '2007-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:38', '2023-09-17 17:54:38'),
(200093, 1466, '2008-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:38', '2023-09-17 17:54:38'),
(200094, 1466, '2008-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:38', '2023-09-17 17:54:38'),
(200095, 1466, '2008-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:38', '2023-09-17 17:54:38'),
(200096, 1466, '2008-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:38', '2023-09-17 17:54:38'),
(200097, 1466, '2008-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:38', '2023-09-17 17:54:38'),
(200098, 1466, '2008-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:38', '2023-09-17 17:54:38'),
(200099, 1466, '2008-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:38', '2023-09-17 17:54:38'),
(200100, 1466, '2008-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:38', '2023-09-17 17:54:38'),
(200101, 1466, '2008-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:38', '2023-09-17 17:54:38'),
(200102, 1466, '2008-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:38', '2023-09-17 17:54:38'),
(200103, 1466, '2008-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:38', '2023-09-17 17:54:38'),
(200104, 1466, '2008-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:38', '2023-09-17 17:54:38'),
(200105, 1466, '2009-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:38', '2023-09-17 17:54:38'),
(200106, 1466, '2009-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:38', '2023-09-17 17:54:38'),
(200107, 1466, '2009-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:38', '2023-09-17 17:54:38'),
(200108, 1466, '2009-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:38', '2023-09-17 17:54:38'),
(200109, 1466, '2009-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:38', '2023-09-17 17:54:38'),
(200110, 1466, '2009-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:38', '2023-09-17 17:54:38'),
(200111, 1466, '2009-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:38', '2023-09-17 17:54:38'),
(200112, 1466, '2009-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:38', '2023-09-17 17:54:38'),
(200113, 1466, '2009-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:38', '2023-09-17 17:54:38'),
(200114, 1466, '2009-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:38', '2023-09-17 17:54:38'),
(200115, 1466, '2009-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:38', '2023-09-17 17:54:38'),
(200116, 1466, '2009-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:38', '2023-09-17 17:54:38'),
(200117, 1466, '2010-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:38', '2023-09-17 17:54:38'),
(200118, 1466, '2010-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:38', '2023-09-17 17:54:38'),
(200119, 1466, '2010-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:38', '2023-09-17 17:54:38'),
(200120, 1466, '2010-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:38', '2023-09-17 17:54:38'),
(200121, 1466, '2010-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:38', '2023-09-17 17:54:38'),
(200122, 1466, '2010-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:38', '2023-09-17 17:54:38'),
(200123, 1466, '2010-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:38', '2023-09-17 17:54:38'),
(200124, 1466, '2010-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:38', '2023-09-17 17:54:38'),
(200125, 1466, '2010-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:38', '2023-09-17 17:54:38'),
(200126, 1466, '2010-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:38', '2023-09-17 17:54:38'),
(200127, 1466, '2010-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:38', '2023-09-17 17:54:38'),
(200128, 1466, '2010-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:38', '2023-09-17 17:54:38'),
(200129, 1466, '2011-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:38', '2023-09-17 17:54:38'),
(200130, 1466, '2011-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:38', '2023-09-17 17:54:38'),
(200131, 1466, '2011-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:38', '2023-09-17 17:54:38'),
(200132, 1466, '2011-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:38', '2023-09-17 17:54:38'),
(200133, 1466, '2011-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:38', '2023-09-17 17:54:38'),
(200134, 1466, '2011-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:38', '2023-09-17 17:54:38'),
(200135, 1466, '2011-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:38', '2023-09-17 17:54:38'),
(200136, 1466, '2011-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:38', '2023-09-17 17:54:38'),
(200137, 1466, '2011-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:38', '2023-09-17 17:54:38'),
(200138, 1466, '2011-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:38', '2023-09-17 17:54:38'),
(200139, 1466, '2011-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:38', '2023-09-17 17:54:38'),
(200140, 1466, '2011-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:38', '2023-09-17 17:54:38'),
(200141, 1466, '2012-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:38', '2023-09-17 17:54:38'),
(200142, 1466, '2012-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:38', '2023-09-17 17:54:38'),
(200143, 1466, '2012-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:38', '2023-09-17 17:54:38'),
(200144, 1466, '2012-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:38', '2023-09-17 17:54:38'),
(200145, 1466, '2012-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:38', '2023-09-17 17:54:38'),
(200146, 1466, '2012-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:38', '2023-09-17 17:54:38'),
(200147, 1466, '2012-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:38', '2023-09-17 17:54:38'),
(200148, 1466, '2012-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:38', '2023-09-17 17:54:38'),
(200149, 1466, '2012-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:38', '2023-09-17 17:54:38'),
(200150, 1466, '2012-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:38', '2023-09-17 17:54:38'),
(200151, 1466, '2012-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:38', '2023-09-17 17:54:38'),
(200152, 1466, '2012-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:38', '2023-09-17 17:54:38'),
(200153, 1466, '2013-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:38', '2023-09-17 17:54:38'),
(200154, 1466, '2013-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:38', '2023-09-17 17:54:38'),
(200155, 1466, '2013-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:38', '2023-09-17 17:54:38'),
(200156, 1466, '2013-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:38', '2023-09-17 17:54:38'),
(200157, 1466, '2013-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:38', '2023-09-17 17:54:38'),
(200158, 1466, '2013-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:38', '2023-09-17 17:54:38'),
(200159, 1466, '2013-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:38', '2023-09-17 17:54:38'),
(200160, 1466, '2013-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:38', '2023-09-17 17:54:38'),
(200161, 1466, '2013-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:38', '2023-09-17 17:54:38'),
(200162, 1466, '2013-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:38', '2023-09-17 17:54:38'),
(200163, 1466, '2013-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:38', '2023-09-17 17:54:38'),
(200164, 1466, '2013-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:38', '2023-09-17 17:54:38'),
(200165, 1466, '2014-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:38', '2023-09-17 17:54:38'),
(200166, 1466, '2014-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:38', '2023-09-17 17:54:38'),
(200167, 1466, '2014-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:38', '2023-09-17 17:54:38'),
(200168, 1466, '2014-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:38', '2023-09-17 17:54:38'),
(200169, 1466, '2014-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:38', '2023-09-17 17:54:38'),
(200170, 1466, '2014-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:38', '2023-09-17 17:54:38'),
(200171, 1466, '2014-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:38', '2023-09-17 17:54:38'),
(200172, 1466, '2014-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:38', '2023-09-17 17:54:38'),
(200173, 1466, '2014-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:38', '2023-09-17 17:54:38'),
(200174, 1466, '2014-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:38', '2023-09-17 17:54:38'),
(200175, 1466, '2014-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:38', '2023-09-17 17:54:38'),
(200176, 1466, '2014-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:38', '2023-09-17 17:54:38'),
(200177, 1466, '2015-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:38', '2023-09-17 17:54:38'),
(200178, 1466, '2015-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:38', '2023-09-17 17:54:38'),
(200179, 1466, '2015-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:38', '2023-09-17 17:54:38'),
(200180, 1466, '2015-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:38', '2023-09-17 17:54:38'),
(200181, 1466, '2015-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:38', '2023-09-17 17:54:38'),
(200182, 1466, '2015-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:38', '2023-09-17 17:54:38'),
(200183, 1466, '2015-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:38', '2023-09-17 17:54:38'),
(200184, 1466, '2015-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:38', '2023-09-17 17:54:38'),
(200185, 1466, '2015-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:38', '2023-09-17 17:54:38'),
(200186, 1466, '2015-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:38', '2023-09-17 17:54:38'),
(200187, 1466, '2015-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:38', '2023-09-17 17:54:38'),
(200188, 1466, '2015-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:38', '2023-09-17 17:54:38'),
(200189, 1466, '2016-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:38', '2023-09-17 17:54:38'),
(200190, 1466, '2016-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:38', '2023-09-17 17:54:38'),
(200191, 1466, '2016-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:38', '2023-09-17 17:54:38'),
(200192, 1466, '2016-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:38', '2023-09-17 17:54:38'),
(200193, 1466, '2016-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:38', '2023-09-17 17:54:38'),
(200194, 1466, '2016-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:38', '2023-09-17 17:54:38'),
(200195, 1466, '2016-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:38', '2023-09-17 17:54:38'),
(200196, 1466, '2016-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:38', '2023-09-17 17:54:38');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(200197, 1466, '2016-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:38', '2023-09-17 17:54:38'),
(200198, 1466, '2016-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:38', '2023-09-17 17:54:38'),
(200199, 1466, '2016-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:38', '2023-09-17 17:54:38'),
(200200, 1466, '2016-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:38', '2023-09-17 17:54:38'),
(200201, 1466, '2017-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:38', '2023-09-17 17:54:38'),
(200202, 1466, '2017-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:38', '2023-09-17 17:54:38'),
(200203, 1466, '2017-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:38', '2023-09-17 17:54:38'),
(200204, 1466, '2017-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:38', '2023-09-17 17:54:38'),
(200205, 1466, '2017-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:38', '2023-09-17 17:54:38'),
(200206, 1466, '2017-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:38', '2023-09-17 17:54:38'),
(200207, 1466, '2017-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:38', '2023-09-17 17:54:38'),
(200208, 1466, '2017-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:38', '2023-09-17 17:54:38'),
(200209, 1466, '2017-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:38', '2023-09-17 17:54:38'),
(200210, 1466, '2017-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:38', '2023-09-17 17:54:38'),
(200211, 1466, '2017-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:38', '2023-09-17 17:54:38'),
(200212, 1466, '2017-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:38', '2023-09-17 17:54:38'),
(200213, 1466, '2018-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:38', '2023-09-17 17:54:38'),
(200214, 1466, '2018-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:38', '2023-09-17 17:54:38'),
(200215, 1466, '2018-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:38', '2023-09-17 17:54:38'),
(200216, 1466, '2018-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:38', '2023-09-17 17:54:38'),
(200217, 1466, '2018-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:38', '2023-09-17 17:54:38'),
(200218, 1466, '2018-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:38', '2023-09-17 17:54:38'),
(200219, 1466, '2018-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:38', '2023-09-17 17:54:38'),
(200220, 1466, '2018-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:38', '2023-09-17 17:54:38'),
(200221, 1466, '2018-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:38', '2023-09-17 17:54:38'),
(200222, 1466, '2018-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:38', '2023-09-17 17:54:38'),
(200223, 1466, '2018-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:38', '2023-09-17 17:54:38'),
(200224, 1466, '2018-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:38', '2023-09-17 17:54:38'),
(200225, 1466, '2019-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:38', '2023-09-17 17:54:38'),
(200226, 1466, '2019-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:38', '2023-09-17 17:54:38'),
(200227, 1466, '2019-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:38', '2023-09-17 17:54:38'),
(200228, 1466, '2019-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:38', '2023-09-17 17:54:38'),
(200229, 1466, '2019-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:38', '2023-09-17 17:54:38'),
(200230, 1466, '2019-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:38', '2023-09-17 17:54:38'),
(200231, 1466, '2019-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:38', '2023-09-17 17:54:38'),
(200232, 1466, '2019-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:38', '2023-09-17 17:54:38'),
(200233, 1466, '2019-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:38', '2023-09-17 17:54:38'),
(200234, 1466, '2019-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:38', '2023-09-17 17:54:38'),
(200235, 1466, '2019-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:38', '2023-09-17 17:54:38'),
(200236, 1466, '2019-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:38', '2023-09-17 17:54:38'),
(200237, 1466, '2020-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:38', '2023-09-17 17:54:38'),
(200238, 1466, '2020-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:38', '2023-09-17 17:54:38'),
(200239, 1466, '2020-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:38', '2023-09-17 17:54:38'),
(200240, 1466, '2020-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:38', '2023-09-17 17:54:38'),
(200241, 1466, '2020-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:38', '2023-09-17 17:54:38'),
(200242, 1466, '2020-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:38', '2023-09-17 17:54:38'),
(200243, 1466, '2020-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:38', '2023-09-17 17:54:38'),
(200244, 1466, '2020-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:38', '2023-09-17 17:54:38'),
(200245, 1466, '2020-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:38', '2023-09-17 17:54:38'),
(200246, 1466, '2020-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:38', '2023-09-17 17:54:38'),
(200247, 1466, '2020-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:38', '2023-09-17 17:54:38'),
(200248, 1466, '2020-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:38', '2023-09-17 17:54:38'),
(200249, 1466, '2021-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:38', '2023-09-17 17:54:38'),
(200250, 1466, '2021-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:38', '2023-09-17 17:54:38'),
(200251, 1466, '2021-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:38', '2023-09-17 17:54:38'),
(200252, 1466, '2021-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:38', '2023-09-17 17:54:38'),
(200253, 1466, '2021-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:38', '2023-09-17 17:54:38'),
(200254, 1466, '2021-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:38', '2023-09-17 17:54:38'),
(200255, 1466, '2021-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:38', '2023-09-17 17:54:38'),
(200256, 1466, '2021-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:38', '2023-09-17 17:54:38'),
(200257, 1466, '2021-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:38', '2023-09-17 17:54:38'),
(200258, 1466, '2021-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:38', '2023-09-17 17:54:38'),
(200259, 1466, '2021-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:38', '2023-09-17 17:54:38'),
(200260, 1466, '2021-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:38', '2023-09-17 17:54:38'),
(200261, 1466, '2022-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:38', '2023-09-17 17:54:38'),
(200262, 1466, '2022-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:38', '2023-09-17 17:54:38'),
(200263, 1466, '2022-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:38', '2023-09-17 17:54:38'),
(200264, 1466, '2022-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:38', '2023-09-17 17:54:38'),
(200265, 1466, '2022-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:38', '2023-09-17 17:54:38'),
(200266, 1466, '2022-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:38', '2023-09-17 17:54:38'),
(200267, 1466, '2022-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:38', '2023-09-17 17:54:38'),
(200268, 1466, '2022-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:38', '2023-09-17 17:54:38'),
(200269, 1466, '2022-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:38', '2023-09-17 17:54:38'),
(200270, 1466, '2022-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:38', '2023-09-17 17:54:38'),
(200271, 1466, '2022-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:38', '2023-09-17 17:54:38'),
(200272, 1466, '2022-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:38', '2023-09-17 17:54:38'),
(200273, 1466, '2023-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:38', '2023-09-17 17:54:38'),
(200274, 1466, '2023-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:38', '2023-09-17 17:54:38'),
(200275, 1466, '2023-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:38', '2023-09-17 17:54:38'),
(200276, 1466, '2023-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:38', '2023-09-17 17:54:38'),
(200277, 1466, '2023-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:38', '2023-09-17 17:54:38'),
(200278, 1466, '2023-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:38', '2023-09-17 17:54:38'),
(200279, 1466, '2023-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:38', '2023-09-17 17:54:38'),
(200280, 1466, '2023-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:38', '2023-09-17 17:54:38'),
(200281, 1466, '2023-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:38', '2023-09-17 17:54:38'),
(200282, 1466, '2023-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-09-17 17:54:38', '2023-09-17 17:54:38'),
(200283, 1467, '2024-05-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-17 17:54:52', '2023-09-17 17:54:52'),
(200288, 1468, '2024-05-01 00:00:00', NULL, NULL, '', '2700', 0, '2023-09-17 17:57:15', '2023-09-17 17:57:15'),
(200289, 1468, '2025-05-01 00:00:00', NULL, NULL, '', '2700', 0, '2023-09-17 17:57:15', '2023-09-17 17:57:15'),
(200290, 1468, '2026-05-01 00:00:00', NULL, NULL, '', '2700', 0, '2023-09-17 17:57:15', '2023-09-17 17:57:15'),
(200291, 1468, '2027-05-01 00:00:00', NULL, NULL, '', '2700', 0, '2023-09-17 17:57:15', '2023-09-17 17:57:15'),
(200292, 1468, '2028-05-01 00:00:00', NULL, NULL, '', '2700', 0, '2023-09-17 17:57:15', '2023-09-17 17:57:15'),
(200293, 1469, '2024-05-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-17 21:20:14', '2023-09-17 21:20:14'),
(200294, 1469, '2025-05-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-17 21:20:14', '2023-09-17 21:20:14'),
(200295, 1469, '2026-05-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-17 21:20:14', '2023-09-17 21:20:14'),
(200296, 1469, '2027-05-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-17 21:20:14', '2023-09-17 21:20:14'),
(200297, 1469, '2028-05-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-17 21:20:14', '2023-09-17 21:20:14'),
(200298, 1470, '2024-05-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-17 21:36:22', '2023-09-17 21:36:22'),
(200299, 1470, '2025-05-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-17 21:36:22', '2023-09-17 21:36:22'),
(200300, 1470, '2026-05-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-17 21:36:22', '2023-09-17 21:36:22'),
(200301, 1470, '2027-05-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-17 21:36:22', '2023-09-17 21:36:22'),
(200302, 1470, '2028-05-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-17 21:36:22', '2023-09-17 21:36:22'),
(200303, 1471, '2024-05-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-17 21:39:06', '2023-09-17 21:39:06'),
(200304, 1471, '2025-05-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-17 21:39:06', '2023-09-17 21:39:06'),
(200305, 1471, '2026-05-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-17 21:39:06', '2023-09-17 21:39:06'),
(200306, 1471, '2027-05-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-17 21:39:06', '2023-09-17 21:39:06'),
(200307, 1471, '2028-05-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-17 21:39:06', '2023-09-17 21:39:06'),
(200308, 1472, '2023-05-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-17 21:42:00', '2023-09-17 21:42:00'),
(200309, 1472, '2024-05-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-17 21:42:00', '2023-09-17 21:42:00'),
(200310, 1472, '2025-05-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-17 21:42:00', '2023-09-17 21:42:00'),
(200311, 1472, '2026-05-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-17 21:42:00', '2023-09-17 21:42:00'),
(200312, 1472, '2027-05-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-17 21:42:00', '2023-09-17 21:42:00'),
(200313, 1472, '2028-05-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-17 21:42:00', '2023-09-17 21:42:00'),
(200314, 1472, '2029-05-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-17 21:42:00', '2023-09-17 21:42:00'),
(200315, 1472, '2030-05-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-17 21:42:00', '2023-09-17 21:42:00'),
(200316, 1472, '2031-05-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-17 21:42:00', '2023-09-17 21:42:00'),
(200317, 1472, '2032-05-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-17 21:42:00', '2023-09-17 21:42:00'),
(200318, 1472, '2033-05-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-17 21:42:00', '2023-09-17 21:42:00'),
(200319, 1472, '2034-05-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-17 21:42:00', '2023-09-17 21:42:00'),
(200320, 1472, '2035-05-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-17 21:42:00', '2023-09-17 21:42:00'),
(200321, 1472, '2036-05-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-17 21:42:00', '2023-09-17 21:42:00'),
(200322, 1472, '2037-05-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-17 21:42:00', '2023-09-17 21:42:00'),
(200323, 1472, '2038-05-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-17 21:42:00', '2023-09-17 21:42:00'),
(200324, 1472, '2039-05-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-17 21:42:00', '2023-09-17 21:42:00'),
(200325, 1473, '2023-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 21:45:05', '2023-09-17 21:45:05'),
(200326, 1473, '2023-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 21:45:05', '2023-09-17 21:45:05'),
(200327, 1473, '2023-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 21:45:05', '2023-09-17 21:45:05'),
(200328, 1473, '2023-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 21:45:05', '2023-09-17 21:45:05'),
(200329, 1473, '2023-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-17 21:45:05', '2023-09-17 21:45:05'),
(200330, 1474, '2024-06-01 00:00:00', NULL, NULL, '', '6800', 0, '2023-09-17 21:48:29', '2023-09-17 21:48:29'),
(200331, 1474, '2025-06-01 00:00:00', NULL, NULL, '', '6800', 0, '2023-09-17 21:48:29', '2023-09-17 21:48:29'),
(200332, 1474, '2026-06-01 00:00:00', NULL, NULL, '', '6800', 0, '2023-09-17 21:48:29', '2023-09-17 21:48:29'),
(200333, 1474, '2027-06-01 00:00:00', NULL, NULL, '', '6800', 0, '2023-09-17 21:48:29', '2023-09-17 21:48:29'),
(200334, 1475, '2024-05-01 00:00:00', NULL, NULL, '', '3400', 0, '2023-09-17 21:51:27', '2023-09-17 21:51:27'),
(200335, 1475, '2025-05-01 00:00:00', NULL, NULL, '', '3400', 0, '2023-09-17 21:51:27', '2023-09-17 21:51:27'),
(200336, 1475, '2026-05-01 00:00:00', NULL, NULL, '', '3400', 0, '2023-09-17 21:51:27', '2023-09-17 21:51:27'),
(200337, 1475, '2027-05-01 00:00:00', NULL, NULL, '', '3400', 0, '2023-09-17 21:51:27', '2023-09-17 21:51:27'),
(200338, 1475, '2028-05-01 00:00:00', NULL, NULL, '', '3400', 0, '2023-09-17 21:51:27', '2023-09-17 21:51:27'),
(200339, 1476, '2024-05-01 00:00:00', NULL, NULL, '', '2700', 0, '2023-09-17 21:56:27', '2023-09-17 21:56:27'),
(200340, 1476, '2025-05-01 00:00:00', NULL, NULL, '', '2700', 0, '2023-09-17 21:56:27', '2023-09-17 21:56:27'),
(200341, 1476, '2026-05-01 00:00:00', NULL, NULL, '', '2700', 0, '2023-09-17 21:56:27', '2023-09-17 21:56:27'),
(200342, 1476, '2027-05-01 00:00:00', NULL, NULL, '', '2700', 0, '2023-09-17 21:56:27', '2023-09-17 21:56:27'),
(200343, 1476, '2028-05-01 00:00:00', NULL, NULL, '', '2700', 0, '2023-09-17 21:56:27', '2023-09-17 21:56:27'),
(200344, 1477, '2024-05-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-17 22:00:39', '2023-09-17 22:00:39'),
(200345, 1477, '2025-05-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-17 22:00:39', '2023-09-17 22:00:39'),
(200346, 1477, '2026-05-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-17 22:00:39', '2023-09-17 22:00:39'),
(200347, 1477, '2027-05-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-17 22:00:39', '2023-09-17 22:00:39'),
(200348, 1477, '2028-05-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-17 22:00:39', '2023-09-17 22:00:39'),
(200349, 1478, '2024-05-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-17 22:03:25', '2023-09-17 22:03:25'),
(200350, 1478, '2025-05-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-17 22:03:25', '2023-09-17 22:03:25'),
(200351, 1478, '2026-05-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-17 22:03:25', '2023-09-17 22:03:25'),
(200352, 1478, '2027-05-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-17 22:03:25', '2023-09-17 22:03:25'),
(200353, 1478, '2028-05-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-17 22:03:25', '2023-09-17 22:03:25'),
(200354, 1479, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '600', 0, '2023-09-17 22:06:36', '2023-09-17 22:06:36'),
(200355, 1480, '2024-05-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-18 09:59:39', '2023-09-18 09:59:39'),
(200356, 1480, '2025-05-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-18 09:59:39', '2023-09-18 09:59:39'),
(200357, 1480, '2026-05-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-18 09:59:39', '2023-09-18 09:59:39'),
(200358, 1480, '2027-05-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-18 09:59:39', '2023-09-18 09:59:39'),
(200359, 1480, '2028-05-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-18 09:59:39', '2023-09-18 09:59:39'),
(200360, 1481, '2022-06-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-18 10:01:51', '2023-09-18 10:01:51'),
(200361, 1481, '2022-07-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-18 10:01:51', '2023-09-18 10:01:51'),
(200362, 1481, '2022-08-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-18 10:01:51', '2023-09-18 10:01:51'),
(200363, 1481, '2022-09-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-18 10:01:51', '2023-09-18 10:01:51'),
(200364, 1481, '2022-10-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-18 10:01:51', '2023-09-18 10:01:51'),
(200365, 1481, '2022-11-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-18 10:01:51', '2023-09-18 10:01:51'),
(200366, 1481, '2022-12-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-18 10:01:51', '2023-09-18 10:01:51'),
(200367, 1481, '2023-01-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-18 10:01:51', '2023-09-18 10:01:51'),
(200368, 1481, '2023-02-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-18 10:01:51', '2023-09-18 10:01:51'),
(200369, 1481, '2023-03-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-18 10:01:51', '2023-09-18 10:01:51'),
(200370, 1481, '2023-04-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-18 10:01:51', '2023-09-18 10:01:51'),
(200371, 1481, '2023-05-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-18 10:01:51', '2023-09-18 10:01:51'),
(200372, 1481, '2023-06-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-18 10:01:51', '2023-09-18 10:01:51'),
(200373, 1481, '2023-07-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-18 10:01:51', '2023-09-18 10:01:51'),
(200374, 1481, '2023-08-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-18 10:01:51', '2023-09-18 10:01:51'),
(200375, 1481, '2023-09-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-18 10:01:51', '2023-09-18 10:01:51'),
(200376, 1481, '2023-10-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-18 10:01:51', '2023-09-18 10:01:51'),
(200377, 1482, '2023-05-01 00:00:00', NULL, NULL, '', '3200', 0, '2023-09-18 10:04:20', '2023-09-18 10:04:20'),
(200394, 1483, '2023-05-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-18 10:07:01', '2023-09-18 10:07:01'),
(200395, 1483, '2024-05-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-18 10:07:01', '2023-09-18 10:07:01'),
(200396, 1483, '2025-05-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-18 10:07:01', '2023-09-18 10:07:01'),
(200397, 1483, '2026-05-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-18 10:07:01', '2023-09-18 10:07:01'),
(200398, 1483, '2027-05-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-18 10:07:01', '2023-09-18 10:07:01'),
(200399, 1483, '2028-05-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-18 10:07:01', '2023-09-18 10:07:01'),
(200400, 1483, '2029-05-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-18 10:07:01', '2023-09-18 10:07:01'),
(200401, 1483, '2030-05-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-18 10:07:01', '2023-09-18 10:07:01'),
(200402, 1483, '2031-05-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-18 10:07:01', '2023-09-18 10:07:01'),
(200403, 1483, '2032-05-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-18 10:07:01', '2023-09-18 10:07:01'),
(200404, 1483, '2033-05-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-18 10:07:01', '2023-09-18 10:07:01'),
(200405, 1483, '2034-05-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-18 10:07:01', '2023-09-18 10:07:01'),
(200406, 1483, '2035-05-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-18 10:07:01', '2023-09-18 10:07:01'),
(200407, 1483, '2036-05-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-18 10:07:01', '2023-09-18 10:07:01'),
(200408, 1483, '2037-05-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-18 10:07:01', '2023-09-18 10:07:01'),
(200409, 1483, '2038-05-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-18 10:07:01', '2023-09-18 10:07:01'),
(200410, 1483, '2039-05-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-18 10:07:01', '2023-09-18 10:07:01'),
(200411, 1484, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '0', 0, '2023-09-18 10:13:21', '2023-09-18 10:13:21'),
(200412, 1485, '2024-05-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-18 10:17:31', '2023-09-18 10:17:31'),
(200413, 1485, '2025-05-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-18 10:17:31', '2023-09-18 10:17:31'),
(200414, 1485, '2026-05-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-18 10:17:31', '2023-09-18 10:17:31'),
(200415, 1485, '2027-05-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-18 10:17:31', '2023-09-18 10:17:31'),
(200416, 1485, '2028-05-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-18 10:17:31', '2023-09-18 10:17:31'),
(200417, 1486, '2023-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-18 10:23:07', '2023-09-18 10:23:07'),
(200422, 1487, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '0', 0, '2023-09-18 10:30:15', '2023-09-18 10:30:15'),
(200423, 1488, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '0', 0, '2023-09-18 10:34:08', '2023-09-18 10:34:08'),
(200424, 1489, '2024-05-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-18 10:38:40', '2023-09-18 10:38:40'),
(200425, 1489, '2025-05-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-18 10:38:40', '2023-09-18 10:38:40'),
(200426, 1489, '2026-05-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-18 10:38:40', '2023-09-18 10:38:40'),
(200427, 1489, '2027-05-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-18 10:38:40', '2023-09-18 10:38:40'),
(200428, 1489, '2028-05-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-18 10:38:40', '2023-09-18 10:38:40'),
(200429, 1490, '2024-05-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-18 10:50:45', '2023-09-18 10:50:45'),
(200430, 1490, '2025-05-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-18 10:50:45', '2023-09-18 10:50:45'),
(200431, 1490, '2026-05-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-18 10:50:45', '2023-09-18 10:50:45'),
(200432, 1490, '2027-05-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-18 10:50:45', '2023-09-18 10:50:45'),
(200433, 1490, '2028-05-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-18 10:50:45', '2023-09-18 10:50:45'),
(200434, 1491, '2024-05-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-18 10:54:54', '2023-09-18 10:54:54'),
(200435, 1491, '2025-05-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-18 10:54:54', '2023-09-18 10:54:54'),
(200436, 1491, '2026-05-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-18 10:54:55', '2023-09-18 10:54:55'),
(200437, 1491, '2027-05-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-18 10:54:55', '2023-09-18 10:54:55'),
(200438, 1491, '2028-05-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-18 10:54:55', '2023-09-18 10:54:55'),
(200439, 1492, '2024-05-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-18 10:59:24', '2023-09-18 10:59:24'),
(200440, 1492, '2025-05-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-18 10:59:24', '2023-09-18 10:59:24'),
(200441, 1492, '2026-05-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-18 10:59:24', '2023-09-18 10:59:24'),
(200442, 1492, '2027-05-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-18 10:59:24', '2023-09-18 10:59:24'),
(200443, 1492, '2028-05-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-18 10:59:24', '2023-09-18 10:59:24'),
(200444, 1493, '2023-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-18 11:18:33', '2023-09-18 11:18:33'),
(200445, 1493, '2023-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-18 11:18:33', '2023-09-18 11:18:33'),
(200446, 1493, '2023-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-18 11:18:33', '2023-09-18 11:18:33'),
(200447, 1493, '2023-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-18 11:18:33', '2023-09-18 11:18:33'),
(200448, 1494, '2024-06-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-18 11:42:14', '2023-09-18 11:42:14'),
(200449, 1494, '2025-06-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-18 11:42:14', '2023-09-18 11:42:14'),
(200450, 1494, '2026-06-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-18 11:42:14', '2023-09-18 11:42:14'),
(200451, 1494, '2027-06-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-18 11:42:14', '2023-09-18 11:42:14'),
(200452, 1495, '2023-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-18 21:46:48', '2023-09-18 21:46:48'),
(200453, 1495, '2023-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-18 21:46:48', '2023-09-18 21:46:48'),
(200454, 1495, '2023-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-18 21:46:48', '2023-09-18 21:46:48'),
(200455, 1495, '2023-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-18 21:46:48', '2023-09-18 21:46:48'),
(200456, 1496, '2024-06-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-18 21:50:51', '2023-09-18 21:50:51'),
(200457, 1496, '2025-06-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-18 21:50:51', '2023-09-18 21:50:51'),
(200458, 1496, '2026-06-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-18 21:50:51', '2023-09-18 21:50:51'),
(200459, 1496, '2027-06-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-18 21:50:51', '2023-09-18 21:50:51'),
(200460, 1497, '2024-06-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-18 21:54:10', '2023-09-18 21:54:10'),
(200461, 1497, '2025-06-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-18 21:54:10', '2023-09-18 21:54:10'),
(200462, 1497, '2026-06-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-18 21:54:10', '2023-09-18 21:54:10'),
(200463, 1497, '2027-06-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-18 21:54:10', '2023-09-18 21:54:10'),
(200464, 1498, '2024-06-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-18 21:56:46', '2023-09-18 21:56:46'),
(200465, 1498, '2025-06-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-18 21:56:46', '2023-09-18 21:56:46'),
(200466, 1498, '2026-06-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-18 21:56:46', '2023-09-18 21:56:46'),
(200467, 1498, '2027-06-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-18 21:56:46', '2023-09-18 21:56:46'),
(200468, 1499, '2024-06-01 00:00:00', NULL, NULL, '', '6800', 0, '2023-09-18 21:59:51', '2023-09-18 21:59:51'),
(200469, 1499, '2025-06-01 00:00:00', NULL, NULL, '', '6800', 0, '2023-09-18 21:59:51', '2023-09-18 21:59:51'),
(200470, 1499, '2026-06-01 00:00:00', NULL, NULL, '', '6800', 0, '2023-09-18 21:59:51', '2023-09-18 21:59:51'),
(200471, 1499, '2027-06-01 00:00:00', NULL, NULL, '', '6800', 0, '2023-09-18 21:59:51', '2023-09-18 21:59:51'),
(200472, 1500, '2024-06-01 00:00:00', NULL, NULL, '', '3400', 0, '2023-09-18 22:05:59', '2023-09-18 22:05:59'),
(200473, 1500, '2025-06-01 00:00:00', NULL, NULL, '', '3400', 0, '2023-09-18 22:05:59', '2023-09-18 22:05:59'),
(200474, 1500, '2026-06-01 00:00:00', NULL, NULL, '', '3400', 0, '2023-09-18 22:05:59', '2023-09-18 22:05:59'),
(200475, 1500, '2027-06-01 00:00:00', NULL, NULL, '', '3400', 0, '2023-09-18 22:05:59', '2023-09-18 22:05:59'),
(200476, 1501, '2024-06-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-18 22:08:41', '2023-09-18 22:08:41'),
(200477, 1501, '2025-06-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-18 22:08:41', '2023-09-18 22:08:41'),
(200478, 1501, '2026-06-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-18 22:08:41', '2023-09-18 22:08:41'),
(200479, 1501, '2027-06-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-18 22:08:41', '2023-09-18 22:08:41'),
(200480, 1502, '2023-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-18 22:18:24', '2023-09-18 22:18:24'),
(200481, 1502, '2023-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-18 22:18:24', '2023-09-18 22:18:24'),
(200482, 1502, '2023-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-18 22:18:24', '2023-09-18 22:18:24'),
(200483, 1502, '2023-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-18 22:18:24', '2023-09-18 22:18:24'),
(200484, 1503, '2024-06-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-18 22:21:36', '2023-09-18 22:21:36'),
(200485, 1503, '2025-06-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-18 22:21:36', '2023-09-18 22:21:36'),
(200486, 1503, '2026-06-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-18 22:21:36', '2023-09-18 22:21:36'),
(200487, 1503, '2027-06-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-18 22:21:36', '2023-09-18 22:21:36'),
(200488, 1504, '2024-06-01 00:00:00', NULL, NULL, '', '3200', 0, '2023-09-18 22:24:45', '2023-09-18 22:24:45'),
(200489, 1504, '2025-06-01 00:00:00', NULL, NULL, '', '3200', 0, '2023-09-18 22:24:45', '2023-09-18 22:24:45'),
(200490, 1504, '2026-06-01 00:00:00', NULL, NULL, '', '3200', 0, '2023-09-18 22:24:45', '2023-09-18 22:24:45'),
(200491, 1504, '2027-06-01 00:00:00', NULL, NULL, '', '3200', 0, '2023-09-18 22:24:45', '2023-09-18 22:24:45'),
(200492, 1505, '2024-06-01 00:00:00', NULL, NULL, '', '3400', 0, '2023-09-18 22:27:35', '2023-09-18 22:27:35'),
(200493, 1505, '2025-06-01 00:00:00', NULL, NULL, '', '3400', 0, '2023-09-18 22:27:35', '2023-09-18 22:27:35'),
(200494, 1505, '2026-06-01 00:00:00', NULL, NULL, '', '3400', 0, '2023-09-18 22:27:35', '2023-09-18 22:27:35'),
(200495, 1505, '2027-06-01 00:00:00', NULL, NULL, '', '3400', 0, '2023-09-18 22:27:35', '2023-09-18 22:27:35'),
(200496, 1506, '2024-06-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-18 22:30:57', '2023-09-18 22:30:57'),
(200497, 1506, '2025-06-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-18 22:30:57', '2023-09-18 22:30:57'),
(200498, 1506, '2026-06-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-18 22:30:57', '2023-09-18 22:30:57'),
(200499, 1506, '2027-06-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-18 22:30:57', '2023-09-18 22:30:57'),
(200500, 1507, '2024-06-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-18 22:33:35', '2023-09-18 22:33:35'),
(200501, 1507, '2025-06-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-18 22:33:35', '2023-09-18 22:33:35'),
(200502, 1507, '2026-06-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-18 22:33:35', '2023-09-18 22:33:35'),
(200503, 1507, '2027-06-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-18 22:33:35', '2023-09-18 22:33:35'),
(200504, 1508, '2024-06-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-18 22:35:56', '2023-09-18 22:35:56'),
(200505, 1508, '2025-06-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-18 22:35:56', '2023-09-18 22:35:56'),
(200506, 1508, '2026-06-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-18 22:35:56', '2023-09-18 22:35:56'),
(200507, 1508, '2027-06-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-18 22:35:56', '2023-09-18 22:35:56'),
(200508, 1509, '2024-06-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-18 22:38:37', '2023-09-18 22:38:37'),
(200512, 1510, '2024-06-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-19 21:17:28', '2023-09-19 21:17:28'),
(200513, 1510, '2025-06-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-19 21:17:28', '2023-09-19 21:17:28'),
(200514, 1510, '2026-06-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-19 21:17:28', '2023-09-19 21:17:28'),
(200515, 1510, '2027-06-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-19 21:17:28', '2023-09-19 21:17:28'),
(200516, 1511, '2024-06-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-19 21:22:20', '2023-09-19 21:22:20'),
(200517, 1511, '2025-06-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-19 21:22:20', '2023-09-19 21:22:20'),
(200518, 1511, '2026-06-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-19 21:22:20', '2023-09-19 21:22:20'),
(200519, 1511, '2027-06-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-19 21:22:20', '2023-09-19 21:22:20'),
(200520, 1512, '2024-06-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-19 21:26:13', '2023-09-19 21:26:13'),
(200521, 1512, '2025-06-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-19 21:26:13', '2023-09-19 21:26:13'),
(200522, 1512, '2026-06-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-19 21:26:13', '2023-09-19 21:26:13'),
(200523, 1512, '2027-06-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-19 21:26:13', '2023-09-19 21:26:13'),
(200524, 1513, '2024-06-01 00:00:00', NULL, NULL, '', '3400', 0, '2023-09-19 21:30:46', '2023-09-19 21:30:46'),
(200525, 1513, '2025-06-01 00:00:00', NULL, NULL, '', '3400', 0, '2023-09-19 21:30:46', '2023-09-19 21:30:46'),
(200526, 1513, '2026-06-01 00:00:00', NULL, NULL, '', '3400', 0, '2023-09-19 21:30:46', '2023-09-19 21:30:46'),
(200527, 1513, '2027-06-01 00:00:00', NULL, NULL, '', '3400', 0, '2023-09-19 21:30:46', '2023-09-19 21:30:46'),
(200528, 1514, '2023-06-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-19 21:34:31', '2023-09-19 21:34:31'),
(200529, 1514, '2024-06-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-19 21:34:31', '2023-09-19 21:34:31'),
(200530, 1514, '2025-06-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-19 21:34:31', '2023-09-19 21:34:31'),
(200531, 1514, '2026-06-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-19 21:34:31', '2023-09-19 21:34:31'),
(200532, 1514, '2027-06-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-19 21:34:31', '2023-09-19 21:34:31'),
(200533, 1514, '2028-06-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-19 21:34:31', '2023-09-19 21:34:31'),
(200534, 1514, '2029-06-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-19 21:34:31', '2023-09-19 21:34:31'),
(200535, 1514, '2030-06-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-19 21:34:31', '2023-09-19 21:34:31'),
(200536, 1514, '2031-06-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-19 21:34:31', '2023-09-19 21:34:31'),
(200537, 1514, '2032-06-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-19 21:34:31', '2023-09-19 21:34:31'),
(200538, 1514, '2033-06-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-19 21:34:31', '2023-09-19 21:34:31'),
(200539, 1514, '2034-06-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-19 21:34:31', '2023-09-19 21:34:31'),
(200540, 1514, '2035-06-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-19 21:34:31', '2023-09-19 21:34:31'),
(200541, 1514, '2036-06-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-19 21:34:31', '2023-09-19 21:34:31'),
(200542, 1514, '2037-06-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-19 21:34:31', '2023-09-19 21:34:31'),
(200543, 1514, '2038-06-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-19 21:34:31', '2023-09-19 21:34:31'),
(200544, 1515, '2024-06-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-19 21:37:38', '2023-09-19 21:37:38'),
(200545, 1515, '2025-06-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-19 21:37:38', '2023-09-19 21:37:38'),
(200546, 1515, '2026-06-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-19 21:37:38', '2023-09-19 21:37:38'),
(200547, 1515, '2027-06-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-19 21:37:38', '2023-09-19 21:37:38'),
(200548, 1516, '2024-06-01 00:00:00', NULL, NULL, '', '4000', 0, '2023-09-19 21:41:07', '2023-09-19 21:41:07'),
(200549, 1516, '2025-06-01 00:00:00', NULL, NULL, '', '4000', 0, '2023-09-19 21:41:07', '2023-09-19 21:41:07'),
(200550, 1516, '2026-06-01 00:00:00', NULL, NULL, '', '4000', 0, '2023-09-19 21:41:07', '2023-09-19 21:41:07'),
(200551, 1516, '2027-06-01 00:00:00', NULL, NULL, '', '4000', 0, '2023-09-19 21:41:07', '2023-09-19 21:41:07'),
(200552, 1517, '2024-06-01 00:00:00', NULL, NULL, '', '3400', 0, '2023-09-19 21:45:06', '2023-09-19 21:45:06'),
(200553, 1517, '2025-06-01 00:00:00', NULL, NULL, '', '3400', 0, '2023-09-19 21:45:06', '2023-09-19 21:45:06'),
(200554, 1517, '2026-06-01 00:00:00', NULL, NULL, '', '3400', 0, '2023-09-19 21:45:06', '2023-09-19 21:45:06'),
(200555, 1517, '2027-06-01 00:00:00', NULL, NULL, '', '3400', 0, '2023-09-19 21:45:06', '2023-09-19 21:45:06'),
(200556, 1518, '2024-06-01 00:00:00', NULL, NULL, '', '3000', 0, '2023-09-19 21:49:24', '2023-09-19 21:49:24'),
(200557, 1518, '2025-06-01 00:00:00', NULL, NULL, '', '3000', 0, '2023-09-19 21:49:24', '2023-09-19 21:49:24'),
(200558, 1518, '2026-06-01 00:00:00', NULL, NULL, '', '3000', 0, '2023-09-19 21:49:24', '2023-09-19 21:49:24'),
(200559, 1518, '2027-06-01 00:00:00', NULL, NULL, '', '3000', 0, '2023-09-19 21:49:24', '2023-09-19 21:49:24'),
(200560, 1519, '2024-06-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-19 21:57:42', '2023-09-19 21:57:42'),
(200561, 1519, '2025-06-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-19 21:57:42', '2023-09-19 21:57:42'),
(200562, 1519, '2026-06-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-19 21:57:42', '2023-09-19 21:57:42'),
(200563, 1519, '2027-06-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-19 21:57:42', '2023-09-19 21:57:42'),
(200564, 1520, '2024-06-01 00:00:00', NULL, NULL, '', '3700', 0, '2023-09-19 22:03:36', '2023-09-19 22:03:36'),
(200568, 1521, '2024-06-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-19 22:07:39', '2023-09-19 22:07:39'),
(200569, 1521, '2025-06-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-19 22:07:39', '2023-09-19 22:07:39'),
(200570, 1521, '2026-06-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-19 22:07:39', '2023-09-19 22:07:39'),
(200571, 1521, '2027-06-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-19 22:07:39', '2023-09-19 22:07:39'),
(200572, 1522, '2024-06-01 00:00:00', NULL, NULL, '', '3200', 0, '2023-09-19 22:13:44', '2023-09-19 22:13:44'),
(200573, 1522, '2025-06-01 00:00:00', NULL, NULL, '', '3200', 0, '2023-09-19 22:13:44', '2023-09-19 22:13:44'),
(200574, 1522, '2026-06-01 00:00:00', NULL, NULL, '', '3200', 0, '2023-09-19 22:13:44', '2023-09-19 22:13:44'),
(200575, 1522, '2027-06-01 00:00:00', NULL, NULL, '', '3200', 0, '2023-09-19 22:13:44', '2023-09-19 22:13:44'),
(200576, 1523, '2024-06-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-19 22:17:50', '2023-09-19 22:17:50'),
(200577, 1523, '2025-06-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-19 22:17:50', '2023-09-19 22:17:50'),
(200578, 1523, '2026-06-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-19 22:17:50', '2023-09-19 22:17:50'),
(200579, 1523, '2027-06-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-19 22:17:50', '2023-09-19 22:17:50'),
(200580, 1524, '2024-06-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-19 22:21:14', '2023-09-19 22:21:14'),
(200581, 1524, '2025-06-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-19 22:21:14', '2023-09-19 22:21:14'),
(200582, 1524, '2026-06-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-19 22:21:14', '2023-09-19 22:21:14'),
(200583, 1524, '2027-06-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-19 22:21:14', '2023-09-19 22:21:14'),
(200584, 1525, '2024-06-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-19 22:24:27', '2023-09-19 22:24:27'),
(200585, 1525, '2025-06-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-19 22:24:27', '2023-09-19 22:24:27'),
(200586, 1525, '2026-06-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-19 22:24:27', '2023-09-19 22:24:27'),
(200587, 1525, '2027-06-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-19 22:24:27', '2023-09-19 22:24:27'),
(200588, 1526, '2024-06-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-19 22:28:57', '2023-09-19 22:28:57'),
(200592, 1527, '2023-06-01 00:00:00', NULL, NULL, '', '4000', 0, '2023-09-19 22:32:54', '2023-09-19 22:32:54'),
(200593, 1527, '2024-06-01 00:00:00', NULL, NULL, '', '4000', 0, '2023-09-19 22:32:54', '2023-09-19 22:32:54'),
(200594, 1527, '2025-06-01 00:00:00', NULL, NULL, '', '4000', 0, '2023-09-19 22:32:54', '2023-09-19 22:32:54'),
(200595, 1527, '2026-06-01 00:00:00', NULL, NULL, '', '4000', 0, '2023-09-19 22:32:55', '2023-09-19 22:32:55'),
(200596, 1527, '2027-06-01 00:00:00', NULL, NULL, '', '4000', 0, '2023-09-19 22:32:56', '2023-09-19 22:32:56'),
(200597, 1527, '2028-06-01 00:00:00', NULL, NULL, '', '4000', 0, '2023-09-19 22:32:56', '2023-09-19 22:32:56'),
(200598, 1527, '2029-06-01 00:00:00', NULL, NULL, '', '4000', 0, '2023-09-19 22:32:56', '2023-09-19 22:32:56'),
(200599, 1527, '2030-06-01 00:00:00', NULL, NULL, '', '4000', 0, '2023-09-19 22:32:56', '2023-09-19 22:32:56'),
(200600, 1527, '2031-06-01 00:00:00', NULL, NULL, '', '4000', 0, '2023-09-19 22:32:57', '2023-09-19 22:32:57'),
(200601, 1527, '2032-06-01 00:00:00', NULL, NULL, '', '4000', 0, '2023-09-19 22:32:57', '2023-09-19 22:32:57'),
(200602, 1527, '2033-06-01 00:00:00', NULL, NULL, '', '4000', 0, '2023-09-19 22:32:58', '2023-09-19 22:32:58'),
(200603, 1527, '2034-06-01 00:00:00', NULL, NULL, '', '4000', 0, '2023-09-19 22:32:58', '2023-09-19 22:32:58'),
(200604, 1527, '2035-06-01 00:00:00', NULL, NULL, '', '4000', 0, '2023-09-19 22:32:58', '2023-09-19 22:32:58'),
(200605, 1527, '2036-06-01 00:00:00', NULL, NULL, '', '4000', 0, '2023-09-19 22:32:58', '2023-09-19 22:32:58'),
(200606, 1527, '2037-06-01 00:00:00', NULL, NULL, '', '4000', 0, '2023-09-19 22:32:58', '2023-09-19 22:32:58'),
(200607, 1527, '2038-06-01 00:00:00', NULL, NULL, '', '4000', 0, '2023-09-19 22:32:58', '2023-09-19 22:32:58'),
(200608, 1528, '2024-06-01 00:00:00', NULL, NULL, '', '3000', 0, '2023-09-19 22:35:34', '2023-09-19 22:35:34'),
(200609, 1528, '2025-06-01 00:00:00', NULL, NULL, '', '3000', 0, '2023-09-19 22:35:34', '2023-09-19 22:35:34'),
(200610, 1528, '2026-06-01 00:00:00', NULL, NULL, '', '3000', 0, '2023-09-19 22:35:34', '2023-09-19 22:35:34'),
(200611, 1528, '2027-06-01 00:00:00', NULL, NULL, '', '3000', 0, '2023-09-19 22:35:34', '2023-09-19 22:35:34'),
(200612, 1529, '2024-07-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-19 22:45:55', '2023-09-19 22:45:55'),
(200613, 1529, '2025-07-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-19 22:45:55', '2023-09-19 22:45:55'),
(200614, 1529, '2026-07-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-19 22:45:55', '2023-09-19 22:45:55'),
(200615, 1530, '2024-07-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-19 22:52:32', '2023-09-19 22:52:32'),
(200616, 1530, '2025-07-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-19 22:52:32', '2023-09-19 22:52:32'),
(200617, 1530, '2026-07-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-19 22:52:32', '2023-09-19 22:52:32'),
(200618, 1531, '2024-07-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-19 22:57:22', '2023-09-19 22:57:22'),
(200619, 1531, '2025-07-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-19 22:57:22', '2023-09-19 22:57:22'),
(200620, 1531, '2026-07-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-19 22:57:22', '2023-09-19 22:57:22'),
(200621, 1532, '2024-07-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-19 23:01:47', '2023-09-19 23:01:47'),
(200622, 1532, '2025-07-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-19 23:01:47', '2023-09-19 23:01:47'),
(200623, 1532, '2026-07-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-19 23:01:47', '2023-09-19 23:01:47'),
(200624, 1533, '2024-07-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-19 23:06:08', '2023-09-19 23:06:08'),
(200625, 1533, '2025-07-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-19 23:06:08', '2023-09-19 23:06:08'),
(200626, 1533, '2026-07-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-19 23:06:08', '2023-09-19 23:06:08'),
(200627, 1534, '2023-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-19 23:11:56', '2023-09-19 23:11:56'),
(200628, 1534, '2023-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-19 23:11:56', '2023-09-19 23:11:56'),
(200629, 1534, '2023-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-09-19 23:11:56', '2023-09-19 23:11:56'),
(200630, 1535, '2023-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-19 23:16:01', '2023-09-19 23:16:01'),
(200631, 1535, '2023-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-19 23:16:01', '2023-09-19 23:16:01'),
(200632, 1535, '2023-10-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-19 23:16:01', '2023-09-19 23:16:01'),
(200633, 1536, '2023-08-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-21 10:35:44', '2023-09-21 10:35:44'),
(200636, 1537, '2023-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-21 10:56:04', '2023-09-21 10:56:04'),
(200637, 1537, '2023-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-21 10:56:04', '2023-09-21 10:56:04'),
(200638, 1537, '2023-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-21 10:56:04', '2023-09-21 10:56:04'),
(200639, 1538, '2023-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-21 11:01:21', '2023-09-21 11:01:21'),
(200640, 1539, '2024-07-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-21 11:04:08', '2023-09-21 11:04:08'),
(200641, 1539, '2025-07-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-21 11:04:08', '2023-09-21 11:04:08'),
(200642, 1539, '2026-07-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-21 11:04:08', '2023-09-21 11:04:08'),
(200643, 1540, '2024-07-01 00:00:00', NULL, NULL, '', '3400', 0, '2023-09-21 11:09:03', '2023-09-21 11:09:03'),
(200646, 1541, '2024-07-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-21 11:29:46', '2023-09-21 11:29:46'),
(200649, 1542, '2023-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-21 11:32:51', '2023-09-21 11:32:51'),
(200650, 1542, '2023-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-21 11:32:51', '2023-09-21 11:32:51'),
(200651, 1542, '2023-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-21 11:32:51', '2023-09-21 11:32:51'),
(200652, 1543, '2024-07-01 00:00:00', NULL, '2024-07-01 00:00:00', '', '0', 0, '2023-09-21 11:45:06', '2023-09-21 11:45:06'),
(200653, 1544, '2024-07-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-21 11:47:39', '2023-09-21 11:47:39'),
(200654, 1544, '2025-07-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-21 11:47:39', '2023-09-21 11:47:39'),
(200655, 1544, '2026-07-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-21 11:47:39', '2023-09-21 11:47:39'),
(200656, 1545, '2024-07-01 00:00:00', NULL, NULL, '', '4000', 0, '2023-09-21 12:06:24', '2023-09-21 12:06:24'),
(200657, 1545, '2025-07-01 00:00:00', NULL, NULL, '', '4000', 0, '2023-09-21 12:06:24', '2023-09-21 12:06:24'),
(200658, 1545, '2026-07-01 00:00:00', NULL, NULL, '', '4000', 0, '2023-09-21 12:06:24', '2023-09-21 12:06:24'),
(200659, 1546, '2024-07-01 00:00:00', NULL, NULL, '', '3000', 0, '2023-09-21 12:12:17', '2023-09-21 12:12:17'),
(200660, 1546, '2025-07-01 00:00:00', NULL, NULL, '', '3000', 0, '2023-09-21 12:12:17', '2023-09-21 12:12:17'),
(200661, 1546, '2026-07-01 00:00:00', NULL, NULL, '', '3000', 0, '2023-09-21 12:12:17', '2023-09-21 12:12:17'),
(200662, 1547, '2024-07-01 00:00:00', NULL, NULL, '', '3800', 0, '2023-09-21 12:16:16', '2023-09-21 12:16:16'),
(200663, 1547, '2025-07-01 00:00:00', NULL, NULL, '', '3800', 0, '2023-09-21 12:16:16', '2023-09-21 12:16:16'),
(200664, 1547, '2026-07-01 00:00:00', NULL, NULL, '', '3800', 0, '2023-09-21 12:16:16', '2023-09-21 12:16:16'),
(200665, 1548, '2024-07-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-21 12:18:47', '2023-09-21 12:18:47'),
(200666, 1548, '2025-07-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-21 12:18:47', '2023-09-21 12:18:47'),
(200667, 1548, '2026-07-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-21 12:18:47', '2023-09-21 12:18:47'),
(200668, 1549, '2023-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-21 12:22:25', '2023-09-21 12:22:25'),
(200671, 1550, '2023-08-01 00:00:00', NULL, NULL, '', '3400', 0, '2023-09-21 12:26:04', '2023-09-21 12:26:04'),
(200674, 1551, '2024-07-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-21 13:14:45', '2023-09-21 13:14:45'),
(200675, 1551, '2025-07-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-21 13:14:45', '2023-09-21 13:14:45'),
(200676, 1551, '2026-07-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-21 13:14:45', '2023-09-21 13:14:45'),
(200677, 1552, '2024-07-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-21 13:24:49', '2023-09-21 13:24:49'),
(200678, 1552, '2025-07-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-21 13:24:49', '2023-09-21 13:24:49'),
(200679, 1552, '2026-07-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-21 13:24:49', '2023-09-21 13:24:49'),
(200680, 1553, '2023-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-21 13:28:11', '2023-09-21 13:28:11'),
(200681, 1553, '2023-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-21 13:28:11', '2023-09-21 13:28:11'),
(200682, 1553, '2023-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-21 13:28:11', '2023-09-21 13:28:11'),
(200683, 1554, '2024-07-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-21 13:30:39', '2023-09-21 13:30:39'),
(200686, 1555, '2024-07-01 00:00:00', NULL, NULL, '', '4000', 0, '2023-09-21 13:34:45', '2023-09-21 13:34:45'),
(200689, 1556, '2024-07-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-21 13:37:24', '2023-09-21 13:37:24'),
(200690, 1556, '2025-07-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-21 13:37:24', '2023-09-21 13:37:24'),
(200691, 1556, '2026-07-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-21 13:37:24', '2023-09-21 13:37:24'),
(200692, 1557, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '0', 0, '2023-09-21 13:43:11', '2023-09-21 13:43:11'),
(200693, 1558, '2024-07-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-21 13:49:29', '2023-09-21 13:49:29'),
(200694, 1558, '2025-07-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-21 13:49:29', '2023-09-21 13:49:29'),
(200695, 1558, '2026-07-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-21 13:49:29', '2023-09-21 13:49:29'),
(200696, 1559, '2024-07-01 00:00:00', NULL, NULL, '', '3400', 0, '2023-09-21 13:52:59', '2023-09-21 13:52:59'),
(200697, 1559, '2025-07-01 00:00:00', NULL, NULL, '', '3400', 0, '2023-09-21 13:52:59', '2023-09-21 13:52:59'),
(200698, 1559, '2026-07-01 00:00:00', NULL, NULL, '', '3400', 0, '2023-09-21 13:52:59', '2023-09-21 13:52:59');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(200699, 1560, '2024-07-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-21 14:00:34', '2023-09-21 14:00:34'),
(200700, 1560, '2025-07-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-21 14:00:34', '2023-09-21 14:00:34'),
(200701, 1560, '2026-07-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-21 14:00:34', '2023-09-21 14:00:34'),
(200702, 1561, '2024-07-01 00:00:00', NULL, NULL, '', '4000', 0, '2023-09-21 14:06:30', '2023-09-21 14:06:30'),
(200705, 1562, '2024-07-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-21 14:10:43', '2023-09-21 14:10:43'),
(200708, 1563, '2024-07-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-21 14:15:02', '2023-09-21 14:15:02'),
(200709, 1563, '2025-07-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-21 14:15:02', '2023-09-21 14:15:02'),
(200710, 1563, '2026-07-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-21 14:15:02', '2023-09-21 14:15:02'),
(200711, 1564, '2024-07-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-21 15:03:49', '2023-09-21 15:03:49'),
(200712, 1564, '2025-07-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-21 15:03:49', '2023-09-21 15:03:49'),
(200713, 1564, '2026-07-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-21 15:03:49', '2023-09-21 15:03:49'),
(200714, 1565, '2023-08-01 00:00:00', NULL, NULL, '', '300', 0, '2023-09-21 15:08:34', '2023-09-21 15:08:34'),
(200717, 1566, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '0', 0, '2023-09-21 15:23:29', '2023-09-21 15:23:29'),
(200718, 1567, '2024-07-01 00:00:00', NULL, NULL, '', '4000', 0, '2023-09-21 15:32:01', '2023-09-21 15:32:01'),
(200719, 1567, '2025-07-01 00:00:00', NULL, NULL, '', '4000', 0, '2023-09-21 15:32:01', '2023-09-21 15:32:01'),
(200720, 1567, '2026-07-01 00:00:00', NULL, NULL, '', '4000', 0, '2023-09-21 15:32:01', '2023-09-21 15:32:01'),
(200721, 1568, '2024-07-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-21 15:38:50', '2023-09-21 15:38:50'),
(200722, 1568, '2025-07-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-21 15:38:50', '2023-09-21 15:38:50'),
(200723, 1568, '2026-07-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-21 15:38:50', '2023-09-21 15:38:50'),
(200724, 1569, '2023-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-21 15:46:07', '2023-09-21 15:46:07'),
(200725, 1569, '2023-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-21 15:46:07', '2023-09-21 15:46:07'),
(200726, 1569, '2023-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-21 15:46:07', '2023-09-21 15:46:07'),
(200727, 1570, '2024-07-01 00:00:00', NULL, NULL, '', '3300', 0, '2023-09-21 15:49:53', '2023-09-21 15:49:53'),
(200730, 1571, '2023-08-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-21 15:55:59', '2023-09-21 15:55:59'),
(200731, 1571, '2023-09-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-21 15:55:59', '2023-09-21 15:55:59'),
(200732, 1571, '2023-10-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-21 15:55:59', '2023-09-21 15:55:59'),
(200733, 1572, '2024-07-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-21 15:59:09', '2023-09-21 15:59:09'),
(200734, 1572, '2025-07-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-21 15:59:09', '2023-09-21 15:59:09'),
(200735, 1572, '2026-07-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-21 15:59:09', '2023-09-21 15:59:09'),
(200736, 1573, '2023-08-01 00:00:00', NULL, NULL, '', '350', 0, '2023-09-21 16:30:41', '2023-09-21 16:30:41'),
(200737, 1573, '2023-09-01 00:00:00', NULL, NULL, '', '350', 0, '2023-09-21 16:30:41', '2023-09-21 16:30:41'),
(200738, 1573, '2023-10-01 00:00:00', NULL, NULL, '', '350', 0, '2023-09-21 16:30:41', '2023-09-21 16:30:41'),
(200739, 1574, '2024-07-01 00:00:00', NULL, NULL, '', '4000', 0, '2023-09-21 16:33:03', '2023-09-21 16:33:03'),
(200740, 1574, '2025-07-01 00:00:00', NULL, NULL, '', '4000', 0, '2023-09-21 16:33:03', '2023-09-21 16:33:03'),
(200741, 1574, '2026-07-01 00:00:00', NULL, NULL, '', '4000', 0, '2023-09-21 16:33:03', '2023-09-21 16:33:03'),
(200742, 1575, '2024-07-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-21 16:38:59', '2023-09-21 16:38:59'),
(200745, 1576, '2024-07-01 00:00:00', NULL, NULL, '', '6000', 0, '2023-09-21 16:43:09', '2023-09-21 16:43:09'),
(200746, 1576, '2025-07-01 00:00:00', NULL, NULL, '', '6000', 0, '2023-09-21 16:43:09', '2023-09-21 16:43:09'),
(200747, 1576, '2026-07-01 00:00:00', NULL, NULL, '', '6000', 0, '2023-09-21 16:43:09', '2023-09-21 16:43:09'),
(200748, 1577, '2024-07-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-21 16:47:01', '2023-09-21 16:47:01'),
(200749, 1577, '2025-07-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-21 16:47:01', '2023-09-21 16:47:01'),
(200750, 1577, '2026-07-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-21 16:47:01', '2023-09-21 16:47:01'),
(200751, 1578, '2024-07-01 00:00:00', NULL, NULL, '', '3000', 0, '2023-09-21 16:50:36', '2023-09-21 16:50:36'),
(200754, 1579, '2023-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-21 16:57:00', '2023-09-21 16:57:00'),
(200755, 1579, '2023-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-21 16:57:00', '2023-09-21 16:57:00'),
(200756, 1579, '2023-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-21 16:57:00', '2023-09-21 16:57:00'),
(200757, 1580, '2024-08-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-21 17:06:16', '2023-09-21 17:06:16'),
(200758, 1581, '2024-08-01 00:00:00', NULL, NULL, '', '4000', 0, '2023-09-21 17:09:07', '2023-09-21 17:09:07'),
(200759, 1582, '2024-08-01 00:00:00', NULL, NULL, '', '4000', 0, '2023-09-21 17:12:06', '2023-09-21 17:12:06'),
(200760, 1583, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '150', 0, '2023-09-21 17:14:48', '2023-09-21 17:14:48'),
(200761, 1584, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '600', 0, '2023-09-21 17:18:37', '2023-09-21 17:18:37'),
(200762, 1585, '2024-08-01 00:00:00', NULL, NULL, '', '9000', 0, '2023-09-21 17:22:59', '2023-09-21 17:22:59'),
(200763, 1586, '2024-08-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-21 17:26:10', '2023-09-21 17:26:10'),
(200764, 1587, '2024-08-01 00:00:00', NULL, NULL, '', '4000', 0, '2023-09-21 17:31:37', '2023-09-21 17:31:37'),
(200765, 1588, '2024-08-01 00:00:00', NULL, NULL, '', '4000', 0, '2023-09-23 12:14:39', '2023-09-23 12:14:39'),
(200766, 1589, '2024-08-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-23 12:19:19', '2023-09-23 12:19:19'),
(200767, 1590, '2023-09-01 00:00:00', NULL, NULL, '', '300', 0, '2023-09-23 12:22:50', '2023-09-23 12:22:50'),
(200768, 1591, '2024-08-01 00:00:00', NULL, NULL, '', '3800', 0, '2023-09-23 12:27:32', '2023-09-23 12:27:32'),
(200769, 1592, '2024-08-01 00:00:00', NULL, NULL, '', '3400', 0, '2023-09-23 12:32:56', '2023-09-23 12:32:56'),
(200770, 1593, '2024-08-01 00:00:00', NULL, NULL, '', '3000', 0, '2023-09-23 13:17:52', '2023-09-23 13:17:52'),
(200771, 1594, '2024-08-01 00:00:00', NULL, NULL, '', '3000', 0, '2023-09-23 13:21:18', '2023-09-23 13:21:18'),
(200772, 1595, '2024-08-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-23 13:23:52', '2023-09-23 13:23:52'),
(200773, 1596, '2024-08-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-23 13:26:11', '2023-09-23 13:26:11'),
(200774, 1597, '2024-08-01 00:00:00', NULL, NULL, '', '3500', 0, '2023-09-23 13:30:47', '2023-09-23 13:30:47'),
(200775, 1598, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '300', 0, '2023-09-23 13:35:20', '2023-09-23 13:35:20'),
(200776, 1599, '2024-08-01 00:00:00', NULL, NULL, '', '3000', 0, '2023-09-23 13:38:05', '2023-09-23 13:38:05'),
(200777, 1600, '2024-08-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-23 13:40:52', '2023-09-23 13:40:52'),
(200778, 1601, '2023-09-01 00:00:00', NULL, NULL, '', '250', 0, '2023-09-23 13:47:50', '2023-09-23 13:47:50'),
(200779, 1602, '2023-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-23 13:50:28', '2023-09-23 13:50:28'),
(200780, 1603, '2024-08-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-23 14:01:29', '2023-09-23 14:01:29'),
(200781, 1604, '2024-08-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-23 14:07:13', '2023-09-23 14:07:13'),
(200782, 1605, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '300', 0, '2023-09-23 14:11:00', '2023-09-23 14:11:00'),
(200783, 1606, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '300', 0, '2023-09-23 14:16:29', '2023-09-23 14:16:29'),
(200784, 1607, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '900', 0, '2023-09-23 14:21:33', '2023-09-23 14:21:33'),
(200785, 1608, '2024-08-01 00:00:00', NULL, NULL, '', '4000', 0, '2023-09-23 14:25:40', '2023-09-23 14:25:40'),
(200786, 1609, '2024-08-01 00:00:00', NULL, NULL, '', '7200', 0, '2023-09-23 14:31:34', '2023-09-23 14:31:34'),
(200787, 1610, '2024-08-01 00:00:00', NULL, NULL, '', '3000', 0, '2023-09-23 14:38:18', '2023-09-23 14:38:18'),
(200788, 1611, '2024-08-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-23 14:43:09', '2023-09-23 14:43:09'),
(200789, 1612, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '600', 0, '2023-09-23 14:47:25', '2023-09-23 14:47:25'),
(200790, 1613, '2024-08-01 00:00:00', NULL, NULL, '', '350', 0, '2023-09-23 14:50:32', '2023-09-23 14:50:32'),
(200791, 1614, '2024-08-01 00:00:00', NULL, NULL, '', '3300', 0, '2023-09-23 14:58:36', '2023-09-23 14:58:36'),
(200792, 1615, '2024-08-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-23 15:04:37', '2023-09-23 15:04:37'),
(200793, 1616, '2024-08-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-23 15:07:45', '2023-09-23 15:07:45'),
(200794, 1617, '2024-08-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-23 15:10:34', '2023-09-23 15:10:34'),
(200795, 1618, '2024-08-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-23 15:12:56', '2023-09-23 15:12:56'),
(200796, 1619, '2024-08-01 00:00:00', NULL, NULL, '', '3400', 0, '2023-09-23 15:15:38', '2023-09-23 15:15:38'),
(200797, 1620, '2023-02-01 00:00:00', NULL, NULL, '', '600', 0, '2023-09-23 15:18:20', '2023-09-23 15:18:20'),
(200806, 1621, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '300', 0, '2023-09-23 15:29:50', '2023-09-23 15:29:50'),
(200807, 1622, '2023-09-01 00:00:00', NULL, NULL, '', '200', 0, '2023-09-23 15:33:12', '2023-09-23 15:33:12'),
(200808, 1623, '2024-08-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-09-23 15:35:46', '2023-09-23 15:35:46'),
(200809, 1624, '2023-09-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-23 15:38:38', '2023-09-23 15:38:38'),
(200810, 1625, '2024-08-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-23 15:57:54', '2023-09-23 15:57:54'),
(200811, 1626, '2024-08-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-23 16:08:52', '2023-09-23 16:08:52'),
(200812, 1627, '2024-08-01 00:00:00', NULL, NULL, '', '3400', 0, '2023-09-23 16:11:28', '2023-09-23 16:11:28'),
(200813, 1628, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '0', 0, '2023-09-23 16:30:51', '2023-09-23 16:30:51'),
(200814, 1629, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '300', 0, '2023-09-23 16:38:31', '2023-09-23 16:38:31'),
(200815, 1630, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '300', 0, '2023-09-23 16:44:47', '2023-09-23 16:44:47'),
(200816, 1631, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '350', 0, '2023-09-23 16:52:02', '2023-09-23 16:52:02'),
(200817, 1632, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '0', 0, '2023-09-24 09:56:47', '2023-09-24 09:56:47'),
(200818, 1633, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '0', 0, '2023-09-24 10:00:25', '2023-09-24 10:00:25'),
(200819, 1634, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '0', 0, '2023-09-24 10:06:41', '2023-09-24 10:06:41'),
(200820, 1635, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '0', 0, '2023-09-24 10:18:20', '2023-09-24 10:18:20'),
(200821, 1636, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '4200', 0, '2023-09-24 10:26:23', '2023-09-24 10:26:23'),
(200822, 1637, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '4200', 0, '2023-09-24 10:41:33', '2023-09-24 10:41:33'),
(200823, 1638, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '4200', 0, '2023-09-24 10:45:16', '2023-09-24 10:45:16'),
(200824, 1639, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '150', 0, '2023-09-24 10:53:31', '2023-09-24 10:53:31'),
(200825, 1640, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '4000', 0, '2023-09-24 11:01:54', '2023-09-24 11:01:54'),
(200826, 1641, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '300', 0, '2023-09-24 11:10:09', '2023-09-24 11:10:09'),
(200827, 1642, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '3600', 0, '2023-09-24 11:13:55', '2023-09-24 11:13:55'),
(200828, 1643, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '3000', 0, '2023-09-24 11:17:58', '2023-09-24 11:17:58'),
(200829, 1644, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '3000', 0, '2023-09-24 11:22:14', '2023-09-24 11:22:14'),
(200830, 1645, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '4200', 0, '2023-09-24 11:25:32', '2023-09-24 11:25:32'),
(200831, 1646, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '4200', 0, '2023-09-24 11:30:52', '2023-09-24 11:30:52'),
(200832, 1647, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '4200', 0, '2023-09-24 12:08:23', '2023-09-24 12:08:23'),
(200833, 1648, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '4200', 0, '2023-09-24 12:15:33', '2023-09-24 12:15:33'),
(200834, 1649, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '250', 0, '2023-09-24 12:33:10', '2023-09-24 12:33:10'),
(200835, 1650, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '250', 0, '2023-09-24 12:35:59', '2023-09-24 12:35:59'),
(200836, 1651, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '350', 0, '2023-09-24 12:43:05', '2023-09-24 12:43:05'),
(200837, 1652, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '150', 0, '2023-09-24 12:50:37', '2023-09-24 12:50:37'),
(200838, 1653, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '300', 0, '2023-09-24 12:54:55', '2023-09-24 12:54:55'),
(200839, 1654, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '3600', 0, '2023-09-24 12:59:28', '2023-09-24 12:59:28'),
(200840, 1655, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '10800', 0, '2023-09-24 13:04:40', '2023-09-24 13:04:40'),
(200841, 1656, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '3800', 0, '2023-09-24 13:08:53', '2023-09-24 13:08:53'),
(200842, 1657, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '4200', 0, '2023-09-24 13:12:11', '2023-09-24 13:12:11'),
(200843, 1658, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '350', 0, '2023-09-24 13:16:53', '2023-09-24 13:16:53'),
(200844, 1659, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '300', 0, '2023-09-24 13:21:02', '2023-09-24 13:21:02'),
(200845, 1660, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '8000', 0, '2023-09-24 13:24:57', '2023-09-24 13:24:57'),
(200846, 1661, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '4000', 0, '2023-09-24 14:57:15', '2023-09-24 14:57:15'),
(200847, 1662, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '4200', 0, '2023-09-24 15:02:59', '2023-09-24 15:02:59'),
(200848, 1663, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '3600', 0, '2023-09-24 15:20:26', '2023-09-24 15:20:26'),
(200849, 1664, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '3400', 0, '2023-09-24 15:25:35', '2023-09-24 15:25:35'),
(200850, 1665, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '3600', 0, '2023-09-24 15:28:27', '2023-09-24 15:28:27'),
(200851, 1666, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '0', 0, '2023-09-24 15:36:07', '2023-09-24 15:36:07'),
(200852, 1667, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '500', 0, '2023-09-24 15:40:48', '2023-09-24 15:40:48'),
(200853, 1668, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '150', 0, '2023-09-24 15:44:30', '2023-09-24 15:44:30'),
(200854, 1669, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '150', 0, '2023-09-24 15:54:59', '2023-09-24 15:54:59'),
(200855, 1670, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '150', 0, '2023-09-24 15:59:42', '2023-09-24 15:59:42'),
(200856, 1671, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '0', 0, '2023-09-24 16:02:57', '2023-09-24 16:02:57'),
(200857, 1672, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '0', 0, '2023-09-24 16:06:21', '2023-09-24 16:06:21'),
(200858, 1673, '2022-11-01 00:00:00', '0', NULL, '', '0', 1, '2023-09-24 16:11:45', '2024-02-06 13:07:16'),
(200859, 1673, '2022-12-01 00:00:00', '0', NULL, '', '0', 1, '2023-09-24 16:11:45', '2024-02-06 13:07:16'),
(200860, 1673, '2023-01-01 00:00:00', '0', NULL, '', '0', 1, '2023-09-24 16:11:45', '2024-02-06 13:07:16'),
(200861, 1673, '2023-02-01 00:00:00', '0', NULL, '', '0', 1, '2023-09-24 16:11:45', '2024-02-06 13:07:16'),
(200862, 1673, '2023-03-01 00:00:00', '0', NULL, '', '0', 1, '2023-09-24 16:11:45', '2024-02-06 13:07:16'),
(200863, 1673, '2023-04-01 00:00:00', '0', NULL, '', '0', 1, '2023-09-24 16:11:45', '2024-02-06 13:07:16'),
(200864, 1673, '2023-05-01 00:00:00', '0', NULL, '', '0', 1, '2023-09-24 16:11:45', '2024-02-06 13:07:16'),
(200865, 1673, '2023-06-01 00:00:00', '0', NULL, '', '0', 1, '2023-09-24 16:11:45', '2024-02-06 13:07:16'),
(200866, 1673, '2023-07-01 00:00:00', '0', NULL, '', '0', 1, '2023-09-24 16:11:45', '2024-02-06 13:07:16'),
(200867, 1673, '2023-08-01 00:00:00', '0', NULL, '', '0', 1, '2023-09-24 16:11:45', '2024-02-06 13:07:16'),
(200868, 1673, '2023-09-01 00:00:00', '0', NULL, '', '0', 1, '2023-09-24 16:11:45', '2024-02-06 13:07:16'),
(200869, 1673, '2023-10-01 00:00:00', '0', NULL, '', '0', 1, '2023-09-24 16:11:45', '2024-02-06 13:07:16'),
(200870, 1674, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '0', 0, '2023-09-24 16:14:32', '2023-09-24 16:14:32'),
(200871, 1675, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '10800', 0, '2023-09-24 16:20:42', '2023-09-24 16:20:42'),
(200872, 1676, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '4200', 0, '2023-09-24 16:23:14', '2023-09-24 16:23:14'),
(200873, 1677, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '3600', 0, '2023-09-24 16:27:24', '2023-09-24 16:27:24'),
(200874, 1678, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '0', 0, '2023-09-24 16:30:52', '2023-09-24 16:30:52'),
(200875, 1679, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '350', 0, '2023-09-24 16:43:35', '2023-09-24 16:43:35'),
(200876, 1680, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '250', 0, '2023-09-25 10:35:38', '2023-09-25 10:35:38'),
(200877, 1681, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '0', 0, '2023-09-25 14:43:32', '2023-09-25 14:43:32'),
(200878, 1682, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '0', 0, '2023-09-26 11:09:09', '2023-09-26 11:09:09'),
(200879, 1683, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '0', 0, '2023-09-26 11:13:29', '2023-09-26 11:13:29'),
(200880, 1684, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '4200', 0, '2023-09-26 11:23:09', '2023-09-26 11:23:09'),
(200881, 1685, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '150', 0, '2023-09-26 11:26:04', '2023-09-26 11:26:04'),
(200882, 1686, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '4200', 0, '2023-09-26 11:34:11', '2023-09-26 11:34:11'),
(200883, 1687, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '300', 0, '2023-09-26 11:39:42', '2023-09-26 11:39:42'),
(200884, 1688, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '0', 0, '2023-09-26 11:44:54', '2023-09-26 11:44:54'),
(200885, 1689, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '350', 0, '2023-09-26 11:53:56', '2023-09-26 11:53:56'),
(200886, 1690, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '150', 0, '2023-09-26 11:57:40', '2023-09-26 11:57:40'),
(200887, 1691, '2023-11-01 00:00:00', NULL, '2023-11-01 00:00:00', '', '3600', 0, '2023-09-26 12:01:12', '2023-09-26 12:01:12'),
(200888, 1692, '2023-11-01 00:00:00', NULL, '2023-11-01 00:00:00', '', '0', 0, '2023-09-26 12:26:40', '2023-09-26 12:26:40'),
(200889, 1693, '2023-11-01 00:00:00', NULL, '2023-11-01 00:00:00', '', '4200', 0, '2023-09-26 12:43:19', '2023-09-26 12:43:19'),
(200890, 1694, '2023-11-01 00:00:00', NULL, '2023-11-01 00:00:00', '', '3000', 0, '2023-09-26 15:45:30', '2023-09-26 15:45:30'),
(200891, 1695, '2023-11-01 00:00:00', NULL, '2023-11-01 00:00:00', '', '3000', 0, '2023-09-26 16:08:27', '2023-09-26 16:08:27'),
(200892, 1696, '2023-11-01 00:00:00', NULL, '2023-11-01 00:00:00', '', '3600', 0, '2023-09-26 16:13:07', '2023-09-26 16:13:07'),
(200893, 1697, '2023-11-01 00:00:00', NULL, '2023-11-01 00:00:00', '', '300', 0, '2023-09-26 16:15:37', '2023-09-26 16:15:37'),
(200894, 1698, '2023-11-01 00:00:00', NULL, '2023-11-01 00:00:00', '', '300', 0, '2023-09-26 16:18:28', '2023-09-26 16:18:28'),
(200895, 1699, '2023-11-01 00:00:00', NULL, '2023-11-01 00:00:00', '', '3600', 0, '2023-09-26 16:30:23', '2023-09-26 16:30:23'),
(200896, 1700, '2023-11-01 00:00:00', '300', '2023-11-01 00:00:00', '', '0', 1, '2023-09-26 16:32:39', '2024-02-22 13:43:42'),
(200897, 1701, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '0', 0, '2023-09-26 16:47:24', '2023-09-26 16:47:24'),
(200898, 1702, '2023-11-01 00:00:00', NULL, '2023-11-01 00:00:00', '', '4000', 0, '2023-09-26 16:51:50', '2023-09-26 16:51:50'),
(200899, 1703, '2023-11-01 00:00:00', NULL, '2023-11-01 00:00:00', '', '4200', 0, '2023-09-26 16:57:48', '2023-09-26 16:57:48'),
(200900, 1704, '2023-11-01 00:00:00', NULL, '2023-11-01 00:00:00', '', '4200', 0, '2023-09-26 17:02:38', '2023-09-26 17:02:38'),
(200901, 1705, '2023-11-01 00:00:00', NULL, '2023-11-01 00:00:00', '', '0', 0, '2023-09-26 17:19:03', '2023-09-26 17:19:03'),
(200902, 1706, '2023-11-01 00:00:00', NULL, '2023-11-01 00:00:00', '', '4200', 0, '2023-09-27 10:34:01', '2023-09-27 10:34:01'),
(200903, 1707, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '0', 0, '2023-09-27 10:41:16', '2023-09-27 10:41:16'),
(200904, 1708, '2023-11-01 00:00:00', NULL, '2023-11-01 00:00:00', '', '150', 0, '2023-09-27 10:43:55', '2023-09-27 10:43:55'),
(200905, 1709, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '300', 0, '2023-09-27 10:47:15', '2023-09-27 10:47:15'),
(200906, 1710, '2023-11-01 00:00:00', NULL, '2023-11-01 00:00:00', '', '300', 0, '2023-09-27 10:52:15', '2023-09-27 10:52:15'),
(200907, 1711, '2023-11-01 00:00:00', NULL, '2023-11-01 00:00:00', '', '3600', 0, '2023-09-27 10:57:24', '2023-09-27 10:57:24'),
(200908, 1712, '2023-11-01 00:00:00', NULL, '2023-11-01 00:00:00', '', '150', 0, '2023-09-27 11:03:06', '2023-09-27 11:03:06'),
(200909, 1713, '2023-11-01 00:00:00', NULL, '2023-11-01 00:00:00', '', '4200', 0, '2023-09-27 12:06:14', '2023-09-27 12:06:14'),
(200910, 1715, '2023-10-01 00:00:00', NULL, '2023-10-01 00:00:00', '', '0', 0, '2023-09-27 16:19:37', '2023-09-27 16:19:37'),
(200911, 1716, '2022-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-27 16:23:38', '2023-09-27 16:23:38'),
(200912, 1716, '2022-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-27 16:23:38', '2023-09-27 16:23:38'),
(200913, 1716, '2023-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-27 16:23:38', '2023-09-27 16:23:38'),
(200914, 1716, '2023-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-27 16:23:38', '2023-09-27 16:23:38'),
(200915, 1716, '2023-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-27 16:23:38', '2023-09-27 16:23:38'),
(200916, 1716, '2023-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-27 16:23:38', '2023-09-27 16:23:38'),
(200917, 1716, '2023-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-27 16:23:38', '2023-09-27 16:23:38'),
(200918, 1716, '2023-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-27 16:23:38', '2023-09-27 16:23:38'),
(200919, 1716, '2023-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-27 16:23:38', '2023-09-27 16:23:38'),
(200920, 1716, '2023-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-27 16:23:38', '2023-09-27 16:23:38'),
(200921, 1716, '2023-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-27 16:23:38', '2023-09-27 16:23:38'),
(200922, 1716, '2023-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-09-27 16:23:38', '2023-09-27 16:23:38'),
(200923, 1717, '2023-11-01 00:00:00', NULL, '2023-11-01 00:00:00', '', '0', 0, '2023-09-27 16:29:36', '2023-09-27 16:29:36'),
(200924, 1718, '2022-11-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-27 16:49:53', '2023-09-27 16:49:53'),
(200925, 1718, '2022-12-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-27 16:49:53', '2023-09-27 16:49:53'),
(200926, 1718, '2023-01-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-27 16:49:53', '2023-09-27 16:49:53'),
(200927, 1718, '2023-02-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-27 16:49:53', '2023-09-27 16:49:53'),
(200928, 1718, '2023-03-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-27 16:49:53', '2023-09-27 16:49:53'),
(200929, 1718, '2023-04-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-27 16:49:53', '2023-09-27 16:49:53'),
(200930, 1718, '2023-05-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-27 16:49:53', '2023-09-27 16:49:53'),
(200931, 1718, '2023-06-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-27 16:49:53', '2023-09-27 16:49:53'),
(200932, 1718, '2023-07-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-27 16:49:53', '2023-09-27 16:49:53'),
(200933, 1718, '2023-08-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-27 16:49:53', '2023-09-27 16:49:53'),
(200934, 1718, '2023-09-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-27 16:49:53', '2023-09-27 16:49:53'),
(200935, 1718, '2023-10-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-09-27 16:49:53', '2023-09-27 16:49:53'),
(200936, 1719, '2024-07-01 00:00:00', NULL, NULL, '', '4000', 0, '2023-09-27 16:53:53', '2023-09-27 16:53:53'),
(200937, 1719, '2025-07-01 00:00:00', NULL, NULL, '', '4000', 0, '2023-09-27 16:53:53', '2023-09-27 16:53:53'),
(200938, 1719, '2026-07-01 00:00:00', NULL, NULL, '', '4000', 0, '2023-09-27 16:53:53', '2023-09-27 16:53:53'),
(200939, 1720, '2023-11-01 00:00:00', NULL, '2023-11-01 00:00:00', '', '150', 0, '2023-09-27 17:01:00', '2023-09-27 17:01:00'),
(200940, 1721, '2023-11-01 00:00:00', NULL, '2023-11-01 00:00:00', '', '4000', 0, '2023-09-27 17:05:57', '2023-09-27 17:05:57'),
(200941, 1722, '2023-11-01 00:00:00', NULL, '2023-11-01 00:00:00', '', '0', 0, '2023-09-27 17:10:49', '2023-09-27 17:10:49'),
(200942, 1723, '2023-11-01 00:00:00', NULL, '2023-11-01 00:00:00', '', '3800', 0, '2023-09-27 17:16:13', '2023-09-27 17:16:13'),
(200943, 1724, '2023-12-01 00:00:00', NULL, '2023-12-01 00:00:00', '', '3800', 0, '2023-10-01 11:22:35', '2023-10-01 11:22:35'),
(200944, 1725, '2023-10-01 00:00:00', NULL, NULL, '', '300', 0, '2023-10-01 11:26:57', '2023-10-01 11:26:57'),
(200945, 1726, '2023-10-01 00:00:00', NULL, NULL, '', '300', 0, '2023-10-01 11:31:08', '2023-10-01 11:31:08'),
(200946, 1727, '2023-10-01 00:00:00', NULL, NULL, '', '300', 0, '2023-10-01 11:35:52', '2023-10-01 11:35:52'),
(200947, 1728, '2023-10-01 00:00:00', NULL, NULL, '', '350', 0, '2023-10-01 11:42:47', '2023-10-01 11:42:47'),
(200948, 1729, '2023-11-01 00:00:00', NULL, '2023-11-01 00:00:00', '', '3200', 0, '2023-10-01 11:46:29', '2023-10-01 11:46:29'),
(200949, 1730, '2023-10-01 00:00:00', NULL, NULL, '', '750', 0, '2023-10-01 12:02:35', '2023-10-01 12:02:35'),
(200950, 1731, '2023-11-01 00:00:00', NULL, '2023-11-01 00:00:00', '', '4000', 0, '2023-10-01 12:07:23', '2023-10-01 12:07:23'),
(200951, 1732, '2023-11-01 00:00:00', NULL, '2023-11-01 00:00:00', '', '4200', 0, '2023-10-01 12:11:20', '2023-10-01 12:11:20'),
(200952, 1733, '2023-11-01 00:00:00', NULL, '2023-11-01 00:00:00', '', '4200', 0, '2023-10-01 12:12:00', '2023-10-01 12:12:00'),
(200953, 1734, '2023-11-01 00:00:00', NULL, '2023-11-01 00:00:00', '', '3200', 0, '2023-10-01 12:15:25', '2023-10-01 12:15:25'),
(200954, 1735, '2023-10-01 00:00:00', NULL, NULL, '', '150', 0, '2023-10-01 13:44:40', '2023-10-01 13:44:40'),
(200955, 1736, '2023-11-01 00:00:00', NULL, '2023-11-01 00:00:00', '', '6000', 0, '2023-10-01 13:48:16', '2023-10-01 13:48:16'),
(200956, 1737, '2023-10-01 00:00:00', NULL, NULL, '', '300', 0, '2023-10-01 13:53:29', '2023-10-01 13:53:29'),
(200957, 1738, '2023-11-01 00:00:00', NULL, '2023-11-01 00:00:00', '', '3500', 0, '2023-10-04 10:44:50', '2023-10-04 10:44:50'),
(200958, 1739, '2023-11-01 00:00:00', NULL, '2023-11-01 00:00:00', '', '4200', 0, '2023-10-04 10:51:28', '2023-10-04 10:51:28'),
(200959, 1740, '2023-11-01 00:00:00', NULL, '2023-11-01 00:00:00', '', '33300', 0, '2023-10-04 10:54:56', '2023-10-04 10:54:56'),
(200960, 1741, '2023-11-01 00:00:00', NULL, '2023-11-01 00:00:00', '', '3000', 0, '2023-10-04 10:58:15', '2023-10-04 10:58:15'),
(200961, 1742, '2023-11-01 00:00:00', NULL, '2023-11-01 00:00:00', '', '3300', 0, '2023-10-04 11:07:27', '2023-10-04 11:07:27'),
(200962, 1743, '2023-11-01 00:00:00', NULL, '2023-11-01 00:00:00', '', '300', 0, '2023-10-04 11:12:33', '2023-10-04 11:12:33'),
(200963, 1744, '2023-11-01 00:00:00', NULL, '2023-11-01 00:00:00', '', '3600', 0, '2023-10-04 11:23:51', '2023-10-04 11:23:51'),
(200964, 1745, '2023-11-01 00:00:00', NULL, '2023-11-01 00:00:00', '', '4200', 0, '2023-10-04 13:04:09', '2023-10-04 13:04:09'),
(200965, 1746, '2023-11-01 00:00:00', NULL, '2023-11-01 00:00:00', '', '4200', 0, '2023-10-04 13:07:16', '2023-10-04 13:07:16'),
(200966, 1747, '2023-11-01 00:00:00', NULL, '2023-11-01 00:00:00', '', '3000', 0, '2023-10-04 13:11:11', '2023-10-04 13:11:11'),
(200967, 1748, '2023-11-01 00:00:00', NULL, '2023-11-01 00:00:00', '', '3500', 0, '2023-10-04 13:15:55', '2023-10-04 13:15:55'),
(200968, 1749, '2023-11-01 00:00:00', NULL, '2023-11-01 00:00:00', '', '3600', 0, '2023-10-04 13:28:01', '2023-10-04 13:28:01'),
(200969, 1750, '2023-11-01 00:00:00', NULL, '2023-11-01 00:00:00', '', '4200', 0, '2023-10-04 13:31:31', '2023-10-04 13:31:31'),
(200970, 1751, '2023-11-01 00:00:00', NULL, '2023-11-01 00:00:00', '', '3400', 0, '2023-10-04 13:34:54', '2023-10-04 13:34:54'),
(200971, 1752, '2023-11-01 00:00:00', NULL, '2023-11-01 00:00:00', '', '4200', 0, '2023-10-04 13:43:35', '2023-10-04 13:43:35'),
(200972, 1753, '2023-11-01 00:00:00', NULL, '2023-11-01 00:00:00', '', '3600', 0, '2023-10-04 13:59:29', '2023-10-04 13:59:29'),
(200973, 1754, '2023-11-01 00:00:00', NULL, '2023-11-01 00:00:00', '', '3800', 0, '2023-10-04 14:04:59', '2023-10-04 14:04:59'),
(200974, 1755, '2023-11-01 00:00:00', NULL, '2023-11-01 00:00:00', '', '250', 0, '2023-10-05 10:34:54', '2023-10-05 10:34:54'),
(200975, 1756, '2023-12-01 00:00:00', NULL, '2023-12-01 00:00:00', '', '11000', 0, '2023-10-05 10:40:05', '2023-10-05 10:40:05'),
(200976, 1757, '2023-12-01 00:00:00', NULL, '2023-12-01 00:00:00', '', '3600', 0, '2023-10-05 10:43:18', '2023-10-05 10:43:18'),
(200977, 1758, '2023-12-01 00:00:00', NULL, '2023-12-01 00:00:00', '', '3600', 0, '2023-10-05 10:45:50', '2023-10-05 10:45:50'),
(200978, 1759, '2023-12-01 00:00:00', NULL, '2023-12-01 00:00:00', '', '4000', 0, '2023-10-05 10:48:17', '2023-10-05 10:48:17'),
(200979, 1760, '2023-12-01 00:00:00', NULL, '2023-12-01 00:00:00', '', '3600', 0, '2023-10-05 10:50:37', '2023-10-05 10:50:37'),
(200980, 1761, '2023-12-01 00:00:00', NULL, '2023-12-01 00:00:00', '', '300', 0, '2023-10-05 10:55:07', '2023-10-05 10:55:07'),
(200981, 1762, '2023-12-01 00:00:00', NULL, '2023-12-01 00:00:00', '', '2950', 0, '2023-10-05 11:03:27', '2023-10-05 11:03:27'),
(200982, 1763, '2023-12-01 00:00:00', NULL, '2023-12-01 00:00:00', '', '4500', 0, '2023-10-05 11:06:40', '2023-10-05 11:06:40'),
(200983, 1764, '2023-12-01 00:00:00', NULL, '2023-12-01 00:00:00', '', '4000', 0, '2023-10-05 11:17:12', '2023-10-05 11:17:12'),
(200984, 1765, '2023-12-01 00:00:00', NULL, '2023-12-01 00:00:00', '', '4200', 0, '2023-10-05 11:25:10', '2023-10-05 11:25:10'),
(200985, 1766, '2023-12-01 00:00:00', NULL, '2023-12-01 00:00:00', '', '150', 0, '2023-10-05 11:29:21', '2023-10-05 11:29:21'),
(200986, 1767, '2023-12-01 00:00:00', NULL, '2023-12-01 00:00:00', '', '4200', 0, '2023-10-05 11:33:11', '2023-10-05 11:33:11'),
(200987, 1768, '2023-12-01 00:00:00', NULL, '2023-12-01 00:00:00', '', '3600', 0, '2023-10-05 11:35:21', '2023-10-05 11:35:21'),
(200988, 1769, '2023-12-01 00:00:00', NULL, '2023-12-01 00:00:00', '', '2800', 0, '2023-10-05 11:37:33', '2023-10-05 11:37:33'),
(200989, 1770, '2023-12-01 00:00:00', NULL, '2023-12-01 00:00:00', '', '2800', 0, '2023-10-05 11:51:06', '2023-10-05 11:51:06'),
(200990, 1771, '2023-12-01 00:00:00', NULL, '2023-12-01 00:00:00', '', '2800', 0, '2023-10-05 11:58:37', '2023-10-05 11:58:37'),
(200991, 1772, '2023-12-01 00:00:00', NULL, '2023-12-01 00:00:00', '', '2800', 0, '2023-10-05 12:01:20', '2023-10-05 12:01:20'),
(200992, 1773, '2023-12-01 00:00:00', NULL, '2023-12-01 00:00:00', '', '2800', 0, '2023-10-05 12:03:58', '2023-10-05 12:03:58'),
(200993, 1774, '2023-12-01 00:00:00', NULL, '2023-12-01 00:00:00', '', '2800', 0, '2023-10-05 12:07:13', '2023-10-05 12:07:13'),
(200994, 1775, '2023-12-01 00:00:00', '450', '2023-12-01 00:00:00', '', '0', 1, '2023-10-05 12:11:22', '2024-02-01 17:18:10'),
(200995, 1776, '2024-01-01 00:00:00', NULL, '2024-01-01 00:00:00', '', '4000', 0, '2023-10-05 12:16:45', '2023-10-05 12:16:45'),
(200996, 1777, '2023-12-01 00:00:00', NULL, '2023-12-01 00:00:00', '', '150', 0, '2023-10-05 12:20:53', '2023-10-05 12:20:53'),
(200997, 1778, '2023-12-01 00:00:00', NULL, '2023-12-01 00:00:00', '', '25600', 0, '2023-10-05 12:25:55', '2023-10-05 12:25:55'),
(200998, 1779, '2023-12-01 00:00:00', NULL, '2023-12-01 00:00:00', '', '3600', 0, '2023-10-05 12:31:18', '2023-10-05 12:31:18'),
(200999, 1780, '2023-12-01 00:00:00', NULL, '2023-12-01 00:00:00', '', '4200', 0, '2023-10-05 12:34:44', '2023-10-05 12:34:44'),
(201000, 1781, '2023-12-01 00:00:00', NULL, '2023-12-01 00:00:00', '', '3600', 0, '2023-10-05 12:36:54', '2023-10-05 12:36:54'),
(201001, 1782, '2023-12-01 00:00:00', NULL, '2023-12-01 00:00:00', '', '3700', 0, '2023-10-05 12:41:01', '2023-10-05 12:41:01'),
(201002, 1783, '2023-12-01 00:00:00', NULL, '2023-12-01 00:00:00', '', '4000', 0, '2023-10-05 12:43:11', '2023-10-05 12:43:11'),
(201003, 1784, '2023-12-01 00:00:00', NULL, '2023-12-01 00:00:00', '', '3600', 0, '2023-10-05 12:48:06', '2023-10-05 12:48:06'),
(201004, 1785, '2023-12-01 00:00:00', NULL, '2023-12-01 00:00:00', '', '3800', 0, '2023-10-05 12:51:42', '2023-10-05 12:51:42'),
(201005, 1786, '2023-10-01 00:00:00', NULL, NULL, '', '200', 0, '2023-10-05 13:00:20', '2023-10-05 13:00:20'),
(201006, 1787, '2023-12-01 00:00:00', NULL, '2023-12-01 00:00:00', '', '3600', 0, '2023-10-05 13:04:52', '2023-10-05 13:04:52'),
(201007, 1788, '2023-12-01 00:00:00', NULL, '2023-12-01 00:00:00', '', '3000', 0, '2023-10-05 13:10:26', '2023-10-05 13:10:26'),
(201008, 1789, '2023-12-01 00:00:00', NULL, '2023-12-01 00:00:00', '', '4200', 0, '2023-10-05 13:15:44', '2023-10-05 13:15:44'),
(201009, 1790, '2023-12-01 00:00:00', NULL, '2023-12-01 00:00:00', '', '4270', 0, '2023-10-05 13:22:31', '2023-10-05 13:22:31'),
(201010, 1791, '2023-12-01 00:00:00', NULL, '2023-12-01 00:00:00', '', '4400', 0, '2023-10-05 13:32:09', '2023-10-05 13:32:09'),
(201011, 1792, '2023-11-01 00:00:00', NULL, '2023-11-01 00:00:00', '', '300', 0, '2023-10-05 13:35:29', '2023-10-05 13:35:29'),
(201012, 1793, '2023-12-01 00:00:00', NULL, '2023-12-01 00:00:00', '', '3000', 0, '2023-10-05 13:39:59', '2023-10-05 13:39:59'),
(201013, 1794, '2023-12-01 00:00:00', NULL, '2023-12-01 00:00:00', '', '3000', 0, '2023-10-05 13:43:13', '2023-10-05 13:43:13'),
(201014, 1795, '2023-10-01 00:00:00', NULL, NULL, '', '170', 0, '2023-10-05 13:51:54', '2023-10-05 13:51:54'),
(201015, 1796, '2023-12-01 00:00:00', NULL, '2023-12-01 00:00:00', '', '3600', 0, '2023-10-05 13:54:43', '2023-10-05 13:54:43'),
(201016, 1797, '2023-12-01 00:00:00', NULL, '2023-12-01 00:00:00', '', '3600', 0, '2023-10-05 13:56:44', '2023-10-05 13:56:44'),
(201017, 1798, '2023-12-01 00:00:00', NULL, '2023-12-01 00:00:00', '', '4400', 0, '2023-10-05 15:51:01', '2023-10-05 15:51:01'),
(201018, 1799, '2023-12-01 00:00:00', NULL, '2023-12-01 00:00:00', '', '4400', 0, '2023-10-05 15:56:42', '2023-10-05 15:56:42'),
(201019, 1800, '2023-12-01 00:00:00', NULL, '2023-12-01 00:00:00', '', '3600', 0, '2023-10-05 15:59:17', '2023-10-05 15:59:17'),
(201020, 1801, '2023-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-05 16:04:34', '2023-10-05 16:04:34'),
(201021, 1802, '2023-12-01 00:00:00', NULL, '2023-12-01 00:00:00', '', '8000', 0, '2023-10-05 16:07:23', '2023-10-05 16:07:23'),
(201022, 1803, '2023-12-01 00:00:00', NULL, '2023-12-01 00:00:00', '', '4000', 0, '2023-10-05 16:09:21', '2023-10-05 16:09:21'),
(201023, 1804, '2023-12-01 00:00:00', NULL, '2023-12-01 00:00:00', '', '3400', 0, '2023-10-05 16:12:35', '2023-10-05 16:12:35'),
(201024, 1805, '2023-12-01 00:00:00', NULL, '2023-12-01 00:00:00', '', '600', 0, '2023-10-05 16:15:42', '2023-10-05 16:15:42'),
(201025, 1806, '2023-12-01 00:00:00', NULL, '2023-12-01 00:00:00', '', '300', 0, '2023-10-05 16:17:47', '2023-10-05 16:17:47'),
(201026, 1807, '2023-12-01 00:00:00', NULL, '2023-12-01 00:00:00', '', '3600', 0, '2023-10-05 16:20:37', '2023-10-05 16:20:37'),
(201027, 1808, '2023-12-01 00:00:00', NULL, '2023-12-01 00:00:00', '', '4400', 0, '2023-10-05 16:24:15', '2023-10-05 16:24:15'),
(201028, 1809, '2023-12-01 00:00:00', NULL, '2023-12-01 00:00:00', '', '6400', 0, '2023-10-05 16:26:29', '2023-10-05 16:26:29'),
(201029, 1810, '2023-12-01 00:00:00', NULL, '2023-12-01 00:00:00', '', '2800', 0, '2023-10-05 16:30:05', '2023-10-05 16:30:05'),
(201030, 1811, '2023-12-01 00:00:00', NULL, '2023-12-01 00:00:00', '', '3600', 0, '2023-10-05 16:34:14', '2023-10-05 16:34:14'),
(201031, 1812, '2023-12-01 00:00:00', NULL, '2023-12-01 00:00:00', '', '2200', 0, '2023-10-05 16:36:22', '2023-10-05 16:36:22'),
(201032, 1813, '2023-12-01 00:00:00', NULL, '2023-12-01 00:00:00', '', '3800', 0, '2023-10-05 16:38:30', '2023-10-05 16:38:30'),
(201033, 1814, '2023-12-01 00:00:00', NULL, '2023-12-01 00:00:00', '', '2000', 0, '2023-10-05 16:48:04', '2023-10-05 16:48:04'),
(201034, 1815, '2023-12-01 00:00:00', NULL, '2023-12-01 00:00:00', '', '4000', 0, '2023-10-07 10:56:18', '2023-10-07 10:56:18'),
(201035, 1816, '2024-01-01 00:00:00', NULL, '2024-01-01 00:00:00', '', '3300', 0, '2023-10-07 11:00:12', '2023-10-07 11:00:12'),
(201036, 1817, '2024-01-01 00:00:00', NULL, '2024-01-01 00:00:00', '', '4200', 0, '2023-10-07 11:02:50', '2023-10-07 11:02:50'),
(201037, 1818, '2024-01-01 00:00:00', NULL, '2024-01-01 00:00:00', '', '350', 0, '2023-10-07 11:06:52', '2023-10-07 11:06:52'),
(201038, 1819, '2024-01-01 00:00:00', NULL, '2024-01-01 00:00:00', '', '4400', 0, '2023-10-07 11:10:20', '2023-10-07 11:10:20'),
(201039, 1820, '2024-01-01 00:00:00', NULL, '2024-01-01 00:00:00', '', '3600', 0, '2023-10-07 11:12:46', '2023-10-07 11:12:46'),
(201040, 1821, '2024-01-01 00:00:00', NULL, '2024-01-01 00:00:00', '', '3600', 0, '2023-10-07 11:15:10', '2023-10-07 11:15:10'),
(201041, 1822, '2023-11-01 00:00:00', NULL, '2023-11-01 00:00:00', '', '150', 0, '2023-10-07 11:28:25', '2023-10-07 11:28:25'),
(201042, 1823, '2024-01-01 00:00:00', NULL, '2024-01-01 00:00:00', '', '3600', 0, '2023-10-07 11:31:36', '2023-10-07 11:31:36'),
(201043, 1824, '2024-01-01 00:00:00', NULL, '2024-01-01 00:00:00', '', '4400', 0, '2023-10-07 11:34:02', '2023-10-07 11:34:02'),
(201044, 1825, '2024-01-01 00:00:00', NULL, '2024-01-01 00:00:00', '', '3600', 0, '2023-10-07 11:36:04', '2023-10-07 11:36:04'),
(201045, 1826, '2024-01-01 00:00:00', NULL, '2024-01-01 00:00:00', '', '4200', 0, '2023-10-07 11:38:55', '2023-10-07 11:38:55'),
(201046, 1827, '2023-11-01 00:00:00', NULL, '2023-11-01 00:00:00', '', '0', 0, '2023-10-07 18:01:15', '2023-10-07 18:01:15'),
(201047, 1828, '2023-11-01 00:00:00', NULL, '2023-11-01 00:00:00', '', '0', 0, '2023-10-07 18:03:21', '2023-10-07 18:03:21'),
(201048, 1829, '2024-01-01 00:00:00', '600', '2024-01-01 00:00:00', '', '0', 1, '2023-10-07 18:06:24', '2024-02-15 11:33:51'),
(201049, 1830, '2024-01-01 00:00:00', NULL, '2024-01-01 00:00:00', '', '4000', 0, '2023-10-07 18:09:46', '2023-10-07 18:09:46'),
(201050, 1831, '2024-01-01 00:00:00', NULL, '2024-01-01 00:00:00', '', '3200', 0, '2023-10-07 18:16:01', '2023-10-07 18:16:01'),
(201051, 1832, '2024-01-01 00:00:00', NULL, '2024-01-01 00:00:00', '', '3600', 0, '2023-10-07 18:18:23', '2023-10-07 18:18:23'),
(201052, 1833, '2024-01-01 00:00:00', NULL, '2024-01-01 00:00:00', '', '4200', 0, '2023-10-07 18:22:08', '2023-10-07 18:22:08'),
(201053, 1834, '2024-01-01 00:00:00', NULL, '2024-01-01 00:00:00', '', '3500', 0, '2023-10-08 10:45:49', '2023-10-08 10:45:49'),
(201054, 1835, '2023-11-01 00:00:00', NULL, '2023-11-01 00:00:00', '', '150', 0, '2023-10-08 10:48:51', '2023-10-08 10:48:51'),
(201055, 1836, '2023-11-01 00:00:00', NULL, '2023-11-01 00:00:00', '', '150', 0, '2023-10-08 10:51:38', '2023-10-08 10:51:38'),
(201056, 1837, '2024-01-01 00:00:00', NULL, '2024-01-01 00:00:00', '', '4400', 0, '2023-10-08 10:55:21', '2023-10-08 10:55:21'),
(201057, 1838, '2024-01-01 00:00:00', NULL, '2024-01-01 00:00:00', '', '4000', 0, '2023-10-08 11:00:31', '2023-10-08 11:00:31'),
(201058, 1839, '2024-01-01 00:00:00', NULL, '2024-01-01 00:00:00', '', '6600', 0, '2023-10-08 11:05:45', '2023-10-08 11:05:45'),
(201059, 1840, '2024-01-01 00:00:00', NULL, '2024-01-01 00:00:00', '', '3600', 0, '2023-10-08 11:11:48', '2023-10-08 11:11:48'),
(201060, 1841, '2024-01-01 00:00:00', NULL, '2024-01-01 00:00:00', '', '3600', 0, '2023-10-08 11:14:32', '2023-10-08 11:14:32'),
(201061, 1842, '2024-01-01 00:00:00', NULL, '2024-01-01 00:00:00', '', '3600', 0, '2023-10-08 11:16:52', '2023-10-08 11:16:52'),
(201062, 1843, '2024-01-01 00:00:00', NULL, '2024-01-01 00:00:00', '', '3600', 0, '2023-10-08 11:19:41', '2023-10-08 11:19:41'),
(201063, 1844, '2024-01-01 00:00:00', NULL, '2024-01-01 00:00:00', '', '4000', 0, '2023-10-08 11:22:46', '2023-10-08 11:22:46'),
(201064, 1845, '2024-01-01 00:00:00', '150', '2024-01-01 00:00:00', '', '0', 1, '2023-10-08 11:25:28', '2024-02-12 16:00:04'),
(201065, 1846, '2024-01-01 00:00:00', NULL, '2024-01-01 00:00:00', '', '3600', 0, '2023-10-08 11:27:51', '2023-10-08 11:27:51'),
(201066, 1847, '2024-01-01 00:00:00', NULL, '2024-01-01 00:00:00', '', '3400', 0, '2023-10-08 11:32:12', '2023-10-08 11:32:12'),
(201067, 1848, '2024-01-01 00:00:00', NULL, '2024-01-01 00:00:00', '', '4200', 0, '2023-10-08 11:48:35', '2023-10-08 11:48:35'),
(201068, 1849, '2024-01-01 00:00:00', NULL, '2024-01-01 00:00:00', '', '3600', 0, '2023-10-08 11:50:52', '2023-10-08 11:50:52'),
(201069, 1850, '2024-01-01 00:00:00', NULL, '2024-01-01 00:00:00', '', '3600', 0, '2023-10-08 11:58:05', '2023-10-08 11:58:05'),
(201070, 1851, '2024-01-01 00:00:00', NULL, '2024-01-01 00:00:00', '', '4000', 0, '2023-10-08 12:04:13', '2023-10-08 12:04:13'),
(201071, 1852, '2024-01-01 00:00:00', NULL, '2024-01-01 00:00:00', '', '4000', 0, '2023-10-08 12:06:25', '2023-10-08 12:06:25'),
(201072, 1853, '2024-01-01 00:00:00', NULL, '2024-01-01 00:00:00', '', '3300', 0, '2023-10-08 12:08:46', '2023-10-08 12:08:46'),
(201073, 1854, '2024-01-01 00:00:00', NULL, '2024-01-01 00:00:00', '', '3300', 0, '2023-10-08 12:10:42', '2023-10-08 12:10:42'),
(201074, 1855, '2024-01-01 00:00:00', NULL, '2024-01-01 00:00:00', '', '250', 0, '2023-10-08 12:12:47', '2023-10-08 12:12:47'),
(201075, 1856, '2024-01-01 00:00:00', NULL, '2024-01-01 00:00:00', '', '3500', 0, '2023-10-08 12:37:11', '2023-10-08 12:37:11'),
(201076, 1857, '2024-01-01 00:00:00', NULL, '2024-01-01 00:00:00', '', '4200', 0, '2023-10-08 12:39:56', '2023-10-08 12:39:56'),
(201077, 1858, '2024-01-01 00:00:00', NULL, '2024-01-01 00:00:00', '', '4200', 0, '2023-10-08 12:42:19', '2023-10-08 12:42:19'),
(201078, 1859, '2024-01-01 00:00:00', NULL, '2024-01-01 00:00:00', '', '3400', 0, '2023-10-08 12:46:11', '2023-10-08 12:46:11'),
(201079, 1860, '2024-01-01 00:00:00', NULL, '2024-01-01 00:00:00', '', '4200', 0, '2023-10-08 12:48:51', '2023-10-08 12:48:51'),
(201080, 1861, '2024-01-01 00:00:00', NULL, '2024-01-01 00:00:00', '', '4200', 0, '2023-10-08 12:51:26', '2023-10-08 12:51:26'),
(201081, 1862, '2024-01-01 00:00:00', NULL, '2024-01-01 00:00:00', '', '4200', 0, '2023-10-08 12:57:40', '2023-10-08 12:57:40'),
(201082, 1863, '2024-01-01 00:00:00', NULL, '2024-01-01 00:00:00', '', '7200', 0, '2023-10-08 13:02:53', '2023-10-08 13:02:53'),
(201083, 1864, '2024-01-01 00:00:00', NULL, '2024-01-01 00:00:00', '', '7200', 0, '2023-10-08 13:07:46', '2023-10-08 13:07:46'),
(201084, 1865, '2024-01-01 00:00:00', NULL, '2024-01-01 00:00:00', '', '3600', 0, '2023-10-08 13:10:16', '2023-10-08 13:10:16'),
(201085, 1866, '2024-01-01 00:00:00', NULL, '2024-01-01 00:00:00', '', '3600', 0, '2023-10-08 13:13:03', '2023-10-08 13:13:03'),
(201086, 1867, '2024-01-01 00:00:00', '3780', '2024-01-01 00:00:00', '', '0', 1, '2023-10-08 13:15:25', '2024-02-07 11:27:30'),
(201087, 1868, '2024-01-01 00:00:00', NULL, '2024-01-01 00:00:00', '', '3600', 0, '2023-10-08 13:17:29', '2023-10-08 13:17:29'),
(201088, 1869, '2024-01-01 00:00:00', NULL, '2024-01-01 00:00:00', '', '8000', 0, '2023-10-08 13:59:54', '2023-10-08 13:59:54'),
(201089, 1870, '2024-01-01 00:00:00', NULL, '2024-01-01 00:00:00', '', '3800', 0, '2023-10-08 14:03:48', '2023-10-08 14:03:48'),
(201090, 1871, '2024-01-01 00:00:00', NULL, '2024-01-01 00:00:00', '', '2000', 0, '2023-10-08 14:06:29', '2023-10-08 14:06:29'),
(201091, 1872, '2024-01-01 00:00:00', NULL, '2024-01-01 00:00:00', '', '3000', 0, '2023-10-08 14:08:46', '2023-10-08 14:08:46'),
(201092, 1873, '2024-01-01 00:00:00', '350', '2024-01-01 00:00:00', '', '0', 1, '2023-10-08 14:11:21', '2024-03-25 12:50:27'),
(201093, 1874, '2023-11-01 00:00:00', NULL, '2023-11-01 00:00:00', '', '200', 0, '2023-10-08 14:13:48', '2023-10-08 14:13:48'),
(201094, 1875, '2024-01-01 00:00:00', '300', '2024-01-01 00:00:00', '', '0', 1, '2023-10-08 14:18:48', '2024-03-27 11:07:40'),
(201095, 1876, '2023-11-01 00:00:00', NULL, '2023-11-01 00:00:00', '', '150', 0, '2023-10-08 14:21:27', '2023-10-08 14:21:27'),
(201096, 1877, '2024-01-01 00:00:00', NULL, '2024-01-01 00:00:00', '', '4200', 0, '2023-10-08 14:23:22', '2023-10-08 14:23:22'),
(201097, 1878, '2024-01-01 00:00:00', '350', '2024-01-01 00:00:00', '', '0', 1, '2023-10-08 14:26:50', '2024-02-03 14:49:59'),
(201098, 1879, '2024-02-01 00:00:00', NULL, '2024-02-01 00:00:00', '', '3600', 0, '2023-10-08 14:28:55', '2023-10-08 14:28:55'),
(201099, 1880, '2024-02-01 00:00:00', NULL, '2024-02-01 00:00:00', '', '10500', 0, '2023-10-08 14:34:27', '2023-10-08 14:34:27'),
(201100, 1881, '2024-02-01 00:00:00', '3000', '2024-02-01 00:00:00', '', '0', 1, '2023-10-08 14:36:40', '2024-02-05 15:56:39'),
(201101, 1882, '2024-02-01 00:00:00', NULL, '2024-02-01 00:00:00', '', '3000', 0, '2023-10-08 14:39:39', '2023-10-08 14:39:39'),
(201102, 1883, '2024-02-01 00:00:00', NULL, '2024-02-01 00:00:00', '', '3800', 0, '2023-10-08 14:45:17', '2023-10-08 14:45:17'),
(201103, 1884, '2024-02-01 00:00:00', '300', '2024-02-01 00:00:00', '', '0', 1, '2023-10-08 14:48:13', '2024-02-08 15:32:33'),
(201104, 1885, '2024-02-01 00:00:00', NULL, '2024-02-01 00:00:00', '', '4000', 0, '2023-10-08 14:50:17', '2023-10-08 14:50:17'),
(201105, 1886, '2024-02-01 00:00:00', '3300', '2024-02-01 00:00:00', '', '0', 1, '2023-10-08 15:02:22', '2024-02-06 17:08:41'),
(201106, 1887, '2024-02-01 00:00:00', '3000', '2024-02-01 00:00:00', '', '0', 1, '2023-10-08 15:05:18', '2024-03-24 12:39:18'),
(201107, 1888, '2024-02-01 00:00:00', '150', '2024-02-01 00:00:00', '', '0', 1, '2023-10-08 15:08:50', '2024-03-12 09:51:11'),
(201108, 1889, '2024-02-01 00:00:00', '300', '2024-02-01 00:00:00', '', '0', 1, '2023-10-08 15:11:40', '2024-02-10 15:37:51'),
(201109, 1890, '2024-02-01 00:00:00', NULL, '2024-02-01 00:00:00', '', '300', 0, '2023-10-08 15:14:05', '2023-10-08 15:14:05'),
(201110, 1891, '2024-02-01 00:00:00', NULL, '2024-02-01 00:00:00', '', '4200', 0, '2023-10-08 15:17:07', '2023-10-08 15:17:07'),
(201111, 1892, '2024-02-01 00:00:00', NULL, '2024-02-01 00:00:00', '', '4200', 0, '2023-10-08 15:19:56', '2023-10-08 15:19:56'),
(201112, 1893, '2024-02-01 00:00:00', NULL, '2024-02-01 00:00:00', '', '3500', 0, '2023-10-08 15:26:45', '2023-10-08 15:26:45'),
(201113, 1894, '2024-02-01 00:00:00', NULL, '2024-02-01 00:00:00', '', '2800', 0, '2023-10-08 15:30:12', '2023-10-08 15:30:12'),
(201114, 1895, '2024-02-01 00:00:00', '3600', '2024-02-01 00:00:00', '', '0', 1, '2023-10-08 15:32:06', '2024-02-08 16:10:58'),
(201115, 1896, '2024-02-01 00:00:00', NULL, '2024-02-01 00:00:00', '', '3600', 0, '2023-10-08 15:33:53', '2023-10-08 15:33:53'),
(201116, 1897, '2024-02-01 00:00:00', NULL, '2024-02-01 00:00:00', '', '3600', 0, '2023-10-08 15:39:12', '2023-10-08 15:39:12'),
(201117, 1898, '2024-02-01 00:00:00', NULL, '2024-02-01 00:00:00', '', '4200', 0, '2023-10-08 16:14:13', '2023-10-08 16:14:13'),
(201118, 1899, '2024-02-01 00:00:00', '250', '2024-02-01 00:00:00', '', '0', 1, '2023-10-08 16:19:33', '2024-02-22 13:59:50'),
(201119, 1900, '2024-02-01 00:00:00', NULL, '2024-02-01 00:00:00', '', '3600', 0, '2023-10-08 16:26:48', '2023-10-08 16:26:48'),
(201120, 1901, '2024-02-01 00:00:00', NULL, '2024-02-01 00:00:00', '', '20000', 0, '2023-10-08 16:31:27', '2023-10-08 16:31:27'),
(201121, 1902, '2024-02-01 00:00:00', NULL, '2024-02-01 00:00:00', '', '3600', 0, '2023-10-08 16:34:18', '2023-10-08 16:34:18'),
(201122, 1903, '2024-02-01 00:00:00', NULL, '2024-02-01 00:00:00', '', '8000', 0, '2023-10-08 16:38:09', '2023-10-08 16:38:09'),
(201123, 1904, '2024-02-01 00:00:00', NULL, '2024-02-01 00:00:00', '', '3400', 0, '2023-10-08 16:40:48', '2023-10-08 16:40:48'),
(201124, 1905, '2024-02-01 00:00:00', NULL, '2024-02-01 00:00:00', '', '6200', 0, '2023-10-08 16:47:31', '2023-10-08 16:47:31'),
(201125, 1906, '2024-02-01 00:00:00', NULL, '2024-02-01 00:00:00', '', '2000', 0, '2023-10-08 17:07:15', '2023-10-08 17:07:15'),
(201126, 1907, '2024-02-01 00:00:00', NULL, '2024-02-01 00:00:00', '', '2500', 0, '2023-10-08 17:09:53', '2023-10-08 17:09:53'),
(201127, 1908, '2024-02-01 00:00:00', NULL, '2024-02-01 00:00:00', '', '4200', 0, '2023-10-08 17:14:32', '2023-10-08 17:14:32'),
(201128, 1909, '2024-02-01 00:00:00', NULL, '2024-02-01 00:00:00', '', '4200', 0, '2023-10-08 17:16:49', '2023-10-08 17:16:49'),
(201129, 1910, '2024-02-01 00:00:00', NULL, '2024-02-01 00:00:00', '', '4000', 0, '2023-10-08 17:22:13', '2023-10-08 17:22:13'),
(201130, 1911, '2024-02-01 00:00:00', NULL, '2024-02-01 00:00:00', '', '4000', 0, '2023-10-08 17:25:44', '2023-10-08 17:25:44');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(201131, 1912, '2024-02-01 00:00:00', NULL, '2024-02-01 00:00:00', '', '3000', 0, '2023-10-08 17:28:08', '2023-10-08 17:28:08'),
(201132, 1913, '2024-02-01 00:00:00', NULL, '2024-02-01 00:00:00', '', '4200', 0, '2023-10-08 17:30:21', '2023-10-08 17:30:21'),
(201133, 1914, '2024-02-01 00:00:00', NULL, '2024-02-01 00:00:00', '', '3600', 0, '2023-10-09 10:36:53', '2023-10-09 10:36:53'),
(201134, 1915, '2024-02-01 00:00:00', NULL, '2024-02-01 00:00:00', '', '4000', 0, '2023-10-09 10:38:58', '2023-10-09 10:38:58'),
(201135, 1916, '2024-02-01 00:00:00', NULL, '2024-02-01 00:00:00', '', '2500', 0, '2023-10-09 10:41:19', '2023-10-09 10:41:19'),
(201136, 1917, '2024-02-01 00:00:00', '250', '2024-02-01 00:00:00', '', '0', 1, '2023-10-09 10:43:32', '2024-02-22 16:48:45'),
(201137, 1918, '2024-02-01 00:00:00', NULL, '2024-02-01 00:00:00', '', '4000', 0, '2023-10-09 10:46:35', '2023-10-09 10:46:35'),
(201138, 1919, '2024-02-01 00:00:00', NULL, '2024-02-01 00:00:00', '', '3600', 0, '2023-10-09 10:51:16', '2023-10-09 10:51:16'),
(201139, 1920, '2024-02-01 00:00:00', NULL, '2024-02-01 00:00:00', '', '3800', 0, '2023-10-09 10:53:32', '2023-10-09 10:53:32'),
(201140, 1921, '2024-02-01 00:00:00', NULL, '2024-02-01 00:00:00', '', '3800', 0, '2023-10-09 10:55:58', '2023-10-09 10:55:58'),
(201141, 1922, '2024-02-01 00:00:00', NULL, '2024-02-01 00:00:00', '', '4200', 0, '2023-10-09 11:00:53', '2023-10-09 11:00:53'),
(201142, 1923, '2024-02-01 00:00:00', NULL, '2024-02-01 00:00:00', '', '4000', 0, '2023-10-09 11:03:08', '2023-10-09 11:03:08'),
(201143, 1924, '2024-02-01 00:00:00', NULL, '2024-02-01 00:00:00', '', '3300', 0, '2023-10-09 11:05:31', '2023-10-09 11:05:31'),
(201144, 1925, '2024-02-01 00:00:00', NULL, '2024-02-01 00:00:00', '', '3600', 0, '2023-10-09 11:07:47', '2023-10-09 11:07:47'),
(201145, 1926, '2024-02-01 00:00:00', NULL, '2024-02-01 00:00:00', '', '0', 0, '2023-10-09 11:11:03', '2023-10-09 11:11:03'),
(201146, 1927, '2024-03-01 00:00:00', NULL, '2024-03-01 00:00:00', '', '15000', 0, '2023-10-09 11:14:02', '2023-10-09 11:14:02'),
(201147, 1928, '2024-03-01 00:00:00', NULL, '2024-03-01 00:00:00', '', '3600', 0, '2023-10-09 11:16:02', '2023-10-09 11:16:02'),
(201148, 1929, '2024-03-01 00:00:00', NULL, '2024-03-01 00:00:00', '', '3800', 0, '2023-10-09 11:18:02', '2023-10-09 11:18:02'),
(201149, 1930, '2024-03-01 00:00:00', NULL, '2024-03-01 00:00:00', '', '3600', 0, '2023-10-09 11:20:21', '2023-10-09 11:20:21'),
(201150, 1931, '2024-03-01 00:00:00', NULL, '2024-03-01 00:00:00', '', '0', 0, '2023-10-09 11:23:03', '2023-10-09 11:23:03'),
(201151, 1932, '2024-03-01 00:00:00', NULL, '2024-03-01 00:00:00', '', '0', 0, '2023-10-09 11:25:53', '2023-10-09 11:25:53'),
(201152, 1933, '2024-03-01 00:00:00', NULL, '2024-03-01 00:00:00', '', '3600', 0, '2023-10-09 11:28:38', '2023-10-09 11:28:38'),
(201153, 1934, '2024-03-01 00:00:00', NULL, '2024-03-01 00:00:00', '', '0', 0, '2023-10-09 11:31:12', '2023-10-09 11:31:12'),
(201154, 1935, '2024-03-01 00:00:00', NULL, '2024-03-01 00:00:00', '', '2000', 0, '2023-10-09 11:33:20', '2023-10-09 11:33:20'),
(201155, 1936, '2024-03-01 00:00:00', NULL, '2024-03-01 00:00:00', '', '3300', 0, '2023-10-09 11:35:42', '2023-10-09 11:35:42'),
(201156, 1937, '2024-03-01 00:00:00', NULL, '2024-03-01 00:00:00', '', '0', 0, '2023-10-09 11:38:59', '2023-10-09 11:38:59'),
(201157, 1938, '2024-03-01 00:00:00', NULL, '2024-03-01 00:00:00', '', '3600', 0, '2023-10-09 11:41:28', '2023-10-09 11:41:28'),
(201158, 1939, '2024-03-01 00:00:00', NULL, '2024-03-01 00:00:00', '', '4300', 0, '2023-10-09 11:43:34', '2023-10-09 11:43:34'),
(201159, 1940, '2024-03-01 00:00:00', NULL, '2024-03-01 00:00:00', '', '0', 0, '2023-10-09 11:46:05', '2023-10-09 11:46:05'),
(201160, 1941, '2024-03-01 00:00:00', NULL, '2024-03-01 00:00:00', '', '5200', 0, '2023-10-09 11:48:00', '2023-10-09 11:48:00'),
(201161, 1942, '2024-01-01 00:00:00', NULL, '2024-01-01 00:00:00', '', '16500', 0, '2023-10-09 11:52:59', '2023-10-09 11:52:59'),
(201162, 1943, '2024-03-01 00:00:00', NULL, '2024-03-01 00:00:00', '', '4000', 0, '2023-10-09 11:57:49', '2023-10-09 11:57:49'),
(201163, 1944, '2024-03-01 00:00:00', NULL, '2024-03-01 00:00:00', '', '5000', 0, '2023-10-09 12:46:31', '2023-10-09 12:46:31'),
(201164, 1945, '2024-03-01 00:00:00', NULL, '2024-03-01 00:00:00', '', '0', 0, '2023-10-09 12:48:56', '2023-10-09 12:48:56'),
(201165, 1946, '2024-03-01 00:00:00', NULL, '2024-03-01 00:00:00', '', '3600', 0, '2023-10-09 12:52:36', '2023-10-09 12:52:36'),
(201166, 1947, '2024-03-01 00:00:00', NULL, '2024-03-01 00:00:00', '', '0', 0, '2023-10-09 13:29:12', '2023-10-09 13:29:12'),
(201167, 1948, '2024-03-01 00:00:00', NULL, '2024-03-01 00:00:00', '', '4000', 0, '2023-10-09 13:31:41', '2023-10-09 13:31:41'),
(201168, 1949, '2024-03-01 00:00:00', NULL, '2024-03-01 00:00:00', '', '12800', 0, '2023-10-09 13:35:13', '2023-10-09 13:35:13'),
(201169, 1950, '2024-03-01 00:00:00', NULL, '2024-03-01 00:00:00', '', '4000', 0, '2023-10-09 14:48:55', '2023-10-09 14:48:55'),
(201170, 1951, '2023-11-01 00:00:00', NULL, '2023-11-01 00:00:00', '', '300', 0, '2023-10-09 14:54:30', '2023-10-09 14:54:30'),
(201171, 1952, '2023-11-01 00:00:00', NULL, '2023-11-01 00:00:00', '', '300', 0, '2023-10-09 14:56:58', '2023-10-09 14:56:58'),
(201172, 1953, '2024-03-01 00:00:00', NULL, '2024-03-01 00:00:00', '', '3300', 0, '2023-10-09 15:02:21', '2023-10-09 15:02:21'),
(201173, 1954, '2024-03-01 00:00:00', NULL, '2024-03-01 00:00:00', '', '3800', 0, '2023-10-09 15:31:33', '2023-10-09 15:31:33'),
(201174, 1955, '2024-03-01 00:00:00', NULL, '2024-03-01 00:00:00', '', '3300', 0, '2023-10-09 15:34:11', '2023-10-09 15:34:11'),
(201175, 1956, '2024-03-01 00:00:00', NULL, '2024-03-01 00:00:00', '', '4200', 0, '2023-10-09 15:37:54', '2023-10-09 15:37:54'),
(201176, 1957, '2024-03-01 00:00:00', NULL, '2024-03-01 00:00:00', '', '3500', 0, '2023-10-09 15:42:11', '2023-10-09 15:42:11'),
(201177, 1958, '2024-03-01 00:00:00', NULL, '2024-03-01 00:00:00', '', '3000', 0, '2023-10-09 15:50:24', '2023-10-09 15:50:24'),
(201178, 1959, '2024-03-01 00:00:00', NULL, '2024-03-01 00:00:00', '', '0', 0, '2023-10-09 16:07:21', '2023-10-09 16:07:21'),
(201179, 1960, '2024-03-01 00:00:00', NULL, '2024-03-01 00:00:00', '', '6000', 0, '2023-10-09 16:10:41', '2023-10-09 16:10:41'),
(201180, 1961, '2024-03-01 00:00:00', NULL, '2024-03-01 00:00:00', '', '4200', 0, '2023-10-09 16:14:02', '2023-10-09 16:14:02'),
(201181, 1962, '2024-03-01 00:00:00', NULL, '2024-03-01 00:00:00', '', '4200', 0, '2023-10-09 16:22:20', '2023-10-09 16:22:20'),
(201182, 1963, '2024-03-01 00:00:00', NULL, '2024-03-01 00:00:00', '', '0', 0, '2023-10-09 16:31:31', '2023-10-09 16:31:31'),
(201183, 1964, '2023-11-01 00:00:00', NULL, '2023-11-01 00:00:00', '', '0', 0, '2023-10-09 16:34:22', '2023-10-09 16:34:22'),
(201184, 1965, '2024-03-01 00:00:00', NULL, '2024-03-01 00:00:00', '', '3200', 0, '2023-10-09 16:38:07', '2023-10-09 16:38:07'),
(201185, 1966, '2024-03-01 00:00:00', NULL, '2024-03-01 00:00:00', '', '300', 0, '2023-10-09 16:40:50', '2023-10-09 16:40:50'),
(201186, 1967, '2024-03-01 00:00:00', NULL, '2024-03-01 00:00:00', '', '4000', 0, '2023-10-09 16:45:24', '2023-10-09 16:45:24'),
(201187, 1968, '2024-03-01 00:00:00', NULL, '2024-03-01 00:00:00', '', '4000', 0, '2023-10-09 16:49:33', '2023-10-09 16:49:33'),
(201188, 1969, '2024-03-01 00:00:00', NULL, '2024-03-01 00:00:00', '', '4200', 0, '2023-10-09 16:52:17', '2023-10-09 16:52:17'),
(201189, 1970, '2024-02-01 00:00:00', NULL, '2024-02-01 00:00:00', '', '4000', 0, '2023-10-09 16:54:38', '2023-10-09 16:54:38'),
(201190, 1971, '2024-02-01 00:00:00', NULL, '2024-02-01 00:00:00', '', '4400', 0, '2023-10-09 16:56:57', '2023-10-09 16:56:57'),
(201191, 1972, '2024-02-01 00:00:00', NULL, '2024-02-01 00:00:00', '', '350', 0, '2023-10-09 17:01:39', '2023-10-09 17:01:39'),
(201192, 1973, '2024-03-01 00:00:00', NULL, '2024-03-01 00:00:00', '', '4400', 0, '2023-10-09 17:04:10', '2023-10-09 17:04:10'),
(201193, 1974, '2024-03-01 00:00:00', NULL, '2024-03-01 00:00:00', '', '4000', 0, '2023-10-09 17:07:14', '2023-10-09 17:07:14'),
(201194, 1975, '2024-03-01 00:00:00', NULL, '2024-03-01 00:00:00', '', '0', 0, '2023-10-09 17:11:23', '2023-10-09 17:11:23'),
(201195, 1976, '2024-03-01 00:00:00', NULL, '2024-03-01 00:00:00', '', '3100', 0, '2023-10-09 17:14:03', '2023-10-09 17:14:03'),
(201196, 1977, '2024-04-01 00:00:00', NULL, '2024-04-01 00:00:00', '', '4200', 0, '2023-10-09 17:17:38', '2023-10-09 17:17:38'),
(201197, 1978, '2024-04-01 00:00:00', NULL, '2024-04-01 00:00:00', '', '3600', 0, '2023-10-09 17:35:44', '2023-10-09 17:35:44'),
(201198, 1979, '2024-04-01 00:00:00', NULL, '2024-04-01 00:00:00', '', '7200', 0, '2023-10-09 17:41:46', '2023-10-09 17:41:46'),
(201199, 1980, '2024-04-01 00:00:00', NULL, '2024-04-01 00:00:00', '', '3500', 0, '2023-10-09 17:45:29', '2023-10-09 17:45:29'),
(201200, 1981, '2024-04-01 00:00:00', NULL, '2024-04-01 00:00:00', '', '4200', 0, '2023-10-09 17:48:58', '2023-10-09 17:48:58'),
(201201, 1982, '2024-04-01 00:00:00', NULL, '2024-04-01 00:00:00', '', '4000', 0, '2023-10-09 17:51:36', '2023-10-09 17:51:36'),
(201202, 1983, '2024-04-01 00:00:00', NULL, '2024-04-01 00:00:00', '', '3600', 0, '2023-10-09 17:54:42', '2023-10-09 17:54:42'),
(201203, 1984, '2024-04-01 00:00:00', NULL, '2024-04-01 00:00:00', '', '150', 0, '2023-10-10 10:14:25', '2023-10-10 10:14:25'),
(201204, 1985, '2024-04-01 00:00:00', NULL, '2024-04-01 00:00:00', '', '3600', 0, '2023-10-10 10:16:26', '2023-10-10 10:16:26'),
(201205, 1986, '2024-04-01 00:00:00', NULL, '2024-04-01 00:00:00', '', '4200', 0, '2023-10-10 10:18:27', '2023-10-10 10:18:27'),
(201206, 1987, '2024-04-01 00:00:00', NULL, '2024-04-01 00:00:00', '', '6200', 0, '2023-10-10 10:21:19', '2023-10-10 10:21:19'),
(201207, 1988, '2024-04-01 00:00:00', NULL, '2024-04-01 00:00:00', '', '8000', 0, '2023-10-10 10:24:09', '2023-10-10 10:24:09'),
(201208, 1989, '2024-04-01 00:00:00', NULL, '2024-04-01 00:00:00', '', '0', 0, '2023-10-10 10:29:40', '2023-10-10 10:29:40'),
(201209, 1990, '2024-04-01 00:00:00', NULL, '2024-04-01 00:00:00', '', '200', 0, '2023-10-10 10:31:54', '2023-10-10 10:31:54'),
(201210, 1991, '2024-04-01 00:00:00', NULL, '2024-04-01 00:00:00', '', '4200', 0, '2023-10-10 10:35:30', '2023-10-10 10:35:30'),
(201211, 1992, '2024-04-01 00:00:00', NULL, '2024-04-01 00:00:00', '', '3600', 0, '2023-10-10 10:37:08', '2023-10-10 10:37:08'),
(201212, 1993, '2024-04-01 00:00:00', NULL, '2024-04-01 00:00:00', '', '4200', 0, '2023-10-10 10:39:09', '2023-10-10 10:39:09'),
(201213, 1994, '2024-04-01 00:00:00', NULL, '2024-04-01 00:00:00', '', '300', 0, '2023-10-10 10:41:29', '2023-10-10 10:41:29'),
(201214, 1995, '2024-04-01 00:00:00', NULL, '2024-04-01 00:00:00', '', '3000', 0, '2023-10-10 10:45:02', '2023-10-10 10:45:02'),
(201215, 1996, '2024-04-01 00:00:00', NULL, '2024-04-01 00:00:00', '', '3600', 0, '2023-10-10 10:46:32', '2023-10-10 10:46:32'),
(201216, 1997, '2024-04-01 00:00:00', NULL, '2024-04-01 00:00:00', '', '3000', 0, '2023-10-10 10:48:56', '2023-10-10 10:48:56'),
(201217, 1998, '2024-04-01 00:00:00', NULL, '2024-04-01 00:00:00', '', '300', 0, '2023-10-10 10:50:59', '2023-10-10 10:50:59'),
(201218, 1999, '2024-04-01 00:00:00', NULL, '2024-04-01 00:00:00', '', '4200', 0, '2023-10-10 10:52:57', '2023-10-10 10:52:57'),
(201219, 2000, '2024-04-01 00:00:00', NULL, '2024-04-01 00:00:00', '', '3400', 0, '2023-10-10 10:55:12', '2023-10-10 10:55:12'),
(201220, 2001, '2024-04-01 00:00:00', NULL, '2024-04-01 00:00:00', '', '3600', 0, '2023-10-10 10:57:50', '2023-10-10 10:57:50'),
(201221, 2002, '2024-04-01 00:00:00', NULL, '2024-04-01 00:00:00', '', '3300', 0, '2023-10-10 11:26:41', '2023-10-10 11:26:41'),
(201222, 2003, '2024-04-01 00:00:00', NULL, '2024-04-01 00:00:00', '', '7200', 0, '2023-10-10 11:28:45', '2023-10-10 11:28:45'),
(201223, 2004, '2024-04-01 00:00:00', NULL, '2024-04-01 00:00:00', '', '4200', 0, '2023-10-10 11:31:38', '2023-10-10 11:31:38'),
(201224, 2005, '2024-04-01 00:00:00', NULL, '2024-04-01 00:00:00', '', '4000', 0, '2023-10-10 11:33:34', '2023-10-10 11:33:34'),
(201225, 2006, '2024-04-01 00:00:00', NULL, '2024-04-01 00:00:00', '', '4000', 0, '2023-10-10 16:37:48', '2023-10-10 16:37:48'),
(201226, 2007, '2024-04-01 00:00:00', NULL, '2024-04-01 00:00:00', '', '3600', 0, '2023-10-10 16:43:20', '2023-10-10 16:43:20'),
(201227, 2008, '2024-04-01 00:00:00', NULL, '2024-04-01 00:00:00', '', '3600', 0, '2023-10-10 16:45:41', '2023-10-10 16:45:41'),
(201228, 2009, '2024-04-01 00:00:00', NULL, '2024-04-01 00:00:00', '', '3600', 0, '2023-10-10 16:48:17', '2023-10-10 16:48:17'),
(201229, 2010, '2024-04-01 00:00:00', NULL, '2024-04-01 00:00:00', '', '2500', 0, '2023-10-10 16:52:26', '2023-10-10 16:52:26'),
(201230, 2011, '2024-04-01 00:00:00', NULL, '2024-04-01 00:00:00', '', '3200', 0, '2023-10-10 17:31:11', '2023-10-10 17:31:11'),
(201231, 2012, '2024-04-01 00:00:00', NULL, '2024-04-01 00:00:00', '', '3800', 0, '2023-10-10 17:35:04', '2023-10-10 17:35:04'),
(201232, 2013, '2024-04-01 00:00:00', NULL, '2024-04-01 00:00:00', '', '4200', 0, '2023-10-10 17:37:14', '2023-10-10 17:37:14'),
(201233, 2014, '2024-04-01 00:00:00', NULL, '2024-04-01 00:00:00', '', '4000', 0, '2023-10-10 17:40:48', '2023-10-10 17:40:48'),
(201234, 2015, '2024-04-01 00:00:00', NULL, '2024-04-01 00:00:00', '', '0', 0, '2023-10-11 10:20:38', '2023-10-11 10:20:38'),
(201235, 2016, '2024-04-01 00:00:00', NULL, '2024-04-01 00:00:00', '', '300', 0, '2023-10-11 10:26:36', '2023-10-11 10:26:36'),
(201236, 2017, '2023-11-01 00:00:00', NULL, '2023-11-01 00:00:00', '', '0', 0, '2023-10-11 10:42:58', '2023-10-11 10:42:58'),
(201237, 2018, '2024-04-01 00:00:00', NULL, '2024-04-01 00:00:00', '', '7600', 0, '2023-10-11 10:47:23', '2023-10-11 10:47:23'),
(201238, 2019, '2023-11-01 00:00:00', NULL, '2023-11-01 00:00:00', '', '0', 0, '2023-10-11 10:49:53', '2023-10-11 10:49:53'),
(201239, 2020, '2024-04-01 00:00:00', NULL, '2024-04-01 00:00:00', '', '3200', 0, '2023-10-11 10:51:57', '2023-10-11 10:51:57'),
(201240, 2021, '2024-04-01 00:00:00', NULL, '2024-04-01 00:00:00', '', '4200', 0, '2023-10-11 10:54:59', '2023-10-11 10:54:59'),
(201241, 2022, '2024-04-01 00:00:00', NULL, '2024-04-01 00:00:00', '', '3300', 0, '2023-10-11 11:00:49', '2023-10-11 11:00:49'),
(201242, 2023, '2024-04-01 00:00:00', NULL, '2024-04-01 00:00:00', '', '3600', 0, '2023-10-11 11:10:09', '2023-10-11 11:10:09'),
(201243, 2024, '2024-04-01 00:00:00', NULL, '2024-04-01 00:00:00', '', '4200', 0, '2023-10-11 11:13:48', '2023-10-11 11:13:48'),
(201244, 2025, '2024-04-01 00:00:00', NULL, '2024-04-01 00:00:00', '', '4200', 0, '2023-10-11 11:16:42', '2023-10-11 11:16:42'),
(201245, 2026, '2023-11-01 00:00:00', NULL, '2023-11-01 00:00:00', '', '0', 0, '2023-10-11 11:19:19', '2023-10-11 11:19:19'),
(201246, 2027, '2024-04-01 00:00:00', NULL, '2024-04-01 00:00:00', '', '3600', 0, '2023-10-11 11:21:19', '2023-10-11 11:21:19'),
(201247, 2028, '2024-04-01 00:00:00', NULL, '2024-04-01 00:00:00', '', '500', 0, '2023-10-11 11:25:29', '2023-10-11 11:25:29'),
(201248, 2029, '2024-04-01 00:00:00', NULL, '2024-04-01 00:00:00', '', '4200', 0, '2023-10-11 11:28:06', '2023-10-11 11:28:06'),
(201249, 2030, '2023-11-01 00:00:00', NULL, '2023-11-01 00:00:00', '', '0', 0, '2023-10-11 11:30:19', '2023-10-11 11:30:19'),
(201250, 2031, '2023-11-01 00:00:00', NULL, '2023-11-01 00:00:00', '', '300', 0, '2023-10-11 11:32:38', '2023-10-11 11:32:38'),
(201251, 2032, '2024-05-01 00:00:00', NULL, '2024-05-01 00:00:00', '', '4000', 0, '2023-10-11 11:35:59', '2023-10-11 11:35:59'),
(201252, 2033, '2024-05-01 00:00:00', NULL, '2024-05-01 00:00:00', '', '3000', 0, '2023-10-11 11:37:51', '2023-10-11 11:37:51'),
(201253, 2034, '2024-05-01 00:00:00', NULL, '2024-05-01 00:00:00', '', '3000', 0, '2023-10-11 11:41:32', '2023-10-11 11:41:32'),
(201254, 2035, '2023-11-01 00:00:00', NULL, '2023-11-01 00:00:00', '', '200', 0, '2023-10-11 11:43:43', '2023-10-11 11:43:43'),
(201255, 2036, '2024-05-01 00:00:00', NULL, '2024-05-01 00:00:00', '', '3600', 0, '2023-10-11 11:48:04', '2023-10-11 11:48:04'),
(201256, 2037, '2024-05-01 00:00:00', NULL, '2024-05-01 00:00:00', '', '3600', 0, '2023-10-11 11:49:48', '2023-10-11 11:49:48'),
(201257, 2038, '2024-05-01 00:00:00', NULL, '2024-05-01 00:00:00', '', '2000', 0, '2023-10-11 11:51:39', '2023-10-11 11:51:39'),
(201258, 2039, '2024-05-01 00:00:00', NULL, '2024-05-01 00:00:00', '', '4200', 0, '2023-10-11 11:55:17', '2023-10-11 11:55:17'),
(201259, 2040, '2024-05-01 00:00:00', NULL, '2024-05-01 00:00:00', '', '200', 0, '2023-10-11 11:57:56', '2023-10-11 11:57:56'),
(201260, 2041, '2024-05-01 00:00:00', NULL, '2024-05-01 00:00:00', '', '2400', 0, '2023-10-11 13:49:53', '2023-10-11 13:49:53'),
(201261, 2042, '2024-05-01 00:00:00', NULL, '2024-05-01 00:00:00', '', '3400', 0, '2023-10-11 13:51:51', '2023-10-11 13:51:51'),
(201262, 2043, '2024-05-01 00:00:00', NULL, '2024-05-01 00:00:00', '', '3300', 0, '2023-10-11 13:54:55', '2023-10-11 13:54:55'),
(201263, 2044, '2024-05-01 00:00:00', NULL, '2024-05-01 00:00:00', '', '250', 0, '2023-10-11 13:58:40', '2023-10-11 13:58:40'),
(201264, 2045, '2024-05-01 00:00:00', NULL, '2024-05-01 00:00:00', '', '4200', 0, '2023-10-11 14:00:53', '2023-10-11 14:00:53'),
(201265, 2046, '2024-05-01 00:00:00', NULL, '2024-05-01 00:00:00', '', '3800', 0, '2023-10-11 14:03:36', '2023-10-11 14:03:36'),
(201266, 2047, '2024-05-01 00:00:00', NULL, '2024-05-01 00:00:00', '', '4200', 0, '2023-10-11 14:05:36', '2023-10-11 14:05:36'),
(201267, 2048, '2024-05-01 00:00:00', '284', '2024-05-01 00:00:00', '', '0', 1, '2023-10-11 14:08:53', '2024-05-06 17:38:41'),
(201268, 2049, '2024-05-01 00:00:00', NULL, '2024-05-01 00:00:00', '', '3000', 0, '2023-10-11 14:10:55', '2023-10-11 14:10:55'),
(201269, 2050, '2024-05-01 00:00:00', NULL, '2024-05-01 00:00:00', '', '4000', 0, '2023-10-11 14:36:40', '2023-10-11 14:36:40'),
(201270, 2051, '2024-05-01 00:00:00', NULL, '2024-05-01 00:00:00', '', '2400', 0, '2023-10-11 14:43:11', '2023-10-11 14:43:11'),
(201271, 2052, '2024-05-01 00:00:00', NULL, '2024-05-01 00:00:00', '', '400', 0, '2023-10-11 14:58:37', '2023-10-11 14:58:37'),
(201272, 2053, '2023-11-01 00:00:00', NULL, '2023-11-01 00:00:00', '', '0', 0, '2023-10-11 15:01:58', '2023-10-11 15:01:58'),
(201273, 2054, '2024-05-01 00:00:00', NULL, '2024-05-01 00:00:00', '', '4200', 0, '2023-10-11 15:04:38', '2023-10-11 15:04:38'),
(201274, 2055, '2024-05-01 00:00:00', NULL, '2024-05-01 00:00:00', '', '3200', 0, '2023-10-11 15:07:23', '2023-10-11 15:07:23'),
(201275, 2056, '2024-05-01 00:00:00', NULL, '2024-05-01 00:00:00', '', '4200', 0, '2023-10-11 15:10:33', '2023-10-11 15:10:33'),
(201276, 2057, '2024-05-01 00:00:00', NULL, '2024-05-01 00:00:00', '', '3600', 0, '2023-10-11 15:21:19', '2023-10-11 15:21:19'),
(201277, 2058, '2024-05-01 00:00:00', NULL, '2024-05-01 00:00:00', '', '4000', 0, '2023-10-11 15:23:19', '2023-10-11 15:23:19'),
(201278, 2059, '2024-05-01 00:00:00', '300', '2024-05-01 00:00:00', '', '0', 1, '2023-10-11 15:26:45', '2024-05-22 11:59:55'),
(201279, 2060, '2024-05-01 00:00:00', NULL, '2024-05-01 00:00:00', '', '4200', 0, '2023-10-11 15:29:42', '2023-10-11 15:29:42'),
(201280, 2061, '2024-05-01 00:00:00', '300', '2024-05-01 00:00:00', '', '0', 1, '2023-10-11 15:35:28', '2024-05-13 15:21:28'),
(201281, 2062, '2024-05-01 00:00:00', NULL, '2024-05-01 00:00:00', '', '2000', 0, '2023-10-11 15:37:58', '2023-10-11 15:37:58'),
(201282, 2063, '2024-05-01 00:00:00', NULL, '2024-05-01 00:00:00', '', '3600', 0, '2023-10-11 15:40:06', '2023-10-11 15:40:06'),
(201283, 2064, '2024-05-01 00:00:00', NULL, '2024-05-01 00:00:00', '', '2000', 0, '2023-10-11 15:43:45', '2023-10-11 15:43:45'),
(201284, 2065, '2024-05-01 00:00:00', NULL, '2024-05-01 00:00:00', '', '4200', 0, '2023-10-11 15:47:27', '2023-10-11 15:47:27'),
(201285, 2066, '2024-05-01 00:00:00', NULL, '2024-05-01 00:00:00', '', '3600', 0, '2023-10-11 15:50:17', '2023-10-11 15:50:17'),
(201286, 2067, '2024-05-01 00:00:00', NULL, '2024-05-01 00:00:00', '', '3600', 0, '2023-10-11 16:07:46', '2023-10-11 16:07:46'),
(201287, 2068, '2024-05-01 00:00:00', NULL, '2024-05-01 00:00:00', '', '3600', 0, '2023-10-11 16:10:18', '2023-10-11 16:10:18'),
(201288, 2069, '2024-05-01 00:00:00', NULL, '2024-05-01 00:00:00', '', '4400', 0, '2023-10-11 16:14:05', '2023-10-11 16:14:05'),
(201289, 2070, '2024-05-01 00:00:00', NULL, '2024-05-01 00:00:00', '', '4400', 0, '2023-10-11 16:16:54', '2023-10-11 16:16:54'),
(201290, 2071, '2024-05-01 00:00:00', NULL, '2024-05-01 00:00:00', '', '3800', 0, '2023-10-11 16:18:45', '2023-10-11 16:18:45'),
(201291, 2072, '2024-05-01 00:00:00', NULL, '2024-05-01 00:00:00', '', '2400', 0, '2023-10-11 16:20:48', '2023-10-11 16:20:48'),
(201292, 2073, '2024-05-01 00:00:00', '1000', '2024-05-01 00:00:00', '', '0', 1, '2023-10-11 16:22:42', '2024-02-29 13:07:09'),
(201293, 2074, '2024-05-01 00:00:00', NULL, '2024-05-01 00:00:00', '', '3600', 0, '2023-10-11 16:27:00', '2023-10-11 16:27:00'),
(201294, 2075, '2024-05-01 00:00:00', NULL, '2024-05-01 00:00:00', '', '3600', 0, '2023-10-11 16:34:25', '2023-10-11 16:34:25'),
(201295, 2076, '2024-05-01 00:00:00', NULL, '2024-05-01 00:00:00', '', '2500', 0, '2023-10-11 16:36:59', '2023-10-11 16:36:59'),
(201296, 2077, '2024-04-01 00:00:00', NULL, NULL, '', '4000', 0, '2023-10-11 16:46:15', '2023-10-11 16:46:15'),
(201297, 2077, '2025-04-01 00:00:00', NULL, NULL, '', '4000', 0, '2023-10-11 16:46:15', '2023-10-11 16:46:15'),
(201298, 2077, '2026-04-01 00:00:00', NULL, NULL, '', '4000', 0, '2023-10-11 16:46:15', '2023-10-11 16:46:15'),
(201299, 2077, '2027-04-01 00:00:00', NULL, NULL, '', '4000', 0, '2023-10-11 16:46:15', '2023-10-11 16:46:15'),
(201300, 2077, '2028-04-01 00:00:00', NULL, NULL, '', '4000', 0, '2023-10-11 16:46:15', '2023-10-11 16:46:15'),
(201301, 2077, '2029-04-01 00:00:00', NULL, NULL, '', '4000', 0, '2023-10-11 16:46:15', '2023-10-11 16:46:15'),
(201302, 2077, '2030-04-01 00:00:00', NULL, NULL, '', '4000', 0, '2023-10-11 16:46:15', '2023-10-11 16:46:15'),
(201303, 2078, '2024-05-01 00:00:00', NULL, '2024-05-01 00:00:00', '', '100', 0, '2023-10-11 16:59:59', '2023-10-11 16:59:59'),
(201304, 2079, '2024-05-01 00:00:00', NULL, '2024-05-01 00:00:00', '', '400', 0, '2023-10-11 17:03:06', '2023-10-11 17:03:06'),
(201305, 2080, '2024-08-01 00:00:00', NULL, '2024-08-01 00:00:00', '', '3600', 0, '2023-10-11 17:08:13', '2023-10-11 17:08:13'),
(201306, 2081, '2024-05-01 00:00:00', NULL, '2024-05-01 00:00:00', '', '3800', 0, '2023-10-11 17:12:21', '2023-10-11 17:12:21'),
(201307, 2082, '2024-05-01 00:00:00', NULL, '2024-05-01 00:00:00', '', '3000', 0, '2023-10-11 17:15:36', '2023-10-11 17:15:36'),
(201308, 2083, '2024-05-01 00:00:00', NULL, '2024-05-01 00:00:00', '', '3400', 0, '2023-10-11 17:17:43', '2023-10-11 17:17:43'),
(201309, 2084, '2024-05-01 00:00:00', NULL, '2024-05-01 00:00:00', '', '3800', 0, '2023-10-11 17:19:35', '2023-10-11 17:19:35'),
(201310, 2085, '2024-05-01 00:00:00', NULL, '2024-05-01 00:00:00', '', '3600', 0, '2023-10-11 17:22:26', '2023-10-11 17:22:26'),
(201311, 2086, '2024-05-01 00:00:00', NULL, '2024-05-01 00:00:00', '', '4200', 0, '2023-10-11 17:24:29', '2023-10-11 17:24:29'),
(201312, 2087, '2024-05-01 00:00:00', NULL, '2024-05-01 00:00:00', '', '3600', 0, '2023-10-11 17:31:26', '2023-10-11 17:31:26'),
(201313, 2088, '2024-05-01 00:00:00', NULL, '2024-05-01 00:00:00', '', '4200', 0, '2023-10-11 17:33:15', '2023-10-11 17:33:15'),
(201314, 2089, '2024-05-01 00:00:00', NULL, '2024-05-01 00:00:00', '', '4200', 0, '2023-10-11 17:37:12', '2023-10-11 17:37:12'),
(201315, 2090, '2024-05-01 00:00:00', NULL, '2024-05-01 00:00:00', '', '7200', 0, '2023-10-12 10:35:03', '2023-10-12 10:35:03'),
(201316, 2091, '2024-05-01 00:00:00', NULL, '2024-05-01 00:00:00', '', '600', 0, '2023-10-12 10:45:47', '2023-10-12 10:45:47'),
(201317, 2092, '2024-05-01 00:00:00', NULL, '2024-05-01 00:00:00', '', '2800', 0, '2023-10-12 10:48:32', '2023-10-12 10:48:32'),
(201318, 2093, '2024-05-01 00:00:00', NULL, '2024-05-01 00:00:00', '', '3800', 0, '2023-10-12 10:50:40', '2023-10-12 10:50:40'),
(201319, 2094, '2024-05-01 00:00:00', NULL, '2024-05-01 00:00:00', '', '3800', 0, '2023-10-12 10:53:22', '2023-10-12 10:53:22'),
(201320, 2095, '2024-05-01 00:00:00', NULL, '2024-05-01 00:00:00', '', '4200', 0, '2023-10-12 10:56:24', '2023-10-12 10:56:24'),
(201321, 2096, '2024-05-01 00:00:00', NULL, '2024-05-01 00:00:00', '', '4400', 0, '2023-10-12 11:00:00', '2023-10-12 11:00:00'),
(201322, 2097, '2024-05-01 00:00:00', NULL, '2024-05-01 00:00:00', '', '1000', 0, '2023-10-12 11:02:24', '2023-10-12 11:02:24'),
(201323, 2098, '2024-06-01 00:00:00', '270', '2024-06-01 00:00:00', '', '0', 1, '2023-10-12 11:04:11', '2024-06-04 10:24:14'),
(201324, 2099, '2024-06-01 00:00:00', NULL, '2024-06-01 00:00:00', '', '4000', 0, '2023-10-12 11:10:00', '2023-10-12 11:10:00'),
(201325, 2100, '2024-06-01 00:00:00', NULL, '2024-06-01 00:00:00', '', '4400', 0, '2023-10-12 11:12:19', '2023-10-12 11:12:19'),
(201326, 2101, '2024-06-01 00:00:00', NULL, '2024-06-01 00:00:00', '', '4200', 0, '2023-10-12 11:15:09', '2023-10-12 11:15:09'),
(201327, 2102, '2024-06-01 00:00:00', NULL, '2024-06-01 00:00:00', '', '4400', 0, '2023-10-12 11:18:50', '2023-10-12 11:18:50'),
(201328, 2103, '2024-06-01 00:00:00', NULL, '2024-06-01 00:00:00', '', '150', 0, '2023-10-12 11:20:48', '2023-10-12 11:20:48'),
(201329, 2104, '2024-06-01 00:00:00', NULL, '2024-06-01 00:00:00', '', '3600', 0, '2023-10-12 11:24:31', '2023-10-12 11:24:31'),
(201330, 2105, '2024-06-01 00:00:00', NULL, '2024-06-01 00:00:00', '', '3000', 0, '2023-10-12 11:26:38', '2023-10-12 11:26:38'),
(201331, 2106, '2024-06-01 00:00:00', NULL, '2024-06-01 00:00:00', '', '4200', 0, '2023-10-12 11:31:49', '2023-10-12 11:31:49'),
(201332, 2107, '2024-06-01 00:00:00', NULL, '2024-06-01 00:00:00', '', '3000', 0, '2023-10-12 11:35:03', '2023-10-12 11:35:03'),
(201333, 2108, '2024-06-01 00:00:00', NULL, '2024-06-01 00:00:00', '', '4000', 0, '2023-10-12 12:32:51', '2023-10-12 12:32:51'),
(201334, 2109, '2024-06-01 00:00:00', NULL, '2024-06-01 00:00:00', '', '3200', 0, '2023-10-12 12:48:07', '2023-10-12 12:48:07'),
(201335, 2110, '2024-06-01 00:00:00', NULL, '2024-06-01 00:00:00', '', '2000', 0, '2023-10-12 13:26:32', '2023-10-12 13:26:32'),
(201336, 2111, '2024-06-01 00:00:00', NULL, '2024-06-01 00:00:00', '', '0', 0, '2023-10-12 13:46:26', '2023-10-12 13:46:26'),
(201337, 2112, '2024-06-01 00:00:00', NULL, '2024-06-01 00:00:00', '', '2500', 0, '2023-10-12 13:50:04', '2023-10-12 13:50:04'),
(201338, 2113, '2024-06-01 00:00:00', NULL, '2024-06-01 00:00:00', '', '7500', 0, '2023-10-12 13:52:26', '2023-10-12 13:52:26'),
(201339, 2114, '2024-06-01 00:00:00', NULL, '2024-06-01 00:00:00', '', '3600', 0, '2023-10-12 13:57:36', '2023-10-12 13:57:36'),
(201340, 2115, '2024-06-01 00:00:00', NULL, '2024-06-01 00:00:00', '', '8000', 0, '2023-10-12 14:00:49', '2023-10-12 14:00:49'),
(201341, 2116, '2024-06-01 00:00:00', NULL, '2024-06-01 00:00:00', '', '3600', 0, '2023-10-12 14:03:04', '2023-10-12 14:03:04'),
(201342, 2117, '2024-06-01 00:00:00', NULL, '2024-06-01 00:00:00', '', '3600', 0, '2023-10-12 14:06:17', '2023-10-12 14:06:17'),
(201343, 2118, '2024-06-01 00:00:00', NULL, '2024-06-01 00:00:00', '', '0', 0, '2023-10-12 14:13:37', '2023-10-12 14:13:37'),
(201344, 2119, '2024-06-01 00:00:00', NULL, '2024-06-01 00:00:00', '', '28000', 0, '2023-10-12 14:16:55', '2023-10-12 14:16:55'),
(201345, 2120, '2024-06-01 00:00:00', NULL, '2024-06-01 00:00:00', '', '4200', 0, '2023-10-12 14:20:10', '2023-10-12 14:20:10'),
(201346, 2121, '2024-06-01 00:00:00', NULL, '2024-06-01 00:00:00', '', '3000', 0, '2023-10-12 14:23:58', '2023-10-12 14:23:58'),
(201347, 2122, '2024-06-01 00:00:00', NULL, '2024-06-01 00:00:00', '', '4200', 0, '2023-10-12 14:29:32', '2023-10-12 14:29:32'),
(201348, 2123, '2024-06-01 00:00:00', NULL, '2024-06-01 00:00:00', '', '7000', 0, '2023-10-12 14:32:19', '2023-10-12 14:32:19'),
(201349, 2124, '2024-06-01 00:00:00', NULL, '2024-06-01 00:00:00', '', '3600', 0, '2023-10-12 14:34:46', '2023-10-12 14:34:46'),
(201350, 2125, '2024-06-01 00:00:00', NULL, '2024-06-01 00:00:00', '', '3000', 0, '2023-10-12 14:40:45', '2023-10-12 14:40:45'),
(201351, 2126, '2024-06-01 00:00:00', NULL, '2024-06-01 00:00:00', '', '8000', 0, '2023-10-12 14:46:00', '2023-10-12 14:46:00'),
(201352, 2127, '2024-06-01 00:00:00', NULL, '2024-06-01 00:00:00', '', '4200', 0, '2023-10-12 14:50:34', '2023-10-12 14:50:34'),
(201353, 2128, '2024-06-01 00:00:00', NULL, '2024-06-01 00:00:00', '', '4400', 0, '2023-10-12 14:53:15', '2023-10-12 14:53:15'),
(201354, 2129, '2024-06-01 00:00:00', NULL, '2024-06-01 00:00:00', '', '4200', 0, '2023-10-12 14:56:13', '2023-10-12 14:56:13'),
(201355, 2130, '2024-06-01 00:00:00', NULL, '2024-06-01 00:00:00', '', '4200', 0, '2023-10-12 14:59:12', '2023-10-12 14:59:12'),
(201356, 2131, '2024-06-01 00:00:00', '500', '2024-06-01 00:00:00', '', '0', 1, '2023-10-12 15:02:29', '2024-06-23 12:43:43'),
(201357, 2132, '2024-06-01 00:00:00', NULL, '2024-06-01 00:00:00', '', '7500', 0, '2023-10-12 15:13:19', '2023-10-12 15:13:19'),
(201358, 2133, '2024-06-01 00:00:00', NULL, '2024-06-01 00:00:00', '', '2800', 0, '2023-10-12 15:21:22', '2023-10-12 15:21:22'),
(201359, 2134, '2024-06-01 00:00:00', NULL, '2024-06-01 00:00:00', '', '4200', 0, '2023-10-12 15:26:48', '2023-10-12 15:26:48'),
(201360, 2135, '2024-06-01 00:00:00', NULL, '2024-06-01 00:00:00', '', '4200', 0, '2023-10-12 15:29:03', '2023-10-12 15:29:03'),
(201361, 2136, '2024-06-01 00:00:00', NULL, '2024-06-01 00:00:00', '', '4000', 0, '2023-10-12 15:31:35', '2023-10-12 15:31:35'),
(201362, 2137, '2024-06-01 00:00:00', NULL, '2024-06-01 00:00:00', '', '1700', 0, '2023-10-12 15:34:31', '2023-10-12 15:34:31'),
(201363, 2138, '2024-06-01 00:00:00', NULL, '2024-06-01 00:00:00', '', '4000', 0, '2023-10-12 15:36:50', '2023-10-12 15:36:50'),
(201364, 2139, '2024-06-01 00:00:00', NULL, '2024-06-01 00:00:00', '', '4000', 0, '2023-10-12 15:40:05', '2023-10-12 15:40:05'),
(201365, 2140, '2024-06-01 00:00:00', NULL, '2024-06-01 00:00:00', '', '8400', 0, '2023-10-12 15:43:20', '2023-10-12 15:43:20'),
(201366, 2141, '2024-06-01 00:00:00', NULL, '2024-06-01 00:00:00', '', '4200', 0, '2023-10-12 15:46:03', '2023-10-12 15:46:03'),
(201367, 2142, '2024-06-01 00:00:00', NULL, '2024-06-01 00:00:00', '', '200', 0, '2023-10-12 15:51:19', '2023-10-12 15:51:19'),
(201368, 2143, '2024-06-01 00:00:00', NULL, '2024-06-01 00:00:00', '', '13200', 0, '2023-10-12 15:54:29', '2023-10-12 15:54:29'),
(201369, 2144, '2024-06-01 00:00:00', NULL, '2024-06-01 00:00:00', '', '2800', 0, '2023-10-12 15:56:59', '2023-10-12 15:56:59'),
(201370, 2145, '2024-06-01 00:00:00', NULL, '2024-06-01 00:00:00', '', '4200', 0, '2023-10-12 16:06:17', '2023-10-12 16:06:17'),
(201371, 2146, '2024-06-01 00:00:00', NULL, '2024-06-01 00:00:00', '', '3000', 0, '2023-10-12 16:10:15', '2023-10-12 16:10:15'),
(201372, 2147, '2024-06-01 00:00:00', NULL, '2024-06-01 00:00:00', '', '2000', 0, '2023-10-12 16:14:03', '2023-10-12 16:14:03'),
(201373, 2148, '2024-07-01 00:00:00', NULL, '2024-07-01 00:00:00', '', '3600', 0, '2023-10-12 16:19:27', '2023-10-12 16:19:27'),
(201374, 2149, '2024-07-01 00:00:00', NULL, '2024-07-01 00:00:00', '', '3200', 0, '2023-10-12 16:22:17', '2023-10-12 16:22:17'),
(201375, 2150, '2024-07-01 00:00:00', NULL, '2024-07-01 00:00:00', '', '4200', 0, '2023-10-12 16:24:41', '2023-10-12 16:24:41'),
(201376, 2151, '2024-07-01 00:00:00', NULL, '2024-07-01 00:00:00', '', '2600', 0, '2023-10-12 16:32:37', '2023-10-12 16:32:37'),
(201377, 2152, '2024-07-01 00:00:00', NULL, '2024-07-01 00:00:00', '', '15000', 0, '2023-10-12 16:41:17', '2023-10-12 16:41:17'),
(201378, 2153, '2024-07-01 00:00:00', NULL, '2024-07-01 00:00:00', '', '4200', 0, '2023-10-12 16:54:49', '2023-10-12 16:54:49'),
(201379, 2154, '2024-07-01 00:00:00', NULL, '2024-07-01 00:00:00', '', '4200', 0, '2023-10-12 17:01:13', '2023-10-12 17:01:13'),
(201380, 2155, '2024-07-01 00:00:00', NULL, '2024-07-01 00:00:00', '', '3000', 0, '2023-10-13 02:16:54', '2023-10-13 02:16:54'),
(201381, 2156, '2024-07-01 00:00:00', NULL, '2024-07-01 00:00:00', '', '3800', 0, '2023-10-13 02:23:10', '2023-10-13 02:23:10'),
(201382, 2157, '2024-07-01 00:00:00', NULL, '2024-07-01 00:00:00', '', '3600', 0, '2023-10-13 02:26:04', '2023-10-13 02:26:04'),
(201383, 2158, '2024-07-01 00:00:00', NULL, '2024-07-01 00:00:00', '', '7000', 0, '2023-10-13 02:50:07', '2023-10-13 02:50:07'),
(201384, 2159, '2024-07-01 00:00:00', NULL, '2024-07-01 00:00:00', '', '4000', 0, '2023-10-13 02:54:33', '2023-10-13 02:54:33'),
(201385, 2160, '2024-07-01 00:00:00', NULL, '2024-07-01 00:00:00', '', '0', 0, '2023-10-13 03:16:08', '2023-10-13 03:16:08'),
(201386, 2161, '2024-07-01 00:00:00', NULL, '2024-07-01 00:00:00', '', '2800', 0, '2023-10-13 03:20:55', '2023-10-13 03:20:55'),
(201387, 2162, '2024-07-01 00:00:00', NULL, '2024-07-01 00:00:00', '', '3600', 0, '2023-10-13 03:28:27', '2023-10-13 03:28:27'),
(201388, 2163, '2024-07-01 00:00:00', NULL, '2024-07-01 00:00:00', '', '7000', 0, '2023-10-13 03:33:58', '2023-10-13 03:33:58'),
(201389, 2164, '2024-07-01 00:00:00', NULL, '2024-07-01 00:00:00', '', '12800', 0, '2023-10-13 03:57:55', '2023-10-13 03:57:55'),
(201390, 2165, '2023-11-01 00:00:00', NULL, '2023-11-01 00:00:00', '', '300', 0, '2023-10-13 15:44:30', '2023-10-13 15:44:30'),
(201391, 2166, '2024-07-01 00:00:00', NULL, '2024-07-01 00:00:00', '', '2400', 0, '2023-10-13 15:48:09', '2023-10-13 15:48:09'),
(201392, 2167, '2024-07-01 00:00:00', NULL, '2024-07-01 00:00:00', '', '4200', 0, '2023-10-13 15:53:31', '2023-10-13 15:53:31'),
(201393, 2168, '2024-07-01 00:00:00', NULL, '2024-07-01 00:00:00', '', '5200', 0, '2023-10-13 15:57:09', '2023-10-13 15:57:09'),
(201394, 2169, '2024-07-01 00:00:00', NULL, '2024-07-01 00:00:00', '', '2600', 0, '2023-10-13 16:06:37', '2023-10-13 16:06:37'),
(201395, 2170, '2024-07-01 00:00:00', NULL, '2024-07-01 00:00:00', '', '3600', 0, '2023-10-13 16:10:48', '2023-10-13 16:10:48'),
(201396, 2171, '2024-07-01 00:00:00', NULL, '2024-07-01 00:00:00', '', '3600', 0, '2023-10-13 16:15:15', '2023-10-13 16:15:15'),
(201397, 2172, '2024-07-01 00:00:00', NULL, '2024-07-01 00:00:00', '', '4000', 0, '2023-10-15 10:07:26', '2023-10-15 10:07:26'),
(201398, 2173, '2024-07-01 00:00:00', NULL, '2024-07-01 00:00:00', '', '4000', 0, '2023-10-15 10:10:45', '2023-10-15 10:10:45'),
(201399, 2174, '2024-07-01 00:00:00', NULL, '2024-07-01 00:00:00', '', '0', 0, '2023-10-15 10:16:52', '2023-10-15 10:16:52'),
(201400, 2175, '2024-07-01 00:00:00', NULL, '2024-07-01 00:00:00', '', '3600', 0, '2023-10-15 10:21:00', '2023-10-15 10:21:00'),
(201401, 2176, '2024-07-01 00:00:00', NULL, '2024-07-01 00:00:00', '', '43200', 0, '2023-10-15 10:32:53', '2023-10-15 10:32:53'),
(201402, 2177, '2024-07-01 00:00:00', NULL, '2024-07-01 00:00:00', '', '0', 0, '2023-10-15 10:39:35', '2023-10-15 10:39:35'),
(201403, 2178, '2024-07-01 00:00:00', NULL, '2024-07-01 00:00:00', '', '3300', 0, '2023-10-15 10:41:57', '2023-10-15 10:41:57'),
(201404, 2179, '2024-07-01 00:00:00', NULL, '2024-07-01 00:00:00', '', '3400', 0, '2023-10-15 10:45:00', '2023-10-15 10:45:00'),
(201405, 2180, '2024-07-01 00:00:00', NULL, '2024-07-01 00:00:00', '', '4200', 0, '2023-10-15 10:47:21', '2023-10-15 10:47:21'),
(201406, 2181, '2024-07-01 00:00:00', NULL, '2024-07-01 00:00:00', '', '0', 0, '2023-10-15 11:06:02', '2023-10-15 11:06:02'),
(201407, 2182, '2024-07-01 00:00:00', NULL, '2024-07-01 00:00:00', '', '2370', 0, '2023-10-15 11:07:53', '2023-10-15 11:07:53'),
(201408, 2183, '2024-07-01 00:00:00', NULL, '2024-07-01 00:00:00', '', '350', 0, '2023-10-15 11:12:04', '2023-10-15 11:12:04'),
(201409, 2184, '2024-07-01 00:00:00', NULL, '2024-07-01 00:00:00', '', '4000', 0, '2023-10-15 11:14:11', '2023-10-15 11:14:11'),
(201410, 2185, '2024-07-01 00:00:00', NULL, '2024-07-01 00:00:00', '', '2000', 0, '2023-10-15 11:18:22', '2023-10-15 11:18:22'),
(201411, 2186, '2024-07-01 00:00:00', NULL, '2024-07-01 00:00:00', '', '4200', 0, '2023-10-15 11:21:49', '2023-10-15 11:21:49'),
(201412, 2187, '2024-07-01 00:00:00', NULL, '2024-07-01 00:00:00', '', '3600', 0, '2023-10-15 11:25:40', '2023-10-15 11:25:40'),
(201413, 2188, '2024-07-01 00:00:00', NULL, '2024-07-01 00:00:00', '', '3600', 0, '2023-10-15 11:30:30', '2023-10-15 11:30:30'),
(201414, 2189, '2024-06-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-10-15 11:37:51', '2023-10-15 11:37:51'),
(201415, 2189, '2025-06-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-10-15 11:37:51', '2023-10-15 11:37:51'),
(201416, 2189, '2026-06-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-10-15 11:37:51', '2023-10-15 11:37:51'),
(201417, 2189, '2027-06-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-10-15 11:37:51', '2023-10-15 11:37:51'),
(201418, 2189, '2028-06-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-10-15 11:37:51', '2023-10-15 11:37:51'),
(201419, 2190, '2024-07-01 00:00:00', NULL, '2024-07-01 00:00:00', '', '3600', 0, '2023-10-15 11:41:41', '2023-10-15 11:41:41'),
(201420, 2191, '2024-07-01 00:00:00', NULL, '2024-07-01 00:00:00', '', '4200', 0, '2023-10-15 11:43:58', '2023-10-15 11:43:58'),
(201421, 2192, '2024-07-01 00:00:00', NULL, '2024-07-01 00:00:00', '', '3600', 0, '2023-10-15 11:46:15', '2023-10-15 11:46:15'),
(201422, 2193, '2024-07-01 00:00:00', NULL, '2024-07-01 00:00:00', '', '4200', 0, '2023-10-15 11:48:50', '2023-10-15 11:48:50'),
(201423, 2194, '2024-07-01 00:00:00', NULL, '2024-07-01 00:00:00', '', '4000', 0, '2023-10-15 11:51:42', '2023-10-15 11:51:42'),
(201424, 2195, '2024-07-01 00:00:00', NULL, '2024-07-01 00:00:00', '', '3600', 0, '2023-10-15 12:29:13', '2023-10-15 12:29:13'),
(201425, 2196, '2024-07-01 00:00:00', NULL, '2024-07-01 00:00:00', '', '3400', 0, '2023-10-15 12:31:36', '2023-10-15 12:31:36'),
(201426, 2197, '2024-07-01 00:00:00', NULL, '2024-07-01 00:00:00', '', '4000', 0, '2023-10-15 12:34:03', '2023-10-15 12:34:03'),
(201427, 2198, '2024-07-01 00:00:00', NULL, '2024-07-01 00:00:00', '', '3500', 0, '2023-10-15 12:36:54', '2023-10-15 12:36:54'),
(201428, 2199, '2024-07-01 00:00:00', NULL, '2024-07-01 00:00:00', '', '3500', 0, '2023-10-15 12:39:26', '2023-10-15 12:39:26'),
(201429, 2200, '2024-07-01 00:00:00', NULL, '2024-07-01 00:00:00', '', '4200', 0, '2023-10-15 12:46:39', '2023-10-15 12:46:39'),
(201430, 2201, '2024-07-01 00:00:00', NULL, '2024-07-01 00:00:00', '', '4000', 0, '2023-10-15 12:49:05', '2023-10-15 12:49:05'),
(201431, 2202, '2024-07-01 00:00:00', NULL, '2024-07-01 00:00:00', '', '4200', 0, '2023-10-15 12:59:22', '2023-10-15 12:59:22'),
(201432, 2203, '2024-07-01 00:00:00', NULL, '2024-07-01 00:00:00', '', '4100', 0, '2023-10-15 13:38:26', '2023-10-15 13:38:26'),
(201433, 2204, '2024-07-01 00:00:00', NULL, '2024-07-01 00:00:00', '', '4200', 0, '2023-10-15 13:41:35', '2023-10-15 13:41:35'),
(201434, 2205, '2024-08-01 00:00:00', NULL, '2024-08-01 00:00:00', '', '4200', 0, '2023-10-15 13:48:14', '2023-10-15 13:48:14'),
(201435, 2206, '2024-08-01 00:00:00', NULL, '2024-08-01 00:00:00', '', '8000', 0, '2023-10-15 13:53:16', '2023-10-15 13:53:16'),
(201436, 2207, '2024-08-01 00:00:00', NULL, '2024-08-01 00:00:00', '', '4200', 0, '2023-10-15 13:55:30', '2023-10-15 13:55:30'),
(201437, 2208, '2024-08-01 00:00:00', NULL, '2024-08-01 00:00:00', '', '4000', 0, '2023-10-15 13:57:37', '2023-10-15 13:57:37'),
(201438, 2209, '2024-08-01 00:00:00', NULL, '2024-08-01 00:00:00', '', '3250', 0, '2023-10-15 14:11:07', '2023-10-15 14:11:07'),
(201439, 2210, '2024-08-01 00:00:00', NULL, '2024-08-01 00:00:00', '', '3250', 0, '2023-10-15 14:17:59', '2023-10-15 14:17:59'),
(201440, 2211, '2024-08-01 00:00:00', NULL, '2024-08-01 00:00:00', '', '4200', 0, '2023-10-15 14:20:59', '2023-10-15 14:20:59'),
(201441, 2212, '2024-08-01 00:00:00', NULL, '2024-08-01 00:00:00', '', '3600', 0, '2023-10-15 14:23:15', '2023-10-15 14:23:15'),
(201442, 2213, '2024-08-01 00:00:00', NULL, '2024-08-01 00:00:00', '', '3600', 0, '2023-10-15 14:31:19', '2023-10-15 14:31:19'),
(201443, 2214, '2024-08-01 00:00:00', NULL, '2024-08-01 00:00:00', '', '21000', 0, '2023-10-16 10:26:21', '2023-10-16 10:26:21'),
(201444, 2215, '2024-08-01 00:00:00', NULL, '2024-08-01 00:00:00', '', '4200', 0, '2023-10-16 10:38:33', '2023-10-16 10:38:33'),
(201445, 2216, '2024-08-01 00:00:00', NULL, '2024-08-01 00:00:00', '', '2200', 0, '2023-10-16 10:40:37', '2023-10-16 10:40:37'),
(201446, 2217, '2024-08-01 00:00:00', NULL, '2024-08-01 00:00:00', '', '4000', 0, '2023-10-16 10:45:06', '2023-10-16 10:45:06'),
(201447, 2218, '2024-08-01 00:00:00', NULL, '2024-08-01 00:00:00', '', '3800', 0, '2023-10-16 10:53:53', '2023-10-16 10:53:53'),
(201448, 2219, '2024-08-01 00:00:00', NULL, '2024-08-01 00:00:00', '', '3200', 0, '2023-10-16 10:59:20', '2023-10-16 10:59:20'),
(201449, 2220, '2024-01-01 00:00:00', NULL, '2024-01-01 00:00:00', '', '4200', 0, '2023-10-16 11:04:16', '2023-10-16 11:04:16'),
(201450, 2221, '2024-08-01 00:00:00', NULL, '2024-08-01 00:00:00', '', '4000', 0, '2023-10-16 11:11:03', '2023-10-16 11:11:03'),
(201451, 2222, '2024-08-01 00:00:00', NULL, '2024-08-01 00:00:00', '', '2500', 0, '2023-10-16 11:17:20', '2023-10-16 11:17:20'),
(201452, 2223, '2024-08-01 00:00:00', NULL, '2024-08-01 00:00:00', '', '4400', 0, '2023-10-16 11:22:53', '2023-10-16 11:22:53'),
(201453, 2224, '2024-08-01 00:00:00', NULL, '2024-08-01 00:00:00', '', '4200', 0, '2023-10-17 10:38:43', '2023-10-17 10:38:43'),
(201454, 2225, '2024-08-01 00:00:00', NULL, '2024-08-01 00:00:00', '', '3000', 0, '2023-10-17 10:46:45', '2023-10-17 10:46:45'),
(201455, 2226, '2024-08-01 00:00:00', NULL, '2024-08-01 00:00:00', '', '4200', 0, '2023-10-17 10:49:06', '2023-10-17 10:49:06'),
(201456, 2227, '2024-08-01 00:00:00', NULL, '2024-08-01 00:00:00', '', '2600', 0, '2023-10-17 10:51:01', '2023-10-17 10:51:01'),
(201457, 2228, '2024-08-01 00:00:00', NULL, '2024-08-01 00:00:00', '', '3600', 0, '2023-10-17 10:52:57', '2023-10-17 10:52:57'),
(201458, 2229, '2024-08-01 00:00:00', NULL, '2024-08-01 00:00:00', '', '3600', 0, '2023-10-17 11:01:04', '2023-10-17 11:01:04'),
(201459, 2230, '2024-08-01 00:00:00', NULL, '2024-08-01 00:00:00', '', '300', 0, '2023-10-17 11:05:59', '2023-10-17 11:05:59'),
(201460, 2231, '2024-08-01 00:00:00', NULL, '2024-08-01 00:00:00', '', '3000', 0, '2023-10-17 11:08:11', '2023-10-17 11:08:11'),
(201461, 2232, '2024-08-01 00:00:00', NULL, '2024-08-01 00:00:00', '', '3600', 0, '2023-10-17 11:10:25', '2023-10-17 11:10:25'),
(201462, 2233, '2024-08-01 00:00:00', NULL, '2024-08-01 00:00:00', '', '8800', 0, '2023-10-17 11:12:52', '2023-10-17 11:12:52'),
(201463, 2234, '2024-08-01 00:00:00', NULL, '2024-08-01 00:00:00', '', '4800', 0, '2023-10-17 11:19:39', '2023-10-17 11:19:39'),
(201464, 2235, '2024-08-01 00:00:00', NULL, '2024-08-01 00:00:00', '', '5995', 0, '2023-10-17 11:22:38', '2023-10-17 11:22:38'),
(201465, 2236, '2024-08-01 00:00:00', NULL, '2024-08-01 00:00:00', '', '3560', 0, '2023-10-17 11:35:21', '2023-10-17 11:35:21'),
(201466, 2237, '2024-08-01 00:00:00', NULL, '2024-08-01 00:00:00', '', '4200', 0, '2023-10-17 11:38:57', '2023-10-17 11:38:57'),
(201467, 2238, '2024-08-01 00:00:00', NULL, '2024-08-01 00:00:00', '', '6800', 0, '2023-10-17 11:41:16', '2023-10-17 11:41:16'),
(201468, 2239, '2024-08-01 00:00:00', NULL, '2024-08-01 00:00:00', '', '900', 0, '2023-10-17 11:48:06', '2023-10-17 11:48:06'),
(201469, 2240, '2024-08-01 00:00:00', NULL, '2024-08-01 00:00:00', '', '4700', 0, '2023-10-17 11:51:34', '2023-10-17 11:51:34'),
(201470, 2241, '2024-08-01 00:00:00', NULL, '2024-08-01 00:00:00', '', '4000', 0, '2023-10-17 12:00:41', '2023-10-17 12:00:41'),
(201471, 2242, '2024-08-01 00:00:00', NULL, '2024-08-01 00:00:00', '', '4200', 0, '2023-10-17 12:02:52', '2023-10-17 12:02:52'),
(201472, 2243, '2024-09-01 00:00:00', NULL, '2024-09-01 00:00:00', '', '2200', 0, '2023-10-17 12:05:24', '2023-10-17 12:05:24'),
(201473, 2244, '2024-09-01 00:00:00', NULL, '2024-09-01 00:00:00', '', '2200', 0, '2023-10-21 10:28:19', '2023-10-21 10:28:19'),
(201474, 2245, '2024-09-01 00:00:00', NULL, '2024-09-01 00:00:00', '', '4000', 0, '2023-10-21 10:30:31', '2023-10-21 10:30:31'),
(201475, 2246, '2024-09-01 00:00:00', NULL, '2024-09-01 00:00:00', '', '4000', 0, '2023-10-21 10:35:52', '2023-10-21 10:35:52'),
(201476, 2247, '2024-09-01 00:00:00', NULL, '2024-09-01 00:00:00', '', '3800', 0, '2023-10-21 10:40:55', '2023-10-21 10:40:55'),
(201477, 2248, '2024-09-01 00:00:00', NULL, '2024-09-01 00:00:00', '', '3600', 0, '2023-10-21 10:49:41', '2023-10-21 10:49:41'),
(201478, 2249, '2024-09-01 00:00:00', NULL, '2024-09-01 00:00:00', '', '4000', 0, '2023-10-21 10:55:54', '2023-10-21 10:55:54'),
(201479, 2250, '2024-09-01 00:00:00', NULL, '2024-09-01 00:00:00', '', '3100', 0, '2023-10-21 11:39:07', '2023-10-21 11:39:07'),
(201480, 2251, '2024-09-01 00:00:00', NULL, '2024-09-01 00:00:00', '', '4200', 0, '2023-10-21 11:46:42', '2023-10-21 11:46:42'),
(201481, 2252, '2024-09-01 00:00:00', NULL, '2024-09-01 00:00:00', '', '4200', 0, '2023-10-21 11:49:11', '2023-10-21 11:49:11'),
(201482, 2253, '2024-09-01 00:00:00', NULL, '2024-09-01 00:00:00', '', '2000', 0, '2023-10-21 11:52:13', '2023-10-21 11:52:13'),
(201483, 2254, '2024-09-01 00:00:00', NULL, '2024-09-01 00:00:00', '', '4000', 0, '2023-10-21 12:29:43', '2023-10-21 12:29:43'),
(201484, 2255, '2024-09-01 00:00:00', NULL, '2024-09-01 00:00:00', '', '3600', 0, '2023-10-21 12:42:58', '2023-10-21 12:42:58'),
(201485, 2256, '2024-09-01 00:00:00', NULL, '2024-09-01 00:00:00', '', '9600', 0, '2023-10-21 12:46:25', '2023-10-21 12:46:25'),
(201486, 2257, '2024-09-01 00:00:00', NULL, '2024-09-01 00:00:00', '', '4200', 0, '2023-10-21 12:48:23', '2023-10-21 12:48:23'),
(201487, 2258, '2024-09-01 00:00:00', NULL, '2024-09-01 00:00:00', '', '4200', 0, '2023-10-21 12:52:12', '2023-10-21 12:52:12'),
(201488, 2259, '2024-09-01 00:00:00', NULL, '2024-09-01 00:00:00', '', '4400', 0, '2023-10-21 12:56:58', '2023-10-21 12:56:58'),
(201489, 2260, '2024-09-01 00:00:00', NULL, '2024-09-01 00:00:00', '', '4600', 0, '2023-10-21 12:59:08', '2023-10-21 12:59:08'),
(201490, 2261, '2024-09-01 00:00:00', NULL, '2024-09-01 00:00:00', '', '3000', 0, '2023-10-21 13:03:28', '2023-10-21 13:03:28'),
(201491, 2262, '2024-09-01 00:00:00', NULL, '2024-09-01 00:00:00', '', '3600', 0, '2023-10-21 13:09:29', '2023-10-21 13:09:29'),
(201492, 2263, '2024-09-01 00:00:00', NULL, '2024-09-01 00:00:00', '', '3000', 0, '2023-10-21 13:11:34', '2023-10-21 13:11:34'),
(201493, 2264, '2024-09-01 00:00:00', NULL, '2024-09-01 00:00:00', '', '2200', 0, '2023-10-22 12:32:00', '2023-10-22 12:32:00'),
(201494, 2265, '2024-09-01 00:00:00', NULL, '2024-09-01 00:00:00', '', '6400', 0, '2023-10-22 12:34:30', '2023-10-22 12:34:30'),
(201495, 2266, '2024-09-01 00:00:00', NULL, '2024-09-01 00:00:00', '', '5000', 0, '2023-10-22 12:36:40', '2023-10-22 12:36:40'),
(201496, 2267, '2024-09-01 00:00:00', NULL, '2024-09-01 00:00:00', '', '3600', 0, '2023-10-22 12:43:12', '2023-10-22 12:43:12'),
(201497, 2268, '2024-10-01 00:00:00', NULL, '2024-10-01 00:00:00', '', '4200', 0, '2023-10-22 12:46:12', '2023-10-22 12:46:12'),
(201498, 2269, '2023-11-01 00:00:00', NULL, '2023-11-01 00:00:00', '', '500', 0, '2023-10-22 12:49:41', '2023-10-22 12:49:41'),
(201499, 2270, '2024-10-01 00:00:00', NULL, '2024-10-01 00:00:00', '', '3600', 0, '2023-10-22 12:53:21', '2023-10-22 12:53:21'),
(201500, 2271, '2024-10-01 00:00:00', NULL, '2024-10-01 00:00:00', '', '6600', 0, '2023-10-22 13:02:55', '2023-10-22 13:02:55'),
(201501, 2272, '2024-10-01 00:00:00', NULL, '2024-10-01 00:00:00', '', '4400', 0, '2023-10-22 13:07:15', '2023-10-22 13:07:15'),
(201502, 2273, '2024-10-01 00:00:00', NULL, '2024-10-01 00:00:00', '', '3800', 0, '2023-10-22 13:19:50', '2023-10-22 13:19:50'),
(201503, 2274, '2024-10-01 00:00:00', NULL, '2024-10-01 00:00:00', '', '3600', 0, '2023-10-22 13:23:32', '2023-10-22 13:23:32'),
(201504, 2275, '2024-04-01 00:00:00', NULL, '2024-04-01 00:00:00', '', '3600', 0, '2023-10-22 13:27:31', '2023-10-22 13:27:31'),
(201505, 2276, '2024-10-01 00:00:00', NULL, '2024-10-01 00:00:00', '', '3600', 0, '2023-10-22 13:30:28', '2023-10-22 13:30:28'),
(201506, 2277, '2024-10-01 00:00:00', NULL, '2024-10-01 00:00:00', '', '6000', 0, '2023-10-22 13:44:25', '2023-10-22 13:44:25'),
(201507, 2278, '2024-10-01 00:00:00', NULL, '2024-10-01 00:00:00', '', '9600', 0, '2023-10-22 13:47:07', '2023-10-22 13:47:07'),
(201508, 2279, '2024-10-01 00:00:00', NULL, '2024-10-01 00:00:00', '', '3600', 0, '2023-10-22 14:14:00', '2023-10-22 14:14:00'),
(201509, 2280, '2024-10-01 00:00:00', NULL, '2024-10-01 00:00:00', '', '3600', 0, '2023-10-22 14:32:19', '2023-10-22 14:32:19'),
(201510, 2281, '2024-10-01 00:00:00', NULL, '2024-10-01 00:00:00', '', '3600', 0, '2023-10-22 14:35:46', '2023-10-22 14:35:46'),
(201511, 2282, '2024-10-01 00:00:00', NULL, '2024-10-01 00:00:00', '', '11400', 0, '2023-10-22 14:39:35', '2023-10-22 14:39:35'),
(201512, 2283, '2024-10-01 00:00:00', NULL, '2024-10-01 00:00:00', '', '3600', 0, '2023-10-22 14:48:18', '2023-10-22 14:48:18'),
(201513, 2284, '2024-10-01 00:00:00', NULL, '2024-10-01 00:00:00', '', '2600', 0, '2023-10-22 14:51:11', '2023-10-22 14:51:11'),
(201514, 2285, '2024-10-01 00:00:00', NULL, '2024-10-01 00:00:00', '', '2000', 0, '2023-10-22 14:55:13', '2023-10-22 14:55:13'),
(201515, 2286, '2024-10-01 00:00:00', NULL, '2024-10-01 00:00:00', '', '3600', 0, '2023-10-22 14:58:09', '2023-10-22 14:58:09'),
(201516, 2287, '2023-11-01 00:00:00', NULL, '2023-11-01 00:00:00', '', '300', 0, '2023-10-22 15:01:23', '2023-10-22 15:01:23'),
(201517, 2288, '2024-10-01 00:00:00', NULL, '2024-10-01 00:00:00', '', '4200', 0, '2023-10-22 15:04:04', '2023-10-22 15:04:04'),
(201518, 2289, '2024-10-01 00:00:00', NULL, '2024-10-01 00:00:00', '', '3500', 0, '2023-10-22 15:06:16', '2023-10-22 15:06:16'),
(201519, 2290, '2024-10-01 00:00:00', NULL, '2024-10-01 00:00:00', '', '3500', 0, '2023-10-22 15:08:17', '2023-10-22 15:08:17'),
(201520, 2291, '2024-10-01 00:00:00', NULL, '2024-10-01 00:00:00', '', '6400', 0, '2023-10-22 15:11:51', '2023-10-22 15:11:51'),
(201521, 2292, '2024-10-01 00:00:00', NULL, '2024-10-01 00:00:00', '', '14000', 0, '2023-10-22 16:49:57', '2023-10-22 16:49:57'),
(201522, 2293, '2024-10-01 00:00:00', NULL, '2024-10-01 00:00:00', '', '3000', 0, '2023-10-22 16:54:10', '2023-10-22 16:54:10'),
(201523, 2294, '2024-10-01 00:00:00', NULL, '2024-10-01 00:00:00', '', '2950', 0, '2023-10-22 16:58:33', '2023-10-22 16:58:33'),
(201524, 2295, '2024-10-01 00:00:00', NULL, '2024-10-01 00:00:00', '', '2950', 0, '2023-10-22 17:00:22', '2023-10-22 17:00:22');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(201525, 2296, '2024-10-01 00:00:00', NULL, '2024-10-01 00:00:00', '', '2950', 0, '2023-10-22 17:02:09', '2023-10-22 17:02:09'),
(201526, 2297, '2024-10-01 00:00:00', NULL, '2024-10-01 00:00:00', '', '2950', 0, '2023-10-22 17:04:30', '2023-10-22 17:04:30'),
(201527, 2298, '2024-10-01 00:00:00', NULL, '2024-10-01 00:00:00', '', '3200', 0, '2023-10-22 17:06:34', '2023-10-22 17:06:34'),
(201528, 2299, '2024-10-01 00:00:00', NULL, '2024-10-01 00:00:00', '', '3600', 0, '2023-10-22 17:08:25', '2023-10-22 17:08:25'),
(201529, 2300, '2024-10-01 00:00:00', NULL, '2024-10-01 00:00:00', '', '2600', 0, '2023-10-22 17:10:19', '2023-10-22 17:10:19'),
(201530, 2301, '2024-10-01 00:00:00', NULL, '2024-10-01 00:00:00', '', '2600', 0, '2023-10-22 17:14:50', '2023-10-22 17:14:50'),
(201531, 2302, '2024-10-01 00:00:00', NULL, '2024-10-01 00:00:00', '', '3200', 0, '2023-10-22 17:20:14', '2023-10-22 17:20:14'),
(201532, 2303, '2024-10-01 00:00:00', NULL, '2024-10-01 00:00:00', '', '4200', 0, '2023-10-22 17:24:22', '2023-10-22 17:24:22'),
(201533, 2304, '2024-10-01 00:00:00', NULL, '2024-10-01 00:00:00', '', '4200', 0, '2023-10-22 17:27:15', '2023-10-22 17:27:15'),
(201534, 2305, '2024-10-01 00:00:00', NULL, '2024-10-01 00:00:00', '', '3000', 0, '2023-10-22 17:29:17', '2023-10-22 17:29:17'),
(201535, 2306, '2024-10-01 00:00:00', NULL, '2024-10-01 00:00:00', '', '3600', 0, '2023-10-23 13:50:33', '2023-10-23 13:50:33'),
(201536, 2307, '2024-10-01 00:00:00', NULL, '2024-10-01 00:00:00', '', '2600', 0, '2023-10-23 13:55:12', '2023-10-23 13:55:12'),
(201537, 2308, '2024-10-01 00:00:00', NULL, '2024-10-01 00:00:00', '', '2600', 0, '2023-10-23 13:58:11', '2023-10-23 13:58:11'),
(201538, 2309, '2024-10-01 00:00:00', NULL, '2024-10-01 00:00:00', '', '2600', 0, '2023-10-23 14:02:25', '2023-10-23 14:02:25'),
(201539, 2310, '2024-10-01 00:00:00', NULL, '2024-10-01 00:00:00', '', '4200', 0, '2023-10-23 14:04:31', '2023-10-23 14:04:31'),
(201540, 2311, '2024-10-01 00:00:00', NULL, '2024-10-01 00:00:00', '', '3800', 0, '2023-10-23 14:06:25', '2023-10-23 14:06:25'),
(201541, 2312, '2024-10-01 00:00:00', NULL, '2024-10-01 00:00:00', '', '10400', 0, '2023-10-23 14:08:45', '2023-10-23 14:08:45'),
(201542, 2313, '2024-10-01 00:00:00', NULL, '2024-10-01 00:00:00', '', '2600', 0, '2023-10-23 14:15:17', '2023-10-23 14:15:17'),
(201543, 2314, '2024-10-01 00:00:00', NULL, '2024-10-01 00:00:00', '', '4800', 0, '2023-10-23 14:21:40', '2023-10-23 14:21:40'),
(201544, 2315, '2024-10-01 00:00:00', NULL, '2024-10-01 00:00:00', '', '2600', 0, '2023-10-23 14:23:43', '2023-10-23 14:23:43'),
(201545, 2316, '2024-10-01 00:00:00', NULL, '2024-10-01 00:00:00', '', '3000', 0, '2023-10-23 14:26:36', '2023-10-23 14:26:36'),
(201546, 2317, '2024-10-01 00:00:00', NULL, '2024-10-01 00:00:00', '', '3000', 0, '2023-10-23 14:28:18', '2023-10-23 14:28:18'),
(201547, 2318, '2024-10-01 00:00:00', NULL, '2024-10-01 00:00:00', '', '5600', 0, '2023-10-23 14:30:14', '2023-10-23 14:30:14'),
(201548, 2319, '2024-10-01 00:00:00', NULL, '2024-10-01 00:00:00', '', '3600', 0, '2023-10-23 14:32:53', '2023-10-23 14:32:53'),
(201549, 2320, '2024-10-01 00:00:00', NULL, '2024-10-01 00:00:00', '', '3600', 0, '2023-10-23 14:34:30', '2023-10-23 14:34:30'),
(201550, 2321, '2024-10-01 00:00:00', NULL, '2024-10-01 00:00:00', '', '4000', 0, '2023-10-23 14:37:04', '2023-10-23 14:37:04'),
(201551, 2322, '2024-01-01 00:00:00', NULL, '2024-01-01 00:00:00', '', '12600', 0, '2023-10-23 14:47:34', '2023-10-23 14:47:34'),
(201552, 2323, '2022-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 11:26:03', '2023-10-31 11:26:03'),
(201553, 2323, '2022-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 11:26:03', '2023-10-31 11:26:03'),
(201554, 2323, '2022-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 11:26:03', '2023-10-31 11:26:03'),
(201555, 2323, '2022-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 11:26:03', '2023-10-31 11:26:03'),
(201556, 2323, '2022-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 11:26:03', '2023-10-31 11:26:03'),
(201557, 2323, '2022-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 11:26:03', '2023-10-31 11:26:03'),
(201558, 2323, '2022-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 11:26:03', '2023-10-31 11:26:03'),
(201559, 2323, '2022-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 11:26:03', '2023-10-31 11:26:03'),
(201560, 2323, '2022-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 11:26:03', '2023-10-31 11:26:03'),
(201561, 2323, '2022-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 11:26:03', '2023-10-31 11:26:03'),
(201562, 2323, '2022-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 11:26:03', '2023-10-31 11:26:03'),
(201563, 2323, '2022-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 11:26:03', '2023-10-31 11:26:03'),
(201564, 2323, '2023-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 11:26:03', '2023-10-31 11:26:03'),
(201565, 2323, '2023-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 11:26:03', '2023-10-31 11:26:03'),
(201566, 2323, '2023-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 11:26:03', '2023-10-31 11:26:03'),
(201567, 2323, '2023-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 11:26:03', '2023-10-31 11:26:03'),
(201568, 2323, '2023-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 11:26:03', '2023-10-31 11:26:03'),
(201569, 2323, '2023-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 11:26:03', '2023-10-31 11:26:03'),
(201570, 2323, '2023-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 11:26:03', '2023-10-31 11:26:03'),
(201571, 2323, '2023-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 11:26:03', '2023-10-31 11:26:03'),
(201572, 2323, '2023-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 11:26:03', '2023-10-31 11:26:03'),
(201573, 2323, '2023-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 11:26:03', '2023-10-31 11:26:03'),
(201574, 2323, '2023-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 11:26:03', '2023-10-31 11:26:03'),
(201575, 2324, '2022-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:06:29', '2023-10-31 14:06:29'),
(201576, 2324, '2022-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:06:29', '2023-10-31 14:06:29'),
(201577, 2324, '2022-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:06:29', '2023-10-31 14:06:29'),
(201578, 2324, '2022-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:06:29', '2023-10-31 14:06:29'),
(201579, 2324, '2022-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:06:29', '2023-10-31 14:06:29'),
(201580, 2324, '2022-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:06:29', '2023-10-31 14:06:29'),
(201581, 2324, '2022-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:06:29', '2023-10-31 14:06:29'),
(201582, 2324, '2022-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:06:29', '2023-10-31 14:06:29'),
(201583, 2324, '2022-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:06:29', '2023-10-31 14:06:29'),
(201584, 2324, '2022-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:06:29', '2023-10-31 14:06:29'),
(201585, 2324, '2022-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:06:29', '2023-10-31 14:06:29'),
(201586, 2324, '2022-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:06:29', '2023-10-31 14:06:29'),
(201587, 2324, '2023-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:06:29', '2023-10-31 14:06:29'),
(201588, 2324, '2023-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:06:29', '2023-10-31 14:06:29'),
(201589, 2324, '2023-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:06:29', '2023-10-31 14:06:29'),
(201590, 2324, '2023-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:06:29', '2023-10-31 14:06:29'),
(201591, 2324, '2023-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:06:29', '2023-10-31 14:06:29'),
(201592, 2324, '2023-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:06:29', '2023-10-31 14:06:29'),
(201593, 2324, '2023-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:06:29', '2023-10-31 14:06:29'),
(201594, 2324, '2023-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:06:29', '2023-10-31 14:06:29'),
(201595, 2324, '2023-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:06:29', '2023-10-31 14:06:29'),
(201596, 2324, '2023-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:06:29', '2023-10-31 14:06:29'),
(201597, 2324, '2023-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:06:29', '2023-10-31 14:06:29'),
(201598, 2325, '0001-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:33', '2023-10-31 14:08:33'),
(201599, 2325, '0001-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:33', '2023-10-31 14:08:33'),
(201600, 2325, '0001-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:33', '2023-10-31 14:08:33'),
(201601, 2325, '0001-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:33', '2023-10-31 14:08:33'),
(201602, 2325, '0001-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:33', '2023-10-31 14:08:33'),
(201603, 2325, '0001-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:33', '2023-10-31 14:08:33'),
(201604, 2325, '0001-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:33', '2023-10-31 14:08:33'),
(201605, 2325, '0001-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:33', '2023-10-31 14:08:33'),
(201606, 2325, '0001-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:33', '2023-10-31 14:08:33'),
(201607, 2325, '0001-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:33', '2023-10-31 14:08:33'),
(201608, 2325, '0001-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:33', '2023-10-31 14:08:33'),
(201609, 2325, '0001-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:33', '2023-10-31 14:08:33'),
(201610, 2325, '0002-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:33', '2023-10-31 14:08:33'),
(201611, 2325, '0002-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:33', '2023-10-31 14:08:33'),
(201612, 2325, '0002-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:33', '2023-10-31 14:08:33'),
(201613, 2325, '0002-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:33', '2023-10-31 14:08:33'),
(201614, 2325, '0002-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:33', '2023-10-31 14:08:33'),
(201615, 2325, '0002-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:33', '2023-10-31 14:08:33'),
(201616, 2325, '0002-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:33', '2023-10-31 14:08:33'),
(201617, 2325, '0002-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:33', '2023-10-31 14:08:33'),
(201618, 2325, '0002-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:33', '2023-10-31 14:08:33'),
(201619, 2325, '0002-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201620, 2325, '0002-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201621, 2325, '0002-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201622, 2325, '0003-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201623, 2325, '0003-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201624, 2325, '0003-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201625, 2325, '0003-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201626, 2325, '0003-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201627, 2325, '0003-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201628, 2325, '0003-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201629, 2325, '0003-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201630, 2325, '0003-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201631, 2325, '0003-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201632, 2325, '0003-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201633, 2325, '0003-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201634, 2325, '0004-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201635, 2325, '0004-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201636, 2325, '0004-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201637, 2325, '0004-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201638, 2325, '0004-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201639, 2325, '0004-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201640, 2325, '0004-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201641, 2325, '0004-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201642, 2325, '0004-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201643, 2325, '0004-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201644, 2325, '0004-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201645, 2325, '0004-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201646, 2325, '0005-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201647, 2325, '0005-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201648, 2325, '0005-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201649, 2325, '0005-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201650, 2325, '0005-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201651, 2325, '0005-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201652, 2325, '0005-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201653, 2325, '0005-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201654, 2325, '0005-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201655, 2325, '0005-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201656, 2325, '0005-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201657, 2325, '0005-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201658, 2325, '0006-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201659, 2325, '0006-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201660, 2325, '0006-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201661, 2325, '0006-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201662, 2325, '0006-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201663, 2325, '0006-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201664, 2325, '0006-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201665, 2325, '0006-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201666, 2325, '0006-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201667, 2325, '0006-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201668, 2325, '0006-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201669, 2325, '0006-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201670, 2325, '0007-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201671, 2325, '0007-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201672, 2325, '0007-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201673, 2325, '0007-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201674, 2325, '0007-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201675, 2325, '0007-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201676, 2325, '0007-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201677, 2325, '0007-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201678, 2325, '0007-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201679, 2325, '0007-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201680, 2325, '0007-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201681, 2325, '0007-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201682, 2325, '0008-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201683, 2325, '0008-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201684, 2325, '0008-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201685, 2325, '0008-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201686, 2325, '0008-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201687, 2325, '0008-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201688, 2325, '0008-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201689, 2325, '0008-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201690, 2325, '0008-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201691, 2325, '0008-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201692, 2325, '0008-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201693, 2325, '0008-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201694, 2325, '0009-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201695, 2325, '0009-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201696, 2325, '0009-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201697, 2325, '0009-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201698, 2325, '0009-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201699, 2325, '0009-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201700, 2325, '0009-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201701, 2325, '0009-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201702, 2325, '0009-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201703, 2325, '0009-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201704, 2325, '0009-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201705, 2325, '0009-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201706, 2325, '0010-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201707, 2325, '0010-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201708, 2325, '0010-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201709, 2325, '0010-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201710, 2325, '0010-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201711, 2325, '0010-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201712, 2325, '0010-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201713, 2325, '0010-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201714, 2325, '0010-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201715, 2325, '0010-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201716, 2325, '0010-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201717, 2325, '0010-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201718, 2325, '0011-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201719, 2325, '0011-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201720, 2325, '0011-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201721, 2325, '0011-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201722, 2325, '0011-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201723, 2325, '0011-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201724, 2325, '0011-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201725, 2325, '0011-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201726, 2325, '0011-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201727, 2325, '0011-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201728, 2325, '0011-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201729, 2325, '0011-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201730, 2325, '0012-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201731, 2325, '0012-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201732, 2325, '0012-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201733, 2325, '0012-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201734, 2325, '0012-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201735, 2325, '0012-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201736, 2325, '0012-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201737, 2325, '0012-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201738, 2325, '0012-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201739, 2325, '0012-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201740, 2325, '0012-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201741, 2325, '0012-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201742, 2325, '0013-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201743, 2325, '0013-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201744, 2325, '0013-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201745, 2325, '0013-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201746, 2325, '0013-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201747, 2325, '0013-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201748, 2325, '0013-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201749, 2325, '0013-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201750, 2325, '0013-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201751, 2325, '0013-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201752, 2325, '0013-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201753, 2325, '0013-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201754, 2325, '0014-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201755, 2325, '0014-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201756, 2325, '0014-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201757, 2325, '0014-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201758, 2325, '0014-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201759, 2325, '0014-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201760, 2325, '0014-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201761, 2325, '0014-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201762, 2325, '0014-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201763, 2325, '0014-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201764, 2325, '0014-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201765, 2325, '0014-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201766, 2325, '0015-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201767, 2325, '0015-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201768, 2325, '0015-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201769, 2325, '0015-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201770, 2325, '0015-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201771, 2325, '0015-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201772, 2325, '0015-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201773, 2325, '0015-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201774, 2325, '0015-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201775, 2325, '0015-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201776, 2325, '0015-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201777, 2325, '0015-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201778, 2325, '0016-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201779, 2325, '0016-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201780, 2325, '0016-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201781, 2325, '0016-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201782, 2325, '0016-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201783, 2325, '0016-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201784, 2325, '0016-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201785, 2325, '0016-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201786, 2325, '0016-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201787, 2325, '0016-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201788, 2325, '0016-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201789, 2325, '0016-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201790, 2325, '0017-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201791, 2325, '0017-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201792, 2325, '0017-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201793, 2325, '0017-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201794, 2325, '0017-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201795, 2325, '0017-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201796, 2325, '0017-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201797, 2325, '0017-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201798, 2325, '0017-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201799, 2325, '0017-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201800, 2325, '0017-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201801, 2325, '0017-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201802, 2325, '0018-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201803, 2325, '0018-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201804, 2325, '0018-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201805, 2325, '0018-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201806, 2325, '0018-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201807, 2325, '0018-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201808, 2325, '0018-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201809, 2325, '0018-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201810, 2325, '0018-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201811, 2325, '0018-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201812, 2325, '0018-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201813, 2325, '0018-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201814, 2325, '0019-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201815, 2325, '0019-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201816, 2325, '0019-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201817, 2325, '0019-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201818, 2325, '0019-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201819, 2325, '0019-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201820, 2325, '0019-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201821, 2325, '0019-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201822, 2325, '0019-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201823, 2325, '0019-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201824, 2325, '0019-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201825, 2325, '0019-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201826, 2325, '0020-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201827, 2325, '0020-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201828, 2325, '0020-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201829, 2325, '0020-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201830, 2325, '0020-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201831, 2325, '0020-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201832, 2325, '0020-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201833, 2325, '0020-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201834, 2325, '0020-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201835, 2325, '0020-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201836, 2325, '0020-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201837, 2325, '0020-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201838, 2325, '0021-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201839, 2325, '0021-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201840, 2325, '0021-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201841, 2325, '0021-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201842, 2325, '0021-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201843, 2325, '0021-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201844, 2325, '0021-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201845, 2325, '0021-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201846, 2325, '0021-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201847, 2325, '0021-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201848, 2325, '0021-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201849, 2325, '0021-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201850, 2325, '0022-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201851, 2325, '0022-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201852, 2325, '0022-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201853, 2325, '0022-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201854, 2325, '0022-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201855, 2325, '0022-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201856, 2325, '0022-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201857, 2325, '0022-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201858, 2325, '0022-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201859, 2325, '0022-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201860, 2325, '0022-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201861, 2325, '0022-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201862, 2325, '0023-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201863, 2325, '0023-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201864, 2325, '0023-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201865, 2325, '0023-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201866, 2325, '0023-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201867, 2325, '0023-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201868, 2325, '0023-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201869, 2325, '0023-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201870, 2325, '0023-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201871, 2325, '0023-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201872, 2325, '0023-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201873, 2325, '0023-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201874, 2325, '0024-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201875, 2325, '0024-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201876, 2325, '0024-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201877, 2325, '0024-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201878, 2325, '0024-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201879, 2325, '0024-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201880, 2325, '0024-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201881, 2325, '0024-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201882, 2325, '0024-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201883, 2325, '0024-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201884, 2325, '0024-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201885, 2325, '0024-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201886, 2325, '0025-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201887, 2325, '0025-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201888, 2325, '0025-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201889, 2325, '0025-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201890, 2325, '0025-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201891, 2325, '0025-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201892, 2325, '0025-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201893, 2325, '0025-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201894, 2325, '0025-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201895, 2325, '0025-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201896, 2325, '0025-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201897, 2325, '0025-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201898, 2325, '0026-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201899, 2325, '0026-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201900, 2325, '0026-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201901, 2325, '0026-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201902, 2325, '0026-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201903, 2325, '0026-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:34', '2023-10-31 14:08:34'),
(201904, 2325, '0026-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(201905, 2325, '0026-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(201906, 2325, '0026-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(201907, 2325, '0026-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(201908, 2325, '0026-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(201909, 2325, '0026-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(201910, 2325, '0027-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(201911, 2325, '0027-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(201912, 2325, '0027-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(201913, 2325, '0027-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(201914, 2325, '0027-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(201915, 2325, '0027-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(201916, 2325, '0027-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(201917, 2325, '0027-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(201918, 2325, '0027-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(201919, 2325, '0027-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(201920, 2325, '0027-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(201921, 2325, '0027-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(201922, 2325, '0028-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(201923, 2325, '0028-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(201924, 2325, '0028-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(201925, 2325, '0028-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(201926, 2325, '0028-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(201927, 2325, '0028-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(201928, 2325, '0028-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(201929, 2325, '0028-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(201930, 2325, '0028-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(201931, 2325, '0028-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(201932, 2325, '0028-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(201933, 2325, '0028-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(201934, 2325, '0029-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(201935, 2325, '0029-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(201936, 2325, '0029-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(201937, 2325, '0029-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(201938, 2325, '0029-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(201939, 2325, '0029-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(201940, 2325, '0029-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(201941, 2325, '0029-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(201942, 2325, '0029-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(201943, 2325, '0029-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(201944, 2325, '0029-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(201945, 2325, '0029-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(201946, 2325, '0030-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(201947, 2325, '0030-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(201948, 2325, '0030-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(201949, 2325, '0030-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(201950, 2325, '0030-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(201951, 2325, '0030-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(201952, 2325, '0030-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(201953, 2325, '0030-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(201954, 2325, '0030-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(201955, 2325, '0030-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(201956, 2325, '0030-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(201957, 2325, '0030-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(201958, 2325, '0031-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(201959, 2325, '0031-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(201960, 2325, '0031-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(201961, 2325, '0031-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(201962, 2325, '0031-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(201963, 2325, '0031-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(201964, 2325, '0031-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(201965, 2325, '0031-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(201966, 2325, '0031-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(201967, 2325, '0031-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(201968, 2325, '0031-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(201969, 2325, '0031-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(201970, 2325, '0032-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(201971, 2325, '0032-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(201972, 2325, '0032-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(201973, 2325, '0032-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(201974, 2325, '0032-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(201975, 2325, '0032-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(201976, 2325, '0032-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(201977, 2325, '0032-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(201978, 2325, '0032-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(201979, 2325, '0032-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(201980, 2325, '0032-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(201981, 2325, '0032-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(201982, 2325, '0033-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(201983, 2325, '0033-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(201984, 2325, '0033-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(201985, 2325, '0033-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(201986, 2325, '0033-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(201987, 2325, '0033-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(201988, 2325, '0033-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(201989, 2325, '0033-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(201990, 2325, '0033-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(201991, 2325, '0033-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(201992, 2325, '0033-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(201993, 2325, '0033-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(201994, 2325, '0034-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(201995, 2325, '0034-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(201996, 2325, '0034-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(201997, 2325, '0034-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(201998, 2325, '0034-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(201999, 2325, '0034-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(202000, 2325, '0034-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(202001, 2325, '0034-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(202002, 2325, '0034-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(202003, 2325, '0034-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(202004, 2325, '0034-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(202005, 2325, '0034-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(202006, 2325, '0035-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(202007, 2325, '0035-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(202008, 2325, '0035-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(202009, 2325, '0035-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(202010, 2325, '0035-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(202011, 2325, '0035-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(202012, 2325, '0035-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(202013, 2325, '0035-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(202014, 2325, '0035-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(202015, 2325, '0035-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(202016, 2325, '0035-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(202017, 2325, '0035-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(202018, 2325, '0036-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(202019, 2325, '0036-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(202020, 2325, '0036-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(202021, 2325, '0036-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(202022, 2325, '0036-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(202023, 2325, '0036-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(202024, 2325, '0036-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(202025, 2325, '0036-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(202026, 2325, '0036-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(202027, 2325, '0036-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(202028, 2325, '0036-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(202029, 2325, '0036-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(202030, 2325, '0037-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(202031, 2325, '0037-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(202032, 2325, '0037-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(202033, 2325, '0037-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(202034, 2325, '0037-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(202035, 2325, '0037-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(202036, 2325, '0037-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(202037, 2325, '0037-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(202038, 2325, '0037-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(202039, 2325, '0037-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(202040, 2325, '0037-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(202041, 2325, '0037-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(202042, 2325, '0038-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(202043, 2325, '0038-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(202044, 2325, '0038-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(202045, 2325, '0038-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(202046, 2325, '0038-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(202047, 2325, '0038-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(202048, 2325, '0038-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(202049, 2325, '0038-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(202050, 2325, '0038-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(202051, 2325, '0038-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(202052, 2325, '0038-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(202053, 2325, '0038-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(202054, 2325, '0039-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(202055, 2325, '0039-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(202056, 2325, '0039-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(202057, 2325, '0039-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(202058, 2325, '0039-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(202059, 2325, '0039-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(202060, 2325, '0039-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(202061, 2325, '0039-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(202062, 2325, '0039-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(202063, 2325, '0039-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(202064, 2325, '0039-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(202065, 2325, '0039-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(202066, 2325, '0040-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(202067, 2325, '0040-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(202068, 2325, '0040-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(202069, 2325, '0040-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(202070, 2325, '0040-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(202071, 2325, '0040-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(202072, 2325, '0040-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(202073, 2325, '0040-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(202074, 2325, '0040-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(202075, 2325, '0040-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(202076, 2325, '0040-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(202077, 2325, '0040-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(202078, 2325, '0041-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(202079, 2325, '0041-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(202080, 2325, '0041-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(202081, 2325, '0041-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(202082, 2325, '0041-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(202083, 2325, '0041-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(202084, 2325, '0041-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(202085, 2325, '0041-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(202086, 2325, '0041-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(202087, 2325, '0041-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(202088, 2325, '0041-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(202089, 2325, '0041-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(202090, 2325, '0042-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(202091, 2325, '0042-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(202092, 2325, '0042-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(202093, 2325, '0042-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(202094, 2325, '0042-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(202095, 2325, '0042-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(202096, 2325, '0042-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(202097, 2325, '0042-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(202098, 2325, '0042-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(202099, 2325, '0042-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(202100, 2325, '0042-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(202101, 2325, '0042-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(202102, 2325, '0043-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(202103, 2325, '0043-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(202104, 2325, '0043-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(202105, 2325, '0043-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(202106, 2325, '0043-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(202107, 2325, '0043-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(202108, 2325, '0043-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(202109, 2325, '0043-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(202110, 2325, '0043-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(202111, 2325, '0043-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(202112, 2325, '0043-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(202113, 2325, '0043-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(202114, 2325, '0044-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(202115, 2325, '0044-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(202116, 2325, '0044-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(202117, 2325, '0044-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(202118, 2325, '0044-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(202119, 2325, '0044-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(202120, 2325, '0044-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(202121, 2325, '0044-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(202122, 2325, '0044-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(202123, 2325, '0044-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(202124, 2325, '0044-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(202125, 2325, '0044-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(202126, 2325, '0045-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(202127, 2325, '0045-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(202128, 2325, '0045-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(202129, 2325, '0045-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(202130, 2325, '0045-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(202131, 2325, '0045-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(202132, 2325, '0045-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(202133, 2325, '0045-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(202134, 2325, '0045-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(202135, 2325, '0045-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(202136, 2325, '0045-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(202137, 2325, '0045-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(202138, 2325, '0046-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(202139, 2325, '0046-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(202140, 2325, '0046-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(202141, 2325, '0046-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(202142, 2325, '0046-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(202143, 2325, '0046-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(202144, 2325, '0046-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(202145, 2325, '0046-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(202146, 2325, '0046-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(202147, 2325, '0046-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(202148, 2325, '0046-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(202149, 2325, '0046-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(202150, 2325, '0047-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(202151, 2325, '0047-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(202152, 2325, '0047-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(202153, 2325, '0047-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(202154, 2325, '0047-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(202155, 2325, '0047-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(202156, 2325, '0047-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(202157, 2325, '0047-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(202158, 2325, '0047-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(202159, 2325, '0047-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(202160, 2325, '0047-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(202161, 2325, '0047-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(202162, 2325, '0048-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(202163, 2325, '0048-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(202164, 2325, '0048-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(202165, 2325, '0048-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(202166, 2325, '0048-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(202167, 2325, '0048-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(202168, 2325, '0048-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(202169, 2325, '0048-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(202170, 2325, '0048-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(202171, 2325, '0048-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(202172, 2325, '0048-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(202173, 2325, '0048-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(202174, 2325, '0049-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(202175, 2325, '0049-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(202176, 2325, '0049-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(202177, 2325, '0049-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(202178, 2325, '0049-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(202179, 2325, '0049-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(202180, 2325, '0049-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(202181, 2325, '0049-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(202182, 2325, '0049-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(202183, 2325, '0049-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(202184, 2325, '0049-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(202185, 2325, '0049-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(202186, 2325, '0050-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(202187, 2325, '0050-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(202188, 2325, '0050-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(202189, 2325, '0050-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(202190, 2325, '0050-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(202191, 2325, '0050-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(202192, 2325, '0050-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(202193, 2325, '0050-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(202194, 2325, '0050-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(202195, 2325, '0050-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(202196, 2325, '0050-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(202197, 2325, '0050-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(202198, 2325, '0051-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(202199, 2325, '0051-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(202200, 2325, '0051-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(202201, 2325, '0051-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(202202, 2325, '0051-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(202203, 2325, '0051-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(202204, 2325, '0051-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(202205, 2325, '0051-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(202206, 2325, '0051-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(202207, 2325, '0051-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(202208, 2325, '0051-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(202209, 2325, '0051-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(202210, 2325, '0052-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(202211, 2325, '0052-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(202212, 2325, '0052-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(202213, 2325, '0052-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(202214, 2325, '0052-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(202215, 2325, '0052-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(202216, 2325, '0052-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(202217, 2325, '0052-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(202218, 2325, '0052-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(202219, 2325, '0052-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(202220, 2325, '0052-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(202221, 2325, '0052-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(202222, 2325, '0053-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(202223, 2325, '0053-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(202224, 2325, '0053-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(202225, 2325, '0053-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(202226, 2325, '0053-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(202227, 2325, '0053-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(202228, 2325, '0053-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(202229, 2325, '0053-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:35', '2023-10-31 14:08:35'),
(202230, 2325, '0053-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202231, 2325, '0053-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202232, 2325, '0053-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202233, 2325, '0053-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202234, 2325, '0054-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202235, 2325, '0054-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202236, 2325, '0054-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202237, 2325, '0054-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202238, 2325, '0054-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202239, 2325, '0054-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202240, 2325, '0054-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202241, 2325, '0054-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202242, 2325, '0054-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202243, 2325, '0054-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202244, 2325, '0054-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202245, 2325, '0054-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202246, 2325, '0055-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202247, 2325, '0055-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202248, 2325, '0055-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202249, 2325, '0055-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202250, 2325, '0055-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202251, 2325, '0055-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202252, 2325, '0055-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202253, 2325, '0055-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202254, 2325, '0055-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202255, 2325, '0055-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202256, 2325, '0055-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202257, 2325, '0055-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202258, 2325, '0056-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202259, 2325, '0056-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202260, 2325, '0056-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202261, 2325, '0056-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202262, 2325, '0056-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202263, 2325, '0056-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202264, 2325, '0056-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202265, 2325, '0056-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202266, 2325, '0056-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202267, 2325, '0056-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202268, 2325, '0056-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202269, 2325, '0056-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202270, 2325, '0057-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202271, 2325, '0057-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202272, 2325, '0057-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202273, 2325, '0057-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202274, 2325, '0057-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202275, 2325, '0057-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202276, 2325, '0057-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202277, 2325, '0057-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202278, 2325, '0057-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202279, 2325, '0057-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202280, 2325, '0057-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202281, 2325, '0057-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202282, 2325, '0058-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202283, 2325, '0058-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202284, 2325, '0058-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202285, 2325, '0058-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202286, 2325, '0058-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202287, 2325, '0058-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202288, 2325, '0058-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202289, 2325, '0058-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202290, 2325, '0058-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202291, 2325, '0058-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202292, 2325, '0058-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202293, 2325, '0058-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202294, 2325, '0059-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202295, 2325, '0059-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202296, 2325, '0059-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202297, 2325, '0059-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202298, 2325, '0059-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202299, 2325, '0059-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202300, 2325, '0059-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202301, 2325, '0059-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202302, 2325, '0059-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202303, 2325, '0059-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202304, 2325, '0059-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202305, 2325, '0059-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202306, 2325, '0060-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202307, 2325, '0060-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202308, 2325, '0060-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202309, 2325, '0060-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202310, 2325, '0060-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202311, 2325, '0060-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202312, 2325, '0060-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202313, 2325, '0060-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202314, 2325, '0060-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202315, 2325, '0060-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202316, 2325, '0060-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202317, 2325, '0060-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202318, 2325, '0061-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202319, 2325, '0061-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202320, 2325, '0061-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202321, 2325, '0061-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202322, 2325, '0061-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202323, 2325, '0061-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202324, 2325, '0061-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202325, 2325, '0061-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202326, 2325, '0061-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202327, 2325, '0061-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202328, 2325, '0061-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202329, 2325, '0061-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202330, 2325, '0062-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202331, 2325, '0062-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202332, 2325, '0062-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202333, 2325, '0062-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202334, 2325, '0062-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202335, 2325, '0062-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202336, 2325, '0062-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202337, 2325, '0062-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202338, 2325, '0062-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202339, 2325, '0062-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202340, 2325, '0062-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202341, 2325, '0062-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202342, 2325, '0063-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202343, 2325, '0063-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202344, 2325, '0063-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202345, 2325, '0063-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202346, 2325, '0063-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202347, 2325, '0063-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202348, 2325, '0063-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202349, 2325, '0063-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202350, 2325, '0063-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202351, 2325, '0063-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202352, 2325, '0063-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202353, 2325, '0063-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202354, 2325, '0064-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202355, 2325, '0064-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202356, 2325, '0064-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202357, 2325, '0064-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202358, 2325, '0064-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202359, 2325, '0064-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202360, 2325, '0064-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202361, 2325, '0064-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202362, 2325, '0064-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202363, 2325, '0064-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202364, 2325, '0064-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202365, 2325, '0064-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202366, 2325, '0065-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202367, 2325, '0065-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202368, 2325, '0065-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202369, 2325, '0065-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202370, 2325, '0065-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202371, 2325, '0065-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202372, 2325, '0065-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202373, 2325, '0065-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202374, 2325, '0065-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202375, 2325, '0065-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202376, 2325, '0065-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202377, 2325, '0065-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202378, 2325, '0066-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202379, 2325, '0066-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202380, 2325, '0066-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202381, 2325, '0066-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202382, 2325, '0066-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202383, 2325, '0066-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202384, 2325, '0066-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202385, 2325, '0066-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202386, 2325, '0066-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202387, 2325, '0066-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202388, 2325, '0066-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202389, 2325, '0066-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202390, 2325, '0067-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202391, 2325, '0067-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202392, 2325, '0067-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202393, 2325, '0067-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202394, 2325, '0067-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202395, 2325, '0067-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202396, 2325, '0067-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202397, 2325, '0067-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202398, 2325, '0067-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202399, 2325, '0067-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202400, 2325, '0067-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202401, 2325, '0067-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202402, 2325, '0068-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202403, 2325, '0068-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202404, 2325, '0068-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202405, 2325, '0068-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202406, 2325, '0068-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202407, 2325, '0068-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202408, 2325, '0068-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202409, 2325, '0068-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202410, 2325, '0068-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202411, 2325, '0068-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202412, 2325, '0068-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202413, 2325, '0068-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202414, 2325, '0069-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202415, 2325, '0069-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202416, 2325, '0069-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202417, 2325, '0069-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202418, 2325, '0069-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202419, 2325, '0069-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202420, 2325, '0069-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202421, 2325, '0069-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202422, 2325, '0069-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202423, 2325, '0069-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202424, 2325, '0069-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202425, 2325, '0069-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202426, 2325, '0070-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202427, 2325, '0070-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202428, 2325, '0070-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202429, 2325, '0070-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202430, 2325, '0070-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202431, 2325, '0070-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202432, 2325, '0070-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202433, 2325, '0070-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202434, 2325, '0070-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202435, 2325, '0070-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202436, 2325, '0070-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202437, 2325, '0070-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202438, 2325, '0071-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202439, 2325, '0071-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202440, 2325, '0071-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202441, 2325, '0071-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202442, 2325, '0071-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202443, 2325, '0071-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202444, 2325, '0071-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202445, 2325, '0071-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202446, 2325, '0071-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202447, 2325, '0071-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202448, 2325, '0071-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202449, 2325, '0071-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(202450, 2325, '0072-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202451, 2325, '0072-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202452, 2325, '0072-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202453, 2325, '0072-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202454, 2325, '0072-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202455, 2325, '0072-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202456, 2325, '0072-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202457, 2325, '0072-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202458, 2325, '0072-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202459, 2325, '0072-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202460, 2325, '0072-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202461, 2325, '0072-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202462, 2325, '0073-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202463, 2325, '0073-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202464, 2325, '0073-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202465, 2325, '0073-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202466, 2325, '0073-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202467, 2325, '0073-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202468, 2325, '0073-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202469, 2325, '0073-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202470, 2325, '0073-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202471, 2325, '0073-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202472, 2325, '0073-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202473, 2325, '0073-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202474, 2325, '0074-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202475, 2325, '0074-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202476, 2325, '0074-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202477, 2325, '0074-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202478, 2325, '0074-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202479, 2325, '0074-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202480, 2325, '0074-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202481, 2325, '0074-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202482, 2325, '0074-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202483, 2325, '0074-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202484, 2325, '0074-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202485, 2325, '0074-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202486, 2325, '0075-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202487, 2325, '0075-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202488, 2325, '0075-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202489, 2325, '0075-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202490, 2325, '0075-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202491, 2325, '0075-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202492, 2325, '0075-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202493, 2325, '0075-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202494, 2325, '0075-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202495, 2325, '0075-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202496, 2325, '0075-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202497, 2325, '0075-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202498, 2325, '0076-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202499, 2325, '0076-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202500, 2325, '0076-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202501, 2325, '0076-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202502, 2325, '0076-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202503, 2325, '0076-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202504, 2325, '0076-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202505, 2325, '0076-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202506, 2325, '0076-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202507, 2325, '0076-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202508, 2325, '0076-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202509, 2325, '0076-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202510, 2325, '0077-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202511, 2325, '0077-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202512, 2325, '0077-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202513, 2325, '0077-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202514, 2325, '0077-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202515, 2325, '0077-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202516, 2325, '0077-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202517, 2325, '0077-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202518, 2325, '0077-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202519, 2325, '0077-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202520, 2325, '0077-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202521, 2325, '0077-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202522, 2325, '0078-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202523, 2325, '0078-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202524, 2325, '0078-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202525, 2325, '0078-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202526, 2325, '0078-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202527, 2325, '0078-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202528, 2325, '0078-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202529, 2325, '0078-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202530, 2325, '0078-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202531, 2325, '0078-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202532, 2325, '0078-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202533, 2325, '0078-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202534, 2325, '0079-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202535, 2325, '0079-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202536, 2325, '0079-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202537, 2325, '0079-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202538, 2325, '0079-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202539, 2325, '0079-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202540, 2325, '0079-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202541, 2325, '0079-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202542, 2325, '0079-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202543, 2325, '0079-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202544, 2325, '0079-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202545, 2325, '0079-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202546, 2325, '0080-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202547, 2325, '0080-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202548, 2325, '0080-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202549, 2325, '0080-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202550, 2325, '0080-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202551, 2325, '0080-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202552, 2325, '0080-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202553, 2325, '0080-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202554, 2325, '0080-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202555, 2325, '0080-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202556, 2325, '0080-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202557, 2325, '0080-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202558, 2325, '0081-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202559, 2325, '0081-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202560, 2325, '0081-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202561, 2325, '0081-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202562, 2325, '0081-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202563, 2325, '0081-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202564, 2325, '0081-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202565, 2325, '0081-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202566, 2325, '0081-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202567, 2325, '0081-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202568, 2325, '0081-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202569, 2325, '0081-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202570, 2325, '0082-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202571, 2325, '0082-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202572, 2325, '0082-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202573, 2325, '0082-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202574, 2325, '0082-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202575, 2325, '0082-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202576, 2325, '0082-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202577, 2325, '0082-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:36', '2023-10-31 14:08:36'),
(202578, 2325, '0082-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202579, 2325, '0082-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202580, 2325, '0082-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202581, 2325, '0082-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202582, 2325, '0083-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202583, 2325, '0083-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202584, 2325, '0083-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202585, 2325, '0083-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202586, 2325, '0083-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202587, 2325, '0083-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202588, 2325, '0083-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202589, 2325, '0083-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202590, 2325, '0083-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202591, 2325, '0083-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202592, 2325, '0083-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202593, 2325, '0083-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202594, 2325, '0084-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202595, 2325, '0084-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202596, 2325, '0084-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202597, 2325, '0084-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202598, 2325, '0084-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202599, 2325, '0084-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202600, 2325, '0084-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202601, 2325, '0084-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202602, 2325, '0084-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202603, 2325, '0084-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202604, 2325, '0084-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202605, 2325, '0084-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202606, 2325, '0085-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202607, 2325, '0085-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202608, 2325, '0085-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202609, 2325, '0085-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202610, 2325, '0085-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202611, 2325, '0085-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202612, 2325, '0085-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202613, 2325, '0085-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202614, 2325, '0085-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202615, 2325, '0085-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202616, 2325, '0085-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202617, 2325, '0085-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202618, 2325, '0086-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202619, 2325, '0086-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202620, 2325, '0086-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202621, 2325, '0086-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202622, 2325, '0086-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202623, 2325, '0086-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202624, 2325, '0086-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202625, 2325, '0086-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202626, 2325, '0086-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202627, 2325, '0086-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202628, 2325, '0086-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202629, 2325, '0086-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202630, 2325, '0087-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202631, 2325, '0087-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202632, 2325, '0087-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202633, 2325, '0087-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202634, 2325, '0087-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202635, 2325, '0087-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202636, 2325, '0087-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202637, 2325, '0087-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202638, 2325, '0087-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202639, 2325, '0087-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202640, 2325, '0087-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202641, 2325, '0087-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202642, 2325, '0088-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202643, 2325, '0088-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202644, 2325, '0088-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202645, 2325, '0088-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202646, 2325, '0088-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202647, 2325, '0088-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202648, 2325, '0088-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202649, 2325, '0088-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202650, 2325, '0088-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202651, 2325, '0088-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202652, 2325, '0088-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202653, 2325, '0088-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202654, 2325, '0089-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202655, 2325, '0089-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202656, 2325, '0089-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202657, 2325, '0089-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202658, 2325, '0089-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202659, 2325, '0089-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202660, 2325, '0089-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202661, 2325, '0089-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202662, 2325, '0089-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202663, 2325, '0089-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202664, 2325, '0089-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202665, 2325, '0089-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202666, 2325, '0090-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202667, 2325, '0090-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202668, 2325, '0090-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202669, 2325, '0090-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202670, 2325, '0090-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202671, 2325, '0090-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202672, 2325, '0090-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202673, 2325, '0090-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202674, 2325, '0090-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202675, 2325, '0090-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202676, 2325, '0090-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202677, 2325, '0090-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202678, 2325, '0091-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202679, 2325, '0091-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202680, 2325, '0091-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202681, 2325, '0091-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202682, 2325, '0091-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202683, 2325, '0091-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202684, 2325, '0091-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202685, 2325, '0091-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202686, 2325, '0091-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202687, 2325, '0091-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202688, 2325, '0091-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202689, 2325, '0091-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202690, 2325, '0092-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202691, 2325, '0092-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202692, 2325, '0092-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202693, 2325, '0092-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202694, 2325, '0092-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202695, 2325, '0092-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202696, 2325, '0092-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202697, 2325, '0092-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202698, 2325, '0092-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202699, 2325, '0092-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202700, 2325, '0092-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202701, 2325, '0092-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202702, 2325, '0093-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202703, 2325, '0093-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202704, 2325, '0093-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202705, 2325, '0093-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202706, 2325, '0093-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202707, 2325, '0093-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202708, 2325, '0093-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202709, 2325, '0093-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202710, 2325, '0093-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202711, 2325, '0093-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202712, 2325, '0093-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202713, 2325, '0093-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202714, 2325, '0094-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202715, 2325, '0094-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202716, 2325, '0094-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202717, 2325, '0094-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202718, 2325, '0094-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202719, 2325, '0094-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202720, 2325, '0094-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202721, 2325, '0094-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202722, 2325, '0094-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202723, 2325, '0094-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202724, 2325, '0094-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202725, 2325, '0094-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202726, 2325, '0095-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202727, 2325, '0095-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202728, 2325, '0095-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202729, 2325, '0095-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202730, 2325, '0095-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202731, 2325, '0095-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202732, 2325, '0095-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202733, 2325, '0095-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202734, 2325, '0095-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202735, 2325, '0095-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202736, 2325, '0095-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202737, 2325, '0095-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202738, 2325, '0096-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202739, 2325, '0096-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202740, 2325, '0096-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202741, 2325, '0096-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202742, 2325, '0096-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202743, 2325, '0096-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202744, 2325, '0096-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202745, 2325, '0096-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202746, 2325, '0096-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202747, 2325, '0096-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202748, 2325, '0096-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202749, 2325, '0096-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202750, 2325, '0097-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202751, 2325, '0097-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202752, 2325, '0097-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202753, 2325, '0097-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202754, 2325, '0097-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202755, 2325, '0097-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202756, 2325, '0097-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202757, 2325, '0097-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202758, 2325, '0097-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202759, 2325, '0097-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202760, 2325, '0097-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202761, 2325, '0097-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202762, 2325, '0098-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202763, 2325, '0098-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202764, 2325, '0098-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202765, 2325, '0098-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202766, 2325, '0098-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202767, 2325, '0098-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202768, 2325, '0098-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202769, 2325, '0098-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202770, 2325, '0098-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202771, 2325, '0098-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202772, 2325, '0098-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202773, 2325, '0098-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202774, 2325, '0099-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202775, 2325, '0099-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202776, 2325, '0099-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202777, 2325, '0099-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202778, 2325, '0099-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202779, 2325, '0099-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202780, 2325, '0099-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202781, 2325, '0099-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202782, 2325, '0099-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202783, 2325, '0099-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202784, 2325, '0099-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202785, 2325, '0099-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202786, 2325, '0100-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202787, 2325, '0100-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202788, 2325, '0100-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202789, 2325, '0100-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202790, 2325, '0100-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202791, 2325, '0100-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202792, 2325, '0100-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202793, 2325, '0100-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202794, 2325, '0100-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202795, 2325, '0100-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202796, 2325, '0100-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202797, 2325, '0100-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202798, 2325, '0101-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202799, 2325, '0101-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202800, 2325, '0101-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202801, 2325, '0101-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202802, 2325, '0101-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202803, 2325, '0101-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202804, 2325, '0101-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202805, 2325, '0101-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202806, 2325, '0101-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202807, 2325, '0101-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202808, 2325, '0101-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202809, 2325, '0101-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202810, 2325, '0102-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202811, 2325, '0102-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202812, 2325, '0102-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202813, 2325, '0102-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202814, 2325, '0102-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202815, 2325, '0102-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202816, 2325, '0102-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202817, 2325, '0102-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202818, 2325, '0102-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202819, 2325, '0102-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202820, 2325, '0102-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202821, 2325, '0102-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202822, 2325, '0103-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202823, 2325, '0103-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202824, 2325, '0103-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202825, 2325, '0103-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202826, 2325, '0103-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202827, 2325, '0103-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202828, 2325, '0103-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202829, 2325, '0103-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202830, 2325, '0103-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202831, 2325, '0103-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202832, 2325, '0103-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202833, 2325, '0103-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202834, 2325, '0104-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202835, 2325, '0104-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202836, 2325, '0104-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202837, 2325, '0104-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202838, 2325, '0104-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202839, 2325, '0104-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202840, 2325, '0104-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202841, 2325, '0104-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202842, 2325, '0104-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202843, 2325, '0104-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202844, 2325, '0104-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202845, 2325, '0104-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202846, 2325, '0105-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202847, 2325, '0105-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202848, 2325, '0105-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202849, 2325, '0105-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202850, 2325, '0105-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202851, 2325, '0105-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202852, 2325, '0105-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202853, 2325, '0105-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202854, 2325, '0105-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202855, 2325, '0105-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202856, 2325, '0105-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202857, 2325, '0105-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202858, 2325, '0106-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202859, 2325, '0106-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202860, 2325, '0106-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202861, 2325, '0106-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202862, 2325, '0106-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202863, 2325, '0106-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202864, 2325, '0106-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202865, 2325, '0106-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202866, 2325, '0106-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202867, 2325, '0106-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202868, 2325, '0106-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202869, 2325, '0106-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202870, 2325, '0107-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202871, 2325, '0107-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202872, 2325, '0107-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202873, 2325, '0107-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202874, 2325, '0107-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202875, 2325, '0107-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202876, 2325, '0107-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202877, 2325, '0107-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202878, 2325, '0107-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202879, 2325, '0107-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202880, 2325, '0107-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202881, 2325, '0107-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202882, 2325, '0108-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202883, 2325, '0108-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202884, 2325, '0108-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202885, 2325, '0108-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202886, 2325, '0108-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202887, 2325, '0108-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202888, 2325, '0108-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202889, 2325, '0108-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202890, 2325, '0108-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202891, 2325, '0108-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202892, 2325, '0108-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202893, 2325, '0108-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202894, 2325, '0109-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202895, 2325, '0109-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202896, 2325, '0109-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202897, 2325, '0109-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202898, 2325, '0109-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202899, 2325, '0109-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:37', '2023-10-31 14:08:37'),
(202900, 2325, '0109-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(202901, 2325, '0109-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(202902, 2325, '0109-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(202903, 2325, '0109-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(202904, 2325, '0109-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(202905, 2325, '0109-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(202906, 2325, '0110-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(202907, 2325, '0110-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(202908, 2325, '0110-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(202909, 2325, '0110-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(202910, 2325, '0110-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(202911, 2325, '0110-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(202912, 2325, '0110-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(202913, 2325, '0110-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(202914, 2325, '0110-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(202915, 2325, '0110-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(202916, 2325, '0110-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(202917, 2325, '0110-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(202918, 2325, '0111-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(202919, 2325, '0111-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(202920, 2325, '0111-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(202921, 2325, '0111-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(202922, 2325, '0111-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(202923, 2325, '0111-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(202924, 2325, '0111-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(202925, 2325, '0111-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(202926, 2325, '0111-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(202927, 2325, '0111-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(202928, 2325, '0111-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(202929, 2325, '0111-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(202930, 2325, '0112-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(202931, 2325, '0112-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(202932, 2325, '0112-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(202933, 2325, '0112-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(202934, 2325, '0112-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(202935, 2325, '0112-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(202936, 2325, '0112-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(202937, 2325, '0112-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(202938, 2325, '0112-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(202939, 2325, '0112-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(202940, 2325, '0112-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(202941, 2325, '0112-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(202942, 2325, '0113-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(202943, 2325, '0113-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(202944, 2325, '0113-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(202945, 2325, '0113-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(202946, 2325, '0113-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(202947, 2325, '0113-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(202948, 2325, '0113-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(202949, 2325, '0113-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(202950, 2325, '0113-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(202951, 2325, '0113-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(202952, 2325, '0113-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(202953, 2325, '0113-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(202954, 2325, '0114-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(202955, 2325, '0114-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(202956, 2325, '0114-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(202957, 2325, '0114-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(202958, 2325, '0114-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(202959, 2325, '0114-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(202960, 2325, '0114-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(202961, 2325, '0114-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(202962, 2325, '0114-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(202963, 2325, '0114-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(202964, 2325, '0114-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(202965, 2325, '0114-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(202966, 2325, '0115-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(202967, 2325, '0115-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(202968, 2325, '0115-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(202969, 2325, '0115-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(202970, 2325, '0115-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(202971, 2325, '0115-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(202972, 2325, '0115-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(202973, 2325, '0115-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(202974, 2325, '0115-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(202975, 2325, '0115-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(202976, 2325, '0115-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(202977, 2325, '0115-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(202978, 2325, '0116-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(202979, 2325, '0116-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(202980, 2325, '0116-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(202981, 2325, '0116-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(202982, 2325, '0116-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(202983, 2325, '0116-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(202984, 2325, '0116-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(202985, 2325, '0116-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(202986, 2325, '0116-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(202987, 2325, '0116-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(202988, 2325, '0116-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(202989, 2325, '0116-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(202990, 2325, '0117-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(202991, 2325, '0117-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(202992, 2325, '0117-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(202993, 2325, '0117-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(202994, 2325, '0117-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(202995, 2325, '0117-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(202996, 2325, '0117-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(202997, 2325, '0117-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(202998, 2325, '0117-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(202999, 2325, '0117-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203000, 2325, '0117-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203001, 2325, '0117-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203002, 2325, '0118-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203003, 2325, '0118-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203004, 2325, '0118-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203005, 2325, '0118-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203006, 2325, '0118-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203007, 2325, '0118-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203008, 2325, '0118-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203009, 2325, '0118-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203010, 2325, '0118-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203011, 2325, '0118-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203012, 2325, '0118-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203013, 2325, '0118-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203014, 2325, '0119-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203015, 2325, '0119-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203016, 2325, '0119-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203017, 2325, '0119-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203018, 2325, '0119-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203019, 2325, '0119-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203020, 2325, '0119-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203021, 2325, '0119-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203022, 2325, '0119-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203023, 2325, '0119-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203024, 2325, '0119-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203025, 2325, '0119-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203026, 2325, '0120-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203027, 2325, '0120-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203028, 2325, '0120-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203029, 2325, '0120-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203030, 2325, '0120-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203031, 2325, '0120-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203032, 2325, '0120-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203033, 2325, '0120-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203034, 2325, '0120-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203035, 2325, '0120-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203036, 2325, '0120-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203037, 2325, '0120-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203038, 2325, '0121-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203039, 2325, '0121-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203040, 2325, '0121-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203041, 2325, '0121-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203042, 2325, '0121-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203043, 2325, '0121-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203044, 2325, '0121-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203045, 2325, '0121-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203046, 2325, '0121-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203047, 2325, '0121-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203048, 2325, '0121-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203049, 2325, '0121-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203050, 2325, '0122-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203051, 2325, '0122-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203052, 2325, '0122-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203053, 2325, '0122-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203054, 2325, '0122-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203055, 2325, '0122-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203056, 2325, '0122-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203057, 2325, '0122-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203058, 2325, '0122-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203059, 2325, '0122-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203060, 2325, '0122-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203061, 2325, '0122-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203062, 2325, '0123-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203063, 2325, '0123-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203064, 2325, '0123-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203065, 2325, '0123-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203066, 2325, '0123-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203067, 2325, '0123-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203068, 2325, '0123-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203069, 2325, '0123-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203070, 2325, '0123-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203071, 2325, '0123-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203072, 2325, '0123-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203073, 2325, '0123-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203074, 2325, '0124-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203075, 2325, '0124-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203076, 2325, '0124-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203077, 2325, '0124-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203078, 2325, '0124-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203079, 2325, '0124-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203080, 2325, '0124-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203081, 2325, '0124-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203082, 2325, '0124-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203083, 2325, '0124-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203084, 2325, '0124-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203085, 2325, '0124-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203086, 2325, '0125-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203087, 2325, '0125-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203088, 2325, '0125-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203089, 2325, '0125-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203090, 2325, '0125-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203091, 2325, '0125-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203092, 2325, '0125-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203093, 2325, '0125-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203094, 2325, '0125-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203095, 2325, '0125-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203096, 2325, '0125-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203097, 2325, '0125-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203098, 2325, '0126-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203099, 2325, '0126-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203100, 2325, '0126-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203101, 2325, '0126-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203102, 2325, '0126-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203103, 2325, '0126-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203104, 2325, '0126-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203105, 2325, '0126-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203106, 2325, '0126-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203107, 2325, '0126-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203108, 2325, '0126-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203109, 2325, '0126-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203110, 2325, '0127-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203111, 2325, '0127-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203112, 2325, '0127-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203113, 2325, '0127-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203114, 2325, '0127-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203115, 2325, '0127-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203116, 2325, '0127-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203117, 2325, '0127-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203118, 2325, '0127-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203119, 2325, '0127-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203120, 2325, '0127-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203121, 2325, '0127-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203122, 2325, '0128-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203123, 2325, '0128-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203124, 2325, '0128-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203125, 2325, '0128-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203126, 2325, '0128-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203127, 2325, '0128-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203128, 2325, '0128-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203129, 2325, '0128-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203130, 2325, '0128-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203131, 2325, '0128-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203132, 2325, '0128-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203133, 2325, '0128-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203134, 2325, '0129-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203135, 2325, '0129-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203136, 2325, '0129-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203137, 2325, '0129-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203138, 2325, '0129-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203139, 2325, '0129-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203140, 2325, '0129-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203141, 2325, '0129-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203142, 2325, '0129-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203143, 2325, '0129-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203144, 2325, '0129-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203145, 2325, '0129-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203146, 2325, '0130-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203147, 2325, '0130-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203148, 2325, '0130-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203149, 2325, '0130-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203150, 2325, '0130-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203151, 2325, '0130-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203152, 2325, '0130-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203153, 2325, '0130-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203154, 2325, '0130-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203155, 2325, '0130-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203156, 2325, '0130-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203157, 2325, '0130-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203158, 2325, '0131-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203159, 2325, '0131-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203160, 2325, '0131-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203161, 2325, '0131-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203162, 2325, '0131-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203163, 2325, '0131-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203164, 2325, '0131-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203165, 2325, '0131-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203166, 2325, '0131-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203167, 2325, '0131-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203168, 2325, '0131-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203169, 2325, '0131-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203170, 2325, '0132-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203171, 2325, '0132-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203172, 2325, '0132-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203173, 2325, '0132-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203174, 2325, '0132-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203175, 2325, '0132-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203176, 2325, '0132-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203177, 2325, '0132-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203178, 2325, '0132-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203179, 2325, '0132-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203180, 2325, '0132-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203181, 2325, '0132-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203182, 2325, '0133-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203183, 2325, '0133-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203184, 2325, '0133-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203185, 2325, '0133-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203186, 2325, '0133-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203187, 2325, '0133-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203188, 2325, '0133-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203189, 2325, '0133-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203190, 2325, '0133-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203191, 2325, '0133-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203192, 2325, '0133-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203193, 2325, '0133-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203194, 2325, '0134-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203195, 2325, '0134-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203196, 2325, '0134-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203197, 2325, '0134-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203198, 2325, '0134-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203199, 2325, '0134-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203200, 2325, '0134-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203201, 2325, '0134-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203202, 2325, '0134-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203203, 2325, '0134-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203204, 2325, '0134-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203205, 2325, '0134-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203206, 2325, '0135-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203207, 2325, '0135-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203208, 2325, '0135-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203209, 2325, '0135-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203210, 2325, '0135-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203211, 2325, '0135-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203212, 2325, '0135-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203213, 2325, '0135-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203214, 2325, '0135-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203215, 2325, '0135-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203216, 2325, '0135-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203217, 2325, '0135-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203218, 2325, '0136-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203219, 2325, '0136-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203220, 2325, '0136-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203221, 2325, '0136-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203222, 2325, '0136-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203223, 2325, '0136-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203224, 2325, '0136-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203225, 2325, '0136-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203226, 2325, '0136-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203227, 2325, '0136-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203228, 2325, '0136-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203229, 2325, '0136-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203230, 2325, '0137-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203231, 2325, '0137-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203232, 2325, '0137-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203233, 2325, '0137-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203234, 2325, '0137-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203235, 2325, '0137-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203236, 2325, '0137-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203237, 2325, '0137-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203238, 2325, '0137-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203239, 2325, '0137-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203240, 2325, '0137-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203241, 2325, '0137-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203242, 2325, '0138-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203243, 2325, '0138-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203244, 2325, '0138-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203245, 2325, '0138-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:38', '2023-10-31 14:08:38'),
(203246, 2325, '0138-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203247, 2325, '0138-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203248, 2325, '0138-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203249, 2325, '0138-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203250, 2325, '0138-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203251, 2325, '0138-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203252, 2325, '0138-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203253, 2325, '0138-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203254, 2325, '0139-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203255, 2325, '0139-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203256, 2325, '0139-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203257, 2325, '0139-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203258, 2325, '0139-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203259, 2325, '0139-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203260, 2325, '0139-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203261, 2325, '0139-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203262, 2325, '0139-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203263, 2325, '0139-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203264, 2325, '0139-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203265, 2325, '0139-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203266, 2325, '0140-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203267, 2325, '0140-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203268, 2325, '0140-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203269, 2325, '0140-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203270, 2325, '0140-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203271, 2325, '0140-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203272, 2325, '0140-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203273, 2325, '0140-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203274, 2325, '0140-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203275, 2325, '0140-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203276, 2325, '0140-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203277, 2325, '0140-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203278, 2325, '0141-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203279, 2325, '0141-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203280, 2325, '0141-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203281, 2325, '0141-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203282, 2325, '0141-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203283, 2325, '0141-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203284, 2325, '0141-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203285, 2325, '0141-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203286, 2325, '0141-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203287, 2325, '0141-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203288, 2325, '0141-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203289, 2325, '0141-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203290, 2325, '0142-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203291, 2325, '0142-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203292, 2325, '0142-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203293, 2325, '0142-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203294, 2325, '0142-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203295, 2325, '0142-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203296, 2325, '0142-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203297, 2325, '0142-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203298, 2325, '0142-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203299, 2325, '0142-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203300, 2325, '0142-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203301, 2325, '0142-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203302, 2325, '0143-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203303, 2325, '0143-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203304, 2325, '0143-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203305, 2325, '0143-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203306, 2325, '0143-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203307, 2325, '0143-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203308, 2325, '0143-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203309, 2325, '0143-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203310, 2325, '0143-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203311, 2325, '0143-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203312, 2325, '0143-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203313, 2325, '0143-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203314, 2325, '0144-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203315, 2325, '0144-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203316, 2325, '0144-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203317, 2325, '0144-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203318, 2325, '0144-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203319, 2325, '0144-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203320, 2325, '0144-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203321, 2325, '0144-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203322, 2325, '0144-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203323, 2325, '0144-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203324, 2325, '0144-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203325, 2325, '0144-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203326, 2325, '0145-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203327, 2325, '0145-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203328, 2325, '0145-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203329, 2325, '0145-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203330, 2325, '0145-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203331, 2325, '0145-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203332, 2325, '0145-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203333, 2325, '0145-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203334, 2325, '0145-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203335, 2325, '0145-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203336, 2325, '0145-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203337, 2325, '0145-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203338, 2325, '0146-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203339, 2325, '0146-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203340, 2325, '0146-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203341, 2325, '0146-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203342, 2325, '0146-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203343, 2325, '0146-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203344, 2325, '0146-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203345, 2325, '0146-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203346, 2325, '0146-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203347, 2325, '0146-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203348, 2325, '0146-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203349, 2325, '0146-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203350, 2325, '0147-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203351, 2325, '0147-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203352, 2325, '0147-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203353, 2325, '0147-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203354, 2325, '0147-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203355, 2325, '0147-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203356, 2325, '0147-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203357, 2325, '0147-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203358, 2325, '0147-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203359, 2325, '0147-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203360, 2325, '0147-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203361, 2325, '0147-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203362, 2325, '0148-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203363, 2325, '0148-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203364, 2325, '0148-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203365, 2325, '0148-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203366, 2325, '0148-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203367, 2325, '0148-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203368, 2325, '0148-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203369, 2325, '0148-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203370, 2325, '0148-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203371, 2325, '0148-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203372, 2325, '0148-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203373, 2325, '0148-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203374, 2325, '0149-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203375, 2325, '0149-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203376, 2325, '0149-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203377, 2325, '0149-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203378, 2325, '0149-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203379, 2325, '0149-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(203380, 2325, '0149-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203381, 2325, '0149-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203382, 2325, '0149-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203383, 2325, '0149-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203384, 2325, '0149-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203385, 2325, '0149-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203386, 2325, '0150-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203387, 2325, '0150-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203388, 2325, '0150-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203389, 2325, '0150-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203390, 2325, '0150-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203391, 2325, '0150-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203392, 2325, '0150-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203393, 2325, '0150-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203394, 2325, '0150-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203395, 2325, '0150-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203396, 2325, '0150-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203397, 2325, '0150-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203398, 2325, '0151-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203399, 2325, '0151-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203400, 2325, '0151-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203401, 2325, '0151-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203402, 2325, '0151-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203403, 2325, '0151-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203404, 2325, '0151-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203405, 2325, '0151-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203406, 2325, '0151-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203407, 2325, '0151-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203408, 2325, '0151-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203409, 2325, '0151-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203410, 2325, '0152-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203411, 2325, '0152-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203412, 2325, '0152-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203413, 2325, '0152-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203414, 2325, '0152-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203415, 2325, '0152-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203416, 2325, '0152-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203417, 2325, '0152-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203418, 2325, '0152-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203419, 2325, '0152-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203420, 2325, '0152-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203421, 2325, '0152-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203422, 2325, '0153-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203423, 2325, '0153-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203424, 2325, '0153-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203425, 2325, '0153-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203426, 2325, '0153-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203427, 2325, '0153-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203428, 2325, '0153-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203429, 2325, '0153-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203430, 2325, '0153-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203431, 2325, '0153-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203432, 2325, '0153-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203433, 2325, '0153-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203434, 2325, '0154-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203435, 2325, '0154-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203436, 2325, '0154-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203437, 2325, '0154-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203438, 2325, '0154-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203439, 2325, '0154-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203440, 2325, '0154-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203441, 2325, '0154-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203442, 2325, '0154-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203443, 2325, '0154-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203444, 2325, '0154-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203445, 2325, '0154-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203446, 2325, '0155-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203447, 2325, '0155-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203448, 2325, '0155-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203449, 2325, '0155-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203450, 2325, '0155-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203451, 2325, '0155-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203452, 2325, '0155-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203453, 2325, '0155-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203454, 2325, '0155-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203455, 2325, '0155-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203456, 2325, '0155-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203457, 2325, '0155-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203458, 2325, '0156-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203459, 2325, '0156-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203460, 2325, '0156-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203461, 2325, '0156-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203462, 2325, '0156-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203463, 2325, '0156-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203464, 2325, '0156-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203465, 2325, '0156-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203466, 2325, '0156-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203467, 2325, '0156-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203468, 2325, '0156-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203469, 2325, '0156-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203470, 2325, '0157-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203471, 2325, '0157-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203472, 2325, '0157-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203473, 2325, '0157-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203474, 2325, '0157-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203475, 2325, '0157-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203476, 2325, '0157-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203477, 2325, '0157-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203478, 2325, '0157-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203479, 2325, '0157-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203480, 2325, '0157-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203481, 2325, '0157-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203482, 2325, '0158-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203483, 2325, '0158-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203484, 2325, '0158-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203485, 2325, '0158-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203486, 2325, '0158-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203487, 2325, '0158-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203488, 2325, '0158-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203489, 2325, '0158-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203490, 2325, '0158-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203491, 2325, '0158-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203492, 2325, '0158-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203493, 2325, '0158-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203494, 2325, '0159-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203495, 2325, '0159-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203496, 2325, '0159-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203497, 2325, '0159-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203498, 2325, '0159-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203499, 2325, '0159-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203500, 2325, '0159-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203501, 2325, '0159-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203502, 2325, '0159-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203503, 2325, '0159-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203504, 2325, '0159-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203505, 2325, '0159-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203506, 2325, '0160-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203507, 2325, '0160-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203508, 2325, '0160-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203509, 2325, '0160-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203510, 2325, '0160-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203511, 2325, '0160-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203512, 2325, '0160-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203513, 2325, '0160-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203514, 2325, '0160-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203515, 2325, '0160-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203516, 2325, '0160-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203517, 2325, '0160-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203518, 2325, '0161-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203519, 2325, '0161-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203520, 2325, '0161-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203521, 2325, '0161-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203522, 2325, '0161-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203523, 2325, '0161-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203524, 2325, '0161-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203525, 2325, '0161-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203526, 2325, '0161-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203527, 2325, '0161-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203528, 2325, '0161-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203529, 2325, '0161-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203530, 2325, '0162-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203531, 2325, '0162-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203532, 2325, '0162-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203533, 2325, '0162-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203534, 2325, '0162-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203535, 2325, '0162-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203536, 2325, '0162-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203537, 2325, '0162-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203538, 2325, '0162-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203539, 2325, '0162-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203540, 2325, '0162-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203541, 2325, '0162-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203542, 2325, '0163-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203543, 2325, '0163-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203544, 2325, '0163-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203545, 2325, '0163-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203546, 2325, '0163-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203547, 2325, '0163-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203548, 2325, '0163-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203549, 2325, '0163-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203550, 2325, '0163-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203551, 2325, '0163-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203552, 2325, '0163-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203553, 2325, '0163-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203554, 2325, '0164-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203555, 2325, '0164-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203556, 2325, '0164-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203557, 2325, '0164-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203558, 2325, '0164-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203559, 2325, '0164-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203560, 2325, '0164-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203561, 2325, '0164-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203562, 2325, '0164-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203563, 2325, '0164-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203564, 2325, '0164-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203565, 2325, '0164-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203566, 2325, '0165-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203567, 2325, '0165-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203568, 2325, '0165-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203569, 2325, '0165-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203570, 2325, '0165-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203571, 2325, '0165-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203572, 2325, '0165-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203573, 2325, '0165-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203574, 2325, '0165-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203575, 2325, '0165-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203576, 2325, '0165-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203577, 2325, '0165-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203578, 2325, '0166-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203579, 2325, '0166-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203580, 2325, '0166-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203581, 2325, '0166-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203582, 2325, '0166-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203583, 2325, '0166-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203584, 2325, '0166-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203585, 2325, '0166-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203586, 2325, '0166-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203587, 2325, '0166-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203588, 2325, '0166-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203589, 2325, '0166-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203590, 2325, '0167-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203591, 2325, '0167-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203592, 2325, '0167-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203593, 2325, '0167-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203594, 2325, '0167-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203595, 2325, '0167-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203596, 2325, '0167-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203597, 2325, '0167-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203598, 2325, '0167-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203599, 2325, '0167-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203600, 2325, '0167-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203601, 2325, '0167-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203602, 2325, '0168-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203603, 2325, '0168-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203604, 2325, '0168-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203605, 2325, '0168-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203606, 2325, '0168-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203607, 2325, '0168-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203608, 2325, '0168-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203609, 2325, '0168-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203610, 2325, '0168-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203611, 2325, '0168-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203612, 2325, '0168-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203613, 2325, '0168-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203614, 2325, '0169-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203615, 2325, '0169-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203616, 2325, '0169-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203617, 2325, '0169-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203618, 2325, '0169-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203619, 2325, '0169-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:39', '2023-10-31 14:08:39'),
(203620, 2325, '0169-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203621, 2325, '0169-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203622, 2325, '0169-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203623, 2325, '0169-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203624, 2325, '0169-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203625, 2325, '0169-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203626, 2325, '0170-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203627, 2325, '0170-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203628, 2325, '0170-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203629, 2325, '0170-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203630, 2325, '0170-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203631, 2325, '0170-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203632, 2325, '0170-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203633, 2325, '0170-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203634, 2325, '0170-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203635, 2325, '0170-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203636, 2325, '0170-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203637, 2325, '0170-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203638, 2325, '0171-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203639, 2325, '0171-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203640, 2325, '0171-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203641, 2325, '0171-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203642, 2325, '0171-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203643, 2325, '0171-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203644, 2325, '0171-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203645, 2325, '0171-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203646, 2325, '0171-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203647, 2325, '0171-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203648, 2325, '0171-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203649, 2325, '0171-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203650, 2325, '0172-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203651, 2325, '0172-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203652, 2325, '0172-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203653, 2325, '0172-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203654, 2325, '0172-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203655, 2325, '0172-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203656, 2325, '0172-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203657, 2325, '0172-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203658, 2325, '0172-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203659, 2325, '0172-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203660, 2325, '0172-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203661, 2325, '0172-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203662, 2325, '0173-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203663, 2325, '0173-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203664, 2325, '0173-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203665, 2325, '0173-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203666, 2325, '0173-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203667, 2325, '0173-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203668, 2325, '0173-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203669, 2325, '0173-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203670, 2325, '0173-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203671, 2325, '0173-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203672, 2325, '0173-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203673, 2325, '0173-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203674, 2325, '0174-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203675, 2325, '0174-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203676, 2325, '0174-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203677, 2325, '0174-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203678, 2325, '0174-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203679, 2325, '0174-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203680, 2325, '0174-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203681, 2325, '0174-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203682, 2325, '0174-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203683, 2325, '0174-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203684, 2325, '0174-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203685, 2325, '0174-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203686, 2325, '0175-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203687, 2325, '0175-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203688, 2325, '0175-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203689, 2325, '0175-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203690, 2325, '0175-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203691, 2325, '0175-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203692, 2325, '0175-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203693, 2325, '0175-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203694, 2325, '0175-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203695, 2325, '0175-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203696, 2325, '0175-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203697, 2325, '0175-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203698, 2325, '0176-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203699, 2325, '0176-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203700, 2325, '0176-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203701, 2325, '0176-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203702, 2325, '0176-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203703, 2325, '0176-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203704, 2325, '0176-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203705, 2325, '0176-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203706, 2325, '0176-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203707, 2325, '0176-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203708, 2325, '0176-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203709, 2325, '0176-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203710, 2325, '0177-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203711, 2325, '0177-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203712, 2325, '0177-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203713, 2325, '0177-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203714, 2325, '0177-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203715, 2325, '0177-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203716, 2325, '0177-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203717, 2325, '0177-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203718, 2325, '0177-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203719, 2325, '0177-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203720, 2325, '0177-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203721, 2325, '0177-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203722, 2325, '0178-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203723, 2325, '0178-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203724, 2325, '0178-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203725, 2325, '0178-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203726, 2325, '0178-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203727, 2325, '0178-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203728, 2325, '0178-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203729, 2325, '0178-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203730, 2325, '0178-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203731, 2325, '0178-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203732, 2325, '0178-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203733, 2325, '0178-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203734, 2325, '0179-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203735, 2325, '0179-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203736, 2325, '0179-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203737, 2325, '0179-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203738, 2325, '0179-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203739, 2325, '0179-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203740, 2325, '0179-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203741, 2325, '0179-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203742, 2325, '0179-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203743, 2325, '0179-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203744, 2325, '0179-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203745, 2325, '0179-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203746, 2325, '0180-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203747, 2325, '0180-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203748, 2325, '0180-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203749, 2325, '0180-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203750, 2325, '0180-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203751, 2325, '0180-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203752, 2325, '0180-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203753, 2325, '0180-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203754, 2325, '0180-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203755, 2325, '0180-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203756, 2325, '0180-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203757, 2325, '0180-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203758, 2325, '0181-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203759, 2325, '0181-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203760, 2325, '0181-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203761, 2325, '0181-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203762, 2325, '0181-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203763, 2325, '0181-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203764, 2325, '0181-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203765, 2325, '0181-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203766, 2325, '0181-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203767, 2325, '0181-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203768, 2325, '0181-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203769, 2325, '0181-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203770, 2325, '0182-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203771, 2325, '0182-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203772, 2325, '0182-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203773, 2325, '0182-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203774, 2325, '0182-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203775, 2325, '0182-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203776, 2325, '0182-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203777, 2325, '0182-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203778, 2325, '0182-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203779, 2325, '0182-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203780, 2325, '0182-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203781, 2325, '0182-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203782, 2325, '0183-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203783, 2325, '0183-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203784, 2325, '0183-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203785, 2325, '0183-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203786, 2325, '0183-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203787, 2325, '0183-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203788, 2325, '0183-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203789, 2325, '0183-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203790, 2325, '0183-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203791, 2325, '0183-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203792, 2325, '0183-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203793, 2325, '0183-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203794, 2325, '0184-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203795, 2325, '0184-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203796, 2325, '0184-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203797, 2325, '0184-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203798, 2325, '0184-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203799, 2325, '0184-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203800, 2325, '0184-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203801, 2325, '0184-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203802, 2325, '0184-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203803, 2325, '0184-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203804, 2325, '0184-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203805, 2325, '0184-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203806, 2325, '0185-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203807, 2325, '0185-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203808, 2325, '0185-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203809, 2325, '0185-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203810, 2325, '0185-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203811, 2325, '0185-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203812, 2325, '0185-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203813, 2325, '0185-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203814, 2325, '0185-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203815, 2325, '0185-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203816, 2325, '0185-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203817, 2325, '0185-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203818, 2325, '0186-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203819, 2325, '0186-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203820, 2325, '0186-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203821, 2325, '0186-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203822, 2325, '0186-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203823, 2325, '0186-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203824, 2325, '0186-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203825, 2325, '0186-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203826, 2325, '0186-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203827, 2325, '0186-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203828, 2325, '0186-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203829, 2325, '0186-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203830, 2325, '0187-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203831, 2325, '0187-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203832, 2325, '0187-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203833, 2325, '0187-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203834, 2325, '0187-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203835, 2325, '0187-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203836, 2325, '0187-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203837, 2325, '0187-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203838, 2325, '0187-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203839, 2325, '0187-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203840, 2325, '0187-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203841, 2325, '0187-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203842, 2325, '0188-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203843, 2325, '0188-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203844, 2325, '0188-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(203845, 2325, '0188-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203846, 2325, '0188-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203847, 2325, '0188-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203848, 2325, '0188-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203849, 2325, '0188-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203850, 2325, '0188-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203851, 2325, '0188-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203852, 2325, '0188-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203853, 2325, '0188-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203854, 2325, '0189-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203855, 2325, '0189-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203856, 2325, '0189-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203857, 2325, '0189-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203858, 2325, '0189-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203859, 2325, '0189-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203860, 2325, '0189-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203861, 2325, '0189-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203862, 2325, '0189-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203863, 2325, '0189-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203864, 2325, '0189-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203865, 2325, '0189-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203866, 2325, '0190-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203867, 2325, '0190-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203868, 2325, '0190-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203869, 2325, '0190-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203870, 2325, '0190-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203871, 2325, '0190-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203872, 2325, '0190-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203873, 2325, '0190-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203874, 2325, '0190-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203875, 2325, '0190-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203876, 2325, '0190-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203877, 2325, '0190-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203878, 2325, '0191-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203879, 2325, '0191-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203880, 2325, '0191-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203881, 2325, '0191-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203882, 2325, '0191-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203883, 2325, '0191-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203884, 2325, '0191-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203885, 2325, '0191-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203886, 2325, '0191-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203887, 2325, '0191-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203888, 2325, '0191-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203889, 2325, '0191-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203890, 2325, '0192-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203891, 2325, '0192-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203892, 2325, '0192-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203893, 2325, '0192-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203894, 2325, '0192-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203895, 2325, '0192-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203896, 2325, '0192-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203897, 2325, '0192-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203898, 2325, '0192-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203899, 2325, '0192-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203900, 2325, '0192-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203901, 2325, '0192-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203902, 2325, '0193-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203903, 2325, '0193-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203904, 2325, '0193-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203905, 2325, '0193-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203906, 2325, '0193-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203907, 2325, '0193-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203908, 2325, '0193-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203909, 2325, '0193-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203910, 2325, '0193-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203911, 2325, '0193-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203912, 2325, '0193-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203913, 2325, '0193-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203914, 2325, '0194-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203915, 2325, '0194-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203916, 2325, '0194-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203917, 2325, '0194-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203918, 2325, '0194-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203919, 2325, '0194-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203920, 2325, '0194-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203921, 2325, '0194-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203922, 2325, '0194-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203923, 2325, '0194-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203924, 2325, '0194-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203925, 2325, '0194-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203926, 2325, '0195-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203927, 2325, '0195-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203928, 2325, '0195-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203929, 2325, '0195-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203930, 2325, '0195-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203931, 2325, '0195-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203932, 2325, '0195-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203933, 2325, '0195-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203934, 2325, '0195-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203935, 2325, '0195-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203936, 2325, '0195-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203937, 2325, '0195-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203938, 2325, '0196-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203939, 2325, '0196-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203940, 2325, '0196-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203941, 2325, '0196-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203942, 2325, '0196-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203943, 2325, '0196-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203944, 2325, '0196-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203945, 2325, '0196-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203946, 2325, '0196-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203947, 2325, '0196-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203948, 2325, '0196-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203949, 2325, '0196-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203950, 2325, '0197-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203951, 2325, '0197-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203952, 2325, '0197-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203953, 2325, '0197-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203954, 2325, '0197-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203955, 2325, '0197-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203956, 2325, '0197-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203957, 2325, '0197-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203958, 2325, '0197-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203959, 2325, '0197-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203960, 2325, '0197-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203961, 2325, '0197-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203962, 2325, '0198-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203963, 2325, '0198-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203964, 2325, '0198-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203965, 2325, '0198-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203966, 2325, '0198-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203967, 2325, '0198-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203968, 2325, '0198-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203969, 2325, '0198-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203970, 2325, '0198-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203971, 2325, '0198-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203972, 2325, '0198-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203973, 2325, '0198-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203974, 2325, '0199-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203975, 2325, '0199-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203976, 2325, '0199-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203977, 2325, '0199-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203978, 2325, '0199-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203979, 2325, '0199-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203980, 2325, '0199-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203981, 2325, '0199-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203982, 2325, '0199-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203983, 2325, '0199-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203984, 2325, '0199-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203985, 2325, '0199-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203986, 2325, '0200-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203987, 2325, '0200-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203988, 2325, '0200-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203989, 2325, '0200-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203990, 2325, '0200-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203991, 2325, '0200-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203992, 2325, '0200-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203993, 2325, '0200-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203994, 2325, '0200-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203995, 2325, '0200-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203996, 2325, '0200-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203997, 2325, '0200-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203998, 2325, '0201-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:40', '2023-10-31 14:08:40'),
(203999, 2325, '0201-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204000, 2325, '0201-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204001, 2325, '0201-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204002, 2325, '0201-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204003, 2325, '0201-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204004, 2325, '0201-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204005, 2325, '0201-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204006, 2325, '0201-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204007, 2325, '0201-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204008, 2325, '0201-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204009, 2325, '0201-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204010, 2325, '0202-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204011, 2325, '0202-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204012, 2325, '0202-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204013, 2325, '0202-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204014, 2325, '0202-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204015, 2325, '0202-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204016, 2325, '0202-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204017, 2325, '0202-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204018, 2325, '0202-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204019, 2325, '0202-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204020, 2325, '0202-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204021, 2325, '0202-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204022, 2325, '0203-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204023, 2325, '0203-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204024, 2325, '0203-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204025, 2325, '0203-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204026, 2325, '0203-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204027, 2325, '0203-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204028, 2325, '0203-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204029, 2325, '0203-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204030, 2325, '0203-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204031, 2325, '0203-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204032, 2325, '0203-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204033, 2325, '0203-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204034, 2325, '0204-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204035, 2325, '0204-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204036, 2325, '0204-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204037, 2325, '0204-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204038, 2325, '0204-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204039, 2325, '0204-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204040, 2325, '0204-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204041, 2325, '0204-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204042, 2325, '0204-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204043, 2325, '0204-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204044, 2325, '0204-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204045, 2325, '0204-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204046, 2325, '0205-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204047, 2325, '0205-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204048, 2325, '0205-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204049, 2325, '0205-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204050, 2325, '0205-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204051, 2325, '0205-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204052, 2325, '0205-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204053, 2325, '0205-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204054, 2325, '0205-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204055, 2325, '0205-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204056, 2325, '0205-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204057, 2325, '0205-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204058, 2325, '0206-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204059, 2325, '0206-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204060, 2325, '0206-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204061, 2325, '0206-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204062, 2325, '0206-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204063, 2325, '0206-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204064, 2325, '0206-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204065, 2325, '0206-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204066, 2325, '0206-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204067, 2325, '0206-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204068, 2325, '0206-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204069, 2325, '0206-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204070, 2325, '0207-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204071, 2325, '0207-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204072, 2325, '0207-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204073, 2325, '0207-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204074, 2325, '0207-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204075, 2325, '0207-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204076, 2325, '0207-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204077, 2325, '0207-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204078, 2325, '0207-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204079, 2325, '0207-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204080, 2325, '0207-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204081, 2325, '0207-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204082, 2325, '0208-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204083, 2325, '0208-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204084, 2325, '0208-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204085, 2325, '0208-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204086, 2325, '0208-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204087, 2325, '0208-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204088, 2325, '0208-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204089, 2325, '0208-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204090, 2325, '0208-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204091, 2325, '0208-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204092, 2325, '0208-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204093, 2325, '0208-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204094, 2325, '0209-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204095, 2325, '0209-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204096, 2325, '0209-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204097, 2325, '0209-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204098, 2325, '0209-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204099, 2325, '0209-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204100, 2325, '0209-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204101, 2325, '0209-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204102, 2325, '0209-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204103, 2325, '0209-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204104, 2325, '0209-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204105, 2325, '0209-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204106, 2325, '0210-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204107, 2325, '0210-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204108, 2325, '0210-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204109, 2325, '0210-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204110, 2325, '0210-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204111, 2325, '0210-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204112, 2325, '0210-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204113, 2325, '0210-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204114, 2325, '0210-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204115, 2325, '0210-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204116, 2325, '0210-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204117, 2325, '0210-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204118, 2325, '0211-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204119, 2325, '0211-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204120, 2325, '0211-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204121, 2325, '0211-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204122, 2325, '0211-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204123, 2325, '0211-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204124, 2325, '0211-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204125, 2325, '0211-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204126, 2325, '0211-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204127, 2325, '0211-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204128, 2325, '0211-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204129, 2325, '0211-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204130, 2325, '0212-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204131, 2325, '0212-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204132, 2325, '0212-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204133, 2325, '0212-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204134, 2325, '0212-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204135, 2325, '0212-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204136, 2325, '0212-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204137, 2325, '0212-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204138, 2325, '0212-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204139, 2325, '0212-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204140, 2325, '0212-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204141, 2325, '0212-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204142, 2325, '0213-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204143, 2325, '0213-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204144, 2325, '0213-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204145, 2325, '0213-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204146, 2325, '0213-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204147, 2325, '0213-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204148, 2325, '0213-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204149, 2325, '0213-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204150, 2325, '0213-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204151, 2325, '0213-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204152, 2325, '0213-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204153, 2325, '0213-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204154, 2325, '0214-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204155, 2325, '0214-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204156, 2325, '0214-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204157, 2325, '0214-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204158, 2325, '0214-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204159, 2325, '0214-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204160, 2325, '0214-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204161, 2325, '0214-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204162, 2325, '0214-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204163, 2325, '0214-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204164, 2325, '0214-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204165, 2325, '0214-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204166, 2325, '0215-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204167, 2325, '0215-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204168, 2325, '0215-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204169, 2325, '0215-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204170, 2325, '0215-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204171, 2325, '0215-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204172, 2325, '0215-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204173, 2325, '0215-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204174, 2325, '0215-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204175, 2325, '0215-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204176, 2325, '0215-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204177, 2325, '0215-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204178, 2325, '0216-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204179, 2325, '0216-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204180, 2325, '0216-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204181, 2325, '0216-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204182, 2325, '0216-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204183, 2325, '0216-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204184, 2325, '0216-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204185, 2325, '0216-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204186, 2325, '0216-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204187, 2325, '0216-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204188, 2325, '0216-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204189, 2325, '0216-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204190, 2325, '0217-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204191, 2325, '0217-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204192, 2325, '0217-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204193, 2325, '0217-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204194, 2325, '0217-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204195, 2325, '0217-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204196, 2325, '0217-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204197, 2325, '0217-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204198, 2325, '0217-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204199, 2325, '0217-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204200, 2325, '0217-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204201, 2325, '0217-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204202, 2325, '0218-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204203, 2325, '0218-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204204, 2325, '0218-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204205, 2325, '0218-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204206, 2325, '0218-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204207, 2325, '0218-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204208, 2325, '0218-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204209, 2325, '0218-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204210, 2325, '0218-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204211, 2325, '0218-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204212, 2325, '0218-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204213, 2325, '0218-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204214, 2325, '0219-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204215, 2325, '0219-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204216, 2325, '0219-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204217, 2325, '0219-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204218, 2325, '0219-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204219, 2325, '0219-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204220, 2325, '0219-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204221, 2325, '0219-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204222, 2325, '0219-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204223, 2325, '0219-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204224, 2325, '0219-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204225, 2325, '0219-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204226, 2325, '0220-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204227, 2325, '0220-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204228, 2325, '0220-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204229, 2325, '0220-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204230, 2325, '0220-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204231, 2325, '0220-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204232, 2325, '0220-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204233, 2325, '0220-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204234, 2325, '0220-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204235, 2325, '0220-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204236, 2325, '0220-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204237, 2325, '0220-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204238, 2325, '0221-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204239, 2325, '0221-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204240, 2325, '0221-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204241, 2325, '0221-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204242, 2325, '0221-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204243, 2325, '0221-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204244, 2325, '0221-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204245, 2325, '0221-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204246, 2325, '0221-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204247, 2325, '0221-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204248, 2325, '0221-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204249, 2325, '0221-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204250, 2325, '0222-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204251, 2325, '0222-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204252, 2325, '0222-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204253, 2325, '0222-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204254, 2325, '0222-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204255, 2325, '0222-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204256, 2325, '0222-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204257, 2325, '0222-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204258, 2325, '0222-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204259, 2325, '0222-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204260, 2325, '0222-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204261, 2325, '0222-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204262, 2325, '0223-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204263, 2325, '0223-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204264, 2325, '0223-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204265, 2325, '0223-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204266, 2325, '0223-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204267, 2325, '0223-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204268, 2325, '0223-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204269, 2325, '0223-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204270, 2325, '0223-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204271, 2325, '0223-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204272, 2325, '0223-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204273, 2325, '0223-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204274, 2325, '0224-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204275, 2325, '0224-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204276, 2325, '0224-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204277, 2325, '0224-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204278, 2325, '0224-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204279, 2325, '0224-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204280, 2325, '0224-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204281, 2325, '0224-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204282, 2325, '0224-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204283, 2325, '0224-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204284, 2325, '0224-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204285, 2325, '0224-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204286, 2325, '0225-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204287, 2325, '0225-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204288, 2325, '0225-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204289, 2325, '0225-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204290, 2325, '0225-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204291, 2325, '0225-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204292, 2325, '0225-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204293, 2325, '0225-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204294, 2325, '0225-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204295, 2325, '0225-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204296, 2325, '0225-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204297, 2325, '0225-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204298, 2325, '0226-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204299, 2325, '0226-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204300, 2325, '0226-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204301, 2325, '0226-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204302, 2325, '0226-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204303, 2325, '0226-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204304, 2325, '0226-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204305, 2325, '0226-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204306, 2325, '0226-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204307, 2325, '0226-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204308, 2325, '0226-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204309, 2325, '0226-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(204310, 2325, '0227-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204311, 2325, '0227-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204312, 2325, '0227-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204313, 2325, '0227-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204314, 2325, '0227-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204315, 2325, '0227-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204316, 2325, '0227-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204317, 2325, '0227-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204318, 2325, '0227-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204319, 2325, '0227-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204320, 2325, '0227-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204321, 2325, '0227-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204322, 2325, '0228-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204323, 2325, '0228-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204324, 2325, '0228-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204325, 2325, '0228-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204326, 2325, '0228-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204327, 2325, '0228-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204328, 2325, '0228-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204329, 2325, '0228-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204330, 2325, '0228-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204331, 2325, '0228-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204332, 2325, '0228-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204333, 2325, '0228-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204334, 2325, '0229-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204335, 2325, '0229-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204336, 2325, '0229-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204337, 2325, '0229-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204338, 2325, '0229-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204339, 2325, '0229-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204340, 2325, '0229-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204341, 2325, '0229-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204342, 2325, '0229-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204343, 2325, '0229-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204344, 2325, '0229-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204345, 2325, '0229-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204346, 2325, '0230-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204347, 2325, '0230-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204348, 2325, '0230-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204349, 2325, '0230-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204350, 2325, '0230-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204351, 2325, '0230-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204352, 2325, '0230-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204353, 2325, '0230-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204354, 2325, '0230-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204355, 2325, '0230-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204356, 2325, '0230-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204357, 2325, '0230-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204358, 2325, '0231-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204359, 2325, '0231-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204360, 2325, '0231-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204361, 2325, '0231-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204362, 2325, '0231-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204363, 2325, '0231-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204364, 2325, '0231-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204365, 2325, '0231-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204366, 2325, '0231-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204367, 2325, '0231-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204368, 2325, '0231-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204369, 2325, '0231-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204370, 2325, '0232-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204371, 2325, '0232-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204372, 2325, '0232-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204373, 2325, '0232-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204374, 2325, '0232-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204375, 2325, '0232-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204376, 2325, '0232-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204377, 2325, '0232-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204378, 2325, '0232-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204379, 2325, '0232-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204380, 2325, '0232-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204381, 2325, '0232-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204382, 2325, '0233-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204383, 2325, '0233-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204384, 2325, '0233-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204385, 2325, '0233-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204386, 2325, '0233-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204387, 2325, '0233-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204388, 2325, '0233-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204389, 2325, '0233-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204390, 2325, '0233-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:41', '2023-10-31 14:08:41'),
(204391, 2325, '0233-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204392, 2325, '0233-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204393, 2325, '0233-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204394, 2325, '0234-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204395, 2325, '0234-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204396, 2325, '0234-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204397, 2325, '0234-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204398, 2325, '0234-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204399, 2325, '0234-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204400, 2325, '0234-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204401, 2325, '0234-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204402, 2325, '0234-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204403, 2325, '0234-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204404, 2325, '0234-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204405, 2325, '0234-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204406, 2325, '0235-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204407, 2325, '0235-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204408, 2325, '0235-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204409, 2325, '0235-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204410, 2325, '0235-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204411, 2325, '0235-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204412, 2325, '0235-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204413, 2325, '0235-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204414, 2325, '0235-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204415, 2325, '0235-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204416, 2325, '0235-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204417, 2325, '0235-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204418, 2325, '0236-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204419, 2325, '0236-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204420, 2325, '0236-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204421, 2325, '0236-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204422, 2325, '0236-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204423, 2325, '0236-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204424, 2325, '0236-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204425, 2325, '0236-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204426, 2325, '0236-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204427, 2325, '0236-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204428, 2325, '0236-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204429, 2325, '0236-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204430, 2325, '0237-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204431, 2325, '0237-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204432, 2325, '0237-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204433, 2325, '0237-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204434, 2325, '0237-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204435, 2325, '0237-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204436, 2325, '0237-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204437, 2325, '0237-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204438, 2325, '0237-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204439, 2325, '0237-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204440, 2325, '0237-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204441, 2325, '0237-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204442, 2325, '0238-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204443, 2325, '0238-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204444, 2325, '0238-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204445, 2325, '0238-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204446, 2325, '0238-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204447, 2325, '0238-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204448, 2325, '0238-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204449, 2325, '0238-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204450, 2325, '0238-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204451, 2325, '0238-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204452, 2325, '0238-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204453, 2325, '0238-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204454, 2325, '0239-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204455, 2325, '0239-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204456, 2325, '0239-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204457, 2325, '0239-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204458, 2325, '0239-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204459, 2325, '0239-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204460, 2325, '0239-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204461, 2325, '0239-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204462, 2325, '0239-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204463, 2325, '0239-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204464, 2325, '0239-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204465, 2325, '0239-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204466, 2325, '0240-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204467, 2325, '0240-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204468, 2325, '0240-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204469, 2325, '0240-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204470, 2325, '0240-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204471, 2325, '0240-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204472, 2325, '0240-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204473, 2325, '0240-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204474, 2325, '0240-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204475, 2325, '0240-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204476, 2325, '0240-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204477, 2325, '0240-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204478, 2325, '0241-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204479, 2325, '0241-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204480, 2325, '0241-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204481, 2325, '0241-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204482, 2325, '0241-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204483, 2325, '0241-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204484, 2325, '0241-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204485, 2325, '0241-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204486, 2325, '0241-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204487, 2325, '0241-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204488, 2325, '0241-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204489, 2325, '0241-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204490, 2325, '0242-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204491, 2325, '0242-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204492, 2325, '0242-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204493, 2325, '0242-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204494, 2325, '0242-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204495, 2325, '0242-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204496, 2325, '0242-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204497, 2325, '0242-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204498, 2325, '0242-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204499, 2325, '0242-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204500, 2325, '0242-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204501, 2325, '0242-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204502, 2325, '0243-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204503, 2325, '0243-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204504, 2325, '0243-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204505, 2325, '0243-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204506, 2325, '0243-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204507, 2325, '0243-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204508, 2325, '0243-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204509, 2325, '0243-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204510, 2325, '0243-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204511, 2325, '0243-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204512, 2325, '0243-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204513, 2325, '0243-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204514, 2325, '0244-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204515, 2325, '0244-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204516, 2325, '0244-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204517, 2325, '0244-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204518, 2325, '0244-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204519, 2325, '0244-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204520, 2325, '0244-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204521, 2325, '0244-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204522, 2325, '0244-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204523, 2325, '0244-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204524, 2325, '0244-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204525, 2325, '0244-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204526, 2325, '0245-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204527, 2325, '0245-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204528, 2325, '0245-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204529, 2325, '0245-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204530, 2325, '0245-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204531, 2325, '0245-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204532, 2325, '0245-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204533, 2325, '0245-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204534, 2325, '0245-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204535, 2325, '0245-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204536, 2325, '0245-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204537, 2325, '0245-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204538, 2325, '0246-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204539, 2325, '0246-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204540, 2325, '0246-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204541, 2325, '0246-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204542, 2325, '0246-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204543, 2325, '0246-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204544, 2325, '0246-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204545, 2325, '0246-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204546, 2325, '0246-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204547, 2325, '0246-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204548, 2325, '0246-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204549, 2325, '0246-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204550, 2325, '0247-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204551, 2325, '0247-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204552, 2325, '0247-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204553, 2325, '0247-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204554, 2325, '0247-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204555, 2325, '0247-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204556, 2325, '0247-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204557, 2325, '0247-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204558, 2325, '0247-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204559, 2325, '0247-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204560, 2325, '0247-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204561, 2325, '0247-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204562, 2325, '0248-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204563, 2325, '0248-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204564, 2325, '0248-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204565, 2325, '0248-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204566, 2325, '0248-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204567, 2325, '0248-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204568, 2325, '0248-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204569, 2325, '0248-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204570, 2325, '0248-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204571, 2325, '0248-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204572, 2325, '0248-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204573, 2325, '0248-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204574, 2325, '0249-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204575, 2325, '0249-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204576, 2325, '0249-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204577, 2325, '0249-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204578, 2325, '0249-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204579, 2325, '0249-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204580, 2325, '0249-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204581, 2325, '0249-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204582, 2325, '0249-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204583, 2325, '0249-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204584, 2325, '0249-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204585, 2325, '0249-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204586, 2325, '0250-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204587, 2325, '0250-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204588, 2325, '0250-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204589, 2325, '0250-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204590, 2325, '0250-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204591, 2325, '0250-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204592, 2325, '0250-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204593, 2325, '0250-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204594, 2325, '0250-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204595, 2325, '0250-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204596, 2325, '0250-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204597, 2325, '0250-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204598, 2325, '0251-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204599, 2325, '0251-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204600, 2325, '0251-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204601, 2325, '0251-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204602, 2325, '0251-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204603, 2325, '0251-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204604, 2325, '0251-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204605, 2325, '0251-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204606, 2325, '0251-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204607, 2325, '0251-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204608, 2325, '0251-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204609, 2325, '0251-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204610, 2325, '0252-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204611, 2325, '0252-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204612, 2325, '0252-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204613, 2325, '0252-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204614, 2325, '0252-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204615, 2325, '0252-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204616, 2325, '0252-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204617, 2325, '0252-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204618, 2325, '0252-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204619, 2325, '0252-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204620, 2325, '0252-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204621, 2325, '0252-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204622, 2325, '0253-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204623, 2325, '0253-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204624, 2325, '0253-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204625, 2325, '0253-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204626, 2325, '0253-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204627, 2325, '0253-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204628, 2325, '0253-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204629, 2325, '0253-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204630, 2325, '0253-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204631, 2325, '0253-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204632, 2325, '0253-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204633, 2325, '0253-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204634, 2325, '0254-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204635, 2325, '0254-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204636, 2325, '0254-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204637, 2325, '0254-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204638, 2325, '0254-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204639, 2325, '0254-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204640, 2325, '0254-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204641, 2325, '0254-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204642, 2325, '0254-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204643, 2325, '0254-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204644, 2325, '0254-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204645, 2325, '0254-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204646, 2325, '0255-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204647, 2325, '0255-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204648, 2325, '0255-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204649, 2325, '0255-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204650, 2325, '0255-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204651, 2325, '0255-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204652, 2325, '0255-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204653, 2325, '0255-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204654, 2325, '0255-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204655, 2325, '0255-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204656, 2325, '0255-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204657, 2325, '0255-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204658, 2325, '0256-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204659, 2325, '0256-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204660, 2325, '0256-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204661, 2325, '0256-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204662, 2325, '0256-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204663, 2325, '0256-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204664, 2325, '0256-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204665, 2325, '0256-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204666, 2325, '0256-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204667, 2325, '0256-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204668, 2325, '0256-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204669, 2325, '0256-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204670, 2325, '0257-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204671, 2325, '0257-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204672, 2325, '0257-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204673, 2325, '0257-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204674, 2325, '0257-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204675, 2325, '0257-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204676, 2325, '0257-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204677, 2325, '0257-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204678, 2325, '0257-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204679, 2325, '0257-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204680, 2325, '0257-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204681, 2325, '0257-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204682, 2325, '0258-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204683, 2325, '0258-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204684, 2325, '0258-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204685, 2325, '0258-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204686, 2325, '0258-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204687, 2325, '0258-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204688, 2325, '0258-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204689, 2325, '0258-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204690, 2325, '0258-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204691, 2325, '0258-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204692, 2325, '0258-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204693, 2325, '0258-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204694, 2325, '0259-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204695, 2325, '0259-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204696, 2325, '0259-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204697, 2325, '0259-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204698, 2325, '0259-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204699, 2325, '0259-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204700, 2325, '0259-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204701, 2325, '0259-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204702, 2325, '0259-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204703, 2325, '0259-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204704, 2325, '0259-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204705, 2325, '0259-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204706, 2325, '0260-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204707, 2325, '0260-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204708, 2325, '0260-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204709, 2325, '0260-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204710, 2325, '0260-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204711, 2325, '0260-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204712, 2325, '0260-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204713, 2325, '0260-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204714, 2325, '0260-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204715, 2325, '0260-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204716, 2325, '0260-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204717, 2325, '0260-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204718, 2325, '0261-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204719, 2325, '0261-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204720, 2325, '0261-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204721, 2325, '0261-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204722, 2325, '0261-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204723, 2325, '0261-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204724, 2325, '0261-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204725, 2325, '0261-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204726, 2325, '0261-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204727, 2325, '0261-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204728, 2325, '0261-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204729, 2325, '0261-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204730, 2325, '0262-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204731, 2325, '0262-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204732, 2325, '0262-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204733, 2325, '0262-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204734, 2325, '0262-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204735, 2325, '0262-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204736, 2325, '0262-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204737, 2325, '0262-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204738, 2325, '0262-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204739, 2325, '0262-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204740, 2325, '0262-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204741, 2325, '0262-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204742, 2325, '0263-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204743, 2325, '0263-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204744, 2325, '0263-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204745, 2325, '0263-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204746, 2325, '0263-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204747, 2325, '0263-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204748, 2325, '0263-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204749, 2325, '0263-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204750, 2325, '0263-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204751, 2325, '0263-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204752, 2325, '0263-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204753, 2325, '0263-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204754, 2325, '0264-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204755, 2325, '0264-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204756, 2325, '0264-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204757, 2325, '0264-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204758, 2325, '0264-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204759, 2325, '0264-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204760, 2325, '0264-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204761, 2325, '0264-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204762, 2325, '0264-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204763, 2325, '0264-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204764, 2325, '0264-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204765, 2325, '0264-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204766, 2325, '0265-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204767, 2325, '0265-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204768, 2325, '0265-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204769, 2325, '0265-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204770, 2325, '0265-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204771, 2325, '0265-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204772, 2325, '0265-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204773, 2325, '0265-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204774, 2325, '0265-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(204775, 2325, '0265-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204776, 2325, '0265-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204777, 2325, '0265-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204778, 2325, '0266-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204779, 2325, '0266-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204780, 2325, '0266-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204781, 2325, '0266-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204782, 2325, '0266-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204783, 2325, '0266-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204784, 2325, '0266-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204785, 2325, '0266-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204786, 2325, '0266-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204787, 2325, '0266-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204788, 2325, '0266-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204789, 2325, '0266-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204790, 2325, '0267-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:42', '2023-10-31 14:08:42'),
(204791, 2325, '0267-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(204792, 2325, '0267-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(204793, 2325, '0267-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(204794, 2325, '0267-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(204795, 2325, '0267-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(204796, 2325, '0267-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(204797, 2325, '0267-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(204798, 2325, '0267-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(204799, 2325, '0267-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(204800, 2325, '0267-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(204801, 2325, '0267-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(204802, 2325, '0268-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(204803, 2325, '0268-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(204804, 2325, '0268-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(204805, 2325, '0268-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(204806, 2325, '0268-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(204807, 2325, '0268-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(204808, 2325, '0268-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(204809, 2325, '0268-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(204810, 2325, '0268-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(204811, 2325, '0268-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(204812, 2325, '0268-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(204813, 2325, '0268-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(204814, 2325, '0269-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(204815, 2325, '0269-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(204816, 2325, '0269-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(204817, 2325, '0269-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(204818, 2325, '0269-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(204819, 2325, '0269-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(204820, 2325, '0269-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(204821, 2325, '0269-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(204822, 2325, '0269-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(204823, 2325, '0269-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(204824, 2325, '0269-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(204825, 2325, '0269-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(204826, 2325, '0270-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(204827, 2325, '0270-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(204828, 2325, '0270-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(204829, 2325, '0270-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(204830, 2325, '0270-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(204831, 2325, '0270-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(204832, 2325, '0270-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(204833, 2325, '0270-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(204834, 2325, '0270-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(204835, 2325, '0270-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(204836, 2325, '0270-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(204837, 2325, '0270-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(204838, 2325, '0271-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(204839, 2325, '0271-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(204840, 2325, '0271-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(204841, 2325, '0271-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(204842, 2325, '0271-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(204843, 2325, '0271-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(204844, 2325, '0271-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(204845, 2325, '0271-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(204846, 2325, '0271-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(204847, 2325, '0271-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(204848, 2325, '0271-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(204849, 2325, '0271-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(204850, 2325, '0272-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(204851, 2325, '0272-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(204852, 2325, '0272-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(204853, 2325, '0272-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(204854, 2325, '0272-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(204855, 2325, '0272-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(204856, 2325, '0272-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(204857, 2325, '0272-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(204858, 2325, '0272-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(204859, 2325, '0272-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(204860, 2325, '0272-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(204861, 2325, '0272-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(204862, 2325, '0273-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(204863, 2325, '0273-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(204864, 2325, '0273-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(204865, 2325, '0273-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(204866, 2325, '0273-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(204867, 2325, '0273-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(204868, 2325, '0273-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(204869, 2325, '0273-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(204870, 2325, '0273-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(204871, 2325, '0273-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(204872, 2325, '0273-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(204873, 2325, '0273-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(204874, 2325, '0274-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(204875, 2325, '0274-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(204876, 2325, '0274-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(204877, 2325, '0274-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(204878, 2325, '0274-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(204879, 2325, '0274-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(204880, 2325, '0274-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(204881, 2325, '0274-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(204882, 2325, '0274-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(204883, 2325, '0274-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(204884, 2325, '0274-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(204885, 2325, '0274-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(204886, 2325, '0275-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(204887, 2325, '0275-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(204888, 2325, '0275-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(204889, 2325, '0275-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(204890, 2325, '0275-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(204891, 2325, '0275-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(204892, 2325, '0275-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(204893, 2325, '0275-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(204894, 2325, '0275-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(204895, 2325, '0275-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(204896, 2325, '0275-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(204897, 2325, '0275-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(204898, 2325, '0276-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(204899, 2325, '0276-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(204900, 2325, '0276-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(204901, 2325, '0276-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(204902, 2325, '0276-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(204903, 2325, '0276-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(204904, 2325, '0276-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(204905, 2325, '0276-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(204906, 2325, '0276-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(204907, 2325, '0276-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(204908, 2325, '0276-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(204909, 2325, '0276-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(204910, 2325, '0277-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(204911, 2325, '0277-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(204912, 2325, '0277-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(204913, 2325, '0277-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(204914, 2325, '0277-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(204915, 2325, '0277-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(204916, 2325, '0277-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(204917, 2325, '0277-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(204918, 2325, '0277-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(204919, 2325, '0277-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(204920, 2325, '0277-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(204921, 2325, '0277-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(204922, 2325, '0278-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(204923, 2325, '0278-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(204924, 2325, '0278-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(204925, 2325, '0278-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(204926, 2325, '0278-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(204927, 2325, '0278-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(204928, 2325, '0278-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(204929, 2325, '0278-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(204930, 2325, '0278-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(204931, 2325, '0278-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(204932, 2325, '0278-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(204933, 2325, '0278-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(204934, 2325, '0279-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(204935, 2325, '0279-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(204936, 2325, '0279-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(204937, 2325, '0279-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(204938, 2325, '0279-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(204939, 2325, '0279-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(204940, 2325, '0279-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(204941, 2325, '0279-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(204942, 2325, '0279-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(204943, 2325, '0279-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(204944, 2325, '0279-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(204945, 2325, '0279-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(204946, 2325, '0280-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(204947, 2325, '0280-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(204948, 2325, '0280-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(204949, 2325, '0280-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(204950, 2325, '0280-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(204951, 2325, '0280-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(204952, 2325, '0280-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(204953, 2325, '0280-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(204954, 2325, '0280-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(204955, 2325, '0280-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(204956, 2325, '0280-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(204957, 2325, '0280-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(204958, 2325, '0281-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(204959, 2325, '0281-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(204960, 2325, '0281-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(204961, 2325, '0281-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(204962, 2325, '0281-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(204963, 2325, '0281-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(204964, 2325, '0281-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(204965, 2325, '0281-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(204966, 2325, '0281-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(204967, 2325, '0281-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(204968, 2325, '0281-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(204969, 2325, '0281-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(204970, 2325, '0282-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(204971, 2325, '0282-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(204972, 2325, '0282-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(204973, 2325, '0282-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(204974, 2325, '0282-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(204975, 2325, '0282-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(204976, 2325, '0282-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(204977, 2325, '0282-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(204978, 2325, '0282-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(204979, 2325, '0282-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(204980, 2325, '0282-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(204981, 2325, '0282-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(204982, 2325, '0283-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(204983, 2325, '0283-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(204984, 2325, '0283-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(204985, 2325, '0283-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(204986, 2325, '0283-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(204987, 2325, '0283-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(204988, 2325, '0283-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(204989, 2325, '0283-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(204990, 2325, '0283-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(204991, 2325, '0283-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(204992, 2325, '0283-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(204993, 2325, '0283-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(204994, 2325, '0284-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(204995, 2325, '0284-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(204996, 2325, '0284-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(204997, 2325, '0284-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(204998, 2325, '0284-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(204999, 2325, '0284-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(205000, 2325, '0284-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(205001, 2325, '0284-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(205002, 2325, '0284-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(205003, 2325, '0284-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(205004, 2325, '0284-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(205005, 2325, '0284-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(205006, 2325, '0285-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(205007, 2325, '0285-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(205008, 2325, '0285-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(205009, 2325, '0285-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(205010, 2325, '0285-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(205011, 2325, '0285-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(205012, 2325, '0285-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(205013, 2325, '0285-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(205014, 2325, '0285-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(205015, 2325, '0285-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(205016, 2325, '0285-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(205017, 2325, '0285-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(205018, 2325, '0286-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(205019, 2325, '0286-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(205020, 2325, '0286-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(205021, 2325, '0286-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(205022, 2325, '0286-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(205023, 2325, '0286-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(205024, 2325, '0286-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(205025, 2325, '0286-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(205026, 2325, '0286-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(205027, 2325, '0286-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(205028, 2325, '0286-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(205029, 2325, '0286-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(205030, 2325, '0287-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(205031, 2325, '0287-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(205032, 2325, '0287-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(205033, 2325, '0287-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(205034, 2325, '0287-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(205035, 2325, '0287-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(205036, 2325, '0287-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(205037, 2325, '0287-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(205038, 2325, '0287-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(205039, 2325, '0287-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(205040, 2325, '0287-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(205041, 2325, '0287-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(205042, 2325, '0288-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(205043, 2325, '0288-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(205044, 2325, '0288-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(205045, 2325, '0288-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(205046, 2325, '0288-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(205047, 2325, '0288-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(205048, 2325, '0288-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(205049, 2325, '0288-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(205050, 2325, '0288-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(205051, 2325, '0288-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(205052, 2325, '0288-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(205053, 2325, '0288-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(205054, 2325, '0289-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(205055, 2325, '0289-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(205056, 2325, '0289-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(205057, 2325, '0289-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(205058, 2325, '0289-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(205059, 2325, '0289-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(205060, 2325, '0289-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(205061, 2325, '0289-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(205062, 2325, '0289-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(205063, 2325, '0289-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(205064, 2325, '0289-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(205065, 2325, '0289-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(205066, 2325, '0290-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(205067, 2325, '0290-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(205068, 2325, '0290-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(205069, 2325, '0290-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(205070, 2325, '0290-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(205071, 2325, '0290-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(205072, 2325, '0290-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(205073, 2325, '0290-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(205074, 2325, '0290-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(205075, 2325, '0290-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(205076, 2325, '0290-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(205077, 2325, '0290-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(205078, 2325, '0291-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(205079, 2325, '0291-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(205080, 2325, '0291-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(205081, 2325, '0291-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(205082, 2325, '0291-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(205083, 2325, '0291-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(205084, 2325, '0291-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(205085, 2325, '0291-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(205086, 2325, '0291-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(205087, 2325, '0291-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(205088, 2325, '0291-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(205089, 2325, '0291-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(205090, 2325, '0292-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(205091, 2325, '0292-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(205092, 2325, '0292-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(205093, 2325, '0292-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(205094, 2325, '0292-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(205095, 2325, '0292-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(205096, 2325, '0292-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(205097, 2325, '0292-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(205098, 2325, '0292-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(205099, 2325, '0292-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(205100, 2325, '0292-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(205101, 2325, '0292-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(205102, 2325, '0293-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(205103, 2325, '0293-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(205104, 2325, '0293-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(205105, 2325, '0293-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(205106, 2325, '0293-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(205107, 2325, '0293-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(205108, 2325, '0293-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(205109, 2325, '0293-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(205110, 2325, '0293-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(205111, 2325, '0293-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(205112, 2325, '0293-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(205113, 2325, '0293-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(205114, 2325, '0294-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(205115, 2325, '0294-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(205116, 2325, '0294-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(205117, 2325, '0294-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(205118, 2325, '0294-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(205119, 2325, '0294-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(205120, 2325, '0294-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(205121, 2325, '0294-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(205122, 2325, '0294-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(205123, 2325, '0294-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(205124, 2325, '0294-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(205125, 2325, '0294-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(205126, 2325, '0295-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(205127, 2325, '0295-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(205128, 2325, '0295-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(205129, 2325, '0295-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(205130, 2325, '0295-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(205131, 2325, '0295-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(205132, 2325, '0295-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(205133, 2325, '0295-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(205134, 2325, '0295-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(205135, 2325, '0295-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(205136, 2325, '0295-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(205137, 2325, '0295-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(205138, 2325, '0296-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(205139, 2325, '0296-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(205140, 2325, '0296-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(205141, 2325, '0296-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(205142, 2325, '0296-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(205143, 2325, '0296-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(205144, 2325, '0296-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(205145, 2325, '0296-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(205146, 2325, '0296-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(205147, 2325, '0296-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(205148, 2325, '0296-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(205149, 2325, '0296-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(205150, 2325, '0297-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(205151, 2325, '0297-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(205152, 2325, '0297-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(205153, 2325, '0297-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(205154, 2325, '0297-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(205155, 2325, '0297-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(205156, 2325, '0297-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(205157, 2325, '0297-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(205158, 2325, '0297-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(205159, 2325, '0297-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(205160, 2325, '0297-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(205161, 2325, '0297-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(205162, 2325, '0298-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(205163, 2325, '0298-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(205164, 2325, '0298-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(205165, 2325, '0298-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(205166, 2325, '0298-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(205167, 2325, '0298-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:43', '2023-10-31 14:08:43'),
(205168, 2325, '0298-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205169, 2325, '0298-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205170, 2325, '0298-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205171, 2325, '0298-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205172, 2325, '0298-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205173, 2325, '0298-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205174, 2325, '0299-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205175, 2325, '0299-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205176, 2325, '0299-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205177, 2325, '0299-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205178, 2325, '0299-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205179, 2325, '0299-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205180, 2325, '0299-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205181, 2325, '0299-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205182, 2325, '0299-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205183, 2325, '0299-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205184, 2325, '0299-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205185, 2325, '0299-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205186, 2325, '0300-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205187, 2325, '0300-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205188, 2325, '0300-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205189, 2325, '0300-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205190, 2325, '0300-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205191, 2325, '0300-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205192, 2325, '0300-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205193, 2325, '0300-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205194, 2325, '0300-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205195, 2325, '0300-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205196, 2325, '0300-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205197, 2325, '0300-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205198, 2325, '0301-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205199, 2325, '0301-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205200, 2325, '0301-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205201, 2325, '0301-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205202, 2325, '0301-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205203, 2325, '0301-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205204, 2325, '0301-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205205, 2325, '0301-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205206, 2325, '0301-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205207, 2325, '0301-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205208, 2325, '0301-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205209, 2325, '0301-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205210, 2325, '0302-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205211, 2325, '0302-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205212, 2325, '0302-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205213, 2325, '0302-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205214, 2325, '0302-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205215, 2325, '0302-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205216, 2325, '0302-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205217, 2325, '0302-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205218, 2325, '0302-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205219, 2325, '0302-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205220, 2325, '0302-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205221, 2325, '0302-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205222, 2325, '0303-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205223, 2325, '0303-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205224, 2325, '0303-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205225, 2325, '0303-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205226, 2325, '0303-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205227, 2325, '0303-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205228, 2325, '0303-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205229, 2325, '0303-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205230, 2325, '0303-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205231, 2325, '0303-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205232, 2325, '0303-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205233, 2325, '0303-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205234, 2325, '0304-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205235, 2325, '0304-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205236, 2325, '0304-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205237, 2325, '0304-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205238, 2325, '0304-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205239, 2325, '0304-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(205240, 2325, '0304-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205241, 2325, '0304-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205242, 2325, '0304-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205243, 2325, '0304-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205244, 2325, '0304-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205245, 2325, '0304-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205246, 2325, '0305-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205247, 2325, '0305-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205248, 2325, '0305-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205249, 2325, '0305-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205250, 2325, '0305-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205251, 2325, '0305-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205252, 2325, '0305-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205253, 2325, '0305-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205254, 2325, '0305-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205255, 2325, '0305-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205256, 2325, '0305-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205257, 2325, '0305-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205258, 2325, '0306-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205259, 2325, '0306-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205260, 2325, '0306-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205261, 2325, '0306-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205262, 2325, '0306-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205263, 2325, '0306-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205264, 2325, '0306-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205265, 2325, '0306-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205266, 2325, '0306-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205267, 2325, '0306-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205268, 2325, '0306-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205269, 2325, '0306-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205270, 2325, '0307-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205271, 2325, '0307-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205272, 2325, '0307-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205273, 2325, '0307-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205274, 2325, '0307-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205275, 2325, '0307-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205276, 2325, '0307-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205277, 2325, '0307-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205278, 2325, '0307-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205279, 2325, '0307-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205280, 2325, '0307-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205281, 2325, '0307-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205282, 2325, '0308-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205283, 2325, '0308-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205284, 2325, '0308-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205285, 2325, '0308-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205286, 2325, '0308-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205287, 2325, '0308-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205288, 2325, '0308-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205289, 2325, '0308-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205290, 2325, '0308-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205291, 2325, '0308-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205292, 2325, '0308-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205293, 2325, '0308-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205294, 2325, '0309-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205295, 2325, '0309-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205296, 2325, '0309-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205297, 2325, '0309-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205298, 2325, '0309-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205299, 2325, '0309-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205300, 2325, '0309-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205301, 2325, '0309-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205302, 2325, '0309-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205303, 2325, '0309-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205304, 2325, '0309-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205305, 2325, '0309-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205306, 2325, '0310-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205307, 2325, '0310-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205308, 2325, '0310-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205309, 2325, '0310-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205310, 2325, '0310-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205311, 2325, '0310-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205312, 2325, '0310-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205313, 2325, '0310-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205314, 2325, '0310-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205315, 2325, '0310-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205316, 2325, '0310-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205317, 2325, '0310-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205318, 2325, '0311-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205319, 2325, '0311-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205320, 2325, '0311-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205321, 2325, '0311-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205322, 2325, '0311-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205323, 2325, '0311-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205324, 2325, '0311-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205325, 2325, '0311-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205326, 2325, '0311-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205327, 2325, '0311-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205328, 2325, '0311-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205329, 2325, '0311-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205330, 2325, '0312-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205331, 2325, '0312-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205332, 2325, '0312-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205333, 2325, '0312-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205334, 2325, '0312-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205335, 2325, '0312-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205336, 2325, '0312-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205337, 2325, '0312-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205338, 2325, '0312-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205339, 2325, '0312-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205340, 2325, '0312-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205341, 2325, '0312-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205342, 2325, '0313-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205343, 2325, '0313-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205344, 2325, '0313-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205345, 2325, '0313-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205346, 2325, '0313-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205347, 2325, '0313-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205348, 2325, '0313-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205349, 2325, '0313-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205350, 2325, '0313-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205351, 2325, '0313-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205352, 2325, '0313-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205353, 2325, '0313-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205354, 2325, '0314-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205355, 2325, '0314-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205356, 2325, '0314-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205357, 2325, '0314-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205358, 2325, '0314-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205359, 2325, '0314-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205360, 2325, '0314-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205361, 2325, '0314-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205362, 2325, '0314-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205363, 2325, '0314-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205364, 2325, '0314-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205365, 2325, '0314-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205366, 2325, '0315-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205367, 2325, '0315-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205368, 2325, '0315-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205369, 2325, '0315-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205370, 2325, '0315-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205371, 2325, '0315-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205372, 2325, '0315-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205373, 2325, '0315-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205374, 2325, '0315-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205375, 2325, '0315-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205376, 2325, '0315-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205377, 2325, '0315-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205378, 2325, '0316-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205379, 2325, '0316-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205380, 2325, '0316-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205381, 2325, '0316-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205382, 2325, '0316-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205383, 2325, '0316-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205384, 2325, '0316-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205385, 2325, '0316-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205386, 2325, '0316-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205387, 2325, '0316-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205388, 2325, '0316-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205389, 2325, '0316-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205390, 2325, '0317-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205391, 2325, '0317-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205392, 2325, '0317-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205393, 2325, '0317-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205394, 2325, '0317-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205395, 2325, '0317-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205396, 2325, '0317-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205397, 2325, '0317-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205398, 2325, '0317-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205399, 2325, '0317-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205400, 2325, '0317-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205401, 2325, '0317-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205402, 2325, '0318-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205403, 2325, '0318-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205404, 2325, '0318-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205405, 2325, '0318-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205406, 2325, '0318-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205407, 2325, '0318-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205408, 2325, '0318-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205409, 2325, '0318-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205410, 2325, '0318-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205411, 2325, '0318-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205412, 2325, '0318-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205413, 2325, '0318-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205414, 2325, '0319-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205415, 2325, '0319-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205416, 2325, '0319-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205417, 2325, '0319-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205418, 2325, '0319-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205419, 2325, '0319-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205420, 2325, '0319-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205421, 2325, '0319-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205422, 2325, '0319-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205423, 2325, '0319-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205424, 2325, '0319-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205425, 2325, '0319-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205426, 2325, '0320-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205427, 2325, '0320-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205428, 2325, '0320-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205429, 2325, '0320-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205430, 2325, '0320-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205431, 2325, '0320-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205432, 2325, '0320-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205433, 2325, '0320-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205434, 2325, '0320-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205435, 2325, '0320-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205436, 2325, '0320-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205437, 2325, '0320-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205438, 2325, '0321-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205439, 2325, '0321-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205440, 2325, '0321-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205441, 2325, '0321-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205442, 2325, '0321-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205443, 2325, '0321-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205444, 2325, '0321-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205445, 2325, '0321-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205446, 2325, '0321-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205447, 2325, '0321-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205448, 2325, '0321-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205449, 2325, '0321-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205450, 2325, '0322-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205451, 2325, '0322-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205452, 2325, '0322-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205453, 2325, '0322-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205454, 2325, '0322-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205455, 2325, '0322-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205456, 2325, '0322-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205457, 2325, '0322-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205458, 2325, '0322-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205459, 2325, '0322-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205460, 2325, '0322-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205461, 2325, '0322-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205462, 2325, '0323-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205463, 2325, '0323-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205464, 2325, '0323-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205465, 2325, '0323-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205466, 2325, '0323-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205467, 2325, '0323-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205468, 2325, '0323-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205469, 2325, '0323-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205470, 2325, '0323-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205471, 2325, '0323-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205472, 2325, '0323-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205473, 2325, '0323-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205474, 2325, '0324-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205475, 2325, '0324-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205476, 2325, '0324-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205477, 2325, '0324-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205478, 2325, '0324-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205479, 2325, '0324-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205480, 2325, '0324-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205481, 2325, '0324-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205482, 2325, '0324-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205483, 2325, '0324-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205484, 2325, '0324-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205485, 2325, '0324-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205486, 2325, '0325-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205487, 2325, '0325-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205488, 2325, '0325-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205489, 2325, '0325-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205490, 2325, '0325-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205491, 2325, '0325-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205492, 2325, '0325-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205493, 2325, '0325-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205494, 2325, '0325-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205495, 2325, '0325-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205496, 2325, '0325-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205497, 2325, '0325-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205498, 2325, '0326-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205499, 2325, '0326-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205500, 2325, '0326-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205501, 2325, '0326-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205502, 2325, '0326-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205503, 2325, '0326-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205504, 2325, '0326-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205505, 2325, '0326-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205506, 2325, '0326-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205507, 2325, '0326-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:44', '2023-10-31 14:08:44'),
(205508, 2325, '0326-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205509, 2325, '0326-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205510, 2325, '0327-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205511, 2325, '0327-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205512, 2325, '0327-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205513, 2325, '0327-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205514, 2325, '0327-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205515, 2325, '0327-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205516, 2325, '0327-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205517, 2325, '0327-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205518, 2325, '0327-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205519, 2325, '0327-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205520, 2325, '0327-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205521, 2325, '0327-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205522, 2325, '0328-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205523, 2325, '0328-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205524, 2325, '0328-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205525, 2325, '0328-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205526, 2325, '0328-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205527, 2325, '0328-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205528, 2325, '0328-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205529, 2325, '0328-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205530, 2325, '0328-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205531, 2325, '0328-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205532, 2325, '0328-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205533, 2325, '0328-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205534, 2325, '0329-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205535, 2325, '0329-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205536, 2325, '0329-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205537, 2325, '0329-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205538, 2325, '0329-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205539, 2325, '0329-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205540, 2325, '0329-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205541, 2325, '0329-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205542, 2325, '0329-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205543, 2325, '0329-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205544, 2325, '0329-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205545, 2325, '0329-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205546, 2325, '0330-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205547, 2325, '0330-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205548, 2325, '0330-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205549, 2325, '0330-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205550, 2325, '0330-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205551, 2325, '0330-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205552, 2325, '0330-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205553, 2325, '0330-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205554, 2325, '0330-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205555, 2325, '0330-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205556, 2325, '0330-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205557, 2325, '0330-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205558, 2325, '0331-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205559, 2325, '0331-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205560, 2325, '0331-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205561, 2325, '0331-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205562, 2325, '0331-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205563, 2325, '0331-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205564, 2325, '0331-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205565, 2325, '0331-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205566, 2325, '0331-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205567, 2325, '0331-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205568, 2325, '0331-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205569, 2325, '0331-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205570, 2325, '0332-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205571, 2325, '0332-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205572, 2325, '0332-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205573, 2325, '0332-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205574, 2325, '0332-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205575, 2325, '0332-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205576, 2325, '0332-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205577, 2325, '0332-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205578, 2325, '0332-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205579, 2325, '0332-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205580, 2325, '0332-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205581, 2325, '0332-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205582, 2325, '0333-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205583, 2325, '0333-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205584, 2325, '0333-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205585, 2325, '0333-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205586, 2325, '0333-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205587, 2325, '0333-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205588, 2325, '0333-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205589, 2325, '0333-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205590, 2325, '0333-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205591, 2325, '0333-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205592, 2325, '0333-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205593, 2325, '0333-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205594, 2325, '0334-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205595, 2325, '0334-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205596, 2325, '0334-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205597, 2325, '0334-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205598, 2325, '0334-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205599, 2325, '0334-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205600, 2325, '0334-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205601, 2325, '0334-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205602, 2325, '0334-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205603, 2325, '0334-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205604, 2325, '0334-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205605, 2325, '0334-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205606, 2325, '0335-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205607, 2325, '0335-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205608, 2325, '0335-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205609, 2325, '0335-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205610, 2325, '0335-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205611, 2325, '0335-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205612, 2325, '0335-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205613, 2325, '0335-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205614, 2325, '0335-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205615, 2325, '0335-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205616, 2325, '0335-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205617, 2325, '0335-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205618, 2325, '0336-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205619, 2325, '0336-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205620, 2325, '0336-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205621, 2325, '0336-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205622, 2325, '0336-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205623, 2325, '0336-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205624, 2325, '0336-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205625, 2325, '0336-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205626, 2325, '0336-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205627, 2325, '0336-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205628, 2325, '0336-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205629, 2325, '0336-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205630, 2325, '0337-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205631, 2325, '0337-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205632, 2325, '0337-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205633, 2325, '0337-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205634, 2325, '0337-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205635, 2325, '0337-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205636, 2325, '0337-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205637, 2325, '0337-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205638, 2325, '0337-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205639, 2325, '0337-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205640, 2325, '0337-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205641, 2325, '0337-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205642, 2325, '0338-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205643, 2325, '0338-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205644, 2325, '0338-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205645, 2325, '0338-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205646, 2325, '0338-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205647, 2325, '0338-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205648, 2325, '0338-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205649, 2325, '0338-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205650, 2325, '0338-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205651, 2325, '0338-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205652, 2325, '0338-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205653, 2325, '0338-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205654, 2325, '0339-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205655, 2325, '0339-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205656, 2325, '0339-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205657, 2325, '0339-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205658, 2325, '0339-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205659, 2325, '0339-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205660, 2325, '0339-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205661, 2325, '0339-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205662, 2325, '0339-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205663, 2325, '0339-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205664, 2325, '0339-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205665, 2325, '0339-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205666, 2325, '0340-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205667, 2325, '0340-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205668, 2325, '0340-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205669, 2325, '0340-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205670, 2325, '0340-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205671, 2325, '0340-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205672, 2325, '0340-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205673, 2325, '0340-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205674, 2325, '0340-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205675, 2325, '0340-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205676, 2325, '0340-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205677, 2325, '0340-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205678, 2325, '0341-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205679, 2325, '0341-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205680, 2325, '0341-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205681, 2325, '0341-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205682, 2325, '0341-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205683, 2325, '0341-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205684, 2325, '0341-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205685, 2325, '0341-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205686, 2325, '0341-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205687, 2325, '0341-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205688, 2325, '0341-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205689, 2325, '0341-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205690, 2325, '0342-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205691, 2325, '0342-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205692, 2325, '0342-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205693, 2325, '0342-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205694, 2325, '0342-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205695, 2325, '0342-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205696, 2325, '0342-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205697, 2325, '0342-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205698, 2325, '0342-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205699, 2325, '0342-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205700, 2325, '0342-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205701, 2325, '0342-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205702, 2325, '0343-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205703, 2325, '0343-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205704, 2325, '0343-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(205705, 2325, '0343-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205706, 2325, '0343-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205707, 2325, '0343-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205708, 2325, '0343-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205709, 2325, '0343-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205710, 2325, '0343-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205711, 2325, '0343-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205712, 2325, '0343-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205713, 2325, '0343-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205714, 2325, '0344-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205715, 2325, '0344-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205716, 2325, '0344-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205717, 2325, '0344-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205718, 2325, '0344-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205719, 2325, '0344-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205720, 2325, '0344-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205721, 2325, '0344-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205722, 2325, '0344-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205723, 2325, '0344-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205724, 2325, '0344-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205725, 2325, '0344-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205726, 2325, '0345-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205727, 2325, '0345-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205728, 2325, '0345-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205729, 2325, '0345-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205730, 2325, '0345-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205731, 2325, '0345-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205732, 2325, '0345-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205733, 2325, '0345-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205734, 2325, '0345-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205735, 2325, '0345-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205736, 2325, '0345-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205737, 2325, '0345-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205738, 2325, '0346-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205739, 2325, '0346-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205740, 2325, '0346-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205741, 2325, '0346-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205742, 2325, '0346-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205743, 2325, '0346-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205744, 2325, '0346-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205745, 2325, '0346-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205746, 2325, '0346-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205747, 2325, '0346-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205748, 2325, '0346-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205749, 2325, '0346-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205750, 2325, '0347-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205751, 2325, '0347-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205752, 2325, '0347-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205753, 2325, '0347-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205754, 2325, '0347-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205755, 2325, '0347-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205756, 2325, '0347-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205757, 2325, '0347-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205758, 2325, '0347-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205759, 2325, '0347-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205760, 2325, '0347-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205761, 2325, '0347-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205762, 2325, '0348-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205763, 2325, '0348-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205764, 2325, '0348-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205765, 2325, '0348-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205766, 2325, '0348-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205767, 2325, '0348-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205768, 2325, '0348-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205769, 2325, '0348-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205770, 2325, '0348-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205771, 2325, '0348-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205772, 2325, '0348-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205773, 2325, '0348-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205774, 2325, '0349-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205775, 2325, '0349-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205776, 2325, '0349-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205777, 2325, '0349-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205778, 2325, '0349-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205779, 2325, '0349-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205780, 2325, '0349-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205781, 2325, '0349-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205782, 2325, '0349-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205783, 2325, '0349-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205784, 2325, '0349-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205785, 2325, '0349-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205786, 2325, '0350-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205787, 2325, '0350-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205788, 2325, '0350-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205789, 2325, '0350-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205790, 2325, '0350-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205791, 2325, '0350-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205792, 2325, '0350-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205793, 2325, '0350-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205794, 2325, '0350-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205795, 2325, '0350-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205796, 2325, '0350-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205797, 2325, '0350-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205798, 2325, '0351-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205799, 2325, '0351-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205800, 2325, '0351-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205801, 2325, '0351-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205802, 2325, '0351-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205803, 2325, '0351-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205804, 2325, '0351-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205805, 2325, '0351-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205806, 2325, '0351-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205807, 2325, '0351-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205808, 2325, '0351-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205809, 2325, '0351-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205810, 2325, '0352-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205811, 2325, '0352-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205812, 2325, '0352-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205813, 2325, '0352-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205814, 2325, '0352-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205815, 2325, '0352-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205816, 2325, '0352-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205817, 2325, '0352-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205818, 2325, '0352-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205819, 2325, '0352-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205820, 2325, '0352-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205821, 2325, '0352-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205822, 2325, '0353-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205823, 2325, '0353-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205824, 2325, '0353-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205825, 2325, '0353-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205826, 2325, '0353-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205827, 2325, '0353-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205828, 2325, '0353-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205829, 2325, '0353-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205830, 2325, '0353-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205831, 2325, '0353-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205832, 2325, '0353-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205833, 2325, '0353-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205834, 2325, '0354-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205835, 2325, '0354-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205836, 2325, '0354-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205837, 2325, '0354-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205838, 2325, '0354-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205839, 2325, '0354-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205840, 2325, '0354-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205841, 2325, '0354-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205842, 2325, '0354-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205843, 2325, '0354-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205844, 2325, '0354-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205845, 2325, '0354-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205846, 2325, '0355-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205847, 2325, '0355-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205848, 2325, '0355-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205849, 2325, '0355-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205850, 2325, '0355-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205851, 2325, '0355-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205852, 2325, '0355-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205853, 2325, '0355-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205854, 2325, '0355-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205855, 2325, '0355-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205856, 2325, '0355-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205857, 2325, '0355-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205858, 2325, '0356-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205859, 2325, '0356-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205860, 2325, '0356-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205861, 2325, '0356-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205862, 2325, '0356-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205863, 2325, '0356-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205864, 2325, '0356-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205865, 2325, '0356-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205866, 2325, '0356-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205867, 2325, '0356-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205868, 2325, '0356-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205869, 2325, '0356-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205870, 2325, '0357-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205871, 2325, '0357-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205872, 2325, '0357-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205873, 2325, '0357-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205874, 2325, '0357-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205875, 2325, '0357-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205876, 2325, '0357-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205877, 2325, '0357-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205878, 2325, '0357-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205879, 2325, '0357-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205880, 2325, '0357-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205881, 2325, '0357-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205882, 2325, '0358-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205883, 2325, '0358-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205884, 2325, '0358-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205885, 2325, '0358-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205886, 2325, '0358-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205887, 2325, '0358-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205888, 2325, '0358-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205889, 2325, '0358-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:45', '2023-10-31 14:08:45'),
(205890, 2325, '0358-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(205891, 2325, '0358-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(205892, 2325, '0358-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(205893, 2325, '0358-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(205894, 2325, '0359-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(205895, 2325, '0359-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(205896, 2325, '0359-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(205897, 2325, '0359-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(205898, 2325, '0359-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(205899, 2325, '0359-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(205900, 2325, '0359-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(205901, 2325, '0359-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(205902, 2325, '0359-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(205903, 2325, '0359-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(205904, 2325, '0359-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(205905, 2325, '0359-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(205906, 2325, '0360-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(205907, 2325, '0360-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(205908, 2325, '0360-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(205909, 2325, '0360-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(205910, 2325, '0360-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(205911, 2325, '0360-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(205912, 2325, '0360-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(205913, 2325, '0360-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(205914, 2325, '0360-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(205915, 2325, '0360-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(205916, 2325, '0360-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(205917, 2325, '0360-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(205918, 2325, '0361-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(205919, 2325, '0361-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(205920, 2325, '0361-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(205921, 2325, '0361-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(205922, 2325, '0361-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(205923, 2325, '0361-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(205924, 2325, '0361-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(205925, 2325, '0361-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(205926, 2325, '0361-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(205927, 2325, '0361-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(205928, 2325, '0361-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(205929, 2325, '0361-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(205930, 2325, '0362-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(205931, 2325, '0362-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(205932, 2325, '0362-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(205933, 2325, '0362-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(205934, 2325, '0362-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(205935, 2325, '0362-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(205936, 2325, '0362-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(205937, 2325, '0362-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(205938, 2325, '0362-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(205939, 2325, '0362-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(205940, 2325, '0362-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(205941, 2325, '0362-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(205942, 2325, '0363-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(205943, 2325, '0363-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(205944, 2325, '0363-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(205945, 2325, '0363-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(205946, 2325, '0363-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(205947, 2325, '0363-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(205948, 2325, '0363-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(205949, 2325, '0363-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(205950, 2325, '0363-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(205951, 2325, '0363-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(205952, 2325, '0363-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(205953, 2325, '0363-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(205954, 2325, '0364-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(205955, 2325, '0364-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(205956, 2325, '0364-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(205957, 2325, '0364-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(205958, 2325, '0364-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(205959, 2325, '0364-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(205960, 2325, '0364-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(205961, 2325, '0364-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(205962, 2325, '0364-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(205963, 2325, '0364-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(205964, 2325, '0364-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(205965, 2325, '0364-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(205966, 2325, '0365-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(205967, 2325, '0365-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(205968, 2325, '0365-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(205969, 2325, '0365-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(205970, 2325, '0365-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(205971, 2325, '0365-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(205972, 2325, '0365-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(205973, 2325, '0365-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(205974, 2325, '0365-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(205975, 2325, '0365-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(205976, 2325, '0365-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(205977, 2325, '0365-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(205978, 2325, '0366-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(205979, 2325, '0366-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(205980, 2325, '0366-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(205981, 2325, '0366-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(205982, 2325, '0366-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(205983, 2325, '0366-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(205984, 2325, '0366-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(205985, 2325, '0366-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(205986, 2325, '0366-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(205987, 2325, '0366-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(205988, 2325, '0366-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(205989, 2325, '0366-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(205990, 2325, '0367-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(205991, 2325, '0367-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(205992, 2325, '0367-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(205993, 2325, '0367-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(205994, 2325, '0367-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(205995, 2325, '0367-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(205996, 2325, '0367-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(205997, 2325, '0367-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(205998, 2325, '0367-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(205999, 2325, '0367-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206000, 2325, '0367-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206001, 2325, '0367-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206002, 2325, '0368-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206003, 2325, '0368-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206004, 2325, '0368-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206005, 2325, '0368-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206006, 2325, '0368-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206007, 2325, '0368-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206008, 2325, '0368-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206009, 2325, '0368-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206010, 2325, '0368-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206011, 2325, '0368-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206012, 2325, '0368-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206013, 2325, '0368-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206014, 2325, '0369-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206015, 2325, '0369-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206016, 2325, '0369-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206017, 2325, '0369-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206018, 2325, '0369-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206019, 2325, '0369-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206020, 2325, '0369-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206021, 2325, '0369-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206022, 2325, '0369-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206023, 2325, '0369-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206024, 2325, '0369-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206025, 2325, '0369-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206026, 2325, '0370-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206027, 2325, '0370-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206028, 2325, '0370-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206029, 2325, '0370-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206030, 2325, '0370-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206031, 2325, '0370-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206032, 2325, '0370-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206033, 2325, '0370-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206034, 2325, '0370-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206035, 2325, '0370-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206036, 2325, '0370-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206037, 2325, '0370-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206038, 2325, '0371-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206039, 2325, '0371-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206040, 2325, '0371-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206041, 2325, '0371-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206042, 2325, '0371-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206043, 2325, '0371-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206044, 2325, '0371-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206045, 2325, '0371-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206046, 2325, '0371-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206047, 2325, '0371-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206048, 2325, '0371-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206049, 2325, '0371-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206050, 2325, '0372-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206051, 2325, '0372-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206052, 2325, '0372-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206053, 2325, '0372-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206054, 2325, '0372-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206055, 2325, '0372-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206056, 2325, '0372-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206057, 2325, '0372-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206058, 2325, '0372-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206059, 2325, '0372-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206060, 2325, '0372-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206061, 2325, '0372-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206062, 2325, '0373-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206063, 2325, '0373-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206064, 2325, '0373-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206065, 2325, '0373-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206066, 2325, '0373-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206067, 2325, '0373-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206068, 2325, '0373-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206069, 2325, '0373-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206070, 2325, '0373-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206071, 2325, '0373-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206072, 2325, '0373-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206073, 2325, '0373-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206074, 2325, '0374-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206075, 2325, '0374-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206076, 2325, '0374-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206077, 2325, '0374-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206078, 2325, '0374-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206079, 2325, '0374-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206080, 2325, '0374-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206081, 2325, '0374-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206082, 2325, '0374-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206083, 2325, '0374-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206084, 2325, '0374-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206085, 2325, '0374-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206086, 2325, '0375-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206087, 2325, '0375-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206088, 2325, '0375-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206089, 2325, '0375-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206090, 2325, '0375-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206091, 2325, '0375-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206092, 2325, '0375-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206093, 2325, '0375-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206094, 2325, '0375-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206095, 2325, '0375-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206096, 2325, '0375-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206097, 2325, '0375-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206098, 2325, '0376-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206099, 2325, '0376-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206100, 2325, '0376-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206101, 2325, '0376-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206102, 2325, '0376-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206103, 2325, '0376-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206104, 2325, '0376-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206105, 2325, '0376-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206106, 2325, '0376-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206107, 2325, '0376-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206108, 2325, '0376-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206109, 2325, '0376-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206110, 2325, '0377-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206111, 2325, '0377-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206112, 2325, '0377-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206113, 2325, '0377-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206114, 2325, '0377-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206115, 2325, '0377-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206116, 2325, '0377-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206117, 2325, '0377-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206118, 2325, '0377-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206119, 2325, '0377-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206120, 2325, '0377-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206121, 2325, '0377-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206122, 2325, '0378-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206123, 2325, '0378-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206124, 2325, '0378-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206125, 2325, '0378-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206126, 2325, '0378-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206127, 2325, '0378-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206128, 2325, '0378-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206129, 2325, '0378-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206130, 2325, '0378-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206131, 2325, '0378-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206132, 2325, '0378-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206133, 2325, '0378-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206134, 2325, '0379-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206135, 2325, '0379-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206136, 2325, '0379-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206137, 2325, '0379-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206138, 2325, '0379-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206139, 2325, '0379-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206140, 2325, '0379-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206141, 2325, '0379-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206142, 2325, '0379-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206143, 2325, '0379-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206144, 2325, '0379-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206145, 2325, '0379-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206146, 2325, '0380-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206147, 2325, '0380-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206148, 2325, '0380-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206149, 2325, '0380-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206150, 2325, '0380-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206151, 2325, '0380-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206152, 2325, '0380-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206153, 2325, '0380-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206154, 2325, '0380-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206155, 2325, '0380-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206156, 2325, '0380-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206157, 2325, '0380-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206158, 2325, '0381-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206159, 2325, '0381-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206160, 2325, '0381-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206161, 2325, '0381-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206162, 2325, '0381-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206163, 2325, '0381-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206164, 2325, '0381-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206165, 2325, '0381-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206166, 2325, '0381-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206167, 2325, '0381-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206168, 2325, '0381-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206169, 2325, '0381-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(206170, 2325, '0382-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206171, 2325, '0382-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206172, 2325, '0382-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206173, 2325, '0382-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206174, 2325, '0382-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206175, 2325, '0382-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206176, 2325, '0382-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206177, 2325, '0382-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206178, 2325, '0382-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206179, 2325, '0382-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206180, 2325, '0382-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206181, 2325, '0382-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206182, 2325, '0383-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206183, 2325, '0383-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206184, 2325, '0383-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206185, 2325, '0383-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206186, 2325, '0383-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206187, 2325, '0383-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206188, 2325, '0383-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206189, 2325, '0383-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206190, 2325, '0383-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206191, 2325, '0383-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206192, 2325, '0383-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206193, 2325, '0383-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206194, 2325, '0384-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206195, 2325, '0384-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206196, 2325, '0384-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206197, 2325, '0384-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206198, 2325, '0384-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206199, 2325, '0384-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206200, 2325, '0384-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206201, 2325, '0384-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206202, 2325, '0384-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206203, 2325, '0384-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206204, 2325, '0384-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206205, 2325, '0384-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206206, 2325, '0385-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206207, 2325, '0385-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206208, 2325, '0385-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206209, 2325, '0385-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206210, 2325, '0385-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206211, 2325, '0385-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206212, 2325, '0385-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206213, 2325, '0385-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206214, 2325, '0385-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206215, 2325, '0385-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206216, 2325, '0385-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206217, 2325, '0385-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206218, 2325, '0386-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206219, 2325, '0386-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206220, 2325, '0386-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206221, 2325, '0386-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206222, 2325, '0386-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206223, 2325, '0386-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206224, 2325, '0386-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206225, 2325, '0386-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206226, 2325, '0386-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206227, 2325, '0386-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206228, 2325, '0386-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206229, 2325, '0386-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206230, 2325, '0387-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206231, 2325, '0387-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206232, 2325, '0387-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206233, 2325, '0387-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206234, 2325, '0387-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206235, 2325, '0387-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206236, 2325, '0387-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206237, 2325, '0387-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206238, 2325, '0387-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206239, 2325, '0387-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206240, 2325, '0387-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206241, 2325, '0387-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206242, 2325, '0388-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206243, 2325, '0388-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206244, 2325, '0388-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206245, 2325, '0388-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206246, 2325, '0388-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206247, 2325, '0388-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206248, 2325, '0388-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206249, 2325, '0388-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206250, 2325, '0388-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206251, 2325, '0388-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206252, 2325, '0388-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206253, 2325, '0388-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206254, 2325, '0389-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206255, 2325, '0389-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206256, 2325, '0389-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206257, 2325, '0389-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206258, 2325, '0389-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206259, 2325, '0389-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206260, 2325, '0389-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206261, 2325, '0389-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206262, 2325, '0389-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206263, 2325, '0389-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206264, 2325, '0389-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206265, 2325, '0389-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206266, 2325, '0390-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206267, 2325, '0390-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206268, 2325, '0390-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206269, 2325, '0390-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206270, 2325, '0390-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206271, 2325, '0390-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206272, 2325, '0390-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206273, 2325, '0390-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206274, 2325, '0390-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206275, 2325, '0390-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206276, 2325, '0390-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206277, 2325, '0390-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206278, 2325, '0391-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206279, 2325, '0391-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206280, 2325, '0391-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206281, 2325, '0391-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206282, 2325, '0391-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206283, 2325, '0391-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206284, 2325, '0391-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206285, 2325, '0391-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206286, 2325, '0391-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206287, 2325, '0391-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206288, 2325, '0391-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206289, 2325, '0391-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206290, 2325, '0392-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206291, 2325, '0392-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206292, 2325, '0392-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206293, 2325, '0392-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206294, 2325, '0392-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:46', '2023-10-31 14:08:46'),
(206295, 2325, '0392-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206296, 2325, '0392-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206297, 2325, '0392-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206298, 2325, '0392-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206299, 2325, '0392-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206300, 2325, '0392-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206301, 2325, '0392-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206302, 2325, '0393-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206303, 2325, '0393-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206304, 2325, '0393-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206305, 2325, '0393-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206306, 2325, '0393-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206307, 2325, '0393-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206308, 2325, '0393-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206309, 2325, '0393-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206310, 2325, '0393-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206311, 2325, '0393-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206312, 2325, '0393-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206313, 2325, '0393-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206314, 2325, '0394-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206315, 2325, '0394-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206316, 2325, '0394-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206317, 2325, '0394-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206318, 2325, '0394-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206319, 2325, '0394-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206320, 2325, '0394-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206321, 2325, '0394-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206322, 2325, '0394-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206323, 2325, '0394-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206324, 2325, '0394-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206325, 2325, '0394-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206326, 2325, '0395-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206327, 2325, '0395-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206328, 2325, '0395-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206329, 2325, '0395-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206330, 2325, '0395-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206331, 2325, '0395-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206332, 2325, '0395-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206333, 2325, '0395-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206334, 2325, '0395-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206335, 2325, '0395-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206336, 2325, '0395-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206337, 2325, '0395-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206338, 2325, '0396-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206339, 2325, '0396-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206340, 2325, '0396-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206341, 2325, '0396-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206342, 2325, '0396-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206343, 2325, '0396-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206344, 2325, '0396-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206345, 2325, '0396-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206346, 2325, '0396-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206347, 2325, '0396-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206348, 2325, '0396-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206349, 2325, '0396-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206350, 2325, '0397-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206351, 2325, '0397-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206352, 2325, '0397-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206353, 2325, '0397-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206354, 2325, '0397-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206355, 2325, '0397-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206356, 2325, '0397-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206357, 2325, '0397-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206358, 2325, '0397-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206359, 2325, '0397-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206360, 2325, '0397-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206361, 2325, '0397-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206362, 2325, '0398-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206363, 2325, '0398-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206364, 2325, '0398-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206365, 2325, '0398-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206366, 2325, '0398-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206367, 2325, '0398-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206368, 2325, '0398-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206369, 2325, '0398-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206370, 2325, '0398-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206371, 2325, '0398-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206372, 2325, '0398-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206373, 2325, '0398-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206374, 2325, '0399-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206375, 2325, '0399-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206376, 2325, '0399-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206377, 2325, '0399-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206378, 2325, '0399-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206379, 2325, '0399-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206380, 2325, '0399-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206381, 2325, '0399-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206382, 2325, '0399-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206383, 2325, '0399-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206384, 2325, '0399-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206385, 2325, '0399-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206386, 2325, '0400-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206387, 2325, '0400-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206388, 2325, '0400-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206389, 2325, '0400-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206390, 2325, '0400-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206391, 2325, '0400-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206392, 2325, '0400-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206393, 2325, '0400-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206394, 2325, '0400-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206395, 2325, '0400-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206396, 2325, '0400-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206397, 2325, '0400-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206398, 2325, '0401-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206399, 2325, '0401-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206400, 2325, '0401-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206401, 2325, '0401-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206402, 2325, '0401-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206403, 2325, '0401-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206404, 2325, '0401-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206405, 2325, '0401-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206406, 2325, '0401-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206407, 2325, '0401-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206408, 2325, '0401-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206409, 2325, '0401-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206410, 2325, '0402-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206411, 2325, '0402-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206412, 2325, '0402-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206413, 2325, '0402-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206414, 2325, '0402-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206415, 2325, '0402-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206416, 2325, '0402-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206417, 2325, '0402-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206418, 2325, '0402-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206419, 2325, '0402-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206420, 2325, '0402-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206421, 2325, '0402-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206422, 2325, '0403-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206423, 2325, '0403-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206424, 2325, '0403-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206425, 2325, '0403-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206426, 2325, '0403-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206427, 2325, '0403-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206428, 2325, '0403-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206429, 2325, '0403-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206430, 2325, '0403-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206431, 2325, '0403-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206432, 2325, '0403-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206433, 2325, '0403-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206434, 2325, '0404-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206435, 2325, '0404-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206436, 2325, '0404-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206437, 2325, '0404-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206438, 2325, '0404-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206439, 2325, '0404-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206440, 2325, '0404-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206441, 2325, '0404-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206442, 2325, '0404-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206443, 2325, '0404-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206444, 2325, '0404-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206445, 2325, '0404-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206446, 2325, '0405-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206447, 2325, '0405-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206448, 2325, '0405-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206449, 2325, '0405-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206450, 2325, '0405-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206451, 2325, '0405-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206452, 2325, '0405-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206453, 2325, '0405-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206454, 2325, '0405-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206455, 2325, '0405-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206456, 2325, '0405-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206457, 2325, '0405-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206458, 2325, '0406-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206459, 2325, '0406-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206460, 2325, '0406-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206461, 2325, '0406-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206462, 2325, '0406-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206463, 2325, '0406-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206464, 2325, '0406-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206465, 2325, '0406-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206466, 2325, '0406-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206467, 2325, '0406-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206468, 2325, '0406-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206469, 2325, '0406-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206470, 2325, '0407-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206471, 2325, '0407-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206472, 2325, '0407-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206473, 2325, '0407-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206474, 2325, '0407-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206475, 2325, '0407-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206476, 2325, '0407-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206477, 2325, '0407-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206478, 2325, '0407-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206479, 2325, '0407-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206480, 2325, '0407-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206481, 2325, '0407-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206482, 2325, '0408-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206483, 2325, '0408-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206484, 2325, '0408-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206485, 2325, '0408-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206486, 2325, '0408-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206487, 2325, '0408-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206488, 2325, '0408-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206489, 2325, '0408-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206490, 2325, '0408-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206491, 2325, '0408-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206492, 2325, '0408-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206493, 2325, '0408-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206494, 2325, '0409-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206495, 2325, '0409-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206496, 2325, '0409-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206497, 2325, '0409-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206498, 2325, '0409-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206499, 2325, '0409-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206500, 2325, '0409-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206501, 2325, '0409-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206502, 2325, '0409-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206503, 2325, '0409-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206504, 2325, '0409-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206505, 2325, '0409-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206506, 2325, '0410-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206507, 2325, '0410-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206508, 2325, '0410-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206509, 2325, '0410-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206510, 2325, '0410-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206511, 2325, '0410-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206512, 2325, '0410-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206513, 2325, '0410-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206514, 2325, '0410-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206515, 2325, '0410-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206516, 2325, '0410-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206517, 2325, '0410-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206518, 2325, '0411-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206519, 2325, '0411-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206520, 2325, '0411-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206521, 2325, '0411-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206522, 2325, '0411-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206523, 2325, '0411-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206524, 2325, '0411-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206525, 2325, '0411-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206526, 2325, '0411-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206527, 2325, '0411-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206528, 2325, '0411-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206529, 2325, '0411-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206530, 2325, '0412-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206531, 2325, '0412-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206532, 2325, '0412-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206533, 2325, '0412-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206534, 2325, '0412-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206535, 2325, '0412-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206536, 2325, '0412-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206537, 2325, '0412-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206538, 2325, '0412-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206539, 2325, '0412-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206540, 2325, '0412-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206541, 2325, '0412-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206542, 2325, '0413-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206543, 2325, '0413-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206544, 2325, '0413-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206545, 2325, '0413-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206546, 2325, '0413-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206547, 2325, '0413-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206548, 2325, '0413-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206549, 2325, '0413-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206550, 2325, '0413-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206551, 2325, '0413-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206552, 2325, '0413-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206553, 2325, '0413-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206554, 2325, '0414-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206555, 2325, '0414-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206556, 2325, '0414-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206557, 2325, '0414-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206558, 2325, '0414-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206559, 2325, '0414-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206560, 2325, '0414-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206561, 2325, '0414-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206562, 2325, '0414-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206563, 2325, '0414-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206564, 2325, '0414-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206565, 2325, '0414-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206566, 2325, '0415-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206567, 2325, '0415-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206568, 2325, '0415-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206569, 2325, '0415-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206570, 2325, '0415-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206571, 2325, '0415-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206572, 2325, '0415-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206573, 2325, '0415-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206574, 2325, '0415-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206575, 2325, '0415-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206576, 2325, '0415-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206577, 2325, '0415-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206578, 2325, '0416-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206579, 2325, '0416-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206580, 2325, '0416-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206581, 2325, '0416-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206582, 2325, '0416-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206583, 2325, '0416-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206584, 2325, '0416-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206585, 2325, '0416-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206586, 2325, '0416-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206587, 2325, '0416-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206588, 2325, '0416-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206589, 2325, '0416-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206590, 2325, '0417-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206591, 2325, '0417-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206592, 2325, '0417-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206593, 2325, '0417-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206594, 2325, '0417-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206595, 2325, '0417-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206596, 2325, '0417-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206597, 2325, '0417-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206598, 2325, '0417-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206599, 2325, '0417-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206600, 2325, '0417-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206601, 2325, '0417-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206602, 2325, '0418-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206603, 2325, '0418-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206604, 2325, '0418-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206605, 2325, '0418-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206606, 2325, '0418-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206607, 2325, '0418-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206608, 2325, '0418-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206609, 2325, '0418-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:47', '2023-10-31 14:08:47'),
(206610, 2325, '0418-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206611, 2325, '0418-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206612, 2325, '0418-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206613, 2325, '0418-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206614, 2325, '0419-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206615, 2325, '0419-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206616, 2325, '0419-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206617, 2325, '0419-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206618, 2325, '0419-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206619, 2325, '0419-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206620, 2325, '0419-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206621, 2325, '0419-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206622, 2325, '0419-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206623, 2325, '0419-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206624, 2325, '0419-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206625, 2325, '0419-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206626, 2325, '0420-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206627, 2325, '0420-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206628, 2325, '0420-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206629, 2325, '0420-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206630, 2325, '0420-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206631, 2325, '0420-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206632, 2325, '0420-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206633, 2325, '0420-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206634, 2325, '0420-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(206635, 2325, '0420-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206636, 2325, '0420-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206637, 2325, '0420-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206638, 2325, '0421-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206639, 2325, '0421-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206640, 2325, '0421-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206641, 2325, '0421-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206642, 2325, '0421-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206643, 2325, '0421-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206644, 2325, '0421-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206645, 2325, '0421-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206646, 2325, '0421-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206647, 2325, '0421-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206648, 2325, '0421-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206649, 2325, '0421-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206650, 2325, '0422-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206651, 2325, '0422-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206652, 2325, '0422-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206653, 2325, '0422-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206654, 2325, '0422-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206655, 2325, '0422-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206656, 2325, '0422-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206657, 2325, '0422-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206658, 2325, '0422-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206659, 2325, '0422-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206660, 2325, '0422-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206661, 2325, '0422-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206662, 2325, '0423-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206663, 2325, '0423-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206664, 2325, '0423-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206665, 2325, '0423-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206666, 2325, '0423-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206667, 2325, '0423-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206668, 2325, '0423-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206669, 2325, '0423-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206670, 2325, '0423-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206671, 2325, '0423-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206672, 2325, '0423-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206673, 2325, '0423-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206674, 2325, '0424-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206675, 2325, '0424-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206676, 2325, '0424-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206677, 2325, '0424-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206678, 2325, '0424-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206679, 2325, '0424-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206680, 2325, '0424-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206681, 2325, '0424-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206682, 2325, '0424-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206683, 2325, '0424-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206684, 2325, '0424-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206685, 2325, '0424-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206686, 2325, '0425-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206687, 2325, '0425-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206688, 2325, '0425-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206689, 2325, '0425-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206690, 2325, '0425-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206691, 2325, '0425-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206692, 2325, '0425-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206693, 2325, '0425-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206694, 2325, '0425-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206695, 2325, '0425-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206696, 2325, '0425-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206697, 2325, '0425-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206698, 2325, '0426-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206699, 2325, '0426-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206700, 2325, '0426-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206701, 2325, '0426-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206702, 2325, '0426-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206703, 2325, '0426-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206704, 2325, '0426-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206705, 2325, '0426-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206706, 2325, '0426-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206707, 2325, '0426-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206708, 2325, '0426-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206709, 2325, '0426-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206710, 2325, '0427-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206711, 2325, '0427-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206712, 2325, '0427-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206713, 2325, '0427-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206714, 2325, '0427-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206715, 2325, '0427-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206716, 2325, '0427-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206717, 2325, '0427-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206718, 2325, '0427-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206719, 2325, '0427-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206720, 2325, '0427-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206721, 2325, '0427-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206722, 2325, '0428-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206723, 2325, '0428-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206724, 2325, '0428-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206725, 2325, '0428-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206726, 2325, '0428-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206727, 2325, '0428-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206728, 2325, '0428-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206729, 2325, '0428-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206730, 2325, '0428-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206731, 2325, '0428-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206732, 2325, '0428-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206733, 2325, '0428-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206734, 2325, '0429-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206735, 2325, '0429-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206736, 2325, '0429-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206737, 2325, '0429-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206738, 2325, '0429-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206739, 2325, '0429-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206740, 2325, '0429-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206741, 2325, '0429-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206742, 2325, '0429-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206743, 2325, '0429-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206744, 2325, '0429-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206745, 2325, '0429-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206746, 2325, '0430-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206747, 2325, '0430-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206748, 2325, '0430-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206749, 2325, '0430-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206750, 2325, '0430-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206751, 2325, '0430-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206752, 2325, '0430-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206753, 2325, '0430-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206754, 2325, '0430-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206755, 2325, '0430-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206756, 2325, '0430-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206757, 2325, '0430-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206758, 2325, '0431-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206759, 2325, '0431-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206760, 2325, '0431-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206761, 2325, '0431-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206762, 2325, '0431-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206763, 2325, '0431-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206764, 2325, '0431-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206765, 2325, '0431-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206766, 2325, '0431-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206767, 2325, '0431-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206768, 2325, '0431-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206769, 2325, '0431-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206770, 2325, '0432-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206771, 2325, '0432-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206772, 2325, '0432-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206773, 2325, '0432-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206774, 2325, '0432-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206775, 2325, '0432-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206776, 2325, '0432-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206777, 2325, '0432-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206778, 2325, '0432-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206779, 2325, '0432-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206780, 2325, '0432-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206781, 2325, '0432-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206782, 2325, '0433-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206783, 2325, '0433-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206784, 2325, '0433-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206785, 2325, '0433-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206786, 2325, '0433-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206787, 2325, '0433-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206788, 2325, '0433-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206789, 2325, '0433-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206790, 2325, '0433-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206791, 2325, '0433-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206792, 2325, '0433-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206793, 2325, '0433-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206794, 2325, '0434-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206795, 2325, '0434-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206796, 2325, '0434-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206797, 2325, '0434-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206798, 2325, '0434-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206799, 2325, '0434-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206800, 2325, '0434-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206801, 2325, '0434-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206802, 2325, '0434-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206803, 2325, '0434-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206804, 2325, '0434-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206805, 2325, '0434-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206806, 2325, '0435-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206807, 2325, '0435-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206808, 2325, '0435-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206809, 2325, '0435-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206810, 2325, '0435-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206811, 2325, '0435-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206812, 2325, '0435-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206813, 2325, '0435-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206814, 2325, '0435-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206815, 2325, '0435-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206816, 2325, '0435-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206817, 2325, '0435-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206818, 2325, '0436-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206819, 2325, '0436-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206820, 2325, '0436-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206821, 2325, '0436-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206822, 2325, '0436-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206823, 2325, '0436-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206824, 2325, '0436-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206825, 2325, '0436-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206826, 2325, '0436-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206827, 2325, '0436-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206828, 2325, '0436-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206829, 2325, '0436-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206830, 2325, '0437-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206831, 2325, '0437-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206832, 2325, '0437-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206833, 2325, '0437-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206834, 2325, '0437-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206835, 2325, '0437-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206836, 2325, '0437-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206837, 2325, '0437-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206838, 2325, '0437-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206839, 2325, '0437-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206840, 2325, '0437-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206841, 2325, '0437-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206842, 2325, '0438-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206843, 2325, '0438-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206844, 2325, '0438-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206845, 2325, '0438-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206846, 2325, '0438-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206847, 2325, '0438-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206848, 2325, '0438-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206849, 2325, '0438-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206850, 2325, '0438-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206851, 2325, '0438-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206852, 2325, '0438-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206853, 2325, '0438-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206854, 2325, '0439-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206855, 2325, '0439-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206856, 2325, '0439-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206857, 2325, '0439-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206858, 2325, '0439-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206859, 2325, '0439-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206860, 2325, '0439-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206861, 2325, '0439-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206862, 2325, '0439-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206863, 2325, '0439-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206864, 2325, '0439-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206865, 2325, '0439-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206866, 2325, '0440-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206867, 2325, '0440-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206868, 2325, '0440-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206869, 2325, '0440-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206870, 2325, '0440-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206871, 2325, '0440-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206872, 2325, '0440-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206873, 2325, '0440-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206874, 2325, '0440-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206875, 2325, '0440-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206876, 2325, '0440-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206877, 2325, '0440-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206878, 2325, '0441-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206879, 2325, '0441-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206880, 2325, '0441-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206881, 2325, '0441-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206882, 2325, '0441-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206883, 2325, '0441-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206884, 2325, '0441-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206885, 2325, '0441-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206886, 2325, '0441-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206887, 2325, '0441-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206888, 2325, '0441-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206889, 2325, '0441-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206890, 2325, '0442-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206891, 2325, '0442-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206892, 2325, '0442-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206893, 2325, '0442-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206894, 2325, '0442-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206895, 2325, '0442-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206896, 2325, '0442-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206897, 2325, '0442-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206898, 2325, '0442-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206899, 2325, '0442-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206900, 2325, '0442-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206901, 2325, '0442-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206902, 2325, '0443-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206903, 2325, '0443-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206904, 2325, '0443-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206905, 2325, '0443-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206906, 2325, '0443-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206907, 2325, '0443-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206908, 2325, '0443-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206909, 2325, '0443-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206910, 2325, '0443-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206911, 2325, '0443-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206912, 2325, '0443-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206913, 2325, '0443-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206914, 2325, '0444-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206915, 2325, '0444-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206916, 2325, '0444-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206917, 2325, '0444-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206918, 2325, '0444-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206919, 2325, '0444-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206920, 2325, '0444-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206921, 2325, '0444-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206922, 2325, '0444-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206923, 2325, '0444-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206924, 2325, '0444-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206925, 2325, '0444-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206926, 2325, '0445-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206927, 2325, '0445-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206928, 2325, '0445-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206929, 2325, '0445-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206930, 2325, '0445-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206931, 2325, '0445-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206932, 2325, '0445-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206933, 2325, '0445-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206934, 2325, '0445-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206935, 2325, '0445-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206936, 2325, '0445-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206937, 2325, '0445-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206938, 2325, '0446-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206939, 2325, '0446-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206940, 2325, '0446-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:48', '2023-10-31 14:08:48'),
(206941, 2325, '0446-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(206942, 2325, '0446-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(206943, 2325, '0446-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(206944, 2325, '0446-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(206945, 2325, '0446-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(206946, 2325, '0446-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(206947, 2325, '0446-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(206948, 2325, '0446-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(206949, 2325, '0446-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(206950, 2325, '0447-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(206951, 2325, '0447-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(206952, 2325, '0447-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(206953, 2325, '0447-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(206954, 2325, '0447-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(206955, 2325, '0447-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(206956, 2325, '0447-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(206957, 2325, '0447-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(206958, 2325, '0447-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(206959, 2325, '0447-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(206960, 2325, '0447-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(206961, 2325, '0447-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(206962, 2325, '0448-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(206963, 2325, '0448-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(206964, 2325, '0448-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(206965, 2325, '0448-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(206966, 2325, '0448-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(206967, 2325, '0448-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(206968, 2325, '0448-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(206969, 2325, '0448-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(206970, 2325, '0448-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(206971, 2325, '0448-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(206972, 2325, '0448-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(206973, 2325, '0448-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(206974, 2325, '0449-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(206975, 2325, '0449-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(206976, 2325, '0449-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(206977, 2325, '0449-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(206978, 2325, '0449-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(206979, 2325, '0449-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(206980, 2325, '0449-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(206981, 2325, '0449-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(206982, 2325, '0449-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(206983, 2325, '0449-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(206984, 2325, '0449-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(206985, 2325, '0449-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(206986, 2325, '0450-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(206987, 2325, '0450-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(206988, 2325, '0450-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(206989, 2325, '0450-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(206990, 2325, '0450-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(206991, 2325, '0450-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(206992, 2325, '0450-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(206993, 2325, '0450-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(206994, 2325, '0450-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(206995, 2325, '0450-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(206996, 2325, '0450-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(206997, 2325, '0450-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(206998, 2325, '0451-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(206999, 2325, '0451-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(207000, 2325, '0451-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(207001, 2325, '0451-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(207002, 2325, '0451-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(207003, 2325, '0451-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(207004, 2325, '0451-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(207005, 2325, '0451-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(207006, 2325, '0451-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(207007, 2325, '0451-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(207008, 2325, '0451-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(207009, 2325, '0451-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(207010, 2325, '0452-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(207011, 2325, '0452-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(207012, 2325, '0452-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(207013, 2325, '0452-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(207014, 2325, '0452-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(207015, 2325, '0452-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(207016, 2325, '0452-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(207017, 2325, '0452-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(207018, 2325, '0452-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(207019, 2325, '0452-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(207020, 2325, '0452-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(207021, 2325, '0452-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(207022, 2325, '0453-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(207023, 2325, '0453-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(207024, 2325, '0453-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(207025, 2325, '0453-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(207026, 2325, '0453-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(207027, 2325, '0453-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(207028, 2325, '0453-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(207029, 2325, '0453-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(207030, 2325, '0453-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(207031, 2325, '0453-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(207032, 2325, '0453-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(207033, 2325, '0453-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(207034, 2325, '0454-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(207035, 2325, '0454-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(207036, 2325, '0454-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(207037, 2325, '0454-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(207038, 2325, '0454-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(207039, 2325, '0454-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(207040, 2325, '0454-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(207041, 2325, '0454-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(207042, 2325, '0454-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(207043, 2325, '0454-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(207044, 2325, '0454-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(207045, 2325, '0454-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(207046, 2325, '0455-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(207047, 2325, '0455-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(207048, 2325, '0455-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(207049, 2325, '0455-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(207050, 2325, '0455-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(207051, 2325, '0455-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(207052, 2325, '0455-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(207053, 2325, '0455-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(207054, 2325, '0455-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(207055, 2325, '0455-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(207056, 2325, '0455-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(207057, 2325, '0455-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(207058, 2325, '0456-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(207059, 2325, '0456-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(207060, 2325, '0456-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(207061, 2325, '0456-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(207062, 2325, '0456-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(207063, 2325, '0456-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(207064, 2325, '0456-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(207065, 2325, '0456-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(207066, 2325, '0456-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(207067, 2325, '0456-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(207068, 2325, '0456-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(207069, 2325, '0456-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(207070, 2325, '0457-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(207071, 2325, '0457-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(207072, 2325, '0457-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(207073, 2325, '0457-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(207074, 2325, '0457-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(207075, 2325, '0457-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(207076, 2325, '0457-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(207077, 2325, '0457-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(207078, 2325, '0457-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(207079, 2325, '0457-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(207080, 2325, '0457-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(207081, 2325, '0457-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(207082, 2325, '0458-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(207083, 2325, '0458-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(207084, 2325, '0458-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(207085, 2325, '0458-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(207086, 2325, '0458-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(207087, 2325, '0458-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(207088, 2325, '0458-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(207089, 2325, '0458-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(207090, 2325, '0458-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(207091, 2325, '0458-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(207092, 2325, '0458-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(207093, 2325, '0458-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(207094, 2325, '0459-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(207095, 2325, '0459-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(207096, 2325, '0459-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(207097, 2325, '0459-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(207098, 2325, '0459-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(207099, 2325, '0459-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(207100, 2325, '0459-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(207101, 2325, '0459-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(207102, 2325, '0459-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(207103, 2325, '0459-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(207104, 2325, '0459-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(207105, 2325, '0459-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(207106, 2325, '0460-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(207107, 2325, '0460-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(207108, 2325, '0460-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(207109, 2325, '0460-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(207110, 2325, '0460-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(207111, 2325, '0460-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(207112, 2325, '0460-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(207113, 2325, '0460-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(207114, 2325, '0460-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(207115, 2325, '0460-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(207116, 2325, '0460-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(207117, 2325, '0460-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(207118, 2325, '0461-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(207119, 2325, '0461-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(207120, 2325, '0461-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(207121, 2325, '0461-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(207122, 2325, '0461-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(207123, 2325, '0461-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(207124, 2325, '0461-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(207125, 2325, '0461-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(207126, 2325, '0461-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(207127, 2325, '0461-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(207128, 2325, '0461-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(207129, 2325, '0461-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(207130, 2325, '0462-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(207131, 2325, '0462-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(207132, 2325, '0462-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(207133, 2325, '0462-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(207134, 2325, '0462-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(207135, 2325, '0462-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(207136, 2325, '0462-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(207137, 2325, '0462-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(207138, 2325, '0462-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(207139, 2325, '0462-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(207140, 2325, '0462-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(207141, 2325, '0462-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(207142, 2325, '0463-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(207143, 2325, '0463-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(207144, 2325, '0463-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(207145, 2325, '0463-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(207146, 2325, '0463-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(207147, 2325, '0463-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(207148, 2325, '0463-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(207149, 2325, '0463-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(207150, 2325, '0463-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(207151, 2325, '0463-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(207152, 2325, '0463-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(207153, 2325, '0463-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(207154, 2325, '0464-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(207155, 2325, '0464-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(207156, 2325, '0464-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(207157, 2325, '0464-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(207158, 2325, '0464-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(207159, 2325, '0464-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(207160, 2325, '0464-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(207161, 2325, '0464-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(207162, 2325, '0464-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(207163, 2325, '0464-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(207164, 2325, '0464-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(207165, 2325, '0464-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(207166, 2325, '0465-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(207167, 2325, '0465-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(207168, 2325, '0465-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(207169, 2325, '0465-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(207170, 2325, '0465-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(207171, 2325, '0465-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(207172, 2325, '0465-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(207173, 2325, '0465-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(207174, 2325, '0465-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(207175, 2325, '0465-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(207176, 2325, '0465-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(207177, 2325, '0465-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(207178, 2325, '0466-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(207179, 2325, '0466-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(207180, 2325, '0466-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(207181, 2325, '0466-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(207182, 2325, '0466-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(207183, 2325, '0466-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(207184, 2325, '0466-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(207185, 2325, '0466-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(207186, 2325, '0466-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(207187, 2325, '0466-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(207188, 2325, '0466-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(207189, 2325, '0466-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(207190, 2325, '0467-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(207191, 2325, '0467-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(207192, 2325, '0467-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(207193, 2325, '0467-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(207194, 2325, '0467-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(207195, 2325, '0467-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(207196, 2325, '0467-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(207197, 2325, '0467-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(207198, 2325, '0467-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(207199, 2325, '0467-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(207200, 2325, '0467-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(207201, 2325, '0467-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(207202, 2325, '0468-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(207203, 2325, '0468-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(207204, 2325, '0468-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(207205, 2325, '0468-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(207206, 2325, '0468-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(207207, 2325, '0468-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(207208, 2325, '0468-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(207209, 2325, '0468-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(207210, 2325, '0468-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(207211, 2325, '0468-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(207212, 2325, '0468-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(207213, 2325, '0468-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(207214, 2325, '0469-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(207215, 2325, '0469-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(207216, 2325, '0469-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(207217, 2325, '0469-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(207218, 2325, '0469-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(207219, 2325, '0469-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(207220, 2325, '0469-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(207221, 2325, '0469-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(207222, 2325, '0469-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(207223, 2325, '0469-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(207224, 2325, '0469-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(207225, 2325, '0469-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(207226, 2325, '0470-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(207227, 2325, '0470-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(207228, 2325, '0470-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:49', '2023-10-31 14:08:49'),
(207229, 2325, '0470-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207230, 2325, '0470-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207231, 2325, '0470-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207232, 2325, '0470-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207233, 2325, '0470-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207234, 2325, '0470-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207235, 2325, '0470-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207236, 2325, '0470-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207237, 2325, '0470-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207238, 2325, '0471-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207239, 2325, '0471-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207240, 2325, '0471-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207241, 2325, '0471-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207242, 2325, '0471-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207243, 2325, '0471-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207244, 2325, '0471-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207245, 2325, '0471-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207246, 2325, '0471-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207247, 2325, '0471-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207248, 2325, '0471-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207249, 2325, '0471-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207250, 2325, '0472-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207251, 2325, '0472-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207252, 2325, '0472-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207253, 2325, '0472-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207254, 2325, '0472-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207255, 2325, '0472-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207256, 2325, '0472-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207257, 2325, '0472-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207258, 2325, '0472-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207259, 2325, '0472-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207260, 2325, '0472-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207261, 2325, '0472-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207262, 2325, '0473-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207263, 2325, '0473-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207264, 2325, '0473-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207265, 2325, '0473-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207266, 2325, '0473-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207267, 2325, '0473-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207268, 2325, '0473-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207269, 2325, '0473-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207270, 2325, '0473-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207271, 2325, '0473-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207272, 2325, '0473-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207273, 2325, '0473-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207274, 2325, '0474-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207275, 2325, '0474-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207276, 2325, '0474-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207277, 2325, '0474-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207278, 2325, '0474-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207279, 2325, '0474-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207280, 2325, '0474-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207281, 2325, '0474-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207282, 2325, '0474-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207283, 2325, '0474-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207284, 2325, '0474-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207285, 2325, '0474-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207286, 2325, '0475-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207287, 2325, '0475-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207288, 2325, '0475-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207289, 2325, '0475-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207290, 2325, '0475-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207291, 2325, '0475-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207292, 2325, '0475-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207293, 2325, '0475-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207294, 2325, '0475-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207295, 2325, '0475-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207296, 2325, '0475-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207297, 2325, '0475-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207298, 2325, '0476-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207299, 2325, '0476-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207300, 2325, '0476-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207301, 2325, '0476-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207302, 2325, '0476-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207303, 2325, '0476-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207304, 2325, '0476-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207305, 2325, '0476-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207306, 2325, '0476-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207307, 2325, '0476-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207308, 2325, '0476-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207309, 2325, '0476-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207310, 2325, '0477-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207311, 2325, '0477-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207312, 2325, '0477-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207313, 2325, '0477-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207314, 2325, '0477-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207315, 2325, '0477-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207316, 2325, '0477-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207317, 2325, '0477-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207318, 2325, '0477-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207319, 2325, '0477-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207320, 2325, '0477-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207321, 2325, '0477-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207322, 2325, '0478-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207323, 2325, '0478-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207324, 2325, '0478-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207325, 2325, '0478-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207326, 2325, '0478-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207327, 2325, '0478-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207328, 2325, '0478-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207329, 2325, '0478-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207330, 2325, '0478-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207331, 2325, '0478-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207332, 2325, '0478-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207333, 2325, '0478-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207334, 2325, '0479-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207335, 2325, '0479-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207336, 2325, '0479-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207337, 2325, '0479-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207338, 2325, '0479-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207339, 2325, '0479-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207340, 2325, '0479-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207341, 2325, '0479-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207342, 2325, '0479-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207343, 2325, '0479-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207344, 2325, '0479-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207345, 2325, '0479-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207346, 2325, '0480-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207347, 2325, '0480-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207348, 2325, '0480-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207349, 2325, '0480-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207350, 2325, '0480-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207351, 2325, '0480-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207352, 2325, '0480-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207353, 2325, '0480-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207354, 2325, '0480-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207355, 2325, '0480-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207356, 2325, '0480-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207357, 2325, '0480-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207358, 2325, '0481-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207359, 2325, '0481-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207360, 2325, '0481-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207361, 2325, '0481-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207362, 2325, '0481-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207363, 2325, '0481-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207364, 2325, '0481-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207365, 2325, '0481-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207366, 2325, '0481-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207367, 2325, '0481-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207368, 2325, '0481-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207369, 2325, '0481-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207370, 2325, '0482-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207371, 2325, '0482-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207372, 2325, '0482-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207373, 2325, '0482-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207374, 2325, '0482-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207375, 2325, '0482-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207376, 2325, '0482-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207377, 2325, '0482-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207378, 2325, '0482-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207379, 2325, '0482-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207380, 2325, '0482-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207381, 2325, '0482-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207382, 2325, '0483-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207383, 2325, '0483-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207384, 2325, '0483-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207385, 2325, '0483-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207386, 2325, '0483-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207387, 2325, '0483-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207388, 2325, '0483-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207389, 2325, '0483-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207390, 2325, '0483-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207391, 2325, '0483-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207392, 2325, '0483-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207393, 2325, '0483-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207394, 2325, '0484-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207395, 2325, '0484-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207396, 2325, '0484-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207397, 2325, '0484-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207398, 2325, '0484-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207399, 2325, '0484-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207400, 2325, '0484-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207401, 2325, '0484-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207402, 2325, '0484-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207403, 2325, '0484-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207404, 2325, '0484-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207405, 2325, '0484-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207406, 2325, '0485-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207407, 2325, '0485-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207408, 2325, '0485-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207409, 2325, '0485-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207410, 2325, '0485-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207411, 2325, '0485-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207412, 2325, '0485-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207413, 2325, '0485-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207414, 2325, '0485-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207415, 2325, '0485-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207416, 2325, '0485-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207417, 2325, '0485-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207418, 2325, '0486-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207419, 2325, '0486-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207420, 2325, '0486-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207421, 2325, '0486-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207422, 2325, '0486-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207423, 2325, '0486-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207424, 2325, '0486-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207425, 2325, '0486-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207426, 2325, '0486-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207427, 2325, '0486-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207428, 2325, '0486-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207429, 2325, '0486-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207430, 2325, '0487-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207431, 2325, '0487-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207432, 2325, '0487-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207433, 2325, '0487-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207434, 2325, '0487-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207435, 2325, '0487-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207436, 2325, '0487-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207437, 2325, '0487-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207438, 2325, '0487-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207439, 2325, '0487-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207440, 2325, '0487-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207441, 2325, '0487-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207442, 2325, '0488-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207443, 2325, '0488-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207444, 2325, '0488-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207445, 2325, '0488-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207446, 2325, '0488-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207447, 2325, '0488-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207448, 2325, '0488-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207449, 2325, '0488-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207450, 2325, '0488-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207451, 2325, '0488-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207452, 2325, '0488-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207453, 2325, '0488-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207454, 2325, '0489-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207455, 2325, '0489-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207456, 2325, '0489-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207457, 2325, '0489-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207458, 2325, '0489-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207459, 2325, '0489-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207460, 2325, '0489-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207461, 2325, '0489-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207462, 2325, '0489-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207463, 2325, '0489-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207464, 2325, '0489-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207465, 2325, '0489-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207466, 2325, '0490-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207467, 2325, '0490-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207468, 2325, '0490-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207469, 2325, '0490-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207470, 2325, '0490-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207471, 2325, '0490-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207472, 2325, '0490-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207473, 2325, '0490-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207474, 2325, '0490-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207475, 2325, '0490-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207476, 2325, '0490-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207477, 2325, '0490-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207478, 2325, '0491-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207479, 2325, '0491-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207480, 2325, '0491-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207481, 2325, '0491-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207482, 2325, '0491-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207483, 2325, '0491-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207484, 2325, '0491-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207485, 2325, '0491-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207486, 2325, '0491-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207487, 2325, '0491-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207488, 2325, '0491-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207489, 2325, '0491-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207490, 2325, '0492-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207491, 2325, '0492-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207492, 2325, '0492-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207493, 2325, '0492-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207494, 2325, '0492-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207495, 2325, '0492-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207496, 2325, '0492-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207497, 2325, '0492-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207498, 2325, '0492-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207499, 2325, '0492-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207500, 2325, '0492-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207501, 2325, '0492-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207502, 2325, '0493-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207503, 2325, '0493-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207504, 2325, '0493-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207505, 2325, '0493-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207506, 2325, '0493-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207507, 2325, '0493-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207508, 2325, '0493-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207509, 2325, '0493-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207510, 2325, '0493-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207511, 2325, '0493-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207512, 2325, '0493-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207513, 2325, '0493-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207514, 2325, '0494-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207515, 2325, '0494-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207516, 2325, '0494-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207517, 2325, '0494-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207518, 2325, '0494-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207519, 2325, '0494-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207520, 2325, '0494-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207521, 2325, '0494-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207522, 2325, '0494-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207523, 2325, '0494-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207524, 2325, '0494-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207525, 2325, '0494-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207526, 2325, '0495-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207527, 2325, '0495-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207528, 2325, '0495-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207529, 2325, '0495-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207530, 2325, '0495-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207531, 2325, '0495-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207532, 2325, '0495-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207533, 2325, '0495-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207534, 2325, '0495-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207535, 2325, '0495-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207536, 2325, '0495-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207537, 2325, '0495-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207538, 2325, '0496-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207539, 2325, '0496-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207540, 2325, '0496-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207541, 2325, '0496-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207542, 2325, '0496-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207543, 2325, '0496-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207544, 2325, '0496-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207545, 2325, '0496-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207546, 2325, '0496-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207547, 2325, '0496-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207548, 2325, '0496-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207549, 2325, '0496-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207550, 2325, '0497-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207551, 2325, '0497-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207552, 2325, '0497-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207553, 2325, '0497-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207554, 2325, '0497-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207555, 2325, '0497-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207556, 2325, '0497-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207557, 2325, '0497-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207558, 2325, '0497-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207559, 2325, '0497-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207560, 2325, '0497-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207561, 2325, '0497-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207562, 2325, '0498-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207563, 2325, '0498-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207564, 2325, '0498-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(207565, 2325, '0498-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207566, 2325, '0498-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207567, 2325, '0498-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207568, 2325, '0498-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207569, 2325, '0498-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207570, 2325, '0498-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207571, 2325, '0498-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207572, 2325, '0498-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207573, 2325, '0498-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207574, 2325, '0499-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207575, 2325, '0499-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:50', '2023-10-31 14:08:50'),
(207576, 2325, '0499-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207577, 2325, '0499-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207578, 2325, '0499-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207579, 2325, '0499-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207580, 2325, '0499-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207581, 2325, '0499-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207582, 2325, '0499-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207583, 2325, '0499-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207584, 2325, '0499-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207585, 2325, '0499-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207586, 2325, '0500-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207587, 2325, '0500-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207588, 2325, '0500-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207589, 2325, '0500-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207590, 2325, '0500-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207591, 2325, '0500-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207592, 2325, '0500-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207593, 2325, '0500-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207594, 2325, '0500-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207595, 2325, '0500-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207596, 2325, '0500-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207597, 2325, '0500-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207598, 2325, '0501-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207599, 2325, '0501-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207600, 2325, '0501-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207601, 2325, '0501-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207602, 2325, '0501-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207603, 2325, '0501-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207604, 2325, '0501-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207605, 2325, '0501-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207606, 2325, '0501-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207607, 2325, '0501-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207608, 2325, '0501-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207609, 2325, '0501-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207610, 2325, '0502-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207611, 2325, '0502-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207612, 2325, '0502-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207613, 2325, '0502-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207614, 2325, '0502-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207615, 2325, '0502-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207616, 2325, '0502-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207617, 2325, '0502-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207618, 2325, '0502-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207619, 2325, '0502-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207620, 2325, '0502-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207621, 2325, '0502-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207622, 2325, '0503-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207623, 2325, '0503-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207624, 2325, '0503-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207625, 2325, '0503-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207626, 2325, '0503-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207627, 2325, '0503-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207628, 2325, '0503-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207629, 2325, '0503-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207630, 2325, '0503-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207631, 2325, '0503-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207632, 2325, '0503-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207633, 2325, '0503-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207634, 2325, '0504-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207635, 2325, '0504-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207636, 2325, '0504-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207637, 2325, '0504-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207638, 2325, '0504-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207639, 2325, '0504-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207640, 2325, '0504-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207641, 2325, '0504-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207642, 2325, '0504-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207643, 2325, '0504-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207644, 2325, '0504-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207645, 2325, '0504-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207646, 2325, '0505-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207647, 2325, '0505-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207648, 2325, '0505-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207649, 2325, '0505-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207650, 2325, '0505-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207651, 2325, '0505-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207652, 2325, '0505-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207653, 2325, '0505-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207654, 2325, '0505-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207655, 2325, '0505-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207656, 2325, '0505-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207657, 2325, '0505-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207658, 2325, '0506-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207659, 2325, '0506-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207660, 2325, '0506-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207661, 2325, '0506-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207662, 2325, '0506-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207663, 2325, '0506-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207664, 2325, '0506-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207665, 2325, '0506-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207666, 2325, '0506-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207667, 2325, '0506-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207668, 2325, '0506-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207669, 2325, '0506-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207670, 2325, '0507-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207671, 2325, '0507-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207672, 2325, '0507-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207673, 2325, '0507-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207674, 2325, '0507-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207675, 2325, '0507-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207676, 2325, '0507-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207677, 2325, '0507-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207678, 2325, '0507-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207679, 2325, '0507-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207680, 2325, '0507-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207681, 2325, '0507-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207682, 2325, '0508-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207683, 2325, '0508-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207684, 2325, '0508-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207685, 2325, '0508-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207686, 2325, '0508-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207687, 2325, '0508-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207688, 2325, '0508-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207689, 2325, '0508-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207690, 2325, '0508-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207691, 2325, '0508-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207692, 2325, '0508-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207693, 2325, '0508-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207694, 2325, '0509-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207695, 2325, '0509-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207696, 2325, '0509-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207697, 2325, '0509-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207698, 2325, '0509-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207699, 2325, '0509-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207700, 2325, '0509-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207701, 2325, '0509-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207702, 2325, '0509-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207703, 2325, '0509-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207704, 2325, '0509-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207705, 2325, '0509-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207706, 2325, '0510-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207707, 2325, '0510-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207708, 2325, '0510-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207709, 2325, '0510-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207710, 2325, '0510-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207711, 2325, '0510-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207712, 2325, '0510-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207713, 2325, '0510-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207714, 2325, '0510-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207715, 2325, '0510-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207716, 2325, '0510-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207717, 2325, '0510-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207718, 2325, '0511-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207719, 2325, '0511-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207720, 2325, '0511-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207721, 2325, '0511-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207722, 2325, '0511-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207723, 2325, '0511-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207724, 2325, '0511-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207725, 2325, '0511-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207726, 2325, '0511-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207727, 2325, '0511-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207728, 2325, '0511-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207729, 2325, '0511-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207730, 2325, '0512-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207731, 2325, '0512-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207732, 2325, '0512-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207733, 2325, '0512-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207734, 2325, '0512-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207735, 2325, '0512-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207736, 2325, '0512-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207737, 2325, '0512-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207738, 2325, '0512-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207739, 2325, '0512-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207740, 2325, '0512-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207741, 2325, '0512-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207742, 2325, '0513-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207743, 2325, '0513-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207744, 2325, '0513-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207745, 2325, '0513-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207746, 2325, '0513-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207747, 2325, '0513-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207748, 2325, '0513-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207749, 2325, '0513-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207750, 2325, '0513-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207751, 2325, '0513-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207752, 2325, '0513-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207753, 2325, '0513-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207754, 2325, '0514-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207755, 2325, '0514-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207756, 2325, '0514-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207757, 2325, '0514-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207758, 2325, '0514-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207759, 2325, '0514-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207760, 2325, '0514-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207761, 2325, '0514-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207762, 2325, '0514-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207763, 2325, '0514-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207764, 2325, '0514-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207765, 2325, '0514-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207766, 2325, '0515-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207767, 2325, '0515-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207768, 2325, '0515-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207769, 2325, '0515-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207770, 2325, '0515-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207771, 2325, '0515-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207772, 2325, '0515-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207773, 2325, '0515-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207774, 2325, '0515-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207775, 2325, '0515-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207776, 2325, '0515-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207777, 2325, '0515-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207778, 2325, '0516-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207779, 2325, '0516-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207780, 2325, '0516-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207781, 2325, '0516-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207782, 2325, '0516-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207783, 2325, '0516-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207784, 2325, '0516-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207785, 2325, '0516-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207786, 2325, '0516-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207787, 2325, '0516-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207788, 2325, '0516-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207789, 2325, '0516-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207790, 2325, '0517-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207791, 2325, '0517-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207792, 2325, '0517-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207793, 2325, '0517-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207794, 2325, '0517-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207795, 2325, '0517-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207796, 2325, '0517-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207797, 2325, '0517-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207798, 2325, '0517-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207799, 2325, '0517-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207800, 2325, '0517-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207801, 2325, '0517-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207802, 2325, '0518-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207803, 2325, '0518-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207804, 2325, '0518-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207805, 2325, '0518-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207806, 2325, '0518-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207807, 2325, '0518-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207808, 2325, '0518-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207809, 2325, '0518-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207810, 2325, '0518-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207811, 2325, '0518-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207812, 2325, '0518-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207813, 2325, '0518-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207814, 2325, '0519-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207815, 2325, '0519-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207816, 2325, '0519-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207817, 2325, '0519-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207818, 2325, '0519-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207819, 2325, '0519-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207820, 2325, '0519-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207821, 2325, '0519-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207822, 2325, '0519-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207823, 2325, '0519-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207824, 2325, '0519-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207825, 2325, '0519-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207826, 2325, '0520-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207827, 2325, '0520-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207828, 2325, '0520-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207829, 2325, '0520-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207830, 2325, '0520-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207831, 2325, '0520-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207832, 2325, '0520-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207833, 2325, '0520-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207834, 2325, '0520-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207835, 2325, '0520-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207836, 2325, '0520-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207837, 2325, '0520-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207838, 2325, '0521-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207839, 2325, '0521-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207840, 2325, '0521-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207841, 2325, '0521-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207842, 2325, '0521-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207843, 2325, '0521-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207844, 2325, '0521-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207845, 2325, '0521-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207846, 2325, '0521-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207847, 2325, '0521-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207848, 2325, '0521-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207849, 2325, '0521-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207850, 2325, '0522-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207851, 2325, '0522-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207852, 2325, '0522-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207853, 2325, '0522-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207854, 2325, '0522-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207855, 2325, '0522-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207856, 2325, '0522-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207857, 2325, '0522-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207858, 2325, '0522-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207859, 2325, '0522-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207860, 2325, '0522-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207861, 2325, '0522-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207862, 2325, '0523-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207863, 2325, '0523-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207864, 2325, '0523-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207865, 2325, '0523-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207866, 2325, '0523-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207867, 2325, '0523-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207868, 2325, '0523-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207869, 2325, '0523-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207870, 2325, '0523-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207871, 2325, '0523-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207872, 2325, '0523-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207873, 2325, '0523-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207874, 2325, '0524-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207875, 2325, '0524-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207876, 2325, '0524-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207877, 2325, '0524-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207878, 2325, '0524-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207879, 2325, '0524-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207880, 2325, '0524-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207881, 2325, '0524-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207882, 2325, '0524-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207883, 2325, '0524-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207884, 2325, '0524-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207885, 2325, '0524-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207886, 2325, '0525-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207887, 2325, '0525-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207888, 2325, '0525-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207889, 2325, '0525-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207890, 2325, '0525-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207891, 2325, '0525-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207892, 2325, '0525-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207893, 2325, '0525-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207894, 2325, '0525-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207895, 2325, '0525-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207896, 2325, '0525-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207897, 2325, '0525-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207898, 2325, '0526-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207899, 2325, '0526-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207900, 2325, '0526-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207901, 2325, '0526-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207902, 2325, '0526-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207903, 2325, '0526-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207904, 2325, '0526-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207905, 2325, '0526-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207906, 2325, '0526-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207907, 2325, '0526-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207908, 2325, '0526-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207909, 2325, '0526-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207910, 2325, '0527-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207911, 2325, '0527-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207912, 2325, '0527-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207913, 2325, '0527-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207914, 2325, '0527-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207915, 2325, '0527-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207916, 2325, '0527-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207917, 2325, '0527-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207918, 2325, '0527-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207919, 2325, '0527-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207920, 2325, '0527-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207921, 2325, '0527-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207922, 2325, '0528-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207923, 2325, '0528-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207924, 2325, '0528-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207925, 2325, '0528-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207926, 2325, '0528-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207927, 2325, '0528-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207928, 2325, '0528-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207929, 2325, '0528-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207930, 2325, '0528-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207931, 2325, '0528-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207932, 2325, '0528-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207933, 2325, '0528-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207934, 2325, '0529-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207935, 2325, '0529-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207936, 2325, '0529-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207937, 2325, '0529-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207938, 2325, '0529-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207939, 2325, '0529-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207940, 2325, '0529-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207941, 2325, '0529-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207942, 2325, '0529-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:51', '2023-10-31 14:08:51'),
(207943, 2325, '0529-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(207944, 2325, '0529-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(207945, 2325, '0529-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(207946, 2325, '0530-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(207947, 2325, '0530-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(207948, 2325, '0530-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(207949, 2325, '0530-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(207950, 2325, '0530-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(207951, 2325, '0530-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(207952, 2325, '0530-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(207953, 2325, '0530-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(207954, 2325, '0530-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(207955, 2325, '0530-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(207956, 2325, '0530-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(207957, 2325, '0530-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(207958, 2325, '0531-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(207959, 2325, '0531-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(207960, 2325, '0531-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(207961, 2325, '0531-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(207962, 2325, '0531-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(207963, 2325, '0531-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(207964, 2325, '0531-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(207965, 2325, '0531-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(207966, 2325, '0531-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(207967, 2325, '0531-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(207968, 2325, '0531-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(207969, 2325, '0531-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(207970, 2325, '0532-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(207971, 2325, '0532-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(207972, 2325, '0532-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(207973, 2325, '0532-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(207974, 2325, '0532-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(207975, 2325, '0532-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(207976, 2325, '0532-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(207977, 2325, '0532-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(207978, 2325, '0532-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(207979, 2325, '0532-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(207980, 2325, '0532-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(207981, 2325, '0532-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(207982, 2325, '0533-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(207983, 2325, '0533-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(207984, 2325, '0533-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(207985, 2325, '0533-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(207986, 2325, '0533-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(207987, 2325, '0533-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(207988, 2325, '0533-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(207989, 2325, '0533-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(207990, 2325, '0533-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(207991, 2325, '0533-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(207992, 2325, '0533-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(207993, 2325, '0533-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(207994, 2325, '0534-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(207995, 2325, '0534-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(207996, 2325, '0534-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(207997, 2325, '0534-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(207998, 2325, '0534-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(207999, 2325, '0534-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208000, 2325, '0534-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208001, 2325, '0534-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208002, 2325, '0534-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208003, 2325, '0534-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208004, 2325, '0534-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208005, 2325, '0534-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208006, 2325, '0535-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208007, 2325, '0535-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208008, 2325, '0535-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208009, 2325, '0535-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208010, 2325, '0535-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208011, 2325, '0535-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208012, 2325, '0535-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208013, 2325, '0535-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208014, 2325, '0535-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208015, 2325, '0535-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208016, 2325, '0535-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208017, 2325, '0535-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208018, 2325, '0536-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208019, 2325, '0536-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208020, 2325, '0536-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208021, 2325, '0536-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208022, 2325, '0536-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208023, 2325, '0536-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208024, 2325, '0536-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208025, 2325, '0536-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208026, 2325, '0536-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208027, 2325, '0536-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208028, 2325, '0536-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208029, 2325, '0536-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(208030, 2325, '0537-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208031, 2325, '0537-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208032, 2325, '0537-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208033, 2325, '0537-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208034, 2325, '0537-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208035, 2325, '0537-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208036, 2325, '0537-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208037, 2325, '0537-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208038, 2325, '0537-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208039, 2325, '0537-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208040, 2325, '0537-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208041, 2325, '0537-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208042, 2325, '0538-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208043, 2325, '0538-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208044, 2325, '0538-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208045, 2325, '0538-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208046, 2325, '0538-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208047, 2325, '0538-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208048, 2325, '0538-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208049, 2325, '0538-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208050, 2325, '0538-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208051, 2325, '0538-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208052, 2325, '0538-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208053, 2325, '0538-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208054, 2325, '0539-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208055, 2325, '0539-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208056, 2325, '0539-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208057, 2325, '0539-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208058, 2325, '0539-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208059, 2325, '0539-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208060, 2325, '0539-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208061, 2325, '0539-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208062, 2325, '0539-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208063, 2325, '0539-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208064, 2325, '0539-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208065, 2325, '0539-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208066, 2325, '0540-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208067, 2325, '0540-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208068, 2325, '0540-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208069, 2325, '0540-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208070, 2325, '0540-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208071, 2325, '0540-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208072, 2325, '0540-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208073, 2325, '0540-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208074, 2325, '0540-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208075, 2325, '0540-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208076, 2325, '0540-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208077, 2325, '0540-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208078, 2325, '0541-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208079, 2325, '0541-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208080, 2325, '0541-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208081, 2325, '0541-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208082, 2325, '0541-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208083, 2325, '0541-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208084, 2325, '0541-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208085, 2325, '0541-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208086, 2325, '0541-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208087, 2325, '0541-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208088, 2325, '0541-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208089, 2325, '0541-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208090, 2325, '0542-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208091, 2325, '0542-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208092, 2325, '0542-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208093, 2325, '0542-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208094, 2325, '0542-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208095, 2325, '0542-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208096, 2325, '0542-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208097, 2325, '0542-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208098, 2325, '0542-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208099, 2325, '0542-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208100, 2325, '0542-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208101, 2325, '0542-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208102, 2325, '0543-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208103, 2325, '0543-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208104, 2325, '0543-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208105, 2325, '0543-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208106, 2325, '0543-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208107, 2325, '0543-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208108, 2325, '0543-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208109, 2325, '0543-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208110, 2325, '0543-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208111, 2325, '0543-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208112, 2325, '0543-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208113, 2325, '0543-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208114, 2325, '0544-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208115, 2325, '0544-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208116, 2325, '0544-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208117, 2325, '0544-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208118, 2325, '0544-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208119, 2325, '0544-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208120, 2325, '0544-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208121, 2325, '0544-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208122, 2325, '0544-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208123, 2325, '0544-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208124, 2325, '0544-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208125, 2325, '0544-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208126, 2325, '0545-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208127, 2325, '0545-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208128, 2325, '0545-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208129, 2325, '0545-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208130, 2325, '0545-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208131, 2325, '0545-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208132, 2325, '0545-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208133, 2325, '0545-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208134, 2325, '0545-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208135, 2325, '0545-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208136, 2325, '0545-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208137, 2325, '0545-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208138, 2325, '0546-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208139, 2325, '0546-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208140, 2325, '0546-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208141, 2325, '0546-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208142, 2325, '0546-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208143, 2325, '0546-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208144, 2325, '0546-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208145, 2325, '0546-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208146, 2325, '0546-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208147, 2325, '0546-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208148, 2325, '0546-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208149, 2325, '0546-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208150, 2325, '0547-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208151, 2325, '0547-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208152, 2325, '0547-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208153, 2325, '0547-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208154, 2325, '0547-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208155, 2325, '0547-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208156, 2325, '0547-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208157, 2325, '0547-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208158, 2325, '0547-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208159, 2325, '0547-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208160, 2325, '0547-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208161, 2325, '0547-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208162, 2325, '0548-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208163, 2325, '0548-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208164, 2325, '0548-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208165, 2325, '0548-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208166, 2325, '0548-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208167, 2325, '0548-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208168, 2325, '0548-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208169, 2325, '0548-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208170, 2325, '0548-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208171, 2325, '0548-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208172, 2325, '0548-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208173, 2325, '0548-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208174, 2325, '0549-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208175, 2325, '0549-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208176, 2325, '0549-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208177, 2325, '0549-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208178, 2325, '0549-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208179, 2325, '0549-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208180, 2325, '0549-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208181, 2325, '0549-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208182, 2325, '0549-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208183, 2325, '0549-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208184, 2325, '0549-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208185, 2325, '0549-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208186, 2325, '0550-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208187, 2325, '0550-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208188, 2325, '0550-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208189, 2325, '0550-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208190, 2325, '0550-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208191, 2325, '0550-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208192, 2325, '0550-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208193, 2325, '0550-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208194, 2325, '0550-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208195, 2325, '0550-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208196, 2325, '0550-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208197, 2325, '0550-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208198, 2325, '0551-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208199, 2325, '0551-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208200, 2325, '0551-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208201, 2325, '0551-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208202, 2325, '0551-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208203, 2325, '0551-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208204, 2325, '0551-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208205, 2325, '0551-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208206, 2325, '0551-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208207, 2325, '0551-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208208, 2325, '0551-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208209, 2325, '0551-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208210, 2325, '0552-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208211, 2325, '0552-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208212, 2325, '0552-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208213, 2325, '0552-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208214, 2325, '0552-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208215, 2325, '0552-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208216, 2325, '0552-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208217, 2325, '0552-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208218, 2325, '0552-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208219, 2325, '0552-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208220, 2325, '0552-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208221, 2325, '0552-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208222, 2325, '0553-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208223, 2325, '0553-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208224, 2325, '0553-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208225, 2325, '0553-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208226, 2325, '0553-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208227, 2325, '0553-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208228, 2325, '0553-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208229, 2325, '0553-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208230, 2325, '0553-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208231, 2325, '0553-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208232, 2325, '0553-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208233, 2325, '0553-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208234, 2325, '0554-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208235, 2325, '0554-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208236, 2325, '0554-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208237, 2325, '0554-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208238, 2325, '0554-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208239, 2325, '0554-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208240, 2325, '0554-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208241, 2325, '0554-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208242, 2325, '0554-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208243, 2325, '0554-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208244, 2325, '0554-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208245, 2325, '0554-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208246, 2325, '0555-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208247, 2325, '0555-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208248, 2325, '0555-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208249, 2325, '0555-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208250, 2325, '0555-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208251, 2325, '0555-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208252, 2325, '0555-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208253, 2325, '0555-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208254, 2325, '0555-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208255, 2325, '0555-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208256, 2325, '0555-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208257, 2325, '0555-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208258, 2325, '0556-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208259, 2325, '0556-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208260, 2325, '0556-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208261, 2325, '0556-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208262, 2325, '0556-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208263, 2325, '0556-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208264, 2325, '0556-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208265, 2325, '0556-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208266, 2325, '0556-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208267, 2325, '0556-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208268, 2325, '0556-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208269, 2325, '0556-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208270, 2325, '0557-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208271, 2325, '0557-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208272, 2325, '0557-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208273, 2325, '0557-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208274, 2325, '0557-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208275, 2325, '0557-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208276, 2325, '0557-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208277, 2325, '0557-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208278, 2325, '0557-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208279, 2325, '0557-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208280, 2325, '0557-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208281, 2325, '0557-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208282, 2325, '0558-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208283, 2325, '0558-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208284, 2325, '0558-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208285, 2325, '0558-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208286, 2325, '0558-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208287, 2325, '0558-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208288, 2325, '0558-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208289, 2325, '0558-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208290, 2325, '0558-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208291, 2325, '0558-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208292, 2325, '0558-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208293, 2325, '0558-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208294, 2325, '0559-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208295, 2325, '0559-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208296, 2325, '0559-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:52', '2023-10-31 14:08:52'),
(208297, 2325, '0559-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208298, 2325, '0559-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208299, 2325, '0559-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208300, 2325, '0559-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208301, 2325, '0559-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208302, 2325, '0559-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208303, 2325, '0559-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208304, 2325, '0559-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208305, 2325, '0559-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208306, 2325, '0560-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208307, 2325, '0560-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208308, 2325, '0560-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208309, 2325, '0560-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208310, 2325, '0560-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208311, 2325, '0560-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208312, 2325, '0560-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208313, 2325, '0560-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208314, 2325, '0560-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208315, 2325, '0560-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208316, 2325, '0560-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208317, 2325, '0560-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208318, 2325, '0561-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208319, 2325, '0561-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208320, 2325, '0561-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208321, 2325, '0561-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208322, 2325, '0561-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208323, 2325, '0561-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208324, 2325, '0561-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208325, 2325, '0561-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208326, 2325, '0561-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208327, 2325, '0561-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208328, 2325, '0561-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208329, 2325, '0561-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208330, 2325, '0562-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208331, 2325, '0562-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208332, 2325, '0562-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208333, 2325, '0562-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208334, 2325, '0562-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208335, 2325, '0562-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208336, 2325, '0562-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208337, 2325, '0562-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208338, 2325, '0562-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208339, 2325, '0562-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208340, 2325, '0562-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208341, 2325, '0562-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208342, 2325, '0563-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208343, 2325, '0563-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208344, 2325, '0563-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208345, 2325, '0563-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208346, 2325, '0563-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208347, 2325, '0563-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208348, 2325, '0563-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208349, 2325, '0563-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208350, 2325, '0563-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208351, 2325, '0563-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208352, 2325, '0563-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208353, 2325, '0563-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208354, 2325, '0564-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208355, 2325, '0564-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208356, 2325, '0564-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208357, 2325, '0564-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208358, 2325, '0564-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208359, 2325, '0564-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208360, 2325, '0564-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208361, 2325, '0564-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208362, 2325, '0564-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208363, 2325, '0564-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208364, 2325, '0564-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208365, 2325, '0564-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208366, 2325, '0565-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208367, 2325, '0565-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208368, 2325, '0565-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208369, 2325, '0565-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208370, 2325, '0565-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208371, 2325, '0565-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208372, 2325, '0565-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208373, 2325, '0565-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208374, 2325, '0565-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208375, 2325, '0565-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208376, 2325, '0565-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208377, 2325, '0565-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208378, 2325, '0566-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208379, 2325, '0566-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208380, 2325, '0566-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208381, 2325, '0566-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208382, 2325, '0566-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208383, 2325, '0566-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208384, 2325, '0566-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208385, 2325, '0566-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208386, 2325, '0566-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208387, 2325, '0566-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208388, 2325, '0566-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208389, 2325, '0566-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208390, 2325, '0567-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208391, 2325, '0567-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208392, 2325, '0567-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208393, 2325, '0567-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208394, 2325, '0567-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208395, 2325, '0567-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208396, 2325, '0567-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208397, 2325, '0567-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208398, 2325, '0567-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208399, 2325, '0567-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208400, 2325, '0567-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208401, 2325, '0567-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208402, 2325, '0568-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208403, 2325, '0568-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208404, 2325, '0568-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208405, 2325, '0568-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208406, 2325, '0568-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208407, 2325, '0568-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208408, 2325, '0568-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208409, 2325, '0568-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208410, 2325, '0568-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208411, 2325, '0568-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208412, 2325, '0568-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208413, 2325, '0568-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208414, 2325, '0569-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208415, 2325, '0569-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208416, 2325, '0569-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208417, 2325, '0569-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208418, 2325, '0569-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208419, 2325, '0569-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208420, 2325, '0569-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208421, 2325, '0569-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208422, 2325, '0569-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208423, 2325, '0569-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208424, 2325, '0569-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208425, 2325, '0569-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208426, 2325, '0570-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208427, 2325, '0570-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208428, 2325, '0570-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208429, 2325, '0570-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208430, 2325, '0570-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208431, 2325, '0570-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208432, 2325, '0570-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208433, 2325, '0570-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208434, 2325, '0570-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208435, 2325, '0570-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208436, 2325, '0570-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208437, 2325, '0570-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208438, 2325, '0571-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208439, 2325, '0571-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208440, 2325, '0571-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208441, 2325, '0571-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208442, 2325, '0571-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208443, 2325, '0571-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208444, 2325, '0571-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208445, 2325, '0571-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208446, 2325, '0571-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208447, 2325, '0571-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208448, 2325, '0571-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208449, 2325, '0571-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208450, 2325, '0572-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208451, 2325, '0572-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208452, 2325, '0572-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208453, 2325, '0572-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208454, 2325, '0572-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208455, 2325, '0572-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208456, 2325, '0572-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208457, 2325, '0572-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208458, 2325, '0572-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208459, 2325, '0572-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208460, 2325, '0572-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208461, 2325, '0572-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208462, 2325, '0573-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208463, 2325, '0573-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208464, 2325, '0573-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208465, 2325, '0573-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208466, 2325, '0573-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208467, 2325, '0573-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208468, 2325, '0573-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208469, 2325, '0573-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208470, 2325, '0573-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208471, 2325, '0573-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208472, 2325, '0573-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208473, 2325, '0573-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208474, 2325, '0574-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208475, 2325, '0574-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208476, 2325, '0574-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208477, 2325, '0574-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208478, 2325, '0574-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208479, 2325, '0574-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208480, 2325, '0574-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208481, 2325, '0574-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208482, 2325, '0574-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208483, 2325, '0574-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208484, 2325, '0574-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208485, 2325, '0574-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208486, 2325, '0575-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208487, 2325, '0575-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208488, 2325, '0575-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208489, 2325, '0575-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208490, 2325, '0575-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208491, 2325, '0575-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208492, 2325, '0575-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208493, 2325, '0575-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208494, 2325, '0575-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(208495, 2325, '0575-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208496, 2325, '0575-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208497, 2325, '0575-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208498, 2325, '0576-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208499, 2325, '0576-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208500, 2325, '0576-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208501, 2325, '0576-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208502, 2325, '0576-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208503, 2325, '0576-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208504, 2325, '0576-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208505, 2325, '0576-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208506, 2325, '0576-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208507, 2325, '0576-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208508, 2325, '0576-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208509, 2325, '0576-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208510, 2325, '0577-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208511, 2325, '0577-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208512, 2325, '0577-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208513, 2325, '0577-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208514, 2325, '0577-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208515, 2325, '0577-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208516, 2325, '0577-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208517, 2325, '0577-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208518, 2325, '0577-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208519, 2325, '0577-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208520, 2325, '0577-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208521, 2325, '0577-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208522, 2325, '0578-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208523, 2325, '0578-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208524, 2325, '0578-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208525, 2325, '0578-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208526, 2325, '0578-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208527, 2325, '0578-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208528, 2325, '0578-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208529, 2325, '0578-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208530, 2325, '0578-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208531, 2325, '0578-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208532, 2325, '0578-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208533, 2325, '0578-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208534, 2325, '0579-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208535, 2325, '0579-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208536, 2325, '0579-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208537, 2325, '0579-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208538, 2325, '0579-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208539, 2325, '0579-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208540, 2325, '0579-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208541, 2325, '0579-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208542, 2325, '0579-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208543, 2325, '0579-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208544, 2325, '0579-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208545, 2325, '0579-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208546, 2325, '0580-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208547, 2325, '0580-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208548, 2325, '0580-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208549, 2325, '0580-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208550, 2325, '0580-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208551, 2325, '0580-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208552, 2325, '0580-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208553, 2325, '0580-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208554, 2325, '0580-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208555, 2325, '0580-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208556, 2325, '0580-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208557, 2325, '0580-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208558, 2325, '0581-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208559, 2325, '0581-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208560, 2325, '0581-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208561, 2325, '0581-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208562, 2325, '0581-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208563, 2325, '0581-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208564, 2325, '0581-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208565, 2325, '0581-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208566, 2325, '0581-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208567, 2325, '0581-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208568, 2325, '0581-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208569, 2325, '0581-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208570, 2325, '0582-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208571, 2325, '0582-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208572, 2325, '0582-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208573, 2325, '0582-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208574, 2325, '0582-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208575, 2325, '0582-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208576, 2325, '0582-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208577, 2325, '0582-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208578, 2325, '0582-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208579, 2325, '0582-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208580, 2325, '0582-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208581, 2325, '0582-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208582, 2325, '0583-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208583, 2325, '0583-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208584, 2325, '0583-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208585, 2325, '0583-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208586, 2325, '0583-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208587, 2325, '0583-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208588, 2325, '0583-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208589, 2325, '0583-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208590, 2325, '0583-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208591, 2325, '0583-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208592, 2325, '0583-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208593, 2325, '0583-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208594, 2325, '0584-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208595, 2325, '0584-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208596, 2325, '0584-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208597, 2325, '0584-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208598, 2325, '0584-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208599, 2325, '0584-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208600, 2325, '0584-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208601, 2325, '0584-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208602, 2325, '0584-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208603, 2325, '0584-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208604, 2325, '0584-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208605, 2325, '0584-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208606, 2325, '0585-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208607, 2325, '0585-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208608, 2325, '0585-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208609, 2325, '0585-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208610, 2325, '0585-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208611, 2325, '0585-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208612, 2325, '0585-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208613, 2325, '0585-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208614, 2325, '0585-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208615, 2325, '0585-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208616, 2325, '0585-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208617, 2325, '0585-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208618, 2325, '0586-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208619, 2325, '0586-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208620, 2325, '0586-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208621, 2325, '0586-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208622, 2325, '0586-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208623, 2325, '0586-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208624, 2325, '0586-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208625, 2325, '0586-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208626, 2325, '0586-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208627, 2325, '0586-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208628, 2325, '0586-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208629, 2325, '0586-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208630, 2325, '0587-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208631, 2325, '0587-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208632, 2325, '0587-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208633, 2325, '0587-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208634, 2325, '0587-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208635, 2325, '0587-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208636, 2325, '0587-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208637, 2325, '0587-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208638, 2325, '0587-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208639, 2325, '0587-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208640, 2325, '0587-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208641, 2325, '0587-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208642, 2325, '0588-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208643, 2325, '0588-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208644, 2325, '0588-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208645, 2325, '0588-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208646, 2325, '0588-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208647, 2325, '0588-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:53', '2023-10-31 14:08:53'),
(208648, 2325, '0588-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208649, 2325, '0588-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208650, 2325, '0588-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208651, 2325, '0588-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208652, 2325, '0588-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208653, 2325, '0588-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208654, 2325, '0589-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208655, 2325, '0589-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208656, 2325, '0589-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208657, 2325, '0589-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208658, 2325, '0589-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208659, 2325, '0589-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208660, 2325, '0589-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208661, 2325, '0589-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208662, 2325, '0589-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208663, 2325, '0589-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208664, 2325, '0589-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208665, 2325, '0589-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208666, 2325, '0590-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208667, 2325, '0590-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208668, 2325, '0590-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208669, 2325, '0590-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208670, 2325, '0590-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208671, 2325, '0590-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208672, 2325, '0590-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208673, 2325, '0590-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208674, 2325, '0590-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208675, 2325, '0590-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208676, 2325, '0590-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208677, 2325, '0590-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208678, 2325, '0591-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208679, 2325, '0591-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208680, 2325, '0591-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208681, 2325, '0591-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208682, 2325, '0591-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208683, 2325, '0591-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208684, 2325, '0591-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208685, 2325, '0591-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208686, 2325, '0591-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208687, 2325, '0591-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208688, 2325, '0591-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208689, 2325, '0591-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208690, 2325, '0592-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208691, 2325, '0592-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208692, 2325, '0592-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208693, 2325, '0592-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208694, 2325, '0592-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208695, 2325, '0592-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208696, 2325, '0592-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208697, 2325, '0592-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208698, 2325, '0592-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208699, 2325, '0592-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208700, 2325, '0592-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208701, 2325, '0592-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208702, 2325, '0593-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208703, 2325, '0593-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208704, 2325, '0593-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208705, 2325, '0593-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208706, 2325, '0593-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208707, 2325, '0593-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208708, 2325, '0593-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208709, 2325, '0593-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208710, 2325, '0593-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208711, 2325, '0593-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208712, 2325, '0593-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208713, 2325, '0593-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208714, 2325, '0594-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208715, 2325, '0594-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208716, 2325, '0594-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208717, 2325, '0594-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208718, 2325, '0594-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208719, 2325, '0594-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208720, 2325, '0594-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208721, 2325, '0594-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208722, 2325, '0594-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208723, 2325, '0594-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208724, 2325, '0594-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208725, 2325, '0594-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208726, 2325, '0595-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208727, 2325, '0595-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208728, 2325, '0595-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208729, 2325, '0595-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208730, 2325, '0595-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208731, 2325, '0595-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208732, 2325, '0595-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208733, 2325, '0595-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208734, 2325, '0595-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208735, 2325, '0595-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208736, 2325, '0595-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208737, 2325, '0595-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208738, 2325, '0596-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208739, 2325, '0596-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208740, 2325, '0596-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208741, 2325, '0596-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208742, 2325, '0596-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208743, 2325, '0596-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208744, 2325, '0596-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208745, 2325, '0596-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208746, 2325, '0596-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208747, 2325, '0596-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208748, 2325, '0596-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208749, 2325, '0596-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208750, 2325, '0597-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208751, 2325, '0597-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208752, 2325, '0597-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208753, 2325, '0597-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208754, 2325, '0597-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208755, 2325, '0597-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208756, 2325, '0597-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208757, 2325, '0597-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208758, 2325, '0597-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208759, 2325, '0597-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208760, 2325, '0597-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208761, 2325, '0597-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208762, 2325, '0598-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208763, 2325, '0598-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208764, 2325, '0598-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208765, 2325, '0598-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208766, 2325, '0598-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208767, 2325, '0598-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208768, 2325, '0598-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208769, 2325, '0598-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208770, 2325, '0598-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208771, 2325, '0598-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208772, 2325, '0598-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208773, 2325, '0598-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208774, 2325, '0599-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208775, 2325, '0599-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208776, 2325, '0599-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208777, 2325, '0599-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208778, 2325, '0599-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208779, 2325, '0599-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208780, 2325, '0599-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208781, 2325, '0599-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208782, 2325, '0599-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208783, 2325, '0599-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208784, 2325, '0599-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208785, 2325, '0599-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208786, 2325, '0600-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208787, 2325, '0600-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208788, 2325, '0600-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208789, 2325, '0600-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208790, 2325, '0600-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208791, 2325, '0600-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208792, 2325, '0600-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208793, 2325, '0600-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208794, 2325, '0600-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208795, 2325, '0600-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208796, 2325, '0600-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208797, 2325, '0600-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208798, 2325, '0601-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208799, 2325, '0601-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208800, 2325, '0601-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208801, 2325, '0601-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208802, 2325, '0601-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208803, 2325, '0601-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208804, 2325, '0601-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208805, 2325, '0601-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208806, 2325, '0601-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208807, 2325, '0601-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208808, 2325, '0601-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208809, 2325, '0601-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208810, 2325, '0602-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208811, 2325, '0602-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208812, 2325, '0602-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208813, 2325, '0602-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208814, 2325, '0602-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208815, 2325, '0602-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208816, 2325, '0602-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208817, 2325, '0602-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208818, 2325, '0602-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208819, 2325, '0602-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208820, 2325, '0602-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208821, 2325, '0602-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208822, 2325, '0603-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208823, 2325, '0603-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208824, 2325, '0603-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208825, 2325, '0603-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208826, 2325, '0603-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208827, 2325, '0603-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208828, 2325, '0603-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208829, 2325, '0603-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208830, 2325, '0603-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208831, 2325, '0603-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208832, 2325, '0603-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208833, 2325, '0603-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208834, 2325, '0604-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208835, 2325, '0604-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208836, 2325, '0604-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208837, 2325, '0604-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208838, 2325, '0604-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208839, 2325, '0604-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208840, 2325, '0604-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208841, 2325, '0604-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208842, 2325, '0604-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208843, 2325, '0604-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208844, 2325, '0604-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208845, 2325, '0604-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208846, 2325, '0605-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208847, 2325, '0605-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208848, 2325, '0605-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208849, 2325, '0605-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208850, 2325, '0605-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208851, 2325, '0605-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208852, 2325, '0605-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208853, 2325, '0605-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208854, 2325, '0605-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208855, 2325, '0605-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208856, 2325, '0605-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208857, 2325, '0605-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208858, 2325, '0606-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208859, 2325, '0606-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208860, 2325, '0606-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208861, 2325, '0606-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208862, 2325, '0606-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208863, 2325, '0606-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208864, 2325, '0606-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208865, 2325, '0606-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208866, 2325, '0606-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208867, 2325, '0606-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208868, 2325, '0606-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208869, 2325, '0606-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208870, 2325, '0607-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208871, 2325, '0607-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208872, 2325, '0607-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208873, 2325, '0607-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208874, 2325, '0607-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208875, 2325, '0607-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208876, 2325, '0607-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208877, 2325, '0607-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208878, 2325, '0607-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208879, 2325, '0607-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208880, 2325, '0607-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208881, 2325, '0607-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208882, 2325, '0608-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208883, 2325, '0608-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208884, 2325, '0608-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208885, 2325, '0608-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208886, 2325, '0608-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208887, 2325, '0608-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208888, 2325, '0608-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208889, 2325, '0608-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208890, 2325, '0608-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208891, 2325, '0608-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208892, 2325, '0608-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208893, 2325, '0608-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208894, 2325, '0609-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208895, 2325, '0609-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208896, 2325, '0609-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208897, 2325, '0609-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208898, 2325, '0609-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208899, 2325, '0609-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208900, 2325, '0609-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208901, 2325, '0609-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208902, 2325, '0609-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208903, 2325, '0609-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208904, 2325, '0609-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208905, 2325, '0609-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208906, 2325, '0610-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208907, 2325, '0610-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208908, 2325, '0610-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208909, 2325, '0610-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208910, 2325, '0610-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208911, 2325, '0610-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208912, 2325, '0610-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208913, 2325, '0610-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208914, 2325, '0610-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208915, 2325, '0610-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208916, 2325, '0610-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208917, 2325, '0610-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208918, 2325, '0611-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208919, 2325, '0611-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208920, 2325, '0611-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208921, 2325, '0611-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208922, 2325, '0611-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208923, 2325, '0611-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208924, 2325, '0611-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208925, 2325, '0611-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208926, 2325, '0611-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208927, 2325, '0611-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208928, 2325, '0611-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208929, 2325, '0611-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208930, 2325, '0612-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208931, 2325, '0612-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208932, 2325, '0612-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208933, 2325, '0612-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208934, 2325, '0612-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208935, 2325, '0612-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208936, 2325, '0612-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208937, 2325, '0612-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208938, 2325, '0612-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208939, 2325, '0612-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208940, 2325, '0612-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208941, 2325, '0612-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208942, 2325, '0613-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208943, 2325, '0613-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208944, 2325, '0613-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208945, 2325, '0613-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208946, 2325, '0613-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208947, 2325, '0613-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208948, 2325, '0613-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208949, 2325, '0613-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208950, 2325, '0613-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208951, 2325, '0613-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208952, 2325, '0613-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208953, 2325, '0613-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208954, 2325, '0614-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208955, 2325, '0614-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208956, 2325, '0614-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208957, 2325, '0614-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208958, 2325, '0614-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208959, 2325, '0614-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(208960, 2325, '0614-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208961, 2325, '0614-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208962, 2325, '0614-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208963, 2325, '0614-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208964, 2325, '0614-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208965, 2325, '0614-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208966, 2325, '0615-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208967, 2325, '0615-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208968, 2325, '0615-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208969, 2325, '0615-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208970, 2325, '0615-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208971, 2325, '0615-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208972, 2325, '0615-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208973, 2325, '0615-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208974, 2325, '0615-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208975, 2325, '0615-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208976, 2325, '0615-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208977, 2325, '0615-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208978, 2325, '0616-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208979, 2325, '0616-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208980, 2325, '0616-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208981, 2325, '0616-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208982, 2325, '0616-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208983, 2325, '0616-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208984, 2325, '0616-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208985, 2325, '0616-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208986, 2325, '0616-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:54', '2023-10-31 14:08:54'),
(208987, 2325, '0616-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(208988, 2325, '0616-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(208989, 2325, '0616-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(208990, 2325, '0617-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(208991, 2325, '0617-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(208992, 2325, '0617-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(208993, 2325, '0617-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(208994, 2325, '0617-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(208995, 2325, '0617-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(208996, 2325, '0617-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(208997, 2325, '0617-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(208998, 2325, '0617-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(208999, 2325, '0617-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209000, 2325, '0617-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209001, 2325, '0617-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209002, 2325, '0618-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209003, 2325, '0618-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209004, 2325, '0618-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209005, 2325, '0618-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209006, 2325, '0618-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209007, 2325, '0618-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209008, 2325, '0618-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209009, 2325, '0618-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209010, 2325, '0618-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209011, 2325, '0618-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209012, 2325, '0618-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209013, 2325, '0618-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209014, 2325, '0619-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209015, 2325, '0619-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209016, 2325, '0619-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209017, 2325, '0619-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209018, 2325, '0619-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209019, 2325, '0619-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209020, 2325, '0619-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209021, 2325, '0619-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209022, 2325, '0619-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209023, 2325, '0619-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209024, 2325, '0619-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209025, 2325, '0619-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209026, 2325, '0620-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209027, 2325, '0620-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209028, 2325, '0620-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209029, 2325, '0620-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209030, 2325, '0620-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209031, 2325, '0620-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209032, 2325, '0620-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209033, 2325, '0620-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209034, 2325, '0620-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209035, 2325, '0620-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209036, 2325, '0620-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209037, 2325, '0620-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209038, 2325, '0621-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209039, 2325, '0621-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209040, 2325, '0621-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209041, 2325, '0621-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209042, 2325, '0621-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209043, 2325, '0621-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209044, 2325, '0621-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209045, 2325, '0621-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209046, 2325, '0621-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209047, 2325, '0621-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209048, 2325, '0621-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209049, 2325, '0621-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209050, 2325, '0622-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209051, 2325, '0622-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209052, 2325, '0622-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209053, 2325, '0622-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209054, 2325, '0622-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209055, 2325, '0622-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209056, 2325, '0622-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209057, 2325, '0622-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209058, 2325, '0622-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209059, 2325, '0622-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209060, 2325, '0622-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209061, 2325, '0622-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209062, 2325, '0623-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209063, 2325, '0623-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209064, 2325, '0623-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209065, 2325, '0623-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209066, 2325, '0623-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209067, 2325, '0623-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209068, 2325, '0623-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209069, 2325, '0623-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209070, 2325, '0623-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209071, 2325, '0623-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209072, 2325, '0623-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209073, 2325, '0623-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209074, 2325, '0624-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209075, 2325, '0624-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209076, 2325, '0624-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209077, 2325, '0624-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209078, 2325, '0624-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209079, 2325, '0624-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209080, 2325, '0624-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209081, 2325, '0624-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209082, 2325, '0624-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209083, 2325, '0624-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209084, 2325, '0624-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209085, 2325, '0624-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209086, 2325, '0625-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209087, 2325, '0625-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209088, 2325, '0625-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209089, 2325, '0625-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209090, 2325, '0625-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209091, 2325, '0625-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209092, 2325, '0625-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209093, 2325, '0625-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209094, 2325, '0625-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209095, 2325, '0625-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209096, 2325, '0625-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209097, 2325, '0625-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209098, 2325, '0626-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209099, 2325, '0626-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209100, 2325, '0626-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209101, 2325, '0626-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209102, 2325, '0626-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209103, 2325, '0626-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209104, 2325, '0626-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209105, 2325, '0626-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209106, 2325, '0626-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209107, 2325, '0626-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209108, 2325, '0626-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209109, 2325, '0626-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209110, 2325, '0627-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209111, 2325, '0627-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209112, 2325, '0627-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209113, 2325, '0627-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209114, 2325, '0627-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209115, 2325, '0627-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209116, 2325, '0627-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209117, 2325, '0627-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209118, 2325, '0627-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209119, 2325, '0627-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209120, 2325, '0627-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209121, 2325, '0627-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209122, 2325, '0628-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209123, 2325, '0628-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209124, 2325, '0628-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209125, 2325, '0628-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209126, 2325, '0628-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209127, 2325, '0628-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209128, 2325, '0628-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209129, 2325, '0628-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209130, 2325, '0628-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209131, 2325, '0628-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209132, 2325, '0628-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209133, 2325, '0628-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209134, 2325, '0629-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209135, 2325, '0629-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209136, 2325, '0629-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209137, 2325, '0629-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209138, 2325, '0629-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209139, 2325, '0629-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209140, 2325, '0629-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209141, 2325, '0629-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209142, 2325, '0629-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209143, 2325, '0629-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209144, 2325, '0629-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209145, 2325, '0629-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209146, 2325, '0630-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209147, 2325, '0630-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209148, 2325, '0630-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209149, 2325, '0630-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209150, 2325, '0630-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209151, 2325, '0630-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209152, 2325, '0630-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209153, 2325, '0630-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209154, 2325, '0630-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209155, 2325, '0630-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209156, 2325, '0630-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209157, 2325, '0630-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209158, 2325, '0631-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209159, 2325, '0631-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209160, 2325, '0631-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209161, 2325, '0631-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209162, 2325, '0631-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209163, 2325, '0631-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209164, 2325, '0631-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209165, 2325, '0631-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209166, 2325, '0631-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209167, 2325, '0631-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209168, 2325, '0631-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209169, 2325, '0631-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209170, 2325, '0632-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209171, 2325, '0632-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209172, 2325, '0632-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209173, 2325, '0632-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209174, 2325, '0632-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209175, 2325, '0632-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209176, 2325, '0632-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209177, 2325, '0632-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209178, 2325, '0632-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209179, 2325, '0632-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209180, 2325, '0632-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209181, 2325, '0632-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209182, 2325, '0633-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209183, 2325, '0633-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209184, 2325, '0633-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209185, 2325, '0633-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209186, 2325, '0633-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209187, 2325, '0633-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209188, 2325, '0633-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209189, 2325, '0633-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209190, 2325, '0633-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209191, 2325, '0633-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209192, 2325, '0633-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209193, 2325, '0633-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209194, 2325, '0634-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209195, 2325, '0634-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209196, 2325, '0634-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209197, 2325, '0634-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209198, 2325, '0634-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209199, 2325, '0634-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209200, 2325, '0634-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209201, 2325, '0634-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209202, 2325, '0634-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209203, 2325, '0634-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209204, 2325, '0634-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209205, 2325, '0634-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209206, 2325, '0635-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209207, 2325, '0635-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209208, 2325, '0635-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209209, 2325, '0635-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209210, 2325, '0635-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209211, 2325, '0635-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209212, 2325, '0635-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209213, 2325, '0635-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209214, 2325, '0635-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209215, 2325, '0635-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209216, 2325, '0635-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209217, 2325, '0635-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209218, 2325, '0636-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209219, 2325, '0636-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209220, 2325, '0636-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209221, 2325, '0636-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209222, 2325, '0636-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209223, 2325, '0636-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209224, 2325, '0636-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209225, 2325, '0636-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209226, 2325, '0636-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209227, 2325, '0636-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209228, 2325, '0636-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209229, 2325, '0636-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209230, 2325, '0637-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209231, 2325, '0637-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209232, 2325, '0637-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209233, 2325, '0637-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209234, 2325, '0637-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209235, 2325, '0637-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209236, 2325, '0637-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209237, 2325, '0637-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209238, 2325, '0637-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209239, 2325, '0637-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209240, 2325, '0637-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209241, 2325, '0637-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209242, 2325, '0638-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209243, 2325, '0638-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209244, 2325, '0638-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209245, 2325, '0638-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209246, 2325, '0638-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209247, 2325, '0638-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209248, 2325, '0638-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209249, 2325, '0638-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209250, 2325, '0638-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209251, 2325, '0638-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209252, 2325, '0638-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209253, 2325, '0638-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209254, 2325, '0639-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209255, 2325, '0639-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209256, 2325, '0639-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209257, 2325, '0639-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209258, 2325, '0639-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209259, 2325, '0639-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209260, 2325, '0639-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209261, 2325, '0639-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209262, 2325, '0639-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209263, 2325, '0639-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209264, 2325, '0639-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209265, 2325, '0639-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209266, 2325, '0640-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209267, 2325, '0640-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209268, 2325, '0640-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209269, 2325, '0640-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209270, 2325, '0640-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209271, 2325, '0640-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209272, 2325, '0640-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209273, 2325, '0640-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209274, 2325, '0640-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209275, 2325, '0640-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209276, 2325, '0640-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209277, 2325, '0640-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209278, 2325, '0641-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209279, 2325, '0641-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209280, 2325, '0641-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209281, 2325, '0641-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209282, 2325, '0641-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209283, 2325, '0641-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209284, 2325, '0641-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209285, 2325, '0641-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209286, 2325, '0641-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209287, 2325, '0641-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209288, 2325, '0641-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209289, 2325, '0641-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209290, 2325, '0642-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209291, 2325, '0642-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209292, 2325, '0642-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209293, 2325, '0642-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209294, 2325, '0642-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209295, 2325, '0642-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209296, 2325, '0642-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209297, 2325, '0642-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209298, 2325, '0642-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209299, 2325, '0642-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209300, 2325, '0642-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209301, 2325, '0642-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209302, 2325, '0643-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209303, 2325, '0643-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209304, 2325, '0643-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209305, 2325, '0643-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209306, 2325, '0643-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209307, 2325, '0643-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209308, 2325, '0643-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209309, 2325, '0643-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209310, 2325, '0643-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209311, 2325, '0643-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209312, 2325, '0643-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209313, 2325, '0643-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:55', '2023-10-31 14:08:55'),
(209314, 2325, '0644-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209315, 2325, '0644-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209316, 2325, '0644-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209317, 2325, '0644-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209318, 2325, '0644-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209319, 2325, '0644-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209320, 2325, '0644-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209321, 2325, '0644-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209322, 2325, '0644-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209323, 2325, '0644-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209324, 2325, '0644-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209325, 2325, '0644-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209326, 2325, '0645-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209327, 2325, '0645-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209328, 2325, '0645-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209329, 2325, '0645-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209330, 2325, '0645-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209331, 2325, '0645-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209332, 2325, '0645-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209333, 2325, '0645-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209334, 2325, '0645-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209335, 2325, '0645-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209336, 2325, '0645-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209337, 2325, '0645-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209338, 2325, '0646-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209339, 2325, '0646-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209340, 2325, '0646-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209341, 2325, '0646-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209342, 2325, '0646-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209343, 2325, '0646-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209344, 2325, '0646-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209345, 2325, '0646-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209346, 2325, '0646-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209347, 2325, '0646-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209348, 2325, '0646-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209349, 2325, '0646-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209350, 2325, '0647-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209351, 2325, '0647-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209352, 2325, '0647-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209353, 2325, '0647-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209354, 2325, '0647-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209355, 2325, '0647-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209356, 2325, '0647-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209357, 2325, '0647-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209358, 2325, '0647-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209359, 2325, '0647-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209360, 2325, '0647-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209361, 2325, '0647-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209362, 2325, '0648-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209363, 2325, '0648-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209364, 2325, '0648-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209365, 2325, '0648-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209366, 2325, '0648-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209367, 2325, '0648-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209368, 2325, '0648-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209369, 2325, '0648-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209370, 2325, '0648-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209371, 2325, '0648-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209372, 2325, '0648-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209373, 2325, '0648-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209374, 2325, '0649-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209375, 2325, '0649-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209376, 2325, '0649-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209377, 2325, '0649-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209378, 2325, '0649-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209379, 2325, '0649-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209380, 2325, '0649-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209381, 2325, '0649-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209382, 2325, '0649-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209383, 2325, '0649-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209384, 2325, '0649-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209385, 2325, '0649-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209386, 2325, '0650-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209387, 2325, '0650-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209388, 2325, '0650-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209389, 2325, '0650-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209390, 2325, '0650-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209391, 2325, '0650-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209392, 2325, '0650-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209393, 2325, '0650-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209394, 2325, '0650-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209395, 2325, '0650-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209396, 2325, '0650-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209397, 2325, '0650-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209398, 2325, '0651-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209399, 2325, '0651-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209400, 2325, '0651-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209401, 2325, '0651-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209402, 2325, '0651-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209403, 2325, '0651-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209404, 2325, '0651-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209405, 2325, '0651-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209406, 2325, '0651-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209407, 2325, '0651-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209408, 2325, '0651-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209409, 2325, '0651-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209410, 2325, '0652-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209411, 2325, '0652-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209412, 2325, '0652-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209413, 2325, '0652-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209414, 2325, '0652-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209415, 2325, '0652-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209416, 2325, '0652-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209417, 2325, '0652-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209418, 2325, '0652-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209419, 2325, '0652-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209420, 2325, '0652-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209421, 2325, '0652-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209422, 2325, '0653-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209423, 2325, '0653-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209424, 2325, '0653-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(209425, 2325, '0653-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209426, 2325, '0653-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209427, 2325, '0653-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209428, 2325, '0653-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209429, 2325, '0653-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209430, 2325, '0653-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209431, 2325, '0653-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209432, 2325, '0653-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209433, 2325, '0653-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209434, 2325, '0654-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209435, 2325, '0654-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209436, 2325, '0654-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209437, 2325, '0654-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209438, 2325, '0654-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209439, 2325, '0654-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209440, 2325, '0654-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209441, 2325, '0654-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209442, 2325, '0654-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209443, 2325, '0654-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209444, 2325, '0654-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209445, 2325, '0654-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209446, 2325, '0655-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209447, 2325, '0655-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209448, 2325, '0655-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209449, 2325, '0655-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209450, 2325, '0655-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209451, 2325, '0655-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209452, 2325, '0655-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209453, 2325, '0655-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209454, 2325, '0655-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209455, 2325, '0655-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209456, 2325, '0655-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209457, 2325, '0655-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209458, 2325, '0656-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209459, 2325, '0656-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209460, 2325, '0656-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209461, 2325, '0656-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209462, 2325, '0656-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209463, 2325, '0656-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209464, 2325, '0656-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209465, 2325, '0656-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209466, 2325, '0656-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209467, 2325, '0656-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209468, 2325, '0656-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209469, 2325, '0656-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209470, 2325, '0657-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209471, 2325, '0657-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209472, 2325, '0657-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209473, 2325, '0657-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209474, 2325, '0657-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209475, 2325, '0657-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209476, 2325, '0657-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209477, 2325, '0657-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209478, 2325, '0657-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209479, 2325, '0657-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209480, 2325, '0657-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209481, 2325, '0657-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209482, 2325, '0658-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209483, 2325, '0658-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209484, 2325, '0658-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209485, 2325, '0658-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209486, 2325, '0658-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209487, 2325, '0658-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209488, 2325, '0658-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209489, 2325, '0658-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209490, 2325, '0658-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209491, 2325, '0658-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209492, 2325, '0658-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209493, 2325, '0658-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209494, 2325, '0659-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209495, 2325, '0659-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209496, 2325, '0659-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209497, 2325, '0659-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209498, 2325, '0659-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209499, 2325, '0659-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209500, 2325, '0659-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209501, 2325, '0659-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209502, 2325, '0659-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209503, 2325, '0659-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209504, 2325, '0659-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209505, 2325, '0659-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209506, 2325, '0660-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209507, 2325, '0660-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209508, 2325, '0660-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209509, 2325, '0660-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209510, 2325, '0660-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209511, 2325, '0660-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209512, 2325, '0660-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209513, 2325, '0660-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209514, 2325, '0660-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209515, 2325, '0660-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209516, 2325, '0660-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209517, 2325, '0660-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209518, 2325, '0661-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209519, 2325, '0661-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209520, 2325, '0661-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209521, 2325, '0661-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209522, 2325, '0661-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209523, 2325, '0661-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209524, 2325, '0661-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209525, 2325, '0661-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209526, 2325, '0661-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209527, 2325, '0661-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209528, 2325, '0661-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209529, 2325, '0661-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209530, 2325, '0662-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209531, 2325, '0662-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209532, 2325, '0662-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209533, 2325, '0662-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209534, 2325, '0662-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209535, 2325, '0662-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209536, 2325, '0662-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209537, 2325, '0662-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209538, 2325, '0662-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209539, 2325, '0662-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209540, 2325, '0662-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209541, 2325, '0662-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209542, 2325, '0663-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209543, 2325, '0663-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209544, 2325, '0663-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209545, 2325, '0663-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209546, 2325, '0663-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209547, 2325, '0663-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209548, 2325, '0663-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209549, 2325, '0663-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209550, 2325, '0663-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209551, 2325, '0663-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209552, 2325, '0663-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209553, 2325, '0663-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209554, 2325, '0664-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209555, 2325, '0664-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209556, 2325, '0664-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209557, 2325, '0664-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209558, 2325, '0664-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209559, 2325, '0664-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209560, 2325, '0664-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209561, 2325, '0664-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209562, 2325, '0664-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209563, 2325, '0664-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209564, 2325, '0664-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209565, 2325, '0664-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209566, 2325, '0665-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209567, 2325, '0665-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209568, 2325, '0665-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209569, 2325, '0665-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209570, 2325, '0665-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209571, 2325, '0665-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209572, 2325, '0665-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209573, 2325, '0665-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209574, 2325, '0665-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209575, 2325, '0665-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209576, 2325, '0665-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209577, 2325, '0665-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209578, 2325, '0666-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209579, 2325, '0666-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209580, 2325, '0666-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209581, 2325, '0666-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209582, 2325, '0666-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209583, 2325, '0666-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209584, 2325, '0666-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209585, 2325, '0666-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209586, 2325, '0666-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209587, 2325, '0666-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209588, 2325, '0666-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209589, 2325, '0666-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209590, 2325, '0667-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209591, 2325, '0667-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209592, 2325, '0667-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209593, 2325, '0667-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209594, 2325, '0667-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209595, 2325, '0667-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209596, 2325, '0667-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209597, 2325, '0667-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209598, 2325, '0667-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209599, 2325, '0667-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209600, 2325, '0667-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209601, 2325, '0667-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209602, 2325, '0668-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209603, 2325, '0668-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209604, 2325, '0668-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209605, 2325, '0668-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209606, 2325, '0668-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209607, 2325, '0668-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209608, 2325, '0668-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209609, 2325, '0668-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209610, 2325, '0668-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209611, 2325, '0668-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209612, 2325, '0668-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209613, 2325, '0668-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209614, 2325, '0669-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209615, 2325, '0669-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209616, 2325, '0669-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209617, 2325, '0669-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209618, 2325, '0669-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209619, 2325, '0669-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209620, 2325, '0669-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209621, 2325, '0669-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209622, 2325, '0669-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:56', '2023-10-31 14:08:56'),
(209623, 2325, '0669-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209624, 2325, '0669-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209625, 2325, '0669-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209626, 2325, '0670-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209627, 2325, '0670-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209628, 2325, '0670-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209629, 2325, '0670-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209630, 2325, '0670-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209631, 2325, '0670-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209632, 2325, '0670-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209633, 2325, '0670-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209634, 2325, '0670-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209635, 2325, '0670-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209636, 2325, '0670-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209637, 2325, '0670-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209638, 2325, '0671-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209639, 2325, '0671-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209640, 2325, '0671-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209641, 2325, '0671-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209642, 2325, '0671-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209643, 2325, '0671-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209644, 2325, '0671-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209645, 2325, '0671-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209646, 2325, '0671-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209647, 2325, '0671-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209648, 2325, '0671-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209649, 2325, '0671-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209650, 2325, '0672-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209651, 2325, '0672-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209652, 2325, '0672-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209653, 2325, '0672-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209654, 2325, '0672-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209655, 2325, '0672-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209656, 2325, '0672-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209657, 2325, '0672-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209658, 2325, '0672-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209659, 2325, '0672-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209660, 2325, '0672-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209661, 2325, '0672-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209662, 2325, '0673-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209663, 2325, '0673-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209664, 2325, '0673-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209665, 2325, '0673-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209666, 2325, '0673-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209667, 2325, '0673-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209668, 2325, '0673-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209669, 2325, '0673-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209670, 2325, '0673-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209671, 2325, '0673-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209672, 2325, '0673-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209673, 2325, '0673-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209674, 2325, '0674-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209675, 2325, '0674-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209676, 2325, '0674-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209677, 2325, '0674-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209678, 2325, '0674-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209679, 2325, '0674-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209680, 2325, '0674-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209681, 2325, '0674-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209682, 2325, '0674-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209683, 2325, '0674-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209684, 2325, '0674-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209685, 2325, '0674-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209686, 2325, '0675-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209687, 2325, '0675-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209688, 2325, '0675-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209689, 2325, '0675-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209690, 2325, '0675-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209691, 2325, '0675-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209692, 2325, '0675-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209693, 2325, '0675-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209694, 2325, '0675-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209695, 2325, '0675-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209696, 2325, '0675-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209697, 2325, '0675-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209698, 2325, '0676-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209699, 2325, '0676-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209700, 2325, '0676-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209701, 2325, '0676-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209702, 2325, '0676-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209703, 2325, '0676-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209704, 2325, '0676-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209705, 2325, '0676-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209706, 2325, '0676-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209707, 2325, '0676-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209708, 2325, '0676-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209709, 2325, '0676-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209710, 2325, '0677-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209711, 2325, '0677-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209712, 2325, '0677-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209713, 2325, '0677-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209714, 2325, '0677-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209715, 2325, '0677-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209716, 2325, '0677-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209717, 2325, '0677-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209718, 2325, '0677-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209719, 2325, '0677-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209720, 2325, '0677-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209721, 2325, '0677-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209722, 2325, '0678-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209723, 2325, '0678-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209724, 2325, '0678-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209725, 2325, '0678-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209726, 2325, '0678-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209727, 2325, '0678-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209728, 2325, '0678-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209729, 2325, '0678-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209730, 2325, '0678-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209731, 2325, '0678-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209732, 2325, '0678-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209733, 2325, '0678-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209734, 2325, '0679-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209735, 2325, '0679-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209736, 2325, '0679-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209737, 2325, '0679-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209738, 2325, '0679-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209739, 2325, '0679-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209740, 2325, '0679-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209741, 2325, '0679-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209742, 2325, '0679-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209743, 2325, '0679-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209744, 2325, '0679-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209745, 2325, '0679-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209746, 2325, '0680-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209747, 2325, '0680-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209748, 2325, '0680-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209749, 2325, '0680-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209750, 2325, '0680-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209751, 2325, '0680-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209752, 2325, '0680-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209753, 2325, '0680-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209754, 2325, '0680-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209755, 2325, '0680-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209756, 2325, '0680-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209757, 2325, '0680-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209758, 2325, '0681-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209759, 2325, '0681-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209760, 2325, '0681-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209761, 2325, '0681-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209762, 2325, '0681-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209763, 2325, '0681-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209764, 2325, '0681-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209765, 2325, '0681-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209766, 2325, '0681-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209767, 2325, '0681-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209768, 2325, '0681-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209769, 2325, '0681-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209770, 2325, '0682-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209771, 2325, '0682-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209772, 2325, '0682-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209773, 2325, '0682-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209774, 2325, '0682-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209775, 2325, '0682-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209776, 2325, '0682-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209777, 2325, '0682-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209778, 2325, '0682-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209779, 2325, '0682-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209780, 2325, '0682-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209781, 2325, '0682-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209782, 2325, '0683-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209783, 2325, '0683-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209784, 2325, '0683-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209785, 2325, '0683-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209786, 2325, '0683-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209787, 2325, '0683-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209788, 2325, '0683-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209789, 2325, '0683-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209790, 2325, '0683-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209791, 2325, '0683-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209792, 2325, '0683-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209793, 2325, '0683-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209794, 2325, '0684-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209795, 2325, '0684-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209796, 2325, '0684-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209797, 2325, '0684-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209798, 2325, '0684-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209799, 2325, '0684-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209800, 2325, '0684-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209801, 2325, '0684-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209802, 2325, '0684-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209803, 2325, '0684-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209804, 2325, '0684-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209805, 2325, '0684-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209806, 2325, '0685-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209807, 2325, '0685-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209808, 2325, '0685-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209809, 2325, '0685-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209810, 2325, '0685-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209811, 2325, '0685-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209812, 2325, '0685-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209813, 2325, '0685-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209814, 2325, '0685-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209815, 2325, '0685-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209816, 2325, '0685-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209817, 2325, '0685-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209818, 2325, '0686-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209819, 2325, '0686-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209820, 2325, '0686-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209821, 2325, '0686-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209822, 2325, '0686-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209823, 2325, '0686-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209824, 2325, '0686-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209825, 2325, '0686-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209826, 2325, '0686-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209827, 2325, '0686-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209828, 2325, '0686-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209829, 2325, '0686-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209830, 2325, '0687-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209831, 2325, '0687-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209832, 2325, '0687-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209833, 2325, '0687-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209834, 2325, '0687-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209835, 2325, '0687-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209836, 2325, '0687-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209837, 2325, '0687-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209838, 2325, '0687-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209839, 2325, '0687-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209840, 2325, '0687-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209841, 2325, '0687-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209842, 2325, '0688-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209843, 2325, '0688-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209844, 2325, '0688-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209845, 2325, '0688-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209846, 2325, '0688-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209847, 2325, '0688-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209848, 2325, '0688-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209849, 2325, '0688-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209850, 2325, '0688-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209851, 2325, '0688-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209852, 2325, '0688-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209853, 2325, '0688-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209854, 2325, '0689-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209855, 2325, '0689-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209856, 2325, '0689-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209857, 2325, '0689-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209858, 2325, '0689-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209859, 2325, '0689-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209860, 2325, '0689-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209861, 2325, '0689-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209862, 2325, '0689-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209863, 2325, '0689-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209864, 2325, '0689-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209865, 2325, '0689-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209866, 2325, '0690-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209867, 2325, '0690-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209868, 2325, '0690-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209869, 2325, '0690-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209870, 2325, '0690-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209871, 2325, '0690-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209872, 2325, '0690-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209873, 2325, '0690-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209874, 2325, '0690-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209875, 2325, '0690-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209876, 2325, '0690-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209877, 2325, '0690-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209878, 2325, '0691-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209879, 2325, '0691-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209880, 2325, '0691-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209881, 2325, '0691-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209882, 2325, '0691-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209883, 2325, '0691-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209884, 2325, '0691-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209885, 2325, '0691-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209886, 2325, '0691-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209887, 2325, '0691-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209888, 2325, '0691-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209889, 2325, '0691-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(209890, 2325, '0692-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209891, 2325, '0692-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209892, 2325, '0692-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209893, 2325, '0692-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209894, 2325, '0692-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209895, 2325, '0692-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209896, 2325, '0692-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209897, 2325, '0692-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209898, 2325, '0692-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209899, 2325, '0692-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209900, 2325, '0692-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209901, 2325, '0692-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209902, 2325, '0693-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209903, 2325, '0693-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209904, 2325, '0693-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209905, 2325, '0693-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209906, 2325, '0693-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209907, 2325, '0693-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209908, 2325, '0693-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209909, 2325, '0693-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209910, 2325, '0693-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209911, 2325, '0693-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209912, 2325, '0693-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209913, 2325, '0693-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209914, 2325, '0694-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209915, 2325, '0694-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209916, 2325, '0694-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209917, 2325, '0694-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209918, 2325, '0694-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209919, 2325, '0694-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209920, 2325, '0694-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209921, 2325, '0694-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209922, 2325, '0694-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209923, 2325, '0694-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209924, 2325, '0694-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209925, 2325, '0694-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209926, 2325, '0695-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209927, 2325, '0695-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209928, 2325, '0695-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209929, 2325, '0695-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209930, 2325, '0695-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209931, 2325, '0695-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209932, 2325, '0695-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209933, 2325, '0695-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209934, 2325, '0695-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209935, 2325, '0695-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209936, 2325, '0695-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209937, 2325, '0695-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209938, 2325, '0696-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209939, 2325, '0696-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209940, 2325, '0696-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209941, 2325, '0696-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209942, 2325, '0696-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209943, 2325, '0696-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209944, 2325, '0696-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209945, 2325, '0696-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209946, 2325, '0696-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209947, 2325, '0696-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209948, 2325, '0696-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209949, 2325, '0696-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209950, 2325, '0697-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209951, 2325, '0697-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209952, 2325, '0697-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209953, 2325, '0697-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209954, 2325, '0697-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209955, 2325, '0697-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209956, 2325, '0697-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209957, 2325, '0697-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209958, 2325, '0697-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209959, 2325, '0697-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209960, 2325, '0697-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209961, 2325, '0697-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209962, 2325, '0698-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209963, 2325, '0698-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209964, 2325, '0698-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209965, 2325, '0698-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209966, 2325, '0698-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209967, 2325, '0698-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209968, 2325, '0698-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209969, 2325, '0698-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209970, 2325, '0698-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209971, 2325, '0698-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209972, 2325, '0698-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209973, 2325, '0698-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209974, 2325, '0699-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209975, 2325, '0699-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209976, 2325, '0699-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209977, 2325, '0699-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209978, 2325, '0699-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209979, 2325, '0699-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209980, 2325, '0699-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209981, 2325, '0699-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209982, 2325, '0699-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209983, 2325, '0699-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209984, 2325, '0699-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209985, 2325, '0699-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209986, 2325, '0700-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209987, 2325, '0700-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209988, 2325, '0700-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209989, 2325, '0700-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209990, 2325, '0700-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209991, 2325, '0700-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209992, 2325, '0700-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209993, 2325, '0700-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209994, 2325, '0700-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209995, 2325, '0700-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209996, 2325, '0700-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209997, 2325, '0700-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209998, 2325, '0701-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(209999, 2325, '0701-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(210000, 2325, '0701-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(210001, 2325, '0701-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(210002, 2325, '0701-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(210003, 2325, '0701-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(210004, 2325, '0701-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(210005, 2325, '0701-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(210006, 2325, '0701-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(210007, 2325, '0701-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(210008, 2325, '0701-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(210009, 2325, '0701-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(210010, 2325, '0702-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(210011, 2325, '0702-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(210012, 2325, '0702-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(210013, 2325, '0702-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(210014, 2325, '0702-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(210015, 2325, '0702-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(210016, 2325, '0702-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(210017, 2325, '0702-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(210018, 2325, '0702-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(210019, 2325, '0702-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(210020, 2325, '0702-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(210021, 2325, '0702-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(210022, 2325, '0703-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(210023, 2325, '0703-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(210024, 2325, '0703-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(210025, 2325, '0703-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(210026, 2325, '0703-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(210027, 2325, '0703-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(210028, 2325, '0703-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:57', '2023-10-31 14:08:57'),
(210029, 2325, '0703-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210030, 2325, '0703-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210031, 2325, '0703-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210032, 2325, '0703-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210033, 2325, '0703-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210034, 2325, '0704-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210035, 2325, '0704-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210036, 2325, '0704-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210037, 2325, '0704-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210038, 2325, '0704-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210039, 2325, '0704-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210040, 2325, '0704-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210041, 2325, '0704-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210042, 2325, '0704-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210043, 2325, '0704-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210044, 2325, '0704-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210045, 2325, '0704-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210046, 2325, '0705-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210047, 2325, '0705-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210048, 2325, '0705-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210049, 2325, '0705-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210050, 2325, '0705-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210051, 2325, '0705-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210052, 2325, '0705-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210053, 2325, '0705-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210054, 2325, '0705-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210055, 2325, '0705-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210056, 2325, '0705-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210057, 2325, '0705-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210058, 2325, '0706-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210059, 2325, '0706-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210060, 2325, '0706-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210061, 2325, '0706-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210062, 2325, '0706-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210063, 2325, '0706-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210064, 2325, '0706-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210065, 2325, '0706-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210066, 2325, '0706-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210067, 2325, '0706-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210068, 2325, '0706-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210069, 2325, '0706-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210070, 2325, '0707-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210071, 2325, '0707-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210072, 2325, '0707-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210073, 2325, '0707-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210074, 2325, '0707-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210075, 2325, '0707-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210076, 2325, '0707-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210077, 2325, '0707-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210078, 2325, '0707-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210079, 2325, '0707-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210080, 2325, '0707-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210081, 2325, '0707-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210082, 2325, '0708-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210083, 2325, '0708-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210084, 2325, '0708-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210085, 2325, '0708-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210086, 2325, '0708-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210087, 2325, '0708-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210088, 2325, '0708-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210089, 2325, '0708-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210090, 2325, '0708-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210091, 2325, '0708-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210092, 2325, '0708-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210093, 2325, '0708-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210094, 2325, '0709-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210095, 2325, '0709-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210096, 2325, '0709-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210097, 2325, '0709-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210098, 2325, '0709-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210099, 2325, '0709-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210100, 2325, '0709-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210101, 2325, '0709-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210102, 2325, '0709-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210103, 2325, '0709-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210104, 2325, '0709-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210105, 2325, '0709-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210106, 2325, '0710-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210107, 2325, '0710-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210108, 2325, '0710-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210109, 2325, '0710-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210110, 2325, '0710-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210111, 2325, '0710-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210112, 2325, '0710-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210113, 2325, '0710-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210114, 2325, '0710-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210115, 2325, '0710-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210116, 2325, '0710-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210117, 2325, '0710-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210118, 2325, '0711-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210119, 2325, '0711-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210120, 2325, '0711-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210121, 2325, '0711-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210122, 2325, '0711-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210123, 2325, '0711-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210124, 2325, '0711-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210125, 2325, '0711-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210126, 2325, '0711-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210127, 2325, '0711-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210128, 2325, '0711-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210129, 2325, '0711-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210130, 2325, '0712-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210131, 2325, '0712-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210132, 2325, '0712-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210133, 2325, '0712-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210134, 2325, '0712-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210135, 2325, '0712-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210136, 2325, '0712-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210137, 2325, '0712-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210138, 2325, '0712-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210139, 2325, '0712-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210140, 2325, '0712-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210141, 2325, '0712-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210142, 2325, '0713-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210143, 2325, '0713-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210144, 2325, '0713-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210145, 2325, '0713-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210146, 2325, '0713-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210147, 2325, '0713-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210148, 2325, '0713-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210149, 2325, '0713-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210150, 2325, '0713-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210151, 2325, '0713-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210152, 2325, '0713-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210153, 2325, '0713-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210154, 2325, '0714-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210155, 2325, '0714-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210156, 2325, '0714-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210157, 2325, '0714-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210158, 2325, '0714-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210159, 2325, '0714-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210160, 2325, '0714-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210161, 2325, '0714-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210162, 2325, '0714-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210163, 2325, '0714-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210164, 2325, '0714-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210165, 2325, '0714-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210166, 2325, '0715-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210167, 2325, '0715-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210168, 2325, '0715-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210169, 2325, '0715-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210170, 2325, '0715-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210171, 2325, '0715-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210172, 2325, '0715-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210173, 2325, '0715-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210174, 2325, '0715-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210175, 2325, '0715-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210176, 2325, '0715-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210177, 2325, '0715-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210178, 2325, '0716-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210179, 2325, '0716-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210180, 2325, '0716-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210181, 2325, '0716-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210182, 2325, '0716-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210183, 2325, '0716-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210184, 2325, '0716-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210185, 2325, '0716-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210186, 2325, '0716-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210187, 2325, '0716-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210188, 2325, '0716-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210189, 2325, '0716-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210190, 2325, '0717-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210191, 2325, '0717-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210192, 2325, '0717-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210193, 2325, '0717-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210194, 2325, '0717-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210195, 2325, '0717-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210196, 2325, '0717-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210197, 2325, '0717-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210198, 2325, '0717-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210199, 2325, '0717-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210200, 2325, '0717-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210201, 2325, '0717-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210202, 2325, '0718-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210203, 2325, '0718-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210204, 2325, '0718-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210205, 2325, '0718-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210206, 2325, '0718-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210207, 2325, '0718-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210208, 2325, '0718-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210209, 2325, '0718-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210210, 2325, '0718-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210211, 2325, '0718-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210212, 2325, '0718-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210213, 2325, '0718-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210214, 2325, '0719-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210215, 2325, '0719-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210216, 2325, '0719-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210217, 2325, '0719-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210218, 2325, '0719-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210219, 2325, '0719-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210220, 2325, '0719-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210221, 2325, '0719-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210222, 2325, '0719-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210223, 2325, '0719-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210224, 2325, '0719-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210225, 2325, '0719-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210226, 2325, '0720-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210227, 2325, '0720-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210228, 2325, '0720-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210229, 2325, '0720-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210230, 2325, '0720-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210231, 2325, '0720-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210232, 2325, '0720-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210233, 2325, '0720-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210234, 2325, '0720-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210235, 2325, '0720-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210236, 2325, '0720-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210237, 2325, '0720-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210238, 2325, '0721-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210239, 2325, '0721-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210240, 2325, '0721-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210241, 2325, '0721-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210242, 2325, '0721-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210243, 2325, '0721-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210244, 2325, '0721-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210245, 2325, '0721-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210246, 2325, '0721-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210247, 2325, '0721-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210248, 2325, '0721-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210249, 2325, '0721-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210250, 2325, '0722-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210251, 2325, '0722-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210252, 2325, '0722-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210253, 2325, '0722-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210254, 2325, '0722-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210255, 2325, '0722-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210256, 2325, '0722-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210257, 2325, '0722-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210258, 2325, '0722-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210259, 2325, '0722-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210260, 2325, '0722-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210261, 2325, '0722-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210262, 2325, '0723-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210263, 2325, '0723-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210264, 2325, '0723-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210265, 2325, '0723-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210266, 2325, '0723-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210267, 2325, '0723-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210268, 2325, '0723-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210269, 2325, '0723-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210270, 2325, '0723-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210271, 2325, '0723-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210272, 2325, '0723-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210273, 2325, '0723-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210274, 2325, '0724-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210275, 2325, '0724-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210276, 2325, '0724-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210277, 2325, '0724-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210278, 2325, '0724-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210279, 2325, '0724-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210280, 2325, '0724-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210281, 2325, '0724-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210282, 2325, '0724-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210283, 2325, '0724-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210284, 2325, '0724-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210285, 2325, '0724-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210286, 2325, '0725-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210287, 2325, '0725-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210288, 2325, '0725-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210289, 2325, '0725-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210290, 2325, '0725-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210291, 2325, '0725-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210292, 2325, '0725-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210293, 2325, '0725-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210294, 2325, '0725-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210295, 2325, '0725-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210296, 2325, '0725-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210297, 2325, '0725-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210298, 2325, '0726-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210299, 2325, '0726-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210300, 2325, '0726-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210301, 2325, '0726-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210302, 2325, '0726-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210303, 2325, '0726-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210304, 2325, '0726-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210305, 2325, '0726-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210306, 2325, '0726-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210307, 2325, '0726-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210308, 2325, '0726-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210309, 2325, '0726-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210310, 2325, '0727-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210311, 2325, '0727-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210312, 2325, '0727-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210313, 2325, '0727-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210314, 2325, '0727-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210315, 2325, '0727-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210316, 2325, '0727-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210317, 2325, '0727-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210318, 2325, '0727-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210319, 2325, '0727-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210320, 2325, '0727-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210321, 2325, '0727-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210322, 2325, '0728-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210323, 2325, '0728-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210324, 2325, '0728-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210325, 2325, '0728-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210326, 2325, '0728-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210327, 2325, '0728-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210328, 2325, '0728-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210329, 2325, '0728-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210330, 2325, '0728-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210331, 2325, '0728-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210332, 2325, '0728-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210333, 2325, '0728-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210334, 2325, '0729-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210335, 2325, '0729-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210336, 2325, '0729-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210337, 2325, '0729-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210338, 2325, '0729-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210339, 2325, '0729-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210340, 2325, '0729-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210341, 2325, '0729-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210342, 2325, '0729-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210343, 2325, '0729-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210344, 2325, '0729-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210345, 2325, '0729-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210346, 2325, '0730-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210347, 2325, '0730-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210348, 2325, '0730-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210349, 2325, '0730-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210350, 2325, '0730-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210351, 2325, '0730-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210352, 2325, '0730-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210353, 2325, '0730-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210354, 2325, '0730-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(210355, 2325, '0730-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210356, 2325, '0730-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210357, 2325, '0730-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210358, 2325, '0731-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210359, 2325, '0731-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210360, 2325, '0731-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210361, 2325, '0731-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210362, 2325, '0731-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210363, 2325, '0731-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210364, 2325, '0731-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210365, 2325, '0731-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210366, 2325, '0731-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210367, 2325, '0731-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210368, 2325, '0731-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210369, 2325, '0731-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210370, 2325, '0732-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210371, 2325, '0732-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210372, 2325, '0732-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210373, 2325, '0732-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210374, 2325, '0732-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210375, 2325, '0732-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210376, 2325, '0732-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210377, 2325, '0732-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210378, 2325, '0732-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210379, 2325, '0732-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210380, 2325, '0732-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210381, 2325, '0732-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210382, 2325, '0733-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210383, 2325, '0733-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210384, 2325, '0733-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210385, 2325, '0733-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210386, 2325, '0733-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210387, 2325, '0733-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210388, 2325, '0733-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210389, 2325, '0733-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210390, 2325, '0733-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210391, 2325, '0733-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210392, 2325, '0733-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210393, 2325, '0733-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210394, 2325, '0734-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210395, 2325, '0734-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210396, 2325, '0734-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210397, 2325, '0734-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210398, 2325, '0734-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210399, 2325, '0734-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210400, 2325, '0734-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210401, 2325, '0734-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210402, 2325, '0734-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210403, 2325, '0734-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210404, 2325, '0734-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210405, 2325, '0734-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210406, 2325, '0735-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210407, 2325, '0735-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210408, 2325, '0735-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210409, 2325, '0735-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210410, 2325, '0735-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:58', '2023-10-31 14:08:58'),
(210411, 2325, '0735-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210412, 2325, '0735-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210413, 2325, '0735-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210414, 2325, '0735-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210415, 2325, '0735-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210416, 2325, '0735-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210417, 2325, '0735-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210418, 2325, '0736-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210419, 2325, '0736-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210420, 2325, '0736-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210421, 2325, '0736-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210422, 2325, '0736-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210423, 2325, '0736-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210424, 2325, '0736-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210425, 2325, '0736-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210426, 2325, '0736-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210427, 2325, '0736-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210428, 2325, '0736-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210429, 2325, '0736-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210430, 2325, '0737-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210431, 2325, '0737-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210432, 2325, '0737-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210433, 2325, '0737-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210434, 2325, '0737-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210435, 2325, '0737-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210436, 2325, '0737-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210437, 2325, '0737-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210438, 2325, '0737-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210439, 2325, '0737-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210440, 2325, '0737-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210441, 2325, '0737-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210442, 2325, '0738-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210443, 2325, '0738-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210444, 2325, '0738-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210445, 2325, '0738-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210446, 2325, '0738-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210447, 2325, '0738-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210448, 2325, '0738-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210449, 2325, '0738-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210450, 2325, '0738-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210451, 2325, '0738-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210452, 2325, '0738-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210453, 2325, '0738-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210454, 2325, '0739-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210455, 2325, '0739-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210456, 2325, '0739-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210457, 2325, '0739-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210458, 2325, '0739-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210459, 2325, '0739-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210460, 2325, '0739-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210461, 2325, '0739-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210462, 2325, '0739-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210463, 2325, '0739-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210464, 2325, '0739-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210465, 2325, '0739-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210466, 2325, '0740-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210467, 2325, '0740-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210468, 2325, '0740-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210469, 2325, '0740-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210470, 2325, '0740-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210471, 2325, '0740-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210472, 2325, '0740-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210473, 2325, '0740-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210474, 2325, '0740-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210475, 2325, '0740-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210476, 2325, '0740-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210477, 2325, '0740-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210478, 2325, '0741-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210479, 2325, '0741-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210480, 2325, '0741-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210481, 2325, '0741-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210482, 2325, '0741-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210483, 2325, '0741-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210484, 2325, '0741-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210485, 2325, '0741-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210486, 2325, '0741-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210487, 2325, '0741-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210488, 2325, '0741-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210489, 2325, '0741-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210490, 2325, '0742-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210491, 2325, '0742-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210492, 2325, '0742-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210493, 2325, '0742-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210494, 2325, '0742-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210495, 2325, '0742-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210496, 2325, '0742-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210497, 2325, '0742-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210498, 2325, '0742-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210499, 2325, '0742-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210500, 2325, '0742-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210501, 2325, '0742-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210502, 2325, '0743-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210503, 2325, '0743-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210504, 2325, '0743-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210505, 2325, '0743-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210506, 2325, '0743-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210507, 2325, '0743-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210508, 2325, '0743-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210509, 2325, '0743-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210510, 2325, '0743-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210511, 2325, '0743-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210512, 2325, '0743-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210513, 2325, '0743-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210514, 2325, '0744-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210515, 2325, '0744-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210516, 2325, '0744-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210517, 2325, '0744-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210518, 2325, '0744-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210519, 2325, '0744-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210520, 2325, '0744-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210521, 2325, '0744-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210522, 2325, '0744-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210523, 2325, '0744-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210524, 2325, '0744-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210525, 2325, '0744-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210526, 2325, '0745-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210527, 2325, '0745-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210528, 2325, '0745-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210529, 2325, '0745-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210530, 2325, '0745-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210531, 2325, '0745-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210532, 2325, '0745-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210533, 2325, '0745-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210534, 2325, '0745-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210535, 2325, '0745-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210536, 2325, '0745-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210537, 2325, '0745-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210538, 2325, '0746-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210539, 2325, '0746-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210540, 2325, '0746-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210541, 2325, '0746-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210542, 2325, '0746-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210543, 2325, '0746-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210544, 2325, '0746-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210545, 2325, '0746-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210546, 2325, '0746-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210547, 2325, '0746-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210548, 2325, '0746-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210549, 2325, '0746-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210550, 2325, '0747-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210551, 2325, '0747-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210552, 2325, '0747-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210553, 2325, '0747-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210554, 2325, '0747-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210555, 2325, '0747-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210556, 2325, '0747-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210557, 2325, '0747-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210558, 2325, '0747-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210559, 2325, '0747-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210560, 2325, '0747-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210561, 2325, '0747-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210562, 2325, '0748-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210563, 2325, '0748-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210564, 2325, '0748-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210565, 2325, '0748-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210566, 2325, '0748-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210567, 2325, '0748-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210568, 2325, '0748-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210569, 2325, '0748-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210570, 2325, '0748-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210571, 2325, '0748-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210572, 2325, '0748-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210573, 2325, '0748-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210574, 2325, '0749-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210575, 2325, '0749-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210576, 2325, '0749-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210577, 2325, '0749-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210578, 2325, '0749-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210579, 2325, '0749-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210580, 2325, '0749-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210581, 2325, '0749-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210582, 2325, '0749-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210583, 2325, '0749-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210584, 2325, '0749-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210585, 2325, '0749-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210586, 2325, '0750-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210587, 2325, '0750-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210588, 2325, '0750-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210589, 2325, '0750-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210590, 2325, '0750-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210591, 2325, '0750-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210592, 2325, '0750-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210593, 2325, '0750-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210594, 2325, '0750-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210595, 2325, '0750-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210596, 2325, '0750-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210597, 2325, '0750-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210598, 2325, '0751-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210599, 2325, '0751-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210600, 2325, '0751-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210601, 2325, '0751-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210602, 2325, '0751-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210603, 2325, '0751-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210604, 2325, '0751-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210605, 2325, '0751-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210606, 2325, '0751-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210607, 2325, '0751-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210608, 2325, '0751-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210609, 2325, '0751-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210610, 2325, '0752-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210611, 2325, '0752-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210612, 2325, '0752-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210613, 2325, '0752-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210614, 2325, '0752-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210615, 2325, '0752-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210616, 2325, '0752-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210617, 2325, '0752-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210618, 2325, '0752-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210619, 2325, '0752-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210620, 2325, '0752-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210621, 2325, '0752-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210622, 2325, '0753-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210623, 2325, '0753-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210624, 2325, '0753-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210625, 2325, '0753-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210626, 2325, '0753-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210627, 2325, '0753-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210628, 2325, '0753-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210629, 2325, '0753-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210630, 2325, '0753-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210631, 2325, '0753-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210632, 2325, '0753-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210633, 2325, '0753-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210634, 2325, '0754-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210635, 2325, '0754-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210636, 2325, '0754-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210637, 2325, '0754-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210638, 2325, '0754-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210639, 2325, '0754-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210640, 2325, '0754-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210641, 2325, '0754-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210642, 2325, '0754-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210643, 2325, '0754-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210644, 2325, '0754-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210645, 2325, '0754-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210646, 2325, '0755-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210647, 2325, '0755-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210648, 2325, '0755-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210649, 2325, '0755-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210650, 2325, '0755-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210651, 2325, '0755-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210652, 2325, '0755-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210653, 2325, '0755-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210654, 2325, '0755-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210655, 2325, '0755-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210656, 2325, '0755-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210657, 2325, '0755-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210658, 2325, '0756-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210659, 2325, '0756-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210660, 2325, '0756-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210661, 2325, '0756-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210662, 2325, '0756-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210663, 2325, '0756-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210664, 2325, '0756-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210665, 2325, '0756-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210666, 2325, '0756-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210667, 2325, '0756-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210668, 2325, '0756-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210669, 2325, '0756-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210670, 2325, '0757-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210671, 2325, '0757-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210672, 2325, '0757-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210673, 2325, '0757-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210674, 2325, '0757-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210675, 2325, '0757-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210676, 2325, '0757-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210677, 2325, '0757-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210678, 2325, '0757-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210679, 2325, '0757-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210680, 2325, '0757-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210681, 2325, '0757-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210682, 2325, '0758-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210683, 2325, '0758-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210684, 2325, '0758-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210685, 2325, '0758-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210686, 2325, '0758-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210687, 2325, '0758-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210688, 2325, '0758-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210689, 2325, '0758-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210690, 2325, '0758-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210691, 2325, '0758-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210692, 2325, '0758-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210693, 2325, '0758-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210694, 2325, '0759-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210695, 2325, '0759-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210696, 2325, '0759-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210697, 2325, '0759-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210698, 2325, '0759-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210699, 2325, '0759-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210700, 2325, '0759-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210701, 2325, '0759-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210702, 2325, '0759-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210703, 2325, '0759-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210704, 2325, '0759-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210705, 2325, '0759-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210706, 2325, '0760-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210707, 2325, '0760-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210708, 2325, '0760-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210709, 2325, '0760-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210710, 2325, '0760-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210711, 2325, '0760-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210712, 2325, '0760-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210713, 2325, '0760-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210714, 2325, '0760-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210715, 2325, '0760-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210716, 2325, '0760-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210717, 2325, '0760-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210718, 2325, '0761-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210719, 2325, '0761-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210720, 2325, '0761-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210721, 2325, '0761-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210722, 2325, '0761-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210723, 2325, '0761-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210724, 2325, '0761-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210725, 2325, '0761-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210726, 2325, '0761-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210727, 2325, '0761-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210728, 2325, '0761-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210729, 2325, '0761-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210730, 2325, '0762-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210731, 2325, '0762-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210732, 2325, '0762-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210733, 2325, '0762-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210734, 2325, '0762-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210735, 2325, '0762-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210736, 2325, '0762-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210737, 2325, '0762-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210738, 2325, '0762-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210739, 2325, '0762-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210740, 2325, '0762-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210741, 2325, '0762-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210742, 2325, '0763-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210743, 2325, '0763-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210744, 2325, '0763-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210745, 2325, '0763-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210746, 2325, '0763-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210747, 2325, '0763-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210748, 2325, '0763-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210749, 2325, '0763-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210750, 2325, '0763-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210751, 2325, '0763-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210752, 2325, '0763-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210753, 2325, '0763-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210754, 2325, '0764-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210755, 2325, '0764-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210756, 2325, '0764-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210757, 2325, '0764-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210758, 2325, '0764-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210759, 2325, '0764-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210760, 2325, '0764-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210761, 2325, '0764-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210762, 2325, '0764-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210763, 2325, '0764-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210764, 2325, '0764-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210765, 2325, '0764-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210766, 2325, '0765-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210767, 2325, '0765-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210768, 2325, '0765-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210769, 2325, '0765-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210770, 2325, '0765-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210771, 2325, '0765-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210772, 2325, '0765-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210773, 2325, '0765-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210774, 2325, '0765-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210775, 2325, '0765-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210776, 2325, '0765-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210777, 2325, '0765-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210778, 2325, '0766-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210779, 2325, '0766-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210780, 2325, '0766-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210781, 2325, '0766-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210782, 2325, '0766-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210783, 2325, '0766-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210784, 2325, '0766-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210785, 2325, '0766-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210786, 2325, '0766-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210787, 2325, '0766-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210788, 2325, '0766-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210789, 2325, '0766-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210790, 2325, '0767-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210791, 2325, '0767-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210792, 2325, '0767-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210793, 2325, '0767-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210794, 2325, '0767-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210795, 2325, '0767-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210796, 2325, '0767-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210797, 2325, '0767-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210798, 2325, '0767-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210799, 2325, '0767-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210800, 2325, '0767-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210801, 2325, '0767-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:08:59', '2023-10-31 14:08:59'),
(210802, 2325, '0768-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(210803, 2325, '0768-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(210804, 2325, '0768-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(210805, 2325, '0768-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(210806, 2325, '0768-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(210807, 2325, '0768-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(210808, 2325, '0768-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(210809, 2325, '0768-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(210810, 2325, '0768-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(210811, 2325, '0768-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(210812, 2325, '0768-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(210813, 2325, '0768-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(210814, 2325, '0769-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(210815, 2325, '0769-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(210816, 2325, '0769-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(210817, 2325, '0769-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(210818, 2325, '0769-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(210819, 2325, '0769-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(210820, 2325, '0769-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(210821, 2325, '0769-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(210822, 2325, '0769-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(210823, 2325, '0769-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(210824, 2325, '0769-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(210825, 2325, '0769-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(210826, 2325, '0770-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(210827, 2325, '0770-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(210828, 2325, '0770-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(210829, 2325, '0770-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(210830, 2325, '0770-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(210831, 2325, '0770-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(210832, 2325, '0770-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(210833, 2325, '0770-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(210834, 2325, '0770-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(210835, 2325, '0770-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(210836, 2325, '0770-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(210837, 2325, '0770-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(210838, 2325, '0771-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(210839, 2325, '0771-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(210840, 2325, '0771-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(210841, 2325, '0771-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(210842, 2325, '0771-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(210843, 2325, '0771-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(210844, 2325, '0771-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(210845, 2325, '0771-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(210846, 2325, '0771-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(210847, 2325, '0771-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(210848, 2325, '0771-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(210849, 2325, '0771-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(210850, 2325, '0772-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(210851, 2325, '0772-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(210852, 2325, '0772-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(210853, 2325, '0772-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(210854, 2325, '0772-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(210855, 2325, '0772-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(210856, 2325, '0772-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(210857, 2325, '0772-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(210858, 2325, '0772-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(210859, 2325, '0772-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(210860, 2325, '0772-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(210861, 2325, '0772-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(210862, 2325, '0773-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(210863, 2325, '0773-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(210864, 2325, '0773-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(210865, 2325, '0773-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(210866, 2325, '0773-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(210867, 2325, '0773-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(210868, 2325, '0773-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(210869, 2325, '0773-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(210870, 2325, '0773-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(210871, 2325, '0773-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(210872, 2325, '0773-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(210873, 2325, '0773-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(210874, 2325, '0774-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(210875, 2325, '0774-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(210876, 2325, '0774-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(210877, 2325, '0774-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(210878, 2325, '0774-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(210879, 2325, '0774-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(210880, 2325, '0774-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(210881, 2325, '0774-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(210882, 2325, '0774-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(210883, 2325, '0774-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(210884, 2325, '0774-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(210885, 2325, '0774-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(210886, 2325, '0775-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(210887, 2325, '0775-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(210888, 2325, '0775-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(210889, 2325, '0775-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(210890, 2325, '0775-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(210891, 2325, '0775-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(210892, 2325, '0775-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(210893, 2325, '0775-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(210894, 2325, '0775-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(210895, 2325, '0775-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(210896, 2325, '0775-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(210897, 2325, '0775-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(210898, 2325, '0776-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(210899, 2325, '0776-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(210900, 2325, '0776-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(210901, 2325, '0776-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(210902, 2325, '0776-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(210903, 2325, '0776-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(210904, 2325, '0776-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(210905, 2325, '0776-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(210906, 2325, '0776-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(210907, 2325, '0776-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(210908, 2325, '0776-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(210909, 2325, '0776-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(210910, 2325, '0777-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(210911, 2325, '0777-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(210912, 2325, '0777-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(210913, 2325, '0777-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(210914, 2325, '0777-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(210915, 2325, '0777-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(210916, 2325, '0777-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(210917, 2325, '0777-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(210918, 2325, '0777-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(210919, 2325, '0777-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(210920, 2325, '0777-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(210921, 2325, '0777-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(210922, 2325, '0778-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(210923, 2325, '0778-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(210924, 2325, '0778-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(210925, 2325, '0778-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(210926, 2325, '0778-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(210927, 2325, '0778-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(210928, 2325, '0778-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(210929, 2325, '0778-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(210930, 2325, '0778-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(210931, 2325, '0778-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(210932, 2325, '0778-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(210933, 2325, '0778-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(210934, 2325, '0779-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(210935, 2325, '0779-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(210936, 2325, '0779-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(210937, 2325, '0779-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(210938, 2325, '0779-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(210939, 2325, '0779-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(210940, 2325, '0779-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(210941, 2325, '0779-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(210942, 2325, '0779-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(210943, 2325, '0779-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(210944, 2325, '0779-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(210945, 2325, '0779-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(210946, 2325, '0780-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(210947, 2325, '0780-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(210948, 2325, '0780-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(210949, 2325, '0780-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(210950, 2325, '0780-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(210951, 2325, '0780-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(210952, 2325, '0780-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(210953, 2325, '0780-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(210954, 2325, '0780-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(210955, 2325, '0780-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(210956, 2325, '0780-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(210957, 2325, '0780-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(210958, 2325, '0781-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(210959, 2325, '0781-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(210960, 2325, '0781-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(210961, 2325, '0781-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(210962, 2325, '0781-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(210963, 2325, '0781-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(210964, 2325, '0781-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(210965, 2325, '0781-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(210966, 2325, '0781-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(210967, 2325, '0781-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(210968, 2325, '0781-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(210969, 2325, '0781-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(210970, 2325, '0782-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(210971, 2325, '0782-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(210972, 2325, '0782-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(210973, 2325, '0782-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(210974, 2325, '0782-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(210975, 2325, '0782-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(210976, 2325, '0782-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(210977, 2325, '0782-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(210978, 2325, '0782-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(210979, 2325, '0782-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(210980, 2325, '0782-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(210981, 2325, '0782-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(210982, 2325, '0783-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(210983, 2325, '0783-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(210984, 2325, '0783-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(210985, 2325, '0783-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(210986, 2325, '0783-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(210987, 2325, '0783-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(210988, 2325, '0783-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(210989, 2325, '0783-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(210990, 2325, '0783-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(210991, 2325, '0783-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(210992, 2325, '0783-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(210993, 2325, '0783-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(210994, 2325, '0784-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(210995, 2325, '0784-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(210996, 2325, '0784-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(210997, 2325, '0784-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(210998, 2325, '0784-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(210999, 2325, '0784-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(211000, 2325, '0784-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(211001, 2325, '0784-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(211002, 2325, '0784-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(211003, 2325, '0784-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(211004, 2325, '0784-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(211005, 2325, '0784-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(211006, 2325, '0785-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(211007, 2325, '0785-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(211008, 2325, '0785-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(211009, 2325, '0785-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(211010, 2325, '0785-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(211011, 2325, '0785-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(211012, 2325, '0785-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(211013, 2325, '0785-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(211014, 2325, '0785-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(211015, 2325, '0785-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(211016, 2325, '0785-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(211017, 2325, '0785-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(211018, 2325, '0786-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(211019, 2325, '0786-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(211020, 2325, '0786-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(211021, 2325, '0786-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(211022, 2325, '0786-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(211023, 2325, '0786-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(211024, 2325, '0786-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(211025, 2325, '0786-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(211026, 2325, '0786-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(211027, 2325, '0786-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(211028, 2325, '0786-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(211029, 2325, '0786-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(211030, 2325, '0787-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(211031, 2325, '0787-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(211032, 2325, '0787-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(211033, 2325, '0787-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(211034, 2325, '0787-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(211035, 2325, '0787-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(211036, 2325, '0787-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(211037, 2325, '0787-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(211038, 2325, '0787-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(211039, 2325, '0787-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(211040, 2325, '0787-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(211041, 2325, '0787-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(211042, 2325, '0788-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(211043, 2325, '0788-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(211044, 2325, '0788-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(211045, 2325, '0788-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(211046, 2325, '0788-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(211047, 2325, '0788-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(211048, 2325, '0788-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(211049, 2325, '0788-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(211050, 2325, '0788-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(211051, 2325, '0788-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(211052, 2325, '0788-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(211053, 2325, '0788-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(211054, 2325, '0789-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(211055, 2325, '0789-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(211056, 2325, '0789-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(211057, 2325, '0789-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(211058, 2325, '0789-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(211059, 2325, '0789-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(211060, 2325, '0789-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(211061, 2325, '0789-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(211062, 2325, '0789-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(211063, 2325, '0789-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(211064, 2325, '0789-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(211065, 2325, '0789-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(211066, 2325, '0790-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(211067, 2325, '0790-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(211068, 2325, '0790-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(211069, 2325, '0790-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(211070, 2325, '0790-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(211071, 2325, '0790-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(211072, 2325, '0790-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(211073, 2325, '0790-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(211074, 2325, '0790-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(211075, 2325, '0790-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(211076, 2325, '0790-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(211077, 2325, '0790-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(211078, 2325, '0791-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(211079, 2325, '0791-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(211080, 2325, '0791-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(211081, 2325, '0791-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(211082, 2325, '0791-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(211083, 2325, '0791-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(211084, 2325, '0791-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(211085, 2325, '0791-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(211086, 2325, '0791-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(211087, 2325, '0791-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(211088, 2325, '0791-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(211089, 2325, '0791-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(211090, 2325, '0792-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(211091, 2325, '0792-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(211092, 2325, '0792-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(211093, 2325, '0792-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(211094, 2325, '0792-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(211095, 2325, '0792-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(211096, 2325, '0792-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(211097, 2325, '0792-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(211098, 2325, '0792-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(211099, 2325, '0792-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(211100, 2325, '0792-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(211101, 2325, '0792-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(211102, 2325, '0793-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(211103, 2325, '0793-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(211104, 2325, '0793-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(211105, 2325, '0793-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(211106, 2325, '0793-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(211107, 2325, '0793-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(211108, 2325, '0793-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(211109, 2325, '0793-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(211110, 2325, '0793-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(211111, 2325, '0793-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(211112, 2325, '0793-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(211113, 2325, '0793-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(211114, 2325, '0794-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(211115, 2325, '0794-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(211116, 2325, '0794-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(211117, 2325, '0794-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(211118, 2325, '0794-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(211119, 2325, '0794-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(211120, 2325, '0794-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(211121, 2325, '0794-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(211122, 2325, '0794-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(211123, 2325, '0794-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(211124, 2325, '0794-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(211125, 2325, '0794-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(211126, 2325, '0795-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(211127, 2325, '0795-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(211128, 2325, '0795-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(211129, 2325, '0795-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(211130, 2325, '0795-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(211131, 2325, '0795-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(211132, 2325, '0795-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(211133, 2325, '0795-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(211134, 2325, '0795-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(211135, 2325, '0795-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(211136, 2325, '0795-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(211137, 2325, '0795-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(211138, 2325, '0796-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(211139, 2325, '0796-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(211140, 2325, '0796-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(211141, 2325, '0796-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(211142, 2325, '0796-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(211143, 2325, '0796-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(211144, 2325, '0796-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(211145, 2325, '0796-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(211146, 2325, '0796-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(211147, 2325, '0796-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(211148, 2325, '0796-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(211149, 2325, '0796-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(211150, 2325, '0797-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(211151, 2325, '0797-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(211152, 2325, '0797-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(211153, 2325, '0797-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(211154, 2325, '0797-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(211155, 2325, '0797-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(211156, 2325, '0797-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(211157, 2325, '0797-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(211158, 2325, '0797-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(211159, 2325, '0797-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(211160, 2325, '0797-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(211161, 2325, '0797-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(211162, 2325, '0798-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(211163, 2325, '0798-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(211164, 2325, '0798-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(211165, 2325, '0798-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(211166, 2325, '0798-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(211167, 2325, '0798-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(211168, 2325, '0798-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(211169, 2325, '0798-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(211170, 2325, '0798-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(211171, 2325, '0798-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(211172, 2325, '0798-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(211173, 2325, '0798-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(211174, 2325, '0799-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(211175, 2325, '0799-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(211176, 2325, '0799-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(211177, 2325, '0799-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(211178, 2325, '0799-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(211179, 2325, '0799-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(211180, 2325, '0799-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(211181, 2325, '0799-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(211182, 2325, '0799-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(211183, 2325, '0799-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(211184, 2325, '0799-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(211185, 2325, '0799-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(211186, 2325, '0800-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(211187, 2325, '0800-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(211188, 2325, '0800-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(211189, 2325, '0800-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(211190, 2325, '0800-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(211191, 2325, '0800-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(211192, 2325, '0800-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:00', '2023-10-31 14:09:00'),
(211193, 2325, '0800-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:01', '2023-10-31 14:09:01'),
(211194, 2325, '0800-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:01', '2023-10-31 14:09:01'),
(211195, 2325, '0800-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:01', '2023-10-31 14:09:01'),
(211196, 2325, '0800-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:01', '2023-10-31 14:09:01'),
(211197, 2325, '0800-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:01', '2023-10-31 14:09:01'),
(211198, 2325, '0801-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:01', '2023-10-31 14:09:01'),
(211199, 2325, '0801-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:01', '2023-10-31 14:09:01'),
(211200, 2325, '0801-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:01', '2023-10-31 14:09:01'),
(211201, 2325, '0801-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:01', '2023-10-31 14:09:01'),
(211202, 2325, '0801-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:01', '2023-10-31 14:09:01'),
(211203, 2325, '0801-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:01', '2023-10-31 14:09:01'),
(211204, 2325, '0801-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:01', '2023-10-31 14:09:01'),
(211205, 2325, '0801-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:01', '2023-10-31 14:09:01'),
(211206, 2325, '0801-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:01', '2023-10-31 14:09:01'),
(211207, 2325, '0801-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:01', '2023-10-31 14:09:01'),
(211208, 2325, '0801-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:01', '2023-10-31 14:09:01'),
(211209, 2325, '0801-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:01', '2023-10-31 14:09:01'),
(211210, 2325, '0802-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:01', '2023-10-31 14:09:01'),
(211211, 2325, '0802-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:01', '2023-10-31 14:09:01'),
(211212, 2325, '0802-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:01', '2023-10-31 14:09:01'),
(211213, 2325, '0802-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:01', '2023-10-31 14:09:01'),
(211214, 2325, '0802-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:01', '2023-10-31 14:09:01'),
(211215, 2325, '0802-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:01', '2023-10-31 14:09:01'),
(211216, 2325, '0802-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:01', '2023-10-31 14:09:01'),
(211217, 2325, '0802-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:01', '2023-10-31 14:09:01'),
(211218, 2325, '0802-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:01', '2023-10-31 14:09:01'),
(211219, 2325, '0802-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:01', '2023-10-31 14:09:01'),
(211220, 2325, '0802-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:01', '2023-10-31 14:09:01'),
(211221, 2325, '0802-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:01', '2023-10-31 14:09:01'),
(211222, 2325, '0803-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:01', '2023-10-31 14:09:01'),
(211223, 2325, '0803-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:01', '2023-10-31 14:09:01'),
(211224, 2325, '0803-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:01', '2023-10-31 14:09:01'),
(211225, 2325, '0803-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:01', '2023-10-31 14:09:01'),
(211226, 2325, '0803-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:01', '2023-10-31 14:09:01'),
(211227, 2325, '0803-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:01', '2023-10-31 14:09:01'),
(211228, 2325, '0803-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:01', '2023-10-31 14:09:01'),
(211229, 2325, '0803-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:01', '2023-10-31 14:09:01'),
(211230, 2325, '0803-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:01', '2023-10-31 14:09:01'),
(211231, 2325, '0803-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:01', '2023-10-31 14:09:01'),
(211232, 2325, '0803-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:01', '2023-10-31 14:09:01'),
(211233, 2325, '0803-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:01', '2023-10-31 14:09:01'),
(211234, 2325, '0804-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:01', '2023-10-31 14:09:01'),
(211235, 2325, '0804-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:01', '2023-10-31 14:09:01'),
(211236, 2325, '0804-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:01', '2023-10-31 14:09:01'),
(211237, 2325, '0804-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:01', '2023-10-31 14:09:01'),
(211238, 2325, '0804-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:01', '2023-10-31 14:09:01'),
(211239, 2325, '0804-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:01', '2023-10-31 14:09:01'),
(211240, 2325, '0804-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:01', '2023-10-31 14:09:01'),
(211241, 2325, '0804-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:01', '2023-10-31 14:09:01'),
(211242, 2325, '0804-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:01', '2023-10-31 14:09:01'),
(211243, 2325, '0804-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:01', '2023-10-31 14:09:01'),
(211244, 2325, '0804-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:01', '2023-10-31 14:09:01'),
(211245, 2325, '0804-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:01', '2023-10-31 14:09:01'),
(211246, 2325, '0805-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:01', '2023-10-31 14:09:01'),
(211247, 2325, '0805-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:01', '2023-10-31 14:09:01'),
(211248, 2325, '0805-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:01', '2023-10-31 14:09:01'),
(211249, 2325, '0805-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:01', '2023-10-31 14:09:01'),
(211250, 2325, '0805-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:01', '2023-10-31 14:09:01'),
(211251, 2325, '0805-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:01', '2023-10-31 14:09:01'),
(211252, 2325, '0805-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:01', '2023-10-31 14:09:01'),
(211253, 2325, '0805-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:01', '2023-10-31 14:09:01'),
(211254, 2325, '0805-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:01', '2023-10-31 14:09:01'),
(211255, 2325, '0805-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:01', '2023-10-31 14:09:01'),
(211256, 2325, '0805-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:01', '2023-10-31 14:09:01'),
(211257, 2325, '0805-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:01', '2023-10-31 14:09:01'),
(211258, 2325, '0806-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:01', '2023-10-31 14:09:01'),
(211259, 2325, '0806-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:01', '2023-10-31 14:09:01'),
(211260, 2325, '0806-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:01', '2023-10-31 14:09:01'),
(211261, 2325, '0806-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:01', '2023-10-31 14:09:01'),
(211262, 2325, '0806-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:01', '2023-10-31 14:09:01'),
(211263, 2325, '0806-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:01', '2023-10-31 14:09:01'),
(211264, 2325, '0806-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:01', '2023-10-31 14:09:01'),
(211265, 2325, '0806-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:01', '2023-10-31 14:09:01'),
(211266, 2325, '0806-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:01', '2023-10-31 14:09:01'),
(211267, 2325, '0806-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:01', '2023-10-31 14:09:01'),
(211268, 2325, '0806-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:01', '2023-10-31 14:09:01'),
(211269, 2325, '0806-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:01', '2023-10-31 14:09:01'),
(211270, 2325, '0807-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:01', '2023-10-31 14:09:01'),
(211271, 2325, '0807-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:01', '2023-10-31 14:09:01'),
(211272, 2325, '0807-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:01', '2023-10-31 14:09:01'),
(211273, 2325, '0807-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:01', '2023-10-31 14:09:01'),
(211274, 2325, '0807-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:01', '2023-10-31 14:09:01'),
(211275, 2325, '0807-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:01', '2023-10-31 14:09:01'),
(211276, 2325, '0807-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:01', '2023-10-31 14:09:01'),
(211277, 2325, '0807-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:01', '2023-10-31 14:09:01'),
(211278, 2325, '0807-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:01', '2023-10-31 14:09:01'),
(211279, 2325, '0807-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:01', '2023-10-31 14:09:01'),
(211280, 2325, '0807-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:01', '2023-10-31 14:09:01'),
(211281, 2325, '0807-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:01', '2023-10-31 14:09:01'),
(211282, 2325, '0808-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:01', '2023-10-31 14:09:01'),
(211283, 2325, '0808-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:01', '2023-10-31 14:09:01'),
(211284, 2325, '0808-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:01', '2023-10-31 14:09:01');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(211285, 2325, '0808-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:01', '2023-10-31 14:09:01'),
(211286, 2325, '0808-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:01', '2023-10-31 14:09:01'),
(211287, 2325, '0808-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:01', '2023-10-31 14:09:01'),
(211288, 2325, '0808-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:01', '2023-10-31 14:09:01'),
(211289, 2325, '0808-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:01', '2023-10-31 14:09:01'),
(211290, 2325, '0808-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:01', '2023-10-31 14:09:01'),
(211291, 2325, '0808-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:01', '2023-10-31 14:09:01'),
(211292, 2325, '0808-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:01', '2023-10-31 14:09:01'),
(211293, 2325, '0808-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:01', '2023-10-31 14:09:01'),
(211294, 2325, '0809-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:01', '2023-10-31 14:09:01'),
(211295, 2325, '0809-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:01', '2023-10-31 14:09:01'),
(211296, 2325, '0809-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:01', '2023-10-31 14:09:01'),
(211297, 2325, '0809-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:01', '2023-10-31 14:09:01'),
(211298, 2325, '0809-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:01', '2023-10-31 14:09:01'),
(211299, 2325, '0809-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:01', '2023-10-31 14:09:01'),
(211300, 2325, '0809-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:01', '2023-10-31 14:09:01'),
(211301, 2325, '0809-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:01', '2023-10-31 14:09:01'),
(211302, 2325, '0809-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:01', '2023-10-31 14:09:01'),
(211303, 2325, '0809-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:01', '2023-10-31 14:09:01'),
(211304, 2325, '0809-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:01', '2023-10-31 14:09:01'),
(211305, 2325, '0809-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:01', '2023-10-31 14:09:01'),
(211306, 2325, '0810-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:01', '2023-10-31 14:09:01'),
(211307, 2325, '0810-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:01', '2023-10-31 14:09:01'),
(211308, 2325, '0810-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:01', '2023-10-31 14:09:01'),
(211309, 2325, '0810-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:01', '2023-10-31 14:09:01'),
(211310, 2325, '0810-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:01', '2023-10-31 14:09:01'),
(211311, 2325, '0810-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:01', '2023-10-31 14:09:01'),
(211312, 2325, '0810-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:01', '2023-10-31 14:09:01'),
(211313, 2325, '0810-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:01', '2023-10-31 14:09:01'),
(211314, 2325, '0810-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:01', '2023-10-31 14:09:01'),
(211315, 2325, '0810-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:01', '2023-10-31 14:09:01'),
(211316, 2325, '0810-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:01', '2023-10-31 14:09:01'),
(211317, 2325, '0810-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:01', '2023-10-31 14:09:01'),
(211318, 2325, '0811-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:01', '2023-10-31 14:09:01'),
(211319, 2325, '0811-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:01', '2023-10-31 14:09:01'),
(211320, 2325, '0811-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:01', '2023-10-31 14:09:01'),
(211321, 2325, '0811-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:01', '2023-10-31 14:09:01'),
(211322, 2325, '0811-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:01', '2023-10-31 14:09:01'),
(211323, 2325, '0811-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:01', '2023-10-31 14:09:01'),
(211324, 2325, '0811-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:01', '2023-10-31 14:09:01'),
(211325, 2325, '0811-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:01', '2023-10-31 14:09:01'),
(211326, 2325, '0811-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:01', '2023-10-31 14:09:01'),
(211327, 2325, '0811-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:01', '2023-10-31 14:09:01'),
(211328, 2325, '0811-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:01', '2023-10-31 14:09:01'),
(211329, 2325, '0811-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:01', '2023-10-31 14:09:01'),
(211330, 2325, '0812-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:01', '2023-10-31 14:09:01'),
(211331, 2325, '0812-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:01', '2023-10-31 14:09:01'),
(211332, 2325, '0812-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:02', '2023-10-31 14:09:02'),
(211333, 2325, '0812-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:02', '2023-10-31 14:09:02'),
(211334, 2325, '0812-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:02', '2023-10-31 14:09:02'),
(211335, 2325, '0812-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:02', '2023-10-31 14:09:02'),
(211336, 2325, '0812-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:02', '2023-10-31 14:09:02'),
(211337, 2325, '0812-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:02', '2023-10-31 14:09:02'),
(211338, 2325, '0812-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:02', '2023-10-31 14:09:02'),
(211339, 2325, '0812-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:02', '2023-10-31 14:09:02'),
(211340, 2325, '0812-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:02', '2023-10-31 14:09:02'),
(211341, 2325, '0812-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:02', '2023-10-31 14:09:02'),
(211342, 2325, '0813-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:02', '2023-10-31 14:09:02'),
(211343, 2325, '0813-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:02', '2023-10-31 14:09:02'),
(211344, 2325, '0813-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:02', '2023-10-31 14:09:02'),
(211345, 2325, '0813-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:02', '2023-10-31 14:09:02'),
(211346, 2325, '0813-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:02', '2023-10-31 14:09:02'),
(211347, 2325, '0813-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:02', '2023-10-31 14:09:02'),
(211348, 2325, '0813-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:02', '2023-10-31 14:09:02'),
(211349, 2325, '0813-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:02', '2023-10-31 14:09:02'),
(211350, 2325, '0813-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:02', '2023-10-31 14:09:02'),
(211351, 2325, '0813-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:02', '2023-10-31 14:09:02'),
(211352, 2325, '0813-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:02', '2023-10-31 14:09:02'),
(211353, 2325, '0813-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:02', '2023-10-31 14:09:02'),
(211354, 2325, '0814-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:02', '2023-10-31 14:09:02'),
(211355, 2325, '0814-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:02', '2023-10-31 14:09:02'),
(211356, 2325, '0814-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:02', '2023-10-31 14:09:02'),
(211357, 2325, '0814-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:02', '2023-10-31 14:09:02'),
(211358, 2325, '0814-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:02', '2023-10-31 14:09:02'),
(211359, 2325, '0814-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:02', '2023-10-31 14:09:02'),
(211360, 2325, '0814-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:02', '2023-10-31 14:09:02'),
(211361, 2325, '0814-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:02', '2023-10-31 14:09:02'),
(211362, 2325, '0814-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:02', '2023-10-31 14:09:02'),
(211363, 2325, '0814-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:02', '2023-10-31 14:09:02'),
(211364, 2325, '0814-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:02', '2023-10-31 14:09:02'),
(211365, 2325, '0814-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:02', '2023-10-31 14:09:02'),
(211366, 2325, '0815-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:02', '2023-10-31 14:09:02'),
(211367, 2325, '0815-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:02', '2023-10-31 14:09:02'),
(211368, 2325, '0815-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:02', '2023-10-31 14:09:02'),
(211369, 2325, '0815-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:02', '2023-10-31 14:09:02'),
(211370, 2325, '0815-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:02', '2023-10-31 14:09:02'),
(211371, 2325, '0815-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:02', '2023-10-31 14:09:02'),
(211372, 2325, '0815-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:02', '2023-10-31 14:09:02'),
(211373, 2325, '0815-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:02', '2023-10-31 14:09:02'),
(211374, 2325, '0815-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:02', '2023-10-31 14:09:02'),
(211375, 2325, '0815-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:02', '2023-10-31 14:09:02'),
(211376, 2325, '0815-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:02', '2023-10-31 14:09:02'),
(211377, 2325, '0815-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:02', '2023-10-31 14:09:02'),
(211378, 2325, '0816-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:02', '2023-10-31 14:09:02'),
(211379, 2325, '0816-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:02', '2023-10-31 14:09:02'),
(211380, 2325, '0816-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:02', '2023-10-31 14:09:02'),
(211381, 2325, '0816-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:02', '2023-10-31 14:09:02'),
(211382, 2325, '0816-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:02', '2023-10-31 14:09:02'),
(211383, 2325, '0816-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:02', '2023-10-31 14:09:02'),
(211384, 2325, '0816-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:02', '2023-10-31 14:09:02'),
(211385, 2325, '0816-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:02', '2023-10-31 14:09:02'),
(211386, 2325, '0816-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:02', '2023-10-31 14:09:02'),
(211387, 2325, '0816-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:03', '2023-10-31 14:09:03'),
(211388, 2325, '0816-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:03', '2023-10-31 14:09:03'),
(211389, 2325, '0816-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:03', '2023-10-31 14:09:03'),
(211390, 2325, '0817-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:03', '2023-10-31 14:09:03'),
(211391, 2325, '0817-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:03', '2023-10-31 14:09:03'),
(211392, 2325, '0817-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:03', '2023-10-31 14:09:03'),
(211393, 2325, '0817-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:03', '2023-10-31 14:09:03'),
(211394, 2325, '0817-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:03', '2023-10-31 14:09:03'),
(211395, 2325, '0817-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:03', '2023-10-31 14:09:03'),
(211396, 2325, '0817-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:03', '2023-10-31 14:09:03'),
(211397, 2325, '0817-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:03', '2023-10-31 14:09:03'),
(211398, 2325, '0817-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:03', '2023-10-31 14:09:03'),
(211399, 2325, '0817-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:03', '2023-10-31 14:09:03'),
(211400, 2325, '0817-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:03', '2023-10-31 14:09:03'),
(211401, 2325, '0817-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:03', '2023-10-31 14:09:03'),
(211402, 2325, '0818-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:03', '2023-10-31 14:09:03'),
(211403, 2325, '0818-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:03', '2023-10-31 14:09:03'),
(211404, 2325, '0818-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:03', '2023-10-31 14:09:03'),
(211405, 2325, '0818-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:03', '2023-10-31 14:09:03'),
(211406, 2325, '0818-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:03', '2023-10-31 14:09:03'),
(211407, 2325, '0818-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:03', '2023-10-31 14:09:03'),
(211408, 2325, '0818-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:03', '2023-10-31 14:09:03'),
(211409, 2325, '0818-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:03', '2023-10-31 14:09:03'),
(211410, 2325, '0818-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:03', '2023-10-31 14:09:03'),
(211411, 2325, '0818-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:03', '2023-10-31 14:09:03'),
(211412, 2325, '0818-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:03', '2023-10-31 14:09:03'),
(211413, 2325, '0818-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:03', '2023-10-31 14:09:03'),
(211414, 2325, '0819-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:03', '2023-10-31 14:09:03'),
(211415, 2325, '0819-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:03', '2023-10-31 14:09:03'),
(211416, 2325, '0819-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:03', '2023-10-31 14:09:03'),
(211417, 2325, '0819-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:03', '2023-10-31 14:09:03'),
(211418, 2325, '0819-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:03', '2023-10-31 14:09:03'),
(211419, 2325, '0819-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:03', '2023-10-31 14:09:03'),
(211420, 2325, '0819-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:03', '2023-10-31 14:09:03'),
(211421, 2325, '0819-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:03', '2023-10-31 14:09:03'),
(211422, 2325, '0819-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:03', '2023-10-31 14:09:03'),
(211423, 2325, '0819-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:03', '2023-10-31 14:09:03'),
(211424, 2325, '0819-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:03', '2023-10-31 14:09:03'),
(211425, 2325, '0819-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:03', '2023-10-31 14:09:03'),
(211426, 2325, '0820-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:03', '2023-10-31 14:09:03'),
(211427, 2325, '0820-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:03', '2023-10-31 14:09:03'),
(211428, 2325, '0820-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:03', '2023-10-31 14:09:03'),
(211429, 2325, '0820-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:03', '2023-10-31 14:09:03'),
(211430, 2325, '0820-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:03', '2023-10-31 14:09:03'),
(211431, 2325, '0820-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:03', '2023-10-31 14:09:03'),
(211432, 2325, '0820-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:03', '2023-10-31 14:09:03'),
(211433, 2325, '0820-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:03', '2023-10-31 14:09:03'),
(211434, 2325, '0820-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:03', '2023-10-31 14:09:03'),
(211435, 2325, '0820-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:03', '2023-10-31 14:09:03'),
(211436, 2325, '0820-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:03', '2023-10-31 14:09:03'),
(211437, 2325, '0820-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:03', '2023-10-31 14:09:03'),
(211438, 2325, '0821-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:03', '2023-10-31 14:09:03'),
(211439, 2325, '0821-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:03', '2023-10-31 14:09:03'),
(211440, 2325, '0821-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:03', '2023-10-31 14:09:03'),
(211441, 2325, '0821-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:03', '2023-10-31 14:09:03'),
(211442, 2325, '0821-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:03', '2023-10-31 14:09:03'),
(211443, 2325, '0821-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:03', '2023-10-31 14:09:03'),
(211444, 2325, '0821-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:03', '2023-10-31 14:09:03'),
(211445, 2325, '0821-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:03', '2023-10-31 14:09:03'),
(211446, 2325, '0821-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:03', '2023-10-31 14:09:03'),
(211447, 2325, '0821-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:03', '2023-10-31 14:09:03'),
(211448, 2325, '0821-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:03', '2023-10-31 14:09:03'),
(211449, 2325, '0821-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:03', '2023-10-31 14:09:03'),
(211450, 2325, '0822-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:03', '2023-10-31 14:09:03'),
(211451, 2325, '0822-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:03', '2023-10-31 14:09:03'),
(211452, 2325, '0822-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:03', '2023-10-31 14:09:03'),
(211453, 2325, '0822-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:03', '2023-10-31 14:09:03'),
(211454, 2325, '0822-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:03', '2023-10-31 14:09:03'),
(211455, 2325, '0822-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:03', '2023-10-31 14:09:03'),
(211456, 2325, '0822-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:03', '2023-10-31 14:09:03'),
(211457, 2325, '0822-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:03', '2023-10-31 14:09:03'),
(211458, 2325, '0822-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:03', '2023-10-31 14:09:03'),
(211459, 2325, '0822-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:03', '2023-10-31 14:09:03'),
(211460, 2325, '0822-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:03', '2023-10-31 14:09:03'),
(211461, 2325, '0822-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:03', '2023-10-31 14:09:03'),
(211462, 2325, '0823-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:03', '2023-10-31 14:09:03'),
(211463, 2325, '0823-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:03', '2023-10-31 14:09:03'),
(211464, 2325, '0823-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:03', '2023-10-31 14:09:03'),
(211465, 2325, '0823-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:03', '2023-10-31 14:09:03'),
(211466, 2325, '0823-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:03', '2023-10-31 14:09:03'),
(211467, 2325, '0823-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:03', '2023-10-31 14:09:03'),
(211468, 2325, '0823-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:03', '2023-10-31 14:09:03'),
(211469, 2325, '0823-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:03', '2023-10-31 14:09:03'),
(211470, 2325, '0823-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:03', '2023-10-31 14:09:03'),
(211471, 2325, '0823-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:03', '2023-10-31 14:09:03'),
(211472, 2325, '0823-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:03', '2023-10-31 14:09:03'),
(211473, 2325, '0823-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:03', '2023-10-31 14:09:03'),
(211474, 2325, '0824-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:03', '2023-10-31 14:09:03'),
(211475, 2325, '0824-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:03', '2023-10-31 14:09:03'),
(211476, 2325, '0824-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:03', '2023-10-31 14:09:03'),
(211477, 2325, '0824-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:03', '2023-10-31 14:09:03'),
(211478, 2325, '0824-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:03', '2023-10-31 14:09:03'),
(211479, 2325, '0824-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:03', '2023-10-31 14:09:03'),
(211480, 2325, '0824-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:03', '2023-10-31 14:09:03'),
(211481, 2325, '0824-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:03', '2023-10-31 14:09:03'),
(211482, 2325, '0824-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:03', '2023-10-31 14:09:03'),
(211483, 2325, '0824-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:03', '2023-10-31 14:09:03'),
(211484, 2325, '0824-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:03', '2023-10-31 14:09:03'),
(211485, 2325, '0824-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:03', '2023-10-31 14:09:03'),
(211486, 2325, '0825-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:03', '2023-10-31 14:09:03'),
(211487, 2325, '0825-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:03', '2023-10-31 14:09:03'),
(211488, 2325, '0825-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:03', '2023-10-31 14:09:03'),
(211489, 2325, '0825-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:03', '2023-10-31 14:09:03'),
(211490, 2325, '0825-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:03', '2023-10-31 14:09:03'),
(211491, 2325, '0825-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:03', '2023-10-31 14:09:03'),
(211492, 2325, '0825-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:03', '2023-10-31 14:09:03'),
(211493, 2325, '0825-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:03', '2023-10-31 14:09:03'),
(211494, 2325, '0825-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:03', '2023-10-31 14:09:03'),
(211495, 2325, '0825-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:03', '2023-10-31 14:09:03'),
(211496, 2325, '0825-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:03', '2023-10-31 14:09:03'),
(211497, 2325, '0825-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:03', '2023-10-31 14:09:03'),
(211498, 2325, '0826-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:03', '2023-10-31 14:09:03'),
(211499, 2325, '0826-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:03', '2023-10-31 14:09:03'),
(211500, 2325, '0826-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:03', '2023-10-31 14:09:03'),
(211501, 2325, '0826-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:03', '2023-10-31 14:09:03'),
(211502, 2325, '0826-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:03', '2023-10-31 14:09:03'),
(211503, 2325, '0826-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:03', '2023-10-31 14:09:03'),
(211504, 2325, '0826-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:03', '2023-10-31 14:09:03'),
(211505, 2325, '0826-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:03', '2023-10-31 14:09:03'),
(211506, 2325, '0826-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:03', '2023-10-31 14:09:03'),
(211507, 2325, '0826-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:03', '2023-10-31 14:09:03'),
(211508, 2325, '0826-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:03', '2023-10-31 14:09:03'),
(211509, 2325, '0826-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:03', '2023-10-31 14:09:03'),
(211510, 2325, '0827-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:03', '2023-10-31 14:09:03'),
(211511, 2325, '0827-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:03', '2023-10-31 14:09:03'),
(211512, 2325, '0827-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:03', '2023-10-31 14:09:03'),
(211513, 2325, '0827-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:03', '2023-10-31 14:09:03'),
(211514, 2325, '0827-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:03', '2023-10-31 14:09:03'),
(211515, 2325, '0827-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:03', '2023-10-31 14:09:03'),
(211516, 2325, '0827-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:03', '2023-10-31 14:09:03'),
(211517, 2325, '0827-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:03', '2023-10-31 14:09:03'),
(211518, 2325, '0827-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:03', '2023-10-31 14:09:03'),
(211519, 2325, '0827-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:03', '2023-10-31 14:09:03'),
(211520, 2325, '0827-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:03', '2023-10-31 14:09:03'),
(211521, 2325, '0827-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:03', '2023-10-31 14:09:03'),
(211522, 2325, '0828-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:03', '2023-10-31 14:09:03'),
(211523, 2325, '0828-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:03', '2023-10-31 14:09:03'),
(211524, 2325, '0828-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:03', '2023-10-31 14:09:03'),
(211525, 2325, '0828-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:03', '2023-10-31 14:09:03'),
(211526, 2325, '0828-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:03', '2023-10-31 14:09:03'),
(211527, 2325, '0828-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:03', '2023-10-31 14:09:03'),
(211528, 2325, '0828-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:03', '2023-10-31 14:09:03'),
(211529, 2325, '0828-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:03', '2023-10-31 14:09:03'),
(211530, 2325, '0828-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:03', '2023-10-31 14:09:03'),
(211531, 2325, '0828-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:03', '2023-10-31 14:09:03'),
(211532, 2325, '0828-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:03', '2023-10-31 14:09:03'),
(211533, 2325, '0828-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:03', '2023-10-31 14:09:03'),
(211534, 2325, '0829-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:03', '2023-10-31 14:09:03'),
(211535, 2325, '0829-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:03', '2023-10-31 14:09:03'),
(211536, 2325, '0829-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:03', '2023-10-31 14:09:03'),
(211537, 2325, '0829-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:03', '2023-10-31 14:09:03'),
(211538, 2325, '0829-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:03', '2023-10-31 14:09:03'),
(211539, 2325, '0829-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:03', '2023-10-31 14:09:03'),
(211540, 2325, '0829-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:03', '2023-10-31 14:09:03'),
(211541, 2325, '0829-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:03', '2023-10-31 14:09:03'),
(211542, 2325, '0829-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:03', '2023-10-31 14:09:03'),
(211543, 2325, '0829-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:03', '2023-10-31 14:09:03'),
(211544, 2325, '0829-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:03', '2023-10-31 14:09:03'),
(211545, 2325, '0829-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:03', '2023-10-31 14:09:03'),
(211546, 2325, '0830-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:03', '2023-10-31 14:09:03'),
(211547, 2325, '0830-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:03', '2023-10-31 14:09:03'),
(211548, 2325, '0830-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:03', '2023-10-31 14:09:03'),
(211549, 2325, '0830-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:03', '2023-10-31 14:09:03'),
(211550, 2325, '0830-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:03', '2023-10-31 14:09:03'),
(211551, 2325, '0830-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:03', '2023-10-31 14:09:03'),
(211552, 2325, '0830-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:03', '2023-10-31 14:09:03'),
(211553, 2325, '0830-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:03', '2023-10-31 14:09:03'),
(211554, 2325, '0830-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:03', '2023-10-31 14:09:03'),
(211555, 2325, '0830-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:03', '2023-10-31 14:09:03'),
(211556, 2325, '0830-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:03', '2023-10-31 14:09:03'),
(211557, 2325, '0830-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:03', '2023-10-31 14:09:03'),
(211558, 2325, '0831-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:03', '2023-10-31 14:09:03'),
(211559, 2325, '0831-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:03', '2023-10-31 14:09:03'),
(211560, 2325, '0831-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:03', '2023-10-31 14:09:03'),
(211561, 2325, '0831-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:03', '2023-10-31 14:09:03'),
(211562, 2325, '0831-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:03', '2023-10-31 14:09:03'),
(211563, 2325, '0831-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:03', '2023-10-31 14:09:03'),
(211564, 2325, '0831-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:03', '2023-10-31 14:09:03'),
(211565, 2325, '0831-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:03', '2023-10-31 14:09:03'),
(211566, 2325, '0831-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:03', '2023-10-31 14:09:03'),
(211567, 2325, '0831-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:03', '2023-10-31 14:09:03'),
(211568, 2325, '0831-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:03', '2023-10-31 14:09:03'),
(211569, 2325, '0831-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:03', '2023-10-31 14:09:03'),
(211570, 2325, '0832-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:03', '2023-10-31 14:09:03'),
(211571, 2325, '0832-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:03', '2023-10-31 14:09:03'),
(211572, 2325, '0832-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:03', '2023-10-31 14:09:03'),
(211573, 2325, '0832-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:03', '2023-10-31 14:09:03'),
(211574, 2325, '0832-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:03', '2023-10-31 14:09:03'),
(211575, 2325, '0832-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:03', '2023-10-31 14:09:03'),
(211576, 2325, '0832-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:03', '2023-10-31 14:09:03'),
(211577, 2325, '0832-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:03', '2023-10-31 14:09:03'),
(211578, 2325, '0832-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:03', '2023-10-31 14:09:03'),
(211579, 2325, '0832-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:03', '2023-10-31 14:09:03'),
(211580, 2325, '0832-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:03', '2023-10-31 14:09:03'),
(211581, 2325, '0832-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:03', '2023-10-31 14:09:03'),
(211582, 2325, '0833-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:03', '2023-10-31 14:09:03'),
(211583, 2325, '0833-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:03', '2023-10-31 14:09:03'),
(211584, 2325, '0833-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:03', '2023-10-31 14:09:03'),
(211585, 2325, '0833-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:03', '2023-10-31 14:09:03'),
(211586, 2325, '0833-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:03', '2023-10-31 14:09:03'),
(211587, 2325, '0833-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:03', '2023-10-31 14:09:03'),
(211588, 2325, '0833-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:03', '2023-10-31 14:09:03'),
(211589, 2325, '0833-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:03', '2023-10-31 14:09:03'),
(211590, 2325, '0833-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:03', '2023-10-31 14:09:03'),
(211591, 2325, '0833-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:03', '2023-10-31 14:09:03'),
(211592, 2325, '0833-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:03', '2023-10-31 14:09:03'),
(211593, 2325, '0833-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:03', '2023-10-31 14:09:03'),
(211594, 2325, '0834-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:03', '2023-10-31 14:09:03'),
(211595, 2325, '0834-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:03', '2023-10-31 14:09:03'),
(211596, 2325, '0834-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:03', '2023-10-31 14:09:03'),
(211597, 2325, '0834-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:03', '2023-10-31 14:09:03'),
(211598, 2325, '0834-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:03', '2023-10-31 14:09:03'),
(211599, 2325, '0834-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:03', '2023-10-31 14:09:03'),
(211600, 2325, '0834-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:03', '2023-10-31 14:09:03'),
(211601, 2325, '0834-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:03', '2023-10-31 14:09:03'),
(211602, 2325, '0834-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:03', '2023-10-31 14:09:03'),
(211603, 2325, '0834-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:03', '2023-10-31 14:09:03'),
(211604, 2325, '0834-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:03', '2023-10-31 14:09:03'),
(211605, 2325, '0834-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:03', '2023-10-31 14:09:03'),
(211606, 2325, '0835-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:03', '2023-10-31 14:09:03'),
(211607, 2325, '0835-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:03', '2023-10-31 14:09:03'),
(211608, 2325, '0835-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:03', '2023-10-31 14:09:03'),
(211609, 2325, '0835-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:03', '2023-10-31 14:09:03'),
(211610, 2325, '0835-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:03', '2023-10-31 14:09:03'),
(211611, 2325, '0835-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:03', '2023-10-31 14:09:03'),
(211612, 2325, '0835-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:03', '2023-10-31 14:09:03'),
(211613, 2325, '0835-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:03', '2023-10-31 14:09:03'),
(211614, 2325, '0835-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:03', '2023-10-31 14:09:03'),
(211615, 2325, '0835-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:03', '2023-10-31 14:09:03'),
(211616, 2325, '0835-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:03', '2023-10-31 14:09:03'),
(211617, 2325, '0835-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:03', '2023-10-31 14:09:03'),
(211618, 2325, '0836-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211619, 2325, '0836-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211620, 2325, '0836-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211621, 2325, '0836-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211622, 2325, '0836-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211623, 2325, '0836-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211624, 2325, '0836-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211625, 2325, '0836-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211626, 2325, '0836-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211627, 2325, '0836-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211628, 2325, '0836-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211629, 2325, '0836-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211630, 2325, '0837-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211631, 2325, '0837-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211632, 2325, '0837-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211633, 2325, '0837-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211634, 2325, '0837-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211635, 2325, '0837-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211636, 2325, '0837-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211637, 2325, '0837-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211638, 2325, '0837-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211639, 2325, '0837-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211640, 2325, '0837-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211641, 2325, '0837-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211642, 2325, '0838-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211643, 2325, '0838-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211644, 2325, '0838-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211645, 2325, '0838-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211646, 2325, '0838-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211647, 2325, '0838-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211648, 2325, '0838-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211649, 2325, '0838-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211650, 2325, '0838-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211651, 2325, '0838-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211652, 2325, '0838-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211653, 2325, '0838-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211654, 2325, '0839-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211655, 2325, '0839-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211656, 2325, '0839-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211657, 2325, '0839-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211658, 2325, '0839-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211659, 2325, '0839-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211660, 2325, '0839-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211661, 2325, '0839-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211662, 2325, '0839-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211663, 2325, '0839-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211664, 2325, '0839-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211665, 2325, '0839-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211666, 2325, '0840-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211667, 2325, '0840-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211668, 2325, '0840-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211669, 2325, '0840-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211670, 2325, '0840-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211671, 2325, '0840-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211672, 2325, '0840-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211673, 2325, '0840-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211674, 2325, '0840-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211675, 2325, '0840-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211676, 2325, '0840-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211677, 2325, '0840-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211678, 2325, '0841-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211679, 2325, '0841-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211680, 2325, '0841-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211681, 2325, '0841-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211682, 2325, '0841-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211683, 2325, '0841-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211684, 2325, '0841-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211685, 2325, '0841-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211686, 2325, '0841-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211687, 2325, '0841-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211688, 2325, '0841-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211689, 2325, '0841-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211690, 2325, '0842-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211691, 2325, '0842-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211692, 2325, '0842-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211693, 2325, '0842-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211694, 2325, '0842-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211695, 2325, '0842-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211696, 2325, '0842-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211697, 2325, '0842-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211698, 2325, '0842-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211699, 2325, '0842-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211700, 2325, '0842-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211701, 2325, '0842-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211702, 2325, '0843-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211703, 2325, '0843-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211704, 2325, '0843-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211705, 2325, '0843-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211706, 2325, '0843-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211707, 2325, '0843-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211708, 2325, '0843-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211709, 2325, '0843-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211710, 2325, '0843-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211711, 2325, '0843-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211712, 2325, '0843-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211713, 2325, '0843-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211714, 2325, '0844-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211715, 2325, '0844-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211716, 2325, '0844-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211717, 2325, '0844-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211718, 2325, '0844-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211719, 2325, '0844-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211720, 2325, '0844-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211721, 2325, '0844-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211722, 2325, '0844-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211723, 2325, '0844-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211724, 2325, '0844-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211725, 2325, '0844-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211726, 2325, '0845-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211727, 2325, '0845-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211728, 2325, '0845-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211729, 2325, '0845-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211730, 2325, '0845-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211731, 2325, '0845-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211732, 2325, '0845-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211733, 2325, '0845-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211734, 2325, '0845-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211735, 2325, '0845-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211736, 2325, '0845-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211737, 2325, '0845-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211738, 2325, '0846-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211739, 2325, '0846-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211740, 2325, '0846-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211741, 2325, '0846-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211742, 2325, '0846-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211743, 2325, '0846-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211744, 2325, '0846-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211745, 2325, '0846-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211746, 2325, '0846-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211747, 2325, '0846-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211748, 2325, '0846-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211749, 2325, '0846-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(211750, 2325, '0847-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211751, 2325, '0847-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211752, 2325, '0847-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211753, 2325, '0847-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211754, 2325, '0847-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211755, 2325, '0847-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211756, 2325, '0847-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211757, 2325, '0847-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211758, 2325, '0847-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211759, 2325, '0847-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211760, 2325, '0847-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211761, 2325, '0847-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211762, 2325, '0848-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211763, 2325, '0848-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211764, 2325, '0848-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211765, 2325, '0848-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211766, 2325, '0848-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211767, 2325, '0848-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211768, 2325, '0848-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211769, 2325, '0848-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211770, 2325, '0848-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211771, 2325, '0848-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211772, 2325, '0848-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211773, 2325, '0848-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211774, 2325, '0849-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211775, 2325, '0849-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211776, 2325, '0849-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211777, 2325, '0849-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211778, 2325, '0849-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211779, 2325, '0849-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211780, 2325, '0849-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211781, 2325, '0849-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211782, 2325, '0849-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211783, 2325, '0849-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211784, 2325, '0849-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211785, 2325, '0849-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211786, 2325, '0850-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211787, 2325, '0850-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211788, 2325, '0850-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211789, 2325, '0850-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211790, 2325, '0850-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211791, 2325, '0850-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211792, 2325, '0850-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211793, 2325, '0850-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211794, 2325, '0850-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211795, 2325, '0850-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211796, 2325, '0850-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211797, 2325, '0850-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211798, 2325, '0851-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211799, 2325, '0851-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211800, 2325, '0851-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211801, 2325, '0851-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211802, 2325, '0851-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211803, 2325, '0851-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211804, 2325, '0851-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211805, 2325, '0851-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211806, 2325, '0851-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211807, 2325, '0851-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211808, 2325, '0851-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211809, 2325, '0851-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211810, 2325, '0852-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211811, 2325, '0852-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211812, 2325, '0852-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211813, 2325, '0852-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211814, 2325, '0852-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211815, 2325, '0852-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211816, 2325, '0852-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211817, 2325, '0852-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211818, 2325, '0852-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211819, 2325, '0852-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211820, 2325, '0852-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211821, 2325, '0852-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211822, 2325, '0853-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211823, 2325, '0853-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211824, 2325, '0853-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211825, 2325, '0853-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211826, 2325, '0853-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211827, 2325, '0853-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211828, 2325, '0853-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211829, 2325, '0853-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211830, 2325, '0853-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211831, 2325, '0853-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211832, 2325, '0853-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211833, 2325, '0853-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211834, 2325, '0854-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211835, 2325, '0854-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211836, 2325, '0854-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211837, 2325, '0854-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211838, 2325, '0854-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211839, 2325, '0854-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211840, 2325, '0854-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211841, 2325, '0854-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211842, 2325, '0854-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211843, 2325, '0854-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211844, 2325, '0854-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211845, 2325, '0854-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211846, 2325, '0855-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211847, 2325, '0855-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211848, 2325, '0855-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211849, 2325, '0855-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211850, 2325, '0855-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211851, 2325, '0855-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211852, 2325, '0855-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211853, 2325, '0855-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211854, 2325, '0855-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211855, 2325, '0855-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211856, 2325, '0855-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211857, 2325, '0855-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211858, 2325, '0856-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211859, 2325, '0856-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211860, 2325, '0856-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211861, 2325, '0856-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211862, 2325, '0856-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211863, 2325, '0856-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211864, 2325, '0856-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211865, 2325, '0856-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211866, 2325, '0856-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211867, 2325, '0856-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211868, 2325, '0856-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211869, 2325, '0856-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211870, 2325, '0857-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211871, 2325, '0857-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211872, 2325, '0857-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211873, 2325, '0857-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211874, 2325, '0857-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211875, 2325, '0857-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211876, 2325, '0857-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211877, 2325, '0857-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211878, 2325, '0857-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211879, 2325, '0857-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211880, 2325, '0857-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211881, 2325, '0857-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211882, 2325, '0858-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211883, 2325, '0858-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211884, 2325, '0858-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211885, 2325, '0858-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:04', '2023-10-31 14:09:04'),
(211886, 2325, '0858-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(211887, 2325, '0858-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(211888, 2325, '0858-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(211889, 2325, '0858-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(211890, 2325, '0858-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(211891, 2325, '0858-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(211892, 2325, '0858-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(211893, 2325, '0858-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(211894, 2325, '0859-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(211895, 2325, '0859-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(211896, 2325, '0859-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(211897, 2325, '0859-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(211898, 2325, '0859-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(211899, 2325, '0859-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(211900, 2325, '0859-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(211901, 2325, '0859-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(211902, 2325, '0859-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(211903, 2325, '0859-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(211904, 2325, '0859-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(211905, 2325, '0859-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(211906, 2325, '0860-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(211907, 2325, '0860-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(211908, 2325, '0860-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(211909, 2325, '0860-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(211910, 2325, '0860-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(211911, 2325, '0860-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(211912, 2325, '0860-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(211913, 2325, '0860-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(211914, 2325, '0860-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(211915, 2325, '0860-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(211916, 2325, '0860-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(211917, 2325, '0860-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(211918, 2325, '0861-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(211919, 2325, '0861-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(211920, 2325, '0861-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(211921, 2325, '0861-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(211922, 2325, '0861-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(211923, 2325, '0861-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(211924, 2325, '0861-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(211925, 2325, '0861-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(211926, 2325, '0861-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(211927, 2325, '0861-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(211928, 2325, '0861-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(211929, 2325, '0861-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(211930, 2325, '0862-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(211931, 2325, '0862-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(211932, 2325, '0862-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(211933, 2325, '0862-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(211934, 2325, '0862-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(211935, 2325, '0862-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(211936, 2325, '0862-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(211937, 2325, '0862-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(211938, 2325, '0862-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(211939, 2325, '0862-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(211940, 2325, '0862-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(211941, 2325, '0862-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(211942, 2325, '0863-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(211943, 2325, '0863-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(211944, 2325, '0863-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(211945, 2325, '0863-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(211946, 2325, '0863-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(211947, 2325, '0863-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(211948, 2325, '0863-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(211949, 2325, '0863-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(211950, 2325, '0863-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(211951, 2325, '0863-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(211952, 2325, '0863-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(211953, 2325, '0863-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(211954, 2325, '0864-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(211955, 2325, '0864-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(211956, 2325, '0864-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(211957, 2325, '0864-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(211958, 2325, '0864-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(211959, 2325, '0864-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(211960, 2325, '0864-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(211961, 2325, '0864-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(211962, 2325, '0864-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(211963, 2325, '0864-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(211964, 2325, '0864-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(211965, 2325, '0864-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(211966, 2325, '0865-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(211967, 2325, '0865-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(211968, 2325, '0865-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(211969, 2325, '0865-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(211970, 2325, '0865-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(211971, 2325, '0865-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(211972, 2325, '0865-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(211973, 2325, '0865-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(211974, 2325, '0865-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(211975, 2325, '0865-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(211976, 2325, '0865-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(211977, 2325, '0865-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(211978, 2325, '0866-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(211979, 2325, '0866-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(211980, 2325, '0866-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(211981, 2325, '0866-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(211982, 2325, '0866-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(211983, 2325, '0866-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(211984, 2325, '0866-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(211985, 2325, '0866-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(211986, 2325, '0866-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(211987, 2325, '0866-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(211988, 2325, '0866-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(211989, 2325, '0866-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(211990, 2325, '0867-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(211991, 2325, '0867-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(211992, 2325, '0867-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(211993, 2325, '0867-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(211994, 2325, '0867-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(211995, 2325, '0867-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(211996, 2325, '0867-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(211997, 2325, '0867-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(211998, 2325, '0867-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(211999, 2325, '0867-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(212000, 2325, '0867-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(212001, 2325, '0867-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(212002, 2325, '0868-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(212003, 2325, '0868-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(212004, 2325, '0868-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(212005, 2325, '0868-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(212006, 2325, '0868-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(212007, 2325, '0868-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(212008, 2325, '0868-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(212009, 2325, '0868-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(212010, 2325, '0868-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(212011, 2325, '0868-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(212012, 2325, '0868-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(212013, 2325, '0868-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(212014, 2325, '0869-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(212015, 2325, '0869-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(212016, 2325, '0869-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(212017, 2325, '0869-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(212018, 2325, '0869-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(212019, 2325, '0869-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(212020, 2325, '0869-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(212021, 2325, '0869-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(212022, 2325, '0869-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(212023, 2325, '0869-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(212024, 2325, '0869-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(212025, 2325, '0869-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(212026, 2325, '0870-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(212027, 2325, '0870-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(212028, 2325, '0870-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(212029, 2325, '0870-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(212030, 2325, '0870-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(212031, 2325, '0870-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(212032, 2325, '0870-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(212033, 2325, '0870-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(212034, 2325, '0870-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(212035, 2325, '0870-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(212036, 2325, '0870-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(212037, 2325, '0870-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(212038, 2325, '0871-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(212039, 2325, '0871-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(212040, 2325, '0871-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(212041, 2325, '0871-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(212042, 2325, '0871-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(212043, 2325, '0871-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(212044, 2325, '0871-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(212045, 2325, '0871-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(212046, 2325, '0871-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(212047, 2325, '0871-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(212048, 2325, '0871-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(212049, 2325, '0871-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(212050, 2325, '0872-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(212051, 2325, '0872-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(212052, 2325, '0872-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(212053, 2325, '0872-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(212054, 2325, '0872-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(212055, 2325, '0872-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(212056, 2325, '0872-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(212057, 2325, '0872-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(212058, 2325, '0872-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(212059, 2325, '0872-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(212060, 2325, '0872-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(212061, 2325, '0872-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(212062, 2325, '0873-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(212063, 2325, '0873-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(212064, 2325, '0873-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(212065, 2325, '0873-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(212066, 2325, '0873-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(212067, 2325, '0873-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(212068, 2325, '0873-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(212069, 2325, '0873-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(212070, 2325, '0873-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(212071, 2325, '0873-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(212072, 2325, '0873-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(212073, 2325, '0873-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(212074, 2325, '0874-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(212075, 2325, '0874-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(212076, 2325, '0874-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(212077, 2325, '0874-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(212078, 2325, '0874-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(212079, 2325, '0874-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(212080, 2325, '0874-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(212081, 2325, '0874-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(212082, 2325, '0874-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(212083, 2325, '0874-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(212084, 2325, '0874-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(212085, 2325, '0874-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(212086, 2325, '0875-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(212087, 2325, '0875-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(212088, 2325, '0875-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(212089, 2325, '0875-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(212090, 2325, '0875-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(212091, 2325, '0875-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(212092, 2325, '0875-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(212093, 2325, '0875-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(212094, 2325, '0875-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(212095, 2325, '0875-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(212096, 2325, '0875-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(212097, 2325, '0875-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(212098, 2325, '0876-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(212099, 2325, '0876-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(212100, 2325, '0876-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(212101, 2325, '0876-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(212102, 2325, '0876-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(212103, 2325, '0876-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(212104, 2325, '0876-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(212105, 2325, '0876-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(212106, 2325, '0876-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(212107, 2325, '0876-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(212108, 2325, '0876-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(212109, 2325, '0876-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(212110, 2325, '0877-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(212111, 2325, '0877-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(212112, 2325, '0877-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(212113, 2325, '0877-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(212114, 2325, '0877-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(212115, 2325, '0877-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(212116, 2325, '0877-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(212117, 2325, '0877-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(212118, 2325, '0877-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(212119, 2325, '0877-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(212120, 2325, '0877-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(212121, 2325, '0877-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(212122, 2325, '0878-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(212123, 2325, '0878-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(212124, 2325, '0878-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(212125, 2325, '0878-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(212126, 2325, '0878-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(212127, 2325, '0878-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(212128, 2325, '0878-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(212129, 2325, '0878-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(212130, 2325, '0878-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(212131, 2325, '0878-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(212132, 2325, '0878-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(212133, 2325, '0878-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(212134, 2325, '0879-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(212135, 2325, '0879-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(212136, 2325, '0879-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(212137, 2325, '0879-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(212138, 2325, '0879-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:05', '2023-10-31 14:09:05'),
(212139, 2325, '0879-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212140, 2325, '0879-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212141, 2325, '0879-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212142, 2325, '0879-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212143, 2325, '0879-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212144, 2325, '0879-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212145, 2325, '0879-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212146, 2325, '0880-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212147, 2325, '0880-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212148, 2325, '0880-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212149, 2325, '0880-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212150, 2325, '0880-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212151, 2325, '0880-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212152, 2325, '0880-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212153, 2325, '0880-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212154, 2325, '0880-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212155, 2325, '0880-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212156, 2325, '0880-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212157, 2325, '0880-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212158, 2325, '0881-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212159, 2325, '0881-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212160, 2325, '0881-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212161, 2325, '0881-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212162, 2325, '0881-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212163, 2325, '0881-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212164, 2325, '0881-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212165, 2325, '0881-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212166, 2325, '0881-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212167, 2325, '0881-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212168, 2325, '0881-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212169, 2325, '0881-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212170, 2325, '0882-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212171, 2325, '0882-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212172, 2325, '0882-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212173, 2325, '0882-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212174, 2325, '0882-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212175, 2325, '0882-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212176, 2325, '0882-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212177, 2325, '0882-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212178, 2325, '0882-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212179, 2325, '0882-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212180, 2325, '0882-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212181, 2325, '0882-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212182, 2325, '0883-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212183, 2325, '0883-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212184, 2325, '0883-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212185, 2325, '0883-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212186, 2325, '0883-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212187, 2325, '0883-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212188, 2325, '0883-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212189, 2325, '0883-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212190, 2325, '0883-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212191, 2325, '0883-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212192, 2325, '0883-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212193, 2325, '0883-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212194, 2325, '0884-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212195, 2325, '0884-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212196, 2325, '0884-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212197, 2325, '0884-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212198, 2325, '0884-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212199, 2325, '0884-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212200, 2325, '0884-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212201, 2325, '0884-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212202, 2325, '0884-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212203, 2325, '0884-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212204, 2325, '0884-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212205, 2325, '0884-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212206, 2325, '0885-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212207, 2325, '0885-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212208, 2325, '0885-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212209, 2325, '0885-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212210, 2325, '0885-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212211, 2325, '0885-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212212, 2325, '0885-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212213, 2325, '0885-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212214, 2325, '0885-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(212215, 2325, '0885-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212216, 2325, '0885-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212217, 2325, '0885-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212218, 2325, '0886-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212219, 2325, '0886-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212220, 2325, '0886-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212221, 2325, '0886-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212222, 2325, '0886-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212223, 2325, '0886-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212224, 2325, '0886-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212225, 2325, '0886-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212226, 2325, '0886-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212227, 2325, '0886-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212228, 2325, '0886-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212229, 2325, '0886-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212230, 2325, '0887-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212231, 2325, '0887-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212232, 2325, '0887-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212233, 2325, '0887-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212234, 2325, '0887-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212235, 2325, '0887-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212236, 2325, '0887-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212237, 2325, '0887-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212238, 2325, '0887-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212239, 2325, '0887-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212240, 2325, '0887-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212241, 2325, '0887-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212242, 2325, '0888-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212243, 2325, '0888-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212244, 2325, '0888-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212245, 2325, '0888-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212246, 2325, '0888-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212247, 2325, '0888-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212248, 2325, '0888-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212249, 2325, '0888-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212250, 2325, '0888-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212251, 2325, '0888-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212252, 2325, '0888-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212253, 2325, '0888-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212254, 2325, '0889-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212255, 2325, '0889-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212256, 2325, '0889-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212257, 2325, '0889-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212258, 2325, '0889-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212259, 2325, '0889-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212260, 2325, '0889-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212261, 2325, '0889-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212262, 2325, '0889-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212263, 2325, '0889-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212264, 2325, '0889-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212265, 2325, '0889-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212266, 2325, '0890-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212267, 2325, '0890-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212268, 2325, '0890-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212269, 2325, '0890-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212270, 2325, '0890-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212271, 2325, '0890-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212272, 2325, '0890-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212273, 2325, '0890-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212274, 2325, '0890-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212275, 2325, '0890-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212276, 2325, '0890-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212277, 2325, '0890-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212278, 2325, '0891-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212279, 2325, '0891-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212280, 2325, '0891-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212281, 2325, '0891-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212282, 2325, '0891-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212283, 2325, '0891-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212284, 2325, '0891-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212285, 2325, '0891-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212286, 2325, '0891-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212287, 2325, '0891-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212288, 2325, '0891-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212289, 2325, '0891-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212290, 2325, '0892-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212291, 2325, '0892-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212292, 2325, '0892-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212293, 2325, '0892-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212294, 2325, '0892-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212295, 2325, '0892-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212296, 2325, '0892-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212297, 2325, '0892-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212298, 2325, '0892-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212299, 2325, '0892-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212300, 2325, '0892-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212301, 2325, '0892-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212302, 2325, '0893-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212303, 2325, '0893-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212304, 2325, '0893-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212305, 2325, '0893-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212306, 2325, '0893-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212307, 2325, '0893-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212308, 2325, '0893-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212309, 2325, '0893-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212310, 2325, '0893-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212311, 2325, '0893-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212312, 2325, '0893-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212313, 2325, '0893-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212314, 2325, '0894-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212315, 2325, '0894-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212316, 2325, '0894-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212317, 2325, '0894-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212318, 2325, '0894-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212319, 2325, '0894-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212320, 2325, '0894-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212321, 2325, '0894-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212322, 2325, '0894-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212323, 2325, '0894-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212324, 2325, '0894-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212325, 2325, '0894-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212326, 2325, '0895-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212327, 2325, '0895-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212328, 2325, '0895-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212329, 2325, '0895-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212330, 2325, '0895-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212331, 2325, '0895-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212332, 2325, '0895-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212333, 2325, '0895-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212334, 2325, '0895-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212335, 2325, '0895-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212336, 2325, '0895-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212337, 2325, '0895-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212338, 2325, '0896-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212339, 2325, '0896-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212340, 2325, '0896-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212341, 2325, '0896-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212342, 2325, '0896-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212343, 2325, '0896-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212344, 2325, '0896-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212345, 2325, '0896-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212346, 2325, '0896-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212347, 2325, '0896-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212348, 2325, '0896-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212349, 2325, '0896-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212350, 2325, '0897-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212351, 2325, '0897-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212352, 2325, '0897-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212353, 2325, '0897-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212354, 2325, '0897-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212355, 2325, '0897-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212356, 2325, '0897-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212357, 2325, '0897-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212358, 2325, '0897-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212359, 2325, '0897-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212360, 2325, '0897-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212361, 2325, '0897-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212362, 2325, '0898-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212363, 2325, '0898-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212364, 2325, '0898-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212365, 2325, '0898-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212366, 2325, '0898-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212367, 2325, '0898-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212368, 2325, '0898-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212369, 2325, '0898-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212370, 2325, '0898-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212371, 2325, '0898-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212372, 2325, '0898-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212373, 2325, '0898-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212374, 2325, '0899-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212375, 2325, '0899-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212376, 2325, '0899-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212377, 2325, '0899-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212378, 2325, '0899-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212379, 2325, '0899-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212380, 2325, '0899-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212381, 2325, '0899-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212382, 2325, '0899-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212383, 2325, '0899-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212384, 2325, '0899-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212385, 2325, '0899-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212386, 2325, '0900-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212387, 2325, '0900-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212388, 2325, '0900-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212389, 2325, '0900-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212390, 2325, '0900-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212391, 2325, '0900-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212392, 2325, '0900-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212393, 2325, '0900-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212394, 2325, '0900-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212395, 2325, '0900-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212396, 2325, '0900-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212397, 2325, '0900-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212398, 2325, '0901-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212399, 2325, '0901-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212400, 2325, '0901-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212401, 2325, '0901-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212402, 2325, '0901-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212403, 2325, '0901-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212404, 2325, '0901-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212405, 2325, '0901-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212406, 2325, '0901-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212407, 2325, '0901-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212408, 2325, '0901-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212409, 2325, '0901-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212410, 2325, '0902-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212411, 2325, '0902-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212412, 2325, '0902-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212413, 2325, '0902-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212414, 2325, '0902-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212415, 2325, '0902-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212416, 2325, '0902-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212417, 2325, '0902-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212418, 2325, '0902-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212419, 2325, '0902-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212420, 2325, '0902-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212421, 2325, '0902-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212422, 2325, '0903-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212423, 2325, '0903-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212424, 2325, '0903-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212425, 2325, '0903-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212426, 2325, '0903-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212427, 2325, '0903-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212428, 2325, '0903-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212429, 2325, '0903-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212430, 2325, '0903-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212431, 2325, '0903-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212432, 2325, '0903-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212433, 2325, '0903-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212434, 2325, '0904-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212435, 2325, '0904-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212436, 2325, '0904-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212437, 2325, '0904-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212438, 2325, '0904-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212439, 2325, '0904-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212440, 2325, '0904-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212441, 2325, '0904-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212442, 2325, '0904-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212443, 2325, '0904-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212444, 2325, '0904-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212445, 2325, '0904-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212446, 2325, '0905-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212447, 2325, '0905-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212448, 2325, '0905-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212449, 2325, '0905-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212450, 2325, '0905-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212451, 2325, '0905-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212452, 2325, '0905-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212453, 2325, '0905-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212454, 2325, '0905-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212455, 2325, '0905-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212456, 2325, '0905-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212457, 2325, '0905-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212458, 2325, '0906-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212459, 2325, '0906-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212460, 2325, '0906-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:06', '2023-10-31 14:09:06'),
(212461, 2325, '0906-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212462, 2325, '0906-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212463, 2325, '0906-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212464, 2325, '0906-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212465, 2325, '0906-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212466, 2325, '0906-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212467, 2325, '0906-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212468, 2325, '0906-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212469, 2325, '0906-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212470, 2325, '0907-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212471, 2325, '0907-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212472, 2325, '0907-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212473, 2325, '0907-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212474, 2325, '0907-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212475, 2325, '0907-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212476, 2325, '0907-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212477, 2325, '0907-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212478, 2325, '0907-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212479, 2325, '0907-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212480, 2325, '0907-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212481, 2325, '0907-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212482, 2325, '0908-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212483, 2325, '0908-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212484, 2325, '0908-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212485, 2325, '0908-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212486, 2325, '0908-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212487, 2325, '0908-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212488, 2325, '0908-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212489, 2325, '0908-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212490, 2325, '0908-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212491, 2325, '0908-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212492, 2325, '0908-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212493, 2325, '0908-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212494, 2325, '0909-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212495, 2325, '0909-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212496, 2325, '0909-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212497, 2325, '0909-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212498, 2325, '0909-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212499, 2325, '0909-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212500, 2325, '0909-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212501, 2325, '0909-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212502, 2325, '0909-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212503, 2325, '0909-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212504, 2325, '0909-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212505, 2325, '0909-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212506, 2325, '0910-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212507, 2325, '0910-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212508, 2325, '0910-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212509, 2325, '0910-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212510, 2325, '0910-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212511, 2325, '0910-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212512, 2325, '0910-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212513, 2325, '0910-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212514, 2325, '0910-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212515, 2325, '0910-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212516, 2325, '0910-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212517, 2325, '0910-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212518, 2325, '0911-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212519, 2325, '0911-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212520, 2325, '0911-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212521, 2325, '0911-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212522, 2325, '0911-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212523, 2325, '0911-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212524, 2325, '0911-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212525, 2325, '0911-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212526, 2325, '0911-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212527, 2325, '0911-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212528, 2325, '0911-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212529, 2325, '0911-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212530, 2325, '0912-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212531, 2325, '0912-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212532, 2325, '0912-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212533, 2325, '0912-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212534, 2325, '0912-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212535, 2325, '0912-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212536, 2325, '0912-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212537, 2325, '0912-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212538, 2325, '0912-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212539, 2325, '0912-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212540, 2325, '0912-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212541, 2325, '0912-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212542, 2325, '0913-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212543, 2325, '0913-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212544, 2325, '0913-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212545, 2325, '0913-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212546, 2325, '0913-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212547, 2325, '0913-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212548, 2325, '0913-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212549, 2325, '0913-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212550, 2325, '0913-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212551, 2325, '0913-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212552, 2325, '0913-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212553, 2325, '0913-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212554, 2325, '0914-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212555, 2325, '0914-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212556, 2325, '0914-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212557, 2325, '0914-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212558, 2325, '0914-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212559, 2325, '0914-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212560, 2325, '0914-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212561, 2325, '0914-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212562, 2325, '0914-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212563, 2325, '0914-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212564, 2325, '0914-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212565, 2325, '0914-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212566, 2325, '0915-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212567, 2325, '0915-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212568, 2325, '0915-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212569, 2325, '0915-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212570, 2325, '0915-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212571, 2325, '0915-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212572, 2325, '0915-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212573, 2325, '0915-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212574, 2325, '0915-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212575, 2325, '0915-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212576, 2325, '0915-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212577, 2325, '0915-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212578, 2325, '0916-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212579, 2325, '0916-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212580, 2325, '0916-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212581, 2325, '0916-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212582, 2325, '0916-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212583, 2325, '0916-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212584, 2325, '0916-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212585, 2325, '0916-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212586, 2325, '0916-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212587, 2325, '0916-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212588, 2325, '0916-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212589, 2325, '0916-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212590, 2325, '0917-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212591, 2325, '0917-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212592, 2325, '0917-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212593, 2325, '0917-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212594, 2325, '0917-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212595, 2325, '0917-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212596, 2325, '0917-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212597, 2325, '0917-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212598, 2325, '0917-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212599, 2325, '0917-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212600, 2325, '0917-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212601, 2325, '0917-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212602, 2325, '0918-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212603, 2325, '0918-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212604, 2325, '0918-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212605, 2325, '0918-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212606, 2325, '0918-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212607, 2325, '0918-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212608, 2325, '0918-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212609, 2325, '0918-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212610, 2325, '0918-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212611, 2325, '0918-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212612, 2325, '0918-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212613, 2325, '0918-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212614, 2325, '0919-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212615, 2325, '0919-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212616, 2325, '0919-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212617, 2325, '0919-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212618, 2325, '0919-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212619, 2325, '0919-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212620, 2325, '0919-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212621, 2325, '0919-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212622, 2325, '0919-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212623, 2325, '0919-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212624, 2325, '0919-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212625, 2325, '0919-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212626, 2325, '0920-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212627, 2325, '0920-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212628, 2325, '0920-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212629, 2325, '0920-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212630, 2325, '0920-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212631, 2325, '0920-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212632, 2325, '0920-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212633, 2325, '0920-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212634, 2325, '0920-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212635, 2325, '0920-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212636, 2325, '0920-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212637, 2325, '0920-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212638, 2325, '0921-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212639, 2325, '0921-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212640, 2325, '0921-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212641, 2325, '0921-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212642, 2325, '0921-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212643, 2325, '0921-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212644, 2325, '0921-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212645, 2325, '0921-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212646, 2325, '0921-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212647, 2325, '0921-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212648, 2325, '0921-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212649, 2325, '0921-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212650, 2325, '0922-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212651, 2325, '0922-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212652, 2325, '0922-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212653, 2325, '0922-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212654, 2325, '0922-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212655, 2325, '0922-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212656, 2325, '0922-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212657, 2325, '0922-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212658, 2325, '0922-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212659, 2325, '0922-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212660, 2325, '0922-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212661, 2325, '0922-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212662, 2325, '0923-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212663, 2325, '0923-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212664, 2325, '0923-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212665, 2325, '0923-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212666, 2325, '0923-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212667, 2325, '0923-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212668, 2325, '0923-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212669, 2325, '0923-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212670, 2325, '0923-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212671, 2325, '0923-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212672, 2325, '0923-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212673, 2325, '0923-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212674, 2325, '0924-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212675, 2325, '0924-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212676, 2325, '0924-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212677, 2325, '0924-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212678, 2325, '0924-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212679, 2325, '0924-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(212680, 2325, '0924-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212681, 2325, '0924-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212682, 2325, '0924-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212683, 2325, '0924-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212684, 2325, '0924-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212685, 2325, '0924-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212686, 2325, '0925-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212687, 2325, '0925-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212688, 2325, '0925-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212689, 2325, '0925-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212690, 2325, '0925-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212691, 2325, '0925-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212692, 2325, '0925-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212693, 2325, '0925-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212694, 2325, '0925-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212695, 2325, '0925-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212696, 2325, '0925-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212697, 2325, '0925-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212698, 2325, '0926-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212699, 2325, '0926-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212700, 2325, '0926-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212701, 2325, '0926-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212702, 2325, '0926-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212703, 2325, '0926-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212704, 2325, '0926-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212705, 2325, '0926-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212706, 2325, '0926-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212707, 2325, '0926-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212708, 2325, '0926-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212709, 2325, '0926-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212710, 2325, '0927-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212711, 2325, '0927-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212712, 2325, '0927-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212713, 2325, '0927-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212714, 2325, '0927-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212715, 2325, '0927-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212716, 2325, '0927-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212717, 2325, '0927-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212718, 2325, '0927-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212719, 2325, '0927-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212720, 2325, '0927-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212721, 2325, '0927-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212722, 2325, '0928-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212723, 2325, '0928-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212724, 2325, '0928-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212725, 2325, '0928-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212726, 2325, '0928-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212727, 2325, '0928-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212728, 2325, '0928-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212729, 2325, '0928-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212730, 2325, '0928-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212731, 2325, '0928-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212732, 2325, '0928-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212733, 2325, '0928-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212734, 2325, '0929-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212735, 2325, '0929-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212736, 2325, '0929-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212737, 2325, '0929-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212738, 2325, '0929-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212739, 2325, '0929-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212740, 2325, '0929-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212741, 2325, '0929-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212742, 2325, '0929-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212743, 2325, '0929-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212744, 2325, '0929-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212745, 2325, '0929-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212746, 2325, '0930-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212747, 2325, '0930-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212748, 2325, '0930-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212749, 2325, '0930-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212750, 2325, '0930-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212751, 2325, '0930-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212752, 2325, '0930-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212753, 2325, '0930-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212754, 2325, '0930-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212755, 2325, '0930-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212756, 2325, '0930-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212757, 2325, '0930-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212758, 2325, '0931-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212759, 2325, '0931-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212760, 2325, '0931-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212761, 2325, '0931-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212762, 2325, '0931-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212763, 2325, '0931-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212764, 2325, '0931-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212765, 2325, '0931-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212766, 2325, '0931-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212767, 2325, '0931-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212768, 2325, '0931-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212769, 2325, '0931-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212770, 2325, '0932-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212771, 2325, '0932-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212772, 2325, '0932-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212773, 2325, '0932-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212774, 2325, '0932-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212775, 2325, '0932-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212776, 2325, '0932-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212777, 2325, '0932-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212778, 2325, '0932-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212779, 2325, '0932-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212780, 2325, '0932-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212781, 2325, '0932-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212782, 2325, '0933-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212783, 2325, '0933-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212784, 2325, '0933-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212785, 2325, '0933-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212786, 2325, '0933-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212787, 2325, '0933-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212788, 2325, '0933-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212789, 2325, '0933-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212790, 2325, '0933-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212791, 2325, '0933-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212792, 2325, '0933-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212793, 2325, '0933-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212794, 2325, '0934-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212795, 2325, '0934-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212796, 2325, '0934-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212797, 2325, '0934-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212798, 2325, '0934-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212799, 2325, '0934-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212800, 2325, '0934-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212801, 2325, '0934-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212802, 2325, '0934-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212803, 2325, '0934-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212804, 2325, '0934-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212805, 2325, '0934-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212806, 2325, '0935-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212807, 2325, '0935-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212808, 2325, '0935-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212809, 2325, '0935-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212810, 2325, '0935-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212811, 2325, '0935-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212812, 2325, '0935-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:07', '2023-10-31 14:09:07'),
(212813, 2325, '0935-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(212814, 2325, '0935-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(212815, 2325, '0935-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(212816, 2325, '0935-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(212817, 2325, '0935-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(212818, 2325, '0936-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(212819, 2325, '0936-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(212820, 2325, '0936-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(212821, 2325, '0936-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(212822, 2325, '0936-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(212823, 2325, '0936-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(212824, 2325, '0936-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(212825, 2325, '0936-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(212826, 2325, '0936-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(212827, 2325, '0936-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(212828, 2325, '0936-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(212829, 2325, '0936-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(212830, 2325, '0937-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(212831, 2325, '0937-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(212832, 2325, '0937-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(212833, 2325, '0937-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(212834, 2325, '0937-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(212835, 2325, '0937-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(212836, 2325, '0937-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(212837, 2325, '0937-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(212838, 2325, '0937-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(212839, 2325, '0937-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(212840, 2325, '0937-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(212841, 2325, '0937-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(212842, 2325, '0938-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(212843, 2325, '0938-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(212844, 2325, '0938-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(212845, 2325, '0938-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(212846, 2325, '0938-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(212847, 2325, '0938-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(212848, 2325, '0938-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(212849, 2325, '0938-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(212850, 2325, '0938-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(212851, 2325, '0938-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(212852, 2325, '0938-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(212853, 2325, '0938-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(212854, 2325, '0939-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(212855, 2325, '0939-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(212856, 2325, '0939-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(212857, 2325, '0939-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(212858, 2325, '0939-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(212859, 2325, '0939-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(212860, 2325, '0939-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(212861, 2325, '0939-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(212862, 2325, '0939-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(212863, 2325, '0939-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(212864, 2325, '0939-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(212865, 2325, '0939-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(212866, 2325, '0940-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(212867, 2325, '0940-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(212868, 2325, '0940-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(212869, 2325, '0940-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(212870, 2325, '0940-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(212871, 2325, '0940-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(212872, 2325, '0940-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(212873, 2325, '0940-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(212874, 2325, '0940-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(212875, 2325, '0940-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(212876, 2325, '0940-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(212877, 2325, '0940-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(212878, 2325, '0941-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(212879, 2325, '0941-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(212880, 2325, '0941-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(212881, 2325, '0941-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(212882, 2325, '0941-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(212883, 2325, '0941-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(212884, 2325, '0941-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(212885, 2325, '0941-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(212886, 2325, '0941-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(212887, 2325, '0941-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(212888, 2325, '0941-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(212889, 2325, '0941-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(212890, 2325, '0942-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(212891, 2325, '0942-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(212892, 2325, '0942-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(212893, 2325, '0942-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(212894, 2325, '0942-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(212895, 2325, '0942-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(212896, 2325, '0942-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(212897, 2325, '0942-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(212898, 2325, '0942-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(212899, 2325, '0942-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(212900, 2325, '0942-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(212901, 2325, '0942-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(212902, 2325, '0943-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(212903, 2325, '0943-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(212904, 2325, '0943-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(212905, 2325, '0943-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(212906, 2325, '0943-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(212907, 2325, '0943-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(212908, 2325, '0943-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(212909, 2325, '0943-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(212910, 2325, '0943-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(212911, 2325, '0943-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(212912, 2325, '0943-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(212913, 2325, '0943-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(212914, 2325, '0944-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(212915, 2325, '0944-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(212916, 2325, '0944-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(212917, 2325, '0944-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(212918, 2325, '0944-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(212919, 2325, '0944-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(212920, 2325, '0944-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(212921, 2325, '0944-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(212922, 2325, '0944-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(212923, 2325, '0944-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(212924, 2325, '0944-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(212925, 2325, '0944-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(212926, 2325, '0945-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(212927, 2325, '0945-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(212928, 2325, '0945-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(212929, 2325, '0945-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(212930, 2325, '0945-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(212931, 2325, '0945-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(212932, 2325, '0945-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(212933, 2325, '0945-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(212934, 2325, '0945-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(212935, 2325, '0945-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(212936, 2325, '0945-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(212937, 2325, '0945-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(212938, 2325, '0946-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(212939, 2325, '0946-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(212940, 2325, '0946-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(212941, 2325, '0946-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(212942, 2325, '0946-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(212943, 2325, '0946-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(212944, 2325, '0946-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(212945, 2325, '0946-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(212946, 2325, '0946-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(212947, 2325, '0946-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(212948, 2325, '0946-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(212949, 2325, '0946-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(212950, 2325, '0947-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(212951, 2325, '0947-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(212952, 2325, '0947-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(212953, 2325, '0947-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(212954, 2325, '0947-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(212955, 2325, '0947-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(212956, 2325, '0947-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(212957, 2325, '0947-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(212958, 2325, '0947-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(212959, 2325, '0947-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(212960, 2325, '0947-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(212961, 2325, '0947-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(212962, 2325, '0948-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(212963, 2325, '0948-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(212964, 2325, '0948-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(212965, 2325, '0948-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(212966, 2325, '0948-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(212967, 2325, '0948-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(212968, 2325, '0948-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(212969, 2325, '0948-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(212970, 2325, '0948-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(212971, 2325, '0948-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(212972, 2325, '0948-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(212973, 2325, '0948-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(212974, 2325, '0949-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(212975, 2325, '0949-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(212976, 2325, '0949-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(212977, 2325, '0949-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(212978, 2325, '0949-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(212979, 2325, '0949-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(212980, 2325, '0949-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(212981, 2325, '0949-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(212982, 2325, '0949-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(212983, 2325, '0949-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(212984, 2325, '0949-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(212985, 2325, '0949-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(212986, 2325, '0950-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(212987, 2325, '0950-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(212988, 2325, '0950-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(212989, 2325, '0950-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(212990, 2325, '0950-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(212991, 2325, '0950-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(212992, 2325, '0950-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(212993, 2325, '0950-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(212994, 2325, '0950-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(212995, 2325, '0950-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(212996, 2325, '0950-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(212997, 2325, '0950-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(212998, 2325, '0951-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(212999, 2325, '0951-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(213000, 2325, '0951-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(213001, 2325, '0951-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(213002, 2325, '0951-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(213003, 2325, '0951-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(213004, 2325, '0951-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(213005, 2325, '0951-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(213006, 2325, '0951-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(213007, 2325, '0951-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(213008, 2325, '0951-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(213009, 2325, '0951-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(213010, 2325, '0952-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(213011, 2325, '0952-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(213012, 2325, '0952-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(213013, 2325, '0952-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(213014, 2325, '0952-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(213015, 2325, '0952-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(213016, 2325, '0952-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(213017, 2325, '0952-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(213018, 2325, '0952-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(213019, 2325, '0952-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(213020, 2325, '0952-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(213021, 2325, '0952-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(213022, 2325, '0953-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(213023, 2325, '0953-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(213024, 2325, '0953-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(213025, 2325, '0953-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(213026, 2325, '0953-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(213027, 2325, '0953-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(213028, 2325, '0953-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(213029, 2325, '0953-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(213030, 2325, '0953-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(213031, 2325, '0953-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(213032, 2325, '0953-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(213033, 2325, '0953-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(213034, 2325, '0954-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(213035, 2325, '0954-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(213036, 2325, '0954-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(213037, 2325, '0954-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(213038, 2325, '0954-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(213039, 2325, '0954-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(213040, 2325, '0954-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(213041, 2325, '0954-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(213042, 2325, '0954-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(213043, 2325, '0954-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(213044, 2325, '0954-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(213045, 2325, '0954-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(213046, 2325, '0955-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(213047, 2325, '0955-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(213048, 2325, '0955-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(213049, 2325, '0955-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(213050, 2325, '0955-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(213051, 2325, '0955-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(213052, 2325, '0955-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(213053, 2325, '0955-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(213054, 2325, '0955-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(213055, 2325, '0955-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(213056, 2325, '0955-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(213057, 2325, '0955-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(213058, 2325, '0956-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(213059, 2325, '0956-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(213060, 2325, '0956-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(213061, 2325, '0956-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(213062, 2325, '0956-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(213063, 2325, '0956-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(213064, 2325, '0956-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(213065, 2325, '0956-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(213066, 2325, '0956-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(213067, 2325, '0956-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(213068, 2325, '0956-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(213069, 2325, '0956-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(213070, 2325, '0957-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(213071, 2325, '0957-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(213072, 2325, '0957-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(213073, 2325, '0957-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(213074, 2325, '0957-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(213075, 2325, '0957-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(213076, 2325, '0957-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(213077, 2325, '0957-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(213078, 2325, '0957-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(213079, 2325, '0957-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(213080, 2325, '0957-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(213081, 2325, '0957-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(213082, 2325, '0958-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(213083, 2325, '0958-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(213084, 2325, '0958-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(213085, 2325, '0958-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(213086, 2325, '0958-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(213087, 2325, '0958-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(213088, 2325, '0958-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(213089, 2325, '0958-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(213090, 2325, '0958-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(213091, 2325, '0958-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(213092, 2325, '0958-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(213093, 2325, '0958-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(213094, 2325, '0959-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(213095, 2325, '0959-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(213096, 2325, '0959-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(213097, 2325, '0959-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(213098, 2325, '0959-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(213099, 2325, '0959-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(213100, 2325, '0959-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(213101, 2325, '0959-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(213102, 2325, '0959-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(213103, 2325, '0959-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(213104, 2325, '0959-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(213105, 2325, '0959-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(213106, 2325, '0960-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(213107, 2325, '0960-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(213108, 2325, '0960-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(213109, 2325, '0960-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(213110, 2325, '0960-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(213111, 2325, '0960-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(213112, 2325, '0960-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(213113, 2325, '0960-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(213114, 2325, '0960-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(213115, 2325, '0960-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(213116, 2325, '0960-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(213117, 2325, '0960-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(213118, 2325, '0961-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:08', '2023-10-31 14:09:08'),
(213119, 2325, '0961-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213120, 2325, '0961-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213121, 2325, '0961-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213122, 2325, '0961-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213123, 2325, '0961-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213124, 2325, '0961-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213125, 2325, '0961-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213126, 2325, '0961-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213127, 2325, '0961-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213128, 2325, '0961-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213129, 2325, '0961-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213130, 2325, '0962-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213131, 2325, '0962-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213132, 2325, '0962-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213133, 2325, '0962-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213134, 2325, '0962-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213135, 2325, '0962-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213136, 2325, '0962-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213137, 2325, '0962-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213138, 2325, '0962-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213139, 2325, '0962-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213140, 2325, '0962-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213141, 2325, '0962-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213142, 2325, '0963-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213143, 2325, '0963-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213144, 2325, '0963-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(213145, 2325, '0963-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213146, 2325, '0963-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213147, 2325, '0963-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213148, 2325, '0963-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213149, 2325, '0963-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213150, 2325, '0963-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213151, 2325, '0963-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213152, 2325, '0963-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213153, 2325, '0963-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213154, 2325, '0964-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213155, 2325, '0964-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213156, 2325, '0964-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213157, 2325, '0964-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213158, 2325, '0964-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213159, 2325, '0964-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213160, 2325, '0964-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213161, 2325, '0964-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213162, 2325, '0964-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213163, 2325, '0964-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213164, 2325, '0964-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213165, 2325, '0964-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213166, 2325, '0965-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213167, 2325, '0965-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213168, 2325, '0965-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213169, 2325, '0965-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213170, 2325, '0965-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213171, 2325, '0965-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213172, 2325, '0965-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213173, 2325, '0965-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213174, 2325, '0965-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213175, 2325, '0965-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213176, 2325, '0965-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213177, 2325, '0965-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213178, 2325, '0966-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213179, 2325, '0966-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213180, 2325, '0966-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213181, 2325, '0966-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213182, 2325, '0966-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213183, 2325, '0966-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213184, 2325, '0966-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213185, 2325, '0966-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213186, 2325, '0966-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213187, 2325, '0966-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213188, 2325, '0966-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213189, 2325, '0966-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213190, 2325, '0967-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213191, 2325, '0967-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213192, 2325, '0967-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213193, 2325, '0967-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213194, 2325, '0967-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213195, 2325, '0967-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213196, 2325, '0967-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213197, 2325, '0967-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213198, 2325, '0967-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213199, 2325, '0967-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213200, 2325, '0967-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213201, 2325, '0967-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213202, 2325, '0968-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213203, 2325, '0968-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213204, 2325, '0968-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213205, 2325, '0968-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213206, 2325, '0968-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213207, 2325, '0968-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213208, 2325, '0968-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213209, 2325, '0968-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213210, 2325, '0968-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213211, 2325, '0968-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213212, 2325, '0968-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213213, 2325, '0968-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213214, 2325, '0969-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213215, 2325, '0969-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213216, 2325, '0969-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213217, 2325, '0969-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213218, 2325, '0969-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213219, 2325, '0969-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213220, 2325, '0969-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213221, 2325, '0969-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213222, 2325, '0969-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213223, 2325, '0969-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213224, 2325, '0969-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213225, 2325, '0969-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213226, 2325, '0970-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213227, 2325, '0970-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213228, 2325, '0970-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213229, 2325, '0970-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213230, 2325, '0970-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213231, 2325, '0970-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213232, 2325, '0970-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213233, 2325, '0970-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213234, 2325, '0970-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213235, 2325, '0970-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213236, 2325, '0970-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213237, 2325, '0970-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213238, 2325, '0971-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213239, 2325, '0971-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213240, 2325, '0971-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213241, 2325, '0971-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213242, 2325, '0971-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213243, 2325, '0971-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213244, 2325, '0971-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213245, 2325, '0971-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213246, 2325, '0971-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213247, 2325, '0971-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213248, 2325, '0971-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213249, 2325, '0971-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213250, 2325, '0972-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213251, 2325, '0972-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213252, 2325, '0972-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213253, 2325, '0972-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213254, 2325, '0972-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213255, 2325, '0972-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213256, 2325, '0972-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213257, 2325, '0972-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213258, 2325, '0972-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213259, 2325, '0972-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213260, 2325, '0972-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213261, 2325, '0972-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213262, 2325, '0973-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213263, 2325, '0973-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213264, 2325, '0973-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213265, 2325, '0973-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213266, 2325, '0973-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213267, 2325, '0973-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213268, 2325, '0973-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213269, 2325, '0973-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213270, 2325, '0973-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213271, 2325, '0973-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213272, 2325, '0973-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213273, 2325, '0973-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213274, 2325, '0974-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213275, 2325, '0974-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213276, 2325, '0974-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213277, 2325, '0974-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213278, 2325, '0974-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213279, 2325, '0974-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213280, 2325, '0974-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213281, 2325, '0974-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213282, 2325, '0974-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213283, 2325, '0974-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213284, 2325, '0974-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213285, 2325, '0974-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213286, 2325, '0975-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213287, 2325, '0975-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213288, 2325, '0975-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213289, 2325, '0975-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213290, 2325, '0975-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213291, 2325, '0975-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213292, 2325, '0975-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213293, 2325, '0975-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213294, 2325, '0975-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213295, 2325, '0975-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213296, 2325, '0975-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213297, 2325, '0975-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213298, 2325, '0976-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213299, 2325, '0976-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213300, 2325, '0976-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213301, 2325, '0976-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213302, 2325, '0976-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213303, 2325, '0976-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213304, 2325, '0976-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213305, 2325, '0976-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213306, 2325, '0976-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213307, 2325, '0976-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213308, 2325, '0976-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213309, 2325, '0976-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213310, 2325, '0977-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213311, 2325, '0977-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213312, 2325, '0977-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213313, 2325, '0977-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213314, 2325, '0977-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213315, 2325, '0977-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213316, 2325, '0977-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213317, 2325, '0977-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213318, 2325, '0977-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213319, 2325, '0977-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213320, 2325, '0977-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213321, 2325, '0977-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213322, 2325, '0978-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213323, 2325, '0978-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213324, 2325, '0978-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213325, 2325, '0978-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213326, 2325, '0978-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213327, 2325, '0978-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213328, 2325, '0978-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213329, 2325, '0978-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213330, 2325, '0978-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213331, 2325, '0978-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213332, 2325, '0978-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213333, 2325, '0978-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213334, 2325, '0979-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213335, 2325, '0979-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213336, 2325, '0979-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213337, 2325, '0979-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213338, 2325, '0979-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213339, 2325, '0979-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213340, 2325, '0979-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213341, 2325, '0979-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213342, 2325, '0979-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213343, 2325, '0979-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213344, 2325, '0979-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213345, 2325, '0979-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213346, 2325, '0980-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213347, 2325, '0980-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213348, 2325, '0980-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213349, 2325, '0980-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213350, 2325, '0980-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213351, 2325, '0980-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213352, 2325, '0980-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213353, 2325, '0980-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213354, 2325, '0980-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213355, 2325, '0980-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213356, 2325, '0980-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213357, 2325, '0980-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213358, 2325, '0981-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213359, 2325, '0981-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213360, 2325, '0981-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213361, 2325, '0981-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213362, 2325, '0981-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213363, 2325, '0981-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213364, 2325, '0981-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213365, 2325, '0981-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213366, 2325, '0981-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213367, 2325, '0981-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213368, 2325, '0981-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213369, 2325, '0981-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213370, 2325, '0982-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213371, 2325, '0982-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213372, 2325, '0982-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213373, 2325, '0982-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213374, 2325, '0982-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213375, 2325, '0982-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213376, 2325, '0982-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213377, 2325, '0982-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213378, 2325, '0982-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213379, 2325, '0982-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213380, 2325, '0982-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213381, 2325, '0982-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213382, 2325, '0983-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213383, 2325, '0983-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213384, 2325, '0983-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213385, 2325, '0983-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213386, 2325, '0983-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213387, 2325, '0983-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213388, 2325, '0983-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213389, 2325, '0983-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213390, 2325, '0983-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213391, 2325, '0983-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213392, 2325, '0983-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213393, 2325, '0983-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213394, 2325, '0984-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213395, 2325, '0984-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213396, 2325, '0984-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213397, 2325, '0984-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213398, 2325, '0984-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213399, 2325, '0984-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213400, 2325, '0984-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213401, 2325, '0984-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213402, 2325, '0984-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213403, 2325, '0984-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213404, 2325, '0984-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213405, 2325, '0984-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213406, 2325, '0985-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213407, 2325, '0985-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213408, 2325, '0985-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213409, 2325, '0985-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213410, 2325, '0985-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213411, 2325, '0985-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213412, 2325, '0985-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213413, 2325, '0985-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213414, 2325, '0985-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213415, 2325, '0985-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213416, 2325, '0985-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213417, 2325, '0985-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213418, 2325, '0986-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213419, 2325, '0986-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213420, 2325, '0986-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213421, 2325, '0986-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213422, 2325, '0986-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213423, 2325, '0986-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213424, 2325, '0986-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213425, 2325, '0986-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213426, 2325, '0986-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213427, 2325, '0986-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213428, 2325, '0986-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213429, 2325, '0986-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213430, 2325, '0987-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213431, 2325, '0987-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213432, 2325, '0987-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213433, 2325, '0987-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213434, 2325, '0987-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213435, 2325, '0987-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213436, 2325, '0987-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213437, 2325, '0987-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213438, 2325, '0987-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213439, 2325, '0987-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213440, 2325, '0987-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213441, 2325, '0987-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213442, 2325, '0988-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213443, 2325, '0988-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:09', '2023-10-31 14:09:09'),
(213444, 2325, '0988-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213445, 2325, '0988-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213446, 2325, '0988-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213447, 2325, '0988-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213448, 2325, '0988-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213449, 2325, '0988-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213450, 2325, '0988-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213451, 2325, '0988-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213452, 2325, '0988-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213453, 2325, '0988-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213454, 2325, '0989-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213455, 2325, '0989-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213456, 2325, '0989-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213457, 2325, '0989-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213458, 2325, '0989-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213459, 2325, '0989-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213460, 2325, '0989-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213461, 2325, '0989-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213462, 2325, '0989-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213463, 2325, '0989-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213464, 2325, '0989-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213465, 2325, '0989-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213466, 2325, '0990-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213467, 2325, '0990-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213468, 2325, '0990-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213469, 2325, '0990-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213470, 2325, '0990-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213471, 2325, '0990-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213472, 2325, '0990-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213473, 2325, '0990-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213474, 2325, '0990-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213475, 2325, '0990-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213476, 2325, '0990-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213477, 2325, '0990-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213478, 2325, '0991-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213479, 2325, '0991-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213480, 2325, '0991-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213481, 2325, '0991-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213482, 2325, '0991-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213483, 2325, '0991-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213484, 2325, '0991-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213485, 2325, '0991-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213486, 2325, '0991-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213487, 2325, '0991-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213488, 2325, '0991-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213489, 2325, '0991-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213490, 2325, '0992-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213491, 2325, '0992-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213492, 2325, '0992-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213493, 2325, '0992-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213494, 2325, '0992-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213495, 2325, '0992-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213496, 2325, '0992-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213497, 2325, '0992-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213498, 2325, '0992-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213499, 2325, '0992-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213500, 2325, '0992-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213501, 2325, '0992-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213502, 2325, '0993-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213503, 2325, '0993-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213504, 2325, '0993-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213505, 2325, '0993-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213506, 2325, '0993-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213507, 2325, '0993-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213508, 2325, '0993-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213509, 2325, '0993-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213510, 2325, '0993-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213511, 2325, '0993-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213512, 2325, '0993-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213513, 2325, '0993-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213514, 2325, '0994-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213515, 2325, '0994-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213516, 2325, '0994-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213517, 2325, '0994-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213518, 2325, '0994-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213519, 2325, '0994-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213520, 2325, '0994-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213521, 2325, '0994-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213522, 2325, '0994-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213523, 2325, '0994-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213524, 2325, '0994-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213525, 2325, '0994-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213526, 2325, '0995-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213527, 2325, '0995-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213528, 2325, '0995-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213529, 2325, '0995-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213530, 2325, '0995-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213531, 2325, '0995-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213532, 2325, '0995-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213533, 2325, '0995-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213534, 2325, '0995-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213535, 2325, '0995-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213536, 2325, '0995-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213537, 2325, '0995-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213538, 2325, '0996-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213539, 2325, '0996-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213540, 2325, '0996-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213541, 2325, '0996-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213542, 2325, '0996-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213543, 2325, '0996-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213544, 2325, '0996-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213545, 2325, '0996-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213546, 2325, '0996-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213547, 2325, '0996-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213548, 2325, '0996-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213549, 2325, '0996-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213550, 2325, '0997-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213551, 2325, '0997-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213552, 2325, '0997-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213553, 2325, '0997-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213554, 2325, '0997-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213555, 2325, '0997-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213556, 2325, '0997-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213557, 2325, '0997-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213558, 2325, '0997-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213559, 2325, '0997-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213560, 2325, '0997-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213561, 2325, '0997-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213562, 2325, '0998-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213563, 2325, '0998-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213564, 2325, '0998-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213565, 2325, '0998-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213566, 2325, '0998-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213567, 2325, '0998-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213568, 2325, '0998-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213569, 2325, '0998-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213570, 2325, '0998-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213571, 2325, '0998-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213572, 2325, '0998-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213573, 2325, '0998-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213574, 2325, '0999-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213575, 2325, '0999-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213576, 2325, '0999-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213577, 2325, '0999-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213578, 2325, '0999-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213579, 2325, '0999-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213580, 2325, '0999-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213581, 2325, '0999-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213582, 2325, '0999-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213583, 2325, '0999-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213584, 2325, '0999-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213585, 2325, '0999-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213586, 2325, '1000-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213587, 2325, '1000-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213588, 2325, '1000-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213589, 2325, '1000-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213590, 2325, '1000-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213591, 2325, '1000-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213592, 2325, '1000-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213593, 2325, '1000-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213594, 2325, '1000-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213595, 2325, '1000-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213596, 2325, '1000-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213597, 2325, '1000-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213598, 2325, '1001-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213599, 2325, '1001-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213600, 2325, '1001-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213601, 2325, '1001-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213602, 2325, '1001-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213603, 2325, '1001-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213604, 2325, '1001-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213605, 2325, '1001-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213606, 2325, '1001-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213607, 2325, '1001-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213608, 2325, '1001-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213609, 2325, '1001-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(213610, 2325, '1002-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213611, 2325, '1002-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213612, 2325, '1002-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213613, 2325, '1002-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213614, 2325, '1002-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213615, 2325, '1002-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213616, 2325, '1002-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213617, 2325, '1002-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213618, 2325, '1002-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213619, 2325, '1002-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213620, 2325, '1002-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213621, 2325, '1002-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213622, 2325, '1003-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213623, 2325, '1003-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213624, 2325, '1003-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213625, 2325, '1003-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213626, 2325, '1003-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213627, 2325, '1003-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213628, 2325, '1003-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213629, 2325, '1003-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213630, 2325, '1003-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213631, 2325, '1003-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213632, 2325, '1003-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213633, 2325, '1003-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213634, 2325, '1004-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213635, 2325, '1004-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213636, 2325, '1004-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213637, 2325, '1004-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213638, 2325, '1004-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213639, 2325, '1004-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213640, 2325, '1004-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213641, 2325, '1004-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213642, 2325, '1004-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213643, 2325, '1004-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213644, 2325, '1004-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213645, 2325, '1004-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213646, 2325, '1005-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213647, 2325, '1005-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213648, 2325, '1005-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213649, 2325, '1005-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213650, 2325, '1005-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213651, 2325, '1005-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213652, 2325, '1005-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213653, 2325, '1005-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213654, 2325, '1005-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213655, 2325, '1005-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213656, 2325, '1005-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213657, 2325, '1005-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213658, 2325, '1006-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213659, 2325, '1006-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213660, 2325, '1006-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213661, 2325, '1006-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213662, 2325, '1006-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213663, 2325, '1006-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213664, 2325, '1006-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213665, 2325, '1006-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213666, 2325, '1006-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213667, 2325, '1006-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213668, 2325, '1006-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213669, 2325, '1006-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213670, 2325, '1007-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213671, 2325, '1007-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213672, 2325, '1007-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213673, 2325, '1007-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213674, 2325, '1007-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213675, 2325, '1007-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213676, 2325, '1007-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213677, 2325, '1007-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213678, 2325, '1007-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213679, 2325, '1007-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213680, 2325, '1007-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213681, 2325, '1007-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213682, 2325, '1008-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213683, 2325, '1008-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213684, 2325, '1008-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213685, 2325, '1008-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213686, 2325, '1008-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213687, 2325, '1008-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213688, 2325, '1008-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213689, 2325, '1008-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213690, 2325, '1008-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213691, 2325, '1008-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213692, 2325, '1008-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213693, 2325, '1008-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213694, 2325, '1009-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213695, 2325, '1009-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213696, 2325, '1009-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213697, 2325, '1009-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213698, 2325, '1009-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213699, 2325, '1009-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213700, 2325, '1009-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213701, 2325, '1009-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213702, 2325, '1009-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213703, 2325, '1009-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213704, 2325, '1009-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213705, 2325, '1009-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213706, 2325, '1010-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213707, 2325, '1010-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213708, 2325, '1010-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213709, 2325, '1010-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213710, 2325, '1010-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213711, 2325, '1010-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213712, 2325, '1010-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213713, 2325, '1010-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213714, 2325, '1010-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213715, 2325, '1010-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213716, 2325, '1010-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213717, 2325, '1010-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213718, 2325, '1011-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213719, 2325, '1011-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213720, 2325, '1011-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213721, 2325, '1011-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213722, 2325, '1011-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213723, 2325, '1011-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213724, 2325, '1011-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213725, 2325, '1011-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213726, 2325, '1011-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213727, 2325, '1011-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213728, 2325, '1011-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213729, 2325, '1011-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213730, 2325, '1012-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213731, 2325, '1012-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213732, 2325, '1012-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213733, 2325, '1012-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213734, 2325, '1012-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213735, 2325, '1012-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213736, 2325, '1012-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213737, 2325, '1012-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213738, 2325, '1012-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213739, 2325, '1012-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213740, 2325, '1012-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213741, 2325, '1012-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213742, 2325, '1013-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213743, 2325, '1013-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213744, 2325, '1013-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213745, 2325, '1013-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213746, 2325, '1013-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213747, 2325, '1013-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213748, 2325, '1013-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213749, 2325, '1013-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213750, 2325, '1013-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213751, 2325, '1013-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213752, 2325, '1013-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213753, 2325, '1013-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213754, 2325, '1014-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213755, 2325, '1014-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213756, 2325, '1014-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213757, 2325, '1014-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213758, 2325, '1014-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213759, 2325, '1014-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213760, 2325, '1014-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213761, 2325, '1014-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213762, 2325, '1014-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213763, 2325, '1014-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213764, 2325, '1014-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213765, 2325, '1014-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213766, 2325, '1015-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213767, 2325, '1015-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213768, 2325, '1015-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213769, 2325, '1015-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213770, 2325, '1015-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213771, 2325, '1015-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213772, 2325, '1015-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213773, 2325, '1015-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213774, 2325, '1015-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213775, 2325, '1015-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213776, 2325, '1015-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213777, 2325, '1015-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213778, 2325, '1016-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213779, 2325, '1016-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213780, 2325, '1016-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213781, 2325, '1016-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213782, 2325, '1016-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213783, 2325, '1016-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213784, 2325, '1016-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213785, 2325, '1016-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213786, 2325, '1016-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213787, 2325, '1016-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213788, 2325, '1016-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213789, 2325, '1016-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213790, 2325, '1017-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213791, 2325, '1017-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213792, 2325, '1017-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213793, 2325, '1017-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213794, 2325, '1017-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213795, 2325, '1017-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213796, 2325, '1017-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213797, 2325, '1017-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213798, 2325, '1017-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213799, 2325, '1017-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213800, 2325, '1017-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213801, 2325, '1017-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213802, 2325, '1018-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213803, 2325, '1018-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213804, 2325, '1018-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213805, 2325, '1018-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213806, 2325, '1018-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213807, 2325, '1018-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213808, 2325, '1018-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213809, 2325, '1018-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213810, 2325, '1018-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213811, 2325, '1018-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213812, 2325, '1018-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213813, 2325, '1018-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213814, 2325, '1019-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213815, 2325, '1019-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213816, 2325, '1019-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213817, 2325, '1019-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213818, 2325, '1019-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213819, 2325, '1019-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213820, 2325, '1019-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213821, 2325, '1019-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213822, 2325, '1019-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213823, 2325, '1019-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213824, 2325, '1019-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213825, 2325, '1019-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:10', '2023-10-31 14:09:10'),
(213826, 2325, '1020-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(213827, 2325, '1020-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(213828, 2325, '1020-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(213829, 2325, '1020-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(213830, 2325, '1020-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(213831, 2325, '1020-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(213832, 2325, '1020-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(213833, 2325, '1020-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(213834, 2325, '1020-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(213835, 2325, '1020-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(213836, 2325, '1020-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(213837, 2325, '1020-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(213838, 2325, '1021-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(213839, 2325, '1021-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(213840, 2325, '1021-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(213841, 2325, '1021-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(213842, 2325, '1021-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(213843, 2325, '1021-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(213844, 2325, '1021-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(213845, 2325, '1021-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(213846, 2325, '1021-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(213847, 2325, '1021-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(213848, 2325, '1021-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(213849, 2325, '1021-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(213850, 2325, '1022-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(213851, 2325, '1022-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(213852, 2325, '1022-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(213853, 2325, '1022-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(213854, 2325, '1022-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(213855, 2325, '1022-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(213856, 2325, '1022-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(213857, 2325, '1022-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(213858, 2325, '1022-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(213859, 2325, '1022-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(213860, 2325, '1022-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(213861, 2325, '1022-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(213862, 2325, '1023-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(213863, 2325, '1023-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(213864, 2325, '1023-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(213865, 2325, '1023-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(213866, 2325, '1023-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(213867, 2325, '1023-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(213868, 2325, '1023-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(213869, 2325, '1023-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(213870, 2325, '1023-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(213871, 2325, '1023-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(213872, 2325, '1023-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(213873, 2325, '1023-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(213874, 2325, '1024-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(213875, 2325, '1024-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(213876, 2325, '1024-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(213877, 2325, '1024-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(213878, 2325, '1024-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(213879, 2325, '1024-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(213880, 2325, '1024-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(213881, 2325, '1024-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(213882, 2325, '1024-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(213883, 2325, '1024-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(213884, 2325, '1024-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(213885, 2325, '1024-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(213886, 2325, '1025-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(213887, 2325, '1025-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(213888, 2325, '1025-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(213889, 2325, '1025-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(213890, 2325, '1025-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(213891, 2325, '1025-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(213892, 2325, '1025-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(213893, 2325, '1025-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(213894, 2325, '1025-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(213895, 2325, '1025-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(213896, 2325, '1025-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(213897, 2325, '1025-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(213898, 2325, '1026-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(213899, 2325, '1026-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(213900, 2325, '1026-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(213901, 2325, '1026-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(213902, 2325, '1026-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(213903, 2325, '1026-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(213904, 2325, '1026-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(213905, 2325, '1026-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(213906, 2325, '1026-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(213907, 2325, '1026-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(213908, 2325, '1026-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(213909, 2325, '1026-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(213910, 2325, '1027-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(213911, 2325, '1027-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(213912, 2325, '1027-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(213913, 2325, '1027-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(213914, 2325, '1027-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(213915, 2325, '1027-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(213916, 2325, '1027-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(213917, 2325, '1027-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(213918, 2325, '1027-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(213919, 2325, '1027-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(213920, 2325, '1027-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(213921, 2325, '1027-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(213922, 2325, '1028-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(213923, 2325, '1028-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(213924, 2325, '1028-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(213925, 2325, '1028-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(213926, 2325, '1028-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(213927, 2325, '1028-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(213928, 2325, '1028-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(213929, 2325, '1028-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(213930, 2325, '1028-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(213931, 2325, '1028-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(213932, 2325, '1028-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(213933, 2325, '1028-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(213934, 2325, '1029-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(213935, 2325, '1029-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(213936, 2325, '1029-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(213937, 2325, '1029-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(213938, 2325, '1029-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(213939, 2325, '1029-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(213940, 2325, '1029-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(213941, 2325, '1029-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(213942, 2325, '1029-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(213943, 2325, '1029-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(213944, 2325, '1029-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(213945, 2325, '1029-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(213946, 2325, '1030-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(213947, 2325, '1030-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(213948, 2325, '1030-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(213949, 2325, '1030-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(213950, 2325, '1030-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(213951, 2325, '1030-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(213952, 2325, '1030-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(213953, 2325, '1030-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(213954, 2325, '1030-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(213955, 2325, '1030-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(213956, 2325, '1030-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(213957, 2325, '1030-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(213958, 2325, '1031-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(213959, 2325, '1031-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(213960, 2325, '1031-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(213961, 2325, '1031-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(213962, 2325, '1031-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(213963, 2325, '1031-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(213964, 2325, '1031-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(213965, 2325, '1031-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(213966, 2325, '1031-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(213967, 2325, '1031-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(213968, 2325, '1031-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(213969, 2325, '1031-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(213970, 2325, '1032-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(213971, 2325, '1032-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(213972, 2325, '1032-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(213973, 2325, '1032-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(213974, 2325, '1032-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(213975, 2325, '1032-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(213976, 2325, '1032-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(213977, 2325, '1032-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(213978, 2325, '1032-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(213979, 2325, '1032-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(213980, 2325, '1032-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(213981, 2325, '1032-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(213982, 2325, '1033-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(213983, 2325, '1033-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(213984, 2325, '1033-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(213985, 2325, '1033-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(213986, 2325, '1033-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(213987, 2325, '1033-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(213988, 2325, '1033-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(213989, 2325, '1033-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(213990, 2325, '1033-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(213991, 2325, '1033-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(213992, 2325, '1033-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(213993, 2325, '1033-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(213994, 2325, '1034-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(213995, 2325, '1034-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(213996, 2325, '1034-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(213997, 2325, '1034-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(213998, 2325, '1034-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(213999, 2325, '1034-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(214000, 2325, '1034-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(214001, 2325, '1034-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(214002, 2325, '1034-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(214003, 2325, '1034-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(214004, 2325, '1034-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(214005, 2325, '1034-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(214006, 2325, '1035-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(214007, 2325, '1035-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(214008, 2325, '1035-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(214009, 2325, '1035-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(214010, 2325, '1035-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(214011, 2325, '1035-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(214012, 2325, '1035-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(214013, 2325, '1035-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(214014, 2325, '1035-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(214015, 2325, '1035-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(214016, 2325, '1035-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(214017, 2325, '1035-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(214018, 2325, '1036-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(214019, 2325, '1036-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(214020, 2325, '1036-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(214021, 2325, '1036-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(214022, 2325, '1036-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(214023, 2325, '1036-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(214024, 2325, '1036-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(214025, 2325, '1036-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(214026, 2325, '1036-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(214027, 2325, '1036-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(214028, 2325, '1036-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(214029, 2325, '1036-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(214030, 2325, '1037-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(214031, 2325, '1037-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(214032, 2325, '1037-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(214033, 2325, '1037-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(214034, 2325, '1037-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(214035, 2325, '1037-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(214036, 2325, '1037-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(214037, 2325, '1037-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(214038, 2325, '1037-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(214039, 2325, '1037-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(214040, 2325, '1037-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(214041, 2325, '1037-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(214042, 2325, '1038-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(214043, 2325, '1038-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(214044, 2325, '1038-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(214045, 2325, '1038-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(214046, 2325, '1038-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(214047, 2325, '1038-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(214048, 2325, '1038-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(214049, 2325, '1038-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(214050, 2325, '1038-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(214051, 2325, '1038-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(214052, 2325, '1038-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(214053, 2325, '1038-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(214054, 2325, '1039-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(214055, 2325, '1039-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(214056, 2325, '1039-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(214057, 2325, '1039-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(214058, 2325, '1039-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(214059, 2325, '1039-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(214060, 2325, '1039-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(214061, 2325, '1039-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(214062, 2325, '1039-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(214063, 2325, '1039-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(214064, 2325, '1039-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(214065, 2325, '1039-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(214066, 2325, '1040-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(214067, 2325, '1040-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(214068, 2325, '1040-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(214069, 2325, '1040-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(214070, 2325, '1040-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(214071, 2325, '1040-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(214072, 2325, '1040-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(214073, 2325, '1040-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(214074, 2325, '1040-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(214075, 2325, '1040-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(214076, 2325, '1040-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(214077, 2325, '1040-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(214078, 2325, '1041-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(214079, 2325, '1041-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(214080, 2325, '1041-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(214081, 2325, '1041-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(214082, 2325, '1041-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(214083, 2325, '1041-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(214084, 2325, '1041-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(214085, 2325, '1041-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(214086, 2325, '1041-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(214087, 2325, '1041-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(214088, 2325, '1041-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(214089, 2325, '1041-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(214090, 2325, '1042-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(214091, 2325, '1042-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(214092, 2325, '1042-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(214093, 2325, '1042-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(214094, 2325, '1042-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(214095, 2325, '1042-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(214096, 2325, '1042-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(214097, 2325, '1042-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(214098, 2325, '1042-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(214099, 2325, '1042-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(214100, 2325, '1042-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(214101, 2325, '1042-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(214102, 2325, '1043-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(214103, 2325, '1043-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(214104, 2325, '1043-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(214105, 2325, '1043-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(214106, 2325, '1043-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(214107, 2325, '1043-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(214108, 2325, '1043-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(214109, 2325, '1043-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(214110, 2325, '1043-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(214111, 2325, '1043-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(214112, 2325, '1043-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(214113, 2325, '1043-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(214114, 2325, '1044-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(214115, 2325, '1044-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(214116, 2325, '1044-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(214117, 2325, '1044-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(214118, 2325, '1044-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(214119, 2325, '1044-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(214120, 2325, '1044-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(214121, 2325, '1044-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(214122, 2325, '1044-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(214123, 2325, '1044-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(214124, 2325, '1044-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(214125, 2325, '1044-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(214126, 2325, '1045-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(214127, 2325, '1045-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(214128, 2325, '1045-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(214129, 2325, '1045-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(214130, 2325, '1045-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(214131, 2325, '1045-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(214132, 2325, '1045-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(214133, 2325, '1045-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(214134, 2325, '1045-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(214135, 2325, '1045-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(214136, 2325, '1045-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(214137, 2325, '1045-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(214138, 2325, '1046-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(214139, 2325, '1046-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(214140, 2325, '1046-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(214141, 2325, '1046-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(214142, 2325, '1046-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(214143, 2325, '1046-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(214144, 2325, '1046-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(214145, 2325, '1046-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(214146, 2325, '1046-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(214147, 2325, '1046-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(214148, 2325, '1046-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(214149, 2325, '1046-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(214150, 2325, '1047-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(214151, 2325, '1047-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(214152, 2325, '1047-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(214153, 2325, '1047-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(214154, 2325, '1047-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(214155, 2325, '1047-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(214156, 2325, '1047-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:11', '2023-10-31 14:09:11'),
(214157, 2325, '1047-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214158, 2325, '1047-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214159, 2325, '1047-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214160, 2325, '1047-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214161, 2325, '1047-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214162, 2325, '1048-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214163, 2325, '1048-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214164, 2325, '1048-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214165, 2325, '1048-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214166, 2325, '1048-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214167, 2325, '1048-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214168, 2325, '1048-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214169, 2325, '1048-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214170, 2325, '1048-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214171, 2325, '1048-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214172, 2325, '1048-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214173, 2325, '1048-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214174, 2325, '1049-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214175, 2325, '1049-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214176, 2325, '1049-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214177, 2325, '1049-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214178, 2325, '1049-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214179, 2325, '1049-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214180, 2325, '1049-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214181, 2325, '1049-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214182, 2325, '1049-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214183, 2325, '1049-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214184, 2325, '1049-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214185, 2325, '1049-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214186, 2325, '1050-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214187, 2325, '1050-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214188, 2325, '1050-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214189, 2325, '1050-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214190, 2325, '1050-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214191, 2325, '1050-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214192, 2325, '1050-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214193, 2325, '1050-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214194, 2325, '1050-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214195, 2325, '1050-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214196, 2325, '1050-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214197, 2325, '1050-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214198, 2325, '1051-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214199, 2325, '1051-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214200, 2325, '1051-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214201, 2325, '1051-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214202, 2325, '1051-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214203, 2325, '1051-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214204, 2325, '1051-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214205, 2325, '1051-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214206, 2325, '1051-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214207, 2325, '1051-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214208, 2325, '1051-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214209, 2325, '1051-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214210, 2325, '1052-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214211, 2325, '1052-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214212, 2325, '1052-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214213, 2325, '1052-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214214, 2325, '1052-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214215, 2325, '1052-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214216, 2325, '1052-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214217, 2325, '1052-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214218, 2325, '1052-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214219, 2325, '1052-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214220, 2325, '1052-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214221, 2325, '1052-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214222, 2325, '1053-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214223, 2325, '1053-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214224, 2325, '1053-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214225, 2325, '1053-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214226, 2325, '1053-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214227, 2325, '1053-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214228, 2325, '1053-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214229, 2325, '1053-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214230, 2325, '1053-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214231, 2325, '1053-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214232, 2325, '1053-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214233, 2325, '1053-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214234, 2325, '1054-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214235, 2325, '1054-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214236, 2325, '1054-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214237, 2325, '1054-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214238, 2325, '1054-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214239, 2325, '1054-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214240, 2325, '1054-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214241, 2325, '1054-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214242, 2325, '1054-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214243, 2325, '1054-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214244, 2325, '1054-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214245, 2325, '1054-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214246, 2325, '1055-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214247, 2325, '1055-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214248, 2325, '1055-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214249, 2325, '1055-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214250, 2325, '1055-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214251, 2325, '1055-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214252, 2325, '1055-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214253, 2325, '1055-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214254, 2325, '1055-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214255, 2325, '1055-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214256, 2325, '1055-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214257, 2325, '1055-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214258, 2325, '1056-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214259, 2325, '1056-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214260, 2325, '1056-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214261, 2325, '1056-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214262, 2325, '1056-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214263, 2325, '1056-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214264, 2325, '1056-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214265, 2325, '1056-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214266, 2325, '1056-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214267, 2325, '1056-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214268, 2325, '1056-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214269, 2325, '1056-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214270, 2325, '1057-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214271, 2325, '1057-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214272, 2325, '1057-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214273, 2325, '1057-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214274, 2325, '1057-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214275, 2325, '1057-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214276, 2325, '1057-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214277, 2325, '1057-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214278, 2325, '1057-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214279, 2325, '1057-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214280, 2325, '1057-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214281, 2325, '1057-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214282, 2325, '1058-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214283, 2325, '1058-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214284, 2325, '1058-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214285, 2325, '1058-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214286, 2325, '1058-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214287, 2325, '1058-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214288, 2325, '1058-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214289, 2325, '1058-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214290, 2325, '1058-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214291, 2325, '1058-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214292, 2325, '1058-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214293, 2325, '1058-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214294, 2325, '1059-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214295, 2325, '1059-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214296, 2325, '1059-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214297, 2325, '1059-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214298, 2325, '1059-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214299, 2325, '1059-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214300, 2325, '1059-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214301, 2325, '1059-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214302, 2325, '1059-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214303, 2325, '1059-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214304, 2325, '1059-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214305, 2325, '1059-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214306, 2325, '1060-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214307, 2325, '1060-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214308, 2325, '1060-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214309, 2325, '1060-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214310, 2325, '1060-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214311, 2325, '1060-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214312, 2325, '1060-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214313, 2325, '1060-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214314, 2325, '1060-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214315, 2325, '1060-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214316, 2325, '1060-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214317, 2325, '1060-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214318, 2325, '1061-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214319, 2325, '1061-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214320, 2325, '1061-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214321, 2325, '1061-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214322, 2325, '1061-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214323, 2325, '1061-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214324, 2325, '1061-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214325, 2325, '1061-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214326, 2325, '1061-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214327, 2325, '1061-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214328, 2325, '1061-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214329, 2325, '1061-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214330, 2325, '1062-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214331, 2325, '1062-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214332, 2325, '1062-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214333, 2325, '1062-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214334, 2325, '1062-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214335, 2325, '1062-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214336, 2325, '1062-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214337, 2325, '1062-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214338, 2325, '1062-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214339, 2325, '1062-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214340, 2325, '1062-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214341, 2325, '1062-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214342, 2325, '1063-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214343, 2325, '1063-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214344, 2325, '1063-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214345, 2325, '1063-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214346, 2325, '1063-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214347, 2325, '1063-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214348, 2325, '1063-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214349, 2325, '1063-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214350, 2325, '1063-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214351, 2325, '1063-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214352, 2325, '1063-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214353, 2325, '1063-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214354, 2325, '1064-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214355, 2325, '1064-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214356, 2325, '1064-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214357, 2325, '1064-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214358, 2325, '1064-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214359, 2325, '1064-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214360, 2325, '1064-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214361, 2325, '1064-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214362, 2325, '1064-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214363, 2325, '1064-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214364, 2325, '1064-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214365, 2325, '1064-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214366, 2325, '1065-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214367, 2325, '1065-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214368, 2325, '1065-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214369, 2325, '1065-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214370, 2325, '1065-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214371, 2325, '1065-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214372, 2325, '1065-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214373, 2325, '1065-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214374, 2325, '1065-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214375, 2325, '1065-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214376, 2325, '1065-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214377, 2325, '1065-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214378, 2325, '1066-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214379, 2325, '1066-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214380, 2325, '1066-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214381, 2325, '1066-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214382, 2325, '1066-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214383, 2325, '1066-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214384, 2325, '1066-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214385, 2325, '1066-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214386, 2325, '1066-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214387, 2325, '1066-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214388, 2325, '1066-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214389, 2325, '1066-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214390, 2325, '1067-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214391, 2325, '1067-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214392, 2325, '1067-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214393, 2325, '1067-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214394, 2325, '1067-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214395, 2325, '1067-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214396, 2325, '1067-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214397, 2325, '1067-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214398, 2325, '1067-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214399, 2325, '1067-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214400, 2325, '1067-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214401, 2325, '1067-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214402, 2325, '1068-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214403, 2325, '1068-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214404, 2325, '1068-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214405, 2325, '1068-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214406, 2325, '1068-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214407, 2325, '1068-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214408, 2325, '1068-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214409, 2325, '1068-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214410, 2325, '1068-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214411, 2325, '1068-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214412, 2325, '1068-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214413, 2325, '1068-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214414, 2325, '1069-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214415, 2325, '1069-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214416, 2325, '1069-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214417, 2325, '1069-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214418, 2325, '1069-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214419, 2325, '1069-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214420, 2325, '1069-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214421, 2325, '1069-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214422, 2325, '1069-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214423, 2325, '1069-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214424, 2325, '1069-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214425, 2325, '1069-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214426, 2325, '1070-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214427, 2325, '1070-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214428, 2325, '1070-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214429, 2325, '1070-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214430, 2325, '1070-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214431, 2325, '1070-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214432, 2325, '1070-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214433, 2325, '1070-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214434, 2325, '1070-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214435, 2325, '1070-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214436, 2325, '1070-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214437, 2325, '1070-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214438, 2325, '1071-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214439, 2325, '1071-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214440, 2325, '1071-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214441, 2325, '1071-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214442, 2325, '1071-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214443, 2325, '1071-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214444, 2325, '1071-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214445, 2325, '1071-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214446, 2325, '1071-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214447, 2325, '1071-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214448, 2325, '1071-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214449, 2325, '1071-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214450, 2325, '1072-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214451, 2325, '1072-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214452, 2325, '1072-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214453, 2325, '1072-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214454, 2325, '1072-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214455, 2325, '1072-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214456, 2325, '1072-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214457, 2325, '1072-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214458, 2325, '1072-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214459, 2325, '1072-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214460, 2325, '1072-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214461, 2325, '1072-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:12', '2023-10-31 14:09:12'),
(214462, 2325, '1073-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214463, 2325, '1073-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214464, 2325, '1073-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214465, 2325, '1073-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214466, 2325, '1073-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214467, 2325, '1073-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214468, 2325, '1073-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214469, 2325, '1073-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214470, 2325, '1073-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214471, 2325, '1073-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214472, 2325, '1073-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214473, 2325, '1073-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214474, 2325, '1074-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214475, 2325, '1074-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214476, 2325, '1074-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214477, 2325, '1074-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214478, 2325, '1074-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214479, 2325, '1074-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214480, 2325, '1074-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214481, 2325, '1074-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214482, 2325, '1074-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214483, 2325, '1074-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214484, 2325, '1074-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214485, 2325, '1074-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214486, 2325, '1075-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214487, 2325, '1075-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214488, 2325, '1075-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214489, 2325, '1075-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214490, 2325, '1075-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214491, 2325, '1075-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214492, 2325, '1075-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214493, 2325, '1075-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214494, 2325, '1075-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214495, 2325, '1075-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214496, 2325, '1075-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214497, 2325, '1075-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214498, 2325, '1076-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214499, 2325, '1076-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214500, 2325, '1076-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214501, 2325, '1076-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214502, 2325, '1076-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214503, 2325, '1076-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214504, 2325, '1076-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214505, 2325, '1076-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214506, 2325, '1076-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214507, 2325, '1076-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214508, 2325, '1076-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214509, 2325, '1076-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214510, 2325, '1077-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214511, 2325, '1077-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214512, 2325, '1077-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214513, 2325, '1077-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214514, 2325, '1077-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214515, 2325, '1077-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214516, 2325, '1077-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214517, 2325, '1077-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214518, 2325, '1077-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214519, 2325, '1077-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214520, 2325, '1077-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214521, 2325, '1077-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214522, 2325, '1078-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214523, 2325, '1078-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214524, 2325, '1078-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214525, 2325, '1078-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214526, 2325, '1078-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214527, 2325, '1078-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214528, 2325, '1078-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214529, 2325, '1078-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214530, 2325, '1078-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214531, 2325, '1078-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214532, 2325, '1078-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214533, 2325, '1078-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214534, 2325, '1079-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214535, 2325, '1079-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214536, 2325, '1079-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214537, 2325, '1079-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214538, 2325, '1079-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214539, 2325, '1079-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(214540, 2325, '1079-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214541, 2325, '1079-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214542, 2325, '1079-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214543, 2325, '1079-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214544, 2325, '1079-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214545, 2325, '1079-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214546, 2325, '1080-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214547, 2325, '1080-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214548, 2325, '1080-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214549, 2325, '1080-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214550, 2325, '1080-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214551, 2325, '1080-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214552, 2325, '1080-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214553, 2325, '1080-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214554, 2325, '1080-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214555, 2325, '1080-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214556, 2325, '1080-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214557, 2325, '1080-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214558, 2325, '1081-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214559, 2325, '1081-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214560, 2325, '1081-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214561, 2325, '1081-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214562, 2325, '1081-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214563, 2325, '1081-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214564, 2325, '1081-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214565, 2325, '1081-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214566, 2325, '1081-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214567, 2325, '1081-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214568, 2325, '1081-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214569, 2325, '1081-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214570, 2325, '1082-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214571, 2325, '1082-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214572, 2325, '1082-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214573, 2325, '1082-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214574, 2325, '1082-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214575, 2325, '1082-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214576, 2325, '1082-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214577, 2325, '1082-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214578, 2325, '1082-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214579, 2325, '1082-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214580, 2325, '1082-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214581, 2325, '1082-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214582, 2325, '1083-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214583, 2325, '1083-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214584, 2325, '1083-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214585, 2325, '1083-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214586, 2325, '1083-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214587, 2325, '1083-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214588, 2325, '1083-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214589, 2325, '1083-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214590, 2325, '1083-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214591, 2325, '1083-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214592, 2325, '1083-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214593, 2325, '1083-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214594, 2325, '1084-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214595, 2325, '1084-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214596, 2325, '1084-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214597, 2325, '1084-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214598, 2325, '1084-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214599, 2325, '1084-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214600, 2325, '1084-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214601, 2325, '1084-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214602, 2325, '1084-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214603, 2325, '1084-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214604, 2325, '1084-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214605, 2325, '1084-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214606, 2325, '1085-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214607, 2325, '1085-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214608, 2325, '1085-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214609, 2325, '1085-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214610, 2325, '1085-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214611, 2325, '1085-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214612, 2325, '1085-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214613, 2325, '1085-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214614, 2325, '1085-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214615, 2325, '1085-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214616, 2325, '1085-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214617, 2325, '1085-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214618, 2325, '1086-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214619, 2325, '1086-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214620, 2325, '1086-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214621, 2325, '1086-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214622, 2325, '1086-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214623, 2325, '1086-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214624, 2325, '1086-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214625, 2325, '1086-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214626, 2325, '1086-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214627, 2325, '1086-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214628, 2325, '1086-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214629, 2325, '1086-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214630, 2325, '1087-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214631, 2325, '1087-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214632, 2325, '1087-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214633, 2325, '1087-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214634, 2325, '1087-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214635, 2325, '1087-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214636, 2325, '1087-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214637, 2325, '1087-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214638, 2325, '1087-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214639, 2325, '1087-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214640, 2325, '1087-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214641, 2325, '1087-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214642, 2325, '1088-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214643, 2325, '1088-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214644, 2325, '1088-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214645, 2325, '1088-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214646, 2325, '1088-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214647, 2325, '1088-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214648, 2325, '1088-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214649, 2325, '1088-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214650, 2325, '1088-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214651, 2325, '1088-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214652, 2325, '1088-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214653, 2325, '1088-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214654, 2325, '1089-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214655, 2325, '1089-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214656, 2325, '1089-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214657, 2325, '1089-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214658, 2325, '1089-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214659, 2325, '1089-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214660, 2325, '1089-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214661, 2325, '1089-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214662, 2325, '1089-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214663, 2325, '1089-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214664, 2325, '1089-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214665, 2325, '1089-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214666, 2325, '1090-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214667, 2325, '1090-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214668, 2325, '1090-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214669, 2325, '1090-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214670, 2325, '1090-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214671, 2325, '1090-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214672, 2325, '1090-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214673, 2325, '1090-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214674, 2325, '1090-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214675, 2325, '1090-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214676, 2325, '1090-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214677, 2325, '1090-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214678, 2325, '1091-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214679, 2325, '1091-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214680, 2325, '1091-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214681, 2325, '1091-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214682, 2325, '1091-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214683, 2325, '1091-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214684, 2325, '1091-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214685, 2325, '1091-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214686, 2325, '1091-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214687, 2325, '1091-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214688, 2325, '1091-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214689, 2325, '1091-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214690, 2325, '1092-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214691, 2325, '1092-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214692, 2325, '1092-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214693, 2325, '1092-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214694, 2325, '1092-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214695, 2325, '1092-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214696, 2325, '1092-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214697, 2325, '1092-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214698, 2325, '1092-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214699, 2325, '1092-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214700, 2325, '1092-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214701, 2325, '1092-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214702, 2325, '1093-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214703, 2325, '1093-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214704, 2325, '1093-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214705, 2325, '1093-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214706, 2325, '1093-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214707, 2325, '1093-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214708, 2325, '1093-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214709, 2325, '1093-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214710, 2325, '1093-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214711, 2325, '1093-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214712, 2325, '1093-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214713, 2325, '1093-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214714, 2325, '1094-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214715, 2325, '1094-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214716, 2325, '1094-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214717, 2325, '1094-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214718, 2325, '1094-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214719, 2325, '1094-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214720, 2325, '1094-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214721, 2325, '1094-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214722, 2325, '1094-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214723, 2325, '1094-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214724, 2325, '1094-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214725, 2325, '1094-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214726, 2325, '1095-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214727, 2325, '1095-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214728, 2325, '1095-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214729, 2325, '1095-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214730, 2325, '1095-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214731, 2325, '1095-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214732, 2325, '1095-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214733, 2325, '1095-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214734, 2325, '1095-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214735, 2325, '1095-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214736, 2325, '1095-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214737, 2325, '1095-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214738, 2325, '1096-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214739, 2325, '1096-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214740, 2325, '1096-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214741, 2325, '1096-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214742, 2325, '1096-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214743, 2325, '1096-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214744, 2325, '1096-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214745, 2325, '1096-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214746, 2325, '1096-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214747, 2325, '1096-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214748, 2325, '1096-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214749, 2325, '1096-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214750, 2325, '1097-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214751, 2325, '1097-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214752, 2325, '1097-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214753, 2325, '1097-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214754, 2325, '1097-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214755, 2325, '1097-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214756, 2325, '1097-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214757, 2325, '1097-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214758, 2325, '1097-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214759, 2325, '1097-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214760, 2325, '1097-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214761, 2325, '1097-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214762, 2325, '1098-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214763, 2325, '1098-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214764, 2325, '1098-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214765, 2325, '1098-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214766, 2325, '1098-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214767, 2325, '1098-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214768, 2325, '1098-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214769, 2325, '1098-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214770, 2325, '1098-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214771, 2325, '1098-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214772, 2325, '1098-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214773, 2325, '1098-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214774, 2325, '1099-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214775, 2325, '1099-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214776, 2325, '1099-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214777, 2325, '1099-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214778, 2325, '1099-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214779, 2325, '1099-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:13', '2023-10-31 14:09:13'),
(214780, 2325, '1099-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:14', '2023-10-31 14:09:14'),
(214781, 2325, '1099-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:14', '2023-10-31 14:09:14'),
(214782, 2325, '1099-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:14', '2023-10-31 14:09:14'),
(214783, 2325, '1099-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:14', '2023-10-31 14:09:14'),
(214784, 2325, '1099-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:14', '2023-10-31 14:09:14'),
(214785, 2325, '1099-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:14', '2023-10-31 14:09:14'),
(214786, 2325, '1100-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:14', '2023-10-31 14:09:14'),
(214787, 2325, '1100-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:14', '2023-10-31 14:09:14'),
(214788, 2325, '1100-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:14', '2023-10-31 14:09:14'),
(214789, 2325, '1100-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:14', '2023-10-31 14:09:14'),
(214790, 2325, '1100-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:14', '2023-10-31 14:09:14'),
(214791, 2325, '1100-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:14', '2023-10-31 14:09:14'),
(214792, 2325, '1100-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:14', '2023-10-31 14:09:14'),
(214793, 2325, '1100-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:14', '2023-10-31 14:09:14'),
(214794, 2325, '1100-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:14', '2023-10-31 14:09:14'),
(214795, 2325, '1100-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:14', '2023-10-31 14:09:14'),
(214796, 2325, '1100-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:14', '2023-10-31 14:09:14'),
(214797, 2325, '1100-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:14', '2023-10-31 14:09:14'),
(214798, 2325, '1101-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:14', '2023-10-31 14:09:14'),
(214799, 2325, '1101-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:14', '2023-10-31 14:09:14'),
(214800, 2325, '1101-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:14', '2023-10-31 14:09:14'),
(214801, 2325, '1101-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:14', '2023-10-31 14:09:14'),
(214802, 2325, '1101-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:14', '2023-10-31 14:09:14'),
(214803, 2325, '1101-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:14', '2023-10-31 14:09:14'),
(214804, 2325, '1101-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:14', '2023-10-31 14:09:14'),
(214805, 2325, '1101-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:14', '2023-10-31 14:09:14'),
(214806, 2325, '1101-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:14', '2023-10-31 14:09:14'),
(214807, 2325, '1101-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:14', '2023-10-31 14:09:14'),
(214808, 2325, '1101-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:14', '2023-10-31 14:09:14'),
(214809, 2325, '1101-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:14', '2023-10-31 14:09:14'),
(214810, 2325, '1102-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:14', '2023-10-31 14:09:14'),
(214811, 2325, '1102-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:14', '2023-10-31 14:09:14'),
(214812, 2325, '1102-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:14', '2023-10-31 14:09:14'),
(214813, 2325, '1102-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:14', '2023-10-31 14:09:14'),
(214814, 2325, '1102-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:14', '2023-10-31 14:09:14'),
(214815, 2325, '1102-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:14', '2023-10-31 14:09:14'),
(214816, 2325, '1102-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:14', '2023-10-31 14:09:14'),
(214817, 2325, '1102-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:14', '2023-10-31 14:09:14'),
(214818, 2325, '1102-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:14', '2023-10-31 14:09:14'),
(214819, 2325, '1102-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:14', '2023-10-31 14:09:14'),
(214820, 2325, '1102-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:14', '2023-10-31 14:09:14'),
(214821, 2325, '1102-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:14', '2023-10-31 14:09:14'),
(214822, 2325, '1103-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:14', '2023-10-31 14:09:14'),
(214823, 2325, '1103-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:14', '2023-10-31 14:09:14'),
(214824, 2325, '1103-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:14', '2023-10-31 14:09:14'),
(214825, 2325, '1103-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:14', '2023-10-31 14:09:14'),
(214826, 2325, '1103-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:14', '2023-10-31 14:09:14'),
(214827, 2325, '1103-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:14', '2023-10-31 14:09:14'),
(214828, 2325, '1103-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:14', '2023-10-31 14:09:14'),
(214829, 2325, '1103-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:14', '2023-10-31 14:09:14'),
(214830, 2325, '1103-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:14', '2023-10-31 14:09:14'),
(214831, 2325, '1103-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:14', '2023-10-31 14:09:14'),
(214832, 2325, '1103-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:14', '2023-10-31 14:09:14'),
(214833, 2325, '1103-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:14', '2023-10-31 14:09:14'),
(214834, 2325, '1104-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:14', '2023-10-31 14:09:14'),
(214835, 2325, '1104-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:14', '2023-10-31 14:09:14'),
(214836, 2325, '1104-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:14', '2023-10-31 14:09:14'),
(214837, 2325, '1104-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:14', '2023-10-31 14:09:14'),
(214838, 2325, '1104-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:14', '2023-10-31 14:09:14'),
(214839, 2325, '1104-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:14', '2023-10-31 14:09:14'),
(214840, 2325, '1104-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:14', '2023-10-31 14:09:14'),
(214841, 2325, '1104-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:14', '2023-10-31 14:09:14'),
(214842, 2325, '1104-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:14', '2023-10-31 14:09:14'),
(214843, 2325, '1104-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:14', '2023-10-31 14:09:14'),
(214844, 2325, '1104-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:14', '2023-10-31 14:09:14'),
(214845, 2325, '1104-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:14', '2023-10-31 14:09:14'),
(214846, 2325, '1105-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:14', '2023-10-31 14:09:14'),
(214847, 2325, '1105-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:14', '2023-10-31 14:09:14'),
(214848, 2325, '1105-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:14', '2023-10-31 14:09:14'),
(214849, 2325, '1105-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:14', '2023-10-31 14:09:14'),
(214850, 2325, '1105-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:14', '2023-10-31 14:09:14'),
(214851, 2325, '1105-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:14', '2023-10-31 14:09:14'),
(214852, 2325, '1105-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:14', '2023-10-31 14:09:14'),
(214853, 2325, '1105-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:14', '2023-10-31 14:09:14'),
(214854, 2325, '1105-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:14', '2023-10-31 14:09:14'),
(214855, 2325, '1105-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:14', '2023-10-31 14:09:14'),
(214856, 2325, '1105-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:14', '2023-10-31 14:09:14'),
(214857, 2325, '1105-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:14', '2023-10-31 14:09:14'),
(214858, 2325, '1106-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:14', '2023-10-31 14:09:14'),
(214859, 2325, '1106-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:14', '2023-10-31 14:09:14'),
(214860, 2325, '1106-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:14', '2023-10-31 14:09:14'),
(214861, 2325, '1106-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:14', '2023-10-31 14:09:14'),
(214862, 2325, '1106-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:14', '2023-10-31 14:09:14'),
(214863, 2325, '1106-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:14', '2023-10-31 14:09:14'),
(214864, 2325, '1106-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:14', '2023-10-31 14:09:14'),
(214865, 2325, '1106-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:14', '2023-10-31 14:09:14'),
(214866, 2325, '1106-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:14', '2023-10-31 14:09:14'),
(214867, 2325, '1106-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:14', '2023-10-31 14:09:14'),
(214868, 2325, '1106-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:14', '2023-10-31 14:09:14'),
(214869, 2325, '1106-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:14', '2023-10-31 14:09:14'),
(214870, 2325, '1107-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:14', '2023-10-31 14:09:14'),
(214871, 2325, '1107-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:14', '2023-10-31 14:09:14'),
(214872, 2325, '1107-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:14', '2023-10-31 14:09:14'),
(214873, 2325, '1107-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:14', '2023-10-31 14:09:14'),
(214874, 2325, '1107-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:14', '2023-10-31 14:09:14'),
(214875, 2325, '1107-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:14', '2023-10-31 14:09:14'),
(214876, 2325, '1107-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:14', '2023-10-31 14:09:14'),
(214877, 2325, '1107-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:14', '2023-10-31 14:09:14'),
(214878, 2325, '1107-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:14', '2023-10-31 14:09:14'),
(214879, 2325, '1107-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:14', '2023-10-31 14:09:14'),
(214880, 2325, '1107-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:14', '2023-10-31 14:09:14'),
(214881, 2325, '1107-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:14', '2023-10-31 14:09:14'),
(214882, 2325, '1108-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:14', '2023-10-31 14:09:14'),
(214883, 2325, '1108-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:14', '2023-10-31 14:09:14'),
(214884, 2325, '1108-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:14', '2023-10-31 14:09:14'),
(214885, 2325, '1108-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:14', '2023-10-31 14:09:14'),
(214886, 2325, '1108-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:14', '2023-10-31 14:09:14'),
(214887, 2325, '1108-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:14', '2023-10-31 14:09:14'),
(214888, 2325, '1108-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:14', '2023-10-31 14:09:14'),
(214889, 2325, '1108-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:14', '2023-10-31 14:09:14'),
(214890, 2325, '1108-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:14', '2023-10-31 14:09:14'),
(214891, 2325, '1108-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:14', '2023-10-31 14:09:14'),
(214892, 2325, '1108-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:14', '2023-10-31 14:09:14'),
(214893, 2325, '1108-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:14', '2023-10-31 14:09:14'),
(214894, 2325, '1109-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:14', '2023-10-31 14:09:14'),
(214895, 2325, '1109-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:14', '2023-10-31 14:09:14'),
(214896, 2325, '1109-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:14', '2023-10-31 14:09:14'),
(214897, 2325, '1109-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:14', '2023-10-31 14:09:14'),
(214898, 2325, '1109-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:14', '2023-10-31 14:09:14'),
(214899, 2325, '1109-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:14', '2023-10-31 14:09:14'),
(214900, 2325, '1109-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:14', '2023-10-31 14:09:14'),
(214901, 2325, '1109-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:14', '2023-10-31 14:09:14'),
(214902, 2325, '1109-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:14', '2023-10-31 14:09:14'),
(214903, 2325, '1109-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:14', '2023-10-31 14:09:14'),
(214904, 2325, '1109-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:14', '2023-10-31 14:09:14'),
(214905, 2325, '1109-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:14', '2023-10-31 14:09:14'),
(214906, 2325, '1110-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:14', '2023-10-31 14:09:14'),
(214907, 2325, '1110-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:14', '2023-10-31 14:09:14'),
(214908, 2325, '1110-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:14', '2023-10-31 14:09:14'),
(214909, 2325, '1110-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:14', '2023-10-31 14:09:14'),
(214910, 2325, '1110-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:14', '2023-10-31 14:09:14'),
(214911, 2325, '1110-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:14', '2023-10-31 14:09:14'),
(214912, 2325, '1110-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:14', '2023-10-31 14:09:14'),
(214913, 2325, '1110-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:14', '2023-10-31 14:09:14'),
(214914, 2325, '1110-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:14', '2023-10-31 14:09:14'),
(214915, 2325, '1110-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:14', '2023-10-31 14:09:14'),
(214916, 2325, '1110-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:14', '2023-10-31 14:09:14'),
(214917, 2325, '1110-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:14', '2023-10-31 14:09:14'),
(214918, 2325, '1111-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:14', '2023-10-31 14:09:14'),
(214919, 2325, '1111-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:14', '2023-10-31 14:09:14'),
(214920, 2325, '1111-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:14', '2023-10-31 14:09:14'),
(214921, 2325, '1111-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:14', '2023-10-31 14:09:14'),
(214922, 2325, '1111-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:14', '2023-10-31 14:09:14'),
(214923, 2325, '1111-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:14', '2023-10-31 14:09:14'),
(214924, 2325, '1111-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:14', '2023-10-31 14:09:14'),
(214925, 2325, '1111-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:14', '2023-10-31 14:09:14'),
(214926, 2325, '1111-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:14', '2023-10-31 14:09:14'),
(214927, 2325, '1111-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:14', '2023-10-31 14:09:14'),
(214928, 2325, '1111-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:14', '2023-10-31 14:09:14'),
(214929, 2325, '1111-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:14', '2023-10-31 14:09:14'),
(214930, 2325, '1112-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:14', '2023-10-31 14:09:14'),
(214931, 2325, '1112-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:14', '2023-10-31 14:09:14'),
(214932, 2325, '1112-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:14', '2023-10-31 14:09:14'),
(214933, 2325, '1112-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:14', '2023-10-31 14:09:14'),
(214934, 2325, '1112-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:14', '2023-10-31 14:09:14'),
(214935, 2325, '1112-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:14', '2023-10-31 14:09:14'),
(214936, 2325, '1112-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:14', '2023-10-31 14:09:14'),
(214937, 2325, '1112-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:14', '2023-10-31 14:09:14'),
(214938, 2325, '1112-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:14', '2023-10-31 14:09:14'),
(214939, 2325, '1112-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:14', '2023-10-31 14:09:14'),
(214940, 2325, '1112-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:14', '2023-10-31 14:09:14'),
(214941, 2325, '1112-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:14', '2023-10-31 14:09:14'),
(214942, 2325, '1113-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:14', '2023-10-31 14:09:14'),
(214943, 2325, '1113-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:14', '2023-10-31 14:09:14'),
(214944, 2325, '1113-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:14', '2023-10-31 14:09:14'),
(214945, 2325, '1113-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:14', '2023-10-31 14:09:14'),
(214946, 2325, '1113-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:14', '2023-10-31 14:09:14'),
(214947, 2325, '1113-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:14', '2023-10-31 14:09:14'),
(214948, 2325, '1113-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:14', '2023-10-31 14:09:14'),
(214949, 2325, '1113-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:14', '2023-10-31 14:09:14'),
(214950, 2325, '1113-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:14', '2023-10-31 14:09:14'),
(214951, 2325, '1113-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:14', '2023-10-31 14:09:14'),
(214952, 2325, '1113-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:14', '2023-10-31 14:09:14'),
(214953, 2325, '1113-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:14', '2023-10-31 14:09:14'),
(214954, 2325, '1114-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:14', '2023-10-31 14:09:14'),
(214955, 2325, '1114-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:14', '2023-10-31 14:09:14'),
(214956, 2325, '1114-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:14', '2023-10-31 14:09:14'),
(214957, 2325, '1114-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:14', '2023-10-31 14:09:14'),
(214958, 2325, '1114-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:14', '2023-10-31 14:09:14'),
(214959, 2325, '1114-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:14', '2023-10-31 14:09:14'),
(214960, 2325, '1114-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:14', '2023-10-31 14:09:14'),
(214961, 2325, '1114-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:14', '2023-10-31 14:09:14'),
(214962, 2325, '1114-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:14', '2023-10-31 14:09:14'),
(214963, 2325, '1114-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:14', '2023-10-31 14:09:14'),
(214964, 2325, '1114-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:14', '2023-10-31 14:09:14'),
(214965, 2325, '1114-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:14', '2023-10-31 14:09:14'),
(214966, 2325, '1115-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:14', '2023-10-31 14:09:14'),
(214967, 2325, '1115-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:14', '2023-10-31 14:09:14'),
(214968, 2325, '1115-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:14', '2023-10-31 14:09:14'),
(214969, 2325, '1115-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:14', '2023-10-31 14:09:14'),
(214970, 2325, '1115-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:14', '2023-10-31 14:09:14'),
(214971, 2325, '1115-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:14', '2023-10-31 14:09:14'),
(214972, 2325, '1115-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:14', '2023-10-31 14:09:14'),
(214973, 2325, '1115-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:14', '2023-10-31 14:09:14'),
(214974, 2325, '1115-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:14', '2023-10-31 14:09:14'),
(214975, 2325, '1115-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:14', '2023-10-31 14:09:14'),
(214976, 2325, '1115-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(214977, 2325, '1115-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(214978, 2325, '1116-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(214979, 2325, '1116-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(214980, 2325, '1116-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(214981, 2325, '1116-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(214982, 2325, '1116-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(214983, 2325, '1116-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(214984, 2325, '1116-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(214985, 2325, '1116-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(214986, 2325, '1116-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(214987, 2325, '1116-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(214988, 2325, '1116-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(214989, 2325, '1116-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(214990, 2325, '1117-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(214991, 2325, '1117-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(214992, 2325, '1117-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(214993, 2325, '1117-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(214994, 2325, '1117-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(214995, 2325, '1117-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(214996, 2325, '1117-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(214997, 2325, '1117-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(214998, 2325, '1117-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(214999, 2325, '1117-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215000, 2325, '1117-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215001, 2325, '1117-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215002, 2325, '1118-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215003, 2325, '1118-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215004, 2325, '1118-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(215005, 2325, '1118-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215006, 2325, '1118-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215007, 2325, '1118-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215008, 2325, '1118-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215009, 2325, '1118-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215010, 2325, '1118-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215011, 2325, '1118-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215012, 2325, '1118-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215013, 2325, '1118-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215014, 2325, '1119-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215015, 2325, '1119-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215016, 2325, '1119-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215017, 2325, '1119-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215018, 2325, '1119-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215019, 2325, '1119-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215020, 2325, '1119-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215021, 2325, '1119-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215022, 2325, '1119-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215023, 2325, '1119-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215024, 2325, '1119-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215025, 2325, '1119-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215026, 2325, '1120-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215027, 2325, '1120-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215028, 2325, '1120-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215029, 2325, '1120-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215030, 2325, '1120-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215031, 2325, '1120-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215032, 2325, '1120-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215033, 2325, '1120-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215034, 2325, '1120-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215035, 2325, '1120-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215036, 2325, '1120-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215037, 2325, '1120-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215038, 2325, '1121-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215039, 2325, '1121-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215040, 2325, '1121-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215041, 2325, '1121-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215042, 2325, '1121-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215043, 2325, '1121-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215044, 2325, '1121-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215045, 2325, '1121-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215046, 2325, '1121-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215047, 2325, '1121-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215048, 2325, '1121-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215049, 2325, '1121-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215050, 2325, '1122-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215051, 2325, '1122-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215052, 2325, '1122-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215053, 2325, '1122-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215054, 2325, '1122-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215055, 2325, '1122-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215056, 2325, '1122-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215057, 2325, '1122-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215058, 2325, '1122-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215059, 2325, '1122-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215060, 2325, '1122-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215061, 2325, '1122-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215062, 2325, '1123-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215063, 2325, '1123-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215064, 2325, '1123-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215065, 2325, '1123-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215066, 2325, '1123-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215067, 2325, '1123-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215068, 2325, '1123-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215069, 2325, '1123-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215070, 2325, '1123-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215071, 2325, '1123-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215072, 2325, '1123-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215073, 2325, '1123-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215074, 2325, '1124-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215075, 2325, '1124-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215076, 2325, '1124-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215077, 2325, '1124-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215078, 2325, '1124-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215079, 2325, '1124-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215080, 2325, '1124-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215081, 2325, '1124-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215082, 2325, '1124-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215083, 2325, '1124-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215084, 2325, '1124-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215085, 2325, '1124-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215086, 2325, '1125-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215087, 2325, '1125-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215088, 2325, '1125-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215089, 2325, '1125-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215090, 2325, '1125-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215091, 2325, '1125-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215092, 2325, '1125-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215093, 2325, '1125-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215094, 2325, '1125-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215095, 2325, '1125-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215096, 2325, '1125-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215097, 2325, '1125-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215098, 2325, '1126-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215099, 2325, '1126-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215100, 2325, '1126-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215101, 2325, '1126-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215102, 2325, '1126-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215103, 2325, '1126-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215104, 2325, '1126-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215105, 2325, '1126-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215106, 2325, '1126-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215107, 2325, '1126-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215108, 2325, '1126-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215109, 2325, '1126-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215110, 2325, '1127-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215111, 2325, '1127-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215112, 2325, '1127-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215113, 2325, '1127-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215114, 2325, '1127-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215115, 2325, '1127-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215116, 2325, '1127-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215117, 2325, '1127-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215118, 2325, '1127-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215119, 2325, '1127-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215120, 2325, '1127-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215121, 2325, '1127-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215122, 2325, '1128-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215123, 2325, '1128-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215124, 2325, '1128-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215125, 2325, '1128-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215126, 2325, '1128-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215127, 2325, '1128-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215128, 2325, '1128-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215129, 2325, '1128-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215130, 2325, '1128-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215131, 2325, '1128-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215132, 2325, '1128-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215133, 2325, '1128-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215134, 2325, '1129-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215135, 2325, '1129-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215136, 2325, '1129-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215137, 2325, '1129-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215138, 2325, '1129-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215139, 2325, '1129-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215140, 2325, '1129-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215141, 2325, '1129-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215142, 2325, '1129-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215143, 2325, '1129-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215144, 2325, '1129-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215145, 2325, '1129-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215146, 2325, '1130-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215147, 2325, '1130-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215148, 2325, '1130-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215149, 2325, '1130-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215150, 2325, '1130-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215151, 2325, '1130-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215152, 2325, '1130-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215153, 2325, '1130-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215154, 2325, '1130-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215155, 2325, '1130-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215156, 2325, '1130-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215157, 2325, '1130-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215158, 2325, '1131-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215159, 2325, '1131-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215160, 2325, '1131-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215161, 2325, '1131-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215162, 2325, '1131-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215163, 2325, '1131-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215164, 2325, '1131-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215165, 2325, '1131-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215166, 2325, '1131-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215167, 2325, '1131-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215168, 2325, '1131-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215169, 2325, '1131-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215170, 2325, '1132-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215171, 2325, '1132-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215172, 2325, '1132-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215173, 2325, '1132-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215174, 2325, '1132-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215175, 2325, '1132-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215176, 2325, '1132-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215177, 2325, '1132-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215178, 2325, '1132-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215179, 2325, '1132-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215180, 2325, '1132-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215181, 2325, '1132-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215182, 2325, '1133-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215183, 2325, '1133-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215184, 2325, '1133-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215185, 2325, '1133-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215186, 2325, '1133-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215187, 2325, '1133-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215188, 2325, '1133-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215189, 2325, '1133-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215190, 2325, '1133-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215191, 2325, '1133-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215192, 2325, '1133-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215193, 2325, '1133-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215194, 2325, '1134-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215195, 2325, '1134-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215196, 2325, '1134-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215197, 2325, '1134-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215198, 2325, '1134-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215199, 2325, '1134-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215200, 2325, '1134-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215201, 2325, '1134-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215202, 2325, '1134-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215203, 2325, '1134-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215204, 2325, '1134-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215205, 2325, '1134-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215206, 2325, '1135-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215207, 2325, '1135-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215208, 2325, '1135-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215209, 2325, '1135-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215210, 2325, '1135-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215211, 2325, '1135-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215212, 2325, '1135-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215213, 2325, '1135-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215214, 2325, '1135-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215215, 2325, '1135-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215216, 2325, '1135-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215217, 2325, '1135-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215218, 2325, '1136-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215219, 2325, '1136-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215220, 2325, '1136-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215221, 2325, '1136-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215222, 2325, '1136-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215223, 2325, '1136-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215224, 2325, '1136-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215225, 2325, '1136-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215226, 2325, '1136-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215227, 2325, '1136-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215228, 2325, '1136-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215229, 2325, '1136-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215230, 2325, '1137-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215231, 2325, '1137-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215232, 2325, '1137-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215233, 2325, '1137-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215234, 2325, '1137-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215235, 2325, '1137-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215236, 2325, '1137-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215237, 2325, '1137-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215238, 2325, '1137-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215239, 2325, '1137-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215240, 2325, '1137-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215241, 2325, '1137-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215242, 2325, '1138-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215243, 2325, '1138-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215244, 2325, '1138-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215245, 2325, '1138-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215246, 2325, '1138-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215247, 2325, '1138-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215248, 2325, '1138-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215249, 2325, '1138-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215250, 2325, '1138-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215251, 2325, '1138-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215252, 2325, '1138-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215253, 2325, '1138-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215254, 2325, '1139-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215255, 2325, '1139-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215256, 2325, '1139-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215257, 2325, '1139-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215258, 2325, '1139-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215259, 2325, '1139-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215260, 2325, '1139-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215261, 2325, '1139-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215262, 2325, '1139-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215263, 2325, '1139-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215264, 2325, '1139-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215265, 2325, '1139-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215266, 2325, '1140-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215267, 2325, '1140-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215268, 2325, '1140-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215269, 2325, '1140-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215270, 2325, '1140-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215271, 2325, '1140-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215272, 2325, '1140-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215273, 2325, '1140-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215274, 2325, '1140-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215275, 2325, '1140-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215276, 2325, '1140-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215277, 2325, '1140-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215278, 2325, '1141-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215279, 2325, '1141-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215280, 2325, '1141-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215281, 2325, '1141-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215282, 2325, '1141-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215283, 2325, '1141-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215284, 2325, '1141-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215285, 2325, '1141-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215286, 2325, '1141-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215287, 2325, '1141-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215288, 2325, '1141-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215289, 2325, '1141-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215290, 2325, '1142-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215291, 2325, '1142-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215292, 2325, '1142-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215293, 2325, '1142-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215294, 2325, '1142-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215295, 2325, '1142-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215296, 2325, '1142-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215297, 2325, '1142-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215298, 2325, '1142-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215299, 2325, '1142-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215300, 2325, '1142-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215301, 2325, '1142-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215302, 2325, '1143-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215303, 2325, '1143-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215304, 2325, '1143-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215305, 2325, '1143-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215306, 2325, '1143-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215307, 2325, '1143-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215308, 2325, '1143-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215309, 2325, '1143-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215310, 2325, '1143-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215311, 2325, '1143-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215312, 2325, '1143-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215313, 2325, '1143-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215314, 2325, '1144-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215315, 2325, '1144-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215316, 2325, '1144-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215317, 2325, '1144-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215318, 2325, '1144-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215319, 2325, '1144-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215320, 2325, '1144-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215321, 2325, '1144-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215322, 2325, '1144-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215323, 2325, '1144-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215324, 2325, '1144-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215325, 2325, '1144-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215326, 2325, '1145-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215327, 2325, '1145-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:15', '2023-10-31 14:09:15'),
(215328, 2325, '1145-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215329, 2325, '1145-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215330, 2325, '1145-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215331, 2325, '1145-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215332, 2325, '1145-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215333, 2325, '1145-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215334, 2325, '1145-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215335, 2325, '1145-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215336, 2325, '1145-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215337, 2325, '1145-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215338, 2325, '1146-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215339, 2325, '1146-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215340, 2325, '1146-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215341, 2325, '1146-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215342, 2325, '1146-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215343, 2325, '1146-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215344, 2325, '1146-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215345, 2325, '1146-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215346, 2325, '1146-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215347, 2325, '1146-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215348, 2325, '1146-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215349, 2325, '1146-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215350, 2325, '1147-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215351, 2325, '1147-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215352, 2325, '1147-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215353, 2325, '1147-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215354, 2325, '1147-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215355, 2325, '1147-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215356, 2325, '1147-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215357, 2325, '1147-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215358, 2325, '1147-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215359, 2325, '1147-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215360, 2325, '1147-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215361, 2325, '1147-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215362, 2325, '1148-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215363, 2325, '1148-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215364, 2325, '1148-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215365, 2325, '1148-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215366, 2325, '1148-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215367, 2325, '1148-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215368, 2325, '1148-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215369, 2325, '1148-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215370, 2325, '1148-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215371, 2325, '1148-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215372, 2325, '1148-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215373, 2325, '1148-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215374, 2325, '1149-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215375, 2325, '1149-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215376, 2325, '1149-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215377, 2325, '1149-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215378, 2325, '1149-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215379, 2325, '1149-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215380, 2325, '1149-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215381, 2325, '1149-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215382, 2325, '1149-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215383, 2325, '1149-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215384, 2325, '1149-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215385, 2325, '1149-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215386, 2325, '1150-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215387, 2325, '1150-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215388, 2325, '1150-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215389, 2325, '1150-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215390, 2325, '1150-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215391, 2325, '1150-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215392, 2325, '1150-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215393, 2325, '1150-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215394, 2325, '1150-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215395, 2325, '1150-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215396, 2325, '1150-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215397, 2325, '1150-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215398, 2325, '1151-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215399, 2325, '1151-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215400, 2325, '1151-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215401, 2325, '1151-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215402, 2325, '1151-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215403, 2325, '1151-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215404, 2325, '1151-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215405, 2325, '1151-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215406, 2325, '1151-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215407, 2325, '1151-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215408, 2325, '1151-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215409, 2325, '1151-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215410, 2325, '1152-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215411, 2325, '1152-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215412, 2325, '1152-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215413, 2325, '1152-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215414, 2325, '1152-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215415, 2325, '1152-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215416, 2325, '1152-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215417, 2325, '1152-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215418, 2325, '1152-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215419, 2325, '1152-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215420, 2325, '1152-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215421, 2325, '1152-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215422, 2325, '1153-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215423, 2325, '1153-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215424, 2325, '1153-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215425, 2325, '1153-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215426, 2325, '1153-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215427, 2325, '1153-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215428, 2325, '1153-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215429, 2325, '1153-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215430, 2325, '1153-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215431, 2325, '1153-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215432, 2325, '1153-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215433, 2325, '1153-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215434, 2325, '1154-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215435, 2325, '1154-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215436, 2325, '1154-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215437, 2325, '1154-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215438, 2325, '1154-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215439, 2325, '1154-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215440, 2325, '1154-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215441, 2325, '1154-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215442, 2325, '1154-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215443, 2325, '1154-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215444, 2325, '1154-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215445, 2325, '1154-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215446, 2325, '1155-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215447, 2325, '1155-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215448, 2325, '1155-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215449, 2325, '1155-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215450, 2325, '1155-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215451, 2325, '1155-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215452, 2325, '1155-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215453, 2325, '1155-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215454, 2325, '1155-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215455, 2325, '1155-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215456, 2325, '1155-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215457, 2325, '1155-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215458, 2325, '1156-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215459, 2325, '1156-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215460, 2325, '1156-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215461, 2325, '1156-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215462, 2325, '1156-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215463, 2325, '1156-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215464, 2325, '1156-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215465, 2325, '1156-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215466, 2325, '1156-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215467, 2325, '1156-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215468, 2325, '1156-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215469, 2325, '1156-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(215470, 2325, '1157-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215471, 2325, '1157-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215472, 2325, '1157-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215473, 2325, '1157-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215474, 2325, '1157-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215475, 2325, '1157-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215476, 2325, '1157-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215477, 2325, '1157-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215478, 2325, '1157-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215479, 2325, '1157-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215480, 2325, '1157-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215481, 2325, '1157-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215482, 2325, '1158-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215483, 2325, '1158-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215484, 2325, '1158-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215485, 2325, '1158-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215486, 2325, '1158-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215487, 2325, '1158-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215488, 2325, '1158-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215489, 2325, '1158-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215490, 2325, '1158-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215491, 2325, '1158-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215492, 2325, '1158-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215493, 2325, '1158-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215494, 2325, '1159-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215495, 2325, '1159-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215496, 2325, '1159-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215497, 2325, '1159-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215498, 2325, '1159-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215499, 2325, '1159-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215500, 2325, '1159-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215501, 2325, '1159-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215502, 2325, '1159-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215503, 2325, '1159-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215504, 2325, '1159-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215505, 2325, '1159-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215506, 2325, '1160-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215507, 2325, '1160-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215508, 2325, '1160-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215509, 2325, '1160-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215510, 2325, '1160-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215511, 2325, '1160-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215512, 2325, '1160-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215513, 2325, '1160-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215514, 2325, '1160-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215515, 2325, '1160-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215516, 2325, '1160-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215517, 2325, '1160-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215518, 2325, '1161-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215519, 2325, '1161-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215520, 2325, '1161-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215521, 2325, '1161-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215522, 2325, '1161-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215523, 2325, '1161-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215524, 2325, '1161-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215525, 2325, '1161-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215526, 2325, '1161-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215527, 2325, '1161-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215528, 2325, '1161-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215529, 2325, '1161-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215530, 2325, '1162-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215531, 2325, '1162-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215532, 2325, '1162-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215533, 2325, '1162-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215534, 2325, '1162-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215535, 2325, '1162-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215536, 2325, '1162-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215537, 2325, '1162-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215538, 2325, '1162-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215539, 2325, '1162-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215540, 2325, '1162-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215541, 2325, '1162-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215542, 2325, '1163-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215543, 2325, '1163-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215544, 2325, '1163-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215545, 2325, '1163-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215546, 2325, '1163-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215547, 2325, '1163-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215548, 2325, '1163-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215549, 2325, '1163-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215550, 2325, '1163-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215551, 2325, '1163-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215552, 2325, '1163-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215553, 2325, '1163-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215554, 2325, '1164-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215555, 2325, '1164-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215556, 2325, '1164-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215557, 2325, '1164-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215558, 2325, '1164-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215559, 2325, '1164-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215560, 2325, '1164-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215561, 2325, '1164-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215562, 2325, '1164-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215563, 2325, '1164-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215564, 2325, '1164-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215565, 2325, '1164-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215566, 2325, '1165-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215567, 2325, '1165-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215568, 2325, '1165-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215569, 2325, '1165-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215570, 2325, '1165-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215571, 2325, '1165-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215572, 2325, '1165-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215573, 2325, '1165-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215574, 2325, '1165-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215575, 2325, '1165-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215576, 2325, '1165-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215577, 2325, '1165-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215578, 2325, '1166-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215579, 2325, '1166-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215580, 2325, '1166-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215581, 2325, '1166-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215582, 2325, '1166-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215583, 2325, '1166-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215584, 2325, '1166-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215585, 2325, '1166-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215586, 2325, '1166-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215587, 2325, '1166-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215588, 2325, '1166-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215589, 2325, '1166-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215590, 2325, '1167-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215591, 2325, '1167-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215592, 2325, '1167-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215593, 2325, '1167-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215594, 2325, '1167-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215595, 2325, '1167-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215596, 2325, '1167-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215597, 2325, '1167-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215598, 2325, '1167-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215599, 2325, '1167-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215600, 2325, '1167-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215601, 2325, '1167-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215602, 2325, '1168-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215603, 2325, '1168-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215604, 2325, '1168-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215605, 2325, '1168-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215606, 2325, '1168-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215607, 2325, '1168-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215608, 2325, '1168-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215609, 2325, '1168-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215610, 2325, '1168-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215611, 2325, '1168-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215612, 2325, '1168-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215613, 2325, '1168-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215614, 2325, '1169-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215615, 2325, '1169-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215616, 2325, '1169-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215617, 2325, '1169-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215618, 2325, '1169-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215619, 2325, '1169-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215620, 2325, '1169-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215621, 2325, '1169-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215622, 2325, '1169-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215623, 2325, '1169-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215624, 2325, '1169-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215625, 2325, '1169-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215626, 2325, '1170-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215627, 2325, '1170-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215628, 2325, '1170-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215629, 2325, '1170-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215630, 2325, '1170-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215631, 2325, '1170-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215632, 2325, '1170-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215633, 2325, '1170-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215634, 2325, '1170-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215635, 2325, '1170-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215636, 2325, '1170-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215637, 2325, '1170-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215638, 2325, '1171-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215639, 2325, '1171-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215640, 2325, '1171-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215641, 2325, '1171-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215642, 2325, '1171-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215643, 2325, '1171-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215644, 2325, '1171-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215645, 2325, '1171-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215646, 2325, '1171-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215647, 2325, '1171-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215648, 2325, '1171-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215649, 2325, '1171-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215650, 2325, '1172-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215651, 2325, '1172-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215652, 2325, '1172-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215653, 2325, '1172-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:16', '2023-10-31 14:09:16'),
(215654, 2325, '1172-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215655, 2325, '1172-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215656, 2325, '1172-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215657, 2325, '1172-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215658, 2325, '1172-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215659, 2325, '1172-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215660, 2325, '1172-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215661, 2325, '1172-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215662, 2325, '1173-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215663, 2325, '1173-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215664, 2325, '1173-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215665, 2325, '1173-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215666, 2325, '1173-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215667, 2325, '1173-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215668, 2325, '1173-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215669, 2325, '1173-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215670, 2325, '1173-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215671, 2325, '1173-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215672, 2325, '1173-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215673, 2325, '1173-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215674, 2325, '1174-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215675, 2325, '1174-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215676, 2325, '1174-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215677, 2325, '1174-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215678, 2325, '1174-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215679, 2325, '1174-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215680, 2325, '1174-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215681, 2325, '1174-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215682, 2325, '1174-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215683, 2325, '1174-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215684, 2325, '1174-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215685, 2325, '1174-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215686, 2325, '1175-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215687, 2325, '1175-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215688, 2325, '1175-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215689, 2325, '1175-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215690, 2325, '1175-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215691, 2325, '1175-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215692, 2325, '1175-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215693, 2325, '1175-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215694, 2325, '1175-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215695, 2325, '1175-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215696, 2325, '1175-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215697, 2325, '1175-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215698, 2325, '1176-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215699, 2325, '1176-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215700, 2325, '1176-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215701, 2325, '1176-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215702, 2325, '1176-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215703, 2325, '1176-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215704, 2325, '1176-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215705, 2325, '1176-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215706, 2325, '1176-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215707, 2325, '1176-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215708, 2325, '1176-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215709, 2325, '1176-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215710, 2325, '1177-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215711, 2325, '1177-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215712, 2325, '1177-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215713, 2325, '1177-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215714, 2325, '1177-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215715, 2325, '1177-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215716, 2325, '1177-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215717, 2325, '1177-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215718, 2325, '1177-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215719, 2325, '1177-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215720, 2325, '1177-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215721, 2325, '1177-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215722, 2325, '1178-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215723, 2325, '1178-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215724, 2325, '1178-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215725, 2325, '1178-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215726, 2325, '1178-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215727, 2325, '1178-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215728, 2325, '1178-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215729, 2325, '1178-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215730, 2325, '1178-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215731, 2325, '1178-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215732, 2325, '1178-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215733, 2325, '1178-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215734, 2325, '1179-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215735, 2325, '1179-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215736, 2325, '1179-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215737, 2325, '1179-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215738, 2325, '1179-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215739, 2325, '1179-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215740, 2325, '1179-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215741, 2325, '1179-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215742, 2325, '1179-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215743, 2325, '1179-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215744, 2325, '1179-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215745, 2325, '1179-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215746, 2325, '1180-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215747, 2325, '1180-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215748, 2325, '1180-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215749, 2325, '1180-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215750, 2325, '1180-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215751, 2325, '1180-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215752, 2325, '1180-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215753, 2325, '1180-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215754, 2325, '1180-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215755, 2325, '1180-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215756, 2325, '1180-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215757, 2325, '1180-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215758, 2325, '1181-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215759, 2325, '1181-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215760, 2325, '1181-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215761, 2325, '1181-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215762, 2325, '1181-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215763, 2325, '1181-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215764, 2325, '1181-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215765, 2325, '1181-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215766, 2325, '1181-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215767, 2325, '1181-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215768, 2325, '1181-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215769, 2325, '1181-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215770, 2325, '1182-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215771, 2325, '1182-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215772, 2325, '1182-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215773, 2325, '1182-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215774, 2325, '1182-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215775, 2325, '1182-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215776, 2325, '1182-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215777, 2325, '1182-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215778, 2325, '1182-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215779, 2325, '1182-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215780, 2325, '1182-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215781, 2325, '1182-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215782, 2325, '1183-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215783, 2325, '1183-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215784, 2325, '1183-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215785, 2325, '1183-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215786, 2325, '1183-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215787, 2325, '1183-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215788, 2325, '1183-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215789, 2325, '1183-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215790, 2325, '1183-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215791, 2325, '1183-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215792, 2325, '1183-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215793, 2325, '1183-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215794, 2325, '1184-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215795, 2325, '1184-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215796, 2325, '1184-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215797, 2325, '1184-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215798, 2325, '1184-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215799, 2325, '1184-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215800, 2325, '1184-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215801, 2325, '1184-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215802, 2325, '1184-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215803, 2325, '1184-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215804, 2325, '1184-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215805, 2325, '1184-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215806, 2325, '1185-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215807, 2325, '1185-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215808, 2325, '1185-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215809, 2325, '1185-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215810, 2325, '1185-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215811, 2325, '1185-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215812, 2325, '1185-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215813, 2325, '1185-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215814, 2325, '1185-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215815, 2325, '1185-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215816, 2325, '1185-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215817, 2325, '1185-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215818, 2325, '1186-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215819, 2325, '1186-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215820, 2325, '1186-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215821, 2325, '1186-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215822, 2325, '1186-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215823, 2325, '1186-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215824, 2325, '1186-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215825, 2325, '1186-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215826, 2325, '1186-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215827, 2325, '1186-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215828, 2325, '1186-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215829, 2325, '1186-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215830, 2325, '1187-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215831, 2325, '1187-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215832, 2325, '1187-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215833, 2325, '1187-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215834, 2325, '1187-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215835, 2325, '1187-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215836, 2325, '1187-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215837, 2325, '1187-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215838, 2325, '1187-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215839, 2325, '1187-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215840, 2325, '1187-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215841, 2325, '1187-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215842, 2325, '1188-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215843, 2325, '1188-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215844, 2325, '1188-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215845, 2325, '1188-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215846, 2325, '1188-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215847, 2325, '1188-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215848, 2325, '1188-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215849, 2325, '1188-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215850, 2325, '1188-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215851, 2325, '1188-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215852, 2325, '1188-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215853, 2325, '1188-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215854, 2325, '1189-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215855, 2325, '1189-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215856, 2325, '1189-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215857, 2325, '1189-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215858, 2325, '1189-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215859, 2325, '1189-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215860, 2325, '1189-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215861, 2325, '1189-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215862, 2325, '1189-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215863, 2325, '1189-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215864, 2325, '1189-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215865, 2325, '1189-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215866, 2325, '1190-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215867, 2325, '1190-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215868, 2325, '1190-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215869, 2325, '1190-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215870, 2325, '1190-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215871, 2325, '1190-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215872, 2325, '1190-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215873, 2325, '1190-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215874, 2325, '1190-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215875, 2325, '1190-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215876, 2325, '1190-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215877, 2325, '1190-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215878, 2325, '1191-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215879, 2325, '1191-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215880, 2325, '1191-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215881, 2325, '1191-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215882, 2325, '1191-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215883, 2325, '1191-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215884, 2325, '1191-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215885, 2325, '1191-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215886, 2325, '1191-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215887, 2325, '1191-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215888, 2325, '1191-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215889, 2325, '1191-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215890, 2325, '1192-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215891, 2325, '1192-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215892, 2325, '1192-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215893, 2325, '1192-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215894, 2325, '1192-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215895, 2325, '1192-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215896, 2325, '1192-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215897, 2325, '1192-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215898, 2325, '1192-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215899, 2325, '1192-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215900, 2325, '1192-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215901, 2325, '1192-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215902, 2325, '1193-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215903, 2325, '1193-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215904, 2325, '1193-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215905, 2325, '1193-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215906, 2325, '1193-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215907, 2325, '1193-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215908, 2325, '1193-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215909, 2325, '1193-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215910, 2325, '1193-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215911, 2325, '1193-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215912, 2325, '1193-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215913, 2325, '1193-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215914, 2325, '1194-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215915, 2325, '1194-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215916, 2325, '1194-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215917, 2325, '1194-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215918, 2325, '1194-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215919, 2325, '1194-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215920, 2325, '1194-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215921, 2325, '1194-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215922, 2325, '1194-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215923, 2325, '1194-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215924, 2325, '1194-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215925, 2325, '1194-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215926, 2325, '1195-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215927, 2325, '1195-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215928, 2325, '1195-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215929, 2325, '1195-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215930, 2325, '1195-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215931, 2325, '1195-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215932, 2325, '1195-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215933, 2325, '1195-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215934, 2325, '1195-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(215935, 2325, '1195-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215936, 2325, '1195-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215937, 2325, '1195-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215938, 2325, '1196-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215939, 2325, '1196-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215940, 2325, '1196-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215941, 2325, '1196-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215942, 2325, '1196-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215943, 2325, '1196-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215944, 2325, '1196-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215945, 2325, '1196-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215946, 2325, '1196-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215947, 2325, '1196-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215948, 2325, '1196-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215949, 2325, '1196-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215950, 2325, '1197-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215951, 2325, '1197-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215952, 2325, '1197-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215953, 2325, '1197-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215954, 2325, '1197-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215955, 2325, '1197-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215956, 2325, '1197-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215957, 2325, '1197-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215958, 2325, '1197-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215959, 2325, '1197-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215960, 2325, '1197-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215961, 2325, '1197-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215962, 2325, '1198-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215963, 2325, '1198-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215964, 2325, '1198-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215965, 2325, '1198-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215966, 2325, '1198-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215967, 2325, '1198-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215968, 2325, '1198-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215969, 2325, '1198-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215970, 2325, '1198-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215971, 2325, '1198-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215972, 2325, '1198-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215973, 2325, '1198-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215974, 2325, '1199-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215975, 2325, '1199-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215976, 2325, '1199-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215977, 2325, '1199-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215978, 2325, '1199-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215979, 2325, '1199-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215980, 2325, '1199-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215981, 2325, '1199-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215982, 2325, '1199-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215983, 2325, '1199-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215984, 2325, '1199-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215985, 2325, '1199-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215986, 2325, '1200-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215987, 2325, '1200-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215988, 2325, '1200-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215989, 2325, '1200-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215990, 2325, '1200-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215991, 2325, '1200-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215992, 2325, '1200-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215993, 2325, '1200-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215994, 2325, '1200-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215995, 2325, '1200-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215996, 2325, '1200-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215997, 2325, '1200-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215998, 2325, '1201-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(215999, 2325, '1201-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(216000, 2325, '1201-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(216001, 2325, '1201-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(216002, 2325, '1201-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(216003, 2325, '1201-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(216004, 2325, '1201-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(216005, 2325, '1201-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(216006, 2325, '1201-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(216007, 2325, '1201-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(216008, 2325, '1201-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(216009, 2325, '1201-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(216010, 2325, '1202-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(216011, 2325, '1202-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(216012, 2325, '1202-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(216013, 2325, '1202-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(216014, 2325, '1202-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(216015, 2325, '1202-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(216016, 2325, '1202-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(216017, 2325, '1202-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(216018, 2325, '1202-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(216019, 2325, '1202-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:17', '2023-10-31 14:09:17'),
(216020, 2325, '1202-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216021, 2325, '1202-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216022, 2325, '1203-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216023, 2325, '1203-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216024, 2325, '1203-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216025, 2325, '1203-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216026, 2325, '1203-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216027, 2325, '1203-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216028, 2325, '1203-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216029, 2325, '1203-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216030, 2325, '1203-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216031, 2325, '1203-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216032, 2325, '1203-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216033, 2325, '1203-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216034, 2325, '1204-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216035, 2325, '1204-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216036, 2325, '1204-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216037, 2325, '1204-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216038, 2325, '1204-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216039, 2325, '1204-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216040, 2325, '1204-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216041, 2325, '1204-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216042, 2325, '1204-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216043, 2325, '1204-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216044, 2325, '1204-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216045, 2325, '1204-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216046, 2325, '1205-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216047, 2325, '1205-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216048, 2325, '1205-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216049, 2325, '1205-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216050, 2325, '1205-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216051, 2325, '1205-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216052, 2325, '1205-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216053, 2325, '1205-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216054, 2325, '1205-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216055, 2325, '1205-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216056, 2325, '1205-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216057, 2325, '1205-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216058, 2325, '1206-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216059, 2325, '1206-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216060, 2325, '1206-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216061, 2325, '1206-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216062, 2325, '1206-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216063, 2325, '1206-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216064, 2325, '1206-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216065, 2325, '1206-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216066, 2325, '1206-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216067, 2325, '1206-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216068, 2325, '1206-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216069, 2325, '1206-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216070, 2325, '1207-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216071, 2325, '1207-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216072, 2325, '1207-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216073, 2325, '1207-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216074, 2325, '1207-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216075, 2325, '1207-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216076, 2325, '1207-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216077, 2325, '1207-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216078, 2325, '1207-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216079, 2325, '1207-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216080, 2325, '1207-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216081, 2325, '1207-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216082, 2325, '1208-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216083, 2325, '1208-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216084, 2325, '1208-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216085, 2325, '1208-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216086, 2325, '1208-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216087, 2325, '1208-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216088, 2325, '1208-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216089, 2325, '1208-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216090, 2325, '1208-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216091, 2325, '1208-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216092, 2325, '1208-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216093, 2325, '1208-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216094, 2325, '1209-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216095, 2325, '1209-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216096, 2325, '1209-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216097, 2325, '1209-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216098, 2325, '1209-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216099, 2325, '1209-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216100, 2325, '1209-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216101, 2325, '1209-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216102, 2325, '1209-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216103, 2325, '1209-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216104, 2325, '1209-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216105, 2325, '1209-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216106, 2325, '1210-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216107, 2325, '1210-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216108, 2325, '1210-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216109, 2325, '1210-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216110, 2325, '1210-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216111, 2325, '1210-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216112, 2325, '1210-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216113, 2325, '1210-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216114, 2325, '1210-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216115, 2325, '1210-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216116, 2325, '1210-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216117, 2325, '1210-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216118, 2325, '1211-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216119, 2325, '1211-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216120, 2325, '1211-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216121, 2325, '1211-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216122, 2325, '1211-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216123, 2325, '1211-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216124, 2325, '1211-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216125, 2325, '1211-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216126, 2325, '1211-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216127, 2325, '1211-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216128, 2325, '1211-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216129, 2325, '1211-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216130, 2325, '1212-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216131, 2325, '1212-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216132, 2325, '1212-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216133, 2325, '1212-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216134, 2325, '1212-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216135, 2325, '1212-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216136, 2325, '1212-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216137, 2325, '1212-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216138, 2325, '1212-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216139, 2325, '1212-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216140, 2325, '1212-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216141, 2325, '1212-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216142, 2325, '1213-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216143, 2325, '1213-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216144, 2325, '1213-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216145, 2325, '1213-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216146, 2325, '1213-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216147, 2325, '1213-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216148, 2325, '1213-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216149, 2325, '1213-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216150, 2325, '1213-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216151, 2325, '1213-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216152, 2325, '1213-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216153, 2325, '1213-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216154, 2325, '1214-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216155, 2325, '1214-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216156, 2325, '1214-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216157, 2325, '1214-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216158, 2325, '1214-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216159, 2325, '1214-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216160, 2325, '1214-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216161, 2325, '1214-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216162, 2325, '1214-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216163, 2325, '1214-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216164, 2325, '1214-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216165, 2325, '1214-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216166, 2325, '1215-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216167, 2325, '1215-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216168, 2325, '1215-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216169, 2325, '1215-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216170, 2325, '1215-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216171, 2325, '1215-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216172, 2325, '1215-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216173, 2325, '1215-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216174, 2325, '1215-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216175, 2325, '1215-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216176, 2325, '1215-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216177, 2325, '1215-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216178, 2325, '1216-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216179, 2325, '1216-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216180, 2325, '1216-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216181, 2325, '1216-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216182, 2325, '1216-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216183, 2325, '1216-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216184, 2325, '1216-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216185, 2325, '1216-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216186, 2325, '1216-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216187, 2325, '1216-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216188, 2325, '1216-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216189, 2325, '1216-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216190, 2325, '1217-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216191, 2325, '1217-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216192, 2325, '1217-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216193, 2325, '1217-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216194, 2325, '1217-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216195, 2325, '1217-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216196, 2325, '1217-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216197, 2325, '1217-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216198, 2325, '1217-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216199, 2325, '1217-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216200, 2325, '1217-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216201, 2325, '1217-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216202, 2325, '1218-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216203, 2325, '1218-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216204, 2325, '1218-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216205, 2325, '1218-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216206, 2325, '1218-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216207, 2325, '1218-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216208, 2325, '1218-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216209, 2325, '1218-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216210, 2325, '1218-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216211, 2325, '1218-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216212, 2325, '1218-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216213, 2325, '1218-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216214, 2325, '1219-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216215, 2325, '1219-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216216, 2325, '1219-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216217, 2325, '1219-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216218, 2325, '1219-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216219, 2325, '1219-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216220, 2325, '1219-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216221, 2325, '1219-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216222, 2325, '1219-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216223, 2325, '1219-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216224, 2325, '1219-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216225, 2325, '1219-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216226, 2325, '1220-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216227, 2325, '1220-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216228, 2325, '1220-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216229, 2325, '1220-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216230, 2325, '1220-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216231, 2325, '1220-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216232, 2325, '1220-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216233, 2325, '1220-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216234, 2325, '1220-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216235, 2325, '1220-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216236, 2325, '1220-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216237, 2325, '1220-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216238, 2325, '1221-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216239, 2325, '1221-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216240, 2325, '1221-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216241, 2325, '1221-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216242, 2325, '1221-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216243, 2325, '1221-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216244, 2325, '1221-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216245, 2325, '1221-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216246, 2325, '1221-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216247, 2325, '1221-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216248, 2325, '1221-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216249, 2325, '1221-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216250, 2325, '1222-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216251, 2325, '1222-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216252, 2325, '1222-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216253, 2325, '1222-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216254, 2325, '1222-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216255, 2325, '1222-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216256, 2325, '1222-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216257, 2325, '1222-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216258, 2325, '1222-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216259, 2325, '1222-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216260, 2325, '1222-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216261, 2325, '1222-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216262, 2325, '1223-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216263, 2325, '1223-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216264, 2325, '1223-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216265, 2325, '1223-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216266, 2325, '1223-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216267, 2325, '1223-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216268, 2325, '1223-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216269, 2325, '1223-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216270, 2325, '1223-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216271, 2325, '1223-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216272, 2325, '1223-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216273, 2325, '1223-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216274, 2325, '1224-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216275, 2325, '1224-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216276, 2325, '1224-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216277, 2325, '1224-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216278, 2325, '1224-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216279, 2325, '1224-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216280, 2325, '1224-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216281, 2325, '1224-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216282, 2325, '1224-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216283, 2325, '1224-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216284, 2325, '1224-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216285, 2325, '1224-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216286, 2325, '1225-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216287, 2325, '1225-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216288, 2325, '1225-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216289, 2325, '1225-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216290, 2325, '1225-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216291, 2325, '1225-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216292, 2325, '1225-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216293, 2325, '1225-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216294, 2325, '1225-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216295, 2325, '1225-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216296, 2325, '1225-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216297, 2325, '1225-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216298, 2325, '1226-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216299, 2325, '1226-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216300, 2325, '1226-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216301, 2325, '1226-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216302, 2325, '1226-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216303, 2325, '1226-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216304, 2325, '1226-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216305, 2325, '1226-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216306, 2325, '1226-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216307, 2325, '1226-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216308, 2325, '1226-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216309, 2325, '1226-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216310, 2325, '1227-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216311, 2325, '1227-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216312, 2325, '1227-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216313, 2325, '1227-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216314, 2325, '1227-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216315, 2325, '1227-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216316, 2325, '1227-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216317, 2325, '1227-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216318, 2325, '1227-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216319, 2325, '1227-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216320, 2325, '1227-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216321, 2325, '1227-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216322, 2325, '1228-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216323, 2325, '1228-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216324, 2325, '1228-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216325, 2325, '1228-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216326, 2325, '1228-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216327, 2325, '1228-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216328, 2325, '1228-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216329, 2325, '1228-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216330, 2325, '1228-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216331, 2325, '1228-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216332, 2325, '1228-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216333, 2325, '1228-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216334, 2325, '1229-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216335, 2325, '1229-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216336, 2325, '1229-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216337, 2325, '1229-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216338, 2325, '1229-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216339, 2325, '1229-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216340, 2325, '1229-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216341, 2325, '1229-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216342, 2325, '1229-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216343, 2325, '1229-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216344, 2325, '1229-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216345, 2325, '1229-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216346, 2325, '1230-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216347, 2325, '1230-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216348, 2325, '1230-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216349, 2325, '1230-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216350, 2325, '1230-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216351, 2325, '1230-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216352, 2325, '1230-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216353, 2325, '1230-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216354, 2325, '1230-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216355, 2325, '1230-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216356, 2325, '1230-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216357, 2325, '1230-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216358, 2325, '1231-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216359, 2325, '1231-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216360, 2325, '1231-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216361, 2325, '1231-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216362, 2325, '1231-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216363, 2325, '1231-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216364, 2325, '1231-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216365, 2325, '1231-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216366, 2325, '1231-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216367, 2325, '1231-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216368, 2325, '1231-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216369, 2325, '1231-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216370, 2325, '1232-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216371, 2325, '1232-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216372, 2325, '1232-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216373, 2325, '1232-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216374, 2325, '1232-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216375, 2325, '1232-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:18', '2023-10-31 14:09:18'),
(216376, 2325, '1232-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216377, 2325, '1232-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216378, 2325, '1232-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216379, 2325, '1232-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216380, 2325, '1232-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216381, 2325, '1232-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216382, 2325, '1233-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216383, 2325, '1233-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216384, 2325, '1233-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216385, 2325, '1233-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216386, 2325, '1233-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216387, 2325, '1233-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216388, 2325, '1233-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216389, 2325, '1233-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216390, 2325, '1233-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216391, 2325, '1233-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216392, 2325, '1233-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216393, 2325, '1233-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216394, 2325, '1234-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216395, 2325, '1234-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216396, 2325, '1234-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216397, 2325, '1234-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216398, 2325, '1234-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216399, 2325, '1234-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(216400, 2325, '1234-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216401, 2325, '1234-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216402, 2325, '1234-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216403, 2325, '1234-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216404, 2325, '1234-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216405, 2325, '1234-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216406, 2325, '1235-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216407, 2325, '1235-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216408, 2325, '1235-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216409, 2325, '1235-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216410, 2325, '1235-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216411, 2325, '1235-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216412, 2325, '1235-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216413, 2325, '1235-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216414, 2325, '1235-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216415, 2325, '1235-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216416, 2325, '1235-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216417, 2325, '1235-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216418, 2325, '1236-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216419, 2325, '1236-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216420, 2325, '1236-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216421, 2325, '1236-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216422, 2325, '1236-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216423, 2325, '1236-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216424, 2325, '1236-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216425, 2325, '1236-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216426, 2325, '1236-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216427, 2325, '1236-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216428, 2325, '1236-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216429, 2325, '1236-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216430, 2325, '1237-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216431, 2325, '1237-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216432, 2325, '1237-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216433, 2325, '1237-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216434, 2325, '1237-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216435, 2325, '1237-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216436, 2325, '1237-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216437, 2325, '1237-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216438, 2325, '1237-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216439, 2325, '1237-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216440, 2325, '1237-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216441, 2325, '1237-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216442, 2325, '1238-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216443, 2325, '1238-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216444, 2325, '1238-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216445, 2325, '1238-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216446, 2325, '1238-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216447, 2325, '1238-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216448, 2325, '1238-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216449, 2325, '1238-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216450, 2325, '1238-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216451, 2325, '1238-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216452, 2325, '1238-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216453, 2325, '1238-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216454, 2325, '1239-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216455, 2325, '1239-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216456, 2325, '1239-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216457, 2325, '1239-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216458, 2325, '1239-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216459, 2325, '1239-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216460, 2325, '1239-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216461, 2325, '1239-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216462, 2325, '1239-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216463, 2325, '1239-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216464, 2325, '1239-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216465, 2325, '1239-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216466, 2325, '1240-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216467, 2325, '1240-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216468, 2325, '1240-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216469, 2325, '1240-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216470, 2325, '1240-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216471, 2325, '1240-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216472, 2325, '1240-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216473, 2325, '1240-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216474, 2325, '1240-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216475, 2325, '1240-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216476, 2325, '1240-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216477, 2325, '1240-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216478, 2325, '1241-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216479, 2325, '1241-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216480, 2325, '1241-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216481, 2325, '1241-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216482, 2325, '1241-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216483, 2325, '1241-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216484, 2325, '1241-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216485, 2325, '1241-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216486, 2325, '1241-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216487, 2325, '1241-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216488, 2325, '1241-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216489, 2325, '1241-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216490, 2325, '1242-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216491, 2325, '1242-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216492, 2325, '1242-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216493, 2325, '1242-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216494, 2325, '1242-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216495, 2325, '1242-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216496, 2325, '1242-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216497, 2325, '1242-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216498, 2325, '1242-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216499, 2325, '1242-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216500, 2325, '1242-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216501, 2325, '1242-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216502, 2325, '1243-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216503, 2325, '1243-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216504, 2325, '1243-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216505, 2325, '1243-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216506, 2325, '1243-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216507, 2325, '1243-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216508, 2325, '1243-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216509, 2325, '1243-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216510, 2325, '1243-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216511, 2325, '1243-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216512, 2325, '1243-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216513, 2325, '1243-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216514, 2325, '1244-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216515, 2325, '1244-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216516, 2325, '1244-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216517, 2325, '1244-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216518, 2325, '1244-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216519, 2325, '1244-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216520, 2325, '1244-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216521, 2325, '1244-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216522, 2325, '1244-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216523, 2325, '1244-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216524, 2325, '1244-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216525, 2325, '1244-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216526, 2325, '1245-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216527, 2325, '1245-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216528, 2325, '1245-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216529, 2325, '1245-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216530, 2325, '1245-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216531, 2325, '1245-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216532, 2325, '1245-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216533, 2325, '1245-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216534, 2325, '1245-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216535, 2325, '1245-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216536, 2325, '1245-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216537, 2325, '1245-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216538, 2325, '1246-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216539, 2325, '1246-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216540, 2325, '1246-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216541, 2325, '1246-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216542, 2325, '1246-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216543, 2325, '1246-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216544, 2325, '1246-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216545, 2325, '1246-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216546, 2325, '1246-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216547, 2325, '1246-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216548, 2325, '1246-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216549, 2325, '1246-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216550, 2325, '1247-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216551, 2325, '1247-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216552, 2325, '1247-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216553, 2325, '1247-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216554, 2325, '1247-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216555, 2325, '1247-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216556, 2325, '1247-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216557, 2325, '1247-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216558, 2325, '1247-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216559, 2325, '1247-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216560, 2325, '1247-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216561, 2325, '1247-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216562, 2325, '1248-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216563, 2325, '1248-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216564, 2325, '1248-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216565, 2325, '1248-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216566, 2325, '1248-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216567, 2325, '1248-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216568, 2325, '1248-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216569, 2325, '1248-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216570, 2325, '1248-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216571, 2325, '1248-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216572, 2325, '1248-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216573, 2325, '1248-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216574, 2325, '1249-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216575, 2325, '1249-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216576, 2325, '1249-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216577, 2325, '1249-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216578, 2325, '1249-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216579, 2325, '1249-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216580, 2325, '1249-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216581, 2325, '1249-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216582, 2325, '1249-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216583, 2325, '1249-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216584, 2325, '1249-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216585, 2325, '1249-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216586, 2325, '1250-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216587, 2325, '1250-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216588, 2325, '1250-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216589, 2325, '1250-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216590, 2325, '1250-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216591, 2325, '1250-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216592, 2325, '1250-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216593, 2325, '1250-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216594, 2325, '1250-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216595, 2325, '1250-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216596, 2325, '1250-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216597, 2325, '1250-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216598, 2325, '1251-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216599, 2325, '1251-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216600, 2325, '1251-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216601, 2325, '1251-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216602, 2325, '1251-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216603, 2325, '1251-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216604, 2325, '1251-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216605, 2325, '1251-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216606, 2325, '1251-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216607, 2325, '1251-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216608, 2325, '1251-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216609, 2325, '1251-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216610, 2325, '1252-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216611, 2325, '1252-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216612, 2325, '1252-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216613, 2325, '1252-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216614, 2325, '1252-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216615, 2325, '1252-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216616, 2325, '1252-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216617, 2325, '1252-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216618, 2325, '1252-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216619, 2325, '1252-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216620, 2325, '1252-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216621, 2325, '1252-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216622, 2325, '1253-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216623, 2325, '1253-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216624, 2325, '1253-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216625, 2325, '1253-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216626, 2325, '1253-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216627, 2325, '1253-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216628, 2325, '1253-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216629, 2325, '1253-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216630, 2325, '1253-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216631, 2325, '1253-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216632, 2325, '1253-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216633, 2325, '1253-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216634, 2325, '1254-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216635, 2325, '1254-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216636, 2325, '1254-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216637, 2325, '1254-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216638, 2325, '1254-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216639, 2325, '1254-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216640, 2325, '1254-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216641, 2325, '1254-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216642, 2325, '1254-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216643, 2325, '1254-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216644, 2325, '1254-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216645, 2325, '1254-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216646, 2325, '1255-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216647, 2325, '1255-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216648, 2325, '1255-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216649, 2325, '1255-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216650, 2325, '1255-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216651, 2325, '1255-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216652, 2325, '1255-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216653, 2325, '1255-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216654, 2325, '1255-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216655, 2325, '1255-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216656, 2325, '1255-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216657, 2325, '1255-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216658, 2325, '1256-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216659, 2325, '1256-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216660, 2325, '1256-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216661, 2325, '1256-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216662, 2325, '1256-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216663, 2325, '1256-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216664, 2325, '1256-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216665, 2325, '1256-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216666, 2325, '1256-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216667, 2325, '1256-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216668, 2325, '1256-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216669, 2325, '1256-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216670, 2325, '1257-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216671, 2325, '1257-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216672, 2325, '1257-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216673, 2325, '1257-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216674, 2325, '1257-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216675, 2325, '1257-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216676, 2325, '1257-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216677, 2325, '1257-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216678, 2325, '1257-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216679, 2325, '1257-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216680, 2325, '1257-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216681, 2325, '1257-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216682, 2325, '1258-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216683, 2325, '1258-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216684, 2325, '1258-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216685, 2325, '1258-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216686, 2325, '1258-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216687, 2325, '1258-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216688, 2325, '1258-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216689, 2325, '1258-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216690, 2325, '1258-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216691, 2325, '1258-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216692, 2325, '1258-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216693, 2325, '1258-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216694, 2325, '1259-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216695, 2325, '1259-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216696, 2325, '1259-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216697, 2325, '1259-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216698, 2325, '1259-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216699, 2325, '1259-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216700, 2325, '1259-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216701, 2325, '1259-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216702, 2325, '1259-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216703, 2325, '1259-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216704, 2325, '1259-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216705, 2325, '1259-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216706, 2325, '1260-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216707, 2325, '1260-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216708, 2325, '1260-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216709, 2325, '1260-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216710, 2325, '1260-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216711, 2325, '1260-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216712, 2325, '1260-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216713, 2325, '1260-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216714, 2325, '1260-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216715, 2325, '1260-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216716, 2325, '1260-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:19', '2023-10-31 14:09:19'),
(216717, 2325, '1260-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216718, 2325, '1261-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216719, 2325, '1261-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216720, 2325, '1261-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216721, 2325, '1261-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216722, 2325, '1261-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216723, 2325, '1261-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216724, 2325, '1261-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216725, 2325, '1261-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216726, 2325, '1261-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216727, 2325, '1261-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216728, 2325, '1261-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216729, 2325, '1261-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216730, 2325, '1262-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216731, 2325, '1262-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216732, 2325, '1262-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216733, 2325, '1262-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216734, 2325, '1262-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216735, 2325, '1262-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216736, 2325, '1262-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216737, 2325, '1262-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216738, 2325, '1262-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216739, 2325, '1262-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216740, 2325, '1262-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216741, 2325, '1262-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216742, 2325, '1263-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216743, 2325, '1263-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216744, 2325, '1263-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216745, 2325, '1263-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216746, 2325, '1263-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216747, 2325, '1263-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216748, 2325, '1263-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216749, 2325, '1263-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216750, 2325, '1263-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216751, 2325, '1263-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216752, 2325, '1263-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216753, 2325, '1263-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216754, 2325, '1264-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216755, 2325, '1264-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216756, 2325, '1264-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216757, 2325, '1264-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216758, 2325, '1264-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216759, 2325, '1264-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216760, 2325, '1264-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216761, 2325, '1264-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216762, 2325, '1264-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216763, 2325, '1264-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216764, 2325, '1264-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216765, 2325, '1264-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216766, 2325, '1265-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216767, 2325, '1265-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216768, 2325, '1265-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216769, 2325, '1265-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216770, 2325, '1265-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216771, 2325, '1265-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216772, 2325, '1265-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216773, 2325, '1265-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216774, 2325, '1265-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216775, 2325, '1265-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216776, 2325, '1265-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216777, 2325, '1265-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216778, 2325, '1266-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216779, 2325, '1266-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216780, 2325, '1266-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216781, 2325, '1266-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216782, 2325, '1266-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216783, 2325, '1266-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216784, 2325, '1266-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216785, 2325, '1266-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216786, 2325, '1266-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216787, 2325, '1266-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216788, 2325, '1266-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216789, 2325, '1266-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216790, 2325, '1267-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216791, 2325, '1267-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216792, 2325, '1267-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216793, 2325, '1267-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216794, 2325, '1267-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216795, 2325, '1267-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216796, 2325, '1267-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216797, 2325, '1267-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216798, 2325, '1267-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216799, 2325, '1267-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216800, 2325, '1267-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216801, 2325, '1267-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216802, 2325, '1268-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216803, 2325, '1268-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216804, 2325, '1268-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216805, 2325, '1268-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216806, 2325, '1268-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216807, 2325, '1268-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216808, 2325, '1268-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216809, 2325, '1268-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216810, 2325, '1268-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216811, 2325, '1268-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216812, 2325, '1268-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216813, 2325, '1268-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216814, 2325, '1269-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216815, 2325, '1269-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216816, 2325, '1269-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216817, 2325, '1269-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216818, 2325, '1269-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216819, 2325, '1269-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216820, 2325, '1269-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216821, 2325, '1269-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216822, 2325, '1269-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216823, 2325, '1269-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216824, 2325, '1269-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216825, 2325, '1269-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216826, 2325, '1270-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216827, 2325, '1270-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216828, 2325, '1270-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216829, 2325, '1270-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216830, 2325, '1270-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216831, 2325, '1270-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216832, 2325, '1270-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216833, 2325, '1270-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216834, 2325, '1270-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216835, 2325, '1270-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216836, 2325, '1270-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216837, 2325, '1270-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216838, 2325, '1271-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216839, 2325, '1271-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216840, 2325, '1271-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216841, 2325, '1271-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216842, 2325, '1271-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216843, 2325, '1271-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216844, 2325, '1271-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216845, 2325, '1271-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216846, 2325, '1271-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216847, 2325, '1271-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216848, 2325, '1271-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216849, 2325, '1271-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216850, 2325, '1272-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216851, 2325, '1272-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216852, 2325, '1272-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216853, 2325, '1272-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216854, 2325, '1272-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216855, 2325, '1272-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216856, 2325, '1272-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216857, 2325, '1272-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216858, 2325, '1272-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216859, 2325, '1272-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216860, 2325, '1272-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216861, 2325, '1272-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216862, 2325, '1273-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216863, 2325, '1273-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216864, 2325, '1273-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(216865, 2325, '1273-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216866, 2325, '1273-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216867, 2325, '1273-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216868, 2325, '1273-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216869, 2325, '1273-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216870, 2325, '1273-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216871, 2325, '1273-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216872, 2325, '1273-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216873, 2325, '1273-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216874, 2325, '1274-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216875, 2325, '1274-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216876, 2325, '1274-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216877, 2325, '1274-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216878, 2325, '1274-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216879, 2325, '1274-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216880, 2325, '1274-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216881, 2325, '1274-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216882, 2325, '1274-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216883, 2325, '1274-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216884, 2325, '1274-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216885, 2325, '1274-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216886, 2325, '1275-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216887, 2325, '1275-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216888, 2325, '1275-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216889, 2325, '1275-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216890, 2325, '1275-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216891, 2325, '1275-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216892, 2325, '1275-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216893, 2325, '1275-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216894, 2325, '1275-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216895, 2325, '1275-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216896, 2325, '1275-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216897, 2325, '1275-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216898, 2325, '1276-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216899, 2325, '1276-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216900, 2325, '1276-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216901, 2325, '1276-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216902, 2325, '1276-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216903, 2325, '1276-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216904, 2325, '1276-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216905, 2325, '1276-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216906, 2325, '1276-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216907, 2325, '1276-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216908, 2325, '1276-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216909, 2325, '1276-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216910, 2325, '1277-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216911, 2325, '1277-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216912, 2325, '1277-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216913, 2325, '1277-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216914, 2325, '1277-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216915, 2325, '1277-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216916, 2325, '1277-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216917, 2325, '1277-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216918, 2325, '1277-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216919, 2325, '1277-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216920, 2325, '1277-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216921, 2325, '1277-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216922, 2325, '1278-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216923, 2325, '1278-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216924, 2325, '1278-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216925, 2325, '1278-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216926, 2325, '1278-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216927, 2325, '1278-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216928, 2325, '1278-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216929, 2325, '1278-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216930, 2325, '1278-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216931, 2325, '1278-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216932, 2325, '1278-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216933, 2325, '1278-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216934, 2325, '1279-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216935, 2325, '1279-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216936, 2325, '1279-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216937, 2325, '1279-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216938, 2325, '1279-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216939, 2325, '1279-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216940, 2325, '1279-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216941, 2325, '1279-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216942, 2325, '1279-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216943, 2325, '1279-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216944, 2325, '1279-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216945, 2325, '1279-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216946, 2325, '1280-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216947, 2325, '1280-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216948, 2325, '1280-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216949, 2325, '1280-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216950, 2325, '1280-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216951, 2325, '1280-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216952, 2325, '1280-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216953, 2325, '1280-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216954, 2325, '1280-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216955, 2325, '1280-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216956, 2325, '1280-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216957, 2325, '1280-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216958, 2325, '1281-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216959, 2325, '1281-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216960, 2325, '1281-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216961, 2325, '1281-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216962, 2325, '1281-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216963, 2325, '1281-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216964, 2325, '1281-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216965, 2325, '1281-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216966, 2325, '1281-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216967, 2325, '1281-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216968, 2325, '1281-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216969, 2325, '1281-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216970, 2325, '1282-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216971, 2325, '1282-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216972, 2325, '1282-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216973, 2325, '1282-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216974, 2325, '1282-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216975, 2325, '1282-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216976, 2325, '1282-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216977, 2325, '1282-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216978, 2325, '1282-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216979, 2325, '1282-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216980, 2325, '1282-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216981, 2325, '1282-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216982, 2325, '1283-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216983, 2325, '1283-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216984, 2325, '1283-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216985, 2325, '1283-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216986, 2325, '1283-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216987, 2325, '1283-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216988, 2325, '1283-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216989, 2325, '1283-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216990, 2325, '1283-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216991, 2325, '1283-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216992, 2325, '1283-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216993, 2325, '1283-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216994, 2325, '1284-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216995, 2325, '1284-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216996, 2325, '1284-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216997, 2325, '1284-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216998, 2325, '1284-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(216999, 2325, '1284-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(217000, 2325, '1284-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(217001, 2325, '1284-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(217002, 2325, '1284-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(217003, 2325, '1284-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(217004, 2325, '1284-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(217005, 2325, '1284-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(217006, 2325, '1285-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(217007, 2325, '1285-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(217008, 2325, '1285-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(217009, 2325, '1285-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(217010, 2325, '1285-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(217011, 2325, '1285-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(217012, 2325, '1285-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(217013, 2325, '1285-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(217014, 2325, '1285-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(217015, 2325, '1285-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(217016, 2325, '1285-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(217017, 2325, '1285-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(217018, 2325, '1286-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(217019, 2325, '1286-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(217020, 2325, '1286-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(217021, 2325, '1286-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(217022, 2325, '1286-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(217023, 2325, '1286-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(217024, 2325, '1286-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(217025, 2325, '1286-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(217026, 2325, '1286-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(217027, 2325, '1286-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(217028, 2325, '1286-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(217029, 2325, '1286-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(217030, 2325, '1287-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(217031, 2325, '1287-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(217032, 2325, '1287-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(217033, 2325, '1287-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(217034, 2325, '1287-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:20', '2023-10-31 14:09:20'),
(217035, 2325, '1287-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217036, 2325, '1287-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217037, 2325, '1287-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217038, 2325, '1287-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217039, 2325, '1287-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217040, 2325, '1287-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217041, 2325, '1287-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217042, 2325, '1288-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217043, 2325, '1288-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217044, 2325, '1288-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217045, 2325, '1288-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217046, 2325, '1288-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217047, 2325, '1288-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217048, 2325, '1288-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217049, 2325, '1288-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217050, 2325, '1288-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217051, 2325, '1288-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217052, 2325, '1288-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217053, 2325, '1288-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217054, 2325, '1289-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217055, 2325, '1289-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217056, 2325, '1289-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217057, 2325, '1289-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217058, 2325, '1289-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217059, 2325, '1289-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217060, 2325, '1289-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217061, 2325, '1289-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217062, 2325, '1289-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217063, 2325, '1289-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217064, 2325, '1289-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217065, 2325, '1289-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217066, 2325, '1290-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217067, 2325, '1290-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217068, 2325, '1290-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217069, 2325, '1290-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217070, 2325, '1290-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217071, 2325, '1290-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217072, 2325, '1290-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217073, 2325, '1290-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217074, 2325, '1290-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217075, 2325, '1290-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217076, 2325, '1290-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217077, 2325, '1290-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217078, 2325, '1291-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217079, 2325, '1291-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217080, 2325, '1291-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217081, 2325, '1291-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217082, 2325, '1291-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217083, 2325, '1291-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217084, 2325, '1291-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217085, 2325, '1291-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217086, 2325, '1291-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217087, 2325, '1291-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217088, 2325, '1291-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217089, 2325, '1291-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217090, 2325, '1292-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217091, 2325, '1292-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217092, 2325, '1292-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217093, 2325, '1292-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217094, 2325, '1292-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217095, 2325, '1292-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217096, 2325, '1292-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217097, 2325, '1292-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217098, 2325, '1292-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217099, 2325, '1292-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217100, 2325, '1292-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217101, 2325, '1292-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217102, 2325, '1293-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217103, 2325, '1293-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217104, 2325, '1293-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217105, 2325, '1293-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217106, 2325, '1293-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217107, 2325, '1293-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217108, 2325, '1293-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217109, 2325, '1293-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217110, 2325, '1293-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217111, 2325, '1293-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217112, 2325, '1293-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217113, 2325, '1293-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217114, 2325, '1294-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217115, 2325, '1294-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217116, 2325, '1294-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217117, 2325, '1294-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217118, 2325, '1294-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217119, 2325, '1294-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217120, 2325, '1294-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217121, 2325, '1294-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217122, 2325, '1294-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217123, 2325, '1294-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217124, 2325, '1294-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217125, 2325, '1294-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217126, 2325, '1295-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217127, 2325, '1295-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217128, 2325, '1295-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217129, 2325, '1295-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217130, 2325, '1295-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217131, 2325, '1295-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217132, 2325, '1295-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217133, 2325, '1295-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217134, 2325, '1295-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217135, 2325, '1295-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217136, 2325, '1295-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217137, 2325, '1295-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217138, 2325, '1296-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217139, 2325, '1296-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217140, 2325, '1296-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217141, 2325, '1296-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217142, 2325, '1296-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217143, 2325, '1296-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217144, 2325, '1296-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217145, 2325, '1296-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217146, 2325, '1296-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217147, 2325, '1296-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217148, 2325, '1296-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217149, 2325, '1296-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217150, 2325, '1297-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217151, 2325, '1297-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217152, 2325, '1297-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217153, 2325, '1297-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217154, 2325, '1297-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217155, 2325, '1297-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217156, 2325, '1297-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217157, 2325, '1297-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217158, 2325, '1297-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217159, 2325, '1297-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217160, 2325, '1297-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217161, 2325, '1297-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217162, 2325, '1298-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217163, 2325, '1298-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217164, 2325, '1298-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217165, 2325, '1298-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217166, 2325, '1298-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217167, 2325, '1298-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217168, 2325, '1298-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217169, 2325, '1298-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217170, 2325, '1298-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217171, 2325, '1298-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217172, 2325, '1298-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217173, 2325, '1298-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217174, 2325, '1299-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217175, 2325, '1299-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217176, 2325, '1299-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217177, 2325, '1299-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217178, 2325, '1299-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217179, 2325, '1299-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217180, 2325, '1299-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217181, 2325, '1299-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217182, 2325, '1299-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217183, 2325, '1299-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217184, 2325, '1299-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217185, 2325, '1299-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217186, 2325, '1300-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217187, 2325, '1300-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217188, 2325, '1300-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217189, 2325, '1300-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217190, 2325, '1300-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217191, 2325, '1300-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217192, 2325, '1300-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217193, 2325, '1300-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217194, 2325, '1300-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217195, 2325, '1300-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217196, 2325, '1300-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217197, 2325, '1300-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217198, 2325, '1301-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217199, 2325, '1301-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217200, 2325, '1301-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217201, 2325, '1301-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217202, 2325, '1301-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217203, 2325, '1301-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217204, 2325, '1301-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217205, 2325, '1301-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217206, 2325, '1301-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217207, 2325, '1301-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217208, 2325, '1301-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217209, 2325, '1301-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217210, 2325, '1302-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217211, 2325, '1302-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217212, 2325, '1302-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217213, 2325, '1302-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217214, 2325, '1302-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217215, 2325, '1302-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217216, 2325, '1302-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217217, 2325, '1302-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217218, 2325, '1302-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217219, 2325, '1302-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217220, 2325, '1302-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217221, 2325, '1302-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217222, 2325, '1303-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217223, 2325, '1303-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217224, 2325, '1303-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217225, 2325, '1303-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217226, 2325, '1303-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217227, 2325, '1303-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217228, 2325, '1303-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217229, 2325, '1303-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217230, 2325, '1303-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217231, 2325, '1303-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217232, 2325, '1303-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217233, 2325, '1303-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217234, 2325, '1304-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217235, 2325, '1304-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217236, 2325, '1304-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217237, 2325, '1304-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217238, 2325, '1304-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217239, 2325, '1304-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217240, 2325, '1304-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217241, 2325, '1304-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217242, 2325, '1304-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217243, 2325, '1304-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217244, 2325, '1304-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217245, 2325, '1304-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217246, 2325, '1305-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217247, 2325, '1305-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217248, 2325, '1305-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217249, 2325, '1305-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217250, 2325, '1305-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217251, 2325, '1305-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217252, 2325, '1305-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217253, 2325, '1305-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217254, 2325, '1305-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217255, 2325, '1305-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217256, 2325, '1305-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217257, 2325, '1305-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217258, 2325, '1306-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217259, 2325, '1306-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217260, 2325, '1306-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217261, 2325, '1306-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217262, 2325, '1306-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217263, 2325, '1306-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217264, 2325, '1306-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217265, 2325, '1306-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217266, 2325, '1306-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217267, 2325, '1306-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217268, 2325, '1306-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217269, 2325, '1306-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217270, 2325, '1307-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217271, 2325, '1307-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217272, 2325, '1307-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217273, 2325, '1307-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217274, 2325, '1307-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217275, 2325, '1307-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217276, 2325, '1307-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217277, 2325, '1307-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217278, 2325, '1307-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217279, 2325, '1307-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217280, 2325, '1307-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217281, 2325, '1307-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217282, 2325, '1308-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217283, 2325, '1308-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217284, 2325, '1308-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217285, 2325, '1308-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217286, 2325, '1308-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217287, 2325, '1308-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217288, 2325, '1308-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217289, 2325, '1308-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217290, 2325, '1308-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217291, 2325, '1308-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217292, 2325, '1308-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217293, 2325, '1308-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217294, 2325, '1309-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217295, 2325, '1309-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217296, 2325, '1309-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217297, 2325, '1309-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217298, 2325, '1309-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217299, 2325, '1309-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217300, 2325, '1309-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217301, 2325, '1309-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217302, 2325, '1309-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217303, 2325, '1309-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217304, 2325, '1309-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217305, 2325, '1309-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217306, 2325, '1310-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217307, 2325, '1310-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217308, 2325, '1310-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217309, 2325, '1310-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217310, 2325, '1310-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217311, 2325, '1310-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217312, 2325, '1310-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217313, 2325, '1310-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217314, 2325, '1310-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217315, 2325, '1310-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217316, 2325, '1310-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217317, 2325, '1310-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217318, 2325, '1311-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217319, 2325, '1311-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217320, 2325, '1311-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217321, 2325, '1311-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217322, 2325, '1311-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217323, 2325, '1311-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217324, 2325, '1311-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217325, 2325, '1311-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217326, 2325, '1311-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217327, 2325, '1311-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217328, 2325, '1311-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217329, 2325, '1311-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(217330, 2325, '1312-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217331, 2325, '1312-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217332, 2325, '1312-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217333, 2325, '1312-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217334, 2325, '1312-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217335, 2325, '1312-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217336, 2325, '1312-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217337, 2325, '1312-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217338, 2325, '1312-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217339, 2325, '1312-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217340, 2325, '1312-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217341, 2325, '1312-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217342, 2325, '1313-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217343, 2325, '1313-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217344, 2325, '1313-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217345, 2325, '1313-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217346, 2325, '1313-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217347, 2325, '1313-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217348, 2325, '1313-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217349, 2325, '1313-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217350, 2325, '1313-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217351, 2325, '1313-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217352, 2325, '1313-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217353, 2325, '1313-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217354, 2325, '1314-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217355, 2325, '1314-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217356, 2325, '1314-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217357, 2325, '1314-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217358, 2325, '1314-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217359, 2325, '1314-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217360, 2325, '1314-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217361, 2325, '1314-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217362, 2325, '1314-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217363, 2325, '1314-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217364, 2325, '1314-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217365, 2325, '1314-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217366, 2325, '1315-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217367, 2325, '1315-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217368, 2325, '1315-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217369, 2325, '1315-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217370, 2325, '1315-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217371, 2325, '1315-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217372, 2325, '1315-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217373, 2325, '1315-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217374, 2325, '1315-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217375, 2325, '1315-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217376, 2325, '1315-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217377, 2325, '1315-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217378, 2325, '1316-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217379, 2325, '1316-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217380, 2325, '1316-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217381, 2325, '1316-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217382, 2325, '1316-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217383, 2325, '1316-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217384, 2325, '1316-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217385, 2325, '1316-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217386, 2325, '1316-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217387, 2325, '1316-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217388, 2325, '1316-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217389, 2325, '1316-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217390, 2325, '1317-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217391, 2325, '1317-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217392, 2325, '1317-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217393, 2325, '1317-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217394, 2325, '1317-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217395, 2325, '1317-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217396, 2325, '1317-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217397, 2325, '1317-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217398, 2325, '1317-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217399, 2325, '1317-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217400, 2325, '1317-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217401, 2325, '1317-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217402, 2325, '1318-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217403, 2325, '1318-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217404, 2325, '1318-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217405, 2325, '1318-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217406, 2325, '1318-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217407, 2325, '1318-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217408, 2325, '1318-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217409, 2325, '1318-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217410, 2325, '1318-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217411, 2325, '1318-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217412, 2325, '1318-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217413, 2325, '1318-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217414, 2325, '1319-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217415, 2325, '1319-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217416, 2325, '1319-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217417, 2325, '1319-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217418, 2325, '1319-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:21', '2023-10-31 14:09:21'),
(217419, 2325, '1319-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217420, 2325, '1319-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217421, 2325, '1319-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217422, 2325, '1319-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217423, 2325, '1319-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217424, 2325, '1319-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217425, 2325, '1319-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217426, 2325, '1320-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217427, 2325, '1320-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217428, 2325, '1320-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217429, 2325, '1320-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217430, 2325, '1320-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217431, 2325, '1320-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217432, 2325, '1320-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217433, 2325, '1320-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217434, 2325, '1320-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217435, 2325, '1320-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217436, 2325, '1320-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217437, 2325, '1320-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217438, 2325, '1321-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217439, 2325, '1321-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217440, 2325, '1321-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217441, 2325, '1321-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217442, 2325, '1321-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217443, 2325, '1321-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217444, 2325, '1321-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217445, 2325, '1321-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217446, 2325, '1321-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217447, 2325, '1321-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217448, 2325, '1321-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217449, 2325, '1321-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217450, 2325, '1322-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217451, 2325, '1322-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217452, 2325, '1322-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217453, 2325, '1322-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217454, 2325, '1322-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217455, 2325, '1322-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217456, 2325, '1322-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217457, 2325, '1322-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217458, 2325, '1322-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217459, 2325, '1322-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217460, 2325, '1322-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217461, 2325, '1322-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217462, 2325, '1323-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217463, 2325, '1323-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217464, 2325, '1323-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217465, 2325, '1323-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217466, 2325, '1323-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217467, 2325, '1323-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217468, 2325, '1323-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217469, 2325, '1323-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217470, 2325, '1323-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217471, 2325, '1323-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217472, 2325, '1323-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217473, 2325, '1323-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217474, 2325, '1324-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217475, 2325, '1324-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217476, 2325, '1324-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217477, 2325, '1324-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217478, 2325, '1324-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217479, 2325, '1324-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217480, 2325, '1324-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217481, 2325, '1324-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217482, 2325, '1324-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217483, 2325, '1324-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217484, 2325, '1324-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217485, 2325, '1324-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217486, 2325, '1325-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217487, 2325, '1325-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217488, 2325, '1325-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217489, 2325, '1325-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217490, 2325, '1325-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217491, 2325, '1325-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217492, 2325, '1325-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217493, 2325, '1325-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217494, 2325, '1325-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217495, 2325, '1325-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217496, 2325, '1325-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217497, 2325, '1325-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217498, 2325, '1326-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217499, 2325, '1326-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217500, 2325, '1326-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217501, 2325, '1326-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217502, 2325, '1326-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217503, 2325, '1326-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217504, 2325, '1326-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217505, 2325, '1326-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217506, 2325, '1326-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217507, 2325, '1326-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217508, 2325, '1326-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217509, 2325, '1326-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217510, 2325, '1327-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217511, 2325, '1327-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217512, 2325, '1327-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217513, 2325, '1327-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217514, 2325, '1327-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217515, 2325, '1327-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217516, 2325, '1327-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217517, 2325, '1327-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217518, 2325, '1327-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217519, 2325, '1327-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217520, 2325, '1327-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217521, 2325, '1327-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217522, 2325, '1328-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217523, 2325, '1328-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217524, 2325, '1328-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217525, 2325, '1328-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217526, 2325, '1328-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217527, 2325, '1328-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217528, 2325, '1328-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217529, 2325, '1328-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217530, 2325, '1328-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217531, 2325, '1328-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217532, 2325, '1328-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217533, 2325, '1328-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217534, 2325, '1329-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217535, 2325, '1329-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217536, 2325, '1329-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217537, 2325, '1329-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217538, 2325, '1329-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217539, 2325, '1329-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217540, 2325, '1329-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217541, 2325, '1329-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217542, 2325, '1329-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217543, 2325, '1329-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217544, 2325, '1329-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217545, 2325, '1329-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217546, 2325, '1330-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217547, 2325, '1330-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217548, 2325, '1330-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217549, 2325, '1330-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217550, 2325, '1330-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217551, 2325, '1330-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217552, 2325, '1330-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217553, 2325, '1330-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217554, 2325, '1330-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217555, 2325, '1330-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217556, 2325, '1330-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217557, 2325, '1330-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217558, 2325, '1331-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217559, 2325, '1331-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217560, 2325, '1331-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217561, 2325, '1331-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217562, 2325, '1331-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217563, 2325, '1331-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217564, 2325, '1331-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217565, 2325, '1331-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217566, 2325, '1331-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217567, 2325, '1331-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217568, 2325, '1331-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217569, 2325, '1331-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217570, 2325, '1332-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217571, 2325, '1332-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217572, 2325, '1332-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217573, 2325, '1332-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217574, 2325, '1332-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217575, 2325, '1332-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217576, 2325, '1332-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217577, 2325, '1332-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217578, 2325, '1332-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217579, 2325, '1332-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217580, 2325, '1332-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217581, 2325, '1332-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217582, 2325, '1333-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217583, 2325, '1333-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217584, 2325, '1333-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217585, 2325, '1333-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217586, 2325, '1333-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217587, 2325, '1333-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217588, 2325, '1333-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217589, 2325, '1333-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217590, 2325, '1333-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217591, 2325, '1333-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217592, 2325, '1333-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217593, 2325, '1333-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217594, 2325, '1334-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217595, 2325, '1334-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217596, 2325, '1334-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217597, 2325, '1334-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217598, 2325, '1334-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217599, 2325, '1334-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217600, 2325, '1334-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217601, 2325, '1334-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217602, 2325, '1334-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217603, 2325, '1334-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217604, 2325, '1334-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217605, 2325, '1334-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217606, 2325, '1335-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217607, 2325, '1335-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217608, 2325, '1335-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217609, 2325, '1335-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217610, 2325, '1335-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217611, 2325, '1335-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217612, 2325, '1335-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217613, 2325, '1335-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217614, 2325, '1335-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217615, 2325, '1335-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217616, 2325, '1335-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217617, 2325, '1335-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217618, 2325, '1336-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217619, 2325, '1336-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217620, 2325, '1336-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217621, 2325, '1336-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217622, 2325, '1336-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217623, 2325, '1336-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217624, 2325, '1336-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217625, 2325, '1336-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217626, 2325, '1336-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217627, 2325, '1336-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217628, 2325, '1336-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217629, 2325, '1336-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217630, 2325, '1337-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217631, 2325, '1337-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217632, 2325, '1337-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217633, 2325, '1337-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217634, 2325, '1337-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217635, 2325, '1337-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217636, 2325, '1337-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217637, 2325, '1337-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217638, 2325, '1337-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217639, 2325, '1337-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217640, 2325, '1337-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217641, 2325, '1337-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217642, 2325, '1338-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217643, 2325, '1338-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217644, 2325, '1338-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217645, 2325, '1338-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217646, 2325, '1338-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217647, 2325, '1338-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217648, 2325, '1338-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217649, 2325, '1338-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217650, 2325, '1338-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217651, 2325, '1338-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217652, 2325, '1338-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217653, 2325, '1338-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217654, 2325, '1339-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217655, 2325, '1339-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217656, 2325, '1339-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217657, 2325, '1339-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217658, 2325, '1339-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217659, 2325, '1339-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217660, 2325, '1339-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217661, 2325, '1339-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217662, 2325, '1339-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217663, 2325, '1339-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217664, 2325, '1339-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217665, 2325, '1339-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217666, 2325, '1340-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217667, 2325, '1340-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217668, 2325, '1340-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217669, 2325, '1340-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217670, 2325, '1340-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217671, 2325, '1340-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217672, 2325, '1340-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217673, 2325, '1340-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217674, 2325, '1340-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217675, 2325, '1340-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217676, 2325, '1340-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217677, 2325, '1340-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217678, 2325, '1341-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217679, 2325, '1341-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217680, 2325, '1341-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217681, 2325, '1341-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217682, 2325, '1341-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217683, 2325, '1341-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217684, 2325, '1341-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217685, 2325, '1341-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217686, 2325, '1341-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217687, 2325, '1341-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217688, 2325, '1341-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217689, 2325, '1341-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217690, 2325, '1342-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217691, 2325, '1342-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217692, 2325, '1342-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217693, 2325, '1342-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217694, 2325, '1342-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217695, 2325, '1342-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217696, 2325, '1342-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217697, 2325, '1342-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217698, 2325, '1342-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217699, 2325, '1342-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217700, 2325, '1342-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217701, 2325, '1342-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217702, 2325, '1343-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217703, 2325, '1343-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217704, 2325, '1343-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217705, 2325, '1343-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217706, 2325, '1343-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217707, 2325, '1343-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217708, 2325, '1343-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217709, 2325, '1343-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217710, 2325, '1343-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217711, 2325, '1343-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217712, 2325, '1343-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217713, 2325, '1343-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217714, 2325, '1344-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217715, 2325, '1344-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217716, 2325, '1344-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217717, 2325, '1344-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217718, 2325, '1344-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217719, 2325, '1344-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217720, 2325, '1344-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217721, 2325, '1344-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217722, 2325, '1344-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217723, 2325, '1344-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217724, 2325, '1344-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217725, 2325, '1344-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217726, 2325, '1345-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217727, 2325, '1345-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217728, 2325, '1345-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217729, 2325, '1345-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217730, 2325, '1345-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217731, 2325, '1345-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217732, 2325, '1345-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217733, 2325, '1345-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217734, 2325, '1345-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217735, 2325, '1345-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217736, 2325, '1345-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217737, 2325, '1345-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217738, 2325, '1346-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217739, 2325, '1346-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217740, 2325, '1346-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217741, 2325, '1346-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217742, 2325, '1346-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217743, 2325, '1346-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217744, 2325, '1346-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217745, 2325, '1346-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217746, 2325, '1346-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217747, 2325, '1346-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217748, 2325, '1346-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217749, 2325, '1346-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217750, 2325, '1347-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217751, 2325, '1347-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217752, 2325, '1347-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217753, 2325, '1347-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217754, 2325, '1347-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217755, 2325, '1347-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217756, 2325, '1347-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217757, 2325, '1347-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217758, 2325, '1347-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217759, 2325, '1347-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217760, 2325, '1347-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217761, 2325, '1347-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217762, 2325, '1348-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217763, 2325, '1348-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217764, 2325, '1348-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217765, 2325, '1348-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217766, 2325, '1348-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217767, 2325, '1348-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217768, 2325, '1348-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217769, 2325, '1348-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217770, 2325, '1348-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217771, 2325, '1348-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217772, 2325, '1348-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217773, 2325, '1348-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217774, 2325, '1349-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217775, 2325, '1349-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217776, 2325, '1349-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217777, 2325, '1349-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217778, 2325, '1349-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217779, 2325, '1349-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217780, 2325, '1349-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217781, 2325, '1349-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217782, 2325, '1349-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217783, 2325, '1349-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217784, 2325, '1349-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217785, 2325, '1349-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217786, 2325, '1350-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217787, 2325, '1350-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217788, 2325, '1350-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217789, 2325, '1350-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217790, 2325, '1350-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217791, 2325, '1350-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217792, 2325, '1350-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217793, 2325, '1350-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217794, 2325, '1350-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(217795, 2325, '1350-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217796, 2325, '1350-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217797, 2325, '1350-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217798, 2325, '1351-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217799, 2325, '1351-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217800, 2325, '1351-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217801, 2325, '1351-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217802, 2325, '1351-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217803, 2325, '1351-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217804, 2325, '1351-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:22', '2023-10-31 14:09:22'),
(217805, 2325, '1351-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(217806, 2325, '1351-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(217807, 2325, '1351-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(217808, 2325, '1351-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(217809, 2325, '1351-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(217810, 2325, '1352-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(217811, 2325, '1352-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(217812, 2325, '1352-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(217813, 2325, '1352-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(217814, 2325, '1352-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(217815, 2325, '1352-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(217816, 2325, '1352-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(217817, 2325, '1352-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(217818, 2325, '1352-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(217819, 2325, '1352-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(217820, 2325, '1352-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(217821, 2325, '1352-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(217822, 2325, '1353-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(217823, 2325, '1353-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(217824, 2325, '1353-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(217825, 2325, '1353-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(217826, 2325, '1353-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(217827, 2325, '1353-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(217828, 2325, '1353-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(217829, 2325, '1353-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(217830, 2325, '1353-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(217831, 2325, '1353-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(217832, 2325, '1353-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(217833, 2325, '1353-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(217834, 2325, '1354-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(217835, 2325, '1354-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(217836, 2325, '1354-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(217837, 2325, '1354-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(217838, 2325, '1354-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(217839, 2325, '1354-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(217840, 2325, '1354-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(217841, 2325, '1354-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(217842, 2325, '1354-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(217843, 2325, '1354-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(217844, 2325, '1354-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(217845, 2325, '1354-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(217846, 2325, '1355-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(217847, 2325, '1355-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(217848, 2325, '1355-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(217849, 2325, '1355-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(217850, 2325, '1355-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(217851, 2325, '1355-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(217852, 2325, '1355-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(217853, 2325, '1355-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(217854, 2325, '1355-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(217855, 2325, '1355-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(217856, 2325, '1355-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(217857, 2325, '1355-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(217858, 2325, '1356-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(217859, 2325, '1356-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(217860, 2325, '1356-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(217861, 2325, '1356-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(217862, 2325, '1356-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(217863, 2325, '1356-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(217864, 2325, '1356-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(217865, 2325, '1356-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(217866, 2325, '1356-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(217867, 2325, '1356-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(217868, 2325, '1356-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(217869, 2325, '1356-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(217870, 2325, '1357-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(217871, 2325, '1357-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(217872, 2325, '1357-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(217873, 2325, '1357-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(217874, 2325, '1357-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(217875, 2325, '1357-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(217876, 2325, '1357-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(217877, 2325, '1357-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(217878, 2325, '1357-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(217879, 2325, '1357-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(217880, 2325, '1357-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(217881, 2325, '1357-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(217882, 2325, '1358-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(217883, 2325, '1358-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(217884, 2325, '1358-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(217885, 2325, '1358-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(217886, 2325, '1358-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(217887, 2325, '1358-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(217888, 2325, '1358-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(217889, 2325, '1358-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(217890, 2325, '1358-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(217891, 2325, '1358-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(217892, 2325, '1358-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(217893, 2325, '1358-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(217894, 2325, '1359-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(217895, 2325, '1359-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(217896, 2325, '1359-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(217897, 2325, '1359-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(217898, 2325, '1359-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(217899, 2325, '1359-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(217900, 2325, '1359-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(217901, 2325, '1359-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(217902, 2325, '1359-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(217903, 2325, '1359-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(217904, 2325, '1359-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(217905, 2325, '1359-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(217906, 2325, '1360-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(217907, 2325, '1360-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(217908, 2325, '1360-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(217909, 2325, '1360-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(217910, 2325, '1360-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(217911, 2325, '1360-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(217912, 2325, '1360-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(217913, 2325, '1360-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(217914, 2325, '1360-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(217915, 2325, '1360-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(217916, 2325, '1360-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(217917, 2325, '1360-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(217918, 2325, '1361-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(217919, 2325, '1361-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(217920, 2325, '1361-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(217921, 2325, '1361-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(217922, 2325, '1361-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(217923, 2325, '1361-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(217924, 2325, '1361-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(217925, 2325, '1361-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(217926, 2325, '1361-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(217927, 2325, '1361-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(217928, 2325, '1361-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(217929, 2325, '1361-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(217930, 2325, '1362-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(217931, 2325, '1362-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(217932, 2325, '1362-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(217933, 2325, '1362-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(217934, 2325, '1362-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(217935, 2325, '1362-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(217936, 2325, '1362-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(217937, 2325, '1362-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(217938, 2325, '1362-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(217939, 2325, '1362-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(217940, 2325, '1362-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(217941, 2325, '1362-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(217942, 2325, '1363-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(217943, 2325, '1363-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(217944, 2325, '1363-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(217945, 2325, '1363-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(217946, 2325, '1363-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(217947, 2325, '1363-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(217948, 2325, '1363-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(217949, 2325, '1363-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(217950, 2325, '1363-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(217951, 2325, '1363-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(217952, 2325, '1363-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(217953, 2325, '1363-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(217954, 2325, '1364-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(217955, 2325, '1364-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(217956, 2325, '1364-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(217957, 2325, '1364-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(217958, 2325, '1364-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(217959, 2325, '1364-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(217960, 2325, '1364-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(217961, 2325, '1364-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(217962, 2325, '1364-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(217963, 2325, '1364-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(217964, 2325, '1364-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(217965, 2325, '1364-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(217966, 2325, '1365-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(217967, 2325, '1365-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(217968, 2325, '1365-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(217969, 2325, '1365-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(217970, 2325, '1365-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(217971, 2325, '1365-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(217972, 2325, '1365-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(217973, 2325, '1365-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(217974, 2325, '1365-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(217975, 2325, '1365-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(217976, 2325, '1365-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(217977, 2325, '1365-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(217978, 2325, '1366-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(217979, 2325, '1366-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(217980, 2325, '1366-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(217981, 2325, '1366-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(217982, 2325, '1366-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(217983, 2325, '1366-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(217984, 2325, '1366-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(217985, 2325, '1366-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(217986, 2325, '1366-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(217987, 2325, '1366-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(217988, 2325, '1366-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(217989, 2325, '1366-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(217990, 2325, '1367-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(217991, 2325, '1367-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(217992, 2325, '1367-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(217993, 2325, '1367-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(217994, 2325, '1367-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(217995, 2325, '1367-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(217996, 2325, '1367-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(217997, 2325, '1367-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(217998, 2325, '1367-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(217999, 2325, '1367-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(218000, 2325, '1367-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(218001, 2325, '1367-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(218002, 2325, '1368-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(218003, 2325, '1368-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(218004, 2325, '1368-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(218005, 2325, '1368-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(218006, 2325, '1368-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(218007, 2325, '1368-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(218008, 2325, '1368-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(218009, 2325, '1368-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(218010, 2325, '1368-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(218011, 2325, '1368-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(218012, 2325, '1368-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(218013, 2325, '1368-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(218014, 2325, '1369-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(218015, 2325, '1369-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(218016, 2325, '1369-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(218017, 2325, '1369-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(218018, 2325, '1369-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(218019, 2325, '1369-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(218020, 2325, '1369-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(218021, 2325, '1369-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(218022, 2325, '1369-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(218023, 2325, '1369-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(218024, 2325, '1369-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(218025, 2325, '1369-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(218026, 2325, '1370-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(218027, 2325, '1370-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(218028, 2325, '1370-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(218029, 2325, '1370-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(218030, 2325, '1370-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(218031, 2325, '1370-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(218032, 2325, '1370-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(218033, 2325, '1370-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(218034, 2325, '1370-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(218035, 2325, '1370-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(218036, 2325, '1370-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(218037, 2325, '1370-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(218038, 2325, '1371-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(218039, 2325, '1371-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(218040, 2325, '1371-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(218041, 2325, '1371-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(218042, 2325, '1371-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(218043, 2325, '1371-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(218044, 2325, '1371-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(218045, 2325, '1371-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(218046, 2325, '1371-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(218047, 2325, '1371-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(218048, 2325, '1371-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(218049, 2325, '1371-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(218050, 2325, '1372-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(218051, 2325, '1372-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(218052, 2325, '1372-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(218053, 2325, '1372-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(218054, 2325, '1372-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(218055, 2325, '1372-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(218056, 2325, '1372-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(218057, 2325, '1372-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(218058, 2325, '1372-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(218059, 2325, '1372-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(218060, 2325, '1372-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(218061, 2325, '1372-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(218062, 2325, '1373-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(218063, 2325, '1373-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(218064, 2325, '1373-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(218065, 2325, '1373-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(218066, 2325, '1373-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(218067, 2325, '1373-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(218068, 2325, '1373-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(218069, 2325, '1373-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(218070, 2325, '1373-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(218071, 2325, '1373-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(218072, 2325, '1373-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(218073, 2325, '1373-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(218074, 2325, '1374-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(218075, 2325, '1374-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(218076, 2325, '1374-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(218077, 2325, '1374-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(218078, 2325, '1374-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(218079, 2325, '1374-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(218080, 2325, '1374-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(218081, 2325, '1374-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(218082, 2325, '1374-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(218083, 2325, '1374-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(218084, 2325, '1374-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(218085, 2325, '1374-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(218086, 2325, '1375-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(218087, 2325, '1375-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(218088, 2325, '1375-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(218089, 2325, '1375-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(218090, 2325, '1375-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(218091, 2325, '1375-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(218092, 2325, '1375-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(218093, 2325, '1375-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(218094, 2325, '1375-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(218095, 2325, '1375-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(218096, 2325, '1375-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(218097, 2325, '1375-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(218098, 2325, '1376-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(218099, 2325, '1376-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(218100, 2325, '1376-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(218101, 2325, '1376-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(218102, 2325, '1376-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(218103, 2325, '1376-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(218104, 2325, '1376-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(218105, 2325, '1376-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(218106, 2325, '1376-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(218107, 2325, '1376-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(218108, 2325, '1376-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(218109, 2325, '1376-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(218110, 2325, '1377-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(218111, 2325, '1377-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(218112, 2325, '1377-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(218113, 2325, '1377-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(218114, 2325, '1377-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(218115, 2325, '1377-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(218116, 2325, '1377-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(218117, 2325, '1377-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(218118, 2325, '1377-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(218119, 2325, '1377-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(218120, 2325, '1377-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(218121, 2325, '1377-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(218122, 2325, '1378-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(218123, 2325, '1378-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(218124, 2325, '1378-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(218125, 2325, '1378-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(218126, 2325, '1378-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(218127, 2325, '1378-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(218128, 2325, '1378-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(218129, 2325, '1378-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(218130, 2325, '1378-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(218131, 2325, '1378-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(218132, 2325, '1378-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(218133, 2325, '1378-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(218134, 2325, '1379-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(218135, 2325, '1379-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(218136, 2325, '1379-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(218137, 2325, '1379-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(218138, 2325, '1379-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(218139, 2325, '1379-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(218140, 2325, '1379-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(218141, 2325, '1379-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(218142, 2325, '1379-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(218143, 2325, '1379-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(218144, 2325, '1379-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(218145, 2325, '1379-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(218146, 2325, '1380-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(218147, 2325, '1380-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(218148, 2325, '1380-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(218149, 2325, '1380-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(218150, 2325, '1380-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(218151, 2325, '1380-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(218152, 2325, '1380-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(218153, 2325, '1380-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(218154, 2325, '1380-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(218155, 2325, '1380-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(218156, 2325, '1380-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(218157, 2325, '1380-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(218158, 2325, '1381-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(218159, 2325, '1381-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(218160, 2325, '1381-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(218161, 2325, '1381-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(218162, 2325, '1381-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(218163, 2325, '1381-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(218164, 2325, '1381-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(218165, 2325, '1381-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(218166, 2325, '1381-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(218167, 2325, '1381-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(218168, 2325, '1381-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(218169, 2325, '1381-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(218170, 2325, '1382-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(218171, 2325, '1382-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(218172, 2325, '1382-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(218173, 2325, '1382-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(218174, 2325, '1382-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(218175, 2325, '1382-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(218176, 2325, '1382-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(218177, 2325, '1382-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(218178, 2325, '1382-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(218179, 2325, '1382-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(218180, 2325, '1382-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(218181, 2325, '1382-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(218182, 2325, '1383-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(218183, 2325, '1383-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(218184, 2325, '1383-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(218185, 2325, '1383-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(218186, 2325, '1383-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(218187, 2325, '1383-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(218188, 2325, '1383-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(218189, 2325, '1383-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:23', '2023-10-31 14:09:23'),
(218190, 2325, '1383-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218191, 2325, '1383-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218192, 2325, '1383-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218193, 2325, '1383-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218194, 2325, '1384-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218195, 2325, '1384-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218196, 2325, '1384-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218197, 2325, '1384-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218198, 2325, '1384-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218199, 2325, '1384-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218200, 2325, '1384-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218201, 2325, '1384-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218202, 2325, '1384-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218203, 2325, '1384-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218204, 2325, '1384-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218205, 2325, '1384-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218206, 2325, '1385-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218207, 2325, '1385-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218208, 2325, '1385-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218209, 2325, '1385-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218210, 2325, '1385-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218211, 2325, '1385-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218212, 2325, '1385-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218213, 2325, '1385-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218214, 2325, '1385-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218215, 2325, '1385-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218216, 2325, '1385-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218217, 2325, '1385-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218218, 2325, '1386-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218219, 2325, '1386-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218220, 2325, '1386-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218221, 2325, '1386-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218222, 2325, '1386-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218223, 2325, '1386-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218224, 2325, '1386-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218225, 2325, '1386-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218226, 2325, '1386-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218227, 2325, '1386-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218228, 2325, '1386-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218229, 2325, '1386-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218230, 2325, '1387-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218231, 2325, '1387-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218232, 2325, '1387-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218233, 2325, '1387-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218234, 2325, '1387-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218235, 2325, '1387-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218236, 2325, '1387-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218237, 2325, '1387-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218238, 2325, '1387-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218239, 2325, '1387-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218240, 2325, '1387-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218241, 2325, '1387-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218242, 2325, '1388-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218243, 2325, '1388-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218244, 2325, '1388-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218245, 2325, '1388-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218246, 2325, '1388-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218247, 2325, '1388-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218248, 2325, '1388-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218249, 2325, '1388-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218250, 2325, '1388-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218251, 2325, '1388-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218252, 2325, '1388-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218253, 2325, '1388-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218254, 2325, '1389-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218255, 2325, '1389-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218256, 2325, '1389-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218257, 2325, '1389-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218258, 2325, '1389-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218259, 2325, '1389-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(218260, 2325, '1389-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218261, 2325, '1389-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218262, 2325, '1389-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218263, 2325, '1389-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218264, 2325, '1389-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218265, 2325, '1389-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218266, 2325, '1390-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218267, 2325, '1390-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218268, 2325, '1390-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218269, 2325, '1390-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218270, 2325, '1390-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218271, 2325, '1390-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218272, 2325, '1390-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218273, 2325, '1390-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218274, 2325, '1390-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218275, 2325, '1390-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218276, 2325, '1390-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218277, 2325, '1390-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218278, 2325, '1391-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218279, 2325, '1391-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218280, 2325, '1391-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218281, 2325, '1391-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218282, 2325, '1391-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218283, 2325, '1391-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218284, 2325, '1391-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218285, 2325, '1391-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218286, 2325, '1391-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218287, 2325, '1391-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218288, 2325, '1391-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218289, 2325, '1391-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218290, 2325, '1392-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218291, 2325, '1392-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218292, 2325, '1392-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218293, 2325, '1392-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218294, 2325, '1392-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218295, 2325, '1392-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218296, 2325, '1392-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218297, 2325, '1392-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218298, 2325, '1392-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218299, 2325, '1392-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218300, 2325, '1392-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218301, 2325, '1392-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218302, 2325, '1393-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218303, 2325, '1393-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218304, 2325, '1393-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218305, 2325, '1393-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218306, 2325, '1393-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218307, 2325, '1393-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218308, 2325, '1393-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218309, 2325, '1393-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218310, 2325, '1393-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218311, 2325, '1393-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218312, 2325, '1393-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218313, 2325, '1393-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218314, 2325, '1394-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218315, 2325, '1394-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218316, 2325, '1394-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218317, 2325, '1394-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218318, 2325, '1394-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218319, 2325, '1394-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218320, 2325, '1394-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218321, 2325, '1394-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218322, 2325, '1394-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218323, 2325, '1394-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218324, 2325, '1394-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218325, 2325, '1394-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218326, 2325, '1395-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218327, 2325, '1395-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218328, 2325, '1395-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218329, 2325, '1395-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218330, 2325, '1395-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218331, 2325, '1395-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218332, 2325, '1395-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218333, 2325, '1395-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218334, 2325, '1395-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218335, 2325, '1395-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218336, 2325, '1395-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218337, 2325, '1395-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218338, 2325, '1396-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218339, 2325, '1396-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218340, 2325, '1396-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218341, 2325, '1396-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218342, 2325, '1396-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218343, 2325, '1396-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218344, 2325, '1396-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218345, 2325, '1396-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218346, 2325, '1396-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218347, 2325, '1396-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218348, 2325, '1396-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218349, 2325, '1396-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218350, 2325, '1397-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218351, 2325, '1397-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218352, 2325, '1397-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218353, 2325, '1397-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218354, 2325, '1397-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218355, 2325, '1397-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218356, 2325, '1397-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218357, 2325, '1397-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218358, 2325, '1397-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218359, 2325, '1397-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218360, 2325, '1397-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218361, 2325, '1397-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218362, 2325, '1398-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218363, 2325, '1398-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218364, 2325, '1398-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218365, 2325, '1398-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218366, 2325, '1398-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218367, 2325, '1398-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218368, 2325, '1398-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218369, 2325, '1398-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218370, 2325, '1398-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218371, 2325, '1398-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218372, 2325, '1398-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218373, 2325, '1398-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218374, 2325, '1399-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218375, 2325, '1399-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218376, 2325, '1399-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218377, 2325, '1399-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218378, 2325, '1399-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218379, 2325, '1399-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218380, 2325, '1399-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218381, 2325, '1399-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218382, 2325, '1399-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218383, 2325, '1399-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218384, 2325, '1399-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218385, 2325, '1399-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218386, 2325, '1400-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218387, 2325, '1400-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218388, 2325, '1400-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218389, 2325, '1400-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218390, 2325, '1400-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218391, 2325, '1400-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218392, 2325, '1400-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218393, 2325, '1400-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218394, 2325, '1400-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218395, 2325, '1400-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218396, 2325, '1400-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218397, 2325, '1400-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218398, 2325, '1401-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218399, 2325, '1401-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218400, 2325, '1401-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218401, 2325, '1401-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218402, 2325, '1401-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218403, 2325, '1401-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218404, 2325, '1401-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218405, 2325, '1401-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218406, 2325, '1401-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218407, 2325, '1401-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218408, 2325, '1401-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218409, 2325, '1401-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218410, 2325, '1402-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218411, 2325, '1402-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218412, 2325, '1402-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218413, 2325, '1402-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218414, 2325, '1402-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218415, 2325, '1402-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218416, 2325, '1402-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218417, 2325, '1402-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218418, 2325, '1402-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218419, 2325, '1402-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218420, 2325, '1402-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218421, 2325, '1402-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218422, 2325, '1403-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218423, 2325, '1403-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218424, 2325, '1403-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218425, 2325, '1403-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218426, 2325, '1403-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218427, 2325, '1403-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218428, 2325, '1403-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218429, 2325, '1403-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218430, 2325, '1403-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218431, 2325, '1403-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218432, 2325, '1403-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218433, 2325, '1403-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218434, 2325, '1404-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218435, 2325, '1404-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218436, 2325, '1404-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218437, 2325, '1404-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218438, 2325, '1404-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218439, 2325, '1404-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218440, 2325, '1404-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218441, 2325, '1404-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218442, 2325, '1404-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218443, 2325, '1404-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218444, 2325, '1404-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218445, 2325, '1404-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218446, 2325, '1405-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218447, 2325, '1405-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218448, 2325, '1405-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218449, 2325, '1405-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218450, 2325, '1405-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218451, 2325, '1405-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218452, 2325, '1405-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218453, 2325, '1405-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218454, 2325, '1405-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218455, 2325, '1405-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218456, 2325, '1405-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218457, 2325, '1405-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218458, 2325, '1406-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218459, 2325, '1406-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218460, 2325, '1406-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218461, 2325, '1406-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218462, 2325, '1406-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218463, 2325, '1406-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218464, 2325, '1406-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218465, 2325, '1406-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218466, 2325, '1406-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218467, 2325, '1406-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218468, 2325, '1406-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218469, 2325, '1406-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218470, 2325, '1407-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218471, 2325, '1407-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218472, 2325, '1407-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218473, 2325, '1407-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218474, 2325, '1407-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218475, 2325, '1407-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218476, 2325, '1407-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218477, 2325, '1407-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218478, 2325, '1407-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218479, 2325, '1407-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218480, 2325, '1407-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218481, 2325, '1407-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218482, 2325, '1408-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218483, 2325, '1408-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218484, 2325, '1408-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218485, 2325, '1408-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218486, 2325, '1408-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218487, 2325, '1408-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218488, 2325, '1408-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218489, 2325, '1408-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218490, 2325, '1408-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218491, 2325, '1408-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218492, 2325, '1408-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218493, 2325, '1408-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218494, 2325, '1409-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218495, 2325, '1409-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218496, 2325, '1409-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218497, 2325, '1409-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218498, 2325, '1409-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218499, 2325, '1409-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218500, 2325, '1409-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218501, 2325, '1409-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218502, 2325, '1409-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218503, 2325, '1409-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218504, 2325, '1409-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218505, 2325, '1409-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218506, 2325, '1410-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218507, 2325, '1410-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218508, 2325, '1410-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218509, 2325, '1410-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218510, 2325, '1410-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218511, 2325, '1410-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218512, 2325, '1410-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218513, 2325, '1410-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218514, 2325, '1410-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218515, 2325, '1410-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218516, 2325, '1410-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218517, 2325, '1410-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218518, 2325, '1411-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218519, 2325, '1411-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218520, 2325, '1411-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218521, 2325, '1411-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218522, 2325, '1411-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218523, 2325, '1411-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218524, 2325, '1411-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218525, 2325, '1411-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218526, 2325, '1411-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218527, 2325, '1411-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218528, 2325, '1411-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218529, 2325, '1411-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218530, 2325, '1412-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218531, 2325, '1412-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218532, 2325, '1412-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218533, 2325, '1412-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218534, 2325, '1412-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218535, 2325, '1412-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218536, 2325, '1412-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218537, 2325, '1412-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218538, 2325, '1412-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218539, 2325, '1412-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218540, 2325, '1412-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218541, 2325, '1412-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218542, 2325, '1413-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218543, 2325, '1413-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218544, 2325, '1413-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218545, 2325, '1413-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218546, 2325, '1413-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218547, 2325, '1413-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218548, 2325, '1413-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218549, 2325, '1413-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218550, 2325, '1413-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218551, 2325, '1413-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218552, 2325, '1413-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218553, 2325, '1413-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218554, 2325, '1414-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218555, 2325, '1414-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218556, 2325, '1414-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218557, 2325, '1414-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218558, 2325, '1414-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218559, 2325, '1414-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218560, 2325, '1414-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218561, 2325, '1414-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218562, 2325, '1414-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218563, 2325, '1414-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:24', '2023-10-31 14:09:24'),
(218564, 2325, '1414-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218565, 2325, '1414-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218566, 2325, '1415-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218567, 2325, '1415-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218568, 2325, '1415-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218569, 2325, '1415-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218570, 2325, '1415-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218571, 2325, '1415-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218572, 2325, '1415-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218573, 2325, '1415-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218574, 2325, '1415-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218575, 2325, '1415-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218576, 2325, '1415-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218577, 2325, '1415-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218578, 2325, '1416-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218579, 2325, '1416-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218580, 2325, '1416-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218581, 2325, '1416-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218582, 2325, '1416-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218583, 2325, '1416-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218584, 2325, '1416-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218585, 2325, '1416-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218586, 2325, '1416-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218587, 2325, '1416-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218588, 2325, '1416-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218589, 2325, '1416-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218590, 2325, '1417-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218591, 2325, '1417-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218592, 2325, '1417-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218593, 2325, '1417-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218594, 2325, '1417-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218595, 2325, '1417-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218596, 2325, '1417-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218597, 2325, '1417-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218598, 2325, '1417-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218599, 2325, '1417-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218600, 2325, '1417-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218601, 2325, '1417-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218602, 2325, '1418-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218603, 2325, '1418-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218604, 2325, '1418-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218605, 2325, '1418-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218606, 2325, '1418-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218607, 2325, '1418-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218608, 2325, '1418-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218609, 2325, '1418-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218610, 2325, '1418-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218611, 2325, '1418-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218612, 2325, '1418-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218613, 2325, '1418-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218614, 2325, '1419-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218615, 2325, '1419-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218616, 2325, '1419-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218617, 2325, '1419-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218618, 2325, '1419-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218619, 2325, '1419-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218620, 2325, '1419-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218621, 2325, '1419-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218622, 2325, '1419-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218623, 2325, '1419-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218624, 2325, '1419-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218625, 2325, '1419-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218626, 2325, '1420-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218627, 2325, '1420-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218628, 2325, '1420-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218629, 2325, '1420-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218630, 2325, '1420-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218631, 2325, '1420-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218632, 2325, '1420-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218633, 2325, '1420-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218634, 2325, '1420-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218635, 2325, '1420-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218636, 2325, '1420-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218637, 2325, '1420-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218638, 2325, '1421-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218639, 2325, '1421-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218640, 2325, '1421-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218641, 2325, '1421-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218642, 2325, '1421-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218643, 2325, '1421-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218644, 2325, '1421-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218645, 2325, '1421-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218646, 2325, '1421-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218647, 2325, '1421-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218648, 2325, '1421-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218649, 2325, '1421-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218650, 2325, '1422-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218651, 2325, '1422-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218652, 2325, '1422-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218653, 2325, '1422-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218654, 2325, '1422-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218655, 2325, '1422-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218656, 2325, '1422-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218657, 2325, '1422-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218658, 2325, '1422-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218659, 2325, '1422-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218660, 2325, '1422-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218661, 2325, '1422-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218662, 2325, '1423-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218663, 2325, '1423-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218664, 2325, '1423-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218665, 2325, '1423-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218666, 2325, '1423-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218667, 2325, '1423-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218668, 2325, '1423-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218669, 2325, '1423-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218670, 2325, '1423-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218671, 2325, '1423-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218672, 2325, '1423-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218673, 2325, '1423-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218674, 2325, '1424-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218675, 2325, '1424-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218676, 2325, '1424-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218677, 2325, '1424-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218678, 2325, '1424-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218679, 2325, '1424-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218680, 2325, '1424-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218681, 2325, '1424-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218682, 2325, '1424-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218683, 2325, '1424-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218684, 2325, '1424-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218685, 2325, '1424-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218686, 2325, '1425-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218687, 2325, '1425-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218688, 2325, '1425-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218689, 2325, '1425-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218690, 2325, '1425-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218691, 2325, '1425-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218692, 2325, '1425-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218693, 2325, '1425-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218694, 2325, '1425-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218695, 2325, '1425-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218696, 2325, '1425-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218697, 2325, '1425-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218698, 2325, '1426-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218699, 2325, '1426-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218700, 2325, '1426-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218701, 2325, '1426-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218702, 2325, '1426-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218703, 2325, '1426-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218704, 2325, '1426-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218705, 2325, '1426-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218706, 2325, '1426-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218707, 2325, '1426-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218708, 2325, '1426-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218709, 2325, '1426-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218710, 2325, '1427-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218711, 2325, '1427-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218712, 2325, '1427-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218713, 2325, '1427-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218714, 2325, '1427-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218715, 2325, '1427-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218716, 2325, '1427-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218717, 2325, '1427-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218718, 2325, '1427-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218719, 2325, '1427-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218720, 2325, '1427-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218721, 2325, '1427-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218722, 2325, '1428-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218723, 2325, '1428-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218724, 2325, '1428-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(218725, 2325, '1428-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218726, 2325, '1428-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218727, 2325, '1428-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218728, 2325, '1428-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218729, 2325, '1428-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218730, 2325, '1428-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218731, 2325, '1428-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218732, 2325, '1428-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218733, 2325, '1428-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218734, 2325, '1429-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218735, 2325, '1429-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218736, 2325, '1429-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218737, 2325, '1429-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218738, 2325, '1429-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218739, 2325, '1429-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218740, 2325, '1429-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218741, 2325, '1429-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218742, 2325, '1429-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218743, 2325, '1429-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218744, 2325, '1429-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218745, 2325, '1429-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218746, 2325, '1430-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218747, 2325, '1430-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218748, 2325, '1430-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218749, 2325, '1430-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218750, 2325, '1430-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218751, 2325, '1430-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218752, 2325, '1430-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218753, 2325, '1430-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218754, 2325, '1430-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218755, 2325, '1430-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218756, 2325, '1430-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218757, 2325, '1430-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218758, 2325, '1431-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218759, 2325, '1431-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218760, 2325, '1431-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218761, 2325, '1431-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218762, 2325, '1431-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218763, 2325, '1431-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218764, 2325, '1431-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218765, 2325, '1431-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218766, 2325, '1431-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218767, 2325, '1431-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218768, 2325, '1431-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218769, 2325, '1431-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218770, 2325, '1432-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218771, 2325, '1432-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218772, 2325, '1432-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218773, 2325, '1432-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218774, 2325, '1432-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218775, 2325, '1432-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218776, 2325, '1432-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218777, 2325, '1432-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218778, 2325, '1432-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218779, 2325, '1432-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218780, 2325, '1432-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218781, 2325, '1432-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218782, 2325, '1433-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218783, 2325, '1433-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218784, 2325, '1433-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218785, 2325, '1433-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218786, 2325, '1433-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218787, 2325, '1433-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218788, 2325, '1433-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218789, 2325, '1433-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218790, 2325, '1433-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218791, 2325, '1433-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218792, 2325, '1433-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218793, 2325, '1433-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218794, 2325, '1434-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218795, 2325, '1434-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218796, 2325, '1434-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218797, 2325, '1434-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218798, 2325, '1434-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218799, 2325, '1434-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218800, 2325, '1434-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218801, 2325, '1434-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218802, 2325, '1434-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218803, 2325, '1434-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218804, 2325, '1434-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218805, 2325, '1434-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218806, 2325, '1435-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218807, 2325, '1435-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218808, 2325, '1435-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218809, 2325, '1435-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218810, 2325, '1435-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218811, 2325, '1435-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218812, 2325, '1435-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218813, 2325, '1435-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218814, 2325, '1435-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218815, 2325, '1435-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218816, 2325, '1435-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218817, 2325, '1435-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218818, 2325, '1436-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218819, 2325, '1436-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218820, 2325, '1436-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218821, 2325, '1436-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218822, 2325, '1436-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218823, 2325, '1436-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218824, 2325, '1436-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218825, 2325, '1436-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218826, 2325, '1436-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218827, 2325, '1436-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218828, 2325, '1436-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218829, 2325, '1436-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218830, 2325, '1437-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218831, 2325, '1437-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218832, 2325, '1437-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218833, 2325, '1437-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218834, 2325, '1437-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218835, 2325, '1437-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218836, 2325, '1437-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218837, 2325, '1437-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218838, 2325, '1437-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218839, 2325, '1437-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218840, 2325, '1437-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218841, 2325, '1437-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218842, 2325, '1438-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218843, 2325, '1438-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218844, 2325, '1438-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218845, 2325, '1438-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218846, 2325, '1438-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218847, 2325, '1438-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218848, 2325, '1438-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218849, 2325, '1438-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218850, 2325, '1438-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218851, 2325, '1438-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218852, 2325, '1438-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218853, 2325, '1438-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218854, 2325, '1439-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218855, 2325, '1439-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218856, 2325, '1439-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218857, 2325, '1439-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218858, 2325, '1439-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218859, 2325, '1439-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218860, 2325, '1439-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218861, 2325, '1439-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218862, 2325, '1439-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218863, 2325, '1439-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218864, 2325, '1439-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218865, 2325, '1439-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218866, 2325, '1440-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218867, 2325, '1440-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218868, 2325, '1440-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218869, 2325, '1440-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218870, 2325, '1440-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218871, 2325, '1440-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218872, 2325, '1440-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218873, 2325, '1440-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218874, 2325, '1440-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218875, 2325, '1440-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218876, 2325, '1440-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218877, 2325, '1440-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218878, 2325, '1441-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218879, 2325, '1441-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218880, 2325, '1441-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218881, 2325, '1441-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218882, 2325, '1441-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218883, 2325, '1441-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218884, 2325, '1441-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218885, 2325, '1441-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218886, 2325, '1441-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218887, 2325, '1441-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218888, 2325, '1441-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218889, 2325, '1441-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218890, 2325, '1442-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218891, 2325, '1442-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218892, 2325, '1442-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218893, 2325, '1442-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218894, 2325, '1442-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218895, 2325, '1442-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218896, 2325, '1442-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218897, 2325, '1442-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218898, 2325, '1442-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218899, 2325, '1442-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218900, 2325, '1442-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218901, 2325, '1442-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218902, 2325, '1443-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218903, 2325, '1443-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218904, 2325, '1443-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218905, 2325, '1443-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218906, 2325, '1443-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218907, 2325, '1443-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218908, 2325, '1443-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218909, 2325, '1443-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218910, 2325, '1443-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218911, 2325, '1443-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218912, 2325, '1443-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:25', '2023-10-31 14:09:25'),
(218913, 2325, '1443-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(218914, 2325, '1444-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(218915, 2325, '1444-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(218916, 2325, '1444-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(218917, 2325, '1444-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(218918, 2325, '1444-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(218919, 2325, '1444-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(218920, 2325, '1444-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(218921, 2325, '1444-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(218922, 2325, '1444-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(218923, 2325, '1444-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(218924, 2325, '1444-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(218925, 2325, '1444-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(218926, 2325, '1445-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(218927, 2325, '1445-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(218928, 2325, '1445-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(218929, 2325, '1445-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(218930, 2325, '1445-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(218931, 2325, '1445-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(218932, 2325, '1445-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(218933, 2325, '1445-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(218934, 2325, '1445-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(218935, 2325, '1445-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(218936, 2325, '1445-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(218937, 2325, '1445-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(218938, 2325, '1446-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(218939, 2325, '1446-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(218940, 2325, '1446-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(218941, 2325, '1446-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(218942, 2325, '1446-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(218943, 2325, '1446-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(218944, 2325, '1446-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(218945, 2325, '1446-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(218946, 2325, '1446-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(218947, 2325, '1446-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(218948, 2325, '1446-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(218949, 2325, '1446-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(218950, 2325, '1447-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(218951, 2325, '1447-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(218952, 2325, '1447-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(218953, 2325, '1447-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(218954, 2325, '1447-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(218955, 2325, '1447-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(218956, 2325, '1447-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(218957, 2325, '1447-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(218958, 2325, '1447-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(218959, 2325, '1447-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(218960, 2325, '1447-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(218961, 2325, '1447-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(218962, 2325, '1448-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(218963, 2325, '1448-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(218964, 2325, '1448-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(218965, 2325, '1448-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(218966, 2325, '1448-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(218967, 2325, '1448-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(218968, 2325, '1448-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(218969, 2325, '1448-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(218970, 2325, '1448-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(218971, 2325, '1448-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(218972, 2325, '1448-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(218973, 2325, '1448-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(218974, 2325, '1449-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(218975, 2325, '1449-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(218976, 2325, '1449-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(218977, 2325, '1449-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(218978, 2325, '1449-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(218979, 2325, '1449-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(218980, 2325, '1449-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(218981, 2325, '1449-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(218982, 2325, '1449-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(218983, 2325, '1449-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(218984, 2325, '1449-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(218985, 2325, '1449-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(218986, 2325, '1450-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(218987, 2325, '1450-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(218988, 2325, '1450-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(218989, 2325, '1450-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(218990, 2325, '1450-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(218991, 2325, '1450-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(218992, 2325, '1450-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(218993, 2325, '1450-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(218994, 2325, '1450-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(218995, 2325, '1450-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(218996, 2325, '1450-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(218997, 2325, '1450-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(218998, 2325, '1451-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(218999, 2325, '1451-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219000, 2325, '1451-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219001, 2325, '1451-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219002, 2325, '1451-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219003, 2325, '1451-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219004, 2325, '1451-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219005, 2325, '1451-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219006, 2325, '1451-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219007, 2325, '1451-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219008, 2325, '1451-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219009, 2325, '1451-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219010, 2325, '1452-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219011, 2325, '1452-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219012, 2325, '1452-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219013, 2325, '1452-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219014, 2325, '1452-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219015, 2325, '1452-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219016, 2325, '1452-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219017, 2325, '1452-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219018, 2325, '1452-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219019, 2325, '1452-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219020, 2325, '1452-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219021, 2325, '1452-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219022, 2325, '1453-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219023, 2325, '1453-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219024, 2325, '1453-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219025, 2325, '1453-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219026, 2325, '1453-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219027, 2325, '1453-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219028, 2325, '1453-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219029, 2325, '1453-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219030, 2325, '1453-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219031, 2325, '1453-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219032, 2325, '1453-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219033, 2325, '1453-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219034, 2325, '1454-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219035, 2325, '1454-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219036, 2325, '1454-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219037, 2325, '1454-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219038, 2325, '1454-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219039, 2325, '1454-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219040, 2325, '1454-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219041, 2325, '1454-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219042, 2325, '1454-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219043, 2325, '1454-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219044, 2325, '1454-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219045, 2325, '1454-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219046, 2325, '1455-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219047, 2325, '1455-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219048, 2325, '1455-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219049, 2325, '1455-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219050, 2325, '1455-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219051, 2325, '1455-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219052, 2325, '1455-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219053, 2325, '1455-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219054, 2325, '1455-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219055, 2325, '1455-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219056, 2325, '1455-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219057, 2325, '1455-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219058, 2325, '1456-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219059, 2325, '1456-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219060, 2325, '1456-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219061, 2325, '1456-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219062, 2325, '1456-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219063, 2325, '1456-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219064, 2325, '1456-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219065, 2325, '1456-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219066, 2325, '1456-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219067, 2325, '1456-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219068, 2325, '1456-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219069, 2325, '1456-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219070, 2325, '1457-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219071, 2325, '1457-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219072, 2325, '1457-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219073, 2325, '1457-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219074, 2325, '1457-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219075, 2325, '1457-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219076, 2325, '1457-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219077, 2325, '1457-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219078, 2325, '1457-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219079, 2325, '1457-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219080, 2325, '1457-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219081, 2325, '1457-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219082, 2325, '1458-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219083, 2325, '1458-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219084, 2325, '1458-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219085, 2325, '1458-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219086, 2325, '1458-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219087, 2325, '1458-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219088, 2325, '1458-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219089, 2325, '1458-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219090, 2325, '1458-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219091, 2325, '1458-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219092, 2325, '1458-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219093, 2325, '1458-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219094, 2325, '1459-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219095, 2325, '1459-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219096, 2325, '1459-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219097, 2325, '1459-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219098, 2325, '1459-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219099, 2325, '1459-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219100, 2325, '1459-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219101, 2325, '1459-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219102, 2325, '1459-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219103, 2325, '1459-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219104, 2325, '1459-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219105, 2325, '1459-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219106, 2325, '1460-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219107, 2325, '1460-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219108, 2325, '1460-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219109, 2325, '1460-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219110, 2325, '1460-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219111, 2325, '1460-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219112, 2325, '1460-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219113, 2325, '1460-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219114, 2325, '1460-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219115, 2325, '1460-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219116, 2325, '1460-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219117, 2325, '1460-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219118, 2325, '1461-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219119, 2325, '1461-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219120, 2325, '1461-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219121, 2325, '1461-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219122, 2325, '1461-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219123, 2325, '1461-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219124, 2325, '1461-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219125, 2325, '1461-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219126, 2325, '1461-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219127, 2325, '1461-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219128, 2325, '1461-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219129, 2325, '1461-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219130, 2325, '1462-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219131, 2325, '1462-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219132, 2325, '1462-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219133, 2325, '1462-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219134, 2325, '1462-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219135, 2325, '1462-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219136, 2325, '1462-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219137, 2325, '1462-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219138, 2325, '1462-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219139, 2325, '1462-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219140, 2325, '1462-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219141, 2325, '1462-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219142, 2325, '1463-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219143, 2325, '1463-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219144, 2325, '1463-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219145, 2325, '1463-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219146, 2325, '1463-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219147, 2325, '1463-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219148, 2325, '1463-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219149, 2325, '1463-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219150, 2325, '1463-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219151, 2325, '1463-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219152, 2325, '1463-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219153, 2325, '1463-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219154, 2325, '1464-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219155, 2325, '1464-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219156, 2325, '1464-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219157, 2325, '1464-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219158, 2325, '1464-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219159, 2325, '1464-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219160, 2325, '1464-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219161, 2325, '1464-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219162, 2325, '1464-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219163, 2325, '1464-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219164, 2325, '1464-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219165, 2325, '1464-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219166, 2325, '1465-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219167, 2325, '1465-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219168, 2325, '1465-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219169, 2325, '1465-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219170, 2325, '1465-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219171, 2325, '1465-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219172, 2325, '1465-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219173, 2325, '1465-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219174, 2325, '1465-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219175, 2325, '1465-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219176, 2325, '1465-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219177, 2325, '1465-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219178, 2325, '1466-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219179, 2325, '1466-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219180, 2325, '1466-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219181, 2325, '1466-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219182, 2325, '1466-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219183, 2325, '1466-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219184, 2325, '1466-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219185, 2325, '1466-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219186, 2325, '1466-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219187, 2325, '1466-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219188, 2325, '1466-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219189, 2325, '1466-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(219190, 2325, '1467-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219191, 2325, '1467-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219192, 2325, '1467-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219193, 2325, '1467-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219194, 2325, '1467-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219195, 2325, '1467-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219196, 2325, '1467-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219197, 2325, '1467-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219198, 2325, '1467-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219199, 2325, '1467-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219200, 2325, '1467-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219201, 2325, '1467-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219202, 2325, '1468-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219203, 2325, '1468-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219204, 2325, '1468-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219205, 2325, '1468-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219206, 2325, '1468-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219207, 2325, '1468-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219208, 2325, '1468-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219209, 2325, '1468-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219210, 2325, '1468-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219211, 2325, '1468-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219212, 2325, '1468-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219213, 2325, '1468-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219214, 2325, '1469-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219215, 2325, '1469-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219216, 2325, '1469-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219217, 2325, '1469-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219218, 2325, '1469-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219219, 2325, '1469-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219220, 2325, '1469-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219221, 2325, '1469-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219222, 2325, '1469-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219223, 2325, '1469-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219224, 2325, '1469-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219225, 2325, '1469-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219226, 2325, '1470-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219227, 2325, '1470-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219228, 2325, '1470-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219229, 2325, '1470-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219230, 2325, '1470-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219231, 2325, '1470-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219232, 2325, '1470-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219233, 2325, '1470-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219234, 2325, '1470-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219235, 2325, '1470-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219236, 2325, '1470-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219237, 2325, '1470-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219238, 2325, '1471-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219239, 2325, '1471-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219240, 2325, '1471-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219241, 2325, '1471-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219242, 2325, '1471-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219243, 2325, '1471-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219244, 2325, '1471-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219245, 2325, '1471-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219246, 2325, '1471-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219247, 2325, '1471-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219248, 2325, '1471-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219249, 2325, '1471-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219250, 2325, '1472-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219251, 2325, '1472-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219252, 2325, '1472-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219253, 2325, '1472-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219254, 2325, '1472-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219255, 2325, '1472-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219256, 2325, '1472-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219257, 2325, '1472-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219258, 2325, '1472-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219259, 2325, '1472-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219260, 2325, '1472-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219261, 2325, '1472-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219262, 2325, '1473-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219263, 2325, '1473-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219264, 2325, '1473-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219265, 2325, '1473-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219266, 2325, '1473-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219267, 2325, '1473-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219268, 2325, '1473-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219269, 2325, '1473-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219270, 2325, '1473-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219271, 2325, '1473-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219272, 2325, '1473-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219273, 2325, '1473-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219274, 2325, '1474-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219275, 2325, '1474-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219276, 2325, '1474-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219277, 2325, '1474-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219278, 2325, '1474-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219279, 2325, '1474-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219280, 2325, '1474-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219281, 2325, '1474-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219282, 2325, '1474-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:26', '2023-10-31 14:09:26'),
(219283, 2325, '1474-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219284, 2325, '1474-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219285, 2325, '1474-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219286, 2325, '1475-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219287, 2325, '1475-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219288, 2325, '1475-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219289, 2325, '1475-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219290, 2325, '1475-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219291, 2325, '1475-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219292, 2325, '1475-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219293, 2325, '1475-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219294, 2325, '1475-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219295, 2325, '1475-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219296, 2325, '1475-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219297, 2325, '1475-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219298, 2325, '1476-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219299, 2325, '1476-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219300, 2325, '1476-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219301, 2325, '1476-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219302, 2325, '1476-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219303, 2325, '1476-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219304, 2325, '1476-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219305, 2325, '1476-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219306, 2325, '1476-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219307, 2325, '1476-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219308, 2325, '1476-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219309, 2325, '1476-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219310, 2325, '1477-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219311, 2325, '1477-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219312, 2325, '1477-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219313, 2325, '1477-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219314, 2325, '1477-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219315, 2325, '1477-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219316, 2325, '1477-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219317, 2325, '1477-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219318, 2325, '1477-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219319, 2325, '1477-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219320, 2325, '1477-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219321, 2325, '1477-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219322, 2325, '1478-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219323, 2325, '1478-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219324, 2325, '1478-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219325, 2325, '1478-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219326, 2325, '1478-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219327, 2325, '1478-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219328, 2325, '1478-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219329, 2325, '1478-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219330, 2325, '1478-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219331, 2325, '1478-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219332, 2325, '1478-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219333, 2325, '1478-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219334, 2325, '1479-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219335, 2325, '1479-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219336, 2325, '1479-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219337, 2325, '1479-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219338, 2325, '1479-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219339, 2325, '1479-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219340, 2325, '1479-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219341, 2325, '1479-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219342, 2325, '1479-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219343, 2325, '1479-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219344, 2325, '1479-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219345, 2325, '1479-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219346, 2325, '1480-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219347, 2325, '1480-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219348, 2325, '1480-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219349, 2325, '1480-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219350, 2325, '1480-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219351, 2325, '1480-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219352, 2325, '1480-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219353, 2325, '1480-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219354, 2325, '1480-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219355, 2325, '1480-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219356, 2325, '1480-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219357, 2325, '1480-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219358, 2325, '1481-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219359, 2325, '1481-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219360, 2325, '1481-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219361, 2325, '1481-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219362, 2325, '1481-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219363, 2325, '1481-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219364, 2325, '1481-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219365, 2325, '1481-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219366, 2325, '1481-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219367, 2325, '1481-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219368, 2325, '1481-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219369, 2325, '1481-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219370, 2325, '1482-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219371, 2325, '1482-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219372, 2325, '1482-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219373, 2325, '1482-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219374, 2325, '1482-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219375, 2325, '1482-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219376, 2325, '1482-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219377, 2325, '1482-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219378, 2325, '1482-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219379, 2325, '1482-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219380, 2325, '1482-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219381, 2325, '1482-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219382, 2325, '1483-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219383, 2325, '1483-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219384, 2325, '1483-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219385, 2325, '1483-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219386, 2325, '1483-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219387, 2325, '1483-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219388, 2325, '1483-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219389, 2325, '1483-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219390, 2325, '1483-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219391, 2325, '1483-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219392, 2325, '1483-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219393, 2325, '1483-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219394, 2325, '1484-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219395, 2325, '1484-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219396, 2325, '1484-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219397, 2325, '1484-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219398, 2325, '1484-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219399, 2325, '1484-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219400, 2325, '1484-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219401, 2325, '1484-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219402, 2325, '1484-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219403, 2325, '1484-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219404, 2325, '1484-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219405, 2325, '1484-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219406, 2325, '1485-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219407, 2325, '1485-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219408, 2325, '1485-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219409, 2325, '1485-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219410, 2325, '1485-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219411, 2325, '1485-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219412, 2325, '1485-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219413, 2325, '1485-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219414, 2325, '1485-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219415, 2325, '1485-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219416, 2325, '1485-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219417, 2325, '1485-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219418, 2325, '1486-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219419, 2325, '1486-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219420, 2325, '1486-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219421, 2325, '1486-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219422, 2325, '1486-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219423, 2325, '1486-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219424, 2325, '1486-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219425, 2325, '1486-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219426, 2325, '1486-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219427, 2325, '1486-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219428, 2325, '1486-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219429, 2325, '1486-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219430, 2325, '1487-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219431, 2325, '1487-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219432, 2325, '1487-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219433, 2325, '1487-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219434, 2325, '1487-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219435, 2325, '1487-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219436, 2325, '1487-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219437, 2325, '1487-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219438, 2325, '1487-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219439, 2325, '1487-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219440, 2325, '1487-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219441, 2325, '1487-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219442, 2325, '1488-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219443, 2325, '1488-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219444, 2325, '1488-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219445, 2325, '1488-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219446, 2325, '1488-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219447, 2325, '1488-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219448, 2325, '1488-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219449, 2325, '1488-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219450, 2325, '1488-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219451, 2325, '1488-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219452, 2325, '1488-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219453, 2325, '1488-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219454, 2325, '1489-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219455, 2325, '1489-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219456, 2325, '1489-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219457, 2325, '1489-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219458, 2325, '1489-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219459, 2325, '1489-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219460, 2325, '1489-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219461, 2325, '1489-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219462, 2325, '1489-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219463, 2325, '1489-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219464, 2325, '1489-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219465, 2325, '1489-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219466, 2325, '1490-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219467, 2325, '1490-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219468, 2325, '1490-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219469, 2325, '1490-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219470, 2325, '1490-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219471, 2325, '1490-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219472, 2325, '1490-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219473, 2325, '1490-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219474, 2325, '1490-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219475, 2325, '1490-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219476, 2325, '1490-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219477, 2325, '1490-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219478, 2325, '1491-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219479, 2325, '1491-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219480, 2325, '1491-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219481, 2325, '1491-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219482, 2325, '1491-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219483, 2325, '1491-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219484, 2325, '1491-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219485, 2325, '1491-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219486, 2325, '1491-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219487, 2325, '1491-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219488, 2325, '1491-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219489, 2325, '1491-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219490, 2325, '1492-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219491, 2325, '1492-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219492, 2325, '1492-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219493, 2325, '1492-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219494, 2325, '1492-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219495, 2325, '1492-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219496, 2325, '1492-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219497, 2325, '1492-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219498, 2325, '1492-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219499, 2325, '1492-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219500, 2325, '1492-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219501, 2325, '1492-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219502, 2325, '1493-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219503, 2325, '1493-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219504, 2325, '1493-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219505, 2325, '1493-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219506, 2325, '1493-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219507, 2325, '1493-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219508, 2325, '1493-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219509, 2325, '1493-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219510, 2325, '1493-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219511, 2325, '1493-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219512, 2325, '1493-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219513, 2325, '1493-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219514, 2325, '1494-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219515, 2325, '1494-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219516, 2325, '1494-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219517, 2325, '1494-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219518, 2325, '1494-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219519, 2325, '1494-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219520, 2325, '1494-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219521, 2325, '1494-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219522, 2325, '1494-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219523, 2325, '1494-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219524, 2325, '1494-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219525, 2325, '1494-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219526, 2325, '1495-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219527, 2325, '1495-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219528, 2325, '1495-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219529, 2325, '1495-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219530, 2325, '1495-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219531, 2325, '1495-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219532, 2325, '1495-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219533, 2325, '1495-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219534, 2325, '1495-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219535, 2325, '1495-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219536, 2325, '1495-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219537, 2325, '1495-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219538, 2325, '1496-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219539, 2325, '1496-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219540, 2325, '1496-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219541, 2325, '1496-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219542, 2325, '1496-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219543, 2325, '1496-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219544, 2325, '1496-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219545, 2325, '1496-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219546, 2325, '1496-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219547, 2325, '1496-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219548, 2325, '1496-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219549, 2325, '1496-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219550, 2325, '1497-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219551, 2325, '1497-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219552, 2325, '1497-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219553, 2325, '1497-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219554, 2325, '1497-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219555, 2325, '1497-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219556, 2325, '1497-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219557, 2325, '1497-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219558, 2325, '1497-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219559, 2325, '1497-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219560, 2325, '1497-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219561, 2325, '1497-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219562, 2325, '1498-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219563, 2325, '1498-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219564, 2325, '1498-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219565, 2325, '1498-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219566, 2325, '1498-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219567, 2325, '1498-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219568, 2325, '1498-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219569, 2325, '1498-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219570, 2325, '1498-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219571, 2325, '1498-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219572, 2325, '1498-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219573, 2325, '1498-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219574, 2325, '1499-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219575, 2325, '1499-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219576, 2325, '1499-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219577, 2325, '1499-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219578, 2325, '1499-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219579, 2325, '1499-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219580, 2325, '1499-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219581, 2325, '1499-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219582, 2325, '1499-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219583, 2325, '1499-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219584, 2325, '1499-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219585, 2325, '1499-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219586, 2325, '1500-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219587, 2325, '1500-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219588, 2325, '1500-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219589, 2325, '1500-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219590, 2325, '1500-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219591, 2325, '1500-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219592, 2325, '1500-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219593, 2325, '1500-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219594, 2325, '1500-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219595, 2325, '1500-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219596, 2325, '1500-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219597, 2325, '1500-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219598, 2325, '1501-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219599, 2325, '1501-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219600, 2325, '1501-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219601, 2325, '1501-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219602, 2325, '1501-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219603, 2325, '1501-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219604, 2325, '1501-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219605, 2325, '1501-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219606, 2325, '1501-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219607, 2325, '1501-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219608, 2325, '1501-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219609, 2325, '1501-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219610, 2325, '1502-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219611, 2325, '1502-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219612, 2325, '1502-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219613, 2325, '1502-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219614, 2325, '1502-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219615, 2325, '1502-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219616, 2325, '1502-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219617, 2325, '1502-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219618, 2325, '1502-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219619, 2325, '1502-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219620, 2325, '1502-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219621, 2325, '1502-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219622, 2325, '1503-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219623, 2325, '1503-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219624, 2325, '1503-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219625, 2325, '1503-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219626, 2325, '1503-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219627, 2325, '1503-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219628, 2325, '1503-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219629, 2325, '1503-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219630, 2325, '1503-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219631, 2325, '1503-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219632, 2325, '1503-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219633, 2325, '1503-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219634, 2325, '1504-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219635, 2325, '1504-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219636, 2325, '1504-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219637, 2325, '1504-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219638, 2325, '1504-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219639, 2325, '1504-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219640, 2325, '1504-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219641, 2325, '1504-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219642, 2325, '1504-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219643, 2325, '1504-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219644, 2325, '1504-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219645, 2325, '1504-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219646, 2325, '1505-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219647, 2325, '1505-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219648, 2325, '1505-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219649, 2325, '1505-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219650, 2325, '1505-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219651, 2325, '1505-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219652, 2325, '1505-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219653, 2325, '1505-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219654, 2325, '1505-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(219655, 2325, '1505-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219656, 2325, '1505-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219657, 2325, '1505-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219658, 2325, '1506-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219659, 2325, '1506-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219660, 2325, '1506-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219661, 2325, '1506-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219662, 2325, '1506-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219663, 2325, '1506-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219664, 2325, '1506-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219665, 2325, '1506-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219666, 2325, '1506-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:27', '2023-10-31 14:09:27'),
(219667, 2325, '1506-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219668, 2325, '1506-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219669, 2325, '1506-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219670, 2325, '1507-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219671, 2325, '1507-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219672, 2325, '1507-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219673, 2325, '1507-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219674, 2325, '1507-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219675, 2325, '1507-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219676, 2325, '1507-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219677, 2325, '1507-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219678, 2325, '1507-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219679, 2325, '1507-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219680, 2325, '1507-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219681, 2325, '1507-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219682, 2325, '1508-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219683, 2325, '1508-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219684, 2325, '1508-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219685, 2325, '1508-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219686, 2325, '1508-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219687, 2325, '1508-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219688, 2325, '1508-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219689, 2325, '1508-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219690, 2325, '1508-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219691, 2325, '1508-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219692, 2325, '1508-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219693, 2325, '1508-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219694, 2325, '1509-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219695, 2325, '1509-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219696, 2325, '1509-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219697, 2325, '1509-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219698, 2325, '1509-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219699, 2325, '1509-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219700, 2325, '1509-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219701, 2325, '1509-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219702, 2325, '1509-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219703, 2325, '1509-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219704, 2325, '1509-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219705, 2325, '1509-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219706, 2325, '1510-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219707, 2325, '1510-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219708, 2325, '1510-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219709, 2325, '1510-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219710, 2325, '1510-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219711, 2325, '1510-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219712, 2325, '1510-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219713, 2325, '1510-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219714, 2325, '1510-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219715, 2325, '1510-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219716, 2325, '1510-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219717, 2325, '1510-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219718, 2325, '1511-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219719, 2325, '1511-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219720, 2325, '1511-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219721, 2325, '1511-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219722, 2325, '1511-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219723, 2325, '1511-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219724, 2325, '1511-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219725, 2325, '1511-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219726, 2325, '1511-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219727, 2325, '1511-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219728, 2325, '1511-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219729, 2325, '1511-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219730, 2325, '1512-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219731, 2325, '1512-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219732, 2325, '1512-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219733, 2325, '1512-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219734, 2325, '1512-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219735, 2325, '1512-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219736, 2325, '1512-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219737, 2325, '1512-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219738, 2325, '1512-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219739, 2325, '1512-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219740, 2325, '1512-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219741, 2325, '1512-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219742, 2325, '1513-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219743, 2325, '1513-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219744, 2325, '1513-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219745, 2325, '1513-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219746, 2325, '1513-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219747, 2325, '1513-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219748, 2325, '1513-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219749, 2325, '1513-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219750, 2325, '1513-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219751, 2325, '1513-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219752, 2325, '1513-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219753, 2325, '1513-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219754, 2325, '1514-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219755, 2325, '1514-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219756, 2325, '1514-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219757, 2325, '1514-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219758, 2325, '1514-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219759, 2325, '1514-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219760, 2325, '1514-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219761, 2325, '1514-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219762, 2325, '1514-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219763, 2325, '1514-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219764, 2325, '1514-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219765, 2325, '1514-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219766, 2325, '1515-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219767, 2325, '1515-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219768, 2325, '1515-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219769, 2325, '1515-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219770, 2325, '1515-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219771, 2325, '1515-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219772, 2325, '1515-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219773, 2325, '1515-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219774, 2325, '1515-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219775, 2325, '1515-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219776, 2325, '1515-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219777, 2325, '1515-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219778, 2325, '1516-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219779, 2325, '1516-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219780, 2325, '1516-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219781, 2325, '1516-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219782, 2325, '1516-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219783, 2325, '1516-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219784, 2325, '1516-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219785, 2325, '1516-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219786, 2325, '1516-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219787, 2325, '1516-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219788, 2325, '1516-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219789, 2325, '1516-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219790, 2325, '1517-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219791, 2325, '1517-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219792, 2325, '1517-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219793, 2325, '1517-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219794, 2325, '1517-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219795, 2325, '1517-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219796, 2325, '1517-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219797, 2325, '1517-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219798, 2325, '1517-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219799, 2325, '1517-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219800, 2325, '1517-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219801, 2325, '1517-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219802, 2325, '1518-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219803, 2325, '1518-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219804, 2325, '1518-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219805, 2325, '1518-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219806, 2325, '1518-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219807, 2325, '1518-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219808, 2325, '1518-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219809, 2325, '1518-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219810, 2325, '1518-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219811, 2325, '1518-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219812, 2325, '1518-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219813, 2325, '1518-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219814, 2325, '1519-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219815, 2325, '1519-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219816, 2325, '1519-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219817, 2325, '1519-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219818, 2325, '1519-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219819, 2325, '1519-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219820, 2325, '1519-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219821, 2325, '1519-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219822, 2325, '1519-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219823, 2325, '1519-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219824, 2325, '1519-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219825, 2325, '1519-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219826, 2325, '1520-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219827, 2325, '1520-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219828, 2325, '1520-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219829, 2325, '1520-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219830, 2325, '1520-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219831, 2325, '1520-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219832, 2325, '1520-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219833, 2325, '1520-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219834, 2325, '1520-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219835, 2325, '1520-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219836, 2325, '1520-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219837, 2325, '1520-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219838, 2325, '1521-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219839, 2325, '1521-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219840, 2325, '1521-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219841, 2325, '1521-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219842, 2325, '1521-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219843, 2325, '1521-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219844, 2325, '1521-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219845, 2325, '1521-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219846, 2325, '1521-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219847, 2325, '1521-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219848, 2325, '1521-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219849, 2325, '1521-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219850, 2325, '1522-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219851, 2325, '1522-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219852, 2325, '1522-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219853, 2325, '1522-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219854, 2325, '1522-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219855, 2325, '1522-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219856, 2325, '1522-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219857, 2325, '1522-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219858, 2325, '1522-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219859, 2325, '1522-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219860, 2325, '1522-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219861, 2325, '1522-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219862, 2325, '1523-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219863, 2325, '1523-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219864, 2325, '1523-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219865, 2325, '1523-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219866, 2325, '1523-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219867, 2325, '1523-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219868, 2325, '1523-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219869, 2325, '1523-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219870, 2325, '1523-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219871, 2325, '1523-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219872, 2325, '1523-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219873, 2325, '1523-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219874, 2325, '1524-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219875, 2325, '1524-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219876, 2325, '1524-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219877, 2325, '1524-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219878, 2325, '1524-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219879, 2325, '1524-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219880, 2325, '1524-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219881, 2325, '1524-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219882, 2325, '1524-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219883, 2325, '1524-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219884, 2325, '1524-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219885, 2325, '1524-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219886, 2325, '1525-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219887, 2325, '1525-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219888, 2325, '1525-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219889, 2325, '1525-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219890, 2325, '1525-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219891, 2325, '1525-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219892, 2325, '1525-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219893, 2325, '1525-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219894, 2325, '1525-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219895, 2325, '1525-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219896, 2325, '1525-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219897, 2325, '1525-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219898, 2325, '1526-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219899, 2325, '1526-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219900, 2325, '1526-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219901, 2325, '1526-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219902, 2325, '1526-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219903, 2325, '1526-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219904, 2325, '1526-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219905, 2325, '1526-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219906, 2325, '1526-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219907, 2325, '1526-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219908, 2325, '1526-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219909, 2325, '1526-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219910, 2325, '1527-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219911, 2325, '1527-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219912, 2325, '1527-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219913, 2325, '1527-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219914, 2325, '1527-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219915, 2325, '1527-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219916, 2325, '1527-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219917, 2325, '1527-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219918, 2325, '1527-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219919, 2325, '1527-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219920, 2325, '1527-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219921, 2325, '1527-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219922, 2325, '1528-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219923, 2325, '1528-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219924, 2325, '1528-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219925, 2325, '1528-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219926, 2325, '1528-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219927, 2325, '1528-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219928, 2325, '1528-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219929, 2325, '1528-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219930, 2325, '1528-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219931, 2325, '1528-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219932, 2325, '1528-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219933, 2325, '1528-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219934, 2325, '1529-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219935, 2325, '1529-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219936, 2325, '1529-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219937, 2325, '1529-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219938, 2325, '1529-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219939, 2325, '1529-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219940, 2325, '1529-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219941, 2325, '1529-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219942, 2325, '1529-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219943, 2325, '1529-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219944, 2325, '1529-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219945, 2325, '1529-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219946, 2325, '1530-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219947, 2325, '1530-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219948, 2325, '1530-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219949, 2325, '1530-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219950, 2325, '1530-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219951, 2325, '1530-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219952, 2325, '1530-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219953, 2325, '1530-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219954, 2325, '1530-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219955, 2325, '1530-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219956, 2325, '1530-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219957, 2325, '1530-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219958, 2325, '1531-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219959, 2325, '1531-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219960, 2325, '1531-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219961, 2325, '1531-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219962, 2325, '1531-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219963, 2325, '1531-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219964, 2325, '1531-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219965, 2325, '1531-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219966, 2325, '1531-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219967, 2325, '1531-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219968, 2325, '1531-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219969, 2325, '1531-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219970, 2325, '1532-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219971, 2325, '1532-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219972, 2325, '1532-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219973, 2325, '1532-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219974, 2325, '1532-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219975, 2325, '1532-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219976, 2325, '1532-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219977, 2325, '1532-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219978, 2325, '1532-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219979, 2325, '1532-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219980, 2325, '1532-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219981, 2325, '1532-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219982, 2325, '1533-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219983, 2325, '1533-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219984, 2325, '1533-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219985, 2325, '1533-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219986, 2325, '1533-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219987, 2325, '1533-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219988, 2325, '1533-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219989, 2325, '1533-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219990, 2325, '1533-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219991, 2325, '1533-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219992, 2325, '1533-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219993, 2325, '1533-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219994, 2325, '1534-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219995, 2325, '1534-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219996, 2325, '1534-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219997, 2325, '1534-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219998, 2325, '1534-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(219999, 2325, '1534-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(220000, 2325, '1534-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(220001, 2325, '1534-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(220002, 2325, '1534-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(220003, 2325, '1534-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(220004, 2325, '1534-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(220005, 2325, '1534-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(220006, 2325, '1535-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(220007, 2325, '1535-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(220008, 2325, '1535-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(220009, 2325, '1535-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(220010, 2325, '1535-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(220011, 2325, '1535-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(220012, 2325, '1535-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(220013, 2325, '1535-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(220014, 2325, '1535-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(220015, 2325, '1535-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(220016, 2325, '1535-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(220017, 2325, '1535-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(220018, 2325, '1536-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(220019, 2325, '1536-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(220020, 2325, '1536-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(220021, 2325, '1536-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(220022, 2325, '1536-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(220023, 2325, '1536-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(220024, 2325, '1536-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(220025, 2325, '1536-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(220026, 2325, '1536-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(220027, 2325, '1536-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(220028, 2325, '1536-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(220029, 2325, '1536-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(220030, 2325, '1537-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(220031, 2325, '1537-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(220032, 2325, '1537-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(220033, 2325, '1537-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(220034, 2325, '1537-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(220035, 2325, '1537-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(220036, 2325, '1537-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:28', '2023-10-31 14:09:28'),
(220037, 2325, '1537-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220038, 2325, '1537-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220039, 2325, '1537-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220040, 2325, '1537-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220041, 2325, '1537-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220042, 2325, '1538-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220043, 2325, '1538-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220044, 2325, '1538-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220045, 2325, '1538-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220046, 2325, '1538-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220047, 2325, '1538-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220048, 2325, '1538-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220049, 2325, '1538-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220050, 2325, '1538-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220051, 2325, '1538-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220052, 2325, '1538-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220053, 2325, '1538-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220054, 2325, '1539-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220055, 2325, '1539-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220056, 2325, '1539-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220057, 2325, '1539-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220058, 2325, '1539-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220059, 2325, '1539-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220060, 2325, '1539-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220061, 2325, '1539-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220062, 2325, '1539-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220063, 2325, '1539-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220064, 2325, '1539-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220065, 2325, '1539-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220066, 2325, '1540-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220067, 2325, '1540-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220068, 2325, '1540-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220069, 2325, '1540-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220070, 2325, '1540-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220071, 2325, '1540-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220072, 2325, '1540-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220073, 2325, '1540-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220074, 2325, '1540-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220075, 2325, '1540-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220076, 2325, '1540-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220077, 2325, '1540-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220078, 2325, '1541-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220079, 2325, '1541-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220080, 2325, '1541-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220081, 2325, '1541-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220082, 2325, '1541-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220083, 2325, '1541-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220084, 2325, '1541-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220085, 2325, '1541-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220086, 2325, '1541-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220087, 2325, '1541-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220088, 2325, '1541-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220089, 2325, '1541-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220090, 2325, '1542-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220091, 2325, '1542-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220092, 2325, '1542-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220093, 2325, '1542-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220094, 2325, '1542-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220095, 2325, '1542-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220096, 2325, '1542-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220097, 2325, '1542-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220098, 2325, '1542-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220099, 2325, '1542-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220100, 2325, '1542-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220101, 2325, '1542-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220102, 2325, '1543-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220103, 2325, '1543-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220104, 2325, '1543-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220105, 2325, '1543-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220106, 2325, '1543-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220107, 2325, '1543-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220108, 2325, '1543-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220109, 2325, '1543-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220110, 2325, '1543-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220111, 2325, '1543-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220112, 2325, '1543-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220113, 2325, '1543-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220114, 2325, '1544-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220115, 2325, '1544-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220116, 2325, '1544-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220117, 2325, '1544-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220118, 2325, '1544-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220119, 2325, '1544-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(220120, 2325, '1544-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220121, 2325, '1544-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220122, 2325, '1544-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220123, 2325, '1544-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220124, 2325, '1544-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220125, 2325, '1544-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220126, 2325, '1545-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220127, 2325, '1545-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220128, 2325, '1545-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220129, 2325, '1545-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220130, 2325, '1545-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220131, 2325, '1545-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220132, 2325, '1545-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220133, 2325, '1545-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220134, 2325, '1545-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220135, 2325, '1545-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220136, 2325, '1545-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220137, 2325, '1545-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220138, 2325, '1546-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220139, 2325, '1546-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220140, 2325, '1546-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220141, 2325, '1546-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220142, 2325, '1546-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220143, 2325, '1546-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220144, 2325, '1546-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220145, 2325, '1546-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220146, 2325, '1546-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220147, 2325, '1546-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220148, 2325, '1546-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220149, 2325, '1546-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220150, 2325, '1547-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220151, 2325, '1547-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220152, 2325, '1547-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220153, 2325, '1547-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220154, 2325, '1547-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220155, 2325, '1547-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220156, 2325, '1547-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220157, 2325, '1547-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220158, 2325, '1547-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220159, 2325, '1547-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220160, 2325, '1547-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220161, 2325, '1547-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220162, 2325, '1548-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220163, 2325, '1548-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220164, 2325, '1548-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220165, 2325, '1548-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220166, 2325, '1548-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220167, 2325, '1548-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220168, 2325, '1548-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220169, 2325, '1548-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220170, 2325, '1548-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220171, 2325, '1548-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220172, 2325, '1548-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220173, 2325, '1548-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220174, 2325, '1549-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220175, 2325, '1549-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220176, 2325, '1549-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220177, 2325, '1549-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220178, 2325, '1549-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220179, 2325, '1549-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220180, 2325, '1549-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220181, 2325, '1549-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220182, 2325, '1549-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220183, 2325, '1549-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220184, 2325, '1549-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220185, 2325, '1549-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220186, 2325, '1550-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220187, 2325, '1550-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220188, 2325, '1550-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220189, 2325, '1550-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220190, 2325, '1550-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220191, 2325, '1550-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220192, 2325, '1550-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220193, 2325, '1550-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220194, 2325, '1550-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220195, 2325, '1550-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220196, 2325, '1550-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220197, 2325, '1550-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220198, 2325, '1551-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220199, 2325, '1551-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220200, 2325, '1551-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220201, 2325, '1551-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220202, 2325, '1551-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220203, 2325, '1551-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220204, 2325, '1551-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220205, 2325, '1551-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220206, 2325, '1551-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220207, 2325, '1551-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220208, 2325, '1551-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220209, 2325, '1551-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220210, 2325, '1552-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220211, 2325, '1552-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220212, 2325, '1552-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220213, 2325, '1552-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220214, 2325, '1552-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220215, 2325, '1552-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220216, 2325, '1552-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220217, 2325, '1552-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220218, 2325, '1552-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220219, 2325, '1552-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220220, 2325, '1552-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220221, 2325, '1552-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220222, 2325, '1553-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220223, 2325, '1553-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220224, 2325, '1553-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220225, 2325, '1553-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220226, 2325, '1553-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220227, 2325, '1553-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220228, 2325, '1553-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220229, 2325, '1553-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220230, 2325, '1553-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220231, 2325, '1553-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220232, 2325, '1553-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220233, 2325, '1553-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220234, 2325, '1554-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220235, 2325, '1554-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220236, 2325, '1554-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220237, 2325, '1554-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220238, 2325, '1554-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220239, 2325, '1554-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220240, 2325, '1554-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220241, 2325, '1554-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220242, 2325, '1554-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220243, 2325, '1554-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220244, 2325, '1554-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220245, 2325, '1554-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220246, 2325, '1555-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220247, 2325, '1555-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220248, 2325, '1555-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220249, 2325, '1555-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220250, 2325, '1555-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220251, 2325, '1555-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220252, 2325, '1555-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220253, 2325, '1555-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220254, 2325, '1555-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220255, 2325, '1555-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220256, 2325, '1555-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220257, 2325, '1555-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220258, 2325, '1556-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220259, 2325, '1556-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220260, 2325, '1556-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220261, 2325, '1556-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220262, 2325, '1556-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220263, 2325, '1556-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220264, 2325, '1556-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220265, 2325, '1556-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220266, 2325, '1556-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220267, 2325, '1556-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220268, 2325, '1556-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220269, 2325, '1556-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220270, 2325, '1557-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220271, 2325, '1557-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220272, 2325, '1557-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220273, 2325, '1557-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220274, 2325, '1557-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220275, 2325, '1557-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220276, 2325, '1557-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220277, 2325, '1557-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220278, 2325, '1557-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220279, 2325, '1557-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220280, 2325, '1557-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220281, 2325, '1557-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220282, 2325, '1558-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220283, 2325, '1558-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220284, 2325, '1558-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220285, 2325, '1558-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220286, 2325, '1558-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220287, 2325, '1558-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220288, 2325, '1558-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220289, 2325, '1558-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220290, 2325, '1558-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220291, 2325, '1558-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220292, 2325, '1558-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220293, 2325, '1558-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220294, 2325, '1559-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220295, 2325, '1559-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220296, 2325, '1559-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220297, 2325, '1559-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220298, 2325, '1559-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220299, 2325, '1559-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220300, 2325, '1559-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220301, 2325, '1559-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220302, 2325, '1559-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220303, 2325, '1559-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220304, 2325, '1559-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220305, 2325, '1559-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220306, 2325, '1560-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220307, 2325, '1560-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220308, 2325, '1560-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220309, 2325, '1560-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220310, 2325, '1560-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220311, 2325, '1560-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220312, 2325, '1560-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220313, 2325, '1560-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220314, 2325, '1560-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220315, 2325, '1560-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220316, 2325, '1560-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220317, 2325, '1560-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220318, 2325, '1561-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220319, 2325, '1561-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220320, 2325, '1561-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220321, 2325, '1561-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220322, 2325, '1561-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220323, 2325, '1561-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220324, 2325, '1561-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220325, 2325, '1561-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220326, 2325, '1561-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220327, 2325, '1561-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220328, 2325, '1561-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220329, 2325, '1561-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220330, 2325, '1562-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220331, 2325, '1562-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220332, 2325, '1562-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220333, 2325, '1562-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220334, 2325, '1562-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220335, 2325, '1562-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220336, 2325, '1562-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220337, 2325, '1562-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220338, 2325, '1562-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220339, 2325, '1562-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220340, 2325, '1562-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220341, 2325, '1562-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220342, 2325, '1563-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220343, 2325, '1563-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220344, 2325, '1563-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220345, 2325, '1563-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220346, 2325, '1563-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220347, 2325, '1563-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220348, 2325, '1563-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220349, 2325, '1563-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220350, 2325, '1563-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220351, 2325, '1563-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220352, 2325, '1563-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220353, 2325, '1563-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220354, 2325, '1564-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220355, 2325, '1564-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220356, 2325, '1564-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220357, 2325, '1564-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220358, 2325, '1564-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220359, 2325, '1564-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220360, 2325, '1564-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220361, 2325, '1564-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220362, 2325, '1564-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220363, 2325, '1564-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220364, 2325, '1564-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220365, 2325, '1564-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220366, 2325, '1565-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220367, 2325, '1565-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220368, 2325, '1565-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220369, 2325, '1565-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220370, 2325, '1565-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220371, 2325, '1565-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220372, 2325, '1565-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220373, 2325, '1565-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220374, 2325, '1565-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220375, 2325, '1565-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220376, 2325, '1565-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220377, 2325, '1565-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220378, 2325, '1566-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:29', '2023-10-31 14:09:29'),
(220379, 2325, '1566-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220380, 2325, '1566-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220381, 2325, '1566-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220382, 2325, '1566-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220383, 2325, '1566-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220384, 2325, '1566-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220385, 2325, '1566-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220386, 2325, '1566-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220387, 2325, '1566-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220388, 2325, '1566-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220389, 2325, '1566-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220390, 2325, '1567-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220391, 2325, '1567-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220392, 2325, '1567-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220393, 2325, '1567-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220394, 2325, '1567-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220395, 2325, '1567-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220396, 2325, '1567-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220397, 2325, '1567-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220398, 2325, '1567-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220399, 2325, '1567-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220400, 2325, '1567-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220401, 2325, '1567-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220402, 2325, '1568-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220403, 2325, '1568-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220404, 2325, '1568-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220405, 2325, '1568-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220406, 2325, '1568-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220407, 2325, '1568-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220408, 2325, '1568-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220409, 2325, '1568-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220410, 2325, '1568-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220411, 2325, '1568-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220412, 2325, '1568-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220413, 2325, '1568-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220414, 2325, '1569-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220415, 2325, '1569-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220416, 2325, '1569-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220417, 2325, '1569-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220418, 2325, '1569-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220419, 2325, '1569-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220420, 2325, '1569-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220421, 2325, '1569-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220422, 2325, '1569-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220423, 2325, '1569-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220424, 2325, '1569-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220425, 2325, '1569-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220426, 2325, '1570-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220427, 2325, '1570-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220428, 2325, '1570-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220429, 2325, '1570-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220430, 2325, '1570-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220431, 2325, '1570-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220432, 2325, '1570-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220433, 2325, '1570-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220434, 2325, '1570-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220435, 2325, '1570-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220436, 2325, '1570-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220437, 2325, '1570-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220438, 2325, '1571-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220439, 2325, '1571-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220440, 2325, '1571-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220441, 2325, '1571-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220442, 2325, '1571-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220443, 2325, '1571-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220444, 2325, '1571-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220445, 2325, '1571-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220446, 2325, '1571-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220447, 2325, '1571-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220448, 2325, '1571-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220449, 2325, '1571-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220450, 2325, '1572-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220451, 2325, '1572-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220452, 2325, '1572-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220453, 2325, '1572-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220454, 2325, '1572-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220455, 2325, '1572-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220456, 2325, '1572-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220457, 2325, '1572-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220458, 2325, '1572-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220459, 2325, '1572-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220460, 2325, '1572-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220461, 2325, '1572-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220462, 2325, '1573-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220463, 2325, '1573-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220464, 2325, '1573-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220465, 2325, '1573-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220466, 2325, '1573-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220467, 2325, '1573-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220468, 2325, '1573-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220469, 2325, '1573-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220470, 2325, '1573-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220471, 2325, '1573-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220472, 2325, '1573-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220473, 2325, '1573-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220474, 2325, '1574-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220475, 2325, '1574-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220476, 2325, '1574-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220477, 2325, '1574-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220478, 2325, '1574-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220479, 2325, '1574-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220480, 2325, '1574-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220481, 2325, '1574-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220482, 2325, '1574-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220483, 2325, '1574-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220484, 2325, '1574-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220485, 2325, '1574-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220486, 2325, '1575-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220487, 2325, '1575-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220488, 2325, '1575-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220489, 2325, '1575-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220490, 2325, '1575-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220491, 2325, '1575-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220492, 2325, '1575-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220493, 2325, '1575-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220494, 2325, '1575-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220495, 2325, '1575-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220496, 2325, '1575-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220497, 2325, '1575-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220498, 2325, '1576-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220499, 2325, '1576-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220500, 2325, '1576-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220501, 2325, '1576-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220502, 2325, '1576-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220503, 2325, '1576-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220504, 2325, '1576-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220505, 2325, '1576-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220506, 2325, '1576-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220507, 2325, '1576-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220508, 2325, '1576-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220509, 2325, '1576-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220510, 2325, '1577-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220511, 2325, '1577-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220512, 2325, '1577-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220513, 2325, '1577-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220514, 2325, '1577-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220515, 2325, '1577-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220516, 2325, '1577-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220517, 2325, '1577-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220518, 2325, '1577-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220519, 2325, '1577-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220520, 2325, '1577-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220521, 2325, '1577-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220522, 2325, '1578-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220523, 2325, '1578-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220524, 2325, '1578-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220525, 2325, '1578-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220526, 2325, '1578-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220527, 2325, '1578-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220528, 2325, '1578-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220529, 2325, '1578-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220530, 2325, '1578-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220531, 2325, '1578-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220532, 2325, '1578-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220533, 2325, '1578-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220534, 2325, '1579-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220535, 2325, '1579-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220536, 2325, '1579-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220537, 2325, '1579-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220538, 2325, '1579-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220539, 2325, '1579-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220540, 2325, '1579-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220541, 2325, '1579-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220542, 2325, '1579-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220543, 2325, '1579-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220544, 2325, '1579-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220545, 2325, '1579-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220546, 2325, '1580-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220547, 2325, '1580-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220548, 2325, '1580-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220549, 2325, '1580-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220550, 2325, '1580-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220551, 2325, '1580-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220552, 2325, '1580-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220553, 2325, '1580-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220554, 2325, '1580-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220555, 2325, '1580-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220556, 2325, '1580-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220557, 2325, '1580-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220558, 2325, '1581-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220559, 2325, '1581-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220560, 2325, '1581-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220561, 2325, '1581-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220562, 2325, '1581-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220563, 2325, '1581-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220564, 2325, '1581-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220565, 2325, '1581-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220566, 2325, '1581-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220567, 2325, '1581-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220568, 2325, '1581-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220569, 2325, '1581-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220570, 2325, '1582-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220571, 2325, '1582-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220572, 2325, '1582-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220573, 2325, '1582-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220574, 2325, '1582-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220575, 2325, '1582-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220576, 2325, '1582-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220577, 2325, '1582-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220578, 2325, '1582-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220579, 2325, '1582-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220580, 2325, '1582-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220581, 2325, '1582-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220582, 2325, '1583-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220583, 2325, '1583-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220584, 2325, '1583-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(220585, 2325, '1583-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220586, 2325, '1583-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220587, 2325, '1583-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220588, 2325, '1583-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220589, 2325, '1583-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220590, 2325, '1583-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220591, 2325, '1583-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220592, 2325, '1583-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220593, 2325, '1583-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220594, 2325, '1584-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220595, 2325, '1584-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220596, 2325, '1584-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220597, 2325, '1584-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220598, 2325, '1584-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220599, 2325, '1584-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220600, 2325, '1584-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220601, 2325, '1584-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220602, 2325, '1584-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220603, 2325, '1584-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220604, 2325, '1584-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220605, 2325, '1584-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220606, 2325, '1585-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220607, 2325, '1585-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220608, 2325, '1585-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220609, 2325, '1585-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220610, 2325, '1585-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220611, 2325, '1585-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220612, 2325, '1585-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220613, 2325, '1585-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220614, 2325, '1585-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220615, 2325, '1585-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220616, 2325, '1585-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220617, 2325, '1585-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220618, 2325, '1586-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220619, 2325, '1586-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220620, 2325, '1586-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220621, 2325, '1586-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220622, 2325, '1586-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220623, 2325, '1586-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220624, 2325, '1586-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220625, 2325, '1586-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220626, 2325, '1586-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220627, 2325, '1586-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220628, 2325, '1586-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220629, 2325, '1586-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220630, 2325, '1587-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220631, 2325, '1587-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220632, 2325, '1587-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220633, 2325, '1587-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220634, 2325, '1587-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220635, 2325, '1587-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220636, 2325, '1587-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220637, 2325, '1587-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220638, 2325, '1587-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220639, 2325, '1587-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220640, 2325, '1587-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220641, 2325, '1587-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220642, 2325, '1588-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220643, 2325, '1588-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220644, 2325, '1588-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220645, 2325, '1588-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220646, 2325, '1588-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220647, 2325, '1588-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220648, 2325, '1588-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220649, 2325, '1588-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220650, 2325, '1588-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220651, 2325, '1588-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220652, 2325, '1588-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220653, 2325, '1588-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220654, 2325, '1589-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220655, 2325, '1589-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220656, 2325, '1589-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220657, 2325, '1589-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220658, 2325, '1589-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220659, 2325, '1589-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220660, 2325, '1589-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220661, 2325, '1589-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220662, 2325, '1589-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220663, 2325, '1589-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220664, 2325, '1589-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220665, 2325, '1589-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220666, 2325, '1590-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220667, 2325, '1590-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220668, 2325, '1590-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220669, 2325, '1590-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220670, 2325, '1590-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220671, 2325, '1590-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220672, 2325, '1590-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220673, 2325, '1590-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220674, 2325, '1590-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220675, 2325, '1590-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220676, 2325, '1590-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220677, 2325, '1590-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220678, 2325, '1591-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220679, 2325, '1591-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220680, 2325, '1591-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220681, 2325, '1591-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220682, 2325, '1591-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220683, 2325, '1591-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220684, 2325, '1591-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220685, 2325, '1591-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220686, 2325, '1591-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220687, 2325, '1591-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220688, 2325, '1591-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220689, 2325, '1591-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220690, 2325, '1592-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220691, 2325, '1592-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220692, 2325, '1592-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220693, 2325, '1592-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220694, 2325, '1592-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220695, 2325, '1592-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220696, 2325, '1592-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220697, 2325, '1592-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220698, 2325, '1592-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220699, 2325, '1592-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220700, 2325, '1592-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220701, 2325, '1592-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220702, 2325, '1593-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220703, 2325, '1593-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220704, 2325, '1593-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220705, 2325, '1593-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220706, 2325, '1593-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:30', '2023-10-31 14:09:30'),
(220707, 2325, '1593-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220708, 2325, '1593-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220709, 2325, '1593-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220710, 2325, '1593-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220711, 2325, '1593-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220712, 2325, '1593-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220713, 2325, '1593-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220714, 2325, '1594-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220715, 2325, '1594-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220716, 2325, '1594-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220717, 2325, '1594-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220718, 2325, '1594-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220719, 2325, '1594-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220720, 2325, '1594-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220721, 2325, '1594-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220722, 2325, '1594-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220723, 2325, '1594-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220724, 2325, '1594-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220725, 2325, '1594-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220726, 2325, '1595-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220727, 2325, '1595-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220728, 2325, '1595-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220729, 2325, '1595-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220730, 2325, '1595-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220731, 2325, '1595-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220732, 2325, '1595-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220733, 2325, '1595-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220734, 2325, '1595-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220735, 2325, '1595-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220736, 2325, '1595-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220737, 2325, '1595-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220738, 2325, '1596-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220739, 2325, '1596-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220740, 2325, '1596-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220741, 2325, '1596-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220742, 2325, '1596-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220743, 2325, '1596-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220744, 2325, '1596-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220745, 2325, '1596-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220746, 2325, '1596-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220747, 2325, '1596-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220748, 2325, '1596-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220749, 2325, '1596-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220750, 2325, '1597-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220751, 2325, '1597-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220752, 2325, '1597-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220753, 2325, '1597-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220754, 2325, '1597-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220755, 2325, '1597-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220756, 2325, '1597-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220757, 2325, '1597-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220758, 2325, '1597-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220759, 2325, '1597-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220760, 2325, '1597-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220761, 2325, '1597-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220762, 2325, '1598-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220763, 2325, '1598-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220764, 2325, '1598-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220765, 2325, '1598-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220766, 2325, '1598-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220767, 2325, '1598-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220768, 2325, '1598-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220769, 2325, '1598-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220770, 2325, '1598-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220771, 2325, '1598-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220772, 2325, '1598-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220773, 2325, '1598-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220774, 2325, '1599-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220775, 2325, '1599-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220776, 2325, '1599-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220777, 2325, '1599-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220778, 2325, '1599-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220779, 2325, '1599-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220780, 2325, '1599-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220781, 2325, '1599-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220782, 2325, '1599-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220783, 2325, '1599-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220784, 2325, '1599-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220785, 2325, '1599-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220786, 2325, '1600-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220787, 2325, '1600-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220788, 2325, '1600-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220789, 2325, '1600-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220790, 2325, '1600-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220791, 2325, '1600-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220792, 2325, '1600-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220793, 2325, '1600-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220794, 2325, '1600-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220795, 2325, '1600-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220796, 2325, '1600-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220797, 2325, '1600-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220798, 2325, '1601-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220799, 2325, '1601-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220800, 2325, '1601-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220801, 2325, '1601-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220802, 2325, '1601-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220803, 2325, '1601-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220804, 2325, '1601-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220805, 2325, '1601-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220806, 2325, '1601-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220807, 2325, '1601-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220808, 2325, '1601-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220809, 2325, '1601-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220810, 2325, '1602-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220811, 2325, '1602-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220812, 2325, '1602-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220813, 2325, '1602-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220814, 2325, '1602-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220815, 2325, '1602-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220816, 2325, '1602-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220817, 2325, '1602-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220818, 2325, '1602-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220819, 2325, '1602-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220820, 2325, '1602-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220821, 2325, '1602-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220822, 2325, '1603-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220823, 2325, '1603-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220824, 2325, '1603-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220825, 2325, '1603-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220826, 2325, '1603-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220827, 2325, '1603-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220828, 2325, '1603-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220829, 2325, '1603-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220830, 2325, '1603-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220831, 2325, '1603-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220832, 2325, '1603-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220833, 2325, '1603-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220834, 2325, '1604-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220835, 2325, '1604-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220836, 2325, '1604-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220837, 2325, '1604-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220838, 2325, '1604-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220839, 2325, '1604-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220840, 2325, '1604-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220841, 2325, '1604-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220842, 2325, '1604-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220843, 2325, '1604-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220844, 2325, '1604-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220845, 2325, '1604-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220846, 2325, '1605-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220847, 2325, '1605-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220848, 2325, '1605-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220849, 2325, '1605-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220850, 2325, '1605-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220851, 2325, '1605-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220852, 2325, '1605-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220853, 2325, '1605-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220854, 2325, '1605-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220855, 2325, '1605-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220856, 2325, '1605-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220857, 2325, '1605-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220858, 2325, '1606-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220859, 2325, '1606-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220860, 2325, '1606-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220861, 2325, '1606-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220862, 2325, '1606-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220863, 2325, '1606-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220864, 2325, '1606-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220865, 2325, '1606-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220866, 2325, '1606-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220867, 2325, '1606-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220868, 2325, '1606-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220869, 2325, '1606-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220870, 2325, '1607-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220871, 2325, '1607-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220872, 2325, '1607-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220873, 2325, '1607-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220874, 2325, '1607-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220875, 2325, '1607-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220876, 2325, '1607-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220877, 2325, '1607-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220878, 2325, '1607-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220879, 2325, '1607-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220880, 2325, '1607-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220881, 2325, '1607-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220882, 2325, '1608-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220883, 2325, '1608-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220884, 2325, '1608-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220885, 2325, '1608-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220886, 2325, '1608-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220887, 2325, '1608-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220888, 2325, '1608-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220889, 2325, '1608-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220890, 2325, '1608-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220891, 2325, '1608-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220892, 2325, '1608-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220893, 2325, '1608-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220894, 2325, '1609-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220895, 2325, '1609-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220896, 2325, '1609-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220897, 2325, '1609-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220898, 2325, '1609-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220899, 2325, '1609-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220900, 2325, '1609-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220901, 2325, '1609-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220902, 2325, '1609-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220903, 2325, '1609-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220904, 2325, '1609-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220905, 2325, '1609-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220906, 2325, '1610-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220907, 2325, '1610-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220908, 2325, '1610-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220909, 2325, '1610-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220910, 2325, '1610-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220911, 2325, '1610-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220912, 2325, '1610-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220913, 2325, '1610-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220914, 2325, '1610-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220915, 2325, '1610-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220916, 2325, '1610-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220917, 2325, '1610-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220918, 2325, '1611-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220919, 2325, '1611-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220920, 2325, '1611-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220921, 2325, '1611-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220922, 2325, '1611-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220923, 2325, '1611-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220924, 2325, '1611-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220925, 2325, '1611-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220926, 2325, '1611-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220927, 2325, '1611-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220928, 2325, '1611-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220929, 2325, '1611-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220930, 2325, '1612-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220931, 2325, '1612-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220932, 2325, '1612-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220933, 2325, '1612-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220934, 2325, '1612-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220935, 2325, '1612-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220936, 2325, '1612-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220937, 2325, '1612-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220938, 2325, '1612-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220939, 2325, '1612-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220940, 2325, '1612-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220941, 2325, '1612-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220942, 2325, '1613-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220943, 2325, '1613-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220944, 2325, '1613-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220945, 2325, '1613-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220946, 2325, '1613-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220947, 2325, '1613-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220948, 2325, '1613-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220949, 2325, '1613-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220950, 2325, '1613-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220951, 2325, '1613-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220952, 2325, '1613-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220953, 2325, '1613-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220954, 2325, '1614-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220955, 2325, '1614-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220956, 2325, '1614-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220957, 2325, '1614-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220958, 2325, '1614-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220959, 2325, '1614-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220960, 2325, '1614-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220961, 2325, '1614-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220962, 2325, '1614-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220963, 2325, '1614-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220964, 2325, '1614-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220965, 2325, '1614-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220966, 2325, '1615-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220967, 2325, '1615-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220968, 2325, '1615-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220969, 2325, '1615-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220970, 2325, '1615-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220971, 2325, '1615-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220972, 2325, '1615-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220973, 2325, '1615-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220974, 2325, '1615-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220975, 2325, '1615-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220976, 2325, '1615-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220977, 2325, '1615-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220978, 2325, '1616-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220979, 2325, '1616-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220980, 2325, '1616-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220981, 2325, '1616-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220982, 2325, '1616-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220983, 2325, '1616-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220984, 2325, '1616-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220985, 2325, '1616-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220986, 2325, '1616-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220987, 2325, '1616-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220988, 2325, '1616-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220989, 2325, '1616-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220990, 2325, '1617-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220991, 2325, '1617-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220992, 2325, '1617-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220993, 2325, '1617-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220994, 2325, '1617-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220995, 2325, '1617-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220996, 2325, '1617-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220997, 2325, '1617-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220998, 2325, '1617-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(220999, 2325, '1617-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(221000, 2325, '1617-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(221001, 2325, '1617-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(221002, 2325, '1618-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(221003, 2325, '1618-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(221004, 2325, '1618-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(221005, 2325, '1618-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(221006, 2325, '1618-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(221007, 2325, '1618-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(221008, 2325, '1618-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(221009, 2325, '1618-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(221010, 2325, '1618-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(221011, 2325, '1618-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(221012, 2325, '1618-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(221013, 2325, '1618-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(221014, 2325, '1619-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(221015, 2325, '1619-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(221016, 2325, '1619-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(221017, 2325, '1619-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(221018, 2325, '1619-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(221019, 2325, '1619-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(221020, 2325, '1619-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(221021, 2325, '1619-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(221022, 2325, '1619-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(221023, 2325, '1619-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(221024, 2325, '1619-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(221025, 2325, '1619-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(221026, 2325, '1620-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(221027, 2325, '1620-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(221028, 2325, '1620-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(221029, 2325, '1620-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(221030, 2325, '1620-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(221031, 2325, '1620-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(221032, 2325, '1620-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(221033, 2325, '1620-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(221034, 2325, '1620-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(221035, 2325, '1620-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(221036, 2325, '1620-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(221037, 2325, '1620-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(221038, 2325, '1621-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(221039, 2325, '1621-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(221040, 2325, '1621-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(221041, 2325, '1621-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(221042, 2325, '1621-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(221043, 2325, '1621-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(221044, 2325, '1621-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(221045, 2325, '1621-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(221046, 2325, '1621-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(221047, 2325, '1621-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(221048, 2325, '1621-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(221049, 2325, '1621-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(221050, 2325, '1622-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(221051, 2325, '1622-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(221052, 2325, '1622-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(221053, 2325, '1622-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(221054, 2325, '1622-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(221055, 2325, '1622-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(221056, 2325, '1622-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(221057, 2325, '1622-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(221058, 2325, '1622-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(221059, 2325, '1622-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(221060, 2325, '1622-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(221061, 2325, '1622-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(221062, 2325, '1623-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(221063, 2325, '1623-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(221064, 2325, '1623-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(221065, 2325, '1623-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(221066, 2325, '1623-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(221067, 2325, '1623-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(221068, 2325, '1623-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(221069, 2325, '1623-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(221070, 2325, '1623-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(221071, 2325, '1623-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(221072, 2325, '1623-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(221073, 2325, '1623-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(221074, 2325, '1624-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(221075, 2325, '1624-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(221076, 2325, '1624-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(221077, 2325, '1624-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(221078, 2325, '1624-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(221079, 2325, '1624-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(221080, 2325, '1624-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(221081, 2325, '1624-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(221082, 2325, '1624-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(221083, 2325, '1624-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(221084, 2325, '1624-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(221085, 2325, '1624-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(221086, 2325, '1625-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(221087, 2325, '1625-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(221088, 2325, '1625-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(221089, 2325, '1625-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(221090, 2325, '1625-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(221091, 2325, '1625-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:31', '2023-10-31 14:09:31'),
(221092, 2325, '1625-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221093, 2325, '1625-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221094, 2325, '1625-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221095, 2325, '1625-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221096, 2325, '1625-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221097, 2325, '1625-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221098, 2325, '1626-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221099, 2325, '1626-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221100, 2325, '1626-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221101, 2325, '1626-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221102, 2325, '1626-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221103, 2325, '1626-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221104, 2325, '1626-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221105, 2325, '1626-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221106, 2325, '1626-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221107, 2325, '1626-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221108, 2325, '1626-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221109, 2325, '1626-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221110, 2325, '1627-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221111, 2325, '1627-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221112, 2325, '1627-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221113, 2325, '1627-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221114, 2325, '1627-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221115, 2325, '1627-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221116, 2325, '1627-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221117, 2325, '1627-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221118, 2325, '1627-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221119, 2325, '1627-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221120, 2325, '1627-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221121, 2325, '1627-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221122, 2325, '1628-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221123, 2325, '1628-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221124, 2325, '1628-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221125, 2325, '1628-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221126, 2325, '1628-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221127, 2325, '1628-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221128, 2325, '1628-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221129, 2325, '1628-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221130, 2325, '1628-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221131, 2325, '1628-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221132, 2325, '1628-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221133, 2325, '1628-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221134, 2325, '1629-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221135, 2325, '1629-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221136, 2325, '1629-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221137, 2325, '1629-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221138, 2325, '1629-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221139, 2325, '1629-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221140, 2325, '1629-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221141, 2325, '1629-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221142, 2325, '1629-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221143, 2325, '1629-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221144, 2325, '1629-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221145, 2325, '1629-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221146, 2325, '1630-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221147, 2325, '1630-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221148, 2325, '1630-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221149, 2325, '1630-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221150, 2325, '1630-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221151, 2325, '1630-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221152, 2325, '1630-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221153, 2325, '1630-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221154, 2325, '1630-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221155, 2325, '1630-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221156, 2325, '1630-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221157, 2325, '1630-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221158, 2325, '1631-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221159, 2325, '1631-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221160, 2325, '1631-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221161, 2325, '1631-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221162, 2325, '1631-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221163, 2325, '1631-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221164, 2325, '1631-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221165, 2325, '1631-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221166, 2325, '1631-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221167, 2325, '1631-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221168, 2325, '1631-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221169, 2325, '1631-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221170, 2325, '1632-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221171, 2325, '1632-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221172, 2325, '1632-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221173, 2325, '1632-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221174, 2325, '1632-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221175, 2325, '1632-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221176, 2325, '1632-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221177, 2325, '1632-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221178, 2325, '1632-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221179, 2325, '1632-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221180, 2325, '1632-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221181, 2325, '1632-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221182, 2325, '1633-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221183, 2325, '1633-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221184, 2325, '1633-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221185, 2325, '1633-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221186, 2325, '1633-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221187, 2325, '1633-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221188, 2325, '1633-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221189, 2325, '1633-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221190, 2325, '1633-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221191, 2325, '1633-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221192, 2325, '1633-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221193, 2325, '1633-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221194, 2325, '1634-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221195, 2325, '1634-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221196, 2325, '1634-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221197, 2325, '1634-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221198, 2325, '1634-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221199, 2325, '1634-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221200, 2325, '1634-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221201, 2325, '1634-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221202, 2325, '1634-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221203, 2325, '1634-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221204, 2325, '1634-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221205, 2325, '1634-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221206, 2325, '1635-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221207, 2325, '1635-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221208, 2325, '1635-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221209, 2325, '1635-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221210, 2325, '1635-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221211, 2325, '1635-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221212, 2325, '1635-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221213, 2325, '1635-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221214, 2325, '1635-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221215, 2325, '1635-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221216, 2325, '1635-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221217, 2325, '1635-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221218, 2325, '1636-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221219, 2325, '1636-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221220, 2325, '1636-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221221, 2325, '1636-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221222, 2325, '1636-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221223, 2325, '1636-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221224, 2325, '1636-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221225, 2325, '1636-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221226, 2325, '1636-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221227, 2325, '1636-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221228, 2325, '1636-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221229, 2325, '1636-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221230, 2325, '1637-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221231, 2325, '1637-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221232, 2325, '1637-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221233, 2325, '1637-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221234, 2325, '1637-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221235, 2325, '1637-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221236, 2325, '1637-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221237, 2325, '1637-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221238, 2325, '1637-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221239, 2325, '1637-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221240, 2325, '1637-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221241, 2325, '1637-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221242, 2325, '1638-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221243, 2325, '1638-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221244, 2325, '1638-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221245, 2325, '1638-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221246, 2325, '1638-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221247, 2325, '1638-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221248, 2325, '1638-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221249, 2325, '1638-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221250, 2325, '1638-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221251, 2325, '1638-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221252, 2325, '1638-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221253, 2325, '1638-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221254, 2325, '1639-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221255, 2325, '1639-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221256, 2325, '1639-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221257, 2325, '1639-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221258, 2325, '1639-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221259, 2325, '1639-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221260, 2325, '1639-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221261, 2325, '1639-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221262, 2325, '1639-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221263, 2325, '1639-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221264, 2325, '1639-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221265, 2325, '1639-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221266, 2325, '1640-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221267, 2325, '1640-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221268, 2325, '1640-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221269, 2325, '1640-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221270, 2325, '1640-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221271, 2325, '1640-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221272, 2325, '1640-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221273, 2325, '1640-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221274, 2325, '1640-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221275, 2325, '1640-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221276, 2325, '1640-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221277, 2325, '1640-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221278, 2325, '1641-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221279, 2325, '1641-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221280, 2325, '1641-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221281, 2325, '1641-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221282, 2325, '1641-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221283, 2325, '1641-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221284, 2325, '1641-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221285, 2325, '1641-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221286, 2325, '1641-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221287, 2325, '1641-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221288, 2325, '1641-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221289, 2325, '1641-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221290, 2325, '1642-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221291, 2325, '1642-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221292, 2325, '1642-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221293, 2325, '1642-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221294, 2325, '1642-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221295, 2325, '1642-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221296, 2325, '1642-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221297, 2325, '1642-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221298, 2325, '1642-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221299, 2325, '1642-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221300, 2325, '1642-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221301, 2325, '1642-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221302, 2325, '1643-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221303, 2325, '1643-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221304, 2325, '1643-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221305, 2325, '1643-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221306, 2325, '1643-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221307, 2325, '1643-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221308, 2325, '1643-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221309, 2325, '1643-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221310, 2325, '1643-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221311, 2325, '1643-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221312, 2325, '1643-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221313, 2325, '1643-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221314, 2325, '1644-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221315, 2325, '1644-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221316, 2325, '1644-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221317, 2325, '1644-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221318, 2325, '1644-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221319, 2325, '1644-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221320, 2325, '1644-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221321, 2325, '1644-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221322, 2325, '1644-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221323, 2325, '1644-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221324, 2325, '1644-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221325, 2325, '1644-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221326, 2325, '1645-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221327, 2325, '1645-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221328, 2325, '1645-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221329, 2325, '1645-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221330, 2325, '1645-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221331, 2325, '1645-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221332, 2325, '1645-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221333, 2325, '1645-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221334, 2325, '1645-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221335, 2325, '1645-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221336, 2325, '1645-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221337, 2325, '1645-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221338, 2325, '1646-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221339, 2325, '1646-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221340, 2325, '1646-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221341, 2325, '1646-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221342, 2325, '1646-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221343, 2325, '1646-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221344, 2325, '1646-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221345, 2325, '1646-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221346, 2325, '1646-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221347, 2325, '1646-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221348, 2325, '1646-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221349, 2325, '1646-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221350, 2325, '1647-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221351, 2325, '1647-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221352, 2325, '1647-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221353, 2325, '1647-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221354, 2325, '1647-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221355, 2325, '1647-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221356, 2325, '1647-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221357, 2325, '1647-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221358, 2325, '1647-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221359, 2325, '1647-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221360, 2325, '1647-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221361, 2325, '1647-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221362, 2325, '1648-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221363, 2325, '1648-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221364, 2325, '1648-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221365, 2325, '1648-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221366, 2325, '1648-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221367, 2325, '1648-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221368, 2325, '1648-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221369, 2325, '1648-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221370, 2325, '1648-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221371, 2325, '1648-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221372, 2325, '1648-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221373, 2325, '1648-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221374, 2325, '1649-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221375, 2325, '1649-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221376, 2325, '1649-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221377, 2325, '1649-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221378, 2325, '1649-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221379, 2325, '1649-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221380, 2325, '1649-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221381, 2325, '1649-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221382, 2325, '1649-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221383, 2325, '1649-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221384, 2325, '1649-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221385, 2325, '1649-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221386, 2325, '1650-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221387, 2325, '1650-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221388, 2325, '1650-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221389, 2325, '1650-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221390, 2325, '1650-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221391, 2325, '1650-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221392, 2325, '1650-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221393, 2325, '1650-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221394, 2325, '1650-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221395, 2325, '1650-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221396, 2325, '1650-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221397, 2325, '1650-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221398, 2325, '1651-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221399, 2325, '1651-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221400, 2325, '1651-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221401, 2325, '1651-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221402, 2325, '1651-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221403, 2325, '1651-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221404, 2325, '1651-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221405, 2325, '1651-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221406, 2325, '1651-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221407, 2325, '1651-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221408, 2325, '1651-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221409, 2325, '1651-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221410, 2325, '1652-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221411, 2325, '1652-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221412, 2325, '1652-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221413, 2325, '1652-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221414, 2325, '1652-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221415, 2325, '1652-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221416, 2325, '1652-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221417, 2325, '1652-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221418, 2325, '1652-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221419, 2325, '1652-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221420, 2325, '1652-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221421, 2325, '1652-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221422, 2325, '1653-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221423, 2325, '1653-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221424, 2325, '1653-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221425, 2325, '1653-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221426, 2325, '1653-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221427, 2325, '1653-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221428, 2325, '1653-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221429, 2325, '1653-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221430, 2325, '1653-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221431, 2325, '1653-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221432, 2325, '1653-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221433, 2325, '1653-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221434, 2325, '1654-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221435, 2325, '1654-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221436, 2325, '1654-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221437, 2325, '1654-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221438, 2325, '1654-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221439, 2325, '1654-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221440, 2325, '1654-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221441, 2325, '1654-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221442, 2325, '1654-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221443, 2325, '1654-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221444, 2325, '1654-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221445, 2325, '1654-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221446, 2325, '1655-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:32', '2023-10-31 14:09:32'),
(221447, 2325, '1655-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221448, 2325, '1655-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221449, 2325, '1655-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221450, 2325, '1655-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221451, 2325, '1655-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221452, 2325, '1655-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221453, 2325, '1655-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221454, 2325, '1655-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221455, 2325, '1655-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221456, 2325, '1655-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221457, 2325, '1655-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221458, 2325, '1656-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221459, 2325, '1656-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221460, 2325, '1656-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221461, 2325, '1656-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221462, 2325, '1656-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221463, 2325, '1656-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221464, 2325, '1656-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221465, 2325, '1656-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221466, 2325, '1656-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221467, 2325, '1656-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221468, 2325, '1656-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221469, 2325, '1656-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221470, 2325, '1657-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221471, 2325, '1657-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221472, 2325, '1657-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221473, 2325, '1657-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221474, 2325, '1657-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221475, 2325, '1657-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221476, 2325, '1657-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221477, 2325, '1657-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221478, 2325, '1657-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221479, 2325, '1657-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221480, 2325, '1657-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221481, 2325, '1657-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221482, 2325, '1658-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221483, 2325, '1658-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221484, 2325, '1658-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221485, 2325, '1658-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221486, 2325, '1658-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221487, 2325, '1658-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221488, 2325, '1658-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221489, 2325, '1658-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221490, 2325, '1658-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221491, 2325, '1658-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221492, 2325, '1658-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221493, 2325, '1658-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221494, 2325, '1659-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221495, 2325, '1659-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221496, 2325, '1659-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221497, 2325, '1659-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221498, 2325, '1659-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221499, 2325, '1659-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221500, 2325, '1659-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221501, 2325, '1659-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221502, 2325, '1659-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221503, 2325, '1659-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221504, 2325, '1659-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221505, 2325, '1659-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221506, 2325, '1660-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221507, 2325, '1660-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221508, 2325, '1660-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221509, 2325, '1660-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221510, 2325, '1660-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221511, 2325, '1660-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221512, 2325, '1660-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221513, 2325, '1660-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221514, 2325, '1660-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(221515, 2325, '1660-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221516, 2325, '1660-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221517, 2325, '1660-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221518, 2325, '1661-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221519, 2325, '1661-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221520, 2325, '1661-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221521, 2325, '1661-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221522, 2325, '1661-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221523, 2325, '1661-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221524, 2325, '1661-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221525, 2325, '1661-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221526, 2325, '1661-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221527, 2325, '1661-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221528, 2325, '1661-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221529, 2325, '1661-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221530, 2325, '1662-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221531, 2325, '1662-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221532, 2325, '1662-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221533, 2325, '1662-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221534, 2325, '1662-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221535, 2325, '1662-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221536, 2325, '1662-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221537, 2325, '1662-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221538, 2325, '1662-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221539, 2325, '1662-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221540, 2325, '1662-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221541, 2325, '1662-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221542, 2325, '1663-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221543, 2325, '1663-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221544, 2325, '1663-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221545, 2325, '1663-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221546, 2325, '1663-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221547, 2325, '1663-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221548, 2325, '1663-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221549, 2325, '1663-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221550, 2325, '1663-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221551, 2325, '1663-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221552, 2325, '1663-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221553, 2325, '1663-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221554, 2325, '1664-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221555, 2325, '1664-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221556, 2325, '1664-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221557, 2325, '1664-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221558, 2325, '1664-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221559, 2325, '1664-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221560, 2325, '1664-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221561, 2325, '1664-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221562, 2325, '1664-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221563, 2325, '1664-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221564, 2325, '1664-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221565, 2325, '1664-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221566, 2325, '1665-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221567, 2325, '1665-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221568, 2325, '1665-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221569, 2325, '1665-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221570, 2325, '1665-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221571, 2325, '1665-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221572, 2325, '1665-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221573, 2325, '1665-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221574, 2325, '1665-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221575, 2325, '1665-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221576, 2325, '1665-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221577, 2325, '1665-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221578, 2325, '1666-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221579, 2325, '1666-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221580, 2325, '1666-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221581, 2325, '1666-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221582, 2325, '1666-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221583, 2325, '1666-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221584, 2325, '1666-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221585, 2325, '1666-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221586, 2325, '1666-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221587, 2325, '1666-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221588, 2325, '1666-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221589, 2325, '1666-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221590, 2325, '1667-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221591, 2325, '1667-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221592, 2325, '1667-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221593, 2325, '1667-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221594, 2325, '1667-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221595, 2325, '1667-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221596, 2325, '1667-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221597, 2325, '1667-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221598, 2325, '1667-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221599, 2325, '1667-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221600, 2325, '1667-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221601, 2325, '1667-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221602, 2325, '1668-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221603, 2325, '1668-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221604, 2325, '1668-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221605, 2325, '1668-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221606, 2325, '1668-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221607, 2325, '1668-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221608, 2325, '1668-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221609, 2325, '1668-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221610, 2325, '1668-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221611, 2325, '1668-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221612, 2325, '1668-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221613, 2325, '1668-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221614, 2325, '1669-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221615, 2325, '1669-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221616, 2325, '1669-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221617, 2325, '1669-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221618, 2325, '1669-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221619, 2325, '1669-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221620, 2325, '1669-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221621, 2325, '1669-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221622, 2325, '1669-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221623, 2325, '1669-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221624, 2325, '1669-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221625, 2325, '1669-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221626, 2325, '1670-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221627, 2325, '1670-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221628, 2325, '1670-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221629, 2325, '1670-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221630, 2325, '1670-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221631, 2325, '1670-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221632, 2325, '1670-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221633, 2325, '1670-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221634, 2325, '1670-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221635, 2325, '1670-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221636, 2325, '1670-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221637, 2325, '1670-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221638, 2325, '1671-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221639, 2325, '1671-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221640, 2325, '1671-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221641, 2325, '1671-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221642, 2325, '1671-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221643, 2325, '1671-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221644, 2325, '1671-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221645, 2325, '1671-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221646, 2325, '1671-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221647, 2325, '1671-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221648, 2325, '1671-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221649, 2325, '1671-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221650, 2325, '1672-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221651, 2325, '1672-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221652, 2325, '1672-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221653, 2325, '1672-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221654, 2325, '1672-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221655, 2325, '1672-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221656, 2325, '1672-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221657, 2325, '1672-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221658, 2325, '1672-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221659, 2325, '1672-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221660, 2325, '1672-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221661, 2325, '1672-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221662, 2325, '1673-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221663, 2325, '1673-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221664, 2325, '1673-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221665, 2325, '1673-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221666, 2325, '1673-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221667, 2325, '1673-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221668, 2325, '1673-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221669, 2325, '1673-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221670, 2325, '1673-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221671, 2325, '1673-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221672, 2325, '1673-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221673, 2325, '1673-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221674, 2325, '1674-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221675, 2325, '1674-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221676, 2325, '1674-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221677, 2325, '1674-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221678, 2325, '1674-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221679, 2325, '1674-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221680, 2325, '1674-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221681, 2325, '1674-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221682, 2325, '1674-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221683, 2325, '1674-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221684, 2325, '1674-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221685, 2325, '1674-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221686, 2325, '1675-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221687, 2325, '1675-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221688, 2325, '1675-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221689, 2325, '1675-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221690, 2325, '1675-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221691, 2325, '1675-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221692, 2325, '1675-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221693, 2325, '1675-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221694, 2325, '1675-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221695, 2325, '1675-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221696, 2325, '1675-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221697, 2325, '1675-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221698, 2325, '1676-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221699, 2325, '1676-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221700, 2325, '1676-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221701, 2325, '1676-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221702, 2325, '1676-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221703, 2325, '1676-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221704, 2325, '1676-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221705, 2325, '1676-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221706, 2325, '1676-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221707, 2325, '1676-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221708, 2325, '1676-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221709, 2325, '1676-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221710, 2325, '1677-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221711, 2325, '1677-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221712, 2325, '1677-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221713, 2325, '1677-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221714, 2325, '1677-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221715, 2325, '1677-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221716, 2325, '1677-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221717, 2325, '1677-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221718, 2325, '1677-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221719, 2325, '1677-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221720, 2325, '1677-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221721, 2325, '1677-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221722, 2325, '1678-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221723, 2325, '1678-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221724, 2325, '1678-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221725, 2325, '1678-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221726, 2325, '1678-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221727, 2325, '1678-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221728, 2325, '1678-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221729, 2325, '1678-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221730, 2325, '1678-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221731, 2325, '1678-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221732, 2325, '1678-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221733, 2325, '1678-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221734, 2325, '1679-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221735, 2325, '1679-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221736, 2325, '1679-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221737, 2325, '1679-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221738, 2325, '1679-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221739, 2325, '1679-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221740, 2325, '1679-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221741, 2325, '1679-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221742, 2325, '1679-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221743, 2325, '1679-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221744, 2325, '1679-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221745, 2325, '1679-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221746, 2325, '1680-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221747, 2325, '1680-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221748, 2325, '1680-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221749, 2325, '1680-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221750, 2325, '1680-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221751, 2325, '1680-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221752, 2325, '1680-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221753, 2325, '1680-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221754, 2325, '1680-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221755, 2325, '1680-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221756, 2325, '1680-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221757, 2325, '1680-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221758, 2325, '1681-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221759, 2325, '1681-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221760, 2325, '1681-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221761, 2325, '1681-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221762, 2325, '1681-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221763, 2325, '1681-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221764, 2325, '1681-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221765, 2325, '1681-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221766, 2325, '1681-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221767, 2325, '1681-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221768, 2325, '1681-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221769, 2325, '1681-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221770, 2325, '1682-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221771, 2325, '1682-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221772, 2325, '1682-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221773, 2325, '1682-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221774, 2325, '1682-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221775, 2325, '1682-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221776, 2325, '1682-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221777, 2325, '1682-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221778, 2325, '1682-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221779, 2325, '1682-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221780, 2325, '1682-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221781, 2325, '1682-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221782, 2325, '1683-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221783, 2325, '1683-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221784, 2325, '1683-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221785, 2325, '1683-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221786, 2325, '1683-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221787, 2325, '1683-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221788, 2325, '1683-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221789, 2325, '1683-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221790, 2325, '1683-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221791, 2325, '1683-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221792, 2325, '1683-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:33', '2023-10-31 14:09:33'),
(221793, 2325, '1683-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(221794, 2325, '1684-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(221795, 2325, '1684-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(221796, 2325, '1684-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(221797, 2325, '1684-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(221798, 2325, '1684-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(221799, 2325, '1684-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(221800, 2325, '1684-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(221801, 2325, '1684-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(221802, 2325, '1684-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(221803, 2325, '1684-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(221804, 2325, '1684-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(221805, 2325, '1684-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(221806, 2325, '1685-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(221807, 2325, '1685-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(221808, 2325, '1685-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(221809, 2325, '1685-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(221810, 2325, '1685-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(221811, 2325, '1685-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(221812, 2325, '1685-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(221813, 2325, '1685-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(221814, 2325, '1685-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(221815, 2325, '1685-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(221816, 2325, '1685-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(221817, 2325, '1685-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(221818, 2325, '1686-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(221819, 2325, '1686-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(221820, 2325, '1686-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(221821, 2325, '1686-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(221822, 2325, '1686-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(221823, 2325, '1686-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(221824, 2325, '1686-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(221825, 2325, '1686-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(221826, 2325, '1686-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(221827, 2325, '1686-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(221828, 2325, '1686-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(221829, 2325, '1686-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(221830, 2325, '1687-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(221831, 2325, '1687-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(221832, 2325, '1687-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(221833, 2325, '1687-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(221834, 2325, '1687-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(221835, 2325, '1687-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(221836, 2325, '1687-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(221837, 2325, '1687-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(221838, 2325, '1687-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(221839, 2325, '1687-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(221840, 2325, '1687-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(221841, 2325, '1687-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(221842, 2325, '1688-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(221843, 2325, '1688-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(221844, 2325, '1688-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(221845, 2325, '1688-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(221846, 2325, '1688-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(221847, 2325, '1688-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(221848, 2325, '1688-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(221849, 2325, '1688-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(221850, 2325, '1688-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(221851, 2325, '1688-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(221852, 2325, '1688-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(221853, 2325, '1688-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(221854, 2325, '1689-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(221855, 2325, '1689-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(221856, 2325, '1689-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(221857, 2325, '1689-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(221858, 2325, '1689-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(221859, 2325, '1689-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(221860, 2325, '1689-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(221861, 2325, '1689-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(221862, 2325, '1689-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(221863, 2325, '1689-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(221864, 2325, '1689-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(221865, 2325, '1689-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(221866, 2325, '1690-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(221867, 2325, '1690-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(221868, 2325, '1690-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(221869, 2325, '1690-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(221870, 2325, '1690-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(221871, 2325, '1690-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(221872, 2325, '1690-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(221873, 2325, '1690-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(221874, 2325, '1690-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(221875, 2325, '1690-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(221876, 2325, '1690-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(221877, 2325, '1690-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(221878, 2325, '1691-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(221879, 2325, '1691-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(221880, 2325, '1691-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(221881, 2325, '1691-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(221882, 2325, '1691-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(221883, 2325, '1691-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(221884, 2325, '1691-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(221885, 2325, '1691-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(221886, 2325, '1691-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(221887, 2325, '1691-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(221888, 2325, '1691-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(221889, 2325, '1691-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(221890, 2325, '1692-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(221891, 2325, '1692-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(221892, 2325, '1692-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(221893, 2325, '1692-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(221894, 2325, '1692-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(221895, 2325, '1692-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(221896, 2325, '1692-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(221897, 2325, '1692-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(221898, 2325, '1692-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(221899, 2325, '1692-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(221900, 2325, '1692-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(221901, 2325, '1692-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(221902, 2325, '1693-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(221903, 2325, '1693-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(221904, 2325, '1693-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(221905, 2325, '1693-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(221906, 2325, '1693-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(221907, 2325, '1693-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(221908, 2325, '1693-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(221909, 2325, '1693-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(221910, 2325, '1693-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(221911, 2325, '1693-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(221912, 2325, '1693-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(221913, 2325, '1693-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(221914, 2325, '1694-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(221915, 2325, '1694-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(221916, 2325, '1694-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(221917, 2325, '1694-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(221918, 2325, '1694-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(221919, 2325, '1694-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(221920, 2325, '1694-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(221921, 2325, '1694-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(221922, 2325, '1694-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(221923, 2325, '1694-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(221924, 2325, '1694-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(221925, 2325, '1694-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(221926, 2325, '1695-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(221927, 2325, '1695-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(221928, 2325, '1695-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(221929, 2325, '1695-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(221930, 2325, '1695-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(221931, 2325, '1695-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(221932, 2325, '1695-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(221933, 2325, '1695-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(221934, 2325, '1695-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(221935, 2325, '1695-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(221936, 2325, '1695-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(221937, 2325, '1695-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(221938, 2325, '1696-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(221939, 2325, '1696-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(221940, 2325, '1696-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(221941, 2325, '1696-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(221942, 2325, '1696-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(221943, 2325, '1696-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(221944, 2325, '1696-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(221945, 2325, '1696-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(221946, 2325, '1696-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(221947, 2325, '1696-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(221948, 2325, '1696-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(221949, 2325, '1696-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(221950, 2325, '1697-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(221951, 2325, '1697-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(221952, 2325, '1697-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(221953, 2325, '1697-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(221954, 2325, '1697-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(221955, 2325, '1697-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(221956, 2325, '1697-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(221957, 2325, '1697-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(221958, 2325, '1697-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(221959, 2325, '1697-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(221960, 2325, '1697-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(221961, 2325, '1697-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(221962, 2325, '1698-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(221963, 2325, '1698-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(221964, 2325, '1698-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(221965, 2325, '1698-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(221966, 2325, '1698-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(221967, 2325, '1698-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(221968, 2325, '1698-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(221969, 2325, '1698-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(221970, 2325, '1698-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(221971, 2325, '1698-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(221972, 2325, '1698-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(221973, 2325, '1698-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(221974, 2325, '1699-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(221975, 2325, '1699-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(221976, 2325, '1699-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(221977, 2325, '1699-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(221978, 2325, '1699-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(221979, 2325, '1699-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(221980, 2325, '1699-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(221981, 2325, '1699-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(221982, 2325, '1699-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(221983, 2325, '1699-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(221984, 2325, '1699-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(221985, 2325, '1699-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(221986, 2325, '1700-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(221987, 2325, '1700-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(221988, 2325, '1700-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(221989, 2325, '1700-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(221990, 2325, '1700-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(221991, 2325, '1700-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(221992, 2325, '1700-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(221993, 2325, '1700-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(221994, 2325, '1700-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(221995, 2325, '1700-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(221996, 2325, '1700-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(221997, 2325, '1700-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(221998, 2325, '1701-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(221999, 2325, '1701-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(222000, 2325, '1701-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(222001, 2325, '1701-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(222002, 2325, '1701-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(222003, 2325, '1701-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(222004, 2325, '1701-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(222005, 2325, '1701-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(222006, 2325, '1701-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(222007, 2325, '1701-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(222008, 2325, '1701-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(222009, 2325, '1701-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(222010, 2325, '1702-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(222011, 2325, '1702-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(222012, 2325, '1702-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(222013, 2325, '1702-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(222014, 2325, '1702-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(222015, 2325, '1702-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(222016, 2325, '1702-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(222017, 2325, '1702-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(222018, 2325, '1702-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(222019, 2325, '1702-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(222020, 2325, '1702-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(222021, 2325, '1702-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(222022, 2325, '1703-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(222023, 2325, '1703-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(222024, 2325, '1703-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(222025, 2325, '1703-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(222026, 2325, '1703-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(222027, 2325, '1703-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(222028, 2325, '1703-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(222029, 2325, '1703-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(222030, 2325, '1703-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(222031, 2325, '1703-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(222032, 2325, '1703-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(222033, 2325, '1703-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(222034, 2325, '1704-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(222035, 2325, '1704-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(222036, 2325, '1704-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(222037, 2325, '1704-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(222038, 2325, '1704-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(222039, 2325, '1704-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(222040, 2325, '1704-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(222041, 2325, '1704-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(222042, 2325, '1704-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(222043, 2325, '1704-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(222044, 2325, '1704-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(222045, 2325, '1704-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(222046, 2325, '1705-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(222047, 2325, '1705-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(222048, 2325, '1705-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(222049, 2325, '1705-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(222050, 2325, '1705-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(222051, 2325, '1705-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(222052, 2325, '1705-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(222053, 2325, '1705-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(222054, 2325, '1705-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(222055, 2325, '1705-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(222056, 2325, '1705-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(222057, 2325, '1705-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(222058, 2325, '1706-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(222059, 2325, '1706-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(222060, 2325, '1706-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(222061, 2325, '1706-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(222062, 2325, '1706-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(222063, 2325, '1706-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(222064, 2325, '1706-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(222065, 2325, '1706-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(222066, 2325, '1706-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(222067, 2325, '1706-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(222068, 2325, '1706-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(222069, 2325, '1706-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(222070, 2325, '1707-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(222071, 2325, '1707-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(222072, 2325, '1707-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(222073, 2325, '1707-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(222074, 2325, '1707-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(222075, 2325, '1707-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(222076, 2325, '1707-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(222077, 2325, '1707-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(222078, 2325, '1707-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(222079, 2325, '1707-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(222080, 2325, '1707-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(222081, 2325, '1707-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(222082, 2325, '1708-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(222083, 2325, '1708-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(222084, 2325, '1708-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(222085, 2325, '1708-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(222086, 2325, '1708-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(222087, 2325, '1708-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(222088, 2325, '1708-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(222089, 2325, '1708-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(222090, 2325, '1708-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(222091, 2325, '1708-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(222092, 2325, '1708-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(222093, 2325, '1708-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(222094, 2325, '1709-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(222095, 2325, '1709-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(222096, 2325, '1709-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(222097, 2325, '1709-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(222098, 2325, '1709-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(222099, 2325, '1709-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(222100, 2325, '1709-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(222101, 2325, '1709-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:34', '2023-10-31 14:09:34'),
(222102, 2325, '1709-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222103, 2325, '1709-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222104, 2325, '1709-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222105, 2325, '1709-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222106, 2325, '1710-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222107, 2325, '1710-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222108, 2325, '1710-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222109, 2325, '1710-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222110, 2325, '1710-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222111, 2325, '1710-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222112, 2325, '1710-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222113, 2325, '1710-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222114, 2325, '1710-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222115, 2325, '1710-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222116, 2325, '1710-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222117, 2325, '1710-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222118, 2325, '1711-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222119, 2325, '1711-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222120, 2325, '1711-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222121, 2325, '1711-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222122, 2325, '1711-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222123, 2325, '1711-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222124, 2325, '1711-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222125, 2325, '1711-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222126, 2325, '1711-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222127, 2325, '1711-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222128, 2325, '1711-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222129, 2325, '1711-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222130, 2325, '1712-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222131, 2325, '1712-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222132, 2325, '1712-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222133, 2325, '1712-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222134, 2325, '1712-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222135, 2325, '1712-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222136, 2325, '1712-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222137, 2325, '1712-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222138, 2325, '1712-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222139, 2325, '1712-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222140, 2325, '1712-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222141, 2325, '1712-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222142, 2325, '1713-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222143, 2325, '1713-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222144, 2325, '1713-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222145, 2325, '1713-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222146, 2325, '1713-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222147, 2325, '1713-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222148, 2325, '1713-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222149, 2325, '1713-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222150, 2325, '1713-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222151, 2325, '1713-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222152, 2325, '1713-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222153, 2325, '1713-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222154, 2325, '1714-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222155, 2325, '1714-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222156, 2325, '1714-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222157, 2325, '1714-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222158, 2325, '1714-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222159, 2325, '1714-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222160, 2325, '1714-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222161, 2325, '1714-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222162, 2325, '1714-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222163, 2325, '1714-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222164, 2325, '1714-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222165, 2325, '1714-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222166, 2325, '1715-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222167, 2325, '1715-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222168, 2325, '1715-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222169, 2325, '1715-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222170, 2325, '1715-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222171, 2325, '1715-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222172, 2325, '1715-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222173, 2325, '1715-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222174, 2325, '1715-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222175, 2325, '1715-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222176, 2325, '1715-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222177, 2325, '1715-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222178, 2325, '1716-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222179, 2325, '1716-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222180, 2325, '1716-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222181, 2325, '1716-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222182, 2325, '1716-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222183, 2325, '1716-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222184, 2325, '1716-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222185, 2325, '1716-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222186, 2325, '1716-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222187, 2325, '1716-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222188, 2325, '1716-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222189, 2325, '1716-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222190, 2325, '1717-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222191, 2325, '1717-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222192, 2325, '1717-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222193, 2325, '1717-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222194, 2325, '1717-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222195, 2325, '1717-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222196, 2325, '1717-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222197, 2325, '1717-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222198, 2325, '1717-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222199, 2325, '1717-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222200, 2325, '1717-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222201, 2325, '1717-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222202, 2325, '1718-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222203, 2325, '1718-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222204, 2325, '1718-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222205, 2325, '1718-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222206, 2325, '1718-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222207, 2325, '1718-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222208, 2325, '1718-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222209, 2325, '1718-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222210, 2325, '1718-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222211, 2325, '1718-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222212, 2325, '1718-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222213, 2325, '1718-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222214, 2325, '1719-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222215, 2325, '1719-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222216, 2325, '1719-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222217, 2325, '1719-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222218, 2325, '1719-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222219, 2325, '1719-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222220, 2325, '1719-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222221, 2325, '1719-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222222, 2325, '1719-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222223, 2325, '1719-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222224, 2325, '1719-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222225, 2325, '1719-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222226, 2325, '1720-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222227, 2325, '1720-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222228, 2325, '1720-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222229, 2325, '1720-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222230, 2325, '1720-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222231, 2325, '1720-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222232, 2325, '1720-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222233, 2325, '1720-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222234, 2325, '1720-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222235, 2325, '1720-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222236, 2325, '1720-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222237, 2325, '1720-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222238, 2325, '1721-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222239, 2325, '1721-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222240, 2325, '1721-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222241, 2325, '1721-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222242, 2325, '1721-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222243, 2325, '1721-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222244, 2325, '1721-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222245, 2325, '1721-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222246, 2325, '1721-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222247, 2325, '1721-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222248, 2325, '1721-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222249, 2325, '1721-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222250, 2325, '1722-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222251, 2325, '1722-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222252, 2325, '1722-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222253, 2325, '1722-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222254, 2325, '1722-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222255, 2325, '1722-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222256, 2325, '1722-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222257, 2325, '1722-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222258, 2325, '1722-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222259, 2325, '1722-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222260, 2325, '1722-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222261, 2325, '1722-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222262, 2325, '1723-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222263, 2325, '1723-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222264, 2325, '1723-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222265, 2325, '1723-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222266, 2325, '1723-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222267, 2325, '1723-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222268, 2325, '1723-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222269, 2325, '1723-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222270, 2325, '1723-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222271, 2325, '1723-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222272, 2325, '1723-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222273, 2325, '1723-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222274, 2325, '1724-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222275, 2325, '1724-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222276, 2325, '1724-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222277, 2325, '1724-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222278, 2325, '1724-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222279, 2325, '1724-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222280, 2325, '1724-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222281, 2325, '1724-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222282, 2325, '1724-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222283, 2325, '1724-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222284, 2325, '1724-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222285, 2325, '1724-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222286, 2325, '1725-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222287, 2325, '1725-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222288, 2325, '1725-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222289, 2325, '1725-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222290, 2325, '1725-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222291, 2325, '1725-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222292, 2325, '1725-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222293, 2325, '1725-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222294, 2325, '1725-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222295, 2325, '1725-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222296, 2325, '1725-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222297, 2325, '1725-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222298, 2325, '1726-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222299, 2325, '1726-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222300, 2325, '1726-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222301, 2325, '1726-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222302, 2325, '1726-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222303, 2325, '1726-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222304, 2325, '1726-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222305, 2325, '1726-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222306, 2325, '1726-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222307, 2325, '1726-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222308, 2325, '1726-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222309, 2325, '1726-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222310, 2325, '1727-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222311, 2325, '1727-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222312, 2325, '1727-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222313, 2325, '1727-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222314, 2325, '1727-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222315, 2325, '1727-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222316, 2325, '1727-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222317, 2325, '1727-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222318, 2325, '1727-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222319, 2325, '1727-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222320, 2325, '1727-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222321, 2325, '1727-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222322, 2325, '1728-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222323, 2325, '1728-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222324, 2325, '1728-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222325, 2325, '1728-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222326, 2325, '1728-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222327, 2325, '1728-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222328, 2325, '1728-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222329, 2325, '1728-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222330, 2325, '1728-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222331, 2325, '1728-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222332, 2325, '1728-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222333, 2325, '1728-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222334, 2325, '1729-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222335, 2325, '1729-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222336, 2325, '1729-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222337, 2325, '1729-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222338, 2325, '1729-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222339, 2325, '1729-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222340, 2325, '1729-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222341, 2325, '1729-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222342, 2325, '1729-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222343, 2325, '1729-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222344, 2325, '1729-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222345, 2325, '1729-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222346, 2325, '1730-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222347, 2325, '1730-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222348, 2325, '1730-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222349, 2325, '1730-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222350, 2325, '1730-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222351, 2325, '1730-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222352, 2325, '1730-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222353, 2325, '1730-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222354, 2325, '1730-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222355, 2325, '1730-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222356, 2325, '1730-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222357, 2325, '1730-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222358, 2325, '1731-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222359, 2325, '1731-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222360, 2325, '1731-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222361, 2325, '1731-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222362, 2325, '1731-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222363, 2325, '1731-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222364, 2325, '1731-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222365, 2325, '1731-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222366, 2325, '1731-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222367, 2325, '1731-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222368, 2325, '1731-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222369, 2325, '1731-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222370, 2325, '1732-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222371, 2325, '1732-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222372, 2325, '1732-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222373, 2325, '1732-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222374, 2325, '1732-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222375, 2325, '1732-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222376, 2325, '1732-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222377, 2325, '1732-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222378, 2325, '1732-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222379, 2325, '1732-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222380, 2325, '1732-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222381, 2325, '1732-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222382, 2325, '1733-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222383, 2325, '1733-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:35', '2023-10-31 14:09:35'),
(222384, 2325, '1733-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222385, 2325, '1733-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222386, 2325, '1733-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222387, 2325, '1733-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222388, 2325, '1733-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222389, 2325, '1733-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222390, 2325, '1733-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222391, 2325, '1733-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222392, 2325, '1733-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222393, 2325, '1733-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222394, 2325, '1734-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222395, 2325, '1734-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222396, 2325, '1734-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222397, 2325, '1734-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222398, 2325, '1734-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222399, 2325, '1734-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222400, 2325, '1734-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222401, 2325, '1734-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222402, 2325, '1734-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222403, 2325, '1734-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222404, 2325, '1734-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222405, 2325, '1734-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222406, 2325, '1735-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222407, 2325, '1735-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222408, 2325, '1735-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222409, 2325, '1735-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222410, 2325, '1735-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222411, 2325, '1735-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222412, 2325, '1735-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222413, 2325, '1735-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222414, 2325, '1735-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222415, 2325, '1735-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222416, 2325, '1735-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222417, 2325, '1735-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222418, 2325, '1736-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222419, 2325, '1736-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222420, 2325, '1736-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222421, 2325, '1736-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222422, 2325, '1736-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222423, 2325, '1736-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222424, 2325, '1736-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222425, 2325, '1736-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222426, 2325, '1736-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222427, 2325, '1736-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222428, 2325, '1736-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222429, 2325, '1736-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222430, 2325, '1737-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222431, 2325, '1737-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222432, 2325, '1737-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222433, 2325, '1737-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222434, 2325, '1737-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222435, 2325, '1737-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222436, 2325, '1737-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222437, 2325, '1737-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222438, 2325, '1737-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222439, 2325, '1737-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222440, 2325, '1737-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222441, 2325, '1737-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222442, 2325, '1738-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222443, 2325, '1738-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222444, 2325, '1738-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(222445, 2325, '1738-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222446, 2325, '1738-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222447, 2325, '1738-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222448, 2325, '1738-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222449, 2325, '1738-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222450, 2325, '1738-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222451, 2325, '1738-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222452, 2325, '1738-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222453, 2325, '1738-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222454, 2325, '1739-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222455, 2325, '1739-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222456, 2325, '1739-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222457, 2325, '1739-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222458, 2325, '1739-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222459, 2325, '1739-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222460, 2325, '1739-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222461, 2325, '1739-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222462, 2325, '1739-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222463, 2325, '1739-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222464, 2325, '1739-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222465, 2325, '1739-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222466, 2325, '1740-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222467, 2325, '1740-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222468, 2325, '1740-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222469, 2325, '1740-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222470, 2325, '1740-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222471, 2325, '1740-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222472, 2325, '1740-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222473, 2325, '1740-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222474, 2325, '1740-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222475, 2325, '1740-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222476, 2325, '1740-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222477, 2325, '1740-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222478, 2325, '1741-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222479, 2325, '1741-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222480, 2325, '1741-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222481, 2325, '1741-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222482, 2325, '1741-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222483, 2325, '1741-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222484, 2325, '1741-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222485, 2325, '1741-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222486, 2325, '1741-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222487, 2325, '1741-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222488, 2325, '1741-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222489, 2325, '1741-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222490, 2325, '1742-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222491, 2325, '1742-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222492, 2325, '1742-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222493, 2325, '1742-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222494, 2325, '1742-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222495, 2325, '1742-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222496, 2325, '1742-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222497, 2325, '1742-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222498, 2325, '1742-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222499, 2325, '1742-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222500, 2325, '1742-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222501, 2325, '1742-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222502, 2325, '1743-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222503, 2325, '1743-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222504, 2325, '1743-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222505, 2325, '1743-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222506, 2325, '1743-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222507, 2325, '1743-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222508, 2325, '1743-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222509, 2325, '1743-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222510, 2325, '1743-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222511, 2325, '1743-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222512, 2325, '1743-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222513, 2325, '1743-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222514, 2325, '1744-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222515, 2325, '1744-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222516, 2325, '1744-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222517, 2325, '1744-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222518, 2325, '1744-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222519, 2325, '1744-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222520, 2325, '1744-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222521, 2325, '1744-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222522, 2325, '1744-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222523, 2325, '1744-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222524, 2325, '1744-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222525, 2325, '1744-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222526, 2325, '1745-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222527, 2325, '1745-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222528, 2325, '1745-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222529, 2325, '1745-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222530, 2325, '1745-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222531, 2325, '1745-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222532, 2325, '1745-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222533, 2325, '1745-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222534, 2325, '1745-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222535, 2325, '1745-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222536, 2325, '1745-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222537, 2325, '1745-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222538, 2325, '1746-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222539, 2325, '1746-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222540, 2325, '1746-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222541, 2325, '1746-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222542, 2325, '1746-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222543, 2325, '1746-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222544, 2325, '1746-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222545, 2325, '1746-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222546, 2325, '1746-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222547, 2325, '1746-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222548, 2325, '1746-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222549, 2325, '1746-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222550, 2325, '1747-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222551, 2325, '1747-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222552, 2325, '1747-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222553, 2325, '1747-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222554, 2325, '1747-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222555, 2325, '1747-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222556, 2325, '1747-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222557, 2325, '1747-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222558, 2325, '1747-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222559, 2325, '1747-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222560, 2325, '1747-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222561, 2325, '1747-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222562, 2325, '1748-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222563, 2325, '1748-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222564, 2325, '1748-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222565, 2325, '1748-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222566, 2325, '1748-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222567, 2325, '1748-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222568, 2325, '1748-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222569, 2325, '1748-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222570, 2325, '1748-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222571, 2325, '1748-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222572, 2325, '1748-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222573, 2325, '1748-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222574, 2325, '1749-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222575, 2325, '1749-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222576, 2325, '1749-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222577, 2325, '1749-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222578, 2325, '1749-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222579, 2325, '1749-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222580, 2325, '1749-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222581, 2325, '1749-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222582, 2325, '1749-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222583, 2325, '1749-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222584, 2325, '1749-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222585, 2325, '1749-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222586, 2325, '1750-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222587, 2325, '1750-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222588, 2325, '1750-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222589, 2325, '1750-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222590, 2325, '1750-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222591, 2325, '1750-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222592, 2325, '1750-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222593, 2325, '1750-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222594, 2325, '1750-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222595, 2325, '1750-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222596, 2325, '1750-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222597, 2325, '1750-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222598, 2325, '1751-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222599, 2325, '1751-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222600, 2325, '1751-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222601, 2325, '1751-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222602, 2325, '1751-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222603, 2325, '1751-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222604, 2325, '1751-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222605, 2325, '1751-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222606, 2325, '1751-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222607, 2325, '1751-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222608, 2325, '1751-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222609, 2325, '1751-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222610, 2325, '1752-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222611, 2325, '1752-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222612, 2325, '1752-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222613, 2325, '1752-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222614, 2325, '1752-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222615, 2325, '1752-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222616, 2325, '1752-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222617, 2325, '1752-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222618, 2325, '1752-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222619, 2325, '1752-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222620, 2325, '1752-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222621, 2325, '1752-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222622, 2325, '1753-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222623, 2325, '1753-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222624, 2325, '1753-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222625, 2325, '1753-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222626, 2325, '1753-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222627, 2325, '1753-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222628, 2325, '1753-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222629, 2325, '1753-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222630, 2325, '1753-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222631, 2325, '1753-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222632, 2325, '1753-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222633, 2325, '1753-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222634, 2325, '1754-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222635, 2325, '1754-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222636, 2325, '1754-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222637, 2325, '1754-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222638, 2325, '1754-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222639, 2325, '1754-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222640, 2325, '1754-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222641, 2325, '1754-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222642, 2325, '1754-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222643, 2325, '1754-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222644, 2325, '1754-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222645, 2325, '1754-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222646, 2325, '1755-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222647, 2325, '1755-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222648, 2325, '1755-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222649, 2325, '1755-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222650, 2325, '1755-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222651, 2325, '1755-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222652, 2325, '1755-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222653, 2325, '1755-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222654, 2325, '1755-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222655, 2325, '1755-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222656, 2325, '1755-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222657, 2325, '1755-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222658, 2325, '1756-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222659, 2325, '1756-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222660, 2325, '1756-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222661, 2325, '1756-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222662, 2325, '1756-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222663, 2325, '1756-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222664, 2325, '1756-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222665, 2325, '1756-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222666, 2325, '1756-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222667, 2325, '1756-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222668, 2325, '1756-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222669, 2325, '1756-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222670, 2325, '1757-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222671, 2325, '1757-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222672, 2325, '1757-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222673, 2325, '1757-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222674, 2325, '1757-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222675, 2325, '1757-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222676, 2325, '1757-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222677, 2325, '1757-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222678, 2325, '1757-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222679, 2325, '1757-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222680, 2325, '1757-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222681, 2325, '1757-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222682, 2325, '1758-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222683, 2325, '1758-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222684, 2325, '1758-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222685, 2325, '1758-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222686, 2325, '1758-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222687, 2325, '1758-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222688, 2325, '1758-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222689, 2325, '1758-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222690, 2325, '1758-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222691, 2325, '1758-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222692, 2325, '1758-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222693, 2325, '1758-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222694, 2325, '1759-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222695, 2325, '1759-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222696, 2325, '1759-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222697, 2325, '1759-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222698, 2325, '1759-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222699, 2325, '1759-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222700, 2325, '1759-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222701, 2325, '1759-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222702, 2325, '1759-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222703, 2325, '1759-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222704, 2325, '1759-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222705, 2325, '1759-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222706, 2325, '1760-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222707, 2325, '1760-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222708, 2325, '1760-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222709, 2325, '1760-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222710, 2325, '1760-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222711, 2325, '1760-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222712, 2325, '1760-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222713, 2325, '1760-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222714, 2325, '1760-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222715, 2325, '1760-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222716, 2325, '1760-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222717, 2325, '1760-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222718, 2325, '1761-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222719, 2325, '1761-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222720, 2325, '1761-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222721, 2325, '1761-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222722, 2325, '1761-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222723, 2325, '1761-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222724, 2325, '1761-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222725, 2325, '1761-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222726, 2325, '1761-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222727, 2325, '1761-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222728, 2325, '1761-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:36', '2023-10-31 14:09:36'),
(222729, 2325, '1761-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222730, 2325, '1762-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222731, 2325, '1762-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222732, 2325, '1762-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222733, 2325, '1762-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222734, 2325, '1762-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222735, 2325, '1762-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222736, 2325, '1762-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222737, 2325, '1762-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222738, 2325, '1762-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222739, 2325, '1762-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222740, 2325, '1762-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222741, 2325, '1762-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222742, 2325, '1763-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222743, 2325, '1763-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222744, 2325, '1763-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222745, 2325, '1763-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222746, 2325, '1763-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222747, 2325, '1763-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222748, 2325, '1763-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222749, 2325, '1763-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222750, 2325, '1763-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222751, 2325, '1763-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222752, 2325, '1763-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222753, 2325, '1763-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222754, 2325, '1764-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222755, 2325, '1764-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222756, 2325, '1764-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222757, 2325, '1764-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222758, 2325, '1764-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222759, 2325, '1764-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222760, 2325, '1764-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222761, 2325, '1764-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222762, 2325, '1764-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222763, 2325, '1764-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222764, 2325, '1764-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222765, 2325, '1764-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222766, 2325, '1765-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222767, 2325, '1765-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222768, 2325, '1765-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222769, 2325, '1765-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222770, 2325, '1765-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222771, 2325, '1765-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222772, 2325, '1765-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222773, 2325, '1765-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222774, 2325, '1765-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222775, 2325, '1765-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222776, 2325, '1765-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222777, 2325, '1765-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222778, 2325, '1766-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222779, 2325, '1766-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222780, 2325, '1766-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222781, 2325, '1766-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222782, 2325, '1766-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222783, 2325, '1766-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222784, 2325, '1766-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222785, 2325, '1766-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222786, 2325, '1766-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222787, 2325, '1766-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222788, 2325, '1766-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222789, 2325, '1766-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222790, 2325, '1767-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222791, 2325, '1767-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222792, 2325, '1767-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222793, 2325, '1767-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222794, 2325, '1767-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222795, 2325, '1767-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222796, 2325, '1767-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222797, 2325, '1767-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222798, 2325, '1767-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222799, 2325, '1767-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222800, 2325, '1767-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222801, 2325, '1767-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222802, 2325, '1768-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222803, 2325, '1768-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222804, 2325, '1768-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222805, 2325, '1768-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222806, 2325, '1768-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222807, 2325, '1768-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222808, 2325, '1768-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222809, 2325, '1768-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222810, 2325, '1768-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222811, 2325, '1768-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222812, 2325, '1768-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222813, 2325, '1768-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222814, 2325, '1769-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222815, 2325, '1769-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222816, 2325, '1769-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222817, 2325, '1769-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222818, 2325, '1769-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222819, 2325, '1769-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222820, 2325, '1769-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222821, 2325, '1769-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222822, 2325, '1769-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222823, 2325, '1769-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222824, 2325, '1769-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222825, 2325, '1769-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222826, 2325, '1770-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222827, 2325, '1770-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222828, 2325, '1770-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222829, 2325, '1770-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222830, 2325, '1770-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222831, 2325, '1770-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222832, 2325, '1770-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222833, 2325, '1770-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222834, 2325, '1770-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222835, 2325, '1770-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222836, 2325, '1770-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222837, 2325, '1770-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222838, 2325, '1771-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222839, 2325, '1771-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222840, 2325, '1771-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222841, 2325, '1771-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222842, 2325, '1771-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222843, 2325, '1771-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222844, 2325, '1771-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222845, 2325, '1771-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222846, 2325, '1771-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222847, 2325, '1771-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222848, 2325, '1771-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222849, 2325, '1771-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222850, 2325, '1772-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222851, 2325, '1772-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222852, 2325, '1772-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222853, 2325, '1772-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222854, 2325, '1772-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222855, 2325, '1772-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222856, 2325, '1772-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222857, 2325, '1772-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222858, 2325, '1772-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222859, 2325, '1772-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222860, 2325, '1772-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222861, 2325, '1772-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222862, 2325, '1773-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222863, 2325, '1773-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222864, 2325, '1773-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222865, 2325, '1773-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222866, 2325, '1773-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222867, 2325, '1773-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222868, 2325, '1773-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222869, 2325, '1773-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222870, 2325, '1773-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222871, 2325, '1773-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222872, 2325, '1773-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222873, 2325, '1773-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222874, 2325, '1774-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222875, 2325, '1774-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222876, 2325, '1774-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222877, 2325, '1774-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222878, 2325, '1774-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222879, 2325, '1774-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222880, 2325, '1774-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222881, 2325, '1774-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222882, 2325, '1774-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222883, 2325, '1774-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222884, 2325, '1774-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222885, 2325, '1774-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222886, 2325, '1775-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222887, 2325, '1775-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222888, 2325, '1775-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222889, 2325, '1775-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222890, 2325, '1775-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222891, 2325, '1775-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222892, 2325, '1775-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222893, 2325, '1775-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222894, 2325, '1775-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222895, 2325, '1775-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222896, 2325, '1775-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222897, 2325, '1775-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222898, 2325, '1776-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222899, 2325, '1776-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222900, 2325, '1776-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222901, 2325, '1776-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222902, 2325, '1776-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222903, 2325, '1776-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222904, 2325, '1776-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222905, 2325, '1776-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222906, 2325, '1776-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222907, 2325, '1776-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222908, 2325, '1776-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222909, 2325, '1776-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(222910, 2325, '1777-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222911, 2325, '1777-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222912, 2325, '1777-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222913, 2325, '1777-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222914, 2325, '1777-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222915, 2325, '1777-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222916, 2325, '1777-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222917, 2325, '1777-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222918, 2325, '1777-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222919, 2325, '1777-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222920, 2325, '1777-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222921, 2325, '1777-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222922, 2325, '1778-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222923, 2325, '1778-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222924, 2325, '1778-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222925, 2325, '1778-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222926, 2325, '1778-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222927, 2325, '1778-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222928, 2325, '1778-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222929, 2325, '1778-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222930, 2325, '1778-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222931, 2325, '1778-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222932, 2325, '1778-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222933, 2325, '1778-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222934, 2325, '1779-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222935, 2325, '1779-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222936, 2325, '1779-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222937, 2325, '1779-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222938, 2325, '1779-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222939, 2325, '1779-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222940, 2325, '1779-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222941, 2325, '1779-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222942, 2325, '1779-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222943, 2325, '1779-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222944, 2325, '1779-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222945, 2325, '1779-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222946, 2325, '1780-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222947, 2325, '1780-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222948, 2325, '1780-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222949, 2325, '1780-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222950, 2325, '1780-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222951, 2325, '1780-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222952, 2325, '1780-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222953, 2325, '1780-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222954, 2325, '1780-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222955, 2325, '1780-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222956, 2325, '1780-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222957, 2325, '1780-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222958, 2325, '1781-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222959, 2325, '1781-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222960, 2325, '1781-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222961, 2325, '1781-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222962, 2325, '1781-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222963, 2325, '1781-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222964, 2325, '1781-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222965, 2325, '1781-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222966, 2325, '1781-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222967, 2325, '1781-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222968, 2325, '1781-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222969, 2325, '1781-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222970, 2325, '1782-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222971, 2325, '1782-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222972, 2325, '1782-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222973, 2325, '1782-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222974, 2325, '1782-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222975, 2325, '1782-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222976, 2325, '1782-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222977, 2325, '1782-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222978, 2325, '1782-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222979, 2325, '1782-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222980, 2325, '1782-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222981, 2325, '1782-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222982, 2325, '1783-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222983, 2325, '1783-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222984, 2325, '1783-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222985, 2325, '1783-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222986, 2325, '1783-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222987, 2325, '1783-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222988, 2325, '1783-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222989, 2325, '1783-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222990, 2325, '1783-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222991, 2325, '1783-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222992, 2325, '1783-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222993, 2325, '1783-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222994, 2325, '1784-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222995, 2325, '1784-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222996, 2325, '1784-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222997, 2325, '1784-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222998, 2325, '1784-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(222999, 2325, '1784-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(223000, 2325, '1784-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(223001, 2325, '1784-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(223002, 2325, '1784-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(223003, 2325, '1784-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(223004, 2325, '1784-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(223005, 2325, '1784-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(223006, 2325, '1785-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(223007, 2325, '1785-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(223008, 2325, '1785-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(223009, 2325, '1785-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(223010, 2325, '1785-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(223011, 2325, '1785-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(223012, 2325, '1785-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(223013, 2325, '1785-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(223014, 2325, '1785-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(223015, 2325, '1785-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(223016, 2325, '1785-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(223017, 2325, '1785-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(223018, 2325, '1786-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(223019, 2325, '1786-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(223020, 2325, '1786-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(223021, 2325, '1786-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(223022, 2325, '1786-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(223023, 2325, '1786-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(223024, 2325, '1786-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(223025, 2325, '1786-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(223026, 2325, '1786-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(223027, 2325, '1786-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(223028, 2325, '1786-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(223029, 2325, '1786-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(223030, 2325, '1787-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(223031, 2325, '1787-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(223032, 2325, '1787-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(223033, 2325, '1787-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(223034, 2325, '1787-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(223035, 2325, '1787-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(223036, 2325, '1787-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(223037, 2325, '1787-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(223038, 2325, '1787-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(223039, 2325, '1787-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(223040, 2325, '1787-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(223041, 2325, '1787-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(223042, 2325, '1788-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(223043, 2325, '1788-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(223044, 2325, '1788-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(223045, 2325, '1788-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(223046, 2325, '1788-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(223047, 2325, '1788-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(223048, 2325, '1788-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(223049, 2325, '1788-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(223050, 2325, '1788-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(223051, 2325, '1788-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(223052, 2325, '1788-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(223053, 2325, '1788-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(223054, 2325, '1789-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(223055, 2325, '1789-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(223056, 2325, '1789-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(223057, 2325, '1789-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(223058, 2325, '1789-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(223059, 2325, '1789-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(223060, 2325, '1789-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(223061, 2325, '1789-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(223062, 2325, '1789-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(223063, 2325, '1789-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(223064, 2325, '1789-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(223065, 2325, '1789-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(223066, 2325, '1790-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(223067, 2325, '1790-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(223068, 2325, '1790-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(223069, 2325, '1790-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(223070, 2325, '1790-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(223071, 2325, '1790-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(223072, 2325, '1790-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(223073, 2325, '1790-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(223074, 2325, '1790-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(223075, 2325, '1790-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(223076, 2325, '1790-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(223077, 2325, '1790-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(223078, 2325, '1791-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(223079, 2325, '1791-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(223080, 2325, '1791-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(223081, 2325, '1791-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(223082, 2325, '1791-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(223083, 2325, '1791-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(223084, 2325, '1791-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(223085, 2325, '1791-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(223086, 2325, '1791-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(223087, 2325, '1791-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(223088, 2325, '1791-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(223089, 2325, '1791-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(223090, 2325, '1792-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(223091, 2325, '1792-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(223092, 2325, '1792-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(223093, 2325, '1792-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(223094, 2325, '1792-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(223095, 2325, '1792-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(223096, 2325, '1792-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(223097, 2325, '1792-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(223098, 2325, '1792-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(223099, 2325, '1792-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(223100, 2325, '1792-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(223101, 2325, '1792-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(223102, 2325, '1793-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(223103, 2325, '1793-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(223104, 2325, '1793-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(223105, 2325, '1793-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(223106, 2325, '1793-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(223107, 2325, '1793-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(223108, 2325, '1793-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(223109, 2325, '1793-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(223110, 2325, '1793-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(223111, 2325, '1793-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(223112, 2325, '1793-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(223113, 2325, '1793-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(223114, 2325, '1794-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(223115, 2325, '1794-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(223116, 2325, '1794-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(223117, 2325, '1794-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(223118, 2325, '1794-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(223119, 2325, '1794-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(223120, 2325, '1794-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(223121, 2325, '1794-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(223122, 2325, '1794-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(223123, 2325, '1794-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(223124, 2325, '1794-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:37', '2023-10-31 14:09:37'),
(223125, 2325, '1794-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223126, 2325, '1795-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223127, 2325, '1795-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223128, 2325, '1795-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223129, 2325, '1795-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223130, 2325, '1795-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223131, 2325, '1795-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223132, 2325, '1795-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223133, 2325, '1795-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223134, 2325, '1795-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223135, 2325, '1795-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223136, 2325, '1795-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223137, 2325, '1795-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223138, 2325, '1796-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223139, 2325, '1796-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223140, 2325, '1796-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223141, 2325, '1796-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223142, 2325, '1796-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223143, 2325, '1796-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223144, 2325, '1796-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223145, 2325, '1796-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223146, 2325, '1796-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223147, 2325, '1796-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223148, 2325, '1796-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223149, 2325, '1796-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223150, 2325, '1797-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223151, 2325, '1797-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223152, 2325, '1797-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223153, 2325, '1797-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223154, 2325, '1797-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223155, 2325, '1797-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223156, 2325, '1797-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223157, 2325, '1797-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223158, 2325, '1797-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223159, 2325, '1797-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223160, 2325, '1797-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223161, 2325, '1797-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223162, 2325, '1798-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223163, 2325, '1798-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223164, 2325, '1798-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223165, 2325, '1798-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223166, 2325, '1798-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223167, 2325, '1798-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223168, 2325, '1798-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223169, 2325, '1798-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223170, 2325, '1798-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223171, 2325, '1798-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223172, 2325, '1798-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223173, 2325, '1798-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223174, 2325, '1799-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223175, 2325, '1799-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223176, 2325, '1799-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223177, 2325, '1799-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223178, 2325, '1799-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223179, 2325, '1799-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223180, 2325, '1799-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223181, 2325, '1799-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223182, 2325, '1799-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223183, 2325, '1799-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223184, 2325, '1799-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223185, 2325, '1799-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223186, 2325, '1800-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223187, 2325, '1800-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223188, 2325, '1800-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223189, 2325, '1800-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223190, 2325, '1800-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223191, 2325, '1800-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223192, 2325, '1800-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223193, 2325, '1800-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223194, 2325, '1800-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223195, 2325, '1800-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223196, 2325, '1800-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223197, 2325, '1800-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223198, 2325, '1801-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223199, 2325, '1801-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223200, 2325, '1801-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223201, 2325, '1801-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223202, 2325, '1801-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223203, 2325, '1801-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223204, 2325, '1801-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223205, 2325, '1801-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223206, 2325, '1801-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223207, 2325, '1801-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223208, 2325, '1801-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223209, 2325, '1801-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223210, 2325, '1802-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223211, 2325, '1802-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223212, 2325, '1802-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223213, 2325, '1802-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223214, 2325, '1802-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223215, 2325, '1802-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223216, 2325, '1802-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223217, 2325, '1802-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223218, 2325, '1802-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223219, 2325, '1802-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223220, 2325, '1802-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223221, 2325, '1802-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223222, 2325, '1803-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223223, 2325, '1803-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223224, 2325, '1803-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223225, 2325, '1803-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223226, 2325, '1803-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223227, 2325, '1803-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223228, 2325, '1803-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223229, 2325, '1803-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223230, 2325, '1803-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223231, 2325, '1803-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223232, 2325, '1803-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223233, 2325, '1803-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223234, 2325, '1804-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223235, 2325, '1804-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223236, 2325, '1804-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223237, 2325, '1804-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223238, 2325, '1804-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223239, 2325, '1804-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223240, 2325, '1804-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223241, 2325, '1804-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223242, 2325, '1804-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223243, 2325, '1804-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223244, 2325, '1804-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223245, 2325, '1804-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223246, 2325, '1805-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223247, 2325, '1805-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223248, 2325, '1805-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223249, 2325, '1805-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223250, 2325, '1805-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223251, 2325, '1805-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223252, 2325, '1805-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223253, 2325, '1805-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223254, 2325, '1805-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223255, 2325, '1805-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223256, 2325, '1805-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223257, 2325, '1805-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223258, 2325, '1806-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223259, 2325, '1806-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223260, 2325, '1806-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223261, 2325, '1806-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223262, 2325, '1806-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223263, 2325, '1806-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223264, 2325, '1806-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223265, 2325, '1806-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223266, 2325, '1806-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223267, 2325, '1806-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223268, 2325, '1806-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223269, 2325, '1806-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223270, 2325, '1807-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223271, 2325, '1807-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223272, 2325, '1807-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223273, 2325, '1807-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223274, 2325, '1807-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223275, 2325, '1807-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223276, 2325, '1807-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223277, 2325, '1807-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223278, 2325, '1807-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223279, 2325, '1807-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223280, 2325, '1807-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223281, 2325, '1807-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223282, 2325, '1808-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223283, 2325, '1808-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223284, 2325, '1808-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223285, 2325, '1808-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223286, 2325, '1808-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223287, 2325, '1808-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223288, 2325, '1808-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223289, 2325, '1808-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223290, 2325, '1808-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223291, 2325, '1808-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223292, 2325, '1808-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223293, 2325, '1808-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223294, 2325, '1809-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223295, 2325, '1809-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223296, 2325, '1809-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223297, 2325, '1809-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223298, 2325, '1809-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223299, 2325, '1809-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223300, 2325, '1809-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223301, 2325, '1809-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223302, 2325, '1809-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223303, 2325, '1809-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223304, 2325, '1809-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223305, 2325, '1809-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223306, 2325, '1810-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223307, 2325, '1810-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223308, 2325, '1810-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223309, 2325, '1810-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223310, 2325, '1810-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223311, 2325, '1810-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223312, 2325, '1810-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223313, 2325, '1810-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223314, 2325, '1810-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223315, 2325, '1810-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223316, 2325, '1810-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223317, 2325, '1810-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223318, 2325, '1811-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223319, 2325, '1811-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223320, 2325, '1811-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223321, 2325, '1811-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223322, 2325, '1811-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223323, 2325, '1811-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223324, 2325, '1811-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223325, 2325, '1811-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223326, 2325, '1811-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223327, 2325, '1811-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223328, 2325, '1811-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223329, 2325, '1811-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223330, 2325, '1812-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223331, 2325, '1812-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223332, 2325, '1812-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223333, 2325, '1812-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223334, 2325, '1812-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223335, 2325, '1812-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223336, 2325, '1812-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223337, 2325, '1812-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223338, 2325, '1812-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223339, 2325, '1812-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223340, 2325, '1812-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223341, 2325, '1812-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223342, 2325, '1813-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223343, 2325, '1813-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223344, 2325, '1813-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223345, 2325, '1813-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223346, 2325, '1813-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223347, 2325, '1813-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223348, 2325, '1813-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223349, 2325, '1813-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223350, 2325, '1813-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223351, 2325, '1813-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223352, 2325, '1813-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223353, 2325, '1813-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223354, 2325, '1814-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223355, 2325, '1814-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223356, 2325, '1814-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223357, 2325, '1814-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223358, 2325, '1814-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223359, 2325, '1814-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223360, 2325, '1814-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223361, 2325, '1814-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223362, 2325, '1814-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223363, 2325, '1814-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223364, 2325, '1814-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223365, 2325, '1814-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223366, 2325, '1815-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223367, 2325, '1815-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223368, 2325, '1815-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223369, 2325, '1815-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223370, 2325, '1815-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223371, 2325, '1815-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223372, 2325, '1815-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223373, 2325, '1815-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223374, 2325, '1815-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(223375, 2325, '1815-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223376, 2325, '1815-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223377, 2325, '1815-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223378, 2325, '1816-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223379, 2325, '1816-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223380, 2325, '1816-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223381, 2325, '1816-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223382, 2325, '1816-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223383, 2325, '1816-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223384, 2325, '1816-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223385, 2325, '1816-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223386, 2325, '1816-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223387, 2325, '1816-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223388, 2325, '1816-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223389, 2325, '1816-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223390, 2325, '1817-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223391, 2325, '1817-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223392, 2325, '1817-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223393, 2325, '1817-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223394, 2325, '1817-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223395, 2325, '1817-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223396, 2325, '1817-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223397, 2325, '1817-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223398, 2325, '1817-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223399, 2325, '1817-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223400, 2325, '1817-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223401, 2325, '1817-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223402, 2325, '1818-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223403, 2325, '1818-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223404, 2325, '1818-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223405, 2325, '1818-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223406, 2325, '1818-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223407, 2325, '1818-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223408, 2325, '1818-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223409, 2325, '1818-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223410, 2325, '1818-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223411, 2325, '1818-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223412, 2325, '1818-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223413, 2325, '1818-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223414, 2325, '1819-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223415, 2325, '1819-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223416, 2325, '1819-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223417, 2325, '1819-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223418, 2325, '1819-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223419, 2325, '1819-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223420, 2325, '1819-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223421, 2325, '1819-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223422, 2325, '1819-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223423, 2325, '1819-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223424, 2325, '1819-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223425, 2325, '1819-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223426, 2325, '1820-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223427, 2325, '1820-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223428, 2325, '1820-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223429, 2325, '1820-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223430, 2325, '1820-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223431, 2325, '1820-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223432, 2325, '1820-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223433, 2325, '1820-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223434, 2325, '1820-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223435, 2325, '1820-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223436, 2325, '1820-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223437, 2325, '1820-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223438, 2325, '1821-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223439, 2325, '1821-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223440, 2325, '1821-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223441, 2325, '1821-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223442, 2325, '1821-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223443, 2325, '1821-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223444, 2325, '1821-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223445, 2325, '1821-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223446, 2325, '1821-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223447, 2325, '1821-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223448, 2325, '1821-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223449, 2325, '1821-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223450, 2325, '1822-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223451, 2325, '1822-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223452, 2325, '1822-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223453, 2325, '1822-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223454, 2325, '1822-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223455, 2325, '1822-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223456, 2325, '1822-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223457, 2325, '1822-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223458, 2325, '1822-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223459, 2325, '1822-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223460, 2325, '1822-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223461, 2325, '1822-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223462, 2325, '1823-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223463, 2325, '1823-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223464, 2325, '1823-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223465, 2325, '1823-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223466, 2325, '1823-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223467, 2325, '1823-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223468, 2325, '1823-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223469, 2325, '1823-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223470, 2325, '1823-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223471, 2325, '1823-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223472, 2325, '1823-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223473, 2325, '1823-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223474, 2325, '1824-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223475, 2325, '1824-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223476, 2325, '1824-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223477, 2325, '1824-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223478, 2325, '1824-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223479, 2325, '1824-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223480, 2325, '1824-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223481, 2325, '1824-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223482, 2325, '1824-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223483, 2325, '1824-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223484, 2325, '1824-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223485, 2325, '1824-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223486, 2325, '1825-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223487, 2325, '1825-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223488, 2325, '1825-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223489, 2325, '1825-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223490, 2325, '1825-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223491, 2325, '1825-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223492, 2325, '1825-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223493, 2325, '1825-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223494, 2325, '1825-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223495, 2325, '1825-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223496, 2325, '1825-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223497, 2325, '1825-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223498, 2325, '1826-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223499, 2325, '1826-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223500, 2325, '1826-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223501, 2325, '1826-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223502, 2325, '1826-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223503, 2325, '1826-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223504, 2325, '1826-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:38', '2023-10-31 14:09:38'),
(223505, 2325, '1826-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223506, 2325, '1826-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223507, 2325, '1826-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223508, 2325, '1826-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223509, 2325, '1826-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223510, 2325, '1827-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223511, 2325, '1827-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223512, 2325, '1827-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223513, 2325, '1827-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223514, 2325, '1827-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223515, 2325, '1827-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223516, 2325, '1827-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223517, 2325, '1827-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223518, 2325, '1827-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223519, 2325, '1827-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223520, 2325, '1827-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223521, 2325, '1827-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223522, 2325, '1828-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223523, 2325, '1828-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223524, 2325, '1828-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223525, 2325, '1828-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223526, 2325, '1828-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223527, 2325, '1828-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223528, 2325, '1828-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223529, 2325, '1828-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223530, 2325, '1828-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223531, 2325, '1828-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223532, 2325, '1828-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223533, 2325, '1828-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223534, 2325, '1829-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223535, 2325, '1829-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223536, 2325, '1829-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223537, 2325, '1829-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223538, 2325, '1829-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223539, 2325, '1829-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223540, 2325, '1829-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223541, 2325, '1829-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223542, 2325, '1829-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223543, 2325, '1829-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223544, 2325, '1829-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223545, 2325, '1829-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223546, 2325, '1830-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223547, 2325, '1830-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223548, 2325, '1830-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223549, 2325, '1830-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223550, 2325, '1830-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223551, 2325, '1830-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223552, 2325, '1830-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223553, 2325, '1830-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223554, 2325, '1830-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223555, 2325, '1830-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223556, 2325, '1830-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223557, 2325, '1830-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223558, 2325, '1831-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223559, 2325, '1831-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223560, 2325, '1831-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223561, 2325, '1831-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223562, 2325, '1831-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223563, 2325, '1831-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223564, 2325, '1831-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223565, 2325, '1831-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223566, 2325, '1831-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223567, 2325, '1831-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223568, 2325, '1831-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223569, 2325, '1831-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223570, 2325, '1832-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223571, 2325, '1832-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223572, 2325, '1832-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223573, 2325, '1832-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223574, 2325, '1832-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223575, 2325, '1832-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223576, 2325, '1832-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223577, 2325, '1832-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223578, 2325, '1832-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223579, 2325, '1832-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223580, 2325, '1832-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223581, 2325, '1832-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223582, 2325, '1833-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223583, 2325, '1833-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223584, 2325, '1833-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223585, 2325, '1833-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223586, 2325, '1833-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223587, 2325, '1833-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223588, 2325, '1833-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223589, 2325, '1833-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223590, 2325, '1833-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223591, 2325, '1833-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223592, 2325, '1833-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223593, 2325, '1833-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223594, 2325, '1834-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223595, 2325, '1834-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223596, 2325, '1834-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223597, 2325, '1834-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223598, 2325, '1834-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223599, 2325, '1834-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223600, 2325, '1834-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223601, 2325, '1834-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223602, 2325, '1834-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223603, 2325, '1834-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223604, 2325, '1834-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223605, 2325, '1834-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223606, 2325, '1835-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223607, 2325, '1835-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223608, 2325, '1835-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223609, 2325, '1835-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223610, 2325, '1835-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223611, 2325, '1835-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223612, 2325, '1835-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223613, 2325, '1835-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223614, 2325, '1835-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223615, 2325, '1835-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223616, 2325, '1835-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223617, 2325, '1835-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223618, 2325, '1836-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223619, 2325, '1836-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223620, 2325, '1836-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223621, 2325, '1836-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223622, 2325, '1836-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223623, 2325, '1836-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223624, 2325, '1836-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223625, 2325, '1836-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223626, 2325, '1836-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223627, 2325, '1836-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223628, 2325, '1836-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223629, 2325, '1836-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223630, 2325, '1837-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223631, 2325, '1837-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223632, 2325, '1837-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223633, 2325, '1837-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223634, 2325, '1837-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223635, 2325, '1837-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223636, 2325, '1837-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223637, 2325, '1837-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223638, 2325, '1837-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223639, 2325, '1837-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223640, 2325, '1837-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223641, 2325, '1837-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223642, 2325, '1838-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223643, 2325, '1838-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223644, 2325, '1838-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223645, 2325, '1838-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223646, 2325, '1838-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223647, 2325, '1838-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223648, 2325, '1838-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223649, 2325, '1838-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223650, 2325, '1838-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223651, 2325, '1838-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223652, 2325, '1838-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223653, 2325, '1838-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223654, 2325, '1839-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223655, 2325, '1839-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223656, 2325, '1839-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223657, 2325, '1839-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223658, 2325, '1839-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223659, 2325, '1839-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223660, 2325, '1839-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223661, 2325, '1839-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223662, 2325, '1839-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223663, 2325, '1839-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223664, 2325, '1839-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223665, 2325, '1839-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223666, 2325, '1840-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223667, 2325, '1840-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223668, 2325, '1840-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223669, 2325, '1840-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223670, 2325, '1840-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223671, 2325, '1840-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223672, 2325, '1840-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223673, 2325, '1840-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223674, 2325, '1840-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223675, 2325, '1840-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223676, 2325, '1840-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223677, 2325, '1840-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223678, 2325, '1841-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223679, 2325, '1841-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223680, 2325, '1841-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223681, 2325, '1841-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223682, 2325, '1841-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223683, 2325, '1841-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223684, 2325, '1841-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223685, 2325, '1841-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223686, 2325, '1841-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223687, 2325, '1841-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223688, 2325, '1841-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223689, 2325, '1841-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223690, 2325, '1842-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223691, 2325, '1842-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223692, 2325, '1842-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223693, 2325, '1842-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223694, 2325, '1842-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223695, 2325, '1842-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223696, 2325, '1842-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223697, 2325, '1842-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223698, 2325, '1842-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223699, 2325, '1842-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223700, 2325, '1842-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223701, 2325, '1842-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223702, 2325, '1843-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223703, 2325, '1843-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223704, 2325, '1843-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223705, 2325, '1843-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223706, 2325, '1843-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223707, 2325, '1843-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223708, 2325, '1843-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223709, 2325, '1843-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223710, 2325, '1843-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223711, 2325, '1843-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223712, 2325, '1843-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223713, 2325, '1843-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223714, 2325, '1844-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223715, 2325, '1844-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223716, 2325, '1844-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223717, 2325, '1844-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223718, 2325, '1844-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223719, 2325, '1844-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223720, 2325, '1844-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223721, 2325, '1844-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223722, 2325, '1844-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223723, 2325, '1844-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223724, 2325, '1844-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223725, 2325, '1844-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223726, 2325, '1845-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223727, 2325, '1845-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223728, 2325, '1845-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223729, 2325, '1845-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223730, 2325, '1845-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223731, 2325, '1845-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223732, 2325, '1845-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223733, 2325, '1845-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223734, 2325, '1845-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223735, 2325, '1845-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223736, 2325, '1845-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223737, 2325, '1845-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223738, 2325, '1846-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223739, 2325, '1846-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223740, 2325, '1846-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223741, 2325, '1846-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223742, 2325, '1846-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223743, 2325, '1846-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223744, 2325, '1846-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223745, 2325, '1846-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223746, 2325, '1846-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223747, 2325, '1846-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223748, 2325, '1846-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223749, 2325, '1846-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223750, 2325, '1847-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223751, 2325, '1847-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223752, 2325, '1847-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223753, 2325, '1847-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223754, 2325, '1847-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223755, 2325, '1847-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223756, 2325, '1847-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223757, 2325, '1847-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223758, 2325, '1847-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223759, 2325, '1847-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223760, 2325, '1847-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223761, 2325, '1847-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223762, 2325, '1848-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223763, 2325, '1848-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223764, 2325, '1848-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223765, 2325, '1848-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223766, 2325, '1848-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223767, 2325, '1848-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223768, 2325, '1848-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223769, 2325, '1848-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223770, 2325, '1848-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223771, 2325, '1848-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223772, 2325, '1848-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223773, 2325, '1848-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223774, 2325, '1849-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223775, 2325, '1849-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223776, 2325, '1849-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223777, 2325, '1849-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223778, 2325, '1849-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223779, 2325, '1849-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223780, 2325, '1849-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223781, 2325, '1849-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223782, 2325, '1849-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223783, 2325, '1849-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223784, 2325, '1849-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223785, 2325, '1849-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223786, 2325, '1850-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223787, 2325, '1850-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223788, 2325, '1850-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223789, 2325, '1850-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223790, 2325, '1850-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223791, 2325, '1850-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223792, 2325, '1850-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223793, 2325, '1850-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223794, 2325, '1850-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223795, 2325, '1850-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223796, 2325, '1850-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223797, 2325, '1850-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223798, 2325, '1851-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223799, 2325, '1851-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223800, 2325, '1851-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223801, 2325, '1851-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223802, 2325, '1851-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223803, 2325, '1851-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223804, 2325, '1851-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223805, 2325, '1851-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223806, 2325, '1851-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223807, 2325, '1851-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223808, 2325, '1851-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223809, 2325, '1851-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223810, 2325, '1852-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223811, 2325, '1852-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223812, 2325, '1852-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223813, 2325, '1852-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223814, 2325, '1852-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223815, 2325, '1852-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223816, 2325, '1852-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223817, 2325, '1852-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223818, 2325, '1852-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223819, 2325, '1852-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223820, 2325, '1852-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223821, 2325, '1852-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223822, 2325, '1853-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223823, 2325, '1853-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223824, 2325, '1853-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223825, 2325, '1853-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223826, 2325, '1853-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223827, 2325, '1853-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223828, 2325, '1853-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223829, 2325, '1853-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223830, 2325, '1853-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223831, 2325, '1853-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223832, 2325, '1853-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223833, 2325, '1853-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223834, 2325, '1854-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223835, 2325, '1854-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223836, 2325, '1854-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223837, 2325, '1854-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223838, 2325, '1854-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223839, 2325, '1854-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(223840, 2325, '1854-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223841, 2325, '1854-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223842, 2325, '1854-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223843, 2325, '1854-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223844, 2325, '1854-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223845, 2325, '1854-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223846, 2325, '1855-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223847, 2325, '1855-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223848, 2325, '1855-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223849, 2325, '1855-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223850, 2325, '1855-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223851, 2325, '1855-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223852, 2325, '1855-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223853, 2325, '1855-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223854, 2325, '1855-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223855, 2325, '1855-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223856, 2325, '1855-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223857, 2325, '1855-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223858, 2325, '1856-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223859, 2325, '1856-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223860, 2325, '1856-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223861, 2325, '1856-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223862, 2325, '1856-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223863, 2325, '1856-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223864, 2325, '1856-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223865, 2325, '1856-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223866, 2325, '1856-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223867, 2325, '1856-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223868, 2325, '1856-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223869, 2325, '1856-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223870, 2325, '1857-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223871, 2325, '1857-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223872, 2325, '1857-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223873, 2325, '1857-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223874, 2325, '1857-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223875, 2325, '1857-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223876, 2325, '1857-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223877, 2325, '1857-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223878, 2325, '1857-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223879, 2325, '1857-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223880, 2325, '1857-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223881, 2325, '1857-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223882, 2325, '1858-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223883, 2325, '1858-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223884, 2325, '1858-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223885, 2325, '1858-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223886, 2325, '1858-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223887, 2325, '1858-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223888, 2325, '1858-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223889, 2325, '1858-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223890, 2325, '1858-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223891, 2325, '1858-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223892, 2325, '1858-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223893, 2325, '1858-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223894, 2325, '1859-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223895, 2325, '1859-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223896, 2325, '1859-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223897, 2325, '1859-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223898, 2325, '1859-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223899, 2325, '1859-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223900, 2325, '1859-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223901, 2325, '1859-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223902, 2325, '1859-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223903, 2325, '1859-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223904, 2325, '1859-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223905, 2325, '1859-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223906, 2325, '1860-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223907, 2325, '1860-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223908, 2325, '1860-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223909, 2325, '1860-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223910, 2325, '1860-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:39', '2023-10-31 14:09:39'),
(223911, 2325, '1860-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(223912, 2325, '1860-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(223913, 2325, '1860-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(223914, 2325, '1860-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(223915, 2325, '1860-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(223916, 2325, '1860-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(223917, 2325, '1860-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(223918, 2325, '1861-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(223919, 2325, '1861-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(223920, 2325, '1861-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(223921, 2325, '1861-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(223922, 2325, '1861-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(223923, 2325, '1861-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(223924, 2325, '1861-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(223925, 2325, '1861-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(223926, 2325, '1861-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(223927, 2325, '1861-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(223928, 2325, '1861-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(223929, 2325, '1861-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(223930, 2325, '1862-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(223931, 2325, '1862-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(223932, 2325, '1862-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(223933, 2325, '1862-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(223934, 2325, '1862-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(223935, 2325, '1862-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(223936, 2325, '1862-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(223937, 2325, '1862-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(223938, 2325, '1862-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(223939, 2325, '1862-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(223940, 2325, '1862-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(223941, 2325, '1862-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(223942, 2325, '1863-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(223943, 2325, '1863-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(223944, 2325, '1863-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(223945, 2325, '1863-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(223946, 2325, '1863-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(223947, 2325, '1863-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(223948, 2325, '1863-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(223949, 2325, '1863-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(223950, 2325, '1863-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(223951, 2325, '1863-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(223952, 2325, '1863-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(223953, 2325, '1863-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(223954, 2325, '1864-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(223955, 2325, '1864-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(223956, 2325, '1864-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(223957, 2325, '1864-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(223958, 2325, '1864-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(223959, 2325, '1864-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(223960, 2325, '1864-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(223961, 2325, '1864-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(223962, 2325, '1864-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(223963, 2325, '1864-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(223964, 2325, '1864-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(223965, 2325, '1864-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(223966, 2325, '1865-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(223967, 2325, '1865-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(223968, 2325, '1865-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(223969, 2325, '1865-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(223970, 2325, '1865-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(223971, 2325, '1865-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(223972, 2325, '1865-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(223973, 2325, '1865-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(223974, 2325, '1865-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(223975, 2325, '1865-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(223976, 2325, '1865-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(223977, 2325, '1865-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(223978, 2325, '1866-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(223979, 2325, '1866-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(223980, 2325, '1866-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(223981, 2325, '1866-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(223982, 2325, '1866-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(223983, 2325, '1866-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(223984, 2325, '1866-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(223985, 2325, '1866-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(223986, 2325, '1866-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(223987, 2325, '1866-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(223988, 2325, '1866-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(223989, 2325, '1866-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(223990, 2325, '1867-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(223991, 2325, '1867-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(223992, 2325, '1867-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(223993, 2325, '1867-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(223994, 2325, '1867-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(223995, 2325, '1867-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(223996, 2325, '1867-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(223997, 2325, '1867-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(223998, 2325, '1867-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(223999, 2325, '1867-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224000, 2325, '1867-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224001, 2325, '1867-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224002, 2325, '1868-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224003, 2325, '1868-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224004, 2325, '1868-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224005, 2325, '1868-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224006, 2325, '1868-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224007, 2325, '1868-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224008, 2325, '1868-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224009, 2325, '1868-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224010, 2325, '1868-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224011, 2325, '1868-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224012, 2325, '1868-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224013, 2325, '1868-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224014, 2325, '1869-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224015, 2325, '1869-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224016, 2325, '1869-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224017, 2325, '1869-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224018, 2325, '1869-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224019, 2325, '1869-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224020, 2325, '1869-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224021, 2325, '1869-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224022, 2325, '1869-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224023, 2325, '1869-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224024, 2325, '1869-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224025, 2325, '1869-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224026, 2325, '1870-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224027, 2325, '1870-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224028, 2325, '1870-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224029, 2325, '1870-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224030, 2325, '1870-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224031, 2325, '1870-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224032, 2325, '1870-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224033, 2325, '1870-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224034, 2325, '1870-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224035, 2325, '1870-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224036, 2325, '1870-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224037, 2325, '1870-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224038, 2325, '1871-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224039, 2325, '1871-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224040, 2325, '1871-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224041, 2325, '1871-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224042, 2325, '1871-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224043, 2325, '1871-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224044, 2325, '1871-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224045, 2325, '1871-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224046, 2325, '1871-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224047, 2325, '1871-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224048, 2325, '1871-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224049, 2325, '1871-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224050, 2325, '1872-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224051, 2325, '1872-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224052, 2325, '1872-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224053, 2325, '1872-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224054, 2325, '1872-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224055, 2325, '1872-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224056, 2325, '1872-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224057, 2325, '1872-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224058, 2325, '1872-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224059, 2325, '1872-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224060, 2325, '1872-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224061, 2325, '1872-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224062, 2325, '1873-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224063, 2325, '1873-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224064, 2325, '1873-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224065, 2325, '1873-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224066, 2325, '1873-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224067, 2325, '1873-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224068, 2325, '1873-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224069, 2325, '1873-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224070, 2325, '1873-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224071, 2325, '1873-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224072, 2325, '1873-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224073, 2325, '1873-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224074, 2325, '1874-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224075, 2325, '1874-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224076, 2325, '1874-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224077, 2325, '1874-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224078, 2325, '1874-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224079, 2325, '1874-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224080, 2325, '1874-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224081, 2325, '1874-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224082, 2325, '1874-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224083, 2325, '1874-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224084, 2325, '1874-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224085, 2325, '1874-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224086, 2325, '1875-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224087, 2325, '1875-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224088, 2325, '1875-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224089, 2325, '1875-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224090, 2325, '1875-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224091, 2325, '1875-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224092, 2325, '1875-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224093, 2325, '1875-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224094, 2325, '1875-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224095, 2325, '1875-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224096, 2325, '1875-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224097, 2325, '1875-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224098, 2325, '1876-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224099, 2325, '1876-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224100, 2325, '1876-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224101, 2325, '1876-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224102, 2325, '1876-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224103, 2325, '1876-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224104, 2325, '1876-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224105, 2325, '1876-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224106, 2325, '1876-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224107, 2325, '1876-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224108, 2325, '1876-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224109, 2325, '1876-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224110, 2325, '1877-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224111, 2325, '1877-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224112, 2325, '1877-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224113, 2325, '1877-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224114, 2325, '1877-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224115, 2325, '1877-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224116, 2325, '1877-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224117, 2325, '1877-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224118, 2325, '1877-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224119, 2325, '1877-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224120, 2325, '1877-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224121, 2325, '1877-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224122, 2325, '1878-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224123, 2325, '1878-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224124, 2325, '1878-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224125, 2325, '1878-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224126, 2325, '1878-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224127, 2325, '1878-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224128, 2325, '1878-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224129, 2325, '1878-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224130, 2325, '1878-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224131, 2325, '1878-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224132, 2325, '1878-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224133, 2325, '1878-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224134, 2325, '1879-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224135, 2325, '1879-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224136, 2325, '1879-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224137, 2325, '1879-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224138, 2325, '1879-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224139, 2325, '1879-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224140, 2325, '1879-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224141, 2325, '1879-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224142, 2325, '1879-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224143, 2325, '1879-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224144, 2325, '1879-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224145, 2325, '1879-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224146, 2325, '1880-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224147, 2325, '1880-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224148, 2325, '1880-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224149, 2325, '1880-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224150, 2325, '1880-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224151, 2325, '1880-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224152, 2325, '1880-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224153, 2325, '1880-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224154, 2325, '1880-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224155, 2325, '1880-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224156, 2325, '1880-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224157, 2325, '1880-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224158, 2325, '1881-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224159, 2325, '1881-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224160, 2325, '1881-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224161, 2325, '1881-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224162, 2325, '1881-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224163, 2325, '1881-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224164, 2325, '1881-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224165, 2325, '1881-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224166, 2325, '1881-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224167, 2325, '1881-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224168, 2325, '1881-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224169, 2325, '1881-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224170, 2325, '1882-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224171, 2325, '1882-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224172, 2325, '1882-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224173, 2325, '1882-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224174, 2325, '1882-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224175, 2325, '1882-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224176, 2325, '1882-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224177, 2325, '1882-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224178, 2325, '1882-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224179, 2325, '1882-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224180, 2325, '1882-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224181, 2325, '1882-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224182, 2325, '1883-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224183, 2325, '1883-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224184, 2325, '1883-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224185, 2325, '1883-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224186, 2325, '1883-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224187, 2325, '1883-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224188, 2325, '1883-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224189, 2325, '1883-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224190, 2325, '1883-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224191, 2325, '1883-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224192, 2325, '1883-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224193, 2325, '1883-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224194, 2325, '1884-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224195, 2325, '1884-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224196, 2325, '1884-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224197, 2325, '1884-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224198, 2325, '1884-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224199, 2325, '1884-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224200, 2325, '1884-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224201, 2325, '1884-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224202, 2325, '1884-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224203, 2325, '1884-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224204, 2325, '1884-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224205, 2325, '1884-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224206, 2325, '1885-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224207, 2325, '1885-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224208, 2325, '1885-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224209, 2325, '1885-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224210, 2325, '1885-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224211, 2325, '1885-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224212, 2325, '1885-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224213, 2325, '1885-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224214, 2325, '1885-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224215, 2325, '1885-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224216, 2325, '1885-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224217, 2325, '1885-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224218, 2325, '1886-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224219, 2325, '1886-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224220, 2325, '1886-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224221, 2325, '1886-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224222, 2325, '1886-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224223, 2325, '1886-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224224, 2325, '1886-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224225, 2325, '1886-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224226, 2325, '1886-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224227, 2325, '1886-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224228, 2325, '1886-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224229, 2325, '1886-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224230, 2325, '1887-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224231, 2325, '1887-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224232, 2325, '1887-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224233, 2325, '1887-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224234, 2325, '1887-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224235, 2325, '1887-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224236, 2325, '1887-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224237, 2325, '1887-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224238, 2325, '1887-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224239, 2325, '1887-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224240, 2325, '1887-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224241, 2325, '1887-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224242, 2325, '1888-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224243, 2325, '1888-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224244, 2325, '1888-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224245, 2325, '1888-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224246, 2325, '1888-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224247, 2325, '1888-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224248, 2325, '1888-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224249, 2325, '1888-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224250, 2325, '1888-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224251, 2325, '1888-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224252, 2325, '1888-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224253, 2325, '1888-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224254, 2325, '1889-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224255, 2325, '1889-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224256, 2325, '1889-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224257, 2325, '1889-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224258, 2325, '1889-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224259, 2325, '1889-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224260, 2325, '1889-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224261, 2325, '1889-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224262, 2325, '1889-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224263, 2325, '1889-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224264, 2325, '1889-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224265, 2325, '1889-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224266, 2325, '1890-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224267, 2325, '1890-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224268, 2325, '1890-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224269, 2325, '1890-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224270, 2325, '1890-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224271, 2325, '1890-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224272, 2325, '1890-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224273, 2325, '1890-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224274, 2325, '1890-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224275, 2325, '1890-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224276, 2325, '1890-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224277, 2325, '1890-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224278, 2325, '1891-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224279, 2325, '1891-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224280, 2325, '1891-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224281, 2325, '1891-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224282, 2325, '1891-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224283, 2325, '1891-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224284, 2325, '1891-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224285, 2325, '1891-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224286, 2325, '1891-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224287, 2325, '1891-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224288, 2325, '1891-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224289, 2325, '1891-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224290, 2325, '1892-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224291, 2325, '1892-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224292, 2325, '1892-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224293, 2325, '1892-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224294, 2325, '1892-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224295, 2325, '1892-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224296, 2325, '1892-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224297, 2325, '1892-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224298, 2325, '1892-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224299, 2325, '1892-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224300, 2325, '1892-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224301, 2325, '1892-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224302, 2325, '1893-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224303, 2325, '1893-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40'),
(224304, 2325, '1893-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:40', '2023-10-31 14:09:40');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(224305, 2325, '1893-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224306, 2325, '1893-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224307, 2325, '1893-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224308, 2325, '1893-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224309, 2325, '1893-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224310, 2325, '1893-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224311, 2325, '1893-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224312, 2325, '1893-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224313, 2325, '1893-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224314, 2325, '1894-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224315, 2325, '1894-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224316, 2325, '1894-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224317, 2325, '1894-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224318, 2325, '1894-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224319, 2325, '1894-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224320, 2325, '1894-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224321, 2325, '1894-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224322, 2325, '1894-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224323, 2325, '1894-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224324, 2325, '1894-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224325, 2325, '1894-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224326, 2325, '1895-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224327, 2325, '1895-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224328, 2325, '1895-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224329, 2325, '1895-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224330, 2325, '1895-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224331, 2325, '1895-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224332, 2325, '1895-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224333, 2325, '1895-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224334, 2325, '1895-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224335, 2325, '1895-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224336, 2325, '1895-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224337, 2325, '1895-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224338, 2325, '1896-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224339, 2325, '1896-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224340, 2325, '1896-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224341, 2325, '1896-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224342, 2325, '1896-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224343, 2325, '1896-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224344, 2325, '1896-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224345, 2325, '1896-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224346, 2325, '1896-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224347, 2325, '1896-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224348, 2325, '1896-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224349, 2325, '1896-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224350, 2325, '1897-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224351, 2325, '1897-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224352, 2325, '1897-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224353, 2325, '1897-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224354, 2325, '1897-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224355, 2325, '1897-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224356, 2325, '1897-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224357, 2325, '1897-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224358, 2325, '1897-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224359, 2325, '1897-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224360, 2325, '1897-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224361, 2325, '1897-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224362, 2325, '1898-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224363, 2325, '1898-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224364, 2325, '1898-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224365, 2325, '1898-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224366, 2325, '1898-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224367, 2325, '1898-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224368, 2325, '1898-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224369, 2325, '1898-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224370, 2325, '1898-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224371, 2325, '1898-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224372, 2325, '1898-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224373, 2325, '1898-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224374, 2325, '1899-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224375, 2325, '1899-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224376, 2325, '1899-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224377, 2325, '1899-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224378, 2325, '1899-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224379, 2325, '1899-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224380, 2325, '1899-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224381, 2325, '1899-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224382, 2325, '1899-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224383, 2325, '1899-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224384, 2325, '1899-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224385, 2325, '1899-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224386, 2325, '1900-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224387, 2325, '1900-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224388, 2325, '1900-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224389, 2325, '1900-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224390, 2325, '1900-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224391, 2325, '1900-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224392, 2325, '1900-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224393, 2325, '1900-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224394, 2325, '1900-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224395, 2325, '1900-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224396, 2325, '1900-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224397, 2325, '1900-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224398, 2325, '1901-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224399, 2325, '1901-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224400, 2325, '1901-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224401, 2325, '1901-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224402, 2325, '1901-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224403, 2325, '1901-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224404, 2325, '1901-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224405, 2325, '1901-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224406, 2325, '1901-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224407, 2325, '1901-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224408, 2325, '1901-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224409, 2325, '1901-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224410, 2325, '1902-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224411, 2325, '1902-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224412, 2325, '1902-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224413, 2325, '1902-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224414, 2325, '1902-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224415, 2325, '1902-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224416, 2325, '1902-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224417, 2325, '1902-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224418, 2325, '1902-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224419, 2325, '1902-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224420, 2325, '1902-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224421, 2325, '1902-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224422, 2325, '1903-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224423, 2325, '1903-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224424, 2325, '1903-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224425, 2325, '1903-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224426, 2325, '1903-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224427, 2325, '1903-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224428, 2325, '1903-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224429, 2325, '1903-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224430, 2325, '1903-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224431, 2325, '1903-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224432, 2325, '1903-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224433, 2325, '1903-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224434, 2325, '1904-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224435, 2325, '1904-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224436, 2325, '1904-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224437, 2325, '1904-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224438, 2325, '1904-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224439, 2325, '1904-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224440, 2325, '1904-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224441, 2325, '1904-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224442, 2325, '1904-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224443, 2325, '1904-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224444, 2325, '1904-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224445, 2325, '1904-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224446, 2325, '1905-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224447, 2325, '1905-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224448, 2325, '1905-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224449, 2325, '1905-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224450, 2325, '1905-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224451, 2325, '1905-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224452, 2325, '1905-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224453, 2325, '1905-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224454, 2325, '1905-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224455, 2325, '1905-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224456, 2325, '1905-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224457, 2325, '1905-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224458, 2325, '1906-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224459, 2325, '1906-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224460, 2325, '1906-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224461, 2325, '1906-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224462, 2325, '1906-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224463, 2325, '1906-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224464, 2325, '1906-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224465, 2325, '1906-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224466, 2325, '1906-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224467, 2325, '1906-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224468, 2325, '1906-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224469, 2325, '1906-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224470, 2325, '1907-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224471, 2325, '1907-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224472, 2325, '1907-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224473, 2325, '1907-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224474, 2325, '1907-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224475, 2325, '1907-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224476, 2325, '1907-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224477, 2325, '1907-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224478, 2325, '1907-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224479, 2325, '1907-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224480, 2325, '1907-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224481, 2325, '1907-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224482, 2325, '1908-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224483, 2325, '1908-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224484, 2325, '1908-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224485, 2325, '1908-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224486, 2325, '1908-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224487, 2325, '1908-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224488, 2325, '1908-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224489, 2325, '1908-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224490, 2325, '1908-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224491, 2325, '1908-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224492, 2325, '1908-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224493, 2325, '1908-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224494, 2325, '1909-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224495, 2325, '1909-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224496, 2325, '1909-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224497, 2325, '1909-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224498, 2325, '1909-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224499, 2325, '1909-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224500, 2325, '1909-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224501, 2325, '1909-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224502, 2325, '1909-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224503, 2325, '1909-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224504, 2325, '1909-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224505, 2325, '1909-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224506, 2325, '1910-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224507, 2325, '1910-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224508, 2325, '1910-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224509, 2325, '1910-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224510, 2325, '1910-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224511, 2325, '1910-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224512, 2325, '1910-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224513, 2325, '1910-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224514, 2325, '1910-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224515, 2325, '1910-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224516, 2325, '1910-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224517, 2325, '1910-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224518, 2325, '1911-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224519, 2325, '1911-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224520, 2325, '1911-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224521, 2325, '1911-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224522, 2325, '1911-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224523, 2325, '1911-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224524, 2325, '1911-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224525, 2325, '1911-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224526, 2325, '1911-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224527, 2325, '1911-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224528, 2325, '1911-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224529, 2325, '1911-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224530, 2325, '1912-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224531, 2325, '1912-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224532, 2325, '1912-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224533, 2325, '1912-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224534, 2325, '1912-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224535, 2325, '1912-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224536, 2325, '1912-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224537, 2325, '1912-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224538, 2325, '1912-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224539, 2325, '1912-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224540, 2325, '1912-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224541, 2325, '1912-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224542, 2325, '1913-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224543, 2325, '1913-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224544, 2325, '1913-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224545, 2325, '1913-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224546, 2325, '1913-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224547, 2325, '1913-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224548, 2325, '1913-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224549, 2325, '1913-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224550, 2325, '1913-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224551, 2325, '1913-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224552, 2325, '1913-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224553, 2325, '1913-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224554, 2325, '1914-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224555, 2325, '1914-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224556, 2325, '1914-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224557, 2325, '1914-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224558, 2325, '1914-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224559, 2325, '1914-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224560, 2325, '1914-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224561, 2325, '1914-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224562, 2325, '1914-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224563, 2325, '1914-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224564, 2325, '1914-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224565, 2325, '1914-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224566, 2325, '1915-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224567, 2325, '1915-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224568, 2325, '1915-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224569, 2325, '1915-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224570, 2325, '1915-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224571, 2325, '1915-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224572, 2325, '1915-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224573, 2325, '1915-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224574, 2325, '1915-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224575, 2325, '1915-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224576, 2325, '1915-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224577, 2325, '1915-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224578, 2325, '1916-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224579, 2325, '1916-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224580, 2325, '1916-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224581, 2325, '1916-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224582, 2325, '1916-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224583, 2325, '1916-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224584, 2325, '1916-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224585, 2325, '1916-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224586, 2325, '1916-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224587, 2325, '1916-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224588, 2325, '1916-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224589, 2325, '1916-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224590, 2325, '1917-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224591, 2325, '1917-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224592, 2325, '1917-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224593, 2325, '1917-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224594, 2325, '1917-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224595, 2325, '1917-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224596, 2325, '1917-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224597, 2325, '1917-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224598, 2325, '1917-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224599, 2325, '1917-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224600, 2325, '1917-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224601, 2325, '1917-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224602, 2325, '1918-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224603, 2325, '1918-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224604, 2325, '1918-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224605, 2325, '1918-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224606, 2325, '1918-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224607, 2325, '1918-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224608, 2325, '1918-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224609, 2325, '1918-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224610, 2325, '1918-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224611, 2325, '1918-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224612, 2325, '1918-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224613, 2325, '1918-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224614, 2325, '1919-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224615, 2325, '1919-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224616, 2325, '1919-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224617, 2325, '1919-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224618, 2325, '1919-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224619, 2325, '1919-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224620, 2325, '1919-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224621, 2325, '1919-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224622, 2325, '1919-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224623, 2325, '1919-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224624, 2325, '1919-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224625, 2325, '1919-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224626, 2325, '1920-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224627, 2325, '1920-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224628, 2325, '1920-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224629, 2325, '1920-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224630, 2325, '1920-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224631, 2325, '1920-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224632, 2325, '1920-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224633, 2325, '1920-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224634, 2325, '1920-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224635, 2325, '1920-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224636, 2325, '1920-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224637, 2325, '1920-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224638, 2325, '1921-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224639, 2325, '1921-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224640, 2325, '1921-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224641, 2325, '1921-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224642, 2325, '1921-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224643, 2325, '1921-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224644, 2325, '1921-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224645, 2325, '1921-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224646, 2325, '1921-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224647, 2325, '1921-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224648, 2325, '1921-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224649, 2325, '1921-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224650, 2325, '1922-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224651, 2325, '1922-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224652, 2325, '1922-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224653, 2325, '1922-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224654, 2325, '1922-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224655, 2325, '1922-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224656, 2325, '1922-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224657, 2325, '1922-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224658, 2325, '1922-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224659, 2325, '1922-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224660, 2325, '1922-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224661, 2325, '1922-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224662, 2325, '1923-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224663, 2325, '1923-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224664, 2325, '1923-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224665, 2325, '1923-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224666, 2325, '1923-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224667, 2325, '1923-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224668, 2325, '1923-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224669, 2325, '1923-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224670, 2325, '1923-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224671, 2325, '1923-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224672, 2325, '1923-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224673, 2325, '1923-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224674, 2325, '1924-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224675, 2325, '1924-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224676, 2325, '1924-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224677, 2325, '1924-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224678, 2325, '1924-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224679, 2325, '1924-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224680, 2325, '1924-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224681, 2325, '1924-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224682, 2325, '1924-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224683, 2325, '1924-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224684, 2325, '1924-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224685, 2325, '1924-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224686, 2325, '1925-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224687, 2325, '1925-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224688, 2325, '1925-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224689, 2325, '1925-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224690, 2325, '1925-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224691, 2325, '1925-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224692, 2325, '1925-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224693, 2325, '1925-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224694, 2325, '1925-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224695, 2325, '1925-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224696, 2325, '1925-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224697, 2325, '1925-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224698, 2325, '1926-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224699, 2325, '1926-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224700, 2325, '1926-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224701, 2325, '1926-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224702, 2325, '1926-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224703, 2325, '1926-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224704, 2325, '1926-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224705, 2325, '1926-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224706, 2325, '1926-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224707, 2325, '1926-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224708, 2325, '1926-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224709, 2325, '1926-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224710, 2325, '1927-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224711, 2325, '1927-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224712, 2325, '1927-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224713, 2325, '1927-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224714, 2325, '1927-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224715, 2325, '1927-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:41', '2023-10-31 14:09:41'),
(224716, 2325, '1927-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224717, 2325, '1927-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224718, 2325, '1927-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224719, 2325, '1927-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224720, 2325, '1927-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224721, 2325, '1927-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224722, 2325, '1928-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224723, 2325, '1928-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224724, 2325, '1928-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224725, 2325, '1928-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224726, 2325, '1928-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224727, 2325, '1928-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224728, 2325, '1928-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224729, 2325, '1928-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224730, 2325, '1928-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224731, 2325, '1928-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224732, 2325, '1928-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224733, 2325, '1928-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224734, 2325, '1929-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224735, 2325, '1929-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224736, 2325, '1929-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224737, 2325, '1929-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224738, 2325, '1929-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224739, 2325, '1929-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224740, 2325, '1929-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224741, 2325, '1929-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224742, 2325, '1929-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224743, 2325, '1929-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224744, 2325, '1929-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224745, 2325, '1929-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224746, 2325, '1930-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224747, 2325, '1930-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224748, 2325, '1930-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224749, 2325, '1930-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224750, 2325, '1930-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224751, 2325, '1930-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224752, 2325, '1930-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224753, 2325, '1930-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224754, 2325, '1930-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224755, 2325, '1930-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224756, 2325, '1930-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224757, 2325, '1930-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224758, 2325, '1931-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224759, 2325, '1931-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224760, 2325, '1931-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224761, 2325, '1931-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224762, 2325, '1931-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224763, 2325, '1931-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224764, 2325, '1931-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224765, 2325, '1931-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224766, 2325, '1931-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224767, 2325, '1931-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224768, 2325, '1931-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224769, 2325, '1931-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(224770, 2325, '1932-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224771, 2325, '1932-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224772, 2325, '1932-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224773, 2325, '1932-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224774, 2325, '1932-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224775, 2325, '1932-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224776, 2325, '1932-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224777, 2325, '1932-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224778, 2325, '1932-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224779, 2325, '1932-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224780, 2325, '1932-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224781, 2325, '1932-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224782, 2325, '1933-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224783, 2325, '1933-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224784, 2325, '1933-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224785, 2325, '1933-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224786, 2325, '1933-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224787, 2325, '1933-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224788, 2325, '1933-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224789, 2325, '1933-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224790, 2325, '1933-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224791, 2325, '1933-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224792, 2325, '1933-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224793, 2325, '1933-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224794, 2325, '1934-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224795, 2325, '1934-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224796, 2325, '1934-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224797, 2325, '1934-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224798, 2325, '1934-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224799, 2325, '1934-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224800, 2325, '1934-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224801, 2325, '1934-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224802, 2325, '1934-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224803, 2325, '1934-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224804, 2325, '1934-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224805, 2325, '1934-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224806, 2325, '1935-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224807, 2325, '1935-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224808, 2325, '1935-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224809, 2325, '1935-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224810, 2325, '1935-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224811, 2325, '1935-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224812, 2325, '1935-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224813, 2325, '1935-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224814, 2325, '1935-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224815, 2325, '1935-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224816, 2325, '1935-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224817, 2325, '1935-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224818, 2325, '1936-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224819, 2325, '1936-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224820, 2325, '1936-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224821, 2325, '1936-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224822, 2325, '1936-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224823, 2325, '1936-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224824, 2325, '1936-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224825, 2325, '1936-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224826, 2325, '1936-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224827, 2325, '1936-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224828, 2325, '1936-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224829, 2325, '1936-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224830, 2325, '1937-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224831, 2325, '1937-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224832, 2325, '1937-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224833, 2325, '1937-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224834, 2325, '1937-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224835, 2325, '1937-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224836, 2325, '1937-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224837, 2325, '1937-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224838, 2325, '1937-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224839, 2325, '1937-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224840, 2325, '1937-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224841, 2325, '1937-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224842, 2325, '1938-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224843, 2325, '1938-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224844, 2325, '1938-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224845, 2325, '1938-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224846, 2325, '1938-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224847, 2325, '1938-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224848, 2325, '1938-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224849, 2325, '1938-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224850, 2325, '1938-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224851, 2325, '1938-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224852, 2325, '1938-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224853, 2325, '1938-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224854, 2325, '1939-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224855, 2325, '1939-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224856, 2325, '1939-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224857, 2325, '1939-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224858, 2325, '1939-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224859, 2325, '1939-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224860, 2325, '1939-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224861, 2325, '1939-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224862, 2325, '1939-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224863, 2325, '1939-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224864, 2325, '1939-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224865, 2325, '1939-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224866, 2325, '1940-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224867, 2325, '1940-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224868, 2325, '1940-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224869, 2325, '1940-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224870, 2325, '1940-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224871, 2325, '1940-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224872, 2325, '1940-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224873, 2325, '1940-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224874, 2325, '1940-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224875, 2325, '1940-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224876, 2325, '1940-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224877, 2325, '1940-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224878, 2325, '1941-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224879, 2325, '1941-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224880, 2325, '1941-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224881, 2325, '1941-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224882, 2325, '1941-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224883, 2325, '1941-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224884, 2325, '1941-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224885, 2325, '1941-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224886, 2325, '1941-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224887, 2325, '1941-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224888, 2325, '1941-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224889, 2325, '1941-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224890, 2325, '1942-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224891, 2325, '1942-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224892, 2325, '1942-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224893, 2325, '1942-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224894, 2325, '1942-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224895, 2325, '1942-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224896, 2325, '1942-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224897, 2325, '1942-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224898, 2325, '1942-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224899, 2325, '1942-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224900, 2325, '1942-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224901, 2325, '1942-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224902, 2325, '1943-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224903, 2325, '1943-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224904, 2325, '1943-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224905, 2325, '1943-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224906, 2325, '1943-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224907, 2325, '1943-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224908, 2325, '1943-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224909, 2325, '1943-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224910, 2325, '1943-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224911, 2325, '1943-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224912, 2325, '1943-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224913, 2325, '1943-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224914, 2325, '1944-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224915, 2325, '1944-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224916, 2325, '1944-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224917, 2325, '1944-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224918, 2325, '1944-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224919, 2325, '1944-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224920, 2325, '1944-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224921, 2325, '1944-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224922, 2325, '1944-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224923, 2325, '1944-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224924, 2325, '1944-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224925, 2325, '1944-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224926, 2325, '1945-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224927, 2325, '1945-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224928, 2325, '1945-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224929, 2325, '1945-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224930, 2325, '1945-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224931, 2325, '1945-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224932, 2325, '1945-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224933, 2325, '1945-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224934, 2325, '1945-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224935, 2325, '1945-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224936, 2325, '1945-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224937, 2325, '1945-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224938, 2325, '1946-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224939, 2325, '1946-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224940, 2325, '1946-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224941, 2325, '1946-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224942, 2325, '1946-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224943, 2325, '1946-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224944, 2325, '1946-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224945, 2325, '1946-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224946, 2325, '1946-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224947, 2325, '1946-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224948, 2325, '1946-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224949, 2325, '1946-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224950, 2325, '1947-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224951, 2325, '1947-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224952, 2325, '1947-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224953, 2325, '1947-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224954, 2325, '1947-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224955, 2325, '1947-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224956, 2325, '1947-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224957, 2325, '1947-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224958, 2325, '1947-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224959, 2325, '1947-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224960, 2325, '1947-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224961, 2325, '1947-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224962, 2325, '1948-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224963, 2325, '1948-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224964, 2325, '1948-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224965, 2325, '1948-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224966, 2325, '1948-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224967, 2325, '1948-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224968, 2325, '1948-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224969, 2325, '1948-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224970, 2325, '1948-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224971, 2325, '1948-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224972, 2325, '1948-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224973, 2325, '1948-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224974, 2325, '1949-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224975, 2325, '1949-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224976, 2325, '1949-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224977, 2325, '1949-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224978, 2325, '1949-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224979, 2325, '1949-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224980, 2325, '1949-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224981, 2325, '1949-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224982, 2325, '1949-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224983, 2325, '1949-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224984, 2325, '1949-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224985, 2325, '1949-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224986, 2325, '1950-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224987, 2325, '1950-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224988, 2325, '1950-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224989, 2325, '1950-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224990, 2325, '1950-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224991, 2325, '1950-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224992, 2325, '1950-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224993, 2325, '1950-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224994, 2325, '1950-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224995, 2325, '1950-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224996, 2325, '1950-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224997, 2325, '1950-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224998, 2325, '1951-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(224999, 2325, '1951-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(225000, 2325, '1951-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(225001, 2325, '1951-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(225002, 2325, '1951-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(225003, 2325, '1951-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(225004, 2325, '1951-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(225005, 2325, '1951-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(225006, 2325, '1951-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(225007, 2325, '1951-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(225008, 2325, '1951-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(225009, 2325, '1951-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(225010, 2325, '1952-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(225011, 2325, '1952-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(225012, 2325, '1952-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(225013, 2325, '1952-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(225014, 2325, '1952-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(225015, 2325, '1952-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(225016, 2325, '1952-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(225017, 2325, '1952-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(225018, 2325, '1952-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(225019, 2325, '1952-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(225020, 2325, '1952-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(225021, 2325, '1952-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(225022, 2325, '1953-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(225023, 2325, '1953-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(225024, 2325, '1953-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(225025, 2325, '1953-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(225026, 2325, '1953-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(225027, 2325, '1953-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(225028, 2325, '1953-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(225029, 2325, '1953-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(225030, 2325, '1953-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(225031, 2325, '1953-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(225032, 2325, '1953-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(225033, 2325, '1953-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(225034, 2325, '1954-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(225035, 2325, '1954-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(225036, 2325, '1954-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(225037, 2325, '1954-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(225038, 2325, '1954-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(225039, 2325, '1954-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(225040, 2325, '1954-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(225041, 2325, '1954-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(225042, 2325, '1954-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(225043, 2325, '1954-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(225044, 2325, '1954-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(225045, 2325, '1954-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(225046, 2325, '1955-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(225047, 2325, '1955-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(225048, 2325, '1955-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(225049, 2325, '1955-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(225050, 2325, '1955-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(225051, 2325, '1955-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(225052, 2325, '1955-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(225053, 2325, '1955-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(225054, 2325, '1955-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(225055, 2325, '1955-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(225056, 2325, '1955-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:42', '2023-10-31 14:09:42'),
(225057, 2325, '1955-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:43', '2023-10-31 14:09:43'),
(225058, 2325, '1956-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:43', '2023-10-31 14:09:43'),
(225059, 2325, '1956-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:43', '2023-10-31 14:09:43'),
(225060, 2325, '1956-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:43', '2023-10-31 14:09:43'),
(225061, 2325, '1956-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:43', '2023-10-31 14:09:43'),
(225062, 2325, '1956-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:43', '2023-10-31 14:09:43'),
(225063, 2325, '1956-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:43', '2023-10-31 14:09:43'),
(225064, 2325, '1956-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:43', '2023-10-31 14:09:43'),
(225065, 2325, '1956-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:43', '2023-10-31 14:09:43'),
(225066, 2325, '1956-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:43', '2023-10-31 14:09:43'),
(225067, 2325, '1956-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:43', '2023-10-31 14:09:43'),
(225068, 2325, '1956-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:43', '2023-10-31 14:09:43'),
(225069, 2325, '1956-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:43', '2023-10-31 14:09:43'),
(225070, 2325, '1957-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:43', '2023-10-31 14:09:43'),
(225071, 2325, '1957-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:43', '2023-10-31 14:09:43'),
(225072, 2325, '1957-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:43', '2023-10-31 14:09:43'),
(225073, 2325, '1957-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:43', '2023-10-31 14:09:43'),
(225074, 2325, '1957-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:43', '2023-10-31 14:09:43'),
(225075, 2325, '1957-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:43', '2023-10-31 14:09:43'),
(225076, 2325, '1957-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:43', '2023-10-31 14:09:43'),
(225077, 2325, '1957-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:43', '2023-10-31 14:09:43'),
(225078, 2325, '1957-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:43', '2023-10-31 14:09:43'),
(225079, 2325, '1957-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:43', '2023-10-31 14:09:43'),
(225080, 2325, '1957-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:43', '2023-10-31 14:09:43'),
(225081, 2325, '1957-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:43', '2023-10-31 14:09:43'),
(225082, 2325, '1958-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:43', '2023-10-31 14:09:43'),
(225083, 2325, '1958-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:43', '2023-10-31 14:09:43'),
(225084, 2325, '1958-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:43', '2023-10-31 14:09:43'),
(225085, 2325, '1958-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:43', '2023-10-31 14:09:43'),
(225086, 2325, '1958-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:43', '2023-10-31 14:09:43'),
(225087, 2325, '1958-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:43', '2023-10-31 14:09:43'),
(225088, 2325, '1958-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:43', '2023-10-31 14:09:43'),
(225089, 2325, '1958-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:43', '2023-10-31 14:09:43'),
(225090, 2325, '1958-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:43', '2023-10-31 14:09:43'),
(225091, 2325, '1958-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:43', '2023-10-31 14:09:43'),
(225092, 2325, '1958-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:43', '2023-10-31 14:09:43'),
(225093, 2325, '1958-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:43', '2023-10-31 14:09:43'),
(225094, 2325, '1959-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:43', '2023-10-31 14:09:43'),
(225095, 2325, '1959-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:43', '2023-10-31 14:09:43'),
(225096, 2325, '1959-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:43', '2023-10-31 14:09:43'),
(225097, 2325, '1959-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:43', '2023-10-31 14:09:43'),
(225098, 2325, '1959-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:43', '2023-10-31 14:09:43'),
(225099, 2325, '1959-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:43', '2023-10-31 14:09:43'),
(225100, 2325, '1959-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:43', '2023-10-31 14:09:43'),
(225101, 2325, '1959-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:43', '2023-10-31 14:09:43'),
(225102, 2325, '1959-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:43', '2023-10-31 14:09:43'),
(225103, 2325, '1959-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:43', '2023-10-31 14:09:43'),
(225104, 2325, '1959-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:43', '2023-10-31 14:09:43'),
(225105, 2325, '1959-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:43', '2023-10-31 14:09:43'),
(225106, 2325, '1960-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:43', '2023-10-31 14:09:43'),
(225107, 2325, '1960-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:43', '2023-10-31 14:09:43'),
(225108, 2325, '1960-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:43', '2023-10-31 14:09:43'),
(225109, 2325, '1960-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:43', '2023-10-31 14:09:43'),
(225110, 2325, '1960-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:43', '2023-10-31 14:09:43'),
(225111, 2325, '1960-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:43', '2023-10-31 14:09:43'),
(225112, 2325, '1960-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:43', '2023-10-31 14:09:43'),
(225113, 2325, '1960-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:43', '2023-10-31 14:09:43'),
(225114, 2325, '1960-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:43', '2023-10-31 14:09:43'),
(225115, 2325, '1960-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:43', '2023-10-31 14:09:43'),
(225116, 2325, '1960-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:43', '2023-10-31 14:09:43'),
(225117, 2325, '1960-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:43', '2023-10-31 14:09:43'),
(225118, 2325, '1961-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:43', '2023-10-31 14:09:43'),
(225119, 2325, '1961-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:43', '2023-10-31 14:09:43'),
(225120, 2325, '1961-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:43', '2023-10-31 14:09:43'),
(225121, 2325, '1961-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:43', '2023-10-31 14:09:43'),
(225122, 2325, '1961-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:43', '2023-10-31 14:09:43'),
(225123, 2325, '1961-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:43', '2023-10-31 14:09:43'),
(225124, 2325, '1961-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:43', '2023-10-31 14:09:43'),
(225125, 2325, '1961-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:43', '2023-10-31 14:09:43'),
(225126, 2325, '1961-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:43', '2023-10-31 14:09:43'),
(225127, 2325, '1961-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:43', '2023-10-31 14:09:43'),
(225128, 2325, '1961-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:43', '2023-10-31 14:09:43'),
(225129, 2325, '1961-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:43', '2023-10-31 14:09:43'),
(225130, 2325, '1962-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:43', '2023-10-31 14:09:43'),
(225131, 2325, '1962-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:43', '2023-10-31 14:09:43'),
(225132, 2325, '1962-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:43', '2023-10-31 14:09:43'),
(225133, 2325, '1962-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:43', '2023-10-31 14:09:43'),
(225134, 2325, '1962-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:43', '2023-10-31 14:09:43'),
(225135, 2325, '1962-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:43', '2023-10-31 14:09:43'),
(225136, 2325, '1962-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:43', '2023-10-31 14:09:43'),
(225137, 2325, '1962-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:43', '2023-10-31 14:09:43'),
(225138, 2325, '1962-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:43', '2023-10-31 14:09:43'),
(225139, 2325, '1962-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:43', '2023-10-31 14:09:43'),
(225140, 2325, '1962-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:43', '2023-10-31 14:09:43'),
(225141, 2325, '1962-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:43', '2023-10-31 14:09:43'),
(225142, 2325, '1963-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:43', '2023-10-31 14:09:43'),
(225143, 2325, '1963-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:43', '2023-10-31 14:09:43'),
(225144, 2325, '1963-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:43', '2023-10-31 14:09:43'),
(225145, 2325, '1963-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:43', '2023-10-31 14:09:43'),
(225146, 2325, '1963-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:43', '2023-10-31 14:09:43'),
(225147, 2325, '1963-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:43', '2023-10-31 14:09:43'),
(225148, 2325, '1963-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:43', '2023-10-31 14:09:43'),
(225149, 2325, '1963-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:43', '2023-10-31 14:09:43'),
(225150, 2325, '1963-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:43', '2023-10-31 14:09:43'),
(225151, 2325, '1963-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:43', '2023-10-31 14:09:43'),
(225152, 2325, '1963-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:43', '2023-10-31 14:09:43'),
(225153, 2325, '1963-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:43', '2023-10-31 14:09:43'),
(225154, 2325, '1964-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:43', '2023-10-31 14:09:43'),
(225155, 2325, '1964-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:43', '2023-10-31 14:09:43'),
(225156, 2325, '1964-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:43', '2023-10-31 14:09:43'),
(225157, 2325, '1964-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:43', '2023-10-31 14:09:43'),
(225158, 2325, '1964-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:43', '2023-10-31 14:09:43'),
(225159, 2325, '1964-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:43', '2023-10-31 14:09:43'),
(225160, 2325, '1964-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:43', '2023-10-31 14:09:43'),
(225161, 2325, '1964-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:43', '2023-10-31 14:09:43'),
(225162, 2325, '1964-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:43', '2023-10-31 14:09:43'),
(225163, 2325, '1964-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:43', '2023-10-31 14:09:43'),
(225164, 2325, '1964-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:43', '2023-10-31 14:09:43'),
(225165, 2325, '1964-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:43', '2023-10-31 14:09:43'),
(225166, 2325, '1965-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:43', '2023-10-31 14:09:43'),
(225167, 2325, '1965-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:43', '2023-10-31 14:09:43'),
(225168, 2325, '1965-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:43', '2023-10-31 14:09:43'),
(225169, 2325, '1965-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:43', '2023-10-31 14:09:43'),
(225170, 2325, '1965-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:43', '2023-10-31 14:09:43'),
(225171, 2325, '1965-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:43', '2023-10-31 14:09:43'),
(225172, 2325, '1965-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:43', '2023-10-31 14:09:43'),
(225173, 2325, '1965-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:43', '2023-10-31 14:09:43'),
(225174, 2325, '1965-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:43', '2023-10-31 14:09:43'),
(225175, 2325, '1965-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:43', '2023-10-31 14:09:43'),
(225176, 2325, '1965-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:43', '2023-10-31 14:09:43'),
(225177, 2325, '1965-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:43', '2023-10-31 14:09:43'),
(225178, 2325, '1966-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:43', '2023-10-31 14:09:43'),
(225179, 2325, '1966-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:43', '2023-10-31 14:09:43'),
(225180, 2325, '1966-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:43', '2023-10-31 14:09:43'),
(225181, 2325, '1966-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:43', '2023-10-31 14:09:43'),
(225182, 2325, '1966-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:43', '2023-10-31 14:09:43'),
(225183, 2325, '1966-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:43', '2023-10-31 14:09:43'),
(225184, 2325, '1966-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:43', '2023-10-31 14:09:43'),
(225185, 2325, '1966-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:43', '2023-10-31 14:09:43'),
(225186, 2325, '1966-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:43', '2023-10-31 14:09:43'),
(225187, 2325, '1966-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:43', '2023-10-31 14:09:43'),
(225188, 2325, '1966-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:43', '2023-10-31 14:09:43'),
(225189, 2325, '1966-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:43', '2023-10-31 14:09:43'),
(225190, 2325, '1967-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:43', '2023-10-31 14:09:43'),
(225191, 2325, '1967-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:43', '2023-10-31 14:09:43'),
(225192, 2325, '1967-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:43', '2023-10-31 14:09:43'),
(225193, 2325, '1967-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:43', '2023-10-31 14:09:43'),
(225194, 2325, '1967-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:43', '2023-10-31 14:09:43'),
(225195, 2325, '1967-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:43', '2023-10-31 14:09:43'),
(225196, 2325, '1967-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:43', '2023-10-31 14:09:43'),
(225197, 2325, '1967-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:43', '2023-10-31 14:09:43'),
(225198, 2325, '1967-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:43', '2023-10-31 14:09:43'),
(225199, 2325, '1967-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:43', '2023-10-31 14:09:43'),
(225200, 2325, '1967-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:43', '2023-10-31 14:09:43'),
(225201, 2325, '1967-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:43', '2023-10-31 14:09:43'),
(225202, 2325, '1968-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:43', '2023-10-31 14:09:43'),
(225203, 2325, '1968-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:43', '2023-10-31 14:09:43'),
(225204, 2325, '1968-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:43', '2023-10-31 14:09:43'),
(225205, 2325, '1968-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:43', '2023-10-31 14:09:43'),
(225206, 2325, '1968-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:43', '2023-10-31 14:09:43'),
(225207, 2325, '1968-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:43', '2023-10-31 14:09:43'),
(225208, 2325, '1968-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:43', '2023-10-31 14:09:43'),
(225209, 2325, '1968-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:43', '2023-10-31 14:09:43'),
(225210, 2325, '1968-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:43', '2023-10-31 14:09:43'),
(225211, 2325, '1968-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:43', '2023-10-31 14:09:43'),
(225212, 2325, '1968-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:43', '2023-10-31 14:09:43'),
(225213, 2325, '1968-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:43', '2023-10-31 14:09:43'),
(225214, 2325, '1969-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:43', '2023-10-31 14:09:43'),
(225215, 2325, '1969-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:43', '2023-10-31 14:09:43'),
(225216, 2325, '1969-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:43', '2023-10-31 14:09:43'),
(225217, 2325, '1969-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:43', '2023-10-31 14:09:43'),
(225218, 2325, '1969-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:43', '2023-10-31 14:09:43'),
(225219, 2325, '1969-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:43', '2023-10-31 14:09:43'),
(225220, 2325, '1969-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:43', '2023-10-31 14:09:43'),
(225221, 2325, '1969-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:43', '2023-10-31 14:09:43'),
(225222, 2325, '1969-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:43', '2023-10-31 14:09:43'),
(225223, 2325, '1969-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:43', '2023-10-31 14:09:43'),
(225224, 2325, '1969-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:43', '2023-10-31 14:09:43'),
(225225, 2325, '1969-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:43', '2023-10-31 14:09:43'),
(225226, 2325, '1970-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:43', '2023-10-31 14:09:43'),
(225227, 2325, '1970-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:43', '2023-10-31 14:09:43'),
(225228, 2325, '1970-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:43', '2023-10-31 14:09:43'),
(225229, 2325, '1970-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:43', '2023-10-31 14:09:43'),
(225230, 2325, '1970-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:43', '2023-10-31 14:09:43'),
(225231, 2325, '1970-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:43', '2023-10-31 14:09:43'),
(225232, 2325, '1970-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:43', '2023-10-31 14:09:43'),
(225233, 2325, '1970-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:43', '2023-10-31 14:09:43'),
(225234, 2325, '1970-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:43', '2023-10-31 14:09:43');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(225235, 2325, '1970-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:43', '2023-10-31 14:09:43'),
(225236, 2325, '1970-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:43', '2023-10-31 14:09:43'),
(225237, 2325, '1970-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:43', '2023-10-31 14:09:43'),
(225238, 2325, '1971-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:43', '2023-10-31 14:09:43'),
(225239, 2325, '1971-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:43', '2023-10-31 14:09:43'),
(225240, 2325, '1971-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:43', '2023-10-31 14:09:43'),
(225241, 2325, '1971-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:43', '2023-10-31 14:09:43'),
(225242, 2325, '1971-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:43', '2023-10-31 14:09:43'),
(225243, 2325, '1971-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:43', '2023-10-31 14:09:43'),
(225244, 2325, '1971-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:43', '2023-10-31 14:09:43'),
(225245, 2325, '1971-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:43', '2023-10-31 14:09:43'),
(225246, 2325, '1971-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:43', '2023-10-31 14:09:43'),
(225247, 2325, '1971-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:43', '2023-10-31 14:09:43'),
(225248, 2325, '1971-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:43', '2023-10-31 14:09:43'),
(225249, 2325, '1971-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:43', '2023-10-31 14:09:43'),
(225250, 2325, '1972-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:43', '2023-10-31 14:09:43'),
(225251, 2325, '1972-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:43', '2023-10-31 14:09:43'),
(225252, 2325, '1972-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:43', '2023-10-31 14:09:43'),
(225253, 2325, '1972-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:43', '2023-10-31 14:09:43'),
(225254, 2325, '1972-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:43', '2023-10-31 14:09:43'),
(225255, 2325, '1972-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:43', '2023-10-31 14:09:43'),
(225256, 2325, '1972-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:43', '2023-10-31 14:09:43'),
(225257, 2325, '1972-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:43', '2023-10-31 14:09:43'),
(225258, 2325, '1972-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:43', '2023-10-31 14:09:43'),
(225259, 2325, '1972-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:43', '2023-10-31 14:09:43'),
(225260, 2325, '1972-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:43', '2023-10-31 14:09:43'),
(225261, 2325, '1972-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:43', '2023-10-31 14:09:43'),
(225262, 2325, '1973-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:43', '2023-10-31 14:09:43'),
(225263, 2325, '1973-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:43', '2023-10-31 14:09:43'),
(225264, 2325, '1973-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:43', '2023-10-31 14:09:43'),
(225265, 2325, '1973-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:43', '2023-10-31 14:09:43'),
(225266, 2325, '1973-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:43', '2023-10-31 14:09:43'),
(225267, 2325, '1973-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:43', '2023-10-31 14:09:43'),
(225268, 2325, '1973-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:43', '2023-10-31 14:09:43'),
(225269, 2325, '1973-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:43', '2023-10-31 14:09:43'),
(225270, 2325, '1973-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:43', '2023-10-31 14:09:43'),
(225271, 2325, '1973-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:43', '2023-10-31 14:09:43'),
(225272, 2325, '1973-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:43', '2023-10-31 14:09:43'),
(225273, 2325, '1973-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:43', '2023-10-31 14:09:43'),
(225274, 2325, '1974-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:43', '2023-10-31 14:09:43'),
(225275, 2325, '1974-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:43', '2023-10-31 14:09:43'),
(225276, 2325, '1974-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:43', '2023-10-31 14:09:43'),
(225277, 2325, '1974-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:43', '2023-10-31 14:09:43'),
(225278, 2325, '1974-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:43', '2023-10-31 14:09:43'),
(225279, 2325, '1974-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:43', '2023-10-31 14:09:43'),
(225280, 2325, '1974-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:43', '2023-10-31 14:09:43'),
(225281, 2325, '1974-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:43', '2023-10-31 14:09:43'),
(225282, 2325, '1974-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:43', '2023-10-31 14:09:43'),
(225283, 2325, '1974-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:43', '2023-10-31 14:09:43'),
(225284, 2325, '1974-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:43', '2023-10-31 14:09:43'),
(225285, 2325, '1974-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:43', '2023-10-31 14:09:43'),
(225286, 2325, '1975-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225287, 2325, '1975-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225288, 2325, '1975-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225289, 2325, '1975-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225290, 2325, '1975-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225291, 2325, '1975-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225292, 2325, '1975-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225293, 2325, '1975-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225294, 2325, '1975-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225295, 2325, '1975-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225296, 2325, '1975-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225297, 2325, '1975-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225298, 2325, '1976-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225299, 2325, '1976-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225300, 2325, '1976-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225301, 2325, '1976-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225302, 2325, '1976-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225303, 2325, '1976-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225304, 2325, '1976-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225305, 2325, '1976-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225306, 2325, '1976-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225307, 2325, '1976-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225308, 2325, '1976-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225309, 2325, '1976-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225310, 2325, '1977-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225311, 2325, '1977-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225312, 2325, '1977-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225313, 2325, '1977-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225314, 2325, '1977-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225315, 2325, '1977-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225316, 2325, '1977-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225317, 2325, '1977-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225318, 2325, '1977-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225319, 2325, '1977-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225320, 2325, '1977-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225321, 2325, '1977-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225322, 2325, '1978-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225323, 2325, '1978-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225324, 2325, '1978-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225325, 2325, '1978-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225326, 2325, '1978-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225327, 2325, '1978-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225328, 2325, '1978-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225329, 2325, '1978-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225330, 2325, '1978-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225331, 2325, '1978-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225332, 2325, '1978-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225333, 2325, '1978-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225334, 2325, '1979-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225335, 2325, '1979-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225336, 2325, '1979-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225337, 2325, '1979-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225338, 2325, '1979-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225339, 2325, '1979-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225340, 2325, '1979-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225341, 2325, '1979-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225342, 2325, '1979-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225343, 2325, '1979-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225344, 2325, '1979-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225345, 2325, '1979-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225346, 2325, '1980-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225347, 2325, '1980-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225348, 2325, '1980-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225349, 2325, '1980-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225350, 2325, '1980-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225351, 2325, '1980-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225352, 2325, '1980-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225353, 2325, '1980-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225354, 2325, '1980-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225355, 2325, '1980-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225356, 2325, '1980-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225357, 2325, '1980-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225358, 2325, '1981-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225359, 2325, '1981-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225360, 2325, '1981-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225361, 2325, '1981-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225362, 2325, '1981-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225363, 2325, '1981-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225364, 2325, '1981-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225365, 2325, '1981-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225366, 2325, '1981-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225367, 2325, '1981-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225368, 2325, '1981-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225369, 2325, '1981-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225370, 2325, '1982-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225371, 2325, '1982-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225372, 2325, '1982-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225373, 2325, '1982-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225374, 2325, '1982-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225375, 2325, '1982-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225376, 2325, '1982-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225377, 2325, '1982-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225378, 2325, '1982-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225379, 2325, '1982-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225380, 2325, '1982-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225381, 2325, '1982-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225382, 2325, '1983-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225383, 2325, '1983-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225384, 2325, '1983-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225385, 2325, '1983-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225386, 2325, '1983-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225387, 2325, '1983-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225388, 2325, '1983-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225389, 2325, '1983-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225390, 2325, '1983-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225391, 2325, '1983-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225392, 2325, '1983-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225393, 2325, '1983-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225394, 2325, '1984-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225395, 2325, '1984-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225396, 2325, '1984-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225397, 2325, '1984-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225398, 2325, '1984-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225399, 2325, '1984-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225400, 2325, '1984-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225401, 2325, '1984-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225402, 2325, '1984-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225403, 2325, '1984-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225404, 2325, '1984-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225405, 2325, '1984-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225406, 2325, '1985-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225407, 2325, '1985-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225408, 2325, '1985-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225409, 2325, '1985-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225410, 2325, '1985-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225411, 2325, '1985-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225412, 2325, '1985-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225413, 2325, '1985-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225414, 2325, '1985-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225415, 2325, '1985-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225416, 2325, '1985-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225417, 2325, '1985-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225418, 2325, '1986-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225419, 2325, '1986-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225420, 2325, '1986-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225421, 2325, '1986-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225422, 2325, '1986-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225423, 2325, '1986-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225424, 2325, '1986-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225425, 2325, '1986-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225426, 2325, '1986-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225427, 2325, '1986-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225428, 2325, '1986-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225429, 2325, '1986-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225430, 2325, '1987-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225431, 2325, '1987-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225432, 2325, '1987-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225433, 2325, '1987-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225434, 2325, '1987-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225435, 2325, '1987-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225436, 2325, '1987-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225437, 2325, '1987-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225438, 2325, '1987-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225439, 2325, '1987-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225440, 2325, '1987-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225441, 2325, '1987-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225442, 2325, '1988-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225443, 2325, '1988-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225444, 2325, '1988-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225445, 2325, '1988-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225446, 2325, '1988-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225447, 2325, '1988-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225448, 2325, '1988-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225449, 2325, '1988-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225450, 2325, '1988-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225451, 2325, '1988-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225452, 2325, '1988-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225453, 2325, '1988-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225454, 2325, '1989-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225455, 2325, '1989-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225456, 2325, '1989-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225457, 2325, '1989-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225458, 2325, '1989-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225459, 2325, '1989-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225460, 2325, '1989-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225461, 2325, '1989-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225462, 2325, '1989-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225463, 2325, '1989-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225464, 2325, '1989-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225465, 2325, '1989-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225466, 2325, '1990-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225467, 2325, '1990-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225468, 2325, '1990-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225469, 2325, '1990-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225470, 2325, '1990-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225471, 2325, '1990-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225472, 2325, '1990-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225473, 2325, '1990-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225474, 2325, '1990-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225475, 2325, '1990-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225476, 2325, '1990-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225477, 2325, '1990-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225478, 2325, '1991-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225479, 2325, '1991-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225480, 2325, '1991-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225481, 2325, '1991-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225482, 2325, '1991-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225483, 2325, '1991-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225484, 2325, '1991-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225485, 2325, '1991-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225486, 2325, '1991-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225487, 2325, '1991-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225488, 2325, '1991-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225489, 2325, '1991-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225490, 2325, '1992-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225491, 2325, '1992-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225492, 2325, '1992-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225493, 2325, '1992-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225494, 2325, '1992-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225495, 2325, '1992-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225496, 2325, '1992-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225497, 2325, '1992-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225498, 2325, '1992-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225499, 2325, '1992-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225500, 2325, '1992-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225501, 2325, '1992-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225502, 2325, '1993-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225503, 2325, '1993-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225504, 2325, '1993-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225505, 2325, '1993-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225506, 2325, '1993-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225507, 2325, '1993-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225508, 2325, '1993-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225509, 2325, '1993-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225510, 2325, '1993-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225511, 2325, '1993-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225512, 2325, '1993-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225513, 2325, '1993-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225514, 2325, '1994-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225515, 2325, '1994-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225516, 2325, '1994-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225517, 2325, '1994-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225518, 2325, '1994-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225519, 2325, '1994-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225520, 2325, '1994-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225521, 2325, '1994-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225522, 2325, '1994-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225523, 2325, '1994-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225524, 2325, '1994-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225525, 2325, '1994-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225526, 2325, '1995-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225527, 2325, '1995-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225528, 2325, '1995-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225529, 2325, '1995-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225530, 2325, '1995-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225531, 2325, '1995-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225532, 2325, '1995-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225533, 2325, '1995-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225534, 2325, '1995-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225535, 2325, '1995-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225536, 2325, '1995-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225537, 2325, '1995-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225538, 2325, '1996-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225539, 2325, '1996-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225540, 2325, '1996-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225541, 2325, '1996-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225542, 2325, '1996-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225543, 2325, '1996-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225544, 2325, '1996-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225545, 2325, '1996-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225546, 2325, '1996-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225547, 2325, '1996-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225548, 2325, '1996-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225549, 2325, '1996-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225550, 2325, '1997-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225551, 2325, '1997-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225552, 2325, '1997-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225553, 2325, '1997-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225554, 2325, '1997-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225555, 2325, '1997-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225556, 2325, '1997-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225557, 2325, '1997-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225558, 2325, '1997-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225559, 2325, '1997-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225560, 2325, '1997-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225561, 2325, '1997-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225562, 2325, '1998-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225563, 2325, '1998-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225564, 2325, '1998-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225565, 2325, '1998-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225566, 2325, '1998-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225567, 2325, '1998-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225568, 2325, '1998-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225569, 2325, '1998-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225570, 2325, '1998-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225571, 2325, '1998-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225572, 2325, '1998-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225573, 2325, '1998-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225574, 2325, '1999-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225575, 2325, '1999-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225576, 2325, '1999-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225577, 2325, '1999-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225578, 2325, '1999-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225579, 2325, '1999-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225580, 2325, '1999-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225581, 2325, '1999-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225582, 2325, '1999-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225583, 2325, '1999-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225584, 2325, '1999-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225585, 2325, '1999-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225586, 2325, '2000-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225587, 2325, '2000-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225588, 2325, '2000-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225589, 2325, '2000-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225590, 2325, '2000-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225591, 2325, '2000-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225592, 2325, '2000-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225593, 2325, '2000-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225594, 2325, '2000-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225595, 2325, '2000-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225596, 2325, '2000-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225597, 2325, '2000-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225598, 2325, '2001-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225599, 2325, '2001-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225600, 2325, '2001-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225601, 2325, '2001-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225602, 2325, '2001-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225603, 2325, '2001-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225604, 2325, '2001-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225605, 2325, '2001-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225606, 2325, '2001-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225607, 2325, '2001-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225608, 2325, '2001-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225609, 2325, '2001-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225610, 2325, '2002-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225611, 2325, '2002-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225612, 2325, '2002-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225613, 2325, '2002-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225614, 2325, '2002-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225615, 2325, '2002-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225616, 2325, '2002-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225617, 2325, '2002-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225618, 2325, '2002-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225619, 2325, '2002-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225620, 2325, '2002-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225621, 2325, '2002-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225622, 2325, '2003-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:44', '2023-10-31 14:09:44'),
(225623, 2325, '2003-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225624, 2325, '2003-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225625, 2325, '2003-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225626, 2325, '2003-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225627, 2325, '2003-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225628, 2325, '2003-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225629, 2325, '2003-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225630, 2325, '2003-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225631, 2325, '2003-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225632, 2325, '2003-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225633, 2325, '2003-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225634, 2325, '2004-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225635, 2325, '2004-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225636, 2325, '2004-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225637, 2325, '2004-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225638, 2325, '2004-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225639, 2325, '2004-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225640, 2325, '2004-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225641, 2325, '2004-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225642, 2325, '2004-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225643, 2325, '2004-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225644, 2325, '2004-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225645, 2325, '2004-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225646, 2325, '2005-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225647, 2325, '2005-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225648, 2325, '2005-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225649, 2325, '2005-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225650, 2325, '2005-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225651, 2325, '2005-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225652, 2325, '2005-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225653, 2325, '2005-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225654, 2325, '2005-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225655, 2325, '2005-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225656, 2325, '2005-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225657, 2325, '2005-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225658, 2325, '2006-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225659, 2325, '2006-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225660, 2325, '2006-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225661, 2325, '2006-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225662, 2325, '2006-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225663, 2325, '2006-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225664, 2325, '2006-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225665, 2325, '2006-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225666, 2325, '2006-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225667, 2325, '2006-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225668, 2325, '2006-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225669, 2325, '2006-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225670, 2325, '2007-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225671, 2325, '2007-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225672, 2325, '2007-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225673, 2325, '2007-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225674, 2325, '2007-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225675, 2325, '2007-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225676, 2325, '2007-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225677, 2325, '2007-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225678, 2325, '2007-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225679, 2325, '2007-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225680, 2325, '2007-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225681, 2325, '2007-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225682, 2325, '2008-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225683, 2325, '2008-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225684, 2325, '2008-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225685, 2325, '2008-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225686, 2325, '2008-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225687, 2325, '2008-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225688, 2325, '2008-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225689, 2325, '2008-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225690, 2325, '2008-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225691, 2325, '2008-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225692, 2325, '2008-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225693, 2325, '2008-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225694, 2325, '2009-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225695, 2325, '2009-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225696, 2325, '2009-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225697, 2325, '2009-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225698, 2325, '2009-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225699, 2325, '2009-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(225700, 2325, '2009-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225701, 2325, '2009-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225702, 2325, '2009-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225703, 2325, '2009-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225704, 2325, '2009-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225705, 2325, '2009-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225706, 2325, '2010-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225707, 2325, '2010-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225708, 2325, '2010-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225709, 2325, '2010-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225710, 2325, '2010-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225711, 2325, '2010-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225712, 2325, '2010-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225713, 2325, '2010-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225714, 2325, '2010-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225715, 2325, '2010-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225716, 2325, '2010-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225717, 2325, '2010-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225718, 2325, '2011-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225719, 2325, '2011-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225720, 2325, '2011-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225721, 2325, '2011-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225722, 2325, '2011-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225723, 2325, '2011-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225724, 2325, '2011-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225725, 2325, '2011-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225726, 2325, '2011-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225727, 2325, '2011-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225728, 2325, '2011-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225729, 2325, '2011-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225730, 2325, '2012-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225731, 2325, '2012-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225732, 2325, '2012-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225733, 2325, '2012-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225734, 2325, '2012-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225735, 2325, '2012-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225736, 2325, '2012-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225737, 2325, '2012-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225738, 2325, '2012-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225739, 2325, '2012-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225740, 2325, '2012-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225741, 2325, '2012-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225742, 2325, '2013-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225743, 2325, '2013-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225744, 2325, '2013-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225745, 2325, '2013-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225746, 2325, '2013-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225747, 2325, '2013-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225748, 2325, '2013-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225749, 2325, '2013-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225750, 2325, '2013-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225751, 2325, '2013-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225752, 2325, '2013-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225753, 2325, '2013-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225754, 2325, '2014-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225755, 2325, '2014-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225756, 2325, '2014-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225757, 2325, '2014-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225758, 2325, '2014-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225759, 2325, '2014-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225760, 2325, '2014-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225761, 2325, '2014-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225762, 2325, '2014-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225763, 2325, '2014-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225764, 2325, '2014-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225765, 2325, '2014-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225766, 2325, '2015-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225767, 2325, '2015-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225768, 2325, '2015-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225769, 2325, '2015-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225770, 2325, '2015-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225771, 2325, '2015-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225772, 2325, '2015-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225773, 2325, '2015-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225774, 2325, '2015-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225775, 2325, '2015-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225776, 2325, '2015-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225777, 2325, '2015-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225778, 2325, '2016-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225779, 2325, '2016-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225780, 2325, '2016-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225781, 2325, '2016-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225782, 2325, '2016-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225783, 2325, '2016-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225784, 2325, '2016-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225785, 2325, '2016-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225786, 2325, '2016-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225787, 2325, '2016-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225788, 2325, '2016-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225789, 2325, '2016-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225790, 2325, '2017-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225791, 2325, '2017-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225792, 2325, '2017-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225793, 2325, '2017-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225794, 2325, '2017-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225795, 2325, '2017-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225796, 2325, '2017-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225797, 2325, '2017-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225798, 2325, '2017-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225799, 2325, '2017-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225800, 2325, '2017-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225801, 2325, '2017-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225802, 2325, '2018-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225803, 2325, '2018-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225804, 2325, '2018-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225805, 2325, '2018-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225806, 2325, '2018-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225807, 2325, '2018-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225808, 2325, '2018-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225809, 2325, '2018-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225810, 2325, '2018-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225811, 2325, '2018-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225812, 2325, '2018-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225813, 2325, '2018-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225814, 2325, '2019-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225815, 2325, '2019-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225816, 2325, '2019-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225817, 2325, '2019-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225818, 2325, '2019-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225819, 2325, '2019-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225820, 2325, '2019-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225821, 2325, '2019-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225822, 2325, '2019-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225823, 2325, '2019-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225824, 2325, '2019-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225825, 2325, '2019-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225826, 2325, '2020-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225827, 2325, '2020-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225828, 2325, '2020-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225829, 2325, '2020-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225830, 2325, '2020-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225831, 2325, '2020-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225832, 2325, '2020-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225833, 2325, '2020-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225834, 2325, '2020-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225835, 2325, '2020-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225836, 2325, '2020-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225837, 2325, '2020-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225838, 2325, '2021-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225839, 2325, '2021-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225840, 2325, '2021-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225841, 2325, '2021-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225842, 2325, '2021-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225843, 2325, '2021-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225844, 2325, '2021-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225845, 2325, '2021-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225846, 2325, '2021-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225847, 2325, '2021-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225848, 2325, '2021-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225849, 2325, '2021-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225850, 2325, '2022-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225851, 2325, '2022-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225852, 2325, '2022-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225853, 2325, '2022-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225854, 2325, '2022-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225855, 2325, '2022-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225856, 2325, '2022-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225857, 2325, '2022-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225858, 2325, '2022-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225859, 2325, '2022-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225860, 2325, '2022-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225861, 2325, '2022-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225862, 2325, '2023-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225863, 2325, '2023-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225864, 2325, '2023-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225865, 2325, '2023-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225866, 2325, '2023-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225867, 2325, '2023-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225868, 2325, '2023-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225869, 2325, '2023-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225870, 2325, '2023-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225871, 2325, '2023-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225872, 2325, '2023-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:09:45', '2023-10-31 14:09:45'),
(225873, 2326, '0001-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:37', '2023-10-31 14:10:37'),
(225874, 2326, '0001-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:37', '2023-10-31 14:10:37'),
(225875, 2326, '0001-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:37', '2023-10-31 14:10:37'),
(225876, 2326, '0001-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:37', '2023-10-31 14:10:37'),
(225877, 2326, '0001-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:37', '2023-10-31 14:10:37'),
(225878, 2326, '0001-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:37', '2023-10-31 14:10:37'),
(225879, 2326, '0001-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:37', '2023-10-31 14:10:37'),
(225880, 2326, '0001-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:37', '2023-10-31 14:10:37'),
(225881, 2326, '0001-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:37', '2023-10-31 14:10:37'),
(225882, 2326, '0001-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:37', '2023-10-31 14:10:37'),
(225883, 2326, '0001-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:37', '2023-10-31 14:10:37'),
(225884, 2326, '0001-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:37', '2023-10-31 14:10:37'),
(225885, 2326, '0002-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:37', '2023-10-31 14:10:37'),
(225886, 2326, '0002-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:37', '2023-10-31 14:10:37'),
(225887, 2326, '0002-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:37', '2023-10-31 14:10:37'),
(225888, 2326, '0002-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:37', '2023-10-31 14:10:37'),
(225889, 2326, '0002-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:37', '2023-10-31 14:10:37'),
(225890, 2326, '0002-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:37', '2023-10-31 14:10:37'),
(225891, 2326, '0002-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:37', '2023-10-31 14:10:37'),
(225892, 2326, '0002-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:37', '2023-10-31 14:10:37'),
(225893, 2326, '0002-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:37', '2023-10-31 14:10:37'),
(225894, 2326, '0002-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:37', '2023-10-31 14:10:37'),
(225895, 2326, '0002-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:37', '2023-10-31 14:10:37'),
(225896, 2326, '0002-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:37', '2023-10-31 14:10:37'),
(225897, 2326, '0003-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:37', '2023-10-31 14:10:37'),
(225898, 2326, '0003-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:37', '2023-10-31 14:10:37'),
(225899, 2326, '0003-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:37', '2023-10-31 14:10:37'),
(225900, 2326, '0003-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:37', '2023-10-31 14:10:37'),
(225901, 2326, '0003-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:37', '2023-10-31 14:10:37'),
(225902, 2326, '0003-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:37', '2023-10-31 14:10:37'),
(225903, 2326, '0003-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:37', '2023-10-31 14:10:37'),
(225904, 2326, '0003-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:37', '2023-10-31 14:10:37'),
(225905, 2326, '0003-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:37', '2023-10-31 14:10:37'),
(225906, 2326, '0003-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:37', '2023-10-31 14:10:37'),
(225907, 2326, '0003-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:37', '2023-10-31 14:10:37'),
(225908, 2326, '0003-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:37', '2023-10-31 14:10:37'),
(225909, 2326, '0004-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:37', '2023-10-31 14:10:37'),
(225910, 2326, '0004-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:37', '2023-10-31 14:10:37'),
(225911, 2326, '0004-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:37', '2023-10-31 14:10:37'),
(225912, 2326, '0004-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:37', '2023-10-31 14:10:37'),
(225913, 2326, '0004-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:37', '2023-10-31 14:10:37'),
(225914, 2326, '0004-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:37', '2023-10-31 14:10:37'),
(225915, 2326, '0004-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:37', '2023-10-31 14:10:37'),
(225916, 2326, '0004-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:37', '2023-10-31 14:10:37'),
(225917, 2326, '0004-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:37', '2023-10-31 14:10:37'),
(225918, 2326, '0004-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:37', '2023-10-31 14:10:37'),
(225919, 2326, '0004-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(225920, 2326, '0004-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(225921, 2326, '0005-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(225922, 2326, '0005-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(225923, 2326, '0005-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(225924, 2326, '0005-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(225925, 2326, '0005-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(225926, 2326, '0005-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(225927, 2326, '0005-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(225928, 2326, '0005-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(225929, 2326, '0005-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(225930, 2326, '0005-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(225931, 2326, '0005-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(225932, 2326, '0005-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(225933, 2326, '0006-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(225934, 2326, '0006-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(225935, 2326, '0006-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(225936, 2326, '0006-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(225937, 2326, '0006-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(225938, 2326, '0006-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(225939, 2326, '0006-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(225940, 2326, '0006-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(225941, 2326, '0006-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(225942, 2326, '0006-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(225943, 2326, '0006-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(225944, 2326, '0006-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(225945, 2326, '0007-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(225946, 2326, '0007-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(225947, 2326, '0007-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(225948, 2326, '0007-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(225949, 2326, '0007-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(225950, 2326, '0007-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(225951, 2326, '0007-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(225952, 2326, '0007-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(225953, 2326, '0007-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(225954, 2326, '0007-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(225955, 2326, '0007-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(225956, 2326, '0007-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(225957, 2326, '0008-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(225958, 2326, '0008-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(225959, 2326, '0008-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(225960, 2326, '0008-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(225961, 2326, '0008-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(225962, 2326, '0008-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(225963, 2326, '0008-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(225964, 2326, '0008-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(225965, 2326, '0008-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(225966, 2326, '0008-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(225967, 2326, '0008-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(225968, 2326, '0008-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(225969, 2326, '0009-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(225970, 2326, '0009-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(225971, 2326, '0009-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(225972, 2326, '0009-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(225973, 2326, '0009-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(225974, 2326, '0009-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(225975, 2326, '0009-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(225976, 2326, '0009-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(225977, 2326, '0009-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(225978, 2326, '0009-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(225979, 2326, '0009-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(225980, 2326, '0009-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(225981, 2326, '0010-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(225982, 2326, '0010-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(225983, 2326, '0010-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(225984, 2326, '0010-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(225985, 2326, '0010-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(225986, 2326, '0010-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(225987, 2326, '0010-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(225988, 2326, '0010-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(225989, 2326, '0010-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(225990, 2326, '0010-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(225991, 2326, '0010-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(225992, 2326, '0010-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(225993, 2326, '0011-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(225994, 2326, '0011-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(225995, 2326, '0011-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(225996, 2326, '0011-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(225997, 2326, '0011-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(225998, 2326, '0011-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(225999, 2326, '0011-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226000, 2326, '0011-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226001, 2326, '0011-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226002, 2326, '0011-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226003, 2326, '0011-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226004, 2326, '0011-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226005, 2326, '0012-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226006, 2326, '0012-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226007, 2326, '0012-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226008, 2326, '0012-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226009, 2326, '0012-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226010, 2326, '0012-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226011, 2326, '0012-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226012, 2326, '0012-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226013, 2326, '0012-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226014, 2326, '0012-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226015, 2326, '0012-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226016, 2326, '0012-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226017, 2326, '0013-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226018, 2326, '0013-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226019, 2326, '0013-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226020, 2326, '0013-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226021, 2326, '0013-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226022, 2326, '0013-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226023, 2326, '0013-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226024, 2326, '0013-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226025, 2326, '0013-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226026, 2326, '0013-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226027, 2326, '0013-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226028, 2326, '0013-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226029, 2326, '0014-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226030, 2326, '0014-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226031, 2326, '0014-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226032, 2326, '0014-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226033, 2326, '0014-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226034, 2326, '0014-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226035, 2326, '0014-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226036, 2326, '0014-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226037, 2326, '0014-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226038, 2326, '0014-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226039, 2326, '0014-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226040, 2326, '0014-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226041, 2326, '0015-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226042, 2326, '0015-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226043, 2326, '0015-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226044, 2326, '0015-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226045, 2326, '0015-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226046, 2326, '0015-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226047, 2326, '0015-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226048, 2326, '0015-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226049, 2326, '0015-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226050, 2326, '0015-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226051, 2326, '0015-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226052, 2326, '0015-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226053, 2326, '0016-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226054, 2326, '0016-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226055, 2326, '0016-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226056, 2326, '0016-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226057, 2326, '0016-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226058, 2326, '0016-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226059, 2326, '0016-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226060, 2326, '0016-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226061, 2326, '0016-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226062, 2326, '0016-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226063, 2326, '0016-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226064, 2326, '0016-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226065, 2326, '0017-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226066, 2326, '0017-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226067, 2326, '0017-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226068, 2326, '0017-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226069, 2326, '0017-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226070, 2326, '0017-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226071, 2326, '0017-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226072, 2326, '0017-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226073, 2326, '0017-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226074, 2326, '0017-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226075, 2326, '0017-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226076, 2326, '0017-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226077, 2326, '0018-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226078, 2326, '0018-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226079, 2326, '0018-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226080, 2326, '0018-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226081, 2326, '0018-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226082, 2326, '0018-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226083, 2326, '0018-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226084, 2326, '0018-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226085, 2326, '0018-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226086, 2326, '0018-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226087, 2326, '0018-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226088, 2326, '0018-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226089, 2326, '0019-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226090, 2326, '0019-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226091, 2326, '0019-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226092, 2326, '0019-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226093, 2326, '0019-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226094, 2326, '0019-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226095, 2326, '0019-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226096, 2326, '0019-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226097, 2326, '0019-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226098, 2326, '0019-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226099, 2326, '0019-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226100, 2326, '0019-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226101, 2326, '0020-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226102, 2326, '0020-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226103, 2326, '0020-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226104, 2326, '0020-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226105, 2326, '0020-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226106, 2326, '0020-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226107, 2326, '0020-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226108, 2326, '0020-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226109, 2326, '0020-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226110, 2326, '0020-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226111, 2326, '0020-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226112, 2326, '0020-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226113, 2326, '0021-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226114, 2326, '0021-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226115, 2326, '0021-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226116, 2326, '0021-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226117, 2326, '0021-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226118, 2326, '0021-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226119, 2326, '0021-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226120, 2326, '0021-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226121, 2326, '0021-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226122, 2326, '0021-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226123, 2326, '0021-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226124, 2326, '0021-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226125, 2326, '0022-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226126, 2326, '0022-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226127, 2326, '0022-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226128, 2326, '0022-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226129, 2326, '0022-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226130, 2326, '0022-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226131, 2326, '0022-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226132, 2326, '0022-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226133, 2326, '0022-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226134, 2326, '0022-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226135, 2326, '0022-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226136, 2326, '0022-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226137, 2326, '0023-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226138, 2326, '0023-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226139, 2326, '0023-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226140, 2326, '0023-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226141, 2326, '0023-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226142, 2326, '0023-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226143, 2326, '0023-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226144, 2326, '0023-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226145, 2326, '0023-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226146, 2326, '0023-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226147, 2326, '0023-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226148, 2326, '0023-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226149, 2326, '0024-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226150, 2326, '0024-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226151, 2326, '0024-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226152, 2326, '0024-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226153, 2326, '0024-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226154, 2326, '0024-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226155, 2326, '0024-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226156, 2326, '0024-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226157, 2326, '0024-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226158, 2326, '0024-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226159, 2326, '0024-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226160, 2326, '0024-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226161, 2326, '0025-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226162, 2326, '0025-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226163, 2326, '0025-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226164, 2326, '0025-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(226165, 2326, '0025-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226166, 2326, '0025-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226167, 2326, '0025-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226168, 2326, '0025-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226169, 2326, '0025-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226170, 2326, '0025-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226171, 2326, '0025-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226172, 2326, '0025-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226173, 2326, '0026-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226174, 2326, '0026-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226175, 2326, '0026-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226176, 2326, '0026-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226177, 2326, '0026-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226178, 2326, '0026-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226179, 2326, '0026-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226180, 2326, '0026-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226181, 2326, '0026-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226182, 2326, '0026-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226183, 2326, '0026-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226184, 2326, '0026-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226185, 2326, '0027-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226186, 2326, '0027-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226187, 2326, '0027-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226188, 2326, '0027-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226189, 2326, '0027-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226190, 2326, '0027-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226191, 2326, '0027-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226192, 2326, '0027-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226193, 2326, '0027-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226194, 2326, '0027-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226195, 2326, '0027-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226196, 2326, '0027-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226197, 2326, '0028-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226198, 2326, '0028-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226199, 2326, '0028-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226200, 2326, '0028-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226201, 2326, '0028-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226202, 2326, '0028-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226203, 2326, '0028-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226204, 2326, '0028-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226205, 2326, '0028-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226206, 2326, '0028-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226207, 2326, '0028-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226208, 2326, '0028-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226209, 2326, '0029-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226210, 2326, '0029-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226211, 2326, '0029-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226212, 2326, '0029-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226213, 2326, '0029-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226214, 2326, '0029-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226215, 2326, '0029-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226216, 2326, '0029-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226217, 2326, '0029-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226218, 2326, '0029-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226219, 2326, '0029-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226220, 2326, '0029-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226221, 2326, '0030-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226222, 2326, '0030-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226223, 2326, '0030-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226224, 2326, '0030-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226225, 2326, '0030-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226226, 2326, '0030-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226227, 2326, '0030-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226228, 2326, '0030-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226229, 2326, '0030-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226230, 2326, '0030-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226231, 2326, '0030-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226232, 2326, '0030-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226233, 2326, '0031-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226234, 2326, '0031-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226235, 2326, '0031-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226236, 2326, '0031-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226237, 2326, '0031-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226238, 2326, '0031-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226239, 2326, '0031-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226240, 2326, '0031-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226241, 2326, '0031-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226242, 2326, '0031-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:38', '2023-10-31 14:10:38'),
(226243, 2326, '0031-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226244, 2326, '0031-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226245, 2326, '0032-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226246, 2326, '0032-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226247, 2326, '0032-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226248, 2326, '0032-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226249, 2326, '0032-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226250, 2326, '0032-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226251, 2326, '0032-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226252, 2326, '0032-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226253, 2326, '0032-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226254, 2326, '0032-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226255, 2326, '0032-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226256, 2326, '0032-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226257, 2326, '0033-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226258, 2326, '0033-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226259, 2326, '0033-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226260, 2326, '0033-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226261, 2326, '0033-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226262, 2326, '0033-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226263, 2326, '0033-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226264, 2326, '0033-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226265, 2326, '0033-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226266, 2326, '0033-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226267, 2326, '0033-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226268, 2326, '0033-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226269, 2326, '0034-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226270, 2326, '0034-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226271, 2326, '0034-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226272, 2326, '0034-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226273, 2326, '0034-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226274, 2326, '0034-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226275, 2326, '0034-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226276, 2326, '0034-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226277, 2326, '0034-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226278, 2326, '0034-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226279, 2326, '0034-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226280, 2326, '0034-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226281, 2326, '0035-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226282, 2326, '0035-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226283, 2326, '0035-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226284, 2326, '0035-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226285, 2326, '0035-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226286, 2326, '0035-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226287, 2326, '0035-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226288, 2326, '0035-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226289, 2326, '0035-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226290, 2326, '0035-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226291, 2326, '0035-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226292, 2326, '0035-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226293, 2326, '0036-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226294, 2326, '0036-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226295, 2326, '0036-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226296, 2326, '0036-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226297, 2326, '0036-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226298, 2326, '0036-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226299, 2326, '0036-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226300, 2326, '0036-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226301, 2326, '0036-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226302, 2326, '0036-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226303, 2326, '0036-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226304, 2326, '0036-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226305, 2326, '0037-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226306, 2326, '0037-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226307, 2326, '0037-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226308, 2326, '0037-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226309, 2326, '0037-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226310, 2326, '0037-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226311, 2326, '0037-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226312, 2326, '0037-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226313, 2326, '0037-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226314, 2326, '0037-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226315, 2326, '0037-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226316, 2326, '0037-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226317, 2326, '0038-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226318, 2326, '0038-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226319, 2326, '0038-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226320, 2326, '0038-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226321, 2326, '0038-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226322, 2326, '0038-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226323, 2326, '0038-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226324, 2326, '0038-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226325, 2326, '0038-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226326, 2326, '0038-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226327, 2326, '0038-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226328, 2326, '0038-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226329, 2326, '0039-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226330, 2326, '0039-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226331, 2326, '0039-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226332, 2326, '0039-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226333, 2326, '0039-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226334, 2326, '0039-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226335, 2326, '0039-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226336, 2326, '0039-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226337, 2326, '0039-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226338, 2326, '0039-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226339, 2326, '0039-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226340, 2326, '0039-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226341, 2326, '0040-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226342, 2326, '0040-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226343, 2326, '0040-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226344, 2326, '0040-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226345, 2326, '0040-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226346, 2326, '0040-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226347, 2326, '0040-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226348, 2326, '0040-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226349, 2326, '0040-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226350, 2326, '0040-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226351, 2326, '0040-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226352, 2326, '0040-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226353, 2326, '0041-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226354, 2326, '0041-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226355, 2326, '0041-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226356, 2326, '0041-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226357, 2326, '0041-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226358, 2326, '0041-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226359, 2326, '0041-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226360, 2326, '0041-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226361, 2326, '0041-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226362, 2326, '0041-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226363, 2326, '0041-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226364, 2326, '0041-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226365, 2326, '0042-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226366, 2326, '0042-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226367, 2326, '0042-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226368, 2326, '0042-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226369, 2326, '0042-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226370, 2326, '0042-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226371, 2326, '0042-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226372, 2326, '0042-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226373, 2326, '0042-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226374, 2326, '0042-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226375, 2326, '0042-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226376, 2326, '0042-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226377, 2326, '0043-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226378, 2326, '0043-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226379, 2326, '0043-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226380, 2326, '0043-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226381, 2326, '0043-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226382, 2326, '0043-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226383, 2326, '0043-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226384, 2326, '0043-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226385, 2326, '0043-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226386, 2326, '0043-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226387, 2326, '0043-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226388, 2326, '0043-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226389, 2326, '0044-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226390, 2326, '0044-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226391, 2326, '0044-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226392, 2326, '0044-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226393, 2326, '0044-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226394, 2326, '0044-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226395, 2326, '0044-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226396, 2326, '0044-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226397, 2326, '0044-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226398, 2326, '0044-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226399, 2326, '0044-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226400, 2326, '0044-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226401, 2326, '0045-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226402, 2326, '0045-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226403, 2326, '0045-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226404, 2326, '0045-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226405, 2326, '0045-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226406, 2326, '0045-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226407, 2326, '0045-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226408, 2326, '0045-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226409, 2326, '0045-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226410, 2326, '0045-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226411, 2326, '0045-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226412, 2326, '0045-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226413, 2326, '0046-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226414, 2326, '0046-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226415, 2326, '0046-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226416, 2326, '0046-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226417, 2326, '0046-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226418, 2326, '0046-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226419, 2326, '0046-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226420, 2326, '0046-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226421, 2326, '0046-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226422, 2326, '0046-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226423, 2326, '0046-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226424, 2326, '0046-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226425, 2326, '0047-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226426, 2326, '0047-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226427, 2326, '0047-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226428, 2326, '0047-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226429, 2326, '0047-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226430, 2326, '0047-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226431, 2326, '0047-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226432, 2326, '0047-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226433, 2326, '0047-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226434, 2326, '0047-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226435, 2326, '0047-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226436, 2326, '0047-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226437, 2326, '0048-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226438, 2326, '0048-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226439, 2326, '0048-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226440, 2326, '0048-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226441, 2326, '0048-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226442, 2326, '0048-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226443, 2326, '0048-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226444, 2326, '0048-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226445, 2326, '0048-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226446, 2326, '0048-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226447, 2326, '0048-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226448, 2326, '0048-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226449, 2326, '0049-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226450, 2326, '0049-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226451, 2326, '0049-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226452, 2326, '0049-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226453, 2326, '0049-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226454, 2326, '0049-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226455, 2326, '0049-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226456, 2326, '0049-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226457, 2326, '0049-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226458, 2326, '0049-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226459, 2326, '0049-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226460, 2326, '0049-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226461, 2326, '0050-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226462, 2326, '0050-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226463, 2326, '0050-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226464, 2326, '0050-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226465, 2326, '0050-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226466, 2326, '0050-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226467, 2326, '0050-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226468, 2326, '0050-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226469, 2326, '0050-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226470, 2326, '0050-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226471, 2326, '0050-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226472, 2326, '0050-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226473, 2326, '0051-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226474, 2326, '0051-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226475, 2326, '0051-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226476, 2326, '0051-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226477, 2326, '0051-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226478, 2326, '0051-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226479, 2326, '0051-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226480, 2326, '0051-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226481, 2326, '0051-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226482, 2326, '0051-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226483, 2326, '0051-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226484, 2326, '0051-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226485, 2326, '0052-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226486, 2326, '0052-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226487, 2326, '0052-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226488, 2326, '0052-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226489, 2326, '0052-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226490, 2326, '0052-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226491, 2326, '0052-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226492, 2326, '0052-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226493, 2326, '0052-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226494, 2326, '0052-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226495, 2326, '0052-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226496, 2326, '0052-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226497, 2326, '0053-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226498, 2326, '0053-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226499, 2326, '0053-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226500, 2326, '0053-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226501, 2326, '0053-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226502, 2326, '0053-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226503, 2326, '0053-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226504, 2326, '0053-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226505, 2326, '0053-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226506, 2326, '0053-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226507, 2326, '0053-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226508, 2326, '0053-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226509, 2326, '0054-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226510, 2326, '0054-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226511, 2326, '0054-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226512, 2326, '0054-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226513, 2326, '0054-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226514, 2326, '0054-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226515, 2326, '0054-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226516, 2326, '0054-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226517, 2326, '0054-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226518, 2326, '0054-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226519, 2326, '0054-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226520, 2326, '0054-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226521, 2326, '0055-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226522, 2326, '0055-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226523, 2326, '0055-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226524, 2326, '0055-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226525, 2326, '0055-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226526, 2326, '0055-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226527, 2326, '0055-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226528, 2326, '0055-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226529, 2326, '0055-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226530, 2326, '0055-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226531, 2326, '0055-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226532, 2326, '0055-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226533, 2326, '0056-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226534, 2326, '0056-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226535, 2326, '0056-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226536, 2326, '0056-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226537, 2326, '0056-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226538, 2326, '0056-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226539, 2326, '0056-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226540, 2326, '0056-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226541, 2326, '0056-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226542, 2326, '0056-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226543, 2326, '0056-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226544, 2326, '0056-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226545, 2326, '0057-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226546, 2326, '0057-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226547, 2326, '0057-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226548, 2326, '0057-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226549, 2326, '0057-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226550, 2326, '0057-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226551, 2326, '0057-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226552, 2326, '0057-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226553, 2326, '0057-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226554, 2326, '0057-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226555, 2326, '0057-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226556, 2326, '0057-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226557, 2326, '0058-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226558, 2326, '0058-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226559, 2326, '0058-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226560, 2326, '0058-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226561, 2326, '0058-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226562, 2326, '0058-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226563, 2326, '0058-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226564, 2326, '0058-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226565, 2326, '0058-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226566, 2326, '0058-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226567, 2326, '0058-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226568, 2326, '0058-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226569, 2326, '0059-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226570, 2326, '0059-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226571, 2326, '0059-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226572, 2326, '0059-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226573, 2326, '0059-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226574, 2326, '0059-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226575, 2326, '0059-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226576, 2326, '0059-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226577, 2326, '0059-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226578, 2326, '0059-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226579, 2326, '0059-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226580, 2326, '0059-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226581, 2326, '0060-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226582, 2326, '0060-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226583, 2326, '0060-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226584, 2326, '0060-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226585, 2326, '0060-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226586, 2326, '0060-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226587, 2326, '0060-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226588, 2326, '0060-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226589, 2326, '0060-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226590, 2326, '0060-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226591, 2326, '0060-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226592, 2326, '0060-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226593, 2326, '0061-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226594, 2326, '0061-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226595, 2326, '0061-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:39', '2023-10-31 14:10:39'),
(226596, 2326, '0061-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226597, 2326, '0061-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226598, 2326, '0061-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226599, 2326, '0061-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226600, 2326, '0061-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226601, 2326, '0061-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226602, 2326, '0061-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226603, 2326, '0061-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226604, 2326, '0061-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226605, 2326, '0062-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226606, 2326, '0062-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226607, 2326, '0062-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226608, 2326, '0062-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226609, 2326, '0062-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226610, 2326, '0062-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226611, 2326, '0062-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226612, 2326, '0062-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226613, 2326, '0062-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226614, 2326, '0062-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226615, 2326, '0062-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226616, 2326, '0062-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226617, 2326, '0063-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226618, 2326, '0063-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226619, 2326, '0063-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226620, 2326, '0063-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226621, 2326, '0063-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226622, 2326, '0063-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226623, 2326, '0063-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226624, 2326, '0063-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226625, 2326, '0063-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226626, 2326, '0063-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226627, 2326, '0063-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226628, 2326, '0063-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226629, 2326, '0064-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(226630, 2326, '0064-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226631, 2326, '0064-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226632, 2326, '0064-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226633, 2326, '0064-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226634, 2326, '0064-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226635, 2326, '0064-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226636, 2326, '0064-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226637, 2326, '0064-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226638, 2326, '0064-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226639, 2326, '0064-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226640, 2326, '0064-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226641, 2326, '0065-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226642, 2326, '0065-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226643, 2326, '0065-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226644, 2326, '0065-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226645, 2326, '0065-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226646, 2326, '0065-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226647, 2326, '0065-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226648, 2326, '0065-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226649, 2326, '0065-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226650, 2326, '0065-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226651, 2326, '0065-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226652, 2326, '0065-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226653, 2326, '0066-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226654, 2326, '0066-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226655, 2326, '0066-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226656, 2326, '0066-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226657, 2326, '0066-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226658, 2326, '0066-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226659, 2326, '0066-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226660, 2326, '0066-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226661, 2326, '0066-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226662, 2326, '0066-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226663, 2326, '0066-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226664, 2326, '0066-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226665, 2326, '0067-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226666, 2326, '0067-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226667, 2326, '0067-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226668, 2326, '0067-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226669, 2326, '0067-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226670, 2326, '0067-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226671, 2326, '0067-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226672, 2326, '0067-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226673, 2326, '0067-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226674, 2326, '0067-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226675, 2326, '0067-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226676, 2326, '0067-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226677, 2326, '0068-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226678, 2326, '0068-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226679, 2326, '0068-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226680, 2326, '0068-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226681, 2326, '0068-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226682, 2326, '0068-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226683, 2326, '0068-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226684, 2326, '0068-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226685, 2326, '0068-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226686, 2326, '0068-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226687, 2326, '0068-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226688, 2326, '0068-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226689, 2326, '0069-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226690, 2326, '0069-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226691, 2326, '0069-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226692, 2326, '0069-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226693, 2326, '0069-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226694, 2326, '0069-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226695, 2326, '0069-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226696, 2326, '0069-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226697, 2326, '0069-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226698, 2326, '0069-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226699, 2326, '0069-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226700, 2326, '0069-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226701, 2326, '0070-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226702, 2326, '0070-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226703, 2326, '0070-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226704, 2326, '0070-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226705, 2326, '0070-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226706, 2326, '0070-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226707, 2326, '0070-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226708, 2326, '0070-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226709, 2326, '0070-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226710, 2326, '0070-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226711, 2326, '0070-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226712, 2326, '0070-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226713, 2326, '0071-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226714, 2326, '0071-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226715, 2326, '0071-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226716, 2326, '0071-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226717, 2326, '0071-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226718, 2326, '0071-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226719, 2326, '0071-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226720, 2326, '0071-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226721, 2326, '0071-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226722, 2326, '0071-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226723, 2326, '0071-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226724, 2326, '0071-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226725, 2326, '0072-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226726, 2326, '0072-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226727, 2326, '0072-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226728, 2326, '0072-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226729, 2326, '0072-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226730, 2326, '0072-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226731, 2326, '0072-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226732, 2326, '0072-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226733, 2326, '0072-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226734, 2326, '0072-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226735, 2326, '0072-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226736, 2326, '0072-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226737, 2326, '0073-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226738, 2326, '0073-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226739, 2326, '0073-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226740, 2326, '0073-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226741, 2326, '0073-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226742, 2326, '0073-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226743, 2326, '0073-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226744, 2326, '0073-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226745, 2326, '0073-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226746, 2326, '0073-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226747, 2326, '0073-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226748, 2326, '0073-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226749, 2326, '0074-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226750, 2326, '0074-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226751, 2326, '0074-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226752, 2326, '0074-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226753, 2326, '0074-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226754, 2326, '0074-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226755, 2326, '0074-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226756, 2326, '0074-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226757, 2326, '0074-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226758, 2326, '0074-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226759, 2326, '0074-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226760, 2326, '0074-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226761, 2326, '0075-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226762, 2326, '0075-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226763, 2326, '0075-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226764, 2326, '0075-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226765, 2326, '0075-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226766, 2326, '0075-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226767, 2326, '0075-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226768, 2326, '0075-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226769, 2326, '0075-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226770, 2326, '0075-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226771, 2326, '0075-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226772, 2326, '0075-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226773, 2326, '0076-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226774, 2326, '0076-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226775, 2326, '0076-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226776, 2326, '0076-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226777, 2326, '0076-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226778, 2326, '0076-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226779, 2326, '0076-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226780, 2326, '0076-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226781, 2326, '0076-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226782, 2326, '0076-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226783, 2326, '0076-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226784, 2326, '0076-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226785, 2326, '0077-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226786, 2326, '0077-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226787, 2326, '0077-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226788, 2326, '0077-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226789, 2326, '0077-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226790, 2326, '0077-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226791, 2326, '0077-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226792, 2326, '0077-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226793, 2326, '0077-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226794, 2326, '0077-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226795, 2326, '0077-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226796, 2326, '0077-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226797, 2326, '0078-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226798, 2326, '0078-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226799, 2326, '0078-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226800, 2326, '0078-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226801, 2326, '0078-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226802, 2326, '0078-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226803, 2326, '0078-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226804, 2326, '0078-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226805, 2326, '0078-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226806, 2326, '0078-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226807, 2326, '0078-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226808, 2326, '0078-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226809, 2326, '0079-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226810, 2326, '0079-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226811, 2326, '0079-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226812, 2326, '0079-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226813, 2326, '0079-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226814, 2326, '0079-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226815, 2326, '0079-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226816, 2326, '0079-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226817, 2326, '0079-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226818, 2326, '0079-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226819, 2326, '0079-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226820, 2326, '0079-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226821, 2326, '0080-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226822, 2326, '0080-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226823, 2326, '0080-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226824, 2326, '0080-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226825, 2326, '0080-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226826, 2326, '0080-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226827, 2326, '0080-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226828, 2326, '0080-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226829, 2326, '0080-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226830, 2326, '0080-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226831, 2326, '0080-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226832, 2326, '0080-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226833, 2326, '0081-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226834, 2326, '0081-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226835, 2326, '0081-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226836, 2326, '0081-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226837, 2326, '0081-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226838, 2326, '0081-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226839, 2326, '0081-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226840, 2326, '0081-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226841, 2326, '0081-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226842, 2326, '0081-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226843, 2326, '0081-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226844, 2326, '0081-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226845, 2326, '0082-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226846, 2326, '0082-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226847, 2326, '0082-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226848, 2326, '0082-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226849, 2326, '0082-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226850, 2326, '0082-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226851, 2326, '0082-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226852, 2326, '0082-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226853, 2326, '0082-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226854, 2326, '0082-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226855, 2326, '0082-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226856, 2326, '0082-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226857, 2326, '0083-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226858, 2326, '0083-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226859, 2326, '0083-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226860, 2326, '0083-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226861, 2326, '0083-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226862, 2326, '0083-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226863, 2326, '0083-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226864, 2326, '0083-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226865, 2326, '0083-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226866, 2326, '0083-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226867, 2326, '0083-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226868, 2326, '0083-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226869, 2326, '0084-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226870, 2326, '0084-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226871, 2326, '0084-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226872, 2326, '0084-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226873, 2326, '0084-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226874, 2326, '0084-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226875, 2326, '0084-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226876, 2326, '0084-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226877, 2326, '0084-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226878, 2326, '0084-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226879, 2326, '0084-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226880, 2326, '0084-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226881, 2326, '0085-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226882, 2326, '0085-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226883, 2326, '0085-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226884, 2326, '0085-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226885, 2326, '0085-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226886, 2326, '0085-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226887, 2326, '0085-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226888, 2326, '0085-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226889, 2326, '0085-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226890, 2326, '0085-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226891, 2326, '0085-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226892, 2326, '0085-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226893, 2326, '0086-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226894, 2326, '0086-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226895, 2326, '0086-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226896, 2326, '0086-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226897, 2326, '0086-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226898, 2326, '0086-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226899, 2326, '0086-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226900, 2326, '0086-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226901, 2326, '0086-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226902, 2326, '0086-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226903, 2326, '0086-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226904, 2326, '0086-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226905, 2326, '0087-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226906, 2326, '0087-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226907, 2326, '0087-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226908, 2326, '0087-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226909, 2326, '0087-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226910, 2326, '0087-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226911, 2326, '0087-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226912, 2326, '0087-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226913, 2326, '0087-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226914, 2326, '0087-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226915, 2326, '0087-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226916, 2326, '0087-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226917, 2326, '0088-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226918, 2326, '0088-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226919, 2326, '0088-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226920, 2326, '0088-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226921, 2326, '0088-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226922, 2326, '0088-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226923, 2326, '0088-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226924, 2326, '0088-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226925, 2326, '0088-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226926, 2326, '0088-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226927, 2326, '0088-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226928, 2326, '0088-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226929, 2326, '0089-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226930, 2326, '0089-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226931, 2326, '0089-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226932, 2326, '0089-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226933, 2326, '0089-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226934, 2326, '0089-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226935, 2326, '0089-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226936, 2326, '0089-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226937, 2326, '0089-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226938, 2326, '0089-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226939, 2326, '0089-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:40', '2023-10-31 14:10:40'),
(226940, 2326, '0089-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(226941, 2326, '0090-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(226942, 2326, '0090-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(226943, 2326, '0090-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(226944, 2326, '0090-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(226945, 2326, '0090-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(226946, 2326, '0090-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(226947, 2326, '0090-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(226948, 2326, '0090-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(226949, 2326, '0090-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(226950, 2326, '0090-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(226951, 2326, '0090-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(226952, 2326, '0090-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(226953, 2326, '0091-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(226954, 2326, '0091-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(226955, 2326, '0091-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(226956, 2326, '0091-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(226957, 2326, '0091-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(226958, 2326, '0091-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(226959, 2326, '0091-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(226960, 2326, '0091-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(226961, 2326, '0091-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(226962, 2326, '0091-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(226963, 2326, '0091-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(226964, 2326, '0091-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(226965, 2326, '0092-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(226966, 2326, '0092-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(226967, 2326, '0092-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(226968, 2326, '0092-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(226969, 2326, '0092-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(226970, 2326, '0092-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(226971, 2326, '0092-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(226972, 2326, '0092-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(226973, 2326, '0092-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(226974, 2326, '0092-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(226975, 2326, '0092-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(226976, 2326, '0092-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(226977, 2326, '0093-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(226978, 2326, '0093-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(226979, 2326, '0093-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(226980, 2326, '0093-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(226981, 2326, '0093-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(226982, 2326, '0093-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(226983, 2326, '0093-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(226984, 2326, '0093-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(226985, 2326, '0093-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(226986, 2326, '0093-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(226987, 2326, '0093-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(226988, 2326, '0093-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(226989, 2326, '0094-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(226990, 2326, '0094-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(226991, 2326, '0094-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(226992, 2326, '0094-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(226993, 2326, '0094-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(226994, 2326, '0094-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(226995, 2326, '0094-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(226996, 2326, '0094-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(226997, 2326, '0094-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(226998, 2326, '0094-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(226999, 2326, '0094-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227000, 2326, '0094-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227001, 2326, '0095-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227002, 2326, '0095-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227003, 2326, '0095-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227004, 2326, '0095-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227005, 2326, '0095-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227006, 2326, '0095-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227007, 2326, '0095-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227008, 2326, '0095-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227009, 2326, '0095-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227010, 2326, '0095-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227011, 2326, '0095-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227012, 2326, '0095-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227013, 2326, '0096-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227014, 2326, '0096-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227015, 2326, '0096-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227016, 2326, '0096-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227017, 2326, '0096-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227018, 2326, '0096-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227019, 2326, '0096-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227020, 2326, '0096-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227021, 2326, '0096-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227022, 2326, '0096-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227023, 2326, '0096-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227024, 2326, '0096-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227025, 2326, '0097-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227026, 2326, '0097-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227027, 2326, '0097-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227028, 2326, '0097-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227029, 2326, '0097-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227030, 2326, '0097-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227031, 2326, '0097-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227032, 2326, '0097-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227033, 2326, '0097-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227034, 2326, '0097-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227035, 2326, '0097-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227036, 2326, '0097-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227037, 2326, '0098-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227038, 2326, '0098-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227039, 2326, '0098-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227040, 2326, '0098-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227041, 2326, '0098-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227042, 2326, '0098-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227043, 2326, '0098-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227044, 2326, '0098-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227045, 2326, '0098-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227046, 2326, '0098-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227047, 2326, '0098-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227048, 2326, '0098-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227049, 2326, '0099-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227050, 2326, '0099-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227051, 2326, '0099-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227052, 2326, '0099-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227053, 2326, '0099-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227054, 2326, '0099-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227055, 2326, '0099-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227056, 2326, '0099-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227057, 2326, '0099-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227058, 2326, '0099-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227059, 2326, '0099-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227060, 2326, '0099-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227061, 2326, '0100-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227062, 2326, '0100-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227063, 2326, '0100-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227064, 2326, '0100-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227065, 2326, '0100-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227066, 2326, '0100-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227067, 2326, '0100-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227068, 2326, '0100-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227069, 2326, '0100-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227070, 2326, '0100-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227071, 2326, '0100-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227072, 2326, '0100-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227073, 2326, '0101-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227074, 2326, '0101-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227075, 2326, '0101-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227076, 2326, '0101-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227077, 2326, '0101-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227078, 2326, '0101-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227079, 2326, '0101-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227080, 2326, '0101-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227081, 2326, '0101-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227082, 2326, '0101-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227083, 2326, '0101-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227084, 2326, '0101-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227085, 2326, '0102-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227086, 2326, '0102-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227087, 2326, '0102-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227088, 2326, '0102-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227089, 2326, '0102-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227090, 2326, '0102-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227091, 2326, '0102-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227092, 2326, '0102-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227093, 2326, '0102-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227094, 2326, '0102-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(227095, 2326, '0102-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227096, 2326, '0102-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227097, 2326, '0103-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227098, 2326, '0103-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227099, 2326, '0103-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227100, 2326, '0103-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227101, 2326, '0103-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227102, 2326, '0103-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227103, 2326, '0103-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227104, 2326, '0103-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227105, 2326, '0103-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227106, 2326, '0103-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227107, 2326, '0103-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227108, 2326, '0103-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227109, 2326, '0104-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227110, 2326, '0104-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227111, 2326, '0104-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227112, 2326, '0104-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227113, 2326, '0104-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227114, 2326, '0104-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227115, 2326, '0104-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227116, 2326, '0104-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227117, 2326, '0104-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227118, 2326, '0104-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227119, 2326, '0104-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227120, 2326, '0104-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227121, 2326, '0105-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227122, 2326, '0105-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227123, 2326, '0105-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227124, 2326, '0105-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227125, 2326, '0105-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227126, 2326, '0105-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227127, 2326, '0105-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227128, 2326, '0105-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227129, 2326, '0105-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227130, 2326, '0105-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227131, 2326, '0105-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227132, 2326, '0105-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227133, 2326, '0106-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227134, 2326, '0106-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227135, 2326, '0106-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227136, 2326, '0106-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227137, 2326, '0106-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227138, 2326, '0106-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227139, 2326, '0106-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227140, 2326, '0106-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227141, 2326, '0106-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227142, 2326, '0106-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227143, 2326, '0106-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227144, 2326, '0106-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227145, 2326, '0107-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227146, 2326, '0107-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227147, 2326, '0107-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227148, 2326, '0107-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227149, 2326, '0107-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227150, 2326, '0107-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227151, 2326, '0107-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227152, 2326, '0107-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227153, 2326, '0107-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227154, 2326, '0107-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227155, 2326, '0107-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227156, 2326, '0107-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227157, 2326, '0108-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227158, 2326, '0108-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227159, 2326, '0108-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227160, 2326, '0108-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227161, 2326, '0108-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227162, 2326, '0108-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227163, 2326, '0108-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227164, 2326, '0108-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227165, 2326, '0108-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227166, 2326, '0108-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227167, 2326, '0108-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227168, 2326, '0108-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227169, 2326, '0109-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227170, 2326, '0109-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227171, 2326, '0109-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227172, 2326, '0109-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227173, 2326, '0109-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227174, 2326, '0109-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227175, 2326, '0109-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227176, 2326, '0109-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227177, 2326, '0109-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227178, 2326, '0109-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227179, 2326, '0109-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227180, 2326, '0109-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227181, 2326, '0110-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227182, 2326, '0110-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227183, 2326, '0110-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227184, 2326, '0110-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227185, 2326, '0110-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227186, 2326, '0110-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227187, 2326, '0110-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227188, 2326, '0110-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227189, 2326, '0110-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227190, 2326, '0110-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227191, 2326, '0110-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227192, 2326, '0110-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227193, 2326, '0111-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227194, 2326, '0111-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227195, 2326, '0111-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227196, 2326, '0111-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227197, 2326, '0111-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227198, 2326, '0111-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227199, 2326, '0111-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227200, 2326, '0111-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227201, 2326, '0111-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227202, 2326, '0111-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227203, 2326, '0111-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227204, 2326, '0111-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227205, 2326, '0112-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227206, 2326, '0112-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227207, 2326, '0112-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227208, 2326, '0112-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227209, 2326, '0112-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227210, 2326, '0112-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227211, 2326, '0112-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227212, 2326, '0112-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227213, 2326, '0112-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227214, 2326, '0112-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227215, 2326, '0112-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227216, 2326, '0112-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227217, 2326, '0113-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227218, 2326, '0113-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227219, 2326, '0113-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227220, 2326, '0113-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227221, 2326, '0113-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227222, 2326, '0113-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227223, 2326, '0113-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227224, 2326, '0113-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227225, 2326, '0113-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227226, 2326, '0113-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227227, 2326, '0113-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227228, 2326, '0113-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227229, 2326, '0114-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227230, 2326, '0114-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227231, 2326, '0114-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227232, 2326, '0114-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227233, 2326, '0114-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227234, 2326, '0114-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227235, 2326, '0114-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227236, 2326, '0114-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227237, 2326, '0114-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227238, 2326, '0114-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227239, 2326, '0114-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227240, 2326, '0114-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227241, 2326, '0115-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227242, 2326, '0115-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227243, 2326, '0115-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227244, 2326, '0115-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227245, 2326, '0115-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227246, 2326, '0115-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227247, 2326, '0115-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227248, 2326, '0115-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227249, 2326, '0115-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227250, 2326, '0115-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227251, 2326, '0115-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227252, 2326, '0115-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227253, 2326, '0116-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227254, 2326, '0116-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227255, 2326, '0116-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227256, 2326, '0116-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227257, 2326, '0116-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227258, 2326, '0116-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227259, 2326, '0116-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227260, 2326, '0116-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227261, 2326, '0116-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227262, 2326, '0116-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227263, 2326, '0116-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227264, 2326, '0116-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227265, 2326, '0117-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227266, 2326, '0117-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227267, 2326, '0117-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227268, 2326, '0117-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227269, 2326, '0117-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227270, 2326, '0117-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227271, 2326, '0117-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227272, 2326, '0117-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227273, 2326, '0117-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227274, 2326, '0117-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227275, 2326, '0117-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227276, 2326, '0117-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227277, 2326, '0118-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227278, 2326, '0118-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227279, 2326, '0118-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227280, 2326, '0118-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227281, 2326, '0118-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227282, 2326, '0118-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227283, 2326, '0118-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227284, 2326, '0118-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227285, 2326, '0118-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227286, 2326, '0118-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227287, 2326, '0118-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227288, 2326, '0118-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227289, 2326, '0119-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227290, 2326, '0119-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227291, 2326, '0119-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227292, 2326, '0119-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227293, 2326, '0119-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227294, 2326, '0119-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227295, 2326, '0119-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227296, 2326, '0119-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227297, 2326, '0119-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:41', '2023-10-31 14:10:41'),
(227298, 2326, '0119-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227299, 2326, '0119-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227300, 2326, '0119-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227301, 2326, '0120-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227302, 2326, '0120-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227303, 2326, '0120-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227304, 2326, '0120-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227305, 2326, '0120-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227306, 2326, '0120-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227307, 2326, '0120-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227308, 2326, '0120-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227309, 2326, '0120-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227310, 2326, '0120-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227311, 2326, '0120-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227312, 2326, '0120-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227313, 2326, '0121-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227314, 2326, '0121-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227315, 2326, '0121-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227316, 2326, '0121-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227317, 2326, '0121-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227318, 2326, '0121-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227319, 2326, '0121-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227320, 2326, '0121-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227321, 2326, '0121-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227322, 2326, '0121-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227323, 2326, '0121-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227324, 2326, '0121-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227325, 2326, '0122-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227326, 2326, '0122-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227327, 2326, '0122-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227328, 2326, '0122-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227329, 2326, '0122-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227330, 2326, '0122-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227331, 2326, '0122-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227332, 2326, '0122-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227333, 2326, '0122-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227334, 2326, '0122-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227335, 2326, '0122-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227336, 2326, '0122-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227337, 2326, '0123-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227338, 2326, '0123-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227339, 2326, '0123-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227340, 2326, '0123-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227341, 2326, '0123-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227342, 2326, '0123-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227343, 2326, '0123-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227344, 2326, '0123-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227345, 2326, '0123-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227346, 2326, '0123-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227347, 2326, '0123-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227348, 2326, '0123-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227349, 2326, '0124-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227350, 2326, '0124-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227351, 2326, '0124-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227352, 2326, '0124-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227353, 2326, '0124-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227354, 2326, '0124-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227355, 2326, '0124-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227356, 2326, '0124-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227357, 2326, '0124-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227358, 2326, '0124-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227359, 2326, '0124-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227360, 2326, '0124-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227361, 2326, '0125-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227362, 2326, '0125-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227363, 2326, '0125-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227364, 2326, '0125-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227365, 2326, '0125-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227366, 2326, '0125-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227367, 2326, '0125-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227368, 2326, '0125-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227369, 2326, '0125-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227370, 2326, '0125-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227371, 2326, '0125-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227372, 2326, '0125-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227373, 2326, '0126-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227374, 2326, '0126-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227375, 2326, '0126-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227376, 2326, '0126-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227377, 2326, '0126-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227378, 2326, '0126-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227379, 2326, '0126-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227380, 2326, '0126-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227381, 2326, '0126-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227382, 2326, '0126-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227383, 2326, '0126-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227384, 2326, '0126-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227385, 2326, '0127-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227386, 2326, '0127-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227387, 2326, '0127-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227388, 2326, '0127-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227389, 2326, '0127-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227390, 2326, '0127-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227391, 2326, '0127-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227392, 2326, '0127-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227393, 2326, '0127-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227394, 2326, '0127-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227395, 2326, '0127-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227396, 2326, '0127-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227397, 2326, '0128-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227398, 2326, '0128-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227399, 2326, '0128-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227400, 2326, '0128-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227401, 2326, '0128-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227402, 2326, '0128-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227403, 2326, '0128-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227404, 2326, '0128-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227405, 2326, '0128-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227406, 2326, '0128-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227407, 2326, '0128-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227408, 2326, '0128-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227409, 2326, '0129-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227410, 2326, '0129-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227411, 2326, '0129-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227412, 2326, '0129-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227413, 2326, '0129-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227414, 2326, '0129-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227415, 2326, '0129-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227416, 2326, '0129-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227417, 2326, '0129-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227418, 2326, '0129-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227419, 2326, '0129-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227420, 2326, '0129-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227421, 2326, '0130-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227422, 2326, '0130-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227423, 2326, '0130-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227424, 2326, '0130-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227425, 2326, '0130-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227426, 2326, '0130-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227427, 2326, '0130-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227428, 2326, '0130-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227429, 2326, '0130-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227430, 2326, '0130-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227431, 2326, '0130-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227432, 2326, '0130-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227433, 2326, '0131-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227434, 2326, '0131-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227435, 2326, '0131-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227436, 2326, '0131-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227437, 2326, '0131-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227438, 2326, '0131-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227439, 2326, '0131-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227440, 2326, '0131-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227441, 2326, '0131-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227442, 2326, '0131-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227443, 2326, '0131-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227444, 2326, '0131-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227445, 2326, '0132-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227446, 2326, '0132-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227447, 2326, '0132-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227448, 2326, '0132-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227449, 2326, '0132-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227450, 2326, '0132-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227451, 2326, '0132-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227452, 2326, '0132-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227453, 2326, '0132-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227454, 2326, '0132-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227455, 2326, '0132-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227456, 2326, '0132-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227457, 2326, '0133-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227458, 2326, '0133-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227459, 2326, '0133-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227460, 2326, '0133-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227461, 2326, '0133-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227462, 2326, '0133-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227463, 2326, '0133-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227464, 2326, '0133-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227465, 2326, '0133-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227466, 2326, '0133-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227467, 2326, '0133-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227468, 2326, '0133-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227469, 2326, '0134-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227470, 2326, '0134-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227471, 2326, '0134-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227472, 2326, '0134-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227473, 2326, '0134-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227474, 2326, '0134-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227475, 2326, '0134-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227476, 2326, '0134-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227477, 2326, '0134-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227478, 2326, '0134-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227479, 2326, '0134-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227480, 2326, '0134-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227481, 2326, '0135-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227482, 2326, '0135-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227483, 2326, '0135-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227484, 2326, '0135-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227485, 2326, '0135-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227486, 2326, '0135-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227487, 2326, '0135-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227488, 2326, '0135-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227489, 2326, '0135-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227490, 2326, '0135-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227491, 2326, '0135-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227492, 2326, '0135-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227493, 2326, '0136-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227494, 2326, '0136-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227495, 2326, '0136-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227496, 2326, '0136-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227497, 2326, '0136-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227498, 2326, '0136-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227499, 2326, '0136-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227500, 2326, '0136-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227501, 2326, '0136-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227502, 2326, '0136-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227503, 2326, '0136-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227504, 2326, '0136-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227505, 2326, '0137-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227506, 2326, '0137-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227507, 2326, '0137-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227508, 2326, '0137-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227509, 2326, '0137-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227510, 2326, '0137-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227511, 2326, '0137-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227512, 2326, '0137-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227513, 2326, '0137-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227514, 2326, '0137-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227515, 2326, '0137-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227516, 2326, '0137-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227517, 2326, '0138-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227518, 2326, '0138-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227519, 2326, '0138-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227520, 2326, '0138-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227521, 2326, '0138-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227522, 2326, '0138-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227523, 2326, '0138-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227524, 2326, '0138-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227525, 2326, '0138-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227526, 2326, '0138-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227527, 2326, '0138-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227528, 2326, '0138-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227529, 2326, '0139-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227530, 2326, '0139-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227531, 2326, '0139-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227532, 2326, '0139-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227533, 2326, '0139-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227534, 2326, '0139-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227535, 2326, '0139-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227536, 2326, '0139-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227537, 2326, '0139-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227538, 2326, '0139-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227539, 2326, '0139-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227540, 2326, '0139-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227541, 2326, '0140-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227542, 2326, '0140-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227543, 2326, '0140-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227544, 2326, '0140-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227545, 2326, '0140-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227546, 2326, '0140-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227547, 2326, '0140-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227548, 2326, '0140-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227549, 2326, '0140-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227550, 2326, '0140-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227551, 2326, '0140-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227552, 2326, '0140-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227553, 2326, '0141-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227554, 2326, '0141-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227555, 2326, '0141-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227556, 2326, '0141-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227557, 2326, '0141-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227558, 2326, '0141-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227559, 2326, '0141-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(227560, 2326, '0141-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227561, 2326, '0141-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227562, 2326, '0141-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227563, 2326, '0141-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227564, 2326, '0141-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227565, 2326, '0142-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227566, 2326, '0142-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227567, 2326, '0142-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227568, 2326, '0142-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227569, 2326, '0142-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227570, 2326, '0142-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227571, 2326, '0142-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227572, 2326, '0142-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227573, 2326, '0142-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227574, 2326, '0142-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227575, 2326, '0142-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227576, 2326, '0142-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227577, 2326, '0143-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227578, 2326, '0143-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227579, 2326, '0143-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227580, 2326, '0143-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227581, 2326, '0143-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227582, 2326, '0143-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227583, 2326, '0143-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227584, 2326, '0143-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227585, 2326, '0143-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227586, 2326, '0143-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227587, 2326, '0143-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227588, 2326, '0143-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227589, 2326, '0144-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227590, 2326, '0144-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227591, 2326, '0144-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227592, 2326, '0144-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227593, 2326, '0144-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227594, 2326, '0144-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227595, 2326, '0144-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227596, 2326, '0144-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227597, 2326, '0144-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227598, 2326, '0144-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227599, 2326, '0144-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227600, 2326, '0144-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227601, 2326, '0145-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227602, 2326, '0145-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227603, 2326, '0145-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227604, 2326, '0145-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227605, 2326, '0145-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227606, 2326, '0145-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227607, 2326, '0145-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227608, 2326, '0145-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227609, 2326, '0145-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227610, 2326, '0145-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227611, 2326, '0145-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227612, 2326, '0145-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227613, 2326, '0146-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227614, 2326, '0146-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227615, 2326, '0146-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227616, 2326, '0146-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227617, 2326, '0146-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227618, 2326, '0146-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227619, 2326, '0146-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227620, 2326, '0146-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227621, 2326, '0146-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227622, 2326, '0146-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227623, 2326, '0146-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227624, 2326, '0146-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227625, 2326, '0147-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227626, 2326, '0147-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227627, 2326, '0147-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227628, 2326, '0147-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227629, 2326, '0147-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227630, 2326, '0147-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227631, 2326, '0147-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227632, 2326, '0147-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227633, 2326, '0147-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227634, 2326, '0147-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227635, 2326, '0147-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227636, 2326, '0147-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227637, 2326, '0148-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227638, 2326, '0148-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227639, 2326, '0148-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227640, 2326, '0148-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227641, 2326, '0148-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227642, 2326, '0148-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227643, 2326, '0148-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227644, 2326, '0148-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227645, 2326, '0148-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227646, 2326, '0148-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227647, 2326, '0148-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227648, 2326, '0148-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227649, 2326, '0149-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227650, 2326, '0149-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227651, 2326, '0149-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227652, 2326, '0149-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227653, 2326, '0149-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227654, 2326, '0149-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227655, 2326, '0149-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227656, 2326, '0149-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227657, 2326, '0149-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227658, 2326, '0149-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227659, 2326, '0149-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227660, 2326, '0149-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227661, 2326, '0150-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227662, 2326, '0150-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227663, 2326, '0150-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227664, 2326, '0150-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227665, 2326, '0150-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227666, 2326, '0150-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227667, 2326, '0150-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227668, 2326, '0150-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227669, 2326, '0150-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227670, 2326, '0150-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227671, 2326, '0150-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:42', '2023-10-31 14:10:42'),
(227672, 2326, '0150-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227673, 2326, '0151-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227674, 2326, '0151-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227675, 2326, '0151-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227676, 2326, '0151-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227677, 2326, '0151-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227678, 2326, '0151-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227679, 2326, '0151-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227680, 2326, '0151-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227681, 2326, '0151-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227682, 2326, '0151-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227683, 2326, '0151-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227684, 2326, '0151-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227685, 2326, '0152-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227686, 2326, '0152-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227687, 2326, '0152-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227688, 2326, '0152-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227689, 2326, '0152-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227690, 2326, '0152-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227691, 2326, '0152-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227692, 2326, '0152-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227693, 2326, '0152-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227694, 2326, '0152-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227695, 2326, '0152-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227696, 2326, '0152-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227697, 2326, '0153-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227698, 2326, '0153-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227699, 2326, '0153-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227700, 2326, '0153-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227701, 2326, '0153-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227702, 2326, '0153-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227703, 2326, '0153-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227704, 2326, '0153-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227705, 2326, '0153-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227706, 2326, '0153-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227707, 2326, '0153-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227708, 2326, '0153-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227709, 2326, '0154-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227710, 2326, '0154-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227711, 2326, '0154-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227712, 2326, '0154-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227713, 2326, '0154-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227714, 2326, '0154-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227715, 2326, '0154-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227716, 2326, '0154-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227717, 2326, '0154-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227718, 2326, '0154-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227719, 2326, '0154-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227720, 2326, '0154-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227721, 2326, '0155-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227722, 2326, '0155-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227723, 2326, '0155-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227724, 2326, '0155-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227725, 2326, '0155-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227726, 2326, '0155-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227727, 2326, '0155-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227728, 2326, '0155-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227729, 2326, '0155-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227730, 2326, '0155-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227731, 2326, '0155-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227732, 2326, '0155-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227733, 2326, '0156-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227734, 2326, '0156-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227735, 2326, '0156-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227736, 2326, '0156-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227737, 2326, '0156-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227738, 2326, '0156-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227739, 2326, '0156-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227740, 2326, '0156-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227741, 2326, '0156-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227742, 2326, '0156-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227743, 2326, '0156-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227744, 2326, '0156-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227745, 2326, '0157-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227746, 2326, '0157-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227747, 2326, '0157-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227748, 2326, '0157-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227749, 2326, '0157-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227750, 2326, '0157-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227751, 2326, '0157-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227752, 2326, '0157-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227753, 2326, '0157-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227754, 2326, '0157-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227755, 2326, '0157-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227756, 2326, '0157-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227757, 2326, '0158-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227758, 2326, '0158-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227759, 2326, '0158-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227760, 2326, '0158-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227761, 2326, '0158-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227762, 2326, '0158-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227763, 2326, '0158-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227764, 2326, '0158-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227765, 2326, '0158-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227766, 2326, '0158-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227767, 2326, '0158-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227768, 2326, '0158-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227769, 2326, '0159-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227770, 2326, '0159-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227771, 2326, '0159-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227772, 2326, '0159-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227773, 2326, '0159-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227774, 2326, '0159-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227775, 2326, '0159-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227776, 2326, '0159-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227777, 2326, '0159-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227778, 2326, '0159-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227779, 2326, '0159-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227780, 2326, '0159-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227781, 2326, '0160-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227782, 2326, '0160-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227783, 2326, '0160-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227784, 2326, '0160-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227785, 2326, '0160-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227786, 2326, '0160-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227787, 2326, '0160-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227788, 2326, '0160-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227789, 2326, '0160-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227790, 2326, '0160-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227791, 2326, '0160-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227792, 2326, '0160-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227793, 2326, '0161-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227794, 2326, '0161-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227795, 2326, '0161-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227796, 2326, '0161-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227797, 2326, '0161-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227798, 2326, '0161-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227799, 2326, '0161-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227800, 2326, '0161-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227801, 2326, '0161-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227802, 2326, '0161-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227803, 2326, '0161-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227804, 2326, '0161-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227805, 2326, '0162-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227806, 2326, '0162-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227807, 2326, '0162-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227808, 2326, '0162-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227809, 2326, '0162-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227810, 2326, '0162-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227811, 2326, '0162-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227812, 2326, '0162-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227813, 2326, '0162-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227814, 2326, '0162-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227815, 2326, '0162-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227816, 2326, '0162-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227817, 2326, '0163-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227818, 2326, '0163-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227819, 2326, '0163-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227820, 2326, '0163-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227821, 2326, '0163-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227822, 2326, '0163-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227823, 2326, '0163-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227824, 2326, '0163-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227825, 2326, '0163-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227826, 2326, '0163-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227827, 2326, '0163-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227828, 2326, '0163-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227829, 2326, '0164-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227830, 2326, '0164-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227831, 2326, '0164-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227832, 2326, '0164-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227833, 2326, '0164-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227834, 2326, '0164-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227835, 2326, '0164-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227836, 2326, '0164-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227837, 2326, '0164-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227838, 2326, '0164-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227839, 2326, '0164-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227840, 2326, '0164-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227841, 2326, '0165-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227842, 2326, '0165-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227843, 2326, '0165-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227844, 2326, '0165-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227845, 2326, '0165-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227846, 2326, '0165-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227847, 2326, '0165-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227848, 2326, '0165-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227849, 2326, '0165-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227850, 2326, '0165-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227851, 2326, '0165-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227852, 2326, '0165-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227853, 2326, '0166-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227854, 2326, '0166-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227855, 2326, '0166-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227856, 2326, '0166-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227857, 2326, '0166-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227858, 2326, '0166-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227859, 2326, '0166-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227860, 2326, '0166-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227861, 2326, '0166-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227862, 2326, '0166-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227863, 2326, '0166-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227864, 2326, '0166-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227865, 2326, '0167-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227866, 2326, '0167-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227867, 2326, '0167-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227868, 2326, '0167-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227869, 2326, '0167-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227870, 2326, '0167-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227871, 2326, '0167-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227872, 2326, '0167-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227873, 2326, '0167-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227874, 2326, '0167-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227875, 2326, '0167-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227876, 2326, '0167-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227877, 2326, '0168-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227878, 2326, '0168-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227879, 2326, '0168-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227880, 2326, '0168-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227881, 2326, '0168-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227882, 2326, '0168-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227883, 2326, '0168-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227884, 2326, '0168-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227885, 2326, '0168-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227886, 2326, '0168-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227887, 2326, '0168-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227888, 2326, '0168-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227889, 2326, '0169-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227890, 2326, '0169-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227891, 2326, '0169-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227892, 2326, '0169-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227893, 2326, '0169-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227894, 2326, '0169-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227895, 2326, '0169-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227896, 2326, '0169-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227897, 2326, '0169-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227898, 2326, '0169-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227899, 2326, '0169-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227900, 2326, '0169-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227901, 2326, '0170-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227902, 2326, '0170-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227903, 2326, '0170-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227904, 2326, '0170-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227905, 2326, '0170-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227906, 2326, '0170-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227907, 2326, '0170-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227908, 2326, '0170-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227909, 2326, '0170-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227910, 2326, '0170-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227911, 2326, '0170-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227912, 2326, '0170-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227913, 2326, '0171-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227914, 2326, '0171-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227915, 2326, '0171-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227916, 2326, '0171-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227917, 2326, '0171-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227918, 2326, '0171-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227919, 2326, '0171-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227920, 2326, '0171-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227921, 2326, '0171-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227922, 2326, '0171-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227923, 2326, '0171-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227924, 2326, '0171-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227925, 2326, '0172-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227926, 2326, '0172-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227927, 2326, '0172-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227928, 2326, '0172-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227929, 2326, '0172-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227930, 2326, '0172-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227931, 2326, '0172-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227932, 2326, '0172-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227933, 2326, '0172-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227934, 2326, '0172-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227935, 2326, '0172-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227936, 2326, '0172-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227937, 2326, '0173-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227938, 2326, '0173-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227939, 2326, '0173-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227940, 2326, '0173-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227941, 2326, '0173-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227942, 2326, '0173-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227943, 2326, '0173-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227944, 2326, '0173-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227945, 2326, '0173-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227946, 2326, '0173-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227947, 2326, '0173-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227948, 2326, '0173-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227949, 2326, '0174-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227950, 2326, '0174-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227951, 2326, '0174-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227952, 2326, '0174-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227953, 2326, '0174-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227954, 2326, '0174-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227955, 2326, '0174-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227956, 2326, '0174-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227957, 2326, '0174-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227958, 2326, '0174-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227959, 2326, '0174-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227960, 2326, '0174-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227961, 2326, '0175-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227962, 2326, '0175-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227963, 2326, '0175-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227964, 2326, '0175-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227965, 2326, '0175-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227966, 2326, '0175-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227967, 2326, '0175-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227968, 2326, '0175-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227969, 2326, '0175-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227970, 2326, '0175-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227971, 2326, '0175-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227972, 2326, '0175-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227973, 2326, '0176-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227974, 2326, '0176-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227975, 2326, '0176-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227976, 2326, '0176-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227977, 2326, '0176-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227978, 2326, '0176-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227979, 2326, '0176-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227980, 2326, '0176-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227981, 2326, '0176-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227982, 2326, '0176-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227983, 2326, '0176-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227984, 2326, '0176-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227985, 2326, '0177-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227986, 2326, '0177-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227987, 2326, '0177-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227988, 2326, '0177-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227989, 2326, '0177-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227990, 2326, '0177-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227991, 2326, '0177-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227992, 2326, '0177-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227993, 2326, '0177-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227994, 2326, '0177-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227995, 2326, '0177-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227996, 2326, '0177-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227997, 2326, '0178-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227998, 2326, '0178-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(227999, 2326, '0178-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(228000, 2326, '0178-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(228001, 2326, '0178-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(228002, 2326, '0178-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(228003, 2326, '0178-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(228004, 2326, '0178-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(228005, 2326, '0178-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(228006, 2326, '0178-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(228007, 2326, '0178-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(228008, 2326, '0178-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(228009, 2326, '0179-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(228010, 2326, '0179-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(228011, 2326, '0179-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(228012, 2326, '0179-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(228013, 2326, '0179-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(228014, 2326, '0179-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(228015, 2326, '0179-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(228016, 2326, '0179-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(228017, 2326, '0179-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(228018, 2326, '0179-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(228019, 2326, '0179-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(228020, 2326, '0179-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(228021, 2326, '0180-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(228022, 2326, '0180-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(228023, 2326, '0180-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(228024, 2326, '0180-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(228025, 2326, '0180-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(228026, 2326, '0180-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(228027, 2326, '0180-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(228028, 2326, '0180-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(228029, 2326, '0180-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(228030, 2326, '0180-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(228031, 2326, '0180-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(228032, 2326, '0180-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(228033, 2326, '0181-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(228034, 2326, '0181-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(228035, 2326, '0181-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(228036, 2326, '0181-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:43', '2023-10-31 14:10:43'),
(228037, 2326, '0181-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228038, 2326, '0181-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228039, 2326, '0181-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228040, 2326, '0181-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228041, 2326, '0181-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228042, 2326, '0181-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228043, 2326, '0181-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228044, 2326, '0181-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228045, 2326, '0182-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228046, 2326, '0182-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228047, 2326, '0182-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228048, 2326, '0182-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228049, 2326, '0182-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228050, 2326, '0182-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228051, 2326, '0182-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228052, 2326, '0182-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228053, 2326, '0182-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228054, 2326, '0182-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228055, 2326, '0182-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228056, 2326, '0182-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228057, 2326, '0183-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228058, 2326, '0183-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228059, 2326, '0183-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228060, 2326, '0183-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228061, 2326, '0183-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228062, 2326, '0183-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228063, 2326, '0183-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228064, 2326, '0183-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228065, 2326, '0183-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228066, 2326, '0183-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228067, 2326, '0183-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228068, 2326, '0183-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228069, 2326, '0184-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228070, 2326, '0184-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228071, 2326, '0184-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228072, 2326, '0184-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228073, 2326, '0184-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228074, 2326, '0184-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228075, 2326, '0184-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228076, 2326, '0184-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228077, 2326, '0184-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228078, 2326, '0184-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228079, 2326, '0184-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228080, 2326, '0184-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228081, 2326, '0185-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228082, 2326, '0185-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228083, 2326, '0185-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228084, 2326, '0185-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228085, 2326, '0185-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228086, 2326, '0185-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228087, 2326, '0185-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228088, 2326, '0185-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228089, 2326, '0185-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228090, 2326, '0185-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228091, 2326, '0185-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228092, 2326, '0185-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228093, 2326, '0186-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228094, 2326, '0186-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228095, 2326, '0186-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228096, 2326, '0186-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228097, 2326, '0186-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228098, 2326, '0186-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228099, 2326, '0186-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228100, 2326, '0186-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228101, 2326, '0186-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228102, 2326, '0186-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228103, 2326, '0186-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228104, 2326, '0186-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228105, 2326, '0187-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228106, 2326, '0187-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228107, 2326, '0187-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228108, 2326, '0187-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228109, 2326, '0187-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228110, 2326, '0187-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228111, 2326, '0187-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228112, 2326, '0187-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228113, 2326, '0187-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228114, 2326, '0187-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228115, 2326, '0187-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228116, 2326, '0187-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228117, 2326, '0188-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228118, 2326, '0188-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228119, 2326, '0188-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228120, 2326, '0188-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228121, 2326, '0188-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228122, 2326, '0188-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228123, 2326, '0188-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228124, 2326, '0188-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228125, 2326, '0188-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228126, 2326, '0188-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228127, 2326, '0188-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228128, 2326, '0188-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228129, 2326, '0189-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228130, 2326, '0189-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228131, 2326, '0189-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228132, 2326, '0189-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228133, 2326, '0189-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228134, 2326, '0189-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228135, 2326, '0189-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228136, 2326, '0189-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228137, 2326, '0189-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228138, 2326, '0189-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228139, 2326, '0189-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228140, 2326, '0189-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228141, 2326, '0190-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228142, 2326, '0190-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228143, 2326, '0190-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228144, 2326, '0190-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228145, 2326, '0190-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228146, 2326, '0190-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228147, 2326, '0190-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228148, 2326, '0190-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228149, 2326, '0190-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228150, 2326, '0190-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228151, 2326, '0190-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228152, 2326, '0190-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228153, 2326, '0191-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228154, 2326, '0191-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228155, 2326, '0191-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228156, 2326, '0191-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228157, 2326, '0191-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228158, 2326, '0191-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228159, 2326, '0191-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228160, 2326, '0191-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228161, 2326, '0191-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228162, 2326, '0191-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228163, 2326, '0191-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228164, 2326, '0191-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228165, 2326, '0192-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228166, 2326, '0192-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228167, 2326, '0192-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228168, 2326, '0192-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228169, 2326, '0192-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228170, 2326, '0192-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228171, 2326, '0192-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228172, 2326, '0192-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228173, 2326, '0192-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228174, 2326, '0192-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228175, 2326, '0192-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228176, 2326, '0192-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228177, 2326, '0193-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228178, 2326, '0193-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228179, 2326, '0193-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228180, 2326, '0193-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228181, 2326, '0193-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228182, 2326, '0193-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228183, 2326, '0193-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228184, 2326, '0193-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228185, 2326, '0193-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228186, 2326, '0193-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228187, 2326, '0193-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228188, 2326, '0193-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228189, 2326, '0194-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228190, 2326, '0194-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228191, 2326, '0194-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228192, 2326, '0194-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228193, 2326, '0194-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228194, 2326, '0194-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228195, 2326, '0194-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228196, 2326, '0194-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228197, 2326, '0194-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228198, 2326, '0194-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228199, 2326, '0194-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228200, 2326, '0194-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228201, 2326, '0195-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228202, 2326, '0195-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228203, 2326, '0195-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228204, 2326, '0195-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228205, 2326, '0195-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228206, 2326, '0195-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228207, 2326, '0195-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228208, 2326, '0195-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228209, 2326, '0195-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228210, 2326, '0195-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228211, 2326, '0195-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228212, 2326, '0195-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228213, 2326, '0196-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228214, 2326, '0196-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228215, 2326, '0196-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228216, 2326, '0196-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228217, 2326, '0196-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228218, 2326, '0196-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228219, 2326, '0196-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228220, 2326, '0196-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228221, 2326, '0196-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228222, 2326, '0196-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228223, 2326, '0196-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228224, 2326, '0196-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228225, 2326, '0197-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228226, 2326, '0197-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228227, 2326, '0197-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228228, 2326, '0197-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228229, 2326, '0197-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228230, 2326, '0197-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228231, 2326, '0197-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228232, 2326, '0197-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228233, 2326, '0197-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228234, 2326, '0197-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228235, 2326, '0197-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228236, 2326, '0197-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228237, 2326, '0198-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228238, 2326, '0198-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228239, 2326, '0198-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228240, 2326, '0198-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228241, 2326, '0198-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228242, 2326, '0198-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228243, 2326, '0198-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228244, 2326, '0198-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228245, 2326, '0198-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228246, 2326, '0198-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228247, 2326, '0198-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228248, 2326, '0198-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228249, 2326, '0199-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228250, 2326, '0199-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228251, 2326, '0199-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228252, 2326, '0199-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228253, 2326, '0199-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228254, 2326, '0199-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228255, 2326, '0199-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228256, 2326, '0199-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228257, 2326, '0199-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228258, 2326, '0199-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228259, 2326, '0199-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228260, 2326, '0199-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228261, 2326, '0200-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228262, 2326, '0200-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228263, 2326, '0200-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228264, 2326, '0200-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228265, 2326, '0200-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228266, 2326, '0200-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228267, 2326, '0200-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228268, 2326, '0200-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228269, 2326, '0200-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228270, 2326, '0200-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228271, 2326, '0200-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228272, 2326, '0200-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228273, 2326, '0201-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228274, 2326, '0201-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228275, 2326, '0201-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228276, 2326, '0201-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228277, 2326, '0201-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228278, 2326, '0201-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228279, 2326, '0201-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228280, 2326, '0201-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228281, 2326, '0201-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228282, 2326, '0201-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228283, 2326, '0201-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228284, 2326, '0201-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228285, 2326, '0202-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228286, 2326, '0202-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228287, 2326, '0202-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228288, 2326, '0202-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228289, 2326, '0202-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228290, 2326, '0202-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228291, 2326, '0202-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228292, 2326, '0202-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228293, 2326, '0202-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228294, 2326, '0202-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228295, 2326, '0202-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228296, 2326, '0202-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228297, 2326, '0203-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228298, 2326, '0203-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228299, 2326, '0203-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228300, 2326, '0203-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228301, 2326, '0203-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228302, 2326, '0203-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228303, 2326, '0203-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228304, 2326, '0203-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228305, 2326, '0203-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228306, 2326, '0203-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228307, 2326, '0203-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228308, 2326, '0203-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228309, 2326, '0204-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228310, 2326, '0204-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228311, 2326, '0204-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228312, 2326, '0204-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228313, 2326, '0204-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228314, 2326, '0204-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228315, 2326, '0204-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228316, 2326, '0204-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228317, 2326, '0204-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228318, 2326, '0204-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228319, 2326, '0204-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228320, 2326, '0204-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228321, 2326, '0205-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228322, 2326, '0205-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228323, 2326, '0205-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228324, 2326, '0205-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228325, 2326, '0205-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228326, 2326, '0205-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228327, 2326, '0205-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228328, 2326, '0205-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228329, 2326, '0205-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228330, 2326, '0205-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228331, 2326, '0205-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228332, 2326, '0205-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228333, 2326, '0206-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228334, 2326, '0206-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228335, 2326, '0206-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228336, 2326, '0206-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228337, 2326, '0206-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228338, 2326, '0206-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228339, 2326, '0206-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228340, 2326, '0206-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228341, 2326, '0206-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228342, 2326, '0206-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228343, 2326, '0206-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228344, 2326, '0206-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228345, 2326, '0207-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228346, 2326, '0207-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228347, 2326, '0207-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228348, 2326, '0207-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228349, 2326, '0207-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228350, 2326, '0207-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228351, 2326, '0207-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228352, 2326, '0207-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228353, 2326, '0207-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228354, 2326, '0207-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228355, 2326, '0207-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228356, 2326, '0207-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228357, 2326, '0208-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228358, 2326, '0208-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228359, 2326, '0208-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228360, 2326, '0208-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228361, 2326, '0208-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228362, 2326, '0208-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228363, 2326, '0208-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228364, 2326, '0208-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228365, 2326, '0208-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228366, 2326, '0208-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:44', '2023-10-31 14:10:44'),
(228367, 2326, '0208-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228368, 2326, '0208-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228369, 2326, '0209-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228370, 2326, '0209-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228371, 2326, '0209-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228372, 2326, '0209-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228373, 2326, '0209-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228374, 2326, '0209-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228375, 2326, '0209-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228376, 2326, '0209-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228377, 2326, '0209-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228378, 2326, '0209-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228379, 2326, '0209-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228380, 2326, '0209-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228381, 2326, '0210-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228382, 2326, '0210-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228383, 2326, '0210-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228384, 2326, '0210-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228385, 2326, '0210-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228386, 2326, '0210-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228387, 2326, '0210-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228388, 2326, '0210-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228389, 2326, '0210-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228390, 2326, '0210-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228391, 2326, '0210-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228392, 2326, '0210-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228393, 2326, '0211-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228394, 2326, '0211-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228395, 2326, '0211-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228396, 2326, '0211-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228397, 2326, '0211-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228398, 2326, '0211-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228399, 2326, '0211-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228400, 2326, '0211-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228401, 2326, '0211-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228402, 2326, '0211-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228403, 2326, '0211-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228404, 2326, '0211-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228405, 2326, '0212-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228406, 2326, '0212-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228407, 2326, '0212-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228408, 2326, '0212-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228409, 2326, '0212-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228410, 2326, '0212-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228411, 2326, '0212-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228412, 2326, '0212-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228413, 2326, '0212-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228414, 2326, '0212-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228415, 2326, '0212-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228416, 2326, '0212-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228417, 2326, '0213-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228418, 2326, '0213-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228419, 2326, '0213-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228420, 2326, '0213-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228421, 2326, '0213-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228422, 2326, '0213-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228423, 2326, '0213-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228424, 2326, '0213-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228425, 2326, '0213-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228426, 2326, '0213-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228427, 2326, '0213-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228428, 2326, '0213-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228429, 2326, '0214-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228430, 2326, '0214-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228431, 2326, '0214-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228432, 2326, '0214-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228433, 2326, '0214-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228434, 2326, '0214-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228435, 2326, '0214-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228436, 2326, '0214-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228437, 2326, '0214-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228438, 2326, '0214-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228439, 2326, '0214-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228440, 2326, '0214-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228441, 2326, '0215-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228442, 2326, '0215-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228443, 2326, '0215-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228444, 2326, '0215-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228445, 2326, '0215-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228446, 2326, '0215-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228447, 2326, '0215-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228448, 2326, '0215-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228449, 2326, '0215-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228450, 2326, '0215-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228451, 2326, '0215-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228452, 2326, '0215-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228453, 2326, '0216-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228454, 2326, '0216-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228455, 2326, '0216-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228456, 2326, '0216-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228457, 2326, '0216-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228458, 2326, '0216-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228459, 2326, '0216-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228460, 2326, '0216-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228461, 2326, '0216-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228462, 2326, '0216-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228463, 2326, '0216-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228464, 2326, '0216-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228465, 2326, '0217-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228466, 2326, '0217-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228467, 2326, '0217-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228468, 2326, '0217-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228469, 2326, '0217-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228470, 2326, '0217-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228471, 2326, '0217-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228472, 2326, '0217-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228473, 2326, '0217-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228474, 2326, '0217-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228475, 2326, '0217-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228476, 2326, '0217-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228477, 2326, '0218-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228478, 2326, '0218-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228479, 2326, '0218-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228480, 2326, '0218-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228481, 2326, '0218-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228482, 2326, '0218-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228483, 2326, '0218-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228484, 2326, '0218-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228485, 2326, '0218-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228486, 2326, '0218-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228487, 2326, '0218-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228488, 2326, '0218-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228489, 2326, '0219-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(228490, 2326, '0219-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228491, 2326, '0219-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228492, 2326, '0219-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228493, 2326, '0219-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228494, 2326, '0219-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228495, 2326, '0219-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228496, 2326, '0219-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228497, 2326, '0219-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228498, 2326, '0219-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228499, 2326, '0219-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228500, 2326, '0219-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228501, 2326, '0220-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228502, 2326, '0220-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228503, 2326, '0220-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228504, 2326, '0220-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228505, 2326, '0220-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228506, 2326, '0220-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228507, 2326, '0220-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228508, 2326, '0220-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228509, 2326, '0220-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228510, 2326, '0220-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228511, 2326, '0220-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228512, 2326, '0220-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228513, 2326, '0221-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228514, 2326, '0221-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228515, 2326, '0221-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228516, 2326, '0221-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228517, 2326, '0221-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228518, 2326, '0221-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228519, 2326, '0221-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228520, 2326, '0221-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228521, 2326, '0221-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228522, 2326, '0221-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228523, 2326, '0221-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228524, 2326, '0221-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228525, 2326, '0222-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228526, 2326, '0222-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228527, 2326, '0222-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228528, 2326, '0222-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228529, 2326, '0222-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228530, 2326, '0222-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228531, 2326, '0222-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228532, 2326, '0222-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228533, 2326, '0222-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228534, 2326, '0222-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228535, 2326, '0222-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228536, 2326, '0222-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228537, 2326, '0223-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228538, 2326, '0223-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228539, 2326, '0223-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228540, 2326, '0223-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228541, 2326, '0223-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228542, 2326, '0223-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228543, 2326, '0223-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228544, 2326, '0223-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228545, 2326, '0223-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228546, 2326, '0223-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228547, 2326, '0223-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228548, 2326, '0223-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228549, 2326, '0224-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228550, 2326, '0224-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228551, 2326, '0224-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228552, 2326, '0224-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228553, 2326, '0224-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228554, 2326, '0224-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228555, 2326, '0224-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228556, 2326, '0224-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228557, 2326, '0224-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228558, 2326, '0224-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228559, 2326, '0224-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228560, 2326, '0224-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228561, 2326, '0225-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228562, 2326, '0225-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228563, 2326, '0225-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228564, 2326, '0225-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228565, 2326, '0225-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228566, 2326, '0225-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228567, 2326, '0225-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228568, 2326, '0225-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228569, 2326, '0225-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228570, 2326, '0225-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228571, 2326, '0225-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228572, 2326, '0225-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228573, 2326, '0226-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228574, 2326, '0226-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228575, 2326, '0226-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228576, 2326, '0226-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228577, 2326, '0226-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228578, 2326, '0226-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228579, 2326, '0226-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228580, 2326, '0226-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228581, 2326, '0226-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228582, 2326, '0226-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228583, 2326, '0226-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228584, 2326, '0226-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228585, 2326, '0227-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228586, 2326, '0227-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228587, 2326, '0227-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228588, 2326, '0227-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228589, 2326, '0227-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228590, 2326, '0227-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228591, 2326, '0227-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228592, 2326, '0227-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228593, 2326, '0227-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228594, 2326, '0227-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228595, 2326, '0227-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228596, 2326, '0227-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228597, 2326, '0228-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228598, 2326, '0228-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228599, 2326, '0228-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228600, 2326, '0228-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228601, 2326, '0228-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228602, 2326, '0228-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228603, 2326, '0228-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228604, 2326, '0228-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228605, 2326, '0228-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228606, 2326, '0228-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228607, 2326, '0228-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228608, 2326, '0228-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228609, 2326, '0229-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228610, 2326, '0229-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228611, 2326, '0229-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228612, 2326, '0229-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228613, 2326, '0229-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228614, 2326, '0229-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228615, 2326, '0229-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228616, 2326, '0229-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228617, 2326, '0229-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228618, 2326, '0229-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228619, 2326, '0229-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228620, 2326, '0229-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228621, 2326, '0230-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228622, 2326, '0230-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228623, 2326, '0230-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228624, 2326, '0230-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228625, 2326, '0230-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228626, 2326, '0230-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228627, 2326, '0230-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228628, 2326, '0230-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228629, 2326, '0230-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228630, 2326, '0230-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228631, 2326, '0230-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228632, 2326, '0230-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228633, 2326, '0231-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228634, 2326, '0231-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228635, 2326, '0231-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228636, 2326, '0231-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228637, 2326, '0231-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228638, 2326, '0231-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228639, 2326, '0231-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228640, 2326, '0231-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228641, 2326, '0231-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228642, 2326, '0231-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228643, 2326, '0231-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228644, 2326, '0231-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228645, 2326, '0232-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228646, 2326, '0232-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228647, 2326, '0232-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228648, 2326, '0232-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228649, 2326, '0232-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228650, 2326, '0232-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228651, 2326, '0232-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228652, 2326, '0232-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228653, 2326, '0232-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228654, 2326, '0232-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228655, 2326, '0232-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228656, 2326, '0232-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228657, 2326, '0233-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228658, 2326, '0233-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228659, 2326, '0233-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228660, 2326, '0233-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228661, 2326, '0233-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228662, 2326, '0233-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228663, 2326, '0233-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228664, 2326, '0233-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228665, 2326, '0233-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228666, 2326, '0233-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228667, 2326, '0233-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228668, 2326, '0233-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228669, 2326, '0234-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228670, 2326, '0234-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228671, 2326, '0234-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228672, 2326, '0234-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228673, 2326, '0234-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228674, 2326, '0234-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228675, 2326, '0234-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228676, 2326, '0234-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228677, 2326, '0234-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228678, 2326, '0234-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228679, 2326, '0234-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228680, 2326, '0234-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228681, 2326, '0235-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228682, 2326, '0235-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228683, 2326, '0235-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228684, 2326, '0235-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228685, 2326, '0235-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228686, 2326, '0235-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228687, 2326, '0235-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228688, 2326, '0235-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228689, 2326, '0235-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228690, 2326, '0235-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228691, 2326, '0235-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228692, 2326, '0235-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228693, 2326, '0236-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228694, 2326, '0236-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228695, 2326, '0236-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228696, 2326, '0236-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228697, 2326, '0236-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228698, 2326, '0236-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228699, 2326, '0236-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228700, 2326, '0236-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228701, 2326, '0236-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228702, 2326, '0236-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228703, 2326, '0236-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228704, 2326, '0236-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228705, 2326, '0237-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228706, 2326, '0237-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228707, 2326, '0237-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228708, 2326, '0237-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228709, 2326, '0237-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228710, 2326, '0237-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228711, 2326, '0237-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228712, 2326, '0237-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228713, 2326, '0237-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228714, 2326, '0237-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228715, 2326, '0237-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228716, 2326, '0237-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228717, 2326, '0238-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228718, 2326, '0238-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228719, 2326, '0238-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228720, 2326, '0238-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228721, 2326, '0238-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228722, 2326, '0238-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228723, 2326, '0238-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:45', '2023-10-31 14:10:45'),
(228724, 2326, '0238-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228725, 2326, '0238-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228726, 2326, '0238-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228727, 2326, '0238-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228728, 2326, '0238-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228729, 2326, '0239-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228730, 2326, '0239-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228731, 2326, '0239-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228732, 2326, '0239-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228733, 2326, '0239-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228734, 2326, '0239-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228735, 2326, '0239-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228736, 2326, '0239-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228737, 2326, '0239-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228738, 2326, '0239-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228739, 2326, '0239-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228740, 2326, '0239-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228741, 2326, '0240-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228742, 2326, '0240-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228743, 2326, '0240-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228744, 2326, '0240-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228745, 2326, '0240-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228746, 2326, '0240-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228747, 2326, '0240-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228748, 2326, '0240-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228749, 2326, '0240-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228750, 2326, '0240-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228751, 2326, '0240-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228752, 2326, '0240-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228753, 2326, '0241-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228754, 2326, '0241-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228755, 2326, '0241-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228756, 2326, '0241-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228757, 2326, '0241-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228758, 2326, '0241-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228759, 2326, '0241-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228760, 2326, '0241-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228761, 2326, '0241-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228762, 2326, '0241-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228763, 2326, '0241-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228764, 2326, '0241-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228765, 2326, '0242-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228766, 2326, '0242-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228767, 2326, '0242-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228768, 2326, '0242-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228769, 2326, '0242-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228770, 2326, '0242-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228771, 2326, '0242-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228772, 2326, '0242-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228773, 2326, '0242-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228774, 2326, '0242-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228775, 2326, '0242-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228776, 2326, '0242-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228777, 2326, '0243-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228778, 2326, '0243-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228779, 2326, '0243-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228780, 2326, '0243-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228781, 2326, '0243-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228782, 2326, '0243-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228783, 2326, '0243-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228784, 2326, '0243-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228785, 2326, '0243-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228786, 2326, '0243-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228787, 2326, '0243-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228788, 2326, '0243-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228789, 2326, '0244-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228790, 2326, '0244-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228791, 2326, '0244-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228792, 2326, '0244-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228793, 2326, '0244-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228794, 2326, '0244-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228795, 2326, '0244-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228796, 2326, '0244-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228797, 2326, '0244-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228798, 2326, '0244-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228799, 2326, '0244-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228800, 2326, '0244-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228801, 2326, '0245-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228802, 2326, '0245-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228803, 2326, '0245-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228804, 2326, '0245-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228805, 2326, '0245-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228806, 2326, '0245-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228807, 2326, '0245-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228808, 2326, '0245-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228809, 2326, '0245-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228810, 2326, '0245-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228811, 2326, '0245-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228812, 2326, '0245-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228813, 2326, '0246-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228814, 2326, '0246-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228815, 2326, '0246-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228816, 2326, '0246-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228817, 2326, '0246-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228818, 2326, '0246-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228819, 2326, '0246-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228820, 2326, '0246-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228821, 2326, '0246-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228822, 2326, '0246-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228823, 2326, '0246-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228824, 2326, '0246-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228825, 2326, '0247-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228826, 2326, '0247-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228827, 2326, '0247-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228828, 2326, '0247-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228829, 2326, '0247-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228830, 2326, '0247-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228831, 2326, '0247-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228832, 2326, '0247-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228833, 2326, '0247-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228834, 2326, '0247-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228835, 2326, '0247-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228836, 2326, '0247-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228837, 2326, '0248-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228838, 2326, '0248-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228839, 2326, '0248-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228840, 2326, '0248-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228841, 2326, '0248-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228842, 2326, '0248-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228843, 2326, '0248-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228844, 2326, '0248-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228845, 2326, '0248-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228846, 2326, '0248-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228847, 2326, '0248-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228848, 2326, '0248-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228849, 2326, '0249-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228850, 2326, '0249-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228851, 2326, '0249-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228852, 2326, '0249-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228853, 2326, '0249-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228854, 2326, '0249-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228855, 2326, '0249-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228856, 2326, '0249-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228857, 2326, '0249-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228858, 2326, '0249-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228859, 2326, '0249-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228860, 2326, '0249-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228861, 2326, '0250-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228862, 2326, '0250-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228863, 2326, '0250-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228864, 2326, '0250-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228865, 2326, '0250-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228866, 2326, '0250-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228867, 2326, '0250-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228868, 2326, '0250-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228869, 2326, '0250-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228870, 2326, '0250-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228871, 2326, '0250-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228872, 2326, '0250-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228873, 2326, '0251-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228874, 2326, '0251-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228875, 2326, '0251-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228876, 2326, '0251-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228877, 2326, '0251-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228878, 2326, '0251-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228879, 2326, '0251-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228880, 2326, '0251-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228881, 2326, '0251-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228882, 2326, '0251-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228883, 2326, '0251-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228884, 2326, '0251-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228885, 2326, '0252-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228886, 2326, '0252-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228887, 2326, '0252-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228888, 2326, '0252-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228889, 2326, '0252-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228890, 2326, '0252-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228891, 2326, '0252-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228892, 2326, '0252-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228893, 2326, '0252-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228894, 2326, '0252-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228895, 2326, '0252-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228896, 2326, '0252-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228897, 2326, '0253-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228898, 2326, '0253-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228899, 2326, '0253-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228900, 2326, '0253-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228901, 2326, '0253-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228902, 2326, '0253-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228903, 2326, '0253-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228904, 2326, '0253-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228905, 2326, '0253-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228906, 2326, '0253-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228907, 2326, '0253-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228908, 2326, '0253-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228909, 2326, '0254-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228910, 2326, '0254-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228911, 2326, '0254-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228912, 2326, '0254-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228913, 2326, '0254-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228914, 2326, '0254-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228915, 2326, '0254-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228916, 2326, '0254-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228917, 2326, '0254-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228918, 2326, '0254-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228919, 2326, '0254-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228920, 2326, '0254-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228921, 2326, '0255-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228922, 2326, '0255-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228923, 2326, '0255-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228924, 2326, '0255-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228925, 2326, '0255-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228926, 2326, '0255-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228927, 2326, '0255-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228928, 2326, '0255-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228929, 2326, '0255-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228930, 2326, '0255-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228931, 2326, '0255-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228932, 2326, '0255-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228933, 2326, '0256-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228934, 2326, '0256-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228935, 2326, '0256-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228936, 2326, '0256-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228937, 2326, '0256-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228938, 2326, '0256-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228939, 2326, '0256-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228940, 2326, '0256-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228941, 2326, '0256-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228942, 2326, '0256-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228943, 2326, '0256-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228944, 2326, '0256-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228945, 2326, '0257-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228946, 2326, '0257-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228947, 2326, '0257-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228948, 2326, '0257-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228949, 2326, '0257-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228950, 2326, '0257-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228951, 2326, '0257-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228952, 2326, '0257-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228953, 2326, '0257-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228954, 2326, '0257-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(228955, 2326, '0257-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228956, 2326, '0257-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228957, 2326, '0258-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228958, 2326, '0258-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228959, 2326, '0258-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228960, 2326, '0258-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228961, 2326, '0258-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228962, 2326, '0258-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228963, 2326, '0258-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228964, 2326, '0258-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228965, 2326, '0258-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228966, 2326, '0258-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228967, 2326, '0258-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228968, 2326, '0258-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228969, 2326, '0259-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228970, 2326, '0259-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228971, 2326, '0259-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228972, 2326, '0259-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228973, 2326, '0259-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228974, 2326, '0259-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228975, 2326, '0259-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228976, 2326, '0259-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228977, 2326, '0259-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228978, 2326, '0259-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228979, 2326, '0259-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228980, 2326, '0259-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228981, 2326, '0260-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228982, 2326, '0260-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228983, 2326, '0260-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228984, 2326, '0260-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228985, 2326, '0260-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228986, 2326, '0260-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228987, 2326, '0260-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228988, 2326, '0260-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228989, 2326, '0260-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228990, 2326, '0260-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228991, 2326, '0260-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228992, 2326, '0260-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228993, 2326, '0261-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228994, 2326, '0261-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228995, 2326, '0261-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228996, 2326, '0261-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228997, 2326, '0261-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228998, 2326, '0261-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(228999, 2326, '0261-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(229000, 2326, '0261-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(229001, 2326, '0261-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(229002, 2326, '0261-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(229003, 2326, '0261-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(229004, 2326, '0261-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(229005, 2326, '0262-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(229006, 2326, '0262-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(229007, 2326, '0262-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(229008, 2326, '0262-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(229009, 2326, '0262-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(229010, 2326, '0262-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(229011, 2326, '0262-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(229012, 2326, '0262-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(229013, 2326, '0262-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(229014, 2326, '0262-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(229015, 2326, '0262-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(229016, 2326, '0262-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(229017, 2326, '0263-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(229018, 2326, '0263-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(229019, 2326, '0263-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(229020, 2326, '0263-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(229021, 2326, '0263-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(229022, 2326, '0263-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(229023, 2326, '0263-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(229024, 2326, '0263-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(229025, 2326, '0263-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(229026, 2326, '0263-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(229027, 2326, '0263-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(229028, 2326, '0263-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(229029, 2326, '0264-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(229030, 2326, '0264-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(229031, 2326, '0264-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(229032, 2326, '0264-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(229033, 2326, '0264-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(229034, 2326, '0264-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(229035, 2326, '0264-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(229036, 2326, '0264-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(229037, 2326, '0264-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(229038, 2326, '0264-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(229039, 2326, '0264-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(229040, 2326, '0264-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(229041, 2326, '0265-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(229042, 2326, '0265-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(229043, 2326, '0265-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(229044, 2326, '0265-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(229045, 2326, '0265-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(229046, 2326, '0265-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(229047, 2326, '0265-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(229048, 2326, '0265-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(229049, 2326, '0265-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(229050, 2326, '0265-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(229051, 2326, '0265-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(229052, 2326, '0265-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(229053, 2326, '0266-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(229054, 2326, '0266-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(229055, 2326, '0266-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(229056, 2326, '0266-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(229057, 2326, '0266-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(229058, 2326, '0266-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(229059, 2326, '0266-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(229060, 2326, '0266-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(229061, 2326, '0266-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(229062, 2326, '0266-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(229063, 2326, '0266-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(229064, 2326, '0266-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(229065, 2326, '0267-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(229066, 2326, '0267-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(229067, 2326, '0267-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(229068, 2326, '0267-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(229069, 2326, '0267-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(229070, 2326, '0267-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(229071, 2326, '0267-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(229072, 2326, '0267-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(229073, 2326, '0267-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(229074, 2326, '0267-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(229075, 2326, '0267-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(229076, 2326, '0267-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(229077, 2326, '0268-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(229078, 2326, '0268-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(229079, 2326, '0268-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(229080, 2326, '0268-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(229081, 2326, '0268-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(229082, 2326, '0268-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(229083, 2326, '0268-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(229084, 2326, '0268-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(229085, 2326, '0268-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(229086, 2326, '0268-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(229087, 2326, '0268-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(229088, 2326, '0268-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(229089, 2326, '0269-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(229090, 2326, '0269-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(229091, 2326, '0269-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(229092, 2326, '0269-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(229093, 2326, '0269-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(229094, 2326, '0269-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(229095, 2326, '0269-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(229096, 2326, '0269-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(229097, 2326, '0269-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(229098, 2326, '0269-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(229099, 2326, '0269-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(229100, 2326, '0269-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(229101, 2326, '0270-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(229102, 2326, '0270-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(229103, 2326, '0270-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(229104, 2326, '0270-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(229105, 2326, '0270-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(229106, 2326, '0270-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(229107, 2326, '0270-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:46', '2023-10-31 14:10:46'),
(229108, 2326, '0270-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229109, 2326, '0270-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229110, 2326, '0270-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229111, 2326, '0270-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229112, 2326, '0270-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229113, 2326, '0271-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229114, 2326, '0271-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229115, 2326, '0271-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229116, 2326, '0271-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229117, 2326, '0271-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229118, 2326, '0271-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229119, 2326, '0271-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229120, 2326, '0271-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229121, 2326, '0271-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229122, 2326, '0271-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229123, 2326, '0271-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229124, 2326, '0271-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229125, 2326, '0272-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229126, 2326, '0272-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229127, 2326, '0272-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229128, 2326, '0272-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229129, 2326, '0272-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229130, 2326, '0272-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229131, 2326, '0272-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229132, 2326, '0272-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229133, 2326, '0272-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229134, 2326, '0272-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229135, 2326, '0272-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229136, 2326, '0272-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229137, 2326, '0273-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229138, 2326, '0273-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229139, 2326, '0273-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229140, 2326, '0273-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229141, 2326, '0273-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229142, 2326, '0273-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229143, 2326, '0273-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229144, 2326, '0273-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229145, 2326, '0273-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229146, 2326, '0273-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229147, 2326, '0273-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229148, 2326, '0273-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229149, 2326, '0274-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229150, 2326, '0274-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229151, 2326, '0274-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229152, 2326, '0274-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229153, 2326, '0274-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229154, 2326, '0274-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229155, 2326, '0274-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229156, 2326, '0274-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229157, 2326, '0274-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229158, 2326, '0274-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229159, 2326, '0274-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229160, 2326, '0274-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229161, 2326, '0275-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229162, 2326, '0275-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229163, 2326, '0275-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229164, 2326, '0275-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229165, 2326, '0275-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229166, 2326, '0275-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229167, 2326, '0275-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229168, 2326, '0275-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229169, 2326, '0275-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229170, 2326, '0275-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229171, 2326, '0275-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229172, 2326, '0275-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229173, 2326, '0276-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229174, 2326, '0276-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229175, 2326, '0276-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229176, 2326, '0276-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229177, 2326, '0276-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229178, 2326, '0276-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229179, 2326, '0276-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229180, 2326, '0276-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229181, 2326, '0276-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229182, 2326, '0276-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229183, 2326, '0276-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229184, 2326, '0276-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229185, 2326, '0277-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229186, 2326, '0277-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229187, 2326, '0277-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229188, 2326, '0277-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229189, 2326, '0277-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229190, 2326, '0277-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229191, 2326, '0277-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229192, 2326, '0277-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229193, 2326, '0277-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229194, 2326, '0277-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229195, 2326, '0277-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229196, 2326, '0277-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229197, 2326, '0278-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229198, 2326, '0278-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229199, 2326, '0278-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229200, 2326, '0278-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229201, 2326, '0278-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229202, 2326, '0278-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229203, 2326, '0278-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229204, 2326, '0278-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229205, 2326, '0278-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229206, 2326, '0278-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229207, 2326, '0278-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229208, 2326, '0278-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229209, 2326, '0279-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229210, 2326, '0279-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229211, 2326, '0279-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229212, 2326, '0279-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229213, 2326, '0279-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229214, 2326, '0279-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229215, 2326, '0279-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229216, 2326, '0279-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229217, 2326, '0279-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229218, 2326, '0279-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229219, 2326, '0279-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229220, 2326, '0279-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229221, 2326, '0280-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229222, 2326, '0280-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229223, 2326, '0280-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229224, 2326, '0280-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229225, 2326, '0280-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229226, 2326, '0280-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229227, 2326, '0280-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229228, 2326, '0280-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229229, 2326, '0280-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229230, 2326, '0280-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229231, 2326, '0280-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229232, 2326, '0280-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229233, 2326, '0281-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229234, 2326, '0281-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229235, 2326, '0281-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229236, 2326, '0281-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229237, 2326, '0281-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229238, 2326, '0281-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229239, 2326, '0281-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229240, 2326, '0281-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229241, 2326, '0281-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229242, 2326, '0281-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229243, 2326, '0281-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229244, 2326, '0281-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229245, 2326, '0282-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229246, 2326, '0282-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229247, 2326, '0282-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229248, 2326, '0282-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229249, 2326, '0282-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229250, 2326, '0282-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229251, 2326, '0282-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229252, 2326, '0282-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229253, 2326, '0282-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229254, 2326, '0282-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229255, 2326, '0282-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229256, 2326, '0282-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229257, 2326, '0283-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229258, 2326, '0283-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229259, 2326, '0283-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229260, 2326, '0283-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229261, 2326, '0283-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229262, 2326, '0283-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229263, 2326, '0283-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229264, 2326, '0283-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229265, 2326, '0283-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229266, 2326, '0283-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229267, 2326, '0283-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229268, 2326, '0283-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229269, 2326, '0284-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229270, 2326, '0284-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229271, 2326, '0284-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229272, 2326, '0284-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229273, 2326, '0284-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229274, 2326, '0284-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229275, 2326, '0284-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229276, 2326, '0284-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229277, 2326, '0284-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229278, 2326, '0284-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229279, 2326, '0284-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229280, 2326, '0284-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229281, 2326, '0285-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229282, 2326, '0285-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229283, 2326, '0285-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229284, 2326, '0285-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229285, 2326, '0285-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229286, 2326, '0285-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229287, 2326, '0285-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229288, 2326, '0285-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229289, 2326, '0285-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229290, 2326, '0285-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229291, 2326, '0285-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229292, 2326, '0285-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229293, 2326, '0286-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229294, 2326, '0286-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229295, 2326, '0286-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229296, 2326, '0286-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229297, 2326, '0286-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229298, 2326, '0286-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229299, 2326, '0286-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229300, 2326, '0286-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229301, 2326, '0286-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229302, 2326, '0286-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229303, 2326, '0286-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229304, 2326, '0286-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229305, 2326, '0287-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229306, 2326, '0287-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229307, 2326, '0287-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229308, 2326, '0287-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229309, 2326, '0287-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229310, 2326, '0287-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229311, 2326, '0287-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229312, 2326, '0287-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229313, 2326, '0287-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229314, 2326, '0287-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229315, 2326, '0287-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229316, 2326, '0287-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229317, 2326, '0288-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229318, 2326, '0288-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229319, 2326, '0288-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229320, 2326, '0288-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229321, 2326, '0288-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229322, 2326, '0288-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229323, 2326, '0288-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229324, 2326, '0288-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229325, 2326, '0288-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229326, 2326, '0288-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229327, 2326, '0288-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229328, 2326, '0288-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229329, 2326, '0289-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229330, 2326, '0289-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229331, 2326, '0289-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229332, 2326, '0289-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229333, 2326, '0289-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229334, 2326, '0289-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229335, 2326, '0289-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229336, 2326, '0289-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229337, 2326, '0289-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229338, 2326, '0289-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229339, 2326, '0289-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229340, 2326, '0289-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229341, 2326, '0290-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229342, 2326, '0290-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229343, 2326, '0290-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229344, 2326, '0290-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229345, 2326, '0290-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229346, 2326, '0290-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229347, 2326, '0290-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229348, 2326, '0290-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229349, 2326, '0290-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229350, 2326, '0290-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229351, 2326, '0290-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229352, 2326, '0290-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229353, 2326, '0291-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229354, 2326, '0291-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229355, 2326, '0291-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229356, 2326, '0291-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229357, 2326, '0291-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229358, 2326, '0291-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229359, 2326, '0291-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229360, 2326, '0291-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229361, 2326, '0291-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229362, 2326, '0291-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229363, 2326, '0291-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229364, 2326, '0291-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229365, 2326, '0292-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229366, 2326, '0292-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229367, 2326, '0292-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229368, 2326, '0292-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229369, 2326, '0292-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229370, 2326, '0292-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229371, 2326, '0292-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229372, 2326, '0292-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229373, 2326, '0292-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229374, 2326, '0292-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229375, 2326, '0292-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229376, 2326, '0292-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229377, 2326, '0293-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229378, 2326, '0293-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229379, 2326, '0293-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229380, 2326, '0293-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229381, 2326, '0293-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229382, 2326, '0293-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229383, 2326, '0293-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229384, 2326, '0293-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229385, 2326, '0293-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229386, 2326, '0293-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229387, 2326, '0293-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229388, 2326, '0293-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229389, 2326, '0294-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229390, 2326, '0294-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229391, 2326, '0294-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229392, 2326, '0294-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229393, 2326, '0294-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229394, 2326, '0294-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229395, 2326, '0294-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229396, 2326, '0294-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229397, 2326, '0294-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229398, 2326, '0294-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229399, 2326, '0294-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229400, 2326, '0294-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229401, 2326, '0295-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229402, 2326, '0295-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229403, 2326, '0295-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229404, 2326, '0295-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229405, 2326, '0295-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229406, 2326, '0295-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229407, 2326, '0295-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229408, 2326, '0295-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229409, 2326, '0295-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229410, 2326, '0295-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229411, 2326, '0295-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229412, 2326, '0295-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229413, 2326, '0296-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229414, 2326, '0296-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229415, 2326, '0296-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229416, 2326, '0296-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229417, 2326, '0296-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229418, 2326, '0296-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229419, 2326, '0296-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(229420, 2326, '0296-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229421, 2326, '0296-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229422, 2326, '0296-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229423, 2326, '0296-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229424, 2326, '0296-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229425, 2326, '0297-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229426, 2326, '0297-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229427, 2326, '0297-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229428, 2326, '0297-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229429, 2326, '0297-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229430, 2326, '0297-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229431, 2326, '0297-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229432, 2326, '0297-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229433, 2326, '0297-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229434, 2326, '0297-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229435, 2326, '0297-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229436, 2326, '0297-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229437, 2326, '0298-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229438, 2326, '0298-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229439, 2326, '0298-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229440, 2326, '0298-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229441, 2326, '0298-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229442, 2326, '0298-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229443, 2326, '0298-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229444, 2326, '0298-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229445, 2326, '0298-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229446, 2326, '0298-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229447, 2326, '0298-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229448, 2326, '0298-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229449, 2326, '0299-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229450, 2326, '0299-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229451, 2326, '0299-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229452, 2326, '0299-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229453, 2326, '0299-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229454, 2326, '0299-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229455, 2326, '0299-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229456, 2326, '0299-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229457, 2326, '0299-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229458, 2326, '0299-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229459, 2326, '0299-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229460, 2326, '0299-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229461, 2326, '0300-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229462, 2326, '0300-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229463, 2326, '0300-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229464, 2326, '0300-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229465, 2326, '0300-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229466, 2326, '0300-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229467, 2326, '0300-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229468, 2326, '0300-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229469, 2326, '0300-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229470, 2326, '0300-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229471, 2326, '0300-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229472, 2326, '0300-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229473, 2326, '0301-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229474, 2326, '0301-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229475, 2326, '0301-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229476, 2326, '0301-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:47', '2023-10-31 14:10:47'),
(229477, 2326, '0301-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229478, 2326, '0301-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229479, 2326, '0301-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229480, 2326, '0301-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229481, 2326, '0301-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229482, 2326, '0301-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229483, 2326, '0301-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229484, 2326, '0301-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229485, 2326, '0302-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229486, 2326, '0302-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229487, 2326, '0302-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229488, 2326, '0302-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229489, 2326, '0302-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229490, 2326, '0302-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229491, 2326, '0302-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229492, 2326, '0302-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229493, 2326, '0302-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229494, 2326, '0302-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229495, 2326, '0302-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229496, 2326, '0302-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229497, 2326, '0303-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229498, 2326, '0303-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229499, 2326, '0303-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229500, 2326, '0303-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229501, 2326, '0303-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229502, 2326, '0303-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229503, 2326, '0303-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229504, 2326, '0303-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229505, 2326, '0303-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229506, 2326, '0303-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229507, 2326, '0303-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229508, 2326, '0303-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229509, 2326, '0304-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229510, 2326, '0304-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229511, 2326, '0304-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229512, 2326, '0304-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229513, 2326, '0304-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229514, 2326, '0304-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229515, 2326, '0304-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229516, 2326, '0304-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229517, 2326, '0304-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229518, 2326, '0304-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229519, 2326, '0304-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229520, 2326, '0304-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229521, 2326, '0305-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229522, 2326, '0305-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229523, 2326, '0305-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229524, 2326, '0305-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229525, 2326, '0305-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229526, 2326, '0305-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229527, 2326, '0305-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229528, 2326, '0305-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229529, 2326, '0305-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229530, 2326, '0305-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229531, 2326, '0305-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229532, 2326, '0305-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229533, 2326, '0306-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229534, 2326, '0306-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229535, 2326, '0306-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229536, 2326, '0306-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229537, 2326, '0306-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229538, 2326, '0306-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229539, 2326, '0306-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229540, 2326, '0306-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229541, 2326, '0306-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229542, 2326, '0306-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229543, 2326, '0306-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229544, 2326, '0306-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229545, 2326, '0307-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229546, 2326, '0307-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229547, 2326, '0307-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229548, 2326, '0307-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229549, 2326, '0307-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229550, 2326, '0307-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229551, 2326, '0307-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229552, 2326, '0307-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229553, 2326, '0307-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229554, 2326, '0307-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229555, 2326, '0307-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229556, 2326, '0307-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229557, 2326, '0308-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229558, 2326, '0308-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229559, 2326, '0308-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229560, 2326, '0308-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229561, 2326, '0308-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229562, 2326, '0308-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229563, 2326, '0308-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229564, 2326, '0308-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229565, 2326, '0308-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229566, 2326, '0308-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229567, 2326, '0308-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229568, 2326, '0308-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229569, 2326, '0309-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229570, 2326, '0309-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229571, 2326, '0309-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229572, 2326, '0309-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229573, 2326, '0309-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229574, 2326, '0309-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229575, 2326, '0309-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229576, 2326, '0309-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229577, 2326, '0309-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229578, 2326, '0309-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229579, 2326, '0309-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229580, 2326, '0309-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229581, 2326, '0310-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229582, 2326, '0310-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229583, 2326, '0310-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229584, 2326, '0310-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229585, 2326, '0310-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229586, 2326, '0310-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229587, 2326, '0310-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229588, 2326, '0310-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229589, 2326, '0310-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229590, 2326, '0310-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229591, 2326, '0310-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229592, 2326, '0310-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229593, 2326, '0311-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229594, 2326, '0311-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229595, 2326, '0311-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229596, 2326, '0311-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229597, 2326, '0311-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229598, 2326, '0311-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229599, 2326, '0311-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229600, 2326, '0311-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229601, 2326, '0311-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229602, 2326, '0311-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229603, 2326, '0311-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229604, 2326, '0311-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229605, 2326, '0312-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229606, 2326, '0312-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229607, 2326, '0312-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229608, 2326, '0312-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229609, 2326, '0312-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229610, 2326, '0312-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229611, 2326, '0312-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229612, 2326, '0312-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229613, 2326, '0312-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229614, 2326, '0312-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229615, 2326, '0312-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229616, 2326, '0312-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229617, 2326, '0313-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229618, 2326, '0313-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229619, 2326, '0313-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229620, 2326, '0313-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229621, 2326, '0313-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229622, 2326, '0313-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229623, 2326, '0313-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229624, 2326, '0313-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229625, 2326, '0313-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229626, 2326, '0313-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229627, 2326, '0313-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229628, 2326, '0313-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229629, 2326, '0314-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229630, 2326, '0314-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229631, 2326, '0314-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229632, 2326, '0314-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229633, 2326, '0314-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229634, 2326, '0314-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229635, 2326, '0314-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229636, 2326, '0314-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229637, 2326, '0314-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229638, 2326, '0314-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229639, 2326, '0314-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229640, 2326, '0314-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229641, 2326, '0315-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229642, 2326, '0315-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229643, 2326, '0315-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229644, 2326, '0315-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229645, 2326, '0315-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229646, 2326, '0315-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229647, 2326, '0315-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229648, 2326, '0315-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229649, 2326, '0315-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229650, 2326, '0315-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229651, 2326, '0315-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229652, 2326, '0315-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229653, 2326, '0316-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229654, 2326, '0316-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229655, 2326, '0316-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229656, 2326, '0316-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229657, 2326, '0316-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229658, 2326, '0316-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229659, 2326, '0316-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229660, 2326, '0316-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229661, 2326, '0316-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229662, 2326, '0316-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229663, 2326, '0316-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229664, 2326, '0316-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229665, 2326, '0317-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229666, 2326, '0317-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229667, 2326, '0317-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229668, 2326, '0317-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229669, 2326, '0317-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229670, 2326, '0317-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229671, 2326, '0317-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229672, 2326, '0317-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229673, 2326, '0317-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229674, 2326, '0317-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229675, 2326, '0317-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229676, 2326, '0317-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229677, 2326, '0318-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229678, 2326, '0318-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229679, 2326, '0318-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229680, 2326, '0318-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229681, 2326, '0318-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229682, 2326, '0318-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229683, 2326, '0318-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229684, 2326, '0318-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229685, 2326, '0318-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229686, 2326, '0318-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229687, 2326, '0318-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229688, 2326, '0318-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229689, 2326, '0319-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229690, 2326, '0319-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229691, 2326, '0319-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229692, 2326, '0319-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229693, 2326, '0319-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229694, 2326, '0319-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229695, 2326, '0319-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229696, 2326, '0319-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229697, 2326, '0319-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229698, 2326, '0319-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229699, 2326, '0319-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229700, 2326, '0319-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229701, 2326, '0320-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229702, 2326, '0320-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229703, 2326, '0320-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229704, 2326, '0320-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229705, 2326, '0320-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229706, 2326, '0320-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229707, 2326, '0320-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229708, 2326, '0320-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229709, 2326, '0320-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229710, 2326, '0320-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229711, 2326, '0320-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229712, 2326, '0320-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229713, 2326, '0321-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229714, 2326, '0321-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229715, 2326, '0321-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229716, 2326, '0321-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229717, 2326, '0321-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229718, 2326, '0321-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229719, 2326, '0321-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229720, 2326, '0321-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229721, 2326, '0321-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229722, 2326, '0321-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229723, 2326, '0321-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229724, 2326, '0321-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229725, 2326, '0322-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229726, 2326, '0322-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229727, 2326, '0322-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229728, 2326, '0322-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229729, 2326, '0322-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229730, 2326, '0322-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229731, 2326, '0322-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229732, 2326, '0322-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229733, 2326, '0322-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229734, 2326, '0322-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229735, 2326, '0322-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229736, 2326, '0322-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229737, 2326, '0323-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229738, 2326, '0323-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229739, 2326, '0323-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229740, 2326, '0323-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229741, 2326, '0323-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229742, 2326, '0323-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229743, 2326, '0323-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229744, 2326, '0323-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229745, 2326, '0323-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229746, 2326, '0323-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229747, 2326, '0323-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229748, 2326, '0323-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229749, 2326, '0324-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229750, 2326, '0324-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229751, 2326, '0324-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229752, 2326, '0324-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229753, 2326, '0324-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229754, 2326, '0324-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229755, 2326, '0324-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229756, 2326, '0324-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229757, 2326, '0324-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229758, 2326, '0324-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229759, 2326, '0324-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229760, 2326, '0324-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229761, 2326, '0325-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229762, 2326, '0325-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229763, 2326, '0325-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229764, 2326, '0325-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229765, 2326, '0325-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229766, 2326, '0325-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229767, 2326, '0325-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229768, 2326, '0325-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229769, 2326, '0325-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229770, 2326, '0325-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229771, 2326, '0325-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229772, 2326, '0325-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229773, 2326, '0326-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229774, 2326, '0326-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229775, 2326, '0326-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229776, 2326, '0326-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229777, 2326, '0326-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229778, 2326, '0326-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229779, 2326, '0326-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229780, 2326, '0326-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229781, 2326, '0326-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229782, 2326, '0326-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229783, 2326, '0326-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229784, 2326, '0326-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229785, 2326, '0327-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229786, 2326, '0327-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229787, 2326, '0327-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229788, 2326, '0327-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229789, 2326, '0327-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229790, 2326, '0327-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229791, 2326, '0327-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229792, 2326, '0327-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229793, 2326, '0327-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229794, 2326, '0327-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229795, 2326, '0327-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229796, 2326, '0327-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229797, 2326, '0328-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229798, 2326, '0328-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229799, 2326, '0328-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229800, 2326, '0328-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229801, 2326, '0328-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229802, 2326, '0328-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229803, 2326, '0328-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229804, 2326, '0328-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229805, 2326, '0328-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229806, 2326, '0328-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229807, 2326, '0328-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229808, 2326, '0328-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229809, 2326, '0329-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229810, 2326, '0329-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229811, 2326, '0329-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229812, 2326, '0329-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229813, 2326, '0329-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229814, 2326, '0329-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229815, 2326, '0329-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229816, 2326, '0329-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229817, 2326, '0329-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229818, 2326, '0329-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229819, 2326, '0329-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229820, 2326, '0329-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229821, 2326, '0330-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229822, 2326, '0330-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229823, 2326, '0330-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229824, 2326, '0330-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229825, 2326, '0330-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229826, 2326, '0330-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229827, 2326, '0330-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229828, 2326, '0330-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229829, 2326, '0330-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229830, 2326, '0330-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229831, 2326, '0330-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229832, 2326, '0330-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229833, 2326, '0331-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229834, 2326, '0331-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229835, 2326, '0331-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229836, 2326, '0331-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229837, 2326, '0331-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229838, 2326, '0331-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229839, 2326, '0331-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229840, 2326, '0331-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229841, 2326, '0331-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229842, 2326, '0331-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229843, 2326, '0331-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229844, 2326, '0331-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229845, 2326, '0332-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229846, 2326, '0332-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229847, 2326, '0332-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229848, 2326, '0332-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229849, 2326, '0332-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229850, 2326, '0332-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229851, 2326, '0332-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229852, 2326, '0332-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229853, 2326, '0332-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229854, 2326, '0332-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229855, 2326, '0332-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229856, 2326, '0332-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229857, 2326, '0333-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229858, 2326, '0333-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229859, 2326, '0333-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229860, 2326, '0333-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229861, 2326, '0333-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229862, 2326, '0333-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229863, 2326, '0333-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229864, 2326, '0333-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229865, 2326, '0333-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229866, 2326, '0333-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229867, 2326, '0333-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229868, 2326, '0333-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229869, 2326, '0334-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229870, 2326, '0334-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229871, 2326, '0334-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229872, 2326, '0334-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229873, 2326, '0334-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229874, 2326, '0334-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229875, 2326, '0334-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229876, 2326, '0334-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229877, 2326, '0334-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229878, 2326, '0334-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229879, 2326, '0334-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229880, 2326, '0334-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229881, 2326, '0335-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229882, 2326, '0335-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229883, 2326, '0335-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229884, 2326, '0335-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(229885, 2326, '0335-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229886, 2326, '0335-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229887, 2326, '0335-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229888, 2326, '0335-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229889, 2326, '0335-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229890, 2326, '0335-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229891, 2326, '0335-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229892, 2326, '0335-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229893, 2326, '0336-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229894, 2326, '0336-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229895, 2326, '0336-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229896, 2326, '0336-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229897, 2326, '0336-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229898, 2326, '0336-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229899, 2326, '0336-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229900, 2326, '0336-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229901, 2326, '0336-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229902, 2326, '0336-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229903, 2326, '0336-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229904, 2326, '0336-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229905, 2326, '0337-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:48', '2023-10-31 14:10:48'),
(229906, 2326, '0337-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(229907, 2326, '0337-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(229908, 2326, '0337-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(229909, 2326, '0337-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(229910, 2326, '0337-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(229911, 2326, '0337-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(229912, 2326, '0337-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(229913, 2326, '0337-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(229914, 2326, '0337-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(229915, 2326, '0337-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(229916, 2326, '0337-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(229917, 2326, '0338-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(229918, 2326, '0338-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(229919, 2326, '0338-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(229920, 2326, '0338-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(229921, 2326, '0338-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(229922, 2326, '0338-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(229923, 2326, '0338-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(229924, 2326, '0338-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(229925, 2326, '0338-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(229926, 2326, '0338-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(229927, 2326, '0338-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(229928, 2326, '0338-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(229929, 2326, '0339-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(229930, 2326, '0339-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(229931, 2326, '0339-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(229932, 2326, '0339-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(229933, 2326, '0339-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(229934, 2326, '0339-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(229935, 2326, '0339-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(229936, 2326, '0339-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(229937, 2326, '0339-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(229938, 2326, '0339-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(229939, 2326, '0339-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(229940, 2326, '0339-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(229941, 2326, '0340-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(229942, 2326, '0340-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(229943, 2326, '0340-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(229944, 2326, '0340-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(229945, 2326, '0340-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(229946, 2326, '0340-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(229947, 2326, '0340-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(229948, 2326, '0340-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(229949, 2326, '0340-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(229950, 2326, '0340-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(229951, 2326, '0340-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(229952, 2326, '0340-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(229953, 2326, '0341-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(229954, 2326, '0341-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(229955, 2326, '0341-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(229956, 2326, '0341-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(229957, 2326, '0341-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(229958, 2326, '0341-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(229959, 2326, '0341-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(229960, 2326, '0341-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(229961, 2326, '0341-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(229962, 2326, '0341-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(229963, 2326, '0341-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(229964, 2326, '0341-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(229965, 2326, '0342-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(229966, 2326, '0342-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(229967, 2326, '0342-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(229968, 2326, '0342-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(229969, 2326, '0342-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(229970, 2326, '0342-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(229971, 2326, '0342-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(229972, 2326, '0342-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(229973, 2326, '0342-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(229974, 2326, '0342-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(229975, 2326, '0342-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(229976, 2326, '0342-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(229977, 2326, '0343-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(229978, 2326, '0343-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(229979, 2326, '0343-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(229980, 2326, '0343-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(229981, 2326, '0343-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(229982, 2326, '0343-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(229983, 2326, '0343-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(229984, 2326, '0343-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(229985, 2326, '0343-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(229986, 2326, '0343-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(229987, 2326, '0343-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(229988, 2326, '0343-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(229989, 2326, '0344-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(229990, 2326, '0344-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(229991, 2326, '0344-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(229992, 2326, '0344-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(229993, 2326, '0344-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(229994, 2326, '0344-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(229995, 2326, '0344-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(229996, 2326, '0344-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(229997, 2326, '0344-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(229998, 2326, '0344-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(229999, 2326, '0344-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230000, 2326, '0344-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230001, 2326, '0345-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230002, 2326, '0345-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230003, 2326, '0345-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230004, 2326, '0345-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230005, 2326, '0345-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230006, 2326, '0345-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230007, 2326, '0345-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230008, 2326, '0345-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230009, 2326, '0345-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230010, 2326, '0345-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230011, 2326, '0345-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230012, 2326, '0345-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230013, 2326, '0346-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230014, 2326, '0346-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230015, 2326, '0346-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230016, 2326, '0346-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230017, 2326, '0346-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230018, 2326, '0346-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230019, 2326, '0346-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230020, 2326, '0346-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230021, 2326, '0346-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230022, 2326, '0346-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230023, 2326, '0346-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230024, 2326, '0346-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230025, 2326, '0347-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230026, 2326, '0347-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230027, 2326, '0347-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230028, 2326, '0347-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230029, 2326, '0347-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230030, 2326, '0347-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230031, 2326, '0347-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230032, 2326, '0347-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230033, 2326, '0347-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230034, 2326, '0347-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230035, 2326, '0347-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230036, 2326, '0347-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230037, 2326, '0348-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230038, 2326, '0348-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230039, 2326, '0348-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230040, 2326, '0348-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230041, 2326, '0348-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230042, 2326, '0348-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230043, 2326, '0348-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230044, 2326, '0348-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230045, 2326, '0348-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230046, 2326, '0348-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230047, 2326, '0348-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230048, 2326, '0348-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230049, 2326, '0349-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230050, 2326, '0349-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230051, 2326, '0349-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230052, 2326, '0349-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230053, 2326, '0349-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230054, 2326, '0349-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230055, 2326, '0349-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230056, 2326, '0349-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230057, 2326, '0349-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230058, 2326, '0349-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230059, 2326, '0349-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230060, 2326, '0349-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230061, 2326, '0350-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230062, 2326, '0350-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230063, 2326, '0350-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230064, 2326, '0350-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230065, 2326, '0350-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230066, 2326, '0350-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230067, 2326, '0350-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230068, 2326, '0350-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230069, 2326, '0350-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230070, 2326, '0350-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230071, 2326, '0350-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230072, 2326, '0350-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230073, 2326, '0351-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230074, 2326, '0351-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230075, 2326, '0351-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230076, 2326, '0351-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230077, 2326, '0351-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230078, 2326, '0351-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230079, 2326, '0351-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230080, 2326, '0351-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230081, 2326, '0351-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230082, 2326, '0351-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230083, 2326, '0351-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230084, 2326, '0351-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230085, 2326, '0352-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230086, 2326, '0352-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230087, 2326, '0352-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230088, 2326, '0352-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230089, 2326, '0352-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230090, 2326, '0352-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230091, 2326, '0352-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230092, 2326, '0352-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230093, 2326, '0352-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230094, 2326, '0352-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230095, 2326, '0352-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230096, 2326, '0352-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230097, 2326, '0353-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230098, 2326, '0353-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230099, 2326, '0353-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230100, 2326, '0353-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230101, 2326, '0353-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230102, 2326, '0353-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230103, 2326, '0353-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230104, 2326, '0353-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230105, 2326, '0353-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230106, 2326, '0353-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230107, 2326, '0353-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230108, 2326, '0353-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230109, 2326, '0354-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230110, 2326, '0354-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230111, 2326, '0354-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230112, 2326, '0354-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230113, 2326, '0354-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230114, 2326, '0354-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230115, 2326, '0354-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230116, 2326, '0354-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230117, 2326, '0354-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230118, 2326, '0354-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230119, 2326, '0354-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230120, 2326, '0354-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230121, 2326, '0355-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230122, 2326, '0355-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230123, 2326, '0355-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230124, 2326, '0355-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230125, 2326, '0355-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230126, 2326, '0355-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230127, 2326, '0355-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230128, 2326, '0355-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230129, 2326, '0355-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230130, 2326, '0355-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230131, 2326, '0355-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230132, 2326, '0355-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230133, 2326, '0356-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230134, 2326, '0356-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230135, 2326, '0356-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230136, 2326, '0356-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230137, 2326, '0356-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230138, 2326, '0356-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230139, 2326, '0356-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230140, 2326, '0356-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230141, 2326, '0356-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230142, 2326, '0356-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230143, 2326, '0356-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230144, 2326, '0356-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230145, 2326, '0357-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230146, 2326, '0357-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230147, 2326, '0357-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230148, 2326, '0357-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230149, 2326, '0357-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230150, 2326, '0357-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230151, 2326, '0357-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230152, 2326, '0357-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230153, 2326, '0357-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230154, 2326, '0357-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230155, 2326, '0357-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230156, 2326, '0357-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230157, 2326, '0358-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230158, 2326, '0358-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230159, 2326, '0358-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230160, 2326, '0358-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230161, 2326, '0358-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230162, 2326, '0358-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230163, 2326, '0358-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230164, 2326, '0358-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230165, 2326, '0358-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230166, 2326, '0358-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230167, 2326, '0358-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230168, 2326, '0358-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230169, 2326, '0359-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230170, 2326, '0359-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230171, 2326, '0359-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230172, 2326, '0359-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230173, 2326, '0359-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230174, 2326, '0359-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230175, 2326, '0359-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230176, 2326, '0359-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230177, 2326, '0359-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230178, 2326, '0359-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230179, 2326, '0359-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230180, 2326, '0359-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230181, 2326, '0360-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230182, 2326, '0360-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230183, 2326, '0360-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230184, 2326, '0360-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230185, 2326, '0360-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230186, 2326, '0360-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230187, 2326, '0360-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230188, 2326, '0360-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230189, 2326, '0360-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230190, 2326, '0360-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230191, 2326, '0360-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230192, 2326, '0360-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230193, 2326, '0361-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230194, 2326, '0361-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230195, 2326, '0361-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230196, 2326, '0361-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230197, 2326, '0361-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230198, 2326, '0361-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230199, 2326, '0361-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230200, 2326, '0361-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230201, 2326, '0361-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230202, 2326, '0361-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230203, 2326, '0361-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230204, 2326, '0361-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230205, 2326, '0362-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230206, 2326, '0362-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230207, 2326, '0362-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230208, 2326, '0362-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230209, 2326, '0362-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230210, 2326, '0362-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230211, 2326, '0362-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230212, 2326, '0362-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230213, 2326, '0362-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230214, 2326, '0362-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230215, 2326, '0362-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230216, 2326, '0362-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230217, 2326, '0363-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230218, 2326, '0363-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230219, 2326, '0363-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230220, 2326, '0363-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230221, 2326, '0363-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230222, 2326, '0363-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230223, 2326, '0363-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230224, 2326, '0363-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230225, 2326, '0363-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230226, 2326, '0363-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230227, 2326, '0363-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230228, 2326, '0363-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230229, 2326, '0364-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230230, 2326, '0364-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230231, 2326, '0364-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230232, 2326, '0364-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230233, 2326, '0364-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230234, 2326, '0364-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230235, 2326, '0364-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230236, 2326, '0364-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230237, 2326, '0364-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230238, 2326, '0364-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230239, 2326, '0364-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230240, 2326, '0364-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230241, 2326, '0365-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230242, 2326, '0365-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230243, 2326, '0365-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230244, 2326, '0365-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230245, 2326, '0365-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230246, 2326, '0365-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230247, 2326, '0365-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230248, 2326, '0365-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230249, 2326, '0365-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230250, 2326, '0365-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230251, 2326, '0365-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230252, 2326, '0365-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230253, 2326, '0366-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230254, 2326, '0366-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230255, 2326, '0366-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230256, 2326, '0366-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230257, 2326, '0366-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230258, 2326, '0366-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230259, 2326, '0366-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230260, 2326, '0366-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230261, 2326, '0366-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230262, 2326, '0366-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230263, 2326, '0366-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230264, 2326, '0366-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230265, 2326, '0367-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230266, 2326, '0367-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230267, 2326, '0367-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230268, 2326, '0367-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230269, 2326, '0367-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230270, 2326, '0367-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230271, 2326, '0367-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230272, 2326, '0367-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230273, 2326, '0367-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230274, 2326, '0367-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230275, 2326, '0367-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230276, 2326, '0367-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230277, 2326, '0368-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230278, 2326, '0368-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230279, 2326, '0368-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230280, 2326, '0368-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230281, 2326, '0368-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230282, 2326, '0368-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230283, 2326, '0368-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230284, 2326, '0368-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230285, 2326, '0368-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230286, 2326, '0368-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230287, 2326, '0368-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230288, 2326, '0368-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230289, 2326, '0369-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:49', '2023-10-31 14:10:49'),
(230290, 2326, '0369-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230291, 2326, '0369-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230292, 2326, '0369-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230293, 2326, '0369-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230294, 2326, '0369-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230295, 2326, '0369-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230296, 2326, '0369-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230297, 2326, '0369-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230298, 2326, '0369-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230299, 2326, '0369-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230300, 2326, '0369-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230301, 2326, '0370-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230302, 2326, '0370-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230303, 2326, '0370-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230304, 2326, '0370-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230305, 2326, '0370-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230306, 2326, '0370-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230307, 2326, '0370-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230308, 2326, '0370-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230309, 2326, '0370-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230310, 2326, '0370-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230311, 2326, '0370-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230312, 2326, '0370-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230313, 2326, '0371-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230314, 2326, '0371-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230315, 2326, '0371-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230316, 2326, '0371-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230317, 2326, '0371-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230318, 2326, '0371-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230319, 2326, '0371-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230320, 2326, '0371-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230321, 2326, '0371-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230322, 2326, '0371-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230323, 2326, '0371-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230324, 2326, '0371-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230325, 2326, '0372-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230326, 2326, '0372-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230327, 2326, '0372-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230328, 2326, '0372-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230329, 2326, '0372-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230330, 2326, '0372-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230331, 2326, '0372-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230332, 2326, '0372-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230333, 2326, '0372-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230334, 2326, '0372-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230335, 2326, '0372-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230336, 2326, '0372-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230337, 2326, '0373-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230338, 2326, '0373-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230339, 2326, '0373-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230340, 2326, '0373-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230341, 2326, '0373-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230342, 2326, '0373-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230343, 2326, '0373-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230344, 2326, '0373-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230345, 2326, '0373-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230346, 2326, '0373-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230347, 2326, '0373-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230348, 2326, '0373-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230349, 2326, '0374-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(230350, 2326, '0374-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230351, 2326, '0374-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230352, 2326, '0374-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230353, 2326, '0374-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230354, 2326, '0374-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230355, 2326, '0374-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230356, 2326, '0374-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230357, 2326, '0374-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230358, 2326, '0374-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230359, 2326, '0374-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230360, 2326, '0374-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230361, 2326, '0375-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230362, 2326, '0375-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230363, 2326, '0375-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230364, 2326, '0375-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230365, 2326, '0375-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230366, 2326, '0375-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230367, 2326, '0375-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230368, 2326, '0375-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230369, 2326, '0375-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230370, 2326, '0375-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230371, 2326, '0375-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230372, 2326, '0375-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230373, 2326, '0376-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230374, 2326, '0376-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230375, 2326, '0376-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230376, 2326, '0376-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230377, 2326, '0376-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230378, 2326, '0376-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230379, 2326, '0376-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230380, 2326, '0376-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230381, 2326, '0376-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230382, 2326, '0376-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230383, 2326, '0376-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230384, 2326, '0376-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230385, 2326, '0377-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230386, 2326, '0377-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230387, 2326, '0377-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230388, 2326, '0377-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230389, 2326, '0377-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230390, 2326, '0377-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230391, 2326, '0377-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230392, 2326, '0377-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230393, 2326, '0377-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230394, 2326, '0377-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230395, 2326, '0377-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230396, 2326, '0377-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230397, 2326, '0378-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230398, 2326, '0378-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230399, 2326, '0378-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230400, 2326, '0378-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230401, 2326, '0378-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230402, 2326, '0378-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230403, 2326, '0378-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230404, 2326, '0378-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230405, 2326, '0378-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230406, 2326, '0378-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230407, 2326, '0378-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230408, 2326, '0378-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230409, 2326, '0379-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230410, 2326, '0379-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230411, 2326, '0379-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230412, 2326, '0379-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230413, 2326, '0379-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230414, 2326, '0379-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230415, 2326, '0379-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230416, 2326, '0379-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230417, 2326, '0379-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230418, 2326, '0379-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230419, 2326, '0379-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230420, 2326, '0379-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230421, 2326, '0380-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230422, 2326, '0380-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230423, 2326, '0380-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230424, 2326, '0380-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230425, 2326, '0380-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230426, 2326, '0380-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230427, 2326, '0380-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230428, 2326, '0380-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230429, 2326, '0380-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230430, 2326, '0380-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230431, 2326, '0380-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230432, 2326, '0380-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230433, 2326, '0381-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230434, 2326, '0381-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230435, 2326, '0381-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230436, 2326, '0381-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230437, 2326, '0381-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230438, 2326, '0381-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230439, 2326, '0381-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230440, 2326, '0381-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230441, 2326, '0381-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230442, 2326, '0381-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230443, 2326, '0381-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230444, 2326, '0381-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230445, 2326, '0382-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230446, 2326, '0382-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230447, 2326, '0382-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230448, 2326, '0382-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230449, 2326, '0382-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230450, 2326, '0382-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230451, 2326, '0382-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230452, 2326, '0382-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230453, 2326, '0382-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230454, 2326, '0382-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230455, 2326, '0382-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230456, 2326, '0382-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230457, 2326, '0383-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230458, 2326, '0383-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230459, 2326, '0383-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230460, 2326, '0383-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230461, 2326, '0383-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230462, 2326, '0383-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230463, 2326, '0383-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230464, 2326, '0383-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230465, 2326, '0383-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230466, 2326, '0383-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230467, 2326, '0383-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230468, 2326, '0383-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230469, 2326, '0384-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230470, 2326, '0384-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230471, 2326, '0384-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230472, 2326, '0384-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230473, 2326, '0384-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230474, 2326, '0384-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230475, 2326, '0384-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230476, 2326, '0384-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230477, 2326, '0384-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230478, 2326, '0384-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230479, 2326, '0384-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230480, 2326, '0384-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230481, 2326, '0385-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230482, 2326, '0385-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230483, 2326, '0385-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230484, 2326, '0385-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230485, 2326, '0385-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230486, 2326, '0385-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230487, 2326, '0385-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230488, 2326, '0385-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230489, 2326, '0385-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230490, 2326, '0385-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230491, 2326, '0385-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230492, 2326, '0385-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230493, 2326, '0386-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230494, 2326, '0386-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230495, 2326, '0386-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230496, 2326, '0386-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230497, 2326, '0386-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230498, 2326, '0386-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230499, 2326, '0386-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230500, 2326, '0386-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230501, 2326, '0386-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230502, 2326, '0386-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230503, 2326, '0386-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230504, 2326, '0386-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230505, 2326, '0387-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230506, 2326, '0387-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230507, 2326, '0387-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230508, 2326, '0387-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230509, 2326, '0387-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230510, 2326, '0387-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230511, 2326, '0387-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230512, 2326, '0387-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230513, 2326, '0387-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230514, 2326, '0387-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230515, 2326, '0387-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230516, 2326, '0387-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230517, 2326, '0388-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230518, 2326, '0388-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230519, 2326, '0388-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230520, 2326, '0388-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230521, 2326, '0388-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230522, 2326, '0388-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230523, 2326, '0388-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230524, 2326, '0388-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230525, 2326, '0388-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230526, 2326, '0388-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230527, 2326, '0388-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230528, 2326, '0388-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230529, 2326, '0389-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230530, 2326, '0389-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230531, 2326, '0389-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230532, 2326, '0389-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230533, 2326, '0389-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230534, 2326, '0389-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230535, 2326, '0389-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230536, 2326, '0389-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230537, 2326, '0389-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230538, 2326, '0389-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230539, 2326, '0389-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230540, 2326, '0389-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230541, 2326, '0390-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230542, 2326, '0390-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230543, 2326, '0390-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230544, 2326, '0390-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230545, 2326, '0390-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230546, 2326, '0390-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230547, 2326, '0390-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230548, 2326, '0390-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230549, 2326, '0390-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230550, 2326, '0390-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230551, 2326, '0390-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230552, 2326, '0390-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230553, 2326, '0391-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230554, 2326, '0391-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230555, 2326, '0391-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230556, 2326, '0391-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230557, 2326, '0391-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230558, 2326, '0391-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230559, 2326, '0391-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230560, 2326, '0391-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230561, 2326, '0391-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230562, 2326, '0391-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230563, 2326, '0391-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230564, 2326, '0391-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230565, 2326, '0392-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230566, 2326, '0392-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230567, 2326, '0392-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230568, 2326, '0392-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230569, 2326, '0392-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230570, 2326, '0392-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230571, 2326, '0392-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230572, 2326, '0392-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230573, 2326, '0392-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230574, 2326, '0392-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230575, 2326, '0392-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230576, 2326, '0392-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230577, 2326, '0393-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230578, 2326, '0393-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230579, 2326, '0393-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230580, 2326, '0393-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230581, 2326, '0393-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230582, 2326, '0393-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230583, 2326, '0393-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230584, 2326, '0393-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230585, 2326, '0393-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230586, 2326, '0393-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230587, 2326, '0393-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230588, 2326, '0393-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230589, 2326, '0394-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230590, 2326, '0394-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230591, 2326, '0394-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230592, 2326, '0394-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230593, 2326, '0394-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230594, 2326, '0394-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230595, 2326, '0394-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230596, 2326, '0394-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230597, 2326, '0394-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230598, 2326, '0394-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230599, 2326, '0394-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230600, 2326, '0394-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230601, 2326, '0395-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230602, 2326, '0395-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230603, 2326, '0395-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230604, 2326, '0395-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230605, 2326, '0395-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230606, 2326, '0395-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230607, 2326, '0395-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230608, 2326, '0395-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230609, 2326, '0395-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230610, 2326, '0395-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230611, 2326, '0395-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230612, 2326, '0395-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230613, 2326, '0396-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230614, 2326, '0396-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230615, 2326, '0396-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230616, 2326, '0396-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230617, 2326, '0396-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230618, 2326, '0396-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230619, 2326, '0396-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230620, 2326, '0396-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230621, 2326, '0396-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230622, 2326, '0396-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230623, 2326, '0396-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230624, 2326, '0396-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230625, 2326, '0397-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230626, 2326, '0397-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230627, 2326, '0397-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230628, 2326, '0397-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230629, 2326, '0397-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230630, 2326, '0397-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230631, 2326, '0397-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230632, 2326, '0397-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230633, 2326, '0397-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230634, 2326, '0397-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230635, 2326, '0397-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230636, 2326, '0397-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230637, 2326, '0398-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230638, 2326, '0398-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230639, 2326, '0398-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:50', '2023-10-31 14:10:50'),
(230640, 2326, '0398-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230641, 2326, '0398-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230642, 2326, '0398-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230643, 2326, '0398-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230644, 2326, '0398-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230645, 2326, '0398-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230646, 2326, '0398-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230647, 2326, '0398-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230648, 2326, '0398-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230649, 2326, '0399-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230650, 2326, '0399-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230651, 2326, '0399-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230652, 2326, '0399-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230653, 2326, '0399-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230654, 2326, '0399-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230655, 2326, '0399-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230656, 2326, '0399-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230657, 2326, '0399-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230658, 2326, '0399-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230659, 2326, '0399-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230660, 2326, '0399-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230661, 2326, '0400-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230662, 2326, '0400-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230663, 2326, '0400-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230664, 2326, '0400-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230665, 2326, '0400-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230666, 2326, '0400-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230667, 2326, '0400-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230668, 2326, '0400-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230669, 2326, '0400-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230670, 2326, '0400-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230671, 2326, '0400-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230672, 2326, '0400-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230673, 2326, '0401-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230674, 2326, '0401-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230675, 2326, '0401-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230676, 2326, '0401-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230677, 2326, '0401-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230678, 2326, '0401-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230679, 2326, '0401-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230680, 2326, '0401-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230681, 2326, '0401-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230682, 2326, '0401-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230683, 2326, '0401-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230684, 2326, '0401-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230685, 2326, '0402-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230686, 2326, '0402-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230687, 2326, '0402-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230688, 2326, '0402-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230689, 2326, '0402-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230690, 2326, '0402-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230691, 2326, '0402-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230692, 2326, '0402-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230693, 2326, '0402-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230694, 2326, '0402-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230695, 2326, '0402-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230696, 2326, '0402-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230697, 2326, '0403-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230698, 2326, '0403-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230699, 2326, '0403-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230700, 2326, '0403-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230701, 2326, '0403-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230702, 2326, '0403-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230703, 2326, '0403-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230704, 2326, '0403-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230705, 2326, '0403-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230706, 2326, '0403-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230707, 2326, '0403-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230708, 2326, '0403-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230709, 2326, '0404-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230710, 2326, '0404-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230711, 2326, '0404-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230712, 2326, '0404-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230713, 2326, '0404-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230714, 2326, '0404-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230715, 2326, '0404-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230716, 2326, '0404-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230717, 2326, '0404-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230718, 2326, '0404-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230719, 2326, '0404-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230720, 2326, '0404-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230721, 2326, '0405-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230722, 2326, '0405-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230723, 2326, '0405-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230724, 2326, '0405-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230725, 2326, '0405-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230726, 2326, '0405-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230727, 2326, '0405-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230728, 2326, '0405-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230729, 2326, '0405-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230730, 2326, '0405-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230731, 2326, '0405-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230732, 2326, '0405-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230733, 2326, '0406-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230734, 2326, '0406-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230735, 2326, '0406-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230736, 2326, '0406-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230737, 2326, '0406-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230738, 2326, '0406-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230739, 2326, '0406-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230740, 2326, '0406-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230741, 2326, '0406-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230742, 2326, '0406-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230743, 2326, '0406-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230744, 2326, '0406-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230745, 2326, '0407-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230746, 2326, '0407-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230747, 2326, '0407-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230748, 2326, '0407-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230749, 2326, '0407-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230750, 2326, '0407-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230751, 2326, '0407-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230752, 2326, '0407-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230753, 2326, '0407-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230754, 2326, '0407-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230755, 2326, '0407-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230756, 2326, '0407-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230757, 2326, '0408-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230758, 2326, '0408-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230759, 2326, '0408-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230760, 2326, '0408-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230761, 2326, '0408-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230762, 2326, '0408-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230763, 2326, '0408-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230764, 2326, '0408-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230765, 2326, '0408-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230766, 2326, '0408-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230767, 2326, '0408-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230768, 2326, '0408-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230769, 2326, '0409-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230770, 2326, '0409-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230771, 2326, '0409-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230772, 2326, '0409-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230773, 2326, '0409-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230774, 2326, '0409-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230775, 2326, '0409-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230776, 2326, '0409-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230777, 2326, '0409-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230778, 2326, '0409-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230779, 2326, '0409-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230780, 2326, '0409-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230781, 2326, '0410-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230782, 2326, '0410-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230783, 2326, '0410-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230784, 2326, '0410-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230785, 2326, '0410-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230786, 2326, '0410-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230787, 2326, '0410-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230788, 2326, '0410-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230789, 2326, '0410-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230790, 2326, '0410-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230791, 2326, '0410-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230792, 2326, '0410-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230793, 2326, '0411-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230794, 2326, '0411-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230795, 2326, '0411-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230796, 2326, '0411-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230797, 2326, '0411-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230798, 2326, '0411-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230799, 2326, '0411-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230800, 2326, '0411-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230801, 2326, '0411-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230802, 2326, '0411-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230803, 2326, '0411-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230804, 2326, '0411-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230805, 2326, '0412-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230806, 2326, '0412-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230807, 2326, '0412-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230808, 2326, '0412-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230809, 2326, '0412-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230810, 2326, '0412-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230811, 2326, '0412-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230812, 2326, '0412-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230813, 2326, '0412-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230814, 2326, '0412-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(230815, 2326, '0412-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230816, 2326, '0412-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230817, 2326, '0413-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230818, 2326, '0413-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230819, 2326, '0413-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230820, 2326, '0413-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230821, 2326, '0413-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230822, 2326, '0413-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230823, 2326, '0413-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230824, 2326, '0413-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230825, 2326, '0413-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230826, 2326, '0413-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230827, 2326, '0413-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230828, 2326, '0413-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230829, 2326, '0414-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230830, 2326, '0414-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230831, 2326, '0414-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230832, 2326, '0414-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230833, 2326, '0414-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230834, 2326, '0414-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230835, 2326, '0414-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230836, 2326, '0414-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230837, 2326, '0414-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230838, 2326, '0414-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230839, 2326, '0414-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230840, 2326, '0414-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230841, 2326, '0415-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230842, 2326, '0415-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230843, 2326, '0415-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230844, 2326, '0415-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230845, 2326, '0415-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230846, 2326, '0415-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230847, 2326, '0415-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230848, 2326, '0415-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230849, 2326, '0415-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230850, 2326, '0415-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230851, 2326, '0415-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230852, 2326, '0415-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230853, 2326, '0416-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230854, 2326, '0416-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230855, 2326, '0416-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230856, 2326, '0416-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230857, 2326, '0416-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230858, 2326, '0416-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230859, 2326, '0416-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230860, 2326, '0416-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230861, 2326, '0416-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230862, 2326, '0416-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230863, 2326, '0416-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230864, 2326, '0416-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230865, 2326, '0417-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230866, 2326, '0417-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230867, 2326, '0417-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230868, 2326, '0417-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230869, 2326, '0417-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230870, 2326, '0417-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230871, 2326, '0417-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230872, 2326, '0417-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230873, 2326, '0417-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230874, 2326, '0417-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230875, 2326, '0417-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230876, 2326, '0417-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230877, 2326, '0418-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230878, 2326, '0418-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230879, 2326, '0418-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230880, 2326, '0418-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230881, 2326, '0418-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230882, 2326, '0418-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230883, 2326, '0418-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230884, 2326, '0418-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230885, 2326, '0418-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230886, 2326, '0418-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230887, 2326, '0418-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230888, 2326, '0418-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230889, 2326, '0419-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230890, 2326, '0419-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230891, 2326, '0419-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230892, 2326, '0419-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230893, 2326, '0419-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230894, 2326, '0419-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230895, 2326, '0419-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230896, 2326, '0419-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230897, 2326, '0419-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230898, 2326, '0419-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230899, 2326, '0419-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230900, 2326, '0419-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230901, 2326, '0420-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230902, 2326, '0420-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230903, 2326, '0420-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230904, 2326, '0420-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230905, 2326, '0420-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230906, 2326, '0420-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230907, 2326, '0420-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230908, 2326, '0420-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230909, 2326, '0420-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230910, 2326, '0420-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230911, 2326, '0420-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230912, 2326, '0420-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230913, 2326, '0421-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230914, 2326, '0421-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230915, 2326, '0421-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230916, 2326, '0421-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230917, 2326, '0421-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230918, 2326, '0421-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230919, 2326, '0421-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230920, 2326, '0421-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230921, 2326, '0421-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230922, 2326, '0421-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230923, 2326, '0421-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230924, 2326, '0421-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230925, 2326, '0422-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230926, 2326, '0422-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230927, 2326, '0422-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230928, 2326, '0422-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230929, 2326, '0422-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230930, 2326, '0422-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230931, 2326, '0422-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230932, 2326, '0422-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230933, 2326, '0422-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230934, 2326, '0422-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230935, 2326, '0422-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230936, 2326, '0422-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230937, 2326, '0423-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230938, 2326, '0423-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230939, 2326, '0423-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230940, 2326, '0423-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230941, 2326, '0423-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230942, 2326, '0423-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230943, 2326, '0423-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230944, 2326, '0423-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230945, 2326, '0423-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230946, 2326, '0423-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230947, 2326, '0423-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230948, 2326, '0423-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230949, 2326, '0424-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230950, 2326, '0424-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230951, 2326, '0424-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230952, 2326, '0424-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230953, 2326, '0424-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230954, 2326, '0424-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230955, 2326, '0424-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230956, 2326, '0424-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230957, 2326, '0424-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230958, 2326, '0424-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230959, 2326, '0424-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230960, 2326, '0424-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230961, 2326, '0425-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230962, 2326, '0425-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230963, 2326, '0425-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230964, 2326, '0425-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230965, 2326, '0425-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230966, 2326, '0425-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230967, 2326, '0425-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230968, 2326, '0425-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230969, 2326, '0425-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230970, 2326, '0425-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230971, 2326, '0425-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230972, 2326, '0425-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230973, 2326, '0426-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230974, 2326, '0426-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230975, 2326, '0426-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230976, 2326, '0426-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230977, 2326, '0426-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230978, 2326, '0426-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230979, 2326, '0426-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230980, 2326, '0426-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230981, 2326, '0426-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230982, 2326, '0426-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230983, 2326, '0426-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230984, 2326, '0426-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230985, 2326, '0427-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230986, 2326, '0427-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230987, 2326, '0427-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230988, 2326, '0427-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230989, 2326, '0427-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230990, 2326, '0427-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230991, 2326, '0427-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230992, 2326, '0427-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230993, 2326, '0427-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230994, 2326, '0427-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230995, 2326, '0427-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230996, 2326, '0427-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230997, 2326, '0428-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230998, 2326, '0428-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(230999, 2326, '0428-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(231000, 2326, '0428-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(231001, 2326, '0428-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(231002, 2326, '0428-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(231003, 2326, '0428-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(231004, 2326, '0428-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(231005, 2326, '0428-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(231006, 2326, '0428-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(231007, 2326, '0428-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(231008, 2326, '0428-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(231009, 2326, '0429-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(231010, 2326, '0429-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(231011, 2326, '0429-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(231012, 2326, '0429-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(231013, 2326, '0429-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(231014, 2326, '0429-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(231015, 2326, '0429-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(231016, 2326, '0429-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(231017, 2326, '0429-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(231018, 2326, '0429-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(231019, 2326, '0429-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(231020, 2326, '0429-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(231021, 2326, '0430-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(231022, 2326, '0430-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(231023, 2326, '0430-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(231024, 2326, '0430-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:51', '2023-10-31 14:10:51'),
(231025, 2326, '0430-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231026, 2326, '0430-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231027, 2326, '0430-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231028, 2326, '0430-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231029, 2326, '0430-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231030, 2326, '0430-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231031, 2326, '0430-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231032, 2326, '0430-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231033, 2326, '0431-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231034, 2326, '0431-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231035, 2326, '0431-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231036, 2326, '0431-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231037, 2326, '0431-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231038, 2326, '0431-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231039, 2326, '0431-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231040, 2326, '0431-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231041, 2326, '0431-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231042, 2326, '0431-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231043, 2326, '0431-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231044, 2326, '0431-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231045, 2326, '0432-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231046, 2326, '0432-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231047, 2326, '0432-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231048, 2326, '0432-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231049, 2326, '0432-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231050, 2326, '0432-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231051, 2326, '0432-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231052, 2326, '0432-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231053, 2326, '0432-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231054, 2326, '0432-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231055, 2326, '0432-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231056, 2326, '0432-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231057, 2326, '0433-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231058, 2326, '0433-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231059, 2326, '0433-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231060, 2326, '0433-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231061, 2326, '0433-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231062, 2326, '0433-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231063, 2326, '0433-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231064, 2326, '0433-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231065, 2326, '0433-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231066, 2326, '0433-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231067, 2326, '0433-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231068, 2326, '0433-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231069, 2326, '0434-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231070, 2326, '0434-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231071, 2326, '0434-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231072, 2326, '0434-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231073, 2326, '0434-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231074, 2326, '0434-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231075, 2326, '0434-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231076, 2326, '0434-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231077, 2326, '0434-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231078, 2326, '0434-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231079, 2326, '0434-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231080, 2326, '0434-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231081, 2326, '0435-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231082, 2326, '0435-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231083, 2326, '0435-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231084, 2326, '0435-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231085, 2326, '0435-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231086, 2326, '0435-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231087, 2326, '0435-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231088, 2326, '0435-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231089, 2326, '0435-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231090, 2326, '0435-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231091, 2326, '0435-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231092, 2326, '0435-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231093, 2326, '0436-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231094, 2326, '0436-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231095, 2326, '0436-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231096, 2326, '0436-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231097, 2326, '0436-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231098, 2326, '0436-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231099, 2326, '0436-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231100, 2326, '0436-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231101, 2326, '0436-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231102, 2326, '0436-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231103, 2326, '0436-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231104, 2326, '0436-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231105, 2326, '0437-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231106, 2326, '0437-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231107, 2326, '0437-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231108, 2326, '0437-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231109, 2326, '0437-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231110, 2326, '0437-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231111, 2326, '0437-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231112, 2326, '0437-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231113, 2326, '0437-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231114, 2326, '0437-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231115, 2326, '0437-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231116, 2326, '0437-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231117, 2326, '0438-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231118, 2326, '0438-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231119, 2326, '0438-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231120, 2326, '0438-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231121, 2326, '0438-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231122, 2326, '0438-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231123, 2326, '0438-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231124, 2326, '0438-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231125, 2326, '0438-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231126, 2326, '0438-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231127, 2326, '0438-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231128, 2326, '0438-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231129, 2326, '0439-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231130, 2326, '0439-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231131, 2326, '0439-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231132, 2326, '0439-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231133, 2326, '0439-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231134, 2326, '0439-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231135, 2326, '0439-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231136, 2326, '0439-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231137, 2326, '0439-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231138, 2326, '0439-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231139, 2326, '0439-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231140, 2326, '0439-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231141, 2326, '0440-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231142, 2326, '0440-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231143, 2326, '0440-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231144, 2326, '0440-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231145, 2326, '0440-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231146, 2326, '0440-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231147, 2326, '0440-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231148, 2326, '0440-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231149, 2326, '0440-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231150, 2326, '0440-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231151, 2326, '0440-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231152, 2326, '0440-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231153, 2326, '0441-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231154, 2326, '0441-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231155, 2326, '0441-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231156, 2326, '0441-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231157, 2326, '0441-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231158, 2326, '0441-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231159, 2326, '0441-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231160, 2326, '0441-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231161, 2326, '0441-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231162, 2326, '0441-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231163, 2326, '0441-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231164, 2326, '0441-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231165, 2326, '0442-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231166, 2326, '0442-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231167, 2326, '0442-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231168, 2326, '0442-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231169, 2326, '0442-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231170, 2326, '0442-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231171, 2326, '0442-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231172, 2326, '0442-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231173, 2326, '0442-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231174, 2326, '0442-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231175, 2326, '0442-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231176, 2326, '0442-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231177, 2326, '0443-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231178, 2326, '0443-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231179, 2326, '0443-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231180, 2326, '0443-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231181, 2326, '0443-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231182, 2326, '0443-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231183, 2326, '0443-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231184, 2326, '0443-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231185, 2326, '0443-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231186, 2326, '0443-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231187, 2326, '0443-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231188, 2326, '0443-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231189, 2326, '0444-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231190, 2326, '0444-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231191, 2326, '0444-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231192, 2326, '0444-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231193, 2326, '0444-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231194, 2326, '0444-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231195, 2326, '0444-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231196, 2326, '0444-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231197, 2326, '0444-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231198, 2326, '0444-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231199, 2326, '0444-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231200, 2326, '0444-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231201, 2326, '0445-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231202, 2326, '0445-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231203, 2326, '0445-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231204, 2326, '0445-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231205, 2326, '0445-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231206, 2326, '0445-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231207, 2326, '0445-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231208, 2326, '0445-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231209, 2326, '0445-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231210, 2326, '0445-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231211, 2326, '0445-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231212, 2326, '0445-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231213, 2326, '0446-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231214, 2326, '0446-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231215, 2326, '0446-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231216, 2326, '0446-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231217, 2326, '0446-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231218, 2326, '0446-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231219, 2326, '0446-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231220, 2326, '0446-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231221, 2326, '0446-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231222, 2326, '0446-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231223, 2326, '0446-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231224, 2326, '0446-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231225, 2326, '0447-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231226, 2326, '0447-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231227, 2326, '0447-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231228, 2326, '0447-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231229, 2326, '0447-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231230, 2326, '0447-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231231, 2326, '0447-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231232, 2326, '0447-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231233, 2326, '0447-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231234, 2326, '0447-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231235, 2326, '0447-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231236, 2326, '0447-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231237, 2326, '0448-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231238, 2326, '0448-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231239, 2326, '0448-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231240, 2326, '0448-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231241, 2326, '0448-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231242, 2326, '0448-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231243, 2326, '0448-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231244, 2326, '0448-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231245, 2326, '0448-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231246, 2326, '0448-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231247, 2326, '0448-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231248, 2326, '0448-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231249, 2326, '0449-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231250, 2326, '0449-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231251, 2326, '0449-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231252, 2326, '0449-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231253, 2326, '0449-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231254, 2326, '0449-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231255, 2326, '0449-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231256, 2326, '0449-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231257, 2326, '0449-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231258, 2326, '0449-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231259, 2326, '0449-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231260, 2326, '0449-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231261, 2326, '0450-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231262, 2326, '0450-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231263, 2326, '0450-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231264, 2326, '0450-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231265, 2326, '0450-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231266, 2326, '0450-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231267, 2326, '0450-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231268, 2326, '0450-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231269, 2326, '0450-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231270, 2326, '0450-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231271, 2326, '0450-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231272, 2326, '0450-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231273, 2326, '0451-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231274, 2326, '0451-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231275, 2326, '0451-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231276, 2326, '0451-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231277, 2326, '0451-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231278, 2326, '0451-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231279, 2326, '0451-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(231280, 2326, '0451-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231281, 2326, '0451-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231282, 2326, '0451-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231283, 2326, '0451-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231284, 2326, '0451-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231285, 2326, '0452-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231286, 2326, '0452-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231287, 2326, '0452-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231288, 2326, '0452-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231289, 2326, '0452-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231290, 2326, '0452-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231291, 2326, '0452-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231292, 2326, '0452-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231293, 2326, '0452-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231294, 2326, '0452-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231295, 2326, '0452-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231296, 2326, '0452-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231297, 2326, '0453-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231298, 2326, '0453-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231299, 2326, '0453-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231300, 2326, '0453-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231301, 2326, '0453-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231302, 2326, '0453-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231303, 2326, '0453-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231304, 2326, '0453-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231305, 2326, '0453-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231306, 2326, '0453-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231307, 2326, '0453-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231308, 2326, '0453-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231309, 2326, '0454-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231310, 2326, '0454-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231311, 2326, '0454-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231312, 2326, '0454-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231313, 2326, '0454-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231314, 2326, '0454-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231315, 2326, '0454-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231316, 2326, '0454-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231317, 2326, '0454-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231318, 2326, '0454-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231319, 2326, '0454-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231320, 2326, '0454-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231321, 2326, '0455-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231322, 2326, '0455-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231323, 2326, '0455-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231324, 2326, '0455-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231325, 2326, '0455-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231326, 2326, '0455-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231327, 2326, '0455-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231328, 2326, '0455-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231329, 2326, '0455-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231330, 2326, '0455-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231331, 2326, '0455-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231332, 2326, '0455-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231333, 2326, '0456-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231334, 2326, '0456-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231335, 2326, '0456-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231336, 2326, '0456-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231337, 2326, '0456-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231338, 2326, '0456-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231339, 2326, '0456-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231340, 2326, '0456-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231341, 2326, '0456-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231342, 2326, '0456-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231343, 2326, '0456-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231344, 2326, '0456-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231345, 2326, '0457-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231346, 2326, '0457-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231347, 2326, '0457-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231348, 2326, '0457-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231349, 2326, '0457-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231350, 2326, '0457-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231351, 2326, '0457-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231352, 2326, '0457-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231353, 2326, '0457-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231354, 2326, '0457-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231355, 2326, '0457-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231356, 2326, '0457-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231357, 2326, '0458-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231358, 2326, '0458-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231359, 2326, '0458-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231360, 2326, '0458-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231361, 2326, '0458-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231362, 2326, '0458-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231363, 2326, '0458-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231364, 2326, '0458-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231365, 2326, '0458-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231366, 2326, '0458-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231367, 2326, '0458-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231368, 2326, '0458-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231369, 2326, '0459-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231370, 2326, '0459-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231371, 2326, '0459-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231372, 2326, '0459-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231373, 2326, '0459-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231374, 2326, '0459-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231375, 2326, '0459-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231376, 2326, '0459-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231377, 2326, '0459-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231378, 2326, '0459-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231379, 2326, '0459-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231380, 2326, '0459-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231381, 2326, '0460-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231382, 2326, '0460-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231383, 2326, '0460-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231384, 2326, '0460-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231385, 2326, '0460-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231386, 2326, '0460-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231387, 2326, '0460-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231388, 2326, '0460-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231389, 2326, '0460-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231390, 2326, '0460-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:52', '2023-10-31 14:10:52'),
(231391, 2326, '0460-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231392, 2326, '0460-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231393, 2326, '0461-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231394, 2326, '0461-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231395, 2326, '0461-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231396, 2326, '0461-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231397, 2326, '0461-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231398, 2326, '0461-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231399, 2326, '0461-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231400, 2326, '0461-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231401, 2326, '0461-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231402, 2326, '0461-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231403, 2326, '0461-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231404, 2326, '0461-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231405, 2326, '0462-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231406, 2326, '0462-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231407, 2326, '0462-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231408, 2326, '0462-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231409, 2326, '0462-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231410, 2326, '0462-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231411, 2326, '0462-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231412, 2326, '0462-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231413, 2326, '0462-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231414, 2326, '0462-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231415, 2326, '0462-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231416, 2326, '0462-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231417, 2326, '0463-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231418, 2326, '0463-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231419, 2326, '0463-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231420, 2326, '0463-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231421, 2326, '0463-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231422, 2326, '0463-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231423, 2326, '0463-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231424, 2326, '0463-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231425, 2326, '0463-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231426, 2326, '0463-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231427, 2326, '0463-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231428, 2326, '0463-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231429, 2326, '0464-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231430, 2326, '0464-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231431, 2326, '0464-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231432, 2326, '0464-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231433, 2326, '0464-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231434, 2326, '0464-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231435, 2326, '0464-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231436, 2326, '0464-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231437, 2326, '0464-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231438, 2326, '0464-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231439, 2326, '0464-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231440, 2326, '0464-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231441, 2326, '0465-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231442, 2326, '0465-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231443, 2326, '0465-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231444, 2326, '0465-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231445, 2326, '0465-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231446, 2326, '0465-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231447, 2326, '0465-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231448, 2326, '0465-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231449, 2326, '0465-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231450, 2326, '0465-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231451, 2326, '0465-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231452, 2326, '0465-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231453, 2326, '0466-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231454, 2326, '0466-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231455, 2326, '0466-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231456, 2326, '0466-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231457, 2326, '0466-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231458, 2326, '0466-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231459, 2326, '0466-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231460, 2326, '0466-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231461, 2326, '0466-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231462, 2326, '0466-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231463, 2326, '0466-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231464, 2326, '0466-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231465, 2326, '0467-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231466, 2326, '0467-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231467, 2326, '0467-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231468, 2326, '0467-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231469, 2326, '0467-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231470, 2326, '0467-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231471, 2326, '0467-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231472, 2326, '0467-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231473, 2326, '0467-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231474, 2326, '0467-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231475, 2326, '0467-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231476, 2326, '0467-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231477, 2326, '0468-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231478, 2326, '0468-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231479, 2326, '0468-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231480, 2326, '0468-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231481, 2326, '0468-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231482, 2326, '0468-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231483, 2326, '0468-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231484, 2326, '0468-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231485, 2326, '0468-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231486, 2326, '0468-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231487, 2326, '0468-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231488, 2326, '0468-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231489, 2326, '0469-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231490, 2326, '0469-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231491, 2326, '0469-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231492, 2326, '0469-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231493, 2326, '0469-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231494, 2326, '0469-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231495, 2326, '0469-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231496, 2326, '0469-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231497, 2326, '0469-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231498, 2326, '0469-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231499, 2326, '0469-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231500, 2326, '0469-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231501, 2326, '0470-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231502, 2326, '0470-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231503, 2326, '0470-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231504, 2326, '0470-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231505, 2326, '0470-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231506, 2326, '0470-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231507, 2326, '0470-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231508, 2326, '0470-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231509, 2326, '0470-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231510, 2326, '0470-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231511, 2326, '0470-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231512, 2326, '0470-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231513, 2326, '0471-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231514, 2326, '0471-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231515, 2326, '0471-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231516, 2326, '0471-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231517, 2326, '0471-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231518, 2326, '0471-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231519, 2326, '0471-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231520, 2326, '0471-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231521, 2326, '0471-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231522, 2326, '0471-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231523, 2326, '0471-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231524, 2326, '0471-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231525, 2326, '0472-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231526, 2326, '0472-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231527, 2326, '0472-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231528, 2326, '0472-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231529, 2326, '0472-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231530, 2326, '0472-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231531, 2326, '0472-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231532, 2326, '0472-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231533, 2326, '0472-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231534, 2326, '0472-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231535, 2326, '0472-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231536, 2326, '0472-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231537, 2326, '0473-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231538, 2326, '0473-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231539, 2326, '0473-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231540, 2326, '0473-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231541, 2326, '0473-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231542, 2326, '0473-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231543, 2326, '0473-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231544, 2326, '0473-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231545, 2326, '0473-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231546, 2326, '0473-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231547, 2326, '0473-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231548, 2326, '0473-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231549, 2326, '0474-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231550, 2326, '0474-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231551, 2326, '0474-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231552, 2326, '0474-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231553, 2326, '0474-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231554, 2326, '0474-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231555, 2326, '0474-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231556, 2326, '0474-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231557, 2326, '0474-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231558, 2326, '0474-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231559, 2326, '0474-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231560, 2326, '0474-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231561, 2326, '0475-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231562, 2326, '0475-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231563, 2326, '0475-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231564, 2326, '0475-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231565, 2326, '0475-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231566, 2326, '0475-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231567, 2326, '0475-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231568, 2326, '0475-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231569, 2326, '0475-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231570, 2326, '0475-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231571, 2326, '0475-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231572, 2326, '0475-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231573, 2326, '0476-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231574, 2326, '0476-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231575, 2326, '0476-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231576, 2326, '0476-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231577, 2326, '0476-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231578, 2326, '0476-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231579, 2326, '0476-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231580, 2326, '0476-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231581, 2326, '0476-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231582, 2326, '0476-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231583, 2326, '0476-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231584, 2326, '0476-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231585, 2326, '0477-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231586, 2326, '0477-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231587, 2326, '0477-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231588, 2326, '0477-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231589, 2326, '0477-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231590, 2326, '0477-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231591, 2326, '0477-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231592, 2326, '0477-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231593, 2326, '0477-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231594, 2326, '0477-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231595, 2326, '0477-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231596, 2326, '0477-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231597, 2326, '0478-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231598, 2326, '0478-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231599, 2326, '0478-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231600, 2326, '0478-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231601, 2326, '0478-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231602, 2326, '0478-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231603, 2326, '0478-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231604, 2326, '0478-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231605, 2326, '0478-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231606, 2326, '0478-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231607, 2326, '0478-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231608, 2326, '0478-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231609, 2326, '0479-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231610, 2326, '0479-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231611, 2326, '0479-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231612, 2326, '0479-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231613, 2326, '0479-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231614, 2326, '0479-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231615, 2326, '0479-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231616, 2326, '0479-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231617, 2326, '0479-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231618, 2326, '0479-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231619, 2326, '0479-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231620, 2326, '0479-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231621, 2326, '0480-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231622, 2326, '0480-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231623, 2326, '0480-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231624, 2326, '0480-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231625, 2326, '0480-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231626, 2326, '0480-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231627, 2326, '0480-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231628, 2326, '0480-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231629, 2326, '0480-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231630, 2326, '0480-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231631, 2326, '0480-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231632, 2326, '0480-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231633, 2326, '0481-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231634, 2326, '0481-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231635, 2326, '0481-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231636, 2326, '0481-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231637, 2326, '0481-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231638, 2326, '0481-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231639, 2326, '0481-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231640, 2326, '0481-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231641, 2326, '0481-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231642, 2326, '0481-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231643, 2326, '0481-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231644, 2326, '0481-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231645, 2326, '0482-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231646, 2326, '0482-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231647, 2326, '0482-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231648, 2326, '0482-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231649, 2326, '0482-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231650, 2326, '0482-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231651, 2326, '0482-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231652, 2326, '0482-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231653, 2326, '0482-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231654, 2326, '0482-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231655, 2326, '0482-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231656, 2326, '0482-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231657, 2326, '0483-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231658, 2326, '0483-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231659, 2326, '0483-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231660, 2326, '0483-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231661, 2326, '0483-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231662, 2326, '0483-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231663, 2326, '0483-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231664, 2326, '0483-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231665, 2326, '0483-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231666, 2326, '0483-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231667, 2326, '0483-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231668, 2326, '0483-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231669, 2326, '0484-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231670, 2326, '0484-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231671, 2326, '0484-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231672, 2326, '0484-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231673, 2326, '0484-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231674, 2326, '0484-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231675, 2326, '0484-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231676, 2326, '0484-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231677, 2326, '0484-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231678, 2326, '0484-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231679, 2326, '0484-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231680, 2326, '0484-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231681, 2326, '0485-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231682, 2326, '0485-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231683, 2326, '0485-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231684, 2326, '0485-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231685, 2326, '0485-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231686, 2326, '0485-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231687, 2326, '0485-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231688, 2326, '0485-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231689, 2326, '0485-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231690, 2326, '0485-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231691, 2326, '0485-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231692, 2326, '0485-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231693, 2326, '0486-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231694, 2326, '0486-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231695, 2326, '0486-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231696, 2326, '0486-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231697, 2326, '0486-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231698, 2326, '0486-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231699, 2326, '0486-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231700, 2326, '0486-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231701, 2326, '0486-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231702, 2326, '0486-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231703, 2326, '0486-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231704, 2326, '0486-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231705, 2326, '0487-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231706, 2326, '0487-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231707, 2326, '0487-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231708, 2326, '0487-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231709, 2326, '0487-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231710, 2326, '0487-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231711, 2326, '0487-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231712, 2326, '0487-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231713, 2326, '0487-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231714, 2326, '0487-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231715, 2326, '0487-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231716, 2326, '0487-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231717, 2326, '0488-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231718, 2326, '0488-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231719, 2326, '0488-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231720, 2326, '0488-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231721, 2326, '0488-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231722, 2326, '0488-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231723, 2326, '0488-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231724, 2326, '0488-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231725, 2326, '0488-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:53', '2023-10-31 14:10:53'),
(231726, 2326, '0488-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231727, 2326, '0488-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231728, 2326, '0488-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231729, 2326, '0489-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231730, 2326, '0489-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231731, 2326, '0489-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231732, 2326, '0489-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231733, 2326, '0489-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231734, 2326, '0489-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231735, 2326, '0489-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231736, 2326, '0489-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231737, 2326, '0489-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231738, 2326, '0489-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231739, 2326, '0489-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231740, 2326, '0489-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231741, 2326, '0490-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231742, 2326, '0490-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231743, 2326, '0490-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231744, 2326, '0490-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(231745, 2326, '0490-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231746, 2326, '0490-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231747, 2326, '0490-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231748, 2326, '0490-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231749, 2326, '0490-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231750, 2326, '0490-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231751, 2326, '0490-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231752, 2326, '0490-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231753, 2326, '0491-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231754, 2326, '0491-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231755, 2326, '0491-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231756, 2326, '0491-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231757, 2326, '0491-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231758, 2326, '0491-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231759, 2326, '0491-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231760, 2326, '0491-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231761, 2326, '0491-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231762, 2326, '0491-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231763, 2326, '0491-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231764, 2326, '0491-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231765, 2326, '0492-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231766, 2326, '0492-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231767, 2326, '0492-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231768, 2326, '0492-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231769, 2326, '0492-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231770, 2326, '0492-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231771, 2326, '0492-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231772, 2326, '0492-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231773, 2326, '0492-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231774, 2326, '0492-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231775, 2326, '0492-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231776, 2326, '0492-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231777, 2326, '0493-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231778, 2326, '0493-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231779, 2326, '0493-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231780, 2326, '0493-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231781, 2326, '0493-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231782, 2326, '0493-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231783, 2326, '0493-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231784, 2326, '0493-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231785, 2326, '0493-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231786, 2326, '0493-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231787, 2326, '0493-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231788, 2326, '0493-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231789, 2326, '0494-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231790, 2326, '0494-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231791, 2326, '0494-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231792, 2326, '0494-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231793, 2326, '0494-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231794, 2326, '0494-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231795, 2326, '0494-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231796, 2326, '0494-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231797, 2326, '0494-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231798, 2326, '0494-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231799, 2326, '0494-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231800, 2326, '0494-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231801, 2326, '0495-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231802, 2326, '0495-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231803, 2326, '0495-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231804, 2326, '0495-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231805, 2326, '0495-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231806, 2326, '0495-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231807, 2326, '0495-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231808, 2326, '0495-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231809, 2326, '0495-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231810, 2326, '0495-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231811, 2326, '0495-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231812, 2326, '0495-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231813, 2326, '0496-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231814, 2326, '0496-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231815, 2326, '0496-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231816, 2326, '0496-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231817, 2326, '0496-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231818, 2326, '0496-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231819, 2326, '0496-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231820, 2326, '0496-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231821, 2326, '0496-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231822, 2326, '0496-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231823, 2326, '0496-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231824, 2326, '0496-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231825, 2326, '0497-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231826, 2326, '0497-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231827, 2326, '0497-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231828, 2326, '0497-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231829, 2326, '0497-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231830, 2326, '0497-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231831, 2326, '0497-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231832, 2326, '0497-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231833, 2326, '0497-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231834, 2326, '0497-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231835, 2326, '0497-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231836, 2326, '0497-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231837, 2326, '0498-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231838, 2326, '0498-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231839, 2326, '0498-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231840, 2326, '0498-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231841, 2326, '0498-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231842, 2326, '0498-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231843, 2326, '0498-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231844, 2326, '0498-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231845, 2326, '0498-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231846, 2326, '0498-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231847, 2326, '0498-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231848, 2326, '0498-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231849, 2326, '0499-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231850, 2326, '0499-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231851, 2326, '0499-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231852, 2326, '0499-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231853, 2326, '0499-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231854, 2326, '0499-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231855, 2326, '0499-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231856, 2326, '0499-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231857, 2326, '0499-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231858, 2326, '0499-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231859, 2326, '0499-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231860, 2326, '0499-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231861, 2326, '0500-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231862, 2326, '0500-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231863, 2326, '0500-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231864, 2326, '0500-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231865, 2326, '0500-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231866, 2326, '0500-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231867, 2326, '0500-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231868, 2326, '0500-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231869, 2326, '0500-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231870, 2326, '0500-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231871, 2326, '0500-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231872, 2326, '0500-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231873, 2326, '0501-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231874, 2326, '0501-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231875, 2326, '0501-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231876, 2326, '0501-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231877, 2326, '0501-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231878, 2326, '0501-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231879, 2326, '0501-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231880, 2326, '0501-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231881, 2326, '0501-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231882, 2326, '0501-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231883, 2326, '0501-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231884, 2326, '0501-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231885, 2326, '0502-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231886, 2326, '0502-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231887, 2326, '0502-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231888, 2326, '0502-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231889, 2326, '0502-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231890, 2326, '0502-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231891, 2326, '0502-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231892, 2326, '0502-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231893, 2326, '0502-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231894, 2326, '0502-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231895, 2326, '0502-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231896, 2326, '0502-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231897, 2326, '0503-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231898, 2326, '0503-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231899, 2326, '0503-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231900, 2326, '0503-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231901, 2326, '0503-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231902, 2326, '0503-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231903, 2326, '0503-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231904, 2326, '0503-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231905, 2326, '0503-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231906, 2326, '0503-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231907, 2326, '0503-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231908, 2326, '0503-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231909, 2326, '0504-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231910, 2326, '0504-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231911, 2326, '0504-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231912, 2326, '0504-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231913, 2326, '0504-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231914, 2326, '0504-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231915, 2326, '0504-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231916, 2326, '0504-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231917, 2326, '0504-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231918, 2326, '0504-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231919, 2326, '0504-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231920, 2326, '0504-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231921, 2326, '0505-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231922, 2326, '0505-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231923, 2326, '0505-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231924, 2326, '0505-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231925, 2326, '0505-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231926, 2326, '0505-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231927, 2326, '0505-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231928, 2326, '0505-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231929, 2326, '0505-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231930, 2326, '0505-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231931, 2326, '0505-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231932, 2326, '0505-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231933, 2326, '0506-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231934, 2326, '0506-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231935, 2326, '0506-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231936, 2326, '0506-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231937, 2326, '0506-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231938, 2326, '0506-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231939, 2326, '0506-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231940, 2326, '0506-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231941, 2326, '0506-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231942, 2326, '0506-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231943, 2326, '0506-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231944, 2326, '0506-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231945, 2326, '0507-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231946, 2326, '0507-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231947, 2326, '0507-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231948, 2326, '0507-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231949, 2326, '0507-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231950, 2326, '0507-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231951, 2326, '0507-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231952, 2326, '0507-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231953, 2326, '0507-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231954, 2326, '0507-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231955, 2326, '0507-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231956, 2326, '0507-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231957, 2326, '0508-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231958, 2326, '0508-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231959, 2326, '0508-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231960, 2326, '0508-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231961, 2326, '0508-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231962, 2326, '0508-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231963, 2326, '0508-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231964, 2326, '0508-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231965, 2326, '0508-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231966, 2326, '0508-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231967, 2326, '0508-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231968, 2326, '0508-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231969, 2326, '0509-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231970, 2326, '0509-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231971, 2326, '0509-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231972, 2326, '0509-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231973, 2326, '0509-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231974, 2326, '0509-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231975, 2326, '0509-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231976, 2326, '0509-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231977, 2326, '0509-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231978, 2326, '0509-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231979, 2326, '0509-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231980, 2326, '0509-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231981, 2326, '0510-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231982, 2326, '0510-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231983, 2326, '0510-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231984, 2326, '0510-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231985, 2326, '0510-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231986, 2326, '0510-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231987, 2326, '0510-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231988, 2326, '0510-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231989, 2326, '0510-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231990, 2326, '0510-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231991, 2326, '0510-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231992, 2326, '0510-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231993, 2326, '0511-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231994, 2326, '0511-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231995, 2326, '0511-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231996, 2326, '0511-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231997, 2326, '0511-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231998, 2326, '0511-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(231999, 2326, '0511-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(232000, 2326, '0511-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(232001, 2326, '0511-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(232002, 2326, '0511-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(232003, 2326, '0511-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(232004, 2326, '0511-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(232005, 2326, '0512-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(232006, 2326, '0512-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(232007, 2326, '0512-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(232008, 2326, '0512-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(232009, 2326, '0512-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(232010, 2326, '0512-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(232011, 2326, '0512-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(232012, 2326, '0512-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(232013, 2326, '0512-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(232014, 2326, '0512-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(232015, 2326, '0512-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(232016, 2326, '0512-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(232017, 2326, '0513-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(232018, 2326, '0513-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(232019, 2326, '0513-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(232020, 2326, '0513-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(232021, 2326, '0513-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(232022, 2326, '0513-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(232023, 2326, '0513-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(232024, 2326, '0513-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(232025, 2326, '0513-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(232026, 2326, '0513-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(232027, 2326, '0513-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(232028, 2326, '0513-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(232029, 2326, '0514-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(232030, 2326, '0514-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(232031, 2326, '0514-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(232032, 2326, '0514-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(232033, 2326, '0514-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(232034, 2326, '0514-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(232035, 2326, '0514-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(232036, 2326, '0514-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(232037, 2326, '0514-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(232038, 2326, '0514-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(232039, 2326, '0514-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(232040, 2326, '0514-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(232041, 2326, '0515-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(232042, 2326, '0515-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(232043, 2326, '0515-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(232044, 2326, '0515-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(232045, 2326, '0515-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(232046, 2326, '0515-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(232047, 2326, '0515-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(232048, 2326, '0515-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(232049, 2326, '0515-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(232050, 2326, '0515-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(232051, 2326, '0515-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(232052, 2326, '0515-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(232053, 2326, '0516-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(232054, 2326, '0516-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(232055, 2326, '0516-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(232056, 2326, '0516-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(232057, 2326, '0516-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(232058, 2326, '0516-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(232059, 2326, '0516-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(232060, 2326, '0516-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(232061, 2326, '0516-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(232062, 2326, '0516-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(232063, 2326, '0516-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(232064, 2326, '0516-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(232065, 2326, '0517-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:54', '2023-10-31 14:10:54'),
(232066, 2326, '0517-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232067, 2326, '0517-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232068, 2326, '0517-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232069, 2326, '0517-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232070, 2326, '0517-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232071, 2326, '0517-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232072, 2326, '0517-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232073, 2326, '0517-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232074, 2326, '0517-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232075, 2326, '0517-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232076, 2326, '0517-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232077, 2326, '0518-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232078, 2326, '0518-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232079, 2326, '0518-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232080, 2326, '0518-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232081, 2326, '0518-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232082, 2326, '0518-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232083, 2326, '0518-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232084, 2326, '0518-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232085, 2326, '0518-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232086, 2326, '0518-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232087, 2326, '0518-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232088, 2326, '0518-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232089, 2326, '0519-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232090, 2326, '0519-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232091, 2326, '0519-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232092, 2326, '0519-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232093, 2326, '0519-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232094, 2326, '0519-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232095, 2326, '0519-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232096, 2326, '0519-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232097, 2326, '0519-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232098, 2326, '0519-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232099, 2326, '0519-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232100, 2326, '0519-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232101, 2326, '0520-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232102, 2326, '0520-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232103, 2326, '0520-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232104, 2326, '0520-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232105, 2326, '0520-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232106, 2326, '0520-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232107, 2326, '0520-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232108, 2326, '0520-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232109, 2326, '0520-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232110, 2326, '0520-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232111, 2326, '0520-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232112, 2326, '0520-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232113, 2326, '0521-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232114, 2326, '0521-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232115, 2326, '0521-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232116, 2326, '0521-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232117, 2326, '0521-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232118, 2326, '0521-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232119, 2326, '0521-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232120, 2326, '0521-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232121, 2326, '0521-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232122, 2326, '0521-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232123, 2326, '0521-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232124, 2326, '0521-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232125, 2326, '0522-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232126, 2326, '0522-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232127, 2326, '0522-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232128, 2326, '0522-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232129, 2326, '0522-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232130, 2326, '0522-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232131, 2326, '0522-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232132, 2326, '0522-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232133, 2326, '0522-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232134, 2326, '0522-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232135, 2326, '0522-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232136, 2326, '0522-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232137, 2326, '0523-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232138, 2326, '0523-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232139, 2326, '0523-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232140, 2326, '0523-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232141, 2326, '0523-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232142, 2326, '0523-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232143, 2326, '0523-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232144, 2326, '0523-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232145, 2326, '0523-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232146, 2326, '0523-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232147, 2326, '0523-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232148, 2326, '0523-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232149, 2326, '0524-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232150, 2326, '0524-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232151, 2326, '0524-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232152, 2326, '0524-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232153, 2326, '0524-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232154, 2326, '0524-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232155, 2326, '0524-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232156, 2326, '0524-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232157, 2326, '0524-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232158, 2326, '0524-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232159, 2326, '0524-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232160, 2326, '0524-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232161, 2326, '0525-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232162, 2326, '0525-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232163, 2326, '0525-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232164, 2326, '0525-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232165, 2326, '0525-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232166, 2326, '0525-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232167, 2326, '0525-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232168, 2326, '0525-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232169, 2326, '0525-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232170, 2326, '0525-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232171, 2326, '0525-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232172, 2326, '0525-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232173, 2326, '0526-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232174, 2326, '0526-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232175, 2326, '0526-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232176, 2326, '0526-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232177, 2326, '0526-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232178, 2326, '0526-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232179, 2326, '0526-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232180, 2326, '0526-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232181, 2326, '0526-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232182, 2326, '0526-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232183, 2326, '0526-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232184, 2326, '0526-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232185, 2326, '0527-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232186, 2326, '0527-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232187, 2326, '0527-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232188, 2326, '0527-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232189, 2326, '0527-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232190, 2326, '0527-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232191, 2326, '0527-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232192, 2326, '0527-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232193, 2326, '0527-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232194, 2326, '0527-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232195, 2326, '0527-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232196, 2326, '0527-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232197, 2326, '0528-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232198, 2326, '0528-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232199, 2326, '0528-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232200, 2326, '0528-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232201, 2326, '0528-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232202, 2326, '0528-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232203, 2326, '0528-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232204, 2326, '0528-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232205, 2326, '0528-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232206, 2326, '0528-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232207, 2326, '0528-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232208, 2326, '0528-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232209, 2326, '0529-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(232210, 2326, '0529-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232211, 2326, '0529-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232212, 2326, '0529-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232213, 2326, '0529-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232214, 2326, '0529-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232215, 2326, '0529-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232216, 2326, '0529-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232217, 2326, '0529-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232218, 2326, '0529-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232219, 2326, '0529-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232220, 2326, '0529-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232221, 2326, '0530-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232222, 2326, '0530-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232223, 2326, '0530-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232224, 2326, '0530-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232225, 2326, '0530-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232226, 2326, '0530-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232227, 2326, '0530-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232228, 2326, '0530-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232229, 2326, '0530-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232230, 2326, '0530-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232231, 2326, '0530-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232232, 2326, '0530-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232233, 2326, '0531-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232234, 2326, '0531-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232235, 2326, '0531-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232236, 2326, '0531-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232237, 2326, '0531-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232238, 2326, '0531-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232239, 2326, '0531-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232240, 2326, '0531-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232241, 2326, '0531-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232242, 2326, '0531-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232243, 2326, '0531-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232244, 2326, '0531-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232245, 2326, '0532-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232246, 2326, '0532-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232247, 2326, '0532-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232248, 2326, '0532-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232249, 2326, '0532-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232250, 2326, '0532-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232251, 2326, '0532-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232252, 2326, '0532-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232253, 2326, '0532-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232254, 2326, '0532-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232255, 2326, '0532-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232256, 2326, '0532-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232257, 2326, '0533-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232258, 2326, '0533-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232259, 2326, '0533-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232260, 2326, '0533-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232261, 2326, '0533-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232262, 2326, '0533-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232263, 2326, '0533-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232264, 2326, '0533-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232265, 2326, '0533-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232266, 2326, '0533-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232267, 2326, '0533-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232268, 2326, '0533-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232269, 2326, '0534-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232270, 2326, '0534-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232271, 2326, '0534-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232272, 2326, '0534-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232273, 2326, '0534-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232274, 2326, '0534-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232275, 2326, '0534-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232276, 2326, '0534-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232277, 2326, '0534-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232278, 2326, '0534-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232279, 2326, '0534-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232280, 2326, '0534-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232281, 2326, '0535-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232282, 2326, '0535-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232283, 2326, '0535-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232284, 2326, '0535-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232285, 2326, '0535-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232286, 2326, '0535-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232287, 2326, '0535-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232288, 2326, '0535-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232289, 2326, '0535-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232290, 2326, '0535-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232291, 2326, '0535-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232292, 2326, '0535-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232293, 2326, '0536-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232294, 2326, '0536-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232295, 2326, '0536-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232296, 2326, '0536-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232297, 2326, '0536-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232298, 2326, '0536-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232299, 2326, '0536-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232300, 2326, '0536-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232301, 2326, '0536-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232302, 2326, '0536-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232303, 2326, '0536-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232304, 2326, '0536-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232305, 2326, '0537-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232306, 2326, '0537-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232307, 2326, '0537-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232308, 2326, '0537-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232309, 2326, '0537-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232310, 2326, '0537-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232311, 2326, '0537-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232312, 2326, '0537-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232313, 2326, '0537-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232314, 2326, '0537-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232315, 2326, '0537-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232316, 2326, '0537-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232317, 2326, '0538-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232318, 2326, '0538-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232319, 2326, '0538-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232320, 2326, '0538-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232321, 2326, '0538-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232322, 2326, '0538-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232323, 2326, '0538-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232324, 2326, '0538-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232325, 2326, '0538-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232326, 2326, '0538-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232327, 2326, '0538-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232328, 2326, '0538-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232329, 2326, '0539-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232330, 2326, '0539-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232331, 2326, '0539-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232332, 2326, '0539-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232333, 2326, '0539-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232334, 2326, '0539-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232335, 2326, '0539-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232336, 2326, '0539-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232337, 2326, '0539-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232338, 2326, '0539-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232339, 2326, '0539-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232340, 2326, '0539-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232341, 2326, '0540-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232342, 2326, '0540-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232343, 2326, '0540-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232344, 2326, '0540-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232345, 2326, '0540-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232346, 2326, '0540-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232347, 2326, '0540-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232348, 2326, '0540-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232349, 2326, '0540-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232350, 2326, '0540-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232351, 2326, '0540-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232352, 2326, '0540-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232353, 2326, '0541-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232354, 2326, '0541-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:55', '2023-10-31 14:10:55'),
(232355, 2326, '0541-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232356, 2326, '0541-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232357, 2326, '0541-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232358, 2326, '0541-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232359, 2326, '0541-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232360, 2326, '0541-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232361, 2326, '0541-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232362, 2326, '0541-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232363, 2326, '0541-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232364, 2326, '0541-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232365, 2326, '0542-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232366, 2326, '0542-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232367, 2326, '0542-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232368, 2326, '0542-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232369, 2326, '0542-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232370, 2326, '0542-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232371, 2326, '0542-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232372, 2326, '0542-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232373, 2326, '0542-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232374, 2326, '0542-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232375, 2326, '0542-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232376, 2326, '0542-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232377, 2326, '0543-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232378, 2326, '0543-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232379, 2326, '0543-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232380, 2326, '0543-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232381, 2326, '0543-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232382, 2326, '0543-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232383, 2326, '0543-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232384, 2326, '0543-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232385, 2326, '0543-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232386, 2326, '0543-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232387, 2326, '0543-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232388, 2326, '0543-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232389, 2326, '0544-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232390, 2326, '0544-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232391, 2326, '0544-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232392, 2326, '0544-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232393, 2326, '0544-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232394, 2326, '0544-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232395, 2326, '0544-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232396, 2326, '0544-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232397, 2326, '0544-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232398, 2326, '0544-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232399, 2326, '0544-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232400, 2326, '0544-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232401, 2326, '0545-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232402, 2326, '0545-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232403, 2326, '0545-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232404, 2326, '0545-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232405, 2326, '0545-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232406, 2326, '0545-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232407, 2326, '0545-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232408, 2326, '0545-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232409, 2326, '0545-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232410, 2326, '0545-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232411, 2326, '0545-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232412, 2326, '0545-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232413, 2326, '0546-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232414, 2326, '0546-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232415, 2326, '0546-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232416, 2326, '0546-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232417, 2326, '0546-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232418, 2326, '0546-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232419, 2326, '0546-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232420, 2326, '0546-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232421, 2326, '0546-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232422, 2326, '0546-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232423, 2326, '0546-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232424, 2326, '0546-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232425, 2326, '0547-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232426, 2326, '0547-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232427, 2326, '0547-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232428, 2326, '0547-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232429, 2326, '0547-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232430, 2326, '0547-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232431, 2326, '0547-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232432, 2326, '0547-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232433, 2326, '0547-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232434, 2326, '0547-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232435, 2326, '0547-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232436, 2326, '0547-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232437, 2326, '0548-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232438, 2326, '0548-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232439, 2326, '0548-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232440, 2326, '0548-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232441, 2326, '0548-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232442, 2326, '0548-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232443, 2326, '0548-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232444, 2326, '0548-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232445, 2326, '0548-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232446, 2326, '0548-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232447, 2326, '0548-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232448, 2326, '0548-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232449, 2326, '0549-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232450, 2326, '0549-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232451, 2326, '0549-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232452, 2326, '0549-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232453, 2326, '0549-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232454, 2326, '0549-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232455, 2326, '0549-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232456, 2326, '0549-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232457, 2326, '0549-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232458, 2326, '0549-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232459, 2326, '0549-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232460, 2326, '0549-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232461, 2326, '0550-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232462, 2326, '0550-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232463, 2326, '0550-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232464, 2326, '0550-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232465, 2326, '0550-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232466, 2326, '0550-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232467, 2326, '0550-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232468, 2326, '0550-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232469, 2326, '0550-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232470, 2326, '0550-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232471, 2326, '0550-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232472, 2326, '0550-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232473, 2326, '0551-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232474, 2326, '0551-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232475, 2326, '0551-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232476, 2326, '0551-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232477, 2326, '0551-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232478, 2326, '0551-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232479, 2326, '0551-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232480, 2326, '0551-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232481, 2326, '0551-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232482, 2326, '0551-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232483, 2326, '0551-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232484, 2326, '0551-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232485, 2326, '0552-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232486, 2326, '0552-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232487, 2326, '0552-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232488, 2326, '0552-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232489, 2326, '0552-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232490, 2326, '0552-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232491, 2326, '0552-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232492, 2326, '0552-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232493, 2326, '0552-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232494, 2326, '0552-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232495, 2326, '0552-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232496, 2326, '0552-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232497, 2326, '0553-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232498, 2326, '0553-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232499, 2326, '0553-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232500, 2326, '0553-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232501, 2326, '0553-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232502, 2326, '0553-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232503, 2326, '0553-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232504, 2326, '0553-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232505, 2326, '0553-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232506, 2326, '0553-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232507, 2326, '0553-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232508, 2326, '0553-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232509, 2326, '0554-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232510, 2326, '0554-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232511, 2326, '0554-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232512, 2326, '0554-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232513, 2326, '0554-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232514, 2326, '0554-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232515, 2326, '0554-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232516, 2326, '0554-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232517, 2326, '0554-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232518, 2326, '0554-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232519, 2326, '0554-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232520, 2326, '0554-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232521, 2326, '0555-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232522, 2326, '0555-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232523, 2326, '0555-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232524, 2326, '0555-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232525, 2326, '0555-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232526, 2326, '0555-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232527, 2326, '0555-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232528, 2326, '0555-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232529, 2326, '0555-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232530, 2326, '0555-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232531, 2326, '0555-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232532, 2326, '0555-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232533, 2326, '0556-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232534, 2326, '0556-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232535, 2326, '0556-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232536, 2326, '0556-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232537, 2326, '0556-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232538, 2326, '0556-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232539, 2326, '0556-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232540, 2326, '0556-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232541, 2326, '0556-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232542, 2326, '0556-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232543, 2326, '0556-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232544, 2326, '0556-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232545, 2326, '0557-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232546, 2326, '0557-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232547, 2326, '0557-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232548, 2326, '0557-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232549, 2326, '0557-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232550, 2326, '0557-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232551, 2326, '0557-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232552, 2326, '0557-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232553, 2326, '0557-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232554, 2326, '0557-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232555, 2326, '0557-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232556, 2326, '0557-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232557, 2326, '0558-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232558, 2326, '0558-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232559, 2326, '0558-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232560, 2326, '0558-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232561, 2326, '0558-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232562, 2326, '0558-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232563, 2326, '0558-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232564, 2326, '0558-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232565, 2326, '0558-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232566, 2326, '0558-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232567, 2326, '0558-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232568, 2326, '0558-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232569, 2326, '0559-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232570, 2326, '0559-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232571, 2326, '0559-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232572, 2326, '0559-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232573, 2326, '0559-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232574, 2326, '0559-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232575, 2326, '0559-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232576, 2326, '0559-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232577, 2326, '0559-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232578, 2326, '0559-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232579, 2326, '0559-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232580, 2326, '0559-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232581, 2326, '0560-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232582, 2326, '0560-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232583, 2326, '0560-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232584, 2326, '0560-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232585, 2326, '0560-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232586, 2326, '0560-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232587, 2326, '0560-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232588, 2326, '0560-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232589, 2326, '0560-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232590, 2326, '0560-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232591, 2326, '0560-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232592, 2326, '0560-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232593, 2326, '0561-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232594, 2326, '0561-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232595, 2326, '0561-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232596, 2326, '0561-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232597, 2326, '0561-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232598, 2326, '0561-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232599, 2326, '0561-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232600, 2326, '0561-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232601, 2326, '0561-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232602, 2326, '0561-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232603, 2326, '0561-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232604, 2326, '0561-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232605, 2326, '0562-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232606, 2326, '0562-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232607, 2326, '0562-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232608, 2326, '0562-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232609, 2326, '0562-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232610, 2326, '0562-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232611, 2326, '0562-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232612, 2326, '0562-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232613, 2326, '0562-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232614, 2326, '0562-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232615, 2326, '0562-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232616, 2326, '0562-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232617, 2326, '0563-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232618, 2326, '0563-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232619, 2326, '0563-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232620, 2326, '0563-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232621, 2326, '0563-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232622, 2326, '0563-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232623, 2326, '0563-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232624, 2326, '0563-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232625, 2326, '0563-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232626, 2326, '0563-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232627, 2326, '0563-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232628, 2326, '0563-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232629, 2326, '0564-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232630, 2326, '0564-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232631, 2326, '0564-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232632, 2326, '0564-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232633, 2326, '0564-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232634, 2326, '0564-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:56', '2023-10-31 14:10:56'),
(232635, 2326, '0564-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:57', '2023-10-31 14:10:57'),
(232636, 2326, '0564-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:57', '2023-10-31 14:10:57'),
(232637, 2326, '0564-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:57', '2023-10-31 14:10:57'),
(232638, 2326, '0564-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:57', '2023-10-31 14:10:57'),
(232639, 2326, '0564-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:57', '2023-10-31 14:10:57'),
(232640, 2326, '0564-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:57', '2023-10-31 14:10:57'),
(232641, 2326, '0565-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:57', '2023-10-31 14:10:57'),
(232642, 2326, '0565-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:57', '2023-10-31 14:10:57'),
(232643, 2326, '0565-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:57', '2023-10-31 14:10:57'),
(232644, 2326, '0565-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:57', '2023-10-31 14:10:57'),
(232645, 2326, '0565-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:57', '2023-10-31 14:10:57'),
(232646, 2326, '0565-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:57', '2023-10-31 14:10:57'),
(232647, 2326, '0565-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:57', '2023-10-31 14:10:57'),
(232648, 2326, '0565-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:57', '2023-10-31 14:10:57'),
(232649, 2326, '0565-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:57', '2023-10-31 14:10:57'),
(232650, 2326, '0565-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:57', '2023-10-31 14:10:57'),
(232651, 2326, '0565-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:57', '2023-10-31 14:10:57'),
(232652, 2326, '0565-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:57', '2023-10-31 14:10:57'),
(232653, 2326, '0566-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:57', '2023-10-31 14:10:57'),
(232654, 2326, '0566-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:57', '2023-10-31 14:10:57'),
(232655, 2326, '0566-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:57', '2023-10-31 14:10:57'),
(232656, 2326, '0566-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:57', '2023-10-31 14:10:57'),
(232657, 2326, '0566-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:57', '2023-10-31 14:10:57'),
(232658, 2326, '0566-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:57', '2023-10-31 14:10:57'),
(232659, 2326, '0566-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:57', '2023-10-31 14:10:57'),
(232660, 2326, '0566-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:57', '2023-10-31 14:10:57'),
(232661, 2326, '0566-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:57', '2023-10-31 14:10:57'),
(232662, 2326, '0566-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:57', '2023-10-31 14:10:57'),
(232663, 2326, '0566-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:57', '2023-10-31 14:10:57'),
(232664, 2326, '0566-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:57', '2023-10-31 14:10:57'),
(232665, 2326, '0567-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:57', '2023-10-31 14:10:57'),
(232666, 2326, '0567-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:57', '2023-10-31 14:10:57'),
(232667, 2326, '0567-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:57', '2023-10-31 14:10:57'),
(232668, 2326, '0567-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:57', '2023-10-31 14:10:57'),
(232669, 2326, '0567-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:57', '2023-10-31 14:10:57'),
(232670, 2326, '0567-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:57', '2023-10-31 14:10:57'),
(232671, 2326, '0567-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:57', '2023-10-31 14:10:57'),
(232672, 2326, '0567-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:57', '2023-10-31 14:10:57'),
(232673, 2326, '0567-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:57', '2023-10-31 14:10:57'),
(232674, 2326, '0567-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:57', '2023-10-31 14:10:57');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(232675, 2326, '0567-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:57', '2023-10-31 14:10:57'),
(232676, 2326, '0567-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:57', '2023-10-31 14:10:57'),
(232677, 2326, '0568-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:57', '2023-10-31 14:10:57'),
(232678, 2326, '0568-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:57', '2023-10-31 14:10:57'),
(232679, 2326, '0568-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:57', '2023-10-31 14:10:57'),
(232680, 2326, '0568-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:57', '2023-10-31 14:10:57'),
(232681, 2326, '0568-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:57', '2023-10-31 14:10:57'),
(232682, 2326, '0568-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:57', '2023-10-31 14:10:57'),
(232683, 2326, '0568-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:57', '2023-10-31 14:10:57'),
(232684, 2326, '0568-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:57', '2023-10-31 14:10:57'),
(232685, 2326, '0568-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:57', '2023-10-31 14:10:57'),
(232686, 2326, '0568-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:57', '2023-10-31 14:10:57'),
(232687, 2326, '0568-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:57', '2023-10-31 14:10:57'),
(232688, 2326, '0568-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:57', '2023-10-31 14:10:57'),
(232689, 2326, '0569-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:57', '2023-10-31 14:10:57'),
(232690, 2326, '0569-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:57', '2023-10-31 14:10:57'),
(232691, 2326, '0569-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:57', '2023-10-31 14:10:57'),
(232692, 2326, '0569-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:57', '2023-10-31 14:10:57'),
(232693, 2326, '0569-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:57', '2023-10-31 14:10:57'),
(232694, 2326, '0569-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:57', '2023-10-31 14:10:57'),
(232695, 2326, '0569-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:57', '2023-10-31 14:10:57'),
(232696, 2326, '0569-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:57', '2023-10-31 14:10:57'),
(232697, 2326, '0569-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:57', '2023-10-31 14:10:57'),
(232698, 2326, '0569-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:57', '2023-10-31 14:10:57'),
(232699, 2326, '0569-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:57', '2023-10-31 14:10:57'),
(232700, 2326, '0569-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:57', '2023-10-31 14:10:57'),
(232701, 2326, '0570-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:57', '2023-10-31 14:10:57'),
(232702, 2326, '0570-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:57', '2023-10-31 14:10:57'),
(232703, 2326, '0570-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:57', '2023-10-31 14:10:57'),
(232704, 2326, '0570-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:57', '2023-10-31 14:10:57'),
(232705, 2326, '0570-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:57', '2023-10-31 14:10:57'),
(232706, 2326, '0570-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:57', '2023-10-31 14:10:57'),
(232707, 2326, '0570-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:57', '2023-10-31 14:10:57'),
(232708, 2326, '0570-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:57', '2023-10-31 14:10:57'),
(232709, 2326, '0570-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:57', '2023-10-31 14:10:57'),
(232710, 2326, '0570-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:57', '2023-10-31 14:10:57'),
(232711, 2326, '0570-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:57', '2023-10-31 14:10:57'),
(232712, 2326, '0570-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:57', '2023-10-31 14:10:57'),
(232713, 2326, '0571-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:57', '2023-10-31 14:10:57'),
(232714, 2326, '0571-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:57', '2023-10-31 14:10:57'),
(232715, 2326, '0571-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:57', '2023-10-31 14:10:57'),
(232716, 2326, '0571-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:57', '2023-10-31 14:10:57'),
(232717, 2326, '0571-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:57', '2023-10-31 14:10:57'),
(232718, 2326, '0571-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:57', '2023-10-31 14:10:57'),
(232719, 2326, '0571-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:57', '2023-10-31 14:10:57'),
(232720, 2326, '0571-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:57', '2023-10-31 14:10:57'),
(232721, 2326, '0571-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:57', '2023-10-31 14:10:57'),
(232722, 2326, '0571-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:57', '2023-10-31 14:10:57'),
(232723, 2326, '0571-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:57', '2023-10-31 14:10:57'),
(232724, 2326, '0571-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:57', '2023-10-31 14:10:57'),
(232725, 2326, '0572-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:57', '2023-10-31 14:10:57'),
(232726, 2326, '0572-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:57', '2023-10-31 14:10:57'),
(232727, 2326, '0572-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:57', '2023-10-31 14:10:57'),
(232728, 2326, '0572-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:57', '2023-10-31 14:10:57'),
(232729, 2326, '0572-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:57', '2023-10-31 14:10:57'),
(232730, 2326, '0572-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:57', '2023-10-31 14:10:57'),
(232731, 2326, '0572-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:57', '2023-10-31 14:10:57'),
(232732, 2326, '0572-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:57', '2023-10-31 14:10:57'),
(232733, 2326, '0572-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:57', '2023-10-31 14:10:57'),
(232734, 2326, '0572-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:57', '2023-10-31 14:10:57'),
(232735, 2326, '0572-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:57', '2023-10-31 14:10:57'),
(232736, 2326, '0572-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:57', '2023-10-31 14:10:57'),
(232737, 2326, '0573-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:57', '2023-10-31 14:10:57'),
(232738, 2326, '0573-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:57', '2023-10-31 14:10:57'),
(232739, 2326, '0573-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:57', '2023-10-31 14:10:57'),
(232740, 2326, '0573-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:57', '2023-10-31 14:10:57'),
(232741, 2326, '0573-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:57', '2023-10-31 14:10:57'),
(232742, 2326, '0573-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:57', '2023-10-31 14:10:57'),
(232743, 2326, '0573-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:57', '2023-10-31 14:10:57'),
(232744, 2326, '0573-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:57', '2023-10-31 14:10:57'),
(232745, 2326, '0573-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:57', '2023-10-31 14:10:57'),
(232746, 2326, '0573-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:57', '2023-10-31 14:10:57'),
(232747, 2326, '0573-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:57', '2023-10-31 14:10:57'),
(232748, 2326, '0573-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:57', '2023-10-31 14:10:57'),
(232749, 2326, '0574-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:57', '2023-10-31 14:10:57'),
(232750, 2326, '0574-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:57', '2023-10-31 14:10:57'),
(232751, 2326, '0574-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:57', '2023-10-31 14:10:57'),
(232752, 2326, '0574-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:57', '2023-10-31 14:10:57'),
(232753, 2326, '0574-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:57', '2023-10-31 14:10:57'),
(232754, 2326, '0574-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:57', '2023-10-31 14:10:57'),
(232755, 2326, '0574-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:57', '2023-10-31 14:10:57'),
(232756, 2326, '0574-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:57', '2023-10-31 14:10:57'),
(232757, 2326, '0574-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:57', '2023-10-31 14:10:57'),
(232758, 2326, '0574-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:57', '2023-10-31 14:10:57'),
(232759, 2326, '0574-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:57', '2023-10-31 14:10:57'),
(232760, 2326, '0574-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:57', '2023-10-31 14:10:57'),
(232761, 2326, '0575-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:57', '2023-10-31 14:10:57'),
(232762, 2326, '0575-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:57', '2023-10-31 14:10:57'),
(232763, 2326, '0575-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:57', '2023-10-31 14:10:57'),
(232764, 2326, '0575-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:57', '2023-10-31 14:10:57'),
(232765, 2326, '0575-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:57', '2023-10-31 14:10:57'),
(232766, 2326, '0575-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:57', '2023-10-31 14:10:57'),
(232767, 2326, '0575-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:57', '2023-10-31 14:10:57'),
(232768, 2326, '0575-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:57', '2023-10-31 14:10:57'),
(232769, 2326, '0575-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:57', '2023-10-31 14:10:57'),
(232770, 2326, '0575-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:57', '2023-10-31 14:10:57'),
(232771, 2326, '0575-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:57', '2023-10-31 14:10:57'),
(232772, 2326, '0575-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:57', '2023-10-31 14:10:57'),
(232773, 2326, '0576-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:57', '2023-10-31 14:10:57'),
(232774, 2326, '0576-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:57', '2023-10-31 14:10:57'),
(232775, 2326, '0576-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:57', '2023-10-31 14:10:57'),
(232776, 2326, '0576-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:57', '2023-10-31 14:10:57'),
(232777, 2326, '0576-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:57', '2023-10-31 14:10:57'),
(232778, 2326, '0576-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:57', '2023-10-31 14:10:57'),
(232779, 2326, '0576-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:57', '2023-10-31 14:10:57'),
(232780, 2326, '0576-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:57', '2023-10-31 14:10:57'),
(232781, 2326, '0576-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:57', '2023-10-31 14:10:57'),
(232782, 2326, '0576-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:57', '2023-10-31 14:10:57'),
(232783, 2326, '0576-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:57', '2023-10-31 14:10:57'),
(232784, 2326, '0576-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:57', '2023-10-31 14:10:57'),
(232785, 2326, '0577-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:57', '2023-10-31 14:10:57'),
(232786, 2326, '0577-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:57', '2023-10-31 14:10:57'),
(232787, 2326, '0577-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:57', '2023-10-31 14:10:57'),
(232788, 2326, '0577-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:57', '2023-10-31 14:10:57'),
(232789, 2326, '0577-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:57', '2023-10-31 14:10:57'),
(232790, 2326, '0577-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:57', '2023-10-31 14:10:57'),
(232791, 2326, '0577-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:57', '2023-10-31 14:10:57'),
(232792, 2326, '0577-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:57', '2023-10-31 14:10:57'),
(232793, 2326, '0577-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:57', '2023-10-31 14:10:57'),
(232794, 2326, '0577-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:57', '2023-10-31 14:10:57'),
(232795, 2326, '0577-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:57', '2023-10-31 14:10:57'),
(232796, 2326, '0577-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:57', '2023-10-31 14:10:57'),
(232797, 2326, '0578-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:57', '2023-10-31 14:10:57'),
(232798, 2326, '0578-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:57', '2023-10-31 14:10:57'),
(232799, 2326, '0578-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:57', '2023-10-31 14:10:57'),
(232800, 2326, '0578-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:57', '2023-10-31 14:10:57'),
(232801, 2326, '0578-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:57', '2023-10-31 14:10:57'),
(232802, 2326, '0578-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:57', '2023-10-31 14:10:57'),
(232803, 2326, '0578-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:57', '2023-10-31 14:10:57'),
(232804, 2326, '0578-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:57', '2023-10-31 14:10:57'),
(232805, 2326, '0578-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:57', '2023-10-31 14:10:57'),
(232806, 2326, '0578-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:57', '2023-10-31 14:10:57'),
(232807, 2326, '0578-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:57', '2023-10-31 14:10:57'),
(232808, 2326, '0578-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:57', '2023-10-31 14:10:57'),
(232809, 2326, '0579-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:57', '2023-10-31 14:10:57'),
(232810, 2326, '0579-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:57', '2023-10-31 14:10:57'),
(232811, 2326, '0579-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:57', '2023-10-31 14:10:57'),
(232812, 2326, '0579-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:57', '2023-10-31 14:10:57'),
(232813, 2326, '0579-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:57', '2023-10-31 14:10:57'),
(232814, 2326, '0579-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:57', '2023-10-31 14:10:57'),
(232815, 2326, '0579-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:57', '2023-10-31 14:10:57'),
(232816, 2326, '0579-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:57', '2023-10-31 14:10:57'),
(232817, 2326, '0579-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:57', '2023-10-31 14:10:57'),
(232818, 2326, '0579-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:57', '2023-10-31 14:10:57'),
(232819, 2326, '0579-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:57', '2023-10-31 14:10:57'),
(232820, 2326, '0579-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:57', '2023-10-31 14:10:57'),
(232821, 2326, '0580-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:57', '2023-10-31 14:10:57'),
(232822, 2326, '0580-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:57', '2023-10-31 14:10:57'),
(232823, 2326, '0580-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:57', '2023-10-31 14:10:57'),
(232824, 2326, '0580-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:57', '2023-10-31 14:10:57'),
(232825, 2326, '0580-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:57', '2023-10-31 14:10:57'),
(232826, 2326, '0580-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:57', '2023-10-31 14:10:57'),
(232827, 2326, '0580-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:57', '2023-10-31 14:10:57'),
(232828, 2326, '0580-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:57', '2023-10-31 14:10:57'),
(232829, 2326, '0580-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:57', '2023-10-31 14:10:57'),
(232830, 2326, '0580-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:57', '2023-10-31 14:10:57'),
(232831, 2326, '0580-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:57', '2023-10-31 14:10:57'),
(232832, 2326, '0580-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:57', '2023-10-31 14:10:57'),
(232833, 2326, '0581-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:57', '2023-10-31 14:10:57'),
(232834, 2326, '0581-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:57', '2023-10-31 14:10:57'),
(232835, 2326, '0581-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:57', '2023-10-31 14:10:57'),
(232836, 2326, '0581-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:57', '2023-10-31 14:10:57'),
(232837, 2326, '0581-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:57', '2023-10-31 14:10:57'),
(232838, 2326, '0581-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:57', '2023-10-31 14:10:57'),
(232839, 2326, '0581-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:57', '2023-10-31 14:10:57'),
(232840, 2326, '0581-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:57', '2023-10-31 14:10:57'),
(232841, 2326, '0581-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:57', '2023-10-31 14:10:57'),
(232842, 2326, '0581-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:57', '2023-10-31 14:10:57'),
(232843, 2326, '0581-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:57', '2023-10-31 14:10:57'),
(232844, 2326, '0581-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:57', '2023-10-31 14:10:57'),
(232845, 2326, '0582-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:57', '2023-10-31 14:10:57'),
(232846, 2326, '0582-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:57', '2023-10-31 14:10:57'),
(232847, 2326, '0582-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(232848, 2326, '0582-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(232849, 2326, '0582-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(232850, 2326, '0582-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(232851, 2326, '0582-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(232852, 2326, '0582-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(232853, 2326, '0582-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(232854, 2326, '0582-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(232855, 2326, '0582-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(232856, 2326, '0582-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(232857, 2326, '0583-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(232858, 2326, '0583-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(232859, 2326, '0583-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(232860, 2326, '0583-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(232861, 2326, '0583-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(232862, 2326, '0583-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(232863, 2326, '0583-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(232864, 2326, '0583-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(232865, 2326, '0583-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(232866, 2326, '0583-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(232867, 2326, '0583-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(232868, 2326, '0583-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(232869, 2326, '0584-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(232870, 2326, '0584-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(232871, 2326, '0584-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(232872, 2326, '0584-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(232873, 2326, '0584-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(232874, 2326, '0584-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(232875, 2326, '0584-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(232876, 2326, '0584-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(232877, 2326, '0584-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(232878, 2326, '0584-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(232879, 2326, '0584-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(232880, 2326, '0584-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(232881, 2326, '0585-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(232882, 2326, '0585-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(232883, 2326, '0585-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(232884, 2326, '0585-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(232885, 2326, '0585-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(232886, 2326, '0585-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(232887, 2326, '0585-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(232888, 2326, '0585-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(232889, 2326, '0585-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(232890, 2326, '0585-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(232891, 2326, '0585-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(232892, 2326, '0585-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(232893, 2326, '0586-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(232894, 2326, '0586-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(232895, 2326, '0586-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(232896, 2326, '0586-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(232897, 2326, '0586-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(232898, 2326, '0586-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(232899, 2326, '0586-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(232900, 2326, '0586-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(232901, 2326, '0586-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(232902, 2326, '0586-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(232903, 2326, '0586-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(232904, 2326, '0586-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(232905, 2326, '0587-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(232906, 2326, '0587-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(232907, 2326, '0587-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(232908, 2326, '0587-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(232909, 2326, '0587-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(232910, 2326, '0587-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(232911, 2326, '0587-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(232912, 2326, '0587-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(232913, 2326, '0587-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(232914, 2326, '0587-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(232915, 2326, '0587-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(232916, 2326, '0587-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(232917, 2326, '0588-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(232918, 2326, '0588-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(232919, 2326, '0588-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(232920, 2326, '0588-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(232921, 2326, '0588-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(232922, 2326, '0588-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(232923, 2326, '0588-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(232924, 2326, '0588-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(232925, 2326, '0588-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(232926, 2326, '0588-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(232927, 2326, '0588-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(232928, 2326, '0588-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(232929, 2326, '0589-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(232930, 2326, '0589-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(232931, 2326, '0589-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(232932, 2326, '0589-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(232933, 2326, '0589-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(232934, 2326, '0589-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(232935, 2326, '0589-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(232936, 2326, '0589-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(232937, 2326, '0589-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(232938, 2326, '0589-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(232939, 2326, '0589-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(232940, 2326, '0589-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(232941, 2326, '0590-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(232942, 2326, '0590-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(232943, 2326, '0590-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(232944, 2326, '0590-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(232945, 2326, '0590-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(232946, 2326, '0590-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(232947, 2326, '0590-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(232948, 2326, '0590-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(232949, 2326, '0590-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(232950, 2326, '0590-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(232951, 2326, '0590-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(232952, 2326, '0590-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(232953, 2326, '0591-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(232954, 2326, '0591-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(232955, 2326, '0591-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(232956, 2326, '0591-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(232957, 2326, '0591-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(232958, 2326, '0591-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(232959, 2326, '0591-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(232960, 2326, '0591-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(232961, 2326, '0591-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(232962, 2326, '0591-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(232963, 2326, '0591-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(232964, 2326, '0591-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(232965, 2326, '0592-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(232966, 2326, '0592-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(232967, 2326, '0592-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(232968, 2326, '0592-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(232969, 2326, '0592-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(232970, 2326, '0592-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(232971, 2326, '0592-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(232972, 2326, '0592-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(232973, 2326, '0592-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(232974, 2326, '0592-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(232975, 2326, '0592-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(232976, 2326, '0592-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(232977, 2326, '0593-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(232978, 2326, '0593-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(232979, 2326, '0593-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(232980, 2326, '0593-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(232981, 2326, '0593-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(232982, 2326, '0593-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(232983, 2326, '0593-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(232984, 2326, '0593-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(232985, 2326, '0593-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(232986, 2326, '0593-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(232987, 2326, '0593-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(232988, 2326, '0593-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(232989, 2326, '0594-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(232990, 2326, '0594-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(232991, 2326, '0594-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(232992, 2326, '0594-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(232993, 2326, '0594-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(232994, 2326, '0594-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(232995, 2326, '0594-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(232996, 2326, '0594-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(232997, 2326, '0594-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(232998, 2326, '0594-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(232999, 2326, '0594-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(233000, 2326, '0594-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(233001, 2326, '0595-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(233002, 2326, '0595-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(233003, 2326, '0595-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(233004, 2326, '0595-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(233005, 2326, '0595-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(233006, 2326, '0595-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(233007, 2326, '0595-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(233008, 2326, '0595-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(233009, 2326, '0595-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(233010, 2326, '0595-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(233011, 2326, '0595-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(233012, 2326, '0595-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(233013, 2326, '0596-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(233014, 2326, '0596-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(233015, 2326, '0596-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(233016, 2326, '0596-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(233017, 2326, '0596-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(233018, 2326, '0596-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(233019, 2326, '0596-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(233020, 2326, '0596-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(233021, 2326, '0596-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(233022, 2326, '0596-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(233023, 2326, '0596-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(233024, 2326, '0596-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(233025, 2326, '0597-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(233026, 2326, '0597-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(233027, 2326, '0597-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(233028, 2326, '0597-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(233029, 2326, '0597-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(233030, 2326, '0597-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(233031, 2326, '0597-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(233032, 2326, '0597-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(233033, 2326, '0597-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(233034, 2326, '0597-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(233035, 2326, '0597-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(233036, 2326, '0597-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(233037, 2326, '0598-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(233038, 2326, '0598-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(233039, 2326, '0598-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(233040, 2326, '0598-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(233041, 2326, '0598-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(233042, 2326, '0598-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(233043, 2326, '0598-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(233044, 2326, '0598-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(233045, 2326, '0598-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(233046, 2326, '0598-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(233047, 2326, '0598-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(233048, 2326, '0598-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(233049, 2326, '0599-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(233050, 2326, '0599-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(233051, 2326, '0599-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(233052, 2326, '0599-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(233053, 2326, '0599-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(233054, 2326, '0599-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(233055, 2326, '0599-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(233056, 2326, '0599-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(233057, 2326, '0599-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(233058, 2326, '0599-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(233059, 2326, '0599-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(233060, 2326, '0599-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(233061, 2326, '0600-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(233062, 2326, '0600-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(233063, 2326, '0600-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(233064, 2326, '0600-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(233065, 2326, '0600-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(233066, 2326, '0600-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(233067, 2326, '0600-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(233068, 2326, '0600-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(233069, 2326, '0600-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(233070, 2326, '0600-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(233071, 2326, '0600-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(233072, 2326, '0600-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(233073, 2326, '0601-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(233074, 2326, '0601-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(233075, 2326, '0601-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(233076, 2326, '0601-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(233077, 2326, '0601-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(233078, 2326, '0601-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(233079, 2326, '0601-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(233080, 2326, '0601-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(233081, 2326, '0601-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(233082, 2326, '0601-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(233083, 2326, '0601-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(233084, 2326, '0601-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(233085, 2326, '0602-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(233086, 2326, '0602-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(233087, 2326, '0602-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(233088, 2326, '0602-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(233089, 2326, '0602-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(233090, 2326, '0602-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(233091, 2326, '0602-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(233092, 2326, '0602-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(233093, 2326, '0602-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(233094, 2326, '0602-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(233095, 2326, '0602-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(233096, 2326, '0602-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(233097, 2326, '0603-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(233098, 2326, '0603-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(233099, 2326, '0603-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(233100, 2326, '0603-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(233101, 2326, '0603-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(233102, 2326, '0603-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(233103, 2326, '0603-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(233104, 2326, '0603-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(233105, 2326, '0603-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(233106, 2326, '0603-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(233107, 2326, '0603-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(233108, 2326, '0603-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(233109, 2326, '0604-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(233110, 2326, '0604-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(233111, 2326, '0604-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(233112, 2326, '0604-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(233113, 2326, '0604-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(233114, 2326, '0604-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(233115, 2326, '0604-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(233116, 2326, '0604-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(233117, 2326, '0604-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(233118, 2326, '0604-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(233119, 2326, '0604-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(233120, 2326, '0604-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(233121, 2326, '0605-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(233122, 2326, '0605-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(233123, 2326, '0605-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(233124, 2326, '0605-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(233125, 2326, '0605-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(233126, 2326, '0605-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(233127, 2326, '0605-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(233128, 2326, '0605-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(233129, 2326, '0605-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(233130, 2326, '0605-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(233131, 2326, '0605-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(233132, 2326, '0605-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(233133, 2326, '0606-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(233134, 2326, '0606-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(233135, 2326, '0606-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(233136, 2326, '0606-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(233137, 2326, '0606-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(233138, 2326, '0606-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(233139, 2326, '0606-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(233140, 2326, '0606-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(233141, 2326, '0606-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(233142, 2326, '0606-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(233143, 2326, '0606-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(233144, 2326, '0606-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(233145, 2326, '0607-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(233146, 2326, '0607-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(233147, 2326, '0607-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(233148, 2326, '0607-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(233149, 2326, '0607-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(233150, 2326, '0607-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(233151, 2326, '0607-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(233152, 2326, '0607-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(233153, 2326, '0607-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(233154, 2326, '0607-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(233155, 2326, '0607-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(233156, 2326, '0607-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(233157, 2326, '0608-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(233158, 2326, '0608-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(233159, 2326, '0608-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(233160, 2326, '0608-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(233161, 2326, '0608-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(233162, 2326, '0608-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(233163, 2326, '0608-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(233164, 2326, '0608-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:58', '2023-10-31 14:10:58'),
(233165, 2326, '0608-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233166, 2326, '0608-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233167, 2326, '0608-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233168, 2326, '0608-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233169, 2326, '0609-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233170, 2326, '0609-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233171, 2326, '0609-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233172, 2326, '0609-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233173, 2326, '0609-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233174, 2326, '0609-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233175, 2326, '0609-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233176, 2326, '0609-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233177, 2326, '0609-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233178, 2326, '0609-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233179, 2326, '0609-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233180, 2326, '0609-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233181, 2326, '0610-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233182, 2326, '0610-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233183, 2326, '0610-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233184, 2326, '0610-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233185, 2326, '0610-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233186, 2326, '0610-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233187, 2326, '0610-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233188, 2326, '0610-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233189, 2326, '0610-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233190, 2326, '0610-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233191, 2326, '0610-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233192, 2326, '0610-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233193, 2326, '0611-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233194, 2326, '0611-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233195, 2326, '0611-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233196, 2326, '0611-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233197, 2326, '0611-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233198, 2326, '0611-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233199, 2326, '0611-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233200, 2326, '0611-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233201, 2326, '0611-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233202, 2326, '0611-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233203, 2326, '0611-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233204, 2326, '0611-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233205, 2326, '0612-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233206, 2326, '0612-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233207, 2326, '0612-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233208, 2326, '0612-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233209, 2326, '0612-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233210, 2326, '0612-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233211, 2326, '0612-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233212, 2326, '0612-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233213, 2326, '0612-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233214, 2326, '0612-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233215, 2326, '0612-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233216, 2326, '0612-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233217, 2326, '0613-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233218, 2326, '0613-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233219, 2326, '0613-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233220, 2326, '0613-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233221, 2326, '0613-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233222, 2326, '0613-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233223, 2326, '0613-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233224, 2326, '0613-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233225, 2326, '0613-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233226, 2326, '0613-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233227, 2326, '0613-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233228, 2326, '0613-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233229, 2326, '0614-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233230, 2326, '0614-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233231, 2326, '0614-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233232, 2326, '0614-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233233, 2326, '0614-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233234, 2326, '0614-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233235, 2326, '0614-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233236, 2326, '0614-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233237, 2326, '0614-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233238, 2326, '0614-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233239, 2326, '0614-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233240, 2326, '0614-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233241, 2326, '0615-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233242, 2326, '0615-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233243, 2326, '0615-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233244, 2326, '0615-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233245, 2326, '0615-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233246, 2326, '0615-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233247, 2326, '0615-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233248, 2326, '0615-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233249, 2326, '0615-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233250, 2326, '0615-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233251, 2326, '0615-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233252, 2326, '0615-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233253, 2326, '0616-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233254, 2326, '0616-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233255, 2326, '0616-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233256, 2326, '0616-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233257, 2326, '0616-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233258, 2326, '0616-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233259, 2326, '0616-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233260, 2326, '0616-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233261, 2326, '0616-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233262, 2326, '0616-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233263, 2326, '0616-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233264, 2326, '0616-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233265, 2326, '0617-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233266, 2326, '0617-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233267, 2326, '0617-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233268, 2326, '0617-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233269, 2326, '0617-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233270, 2326, '0617-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233271, 2326, '0617-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233272, 2326, '0617-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233273, 2326, '0617-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233274, 2326, '0617-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233275, 2326, '0617-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233276, 2326, '0617-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233277, 2326, '0618-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233278, 2326, '0618-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233279, 2326, '0618-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233280, 2326, '0618-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233281, 2326, '0618-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233282, 2326, '0618-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233283, 2326, '0618-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233284, 2326, '0618-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233285, 2326, '0618-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233286, 2326, '0618-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233287, 2326, '0618-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233288, 2326, '0618-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233289, 2326, '0619-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233290, 2326, '0619-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233291, 2326, '0619-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233292, 2326, '0619-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233293, 2326, '0619-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233294, 2326, '0619-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233295, 2326, '0619-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233296, 2326, '0619-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233297, 2326, '0619-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233298, 2326, '0619-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233299, 2326, '0619-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233300, 2326, '0619-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233301, 2326, '0620-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233302, 2326, '0620-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233303, 2326, '0620-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233304, 2326, '0620-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233305, 2326, '0620-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233306, 2326, '0620-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233307, 2326, '0620-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233308, 2326, '0620-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233309, 2326, '0620-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233310, 2326, '0620-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233311, 2326, '0620-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233312, 2326, '0620-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233313, 2326, '0621-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233314, 2326, '0621-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233315, 2326, '0621-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233316, 2326, '0621-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233317, 2326, '0621-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233318, 2326, '0621-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233319, 2326, '0621-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233320, 2326, '0621-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233321, 2326, '0621-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233322, 2326, '0621-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233323, 2326, '0621-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233324, 2326, '0621-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233325, 2326, '0622-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233326, 2326, '0622-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233327, 2326, '0622-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233328, 2326, '0622-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233329, 2326, '0622-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233330, 2326, '0622-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233331, 2326, '0622-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233332, 2326, '0622-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233333, 2326, '0622-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233334, 2326, '0622-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233335, 2326, '0622-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233336, 2326, '0622-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233337, 2326, '0623-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233338, 2326, '0623-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233339, 2326, '0623-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233340, 2326, '0623-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233341, 2326, '0623-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233342, 2326, '0623-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233343, 2326, '0623-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233344, 2326, '0623-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233345, 2326, '0623-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233346, 2326, '0623-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233347, 2326, '0623-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233348, 2326, '0623-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233349, 2326, '0624-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233350, 2326, '0624-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233351, 2326, '0624-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233352, 2326, '0624-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233353, 2326, '0624-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233354, 2326, '0624-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233355, 2326, '0624-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233356, 2326, '0624-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233357, 2326, '0624-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233358, 2326, '0624-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233359, 2326, '0624-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233360, 2326, '0624-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233361, 2326, '0625-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233362, 2326, '0625-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233363, 2326, '0625-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233364, 2326, '0625-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233365, 2326, '0625-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233366, 2326, '0625-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233367, 2326, '0625-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233368, 2326, '0625-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233369, 2326, '0625-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233370, 2326, '0625-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233371, 2326, '0625-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233372, 2326, '0625-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233373, 2326, '0626-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233374, 2326, '0626-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233375, 2326, '0626-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233376, 2326, '0626-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233377, 2326, '0626-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233378, 2326, '0626-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233379, 2326, '0626-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233380, 2326, '0626-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233381, 2326, '0626-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233382, 2326, '0626-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233383, 2326, '0626-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233384, 2326, '0626-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233385, 2326, '0627-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233386, 2326, '0627-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233387, 2326, '0627-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233388, 2326, '0627-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233389, 2326, '0627-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233390, 2326, '0627-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233391, 2326, '0627-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233392, 2326, '0627-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233393, 2326, '0627-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233394, 2326, '0627-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233395, 2326, '0627-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233396, 2326, '0627-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233397, 2326, '0628-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233398, 2326, '0628-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233399, 2326, '0628-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233400, 2326, '0628-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233401, 2326, '0628-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233402, 2326, '0628-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233403, 2326, '0628-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233404, 2326, '0628-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233405, 2326, '0628-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233406, 2326, '0628-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233407, 2326, '0628-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233408, 2326, '0628-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233409, 2326, '0629-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233410, 2326, '0629-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233411, 2326, '0629-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233412, 2326, '0629-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233413, 2326, '0629-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233414, 2326, '0629-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233415, 2326, '0629-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233416, 2326, '0629-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233417, 2326, '0629-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233418, 2326, '0629-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233419, 2326, '0629-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233420, 2326, '0629-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233421, 2326, '0630-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233422, 2326, '0630-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233423, 2326, '0630-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233424, 2326, '0630-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233425, 2326, '0630-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233426, 2326, '0630-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233427, 2326, '0630-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233428, 2326, '0630-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233429, 2326, '0630-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233430, 2326, '0630-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233431, 2326, '0630-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233432, 2326, '0630-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233433, 2326, '0631-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233434, 2326, '0631-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233435, 2326, '0631-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233436, 2326, '0631-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233437, 2326, '0631-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233438, 2326, '0631-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233439, 2326, '0631-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233440, 2326, '0631-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233441, 2326, '0631-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233442, 2326, '0631-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233443, 2326, '0631-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233444, 2326, '0631-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233445, 2326, '0632-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233446, 2326, '0632-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233447, 2326, '0632-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233448, 2326, '0632-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233449, 2326, '0632-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233450, 2326, '0632-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233451, 2326, '0632-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233452, 2326, '0632-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233453, 2326, '0632-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233454, 2326, '0632-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233455, 2326, '0632-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233456, 2326, '0632-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233457, 2326, '0633-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233458, 2326, '0633-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233459, 2326, '0633-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233460, 2326, '0633-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233461, 2326, '0633-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233462, 2326, '0633-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233463, 2326, '0633-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233464, 2326, '0633-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233465, 2326, '0633-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233466, 2326, '0633-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233467, 2326, '0633-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233468, 2326, '0633-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233469, 2326, '0634-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233470, 2326, '0634-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233471, 2326, '0634-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233472, 2326, '0634-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233473, 2326, '0634-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233474, 2326, '0634-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233475, 2326, '0634-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233476, 2326, '0634-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233477, 2326, '0634-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233478, 2326, '0634-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233479, 2326, '0634-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233480, 2326, '0634-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233481, 2326, '0635-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233482, 2326, '0635-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233483, 2326, '0635-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233484, 2326, '0635-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233485, 2326, '0635-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233486, 2326, '0635-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233487, 2326, '0635-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233488, 2326, '0635-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233489, 2326, '0635-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233490, 2326, '0635-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233491, 2326, '0635-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233492, 2326, '0635-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:10:59', '2023-10-31 14:10:59'),
(233493, 2326, '0636-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233494, 2326, '0636-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233495, 2326, '0636-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233496, 2326, '0636-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233497, 2326, '0636-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233498, 2326, '0636-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233499, 2326, '0636-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233500, 2326, '0636-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233501, 2326, '0636-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233502, 2326, '0636-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233503, 2326, '0636-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233504, 2326, '0636-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233505, 2326, '0637-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233506, 2326, '0637-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233507, 2326, '0637-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233508, 2326, '0637-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233509, 2326, '0637-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233510, 2326, '0637-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233511, 2326, '0637-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233512, 2326, '0637-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233513, 2326, '0637-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233514, 2326, '0637-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233515, 2326, '0637-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233516, 2326, '0637-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233517, 2326, '0638-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233518, 2326, '0638-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233519, 2326, '0638-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233520, 2326, '0638-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233521, 2326, '0638-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233522, 2326, '0638-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233523, 2326, '0638-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233524, 2326, '0638-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233525, 2326, '0638-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233526, 2326, '0638-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233527, 2326, '0638-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233528, 2326, '0638-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233529, 2326, '0639-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233530, 2326, '0639-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233531, 2326, '0639-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233532, 2326, '0639-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233533, 2326, '0639-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233534, 2326, '0639-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233535, 2326, '0639-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233536, 2326, '0639-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233537, 2326, '0639-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233538, 2326, '0639-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233539, 2326, '0639-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233540, 2326, '0639-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233541, 2326, '0640-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233542, 2326, '0640-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233543, 2326, '0640-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233544, 2326, '0640-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233545, 2326, '0640-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233546, 2326, '0640-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233547, 2326, '0640-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233548, 2326, '0640-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233549, 2326, '0640-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233550, 2326, '0640-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233551, 2326, '0640-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233552, 2326, '0640-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233553, 2326, '0641-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233554, 2326, '0641-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233555, 2326, '0641-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233556, 2326, '0641-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233557, 2326, '0641-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233558, 2326, '0641-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233559, 2326, '0641-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233560, 2326, '0641-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233561, 2326, '0641-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233562, 2326, '0641-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233563, 2326, '0641-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233564, 2326, '0641-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233565, 2326, '0642-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233566, 2326, '0642-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233567, 2326, '0642-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233568, 2326, '0642-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233569, 2326, '0642-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233570, 2326, '0642-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233571, 2326, '0642-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233572, 2326, '0642-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233573, 2326, '0642-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233574, 2326, '0642-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233575, 2326, '0642-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233576, 2326, '0642-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233577, 2326, '0643-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233578, 2326, '0643-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233579, 2326, '0643-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233580, 2326, '0643-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233581, 2326, '0643-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233582, 2326, '0643-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233583, 2326, '0643-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233584, 2326, '0643-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233585, 2326, '0643-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233586, 2326, '0643-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233587, 2326, '0643-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233588, 2326, '0643-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233589, 2326, '0644-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233590, 2326, '0644-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233591, 2326, '0644-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233592, 2326, '0644-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233593, 2326, '0644-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233594, 2326, '0644-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233595, 2326, '0644-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233596, 2326, '0644-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233597, 2326, '0644-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233598, 2326, '0644-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233599, 2326, '0644-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233600, 2326, '0644-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233601, 2326, '0645-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233602, 2326, '0645-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233603, 2326, '0645-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233604, 2326, '0645-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(233605, 2326, '0645-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233606, 2326, '0645-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233607, 2326, '0645-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233608, 2326, '0645-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233609, 2326, '0645-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233610, 2326, '0645-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233611, 2326, '0645-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233612, 2326, '0645-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233613, 2326, '0646-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233614, 2326, '0646-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233615, 2326, '0646-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233616, 2326, '0646-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233617, 2326, '0646-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233618, 2326, '0646-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233619, 2326, '0646-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233620, 2326, '0646-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233621, 2326, '0646-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233622, 2326, '0646-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233623, 2326, '0646-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233624, 2326, '0646-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233625, 2326, '0647-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233626, 2326, '0647-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233627, 2326, '0647-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233628, 2326, '0647-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233629, 2326, '0647-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233630, 2326, '0647-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233631, 2326, '0647-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233632, 2326, '0647-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233633, 2326, '0647-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233634, 2326, '0647-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233635, 2326, '0647-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233636, 2326, '0647-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233637, 2326, '0648-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233638, 2326, '0648-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233639, 2326, '0648-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233640, 2326, '0648-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233641, 2326, '0648-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233642, 2326, '0648-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233643, 2326, '0648-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233644, 2326, '0648-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233645, 2326, '0648-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233646, 2326, '0648-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233647, 2326, '0648-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233648, 2326, '0648-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233649, 2326, '0649-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233650, 2326, '0649-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233651, 2326, '0649-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233652, 2326, '0649-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233653, 2326, '0649-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233654, 2326, '0649-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233655, 2326, '0649-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233656, 2326, '0649-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233657, 2326, '0649-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233658, 2326, '0649-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233659, 2326, '0649-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233660, 2326, '0649-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233661, 2326, '0650-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233662, 2326, '0650-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233663, 2326, '0650-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233664, 2326, '0650-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233665, 2326, '0650-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233666, 2326, '0650-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233667, 2326, '0650-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233668, 2326, '0650-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233669, 2326, '0650-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233670, 2326, '0650-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233671, 2326, '0650-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233672, 2326, '0650-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233673, 2326, '0651-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233674, 2326, '0651-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233675, 2326, '0651-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233676, 2326, '0651-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233677, 2326, '0651-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233678, 2326, '0651-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233679, 2326, '0651-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233680, 2326, '0651-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233681, 2326, '0651-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233682, 2326, '0651-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233683, 2326, '0651-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233684, 2326, '0651-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233685, 2326, '0652-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233686, 2326, '0652-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233687, 2326, '0652-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233688, 2326, '0652-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233689, 2326, '0652-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233690, 2326, '0652-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233691, 2326, '0652-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233692, 2326, '0652-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233693, 2326, '0652-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233694, 2326, '0652-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233695, 2326, '0652-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233696, 2326, '0652-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233697, 2326, '0653-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233698, 2326, '0653-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233699, 2326, '0653-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233700, 2326, '0653-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233701, 2326, '0653-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233702, 2326, '0653-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233703, 2326, '0653-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233704, 2326, '0653-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233705, 2326, '0653-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233706, 2326, '0653-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233707, 2326, '0653-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233708, 2326, '0653-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233709, 2326, '0654-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233710, 2326, '0654-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233711, 2326, '0654-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233712, 2326, '0654-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233713, 2326, '0654-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233714, 2326, '0654-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233715, 2326, '0654-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233716, 2326, '0654-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233717, 2326, '0654-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233718, 2326, '0654-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233719, 2326, '0654-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233720, 2326, '0654-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233721, 2326, '0655-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233722, 2326, '0655-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233723, 2326, '0655-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233724, 2326, '0655-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233725, 2326, '0655-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233726, 2326, '0655-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233727, 2326, '0655-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233728, 2326, '0655-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233729, 2326, '0655-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233730, 2326, '0655-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233731, 2326, '0655-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233732, 2326, '0655-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233733, 2326, '0656-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233734, 2326, '0656-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233735, 2326, '0656-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233736, 2326, '0656-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233737, 2326, '0656-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233738, 2326, '0656-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233739, 2326, '0656-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233740, 2326, '0656-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233741, 2326, '0656-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233742, 2326, '0656-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233743, 2326, '0656-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233744, 2326, '0656-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233745, 2326, '0657-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233746, 2326, '0657-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233747, 2326, '0657-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233748, 2326, '0657-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233749, 2326, '0657-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233750, 2326, '0657-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233751, 2326, '0657-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233752, 2326, '0657-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233753, 2326, '0657-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233754, 2326, '0657-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233755, 2326, '0657-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233756, 2326, '0657-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233757, 2326, '0658-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233758, 2326, '0658-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233759, 2326, '0658-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233760, 2326, '0658-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233761, 2326, '0658-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233762, 2326, '0658-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233763, 2326, '0658-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233764, 2326, '0658-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233765, 2326, '0658-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233766, 2326, '0658-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233767, 2326, '0658-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233768, 2326, '0658-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233769, 2326, '0659-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233770, 2326, '0659-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233771, 2326, '0659-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233772, 2326, '0659-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233773, 2326, '0659-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233774, 2326, '0659-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233775, 2326, '0659-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233776, 2326, '0659-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233777, 2326, '0659-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233778, 2326, '0659-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233779, 2326, '0659-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233780, 2326, '0659-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233781, 2326, '0660-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233782, 2326, '0660-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233783, 2326, '0660-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233784, 2326, '0660-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233785, 2326, '0660-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233786, 2326, '0660-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233787, 2326, '0660-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233788, 2326, '0660-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233789, 2326, '0660-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233790, 2326, '0660-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233791, 2326, '0660-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233792, 2326, '0660-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233793, 2326, '0661-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233794, 2326, '0661-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233795, 2326, '0661-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233796, 2326, '0661-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233797, 2326, '0661-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233798, 2326, '0661-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233799, 2326, '0661-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233800, 2326, '0661-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233801, 2326, '0661-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233802, 2326, '0661-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233803, 2326, '0661-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233804, 2326, '0661-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233805, 2326, '0662-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233806, 2326, '0662-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233807, 2326, '0662-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233808, 2326, '0662-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233809, 2326, '0662-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233810, 2326, '0662-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233811, 2326, '0662-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233812, 2326, '0662-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233813, 2326, '0662-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233814, 2326, '0662-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233815, 2326, '0662-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233816, 2326, '0662-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:00', '2023-10-31 14:11:00'),
(233817, 2326, '0663-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(233818, 2326, '0663-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(233819, 2326, '0663-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(233820, 2326, '0663-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(233821, 2326, '0663-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(233822, 2326, '0663-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(233823, 2326, '0663-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(233824, 2326, '0663-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(233825, 2326, '0663-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(233826, 2326, '0663-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(233827, 2326, '0663-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(233828, 2326, '0663-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(233829, 2326, '0664-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(233830, 2326, '0664-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(233831, 2326, '0664-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(233832, 2326, '0664-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(233833, 2326, '0664-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(233834, 2326, '0664-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(233835, 2326, '0664-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(233836, 2326, '0664-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(233837, 2326, '0664-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(233838, 2326, '0664-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(233839, 2326, '0664-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(233840, 2326, '0664-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(233841, 2326, '0665-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(233842, 2326, '0665-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(233843, 2326, '0665-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(233844, 2326, '0665-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(233845, 2326, '0665-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(233846, 2326, '0665-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(233847, 2326, '0665-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(233848, 2326, '0665-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(233849, 2326, '0665-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(233850, 2326, '0665-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(233851, 2326, '0665-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(233852, 2326, '0665-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(233853, 2326, '0666-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(233854, 2326, '0666-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(233855, 2326, '0666-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(233856, 2326, '0666-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(233857, 2326, '0666-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(233858, 2326, '0666-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(233859, 2326, '0666-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(233860, 2326, '0666-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(233861, 2326, '0666-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(233862, 2326, '0666-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(233863, 2326, '0666-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(233864, 2326, '0666-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(233865, 2326, '0667-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(233866, 2326, '0667-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(233867, 2326, '0667-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(233868, 2326, '0667-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(233869, 2326, '0667-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(233870, 2326, '0667-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(233871, 2326, '0667-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(233872, 2326, '0667-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(233873, 2326, '0667-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(233874, 2326, '0667-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(233875, 2326, '0667-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(233876, 2326, '0667-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(233877, 2326, '0668-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(233878, 2326, '0668-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(233879, 2326, '0668-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(233880, 2326, '0668-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(233881, 2326, '0668-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(233882, 2326, '0668-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(233883, 2326, '0668-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(233884, 2326, '0668-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(233885, 2326, '0668-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(233886, 2326, '0668-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(233887, 2326, '0668-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(233888, 2326, '0668-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(233889, 2326, '0669-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(233890, 2326, '0669-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(233891, 2326, '0669-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(233892, 2326, '0669-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(233893, 2326, '0669-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(233894, 2326, '0669-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(233895, 2326, '0669-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(233896, 2326, '0669-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(233897, 2326, '0669-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(233898, 2326, '0669-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(233899, 2326, '0669-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(233900, 2326, '0669-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(233901, 2326, '0670-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(233902, 2326, '0670-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(233903, 2326, '0670-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(233904, 2326, '0670-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(233905, 2326, '0670-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(233906, 2326, '0670-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(233907, 2326, '0670-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(233908, 2326, '0670-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(233909, 2326, '0670-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(233910, 2326, '0670-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(233911, 2326, '0670-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(233912, 2326, '0670-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(233913, 2326, '0671-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(233914, 2326, '0671-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(233915, 2326, '0671-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(233916, 2326, '0671-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(233917, 2326, '0671-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(233918, 2326, '0671-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(233919, 2326, '0671-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(233920, 2326, '0671-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(233921, 2326, '0671-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(233922, 2326, '0671-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(233923, 2326, '0671-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(233924, 2326, '0671-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(233925, 2326, '0672-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(233926, 2326, '0672-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(233927, 2326, '0672-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(233928, 2326, '0672-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(233929, 2326, '0672-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(233930, 2326, '0672-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(233931, 2326, '0672-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(233932, 2326, '0672-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(233933, 2326, '0672-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(233934, 2326, '0672-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(233935, 2326, '0672-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(233936, 2326, '0672-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(233937, 2326, '0673-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(233938, 2326, '0673-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(233939, 2326, '0673-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(233940, 2326, '0673-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(233941, 2326, '0673-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(233942, 2326, '0673-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(233943, 2326, '0673-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(233944, 2326, '0673-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(233945, 2326, '0673-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(233946, 2326, '0673-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(233947, 2326, '0673-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(233948, 2326, '0673-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(233949, 2326, '0674-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(233950, 2326, '0674-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(233951, 2326, '0674-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(233952, 2326, '0674-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(233953, 2326, '0674-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(233954, 2326, '0674-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(233955, 2326, '0674-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(233956, 2326, '0674-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(233957, 2326, '0674-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(233958, 2326, '0674-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(233959, 2326, '0674-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(233960, 2326, '0674-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(233961, 2326, '0675-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(233962, 2326, '0675-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(233963, 2326, '0675-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(233964, 2326, '0675-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(233965, 2326, '0675-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(233966, 2326, '0675-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(233967, 2326, '0675-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(233968, 2326, '0675-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(233969, 2326, '0675-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(233970, 2326, '0675-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(233971, 2326, '0675-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(233972, 2326, '0675-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(233973, 2326, '0676-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(233974, 2326, '0676-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(233975, 2326, '0676-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(233976, 2326, '0676-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(233977, 2326, '0676-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(233978, 2326, '0676-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(233979, 2326, '0676-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(233980, 2326, '0676-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(233981, 2326, '0676-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(233982, 2326, '0676-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(233983, 2326, '0676-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(233984, 2326, '0676-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(233985, 2326, '0677-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(233986, 2326, '0677-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(233987, 2326, '0677-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(233988, 2326, '0677-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(233989, 2326, '0677-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(233990, 2326, '0677-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(233991, 2326, '0677-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(233992, 2326, '0677-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(233993, 2326, '0677-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(233994, 2326, '0677-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(233995, 2326, '0677-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(233996, 2326, '0677-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(233997, 2326, '0678-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(233998, 2326, '0678-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(233999, 2326, '0678-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(234000, 2326, '0678-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(234001, 2326, '0678-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(234002, 2326, '0678-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(234003, 2326, '0678-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(234004, 2326, '0678-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(234005, 2326, '0678-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(234006, 2326, '0678-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(234007, 2326, '0678-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(234008, 2326, '0678-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(234009, 2326, '0679-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(234010, 2326, '0679-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(234011, 2326, '0679-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(234012, 2326, '0679-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(234013, 2326, '0679-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(234014, 2326, '0679-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(234015, 2326, '0679-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(234016, 2326, '0679-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(234017, 2326, '0679-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(234018, 2326, '0679-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(234019, 2326, '0679-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(234020, 2326, '0679-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(234021, 2326, '0680-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(234022, 2326, '0680-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(234023, 2326, '0680-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(234024, 2326, '0680-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(234025, 2326, '0680-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(234026, 2326, '0680-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(234027, 2326, '0680-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(234028, 2326, '0680-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(234029, 2326, '0680-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(234030, 2326, '0680-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(234031, 2326, '0680-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(234032, 2326, '0680-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(234033, 2326, '0681-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(234034, 2326, '0681-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(234035, 2326, '0681-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(234036, 2326, '0681-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(234037, 2326, '0681-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(234038, 2326, '0681-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(234039, 2326, '0681-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(234040, 2326, '0681-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(234041, 2326, '0681-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(234042, 2326, '0681-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(234043, 2326, '0681-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(234044, 2326, '0681-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(234045, 2326, '0682-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(234046, 2326, '0682-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(234047, 2326, '0682-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(234048, 2326, '0682-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(234049, 2326, '0682-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(234050, 2326, '0682-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(234051, 2326, '0682-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(234052, 2326, '0682-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(234053, 2326, '0682-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(234054, 2326, '0682-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(234055, 2326, '0682-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(234056, 2326, '0682-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(234057, 2326, '0683-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(234058, 2326, '0683-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(234059, 2326, '0683-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(234060, 2326, '0683-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(234061, 2326, '0683-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(234062, 2326, '0683-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(234063, 2326, '0683-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(234064, 2326, '0683-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(234065, 2326, '0683-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(234066, 2326, '0683-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(234067, 2326, '0683-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(234068, 2326, '0683-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(234069, 2326, '0684-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(234070, 2326, '0684-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(234071, 2326, '0684-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(234072, 2326, '0684-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(234073, 2326, '0684-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(234074, 2326, '0684-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(234075, 2326, '0684-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(234076, 2326, '0684-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(234077, 2326, '0684-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(234078, 2326, '0684-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(234079, 2326, '0684-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(234080, 2326, '0684-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(234081, 2326, '0685-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(234082, 2326, '0685-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(234083, 2326, '0685-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(234084, 2326, '0685-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(234085, 2326, '0685-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(234086, 2326, '0685-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(234087, 2326, '0685-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(234088, 2326, '0685-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(234089, 2326, '0685-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(234090, 2326, '0685-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(234091, 2326, '0685-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(234092, 2326, '0685-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(234093, 2326, '0686-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(234094, 2326, '0686-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(234095, 2326, '0686-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(234096, 2326, '0686-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(234097, 2326, '0686-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(234098, 2326, '0686-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(234099, 2326, '0686-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(234100, 2326, '0686-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(234101, 2326, '0686-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(234102, 2326, '0686-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(234103, 2326, '0686-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(234104, 2326, '0686-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(234105, 2326, '0687-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(234106, 2326, '0687-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(234107, 2326, '0687-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(234108, 2326, '0687-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(234109, 2326, '0687-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(234110, 2326, '0687-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(234111, 2326, '0687-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(234112, 2326, '0687-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(234113, 2326, '0687-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(234114, 2326, '0687-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(234115, 2326, '0687-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(234116, 2326, '0687-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(234117, 2326, '0688-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(234118, 2326, '0688-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(234119, 2326, '0688-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(234120, 2326, '0688-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(234121, 2326, '0688-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(234122, 2326, '0688-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(234123, 2326, '0688-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(234124, 2326, '0688-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(234125, 2326, '0688-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(234126, 2326, '0688-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(234127, 2326, '0688-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(234128, 2326, '0688-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(234129, 2326, '0689-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(234130, 2326, '0689-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(234131, 2326, '0689-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(234132, 2326, '0689-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:01', '2023-10-31 14:11:01'),
(234133, 2326, '0689-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234134, 2326, '0689-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234135, 2326, '0689-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234136, 2326, '0689-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234137, 2326, '0689-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234138, 2326, '0689-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234139, 2326, '0689-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234140, 2326, '0689-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234141, 2326, '0690-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234142, 2326, '0690-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234143, 2326, '0690-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234144, 2326, '0690-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234145, 2326, '0690-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234146, 2326, '0690-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234147, 2326, '0690-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234148, 2326, '0690-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234149, 2326, '0690-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234150, 2326, '0690-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234151, 2326, '0690-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234152, 2326, '0690-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234153, 2326, '0691-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234154, 2326, '0691-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234155, 2326, '0691-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234156, 2326, '0691-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234157, 2326, '0691-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234158, 2326, '0691-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234159, 2326, '0691-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234160, 2326, '0691-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234161, 2326, '0691-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234162, 2326, '0691-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234163, 2326, '0691-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234164, 2326, '0691-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234165, 2326, '0692-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234166, 2326, '0692-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234167, 2326, '0692-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234168, 2326, '0692-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234169, 2326, '0692-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234170, 2326, '0692-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234171, 2326, '0692-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234172, 2326, '0692-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234173, 2326, '0692-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234174, 2326, '0692-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234175, 2326, '0692-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234176, 2326, '0692-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234177, 2326, '0693-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234178, 2326, '0693-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234179, 2326, '0693-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234180, 2326, '0693-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234181, 2326, '0693-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234182, 2326, '0693-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234183, 2326, '0693-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234184, 2326, '0693-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234185, 2326, '0693-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234186, 2326, '0693-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234187, 2326, '0693-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234188, 2326, '0693-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234189, 2326, '0694-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234190, 2326, '0694-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234191, 2326, '0694-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234192, 2326, '0694-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234193, 2326, '0694-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234194, 2326, '0694-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234195, 2326, '0694-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234196, 2326, '0694-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234197, 2326, '0694-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234198, 2326, '0694-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234199, 2326, '0694-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234200, 2326, '0694-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234201, 2326, '0695-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234202, 2326, '0695-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234203, 2326, '0695-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234204, 2326, '0695-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234205, 2326, '0695-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234206, 2326, '0695-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234207, 2326, '0695-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234208, 2326, '0695-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234209, 2326, '0695-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234210, 2326, '0695-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234211, 2326, '0695-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234212, 2326, '0695-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234213, 2326, '0696-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234214, 2326, '0696-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234215, 2326, '0696-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234216, 2326, '0696-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234217, 2326, '0696-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234218, 2326, '0696-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234219, 2326, '0696-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234220, 2326, '0696-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234221, 2326, '0696-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234222, 2326, '0696-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234223, 2326, '0696-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234224, 2326, '0696-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234225, 2326, '0697-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234226, 2326, '0697-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234227, 2326, '0697-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234228, 2326, '0697-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234229, 2326, '0697-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234230, 2326, '0697-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234231, 2326, '0697-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234232, 2326, '0697-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234233, 2326, '0697-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234234, 2326, '0697-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234235, 2326, '0697-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234236, 2326, '0697-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234237, 2326, '0698-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234238, 2326, '0698-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234239, 2326, '0698-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234240, 2326, '0698-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234241, 2326, '0698-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234242, 2326, '0698-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234243, 2326, '0698-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234244, 2326, '0698-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234245, 2326, '0698-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234246, 2326, '0698-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234247, 2326, '0698-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234248, 2326, '0698-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234249, 2326, '0699-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234250, 2326, '0699-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234251, 2326, '0699-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234252, 2326, '0699-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234253, 2326, '0699-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234254, 2326, '0699-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234255, 2326, '0699-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234256, 2326, '0699-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234257, 2326, '0699-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234258, 2326, '0699-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234259, 2326, '0699-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234260, 2326, '0699-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234261, 2326, '0700-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234262, 2326, '0700-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234263, 2326, '0700-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234264, 2326, '0700-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234265, 2326, '0700-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234266, 2326, '0700-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234267, 2326, '0700-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234268, 2326, '0700-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234269, 2326, '0700-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234270, 2326, '0700-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234271, 2326, '0700-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234272, 2326, '0700-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234273, 2326, '0701-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234274, 2326, '0701-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234275, 2326, '0701-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234276, 2326, '0701-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234277, 2326, '0701-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234278, 2326, '0701-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234279, 2326, '0701-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234280, 2326, '0701-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234281, 2326, '0701-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234282, 2326, '0701-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234283, 2326, '0701-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234284, 2326, '0701-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234285, 2326, '0702-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234286, 2326, '0702-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234287, 2326, '0702-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234288, 2326, '0702-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234289, 2326, '0702-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234290, 2326, '0702-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234291, 2326, '0702-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234292, 2326, '0702-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234293, 2326, '0702-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234294, 2326, '0702-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234295, 2326, '0702-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234296, 2326, '0702-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234297, 2326, '0703-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234298, 2326, '0703-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234299, 2326, '0703-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234300, 2326, '0703-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234301, 2326, '0703-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234302, 2326, '0703-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234303, 2326, '0703-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234304, 2326, '0703-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234305, 2326, '0703-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234306, 2326, '0703-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234307, 2326, '0703-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234308, 2326, '0703-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234309, 2326, '0704-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234310, 2326, '0704-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234311, 2326, '0704-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234312, 2326, '0704-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234313, 2326, '0704-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234314, 2326, '0704-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234315, 2326, '0704-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234316, 2326, '0704-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234317, 2326, '0704-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234318, 2326, '0704-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234319, 2326, '0704-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234320, 2326, '0704-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234321, 2326, '0705-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234322, 2326, '0705-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234323, 2326, '0705-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234324, 2326, '0705-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234325, 2326, '0705-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234326, 2326, '0705-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234327, 2326, '0705-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234328, 2326, '0705-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234329, 2326, '0705-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234330, 2326, '0705-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234331, 2326, '0705-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234332, 2326, '0705-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234333, 2326, '0706-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234334, 2326, '0706-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234335, 2326, '0706-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234336, 2326, '0706-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234337, 2326, '0706-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234338, 2326, '0706-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234339, 2326, '0706-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234340, 2326, '0706-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234341, 2326, '0706-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234342, 2326, '0706-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234343, 2326, '0706-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234344, 2326, '0706-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234345, 2326, '0707-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234346, 2326, '0707-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234347, 2326, '0707-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234348, 2326, '0707-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234349, 2326, '0707-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234350, 2326, '0707-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234351, 2326, '0707-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234352, 2326, '0707-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234353, 2326, '0707-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234354, 2326, '0707-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234355, 2326, '0707-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234356, 2326, '0707-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234357, 2326, '0708-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234358, 2326, '0708-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234359, 2326, '0708-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234360, 2326, '0708-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234361, 2326, '0708-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234362, 2326, '0708-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234363, 2326, '0708-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234364, 2326, '0708-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234365, 2326, '0708-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234366, 2326, '0708-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234367, 2326, '0708-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234368, 2326, '0708-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234369, 2326, '0709-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234370, 2326, '0709-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234371, 2326, '0709-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234372, 2326, '0709-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234373, 2326, '0709-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234374, 2326, '0709-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234375, 2326, '0709-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234376, 2326, '0709-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234377, 2326, '0709-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234378, 2326, '0709-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234379, 2326, '0709-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234380, 2326, '0709-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234381, 2326, '0710-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234382, 2326, '0710-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234383, 2326, '0710-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234384, 2326, '0710-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234385, 2326, '0710-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234386, 2326, '0710-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234387, 2326, '0710-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234388, 2326, '0710-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234389, 2326, '0710-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234390, 2326, '0710-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234391, 2326, '0710-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234392, 2326, '0710-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234393, 2326, '0711-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234394, 2326, '0711-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234395, 2326, '0711-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234396, 2326, '0711-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234397, 2326, '0711-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234398, 2326, '0711-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234399, 2326, '0711-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234400, 2326, '0711-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234401, 2326, '0711-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234402, 2326, '0711-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234403, 2326, '0711-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234404, 2326, '0711-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234405, 2326, '0712-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234406, 2326, '0712-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234407, 2326, '0712-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234408, 2326, '0712-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234409, 2326, '0712-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234410, 2326, '0712-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234411, 2326, '0712-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234412, 2326, '0712-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234413, 2326, '0712-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234414, 2326, '0712-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234415, 2326, '0712-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234416, 2326, '0712-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234417, 2326, '0713-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234418, 2326, '0713-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234419, 2326, '0713-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234420, 2326, '0713-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234421, 2326, '0713-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234422, 2326, '0713-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234423, 2326, '0713-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234424, 2326, '0713-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234425, 2326, '0713-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234426, 2326, '0713-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234427, 2326, '0713-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234428, 2326, '0713-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234429, 2326, '0714-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234430, 2326, '0714-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234431, 2326, '0714-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234432, 2326, '0714-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234433, 2326, '0714-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234434, 2326, '0714-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234435, 2326, '0714-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234436, 2326, '0714-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234437, 2326, '0714-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234438, 2326, '0714-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234439, 2326, '0714-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234440, 2326, '0714-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234441, 2326, '0715-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234442, 2326, '0715-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234443, 2326, '0715-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234444, 2326, '0715-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234445, 2326, '0715-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234446, 2326, '0715-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234447, 2326, '0715-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234448, 2326, '0715-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234449, 2326, '0715-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234450, 2326, '0715-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234451, 2326, '0715-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234452, 2326, '0715-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234453, 2326, '0716-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234454, 2326, '0716-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234455, 2326, '0716-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234456, 2326, '0716-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234457, 2326, '0716-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234458, 2326, '0716-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234459, 2326, '0716-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234460, 2326, '0716-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234461, 2326, '0716-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234462, 2326, '0716-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234463, 2326, '0716-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234464, 2326, '0716-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234465, 2326, '0717-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234466, 2326, '0717-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234467, 2326, '0717-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234468, 2326, '0717-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234469, 2326, '0717-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234470, 2326, '0717-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234471, 2326, '0717-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234472, 2326, '0717-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234473, 2326, '0717-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234474, 2326, '0717-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234475, 2326, '0717-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234476, 2326, '0717-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234477, 2326, '0718-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234478, 2326, '0718-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234479, 2326, '0718-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234480, 2326, '0718-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234481, 2326, '0718-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:02', '2023-10-31 14:11:02'),
(234482, 2326, '0718-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234483, 2326, '0718-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234484, 2326, '0718-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234485, 2326, '0718-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234486, 2326, '0718-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234487, 2326, '0718-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234488, 2326, '0718-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234489, 2326, '0719-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234490, 2326, '0719-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234491, 2326, '0719-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234492, 2326, '0719-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234493, 2326, '0719-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234494, 2326, '0719-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234495, 2326, '0719-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234496, 2326, '0719-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234497, 2326, '0719-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234498, 2326, '0719-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234499, 2326, '0719-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234500, 2326, '0719-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234501, 2326, '0720-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234502, 2326, '0720-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234503, 2326, '0720-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234504, 2326, '0720-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234505, 2326, '0720-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234506, 2326, '0720-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234507, 2326, '0720-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234508, 2326, '0720-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234509, 2326, '0720-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234510, 2326, '0720-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234511, 2326, '0720-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234512, 2326, '0720-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234513, 2326, '0721-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234514, 2326, '0721-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234515, 2326, '0721-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234516, 2326, '0721-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234517, 2326, '0721-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234518, 2326, '0721-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234519, 2326, '0721-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234520, 2326, '0721-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234521, 2326, '0721-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234522, 2326, '0721-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234523, 2326, '0721-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234524, 2326, '0721-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234525, 2326, '0722-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234526, 2326, '0722-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234527, 2326, '0722-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234528, 2326, '0722-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234529, 2326, '0722-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234530, 2326, '0722-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234531, 2326, '0722-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234532, 2326, '0722-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234533, 2326, '0722-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234534, 2326, '0722-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(234535, 2326, '0722-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234536, 2326, '0722-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234537, 2326, '0723-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234538, 2326, '0723-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234539, 2326, '0723-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234540, 2326, '0723-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234541, 2326, '0723-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234542, 2326, '0723-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234543, 2326, '0723-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234544, 2326, '0723-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234545, 2326, '0723-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234546, 2326, '0723-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234547, 2326, '0723-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234548, 2326, '0723-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234549, 2326, '0724-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234550, 2326, '0724-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234551, 2326, '0724-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234552, 2326, '0724-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234553, 2326, '0724-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234554, 2326, '0724-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234555, 2326, '0724-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234556, 2326, '0724-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234557, 2326, '0724-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234558, 2326, '0724-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234559, 2326, '0724-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234560, 2326, '0724-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234561, 2326, '0725-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234562, 2326, '0725-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234563, 2326, '0725-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234564, 2326, '0725-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234565, 2326, '0725-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234566, 2326, '0725-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234567, 2326, '0725-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234568, 2326, '0725-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234569, 2326, '0725-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234570, 2326, '0725-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234571, 2326, '0725-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234572, 2326, '0725-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234573, 2326, '0726-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234574, 2326, '0726-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234575, 2326, '0726-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234576, 2326, '0726-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234577, 2326, '0726-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234578, 2326, '0726-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234579, 2326, '0726-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234580, 2326, '0726-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234581, 2326, '0726-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234582, 2326, '0726-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234583, 2326, '0726-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234584, 2326, '0726-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234585, 2326, '0727-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234586, 2326, '0727-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234587, 2326, '0727-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234588, 2326, '0727-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234589, 2326, '0727-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234590, 2326, '0727-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234591, 2326, '0727-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234592, 2326, '0727-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234593, 2326, '0727-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234594, 2326, '0727-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234595, 2326, '0727-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234596, 2326, '0727-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234597, 2326, '0728-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234598, 2326, '0728-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234599, 2326, '0728-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234600, 2326, '0728-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234601, 2326, '0728-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234602, 2326, '0728-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234603, 2326, '0728-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234604, 2326, '0728-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234605, 2326, '0728-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234606, 2326, '0728-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234607, 2326, '0728-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234608, 2326, '0728-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234609, 2326, '0729-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234610, 2326, '0729-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234611, 2326, '0729-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234612, 2326, '0729-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234613, 2326, '0729-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234614, 2326, '0729-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234615, 2326, '0729-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234616, 2326, '0729-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234617, 2326, '0729-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234618, 2326, '0729-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234619, 2326, '0729-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234620, 2326, '0729-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234621, 2326, '0730-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234622, 2326, '0730-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234623, 2326, '0730-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234624, 2326, '0730-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234625, 2326, '0730-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234626, 2326, '0730-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234627, 2326, '0730-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234628, 2326, '0730-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234629, 2326, '0730-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234630, 2326, '0730-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234631, 2326, '0730-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234632, 2326, '0730-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234633, 2326, '0731-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234634, 2326, '0731-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234635, 2326, '0731-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234636, 2326, '0731-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234637, 2326, '0731-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234638, 2326, '0731-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234639, 2326, '0731-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234640, 2326, '0731-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234641, 2326, '0731-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234642, 2326, '0731-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234643, 2326, '0731-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234644, 2326, '0731-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234645, 2326, '0732-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234646, 2326, '0732-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234647, 2326, '0732-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234648, 2326, '0732-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234649, 2326, '0732-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234650, 2326, '0732-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234651, 2326, '0732-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234652, 2326, '0732-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234653, 2326, '0732-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234654, 2326, '0732-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234655, 2326, '0732-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234656, 2326, '0732-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234657, 2326, '0733-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234658, 2326, '0733-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234659, 2326, '0733-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234660, 2326, '0733-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234661, 2326, '0733-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234662, 2326, '0733-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234663, 2326, '0733-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234664, 2326, '0733-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234665, 2326, '0733-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234666, 2326, '0733-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234667, 2326, '0733-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234668, 2326, '0733-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234669, 2326, '0734-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234670, 2326, '0734-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234671, 2326, '0734-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234672, 2326, '0734-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234673, 2326, '0734-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234674, 2326, '0734-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234675, 2326, '0734-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234676, 2326, '0734-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234677, 2326, '0734-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234678, 2326, '0734-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234679, 2326, '0734-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234680, 2326, '0734-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234681, 2326, '0735-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234682, 2326, '0735-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234683, 2326, '0735-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234684, 2326, '0735-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234685, 2326, '0735-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234686, 2326, '0735-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234687, 2326, '0735-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234688, 2326, '0735-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234689, 2326, '0735-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234690, 2326, '0735-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234691, 2326, '0735-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234692, 2326, '0735-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234693, 2326, '0736-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234694, 2326, '0736-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234695, 2326, '0736-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234696, 2326, '0736-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234697, 2326, '0736-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234698, 2326, '0736-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234699, 2326, '0736-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234700, 2326, '0736-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234701, 2326, '0736-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234702, 2326, '0736-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234703, 2326, '0736-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234704, 2326, '0736-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234705, 2326, '0737-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234706, 2326, '0737-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234707, 2326, '0737-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234708, 2326, '0737-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234709, 2326, '0737-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234710, 2326, '0737-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234711, 2326, '0737-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234712, 2326, '0737-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234713, 2326, '0737-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234714, 2326, '0737-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234715, 2326, '0737-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234716, 2326, '0737-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234717, 2326, '0738-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234718, 2326, '0738-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234719, 2326, '0738-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234720, 2326, '0738-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234721, 2326, '0738-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234722, 2326, '0738-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234723, 2326, '0738-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234724, 2326, '0738-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234725, 2326, '0738-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234726, 2326, '0738-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234727, 2326, '0738-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234728, 2326, '0738-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234729, 2326, '0739-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234730, 2326, '0739-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234731, 2326, '0739-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234732, 2326, '0739-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234733, 2326, '0739-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234734, 2326, '0739-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234735, 2326, '0739-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234736, 2326, '0739-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234737, 2326, '0739-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234738, 2326, '0739-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234739, 2326, '0739-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234740, 2326, '0739-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234741, 2326, '0740-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234742, 2326, '0740-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234743, 2326, '0740-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234744, 2326, '0740-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234745, 2326, '0740-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234746, 2326, '0740-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234747, 2326, '0740-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234748, 2326, '0740-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234749, 2326, '0740-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234750, 2326, '0740-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234751, 2326, '0740-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234752, 2326, '0740-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234753, 2326, '0741-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234754, 2326, '0741-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234755, 2326, '0741-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234756, 2326, '0741-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234757, 2326, '0741-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234758, 2326, '0741-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234759, 2326, '0741-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234760, 2326, '0741-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234761, 2326, '0741-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234762, 2326, '0741-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234763, 2326, '0741-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234764, 2326, '0741-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234765, 2326, '0742-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234766, 2326, '0742-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234767, 2326, '0742-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234768, 2326, '0742-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234769, 2326, '0742-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234770, 2326, '0742-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234771, 2326, '0742-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234772, 2326, '0742-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234773, 2326, '0742-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234774, 2326, '0742-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234775, 2326, '0742-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234776, 2326, '0742-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234777, 2326, '0743-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234778, 2326, '0743-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234779, 2326, '0743-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234780, 2326, '0743-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234781, 2326, '0743-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234782, 2326, '0743-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234783, 2326, '0743-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234784, 2326, '0743-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234785, 2326, '0743-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234786, 2326, '0743-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234787, 2326, '0743-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234788, 2326, '0743-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234789, 2326, '0744-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234790, 2326, '0744-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234791, 2326, '0744-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234792, 2326, '0744-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234793, 2326, '0744-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234794, 2326, '0744-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234795, 2326, '0744-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234796, 2326, '0744-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234797, 2326, '0744-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234798, 2326, '0744-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234799, 2326, '0744-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234800, 2326, '0744-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234801, 2326, '0745-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234802, 2326, '0745-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234803, 2326, '0745-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234804, 2326, '0745-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234805, 2326, '0745-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234806, 2326, '0745-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234807, 2326, '0745-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234808, 2326, '0745-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234809, 2326, '0745-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234810, 2326, '0745-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234811, 2326, '0745-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234812, 2326, '0745-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234813, 2326, '0746-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234814, 2326, '0746-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234815, 2326, '0746-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234816, 2326, '0746-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234817, 2326, '0746-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234818, 2326, '0746-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234819, 2326, '0746-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234820, 2326, '0746-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234821, 2326, '0746-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234822, 2326, '0746-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234823, 2326, '0746-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234824, 2326, '0746-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234825, 2326, '0747-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234826, 2326, '0747-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234827, 2326, '0747-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234828, 2326, '0747-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234829, 2326, '0747-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234830, 2326, '0747-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234831, 2326, '0747-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234832, 2326, '0747-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234833, 2326, '0747-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234834, 2326, '0747-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234835, 2326, '0747-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234836, 2326, '0747-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234837, 2326, '0748-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234838, 2326, '0748-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234839, 2326, '0748-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234840, 2326, '0748-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234841, 2326, '0748-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234842, 2326, '0748-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234843, 2326, '0748-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234844, 2326, '0748-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234845, 2326, '0748-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234846, 2326, '0748-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234847, 2326, '0748-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234848, 2326, '0748-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234849, 2326, '0749-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234850, 2326, '0749-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234851, 2326, '0749-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234852, 2326, '0749-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234853, 2326, '0749-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234854, 2326, '0749-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234855, 2326, '0749-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234856, 2326, '0749-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234857, 2326, '0749-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234858, 2326, '0749-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234859, 2326, '0749-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:03', '2023-10-31 14:11:03'),
(234860, 2326, '0749-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(234861, 2326, '0750-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(234862, 2326, '0750-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(234863, 2326, '0750-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(234864, 2326, '0750-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(234865, 2326, '0750-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(234866, 2326, '0750-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(234867, 2326, '0750-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(234868, 2326, '0750-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(234869, 2326, '0750-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(234870, 2326, '0750-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(234871, 2326, '0750-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(234872, 2326, '0750-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(234873, 2326, '0751-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(234874, 2326, '0751-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(234875, 2326, '0751-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(234876, 2326, '0751-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(234877, 2326, '0751-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(234878, 2326, '0751-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(234879, 2326, '0751-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(234880, 2326, '0751-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(234881, 2326, '0751-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(234882, 2326, '0751-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(234883, 2326, '0751-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(234884, 2326, '0751-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(234885, 2326, '0752-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(234886, 2326, '0752-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(234887, 2326, '0752-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(234888, 2326, '0752-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(234889, 2326, '0752-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(234890, 2326, '0752-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(234891, 2326, '0752-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(234892, 2326, '0752-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(234893, 2326, '0752-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(234894, 2326, '0752-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(234895, 2326, '0752-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(234896, 2326, '0752-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(234897, 2326, '0753-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(234898, 2326, '0753-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(234899, 2326, '0753-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(234900, 2326, '0753-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(234901, 2326, '0753-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(234902, 2326, '0753-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(234903, 2326, '0753-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(234904, 2326, '0753-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(234905, 2326, '0753-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(234906, 2326, '0753-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(234907, 2326, '0753-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(234908, 2326, '0753-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(234909, 2326, '0754-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(234910, 2326, '0754-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(234911, 2326, '0754-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(234912, 2326, '0754-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(234913, 2326, '0754-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(234914, 2326, '0754-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(234915, 2326, '0754-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(234916, 2326, '0754-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(234917, 2326, '0754-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(234918, 2326, '0754-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(234919, 2326, '0754-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(234920, 2326, '0754-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(234921, 2326, '0755-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(234922, 2326, '0755-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(234923, 2326, '0755-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(234924, 2326, '0755-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(234925, 2326, '0755-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(234926, 2326, '0755-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(234927, 2326, '0755-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(234928, 2326, '0755-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(234929, 2326, '0755-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(234930, 2326, '0755-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(234931, 2326, '0755-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(234932, 2326, '0755-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(234933, 2326, '0756-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(234934, 2326, '0756-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(234935, 2326, '0756-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(234936, 2326, '0756-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(234937, 2326, '0756-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(234938, 2326, '0756-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(234939, 2326, '0756-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(234940, 2326, '0756-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(234941, 2326, '0756-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(234942, 2326, '0756-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(234943, 2326, '0756-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(234944, 2326, '0756-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(234945, 2326, '0757-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(234946, 2326, '0757-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(234947, 2326, '0757-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(234948, 2326, '0757-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(234949, 2326, '0757-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(234950, 2326, '0757-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(234951, 2326, '0757-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(234952, 2326, '0757-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(234953, 2326, '0757-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(234954, 2326, '0757-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(234955, 2326, '0757-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(234956, 2326, '0757-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(234957, 2326, '0758-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(234958, 2326, '0758-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(234959, 2326, '0758-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(234960, 2326, '0758-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(234961, 2326, '0758-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(234962, 2326, '0758-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(234963, 2326, '0758-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(234964, 2326, '0758-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(234965, 2326, '0758-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(234966, 2326, '0758-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(234967, 2326, '0758-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(234968, 2326, '0758-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(234969, 2326, '0759-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(234970, 2326, '0759-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(234971, 2326, '0759-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(234972, 2326, '0759-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(234973, 2326, '0759-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(234974, 2326, '0759-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(234975, 2326, '0759-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(234976, 2326, '0759-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(234977, 2326, '0759-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(234978, 2326, '0759-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(234979, 2326, '0759-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(234980, 2326, '0759-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(234981, 2326, '0760-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(234982, 2326, '0760-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(234983, 2326, '0760-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(234984, 2326, '0760-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(234985, 2326, '0760-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(234986, 2326, '0760-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(234987, 2326, '0760-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(234988, 2326, '0760-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(234989, 2326, '0760-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(234990, 2326, '0760-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(234991, 2326, '0760-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(234992, 2326, '0760-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(234993, 2326, '0761-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(234994, 2326, '0761-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(234995, 2326, '0761-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(234996, 2326, '0761-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(234997, 2326, '0761-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(234998, 2326, '0761-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(234999, 2326, '0761-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(235000, 2326, '0761-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(235001, 2326, '0761-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(235002, 2326, '0761-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(235003, 2326, '0761-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(235004, 2326, '0761-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(235005, 2326, '0762-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(235006, 2326, '0762-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(235007, 2326, '0762-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(235008, 2326, '0762-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(235009, 2326, '0762-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(235010, 2326, '0762-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(235011, 2326, '0762-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(235012, 2326, '0762-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(235013, 2326, '0762-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(235014, 2326, '0762-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(235015, 2326, '0762-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(235016, 2326, '0762-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(235017, 2326, '0763-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(235018, 2326, '0763-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(235019, 2326, '0763-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(235020, 2326, '0763-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(235021, 2326, '0763-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(235022, 2326, '0763-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(235023, 2326, '0763-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(235024, 2326, '0763-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(235025, 2326, '0763-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(235026, 2326, '0763-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(235027, 2326, '0763-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(235028, 2326, '0763-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(235029, 2326, '0764-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(235030, 2326, '0764-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(235031, 2326, '0764-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(235032, 2326, '0764-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(235033, 2326, '0764-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(235034, 2326, '0764-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(235035, 2326, '0764-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(235036, 2326, '0764-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(235037, 2326, '0764-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(235038, 2326, '0764-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(235039, 2326, '0764-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(235040, 2326, '0764-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(235041, 2326, '0765-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(235042, 2326, '0765-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(235043, 2326, '0765-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(235044, 2326, '0765-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(235045, 2326, '0765-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(235046, 2326, '0765-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(235047, 2326, '0765-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(235048, 2326, '0765-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(235049, 2326, '0765-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(235050, 2326, '0765-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(235051, 2326, '0765-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(235052, 2326, '0765-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(235053, 2326, '0766-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(235054, 2326, '0766-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(235055, 2326, '0766-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(235056, 2326, '0766-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(235057, 2326, '0766-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(235058, 2326, '0766-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(235059, 2326, '0766-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(235060, 2326, '0766-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(235061, 2326, '0766-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(235062, 2326, '0766-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(235063, 2326, '0766-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(235064, 2326, '0766-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(235065, 2326, '0767-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(235066, 2326, '0767-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(235067, 2326, '0767-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(235068, 2326, '0767-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(235069, 2326, '0767-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(235070, 2326, '0767-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(235071, 2326, '0767-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(235072, 2326, '0767-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(235073, 2326, '0767-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(235074, 2326, '0767-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(235075, 2326, '0767-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(235076, 2326, '0767-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(235077, 2326, '0768-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(235078, 2326, '0768-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(235079, 2326, '0768-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(235080, 2326, '0768-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(235081, 2326, '0768-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(235082, 2326, '0768-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(235083, 2326, '0768-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(235084, 2326, '0768-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(235085, 2326, '0768-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(235086, 2326, '0768-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(235087, 2326, '0768-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(235088, 2326, '0768-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(235089, 2326, '0769-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(235090, 2326, '0769-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(235091, 2326, '0769-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(235092, 2326, '0769-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(235093, 2326, '0769-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(235094, 2326, '0769-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(235095, 2326, '0769-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(235096, 2326, '0769-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(235097, 2326, '0769-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(235098, 2326, '0769-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(235099, 2326, '0769-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(235100, 2326, '0769-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(235101, 2326, '0770-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(235102, 2326, '0770-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(235103, 2326, '0770-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(235104, 2326, '0770-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(235105, 2326, '0770-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(235106, 2326, '0770-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(235107, 2326, '0770-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(235108, 2326, '0770-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(235109, 2326, '0770-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(235110, 2326, '0770-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(235111, 2326, '0770-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(235112, 2326, '0770-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(235113, 2326, '0771-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(235114, 2326, '0771-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(235115, 2326, '0771-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(235116, 2326, '0771-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(235117, 2326, '0771-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(235118, 2326, '0771-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(235119, 2326, '0771-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(235120, 2326, '0771-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(235121, 2326, '0771-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(235122, 2326, '0771-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(235123, 2326, '0771-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(235124, 2326, '0771-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(235125, 2326, '0772-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(235126, 2326, '0772-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(235127, 2326, '0772-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(235128, 2326, '0772-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(235129, 2326, '0772-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(235130, 2326, '0772-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(235131, 2326, '0772-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(235132, 2326, '0772-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(235133, 2326, '0772-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(235134, 2326, '0772-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(235135, 2326, '0772-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(235136, 2326, '0772-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(235137, 2326, '0773-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(235138, 2326, '0773-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(235139, 2326, '0773-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(235140, 2326, '0773-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(235141, 2326, '0773-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(235142, 2326, '0773-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(235143, 2326, '0773-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(235144, 2326, '0773-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(235145, 2326, '0773-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(235146, 2326, '0773-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(235147, 2326, '0773-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(235148, 2326, '0773-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(235149, 2326, '0774-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(235150, 2326, '0774-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(235151, 2326, '0774-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(235152, 2326, '0774-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(235153, 2326, '0774-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(235154, 2326, '0774-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(235155, 2326, '0774-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(235156, 2326, '0774-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(235157, 2326, '0774-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(235158, 2326, '0774-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(235159, 2326, '0774-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(235160, 2326, '0774-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(235161, 2326, '0775-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(235162, 2326, '0775-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(235163, 2326, '0775-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(235164, 2326, '0775-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(235165, 2326, '0775-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(235166, 2326, '0775-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(235167, 2326, '0775-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(235168, 2326, '0775-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(235169, 2326, '0775-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(235170, 2326, '0775-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(235171, 2326, '0775-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(235172, 2326, '0775-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(235173, 2326, '0776-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(235174, 2326, '0776-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(235175, 2326, '0776-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(235176, 2326, '0776-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(235177, 2326, '0776-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(235178, 2326, '0776-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(235179, 2326, '0776-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(235180, 2326, '0776-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(235181, 2326, '0776-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(235182, 2326, '0776-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(235183, 2326, '0776-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(235184, 2326, '0776-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(235185, 2326, '0777-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(235186, 2326, '0777-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(235187, 2326, '0777-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(235188, 2326, '0777-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(235189, 2326, '0777-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(235190, 2326, '0777-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(235191, 2326, '0777-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(235192, 2326, '0777-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(235193, 2326, '0777-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(235194, 2326, '0777-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(235195, 2326, '0777-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(235196, 2326, '0777-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(235197, 2326, '0778-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(235198, 2326, '0778-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(235199, 2326, '0778-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(235200, 2326, '0778-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(235201, 2326, '0778-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(235202, 2326, '0778-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(235203, 2326, '0778-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(235204, 2326, '0778-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(235205, 2326, '0778-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(235206, 2326, '0778-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(235207, 2326, '0778-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(235208, 2326, '0778-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(235209, 2326, '0779-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(235210, 2326, '0779-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(235211, 2326, '0779-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(235212, 2326, '0779-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:04', '2023-10-31 14:11:04'),
(235213, 2326, '0779-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235214, 2326, '0779-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235215, 2326, '0779-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235216, 2326, '0779-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235217, 2326, '0779-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235218, 2326, '0779-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235219, 2326, '0779-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235220, 2326, '0779-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235221, 2326, '0780-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235222, 2326, '0780-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235223, 2326, '0780-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235224, 2326, '0780-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235225, 2326, '0780-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235226, 2326, '0780-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235227, 2326, '0780-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235228, 2326, '0780-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235229, 2326, '0780-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235230, 2326, '0780-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235231, 2326, '0780-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235232, 2326, '0780-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235233, 2326, '0781-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235234, 2326, '0781-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235235, 2326, '0781-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235236, 2326, '0781-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235237, 2326, '0781-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235238, 2326, '0781-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235239, 2326, '0781-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235240, 2326, '0781-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235241, 2326, '0781-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235242, 2326, '0781-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235243, 2326, '0781-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235244, 2326, '0781-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235245, 2326, '0782-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235246, 2326, '0782-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235247, 2326, '0782-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235248, 2326, '0782-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235249, 2326, '0782-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235250, 2326, '0782-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235251, 2326, '0782-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235252, 2326, '0782-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235253, 2326, '0782-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235254, 2326, '0782-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235255, 2326, '0782-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235256, 2326, '0782-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235257, 2326, '0783-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235258, 2326, '0783-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235259, 2326, '0783-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235260, 2326, '0783-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235261, 2326, '0783-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235262, 2326, '0783-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235263, 2326, '0783-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235264, 2326, '0783-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235265, 2326, '0783-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235266, 2326, '0783-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235267, 2326, '0783-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235268, 2326, '0783-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235269, 2326, '0784-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235270, 2326, '0784-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235271, 2326, '0784-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235272, 2326, '0784-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235273, 2326, '0784-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235274, 2326, '0784-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235275, 2326, '0784-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235276, 2326, '0784-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235277, 2326, '0784-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235278, 2326, '0784-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235279, 2326, '0784-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235280, 2326, '0784-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235281, 2326, '0785-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235282, 2326, '0785-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235283, 2326, '0785-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235284, 2326, '0785-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235285, 2326, '0785-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235286, 2326, '0785-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235287, 2326, '0785-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235288, 2326, '0785-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235289, 2326, '0785-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235290, 2326, '0785-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235291, 2326, '0785-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235292, 2326, '0785-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235293, 2326, '0786-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235294, 2326, '0786-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235295, 2326, '0786-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235296, 2326, '0786-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235297, 2326, '0786-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235298, 2326, '0786-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235299, 2326, '0786-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235300, 2326, '0786-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235301, 2326, '0786-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235302, 2326, '0786-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235303, 2326, '0786-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235304, 2326, '0786-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235305, 2326, '0787-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235306, 2326, '0787-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235307, 2326, '0787-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235308, 2326, '0787-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235309, 2326, '0787-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235310, 2326, '0787-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235311, 2326, '0787-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235312, 2326, '0787-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235313, 2326, '0787-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235314, 2326, '0787-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235315, 2326, '0787-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235316, 2326, '0787-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235317, 2326, '0788-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235318, 2326, '0788-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235319, 2326, '0788-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235320, 2326, '0788-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235321, 2326, '0788-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235322, 2326, '0788-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235323, 2326, '0788-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235324, 2326, '0788-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235325, 2326, '0788-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235326, 2326, '0788-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235327, 2326, '0788-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235328, 2326, '0788-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235329, 2326, '0789-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235330, 2326, '0789-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235331, 2326, '0789-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235332, 2326, '0789-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235333, 2326, '0789-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235334, 2326, '0789-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235335, 2326, '0789-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235336, 2326, '0789-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235337, 2326, '0789-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235338, 2326, '0789-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235339, 2326, '0789-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235340, 2326, '0789-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235341, 2326, '0790-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235342, 2326, '0790-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235343, 2326, '0790-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235344, 2326, '0790-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235345, 2326, '0790-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235346, 2326, '0790-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235347, 2326, '0790-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235348, 2326, '0790-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235349, 2326, '0790-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235350, 2326, '0790-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235351, 2326, '0790-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235352, 2326, '0790-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235353, 2326, '0791-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235354, 2326, '0791-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235355, 2326, '0791-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235356, 2326, '0791-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235357, 2326, '0791-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235358, 2326, '0791-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235359, 2326, '0791-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235360, 2326, '0791-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235361, 2326, '0791-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235362, 2326, '0791-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235363, 2326, '0791-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235364, 2326, '0791-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235365, 2326, '0792-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235366, 2326, '0792-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235367, 2326, '0792-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235368, 2326, '0792-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235369, 2326, '0792-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235370, 2326, '0792-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235371, 2326, '0792-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235372, 2326, '0792-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235373, 2326, '0792-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235374, 2326, '0792-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235375, 2326, '0792-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235376, 2326, '0792-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235377, 2326, '0793-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235378, 2326, '0793-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235379, 2326, '0793-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235380, 2326, '0793-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235381, 2326, '0793-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235382, 2326, '0793-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235383, 2326, '0793-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235384, 2326, '0793-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235385, 2326, '0793-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235386, 2326, '0793-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235387, 2326, '0793-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235388, 2326, '0793-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235389, 2326, '0794-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235390, 2326, '0794-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235391, 2326, '0794-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235392, 2326, '0794-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235393, 2326, '0794-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235394, 2326, '0794-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235395, 2326, '0794-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235396, 2326, '0794-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235397, 2326, '0794-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235398, 2326, '0794-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235399, 2326, '0794-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235400, 2326, '0794-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235401, 2326, '0795-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235402, 2326, '0795-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235403, 2326, '0795-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235404, 2326, '0795-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235405, 2326, '0795-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235406, 2326, '0795-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235407, 2326, '0795-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235408, 2326, '0795-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235409, 2326, '0795-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235410, 2326, '0795-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235411, 2326, '0795-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235412, 2326, '0795-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235413, 2326, '0796-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235414, 2326, '0796-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235415, 2326, '0796-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235416, 2326, '0796-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235417, 2326, '0796-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235418, 2326, '0796-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235419, 2326, '0796-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235420, 2326, '0796-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235421, 2326, '0796-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235422, 2326, '0796-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235423, 2326, '0796-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235424, 2326, '0796-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235425, 2326, '0797-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235426, 2326, '0797-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235427, 2326, '0797-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235428, 2326, '0797-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235429, 2326, '0797-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235430, 2326, '0797-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235431, 2326, '0797-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235432, 2326, '0797-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235433, 2326, '0797-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235434, 2326, '0797-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235435, 2326, '0797-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235436, 2326, '0797-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235437, 2326, '0798-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235438, 2326, '0798-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235439, 2326, '0798-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235440, 2326, '0798-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235441, 2326, '0798-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235442, 2326, '0798-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235443, 2326, '0798-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235444, 2326, '0798-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235445, 2326, '0798-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235446, 2326, '0798-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235447, 2326, '0798-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235448, 2326, '0798-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235449, 2326, '0799-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235450, 2326, '0799-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235451, 2326, '0799-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235452, 2326, '0799-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235453, 2326, '0799-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235454, 2326, '0799-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235455, 2326, '0799-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235456, 2326, '0799-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235457, 2326, '0799-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235458, 2326, '0799-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235459, 2326, '0799-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235460, 2326, '0799-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235461, 2326, '0800-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235462, 2326, '0800-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235463, 2326, '0800-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235464, 2326, '0800-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(235465, 2326, '0800-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235466, 2326, '0800-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235467, 2326, '0800-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235468, 2326, '0800-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235469, 2326, '0800-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235470, 2326, '0800-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235471, 2326, '0800-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235472, 2326, '0800-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235473, 2326, '0801-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235474, 2326, '0801-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235475, 2326, '0801-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235476, 2326, '0801-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235477, 2326, '0801-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235478, 2326, '0801-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235479, 2326, '0801-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235480, 2326, '0801-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235481, 2326, '0801-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235482, 2326, '0801-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235483, 2326, '0801-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235484, 2326, '0801-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235485, 2326, '0802-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235486, 2326, '0802-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235487, 2326, '0802-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235488, 2326, '0802-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235489, 2326, '0802-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235490, 2326, '0802-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235491, 2326, '0802-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235492, 2326, '0802-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235493, 2326, '0802-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235494, 2326, '0802-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235495, 2326, '0802-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235496, 2326, '0802-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235497, 2326, '0803-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235498, 2326, '0803-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235499, 2326, '0803-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235500, 2326, '0803-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235501, 2326, '0803-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235502, 2326, '0803-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235503, 2326, '0803-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235504, 2326, '0803-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235505, 2326, '0803-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235506, 2326, '0803-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235507, 2326, '0803-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235508, 2326, '0803-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235509, 2326, '0804-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235510, 2326, '0804-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235511, 2326, '0804-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235512, 2326, '0804-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235513, 2326, '0804-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235514, 2326, '0804-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235515, 2326, '0804-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235516, 2326, '0804-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235517, 2326, '0804-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235518, 2326, '0804-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235519, 2326, '0804-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235520, 2326, '0804-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235521, 2326, '0805-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235522, 2326, '0805-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235523, 2326, '0805-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235524, 2326, '0805-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235525, 2326, '0805-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235526, 2326, '0805-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235527, 2326, '0805-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235528, 2326, '0805-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235529, 2326, '0805-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235530, 2326, '0805-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235531, 2326, '0805-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235532, 2326, '0805-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235533, 2326, '0806-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235534, 2326, '0806-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235535, 2326, '0806-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235536, 2326, '0806-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235537, 2326, '0806-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235538, 2326, '0806-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235539, 2326, '0806-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235540, 2326, '0806-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235541, 2326, '0806-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235542, 2326, '0806-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235543, 2326, '0806-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235544, 2326, '0806-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235545, 2326, '0807-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235546, 2326, '0807-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235547, 2326, '0807-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235548, 2326, '0807-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235549, 2326, '0807-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:05', '2023-10-31 14:11:05'),
(235550, 2326, '0807-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235551, 2326, '0807-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235552, 2326, '0807-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235553, 2326, '0807-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235554, 2326, '0807-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235555, 2326, '0807-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235556, 2326, '0807-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235557, 2326, '0808-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235558, 2326, '0808-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235559, 2326, '0808-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235560, 2326, '0808-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235561, 2326, '0808-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235562, 2326, '0808-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235563, 2326, '0808-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235564, 2326, '0808-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235565, 2326, '0808-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235566, 2326, '0808-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235567, 2326, '0808-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235568, 2326, '0808-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235569, 2326, '0809-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235570, 2326, '0809-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235571, 2326, '0809-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235572, 2326, '0809-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235573, 2326, '0809-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235574, 2326, '0809-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235575, 2326, '0809-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235576, 2326, '0809-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235577, 2326, '0809-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235578, 2326, '0809-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235579, 2326, '0809-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235580, 2326, '0809-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235581, 2326, '0810-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235582, 2326, '0810-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235583, 2326, '0810-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235584, 2326, '0810-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235585, 2326, '0810-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235586, 2326, '0810-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235587, 2326, '0810-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235588, 2326, '0810-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235589, 2326, '0810-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235590, 2326, '0810-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235591, 2326, '0810-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235592, 2326, '0810-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235593, 2326, '0811-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235594, 2326, '0811-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235595, 2326, '0811-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235596, 2326, '0811-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235597, 2326, '0811-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235598, 2326, '0811-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235599, 2326, '0811-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235600, 2326, '0811-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235601, 2326, '0811-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235602, 2326, '0811-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235603, 2326, '0811-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235604, 2326, '0811-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235605, 2326, '0812-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235606, 2326, '0812-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235607, 2326, '0812-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235608, 2326, '0812-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235609, 2326, '0812-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235610, 2326, '0812-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235611, 2326, '0812-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235612, 2326, '0812-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235613, 2326, '0812-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235614, 2326, '0812-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235615, 2326, '0812-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235616, 2326, '0812-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235617, 2326, '0813-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235618, 2326, '0813-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235619, 2326, '0813-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235620, 2326, '0813-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235621, 2326, '0813-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235622, 2326, '0813-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235623, 2326, '0813-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235624, 2326, '0813-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235625, 2326, '0813-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235626, 2326, '0813-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235627, 2326, '0813-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235628, 2326, '0813-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235629, 2326, '0814-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235630, 2326, '0814-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235631, 2326, '0814-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235632, 2326, '0814-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235633, 2326, '0814-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235634, 2326, '0814-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235635, 2326, '0814-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235636, 2326, '0814-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235637, 2326, '0814-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235638, 2326, '0814-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235639, 2326, '0814-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235640, 2326, '0814-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235641, 2326, '0815-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235642, 2326, '0815-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235643, 2326, '0815-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235644, 2326, '0815-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235645, 2326, '0815-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235646, 2326, '0815-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235647, 2326, '0815-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235648, 2326, '0815-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235649, 2326, '0815-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235650, 2326, '0815-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235651, 2326, '0815-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235652, 2326, '0815-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235653, 2326, '0816-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235654, 2326, '0816-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235655, 2326, '0816-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235656, 2326, '0816-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235657, 2326, '0816-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235658, 2326, '0816-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235659, 2326, '0816-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235660, 2326, '0816-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235661, 2326, '0816-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235662, 2326, '0816-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235663, 2326, '0816-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235664, 2326, '0816-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235665, 2326, '0817-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235666, 2326, '0817-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235667, 2326, '0817-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235668, 2326, '0817-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235669, 2326, '0817-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235670, 2326, '0817-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235671, 2326, '0817-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235672, 2326, '0817-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235673, 2326, '0817-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235674, 2326, '0817-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235675, 2326, '0817-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235676, 2326, '0817-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235677, 2326, '0818-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235678, 2326, '0818-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235679, 2326, '0818-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235680, 2326, '0818-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235681, 2326, '0818-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235682, 2326, '0818-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235683, 2326, '0818-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235684, 2326, '0818-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235685, 2326, '0818-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235686, 2326, '0818-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235687, 2326, '0818-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235688, 2326, '0818-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235689, 2326, '0819-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235690, 2326, '0819-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235691, 2326, '0819-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235692, 2326, '0819-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235693, 2326, '0819-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235694, 2326, '0819-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235695, 2326, '0819-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235696, 2326, '0819-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235697, 2326, '0819-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235698, 2326, '0819-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235699, 2326, '0819-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235700, 2326, '0819-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235701, 2326, '0820-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235702, 2326, '0820-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235703, 2326, '0820-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235704, 2326, '0820-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235705, 2326, '0820-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235706, 2326, '0820-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235707, 2326, '0820-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235708, 2326, '0820-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235709, 2326, '0820-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235710, 2326, '0820-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235711, 2326, '0820-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235712, 2326, '0820-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235713, 2326, '0821-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235714, 2326, '0821-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235715, 2326, '0821-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235716, 2326, '0821-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235717, 2326, '0821-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235718, 2326, '0821-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235719, 2326, '0821-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235720, 2326, '0821-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235721, 2326, '0821-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235722, 2326, '0821-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235723, 2326, '0821-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235724, 2326, '0821-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235725, 2326, '0822-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235726, 2326, '0822-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235727, 2326, '0822-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235728, 2326, '0822-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235729, 2326, '0822-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235730, 2326, '0822-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235731, 2326, '0822-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235732, 2326, '0822-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235733, 2326, '0822-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235734, 2326, '0822-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235735, 2326, '0822-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235736, 2326, '0822-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235737, 2326, '0823-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235738, 2326, '0823-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235739, 2326, '0823-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235740, 2326, '0823-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235741, 2326, '0823-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235742, 2326, '0823-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235743, 2326, '0823-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235744, 2326, '0823-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235745, 2326, '0823-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235746, 2326, '0823-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235747, 2326, '0823-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235748, 2326, '0823-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235749, 2326, '0824-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235750, 2326, '0824-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235751, 2326, '0824-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235752, 2326, '0824-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235753, 2326, '0824-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235754, 2326, '0824-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235755, 2326, '0824-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235756, 2326, '0824-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235757, 2326, '0824-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235758, 2326, '0824-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235759, 2326, '0824-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235760, 2326, '0824-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235761, 2326, '0825-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235762, 2326, '0825-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235763, 2326, '0825-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235764, 2326, '0825-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235765, 2326, '0825-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235766, 2326, '0825-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235767, 2326, '0825-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235768, 2326, '0825-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235769, 2326, '0825-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235770, 2326, '0825-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235771, 2326, '0825-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235772, 2326, '0825-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235773, 2326, '0826-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235774, 2326, '0826-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235775, 2326, '0826-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235776, 2326, '0826-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235777, 2326, '0826-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235778, 2326, '0826-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235779, 2326, '0826-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235780, 2326, '0826-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235781, 2326, '0826-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235782, 2326, '0826-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235783, 2326, '0826-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235784, 2326, '0826-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235785, 2326, '0827-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235786, 2326, '0827-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235787, 2326, '0827-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235788, 2326, '0827-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235789, 2326, '0827-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235790, 2326, '0827-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235791, 2326, '0827-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235792, 2326, '0827-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235793, 2326, '0827-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235794, 2326, '0827-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235795, 2326, '0827-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235796, 2326, '0827-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235797, 2326, '0828-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235798, 2326, '0828-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235799, 2326, '0828-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235800, 2326, '0828-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235801, 2326, '0828-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235802, 2326, '0828-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235803, 2326, '0828-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235804, 2326, '0828-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235805, 2326, '0828-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235806, 2326, '0828-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235807, 2326, '0828-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235808, 2326, '0828-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235809, 2326, '0829-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235810, 2326, '0829-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235811, 2326, '0829-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235812, 2326, '0829-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235813, 2326, '0829-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235814, 2326, '0829-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235815, 2326, '0829-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235816, 2326, '0829-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235817, 2326, '0829-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235818, 2326, '0829-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235819, 2326, '0829-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235820, 2326, '0829-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235821, 2326, '0830-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235822, 2326, '0830-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235823, 2326, '0830-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235824, 2326, '0830-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235825, 2326, '0830-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235826, 2326, '0830-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235827, 2326, '0830-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235828, 2326, '0830-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235829, 2326, '0830-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235830, 2326, '0830-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235831, 2326, '0830-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235832, 2326, '0830-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235833, 2326, '0831-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235834, 2326, '0831-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235835, 2326, '0831-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235836, 2326, '0831-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235837, 2326, '0831-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235838, 2326, '0831-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235839, 2326, '0831-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235840, 2326, '0831-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235841, 2326, '0831-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235842, 2326, '0831-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235843, 2326, '0831-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235844, 2326, '0831-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235845, 2326, '0832-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235846, 2326, '0832-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235847, 2326, '0832-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235848, 2326, '0832-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235849, 2326, '0832-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235850, 2326, '0832-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235851, 2326, '0832-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235852, 2326, '0832-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235853, 2326, '0832-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235854, 2326, '0832-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235855, 2326, '0832-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235856, 2326, '0832-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235857, 2326, '0833-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235858, 2326, '0833-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235859, 2326, '0833-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235860, 2326, '0833-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235861, 2326, '0833-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235862, 2326, '0833-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235863, 2326, '0833-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235864, 2326, '0833-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235865, 2326, '0833-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235866, 2326, '0833-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235867, 2326, '0833-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235868, 2326, '0833-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235869, 2326, '0834-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235870, 2326, '0834-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235871, 2326, '0834-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235872, 2326, '0834-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235873, 2326, '0834-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235874, 2326, '0834-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235875, 2326, '0834-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235876, 2326, '0834-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235877, 2326, '0834-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235878, 2326, '0834-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235879, 2326, '0834-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235880, 2326, '0834-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235881, 2326, '0835-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235882, 2326, '0835-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235883, 2326, '0835-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235884, 2326, '0835-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235885, 2326, '0835-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235886, 2326, '0835-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235887, 2326, '0835-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235888, 2326, '0835-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235889, 2326, '0835-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235890, 2326, '0835-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235891, 2326, '0835-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:06', '2023-10-31 14:11:06'),
(235892, 2326, '0835-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(235893, 2326, '0836-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(235894, 2326, '0836-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(235895, 2326, '0836-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(235896, 2326, '0836-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(235897, 2326, '0836-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(235898, 2326, '0836-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(235899, 2326, '0836-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(235900, 2326, '0836-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(235901, 2326, '0836-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(235902, 2326, '0836-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(235903, 2326, '0836-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(235904, 2326, '0836-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(235905, 2326, '0837-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(235906, 2326, '0837-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(235907, 2326, '0837-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(235908, 2326, '0837-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(235909, 2326, '0837-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(235910, 2326, '0837-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(235911, 2326, '0837-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(235912, 2326, '0837-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(235913, 2326, '0837-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(235914, 2326, '0837-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(235915, 2326, '0837-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(235916, 2326, '0837-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(235917, 2326, '0838-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(235918, 2326, '0838-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(235919, 2326, '0838-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(235920, 2326, '0838-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(235921, 2326, '0838-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(235922, 2326, '0838-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(235923, 2326, '0838-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(235924, 2326, '0838-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(235925, 2326, '0838-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(235926, 2326, '0838-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(235927, 2326, '0838-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(235928, 2326, '0838-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(235929, 2326, '0839-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(235930, 2326, '0839-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(235931, 2326, '0839-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(235932, 2326, '0839-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(235933, 2326, '0839-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(235934, 2326, '0839-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(235935, 2326, '0839-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(235936, 2326, '0839-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(235937, 2326, '0839-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(235938, 2326, '0839-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(235939, 2326, '0839-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(235940, 2326, '0839-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(235941, 2326, '0840-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(235942, 2326, '0840-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(235943, 2326, '0840-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(235944, 2326, '0840-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(235945, 2326, '0840-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(235946, 2326, '0840-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(235947, 2326, '0840-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(235948, 2326, '0840-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(235949, 2326, '0840-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(235950, 2326, '0840-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(235951, 2326, '0840-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(235952, 2326, '0840-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(235953, 2326, '0841-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(235954, 2326, '0841-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(235955, 2326, '0841-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(235956, 2326, '0841-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(235957, 2326, '0841-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(235958, 2326, '0841-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(235959, 2326, '0841-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(235960, 2326, '0841-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(235961, 2326, '0841-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(235962, 2326, '0841-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(235963, 2326, '0841-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(235964, 2326, '0841-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(235965, 2326, '0842-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(235966, 2326, '0842-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(235967, 2326, '0842-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(235968, 2326, '0842-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(235969, 2326, '0842-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(235970, 2326, '0842-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(235971, 2326, '0842-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(235972, 2326, '0842-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(235973, 2326, '0842-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(235974, 2326, '0842-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(235975, 2326, '0842-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(235976, 2326, '0842-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(235977, 2326, '0843-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(235978, 2326, '0843-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(235979, 2326, '0843-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(235980, 2326, '0843-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(235981, 2326, '0843-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(235982, 2326, '0843-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(235983, 2326, '0843-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(235984, 2326, '0843-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(235985, 2326, '0843-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(235986, 2326, '0843-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(235987, 2326, '0843-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(235988, 2326, '0843-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(235989, 2326, '0844-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(235990, 2326, '0844-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(235991, 2326, '0844-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(235992, 2326, '0844-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(235993, 2326, '0844-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(235994, 2326, '0844-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(235995, 2326, '0844-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(235996, 2326, '0844-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(235997, 2326, '0844-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(235998, 2326, '0844-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(235999, 2326, '0844-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(236000, 2326, '0844-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(236001, 2326, '0845-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(236002, 2326, '0845-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(236003, 2326, '0845-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(236004, 2326, '0845-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(236005, 2326, '0845-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(236006, 2326, '0845-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(236007, 2326, '0845-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(236008, 2326, '0845-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(236009, 2326, '0845-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(236010, 2326, '0845-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(236011, 2326, '0845-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(236012, 2326, '0845-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(236013, 2326, '0846-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(236014, 2326, '0846-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(236015, 2326, '0846-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(236016, 2326, '0846-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(236017, 2326, '0846-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(236018, 2326, '0846-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(236019, 2326, '0846-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(236020, 2326, '0846-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(236021, 2326, '0846-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(236022, 2326, '0846-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(236023, 2326, '0846-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(236024, 2326, '0846-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(236025, 2326, '0847-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(236026, 2326, '0847-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(236027, 2326, '0847-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(236028, 2326, '0847-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(236029, 2326, '0847-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(236030, 2326, '0847-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(236031, 2326, '0847-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(236032, 2326, '0847-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(236033, 2326, '0847-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(236034, 2326, '0847-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(236035, 2326, '0847-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(236036, 2326, '0847-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(236037, 2326, '0848-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(236038, 2326, '0848-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(236039, 2326, '0848-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(236040, 2326, '0848-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(236041, 2326, '0848-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(236042, 2326, '0848-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(236043, 2326, '0848-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(236044, 2326, '0848-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(236045, 2326, '0848-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(236046, 2326, '0848-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(236047, 2326, '0848-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(236048, 2326, '0848-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(236049, 2326, '0849-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(236050, 2326, '0849-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(236051, 2326, '0849-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(236052, 2326, '0849-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(236053, 2326, '0849-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(236054, 2326, '0849-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(236055, 2326, '0849-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(236056, 2326, '0849-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(236057, 2326, '0849-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(236058, 2326, '0849-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(236059, 2326, '0849-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(236060, 2326, '0849-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(236061, 2326, '0850-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(236062, 2326, '0850-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(236063, 2326, '0850-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(236064, 2326, '0850-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(236065, 2326, '0850-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(236066, 2326, '0850-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(236067, 2326, '0850-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(236068, 2326, '0850-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(236069, 2326, '0850-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(236070, 2326, '0850-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(236071, 2326, '0850-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(236072, 2326, '0850-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(236073, 2326, '0851-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(236074, 2326, '0851-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(236075, 2326, '0851-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(236076, 2326, '0851-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(236077, 2326, '0851-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(236078, 2326, '0851-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(236079, 2326, '0851-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(236080, 2326, '0851-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(236081, 2326, '0851-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(236082, 2326, '0851-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(236083, 2326, '0851-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(236084, 2326, '0851-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(236085, 2326, '0852-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(236086, 2326, '0852-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(236087, 2326, '0852-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(236088, 2326, '0852-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(236089, 2326, '0852-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(236090, 2326, '0852-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(236091, 2326, '0852-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(236092, 2326, '0852-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(236093, 2326, '0852-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(236094, 2326, '0852-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(236095, 2326, '0852-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(236096, 2326, '0852-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(236097, 2326, '0853-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(236098, 2326, '0853-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(236099, 2326, '0853-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(236100, 2326, '0853-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(236101, 2326, '0853-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(236102, 2326, '0853-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(236103, 2326, '0853-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(236104, 2326, '0853-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(236105, 2326, '0853-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(236106, 2326, '0853-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(236107, 2326, '0853-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(236108, 2326, '0853-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(236109, 2326, '0854-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(236110, 2326, '0854-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(236111, 2326, '0854-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(236112, 2326, '0854-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(236113, 2326, '0854-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(236114, 2326, '0854-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(236115, 2326, '0854-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(236116, 2326, '0854-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(236117, 2326, '0854-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(236118, 2326, '0854-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(236119, 2326, '0854-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(236120, 2326, '0854-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(236121, 2326, '0855-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(236122, 2326, '0855-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(236123, 2326, '0855-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(236124, 2326, '0855-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(236125, 2326, '0855-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(236126, 2326, '0855-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(236127, 2326, '0855-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(236128, 2326, '0855-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(236129, 2326, '0855-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(236130, 2326, '0855-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(236131, 2326, '0855-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(236132, 2326, '0855-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(236133, 2326, '0856-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(236134, 2326, '0856-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(236135, 2326, '0856-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(236136, 2326, '0856-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(236137, 2326, '0856-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(236138, 2326, '0856-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(236139, 2326, '0856-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(236140, 2326, '0856-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(236141, 2326, '0856-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(236142, 2326, '0856-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(236143, 2326, '0856-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(236144, 2326, '0856-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(236145, 2326, '0857-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(236146, 2326, '0857-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(236147, 2326, '0857-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(236148, 2326, '0857-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(236149, 2326, '0857-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(236150, 2326, '0857-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(236151, 2326, '0857-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(236152, 2326, '0857-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(236153, 2326, '0857-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(236154, 2326, '0857-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(236155, 2326, '0857-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(236156, 2326, '0857-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(236157, 2326, '0858-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(236158, 2326, '0858-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(236159, 2326, '0858-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(236160, 2326, '0858-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(236161, 2326, '0858-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(236162, 2326, '0858-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(236163, 2326, '0858-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(236164, 2326, '0858-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(236165, 2326, '0858-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(236166, 2326, '0858-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(236167, 2326, '0858-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(236168, 2326, '0858-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(236169, 2326, '0859-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(236170, 2326, '0859-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(236171, 2326, '0859-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(236172, 2326, '0859-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(236173, 2326, '0859-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(236174, 2326, '0859-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(236175, 2326, '0859-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(236176, 2326, '0859-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(236177, 2326, '0859-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(236178, 2326, '0859-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(236179, 2326, '0859-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(236180, 2326, '0859-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(236181, 2326, '0860-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(236182, 2326, '0860-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(236183, 2326, '0860-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(236184, 2326, '0860-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(236185, 2326, '0860-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(236186, 2326, '0860-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(236187, 2326, '0860-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(236188, 2326, '0860-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(236189, 2326, '0860-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(236190, 2326, '0860-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(236191, 2326, '0860-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:07', '2023-10-31 14:11:07'),
(236192, 2326, '0860-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236193, 2326, '0861-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236194, 2326, '0861-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236195, 2326, '0861-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236196, 2326, '0861-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236197, 2326, '0861-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236198, 2326, '0861-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236199, 2326, '0861-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236200, 2326, '0861-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236201, 2326, '0861-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236202, 2326, '0861-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236203, 2326, '0861-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236204, 2326, '0861-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236205, 2326, '0862-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236206, 2326, '0862-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236207, 2326, '0862-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236208, 2326, '0862-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236209, 2326, '0862-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236210, 2326, '0862-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236211, 2326, '0862-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236212, 2326, '0862-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236213, 2326, '0862-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236214, 2326, '0862-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236215, 2326, '0862-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236216, 2326, '0862-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236217, 2326, '0863-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236218, 2326, '0863-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236219, 2326, '0863-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236220, 2326, '0863-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236221, 2326, '0863-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236222, 2326, '0863-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236223, 2326, '0863-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236224, 2326, '0863-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236225, 2326, '0863-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236226, 2326, '0863-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236227, 2326, '0863-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236228, 2326, '0863-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236229, 2326, '0864-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236230, 2326, '0864-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236231, 2326, '0864-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236232, 2326, '0864-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236233, 2326, '0864-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236234, 2326, '0864-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236235, 2326, '0864-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236236, 2326, '0864-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236237, 2326, '0864-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236238, 2326, '0864-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236239, 2326, '0864-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236240, 2326, '0864-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236241, 2326, '0865-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236242, 2326, '0865-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236243, 2326, '0865-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236244, 2326, '0865-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236245, 2326, '0865-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236246, 2326, '0865-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236247, 2326, '0865-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236248, 2326, '0865-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236249, 2326, '0865-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236250, 2326, '0865-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236251, 2326, '0865-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236252, 2326, '0865-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236253, 2326, '0866-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236254, 2326, '0866-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236255, 2326, '0866-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236256, 2326, '0866-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236257, 2326, '0866-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236258, 2326, '0866-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236259, 2326, '0866-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236260, 2326, '0866-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236261, 2326, '0866-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236262, 2326, '0866-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236263, 2326, '0866-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236264, 2326, '0866-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236265, 2326, '0867-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236266, 2326, '0867-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236267, 2326, '0867-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236268, 2326, '0867-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236269, 2326, '0867-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236270, 2326, '0867-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236271, 2326, '0867-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236272, 2326, '0867-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236273, 2326, '0867-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236274, 2326, '0867-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236275, 2326, '0867-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236276, 2326, '0867-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236277, 2326, '0868-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236278, 2326, '0868-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236279, 2326, '0868-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236280, 2326, '0868-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236281, 2326, '0868-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236282, 2326, '0868-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236283, 2326, '0868-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236284, 2326, '0868-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236285, 2326, '0868-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236286, 2326, '0868-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236287, 2326, '0868-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236288, 2326, '0868-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236289, 2326, '0869-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236290, 2326, '0869-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236291, 2326, '0869-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236292, 2326, '0869-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236293, 2326, '0869-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236294, 2326, '0869-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236295, 2326, '0869-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236296, 2326, '0869-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236297, 2326, '0869-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236298, 2326, '0869-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236299, 2326, '0869-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236300, 2326, '0869-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236301, 2326, '0870-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236302, 2326, '0870-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236303, 2326, '0870-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236304, 2326, '0870-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236305, 2326, '0870-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236306, 2326, '0870-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236307, 2326, '0870-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236308, 2326, '0870-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236309, 2326, '0870-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236310, 2326, '0870-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236311, 2326, '0870-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236312, 2326, '0870-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236313, 2326, '0871-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236314, 2326, '0871-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236315, 2326, '0871-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236316, 2326, '0871-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236317, 2326, '0871-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236318, 2326, '0871-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236319, 2326, '0871-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236320, 2326, '0871-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236321, 2326, '0871-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236322, 2326, '0871-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236323, 2326, '0871-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236324, 2326, '0871-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236325, 2326, '0872-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236326, 2326, '0872-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236327, 2326, '0872-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236328, 2326, '0872-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236329, 2326, '0872-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236330, 2326, '0872-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236331, 2326, '0872-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236332, 2326, '0872-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236333, 2326, '0872-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236334, 2326, '0872-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236335, 2326, '0872-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236336, 2326, '0872-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236337, 2326, '0873-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236338, 2326, '0873-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236339, 2326, '0873-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236340, 2326, '0873-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236341, 2326, '0873-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236342, 2326, '0873-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236343, 2326, '0873-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236344, 2326, '0873-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236345, 2326, '0873-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236346, 2326, '0873-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236347, 2326, '0873-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236348, 2326, '0873-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236349, 2326, '0874-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236350, 2326, '0874-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236351, 2326, '0874-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236352, 2326, '0874-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236353, 2326, '0874-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236354, 2326, '0874-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236355, 2326, '0874-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236356, 2326, '0874-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236357, 2326, '0874-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236358, 2326, '0874-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236359, 2326, '0874-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236360, 2326, '0874-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236361, 2326, '0875-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236362, 2326, '0875-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236363, 2326, '0875-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236364, 2326, '0875-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236365, 2326, '0875-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236366, 2326, '0875-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236367, 2326, '0875-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236368, 2326, '0875-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236369, 2326, '0875-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236370, 2326, '0875-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236371, 2326, '0875-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236372, 2326, '0875-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236373, 2326, '0876-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236374, 2326, '0876-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236375, 2326, '0876-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236376, 2326, '0876-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236377, 2326, '0876-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236378, 2326, '0876-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236379, 2326, '0876-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236380, 2326, '0876-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236381, 2326, '0876-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236382, 2326, '0876-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236383, 2326, '0876-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236384, 2326, '0876-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236385, 2326, '0877-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236386, 2326, '0877-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236387, 2326, '0877-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236388, 2326, '0877-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236389, 2326, '0877-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236390, 2326, '0877-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236391, 2326, '0877-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236392, 2326, '0877-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236393, 2326, '0877-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236394, 2326, '0877-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(236395, 2326, '0877-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236396, 2326, '0877-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236397, 2326, '0878-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236398, 2326, '0878-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236399, 2326, '0878-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236400, 2326, '0878-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236401, 2326, '0878-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236402, 2326, '0878-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236403, 2326, '0878-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236404, 2326, '0878-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236405, 2326, '0878-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236406, 2326, '0878-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236407, 2326, '0878-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236408, 2326, '0878-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236409, 2326, '0879-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236410, 2326, '0879-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236411, 2326, '0879-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236412, 2326, '0879-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236413, 2326, '0879-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236414, 2326, '0879-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236415, 2326, '0879-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236416, 2326, '0879-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236417, 2326, '0879-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236418, 2326, '0879-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236419, 2326, '0879-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236420, 2326, '0879-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236421, 2326, '0880-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236422, 2326, '0880-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236423, 2326, '0880-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236424, 2326, '0880-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236425, 2326, '0880-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236426, 2326, '0880-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236427, 2326, '0880-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236428, 2326, '0880-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236429, 2326, '0880-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236430, 2326, '0880-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236431, 2326, '0880-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236432, 2326, '0880-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236433, 2326, '0881-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236434, 2326, '0881-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236435, 2326, '0881-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236436, 2326, '0881-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236437, 2326, '0881-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236438, 2326, '0881-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236439, 2326, '0881-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236440, 2326, '0881-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236441, 2326, '0881-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236442, 2326, '0881-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236443, 2326, '0881-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236444, 2326, '0881-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236445, 2326, '0882-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236446, 2326, '0882-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236447, 2326, '0882-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236448, 2326, '0882-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236449, 2326, '0882-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236450, 2326, '0882-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236451, 2326, '0882-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236452, 2326, '0882-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236453, 2326, '0882-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236454, 2326, '0882-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236455, 2326, '0882-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236456, 2326, '0882-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236457, 2326, '0883-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236458, 2326, '0883-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236459, 2326, '0883-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236460, 2326, '0883-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236461, 2326, '0883-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236462, 2326, '0883-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236463, 2326, '0883-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236464, 2326, '0883-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236465, 2326, '0883-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236466, 2326, '0883-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236467, 2326, '0883-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236468, 2326, '0883-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236469, 2326, '0884-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236470, 2326, '0884-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236471, 2326, '0884-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236472, 2326, '0884-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236473, 2326, '0884-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236474, 2326, '0884-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236475, 2326, '0884-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236476, 2326, '0884-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236477, 2326, '0884-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236478, 2326, '0884-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236479, 2326, '0884-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236480, 2326, '0884-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236481, 2326, '0885-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236482, 2326, '0885-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236483, 2326, '0885-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236484, 2326, '0885-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236485, 2326, '0885-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236486, 2326, '0885-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236487, 2326, '0885-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236488, 2326, '0885-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236489, 2326, '0885-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236490, 2326, '0885-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236491, 2326, '0885-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236492, 2326, '0885-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236493, 2326, '0886-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236494, 2326, '0886-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236495, 2326, '0886-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236496, 2326, '0886-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236497, 2326, '0886-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236498, 2326, '0886-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236499, 2326, '0886-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236500, 2326, '0886-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236501, 2326, '0886-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236502, 2326, '0886-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236503, 2326, '0886-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236504, 2326, '0886-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236505, 2326, '0887-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236506, 2326, '0887-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236507, 2326, '0887-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236508, 2326, '0887-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236509, 2326, '0887-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236510, 2326, '0887-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236511, 2326, '0887-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236512, 2326, '0887-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236513, 2326, '0887-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236514, 2326, '0887-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236515, 2326, '0887-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236516, 2326, '0887-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236517, 2326, '0888-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236518, 2326, '0888-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236519, 2326, '0888-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236520, 2326, '0888-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236521, 2326, '0888-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:08', '2023-10-31 14:11:08'),
(236522, 2326, '0888-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236523, 2326, '0888-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236524, 2326, '0888-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236525, 2326, '0888-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236526, 2326, '0888-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236527, 2326, '0888-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236528, 2326, '0888-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236529, 2326, '0889-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236530, 2326, '0889-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236531, 2326, '0889-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236532, 2326, '0889-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236533, 2326, '0889-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236534, 2326, '0889-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236535, 2326, '0889-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236536, 2326, '0889-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236537, 2326, '0889-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236538, 2326, '0889-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236539, 2326, '0889-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236540, 2326, '0889-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236541, 2326, '0890-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236542, 2326, '0890-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236543, 2326, '0890-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236544, 2326, '0890-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236545, 2326, '0890-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236546, 2326, '0890-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236547, 2326, '0890-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236548, 2326, '0890-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236549, 2326, '0890-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236550, 2326, '0890-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236551, 2326, '0890-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236552, 2326, '0890-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236553, 2326, '0891-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236554, 2326, '0891-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236555, 2326, '0891-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236556, 2326, '0891-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236557, 2326, '0891-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236558, 2326, '0891-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236559, 2326, '0891-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236560, 2326, '0891-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236561, 2326, '0891-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236562, 2326, '0891-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236563, 2326, '0891-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236564, 2326, '0891-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236565, 2326, '0892-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236566, 2326, '0892-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236567, 2326, '0892-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236568, 2326, '0892-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236569, 2326, '0892-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236570, 2326, '0892-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236571, 2326, '0892-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236572, 2326, '0892-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236573, 2326, '0892-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236574, 2326, '0892-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236575, 2326, '0892-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236576, 2326, '0892-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236577, 2326, '0893-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236578, 2326, '0893-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236579, 2326, '0893-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236580, 2326, '0893-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236581, 2326, '0893-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236582, 2326, '0893-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236583, 2326, '0893-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236584, 2326, '0893-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236585, 2326, '0893-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236586, 2326, '0893-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236587, 2326, '0893-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236588, 2326, '0893-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236589, 2326, '0894-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236590, 2326, '0894-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236591, 2326, '0894-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236592, 2326, '0894-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236593, 2326, '0894-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236594, 2326, '0894-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236595, 2326, '0894-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236596, 2326, '0894-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236597, 2326, '0894-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236598, 2326, '0894-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236599, 2326, '0894-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236600, 2326, '0894-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236601, 2326, '0895-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236602, 2326, '0895-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236603, 2326, '0895-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236604, 2326, '0895-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236605, 2326, '0895-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236606, 2326, '0895-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236607, 2326, '0895-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236608, 2326, '0895-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236609, 2326, '0895-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236610, 2326, '0895-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236611, 2326, '0895-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236612, 2326, '0895-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236613, 2326, '0896-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236614, 2326, '0896-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236615, 2326, '0896-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236616, 2326, '0896-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236617, 2326, '0896-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236618, 2326, '0896-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236619, 2326, '0896-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236620, 2326, '0896-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236621, 2326, '0896-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236622, 2326, '0896-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236623, 2326, '0896-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236624, 2326, '0896-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236625, 2326, '0897-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236626, 2326, '0897-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236627, 2326, '0897-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236628, 2326, '0897-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236629, 2326, '0897-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236630, 2326, '0897-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236631, 2326, '0897-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236632, 2326, '0897-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236633, 2326, '0897-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236634, 2326, '0897-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236635, 2326, '0897-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236636, 2326, '0897-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236637, 2326, '0898-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236638, 2326, '0898-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236639, 2326, '0898-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236640, 2326, '0898-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236641, 2326, '0898-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236642, 2326, '0898-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236643, 2326, '0898-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236644, 2326, '0898-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236645, 2326, '0898-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236646, 2326, '0898-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236647, 2326, '0898-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236648, 2326, '0898-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236649, 2326, '0899-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236650, 2326, '0899-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236651, 2326, '0899-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236652, 2326, '0899-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236653, 2326, '0899-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236654, 2326, '0899-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236655, 2326, '0899-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236656, 2326, '0899-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236657, 2326, '0899-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236658, 2326, '0899-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236659, 2326, '0899-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236660, 2326, '0899-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236661, 2326, '0900-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236662, 2326, '0900-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236663, 2326, '0900-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236664, 2326, '0900-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236665, 2326, '0900-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236666, 2326, '0900-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236667, 2326, '0900-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236668, 2326, '0900-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236669, 2326, '0900-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236670, 2326, '0900-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236671, 2326, '0900-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236672, 2326, '0900-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236673, 2326, '0901-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236674, 2326, '0901-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236675, 2326, '0901-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236676, 2326, '0901-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236677, 2326, '0901-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236678, 2326, '0901-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236679, 2326, '0901-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236680, 2326, '0901-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236681, 2326, '0901-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236682, 2326, '0901-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236683, 2326, '0901-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236684, 2326, '0901-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236685, 2326, '0902-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236686, 2326, '0902-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236687, 2326, '0902-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236688, 2326, '0902-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236689, 2326, '0902-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236690, 2326, '0902-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236691, 2326, '0902-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236692, 2326, '0902-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236693, 2326, '0902-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236694, 2326, '0902-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236695, 2326, '0902-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236696, 2326, '0902-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236697, 2326, '0903-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236698, 2326, '0903-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236699, 2326, '0903-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236700, 2326, '0903-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236701, 2326, '0903-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236702, 2326, '0903-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236703, 2326, '0903-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236704, 2326, '0903-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236705, 2326, '0903-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236706, 2326, '0903-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236707, 2326, '0903-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236708, 2326, '0903-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236709, 2326, '0904-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236710, 2326, '0904-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236711, 2326, '0904-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236712, 2326, '0904-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236713, 2326, '0904-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236714, 2326, '0904-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236715, 2326, '0904-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236716, 2326, '0904-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236717, 2326, '0904-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236718, 2326, '0904-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236719, 2326, '0904-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236720, 2326, '0904-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236721, 2326, '0905-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236722, 2326, '0905-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236723, 2326, '0905-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236724, 2326, '0905-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236725, 2326, '0905-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236726, 2326, '0905-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236727, 2326, '0905-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236728, 2326, '0905-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236729, 2326, '0905-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236730, 2326, '0905-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236731, 2326, '0905-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236732, 2326, '0905-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236733, 2326, '0906-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236734, 2326, '0906-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236735, 2326, '0906-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236736, 2326, '0906-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236737, 2326, '0906-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236738, 2326, '0906-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236739, 2326, '0906-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236740, 2326, '0906-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236741, 2326, '0906-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236742, 2326, '0906-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236743, 2326, '0906-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236744, 2326, '0906-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236745, 2326, '0907-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236746, 2326, '0907-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236747, 2326, '0907-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236748, 2326, '0907-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236749, 2326, '0907-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236750, 2326, '0907-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236751, 2326, '0907-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236752, 2326, '0907-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236753, 2326, '0907-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236754, 2326, '0907-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236755, 2326, '0907-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236756, 2326, '0907-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236757, 2326, '0908-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236758, 2326, '0908-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236759, 2326, '0908-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236760, 2326, '0908-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236761, 2326, '0908-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236762, 2326, '0908-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236763, 2326, '0908-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236764, 2326, '0908-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236765, 2326, '0908-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236766, 2326, '0908-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236767, 2326, '0908-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236768, 2326, '0908-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236769, 2326, '0909-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236770, 2326, '0909-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236771, 2326, '0909-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236772, 2326, '0909-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236773, 2326, '0909-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236774, 2326, '0909-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236775, 2326, '0909-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236776, 2326, '0909-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236777, 2326, '0909-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236778, 2326, '0909-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236779, 2326, '0909-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236780, 2326, '0909-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236781, 2326, '0910-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236782, 2326, '0910-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236783, 2326, '0910-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236784, 2326, '0910-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236785, 2326, '0910-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236786, 2326, '0910-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236787, 2326, '0910-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236788, 2326, '0910-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236789, 2326, '0910-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236790, 2326, '0910-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236791, 2326, '0910-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236792, 2326, '0910-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236793, 2326, '0911-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236794, 2326, '0911-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236795, 2326, '0911-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236796, 2326, '0911-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236797, 2326, '0911-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236798, 2326, '0911-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236799, 2326, '0911-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236800, 2326, '0911-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236801, 2326, '0911-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236802, 2326, '0911-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236803, 2326, '0911-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236804, 2326, '0911-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236805, 2326, '0912-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236806, 2326, '0912-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236807, 2326, '0912-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236808, 2326, '0912-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236809, 2326, '0912-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236810, 2326, '0912-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236811, 2326, '0912-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236812, 2326, '0912-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236813, 2326, '0912-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236814, 2326, '0912-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236815, 2326, '0912-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236816, 2326, '0912-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236817, 2326, '0913-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236818, 2326, '0913-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236819, 2326, '0913-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236820, 2326, '0913-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236821, 2326, '0913-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236822, 2326, '0913-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236823, 2326, '0913-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236824, 2326, '0913-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236825, 2326, '0913-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236826, 2326, '0913-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236827, 2326, '0913-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236828, 2326, '0913-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236829, 2326, '0914-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236830, 2326, '0914-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236831, 2326, '0914-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236832, 2326, '0914-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236833, 2326, '0914-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236834, 2326, '0914-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236835, 2326, '0914-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236836, 2326, '0914-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236837, 2326, '0914-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236838, 2326, '0914-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236839, 2326, '0914-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236840, 2326, '0914-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236841, 2326, '0915-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236842, 2326, '0915-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236843, 2326, '0915-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236844, 2326, '0915-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236845, 2326, '0915-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236846, 2326, '0915-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236847, 2326, '0915-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236848, 2326, '0915-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236849, 2326, '0915-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236850, 2326, '0915-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236851, 2326, '0915-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236852, 2326, '0915-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:09', '2023-10-31 14:11:09'),
(236853, 2326, '0916-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(236854, 2326, '0916-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(236855, 2326, '0916-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(236856, 2326, '0916-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(236857, 2326, '0916-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(236858, 2326, '0916-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(236859, 2326, '0916-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(236860, 2326, '0916-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(236861, 2326, '0916-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(236862, 2326, '0916-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(236863, 2326, '0916-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(236864, 2326, '0916-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(236865, 2326, '0917-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(236866, 2326, '0917-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(236867, 2326, '0917-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(236868, 2326, '0917-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(236869, 2326, '0917-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(236870, 2326, '0917-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(236871, 2326, '0917-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(236872, 2326, '0917-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(236873, 2326, '0917-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(236874, 2326, '0917-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(236875, 2326, '0917-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(236876, 2326, '0917-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(236877, 2326, '0918-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(236878, 2326, '0918-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(236879, 2326, '0918-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(236880, 2326, '0918-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(236881, 2326, '0918-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(236882, 2326, '0918-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(236883, 2326, '0918-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(236884, 2326, '0918-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(236885, 2326, '0918-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(236886, 2326, '0918-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(236887, 2326, '0918-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(236888, 2326, '0918-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(236889, 2326, '0919-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(236890, 2326, '0919-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(236891, 2326, '0919-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(236892, 2326, '0919-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(236893, 2326, '0919-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(236894, 2326, '0919-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(236895, 2326, '0919-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(236896, 2326, '0919-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(236897, 2326, '0919-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(236898, 2326, '0919-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(236899, 2326, '0919-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(236900, 2326, '0919-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(236901, 2326, '0920-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(236902, 2326, '0920-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(236903, 2326, '0920-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(236904, 2326, '0920-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(236905, 2326, '0920-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(236906, 2326, '0920-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(236907, 2326, '0920-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(236908, 2326, '0920-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(236909, 2326, '0920-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(236910, 2326, '0920-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(236911, 2326, '0920-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(236912, 2326, '0920-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(236913, 2326, '0921-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(236914, 2326, '0921-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(236915, 2326, '0921-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(236916, 2326, '0921-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(236917, 2326, '0921-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(236918, 2326, '0921-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(236919, 2326, '0921-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(236920, 2326, '0921-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(236921, 2326, '0921-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(236922, 2326, '0921-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(236923, 2326, '0921-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(236924, 2326, '0921-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(236925, 2326, '0922-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(236926, 2326, '0922-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(236927, 2326, '0922-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(236928, 2326, '0922-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(236929, 2326, '0922-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(236930, 2326, '0922-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(236931, 2326, '0922-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(236932, 2326, '0922-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(236933, 2326, '0922-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(236934, 2326, '0922-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(236935, 2326, '0922-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(236936, 2326, '0922-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(236937, 2326, '0923-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(236938, 2326, '0923-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(236939, 2326, '0923-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(236940, 2326, '0923-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(236941, 2326, '0923-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(236942, 2326, '0923-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(236943, 2326, '0923-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(236944, 2326, '0923-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(236945, 2326, '0923-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(236946, 2326, '0923-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(236947, 2326, '0923-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(236948, 2326, '0923-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(236949, 2326, '0924-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(236950, 2326, '0924-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(236951, 2326, '0924-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(236952, 2326, '0924-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(236953, 2326, '0924-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(236954, 2326, '0924-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(236955, 2326, '0924-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(236956, 2326, '0924-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(236957, 2326, '0924-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(236958, 2326, '0924-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(236959, 2326, '0924-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(236960, 2326, '0924-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(236961, 2326, '0925-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(236962, 2326, '0925-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(236963, 2326, '0925-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(236964, 2326, '0925-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(236965, 2326, '0925-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(236966, 2326, '0925-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(236967, 2326, '0925-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(236968, 2326, '0925-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(236969, 2326, '0925-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(236970, 2326, '0925-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(236971, 2326, '0925-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(236972, 2326, '0925-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(236973, 2326, '0926-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(236974, 2326, '0926-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(236975, 2326, '0926-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(236976, 2326, '0926-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(236977, 2326, '0926-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(236978, 2326, '0926-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(236979, 2326, '0926-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(236980, 2326, '0926-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(236981, 2326, '0926-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(236982, 2326, '0926-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(236983, 2326, '0926-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(236984, 2326, '0926-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(236985, 2326, '0927-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(236986, 2326, '0927-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(236987, 2326, '0927-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(236988, 2326, '0927-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(236989, 2326, '0927-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(236990, 2326, '0927-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(236991, 2326, '0927-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(236992, 2326, '0927-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(236993, 2326, '0927-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(236994, 2326, '0927-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(236995, 2326, '0927-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(236996, 2326, '0927-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(236997, 2326, '0928-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(236998, 2326, '0928-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(236999, 2326, '0928-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(237000, 2326, '0928-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(237001, 2326, '0928-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(237002, 2326, '0928-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(237003, 2326, '0928-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(237004, 2326, '0928-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(237005, 2326, '0928-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(237006, 2326, '0928-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(237007, 2326, '0928-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(237008, 2326, '0928-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(237009, 2326, '0929-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(237010, 2326, '0929-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(237011, 2326, '0929-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(237012, 2326, '0929-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(237013, 2326, '0929-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(237014, 2326, '0929-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(237015, 2326, '0929-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(237016, 2326, '0929-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(237017, 2326, '0929-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(237018, 2326, '0929-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(237019, 2326, '0929-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(237020, 2326, '0929-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(237021, 2326, '0930-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(237022, 2326, '0930-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(237023, 2326, '0930-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(237024, 2326, '0930-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(237025, 2326, '0930-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(237026, 2326, '0930-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(237027, 2326, '0930-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(237028, 2326, '0930-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(237029, 2326, '0930-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(237030, 2326, '0930-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(237031, 2326, '0930-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(237032, 2326, '0930-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(237033, 2326, '0931-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(237034, 2326, '0931-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(237035, 2326, '0931-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(237036, 2326, '0931-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(237037, 2326, '0931-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(237038, 2326, '0931-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(237039, 2326, '0931-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(237040, 2326, '0931-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(237041, 2326, '0931-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(237042, 2326, '0931-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(237043, 2326, '0931-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(237044, 2326, '0931-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(237045, 2326, '0932-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(237046, 2326, '0932-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(237047, 2326, '0932-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(237048, 2326, '0932-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(237049, 2326, '0932-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(237050, 2326, '0932-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(237051, 2326, '0932-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(237052, 2326, '0932-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(237053, 2326, '0932-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(237054, 2326, '0932-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(237055, 2326, '0932-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(237056, 2326, '0932-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(237057, 2326, '0933-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(237058, 2326, '0933-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(237059, 2326, '0933-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(237060, 2326, '0933-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(237061, 2326, '0933-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(237062, 2326, '0933-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(237063, 2326, '0933-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(237064, 2326, '0933-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(237065, 2326, '0933-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(237066, 2326, '0933-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(237067, 2326, '0933-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(237068, 2326, '0933-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(237069, 2326, '0934-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(237070, 2326, '0934-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(237071, 2326, '0934-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(237072, 2326, '0934-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(237073, 2326, '0934-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(237074, 2326, '0934-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(237075, 2326, '0934-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(237076, 2326, '0934-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(237077, 2326, '0934-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(237078, 2326, '0934-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(237079, 2326, '0934-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(237080, 2326, '0934-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(237081, 2326, '0935-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(237082, 2326, '0935-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(237083, 2326, '0935-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(237084, 2326, '0935-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(237085, 2326, '0935-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(237086, 2326, '0935-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(237087, 2326, '0935-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(237088, 2326, '0935-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(237089, 2326, '0935-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(237090, 2326, '0935-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(237091, 2326, '0935-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(237092, 2326, '0935-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(237093, 2326, '0936-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(237094, 2326, '0936-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(237095, 2326, '0936-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(237096, 2326, '0936-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(237097, 2326, '0936-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(237098, 2326, '0936-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(237099, 2326, '0936-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(237100, 2326, '0936-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(237101, 2326, '0936-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(237102, 2326, '0936-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(237103, 2326, '0936-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(237104, 2326, '0936-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(237105, 2326, '0937-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(237106, 2326, '0937-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(237107, 2326, '0937-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(237108, 2326, '0937-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(237109, 2326, '0937-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(237110, 2326, '0937-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(237111, 2326, '0937-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(237112, 2326, '0937-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(237113, 2326, '0937-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(237114, 2326, '0937-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(237115, 2326, '0937-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(237116, 2326, '0937-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(237117, 2326, '0938-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(237118, 2326, '0938-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(237119, 2326, '0938-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(237120, 2326, '0938-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(237121, 2326, '0938-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(237122, 2326, '0938-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(237123, 2326, '0938-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(237124, 2326, '0938-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(237125, 2326, '0938-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(237126, 2326, '0938-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(237127, 2326, '0938-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(237128, 2326, '0938-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(237129, 2326, '0939-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(237130, 2326, '0939-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(237131, 2326, '0939-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(237132, 2326, '0939-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(237133, 2326, '0939-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(237134, 2326, '0939-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(237135, 2326, '0939-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(237136, 2326, '0939-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(237137, 2326, '0939-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(237138, 2326, '0939-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(237139, 2326, '0939-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(237140, 2326, '0939-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(237141, 2326, '0940-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(237142, 2326, '0940-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(237143, 2326, '0940-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(237144, 2326, '0940-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(237145, 2326, '0940-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(237146, 2326, '0940-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(237147, 2326, '0940-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(237148, 2326, '0940-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(237149, 2326, '0940-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(237150, 2326, '0940-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(237151, 2326, '0940-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(237152, 2326, '0940-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(237153, 2326, '0941-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(237154, 2326, '0941-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(237155, 2326, '0941-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(237156, 2326, '0941-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(237157, 2326, '0941-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(237158, 2326, '0941-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(237159, 2326, '0941-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(237160, 2326, '0941-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(237161, 2326, '0941-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(237162, 2326, '0941-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(237163, 2326, '0941-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(237164, 2326, '0941-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(237165, 2326, '0942-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(237166, 2326, '0942-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(237167, 2326, '0942-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(237168, 2326, '0942-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(237169, 2326, '0942-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(237170, 2326, '0942-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(237171, 2326, '0942-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(237172, 2326, '0942-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(237173, 2326, '0942-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(237174, 2326, '0942-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(237175, 2326, '0942-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(237176, 2326, '0942-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(237177, 2326, '0943-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(237178, 2326, '0943-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(237179, 2326, '0943-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(237180, 2326, '0943-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(237181, 2326, '0943-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(237182, 2326, '0943-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(237183, 2326, '0943-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(237184, 2326, '0943-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(237185, 2326, '0943-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(237186, 2326, '0943-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(237187, 2326, '0943-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(237188, 2326, '0943-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(237189, 2326, '0944-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(237190, 2326, '0944-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(237191, 2326, '0944-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(237192, 2326, '0944-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(237193, 2326, '0944-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(237194, 2326, '0944-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(237195, 2326, '0944-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(237196, 2326, '0944-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(237197, 2326, '0944-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(237198, 2326, '0944-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(237199, 2326, '0944-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(237200, 2326, '0944-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(237201, 2326, '0945-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(237202, 2326, '0945-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(237203, 2326, '0945-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(237204, 2326, '0945-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(237205, 2326, '0945-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(237206, 2326, '0945-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(237207, 2326, '0945-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(237208, 2326, '0945-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(237209, 2326, '0945-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(237210, 2326, '0945-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(237211, 2326, '0945-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(237212, 2326, '0945-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(237213, 2326, '0946-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(237214, 2326, '0946-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(237215, 2326, '0946-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(237216, 2326, '0946-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:10', '2023-10-31 14:11:10'),
(237217, 2326, '0946-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237218, 2326, '0946-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237219, 2326, '0946-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237220, 2326, '0946-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237221, 2326, '0946-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237222, 2326, '0946-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237223, 2326, '0946-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237224, 2326, '0946-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237225, 2326, '0947-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237226, 2326, '0947-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237227, 2326, '0947-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237228, 2326, '0947-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237229, 2326, '0947-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237230, 2326, '0947-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237231, 2326, '0947-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237232, 2326, '0947-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237233, 2326, '0947-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237234, 2326, '0947-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237235, 2326, '0947-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237236, 2326, '0947-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237237, 2326, '0948-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237238, 2326, '0948-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237239, 2326, '0948-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237240, 2326, '0948-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237241, 2326, '0948-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237242, 2326, '0948-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237243, 2326, '0948-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237244, 2326, '0948-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237245, 2326, '0948-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237246, 2326, '0948-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237247, 2326, '0948-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237248, 2326, '0948-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237249, 2326, '0949-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237250, 2326, '0949-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237251, 2326, '0949-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237252, 2326, '0949-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237253, 2326, '0949-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237254, 2326, '0949-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237255, 2326, '0949-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237256, 2326, '0949-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237257, 2326, '0949-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237258, 2326, '0949-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237259, 2326, '0949-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237260, 2326, '0949-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237261, 2326, '0950-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237262, 2326, '0950-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237263, 2326, '0950-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237264, 2326, '0950-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237265, 2326, '0950-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237266, 2326, '0950-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237267, 2326, '0950-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237268, 2326, '0950-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237269, 2326, '0950-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237270, 2326, '0950-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237271, 2326, '0950-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237272, 2326, '0950-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237273, 2326, '0951-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237274, 2326, '0951-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237275, 2326, '0951-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237276, 2326, '0951-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237277, 2326, '0951-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237278, 2326, '0951-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237279, 2326, '0951-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237280, 2326, '0951-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237281, 2326, '0951-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237282, 2326, '0951-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237283, 2326, '0951-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237284, 2326, '0951-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237285, 2326, '0952-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237286, 2326, '0952-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237287, 2326, '0952-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237288, 2326, '0952-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237289, 2326, '0952-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237290, 2326, '0952-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237291, 2326, '0952-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237292, 2326, '0952-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237293, 2326, '0952-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237294, 2326, '0952-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237295, 2326, '0952-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237296, 2326, '0952-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237297, 2326, '0953-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237298, 2326, '0953-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237299, 2326, '0953-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237300, 2326, '0953-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237301, 2326, '0953-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237302, 2326, '0953-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237303, 2326, '0953-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237304, 2326, '0953-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237305, 2326, '0953-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237306, 2326, '0953-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237307, 2326, '0953-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237308, 2326, '0953-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237309, 2326, '0954-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237310, 2326, '0954-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237311, 2326, '0954-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237312, 2326, '0954-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237313, 2326, '0954-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237314, 2326, '0954-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237315, 2326, '0954-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237316, 2326, '0954-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237317, 2326, '0954-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237318, 2326, '0954-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237319, 2326, '0954-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237320, 2326, '0954-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237321, 2326, '0955-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237322, 2326, '0955-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237323, 2326, '0955-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237324, 2326, '0955-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(237325, 2326, '0955-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237326, 2326, '0955-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237327, 2326, '0955-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237328, 2326, '0955-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237329, 2326, '0955-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237330, 2326, '0955-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237331, 2326, '0955-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237332, 2326, '0955-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237333, 2326, '0956-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237334, 2326, '0956-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237335, 2326, '0956-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237336, 2326, '0956-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237337, 2326, '0956-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237338, 2326, '0956-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237339, 2326, '0956-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237340, 2326, '0956-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237341, 2326, '0956-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237342, 2326, '0956-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237343, 2326, '0956-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237344, 2326, '0956-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237345, 2326, '0957-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237346, 2326, '0957-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237347, 2326, '0957-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237348, 2326, '0957-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237349, 2326, '0957-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237350, 2326, '0957-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237351, 2326, '0957-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237352, 2326, '0957-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237353, 2326, '0957-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237354, 2326, '0957-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237355, 2326, '0957-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237356, 2326, '0957-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237357, 2326, '0958-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237358, 2326, '0958-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237359, 2326, '0958-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237360, 2326, '0958-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237361, 2326, '0958-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237362, 2326, '0958-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237363, 2326, '0958-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237364, 2326, '0958-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237365, 2326, '0958-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237366, 2326, '0958-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237367, 2326, '0958-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237368, 2326, '0958-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237369, 2326, '0959-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237370, 2326, '0959-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237371, 2326, '0959-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237372, 2326, '0959-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237373, 2326, '0959-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237374, 2326, '0959-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237375, 2326, '0959-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237376, 2326, '0959-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237377, 2326, '0959-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237378, 2326, '0959-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237379, 2326, '0959-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237380, 2326, '0959-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237381, 2326, '0960-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237382, 2326, '0960-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237383, 2326, '0960-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237384, 2326, '0960-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237385, 2326, '0960-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237386, 2326, '0960-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237387, 2326, '0960-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237388, 2326, '0960-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237389, 2326, '0960-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237390, 2326, '0960-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237391, 2326, '0960-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237392, 2326, '0960-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237393, 2326, '0961-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237394, 2326, '0961-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237395, 2326, '0961-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237396, 2326, '0961-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237397, 2326, '0961-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237398, 2326, '0961-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237399, 2326, '0961-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237400, 2326, '0961-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237401, 2326, '0961-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237402, 2326, '0961-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237403, 2326, '0961-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237404, 2326, '0961-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237405, 2326, '0962-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237406, 2326, '0962-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237407, 2326, '0962-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237408, 2326, '0962-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237409, 2326, '0962-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237410, 2326, '0962-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237411, 2326, '0962-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237412, 2326, '0962-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237413, 2326, '0962-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237414, 2326, '0962-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237415, 2326, '0962-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237416, 2326, '0962-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237417, 2326, '0963-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237418, 2326, '0963-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237419, 2326, '0963-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237420, 2326, '0963-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237421, 2326, '0963-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237422, 2326, '0963-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237423, 2326, '0963-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237424, 2326, '0963-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237425, 2326, '0963-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237426, 2326, '0963-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237427, 2326, '0963-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237428, 2326, '0963-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237429, 2326, '0964-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237430, 2326, '0964-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237431, 2326, '0964-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237432, 2326, '0964-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237433, 2326, '0964-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237434, 2326, '0964-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237435, 2326, '0964-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237436, 2326, '0964-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237437, 2326, '0964-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237438, 2326, '0964-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237439, 2326, '0964-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237440, 2326, '0964-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237441, 2326, '0965-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237442, 2326, '0965-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237443, 2326, '0965-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237444, 2326, '0965-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237445, 2326, '0965-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237446, 2326, '0965-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237447, 2326, '0965-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237448, 2326, '0965-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237449, 2326, '0965-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237450, 2326, '0965-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237451, 2326, '0965-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237452, 2326, '0965-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237453, 2326, '0966-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237454, 2326, '0966-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237455, 2326, '0966-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237456, 2326, '0966-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237457, 2326, '0966-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237458, 2326, '0966-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237459, 2326, '0966-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237460, 2326, '0966-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237461, 2326, '0966-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237462, 2326, '0966-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237463, 2326, '0966-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237464, 2326, '0966-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237465, 2326, '0967-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237466, 2326, '0967-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237467, 2326, '0967-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237468, 2326, '0967-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237469, 2326, '0967-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237470, 2326, '0967-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237471, 2326, '0967-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237472, 2326, '0967-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237473, 2326, '0967-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237474, 2326, '0967-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237475, 2326, '0967-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237476, 2326, '0967-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237477, 2326, '0968-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237478, 2326, '0968-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237479, 2326, '0968-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237480, 2326, '0968-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237481, 2326, '0968-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237482, 2326, '0968-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237483, 2326, '0968-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237484, 2326, '0968-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237485, 2326, '0968-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237486, 2326, '0968-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237487, 2326, '0968-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237488, 2326, '0968-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237489, 2326, '0969-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237490, 2326, '0969-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237491, 2326, '0969-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237492, 2326, '0969-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237493, 2326, '0969-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237494, 2326, '0969-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237495, 2326, '0969-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237496, 2326, '0969-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237497, 2326, '0969-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237498, 2326, '0969-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237499, 2326, '0969-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237500, 2326, '0969-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237501, 2326, '0970-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237502, 2326, '0970-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237503, 2326, '0970-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237504, 2326, '0970-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237505, 2326, '0970-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237506, 2326, '0970-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237507, 2326, '0970-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237508, 2326, '0970-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237509, 2326, '0970-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237510, 2326, '0970-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237511, 2326, '0970-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237512, 2326, '0970-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237513, 2326, '0971-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237514, 2326, '0971-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237515, 2326, '0971-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237516, 2326, '0971-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237517, 2326, '0971-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237518, 2326, '0971-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237519, 2326, '0971-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237520, 2326, '0971-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237521, 2326, '0971-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237522, 2326, '0971-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237523, 2326, '0971-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237524, 2326, '0971-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237525, 2326, '0972-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237526, 2326, '0972-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237527, 2326, '0972-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237528, 2326, '0972-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237529, 2326, '0972-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237530, 2326, '0972-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237531, 2326, '0972-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237532, 2326, '0972-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237533, 2326, '0972-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237534, 2326, '0972-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237535, 2326, '0972-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237536, 2326, '0972-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237537, 2326, '0973-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237538, 2326, '0973-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237539, 2326, '0973-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237540, 2326, '0973-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237541, 2326, '0973-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237542, 2326, '0973-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237543, 2326, '0973-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237544, 2326, '0973-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237545, 2326, '0973-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237546, 2326, '0973-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237547, 2326, '0973-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237548, 2326, '0973-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237549, 2326, '0974-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237550, 2326, '0974-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237551, 2326, '0974-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237552, 2326, '0974-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237553, 2326, '0974-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237554, 2326, '0974-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237555, 2326, '0974-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237556, 2326, '0974-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237557, 2326, '0974-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237558, 2326, '0974-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237559, 2326, '0974-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237560, 2326, '0974-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237561, 2326, '0975-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237562, 2326, '0975-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237563, 2326, '0975-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237564, 2326, '0975-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237565, 2326, '0975-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237566, 2326, '0975-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237567, 2326, '0975-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237568, 2326, '0975-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237569, 2326, '0975-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237570, 2326, '0975-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237571, 2326, '0975-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237572, 2326, '0975-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237573, 2326, '0976-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237574, 2326, '0976-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237575, 2326, '0976-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237576, 2326, '0976-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:11', '2023-10-31 14:11:11'),
(237577, 2326, '0976-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237578, 2326, '0976-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237579, 2326, '0976-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237580, 2326, '0976-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237581, 2326, '0976-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237582, 2326, '0976-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237583, 2326, '0976-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237584, 2326, '0976-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237585, 2326, '0977-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237586, 2326, '0977-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237587, 2326, '0977-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237588, 2326, '0977-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237589, 2326, '0977-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237590, 2326, '0977-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237591, 2326, '0977-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237592, 2326, '0977-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237593, 2326, '0977-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237594, 2326, '0977-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237595, 2326, '0977-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237596, 2326, '0977-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237597, 2326, '0978-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237598, 2326, '0978-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237599, 2326, '0978-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237600, 2326, '0978-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237601, 2326, '0978-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237602, 2326, '0978-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237603, 2326, '0978-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237604, 2326, '0978-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237605, 2326, '0978-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237606, 2326, '0978-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237607, 2326, '0978-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237608, 2326, '0978-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237609, 2326, '0979-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237610, 2326, '0979-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237611, 2326, '0979-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237612, 2326, '0979-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237613, 2326, '0979-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237614, 2326, '0979-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237615, 2326, '0979-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237616, 2326, '0979-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237617, 2326, '0979-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237618, 2326, '0979-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237619, 2326, '0979-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237620, 2326, '0979-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237621, 2326, '0980-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237622, 2326, '0980-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237623, 2326, '0980-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237624, 2326, '0980-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237625, 2326, '0980-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237626, 2326, '0980-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237627, 2326, '0980-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237628, 2326, '0980-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237629, 2326, '0980-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237630, 2326, '0980-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237631, 2326, '0980-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237632, 2326, '0980-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237633, 2326, '0981-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237634, 2326, '0981-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237635, 2326, '0981-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237636, 2326, '0981-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237637, 2326, '0981-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237638, 2326, '0981-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237639, 2326, '0981-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237640, 2326, '0981-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237641, 2326, '0981-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237642, 2326, '0981-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237643, 2326, '0981-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237644, 2326, '0981-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237645, 2326, '0982-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237646, 2326, '0982-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237647, 2326, '0982-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237648, 2326, '0982-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237649, 2326, '0982-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237650, 2326, '0982-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237651, 2326, '0982-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237652, 2326, '0982-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237653, 2326, '0982-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237654, 2326, '0982-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237655, 2326, '0982-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237656, 2326, '0982-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237657, 2326, '0983-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237658, 2326, '0983-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237659, 2326, '0983-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237660, 2326, '0983-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237661, 2326, '0983-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237662, 2326, '0983-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237663, 2326, '0983-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237664, 2326, '0983-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237665, 2326, '0983-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237666, 2326, '0983-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237667, 2326, '0983-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237668, 2326, '0983-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237669, 2326, '0984-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237670, 2326, '0984-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237671, 2326, '0984-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237672, 2326, '0984-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237673, 2326, '0984-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237674, 2326, '0984-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237675, 2326, '0984-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237676, 2326, '0984-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237677, 2326, '0984-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237678, 2326, '0984-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237679, 2326, '0984-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237680, 2326, '0984-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237681, 2326, '0985-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237682, 2326, '0985-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237683, 2326, '0985-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237684, 2326, '0985-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237685, 2326, '0985-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237686, 2326, '0985-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237687, 2326, '0985-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237688, 2326, '0985-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237689, 2326, '0985-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237690, 2326, '0985-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237691, 2326, '0985-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237692, 2326, '0985-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237693, 2326, '0986-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237694, 2326, '0986-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237695, 2326, '0986-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237696, 2326, '0986-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237697, 2326, '0986-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237698, 2326, '0986-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237699, 2326, '0986-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237700, 2326, '0986-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237701, 2326, '0986-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237702, 2326, '0986-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237703, 2326, '0986-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237704, 2326, '0986-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237705, 2326, '0987-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237706, 2326, '0987-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237707, 2326, '0987-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237708, 2326, '0987-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237709, 2326, '0987-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237710, 2326, '0987-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237711, 2326, '0987-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237712, 2326, '0987-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237713, 2326, '0987-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237714, 2326, '0987-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237715, 2326, '0987-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237716, 2326, '0987-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237717, 2326, '0988-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237718, 2326, '0988-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237719, 2326, '0988-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237720, 2326, '0988-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237721, 2326, '0988-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237722, 2326, '0988-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237723, 2326, '0988-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237724, 2326, '0988-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237725, 2326, '0988-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237726, 2326, '0988-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237727, 2326, '0988-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237728, 2326, '0988-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237729, 2326, '0989-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237730, 2326, '0989-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237731, 2326, '0989-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237732, 2326, '0989-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237733, 2326, '0989-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237734, 2326, '0989-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237735, 2326, '0989-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237736, 2326, '0989-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237737, 2326, '0989-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237738, 2326, '0989-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237739, 2326, '0989-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237740, 2326, '0989-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237741, 2326, '0990-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237742, 2326, '0990-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237743, 2326, '0990-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237744, 2326, '0990-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237745, 2326, '0990-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237746, 2326, '0990-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237747, 2326, '0990-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237748, 2326, '0990-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237749, 2326, '0990-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237750, 2326, '0990-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237751, 2326, '0990-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237752, 2326, '0990-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237753, 2326, '0991-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237754, 2326, '0991-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237755, 2326, '0991-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237756, 2326, '0991-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237757, 2326, '0991-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237758, 2326, '0991-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237759, 2326, '0991-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237760, 2326, '0991-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237761, 2326, '0991-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237762, 2326, '0991-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237763, 2326, '0991-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237764, 2326, '0991-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237765, 2326, '0992-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237766, 2326, '0992-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237767, 2326, '0992-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237768, 2326, '0992-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237769, 2326, '0992-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237770, 2326, '0992-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237771, 2326, '0992-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237772, 2326, '0992-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237773, 2326, '0992-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237774, 2326, '0992-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237775, 2326, '0992-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237776, 2326, '0992-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237777, 2326, '0993-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237778, 2326, '0993-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237779, 2326, '0993-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237780, 2326, '0993-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237781, 2326, '0993-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237782, 2326, '0993-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237783, 2326, '0993-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237784, 2326, '0993-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237785, 2326, '0993-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237786, 2326, '0993-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237787, 2326, '0993-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237788, 2326, '0993-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237789, 2326, '0994-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(237790, 2326, '0994-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237791, 2326, '0994-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237792, 2326, '0994-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237793, 2326, '0994-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237794, 2326, '0994-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237795, 2326, '0994-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237796, 2326, '0994-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237797, 2326, '0994-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237798, 2326, '0994-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237799, 2326, '0994-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237800, 2326, '0994-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237801, 2326, '0995-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237802, 2326, '0995-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237803, 2326, '0995-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237804, 2326, '0995-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237805, 2326, '0995-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237806, 2326, '0995-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237807, 2326, '0995-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237808, 2326, '0995-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237809, 2326, '0995-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237810, 2326, '0995-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237811, 2326, '0995-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237812, 2326, '0995-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237813, 2326, '0996-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237814, 2326, '0996-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237815, 2326, '0996-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237816, 2326, '0996-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237817, 2326, '0996-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237818, 2326, '0996-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237819, 2326, '0996-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237820, 2326, '0996-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237821, 2326, '0996-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237822, 2326, '0996-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237823, 2326, '0996-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237824, 2326, '0996-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237825, 2326, '0997-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237826, 2326, '0997-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237827, 2326, '0997-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237828, 2326, '0997-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237829, 2326, '0997-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237830, 2326, '0997-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237831, 2326, '0997-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237832, 2326, '0997-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237833, 2326, '0997-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237834, 2326, '0997-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237835, 2326, '0997-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237836, 2326, '0997-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237837, 2326, '0998-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237838, 2326, '0998-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237839, 2326, '0998-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237840, 2326, '0998-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237841, 2326, '0998-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237842, 2326, '0998-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237843, 2326, '0998-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237844, 2326, '0998-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237845, 2326, '0998-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237846, 2326, '0998-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237847, 2326, '0998-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237848, 2326, '0998-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237849, 2326, '0999-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237850, 2326, '0999-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237851, 2326, '0999-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237852, 2326, '0999-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237853, 2326, '0999-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237854, 2326, '0999-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237855, 2326, '0999-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237856, 2326, '0999-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237857, 2326, '0999-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237858, 2326, '0999-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237859, 2326, '0999-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237860, 2326, '0999-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237861, 2326, '1000-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237862, 2326, '1000-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237863, 2326, '1000-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237864, 2326, '1000-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237865, 2326, '1000-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237866, 2326, '1000-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237867, 2326, '1000-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237868, 2326, '1000-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237869, 2326, '1000-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237870, 2326, '1000-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237871, 2326, '1000-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237872, 2326, '1000-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237873, 2326, '1001-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237874, 2326, '1001-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237875, 2326, '1001-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237876, 2326, '1001-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237877, 2326, '1001-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237878, 2326, '1001-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237879, 2326, '1001-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237880, 2326, '1001-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237881, 2326, '1001-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237882, 2326, '1001-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237883, 2326, '1001-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237884, 2326, '1001-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237885, 2326, '1002-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237886, 2326, '1002-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237887, 2326, '1002-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237888, 2326, '1002-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237889, 2326, '1002-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237890, 2326, '1002-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237891, 2326, '1002-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237892, 2326, '1002-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237893, 2326, '1002-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237894, 2326, '1002-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237895, 2326, '1002-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237896, 2326, '1002-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237897, 2326, '1003-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237898, 2326, '1003-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237899, 2326, '1003-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237900, 2326, '1003-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237901, 2326, '1003-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237902, 2326, '1003-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237903, 2326, '1003-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237904, 2326, '1003-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237905, 2326, '1003-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237906, 2326, '1003-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237907, 2326, '1003-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237908, 2326, '1003-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237909, 2326, '1004-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237910, 2326, '1004-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237911, 2326, '1004-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237912, 2326, '1004-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237913, 2326, '1004-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237914, 2326, '1004-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237915, 2326, '1004-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237916, 2326, '1004-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237917, 2326, '1004-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237918, 2326, '1004-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237919, 2326, '1004-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237920, 2326, '1004-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237921, 2326, '1005-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237922, 2326, '1005-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237923, 2326, '1005-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:12', '2023-10-31 14:11:12'),
(237924, 2326, '1005-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(237925, 2326, '1005-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(237926, 2326, '1005-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(237927, 2326, '1005-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(237928, 2326, '1005-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(237929, 2326, '1005-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(237930, 2326, '1005-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(237931, 2326, '1005-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(237932, 2326, '1005-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(237933, 2326, '1006-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(237934, 2326, '1006-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(237935, 2326, '1006-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(237936, 2326, '1006-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(237937, 2326, '1006-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(237938, 2326, '1006-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(237939, 2326, '1006-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(237940, 2326, '1006-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(237941, 2326, '1006-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(237942, 2326, '1006-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(237943, 2326, '1006-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(237944, 2326, '1006-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(237945, 2326, '1007-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(237946, 2326, '1007-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(237947, 2326, '1007-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(237948, 2326, '1007-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(237949, 2326, '1007-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(237950, 2326, '1007-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(237951, 2326, '1007-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(237952, 2326, '1007-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(237953, 2326, '1007-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(237954, 2326, '1007-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(237955, 2326, '1007-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(237956, 2326, '1007-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(237957, 2326, '1008-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(237958, 2326, '1008-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(237959, 2326, '1008-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(237960, 2326, '1008-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(237961, 2326, '1008-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(237962, 2326, '1008-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(237963, 2326, '1008-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(237964, 2326, '1008-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(237965, 2326, '1008-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(237966, 2326, '1008-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(237967, 2326, '1008-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(237968, 2326, '1008-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(237969, 2326, '1009-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(237970, 2326, '1009-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(237971, 2326, '1009-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(237972, 2326, '1009-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(237973, 2326, '1009-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(237974, 2326, '1009-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(237975, 2326, '1009-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(237976, 2326, '1009-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(237977, 2326, '1009-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(237978, 2326, '1009-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(237979, 2326, '1009-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(237980, 2326, '1009-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(237981, 2326, '1010-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(237982, 2326, '1010-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(237983, 2326, '1010-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(237984, 2326, '1010-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(237985, 2326, '1010-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(237986, 2326, '1010-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(237987, 2326, '1010-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(237988, 2326, '1010-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(237989, 2326, '1010-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(237990, 2326, '1010-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(237991, 2326, '1010-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(237992, 2326, '1010-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(237993, 2326, '1011-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(237994, 2326, '1011-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(237995, 2326, '1011-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(237996, 2326, '1011-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(237997, 2326, '1011-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(237998, 2326, '1011-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(237999, 2326, '1011-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238000, 2326, '1011-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238001, 2326, '1011-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238002, 2326, '1011-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238003, 2326, '1011-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238004, 2326, '1011-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238005, 2326, '1012-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238006, 2326, '1012-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238007, 2326, '1012-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238008, 2326, '1012-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238009, 2326, '1012-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238010, 2326, '1012-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238011, 2326, '1012-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238012, 2326, '1012-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238013, 2326, '1012-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238014, 2326, '1012-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238015, 2326, '1012-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238016, 2326, '1012-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238017, 2326, '1013-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238018, 2326, '1013-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238019, 2326, '1013-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238020, 2326, '1013-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238021, 2326, '1013-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238022, 2326, '1013-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238023, 2326, '1013-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238024, 2326, '1013-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238025, 2326, '1013-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238026, 2326, '1013-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238027, 2326, '1013-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238028, 2326, '1013-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238029, 2326, '1014-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238030, 2326, '1014-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238031, 2326, '1014-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238032, 2326, '1014-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238033, 2326, '1014-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238034, 2326, '1014-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238035, 2326, '1014-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238036, 2326, '1014-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238037, 2326, '1014-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238038, 2326, '1014-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238039, 2326, '1014-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238040, 2326, '1014-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238041, 2326, '1015-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238042, 2326, '1015-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238043, 2326, '1015-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238044, 2326, '1015-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238045, 2326, '1015-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238046, 2326, '1015-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238047, 2326, '1015-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238048, 2326, '1015-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238049, 2326, '1015-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238050, 2326, '1015-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238051, 2326, '1015-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238052, 2326, '1015-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238053, 2326, '1016-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238054, 2326, '1016-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238055, 2326, '1016-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238056, 2326, '1016-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238057, 2326, '1016-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238058, 2326, '1016-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238059, 2326, '1016-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238060, 2326, '1016-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238061, 2326, '1016-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238062, 2326, '1016-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238063, 2326, '1016-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238064, 2326, '1016-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238065, 2326, '1017-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238066, 2326, '1017-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238067, 2326, '1017-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238068, 2326, '1017-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238069, 2326, '1017-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238070, 2326, '1017-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238071, 2326, '1017-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238072, 2326, '1017-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238073, 2326, '1017-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238074, 2326, '1017-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238075, 2326, '1017-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238076, 2326, '1017-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238077, 2326, '1018-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238078, 2326, '1018-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238079, 2326, '1018-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238080, 2326, '1018-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238081, 2326, '1018-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238082, 2326, '1018-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238083, 2326, '1018-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238084, 2326, '1018-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238085, 2326, '1018-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238086, 2326, '1018-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238087, 2326, '1018-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238088, 2326, '1018-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238089, 2326, '1019-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238090, 2326, '1019-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238091, 2326, '1019-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238092, 2326, '1019-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238093, 2326, '1019-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238094, 2326, '1019-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238095, 2326, '1019-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238096, 2326, '1019-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238097, 2326, '1019-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238098, 2326, '1019-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238099, 2326, '1019-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238100, 2326, '1019-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238101, 2326, '1020-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238102, 2326, '1020-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238103, 2326, '1020-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238104, 2326, '1020-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238105, 2326, '1020-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238106, 2326, '1020-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238107, 2326, '1020-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238108, 2326, '1020-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238109, 2326, '1020-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238110, 2326, '1020-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238111, 2326, '1020-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238112, 2326, '1020-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238113, 2326, '1021-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238114, 2326, '1021-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238115, 2326, '1021-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238116, 2326, '1021-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238117, 2326, '1021-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238118, 2326, '1021-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238119, 2326, '1021-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238120, 2326, '1021-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238121, 2326, '1021-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238122, 2326, '1021-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238123, 2326, '1021-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238124, 2326, '1021-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238125, 2326, '1022-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238126, 2326, '1022-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238127, 2326, '1022-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238128, 2326, '1022-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238129, 2326, '1022-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238130, 2326, '1022-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238131, 2326, '1022-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238132, 2326, '1022-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238133, 2326, '1022-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238134, 2326, '1022-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238135, 2326, '1022-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238136, 2326, '1022-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238137, 2326, '1023-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238138, 2326, '1023-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238139, 2326, '1023-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238140, 2326, '1023-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238141, 2326, '1023-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238142, 2326, '1023-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238143, 2326, '1023-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238144, 2326, '1023-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238145, 2326, '1023-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238146, 2326, '1023-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238147, 2326, '1023-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238148, 2326, '1023-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238149, 2326, '1024-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238150, 2326, '1024-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238151, 2326, '1024-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238152, 2326, '1024-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238153, 2326, '1024-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238154, 2326, '1024-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238155, 2326, '1024-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238156, 2326, '1024-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238157, 2326, '1024-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238158, 2326, '1024-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238159, 2326, '1024-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238160, 2326, '1024-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238161, 2326, '1025-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238162, 2326, '1025-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238163, 2326, '1025-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238164, 2326, '1025-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238165, 2326, '1025-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238166, 2326, '1025-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238167, 2326, '1025-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238168, 2326, '1025-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238169, 2326, '1025-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238170, 2326, '1025-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238171, 2326, '1025-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238172, 2326, '1025-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238173, 2326, '1026-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238174, 2326, '1026-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238175, 2326, '1026-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238176, 2326, '1026-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238177, 2326, '1026-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238178, 2326, '1026-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238179, 2326, '1026-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238180, 2326, '1026-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238181, 2326, '1026-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238182, 2326, '1026-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238183, 2326, '1026-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238184, 2326, '1026-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238185, 2326, '1027-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238186, 2326, '1027-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238187, 2326, '1027-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238188, 2326, '1027-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238189, 2326, '1027-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238190, 2326, '1027-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238191, 2326, '1027-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238192, 2326, '1027-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238193, 2326, '1027-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238194, 2326, '1027-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238195, 2326, '1027-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238196, 2326, '1027-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238197, 2326, '1028-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238198, 2326, '1028-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238199, 2326, '1028-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238200, 2326, '1028-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238201, 2326, '1028-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238202, 2326, '1028-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238203, 2326, '1028-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238204, 2326, '1028-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238205, 2326, '1028-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238206, 2326, '1028-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238207, 2326, '1028-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238208, 2326, '1028-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238209, 2326, '1029-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238210, 2326, '1029-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238211, 2326, '1029-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238212, 2326, '1029-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238213, 2326, '1029-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238214, 2326, '1029-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238215, 2326, '1029-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238216, 2326, '1029-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238217, 2326, '1029-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238218, 2326, '1029-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238219, 2326, '1029-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238220, 2326, '1029-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238221, 2326, '1030-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238222, 2326, '1030-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238223, 2326, '1030-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238224, 2326, '1030-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238225, 2326, '1030-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238226, 2326, '1030-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238227, 2326, '1030-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238228, 2326, '1030-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238229, 2326, '1030-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238230, 2326, '1030-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238231, 2326, '1030-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238232, 2326, '1030-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238233, 2326, '1031-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238234, 2326, '1031-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238235, 2326, '1031-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238236, 2326, '1031-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238237, 2326, '1031-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238238, 2326, '1031-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238239, 2326, '1031-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238240, 2326, '1031-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238241, 2326, '1031-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238242, 2326, '1031-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238243, 2326, '1031-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238244, 2326, '1031-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238245, 2326, '1032-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238246, 2326, '1032-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238247, 2326, '1032-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238248, 2326, '1032-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238249, 2326, '1032-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238250, 2326, '1032-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238251, 2326, '1032-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238252, 2326, '1032-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238253, 2326, '1032-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238254, 2326, '1032-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(238255, 2326, '1032-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238256, 2326, '1032-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238257, 2326, '1033-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238258, 2326, '1033-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238259, 2326, '1033-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238260, 2326, '1033-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238261, 2326, '1033-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238262, 2326, '1033-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238263, 2326, '1033-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238264, 2326, '1033-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238265, 2326, '1033-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238266, 2326, '1033-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238267, 2326, '1033-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238268, 2326, '1033-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238269, 2326, '1034-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238270, 2326, '1034-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238271, 2326, '1034-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238272, 2326, '1034-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238273, 2326, '1034-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238274, 2326, '1034-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238275, 2326, '1034-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238276, 2326, '1034-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238277, 2326, '1034-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238278, 2326, '1034-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238279, 2326, '1034-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238280, 2326, '1034-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238281, 2326, '1035-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238282, 2326, '1035-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238283, 2326, '1035-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:13', '2023-10-31 14:11:13'),
(238284, 2326, '1035-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238285, 2326, '1035-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238286, 2326, '1035-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238287, 2326, '1035-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238288, 2326, '1035-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238289, 2326, '1035-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238290, 2326, '1035-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238291, 2326, '1035-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238292, 2326, '1035-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238293, 2326, '1036-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238294, 2326, '1036-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238295, 2326, '1036-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238296, 2326, '1036-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238297, 2326, '1036-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238298, 2326, '1036-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238299, 2326, '1036-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238300, 2326, '1036-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238301, 2326, '1036-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238302, 2326, '1036-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238303, 2326, '1036-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238304, 2326, '1036-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238305, 2326, '1037-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238306, 2326, '1037-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238307, 2326, '1037-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238308, 2326, '1037-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238309, 2326, '1037-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238310, 2326, '1037-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238311, 2326, '1037-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238312, 2326, '1037-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238313, 2326, '1037-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238314, 2326, '1037-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238315, 2326, '1037-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238316, 2326, '1037-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238317, 2326, '1038-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238318, 2326, '1038-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238319, 2326, '1038-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238320, 2326, '1038-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238321, 2326, '1038-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238322, 2326, '1038-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238323, 2326, '1038-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238324, 2326, '1038-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238325, 2326, '1038-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238326, 2326, '1038-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238327, 2326, '1038-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238328, 2326, '1038-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238329, 2326, '1039-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238330, 2326, '1039-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238331, 2326, '1039-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238332, 2326, '1039-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238333, 2326, '1039-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238334, 2326, '1039-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238335, 2326, '1039-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238336, 2326, '1039-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238337, 2326, '1039-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238338, 2326, '1039-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238339, 2326, '1039-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238340, 2326, '1039-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238341, 2326, '1040-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238342, 2326, '1040-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238343, 2326, '1040-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238344, 2326, '1040-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238345, 2326, '1040-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238346, 2326, '1040-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238347, 2326, '1040-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238348, 2326, '1040-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238349, 2326, '1040-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238350, 2326, '1040-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238351, 2326, '1040-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238352, 2326, '1040-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238353, 2326, '1041-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238354, 2326, '1041-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238355, 2326, '1041-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238356, 2326, '1041-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238357, 2326, '1041-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238358, 2326, '1041-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238359, 2326, '1041-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238360, 2326, '1041-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238361, 2326, '1041-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238362, 2326, '1041-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238363, 2326, '1041-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238364, 2326, '1041-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238365, 2326, '1042-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238366, 2326, '1042-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238367, 2326, '1042-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238368, 2326, '1042-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238369, 2326, '1042-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238370, 2326, '1042-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238371, 2326, '1042-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238372, 2326, '1042-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238373, 2326, '1042-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238374, 2326, '1042-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238375, 2326, '1042-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238376, 2326, '1042-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238377, 2326, '1043-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238378, 2326, '1043-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238379, 2326, '1043-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238380, 2326, '1043-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238381, 2326, '1043-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238382, 2326, '1043-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238383, 2326, '1043-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238384, 2326, '1043-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238385, 2326, '1043-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238386, 2326, '1043-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238387, 2326, '1043-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238388, 2326, '1043-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238389, 2326, '1044-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238390, 2326, '1044-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238391, 2326, '1044-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238392, 2326, '1044-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238393, 2326, '1044-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238394, 2326, '1044-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238395, 2326, '1044-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238396, 2326, '1044-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238397, 2326, '1044-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238398, 2326, '1044-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238399, 2326, '1044-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238400, 2326, '1044-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238401, 2326, '1045-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238402, 2326, '1045-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238403, 2326, '1045-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238404, 2326, '1045-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238405, 2326, '1045-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238406, 2326, '1045-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238407, 2326, '1045-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238408, 2326, '1045-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238409, 2326, '1045-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238410, 2326, '1045-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238411, 2326, '1045-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238412, 2326, '1045-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238413, 2326, '1046-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238414, 2326, '1046-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238415, 2326, '1046-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238416, 2326, '1046-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238417, 2326, '1046-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238418, 2326, '1046-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238419, 2326, '1046-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238420, 2326, '1046-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238421, 2326, '1046-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238422, 2326, '1046-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238423, 2326, '1046-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238424, 2326, '1046-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238425, 2326, '1047-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238426, 2326, '1047-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238427, 2326, '1047-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238428, 2326, '1047-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238429, 2326, '1047-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238430, 2326, '1047-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238431, 2326, '1047-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238432, 2326, '1047-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238433, 2326, '1047-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238434, 2326, '1047-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238435, 2326, '1047-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238436, 2326, '1047-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238437, 2326, '1048-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238438, 2326, '1048-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238439, 2326, '1048-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238440, 2326, '1048-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238441, 2326, '1048-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238442, 2326, '1048-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238443, 2326, '1048-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238444, 2326, '1048-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238445, 2326, '1048-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238446, 2326, '1048-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238447, 2326, '1048-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238448, 2326, '1048-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238449, 2326, '1049-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238450, 2326, '1049-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238451, 2326, '1049-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238452, 2326, '1049-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238453, 2326, '1049-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238454, 2326, '1049-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238455, 2326, '1049-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238456, 2326, '1049-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238457, 2326, '1049-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238458, 2326, '1049-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238459, 2326, '1049-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238460, 2326, '1049-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238461, 2326, '1050-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238462, 2326, '1050-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238463, 2326, '1050-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238464, 2326, '1050-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238465, 2326, '1050-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238466, 2326, '1050-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238467, 2326, '1050-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238468, 2326, '1050-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238469, 2326, '1050-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238470, 2326, '1050-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238471, 2326, '1050-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238472, 2326, '1050-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238473, 2326, '1051-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238474, 2326, '1051-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238475, 2326, '1051-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238476, 2326, '1051-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238477, 2326, '1051-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238478, 2326, '1051-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238479, 2326, '1051-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238480, 2326, '1051-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238481, 2326, '1051-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238482, 2326, '1051-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238483, 2326, '1051-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238484, 2326, '1051-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238485, 2326, '1052-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238486, 2326, '1052-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238487, 2326, '1052-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238488, 2326, '1052-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238489, 2326, '1052-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238490, 2326, '1052-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238491, 2326, '1052-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238492, 2326, '1052-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238493, 2326, '1052-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238494, 2326, '1052-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238495, 2326, '1052-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238496, 2326, '1052-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238497, 2326, '1053-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238498, 2326, '1053-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238499, 2326, '1053-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238500, 2326, '1053-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238501, 2326, '1053-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238502, 2326, '1053-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238503, 2326, '1053-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238504, 2326, '1053-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238505, 2326, '1053-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238506, 2326, '1053-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238507, 2326, '1053-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238508, 2326, '1053-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238509, 2326, '1054-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238510, 2326, '1054-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238511, 2326, '1054-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238512, 2326, '1054-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238513, 2326, '1054-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238514, 2326, '1054-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238515, 2326, '1054-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238516, 2326, '1054-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238517, 2326, '1054-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238518, 2326, '1054-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238519, 2326, '1054-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238520, 2326, '1054-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238521, 2326, '1055-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238522, 2326, '1055-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238523, 2326, '1055-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238524, 2326, '1055-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238525, 2326, '1055-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238526, 2326, '1055-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238527, 2326, '1055-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238528, 2326, '1055-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238529, 2326, '1055-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238530, 2326, '1055-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238531, 2326, '1055-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238532, 2326, '1055-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238533, 2326, '1056-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238534, 2326, '1056-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238535, 2326, '1056-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238536, 2326, '1056-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238537, 2326, '1056-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238538, 2326, '1056-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238539, 2326, '1056-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238540, 2326, '1056-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238541, 2326, '1056-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238542, 2326, '1056-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238543, 2326, '1056-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238544, 2326, '1056-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238545, 2326, '1057-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238546, 2326, '1057-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238547, 2326, '1057-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238548, 2326, '1057-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238549, 2326, '1057-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238550, 2326, '1057-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238551, 2326, '1057-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238552, 2326, '1057-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238553, 2326, '1057-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238554, 2326, '1057-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238555, 2326, '1057-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238556, 2326, '1057-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238557, 2326, '1058-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238558, 2326, '1058-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238559, 2326, '1058-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238560, 2326, '1058-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238561, 2326, '1058-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238562, 2326, '1058-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238563, 2326, '1058-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238564, 2326, '1058-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238565, 2326, '1058-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238566, 2326, '1058-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238567, 2326, '1058-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238568, 2326, '1058-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238569, 2326, '1059-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238570, 2326, '1059-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238571, 2326, '1059-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238572, 2326, '1059-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238573, 2326, '1059-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238574, 2326, '1059-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238575, 2326, '1059-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238576, 2326, '1059-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238577, 2326, '1059-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238578, 2326, '1059-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238579, 2326, '1059-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238580, 2326, '1059-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238581, 2326, '1060-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238582, 2326, '1060-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238583, 2326, '1060-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238584, 2326, '1060-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238585, 2326, '1060-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238586, 2326, '1060-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238587, 2326, '1060-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238588, 2326, '1060-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238589, 2326, '1060-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238590, 2326, '1060-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238591, 2326, '1060-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238592, 2326, '1060-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238593, 2326, '1061-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238594, 2326, '1061-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238595, 2326, '1061-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238596, 2326, '1061-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238597, 2326, '1061-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238598, 2326, '1061-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238599, 2326, '1061-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238600, 2326, '1061-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238601, 2326, '1061-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238602, 2326, '1061-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238603, 2326, '1061-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238604, 2326, '1061-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238605, 2326, '1062-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238606, 2326, '1062-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238607, 2326, '1062-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238608, 2326, '1062-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238609, 2326, '1062-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238610, 2326, '1062-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238611, 2326, '1062-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238612, 2326, '1062-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238613, 2326, '1062-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238614, 2326, '1062-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238615, 2326, '1062-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238616, 2326, '1062-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238617, 2326, '1063-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238618, 2326, '1063-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238619, 2326, '1063-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238620, 2326, '1063-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238621, 2326, '1063-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238622, 2326, '1063-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238623, 2326, '1063-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238624, 2326, '1063-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238625, 2326, '1063-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238626, 2326, '1063-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238627, 2326, '1063-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238628, 2326, '1063-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:14', '2023-10-31 14:11:14'),
(238629, 2326, '1064-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:15', '2023-10-31 14:11:15'),
(238630, 2326, '1064-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:15', '2023-10-31 14:11:15'),
(238631, 2326, '1064-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:15', '2023-10-31 14:11:15'),
(238632, 2326, '1064-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:15', '2023-10-31 14:11:15'),
(238633, 2326, '1064-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:15', '2023-10-31 14:11:15'),
(238634, 2326, '1064-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:15', '2023-10-31 14:11:15'),
(238635, 2326, '1064-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:15', '2023-10-31 14:11:15'),
(238636, 2326, '1064-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:15', '2023-10-31 14:11:15'),
(238637, 2326, '1064-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:15', '2023-10-31 14:11:15'),
(238638, 2326, '1064-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:15', '2023-10-31 14:11:15'),
(238639, 2326, '1064-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:15', '2023-10-31 14:11:15'),
(238640, 2326, '1064-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:15', '2023-10-31 14:11:15'),
(238641, 2326, '1065-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:15', '2023-10-31 14:11:15'),
(238642, 2326, '1065-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:15', '2023-10-31 14:11:15'),
(238643, 2326, '1065-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:15', '2023-10-31 14:11:15'),
(238644, 2326, '1065-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:15', '2023-10-31 14:11:15'),
(238645, 2326, '1065-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:15', '2023-10-31 14:11:15'),
(238646, 2326, '1065-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:15', '2023-10-31 14:11:15'),
(238647, 2326, '1065-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:15', '2023-10-31 14:11:15'),
(238648, 2326, '1065-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:15', '2023-10-31 14:11:15'),
(238649, 2326, '1065-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:15', '2023-10-31 14:11:15'),
(238650, 2326, '1065-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:15', '2023-10-31 14:11:15'),
(238651, 2326, '1065-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:15', '2023-10-31 14:11:15'),
(238652, 2326, '1065-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:15', '2023-10-31 14:11:15'),
(238653, 2326, '1066-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:15', '2023-10-31 14:11:15'),
(238654, 2326, '1066-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:15', '2023-10-31 14:11:15'),
(238655, 2326, '1066-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:15', '2023-10-31 14:11:15'),
(238656, 2326, '1066-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:15', '2023-10-31 14:11:15'),
(238657, 2326, '1066-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:15', '2023-10-31 14:11:15'),
(238658, 2326, '1066-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:15', '2023-10-31 14:11:15'),
(238659, 2326, '1066-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:15', '2023-10-31 14:11:15'),
(238660, 2326, '1066-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:15', '2023-10-31 14:11:15'),
(238661, 2326, '1066-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:15', '2023-10-31 14:11:15'),
(238662, 2326, '1066-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:15', '2023-10-31 14:11:15'),
(238663, 2326, '1066-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:15', '2023-10-31 14:11:15'),
(238664, 2326, '1066-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:15', '2023-10-31 14:11:15'),
(238665, 2326, '1067-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:15', '2023-10-31 14:11:15'),
(238666, 2326, '1067-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:15', '2023-10-31 14:11:15'),
(238667, 2326, '1067-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:15', '2023-10-31 14:11:15'),
(238668, 2326, '1067-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:15', '2023-10-31 14:11:15'),
(238669, 2326, '1067-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:15', '2023-10-31 14:11:15'),
(238670, 2326, '1067-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:15', '2023-10-31 14:11:15'),
(238671, 2326, '1067-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:15', '2023-10-31 14:11:15'),
(238672, 2326, '1067-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:15', '2023-10-31 14:11:15'),
(238673, 2326, '1067-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:15', '2023-10-31 14:11:15'),
(238674, 2326, '1067-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:15', '2023-10-31 14:11:15'),
(238675, 2326, '1067-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:15', '2023-10-31 14:11:15'),
(238676, 2326, '1067-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:15', '2023-10-31 14:11:15'),
(238677, 2326, '1068-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:15', '2023-10-31 14:11:15'),
(238678, 2326, '1068-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:15', '2023-10-31 14:11:15'),
(238679, 2326, '1068-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:15', '2023-10-31 14:11:15'),
(238680, 2326, '1068-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:15', '2023-10-31 14:11:15'),
(238681, 2326, '1068-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:15', '2023-10-31 14:11:15'),
(238682, 2326, '1068-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:15', '2023-10-31 14:11:15'),
(238683, 2326, '1068-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:15', '2023-10-31 14:11:15'),
(238684, 2326, '1068-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:15', '2023-10-31 14:11:15'),
(238685, 2326, '1068-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:15', '2023-10-31 14:11:15'),
(238686, 2326, '1068-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:15', '2023-10-31 14:11:15'),
(238687, 2326, '1068-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:15', '2023-10-31 14:11:15'),
(238688, 2326, '1068-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:15', '2023-10-31 14:11:15'),
(238689, 2326, '1069-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:15', '2023-10-31 14:11:15'),
(238690, 2326, '1069-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:15', '2023-10-31 14:11:15'),
(238691, 2326, '1069-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:15', '2023-10-31 14:11:15'),
(238692, 2326, '1069-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:15', '2023-10-31 14:11:15'),
(238693, 2326, '1069-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:15', '2023-10-31 14:11:15'),
(238694, 2326, '1069-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:15', '2023-10-31 14:11:15'),
(238695, 2326, '1069-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:15', '2023-10-31 14:11:15'),
(238696, 2326, '1069-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:15', '2023-10-31 14:11:15'),
(238697, 2326, '1069-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:15', '2023-10-31 14:11:15'),
(238698, 2326, '1069-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:15', '2023-10-31 14:11:15'),
(238699, 2326, '1069-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:15', '2023-10-31 14:11:15'),
(238700, 2326, '1069-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:15', '2023-10-31 14:11:15'),
(238701, 2326, '1070-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:15', '2023-10-31 14:11:15'),
(238702, 2326, '1070-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:15', '2023-10-31 14:11:15'),
(238703, 2326, '1070-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:15', '2023-10-31 14:11:15'),
(238704, 2326, '1070-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:15', '2023-10-31 14:11:15'),
(238705, 2326, '1070-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:15', '2023-10-31 14:11:15'),
(238706, 2326, '1070-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:15', '2023-10-31 14:11:15'),
(238707, 2326, '1070-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:15', '2023-10-31 14:11:15'),
(238708, 2326, '1070-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:15', '2023-10-31 14:11:15'),
(238709, 2326, '1070-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:15', '2023-10-31 14:11:15'),
(238710, 2326, '1070-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:15', '2023-10-31 14:11:15'),
(238711, 2326, '1070-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:15', '2023-10-31 14:11:15'),
(238712, 2326, '1070-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:15', '2023-10-31 14:11:15'),
(238713, 2326, '1071-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:15', '2023-10-31 14:11:15'),
(238714, 2326, '1071-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:15', '2023-10-31 14:11:15'),
(238715, 2326, '1071-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:15', '2023-10-31 14:11:15'),
(238716, 2326, '1071-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:15', '2023-10-31 14:11:15'),
(238717, 2326, '1071-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:15', '2023-10-31 14:11:15'),
(238718, 2326, '1071-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:15', '2023-10-31 14:11:15'),
(238719, 2326, '1071-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:15', '2023-10-31 14:11:15');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(238720, 2326, '1071-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:15', '2023-10-31 14:11:15'),
(238721, 2326, '1071-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:15', '2023-10-31 14:11:15'),
(238722, 2326, '1071-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:15', '2023-10-31 14:11:15'),
(238723, 2326, '1071-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:15', '2023-10-31 14:11:15'),
(238724, 2326, '1071-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:15', '2023-10-31 14:11:15'),
(238725, 2326, '1072-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:15', '2023-10-31 14:11:15'),
(238726, 2326, '1072-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:15', '2023-10-31 14:11:15'),
(238727, 2326, '1072-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:15', '2023-10-31 14:11:15'),
(238728, 2326, '1072-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:15', '2023-10-31 14:11:15'),
(238729, 2326, '1072-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:15', '2023-10-31 14:11:15'),
(238730, 2326, '1072-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:15', '2023-10-31 14:11:15'),
(238731, 2326, '1072-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:15', '2023-10-31 14:11:15'),
(238732, 2326, '1072-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:15', '2023-10-31 14:11:15'),
(238733, 2326, '1072-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:15', '2023-10-31 14:11:15'),
(238734, 2326, '1072-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:15', '2023-10-31 14:11:15'),
(238735, 2326, '1072-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:15', '2023-10-31 14:11:15'),
(238736, 2326, '1072-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:15', '2023-10-31 14:11:15'),
(238737, 2326, '1073-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:15', '2023-10-31 14:11:15'),
(238738, 2326, '1073-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:15', '2023-10-31 14:11:15'),
(238739, 2326, '1073-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:15', '2023-10-31 14:11:15'),
(238740, 2326, '1073-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:15', '2023-10-31 14:11:15'),
(238741, 2326, '1073-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:15', '2023-10-31 14:11:15'),
(238742, 2326, '1073-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:15', '2023-10-31 14:11:15'),
(238743, 2326, '1073-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:15', '2023-10-31 14:11:15'),
(238744, 2326, '1073-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:15', '2023-10-31 14:11:15'),
(238745, 2326, '1073-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:15', '2023-10-31 14:11:15'),
(238746, 2326, '1073-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:15', '2023-10-31 14:11:15'),
(238747, 2326, '1073-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:15', '2023-10-31 14:11:15'),
(238748, 2326, '1073-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:15', '2023-10-31 14:11:15'),
(238749, 2326, '1074-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:15', '2023-10-31 14:11:15'),
(238750, 2326, '1074-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:15', '2023-10-31 14:11:15'),
(238751, 2326, '1074-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:15', '2023-10-31 14:11:15'),
(238752, 2326, '1074-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:15', '2023-10-31 14:11:15'),
(238753, 2326, '1074-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:15', '2023-10-31 14:11:15'),
(238754, 2326, '1074-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:15', '2023-10-31 14:11:15'),
(238755, 2326, '1074-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:15', '2023-10-31 14:11:15'),
(238756, 2326, '1074-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:15', '2023-10-31 14:11:15'),
(238757, 2326, '1074-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:15', '2023-10-31 14:11:15'),
(238758, 2326, '1074-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:15', '2023-10-31 14:11:15'),
(238759, 2326, '1074-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:15', '2023-10-31 14:11:15'),
(238760, 2326, '1074-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:15', '2023-10-31 14:11:15'),
(238761, 2326, '1075-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:15', '2023-10-31 14:11:15'),
(238762, 2326, '1075-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:15', '2023-10-31 14:11:15'),
(238763, 2326, '1075-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:15', '2023-10-31 14:11:15'),
(238764, 2326, '1075-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:15', '2023-10-31 14:11:15'),
(238765, 2326, '1075-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:15', '2023-10-31 14:11:15'),
(238766, 2326, '1075-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:15', '2023-10-31 14:11:15'),
(238767, 2326, '1075-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:15', '2023-10-31 14:11:15'),
(238768, 2326, '1075-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:15', '2023-10-31 14:11:15'),
(238769, 2326, '1075-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:15', '2023-10-31 14:11:15'),
(238770, 2326, '1075-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:15', '2023-10-31 14:11:15'),
(238771, 2326, '1075-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:15', '2023-10-31 14:11:15'),
(238772, 2326, '1075-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:15', '2023-10-31 14:11:15'),
(238773, 2326, '1076-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:15', '2023-10-31 14:11:15'),
(238774, 2326, '1076-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:15', '2023-10-31 14:11:15'),
(238775, 2326, '1076-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:15', '2023-10-31 14:11:15'),
(238776, 2326, '1076-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:15', '2023-10-31 14:11:15'),
(238777, 2326, '1076-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:15', '2023-10-31 14:11:15'),
(238778, 2326, '1076-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:15', '2023-10-31 14:11:15'),
(238779, 2326, '1076-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:15', '2023-10-31 14:11:15'),
(238780, 2326, '1076-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:15', '2023-10-31 14:11:15'),
(238781, 2326, '1076-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:15', '2023-10-31 14:11:15'),
(238782, 2326, '1076-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:15', '2023-10-31 14:11:15'),
(238783, 2326, '1076-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:15', '2023-10-31 14:11:15'),
(238784, 2326, '1076-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:15', '2023-10-31 14:11:15'),
(238785, 2326, '1077-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:15', '2023-10-31 14:11:15'),
(238786, 2326, '1077-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:15', '2023-10-31 14:11:15'),
(238787, 2326, '1077-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:15', '2023-10-31 14:11:15'),
(238788, 2326, '1077-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:15', '2023-10-31 14:11:15'),
(238789, 2326, '1077-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:15', '2023-10-31 14:11:15'),
(238790, 2326, '1077-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:15', '2023-10-31 14:11:15'),
(238791, 2326, '1077-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:15', '2023-10-31 14:11:15'),
(238792, 2326, '1077-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:15', '2023-10-31 14:11:15'),
(238793, 2326, '1077-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:15', '2023-10-31 14:11:15'),
(238794, 2326, '1077-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:15', '2023-10-31 14:11:15'),
(238795, 2326, '1077-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:15', '2023-10-31 14:11:15'),
(238796, 2326, '1077-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:15', '2023-10-31 14:11:15'),
(238797, 2326, '1078-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:15', '2023-10-31 14:11:15'),
(238798, 2326, '1078-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:15', '2023-10-31 14:11:15'),
(238799, 2326, '1078-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:15', '2023-10-31 14:11:15'),
(238800, 2326, '1078-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:15', '2023-10-31 14:11:15'),
(238801, 2326, '1078-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:15', '2023-10-31 14:11:15'),
(238802, 2326, '1078-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:15', '2023-10-31 14:11:15'),
(238803, 2326, '1078-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:15', '2023-10-31 14:11:15'),
(238804, 2326, '1078-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:15', '2023-10-31 14:11:15'),
(238805, 2326, '1078-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:15', '2023-10-31 14:11:15'),
(238806, 2326, '1078-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:15', '2023-10-31 14:11:15'),
(238807, 2326, '1078-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:15', '2023-10-31 14:11:15'),
(238808, 2326, '1078-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:15', '2023-10-31 14:11:15'),
(238809, 2326, '1079-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:15', '2023-10-31 14:11:15'),
(238810, 2326, '1079-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:15', '2023-10-31 14:11:15'),
(238811, 2326, '1079-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:15', '2023-10-31 14:11:15'),
(238812, 2326, '1079-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:15', '2023-10-31 14:11:15'),
(238813, 2326, '1079-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:15', '2023-10-31 14:11:15'),
(238814, 2326, '1079-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:15', '2023-10-31 14:11:15'),
(238815, 2326, '1079-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:15', '2023-10-31 14:11:15'),
(238816, 2326, '1079-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:15', '2023-10-31 14:11:15'),
(238817, 2326, '1079-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:15', '2023-10-31 14:11:15'),
(238818, 2326, '1079-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:15', '2023-10-31 14:11:15'),
(238819, 2326, '1079-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:15', '2023-10-31 14:11:15'),
(238820, 2326, '1079-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:15', '2023-10-31 14:11:15'),
(238821, 2326, '1080-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:15', '2023-10-31 14:11:15'),
(238822, 2326, '1080-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:15', '2023-10-31 14:11:15'),
(238823, 2326, '1080-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:15', '2023-10-31 14:11:15'),
(238824, 2326, '1080-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:15', '2023-10-31 14:11:15'),
(238825, 2326, '1080-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:15', '2023-10-31 14:11:15'),
(238826, 2326, '1080-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:15', '2023-10-31 14:11:15'),
(238827, 2326, '1080-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:15', '2023-10-31 14:11:15'),
(238828, 2326, '1080-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:15', '2023-10-31 14:11:15'),
(238829, 2326, '1080-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:15', '2023-10-31 14:11:15'),
(238830, 2326, '1080-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:15', '2023-10-31 14:11:15'),
(238831, 2326, '1080-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:15', '2023-10-31 14:11:15'),
(238832, 2326, '1080-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:15', '2023-10-31 14:11:15'),
(238833, 2326, '1081-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:15', '2023-10-31 14:11:15'),
(238834, 2326, '1081-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:15', '2023-10-31 14:11:15'),
(238835, 2326, '1081-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:15', '2023-10-31 14:11:15'),
(238836, 2326, '1081-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:15', '2023-10-31 14:11:15'),
(238837, 2326, '1081-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:15', '2023-10-31 14:11:15'),
(238838, 2326, '1081-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:15', '2023-10-31 14:11:15'),
(238839, 2326, '1081-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:15', '2023-10-31 14:11:15'),
(238840, 2326, '1081-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:15', '2023-10-31 14:11:15'),
(238841, 2326, '1081-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:15', '2023-10-31 14:11:15'),
(238842, 2326, '1081-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:15', '2023-10-31 14:11:15'),
(238843, 2326, '1081-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:15', '2023-10-31 14:11:15'),
(238844, 2326, '1081-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:15', '2023-10-31 14:11:15'),
(238845, 2326, '1082-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:15', '2023-10-31 14:11:15'),
(238846, 2326, '1082-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:15', '2023-10-31 14:11:15'),
(238847, 2326, '1082-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:15', '2023-10-31 14:11:15'),
(238848, 2326, '1082-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:15', '2023-10-31 14:11:15'),
(238849, 2326, '1082-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:15', '2023-10-31 14:11:15'),
(238850, 2326, '1082-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(238851, 2326, '1082-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(238852, 2326, '1082-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(238853, 2326, '1082-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(238854, 2326, '1082-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(238855, 2326, '1082-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(238856, 2326, '1082-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(238857, 2326, '1083-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(238858, 2326, '1083-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(238859, 2326, '1083-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(238860, 2326, '1083-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(238861, 2326, '1083-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(238862, 2326, '1083-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(238863, 2326, '1083-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(238864, 2326, '1083-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(238865, 2326, '1083-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(238866, 2326, '1083-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(238867, 2326, '1083-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(238868, 2326, '1083-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(238869, 2326, '1084-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(238870, 2326, '1084-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(238871, 2326, '1084-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(238872, 2326, '1084-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(238873, 2326, '1084-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(238874, 2326, '1084-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(238875, 2326, '1084-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(238876, 2326, '1084-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(238877, 2326, '1084-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(238878, 2326, '1084-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(238879, 2326, '1084-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(238880, 2326, '1084-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(238881, 2326, '1085-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(238882, 2326, '1085-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(238883, 2326, '1085-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(238884, 2326, '1085-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(238885, 2326, '1085-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(238886, 2326, '1085-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(238887, 2326, '1085-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(238888, 2326, '1085-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(238889, 2326, '1085-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(238890, 2326, '1085-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(238891, 2326, '1085-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(238892, 2326, '1085-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(238893, 2326, '1086-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(238894, 2326, '1086-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(238895, 2326, '1086-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(238896, 2326, '1086-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(238897, 2326, '1086-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(238898, 2326, '1086-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(238899, 2326, '1086-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(238900, 2326, '1086-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(238901, 2326, '1086-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(238902, 2326, '1086-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(238903, 2326, '1086-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(238904, 2326, '1086-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(238905, 2326, '1087-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(238906, 2326, '1087-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(238907, 2326, '1087-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(238908, 2326, '1087-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(238909, 2326, '1087-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(238910, 2326, '1087-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(238911, 2326, '1087-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(238912, 2326, '1087-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(238913, 2326, '1087-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(238914, 2326, '1087-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(238915, 2326, '1087-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(238916, 2326, '1087-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(238917, 2326, '1088-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(238918, 2326, '1088-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(238919, 2326, '1088-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(238920, 2326, '1088-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(238921, 2326, '1088-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(238922, 2326, '1088-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(238923, 2326, '1088-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(238924, 2326, '1088-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(238925, 2326, '1088-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(238926, 2326, '1088-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(238927, 2326, '1088-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(238928, 2326, '1088-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(238929, 2326, '1089-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(238930, 2326, '1089-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(238931, 2326, '1089-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(238932, 2326, '1089-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(238933, 2326, '1089-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(238934, 2326, '1089-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(238935, 2326, '1089-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(238936, 2326, '1089-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(238937, 2326, '1089-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(238938, 2326, '1089-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(238939, 2326, '1089-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(238940, 2326, '1089-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(238941, 2326, '1090-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(238942, 2326, '1090-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(238943, 2326, '1090-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(238944, 2326, '1090-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(238945, 2326, '1090-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(238946, 2326, '1090-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(238947, 2326, '1090-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(238948, 2326, '1090-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(238949, 2326, '1090-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(238950, 2326, '1090-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(238951, 2326, '1090-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(238952, 2326, '1090-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(238953, 2326, '1091-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(238954, 2326, '1091-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(238955, 2326, '1091-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(238956, 2326, '1091-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(238957, 2326, '1091-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(238958, 2326, '1091-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(238959, 2326, '1091-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(238960, 2326, '1091-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(238961, 2326, '1091-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(238962, 2326, '1091-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(238963, 2326, '1091-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(238964, 2326, '1091-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(238965, 2326, '1092-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(238966, 2326, '1092-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(238967, 2326, '1092-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(238968, 2326, '1092-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(238969, 2326, '1092-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(238970, 2326, '1092-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(238971, 2326, '1092-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(238972, 2326, '1092-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(238973, 2326, '1092-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(238974, 2326, '1092-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(238975, 2326, '1092-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(238976, 2326, '1092-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(238977, 2326, '1093-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(238978, 2326, '1093-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(238979, 2326, '1093-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(238980, 2326, '1093-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(238981, 2326, '1093-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(238982, 2326, '1093-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(238983, 2326, '1093-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(238984, 2326, '1093-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(238985, 2326, '1093-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(238986, 2326, '1093-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(238987, 2326, '1093-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(238988, 2326, '1093-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(238989, 2326, '1094-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(238990, 2326, '1094-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(238991, 2326, '1094-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(238992, 2326, '1094-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(238993, 2326, '1094-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(238994, 2326, '1094-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(238995, 2326, '1094-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(238996, 2326, '1094-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(238997, 2326, '1094-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(238998, 2326, '1094-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(238999, 2326, '1094-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(239000, 2326, '1094-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(239001, 2326, '1095-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(239002, 2326, '1095-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(239003, 2326, '1095-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(239004, 2326, '1095-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(239005, 2326, '1095-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(239006, 2326, '1095-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(239007, 2326, '1095-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(239008, 2326, '1095-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(239009, 2326, '1095-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(239010, 2326, '1095-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(239011, 2326, '1095-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(239012, 2326, '1095-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(239013, 2326, '1096-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(239014, 2326, '1096-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(239015, 2326, '1096-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(239016, 2326, '1096-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(239017, 2326, '1096-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(239018, 2326, '1096-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(239019, 2326, '1096-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(239020, 2326, '1096-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(239021, 2326, '1096-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(239022, 2326, '1096-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(239023, 2326, '1096-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(239024, 2326, '1096-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(239025, 2326, '1097-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(239026, 2326, '1097-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(239027, 2326, '1097-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(239028, 2326, '1097-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(239029, 2326, '1097-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(239030, 2326, '1097-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(239031, 2326, '1097-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(239032, 2326, '1097-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(239033, 2326, '1097-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(239034, 2326, '1097-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(239035, 2326, '1097-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(239036, 2326, '1097-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(239037, 2326, '1098-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(239038, 2326, '1098-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(239039, 2326, '1098-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(239040, 2326, '1098-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(239041, 2326, '1098-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(239042, 2326, '1098-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(239043, 2326, '1098-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(239044, 2326, '1098-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(239045, 2326, '1098-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(239046, 2326, '1098-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(239047, 2326, '1098-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(239048, 2326, '1098-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(239049, 2326, '1099-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(239050, 2326, '1099-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(239051, 2326, '1099-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(239052, 2326, '1099-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(239053, 2326, '1099-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(239054, 2326, '1099-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(239055, 2326, '1099-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(239056, 2326, '1099-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(239057, 2326, '1099-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(239058, 2326, '1099-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(239059, 2326, '1099-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(239060, 2326, '1099-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(239061, 2326, '1100-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(239062, 2326, '1100-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(239063, 2326, '1100-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(239064, 2326, '1100-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(239065, 2326, '1100-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(239066, 2326, '1100-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(239067, 2326, '1100-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(239068, 2326, '1100-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(239069, 2326, '1100-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(239070, 2326, '1100-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(239071, 2326, '1100-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(239072, 2326, '1100-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(239073, 2326, '1101-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(239074, 2326, '1101-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(239075, 2326, '1101-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(239076, 2326, '1101-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(239077, 2326, '1101-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(239078, 2326, '1101-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(239079, 2326, '1101-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(239080, 2326, '1101-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(239081, 2326, '1101-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(239082, 2326, '1101-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(239083, 2326, '1101-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(239084, 2326, '1101-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(239085, 2326, '1102-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(239086, 2326, '1102-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(239087, 2326, '1102-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(239088, 2326, '1102-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(239089, 2326, '1102-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(239090, 2326, '1102-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(239091, 2326, '1102-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(239092, 2326, '1102-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(239093, 2326, '1102-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(239094, 2326, '1102-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(239095, 2326, '1102-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(239096, 2326, '1102-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(239097, 2326, '1103-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(239098, 2326, '1103-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(239099, 2326, '1103-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(239100, 2326, '1103-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(239101, 2326, '1103-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(239102, 2326, '1103-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(239103, 2326, '1103-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(239104, 2326, '1103-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(239105, 2326, '1103-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(239106, 2326, '1103-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(239107, 2326, '1103-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(239108, 2326, '1103-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(239109, 2326, '1104-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(239110, 2326, '1104-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(239111, 2326, '1104-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(239112, 2326, '1104-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(239113, 2326, '1104-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(239114, 2326, '1104-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(239115, 2326, '1104-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(239116, 2326, '1104-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(239117, 2326, '1104-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(239118, 2326, '1104-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(239119, 2326, '1104-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(239120, 2326, '1104-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(239121, 2326, '1105-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(239122, 2326, '1105-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(239123, 2326, '1105-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(239124, 2326, '1105-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(239125, 2326, '1105-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(239126, 2326, '1105-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(239127, 2326, '1105-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(239128, 2326, '1105-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(239129, 2326, '1105-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(239130, 2326, '1105-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(239131, 2326, '1105-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(239132, 2326, '1105-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(239133, 2326, '1106-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(239134, 2326, '1106-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(239135, 2326, '1106-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:16', '2023-10-31 14:11:16'),
(239136, 2326, '1106-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239137, 2326, '1106-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239138, 2326, '1106-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239139, 2326, '1106-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239140, 2326, '1106-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239141, 2326, '1106-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239142, 2326, '1106-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239143, 2326, '1106-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239144, 2326, '1106-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239145, 2326, '1107-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239146, 2326, '1107-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239147, 2326, '1107-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239148, 2326, '1107-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239149, 2326, '1107-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239150, 2326, '1107-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239151, 2326, '1107-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239152, 2326, '1107-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239153, 2326, '1107-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239154, 2326, '1107-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239155, 2326, '1107-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239156, 2326, '1107-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239157, 2326, '1108-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239158, 2326, '1108-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239159, 2326, '1108-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239160, 2326, '1108-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239161, 2326, '1108-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239162, 2326, '1108-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239163, 2326, '1108-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239164, 2326, '1108-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239165, 2326, '1108-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239166, 2326, '1108-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239167, 2326, '1108-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239168, 2326, '1108-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239169, 2326, '1109-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239170, 2326, '1109-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239171, 2326, '1109-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239172, 2326, '1109-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239173, 2326, '1109-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239174, 2326, '1109-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239175, 2326, '1109-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239176, 2326, '1109-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239177, 2326, '1109-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239178, 2326, '1109-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239179, 2326, '1109-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239180, 2326, '1109-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239181, 2326, '1110-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239182, 2326, '1110-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239183, 2326, '1110-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239184, 2326, '1110-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(239185, 2326, '1110-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239186, 2326, '1110-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239187, 2326, '1110-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239188, 2326, '1110-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239189, 2326, '1110-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239190, 2326, '1110-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239191, 2326, '1110-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239192, 2326, '1110-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239193, 2326, '1111-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239194, 2326, '1111-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239195, 2326, '1111-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239196, 2326, '1111-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239197, 2326, '1111-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239198, 2326, '1111-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239199, 2326, '1111-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239200, 2326, '1111-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239201, 2326, '1111-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239202, 2326, '1111-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239203, 2326, '1111-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239204, 2326, '1111-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239205, 2326, '1112-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239206, 2326, '1112-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239207, 2326, '1112-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239208, 2326, '1112-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239209, 2326, '1112-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239210, 2326, '1112-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239211, 2326, '1112-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239212, 2326, '1112-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239213, 2326, '1112-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239214, 2326, '1112-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239215, 2326, '1112-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239216, 2326, '1112-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239217, 2326, '1113-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239218, 2326, '1113-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239219, 2326, '1113-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239220, 2326, '1113-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239221, 2326, '1113-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239222, 2326, '1113-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239223, 2326, '1113-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239224, 2326, '1113-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239225, 2326, '1113-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239226, 2326, '1113-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239227, 2326, '1113-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239228, 2326, '1113-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239229, 2326, '1114-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239230, 2326, '1114-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239231, 2326, '1114-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239232, 2326, '1114-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239233, 2326, '1114-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239234, 2326, '1114-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239235, 2326, '1114-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239236, 2326, '1114-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239237, 2326, '1114-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239238, 2326, '1114-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239239, 2326, '1114-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239240, 2326, '1114-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239241, 2326, '1115-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239242, 2326, '1115-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239243, 2326, '1115-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239244, 2326, '1115-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239245, 2326, '1115-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239246, 2326, '1115-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239247, 2326, '1115-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239248, 2326, '1115-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239249, 2326, '1115-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239250, 2326, '1115-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239251, 2326, '1115-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239252, 2326, '1115-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239253, 2326, '1116-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239254, 2326, '1116-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239255, 2326, '1116-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239256, 2326, '1116-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239257, 2326, '1116-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239258, 2326, '1116-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239259, 2326, '1116-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239260, 2326, '1116-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239261, 2326, '1116-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239262, 2326, '1116-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239263, 2326, '1116-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239264, 2326, '1116-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239265, 2326, '1117-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239266, 2326, '1117-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239267, 2326, '1117-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239268, 2326, '1117-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239269, 2326, '1117-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239270, 2326, '1117-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239271, 2326, '1117-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239272, 2326, '1117-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239273, 2326, '1117-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239274, 2326, '1117-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239275, 2326, '1117-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239276, 2326, '1117-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239277, 2326, '1118-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239278, 2326, '1118-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239279, 2326, '1118-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239280, 2326, '1118-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239281, 2326, '1118-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239282, 2326, '1118-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239283, 2326, '1118-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239284, 2326, '1118-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239285, 2326, '1118-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239286, 2326, '1118-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239287, 2326, '1118-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239288, 2326, '1118-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239289, 2326, '1119-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239290, 2326, '1119-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239291, 2326, '1119-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239292, 2326, '1119-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239293, 2326, '1119-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239294, 2326, '1119-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239295, 2326, '1119-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239296, 2326, '1119-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239297, 2326, '1119-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239298, 2326, '1119-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239299, 2326, '1119-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239300, 2326, '1119-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239301, 2326, '1120-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239302, 2326, '1120-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239303, 2326, '1120-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239304, 2326, '1120-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239305, 2326, '1120-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239306, 2326, '1120-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239307, 2326, '1120-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239308, 2326, '1120-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239309, 2326, '1120-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239310, 2326, '1120-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239311, 2326, '1120-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239312, 2326, '1120-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239313, 2326, '1121-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239314, 2326, '1121-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239315, 2326, '1121-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239316, 2326, '1121-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239317, 2326, '1121-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239318, 2326, '1121-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239319, 2326, '1121-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239320, 2326, '1121-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239321, 2326, '1121-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239322, 2326, '1121-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239323, 2326, '1121-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239324, 2326, '1121-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239325, 2326, '1122-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239326, 2326, '1122-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239327, 2326, '1122-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239328, 2326, '1122-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239329, 2326, '1122-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239330, 2326, '1122-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239331, 2326, '1122-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239332, 2326, '1122-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239333, 2326, '1122-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239334, 2326, '1122-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239335, 2326, '1122-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239336, 2326, '1122-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239337, 2326, '1123-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239338, 2326, '1123-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239339, 2326, '1123-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239340, 2326, '1123-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239341, 2326, '1123-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239342, 2326, '1123-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239343, 2326, '1123-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239344, 2326, '1123-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239345, 2326, '1123-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239346, 2326, '1123-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239347, 2326, '1123-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239348, 2326, '1123-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239349, 2326, '1124-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239350, 2326, '1124-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239351, 2326, '1124-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239352, 2326, '1124-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239353, 2326, '1124-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239354, 2326, '1124-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239355, 2326, '1124-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239356, 2326, '1124-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239357, 2326, '1124-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239358, 2326, '1124-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239359, 2326, '1124-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239360, 2326, '1124-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239361, 2326, '1125-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239362, 2326, '1125-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239363, 2326, '1125-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239364, 2326, '1125-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239365, 2326, '1125-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239366, 2326, '1125-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239367, 2326, '1125-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239368, 2326, '1125-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239369, 2326, '1125-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239370, 2326, '1125-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239371, 2326, '1125-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239372, 2326, '1125-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239373, 2326, '1126-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239374, 2326, '1126-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239375, 2326, '1126-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239376, 2326, '1126-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239377, 2326, '1126-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239378, 2326, '1126-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239379, 2326, '1126-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239380, 2326, '1126-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239381, 2326, '1126-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239382, 2326, '1126-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239383, 2326, '1126-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239384, 2326, '1126-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239385, 2326, '1127-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239386, 2326, '1127-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239387, 2326, '1127-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239388, 2326, '1127-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239389, 2326, '1127-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239390, 2326, '1127-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239391, 2326, '1127-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239392, 2326, '1127-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239393, 2326, '1127-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239394, 2326, '1127-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239395, 2326, '1127-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239396, 2326, '1127-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239397, 2326, '1128-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239398, 2326, '1128-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239399, 2326, '1128-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239400, 2326, '1128-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239401, 2326, '1128-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239402, 2326, '1128-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239403, 2326, '1128-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239404, 2326, '1128-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239405, 2326, '1128-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239406, 2326, '1128-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239407, 2326, '1128-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239408, 2326, '1128-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239409, 2326, '1129-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239410, 2326, '1129-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239411, 2326, '1129-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239412, 2326, '1129-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239413, 2326, '1129-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239414, 2326, '1129-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239415, 2326, '1129-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239416, 2326, '1129-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239417, 2326, '1129-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239418, 2326, '1129-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239419, 2326, '1129-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239420, 2326, '1129-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239421, 2326, '1130-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239422, 2326, '1130-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239423, 2326, '1130-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239424, 2326, '1130-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239425, 2326, '1130-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239426, 2326, '1130-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239427, 2326, '1130-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239428, 2326, '1130-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239429, 2326, '1130-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239430, 2326, '1130-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239431, 2326, '1130-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239432, 2326, '1130-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239433, 2326, '1131-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239434, 2326, '1131-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239435, 2326, '1131-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239436, 2326, '1131-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239437, 2326, '1131-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239438, 2326, '1131-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239439, 2326, '1131-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239440, 2326, '1131-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239441, 2326, '1131-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239442, 2326, '1131-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239443, 2326, '1131-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239444, 2326, '1131-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239445, 2326, '1132-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239446, 2326, '1132-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239447, 2326, '1132-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239448, 2326, '1132-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239449, 2326, '1132-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239450, 2326, '1132-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239451, 2326, '1132-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239452, 2326, '1132-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239453, 2326, '1132-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239454, 2326, '1132-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239455, 2326, '1132-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239456, 2326, '1132-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239457, 2326, '1133-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239458, 2326, '1133-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239459, 2326, '1133-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239460, 2326, '1133-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239461, 2326, '1133-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:17', '2023-10-31 14:11:17'),
(239462, 2326, '1133-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239463, 2326, '1133-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239464, 2326, '1133-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239465, 2326, '1133-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239466, 2326, '1133-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239467, 2326, '1133-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239468, 2326, '1133-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239469, 2326, '1134-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239470, 2326, '1134-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239471, 2326, '1134-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239472, 2326, '1134-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239473, 2326, '1134-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239474, 2326, '1134-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239475, 2326, '1134-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239476, 2326, '1134-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239477, 2326, '1134-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239478, 2326, '1134-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239479, 2326, '1134-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239480, 2326, '1134-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239481, 2326, '1135-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239482, 2326, '1135-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239483, 2326, '1135-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239484, 2326, '1135-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239485, 2326, '1135-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239486, 2326, '1135-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239487, 2326, '1135-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239488, 2326, '1135-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239489, 2326, '1135-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239490, 2326, '1135-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239491, 2326, '1135-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239492, 2326, '1135-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239493, 2326, '1136-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239494, 2326, '1136-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239495, 2326, '1136-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239496, 2326, '1136-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239497, 2326, '1136-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239498, 2326, '1136-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239499, 2326, '1136-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239500, 2326, '1136-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239501, 2326, '1136-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239502, 2326, '1136-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239503, 2326, '1136-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239504, 2326, '1136-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239505, 2326, '1137-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239506, 2326, '1137-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239507, 2326, '1137-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239508, 2326, '1137-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239509, 2326, '1137-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239510, 2326, '1137-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239511, 2326, '1137-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239512, 2326, '1137-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239513, 2326, '1137-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239514, 2326, '1137-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239515, 2326, '1137-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239516, 2326, '1137-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239517, 2326, '1138-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239518, 2326, '1138-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239519, 2326, '1138-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239520, 2326, '1138-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239521, 2326, '1138-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239522, 2326, '1138-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239523, 2326, '1138-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239524, 2326, '1138-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239525, 2326, '1138-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239526, 2326, '1138-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239527, 2326, '1138-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239528, 2326, '1138-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239529, 2326, '1139-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239530, 2326, '1139-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239531, 2326, '1139-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239532, 2326, '1139-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239533, 2326, '1139-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239534, 2326, '1139-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239535, 2326, '1139-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239536, 2326, '1139-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239537, 2326, '1139-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239538, 2326, '1139-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239539, 2326, '1139-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239540, 2326, '1139-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239541, 2326, '1140-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239542, 2326, '1140-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239543, 2326, '1140-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239544, 2326, '1140-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239545, 2326, '1140-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239546, 2326, '1140-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239547, 2326, '1140-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239548, 2326, '1140-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239549, 2326, '1140-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239550, 2326, '1140-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239551, 2326, '1140-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239552, 2326, '1140-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239553, 2326, '1141-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239554, 2326, '1141-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239555, 2326, '1141-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239556, 2326, '1141-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239557, 2326, '1141-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239558, 2326, '1141-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239559, 2326, '1141-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239560, 2326, '1141-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239561, 2326, '1141-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239562, 2326, '1141-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239563, 2326, '1141-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239564, 2326, '1141-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239565, 2326, '1142-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239566, 2326, '1142-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239567, 2326, '1142-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239568, 2326, '1142-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239569, 2326, '1142-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239570, 2326, '1142-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239571, 2326, '1142-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239572, 2326, '1142-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239573, 2326, '1142-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239574, 2326, '1142-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239575, 2326, '1142-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239576, 2326, '1142-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239577, 2326, '1143-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239578, 2326, '1143-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239579, 2326, '1143-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239580, 2326, '1143-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239581, 2326, '1143-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239582, 2326, '1143-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239583, 2326, '1143-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239584, 2326, '1143-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239585, 2326, '1143-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239586, 2326, '1143-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239587, 2326, '1143-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239588, 2326, '1143-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239589, 2326, '1144-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239590, 2326, '1144-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239591, 2326, '1144-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239592, 2326, '1144-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239593, 2326, '1144-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239594, 2326, '1144-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239595, 2326, '1144-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239596, 2326, '1144-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239597, 2326, '1144-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239598, 2326, '1144-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239599, 2326, '1144-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239600, 2326, '1144-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239601, 2326, '1145-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239602, 2326, '1145-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239603, 2326, '1145-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239604, 2326, '1145-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239605, 2326, '1145-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239606, 2326, '1145-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239607, 2326, '1145-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239608, 2326, '1145-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239609, 2326, '1145-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239610, 2326, '1145-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239611, 2326, '1145-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239612, 2326, '1145-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239613, 2326, '1146-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239614, 2326, '1146-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239615, 2326, '1146-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239616, 2326, '1146-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239617, 2326, '1146-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239618, 2326, '1146-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239619, 2326, '1146-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239620, 2326, '1146-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239621, 2326, '1146-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239622, 2326, '1146-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239623, 2326, '1146-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239624, 2326, '1146-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239625, 2326, '1147-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239626, 2326, '1147-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239627, 2326, '1147-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239628, 2326, '1147-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239629, 2326, '1147-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239630, 2326, '1147-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239631, 2326, '1147-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239632, 2326, '1147-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239633, 2326, '1147-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239634, 2326, '1147-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239635, 2326, '1147-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239636, 2326, '1147-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239637, 2326, '1148-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239638, 2326, '1148-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239639, 2326, '1148-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239640, 2326, '1148-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239641, 2326, '1148-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239642, 2326, '1148-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239643, 2326, '1148-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239644, 2326, '1148-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239645, 2326, '1148-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239646, 2326, '1148-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239647, 2326, '1148-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239648, 2326, '1148-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239649, 2326, '1149-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(239650, 2326, '1149-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239651, 2326, '1149-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239652, 2326, '1149-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239653, 2326, '1149-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239654, 2326, '1149-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239655, 2326, '1149-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239656, 2326, '1149-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239657, 2326, '1149-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239658, 2326, '1149-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239659, 2326, '1149-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239660, 2326, '1149-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239661, 2326, '1150-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239662, 2326, '1150-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239663, 2326, '1150-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239664, 2326, '1150-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239665, 2326, '1150-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239666, 2326, '1150-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239667, 2326, '1150-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239668, 2326, '1150-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239669, 2326, '1150-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239670, 2326, '1150-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239671, 2326, '1150-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239672, 2326, '1150-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239673, 2326, '1151-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239674, 2326, '1151-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239675, 2326, '1151-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239676, 2326, '1151-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239677, 2326, '1151-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239678, 2326, '1151-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239679, 2326, '1151-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239680, 2326, '1151-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239681, 2326, '1151-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239682, 2326, '1151-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239683, 2326, '1151-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239684, 2326, '1151-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239685, 2326, '1152-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239686, 2326, '1152-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239687, 2326, '1152-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239688, 2326, '1152-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239689, 2326, '1152-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239690, 2326, '1152-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239691, 2326, '1152-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239692, 2326, '1152-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239693, 2326, '1152-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239694, 2326, '1152-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239695, 2326, '1152-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239696, 2326, '1152-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239697, 2326, '1153-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239698, 2326, '1153-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239699, 2326, '1153-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239700, 2326, '1153-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239701, 2326, '1153-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239702, 2326, '1153-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239703, 2326, '1153-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239704, 2326, '1153-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239705, 2326, '1153-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239706, 2326, '1153-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239707, 2326, '1153-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239708, 2326, '1153-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239709, 2326, '1154-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239710, 2326, '1154-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239711, 2326, '1154-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239712, 2326, '1154-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239713, 2326, '1154-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239714, 2326, '1154-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239715, 2326, '1154-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239716, 2326, '1154-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239717, 2326, '1154-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239718, 2326, '1154-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239719, 2326, '1154-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239720, 2326, '1154-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239721, 2326, '1155-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239722, 2326, '1155-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239723, 2326, '1155-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239724, 2326, '1155-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239725, 2326, '1155-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239726, 2326, '1155-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239727, 2326, '1155-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239728, 2326, '1155-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239729, 2326, '1155-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239730, 2326, '1155-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239731, 2326, '1155-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239732, 2326, '1155-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239733, 2326, '1156-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239734, 2326, '1156-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239735, 2326, '1156-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239736, 2326, '1156-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239737, 2326, '1156-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239738, 2326, '1156-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239739, 2326, '1156-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239740, 2326, '1156-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239741, 2326, '1156-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239742, 2326, '1156-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239743, 2326, '1156-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239744, 2326, '1156-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239745, 2326, '1157-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239746, 2326, '1157-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239747, 2326, '1157-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239748, 2326, '1157-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239749, 2326, '1157-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239750, 2326, '1157-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239751, 2326, '1157-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239752, 2326, '1157-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239753, 2326, '1157-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239754, 2326, '1157-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239755, 2326, '1157-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239756, 2326, '1157-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239757, 2326, '1158-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239758, 2326, '1158-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239759, 2326, '1158-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239760, 2326, '1158-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239761, 2326, '1158-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239762, 2326, '1158-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239763, 2326, '1158-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239764, 2326, '1158-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239765, 2326, '1158-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239766, 2326, '1158-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239767, 2326, '1158-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239768, 2326, '1158-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239769, 2326, '1159-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239770, 2326, '1159-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239771, 2326, '1159-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239772, 2326, '1159-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239773, 2326, '1159-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239774, 2326, '1159-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239775, 2326, '1159-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239776, 2326, '1159-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239777, 2326, '1159-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239778, 2326, '1159-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239779, 2326, '1159-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239780, 2326, '1159-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239781, 2326, '1160-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239782, 2326, '1160-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239783, 2326, '1160-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239784, 2326, '1160-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239785, 2326, '1160-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239786, 2326, '1160-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239787, 2326, '1160-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239788, 2326, '1160-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239789, 2326, '1160-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239790, 2326, '1160-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239791, 2326, '1160-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239792, 2326, '1160-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239793, 2326, '1161-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239794, 2326, '1161-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239795, 2326, '1161-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239796, 2326, '1161-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239797, 2326, '1161-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239798, 2326, '1161-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239799, 2326, '1161-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239800, 2326, '1161-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239801, 2326, '1161-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239802, 2326, '1161-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239803, 2326, '1161-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239804, 2326, '1161-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239805, 2326, '1162-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239806, 2326, '1162-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239807, 2326, '1162-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239808, 2326, '1162-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239809, 2326, '1162-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239810, 2326, '1162-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239811, 2326, '1162-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239812, 2326, '1162-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239813, 2326, '1162-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239814, 2326, '1162-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239815, 2326, '1162-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239816, 2326, '1162-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239817, 2326, '1163-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239818, 2326, '1163-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239819, 2326, '1163-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:18', '2023-10-31 14:11:18'),
(239820, 2326, '1163-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(239821, 2326, '1163-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(239822, 2326, '1163-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(239823, 2326, '1163-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(239824, 2326, '1163-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(239825, 2326, '1163-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(239826, 2326, '1163-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(239827, 2326, '1163-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(239828, 2326, '1163-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(239829, 2326, '1164-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(239830, 2326, '1164-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(239831, 2326, '1164-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(239832, 2326, '1164-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(239833, 2326, '1164-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(239834, 2326, '1164-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(239835, 2326, '1164-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(239836, 2326, '1164-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(239837, 2326, '1164-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(239838, 2326, '1164-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(239839, 2326, '1164-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(239840, 2326, '1164-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(239841, 2326, '1165-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(239842, 2326, '1165-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(239843, 2326, '1165-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(239844, 2326, '1165-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(239845, 2326, '1165-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(239846, 2326, '1165-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(239847, 2326, '1165-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(239848, 2326, '1165-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(239849, 2326, '1165-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(239850, 2326, '1165-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(239851, 2326, '1165-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(239852, 2326, '1165-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(239853, 2326, '1166-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(239854, 2326, '1166-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(239855, 2326, '1166-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(239856, 2326, '1166-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(239857, 2326, '1166-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(239858, 2326, '1166-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(239859, 2326, '1166-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(239860, 2326, '1166-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(239861, 2326, '1166-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(239862, 2326, '1166-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(239863, 2326, '1166-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(239864, 2326, '1166-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(239865, 2326, '1167-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(239866, 2326, '1167-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(239867, 2326, '1167-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(239868, 2326, '1167-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(239869, 2326, '1167-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(239870, 2326, '1167-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(239871, 2326, '1167-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(239872, 2326, '1167-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(239873, 2326, '1167-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(239874, 2326, '1167-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(239875, 2326, '1167-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(239876, 2326, '1167-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(239877, 2326, '1168-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(239878, 2326, '1168-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(239879, 2326, '1168-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(239880, 2326, '1168-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(239881, 2326, '1168-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(239882, 2326, '1168-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(239883, 2326, '1168-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(239884, 2326, '1168-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(239885, 2326, '1168-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(239886, 2326, '1168-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(239887, 2326, '1168-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(239888, 2326, '1168-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(239889, 2326, '1169-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(239890, 2326, '1169-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(239891, 2326, '1169-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(239892, 2326, '1169-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(239893, 2326, '1169-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(239894, 2326, '1169-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(239895, 2326, '1169-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(239896, 2326, '1169-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(239897, 2326, '1169-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(239898, 2326, '1169-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(239899, 2326, '1169-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(239900, 2326, '1169-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(239901, 2326, '1170-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(239902, 2326, '1170-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(239903, 2326, '1170-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(239904, 2326, '1170-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(239905, 2326, '1170-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(239906, 2326, '1170-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(239907, 2326, '1170-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(239908, 2326, '1170-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(239909, 2326, '1170-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(239910, 2326, '1170-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(239911, 2326, '1170-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(239912, 2326, '1170-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(239913, 2326, '1171-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(239914, 2326, '1171-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(239915, 2326, '1171-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(239916, 2326, '1171-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(239917, 2326, '1171-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(239918, 2326, '1171-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(239919, 2326, '1171-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(239920, 2326, '1171-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(239921, 2326, '1171-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(239922, 2326, '1171-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(239923, 2326, '1171-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(239924, 2326, '1171-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(239925, 2326, '1172-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(239926, 2326, '1172-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(239927, 2326, '1172-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(239928, 2326, '1172-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(239929, 2326, '1172-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(239930, 2326, '1172-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(239931, 2326, '1172-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(239932, 2326, '1172-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(239933, 2326, '1172-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(239934, 2326, '1172-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(239935, 2326, '1172-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(239936, 2326, '1172-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(239937, 2326, '1173-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(239938, 2326, '1173-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(239939, 2326, '1173-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(239940, 2326, '1173-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(239941, 2326, '1173-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(239942, 2326, '1173-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(239943, 2326, '1173-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(239944, 2326, '1173-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(239945, 2326, '1173-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(239946, 2326, '1173-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(239947, 2326, '1173-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(239948, 2326, '1173-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(239949, 2326, '1174-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(239950, 2326, '1174-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(239951, 2326, '1174-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(239952, 2326, '1174-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(239953, 2326, '1174-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(239954, 2326, '1174-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(239955, 2326, '1174-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(239956, 2326, '1174-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(239957, 2326, '1174-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(239958, 2326, '1174-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(239959, 2326, '1174-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(239960, 2326, '1174-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(239961, 2326, '1175-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(239962, 2326, '1175-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(239963, 2326, '1175-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(239964, 2326, '1175-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(239965, 2326, '1175-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(239966, 2326, '1175-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(239967, 2326, '1175-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(239968, 2326, '1175-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(239969, 2326, '1175-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(239970, 2326, '1175-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(239971, 2326, '1175-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(239972, 2326, '1175-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(239973, 2326, '1176-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(239974, 2326, '1176-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(239975, 2326, '1176-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(239976, 2326, '1176-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(239977, 2326, '1176-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(239978, 2326, '1176-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(239979, 2326, '1176-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(239980, 2326, '1176-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(239981, 2326, '1176-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(239982, 2326, '1176-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(239983, 2326, '1176-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(239984, 2326, '1176-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(239985, 2326, '1177-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(239986, 2326, '1177-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(239987, 2326, '1177-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(239988, 2326, '1177-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(239989, 2326, '1177-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(239990, 2326, '1177-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(239991, 2326, '1177-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(239992, 2326, '1177-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(239993, 2326, '1177-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(239994, 2326, '1177-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(239995, 2326, '1177-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(239996, 2326, '1177-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(239997, 2326, '1178-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(239998, 2326, '1178-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(239999, 2326, '1178-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(240000, 2326, '1178-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(240001, 2326, '1178-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(240002, 2326, '1178-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(240003, 2326, '1178-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(240004, 2326, '1178-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(240005, 2326, '1178-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(240006, 2326, '1178-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(240007, 2326, '1178-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(240008, 2326, '1178-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(240009, 2326, '1179-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(240010, 2326, '1179-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(240011, 2326, '1179-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(240012, 2326, '1179-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(240013, 2326, '1179-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(240014, 2326, '1179-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(240015, 2326, '1179-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(240016, 2326, '1179-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(240017, 2326, '1179-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(240018, 2326, '1179-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(240019, 2326, '1179-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(240020, 2326, '1179-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(240021, 2326, '1180-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(240022, 2326, '1180-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(240023, 2326, '1180-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(240024, 2326, '1180-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(240025, 2326, '1180-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(240026, 2326, '1180-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(240027, 2326, '1180-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(240028, 2326, '1180-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(240029, 2326, '1180-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(240030, 2326, '1180-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(240031, 2326, '1180-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(240032, 2326, '1180-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(240033, 2326, '1181-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(240034, 2326, '1181-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(240035, 2326, '1181-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(240036, 2326, '1181-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(240037, 2326, '1181-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(240038, 2326, '1181-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(240039, 2326, '1181-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(240040, 2326, '1181-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(240041, 2326, '1181-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(240042, 2326, '1181-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(240043, 2326, '1181-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(240044, 2326, '1181-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(240045, 2326, '1182-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(240046, 2326, '1182-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(240047, 2326, '1182-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(240048, 2326, '1182-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(240049, 2326, '1182-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(240050, 2326, '1182-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(240051, 2326, '1182-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(240052, 2326, '1182-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(240053, 2326, '1182-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(240054, 2326, '1182-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(240055, 2326, '1182-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(240056, 2326, '1182-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(240057, 2326, '1183-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(240058, 2326, '1183-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(240059, 2326, '1183-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(240060, 2326, '1183-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(240061, 2326, '1183-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(240062, 2326, '1183-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(240063, 2326, '1183-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(240064, 2326, '1183-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(240065, 2326, '1183-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(240066, 2326, '1183-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(240067, 2326, '1183-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(240068, 2326, '1183-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(240069, 2326, '1184-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(240070, 2326, '1184-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(240071, 2326, '1184-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(240072, 2326, '1184-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(240073, 2326, '1184-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(240074, 2326, '1184-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(240075, 2326, '1184-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(240076, 2326, '1184-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(240077, 2326, '1184-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(240078, 2326, '1184-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(240079, 2326, '1184-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(240080, 2326, '1184-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(240081, 2326, '1185-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(240082, 2326, '1185-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(240083, 2326, '1185-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(240084, 2326, '1185-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(240085, 2326, '1185-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(240086, 2326, '1185-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(240087, 2326, '1185-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(240088, 2326, '1185-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(240089, 2326, '1185-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(240090, 2326, '1185-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(240091, 2326, '1185-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(240092, 2326, '1185-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(240093, 2326, '1186-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(240094, 2326, '1186-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(240095, 2326, '1186-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(240096, 2326, '1186-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(240097, 2326, '1186-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(240098, 2326, '1186-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(240099, 2326, '1186-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(240100, 2326, '1186-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(240101, 2326, '1186-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(240102, 2326, '1186-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(240103, 2326, '1186-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(240104, 2326, '1186-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(240105, 2326, '1187-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(240106, 2326, '1187-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(240107, 2326, '1187-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(240108, 2326, '1187-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(240109, 2326, '1187-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(240110, 2326, '1187-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(240111, 2326, '1187-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(240112, 2326, '1187-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(240113, 2326, '1187-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(240114, 2326, '1187-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(240115, 2326, '1187-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(240116, 2326, '1187-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(240117, 2326, '1188-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(240118, 2326, '1188-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(240119, 2326, '1188-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(240120, 2326, '1188-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(240121, 2326, '1188-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(240122, 2326, '1188-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(240123, 2326, '1188-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(240124, 2326, '1188-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(240125, 2326, '1188-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(240126, 2326, '1188-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:19', '2023-10-31 14:11:19'),
(240127, 2326, '1188-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240128, 2326, '1188-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240129, 2326, '1189-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240130, 2326, '1189-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240131, 2326, '1189-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240132, 2326, '1189-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240133, 2326, '1189-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240134, 2326, '1189-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240135, 2326, '1189-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240136, 2326, '1189-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240137, 2326, '1189-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240138, 2326, '1189-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240139, 2326, '1189-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240140, 2326, '1189-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240141, 2326, '1190-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240142, 2326, '1190-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240143, 2326, '1190-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240144, 2326, '1190-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240145, 2326, '1190-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240146, 2326, '1190-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240147, 2326, '1190-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240148, 2326, '1190-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240149, 2326, '1190-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240150, 2326, '1190-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240151, 2326, '1190-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240152, 2326, '1190-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240153, 2326, '1191-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240154, 2326, '1191-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240155, 2326, '1191-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240156, 2326, '1191-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240157, 2326, '1191-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240158, 2326, '1191-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240159, 2326, '1191-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240160, 2326, '1191-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240161, 2326, '1191-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240162, 2326, '1191-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240163, 2326, '1191-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240164, 2326, '1191-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240165, 2326, '1192-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240166, 2326, '1192-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240167, 2326, '1192-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240168, 2326, '1192-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240169, 2326, '1192-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240170, 2326, '1192-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240171, 2326, '1192-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240172, 2326, '1192-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240173, 2326, '1192-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240174, 2326, '1192-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240175, 2326, '1192-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240176, 2326, '1192-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240177, 2326, '1193-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240178, 2326, '1193-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240179, 2326, '1193-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240180, 2326, '1193-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240181, 2326, '1193-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240182, 2326, '1193-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240183, 2326, '1193-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240184, 2326, '1193-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240185, 2326, '1193-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240186, 2326, '1193-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240187, 2326, '1193-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240188, 2326, '1193-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240189, 2326, '1194-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240190, 2326, '1194-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240191, 2326, '1194-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240192, 2326, '1194-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240193, 2326, '1194-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240194, 2326, '1194-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240195, 2326, '1194-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240196, 2326, '1194-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240197, 2326, '1194-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240198, 2326, '1194-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240199, 2326, '1194-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240200, 2326, '1194-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240201, 2326, '1195-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240202, 2326, '1195-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240203, 2326, '1195-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240204, 2326, '1195-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240205, 2326, '1195-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240206, 2326, '1195-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240207, 2326, '1195-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240208, 2326, '1195-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240209, 2326, '1195-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240210, 2326, '1195-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240211, 2326, '1195-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240212, 2326, '1195-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240213, 2326, '1196-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240214, 2326, '1196-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240215, 2326, '1196-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240216, 2326, '1196-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240217, 2326, '1196-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240218, 2326, '1196-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240219, 2326, '1196-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240220, 2326, '1196-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240221, 2326, '1196-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240222, 2326, '1196-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240223, 2326, '1196-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240224, 2326, '1196-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240225, 2326, '1197-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240226, 2326, '1197-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240227, 2326, '1197-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240228, 2326, '1197-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240229, 2326, '1197-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240230, 2326, '1197-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240231, 2326, '1197-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240232, 2326, '1197-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240233, 2326, '1197-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240234, 2326, '1197-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240235, 2326, '1197-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240236, 2326, '1197-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240237, 2326, '1198-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240238, 2326, '1198-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240239, 2326, '1198-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240240, 2326, '1198-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240241, 2326, '1198-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240242, 2326, '1198-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240243, 2326, '1198-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240244, 2326, '1198-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240245, 2326, '1198-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240246, 2326, '1198-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240247, 2326, '1198-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240248, 2326, '1198-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240249, 2326, '1199-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240250, 2326, '1199-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240251, 2326, '1199-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240252, 2326, '1199-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240253, 2326, '1199-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240254, 2326, '1199-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240255, 2326, '1199-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240256, 2326, '1199-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240257, 2326, '1199-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240258, 2326, '1199-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240259, 2326, '1199-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240260, 2326, '1199-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240261, 2326, '1200-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240262, 2326, '1200-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240263, 2326, '1200-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240264, 2326, '1200-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240265, 2326, '1200-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240266, 2326, '1200-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240267, 2326, '1200-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240268, 2326, '1200-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240269, 2326, '1200-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240270, 2326, '1200-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240271, 2326, '1200-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240272, 2326, '1200-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240273, 2326, '1201-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240274, 2326, '1201-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240275, 2326, '1201-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240276, 2326, '1201-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240277, 2326, '1201-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240278, 2326, '1201-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240279, 2326, '1201-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240280, 2326, '1201-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240281, 2326, '1201-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240282, 2326, '1201-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240283, 2326, '1201-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240284, 2326, '1201-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240285, 2326, '1202-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240286, 2326, '1202-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240287, 2326, '1202-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240288, 2326, '1202-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240289, 2326, '1202-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240290, 2326, '1202-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240291, 2326, '1202-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240292, 2326, '1202-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240293, 2326, '1202-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240294, 2326, '1202-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240295, 2326, '1202-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240296, 2326, '1202-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240297, 2326, '1203-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240298, 2326, '1203-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240299, 2326, '1203-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240300, 2326, '1203-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240301, 2326, '1203-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240302, 2326, '1203-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240303, 2326, '1203-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240304, 2326, '1203-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240305, 2326, '1203-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240306, 2326, '1203-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240307, 2326, '1203-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240308, 2326, '1203-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240309, 2326, '1204-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240310, 2326, '1204-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240311, 2326, '1204-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240312, 2326, '1204-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240313, 2326, '1204-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240314, 2326, '1204-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240315, 2326, '1204-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240316, 2326, '1204-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240317, 2326, '1204-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240318, 2326, '1204-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240319, 2326, '1204-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240320, 2326, '1204-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240321, 2326, '1205-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240322, 2326, '1205-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240323, 2326, '1205-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240324, 2326, '1205-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240325, 2326, '1205-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240326, 2326, '1205-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240327, 2326, '1205-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240328, 2326, '1205-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240329, 2326, '1205-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240330, 2326, '1205-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240331, 2326, '1205-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240332, 2326, '1205-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240333, 2326, '1206-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240334, 2326, '1206-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240335, 2326, '1206-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240336, 2326, '1206-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240337, 2326, '1206-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240338, 2326, '1206-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240339, 2326, '1206-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240340, 2326, '1206-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240341, 2326, '1206-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240342, 2326, '1206-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240343, 2326, '1206-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240344, 2326, '1206-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240345, 2326, '1207-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240346, 2326, '1207-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240347, 2326, '1207-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240348, 2326, '1207-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240349, 2326, '1207-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240350, 2326, '1207-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240351, 2326, '1207-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240352, 2326, '1207-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240353, 2326, '1207-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240354, 2326, '1207-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240355, 2326, '1207-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240356, 2326, '1207-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240357, 2326, '1208-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240358, 2326, '1208-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240359, 2326, '1208-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240360, 2326, '1208-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240361, 2326, '1208-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240362, 2326, '1208-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240363, 2326, '1208-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240364, 2326, '1208-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240365, 2326, '1208-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240366, 2326, '1208-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240367, 2326, '1208-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240368, 2326, '1208-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240369, 2326, '1209-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240370, 2326, '1209-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240371, 2326, '1209-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240372, 2326, '1209-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240373, 2326, '1209-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240374, 2326, '1209-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240375, 2326, '1209-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240376, 2326, '1209-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240377, 2326, '1209-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240378, 2326, '1209-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240379, 2326, '1209-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240380, 2326, '1209-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240381, 2326, '1210-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240382, 2326, '1210-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240383, 2326, '1210-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240384, 2326, '1210-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240385, 2326, '1210-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240386, 2326, '1210-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240387, 2326, '1210-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240388, 2326, '1210-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240389, 2326, '1210-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240390, 2326, '1210-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240391, 2326, '1210-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240392, 2326, '1210-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240393, 2326, '1211-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240394, 2326, '1211-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240395, 2326, '1211-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240396, 2326, '1211-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240397, 2326, '1211-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240398, 2326, '1211-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240399, 2326, '1211-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240400, 2326, '1211-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240401, 2326, '1211-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240402, 2326, '1211-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240403, 2326, '1211-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240404, 2326, '1211-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240405, 2326, '1212-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240406, 2326, '1212-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240407, 2326, '1212-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240408, 2326, '1212-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240409, 2326, '1212-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240410, 2326, '1212-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240411, 2326, '1212-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240412, 2326, '1212-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240413, 2326, '1212-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240414, 2326, '1212-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240415, 2326, '1212-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240416, 2326, '1212-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240417, 2326, '1213-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240418, 2326, '1213-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240419, 2326, '1213-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240420, 2326, '1213-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240421, 2326, '1213-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240422, 2326, '1213-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240423, 2326, '1213-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240424, 2326, '1213-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240425, 2326, '1213-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240426, 2326, '1213-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240427, 2326, '1213-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240428, 2326, '1213-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240429, 2326, '1214-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:20', '2023-10-31 14:11:20'),
(240430, 2326, '1214-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240431, 2326, '1214-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240432, 2326, '1214-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240433, 2326, '1214-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240434, 2326, '1214-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240435, 2326, '1214-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240436, 2326, '1214-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240437, 2326, '1214-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240438, 2326, '1214-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240439, 2326, '1214-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240440, 2326, '1214-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240441, 2326, '1215-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240442, 2326, '1215-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240443, 2326, '1215-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240444, 2326, '1215-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240445, 2326, '1215-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240446, 2326, '1215-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240447, 2326, '1215-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240448, 2326, '1215-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240449, 2326, '1215-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240450, 2326, '1215-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240451, 2326, '1215-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240452, 2326, '1215-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240453, 2326, '1216-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240454, 2326, '1216-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240455, 2326, '1216-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240456, 2326, '1216-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240457, 2326, '1216-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240458, 2326, '1216-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240459, 2326, '1216-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240460, 2326, '1216-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240461, 2326, '1216-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240462, 2326, '1216-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240463, 2326, '1216-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240464, 2326, '1216-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240465, 2326, '1217-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240466, 2326, '1217-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240467, 2326, '1217-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240468, 2326, '1217-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240469, 2326, '1217-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240470, 2326, '1217-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240471, 2326, '1217-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240472, 2326, '1217-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240473, 2326, '1217-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240474, 2326, '1217-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240475, 2326, '1217-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240476, 2326, '1217-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240477, 2326, '1218-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240478, 2326, '1218-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240479, 2326, '1218-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240480, 2326, '1218-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240481, 2326, '1218-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240482, 2326, '1218-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240483, 2326, '1218-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240484, 2326, '1218-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240485, 2326, '1218-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240486, 2326, '1218-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240487, 2326, '1218-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240488, 2326, '1218-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240489, 2326, '1219-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240490, 2326, '1219-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240491, 2326, '1219-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240492, 2326, '1219-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240493, 2326, '1219-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240494, 2326, '1219-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240495, 2326, '1219-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240496, 2326, '1219-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240497, 2326, '1219-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240498, 2326, '1219-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240499, 2326, '1219-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240500, 2326, '1219-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240501, 2326, '1220-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240502, 2326, '1220-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240503, 2326, '1220-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240504, 2326, '1220-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240505, 2326, '1220-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240506, 2326, '1220-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240507, 2326, '1220-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240508, 2326, '1220-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240509, 2326, '1220-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240510, 2326, '1220-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240511, 2326, '1220-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240512, 2326, '1220-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240513, 2326, '1221-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240514, 2326, '1221-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240515, 2326, '1221-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240516, 2326, '1221-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240517, 2326, '1221-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240518, 2326, '1221-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240519, 2326, '1221-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240520, 2326, '1221-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240521, 2326, '1221-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240522, 2326, '1221-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240523, 2326, '1221-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240524, 2326, '1221-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240525, 2326, '1222-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240526, 2326, '1222-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240527, 2326, '1222-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240528, 2326, '1222-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240529, 2326, '1222-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240530, 2326, '1222-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240531, 2326, '1222-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240532, 2326, '1222-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240533, 2326, '1222-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240534, 2326, '1222-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240535, 2326, '1222-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240536, 2326, '1222-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240537, 2326, '1223-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240538, 2326, '1223-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240539, 2326, '1223-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240540, 2326, '1223-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240541, 2326, '1223-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240542, 2326, '1223-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240543, 2326, '1223-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240544, 2326, '1223-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240545, 2326, '1223-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240546, 2326, '1223-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240547, 2326, '1223-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240548, 2326, '1223-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240549, 2326, '1224-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240550, 2326, '1224-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240551, 2326, '1224-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240552, 2326, '1224-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240553, 2326, '1224-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240554, 2326, '1224-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240555, 2326, '1224-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240556, 2326, '1224-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240557, 2326, '1224-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240558, 2326, '1224-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240559, 2326, '1224-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240560, 2326, '1224-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240561, 2326, '1225-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240562, 2326, '1225-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240563, 2326, '1225-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240564, 2326, '1225-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240565, 2326, '1225-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240566, 2326, '1225-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240567, 2326, '1225-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240568, 2326, '1225-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240569, 2326, '1225-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240570, 2326, '1225-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240571, 2326, '1225-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240572, 2326, '1225-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240573, 2326, '1226-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240574, 2326, '1226-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240575, 2326, '1226-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240576, 2326, '1226-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240577, 2326, '1226-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240578, 2326, '1226-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240579, 2326, '1226-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(240580, 2326, '1226-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240581, 2326, '1226-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240582, 2326, '1226-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240583, 2326, '1226-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240584, 2326, '1226-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240585, 2326, '1227-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240586, 2326, '1227-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240587, 2326, '1227-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240588, 2326, '1227-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240589, 2326, '1227-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240590, 2326, '1227-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240591, 2326, '1227-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240592, 2326, '1227-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240593, 2326, '1227-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240594, 2326, '1227-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240595, 2326, '1227-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240596, 2326, '1227-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240597, 2326, '1228-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240598, 2326, '1228-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240599, 2326, '1228-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240600, 2326, '1228-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240601, 2326, '1228-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240602, 2326, '1228-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240603, 2326, '1228-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240604, 2326, '1228-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240605, 2326, '1228-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240606, 2326, '1228-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240607, 2326, '1228-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240608, 2326, '1228-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240609, 2326, '1229-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240610, 2326, '1229-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240611, 2326, '1229-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240612, 2326, '1229-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240613, 2326, '1229-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240614, 2326, '1229-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240615, 2326, '1229-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240616, 2326, '1229-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240617, 2326, '1229-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240618, 2326, '1229-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240619, 2326, '1229-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240620, 2326, '1229-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240621, 2326, '1230-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240622, 2326, '1230-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240623, 2326, '1230-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240624, 2326, '1230-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240625, 2326, '1230-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240626, 2326, '1230-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240627, 2326, '1230-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240628, 2326, '1230-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240629, 2326, '1230-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240630, 2326, '1230-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240631, 2326, '1230-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240632, 2326, '1230-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240633, 2326, '1231-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240634, 2326, '1231-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240635, 2326, '1231-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240636, 2326, '1231-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240637, 2326, '1231-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240638, 2326, '1231-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240639, 2326, '1231-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240640, 2326, '1231-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240641, 2326, '1231-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240642, 2326, '1231-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240643, 2326, '1231-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240644, 2326, '1231-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240645, 2326, '1232-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240646, 2326, '1232-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240647, 2326, '1232-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240648, 2326, '1232-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240649, 2326, '1232-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240650, 2326, '1232-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240651, 2326, '1232-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240652, 2326, '1232-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240653, 2326, '1232-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240654, 2326, '1232-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240655, 2326, '1232-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240656, 2326, '1232-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240657, 2326, '1233-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240658, 2326, '1233-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240659, 2326, '1233-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240660, 2326, '1233-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240661, 2326, '1233-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240662, 2326, '1233-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240663, 2326, '1233-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240664, 2326, '1233-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240665, 2326, '1233-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240666, 2326, '1233-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240667, 2326, '1233-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240668, 2326, '1233-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240669, 2326, '1234-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240670, 2326, '1234-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240671, 2326, '1234-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240672, 2326, '1234-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240673, 2326, '1234-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240674, 2326, '1234-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240675, 2326, '1234-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240676, 2326, '1234-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240677, 2326, '1234-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240678, 2326, '1234-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240679, 2326, '1234-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240680, 2326, '1234-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240681, 2326, '1235-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240682, 2326, '1235-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240683, 2326, '1235-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240684, 2326, '1235-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240685, 2326, '1235-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240686, 2326, '1235-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240687, 2326, '1235-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240688, 2326, '1235-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240689, 2326, '1235-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240690, 2326, '1235-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240691, 2326, '1235-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240692, 2326, '1235-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240693, 2326, '1236-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240694, 2326, '1236-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240695, 2326, '1236-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240696, 2326, '1236-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240697, 2326, '1236-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240698, 2326, '1236-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240699, 2326, '1236-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240700, 2326, '1236-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240701, 2326, '1236-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240702, 2326, '1236-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240703, 2326, '1236-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240704, 2326, '1236-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240705, 2326, '1237-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240706, 2326, '1237-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240707, 2326, '1237-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240708, 2326, '1237-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240709, 2326, '1237-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240710, 2326, '1237-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240711, 2326, '1237-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240712, 2326, '1237-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240713, 2326, '1237-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240714, 2326, '1237-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240715, 2326, '1237-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240716, 2326, '1237-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240717, 2326, '1238-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240718, 2326, '1238-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240719, 2326, '1238-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240720, 2326, '1238-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240721, 2326, '1238-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240722, 2326, '1238-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240723, 2326, '1238-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240724, 2326, '1238-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240725, 2326, '1238-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240726, 2326, '1238-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240727, 2326, '1238-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240728, 2326, '1238-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240729, 2326, '1239-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240730, 2326, '1239-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240731, 2326, '1239-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240732, 2326, '1239-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240733, 2326, '1239-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240734, 2326, '1239-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240735, 2326, '1239-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240736, 2326, '1239-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240737, 2326, '1239-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240738, 2326, '1239-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240739, 2326, '1239-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240740, 2326, '1239-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240741, 2326, '1240-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240742, 2326, '1240-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240743, 2326, '1240-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240744, 2326, '1240-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240745, 2326, '1240-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240746, 2326, '1240-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240747, 2326, '1240-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240748, 2326, '1240-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240749, 2326, '1240-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240750, 2326, '1240-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240751, 2326, '1240-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240752, 2326, '1240-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240753, 2326, '1241-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240754, 2326, '1241-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240755, 2326, '1241-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240756, 2326, '1241-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240757, 2326, '1241-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240758, 2326, '1241-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240759, 2326, '1241-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240760, 2326, '1241-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240761, 2326, '1241-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240762, 2326, '1241-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240763, 2326, '1241-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240764, 2326, '1241-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240765, 2326, '1242-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240766, 2326, '1242-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240767, 2326, '1242-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240768, 2326, '1242-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240769, 2326, '1242-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240770, 2326, '1242-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240771, 2326, '1242-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240772, 2326, '1242-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240773, 2326, '1242-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240774, 2326, '1242-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240775, 2326, '1242-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240776, 2326, '1242-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240777, 2326, '1243-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240778, 2326, '1243-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240779, 2326, '1243-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240780, 2326, '1243-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240781, 2326, '1243-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240782, 2326, '1243-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240783, 2326, '1243-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240784, 2326, '1243-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240785, 2326, '1243-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240786, 2326, '1243-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240787, 2326, '1243-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240788, 2326, '1243-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240789, 2326, '1244-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240790, 2326, '1244-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240791, 2326, '1244-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240792, 2326, '1244-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240793, 2326, '1244-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240794, 2326, '1244-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240795, 2326, '1244-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240796, 2326, '1244-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240797, 2326, '1244-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240798, 2326, '1244-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240799, 2326, '1244-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240800, 2326, '1244-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240801, 2326, '1245-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240802, 2326, '1245-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240803, 2326, '1245-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240804, 2326, '1245-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240805, 2326, '1245-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240806, 2326, '1245-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240807, 2326, '1245-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240808, 2326, '1245-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240809, 2326, '1245-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240810, 2326, '1245-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240811, 2326, '1245-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240812, 2326, '1245-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240813, 2326, '1246-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240814, 2326, '1246-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240815, 2326, '1246-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240816, 2326, '1246-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240817, 2326, '1246-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240818, 2326, '1246-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240819, 2326, '1246-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240820, 2326, '1246-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240821, 2326, '1246-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240822, 2326, '1246-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240823, 2326, '1246-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240824, 2326, '1246-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240825, 2326, '1247-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240826, 2326, '1247-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240827, 2326, '1247-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240828, 2326, '1247-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240829, 2326, '1247-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240830, 2326, '1247-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240831, 2326, '1247-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240832, 2326, '1247-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240833, 2326, '1247-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240834, 2326, '1247-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240835, 2326, '1247-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240836, 2326, '1247-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:21', '2023-10-31 14:11:21'),
(240837, 2326, '1248-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(240838, 2326, '1248-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(240839, 2326, '1248-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(240840, 2326, '1248-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(240841, 2326, '1248-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(240842, 2326, '1248-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(240843, 2326, '1248-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(240844, 2326, '1248-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(240845, 2326, '1248-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(240846, 2326, '1248-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(240847, 2326, '1248-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(240848, 2326, '1248-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(240849, 2326, '1249-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(240850, 2326, '1249-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(240851, 2326, '1249-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(240852, 2326, '1249-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(240853, 2326, '1249-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(240854, 2326, '1249-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(240855, 2326, '1249-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(240856, 2326, '1249-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(240857, 2326, '1249-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(240858, 2326, '1249-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(240859, 2326, '1249-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(240860, 2326, '1249-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(240861, 2326, '1250-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(240862, 2326, '1250-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(240863, 2326, '1250-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(240864, 2326, '1250-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(240865, 2326, '1250-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(240866, 2326, '1250-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(240867, 2326, '1250-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(240868, 2326, '1250-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(240869, 2326, '1250-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(240870, 2326, '1250-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(240871, 2326, '1250-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(240872, 2326, '1250-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(240873, 2326, '1251-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(240874, 2326, '1251-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(240875, 2326, '1251-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(240876, 2326, '1251-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(240877, 2326, '1251-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(240878, 2326, '1251-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(240879, 2326, '1251-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(240880, 2326, '1251-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(240881, 2326, '1251-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(240882, 2326, '1251-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(240883, 2326, '1251-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(240884, 2326, '1251-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(240885, 2326, '1252-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(240886, 2326, '1252-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(240887, 2326, '1252-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(240888, 2326, '1252-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(240889, 2326, '1252-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(240890, 2326, '1252-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(240891, 2326, '1252-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(240892, 2326, '1252-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(240893, 2326, '1252-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(240894, 2326, '1252-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(240895, 2326, '1252-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(240896, 2326, '1252-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(240897, 2326, '1253-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(240898, 2326, '1253-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(240899, 2326, '1253-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(240900, 2326, '1253-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(240901, 2326, '1253-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(240902, 2326, '1253-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(240903, 2326, '1253-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(240904, 2326, '1253-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(240905, 2326, '1253-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(240906, 2326, '1253-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(240907, 2326, '1253-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(240908, 2326, '1253-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(240909, 2326, '1254-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(240910, 2326, '1254-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(240911, 2326, '1254-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(240912, 2326, '1254-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(240913, 2326, '1254-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(240914, 2326, '1254-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(240915, 2326, '1254-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(240916, 2326, '1254-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(240917, 2326, '1254-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(240918, 2326, '1254-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(240919, 2326, '1254-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(240920, 2326, '1254-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(240921, 2326, '1255-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(240922, 2326, '1255-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(240923, 2326, '1255-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(240924, 2326, '1255-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(240925, 2326, '1255-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(240926, 2326, '1255-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(240927, 2326, '1255-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(240928, 2326, '1255-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(240929, 2326, '1255-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(240930, 2326, '1255-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(240931, 2326, '1255-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(240932, 2326, '1255-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(240933, 2326, '1256-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(240934, 2326, '1256-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(240935, 2326, '1256-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(240936, 2326, '1256-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(240937, 2326, '1256-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(240938, 2326, '1256-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(240939, 2326, '1256-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(240940, 2326, '1256-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(240941, 2326, '1256-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(240942, 2326, '1256-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(240943, 2326, '1256-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(240944, 2326, '1256-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(240945, 2326, '1257-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(240946, 2326, '1257-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(240947, 2326, '1257-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(240948, 2326, '1257-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(240949, 2326, '1257-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(240950, 2326, '1257-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(240951, 2326, '1257-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(240952, 2326, '1257-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(240953, 2326, '1257-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(240954, 2326, '1257-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(240955, 2326, '1257-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(240956, 2326, '1257-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(240957, 2326, '1258-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(240958, 2326, '1258-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(240959, 2326, '1258-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(240960, 2326, '1258-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(240961, 2326, '1258-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(240962, 2326, '1258-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(240963, 2326, '1258-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(240964, 2326, '1258-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(240965, 2326, '1258-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(240966, 2326, '1258-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(240967, 2326, '1258-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(240968, 2326, '1258-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(240969, 2326, '1259-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(240970, 2326, '1259-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(240971, 2326, '1259-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(240972, 2326, '1259-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(240973, 2326, '1259-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(240974, 2326, '1259-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(240975, 2326, '1259-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(240976, 2326, '1259-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(240977, 2326, '1259-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(240978, 2326, '1259-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(240979, 2326, '1259-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(240980, 2326, '1259-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(240981, 2326, '1260-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(240982, 2326, '1260-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(240983, 2326, '1260-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(240984, 2326, '1260-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(240985, 2326, '1260-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(240986, 2326, '1260-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(240987, 2326, '1260-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(240988, 2326, '1260-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(240989, 2326, '1260-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(240990, 2326, '1260-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(240991, 2326, '1260-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(240992, 2326, '1260-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(240993, 2326, '1261-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(240994, 2326, '1261-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(240995, 2326, '1261-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(240996, 2326, '1261-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(240997, 2326, '1261-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(240998, 2326, '1261-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(240999, 2326, '1261-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(241000, 2326, '1261-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(241001, 2326, '1261-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(241002, 2326, '1261-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(241003, 2326, '1261-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(241004, 2326, '1261-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(241005, 2326, '1262-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(241006, 2326, '1262-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(241007, 2326, '1262-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(241008, 2326, '1262-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(241009, 2326, '1262-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(241010, 2326, '1262-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(241011, 2326, '1262-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(241012, 2326, '1262-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(241013, 2326, '1262-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(241014, 2326, '1262-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(241015, 2326, '1262-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(241016, 2326, '1262-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(241017, 2326, '1263-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(241018, 2326, '1263-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(241019, 2326, '1263-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(241020, 2326, '1263-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(241021, 2326, '1263-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(241022, 2326, '1263-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(241023, 2326, '1263-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(241024, 2326, '1263-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(241025, 2326, '1263-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(241026, 2326, '1263-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(241027, 2326, '1263-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(241028, 2326, '1263-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(241029, 2326, '1264-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(241030, 2326, '1264-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(241031, 2326, '1264-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(241032, 2326, '1264-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(241033, 2326, '1264-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(241034, 2326, '1264-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(241035, 2326, '1264-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(241036, 2326, '1264-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(241037, 2326, '1264-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(241038, 2326, '1264-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(241039, 2326, '1264-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(241040, 2326, '1264-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(241041, 2326, '1265-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(241042, 2326, '1265-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(241043, 2326, '1265-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(241044, 2326, '1265-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(241045, 2326, '1265-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(241046, 2326, '1265-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(241047, 2326, '1265-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(241048, 2326, '1265-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(241049, 2326, '1265-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(241050, 2326, '1265-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(241051, 2326, '1265-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(241052, 2326, '1265-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(241053, 2326, '1266-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(241054, 2326, '1266-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(241055, 2326, '1266-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(241056, 2326, '1266-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(241057, 2326, '1266-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(241058, 2326, '1266-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(241059, 2326, '1266-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(241060, 2326, '1266-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(241061, 2326, '1266-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(241062, 2326, '1266-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(241063, 2326, '1266-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(241064, 2326, '1266-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(241065, 2326, '1267-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(241066, 2326, '1267-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(241067, 2326, '1267-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(241068, 2326, '1267-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(241069, 2326, '1267-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(241070, 2326, '1267-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(241071, 2326, '1267-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(241072, 2326, '1267-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(241073, 2326, '1267-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(241074, 2326, '1267-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(241075, 2326, '1267-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(241076, 2326, '1267-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(241077, 2326, '1268-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(241078, 2326, '1268-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(241079, 2326, '1268-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(241080, 2326, '1268-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(241081, 2326, '1268-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(241082, 2326, '1268-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(241083, 2326, '1268-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(241084, 2326, '1268-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(241085, 2326, '1268-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(241086, 2326, '1268-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(241087, 2326, '1268-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(241088, 2326, '1268-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(241089, 2326, '1269-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(241090, 2326, '1269-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(241091, 2326, '1269-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(241092, 2326, '1269-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(241093, 2326, '1269-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(241094, 2326, '1269-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(241095, 2326, '1269-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(241096, 2326, '1269-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(241097, 2326, '1269-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(241098, 2326, '1269-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(241099, 2326, '1269-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(241100, 2326, '1269-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(241101, 2326, '1270-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(241102, 2326, '1270-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(241103, 2326, '1270-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(241104, 2326, '1270-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(241105, 2326, '1270-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(241106, 2326, '1270-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(241107, 2326, '1270-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(241108, 2326, '1270-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(241109, 2326, '1270-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(241110, 2326, '1270-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(241111, 2326, '1270-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(241112, 2326, '1270-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(241113, 2326, '1271-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(241114, 2326, '1271-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(241115, 2326, '1271-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(241116, 2326, '1271-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(241117, 2326, '1271-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(241118, 2326, '1271-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(241119, 2326, '1271-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(241120, 2326, '1271-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(241121, 2326, '1271-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(241122, 2326, '1271-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(241123, 2326, '1271-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(241124, 2326, '1271-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(241125, 2326, '1272-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(241126, 2326, '1272-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(241127, 2326, '1272-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(241128, 2326, '1272-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(241129, 2326, '1272-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(241130, 2326, '1272-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(241131, 2326, '1272-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(241132, 2326, '1272-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(241133, 2326, '1272-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(241134, 2326, '1272-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(241135, 2326, '1272-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(241136, 2326, '1272-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(241137, 2326, '1273-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(241138, 2326, '1273-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(241139, 2326, '1273-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(241140, 2326, '1273-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(241141, 2326, '1273-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(241142, 2326, '1273-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(241143, 2326, '1273-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(241144, 2326, '1273-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(241145, 2326, '1273-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(241146, 2326, '1273-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(241147, 2326, '1273-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(241148, 2326, '1273-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(241149, 2326, '1274-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(241150, 2326, '1274-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(241151, 2326, '1274-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(241152, 2326, '1274-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(241153, 2326, '1274-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(241154, 2326, '1274-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(241155, 2326, '1274-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(241156, 2326, '1274-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(241157, 2326, '1274-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(241158, 2326, '1274-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(241159, 2326, '1274-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(241160, 2326, '1274-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(241161, 2326, '1275-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(241162, 2326, '1275-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(241163, 2326, '1275-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(241164, 2326, '1275-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(241165, 2326, '1275-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(241166, 2326, '1275-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(241167, 2326, '1275-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(241168, 2326, '1275-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(241169, 2326, '1275-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(241170, 2326, '1275-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(241171, 2326, '1275-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(241172, 2326, '1275-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(241173, 2326, '1276-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(241174, 2326, '1276-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(241175, 2326, '1276-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(241176, 2326, '1276-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(241177, 2326, '1276-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(241178, 2326, '1276-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(241179, 2326, '1276-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(241180, 2326, '1276-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:22', '2023-10-31 14:11:22'),
(241181, 2326, '1276-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241182, 2326, '1276-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241183, 2326, '1276-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241184, 2326, '1276-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241185, 2326, '1277-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241186, 2326, '1277-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241187, 2326, '1277-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241188, 2326, '1277-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241189, 2326, '1277-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241190, 2326, '1277-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241191, 2326, '1277-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241192, 2326, '1277-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241193, 2326, '1277-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241194, 2326, '1277-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241195, 2326, '1277-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241196, 2326, '1277-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241197, 2326, '1278-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241198, 2326, '1278-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241199, 2326, '1278-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241200, 2326, '1278-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241201, 2326, '1278-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241202, 2326, '1278-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241203, 2326, '1278-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241204, 2326, '1278-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241205, 2326, '1278-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241206, 2326, '1278-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241207, 2326, '1278-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241208, 2326, '1278-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241209, 2326, '1279-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241210, 2326, '1279-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241211, 2326, '1279-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241212, 2326, '1279-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241213, 2326, '1279-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241214, 2326, '1279-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241215, 2326, '1279-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241216, 2326, '1279-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241217, 2326, '1279-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241218, 2326, '1279-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241219, 2326, '1279-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241220, 2326, '1279-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241221, 2326, '1280-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241222, 2326, '1280-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241223, 2326, '1280-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241224, 2326, '1280-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241225, 2326, '1280-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241226, 2326, '1280-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241227, 2326, '1280-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241228, 2326, '1280-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241229, 2326, '1280-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241230, 2326, '1280-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241231, 2326, '1280-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241232, 2326, '1280-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241233, 2326, '1281-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241234, 2326, '1281-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241235, 2326, '1281-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241236, 2326, '1281-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241237, 2326, '1281-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241238, 2326, '1281-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241239, 2326, '1281-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241240, 2326, '1281-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241241, 2326, '1281-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241242, 2326, '1281-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241243, 2326, '1281-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241244, 2326, '1281-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241245, 2326, '1282-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241246, 2326, '1282-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241247, 2326, '1282-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241248, 2326, '1282-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241249, 2326, '1282-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241250, 2326, '1282-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241251, 2326, '1282-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241252, 2326, '1282-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241253, 2326, '1282-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241254, 2326, '1282-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241255, 2326, '1282-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241256, 2326, '1282-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241257, 2326, '1283-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241258, 2326, '1283-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241259, 2326, '1283-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241260, 2326, '1283-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241261, 2326, '1283-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241262, 2326, '1283-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241263, 2326, '1283-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241264, 2326, '1283-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241265, 2326, '1283-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241266, 2326, '1283-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241267, 2326, '1283-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241268, 2326, '1283-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241269, 2326, '1284-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241270, 2326, '1284-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241271, 2326, '1284-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241272, 2326, '1284-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241273, 2326, '1284-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241274, 2326, '1284-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241275, 2326, '1284-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241276, 2326, '1284-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241277, 2326, '1284-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241278, 2326, '1284-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241279, 2326, '1284-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241280, 2326, '1284-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241281, 2326, '1285-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241282, 2326, '1285-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241283, 2326, '1285-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241284, 2326, '1285-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241285, 2326, '1285-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241286, 2326, '1285-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241287, 2326, '1285-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241288, 2326, '1285-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241289, 2326, '1285-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241290, 2326, '1285-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241291, 2326, '1285-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241292, 2326, '1285-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241293, 2326, '1286-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241294, 2326, '1286-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241295, 2326, '1286-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241296, 2326, '1286-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241297, 2326, '1286-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241298, 2326, '1286-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241299, 2326, '1286-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241300, 2326, '1286-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241301, 2326, '1286-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241302, 2326, '1286-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241303, 2326, '1286-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241304, 2326, '1286-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241305, 2326, '1287-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241306, 2326, '1287-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241307, 2326, '1287-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241308, 2326, '1287-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241309, 2326, '1287-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241310, 2326, '1287-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241311, 2326, '1287-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241312, 2326, '1287-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241313, 2326, '1287-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241314, 2326, '1287-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241315, 2326, '1287-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241316, 2326, '1287-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241317, 2326, '1288-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241318, 2326, '1288-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241319, 2326, '1288-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241320, 2326, '1288-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241321, 2326, '1288-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241322, 2326, '1288-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241323, 2326, '1288-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241324, 2326, '1288-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241325, 2326, '1288-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241326, 2326, '1288-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241327, 2326, '1288-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241328, 2326, '1288-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241329, 2326, '1289-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241330, 2326, '1289-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241331, 2326, '1289-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241332, 2326, '1289-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241333, 2326, '1289-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241334, 2326, '1289-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241335, 2326, '1289-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241336, 2326, '1289-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241337, 2326, '1289-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241338, 2326, '1289-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241339, 2326, '1289-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241340, 2326, '1289-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241341, 2326, '1290-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241342, 2326, '1290-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241343, 2326, '1290-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241344, 2326, '1290-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241345, 2326, '1290-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241346, 2326, '1290-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241347, 2326, '1290-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241348, 2326, '1290-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241349, 2326, '1290-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241350, 2326, '1290-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241351, 2326, '1290-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241352, 2326, '1290-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241353, 2326, '1291-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241354, 2326, '1291-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241355, 2326, '1291-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241356, 2326, '1291-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241357, 2326, '1291-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241358, 2326, '1291-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241359, 2326, '1291-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241360, 2326, '1291-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241361, 2326, '1291-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241362, 2326, '1291-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241363, 2326, '1291-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241364, 2326, '1291-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241365, 2326, '1292-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241366, 2326, '1292-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241367, 2326, '1292-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241368, 2326, '1292-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241369, 2326, '1292-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241370, 2326, '1292-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241371, 2326, '1292-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241372, 2326, '1292-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241373, 2326, '1292-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241374, 2326, '1292-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241375, 2326, '1292-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241376, 2326, '1292-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241377, 2326, '1293-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241378, 2326, '1293-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241379, 2326, '1293-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241380, 2326, '1293-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241381, 2326, '1293-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241382, 2326, '1293-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241383, 2326, '1293-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241384, 2326, '1293-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241385, 2326, '1293-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241386, 2326, '1293-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241387, 2326, '1293-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241388, 2326, '1293-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241389, 2326, '1294-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241390, 2326, '1294-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241391, 2326, '1294-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241392, 2326, '1294-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241393, 2326, '1294-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241394, 2326, '1294-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241395, 2326, '1294-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241396, 2326, '1294-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241397, 2326, '1294-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241398, 2326, '1294-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241399, 2326, '1294-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241400, 2326, '1294-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241401, 2326, '1295-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241402, 2326, '1295-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241403, 2326, '1295-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241404, 2326, '1295-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241405, 2326, '1295-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241406, 2326, '1295-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241407, 2326, '1295-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241408, 2326, '1295-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241409, 2326, '1295-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241410, 2326, '1295-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241411, 2326, '1295-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241412, 2326, '1295-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241413, 2326, '1296-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241414, 2326, '1296-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241415, 2326, '1296-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241416, 2326, '1296-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241417, 2326, '1296-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241418, 2326, '1296-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241419, 2326, '1296-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241420, 2326, '1296-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241421, 2326, '1296-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241422, 2326, '1296-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241423, 2326, '1296-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241424, 2326, '1296-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241425, 2326, '1297-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241426, 2326, '1297-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241427, 2326, '1297-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241428, 2326, '1297-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241429, 2326, '1297-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241430, 2326, '1297-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241431, 2326, '1297-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241432, 2326, '1297-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241433, 2326, '1297-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241434, 2326, '1297-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241435, 2326, '1297-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241436, 2326, '1297-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241437, 2326, '1298-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241438, 2326, '1298-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241439, 2326, '1298-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241440, 2326, '1298-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241441, 2326, '1298-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241442, 2326, '1298-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241443, 2326, '1298-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241444, 2326, '1298-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241445, 2326, '1298-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241446, 2326, '1298-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241447, 2326, '1298-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241448, 2326, '1298-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241449, 2326, '1299-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241450, 2326, '1299-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241451, 2326, '1299-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241452, 2326, '1299-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241453, 2326, '1299-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241454, 2326, '1299-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241455, 2326, '1299-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241456, 2326, '1299-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241457, 2326, '1299-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241458, 2326, '1299-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241459, 2326, '1299-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241460, 2326, '1299-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241461, 2326, '1300-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241462, 2326, '1300-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241463, 2326, '1300-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241464, 2326, '1300-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241465, 2326, '1300-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241466, 2326, '1300-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241467, 2326, '1300-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241468, 2326, '1300-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241469, 2326, '1300-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241470, 2326, '1300-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241471, 2326, '1300-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241472, 2326, '1300-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241473, 2326, '1301-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241474, 2326, '1301-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241475, 2326, '1301-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241476, 2326, '1301-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241477, 2326, '1301-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241478, 2326, '1301-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241479, 2326, '1301-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241480, 2326, '1301-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241481, 2326, '1301-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241482, 2326, '1301-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241483, 2326, '1301-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241484, 2326, '1301-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241485, 2326, '1302-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241486, 2326, '1302-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241487, 2326, '1302-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241488, 2326, '1302-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241489, 2326, '1302-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241490, 2326, '1302-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241491, 2326, '1302-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241492, 2326, '1302-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241493, 2326, '1302-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241494, 2326, '1302-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241495, 2326, '1302-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241496, 2326, '1302-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241497, 2326, '1303-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241498, 2326, '1303-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241499, 2326, '1303-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241500, 2326, '1303-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241501, 2326, '1303-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241502, 2326, '1303-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241503, 2326, '1303-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241504, 2326, '1303-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241505, 2326, '1303-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241506, 2326, '1303-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241507, 2326, '1303-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241508, 2326, '1303-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241509, 2326, '1304-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(241510, 2326, '1304-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241511, 2326, '1304-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241512, 2326, '1304-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241513, 2326, '1304-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241514, 2326, '1304-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241515, 2326, '1304-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241516, 2326, '1304-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241517, 2326, '1304-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241518, 2326, '1304-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241519, 2326, '1304-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241520, 2326, '1304-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241521, 2326, '1305-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241522, 2326, '1305-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241523, 2326, '1305-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241524, 2326, '1305-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241525, 2326, '1305-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241526, 2326, '1305-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241527, 2326, '1305-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:23', '2023-10-31 14:11:23'),
(241528, 2326, '1305-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241529, 2326, '1305-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241530, 2326, '1305-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241531, 2326, '1305-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241532, 2326, '1305-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241533, 2326, '1306-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241534, 2326, '1306-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241535, 2326, '1306-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241536, 2326, '1306-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241537, 2326, '1306-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241538, 2326, '1306-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241539, 2326, '1306-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241540, 2326, '1306-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241541, 2326, '1306-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241542, 2326, '1306-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241543, 2326, '1306-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241544, 2326, '1306-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241545, 2326, '1307-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241546, 2326, '1307-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241547, 2326, '1307-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241548, 2326, '1307-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241549, 2326, '1307-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241550, 2326, '1307-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241551, 2326, '1307-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241552, 2326, '1307-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241553, 2326, '1307-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241554, 2326, '1307-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241555, 2326, '1307-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241556, 2326, '1307-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241557, 2326, '1308-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241558, 2326, '1308-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241559, 2326, '1308-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241560, 2326, '1308-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241561, 2326, '1308-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241562, 2326, '1308-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241563, 2326, '1308-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241564, 2326, '1308-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241565, 2326, '1308-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241566, 2326, '1308-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241567, 2326, '1308-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241568, 2326, '1308-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241569, 2326, '1309-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241570, 2326, '1309-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241571, 2326, '1309-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241572, 2326, '1309-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241573, 2326, '1309-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241574, 2326, '1309-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241575, 2326, '1309-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241576, 2326, '1309-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241577, 2326, '1309-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241578, 2326, '1309-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241579, 2326, '1309-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241580, 2326, '1309-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241581, 2326, '1310-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241582, 2326, '1310-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241583, 2326, '1310-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241584, 2326, '1310-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241585, 2326, '1310-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241586, 2326, '1310-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241587, 2326, '1310-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241588, 2326, '1310-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241589, 2326, '1310-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241590, 2326, '1310-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241591, 2326, '1310-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241592, 2326, '1310-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241593, 2326, '1311-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241594, 2326, '1311-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241595, 2326, '1311-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241596, 2326, '1311-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241597, 2326, '1311-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241598, 2326, '1311-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241599, 2326, '1311-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241600, 2326, '1311-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241601, 2326, '1311-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241602, 2326, '1311-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241603, 2326, '1311-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241604, 2326, '1311-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241605, 2326, '1312-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241606, 2326, '1312-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241607, 2326, '1312-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241608, 2326, '1312-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241609, 2326, '1312-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241610, 2326, '1312-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241611, 2326, '1312-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241612, 2326, '1312-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241613, 2326, '1312-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241614, 2326, '1312-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241615, 2326, '1312-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241616, 2326, '1312-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241617, 2326, '1313-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241618, 2326, '1313-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241619, 2326, '1313-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241620, 2326, '1313-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241621, 2326, '1313-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241622, 2326, '1313-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241623, 2326, '1313-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241624, 2326, '1313-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241625, 2326, '1313-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241626, 2326, '1313-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241627, 2326, '1313-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241628, 2326, '1313-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241629, 2326, '1314-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241630, 2326, '1314-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241631, 2326, '1314-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241632, 2326, '1314-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241633, 2326, '1314-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241634, 2326, '1314-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241635, 2326, '1314-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241636, 2326, '1314-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241637, 2326, '1314-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241638, 2326, '1314-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241639, 2326, '1314-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241640, 2326, '1314-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241641, 2326, '1315-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241642, 2326, '1315-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241643, 2326, '1315-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241644, 2326, '1315-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241645, 2326, '1315-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241646, 2326, '1315-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241647, 2326, '1315-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241648, 2326, '1315-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241649, 2326, '1315-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241650, 2326, '1315-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241651, 2326, '1315-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241652, 2326, '1315-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241653, 2326, '1316-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241654, 2326, '1316-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241655, 2326, '1316-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241656, 2326, '1316-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241657, 2326, '1316-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241658, 2326, '1316-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241659, 2326, '1316-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241660, 2326, '1316-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241661, 2326, '1316-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241662, 2326, '1316-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241663, 2326, '1316-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241664, 2326, '1316-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241665, 2326, '1317-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241666, 2326, '1317-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241667, 2326, '1317-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241668, 2326, '1317-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241669, 2326, '1317-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241670, 2326, '1317-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241671, 2326, '1317-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241672, 2326, '1317-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241673, 2326, '1317-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241674, 2326, '1317-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241675, 2326, '1317-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241676, 2326, '1317-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241677, 2326, '1318-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241678, 2326, '1318-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241679, 2326, '1318-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241680, 2326, '1318-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241681, 2326, '1318-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241682, 2326, '1318-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241683, 2326, '1318-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241684, 2326, '1318-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241685, 2326, '1318-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241686, 2326, '1318-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241687, 2326, '1318-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241688, 2326, '1318-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241689, 2326, '1319-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241690, 2326, '1319-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241691, 2326, '1319-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241692, 2326, '1319-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241693, 2326, '1319-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241694, 2326, '1319-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241695, 2326, '1319-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241696, 2326, '1319-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241697, 2326, '1319-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241698, 2326, '1319-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241699, 2326, '1319-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241700, 2326, '1319-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241701, 2326, '1320-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241702, 2326, '1320-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241703, 2326, '1320-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241704, 2326, '1320-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241705, 2326, '1320-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241706, 2326, '1320-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241707, 2326, '1320-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241708, 2326, '1320-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241709, 2326, '1320-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241710, 2326, '1320-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241711, 2326, '1320-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241712, 2326, '1320-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241713, 2326, '1321-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241714, 2326, '1321-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241715, 2326, '1321-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241716, 2326, '1321-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241717, 2326, '1321-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241718, 2326, '1321-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241719, 2326, '1321-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241720, 2326, '1321-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241721, 2326, '1321-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241722, 2326, '1321-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241723, 2326, '1321-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241724, 2326, '1321-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241725, 2326, '1322-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241726, 2326, '1322-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241727, 2326, '1322-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241728, 2326, '1322-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241729, 2326, '1322-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241730, 2326, '1322-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241731, 2326, '1322-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241732, 2326, '1322-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241733, 2326, '1322-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241734, 2326, '1322-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241735, 2326, '1322-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241736, 2326, '1322-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241737, 2326, '1323-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241738, 2326, '1323-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241739, 2326, '1323-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241740, 2326, '1323-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241741, 2326, '1323-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241742, 2326, '1323-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241743, 2326, '1323-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241744, 2326, '1323-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241745, 2326, '1323-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241746, 2326, '1323-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241747, 2326, '1323-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241748, 2326, '1323-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241749, 2326, '1324-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241750, 2326, '1324-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241751, 2326, '1324-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241752, 2326, '1324-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241753, 2326, '1324-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241754, 2326, '1324-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241755, 2326, '1324-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241756, 2326, '1324-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241757, 2326, '1324-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241758, 2326, '1324-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241759, 2326, '1324-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241760, 2326, '1324-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241761, 2326, '1325-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241762, 2326, '1325-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241763, 2326, '1325-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241764, 2326, '1325-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241765, 2326, '1325-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241766, 2326, '1325-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241767, 2326, '1325-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241768, 2326, '1325-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241769, 2326, '1325-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241770, 2326, '1325-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241771, 2326, '1325-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241772, 2326, '1325-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241773, 2326, '1326-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241774, 2326, '1326-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241775, 2326, '1326-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241776, 2326, '1326-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241777, 2326, '1326-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241778, 2326, '1326-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241779, 2326, '1326-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241780, 2326, '1326-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241781, 2326, '1326-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241782, 2326, '1326-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241783, 2326, '1326-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241784, 2326, '1326-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241785, 2326, '1327-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:24', '2023-10-31 14:11:24'),
(241786, 2326, '1327-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(241787, 2326, '1327-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(241788, 2326, '1327-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(241789, 2326, '1327-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(241790, 2326, '1327-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(241791, 2326, '1327-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(241792, 2326, '1327-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(241793, 2326, '1327-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(241794, 2326, '1327-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(241795, 2326, '1327-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(241796, 2326, '1327-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(241797, 2326, '1328-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(241798, 2326, '1328-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(241799, 2326, '1328-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(241800, 2326, '1328-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(241801, 2326, '1328-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(241802, 2326, '1328-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(241803, 2326, '1328-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(241804, 2326, '1328-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(241805, 2326, '1328-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(241806, 2326, '1328-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(241807, 2326, '1328-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(241808, 2326, '1328-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(241809, 2326, '1329-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(241810, 2326, '1329-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(241811, 2326, '1329-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(241812, 2326, '1329-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(241813, 2326, '1329-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(241814, 2326, '1329-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(241815, 2326, '1329-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(241816, 2326, '1329-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(241817, 2326, '1329-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(241818, 2326, '1329-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(241819, 2326, '1329-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(241820, 2326, '1329-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(241821, 2326, '1330-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(241822, 2326, '1330-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(241823, 2326, '1330-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(241824, 2326, '1330-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(241825, 2326, '1330-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(241826, 2326, '1330-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(241827, 2326, '1330-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(241828, 2326, '1330-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(241829, 2326, '1330-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(241830, 2326, '1330-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(241831, 2326, '1330-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(241832, 2326, '1330-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(241833, 2326, '1331-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(241834, 2326, '1331-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(241835, 2326, '1331-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(241836, 2326, '1331-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(241837, 2326, '1331-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(241838, 2326, '1331-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(241839, 2326, '1331-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(241840, 2326, '1331-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(241841, 2326, '1331-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(241842, 2326, '1331-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(241843, 2326, '1331-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(241844, 2326, '1331-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(241845, 2326, '1332-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(241846, 2326, '1332-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(241847, 2326, '1332-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(241848, 2326, '1332-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(241849, 2326, '1332-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(241850, 2326, '1332-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(241851, 2326, '1332-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(241852, 2326, '1332-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(241853, 2326, '1332-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(241854, 2326, '1332-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(241855, 2326, '1332-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(241856, 2326, '1332-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(241857, 2326, '1333-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(241858, 2326, '1333-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(241859, 2326, '1333-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(241860, 2326, '1333-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(241861, 2326, '1333-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(241862, 2326, '1333-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(241863, 2326, '1333-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(241864, 2326, '1333-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(241865, 2326, '1333-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(241866, 2326, '1333-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(241867, 2326, '1333-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(241868, 2326, '1333-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(241869, 2326, '1334-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(241870, 2326, '1334-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(241871, 2326, '1334-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(241872, 2326, '1334-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(241873, 2326, '1334-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(241874, 2326, '1334-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(241875, 2326, '1334-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(241876, 2326, '1334-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(241877, 2326, '1334-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(241878, 2326, '1334-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(241879, 2326, '1334-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(241880, 2326, '1334-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(241881, 2326, '1335-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(241882, 2326, '1335-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(241883, 2326, '1335-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(241884, 2326, '1335-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(241885, 2326, '1335-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(241886, 2326, '1335-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(241887, 2326, '1335-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(241888, 2326, '1335-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(241889, 2326, '1335-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(241890, 2326, '1335-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(241891, 2326, '1335-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(241892, 2326, '1335-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(241893, 2326, '1336-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(241894, 2326, '1336-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(241895, 2326, '1336-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(241896, 2326, '1336-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(241897, 2326, '1336-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(241898, 2326, '1336-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(241899, 2326, '1336-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(241900, 2326, '1336-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(241901, 2326, '1336-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(241902, 2326, '1336-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(241903, 2326, '1336-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(241904, 2326, '1336-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(241905, 2326, '1337-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(241906, 2326, '1337-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(241907, 2326, '1337-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(241908, 2326, '1337-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(241909, 2326, '1337-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(241910, 2326, '1337-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(241911, 2326, '1337-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(241912, 2326, '1337-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(241913, 2326, '1337-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(241914, 2326, '1337-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(241915, 2326, '1337-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(241916, 2326, '1337-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(241917, 2326, '1338-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(241918, 2326, '1338-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(241919, 2326, '1338-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(241920, 2326, '1338-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(241921, 2326, '1338-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(241922, 2326, '1338-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(241923, 2326, '1338-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(241924, 2326, '1338-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(241925, 2326, '1338-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(241926, 2326, '1338-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(241927, 2326, '1338-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(241928, 2326, '1338-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(241929, 2326, '1339-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(241930, 2326, '1339-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(241931, 2326, '1339-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(241932, 2326, '1339-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(241933, 2326, '1339-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(241934, 2326, '1339-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(241935, 2326, '1339-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(241936, 2326, '1339-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(241937, 2326, '1339-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(241938, 2326, '1339-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(241939, 2326, '1339-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(241940, 2326, '1339-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(241941, 2326, '1340-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(241942, 2326, '1340-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(241943, 2326, '1340-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(241944, 2326, '1340-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(241945, 2326, '1340-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(241946, 2326, '1340-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(241947, 2326, '1340-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(241948, 2326, '1340-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(241949, 2326, '1340-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(241950, 2326, '1340-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(241951, 2326, '1340-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(241952, 2326, '1340-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(241953, 2326, '1341-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(241954, 2326, '1341-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(241955, 2326, '1341-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(241956, 2326, '1341-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(241957, 2326, '1341-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(241958, 2326, '1341-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(241959, 2326, '1341-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(241960, 2326, '1341-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(241961, 2326, '1341-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(241962, 2326, '1341-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(241963, 2326, '1341-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(241964, 2326, '1341-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(241965, 2326, '1342-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(241966, 2326, '1342-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(241967, 2326, '1342-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(241968, 2326, '1342-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(241969, 2326, '1342-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(241970, 2326, '1342-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(241971, 2326, '1342-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(241972, 2326, '1342-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(241973, 2326, '1342-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(241974, 2326, '1342-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(241975, 2326, '1342-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(241976, 2326, '1342-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(241977, 2326, '1343-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(241978, 2326, '1343-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(241979, 2326, '1343-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(241980, 2326, '1343-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(241981, 2326, '1343-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(241982, 2326, '1343-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(241983, 2326, '1343-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(241984, 2326, '1343-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(241985, 2326, '1343-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(241986, 2326, '1343-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(241987, 2326, '1343-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(241988, 2326, '1343-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(241989, 2326, '1344-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(241990, 2326, '1344-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(241991, 2326, '1344-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(241992, 2326, '1344-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(241993, 2326, '1344-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(241994, 2326, '1344-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(241995, 2326, '1344-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(241996, 2326, '1344-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(241997, 2326, '1344-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(241998, 2326, '1344-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(241999, 2326, '1344-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(242000, 2326, '1344-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(242001, 2326, '1345-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(242002, 2326, '1345-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(242003, 2326, '1345-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(242004, 2326, '1345-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(242005, 2326, '1345-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(242006, 2326, '1345-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(242007, 2326, '1345-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(242008, 2326, '1345-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(242009, 2326, '1345-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(242010, 2326, '1345-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(242011, 2326, '1345-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(242012, 2326, '1345-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(242013, 2326, '1346-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(242014, 2326, '1346-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(242015, 2326, '1346-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(242016, 2326, '1346-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(242017, 2326, '1346-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(242018, 2326, '1346-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(242019, 2326, '1346-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(242020, 2326, '1346-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(242021, 2326, '1346-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(242022, 2326, '1346-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(242023, 2326, '1346-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(242024, 2326, '1346-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(242025, 2326, '1347-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(242026, 2326, '1347-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(242027, 2326, '1347-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(242028, 2326, '1347-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(242029, 2326, '1347-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(242030, 2326, '1347-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(242031, 2326, '1347-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(242032, 2326, '1347-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(242033, 2326, '1347-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(242034, 2326, '1347-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(242035, 2326, '1347-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(242036, 2326, '1347-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(242037, 2326, '1348-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(242038, 2326, '1348-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(242039, 2326, '1348-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(242040, 2326, '1348-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(242041, 2326, '1348-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(242042, 2326, '1348-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(242043, 2326, '1348-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(242044, 2326, '1348-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(242045, 2326, '1348-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(242046, 2326, '1348-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(242047, 2326, '1348-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(242048, 2326, '1348-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(242049, 2326, '1349-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(242050, 2326, '1349-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(242051, 2326, '1349-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(242052, 2326, '1349-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(242053, 2326, '1349-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(242054, 2326, '1349-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(242055, 2326, '1349-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(242056, 2326, '1349-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(242057, 2326, '1349-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(242058, 2326, '1349-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(242059, 2326, '1349-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(242060, 2326, '1349-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(242061, 2326, '1350-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(242062, 2326, '1350-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(242063, 2326, '1350-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(242064, 2326, '1350-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(242065, 2326, '1350-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(242066, 2326, '1350-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(242067, 2326, '1350-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(242068, 2326, '1350-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(242069, 2326, '1350-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(242070, 2326, '1350-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(242071, 2326, '1350-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(242072, 2326, '1350-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(242073, 2326, '1351-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(242074, 2326, '1351-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(242075, 2326, '1351-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(242076, 2326, '1351-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(242077, 2326, '1351-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(242078, 2326, '1351-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(242079, 2326, '1351-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(242080, 2326, '1351-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(242081, 2326, '1351-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(242082, 2326, '1351-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(242083, 2326, '1351-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(242084, 2326, '1351-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(242085, 2326, '1352-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(242086, 2326, '1352-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(242087, 2326, '1352-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(242088, 2326, '1352-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(242089, 2326, '1352-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(242090, 2326, '1352-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(242091, 2326, '1352-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(242092, 2326, '1352-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(242093, 2326, '1352-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(242094, 2326, '1352-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(242095, 2326, '1352-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(242096, 2326, '1352-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(242097, 2326, '1353-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(242098, 2326, '1353-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(242099, 2326, '1353-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(242100, 2326, '1353-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(242101, 2326, '1353-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(242102, 2326, '1353-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(242103, 2326, '1353-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(242104, 2326, '1353-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(242105, 2326, '1353-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(242106, 2326, '1353-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(242107, 2326, '1353-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(242108, 2326, '1353-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(242109, 2326, '1354-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(242110, 2326, '1354-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(242111, 2326, '1354-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(242112, 2326, '1354-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(242113, 2326, '1354-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(242114, 2326, '1354-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(242115, 2326, '1354-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(242116, 2326, '1354-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(242117, 2326, '1354-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(242118, 2326, '1354-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(242119, 2326, '1354-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(242120, 2326, '1354-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(242121, 2326, '1355-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(242122, 2326, '1355-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(242123, 2326, '1355-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(242124, 2326, '1355-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(242125, 2326, '1355-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(242126, 2326, '1355-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(242127, 2326, '1355-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(242128, 2326, '1355-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(242129, 2326, '1355-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(242130, 2326, '1355-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(242131, 2326, '1355-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(242132, 2326, '1355-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(242133, 2326, '1356-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(242134, 2326, '1356-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(242135, 2326, '1356-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(242136, 2326, '1356-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:25', '2023-10-31 14:11:25'),
(242137, 2326, '1356-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242138, 2326, '1356-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242139, 2326, '1356-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242140, 2326, '1356-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242141, 2326, '1356-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242142, 2326, '1356-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242143, 2326, '1356-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242144, 2326, '1356-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242145, 2326, '1357-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242146, 2326, '1357-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242147, 2326, '1357-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242148, 2326, '1357-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242149, 2326, '1357-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242150, 2326, '1357-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242151, 2326, '1357-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242152, 2326, '1357-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242153, 2326, '1357-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242154, 2326, '1357-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242155, 2326, '1357-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242156, 2326, '1357-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242157, 2326, '1358-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242158, 2326, '1358-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242159, 2326, '1358-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242160, 2326, '1358-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242161, 2326, '1358-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242162, 2326, '1358-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242163, 2326, '1358-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242164, 2326, '1358-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242165, 2326, '1358-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242166, 2326, '1358-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242167, 2326, '1358-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242168, 2326, '1358-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242169, 2326, '1359-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242170, 2326, '1359-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242171, 2326, '1359-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242172, 2326, '1359-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242173, 2326, '1359-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242174, 2326, '1359-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242175, 2326, '1359-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242176, 2326, '1359-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242177, 2326, '1359-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242178, 2326, '1359-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242179, 2326, '1359-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242180, 2326, '1359-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242181, 2326, '1360-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242182, 2326, '1360-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242183, 2326, '1360-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242184, 2326, '1360-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242185, 2326, '1360-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242186, 2326, '1360-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242187, 2326, '1360-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242188, 2326, '1360-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242189, 2326, '1360-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242190, 2326, '1360-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242191, 2326, '1360-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242192, 2326, '1360-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242193, 2326, '1361-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242194, 2326, '1361-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242195, 2326, '1361-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242196, 2326, '1361-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242197, 2326, '1361-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242198, 2326, '1361-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242199, 2326, '1361-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242200, 2326, '1361-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242201, 2326, '1361-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242202, 2326, '1361-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242203, 2326, '1361-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242204, 2326, '1361-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242205, 2326, '1362-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242206, 2326, '1362-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242207, 2326, '1362-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242208, 2326, '1362-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242209, 2326, '1362-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242210, 2326, '1362-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242211, 2326, '1362-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242212, 2326, '1362-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242213, 2326, '1362-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242214, 2326, '1362-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242215, 2326, '1362-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242216, 2326, '1362-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242217, 2326, '1363-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242218, 2326, '1363-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242219, 2326, '1363-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242220, 2326, '1363-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242221, 2326, '1363-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242222, 2326, '1363-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242223, 2326, '1363-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242224, 2326, '1363-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242225, 2326, '1363-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242226, 2326, '1363-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242227, 2326, '1363-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242228, 2326, '1363-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242229, 2326, '1364-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242230, 2326, '1364-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242231, 2326, '1364-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242232, 2326, '1364-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242233, 2326, '1364-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242234, 2326, '1364-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242235, 2326, '1364-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242236, 2326, '1364-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242237, 2326, '1364-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242238, 2326, '1364-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242239, 2326, '1364-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242240, 2326, '1364-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242241, 2326, '1365-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242242, 2326, '1365-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242243, 2326, '1365-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242244, 2326, '1365-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242245, 2326, '1365-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242246, 2326, '1365-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242247, 2326, '1365-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242248, 2326, '1365-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242249, 2326, '1365-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242250, 2326, '1365-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242251, 2326, '1365-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242252, 2326, '1365-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242253, 2326, '1366-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242254, 2326, '1366-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242255, 2326, '1366-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242256, 2326, '1366-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242257, 2326, '1366-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242258, 2326, '1366-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242259, 2326, '1366-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242260, 2326, '1366-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242261, 2326, '1366-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242262, 2326, '1366-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242263, 2326, '1366-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242264, 2326, '1366-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242265, 2326, '1367-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242266, 2326, '1367-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242267, 2326, '1367-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242268, 2326, '1367-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242269, 2326, '1367-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242270, 2326, '1367-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242271, 2326, '1367-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242272, 2326, '1367-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242273, 2326, '1367-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242274, 2326, '1367-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242275, 2326, '1367-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242276, 2326, '1367-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242277, 2326, '1368-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242278, 2326, '1368-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242279, 2326, '1368-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242280, 2326, '1368-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242281, 2326, '1368-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242282, 2326, '1368-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242283, 2326, '1368-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242284, 2326, '1368-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242285, 2326, '1368-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242286, 2326, '1368-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242287, 2326, '1368-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242288, 2326, '1368-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242289, 2326, '1369-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242290, 2326, '1369-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242291, 2326, '1369-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242292, 2326, '1369-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242293, 2326, '1369-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242294, 2326, '1369-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242295, 2326, '1369-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242296, 2326, '1369-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242297, 2326, '1369-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242298, 2326, '1369-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242299, 2326, '1369-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242300, 2326, '1369-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242301, 2326, '1370-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242302, 2326, '1370-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242303, 2326, '1370-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242304, 2326, '1370-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242305, 2326, '1370-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242306, 2326, '1370-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242307, 2326, '1370-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242308, 2326, '1370-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242309, 2326, '1370-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242310, 2326, '1370-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242311, 2326, '1370-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242312, 2326, '1370-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242313, 2326, '1371-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242314, 2326, '1371-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242315, 2326, '1371-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242316, 2326, '1371-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242317, 2326, '1371-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242318, 2326, '1371-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242319, 2326, '1371-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242320, 2326, '1371-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242321, 2326, '1371-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242322, 2326, '1371-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242323, 2326, '1371-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242324, 2326, '1371-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242325, 2326, '1372-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242326, 2326, '1372-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242327, 2326, '1372-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242328, 2326, '1372-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242329, 2326, '1372-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242330, 2326, '1372-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242331, 2326, '1372-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242332, 2326, '1372-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242333, 2326, '1372-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242334, 2326, '1372-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242335, 2326, '1372-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242336, 2326, '1372-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242337, 2326, '1373-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242338, 2326, '1373-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242339, 2326, '1373-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242340, 2326, '1373-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242341, 2326, '1373-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242342, 2326, '1373-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242343, 2326, '1373-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242344, 2326, '1373-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242345, 2326, '1373-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242346, 2326, '1373-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242347, 2326, '1373-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242348, 2326, '1373-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242349, 2326, '1374-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242350, 2326, '1374-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242351, 2326, '1374-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242352, 2326, '1374-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242353, 2326, '1374-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242354, 2326, '1374-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242355, 2326, '1374-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242356, 2326, '1374-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242357, 2326, '1374-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242358, 2326, '1374-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242359, 2326, '1374-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242360, 2326, '1374-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242361, 2326, '1375-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242362, 2326, '1375-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242363, 2326, '1375-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242364, 2326, '1375-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242365, 2326, '1375-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242366, 2326, '1375-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242367, 2326, '1375-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242368, 2326, '1375-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242369, 2326, '1375-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242370, 2326, '1375-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242371, 2326, '1375-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242372, 2326, '1375-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242373, 2326, '1376-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242374, 2326, '1376-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242375, 2326, '1376-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242376, 2326, '1376-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242377, 2326, '1376-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242378, 2326, '1376-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242379, 2326, '1376-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242380, 2326, '1376-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242381, 2326, '1376-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242382, 2326, '1376-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242383, 2326, '1376-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242384, 2326, '1376-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242385, 2326, '1377-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242386, 2326, '1377-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242387, 2326, '1377-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242388, 2326, '1377-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242389, 2326, '1377-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242390, 2326, '1377-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242391, 2326, '1377-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242392, 2326, '1377-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242393, 2326, '1377-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242394, 2326, '1377-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242395, 2326, '1377-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242396, 2326, '1377-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242397, 2326, '1378-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242398, 2326, '1378-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242399, 2326, '1378-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242400, 2326, '1378-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242401, 2326, '1378-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242402, 2326, '1378-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242403, 2326, '1378-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242404, 2326, '1378-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242405, 2326, '1378-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242406, 2326, '1378-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242407, 2326, '1378-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242408, 2326, '1378-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242409, 2326, '1379-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242410, 2326, '1379-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242411, 2326, '1379-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242412, 2326, '1379-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242413, 2326, '1379-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242414, 2326, '1379-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242415, 2326, '1379-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242416, 2326, '1379-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242417, 2326, '1379-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242418, 2326, '1379-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242419, 2326, '1379-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242420, 2326, '1379-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242421, 2326, '1380-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242422, 2326, '1380-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242423, 2326, '1380-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242424, 2326, '1380-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242425, 2326, '1380-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242426, 2326, '1380-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242427, 2326, '1380-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242428, 2326, '1380-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242429, 2326, '1380-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242430, 2326, '1380-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242431, 2326, '1380-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242432, 2326, '1380-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242433, 2326, '1381-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242434, 2326, '1381-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242435, 2326, '1381-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242436, 2326, '1381-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242437, 2326, '1381-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242438, 2326, '1381-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242439, 2326, '1381-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(242440, 2326, '1381-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242441, 2326, '1381-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242442, 2326, '1381-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242443, 2326, '1381-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242444, 2326, '1381-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242445, 2326, '1382-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242446, 2326, '1382-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242447, 2326, '1382-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242448, 2326, '1382-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242449, 2326, '1382-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242450, 2326, '1382-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242451, 2326, '1382-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242452, 2326, '1382-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242453, 2326, '1382-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242454, 2326, '1382-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242455, 2326, '1382-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242456, 2326, '1382-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242457, 2326, '1383-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242458, 2326, '1383-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242459, 2326, '1383-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242460, 2326, '1383-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242461, 2326, '1383-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242462, 2326, '1383-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242463, 2326, '1383-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242464, 2326, '1383-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242465, 2326, '1383-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242466, 2326, '1383-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242467, 2326, '1383-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:26', '2023-10-31 14:11:26'),
(242468, 2326, '1383-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242469, 2326, '1384-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242470, 2326, '1384-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242471, 2326, '1384-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242472, 2326, '1384-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242473, 2326, '1384-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242474, 2326, '1384-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242475, 2326, '1384-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242476, 2326, '1384-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242477, 2326, '1384-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242478, 2326, '1384-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242479, 2326, '1384-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242480, 2326, '1384-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242481, 2326, '1385-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242482, 2326, '1385-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242483, 2326, '1385-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242484, 2326, '1385-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242485, 2326, '1385-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242486, 2326, '1385-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242487, 2326, '1385-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242488, 2326, '1385-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242489, 2326, '1385-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242490, 2326, '1385-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242491, 2326, '1385-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242492, 2326, '1385-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242493, 2326, '1386-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242494, 2326, '1386-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242495, 2326, '1386-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242496, 2326, '1386-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242497, 2326, '1386-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242498, 2326, '1386-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242499, 2326, '1386-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242500, 2326, '1386-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242501, 2326, '1386-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242502, 2326, '1386-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242503, 2326, '1386-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242504, 2326, '1386-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242505, 2326, '1387-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242506, 2326, '1387-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242507, 2326, '1387-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242508, 2326, '1387-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242509, 2326, '1387-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242510, 2326, '1387-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242511, 2326, '1387-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242512, 2326, '1387-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242513, 2326, '1387-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242514, 2326, '1387-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242515, 2326, '1387-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242516, 2326, '1387-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242517, 2326, '1388-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242518, 2326, '1388-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242519, 2326, '1388-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242520, 2326, '1388-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242521, 2326, '1388-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242522, 2326, '1388-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242523, 2326, '1388-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242524, 2326, '1388-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242525, 2326, '1388-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242526, 2326, '1388-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242527, 2326, '1388-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242528, 2326, '1388-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242529, 2326, '1389-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242530, 2326, '1389-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242531, 2326, '1389-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242532, 2326, '1389-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242533, 2326, '1389-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242534, 2326, '1389-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242535, 2326, '1389-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242536, 2326, '1389-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242537, 2326, '1389-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242538, 2326, '1389-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242539, 2326, '1389-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242540, 2326, '1389-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242541, 2326, '1390-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242542, 2326, '1390-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242543, 2326, '1390-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242544, 2326, '1390-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242545, 2326, '1390-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242546, 2326, '1390-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242547, 2326, '1390-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242548, 2326, '1390-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242549, 2326, '1390-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242550, 2326, '1390-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242551, 2326, '1390-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242552, 2326, '1390-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242553, 2326, '1391-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242554, 2326, '1391-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242555, 2326, '1391-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242556, 2326, '1391-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242557, 2326, '1391-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242558, 2326, '1391-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242559, 2326, '1391-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242560, 2326, '1391-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242561, 2326, '1391-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242562, 2326, '1391-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242563, 2326, '1391-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242564, 2326, '1391-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242565, 2326, '1392-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242566, 2326, '1392-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242567, 2326, '1392-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242568, 2326, '1392-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242569, 2326, '1392-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242570, 2326, '1392-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242571, 2326, '1392-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242572, 2326, '1392-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242573, 2326, '1392-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242574, 2326, '1392-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242575, 2326, '1392-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242576, 2326, '1392-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242577, 2326, '1393-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242578, 2326, '1393-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242579, 2326, '1393-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242580, 2326, '1393-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242581, 2326, '1393-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242582, 2326, '1393-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242583, 2326, '1393-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242584, 2326, '1393-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242585, 2326, '1393-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242586, 2326, '1393-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242587, 2326, '1393-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242588, 2326, '1393-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242589, 2326, '1394-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242590, 2326, '1394-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242591, 2326, '1394-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242592, 2326, '1394-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242593, 2326, '1394-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242594, 2326, '1394-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242595, 2326, '1394-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242596, 2326, '1394-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242597, 2326, '1394-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242598, 2326, '1394-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242599, 2326, '1394-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242600, 2326, '1394-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242601, 2326, '1395-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242602, 2326, '1395-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242603, 2326, '1395-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242604, 2326, '1395-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242605, 2326, '1395-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242606, 2326, '1395-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242607, 2326, '1395-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242608, 2326, '1395-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242609, 2326, '1395-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242610, 2326, '1395-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242611, 2326, '1395-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242612, 2326, '1395-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242613, 2326, '1396-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242614, 2326, '1396-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242615, 2326, '1396-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242616, 2326, '1396-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242617, 2326, '1396-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242618, 2326, '1396-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242619, 2326, '1396-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242620, 2326, '1396-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242621, 2326, '1396-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242622, 2326, '1396-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242623, 2326, '1396-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242624, 2326, '1396-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242625, 2326, '1397-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242626, 2326, '1397-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242627, 2326, '1397-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242628, 2326, '1397-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242629, 2326, '1397-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242630, 2326, '1397-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242631, 2326, '1397-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242632, 2326, '1397-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242633, 2326, '1397-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242634, 2326, '1397-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242635, 2326, '1397-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242636, 2326, '1397-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242637, 2326, '1398-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242638, 2326, '1398-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242639, 2326, '1398-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242640, 2326, '1398-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242641, 2326, '1398-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242642, 2326, '1398-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242643, 2326, '1398-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242644, 2326, '1398-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242645, 2326, '1398-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242646, 2326, '1398-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242647, 2326, '1398-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242648, 2326, '1398-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242649, 2326, '1399-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242650, 2326, '1399-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242651, 2326, '1399-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242652, 2326, '1399-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242653, 2326, '1399-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242654, 2326, '1399-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242655, 2326, '1399-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242656, 2326, '1399-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242657, 2326, '1399-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242658, 2326, '1399-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242659, 2326, '1399-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242660, 2326, '1399-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242661, 2326, '1400-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242662, 2326, '1400-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242663, 2326, '1400-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242664, 2326, '1400-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242665, 2326, '1400-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242666, 2326, '1400-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242667, 2326, '1400-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242668, 2326, '1400-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242669, 2326, '1400-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242670, 2326, '1400-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242671, 2326, '1400-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242672, 2326, '1400-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242673, 2326, '1401-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242674, 2326, '1401-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242675, 2326, '1401-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242676, 2326, '1401-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242677, 2326, '1401-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242678, 2326, '1401-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242679, 2326, '1401-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242680, 2326, '1401-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242681, 2326, '1401-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242682, 2326, '1401-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242683, 2326, '1401-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242684, 2326, '1401-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242685, 2326, '1402-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242686, 2326, '1402-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242687, 2326, '1402-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242688, 2326, '1402-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242689, 2326, '1402-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242690, 2326, '1402-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242691, 2326, '1402-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242692, 2326, '1402-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242693, 2326, '1402-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242694, 2326, '1402-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242695, 2326, '1402-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242696, 2326, '1402-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242697, 2326, '1403-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242698, 2326, '1403-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242699, 2326, '1403-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242700, 2326, '1403-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242701, 2326, '1403-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242702, 2326, '1403-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242703, 2326, '1403-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242704, 2326, '1403-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242705, 2326, '1403-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242706, 2326, '1403-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242707, 2326, '1403-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242708, 2326, '1403-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242709, 2326, '1404-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242710, 2326, '1404-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242711, 2326, '1404-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242712, 2326, '1404-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242713, 2326, '1404-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242714, 2326, '1404-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242715, 2326, '1404-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242716, 2326, '1404-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242717, 2326, '1404-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242718, 2326, '1404-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242719, 2326, '1404-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242720, 2326, '1404-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242721, 2326, '1405-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242722, 2326, '1405-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242723, 2326, '1405-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242724, 2326, '1405-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242725, 2326, '1405-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242726, 2326, '1405-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242727, 2326, '1405-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242728, 2326, '1405-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242729, 2326, '1405-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242730, 2326, '1405-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242731, 2326, '1405-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242732, 2326, '1405-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242733, 2326, '1406-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242734, 2326, '1406-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242735, 2326, '1406-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242736, 2326, '1406-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242737, 2326, '1406-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242738, 2326, '1406-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242739, 2326, '1406-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242740, 2326, '1406-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242741, 2326, '1406-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242742, 2326, '1406-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242743, 2326, '1406-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242744, 2326, '1406-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242745, 2326, '1407-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242746, 2326, '1407-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242747, 2326, '1407-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242748, 2326, '1407-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242749, 2326, '1407-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242750, 2326, '1407-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242751, 2326, '1407-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242752, 2326, '1407-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242753, 2326, '1407-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242754, 2326, '1407-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242755, 2326, '1407-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242756, 2326, '1407-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242757, 2326, '1408-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242758, 2326, '1408-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242759, 2326, '1408-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242760, 2326, '1408-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242761, 2326, '1408-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242762, 2326, '1408-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242763, 2326, '1408-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242764, 2326, '1408-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242765, 2326, '1408-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242766, 2326, '1408-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242767, 2326, '1408-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242768, 2326, '1408-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242769, 2326, '1409-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242770, 2326, '1409-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242771, 2326, '1409-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242772, 2326, '1409-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242773, 2326, '1409-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242774, 2326, '1409-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242775, 2326, '1409-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242776, 2326, '1409-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242777, 2326, '1409-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242778, 2326, '1409-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242779, 2326, '1409-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242780, 2326, '1409-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242781, 2326, '1410-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242782, 2326, '1410-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242783, 2326, '1410-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242784, 2326, '1410-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242785, 2326, '1410-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242786, 2326, '1410-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242787, 2326, '1410-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242788, 2326, '1410-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242789, 2326, '1410-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242790, 2326, '1410-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242791, 2326, '1410-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242792, 2326, '1410-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242793, 2326, '1411-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242794, 2326, '1411-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242795, 2326, '1411-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242796, 2326, '1411-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242797, 2326, '1411-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242798, 2326, '1411-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242799, 2326, '1411-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242800, 2326, '1411-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242801, 2326, '1411-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242802, 2326, '1411-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242803, 2326, '1411-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:27', '2023-10-31 14:11:27'),
(242804, 2326, '1411-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(242805, 2326, '1412-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(242806, 2326, '1412-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(242807, 2326, '1412-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(242808, 2326, '1412-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(242809, 2326, '1412-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(242810, 2326, '1412-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(242811, 2326, '1412-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(242812, 2326, '1412-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(242813, 2326, '1412-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(242814, 2326, '1412-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(242815, 2326, '1412-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(242816, 2326, '1412-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(242817, 2326, '1413-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(242818, 2326, '1413-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(242819, 2326, '1413-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(242820, 2326, '1413-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(242821, 2326, '1413-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(242822, 2326, '1413-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(242823, 2326, '1413-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(242824, 2326, '1413-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(242825, 2326, '1413-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(242826, 2326, '1413-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(242827, 2326, '1413-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(242828, 2326, '1413-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(242829, 2326, '1414-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(242830, 2326, '1414-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(242831, 2326, '1414-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(242832, 2326, '1414-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(242833, 2326, '1414-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(242834, 2326, '1414-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(242835, 2326, '1414-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(242836, 2326, '1414-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(242837, 2326, '1414-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(242838, 2326, '1414-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(242839, 2326, '1414-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(242840, 2326, '1414-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(242841, 2326, '1415-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(242842, 2326, '1415-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(242843, 2326, '1415-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(242844, 2326, '1415-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(242845, 2326, '1415-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(242846, 2326, '1415-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(242847, 2326, '1415-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(242848, 2326, '1415-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(242849, 2326, '1415-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(242850, 2326, '1415-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(242851, 2326, '1415-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(242852, 2326, '1415-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(242853, 2326, '1416-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(242854, 2326, '1416-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(242855, 2326, '1416-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(242856, 2326, '1416-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(242857, 2326, '1416-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(242858, 2326, '1416-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(242859, 2326, '1416-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(242860, 2326, '1416-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(242861, 2326, '1416-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(242862, 2326, '1416-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(242863, 2326, '1416-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(242864, 2326, '1416-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(242865, 2326, '1417-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(242866, 2326, '1417-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(242867, 2326, '1417-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(242868, 2326, '1417-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(242869, 2326, '1417-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(242870, 2326, '1417-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(242871, 2326, '1417-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(242872, 2326, '1417-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(242873, 2326, '1417-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(242874, 2326, '1417-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(242875, 2326, '1417-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(242876, 2326, '1417-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(242877, 2326, '1418-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(242878, 2326, '1418-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(242879, 2326, '1418-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(242880, 2326, '1418-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(242881, 2326, '1418-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(242882, 2326, '1418-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(242883, 2326, '1418-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(242884, 2326, '1418-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(242885, 2326, '1418-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(242886, 2326, '1418-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(242887, 2326, '1418-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(242888, 2326, '1418-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(242889, 2326, '1419-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(242890, 2326, '1419-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(242891, 2326, '1419-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(242892, 2326, '1419-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(242893, 2326, '1419-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(242894, 2326, '1419-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(242895, 2326, '1419-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(242896, 2326, '1419-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(242897, 2326, '1419-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(242898, 2326, '1419-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(242899, 2326, '1419-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(242900, 2326, '1419-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(242901, 2326, '1420-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(242902, 2326, '1420-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(242903, 2326, '1420-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(242904, 2326, '1420-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(242905, 2326, '1420-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(242906, 2326, '1420-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(242907, 2326, '1420-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(242908, 2326, '1420-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(242909, 2326, '1420-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(242910, 2326, '1420-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(242911, 2326, '1420-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(242912, 2326, '1420-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(242913, 2326, '1421-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(242914, 2326, '1421-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(242915, 2326, '1421-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(242916, 2326, '1421-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(242917, 2326, '1421-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(242918, 2326, '1421-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(242919, 2326, '1421-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(242920, 2326, '1421-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(242921, 2326, '1421-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(242922, 2326, '1421-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(242923, 2326, '1421-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(242924, 2326, '1421-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(242925, 2326, '1422-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(242926, 2326, '1422-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(242927, 2326, '1422-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(242928, 2326, '1422-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(242929, 2326, '1422-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(242930, 2326, '1422-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(242931, 2326, '1422-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(242932, 2326, '1422-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(242933, 2326, '1422-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(242934, 2326, '1422-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(242935, 2326, '1422-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(242936, 2326, '1422-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(242937, 2326, '1423-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(242938, 2326, '1423-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(242939, 2326, '1423-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(242940, 2326, '1423-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(242941, 2326, '1423-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(242942, 2326, '1423-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(242943, 2326, '1423-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(242944, 2326, '1423-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(242945, 2326, '1423-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(242946, 2326, '1423-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(242947, 2326, '1423-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(242948, 2326, '1423-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(242949, 2326, '1424-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(242950, 2326, '1424-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(242951, 2326, '1424-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(242952, 2326, '1424-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(242953, 2326, '1424-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(242954, 2326, '1424-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(242955, 2326, '1424-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(242956, 2326, '1424-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(242957, 2326, '1424-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(242958, 2326, '1424-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(242959, 2326, '1424-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(242960, 2326, '1424-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(242961, 2326, '1425-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(242962, 2326, '1425-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(242963, 2326, '1425-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(242964, 2326, '1425-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(242965, 2326, '1425-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(242966, 2326, '1425-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(242967, 2326, '1425-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(242968, 2326, '1425-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(242969, 2326, '1425-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(242970, 2326, '1425-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(242971, 2326, '1425-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(242972, 2326, '1425-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(242973, 2326, '1426-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(242974, 2326, '1426-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(242975, 2326, '1426-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(242976, 2326, '1426-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(242977, 2326, '1426-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(242978, 2326, '1426-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(242979, 2326, '1426-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(242980, 2326, '1426-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(242981, 2326, '1426-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(242982, 2326, '1426-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(242983, 2326, '1426-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(242984, 2326, '1426-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(242985, 2326, '1427-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(242986, 2326, '1427-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(242987, 2326, '1427-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(242988, 2326, '1427-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(242989, 2326, '1427-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(242990, 2326, '1427-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(242991, 2326, '1427-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(242992, 2326, '1427-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(242993, 2326, '1427-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(242994, 2326, '1427-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(242995, 2326, '1427-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(242996, 2326, '1427-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(242997, 2326, '1428-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(242998, 2326, '1428-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(242999, 2326, '1428-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(243000, 2326, '1428-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(243001, 2326, '1428-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(243002, 2326, '1428-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(243003, 2326, '1428-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(243004, 2326, '1428-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(243005, 2326, '1428-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(243006, 2326, '1428-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(243007, 2326, '1428-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(243008, 2326, '1428-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(243009, 2326, '1429-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(243010, 2326, '1429-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(243011, 2326, '1429-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(243012, 2326, '1429-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(243013, 2326, '1429-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(243014, 2326, '1429-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(243015, 2326, '1429-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(243016, 2326, '1429-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(243017, 2326, '1429-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(243018, 2326, '1429-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(243019, 2326, '1429-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(243020, 2326, '1429-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(243021, 2326, '1430-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(243022, 2326, '1430-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(243023, 2326, '1430-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(243024, 2326, '1430-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(243025, 2326, '1430-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(243026, 2326, '1430-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(243027, 2326, '1430-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(243028, 2326, '1430-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(243029, 2326, '1430-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(243030, 2326, '1430-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(243031, 2326, '1430-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(243032, 2326, '1430-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(243033, 2326, '1431-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(243034, 2326, '1431-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(243035, 2326, '1431-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(243036, 2326, '1431-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(243037, 2326, '1431-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(243038, 2326, '1431-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(243039, 2326, '1431-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(243040, 2326, '1431-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(243041, 2326, '1431-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(243042, 2326, '1431-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(243043, 2326, '1431-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(243044, 2326, '1431-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(243045, 2326, '1432-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(243046, 2326, '1432-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(243047, 2326, '1432-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(243048, 2326, '1432-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(243049, 2326, '1432-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(243050, 2326, '1432-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(243051, 2326, '1432-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(243052, 2326, '1432-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(243053, 2326, '1432-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(243054, 2326, '1432-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(243055, 2326, '1432-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(243056, 2326, '1432-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(243057, 2326, '1433-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(243058, 2326, '1433-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(243059, 2326, '1433-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(243060, 2326, '1433-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(243061, 2326, '1433-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(243062, 2326, '1433-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(243063, 2326, '1433-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(243064, 2326, '1433-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(243065, 2326, '1433-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(243066, 2326, '1433-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(243067, 2326, '1433-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(243068, 2326, '1433-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(243069, 2326, '1434-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(243070, 2326, '1434-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(243071, 2326, '1434-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(243072, 2326, '1434-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(243073, 2326, '1434-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(243074, 2326, '1434-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(243075, 2326, '1434-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(243076, 2326, '1434-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(243077, 2326, '1434-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(243078, 2326, '1434-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(243079, 2326, '1434-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(243080, 2326, '1434-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(243081, 2326, '1435-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(243082, 2326, '1435-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(243083, 2326, '1435-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(243084, 2326, '1435-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(243085, 2326, '1435-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(243086, 2326, '1435-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(243087, 2326, '1435-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(243088, 2326, '1435-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(243089, 2326, '1435-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(243090, 2326, '1435-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(243091, 2326, '1435-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(243092, 2326, '1435-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(243093, 2326, '1436-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(243094, 2326, '1436-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(243095, 2326, '1436-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(243096, 2326, '1436-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(243097, 2326, '1436-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(243098, 2326, '1436-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(243099, 2326, '1436-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(243100, 2326, '1436-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(243101, 2326, '1436-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(243102, 2326, '1436-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(243103, 2326, '1436-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(243104, 2326, '1436-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(243105, 2326, '1437-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(243106, 2326, '1437-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(243107, 2326, '1437-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(243108, 2326, '1437-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(243109, 2326, '1437-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(243110, 2326, '1437-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(243111, 2326, '1437-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(243112, 2326, '1437-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(243113, 2326, '1437-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(243114, 2326, '1437-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(243115, 2326, '1437-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(243116, 2326, '1437-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(243117, 2326, '1438-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(243118, 2326, '1438-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(243119, 2326, '1438-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(243120, 2326, '1438-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(243121, 2326, '1438-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(243122, 2326, '1438-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(243123, 2326, '1438-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(243124, 2326, '1438-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(243125, 2326, '1438-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(243126, 2326, '1438-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(243127, 2326, '1438-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(243128, 2326, '1438-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:28', '2023-10-31 14:11:28'),
(243129, 2326, '1439-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243130, 2326, '1439-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243131, 2326, '1439-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243132, 2326, '1439-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243133, 2326, '1439-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243134, 2326, '1439-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243135, 2326, '1439-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243136, 2326, '1439-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243137, 2326, '1439-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243138, 2326, '1439-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243139, 2326, '1439-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243140, 2326, '1439-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243141, 2326, '1440-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243142, 2326, '1440-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243143, 2326, '1440-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243144, 2326, '1440-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243145, 2326, '1440-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243146, 2326, '1440-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243147, 2326, '1440-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243148, 2326, '1440-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243149, 2326, '1440-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243150, 2326, '1440-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243151, 2326, '1440-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243152, 2326, '1440-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243153, 2326, '1441-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243154, 2326, '1441-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243155, 2326, '1441-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243156, 2326, '1441-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243157, 2326, '1441-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243158, 2326, '1441-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243159, 2326, '1441-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243160, 2326, '1441-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243161, 2326, '1441-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243162, 2326, '1441-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243163, 2326, '1441-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243164, 2326, '1441-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243165, 2326, '1442-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243166, 2326, '1442-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243167, 2326, '1442-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243168, 2326, '1442-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243169, 2326, '1442-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243170, 2326, '1442-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243171, 2326, '1442-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243172, 2326, '1442-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243173, 2326, '1442-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243174, 2326, '1442-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243175, 2326, '1442-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243176, 2326, '1442-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243177, 2326, '1443-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243178, 2326, '1443-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243179, 2326, '1443-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243180, 2326, '1443-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243181, 2326, '1443-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243182, 2326, '1443-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243183, 2326, '1443-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243184, 2326, '1443-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243185, 2326, '1443-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243186, 2326, '1443-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243187, 2326, '1443-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243188, 2326, '1443-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243189, 2326, '1444-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243190, 2326, '1444-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243191, 2326, '1444-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243192, 2326, '1444-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243193, 2326, '1444-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243194, 2326, '1444-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243195, 2326, '1444-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243196, 2326, '1444-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243197, 2326, '1444-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243198, 2326, '1444-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243199, 2326, '1444-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243200, 2326, '1444-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243201, 2326, '1445-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243202, 2326, '1445-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243203, 2326, '1445-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243204, 2326, '1445-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243205, 2326, '1445-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243206, 2326, '1445-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243207, 2326, '1445-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243208, 2326, '1445-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243209, 2326, '1445-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243210, 2326, '1445-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243211, 2326, '1445-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243212, 2326, '1445-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243213, 2326, '1446-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243214, 2326, '1446-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243215, 2326, '1446-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243216, 2326, '1446-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243217, 2326, '1446-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243218, 2326, '1446-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243219, 2326, '1446-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243220, 2326, '1446-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243221, 2326, '1446-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243222, 2326, '1446-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243223, 2326, '1446-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243224, 2326, '1446-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243225, 2326, '1447-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243226, 2326, '1447-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243227, 2326, '1447-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243228, 2326, '1447-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243229, 2326, '1447-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243230, 2326, '1447-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243231, 2326, '1447-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243232, 2326, '1447-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243233, 2326, '1447-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243234, 2326, '1447-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243235, 2326, '1447-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243236, 2326, '1447-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243237, 2326, '1448-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243238, 2326, '1448-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243239, 2326, '1448-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243240, 2326, '1448-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243241, 2326, '1448-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243242, 2326, '1448-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243243, 2326, '1448-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243244, 2326, '1448-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243245, 2326, '1448-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243246, 2326, '1448-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243247, 2326, '1448-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243248, 2326, '1448-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243249, 2326, '1449-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243250, 2326, '1449-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243251, 2326, '1449-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243252, 2326, '1449-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243253, 2326, '1449-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243254, 2326, '1449-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243255, 2326, '1449-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243256, 2326, '1449-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243257, 2326, '1449-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243258, 2326, '1449-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243259, 2326, '1449-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243260, 2326, '1449-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243261, 2326, '1450-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243262, 2326, '1450-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243263, 2326, '1450-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243264, 2326, '1450-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243265, 2326, '1450-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243266, 2326, '1450-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243267, 2326, '1450-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243268, 2326, '1450-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243269, 2326, '1450-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243270, 2326, '1450-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243271, 2326, '1450-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243272, 2326, '1450-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243273, 2326, '1451-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243274, 2326, '1451-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243275, 2326, '1451-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243276, 2326, '1451-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243277, 2326, '1451-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243278, 2326, '1451-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243279, 2326, '1451-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243280, 2326, '1451-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243281, 2326, '1451-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243282, 2326, '1451-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243283, 2326, '1451-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243284, 2326, '1451-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243285, 2326, '1452-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243286, 2326, '1452-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243287, 2326, '1452-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243288, 2326, '1452-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243289, 2326, '1452-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243290, 2326, '1452-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243291, 2326, '1452-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243292, 2326, '1452-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243293, 2326, '1452-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243294, 2326, '1452-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243295, 2326, '1452-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243296, 2326, '1452-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243297, 2326, '1453-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243298, 2326, '1453-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243299, 2326, '1453-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243300, 2326, '1453-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243301, 2326, '1453-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243302, 2326, '1453-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243303, 2326, '1453-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243304, 2326, '1453-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243305, 2326, '1453-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243306, 2326, '1453-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243307, 2326, '1453-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243308, 2326, '1453-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243309, 2326, '1454-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243310, 2326, '1454-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243311, 2326, '1454-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243312, 2326, '1454-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243313, 2326, '1454-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243314, 2326, '1454-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243315, 2326, '1454-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243316, 2326, '1454-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243317, 2326, '1454-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243318, 2326, '1454-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243319, 2326, '1454-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243320, 2326, '1454-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243321, 2326, '1455-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243322, 2326, '1455-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243323, 2326, '1455-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243324, 2326, '1455-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243325, 2326, '1455-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243326, 2326, '1455-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243327, 2326, '1455-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243328, 2326, '1455-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243329, 2326, '1455-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243330, 2326, '1455-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243331, 2326, '1455-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243332, 2326, '1455-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243333, 2326, '1456-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243334, 2326, '1456-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243335, 2326, '1456-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243336, 2326, '1456-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243337, 2326, '1456-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243338, 2326, '1456-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243339, 2326, '1456-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243340, 2326, '1456-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243341, 2326, '1456-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243342, 2326, '1456-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243343, 2326, '1456-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243344, 2326, '1456-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243345, 2326, '1457-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243346, 2326, '1457-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243347, 2326, '1457-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243348, 2326, '1457-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243349, 2326, '1457-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243350, 2326, '1457-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243351, 2326, '1457-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243352, 2326, '1457-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243353, 2326, '1457-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243354, 2326, '1457-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243355, 2326, '1457-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243356, 2326, '1457-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243357, 2326, '1458-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243358, 2326, '1458-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243359, 2326, '1458-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243360, 2326, '1458-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243361, 2326, '1458-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243362, 2326, '1458-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243363, 2326, '1458-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243364, 2326, '1458-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243365, 2326, '1458-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243366, 2326, '1458-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243367, 2326, '1458-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243368, 2326, '1458-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243369, 2326, '1459-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(243370, 2326, '1459-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243371, 2326, '1459-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243372, 2326, '1459-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243373, 2326, '1459-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243374, 2326, '1459-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243375, 2326, '1459-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243376, 2326, '1459-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243377, 2326, '1459-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243378, 2326, '1459-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243379, 2326, '1459-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243380, 2326, '1459-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243381, 2326, '1460-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243382, 2326, '1460-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243383, 2326, '1460-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243384, 2326, '1460-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243385, 2326, '1460-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243386, 2326, '1460-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243387, 2326, '1460-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243388, 2326, '1460-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243389, 2326, '1460-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243390, 2326, '1460-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243391, 2326, '1460-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243392, 2326, '1460-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243393, 2326, '1461-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243394, 2326, '1461-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243395, 2326, '1461-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243396, 2326, '1461-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243397, 2326, '1461-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243398, 2326, '1461-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243399, 2326, '1461-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243400, 2326, '1461-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243401, 2326, '1461-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243402, 2326, '1461-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243403, 2326, '1461-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243404, 2326, '1461-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243405, 2326, '1462-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243406, 2326, '1462-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243407, 2326, '1462-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243408, 2326, '1462-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243409, 2326, '1462-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243410, 2326, '1462-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243411, 2326, '1462-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243412, 2326, '1462-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243413, 2326, '1462-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243414, 2326, '1462-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243415, 2326, '1462-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243416, 2326, '1462-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243417, 2326, '1463-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243418, 2326, '1463-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243419, 2326, '1463-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243420, 2326, '1463-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243421, 2326, '1463-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243422, 2326, '1463-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243423, 2326, '1463-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243424, 2326, '1463-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243425, 2326, '1463-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243426, 2326, '1463-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243427, 2326, '1463-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243428, 2326, '1463-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243429, 2326, '1464-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243430, 2326, '1464-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243431, 2326, '1464-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243432, 2326, '1464-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243433, 2326, '1464-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243434, 2326, '1464-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243435, 2326, '1464-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243436, 2326, '1464-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243437, 2326, '1464-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243438, 2326, '1464-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243439, 2326, '1464-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243440, 2326, '1464-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243441, 2326, '1465-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243442, 2326, '1465-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243443, 2326, '1465-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243444, 2326, '1465-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243445, 2326, '1465-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243446, 2326, '1465-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243447, 2326, '1465-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:29', '2023-10-31 14:11:29'),
(243448, 2326, '1465-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243449, 2326, '1465-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243450, 2326, '1465-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243451, 2326, '1465-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243452, 2326, '1465-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243453, 2326, '1466-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243454, 2326, '1466-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243455, 2326, '1466-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243456, 2326, '1466-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243457, 2326, '1466-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243458, 2326, '1466-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243459, 2326, '1466-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243460, 2326, '1466-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243461, 2326, '1466-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243462, 2326, '1466-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243463, 2326, '1466-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243464, 2326, '1466-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243465, 2326, '1467-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243466, 2326, '1467-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243467, 2326, '1467-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243468, 2326, '1467-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243469, 2326, '1467-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243470, 2326, '1467-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243471, 2326, '1467-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243472, 2326, '1467-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243473, 2326, '1467-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243474, 2326, '1467-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243475, 2326, '1467-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243476, 2326, '1467-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243477, 2326, '1468-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243478, 2326, '1468-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243479, 2326, '1468-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243480, 2326, '1468-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243481, 2326, '1468-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243482, 2326, '1468-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243483, 2326, '1468-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243484, 2326, '1468-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243485, 2326, '1468-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243486, 2326, '1468-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243487, 2326, '1468-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243488, 2326, '1468-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243489, 2326, '1469-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243490, 2326, '1469-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243491, 2326, '1469-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243492, 2326, '1469-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243493, 2326, '1469-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243494, 2326, '1469-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243495, 2326, '1469-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243496, 2326, '1469-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243497, 2326, '1469-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243498, 2326, '1469-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243499, 2326, '1469-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243500, 2326, '1469-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243501, 2326, '1470-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243502, 2326, '1470-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243503, 2326, '1470-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243504, 2326, '1470-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243505, 2326, '1470-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243506, 2326, '1470-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243507, 2326, '1470-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243508, 2326, '1470-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243509, 2326, '1470-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243510, 2326, '1470-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243511, 2326, '1470-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243512, 2326, '1470-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243513, 2326, '1471-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243514, 2326, '1471-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243515, 2326, '1471-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243516, 2326, '1471-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243517, 2326, '1471-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243518, 2326, '1471-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243519, 2326, '1471-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243520, 2326, '1471-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243521, 2326, '1471-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243522, 2326, '1471-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243523, 2326, '1471-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243524, 2326, '1471-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243525, 2326, '1472-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243526, 2326, '1472-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243527, 2326, '1472-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243528, 2326, '1472-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243529, 2326, '1472-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243530, 2326, '1472-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243531, 2326, '1472-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243532, 2326, '1472-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243533, 2326, '1472-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243534, 2326, '1472-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243535, 2326, '1472-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243536, 2326, '1472-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243537, 2326, '1473-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243538, 2326, '1473-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243539, 2326, '1473-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243540, 2326, '1473-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243541, 2326, '1473-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243542, 2326, '1473-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243543, 2326, '1473-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243544, 2326, '1473-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243545, 2326, '1473-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243546, 2326, '1473-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243547, 2326, '1473-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243548, 2326, '1473-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243549, 2326, '1474-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243550, 2326, '1474-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243551, 2326, '1474-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243552, 2326, '1474-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243553, 2326, '1474-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243554, 2326, '1474-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243555, 2326, '1474-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243556, 2326, '1474-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243557, 2326, '1474-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243558, 2326, '1474-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243559, 2326, '1474-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243560, 2326, '1474-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243561, 2326, '1475-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243562, 2326, '1475-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243563, 2326, '1475-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243564, 2326, '1475-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243565, 2326, '1475-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243566, 2326, '1475-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243567, 2326, '1475-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243568, 2326, '1475-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243569, 2326, '1475-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243570, 2326, '1475-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243571, 2326, '1475-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243572, 2326, '1475-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243573, 2326, '1476-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243574, 2326, '1476-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243575, 2326, '1476-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243576, 2326, '1476-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243577, 2326, '1476-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243578, 2326, '1476-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243579, 2326, '1476-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243580, 2326, '1476-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243581, 2326, '1476-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243582, 2326, '1476-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243583, 2326, '1476-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243584, 2326, '1476-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243585, 2326, '1477-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243586, 2326, '1477-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243587, 2326, '1477-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243588, 2326, '1477-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243589, 2326, '1477-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243590, 2326, '1477-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243591, 2326, '1477-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243592, 2326, '1477-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243593, 2326, '1477-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243594, 2326, '1477-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243595, 2326, '1477-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243596, 2326, '1477-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243597, 2326, '1478-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243598, 2326, '1478-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243599, 2326, '1478-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243600, 2326, '1478-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243601, 2326, '1478-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243602, 2326, '1478-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243603, 2326, '1478-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243604, 2326, '1478-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243605, 2326, '1478-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243606, 2326, '1478-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243607, 2326, '1478-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243608, 2326, '1478-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243609, 2326, '1479-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243610, 2326, '1479-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243611, 2326, '1479-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243612, 2326, '1479-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243613, 2326, '1479-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243614, 2326, '1479-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243615, 2326, '1479-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243616, 2326, '1479-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243617, 2326, '1479-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243618, 2326, '1479-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243619, 2326, '1479-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243620, 2326, '1479-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243621, 2326, '1480-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243622, 2326, '1480-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243623, 2326, '1480-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243624, 2326, '1480-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243625, 2326, '1480-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243626, 2326, '1480-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243627, 2326, '1480-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243628, 2326, '1480-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243629, 2326, '1480-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243630, 2326, '1480-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243631, 2326, '1480-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243632, 2326, '1480-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243633, 2326, '1481-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243634, 2326, '1481-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243635, 2326, '1481-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243636, 2326, '1481-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243637, 2326, '1481-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243638, 2326, '1481-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243639, 2326, '1481-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243640, 2326, '1481-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243641, 2326, '1481-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243642, 2326, '1481-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243643, 2326, '1481-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243644, 2326, '1481-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243645, 2326, '1482-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243646, 2326, '1482-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243647, 2326, '1482-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243648, 2326, '1482-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243649, 2326, '1482-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243650, 2326, '1482-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243651, 2326, '1482-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243652, 2326, '1482-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243653, 2326, '1482-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243654, 2326, '1482-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243655, 2326, '1482-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243656, 2326, '1482-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243657, 2326, '1483-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243658, 2326, '1483-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243659, 2326, '1483-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243660, 2326, '1483-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243661, 2326, '1483-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243662, 2326, '1483-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243663, 2326, '1483-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243664, 2326, '1483-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243665, 2326, '1483-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243666, 2326, '1483-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243667, 2326, '1483-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243668, 2326, '1483-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243669, 2326, '1484-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243670, 2326, '1484-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243671, 2326, '1484-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243672, 2326, '1484-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243673, 2326, '1484-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243674, 2326, '1484-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243675, 2326, '1484-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243676, 2326, '1484-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243677, 2326, '1484-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243678, 2326, '1484-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243679, 2326, '1484-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243680, 2326, '1484-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243681, 2326, '1485-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243682, 2326, '1485-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243683, 2326, '1485-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243684, 2326, '1485-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243685, 2326, '1485-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243686, 2326, '1485-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243687, 2326, '1485-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243688, 2326, '1485-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243689, 2326, '1485-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243690, 2326, '1485-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243691, 2326, '1485-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243692, 2326, '1485-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243693, 2326, '1486-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243694, 2326, '1486-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243695, 2326, '1486-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243696, 2326, '1486-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243697, 2326, '1486-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243698, 2326, '1486-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243699, 2326, '1486-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243700, 2326, '1486-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243701, 2326, '1486-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243702, 2326, '1486-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243703, 2326, '1486-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243704, 2326, '1486-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243705, 2326, '1487-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243706, 2326, '1487-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243707, 2326, '1487-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243708, 2326, '1487-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243709, 2326, '1487-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243710, 2326, '1487-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243711, 2326, '1487-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243712, 2326, '1487-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243713, 2326, '1487-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243714, 2326, '1487-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243715, 2326, '1487-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243716, 2326, '1487-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243717, 2326, '1488-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243718, 2326, '1488-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243719, 2326, '1488-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243720, 2326, '1488-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243721, 2326, '1488-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243722, 2326, '1488-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243723, 2326, '1488-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243724, 2326, '1488-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243725, 2326, '1488-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243726, 2326, '1488-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243727, 2326, '1488-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243728, 2326, '1488-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243729, 2326, '1489-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243730, 2326, '1489-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243731, 2326, '1489-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243732, 2326, '1489-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243733, 2326, '1489-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243734, 2326, '1489-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243735, 2326, '1489-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243736, 2326, '1489-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243737, 2326, '1489-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243738, 2326, '1489-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243739, 2326, '1489-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243740, 2326, '1489-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243741, 2326, '1490-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243742, 2326, '1490-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243743, 2326, '1490-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243744, 2326, '1490-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243745, 2326, '1490-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243746, 2326, '1490-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243747, 2326, '1490-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243748, 2326, '1490-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243749, 2326, '1490-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243750, 2326, '1490-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243751, 2326, '1490-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:30', '2023-10-31 14:11:30'),
(243752, 2326, '1490-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243753, 2326, '1491-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243754, 2326, '1491-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243755, 2326, '1491-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243756, 2326, '1491-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243757, 2326, '1491-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243758, 2326, '1491-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243759, 2326, '1491-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243760, 2326, '1491-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243761, 2326, '1491-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243762, 2326, '1491-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243763, 2326, '1491-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243764, 2326, '1491-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243765, 2326, '1492-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243766, 2326, '1492-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243767, 2326, '1492-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243768, 2326, '1492-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243769, 2326, '1492-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243770, 2326, '1492-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243771, 2326, '1492-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243772, 2326, '1492-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243773, 2326, '1492-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243774, 2326, '1492-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243775, 2326, '1492-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243776, 2326, '1492-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243777, 2326, '1493-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243778, 2326, '1493-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243779, 2326, '1493-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243780, 2326, '1493-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243781, 2326, '1493-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243782, 2326, '1493-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243783, 2326, '1493-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243784, 2326, '1493-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243785, 2326, '1493-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243786, 2326, '1493-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243787, 2326, '1493-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243788, 2326, '1493-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243789, 2326, '1494-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243790, 2326, '1494-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243791, 2326, '1494-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243792, 2326, '1494-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243793, 2326, '1494-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243794, 2326, '1494-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243795, 2326, '1494-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243796, 2326, '1494-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243797, 2326, '1494-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243798, 2326, '1494-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243799, 2326, '1494-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243800, 2326, '1494-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243801, 2326, '1495-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243802, 2326, '1495-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243803, 2326, '1495-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243804, 2326, '1495-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243805, 2326, '1495-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243806, 2326, '1495-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243807, 2326, '1495-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243808, 2326, '1495-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243809, 2326, '1495-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243810, 2326, '1495-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243811, 2326, '1495-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243812, 2326, '1495-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243813, 2326, '1496-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243814, 2326, '1496-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243815, 2326, '1496-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243816, 2326, '1496-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243817, 2326, '1496-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243818, 2326, '1496-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243819, 2326, '1496-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243820, 2326, '1496-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243821, 2326, '1496-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243822, 2326, '1496-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243823, 2326, '1496-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243824, 2326, '1496-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243825, 2326, '1497-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243826, 2326, '1497-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243827, 2326, '1497-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243828, 2326, '1497-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243829, 2326, '1497-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243830, 2326, '1497-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243831, 2326, '1497-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243832, 2326, '1497-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243833, 2326, '1497-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243834, 2326, '1497-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(243835, 2326, '1497-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243836, 2326, '1497-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243837, 2326, '1498-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243838, 2326, '1498-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243839, 2326, '1498-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243840, 2326, '1498-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243841, 2326, '1498-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243842, 2326, '1498-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243843, 2326, '1498-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243844, 2326, '1498-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243845, 2326, '1498-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243846, 2326, '1498-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243847, 2326, '1498-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243848, 2326, '1498-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243849, 2326, '1499-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243850, 2326, '1499-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243851, 2326, '1499-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243852, 2326, '1499-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243853, 2326, '1499-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243854, 2326, '1499-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243855, 2326, '1499-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243856, 2326, '1499-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243857, 2326, '1499-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243858, 2326, '1499-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243859, 2326, '1499-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243860, 2326, '1499-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243861, 2326, '1500-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243862, 2326, '1500-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243863, 2326, '1500-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243864, 2326, '1500-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243865, 2326, '1500-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243866, 2326, '1500-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243867, 2326, '1500-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243868, 2326, '1500-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243869, 2326, '1500-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243870, 2326, '1500-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243871, 2326, '1500-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243872, 2326, '1500-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243873, 2326, '1501-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243874, 2326, '1501-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243875, 2326, '1501-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243876, 2326, '1501-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243877, 2326, '1501-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243878, 2326, '1501-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243879, 2326, '1501-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243880, 2326, '1501-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243881, 2326, '1501-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243882, 2326, '1501-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243883, 2326, '1501-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243884, 2326, '1501-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243885, 2326, '1502-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243886, 2326, '1502-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243887, 2326, '1502-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243888, 2326, '1502-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243889, 2326, '1502-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243890, 2326, '1502-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243891, 2326, '1502-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243892, 2326, '1502-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243893, 2326, '1502-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243894, 2326, '1502-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243895, 2326, '1502-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243896, 2326, '1502-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243897, 2326, '1503-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243898, 2326, '1503-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243899, 2326, '1503-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243900, 2326, '1503-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243901, 2326, '1503-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243902, 2326, '1503-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243903, 2326, '1503-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243904, 2326, '1503-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243905, 2326, '1503-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243906, 2326, '1503-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243907, 2326, '1503-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243908, 2326, '1503-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243909, 2326, '1504-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243910, 2326, '1504-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243911, 2326, '1504-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243912, 2326, '1504-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243913, 2326, '1504-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243914, 2326, '1504-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243915, 2326, '1504-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243916, 2326, '1504-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243917, 2326, '1504-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243918, 2326, '1504-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243919, 2326, '1504-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243920, 2326, '1504-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243921, 2326, '1505-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243922, 2326, '1505-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243923, 2326, '1505-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243924, 2326, '1505-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243925, 2326, '1505-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243926, 2326, '1505-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243927, 2326, '1505-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243928, 2326, '1505-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243929, 2326, '1505-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243930, 2326, '1505-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243931, 2326, '1505-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243932, 2326, '1505-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243933, 2326, '1506-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243934, 2326, '1506-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243935, 2326, '1506-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243936, 2326, '1506-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243937, 2326, '1506-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243938, 2326, '1506-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243939, 2326, '1506-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243940, 2326, '1506-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243941, 2326, '1506-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243942, 2326, '1506-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243943, 2326, '1506-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243944, 2326, '1506-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243945, 2326, '1507-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243946, 2326, '1507-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243947, 2326, '1507-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243948, 2326, '1507-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243949, 2326, '1507-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243950, 2326, '1507-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243951, 2326, '1507-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243952, 2326, '1507-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243953, 2326, '1507-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243954, 2326, '1507-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243955, 2326, '1507-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243956, 2326, '1507-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243957, 2326, '1508-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243958, 2326, '1508-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243959, 2326, '1508-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243960, 2326, '1508-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243961, 2326, '1508-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243962, 2326, '1508-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243963, 2326, '1508-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243964, 2326, '1508-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243965, 2326, '1508-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243966, 2326, '1508-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243967, 2326, '1508-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243968, 2326, '1508-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243969, 2326, '1509-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243970, 2326, '1509-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243971, 2326, '1509-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243972, 2326, '1509-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243973, 2326, '1509-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243974, 2326, '1509-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243975, 2326, '1509-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243976, 2326, '1509-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243977, 2326, '1509-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243978, 2326, '1509-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243979, 2326, '1509-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243980, 2326, '1509-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243981, 2326, '1510-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243982, 2326, '1510-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243983, 2326, '1510-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243984, 2326, '1510-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243985, 2326, '1510-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243986, 2326, '1510-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243987, 2326, '1510-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243988, 2326, '1510-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243989, 2326, '1510-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243990, 2326, '1510-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243991, 2326, '1510-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243992, 2326, '1510-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243993, 2326, '1511-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243994, 2326, '1511-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243995, 2326, '1511-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243996, 2326, '1511-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243997, 2326, '1511-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243998, 2326, '1511-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(243999, 2326, '1511-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(244000, 2326, '1511-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(244001, 2326, '1511-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(244002, 2326, '1511-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(244003, 2326, '1511-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(244004, 2326, '1511-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(244005, 2326, '1512-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(244006, 2326, '1512-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(244007, 2326, '1512-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(244008, 2326, '1512-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(244009, 2326, '1512-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(244010, 2326, '1512-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(244011, 2326, '1512-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(244012, 2326, '1512-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(244013, 2326, '1512-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(244014, 2326, '1512-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(244015, 2326, '1512-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(244016, 2326, '1512-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(244017, 2326, '1513-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(244018, 2326, '1513-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(244019, 2326, '1513-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(244020, 2326, '1513-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(244021, 2326, '1513-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(244022, 2326, '1513-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(244023, 2326, '1513-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(244024, 2326, '1513-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(244025, 2326, '1513-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(244026, 2326, '1513-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(244027, 2326, '1513-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(244028, 2326, '1513-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(244029, 2326, '1514-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(244030, 2326, '1514-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(244031, 2326, '1514-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(244032, 2326, '1514-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(244033, 2326, '1514-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(244034, 2326, '1514-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(244035, 2326, '1514-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(244036, 2326, '1514-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(244037, 2326, '1514-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(244038, 2326, '1514-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(244039, 2326, '1514-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(244040, 2326, '1514-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(244041, 2326, '1515-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(244042, 2326, '1515-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(244043, 2326, '1515-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(244044, 2326, '1515-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(244045, 2326, '1515-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(244046, 2326, '1515-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(244047, 2326, '1515-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(244048, 2326, '1515-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(244049, 2326, '1515-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(244050, 2326, '1515-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(244051, 2326, '1515-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(244052, 2326, '1515-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(244053, 2326, '1516-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(244054, 2326, '1516-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(244055, 2326, '1516-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(244056, 2326, '1516-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(244057, 2326, '1516-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(244058, 2326, '1516-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(244059, 2326, '1516-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(244060, 2326, '1516-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(244061, 2326, '1516-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(244062, 2326, '1516-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(244063, 2326, '1516-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(244064, 2326, '1516-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(244065, 2326, '1517-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(244066, 2326, '1517-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(244067, 2326, '1517-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(244068, 2326, '1517-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(244069, 2326, '1517-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(244070, 2326, '1517-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(244071, 2326, '1517-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(244072, 2326, '1517-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(244073, 2326, '1517-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(244074, 2326, '1517-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(244075, 2326, '1517-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(244076, 2326, '1517-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(244077, 2326, '1518-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(244078, 2326, '1518-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(244079, 2326, '1518-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(244080, 2326, '1518-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(244081, 2326, '1518-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(244082, 2326, '1518-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(244083, 2326, '1518-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(244084, 2326, '1518-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(244085, 2326, '1518-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(244086, 2326, '1518-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(244087, 2326, '1518-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(244088, 2326, '1518-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(244089, 2326, '1519-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(244090, 2326, '1519-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(244091, 2326, '1519-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(244092, 2326, '1519-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(244093, 2326, '1519-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(244094, 2326, '1519-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(244095, 2326, '1519-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(244096, 2326, '1519-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(244097, 2326, '1519-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(244098, 2326, '1519-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(244099, 2326, '1519-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(244100, 2326, '1519-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(244101, 2326, '1520-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(244102, 2326, '1520-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(244103, 2326, '1520-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(244104, 2326, '1520-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(244105, 2326, '1520-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(244106, 2326, '1520-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(244107, 2326, '1520-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(244108, 2326, '1520-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(244109, 2326, '1520-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(244110, 2326, '1520-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(244111, 2326, '1520-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(244112, 2326, '1520-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(244113, 2326, '1521-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:31', '2023-10-31 14:11:31'),
(244114, 2326, '1521-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244115, 2326, '1521-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244116, 2326, '1521-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244117, 2326, '1521-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244118, 2326, '1521-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244119, 2326, '1521-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244120, 2326, '1521-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244121, 2326, '1521-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244122, 2326, '1521-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244123, 2326, '1521-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244124, 2326, '1521-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244125, 2326, '1522-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244126, 2326, '1522-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244127, 2326, '1522-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244128, 2326, '1522-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244129, 2326, '1522-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244130, 2326, '1522-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244131, 2326, '1522-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244132, 2326, '1522-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244133, 2326, '1522-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244134, 2326, '1522-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244135, 2326, '1522-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244136, 2326, '1522-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244137, 2326, '1523-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244138, 2326, '1523-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244139, 2326, '1523-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244140, 2326, '1523-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244141, 2326, '1523-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244142, 2326, '1523-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244143, 2326, '1523-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244144, 2326, '1523-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244145, 2326, '1523-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244146, 2326, '1523-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244147, 2326, '1523-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244148, 2326, '1523-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244149, 2326, '1524-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244150, 2326, '1524-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244151, 2326, '1524-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244152, 2326, '1524-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244153, 2326, '1524-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244154, 2326, '1524-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244155, 2326, '1524-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244156, 2326, '1524-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244157, 2326, '1524-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244158, 2326, '1524-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244159, 2326, '1524-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244160, 2326, '1524-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244161, 2326, '1525-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244162, 2326, '1525-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244163, 2326, '1525-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244164, 2326, '1525-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244165, 2326, '1525-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244166, 2326, '1525-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244167, 2326, '1525-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244168, 2326, '1525-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244169, 2326, '1525-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244170, 2326, '1525-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244171, 2326, '1525-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244172, 2326, '1525-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244173, 2326, '1526-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244174, 2326, '1526-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244175, 2326, '1526-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244176, 2326, '1526-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244177, 2326, '1526-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244178, 2326, '1526-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244179, 2326, '1526-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244180, 2326, '1526-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244181, 2326, '1526-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244182, 2326, '1526-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244183, 2326, '1526-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244184, 2326, '1526-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244185, 2326, '1527-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244186, 2326, '1527-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244187, 2326, '1527-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244188, 2326, '1527-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244189, 2326, '1527-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244190, 2326, '1527-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244191, 2326, '1527-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244192, 2326, '1527-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244193, 2326, '1527-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244194, 2326, '1527-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244195, 2326, '1527-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244196, 2326, '1527-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244197, 2326, '1528-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244198, 2326, '1528-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244199, 2326, '1528-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244200, 2326, '1528-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244201, 2326, '1528-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244202, 2326, '1528-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244203, 2326, '1528-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244204, 2326, '1528-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244205, 2326, '1528-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244206, 2326, '1528-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244207, 2326, '1528-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244208, 2326, '1528-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244209, 2326, '1529-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244210, 2326, '1529-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244211, 2326, '1529-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244212, 2326, '1529-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244213, 2326, '1529-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244214, 2326, '1529-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244215, 2326, '1529-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244216, 2326, '1529-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244217, 2326, '1529-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244218, 2326, '1529-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244219, 2326, '1529-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244220, 2326, '1529-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244221, 2326, '1530-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244222, 2326, '1530-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244223, 2326, '1530-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244224, 2326, '1530-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244225, 2326, '1530-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244226, 2326, '1530-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244227, 2326, '1530-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244228, 2326, '1530-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244229, 2326, '1530-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244230, 2326, '1530-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244231, 2326, '1530-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244232, 2326, '1530-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244233, 2326, '1531-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244234, 2326, '1531-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244235, 2326, '1531-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244236, 2326, '1531-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244237, 2326, '1531-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244238, 2326, '1531-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244239, 2326, '1531-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244240, 2326, '1531-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244241, 2326, '1531-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244242, 2326, '1531-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244243, 2326, '1531-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244244, 2326, '1531-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244245, 2326, '1532-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244246, 2326, '1532-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244247, 2326, '1532-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244248, 2326, '1532-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244249, 2326, '1532-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244250, 2326, '1532-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244251, 2326, '1532-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244252, 2326, '1532-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244253, 2326, '1532-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244254, 2326, '1532-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244255, 2326, '1532-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244256, 2326, '1532-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244257, 2326, '1533-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244258, 2326, '1533-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244259, 2326, '1533-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244260, 2326, '1533-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244261, 2326, '1533-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244262, 2326, '1533-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244263, 2326, '1533-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244264, 2326, '1533-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244265, 2326, '1533-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244266, 2326, '1533-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244267, 2326, '1533-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244268, 2326, '1533-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244269, 2326, '1534-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244270, 2326, '1534-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244271, 2326, '1534-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244272, 2326, '1534-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244273, 2326, '1534-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244274, 2326, '1534-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244275, 2326, '1534-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244276, 2326, '1534-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244277, 2326, '1534-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244278, 2326, '1534-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244279, 2326, '1534-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244280, 2326, '1534-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244281, 2326, '1535-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244282, 2326, '1535-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244283, 2326, '1535-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244284, 2326, '1535-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244285, 2326, '1535-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244286, 2326, '1535-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244287, 2326, '1535-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244288, 2326, '1535-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244289, 2326, '1535-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244290, 2326, '1535-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244291, 2326, '1535-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244292, 2326, '1535-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244293, 2326, '1536-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244294, 2326, '1536-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244295, 2326, '1536-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244296, 2326, '1536-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244297, 2326, '1536-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244298, 2326, '1536-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244299, 2326, '1536-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(244300, 2326, '1536-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244301, 2326, '1536-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244302, 2326, '1536-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244303, 2326, '1536-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244304, 2326, '1536-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244305, 2326, '1537-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244306, 2326, '1537-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244307, 2326, '1537-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244308, 2326, '1537-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244309, 2326, '1537-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244310, 2326, '1537-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244311, 2326, '1537-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244312, 2326, '1537-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244313, 2326, '1537-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244314, 2326, '1537-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244315, 2326, '1537-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244316, 2326, '1537-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244317, 2326, '1538-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244318, 2326, '1538-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244319, 2326, '1538-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244320, 2326, '1538-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244321, 2326, '1538-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244322, 2326, '1538-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244323, 2326, '1538-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244324, 2326, '1538-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244325, 2326, '1538-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244326, 2326, '1538-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244327, 2326, '1538-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244328, 2326, '1538-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244329, 2326, '1539-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244330, 2326, '1539-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244331, 2326, '1539-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244332, 2326, '1539-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244333, 2326, '1539-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244334, 2326, '1539-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244335, 2326, '1539-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244336, 2326, '1539-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244337, 2326, '1539-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244338, 2326, '1539-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244339, 2326, '1539-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244340, 2326, '1539-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244341, 2326, '1540-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244342, 2326, '1540-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244343, 2326, '1540-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244344, 2326, '1540-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244345, 2326, '1540-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244346, 2326, '1540-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244347, 2326, '1540-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244348, 2326, '1540-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244349, 2326, '1540-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244350, 2326, '1540-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244351, 2326, '1540-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244352, 2326, '1540-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244353, 2326, '1541-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244354, 2326, '1541-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244355, 2326, '1541-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244356, 2326, '1541-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244357, 2326, '1541-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244358, 2326, '1541-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244359, 2326, '1541-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244360, 2326, '1541-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244361, 2326, '1541-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244362, 2326, '1541-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244363, 2326, '1541-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244364, 2326, '1541-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244365, 2326, '1542-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244366, 2326, '1542-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244367, 2326, '1542-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244368, 2326, '1542-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244369, 2326, '1542-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244370, 2326, '1542-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244371, 2326, '1542-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244372, 2326, '1542-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244373, 2326, '1542-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244374, 2326, '1542-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244375, 2326, '1542-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244376, 2326, '1542-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244377, 2326, '1543-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244378, 2326, '1543-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244379, 2326, '1543-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244380, 2326, '1543-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244381, 2326, '1543-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244382, 2326, '1543-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244383, 2326, '1543-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244384, 2326, '1543-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244385, 2326, '1543-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244386, 2326, '1543-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244387, 2326, '1543-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244388, 2326, '1543-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244389, 2326, '1544-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244390, 2326, '1544-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244391, 2326, '1544-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244392, 2326, '1544-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244393, 2326, '1544-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244394, 2326, '1544-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244395, 2326, '1544-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244396, 2326, '1544-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244397, 2326, '1544-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244398, 2326, '1544-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244399, 2326, '1544-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244400, 2326, '1544-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244401, 2326, '1545-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244402, 2326, '1545-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244403, 2326, '1545-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244404, 2326, '1545-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244405, 2326, '1545-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244406, 2326, '1545-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244407, 2326, '1545-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244408, 2326, '1545-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244409, 2326, '1545-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244410, 2326, '1545-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244411, 2326, '1545-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244412, 2326, '1545-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244413, 2326, '1546-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244414, 2326, '1546-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244415, 2326, '1546-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244416, 2326, '1546-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244417, 2326, '1546-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244418, 2326, '1546-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244419, 2326, '1546-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244420, 2326, '1546-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244421, 2326, '1546-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244422, 2326, '1546-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244423, 2326, '1546-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244424, 2326, '1546-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244425, 2326, '1547-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244426, 2326, '1547-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244427, 2326, '1547-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244428, 2326, '1547-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244429, 2326, '1547-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244430, 2326, '1547-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244431, 2326, '1547-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244432, 2326, '1547-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244433, 2326, '1547-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244434, 2326, '1547-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244435, 2326, '1547-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244436, 2326, '1547-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244437, 2326, '1548-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244438, 2326, '1548-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244439, 2326, '1548-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244440, 2326, '1548-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244441, 2326, '1548-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244442, 2326, '1548-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244443, 2326, '1548-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244444, 2326, '1548-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244445, 2326, '1548-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244446, 2326, '1548-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244447, 2326, '1548-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:32', '2023-10-31 14:11:32'),
(244448, 2326, '1548-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244449, 2326, '1549-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244450, 2326, '1549-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244451, 2326, '1549-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244452, 2326, '1549-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244453, 2326, '1549-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244454, 2326, '1549-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244455, 2326, '1549-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244456, 2326, '1549-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244457, 2326, '1549-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244458, 2326, '1549-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244459, 2326, '1549-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244460, 2326, '1549-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244461, 2326, '1550-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244462, 2326, '1550-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244463, 2326, '1550-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244464, 2326, '1550-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244465, 2326, '1550-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244466, 2326, '1550-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244467, 2326, '1550-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244468, 2326, '1550-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244469, 2326, '1550-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244470, 2326, '1550-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244471, 2326, '1550-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244472, 2326, '1550-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244473, 2326, '1551-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244474, 2326, '1551-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244475, 2326, '1551-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244476, 2326, '1551-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244477, 2326, '1551-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244478, 2326, '1551-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244479, 2326, '1551-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244480, 2326, '1551-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244481, 2326, '1551-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244482, 2326, '1551-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244483, 2326, '1551-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244484, 2326, '1551-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244485, 2326, '1552-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244486, 2326, '1552-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244487, 2326, '1552-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244488, 2326, '1552-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244489, 2326, '1552-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244490, 2326, '1552-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244491, 2326, '1552-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244492, 2326, '1552-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244493, 2326, '1552-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244494, 2326, '1552-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244495, 2326, '1552-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244496, 2326, '1552-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244497, 2326, '1553-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244498, 2326, '1553-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244499, 2326, '1553-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244500, 2326, '1553-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244501, 2326, '1553-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244502, 2326, '1553-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244503, 2326, '1553-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244504, 2326, '1553-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244505, 2326, '1553-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244506, 2326, '1553-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244507, 2326, '1553-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244508, 2326, '1553-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244509, 2326, '1554-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244510, 2326, '1554-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244511, 2326, '1554-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244512, 2326, '1554-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244513, 2326, '1554-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244514, 2326, '1554-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244515, 2326, '1554-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244516, 2326, '1554-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244517, 2326, '1554-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244518, 2326, '1554-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244519, 2326, '1554-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244520, 2326, '1554-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244521, 2326, '1555-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244522, 2326, '1555-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244523, 2326, '1555-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244524, 2326, '1555-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244525, 2326, '1555-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244526, 2326, '1555-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244527, 2326, '1555-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244528, 2326, '1555-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244529, 2326, '1555-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244530, 2326, '1555-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244531, 2326, '1555-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244532, 2326, '1555-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244533, 2326, '1556-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244534, 2326, '1556-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244535, 2326, '1556-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244536, 2326, '1556-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244537, 2326, '1556-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244538, 2326, '1556-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244539, 2326, '1556-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244540, 2326, '1556-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244541, 2326, '1556-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244542, 2326, '1556-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244543, 2326, '1556-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244544, 2326, '1556-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244545, 2326, '1557-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244546, 2326, '1557-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244547, 2326, '1557-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244548, 2326, '1557-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244549, 2326, '1557-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244550, 2326, '1557-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244551, 2326, '1557-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244552, 2326, '1557-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244553, 2326, '1557-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244554, 2326, '1557-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244555, 2326, '1557-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244556, 2326, '1557-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244557, 2326, '1558-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244558, 2326, '1558-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244559, 2326, '1558-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244560, 2326, '1558-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244561, 2326, '1558-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244562, 2326, '1558-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244563, 2326, '1558-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244564, 2326, '1558-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244565, 2326, '1558-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244566, 2326, '1558-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244567, 2326, '1558-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244568, 2326, '1558-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244569, 2326, '1559-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244570, 2326, '1559-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244571, 2326, '1559-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244572, 2326, '1559-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244573, 2326, '1559-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244574, 2326, '1559-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244575, 2326, '1559-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244576, 2326, '1559-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244577, 2326, '1559-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244578, 2326, '1559-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244579, 2326, '1559-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244580, 2326, '1559-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244581, 2326, '1560-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244582, 2326, '1560-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244583, 2326, '1560-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244584, 2326, '1560-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244585, 2326, '1560-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244586, 2326, '1560-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244587, 2326, '1560-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244588, 2326, '1560-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244589, 2326, '1560-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244590, 2326, '1560-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244591, 2326, '1560-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244592, 2326, '1560-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244593, 2326, '1561-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244594, 2326, '1561-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244595, 2326, '1561-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244596, 2326, '1561-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244597, 2326, '1561-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244598, 2326, '1561-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244599, 2326, '1561-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244600, 2326, '1561-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244601, 2326, '1561-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244602, 2326, '1561-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244603, 2326, '1561-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244604, 2326, '1561-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244605, 2326, '1562-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244606, 2326, '1562-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244607, 2326, '1562-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244608, 2326, '1562-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244609, 2326, '1562-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244610, 2326, '1562-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244611, 2326, '1562-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244612, 2326, '1562-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244613, 2326, '1562-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244614, 2326, '1562-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244615, 2326, '1562-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244616, 2326, '1562-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244617, 2326, '1563-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244618, 2326, '1563-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244619, 2326, '1563-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244620, 2326, '1563-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244621, 2326, '1563-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244622, 2326, '1563-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244623, 2326, '1563-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244624, 2326, '1563-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244625, 2326, '1563-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244626, 2326, '1563-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244627, 2326, '1563-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244628, 2326, '1563-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244629, 2326, '1564-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244630, 2326, '1564-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244631, 2326, '1564-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244632, 2326, '1564-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244633, 2326, '1564-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244634, 2326, '1564-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244635, 2326, '1564-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244636, 2326, '1564-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244637, 2326, '1564-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244638, 2326, '1564-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244639, 2326, '1564-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244640, 2326, '1564-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244641, 2326, '1565-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244642, 2326, '1565-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244643, 2326, '1565-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244644, 2326, '1565-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244645, 2326, '1565-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244646, 2326, '1565-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244647, 2326, '1565-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244648, 2326, '1565-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244649, 2326, '1565-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244650, 2326, '1565-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244651, 2326, '1565-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244652, 2326, '1565-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244653, 2326, '1566-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244654, 2326, '1566-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244655, 2326, '1566-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244656, 2326, '1566-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244657, 2326, '1566-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244658, 2326, '1566-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244659, 2326, '1566-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244660, 2326, '1566-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244661, 2326, '1566-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244662, 2326, '1566-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244663, 2326, '1566-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244664, 2326, '1566-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244665, 2326, '1567-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244666, 2326, '1567-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244667, 2326, '1567-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244668, 2326, '1567-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244669, 2326, '1567-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244670, 2326, '1567-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244671, 2326, '1567-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244672, 2326, '1567-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244673, 2326, '1567-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244674, 2326, '1567-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244675, 2326, '1567-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244676, 2326, '1567-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244677, 2326, '1568-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244678, 2326, '1568-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244679, 2326, '1568-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244680, 2326, '1568-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244681, 2326, '1568-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244682, 2326, '1568-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244683, 2326, '1568-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244684, 2326, '1568-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244685, 2326, '1568-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244686, 2326, '1568-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244687, 2326, '1568-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244688, 2326, '1568-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244689, 2326, '1569-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244690, 2326, '1569-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244691, 2326, '1569-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244692, 2326, '1569-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244693, 2326, '1569-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244694, 2326, '1569-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244695, 2326, '1569-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244696, 2326, '1569-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244697, 2326, '1569-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244698, 2326, '1569-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244699, 2326, '1569-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244700, 2326, '1569-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244701, 2326, '1570-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244702, 2326, '1570-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244703, 2326, '1570-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244704, 2326, '1570-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244705, 2326, '1570-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244706, 2326, '1570-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244707, 2326, '1570-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244708, 2326, '1570-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244709, 2326, '1570-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244710, 2326, '1570-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244711, 2326, '1570-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244712, 2326, '1570-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244713, 2326, '1571-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244714, 2326, '1571-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244715, 2326, '1571-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244716, 2326, '1571-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244717, 2326, '1571-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244718, 2326, '1571-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244719, 2326, '1571-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244720, 2326, '1571-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244721, 2326, '1571-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244722, 2326, '1571-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244723, 2326, '1571-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244724, 2326, '1571-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244725, 2326, '1572-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244726, 2326, '1572-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244727, 2326, '1572-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244728, 2326, '1572-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244729, 2326, '1572-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244730, 2326, '1572-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244731, 2326, '1572-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244732, 2326, '1572-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244733, 2326, '1572-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244734, 2326, '1572-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244735, 2326, '1572-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244736, 2326, '1572-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244737, 2326, '1573-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244738, 2326, '1573-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244739, 2326, '1573-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244740, 2326, '1573-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244741, 2326, '1573-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244742, 2326, '1573-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244743, 2326, '1573-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244744, 2326, '1573-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244745, 2326, '1573-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244746, 2326, '1573-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244747, 2326, '1573-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244748, 2326, '1573-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244749, 2326, '1574-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244750, 2326, '1574-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244751, 2326, '1574-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244752, 2326, '1574-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244753, 2326, '1574-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244754, 2326, '1574-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244755, 2326, '1574-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244756, 2326, '1574-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244757, 2326, '1574-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244758, 2326, '1574-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244759, 2326, '1574-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244760, 2326, '1574-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244761, 2326, '1575-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244762, 2326, '1575-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244763, 2326, '1575-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244764, 2326, '1575-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(244765, 2326, '1575-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244766, 2326, '1575-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244767, 2326, '1575-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244768, 2326, '1575-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244769, 2326, '1575-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244770, 2326, '1575-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244771, 2326, '1575-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244772, 2326, '1575-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244773, 2326, '1576-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244774, 2326, '1576-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244775, 2326, '1576-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244776, 2326, '1576-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244777, 2326, '1576-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244778, 2326, '1576-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244779, 2326, '1576-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244780, 2326, '1576-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244781, 2326, '1576-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244782, 2326, '1576-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244783, 2326, '1576-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244784, 2326, '1576-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:33', '2023-10-31 14:11:33'),
(244785, 2326, '1577-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(244786, 2326, '1577-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(244787, 2326, '1577-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(244788, 2326, '1577-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(244789, 2326, '1577-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(244790, 2326, '1577-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(244791, 2326, '1577-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(244792, 2326, '1577-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(244793, 2326, '1577-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(244794, 2326, '1577-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(244795, 2326, '1577-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(244796, 2326, '1577-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(244797, 2326, '1578-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(244798, 2326, '1578-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(244799, 2326, '1578-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(244800, 2326, '1578-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(244801, 2326, '1578-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(244802, 2326, '1578-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(244803, 2326, '1578-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(244804, 2326, '1578-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(244805, 2326, '1578-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(244806, 2326, '1578-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(244807, 2326, '1578-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(244808, 2326, '1578-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(244809, 2326, '1579-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(244810, 2326, '1579-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(244811, 2326, '1579-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(244812, 2326, '1579-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(244813, 2326, '1579-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(244814, 2326, '1579-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(244815, 2326, '1579-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(244816, 2326, '1579-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(244817, 2326, '1579-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(244818, 2326, '1579-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(244819, 2326, '1579-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(244820, 2326, '1579-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(244821, 2326, '1580-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(244822, 2326, '1580-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(244823, 2326, '1580-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(244824, 2326, '1580-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(244825, 2326, '1580-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(244826, 2326, '1580-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(244827, 2326, '1580-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(244828, 2326, '1580-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(244829, 2326, '1580-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(244830, 2326, '1580-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(244831, 2326, '1580-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(244832, 2326, '1580-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(244833, 2326, '1581-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(244834, 2326, '1581-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(244835, 2326, '1581-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(244836, 2326, '1581-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(244837, 2326, '1581-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(244838, 2326, '1581-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(244839, 2326, '1581-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(244840, 2326, '1581-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(244841, 2326, '1581-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(244842, 2326, '1581-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(244843, 2326, '1581-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(244844, 2326, '1581-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(244845, 2326, '1582-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(244846, 2326, '1582-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(244847, 2326, '1582-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(244848, 2326, '1582-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(244849, 2326, '1582-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(244850, 2326, '1582-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(244851, 2326, '1582-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(244852, 2326, '1582-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(244853, 2326, '1582-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(244854, 2326, '1582-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(244855, 2326, '1582-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(244856, 2326, '1582-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(244857, 2326, '1583-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(244858, 2326, '1583-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(244859, 2326, '1583-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(244860, 2326, '1583-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(244861, 2326, '1583-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(244862, 2326, '1583-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(244863, 2326, '1583-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(244864, 2326, '1583-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(244865, 2326, '1583-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(244866, 2326, '1583-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(244867, 2326, '1583-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(244868, 2326, '1583-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(244869, 2326, '1584-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(244870, 2326, '1584-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(244871, 2326, '1584-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(244872, 2326, '1584-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(244873, 2326, '1584-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(244874, 2326, '1584-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(244875, 2326, '1584-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(244876, 2326, '1584-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(244877, 2326, '1584-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(244878, 2326, '1584-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(244879, 2326, '1584-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(244880, 2326, '1584-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(244881, 2326, '1585-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(244882, 2326, '1585-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(244883, 2326, '1585-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(244884, 2326, '1585-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(244885, 2326, '1585-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(244886, 2326, '1585-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(244887, 2326, '1585-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(244888, 2326, '1585-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(244889, 2326, '1585-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(244890, 2326, '1585-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(244891, 2326, '1585-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(244892, 2326, '1585-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(244893, 2326, '1586-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(244894, 2326, '1586-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(244895, 2326, '1586-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(244896, 2326, '1586-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(244897, 2326, '1586-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(244898, 2326, '1586-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(244899, 2326, '1586-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(244900, 2326, '1586-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(244901, 2326, '1586-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(244902, 2326, '1586-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(244903, 2326, '1586-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(244904, 2326, '1586-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(244905, 2326, '1587-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(244906, 2326, '1587-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(244907, 2326, '1587-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(244908, 2326, '1587-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(244909, 2326, '1587-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(244910, 2326, '1587-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(244911, 2326, '1587-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(244912, 2326, '1587-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(244913, 2326, '1587-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(244914, 2326, '1587-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(244915, 2326, '1587-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(244916, 2326, '1587-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(244917, 2326, '1588-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(244918, 2326, '1588-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(244919, 2326, '1588-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(244920, 2326, '1588-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(244921, 2326, '1588-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(244922, 2326, '1588-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(244923, 2326, '1588-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(244924, 2326, '1588-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(244925, 2326, '1588-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(244926, 2326, '1588-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(244927, 2326, '1588-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(244928, 2326, '1588-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(244929, 2326, '1589-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(244930, 2326, '1589-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(244931, 2326, '1589-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(244932, 2326, '1589-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(244933, 2326, '1589-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(244934, 2326, '1589-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(244935, 2326, '1589-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(244936, 2326, '1589-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(244937, 2326, '1589-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(244938, 2326, '1589-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(244939, 2326, '1589-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(244940, 2326, '1589-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(244941, 2326, '1590-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(244942, 2326, '1590-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(244943, 2326, '1590-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(244944, 2326, '1590-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(244945, 2326, '1590-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(244946, 2326, '1590-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(244947, 2326, '1590-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(244948, 2326, '1590-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(244949, 2326, '1590-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(244950, 2326, '1590-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(244951, 2326, '1590-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(244952, 2326, '1590-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(244953, 2326, '1591-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(244954, 2326, '1591-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(244955, 2326, '1591-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(244956, 2326, '1591-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(244957, 2326, '1591-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(244958, 2326, '1591-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(244959, 2326, '1591-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(244960, 2326, '1591-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(244961, 2326, '1591-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(244962, 2326, '1591-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(244963, 2326, '1591-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(244964, 2326, '1591-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(244965, 2326, '1592-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(244966, 2326, '1592-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(244967, 2326, '1592-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(244968, 2326, '1592-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(244969, 2326, '1592-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(244970, 2326, '1592-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(244971, 2326, '1592-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(244972, 2326, '1592-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(244973, 2326, '1592-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(244974, 2326, '1592-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(244975, 2326, '1592-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(244976, 2326, '1592-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(244977, 2326, '1593-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(244978, 2326, '1593-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(244979, 2326, '1593-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(244980, 2326, '1593-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(244981, 2326, '1593-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(244982, 2326, '1593-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(244983, 2326, '1593-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(244984, 2326, '1593-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(244985, 2326, '1593-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(244986, 2326, '1593-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(244987, 2326, '1593-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(244988, 2326, '1593-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(244989, 2326, '1594-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(244990, 2326, '1594-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(244991, 2326, '1594-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(244992, 2326, '1594-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(244993, 2326, '1594-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(244994, 2326, '1594-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(244995, 2326, '1594-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(244996, 2326, '1594-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(244997, 2326, '1594-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(244998, 2326, '1594-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(244999, 2326, '1594-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(245000, 2326, '1594-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(245001, 2326, '1595-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(245002, 2326, '1595-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(245003, 2326, '1595-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(245004, 2326, '1595-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(245005, 2326, '1595-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(245006, 2326, '1595-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(245007, 2326, '1595-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(245008, 2326, '1595-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(245009, 2326, '1595-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(245010, 2326, '1595-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(245011, 2326, '1595-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(245012, 2326, '1595-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(245013, 2326, '1596-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(245014, 2326, '1596-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(245015, 2326, '1596-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(245016, 2326, '1596-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(245017, 2326, '1596-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(245018, 2326, '1596-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(245019, 2326, '1596-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(245020, 2326, '1596-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(245021, 2326, '1596-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(245022, 2326, '1596-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(245023, 2326, '1596-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(245024, 2326, '1596-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(245025, 2326, '1597-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(245026, 2326, '1597-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(245027, 2326, '1597-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(245028, 2326, '1597-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(245029, 2326, '1597-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(245030, 2326, '1597-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(245031, 2326, '1597-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(245032, 2326, '1597-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(245033, 2326, '1597-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(245034, 2326, '1597-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(245035, 2326, '1597-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(245036, 2326, '1597-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(245037, 2326, '1598-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(245038, 2326, '1598-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(245039, 2326, '1598-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(245040, 2326, '1598-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(245041, 2326, '1598-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:34', '2023-10-31 14:11:34'),
(245042, 2326, '1598-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245043, 2326, '1598-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245044, 2326, '1598-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245045, 2326, '1598-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245046, 2326, '1598-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245047, 2326, '1598-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245048, 2326, '1598-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245049, 2326, '1599-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245050, 2326, '1599-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245051, 2326, '1599-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245052, 2326, '1599-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245053, 2326, '1599-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245054, 2326, '1599-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245055, 2326, '1599-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245056, 2326, '1599-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245057, 2326, '1599-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245058, 2326, '1599-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245059, 2326, '1599-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245060, 2326, '1599-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245061, 2326, '1600-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245062, 2326, '1600-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245063, 2326, '1600-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245064, 2326, '1600-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245065, 2326, '1600-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245066, 2326, '1600-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245067, 2326, '1600-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245068, 2326, '1600-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245069, 2326, '1600-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245070, 2326, '1600-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245071, 2326, '1600-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245072, 2326, '1600-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245073, 2326, '1601-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245074, 2326, '1601-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245075, 2326, '1601-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245076, 2326, '1601-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245077, 2326, '1601-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245078, 2326, '1601-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245079, 2326, '1601-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245080, 2326, '1601-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245081, 2326, '1601-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245082, 2326, '1601-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245083, 2326, '1601-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245084, 2326, '1601-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245085, 2326, '1602-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245086, 2326, '1602-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245087, 2326, '1602-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245088, 2326, '1602-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245089, 2326, '1602-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245090, 2326, '1602-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245091, 2326, '1602-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245092, 2326, '1602-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245093, 2326, '1602-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245094, 2326, '1602-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245095, 2326, '1602-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245096, 2326, '1602-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245097, 2326, '1603-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245098, 2326, '1603-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245099, 2326, '1603-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245100, 2326, '1603-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245101, 2326, '1603-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245102, 2326, '1603-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245103, 2326, '1603-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245104, 2326, '1603-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245105, 2326, '1603-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245106, 2326, '1603-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245107, 2326, '1603-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245108, 2326, '1603-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245109, 2326, '1604-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245110, 2326, '1604-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245111, 2326, '1604-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245112, 2326, '1604-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245113, 2326, '1604-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245114, 2326, '1604-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245115, 2326, '1604-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245116, 2326, '1604-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245117, 2326, '1604-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245118, 2326, '1604-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245119, 2326, '1604-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245120, 2326, '1604-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245121, 2326, '1605-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245122, 2326, '1605-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245123, 2326, '1605-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245124, 2326, '1605-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245125, 2326, '1605-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245126, 2326, '1605-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245127, 2326, '1605-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245128, 2326, '1605-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245129, 2326, '1605-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245130, 2326, '1605-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245131, 2326, '1605-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245132, 2326, '1605-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245133, 2326, '1606-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245134, 2326, '1606-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245135, 2326, '1606-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245136, 2326, '1606-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245137, 2326, '1606-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245138, 2326, '1606-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245139, 2326, '1606-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245140, 2326, '1606-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245141, 2326, '1606-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245142, 2326, '1606-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245143, 2326, '1606-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245144, 2326, '1606-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245145, 2326, '1607-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245146, 2326, '1607-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245147, 2326, '1607-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245148, 2326, '1607-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245149, 2326, '1607-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245150, 2326, '1607-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245151, 2326, '1607-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245152, 2326, '1607-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245153, 2326, '1607-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245154, 2326, '1607-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245155, 2326, '1607-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245156, 2326, '1607-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245157, 2326, '1608-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245158, 2326, '1608-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245159, 2326, '1608-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245160, 2326, '1608-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245161, 2326, '1608-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245162, 2326, '1608-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245163, 2326, '1608-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245164, 2326, '1608-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245165, 2326, '1608-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245166, 2326, '1608-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245167, 2326, '1608-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245168, 2326, '1608-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245169, 2326, '1609-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245170, 2326, '1609-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245171, 2326, '1609-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245172, 2326, '1609-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245173, 2326, '1609-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245174, 2326, '1609-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245175, 2326, '1609-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245176, 2326, '1609-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245177, 2326, '1609-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245178, 2326, '1609-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245179, 2326, '1609-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245180, 2326, '1609-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245181, 2326, '1610-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245182, 2326, '1610-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245183, 2326, '1610-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245184, 2326, '1610-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245185, 2326, '1610-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245186, 2326, '1610-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245187, 2326, '1610-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245188, 2326, '1610-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245189, 2326, '1610-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245190, 2326, '1610-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245191, 2326, '1610-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245192, 2326, '1610-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245193, 2326, '1611-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245194, 2326, '1611-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245195, 2326, '1611-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245196, 2326, '1611-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245197, 2326, '1611-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245198, 2326, '1611-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245199, 2326, '1611-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245200, 2326, '1611-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245201, 2326, '1611-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245202, 2326, '1611-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245203, 2326, '1611-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245204, 2326, '1611-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245205, 2326, '1612-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245206, 2326, '1612-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245207, 2326, '1612-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245208, 2326, '1612-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245209, 2326, '1612-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245210, 2326, '1612-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245211, 2326, '1612-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245212, 2326, '1612-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245213, 2326, '1612-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245214, 2326, '1612-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245215, 2326, '1612-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245216, 2326, '1612-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245217, 2326, '1613-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245218, 2326, '1613-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245219, 2326, '1613-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245220, 2326, '1613-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245221, 2326, '1613-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245222, 2326, '1613-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245223, 2326, '1613-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245224, 2326, '1613-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245225, 2326, '1613-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245226, 2326, '1613-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245227, 2326, '1613-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245228, 2326, '1613-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245229, 2326, '1614-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(245230, 2326, '1614-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245231, 2326, '1614-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245232, 2326, '1614-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245233, 2326, '1614-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245234, 2326, '1614-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245235, 2326, '1614-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245236, 2326, '1614-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245237, 2326, '1614-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245238, 2326, '1614-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245239, 2326, '1614-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245240, 2326, '1614-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245241, 2326, '1615-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245242, 2326, '1615-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245243, 2326, '1615-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245244, 2326, '1615-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245245, 2326, '1615-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245246, 2326, '1615-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245247, 2326, '1615-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245248, 2326, '1615-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245249, 2326, '1615-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245250, 2326, '1615-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245251, 2326, '1615-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245252, 2326, '1615-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245253, 2326, '1616-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245254, 2326, '1616-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245255, 2326, '1616-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245256, 2326, '1616-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245257, 2326, '1616-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245258, 2326, '1616-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245259, 2326, '1616-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245260, 2326, '1616-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245261, 2326, '1616-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245262, 2326, '1616-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245263, 2326, '1616-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245264, 2326, '1616-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245265, 2326, '1617-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245266, 2326, '1617-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245267, 2326, '1617-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245268, 2326, '1617-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245269, 2326, '1617-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245270, 2326, '1617-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245271, 2326, '1617-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245272, 2326, '1617-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245273, 2326, '1617-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245274, 2326, '1617-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245275, 2326, '1617-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245276, 2326, '1617-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245277, 2326, '1618-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245278, 2326, '1618-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245279, 2326, '1618-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245280, 2326, '1618-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245281, 2326, '1618-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245282, 2326, '1618-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245283, 2326, '1618-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245284, 2326, '1618-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245285, 2326, '1618-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245286, 2326, '1618-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245287, 2326, '1618-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245288, 2326, '1618-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245289, 2326, '1619-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245290, 2326, '1619-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245291, 2326, '1619-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245292, 2326, '1619-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245293, 2326, '1619-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245294, 2326, '1619-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245295, 2326, '1619-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245296, 2326, '1619-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245297, 2326, '1619-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245298, 2326, '1619-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245299, 2326, '1619-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245300, 2326, '1619-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245301, 2326, '1620-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245302, 2326, '1620-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245303, 2326, '1620-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245304, 2326, '1620-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245305, 2326, '1620-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245306, 2326, '1620-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245307, 2326, '1620-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245308, 2326, '1620-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245309, 2326, '1620-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245310, 2326, '1620-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245311, 2326, '1620-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245312, 2326, '1620-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245313, 2326, '1621-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245314, 2326, '1621-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245315, 2326, '1621-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245316, 2326, '1621-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245317, 2326, '1621-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245318, 2326, '1621-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245319, 2326, '1621-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245320, 2326, '1621-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245321, 2326, '1621-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245322, 2326, '1621-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245323, 2326, '1621-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245324, 2326, '1621-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245325, 2326, '1622-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245326, 2326, '1622-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245327, 2326, '1622-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245328, 2326, '1622-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245329, 2326, '1622-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245330, 2326, '1622-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245331, 2326, '1622-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245332, 2326, '1622-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245333, 2326, '1622-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245334, 2326, '1622-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245335, 2326, '1622-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245336, 2326, '1622-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245337, 2326, '1623-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245338, 2326, '1623-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245339, 2326, '1623-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245340, 2326, '1623-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245341, 2326, '1623-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245342, 2326, '1623-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245343, 2326, '1623-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245344, 2326, '1623-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245345, 2326, '1623-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245346, 2326, '1623-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245347, 2326, '1623-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245348, 2326, '1623-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245349, 2326, '1624-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245350, 2326, '1624-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245351, 2326, '1624-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245352, 2326, '1624-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245353, 2326, '1624-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245354, 2326, '1624-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245355, 2326, '1624-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245356, 2326, '1624-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245357, 2326, '1624-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245358, 2326, '1624-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245359, 2326, '1624-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245360, 2326, '1624-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245361, 2326, '1625-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245362, 2326, '1625-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245363, 2326, '1625-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245364, 2326, '1625-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245365, 2326, '1625-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245366, 2326, '1625-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245367, 2326, '1625-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245368, 2326, '1625-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245369, 2326, '1625-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245370, 2326, '1625-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245371, 2326, '1625-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245372, 2326, '1625-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245373, 2326, '1626-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245374, 2326, '1626-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245375, 2326, '1626-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245376, 2326, '1626-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245377, 2326, '1626-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245378, 2326, '1626-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245379, 2326, '1626-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245380, 2326, '1626-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245381, 2326, '1626-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245382, 2326, '1626-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245383, 2326, '1626-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245384, 2326, '1626-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245385, 2326, '1627-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245386, 2326, '1627-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245387, 2326, '1627-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245388, 2326, '1627-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245389, 2326, '1627-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245390, 2326, '1627-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245391, 2326, '1627-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245392, 2326, '1627-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245393, 2326, '1627-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245394, 2326, '1627-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245395, 2326, '1627-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245396, 2326, '1627-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245397, 2326, '1628-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245398, 2326, '1628-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245399, 2326, '1628-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245400, 2326, '1628-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245401, 2326, '1628-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245402, 2326, '1628-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245403, 2326, '1628-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245404, 2326, '1628-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245405, 2326, '1628-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245406, 2326, '1628-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245407, 2326, '1628-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245408, 2326, '1628-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245409, 2326, '1629-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245410, 2326, '1629-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245411, 2326, '1629-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245412, 2326, '1629-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245413, 2326, '1629-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245414, 2326, '1629-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245415, 2326, '1629-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245416, 2326, '1629-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:35', '2023-10-31 14:11:35'),
(245417, 2326, '1629-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245418, 2326, '1629-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245419, 2326, '1629-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245420, 2326, '1629-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245421, 2326, '1630-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245422, 2326, '1630-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245423, 2326, '1630-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245424, 2326, '1630-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245425, 2326, '1630-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245426, 2326, '1630-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245427, 2326, '1630-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245428, 2326, '1630-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245429, 2326, '1630-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245430, 2326, '1630-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245431, 2326, '1630-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245432, 2326, '1630-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245433, 2326, '1631-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245434, 2326, '1631-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245435, 2326, '1631-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245436, 2326, '1631-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245437, 2326, '1631-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245438, 2326, '1631-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245439, 2326, '1631-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245440, 2326, '1631-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245441, 2326, '1631-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245442, 2326, '1631-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245443, 2326, '1631-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245444, 2326, '1631-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245445, 2326, '1632-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245446, 2326, '1632-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245447, 2326, '1632-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245448, 2326, '1632-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245449, 2326, '1632-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245450, 2326, '1632-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245451, 2326, '1632-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245452, 2326, '1632-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245453, 2326, '1632-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245454, 2326, '1632-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245455, 2326, '1632-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245456, 2326, '1632-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245457, 2326, '1633-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245458, 2326, '1633-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245459, 2326, '1633-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245460, 2326, '1633-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245461, 2326, '1633-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245462, 2326, '1633-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245463, 2326, '1633-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245464, 2326, '1633-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245465, 2326, '1633-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245466, 2326, '1633-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245467, 2326, '1633-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245468, 2326, '1633-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245469, 2326, '1634-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245470, 2326, '1634-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245471, 2326, '1634-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245472, 2326, '1634-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245473, 2326, '1634-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245474, 2326, '1634-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245475, 2326, '1634-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245476, 2326, '1634-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245477, 2326, '1634-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245478, 2326, '1634-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245479, 2326, '1634-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245480, 2326, '1634-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245481, 2326, '1635-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245482, 2326, '1635-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245483, 2326, '1635-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245484, 2326, '1635-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245485, 2326, '1635-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245486, 2326, '1635-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245487, 2326, '1635-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245488, 2326, '1635-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245489, 2326, '1635-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245490, 2326, '1635-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245491, 2326, '1635-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245492, 2326, '1635-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245493, 2326, '1636-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245494, 2326, '1636-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245495, 2326, '1636-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245496, 2326, '1636-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245497, 2326, '1636-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245498, 2326, '1636-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245499, 2326, '1636-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245500, 2326, '1636-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245501, 2326, '1636-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245502, 2326, '1636-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245503, 2326, '1636-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245504, 2326, '1636-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245505, 2326, '1637-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245506, 2326, '1637-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245507, 2326, '1637-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245508, 2326, '1637-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245509, 2326, '1637-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245510, 2326, '1637-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245511, 2326, '1637-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245512, 2326, '1637-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245513, 2326, '1637-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245514, 2326, '1637-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245515, 2326, '1637-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245516, 2326, '1637-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245517, 2326, '1638-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245518, 2326, '1638-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245519, 2326, '1638-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245520, 2326, '1638-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245521, 2326, '1638-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245522, 2326, '1638-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245523, 2326, '1638-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245524, 2326, '1638-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245525, 2326, '1638-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245526, 2326, '1638-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245527, 2326, '1638-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245528, 2326, '1638-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245529, 2326, '1639-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245530, 2326, '1639-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245531, 2326, '1639-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245532, 2326, '1639-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245533, 2326, '1639-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245534, 2326, '1639-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245535, 2326, '1639-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245536, 2326, '1639-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245537, 2326, '1639-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245538, 2326, '1639-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245539, 2326, '1639-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245540, 2326, '1639-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245541, 2326, '1640-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245542, 2326, '1640-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245543, 2326, '1640-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245544, 2326, '1640-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245545, 2326, '1640-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245546, 2326, '1640-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245547, 2326, '1640-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245548, 2326, '1640-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245549, 2326, '1640-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245550, 2326, '1640-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245551, 2326, '1640-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245552, 2326, '1640-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245553, 2326, '1641-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245554, 2326, '1641-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245555, 2326, '1641-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245556, 2326, '1641-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245557, 2326, '1641-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245558, 2326, '1641-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245559, 2326, '1641-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245560, 2326, '1641-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245561, 2326, '1641-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245562, 2326, '1641-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245563, 2326, '1641-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245564, 2326, '1641-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245565, 2326, '1642-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245566, 2326, '1642-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245567, 2326, '1642-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245568, 2326, '1642-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245569, 2326, '1642-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245570, 2326, '1642-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245571, 2326, '1642-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245572, 2326, '1642-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245573, 2326, '1642-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245574, 2326, '1642-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245575, 2326, '1642-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245576, 2326, '1642-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245577, 2326, '1643-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245578, 2326, '1643-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245579, 2326, '1643-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245580, 2326, '1643-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245581, 2326, '1643-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245582, 2326, '1643-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245583, 2326, '1643-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245584, 2326, '1643-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245585, 2326, '1643-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245586, 2326, '1643-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245587, 2326, '1643-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245588, 2326, '1643-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245589, 2326, '1644-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245590, 2326, '1644-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245591, 2326, '1644-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245592, 2326, '1644-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245593, 2326, '1644-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245594, 2326, '1644-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245595, 2326, '1644-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245596, 2326, '1644-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245597, 2326, '1644-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245598, 2326, '1644-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245599, 2326, '1644-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245600, 2326, '1644-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245601, 2326, '1645-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245602, 2326, '1645-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245603, 2326, '1645-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245604, 2326, '1645-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245605, 2326, '1645-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245606, 2326, '1645-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245607, 2326, '1645-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245608, 2326, '1645-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245609, 2326, '1645-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245610, 2326, '1645-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245611, 2326, '1645-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245612, 2326, '1645-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245613, 2326, '1646-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245614, 2326, '1646-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245615, 2326, '1646-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245616, 2326, '1646-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245617, 2326, '1646-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245618, 2326, '1646-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245619, 2326, '1646-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245620, 2326, '1646-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245621, 2326, '1646-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245622, 2326, '1646-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245623, 2326, '1646-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245624, 2326, '1646-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245625, 2326, '1647-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245626, 2326, '1647-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245627, 2326, '1647-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245628, 2326, '1647-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245629, 2326, '1647-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245630, 2326, '1647-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245631, 2326, '1647-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245632, 2326, '1647-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245633, 2326, '1647-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245634, 2326, '1647-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245635, 2326, '1647-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245636, 2326, '1647-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245637, 2326, '1648-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245638, 2326, '1648-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245639, 2326, '1648-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245640, 2326, '1648-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245641, 2326, '1648-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245642, 2326, '1648-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245643, 2326, '1648-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245644, 2326, '1648-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245645, 2326, '1648-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245646, 2326, '1648-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245647, 2326, '1648-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245648, 2326, '1648-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245649, 2326, '1649-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245650, 2326, '1649-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245651, 2326, '1649-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245652, 2326, '1649-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245653, 2326, '1649-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245654, 2326, '1649-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245655, 2326, '1649-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245656, 2326, '1649-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245657, 2326, '1649-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245658, 2326, '1649-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245659, 2326, '1649-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245660, 2326, '1649-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245661, 2326, '1650-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245662, 2326, '1650-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245663, 2326, '1650-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245664, 2326, '1650-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245665, 2326, '1650-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245666, 2326, '1650-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245667, 2326, '1650-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245668, 2326, '1650-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245669, 2326, '1650-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245670, 2326, '1650-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245671, 2326, '1650-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245672, 2326, '1650-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245673, 2326, '1651-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245674, 2326, '1651-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245675, 2326, '1651-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245676, 2326, '1651-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245677, 2326, '1651-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245678, 2326, '1651-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245679, 2326, '1651-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245680, 2326, '1651-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245681, 2326, '1651-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245682, 2326, '1651-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245683, 2326, '1651-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245684, 2326, '1651-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245685, 2326, '1652-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245686, 2326, '1652-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245687, 2326, '1652-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245688, 2326, '1652-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245689, 2326, '1652-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245690, 2326, '1652-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245691, 2326, '1652-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245692, 2326, '1652-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245693, 2326, '1652-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245694, 2326, '1652-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(245695, 2326, '1652-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245696, 2326, '1652-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245697, 2326, '1653-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245698, 2326, '1653-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245699, 2326, '1653-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245700, 2326, '1653-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245701, 2326, '1653-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245702, 2326, '1653-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245703, 2326, '1653-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245704, 2326, '1653-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245705, 2326, '1653-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245706, 2326, '1653-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245707, 2326, '1653-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245708, 2326, '1653-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245709, 2326, '1654-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245710, 2326, '1654-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245711, 2326, '1654-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245712, 2326, '1654-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245713, 2326, '1654-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245714, 2326, '1654-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245715, 2326, '1654-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245716, 2326, '1654-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245717, 2326, '1654-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245718, 2326, '1654-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245719, 2326, '1654-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245720, 2326, '1654-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245721, 2326, '1655-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245722, 2326, '1655-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245723, 2326, '1655-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245724, 2326, '1655-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245725, 2326, '1655-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245726, 2326, '1655-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245727, 2326, '1655-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245728, 2326, '1655-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245729, 2326, '1655-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245730, 2326, '1655-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245731, 2326, '1655-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245732, 2326, '1655-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245733, 2326, '1656-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245734, 2326, '1656-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245735, 2326, '1656-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245736, 2326, '1656-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245737, 2326, '1656-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245738, 2326, '1656-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245739, 2326, '1656-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245740, 2326, '1656-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245741, 2326, '1656-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245742, 2326, '1656-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245743, 2326, '1656-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245744, 2326, '1656-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245745, 2326, '1657-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245746, 2326, '1657-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245747, 2326, '1657-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245748, 2326, '1657-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245749, 2326, '1657-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245750, 2326, '1657-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245751, 2326, '1657-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245752, 2326, '1657-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245753, 2326, '1657-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245754, 2326, '1657-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245755, 2326, '1657-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245756, 2326, '1657-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245757, 2326, '1658-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245758, 2326, '1658-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245759, 2326, '1658-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245760, 2326, '1658-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245761, 2326, '1658-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245762, 2326, '1658-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245763, 2326, '1658-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245764, 2326, '1658-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245765, 2326, '1658-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245766, 2326, '1658-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245767, 2326, '1658-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245768, 2326, '1658-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245769, 2326, '1659-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245770, 2326, '1659-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245771, 2326, '1659-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245772, 2326, '1659-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245773, 2326, '1659-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245774, 2326, '1659-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245775, 2326, '1659-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:36', '2023-10-31 14:11:36'),
(245776, 2326, '1659-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(245777, 2326, '1659-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(245778, 2326, '1659-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(245779, 2326, '1659-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(245780, 2326, '1659-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(245781, 2326, '1660-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(245782, 2326, '1660-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(245783, 2326, '1660-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(245784, 2326, '1660-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(245785, 2326, '1660-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(245786, 2326, '1660-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(245787, 2326, '1660-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(245788, 2326, '1660-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(245789, 2326, '1660-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(245790, 2326, '1660-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(245791, 2326, '1660-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(245792, 2326, '1660-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(245793, 2326, '1661-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(245794, 2326, '1661-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(245795, 2326, '1661-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(245796, 2326, '1661-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(245797, 2326, '1661-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(245798, 2326, '1661-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(245799, 2326, '1661-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(245800, 2326, '1661-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(245801, 2326, '1661-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(245802, 2326, '1661-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(245803, 2326, '1661-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(245804, 2326, '1661-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(245805, 2326, '1662-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(245806, 2326, '1662-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(245807, 2326, '1662-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(245808, 2326, '1662-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(245809, 2326, '1662-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(245810, 2326, '1662-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(245811, 2326, '1662-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(245812, 2326, '1662-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(245813, 2326, '1662-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(245814, 2326, '1662-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(245815, 2326, '1662-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(245816, 2326, '1662-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(245817, 2326, '1663-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(245818, 2326, '1663-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(245819, 2326, '1663-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(245820, 2326, '1663-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(245821, 2326, '1663-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(245822, 2326, '1663-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(245823, 2326, '1663-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(245824, 2326, '1663-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(245825, 2326, '1663-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(245826, 2326, '1663-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(245827, 2326, '1663-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(245828, 2326, '1663-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(245829, 2326, '1664-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(245830, 2326, '1664-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(245831, 2326, '1664-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(245832, 2326, '1664-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(245833, 2326, '1664-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(245834, 2326, '1664-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(245835, 2326, '1664-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(245836, 2326, '1664-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(245837, 2326, '1664-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(245838, 2326, '1664-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(245839, 2326, '1664-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(245840, 2326, '1664-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(245841, 2326, '1665-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(245842, 2326, '1665-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(245843, 2326, '1665-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(245844, 2326, '1665-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(245845, 2326, '1665-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(245846, 2326, '1665-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(245847, 2326, '1665-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(245848, 2326, '1665-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(245849, 2326, '1665-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(245850, 2326, '1665-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(245851, 2326, '1665-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(245852, 2326, '1665-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(245853, 2326, '1666-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(245854, 2326, '1666-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(245855, 2326, '1666-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(245856, 2326, '1666-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(245857, 2326, '1666-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(245858, 2326, '1666-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(245859, 2326, '1666-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(245860, 2326, '1666-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(245861, 2326, '1666-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(245862, 2326, '1666-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(245863, 2326, '1666-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(245864, 2326, '1666-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(245865, 2326, '1667-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(245866, 2326, '1667-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(245867, 2326, '1667-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(245868, 2326, '1667-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(245869, 2326, '1667-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(245870, 2326, '1667-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(245871, 2326, '1667-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(245872, 2326, '1667-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(245873, 2326, '1667-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(245874, 2326, '1667-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(245875, 2326, '1667-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(245876, 2326, '1667-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(245877, 2326, '1668-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(245878, 2326, '1668-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(245879, 2326, '1668-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(245880, 2326, '1668-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(245881, 2326, '1668-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(245882, 2326, '1668-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(245883, 2326, '1668-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(245884, 2326, '1668-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(245885, 2326, '1668-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(245886, 2326, '1668-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(245887, 2326, '1668-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(245888, 2326, '1668-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(245889, 2326, '1669-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(245890, 2326, '1669-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(245891, 2326, '1669-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(245892, 2326, '1669-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(245893, 2326, '1669-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(245894, 2326, '1669-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(245895, 2326, '1669-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(245896, 2326, '1669-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(245897, 2326, '1669-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(245898, 2326, '1669-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(245899, 2326, '1669-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(245900, 2326, '1669-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(245901, 2326, '1670-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(245902, 2326, '1670-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(245903, 2326, '1670-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(245904, 2326, '1670-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(245905, 2326, '1670-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(245906, 2326, '1670-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(245907, 2326, '1670-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(245908, 2326, '1670-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(245909, 2326, '1670-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(245910, 2326, '1670-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(245911, 2326, '1670-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(245912, 2326, '1670-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(245913, 2326, '1671-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(245914, 2326, '1671-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(245915, 2326, '1671-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(245916, 2326, '1671-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(245917, 2326, '1671-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(245918, 2326, '1671-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(245919, 2326, '1671-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(245920, 2326, '1671-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(245921, 2326, '1671-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(245922, 2326, '1671-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(245923, 2326, '1671-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(245924, 2326, '1671-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(245925, 2326, '1672-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(245926, 2326, '1672-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(245927, 2326, '1672-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(245928, 2326, '1672-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(245929, 2326, '1672-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(245930, 2326, '1672-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(245931, 2326, '1672-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(245932, 2326, '1672-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(245933, 2326, '1672-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(245934, 2326, '1672-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(245935, 2326, '1672-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(245936, 2326, '1672-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(245937, 2326, '1673-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(245938, 2326, '1673-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(245939, 2326, '1673-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(245940, 2326, '1673-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(245941, 2326, '1673-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(245942, 2326, '1673-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(245943, 2326, '1673-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(245944, 2326, '1673-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(245945, 2326, '1673-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(245946, 2326, '1673-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(245947, 2326, '1673-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(245948, 2326, '1673-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(245949, 2326, '1674-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(245950, 2326, '1674-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(245951, 2326, '1674-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(245952, 2326, '1674-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(245953, 2326, '1674-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(245954, 2326, '1674-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(245955, 2326, '1674-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(245956, 2326, '1674-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(245957, 2326, '1674-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(245958, 2326, '1674-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(245959, 2326, '1674-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(245960, 2326, '1674-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(245961, 2326, '1675-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(245962, 2326, '1675-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(245963, 2326, '1675-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(245964, 2326, '1675-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(245965, 2326, '1675-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(245966, 2326, '1675-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(245967, 2326, '1675-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(245968, 2326, '1675-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(245969, 2326, '1675-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(245970, 2326, '1675-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(245971, 2326, '1675-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(245972, 2326, '1675-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(245973, 2326, '1676-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(245974, 2326, '1676-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(245975, 2326, '1676-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(245976, 2326, '1676-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(245977, 2326, '1676-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(245978, 2326, '1676-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(245979, 2326, '1676-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(245980, 2326, '1676-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(245981, 2326, '1676-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(245982, 2326, '1676-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(245983, 2326, '1676-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(245984, 2326, '1676-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(245985, 2326, '1677-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(245986, 2326, '1677-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(245987, 2326, '1677-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(245988, 2326, '1677-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(245989, 2326, '1677-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(245990, 2326, '1677-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(245991, 2326, '1677-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(245992, 2326, '1677-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(245993, 2326, '1677-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(245994, 2326, '1677-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(245995, 2326, '1677-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(245996, 2326, '1677-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(245997, 2326, '1678-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(245998, 2326, '1678-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(245999, 2326, '1678-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(246000, 2326, '1678-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(246001, 2326, '1678-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(246002, 2326, '1678-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(246003, 2326, '1678-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(246004, 2326, '1678-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(246005, 2326, '1678-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(246006, 2326, '1678-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(246007, 2326, '1678-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(246008, 2326, '1678-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(246009, 2326, '1679-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(246010, 2326, '1679-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(246011, 2326, '1679-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(246012, 2326, '1679-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(246013, 2326, '1679-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(246014, 2326, '1679-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(246015, 2326, '1679-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(246016, 2326, '1679-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(246017, 2326, '1679-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(246018, 2326, '1679-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(246019, 2326, '1679-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(246020, 2326, '1679-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(246021, 2326, '1680-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(246022, 2326, '1680-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(246023, 2326, '1680-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(246024, 2326, '1680-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(246025, 2326, '1680-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(246026, 2326, '1680-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(246027, 2326, '1680-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(246028, 2326, '1680-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(246029, 2326, '1680-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(246030, 2326, '1680-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(246031, 2326, '1680-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(246032, 2326, '1680-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(246033, 2326, '1681-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(246034, 2326, '1681-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(246035, 2326, '1681-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(246036, 2326, '1681-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(246037, 2326, '1681-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(246038, 2326, '1681-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(246039, 2326, '1681-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(246040, 2326, '1681-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(246041, 2326, '1681-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(246042, 2326, '1681-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(246043, 2326, '1681-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(246044, 2326, '1681-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(246045, 2326, '1682-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(246046, 2326, '1682-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(246047, 2326, '1682-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(246048, 2326, '1682-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(246049, 2326, '1682-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(246050, 2326, '1682-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(246051, 2326, '1682-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(246052, 2326, '1682-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(246053, 2326, '1682-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(246054, 2326, '1682-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(246055, 2326, '1682-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(246056, 2326, '1682-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(246057, 2326, '1683-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(246058, 2326, '1683-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(246059, 2326, '1683-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(246060, 2326, '1683-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(246061, 2326, '1683-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(246062, 2326, '1683-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(246063, 2326, '1683-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(246064, 2326, '1683-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(246065, 2326, '1683-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(246066, 2326, '1683-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(246067, 2326, '1683-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(246068, 2326, '1683-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(246069, 2326, '1684-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(246070, 2326, '1684-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(246071, 2326, '1684-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(246072, 2326, '1684-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(246073, 2326, '1684-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(246074, 2326, '1684-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(246075, 2326, '1684-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(246076, 2326, '1684-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(246077, 2326, '1684-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(246078, 2326, '1684-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(246079, 2326, '1684-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(246080, 2326, '1684-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(246081, 2326, '1685-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(246082, 2326, '1685-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(246083, 2326, '1685-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(246084, 2326, '1685-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(246085, 2326, '1685-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(246086, 2326, '1685-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(246087, 2326, '1685-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(246088, 2326, '1685-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(246089, 2326, '1685-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(246090, 2326, '1685-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(246091, 2326, '1685-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(246092, 2326, '1685-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(246093, 2326, '1686-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(246094, 2326, '1686-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(246095, 2326, '1686-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(246096, 2326, '1686-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(246097, 2326, '1686-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(246098, 2326, '1686-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(246099, 2326, '1686-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(246100, 2326, '1686-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(246101, 2326, '1686-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(246102, 2326, '1686-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(246103, 2326, '1686-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(246104, 2326, '1686-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(246105, 2326, '1687-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(246106, 2326, '1687-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(246107, 2326, '1687-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(246108, 2326, '1687-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(246109, 2326, '1687-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(246110, 2326, '1687-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(246111, 2326, '1687-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(246112, 2326, '1687-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(246113, 2326, '1687-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(246114, 2326, '1687-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(246115, 2326, '1687-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(246116, 2326, '1687-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(246117, 2326, '1688-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(246118, 2326, '1688-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(246119, 2326, '1688-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(246120, 2326, '1688-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(246121, 2326, '1688-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(246122, 2326, '1688-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(246123, 2326, '1688-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(246124, 2326, '1688-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(246125, 2326, '1688-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(246126, 2326, '1688-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(246127, 2326, '1688-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(246128, 2326, '1688-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(246129, 2326, '1689-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(246130, 2326, '1689-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(246131, 2326, '1689-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(246132, 2326, '1689-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(246133, 2326, '1689-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(246134, 2326, '1689-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(246135, 2326, '1689-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(246136, 2326, '1689-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(246137, 2326, '1689-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:37', '2023-10-31 14:11:37'),
(246138, 2326, '1689-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246139, 2326, '1689-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246140, 2326, '1689-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246141, 2326, '1690-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246142, 2326, '1690-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246143, 2326, '1690-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246144, 2326, '1690-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246145, 2326, '1690-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246146, 2326, '1690-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246147, 2326, '1690-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246148, 2326, '1690-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246149, 2326, '1690-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246150, 2326, '1690-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246151, 2326, '1690-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246152, 2326, '1690-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246153, 2326, '1691-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246154, 2326, '1691-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246155, 2326, '1691-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246156, 2326, '1691-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246157, 2326, '1691-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246158, 2326, '1691-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246159, 2326, '1691-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(246160, 2326, '1691-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246161, 2326, '1691-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246162, 2326, '1691-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246163, 2326, '1691-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246164, 2326, '1691-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246165, 2326, '1692-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246166, 2326, '1692-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246167, 2326, '1692-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246168, 2326, '1692-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246169, 2326, '1692-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246170, 2326, '1692-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246171, 2326, '1692-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246172, 2326, '1692-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246173, 2326, '1692-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246174, 2326, '1692-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246175, 2326, '1692-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246176, 2326, '1692-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246177, 2326, '1693-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246178, 2326, '1693-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246179, 2326, '1693-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246180, 2326, '1693-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246181, 2326, '1693-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246182, 2326, '1693-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246183, 2326, '1693-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246184, 2326, '1693-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246185, 2326, '1693-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246186, 2326, '1693-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246187, 2326, '1693-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246188, 2326, '1693-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246189, 2326, '1694-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246190, 2326, '1694-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246191, 2326, '1694-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246192, 2326, '1694-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246193, 2326, '1694-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246194, 2326, '1694-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246195, 2326, '1694-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246196, 2326, '1694-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246197, 2326, '1694-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246198, 2326, '1694-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246199, 2326, '1694-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246200, 2326, '1694-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246201, 2326, '1695-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246202, 2326, '1695-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246203, 2326, '1695-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246204, 2326, '1695-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246205, 2326, '1695-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246206, 2326, '1695-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246207, 2326, '1695-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246208, 2326, '1695-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246209, 2326, '1695-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246210, 2326, '1695-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246211, 2326, '1695-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246212, 2326, '1695-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246213, 2326, '1696-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246214, 2326, '1696-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246215, 2326, '1696-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246216, 2326, '1696-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246217, 2326, '1696-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246218, 2326, '1696-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246219, 2326, '1696-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246220, 2326, '1696-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246221, 2326, '1696-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246222, 2326, '1696-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246223, 2326, '1696-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246224, 2326, '1696-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246225, 2326, '1697-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246226, 2326, '1697-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246227, 2326, '1697-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246228, 2326, '1697-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246229, 2326, '1697-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246230, 2326, '1697-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246231, 2326, '1697-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246232, 2326, '1697-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246233, 2326, '1697-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246234, 2326, '1697-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246235, 2326, '1697-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246236, 2326, '1697-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246237, 2326, '1698-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246238, 2326, '1698-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246239, 2326, '1698-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246240, 2326, '1698-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246241, 2326, '1698-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246242, 2326, '1698-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246243, 2326, '1698-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246244, 2326, '1698-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246245, 2326, '1698-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246246, 2326, '1698-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246247, 2326, '1698-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246248, 2326, '1698-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246249, 2326, '1699-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246250, 2326, '1699-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246251, 2326, '1699-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246252, 2326, '1699-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246253, 2326, '1699-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246254, 2326, '1699-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246255, 2326, '1699-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246256, 2326, '1699-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246257, 2326, '1699-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246258, 2326, '1699-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246259, 2326, '1699-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246260, 2326, '1699-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246261, 2326, '1700-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246262, 2326, '1700-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246263, 2326, '1700-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246264, 2326, '1700-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246265, 2326, '1700-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246266, 2326, '1700-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246267, 2326, '1700-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246268, 2326, '1700-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246269, 2326, '1700-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246270, 2326, '1700-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246271, 2326, '1700-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246272, 2326, '1700-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246273, 2326, '1701-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246274, 2326, '1701-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246275, 2326, '1701-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246276, 2326, '1701-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246277, 2326, '1701-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246278, 2326, '1701-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246279, 2326, '1701-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246280, 2326, '1701-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246281, 2326, '1701-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246282, 2326, '1701-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246283, 2326, '1701-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246284, 2326, '1701-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246285, 2326, '1702-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246286, 2326, '1702-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246287, 2326, '1702-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246288, 2326, '1702-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246289, 2326, '1702-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246290, 2326, '1702-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246291, 2326, '1702-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246292, 2326, '1702-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246293, 2326, '1702-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246294, 2326, '1702-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246295, 2326, '1702-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246296, 2326, '1702-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246297, 2326, '1703-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246298, 2326, '1703-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246299, 2326, '1703-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246300, 2326, '1703-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246301, 2326, '1703-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246302, 2326, '1703-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246303, 2326, '1703-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246304, 2326, '1703-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246305, 2326, '1703-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246306, 2326, '1703-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246307, 2326, '1703-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246308, 2326, '1703-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246309, 2326, '1704-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246310, 2326, '1704-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246311, 2326, '1704-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246312, 2326, '1704-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246313, 2326, '1704-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246314, 2326, '1704-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246315, 2326, '1704-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246316, 2326, '1704-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246317, 2326, '1704-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246318, 2326, '1704-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246319, 2326, '1704-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246320, 2326, '1704-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246321, 2326, '1705-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246322, 2326, '1705-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246323, 2326, '1705-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246324, 2326, '1705-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246325, 2326, '1705-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246326, 2326, '1705-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246327, 2326, '1705-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246328, 2326, '1705-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246329, 2326, '1705-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246330, 2326, '1705-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246331, 2326, '1705-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246332, 2326, '1705-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246333, 2326, '1706-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246334, 2326, '1706-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246335, 2326, '1706-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246336, 2326, '1706-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246337, 2326, '1706-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246338, 2326, '1706-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246339, 2326, '1706-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246340, 2326, '1706-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246341, 2326, '1706-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246342, 2326, '1706-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246343, 2326, '1706-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246344, 2326, '1706-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246345, 2326, '1707-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246346, 2326, '1707-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246347, 2326, '1707-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246348, 2326, '1707-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246349, 2326, '1707-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246350, 2326, '1707-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246351, 2326, '1707-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246352, 2326, '1707-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246353, 2326, '1707-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246354, 2326, '1707-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246355, 2326, '1707-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246356, 2326, '1707-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246357, 2326, '1708-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246358, 2326, '1708-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246359, 2326, '1708-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246360, 2326, '1708-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246361, 2326, '1708-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246362, 2326, '1708-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246363, 2326, '1708-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246364, 2326, '1708-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246365, 2326, '1708-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246366, 2326, '1708-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246367, 2326, '1708-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246368, 2326, '1708-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246369, 2326, '1709-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246370, 2326, '1709-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246371, 2326, '1709-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246372, 2326, '1709-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246373, 2326, '1709-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246374, 2326, '1709-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246375, 2326, '1709-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246376, 2326, '1709-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246377, 2326, '1709-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246378, 2326, '1709-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246379, 2326, '1709-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246380, 2326, '1709-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246381, 2326, '1710-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246382, 2326, '1710-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246383, 2326, '1710-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246384, 2326, '1710-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246385, 2326, '1710-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246386, 2326, '1710-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246387, 2326, '1710-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246388, 2326, '1710-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246389, 2326, '1710-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246390, 2326, '1710-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246391, 2326, '1710-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246392, 2326, '1710-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246393, 2326, '1711-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246394, 2326, '1711-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246395, 2326, '1711-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246396, 2326, '1711-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246397, 2326, '1711-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246398, 2326, '1711-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246399, 2326, '1711-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246400, 2326, '1711-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246401, 2326, '1711-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246402, 2326, '1711-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246403, 2326, '1711-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246404, 2326, '1711-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246405, 2326, '1712-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246406, 2326, '1712-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246407, 2326, '1712-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246408, 2326, '1712-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246409, 2326, '1712-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246410, 2326, '1712-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246411, 2326, '1712-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246412, 2326, '1712-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246413, 2326, '1712-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246414, 2326, '1712-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246415, 2326, '1712-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246416, 2326, '1712-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246417, 2326, '1713-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246418, 2326, '1713-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246419, 2326, '1713-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246420, 2326, '1713-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246421, 2326, '1713-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246422, 2326, '1713-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246423, 2326, '1713-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246424, 2326, '1713-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246425, 2326, '1713-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246426, 2326, '1713-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246427, 2326, '1713-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246428, 2326, '1713-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246429, 2326, '1714-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246430, 2326, '1714-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246431, 2326, '1714-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246432, 2326, '1714-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246433, 2326, '1714-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246434, 2326, '1714-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246435, 2326, '1714-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246436, 2326, '1714-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246437, 2326, '1714-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246438, 2326, '1714-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246439, 2326, '1714-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246440, 2326, '1714-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246441, 2326, '1715-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246442, 2326, '1715-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246443, 2326, '1715-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246444, 2326, '1715-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246445, 2326, '1715-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246446, 2326, '1715-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246447, 2326, '1715-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246448, 2326, '1715-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246449, 2326, '1715-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246450, 2326, '1715-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246451, 2326, '1715-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246452, 2326, '1715-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246453, 2326, '1716-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246454, 2326, '1716-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246455, 2326, '1716-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246456, 2326, '1716-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246457, 2326, '1716-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246458, 2326, '1716-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246459, 2326, '1716-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246460, 2326, '1716-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246461, 2326, '1716-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246462, 2326, '1716-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246463, 2326, '1716-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246464, 2326, '1716-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246465, 2326, '1717-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246466, 2326, '1717-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246467, 2326, '1717-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246468, 2326, '1717-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246469, 2326, '1717-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246470, 2326, '1717-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246471, 2326, '1717-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246472, 2326, '1717-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246473, 2326, '1717-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246474, 2326, '1717-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246475, 2326, '1717-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246476, 2326, '1717-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246477, 2326, '1718-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246478, 2326, '1718-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246479, 2326, '1718-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:38', '2023-10-31 14:11:38'),
(246480, 2326, '1718-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246481, 2326, '1718-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246482, 2326, '1718-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246483, 2326, '1718-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246484, 2326, '1718-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246485, 2326, '1718-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246486, 2326, '1718-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246487, 2326, '1718-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246488, 2326, '1718-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246489, 2326, '1719-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246490, 2326, '1719-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246491, 2326, '1719-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246492, 2326, '1719-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246493, 2326, '1719-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246494, 2326, '1719-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246495, 2326, '1719-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246496, 2326, '1719-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246497, 2326, '1719-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246498, 2326, '1719-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246499, 2326, '1719-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246500, 2326, '1719-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246501, 2326, '1720-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246502, 2326, '1720-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246503, 2326, '1720-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246504, 2326, '1720-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246505, 2326, '1720-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246506, 2326, '1720-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246507, 2326, '1720-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246508, 2326, '1720-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246509, 2326, '1720-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246510, 2326, '1720-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246511, 2326, '1720-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246512, 2326, '1720-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246513, 2326, '1721-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246514, 2326, '1721-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246515, 2326, '1721-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246516, 2326, '1721-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246517, 2326, '1721-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246518, 2326, '1721-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246519, 2326, '1721-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246520, 2326, '1721-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246521, 2326, '1721-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246522, 2326, '1721-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246523, 2326, '1721-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246524, 2326, '1721-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246525, 2326, '1722-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246526, 2326, '1722-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246527, 2326, '1722-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246528, 2326, '1722-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246529, 2326, '1722-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246530, 2326, '1722-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246531, 2326, '1722-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246532, 2326, '1722-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246533, 2326, '1722-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246534, 2326, '1722-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246535, 2326, '1722-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246536, 2326, '1722-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246537, 2326, '1723-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246538, 2326, '1723-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246539, 2326, '1723-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246540, 2326, '1723-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246541, 2326, '1723-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246542, 2326, '1723-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246543, 2326, '1723-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246544, 2326, '1723-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246545, 2326, '1723-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246546, 2326, '1723-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246547, 2326, '1723-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246548, 2326, '1723-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246549, 2326, '1724-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246550, 2326, '1724-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246551, 2326, '1724-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246552, 2326, '1724-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246553, 2326, '1724-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246554, 2326, '1724-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246555, 2326, '1724-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246556, 2326, '1724-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246557, 2326, '1724-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246558, 2326, '1724-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246559, 2326, '1724-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246560, 2326, '1724-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246561, 2326, '1725-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246562, 2326, '1725-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246563, 2326, '1725-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246564, 2326, '1725-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246565, 2326, '1725-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246566, 2326, '1725-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246567, 2326, '1725-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246568, 2326, '1725-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246569, 2326, '1725-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246570, 2326, '1725-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246571, 2326, '1725-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246572, 2326, '1725-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246573, 2326, '1726-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246574, 2326, '1726-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246575, 2326, '1726-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246576, 2326, '1726-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246577, 2326, '1726-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246578, 2326, '1726-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246579, 2326, '1726-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246580, 2326, '1726-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246581, 2326, '1726-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246582, 2326, '1726-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246583, 2326, '1726-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246584, 2326, '1726-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246585, 2326, '1727-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246586, 2326, '1727-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246587, 2326, '1727-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246588, 2326, '1727-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246589, 2326, '1727-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246590, 2326, '1727-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246591, 2326, '1727-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246592, 2326, '1727-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246593, 2326, '1727-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246594, 2326, '1727-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246595, 2326, '1727-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246596, 2326, '1727-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246597, 2326, '1728-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246598, 2326, '1728-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246599, 2326, '1728-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246600, 2326, '1728-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246601, 2326, '1728-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246602, 2326, '1728-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246603, 2326, '1728-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246604, 2326, '1728-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246605, 2326, '1728-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246606, 2326, '1728-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246607, 2326, '1728-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246608, 2326, '1728-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246609, 2326, '1729-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246610, 2326, '1729-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246611, 2326, '1729-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246612, 2326, '1729-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246613, 2326, '1729-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246614, 2326, '1729-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246615, 2326, '1729-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246616, 2326, '1729-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246617, 2326, '1729-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246618, 2326, '1729-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246619, 2326, '1729-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246620, 2326, '1729-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246621, 2326, '1730-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246622, 2326, '1730-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246623, 2326, '1730-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246624, 2326, '1730-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(246625, 2326, '1730-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246626, 2326, '1730-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246627, 2326, '1730-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246628, 2326, '1730-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246629, 2326, '1730-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246630, 2326, '1730-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246631, 2326, '1730-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246632, 2326, '1730-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246633, 2326, '1731-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246634, 2326, '1731-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246635, 2326, '1731-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246636, 2326, '1731-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246637, 2326, '1731-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246638, 2326, '1731-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246639, 2326, '1731-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246640, 2326, '1731-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246641, 2326, '1731-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246642, 2326, '1731-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246643, 2326, '1731-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246644, 2326, '1731-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246645, 2326, '1732-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246646, 2326, '1732-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246647, 2326, '1732-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246648, 2326, '1732-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246649, 2326, '1732-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246650, 2326, '1732-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246651, 2326, '1732-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246652, 2326, '1732-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246653, 2326, '1732-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246654, 2326, '1732-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246655, 2326, '1732-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246656, 2326, '1732-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246657, 2326, '1733-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246658, 2326, '1733-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246659, 2326, '1733-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246660, 2326, '1733-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246661, 2326, '1733-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246662, 2326, '1733-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246663, 2326, '1733-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246664, 2326, '1733-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246665, 2326, '1733-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246666, 2326, '1733-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246667, 2326, '1733-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246668, 2326, '1733-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246669, 2326, '1734-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246670, 2326, '1734-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246671, 2326, '1734-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246672, 2326, '1734-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246673, 2326, '1734-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246674, 2326, '1734-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246675, 2326, '1734-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246676, 2326, '1734-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246677, 2326, '1734-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246678, 2326, '1734-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246679, 2326, '1734-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246680, 2326, '1734-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246681, 2326, '1735-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246682, 2326, '1735-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246683, 2326, '1735-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246684, 2326, '1735-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246685, 2326, '1735-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246686, 2326, '1735-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246687, 2326, '1735-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246688, 2326, '1735-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246689, 2326, '1735-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246690, 2326, '1735-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246691, 2326, '1735-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246692, 2326, '1735-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246693, 2326, '1736-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246694, 2326, '1736-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246695, 2326, '1736-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246696, 2326, '1736-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246697, 2326, '1736-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246698, 2326, '1736-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246699, 2326, '1736-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246700, 2326, '1736-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246701, 2326, '1736-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246702, 2326, '1736-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246703, 2326, '1736-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246704, 2326, '1736-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246705, 2326, '1737-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246706, 2326, '1737-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246707, 2326, '1737-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246708, 2326, '1737-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246709, 2326, '1737-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246710, 2326, '1737-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246711, 2326, '1737-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246712, 2326, '1737-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246713, 2326, '1737-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246714, 2326, '1737-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246715, 2326, '1737-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246716, 2326, '1737-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246717, 2326, '1738-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246718, 2326, '1738-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246719, 2326, '1738-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246720, 2326, '1738-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246721, 2326, '1738-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246722, 2326, '1738-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246723, 2326, '1738-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246724, 2326, '1738-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246725, 2326, '1738-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246726, 2326, '1738-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246727, 2326, '1738-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246728, 2326, '1738-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246729, 2326, '1739-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246730, 2326, '1739-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246731, 2326, '1739-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246732, 2326, '1739-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246733, 2326, '1739-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246734, 2326, '1739-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246735, 2326, '1739-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246736, 2326, '1739-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246737, 2326, '1739-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246738, 2326, '1739-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246739, 2326, '1739-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246740, 2326, '1739-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246741, 2326, '1740-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246742, 2326, '1740-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246743, 2326, '1740-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246744, 2326, '1740-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246745, 2326, '1740-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246746, 2326, '1740-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246747, 2326, '1740-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246748, 2326, '1740-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246749, 2326, '1740-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246750, 2326, '1740-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246751, 2326, '1740-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246752, 2326, '1740-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246753, 2326, '1741-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246754, 2326, '1741-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246755, 2326, '1741-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246756, 2326, '1741-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246757, 2326, '1741-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246758, 2326, '1741-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246759, 2326, '1741-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246760, 2326, '1741-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246761, 2326, '1741-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246762, 2326, '1741-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246763, 2326, '1741-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246764, 2326, '1741-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246765, 2326, '1742-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246766, 2326, '1742-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246767, 2326, '1742-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246768, 2326, '1742-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246769, 2326, '1742-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246770, 2326, '1742-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246771, 2326, '1742-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246772, 2326, '1742-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246773, 2326, '1742-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246774, 2326, '1742-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246775, 2326, '1742-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246776, 2326, '1742-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246777, 2326, '1743-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246778, 2326, '1743-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246779, 2326, '1743-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246780, 2326, '1743-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246781, 2326, '1743-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246782, 2326, '1743-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246783, 2326, '1743-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246784, 2326, '1743-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246785, 2326, '1743-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246786, 2326, '1743-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246787, 2326, '1743-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246788, 2326, '1743-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246789, 2326, '1744-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246790, 2326, '1744-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246791, 2326, '1744-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246792, 2326, '1744-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246793, 2326, '1744-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246794, 2326, '1744-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246795, 2326, '1744-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246796, 2326, '1744-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246797, 2326, '1744-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246798, 2326, '1744-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246799, 2326, '1744-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246800, 2326, '1744-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246801, 2326, '1745-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246802, 2326, '1745-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246803, 2326, '1745-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246804, 2326, '1745-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246805, 2326, '1745-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246806, 2326, '1745-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246807, 2326, '1745-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246808, 2326, '1745-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246809, 2326, '1745-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246810, 2326, '1745-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246811, 2326, '1745-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246812, 2326, '1745-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246813, 2326, '1746-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246814, 2326, '1746-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246815, 2326, '1746-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246816, 2326, '1746-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246817, 2326, '1746-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246818, 2326, '1746-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246819, 2326, '1746-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246820, 2326, '1746-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246821, 2326, '1746-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246822, 2326, '1746-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246823, 2326, '1746-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246824, 2326, '1746-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246825, 2326, '1747-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246826, 2326, '1747-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246827, 2326, '1747-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246828, 2326, '1747-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246829, 2326, '1747-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246830, 2326, '1747-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246831, 2326, '1747-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246832, 2326, '1747-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246833, 2326, '1747-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246834, 2326, '1747-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246835, 2326, '1747-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246836, 2326, '1747-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246837, 2326, '1748-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246838, 2326, '1748-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246839, 2326, '1748-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246840, 2326, '1748-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246841, 2326, '1748-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246842, 2326, '1748-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246843, 2326, '1748-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246844, 2326, '1748-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246845, 2326, '1748-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246846, 2326, '1748-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246847, 2326, '1748-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246848, 2326, '1748-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246849, 2326, '1749-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246850, 2326, '1749-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246851, 2326, '1749-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246852, 2326, '1749-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246853, 2326, '1749-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:39', '2023-10-31 14:11:39'),
(246854, 2326, '1749-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(246855, 2326, '1749-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(246856, 2326, '1749-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(246857, 2326, '1749-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(246858, 2326, '1749-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(246859, 2326, '1749-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(246860, 2326, '1749-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(246861, 2326, '1750-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(246862, 2326, '1750-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(246863, 2326, '1750-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(246864, 2326, '1750-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(246865, 2326, '1750-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(246866, 2326, '1750-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(246867, 2326, '1750-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(246868, 2326, '1750-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(246869, 2326, '1750-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(246870, 2326, '1750-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(246871, 2326, '1750-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(246872, 2326, '1750-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(246873, 2326, '1751-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(246874, 2326, '1751-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(246875, 2326, '1751-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(246876, 2326, '1751-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(246877, 2326, '1751-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(246878, 2326, '1751-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(246879, 2326, '1751-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(246880, 2326, '1751-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(246881, 2326, '1751-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(246882, 2326, '1751-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(246883, 2326, '1751-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(246884, 2326, '1751-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(246885, 2326, '1752-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(246886, 2326, '1752-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(246887, 2326, '1752-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(246888, 2326, '1752-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(246889, 2326, '1752-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(246890, 2326, '1752-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(246891, 2326, '1752-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(246892, 2326, '1752-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(246893, 2326, '1752-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(246894, 2326, '1752-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(246895, 2326, '1752-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(246896, 2326, '1752-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(246897, 2326, '1753-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(246898, 2326, '1753-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(246899, 2326, '1753-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(246900, 2326, '1753-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(246901, 2326, '1753-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(246902, 2326, '1753-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(246903, 2326, '1753-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(246904, 2326, '1753-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(246905, 2326, '1753-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(246906, 2326, '1753-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(246907, 2326, '1753-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(246908, 2326, '1753-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(246909, 2326, '1754-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(246910, 2326, '1754-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(246911, 2326, '1754-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(246912, 2326, '1754-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(246913, 2326, '1754-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(246914, 2326, '1754-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(246915, 2326, '1754-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(246916, 2326, '1754-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(246917, 2326, '1754-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(246918, 2326, '1754-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(246919, 2326, '1754-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(246920, 2326, '1754-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(246921, 2326, '1755-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(246922, 2326, '1755-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(246923, 2326, '1755-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(246924, 2326, '1755-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(246925, 2326, '1755-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(246926, 2326, '1755-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(246927, 2326, '1755-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(246928, 2326, '1755-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(246929, 2326, '1755-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(246930, 2326, '1755-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(246931, 2326, '1755-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(246932, 2326, '1755-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(246933, 2326, '1756-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(246934, 2326, '1756-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(246935, 2326, '1756-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(246936, 2326, '1756-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(246937, 2326, '1756-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(246938, 2326, '1756-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(246939, 2326, '1756-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(246940, 2326, '1756-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(246941, 2326, '1756-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(246942, 2326, '1756-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(246943, 2326, '1756-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(246944, 2326, '1756-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(246945, 2326, '1757-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(246946, 2326, '1757-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(246947, 2326, '1757-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(246948, 2326, '1757-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(246949, 2326, '1757-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(246950, 2326, '1757-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(246951, 2326, '1757-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(246952, 2326, '1757-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(246953, 2326, '1757-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(246954, 2326, '1757-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(246955, 2326, '1757-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(246956, 2326, '1757-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(246957, 2326, '1758-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(246958, 2326, '1758-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(246959, 2326, '1758-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(246960, 2326, '1758-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(246961, 2326, '1758-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(246962, 2326, '1758-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(246963, 2326, '1758-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(246964, 2326, '1758-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(246965, 2326, '1758-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(246966, 2326, '1758-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(246967, 2326, '1758-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(246968, 2326, '1758-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(246969, 2326, '1759-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(246970, 2326, '1759-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(246971, 2326, '1759-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(246972, 2326, '1759-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(246973, 2326, '1759-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(246974, 2326, '1759-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(246975, 2326, '1759-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(246976, 2326, '1759-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(246977, 2326, '1759-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(246978, 2326, '1759-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(246979, 2326, '1759-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(246980, 2326, '1759-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(246981, 2326, '1760-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(246982, 2326, '1760-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(246983, 2326, '1760-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(246984, 2326, '1760-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(246985, 2326, '1760-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(246986, 2326, '1760-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(246987, 2326, '1760-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(246988, 2326, '1760-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(246989, 2326, '1760-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(246990, 2326, '1760-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(246991, 2326, '1760-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(246992, 2326, '1760-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(246993, 2326, '1761-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(246994, 2326, '1761-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(246995, 2326, '1761-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(246996, 2326, '1761-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(246997, 2326, '1761-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(246998, 2326, '1761-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(246999, 2326, '1761-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(247000, 2326, '1761-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(247001, 2326, '1761-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(247002, 2326, '1761-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(247003, 2326, '1761-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(247004, 2326, '1761-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(247005, 2326, '1762-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(247006, 2326, '1762-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(247007, 2326, '1762-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(247008, 2326, '1762-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(247009, 2326, '1762-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(247010, 2326, '1762-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(247011, 2326, '1762-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(247012, 2326, '1762-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(247013, 2326, '1762-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(247014, 2326, '1762-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(247015, 2326, '1762-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(247016, 2326, '1762-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(247017, 2326, '1763-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(247018, 2326, '1763-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(247019, 2326, '1763-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(247020, 2326, '1763-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(247021, 2326, '1763-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(247022, 2326, '1763-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(247023, 2326, '1763-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(247024, 2326, '1763-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(247025, 2326, '1763-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(247026, 2326, '1763-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(247027, 2326, '1763-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(247028, 2326, '1763-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(247029, 2326, '1764-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(247030, 2326, '1764-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(247031, 2326, '1764-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(247032, 2326, '1764-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(247033, 2326, '1764-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(247034, 2326, '1764-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(247035, 2326, '1764-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(247036, 2326, '1764-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(247037, 2326, '1764-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(247038, 2326, '1764-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(247039, 2326, '1764-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(247040, 2326, '1764-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(247041, 2326, '1765-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(247042, 2326, '1765-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(247043, 2326, '1765-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(247044, 2326, '1765-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(247045, 2326, '1765-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(247046, 2326, '1765-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(247047, 2326, '1765-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(247048, 2326, '1765-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(247049, 2326, '1765-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(247050, 2326, '1765-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(247051, 2326, '1765-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(247052, 2326, '1765-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(247053, 2326, '1766-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(247054, 2326, '1766-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(247055, 2326, '1766-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(247056, 2326, '1766-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(247057, 2326, '1766-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(247058, 2326, '1766-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(247059, 2326, '1766-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(247060, 2326, '1766-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(247061, 2326, '1766-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(247062, 2326, '1766-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(247063, 2326, '1766-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(247064, 2326, '1766-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(247065, 2326, '1767-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(247066, 2326, '1767-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(247067, 2326, '1767-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(247068, 2326, '1767-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(247069, 2326, '1767-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(247070, 2326, '1767-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(247071, 2326, '1767-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(247072, 2326, '1767-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(247073, 2326, '1767-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(247074, 2326, '1767-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(247075, 2326, '1767-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(247076, 2326, '1767-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(247077, 2326, '1768-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(247078, 2326, '1768-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(247079, 2326, '1768-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(247080, 2326, '1768-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(247081, 2326, '1768-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(247082, 2326, '1768-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(247083, 2326, '1768-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(247084, 2326, '1768-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(247085, 2326, '1768-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(247086, 2326, '1768-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(247087, 2326, '1768-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(247088, 2326, '1768-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(247089, 2326, '1769-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(247090, 2326, '1769-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(247091, 2326, '1769-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(247092, 2326, '1769-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(247093, 2326, '1769-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(247094, 2326, '1769-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(247095, 2326, '1769-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(247096, 2326, '1769-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(247097, 2326, '1769-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(247098, 2326, '1769-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(247099, 2326, '1769-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(247100, 2326, '1769-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(247101, 2326, '1770-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(247102, 2326, '1770-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(247103, 2326, '1770-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(247104, 2326, '1770-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(247105, 2326, '1770-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(247106, 2326, '1770-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(247107, 2326, '1770-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(247108, 2326, '1770-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(247109, 2326, '1770-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(247110, 2326, '1770-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(247111, 2326, '1770-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(247112, 2326, '1770-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(247113, 2326, '1771-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(247114, 2326, '1771-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(247115, 2326, '1771-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(247116, 2326, '1771-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(247117, 2326, '1771-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(247118, 2326, '1771-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(247119, 2326, '1771-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(247120, 2326, '1771-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(247121, 2326, '1771-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(247122, 2326, '1771-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(247123, 2326, '1771-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(247124, 2326, '1771-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(247125, 2326, '1772-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(247126, 2326, '1772-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(247127, 2326, '1772-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(247128, 2326, '1772-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(247129, 2326, '1772-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(247130, 2326, '1772-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(247131, 2326, '1772-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(247132, 2326, '1772-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(247133, 2326, '1772-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(247134, 2326, '1772-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(247135, 2326, '1772-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(247136, 2326, '1772-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(247137, 2326, '1773-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(247138, 2326, '1773-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(247139, 2326, '1773-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(247140, 2326, '1773-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(247141, 2326, '1773-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(247142, 2326, '1773-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(247143, 2326, '1773-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(247144, 2326, '1773-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(247145, 2326, '1773-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(247146, 2326, '1773-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(247147, 2326, '1773-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(247148, 2326, '1773-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(247149, 2326, '1774-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(247150, 2326, '1774-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(247151, 2326, '1774-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(247152, 2326, '1774-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(247153, 2326, '1774-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(247154, 2326, '1774-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(247155, 2326, '1774-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(247156, 2326, '1774-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(247157, 2326, '1774-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(247158, 2326, '1774-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(247159, 2326, '1774-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(247160, 2326, '1774-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(247161, 2326, '1775-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(247162, 2326, '1775-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(247163, 2326, '1775-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(247164, 2326, '1775-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(247165, 2326, '1775-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(247166, 2326, '1775-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(247167, 2326, '1775-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(247168, 2326, '1775-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(247169, 2326, '1775-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(247170, 2326, '1775-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(247171, 2326, '1775-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(247172, 2326, '1775-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(247173, 2326, '1776-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(247174, 2326, '1776-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(247175, 2326, '1776-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(247176, 2326, '1776-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(247177, 2326, '1776-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(247178, 2326, '1776-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(247179, 2326, '1776-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(247180, 2326, '1776-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(247181, 2326, '1776-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(247182, 2326, '1776-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(247183, 2326, '1776-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(247184, 2326, '1776-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(247185, 2326, '1777-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(247186, 2326, '1777-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(247187, 2326, '1777-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:40', '2023-10-31 14:11:40'),
(247188, 2326, '1777-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:41', '2023-10-31 14:11:41'),
(247189, 2326, '1777-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:41', '2023-10-31 14:11:41'),
(247190, 2326, '1777-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:41', '2023-10-31 14:11:41'),
(247191, 2326, '1777-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:41', '2023-10-31 14:11:41'),
(247192, 2326, '1777-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:41', '2023-10-31 14:11:41'),
(247193, 2326, '1777-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:41', '2023-10-31 14:11:41'),
(247194, 2326, '1777-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:41', '2023-10-31 14:11:41'),
(247195, 2326, '1777-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:41', '2023-10-31 14:11:41'),
(247196, 2326, '1777-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:41', '2023-10-31 14:11:41'),
(247197, 2326, '1778-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:41', '2023-10-31 14:11:41'),
(247198, 2326, '1778-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:41', '2023-10-31 14:11:41'),
(247199, 2326, '1778-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:41', '2023-10-31 14:11:41'),
(247200, 2326, '1778-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:41', '2023-10-31 14:11:41'),
(247201, 2326, '1778-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:41', '2023-10-31 14:11:41'),
(247202, 2326, '1778-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:41', '2023-10-31 14:11:41'),
(247203, 2326, '1778-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:41', '2023-10-31 14:11:41'),
(247204, 2326, '1778-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:41', '2023-10-31 14:11:41'),
(247205, 2326, '1778-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:41', '2023-10-31 14:11:41'),
(247206, 2326, '1778-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:41', '2023-10-31 14:11:41'),
(247207, 2326, '1778-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:41', '2023-10-31 14:11:41'),
(247208, 2326, '1778-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:41', '2023-10-31 14:11:41'),
(247209, 2326, '1779-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:41', '2023-10-31 14:11:41'),
(247210, 2326, '1779-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:41', '2023-10-31 14:11:41'),
(247211, 2326, '1779-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:41', '2023-10-31 14:11:41'),
(247212, 2326, '1779-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:41', '2023-10-31 14:11:41'),
(247213, 2326, '1779-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:41', '2023-10-31 14:11:41'),
(247214, 2326, '1779-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:41', '2023-10-31 14:11:41'),
(247215, 2326, '1779-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:41', '2023-10-31 14:11:41'),
(247216, 2326, '1779-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:41', '2023-10-31 14:11:41'),
(247217, 2326, '1779-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:41', '2023-10-31 14:11:41'),
(247218, 2326, '1779-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:41', '2023-10-31 14:11:41'),
(247219, 2326, '1779-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:41', '2023-10-31 14:11:41'),
(247220, 2326, '1779-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:41', '2023-10-31 14:11:41'),
(247221, 2326, '1780-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:41', '2023-10-31 14:11:41'),
(247222, 2326, '1780-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:41', '2023-10-31 14:11:41'),
(247223, 2326, '1780-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:41', '2023-10-31 14:11:41'),
(247224, 2326, '1780-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:41', '2023-10-31 14:11:41'),
(247225, 2326, '1780-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:41', '2023-10-31 14:11:41'),
(247226, 2326, '1780-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:41', '2023-10-31 14:11:41'),
(247227, 2326, '1780-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:41', '2023-10-31 14:11:41'),
(247228, 2326, '1780-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:41', '2023-10-31 14:11:41'),
(247229, 2326, '1780-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:41', '2023-10-31 14:11:41'),
(247230, 2326, '1780-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:41', '2023-10-31 14:11:41'),
(247231, 2326, '1780-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:41', '2023-10-31 14:11:41'),
(247232, 2326, '1780-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:41', '2023-10-31 14:11:41'),
(247233, 2326, '1781-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:41', '2023-10-31 14:11:41'),
(247234, 2326, '1781-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:41', '2023-10-31 14:11:41'),
(247235, 2326, '1781-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:41', '2023-10-31 14:11:41'),
(247236, 2326, '1781-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:41', '2023-10-31 14:11:41'),
(247237, 2326, '1781-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:41', '2023-10-31 14:11:41'),
(247238, 2326, '1781-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:41', '2023-10-31 14:11:41'),
(247239, 2326, '1781-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:41', '2023-10-31 14:11:41'),
(247240, 2326, '1781-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:41', '2023-10-31 14:11:41'),
(247241, 2326, '1781-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:41', '2023-10-31 14:11:41'),
(247242, 2326, '1781-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:41', '2023-10-31 14:11:41'),
(247243, 2326, '1781-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:41', '2023-10-31 14:11:41'),
(247244, 2326, '1781-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:41', '2023-10-31 14:11:41'),
(247245, 2326, '1782-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:41', '2023-10-31 14:11:41'),
(247246, 2326, '1782-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:41', '2023-10-31 14:11:41'),
(247247, 2326, '1782-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:41', '2023-10-31 14:11:41'),
(247248, 2326, '1782-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:41', '2023-10-31 14:11:41'),
(247249, 2326, '1782-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:41', '2023-10-31 14:11:41'),
(247250, 2326, '1782-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:41', '2023-10-31 14:11:41'),
(247251, 2326, '1782-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:41', '2023-10-31 14:11:41'),
(247252, 2326, '1782-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:41', '2023-10-31 14:11:41'),
(247253, 2326, '1782-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:41', '2023-10-31 14:11:41'),
(247254, 2326, '1782-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:41', '2023-10-31 14:11:41'),
(247255, 2326, '1782-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:41', '2023-10-31 14:11:41'),
(247256, 2326, '1782-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:41', '2023-10-31 14:11:41'),
(247257, 2326, '1783-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:41', '2023-10-31 14:11:41'),
(247258, 2326, '1783-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:41', '2023-10-31 14:11:41'),
(247259, 2326, '1783-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:41', '2023-10-31 14:11:41'),
(247260, 2326, '1783-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:41', '2023-10-31 14:11:41'),
(247261, 2326, '1783-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:41', '2023-10-31 14:11:41'),
(247262, 2326, '1783-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:41', '2023-10-31 14:11:41'),
(247263, 2326, '1783-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:41', '2023-10-31 14:11:41'),
(247264, 2326, '1783-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:41', '2023-10-31 14:11:41'),
(247265, 2326, '1783-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:41', '2023-10-31 14:11:41'),
(247266, 2326, '1783-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:41', '2023-10-31 14:11:41'),
(247267, 2326, '1783-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:41', '2023-10-31 14:11:41'),
(247268, 2326, '1783-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:41', '2023-10-31 14:11:41'),
(247269, 2326, '1784-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:41', '2023-10-31 14:11:41'),
(247270, 2326, '1784-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:41', '2023-10-31 14:11:41'),
(247271, 2326, '1784-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:41', '2023-10-31 14:11:41'),
(247272, 2326, '1784-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:41', '2023-10-31 14:11:41'),
(247273, 2326, '1784-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:41', '2023-10-31 14:11:41'),
(247274, 2326, '1784-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:41', '2023-10-31 14:11:41'),
(247275, 2326, '1784-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:41', '2023-10-31 14:11:41'),
(247276, 2326, '1784-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:41', '2023-10-31 14:11:41'),
(247277, 2326, '1784-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:41', '2023-10-31 14:11:41'),
(247278, 2326, '1784-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:41', '2023-10-31 14:11:41'),
(247279, 2326, '1784-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:41', '2023-10-31 14:11:41'),
(247280, 2326, '1784-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:41', '2023-10-31 14:11:41'),
(247281, 2326, '1785-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:41', '2023-10-31 14:11:41'),
(247282, 2326, '1785-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:41', '2023-10-31 14:11:41'),
(247283, 2326, '1785-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:41', '2023-10-31 14:11:41'),
(247284, 2326, '1785-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:41', '2023-10-31 14:11:41'),
(247285, 2326, '1785-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:41', '2023-10-31 14:11:41'),
(247286, 2326, '1785-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:41', '2023-10-31 14:11:41'),
(247287, 2326, '1785-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:41', '2023-10-31 14:11:41'),
(247288, 2326, '1785-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:41', '2023-10-31 14:11:41'),
(247289, 2326, '1785-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:41', '2023-10-31 14:11:41'),
(247290, 2326, '1785-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:41', '2023-10-31 14:11:41'),
(247291, 2326, '1785-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:41', '2023-10-31 14:11:41'),
(247292, 2326, '1785-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:41', '2023-10-31 14:11:41'),
(247293, 2326, '1786-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:41', '2023-10-31 14:11:41'),
(247294, 2326, '1786-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:41', '2023-10-31 14:11:41'),
(247295, 2326, '1786-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:41', '2023-10-31 14:11:41'),
(247296, 2326, '1786-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:41', '2023-10-31 14:11:41'),
(247297, 2326, '1786-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:41', '2023-10-31 14:11:41'),
(247298, 2326, '1786-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:41', '2023-10-31 14:11:41'),
(247299, 2326, '1786-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:41', '2023-10-31 14:11:41'),
(247300, 2326, '1786-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:41', '2023-10-31 14:11:41'),
(247301, 2326, '1786-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:41', '2023-10-31 14:11:41'),
(247302, 2326, '1786-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:41', '2023-10-31 14:11:41'),
(247303, 2326, '1786-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:41', '2023-10-31 14:11:41'),
(247304, 2326, '1786-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:41', '2023-10-31 14:11:41'),
(247305, 2326, '1787-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:41', '2023-10-31 14:11:41'),
(247306, 2326, '1787-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:41', '2023-10-31 14:11:41'),
(247307, 2326, '1787-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:41', '2023-10-31 14:11:41'),
(247308, 2326, '1787-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:41', '2023-10-31 14:11:41'),
(247309, 2326, '1787-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:41', '2023-10-31 14:11:41'),
(247310, 2326, '1787-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:41', '2023-10-31 14:11:41'),
(247311, 2326, '1787-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:41', '2023-10-31 14:11:41'),
(247312, 2326, '1787-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:41', '2023-10-31 14:11:41'),
(247313, 2326, '1787-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:41', '2023-10-31 14:11:41'),
(247314, 2326, '1787-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:41', '2023-10-31 14:11:41'),
(247315, 2326, '1787-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:41', '2023-10-31 14:11:41'),
(247316, 2326, '1787-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:41', '2023-10-31 14:11:41'),
(247317, 2326, '1788-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:41', '2023-10-31 14:11:41'),
(247318, 2326, '1788-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:41', '2023-10-31 14:11:41'),
(247319, 2326, '1788-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:41', '2023-10-31 14:11:41'),
(247320, 2326, '1788-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:41', '2023-10-31 14:11:41'),
(247321, 2326, '1788-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:41', '2023-10-31 14:11:41'),
(247322, 2326, '1788-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:41', '2023-10-31 14:11:41'),
(247323, 2326, '1788-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:41', '2023-10-31 14:11:41'),
(247324, 2326, '1788-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:41', '2023-10-31 14:11:41'),
(247325, 2326, '1788-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:41', '2023-10-31 14:11:41'),
(247326, 2326, '1788-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:41', '2023-10-31 14:11:41'),
(247327, 2326, '1788-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:41', '2023-10-31 14:11:41'),
(247328, 2326, '1788-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:41', '2023-10-31 14:11:41'),
(247329, 2326, '1789-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:41', '2023-10-31 14:11:41'),
(247330, 2326, '1789-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:41', '2023-10-31 14:11:41'),
(247331, 2326, '1789-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:41', '2023-10-31 14:11:41'),
(247332, 2326, '1789-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:41', '2023-10-31 14:11:41'),
(247333, 2326, '1789-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:41', '2023-10-31 14:11:41'),
(247334, 2326, '1789-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:41', '2023-10-31 14:11:41'),
(247335, 2326, '1789-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:41', '2023-10-31 14:11:41'),
(247336, 2326, '1789-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:41', '2023-10-31 14:11:41'),
(247337, 2326, '1789-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:41', '2023-10-31 14:11:41'),
(247338, 2326, '1789-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:41', '2023-10-31 14:11:41'),
(247339, 2326, '1789-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:41', '2023-10-31 14:11:41'),
(247340, 2326, '1789-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:41', '2023-10-31 14:11:41'),
(247341, 2326, '1790-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:41', '2023-10-31 14:11:41'),
(247342, 2326, '1790-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:41', '2023-10-31 14:11:41'),
(247343, 2326, '1790-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:41', '2023-10-31 14:11:41'),
(247344, 2326, '1790-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:41', '2023-10-31 14:11:41'),
(247345, 2326, '1790-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:41', '2023-10-31 14:11:41'),
(247346, 2326, '1790-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:41', '2023-10-31 14:11:41'),
(247347, 2326, '1790-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:41', '2023-10-31 14:11:41'),
(247348, 2326, '1790-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:41', '2023-10-31 14:11:41'),
(247349, 2326, '1790-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:41', '2023-10-31 14:11:41'),
(247350, 2326, '1790-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:41', '2023-10-31 14:11:41'),
(247351, 2326, '1790-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:41', '2023-10-31 14:11:41'),
(247352, 2326, '1790-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:41', '2023-10-31 14:11:41'),
(247353, 2326, '1791-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:41', '2023-10-31 14:11:41'),
(247354, 2326, '1791-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:41', '2023-10-31 14:11:41'),
(247355, 2326, '1791-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:41', '2023-10-31 14:11:41'),
(247356, 2326, '1791-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:41', '2023-10-31 14:11:41'),
(247357, 2326, '1791-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:41', '2023-10-31 14:11:41'),
(247358, 2326, '1791-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:41', '2023-10-31 14:11:41'),
(247359, 2326, '1791-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:41', '2023-10-31 14:11:41'),
(247360, 2326, '1791-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:41', '2023-10-31 14:11:41'),
(247361, 2326, '1791-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:41', '2023-10-31 14:11:41'),
(247362, 2326, '1791-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:41', '2023-10-31 14:11:41'),
(247363, 2326, '1791-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:41', '2023-10-31 14:11:41'),
(247364, 2326, '1791-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:41', '2023-10-31 14:11:41'),
(247365, 2326, '1792-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:41', '2023-10-31 14:11:41'),
(247366, 2326, '1792-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:41', '2023-10-31 14:11:41'),
(247367, 2326, '1792-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:41', '2023-10-31 14:11:41'),
(247368, 2326, '1792-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:41', '2023-10-31 14:11:41'),
(247369, 2326, '1792-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:41', '2023-10-31 14:11:41'),
(247370, 2326, '1792-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:41', '2023-10-31 14:11:41'),
(247371, 2326, '1792-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:41', '2023-10-31 14:11:41'),
(247372, 2326, '1792-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:41', '2023-10-31 14:11:41'),
(247373, 2326, '1792-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:41', '2023-10-31 14:11:41'),
(247374, 2326, '1792-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:41', '2023-10-31 14:11:41'),
(247375, 2326, '1792-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:41', '2023-10-31 14:11:41'),
(247376, 2326, '1792-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:41', '2023-10-31 14:11:41'),
(247377, 2326, '1793-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:41', '2023-10-31 14:11:41'),
(247378, 2326, '1793-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:41', '2023-10-31 14:11:41'),
(247379, 2326, '1793-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:41', '2023-10-31 14:11:41'),
(247380, 2326, '1793-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:41', '2023-10-31 14:11:41'),
(247381, 2326, '1793-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:41', '2023-10-31 14:11:41'),
(247382, 2326, '1793-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:41', '2023-10-31 14:11:41'),
(247383, 2326, '1793-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247384, 2326, '1793-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247385, 2326, '1793-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247386, 2326, '1793-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247387, 2326, '1793-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247388, 2326, '1793-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247389, 2326, '1794-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247390, 2326, '1794-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247391, 2326, '1794-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247392, 2326, '1794-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247393, 2326, '1794-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247394, 2326, '1794-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247395, 2326, '1794-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247396, 2326, '1794-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247397, 2326, '1794-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247398, 2326, '1794-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247399, 2326, '1794-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247400, 2326, '1794-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247401, 2326, '1795-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247402, 2326, '1795-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247403, 2326, '1795-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247404, 2326, '1795-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247405, 2326, '1795-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247406, 2326, '1795-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247407, 2326, '1795-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247408, 2326, '1795-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247409, 2326, '1795-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247410, 2326, '1795-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247411, 2326, '1795-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247412, 2326, '1795-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247413, 2326, '1796-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247414, 2326, '1796-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247415, 2326, '1796-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247416, 2326, '1796-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247417, 2326, '1796-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247418, 2326, '1796-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247419, 2326, '1796-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247420, 2326, '1796-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247421, 2326, '1796-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247422, 2326, '1796-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247423, 2326, '1796-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247424, 2326, '1796-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247425, 2326, '1797-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247426, 2326, '1797-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247427, 2326, '1797-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247428, 2326, '1797-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247429, 2326, '1797-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247430, 2326, '1797-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247431, 2326, '1797-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247432, 2326, '1797-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247433, 2326, '1797-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247434, 2326, '1797-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247435, 2326, '1797-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247436, 2326, '1797-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247437, 2326, '1798-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247438, 2326, '1798-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247439, 2326, '1798-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247440, 2326, '1798-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247441, 2326, '1798-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247442, 2326, '1798-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247443, 2326, '1798-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247444, 2326, '1798-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247445, 2326, '1798-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247446, 2326, '1798-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247447, 2326, '1798-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247448, 2326, '1798-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247449, 2326, '1799-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247450, 2326, '1799-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247451, 2326, '1799-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247452, 2326, '1799-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247453, 2326, '1799-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247454, 2326, '1799-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247455, 2326, '1799-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247456, 2326, '1799-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247457, 2326, '1799-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247458, 2326, '1799-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247459, 2326, '1799-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247460, 2326, '1799-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247461, 2326, '1800-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247462, 2326, '1800-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247463, 2326, '1800-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247464, 2326, '1800-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247465, 2326, '1800-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247466, 2326, '1800-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247467, 2326, '1800-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247468, 2326, '1800-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247469, 2326, '1800-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247470, 2326, '1800-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247471, 2326, '1800-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247472, 2326, '1800-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247473, 2326, '1801-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247474, 2326, '1801-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247475, 2326, '1801-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247476, 2326, '1801-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247477, 2326, '1801-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247478, 2326, '1801-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247479, 2326, '1801-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247480, 2326, '1801-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247481, 2326, '1801-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247482, 2326, '1801-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247483, 2326, '1801-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247484, 2326, '1801-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247485, 2326, '1802-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247486, 2326, '1802-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247487, 2326, '1802-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247488, 2326, '1802-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247489, 2326, '1802-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247490, 2326, '1802-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247491, 2326, '1802-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247492, 2326, '1802-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247493, 2326, '1802-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247494, 2326, '1802-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247495, 2326, '1802-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247496, 2326, '1802-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247497, 2326, '1803-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247498, 2326, '1803-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247499, 2326, '1803-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247500, 2326, '1803-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247501, 2326, '1803-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247502, 2326, '1803-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247503, 2326, '1803-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247504, 2326, '1803-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247505, 2326, '1803-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247506, 2326, '1803-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247507, 2326, '1803-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247508, 2326, '1803-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247509, 2326, '1804-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247510, 2326, '1804-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247511, 2326, '1804-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247512, 2326, '1804-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247513, 2326, '1804-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247514, 2326, '1804-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247515, 2326, '1804-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247516, 2326, '1804-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247517, 2326, '1804-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247518, 2326, '1804-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247519, 2326, '1804-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247520, 2326, '1804-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247521, 2326, '1805-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247522, 2326, '1805-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247523, 2326, '1805-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247524, 2326, '1805-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247525, 2326, '1805-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247526, 2326, '1805-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247527, 2326, '1805-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247528, 2326, '1805-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247529, 2326, '1805-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247530, 2326, '1805-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247531, 2326, '1805-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247532, 2326, '1805-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247533, 2326, '1806-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247534, 2326, '1806-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247535, 2326, '1806-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247536, 2326, '1806-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247537, 2326, '1806-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247538, 2326, '1806-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247539, 2326, '1806-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247540, 2326, '1806-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247541, 2326, '1806-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247542, 2326, '1806-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247543, 2326, '1806-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247544, 2326, '1806-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247545, 2326, '1807-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247546, 2326, '1807-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247547, 2326, '1807-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247548, 2326, '1807-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247549, 2326, '1807-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247550, 2326, '1807-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247551, 2326, '1807-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247552, 2326, '1807-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247553, 2326, '1807-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247554, 2326, '1807-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(247555, 2326, '1807-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247556, 2326, '1807-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247557, 2326, '1808-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247558, 2326, '1808-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247559, 2326, '1808-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247560, 2326, '1808-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247561, 2326, '1808-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247562, 2326, '1808-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247563, 2326, '1808-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247564, 2326, '1808-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247565, 2326, '1808-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247566, 2326, '1808-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247567, 2326, '1808-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247568, 2326, '1808-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247569, 2326, '1809-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247570, 2326, '1809-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247571, 2326, '1809-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247572, 2326, '1809-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247573, 2326, '1809-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247574, 2326, '1809-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247575, 2326, '1809-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247576, 2326, '1809-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247577, 2326, '1809-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247578, 2326, '1809-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247579, 2326, '1809-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247580, 2326, '1809-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247581, 2326, '1810-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247582, 2326, '1810-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247583, 2326, '1810-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247584, 2326, '1810-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247585, 2326, '1810-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247586, 2326, '1810-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247587, 2326, '1810-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247588, 2326, '1810-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247589, 2326, '1810-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247590, 2326, '1810-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247591, 2326, '1810-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247592, 2326, '1810-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247593, 2326, '1811-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247594, 2326, '1811-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247595, 2326, '1811-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247596, 2326, '1811-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247597, 2326, '1811-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247598, 2326, '1811-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247599, 2326, '1811-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247600, 2326, '1811-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247601, 2326, '1811-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247602, 2326, '1811-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247603, 2326, '1811-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247604, 2326, '1811-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247605, 2326, '1812-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247606, 2326, '1812-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247607, 2326, '1812-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247608, 2326, '1812-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247609, 2326, '1812-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247610, 2326, '1812-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247611, 2326, '1812-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247612, 2326, '1812-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247613, 2326, '1812-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247614, 2326, '1812-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247615, 2326, '1812-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247616, 2326, '1812-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247617, 2326, '1813-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247618, 2326, '1813-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247619, 2326, '1813-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247620, 2326, '1813-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247621, 2326, '1813-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247622, 2326, '1813-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247623, 2326, '1813-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247624, 2326, '1813-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247625, 2326, '1813-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247626, 2326, '1813-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247627, 2326, '1813-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247628, 2326, '1813-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247629, 2326, '1814-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247630, 2326, '1814-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247631, 2326, '1814-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247632, 2326, '1814-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247633, 2326, '1814-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247634, 2326, '1814-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247635, 2326, '1814-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247636, 2326, '1814-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247637, 2326, '1814-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247638, 2326, '1814-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247639, 2326, '1814-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247640, 2326, '1814-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247641, 2326, '1815-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247642, 2326, '1815-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247643, 2326, '1815-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247644, 2326, '1815-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247645, 2326, '1815-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247646, 2326, '1815-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247647, 2326, '1815-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247648, 2326, '1815-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247649, 2326, '1815-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247650, 2326, '1815-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247651, 2326, '1815-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247652, 2326, '1815-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247653, 2326, '1816-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247654, 2326, '1816-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247655, 2326, '1816-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247656, 2326, '1816-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247657, 2326, '1816-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247658, 2326, '1816-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247659, 2326, '1816-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247660, 2326, '1816-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247661, 2326, '1816-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247662, 2326, '1816-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247663, 2326, '1816-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247664, 2326, '1816-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247665, 2326, '1817-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247666, 2326, '1817-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247667, 2326, '1817-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247668, 2326, '1817-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247669, 2326, '1817-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247670, 2326, '1817-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247671, 2326, '1817-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247672, 2326, '1817-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247673, 2326, '1817-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247674, 2326, '1817-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247675, 2326, '1817-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247676, 2326, '1817-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247677, 2326, '1818-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247678, 2326, '1818-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247679, 2326, '1818-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247680, 2326, '1818-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247681, 2326, '1818-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247682, 2326, '1818-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247683, 2326, '1818-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247684, 2326, '1818-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247685, 2326, '1818-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247686, 2326, '1818-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247687, 2326, '1818-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247688, 2326, '1818-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247689, 2326, '1819-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247690, 2326, '1819-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247691, 2326, '1819-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247692, 2326, '1819-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247693, 2326, '1819-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247694, 2326, '1819-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247695, 2326, '1819-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247696, 2326, '1819-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247697, 2326, '1819-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247698, 2326, '1819-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247699, 2326, '1819-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247700, 2326, '1819-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247701, 2326, '1820-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247702, 2326, '1820-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247703, 2326, '1820-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247704, 2326, '1820-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247705, 2326, '1820-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247706, 2326, '1820-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247707, 2326, '1820-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247708, 2326, '1820-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247709, 2326, '1820-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247710, 2326, '1820-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247711, 2326, '1820-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247712, 2326, '1820-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247713, 2326, '1821-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247714, 2326, '1821-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247715, 2326, '1821-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247716, 2326, '1821-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247717, 2326, '1821-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247718, 2326, '1821-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247719, 2326, '1821-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247720, 2326, '1821-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247721, 2326, '1821-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247722, 2326, '1821-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247723, 2326, '1821-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247724, 2326, '1821-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247725, 2326, '1822-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247726, 2326, '1822-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247727, 2326, '1822-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247728, 2326, '1822-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247729, 2326, '1822-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247730, 2326, '1822-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247731, 2326, '1822-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247732, 2326, '1822-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:42', '2023-10-31 14:11:42'),
(247733, 2326, '1822-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247734, 2326, '1822-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247735, 2326, '1822-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247736, 2326, '1822-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247737, 2326, '1823-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247738, 2326, '1823-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247739, 2326, '1823-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247740, 2326, '1823-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247741, 2326, '1823-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247742, 2326, '1823-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247743, 2326, '1823-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247744, 2326, '1823-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247745, 2326, '1823-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247746, 2326, '1823-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247747, 2326, '1823-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247748, 2326, '1823-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247749, 2326, '1824-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247750, 2326, '1824-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247751, 2326, '1824-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247752, 2326, '1824-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247753, 2326, '1824-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247754, 2326, '1824-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247755, 2326, '1824-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247756, 2326, '1824-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247757, 2326, '1824-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247758, 2326, '1824-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247759, 2326, '1824-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247760, 2326, '1824-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247761, 2326, '1825-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247762, 2326, '1825-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247763, 2326, '1825-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247764, 2326, '1825-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247765, 2326, '1825-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247766, 2326, '1825-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247767, 2326, '1825-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247768, 2326, '1825-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247769, 2326, '1825-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247770, 2326, '1825-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247771, 2326, '1825-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247772, 2326, '1825-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247773, 2326, '1826-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247774, 2326, '1826-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247775, 2326, '1826-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247776, 2326, '1826-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247777, 2326, '1826-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247778, 2326, '1826-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247779, 2326, '1826-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247780, 2326, '1826-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247781, 2326, '1826-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247782, 2326, '1826-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247783, 2326, '1826-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247784, 2326, '1826-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247785, 2326, '1827-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247786, 2326, '1827-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247787, 2326, '1827-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247788, 2326, '1827-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247789, 2326, '1827-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247790, 2326, '1827-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247791, 2326, '1827-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247792, 2326, '1827-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247793, 2326, '1827-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247794, 2326, '1827-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247795, 2326, '1827-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247796, 2326, '1827-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247797, 2326, '1828-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247798, 2326, '1828-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247799, 2326, '1828-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247800, 2326, '1828-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247801, 2326, '1828-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247802, 2326, '1828-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247803, 2326, '1828-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247804, 2326, '1828-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247805, 2326, '1828-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247806, 2326, '1828-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247807, 2326, '1828-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247808, 2326, '1828-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247809, 2326, '1829-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247810, 2326, '1829-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247811, 2326, '1829-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247812, 2326, '1829-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247813, 2326, '1829-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247814, 2326, '1829-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247815, 2326, '1829-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247816, 2326, '1829-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247817, 2326, '1829-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247818, 2326, '1829-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247819, 2326, '1829-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247820, 2326, '1829-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247821, 2326, '1830-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247822, 2326, '1830-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247823, 2326, '1830-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247824, 2326, '1830-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247825, 2326, '1830-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247826, 2326, '1830-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247827, 2326, '1830-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247828, 2326, '1830-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247829, 2326, '1830-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247830, 2326, '1830-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247831, 2326, '1830-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247832, 2326, '1830-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247833, 2326, '1831-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247834, 2326, '1831-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247835, 2326, '1831-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247836, 2326, '1831-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247837, 2326, '1831-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247838, 2326, '1831-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247839, 2326, '1831-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247840, 2326, '1831-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247841, 2326, '1831-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247842, 2326, '1831-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247843, 2326, '1831-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247844, 2326, '1831-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247845, 2326, '1832-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247846, 2326, '1832-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247847, 2326, '1832-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247848, 2326, '1832-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247849, 2326, '1832-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247850, 2326, '1832-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247851, 2326, '1832-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247852, 2326, '1832-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247853, 2326, '1832-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247854, 2326, '1832-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247855, 2326, '1832-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247856, 2326, '1832-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247857, 2326, '1833-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247858, 2326, '1833-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247859, 2326, '1833-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247860, 2326, '1833-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247861, 2326, '1833-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247862, 2326, '1833-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247863, 2326, '1833-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247864, 2326, '1833-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247865, 2326, '1833-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247866, 2326, '1833-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247867, 2326, '1833-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247868, 2326, '1833-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247869, 2326, '1834-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247870, 2326, '1834-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247871, 2326, '1834-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247872, 2326, '1834-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247873, 2326, '1834-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247874, 2326, '1834-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247875, 2326, '1834-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247876, 2326, '1834-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247877, 2326, '1834-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247878, 2326, '1834-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247879, 2326, '1834-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247880, 2326, '1834-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247881, 2326, '1835-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247882, 2326, '1835-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247883, 2326, '1835-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247884, 2326, '1835-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247885, 2326, '1835-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247886, 2326, '1835-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247887, 2326, '1835-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247888, 2326, '1835-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247889, 2326, '1835-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247890, 2326, '1835-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247891, 2326, '1835-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247892, 2326, '1835-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247893, 2326, '1836-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247894, 2326, '1836-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247895, 2326, '1836-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247896, 2326, '1836-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247897, 2326, '1836-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247898, 2326, '1836-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247899, 2326, '1836-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247900, 2326, '1836-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247901, 2326, '1836-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247902, 2326, '1836-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247903, 2326, '1836-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247904, 2326, '1836-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247905, 2326, '1837-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247906, 2326, '1837-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247907, 2326, '1837-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247908, 2326, '1837-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247909, 2326, '1837-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247910, 2326, '1837-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247911, 2326, '1837-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247912, 2326, '1837-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247913, 2326, '1837-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247914, 2326, '1837-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247915, 2326, '1837-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247916, 2326, '1837-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247917, 2326, '1838-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247918, 2326, '1838-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247919, 2326, '1838-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247920, 2326, '1838-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247921, 2326, '1838-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247922, 2326, '1838-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247923, 2326, '1838-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247924, 2326, '1838-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247925, 2326, '1838-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247926, 2326, '1838-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247927, 2326, '1838-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247928, 2326, '1838-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247929, 2326, '1839-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247930, 2326, '1839-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247931, 2326, '1839-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247932, 2326, '1839-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247933, 2326, '1839-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247934, 2326, '1839-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247935, 2326, '1839-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247936, 2326, '1839-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247937, 2326, '1839-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247938, 2326, '1839-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247939, 2326, '1839-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247940, 2326, '1839-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247941, 2326, '1840-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247942, 2326, '1840-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247943, 2326, '1840-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247944, 2326, '1840-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247945, 2326, '1840-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247946, 2326, '1840-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247947, 2326, '1840-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247948, 2326, '1840-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247949, 2326, '1840-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247950, 2326, '1840-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247951, 2326, '1840-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247952, 2326, '1840-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247953, 2326, '1841-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247954, 2326, '1841-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247955, 2326, '1841-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247956, 2326, '1841-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247957, 2326, '1841-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247958, 2326, '1841-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247959, 2326, '1841-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247960, 2326, '1841-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247961, 2326, '1841-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247962, 2326, '1841-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247963, 2326, '1841-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247964, 2326, '1841-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247965, 2326, '1842-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247966, 2326, '1842-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247967, 2326, '1842-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247968, 2326, '1842-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247969, 2326, '1842-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247970, 2326, '1842-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247971, 2326, '1842-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247972, 2326, '1842-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247973, 2326, '1842-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247974, 2326, '1842-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247975, 2326, '1842-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247976, 2326, '1842-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247977, 2326, '1843-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247978, 2326, '1843-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247979, 2326, '1843-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247980, 2326, '1843-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247981, 2326, '1843-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247982, 2326, '1843-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247983, 2326, '1843-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247984, 2326, '1843-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247985, 2326, '1843-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247986, 2326, '1843-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247987, 2326, '1843-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247988, 2326, '1843-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247989, 2326, '1844-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247990, 2326, '1844-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247991, 2326, '1844-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247992, 2326, '1844-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247993, 2326, '1844-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247994, 2326, '1844-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247995, 2326, '1844-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247996, 2326, '1844-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247997, 2326, '1844-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247998, 2326, '1844-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(247999, 2326, '1844-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(248000, 2326, '1844-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(248001, 2326, '1845-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(248002, 2326, '1845-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(248003, 2326, '1845-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(248004, 2326, '1845-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(248005, 2326, '1845-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(248006, 2326, '1845-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(248007, 2326, '1845-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(248008, 2326, '1845-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(248009, 2326, '1845-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(248010, 2326, '1845-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(248011, 2326, '1845-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(248012, 2326, '1845-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(248013, 2326, '1846-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(248014, 2326, '1846-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(248015, 2326, '1846-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(248016, 2326, '1846-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(248017, 2326, '1846-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(248018, 2326, '1846-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(248019, 2326, '1846-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(248020, 2326, '1846-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(248021, 2326, '1846-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(248022, 2326, '1846-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(248023, 2326, '1846-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(248024, 2326, '1846-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(248025, 2326, '1847-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(248026, 2326, '1847-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(248027, 2326, '1847-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(248028, 2326, '1847-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(248029, 2326, '1847-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(248030, 2326, '1847-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(248031, 2326, '1847-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(248032, 2326, '1847-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(248033, 2326, '1847-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(248034, 2326, '1847-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(248035, 2326, '1847-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(248036, 2326, '1847-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(248037, 2326, '1848-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(248038, 2326, '1848-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(248039, 2326, '1848-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(248040, 2326, '1848-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(248041, 2326, '1848-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(248042, 2326, '1848-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(248043, 2326, '1848-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(248044, 2326, '1848-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(248045, 2326, '1848-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(248046, 2326, '1848-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(248047, 2326, '1848-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(248048, 2326, '1848-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(248049, 2326, '1849-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(248050, 2326, '1849-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(248051, 2326, '1849-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(248052, 2326, '1849-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(248053, 2326, '1849-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(248054, 2326, '1849-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(248055, 2326, '1849-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(248056, 2326, '1849-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(248057, 2326, '1849-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(248058, 2326, '1849-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(248059, 2326, '1849-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(248060, 2326, '1849-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(248061, 2326, '1850-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(248062, 2326, '1850-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(248063, 2326, '1850-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(248064, 2326, '1850-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:43', '2023-10-31 14:11:43'),
(248065, 2326, '1850-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248066, 2326, '1850-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248067, 2326, '1850-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248068, 2326, '1850-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248069, 2326, '1850-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248070, 2326, '1850-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248071, 2326, '1850-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248072, 2326, '1850-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248073, 2326, '1851-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248074, 2326, '1851-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248075, 2326, '1851-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248076, 2326, '1851-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248077, 2326, '1851-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248078, 2326, '1851-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248079, 2326, '1851-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248080, 2326, '1851-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248081, 2326, '1851-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248082, 2326, '1851-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248083, 2326, '1851-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248084, 2326, '1851-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248085, 2326, '1852-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248086, 2326, '1852-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248087, 2326, '1852-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248088, 2326, '1852-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248089, 2326, '1852-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248090, 2326, '1852-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248091, 2326, '1852-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248092, 2326, '1852-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248093, 2326, '1852-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248094, 2326, '1852-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248095, 2326, '1852-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248096, 2326, '1852-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248097, 2326, '1853-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248098, 2326, '1853-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248099, 2326, '1853-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248100, 2326, '1853-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248101, 2326, '1853-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248102, 2326, '1853-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248103, 2326, '1853-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248104, 2326, '1853-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248105, 2326, '1853-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248106, 2326, '1853-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248107, 2326, '1853-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248108, 2326, '1853-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248109, 2326, '1854-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248110, 2326, '1854-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248111, 2326, '1854-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248112, 2326, '1854-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248113, 2326, '1854-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248114, 2326, '1854-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248115, 2326, '1854-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248116, 2326, '1854-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248117, 2326, '1854-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248118, 2326, '1854-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248119, 2326, '1854-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248120, 2326, '1854-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248121, 2326, '1855-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248122, 2326, '1855-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248123, 2326, '1855-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248124, 2326, '1855-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248125, 2326, '1855-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248126, 2326, '1855-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248127, 2326, '1855-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248128, 2326, '1855-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248129, 2326, '1855-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248130, 2326, '1855-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248131, 2326, '1855-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248132, 2326, '1855-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248133, 2326, '1856-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248134, 2326, '1856-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248135, 2326, '1856-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248136, 2326, '1856-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248137, 2326, '1856-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248138, 2326, '1856-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248139, 2326, '1856-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248140, 2326, '1856-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248141, 2326, '1856-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248142, 2326, '1856-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248143, 2326, '1856-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248144, 2326, '1856-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248145, 2326, '1857-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248146, 2326, '1857-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248147, 2326, '1857-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248148, 2326, '1857-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248149, 2326, '1857-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248150, 2326, '1857-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248151, 2326, '1857-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248152, 2326, '1857-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248153, 2326, '1857-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248154, 2326, '1857-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248155, 2326, '1857-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248156, 2326, '1857-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248157, 2326, '1858-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248158, 2326, '1858-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248159, 2326, '1858-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248160, 2326, '1858-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248161, 2326, '1858-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248162, 2326, '1858-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248163, 2326, '1858-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248164, 2326, '1858-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248165, 2326, '1858-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248166, 2326, '1858-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248167, 2326, '1858-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248168, 2326, '1858-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248169, 2326, '1859-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248170, 2326, '1859-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248171, 2326, '1859-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248172, 2326, '1859-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248173, 2326, '1859-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248174, 2326, '1859-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248175, 2326, '1859-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248176, 2326, '1859-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248177, 2326, '1859-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248178, 2326, '1859-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248179, 2326, '1859-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248180, 2326, '1859-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248181, 2326, '1860-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248182, 2326, '1860-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248183, 2326, '1860-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248184, 2326, '1860-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248185, 2326, '1860-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248186, 2326, '1860-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248187, 2326, '1860-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248188, 2326, '1860-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248189, 2326, '1860-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248190, 2326, '1860-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248191, 2326, '1860-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248192, 2326, '1860-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248193, 2326, '1861-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248194, 2326, '1861-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248195, 2326, '1861-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248196, 2326, '1861-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248197, 2326, '1861-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248198, 2326, '1861-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248199, 2326, '1861-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248200, 2326, '1861-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248201, 2326, '1861-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248202, 2326, '1861-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248203, 2326, '1861-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248204, 2326, '1861-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248205, 2326, '1862-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248206, 2326, '1862-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248207, 2326, '1862-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248208, 2326, '1862-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248209, 2326, '1862-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248210, 2326, '1862-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248211, 2326, '1862-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248212, 2326, '1862-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248213, 2326, '1862-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248214, 2326, '1862-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248215, 2326, '1862-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248216, 2326, '1862-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248217, 2326, '1863-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248218, 2326, '1863-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248219, 2326, '1863-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248220, 2326, '1863-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248221, 2326, '1863-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248222, 2326, '1863-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248223, 2326, '1863-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248224, 2326, '1863-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248225, 2326, '1863-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248226, 2326, '1863-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248227, 2326, '1863-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248228, 2326, '1863-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248229, 2326, '1864-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248230, 2326, '1864-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248231, 2326, '1864-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248232, 2326, '1864-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248233, 2326, '1864-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248234, 2326, '1864-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248235, 2326, '1864-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248236, 2326, '1864-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248237, 2326, '1864-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248238, 2326, '1864-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248239, 2326, '1864-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248240, 2326, '1864-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248241, 2326, '1865-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248242, 2326, '1865-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248243, 2326, '1865-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248244, 2326, '1865-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248245, 2326, '1865-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248246, 2326, '1865-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248247, 2326, '1865-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248248, 2326, '1865-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248249, 2326, '1865-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248250, 2326, '1865-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248251, 2326, '1865-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248252, 2326, '1865-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248253, 2326, '1866-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248254, 2326, '1866-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248255, 2326, '1866-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248256, 2326, '1866-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248257, 2326, '1866-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248258, 2326, '1866-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248259, 2326, '1866-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248260, 2326, '1866-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248261, 2326, '1866-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248262, 2326, '1866-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248263, 2326, '1866-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248264, 2326, '1866-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248265, 2326, '1867-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248266, 2326, '1867-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248267, 2326, '1867-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248268, 2326, '1867-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248269, 2326, '1867-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248270, 2326, '1867-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248271, 2326, '1867-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248272, 2326, '1867-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248273, 2326, '1867-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248274, 2326, '1867-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248275, 2326, '1867-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248276, 2326, '1867-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248277, 2326, '1868-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248278, 2326, '1868-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248279, 2326, '1868-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248280, 2326, '1868-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248281, 2326, '1868-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248282, 2326, '1868-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248283, 2326, '1868-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248284, 2326, '1868-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248285, 2326, '1868-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248286, 2326, '1868-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248287, 2326, '1868-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248288, 2326, '1868-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248289, 2326, '1869-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248290, 2326, '1869-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248291, 2326, '1869-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248292, 2326, '1869-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248293, 2326, '1869-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248294, 2326, '1869-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248295, 2326, '1869-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248296, 2326, '1869-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248297, 2326, '1869-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248298, 2326, '1869-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248299, 2326, '1869-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248300, 2326, '1869-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248301, 2326, '1870-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248302, 2326, '1870-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248303, 2326, '1870-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248304, 2326, '1870-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248305, 2326, '1870-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248306, 2326, '1870-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248307, 2326, '1870-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248308, 2326, '1870-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248309, 2326, '1870-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248310, 2326, '1870-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248311, 2326, '1870-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248312, 2326, '1870-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248313, 2326, '1871-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248314, 2326, '1871-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248315, 2326, '1871-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248316, 2326, '1871-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248317, 2326, '1871-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248318, 2326, '1871-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248319, 2326, '1871-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248320, 2326, '1871-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248321, 2326, '1871-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248322, 2326, '1871-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248323, 2326, '1871-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248324, 2326, '1871-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248325, 2326, '1872-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248326, 2326, '1872-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248327, 2326, '1872-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248328, 2326, '1872-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248329, 2326, '1872-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248330, 2326, '1872-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248331, 2326, '1872-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248332, 2326, '1872-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248333, 2326, '1872-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248334, 2326, '1872-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248335, 2326, '1872-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248336, 2326, '1872-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248337, 2326, '1873-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248338, 2326, '1873-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248339, 2326, '1873-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248340, 2326, '1873-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248341, 2326, '1873-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248342, 2326, '1873-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248343, 2326, '1873-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248344, 2326, '1873-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248345, 2326, '1873-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248346, 2326, '1873-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248347, 2326, '1873-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248348, 2326, '1873-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248349, 2326, '1874-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248350, 2326, '1874-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248351, 2326, '1874-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248352, 2326, '1874-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248353, 2326, '1874-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248354, 2326, '1874-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248355, 2326, '1874-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248356, 2326, '1874-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248357, 2326, '1874-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248358, 2326, '1874-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248359, 2326, '1874-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248360, 2326, '1874-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248361, 2326, '1875-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248362, 2326, '1875-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248363, 2326, '1875-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248364, 2326, '1875-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248365, 2326, '1875-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248366, 2326, '1875-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248367, 2326, '1875-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248368, 2326, '1875-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248369, 2326, '1875-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248370, 2326, '1875-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248371, 2326, '1875-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248372, 2326, '1875-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248373, 2326, '1876-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248374, 2326, '1876-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248375, 2326, '1876-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248376, 2326, '1876-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248377, 2326, '1876-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248378, 2326, '1876-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248379, 2326, '1876-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248380, 2326, '1876-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248381, 2326, '1876-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248382, 2326, '1876-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248383, 2326, '1876-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248384, 2326, '1876-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248385, 2326, '1877-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248386, 2326, '1877-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248387, 2326, '1877-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248388, 2326, '1877-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248389, 2326, '1877-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248390, 2326, '1877-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248391, 2326, '1877-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248392, 2326, '1877-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248393, 2326, '1877-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248394, 2326, '1877-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248395, 2326, '1877-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248396, 2326, '1877-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248397, 2326, '1878-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248398, 2326, '1878-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248399, 2326, '1878-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248400, 2326, '1878-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248401, 2326, '1878-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248402, 2326, '1878-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248403, 2326, '1878-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248404, 2326, '1878-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248405, 2326, '1878-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248406, 2326, '1878-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248407, 2326, '1878-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248408, 2326, '1878-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248409, 2326, '1879-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248410, 2326, '1879-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248411, 2326, '1879-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248412, 2326, '1879-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248413, 2326, '1879-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248414, 2326, '1879-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:44', '2023-10-31 14:11:44'),
(248415, 2326, '1879-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248416, 2326, '1879-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248417, 2326, '1879-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248418, 2326, '1879-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248419, 2326, '1879-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248420, 2326, '1879-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248421, 2326, '1880-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248422, 2326, '1880-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248423, 2326, '1880-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248424, 2326, '1880-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248425, 2326, '1880-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248426, 2326, '1880-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248427, 2326, '1880-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248428, 2326, '1880-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248429, 2326, '1880-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248430, 2326, '1880-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248431, 2326, '1880-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248432, 2326, '1880-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248433, 2326, '1881-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248434, 2326, '1881-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248435, 2326, '1881-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248436, 2326, '1881-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248437, 2326, '1881-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248438, 2326, '1881-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248439, 2326, '1881-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248440, 2326, '1881-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248441, 2326, '1881-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248442, 2326, '1881-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248443, 2326, '1881-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248444, 2326, '1881-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248445, 2326, '1882-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248446, 2326, '1882-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248447, 2326, '1882-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248448, 2326, '1882-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248449, 2326, '1882-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248450, 2326, '1882-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248451, 2326, '1882-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248452, 2326, '1882-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248453, 2326, '1882-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248454, 2326, '1882-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248455, 2326, '1882-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248456, 2326, '1882-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248457, 2326, '1883-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248458, 2326, '1883-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248459, 2326, '1883-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248460, 2326, '1883-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248461, 2326, '1883-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248462, 2326, '1883-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248463, 2326, '1883-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248464, 2326, '1883-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248465, 2326, '1883-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248466, 2326, '1883-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248467, 2326, '1883-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248468, 2326, '1883-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248469, 2326, '1884-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248470, 2326, '1884-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248471, 2326, '1884-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248472, 2326, '1884-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248473, 2326, '1884-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248474, 2326, '1884-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248475, 2326, '1884-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248476, 2326, '1884-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248477, 2326, '1884-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248478, 2326, '1884-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248479, 2326, '1884-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248480, 2326, '1884-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248481, 2326, '1885-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248482, 2326, '1885-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248483, 2326, '1885-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248484, 2326, '1885-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(248485, 2326, '1885-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248486, 2326, '1885-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248487, 2326, '1885-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248488, 2326, '1885-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248489, 2326, '1885-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248490, 2326, '1885-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248491, 2326, '1885-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248492, 2326, '1885-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248493, 2326, '1886-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248494, 2326, '1886-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248495, 2326, '1886-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248496, 2326, '1886-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248497, 2326, '1886-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248498, 2326, '1886-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248499, 2326, '1886-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248500, 2326, '1886-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248501, 2326, '1886-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248502, 2326, '1886-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248503, 2326, '1886-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248504, 2326, '1886-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248505, 2326, '1887-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248506, 2326, '1887-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248507, 2326, '1887-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248508, 2326, '1887-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248509, 2326, '1887-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248510, 2326, '1887-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248511, 2326, '1887-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248512, 2326, '1887-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248513, 2326, '1887-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248514, 2326, '1887-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248515, 2326, '1887-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248516, 2326, '1887-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248517, 2326, '1888-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248518, 2326, '1888-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248519, 2326, '1888-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248520, 2326, '1888-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248521, 2326, '1888-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248522, 2326, '1888-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248523, 2326, '1888-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248524, 2326, '1888-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248525, 2326, '1888-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248526, 2326, '1888-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248527, 2326, '1888-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248528, 2326, '1888-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248529, 2326, '1889-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248530, 2326, '1889-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248531, 2326, '1889-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248532, 2326, '1889-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248533, 2326, '1889-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248534, 2326, '1889-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248535, 2326, '1889-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248536, 2326, '1889-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248537, 2326, '1889-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248538, 2326, '1889-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248539, 2326, '1889-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248540, 2326, '1889-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248541, 2326, '1890-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248542, 2326, '1890-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248543, 2326, '1890-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248544, 2326, '1890-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248545, 2326, '1890-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248546, 2326, '1890-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248547, 2326, '1890-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248548, 2326, '1890-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248549, 2326, '1890-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248550, 2326, '1890-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248551, 2326, '1890-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248552, 2326, '1890-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248553, 2326, '1891-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248554, 2326, '1891-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248555, 2326, '1891-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248556, 2326, '1891-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248557, 2326, '1891-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248558, 2326, '1891-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248559, 2326, '1891-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248560, 2326, '1891-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248561, 2326, '1891-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248562, 2326, '1891-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248563, 2326, '1891-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248564, 2326, '1891-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248565, 2326, '1892-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248566, 2326, '1892-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248567, 2326, '1892-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248568, 2326, '1892-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248569, 2326, '1892-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248570, 2326, '1892-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248571, 2326, '1892-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248572, 2326, '1892-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248573, 2326, '1892-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248574, 2326, '1892-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248575, 2326, '1892-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248576, 2326, '1892-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248577, 2326, '1893-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248578, 2326, '1893-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248579, 2326, '1893-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248580, 2326, '1893-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248581, 2326, '1893-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248582, 2326, '1893-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248583, 2326, '1893-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248584, 2326, '1893-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248585, 2326, '1893-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248586, 2326, '1893-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248587, 2326, '1893-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248588, 2326, '1893-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248589, 2326, '1894-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248590, 2326, '1894-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248591, 2326, '1894-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248592, 2326, '1894-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248593, 2326, '1894-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248594, 2326, '1894-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248595, 2326, '1894-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248596, 2326, '1894-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248597, 2326, '1894-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248598, 2326, '1894-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248599, 2326, '1894-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248600, 2326, '1894-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248601, 2326, '1895-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248602, 2326, '1895-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248603, 2326, '1895-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248604, 2326, '1895-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248605, 2326, '1895-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248606, 2326, '1895-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248607, 2326, '1895-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248608, 2326, '1895-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248609, 2326, '1895-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248610, 2326, '1895-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248611, 2326, '1895-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248612, 2326, '1895-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248613, 2326, '1896-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248614, 2326, '1896-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248615, 2326, '1896-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248616, 2326, '1896-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248617, 2326, '1896-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248618, 2326, '1896-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248619, 2326, '1896-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248620, 2326, '1896-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248621, 2326, '1896-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248622, 2326, '1896-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248623, 2326, '1896-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248624, 2326, '1896-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248625, 2326, '1897-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248626, 2326, '1897-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248627, 2326, '1897-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248628, 2326, '1897-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248629, 2326, '1897-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248630, 2326, '1897-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248631, 2326, '1897-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248632, 2326, '1897-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248633, 2326, '1897-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248634, 2326, '1897-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248635, 2326, '1897-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248636, 2326, '1897-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248637, 2326, '1898-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248638, 2326, '1898-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248639, 2326, '1898-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248640, 2326, '1898-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248641, 2326, '1898-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248642, 2326, '1898-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248643, 2326, '1898-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248644, 2326, '1898-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248645, 2326, '1898-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248646, 2326, '1898-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248647, 2326, '1898-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248648, 2326, '1898-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248649, 2326, '1899-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248650, 2326, '1899-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248651, 2326, '1899-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248652, 2326, '1899-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248653, 2326, '1899-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248654, 2326, '1899-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248655, 2326, '1899-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248656, 2326, '1899-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248657, 2326, '1899-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248658, 2326, '1899-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248659, 2326, '1899-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248660, 2326, '1899-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248661, 2326, '1900-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248662, 2326, '1900-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248663, 2326, '1900-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248664, 2326, '1900-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248665, 2326, '1900-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248666, 2326, '1900-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248667, 2326, '1900-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248668, 2326, '1900-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248669, 2326, '1900-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248670, 2326, '1900-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248671, 2326, '1900-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248672, 2326, '1900-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248673, 2326, '1901-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248674, 2326, '1901-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248675, 2326, '1901-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248676, 2326, '1901-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248677, 2326, '1901-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248678, 2326, '1901-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248679, 2326, '1901-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248680, 2326, '1901-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248681, 2326, '1901-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248682, 2326, '1901-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248683, 2326, '1901-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248684, 2326, '1901-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248685, 2326, '1902-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248686, 2326, '1902-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248687, 2326, '1902-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248688, 2326, '1902-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248689, 2326, '1902-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248690, 2326, '1902-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248691, 2326, '1902-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248692, 2326, '1902-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248693, 2326, '1902-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248694, 2326, '1902-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248695, 2326, '1902-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248696, 2326, '1902-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248697, 2326, '1903-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248698, 2326, '1903-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248699, 2326, '1903-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248700, 2326, '1903-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248701, 2326, '1903-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248702, 2326, '1903-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248703, 2326, '1903-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248704, 2326, '1903-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248705, 2326, '1903-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248706, 2326, '1903-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248707, 2326, '1903-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248708, 2326, '1903-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248709, 2326, '1904-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248710, 2326, '1904-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248711, 2326, '1904-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248712, 2326, '1904-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248713, 2326, '1904-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248714, 2326, '1904-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248715, 2326, '1904-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248716, 2326, '1904-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248717, 2326, '1904-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248718, 2326, '1904-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248719, 2326, '1904-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248720, 2326, '1904-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248721, 2326, '1905-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248722, 2326, '1905-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248723, 2326, '1905-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248724, 2326, '1905-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248725, 2326, '1905-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248726, 2326, '1905-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248727, 2326, '1905-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248728, 2326, '1905-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248729, 2326, '1905-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248730, 2326, '1905-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248731, 2326, '1905-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248732, 2326, '1905-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248733, 2326, '1906-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248734, 2326, '1906-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248735, 2326, '1906-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248736, 2326, '1906-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248737, 2326, '1906-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248738, 2326, '1906-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248739, 2326, '1906-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248740, 2326, '1906-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248741, 2326, '1906-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248742, 2326, '1906-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248743, 2326, '1906-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248744, 2326, '1906-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248745, 2326, '1907-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248746, 2326, '1907-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248747, 2326, '1907-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248748, 2326, '1907-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248749, 2326, '1907-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248750, 2326, '1907-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248751, 2326, '1907-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248752, 2326, '1907-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248753, 2326, '1907-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248754, 2326, '1907-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248755, 2326, '1907-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248756, 2326, '1907-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248757, 2326, '1908-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248758, 2326, '1908-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248759, 2326, '1908-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248760, 2326, '1908-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248761, 2326, '1908-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248762, 2326, '1908-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248763, 2326, '1908-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248764, 2326, '1908-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248765, 2326, '1908-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248766, 2326, '1908-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248767, 2326, '1908-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248768, 2326, '1908-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248769, 2326, '1909-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248770, 2326, '1909-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248771, 2326, '1909-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248772, 2326, '1909-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248773, 2326, '1909-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248774, 2326, '1909-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248775, 2326, '1909-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248776, 2326, '1909-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248777, 2326, '1909-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248778, 2326, '1909-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248779, 2326, '1909-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248780, 2326, '1909-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248781, 2326, '1910-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248782, 2326, '1910-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248783, 2326, '1910-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248784, 2326, '1910-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248785, 2326, '1910-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248786, 2326, '1910-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248787, 2326, '1910-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248788, 2326, '1910-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248789, 2326, '1910-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248790, 2326, '1910-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248791, 2326, '1910-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248792, 2326, '1910-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248793, 2326, '1911-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:45', '2023-10-31 14:11:45'),
(248794, 2326, '1911-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(248795, 2326, '1911-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(248796, 2326, '1911-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(248797, 2326, '1911-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(248798, 2326, '1911-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(248799, 2326, '1911-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(248800, 2326, '1911-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(248801, 2326, '1911-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(248802, 2326, '1911-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(248803, 2326, '1911-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(248804, 2326, '1911-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(248805, 2326, '1912-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(248806, 2326, '1912-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(248807, 2326, '1912-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(248808, 2326, '1912-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(248809, 2326, '1912-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(248810, 2326, '1912-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(248811, 2326, '1912-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(248812, 2326, '1912-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(248813, 2326, '1912-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(248814, 2326, '1912-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(248815, 2326, '1912-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(248816, 2326, '1912-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(248817, 2326, '1913-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(248818, 2326, '1913-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(248819, 2326, '1913-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(248820, 2326, '1913-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(248821, 2326, '1913-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(248822, 2326, '1913-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(248823, 2326, '1913-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(248824, 2326, '1913-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(248825, 2326, '1913-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(248826, 2326, '1913-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(248827, 2326, '1913-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(248828, 2326, '1913-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(248829, 2326, '1914-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(248830, 2326, '1914-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(248831, 2326, '1914-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(248832, 2326, '1914-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(248833, 2326, '1914-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(248834, 2326, '1914-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(248835, 2326, '1914-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(248836, 2326, '1914-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(248837, 2326, '1914-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(248838, 2326, '1914-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(248839, 2326, '1914-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(248840, 2326, '1914-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(248841, 2326, '1915-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(248842, 2326, '1915-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(248843, 2326, '1915-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(248844, 2326, '1915-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(248845, 2326, '1915-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(248846, 2326, '1915-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(248847, 2326, '1915-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(248848, 2326, '1915-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(248849, 2326, '1915-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(248850, 2326, '1915-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(248851, 2326, '1915-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(248852, 2326, '1915-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(248853, 2326, '1916-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(248854, 2326, '1916-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(248855, 2326, '1916-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(248856, 2326, '1916-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(248857, 2326, '1916-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(248858, 2326, '1916-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(248859, 2326, '1916-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(248860, 2326, '1916-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(248861, 2326, '1916-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(248862, 2326, '1916-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(248863, 2326, '1916-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(248864, 2326, '1916-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(248865, 2326, '1917-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(248866, 2326, '1917-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(248867, 2326, '1917-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(248868, 2326, '1917-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(248869, 2326, '1917-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(248870, 2326, '1917-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(248871, 2326, '1917-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(248872, 2326, '1917-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(248873, 2326, '1917-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(248874, 2326, '1917-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(248875, 2326, '1917-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(248876, 2326, '1917-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(248877, 2326, '1918-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(248878, 2326, '1918-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(248879, 2326, '1918-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(248880, 2326, '1918-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(248881, 2326, '1918-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(248882, 2326, '1918-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(248883, 2326, '1918-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(248884, 2326, '1918-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(248885, 2326, '1918-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(248886, 2326, '1918-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(248887, 2326, '1918-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(248888, 2326, '1918-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(248889, 2326, '1919-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(248890, 2326, '1919-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(248891, 2326, '1919-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(248892, 2326, '1919-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(248893, 2326, '1919-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(248894, 2326, '1919-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(248895, 2326, '1919-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(248896, 2326, '1919-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(248897, 2326, '1919-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(248898, 2326, '1919-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(248899, 2326, '1919-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(248900, 2326, '1919-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(248901, 2326, '1920-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(248902, 2326, '1920-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(248903, 2326, '1920-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(248904, 2326, '1920-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(248905, 2326, '1920-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(248906, 2326, '1920-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(248907, 2326, '1920-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(248908, 2326, '1920-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(248909, 2326, '1920-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(248910, 2326, '1920-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(248911, 2326, '1920-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(248912, 2326, '1920-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(248913, 2326, '1921-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(248914, 2326, '1921-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(248915, 2326, '1921-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(248916, 2326, '1921-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(248917, 2326, '1921-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(248918, 2326, '1921-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(248919, 2326, '1921-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(248920, 2326, '1921-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(248921, 2326, '1921-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(248922, 2326, '1921-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(248923, 2326, '1921-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(248924, 2326, '1921-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(248925, 2326, '1922-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(248926, 2326, '1922-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(248927, 2326, '1922-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(248928, 2326, '1922-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(248929, 2326, '1922-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(248930, 2326, '1922-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(248931, 2326, '1922-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(248932, 2326, '1922-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(248933, 2326, '1922-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(248934, 2326, '1922-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(248935, 2326, '1922-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(248936, 2326, '1922-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(248937, 2326, '1923-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(248938, 2326, '1923-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(248939, 2326, '1923-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(248940, 2326, '1923-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(248941, 2326, '1923-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(248942, 2326, '1923-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(248943, 2326, '1923-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(248944, 2326, '1923-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(248945, 2326, '1923-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(248946, 2326, '1923-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(248947, 2326, '1923-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(248948, 2326, '1923-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(248949, 2326, '1924-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(248950, 2326, '1924-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(248951, 2326, '1924-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(248952, 2326, '1924-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(248953, 2326, '1924-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(248954, 2326, '1924-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(248955, 2326, '1924-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(248956, 2326, '1924-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(248957, 2326, '1924-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(248958, 2326, '1924-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(248959, 2326, '1924-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(248960, 2326, '1924-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(248961, 2326, '1925-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(248962, 2326, '1925-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(248963, 2326, '1925-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(248964, 2326, '1925-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(248965, 2326, '1925-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(248966, 2326, '1925-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(248967, 2326, '1925-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(248968, 2326, '1925-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(248969, 2326, '1925-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(248970, 2326, '1925-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(248971, 2326, '1925-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(248972, 2326, '1925-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(248973, 2326, '1926-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(248974, 2326, '1926-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(248975, 2326, '1926-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(248976, 2326, '1926-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(248977, 2326, '1926-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(248978, 2326, '1926-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(248979, 2326, '1926-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(248980, 2326, '1926-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(248981, 2326, '1926-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(248982, 2326, '1926-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(248983, 2326, '1926-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(248984, 2326, '1926-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(248985, 2326, '1927-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(248986, 2326, '1927-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(248987, 2326, '1927-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(248988, 2326, '1927-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(248989, 2326, '1927-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(248990, 2326, '1927-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(248991, 2326, '1927-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(248992, 2326, '1927-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(248993, 2326, '1927-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(248994, 2326, '1927-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(248995, 2326, '1927-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(248996, 2326, '1927-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(248997, 2326, '1928-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(248998, 2326, '1928-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(248999, 2326, '1928-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(249000, 2326, '1928-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(249001, 2326, '1928-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(249002, 2326, '1928-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(249003, 2326, '1928-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(249004, 2326, '1928-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(249005, 2326, '1928-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(249006, 2326, '1928-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(249007, 2326, '1928-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(249008, 2326, '1928-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(249009, 2326, '1929-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(249010, 2326, '1929-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(249011, 2326, '1929-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(249012, 2326, '1929-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(249013, 2326, '1929-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(249014, 2326, '1929-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(249015, 2326, '1929-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(249016, 2326, '1929-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(249017, 2326, '1929-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(249018, 2326, '1929-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(249019, 2326, '1929-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(249020, 2326, '1929-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(249021, 2326, '1930-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(249022, 2326, '1930-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(249023, 2326, '1930-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(249024, 2326, '1930-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(249025, 2326, '1930-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(249026, 2326, '1930-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(249027, 2326, '1930-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(249028, 2326, '1930-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(249029, 2326, '1930-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(249030, 2326, '1930-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(249031, 2326, '1930-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(249032, 2326, '1930-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(249033, 2326, '1931-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(249034, 2326, '1931-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(249035, 2326, '1931-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(249036, 2326, '1931-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(249037, 2326, '1931-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(249038, 2326, '1931-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(249039, 2326, '1931-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(249040, 2326, '1931-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(249041, 2326, '1931-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(249042, 2326, '1931-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(249043, 2326, '1931-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(249044, 2326, '1931-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(249045, 2326, '1932-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(249046, 2326, '1932-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(249047, 2326, '1932-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(249048, 2326, '1932-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(249049, 2326, '1932-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(249050, 2326, '1932-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(249051, 2326, '1932-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(249052, 2326, '1932-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(249053, 2326, '1932-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(249054, 2326, '1932-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(249055, 2326, '1932-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(249056, 2326, '1932-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(249057, 2326, '1933-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(249058, 2326, '1933-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(249059, 2326, '1933-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(249060, 2326, '1933-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(249061, 2326, '1933-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(249062, 2326, '1933-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(249063, 2326, '1933-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(249064, 2326, '1933-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(249065, 2326, '1933-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(249066, 2326, '1933-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(249067, 2326, '1933-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(249068, 2326, '1933-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(249069, 2326, '1934-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(249070, 2326, '1934-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(249071, 2326, '1934-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(249072, 2326, '1934-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(249073, 2326, '1934-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(249074, 2326, '1934-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(249075, 2326, '1934-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(249076, 2326, '1934-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(249077, 2326, '1934-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(249078, 2326, '1934-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(249079, 2326, '1934-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(249080, 2326, '1934-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(249081, 2326, '1935-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(249082, 2326, '1935-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(249083, 2326, '1935-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(249084, 2326, '1935-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(249085, 2326, '1935-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(249086, 2326, '1935-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(249087, 2326, '1935-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(249088, 2326, '1935-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(249089, 2326, '1935-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(249090, 2326, '1935-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(249091, 2326, '1935-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(249092, 2326, '1935-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(249093, 2326, '1936-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(249094, 2326, '1936-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(249095, 2326, '1936-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(249096, 2326, '1936-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(249097, 2326, '1936-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(249098, 2326, '1936-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(249099, 2326, '1936-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(249100, 2326, '1936-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(249101, 2326, '1936-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(249102, 2326, '1936-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(249103, 2326, '1936-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(249104, 2326, '1936-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(249105, 2326, '1937-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(249106, 2326, '1937-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(249107, 2326, '1937-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(249108, 2326, '1937-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(249109, 2326, '1937-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(249110, 2326, '1937-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(249111, 2326, '1937-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(249112, 2326, '1937-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:46', '2023-10-31 14:11:46'),
(249113, 2326, '1937-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249114, 2326, '1937-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249115, 2326, '1937-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249116, 2326, '1937-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249117, 2326, '1938-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249118, 2326, '1938-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249119, 2326, '1938-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249120, 2326, '1938-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249121, 2326, '1938-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249122, 2326, '1938-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249123, 2326, '1938-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249124, 2326, '1938-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249125, 2326, '1938-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249126, 2326, '1938-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249127, 2326, '1938-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249128, 2326, '1938-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249129, 2326, '1939-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249130, 2326, '1939-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249131, 2326, '1939-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249132, 2326, '1939-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249133, 2326, '1939-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249134, 2326, '1939-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249135, 2326, '1939-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249136, 2326, '1939-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249137, 2326, '1939-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249138, 2326, '1939-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249139, 2326, '1939-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249140, 2326, '1939-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249141, 2326, '1940-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249142, 2326, '1940-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249143, 2326, '1940-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249144, 2326, '1940-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249145, 2326, '1940-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249146, 2326, '1940-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249147, 2326, '1940-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249148, 2326, '1940-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249149, 2326, '1940-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249150, 2326, '1940-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249151, 2326, '1940-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249152, 2326, '1940-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249153, 2326, '1941-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249154, 2326, '1941-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249155, 2326, '1941-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249156, 2326, '1941-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249157, 2326, '1941-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249158, 2326, '1941-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249159, 2326, '1941-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249160, 2326, '1941-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249161, 2326, '1941-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249162, 2326, '1941-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249163, 2326, '1941-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249164, 2326, '1941-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249165, 2326, '1942-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249166, 2326, '1942-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249167, 2326, '1942-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249168, 2326, '1942-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249169, 2326, '1942-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249170, 2326, '1942-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249171, 2326, '1942-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249172, 2326, '1942-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249173, 2326, '1942-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249174, 2326, '1942-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249175, 2326, '1942-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249176, 2326, '1942-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249177, 2326, '1943-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249178, 2326, '1943-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249179, 2326, '1943-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249180, 2326, '1943-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249181, 2326, '1943-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249182, 2326, '1943-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249183, 2326, '1943-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249184, 2326, '1943-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249185, 2326, '1943-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249186, 2326, '1943-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249187, 2326, '1943-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249188, 2326, '1943-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249189, 2326, '1944-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249190, 2326, '1944-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249191, 2326, '1944-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249192, 2326, '1944-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249193, 2326, '1944-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249194, 2326, '1944-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249195, 2326, '1944-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249196, 2326, '1944-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249197, 2326, '1944-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249198, 2326, '1944-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249199, 2326, '1944-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249200, 2326, '1944-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249201, 2326, '1945-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249202, 2326, '1945-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249203, 2326, '1945-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249204, 2326, '1945-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249205, 2326, '1945-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249206, 2326, '1945-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249207, 2326, '1945-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249208, 2326, '1945-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249209, 2326, '1945-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249210, 2326, '1945-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249211, 2326, '1945-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249212, 2326, '1945-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249213, 2326, '1946-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249214, 2326, '1946-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249215, 2326, '1946-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249216, 2326, '1946-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249217, 2326, '1946-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249218, 2326, '1946-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249219, 2326, '1946-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249220, 2326, '1946-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249221, 2326, '1946-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249222, 2326, '1946-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249223, 2326, '1946-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249224, 2326, '1946-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249225, 2326, '1947-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249226, 2326, '1947-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249227, 2326, '1947-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249228, 2326, '1947-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249229, 2326, '1947-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249230, 2326, '1947-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249231, 2326, '1947-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249232, 2326, '1947-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249233, 2326, '1947-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249234, 2326, '1947-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249235, 2326, '1947-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249236, 2326, '1947-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249237, 2326, '1948-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249238, 2326, '1948-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249239, 2326, '1948-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249240, 2326, '1948-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249241, 2326, '1948-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249242, 2326, '1948-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249243, 2326, '1948-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249244, 2326, '1948-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249245, 2326, '1948-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249246, 2326, '1948-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249247, 2326, '1948-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249248, 2326, '1948-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249249, 2326, '1949-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249250, 2326, '1949-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249251, 2326, '1949-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249252, 2326, '1949-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249253, 2326, '1949-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249254, 2326, '1949-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249255, 2326, '1949-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249256, 2326, '1949-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249257, 2326, '1949-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249258, 2326, '1949-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249259, 2326, '1949-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249260, 2326, '1949-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249261, 2326, '1950-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249262, 2326, '1950-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249263, 2326, '1950-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249264, 2326, '1950-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249265, 2326, '1950-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249266, 2326, '1950-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249267, 2326, '1950-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249268, 2326, '1950-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249269, 2326, '1950-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249270, 2326, '1950-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249271, 2326, '1950-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249272, 2326, '1950-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249273, 2326, '1951-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249274, 2326, '1951-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249275, 2326, '1951-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249276, 2326, '1951-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249277, 2326, '1951-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249278, 2326, '1951-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249279, 2326, '1951-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249280, 2326, '1951-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249281, 2326, '1951-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249282, 2326, '1951-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249283, 2326, '1951-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249284, 2326, '1951-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249285, 2326, '1952-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249286, 2326, '1952-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249287, 2326, '1952-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249288, 2326, '1952-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249289, 2326, '1952-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249290, 2326, '1952-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249291, 2326, '1952-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249292, 2326, '1952-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249293, 2326, '1952-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249294, 2326, '1952-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249295, 2326, '1952-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249296, 2326, '1952-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249297, 2326, '1953-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249298, 2326, '1953-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249299, 2326, '1953-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249300, 2326, '1953-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249301, 2326, '1953-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249302, 2326, '1953-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249303, 2326, '1953-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249304, 2326, '1953-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249305, 2326, '1953-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249306, 2326, '1953-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249307, 2326, '1953-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249308, 2326, '1953-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249309, 2326, '1954-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249310, 2326, '1954-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249311, 2326, '1954-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249312, 2326, '1954-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249313, 2326, '1954-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249314, 2326, '1954-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249315, 2326, '1954-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249316, 2326, '1954-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249317, 2326, '1954-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249318, 2326, '1954-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249319, 2326, '1954-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249320, 2326, '1954-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249321, 2326, '1955-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249322, 2326, '1955-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249323, 2326, '1955-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249324, 2326, '1955-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249325, 2326, '1955-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249326, 2326, '1955-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249327, 2326, '1955-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249328, 2326, '1955-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249329, 2326, '1955-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249330, 2326, '1955-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249331, 2326, '1955-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249332, 2326, '1955-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249333, 2326, '1956-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249334, 2326, '1956-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249335, 2326, '1956-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249336, 2326, '1956-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249337, 2326, '1956-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249338, 2326, '1956-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249339, 2326, '1956-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249340, 2326, '1956-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249341, 2326, '1956-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249342, 2326, '1956-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249343, 2326, '1956-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249344, 2326, '1956-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249345, 2326, '1957-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249346, 2326, '1957-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249347, 2326, '1957-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249348, 2326, '1957-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249349, 2326, '1957-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249350, 2326, '1957-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249351, 2326, '1957-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249352, 2326, '1957-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249353, 2326, '1957-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249354, 2326, '1957-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249355, 2326, '1957-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249356, 2326, '1957-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249357, 2326, '1958-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249358, 2326, '1958-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249359, 2326, '1958-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249360, 2326, '1958-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249361, 2326, '1958-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249362, 2326, '1958-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249363, 2326, '1958-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249364, 2326, '1958-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249365, 2326, '1958-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249366, 2326, '1958-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249367, 2326, '1958-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249368, 2326, '1958-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249369, 2326, '1959-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249370, 2326, '1959-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249371, 2326, '1959-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249372, 2326, '1959-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249373, 2326, '1959-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249374, 2326, '1959-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249375, 2326, '1959-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249376, 2326, '1959-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249377, 2326, '1959-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249378, 2326, '1959-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249379, 2326, '1959-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249380, 2326, '1959-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249381, 2326, '1960-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249382, 2326, '1960-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249383, 2326, '1960-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249384, 2326, '1960-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249385, 2326, '1960-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249386, 2326, '1960-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249387, 2326, '1960-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249388, 2326, '1960-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249389, 2326, '1960-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249390, 2326, '1960-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249391, 2326, '1960-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249392, 2326, '1960-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249393, 2326, '1961-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249394, 2326, '1961-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249395, 2326, '1961-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249396, 2326, '1961-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249397, 2326, '1961-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249398, 2326, '1961-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249399, 2326, '1961-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249400, 2326, '1961-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249401, 2326, '1961-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249402, 2326, '1961-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249403, 2326, '1961-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249404, 2326, '1961-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249405, 2326, '1962-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249406, 2326, '1962-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249407, 2326, '1962-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249408, 2326, '1962-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249409, 2326, '1962-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249410, 2326, '1962-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249411, 2326, '1962-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249412, 2326, '1962-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249413, 2326, '1962-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249414, 2326, '1962-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(249415, 2326, '1962-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249416, 2326, '1962-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249417, 2326, '1963-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249418, 2326, '1963-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249419, 2326, '1963-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249420, 2326, '1963-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249421, 2326, '1963-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249422, 2326, '1963-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249423, 2326, '1963-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249424, 2326, '1963-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249425, 2326, '1963-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249426, 2326, '1963-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249427, 2326, '1963-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249428, 2326, '1963-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249429, 2326, '1964-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249430, 2326, '1964-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249431, 2326, '1964-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249432, 2326, '1964-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249433, 2326, '1964-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249434, 2326, '1964-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249435, 2326, '1964-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249436, 2326, '1964-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249437, 2326, '1964-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249438, 2326, '1964-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249439, 2326, '1964-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249440, 2326, '1964-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249441, 2326, '1965-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249442, 2326, '1965-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249443, 2326, '1965-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249444, 2326, '1965-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249445, 2326, '1965-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249446, 2326, '1965-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249447, 2326, '1965-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249448, 2326, '1965-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249449, 2326, '1965-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249450, 2326, '1965-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249451, 2326, '1965-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249452, 2326, '1965-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249453, 2326, '1966-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249454, 2326, '1966-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249455, 2326, '1966-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249456, 2326, '1966-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249457, 2326, '1966-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249458, 2326, '1966-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249459, 2326, '1966-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249460, 2326, '1966-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249461, 2326, '1966-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249462, 2326, '1966-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249463, 2326, '1966-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249464, 2326, '1966-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249465, 2326, '1967-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249466, 2326, '1967-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249467, 2326, '1967-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249468, 2326, '1967-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249469, 2326, '1967-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249470, 2326, '1967-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249471, 2326, '1967-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249472, 2326, '1967-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249473, 2326, '1967-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249474, 2326, '1967-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249475, 2326, '1967-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249476, 2326, '1967-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249477, 2326, '1968-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249478, 2326, '1968-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249479, 2326, '1968-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249480, 2326, '1968-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249481, 2326, '1968-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249482, 2326, '1968-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249483, 2326, '1968-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249484, 2326, '1968-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249485, 2326, '1968-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249486, 2326, '1968-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249487, 2326, '1968-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249488, 2326, '1968-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249489, 2326, '1969-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249490, 2326, '1969-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249491, 2326, '1969-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249492, 2326, '1969-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249493, 2326, '1969-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249494, 2326, '1969-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249495, 2326, '1969-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249496, 2326, '1969-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249497, 2326, '1969-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249498, 2326, '1969-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249499, 2326, '1969-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249500, 2326, '1969-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249501, 2326, '1970-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249502, 2326, '1970-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249503, 2326, '1970-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249504, 2326, '1970-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249505, 2326, '1970-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249506, 2326, '1970-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249507, 2326, '1970-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249508, 2326, '1970-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249509, 2326, '1970-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:47', '2023-10-31 14:11:47'),
(249510, 2326, '1970-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249511, 2326, '1970-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249512, 2326, '1970-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249513, 2326, '1971-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249514, 2326, '1971-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249515, 2326, '1971-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249516, 2326, '1971-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249517, 2326, '1971-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249518, 2326, '1971-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249519, 2326, '1971-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249520, 2326, '1971-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249521, 2326, '1971-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249522, 2326, '1971-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249523, 2326, '1971-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249524, 2326, '1971-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249525, 2326, '1972-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249526, 2326, '1972-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249527, 2326, '1972-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249528, 2326, '1972-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249529, 2326, '1972-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249530, 2326, '1972-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249531, 2326, '1972-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249532, 2326, '1972-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249533, 2326, '1972-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249534, 2326, '1972-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249535, 2326, '1972-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249536, 2326, '1972-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249537, 2326, '1973-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249538, 2326, '1973-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249539, 2326, '1973-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249540, 2326, '1973-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249541, 2326, '1973-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249542, 2326, '1973-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249543, 2326, '1973-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249544, 2326, '1973-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249545, 2326, '1973-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249546, 2326, '1973-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249547, 2326, '1973-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249548, 2326, '1973-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249549, 2326, '1974-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249550, 2326, '1974-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249551, 2326, '1974-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249552, 2326, '1974-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249553, 2326, '1974-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249554, 2326, '1974-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249555, 2326, '1974-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249556, 2326, '1974-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249557, 2326, '1974-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249558, 2326, '1974-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249559, 2326, '1974-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249560, 2326, '1974-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249561, 2326, '1975-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249562, 2326, '1975-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249563, 2326, '1975-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249564, 2326, '1975-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249565, 2326, '1975-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249566, 2326, '1975-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249567, 2326, '1975-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249568, 2326, '1975-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249569, 2326, '1975-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249570, 2326, '1975-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249571, 2326, '1975-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249572, 2326, '1975-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249573, 2326, '1976-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249574, 2326, '1976-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249575, 2326, '1976-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249576, 2326, '1976-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249577, 2326, '1976-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249578, 2326, '1976-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249579, 2326, '1976-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249580, 2326, '1976-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249581, 2326, '1976-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249582, 2326, '1976-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249583, 2326, '1976-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249584, 2326, '1976-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249585, 2326, '1977-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249586, 2326, '1977-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249587, 2326, '1977-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249588, 2326, '1977-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249589, 2326, '1977-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249590, 2326, '1977-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249591, 2326, '1977-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249592, 2326, '1977-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249593, 2326, '1977-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249594, 2326, '1977-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249595, 2326, '1977-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249596, 2326, '1977-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249597, 2326, '1978-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249598, 2326, '1978-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249599, 2326, '1978-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249600, 2326, '1978-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249601, 2326, '1978-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249602, 2326, '1978-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249603, 2326, '1978-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249604, 2326, '1978-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249605, 2326, '1978-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249606, 2326, '1978-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249607, 2326, '1978-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249608, 2326, '1978-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249609, 2326, '1979-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249610, 2326, '1979-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249611, 2326, '1979-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249612, 2326, '1979-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249613, 2326, '1979-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249614, 2326, '1979-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249615, 2326, '1979-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249616, 2326, '1979-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249617, 2326, '1979-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249618, 2326, '1979-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249619, 2326, '1979-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249620, 2326, '1979-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249621, 2326, '1980-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249622, 2326, '1980-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249623, 2326, '1980-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249624, 2326, '1980-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249625, 2326, '1980-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249626, 2326, '1980-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249627, 2326, '1980-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249628, 2326, '1980-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249629, 2326, '1980-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249630, 2326, '1980-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249631, 2326, '1980-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249632, 2326, '1980-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249633, 2326, '1981-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249634, 2326, '1981-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249635, 2326, '1981-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249636, 2326, '1981-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249637, 2326, '1981-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249638, 2326, '1981-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249639, 2326, '1981-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249640, 2326, '1981-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249641, 2326, '1981-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249642, 2326, '1981-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249643, 2326, '1981-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249644, 2326, '1981-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249645, 2326, '1982-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249646, 2326, '1982-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249647, 2326, '1982-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249648, 2326, '1982-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249649, 2326, '1982-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249650, 2326, '1982-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249651, 2326, '1982-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249652, 2326, '1982-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249653, 2326, '1982-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249654, 2326, '1982-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249655, 2326, '1982-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249656, 2326, '1982-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249657, 2326, '1983-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249658, 2326, '1983-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249659, 2326, '1983-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249660, 2326, '1983-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249661, 2326, '1983-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249662, 2326, '1983-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249663, 2326, '1983-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249664, 2326, '1983-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249665, 2326, '1983-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249666, 2326, '1983-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249667, 2326, '1983-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249668, 2326, '1983-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249669, 2326, '1984-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249670, 2326, '1984-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249671, 2326, '1984-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249672, 2326, '1984-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249673, 2326, '1984-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249674, 2326, '1984-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249675, 2326, '1984-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249676, 2326, '1984-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249677, 2326, '1984-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249678, 2326, '1984-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249679, 2326, '1984-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249680, 2326, '1984-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249681, 2326, '1985-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249682, 2326, '1985-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249683, 2326, '1985-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249684, 2326, '1985-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249685, 2326, '1985-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249686, 2326, '1985-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249687, 2326, '1985-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249688, 2326, '1985-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249689, 2326, '1985-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249690, 2326, '1985-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249691, 2326, '1985-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249692, 2326, '1985-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249693, 2326, '1986-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249694, 2326, '1986-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249695, 2326, '1986-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249696, 2326, '1986-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249697, 2326, '1986-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249698, 2326, '1986-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249699, 2326, '1986-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249700, 2326, '1986-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249701, 2326, '1986-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249702, 2326, '1986-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249703, 2326, '1986-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249704, 2326, '1986-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249705, 2326, '1987-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249706, 2326, '1987-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249707, 2326, '1987-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249708, 2326, '1987-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249709, 2326, '1987-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249710, 2326, '1987-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249711, 2326, '1987-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249712, 2326, '1987-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249713, 2326, '1987-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249714, 2326, '1987-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249715, 2326, '1987-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249716, 2326, '1987-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249717, 2326, '1988-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249718, 2326, '1988-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249719, 2326, '1988-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249720, 2326, '1988-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249721, 2326, '1988-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249722, 2326, '1988-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249723, 2326, '1988-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249724, 2326, '1988-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249725, 2326, '1988-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249726, 2326, '1988-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249727, 2326, '1988-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249728, 2326, '1988-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249729, 2326, '1989-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249730, 2326, '1989-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249731, 2326, '1989-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249732, 2326, '1989-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249733, 2326, '1989-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249734, 2326, '1989-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249735, 2326, '1989-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249736, 2326, '1989-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249737, 2326, '1989-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249738, 2326, '1989-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249739, 2326, '1989-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249740, 2326, '1989-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249741, 2326, '1990-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249742, 2326, '1990-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249743, 2326, '1990-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249744, 2326, '1990-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249745, 2326, '1990-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249746, 2326, '1990-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249747, 2326, '1990-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249748, 2326, '1990-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249749, 2326, '1990-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249750, 2326, '1990-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249751, 2326, '1990-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249752, 2326, '1990-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249753, 2326, '1991-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249754, 2326, '1991-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249755, 2326, '1991-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249756, 2326, '1991-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249757, 2326, '1991-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249758, 2326, '1991-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249759, 2326, '1991-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249760, 2326, '1991-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249761, 2326, '1991-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249762, 2326, '1991-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249763, 2326, '1991-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249764, 2326, '1991-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249765, 2326, '1992-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249766, 2326, '1992-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249767, 2326, '1992-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249768, 2326, '1992-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249769, 2326, '1992-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249770, 2326, '1992-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249771, 2326, '1992-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249772, 2326, '1992-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249773, 2326, '1992-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249774, 2326, '1992-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249775, 2326, '1992-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249776, 2326, '1992-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249777, 2326, '1993-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249778, 2326, '1993-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249779, 2326, '1993-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249780, 2326, '1993-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249781, 2326, '1993-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249782, 2326, '1993-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249783, 2326, '1993-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249784, 2326, '1993-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249785, 2326, '1993-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249786, 2326, '1993-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249787, 2326, '1993-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249788, 2326, '1993-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249789, 2326, '1994-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249790, 2326, '1994-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249791, 2326, '1994-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249792, 2326, '1994-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249793, 2326, '1994-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249794, 2326, '1994-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249795, 2326, '1994-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249796, 2326, '1994-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249797, 2326, '1994-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249798, 2326, '1994-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249799, 2326, '1994-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249800, 2326, '1994-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249801, 2326, '1995-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249802, 2326, '1995-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249803, 2326, '1995-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249804, 2326, '1995-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249805, 2326, '1995-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249806, 2326, '1995-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249807, 2326, '1995-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249808, 2326, '1995-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249809, 2326, '1995-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249810, 2326, '1995-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249811, 2326, '1995-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249812, 2326, '1995-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249813, 2326, '1996-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249814, 2326, '1996-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249815, 2326, '1996-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249816, 2326, '1996-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249817, 2326, '1996-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249818, 2326, '1996-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249819, 2326, '1996-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249820, 2326, '1996-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249821, 2326, '1996-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249822, 2326, '1996-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249823, 2326, '1996-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249824, 2326, '1996-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249825, 2326, '1997-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249826, 2326, '1997-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249827, 2326, '1997-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249828, 2326, '1997-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249829, 2326, '1997-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249830, 2326, '1997-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249831, 2326, '1997-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249832, 2326, '1997-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249833, 2326, '1997-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249834, 2326, '1997-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249835, 2326, '1997-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249836, 2326, '1997-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249837, 2326, '1998-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249838, 2326, '1998-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249839, 2326, '1998-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249840, 2326, '1998-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249841, 2326, '1998-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249842, 2326, '1998-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249843, 2326, '1998-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249844, 2326, '1998-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249845, 2326, '1998-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249846, 2326, '1998-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249847, 2326, '1998-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249848, 2326, '1998-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249849, 2326, '1999-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249850, 2326, '1999-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249851, 2326, '1999-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249852, 2326, '1999-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249853, 2326, '1999-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249854, 2326, '1999-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249855, 2326, '1999-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249856, 2326, '1999-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249857, 2326, '1999-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249858, 2326, '1999-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249859, 2326, '1999-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249860, 2326, '1999-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249861, 2326, '2000-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249862, 2326, '2000-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249863, 2326, '2000-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249864, 2326, '2000-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249865, 2326, '2000-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249866, 2326, '2000-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249867, 2326, '2000-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249868, 2326, '2000-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249869, 2326, '2000-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249870, 2326, '2000-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249871, 2326, '2000-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249872, 2326, '2000-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249873, 2326, '2001-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249874, 2326, '2001-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249875, 2326, '2001-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249876, 2326, '2001-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249877, 2326, '2001-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249878, 2326, '2001-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249879, 2326, '2001-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(249880, 2326, '2001-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249881, 2326, '2001-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249882, 2326, '2001-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:48', '2023-10-31 14:11:48'),
(249883, 2326, '2001-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(249884, 2326, '2001-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(249885, 2326, '2002-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(249886, 2326, '2002-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(249887, 2326, '2002-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(249888, 2326, '2002-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(249889, 2326, '2002-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(249890, 2326, '2002-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(249891, 2326, '2002-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(249892, 2326, '2002-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(249893, 2326, '2002-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(249894, 2326, '2002-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(249895, 2326, '2002-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(249896, 2326, '2002-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(249897, 2326, '2003-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(249898, 2326, '2003-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(249899, 2326, '2003-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(249900, 2326, '2003-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(249901, 2326, '2003-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(249902, 2326, '2003-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(249903, 2326, '2003-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(249904, 2326, '2003-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(249905, 2326, '2003-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(249906, 2326, '2003-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(249907, 2326, '2003-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(249908, 2326, '2003-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(249909, 2326, '2004-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(249910, 2326, '2004-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(249911, 2326, '2004-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(249912, 2326, '2004-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(249913, 2326, '2004-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(249914, 2326, '2004-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(249915, 2326, '2004-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(249916, 2326, '2004-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(249917, 2326, '2004-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(249918, 2326, '2004-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(249919, 2326, '2004-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(249920, 2326, '2004-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(249921, 2326, '2005-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(249922, 2326, '2005-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(249923, 2326, '2005-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(249924, 2326, '2005-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(249925, 2326, '2005-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(249926, 2326, '2005-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(249927, 2326, '2005-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(249928, 2326, '2005-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(249929, 2326, '2005-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(249930, 2326, '2005-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(249931, 2326, '2005-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(249932, 2326, '2005-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(249933, 2326, '2006-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(249934, 2326, '2006-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(249935, 2326, '2006-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(249936, 2326, '2006-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(249937, 2326, '2006-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(249938, 2326, '2006-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(249939, 2326, '2006-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(249940, 2326, '2006-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(249941, 2326, '2006-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(249942, 2326, '2006-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(249943, 2326, '2006-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(249944, 2326, '2006-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(249945, 2326, '2007-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(249946, 2326, '2007-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(249947, 2326, '2007-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(249948, 2326, '2007-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(249949, 2326, '2007-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(249950, 2326, '2007-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(249951, 2326, '2007-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(249952, 2326, '2007-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(249953, 2326, '2007-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(249954, 2326, '2007-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(249955, 2326, '2007-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(249956, 2326, '2007-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(249957, 2326, '2008-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(249958, 2326, '2008-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(249959, 2326, '2008-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(249960, 2326, '2008-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(249961, 2326, '2008-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(249962, 2326, '2008-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(249963, 2326, '2008-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(249964, 2326, '2008-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(249965, 2326, '2008-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(249966, 2326, '2008-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(249967, 2326, '2008-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(249968, 2326, '2008-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(249969, 2326, '2009-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(249970, 2326, '2009-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(249971, 2326, '2009-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(249972, 2326, '2009-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(249973, 2326, '2009-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(249974, 2326, '2009-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(249975, 2326, '2009-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(249976, 2326, '2009-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(249977, 2326, '2009-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(249978, 2326, '2009-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(249979, 2326, '2009-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(249980, 2326, '2009-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(249981, 2326, '2010-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(249982, 2326, '2010-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(249983, 2326, '2010-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(249984, 2326, '2010-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(249985, 2326, '2010-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(249986, 2326, '2010-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(249987, 2326, '2010-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(249988, 2326, '2010-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(249989, 2326, '2010-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(249990, 2326, '2010-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(249991, 2326, '2010-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(249992, 2326, '2010-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(249993, 2326, '2011-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(249994, 2326, '2011-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(249995, 2326, '2011-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(249996, 2326, '2011-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(249997, 2326, '2011-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(249998, 2326, '2011-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(249999, 2326, '2011-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(250000, 2326, '2011-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(250001, 2326, '2011-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(250002, 2326, '2011-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(250003, 2326, '2011-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(250004, 2326, '2011-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(250005, 2326, '2012-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(250006, 2326, '2012-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(250007, 2326, '2012-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(250008, 2326, '2012-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(250009, 2326, '2012-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(250010, 2326, '2012-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(250011, 2326, '2012-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(250012, 2326, '2012-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(250013, 2326, '2012-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(250014, 2326, '2012-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(250015, 2326, '2012-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(250016, 2326, '2012-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(250017, 2326, '2013-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(250018, 2326, '2013-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(250019, 2326, '2013-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(250020, 2326, '2013-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(250021, 2326, '2013-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(250022, 2326, '2013-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(250023, 2326, '2013-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(250024, 2326, '2013-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(250025, 2326, '2013-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(250026, 2326, '2013-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(250027, 2326, '2013-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(250028, 2326, '2013-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(250029, 2326, '2014-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(250030, 2326, '2014-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(250031, 2326, '2014-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(250032, 2326, '2014-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(250033, 2326, '2014-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(250034, 2326, '2014-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(250035, 2326, '2014-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(250036, 2326, '2014-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(250037, 2326, '2014-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(250038, 2326, '2014-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(250039, 2326, '2014-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(250040, 2326, '2014-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(250041, 2326, '2015-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(250042, 2326, '2015-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(250043, 2326, '2015-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(250044, 2326, '2015-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(250045, 2326, '2015-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(250046, 2326, '2015-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(250047, 2326, '2015-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(250048, 2326, '2015-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(250049, 2326, '2015-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(250050, 2326, '2015-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(250051, 2326, '2015-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(250052, 2326, '2015-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(250053, 2326, '2016-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(250054, 2326, '2016-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(250055, 2326, '2016-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(250056, 2326, '2016-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(250057, 2326, '2016-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(250058, 2326, '2016-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(250059, 2326, '2016-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(250060, 2326, '2016-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(250061, 2326, '2016-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(250062, 2326, '2016-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(250063, 2326, '2016-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(250064, 2326, '2016-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(250065, 2326, '2017-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(250066, 2326, '2017-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(250067, 2326, '2017-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(250068, 2326, '2017-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(250069, 2326, '2017-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(250070, 2326, '2017-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(250071, 2326, '2017-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(250072, 2326, '2017-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(250073, 2326, '2017-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(250074, 2326, '2017-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(250075, 2326, '2017-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(250076, 2326, '2017-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(250077, 2326, '2018-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(250078, 2326, '2018-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(250079, 2326, '2018-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(250080, 2326, '2018-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(250081, 2326, '2018-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(250082, 2326, '2018-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(250083, 2326, '2018-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(250084, 2326, '2018-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(250085, 2326, '2018-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(250086, 2326, '2018-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(250087, 2326, '2018-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(250088, 2326, '2018-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(250089, 2326, '2019-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(250090, 2326, '2019-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(250091, 2326, '2019-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(250092, 2326, '2019-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(250093, 2326, '2019-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(250094, 2326, '2019-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(250095, 2326, '2019-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(250096, 2326, '2019-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(250097, 2326, '2019-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(250098, 2326, '2019-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(250099, 2326, '2019-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(250100, 2326, '2019-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(250101, 2326, '2020-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(250102, 2326, '2020-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(250103, 2326, '2020-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(250104, 2326, '2020-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(250105, 2326, '2020-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(250106, 2326, '2020-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(250107, 2326, '2020-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(250108, 2326, '2020-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(250109, 2326, '2020-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(250110, 2326, '2020-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(250111, 2326, '2020-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(250112, 2326, '2020-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(250113, 2326, '2021-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(250114, 2326, '2021-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(250115, 2326, '2021-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(250116, 2326, '2021-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(250117, 2326, '2021-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(250118, 2326, '2021-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(250119, 2326, '2021-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(250120, 2326, '2021-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(250121, 2326, '2021-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(250122, 2326, '2021-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(250123, 2326, '2021-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(250124, 2326, '2021-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(250125, 2326, '2022-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(250126, 2326, '2022-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(250127, 2326, '2022-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(250128, 2326, '2022-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(250129, 2326, '2022-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(250130, 2326, '2022-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(250131, 2326, '2022-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(250132, 2326, '2022-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(250133, 2326, '2022-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(250134, 2326, '2022-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(250135, 2326, '2022-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(250136, 2326, '2022-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(250137, 2326, '2023-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(250138, 2326, '2023-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(250139, 2326, '2023-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(250140, 2326, '2023-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(250141, 2326, '2023-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(250142, 2326, '2023-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(250143, 2326, '2023-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(250144, 2326, '2023-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(250145, 2326, '2023-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(250146, 2326, '2023-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(250147, 2326, '2023-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:11:49', '2023-10-31 14:11:49'),
(250148, 2327, '0001-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:07', '2023-10-31 14:14:07'),
(250149, 2327, '0001-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:07', '2023-10-31 14:14:07'),
(250150, 2327, '0001-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:07', '2023-10-31 14:14:07'),
(250151, 2327, '0001-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:07', '2023-10-31 14:14:07'),
(250152, 2327, '0001-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:07', '2023-10-31 14:14:07'),
(250153, 2327, '0001-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:07', '2023-10-31 14:14:07'),
(250154, 2327, '0001-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:07', '2023-10-31 14:14:07'),
(250155, 2327, '0001-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:07', '2023-10-31 14:14:07'),
(250156, 2327, '0001-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:07', '2023-10-31 14:14:07'),
(250157, 2327, '0001-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:07', '2023-10-31 14:14:07'),
(250158, 2327, '0001-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:07', '2023-10-31 14:14:07'),
(250159, 2327, '0001-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:07', '2023-10-31 14:14:07'),
(250160, 2327, '0002-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:07', '2023-10-31 14:14:07'),
(250161, 2327, '0002-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:07', '2023-10-31 14:14:07'),
(250162, 2327, '0002-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:07', '2023-10-31 14:14:07'),
(250163, 2327, '0002-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:07', '2023-10-31 14:14:07'),
(250164, 2327, '0002-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:07', '2023-10-31 14:14:07'),
(250165, 2327, '0002-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:07', '2023-10-31 14:14:07'),
(250166, 2327, '0002-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:07', '2023-10-31 14:14:07'),
(250167, 2327, '0002-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:07', '2023-10-31 14:14:07'),
(250168, 2327, '0002-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:07', '2023-10-31 14:14:07'),
(250169, 2327, '0002-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:07', '2023-10-31 14:14:07'),
(250170, 2327, '0002-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:07', '2023-10-31 14:14:07'),
(250171, 2327, '0002-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:07', '2023-10-31 14:14:07'),
(250172, 2327, '0003-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:07', '2023-10-31 14:14:07'),
(250173, 2327, '0003-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:07', '2023-10-31 14:14:07'),
(250174, 2327, '0003-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:07', '2023-10-31 14:14:07'),
(250175, 2327, '0003-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:07', '2023-10-31 14:14:07'),
(250176, 2327, '0003-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:07', '2023-10-31 14:14:07'),
(250177, 2327, '0003-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:07', '2023-10-31 14:14:07'),
(250178, 2327, '0003-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:07', '2023-10-31 14:14:07'),
(250179, 2327, '0003-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:07', '2023-10-31 14:14:07'),
(250180, 2327, '0003-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:07', '2023-10-31 14:14:07'),
(250181, 2327, '0003-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:07', '2023-10-31 14:14:07'),
(250182, 2327, '0003-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:07', '2023-10-31 14:14:07'),
(250183, 2327, '0003-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:07', '2023-10-31 14:14:07'),
(250184, 2327, '0004-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:07', '2023-10-31 14:14:07'),
(250185, 2327, '0004-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:07', '2023-10-31 14:14:07'),
(250186, 2327, '0004-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:07', '2023-10-31 14:14:07'),
(250187, 2327, '0004-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:07', '2023-10-31 14:14:07'),
(250188, 2327, '0004-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:07', '2023-10-31 14:14:07'),
(250189, 2327, '0004-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:07', '2023-10-31 14:14:07'),
(250190, 2327, '0004-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:07', '2023-10-31 14:14:07'),
(250191, 2327, '0004-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:07', '2023-10-31 14:14:07'),
(250192, 2327, '0004-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:07', '2023-10-31 14:14:07'),
(250193, 2327, '0004-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:07', '2023-10-31 14:14:07'),
(250194, 2327, '0004-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:07', '2023-10-31 14:14:07'),
(250195, 2327, '0004-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:07', '2023-10-31 14:14:07'),
(250196, 2327, '0005-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:07', '2023-10-31 14:14:07'),
(250197, 2327, '0005-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:07', '2023-10-31 14:14:07'),
(250198, 2327, '0005-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:07', '2023-10-31 14:14:07'),
(250199, 2327, '0005-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:07', '2023-10-31 14:14:07'),
(250200, 2327, '0005-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:07', '2023-10-31 14:14:07'),
(250201, 2327, '0005-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:07', '2023-10-31 14:14:07'),
(250202, 2327, '0005-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:07', '2023-10-31 14:14:07'),
(250203, 2327, '0005-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:07', '2023-10-31 14:14:07'),
(250204, 2327, '0005-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:07', '2023-10-31 14:14:07'),
(250205, 2327, '0005-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:07', '2023-10-31 14:14:07'),
(250206, 2327, '0005-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:07', '2023-10-31 14:14:07'),
(250207, 2327, '0005-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:07', '2023-10-31 14:14:07'),
(250208, 2327, '0006-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:07', '2023-10-31 14:14:07'),
(250209, 2327, '0006-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:07', '2023-10-31 14:14:07'),
(250210, 2327, '0006-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:07', '2023-10-31 14:14:07'),
(250211, 2327, '0006-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:07', '2023-10-31 14:14:07'),
(250212, 2327, '0006-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:07', '2023-10-31 14:14:07'),
(250213, 2327, '0006-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:07', '2023-10-31 14:14:07'),
(250214, 2327, '0006-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:07', '2023-10-31 14:14:07'),
(250215, 2327, '0006-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:07', '2023-10-31 14:14:07'),
(250216, 2327, '0006-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:07', '2023-10-31 14:14:07'),
(250217, 2327, '0006-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:07', '2023-10-31 14:14:07'),
(250218, 2327, '0006-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:07', '2023-10-31 14:14:07'),
(250219, 2327, '0006-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:07', '2023-10-31 14:14:07'),
(250220, 2327, '0007-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:07', '2023-10-31 14:14:07'),
(250221, 2327, '0007-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:07', '2023-10-31 14:14:07'),
(250222, 2327, '0007-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:07', '2023-10-31 14:14:07'),
(250223, 2327, '0007-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:07', '2023-10-31 14:14:07'),
(250224, 2327, '0007-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:07', '2023-10-31 14:14:07'),
(250225, 2327, '0007-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:07', '2023-10-31 14:14:07'),
(250226, 2327, '0007-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:07', '2023-10-31 14:14:07'),
(250227, 2327, '0007-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:07', '2023-10-31 14:14:07'),
(250228, 2327, '0007-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:07', '2023-10-31 14:14:07'),
(250229, 2327, '0007-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:07', '2023-10-31 14:14:07'),
(250230, 2327, '0007-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:07', '2023-10-31 14:14:07'),
(250231, 2327, '0007-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:07', '2023-10-31 14:14:07'),
(250232, 2327, '0008-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:07', '2023-10-31 14:14:07'),
(250233, 2327, '0008-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:07', '2023-10-31 14:14:07'),
(250234, 2327, '0008-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:07', '2023-10-31 14:14:07'),
(250235, 2327, '0008-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:07', '2023-10-31 14:14:07'),
(250236, 2327, '0008-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:07', '2023-10-31 14:14:07'),
(250237, 2327, '0008-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:07', '2023-10-31 14:14:07'),
(250238, 2327, '0008-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:07', '2023-10-31 14:14:07'),
(250239, 2327, '0008-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:07', '2023-10-31 14:14:07'),
(250240, 2327, '0008-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:07', '2023-10-31 14:14:07'),
(250241, 2327, '0008-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:07', '2023-10-31 14:14:07'),
(250242, 2327, '0008-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:07', '2023-10-31 14:14:07'),
(250243, 2327, '0008-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:07', '2023-10-31 14:14:07'),
(250244, 2327, '0009-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:07', '2023-10-31 14:14:07'),
(250245, 2327, '0009-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:07', '2023-10-31 14:14:07'),
(250246, 2327, '0009-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:07', '2023-10-31 14:14:07'),
(250247, 2327, '0009-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:07', '2023-10-31 14:14:07'),
(250248, 2327, '0009-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:07', '2023-10-31 14:14:07'),
(250249, 2327, '0009-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:07', '2023-10-31 14:14:07'),
(250250, 2327, '0009-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:07', '2023-10-31 14:14:07'),
(250251, 2327, '0009-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:07', '2023-10-31 14:14:07'),
(250252, 2327, '0009-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:07', '2023-10-31 14:14:07'),
(250253, 2327, '0009-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:07', '2023-10-31 14:14:07'),
(250254, 2327, '0009-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:07', '2023-10-31 14:14:07'),
(250255, 2327, '0009-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:07', '2023-10-31 14:14:07'),
(250256, 2327, '0010-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:07', '2023-10-31 14:14:07'),
(250257, 2327, '0010-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:07', '2023-10-31 14:14:07'),
(250258, 2327, '0010-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:07', '2023-10-31 14:14:07'),
(250259, 2327, '0010-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:07', '2023-10-31 14:14:07'),
(250260, 2327, '0010-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:07', '2023-10-31 14:14:07'),
(250261, 2327, '0010-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:07', '2023-10-31 14:14:07'),
(250262, 2327, '0010-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:07', '2023-10-31 14:14:07'),
(250263, 2327, '0010-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:07', '2023-10-31 14:14:07'),
(250264, 2327, '0010-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:07', '2023-10-31 14:14:07'),
(250265, 2327, '0010-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:07', '2023-10-31 14:14:07'),
(250266, 2327, '0010-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:07', '2023-10-31 14:14:07'),
(250267, 2327, '0010-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:07', '2023-10-31 14:14:07'),
(250268, 2327, '0011-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:07', '2023-10-31 14:14:07'),
(250269, 2327, '0011-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:07', '2023-10-31 14:14:07'),
(250270, 2327, '0011-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250271, 2327, '0011-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250272, 2327, '0011-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250273, 2327, '0011-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250274, 2327, '0011-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250275, 2327, '0011-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250276, 2327, '0011-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250277, 2327, '0011-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250278, 2327, '0011-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250279, 2327, '0011-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250280, 2327, '0012-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250281, 2327, '0012-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250282, 2327, '0012-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250283, 2327, '0012-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250284, 2327, '0012-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250285, 2327, '0012-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250286, 2327, '0012-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250287, 2327, '0012-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250288, 2327, '0012-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250289, 2327, '0012-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250290, 2327, '0012-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250291, 2327, '0012-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250292, 2327, '0013-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250293, 2327, '0013-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250294, 2327, '0013-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250295, 2327, '0013-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250296, 2327, '0013-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250297, 2327, '0013-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250298, 2327, '0013-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250299, 2327, '0013-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250300, 2327, '0013-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250301, 2327, '0013-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250302, 2327, '0013-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250303, 2327, '0013-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250304, 2327, '0014-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250305, 2327, '0014-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250306, 2327, '0014-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250307, 2327, '0014-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250308, 2327, '0014-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250309, 2327, '0014-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250310, 2327, '0014-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250311, 2327, '0014-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250312, 2327, '0014-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250313, 2327, '0014-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250314, 2327, '0014-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250315, 2327, '0014-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250316, 2327, '0015-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250317, 2327, '0015-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250318, 2327, '0015-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250319, 2327, '0015-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250320, 2327, '0015-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250321, 2327, '0015-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250322, 2327, '0015-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250323, 2327, '0015-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250324, 2327, '0015-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250325, 2327, '0015-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250326, 2327, '0015-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250327, 2327, '0015-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250328, 2327, '0016-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250329, 2327, '0016-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250330, 2327, '0016-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250331, 2327, '0016-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250332, 2327, '0016-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250333, 2327, '0016-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250334, 2327, '0016-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250335, 2327, '0016-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250336, 2327, '0016-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250337, 2327, '0016-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250338, 2327, '0016-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250339, 2327, '0016-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250340, 2327, '0017-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250341, 2327, '0017-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250342, 2327, '0017-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250343, 2327, '0017-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250344, 2327, '0017-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(250345, 2327, '0017-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250346, 2327, '0017-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250347, 2327, '0017-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250348, 2327, '0017-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250349, 2327, '0017-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250350, 2327, '0017-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250351, 2327, '0017-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250352, 2327, '0018-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250353, 2327, '0018-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250354, 2327, '0018-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250355, 2327, '0018-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250356, 2327, '0018-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250357, 2327, '0018-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250358, 2327, '0018-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250359, 2327, '0018-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250360, 2327, '0018-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250361, 2327, '0018-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250362, 2327, '0018-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250363, 2327, '0018-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250364, 2327, '0019-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250365, 2327, '0019-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250366, 2327, '0019-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250367, 2327, '0019-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250368, 2327, '0019-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250369, 2327, '0019-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250370, 2327, '0019-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250371, 2327, '0019-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250372, 2327, '0019-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250373, 2327, '0019-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250374, 2327, '0019-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250375, 2327, '0019-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250376, 2327, '0020-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250377, 2327, '0020-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250378, 2327, '0020-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250379, 2327, '0020-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250380, 2327, '0020-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250381, 2327, '0020-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250382, 2327, '0020-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250383, 2327, '0020-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250384, 2327, '0020-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250385, 2327, '0020-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250386, 2327, '0020-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250387, 2327, '0020-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250388, 2327, '0021-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250389, 2327, '0021-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250390, 2327, '0021-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250391, 2327, '0021-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250392, 2327, '0021-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250393, 2327, '0021-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250394, 2327, '0021-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250395, 2327, '0021-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250396, 2327, '0021-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250397, 2327, '0021-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250398, 2327, '0021-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250399, 2327, '0021-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250400, 2327, '0022-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250401, 2327, '0022-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250402, 2327, '0022-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250403, 2327, '0022-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250404, 2327, '0022-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250405, 2327, '0022-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250406, 2327, '0022-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250407, 2327, '0022-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250408, 2327, '0022-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250409, 2327, '0022-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250410, 2327, '0022-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250411, 2327, '0022-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250412, 2327, '0023-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250413, 2327, '0023-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250414, 2327, '0023-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250415, 2327, '0023-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250416, 2327, '0023-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250417, 2327, '0023-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250418, 2327, '0023-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250419, 2327, '0023-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250420, 2327, '0023-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250421, 2327, '0023-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250422, 2327, '0023-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250423, 2327, '0023-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250424, 2327, '0024-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250425, 2327, '0024-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250426, 2327, '0024-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250427, 2327, '0024-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250428, 2327, '0024-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250429, 2327, '0024-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250430, 2327, '0024-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250431, 2327, '0024-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250432, 2327, '0024-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250433, 2327, '0024-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250434, 2327, '0024-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250435, 2327, '0024-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250436, 2327, '0025-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250437, 2327, '0025-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250438, 2327, '0025-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250439, 2327, '0025-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250440, 2327, '0025-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250441, 2327, '0025-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250442, 2327, '0025-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250443, 2327, '0025-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250444, 2327, '0025-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250445, 2327, '0025-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250446, 2327, '0025-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250447, 2327, '0025-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250448, 2327, '0026-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250449, 2327, '0026-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250450, 2327, '0026-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250451, 2327, '0026-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250452, 2327, '0026-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250453, 2327, '0026-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250454, 2327, '0026-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250455, 2327, '0026-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250456, 2327, '0026-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250457, 2327, '0026-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250458, 2327, '0026-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250459, 2327, '0026-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250460, 2327, '0027-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250461, 2327, '0027-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250462, 2327, '0027-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250463, 2327, '0027-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250464, 2327, '0027-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250465, 2327, '0027-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250466, 2327, '0027-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250467, 2327, '0027-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250468, 2327, '0027-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250469, 2327, '0027-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250470, 2327, '0027-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250471, 2327, '0027-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250472, 2327, '0028-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250473, 2327, '0028-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250474, 2327, '0028-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250475, 2327, '0028-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250476, 2327, '0028-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250477, 2327, '0028-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250478, 2327, '0028-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250479, 2327, '0028-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250480, 2327, '0028-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250481, 2327, '0028-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250482, 2327, '0028-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250483, 2327, '0028-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250484, 2327, '0029-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250485, 2327, '0029-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250486, 2327, '0029-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250487, 2327, '0029-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250488, 2327, '0029-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250489, 2327, '0029-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250490, 2327, '0029-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250491, 2327, '0029-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250492, 2327, '0029-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250493, 2327, '0029-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250494, 2327, '0029-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250495, 2327, '0029-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250496, 2327, '0030-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250497, 2327, '0030-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250498, 2327, '0030-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250499, 2327, '0030-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250500, 2327, '0030-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250501, 2327, '0030-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250502, 2327, '0030-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250503, 2327, '0030-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250504, 2327, '0030-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250505, 2327, '0030-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250506, 2327, '0030-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250507, 2327, '0030-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250508, 2327, '0031-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250509, 2327, '0031-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250510, 2327, '0031-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250511, 2327, '0031-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250512, 2327, '0031-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250513, 2327, '0031-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250514, 2327, '0031-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250515, 2327, '0031-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250516, 2327, '0031-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250517, 2327, '0031-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250518, 2327, '0031-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250519, 2327, '0031-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250520, 2327, '0032-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250521, 2327, '0032-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250522, 2327, '0032-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250523, 2327, '0032-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250524, 2327, '0032-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250525, 2327, '0032-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250526, 2327, '0032-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250527, 2327, '0032-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250528, 2327, '0032-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250529, 2327, '0032-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250530, 2327, '0032-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250531, 2327, '0032-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250532, 2327, '0033-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250533, 2327, '0033-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250534, 2327, '0033-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250535, 2327, '0033-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250536, 2327, '0033-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250537, 2327, '0033-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250538, 2327, '0033-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250539, 2327, '0033-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250540, 2327, '0033-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250541, 2327, '0033-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250542, 2327, '0033-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250543, 2327, '0033-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250544, 2327, '0034-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250545, 2327, '0034-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250546, 2327, '0034-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250547, 2327, '0034-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250548, 2327, '0034-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250549, 2327, '0034-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250550, 2327, '0034-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250551, 2327, '0034-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250552, 2327, '0034-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250553, 2327, '0034-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250554, 2327, '0034-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250555, 2327, '0034-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250556, 2327, '0035-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250557, 2327, '0035-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250558, 2327, '0035-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250559, 2327, '0035-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250560, 2327, '0035-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250561, 2327, '0035-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250562, 2327, '0035-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250563, 2327, '0035-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250564, 2327, '0035-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250565, 2327, '0035-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250566, 2327, '0035-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250567, 2327, '0035-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250568, 2327, '0036-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250569, 2327, '0036-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250570, 2327, '0036-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250571, 2327, '0036-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250572, 2327, '0036-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250573, 2327, '0036-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250574, 2327, '0036-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250575, 2327, '0036-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250576, 2327, '0036-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250577, 2327, '0036-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250578, 2327, '0036-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250579, 2327, '0036-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250580, 2327, '0037-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250581, 2327, '0037-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250582, 2327, '0037-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250583, 2327, '0037-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250584, 2327, '0037-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250585, 2327, '0037-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250586, 2327, '0037-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250587, 2327, '0037-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250588, 2327, '0037-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250589, 2327, '0037-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250590, 2327, '0037-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250591, 2327, '0037-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250592, 2327, '0038-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250593, 2327, '0038-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250594, 2327, '0038-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250595, 2327, '0038-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250596, 2327, '0038-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250597, 2327, '0038-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250598, 2327, '0038-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250599, 2327, '0038-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250600, 2327, '0038-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250601, 2327, '0038-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250602, 2327, '0038-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250603, 2327, '0038-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250604, 2327, '0039-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250605, 2327, '0039-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250606, 2327, '0039-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250607, 2327, '0039-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250608, 2327, '0039-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250609, 2327, '0039-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250610, 2327, '0039-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250611, 2327, '0039-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250612, 2327, '0039-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250613, 2327, '0039-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250614, 2327, '0039-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250615, 2327, '0039-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250616, 2327, '0040-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:08', '2023-10-31 14:14:08'),
(250617, 2327, '0040-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250618, 2327, '0040-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250619, 2327, '0040-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250620, 2327, '0040-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250621, 2327, '0040-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250622, 2327, '0040-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250623, 2327, '0040-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250624, 2327, '0040-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250625, 2327, '0040-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250626, 2327, '0040-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250627, 2327, '0040-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250628, 2327, '0041-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250629, 2327, '0041-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250630, 2327, '0041-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250631, 2327, '0041-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250632, 2327, '0041-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250633, 2327, '0041-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250634, 2327, '0041-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250635, 2327, '0041-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250636, 2327, '0041-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250637, 2327, '0041-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250638, 2327, '0041-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250639, 2327, '0041-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250640, 2327, '0042-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250641, 2327, '0042-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250642, 2327, '0042-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250643, 2327, '0042-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250644, 2327, '0042-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250645, 2327, '0042-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250646, 2327, '0042-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250647, 2327, '0042-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250648, 2327, '0042-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250649, 2327, '0042-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250650, 2327, '0042-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250651, 2327, '0042-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250652, 2327, '0043-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250653, 2327, '0043-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250654, 2327, '0043-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250655, 2327, '0043-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250656, 2327, '0043-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250657, 2327, '0043-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250658, 2327, '0043-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250659, 2327, '0043-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250660, 2327, '0043-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250661, 2327, '0043-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250662, 2327, '0043-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250663, 2327, '0043-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250664, 2327, '0044-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250665, 2327, '0044-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250666, 2327, '0044-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250667, 2327, '0044-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250668, 2327, '0044-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250669, 2327, '0044-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250670, 2327, '0044-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250671, 2327, '0044-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250672, 2327, '0044-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250673, 2327, '0044-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250674, 2327, '0044-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250675, 2327, '0044-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250676, 2327, '0045-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250677, 2327, '0045-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250678, 2327, '0045-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250679, 2327, '0045-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250680, 2327, '0045-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250681, 2327, '0045-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250682, 2327, '0045-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250683, 2327, '0045-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250684, 2327, '0045-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250685, 2327, '0045-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250686, 2327, '0045-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250687, 2327, '0045-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250688, 2327, '0046-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250689, 2327, '0046-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250690, 2327, '0046-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250691, 2327, '0046-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250692, 2327, '0046-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250693, 2327, '0046-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250694, 2327, '0046-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250695, 2327, '0046-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250696, 2327, '0046-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250697, 2327, '0046-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250698, 2327, '0046-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250699, 2327, '0046-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250700, 2327, '0047-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250701, 2327, '0047-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250702, 2327, '0047-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250703, 2327, '0047-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250704, 2327, '0047-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250705, 2327, '0047-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250706, 2327, '0047-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250707, 2327, '0047-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250708, 2327, '0047-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250709, 2327, '0047-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250710, 2327, '0047-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250711, 2327, '0047-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250712, 2327, '0048-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250713, 2327, '0048-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250714, 2327, '0048-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250715, 2327, '0048-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250716, 2327, '0048-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250717, 2327, '0048-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250718, 2327, '0048-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250719, 2327, '0048-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250720, 2327, '0048-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250721, 2327, '0048-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250722, 2327, '0048-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250723, 2327, '0048-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250724, 2327, '0049-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250725, 2327, '0049-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250726, 2327, '0049-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250727, 2327, '0049-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250728, 2327, '0049-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250729, 2327, '0049-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250730, 2327, '0049-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250731, 2327, '0049-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250732, 2327, '0049-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250733, 2327, '0049-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250734, 2327, '0049-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250735, 2327, '0049-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250736, 2327, '0050-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250737, 2327, '0050-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250738, 2327, '0050-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250739, 2327, '0050-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250740, 2327, '0050-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250741, 2327, '0050-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250742, 2327, '0050-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250743, 2327, '0050-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250744, 2327, '0050-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250745, 2327, '0050-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250746, 2327, '0050-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250747, 2327, '0050-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250748, 2327, '0051-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250749, 2327, '0051-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250750, 2327, '0051-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250751, 2327, '0051-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250752, 2327, '0051-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250753, 2327, '0051-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250754, 2327, '0051-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250755, 2327, '0051-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250756, 2327, '0051-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250757, 2327, '0051-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250758, 2327, '0051-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250759, 2327, '0051-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250760, 2327, '0052-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250761, 2327, '0052-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250762, 2327, '0052-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250763, 2327, '0052-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250764, 2327, '0052-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250765, 2327, '0052-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250766, 2327, '0052-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250767, 2327, '0052-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250768, 2327, '0052-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250769, 2327, '0052-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250770, 2327, '0052-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250771, 2327, '0052-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250772, 2327, '0053-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250773, 2327, '0053-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250774, 2327, '0053-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250775, 2327, '0053-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250776, 2327, '0053-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250777, 2327, '0053-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250778, 2327, '0053-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250779, 2327, '0053-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250780, 2327, '0053-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250781, 2327, '0053-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250782, 2327, '0053-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250783, 2327, '0053-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250784, 2327, '0054-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250785, 2327, '0054-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250786, 2327, '0054-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250787, 2327, '0054-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250788, 2327, '0054-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250789, 2327, '0054-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250790, 2327, '0054-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250791, 2327, '0054-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250792, 2327, '0054-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250793, 2327, '0054-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250794, 2327, '0054-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250795, 2327, '0054-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250796, 2327, '0055-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250797, 2327, '0055-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250798, 2327, '0055-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250799, 2327, '0055-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250800, 2327, '0055-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250801, 2327, '0055-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250802, 2327, '0055-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250803, 2327, '0055-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250804, 2327, '0055-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250805, 2327, '0055-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250806, 2327, '0055-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250807, 2327, '0055-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250808, 2327, '0056-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250809, 2327, '0056-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(250810, 2327, '0056-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250811, 2327, '0056-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250812, 2327, '0056-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250813, 2327, '0056-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250814, 2327, '0056-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250815, 2327, '0056-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250816, 2327, '0056-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250817, 2327, '0056-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250818, 2327, '0056-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250819, 2327, '0056-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250820, 2327, '0057-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250821, 2327, '0057-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250822, 2327, '0057-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250823, 2327, '0057-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250824, 2327, '0057-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250825, 2327, '0057-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250826, 2327, '0057-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250827, 2327, '0057-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250828, 2327, '0057-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250829, 2327, '0057-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250830, 2327, '0057-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250831, 2327, '0057-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250832, 2327, '0058-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250833, 2327, '0058-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250834, 2327, '0058-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250835, 2327, '0058-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250836, 2327, '0058-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250837, 2327, '0058-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250838, 2327, '0058-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250839, 2327, '0058-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250840, 2327, '0058-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250841, 2327, '0058-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250842, 2327, '0058-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250843, 2327, '0058-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250844, 2327, '0059-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250845, 2327, '0059-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250846, 2327, '0059-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250847, 2327, '0059-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250848, 2327, '0059-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250849, 2327, '0059-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250850, 2327, '0059-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250851, 2327, '0059-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250852, 2327, '0059-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250853, 2327, '0059-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250854, 2327, '0059-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250855, 2327, '0059-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250856, 2327, '0060-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250857, 2327, '0060-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250858, 2327, '0060-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250859, 2327, '0060-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250860, 2327, '0060-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250861, 2327, '0060-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250862, 2327, '0060-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250863, 2327, '0060-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250864, 2327, '0060-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250865, 2327, '0060-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250866, 2327, '0060-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250867, 2327, '0060-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250868, 2327, '0061-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250869, 2327, '0061-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250870, 2327, '0061-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250871, 2327, '0061-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250872, 2327, '0061-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250873, 2327, '0061-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250874, 2327, '0061-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250875, 2327, '0061-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250876, 2327, '0061-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250877, 2327, '0061-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250878, 2327, '0061-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250879, 2327, '0061-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250880, 2327, '0062-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250881, 2327, '0062-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250882, 2327, '0062-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250883, 2327, '0062-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250884, 2327, '0062-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250885, 2327, '0062-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250886, 2327, '0062-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250887, 2327, '0062-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250888, 2327, '0062-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250889, 2327, '0062-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250890, 2327, '0062-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250891, 2327, '0062-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250892, 2327, '0063-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250893, 2327, '0063-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250894, 2327, '0063-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250895, 2327, '0063-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250896, 2327, '0063-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250897, 2327, '0063-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250898, 2327, '0063-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250899, 2327, '0063-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250900, 2327, '0063-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250901, 2327, '0063-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250902, 2327, '0063-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250903, 2327, '0063-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250904, 2327, '0064-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250905, 2327, '0064-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250906, 2327, '0064-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250907, 2327, '0064-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250908, 2327, '0064-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250909, 2327, '0064-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250910, 2327, '0064-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250911, 2327, '0064-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250912, 2327, '0064-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250913, 2327, '0064-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250914, 2327, '0064-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250915, 2327, '0064-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250916, 2327, '0065-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250917, 2327, '0065-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250918, 2327, '0065-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250919, 2327, '0065-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250920, 2327, '0065-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250921, 2327, '0065-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250922, 2327, '0065-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:09', '2023-10-31 14:14:09'),
(250923, 2327, '0065-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(250924, 2327, '0065-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(250925, 2327, '0065-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(250926, 2327, '0065-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(250927, 2327, '0065-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(250928, 2327, '0066-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(250929, 2327, '0066-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(250930, 2327, '0066-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(250931, 2327, '0066-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(250932, 2327, '0066-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(250933, 2327, '0066-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(250934, 2327, '0066-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(250935, 2327, '0066-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(250936, 2327, '0066-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(250937, 2327, '0066-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(250938, 2327, '0066-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(250939, 2327, '0066-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(250940, 2327, '0067-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(250941, 2327, '0067-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(250942, 2327, '0067-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(250943, 2327, '0067-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(250944, 2327, '0067-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(250945, 2327, '0067-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(250946, 2327, '0067-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(250947, 2327, '0067-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(250948, 2327, '0067-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(250949, 2327, '0067-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(250950, 2327, '0067-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(250951, 2327, '0067-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(250952, 2327, '0068-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(250953, 2327, '0068-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(250954, 2327, '0068-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(250955, 2327, '0068-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(250956, 2327, '0068-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(250957, 2327, '0068-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(250958, 2327, '0068-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(250959, 2327, '0068-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(250960, 2327, '0068-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(250961, 2327, '0068-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(250962, 2327, '0068-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(250963, 2327, '0068-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(250964, 2327, '0069-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(250965, 2327, '0069-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(250966, 2327, '0069-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(250967, 2327, '0069-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(250968, 2327, '0069-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(250969, 2327, '0069-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(250970, 2327, '0069-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(250971, 2327, '0069-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(250972, 2327, '0069-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(250973, 2327, '0069-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(250974, 2327, '0069-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(250975, 2327, '0069-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(250976, 2327, '0070-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(250977, 2327, '0070-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(250978, 2327, '0070-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(250979, 2327, '0070-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(250980, 2327, '0070-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(250981, 2327, '0070-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(250982, 2327, '0070-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(250983, 2327, '0070-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(250984, 2327, '0070-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(250985, 2327, '0070-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(250986, 2327, '0070-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(250987, 2327, '0070-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(250988, 2327, '0071-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(250989, 2327, '0071-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(250990, 2327, '0071-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(250991, 2327, '0071-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(250992, 2327, '0071-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(250993, 2327, '0071-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(250994, 2327, '0071-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(250995, 2327, '0071-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(250996, 2327, '0071-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(250997, 2327, '0071-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(250998, 2327, '0071-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(250999, 2327, '0071-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(251000, 2327, '0072-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(251001, 2327, '0072-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(251002, 2327, '0072-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(251003, 2327, '0072-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(251004, 2327, '0072-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(251005, 2327, '0072-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(251006, 2327, '0072-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(251007, 2327, '0072-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(251008, 2327, '0072-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(251009, 2327, '0072-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(251010, 2327, '0072-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(251011, 2327, '0072-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(251012, 2327, '0073-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(251013, 2327, '0073-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(251014, 2327, '0073-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(251015, 2327, '0073-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(251016, 2327, '0073-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(251017, 2327, '0073-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(251018, 2327, '0073-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(251019, 2327, '0073-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(251020, 2327, '0073-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(251021, 2327, '0073-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(251022, 2327, '0073-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(251023, 2327, '0073-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(251024, 2327, '0074-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(251025, 2327, '0074-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(251026, 2327, '0074-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(251027, 2327, '0074-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(251028, 2327, '0074-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(251029, 2327, '0074-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(251030, 2327, '0074-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(251031, 2327, '0074-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(251032, 2327, '0074-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(251033, 2327, '0074-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(251034, 2327, '0074-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(251035, 2327, '0074-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(251036, 2327, '0075-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(251037, 2327, '0075-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(251038, 2327, '0075-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(251039, 2327, '0075-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(251040, 2327, '0075-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(251041, 2327, '0075-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(251042, 2327, '0075-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(251043, 2327, '0075-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(251044, 2327, '0075-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(251045, 2327, '0075-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(251046, 2327, '0075-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(251047, 2327, '0075-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(251048, 2327, '0076-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(251049, 2327, '0076-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(251050, 2327, '0076-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(251051, 2327, '0076-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(251052, 2327, '0076-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(251053, 2327, '0076-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(251054, 2327, '0076-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(251055, 2327, '0076-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(251056, 2327, '0076-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(251057, 2327, '0076-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(251058, 2327, '0076-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(251059, 2327, '0076-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(251060, 2327, '0077-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(251061, 2327, '0077-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(251062, 2327, '0077-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(251063, 2327, '0077-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(251064, 2327, '0077-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(251065, 2327, '0077-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(251066, 2327, '0077-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(251067, 2327, '0077-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(251068, 2327, '0077-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(251069, 2327, '0077-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(251070, 2327, '0077-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(251071, 2327, '0077-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(251072, 2327, '0078-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(251073, 2327, '0078-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(251074, 2327, '0078-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(251075, 2327, '0078-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(251076, 2327, '0078-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(251077, 2327, '0078-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(251078, 2327, '0078-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(251079, 2327, '0078-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(251080, 2327, '0078-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(251081, 2327, '0078-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(251082, 2327, '0078-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(251083, 2327, '0078-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(251084, 2327, '0079-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(251085, 2327, '0079-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(251086, 2327, '0079-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(251087, 2327, '0079-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(251088, 2327, '0079-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(251089, 2327, '0079-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(251090, 2327, '0079-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(251091, 2327, '0079-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(251092, 2327, '0079-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(251093, 2327, '0079-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(251094, 2327, '0079-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(251095, 2327, '0079-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(251096, 2327, '0080-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(251097, 2327, '0080-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(251098, 2327, '0080-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(251099, 2327, '0080-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(251100, 2327, '0080-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(251101, 2327, '0080-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(251102, 2327, '0080-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(251103, 2327, '0080-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(251104, 2327, '0080-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(251105, 2327, '0080-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(251106, 2327, '0080-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(251107, 2327, '0080-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(251108, 2327, '0081-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(251109, 2327, '0081-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(251110, 2327, '0081-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(251111, 2327, '0081-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(251112, 2327, '0081-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(251113, 2327, '0081-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(251114, 2327, '0081-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(251115, 2327, '0081-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(251116, 2327, '0081-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(251117, 2327, '0081-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(251118, 2327, '0081-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(251119, 2327, '0081-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(251120, 2327, '0082-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(251121, 2327, '0082-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(251122, 2327, '0082-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(251123, 2327, '0082-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(251124, 2327, '0082-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(251125, 2327, '0082-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(251126, 2327, '0082-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(251127, 2327, '0082-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(251128, 2327, '0082-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(251129, 2327, '0082-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(251130, 2327, '0082-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(251131, 2327, '0082-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(251132, 2327, '0083-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(251133, 2327, '0083-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(251134, 2327, '0083-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(251135, 2327, '0083-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(251136, 2327, '0083-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(251137, 2327, '0083-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(251138, 2327, '0083-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(251139, 2327, '0083-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(251140, 2327, '0083-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(251141, 2327, '0083-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(251142, 2327, '0083-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(251143, 2327, '0083-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(251144, 2327, '0084-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(251145, 2327, '0084-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(251146, 2327, '0084-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(251147, 2327, '0084-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(251148, 2327, '0084-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(251149, 2327, '0084-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(251150, 2327, '0084-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(251151, 2327, '0084-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(251152, 2327, '0084-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(251153, 2327, '0084-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(251154, 2327, '0084-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(251155, 2327, '0084-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(251156, 2327, '0085-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(251157, 2327, '0085-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(251158, 2327, '0085-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(251159, 2327, '0085-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(251160, 2327, '0085-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(251161, 2327, '0085-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(251162, 2327, '0085-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(251163, 2327, '0085-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(251164, 2327, '0085-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(251165, 2327, '0085-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(251166, 2327, '0085-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(251167, 2327, '0085-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(251168, 2327, '0086-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(251169, 2327, '0086-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(251170, 2327, '0086-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(251171, 2327, '0086-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(251172, 2327, '0086-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(251173, 2327, '0086-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(251174, 2327, '0086-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(251175, 2327, '0086-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(251176, 2327, '0086-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(251177, 2327, '0086-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(251178, 2327, '0086-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(251179, 2327, '0086-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(251180, 2327, '0087-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(251181, 2327, '0087-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(251182, 2327, '0087-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(251183, 2327, '0087-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(251184, 2327, '0087-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(251185, 2327, '0087-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(251186, 2327, '0087-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(251187, 2327, '0087-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(251188, 2327, '0087-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(251189, 2327, '0087-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(251190, 2327, '0087-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(251191, 2327, '0087-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(251192, 2327, '0088-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(251193, 2327, '0088-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(251194, 2327, '0088-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(251195, 2327, '0088-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(251196, 2327, '0088-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(251197, 2327, '0088-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(251198, 2327, '0088-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(251199, 2327, '0088-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(251200, 2327, '0088-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(251201, 2327, '0088-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(251202, 2327, '0088-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(251203, 2327, '0088-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(251204, 2327, '0089-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(251205, 2327, '0089-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(251206, 2327, '0089-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(251207, 2327, '0089-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(251208, 2327, '0089-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(251209, 2327, '0089-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(251210, 2327, '0089-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(251211, 2327, '0089-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(251212, 2327, '0089-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(251213, 2327, '0089-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(251214, 2327, '0089-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(251215, 2327, '0089-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(251216, 2327, '0090-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(251217, 2327, '0090-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(251218, 2327, '0090-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(251219, 2327, '0090-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(251220, 2327, '0090-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(251221, 2327, '0090-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(251222, 2327, '0090-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(251223, 2327, '0090-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(251224, 2327, '0090-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(251225, 2327, '0090-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(251226, 2327, '0090-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(251227, 2327, '0090-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(251228, 2327, '0091-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(251229, 2327, '0091-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(251230, 2327, '0091-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(251231, 2327, '0091-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(251232, 2327, '0091-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(251233, 2327, '0091-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(251234, 2327, '0091-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(251235, 2327, '0091-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(251236, 2327, '0091-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:10', '2023-10-31 14:14:10'),
(251237, 2327, '0091-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251238, 2327, '0091-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251239, 2327, '0091-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251240, 2327, '0092-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251241, 2327, '0092-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251242, 2327, '0092-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251243, 2327, '0092-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251244, 2327, '0092-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251245, 2327, '0092-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251246, 2327, '0092-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251247, 2327, '0092-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251248, 2327, '0092-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251249, 2327, '0092-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251250, 2327, '0092-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251251, 2327, '0092-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251252, 2327, '0093-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251253, 2327, '0093-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251254, 2327, '0093-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251255, 2327, '0093-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251256, 2327, '0093-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251257, 2327, '0093-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251258, 2327, '0093-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251259, 2327, '0093-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251260, 2327, '0093-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251261, 2327, '0093-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251262, 2327, '0093-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251263, 2327, '0093-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251264, 2327, '0094-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251265, 2327, '0094-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251266, 2327, '0094-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251267, 2327, '0094-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251268, 2327, '0094-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251269, 2327, '0094-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251270, 2327, '0094-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251271, 2327, '0094-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251272, 2327, '0094-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251273, 2327, '0094-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251274, 2327, '0094-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(251275, 2327, '0094-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251276, 2327, '0095-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251277, 2327, '0095-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251278, 2327, '0095-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251279, 2327, '0095-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251280, 2327, '0095-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251281, 2327, '0095-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251282, 2327, '0095-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251283, 2327, '0095-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251284, 2327, '0095-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251285, 2327, '0095-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251286, 2327, '0095-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251287, 2327, '0095-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251288, 2327, '0096-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251289, 2327, '0096-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251290, 2327, '0096-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251291, 2327, '0096-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251292, 2327, '0096-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251293, 2327, '0096-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251294, 2327, '0096-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251295, 2327, '0096-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251296, 2327, '0096-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251297, 2327, '0096-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251298, 2327, '0096-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251299, 2327, '0096-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251300, 2327, '0097-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251301, 2327, '0097-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251302, 2327, '0097-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251303, 2327, '0097-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251304, 2327, '0097-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251305, 2327, '0097-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251306, 2327, '0097-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251307, 2327, '0097-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251308, 2327, '0097-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251309, 2327, '0097-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251310, 2327, '0097-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251311, 2327, '0097-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251312, 2327, '0098-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251313, 2327, '0098-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251314, 2327, '0098-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251315, 2327, '0098-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251316, 2327, '0098-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251317, 2327, '0098-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251318, 2327, '0098-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251319, 2327, '0098-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251320, 2327, '0098-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251321, 2327, '0098-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251322, 2327, '0098-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251323, 2327, '0098-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251324, 2327, '0099-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251325, 2327, '0099-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251326, 2327, '0099-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251327, 2327, '0099-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251328, 2327, '0099-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251329, 2327, '0099-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251330, 2327, '0099-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251331, 2327, '0099-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251332, 2327, '0099-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251333, 2327, '0099-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251334, 2327, '0099-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251335, 2327, '0099-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251336, 2327, '0100-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251337, 2327, '0100-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251338, 2327, '0100-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251339, 2327, '0100-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251340, 2327, '0100-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251341, 2327, '0100-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251342, 2327, '0100-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251343, 2327, '0100-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251344, 2327, '0100-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251345, 2327, '0100-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251346, 2327, '0100-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251347, 2327, '0100-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251348, 2327, '0101-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251349, 2327, '0101-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251350, 2327, '0101-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251351, 2327, '0101-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251352, 2327, '0101-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251353, 2327, '0101-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251354, 2327, '0101-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251355, 2327, '0101-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251356, 2327, '0101-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251357, 2327, '0101-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251358, 2327, '0101-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251359, 2327, '0101-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251360, 2327, '0102-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251361, 2327, '0102-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251362, 2327, '0102-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251363, 2327, '0102-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251364, 2327, '0102-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251365, 2327, '0102-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251366, 2327, '0102-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251367, 2327, '0102-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251368, 2327, '0102-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251369, 2327, '0102-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251370, 2327, '0102-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251371, 2327, '0102-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251372, 2327, '0103-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251373, 2327, '0103-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251374, 2327, '0103-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251375, 2327, '0103-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251376, 2327, '0103-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251377, 2327, '0103-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251378, 2327, '0103-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251379, 2327, '0103-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251380, 2327, '0103-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251381, 2327, '0103-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251382, 2327, '0103-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251383, 2327, '0103-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251384, 2327, '0104-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251385, 2327, '0104-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251386, 2327, '0104-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251387, 2327, '0104-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251388, 2327, '0104-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251389, 2327, '0104-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251390, 2327, '0104-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251391, 2327, '0104-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251392, 2327, '0104-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251393, 2327, '0104-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251394, 2327, '0104-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251395, 2327, '0104-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251396, 2327, '0105-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251397, 2327, '0105-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251398, 2327, '0105-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251399, 2327, '0105-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251400, 2327, '0105-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251401, 2327, '0105-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251402, 2327, '0105-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251403, 2327, '0105-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251404, 2327, '0105-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251405, 2327, '0105-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251406, 2327, '0105-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251407, 2327, '0105-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251408, 2327, '0106-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251409, 2327, '0106-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251410, 2327, '0106-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251411, 2327, '0106-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251412, 2327, '0106-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251413, 2327, '0106-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251414, 2327, '0106-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251415, 2327, '0106-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251416, 2327, '0106-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251417, 2327, '0106-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251418, 2327, '0106-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251419, 2327, '0106-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251420, 2327, '0107-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251421, 2327, '0107-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251422, 2327, '0107-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251423, 2327, '0107-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251424, 2327, '0107-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251425, 2327, '0107-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251426, 2327, '0107-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251427, 2327, '0107-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251428, 2327, '0107-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251429, 2327, '0107-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251430, 2327, '0107-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251431, 2327, '0107-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251432, 2327, '0108-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251433, 2327, '0108-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251434, 2327, '0108-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251435, 2327, '0108-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251436, 2327, '0108-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251437, 2327, '0108-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251438, 2327, '0108-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251439, 2327, '0108-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251440, 2327, '0108-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251441, 2327, '0108-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251442, 2327, '0108-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251443, 2327, '0108-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251444, 2327, '0109-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251445, 2327, '0109-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251446, 2327, '0109-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251447, 2327, '0109-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251448, 2327, '0109-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251449, 2327, '0109-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251450, 2327, '0109-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251451, 2327, '0109-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251452, 2327, '0109-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251453, 2327, '0109-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251454, 2327, '0109-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251455, 2327, '0109-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251456, 2327, '0110-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251457, 2327, '0110-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251458, 2327, '0110-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251459, 2327, '0110-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251460, 2327, '0110-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251461, 2327, '0110-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251462, 2327, '0110-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251463, 2327, '0110-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251464, 2327, '0110-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251465, 2327, '0110-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251466, 2327, '0110-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251467, 2327, '0110-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251468, 2327, '0111-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251469, 2327, '0111-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251470, 2327, '0111-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251471, 2327, '0111-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251472, 2327, '0111-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251473, 2327, '0111-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251474, 2327, '0111-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251475, 2327, '0111-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251476, 2327, '0111-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251477, 2327, '0111-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251478, 2327, '0111-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251479, 2327, '0111-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251480, 2327, '0112-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251481, 2327, '0112-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251482, 2327, '0112-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251483, 2327, '0112-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251484, 2327, '0112-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251485, 2327, '0112-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251486, 2327, '0112-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251487, 2327, '0112-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251488, 2327, '0112-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251489, 2327, '0112-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251490, 2327, '0112-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251491, 2327, '0112-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251492, 2327, '0113-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251493, 2327, '0113-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251494, 2327, '0113-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251495, 2327, '0113-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251496, 2327, '0113-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251497, 2327, '0113-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251498, 2327, '0113-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251499, 2327, '0113-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251500, 2327, '0113-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251501, 2327, '0113-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251502, 2327, '0113-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251503, 2327, '0113-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251504, 2327, '0114-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251505, 2327, '0114-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251506, 2327, '0114-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251507, 2327, '0114-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251508, 2327, '0114-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251509, 2327, '0114-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251510, 2327, '0114-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251511, 2327, '0114-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251512, 2327, '0114-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251513, 2327, '0114-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251514, 2327, '0114-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251515, 2327, '0114-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251516, 2327, '0115-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251517, 2327, '0115-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251518, 2327, '0115-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251519, 2327, '0115-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251520, 2327, '0115-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251521, 2327, '0115-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251522, 2327, '0115-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251523, 2327, '0115-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251524, 2327, '0115-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251525, 2327, '0115-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251526, 2327, '0115-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251527, 2327, '0115-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251528, 2327, '0116-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251529, 2327, '0116-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251530, 2327, '0116-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251531, 2327, '0116-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251532, 2327, '0116-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251533, 2327, '0116-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251534, 2327, '0116-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251535, 2327, '0116-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251536, 2327, '0116-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251537, 2327, '0116-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251538, 2327, '0116-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251539, 2327, '0116-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251540, 2327, '0117-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251541, 2327, '0117-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251542, 2327, '0117-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251543, 2327, '0117-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251544, 2327, '0117-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251545, 2327, '0117-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251546, 2327, '0117-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251547, 2327, '0117-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251548, 2327, '0117-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:11', '2023-10-31 14:14:11'),
(251549, 2327, '0117-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251550, 2327, '0117-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251551, 2327, '0117-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251552, 2327, '0118-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251553, 2327, '0118-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251554, 2327, '0118-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251555, 2327, '0118-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251556, 2327, '0118-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251557, 2327, '0118-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251558, 2327, '0118-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251559, 2327, '0118-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251560, 2327, '0118-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251561, 2327, '0118-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251562, 2327, '0118-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251563, 2327, '0118-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251564, 2327, '0119-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251565, 2327, '0119-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251566, 2327, '0119-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251567, 2327, '0119-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251568, 2327, '0119-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251569, 2327, '0119-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251570, 2327, '0119-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251571, 2327, '0119-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251572, 2327, '0119-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251573, 2327, '0119-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251574, 2327, '0119-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251575, 2327, '0119-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251576, 2327, '0120-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251577, 2327, '0120-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251578, 2327, '0120-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251579, 2327, '0120-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251580, 2327, '0120-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251581, 2327, '0120-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251582, 2327, '0120-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251583, 2327, '0120-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251584, 2327, '0120-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251585, 2327, '0120-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251586, 2327, '0120-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251587, 2327, '0120-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251588, 2327, '0121-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251589, 2327, '0121-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251590, 2327, '0121-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251591, 2327, '0121-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251592, 2327, '0121-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251593, 2327, '0121-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251594, 2327, '0121-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251595, 2327, '0121-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251596, 2327, '0121-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251597, 2327, '0121-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251598, 2327, '0121-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251599, 2327, '0121-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251600, 2327, '0122-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251601, 2327, '0122-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251602, 2327, '0122-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251603, 2327, '0122-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251604, 2327, '0122-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251605, 2327, '0122-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251606, 2327, '0122-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251607, 2327, '0122-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251608, 2327, '0122-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251609, 2327, '0122-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251610, 2327, '0122-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251611, 2327, '0122-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251612, 2327, '0123-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251613, 2327, '0123-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251614, 2327, '0123-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251615, 2327, '0123-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251616, 2327, '0123-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251617, 2327, '0123-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251618, 2327, '0123-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251619, 2327, '0123-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251620, 2327, '0123-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251621, 2327, '0123-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251622, 2327, '0123-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251623, 2327, '0123-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251624, 2327, '0124-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251625, 2327, '0124-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251626, 2327, '0124-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251627, 2327, '0124-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251628, 2327, '0124-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251629, 2327, '0124-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251630, 2327, '0124-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251631, 2327, '0124-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251632, 2327, '0124-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251633, 2327, '0124-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251634, 2327, '0124-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251635, 2327, '0124-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251636, 2327, '0125-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251637, 2327, '0125-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251638, 2327, '0125-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251639, 2327, '0125-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251640, 2327, '0125-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251641, 2327, '0125-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251642, 2327, '0125-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251643, 2327, '0125-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251644, 2327, '0125-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251645, 2327, '0125-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251646, 2327, '0125-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251647, 2327, '0125-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251648, 2327, '0126-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251649, 2327, '0126-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251650, 2327, '0126-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251651, 2327, '0126-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251652, 2327, '0126-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251653, 2327, '0126-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251654, 2327, '0126-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251655, 2327, '0126-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251656, 2327, '0126-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251657, 2327, '0126-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251658, 2327, '0126-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251659, 2327, '0126-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251660, 2327, '0127-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251661, 2327, '0127-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251662, 2327, '0127-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251663, 2327, '0127-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251664, 2327, '0127-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251665, 2327, '0127-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251666, 2327, '0127-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251667, 2327, '0127-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251668, 2327, '0127-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251669, 2327, '0127-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251670, 2327, '0127-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251671, 2327, '0127-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251672, 2327, '0128-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251673, 2327, '0128-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251674, 2327, '0128-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251675, 2327, '0128-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251676, 2327, '0128-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251677, 2327, '0128-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251678, 2327, '0128-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251679, 2327, '0128-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251680, 2327, '0128-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251681, 2327, '0128-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251682, 2327, '0128-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251683, 2327, '0128-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251684, 2327, '0129-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251685, 2327, '0129-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251686, 2327, '0129-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251687, 2327, '0129-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251688, 2327, '0129-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251689, 2327, '0129-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251690, 2327, '0129-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251691, 2327, '0129-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251692, 2327, '0129-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251693, 2327, '0129-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251694, 2327, '0129-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251695, 2327, '0129-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251696, 2327, '0130-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251697, 2327, '0130-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251698, 2327, '0130-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251699, 2327, '0130-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251700, 2327, '0130-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251701, 2327, '0130-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251702, 2327, '0130-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251703, 2327, '0130-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251704, 2327, '0130-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251705, 2327, '0130-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251706, 2327, '0130-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251707, 2327, '0130-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251708, 2327, '0131-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251709, 2327, '0131-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251710, 2327, '0131-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251711, 2327, '0131-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251712, 2327, '0131-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251713, 2327, '0131-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251714, 2327, '0131-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251715, 2327, '0131-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251716, 2327, '0131-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251717, 2327, '0131-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251718, 2327, '0131-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251719, 2327, '0131-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251720, 2327, '0132-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251721, 2327, '0132-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251722, 2327, '0132-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251723, 2327, '0132-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251724, 2327, '0132-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251725, 2327, '0132-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251726, 2327, '0132-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251727, 2327, '0132-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251728, 2327, '0132-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251729, 2327, '0132-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251730, 2327, '0132-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251731, 2327, '0132-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251732, 2327, '0133-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251733, 2327, '0133-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251734, 2327, '0133-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251735, 2327, '0133-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251736, 2327, '0133-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251737, 2327, '0133-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251738, 2327, '0133-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251739, 2327, '0133-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(251740, 2327, '0133-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251741, 2327, '0133-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251742, 2327, '0133-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251743, 2327, '0133-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251744, 2327, '0134-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251745, 2327, '0134-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251746, 2327, '0134-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251747, 2327, '0134-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251748, 2327, '0134-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251749, 2327, '0134-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251750, 2327, '0134-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251751, 2327, '0134-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251752, 2327, '0134-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251753, 2327, '0134-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251754, 2327, '0134-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251755, 2327, '0134-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251756, 2327, '0135-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251757, 2327, '0135-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251758, 2327, '0135-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251759, 2327, '0135-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251760, 2327, '0135-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251761, 2327, '0135-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251762, 2327, '0135-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251763, 2327, '0135-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251764, 2327, '0135-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251765, 2327, '0135-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251766, 2327, '0135-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251767, 2327, '0135-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251768, 2327, '0136-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251769, 2327, '0136-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251770, 2327, '0136-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251771, 2327, '0136-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251772, 2327, '0136-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251773, 2327, '0136-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251774, 2327, '0136-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251775, 2327, '0136-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251776, 2327, '0136-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251777, 2327, '0136-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251778, 2327, '0136-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251779, 2327, '0136-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251780, 2327, '0137-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251781, 2327, '0137-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251782, 2327, '0137-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251783, 2327, '0137-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251784, 2327, '0137-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251785, 2327, '0137-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251786, 2327, '0137-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251787, 2327, '0137-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251788, 2327, '0137-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251789, 2327, '0137-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251790, 2327, '0137-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251791, 2327, '0137-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251792, 2327, '0138-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251793, 2327, '0138-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251794, 2327, '0138-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251795, 2327, '0138-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251796, 2327, '0138-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251797, 2327, '0138-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251798, 2327, '0138-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251799, 2327, '0138-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251800, 2327, '0138-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251801, 2327, '0138-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251802, 2327, '0138-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251803, 2327, '0138-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251804, 2327, '0139-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251805, 2327, '0139-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251806, 2327, '0139-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251807, 2327, '0139-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251808, 2327, '0139-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251809, 2327, '0139-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251810, 2327, '0139-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251811, 2327, '0139-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251812, 2327, '0139-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251813, 2327, '0139-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251814, 2327, '0139-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251815, 2327, '0139-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251816, 2327, '0140-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251817, 2327, '0140-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251818, 2327, '0140-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251819, 2327, '0140-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251820, 2327, '0140-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251821, 2327, '0140-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251822, 2327, '0140-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251823, 2327, '0140-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251824, 2327, '0140-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251825, 2327, '0140-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251826, 2327, '0140-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251827, 2327, '0140-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251828, 2327, '0141-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251829, 2327, '0141-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251830, 2327, '0141-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251831, 2327, '0141-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251832, 2327, '0141-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251833, 2327, '0141-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251834, 2327, '0141-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251835, 2327, '0141-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251836, 2327, '0141-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251837, 2327, '0141-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251838, 2327, '0141-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251839, 2327, '0141-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251840, 2327, '0142-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251841, 2327, '0142-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251842, 2327, '0142-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251843, 2327, '0142-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251844, 2327, '0142-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251845, 2327, '0142-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251846, 2327, '0142-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251847, 2327, '0142-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251848, 2327, '0142-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251849, 2327, '0142-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251850, 2327, '0142-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251851, 2327, '0142-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251852, 2327, '0143-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251853, 2327, '0143-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251854, 2327, '0143-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251855, 2327, '0143-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251856, 2327, '0143-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251857, 2327, '0143-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251858, 2327, '0143-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:12', '2023-10-31 14:14:12'),
(251859, 2327, '0143-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(251860, 2327, '0143-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(251861, 2327, '0143-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(251862, 2327, '0143-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(251863, 2327, '0143-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(251864, 2327, '0144-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(251865, 2327, '0144-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(251866, 2327, '0144-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(251867, 2327, '0144-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(251868, 2327, '0144-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(251869, 2327, '0144-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(251870, 2327, '0144-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(251871, 2327, '0144-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(251872, 2327, '0144-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(251873, 2327, '0144-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(251874, 2327, '0144-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(251875, 2327, '0144-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(251876, 2327, '0145-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(251877, 2327, '0145-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(251878, 2327, '0145-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(251879, 2327, '0145-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(251880, 2327, '0145-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(251881, 2327, '0145-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(251882, 2327, '0145-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(251883, 2327, '0145-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(251884, 2327, '0145-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(251885, 2327, '0145-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(251886, 2327, '0145-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(251887, 2327, '0145-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(251888, 2327, '0146-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(251889, 2327, '0146-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(251890, 2327, '0146-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(251891, 2327, '0146-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(251892, 2327, '0146-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(251893, 2327, '0146-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(251894, 2327, '0146-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(251895, 2327, '0146-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(251896, 2327, '0146-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(251897, 2327, '0146-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(251898, 2327, '0146-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(251899, 2327, '0146-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(251900, 2327, '0147-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(251901, 2327, '0147-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(251902, 2327, '0147-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(251903, 2327, '0147-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(251904, 2327, '0147-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(251905, 2327, '0147-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(251906, 2327, '0147-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(251907, 2327, '0147-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(251908, 2327, '0147-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(251909, 2327, '0147-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(251910, 2327, '0147-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(251911, 2327, '0147-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(251912, 2327, '0148-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(251913, 2327, '0148-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(251914, 2327, '0148-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(251915, 2327, '0148-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(251916, 2327, '0148-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(251917, 2327, '0148-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(251918, 2327, '0148-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(251919, 2327, '0148-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(251920, 2327, '0148-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(251921, 2327, '0148-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(251922, 2327, '0148-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(251923, 2327, '0148-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(251924, 2327, '0149-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(251925, 2327, '0149-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(251926, 2327, '0149-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(251927, 2327, '0149-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(251928, 2327, '0149-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(251929, 2327, '0149-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(251930, 2327, '0149-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(251931, 2327, '0149-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(251932, 2327, '0149-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(251933, 2327, '0149-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(251934, 2327, '0149-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(251935, 2327, '0149-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(251936, 2327, '0150-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(251937, 2327, '0150-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(251938, 2327, '0150-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(251939, 2327, '0150-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(251940, 2327, '0150-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(251941, 2327, '0150-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(251942, 2327, '0150-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(251943, 2327, '0150-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(251944, 2327, '0150-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(251945, 2327, '0150-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(251946, 2327, '0150-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(251947, 2327, '0150-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(251948, 2327, '0151-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(251949, 2327, '0151-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(251950, 2327, '0151-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(251951, 2327, '0151-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(251952, 2327, '0151-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(251953, 2327, '0151-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(251954, 2327, '0151-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(251955, 2327, '0151-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(251956, 2327, '0151-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(251957, 2327, '0151-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(251958, 2327, '0151-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(251959, 2327, '0151-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(251960, 2327, '0152-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(251961, 2327, '0152-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(251962, 2327, '0152-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(251963, 2327, '0152-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(251964, 2327, '0152-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(251965, 2327, '0152-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(251966, 2327, '0152-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(251967, 2327, '0152-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(251968, 2327, '0152-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(251969, 2327, '0152-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(251970, 2327, '0152-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(251971, 2327, '0152-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(251972, 2327, '0153-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(251973, 2327, '0153-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(251974, 2327, '0153-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(251975, 2327, '0153-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(251976, 2327, '0153-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(251977, 2327, '0153-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(251978, 2327, '0153-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(251979, 2327, '0153-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(251980, 2327, '0153-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(251981, 2327, '0153-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(251982, 2327, '0153-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(251983, 2327, '0153-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(251984, 2327, '0154-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(251985, 2327, '0154-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(251986, 2327, '0154-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(251987, 2327, '0154-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(251988, 2327, '0154-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(251989, 2327, '0154-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(251990, 2327, '0154-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(251991, 2327, '0154-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(251992, 2327, '0154-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(251993, 2327, '0154-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(251994, 2327, '0154-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(251995, 2327, '0154-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(251996, 2327, '0155-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(251997, 2327, '0155-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(251998, 2327, '0155-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(251999, 2327, '0155-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(252000, 2327, '0155-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(252001, 2327, '0155-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(252002, 2327, '0155-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(252003, 2327, '0155-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(252004, 2327, '0155-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(252005, 2327, '0155-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(252006, 2327, '0155-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(252007, 2327, '0155-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(252008, 2327, '0156-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(252009, 2327, '0156-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(252010, 2327, '0156-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(252011, 2327, '0156-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(252012, 2327, '0156-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(252013, 2327, '0156-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(252014, 2327, '0156-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(252015, 2327, '0156-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(252016, 2327, '0156-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(252017, 2327, '0156-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(252018, 2327, '0156-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(252019, 2327, '0156-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(252020, 2327, '0157-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(252021, 2327, '0157-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(252022, 2327, '0157-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(252023, 2327, '0157-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(252024, 2327, '0157-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(252025, 2327, '0157-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(252026, 2327, '0157-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(252027, 2327, '0157-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(252028, 2327, '0157-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(252029, 2327, '0157-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(252030, 2327, '0157-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(252031, 2327, '0157-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(252032, 2327, '0158-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(252033, 2327, '0158-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(252034, 2327, '0158-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(252035, 2327, '0158-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(252036, 2327, '0158-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(252037, 2327, '0158-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(252038, 2327, '0158-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(252039, 2327, '0158-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(252040, 2327, '0158-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(252041, 2327, '0158-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(252042, 2327, '0158-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(252043, 2327, '0158-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(252044, 2327, '0159-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(252045, 2327, '0159-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(252046, 2327, '0159-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(252047, 2327, '0159-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(252048, 2327, '0159-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(252049, 2327, '0159-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(252050, 2327, '0159-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(252051, 2327, '0159-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(252052, 2327, '0159-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(252053, 2327, '0159-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(252054, 2327, '0159-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(252055, 2327, '0159-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(252056, 2327, '0160-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(252057, 2327, '0160-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(252058, 2327, '0160-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(252059, 2327, '0160-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(252060, 2327, '0160-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(252061, 2327, '0160-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(252062, 2327, '0160-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(252063, 2327, '0160-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(252064, 2327, '0160-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(252065, 2327, '0160-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(252066, 2327, '0160-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(252067, 2327, '0160-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(252068, 2327, '0161-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(252069, 2327, '0161-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(252070, 2327, '0161-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(252071, 2327, '0161-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(252072, 2327, '0161-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(252073, 2327, '0161-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(252074, 2327, '0161-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(252075, 2327, '0161-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(252076, 2327, '0161-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(252077, 2327, '0161-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(252078, 2327, '0161-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(252079, 2327, '0161-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(252080, 2327, '0162-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(252081, 2327, '0162-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(252082, 2327, '0162-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(252083, 2327, '0162-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(252084, 2327, '0162-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(252085, 2327, '0162-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(252086, 2327, '0162-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(252087, 2327, '0162-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(252088, 2327, '0162-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(252089, 2327, '0162-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(252090, 2327, '0162-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(252091, 2327, '0162-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(252092, 2327, '0163-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(252093, 2327, '0163-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(252094, 2327, '0163-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(252095, 2327, '0163-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(252096, 2327, '0163-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(252097, 2327, '0163-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(252098, 2327, '0163-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(252099, 2327, '0163-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(252100, 2327, '0163-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(252101, 2327, '0163-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(252102, 2327, '0163-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(252103, 2327, '0163-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(252104, 2327, '0164-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(252105, 2327, '0164-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(252106, 2327, '0164-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(252107, 2327, '0164-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(252108, 2327, '0164-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(252109, 2327, '0164-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(252110, 2327, '0164-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(252111, 2327, '0164-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(252112, 2327, '0164-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(252113, 2327, '0164-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(252114, 2327, '0164-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(252115, 2327, '0164-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(252116, 2327, '0165-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(252117, 2327, '0165-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(252118, 2327, '0165-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(252119, 2327, '0165-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(252120, 2327, '0165-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(252121, 2327, '0165-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(252122, 2327, '0165-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(252123, 2327, '0165-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(252124, 2327, '0165-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(252125, 2327, '0165-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(252126, 2327, '0165-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(252127, 2327, '0165-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(252128, 2327, '0166-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(252129, 2327, '0166-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(252130, 2327, '0166-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(252131, 2327, '0166-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(252132, 2327, '0166-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(252133, 2327, '0166-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(252134, 2327, '0166-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(252135, 2327, '0166-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(252136, 2327, '0166-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(252137, 2327, '0166-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(252138, 2327, '0166-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(252139, 2327, '0166-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(252140, 2327, '0167-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(252141, 2327, '0167-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(252142, 2327, '0167-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(252143, 2327, '0167-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(252144, 2327, '0167-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(252145, 2327, '0167-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(252146, 2327, '0167-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(252147, 2327, '0167-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(252148, 2327, '0167-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(252149, 2327, '0167-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(252150, 2327, '0167-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(252151, 2327, '0167-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(252152, 2327, '0168-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(252153, 2327, '0168-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(252154, 2327, '0168-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(252155, 2327, '0168-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(252156, 2327, '0168-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(252157, 2327, '0168-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(252158, 2327, '0168-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(252159, 2327, '0168-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(252160, 2327, '0168-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(252161, 2327, '0168-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(252162, 2327, '0168-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(252163, 2327, '0168-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(252164, 2327, '0169-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(252165, 2327, '0169-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(252166, 2327, '0169-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(252167, 2327, '0169-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(252168, 2327, '0169-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(252169, 2327, '0169-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(252170, 2327, '0169-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(252171, 2327, '0169-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(252172, 2327, '0169-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(252173, 2327, '0169-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(252174, 2327, '0169-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(252175, 2327, '0169-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(252176, 2327, '0170-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(252177, 2327, '0170-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(252178, 2327, '0170-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(252179, 2327, '0170-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(252180, 2327, '0170-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(252181, 2327, '0170-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(252182, 2327, '0170-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(252183, 2327, '0170-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(252184, 2327, '0170-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(252185, 2327, '0170-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(252186, 2327, '0170-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(252187, 2327, '0170-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(252188, 2327, '0171-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(252189, 2327, '0171-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(252190, 2327, '0171-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(252191, 2327, '0171-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(252192, 2327, '0171-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(252193, 2327, '0171-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(252194, 2327, '0171-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(252195, 2327, '0171-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(252196, 2327, '0171-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(252197, 2327, '0171-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(252198, 2327, '0171-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(252199, 2327, '0171-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(252200, 2327, '0172-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(252201, 2327, '0172-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(252202, 2327, '0172-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(252203, 2327, '0172-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(252204, 2327, '0172-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(252205, 2327, '0172-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(252206, 2327, '0172-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(252207, 2327, '0172-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(252208, 2327, '0172-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(252209, 2327, '0172-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(252210, 2327, '0172-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(252211, 2327, '0172-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(252212, 2327, '0173-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(252213, 2327, '0173-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(252214, 2327, '0173-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(252215, 2327, '0173-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(252216, 2327, '0173-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(252217, 2327, '0173-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(252218, 2327, '0173-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(252219, 2327, '0173-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(252220, 2327, '0173-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(252221, 2327, '0173-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(252222, 2327, '0173-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(252223, 2327, '0173-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(252224, 2327, '0174-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(252225, 2327, '0174-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(252226, 2327, '0174-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(252227, 2327, '0174-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(252228, 2327, '0174-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(252229, 2327, '0174-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(252230, 2327, '0174-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(252231, 2327, '0174-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:13', '2023-10-31 14:14:13'),
(252232, 2327, '0174-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252233, 2327, '0174-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252234, 2327, '0174-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252235, 2327, '0174-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252236, 2327, '0175-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252237, 2327, '0175-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252238, 2327, '0175-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252239, 2327, '0175-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252240, 2327, '0175-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252241, 2327, '0175-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252242, 2327, '0175-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252243, 2327, '0175-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252244, 2327, '0175-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252245, 2327, '0175-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252246, 2327, '0175-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252247, 2327, '0175-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252248, 2327, '0176-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252249, 2327, '0176-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252250, 2327, '0176-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252251, 2327, '0176-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252252, 2327, '0176-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252253, 2327, '0176-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252254, 2327, '0176-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252255, 2327, '0176-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252256, 2327, '0176-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252257, 2327, '0176-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252258, 2327, '0176-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252259, 2327, '0176-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252260, 2327, '0177-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252261, 2327, '0177-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252262, 2327, '0177-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252263, 2327, '0177-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252264, 2327, '0177-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252265, 2327, '0177-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252266, 2327, '0177-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252267, 2327, '0177-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252268, 2327, '0177-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252269, 2327, '0177-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252270, 2327, '0177-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252271, 2327, '0177-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252272, 2327, '0178-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252273, 2327, '0178-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252274, 2327, '0178-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252275, 2327, '0178-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252276, 2327, '0178-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252277, 2327, '0178-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252278, 2327, '0178-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252279, 2327, '0178-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252280, 2327, '0178-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252281, 2327, '0178-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252282, 2327, '0178-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252283, 2327, '0178-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252284, 2327, '0179-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252285, 2327, '0179-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252286, 2327, '0179-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252287, 2327, '0179-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252288, 2327, '0179-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252289, 2327, '0179-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252290, 2327, '0179-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252291, 2327, '0179-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252292, 2327, '0179-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252293, 2327, '0179-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252294, 2327, '0179-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252295, 2327, '0179-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252296, 2327, '0180-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252297, 2327, '0180-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252298, 2327, '0180-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252299, 2327, '0180-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252300, 2327, '0180-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252301, 2327, '0180-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252302, 2327, '0180-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252303, 2327, '0180-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252304, 2327, '0180-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252305, 2327, '0180-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252306, 2327, '0180-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252307, 2327, '0180-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252308, 2327, '0181-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252309, 2327, '0181-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252310, 2327, '0181-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252311, 2327, '0181-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252312, 2327, '0181-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252313, 2327, '0181-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252314, 2327, '0181-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252315, 2327, '0181-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252316, 2327, '0181-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252317, 2327, '0181-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252318, 2327, '0181-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252319, 2327, '0181-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252320, 2327, '0182-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252321, 2327, '0182-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252322, 2327, '0182-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252323, 2327, '0182-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252324, 2327, '0182-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252325, 2327, '0182-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252326, 2327, '0182-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252327, 2327, '0182-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252328, 2327, '0182-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252329, 2327, '0182-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252330, 2327, '0182-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252331, 2327, '0182-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252332, 2327, '0183-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252333, 2327, '0183-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252334, 2327, '0183-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252335, 2327, '0183-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252336, 2327, '0183-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252337, 2327, '0183-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252338, 2327, '0183-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252339, 2327, '0183-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252340, 2327, '0183-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252341, 2327, '0183-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252342, 2327, '0183-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252343, 2327, '0183-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252344, 2327, '0184-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252345, 2327, '0184-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252346, 2327, '0184-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252347, 2327, '0184-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252348, 2327, '0184-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252349, 2327, '0184-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252350, 2327, '0184-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252351, 2327, '0184-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252352, 2327, '0184-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252353, 2327, '0184-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252354, 2327, '0184-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252355, 2327, '0184-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252356, 2327, '0185-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252357, 2327, '0185-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252358, 2327, '0185-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252359, 2327, '0185-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252360, 2327, '0185-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252361, 2327, '0185-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252362, 2327, '0185-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252363, 2327, '0185-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252364, 2327, '0185-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252365, 2327, '0185-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252366, 2327, '0185-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252367, 2327, '0185-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252368, 2327, '0186-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252369, 2327, '0186-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252370, 2327, '0186-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252371, 2327, '0186-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252372, 2327, '0186-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252373, 2327, '0186-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252374, 2327, '0186-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252375, 2327, '0186-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252376, 2327, '0186-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252377, 2327, '0186-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252378, 2327, '0186-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252379, 2327, '0186-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252380, 2327, '0187-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252381, 2327, '0187-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252382, 2327, '0187-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252383, 2327, '0187-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252384, 2327, '0187-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252385, 2327, '0187-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252386, 2327, '0187-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252387, 2327, '0187-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252388, 2327, '0187-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252389, 2327, '0187-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252390, 2327, '0187-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252391, 2327, '0187-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252392, 2327, '0188-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252393, 2327, '0188-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252394, 2327, '0188-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252395, 2327, '0188-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252396, 2327, '0188-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252397, 2327, '0188-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252398, 2327, '0188-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252399, 2327, '0188-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252400, 2327, '0188-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252401, 2327, '0188-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252402, 2327, '0188-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252403, 2327, '0188-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252404, 2327, '0189-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252405, 2327, '0189-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252406, 2327, '0189-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252407, 2327, '0189-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252408, 2327, '0189-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252409, 2327, '0189-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252410, 2327, '0189-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252411, 2327, '0189-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252412, 2327, '0189-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252413, 2327, '0189-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252414, 2327, '0189-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252415, 2327, '0189-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252416, 2327, '0190-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252417, 2327, '0190-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252418, 2327, '0190-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252419, 2327, '0190-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252420, 2327, '0190-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252421, 2327, '0190-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252422, 2327, '0190-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252423, 2327, '0190-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252424, 2327, '0190-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252425, 2327, '0190-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252426, 2327, '0190-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252427, 2327, '0190-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252428, 2327, '0191-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252429, 2327, '0191-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252430, 2327, '0191-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252431, 2327, '0191-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252432, 2327, '0191-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252433, 2327, '0191-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252434, 2327, '0191-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252435, 2327, '0191-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252436, 2327, '0191-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252437, 2327, '0191-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252438, 2327, '0191-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252439, 2327, '0191-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252440, 2327, '0192-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252441, 2327, '0192-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252442, 2327, '0192-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252443, 2327, '0192-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252444, 2327, '0192-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252445, 2327, '0192-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252446, 2327, '0192-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252447, 2327, '0192-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252448, 2327, '0192-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252449, 2327, '0192-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252450, 2327, '0192-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252451, 2327, '0192-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252452, 2327, '0193-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252453, 2327, '0193-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252454, 2327, '0193-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252455, 2327, '0193-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252456, 2327, '0193-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252457, 2327, '0193-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252458, 2327, '0193-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252459, 2327, '0193-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252460, 2327, '0193-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252461, 2327, '0193-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252462, 2327, '0193-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252463, 2327, '0193-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252464, 2327, '0194-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252465, 2327, '0194-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252466, 2327, '0194-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252467, 2327, '0194-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252468, 2327, '0194-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252469, 2327, '0194-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252470, 2327, '0194-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252471, 2327, '0194-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252472, 2327, '0194-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252473, 2327, '0194-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252474, 2327, '0194-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252475, 2327, '0194-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252476, 2327, '0195-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252477, 2327, '0195-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252478, 2327, '0195-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252479, 2327, '0195-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252480, 2327, '0195-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252481, 2327, '0195-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252482, 2327, '0195-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252483, 2327, '0195-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252484, 2327, '0195-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252485, 2327, '0195-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252486, 2327, '0195-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252487, 2327, '0195-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252488, 2327, '0196-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252489, 2327, '0196-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252490, 2327, '0196-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252491, 2327, '0196-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252492, 2327, '0196-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252493, 2327, '0196-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252494, 2327, '0196-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252495, 2327, '0196-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252496, 2327, '0196-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252497, 2327, '0196-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252498, 2327, '0196-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252499, 2327, '0196-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252500, 2327, '0197-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252501, 2327, '0197-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252502, 2327, '0197-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252503, 2327, '0197-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252504, 2327, '0197-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252505, 2327, '0197-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252506, 2327, '0197-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252507, 2327, '0197-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252508, 2327, '0197-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252509, 2327, '0197-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252510, 2327, '0197-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252511, 2327, '0197-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252512, 2327, '0198-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252513, 2327, '0198-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252514, 2327, '0198-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252515, 2327, '0198-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252516, 2327, '0198-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252517, 2327, '0198-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252518, 2327, '0198-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252519, 2327, '0198-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252520, 2327, '0198-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252521, 2327, '0198-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252522, 2327, '0198-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252523, 2327, '0198-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252524, 2327, '0199-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252525, 2327, '0199-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252526, 2327, '0199-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252527, 2327, '0199-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252528, 2327, '0199-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252529, 2327, '0199-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252530, 2327, '0199-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252531, 2327, '0199-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252532, 2327, '0199-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252533, 2327, '0199-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252534, 2327, '0199-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252535, 2327, '0199-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252536, 2327, '0200-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252537, 2327, '0200-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252538, 2327, '0200-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252539, 2327, '0200-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252540, 2327, '0200-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252541, 2327, '0200-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252542, 2327, '0200-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252543, 2327, '0200-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252544, 2327, '0200-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252545, 2327, '0200-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252546, 2327, '0200-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252547, 2327, '0200-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252548, 2327, '0201-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252549, 2327, '0201-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252550, 2327, '0201-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252551, 2327, '0201-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252552, 2327, '0201-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252553, 2327, '0201-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252554, 2327, '0201-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252555, 2327, '0201-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252556, 2327, '0201-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252557, 2327, '0201-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252558, 2327, '0201-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252559, 2327, '0201-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252560, 2327, '0202-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252561, 2327, '0202-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252562, 2327, '0202-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252563, 2327, '0202-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252564, 2327, '0202-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252565, 2327, '0202-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252566, 2327, '0202-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252567, 2327, '0202-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252568, 2327, '0202-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252569, 2327, '0202-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252570, 2327, '0202-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252571, 2327, '0202-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252572, 2327, '0203-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252573, 2327, '0203-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252574, 2327, '0203-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252575, 2327, '0203-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252576, 2327, '0203-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252577, 2327, '0203-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252578, 2327, '0203-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252579, 2327, '0203-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252580, 2327, '0203-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252581, 2327, '0203-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252582, 2327, '0203-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252583, 2327, '0203-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252584, 2327, '0204-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252585, 2327, '0204-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252586, 2327, '0204-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252587, 2327, '0204-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252588, 2327, '0204-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252589, 2327, '0204-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252590, 2327, '0204-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252591, 2327, '0204-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252592, 2327, '0204-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252593, 2327, '0204-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252594, 2327, '0204-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252595, 2327, '0204-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252596, 2327, '0205-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252597, 2327, '0205-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252598, 2327, '0205-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:14', '2023-10-31 14:14:14'),
(252599, 2327, '0205-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252600, 2327, '0205-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252601, 2327, '0205-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252602, 2327, '0205-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252603, 2327, '0205-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252604, 2327, '0205-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252605, 2327, '0205-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252606, 2327, '0205-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252607, 2327, '0205-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252608, 2327, '0206-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252609, 2327, '0206-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252610, 2327, '0206-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252611, 2327, '0206-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252612, 2327, '0206-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252613, 2327, '0206-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252614, 2327, '0206-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252615, 2327, '0206-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252616, 2327, '0206-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252617, 2327, '0206-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252618, 2327, '0206-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252619, 2327, '0206-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252620, 2327, '0207-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252621, 2327, '0207-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252622, 2327, '0207-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252623, 2327, '0207-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252624, 2327, '0207-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252625, 2327, '0207-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252626, 2327, '0207-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252627, 2327, '0207-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252628, 2327, '0207-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252629, 2327, '0207-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252630, 2327, '0207-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252631, 2327, '0207-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252632, 2327, '0208-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252633, 2327, '0208-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252634, 2327, '0208-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252635, 2327, '0208-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252636, 2327, '0208-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252637, 2327, '0208-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252638, 2327, '0208-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252639, 2327, '0208-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252640, 2327, '0208-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252641, 2327, '0208-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252642, 2327, '0208-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252643, 2327, '0208-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252644, 2327, '0209-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252645, 2327, '0209-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252646, 2327, '0209-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252647, 2327, '0209-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252648, 2327, '0209-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252649, 2327, '0209-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252650, 2327, '0209-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252651, 2327, '0209-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252652, 2327, '0209-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252653, 2327, '0209-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252654, 2327, '0209-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252655, 2327, '0209-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252656, 2327, '0210-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252657, 2327, '0210-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252658, 2327, '0210-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252659, 2327, '0210-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252660, 2327, '0210-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252661, 2327, '0210-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252662, 2327, '0210-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252663, 2327, '0210-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252664, 2327, '0210-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252665, 2327, '0210-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252666, 2327, '0210-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252667, 2327, '0210-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252668, 2327, '0211-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252669, 2327, '0211-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(252670, 2327, '0211-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252671, 2327, '0211-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252672, 2327, '0211-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252673, 2327, '0211-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252674, 2327, '0211-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252675, 2327, '0211-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252676, 2327, '0211-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252677, 2327, '0211-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252678, 2327, '0211-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252679, 2327, '0211-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252680, 2327, '0212-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252681, 2327, '0212-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252682, 2327, '0212-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252683, 2327, '0212-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252684, 2327, '0212-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252685, 2327, '0212-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252686, 2327, '0212-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252687, 2327, '0212-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252688, 2327, '0212-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252689, 2327, '0212-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252690, 2327, '0212-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252691, 2327, '0212-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252692, 2327, '0213-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252693, 2327, '0213-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252694, 2327, '0213-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252695, 2327, '0213-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252696, 2327, '0213-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252697, 2327, '0213-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252698, 2327, '0213-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252699, 2327, '0213-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252700, 2327, '0213-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252701, 2327, '0213-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252702, 2327, '0213-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252703, 2327, '0213-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252704, 2327, '0214-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252705, 2327, '0214-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252706, 2327, '0214-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252707, 2327, '0214-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252708, 2327, '0214-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252709, 2327, '0214-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252710, 2327, '0214-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252711, 2327, '0214-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252712, 2327, '0214-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252713, 2327, '0214-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252714, 2327, '0214-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252715, 2327, '0214-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252716, 2327, '0215-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252717, 2327, '0215-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252718, 2327, '0215-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252719, 2327, '0215-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252720, 2327, '0215-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252721, 2327, '0215-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252722, 2327, '0215-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252723, 2327, '0215-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252724, 2327, '0215-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252725, 2327, '0215-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252726, 2327, '0215-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252727, 2327, '0215-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252728, 2327, '0216-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252729, 2327, '0216-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252730, 2327, '0216-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252731, 2327, '0216-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252732, 2327, '0216-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252733, 2327, '0216-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252734, 2327, '0216-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252735, 2327, '0216-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252736, 2327, '0216-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252737, 2327, '0216-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252738, 2327, '0216-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252739, 2327, '0216-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252740, 2327, '0217-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252741, 2327, '0217-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252742, 2327, '0217-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252743, 2327, '0217-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252744, 2327, '0217-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252745, 2327, '0217-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252746, 2327, '0217-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252747, 2327, '0217-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252748, 2327, '0217-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252749, 2327, '0217-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252750, 2327, '0217-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252751, 2327, '0217-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252752, 2327, '0218-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252753, 2327, '0218-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252754, 2327, '0218-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252755, 2327, '0218-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252756, 2327, '0218-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252757, 2327, '0218-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252758, 2327, '0218-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252759, 2327, '0218-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252760, 2327, '0218-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252761, 2327, '0218-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252762, 2327, '0218-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252763, 2327, '0218-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252764, 2327, '0219-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252765, 2327, '0219-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252766, 2327, '0219-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252767, 2327, '0219-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252768, 2327, '0219-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252769, 2327, '0219-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252770, 2327, '0219-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252771, 2327, '0219-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252772, 2327, '0219-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252773, 2327, '0219-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252774, 2327, '0219-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252775, 2327, '0219-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252776, 2327, '0220-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252777, 2327, '0220-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252778, 2327, '0220-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252779, 2327, '0220-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252780, 2327, '0220-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252781, 2327, '0220-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252782, 2327, '0220-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252783, 2327, '0220-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252784, 2327, '0220-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252785, 2327, '0220-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252786, 2327, '0220-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252787, 2327, '0220-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252788, 2327, '0221-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252789, 2327, '0221-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252790, 2327, '0221-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252791, 2327, '0221-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252792, 2327, '0221-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252793, 2327, '0221-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252794, 2327, '0221-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252795, 2327, '0221-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252796, 2327, '0221-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252797, 2327, '0221-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252798, 2327, '0221-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252799, 2327, '0221-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252800, 2327, '0222-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252801, 2327, '0222-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252802, 2327, '0222-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252803, 2327, '0222-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252804, 2327, '0222-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252805, 2327, '0222-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252806, 2327, '0222-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252807, 2327, '0222-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252808, 2327, '0222-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252809, 2327, '0222-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252810, 2327, '0222-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252811, 2327, '0222-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252812, 2327, '0223-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252813, 2327, '0223-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252814, 2327, '0223-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252815, 2327, '0223-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252816, 2327, '0223-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252817, 2327, '0223-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252818, 2327, '0223-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252819, 2327, '0223-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252820, 2327, '0223-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252821, 2327, '0223-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252822, 2327, '0223-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252823, 2327, '0223-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252824, 2327, '0224-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252825, 2327, '0224-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252826, 2327, '0224-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252827, 2327, '0224-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252828, 2327, '0224-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252829, 2327, '0224-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252830, 2327, '0224-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252831, 2327, '0224-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252832, 2327, '0224-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252833, 2327, '0224-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252834, 2327, '0224-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252835, 2327, '0224-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252836, 2327, '0225-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252837, 2327, '0225-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252838, 2327, '0225-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252839, 2327, '0225-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252840, 2327, '0225-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252841, 2327, '0225-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252842, 2327, '0225-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252843, 2327, '0225-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252844, 2327, '0225-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252845, 2327, '0225-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252846, 2327, '0225-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252847, 2327, '0225-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252848, 2327, '0226-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252849, 2327, '0226-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252850, 2327, '0226-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252851, 2327, '0226-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252852, 2327, '0226-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252853, 2327, '0226-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252854, 2327, '0226-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252855, 2327, '0226-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252856, 2327, '0226-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252857, 2327, '0226-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252858, 2327, '0226-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252859, 2327, '0226-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252860, 2327, '0227-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252861, 2327, '0227-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252862, 2327, '0227-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252863, 2327, '0227-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252864, 2327, '0227-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252865, 2327, '0227-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252866, 2327, '0227-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252867, 2327, '0227-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252868, 2327, '0227-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252869, 2327, '0227-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252870, 2327, '0227-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252871, 2327, '0227-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252872, 2327, '0228-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252873, 2327, '0228-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252874, 2327, '0228-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252875, 2327, '0228-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252876, 2327, '0228-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252877, 2327, '0228-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252878, 2327, '0228-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252879, 2327, '0228-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252880, 2327, '0228-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252881, 2327, '0228-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252882, 2327, '0228-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252883, 2327, '0228-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252884, 2327, '0229-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252885, 2327, '0229-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252886, 2327, '0229-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252887, 2327, '0229-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252888, 2327, '0229-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252889, 2327, '0229-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252890, 2327, '0229-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252891, 2327, '0229-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252892, 2327, '0229-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252893, 2327, '0229-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252894, 2327, '0229-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252895, 2327, '0229-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252896, 2327, '0230-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252897, 2327, '0230-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252898, 2327, '0230-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252899, 2327, '0230-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252900, 2327, '0230-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252901, 2327, '0230-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252902, 2327, '0230-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252903, 2327, '0230-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252904, 2327, '0230-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252905, 2327, '0230-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252906, 2327, '0230-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252907, 2327, '0230-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252908, 2327, '0231-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252909, 2327, '0231-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252910, 2327, '0231-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252911, 2327, '0231-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252912, 2327, '0231-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252913, 2327, '0231-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252914, 2327, '0231-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252915, 2327, '0231-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252916, 2327, '0231-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252917, 2327, '0231-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252918, 2327, '0231-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252919, 2327, '0231-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252920, 2327, '0232-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252921, 2327, '0232-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252922, 2327, '0232-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252923, 2327, '0232-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252924, 2327, '0232-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252925, 2327, '0232-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252926, 2327, '0232-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252927, 2327, '0232-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252928, 2327, '0232-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252929, 2327, '0232-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252930, 2327, '0232-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252931, 2327, '0232-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252932, 2327, '0233-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252933, 2327, '0233-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252934, 2327, '0233-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252935, 2327, '0233-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252936, 2327, '0233-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252937, 2327, '0233-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252938, 2327, '0233-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252939, 2327, '0233-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252940, 2327, '0233-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252941, 2327, '0233-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252942, 2327, '0233-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252943, 2327, '0233-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252944, 2327, '0234-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252945, 2327, '0234-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252946, 2327, '0234-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252947, 2327, '0234-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252948, 2327, '0234-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252949, 2327, '0234-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252950, 2327, '0234-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252951, 2327, '0234-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252952, 2327, '0234-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252953, 2327, '0234-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252954, 2327, '0234-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252955, 2327, '0234-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252956, 2327, '0235-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252957, 2327, '0235-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252958, 2327, '0235-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252959, 2327, '0235-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252960, 2327, '0235-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252961, 2327, '0235-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252962, 2327, '0235-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252963, 2327, '0235-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252964, 2327, '0235-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252965, 2327, '0235-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252966, 2327, '0235-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252967, 2327, '0235-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252968, 2327, '0236-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252969, 2327, '0236-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252970, 2327, '0236-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252971, 2327, '0236-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252972, 2327, '0236-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252973, 2327, '0236-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252974, 2327, '0236-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252975, 2327, '0236-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252976, 2327, '0236-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252977, 2327, '0236-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252978, 2327, '0236-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252979, 2327, '0236-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252980, 2327, '0237-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252981, 2327, '0237-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:15', '2023-10-31 14:14:15'),
(252982, 2327, '0237-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(252983, 2327, '0237-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(252984, 2327, '0237-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(252985, 2327, '0237-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(252986, 2327, '0237-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(252987, 2327, '0237-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(252988, 2327, '0237-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(252989, 2327, '0237-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(252990, 2327, '0237-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(252991, 2327, '0237-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(252992, 2327, '0238-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(252993, 2327, '0238-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(252994, 2327, '0238-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(252995, 2327, '0238-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(252996, 2327, '0238-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(252997, 2327, '0238-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(252998, 2327, '0238-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(252999, 2327, '0238-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253000, 2327, '0238-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253001, 2327, '0238-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253002, 2327, '0238-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253003, 2327, '0238-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253004, 2327, '0239-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253005, 2327, '0239-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253006, 2327, '0239-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253007, 2327, '0239-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253008, 2327, '0239-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253009, 2327, '0239-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253010, 2327, '0239-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253011, 2327, '0239-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253012, 2327, '0239-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253013, 2327, '0239-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253014, 2327, '0239-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253015, 2327, '0239-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253016, 2327, '0240-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253017, 2327, '0240-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253018, 2327, '0240-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253019, 2327, '0240-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253020, 2327, '0240-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253021, 2327, '0240-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253022, 2327, '0240-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253023, 2327, '0240-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253024, 2327, '0240-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253025, 2327, '0240-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253026, 2327, '0240-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253027, 2327, '0240-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253028, 2327, '0241-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253029, 2327, '0241-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253030, 2327, '0241-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253031, 2327, '0241-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253032, 2327, '0241-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253033, 2327, '0241-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253034, 2327, '0241-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253035, 2327, '0241-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253036, 2327, '0241-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253037, 2327, '0241-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253038, 2327, '0241-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253039, 2327, '0241-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253040, 2327, '0242-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253041, 2327, '0242-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253042, 2327, '0242-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253043, 2327, '0242-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253044, 2327, '0242-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253045, 2327, '0242-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253046, 2327, '0242-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253047, 2327, '0242-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253048, 2327, '0242-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253049, 2327, '0242-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253050, 2327, '0242-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253051, 2327, '0242-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253052, 2327, '0243-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253053, 2327, '0243-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253054, 2327, '0243-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253055, 2327, '0243-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253056, 2327, '0243-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253057, 2327, '0243-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253058, 2327, '0243-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253059, 2327, '0243-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253060, 2327, '0243-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253061, 2327, '0243-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253062, 2327, '0243-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253063, 2327, '0243-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253064, 2327, '0244-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253065, 2327, '0244-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253066, 2327, '0244-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253067, 2327, '0244-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253068, 2327, '0244-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253069, 2327, '0244-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253070, 2327, '0244-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253071, 2327, '0244-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253072, 2327, '0244-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253073, 2327, '0244-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253074, 2327, '0244-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253075, 2327, '0244-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253076, 2327, '0245-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253077, 2327, '0245-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253078, 2327, '0245-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253079, 2327, '0245-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253080, 2327, '0245-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253081, 2327, '0245-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253082, 2327, '0245-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253083, 2327, '0245-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253084, 2327, '0245-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253085, 2327, '0245-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253086, 2327, '0245-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253087, 2327, '0245-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253088, 2327, '0246-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253089, 2327, '0246-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253090, 2327, '0246-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253091, 2327, '0246-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253092, 2327, '0246-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253093, 2327, '0246-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253094, 2327, '0246-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253095, 2327, '0246-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253096, 2327, '0246-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253097, 2327, '0246-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253098, 2327, '0246-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253099, 2327, '0246-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253100, 2327, '0247-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253101, 2327, '0247-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253102, 2327, '0247-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253103, 2327, '0247-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253104, 2327, '0247-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253105, 2327, '0247-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253106, 2327, '0247-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253107, 2327, '0247-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253108, 2327, '0247-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253109, 2327, '0247-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253110, 2327, '0247-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253111, 2327, '0247-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253112, 2327, '0248-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253113, 2327, '0248-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253114, 2327, '0248-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253115, 2327, '0248-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253116, 2327, '0248-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253117, 2327, '0248-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253118, 2327, '0248-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253119, 2327, '0248-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253120, 2327, '0248-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253121, 2327, '0248-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253122, 2327, '0248-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253123, 2327, '0248-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253124, 2327, '0249-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253125, 2327, '0249-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253126, 2327, '0249-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253127, 2327, '0249-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253128, 2327, '0249-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253129, 2327, '0249-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253130, 2327, '0249-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253131, 2327, '0249-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253132, 2327, '0249-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253133, 2327, '0249-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253134, 2327, '0249-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(253135, 2327, '0249-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253136, 2327, '0250-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253137, 2327, '0250-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253138, 2327, '0250-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253139, 2327, '0250-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253140, 2327, '0250-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253141, 2327, '0250-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253142, 2327, '0250-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253143, 2327, '0250-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253144, 2327, '0250-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253145, 2327, '0250-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253146, 2327, '0250-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253147, 2327, '0250-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253148, 2327, '0251-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253149, 2327, '0251-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253150, 2327, '0251-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253151, 2327, '0251-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253152, 2327, '0251-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253153, 2327, '0251-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253154, 2327, '0251-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253155, 2327, '0251-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253156, 2327, '0251-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253157, 2327, '0251-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253158, 2327, '0251-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253159, 2327, '0251-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253160, 2327, '0252-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253161, 2327, '0252-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253162, 2327, '0252-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253163, 2327, '0252-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253164, 2327, '0252-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253165, 2327, '0252-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253166, 2327, '0252-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253167, 2327, '0252-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253168, 2327, '0252-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253169, 2327, '0252-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253170, 2327, '0252-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253171, 2327, '0252-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253172, 2327, '0253-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253173, 2327, '0253-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253174, 2327, '0253-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253175, 2327, '0253-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253176, 2327, '0253-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253177, 2327, '0253-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253178, 2327, '0253-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253179, 2327, '0253-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253180, 2327, '0253-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253181, 2327, '0253-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253182, 2327, '0253-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253183, 2327, '0253-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253184, 2327, '0254-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253185, 2327, '0254-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253186, 2327, '0254-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253187, 2327, '0254-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253188, 2327, '0254-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253189, 2327, '0254-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253190, 2327, '0254-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253191, 2327, '0254-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253192, 2327, '0254-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253193, 2327, '0254-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253194, 2327, '0254-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253195, 2327, '0254-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253196, 2327, '0255-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253197, 2327, '0255-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253198, 2327, '0255-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253199, 2327, '0255-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253200, 2327, '0255-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253201, 2327, '0255-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253202, 2327, '0255-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253203, 2327, '0255-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253204, 2327, '0255-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253205, 2327, '0255-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253206, 2327, '0255-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253207, 2327, '0255-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253208, 2327, '0256-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253209, 2327, '0256-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253210, 2327, '0256-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253211, 2327, '0256-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253212, 2327, '0256-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253213, 2327, '0256-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253214, 2327, '0256-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253215, 2327, '0256-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253216, 2327, '0256-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253217, 2327, '0256-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253218, 2327, '0256-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253219, 2327, '0256-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253220, 2327, '0257-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253221, 2327, '0257-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253222, 2327, '0257-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253223, 2327, '0257-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253224, 2327, '0257-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253225, 2327, '0257-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253226, 2327, '0257-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253227, 2327, '0257-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253228, 2327, '0257-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253229, 2327, '0257-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253230, 2327, '0257-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253231, 2327, '0257-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253232, 2327, '0258-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253233, 2327, '0258-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253234, 2327, '0258-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253235, 2327, '0258-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253236, 2327, '0258-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253237, 2327, '0258-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253238, 2327, '0258-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253239, 2327, '0258-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253240, 2327, '0258-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253241, 2327, '0258-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253242, 2327, '0258-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253243, 2327, '0258-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253244, 2327, '0259-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253245, 2327, '0259-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253246, 2327, '0259-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253247, 2327, '0259-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253248, 2327, '0259-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253249, 2327, '0259-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253250, 2327, '0259-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253251, 2327, '0259-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253252, 2327, '0259-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253253, 2327, '0259-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253254, 2327, '0259-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253255, 2327, '0259-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253256, 2327, '0260-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253257, 2327, '0260-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253258, 2327, '0260-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253259, 2327, '0260-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253260, 2327, '0260-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253261, 2327, '0260-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253262, 2327, '0260-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253263, 2327, '0260-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253264, 2327, '0260-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253265, 2327, '0260-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253266, 2327, '0260-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253267, 2327, '0260-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253268, 2327, '0261-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253269, 2327, '0261-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253270, 2327, '0261-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253271, 2327, '0261-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253272, 2327, '0261-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253273, 2327, '0261-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253274, 2327, '0261-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253275, 2327, '0261-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253276, 2327, '0261-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253277, 2327, '0261-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253278, 2327, '0261-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253279, 2327, '0261-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253280, 2327, '0262-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253281, 2327, '0262-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253282, 2327, '0262-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253283, 2327, '0262-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253284, 2327, '0262-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253285, 2327, '0262-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253286, 2327, '0262-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253287, 2327, '0262-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253288, 2327, '0262-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:16', '2023-10-31 14:14:16'),
(253289, 2327, '0262-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253290, 2327, '0262-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253291, 2327, '0262-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253292, 2327, '0263-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253293, 2327, '0263-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253294, 2327, '0263-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253295, 2327, '0263-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253296, 2327, '0263-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253297, 2327, '0263-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253298, 2327, '0263-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253299, 2327, '0263-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253300, 2327, '0263-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253301, 2327, '0263-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253302, 2327, '0263-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253303, 2327, '0263-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253304, 2327, '0264-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253305, 2327, '0264-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253306, 2327, '0264-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253307, 2327, '0264-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253308, 2327, '0264-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253309, 2327, '0264-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253310, 2327, '0264-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253311, 2327, '0264-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253312, 2327, '0264-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253313, 2327, '0264-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253314, 2327, '0264-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253315, 2327, '0264-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253316, 2327, '0265-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253317, 2327, '0265-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253318, 2327, '0265-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253319, 2327, '0265-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253320, 2327, '0265-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253321, 2327, '0265-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253322, 2327, '0265-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253323, 2327, '0265-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253324, 2327, '0265-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253325, 2327, '0265-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253326, 2327, '0265-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253327, 2327, '0265-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253328, 2327, '0266-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253329, 2327, '0266-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253330, 2327, '0266-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253331, 2327, '0266-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253332, 2327, '0266-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253333, 2327, '0266-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253334, 2327, '0266-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253335, 2327, '0266-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253336, 2327, '0266-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253337, 2327, '0266-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253338, 2327, '0266-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253339, 2327, '0266-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253340, 2327, '0267-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253341, 2327, '0267-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253342, 2327, '0267-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253343, 2327, '0267-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253344, 2327, '0267-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253345, 2327, '0267-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253346, 2327, '0267-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253347, 2327, '0267-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253348, 2327, '0267-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253349, 2327, '0267-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253350, 2327, '0267-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253351, 2327, '0267-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253352, 2327, '0268-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253353, 2327, '0268-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253354, 2327, '0268-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253355, 2327, '0268-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253356, 2327, '0268-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253357, 2327, '0268-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253358, 2327, '0268-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253359, 2327, '0268-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253360, 2327, '0268-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253361, 2327, '0268-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253362, 2327, '0268-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253363, 2327, '0268-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253364, 2327, '0269-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253365, 2327, '0269-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253366, 2327, '0269-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253367, 2327, '0269-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253368, 2327, '0269-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253369, 2327, '0269-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253370, 2327, '0269-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253371, 2327, '0269-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253372, 2327, '0269-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253373, 2327, '0269-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253374, 2327, '0269-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253375, 2327, '0269-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253376, 2327, '0270-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253377, 2327, '0270-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253378, 2327, '0270-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253379, 2327, '0270-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253380, 2327, '0270-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253381, 2327, '0270-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253382, 2327, '0270-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253383, 2327, '0270-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253384, 2327, '0270-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253385, 2327, '0270-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253386, 2327, '0270-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253387, 2327, '0270-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253388, 2327, '0271-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253389, 2327, '0271-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253390, 2327, '0271-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253391, 2327, '0271-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253392, 2327, '0271-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253393, 2327, '0271-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253394, 2327, '0271-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253395, 2327, '0271-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253396, 2327, '0271-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253397, 2327, '0271-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253398, 2327, '0271-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253399, 2327, '0271-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253400, 2327, '0272-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253401, 2327, '0272-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253402, 2327, '0272-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253403, 2327, '0272-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253404, 2327, '0272-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253405, 2327, '0272-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253406, 2327, '0272-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253407, 2327, '0272-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253408, 2327, '0272-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253409, 2327, '0272-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253410, 2327, '0272-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253411, 2327, '0272-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253412, 2327, '0273-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253413, 2327, '0273-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253414, 2327, '0273-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253415, 2327, '0273-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253416, 2327, '0273-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253417, 2327, '0273-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253418, 2327, '0273-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253419, 2327, '0273-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253420, 2327, '0273-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253421, 2327, '0273-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253422, 2327, '0273-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253423, 2327, '0273-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253424, 2327, '0274-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253425, 2327, '0274-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253426, 2327, '0274-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253427, 2327, '0274-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253428, 2327, '0274-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253429, 2327, '0274-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253430, 2327, '0274-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253431, 2327, '0274-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253432, 2327, '0274-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253433, 2327, '0274-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253434, 2327, '0274-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253435, 2327, '0274-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253436, 2327, '0275-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253437, 2327, '0275-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253438, 2327, '0275-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253439, 2327, '0275-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253440, 2327, '0275-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253441, 2327, '0275-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253442, 2327, '0275-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253443, 2327, '0275-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253444, 2327, '0275-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253445, 2327, '0275-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253446, 2327, '0275-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253447, 2327, '0275-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253448, 2327, '0276-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253449, 2327, '0276-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253450, 2327, '0276-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253451, 2327, '0276-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253452, 2327, '0276-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253453, 2327, '0276-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253454, 2327, '0276-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253455, 2327, '0276-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253456, 2327, '0276-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253457, 2327, '0276-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253458, 2327, '0276-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253459, 2327, '0276-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253460, 2327, '0277-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253461, 2327, '0277-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253462, 2327, '0277-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253463, 2327, '0277-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253464, 2327, '0277-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253465, 2327, '0277-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253466, 2327, '0277-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253467, 2327, '0277-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253468, 2327, '0277-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253469, 2327, '0277-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253470, 2327, '0277-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253471, 2327, '0277-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253472, 2327, '0278-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253473, 2327, '0278-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253474, 2327, '0278-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253475, 2327, '0278-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253476, 2327, '0278-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253477, 2327, '0278-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253478, 2327, '0278-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253479, 2327, '0278-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253480, 2327, '0278-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253481, 2327, '0278-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253482, 2327, '0278-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253483, 2327, '0278-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253484, 2327, '0279-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253485, 2327, '0279-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253486, 2327, '0279-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253487, 2327, '0279-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253488, 2327, '0279-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253489, 2327, '0279-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253490, 2327, '0279-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253491, 2327, '0279-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253492, 2327, '0279-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253493, 2327, '0279-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253494, 2327, '0279-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253495, 2327, '0279-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253496, 2327, '0280-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253497, 2327, '0280-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253498, 2327, '0280-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253499, 2327, '0280-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253500, 2327, '0280-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253501, 2327, '0280-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253502, 2327, '0280-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253503, 2327, '0280-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253504, 2327, '0280-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253505, 2327, '0280-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253506, 2327, '0280-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253507, 2327, '0280-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253508, 2327, '0281-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253509, 2327, '0281-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253510, 2327, '0281-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253511, 2327, '0281-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253512, 2327, '0281-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253513, 2327, '0281-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253514, 2327, '0281-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253515, 2327, '0281-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253516, 2327, '0281-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253517, 2327, '0281-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253518, 2327, '0281-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253519, 2327, '0281-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253520, 2327, '0282-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253521, 2327, '0282-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253522, 2327, '0282-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253523, 2327, '0282-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253524, 2327, '0282-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253525, 2327, '0282-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253526, 2327, '0282-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253527, 2327, '0282-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253528, 2327, '0282-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253529, 2327, '0282-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253530, 2327, '0282-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253531, 2327, '0282-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253532, 2327, '0283-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253533, 2327, '0283-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253534, 2327, '0283-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253535, 2327, '0283-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253536, 2327, '0283-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253537, 2327, '0283-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253538, 2327, '0283-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253539, 2327, '0283-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253540, 2327, '0283-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253541, 2327, '0283-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253542, 2327, '0283-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253543, 2327, '0283-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253544, 2327, '0284-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253545, 2327, '0284-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253546, 2327, '0284-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253547, 2327, '0284-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253548, 2327, '0284-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253549, 2327, '0284-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253550, 2327, '0284-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253551, 2327, '0284-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253552, 2327, '0284-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253553, 2327, '0284-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253554, 2327, '0284-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253555, 2327, '0284-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253556, 2327, '0285-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253557, 2327, '0285-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253558, 2327, '0285-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253559, 2327, '0285-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253560, 2327, '0285-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253561, 2327, '0285-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253562, 2327, '0285-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253563, 2327, '0285-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253564, 2327, '0285-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253565, 2327, '0285-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253566, 2327, '0285-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253567, 2327, '0285-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253568, 2327, '0286-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253569, 2327, '0286-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253570, 2327, '0286-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253571, 2327, '0286-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253572, 2327, '0286-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:17', '2023-10-31 14:14:17'),
(253573, 2327, '0286-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253574, 2327, '0286-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253575, 2327, '0286-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253576, 2327, '0286-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253577, 2327, '0286-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253578, 2327, '0286-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253579, 2327, '0286-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253580, 2327, '0287-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253581, 2327, '0287-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253582, 2327, '0287-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253583, 2327, '0287-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253584, 2327, '0287-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253585, 2327, '0287-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253586, 2327, '0287-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253587, 2327, '0287-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253588, 2327, '0287-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253589, 2327, '0287-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253590, 2327, '0287-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253591, 2327, '0287-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253592, 2327, '0288-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253593, 2327, '0288-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253594, 2327, '0288-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253595, 2327, '0288-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253596, 2327, '0288-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253597, 2327, '0288-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253598, 2327, '0288-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253599, 2327, '0288-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(253600, 2327, '0288-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253601, 2327, '0288-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253602, 2327, '0288-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253603, 2327, '0288-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253604, 2327, '0289-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253605, 2327, '0289-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253606, 2327, '0289-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253607, 2327, '0289-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253608, 2327, '0289-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253609, 2327, '0289-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253610, 2327, '0289-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253611, 2327, '0289-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253612, 2327, '0289-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253613, 2327, '0289-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253614, 2327, '0289-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253615, 2327, '0289-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253616, 2327, '0290-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253617, 2327, '0290-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253618, 2327, '0290-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253619, 2327, '0290-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253620, 2327, '0290-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253621, 2327, '0290-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253622, 2327, '0290-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253623, 2327, '0290-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253624, 2327, '0290-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253625, 2327, '0290-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253626, 2327, '0290-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253627, 2327, '0290-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253628, 2327, '0291-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253629, 2327, '0291-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253630, 2327, '0291-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253631, 2327, '0291-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253632, 2327, '0291-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253633, 2327, '0291-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253634, 2327, '0291-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253635, 2327, '0291-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253636, 2327, '0291-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253637, 2327, '0291-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253638, 2327, '0291-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253639, 2327, '0291-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253640, 2327, '0292-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253641, 2327, '0292-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253642, 2327, '0292-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253643, 2327, '0292-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253644, 2327, '0292-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253645, 2327, '0292-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253646, 2327, '0292-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253647, 2327, '0292-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253648, 2327, '0292-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253649, 2327, '0292-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253650, 2327, '0292-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253651, 2327, '0292-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253652, 2327, '0293-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253653, 2327, '0293-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253654, 2327, '0293-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253655, 2327, '0293-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253656, 2327, '0293-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253657, 2327, '0293-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253658, 2327, '0293-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253659, 2327, '0293-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253660, 2327, '0293-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253661, 2327, '0293-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253662, 2327, '0293-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253663, 2327, '0293-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253664, 2327, '0294-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253665, 2327, '0294-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253666, 2327, '0294-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253667, 2327, '0294-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253668, 2327, '0294-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253669, 2327, '0294-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253670, 2327, '0294-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253671, 2327, '0294-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253672, 2327, '0294-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253673, 2327, '0294-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253674, 2327, '0294-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253675, 2327, '0294-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253676, 2327, '0295-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253677, 2327, '0295-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253678, 2327, '0295-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253679, 2327, '0295-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253680, 2327, '0295-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253681, 2327, '0295-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253682, 2327, '0295-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253683, 2327, '0295-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253684, 2327, '0295-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253685, 2327, '0295-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253686, 2327, '0295-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253687, 2327, '0295-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253688, 2327, '0296-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253689, 2327, '0296-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253690, 2327, '0296-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253691, 2327, '0296-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253692, 2327, '0296-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253693, 2327, '0296-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253694, 2327, '0296-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253695, 2327, '0296-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253696, 2327, '0296-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253697, 2327, '0296-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253698, 2327, '0296-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253699, 2327, '0296-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253700, 2327, '0297-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253701, 2327, '0297-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253702, 2327, '0297-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253703, 2327, '0297-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253704, 2327, '0297-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253705, 2327, '0297-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253706, 2327, '0297-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253707, 2327, '0297-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253708, 2327, '0297-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253709, 2327, '0297-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253710, 2327, '0297-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253711, 2327, '0297-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253712, 2327, '0298-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253713, 2327, '0298-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253714, 2327, '0298-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253715, 2327, '0298-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253716, 2327, '0298-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253717, 2327, '0298-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253718, 2327, '0298-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253719, 2327, '0298-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253720, 2327, '0298-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253721, 2327, '0298-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253722, 2327, '0298-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253723, 2327, '0298-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253724, 2327, '0299-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253725, 2327, '0299-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253726, 2327, '0299-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253727, 2327, '0299-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253728, 2327, '0299-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253729, 2327, '0299-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253730, 2327, '0299-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253731, 2327, '0299-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253732, 2327, '0299-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253733, 2327, '0299-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253734, 2327, '0299-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253735, 2327, '0299-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253736, 2327, '0300-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253737, 2327, '0300-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253738, 2327, '0300-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253739, 2327, '0300-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253740, 2327, '0300-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253741, 2327, '0300-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253742, 2327, '0300-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253743, 2327, '0300-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253744, 2327, '0300-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253745, 2327, '0300-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253746, 2327, '0300-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253747, 2327, '0300-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253748, 2327, '0301-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253749, 2327, '0301-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253750, 2327, '0301-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253751, 2327, '0301-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253752, 2327, '0301-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253753, 2327, '0301-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253754, 2327, '0301-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253755, 2327, '0301-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253756, 2327, '0301-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253757, 2327, '0301-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253758, 2327, '0301-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253759, 2327, '0301-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253760, 2327, '0302-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253761, 2327, '0302-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253762, 2327, '0302-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253763, 2327, '0302-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253764, 2327, '0302-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253765, 2327, '0302-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253766, 2327, '0302-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253767, 2327, '0302-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253768, 2327, '0302-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253769, 2327, '0302-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253770, 2327, '0302-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253771, 2327, '0302-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253772, 2327, '0303-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253773, 2327, '0303-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253774, 2327, '0303-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253775, 2327, '0303-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253776, 2327, '0303-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253777, 2327, '0303-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253778, 2327, '0303-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253779, 2327, '0303-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253780, 2327, '0303-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253781, 2327, '0303-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253782, 2327, '0303-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253783, 2327, '0303-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253784, 2327, '0304-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253785, 2327, '0304-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253786, 2327, '0304-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253787, 2327, '0304-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253788, 2327, '0304-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253789, 2327, '0304-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253790, 2327, '0304-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253791, 2327, '0304-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253792, 2327, '0304-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253793, 2327, '0304-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253794, 2327, '0304-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253795, 2327, '0304-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253796, 2327, '0305-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253797, 2327, '0305-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253798, 2327, '0305-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253799, 2327, '0305-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253800, 2327, '0305-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253801, 2327, '0305-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253802, 2327, '0305-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253803, 2327, '0305-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253804, 2327, '0305-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253805, 2327, '0305-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253806, 2327, '0305-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253807, 2327, '0305-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253808, 2327, '0306-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253809, 2327, '0306-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253810, 2327, '0306-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253811, 2327, '0306-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253812, 2327, '0306-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253813, 2327, '0306-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253814, 2327, '0306-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253815, 2327, '0306-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253816, 2327, '0306-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253817, 2327, '0306-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253818, 2327, '0306-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253819, 2327, '0306-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253820, 2327, '0307-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253821, 2327, '0307-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253822, 2327, '0307-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253823, 2327, '0307-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253824, 2327, '0307-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253825, 2327, '0307-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253826, 2327, '0307-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253827, 2327, '0307-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253828, 2327, '0307-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253829, 2327, '0307-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253830, 2327, '0307-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253831, 2327, '0307-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253832, 2327, '0308-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253833, 2327, '0308-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253834, 2327, '0308-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253835, 2327, '0308-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253836, 2327, '0308-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253837, 2327, '0308-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253838, 2327, '0308-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:18', '2023-10-31 14:14:18'),
(253839, 2327, '0308-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(253840, 2327, '0308-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(253841, 2327, '0308-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(253842, 2327, '0308-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(253843, 2327, '0308-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(253844, 2327, '0309-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(253845, 2327, '0309-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(253846, 2327, '0309-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(253847, 2327, '0309-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(253848, 2327, '0309-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(253849, 2327, '0309-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(253850, 2327, '0309-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(253851, 2327, '0309-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(253852, 2327, '0309-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(253853, 2327, '0309-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(253854, 2327, '0309-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(253855, 2327, '0309-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(253856, 2327, '0310-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(253857, 2327, '0310-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(253858, 2327, '0310-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(253859, 2327, '0310-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(253860, 2327, '0310-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(253861, 2327, '0310-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(253862, 2327, '0310-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(253863, 2327, '0310-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(253864, 2327, '0310-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(253865, 2327, '0310-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(253866, 2327, '0310-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(253867, 2327, '0310-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(253868, 2327, '0311-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(253869, 2327, '0311-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(253870, 2327, '0311-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(253871, 2327, '0311-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(253872, 2327, '0311-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(253873, 2327, '0311-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(253874, 2327, '0311-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(253875, 2327, '0311-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(253876, 2327, '0311-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(253877, 2327, '0311-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(253878, 2327, '0311-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(253879, 2327, '0311-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(253880, 2327, '0312-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(253881, 2327, '0312-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(253882, 2327, '0312-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(253883, 2327, '0312-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(253884, 2327, '0312-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(253885, 2327, '0312-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(253886, 2327, '0312-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(253887, 2327, '0312-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(253888, 2327, '0312-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(253889, 2327, '0312-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(253890, 2327, '0312-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(253891, 2327, '0312-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(253892, 2327, '0313-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(253893, 2327, '0313-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(253894, 2327, '0313-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(253895, 2327, '0313-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(253896, 2327, '0313-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(253897, 2327, '0313-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(253898, 2327, '0313-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(253899, 2327, '0313-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(253900, 2327, '0313-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(253901, 2327, '0313-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(253902, 2327, '0313-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(253903, 2327, '0313-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(253904, 2327, '0314-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(253905, 2327, '0314-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(253906, 2327, '0314-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(253907, 2327, '0314-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(253908, 2327, '0314-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(253909, 2327, '0314-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(253910, 2327, '0314-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(253911, 2327, '0314-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(253912, 2327, '0314-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(253913, 2327, '0314-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(253914, 2327, '0314-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(253915, 2327, '0314-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(253916, 2327, '0315-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(253917, 2327, '0315-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(253918, 2327, '0315-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(253919, 2327, '0315-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(253920, 2327, '0315-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(253921, 2327, '0315-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(253922, 2327, '0315-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(253923, 2327, '0315-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(253924, 2327, '0315-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(253925, 2327, '0315-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(253926, 2327, '0315-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(253927, 2327, '0315-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(253928, 2327, '0316-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(253929, 2327, '0316-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(253930, 2327, '0316-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(253931, 2327, '0316-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(253932, 2327, '0316-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(253933, 2327, '0316-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(253934, 2327, '0316-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(253935, 2327, '0316-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(253936, 2327, '0316-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(253937, 2327, '0316-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(253938, 2327, '0316-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(253939, 2327, '0316-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(253940, 2327, '0317-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(253941, 2327, '0317-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(253942, 2327, '0317-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(253943, 2327, '0317-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(253944, 2327, '0317-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(253945, 2327, '0317-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(253946, 2327, '0317-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(253947, 2327, '0317-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(253948, 2327, '0317-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(253949, 2327, '0317-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(253950, 2327, '0317-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(253951, 2327, '0317-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(253952, 2327, '0318-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(253953, 2327, '0318-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(253954, 2327, '0318-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(253955, 2327, '0318-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(253956, 2327, '0318-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(253957, 2327, '0318-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(253958, 2327, '0318-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(253959, 2327, '0318-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(253960, 2327, '0318-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(253961, 2327, '0318-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(253962, 2327, '0318-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(253963, 2327, '0318-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(253964, 2327, '0319-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(253965, 2327, '0319-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(253966, 2327, '0319-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(253967, 2327, '0319-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(253968, 2327, '0319-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(253969, 2327, '0319-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(253970, 2327, '0319-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(253971, 2327, '0319-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(253972, 2327, '0319-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(253973, 2327, '0319-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(253974, 2327, '0319-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(253975, 2327, '0319-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(253976, 2327, '0320-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(253977, 2327, '0320-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(253978, 2327, '0320-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(253979, 2327, '0320-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(253980, 2327, '0320-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(253981, 2327, '0320-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(253982, 2327, '0320-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(253983, 2327, '0320-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(253984, 2327, '0320-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(253985, 2327, '0320-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(253986, 2327, '0320-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(253987, 2327, '0320-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(253988, 2327, '0321-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(253989, 2327, '0321-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(253990, 2327, '0321-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(253991, 2327, '0321-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(253992, 2327, '0321-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(253993, 2327, '0321-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(253994, 2327, '0321-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(253995, 2327, '0321-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(253996, 2327, '0321-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(253997, 2327, '0321-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(253998, 2327, '0321-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(253999, 2327, '0321-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(254000, 2327, '0322-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(254001, 2327, '0322-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(254002, 2327, '0322-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(254003, 2327, '0322-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(254004, 2327, '0322-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(254005, 2327, '0322-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(254006, 2327, '0322-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(254007, 2327, '0322-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(254008, 2327, '0322-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(254009, 2327, '0322-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(254010, 2327, '0322-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(254011, 2327, '0322-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(254012, 2327, '0323-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(254013, 2327, '0323-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(254014, 2327, '0323-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(254015, 2327, '0323-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(254016, 2327, '0323-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(254017, 2327, '0323-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(254018, 2327, '0323-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(254019, 2327, '0323-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(254020, 2327, '0323-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(254021, 2327, '0323-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(254022, 2327, '0323-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(254023, 2327, '0323-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(254024, 2327, '0324-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(254025, 2327, '0324-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(254026, 2327, '0324-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(254027, 2327, '0324-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(254028, 2327, '0324-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(254029, 2327, '0324-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(254030, 2327, '0324-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(254031, 2327, '0324-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(254032, 2327, '0324-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(254033, 2327, '0324-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(254034, 2327, '0324-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(254035, 2327, '0324-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(254036, 2327, '0325-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(254037, 2327, '0325-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(254038, 2327, '0325-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(254039, 2327, '0325-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(254040, 2327, '0325-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(254041, 2327, '0325-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(254042, 2327, '0325-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(254043, 2327, '0325-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(254044, 2327, '0325-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(254045, 2327, '0325-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(254046, 2327, '0325-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(254047, 2327, '0325-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(254048, 2327, '0326-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(254049, 2327, '0326-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(254050, 2327, '0326-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(254051, 2327, '0326-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(254052, 2327, '0326-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(254053, 2327, '0326-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(254054, 2327, '0326-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(254055, 2327, '0326-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(254056, 2327, '0326-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(254057, 2327, '0326-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(254058, 2327, '0326-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(254059, 2327, '0326-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(254060, 2327, '0327-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(254061, 2327, '0327-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(254062, 2327, '0327-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(254063, 2327, '0327-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(254064, 2327, '0327-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(254065, 2327, '0327-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(254066, 2327, '0327-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(254067, 2327, '0327-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(254068, 2327, '0327-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(254069, 2327, '0327-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(254070, 2327, '0327-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(254071, 2327, '0327-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(254072, 2327, '0328-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(254073, 2327, '0328-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(254074, 2327, '0328-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(254075, 2327, '0328-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(254076, 2327, '0328-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(254077, 2327, '0328-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(254078, 2327, '0328-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(254079, 2327, '0328-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(254080, 2327, '0328-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(254081, 2327, '0328-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(254082, 2327, '0328-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(254083, 2327, '0328-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(254084, 2327, '0329-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(254085, 2327, '0329-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(254086, 2327, '0329-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(254087, 2327, '0329-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(254088, 2327, '0329-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(254089, 2327, '0329-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(254090, 2327, '0329-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(254091, 2327, '0329-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(254092, 2327, '0329-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(254093, 2327, '0329-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(254094, 2327, '0329-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(254095, 2327, '0329-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(254096, 2327, '0330-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(254097, 2327, '0330-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(254098, 2327, '0330-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(254099, 2327, '0330-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(254100, 2327, '0330-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(254101, 2327, '0330-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(254102, 2327, '0330-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(254103, 2327, '0330-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(254104, 2327, '0330-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(254105, 2327, '0330-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(254106, 2327, '0330-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(254107, 2327, '0330-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(254108, 2327, '0331-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(254109, 2327, '0331-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(254110, 2327, '0331-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(254111, 2327, '0331-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(254112, 2327, '0331-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(254113, 2327, '0331-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(254114, 2327, '0331-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(254115, 2327, '0331-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(254116, 2327, '0331-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(254117, 2327, '0331-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(254118, 2327, '0331-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(254119, 2327, '0331-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(254120, 2327, '0332-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(254121, 2327, '0332-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(254122, 2327, '0332-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(254123, 2327, '0332-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(254124, 2327, '0332-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(254125, 2327, '0332-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(254126, 2327, '0332-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(254127, 2327, '0332-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(254128, 2327, '0332-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(254129, 2327, '0332-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(254130, 2327, '0332-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(254131, 2327, '0332-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(254132, 2327, '0333-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(254133, 2327, '0333-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(254134, 2327, '0333-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(254135, 2327, '0333-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(254136, 2327, '0333-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(254137, 2327, '0333-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(254138, 2327, '0333-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(254139, 2327, '0333-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(254140, 2327, '0333-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(254141, 2327, '0333-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(254142, 2327, '0333-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(254143, 2327, '0333-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(254144, 2327, '0334-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(254145, 2327, '0334-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(254146, 2327, '0334-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(254147, 2327, '0334-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(254148, 2327, '0334-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(254149, 2327, '0334-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(254150, 2327, '0334-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(254151, 2327, '0334-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(254152, 2327, '0334-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(254153, 2327, '0334-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(254154, 2327, '0334-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(254155, 2327, '0334-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(254156, 2327, '0335-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(254157, 2327, '0335-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(254158, 2327, '0335-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(254159, 2327, '0335-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(254160, 2327, '0335-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(254161, 2327, '0335-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(254162, 2327, '0335-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(254163, 2327, '0335-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(254164, 2327, '0335-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(254165, 2327, '0335-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(254166, 2327, '0335-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(254167, 2327, '0335-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(254168, 2327, '0336-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(254169, 2327, '0336-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(254170, 2327, '0336-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:19', '2023-10-31 14:14:19'),
(254171, 2327, '0336-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254172, 2327, '0336-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254173, 2327, '0336-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254174, 2327, '0336-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254175, 2327, '0336-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254176, 2327, '0336-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254177, 2327, '0336-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254178, 2327, '0336-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254179, 2327, '0336-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254180, 2327, '0337-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254181, 2327, '0337-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254182, 2327, '0337-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254183, 2327, '0337-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254184, 2327, '0337-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254185, 2327, '0337-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254186, 2327, '0337-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254187, 2327, '0337-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254188, 2327, '0337-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254189, 2327, '0337-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254190, 2327, '0337-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254191, 2327, '0337-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254192, 2327, '0338-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254193, 2327, '0338-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254194, 2327, '0338-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254195, 2327, '0338-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254196, 2327, '0338-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254197, 2327, '0338-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254198, 2327, '0338-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254199, 2327, '0338-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254200, 2327, '0338-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254201, 2327, '0338-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254202, 2327, '0338-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254203, 2327, '0338-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254204, 2327, '0339-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254205, 2327, '0339-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254206, 2327, '0339-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254207, 2327, '0339-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254208, 2327, '0339-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254209, 2327, '0339-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254210, 2327, '0339-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254211, 2327, '0339-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254212, 2327, '0339-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254213, 2327, '0339-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254214, 2327, '0339-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254215, 2327, '0339-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254216, 2327, '0340-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254217, 2327, '0340-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254218, 2327, '0340-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254219, 2327, '0340-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254220, 2327, '0340-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254221, 2327, '0340-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254222, 2327, '0340-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254223, 2327, '0340-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254224, 2327, '0340-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254225, 2327, '0340-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254226, 2327, '0340-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254227, 2327, '0340-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254228, 2327, '0341-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254229, 2327, '0341-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254230, 2327, '0341-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254231, 2327, '0341-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254232, 2327, '0341-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254233, 2327, '0341-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254234, 2327, '0341-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254235, 2327, '0341-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254236, 2327, '0341-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254237, 2327, '0341-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254238, 2327, '0341-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254239, 2327, '0341-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254240, 2327, '0342-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254241, 2327, '0342-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254242, 2327, '0342-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254243, 2327, '0342-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254244, 2327, '0342-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254245, 2327, '0342-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254246, 2327, '0342-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254247, 2327, '0342-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254248, 2327, '0342-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254249, 2327, '0342-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254250, 2327, '0342-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254251, 2327, '0342-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254252, 2327, '0343-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254253, 2327, '0343-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254254, 2327, '0343-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254255, 2327, '0343-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254256, 2327, '0343-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254257, 2327, '0343-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254258, 2327, '0343-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254259, 2327, '0343-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254260, 2327, '0343-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254261, 2327, '0343-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254262, 2327, '0343-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254263, 2327, '0343-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254264, 2327, '0344-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254265, 2327, '0344-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254266, 2327, '0344-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254267, 2327, '0344-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254268, 2327, '0344-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254269, 2327, '0344-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254270, 2327, '0344-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254271, 2327, '0344-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254272, 2327, '0344-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254273, 2327, '0344-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254274, 2327, '0344-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254275, 2327, '0344-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254276, 2327, '0345-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254277, 2327, '0345-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254278, 2327, '0345-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254279, 2327, '0345-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254280, 2327, '0345-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254281, 2327, '0345-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254282, 2327, '0345-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254283, 2327, '0345-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254284, 2327, '0345-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254285, 2327, '0345-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254286, 2327, '0345-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254287, 2327, '0345-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254288, 2327, '0346-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254289, 2327, '0346-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254290, 2327, '0346-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254291, 2327, '0346-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254292, 2327, '0346-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254293, 2327, '0346-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254294, 2327, '0346-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254295, 2327, '0346-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254296, 2327, '0346-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254297, 2327, '0346-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254298, 2327, '0346-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254299, 2327, '0346-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254300, 2327, '0347-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254301, 2327, '0347-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254302, 2327, '0347-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254303, 2327, '0347-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254304, 2327, '0347-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254305, 2327, '0347-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254306, 2327, '0347-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254307, 2327, '0347-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254308, 2327, '0347-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254309, 2327, '0347-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254310, 2327, '0347-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254311, 2327, '0347-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254312, 2327, '0348-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254313, 2327, '0348-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254314, 2327, '0348-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254315, 2327, '0348-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254316, 2327, '0348-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254317, 2327, '0348-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254318, 2327, '0348-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254319, 2327, '0348-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254320, 2327, '0348-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254321, 2327, '0348-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254322, 2327, '0348-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254323, 2327, '0348-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254324, 2327, '0349-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254325, 2327, '0349-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254326, 2327, '0349-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254327, 2327, '0349-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254328, 2327, '0349-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254329, 2327, '0349-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254330, 2327, '0349-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254331, 2327, '0349-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254332, 2327, '0349-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254333, 2327, '0349-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254334, 2327, '0349-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254335, 2327, '0349-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254336, 2327, '0350-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254337, 2327, '0350-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254338, 2327, '0350-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254339, 2327, '0350-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254340, 2327, '0350-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254341, 2327, '0350-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254342, 2327, '0350-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254343, 2327, '0350-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254344, 2327, '0350-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254345, 2327, '0350-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254346, 2327, '0350-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254347, 2327, '0350-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254348, 2327, '0351-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254349, 2327, '0351-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254350, 2327, '0351-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254351, 2327, '0351-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254352, 2327, '0351-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254353, 2327, '0351-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254354, 2327, '0351-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254355, 2327, '0351-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254356, 2327, '0351-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254357, 2327, '0351-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254358, 2327, '0351-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254359, 2327, '0351-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254360, 2327, '0352-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254361, 2327, '0352-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254362, 2327, '0352-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254363, 2327, '0352-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254364, 2327, '0352-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254365, 2327, '0352-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254366, 2327, '0352-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254367, 2327, '0352-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254368, 2327, '0352-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254369, 2327, '0352-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254370, 2327, '0352-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254371, 2327, '0352-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254372, 2327, '0353-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254373, 2327, '0353-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254374, 2327, '0353-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254375, 2327, '0353-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254376, 2327, '0353-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254377, 2327, '0353-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254378, 2327, '0353-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254379, 2327, '0353-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254380, 2327, '0353-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254381, 2327, '0353-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254382, 2327, '0353-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254383, 2327, '0353-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254384, 2327, '0354-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254385, 2327, '0354-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254386, 2327, '0354-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254387, 2327, '0354-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254388, 2327, '0354-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254389, 2327, '0354-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254390, 2327, '0354-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254391, 2327, '0354-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254392, 2327, '0354-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254393, 2327, '0354-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254394, 2327, '0354-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254395, 2327, '0354-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254396, 2327, '0355-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254397, 2327, '0355-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254398, 2327, '0355-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254399, 2327, '0355-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254400, 2327, '0355-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254401, 2327, '0355-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254402, 2327, '0355-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254403, 2327, '0355-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254404, 2327, '0355-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254405, 2327, '0355-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254406, 2327, '0355-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254407, 2327, '0355-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254408, 2327, '0356-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254409, 2327, '0356-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254410, 2327, '0356-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254411, 2327, '0356-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254412, 2327, '0356-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254413, 2327, '0356-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254414, 2327, '0356-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254415, 2327, '0356-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254416, 2327, '0356-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254417, 2327, '0356-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254418, 2327, '0356-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254419, 2327, '0356-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254420, 2327, '0357-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254421, 2327, '0357-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254422, 2327, '0357-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254423, 2327, '0357-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254424, 2327, '0357-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254425, 2327, '0357-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254426, 2327, '0357-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254427, 2327, '0357-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254428, 2327, '0357-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254429, 2327, '0357-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254430, 2327, '0357-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254431, 2327, '0357-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254432, 2327, '0358-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254433, 2327, '0358-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254434, 2327, '0358-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254435, 2327, '0358-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254436, 2327, '0358-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254437, 2327, '0358-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254438, 2327, '0358-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254439, 2327, '0358-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254440, 2327, '0358-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254441, 2327, '0358-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254442, 2327, '0358-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254443, 2327, '0358-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254444, 2327, '0359-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254445, 2327, '0359-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254446, 2327, '0359-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254447, 2327, '0359-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254448, 2327, '0359-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254449, 2327, '0359-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254450, 2327, '0359-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254451, 2327, '0359-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254452, 2327, '0359-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254453, 2327, '0359-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254454, 2327, '0359-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254455, 2327, '0359-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254456, 2327, '0360-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254457, 2327, '0360-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254458, 2327, '0360-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254459, 2327, '0360-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254460, 2327, '0360-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254461, 2327, '0360-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254462, 2327, '0360-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254463, 2327, '0360-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254464, 2327, '0360-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254465, 2327, '0360-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254466, 2327, '0360-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254467, 2327, '0360-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254468, 2327, '0361-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254469, 2327, '0361-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254470, 2327, '0361-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254471, 2327, '0361-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254472, 2327, '0361-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254473, 2327, '0361-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254474, 2327, '0361-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254475, 2327, '0361-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254476, 2327, '0361-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254477, 2327, '0361-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254478, 2327, '0361-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254479, 2327, '0361-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254480, 2327, '0362-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254481, 2327, '0362-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254482, 2327, '0362-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254483, 2327, '0362-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254484, 2327, '0362-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254485, 2327, '0362-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254486, 2327, '0362-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254487, 2327, '0362-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254488, 2327, '0362-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254489, 2327, '0362-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254490, 2327, '0362-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254491, 2327, '0362-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254492, 2327, '0363-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254493, 2327, '0363-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254494, 2327, '0363-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254495, 2327, '0363-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254496, 2327, '0363-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254497, 2327, '0363-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254498, 2327, '0363-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254499, 2327, '0363-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254500, 2327, '0363-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254501, 2327, '0363-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254502, 2327, '0363-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254503, 2327, '0363-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254504, 2327, '0364-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254505, 2327, '0364-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254506, 2327, '0364-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254507, 2327, '0364-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254508, 2327, '0364-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254509, 2327, '0364-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254510, 2327, '0364-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254511, 2327, '0364-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254512, 2327, '0364-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254513, 2327, '0364-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254514, 2327, '0364-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254515, 2327, '0364-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254516, 2327, '0365-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254517, 2327, '0365-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254518, 2327, '0365-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254519, 2327, '0365-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254520, 2327, '0365-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254521, 2327, '0365-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254522, 2327, '0365-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254523, 2327, '0365-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254524, 2327, '0365-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254525, 2327, '0365-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254526, 2327, '0365-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254527, 2327, '0365-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254528, 2327, '0366-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254529, 2327, '0366-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(254530, 2327, '0366-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254531, 2327, '0366-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254532, 2327, '0366-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254533, 2327, '0366-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254534, 2327, '0366-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254535, 2327, '0366-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254536, 2327, '0366-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254537, 2327, '0366-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254538, 2327, '0366-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254539, 2327, '0366-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254540, 2327, '0367-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254541, 2327, '0367-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254542, 2327, '0367-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254543, 2327, '0367-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254544, 2327, '0367-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254545, 2327, '0367-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254546, 2327, '0367-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254547, 2327, '0367-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254548, 2327, '0367-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254549, 2327, '0367-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254550, 2327, '0367-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254551, 2327, '0367-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254552, 2327, '0368-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254553, 2327, '0368-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254554, 2327, '0368-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254555, 2327, '0368-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254556, 2327, '0368-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254557, 2327, '0368-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254558, 2327, '0368-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254559, 2327, '0368-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254560, 2327, '0368-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254561, 2327, '0368-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254562, 2327, '0368-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254563, 2327, '0368-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254564, 2327, '0369-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254565, 2327, '0369-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254566, 2327, '0369-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254567, 2327, '0369-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254568, 2327, '0369-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254569, 2327, '0369-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254570, 2327, '0369-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254571, 2327, '0369-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254572, 2327, '0369-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254573, 2327, '0369-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254574, 2327, '0369-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254575, 2327, '0369-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254576, 2327, '0370-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254577, 2327, '0370-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254578, 2327, '0370-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254579, 2327, '0370-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254580, 2327, '0370-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254581, 2327, '0370-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254582, 2327, '0370-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254583, 2327, '0370-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254584, 2327, '0370-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254585, 2327, '0370-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254586, 2327, '0370-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:20', '2023-10-31 14:14:20'),
(254587, 2327, '0370-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254588, 2327, '0371-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254589, 2327, '0371-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254590, 2327, '0371-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254591, 2327, '0371-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254592, 2327, '0371-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254593, 2327, '0371-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254594, 2327, '0371-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254595, 2327, '0371-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254596, 2327, '0371-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254597, 2327, '0371-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254598, 2327, '0371-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254599, 2327, '0371-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254600, 2327, '0372-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254601, 2327, '0372-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254602, 2327, '0372-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254603, 2327, '0372-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254604, 2327, '0372-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254605, 2327, '0372-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254606, 2327, '0372-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254607, 2327, '0372-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254608, 2327, '0372-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254609, 2327, '0372-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254610, 2327, '0372-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254611, 2327, '0372-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254612, 2327, '0373-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254613, 2327, '0373-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254614, 2327, '0373-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254615, 2327, '0373-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254616, 2327, '0373-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254617, 2327, '0373-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254618, 2327, '0373-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254619, 2327, '0373-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254620, 2327, '0373-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254621, 2327, '0373-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254622, 2327, '0373-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254623, 2327, '0373-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254624, 2327, '0374-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254625, 2327, '0374-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254626, 2327, '0374-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254627, 2327, '0374-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254628, 2327, '0374-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254629, 2327, '0374-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254630, 2327, '0374-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254631, 2327, '0374-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254632, 2327, '0374-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254633, 2327, '0374-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254634, 2327, '0374-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254635, 2327, '0374-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254636, 2327, '0375-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254637, 2327, '0375-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254638, 2327, '0375-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254639, 2327, '0375-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254640, 2327, '0375-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254641, 2327, '0375-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254642, 2327, '0375-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254643, 2327, '0375-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254644, 2327, '0375-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254645, 2327, '0375-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254646, 2327, '0375-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254647, 2327, '0375-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254648, 2327, '0376-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254649, 2327, '0376-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254650, 2327, '0376-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254651, 2327, '0376-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254652, 2327, '0376-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254653, 2327, '0376-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254654, 2327, '0376-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254655, 2327, '0376-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254656, 2327, '0376-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254657, 2327, '0376-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254658, 2327, '0376-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254659, 2327, '0376-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254660, 2327, '0377-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254661, 2327, '0377-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254662, 2327, '0377-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254663, 2327, '0377-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254664, 2327, '0377-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254665, 2327, '0377-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254666, 2327, '0377-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254667, 2327, '0377-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254668, 2327, '0377-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254669, 2327, '0377-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254670, 2327, '0377-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254671, 2327, '0377-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254672, 2327, '0378-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254673, 2327, '0378-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254674, 2327, '0378-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254675, 2327, '0378-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254676, 2327, '0378-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254677, 2327, '0378-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254678, 2327, '0378-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254679, 2327, '0378-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254680, 2327, '0378-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254681, 2327, '0378-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254682, 2327, '0378-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254683, 2327, '0378-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254684, 2327, '0379-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254685, 2327, '0379-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254686, 2327, '0379-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254687, 2327, '0379-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254688, 2327, '0379-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254689, 2327, '0379-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254690, 2327, '0379-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254691, 2327, '0379-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254692, 2327, '0379-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254693, 2327, '0379-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254694, 2327, '0379-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254695, 2327, '0379-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254696, 2327, '0380-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254697, 2327, '0380-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254698, 2327, '0380-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254699, 2327, '0380-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254700, 2327, '0380-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254701, 2327, '0380-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254702, 2327, '0380-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254703, 2327, '0380-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254704, 2327, '0380-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254705, 2327, '0380-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254706, 2327, '0380-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254707, 2327, '0380-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254708, 2327, '0381-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254709, 2327, '0381-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254710, 2327, '0381-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254711, 2327, '0381-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254712, 2327, '0381-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254713, 2327, '0381-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254714, 2327, '0381-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254715, 2327, '0381-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254716, 2327, '0381-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254717, 2327, '0381-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254718, 2327, '0381-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254719, 2327, '0381-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254720, 2327, '0382-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254721, 2327, '0382-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254722, 2327, '0382-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254723, 2327, '0382-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254724, 2327, '0382-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254725, 2327, '0382-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254726, 2327, '0382-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254727, 2327, '0382-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254728, 2327, '0382-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254729, 2327, '0382-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254730, 2327, '0382-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254731, 2327, '0382-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254732, 2327, '0383-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254733, 2327, '0383-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254734, 2327, '0383-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254735, 2327, '0383-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254736, 2327, '0383-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254737, 2327, '0383-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254738, 2327, '0383-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254739, 2327, '0383-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254740, 2327, '0383-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254741, 2327, '0383-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254742, 2327, '0383-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254743, 2327, '0383-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254744, 2327, '0384-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254745, 2327, '0384-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254746, 2327, '0384-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254747, 2327, '0384-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254748, 2327, '0384-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254749, 2327, '0384-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254750, 2327, '0384-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254751, 2327, '0384-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254752, 2327, '0384-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254753, 2327, '0384-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254754, 2327, '0384-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254755, 2327, '0384-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254756, 2327, '0385-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254757, 2327, '0385-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254758, 2327, '0385-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254759, 2327, '0385-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254760, 2327, '0385-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254761, 2327, '0385-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254762, 2327, '0385-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254763, 2327, '0385-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254764, 2327, '0385-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254765, 2327, '0385-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254766, 2327, '0385-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254767, 2327, '0385-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254768, 2327, '0386-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254769, 2327, '0386-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254770, 2327, '0386-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254771, 2327, '0386-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254772, 2327, '0386-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254773, 2327, '0386-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254774, 2327, '0386-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254775, 2327, '0386-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254776, 2327, '0386-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254777, 2327, '0386-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254778, 2327, '0386-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254779, 2327, '0386-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254780, 2327, '0387-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254781, 2327, '0387-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254782, 2327, '0387-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254783, 2327, '0387-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254784, 2327, '0387-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254785, 2327, '0387-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254786, 2327, '0387-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254787, 2327, '0387-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254788, 2327, '0387-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254789, 2327, '0387-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254790, 2327, '0387-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254791, 2327, '0387-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254792, 2327, '0388-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254793, 2327, '0388-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254794, 2327, '0388-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254795, 2327, '0388-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254796, 2327, '0388-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254797, 2327, '0388-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254798, 2327, '0388-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254799, 2327, '0388-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254800, 2327, '0388-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254801, 2327, '0388-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254802, 2327, '0388-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254803, 2327, '0388-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254804, 2327, '0389-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254805, 2327, '0389-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254806, 2327, '0389-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254807, 2327, '0389-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254808, 2327, '0389-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254809, 2327, '0389-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254810, 2327, '0389-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254811, 2327, '0389-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254812, 2327, '0389-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254813, 2327, '0389-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254814, 2327, '0389-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254815, 2327, '0389-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254816, 2327, '0390-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254817, 2327, '0390-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254818, 2327, '0390-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254819, 2327, '0390-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254820, 2327, '0390-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254821, 2327, '0390-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254822, 2327, '0390-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254823, 2327, '0390-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254824, 2327, '0390-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254825, 2327, '0390-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254826, 2327, '0390-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254827, 2327, '0390-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254828, 2327, '0391-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254829, 2327, '0391-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254830, 2327, '0391-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254831, 2327, '0391-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254832, 2327, '0391-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254833, 2327, '0391-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254834, 2327, '0391-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254835, 2327, '0391-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254836, 2327, '0391-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254837, 2327, '0391-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254838, 2327, '0391-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254839, 2327, '0391-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254840, 2327, '0392-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254841, 2327, '0392-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254842, 2327, '0392-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254843, 2327, '0392-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254844, 2327, '0392-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254845, 2327, '0392-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254846, 2327, '0392-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254847, 2327, '0392-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254848, 2327, '0392-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254849, 2327, '0392-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254850, 2327, '0392-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254851, 2327, '0392-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254852, 2327, '0393-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254853, 2327, '0393-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254854, 2327, '0393-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254855, 2327, '0393-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254856, 2327, '0393-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254857, 2327, '0393-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254858, 2327, '0393-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254859, 2327, '0393-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254860, 2327, '0393-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254861, 2327, '0393-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254862, 2327, '0393-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254863, 2327, '0393-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254864, 2327, '0394-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254865, 2327, '0394-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254866, 2327, '0394-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254867, 2327, '0394-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254868, 2327, '0394-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254869, 2327, '0394-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254870, 2327, '0394-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254871, 2327, '0394-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254872, 2327, '0394-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254873, 2327, '0394-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254874, 2327, '0394-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254875, 2327, '0394-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254876, 2327, '0395-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254877, 2327, '0395-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254878, 2327, '0395-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254879, 2327, '0395-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254880, 2327, '0395-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254881, 2327, '0395-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254882, 2327, '0395-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254883, 2327, '0395-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254884, 2327, '0395-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254885, 2327, '0395-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254886, 2327, '0395-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254887, 2327, '0395-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:21', '2023-10-31 14:14:21'),
(254888, 2327, '0396-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(254889, 2327, '0396-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(254890, 2327, '0396-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(254891, 2327, '0396-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(254892, 2327, '0396-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(254893, 2327, '0396-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(254894, 2327, '0396-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(254895, 2327, '0396-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(254896, 2327, '0396-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(254897, 2327, '0396-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(254898, 2327, '0396-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(254899, 2327, '0396-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(254900, 2327, '0397-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(254901, 2327, '0397-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(254902, 2327, '0397-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(254903, 2327, '0397-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(254904, 2327, '0397-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(254905, 2327, '0397-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(254906, 2327, '0397-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(254907, 2327, '0397-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(254908, 2327, '0397-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(254909, 2327, '0397-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(254910, 2327, '0397-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(254911, 2327, '0397-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(254912, 2327, '0398-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(254913, 2327, '0398-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(254914, 2327, '0398-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(254915, 2327, '0398-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(254916, 2327, '0398-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(254917, 2327, '0398-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(254918, 2327, '0398-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(254919, 2327, '0398-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(254920, 2327, '0398-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(254921, 2327, '0398-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(254922, 2327, '0398-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(254923, 2327, '0398-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(254924, 2327, '0399-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(254925, 2327, '0399-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(254926, 2327, '0399-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(254927, 2327, '0399-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(254928, 2327, '0399-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(254929, 2327, '0399-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(254930, 2327, '0399-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(254931, 2327, '0399-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(254932, 2327, '0399-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(254933, 2327, '0399-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(254934, 2327, '0399-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(254935, 2327, '0399-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(254936, 2327, '0400-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(254937, 2327, '0400-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(254938, 2327, '0400-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(254939, 2327, '0400-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(254940, 2327, '0400-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(254941, 2327, '0400-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(254942, 2327, '0400-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(254943, 2327, '0400-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(254944, 2327, '0400-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(254945, 2327, '0400-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(254946, 2327, '0400-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(254947, 2327, '0400-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(254948, 2327, '0401-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(254949, 2327, '0401-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(254950, 2327, '0401-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(254951, 2327, '0401-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(254952, 2327, '0401-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(254953, 2327, '0401-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(254954, 2327, '0401-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(254955, 2327, '0401-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(254956, 2327, '0401-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(254957, 2327, '0401-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(254958, 2327, '0401-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(254959, 2327, '0401-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(254960, 2327, '0402-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(254961, 2327, '0402-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(254962, 2327, '0402-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(254963, 2327, '0402-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(254964, 2327, '0402-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(254965, 2327, '0402-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(254966, 2327, '0402-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(254967, 2327, '0402-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(254968, 2327, '0402-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(254969, 2327, '0402-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(254970, 2327, '0402-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(254971, 2327, '0402-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(254972, 2327, '0403-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(254973, 2327, '0403-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(254974, 2327, '0403-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(254975, 2327, '0403-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(254976, 2327, '0403-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(254977, 2327, '0403-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(254978, 2327, '0403-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(254979, 2327, '0403-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(254980, 2327, '0403-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(254981, 2327, '0403-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(254982, 2327, '0403-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(254983, 2327, '0403-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(254984, 2327, '0404-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(254985, 2327, '0404-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(254986, 2327, '0404-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(254987, 2327, '0404-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(254988, 2327, '0404-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(254989, 2327, '0404-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(254990, 2327, '0404-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(254991, 2327, '0404-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(254992, 2327, '0404-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(254993, 2327, '0404-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(254994, 2327, '0404-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(254995, 2327, '0404-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(254996, 2327, '0405-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(254997, 2327, '0405-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(254998, 2327, '0405-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(254999, 2327, '0405-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(255000, 2327, '0405-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(255001, 2327, '0405-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(255002, 2327, '0405-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(255003, 2327, '0405-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(255004, 2327, '0405-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(255005, 2327, '0405-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(255006, 2327, '0405-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(255007, 2327, '0405-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(255008, 2327, '0406-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(255009, 2327, '0406-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(255010, 2327, '0406-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(255011, 2327, '0406-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(255012, 2327, '0406-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(255013, 2327, '0406-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(255014, 2327, '0406-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(255015, 2327, '0406-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(255016, 2327, '0406-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(255017, 2327, '0406-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(255018, 2327, '0406-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(255019, 2327, '0406-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(255020, 2327, '0407-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(255021, 2327, '0407-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(255022, 2327, '0407-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(255023, 2327, '0407-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(255024, 2327, '0407-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(255025, 2327, '0407-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(255026, 2327, '0407-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(255027, 2327, '0407-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(255028, 2327, '0407-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(255029, 2327, '0407-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(255030, 2327, '0407-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(255031, 2327, '0407-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(255032, 2327, '0408-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(255033, 2327, '0408-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(255034, 2327, '0408-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(255035, 2327, '0408-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(255036, 2327, '0408-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(255037, 2327, '0408-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(255038, 2327, '0408-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(255039, 2327, '0408-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(255040, 2327, '0408-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(255041, 2327, '0408-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(255042, 2327, '0408-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(255043, 2327, '0408-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(255044, 2327, '0409-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(255045, 2327, '0409-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(255046, 2327, '0409-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(255047, 2327, '0409-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(255048, 2327, '0409-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(255049, 2327, '0409-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(255050, 2327, '0409-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(255051, 2327, '0409-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(255052, 2327, '0409-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(255053, 2327, '0409-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(255054, 2327, '0409-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(255055, 2327, '0409-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(255056, 2327, '0410-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(255057, 2327, '0410-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(255058, 2327, '0410-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(255059, 2327, '0410-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(255060, 2327, '0410-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(255061, 2327, '0410-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(255062, 2327, '0410-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(255063, 2327, '0410-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(255064, 2327, '0410-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(255065, 2327, '0410-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(255066, 2327, '0410-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(255067, 2327, '0410-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(255068, 2327, '0411-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(255069, 2327, '0411-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(255070, 2327, '0411-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(255071, 2327, '0411-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(255072, 2327, '0411-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(255073, 2327, '0411-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(255074, 2327, '0411-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(255075, 2327, '0411-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(255076, 2327, '0411-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(255077, 2327, '0411-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(255078, 2327, '0411-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(255079, 2327, '0411-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(255080, 2327, '0412-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(255081, 2327, '0412-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(255082, 2327, '0412-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(255083, 2327, '0412-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(255084, 2327, '0412-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(255085, 2327, '0412-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(255086, 2327, '0412-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(255087, 2327, '0412-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(255088, 2327, '0412-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(255089, 2327, '0412-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(255090, 2327, '0412-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(255091, 2327, '0412-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(255092, 2327, '0413-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(255093, 2327, '0413-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(255094, 2327, '0413-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(255095, 2327, '0413-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(255096, 2327, '0413-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(255097, 2327, '0413-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(255098, 2327, '0413-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(255099, 2327, '0413-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(255100, 2327, '0413-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(255101, 2327, '0413-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(255102, 2327, '0413-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(255103, 2327, '0413-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(255104, 2327, '0414-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(255105, 2327, '0414-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(255106, 2327, '0414-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(255107, 2327, '0414-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(255108, 2327, '0414-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(255109, 2327, '0414-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(255110, 2327, '0414-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(255111, 2327, '0414-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(255112, 2327, '0414-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(255113, 2327, '0414-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(255114, 2327, '0414-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(255115, 2327, '0414-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(255116, 2327, '0415-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(255117, 2327, '0415-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(255118, 2327, '0415-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(255119, 2327, '0415-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(255120, 2327, '0415-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(255121, 2327, '0415-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(255122, 2327, '0415-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(255123, 2327, '0415-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(255124, 2327, '0415-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(255125, 2327, '0415-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(255126, 2327, '0415-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(255127, 2327, '0415-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(255128, 2327, '0416-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(255129, 2327, '0416-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(255130, 2327, '0416-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(255131, 2327, '0416-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(255132, 2327, '0416-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(255133, 2327, '0416-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(255134, 2327, '0416-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(255135, 2327, '0416-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(255136, 2327, '0416-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(255137, 2327, '0416-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(255138, 2327, '0416-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(255139, 2327, '0416-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(255140, 2327, '0417-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(255141, 2327, '0417-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(255142, 2327, '0417-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(255143, 2327, '0417-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(255144, 2327, '0417-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(255145, 2327, '0417-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(255146, 2327, '0417-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(255147, 2327, '0417-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(255148, 2327, '0417-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(255149, 2327, '0417-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(255150, 2327, '0417-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(255151, 2327, '0417-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(255152, 2327, '0418-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(255153, 2327, '0418-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(255154, 2327, '0418-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(255155, 2327, '0418-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(255156, 2327, '0418-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(255157, 2327, '0418-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(255158, 2327, '0418-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(255159, 2327, '0418-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(255160, 2327, '0418-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(255161, 2327, '0418-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(255162, 2327, '0418-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(255163, 2327, '0418-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(255164, 2327, '0419-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(255165, 2327, '0419-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(255166, 2327, '0419-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(255167, 2327, '0419-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(255168, 2327, '0419-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(255169, 2327, '0419-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(255170, 2327, '0419-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(255171, 2327, '0419-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(255172, 2327, '0419-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(255173, 2327, '0419-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(255174, 2327, '0419-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(255175, 2327, '0419-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(255176, 2327, '0420-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(255177, 2327, '0420-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(255178, 2327, '0420-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(255179, 2327, '0420-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(255180, 2327, '0420-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(255181, 2327, '0420-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(255182, 2327, '0420-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(255183, 2327, '0420-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(255184, 2327, '0420-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(255185, 2327, '0420-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(255186, 2327, '0420-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(255187, 2327, '0420-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(255188, 2327, '0421-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(255189, 2327, '0421-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(255190, 2327, '0421-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(255191, 2327, '0421-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(255192, 2327, '0421-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(255193, 2327, '0421-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(255194, 2327, '0421-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(255195, 2327, '0421-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(255196, 2327, '0421-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(255197, 2327, '0421-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(255198, 2327, '0421-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(255199, 2327, '0421-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(255200, 2327, '0422-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(255201, 2327, '0422-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(255202, 2327, '0422-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(255203, 2327, '0422-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(255204, 2327, '0422-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(255205, 2327, '0422-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(255206, 2327, '0422-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:22', '2023-10-31 14:14:22'),
(255207, 2327, '0422-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:23', '2023-10-31 14:14:23'),
(255208, 2327, '0422-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:23', '2023-10-31 14:14:23'),
(255209, 2327, '0422-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:23', '2023-10-31 14:14:23'),
(255210, 2327, '0422-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:23', '2023-10-31 14:14:23'),
(255211, 2327, '0422-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:23', '2023-10-31 14:14:23'),
(255212, 2327, '0423-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:23', '2023-10-31 14:14:23'),
(255213, 2327, '0423-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:23', '2023-10-31 14:14:23'),
(255214, 2327, '0423-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:23', '2023-10-31 14:14:23'),
(255215, 2327, '0423-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:23', '2023-10-31 14:14:23'),
(255216, 2327, '0423-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:23', '2023-10-31 14:14:23'),
(255217, 2327, '0423-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:23', '2023-10-31 14:14:23'),
(255218, 2327, '0423-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:23', '2023-10-31 14:14:23'),
(255219, 2327, '0423-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:23', '2023-10-31 14:14:23'),
(255220, 2327, '0423-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:23', '2023-10-31 14:14:23'),
(255221, 2327, '0423-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:23', '2023-10-31 14:14:23'),
(255222, 2327, '0423-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:23', '2023-10-31 14:14:23'),
(255223, 2327, '0423-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:23', '2023-10-31 14:14:23'),
(255224, 2327, '0424-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:23', '2023-10-31 14:14:23'),
(255225, 2327, '0424-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:23', '2023-10-31 14:14:23'),
(255226, 2327, '0424-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:23', '2023-10-31 14:14:23'),
(255227, 2327, '0424-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:23', '2023-10-31 14:14:23'),
(255228, 2327, '0424-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:23', '2023-10-31 14:14:23'),
(255229, 2327, '0424-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:23', '2023-10-31 14:14:23'),
(255230, 2327, '0424-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:23', '2023-10-31 14:14:23'),
(255231, 2327, '0424-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:23', '2023-10-31 14:14:23'),
(255232, 2327, '0424-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:23', '2023-10-31 14:14:23'),
(255233, 2327, '0424-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:23', '2023-10-31 14:14:23'),
(255234, 2327, '0424-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:23', '2023-10-31 14:14:23'),
(255235, 2327, '0424-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:23', '2023-10-31 14:14:23'),
(255236, 2327, '0425-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:23', '2023-10-31 14:14:23'),
(255237, 2327, '0425-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:23', '2023-10-31 14:14:23'),
(255238, 2327, '0425-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:23', '2023-10-31 14:14:23'),
(255239, 2327, '0425-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:23', '2023-10-31 14:14:23'),
(255240, 2327, '0425-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:23', '2023-10-31 14:14:23'),
(255241, 2327, '0425-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:23', '2023-10-31 14:14:23'),
(255242, 2327, '0425-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:23', '2023-10-31 14:14:23'),
(255243, 2327, '0425-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:23', '2023-10-31 14:14:23'),
(255244, 2327, '0425-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:23', '2023-10-31 14:14:23'),
(255245, 2327, '0425-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:23', '2023-10-31 14:14:23'),
(255246, 2327, '0425-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:23', '2023-10-31 14:14:23'),
(255247, 2327, '0425-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:23', '2023-10-31 14:14:23'),
(255248, 2327, '0426-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:23', '2023-10-31 14:14:23'),
(255249, 2327, '0426-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:23', '2023-10-31 14:14:23'),
(255250, 2327, '0426-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:23', '2023-10-31 14:14:23'),
(255251, 2327, '0426-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:23', '2023-10-31 14:14:23'),
(255252, 2327, '0426-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:23', '2023-10-31 14:14:23'),
(255253, 2327, '0426-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:23', '2023-10-31 14:14:23'),
(255254, 2327, '0426-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:23', '2023-10-31 14:14:23'),
(255255, 2327, '0426-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:23', '2023-10-31 14:14:23'),
(255256, 2327, '0426-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:23', '2023-10-31 14:14:23'),
(255257, 2327, '0426-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:23', '2023-10-31 14:14:23'),
(255258, 2327, '0426-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:23', '2023-10-31 14:14:23'),
(255259, 2327, '0426-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:23', '2023-10-31 14:14:23'),
(255260, 2327, '0427-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:23', '2023-10-31 14:14:23'),
(255261, 2327, '0427-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:23', '2023-10-31 14:14:23'),
(255262, 2327, '0427-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:23', '2023-10-31 14:14:23'),
(255263, 2327, '0427-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:23', '2023-10-31 14:14:23'),
(255264, 2327, '0427-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:23', '2023-10-31 14:14:23'),
(255265, 2327, '0427-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:23', '2023-10-31 14:14:23'),
(255266, 2327, '0427-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:23', '2023-10-31 14:14:23'),
(255267, 2327, '0427-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:23', '2023-10-31 14:14:23'),
(255268, 2327, '0427-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:23', '2023-10-31 14:14:23'),
(255269, 2327, '0427-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:23', '2023-10-31 14:14:23'),
(255270, 2327, '0427-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:23', '2023-10-31 14:14:23'),
(255271, 2327, '0427-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:23', '2023-10-31 14:14:23'),
(255272, 2327, '0428-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:23', '2023-10-31 14:14:23'),
(255273, 2327, '0428-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:23', '2023-10-31 14:14:23'),
(255274, 2327, '0428-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:23', '2023-10-31 14:14:23'),
(255275, 2327, '0428-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:23', '2023-10-31 14:14:23'),
(255276, 2327, '0428-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:23', '2023-10-31 14:14:23'),
(255277, 2327, '0428-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:23', '2023-10-31 14:14:23'),
(255278, 2327, '0428-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:23', '2023-10-31 14:14:23'),
(255279, 2327, '0428-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:23', '2023-10-31 14:14:23'),
(255280, 2327, '0428-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:23', '2023-10-31 14:14:23'),
(255281, 2327, '0428-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:23', '2023-10-31 14:14:23'),
(255282, 2327, '0428-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:23', '2023-10-31 14:14:23'),
(255283, 2327, '0428-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:23', '2023-10-31 14:14:23'),
(255284, 2327, '0429-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:23', '2023-10-31 14:14:23'),
(255285, 2327, '0429-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:23', '2023-10-31 14:14:23'),
(255286, 2327, '0429-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:23', '2023-10-31 14:14:23'),
(255287, 2327, '0429-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:23', '2023-10-31 14:14:23'),
(255288, 2327, '0429-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:23', '2023-10-31 14:14:23'),
(255289, 2327, '0429-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:23', '2023-10-31 14:14:23'),
(255290, 2327, '0429-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:23', '2023-10-31 14:14:23'),
(255291, 2327, '0429-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:23', '2023-10-31 14:14:23'),
(255292, 2327, '0429-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:23', '2023-10-31 14:14:23'),
(255293, 2327, '0429-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:23', '2023-10-31 14:14:23'),
(255294, 2327, '0429-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:23', '2023-10-31 14:14:23'),
(255295, 2327, '0429-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:23', '2023-10-31 14:14:23'),
(255296, 2327, '0430-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:23', '2023-10-31 14:14:23'),
(255297, 2327, '0430-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:23', '2023-10-31 14:14:23'),
(255298, 2327, '0430-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:23', '2023-10-31 14:14:23'),
(255299, 2327, '0430-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:23', '2023-10-31 14:14:23'),
(255300, 2327, '0430-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:23', '2023-10-31 14:14:23'),
(255301, 2327, '0430-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:23', '2023-10-31 14:14:23'),
(255302, 2327, '0430-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:23', '2023-10-31 14:14:23'),
(255303, 2327, '0430-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:23', '2023-10-31 14:14:23'),
(255304, 2327, '0430-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:23', '2023-10-31 14:14:23'),
(255305, 2327, '0430-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:23', '2023-10-31 14:14:23'),
(255306, 2327, '0430-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:23', '2023-10-31 14:14:23'),
(255307, 2327, '0430-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:23', '2023-10-31 14:14:23'),
(255308, 2327, '0431-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:23', '2023-10-31 14:14:23'),
(255309, 2327, '0431-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:23', '2023-10-31 14:14:23'),
(255310, 2327, '0431-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:23', '2023-10-31 14:14:23'),
(255311, 2327, '0431-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:23', '2023-10-31 14:14:23'),
(255312, 2327, '0431-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:23', '2023-10-31 14:14:23'),
(255313, 2327, '0431-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:23', '2023-10-31 14:14:23'),
(255314, 2327, '0431-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:23', '2023-10-31 14:14:23'),
(255315, 2327, '0431-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:23', '2023-10-31 14:14:23'),
(255316, 2327, '0431-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:23', '2023-10-31 14:14:23'),
(255317, 2327, '0431-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:23', '2023-10-31 14:14:23'),
(255318, 2327, '0431-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:23', '2023-10-31 14:14:23'),
(255319, 2327, '0431-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:23', '2023-10-31 14:14:23'),
(255320, 2327, '0432-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:23', '2023-10-31 14:14:23'),
(255321, 2327, '0432-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:23', '2023-10-31 14:14:23'),
(255322, 2327, '0432-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:23', '2023-10-31 14:14:23'),
(255323, 2327, '0432-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:23', '2023-10-31 14:14:23'),
(255324, 2327, '0432-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:23', '2023-10-31 14:14:23'),
(255325, 2327, '0432-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:23', '2023-10-31 14:14:23'),
(255326, 2327, '0432-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:23', '2023-10-31 14:14:23'),
(255327, 2327, '0432-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:23', '2023-10-31 14:14:23'),
(255328, 2327, '0432-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:23', '2023-10-31 14:14:23'),
(255329, 2327, '0432-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:23', '2023-10-31 14:14:23'),
(255330, 2327, '0432-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:23', '2023-10-31 14:14:23'),
(255331, 2327, '0432-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:23', '2023-10-31 14:14:23'),
(255332, 2327, '0433-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:23', '2023-10-31 14:14:23'),
(255333, 2327, '0433-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:23', '2023-10-31 14:14:23'),
(255334, 2327, '0433-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:23', '2023-10-31 14:14:23'),
(255335, 2327, '0433-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:23', '2023-10-31 14:14:23'),
(255336, 2327, '0433-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:23', '2023-10-31 14:14:23'),
(255337, 2327, '0433-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:23', '2023-10-31 14:14:23'),
(255338, 2327, '0433-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:23', '2023-10-31 14:14:23'),
(255339, 2327, '0433-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:23', '2023-10-31 14:14:23'),
(255340, 2327, '0433-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:23', '2023-10-31 14:14:23'),
(255341, 2327, '0433-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:23', '2023-10-31 14:14:23'),
(255342, 2327, '0433-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:23', '2023-10-31 14:14:23'),
(255343, 2327, '0433-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:23', '2023-10-31 14:14:23'),
(255344, 2327, '0434-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:23', '2023-10-31 14:14:23'),
(255345, 2327, '0434-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:23', '2023-10-31 14:14:23'),
(255346, 2327, '0434-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:23', '2023-10-31 14:14:23'),
(255347, 2327, '0434-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:23', '2023-10-31 14:14:23'),
(255348, 2327, '0434-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:23', '2023-10-31 14:14:23'),
(255349, 2327, '0434-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:23', '2023-10-31 14:14:23'),
(255350, 2327, '0434-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:23', '2023-10-31 14:14:23'),
(255351, 2327, '0434-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:23', '2023-10-31 14:14:23'),
(255352, 2327, '0434-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:23', '2023-10-31 14:14:23'),
(255353, 2327, '0434-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:23', '2023-10-31 14:14:23'),
(255354, 2327, '0434-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:23', '2023-10-31 14:14:23'),
(255355, 2327, '0434-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:23', '2023-10-31 14:14:23'),
(255356, 2327, '0435-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:23', '2023-10-31 14:14:23'),
(255357, 2327, '0435-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:23', '2023-10-31 14:14:23'),
(255358, 2327, '0435-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:23', '2023-10-31 14:14:23'),
(255359, 2327, '0435-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:23', '2023-10-31 14:14:23'),
(255360, 2327, '0435-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:23', '2023-10-31 14:14:23'),
(255361, 2327, '0435-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:23', '2023-10-31 14:14:23'),
(255362, 2327, '0435-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:23', '2023-10-31 14:14:23'),
(255363, 2327, '0435-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:23', '2023-10-31 14:14:23'),
(255364, 2327, '0435-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:23', '2023-10-31 14:14:23'),
(255365, 2327, '0435-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:23', '2023-10-31 14:14:23'),
(255366, 2327, '0435-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:23', '2023-10-31 14:14:23'),
(255367, 2327, '0435-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:23', '2023-10-31 14:14:23'),
(255368, 2327, '0436-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:23', '2023-10-31 14:14:23'),
(255369, 2327, '0436-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:23', '2023-10-31 14:14:23'),
(255370, 2327, '0436-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:23', '2023-10-31 14:14:23'),
(255371, 2327, '0436-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:23', '2023-10-31 14:14:23'),
(255372, 2327, '0436-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:23', '2023-10-31 14:14:23'),
(255373, 2327, '0436-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:23', '2023-10-31 14:14:23'),
(255374, 2327, '0436-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:23', '2023-10-31 14:14:23'),
(255375, 2327, '0436-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:23', '2023-10-31 14:14:23'),
(255376, 2327, '0436-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:23', '2023-10-31 14:14:23'),
(255377, 2327, '0436-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:23', '2023-10-31 14:14:23'),
(255378, 2327, '0436-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:23', '2023-10-31 14:14:23'),
(255379, 2327, '0436-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:23', '2023-10-31 14:14:23'),
(255380, 2327, '0437-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:23', '2023-10-31 14:14:23'),
(255381, 2327, '0437-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:23', '2023-10-31 14:14:23'),
(255382, 2327, '0437-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:23', '2023-10-31 14:14:23'),
(255383, 2327, '0437-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:23', '2023-10-31 14:14:23'),
(255384, 2327, '0437-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:23', '2023-10-31 14:14:23'),
(255385, 2327, '0437-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:23', '2023-10-31 14:14:23'),
(255386, 2327, '0437-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:23', '2023-10-31 14:14:23'),
(255387, 2327, '0437-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:23', '2023-10-31 14:14:23'),
(255388, 2327, '0437-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:23', '2023-10-31 14:14:23'),
(255389, 2327, '0437-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:23', '2023-10-31 14:14:23'),
(255390, 2327, '0437-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:23', '2023-10-31 14:14:23'),
(255391, 2327, '0437-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:23', '2023-10-31 14:14:23'),
(255392, 2327, '0438-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:23', '2023-10-31 14:14:23'),
(255393, 2327, '0438-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:23', '2023-10-31 14:14:23'),
(255394, 2327, '0438-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:23', '2023-10-31 14:14:23'),
(255395, 2327, '0438-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:23', '2023-10-31 14:14:23'),
(255396, 2327, '0438-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:23', '2023-10-31 14:14:23'),
(255397, 2327, '0438-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:23', '2023-10-31 14:14:23'),
(255398, 2327, '0438-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:23', '2023-10-31 14:14:23'),
(255399, 2327, '0438-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:23', '2023-10-31 14:14:23'),
(255400, 2327, '0438-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:23', '2023-10-31 14:14:23'),
(255401, 2327, '0438-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:23', '2023-10-31 14:14:23'),
(255402, 2327, '0438-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:23', '2023-10-31 14:14:23'),
(255403, 2327, '0438-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:23', '2023-10-31 14:14:23'),
(255404, 2327, '0439-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:23', '2023-10-31 14:14:23'),
(255405, 2327, '0439-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:23', '2023-10-31 14:14:23'),
(255406, 2327, '0439-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:23', '2023-10-31 14:14:23'),
(255407, 2327, '0439-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:23', '2023-10-31 14:14:23'),
(255408, 2327, '0439-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:23', '2023-10-31 14:14:23'),
(255409, 2327, '0439-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:23', '2023-10-31 14:14:23'),
(255410, 2327, '0439-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:23', '2023-10-31 14:14:23'),
(255411, 2327, '0439-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:23', '2023-10-31 14:14:23'),
(255412, 2327, '0439-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:23', '2023-10-31 14:14:23'),
(255413, 2327, '0439-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:23', '2023-10-31 14:14:23'),
(255414, 2327, '0439-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:23', '2023-10-31 14:14:23'),
(255415, 2327, '0439-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:23', '2023-10-31 14:14:23'),
(255416, 2327, '0440-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:23', '2023-10-31 14:14:23'),
(255417, 2327, '0440-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:23', '2023-10-31 14:14:23'),
(255418, 2327, '0440-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:23', '2023-10-31 14:14:23'),
(255419, 2327, '0440-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:23', '2023-10-31 14:14:23'),
(255420, 2327, '0440-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:23', '2023-10-31 14:14:23'),
(255421, 2327, '0440-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:23', '2023-10-31 14:14:23'),
(255422, 2327, '0440-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:23', '2023-10-31 14:14:23'),
(255423, 2327, '0440-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:23', '2023-10-31 14:14:23'),
(255424, 2327, '0440-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:23', '2023-10-31 14:14:23'),
(255425, 2327, '0440-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:23', '2023-10-31 14:14:23'),
(255426, 2327, '0440-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:23', '2023-10-31 14:14:23'),
(255427, 2327, '0440-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:23', '2023-10-31 14:14:23'),
(255428, 2327, '0441-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:23', '2023-10-31 14:14:23'),
(255429, 2327, '0441-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:23', '2023-10-31 14:14:23'),
(255430, 2327, '0441-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:23', '2023-10-31 14:14:23'),
(255431, 2327, '0441-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:23', '2023-10-31 14:14:23'),
(255432, 2327, '0441-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:23', '2023-10-31 14:14:23'),
(255433, 2327, '0441-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:23', '2023-10-31 14:14:23'),
(255434, 2327, '0441-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:23', '2023-10-31 14:14:23'),
(255435, 2327, '0441-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:23', '2023-10-31 14:14:23'),
(255436, 2327, '0441-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:23', '2023-10-31 14:14:23'),
(255437, 2327, '0441-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:23', '2023-10-31 14:14:23'),
(255438, 2327, '0441-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:23', '2023-10-31 14:14:23'),
(255439, 2327, '0441-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:23', '2023-10-31 14:14:23'),
(255440, 2327, '0442-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:23', '2023-10-31 14:14:23'),
(255441, 2327, '0442-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:23', '2023-10-31 14:14:23'),
(255442, 2327, '0442-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255443, 2327, '0442-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255444, 2327, '0442-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255445, 2327, '0442-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255446, 2327, '0442-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255447, 2327, '0442-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255448, 2327, '0442-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255449, 2327, '0442-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255450, 2327, '0442-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255451, 2327, '0442-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255452, 2327, '0443-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255453, 2327, '0443-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255454, 2327, '0443-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255455, 2327, '0443-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255456, 2327, '0443-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255457, 2327, '0443-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255458, 2327, '0443-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255459, 2327, '0443-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(255460, 2327, '0443-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255461, 2327, '0443-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255462, 2327, '0443-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255463, 2327, '0443-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255464, 2327, '0444-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255465, 2327, '0444-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255466, 2327, '0444-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255467, 2327, '0444-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255468, 2327, '0444-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255469, 2327, '0444-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255470, 2327, '0444-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255471, 2327, '0444-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255472, 2327, '0444-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255473, 2327, '0444-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255474, 2327, '0444-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255475, 2327, '0444-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255476, 2327, '0445-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255477, 2327, '0445-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255478, 2327, '0445-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255479, 2327, '0445-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255480, 2327, '0445-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255481, 2327, '0445-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255482, 2327, '0445-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255483, 2327, '0445-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255484, 2327, '0445-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255485, 2327, '0445-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255486, 2327, '0445-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255487, 2327, '0445-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255488, 2327, '0446-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255489, 2327, '0446-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255490, 2327, '0446-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255491, 2327, '0446-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255492, 2327, '0446-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255493, 2327, '0446-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255494, 2327, '0446-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255495, 2327, '0446-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255496, 2327, '0446-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255497, 2327, '0446-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255498, 2327, '0446-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255499, 2327, '0446-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255500, 2327, '0447-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255501, 2327, '0447-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255502, 2327, '0447-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255503, 2327, '0447-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255504, 2327, '0447-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255505, 2327, '0447-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255506, 2327, '0447-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255507, 2327, '0447-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255508, 2327, '0447-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255509, 2327, '0447-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255510, 2327, '0447-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255511, 2327, '0447-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255512, 2327, '0448-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255513, 2327, '0448-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255514, 2327, '0448-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255515, 2327, '0448-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255516, 2327, '0448-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255517, 2327, '0448-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255518, 2327, '0448-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255519, 2327, '0448-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255520, 2327, '0448-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255521, 2327, '0448-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255522, 2327, '0448-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255523, 2327, '0448-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255524, 2327, '0449-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255525, 2327, '0449-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255526, 2327, '0449-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255527, 2327, '0449-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255528, 2327, '0449-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255529, 2327, '0449-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255530, 2327, '0449-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255531, 2327, '0449-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255532, 2327, '0449-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255533, 2327, '0449-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255534, 2327, '0449-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255535, 2327, '0449-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255536, 2327, '0450-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255537, 2327, '0450-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255538, 2327, '0450-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255539, 2327, '0450-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255540, 2327, '0450-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255541, 2327, '0450-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255542, 2327, '0450-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255543, 2327, '0450-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255544, 2327, '0450-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255545, 2327, '0450-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255546, 2327, '0450-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255547, 2327, '0450-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255548, 2327, '0451-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255549, 2327, '0451-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255550, 2327, '0451-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255551, 2327, '0451-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255552, 2327, '0451-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255553, 2327, '0451-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255554, 2327, '0451-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255555, 2327, '0451-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255556, 2327, '0451-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255557, 2327, '0451-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255558, 2327, '0451-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255559, 2327, '0451-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255560, 2327, '0452-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255561, 2327, '0452-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255562, 2327, '0452-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255563, 2327, '0452-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255564, 2327, '0452-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255565, 2327, '0452-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255566, 2327, '0452-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255567, 2327, '0452-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255568, 2327, '0452-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255569, 2327, '0452-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255570, 2327, '0452-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255571, 2327, '0452-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255572, 2327, '0453-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255573, 2327, '0453-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255574, 2327, '0453-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255575, 2327, '0453-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255576, 2327, '0453-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255577, 2327, '0453-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255578, 2327, '0453-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255579, 2327, '0453-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255580, 2327, '0453-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255581, 2327, '0453-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255582, 2327, '0453-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255583, 2327, '0453-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255584, 2327, '0454-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255585, 2327, '0454-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255586, 2327, '0454-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255587, 2327, '0454-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255588, 2327, '0454-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255589, 2327, '0454-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255590, 2327, '0454-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255591, 2327, '0454-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255592, 2327, '0454-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255593, 2327, '0454-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255594, 2327, '0454-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255595, 2327, '0454-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255596, 2327, '0455-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255597, 2327, '0455-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255598, 2327, '0455-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255599, 2327, '0455-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255600, 2327, '0455-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255601, 2327, '0455-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255602, 2327, '0455-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255603, 2327, '0455-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255604, 2327, '0455-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255605, 2327, '0455-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255606, 2327, '0455-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255607, 2327, '0455-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255608, 2327, '0456-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255609, 2327, '0456-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255610, 2327, '0456-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255611, 2327, '0456-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255612, 2327, '0456-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255613, 2327, '0456-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255614, 2327, '0456-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255615, 2327, '0456-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255616, 2327, '0456-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255617, 2327, '0456-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255618, 2327, '0456-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255619, 2327, '0456-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255620, 2327, '0457-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255621, 2327, '0457-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255622, 2327, '0457-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255623, 2327, '0457-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255624, 2327, '0457-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255625, 2327, '0457-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255626, 2327, '0457-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255627, 2327, '0457-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255628, 2327, '0457-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255629, 2327, '0457-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255630, 2327, '0457-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255631, 2327, '0457-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255632, 2327, '0458-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255633, 2327, '0458-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255634, 2327, '0458-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255635, 2327, '0458-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255636, 2327, '0458-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255637, 2327, '0458-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255638, 2327, '0458-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255639, 2327, '0458-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255640, 2327, '0458-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255641, 2327, '0458-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255642, 2327, '0458-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255643, 2327, '0458-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255644, 2327, '0459-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255645, 2327, '0459-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255646, 2327, '0459-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255647, 2327, '0459-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255648, 2327, '0459-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255649, 2327, '0459-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255650, 2327, '0459-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255651, 2327, '0459-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255652, 2327, '0459-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255653, 2327, '0459-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255654, 2327, '0459-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255655, 2327, '0459-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255656, 2327, '0460-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255657, 2327, '0460-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255658, 2327, '0460-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255659, 2327, '0460-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255660, 2327, '0460-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255661, 2327, '0460-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255662, 2327, '0460-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255663, 2327, '0460-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255664, 2327, '0460-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255665, 2327, '0460-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255666, 2327, '0460-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255667, 2327, '0460-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255668, 2327, '0461-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255669, 2327, '0461-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255670, 2327, '0461-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255671, 2327, '0461-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255672, 2327, '0461-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255673, 2327, '0461-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255674, 2327, '0461-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255675, 2327, '0461-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255676, 2327, '0461-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255677, 2327, '0461-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255678, 2327, '0461-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255679, 2327, '0461-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255680, 2327, '0462-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255681, 2327, '0462-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255682, 2327, '0462-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255683, 2327, '0462-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255684, 2327, '0462-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255685, 2327, '0462-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255686, 2327, '0462-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255687, 2327, '0462-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255688, 2327, '0462-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255689, 2327, '0462-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255690, 2327, '0462-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255691, 2327, '0462-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255692, 2327, '0463-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255693, 2327, '0463-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255694, 2327, '0463-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255695, 2327, '0463-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255696, 2327, '0463-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255697, 2327, '0463-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255698, 2327, '0463-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255699, 2327, '0463-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255700, 2327, '0463-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255701, 2327, '0463-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255702, 2327, '0463-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255703, 2327, '0463-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255704, 2327, '0464-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255705, 2327, '0464-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255706, 2327, '0464-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255707, 2327, '0464-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255708, 2327, '0464-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255709, 2327, '0464-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255710, 2327, '0464-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255711, 2327, '0464-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255712, 2327, '0464-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255713, 2327, '0464-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255714, 2327, '0464-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255715, 2327, '0464-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255716, 2327, '0465-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255717, 2327, '0465-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255718, 2327, '0465-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255719, 2327, '0465-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255720, 2327, '0465-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255721, 2327, '0465-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255722, 2327, '0465-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255723, 2327, '0465-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255724, 2327, '0465-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255725, 2327, '0465-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255726, 2327, '0465-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255727, 2327, '0465-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255728, 2327, '0466-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255729, 2327, '0466-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255730, 2327, '0466-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255731, 2327, '0466-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255732, 2327, '0466-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255733, 2327, '0466-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:24', '2023-10-31 14:14:24'),
(255734, 2327, '0466-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255735, 2327, '0466-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255736, 2327, '0466-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255737, 2327, '0466-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255738, 2327, '0466-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255739, 2327, '0466-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255740, 2327, '0467-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255741, 2327, '0467-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255742, 2327, '0467-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255743, 2327, '0467-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255744, 2327, '0467-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255745, 2327, '0467-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255746, 2327, '0467-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255747, 2327, '0467-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255748, 2327, '0467-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255749, 2327, '0467-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255750, 2327, '0467-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255751, 2327, '0467-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255752, 2327, '0468-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255753, 2327, '0468-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255754, 2327, '0468-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255755, 2327, '0468-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255756, 2327, '0468-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255757, 2327, '0468-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255758, 2327, '0468-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255759, 2327, '0468-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255760, 2327, '0468-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255761, 2327, '0468-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255762, 2327, '0468-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255763, 2327, '0468-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255764, 2327, '0469-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255765, 2327, '0469-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255766, 2327, '0469-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255767, 2327, '0469-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255768, 2327, '0469-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255769, 2327, '0469-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255770, 2327, '0469-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255771, 2327, '0469-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255772, 2327, '0469-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255773, 2327, '0469-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255774, 2327, '0469-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255775, 2327, '0469-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255776, 2327, '0470-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255777, 2327, '0470-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255778, 2327, '0470-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255779, 2327, '0470-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255780, 2327, '0470-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255781, 2327, '0470-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255782, 2327, '0470-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255783, 2327, '0470-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255784, 2327, '0470-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255785, 2327, '0470-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255786, 2327, '0470-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255787, 2327, '0470-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255788, 2327, '0471-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255789, 2327, '0471-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255790, 2327, '0471-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255791, 2327, '0471-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255792, 2327, '0471-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255793, 2327, '0471-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255794, 2327, '0471-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255795, 2327, '0471-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255796, 2327, '0471-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255797, 2327, '0471-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255798, 2327, '0471-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255799, 2327, '0471-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255800, 2327, '0472-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255801, 2327, '0472-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255802, 2327, '0472-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255803, 2327, '0472-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255804, 2327, '0472-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255805, 2327, '0472-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255806, 2327, '0472-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255807, 2327, '0472-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255808, 2327, '0472-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255809, 2327, '0472-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255810, 2327, '0472-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255811, 2327, '0472-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255812, 2327, '0473-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255813, 2327, '0473-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255814, 2327, '0473-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255815, 2327, '0473-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255816, 2327, '0473-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255817, 2327, '0473-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255818, 2327, '0473-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255819, 2327, '0473-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255820, 2327, '0473-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255821, 2327, '0473-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255822, 2327, '0473-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255823, 2327, '0473-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255824, 2327, '0474-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255825, 2327, '0474-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255826, 2327, '0474-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255827, 2327, '0474-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255828, 2327, '0474-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255829, 2327, '0474-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255830, 2327, '0474-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255831, 2327, '0474-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255832, 2327, '0474-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255833, 2327, '0474-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255834, 2327, '0474-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255835, 2327, '0474-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255836, 2327, '0475-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255837, 2327, '0475-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255838, 2327, '0475-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255839, 2327, '0475-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255840, 2327, '0475-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255841, 2327, '0475-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255842, 2327, '0475-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255843, 2327, '0475-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255844, 2327, '0475-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255845, 2327, '0475-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255846, 2327, '0475-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255847, 2327, '0475-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255848, 2327, '0476-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255849, 2327, '0476-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255850, 2327, '0476-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255851, 2327, '0476-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255852, 2327, '0476-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255853, 2327, '0476-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255854, 2327, '0476-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255855, 2327, '0476-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255856, 2327, '0476-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255857, 2327, '0476-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255858, 2327, '0476-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255859, 2327, '0476-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255860, 2327, '0477-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255861, 2327, '0477-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255862, 2327, '0477-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255863, 2327, '0477-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255864, 2327, '0477-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255865, 2327, '0477-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255866, 2327, '0477-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255867, 2327, '0477-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255868, 2327, '0477-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255869, 2327, '0477-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255870, 2327, '0477-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255871, 2327, '0477-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255872, 2327, '0478-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255873, 2327, '0478-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255874, 2327, '0478-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255875, 2327, '0478-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255876, 2327, '0478-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255877, 2327, '0478-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255878, 2327, '0478-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255879, 2327, '0478-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255880, 2327, '0478-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255881, 2327, '0478-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255882, 2327, '0478-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255883, 2327, '0478-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255884, 2327, '0479-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255885, 2327, '0479-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255886, 2327, '0479-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255887, 2327, '0479-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255888, 2327, '0479-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255889, 2327, '0479-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255890, 2327, '0479-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255891, 2327, '0479-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255892, 2327, '0479-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255893, 2327, '0479-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255894, 2327, '0479-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255895, 2327, '0479-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255896, 2327, '0480-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255897, 2327, '0480-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255898, 2327, '0480-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255899, 2327, '0480-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255900, 2327, '0480-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255901, 2327, '0480-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255902, 2327, '0480-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255903, 2327, '0480-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255904, 2327, '0480-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255905, 2327, '0480-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255906, 2327, '0480-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255907, 2327, '0480-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255908, 2327, '0481-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255909, 2327, '0481-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255910, 2327, '0481-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255911, 2327, '0481-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255912, 2327, '0481-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255913, 2327, '0481-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255914, 2327, '0481-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255915, 2327, '0481-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255916, 2327, '0481-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255917, 2327, '0481-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255918, 2327, '0481-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255919, 2327, '0481-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255920, 2327, '0482-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255921, 2327, '0482-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255922, 2327, '0482-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255923, 2327, '0482-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255924, 2327, '0482-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(255925, 2327, '0482-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255926, 2327, '0482-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255927, 2327, '0482-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255928, 2327, '0482-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255929, 2327, '0482-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255930, 2327, '0482-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255931, 2327, '0482-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255932, 2327, '0483-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255933, 2327, '0483-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255934, 2327, '0483-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255935, 2327, '0483-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255936, 2327, '0483-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255937, 2327, '0483-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255938, 2327, '0483-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255939, 2327, '0483-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255940, 2327, '0483-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255941, 2327, '0483-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255942, 2327, '0483-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255943, 2327, '0483-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255944, 2327, '0484-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255945, 2327, '0484-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255946, 2327, '0484-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255947, 2327, '0484-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255948, 2327, '0484-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255949, 2327, '0484-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255950, 2327, '0484-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255951, 2327, '0484-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255952, 2327, '0484-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255953, 2327, '0484-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255954, 2327, '0484-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255955, 2327, '0484-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255956, 2327, '0485-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255957, 2327, '0485-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255958, 2327, '0485-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255959, 2327, '0485-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255960, 2327, '0485-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255961, 2327, '0485-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255962, 2327, '0485-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255963, 2327, '0485-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255964, 2327, '0485-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255965, 2327, '0485-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255966, 2327, '0485-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255967, 2327, '0485-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255968, 2327, '0486-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255969, 2327, '0486-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255970, 2327, '0486-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255971, 2327, '0486-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255972, 2327, '0486-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255973, 2327, '0486-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255974, 2327, '0486-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255975, 2327, '0486-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255976, 2327, '0486-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255977, 2327, '0486-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255978, 2327, '0486-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255979, 2327, '0486-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255980, 2327, '0487-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255981, 2327, '0487-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255982, 2327, '0487-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255983, 2327, '0487-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255984, 2327, '0487-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255985, 2327, '0487-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255986, 2327, '0487-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255987, 2327, '0487-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255988, 2327, '0487-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255989, 2327, '0487-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255990, 2327, '0487-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255991, 2327, '0487-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255992, 2327, '0488-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255993, 2327, '0488-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255994, 2327, '0488-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255995, 2327, '0488-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255996, 2327, '0488-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255997, 2327, '0488-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255998, 2327, '0488-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(255999, 2327, '0488-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(256000, 2327, '0488-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(256001, 2327, '0488-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(256002, 2327, '0488-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(256003, 2327, '0488-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(256004, 2327, '0489-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(256005, 2327, '0489-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(256006, 2327, '0489-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(256007, 2327, '0489-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(256008, 2327, '0489-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(256009, 2327, '0489-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(256010, 2327, '0489-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(256011, 2327, '0489-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(256012, 2327, '0489-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(256013, 2327, '0489-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(256014, 2327, '0489-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(256015, 2327, '0489-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(256016, 2327, '0490-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(256017, 2327, '0490-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(256018, 2327, '0490-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(256019, 2327, '0490-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(256020, 2327, '0490-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(256021, 2327, '0490-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(256022, 2327, '0490-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(256023, 2327, '0490-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(256024, 2327, '0490-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(256025, 2327, '0490-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(256026, 2327, '0490-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(256027, 2327, '0490-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(256028, 2327, '0491-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(256029, 2327, '0491-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(256030, 2327, '0491-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(256031, 2327, '0491-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(256032, 2327, '0491-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(256033, 2327, '0491-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(256034, 2327, '0491-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(256035, 2327, '0491-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(256036, 2327, '0491-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(256037, 2327, '0491-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(256038, 2327, '0491-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(256039, 2327, '0491-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(256040, 2327, '0492-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(256041, 2327, '0492-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(256042, 2327, '0492-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(256043, 2327, '0492-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(256044, 2327, '0492-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(256045, 2327, '0492-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(256046, 2327, '0492-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(256047, 2327, '0492-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(256048, 2327, '0492-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(256049, 2327, '0492-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(256050, 2327, '0492-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(256051, 2327, '0492-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(256052, 2327, '0493-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(256053, 2327, '0493-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(256054, 2327, '0493-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(256055, 2327, '0493-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(256056, 2327, '0493-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(256057, 2327, '0493-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(256058, 2327, '0493-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(256059, 2327, '0493-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(256060, 2327, '0493-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(256061, 2327, '0493-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(256062, 2327, '0493-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(256063, 2327, '0493-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(256064, 2327, '0494-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(256065, 2327, '0494-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(256066, 2327, '0494-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(256067, 2327, '0494-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(256068, 2327, '0494-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(256069, 2327, '0494-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(256070, 2327, '0494-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(256071, 2327, '0494-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(256072, 2327, '0494-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(256073, 2327, '0494-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(256074, 2327, '0494-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(256075, 2327, '0494-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(256076, 2327, '0495-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(256077, 2327, '0495-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(256078, 2327, '0495-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(256079, 2327, '0495-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(256080, 2327, '0495-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(256081, 2327, '0495-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(256082, 2327, '0495-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(256083, 2327, '0495-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(256084, 2327, '0495-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(256085, 2327, '0495-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(256086, 2327, '0495-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(256087, 2327, '0495-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(256088, 2327, '0496-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(256089, 2327, '0496-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(256090, 2327, '0496-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(256091, 2327, '0496-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(256092, 2327, '0496-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(256093, 2327, '0496-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(256094, 2327, '0496-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(256095, 2327, '0496-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(256096, 2327, '0496-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(256097, 2327, '0496-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(256098, 2327, '0496-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(256099, 2327, '0496-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(256100, 2327, '0497-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(256101, 2327, '0497-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(256102, 2327, '0497-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(256103, 2327, '0497-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(256104, 2327, '0497-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(256105, 2327, '0497-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(256106, 2327, '0497-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(256107, 2327, '0497-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(256108, 2327, '0497-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(256109, 2327, '0497-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(256110, 2327, '0497-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(256111, 2327, '0497-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(256112, 2327, '0498-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(256113, 2327, '0498-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(256114, 2327, '0498-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(256115, 2327, '0498-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(256116, 2327, '0498-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(256117, 2327, '0498-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(256118, 2327, '0498-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(256119, 2327, '0498-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(256120, 2327, '0498-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(256121, 2327, '0498-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(256122, 2327, '0498-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(256123, 2327, '0498-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(256124, 2327, '0499-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(256125, 2327, '0499-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(256126, 2327, '0499-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(256127, 2327, '0499-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(256128, 2327, '0499-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(256129, 2327, '0499-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(256130, 2327, '0499-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(256131, 2327, '0499-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(256132, 2327, '0499-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(256133, 2327, '0499-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(256134, 2327, '0499-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(256135, 2327, '0499-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(256136, 2327, '0500-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(256137, 2327, '0500-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:25', '2023-10-31 14:14:25'),
(256138, 2327, '0500-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256139, 2327, '0500-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256140, 2327, '0500-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256141, 2327, '0500-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256142, 2327, '0500-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256143, 2327, '0500-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256144, 2327, '0500-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256145, 2327, '0500-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256146, 2327, '0500-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256147, 2327, '0500-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256148, 2327, '0501-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256149, 2327, '0501-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256150, 2327, '0501-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256151, 2327, '0501-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256152, 2327, '0501-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256153, 2327, '0501-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256154, 2327, '0501-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256155, 2327, '0501-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256156, 2327, '0501-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256157, 2327, '0501-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256158, 2327, '0501-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256159, 2327, '0501-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256160, 2327, '0502-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256161, 2327, '0502-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256162, 2327, '0502-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256163, 2327, '0502-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256164, 2327, '0502-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256165, 2327, '0502-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256166, 2327, '0502-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256167, 2327, '0502-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256168, 2327, '0502-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256169, 2327, '0502-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256170, 2327, '0502-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256171, 2327, '0502-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256172, 2327, '0503-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256173, 2327, '0503-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256174, 2327, '0503-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256175, 2327, '0503-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256176, 2327, '0503-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256177, 2327, '0503-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256178, 2327, '0503-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256179, 2327, '0503-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256180, 2327, '0503-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256181, 2327, '0503-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256182, 2327, '0503-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256183, 2327, '0503-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256184, 2327, '0504-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256185, 2327, '0504-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256186, 2327, '0504-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256187, 2327, '0504-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256188, 2327, '0504-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256189, 2327, '0504-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256190, 2327, '0504-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256191, 2327, '0504-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256192, 2327, '0504-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256193, 2327, '0504-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256194, 2327, '0504-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256195, 2327, '0504-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256196, 2327, '0505-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256197, 2327, '0505-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256198, 2327, '0505-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256199, 2327, '0505-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256200, 2327, '0505-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256201, 2327, '0505-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256202, 2327, '0505-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256203, 2327, '0505-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256204, 2327, '0505-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256205, 2327, '0505-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256206, 2327, '0505-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256207, 2327, '0505-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256208, 2327, '0506-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256209, 2327, '0506-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256210, 2327, '0506-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256211, 2327, '0506-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256212, 2327, '0506-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256213, 2327, '0506-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256214, 2327, '0506-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256215, 2327, '0506-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256216, 2327, '0506-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256217, 2327, '0506-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256218, 2327, '0506-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256219, 2327, '0506-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256220, 2327, '0507-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256221, 2327, '0507-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256222, 2327, '0507-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256223, 2327, '0507-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256224, 2327, '0507-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256225, 2327, '0507-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256226, 2327, '0507-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256227, 2327, '0507-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256228, 2327, '0507-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256229, 2327, '0507-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256230, 2327, '0507-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256231, 2327, '0507-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256232, 2327, '0508-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256233, 2327, '0508-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256234, 2327, '0508-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256235, 2327, '0508-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256236, 2327, '0508-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256237, 2327, '0508-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256238, 2327, '0508-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256239, 2327, '0508-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256240, 2327, '0508-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256241, 2327, '0508-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256242, 2327, '0508-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256243, 2327, '0508-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256244, 2327, '0509-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256245, 2327, '0509-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256246, 2327, '0509-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256247, 2327, '0509-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256248, 2327, '0509-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256249, 2327, '0509-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256250, 2327, '0509-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256251, 2327, '0509-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256252, 2327, '0509-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256253, 2327, '0509-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256254, 2327, '0509-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256255, 2327, '0509-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256256, 2327, '0510-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256257, 2327, '0510-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256258, 2327, '0510-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256259, 2327, '0510-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256260, 2327, '0510-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256261, 2327, '0510-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256262, 2327, '0510-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256263, 2327, '0510-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256264, 2327, '0510-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256265, 2327, '0510-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256266, 2327, '0510-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256267, 2327, '0510-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256268, 2327, '0511-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256269, 2327, '0511-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256270, 2327, '0511-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256271, 2327, '0511-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256272, 2327, '0511-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256273, 2327, '0511-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256274, 2327, '0511-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256275, 2327, '0511-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256276, 2327, '0511-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256277, 2327, '0511-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256278, 2327, '0511-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256279, 2327, '0511-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256280, 2327, '0512-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256281, 2327, '0512-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256282, 2327, '0512-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256283, 2327, '0512-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256284, 2327, '0512-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256285, 2327, '0512-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256286, 2327, '0512-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256287, 2327, '0512-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256288, 2327, '0512-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256289, 2327, '0512-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256290, 2327, '0512-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256291, 2327, '0512-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256292, 2327, '0513-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256293, 2327, '0513-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256294, 2327, '0513-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256295, 2327, '0513-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256296, 2327, '0513-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256297, 2327, '0513-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256298, 2327, '0513-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256299, 2327, '0513-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256300, 2327, '0513-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256301, 2327, '0513-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256302, 2327, '0513-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256303, 2327, '0513-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256304, 2327, '0514-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256305, 2327, '0514-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256306, 2327, '0514-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256307, 2327, '0514-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256308, 2327, '0514-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256309, 2327, '0514-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256310, 2327, '0514-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256311, 2327, '0514-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256312, 2327, '0514-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256313, 2327, '0514-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256314, 2327, '0514-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256315, 2327, '0514-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256316, 2327, '0515-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256317, 2327, '0515-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256318, 2327, '0515-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256319, 2327, '0515-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256320, 2327, '0515-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256321, 2327, '0515-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256322, 2327, '0515-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256323, 2327, '0515-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256324, 2327, '0515-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256325, 2327, '0515-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256326, 2327, '0515-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256327, 2327, '0515-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256328, 2327, '0516-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256329, 2327, '0516-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256330, 2327, '0516-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256331, 2327, '0516-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256332, 2327, '0516-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256333, 2327, '0516-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256334, 2327, '0516-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256335, 2327, '0516-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256336, 2327, '0516-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256337, 2327, '0516-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256338, 2327, '0516-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256339, 2327, '0516-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256340, 2327, '0517-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256341, 2327, '0517-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256342, 2327, '0517-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256343, 2327, '0517-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256344, 2327, '0517-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256345, 2327, '0517-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256346, 2327, '0517-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256347, 2327, '0517-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256348, 2327, '0517-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256349, 2327, '0517-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256350, 2327, '0517-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256351, 2327, '0517-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256352, 2327, '0518-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256353, 2327, '0518-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256354, 2327, '0518-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256355, 2327, '0518-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256356, 2327, '0518-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256357, 2327, '0518-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256358, 2327, '0518-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256359, 2327, '0518-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256360, 2327, '0518-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256361, 2327, '0518-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256362, 2327, '0518-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256363, 2327, '0518-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256364, 2327, '0519-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256365, 2327, '0519-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256366, 2327, '0519-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256367, 2327, '0519-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256368, 2327, '0519-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256369, 2327, '0519-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256370, 2327, '0519-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256371, 2327, '0519-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256372, 2327, '0519-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256373, 2327, '0519-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256374, 2327, '0519-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256375, 2327, '0519-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256376, 2327, '0520-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256377, 2327, '0520-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256378, 2327, '0520-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256379, 2327, '0520-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256380, 2327, '0520-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256381, 2327, '0520-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256382, 2327, '0520-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256383, 2327, '0520-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256384, 2327, '0520-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256385, 2327, '0520-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256386, 2327, '0520-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256387, 2327, '0520-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256388, 2327, '0521-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256389, 2327, '0521-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(256390, 2327, '0521-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256391, 2327, '0521-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256392, 2327, '0521-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256393, 2327, '0521-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256394, 2327, '0521-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256395, 2327, '0521-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256396, 2327, '0521-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256397, 2327, '0521-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256398, 2327, '0521-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256399, 2327, '0521-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256400, 2327, '0522-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256401, 2327, '0522-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256402, 2327, '0522-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256403, 2327, '0522-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256404, 2327, '0522-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256405, 2327, '0522-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256406, 2327, '0522-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256407, 2327, '0522-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256408, 2327, '0522-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256409, 2327, '0522-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256410, 2327, '0522-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256411, 2327, '0522-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256412, 2327, '0523-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256413, 2327, '0523-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256414, 2327, '0523-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256415, 2327, '0523-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256416, 2327, '0523-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256417, 2327, '0523-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256418, 2327, '0523-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256419, 2327, '0523-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256420, 2327, '0523-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256421, 2327, '0523-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256422, 2327, '0523-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256423, 2327, '0523-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256424, 2327, '0524-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256425, 2327, '0524-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256426, 2327, '0524-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256427, 2327, '0524-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256428, 2327, '0524-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256429, 2327, '0524-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256430, 2327, '0524-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256431, 2327, '0524-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256432, 2327, '0524-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256433, 2327, '0524-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256434, 2327, '0524-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256435, 2327, '0524-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256436, 2327, '0525-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256437, 2327, '0525-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256438, 2327, '0525-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256439, 2327, '0525-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256440, 2327, '0525-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256441, 2327, '0525-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256442, 2327, '0525-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256443, 2327, '0525-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256444, 2327, '0525-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256445, 2327, '0525-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256446, 2327, '0525-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256447, 2327, '0525-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256448, 2327, '0526-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256449, 2327, '0526-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256450, 2327, '0526-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256451, 2327, '0526-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256452, 2327, '0526-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256453, 2327, '0526-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256454, 2327, '0526-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256455, 2327, '0526-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256456, 2327, '0526-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256457, 2327, '0526-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256458, 2327, '0526-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256459, 2327, '0526-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256460, 2327, '0527-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256461, 2327, '0527-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256462, 2327, '0527-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256463, 2327, '0527-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256464, 2327, '0527-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256465, 2327, '0527-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256466, 2327, '0527-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256467, 2327, '0527-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256468, 2327, '0527-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256469, 2327, '0527-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256470, 2327, '0527-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256471, 2327, '0527-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256472, 2327, '0528-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256473, 2327, '0528-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256474, 2327, '0528-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256475, 2327, '0528-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256476, 2327, '0528-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256477, 2327, '0528-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256478, 2327, '0528-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256479, 2327, '0528-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256480, 2327, '0528-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256481, 2327, '0528-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256482, 2327, '0528-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256483, 2327, '0528-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256484, 2327, '0529-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256485, 2327, '0529-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256486, 2327, '0529-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256487, 2327, '0529-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256488, 2327, '0529-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256489, 2327, '0529-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256490, 2327, '0529-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256491, 2327, '0529-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256492, 2327, '0529-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256493, 2327, '0529-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256494, 2327, '0529-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256495, 2327, '0529-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:26', '2023-10-31 14:14:26'),
(256496, 2327, '0530-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256497, 2327, '0530-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256498, 2327, '0530-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256499, 2327, '0530-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256500, 2327, '0530-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256501, 2327, '0530-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256502, 2327, '0530-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256503, 2327, '0530-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256504, 2327, '0530-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256505, 2327, '0530-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256506, 2327, '0530-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256507, 2327, '0530-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256508, 2327, '0531-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256509, 2327, '0531-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256510, 2327, '0531-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256511, 2327, '0531-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256512, 2327, '0531-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256513, 2327, '0531-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256514, 2327, '0531-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256515, 2327, '0531-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256516, 2327, '0531-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256517, 2327, '0531-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256518, 2327, '0531-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256519, 2327, '0531-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256520, 2327, '0532-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256521, 2327, '0532-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256522, 2327, '0532-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256523, 2327, '0532-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256524, 2327, '0532-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256525, 2327, '0532-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256526, 2327, '0532-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256527, 2327, '0532-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256528, 2327, '0532-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256529, 2327, '0532-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256530, 2327, '0532-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256531, 2327, '0532-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256532, 2327, '0533-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256533, 2327, '0533-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256534, 2327, '0533-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256535, 2327, '0533-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256536, 2327, '0533-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256537, 2327, '0533-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256538, 2327, '0533-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256539, 2327, '0533-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256540, 2327, '0533-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256541, 2327, '0533-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256542, 2327, '0533-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256543, 2327, '0533-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256544, 2327, '0534-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256545, 2327, '0534-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256546, 2327, '0534-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256547, 2327, '0534-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256548, 2327, '0534-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256549, 2327, '0534-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256550, 2327, '0534-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256551, 2327, '0534-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256552, 2327, '0534-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256553, 2327, '0534-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256554, 2327, '0534-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256555, 2327, '0534-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256556, 2327, '0535-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256557, 2327, '0535-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256558, 2327, '0535-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256559, 2327, '0535-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256560, 2327, '0535-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256561, 2327, '0535-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256562, 2327, '0535-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256563, 2327, '0535-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256564, 2327, '0535-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256565, 2327, '0535-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256566, 2327, '0535-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256567, 2327, '0535-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256568, 2327, '0536-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256569, 2327, '0536-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256570, 2327, '0536-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256571, 2327, '0536-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256572, 2327, '0536-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256573, 2327, '0536-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256574, 2327, '0536-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256575, 2327, '0536-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256576, 2327, '0536-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256577, 2327, '0536-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256578, 2327, '0536-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256579, 2327, '0536-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256580, 2327, '0537-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256581, 2327, '0537-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256582, 2327, '0537-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256583, 2327, '0537-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256584, 2327, '0537-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256585, 2327, '0537-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256586, 2327, '0537-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256587, 2327, '0537-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256588, 2327, '0537-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256589, 2327, '0537-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256590, 2327, '0537-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256591, 2327, '0537-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256592, 2327, '0538-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256593, 2327, '0538-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256594, 2327, '0538-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256595, 2327, '0538-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256596, 2327, '0538-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256597, 2327, '0538-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256598, 2327, '0538-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256599, 2327, '0538-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256600, 2327, '0538-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256601, 2327, '0538-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256602, 2327, '0538-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256603, 2327, '0538-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256604, 2327, '0539-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256605, 2327, '0539-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256606, 2327, '0539-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256607, 2327, '0539-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256608, 2327, '0539-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256609, 2327, '0539-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256610, 2327, '0539-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256611, 2327, '0539-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256612, 2327, '0539-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256613, 2327, '0539-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256614, 2327, '0539-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256615, 2327, '0539-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256616, 2327, '0540-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256617, 2327, '0540-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256618, 2327, '0540-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256619, 2327, '0540-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256620, 2327, '0540-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256621, 2327, '0540-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256622, 2327, '0540-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256623, 2327, '0540-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256624, 2327, '0540-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256625, 2327, '0540-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256626, 2327, '0540-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256627, 2327, '0540-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256628, 2327, '0541-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256629, 2327, '0541-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256630, 2327, '0541-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256631, 2327, '0541-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256632, 2327, '0541-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256633, 2327, '0541-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256634, 2327, '0541-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256635, 2327, '0541-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256636, 2327, '0541-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256637, 2327, '0541-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256638, 2327, '0541-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256639, 2327, '0541-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256640, 2327, '0542-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256641, 2327, '0542-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256642, 2327, '0542-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256643, 2327, '0542-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256644, 2327, '0542-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256645, 2327, '0542-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256646, 2327, '0542-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256647, 2327, '0542-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256648, 2327, '0542-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256649, 2327, '0542-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256650, 2327, '0542-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256651, 2327, '0542-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256652, 2327, '0543-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256653, 2327, '0543-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256654, 2327, '0543-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256655, 2327, '0543-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256656, 2327, '0543-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256657, 2327, '0543-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256658, 2327, '0543-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256659, 2327, '0543-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256660, 2327, '0543-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256661, 2327, '0543-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256662, 2327, '0543-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256663, 2327, '0543-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256664, 2327, '0544-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256665, 2327, '0544-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256666, 2327, '0544-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256667, 2327, '0544-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256668, 2327, '0544-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256669, 2327, '0544-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256670, 2327, '0544-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256671, 2327, '0544-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256672, 2327, '0544-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256673, 2327, '0544-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256674, 2327, '0544-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256675, 2327, '0544-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256676, 2327, '0545-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256677, 2327, '0545-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256678, 2327, '0545-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256679, 2327, '0545-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256680, 2327, '0545-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256681, 2327, '0545-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256682, 2327, '0545-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256683, 2327, '0545-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256684, 2327, '0545-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256685, 2327, '0545-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256686, 2327, '0545-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256687, 2327, '0545-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256688, 2327, '0546-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256689, 2327, '0546-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256690, 2327, '0546-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256691, 2327, '0546-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256692, 2327, '0546-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256693, 2327, '0546-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256694, 2327, '0546-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256695, 2327, '0546-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256696, 2327, '0546-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256697, 2327, '0546-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256698, 2327, '0546-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256699, 2327, '0546-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256700, 2327, '0547-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256701, 2327, '0547-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256702, 2327, '0547-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256703, 2327, '0547-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256704, 2327, '0547-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256705, 2327, '0547-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256706, 2327, '0547-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256707, 2327, '0547-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256708, 2327, '0547-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256709, 2327, '0547-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256710, 2327, '0547-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256711, 2327, '0547-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256712, 2327, '0548-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256713, 2327, '0548-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256714, 2327, '0548-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256715, 2327, '0548-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256716, 2327, '0548-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256717, 2327, '0548-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256718, 2327, '0548-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256719, 2327, '0548-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256720, 2327, '0548-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256721, 2327, '0548-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256722, 2327, '0548-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256723, 2327, '0548-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256724, 2327, '0549-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256725, 2327, '0549-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256726, 2327, '0549-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256727, 2327, '0549-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256728, 2327, '0549-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256729, 2327, '0549-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256730, 2327, '0549-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256731, 2327, '0549-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256732, 2327, '0549-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256733, 2327, '0549-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256734, 2327, '0549-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256735, 2327, '0549-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256736, 2327, '0550-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256737, 2327, '0550-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256738, 2327, '0550-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256739, 2327, '0550-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256740, 2327, '0550-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256741, 2327, '0550-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256742, 2327, '0550-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256743, 2327, '0550-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256744, 2327, '0550-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256745, 2327, '0550-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256746, 2327, '0550-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256747, 2327, '0550-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256748, 2327, '0551-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256749, 2327, '0551-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256750, 2327, '0551-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256751, 2327, '0551-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256752, 2327, '0551-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256753, 2327, '0551-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256754, 2327, '0551-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256755, 2327, '0551-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256756, 2327, '0551-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256757, 2327, '0551-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:27', '2023-10-31 14:14:27'),
(256758, 2327, '0551-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(256759, 2327, '0551-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(256760, 2327, '0552-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(256761, 2327, '0552-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(256762, 2327, '0552-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(256763, 2327, '0552-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(256764, 2327, '0552-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(256765, 2327, '0552-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(256766, 2327, '0552-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(256767, 2327, '0552-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(256768, 2327, '0552-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(256769, 2327, '0552-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(256770, 2327, '0552-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(256771, 2327, '0552-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(256772, 2327, '0553-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(256773, 2327, '0553-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(256774, 2327, '0553-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(256775, 2327, '0553-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(256776, 2327, '0553-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(256777, 2327, '0553-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(256778, 2327, '0553-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(256779, 2327, '0553-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(256780, 2327, '0553-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(256781, 2327, '0553-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(256782, 2327, '0553-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(256783, 2327, '0553-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(256784, 2327, '0554-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(256785, 2327, '0554-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(256786, 2327, '0554-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(256787, 2327, '0554-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(256788, 2327, '0554-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(256789, 2327, '0554-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(256790, 2327, '0554-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(256791, 2327, '0554-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(256792, 2327, '0554-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(256793, 2327, '0554-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(256794, 2327, '0554-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(256795, 2327, '0554-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(256796, 2327, '0555-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(256797, 2327, '0555-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(256798, 2327, '0555-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(256799, 2327, '0555-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(256800, 2327, '0555-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(256801, 2327, '0555-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(256802, 2327, '0555-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(256803, 2327, '0555-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(256804, 2327, '0555-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(256805, 2327, '0555-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(256806, 2327, '0555-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(256807, 2327, '0555-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(256808, 2327, '0556-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(256809, 2327, '0556-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(256810, 2327, '0556-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(256811, 2327, '0556-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(256812, 2327, '0556-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(256813, 2327, '0556-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(256814, 2327, '0556-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(256815, 2327, '0556-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(256816, 2327, '0556-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(256817, 2327, '0556-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(256818, 2327, '0556-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(256819, 2327, '0556-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(256820, 2327, '0557-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(256821, 2327, '0557-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(256822, 2327, '0557-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(256823, 2327, '0557-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(256824, 2327, '0557-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(256825, 2327, '0557-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(256826, 2327, '0557-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(256827, 2327, '0557-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(256828, 2327, '0557-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(256829, 2327, '0557-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(256830, 2327, '0557-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(256831, 2327, '0557-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(256832, 2327, '0558-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(256833, 2327, '0558-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(256834, 2327, '0558-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(256835, 2327, '0558-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(256836, 2327, '0558-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(256837, 2327, '0558-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(256838, 2327, '0558-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(256839, 2327, '0558-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(256840, 2327, '0558-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(256841, 2327, '0558-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(256842, 2327, '0558-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(256843, 2327, '0558-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(256844, 2327, '0559-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(256845, 2327, '0559-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(256846, 2327, '0559-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(256847, 2327, '0559-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(256848, 2327, '0559-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(256849, 2327, '0559-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(256850, 2327, '0559-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(256851, 2327, '0559-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(256852, 2327, '0559-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(256853, 2327, '0559-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(256854, 2327, '0559-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(256855, 2327, '0559-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(256856, 2327, '0560-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(256857, 2327, '0560-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(256858, 2327, '0560-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(256859, 2327, '0560-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(256860, 2327, '0560-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(256861, 2327, '0560-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(256862, 2327, '0560-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(256863, 2327, '0560-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(256864, 2327, '0560-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(256865, 2327, '0560-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(256866, 2327, '0560-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(256867, 2327, '0560-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(256868, 2327, '0561-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(256869, 2327, '0561-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(256870, 2327, '0561-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(256871, 2327, '0561-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(256872, 2327, '0561-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(256873, 2327, '0561-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(256874, 2327, '0561-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(256875, 2327, '0561-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(256876, 2327, '0561-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(256877, 2327, '0561-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(256878, 2327, '0561-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(256879, 2327, '0561-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(256880, 2327, '0562-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(256881, 2327, '0562-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(256882, 2327, '0562-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(256883, 2327, '0562-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(256884, 2327, '0562-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(256885, 2327, '0562-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(256886, 2327, '0562-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(256887, 2327, '0562-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(256888, 2327, '0562-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(256889, 2327, '0562-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(256890, 2327, '0562-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(256891, 2327, '0562-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(256892, 2327, '0563-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(256893, 2327, '0563-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(256894, 2327, '0563-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(256895, 2327, '0563-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(256896, 2327, '0563-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(256897, 2327, '0563-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(256898, 2327, '0563-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(256899, 2327, '0563-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(256900, 2327, '0563-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(256901, 2327, '0563-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(256902, 2327, '0563-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(256903, 2327, '0563-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(256904, 2327, '0564-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(256905, 2327, '0564-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(256906, 2327, '0564-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(256907, 2327, '0564-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(256908, 2327, '0564-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(256909, 2327, '0564-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(256910, 2327, '0564-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(256911, 2327, '0564-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(256912, 2327, '0564-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(256913, 2327, '0564-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(256914, 2327, '0564-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(256915, 2327, '0564-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(256916, 2327, '0565-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(256917, 2327, '0565-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(256918, 2327, '0565-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(256919, 2327, '0565-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(256920, 2327, '0565-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(256921, 2327, '0565-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(256922, 2327, '0565-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(256923, 2327, '0565-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(256924, 2327, '0565-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(256925, 2327, '0565-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(256926, 2327, '0565-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(256927, 2327, '0565-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(256928, 2327, '0566-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(256929, 2327, '0566-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(256930, 2327, '0566-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(256931, 2327, '0566-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(256932, 2327, '0566-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(256933, 2327, '0566-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(256934, 2327, '0566-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(256935, 2327, '0566-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(256936, 2327, '0566-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(256937, 2327, '0566-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(256938, 2327, '0566-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(256939, 2327, '0566-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(256940, 2327, '0567-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(256941, 2327, '0567-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(256942, 2327, '0567-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(256943, 2327, '0567-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(256944, 2327, '0567-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(256945, 2327, '0567-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(256946, 2327, '0567-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(256947, 2327, '0567-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(256948, 2327, '0567-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(256949, 2327, '0567-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(256950, 2327, '0567-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(256951, 2327, '0567-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(256952, 2327, '0568-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(256953, 2327, '0568-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(256954, 2327, '0568-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(256955, 2327, '0568-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(256956, 2327, '0568-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(256957, 2327, '0568-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(256958, 2327, '0568-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(256959, 2327, '0568-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(256960, 2327, '0568-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(256961, 2327, '0568-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(256962, 2327, '0568-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(256963, 2327, '0568-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(256964, 2327, '0569-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(256965, 2327, '0569-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(256966, 2327, '0569-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(256967, 2327, '0569-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(256968, 2327, '0569-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(256969, 2327, '0569-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(256970, 2327, '0569-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(256971, 2327, '0569-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(256972, 2327, '0569-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(256973, 2327, '0569-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(256974, 2327, '0569-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(256975, 2327, '0569-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(256976, 2327, '0570-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(256977, 2327, '0570-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(256978, 2327, '0570-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(256979, 2327, '0570-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(256980, 2327, '0570-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(256981, 2327, '0570-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(256982, 2327, '0570-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(256983, 2327, '0570-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(256984, 2327, '0570-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(256985, 2327, '0570-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(256986, 2327, '0570-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(256987, 2327, '0570-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(256988, 2327, '0571-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(256989, 2327, '0571-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(256990, 2327, '0571-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(256991, 2327, '0571-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(256992, 2327, '0571-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(256993, 2327, '0571-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(256994, 2327, '0571-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(256995, 2327, '0571-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(256996, 2327, '0571-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(256997, 2327, '0571-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(256998, 2327, '0571-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(256999, 2327, '0571-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(257000, 2327, '0572-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(257001, 2327, '0572-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(257002, 2327, '0572-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(257003, 2327, '0572-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(257004, 2327, '0572-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(257005, 2327, '0572-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(257006, 2327, '0572-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(257007, 2327, '0572-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(257008, 2327, '0572-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(257009, 2327, '0572-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(257010, 2327, '0572-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(257011, 2327, '0572-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(257012, 2327, '0573-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(257013, 2327, '0573-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(257014, 2327, '0573-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(257015, 2327, '0573-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(257016, 2327, '0573-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(257017, 2327, '0573-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(257018, 2327, '0573-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:28', '2023-10-31 14:14:28'),
(257019, 2327, '0573-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257020, 2327, '0573-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257021, 2327, '0573-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257022, 2327, '0573-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257023, 2327, '0573-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257024, 2327, '0574-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257025, 2327, '0574-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257026, 2327, '0574-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257027, 2327, '0574-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257028, 2327, '0574-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257029, 2327, '0574-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257030, 2327, '0574-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257031, 2327, '0574-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257032, 2327, '0574-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257033, 2327, '0574-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257034, 2327, '0574-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257035, 2327, '0574-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257036, 2327, '0575-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257037, 2327, '0575-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257038, 2327, '0575-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257039, 2327, '0575-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257040, 2327, '0575-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257041, 2327, '0575-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257042, 2327, '0575-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257043, 2327, '0575-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257044, 2327, '0575-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257045, 2327, '0575-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257046, 2327, '0575-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257047, 2327, '0575-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257048, 2327, '0576-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257049, 2327, '0576-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257050, 2327, '0576-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257051, 2327, '0576-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257052, 2327, '0576-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257053, 2327, '0576-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257054, 2327, '0576-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257055, 2327, '0576-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257056, 2327, '0576-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257057, 2327, '0576-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257058, 2327, '0576-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257059, 2327, '0576-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257060, 2327, '0577-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257061, 2327, '0577-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257062, 2327, '0577-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257063, 2327, '0577-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257064, 2327, '0577-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257065, 2327, '0577-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257066, 2327, '0577-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257067, 2327, '0577-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257068, 2327, '0577-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257069, 2327, '0577-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257070, 2327, '0577-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257071, 2327, '0577-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257072, 2327, '0578-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257073, 2327, '0578-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257074, 2327, '0578-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257075, 2327, '0578-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257076, 2327, '0578-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257077, 2327, '0578-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257078, 2327, '0578-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257079, 2327, '0578-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257080, 2327, '0578-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257081, 2327, '0578-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257082, 2327, '0578-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257083, 2327, '0578-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257084, 2327, '0579-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257085, 2327, '0579-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257086, 2327, '0579-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257087, 2327, '0579-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257088, 2327, '0579-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257089, 2327, '0579-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257090, 2327, '0579-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257091, 2327, '0579-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257092, 2327, '0579-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257093, 2327, '0579-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257094, 2327, '0579-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257095, 2327, '0579-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257096, 2327, '0580-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257097, 2327, '0580-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257098, 2327, '0580-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257099, 2327, '0580-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257100, 2327, '0580-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257101, 2327, '0580-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257102, 2327, '0580-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257103, 2327, '0580-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257104, 2327, '0580-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257105, 2327, '0580-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257106, 2327, '0580-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257107, 2327, '0580-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257108, 2327, '0581-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257109, 2327, '0581-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257110, 2327, '0581-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257111, 2327, '0581-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257112, 2327, '0581-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257113, 2327, '0581-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257114, 2327, '0581-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257115, 2327, '0581-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257116, 2327, '0581-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257117, 2327, '0581-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257118, 2327, '0581-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257119, 2327, '0581-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257120, 2327, '0582-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257121, 2327, '0582-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257122, 2327, '0582-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257123, 2327, '0582-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257124, 2327, '0582-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257125, 2327, '0582-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257126, 2327, '0582-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257127, 2327, '0582-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257128, 2327, '0582-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257129, 2327, '0582-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257130, 2327, '0582-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257131, 2327, '0582-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257132, 2327, '0583-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257133, 2327, '0583-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257134, 2327, '0583-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257135, 2327, '0583-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257136, 2327, '0583-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257137, 2327, '0583-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257138, 2327, '0583-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257139, 2327, '0583-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257140, 2327, '0583-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257141, 2327, '0583-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257142, 2327, '0583-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257143, 2327, '0583-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257144, 2327, '0584-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257145, 2327, '0584-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257146, 2327, '0584-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257147, 2327, '0584-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257148, 2327, '0584-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257149, 2327, '0584-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257150, 2327, '0584-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257151, 2327, '0584-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257152, 2327, '0584-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257153, 2327, '0584-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257154, 2327, '0584-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257155, 2327, '0584-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257156, 2327, '0585-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257157, 2327, '0585-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257158, 2327, '0585-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257159, 2327, '0585-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257160, 2327, '0585-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257161, 2327, '0585-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257162, 2327, '0585-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257163, 2327, '0585-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257164, 2327, '0585-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257165, 2327, '0585-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257166, 2327, '0585-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257167, 2327, '0585-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257168, 2327, '0586-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257169, 2327, '0586-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257170, 2327, '0586-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257171, 2327, '0586-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257172, 2327, '0586-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257173, 2327, '0586-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257174, 2327, '0586-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257175, 2327, '0586-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257176, 2327, '0586-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257177, 2327, '0586-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257178, 2327, '0586-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257179, 2327, '0586-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257180, 2327, '0587-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257181, 2327, '0587-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257182, 2327, '0587-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257183, 2327, '0587-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257184, 2327, '0587-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257185, 2327, '0587-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257186, 2327, '0587-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257187, 2327, '0587-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257188, 2327, '0587-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257189, 2327, '0587-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257190, 2327, '0587-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257191, 2327, '0587-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257192, 2327, '0588-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257193, 2327, '0588-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257194, 2327, '0588-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257195, 2327, '0588-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257196, 2327, '0588-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257197, 2327, '0588-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257198, 2327, '0588-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257199, 2327, '0588-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257200, 2327, '0588-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257201, 2327, '0588-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257202, 2327, '0588-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257203, 2327, '0588-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257204, 2327, '0589-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257205, 2327, '0589-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257206, 2327, '0589-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257207, 2327, '0589-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257208, 2327, '0589-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257209, 2327, '0589-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257210, 2327, '0589-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257211, 2327, '0589-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257212, 2327, '0589-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257213, 2327, '0589-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257214, 2327, '0589-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257215, 2327, '0589-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257216, 2327, '0590-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257217, 2327, '0590-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257218, 2327, '0590-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257219, 2327, '0590-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257220, 2327, '0590-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257221, 2327, '0590-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257222, 2327, '0590-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257223, 2327, '0590-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257224, 2327, '0590-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257225, 2327, '0590-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257226, 2327, '0590-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257227, 2327, '0590-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257228, 2327, '0591-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257229, 2327, '0591-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257230, 2327, '0591-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257231, 2327, '0591-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257232, 2327, '0591-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257233, 2327, '0591-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257234, 2327, '0591-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257235, 2327, '0591-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257236, 2327, '0591-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257237, 2327, '0591-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257238, 2327, '0591-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257239, 2327, '0591-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257240, 2327, '0592-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257241, 2327, '0592-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257242, 2327, '0592-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257243, 2327, '0592-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257244, 2327, '0592-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257245, 2327, '0592-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257246, 2327, '0592-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257247, 2327, '0592-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257248, 2327, '0592-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257249, 2327, '0592-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257250, 2327, '0592-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257251, 2327, '0592-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257252, 2327, '0593-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257253, 2327, '0593-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257254, 2327, '0593-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257255, 2327, '0593-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257256, 2327, '0593-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257257, 2327, '0593-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257258, 2327, '0593-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257259, 2327, '0593-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257260, 2327, '0593-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257261, 2327, '0593-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257262, 2327, '0593-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257263, 2327, '0593-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257264, 2327, '0594-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257265, 2327, '0594-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257266, 2327, '0594-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257267, 2327, '0594-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257268, 2327, '0594-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257269, 2327, '0594-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257270, 2327, '0594-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257271, 2327, '0594-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257272, 2327, '0594-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257273, 2327, '0594-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257274, 2327, '0594-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257275, 2327, '0594-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257276, 2327, '0595-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257277, 2327, '0595-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257278, 2327, '0595-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257279, 2327, '0595-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257280, 2327, '0595-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257281, 2327, '0595-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257282, 2327, '0595-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257283, 2327, '0595-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257284, 2327, '0595-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257285, 2327, '0595-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257286, 2327, '0595-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257287, 2327, '0595-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257288, 2327, '0596-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257289, 2327, '0596-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257290, 2327, '0596-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257291, 2327, '0596-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257292, 2327, '0596-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257293, 2327, '0596-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257294, 2327, '0596-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257295, 2327, '0596-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257296, 2327, '0596-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257297, 2327, '0596-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257298, 2327, '0596-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257299, 2327, '0596-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257300, 2327, '0597-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257301, 2327, '0597-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257302, 2327, '0597-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257303, 2327, '0597-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257304, 2327, '0597-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257305, 2327, '0597-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257306, 2327, '0597-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257307, 2327, '0597-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257308, 2327, '0597-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257309, 2327, '0597-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257310, 2327, '0597-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257311, 2327, '0597-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257312, 2327, '0598-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257313, 2327, '0598-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257314, 2327, '0598-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257315, 2327, '0598-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257316, 2327, '0598-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257317, 2327, '0598-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257318, 2327, '0598-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257319, 2327, '0598-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(257320, 2327, '0598-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257321, 2327, '0598-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257322, 2327, '0598-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257323, 2327, '0598-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257324, 2327, '0599-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257325, 2327, '0599-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257326, 2327, '0599-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257327, 2327, '0599-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257328, 2327, '0599-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257329, 2327, '0599-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257330, 2327, '0599-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257331, 2327, '0599-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257332, 2327, '0599-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257333, 2327, '0599-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257334, 2327, '0599-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257335, 2327, '0599-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257336, 2327, '0600-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257337, 2327, '0600-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257338, 2327, '0600-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257339, 2327, '0600-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257340, 2327, '0600-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257341, 2327, '0600-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257342, 2327, '0600-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257343, 2327, '0600-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257344, 2327, '0600-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257345, 2327, '0600-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257346, 2327, '0600-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257347, 2327, '0600-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257348, 2327, '0601-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257349, 2327, '0601-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257350, 2327, '0601-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257351, 2327, '0601-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257352, 2327, '0601-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257353, 2327, '0601-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257354, 2327, '0601-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257355, 2327, '0601-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257356, 2327, '0601-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257357, 2327, '0601-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257358, 2327, '0601-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257359, 2327, '0601-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257360, 2327, '0602-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257361, 2327, '0602-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257362, 2327, '0602-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257363, 2327, '0602-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257364, 2327, '0602-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257365, 2327, '0602-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257366, 2327, '0602-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257367, 2327, '0602-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257368, 2327, '0602-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257369, 2327, '0602-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257370, 2327, '0602-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257371, 2327, '0602-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257372, 2327, '0603-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257373, 2327, '0603-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257374, 2327, '0603-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257375, 2327, '0603-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257376, 2327, '0603-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257377, 2327, '0603-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257378, 2327, '0603-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257379, 2327, '0603-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257380, 2327, '0603-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257381, 2327, '0603-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257382, 2327, '0603-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257383, 2327, '0603-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257384, 2327, '0604-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257385, 2327, '0604-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257386, 2327, '0604-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257387, 2327, '0604-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257388, 2327, '0604-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257389, 2327, '0604-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257390, 2327, '0604-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257391, 2327, '0604-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257392, 2327, '0604-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257393, 2327, '0604-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257394, 2327, '0604-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257395, 2327, '0604-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257396, 2327, '0605-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257397, 2327, '0605-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257398, 2327, '0605-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257399, 2327, '0605-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257400, 2327, '0605-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257401, 2327, '0605-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257402, 2327, '0605-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257403, 2327, '0605-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257404, 2327, '0605-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257405, 2327, '0605-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257406, 2327, '0605-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257407, 2327, '0605-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257408, 2327, '0606-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257409, 2327, '0606-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257410, 2327, '0606-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257411, 2327, '0606-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:29', '2023-10-31 14:14:29'),
(257412, 2327, '0606-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257413, 2327, '0606-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257414, 2327, '0606-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257415, 2327, '0606-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257416, 2327, '0606-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257417, 2327, '0606-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257418, 2327, '0606-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257419, 2327, '0606-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257420, 2327, '0607-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257421, 2327, '0607-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257422, 2327, '0607-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257423, 2327, '0607-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257424, 2327, '0607-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257425, 2327, '0607-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257426, 2327, '0607-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257427, 2327, '0607-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257428, 2327, '0607-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257429, 2327, '0607-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257430, 2327, '0607-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257431, 2327, '0607-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257432, 2327, '0608-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257433, 2327, '0608-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257434, 2327, '0608-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257435, 2327, '0608-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257436, 2327, '0608-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257437, 2327, '0608-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257438, 2327, '0608-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257439, 2327, '0608-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257440, 2327, '0608-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257441, 2327, '0608-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257442, 2327, '0608-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257443, 2327, '0608-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257444, 2327, '0609-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257445, 2327, '0609-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257446, 2327, '0609-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257447, 2327, '0609-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257448, 2327, '0609-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257449, 2327, '0609-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257450, 2327, '0609-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257451, 2327, '0609-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257452, 2327, '0609-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257453, 2327, '0609-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257454, 2327, '0609-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257455, 2327, '0609-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257456, 2327, '0610-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257457, 2327, '0610-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257458, 2327, '0610-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257459, 2327, '0610-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257460, 2327, '0610-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257461, 2327, '0610-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257462, 2327, '0610-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257463, 2327, '0610-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257464, 2327, '0610-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257465, 2327, '0610-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257466, 2327, '0610-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257467, 2327, '0610-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257468, 2327, '0611-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257469, 2327, '0611-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257470, 2327, '0611-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257471, 2327, '0611-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257472, 2327, '0611-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257473, 2327, '0611-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257474, 2327, '0611-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257475, 2327, '0611-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257476, 2327, '0611-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257477, 2327, '0611-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257478, 2327, '0611-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257479, 2327, '0611-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257480, 2327, '0612-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257481, 2327, '0612-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257482, 2327, '0612-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257483, 2327, '0612-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257484, 2327, '0612-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257485, 2327, '0612-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257486, 2327, '0612-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257487, 2327, '0612-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257488, 2327, '0612-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257489, 2327, '0612-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257490, 2327, '0612-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257491, 2327, '0612-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257492, 2327, '0613-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257493, 2327, '0613-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257494, 2327, '0613-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257495, 2327, '0613-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257496, 2327, '0613-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257497, 2327, '0613-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257498, 2327, '0613-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257499, 2327, '0613-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257500, 2327, '0613-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257501, 2327, '0613-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257502, 2327, '0613-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257503, 2327, '0613-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257504, 2327, '0614-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257505, 2327, '0614-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257506, 2327, '0614-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257507, 2327, '0614-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257508, 2327, '0614-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257509, 2327, '0614-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257510, 2327, '0614-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257511, 2327, '0614-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257512, 2327, '0614-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257513, 2327, '0614-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257514, 2327, '0614-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257515, 2327, '0614-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257516, 2327, '0615-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257517, 2327, '0615-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257518, 2327, '0615-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257519, 2327, '0615-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257520, 2327, '0615-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257521, 2327, '0615-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257522, 2327, '0615-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257523, 2327, '0615-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257524, 2327, '0615-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257525, 2327, '0615-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257526, 2327, '0615-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257527, 2327, '0615-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257528, 2327, '0616-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257529, 2327, '0616-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257530, 2327, '0616-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257531, 2327, '0616-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257532, 2327, '0616-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257533, 2327, '0616-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257534, 2327, '0616-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257535, 2327, '0616-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257536, 2327, '0616-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257537, 2327, '0616-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257538, 2327, '0616-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257539, 2327, '0616-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257540, 2327, '0617-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257541, 2327, '0617-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257542, 2327, '0617-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257543, 2327, '0617-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257544, 2327, '0617-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257545, 2327, '0617-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257546, 2327, '0617-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257547, 2327, '0617-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257548, 2327, '0617-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257549, 2327, '0617-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257550, 2327, '0617-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257551, 2327, '0617-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257552, 2327, '0618-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257553, 2327, '0618-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257554, 2327, '0618-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257555, 2327, '0618-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257556, 2327, '0618-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257557, 2327, '0618-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257558, 2327, '0618-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257559, 2327, '0618-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257560, 2327, '0618-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257561, 2327, '0618-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257562, 2327, '0618-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257563, 2327, '0618-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257564, 2327, '0619-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257565, 2327, '0619-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257566, 2327, '0619-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257567, 2327, '0619-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257568, 2327, '0619-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257569, 2327, '0619-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257570, 2327, '0619-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257571, 2327, '0619-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257572, 2327, '0619-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257573, 2327, '0619-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257574, 2327, '0619-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257575, 2327, '0619-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257576, 2327, '0620-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257577, 2327, '0620-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257578, 2327, '0620-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257579, 2327, '0620-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257580, 2327, '0620-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257581, 2327, '0620-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257582, 2327, '0620-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257583, 2327, '0620-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257584, 2327, '0620-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257585, 2327, '0620-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257586, 2327, '0620-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257587, 2327, '0620-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257588, 2327, '0621-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257589, 2327, '0621-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257590, 2327, '0621-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257591, 2327, '0621-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257592, 2327, '0621-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257593, 2327, '0621-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257594, 2327, '0621-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257595, 2327, '0621-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257596, 2327, '0621-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257597, 2327, '0621-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257598, 2327, '0621-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257599, 2327, '0621-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257600, 2327, '0622-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257601, 2327, '0622-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257602, 2327, '0622-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257603, 2327, '0622-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257604, 2327, '0622-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257605, 2327, '0622-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257606, 2327, '0622-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257607, 2327, '0622-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257608, 2327, '0622-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257609, 2327, '0622-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257610, 2327, '0622-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257611, 2327, '0622-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257612, 2327, '0623-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257613, 2327, '0623-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257614, 2327, '0623-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257615, 2327, '0623-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257616, 2327, '0623-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257617, 2327, '0623-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257618, 2327, '0623-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257619, 2327, '0623-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257620, 2327, '0623-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257621, 2327, '0623-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257622, 2327, '0623-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257623, 2327, '0623-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257624, 2327, '0624-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257625, 2327, '0624-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257626, 2327, '0624-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257627, 2327, '0624-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257628, 2327, '0624-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257629, 2327, '0624-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257630, 2327, '0624-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257631, 2327, '0624-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257632, 2327, '0624-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257633, 2327, '0624-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257634, 2327, '0624-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257635, 2327, '0624-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257636, 2327, '0625-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257637, 2327, '0625-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257638, 2327, '0625-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257639, 2327, '0625-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257640, 2327, '0625-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257641, 2327, '0625-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257642, 2327, '0625-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257643, 2327, '0625-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257644, 2327, '0625-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257645, 2327, '0625-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257646, 2327, '0625-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257647, 2327, '0625-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257648, 2327, '0626-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257649, 2327, '0626-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257650, 2327, '0626-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257651, 2327, '0626-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257652, 2327, '0626-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257653, 2327, '0626-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257654, 2327, '0626-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257655, 2327, '0626-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257656, 2327, '0626-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257657, 2327, '0626-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257658, 2327, '0626-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257659, 2327, '0626-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257660, 2327, '0627-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257661, 2327, '0627-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257662, 2327, '0627-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257663, 2327, '0627-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257664, 2327, '0627-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257665, 2327, '0627-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257666, 2327, '0627-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257667, 2327, '0627-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257668, 2327, '0627-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257669, 2327, '0627-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257670, 2327, '0627-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257671, 2327, '0627-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257672, 2327, '0628-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257673, 2327, '0628-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257674, 2327, '0628-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257675, 2327, '0628-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257676, 2327, '0628-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257677, 2327, '0628-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257678, 2327, '0628-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257679, 2327, '0628-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257680, 2327, '0628-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257681, 2327, '0628-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257682, 2327, '0628-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257683, 2327, '0628-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257684, 2327, '0629-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257685, 2327, '0629-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257686, 2327, '0629-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257687, 2327, '0629-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257688, 2327, '0629-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257689, 2327, '0629-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257690, 2327, '0629-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257691, 2327, '0629-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257692, 2327, '0629-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257693, 2327, '0629-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257694, 2327, '0629-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257695, 2327, '0629-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257696, 2327, '0630-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257697, 2327, '0630-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257698, 2327, '0630-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257699, 2327, '0630-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257700, 2327, '0630-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257701, 2327, '0630-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257702, 2327, '0630-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257703, 2327, '0630-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257704, 2327, '0630-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257705, 2327, '0630-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257706, 2327, '0630-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257707, 2327, '0630-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257708, 2327, '0631-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257709, 2327, '0631-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257710, 2327, '0631-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257711, 2327, '0631-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257712, 2327, '0631-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257713, 2327, '0631-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257714, 2327, '0631-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257715, 2327, '0631-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257716, 2327, '0631-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257717, 2327, '0631-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257718, 2327, '0631-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257719, 2327, '0631-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257720, 2327, '0632-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257721, 2327, '0632-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257722, 2327, '0632-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257723, 2327, '0632-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257724, 2327, '0632-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257725, 2327, '0632-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257726, 2327, '0632-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257727, 2327, '0632-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257728, 2327, '0632-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257729, 2327, '0632-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257730, 2327, '0632-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257731, 2327, '0632-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257732, 2327, '0633-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257733, 2327, '0633-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257734, 2327, '0633-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257735, 2327, '0633-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257736, 2327, '0633-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257737, 2327, '0633-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257738, 2327, '0633-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257739, 2327, '0633-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257740, 2327, '0633-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257741, 2327, '0633-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257742, 2327, '0633-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257743, 2327, '0633-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257744, 2327, '0634-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257745, 2327, '0634-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257746, 2327, '0634-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257747, 2327, '0634-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257748, 2327, '0634-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257749, 2327, '0634-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257750, 2327, '0634-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257751, 2327, '0634-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257752, 2327, '0634-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257753, 2327, '0634-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257754, 2327, '0634-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257755, 2327, '0634-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257756, 2327, '0635-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257757, 2327, '0635-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257758, 2327, '0635-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257759, 2327, '0635-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257760, 2327, '0635-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257761, 2327, '0635-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257762, 2327, '0635-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257763, 2327, '0635-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257764, 2327, '0635-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257765, 2327, '0635-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257766, 2327, '0635-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257767, 2327, '0635-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257768, 2327, '0636-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257769, 2327, '0636-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257770, 2327, '0636-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257771, 2327, '0636-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257772, 2327, '0636-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257773, 2327, '0636-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257774, 2327, '0636-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257775, 2327, '0636-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257776, 2327, '0636-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:30', '2023-10-31 14:14:30'),
(257777, 2327, '0636-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(257778, 2327, '0636-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(257779, 2327, '0636-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(257780, 2327, '0637-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(257781, 2327, '0637-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(257782, 2327, '0637-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(257783, 2327, '0637-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(257784, 2327, '0637-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(257785, 2327, '0637-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(257786, 2327, '0637-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(257787, 2327, '0637-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(257788, 2327, '0637-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(257789, 2327, '0637-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(257790, 2327, '0637-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(257791, 2327, '0637-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(257792, 2327, '0638-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(257793, 2327, '0638-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(257794, 2327, '0638-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(257795, 2327, '0638-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(257796, 2327, '0638-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(257797, 2327, '0638-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(257798, 2327, '0638-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(257799, 2327, '0638-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(257800, 2327, '0638-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(257801, 2327, '0638-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(257802, 2327, '0638-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(257803, 2327, '0638-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(257804, 2327, '0639-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(257805, 2327, '0639-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(257806, 2327, '0639-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(257807, 2327, '0639-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(257808, 2327, '0639-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(257809, 2327, '0639-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(257810, 2327, '0639-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(257811, 2327, '0639-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(257812, 2327, '0639-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(257813, 2327, '0639-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(257814, 2327, '0639-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(257815, 2327, '0639-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(257816, 2327, '0640-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(257817, 2327, '0640-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(257818, 2327, '0640-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(257819, 2327, '0640-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(257820, 2327, '0640-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(257821, 2327, '0640-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(257822, 2327, '0640-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(257823, 2327, '0640-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(257824, 2327, '0640-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(257825, 2327, '0640-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(257826, 2327, '0640-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(257827, 2327, '0640-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(257828, 2327, '0641-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(257829, 2327, '0641-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(257830, 2327, '0641-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(257831, 2327, '0641-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(257832, 2327, '0641-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(257833, 2327, '0641-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(257834, 2327, '0641-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(257835, 2327, '0641-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(257836, 2327, '0641-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(257837, 2327, '0641-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(257838, 2327, '0641-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(257839, 2327, '0641-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(257840, 2327, '0642-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(257841, 2327, '0642-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(257842, 2327, '0642-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(257843, 2327, '0642-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(257844, 2327, '0642-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(257845, 2327, '0642-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(257846, 2327, '0642-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(257847, 2327, '0642-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(257848, 2327, '0642-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(257849, 2327, '0642-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(257850, 2327, '0642-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(257851, 2327, '0642-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(257852, 2327, '0643-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(257853, 2327, '0643-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(257854, 2327, '0643-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(257855, 2327, '0643-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(257856, 2327, '0643-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(257857, 2327, '0643-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(257858, 2327, '0643-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(257859, 2327, '0643-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(257860, 2327, '0643-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(257861, 2327, '0643-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(257862, 2327, '0643-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(257863, 2327, '0643-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(257864, 2327, '0644-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(257865, 2327, '0644-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(257866, 2327, '0644-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(257867, 2327, '0644-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(257868, 2327, '0644-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(257869, 2327, '0644-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(257870, 2327, '0644-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(257871, 2327, '0644-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(257872, 2327, '0644-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(257873, 2327, '0644-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(257874, 2327, '0644-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(257875, 2327, '0644-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(257876, 2327, '0645-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(257877, 2327, '0645-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(257878, 2327, '0645-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(257879, 2327, '0645-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(257880, 2327, '0645-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(257881, 2327, '0645-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(257882, 2327, '0645-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(257883, 2327, '0645-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(257884, 2327, '0645-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(257885, 2327, '0645-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(257886, 2327, '0645-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(257887, 2327, '0645-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(257888, 2327, '0646-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(257889, 2327, '0646-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(257890, 2327, '0646-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(257891, 2327, '0646-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(257892, 2327, '0646-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(257893, 2327, '0646-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(257894, 2327, '0646-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(257895, 2327, '0646-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(257896, 2327, '0646-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(257897, 2327, '0646-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(257898, 2327, '0646-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(257899, 2327, '0646-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(257900, 2327, '0647-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(257901, 2327, '0647-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(257902, 2327, '0647-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(257903, 2327, '0647-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(257904, 2327, '0647-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(257905, 2327, '0647-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(257906, 2327, '0647-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(257907, 2327, '0647-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(257908, 2327, '0647-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(257909, 2327, '0647-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(257910, 2327, '0647-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(257911, 2327, '0647-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(257912, 2327, '0648-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(257913, 2327, '0648-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(257914, 2327, '0648-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(257915, 2327, '0648-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(257916, 2327, '0648-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(257917, 2327, '0648-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(257918, 2327, '0648-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(257919, 2327, '0648-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(257920, 2327, '0648-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(257921, 2327, '0648-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(257922, 2327, '0648-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(257923, 2327, '0648-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(257924, 2327, '0649-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(257925, 2327, '0649-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(257926, 2327, '0649-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(257927, 2327, '0649-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(257928, 2327, '0649-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(257929, 2327, '0649-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(257930, 2327, '0649-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(257931, 2327, '0649-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(257932, 2327, '0649-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(257933, 2327, '0649-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(257934, 2327, '0649-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(257935, 2327, '0649-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(257936, 2327, '0650-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(257937, 2327, '0650-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(257938, 2327, '0650-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(257939, 2327, '0650-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(257940, 2327, '0650-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(257941, 2327, '0650-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(257942, 2327, '0650-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(257943, 2327, '0650-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(257944, 2327, '0650-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(257945, 2327, '0650-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(257946, 2327, '0650-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(257947, 2327, '0650-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(257948, 2327, '0651-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(257949, 2327, '0651-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(257950, 2327, '0651-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(257951, 2327, '0651-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(257952, 2327, '0651-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(257953, 2327, '0651-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(257954, 2327, '0651-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(257955, 2327, '0651-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(257956, 2327, '0651-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(257957, 2327, '0651-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(257958, 2327, '0651-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(257959, 2327, '0651-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(257960, 2327, '0652-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(257961, 2327, '0652-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(257962, 2327, '0652-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(257963, 2327, '0652-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(257964, 2327, '0652-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(257965, 2327, '0652-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(257966, 2327, '0652-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(257967, 2327, '0652-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(257968, 2327, '0652-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(257969, 2327, '0652-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(257970, 2327, '0652-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(257971, 2327, '0652-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(257972, 2327, '0653-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(257973, 2327, '0653-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(257974, 2327, '0653-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(257975, 2327, '0653-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(257976, 2327, '0653-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(257977, 2327, '0653-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(257978, 2327, '0653-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(257979, 2327, '0653-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(257980, 2327, '0653-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(257981, 2327, '0653-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(257982, 2327, '0653-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(257983, 2327, '0653-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(257984, 2327, '0654-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(257985, 2327, '0654-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(257986, 2327, '0654-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(257987, 2327, '0654-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(257988, 2327, '0654-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(257989, 2327, '0654-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(257990, 2327, '0654-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(257991, 2327, '0654-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(257992, 2327, '0654-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(257993, 2327, '0654-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(257994, 2327, '0654-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(257995, 2327, '0654-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(257996, 2327, '0655-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(257997, 2327, '0655-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(257998, 2327, '0655-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(257999, 2327, '0655-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(258000, 2327, '0655-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(258001, 2327, '0655-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(258002, 2327, '0655-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(258003, 2327, '0655-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(258004, 2327, '0655-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(258005, 2327, '0655-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(258006, 2327, '0655-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(258007, 2327, '0655-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(258008, 2327, '0656-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(258009, 2327, '0656-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(258010, 2327, '0656-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(258011, 2327, '0656-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(258012, 2327, '0656-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(258013, 2327, '0656-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(258014, 2327, '0656-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(258015, 2327, '0656-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(258016, 2327, '0656-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(258017, 2327, '0656-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(258018, 2327, '0656-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(258019, 2327, '0656-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(258020, 2327, '0657-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(258021, 2327, '0657-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(258022, 2327, '0657-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(258023, 2327, '0657-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(258024, 2327, '0657-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(258025, 2327, '0657-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(258026, 2327, '0657-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(258027, 2327, '0657-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(258028, 2327, '0657-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(258029, 2327, '0657-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(258030, 2327, '0657-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(258031, 2327, '0657-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(258032, 2327, '0658-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(258033, 2327, '0658-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(258034, 2327, '0658-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(258035, 2327, '0658-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(258036, 2327, '0658-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(258037, 2327, '0658-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(258038, 2327, '0658-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(258039, 2327, '0658-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(258040, 2327, '0658-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(258041, 2327, '0658-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(258042, 2327, '0658-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(258043, 2327, '0658-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(258044, 2327, '0659-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(258045, 2327, '0659-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(258046, 2327, '0659-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(258047, 2327, '0659-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(258048, 2327, '0659-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(258049, 2327, '0659-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(258050, 2327, '0659-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(258051, 2327, '0659-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(258052, 2327, '0659-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(258053, 2327, '0659-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(258054, 2327, '0659-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(258055, 2327, '0659-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(258056, 2327, '0660-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(258057, 2327, '0660-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(258058, 2327, '0660-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(258059, 2327, '0660-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(258060, 2327, '0660-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(258061, 2327, '0660-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(258062, 2327, '0660-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(258063, 2327, '0660-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(258064, 2327, '0660-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(258065, 2327, '0660-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(258066, 2327, '0660-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(258067, 2327, '0660-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(258068, 2327, '0661-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(258069, 2327, '0661-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(258070, 2327, '0661-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(258071, 2327, '0661-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(258072, 2327, '0661-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(258073, 2327, '0661-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(258074, 2327, '0661-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(258075, 2327, '0661-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(258076, 2327, '0661-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(258077, 2327, '0661-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(258078, 2327, '0661-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(258079, 2327, '0661-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(258080, 2327, '0662-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(258081, 2327, '0662-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(258082, 2327, '0662-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(258083, 2327, '0662-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(258084, 2327, '0662-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(258085, 2327, '0662-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(258086, 2327, '0662-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(258087, 2327, '0662-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(258088, 2327, '0662-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(258089, 2327, '0662-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(258090, 2327, '0662-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(258091, 2327, '0662-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(258092, 2327, '0663-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(258093, 2327, '0663-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(258094, 2327, '0663-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(258095, 2327, '0663-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(258096, 2327, '0663-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(258097, 2327, '0663-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(258098, 2327, '0663-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(258099, 2327, '0663-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(258100, 2327, '0663-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(258101, 2327, '0663-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(258102, 2327, '0663-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(258103, 2327, '0663-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(258104, 2327, '0664-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(258105, 2327, '0664-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(258106, 2327, '0664-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(258107, 2327, '0664-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(258108, 2327, '0664-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(258109, 2327, '0664-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(258110, 2327, '0664-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(258111, 2327, '0664-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(258112, 2327, '0664-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(258113, 2327, '0664-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(258114, 2327, '0664-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(258115, 2327, '0664-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(258116, 2327, '0665-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(258117, 2327, '0665-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(258118, 2327, '0665-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(258119, 2327, '0665-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(258120, 2327, '0665-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(258121, 2327, '0665-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(258122, 2327, '0665-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:31', '2023-10-31 14:14:31'),
(258123, 2327, '0665-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258124, 2327, '0665-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258125, 2327, '0665-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258126, 2327, '0665-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258127, 2327, '0665-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258128, 2327, '0666-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258129, 2327, '0666-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258130, 2327, '0666-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258131, 2327, '0666-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258132, 2327, '0666-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258133, 2327, '0666-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258134, 2327, '0666-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258135, 2327, '0666-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258136, 2327, '0666-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258137, 2327, '0666-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258138, 2327, '0666-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258139, 2327, '0666-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258140, 2327, '0667-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258141, 2327, '0667-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258142, 2327, '0667-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258143, 2327, '0667-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258144, 2327, '0667-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258145, 2327, '0667-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258146, 2327, '0667-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258147, 2327, '0667-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258148, 2327, '0667-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258149, 2327, '0667-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258150, 2327, '0667-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258151, 2327, '0667-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258152, 2327, '0668-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258153, 2327, '0668-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258154, 2327, '0668-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258155, 2327, '0668-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258156, 2327, '0668-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258157, 2327, '0668-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258158, 2327, '0668-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258159, 2327, '0668-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258160, 2327, '0668-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258161, 2327, '0668-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258162, 2327, '0668-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258163, 2327, '0668-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258164, 2327, '0669-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258165, 2327, '0669-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258166, 2327, '0669-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258167, 2327, '0669-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258168, 2327, '0669-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258169, 2327, '0669-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258170, 2327, '0669-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258171, 2327, '0669-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258172, 2327, '0669-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258173, 2327, '0669-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258174, 2327, '0669-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258175, 2327, '0669-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258176, 2327, '0670-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258177, 2327, '0670-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258178, 2327, '0670-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258179, 2327, '0670-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258180, 2327, '0670-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258181, 2327, '0670-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258182, 2327, '0670-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258183, 2327, '0670-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258184, 2327, '0670-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258185, 2327, '0670-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258186, 2327, '0670-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258187, 2327, '0670-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258188, 2327, '0671-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258189, 2327, '0671-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258190, 2327, '0671-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258191, 2327, '0671-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258192, 2327, '0671-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258193, 2327, '0671-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258194, 2327, '0671-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258195, 2327, '0671-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258196, 2327, '0671-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258197, 2327, '0671-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258198, 2327, '0671-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258199, 2327, '0671-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258200, 2327, '0672-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258201, 2327, '0672-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258202, 2327, '0672-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258203, 2327, '0672-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258204, 2327, '0672-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258205, 2327, '0672-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258206, 2327, '0672-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258207, 2327, '0672-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258208, 2327, '0672-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258209, 2327, '0672-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258210, 2327, '0672-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258211, 2327, '0672-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258212, 2327, '0673-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258213, 2327, '0673-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258214, 2327, '0673-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258215, 2327, '0673-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258216, 2327, '0673-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258217, 2327, '0673-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258218, 2327, '0673-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258219, 2327, '0673-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258220, 2327, '0673-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258221, 2327, '0673-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258222, 2327, '0673-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258223, 2327, '0673-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258224, 2327, '0674-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258225, 2327, '0674-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258226, 2327, '0674-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258227, 2327, '0674-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258228, 2327, '0674-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258229, 2327, '0674-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258230, 2327, '0674-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258231, 2327, '0674-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258232, 2327, '0674-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258233, 2327, '0674-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258234, 2327, '0674-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258235, 2327, '0674-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258236, 2327, '0675-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258237, 2327, '0675-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258238, 2327, '0675-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258239, 2327, '0675-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258240, 2327, '0675-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258241, 2327, '0675-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258242, 2327, '0675-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258243, 2327, '0675-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258244, 2327, '0675-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258245, 2327, '0675-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258246, 2327, '0675-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258247, 2327, '0675-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258248, 2327, '0676-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258249, 2327, '0676-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(258250, 2327, '0676-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258251, 2327, '0676-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258252, 2327, '0676-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258253, 2327, '0676-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258254, 2327, '0676-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258255, 2327, '0676-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258256, 2327, '0676-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258257, 2327, '0676-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258258, 2327, '0676-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258259, 2327, '0676-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258260, 2327, '0677-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258261, 2327, '0677-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258262, 2327, '0677-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258263, 2327, '0677-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258264, 2327, '0677-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258265, 2327, '0677-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258266, 2327, '0677-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258267, 2327, '0677-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258268, 2327, '0677-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258269, 2327, '0677-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258270, 2327, '0677-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258271, 2327, '0677-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258272, 2327, '0678-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258273, 2327, '0678-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258274, 2327, '0678-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258275, 2327, '0678-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258276, 2327, '0678-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258277, 2327, '0678-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258278, 2327, '0678-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258279, 2327, '0678-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258280, 2327, '0678-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258281, 2327, '0678-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258282, 2327, '0678-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258283, 2327, '0678-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258284, 2327, '0679-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258285, 2327, '0679-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258286, 2327, '0679-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258287, 2327, '0679-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258288, 2327, '0679-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258289, 2327, '0679-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258290, 2327, '0679-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258291, 2327, '0679-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258292, 2327, '0679-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258293, 2327, '0679-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258294, 2327, '0679-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258295, 2327, '0679-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258296, 2327, '0680-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258297, 2327, '0680-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258298, 2327, '0680-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258299, 2327, '0680-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258300, 2327, '0680-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258301, 2327, '0680-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258302, 2327, '0680-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258303, 2327, '0680-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258304, 2327, '0680-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258305, 2327, '0680-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258306, 2327, '0680-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258307, 2327, '0680-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258308, 2327, '0681-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258309, 2327, '0681-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258310, 2327, '0681-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258311, 2327, '0681-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258312, 2327, '0681-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258313, 2327, '0681-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258314, 2327, '0681-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258315, 2327, '0681-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258316, 2327, '0681-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258317, 2327, '0681-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258318, 2327, '0681-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258319, 2327, '0681-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258320, 2327, '0682-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258321, 2327, '0682-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258322, 2327, '0682-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258323, 2327, '0682-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258324, 2327, '0682-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258325, 2327, '0682-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258326, 2327, '0682-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258327, 2327, '0682-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258328, 2327, '0682-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258329, 2327, '0682-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258330, 2327, '0682-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258331, 2327, '0682-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258332, 2327, '0683-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258333, 2327, '0683-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258334, 2327, '0683-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258335, 2327, '0683-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258336, 2327, '0683-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258337, 2327, '0683-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258338, 2327, '0683-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258339, 2327, '0683-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258340, 2327, '0683-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258341, 2327, '0683-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258342, 2327, '0683-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258343, 2327, '0683-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258344, 2327, '0684-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258345, 2327, '0684-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258346, 2327, '0684-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258347, 2327, '0684-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258348, 2327, '0684-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258349, 2327, '0684-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258350, 2327, '0684-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258351, 2327, '0684-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258352, 2327, '0684-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258353, 2327, '0684-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258354, 2327, '0684-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258355, 2327, '0684-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258356, 2327, '0685-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258357, 2327, '0685-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258358, 2327, '0685-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258359, 2327, '0685-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258360, 2327, '0685-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258361, 2327, '0685-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258362, 2327, '0685-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258363, 2327, '0685-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258364, 2327, '0685-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258365, 2327, '0685-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258366, 2327, '0685-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258367, 2327, '0685-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258368, 2327, '0686-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258369, 2327, '0686-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258370, 2327, '0686-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258371, 2327, '0686-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258372, 2327, '0686-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258373, 2327, '0686-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258374, 2327, '0686-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258375, 2327, '0686-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258376, 2327, '0686-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258377, 2327, '0686-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258378, 2327, '0686-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258379, 2327, '0686-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258380, 2327, '0687-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258381, 2327, '0687-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258382, 2327, '0687-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258383, 2327, '0687-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258384, 2327, '0687-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258385, 2327, '0687-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258386, 2327, '0687-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258387, 2327, '0687-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258388, 2327, '0687-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258389, 2327, '0687-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258390, 2327, '0687-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258391, 2327, '0687-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258392, 2327, '0688-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258393, 2327, '0688-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258394, 2327, '0688-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258395, 2327, '0688-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258396, 2327, '0688-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258397, 2327, '0688-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258398, 2327, '0688-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258399, 2327, '0688-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258400, 2327, '0688-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258401, 2327, '0688-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258402, 2327, '0688-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258403, 2327, '0688-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258404, 2327, '0689-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258405, 2327, '0689-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258406, 2327, '0689-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258407, 2327, '0689-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258408, 2327, '0689-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258409, 2327, '0689-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258410, 2327, '0689-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258411, 2327, '0689-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258412, 2327, '0689-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258413, 2327, '0689-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258414, 2327, '0689-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258415, 2327, '0689-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258416, 2327, '0690-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258417, 2327, '0690-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258418, 2327, '0690-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258419, 2327, '0690-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258420, 2327, '0690-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258421, 2327, '0690-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258422, 2327, '0690-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258423, 2327, '0690-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258424, 2327, '0690-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258425, 2327, '0690-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258426, 2327, '0690-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258427, 2327, '0690-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258428, 2327, '0691-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258429, 2327, '0691-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258430, 2327, '0691-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258431, 2327, '0691-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258432, 2327, '0691-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258433, 2327, '0691-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258434, 2327, '0691-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258435, 2327, '0691-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258436, 2327, '0691-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258437, 2327, '0691-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258438, 2327, '0691-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258439, 2327, '0691-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258440, 2327, '0692-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258441, 2327, '0692-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258442, 2327, '0692-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258443, 2327, '0692-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258444, 2327, '0692-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258445, 2327, '0692-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258446, 2327, '0692-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258447, 2327, '0692-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258448, 2327, '0692-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258449, 2327, '0692-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258450, 2327, '0692-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258451, 2327, '0692-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258452, 2327, '0693-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258453, 2327, '0693-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258454, 2327, '0693-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258455, 2327, '0693-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258456, 2327, '0693-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258457, 2327, '0693-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258458, 2327, '0693-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258459, 2327, '0693-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258460, 2327, '0693-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258461, 2327, '0693-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258462, 2327, '0693-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258463, 2327, '0693-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258464, 2327, '0694-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258465, 2327, '0694-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258466, 2327, '0694-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258467, 2327, '0694-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258468, 2327, '0694-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258469, 2327, '0694-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258470, 2327, '0694-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258471, 2327, '0694-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258472, 2327, '0694-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258473, 2327, '0694-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258474, 2327, '0694-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258475, 2327, '0694-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258476, 2327, '0695-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258477, 2327, '0695-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258478, 2327, '0695-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258479, 2327, '0695-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258480, 2327, '0695-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258481, 2327, '0695-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258482, 2327, '0695-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258483, 2327, '0695-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258484, 2327, '0695-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258485, 2327, '0695-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258486, 2327, '0695-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258487, 2327, '0695-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258488, 2327, '0696-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258489, 2327, '0696-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258490, 2327, '0696-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258491, 2327, '0696-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258492, 2327, '0696-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258493, 2327, '0696-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258494, 2327, '0696-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258495, 2327, '0696-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258496, 2327, '0696-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258497, 2327, '0696-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258498, 2327, '0696-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258499, 2327, '0696-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258500, 2327, '0697-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258501, 2327, '0697-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258502, 2327, '0697-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258503, 2327, '0697-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258504, 2327, '0697-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258505, 2327, '0697-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258506, 2327, '0697-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258507, 2327, '0697-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258508, 2327, '0697-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258509, 2327, '0697-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258510, 2327, '0697-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258511, 2327, '0697-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258512, 2327, '0698-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258513, 2327, '0698-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258514, 2327, '0698-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258515, 2327, '0698-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258516, 2327, '0698-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258517, 2327, '0698-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258518, 2327, '0698-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258519, 2327, '0698-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258520, 2327, '0698-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258521, 2327, '0698-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:32', '2023-10-31 14:14:32'),
(258522, 2327, '0698-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258523, 2327, '0698-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258524, 2327, '0699-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258525, 2327, '0699-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258526, 2327, '0699-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258527, 2327, '0699-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258528, 2327, '0699-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258529, 2327, '0699-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258530, 2327, '0699-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258531, 2327, '0699-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258532, 2327, '0699-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258533, 2327, '0699-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258534, 2327, '0699-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258535, 2327, '0699-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258536, 2327, '0700-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258537, 2327, '0700-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258538, 2327, '0700-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258539, 2327, '0700-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258540, 2327, '0700-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258541, 2327, '0700-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258542, 2327, '0700-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258543, 2327, '0700-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258544, 2327, '0700-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258545, 2327, '0700-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258546, 2327, '0700-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258547, 2327, '0700-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258548, 2327, '0701-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258549, 2327, '0701-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258550, 2327, '0701-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258551, 2327, '0701-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258552, 2327, '0701-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258553, 2327, '0701-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258554, 2327, '0701-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258555, 2327, '0701-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258556, 2327, '0701-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258557, 2327, '0701-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258558, 2327, '0701-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258559, 2327, '0701-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258560, 2327, '0702-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258561, 2327, '0702-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258562, 2327, '0702-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258563, 2327, '0702-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258564, 2327, '0702-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258565, 2327, '0702-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258566, 2327, '0702-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258567, 2327, '0702-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258568, 2327, '0702-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258569, 2327, '0702-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258570, 2327, '0702-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258571, 2327, '0702-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258572, 2327, '0703-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258573, 2327, '0703-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258574, 2327, '0703-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258575, 2327, '0703-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258576, 2327, '0703-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258577, 2327, '0703-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258578, 2327, '0703-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258579, 2327, '0703-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258580, 2327, '0703-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258581, 2327, '0703-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258582, 2327, '0703-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258583, 2327, '0703-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258584, 2327, '0704-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258585, 2327, '0704-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258586, 2327, '0704-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258587, 2327, '0704-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258588, 2327, '0704-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258589, 2327, '0704-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258590, 2327, '0704-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258591, 2327, '0704-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258592, 2327, '0704-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258593, 2327, '0704-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258594, 2327, '0704-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258595, 2327, '0704-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258596, 2327, '0705-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258597, 2327, '0705-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258598, 2327, '0705-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258599, 2327, '0705-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258600, 2327, '0705-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258601, 2327, '0705-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258602, 2327, '0705-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258603, 2327, '0705-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258604, 2327, '0705-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258605, 2327, '0705-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258606, 2327, '0705-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258607, 2327, '0705-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258608, 2327, '0706-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258609, 2327, '0706-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258610, 2327, '0706-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258611, 2327, '0706-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258612, 2327, '0706-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258613, 2327, '0706-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258614, 2327, '0706-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258615, 2327, '0706-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258616, 2327, '0706-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258617, 2327, '0706-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258618, 2327, '0706-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258619, 2327, '0706-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258620, 2327, '0707-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258621, 2327, '0707-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258622, 2327, '0707-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258623, 2327, '0707-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258624, 2327, '0707-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258625, 2327, '0707-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258626, 2327, '0707-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258627, 2327, '0707-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258628, 2327, '0707-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258629, 2327, '0707-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258630, 2327, '0707-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258631, 2327, '0707-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258632, 2327, '0708-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258633, 2327, '0708-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258634, 2327, '0708-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258635, 2327, '0708-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258636, 2327, '0708-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258637, 2327, '0708-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258638, 2327, '0708-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258639, 2327, '0708-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258640, 2327, '0708-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258641, 2327, '0708-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258642, 2327, '0708-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258643, 2327, '0708-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258644, 2327, '0709-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258645, 2327, '0709-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258646, 2327, '0709-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258647, 2327, '0709-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258648, 2327, '0709-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258649, 2327, '0709-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258650, 2327, '0709-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258651, 2327, '0709-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258652, 2327, '0709-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258653, 2327, '0709-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258654, 2327, '0709-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258655, 2327, '0709-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258656, 2327, '0710-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258657, 2327, '0710-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258658, 2327, '0710-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258659, 2327, '0710-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258660, 2327, '0710-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258661, 2327, '0710-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258662, 2327, '0710-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258663, 2327, '0710-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258664, 2327, '0710-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258665, 2327, '0710-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258666, 2327, '0710-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258667, 2327, '0710-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258668, 2327, '0711-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258669, 2327, '0711-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258670, 2327, '0711-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258671, 2327, '0711-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258672, 2327, '0711-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258673, 2327, '0711-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258674, 2327, '0711-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258675, 2327, '0711-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258676, 2327, '0711-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258677, 2327, '0711-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258678, 2327, '0711-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258679, 2327, '0711-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258680, 2327, '0712-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258681, 2327, '0712-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258682, 2327, '0712-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258683, 2327, '0712-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258684, 2327, '0712-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258685, 2327, '0712-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258686, 2327, '0712-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258687, 2327, '0712-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258688, 2327, '0712-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258689, 2327, '0712-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258690, 2327, '0712-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258691, 2327, '0712-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258692, 2327, '0713-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258693, 2327, '0713-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258694, 2327, '0713-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258695, 2327, '0713-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258696, 2327, '0713-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258697, 2327, '0713-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258698, 2327, '0713-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258699, 2327, '0713-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258700, 2327, '0713-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258701, 2327, '0713-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258702, 2327, '0713-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258703, 2327, '0713-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258704, 2327, '0714-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258705, 2327, '0714-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258706, 2327, '0714-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258707, 2327, '0714-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258708, 2327, '0714-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258709, 2327, '0714-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258710, 2327, '0714-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258711, 2327, '0714-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258712, 2327, '0714-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258713, 2327, '0714-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258714, 2327, '0714-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(258715, 2327, '0714-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258716, 2327, '0715-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258717, 2327, '0715-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258718, 2327, '0715-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258719, 2327, '0715-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258720, 2327, '0715-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258721, 2327, '0715-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258722, 2327, '0715-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258723, 2327, '0715-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258724, 2327, '0715-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258725, 2327, '0715-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258726, 2327, '0715-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258727, 2327, '0715-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258728, 2327, '0716-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258729, 2327, '0716-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258730, 2327, '0716-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258731, 2327, '0716-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258732, 2327, '0716-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258733, 2327, '0716-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258734, 2327, '0716-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258735, 2327, '0716-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258736, 2327, '0716-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258737, 2327, '0716-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258738, 2327, '0716-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258739, 2327, '0716-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258740, 2327, '0717-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258741, 2327, '0717-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258742, 2327, '0717-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258743, 2327, '0717-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258744, 2327, '0717-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258745, 2327, '0717-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258746, 2327, '0717-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258747, 2327, '0717-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258748, 2327, '0717-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258749, 2327, '0717-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258750, 2327, '0717-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258751, 2327, '0717-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258752, 2327, '0718-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258753, 2327, '0718-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258754, 2327, '0718-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258755, 2327, '0718-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258756, 2327, '0718-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258757, 2327, '0718-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258758, 2327, '0718-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258759, 2327, '0718-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258760, 2327, '0718-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258761, 2327, '0718-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258762, 2327, '0718-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258763, 2327, '0718-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258764, 2327, '0719-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258765, 2327, '0719-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258766, 2327, '0719-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258767, 2327, '0719-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258768, 2327, '0719-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258769, 2327, '0719-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258770, 2327, '0719-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258771, 2327, '0719-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258772, 2327, '0719-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258773, 2327, '0719-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258774, 2327, '0719-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258775, 2327, '0719-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258776, 2327, '0720-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258777, 2327, '0720-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258778, 2327, '0720-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258779, 2327, '0720-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258780, 2327, '0720-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258781, 2327, '0720-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258782, 2327, '0720-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258783, 2327, '0720-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258784, 2327, '0720-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258785, 2327, '0720-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258786, 2327, '0720-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258787, 2327, '0720-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258788, 2327, '0721-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258789, 2327, '0721-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258790, 2327, '0721-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258791, 2327, '0721-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258792, 2327, '0721-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258793, 2327, '0721-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258794, 2327, '0721-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258795, 2327, '0721-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258796, 2327, '0721-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258797, 2327, '0721-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258798, 2327, '0721-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258799, 2327, '0721-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258800, 2327, '0722-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258801, 2327, '0722-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258802, 2327, '0722-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258803, 2327, '0722-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258804, 2327, '0722-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258805, 2327, '0722-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258806, 2327, '0722-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258807, 2327, '0722-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258808, 2327, '0722-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258809, 2327, '0722-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258810, 2327, '0722-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258811, 2327, '0722-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258812, 2327, '0723-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258813, 2327, '0723-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258814, 2327, '0723-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258815, 2327, '0723-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258816, 2327, '0723-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258817, 2327, '0723-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258818, 2327, '0723-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258819, 2327, '0723-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258820, 2327, '0723-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258821, 2327, '0723-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258822, 2327, '0723-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258823, 2327, '0723-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258824, 2327, '0724-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258825, 2327, '0724-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258826, 2327, '0724-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258827, 2327, '0724-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258828, 2327, '0724-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258829, 2327, '0724-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258830, 2327, '0724-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258831, 2327, '0724-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258832, 2327, '0724-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258833, 2327, '0724-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258834, 2327, '0724-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258835, 2327, '0724-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258836, 2327, '0725-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258837, 2327, '0725-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258838, 2327, '0725-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258839, 2327, '0725-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258840, 2327, '0725-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258841, 2327, '0725-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258842, 2327, '0725-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258843, 2327, '0725-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258844, 2327, '0725-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258845, 2327, '0725-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258846, 2327, '0725-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258847, 2327, '0725-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258848, 2327, '0726-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258849, 2327, '0726-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258850, 2327, '0726-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258851, 2327, '0726-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258852, 2327, '0726-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258853, 2327, '0726-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258854, 2327, '0726-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258855, 2327, '0726-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258856, 2327, '0726-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258857, 2327, '0726-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258858, 2327, '0726-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258859, 2327, '0726-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258860, 2327, '0727-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258861, 2327, '0727-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258862, 2327, '0727-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258863, 2327, '0727-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258864, 2327, '0727-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258865, 2327, '0727-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258866, 2327, '0727-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258867, 2327, '0727-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258868, 2327, '0727-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258869, 2327, '0727-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258870, 2327, '0727-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258871, 2327, '0727-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258872, 2327, '0728-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258873, 2327, '0728-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258874, 2327, '0728-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258875, 2327, '0728-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258876, 2327, '0728-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258877, 2327, '0728-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258878, 2327, '0728-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258879, 2327, '0728-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258880, 2327, '0728-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258881, 2327, '0728-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258882, 2327, '0728-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258883, 2327, '0728-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258884, 2327, '0729-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258885, 2327, '0729-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:33', '2023-10-31 14:14:33'),
(258886, 2327, '0729-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(258887, 2327, '0729-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(258888, 2327, '0729-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(258889, 2327, '0729-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(258890, 2327, '0729-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(258891, 2327, '0729-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(258892, 2327, '0729-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(258893, 2327, '0729-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(258894, 2327, '0729-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(258895, 2327, '0729-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(258896, 2327, '0730-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(258897, 2327, '0730-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(258898, 2327, '0730-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(258899, 2327, '0730-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(258900, 2327, '0730-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(258901, 2327, '0730-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(258902, 2327, '0730-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(258903, 2327, '0730-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(258904, 2327, '0730-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(258905, 2327, '0730-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(258906, 2327, '0730-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(258907, 2327, '0730-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(258908, 2327, '0731-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(258909, 2327, '0731-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(258910, 2327, '0731-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(258911, 2327, '0731-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(258912, 2327, '0731-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(258913, 2327, '0731-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(258914, 2327, '0731-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(258915, 2327, '0731-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(258916, 2327, '0731-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(258917, 2327, '0731-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(258918, 2327, '0731-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(258919, 2327, '0731-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(258920, 2327, '0732-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(258921, 2327, '0732-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(258922, 2327, '0732-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(258923, 2327, '0732-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(258924, 2327, '0732-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(258925, 2327, '0732-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(258926, 2327, '0732-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(258927, 2327, '0732-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(258928, 2327, '0732-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(258929, 2327, '0732-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(258930, 2327, '0732-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(258931, 2327, '0732-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(258932, 2327, '0733-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(258933, 2327, '0733-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(258934, 2327, '0733-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(258935, 2327, '0733-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(258936, 2327, '0733-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(258937, 2327, '0733-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(258938, 2327, '0733-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(258939, 2327, '0733-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(258940, 2327, '0733-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(258941, 2327, '0733-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(258942, 2327, '0733-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(258943, 2327, '0733-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(258944, 2327, '0734-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(258945, 2327, '0734-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(258946, 2327, '0734-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(258947, 2327, '0734-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(258948, 2327, '0734-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(258949, 2327, '0734-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(258950, 2327, '0734-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(258951, 2327, '0734-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(258952, 2327, '0734-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(258953, 2327, '0734-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(258954, 2327, '0734-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(258955, 2327, '0734-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(258956, 2327, '0735-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(258957, 2327, '0735-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(258958, 2327, '0735-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(258959, 2327, '0735-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(258960, 2327, '0735-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(258961, 2327, '0735-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(258962, 2327, '0735-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(258963, 2327, '0735-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(258964, 2327, '0735-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(258965, 2327, '0735-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(258966, 2327, '0735-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(258967, 2327, '0735-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(258968, 2327, '0736-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(258969, 2327, '0736-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(258970, 2327, '0736-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(258971, 2327, '0736-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(258972, 2327, '0736-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(258973, 2327, '0736-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(258974, 2327, '0736-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(258975, 2327, '0736-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(258976, 2327, '0736-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(258977, 2327, '0736-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(258978, 2327, '0736-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(258979, 2327, '0736-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(258980, 2327, '0737-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(258981, 2327, '0737-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(258982, 2327, '0737-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(258983, 2327, '0737-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(258984, 2327, '0737-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(258985, 2327, '0737-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(258986, 2327, '0737-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(258987, 2327, '0737-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(258988, 2327, '0737-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(258989, 2327, '0737-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(258990, 2327, '0737-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(258991, 2327, '0737-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(258992, 2327, '0738-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(258993, 2327, '0738-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(258994, 2327, '0738-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(258995, 2327, '0738-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(258996, 2327, '0738-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(258997, 2327, '0738-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(258998, 2327, '0738-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(258999, 2327, '0738-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259000, 2327, '0738-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259001, 2327, '0738-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259002, 2327, '0738-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259003, 2327, '0738-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259004, 2327, '0739-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259005, 2327, '0739-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259006, 2327, '0739-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259007, 2327, '0739-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259008, 2327, '0739-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259009, 2327, '0739-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259010, 2327, '0739-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259011, 2327, '0739-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259012, 2327, '0739-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259013, 2327, '0739-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259014, 2327, '0739-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259015, 2327, '0739-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259016, 2327, '0740-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259017, 2327, '0740-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259018, 2327, '0740-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259019, 2327, '0740-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259020, 2327, '0740-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259021, 2327, '0740-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259022, 2327, '0740-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259023, 2327, '0740-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259024, 2327, '0740-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259025, 2327, '0740-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259026, 2327, '0740-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259027, 2327, '0740-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259028, 2327, '0741-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259029, 2327, '0741-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259030, 2327, '0741-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259031, 2327, '0741-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259032, 2327, '0741-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259033, 2327, '0741-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259034, 2327, '0741-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259035, 2327, '0741-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259036, 2327, '0741-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259037, 2327, '0741-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259038, 2327, '0741-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259039, 2327, '0741-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259040, 2327, '0742-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259041, 2327, '0742-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259042, 2327, '0742-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259043, 2327, '0742-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259044, 2327, '0742-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259045, 2327, '0742-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259046, 2327, '0742-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259047, 2327, '0742-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259048, 2327, '0742-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259049, 2327, '0742-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259050, 2327, '0742-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259051, 2327, '0742-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259052, 2327, '0743-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259053, 2327, '0743-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259054, 2327, '0743-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259055, 2327, '0743-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259056, 2327, '0743-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259057, 2327, '0743-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259058, 2327, '0743-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259059, 2327, '0743-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259060, 2327, '0743-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259061, 2327, '0743-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259062, 2327, '0743-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259063, 2327, '0743-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259064, 2327, '0744-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259065, 2327, '0744-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259066, 2327, '0744-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259067, 2327, '0744-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259068, 2327, '0744-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259069, 2327, '0744-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259070, 2327, '0744-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259071, 2327, '0744-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259072, 2327, '0744-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259073, 2327, '0744-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259074, 2327, '0744-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259075, 2327, '0744-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259076, 2327, '0745-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259077, 2327, '0745-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259078, 2327, '0745-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259079, 2327, '0745-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259080, 2327, '0745-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259081, 2327, '0745-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259082, 2327, '0745-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259083, 2327, '0745-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259084, 2327, '0745-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259085, 2327, '0745-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259086, 2327, '0745-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259087, 2327, '0745-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259088, 2327, '0746-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259089, 2327, '0746-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259090, 2327, '0746-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259091, 2327, '0746-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259092, 2327, '0746-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259093, 2327, '0746-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259094, 2327, '0746-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259095, 2327, '0746-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259096, 2327, '0746-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259097, 2327, '0746-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259098, 2327, '0746-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259099, 2327, '0746-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259100, 2327, '0747-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259101, 2327, '0747-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259102, 2327, '0747-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259103, 2327, '0747-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259104, 2327, '0747-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259105, 2327, '0747-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259106, 2327, '0747-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259107, 2327, '0747-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259108, 2327, '0747-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259109, 2327, '0747-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259110, 2327, '0747-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259111, 2327, '0747-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259112, 2327, '0748-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259113, 2327, '0748-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259114, 2327, '0748-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259115, 2327, '0748-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259116, 2327, '0748-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259117, 2327, '0748-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259118, 2327, '0748-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259119, 2327, '0748-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259120, 2327, '0748-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259121, 2327, '0748-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259122, 2327, '0748-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259123, 2327, '0748-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259124, 2327, '0749-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259125, 2327, '0749-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259126, 2327, '0749-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259127, 2327, '0749-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259128, 2327, '0749-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259129, 2327, '0749-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259130, 2327, '0749-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259131, 2327, '0749-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259132, 2327, '0749-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259133, 2327, '0749-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259134, 2327, '0749-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259135, 2327, '0749-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259136, 2327, '0750-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259137, 2327, '0750-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259138, 2327, '0750-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259139, 2327, '0750-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259140, 2327, '0750-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259141, 2327, '0750-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259142, 2327, '0750-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259143, 2327, '0750-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259144, 2327, '0750-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259145, 2327, '0750-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259146, 2327, '0750-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259147, 2327, '0750-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259148, 2327, '0751-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259149, 2327, '0751-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259150, 2327, '0751-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259151, 2327, '0751-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259152, 2327, '0751-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259153, 2327, '0751-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259154, 2327, '0751-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259155, 2327, '0751-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259156, 2327, '0751-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259157, 2327, '0751-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259158, 2327, '0751-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259159, 2327, '0751-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259160, 2327, '0752-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259161, 2327, '0752-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259162, 2327, '0752-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259163, 2327, '0752-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259164, 2327, '0752-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259165, 2327, '0752-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259166, 2327, '0752-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259167, 2327, '0752-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259168, 2327, '0752-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259169, 2327, '0752-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259170, 2327, '0752-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259171, 2327, '0752-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259172, 2327, '0753-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259173, 2327, '0753-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259174, 2327, '0753-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259175, 2327, '0753-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259176, 2327, '0753-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259177, 2327, '0753-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259178, 2327, '0753-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259179, 2327, '0753-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(259180, 2327, '0753-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259181, 2327, '0753-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259182, 2327, '0753-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259183, 2327, '0753-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259184, 2327, '0754-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259185, 2327, '0754-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259186, 2327, '0754-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259187, 2327, '0754-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259188, 2327, '0754-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259189, 2327, '0754-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259190, 2327, '0754-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259191, 2327, '0754-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259192, 2327, '0754-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259193, 2327, '0754-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259194, 2327, '0754-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259195, 2327, '0754-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259196, 2327, '0755-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259197, 2327, '0755-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259198, 2327, '0755-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259199, 2327, '0755-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259200, 2327, '0755-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259201, 2327, '0755-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259202, 2327, '0755-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259203, 2327, '0755-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259204, 2327, '0755-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259205, 2327, '0755-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259206, 2327, '0755-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259207, 2327, '0755-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259208, 2327, '0756-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259209, 2327, '0756-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259210, 2327, '0756-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259211, 2327, '0756-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259212, 2327, '0756-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259213, 2327, '0756-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259214, 2327, '0756-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259215, 2327, '0756-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259216, 2327, '0756-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259217, 2327, '0756-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259218, 2327, '0756-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259219, 2327, '0756-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259220, 2327, '0757-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259221, 2327, '0757-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259222, 2327, '0757-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259223, 2327, '0757-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259224, 2327, '0757-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259225, 2327, '0757-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259226, 2327, '0757-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259227, 2327, '0757-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259228, 2327, '0757-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259229, 2327, '0757-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259230, 2327, '0757-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259231, 2327, '0757-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259232, 2327, '0758-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259233, 2327, '0758-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259234, 2327, '0758-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259235, 2327, '0758-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259236, 2327, '0758-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259237, 2327, '0758-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259238, 2327, '0758-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259239, 2327, '0758-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259240, 2327, '0758-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259241, 2327, '0758-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259242, 2327, '0758-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259243, 2327, '0758-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259244, 2327, '0759-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259245, 2327, '0759-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259246, 2327, '0759-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259247, 2327, '0759-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259248, 2327, '0759-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259249, 2327, '0759-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259250, 2327, '0759-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259251, 2327, '0759-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259252, 2327, '0759-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259253, 2327, '0759-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:34', '2023-10-31 14:14:34'),
(259254, 2327, '0759-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259255, 2327, '0759-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259256, 2327, '0760-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259257, 2327, '0760-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259258, 2327, '0760-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259259, 2327, '0760-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259260, 2327, '0760-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259261, 2327, '0760-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259262, 2327, '0760-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259263, 2327, '0760-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259264, 2327, '0760-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259265, 2327, '0760-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259266, 2327, '0760-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259267, 2327, '0760-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259268, 2327, '0761-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259269, 2327, '0761-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259270, 2327, '0761-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259271, 2327, '0761-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259272, 2327, '0761-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259273, 2327, '0761-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259274, 2327, '0761-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259275, 2327, '0761-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259276, 2327, '0761-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259277, 2327, '0761-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259278, 2327, '0761-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259279, 2327, '0761-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259280, 2327, '0762-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259281, 2327, '0762-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259282, 2327, '0762-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259283, 2327, '0762-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259284, 2327, '0762-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259285, 2327, '0762-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259286, 2327, '0762-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259287, 2327, '0762-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259288, 2327, '0762-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259289, 2327, '0762-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259290, 2327, '0762-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259291, 2327, '0762-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259292, 2327, '0763-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259293, 2327, '0763-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259294, 2327, '0763-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259295, 2327, '0763-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259296, 2327, '0763-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259297, 2327, '0763-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259298, 2327, '0763-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259299, 2327, '0763-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259300, 2327, '0763-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259301, 2327, '0763-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259302, 2327, '0763-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259303, 2327, '0763-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259304, 2327, '0764-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259305, 2327, '0764-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259306, 2327, '0764-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259307, 2327, '0764-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259308, 2327, '0764-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259309, 2327, '0764-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259310, 2327, '0764-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259311, 2327, '0764-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259312, 2327, '0764-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259313, 2327, '0764-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259314, 2327, '0764-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259315, 2327, '0764-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259316, 2327, '0765-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259317, 2327, '0765-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259318, 2327, '0765-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259319, 2327, '0765-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259320, 2327, '0765-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259321, 2327, '0765-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259322, 2327, '0765-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259323, 2327, '0765-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259324, 2327, '0765-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259325, 2327, '0765-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259326, 2327, '0765-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259327, 2327, '0765-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259328, 2327, '0766-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259329, 2327, '0766-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259330, 2327, '0766-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259331, 2327, '0766-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259332, 2327, '0766-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259333, 2327, '0766-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259334, 2327, '0766-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259335, 2327, '0766-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259336, 2327, '0766-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259337, 2327, '0766-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259338, 2327, '0766-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259339, 2327, '0766-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259340, 2327, '0767-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259341, 2327, '0767-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259342, 2327, '0767-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259343, 2327, '0767-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259344, 2327, '0767-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259345, 2327, '0767-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259346, 2327, '0767-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259347, 2327, '0767-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259348, 2327, '0767-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259349, 2327, '0767-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259350, 2327, '0767-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259351, 2327, '0767-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259352, 2327, '0768-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259353, 2327, '0768-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259354, 2327, '0768-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259355, 2327, '0768-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259356, 2327, '0768-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259357, 2327, '0768-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259358, 2327, '0768-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259359, 2327, '0768-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259360, 2327, '0768-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259361, 2327, '0768-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259362, 2327, '0768-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259363, 2327, '0768-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259364, 2327, '0769-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259365, 2327, '0769-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259366, 2327, '0769-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259367, 2327, '0769-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259368, 2327, '0769-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259369, 2327, '0769-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259370, 2327, '0769-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259371, 2327, '0769-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259372, 2327, '0769-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259373, 2327, '0769-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259374, 2327, '0769-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259375, 2327, '0769-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259376, 2327, '0770-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259377, 2327, '0770-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259378, 2327, '0770-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259379, 2327, '0770-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259380, 2327, '0770-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259381, 2327, '0770-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259382, 2327, '0770-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259383, 2327, '0770-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259384, 2327, '0770-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259385, 2327, '0770-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259386, 2327, '0770-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259387, 2327, '0770-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259388, 2327, '0771-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259389, 2327, '0771-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259390, 2327, '0771-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259391, 2327, '0771-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259392, 2327, '0771-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259393, 2327, '0771-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259394, 2327, '0771-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259395, 2327, '0771-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259396, 2327, '0771-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259397, 2327, '0771-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259398, 2327, '0771-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259399, 2327, '0771-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259400, 2327, '0772-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259401, 2327, '0772-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259402, 2327, '0772-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259403, 2327, '0772-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259404, 2327, '0772-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259405, 2327, '0772-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259406, 2327, '0772-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259407, 2327, '0772-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259408, 2327, '0772-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259409, 2327, '0772-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259410, 2327, '0772-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259411, 2327, '0772-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259412, 2327, '0773-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259413, 2327, '0773-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259414, 2327, '0773-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259415, 2327, '0773-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259416, 2327, '0773-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259417, 2327, '0773-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259418, 2327, '0773-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259419, 2327, '0773-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259420, 2327, '0773-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259421, 2327, '0773-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259422, 2327, '0773-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259423, 2327, '0773-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259424, 2327, '0774-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259425, 2327, '0774-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259426, 2327, '0774-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259427, 2327, '0774-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259428, 2327, '0774-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259429, 2327, '0774-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259430, 2327, '0774-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259431, 2327, '0774-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259432, 2327, '0774-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259433, 2327, '0774-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259434, 2327, '0774-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259435, 2327, '0774-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259436, 2327, '0775-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259437, 2327, '0775-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259438, 2327, '0775-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259439, 2327, '0775-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259440, 2327, '0775-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259441, 2327, '0775-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259442, 2327, '0775-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259443, 2327, '0775-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259444, 2327, '0775-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259445, 2327, '0775-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259446, 2327, '0775-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259447, 2327, '0775-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259448, 2327, '0776-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259449, 2327, '0776-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259450, 2327, '0776-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259451, 2327, '0776-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259452, 2327, '0776-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259453, 2327, '0776-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259454, 2327, '0776-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259455, 2327, '0776-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259456, 2327, '0776-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259457, 2327, '0776-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259458, 2327, '0776-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259459, 2327, '0776-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259460, 2327, '0777-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259461, 2327, '0777-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259462, 2327, '0777-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259463, 2327, '0777-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259464, 2327, '0777-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259465, 2327, '0777-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259466, 2327, '0777-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259467, 2327, '0777-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259468, 2327, '0777-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259469, 2327, '0777-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259470, 2327, '0777-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259471, 2327, '0777-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259472, 2327, '0778-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259473, 2327, '0778-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259474, 2327, '0778-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259475, 2327, '0778-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259476, 2327, '0778-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259477, 2327, '0778-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259478, 2327, '0778-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259479, 2327, '0778-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259480, 2327, '0778-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259481, 2327, '0778-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259482, 2327, '0778-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259483, 2327, '0778-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259484, 2327, '0779-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259485, 2327, '0779-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259486, 2327, '0779-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259487, 2327, '0779-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259488, 2327, '0779-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259489, 2327, '0779-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259490, 2327, '0779-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259491, 2327, '0779-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259492, 2327, '0779-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259493, 2327, '0779-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259494, 2327, '0779-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259495, 2327, '0779-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259496, 2327, '0780-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259497, 2327, '0780-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259498, 2327, '0780-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259499, 2327, '0780-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259500, 2327, '0780-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259501, 2327, '0780-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259502, 2327, '0780-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259503, 2327, '0780-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259504, 2327, '0780-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259505, 2327, '0780-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259506, 2327, '0780-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259507, 2327, '0780-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259508, 2327, '0781-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259509, 2327, '0781-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259510, 2327, '0781-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259511, 2327, '0781-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259512, 2327, '0781-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259513, 2327, '0781-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259514, 2327, '0781-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259515, 2327, '0781-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259516, 2327, '0781-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259517, 2327, '0781-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259518, 2327, '0781-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259519, 2327, '0781-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259520, 2327, '0782-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259521, 2327, '0782-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259522, 2327, '0782-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259523, 2327, '0782-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259524, 2327, '0782-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259525, 2327, '0782-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259526, 2327, '0782-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259527, 2327, '0782-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259528, 2327, '0782-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259529, 2327, '0782-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259530, 2327, '0782-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259531, 2327, '0782-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259532, 2327, '0783-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259533, 2327, '0783-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259534, 2327, '0783-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259535, 2327, '0783-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259536, 2327, '0783-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259537, 2327, '0783-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259538, 2327, '0783-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259539, 2327, '0783-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259540, 2327, '0783-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259541, 2327, '0783-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259542, 2327, '0783-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259543, 2327, '0783-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259544, 2327, '0784-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259545, 2327, '0784-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259546, 2327, '0784-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259547, 2327, '0784-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259548, 2327, '0784-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259549, 2327, '0784-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259550, 2327, '0784-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259551, 2327, '0784-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259552, 2327, '0784-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259553, 2327, '0784-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259554, 2327, '0784-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259555, 2327, '0784-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259556, 2327, '0785-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259557, 2327, '0785-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259558, 2327, '0785-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259559, 2327, '0785-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259560, 2327, '0785-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259561, 2327, '0785-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259562, 2327, '0785-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259563, 2327, '0785-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259564, 2327, '0785-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259565, 2327, '0785-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259566, 2327, '0785-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259567, 2327, '0785-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259568, 2327, '0786-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259569, 2327, '0786-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259570, 2327, '0786-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259571, 2327, '0786-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259572, 2327, '0786-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259573, 2327, '0786-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259574, 2327, '0786-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259575, 2327, '0786-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259576, 2327, '0786-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259577, 2327, '0786-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259578, 2327, '0786-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259579, 2327, '0786-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259580, 2327, '0787-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259581, 2327, '0787-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259582, 2327, '0787-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259583, 2327, '0787-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259584, 2327, '0787-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259585, 2327, '0787-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259586, 2327, '0787-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259587, 2327, '0787-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259588, 2327, '0787-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259589, 2327, '0787-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259590, 2327, '0787-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259591, 2327, '0787-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259592, 2327, '0788-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259593, 2327, '0788-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259594, 2327, '0788-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259595, 2327, '0788-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259596, 2327, '0788-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259597, 2327, '0788-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259598, 2327, '0788-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259599, 2327, '0788-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259600, 2327, '0788-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259601, 2327, '0788-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259602, 2327, '0788-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259603, 2327, '0788-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259604, 2327, '0789-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259605, 2327, '0789-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259606, 2327, '0789-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259607, 2327, '0789-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259608, 2327, '0789-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259609, 2327, '0789-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259610, 2327, '0789-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259611, 2327, '0789-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259612, 2327, '0789-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259613, 2327, '0789-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259614, 2327, '0789-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259615, 2327, '0789-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259616, 2327, '0790-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259617, 2327, '0790-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259618, 2327, '0790-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259619, 2327, '0790-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259620, 2327, '0790-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259621, 2327, '0790-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259622, 2327, '0790-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259623, 2327, '0790-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259624, 2327, '0790-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259625, 2327, '0790-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259626, 2327, '0790-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259627, 2327, '0790-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259628, 2327, '0791-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259629, 2327, '0791-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259630, 2327, '0791-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259631, 2327, '0791-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259632, 2327, '0791-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259633, 2327, '0791-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259634, 2327, '0791-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259635, 2327, '0791-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259636, 2327, '0791-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259637, 2327, '0791-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259638, 2327, '0791-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259639, 2327, '0791-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259640, 2327, '0792-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259641, 2327, '0792-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259642, 2327, '0792-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259643, 2327, '0792-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259644, 2327, '0792-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(259645, 2327, '0792-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259646, 2327, '0792-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259647, 2327, '0792-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259648, 2327, '0792-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259649, 2327, '0792-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259650, 2327, '0792-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259651, 2327, '0792-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259652, 2327, '0793-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259653, 2327, '0793-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259654, 2327, '0793-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259655, 2327, '0793-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259656, 2327, '0793-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259657, 2327, '0793-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259658, 2327, '0793-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259659, 2327, '0793-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259660, 2327, '0793-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259661, 2327, '0793-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259662, 2327, '0793-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259663, 2327, '0793-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259664, 2327, '0794-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259665, 2327, '0794-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:35', '2023-10-31 14:14:35'),
(259666, 2327, '0794-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259667, 2327, '0794-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259668, 2327, '0794-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259669, 2327, '0794-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259670, 2327, '0794-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259671, 2327, '0794-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259672, 2327, '0794-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259673, 2327, '0794-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259674, 2327, '0794-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259675, 2327, '0794-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259676, 2327, '0795-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259677, 2327, '0795-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259678, 2327, '0795-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259679, 2327, '0795-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259680, 2327, '0795-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259681, 2327, '0795-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259682, 2327, '0795-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259683, 2327, '0795-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259684, 2327, '0795-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259685, 2327, '0795-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259686, 2327, '0795-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259687, 2327, '0795-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259688, 2327, '0796-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259689, 2327, '0796-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259690, 2327, '0796-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259691, 2327, '0796-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259692, 2327, '0796-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259693, 2327, '0796-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259694, 2327, '0796-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259695, 2327, '0796-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259696, 2327, '0796-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259697, 2327, '0796-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259698, 2327, '0796-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259699, 2327, '0796-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259700, 2327, '0797-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259701, 2327, '0797-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259702, 2327, '0797-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259703, 2327, '0797-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259704, 2327, '0797-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259705, 2327, '0797-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259706, 2327, '0797-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259707, 2327, '0797-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259708, 2327, '0797-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259709, 2327, '0797-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259710, 2327, '0797-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259711, 2327, '0797-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259712, 2327, '0798-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259713, 2327, '0798-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259714, 2327, '0798-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259715, 2327, '0798-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259716, 2327, '0798-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259717, 2327, '0798-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259718, 2327, '0798-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259719, 2327, '0798-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259720, 2327, '0798-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259721, 2327, '0798-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259722, 2327, '0798-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259723, 2327, '0798-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259724, 2327, '0799-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259725, 2327, '0799-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259726, 2327, '0799-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259727, 2327, '0799-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259728, 2327, '0799-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259729, 2327, '0799-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259730, 2327, '0799-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259731, 2327, '0799-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259732, 2327, '0799-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259733, 2327, '0799-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259734, 2327, '0799-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259735, 2327, '0799-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259736, 2327, '0800-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259737, 2327, '0800-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259738, 2327, '0800-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259739, 2327, '0800-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259740, 2327, '0800-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259741, 2327, '0800-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259742, 2327, '0800-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259743, 2327, '0800-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259744, 2327, '0800-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259745, 2327, '0800-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259746, 2327, '0800-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259747, 2327, '0800-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259748, 2327, '0801-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259749, 2327, '0801-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259750, 2327, '0801-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259751, 2327, '0801-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259752, 2327, '0801-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259753, 2327, '0801-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259754, 2327, '0801-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259755, 2327, '0801-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259756, 2327, '0801-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259757, 2327, '0801-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259758, 2327, '0801-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259759, 2327, '0801-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259760, 2327, '0802-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259761, 2327, '0802-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259762, 2327, '0802-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259763, 2327, '0802-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259764, 2327, '0802-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259765, 2327, '0802-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259766, 2327, '0802-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259767, 2327, '0802-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259768, 2327, '0802-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259769, 2327, '0802-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259770, 2327, '0802-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259771, 2327, '0802-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259772, 2327, '0803-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259773, 2327, '0803-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259774, 2327, '0803-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259775, 2327, '0803-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259776, 2327, '0803-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259777, 2327, '0803-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259778, 2327, '0803-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259779, 2327, '0803-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259780, 2327, '0803-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259781, 2327, '0803-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259782, 2327, '0803-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259783, 2327, '0803-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259784, 2327, '0804-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259785, 2327, '0804-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259786, 2327, '0804-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259787, 2327, '0804-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259788, 2327, '0804-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259789, 2327, '0804-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259790, 2327, '0804-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259791, 2327, '0804-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259792, 2327, '0804-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259793, 2327, '0804-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259794, 2327, '0804-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259795, 2327, '0804-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259796, 2327, '0805-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259797, 2327, '0805-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259798, 2327, '0805-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259799, 2327, '0805-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259800, 2327, '0805-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259801, 2327, '0805-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259802, 2327, '0805-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259803, 2327, '0805-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259804, 2327, '0805-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259805, 2327, '0805-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259806, 2327, '0805-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259807, 2327, '0805-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259808, 2327, '0806-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259809, 2327, '0806-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259810, 2327, '0806-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259811, 2327, '0806-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259812, 2327, '0806-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259813, 2327, '0806-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259814, 2327, '0806-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259815, 2327, '0806-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259816, 2327, '0806-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259817, 2327, '0806-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259818, 2327, '0806-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259819, 2327, '0806-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259820, 2327, '0807-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259821, 2327, '0807-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259822, 2327, '0807-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259823, 2327, '0807-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259824, 2327, '0807-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259825, 2327, '0807-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259826, 2327, '0807-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259827, 2327, '0807-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259828, 2327, '0807-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259829, 2327, '0807-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259830, 2327, '0807-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259831, 2327, '0807-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259832, 2327, '0808-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259833, 2327, '0808-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259834, 2327, '0808-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259835, 2327, '0808-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259836, 2327, '0808-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259837, 2327, '0808-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259838, 2327, '0808-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259839, 2327, '0808-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259840, 2327, '0808-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259841, 2327, '0808-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259842, 2327, '0808-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259843, 2327, '0808-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259844, 2327, '0809-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259845, 2327, '0809-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259846, 2327, '0809-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259847, 2327, '0809-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259848, 2327, '0809-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259849, 2327, '0809-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259850, 2327, '0809-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259851, 2327, '0809-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259852, 2327, '0809-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259853, 2327, '0809-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259854, 2327, '0809-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259855, 2327, '0809-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259856, 2327, '0810-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259857, 2327, '0810-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259858, 2327, '0810-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259859, 2327, '0810-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259860, 2327, '0810-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259861, 2327, '0810-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259862, 2327, '0810-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259863, 2327, '0810-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259864, 2327, '0810-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259865, 2327, '0810-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259866, 2327, '0810-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259867, 2327, '0810-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259868, 2327, '0811-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259869, 2327, '0811-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259870, 2327, '0811-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259871, 2327, '0811-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259872, 2327, '0811-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259873, 2327, '0811-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259874, 2327, '0811-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259875, 2327, '0811-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259876, 2327, '0811-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259877, 2327, '0811-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259878, 2327, '0811-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259879, 2327, '0811-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259880, 2327, '0812-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259881, 2327, '0812-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259882, 2327, '0812-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259883, 2327, '0812-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259884, 2327, '0812-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259885, 2327, '0812-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259886, 2327, '0812-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259887, 2327, '0812-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259888, 2327, '0812-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259889, 2327, '0812-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259890, 2327, '0812-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259891, 2327, '0812-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259892, 2327, '0813-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259893, 2327, '0813-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259894, 2327, '0813-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259895, 2327, '0813-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259896, 2327, '0813-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259897, 2327, '0813-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259898, 2327, '0813-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259899, 2327, '0813-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259900, 2327, '0813-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259901, 2327, '0813-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259902, 2327, '0813-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259903, 2327, '0813-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259904, 2327, '0814-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259905, 2327, '0814-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259906, 2327, '0814-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259907, 2327, '0814-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259908, 2327, '0814-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259909, 2327, '0814-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259910, 2327, '0814-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259911, 2327, '0814-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259912, 2327, '0814-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259913, 2327, '0814-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259914, 2327, '0814-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259915, 2327, '0814-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259916, 2327, '0815-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259917, 2327, '0815-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259918, 2327, '0815-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259919, 2327, '0815-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259920, 2327, '0815-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259921, 2327, '0815-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259922, 2327, '0815-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259923, 2327, '0815-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259924, 2327, '0815-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259925, 2327, '0815-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259926, 2327, '0815-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259927, 2327, '0815-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259928, 2327, '0816-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259929, 2327, '0816-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259930, 2327, '0816-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259931, 2327, '0816-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259932, 2327, '0816-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259933, 2327, '0816-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259934, 2327, '0816-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259935, 2327, '0816-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259936, 2327, '0816-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259937, 2327, '0816-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259938, 2327, '0816-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259939, 2327, '0816-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259940, 2327, '0817-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259941, 2327, '0817-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259942, 2327, '0817-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259943, 2327, '0817-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259944, 2327, '0817-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259945, 2327, '0817-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259946, 2327, '0817-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259947, 2327, '0817-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259948, 2327, '0817-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259949, 2327, '0817-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259950, 2327, '0817-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259951, 2327, '0817-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259952, 2327, '0818-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259953, 2327, '0818-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259954, 2327, '0818-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259955, 2327, '0818-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259956, 2327, '0818-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259957, 2327, '0818-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259958, 2327, '0818-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259959, 2327, '0818-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259960, 2327, '0818-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259961, 2327, '0818-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259962, 2327, '0818-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259963, 2327, '0818-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259964, 2327, '0819-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259965, 2327, '0819-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259966, 2327, '0819-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259967, 2327, '0819-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259968, 2327, '0819-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259969, 2327, '0819-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259970, 2327, '0819-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259971, 2327, '0819-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259972, 2327, '0819-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259973, 2327, '0819-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259974, 2327, '0819-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259975, 2327, '0819-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259976, 2327, '0820-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259977, 2327, '0820-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259978, 2327, '0820-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259979, 2327, '0820-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259980, 2327, '0820-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259981, 2327, '0820-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259982, 2327, '0820-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259983, 2327, '0820-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259984, 2327, '0820-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259985, 2327, '0820-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259986, 2327, '0820-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259987, 2327, '0820-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259988, 2327, '0821-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259989, 2327, '0821-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259990, 2327, '0821-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259991, 2327, '0821-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259992, 2327, '0821-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259993, 2327, '0821-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259994, 2327, '0821-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259995, 2327, '0821-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259996, 2327, '0821-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259997, 2327, '0821-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259998, 2327, '0821-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(259999, 2327, '0821-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(260000, 2327, '0822-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(260001, 2327, '0822-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(260002, 2327, '0822-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(260003, 2327, '0822-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(260004, 2327, '0822-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(260005, 2327, '0822-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(260006, 2327, '0822-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(260007, 2327, '0822-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(260008, 2327, '0822-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(260009, 2327, '0822-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(260010, 2327, '0822-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(260011, 2327, '0822-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(260012, 2327, '0823-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(260013, 2327, '0823-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(260014, 2327, '0823-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(260015, 2327, '0823-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(260016, 2327, '0823-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(260017, 2327, '0823-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(260018, 2327, '0823-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(260019, 2327, '0823-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(260020, 2327, '0823-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(260021, 2327, '0823-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(260022, 2327, '0823-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(260023, 2327, '0823-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(260024, 2327, '0824-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(260025, 2327, '0824-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(260026, 2327, '0824-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(260027, 2327, '0824-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(260028, 2327, '0824-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(260029, 2327, '0824-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(260030, 2327, '0824-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(260031, 2327, '0824-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(260032, 2327, '0824-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(260033, 2327, '0824-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(260034, 2327, '0824-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(260035, 2327, '0824-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(260036, 2327, '0825-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(260037, 2327, '0825-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(260038, 2327, '0825-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(260039, 2327, '0825-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(260040, 2327, '0825-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(260041, 2327, '0825-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(260042, 2327, '0825-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(260043, 2327, '0825-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(260044, 2327, '0825-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(260045, 2327, '0825-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(260046, 2327, '0825-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(260047, 2327, '0825-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(260048, 2327, '0826-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(260049, 2327, '0826-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(260050, 2327, '0826-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(260051, 2327, '0826-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(260052, 2327, '0826-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(260053, 2327, '0826-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(260054, 2327, '0826-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(260055, 2327, '0826-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(260056, 2327, '0826-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(260057, 2327, '0826-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(260058, 2327, '0826-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(260059, 2327, '0826-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(260060, 2327, '0827-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(260061, 2327, '0827-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(260062, 2327, '0827-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(260063, 2327, '0827-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(260064, 2327, '0827-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(260065, 2327, '0827-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(260066, 2327, '0827-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(260067, 2327, '0827-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(260068, 2327, '0827-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(260069, 2327, '0827-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(260070, 2327, '0827-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(260071, 2327, '0827-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:36', '2023-10-31 14:14:36'),
(260072, 2327, '0828-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260073, 2327, '0828-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260074, 2327, '0828-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260075, 2327, '0828-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260076, 2327, '0828-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260077, 2327, '0828-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260078, 2327, '0828-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260079, 2327, '0828-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260080, 2327, '0828-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260081, 2327, '0828-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260082, 2327, '0828-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260083, 2327, '0828-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260084, 2327, '0829-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260085, 2327, '0829-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260086, 2327, '0829-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260087, 2327, '0829-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260088, 2327, '0829-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260089, 2327, '0829-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260090, 2327, '0829-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260091, 2327, '0829-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260092, 2327, '0829-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260093, 2327, '0829-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260094, 2327, '0829-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260095, 2327, '0829-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260096, 2327, '0830-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260097, 2327, '0830-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260098, 2327, '0830-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260099, 2327, '0830-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260100, 2327, '0830-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260101, 2327, '0830-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260102, 2327, '0830-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260103, 2327, '0830-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260104, 2327, '0830-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260105, 2327, '0830-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260106, 2327, '0830-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260107, 2327, '0830-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260108, 2327, '0831-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260109, 2327, '0831-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(260110, 2327, '0831-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260111, 2327, '0831-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260112, 2327, '0831-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260113, 2327, '0831-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260114, 2327, '0831-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260115, 2327, '0831-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260116, 2327, '0831-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260117, 2327, '0831-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260118, 2327, '0831-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260119, 2327, '0831-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260120, 2327, '0832-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260121, 2327, '0832-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260122, 2327, '0832-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260123, 2327, '0832-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260124, 2327, '0832-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260125, 2327, '0832-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260126, 2327, '0832-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260127, 2327, '0832-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260128, 2327, '0832-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260129, 2327, '0832-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260130, 2327, '0832-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260131, 2327, '0832-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260132, 2327, '0833-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260133, 2327, '0833-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260134, 2327, '0833-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260135, 2327, '0833-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260136, 2327, '0833-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260137, 2327, '0833-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260138, 2327, '0833-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260139, 2327, '0833-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260140, 2327, '0833-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260141, 2327, '0833-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260142, 2327, '0833-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260143, 2327, '0833-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260144, 2327, '0834-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260145, 2327, '0834-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260146, 2327, '0834-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260147, 2327, '0834-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260148, 2327, '0834-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260149, 2327, '0834-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260150, 2327, '0834-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260151, 2327, '0834-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260152, 2327, '0834-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260153, 2327, '0834-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260154, 2327, '0834-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260155, 2327, '0834-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260156, 2327, '0835-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260157, 2327, '0835-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260158, 2327, '0835-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260159, 2327, '0835-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260160, 2327, '0835-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260161, 2327, '0835-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260162, 2327, '0835-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260163, 2327, '0835-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260164, 2327, '0835-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260165, 2327, '0835-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260166, 2327, '0835-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260167, 2327, '0835-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260168, 2327, '0836-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260169, 2327, '0836-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260170, 2327, '0836-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260171, 2327, '0836-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260172, 2327, '0836-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260173, 2327, '0836-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260174, 2327, '0836-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260175, 2327, '0836-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260176, 2327, '0836-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260177, 2327, '0836-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260178, 2327, '0836-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260179, 2327, '0836-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260180, 2327, '0837-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260181, 2327, '0837-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260182, 2327, '0837-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260183, 2327, '0837-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260184, 2327, '0837-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260185, 2327, '0837-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260186, 2327, '0837-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260187, 2327, '0837-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260188, 2327, '0837-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260189, 2327, '0837-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260190, 2327, '0837-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260191, 2327, '0837-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260192, 2327, '0838-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260193, 2327, '0838-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260194, 2327, '0838-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260195, 2327, '0838-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260196, 2327, '0838-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260197, 2327, '0838-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260198, 2327, '0838-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260199, 2327, '0838-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260200, 2327, '0838-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260201, 2327, '0838-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260202, 2327, '0838-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260203, 2327, '0838-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260204, 2327, '0839-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260205, 2327, '0839-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260206, 2327, '0839-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260207, 2327, '0839-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260208, 2327, '0839-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260209, 2327, '0839-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260210, 2327, '0839-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260211, 2327, '0839-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260212, 2327, '0839-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260213, 2327, '0839-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260214, 2327, '0839-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260215, 2327, '0839-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260216, 2327, '0840-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260217, 2327, '0840-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260218, 2327, '0840-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260219, 2327, '0840-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260220, 2327, '0840-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260221, 2327, '0840-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260222, 2327, '0840-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260223, 2327, '0840-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260224, 2327, '0840-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260225, 2327, '0840-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260226, 2327, '0840-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260227, 2327, '0840-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260228, 2327, '0841-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260229, 2327, '0841-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260230, 2327, '0841-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260231, 2327, '0841-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260232, 2327, '0841-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260233, 2327, '0841-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260234, 2327, '0841-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260235, 2327, '0841-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260236, 2327, '0841-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260237, 2327, '0841-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260238, 2327, '0841-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260239, 2327, '0841-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260240, 2327, '0842-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260241, 2327, '0842-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260242, 2327, '0842-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260243, 2327, '0842-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260244, 2327, '0842-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260245, 2327, '0842-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260246, 2327, '0842-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260247, 2327, '0842-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260248, 2327, '0842-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260249, 2327, '0842-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260250, 2327, '0842-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260251, 2327, '0842-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260252, 2327, '0843-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260253, 2327, '0843-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260254, 2327, '0843-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260255, 2327, '0843-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260256, 2327, '0843-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260257, 2327, '0843-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260258, 2327, '0843-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260259, 2327, '0843-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260260, 2327, '0843-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260261, 2327, '0843-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260262, 2327, '0843-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260263, 2327, '0843-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260264, 2327, '0844-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260265, 2327, '0844-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260266, 2327, '0844-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260267, 2327, '0844-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260268, 2327, '0844-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260269, 2327, '0844-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260270, 2327, '0844-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260271, 2327, '0844-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260272, 2327, '0844-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260273, 2327, '0844-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260274, 2327, '0844-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260275, 2327, '0844-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260276, 2327, '0845-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260277, 2327, '0845-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260278, 2327, '0845-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260279, 2327, '0845-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260280, 2327, '0845-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260281, 2327, '0845-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260282, 2327, '0845-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260283, 2327, '0845-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260284, 2327, '0845-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260285, 2327, '0845-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260286, 2327, '0845-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260287, 2327, '0845-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260288, 2327, '0846-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260289, 2327, '0846-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260290, 2327, '0846-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260291, 2327, '0846-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260292, 2327, '0846-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260293, 2327, '0846-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260294, 2327, '0846-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260295, 2327, '0846-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260296, 2327, '0846-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260297, 2327, '0846-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260298, 2327, '0846-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260299, 2327, '0846-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260300, 2327, '0847-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260301, 2327, '0847-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260302, 2327, '0847-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260303, 2327, '0847-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260304, 2327, '0847-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260305, 2327, '0847-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260306, 2327, '0847-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260307, 2327, '0847-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260308, 2327, '0847-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260309, 2327, '0847-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260310, 2327, '0847-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260311, 2327, '0847-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260312, 2327, '0848-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260313, 2327, '0848-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260314, 2327, '0848-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260315, 2327, '0848-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260316, 2327, '0848-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260317, 2327, '0848-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260318, 2327, '0848-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260319, 2327, '0848-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260320, 2327, '0848-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260321, 2327, '0848-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260322, 2327, '0848-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260323, 2327, '0848-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260324, 2327, '0849-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260325, 2327, '0849-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260326, 2327, '0849-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260327, 2327, '0849-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260328, 2327, '0849-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260329, 2327, '0849-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260330, 2327, '0849-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260331, 2327, '0849-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260332, 2327, '0849-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260333, 2327, '0849-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260334, 2327, '0849-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260335, 2327, '0849-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260336, 2327, '0850-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260337, 2327, '0850-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260338, 2327, '0850-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260339, 2327, '0850-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260340, 2327, '0850-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260341, 2327, '0850-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260342, 2327, '0850-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260343, 2327, '0850-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260344, 2327, '0850-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260345, 2327, '0850-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260346, 2327, '0850-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260347, 2327, '0850-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260348, 2327, '0851-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260349, 2327, '0851-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260350, 2327, '0851-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260351, 2327, '0851-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260352, 2327, '0851-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260353, 2327, '0851-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260354, 2327, '0851-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260355, 2327, '0851-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260356, 2327, '0851-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260357, 2327, '0851-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260358, 2327, '0851-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260359, 2327, '0851-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260360, 2327, '0852-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260361, 2327, '0852-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260362, 2327, '0852-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260363, 2327, '0852-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260364, 2327, '0852-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260365, 2327, '0852-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260366, 2327, '0852-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260367, 2327, '0852-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260368, 2327, '0852-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260369, 2327, '0852-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260370, 2327, '0852-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260371, 2327, '0852-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260372, 2327, '0853-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260373, 2327, '0853-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260374, 2327, '0853-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260375, 2327, '0853-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260376, 2327, '0853-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260377, 2327, '0853-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260378, 2327, '0853-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260379, 2327, '0853-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260380, 2327, '0853-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260381, 2327, '0853-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260382, 2327, '0853-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260383, 2327, '0853-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260384, 2327, '0854-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260385, 2327, '0854-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260386, 2327, '0854-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260387, 2327, '0854-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260388, 2327, '0854-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260389, 2327, '0854-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260390, 2327, '0854-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260391, 2327, '0854-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260392, 2327, '0854-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260393, 2327, '0854-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260394, 2327, '0854-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260395, 2327, '0854-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260396, 2327, '0855-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260397, 2327, '0855-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260398, 2327, '0855-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260399, 2327, '0855-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260400, 2327, '0855-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260401, 2327, '0855-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260402, 2327, '0855-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260403, 2327, '0855-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260404, 2327, '0855-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260405, 2327, '0855-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260406, 2327, '0855-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260407, 2327, '0855-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260408, 2327, '0856-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260409, 2327, '0856-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260410, 2327, '0856-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260411, 2327, '0856-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260412, 2327, '0856-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260413, 2327, '0856-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:37', '2023-10-31 14:14:37'),
(260414, 2327, '0856-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:38', '2023-10-31 14:14:38'),
(260415, 2327, '0856-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:38', '2023-10-31 14:14:38'),
(260416, 2327, '0856-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:38', '2023-10-31 14:14:38'),
(260417, 2327, '0856-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:38', '2023-10-31 14:14:38'),
(260418, 2327, '0856-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:38', '2023-10-31 14:14:38'),
(260419, 2327, '0856-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:38', '2023-10-31 14:14:38'),
(260420, 2327, '0857-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:38', '2023-10-31 14:14:38'),
(260421, 2327, '0857-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:38', '2023-10-31 14:14:38'),
(260422, 2327, '0857-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:38', '2023-10-31 14:14:38'),
(260423, 2327, '0857-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:38', '2023-10-31 14:14:38'),
(260424, 2327, '0857-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:38', '2023-10-31 14:14:38'),
(260425, 2327, '0857-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:38', '2023-10-31 14:14:38'),
(260426, 2327, '0857-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:38', '2023-10-31 14:14:38'),
(260427, 2327, '0857-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:38', '2023-10-31 14:14:38'),
(260428, 2327, '0857-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:38', '2023-10-31 14:14:38'),
(260429, 2327, '0857-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:38', '2023-10-31 14:14:38'),
(260430, 2327, '0857-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:38', '2023-10-31 14:14:38'),
(260431, 2327, '0857-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:38', '2023-10-31 14:14:38'),
(260432, 2327, '0858-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:38', '2023-10-31 14:14:38'),
(260433, 2327, '0858-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:38', '2023-10-31 14:14:38'),
(260434, 2327, '0858-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:38', '2023-10-31 14:14:38'),
(260435, 2327, '0858-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:38', '2023-10-31 14:14:38'),
(260436, 2327, '0858-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:38', '2023-10-31 14:14:38'),
(260437, 2327, '0858-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:38', '2023-10-31 14:14:38'),
(260438, 2327, '0858-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:38', '2023-10-31 14:14:38'),
(260439, 2327, '0858-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:38', '2023-10-31 14:14:38'),
(260440, 2327, '0858-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:38', '2023-10-31 14:14:38'),
(260441, 2327, '0858-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:38', '2023-10-31 14:14:38'),
(260442, 2327, '0858-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:38', '2023-10-31 14:14:38'),
(260443, 2327, '0858-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:38', '2023-10-31 14:14:38'),
(260444, 2327, '0859-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:38', '2023-10-31 14:14:38'),
(260445, 2327, '0859-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:38', '2023-10-31 14:14:38'),
(260446, 2327, '0859-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:38', '2023-10-31 14:14:38'),
(260447, 2327, '0859-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:38', '2023-10-31 14:14:38'),
(260448, 2327, '0859-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:38', '2023-10-31 14:14:38'),
(260449, 2327, '0859-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:38', '2023-10-31 14:14:38'),
(260450, 2327, '0859-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:38', '2023-10-31 14:14:38'),
(260451, 2327, '0859-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:38', '2023-10-31 14:14:38'),
(260452, 2327, '0859-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:38', '2023-10-31 14:14:38'),
(260453, 2327, '0859-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:38', '2023-10-31 14:14:38'),
(260454, 2327, '0859-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:38', '2023-10-31 14:14:38'),
(260455, 2327, '0859-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:38', '2023-10-31 14:14:38'),
(260456, 2327, '0860-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:38', '2023-10-31 14:14:38'),
(260457, 2327, '0860-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:38', '2023-10-31 14:14:38'),
(260458, 2327, '0860-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:38', '2023-10-31 14:14:38'),
(260459, 2327, '0860-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:38', '2023-10-31 14:14:38'),
(260460, 2327, '0860-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:38', '2023-10-31 14:14:38'),
(260461, 2327, '0860-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:38', '2023-10-31 14:14:38'),
(260462, 2327, '0860-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:38', '2023-10-31 14:14:38'),
(260463, 2327, '0860-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:38', '2023-10-31 14:14:38'),
(260464, 2327, '0860-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:38', '2023-10-31 14:14:38'),
(260465, 2327, '0860-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:38', '2023-10-31 14:14:38'),
(260466, 2327, '0860-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:38', '2023-10-31 14:14:38'),
(260467, 2327, '0860-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:38', '2023-10-31 14:14:38'),
(260468, 2327, '0861-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:38', '2023-10-31 14:14:38'),
(260469, 2327, '0861-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:38', '2023-10-31 14:14:38'),
(260470, 2327, '0861-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:38', '2023-10-31 14:14:38'),
(260471, 2327, '0861-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:38', '2023-10-31 14:14:38'),
(260472, 2327, '0861-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:38', '2023-10-31 14:14:38'),
(260473, 2327, '0861-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:38', '2023-10-31 14:14:38'),
(260474, 2327, '0861-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:38', '2023-10-31 14:14:38'),
(260475, 2327, '0861-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:38', '2023-10-31 14:14:38'),
(260476, 2327, '0861-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:38', '2023-10-31 14:14:38'),
(260477, 2327, '0861-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:38', '2023-10-31 14:14:38'),
(260478, 2327, '0861-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:38', '2023-10-31 14:14:38'),
(260479, 2327, '0861-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:38', '2023-10-31 14:14:38'),
(260480, 2327, '0862-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:38', '2023-10-31 14:14:38'),
(260481, 2327, '0862-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:38', '2023-10-31 14:14:38'),
(260482, 2327, '0862-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:38', '2023-10-31 14:14:38'),
(260483, 2327, '0862-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:38', '2023-10-31 14:14:38'),
(260484, 2327, '0862-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:38', '2023-10-31 14:14:38'),
(260485, 2327, '0862-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:38', '2023-10-31 14:14:38'),
(260486, 2327, '0862-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:38', '2023-10-31 14:14:38'),
(260487, 2327, '0862-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:38', '2023-10-31 14:14:38'),
(260488, 2327, '0862-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:38', '2023-10-31 14:14:38'),
(260489, 2327, '0862-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260490, 2327, '0862-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260491, 2327, '0862-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260492, 2327, '0863-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260493, 2327, '0863-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260494, 2327, '0863-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260495, 2327, '0863-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260496, 2327, '0863-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260497, 2327, '0863-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260498, 2327, '0863-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260499, 2327, '0863-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260500, 2327, '0863-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260501, 2327, '0863-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260502, 2327, '0863-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260503, 2327, '0863-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260504, 2327, '0864-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260505, 2327, '0864-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260506, 2327, '0864-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260507, 2327, '0864-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260508, 2327, '0864-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260509, 2327, '0864-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260510, 2327, '0864-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260511, 2327, '0864-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260512, 2327, '0864-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260513, 2327, '0864-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260514, 2327, '0864-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260515, 2327, '0864-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260516, 2327, '0865-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260517, 2327, '0865-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260518, 2327, '0865-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260519, 2327, '0865-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260520, 2327, '0865-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260521, 2327, '0865-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260522, 2327, '0865-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260523, 2327, '0865-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260524, 2327, '0865-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260525, 2327, '0865-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260526, 2327, '0865-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260527, 2327, '0865-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260528, 2327, '0866-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260529, 2327, '0866-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260530, 2327, '0866-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260531, 2327, '0866-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260532, 2327, '0866-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260533, 2327, '0866-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260534, 2327, '0866-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260535, 2327, '0866-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260536, 2327, '0866-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260537, 2327, '0866-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260538, 2327, '0866-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260539, 2327, '0866-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260540, 2327, '0867-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260541, 2327, '0867-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260542, 2327, '0867-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260543, 2327, '0867-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260544, 2327, '0867-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260545, 2327, '0867-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260546, 2327, '0867-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260547, 2327, '0867-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260548, 2327, '0867-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260549, 2327, '0867-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260550, 2327, '0867-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260551, 2327, '0867-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260552, 2327, '0868-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260553, 2327, '0868-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260554, 2327, '0868-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260555, 2327, '0868-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260556, 2327, '0868-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260557, 2327, '0868-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260558, 2327, '0868-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260559, 2327, '0868-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260560, 2327, '0868-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260561, 2327, '0868-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260562, 2327, '0868-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260563, 2327, '0868-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260564, 2327, '0869-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260565, 2327, '0869-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260566, 2327, '0869-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260567, 2327, '0869-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260568, 2327, '0869-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260569, 2327, '0869-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260570, 2327, '0869-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260571, 2327, '0869-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260572, 2327, '0869-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260573, 2327, '0869-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260574, 2327, '0869-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(260575, 2327, '0869-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260576, 2327, '0870-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260577, 2327, '0870-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260578, 2327, '0870-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260579, 2327, '0870-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260580, 2327, '0870-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260581, 2327, '0870-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260582, 2327, '0870-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260583, 2327, '0870-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260584, 2327, '0870-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260585, 2327, '0870-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260586, 2327, '0870-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260587, 2327, '0870-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260588, 2327, '0871-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260589, 2327, '0871-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260590, 2327, '0871-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260591, 2327, '0871-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260592, 2327, '0871-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260593, 2327, '0871-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260594, 2327, '0871-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260595, 2327, '0871-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260596, 2327, '0871-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260597, 2327, '0871-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260598, 2327, '0871-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260599, 2327, '0871-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260600, 2327, '0872-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260601, 2327, '0872-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260602, 2327, '0872-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260603, 2327, '0872-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260604, 2327, '0872-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260605, 2327, '0872-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260606, 2327, '0872-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260607, 2327, '0872-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260608, 2327, '0872-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260609, 2327, '0872-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260610, 2327, '0872-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260611, 2327, '0872-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260612, 2327, '0873-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260613, 2327, '0873-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260614, 2327, '0873-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260615, 2327, '0873-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260616, 2327, '0873-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260617, 2327, '0873-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260618, 2327, '0873-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260619, 2327, '0873-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260620, 2327, '0873-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260621, 2327, '0873-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260622, 2327, '0873-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260623, 2327, '0873-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260624, 2327, '0874-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260625, 2327, '0874-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260626, 2327, '0874-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260627, 2327, '0874-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260628, 2327, '0874-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260629, 2327, '0874-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260630, 2327, '0874-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260631, 2327, '0874-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260632, 2327, '0874-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260633, 2327, '0874-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260634, 2327, '0874-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260635, 2327, '0874-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260636, 2327, '0875-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260637, 2327, '0875-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260638, 2327, '0875-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260639, 2327, '0875-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260640, 2327, '0875-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260641, 2327, '0875-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260642, 2327, '0875-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260643, 2327, '0875-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260644, 2327, '0875-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260645, 2327, '0875-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260646, 2327, '0875-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260647, 2327, '0875-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260648, 2327, '0876-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260649, 2327, '0876-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260650, 2327, '0876-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260651, 2327, '0876-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260652, 2327, '0876-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260653, 2327, '0876-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260654, 2327, '0876-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260655, 2327, '0876-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260656, 2327, '0876-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260657, 2327, '0876-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260658, 2327, '0876-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260659, 2327, '0876-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260660, 2327, '0877-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260661, 2327, '0877-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260662, 2327, '0877-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260663, 2327, '0877-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260664, 2327, '0877-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260665, 2327, '0877-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260666, 2327, '0877-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260667, 2327, '0877-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260668, 2327, '0877-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260669, 2327, '0877-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260670, 2327, '0877-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260671, 2327, '0877-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260672, 2327, '0878-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260673, 2327, '0878-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260674, 2327, '0878-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260675, 2327, '0878-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260676, 2327, '0878-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260677, 2327, '0878-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260678, 2327, '0878-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260679, 2327, '0878-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260680, 2327, '0878-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260681, 2327, '0878-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260682, 2327, '0878-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260683, 2327, '0878-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260684, 2327, '0879-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260685, 2327, '0879-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260686, 2327, '0879-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260687, 2327, '0879-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260688, 2327, '0879-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260689, 2327, '0879-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260690, 2327, '0879-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260691, 2327, '0879-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260692, 2327, '0879-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260693, 2327, '0879-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260694, 2327, '0879-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260695, 2327, '0879-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260696, 2327, '0880-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260697, 2327, '0880-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260698, 2327, '0880-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260699, 2327, '0880-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260700, 2327, '0880-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260701, 2327, '0880-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260702, 2327, '0880-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260703, 2327, '0880-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260704, 2327, '0880-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260705, 2327, '0880-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260706, 2327, '0880-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260707, 2327, '0880-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260708, 2327, '0881-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260709, 2327, '0881-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260710, 2327, '0881-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260711, 2327, '0881-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260712, 2327, '0881-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260713, 2327, '0881-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260714, 2327, '0881-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260715, 2327, '0881-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260716, 2327, '0881-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260717, 2327, '0881-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260718, 2327, '0881-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260719, 2327, '0881-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260720, 2327, '0882-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260721, 2327, '0882-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260722, 2327, '0882-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260723, 2327, '0882-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260724, 2327, '0882-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260725, 2327, '0882-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260726, 2327, '0882-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260727, 2327, '0882-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260728, 2327, '0882-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260729, 2327, '0882-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260730, 2327, '0882-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260731, 2327, '0882-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260732, 2327, '0883-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260733, 2327, '0883-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260734, 2327, '0883-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260735, 2327, '0883-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260736, 2327, '0883-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260737, 2327, '0883-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260738, 2327, '0883-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260739, 2327, '0883-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260740, 2327, '0883-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260741, 2327, '0883-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260742, 2327, '0883-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260743, 2327, '0883-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260744, 2327, '0884-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260745, 2327, '0884-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260746, 2327, '0884-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260747, 2327, '0884-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260748, 2327, '0884-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260749, 2327, '0884-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260750, 2327, '0884-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260751, 2327, '0884-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260752, 2327, '0884-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260753, 2327, '0884-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260754, 2327, '0884-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260755, 2327, '0884-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260756, 2327, '0885-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260757, 2327, '0885-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260758, 2327, '0885-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260759, 2327, '0885-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260760, 2327, '0885-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260761, 2327, '0885-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260762, 2327, '0885-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260763, 2327, '0885-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260764, 2327, '0885-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260765, 2327, '0885-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260766, 2327, '0885-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260767, 2327, '0885-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260768, 2327, '0886-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260769, 2327, '0886-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260770, 2327, '0886-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260771, 2327, '0886-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260772, 2327, '0886-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260773, 2327, '0886-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260774, 2327, '0886-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260775, 2327, '0886-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260776, 2327, '0886-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260777, 2327, '0886-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260778, 2327, '0886-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260779, 2327, '0886-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260780, 2327, '0887-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260781, 2327, '0887-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260782, 2327, '0887-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260783, 2327, '0887-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260784, 2327, '0887-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260785, 2327, '0887-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260786, 2327, '0887-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260787, 2327, '0887-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260788, 2327, '0887-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260789, 2327, '0887-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260790, 2327, '0887-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260791, 2327, '0887-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260792, 2327, '0888-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260793, 2327, '0888-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260794, 2327, '0888-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260795, 2327, '0888-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260796, 2327, '0888-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260797, 2327, '0888-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260798, 2327, '0888-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260799, 2327, '0888-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260800, 2327, '0888-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260801, 2327, '0888-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260802, 2327, '0888-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260803, 2327, '0888-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260804, 2327, '0889-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260805, 2327, '0889-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260806, 2327, '0889-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260807, 2327, '0889-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260808, 2327, '0889-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260809, 2327, '0889-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260810, 2327, '0889-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260811, 2327, '0889-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260812, 2327, '0889-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260813, 2327, '0889-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260814, 2327, '0889-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260815, 2327, '0889-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260816, 2327, '0890-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260817, 2327, '0890-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260818, 2327, '0890-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260819, 2327, '0890-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260820, 2327, '0890-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260821, 2327, '0890-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260822, 2327, '0890-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260823, 2327, '0890-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260824, 2327, '0890-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260825, 2327, '0890-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260826, 2327, '0890-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:39', '2023-10-31 14:14:39'),
(260827, 2327, '0890-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(260828, 2327, '0891-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(260829, 2327, '0891-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(260830, 2327, '0891-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(260831, 2327, '0891-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(260832, 2327, '0891-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(260833, 2327, '0891-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(260834, 2327, '0891-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(260835, 2327, '0891-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(260836, 2327, '0891-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(260837, 2327, '0891-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(260838, 2327, '0891-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(260839, 2327, '0891-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(260840, 2327, '0892-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(260841, 2327, '0892-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(260842, 2327, '0892-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(260843, 2327, '0892-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(260844, 2327, '0892-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(260845, 2327, '0892-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(260846, 2327, '0892-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(260847, 2327, '0892-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(260848, 2327, '0892-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(260849, 2327, '0892-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(260850, 2327, '0892-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(260851, 2327, '0892-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(260852, 2327, '0893-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(260853, 2327, '0893-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(260854, 2327, '0893-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(260855, 2327, '0893-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(260856, 2327, '0893-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(260857, 2327, '0893-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(260858, 2327, '0893-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(260859, 2327, '0893-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(260860, 2327, '0893-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(260861, 2327, '0893-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(260862, 2327, '0893-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(260863, 2327, '0893-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(260864, 2327, '0894-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(260865, 2327, '0894-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(260866, 2327, '0894-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(260867, 2327, '0894-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(260868, 2327, '0894-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(260869, 2327, '0894-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(260870, 2327, '0894-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(260871, 2327, '0894-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(260872, 2327, '0894-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(260873, 2327, '0894-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(260874, 2327, '0894-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(260875, 2327, '0894-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(260876, 2327, '0895-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(260877, 2327, '0895-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(260878, 2327, '0895-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(260879, 2327, '0895-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(260880, 2327, '0895-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(260881, 2327, '0895-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(260882, 2327, '0895-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(260883, 2327, '0895-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(260884, 2327, '0895-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(260885, 2327, '0895-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(260886, 2327, '0895-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(260887, 2327, '0895-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(260888, 2327, '0896-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(260889, 2327, '0896-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(260890, 2327, '0896-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(260891, 2327, '0896-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(260892, 2327, '0896-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(260893, 2327, '0896-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(260894, 2327, '0896-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(260895, 2327, '0896-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(260896, 2327, '0896-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(260897, 2327, '0896-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(260898, 2327, '0896-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(260899, 2327, '0896-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(260900, 2327, '0897-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(260901, 2327, '0897-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(260902, 2327, '0897-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(260903, 2327, '0897-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(260904, 2327, '0897-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(260905, 2327, '0897-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(260906, 2327, '0897-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(260907, 2327, '0897-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(260908, 2327, '0897-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(260909, 2327, '0897-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(260910, 2327, '0897-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(260911, 2327, '0897-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(260912, 2327, '0898-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(260913, 2327, '0898-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(260914, 2327, '0898-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(260915, 2327, '0898-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(260916, 2327, '0898-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(260917, 2327, '0898-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(260918, 2327, '0898-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(260919, 2327, '0898-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(260920, 2327, '0898-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(260921, 2327, '0898-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(260922, 2327, '0898-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(260923, 2327, '0898-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(260924, 2327, '0899-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(260925, 2327, '0899-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(260926, 2327, '0899-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(260927, 2327, '0899-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(260928, 2327, '0899-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(260929, 2327, '0899-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(260930, 2327, '0899-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(260931, 2327, '0899-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(260932, 2327, '0899-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(260933, 2327, '0899-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(260934, 2327, '0899-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(260935, 2327, '0899-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(260936, 2327, '0900-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(260937, 2327, '0900-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(260938, 2327, '0900-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(260939, 2327, '0900-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(260940, 2327, '0900-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(260941, 2327, '0900-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(260942, 2327, '0900-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(260943, 2327, '0900-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(260944, 2327, '0900-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(260945, 2327, '0900-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(260946, 2327, '0900-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(260947, 2327, '0900-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(260948, 2327, '0901-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(260949, 2327, '0901-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(260950, 2327, '0901-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(260951, 2327, '0901-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(260952, 2327, '0901-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(260953, 2327, '0901-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(260954, 2327, '0901-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(260955, 2327, '0901-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(260956, 2327, '0901-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(260957, 2327, '0901-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(260958, 2327, '0901-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(260959, 2327, '0901-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(260960, 2327, '0902-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(260961, 2327, '0902-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(260962, 2327, '0902-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(260963, 2327, '0902-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(260964, 2327, '0902-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(260965, 2327, '0902-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(260966, 2327, '0902-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(260967, 2327, '0902-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(260968, 2327, '0902-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(260969, 2327, '0902-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(260970, 2327, '0902-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(260971, 2327, '0902-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(260972, 2327, '0903-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(260973, 2327, '0903-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(260974, 2327, '0903-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(260975, 2327, '0903-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(260976, 2327, '0903-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(260977, 2327, '0903-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(260978, 2327, '0903-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(260979, 2327, '0903-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(260980, 2327, '0903-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(260981, 2327, '0903-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(260982, 2327, '0903-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(260983, 2327, '0903-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(260984, 2327, '0904-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(260985, 2327, '0904-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(260986, 2327, '0904-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(260987, 2327, '0904-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(260988, 2327, '0904-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(260989, 2327, '0904-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(260990, 2327, '0904-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(260991, 2327, '0904-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(260992, 2327, '0904-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(260993, 2327, '0904-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(260994, 2327, '0904-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(260995, 2327, '0904-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(260996, 2327, '0905-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(260997, 2327, '0905-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(260998, 2327, '0905-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(260999, 2327, '0905-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(261000, 2327, '0905-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(261001, 2327, '0905-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(261002, 2327, '0905-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(261003, 2327, '0905-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(261004, 2327, '0905-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(261005, 2327, '0905-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(261006, 2327, '0905-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(261007, 2327, '0905-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(261008, 2327, '0906-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(261009, 2327, '0906-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(261010, 2327, '0906-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(261011, 2327, '0906-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(261012, 2327, '0906-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(261013, 2327, '0906-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(261014, 2327, '0906-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(261015, 2327, '0906-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(261016, 2327, '0906-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(261017, 2327, '0906-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(261018, 2327, '0906-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(261019, 2327, '0906-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(261020, 2327, '0907-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(261021, 2327, '0907-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(261022, 2327, '0907-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(261023, 2327, '0907-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(261024, 2327, '0907-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(261025, 2327, '0907-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(261026, 2327, '0907-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(261027, 2327, '0907-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(261028, 2327, '0907-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(261029, 2327, '0907-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(261030, 2327, '0907-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(261031, 2327, '0907-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(261032, 2327, '0908-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(261033, 2327, '0908-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(261034, 2327, '0908-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(261035, 2327, '0908-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(261036, 2327, '0908-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(261037, 2327, '0908-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(261038, 2327, '0908-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(261039, 2327, '0908-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(261040, 2327, '0908-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(261041, 2327, '0908-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(261042, 2327, '0908-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(261043, 2327, '0908-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(261044, 2327, '0909-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(261045, 2327, '0909-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(261046, 2327, '0909-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(261047, 2327, '0909-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(261048, 2327, '0909-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(261049, 2327, '0909-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(261050, 2327, '0909-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(261051, 2327, '0909-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(261052, 2327, '0909-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(261053, 2327, '0909-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(261054, 2327, '0909-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(261055, 2327, '0909-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(261056, 2327, '0910-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(261057, 2327, '0910-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(261058, 2327, '0910-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(261059, 2327, '0910-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(261060, 2327, '0910-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(261061, 2327, '0910-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(261062, 2327, '0910-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(261063, 2327, '0910-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(261064, 2327, '0910-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(261065, 2327, '0910-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(261066, 2327, '0910-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(261067, 2327, '0910-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(261068, 2327, '0911-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(261069, 2327, '0911-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(261070, 2327, '0911-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(261071, 2327, '0911-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(261072, 2327, '0911-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(261073, 2327, '0911-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(261074, 2327, '0911-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(261075, 2327, '0911-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(261076, 2327, '0911-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(261077, 2327, '0911-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(261078, 2327, '0911-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(261079, 2327, '0911-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(261080, 2327, '0912-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(261081, 2327, '0912-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(261082, 2327, '0912-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(261083, 2327, '0912-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(261084, 2327, '0912-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(261085, 2327, '0912-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(261086, 2327, '0912-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(261087, 2327, '0912-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(261088, 2327, '0912-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(261089, 2327, '0912-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(261090, 2327, '0912-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(261091, 2327, '0912-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(261092, 2327, '0913-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(261093, 2327, '0913-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(261094, 2327, '0913-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(261095, 2327, '0913-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(261096, 2327, '0913-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(261097, 2327, '0913-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(261098, 2327, '0913-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(261099, 2327, '0913-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(261100, 2327, '0913-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(261101, 2327, '0913-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(261102, 2327, '0913-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(261103, 2327, '0913-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(261104, 2327, '0914-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(261105, 2327, '0914-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(261106, 2327, '0914-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(261107, 2327, '0914-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(261108, 2327, '0914-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(261109, 2327, '0914-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(261110, 2327, '0914-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(261111, 2327, '0914-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(261112, 2327, '0914-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(261113, 2327, '0914-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(261114, 2327, '0914-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(261115, 2327, '0914-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(261116, 2327, '0915-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(261117, 2327, '0915-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(261118, 2327, '0915-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(261119, 2327, '0915-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(261120, 2327, '0915-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(261121, 2327, '0915-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(261122, 2327, '0915-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(261123, 2327, '0915-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(261124, 2327, '0915-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(261125, 2327, '0915-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(261126, 2327, '0915-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(261127, 2327, '0915-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(261128, 2327, '0916-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(261129, 2327, '0916-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(261130, 2327, '0916-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(261131, 2327, '0916-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(261132, 2327, '0916-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(261133, 2327, '0916-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(261134, 2327, '0916-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(261135, 2327, '0916-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(261136, 2327, '0916-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(261137, 2327, '0916-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(261138, 2327, '0916-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(261139, 2327, '0916-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(261140, 2327, '0917-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(261141, 2327, '0917-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:40', '2023-10-31 14:14:40'),
(261142, 2327, '0917-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261143, 2327, '0917-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261144, 2327, '0917-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261145, 2327, '0917-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261146, 2327, '0917-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261147, 2327, '0917-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261148, 2327, '0917-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261149, 2327, '0917-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261150, 2327, '0917-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261151, 2327, '0917-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261152, 2327, '0918-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261153, 2327, '0918-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261154, 2327, '0918-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261155, 2327, '0918-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261156, 2327, '0918-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261157, 2327, '0918-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261158, 2327, '0918-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261159, 2327, '0918-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261160, 2327, '0918-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261161, 2327, '0918-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261162, 2327, '0918-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261163, 2327, '0918-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261164, 2327, '0919-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261165, 2327, '0919-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261166, 2327, '0919-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261167, 2327, '0919-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261168, 2327, '0919-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261169, 2327, '0919-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261170, 2327, '0919-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261171, 2327, '0919-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261172, 2327, '0919-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261173, 2327, '0919-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261174, 2327, '0919-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261175, 2327, '0919-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261176, 2327, '0920-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261177, 2327, '0920-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261178, 2327, '0920-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261179, 2327, '0920-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261180, 2327, '0920-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261181, 2327, '0920-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261182, 2327, '0920-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261183, 2327, '0920-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261184, 2327, '0920-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261185, 2327, '0920-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261186, 2327, '0920-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261187, 2327, '0920-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261188, 2327, '0921-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261189, 2327, '0921-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261190, 2327, '0921-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261191, 2327, '0921-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261192, 2327, '0921-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261193, 2327, '0921-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261194, 2327, '0921-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261195, 2327, '0921-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261196, 2327, '0921-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261197, 2327, '0921-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261198, 2327, '0921-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261199, 2327, '0921-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261200, 2327, '0922-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261201, 2327, '0922-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261202, 2327, '0922-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261203, 2327, '0922-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261204, 2327, '0922-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261205, 2327, '0922-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261206, 2327, '0922-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261207, 2327, '0922-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261208, 2327, '0922-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261209, 2327, '0922-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261210, 2327, '0922-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261211, 2327, '0922-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261212, 2327, '0923-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261213, 2327, '0923-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261214, 2327, '0923-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261215, 2327, '0923-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261216, 2327, '0923-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261217, 2327, '0923-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261218, 2327, '0923-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261219, 2327, '0923-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261220, 2327, '0923-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261221, 2327, '0923-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261222, 2327, '0923-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261223, 2327, '0923-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261224, 2327, '0924-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261225, 2327, '0924-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261226, 2327, '0924-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261227, 2327, '0924-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261228, 2327, '0924-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261229, 2327, '0924-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261230, 2327, '0924-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261231, 2327, '0924-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261232, 2327, '0924-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261233, 2327, '0924-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261234, 2327, '0924-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261235, 2327, '0924-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261236, 2327, '0925-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261237, 2327, '0925-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261238, 2327, '0925-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261239, 2327, '0925-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261240, 2327, '0925-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261241, 2327, '0925-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261242, 2327, '0925-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261243, 2327, '0925-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261244, 2327, '0925-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261245, 2327, '0925-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261246, 2327, '0925-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261247, 2327, '0925-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261248, 2327, '0926-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261249, 2327, '0926-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261250, 2327, '0926-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261251, 2327, '0926-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261252, 2327, '0926-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261253, 2327, '0926-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261254, 2327, '0926-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261255, 2327, '0926-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261256, 2327, '0926-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261257, 2327, '0926-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261258, 2327, '0926-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261259, 2327, '0926-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261260, 2327, '0927-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261261, 2327, '0927-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261262, 2327, '0927-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261263, 2327, '0927-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261264, 2327, '0927-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261265, 2327, '0927-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261266, 2327, '0927-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261267, 2327, '0927-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261268, 2327, '0927-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261269, 2327, '0927-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261270, 2327, '0927-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261271, 2327, '0927-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261272, 2327, '0928-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261273, 2327, '0928-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261274, 2327, '0928-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261275, 2327, '0928-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261276, 2327, '0928-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261277, 2327, '0928-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261278, 2327, '0928-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261279, 2327, '0928-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261280, 2327, '0928-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261281, 2327, '0928-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261282, 2327, '0928-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261283, 2327, '0928-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261284, 2327, '0929-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261285, 2327, '0929-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261286, 2327, '0929-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261287, 2327, '0929-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261288, 2327, '0929-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261289, 2327, '0929-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261290, 2327, '0929-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261291, 2327, '0929-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261292, 2327, '0929-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261293, 2327, '0929-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261294, 2327, '0929-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261295, 2327, '0929-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261296, 2327, '0930-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261297, 2327, '0930-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261298, 2327, '0930-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261299, 2327, '0930-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261300, 2327, '0930-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261301, 2327, '0930-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261302, 2327, '0930-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261303, 2327, '0930-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261304, 2327, '0930-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261305, 2327, '0930-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261306, 2327, '0930-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261307, 2327, '0930-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261308, 2327, '0931-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261309, 2327, '0931-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261310, 2327, '0931-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261311, 2327, '0931-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261312, 2327, '0931-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261313, 2327, '0931-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261314, 2327, '0931-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261315, 2327, '0931-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261316, 2327, '0931-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261317, 2327, '0931-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261318, 2327, '0931-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261319, 2327, '0931-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261320, 2327, '0932-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261321, 2327, '0932-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261322, 2327, '0932-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261323, 2327, '0932-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261324, 2327, '0932-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261325, 2327, '0932-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261326, 2327, '0932-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261327, 2327, '0932-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261328, 2327, '0932-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261329, 2327, '0932-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261330, 2327, '0932-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261331, 2327, '0932-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261332, 2327, '0933-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261333, 2327, '0933-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261334, 2327, '0933-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261335, 2327, '0933-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261336, 2327, '0933-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261337, 2327, '0933-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261338, 2327, '0933-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261339, 2327, '0933-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261340, 2327, '0933-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261341, 2327, '0933-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261342, 2327, '0933-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261343, 2327, '0933-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261344, 2327, '0934-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261345, 2327, '0934-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261346, 2327, '0934-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261347, 2327, '0934-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261348, 2327, '0934-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261349, 2327, '0934-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261350, 2327, '0934-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261351, 2327, '0934-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261352, 2327, '0934-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261353, 2327, '0934-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261354, 2327, '0934-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261355, 2327, '0934-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261356, 2327, '0935-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261357, 2327, '0935-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261358, 2327, '0935-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261359, 2327, '0935-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261360, 2327, '0935-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261361, 2327, '0935-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261362, 2327, '0935-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261363, 2327, '0935-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261364, 2327, '0935-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261365, 2327, '0935-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261366, 2327, '0935-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261367, 2327, '0935-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261368, 2327, '0936-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261369, 2327, '0936-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261370, 2327, '0936-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261371, 2327, '0936-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261372, 2327, '0936-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261373, 2327, '0936-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261374, 2327, '0936-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261375, 2327, '0936-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261376, 2327, '0936-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261377, 2327, '0936-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261378, 2327, '0936-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261379, 2327, '0936-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261380, 2327, '0937-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261381, 2327, '0937-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261382, 2327, '0937-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261383, 2327, '0937-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261384, 2327, '0937-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261385, 2327, '0937-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261386, 2327, '0937-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261387, 2327, '0937-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261388, 2327, '0937-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261389, 2327, '0937-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261390, 2327, '0937-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261391, 2327, '0937-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261392, 2327, '0938-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261393, 2327, '0938-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261394, 2327, '0938-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261395, 2327, '0938-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261396, 2327, '0938-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261397, 2327, '0938-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261398, 2327, '0938-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261399, 2327, '0938-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261400, 2327, '0938-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261401, 2327, '0938-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261402, 2327, '0938-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261403, 2327, '0938-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261404, 2327, '0939-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261405, 2327, '0939-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261406, 2327, '0939-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261407, 2327, '0939-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261408, 2327, '0939-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261409, 2327, '0939-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261410, 2327, '0939-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261411, 2327, '0939-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261412, 2327, '0939-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261413, 2327, '0939-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261414, 2327, '0939-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261415, 2327, '0939-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261416, 2327, '0940-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261417, 2327, '0940-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261418, 2327, '0940-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261419, 2327, '0940-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261420, 2327, '0940-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261421, 2327, '0940-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261422, 2327, '0940-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261423, 2327, '0940-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261424, 2327, '0940-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261425, 2327, '0940-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261426, 2327, '0940-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261427, 2327, '0940-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261428, 2327, '0941-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261429, 2327, '0941-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261430, 2327, '0941-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261431, 2327, '0941-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261432, 2327, '0941-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261433, 2327, '0941-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261434, 2327, '0941-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261435, 2327, '0941-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261436, 2327, '0941-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261437, 2327, '0941-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261438, 2327, '0941-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261439, 2327, '0941-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261440, 2327, '0942-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261441, 2327, '0942-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261442, 2327, '0942-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261443, 2327, '0942-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261444, 2327, '0942-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261445, 2327, '0942-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261446, 2327, '0942-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261447, 2327, '0942-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261448, 2327, '0942-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261449, 2327, '0942-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261450, 2327, '0942-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261451, 2327, '0942-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261452, 2327, '0943-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261453, 2327, '0943-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261454, 2327, '0943-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261455, 2327, '0943-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261456, 2327, '0943-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261457, 2327, '0943-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261458, 2327, '0943-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261459, 2327, '0943-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261460, 2327, '0943-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261461, 2327, '0943-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261462, 2327, '0943-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261463, 2327, '0943-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261464, 2327, '0944-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261465, 2327, '0944-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261466, 2327, '0944-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261467, 2327, '0944-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261468, 2327, '0944-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261469, 2327, '0944-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261470, 2327, '0944-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:41', '2023-10-31 14:14:41'),
(261471, 2327, '0944-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261472, 2327, '0944-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261473, 2327, '0944-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261474, 2327, '0944-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261475, 2327, '0944-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261476, 2327, '0945-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261477, 2327, '0945-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261478, 2327, '0945-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261479, 2327, '0945-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261480, 2327, '0945-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261481, 2327, '0945-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261482, 2327, '0945-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261483, 2327, '0945-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261484, 2327, '0945-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261485, 2327, '0945-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261486, 2327, '0945-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261487, 2327, '0945-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261488, 2327, '0946-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261489, 2327, '0946-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261490, 2327, '0946-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261491, 2327, '0946-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261492, 2327, '0946-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261493, 2327, '0946-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261494, 2327, '0946-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261495, 2327, '0946-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261496, 2327, '0946-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261497, 2327, '0946-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261498, 2327, '0946-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261499, 2327, '0946-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261500, 2327, '0947-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261501, 2327, '0947-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261502, 2327, '0947-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261503, 2327, '0947-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261504, 2327, '0947-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(261505, 2327, '0947-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261506, 2327, '0947-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261507, 2327, '0947-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261508, 2327, '0947-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261509, 2327, '0947-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261510, 2327, '0947-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261511, 2327, '0947-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261512, 2327, '0948-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261513, 2327, '0948-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261514, 2327, '0948-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261515, 2327, '0948-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261516, 2327, '0948-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261517, 2327, '0948-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261518, 2327, '0948-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261519, 2327, '0948-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261520, 2327, '0948-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261521, 2327, '0948-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261522, 2327, '0948-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261523, 2327, '0948-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261524, 2327, '0949-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261525, 2327, '0949-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261526, 2327, '0949-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261527, 2327, '0949-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261528, 2327, '0949-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261529, 2327, '0949-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261530, 2327, '0949-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261531, 2327, '0949-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261532, 2327, '0949-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261533, 2327, '0949-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261534, 2327, '0949-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261535, 2327, '0949-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261536, 2327, '0950-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261537, 2327, '0950-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261538, 2327, '0950-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261539, 2327, '0950-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261540, 2327, '0950-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261541, 2327, '0950-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261542, 2327, '0950-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261543, 2327, '0950-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261544, 2327, '0950-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261545, 2327, '0950-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261546, 2327, '0950-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261547, 2327, '0950-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261548, 2327, '0951-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261549, 2327, '0951-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261550, 2327, '0951-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261551, 2327, '0951-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261552, 2327, '0951-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261553, 2327, '0951-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261554, 2327, '0951-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261555, 2327, '0951-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261556, 2327, '0951-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261557, 2327, '0951-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261558, 2327, '0951-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261559, 2327, '0951-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261560, 2327, '0952-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261561, 2327, '0952-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261562, 2327, '0952-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261563, 2327, '0952-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261564, 2327, '0952-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261565, 2327, '0952-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261566, 2327, '0952-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261567, 2327, '0952-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261568, 2327, '0952-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261569, 2327, '0952-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261570, 2327, '0952-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261571, 2327, '0952-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261572, 2327, '0953-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261573, 2327, '0953-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261574, 2327, '0953-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261575, 2327, '0953-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261576, 2327, '0953-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261577, 2327, '0953-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261578, 2327, '0953-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261579, 2327, '0953-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261580, 2327, '0953-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261581, 2327, '0953-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261582, 2327, '0953-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261583, 2327, '0953-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261584, 2327, '0954-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261585, 2327, '0954-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261586, 2327, '0954-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261587, 2327, '0954-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261588, 2327, '0954-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261589, 2327, '0954-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261590, 2327, '0954-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261591, 2327, '0954-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261592, 2327, '0954-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261593, 2327, '0954-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261594, 2327, '0954-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261595, 2327, '0954-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261596, 2327, '0955-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261597, 2327, '0955-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261598, 2327, '0955-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261599, 2327, '0955-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261600, 2327, '0955-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261601, 2327, '0955-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261602, 2327, '0955-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261603, 2327, '0955-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261604, 2327, '0955-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261605, 2327, '0955-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261606, 2327, '0955-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261607, 2327, '0955-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261608, 2327, '0956-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261609, 2327, '0956-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261610, 2327, '0956-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261611, 2327, '0956-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261612, 2327, '0956-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261613, 2327, '0956-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261614, 2327, '0956-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261615, 2327, '0956-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261616, 2327, '0956-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261617, 2327, '0956-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261618, 2327, '0956-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261619, 2327, '0956-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261620, 2327, '0957-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261621, 2327, '0957-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261622, 2327, '0957-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261623, 2327, '0957-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261624, 2327, '0957-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261625, 2327, '0957-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261626, 2327, '0957-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261627, 2327, '0957-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261628, 2327, '0957-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261629, 2327, '0957-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261630, 2327, '0957-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261631, 2327, '0957-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261632, 2327, '0958-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261633, 2327, '0958-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261634, 2327, '0958-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261635, 2327, '0958-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261636, 2327, '0958-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261637, 2327, '0958-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261638, 2327, '0958-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261639, 2327, '0958-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261640, 2327, '0958-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261641, 2327, '0958-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261642, 2327, '0958-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261643, 2327, '0958-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261644, 2327, '0959-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261645, 2327, '0959-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261646, 2327, '0959-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261647, 2327, '0959-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261648, 2327, '0959-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261649, 2327, '0959-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261650, 2327, '0959-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261651, 2327, '0959-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261652, 2327, '0959-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261653, 2327, '0959-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261654, 2327, '0959-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261655, 2327, '0959-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261656, 2327, '0960-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261657, 2327, '0960-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261658, 2327, '0960-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261659, 2327, '0960-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261660, 2327, '0960-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261661, 2327, '0960-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261662, 2327, '0960-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261663, 2327, '0960-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261664, 2327, '0960-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261665, 2327, '0960-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261666, 2327, '0960-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261667, 2327, '0960-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261668, 2327, '0961-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261669, 2327, '0961-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261670, 2327, '0961-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261671, 2327, '0961-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261672, 2327, '0961-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261673, 2327, '0961-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261674, 2327, '0961-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261675, 2327, '0961-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261676, 2327, '0961-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261677, 2327, '0961-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261678, 2327, '0961-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261679, 2327, '0961-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261680, 2327, '0962-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261681, 2327, '0962-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261682, 2327, '0962-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261683, 2327, '0962-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261684, 2327, '0962-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261685, 2327, '0962-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261686, 2327, '0962-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261687, 2327, '0962-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261688, 2327, '0962-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261689, 2327, '0962-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261690, 2327, '0962-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261691, 2327, '0962-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261692, 2327, '0963-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261693, 2327, '0963-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261694, 2327, '0963-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261695, 2327, '0963-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261696, 2327, '0963-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261697, 2327, '0963-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261698, 2327, '0963-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261699, 2327, '0963-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261700, 2327, '0963-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261701, 2327, '0963-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261702, 2327, '0963-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261703, 2327, '0963-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261704, 2327, '0964-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261705, 2327, '0964-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261706, 2327, '0964-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261707, 2327, '0964-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261708, 2327, '0964-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261709, 2327, '0964-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261710, 2327, '0964-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261711, 2327, '0964-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261712, 2327, '0964-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261713, 2327, '0964-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261714, 2327, '0964-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261715, 2327, '0964-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261716, 2327, '0965-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261717, 2327, '0965-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261718, 2327, '0965-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261719, 2327, '0965-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261720, 2327, '0965-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261721, 2327, '0965-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261722, 2327, '0965-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261723, 2327, '0965-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261724, 2327, '0965-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261725, 2327, '0965-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261726, 2327, '0965-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261727, 2327, '0965-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261728, 2327, '0966-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261729, 2327, '0966-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261730, 2327, '0966-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261731, 2327, '0966-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261732, 2327, '0966-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261733, 2327, '0966-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261734, 2327, '0966-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261735, 2327, '0966-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261736, 2327, '0966-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261737, 2327, '0966-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261738, 2327, '0966-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261739, 2327, '0966-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261740, 2327, '0967-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261741, 2327, '0967-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261742, 2327, '0967-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261743, 2327, '0967-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261744, 2327, '0967-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261745, 2327, '0967-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261746, 2327, '0967-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261747, 2327, '0967-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261748, 2327, '0967-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261749, 2327, '0967-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261750, 2327, '0967-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261751, 2327, '0967-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261752, 2327, '0968-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261753, 2327, '0968-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261754, 2327, '0968-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261755, 2327, '0968-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261756, 2327, '0968-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261757, 2327, '0968-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261758, 2327, '0968-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261759, 2327, '0968-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261760, 2327, '0968-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261761, 2327, '0968-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261762, 2327, '0968-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261763, 2327, '0968-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261764, 2327, '0969-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261765, 2327, '0969-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261766, 2327, '0969-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261767, 2327, '0969-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261768, 2327, '0969-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261769, 2327, '0969-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261770, 2327, '0969-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261771, 2327, '0969-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261772, 2327, '0969-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261773, 2327, '0969-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261774, 2327, '0969-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261775, 2327, '0969-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261776, 2327, '0970-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261777, 2327, '0970-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261778, 2327, '0970-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261779, 2327, '0970-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261780, 2327, '0970-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261781, 2327, '0970-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261782, 2327, '0970-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261783, 2327, '0970-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261784, 2327, '0970-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261785, 2327, '0970-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261786, 2327, '0970-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261787, 2327, '0970-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261788, 2327, '0971-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261789, 2327, '0971-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261790, 2327, '0971-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261791, 2327, '0971-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261792, 2327, '0971-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:42', '2023-10-31 14:14:42'),
(261793, 2327, '0971-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(261794, 2327, '0971-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(261795, 2327, '0971-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(261796, 2327, '0971-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(261797, 2327, '0971-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(261798, 2327, '0971-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(261799, 2327, '0971-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(261800, 2327, '0972-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(261801, 2327, '0972-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(261802, 2327, '0972-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(261803, 2327, '0972-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(261804, 2327, '0972-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(261805, 2327, '0972-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(261806, 2327, '0972-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(261807, 2327, '0972-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(261808, 2327, '0972-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(261809, 2327, '0972-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(261810, 2327, '0972-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(261811, 2327, '0972-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(261812, 2327, '0973-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(261813, 2327, '0973-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(261814, 2327, '0973-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(261815, 2327, '0973-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(261816, 2327, '0973-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(261817, 2327, '0973-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(261818, 2327, '0973-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(261819, 2327, '0973-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(261820, 2327, '0973-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(261821, 2327, '0973-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(261822, 2327, '0973-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(261823, 2327, '0973-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(261824, 2327, '0974-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(261825, 2327, '0974-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(261826, 2327, '0974-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(261827, 2327, '0974-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(261828, 2327, '0974-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(261829, 2327, '0974-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(261830, 2327, '0974-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(261831, 2327, '0974-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(261832, 2327, '0974-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(261833, 2327, '0974-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(261834, 2327, '0974-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(261835, 2327, '0974-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(261836, 2327, '0975-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(261837, 2327, '0975-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(261838, 2327, '0975-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(261839, 2327, '0975-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(261840, 2327, '0975-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(261841, 2327, '0975-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(261842, 2327, '0975-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(261843, 2327, '0975-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(261844, 2327, '0975-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(261845, 2327, '0975-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(261846, 2327, '0975-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(261847, 2327, '0975-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(261848, 2327, '0976-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(261849, 2327, '0976-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(261850, 2327, '0976-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(261851, 2327, '0976-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(261852, 2327, '0976-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(261853, 2327, '0976-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(261854, 2327, '0976-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(261855, 2327, '0976-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(261856, 2327, '0976-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(261857, 2327, '0976-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(261858, 2327, '0976-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(261859, 2327, '0976-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(261860, 2327, '0977-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(261861, 2327, '0977-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(261862, 2327, '0977-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(261863, 2327, '0977-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(261864, 2327, '0977-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(261865, 2327, '0977-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(261866, 2327, '0977-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(261867, 2327, '0977-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(261868, 2327, '0977-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(261869, 2327, '0977-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(261870, 2327, '0977-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(261871, 2327, '0977-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(261872, 2327, '0978-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(261873, 2327, '0978-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(261874, 2327, '0978-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(261875, 2327, '0978-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(261876, 2327, '0978-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(261877, 2327, '0978-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(261878, 2327, '0978-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(261879, 2327, '0978-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(261880, 2327, '0978-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(261881, 2327, '0978-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(261882, 2327, '0978-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(261883, 2327, '0978-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(261884, 2327, '0979-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(261885, 2327, '0979-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(261886, 2327, '0979-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(261887, 2327, '0979-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(261888, 2327, '0979-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(261889, 2327, '0979-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(261890, 2327, '0979-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(261891, 2327, '0979-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(261892, 2327, '0979-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(261893, 2327, '0979-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(261894, 2327, '0979-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(261895, 2327, '0979-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(261896, 2327, '0980-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(261897, 2327, '0980-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(261898, 2327, '0980-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(261899, 2327, '0980-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(261900, 2327, '0980-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(261901, 2327, '0980-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(261902, 2327, '0980-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(261903, 2327, '0980-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(261904, 2327, '0980-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(261905, 2327, '0980-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(261906, 2327, '0980-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(261907, 2327, '0980-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(261908, 2327, '0981-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(261909, 2327, '0981-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(261910, 2327, '0981-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(261911, 2327, '0981-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(261912, 2327, '0981-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(261913, 2327, '0981-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(261914, 2327, '0981-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(261915, 2327, '0981-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(261916, 2327, '0981-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(261917, 2327, '0981-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(261918, 2327, '0981-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(261919, 2327, '0981-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(261920, 2327, '0982-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(261921, 2327, '0982-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(261922, 2327, '0982-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(261923, 2327, '0982-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(261924, 2327, '0982-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(261925, 2327, '0982-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(261926, 2327, '0982-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(261927, 2327, '0982-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(261928, 2327, '0982-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(261929, 2327, '0982-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(261930, 2327, '0982-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(261931, 2327, '0982-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(261932, 2327, '0983-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(261933, 2327, '0983-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(261934, 2327, '0983-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(261935, 2327, '0983-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(261936, 2327, '0983-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(261937, 2327, '0983-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(261938, 2327, '0983-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(261939, 2327, '0983-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(261940, 2327, '0983-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(261941, 2327, '0983-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(261942, 2327, '0983-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(261943, 2327, '0983-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(261944, 2327, '0984-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(261945, 2327, '0984-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(261946, 2327, '0984-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(261947, 2327, '0984-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(261948, 2327, '0984-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(261949, 2327, '0984-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(261950, 2327, '0984-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(261951, 2327, '0984-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(261952, 2327, '0984-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(261953, 2327, '0984-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(261954, 2327, '0984-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(261955, 2327, '0984-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(261956, 2327, '0985-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(261957, 2327, '0985-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(261958, 2327, '0985-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(261959, 2327, '0985-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(261960, 2327, '0985-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(261961, 2327, '0985-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(261962, 2327, '0985-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(261963, 2327, '0985-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(261964, 2327, '0985-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(261965, 2327, '0985-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(261966, 2327, '0985-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(261967, 2327, '0985-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(261968, 2327, '0986-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(261969, 2327, '0986-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(261970, 2327, '0986-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(261971, 2327, '0986-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(261972, 2327, '0986-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(261973, 2327, '0986-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(261974, 2327, '0986-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(261975, 2327, '0986-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(261976, 2327, '0986-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(261977, 2327, '0986-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(261978, 2327, '0986-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(261979, 2327, '0986-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(261980, 2327, '0987-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(261981, 2327, '0987-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(261982, 2327, '0987-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(261983, 2327, '0987-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(261984, 2327, '0987-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(261985, 2327, '0987-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(261986, 2327, '0987-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(261987, 2327, '0987-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(261988, 2327, '0987-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(261989, 2327, '0987-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(261990, 2327, '0987-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(261991, 2327, '0987-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(261992, 2327, '0988-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(261993, 2327, '0988-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(261994, 2327, '0988-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(261995, 2327, '0988-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(261996, 2327, '0988-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(261997, 2327, '0988-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(261998, 2327, '0988-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(261999, 2327, '0988-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(262000, 2327, '0988-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(262001, 2327, '0988-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(262002, 2327, '0988-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(262003, 2327, '0988-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(262004, 2327, '0989-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(262005, 2327, '0989-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(262006, 2327, '0989-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(262007, 2327, '0989-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(262008, 2327, '0989-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(262009, 2327, '0989-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(262010, 2327, '0989-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(262011, 2327, '0989-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(262012, 2327, '0989-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(262013, 2327, '0989-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(262014, 2327, '0989-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(262015, 2327, '0989-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(262016, 2327, '0990-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(262017, 2327, '0990-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(262018, 2327, '0990-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(262019, 2327, '0990-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(262020, 2327, '0990-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(262021, 2327, '0990-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(262022, 2327, '0990-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(262023, 2327, '0990-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(262024, 2327, '0990-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(262025, 2327, '0990-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(262026, 2327, '0990-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(262027, 2327, '0990-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(262028, 2327, '0991-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(262029, 2327, '0991-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(262030, 2327, '0991-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(262031, 2327, '0991-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(262032, 2327, '0991-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(262033, 2327, '0991-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(262034, 2327, '0991-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(262035, 2327, '0991-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(262036, 2327, '0991-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(262037, 2327, '0991-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(262038, 2327, '0991-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(262039, 2327, '0991-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(262040, 2327, '0992-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(262041, 2327, '0992-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(262042, 2327, '0992-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(262043, 2327, '0992-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(262044, 2327, '0992-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(262045, 2327, '0992-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(262046, 2327, '0992-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(262047, 2327, '0992-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(262048, 2327, '0992-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(262049, 2327, '0992-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(262050, 2327, '0992-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(262051, 2327, '0992-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(262052, 2327, '0993-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(262053, 2327, '0993-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(262054, 2327, '0993-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(262055, 2327, '0993-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(262056, 2327, '0993-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(262057, 2327, '0993-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(262058, 2327, '0993-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(262059, 2327, '0993-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(262060, 2327, '0993-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(262061, 2327, '0993-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(262062, 2327, '0993-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(262063, 2327, '0993-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(262064, 2327, '0994-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(262065, 2327, '0994-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(262066, 2327, '0994-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(262067, 2327, '0994-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(262068, 2327, '0994-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(262069, 2327, '0994-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(262070, 2327, '0994-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(262071, 2327, '0994-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(262072, 2327, '0994-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(262073, 2327, '0994-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(262074, 2327, '0994-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(262075, 2327, '0994-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(262076, 2327, '0995-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(262077, 2327, '0995-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(262078, 2327, '0995-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(262079, 2327, '0995-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(262080, 2327, '0995-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(262081, 2327, '0995-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(262082, 2327, '0995-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(262083, 2327, '0995-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(262084, 2327, '0995-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(262085, 2327, '0995-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(262086, 2327, '0995-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(262087, 2327, '0995-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(262088, 2327, '0996-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(262089, 2327, '0996-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(262090, 2327, '0996-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(262091, 2327, '0996-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(262092, 2327, '0996-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(262093, 2327, '0996-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(262094, 2327, '0996-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(262095, 2327, '0996-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(262096, 2327, '0996-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(262097, 2327, '0996-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(262098, 2327, '0996-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(262099, 2327, '0996-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(262100, 2327, '0997-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(262101, 2327, '0997-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(262102, 2327, '0997-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(262103, 2327, '0997-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(262104, 2327, '0997-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(262105, 2327, '0997-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(262106, 2327, '0997-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:43', '2023-10-31 14:14:43'),
(262107, 2327, '0997-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262108, 2327, '0997-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262109, 2327, '0997-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262110, 2327, '0997-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262111, 2327, '0997-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262112, 2327, '0998-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262113, 2327, '0998-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262114, 2327, '0998-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262115, 2327, '0998-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262116, 2327, '0998-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262117, 2327, '0998-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262118, 2327, '0998-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262119, 2327, '0998-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262120, 2327, '0998-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262121, 2327, '0998-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262122, 2327, '0998-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262123, 2327, '0998-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262124, 2327, '0999-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262125, 2327, '0999-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262126, 2327, '0999-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262127, 2327, '0999-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262128, 2327, '0999-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262129, 2327, '0999-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262130, 2327, '0999-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262131, 2327, '0999-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262132, 2327, '0999-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262133, 2327, '0999-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262134, 2327, '0999-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262135, 2327, '0999-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262136, 2327, '1000-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262137, 2327, '1000-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262138, 2327, '1000-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262139, 2327, '1000-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262140, 2327, '1000-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262141, 2327, '1000-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262142, 2327, '1000-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262143, 2327, '1000-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262144, 2327, '1000-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262145, 2327, '1000-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262146, 2327, '1000-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262147, 2327, '1000-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262148, 2327, '1001-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262149, 2327, '1001-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262150, 2327, '1001-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262151, 2327, '1001-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262152, 2327, '1001-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262153, 2327, '1001-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262154, 2327, '1001-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262155, 2327, '1001-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262156, 2327, '1001-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262157, 2327, '1001-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262158, 2327, '1001-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262159, 2327, '1001-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262160, 2327, '1002-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262161, 2327, '1002-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262162, 2327, '1002-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262163, 2327, '1002-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262164, 2327, '1002-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262165, 2327, '1002-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262166, 2327, '1002-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262167, 2327, '1002-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262168, 2327, '1002-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262169, 2327, '1002-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262170, 2327, '1002-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262171, 2327, '1002-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262172, 2327, '1003-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262173, 2327, '1003-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262174, 2327, '1003-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262175, 2327, '1003-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262176, 2327, '1003-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262177, 2327, '1003-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262178, 2327, '1003-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262179, 2327, '1003-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262180, 2327, '1003-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262181, 2327, '1003-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262182, 2327, '1003-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262183, 2327, '1003-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262184, 2327, '1004-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262185, 2327, '1004-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262186, 2327, '1004-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262187, 2327, '1004-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262188, 2327, '1004-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262189, 2327, '1004-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262190, 2327, '1004-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262191, 2327, '1004-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262192, 2327, '1004-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262193, 2327, '1004-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262194, 2327, '1004-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262195, 2327, '1004-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262196, 2327, '1005-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262197, 2327, '1005-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262198, 2327, '1005-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262199, 2327, '1005-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262200, 2327, '1005-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262201, 2327, '1005-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262202, 2327, '1005-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262203, 2327, '1005-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262204, 2327, '1005-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262205, 2327, '1005-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262206, 2327, '1005-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262207, 2327, '1005-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262208, 2327, '1006-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262209, 2327, '1006-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262210, 2327, '1006-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262211, 2327, '1006-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262212, 2327, '1006-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262213, 2327, '1006-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262214, 2327, '1006-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262215, 2327, '1006-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262216, 2327, '1006-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262217, 2327, '1006-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262218, 2327, '1006-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262219, 2327, '1006-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262220, 2327, '1007-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262221, 2327, '1007-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262222, 2327, '1007-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262223, 2327, '1007-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262224, 2327, '1007-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262225, 2327, '1007-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262226, 2327, '1007-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262227, 2327, '1007-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262228, 2327, '1007-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262229, 2327, '1007-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262230, 2327, '1007-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262231, 2327, '1007-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262232, 2327, '1008-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262233, 2327, '1008-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262234, 2327, '1008-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262235, 2327, '1008-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262236, 2327, '1008-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262237, 2327, '1008-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262238, 2327, '1008-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262239, 2327, '1008-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262240, 2327, '1008-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262241, 2327, '1008-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262242, 2327, '1008-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262243, 2327, '1008-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262244, 2327, '1009-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262245, 2327, '1009-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262246, 2327, '1009-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262247, 2327, '1009-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262248, 2327, '1009-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262249, 2327, '1009-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262250, 2327, '1009-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262251, 2327, '1009-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262252, 2327, '1009-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262253, 2327, '1009-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262254, 2327, '1009-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262255, 2327, '1009-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262256, 2327, '1010-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262257, 2327, '1010-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262258, 2327, '1010-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262259, 2327, '1010-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262260, 2327, '1010-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262261, 2327, '1010-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262262, 2327, '1010-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262263, 2327, '1010-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262264, 2327, '1010-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262265, 2327, '1010-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262266, 2327, '1010-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262267, 2327, '1010-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262268, 2327, '1011-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262269, 2327, '1011-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262270, 2327, '1011-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262271, 2327, '1011-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262272, 2327, '1011-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262273, 2327, '1011-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262274, 2327, '1011-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262275, 2327, '1011-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262276, 2327, '1011-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262277, 2327, '1011-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262278, 2327, '1011-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262279, 2327, '1011-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262280, 2327, '1012-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262281, 2327, '1012-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262282, 2327, '1012-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262283, 2327, '1012-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262284, 2327, '1012-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262285, 2327, '1012-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262286, 2327, '1012-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262287, 2327, '1012-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262288, 2327, '1012-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262289, 2327, '1012-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262290, 2327, '1012-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262291, 2327, '1012-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262292, 2327, '1013-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262293, 2327, '1013-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262294, 2327, '1013-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262295, 2327, '1013-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262296, 2327, '1013-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262297, 2327, '1013-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262298, 2327, '1013-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262299, 2327, '1013-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262300, 2327, '1013-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262301, 2327, '1013-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262302, 2327, '1013-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262303, 2327, '1013-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262304, 2327, '1014-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262305, 2327, '1014-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262306, 2327, '1014-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262307, 2327, '1014-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262308, 2327, '1014-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262309, 2327, '1014-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262310, 2327, '1014-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262311, 2327, '1014-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262312, 2327, '1014-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262313, 2327, '1014-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262314, 2327, '1014-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262315, 2327, '1014-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262316, 2327, '1015-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262317, 2327, '1015-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262318, 2327, '1015-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262319, 2327, '1015-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262320, 2327, '1015-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262321, 2327, '1015-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262322, 2327, '1015-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262323, 2327, '1015-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262324, 2327, '1015-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262325, 2327, '1015-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262326, 2327, '1015-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262327, 2327, '1015-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262328, 2327, '1016-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262329, 2327, '1016-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262330, 2327, '1016-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262331, 2327, '1016-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262332, 2327, '1016-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262333, 2327, '1016-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262334, 2327, '1016-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262335, 2327, '1016-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262336, 2327, '1016-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262337, 2327, '1016-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262338, 2327, '1016-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262339, 2327, '1016-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262340, 2327, '1017-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262341, 2327, '1017-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262342, 2327, '1017-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262343, 2327, '1017-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262344, 2327, '1017-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262345, 2327, '1017-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262346, 2327, '1017-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262347, 2327, '1017-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262348, 2327, '1017-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262349, 2327, '1017-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262350, 2327, '1017-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262351, 2327, '1017-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262352, 2327, '1018-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262353, 2327, '1018-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262354, 2327, '1018-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262355, 2327, '1018-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262356, 2327, '1018-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262357, 2327, '1018-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262358, 2327, '1018-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262359, 2327, '1018-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262360, 2327, '1018-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262361, 2327, '1018-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262362, 2327, '1018-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262363, 2327, '1018-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262364, 2327, '1019-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262365, 2327, '1019-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262366, 2327, '1019-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262367, 2327, '1019-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262368, 2327, '1019-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262369, 2327, '1019-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262370, 2327, '1019-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262371, 2327, '1019-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262372, 2327, '1019-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262373, 2327, '1019-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262374, 2327, '1019-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262375, 2327, '1019-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262376, 2327, '1020-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262377, 2327, '1020-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262378, 2327, '1020-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262379, 2327, '1020-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262380, 2327, '1020-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262381, 2327, '1020-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262382, 2327, '1020-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262383, 2327, '1020-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262384, 2327, '1020-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262385, 2327, '1020-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262386, 2327, '1020-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262387, 2327, '1020-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262388, 2327, '1021-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262389, 2327, '1021-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262390, 2327, '1021-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262391, 2327, '1021-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262392, 2327, '1021-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262393, 2327, '1021-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262394, 2327, '1021-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262395, 2327, '1021-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262396, 2327, '1021-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262397, 2327, '1021-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262398, 2327, '1021-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262399, 2327, '1021-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262400, 2327, '1022-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262401, 2327, '1022-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262402, 2327, '1022-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262403, 2327, '1022-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262404, 2327, '1022-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262405, 2327, '1022-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262406, 2327, '1022-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262407, 2327, '1022-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262408, 2327, '1022-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262409, 2327, '1022-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262410, 2327, '1022-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262411, 2327, '1022-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262412, 2327, '1023-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262413, 2327, '1023-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262414, 2327, '1023-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262415, 2327, '1023-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262416, 2327, '1023-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262417, 2327, '1023-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262418, 2327, '1023-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262419, 2327, '1023-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262420, 2327, '1023-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262421, 2327, '1023-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262422, 2327, '1023-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262423, 2327, '1023-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262424, 2327, '1024-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262425, 2327, '1024-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262426, 2327, '1024-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262427, 2327, '1024-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262428, 2327, '1024-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262429, 2327, '1024-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262430, 2327, '1024-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262431, 2327, '1024-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262432, 2327, '1024-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262433, 2327, '1024-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262434, 2327, '1024-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(262435, 2327, '1024-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262436, 2327, '1025-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262437, 2327, '1025-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262438, 2327, '1025-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262439, 2327, '1025-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262440, 2327, '1025-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262441, 2327, '1025-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262442, 2327, '1025-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262443, 2327, '1025-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262444, 2327, '1025-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262445, 2327, '1025-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262446, 2327, '1025-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262447, 2327, '1025-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:44', '2023-10-31 14:14:44'),
(262448, 2327, '1026-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262449, 2327, '1026-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262450, 2327, '1026-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262451, 2327, '1026-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262452, 2327, '1026-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262453, 2327, '1026-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262454, 2327, '1026-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262455, 2327, '1026-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262456, 2327, '1026-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262457, 2327, '1026-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262458, 2327, '1026-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262459, 2327, '1026-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262460, 2327, '1027-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262461, 2327, '1027-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262462, 2327, '1027-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262463, 2327, '1027-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262464, 2327, '1027-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262465, 2327, '1027-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262466, 2327, '1027-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262467, 2327, '1027-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262468, 2327, '1027-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262469, 2327, '1027-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262470, 2327, '1027-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262471, 2327, '1027-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262472, 2327, '1028-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262473, 2327, '1028-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262474, 2327, '1028-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262475, 2327, '1028-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262476, 2327, '1028-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262477, 2327, '1028-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262478, 2327, '1028-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262479, 2327, '1028-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262480, 2327, '1028-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262481, 2327, '1028-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262482, 2327, '1028-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262483, 2327, '1028-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262484, 2327, '1029-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262485, 2327, '1029-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262486, 2327, '1029-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262487, 2327, '1029-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262488, 2327, '1029-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262489, 2327, '1029-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262490, 2327, '1029-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262491, 2327, '1029-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262492, 2327, '1029-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262493, 2327, '1029-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262494, 2327, '1029-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262495, 2327, '1029-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262496, 2327, '1030-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262497, 2327, '1030-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262498, 2327, '1030-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262499, 2327, '1030-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262500, 2327, '1030-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262501, 2327, '1030-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262502, 2327, '1030-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262503, 2327, '1030-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262504, 2327, '1030-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262505, 2327, '1030-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262506, 2327, '1030-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262507, 2327, '1030-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262508, 2327, '1031-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262509, 2327, '1031-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262510, 2327, '1031-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262511, 2327, '1031-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262512, 2327, '1031-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262513, 2327, '1031-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262514, 2327, '1031-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262515, 2327, '1031-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262516, 2327, '1031-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262517, 2327, '1031-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262518, 2327, '1031-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262519, 2327, '1031-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262520, 2327, '1032-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262521, 2327, '1032-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262522, 2327, '1032-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262523, 2327, '1032-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262524, 2327, '1032-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262525, 2327, '1032-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262526, 2327, '1032-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262527, 2327, '1032-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262528, 2327, '1032-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262529, 2327, '1032-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262530, 2327, '1032-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262531, 2327, '1032-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262532, 2327, '1033-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262533, 2327, '1033-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262534, 2327, '1033-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262535, 2327, '1033-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262536, 2327, '1033-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262537, 2327, '1033-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262538, 2327, '1033-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262539, 2327, '1033-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262540, 2327, '1033-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262541, 2327, '1033-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262542, 2327, '1033-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262543, 2327, '1033-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262544, 2327, '1034-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262545, 2327, '1034-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262546, 2327, '1034-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262547, 2327, '1034-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262548, 2327, '1034-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262549, 2327, '1034-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262550, 2327, '1034-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262551, 2327, '1034-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262552, 2327, '1034-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262553, 2327, '1034-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262554, 2327, '1034-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262555, 2327, '1034-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262556, 2327, '1035-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262557, 2327, '1035-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262558, 2327, '1035-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262559, 2327, '1035-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262560, 2327, '1035-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262561, 2327, '1035-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262562, 2327, '1035-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262563, 2327, '1035-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262564, 2327, '1035-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262565, 2327, '1035-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262566, 2327, '1035-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262567, 2327, '1035-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262568, 2327, '1036-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262569, 2327, '1036-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262570, 2327, '1036-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262571, 2327, '1036-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262572, 2327, '1036-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262573, 2327, '1036-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262574, 2327, '1036-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262575, 2327, '1036-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262576, 2327, '1036-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262577, 2327, '1036-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262578, 2327, '1036-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262579, 2327, '1036-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262580, 2327, '1037-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262581, 2327, '1037-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262582, 2327, '1037-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262583, 2327, '1037-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262584, 2327, '1037-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262585, 2327, '1037-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262586, 2327, '1037-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262587, 2327, '1037-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262588, 2327, '1037-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262589, 2327, '1037-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262590, 2327, '1037-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262591, 2327, '1037-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262592, 2327, '1038-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262593, 2327, '1038-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262594, 2327, '1038-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262595, 2327, '1038-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262596, 2327, '1038-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262597, 2327, '1038-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262598, 2327, '1038-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262599, 2327, '1038-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262600, 2327, '1038-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262601, 2327, '1038-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262602, 2327, '1038-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262603, 2327, '1038-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262604, 2327, '1039-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262605, 2327, '1039-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262606, 2327, '1039-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262607, 2327, '1039-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262608, 2327, '1039-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262609, 2327, '1039-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262610, 2327, '1039-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262611, 2327, '1039-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262612, 2327, '1039-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262613, 2327, '1039-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262614, 2327, '1039-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262615, 2327, '1039-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262616, 2327, '1040-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262617, 2327, '1040-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262618, 2327, '1040-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262619, 2327, '1040-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262620, 2327, '1040-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262621, 2327, '1040-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262622, 2327, '1040-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262623, 2327, '1040-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262624, 2327, '1040-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262625, 2327, '1040-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262626, 2327, '1040-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262627, 2327, '1040-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262628, 2327, '1041-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262629, 2327, '1041-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262630, 2327, '1041-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262631, 2327, '1041-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262632, 2327, '1041-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262633, 2327, '1041-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262634, 2327, '1041-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262635, 2327, '1041-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262636, 2327, '1041-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262637, 2327, '1041-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262638, 2327, '1041-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262639, 2327, '1041-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262640, 2327, '1042-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262641, 2327, '1042-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262642, 2327, '1042-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262643, 2327, '1042-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262644, 2327, '1042-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262645, 2327, '1042-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262646, 2327, '1042-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262647, 2327, '1042-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262648, 2327, '1042-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262649, 2327, '1042-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262650, 2327, '1042-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262651, 2327, '1042-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262652, 2327, '1043-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262653, 2327, '1043-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262654, 2327, '1043-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262655, 2327, '1043-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262656, 2327, '1043-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262657, 2327, '1043-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262658, 2327, '1043-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262659, 2327, '1043-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262660, 2327, '1043-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262661, 2327, '1043-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262662, 2327, '1043-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262663, 2327, '1043-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262664, 2327, '1044-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262665, 2327, '1044-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262666, 2327, '1044-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262667, 2327, '1044-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262668, 2327, '1044-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262669, 2327, '1044-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262670, 2327, '1044-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262671, 2327, '1044-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262672, 2327, '1044-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262673, 2327, '1044-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262674, 2327, '1044-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262675, 2327, '1044-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262676, 2327, '1045-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262677, 2327, '1045-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262678, 2327, '1045-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262679, 2327, '1045-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262680, 2327, '1045-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262681, 2327, '1045-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262682, 2327, '1045-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262683, 2327, '1045-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262684, 2327, '1045-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262685, 2327, '1045-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262686, 2327, '1045-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262687, 2327, '1045-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262688, 2327, '1046-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262689, 2327, '1046-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262690, 2327, '1046-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262691, 2327, '1046-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262692, 2327, '1046-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262693, 2327, '1046-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262694, 2327, '1046-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262695, 2327, '1046-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262696, 2327, '1046-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262697, 2327, '1046-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262698, 2327, '1046-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262699, 2327, '1046-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262700, 2327, '1047-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262701, 2327, '1047-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262702, 2327, '1047-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262703, 2327, '1047-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262704, 2327, '1047-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262705, 2327, '1047-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262706, 2327, '1047-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262707, 2327, '1047-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262708, 2327, '1047-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262709, 2327, '1047-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262710, 2327, '1047-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262711, 2327, '1047-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262712, 2327, '1048-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262713, 2327, '1048-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262714, 2327, '1048-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262715, 2327, '1048-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262716, 2327, '1048-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262717, 2327, '1048-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262718, 2327, '1048-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262719, 2327, '1048-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262720, 2327, '1048-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262721, 2327, '1048-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262722, 2327, '1048-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262723, 2327, '1048-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262724, 2327, '1049-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262725, 2327, '1049-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262726, 2327, '1049-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262727, 2327, '1049-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262728, 2327, '1049-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262729, 2327, '1049-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262730, 2327, '1049-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262731, 2327, '1049-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262732, 2327, '1049-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262733, 2327, '1049-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262734, 2327, '1049-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262735, 2327, '1049-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262736, 2327, '1050-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262737, 2327, '1050-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262738, 2327, '1050-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262739, 2327, '1050-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262740, 2327, '1050-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262741, 2327, '1050-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262742, 2327, '1050-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262743, 2327, '1050-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262744, 2327, '1050-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262745, 2327, '1050-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262746, 2327, '1050-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262747, 2327, '1050-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262748, 2327, '1051-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262749, 2327, '1051-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262750, 2327, '1051-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262751, 2327, '1051-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262752, 2327, '1051-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262753, 2327, '1051-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262754, 2327, '1051-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262755, 2327, '1051-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262756, 2327, '1051-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262757, 2327, '1051-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262758, 2327, '1051-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262759, 2327, '1051-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262760, 2327, '1052-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262761, 2327, '1052-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262762, 2327, '1052-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262763, 2327, '1052-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262764, 2327, '1052-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262765, 2327, '1052-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262766, 2327, '1052-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262767, 2327, '1052-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:45', '2023-10-31 14:14:45'),
(262768, 2327, '1052-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(262769, 2327, '1052-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(262770, 2327, '1052-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(262771, 2327, '1052-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(262772, 2327, '1053-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(262773, 2327, '1053-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(262774, 2327, '1053-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(262775, 2327, '1053-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(262776, 2327, '1053-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(262777, 2327, '1053-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(262778, 2327, '1053-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(262779, 2327, '1053-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(262780, 2327, '1053-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(262781, 2327, '1053-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(262782, 2327, '1053-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(262783, 2327, '1053-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(262784, 2327, '1054-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(262785, 2327, '1054-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(262786, 2327, '1054-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(262787, 2327, '1054-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(262788, 2327, '1054-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(262789, 2327, '1054-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(262790, 2327, '1054-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(262791, 2327, '1054-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(262792, 2327, '1054-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(262793, 2327, '1054-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(262794, 2327, '1054-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(262795, 2327, '1054-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(262796, 2327, '1055-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(262797, 2327, '1055-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(262798, 2327, '1055-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(262799, 2327, '1055-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(262800, 2327, '1055-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(262801, 2327, '1055-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(262802, 2327, '1055-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(262803, 2327, '1055-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(262804, 2327, '1055-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(262805, 2327, '1055-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(262806, 2327, '1055-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(262807, 2327, '1055-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(262808, 2327, '1056-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(262809, 2327, '1056-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(262810, 2327, '1056-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(262811, 2327, '1056-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(262812, 2327, '1056-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(262813, 2327, '1056-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(262814, 2327, '1056-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(262815, 2327, '1056-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(262816, 2327, '1056-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(262817, 2327, '1056-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(262818, 2327, '1056-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(262819, 2327, '1056-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(262820, 2327, '1057-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(262821, 2327, '1057-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(262822, 2327, '1057-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(262823, 2327, '1057-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(262824, 2327, '1057-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(262825, 2327, '1057-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(262826, 2327, '1057-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(262827, 2327, '1057-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(262828, 2327, '1057-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(262829, 2327, '1057-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(262830, 2327, '1057-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(262831, 2327, '1057-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(262832, 2327, '1058-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(262833, 2327, '1058-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(262834, 2327, '1058-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(262835, 2327, '1058-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(262836, 2327, '1058-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(262837, 2327, '1058-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(262838, 2327, '1058-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(262839, 2327, '1058-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(262840, 2327, '1058-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(262841, 2327, '1058-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(262842, 2327, '1058-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(262843, 2327, '1058-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(262844, 2327, '1059-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(262845, 2327, '1059-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(262846, 2327, '1059-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(262847, 2327, '1059-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(262848, 2327, '1059-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(262849, 2327, '1059-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(262850, 2327, '1059-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(262851, 2327, '1059-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(262852, 2327, '1059-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(262853, 2327, '1059-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(262854, 2327, '1059-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(262855, 2327, '1059-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(262856, 2327, '1060-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(262857, 2327, '1060-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(262858, 2327, '1060-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(262859, 2327, '1060-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(262860, 2327, '1060-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(262861, 2327, '1060-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(262862, 2327, '1060-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(262863, 2327, '1060-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(262864, 2327, '1060-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(262865, 2327, '1060-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(262866, 2327, '1060-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(262867, 2327, '1060-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(262868, 2327, '1061-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(262869, 2327, '1061-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(262870, 2327, '1061-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(262871, 2327, '1061-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(262872, 2327, '1061-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(262873, 2327, '1061-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(262874, 2327, '1061-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(262875, 2327, '1061-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(262876, 2327, '1061-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(262877, 2327, '1061-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(262878, 2327, '1061-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(262879, 2327, '1061-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(262880, 2327, '1062-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(262881, 2327, '1062-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(262882, 2327, '1062-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(262883, 2327, '1062-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(262884, 2327, '1062-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(262885, 2327, '1062-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(262886, 2327, '1062-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(262887, 2327, '1062-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(262888, 2327, '1062-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(262889, 2327, '1062-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(262890, 2327, '1062-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(262891, 2327, '1062-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(262892, 2327, '1063-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(262893, 2327, '1063-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(262894, 2327, '1063-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(262895, 2327, '1063-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(262896, 2327, '1063-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(262897, 2327, '1063-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(262898, 2327, '1063-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(262899, 2327, '1063-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(262900, 2327, '1063-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(262901, 2327, '1063-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(262902, 2327, '1063-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(262903, 2327, '1063-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(262904, 2327, '1064-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(262905, 2327, '1064-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(262906, 2327, '1064-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(262907, 2327, '1064-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(262908, 2327, '1064-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(262909, 2327, '1064-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(262910, 2327, '1064-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(262911, 2327, '1064-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(262912, 2327, '1064-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(262913, 2327, '1064-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(262914, 2327, '1064-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(262915, 2327, '1064-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(262916, 2327, '1065-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(262917, 2327, '1065-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(262918, 2327, '1065-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(262919, 2327, '1065-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(262920, 2327, '1065-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(262921, 2327, '1065-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(262922, 2327, '1065-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(262923, 2327, '1065-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(262924, 2327, '1065-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(262925, 2327, '1065-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(262926, 2327, '1065-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(262927, 2327, '1065-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(262928, 2327, '1066-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(262929, 2327, '1066-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(262930, 2327, '1066-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(262931, 2327, '1066-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(262932, 2327, '1066-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(262933, 2327, '1066-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(262934, 2327, '1066-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(262935, 2327, '1066-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(262936, 2327, '1066-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(262937, 2327, '1066-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(262938, 2327, '1066-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(262939, 2327, '1066-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(262940, 2327, '1067-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(262941, 2327, '1067-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(262942, 2327, '1067-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(262943, 2327, '1067-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(262944, 2327, '1067-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(262945, 2327, '1067-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(262946, 2327, '1067-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(262947, 2327, '1067-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(262948, 2327, '1067-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(262949, 2327, '1067-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(262950, 2327, '1067-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(262951, 2327, '1067-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(262952, 2327, '1068-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(262953, 2327, '1068-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(262954, 2327, '1068-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(262955, 2327, '1068-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(262956, 2327, '1068-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(262957, 2327, '1068-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(262958, 2327, '1068-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(262959, 2327, '1068-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(262960, 2327, '1068-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(262961, 2327, '1068-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(262962, 2327, '1068-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(262963, 2327, '1068-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(262964, 2327, '1069-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(262965, 2327, '1069-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(262966, 2327, '1069-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(262967, 2327, '1069-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(262968, 2327, '1069-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(262969, 2327, '1069-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(262970, 2327, '1069-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(262971, 2327, '1069-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(262972, 2327, '1069-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(262973, 2327, '1069-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(262974, 2327, '1069-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(262975, 2327, '1069-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(262976, 2327, '1070-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(262977, 2327, '1070-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(262978, 2327, '1070-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(262979, 2327, '1070-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(262980, 2327, '1070-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(262981, 2327, '1070-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(262982, 2327, '1070-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(262983, 2327, '1070-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(262984, 2327, '1070-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(262985, 2327, '1070-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(262986, 2327, '1070-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(262987, 2327, '1070-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(262988, 2327, '1071-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(262989, 2327, '1071-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(262990, 2327, '1071-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(262991, 2327, '1071-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(262992, 2327, '1071-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(262993, 2327, '1071-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(262994, 2327, '1071-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(262995, 2327, '1071-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(262996, 2327, '1071-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(262997, 2327, '1071-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(262998, 2327, '1071-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(262999, 2327, '1071-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(263000, 2327, '1072-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(263001, 2327, '1072-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(263002, 2327, '1072-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(263003, 2327, '1072-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(263004, 2327, '1072-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(263005, 2327, '1072-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(263006, 2327, '1072-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(263007, 2327, '1072-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(263008, 2327, '1072-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(263009, 2327, '1072-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(263010, 2327, '1072-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(263011, 2327, '1072-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(263012, 2327, '1073-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(263013, 2327, '1073-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(263014, 2327, '1073-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(263015, 2327, '1073-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(263016, 2327, '1073-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(263017, 2327, '1073-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(263018, 2327, '1073-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(263019, 2327, '1073-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(263020, 2327, '1073-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(263021, 2327, '1073-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(263022, 2327, '1073-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(263023, 2327, '1073-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(263024, 2327, '1074-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(263025, 2327, '1074-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(263026, 2327, '1074-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(263027, 2327, '1074-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(263028, 2327, '1074-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(263029, 2327, '1074-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(263030, 2327, '1074-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(263031, 2327, '1074-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(263032, 2327, '1074-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(263033, 2327, '1074-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(263034, 2327, '1074-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(263035, 2327, '1074-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(263036, 2327, '1075-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(263037, 2327, '1075-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(263038, 2327, '1075-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(263039, 2327, '1075-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(263040, 2327, '1075-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(263041, 2327, '1075-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(263042, 2327, '1075-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(263043, 2327, '1075-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(263044, 2327, '1075-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(263045, 2327, '1075-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(263046, 2327, '1075-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(263047, 2327, '1075-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(263048, 2327, '1076-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(263049, 2327, '1076-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(263050, 2327, '1076-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(263051, 2327, '1076-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(263052, 2327, '1076-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(263053, 2327, '1076-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(263054, 2327, '1076-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(263055, 2327, '1076-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(263056, 2327, '1076-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(263057, 2327, '1076-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(263058, 2327, '1076-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(263059, 2327, '1076-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(263060, 2327, '1077-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(263061, 2327, '1077-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(263062, 2327, '1077-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(263063, 2327, '1077-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(263064, 2327, '1077-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(263065, 2327, '1077-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(263066, 2327, '1077-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(263067, 2327, '1077-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(263068, 2327, '1077-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(263069, 2327, '1077-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(263070, 2327, '1077-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(263071, 2327, '1077-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(263072, 2327, '1078-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(263073, 2327, '1078-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(263074, 2327, '1078-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(263075, 2327, '1078-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(263076, 2327, '1078-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(263077, 2327, '1078-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(263078, 2327, '1078-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(263079, 2327, '1078-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(263080, 2327, '1078-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(263081, 2327, '1078-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(263082, 2327, '1078-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(263083, 2327, '1078-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(263084, 2327, '1079-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(263085, 2327, '1079-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(263086, 2327, '1079-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(263087, 2327, '1079-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(263088, 2327, '1079-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(263089, 2327, '1079-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(263090, 2327, '1079-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(263091, 2327, '1079-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(263092, 2327, '1079-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(263093, 2327, '1079-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(263094, 2327, '1079-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(263095, 2327, '1079-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(263096, 2327, '1080-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(263097, 2327, '1080-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(263098, 2327, '1080-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(263099, 2327, '1080-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(263100, 2327, '1080-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(263101, 2327, '1080-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(263102, 2327, '1080-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(263103, 2327, '1080-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(263104, 2327, '1080-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(263105, 2327, '1080-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(263106, 2327, '1080-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(263107, 2327, '1080-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:46', '2023-10-31 14:14:46'),
(263108, 2327, '1081-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263109, 2327, '1081-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263110, 2327, '1081-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263111, 2327, '1081-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263112, 2327, '1081-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263113, 2327, '1081-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263114, 2327, '1081-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263115, 2327, '1081-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263116, 2327, '1081-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263117, 2327, '1081-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263118, 2327, '1081-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263119, 2327, '1081-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263120, 2327, '1082-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263121, 2327, '1082-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263122, 2327, '1082-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263123, 2327, '1082-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263124, 2327, '1082-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263125, 2327, '1082-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263126, 2327, '1082-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263127, 2327, '1082-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263128, 2327, '1082-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263129, 2327, '1082-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263130, 2327, '1082-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263131, 2327, '1082-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263132, 2327, '1083-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263133, 2327, '1083-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263134, 2327, '1083-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263135, 2327, '1083-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263136, 2327, '1083-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263137, 2327, '1083-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263138, 2327, '1083-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263139, 2327, '1083-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263140, 2327, '1083-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263141, 2327, '1083-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263142, 2327, '1083-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263143, 2327, '1083-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263144, 2327, '1084-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263145, 2327, '1084-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263146, 2327, '1084-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263147, 2327, '1084-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263148, 2327, '1084-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263149, 2327, '1084-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263150, 2327, '1084-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263151, 2327, '1084-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263152, 2327, '1084-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263153, 2327, '1084-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263154, 2327, '1084-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263155, 2327, '1084-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263156, 2327, '1085-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263157, 2327, '1085-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263158, 2327, '1085-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263159, 2327, '1085-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263160, 2327, '1085-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263161, 2327, '1085-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263162, 2327, '1085-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263163, 2327, '1085-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263164, 2327, '1085-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263165, 2327, '1085-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263166, 2327, '1085-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263167, 2327, '1085-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263168, 2327, '1086-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263169, 2327, '1086-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263170, 2327, '1086-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263171, 2327, '1086-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263172, 2327, '1086-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263173, 2327, '1086-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263174, 2327, '1086-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263175, 2327, '1086-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263176, 2327, '1086-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263177, 2327, '1086-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263178, 2327, '1086-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263179, 2327, '1086-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263180, 2327, '1087-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263181, 2327, '1087-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263182, 2327, '1087-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263183, 2327, '1087-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263184, 2327, '1087-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263185, 2327, '1087-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263186, 2327, '1087-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263187, 2327, '1087-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263188, 2327, '1087-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263189, 2327, '1087-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263190, 2327, '1087-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263191, 2327, '1087-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263192, 2327, '1088-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263193, 2327, '1088-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263194, 2327, '1088-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263195, 2327, '1088-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263196, 2327, '1088-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263197, 2327, '1088-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263198, 2327, '1088-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263199, 2327, '1088-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263200, 2327, '1088-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263201, 2327, '1088-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263202, 2327, '1088-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263203, 2327, '1088-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263204, 2327, '1089-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263205, 2327, '1089-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263206, 2327, '1089-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263207, 2327, '1089-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263208, 2327, '1089-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263209, 2327, '1089-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263210, 2327, '1089-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263211, 2327, '1089-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263212, 2327, '1089-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263213, 2327, '1089-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263214, 2327, '1089-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263215, 2327, '1089-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263216, 2327, '1090-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263217, 2327, '1090-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263218, 2327, '1090-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263219, 2327, '1090-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263220, 2327, '1090-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263221, 2327, '1090-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263222, 2327, '1090-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263223, 2327, '1090-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263224, 2327, '1090-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263225, 2327, '1090-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263226, 2327, '1090-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263227, 2327, '1090-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263228, 2327, '1091-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263229, 2327, '1091-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263230, 2327, '1091-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263231, 2327, '1091-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263232, 2327, '1091-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263233, 2327, '1091-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263234, 2327, '1091-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263235, 2327, '1091-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263236, 2327, '1091-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263237, 2327, '1091-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263238, 2327, '1091-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263239, 2327, '1091-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263240, 2327, '1092-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263241, 2327, '1092-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263242, 2327, '1092-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263243, 2327, '1092-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263244, 2327, '1092-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263245, 2327, '1092-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263246, 2327, '1092-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263247, 2327, '1092-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263248, 2327, '1092-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263249, 2327, '1092-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263250, 2327, '1092-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263251, 2327, '1092-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263252, 2327, '1093-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263253, 2327, '1093-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263254, 2327, '1093-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263255, 2327, '1093-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263256, 2327, '1093-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263257, 2327, '1093-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263258, 2327, '1093-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263259, 2327, '1093-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263260, 2327, '1093-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263261, 2327, '1093-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263262, 2327, '1093-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263263, 2327, '1093-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263264, 2327, '1094-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263265, 2327, '1094-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263266, 2327, '1094-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263267, 2327, '1094-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263268, 2327, '1094-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263269, 2327, '1094-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263270, 2327, '1094-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263271, 2327, '1094-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263272, 2327, '1094-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263273, 2327, '1094-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263274, 2327, '1094-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263275, 2327, '1094-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263276, 2327, '1095-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263277, 2327, '1095-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263278, 2327, '1095-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263279, 2327, '1095-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263280, 2327, '1095-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263281, 2327, '1095-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263282, 2327, '1095-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263283, 2327, '1095-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263284, 2327, '1095-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263285, 2327, '1095-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263286, 2327, '1095-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263287, 2327, '1095-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263288, 2327, '1096-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263289, 2327, '1096-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263290, 2327, '1096-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263291, 2327, '1096-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263292, 2327, '1096-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263293, 2327, '1096-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263294, 2327, '1096-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263295, 2327, '1096-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263296, 2327, '1096-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263297, 2327, '1096-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263298, 2327, '1096-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263299, 2327, '1096-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263300, 2327, '1097-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263301, 2327, '1097-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263302, 2327, '1097-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263303, 2327, '1097-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263304, 2327, '1097-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263305, 2327, '1097-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263306, 2327, '1097-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263307, 2327, '1097-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263308, 2327, '1097-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263309, 2327, '1097-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263310, 2327, '1097-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263311, 2327, '1097-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263312, 2327, '1098-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263313, 2327, '1098-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263314, 2327, '1098-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263315, 2327, '1098-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263316, 2327, '1098-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263317, 2327, '1098-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263318, 2327, '1098-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263319, 2327, '1098-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263320, 2327, '1098-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263321, 2327, '1098-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263322, 2327, '1098-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263323, 2327, '1098-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263324, 2327, '1099-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263325, 2327, '1099-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263326, 2327, '1099-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263327, 2327, '1099-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263328, 2327, '1099-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263329, 2327, '1099-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263330, 2327, '1099-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263331, 2327, '1099-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263332, 2327, '1099-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263333, 2327, '1099-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263334, 2327, '1099-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263335, 2327, '1099-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263336, 2327, '1100-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263337, 2327, '1100-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263338, 2327, '1100-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263339, 2327, '1100-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263340, 2327, '1100-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263341, 2327, '1100-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263342, 2327, '1100-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263343, 2327, '1100-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263344, 2327, '1100-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263345, 2327, '1100-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263346, 2327, '1100-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263347, 2327, '1100-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263348, 2327, '1101-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263349, 2327, '1101-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263350, 2327, '1101-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263351, 2327, '1101-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263352, 2327, '1101-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263353, 2327, '1101-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263354, 2327, '1101-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263355, 2327, '1101-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263356, 2327, '1101-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263357, 2327, '1101-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263358, 2327, '1101-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263359, 2327, '1101-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263360, 2327, '1102-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263361, 2327, '1102-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263362, 2327, '1102-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263363, 2327, '1102-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263364, 2327, '1102-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(263365, 2327, '1102-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263366, 2327, '1102-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263367, 2327, '1102-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263368, 2327, '1102-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263369, 2327, '1102-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263370, 2327, '1102-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263371, 2327, '1102-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263372, 2327, '1103-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263373, 2327, '1103-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263374, 2327, '1103-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263375, 2327, '1103-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263376, 2327, '1103-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263377, 2327, '1103-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263378, 2327, '1103-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263379, 2327, '1103-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263380, 2327, '1103-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263381, 2327, '1103-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263382, 2327, '1103-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263383, 2327, '1103-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263384, 2327, '1104-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263385, 2327, '1104-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263386, 2327, '1104-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263387, 2327, '1104-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263388, 2327, '1104-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263389, 2327, '1104-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263390, 2327, '1104-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263391, 2327, '1104-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263392, 2327, '1104-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263393, 2327, '1104-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263394, 2327, '1104-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263395, 2327, '1104-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263396, 2327, '1105-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263397, 2327, '1105-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263398, 2327, '1105-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263399, 2327, '1105-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263400, 2327, '1105-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263401, 2327, '1105-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263402, 2327, '1105-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263403, 2327, '1105-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263404, 2327, '1105-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263405, 2327, '1105-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263406, 2327, '1105-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263407, 2327, '1105-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263408, 2327, '1106-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263409, 2327, '1106-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263410, 2327, '1106-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263411, 2327, '1106-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263412, 2327, '1106-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263413, 2327, '1106-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263414, 2327, '1106-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263415, 2327, '1106-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263416, 2327, '1106-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263417, 2327, '1106-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263418, 2327, '1106-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263419, 2327, '1106-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263420, 2327, '1107-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263421, 2327, '1107-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263422, 2327, '1107-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263423, 2327, '1107-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263424, 2327, '1107-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263425, 2327, '1107-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263426, 2327, '1107-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263427, 2327, '1107-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263428, 2327, '1107-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263429, 2327, '1107-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263430, 2327, '1107-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263431, 2327, '1107-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263432, 2327, '1108-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263433, 2327, '1108-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263434, 2327, '1108-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263435, 2327, '1108-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263436, 2327, '1108-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263437, 2327, '1108-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263438, 2327, '1108-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263439, 2327, '1108-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263440, 2327, '1108-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263441, 2327, '1108-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263442, 2327, '1108-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:47', '2023-10-31 14:14:47'),
(263443, 2327, '1108-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263444, 2327, '1109-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263445, 2327, '1109-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263446, 2327, '1109-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263447, 2327, '1109-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263448, 2327, '1109-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263449, 2327, '1109-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263450, 2327, '1109-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263451, 2327, '1109-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263452, 2327, '1109-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263453, 2327, '1109-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263454, 2327, '1109-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263455, 2327, '1109-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263456, 2327, '1110-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263457, 2327, '1110-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263458, 2327, '1110-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263459, 2327, '1110-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263460, 2327, '1110-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263461, 2327, '1110-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263462, 2327, '1110-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263463, 2327, '1110-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263464, 2327, '1110-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263465, 2327, '1110-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263466, 2327, '1110-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263467, 2327, '1110-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263468, 2327, '1111-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263469, 2327, '1111-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263470, 2327, '1111-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263471, 2327, '1111-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263472, 2327, '1111-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263473, 2327, '1111-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263474, 2327, '1111-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263475, 2327, '1111-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263476, 2327, '1111-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263477, 2327, '1111-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263478, 2327, '1111-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263479, 2327, '1111-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263480, 2327, '1112-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263481, 2327, '1112-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263482, 2327, '1112-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263483, 2327, '1112-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263484, 2327, '1112-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263485, 2327, '1112-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263486, 2327, '1112-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263487, 2327, '1112-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263488, 2327, '1112-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263489, 2327, '1112-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263490, 2327, '1112-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263491, 2327, '1112-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263492, 2327, '1113-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263493, 2327, '1113-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263494, 2327, '1113-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263495, 2327, '1113-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263496, 2327, '1113-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263497, 2327, '1113-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263498, 2327, '1113-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263499, 2327, '1113-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263500, 2327, '1113-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263501, 2327, '1113-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263502, 2327, '1113-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263503, 2327, '1113-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263504, 2327, '1114-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263505, 2327, '1114-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263506, 2327, '1114-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263507, 2327, '1114-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263508, 2327, '1114-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263509, 2327, '1114-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263510, 2327, '1114-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263511, 2327, '1114-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263512, 2327, '1114-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263513, 2327, '1114-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263514, 2327, '1114-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263515, 2327, '1114-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263516, 2327, '1115-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263517, 2327, '1115-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263518, 2327, '1115-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263519, 2327, '1115-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263520, 2327, '1115-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263521, 2327, '1115-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263522, 2327, '1115-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263523, 2327, '1115-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263524, 2327, '1115-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263525, 2327, '1115-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263526, 2327, '1115-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263527, 2327, '1115-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263528, 2327, '1116-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263529, 2327, '1116-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263530, 2327, '1116-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263531, 2327, '1116-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263532, 2327, '1116-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263533, 2327, '1116-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263534, 2327, '1116-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263535, 2327, '1116-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263536, 2327, '1116-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263537, 2327, '1116-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263538, 2327, '1116-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263539, 2327, '1116-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263540, 2327, '1117-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263541, 2327, '1117-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263542, 2327, '1117-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263543, 2327, '1117-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263544, 2327, '1117-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263545, 2327, '1117-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263546, 2327, '1117-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263547, 2327, '1117-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263548, 2327, '1117-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263549, 2327, '1117-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263550, 2327, '1117-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263551, 2327, '1117-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263552, 2327, '1118-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263553, 2327, '1118-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263554, 2327, '1118-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263555, 2327, '1118-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263556, 2327, '1118-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263557, 2327, '1118-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263558, 2327, '1118-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263559, 2327, '1118-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263560, 2327, '1118-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263561, 2327, '1118-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263562, 2327, '1118-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263563, 2327, '1118-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263564, 2327, '1119-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263565, 2327, '1119-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263566, 2327, '1119-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263567, 2327, '1119-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263568, 2327, '1119-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263569, 2327, '1119-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263570, 2327, '1119-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263571, 2327, '1119-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263572, 2327, '1119-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263573, 2327, '1119-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263574, 2327, '1119-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263575, 2327, '1119-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263576, 2327, '1120-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263577, 2327, '1120-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263578, 2327, '1120-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263579, 2327, '1120-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263580, 2327, '1120-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263581, 2327, '1120-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263582, 2327, '1120-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263583, 2327, '1120-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263584, 2327, '1120-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263585, 2327, '1120-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263586, 2327, '1120-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263587, 2327, '1120-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263588, 2327, '1121-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263589, 2327, '1121-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263590, 2327, '1121-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263591, 2327, '1121-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263592, 2327, '1121-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263593, 2327, '1121-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263594, 2327, '1121-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263595, 2327, '1121-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263596, 2327, '1121-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263597, 2327, '1121-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263598, 2327, '1121-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263599, 2327, '1121-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263600, 2327, '1122-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263601, 2327, '1122-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263602, 2327, '1122-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263603, 2327, '1122-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263604, 2327, '1122-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263605, 2327, '1122-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263606, 2327, '1122-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263607, 2327, '1122-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263608, 2327, '1122-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263609, 2327, '1122-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263610, 2327, '1122-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263611, 2327, '1122-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263612, 2327, '1123-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263613, 2327, '1123-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263614, 2327, '1123-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263615, 2327, '1123-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263616, 2327, '1123-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263617, 2327, '1123-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263618, 2327, '1123-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263619, 2327, '1123-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263620, 2327, '1123-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263621, 2327, '1123-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263622, 2327, '1123-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263623, 2327, '1123-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263624, 2327, '1124-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263625, 2327, '1124-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263626, 2327, '1124-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263627, 2327, '1124-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263628, 2327, '1124-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263629, 2327, '1124-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263630, 2327, '1124-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263631, 2327, '1124-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263632, 2327, '1124-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263633, 2327, '1124-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263634, 2327, '1124-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263635, 2327, '1124-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263636, 2327, '1125-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263637, 2327, '1125-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263638, 2327, '1125-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263639, 2327, '1125-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263640, 2327, '1125-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263641, 2327, '1125-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263642, 2327, '1125-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263643, 2327, '1125-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263644, 2327, '1125-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263645, 2327, '1125-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263646, 2327, '1125-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263647, 2327, '1125-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263648, 2327, '1126-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263649, 2327, '1126-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263650, 2327, '1126-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263651, 2327, '1126-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263652, 2327, '1126-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263653, 2327, '1126-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263654, 2327, '1126-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263655, 2327, '1126-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263656, 2327, '1126-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263657, 2327, '1126-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263658, 2327, '1126-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263659, 2327, '1126-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263660, 2327, '1127-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263661, 2327, '1127-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263662, 2327, '1127-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263663, 2327, '1127-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263664, 2327, '1127-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263665, 2327, '1127-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263666, 2327, '1127-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263667, 2327, '1127-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263668, 2327, '1127-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263669, 2327, '1127-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263670, 2327, '1127-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263671, 2327, '1127-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263672, 2327, '1128-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263673, 2327, '1128-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263674, 2327, '1128-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263675, 2327, '1128-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263676, 2327, '1128-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263677, 2327, '1128-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263678, 2327, '1128-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263679, 2327, '1128-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263680, 2327, '1128-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263681, 2327, '1128-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263682, 2327, '1128-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263683, 2327, '1128-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263684, 2327, '1129-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263685, 2327, '1129-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263686, 2327, '1129-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263687, 2327, '1129-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263688, 2327, '1129-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263689, 2327, '1129-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263690, 2327, '1129-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263691, 2327, '1129-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263692, 2327, '1129-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263693, 2327, '1129-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263694, 2327, '1129-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263695, 2327, '1129-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263696, 2327, '1130-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263697, 2327, '1130-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263698, 2327, '1130-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263699, 2327, '1130-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263700, 2327, '1130-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263701, 2327, '1130-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263702, 2327, '1130-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263703, 2327, '1130-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263704, 2327, '1130-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263705, 2327, '1130-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263706, 2327, '1130-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263707, 2327, '1130-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263708, 2327, '1131-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263709, 2327, '1131-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263710, 2327, '1131-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263711, 2327, '1131-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263712, 2327, '1131-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263713, 2327, '1131-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263714, 2327, '1131-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263715, 2327, '1131-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263716, 2327, '1131-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263717, 2327, '1131-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263718, 2327, '1131-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263719, 2327, '1131-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263720, 2327, '1132-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263721, 2327, '1132-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263722, 2327, '1132-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263723, 2327, '1132-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263724, 2327, '1132-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263725, 2327, '1132-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263726, 2327, '1132-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263727, 2327, '1132-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263728, 2327, '1132-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263729, 2327, '1132-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263730, 2327, '1132-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263731, 2327, '1132-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263732, 2327, '1133-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263733, 2327, '1133-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263734, 2327, '1133-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263735, 2327, '1133-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263736, 2327, '1133-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263737, 2327, '1133-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263738, 2327, '1133-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263739, 2327, '1133-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263740, 2327, '1133-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263741, 2327, '1133-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263742, 2327, '1133-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263743, 2327, '1133-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263744, 2327, '1134-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263745, 2327, '1134-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263746, 2327, '1134-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263747, 2327, '1134-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263748, 2327, '1134-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263749, 2327, '1134-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263750, 2327, '1134-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263751, 2327, '1134-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263752, 2327, '1134-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263753, 2327, '1134-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263754, 2327, '1134-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263755, 2327, '1134-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263756, 2327, '1135-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263757, 2327, '1135-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263758, 2327, '1135-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263759, 2327, '1135-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:48', '2023-10-31 14:14:48'),
(263760, 2327, '1135-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(263761, 2327, '1135-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(263762, 2327, '1135-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(263763, 2327, '1135-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(263764, 2327, '1135-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(263765, 2327, '1135-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(263766, 2327, '1135-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(263767, 2327, '1135-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(263768, 2327, '1136-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(263769, 2327, '1136-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(263770, 2327, '1136-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(263771, 2327, '1136-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(263772, 2327, '1136-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(263773, 2327, '1136-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(263774, 2327, '1136-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(263775, 2327, '1136-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(263776, 2327, '1136-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(263777, 2327, '1136-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(263778, 2327, '1136-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(263779, 2327, '1136-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(263780, 2327, '1137-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(263781, 2327, '1137-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(263782, 2327, '1137-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(263783, 2327, '1137-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(263784, 2327, '1137-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(263785, 2327, '1137-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(263786, 2327, '1137-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(263787, 2327, '1137-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(263788, 2327, '1137-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(263789, 2327, '1137-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(263790, 2327, '1137-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(263791, 2327, '1137-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(263792, 2327, '1138-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(263793, 2327, '1138-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(263794, 2327, '1138-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(263795, 2327, '1138-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(263796, 2327, '1138-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(263797, 2327, '1138-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(263798, 2327, '1138-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(263799, 2327, '1138-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(263800, 2327, '1138-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(263801, 2327, '1138-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(263802, 2327, '1138-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(263803, 2327, '1138-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(263804, 2327, '1139-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(263805, 2327, '1139-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(263806, 2327, '1139-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(263807, 2327, '1139-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(263808, 2327, '1139-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(263809, 2327, '1139-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(263810, 2327, '1139-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(263811, 2327, '1139-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(263812, 2327, '1139-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(263813, 2327, '1139-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(263814, 2327, '1139-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(263815, 2327, '1139-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(263816, 2327, '1140-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(263817, 2327, '1140-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(263818, 2327, '1140-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(263819, 2327, '1140-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(263820, 2327, '1140-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(263821, 2327, '1140-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(263822, 2327, '1140-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(263823, 2327, '1140-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(263824, 2327, '1140-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(263825, 2327, '1140-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(263826, 2327, '1140-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(263827, 2327, '1140-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(263828, 2327, '1141-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(263829, 2327, '1141-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(263830, 2327, '1141-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(263831, 2327, '1141-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(263832, 2327, '1141-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(263833, 2327, '1141-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(263834, 2327, '1141-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(263835, 2327, '1141-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(263836, 2327, '1141-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(263837, 2327, '1141-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(263838, 2327, '1141-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(263839, 2327, '1141-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(263840, 2327, '1142-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(263841, 2327, '1142-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(263842, 2327, '1142-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(263843, 2327, '1142-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(263844, 2327, '1142-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(263845, 2327, '1142-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(263846, 2327, '1142-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(263847, 2327, '1142-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(263848, 2327, '1142-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(263849, 2327, '1142-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(263850, 2327, '1142-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(263851, 2327, '1142-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(263852, 2327, '1143-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(263853, 2327, '1143-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(263854, 2327, '1143-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(263855, 2327, '1143-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(263856, 2327, '1143-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(263857, 2327, '1143-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(263858, 2327, '1143-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(263859, 2327, '1143-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(263860, 2327, '1143-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(263861, 2327, '1143-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(263862, 2327, '1143-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(263863, 2327, '1143-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(263864, 2327, '1144-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(263865, 2327, '1144-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(263866, 2327, '1144-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(263867, 2327, '1144-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(263868, 2327, '1144-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(263869, 2327, '1144-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(263870, 2327, '1144-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(263871, 2327, '1144-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(263872, 2327, '1144-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(263873, 2327, '1144-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(263874, 2327, '1144-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(263875, 2327, '1144-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(263876, 2327, '1145-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(263877, 2327, '1145-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(263878, 2327, '1145-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(263879, 2327, '1145-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(263880, 2327, '1145-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(263881, 2327, '1145-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(263882, 2327, '1145-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(263883, 2327, '1145-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(263884, 2327, '1145-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(263885, 2327, '1145-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(263886, 2327, '1145-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(263887, 2327, '1145-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(263888, 2327, '1146-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(263889, 2327, '1146-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(263890, 2327, '1146-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(263891, 2327, '1146-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(263892, 2327, '1146-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(263893, 2327, '1146-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(263894, 2327, '1146-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(263895, 2327, '1146-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(263896, 2327, '1146-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(263897, 2327, '1146-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(263898, 2327, '1146-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(263899, 2327, '1146-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(263900, 2327, '1147-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(263901, 2327, '1147-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(263902, 2327, '1147-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(263903, 2327, '1147-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(263904, 2327, '1147-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(263905, 2327, '1147-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(263906, 2327, '1147-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(263907, 2327, '1147-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(263908, 2327, '1147-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(263909, 2327, '1147-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(263910, 2327, '1147-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(263911, 2327, '1147-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(263912, 2327, '1148-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(263913, 2327, '1148-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(263914, 2327, '1148-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(263915, 2327, '1148-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(263916, 2327, '1148-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(263917, 2327, '1148-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(263918, 2327, '1148-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(263919, 2327, '1148-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(263920, 2327, '1148-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(263921, 2327, '1148-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(263922, 2327, '1148-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(263923, 2327, '1148-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(263924, 2327, '1149-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(263925, 2327, '1149-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(263926, 2327, '1149-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(263927, 2327, '1149-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(263928, 2327, '1149-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(263929, 2327, '1149-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(263930, 2327, '1149-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(263931, 2327, '1149-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(263932, 2327, '1149-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(263933, 2327, '1149-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(263934, 2327, '1149-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(263935, 2327, '1149-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(263936, 2327, '1150-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(263937, 2327, '1150-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(263938, 2327, '1150-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(263939, 2327, '1150-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(263940, 2327, '1150-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(263941, 2327, '1150-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(263942, 2327, '1150-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(263943, 2327, '1150-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(263944, 2327, '1150-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(263945, 2327, '1150-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(263946, 2327, '1150-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(263947, 2327, '1150-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(263948, 2327, '1151-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(263949, 2327, '1151-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(263950, 2327, '1151-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(263951, 2327, '1151-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(263952, 2327, '1151-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(263953, 2327, '1151-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(263954, 2327, '1151-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(263955, 2327, '1151-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(263956, 2327, '1151-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(263957, 2327, '1151-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(263958, 2327, '1151-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(263959, 2327, '1151-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(263960, 2327, '1152-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(263961, 2327, '1152-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(263962, 2327, '1152-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(263963, 2327, '1152-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(263964, 2327, '1152-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(263965, 2327, '1152-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(263966, 2327, '1152-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(263967, 2327, '1152-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(263968, 2327, '1152-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(263969, 2327, '1152-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(263970, 2327, '1152-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(263971, 2327, '1152-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(263972, 2327, '1153-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(263973, 2327, '1153-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(263974, 2327, '1153-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(263975, 2327, '1153-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(263976, 2327, '1153-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(263977, 2327, '1153-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(263978, 2327, '1153-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(263979, 2327, '1153-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(263980, 2327, '1153-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(263981, 2327, '1153-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(263982, 2327, '1153-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(263983, 2327, '1153-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(263984, 2327, '1154-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(263985, 2327, '1154-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(263986, 2327, '1154-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(263987, 2327, '1154-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(263988, 2327, '1154-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(263989, 2327, '1154-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(263990, 2327, '1154-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(263991, 2327, '1154-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(263992, 2327, '1154-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(263993, 2327, '1154-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(263994, 2327, '1154-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(263995, 2327, '1154-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(263996, 2327, '1155-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(263997, 2327, '1155-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(263998, 2327, '1155-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(263999, 2327, '1155-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(264000, 2327, '1155-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(264001, 2327, '1155-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(264002, 2327, '1155-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(264003, 2327, '1155-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(264004, 2327, '1155-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(264005, 2327, '1155-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(264006, 2327, '1155-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(264007, 2327, '1155-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(264008, 2327, '1156-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(264009, 2327, '1156-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(264010, 2327, '1156-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(264011, 2327, '1156-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(264012, 2327, '1156-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(264013, 2327, '1156-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(264014, 2327, '1156-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(264015, 2327, '1156-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(264016, 2327, '1156-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(264017, 2327, '1156-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(264018, 2327, '1156-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(264019, 2327, '1156-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(264020, 2327, '1157-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(264021, 2327, '1157-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(264022, 2327, '1157-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(264023, 2327, '1157-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(264024, 2327, '1157-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(264025, 2327, '1157-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(264026, 2327, '1157-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(264027, 2327, '1157-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(264028, 2327, '1157-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(264029, 2327, '1157-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(264030, 2327, '1157-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(264031, 2327, '1157-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(264032, 2327, '1158-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(264033, 2327, '1158-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(264034, 2327, '1158-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(264035, 2327, '1158-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(264036, 2327, '1158-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(264037, 2327, '1158-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(264038, 2327, '1158-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(264039, 2327, '1158-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(264040, 2327, '1158-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:49', '2023-10-31 14:14:49'),
(264041, 2327, '1158-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264042, 2327, '1158-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264043, 2327, '1158-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264044, 2327, '1159-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264045, 2327, '1159-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264046, 2327, '1159-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264047, 2327, '1159-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264048, 2327, '1159-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264049, 2327, '1159-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264050, 2327, '1159-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264051, 2327, '1159-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264052, 2327, '1159-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264053, 2327, '1159-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264054, 2327, '1159-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264055, 2327, '1159-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264056, 2327, '1160-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264057, 2327, '1160-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264058, 2327, '1160-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264059, 2327, '1160-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264060, 2327, '1160-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264061, 2327, '1160-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264062, 2327, '1160-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264063, 2327, '1160-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264064, 2327, '1160-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264065, 2327, '1160-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264066, 2327, '1160-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264067, 2327, '1160-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264068, 2327, '1161-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264069, 2327, '1161-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264070, 2327, '1161-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264071, 2327, '1161-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264072, 2327, '1161-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264073, 2327, '1161-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264074, 2327, '1161-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264075, 2327, '1161-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264076, 2327, '1161-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264077, 2327, '1161-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264078, 2327, '1161-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264079, 2327, '1161-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264080, 2327, '1162-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264081, 2327, '1162-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264082, 2327, '1162-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264083, 2327, '1162-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264084, 2327, '1162-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264085, 2327, '1162-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264086, 2327, '1162-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264087, 2327, '1162-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264088, 2327, '1162-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264089, 2327, '1162-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264090, 2327, '1162-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264091, 2327, '1162-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264092, 2327, '1163-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264093, 2327, '1163-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264094, 2327, '1163-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264095, 2327, '1163-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264096, 2327, '1163-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264097, 2327, '1163-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264098, 2327, '1163-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264099, 2327, '1163-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264100, 2327, '1163-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264101, 2327, '1163-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264102, 2327, '1163-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264103, 2327, '1163-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264104, 2327, '1164-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264105, 2327, '1164-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264106, 2327, '1164-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264107, 2327, '1164-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264108, 2327, '1164-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264109, 2327, '1164-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264110, 2327, '1164-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264111, 2327, '1164-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264112, 2327, '1164-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264113, 2327, '1164-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264114, 2327, '1164-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264115, 2327, '1164-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264116, 2327, '1165-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264117, 2327, '1165-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264118, 2327, '1165-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264119, 2327, '1165-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264120, 2327, '1165-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264121, 2327, '1165-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264122, 2327, '1165-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264123, 2327, '1165-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264124, 2327, '1165-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264125, 2327, '1165-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264126, 2327, '1165-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264127, 2327, '1165-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264128, 2327, '1166-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264129, 2327, '1166-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264130, 2327, '1166-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264131, 2327, '1166-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264132, 2327, '1166-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264133, 2327, '1166-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264134, 2327, '1166-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264135, 2327, '1166-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264136, 2327, '1166-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264137, 2327, '1166-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264138, 2327, '1166-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264139, 2327, '1166-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264140, 2327, '1167-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264141, 2327, '1167-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264142, 2327, '1167-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264143, 2327, '1167-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264144, 2327, '1167-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264145, 2327, '1167-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264146, 2327, '1167-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264147, 2327, '1167-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264148, 2327, '1167-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264149, 2327, '1167-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264150, 2327, '1167-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264151, 2327, '1167-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264152, 2327, '1168-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264153, 2327, '1168-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264154, 2327, '1168-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264155, 2327, '1168-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264156, 2327, '1168-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264157, 2327, '1168-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264158, 2327, '1168-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264159, 2327, '1168-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264160, 2327, '1168-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264161, 2327, '1168-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264162, 2327, '1168-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264163, 2327, '1168-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264164, 2327, '1169-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264165, 2327, '1169-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264166, 2327, '1169-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264167, 2327, '1169-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264168, 2327, '1169-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264169, 2327, '1169-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264170, 2327, '1169-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264171, 2327, '1169-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264172, 2327, '1169-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264173, 2327, '1169-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264174, 2327, '1169-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264175, 2327, '1169-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264176, 2327, '1170-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264177, 2327, '1170-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264178, 2327, '1170-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264179, 2327, '1170-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264180, 2327, '1170-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264181, 2327, '1170-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264182, 2327, '1170-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264183, 2327, '1170-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264184, 2327, '1170-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264185, 2327, '1170-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264186, 2327, '1170-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264187, 2327, '1170-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264188, 2327, '1171-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264189, 2327, '1171-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264190, 2327, '1171-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264191, 2327, '1171-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264192, 2327, '1171-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264193, 2327, '1171-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264194, 2327, '1171-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264195, 2327, '1171-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264196, 2327, '1171-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264197, 2327, '1171-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264198, 2327, '1171-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264199, 2327, '1171-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264200, 2327, '1172-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264201, 2327, '1172-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264202, 2327, '1172-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264203, 2327, '1172-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264204, 2327, '1172-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264205, 2327, '1172-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264206, 2327, '1172-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264207, 2327, '1172-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264208, 2327, '1172-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264209, 2327, '1172-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264210, 2327, '1172-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264211, 2327, '1172-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264212, 2327, '1173-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264213, 2327, '1173-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264214, 2327, '1173-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264215, 2327, '1173-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264216, 2327, '1173-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264217, 2327, '1173-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264218, 2327, '1173-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264219, 2327, '1173-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264220, 2327, '1173-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264221, 2327, '1173-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264222, 2327, '1173-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264223, 2327, '1173-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264224, 2327, '1174-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264225, 2327, '1174-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264226, 2327, '1174-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264227, 2327, '1174-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264228, 2327, '1174-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264229, 2327, '1174-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264230, 2327, '1174-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264231, 2327, '1174-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264232, 2327, '1174-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264233, 2327, '1174-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264234, 2327, '1174-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264235, 2327, '1174-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264236, 2327, '1175-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264237, 2327, '1175-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264238, 2327, '1175-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264239, 2327, '1175-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264240, 2327, '1175-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264241, 2327, '1175-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264242, 2327, '1175-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264243, 2327, '1175-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264244, 2327, '1175-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264245, 2327, '1175-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264246, 2327, '1175-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264247, 2327, '1175-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264248, 2327, '1176-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264249, 2327, '1176-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264250, 2327, '1176-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264251, 2327, '1176-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264252, 2327, '1176-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264253, 2327, '1176-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264254, 2327, '1176-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264255, 2327, '1176-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264256, 2327, '1176-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264257, 2327, '1176-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264258, 2327, '1176-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264259, 2327, '1176-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264260, 2327, '1177-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264261, 2327, '1177-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264262, 2327, '1177-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264263, 2327, '1177-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264264, 2327, '1177-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264265, 2327, '1177-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264266, 2327, '1177-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264267, 2327, '1177-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264268, 2327, '1177-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264269, 2327, '1177-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264270, 2327, '1177-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264271, 2327, '1177-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264272, 2327, '1178-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264273, 2327, '1178-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264274, 2327, '1178-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264275, 2327, '1178-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264276, 2327, '1178-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264277, 2327, '1178-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264278, 2327, '1178-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264279, 2327, '1178-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264280, 2327, '1178-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264281, 2327, '1178-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264282, 2327, '1178-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264283, 2327, '1178-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264284, 2327, '1179-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264285, 2327, '1179-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264286, 2327, '1179-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264287, 2327, '1179-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264288, 2327, '1179-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264289, 2327, '1179-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264290, 2327, '1179-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264291, 2327, '1179-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264292, 2327, '1179-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264293, 2327, '1179-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264294, 2327, '1179-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(264295, 2327, '1179-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264296, 2327, '1180-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264297, 2327, '1180-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264298, 2327, '1180-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264299, 2327, '1180-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264300, 2327, '1180-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264301, 2327, '1180-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264302, 2327, '1180-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264303, 2327, '1180-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264304, 2327, '1180-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264305, 2327, '1180-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264306, 2327, '1180-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264307, 2327, '1180-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264308, 2327, '1181-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264309, 2327, '1181-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264310, 2327, '1181-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264311, 2327, '1181-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264312, 2327, '1181-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264313, 2327, '1181-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264314, 2327, '1181-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264315, 2327, '1181-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264316, 2327, '1181-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264317, 2327, '1181-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264318, 2327, '1181-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264319, 2327, '1181-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264320, 2327, '1182-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264321, 2327, '1182-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264322, 2327, '1182-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264323, 2327, '1182-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264324, 2327, '1182-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264325, 2327, '1182-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264326, 2327, '1182-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264327, 2327, '1182-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264328, 2327, '1182-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264329, 2327, '1182-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264330, 2327, '1182-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264331, 2327, '1182-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264332, 2327, '1183-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264333, 2327, '1183-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264334, 2327, '1183-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264335, 2327, '1183-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264336, 2327, '1183-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264337, 2327, '1183-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264338, 2327, '1183-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264339, 2327, '1183-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264340, 2327, '1183-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264341, 2327, '1183-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264342, 2327, '1183-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264343, 2327, '1183-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264344, 2327, '1184-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264345, 2327, '1184-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264346, 2327, '1184-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264347, 2327, '1184-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264348, 2327, '1184-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264349, 2327, '1184-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264350, 2327, '1184-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264351, 2327, '1184-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264352, 2327, '1184-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264353, 2327, '1184-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264354, 2327, '1184-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264355, 2327, '1184-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264356, 2327, '1185-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264357, 2327, '1185-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264358, 2327, '1185-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264359, 2327, '1185-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264360, 2327, '1185-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264361, 2327, '1185-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264362, 2327, '1185-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264363, 2327, '1185-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264364, 2327, '1185-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264365, 2327, '1185-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264366, 2327, '1185-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264367, 2327, '1185-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264368, 2327, '1186-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264369, 2327, '1186-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264370, 2327, '1186-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264371, 2327, '1186-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264372, 2327, '1186-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264373, 2327, '1186-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264374, 2327, '1186-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264375, 2327, '1186-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264376, 2327, '1186-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264377, 2327, '1186-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264378, 2327, '1186-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264379, 2327, '1186-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264380, 2327, '1187-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264381, 2327, '1187-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264382, 2327, '1187-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264383, 2327, '1187-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264384, 2327, '1187-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264385, 2327, '1187-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:50', '2023-10-31 14:14:50'),
(264386, 2327, '1187-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264387, 2327, '1187-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264388, 2327, '1187-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264389, 2327, '1187-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264390, 2327, '1187-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264391, 2327, '1187-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264392, 2327, '1188-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264393, 2327, '1188-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264394, 2327, '1188-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264395, 2327, '1188-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264396, 2327, '1188-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264397, 2327, '1188-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264398, 2327, '1188-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264399, 2327, '1188-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264400, 2327, '1188-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264401, 2327, '1188-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264402, 2327, '1188-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264403, 2327, '1188-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264404, 2327, '1189-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264405, 2327, '1189-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264406, 2327, '1189-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264407, 2327, '1189-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264408, 2327, '1189-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264409, 2327, '1189-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264410, 2327, '1189-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264411, 2327, '1189-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264412, 2327, '1189-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264413, 2327, '1189-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264414, 2327, '1189-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264415, 2327, '1189-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264416, 2327, '1190-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264417, 2327, '1190-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264418, 2327, '1190-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264419, 2327, '1190-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264420, 2327, '1190-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264421, 2327, '1190-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264422, 2327, '1190-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264423, 2327, '1190-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264424, 2327, '1190-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264425, 2327, '1190-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264426, 2327, '1190-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264427, 2327, '1190-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264428, 2327, '1191-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264429, 2327, '1191-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264430, 2327, '1191-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264431, 2327, '1191-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264432, 2327, '1191-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264433, 2327, '1191-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264434, 2327, '1191-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264435, 2327, '1191-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264436, 2327, '1191-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264437, 2327, '1191-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264438, 2327, '1191-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264439, 2327, '1191-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264440, 2327, '1192-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264441, 2327, '1192-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264442, 2327, '1192-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264443, 2327, '1192-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264444, 2327, '1192-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264445, 2327, '1192-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264446, 2327, '1192-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264447, 2327, '1192-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264448, 2327, '1192-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264449, 2327, '1192-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264450, 2327, '1192-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264451, 2327, '1192-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264452, 2327, '1193-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264453, 2327, '1193-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264454, 2327, '1193-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264455, 2327, '1193-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264456, 2327, '1193-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264457, 2327, '1193-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264458, 2327, '1193-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264459, 2327, '1193-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264460, 2327, '1193-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264461, 2327, '1193-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264462, 2327, '1193-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264463, 2327, '1193-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264464, 2327, '1194-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264465, 2327, '1194-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264466, 2327, '1194-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264467, 2327, '1194-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264468, 2327, '1194-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264469, 2327, '1194-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264470, 2327, '1194-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264471, 2327, '1194-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264472, 2327, '1194-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264473, 2327, '1194-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264474, 2327, '1194-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264475, 2327, '1194-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264476, 2327, '1195-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264477, 2327, '1195-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264478, 2327, '1195-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264479, 2327, '1195-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264480, 2327, '1195-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264481, 2327, '1195-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264482, 2327, '1195-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264483, 2327, '1195-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264484, 2327, '1195-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264485, 2327, '1195-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264486, 2327, '1195-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264487, 2327, '1195-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264488, 2327, '1196-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264489, 2327, '1196-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264490, 2327, '1196-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264491, 2327, '1196-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264492, 2327, '1196-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264493, 2327, '1196-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264494, 2327, '1196-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264495, 2327, '1196-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264496, 2327, '1196-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264497, 2327, '1196-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264498, 2327, '1196-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264499, 2327, '1196-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264500, 2327, '1197-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264501, 2327, '1197-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264502, 2327, '1197-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264503, 2327, '1197-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264504, 2327, '1197-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264505, 2327, '1197-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264506, 2327, '1197-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264507, 2327, '1197-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264508, 2327, '1197-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264509, 2327, '1197-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264510, 2327, '1197-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264511, 2327, '1197-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264512, 2327, '1198-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264513, 2327, '1198-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264514, 2327, '1198-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264515, 2327, '1198-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264516, 2327, '1198-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264517, 2327, '1198-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264518, 2327, '1198-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264519, 2327, '1198-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264520, 2327, '1198-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264521, 2327, '1198-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264522, 2327, '1198-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264523, 2327, '1198-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264524, 2327, '1199-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264525, 2327, '1199-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264526, 2327, '1199-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264527, 2327, '1199-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264528, 2327, '1199-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264529, 2327, '1199-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264530, 2327, '1199-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264531, 2327, '1199-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264532, 2327, '1199-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264533, 2327, '1199-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264534, 2327, '1199-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264535, 2327, '1199-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264536, 2327, '1200-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264537, 2327, '1200-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264538, 2327, '1200-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264539, 2327, '1200-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264540, 2327, '1200-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264541, 2327, '1200-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264542, 2327, '1200-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264543, 2327, '1200-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264544, 2327, '1200-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264545, 2327, '1200-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264546, 2327, '1200-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264547, 2327, '1200-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264548, 2327, '1201-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264549, 2327, '1201-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264550, 2327, '1201-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264551, 2327, '1201-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264552, 2327, '1201-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264553, 2327, '1201-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264554, 2327, '1201-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264555, 2327, '1201-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264556, 2327, '1201-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264557, 2327, '1201-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264558, 2327, '1201-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264559, 2327, '1201-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264560, 2327, '1202-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264561, 2327, '1202-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264562, 2327, '1202-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264563, 2327, '1202-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264564, 2327, '1202-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264565, 2327, '1202-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264566, 2327, '1202-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264567, 2327, '1202-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264568, 2327, '1202-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264569, 2327, '1202-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264570, 2327, '1202-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264571, 2327, '1202-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264572, 2327, '1203-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264573, 2327, '1203-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264574, 2327, '1203-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264575, 2327, '1203-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264576, 2327, '1203-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264577, 2327, '1203-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264578, 2327, '1203-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264579, 2327, '1203-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264580, 2327, '1203-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264581, 2327, '1203-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264582, 2327, '1203-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264583, 2327, '1203-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264584, 2327, '1204-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264585, 2327, '1204-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264586, 2327, '1204-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264587, 2327, '1204-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264588, 2327, '1204-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264589, 2327, '1204-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264590, 2327, '1204-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264591, 2327, '1204-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264592, 2327, '1204-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264593, 2327, '1204-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264594, 2327, '1204-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264595, 2327, '1204-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264596, 2327, '1205-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264597, 2327, '1205-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264598, 2327, '1205-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264599, 2327, '1205-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264600, 2327, '1205-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264601, 2327, '1205-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264602, 2327, '1205-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264603, 2327, '1205-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264604, 2327, '1205-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264605, 2327, '1205-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264606, 2327, '1205-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264607, 2327, '1205-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264608, 2327, '1206-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264609, 2327, '1206-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264610, 2327, '1206-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264611, 2327, '1206-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264612, 2327, '1206-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264613, 2327, '1206-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264614, 2327, '1206-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264615, 2327, '1206-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264616, 2327, '1206-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264617, 2327, '1206-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264618, 2327, '1206-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264619, 2327, '1206-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264620, 2327, '1207-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264621, 2327, '1207-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264622, 2327, '1207-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264623, 2327, '1207-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264624, 2327, '1207-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264625, 2327, '1207-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264626, 2327, '1207-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264627, 2327, '1207-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264628, 2327, '1207-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264629, 2327, '1207-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264630, 2327, '1207-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264631, 2327, '1207-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264632, 2327, '1208-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264633, 2327, '1208-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264634, 2327, '1208-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264635, 2327, '1208-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264636, 2327, '1208-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264637, 2327, '1208-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264638, 2327, '1208-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264639, 2327, '1208-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264640, 2327, '1208-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264641, 2327, '1208-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264642, 2327, '1208-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264643, 2327, '1208-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264644, 2327, '1209-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264645, 2327, '1209-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264646, 2327, '1209-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264647, 2327, '1209-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264648, 2327, '1209-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264649, 2327, '1209-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264650, 2327, '1209-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264651, 2327, '1209-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264652, 2327, '1209-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264653, 2327, '1209-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264654, 2327, '1209-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264655, 2327, '1209-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264656, 2327, '1210-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264657, 2327, '1210-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264658, 2327, '1210-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264659, 2327, '1210-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264660, 2327, '1210-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264661, 2327, '1210-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264662, 2327, '1210-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264663, 2327, '1210-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264664, 2327, '1210-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264665, 2327, '1210-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264666, 2327, '1210-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264667, 2327, '1210-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264668, 2327, '1211-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264669, 2327, '1211-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264670, 2327, '1211-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264671, 2327, '1211-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264672, 2327, '1211-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264673, 2327, '1211-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264674, 2327, '1211-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264675, 2327, '1211-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264676, 2327, '1211-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264677, 2327, '1211-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264678, 2327, '1211-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264679, 2327, '1211-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264680, 2327, '1212-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264681, 2327, '1212-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264682, 2327, '1212-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264683, 2327, '1212-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264684, 2327, '1212-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264685, 2327, '1212-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264686, 2327, '1212-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264687, 2327, '1212-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264688, 2327, '1212-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264689, 2327, '1212-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264690, 2327, '1212-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264691, 2327, '1212-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264692, 2327, '1213-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264693, 2327, '1213-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264694, 2327, '1213-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264695, 2327, '1213-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264696, 2327, '1213-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264697, 2327, '1213-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264698, 2327, '1213-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264699, 2327, '1213-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264700, 2327, '1213-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264701, 2327, '1213-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264702, 2327, '1213-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264703, 2327, '1213-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264704, 2327, '1214-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264705, 2327, '1214-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264706, 2327, '1214-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264707, 2327, '1214-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264708, 2327, '1214-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264709, 2327, '1214-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264710, 2327, '1214-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264711, 2327, '1214-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264712, 2327, '1214-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264713, 2327, '1214-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264714, 2327, '1214-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264715, 2327, '1214-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264716, 2327, '1215-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264717, 2327, '1215-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264718, 2327, '1215-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264719, 2327, '1215-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264720, 2327, '1215-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264721, 2327, '1215-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264722, 2327, '1215-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264723, 2327, '1215-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264724, 2327, '1215-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264725, 2327, '1215-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264726, 2327, '1215-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264727, 2327, '1215-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264728, 2327, '1216-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264729, 2327, '1216-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264730, 2327, '1216-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264731, 2327, '1216-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264732, 2327, '1216-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264733, 2327, '1216-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264734, 2327, '1216-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264735, 2327, '1216-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264736, 2327, '1216-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264737, 2327, '1216-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264738, 2327, '1216-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264739, 2327, '1216-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264740, 2327, '1217-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264741, 2327, '1217-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264742, 2327, '1217-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264743, 2327, '1217-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264744, 2327, '1217-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264745, 2327, '1217-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264746, 2327, '1217-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264747, 2327, '1217-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264748, 2327, '1217-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264749, 2327, '1217-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:51', '2023-10-31 14:14:51'),
(264750, 2327, '1217-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264751, 2327, '1217-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264752, 2327, '1218-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264753, 2327, '1218-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264754, 2327, '1218-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264755, 2327, '1218-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264756, 2327, '1218-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264757, 2327, '1218-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264758, 2327, '1218-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264759, 2327, '1218-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(264760, 2327, '1218-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264761, 2327, '1218-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264762, 2327, '1218-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264763, 2327, '1218-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264764, 2327, '1219-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264765, 2327, '1219-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264766, 2327, '1219-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264767, 2327, '1219-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264768, 2327, '1219-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264769, 2327, '1219-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264770, 2327, '1219-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264771, 2327, '1219-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264772, 2327, '1219-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264773, 2327, '1219-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264774, 2327, '1219-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264775, 2327, '1219-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264776, 2327, '1220-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264777, 2327, '1220-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264778, 2327, '1220-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264779, 2327, '1220-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264780, 2327, '1220-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264781, 2327, '1220-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264782, 2327, '1220-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264783, 2327, '1220-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264784, 2327, '1220-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264785, 2327, '1220-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264786, 2327, '1220-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264787, 2327, '1220-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264788, 2327, '1221-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264789, 2327, '1221-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264790, 2327, '1221-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264791, 2327, '1221-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264792, 2327, '1221-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264793, 2327, '1221-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264794, 2327, '1221-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264795, 2327, '1221-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264796, 2327, '1221-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264797, 2327, '1221-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264798, 2327, '1221-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264799, 2327, '1221-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264800, 2327, '1222-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264801, 2327, '1222-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264802, 2327, '1222-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264803, 2327, '1222-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264804, 2327, '1222-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264805, 2327, '1222-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264806, 2327, '1222-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264807, 2327, '1222-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264808, 2327, '1222-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264809, 2327, '1222-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264810, 2327, '1222-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264811, 2327, '1222-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264812, 2327, '1223-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264813, 2327, '1223-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264814, 2327, '1223-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264815, 2327, '1223-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264816, 2327, '1223-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264817, 2327, '1223-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264818, 2327, '1223-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264819, 2327, '1223-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264820, 2327, '1223-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264821, 2327, '1223-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264822, 2327, '1223-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264823, 2327, '1223-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264824, 2327, '1224-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264825, 2327, '1224-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264826, 2327, '1224-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264827, 2327, '1224-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264828, 2327, '1224-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264829, 2327, '1224-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264830, 2327, '1224-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264831, 2327, '1224-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264832, 2327, '1224-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264833, 2327, '1224-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264834, 2327, '1224-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264835, 2327, '1224-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264836, 2327, '1225-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264837, 2327, '1225-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264838, 2327, '1225-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264839, 2327, '1225-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264840, 2327, '1225-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264841, 2327, '1225-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264842, 2327, '1225-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264843, 2327, '1225-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264844, 2327, '1225-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264845, 2327, '1225-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264846, 2327, '1225-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264847, 2327, '1225-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264848, 2327, '1226-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264849, 2327, '1226-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264850, 2327, '1226-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264851, 2327, '1226-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264852, 2327, '1226-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264853, 2327, '1226-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264854, 2327, '1226-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264855, 2327, '1226-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264856, 2327, '1226-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264857, 2327, '1226-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264858, 2327, '1226-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264859, 2327, '1226-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264860, 2327, '1227-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264861, 2327, '1227-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264862, 2327, '1227-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264863, 2327, '1227-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264864, 2327, '1227-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264865, 2327, '1227-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264866, 2327, '1227-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264867, 2327, '1227-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264868, 2327, '1227-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264869, 2327, '1227-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264870, 2327, '1227-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264871, 2327, '1227-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264872, 2327, '1228-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264873, 2327, '1228-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264874, 2327, '1228-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264875, 2327, '1228-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264876, 2327, '1228-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264877, 2327, '1228-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264878, 2327, '1228-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264879, 2327, '1228-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264880, 2327, '1228-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264881, 2327, '1228-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264882, 2327, '1228-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264883, 2327, '1228-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264884, 2327, '1229-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264885, 2327, '1229-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264886, 2327, '1229-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264887, 2327, '1229-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264888, 2327, '1229-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264889, 2327, '1229-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264890, 2327, '1229-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264891, 2327, '1229-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264892, 2327, '1229-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264893, 2327, '1229-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264894, 2327, '1229-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264895, 2327, '1229-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264896, 2327, '1230-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264897, 2327, '1230-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264898, 2327, '1230-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264899, 2327, '1230-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264900, 2327, '1230-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264901, 2327, '1230-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264902, 2327, '1230-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264903, 2327, '1230-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264904, 2327, '1230-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264905, 2327, '1230-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264906, 2327, '1230-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264907, 2327, '1230-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264908, 2327, '1231-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264909, 2327, '1231-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264910, 2327, '1231-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264911, 2327, '1231-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264912, 2327, '1231-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264913, 2327, '1231-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264914, 2327, '1231-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264915, 2327, '1231-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264916, 2327, '1231-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264917, 2327, '1231-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264918, 2327, '1231-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264919, 2327, '1231-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264920, 2327, '1232-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264921, 2327, '1232-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264922, 2327, '1232-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264923, 2327, '1232-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264924, 2327, '1232-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264925, 2327, '1232-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264926, 2327, '1232-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264927, 2327, '1232-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264928, 2327, '1232-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264929, 2327, '1232-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264930, 2327, '1232-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264931, 2327, '1232-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264932, 2327, '1233-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264933, 2327, '1233-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264934, 2327, '1233-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264935, 2327, '1233-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264936, 2327, '1233-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264937, 2327, '1233-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264938, 2327, '1233-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264939, 2327, '1233-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264940, 2327, '1233-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264941, 2327, '1233-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264942, 2327, '1233-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264943, 2327, '1233-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264944, 2327, '1234-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264945, 2327, '1234-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264946, 2327, '1234-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264947, 2327, '1234-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264948, 2327, '1234-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264949, 2327, '1234-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264950, 2327, '1234-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264951, 2327, '1234-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264952, 2327, '1234-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264953, 2327, '1234-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264954, 2327, '1234-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264955, 2327, '1234-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264956, 2327, '1235-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264957, 2327, '1235-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264958, 2327, '1235-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264959, 2327, '1235-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264960, 2327, '1235-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264961, 2327, '1235-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264962, 2327, '1235-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264963, 2327, '1235-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264964, 2327, '1235-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264965, 2327, '1235-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264966, 2327, '1235-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264967, 2327, '1235-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264968, 2327, '1236-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264969, 2327, '1236-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264970, 2327, '1236-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264971, 2327, '1236-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264972, 2327, '1236-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264973, 2327, '1236-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264974, 2327, '1236-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264975, 2327, '1236-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264976, 2327, '1236-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264977, 2327, '1236-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264978, 2327, '1236-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264979, 2327, '1236-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264980, 2327, '1237-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264981, 2327, '1237-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264982, 2327, '1237-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264983, 2327, '1237-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264984, 2327, '1237-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264985, 2327, '1237-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264986, 2327, '1237-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264987, 2327, '1237-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264988, 2327, '1237-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264989, 2327, '1237-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264990, 2327, '1237-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264991, 2327, '1237-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264992, 2327, '1238-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264993, 2327, '1238-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264994, 2327, '1238-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264995, 2327, '1238-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264996, 2327, '1238-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264997, 2327, '1238-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264998, 2327, '1238-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(264999, 2327, '1238-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(265000, 2327, '1238-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(265001, 2327, '1238-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(265002, 2327, '1238-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(265003, 2327, '1238-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(265004, 2327, '1239-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(265005, 2327, '1239-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(265006, 2327, '1239-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(265007, 2327, '1239-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(265008, 2327, '1239-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(265009, 2327, '1239-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(265010, 2327, '1239-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(265011, 2327, '1239-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(265012, 2327, '1239-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(265013, 2327, '1239-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(265014, 2327, '1239-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(265015, 2327, '1239-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(265016, 2327, '1240-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(265017, 2327, '1240-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(265018, 2327, '1240-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(265019, 2327, '1240-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(265020, 2327, '1240-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(265021, 2327, '1240-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(265022, 2327, '1240-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(265023, 2327, '1240-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(265024, 2327, '1240-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(265025, 2327, '1240-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(265026, 2327, '1240-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(265027, 2327, '1240-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(265028, 2327, '1241-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(265029, 2327, '1241-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(265030, 2327, '1241-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(265031, 2327, '1241-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(265032, 2327, '1241-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(265033, 2327, '1241-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(265034, 2327, '1241-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(265035, 2327, '1241-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(265036, 2327, '1241-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(265037, 2327, '1241-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(265038, 2327, '1241-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(265039, 2327, '1241-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(265040, 2327, '1242-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(265041, 2327, '1242-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(265042, 2327, '1242-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(265043, 2327, '1242-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(265044, 2327, '1242-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(265045, 2327, '1242-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(265046, 2327, '1242-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(265047, 2327, '1242-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(265048, 2327, '1242-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(265049, 2327, '1242-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(265050, 2327, '1242-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(265051, 2327, '1242-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(265052, 2327, '1243-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(265053, 2327, '1243-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(265054, 2327, '1243-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(265055, 2327, '1243-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(265056, 2327, '1243-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(265057, 2327, '1243-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(265058, 2327, '1243-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(265059, 2327, '1243-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(265060, 2327, '1243-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(265061, 2327, '1243-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(265062, 2327, '1243-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(265063, 2327, '1243-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(265064, 2327, '1244-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(265065, 2327, '1244-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(265066, 2327, '1244-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(265067, 2327, '1244-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(265068, 2327, '1244-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(265069, 2327, '1244-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(265070, 2327, '1244-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(265071, 2327, '1244-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(265072, 2327, '1244-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(265073, 2327, '1244-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(265074, 2327, '1244-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(265075, 2327, '1244-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(265076, 2327, '1245-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(265077, 2327, '1245-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(265078, 2327, '1245-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(265079, 2327, '1245-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(265080, 2327, '1245-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(265081, 2327, '1245-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(265082, 2327, '1245-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(265083, 2327, '1245-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(265084, 2327, '1245-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(265085, 2327, '1245-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(265086, 2327, '1245-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(265087, 2327, '1245-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(265088, 2327, '1246-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(265089, 2327, '1246-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(265090, 2327, '1246-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(265091, 2327, '1246-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(265092, 2327, '1246-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(265093, 2327, '1246-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(265094, 2327, '1246-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(265095, 2327, '1246-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(265096, 2327, '1246-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(265097, 2327, '1246-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(265098, 2327, '1246-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(265099, 2327, '1246-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(265100, 2327, '1247-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(265101, 2327, '1247-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(265102, 2327, '1247-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(265103, 2327, '1247-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(265104, 2327, '1247-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(265105, 2327, '1247-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(265106, 2327, '1247-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(265107, 2327, '1247-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(265108, 2327, '1247-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(265109, 2327, '1247-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(265110, 2327, '1247-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(265111, 2327, '1247-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(265112, 2327, '1248-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(265113, 2327, '1248-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(265114, 2327, '1248-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(265115, 2327, '1248-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(265116, 2327, '1248-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(265117, 2327, '1248-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(265118, 2327, '1248-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(265119, 2327, '1248-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(265120, 2327, '1248-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(265121, 2327, '1248-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(265122, 2327, '1248-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(265123, 2327, '1248-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(265124, 2327, '1249-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(265125, 2327, '1249-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(265126, 2327, '1249-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:52', '2023-10-31 14:14:52'),
(265127, 2327, '1249-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265128, 2327, '1249-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265129, 2327, '1249-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265130, 2327, '1249-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265131, 2327, '1249-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265132, 2327, '1249-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265133, 2327, '1249-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265134, 2327, '1249-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265135, 2327, '1249-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265136, 2327, '1250-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265137, 2327, '1250-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265138, 2327, '1250-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265139, 2327, '1250-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265140, 2327, '1250-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265141, 2327, '1250-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265142, 2327, '1250-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265143, 2327, '1250-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265144, 2327, '1250-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265145, 2327, '1250-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265146, 2327, '1250-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265147, 2327, '1250-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265148, 2327, '1251-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265149, 2327, '1251-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265150, 2327, '1251-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265151, 2327, '1251-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265152, 2327, '1251-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265153, 2327, '1251-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265154, 2327, '1251-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265155, 2327, '1251-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265156, 2327, '1251-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265157, 2327, '1251-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265158, 2327, '1251-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265159, 2327, '1251-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265160, 2327, '1252-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265161, 2327, '1252-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265162, 2327, '1252-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265163, 2327, '1252-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265164, 2327, '1252-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265165, 2327, '1252-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265166, 2327, '1252-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265167, 2327, '1252-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265168, 2327, '1252-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265169, 2327, '1252-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265170, 2327, '1252-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265171, 2327, '1252-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265172, 2327, '1253-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265173, 2327, '1253-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265174, 2327, '1253-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265175, 2327, '1253-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265176, 2327, '1253-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265177, 2327, '1253-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265178, 2327, '1253-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265179, 2327, '1253-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265180, 2327, '1253-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265181, 2327, '1253-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265182, 2327, '1253-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265183, 2327, '1253-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265184, 2327, '1254-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265185, 2327, '1254-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265186, 2327, '1254-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265187, 2327, '1254-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265188, 2327, '1254-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265189, 2327, '1254-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265190, 2327, '1254-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265191, 2327, '1254-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265192, 2327, '1254-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265193, 2327, '1254-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265194, 2327, '1254-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265195, 2327, '1254-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265196, 2327, '1255-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265197, 2327, '1255-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265198, 2327, '1255-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265199, 2327, '1255-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265200, 2327, '1255-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265201, 2327, '1255-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265202, 2327, '1255-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265203, 2327, '1255-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265204, 2327, '1255-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265205, 2327, '1255-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265206, 2327, '1255-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265207, 2327, '1255-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265208, 2327, '1256-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265209, 2327, '1256-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265210, 2327, '1256-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265211, 2327, '1256-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265212, 2327, '1256-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265213, 2327, '1256-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265214, 2327, '1256-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265215, 2327, '1256-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265216, 2327, '1256-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265217, 2327, '1256-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265218, 2327, '1256-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265219, 2327, '1256-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265220, 2327, '1257-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265221, 2327, '1257-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265222, 2327, '1257-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265223, 2327, '1257-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265224, 2327, '1257-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(265225, 2327, '1257-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265226, 2327, '1257-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265227, 2327, '1257-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265228, 2327, '1257-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265229, 2327, '1257-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265230, 2327, '1257-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265231, 2327, '1257-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265232, 2327, '1258-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265233, 2327, '1258-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265234, 2327, '1258-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265235, 2327, '1258-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265236, 2327, '1258-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265237, 2327, '1258-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265238, 2327, '1258-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265239, 2327, '1258-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265240, 2327, '1258-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265241, 2327, '1258-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265242, 2327, '1258-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265243, 2327, '1258-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265244, 2327, '1259-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265245, 2327, '1259-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265246, 2327, '1259-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265247, 2327, '1259-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265248, 2327, '1259-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265249, 2327, '1259-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265250, 2327, '1259-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265251, 2327, '1259-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265252, 2327, '1259-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265253, 2327, '1259-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265254, 2327, '1259-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265255, 2327, '1259-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265256, 2327, '1260-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265257, 2327, '1260-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265258, 2327, '1260-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265259, 2327, '1260-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265260, 2327, '1260-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265261, 2327, '1260-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265262, 2327, '1260-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265263, 2327, '1260-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265264, 2327, '1260-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265265, 2327, '1260-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265266, 2327, '1260-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265267, 2327, '1260-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265268, 2327, '1261-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265269, 2327, '1261-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265270, 2327, '1261-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265271, 2327, '1261-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265272, 2327, '1261-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265273, 2327, '1261-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265274, 2327, '1261-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265275, 2327, '1261-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265276, 2327, '1261-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265277, 2327, '1261-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265278, 2327, '1261-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265279, 2327, '1261-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265280, 2327, '1262-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265281, 2327, '1262-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265282, 2327, '1262-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265283, 2327, '1262-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265284, 2327, '1262-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265285, 2327, '1262-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265286, 2327, '1262-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265287, 2327, '1262-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265288, 2327, '1262-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265289, 2327, '1262-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265290, 2327, '1262-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265291, 2327, '1262-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265292, 2327, '1263-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265293, 2327, '1263-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265294, 2327, '1263-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265295, 2327, '1263-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265296, 2327, '1263-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265297, 2327, '1263-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265298, 2327, '1263-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265299, 2327, '1263-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265300, 2327, '1263-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265301, 2327, '1263-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265302, 2327, '1263-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265303, 2327, '1263-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265304, 2327, '1264-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265305, 2327, '1264-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265306, 2327, '1264-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265307, 2327, '1264-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265308, 2327, '1264-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265309, 2327, '1264-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265310, 2327, '1264-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265311, 2327, '1264-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265312, 2327, '1264-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265313, 2327, '1264-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265314, 2327, '1264-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265315, 2327, '1264-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265316, 2327, '1265-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265317, 2327, '1265-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265318, 2327, '1265-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265319, 2327, '1265-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265320, 2327, '1265-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265321, 2327, '1265-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265322, 2327, '1265-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265323, 2327, '1265-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265324, 2327, '1265-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265325, 2327, '1265-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265326, 2327, '1265-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265327, 2327, '1265-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265328, 2327, '1266-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265329, 2327, '1266-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265330, 2327, '1266-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265331, 2327, '1266-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265332, 2327, '1266-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265333, 2327, '1266-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265334, 2327, '1266-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265335, 2327, '1266-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265336, 2327, '1266-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265337, 2327, '1266-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265338, 2327, '1266-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265339, 2327, '1266-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265340, 2327, '1267-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265341, 2327, '1267-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265342, 2327, '1267-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265343, 2327, '1267-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265344, 2327, '1267-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265345, 2327, '1267-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265346, 2327, '1267-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265347, 2327, '1267-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265348, 2327, '1267-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265349, 2327, '1267-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265350, 2327, '1267-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265351, 2327, '1267-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265352, 2327, '1268-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265353, 2327, '1268-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265354, 2327, '1268-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265355, 2327, '1268-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265356, 2327, '1268-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265357, 2327, '1268-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265358, 2327, '1268-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265359, 2327, '1268-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265360, 2327, '1268-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265361, 2327, '1268-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265362, 2327, '1268-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265363, 2327, '1268-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265364, 2327, '1269-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265365, 2327, '1269-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265366, 2327, '1269-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265367, 2327, '1269-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265368, 2327, '1269-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265369, 2327, '1269-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265370, 2327, '1269-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265371, 2327, '1269-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265372, 2327, '1269-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265373, 2327, '1269-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265374, 2327, '1269-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265375, 2327, '1269-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265376, 2327, '1270-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265377, 2327, '1270-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265378, 2327, '1270-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265379, 2327, '1270-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265380, 2327, '1270-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265381, 2327, '1270-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265382, 2327, '1270-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265383, 2327, '1270-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265384, 2327, '1270-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265385, 2327, '1270-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265386, 2327, '1270-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265387, 2327, '1270-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265388, 2327, '1271-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265389, 2327, '1271-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265390, 2327, '1271-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265391, 2327, '1271-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265392, 2327, '1271-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265393, 2327, '1271-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265394, 2327, '1271-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265395, 2327, '1271-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265396, 2327, '1271-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265397, 2327, '1271-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265398, 2327, '1271-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265399, 2327, '1271-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265400, 2327, '1272-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265401, 2327, '1272-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265402, 2327, '1272-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265403, 2327, '1272-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265404, 2327, '1272-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265405, 2327, '1272-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265406, 2327, '1272-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265407, 2327, '1272-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265408, 2327, '1272-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265409, 2327, '1272-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265410, 2327, '1272-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265411, 2327, '1272-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265412, 2327, '1273-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265413, 2327, '1273-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265414, 2327, '1273-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265415, 2327, '1273-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265416, 2327, '1273-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265417, 2327, '1273-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265418, 2327, '1273-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265419, 2327, '1273-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265420, 2327, '1273-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265421, 2327, '1273-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265422, 2327, '1273-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265423, 2327, '1273-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265424, 2327, '1274-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265425, 2327, '1274-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265426, 2327, '1274-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265427, 2327, '1274-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265428, 2327, '1274-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265429, 2327, '1274-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265430, 2327, '1274-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265431, 2327, '1274-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265432, 2327, '1274-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265433, 2327, '1274-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265434, 2327, '1274-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265435, 2327, '1274-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265436, 2327, '1275-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265437, 2327, '1275-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265438, 2327, '1275-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265439, 2327, '1275-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265440, 2327, '1275-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265441, 2327, '1275-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265442, 2327, '1275-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265443, 2327, '1275-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265444, 2327, '1275-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265445, 2327, '1275-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265446, 2327, '1275-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265447, 2327, '1275-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265448, 2327, '1276-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265449, 2327, '1276-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265450, 2327, '1276-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265451, 2327, '1276-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265452, 2327, '1276-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265453, 2327, '1276-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265454, 2327, '1276-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265455, 2327, '1276-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265456, 2327, '1276-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265457, 2327, '1276-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265458, 2327, '1276-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265459, 2327, '1276-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265460, 2327, '1277-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265461, 2327, '1277-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265462, 2327, '1277-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265463, 2327, '1277-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265464, 2327, '1277-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265465, 2327, '1277-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265466, 2327, '1277-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265467, 2327, '1277-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265468, 2327, '1277-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265469, 2327, '1277-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265470, 2327, '1277-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265471, 2327, '1277-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265472, 2327, '1278-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265473, 2327, '1278-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265474, 2327, '1278-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265475, 2327, '1278-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265476, 2327, '1278-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265477, 2327, '1278-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265478, 2327, '1278-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265479, 2327, '1278-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265480, 2327, '1278-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265481, 2327, '1278-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265482, 2327, '1278-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265483, 2327, '1278-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265484, 2327, '1279-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265485, 2327, '1279-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265486, 2327, '1279-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265487, 2327, '1279-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265488, 2327, '1279-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265489, 2327, '1279-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265490, 2327, '1279-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265491, 2327, '1279-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265492, 2327, '1279-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:53', '2023-10-31 14:14:53'),
(265493, 2327, '1279-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265494, 2327, '1279-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265495, 2327, '1279-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265496, 2327, '1280-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265497, 2327, '1280-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265498, 2327, '1280-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265499, 2327, '1280-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265500, 2327, '1280-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265501, 2327, '1280-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265502, 2327, '1280-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265503, 2327, '1280-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265504, 2327, '1280-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265505, 2327, '1280-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265506, 2327, '1280-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265507, 2327, '1280-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265508, 2327, '1281-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265509, 2327, '1281-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265510, 2327, '1281-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265511, 2327, '1281-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265512, 2327, '1281-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265513, 2327, '1281-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265514, 2327, '1281-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265515, 2327, '1281-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265516, 2327, '1281-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265517, 2327, '1281-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265518, 2327, '1281-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265519, 2327, '1281-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265520, 2327, '1282-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265521, 2327, '1282-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265522, 2327, '1282-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265523, 2327, '1282-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265524, 2327, '1282-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265525, 2327, '1282-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265526, 2327, '1282-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265527, 2327, '1282-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265528, 2327, '1282-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265529, 2327, '1282-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265530, 2327, '1282-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265531, 2327, '1282-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265532, 2327, '1283-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265533, 2327, '1283-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265534, 2327, '1283-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265535, 2327, '1283-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265536, 2327, '1283-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265537, 2327, '1283-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265538, 2327, '1283-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265539, 2327, '1283-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265540, 2327, '1283-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265541, 2327, '1283-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265542, 2327, '1283-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265543, 2327, '1283-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265544, 2327, '1284-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265545, 2327, '1284-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265546, 2327, '1284-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265547, 2327, '1284-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265548, 2327, '1284-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265549, 2327, '1284-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265550, 2327, '1284-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265551, 2327, '1284-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265552, 2327, '1284-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265553, 2327, '1284-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265554, 2327, '1284-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265555, 2327, '1284-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265556, 2327, '1285-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265557, 2327, '1285-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265558, 2327, '1285-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265559, 2327, '1285-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265560, 2327, '1285-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265561, 2327, '1285-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265562, 2327, '1285-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265563, 2327, '1285-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265564, 2327, '1285-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265565, 2327, '1285-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265566, 2327, '1285-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265567, 2327, '1285-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265568, 2327, '1286-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265569, 2327, '1286-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265570, 2327, '1286-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265571, 2327, '1286-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265572, 2327, '1286-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265573, 2327, '1286-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265574, 2327, '1286-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265575, 2327, '1286-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265576, 2327, '1286-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265577, 2327, '1286-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265578, 2327, '1286-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265579, 2327, '1286-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265580, 2327, '1287-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265581, 2327, '1287-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265582, 2327, '1287-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265583, 2327, '1287-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265584, 2327, '1287-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265585, 2327, '1287-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265586, 2327, '1287-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265587, 2327, '1287-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265588, 2327, '1287-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265589, 2327, '1287-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265590, 2327, '1287-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265591, 2327, '1287-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265592, 2327, '1288-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265593, 2327, '1288-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265594, 2327, '1288-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265595, 2327, '1288-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265596, 2327, '1288-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265597, 2327, '1288-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265598, 2327, '1288-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265599, 2327, '1288-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265600, 2327, '1288-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265601, 2327, '1288-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265602, 2327, '1288-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265603, 2327, '1288-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265604, 2327, '1289-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265605, 2327, '1289-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265606, 2327, '1289-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265607, 2327, '1289-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265608, 2327, '1289-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265609, 2327, '1289-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265610, 2327, '1289-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265611, 2327, '1289-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265612, 2327, '1289-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265613, 2327, '1289-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265614, 2327, '1289-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265615, 2327, '1289-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265616, 2327, '1290-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265617, 2327, '1290-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265618, 2327, '1290-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265619, 2327, '1290-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265620, 2327, '1290-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265621, 2327, '1290-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265622, 2327, '1290-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265623, 2327, '1290-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265624, 2327, '1290-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265625, 2327, '1290-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265626, 2327, '1290-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265627, 2327, '1290-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265628, 2327, '1291-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265629, 2327, '1291-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265630, 2327, '1291-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265631, 2327, '1291-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265632, 2327, '1291-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265633, 2327, '1291-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265634, 2327, '1291-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265635, 2327, '1291-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265636, 2327, '1291-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265637, 2327, '1291-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265638, 2327, '1291-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265639, 2327, '1291-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265640, 2327, '1292-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265641, 2327, '1292-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265642, 2327, '1292-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265643, 2327, '1292-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265644, 2327, '1292-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265645, 2327, '1292-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265646, 2327, '1292-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265647, 2327, '1292-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265648, 2327, '1292-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265649, 2327, '1292-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265650, 2327, '1292-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265651, 2327, '1292-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265652, 2327, '1293-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265653, 2327, '1293-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265654, 2327, '1293-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265655, 2327, '1293-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265656, 2327, '1293-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265657, 2327, '1293-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265658, 2327, '1293-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265659, 2327, '1293-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265660, 2327, '1293-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265661, 2327, '1293-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265662, 2327, '1293-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265663, 2327, '1293-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265664, 2327, '1294-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265665, 2327, '1294-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265666, 2327, '1294-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265667, 2327, '1294-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265668, 2327, '1294-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265669, 2327, '1294-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265670, 2327, '1294-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265671, 2327, '1294-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265672, 2327, '1294-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265673, 2327, '1294-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265674, 2327, '1294-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265675, 2327, '1294-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265676, 2327, '1295-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265677, 2327, '1295-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265678, 2327, '1295-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265679, 2327, '1295-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265680, 2327, '1295-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265681, 2327, '1295-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265682, 2327, '1295-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265683, 2327, '1295-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265684, 2327, '1295-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265685, 2327, '1295-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265686, 2327, '1295-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265687, 2327, '1295-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265688, 2327, '1296-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265689, 2327, '1296-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(265690, 2327, '1296-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265691, 2327, '1296-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265692, 2327, '1296-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265693, 2327, '1296-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265694, 2327, '1296-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265695, 2327, '1296-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265696, 2327, '1296-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265697, 2327, '1296-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265698, 2327, '1296-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265699, 2327, '1296-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265700, 2327, '1297-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265701, 2327, '1297-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265702, 2327, '1297-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265703, 2327, '1297-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265704, 2327, '1297-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265705, 2327, '1297-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265706, 2327, '1297-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265707, 2327, '1297-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265708, 2327, '1297-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265709, 2327, '1297-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265710, 2327, '1297-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265711, 2327, '1297-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265712, 2327, '1298-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265713, 2327, '1298-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265714, 2327, '1298-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265715, 2327, '1298-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265716, 2327, '1298-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265717, 2327, '1298-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265718, 2327, '1298-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265719, 2327, '1298-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265720, 2327, '1298-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265721, 2327, '1298-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265722, 2327, '1298-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265723, 2327, '1298-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265724, 2327, '1299-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265725, 2327, '1299-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265726, 2327, '1299-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265727, 2327, '1299-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265728, 2327, '1299-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265729, 2327, '1299-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265730, 2327, '1299-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265731, 2327, '1299-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265732, 2327, '1299-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265733, 2327, '1299-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265734, 2327, '1299-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265735, 2327, '1299-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265736, 2327, '1300-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265737, 2327, '1300-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265738, 2327, '1300-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265739, 2327, '1300-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265740, 2327, '1300-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265741, 2327, '1300-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265742, 2327, '1300-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265743, 2327, '1300-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265744, 2327, '1300-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265745, 2327, '1300-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265746, 2327, '1300-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265747, 2327, '1300-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265748, 2327, '1301-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265749, 2327, '1301-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265750, 2327, '1301-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265751, 2327, '1301-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265752, 2327, '1301-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265753, 2327, '1301-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265754, 2327, '1301-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265755, 2327, '1301-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265756, 2327, '1301-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265757, 2327, '1301-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265758, 2327, '1301-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265759, 2327, '1301-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265760, 2327, '1302-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265761, 2327, '1302-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265762, 2327, '1302-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265763, 2327, '1302-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265764, 2327, '1302-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265765, 2327, '1302-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265766, 2327, '1302-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265767, 2327, '1302-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265768, 2327, '1302-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265769, 2327, '1302-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265770, 2327, '1302-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265771, 2327, '1302-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265772, 2327, '1303-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265773, 2327, '1303-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265774, 2327, '1303-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265775, 2327, '1303-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265776, 2327, '1303-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265777, 2327, '1303-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265778, 2327, '1303-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265779, 2327, '1303-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265780, 2327, '1303-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265781, 2327, '1303-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:54', '2023-10-31 14:14:54'),
(265782, 2327, '1303-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(265783, 2327, '1303-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(265784, 2327, '1304-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(265785, 2327, '1304-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(265786, 2327, '1304-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(265787, 2327, '1304-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(265788, 2327, '1304-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(265789, 2327, '1304-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(265790, 2327, '1304-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(265791, 2327, '1304-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(265792, 2327, '1304-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(265793, 2327, '1304-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(265794, 2327, '1304-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(265795, 2327, '1304-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(265796, 2327, '1305-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(265797, 2327, '1305-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(265798, 2327, '1305-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(265799, 2327, '1305-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(265800, 2327, '1305-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(265801, 2327, '1305-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(265802, 2327, '1305-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(265803, 2327, '1305-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(265804, 2327, '1305-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(265805, 2327, '1305-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(265806, 2327, '1305-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(265807, 2327, '1305-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(265808, 2327, '1306-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(265809, 2327, '1306-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(265810, 2327, '1306-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(265811, 2327, '1306-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(265812, 2327, '1306-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(265813, 2327, '1306-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(265814, 2327, '1306-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(265815, 2327, '1306-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(265816, 2327, '1306-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(265817, 2327, '1306-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(265818, 2327, '1306-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(265819, 2327, '1306-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(265820, 2327, '1307-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(265821, 2327, '1307-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(265822, 2327, '1307-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(265823, 2327, '1307-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(265824, 2327, '1307-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(265825, 2327, '1307-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(265826, 2327, '1307-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(265827, 2327, '1307-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(265828, 2327, '1307-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(265829, 2327, '1307-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(265830, 2327, '1307-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(265831, 2327, '1307-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(265832, 2327, '1308-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(265833, 2327, '1308-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(265834, 2327, '1308-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(265835, 2327, '1308-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(265836, 2327, '1308-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(265837, 2327, '1308-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(265838, 2327, '1308-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(265839, 2327, '1308-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(265840, 2327, '1308-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(265841, 2327, '1308-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(265842, 2327, '1308-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(265843, 2327, '1308-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(265844, 2327, '1309-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(265845, 2327, '1309-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(265846, 2327, '1309-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(265847, 2327, '1309-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(265848, 2327, '1309-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(265849, 2327, '1309-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(265850, 2327, '1309-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(265851, 2327, '1309-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(265852, 2327, '1309-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(265853, 2327, '1309-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(265854, 2327, '1309-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(265855, 2327, '1309-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(265856, 2327, '1310-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(265857, 2327, '1310-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(265858, 2327, '1310-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(265859, 2327, '1310-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(265860, 2327, '1310-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(265861, 2327, '1310-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(265862, 2327, '1310-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(265863, 2327, '1310-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(265864, 2327, '1310-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(265865, 2327, '1310-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(265866, 2327, '1310-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(265867, 2327, '1310-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(265868, 2327, '1311-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(265869, 2327, '1311-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(265870, 2327, '1311-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(265871, 2327, '1311-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(265872, 2327, '1311-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(265873, 2327, '1311-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(265874, 2327, '1311-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(265875, 2327, '1311-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(265876, 2327, '1311-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(265877, 2327, '1311-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(265878, 2327, '1311-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(265879, 2327, '1311-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(265880, 2327, '1312-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(265881, 2327, '1312-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(265882, 2327, '1312-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(265883, 2327, '1312-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(265884, 2327, '1312-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(265885, 2327, '1312-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(265886, 2327, '1312-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(265887, 2327, '1312-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(265888, 2327, '1312-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(265889, 2327, '1312-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(265890, 2327, '1312-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(265891, 2327, '1312-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(265892, 2327, '1313-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(265893, 2327, '1313-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(265894, 2327, '1313-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(265895, 2327, '1313-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(265896, 2327, '1313-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(265897, 2327, '1313-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(265898, 2327, '1313-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(265899, 2327, '1313-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(265900, 2327, '1313-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(265901, 2327, '1313-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(265902, 2327, '1313-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(265903, 2327, '1313-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(265904, 2327, '1314-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(265905, 2327, '1314-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(265906, 2327, '1314-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(265907, 2327, '1314-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(265908, 2327, '1314-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(265909, 2327, '1314-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(265910, 2327, '1314-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(265911, 2327, '1314-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(265912, 2327, '1314-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(265913, 2327, '1314-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(265914, 2327, '1314-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(265915, 2327, '1314-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(265916, 2327, '1315-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(265917, 2327, '1315-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(265918, 2327, '1315-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(265919, 2327, '1315-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(265920, 2327, '1315-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(265921, 2327, '1315-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(265922, 2327, '1315-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(265923, 2327, '1315-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(265924, 2327, '1315-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(265925, 2327, '1315-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(265926, 2327, '1315-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(265927, 2327, '1315-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(265928, 2327, '1316-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(265929, 2327, '1316-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(265930, 2327, '1316-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(265931, 2327, '1316-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(265932, 2327, '1316-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(265933, 2327, '1316-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(265934, 2327, '1316-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(265935, 2327, '1316-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(265936, 2327, '1316-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(265937, 2327, '1316-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(265938, 2327, '1316-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(265939, 2327, '1316-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(265940, 2327, '1317-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(265941, 2327, '1317-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(265942, 2327, '1317-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(265943, 2327, '1317-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(265944, 2327, '1317-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(265945, 2327, '1317-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(265946, 2327, '1317-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(265947, 2327, '1317-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(265948, 2327, '1317-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(265949, 2327, '1317-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(265950, 2327, '1317-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(265951, 2327, '1317-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(265952, 2327, '1318-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(265953, 2327, '1318-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(265954, 2327, '1318-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(265955, 2327, '1318-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(265956, 2327, '1318-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(265957, 2327, '1318-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(265958, 2327, '1318-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(265959, 2327, '1318-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(265960, 2327, '1318-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(265961, 2327, '1318-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(265962, 2327, '1318-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(265963, 2327, '1318-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(265964, 2327, '1319-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(265965, 2327, '1319-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(265966, 2327, '1319-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(265967, 2327, '1319-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(265968, 2327, '1319-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(265969, 2327, '1319-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(265970, 2327, '1319-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(265971, 2327, '1319-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(265972, 2327, '1319-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(265973, 2327, '1319-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(265974, 2327, '1319-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(265975, 2327, '1319-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(265976, 2327, '1320-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(265977, 2327, '1320-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(265978, 2327, '1320-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(265979, 2327, '1320-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(265980, 2327, '1320-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(265981, 2327, '1320-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(265982, 2327, '1320-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(265983, 2327, '1320-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(265984, 2327, '1320-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(265985, 2327, '1320-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(265986, 2327, '1320-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(265987, 2327, '1320-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(265988, 2327, '1321-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(265989, 2327, '1321-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(265990, 2327, '1321-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(265991, 2327, '1321-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(265992, 2327, '1321-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(265993, 2327, '1321-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(265994, 2327, '1321-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(265995, 2327, '1321-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(265996, 2327, '1321-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(265997, 2327, '1321-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(265998, 2327, '1321-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(265999, 2327, '1321-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(266000, 2327, '1322-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(266001, 2327, '1322-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(266002, 2327, '1322-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(266003, 2327, '1322-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(266004, 2327, '1322-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(266005, 2327, '1322-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(266006, 2327, '1322-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(266007, 2327, '1322-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(266008, 2327, '1322-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(266009, 2327, '1322-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(266010, 2327, '1322-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(266011, 2327, '1322-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(266012, 2327, '1323-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(266013, 2327, '1323-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(266014, 2327, '1323-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(266015, 2327, '1323-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(266016, 2327, '1323-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(266017, 2327, '1323-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(266018, 2327, '1323-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(266019, 2327, '1323-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(266020, 2327, '1323-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(266021, 2327, '1323-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(266022, 2327, '1323-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(266023, 2327, '1323-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(266024, 2327, '1324-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(266025, 2327, '1324-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(266026, 2327, '1324-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(266027, 2327, '1324-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(266028, 2327, '1324-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(266029, 2327, '1324-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(266030, 2327, '1324-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(266031, 2327, '1324-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(266032, 2327, '1324-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(266033, 2327, '1324-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(266034, 2327, '1324-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(266035, 2327, '1324-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(266036, 2327, '1325-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(266037, 2327, '1325-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(266038, 2327, '1325-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(266039, 2327, '1325-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(266040, 2327, '1325-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(266041, 2327, '1325-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(266042, 2327, '1325-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(266043, 2327, '1325-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(266044, 2327, '1325-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(266045, 2327, '1325-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(266046, 2327, '1325-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(266047, 2327, '1325-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(266048, 2327, '1326-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(266049, 2327, '1326-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(266050, 2327, '1326-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(266051, 2327, '1326-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(266052, 2327, '1326-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(266053, 2327, '1326-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(266054, 2327, '1326-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(266055, 2327, '1326-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(266056, 2327, '1326-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(266057, 2327, '1326-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(266058, 2327, '1326-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(266059, 2327, '1326-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(266060, 2327, '1327-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(266061, 2327, '1327-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(266062, 2327, '1327-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(266063, 2327, '1327-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(266064, 2327, '1327-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(266065, 2327, '1327-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(266066, 2327, '1327-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(266067, 2327, '1327-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(266068, 2327, '1327-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(266069, 2327, '1327-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(266070, 2327, '1327-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(266071, 2327, '1327-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(266072, 2327, '1328-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(266073, 2327, '1328-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(266074, 2327, '1328-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(266075, 2327, '1328-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(266076, 2327, '1328-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(266077, 2327, '1328-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(266078, 2327, '1328-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(266079, 2327, '1328-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(266080, 2327, '1328-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(266081, 2327, '1328-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(266082, 2327, '1328-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(266083, 2327, '1328-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(266084, 2327, '1329-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(266085, 2327, '1329-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(266086, 2327, '1329-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(266087, 2327, '1329-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(266088, 2327, '1329-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(266089, 2327, '1329-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(266090, 2327, '1329-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(266091, 2327, '1329-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(266092, 2327, '1329-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(266093, 2327, '1329-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(266094, 2327, '1329-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(266095, 2327, '1329-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(266096, 2327, '1330-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(266097, 2327, '1330-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(266098, 2327, '1330-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(266099, 2327, '1330-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(266100, 2327, '1330-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(266101, 2327, '1330-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(266102, 2327, '1330-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(266103, 2327, '1330-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(266104, 2327, '1330-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(266105, 2327, '1330-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(266106, 2327, '1330-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(266107, 2327, '1330-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(266108, 2327, '1331-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(266109, 2327, '1331-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(266110, 2327, '1331-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(266111, 2327, '1331-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(266112, 2327, '1331-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(266113, 2327, '1331-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(266114, 2327, '1331-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(266115, 2327, '1331-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(266116, 2327, '1331-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(266117, 2327, '1331-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(266118, 2327, '1331-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(266119, 2327, '1331-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(266120, 2327, '1332-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(266121, 2327, '1332-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(266122, 2327, '1332-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(266123, 2327, '1332-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(266124, 2327, '1332-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(266125, 2327, '1332-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(266126, 2327, '1332-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(266127, 2327, '1332-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(266128, 2327, '1332-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(266129, 2327, '1332-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(266130, 2327, '1332-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(266131, 2327, '1332-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(266132, 2327, '1333-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:55', '2023-10-31 14:14:55'),
(266133, 2327, '1333-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266134, 2327, '1333-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266135, 2327, '1333-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266136, 2327, '1333-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266137, 2327, '1333-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266138, 2327, '1333-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266139, 2327, '1333-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266140, 2327, '1333-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266141, 2327, '1333-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266142, 2327, '1333-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266143, 2327, '1333-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266144, 2327, '1334-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266145, 2327, '1334-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266146, 2327, '1334-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266147, 2327, '1334-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266148, 2327, '1334-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266149, 2327, '1334-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266150, 2327, '1334-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266151, 2327, '1334-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266152, 2327, '1334-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266153, 2327, '1334-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266154, 2327, '1334-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(266155, 2327, '1334-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266156, 2327, '1335-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266157, 2327, '1335-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266158, 2327, '1335-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266159, 2327, '1335-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266160, 2327, '1335-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266161, 2327, '1335-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266162, 2327, '1335-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266163, 2327, '1335-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266164, 2327, '1335-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266165, 2327, '1335-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266166, 2327, '1335-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266167, 2327, '1335-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266168, 2327, '1336-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266169, 2327, '1336-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266170, 2327, '1336-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266171, 2327, '1336-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266172, 2327, '1336-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266173, 2327, '1336-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266174, 2327, '1336-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266175, 2327, '1336-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266176, 2327, '1336-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266177, 2327, '1336-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266178, 2327, '1336-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266179, 2327, '1336-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266180, 2327, '1337-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266181, 2327, '1337-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266182, 2327, '1337-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266183, 2327, '1337-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266184, 2327, '1337-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266185, 2327, '1337-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266186, 2327, '1337-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266187, 2327, '1337-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266188, 2327, '1337-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266189, 2327, '1337-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266190, 2327, '1337-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266191, 2327, '1337-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266192, 2327, '1338-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266193, 2327, '1338-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266194, 2327, '1338-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266195, 2327, '1338-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266196, 2327, '1338-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266197, 2327, '1338-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266198, 2327, '1338-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266199, 2327, '1338-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266200, 2327, '1338-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266201, 2327, '1338-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266202, 2327, '1338-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266203, 2327, '1338-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266204, 2327, '1339-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266205, 2327, '1339-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266206, 2327, '1339-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266207, 2327, '1339-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266208, 2327, '1339-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266209, 2327, '1339-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266210, 2327, '1339-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266211, 2327, '1339-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266212, 2327, '1339-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266213, 2327, '1339-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266214, 2327, '1339-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266215, 2327, '1339-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266216, 2327, '1340-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266217, 2327, '1340-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266218, 2327, '1340-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266219, 2327, '1340-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266220, 2327, '1340-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266221, 2327, '1340-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266222, 2327, '1340-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266223, 2327, '1340-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266224, 2327, '1340-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266225, 2327, '1340-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266226, 2327, '1340-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266227, 2327, '1340-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266228, 2327, '1341-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266229, 2327, '1341-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266230, 2327, '1341-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266231, 2327, '1341-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266232, 2327, '1341-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266233, 2327, '1341-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266234, 2327, '1341-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266235, 2327, '1341-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266236, 2327, '1341-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266237, 2327, '1341-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266238, 2327, '1341-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266239, 2327, '1341-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266240, 2327, '1342-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266241, 2327, '1342-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266242, 2327, '1342-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266243, 2327, '1342-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266244, 2327, '1342-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266245, 2327, '1342-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266246, 2327, '1342-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266247, 2327, '1342-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266248, 2327, '1342-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266249, 2327, '1342-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266250, 2327, '1342-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266251, 2327, '1342-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266252, 2327, '1343-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266253, 2327, '1343-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266254, 2327, '1343-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266255, 2327, '1343-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266256, 2327, '1343-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266257, 2327, '1343-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266258, 2327, '1343-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266259, 2327, '1343-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266260, 2327, '1343-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266261, 2327, '1343-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266262, 2327, '1343-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266263, 2327, '1343-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266264, 2327, '1344-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266265, 2327, '1344-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266266, 2327, '1344-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266267, 2327, '1344-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266268, 2327, '1344-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266269, 2327, '1344-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266270, 2327, '1344-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266271, 2327, '1344-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266272, 2327, '1344-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266273, 2327, '1344-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266274, 2327, '1344-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266275, 2327, '1344-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266276, 2327, '1345-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266277, 2327, '1345-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266278, 2327, '1345-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266279, 2327, '1345-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266280, 2327, '1345-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266281, 2327, '1345-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266282, 2327, '1345-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266283, 2327, '1345-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266284, 2327, '1345-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266285, 2327, '1345-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266286, 2327, '1345-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266287, 2327, '1345-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266288, 2327, '1346-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266289, 2327, '1346-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266290, 2327, '1346-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266291, 2327, '1346-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266292, 2327, '1346-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266293, 2327, '1346-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266294, 2327, '1346-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266295, 2327, '1346-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266296, 2327, '1346-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266297, 2327, '1346-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266298, 2327, '1346-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266299, 2327, '1346-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266300, 2327, '1347-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266301, 2327, '1347-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266302, 2327, '1347-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266303, 2327, '1347-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266304, 2327, '1347-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266305, 2327, '1347-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266306, 2327, '1347-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266307, 2327, '1347-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266308, 2327, '1347-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266309, 2327, '1347-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266310, 2327, '1347-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266311, 2327, '1347-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266312, 2327, '1348-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266313, 2327, '1348-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266314, 2327, '1348-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266315, 2327, '1348-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266316, 2327, '1348-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266317, 2327, '1348-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266318, 2327, '1348-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266319, 2327, '1348-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266320, 2327, '1348-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266321, 2327, '1348-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266322, 2327, '1348-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266323, 2327, '1348-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266324, 2327, '1349-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266325, 2327, '1349-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266326, 2327, '1349-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266327, 2327, '1349-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266328, 2327, '1349-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266329, 2327, '1349-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266330, 2327, '1349-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266331, 2327, '1349-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266332, 2327, '1349-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266333, 2327, '1349-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266334, 2327, '1349-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266335, 2327, '1349-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266336, 2327, '1350-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266337, 2327, '1350-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266338, 2327, '1350-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266339, 2327, '1350-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266340, 2327, '1350-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266341, 2327, '1350-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266342, 2327, '1350-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266343, 2327, '1350-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266344, 2327, '1350-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266345, 2327, '1350-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266346, 2327, '1350-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266347, 2327, '1350-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266348, 2327, '1351-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266349, 2327, '1351-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266350, 2327, '1351-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266351, 2327, '1351-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266352, 2327, '1351-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266353, 2327, '1351-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266354, 2327, '1351-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266355, 2327, '1351-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266356, 2327, '1351-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266357, 2327, '1351-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266358, 2327, '1351-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266359, 2327, '1351-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266360, 2327, '1352-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266361, 2327, '1352-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266362, 2327, '1352-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266363, 2327, '1352-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266364, 2327, '1352-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266365, 2327, '1352-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266366, 2327, '1352-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266367, 2327, '1352-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266368, 2327, '1352-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266369, 2327, '1352-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266370, 2327, '1352-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266371, 2327, '1352-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266372, 2327, '1353-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266373, 2327, '1353-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266374, 2327, '1353-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266375, 2327, '1353-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266376, 2327, '1353-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266377, 2327, '1353-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266378, 2327, '1353-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266379, 2327, '1353-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266380, 2327, '1353-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266381, 2327, '1353-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266382, 2327, '1353-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266383, 2327, '1353-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266384, 2327, '1354-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266385, 2327, '1354-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266386, 2327, '1354-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266387, 2327, '1354-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266388, 2327, '1354-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266389, 2327, '1354-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266390, 2327, '1354-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266391, 2327, '1354-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266392, 2327, '1354-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266393, 2327, '1354-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266394, 2327, '1354-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266395, 2327, '1354-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266396, 2327, '1355-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266397, 2327, '1355-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266398, 2327, '1355-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266399, 2327, '1355-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266400, 2327, '1355-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266401, 2327, '1355-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266402, 2327, '1355-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266403, 2327, '1355-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266404, 2327, '1355-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266405, 2327, '1355-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266406, 2327, '1355-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266407, 2327, '1355-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266408, 2327, '1356-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266409, 2327, '1356-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266410, 2327, '1356-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266411, 2327, '1356-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266412, 2327, '1356-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266413, 2327, '1356-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266414, 2327, '1356-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266415, 2327, '1356-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266416, 2327, '1356-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266417, 2327, '1356-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266418, 2327, '1356-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266419, 2327, '1356-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266420, 2327, '1357-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266421, 2327, '1357-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266422, 2327, '1357-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266423, 2327, '1357-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266424, 2327, '1357-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266425, 2327, '1357-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266426, 2327, '1357-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266427, 2327, '1357-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266428, 2327, '1357-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266429, 2327, '1357-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266430, 2327, '1357-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266431, 2327, '1357-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266432, 2327, '1358-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266433, 2327, '1358-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266434, 2327, '1358-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266435, 2327, '1358-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266436, 2327, '1358-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266437, 2327, '1358-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266438, 2327, '1358-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266439, 2327, '1358-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266440, 2327, '1358-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266441, 2327, '1358-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266442, 2327, '1358-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266443, 2327, '1358-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266444, 2327, '1359-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266445, 2327, '1359-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266446, 2327, '1359-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266447, 2327, '1359-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266448, 2327, '1359-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266449, 2327, '1359-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266450, 2327, '1359-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266451, 2327, '1359-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266452, 2327, '1359-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266453, 2327, '1359-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266454, 2327, '1359-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266455, 2327, '1359-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266456, 2327, '1360-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266457, 2327, '1360-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266458, 2327, '1360-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266459, 2327, '1360-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266460, 2327, '1360-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266461, 2327, '1360-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266462, 2327, '1360-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266463, 2327, '1360-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266464, 2327, '1360-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266465, 2327, '1360-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266466, 2327, '1360-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266467, 2327, '1360-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266468, 2327, '1361-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266469, 2327, '1361-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266470, 2327, '1361-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266471, 2327, '1361-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266472, 2327, '1361-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266473, 2327, '1361-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266474, 2327, '1361-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266475, 2327, '1361-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266476, 2327, '1361-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266477, 2327, '1361-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266478, 2327, '1361-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266479, 2327, '1361-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266480, 2327, '1362-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266481, 2327, '1362-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266482, 2327, '1362-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266483, 2327, '1362-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266484, 2327, '1362-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266485, 2327, '1362-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266486, 2327, '1362-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266487, 2327, '1362-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266488, 2327, '1362-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266489, 2327, '1362-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266490, 2327, '1362-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266491, 2327, '1362-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266492, 2327, '1363-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266493, 2327, '1363-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266494, 2327, '1363-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266495, 2327, '1363-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266496, 2327, '1363-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266497, 2327, '1363-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266498, 2327, '1363-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266499, 2327, '1363-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266500, 2327, '1363-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266501, 2327, '1363-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266502, 2327, '1363-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266503, 2327, '1363-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266504, 2327, '1364-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266505, 2327, '1364-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266506, 2327, '1364-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266507, 2327, '1364-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266508, 2327, '1364-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266509, 2327, '1364-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266510, 2327, '1364-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266511, 2327, '1364-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266512, 2327, '1364-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266513, 2327, '1364-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266514, 2327, '1364-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266515, 2327, '1364-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266516, 2327, '1365-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:56', '2023-10-31 14:14:56'),
(266517, 2327, '1365-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266518, 2327, '1365-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266519, 2327, '1365-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266520, 2327, '1365-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266521, 2327, '1365-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266522, 2327, '1365-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266523, 2327, '1365-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266524, 2327, '1365-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266525, 2327, '1365-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266526, 2327, '1365-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266527, 2327, '1365-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266528, 2327, '1366-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266529, 2327, '1366-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266530, 2327, '1366-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266531, 2327, '1366-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266532, 2327, '1366-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266533, 2327, '1366-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266534, 2327, '1366-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266535, 2327, '1366-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266536, 2327, '1366-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266537, 2327, '1366-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266538, 2327, '1366-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266539, 2327, '1366-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266540, 2327, '1367-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266541, 2327, '1367-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266542, 2327, '1367-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266543, 2327, '1367-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266544, 2327, '1367-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266545, 2327, '1367-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266546, 2327, '1367-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266547, 2327, '1367-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266548, 2327, '1367-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266549, 2327, '1367-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266550, 2327, '1367-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266551, 2327, '1367-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266552, 2327, '1368-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266553, 2327, '1368-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266554, 2327, '1368-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266555, 2327, '1368-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266556, 2327, '1368-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266557, 2327, '1368-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266558, 2327, '1368-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266559, 2327, '1368-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266560, 2327, '1368-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266561, 2327, '1368-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266562, 2327, '1368-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266563, 2327, '1368-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266564, 2327, '1369-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266565, 2327, '1369-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266566, 2327, '1369-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266567, 2327, '1369-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266568, 2327, '1369-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266569, 2327, '1369-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266570, 2327, '1369-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266571, 2327, '1369-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266572, 2327, '1369-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266573, 2327, '1369-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266574, 2327, '1369-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266575, 2327, '1369-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266576, 2327, '1370-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266577, 2327, '1370-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266578, 2327, '1370-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266579, 2327, '1370-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266580, 2327, '1370-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266581, 2327, '1370-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266582, 2327, '1370-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266583, 2327, '1370-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266584, 2327, '1370-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266585, 2327, '1370-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266586, 2327, '1370-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266587, 2327, '1370-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266588, 2327, '1371-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266589, 2327, '1371-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266590, 2327, '1371-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266591, 2327, '1371-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266592, 2327, '1371-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266593, 2327, '1371-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266594, 2327, '1371-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266595, 2327, '1371-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266596, 2327, '1371-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266597, 2327, '1371-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266598, 2327, '1371-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266599, 2327, '1371-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266600, 2327, '1372-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266601, 2327, '1372-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266602, 2327, '1372-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266603, 2327, '1372-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266604, 2327, '1372-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266605, 2327, '1372-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266606, 2327, '1372-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266607, 2327, '1372-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266608, 2327, '1372-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266609, 2327, '1372-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266610, 2327, '1372-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266611, 2327, '1372-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266612, 2327, '1373-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266613, 2327, '1373-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266614, 2327, '1373-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266615, 2327, '1373-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266616, 2327, '1373-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266617, 2327, '1373-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266618, 2327, '1373-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266619, 2327, '1373-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(266620, 2327, '1373-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266621, 2327, '1373-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266622, 2327, '1373-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266623, 2327, '1373-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266624, 2327, '1374-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266625, 2327, '1374-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266626, 2327, '1374-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266627, 2327, '1374-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266628, 2327, '1374-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266629, 2327, '1374-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266630, 2327, '1374-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266631, 2327, '1374-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266632, 2327, '1374-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266633, 2327, '1374-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266634, 2327, '1374-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266635, 2327, '1374-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266636, 2327, '1375-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266637, 2327, '1375-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266638, 2327, '1375-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266639, 2327, '1375-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266640, 2327, '1375-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266641, 2327, '1375-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266642, 2327, '1375-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266643, 2327, '1375-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266644, 2327, '1375-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266645, 2327, '1375-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266646, 2327, '1375-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266647, 2327, '1375-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266648, 2327, '1376-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266649, 2327, '1376-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266650, 2327, '1376-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266651, 2327, '1376-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266652, 2327, '1376-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266653, 2327, '1376-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266654, 2327, '1376-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266655, 2327, '1376-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266656, 2327, '1376-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266657, 2327, '1376-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266658, 2327, '1376-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266659, 2327, '1376-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266660, 2327, '1377-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266661, 2327, '1377-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266662, 2327, '1377-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266663, 2327, '1377-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266664, 2327, '1377-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266665, 2327, '1377-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266666, 2327, '1377-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266667, 2327, '1377-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266668, 2327, '1377-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266669, 2327, '1377-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266670, 2327, '1377-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266671, 2327, '1377-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266672, 2327, '1378-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266673, 2327, '1378-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266674, 2327, '1378-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266675, 2327, '1378-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266676, 2327, '1378-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266677, 2327, '1378-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266678, 2327, '1378-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266679, 2327, '1378-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266680, 2327, '1378-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266681, 2327, '1378-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266682, 2327, '1378-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266683, 2327, '1378-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266684, 2327, '1379-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266685, 2327, '1379-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266686, 2327, '1379-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266687, 2327, '1379-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266688, 2327, '1379-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266689, 2327, '1379-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266690, 2327, '1379-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266691, 2327, '1379-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266692, 2327, '1379-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266693, 2327, '1379-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266694, 2327, '1379-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266695, 2327, '1379-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266696, 2327, '1380-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266697, 2327, '1380-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266698, 2327, '1380-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266699, 2327, '1380-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266700, 2327, '1380-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266701, 2327, '1380-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266702, 2327, '1380-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266703, 2327, '1380-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266704, 2327, '1380-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266705, 2327, '1380-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266706, 2327, '1380-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266707, 2327, '1380-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266708, 2327, '1381-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266709, 2327, '1381-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266710, 2327, '1381-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266711, 2327, '1381-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266712, 2327, '1381-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266713, 2327, '1381-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266714, 2327, '1381-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266715, 2327, '1381-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266716, 2327, '1381-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266717, 2327, '1381-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266718, 2327, '1381-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266719, 2327, '1381-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266720, 2327, '1382-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266721, 2327, '1382-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266722, 2327, '1382-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266723, 2327, '1382-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266724, 2327, '1382-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266725, 2327, '1382-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266726, 2327, '1382-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266727, 2327, '1382-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266728, 2327, '1382-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266729, 2327, '1382-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266730, 2327, '1382-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266731, 2327, '1382-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266732, 2327, '1383-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266733, 2327, '1383-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266734, 2327, '1383-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266735, 2327, '1383-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266736, 2327, '1383-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266737, 2327, '1383-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266738, 2327, '1383-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266739, 2327, '1383-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266740, 2327, '1383-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266741, 2327, '1383-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266742, 2327, '1383-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266743, 2327, '1383-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266744, 2327, '1384-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266745, 2327, '1384-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266746, 2327, '1384-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266747, 2327, '1384-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266748, 2327, '1384-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266749, 2327, '1384-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266750, 2327, '1384-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266751, 2327, '1384-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266752, 2327, '1384-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266753, 2327, '1384-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266754, 2327, '1384-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266755, 2327, '1384-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266756, 2327, '1385-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266757, 2327, '1385-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266758, 2327, '1385-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266759, 2327, '1385-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266760, 2327, '1385-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266761, 2327, '1385-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266762, 2327, '1385-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266763, 2327, '1385-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266764, 2327, '1385-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:57', '2023-10-31 14:14:57'),
(266765, 2327, '1385-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(266766, 2327, '1385-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(266767, 2327, '1385-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(266768, 2327, '1386-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(266769, 2327, '1386-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(266770, 2327, '1386-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(266771, 2327, '1386-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(266772, 2327, '1386-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(266773, 2327, '1386-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(266774, 2327, '1386-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(266775, 2327, '1386-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(266776, 2327, '1386-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(266777, 2327, '1386-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(266778, 2327, '1386-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(266779, 2327, '1386-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(266780, 2327, '1387-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(266781, 2327, '1387-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(266782, 2327, '1387-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(266783, 2327, '1387-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(266784, 2327, '1387-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(266785, 2327, '1387-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(266786, 2327, '1387-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(266787, 2327, '1387-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(266788, 2327, '1387-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(266789, 2327, '1387-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(266790, 2327, '1387-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(266791, 2327, '1387-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(266792, 2327, '1388-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(266793, 2327, '1388-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(266794, 2327, '1388-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(266795, 2327, '1388-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(266796, 2327, '1388-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(266797, 2327, '1388-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(266798, 2327, '1388-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(266799, 2327, '1388-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(266800, 2327, '1388-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(266801, 2327, '1388-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(266802, 2327, '1388-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(266803, 2327, '1388-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(266804, 2327, '1389-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(266805, 2327, '1389-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(266806, 2327, '1389-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(266807, 2327, '1389-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(266808, 2327, '1389-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(266809, 2327, '1389-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(266810, 2327, '1389-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(266811, 2327, '1389-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(266812, 2327, '1389-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(266813, 2327, '1389-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(266814, 2327, '1389-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(266815, 2327, '1389-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(266816, 2327, '1390-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(266817, 2327, '1390-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(266818, 2327, '1390-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(266819, 2327, '1390-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(266820, 2327, '1390-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(266821, 2327, '1390-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(266822, 2327, '1390-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(266823, 2327, '1390-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(266824, 2327, '1390-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(266825, 2327, '1390-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(266826, 2327, '1390-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(266827, 2327, '1390-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(266828, 2327, '1391-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(266829, 2327, '1391-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(266830, 2327, '1391-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(266831, 2327, '1391-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(266832, 2327, '1391-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(266833, 2327, '1391-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(266834, 2327, '1391-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(266835, 2327, '1391-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(266836, 2327, '1391-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(266837, 2327, '1391-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(266838, 2327, '1391-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(266839, 2327, '1391-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(266840, 2327, '1392-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(266841, 2327, '1392-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(266842, 2327, '1392-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(266843, 2327, '1392-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(266844, 2327, '1392-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(266845, 2327, '1392-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(266846, 2327, '1392-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(266847, 2327, '1392-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(266848, 2327, '1392-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(266849, 2327, '1392-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(266850, 2327, '1392-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(266851, 2327, '1392-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(266852, 2327, '1393-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(266853, 2327, '1393-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(266854, 2327, '1393-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(266855, 2327, '1393-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(266856, 2327, '1393-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(266857, 2327, '1393-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(266858, 2327, '1393-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(266859, 2327, '1393-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(266860, 2327, '1393-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(266861, 2327, '1393-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(266862, 2327, '1393-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(266863, 2327, '1393-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(266864, 2327, '1394-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(266865, 2327, '1394-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(266866, 2327, '1394-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(266867, 2327, '1394-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(266868, 2327, '1394-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(266869, 2327, '1394-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(266870, 2327, '1394-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(266871, 2327, '1394-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(266872, 2327, '1394-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(266873, 2327, '1394-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(266874, 2327, '1394-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(266875, 2327, '1394-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(266876, 2327, '1395-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(266877, 2327, '1395-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(266878, 2327, '1395-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(266879, 2327, '1395-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(266880, 2327, '1395-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(266881, 2327, '1395-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(266882, 2327, '1395-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(266883, 2327, '1395-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(266884, 2327, '1395-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(266885, 2327, '1395-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(266886, 2327, '1395-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(266887, 2327, '1395-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(266888, 2327, '1396-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(266889, 2327, '1396-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(266890, 2327, '1396-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(266891, 2327, '1396-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(266892, 2327, '1396-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(266893, 2327, '1396-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(266894, 2327, '1396-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(266895, 2327, '1396-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(266896, 2327, '1396-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(266897, 2327, '1396-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(266898, 2327, '1396-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(266899, 2327, '1396-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(266900, 2327, '1397-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(266901, 2327, '1397-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(266902, 2327, '1397-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(266903, 2327, '1397-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(266904, 2327, '1397-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(266905, 2327, '1397-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(266906, 2327, '1397-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(266907, 2327, '1397-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(266908, 2327, '1397-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(266909, 2327, '1397-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(266910, 2327, '1397-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(266911, 2327, '1397-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(266912, 2327, '1398-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(266913, 2327, '1398-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(266914, 2327, '1398-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(266915, 2327, '1398-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(266916, 2327, '1398-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(266917, 2327, '1398-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(266918, 2327, '1398-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(266919, 2327, '1398-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(266920, 2327, '1398-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(266921, 2327, '1398-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(266922, 2327, '1398-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(266923, 2327, '1398-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(266924, 2327, '1399-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(266925, 2327, '1399-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(266926, 2327, '1399-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(266927, 2327, '1399-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(266928, 2327, '1399-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(266929, 2327, '1399-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(266930, 2327, '1399-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(266931, 2327, '1399-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(266932, 2327, '1399-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(266933, 2327, '1399-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(266934, 2327, '1399-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(266935, 2327, '1399-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(266936, 2327, '1400-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(266937, 2327, '1400-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(266938, 2327, '1400-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(266939, 2327, '1400-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(266940, 2327, '1400-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(266941, 2327, '1400-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(266942, 2327, '1400-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(266943, 2327, '1400-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(266944, 2327, '1400-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(266945, 2327, '1400-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(266946, 2327, '1400-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(266947, 2327, '1400-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(266948, 2327, '1401-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(266949, 2327, '1401-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(266950, 2327, '1401-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(266951, 2327, '1401-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(266952, 2327, '1401-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(266953, 2327, '1401-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(266954, 2327, '1401-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(266955, 2327, '1401-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(266956, 2327, '1401-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(266957, 2327, '1401-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(266958, 2327, '1401-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(266959, 2327, '1401-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(266960, 2327, '1402-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(266961, 2327, '1402-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(266962, 2327, '1402-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(266963, 2327, '1402-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(266964, 2327, '1402-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(266965, 2327, '1402-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(266966, 2327, '1402-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(266967, 2327, '1402-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(266968, 2327, '1402-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(266969, 2327, '1402-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(266970, 2327, '1402-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(266971, 2327, '1402-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(266972, 2327, '1403-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(266973, 2327, '1403-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(266974, 2327, '1403-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(266975, 2327, '1403-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(266976, 2327, '1403-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(266977, 2327, '1403-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(266978, 2327, '1403-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(266979, 2327, '1403-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(266980, 2327, '1403-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(266981, 2327, '1403-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(266982, 2327, '1403-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(266983, 2327, '1403-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(266984, 2327, '1404-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(266985, 2327, '1404-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(266986, 2327, '1404-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(266987, 2327, '1404-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(266988, 2327, '1404-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(266989, 2327, '1404-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(266990, 2327, '1404-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(266991, 2327, '1404-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(266992, 2327, '1404-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(266993, 2327, '1404-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(266994, 2327, '1404-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(266995, 2327, '1404-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(266996, 2327, '1405-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(266997, 2327, '1405-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(266998, 2327, '1405-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(266999, 2327, '1405-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(267000, 2327, '1405-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(267001, 2327, '1405-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(267002, 2327, '1405-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(267003, 2327, '1405-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(267004, 2327, '1405-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(267005, 2327, '1405-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(267006, 2327, '1405-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(267007, 2327, '1405-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(267008, 2327, '1406-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(267009, 2327, '1406-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(267010, 2327, '1406-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(267011, 2327, '1406-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(267012, 2327, '1406-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(267013, 2327, '1406-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(267014, 2327, '1406-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(267015, 2327, '1406-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(267016, 2327, '1406-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(267017, 2327, '1406-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(267018, 2327, '1406-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(267019, 2327, '1406-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(267020, 2327, '1407-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(267021, 2327, '1407-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(267022, 2327, '1407-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(267023, 2327, '1407-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(267024, 2327, '1407-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(267025, 2327, '1407-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(267026, 2327, '1407-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(267027, 2327, '1407-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(267028, 2327, '1407-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(267029, 2327, '1407-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(267030, 2327, '1407-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(267031, 2327, '1407-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(267032, 2327, '1408-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(267033, 2327, '1408-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(267034, 2327, '1408-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(267035, 2327, '1408-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(267036, 2327, '1408-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(267037, 2327, '1408-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(267038, 2327, '1408-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(267039, 2327, '1408-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(267040, 2327, '1408-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(267041, 2327, '1408-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(267042, 2327, '1408-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(267043, 2327, '1408-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(267044, 2327, '1409-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(267045, 2327, '1409-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(267046, 2327, '1409-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(267047, 2327, '1409-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(267048, 2327, '1409-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(267049, 2327, '1409-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(267050, 2327, '1409-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(267051, 2327, '1409-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(267052, 2327, '1409-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(267053, 2327, '1409-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(267054, 2327, '1409-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(267055, 2327, '1409-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(267056, 2327, '1410-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(267057, 2327, '1410-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(267058, 2327, '1410-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(267059, 2327, '1410-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(267060, 2327, '1410-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(267061, 2327, '1410-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(267062, 2327, '1410-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(267063, 2327, '1410-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(267064, 2327, '1410-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(267065, 2327, '1410-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(267066, 2327, '1410-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(267067, 2327, '1410-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(267068, 2327, '1411-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(267069, 2327, '1411-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(267070, 2327, '1411-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(267071, 2327, '1411-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(267072, 2327, '1411-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(267073, 2327, '1411-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(267074, 2327, '1411-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(267075, 2327, '1411-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(267076, 2327, '1411-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(267077, 2327, '1411-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(267078, 2327, '1411-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(267079, 2327, '1411-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(267080, 2327, '1412-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(267081, 2327, '1412-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(267082, 2327, '1412-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(267083, 2327, '1412-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(267084, 2327, '1412-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(267085, 2327, '1412-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(267086, 2327, '1412-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(267087, 2327, '1412-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(267088, 2327, '1412-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(267089, 2327, '1412-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(267090, 2327, '1412-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(267091, 2327, '1412-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:58', '2023-10-31 14:14:58'),
(267092, 2327, '1413-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267093, 2327, '1413-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267094, 2327, '1413-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267095, 2327, '1413-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267096, 2327, '1413-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267097, 2327, '1413-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267098, 2327, '1413-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267099, 2327, '1413-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267100, 2327, '1413-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267101, 2327, '1413-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267102, 2327, '1413-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267103, 2327, '1413-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267104, 2327, '1414-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267105, 2327, '1414-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267106, 2327, '1414-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267107, 2327, '1414-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267108, 2327, '1414-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267109, 2327, '1414-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267110, 2327, '1414-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267111, 2327, '1414-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267112, 2327, '1414-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267113, 2327, '1414-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267114, 2327, '1414-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267115, 2327, '1414-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267116, 2327, '1415-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267117, 2327, '1415-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267118, 2327, '1415-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267119, 2327, '1415-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267120, 2327, '1415-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267121, 2327, '1415-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267122, 2327, '1415-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267123, 2327, '1415-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267124, 2327, '1415-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267125, 2327, '1415-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267126, 2327, '1415-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267127, 2327, '1415-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267128, 2327, '1416-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267129, 2327, '1416-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267130, 2327, '1416-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267131, 2327, '1416-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267132, 2327, '1416-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267133, 2327, '1416-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267134, 2327, '1416-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267135, 2327, '1416-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267136, 2327, '1416-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267137, 2327, '1416-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267138, 2327, '1416-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267139, 2327, '1416-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267140, 2327, '1417-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267141, 2327, '1417-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267142, 2327, '1417-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267143, 2327, '1417-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267144, 2327, '1417-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267145, 2327, '1417-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267146, 2327, '1417-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267147, 2327, '1417-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267148, 2327, '1417-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267149, 2327, '1417-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267150, 2327, '1417-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267151, 2327, '1417-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267152, 2327, '1418-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267153, 2327, '1418-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267154, 2327, '1418-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267155, 2327, '1418-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267156, 2327, '1418-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267157, 2327, '1418-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267158, 2327, '1418-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267159, 2327, '1418-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267160, 2327, '1418-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267161, 2327, '1418-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267162, 2327, '1418-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267163, 2327, '1418-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267164, 2327, '1419-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267165, 2327, '1419-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267166, 2327, '1419-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267167, 2327, '1419-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267168, 2327, '1419-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267169, 2327, '1419-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267170, 2327, '1419-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267171, 2327, '1419-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267172, 2327, '1419-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267173, 2327, '1419-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267174, 2327, '1419-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267175, 2327, '1419-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267176, 2327, '1420-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267177, 2327, '1420-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267178, 2327, '1420-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267179, 2327, '1420-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267180, 2327, '1420-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267181, 2327, '1420-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267182, 2327, '1420-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267183, 2327, '1420-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267184, 2327, '1420-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267185, 2327, '1420-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267186, 2327, '1420-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267187, 2327, '1420-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267188, 2327, '1421-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267189, 2327, '1421-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267190, 2327, '1421-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267191, 2327, '1421-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267192, 2327, '1421-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267193, 2327, '1421-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267194, 2327, '1421-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267195, 2327, '1421-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267196, 2327, '1421-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267197, 2327, '1421-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267198, 2327, '1421-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267199, 2327, '1421-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267200, 2327, '1422-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267201, 2327, '1422-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267202, 2327, '1422-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267203, 2327, '1422-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267204, 2327, '1422-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267205, 2327, '1422-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267206, 2327, '1422-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267207, 2327, '1422-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267208, 2327, '1422-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267209, 2327, '1422-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267210, 2327, '1422-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267211, 2327, '1422-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267212, 2327, '1423-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267213, 2327, '1423-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267214, 2327, '1423-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267215, 2327, '1423-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267216, 2327, '1423-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267217, 2327, '1423-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267218, 2327, '1423-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267219, 2327, '1423-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267220, 2327, '1423-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267221, 2327, '1423-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267222, 2327, '1423-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267223, 2327, '1423-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267224, 2327, '1424-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267225, 2327, '1424-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267226, 2327, '1424-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267227, 2327, '1424-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267228, 2327, '1424-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267229, 2327, '1424-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267230, 2327, '1424-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267231, 2327, '1424-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267232, 2327, '1424-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267233, 2327, '1424-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267234, 2327, '1424-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267235, 2327, '1424-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267236, 2327, '1425-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267237, 2327, '1425-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267238, 2327, '1425-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267239, 2327, '1425-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267240, 2327, '1425-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267241, 2327, '1425-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267242, 2327, '1425-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267243, 2327, '1425-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267244, 2327, '1425-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267245, 2327, '1425-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267246, 2327, '1425-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267247, 2327, '1425-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267248, 2327, '1426-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267249, 2327, '1426-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267250, 2327, '1426-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267251, 2327, '1426-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267252, 2327, '1426-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267253, 2327, '1426-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267254, 2327, '1426-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267255, 2327, '1426-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267256, 2327, '1426-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267257, 2327, '1426-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267258, 2327, '1426-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267259, 2327, '1426-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267260, 2327, '1427-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267261, 2327, '1427-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267262, 2327, '1427-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267263, 2327, '1427-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267264, 2327, '1427-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267265, 2327, '1427-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267266, 2327, '1427-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267267, 2327, '1427-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267268, 2327, '1427-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267269, 2327, '1427-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267270, 2327, '1427-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267271, 2327, '1427-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267272, 2327, '1428-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267273, 2327, '1428-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267274, 2327, '1428-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267275, 2327, '1428-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267276, 2327, '1428-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267277, 2327, '1428-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267278, 2327, '1428-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267279, 2327, '1428-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267280, 2327, '1428-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267281, 2327, '1428-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267282, 2327, '1428-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267283, 2327, '1428-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267284, 2327, '1429-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267285, 2327, '1429-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267286, 2327, '1429-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267287, 2327, '1429-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267288, 2327, '1429-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267289, 2327, '1429-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267290, 2327, '1429-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267291, 2327, '1429-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267292, 2327, '1429-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267293, 2327, '1429-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267294, 2327, '1429-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267295, 2327, '1429-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267296, 2327, '1430-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267297, 2327, '1430-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267298, 2327, '1430-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267299, 2327, '1430-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267300, 2327, '1430-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267301, 2327, '1430-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267302, 2327, '1430-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267303, 2327, '1430-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267304, 2327, '1430-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267305, 2327, '1430-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267306, 2327, '1430-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267307, 2327, '1430-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267308, 2327, '1431-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267309, 2327, '1431-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267310, 2327, '1431-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267311, 2327, '1431-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267312, 2327, '1431-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267313, 2327, '1431-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267314, 2327, '1431-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267315, 2327, '1431-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267316, 2327, '1431-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267317, 2327, '1431-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267318, 2327, '1431-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267319, 2327, '1431-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267320, 2327, '1432-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267321, 2327, '1432-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267322, 2327, '1432-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267323, 2327, '1432-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267324, 2327, '1432-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267325, 2327, '1432-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267326, 2327, '1432-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267327, 2327, '1432-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267328, 2327, '1432-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267329, 2327, '1432-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267330, 2327, '1432-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267331, 2327, '1432-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267332, 2327, '1433-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267333, 2327, '1433-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267334, 2327, '1433-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267335, 2327, '1433-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267336, 2327, '1433-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267337, 2327, '1433-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267338, 2327, '1433-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267339, 2327, '1433-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267340, 2327, '1433-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267341, 2327, '1433-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267342, 2327, '1433-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267343, 2327, '1433-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267344, 2327, '1434-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267345, 2327, '1434-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267346, 2327, '1434-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267347, 2327, '1434-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267348, 2327, '1434-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267349, 2327, '1434-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267350, 2327, '1434-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267351, 2327, '1434-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267352, 2327, '1434-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267353, 2327, '1434-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267354, 2327, '1434-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267355, 2327, '1434-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267356, 2327, '1435-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267357, 2327, '1435-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267358, 2327, '1435-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267359, 2327, '1435-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267360, 2327, '1435-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267361, 2327, '1435-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267362, 2327, '1435-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267363, 2327, '1435-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267364, 2327, '1435-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267365, 2327, '1435-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267366, 2327, '1435-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267367, 2327, '1435-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267368, 2327, '1436-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267369, 2327, '1436-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267370, 2327, '1436-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267371, 2327, '1436-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267372, 2327, '1436-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267373, 2327, '1436-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267374, 2327, '1436-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267375, 2327, '1436-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267376, 2327, '1436-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267377, 2327, '1436-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267378, 2327, '1436-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267379, 2327, '1436-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267380, 2327, '1437-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267381, 2327, '1437-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267382, 2327, '1437-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267383, 2327, '1437-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267384, 2327, '1437-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267385, 2327, '1437-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267386, 2327, '1437-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267387, 2327, '1437-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267388, 2327, '1437-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267389, 2327, '1437-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267390, 2327, '1437-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267391, 2327, '1437-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267392, 2327, '1438-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267393, 2327, '1438-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267394, 2327, '1438-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267395, 2327, '1438-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267396, 2327, '1438-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267397, 2327, '1438-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267398, 2327, '1438-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267399, 2327, '1438-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267400, 2327, '1438-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267401, 2327, '1438-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267402, 2327, '1438-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267403, 2327, '1438-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267404, 2327, '1439-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267405, 2327, '1439-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267406, 2327, '1439-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267407, 2327, '1439-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267408, 2327, '1439-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267409, 2327, '1439-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267410, 2327, '1439-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267411, 2327, '1439-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267412, 2327, '1439-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267413, 2327, '1439-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267414, 2327, '1439-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267415, 2327, '1439-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267416, 2327, '1440-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267417, 2327, '1440-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267418, 2327, '1440-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267419, 2327, '1440-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267420, 2327, '1440-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267421, 2327, '1440-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267422, 2327, '1440-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267423, 2327, '1440-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267424, 2327, '1440-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267425, 2327, '1440-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267426, 2327, '1440-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267427, 2327, '1440-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267428, 2327, '1441-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267429, 2327, '1441-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267430, 2327, '1441-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267431, 2327, '1441-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267432, 2327, '1441-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267433, 2327, '1441-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267434, 2327, '1441-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267435, 2327, '1441-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267436, 2327, '1441-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267437, 2327, '1441-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267438, 2327, '1441-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267439, 2327, '1441-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:14:59', '2023-10-31 14:14:59'),
(267440, 2327, '1442-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267441, 2327, '1442-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267442, 2327, '1442-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267443, 2327, '1442-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267444, 2327, '1442-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267445, 2327, '1442-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267446, 2327, '1442-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267447, 2327, '1442-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267448, 2327, '1442-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267449, 2327, '1442-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267450, 2327, '1442-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267451, 2327, '1442-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267452, 2327, '1443-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267453, 2327, '1443-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267454, 2327, '1443-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267455, 2327, '1443-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267456, 2327, '1443-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267457, 2327, '1443-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267458, 2327, '1443-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267459, 2327, '1443-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267460, 2327, '1443-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267461, 2327, '1443-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267462, 2327, '1443-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267463, 2327, '1443-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267464, 2327, '1444-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267465, 2327, '1444-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267466, 2327, '1444-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267467, 2327, '1444-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267468, 2327, '1444-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267469, 2327, '1444-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267470, 2327, '1444-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267471, 2327, '1444-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267472, 2327, '1444-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267473, 2327, '1444-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267474, 2327, '1444-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267475, 2327, '1444-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267476, 2327, '1445-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267477, 2327, '1445-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267478, 2327, '1445-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267479, 2327, '1445-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267480, 2327, '1445-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267481, 2327, '1445-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267482, 2327, '1445-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267483, 2327, '1445-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267484, 2327, '1445-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267485, 2327, '1445-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267486, 2327, '1445-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267487, 2327, '1445-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267488, 2327, '1446-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267489, 2327, '1446-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267490, 2327, '1446-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267491, 2327, '1446-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267492, 2327, '1446-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267493, 2327, '1446-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267494, 2327, '1446-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267495, 2327, '1446-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267496, 2327, '1446-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267497, 2327, '1446-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267498, 2327, '1446-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267499, 2327, '1446-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267500, 2327, '1447-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267501, 2327, '1447-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267502, 2327, '1447-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267503, 2327, '1447-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267504, 2327, '1447-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267505, 2327, '1447-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267506, 2327, '1447-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267507, 2327, '1447-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267508, 2327, '1447-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267509, 2327, '1447-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267510, 2327, '1447-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267511, 2327, '1447-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267512, 2327, '1448-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267513, 2327, '1448-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267514, 2327, '1448-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267515, 2327, '1448-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267516, 2327, '1448-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267517, 2327, '1448-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267518, 2327, '1448-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267519, 2327, '1448-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267520, 2327, '1448-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267521, 2327, '1448-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267522, 2327, '1448-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267523, 2327, '1448-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267524, 2327, '1449-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267525, 2327, '1449-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267526, 2327, '1449-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267527, 2327, '1449-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267528, 2327, '1449-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267529, 2327, '1449-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267530, 2327, '1449-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267531, 2327, '1449-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267532, 2327, '1449-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267533, 2327, '1449-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267534, 2327, '1449-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267535, 2327, '1449-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267536, 2327, '1450-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267537, 2327, '1450-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267538, 2327, '1450-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267539, 2327, '1450-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267540, 2327, '1450-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267541, 2327, '1450-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267542, 2327, '1450-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267543, 2327, '1450-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267544, 2327, '1450-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267545, 2327, '1450-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267546, 2327, '1450-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267547, 2327, '1450-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267548, 2327, '1451-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267549, 2327, '1451-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(267550, 2327, '1451-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267551, 2327, '1451-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267552, 2327, '1451-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267553, 2327, '1451-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267554, 2327, '1451-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267555, 2327, '1451-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267556, 2327, '1451-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267557, 2327, '1451-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267558, 2327, '1451-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267559, 2327, '1451-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267560, 2327, '1452-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267561, 2327, '1452-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267562, 2327, '1452-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267563, 2327, '1452-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267564, 2327, '1452-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267565, 2327, '1452-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267566, 2327, '1452-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267567, 2327, '1452-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267568, 2327, '1452-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267569, 2327, '1452-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267570, 2327, '1452-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267571, 2327, '1452-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267572, 2327, '1453-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267573, 2327, '1453-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267574, 2327, '1453-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267575, 2327, '1453-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267576, 2327, '1453-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267577, 2327, '1453-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267578, 2327, '1453-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267579, 2327, '1453-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267580, 2327, '1453-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267581, 2327, '1453-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267582, 2327, '1453-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267583, 2327, '1453-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267584, 2327, '1454-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267585, 2327, '1454-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267586, 2327, '1454-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267587, 2327, '1454-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267588, 2327, '1454-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267589, 2327, '1454-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267590, 2327, '1454-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267591, 2327, '1454-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267592, 2327, '1454-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267593, 2327, '1454-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267594, 2327, '1454-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267595, 2327, '1454-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267596, 2327, '1455-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267597, 2327, '1455-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267598, 2327, '1455-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267599, 2327, '1455-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267600, 2327, '1455-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267601, 2327, '1455-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267602, 2327, '1455-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267603, 2327, '1455-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267604, 2327, '1455-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267605, 2327, '1455-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267606, 2327, '1455-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267607, 2327, '1455-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267608, 2327, '1456-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267609, 2327, '1456-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267610, 2327, '1456-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267611, 2327, '1456-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267612, 2327, '1456-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267613, 2327, '1456-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267614, 2327, '1456-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267615, 2327, '1456-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267616, 2327, '1456-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267617, 2327, '1456-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267618, 2327, '1456-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267619, 2327, '1456-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267620, 2327, '1457-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267621, 2327, '1457-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267622, 2327, '1457-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267623, 2327, '1457-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267624, 2327, '1457-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267625, 2327, '1457-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267626, 2327, '1457-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267627, 2327, '1457-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267628, 2327, '1457-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267629, 2327, '1457-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267630, 2327, '1457-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267631, 2327, '1457-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267632, 2327, '1458-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267633, 2327, '1458-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267634, 2327, '1458-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267635, 2327, '1458-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267636, 2327, '1458-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267637, 2327, '1458-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267638, 2327, '1458-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267639, 2327, '1458-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267640, 2327, '1458-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267641, 2327, '1458-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267642, 2327, '1458-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267643, 2327, '1458-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267644, 2327, '1459-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267645, 2327, '1459-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267646, 2327, '1459-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267647, 2327, '1459-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267648, 2327, '1459-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267649, 2327, '1459-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267650, 2327, '1459-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267651, 2327, '1459-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267652, 2327, '1459-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267653, 2327, '1459-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267654, 2327, '1459-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267655, 2327, '1459-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267656, 2327, '1460-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267657, 2327, '1460-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267658, 2327, '1460-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267659, 2327, '1460-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267660, 2327, '1460-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267661, 2327, '1460-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267662, 2327, '1460-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267663, 2327, '1460-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267664, 2327, '1460-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267665, 2327, '1460-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267666, 2327, '1460-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267667, 2327, '1460-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267668, 2327, '1461-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267669, 2327, '1461-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267670, 2327, '1461-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267671, 2327, '1461-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267672, 2327, '1461-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267673, 2327, '1461-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267674, 2327, '1461-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267675, 2327, '1461-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267676, 2327, '1461-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267677, 2327, '1461-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267678, 2327, '1461-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267679, 2327, '1461-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267680, 2327, '1462-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267681, 2327, '1462-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267682, 2327, '1462-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267683, 2327, '1462-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267684, 2327, '1462-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267685, 2327, '1462-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267686, 2327, '1462-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267687, 2327, '1462-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267688, 2327, '1462-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267689, 2327, '1462-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267690, 2327, '1462-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267691, 2327, '1462-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267692, 2327, '1463-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267693, 2327, '1463-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267694, 2327, '1463-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267695, 2327, '1463-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267696, 2327, '1463-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267697, 2327, '1463-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267698, 2327, '1463-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267699, 2327, '1463-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267700, 2327, '1463-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267701, 2327, '1463-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267702, 2327, '1463-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267703, 2327, '1463-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267704, 2327, '1464-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267705, 2327, '1464-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267706, 2327, '1464-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267707, 2327, '1464-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267708, 2327, '1464-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267709, 2327, '1464-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267710, 2327, '1464-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267711, 2327, '1464-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267712, 2327, '1464-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267713, 2327, '1464-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267714, 2327, '1464-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267715, 2327, '1464-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267716, 2327, '1465-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267717, 2327, '1465-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267718, 2327, '1465-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267719, 2327, '1465-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267720, 2327, '1465-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267721, 2327, '1465-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267722, 2327, '1465-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267723, 2327, '1465-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267724, 2327, '1465-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267725, 2327, '1465-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267726, 2327, '1465-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267727, 2327, '1465-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267728, 2327, '1466-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267729, 2327, '1466-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267730, 2327, '1466-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267731, 2327, '1466-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267732, 2327, '1466-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267733, 2327, '1466-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267734, 2327, '1466-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267735, 2327, '1466-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267736, 2327, '1466-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267737, 2327, '1466-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267738, 2327, '1466-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267739, 2327, '1466-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267740, 2327, '1467-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267741, 2327, '1467-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267742, 2327, '1467-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267743, 2327, '1467-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267744, 2327, '1467-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267745, 2327, '1467-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267746, 2327, '1467-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267747, 2327, '1467-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267748, 2327, '1467-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267749, 2327, '1467-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267750, 2327, '1467-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267751, 2327, '1467-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267752, 2327, '1468-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267753, 2327, '1468-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267754, 2327, '1468-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267755, 2327, '1468-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267756, 2327, '1468-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267757, 2327, '1468-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267758, 2327, '1468-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267759, 2327, '1468-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267760, 2327, '1468-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267761, 2327, '1468-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267762, 2327, '1468-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267763, 2327, '1468-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267764, 2327, '1469-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267765, 2327, '1469-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:00', '2023-10-31 14:15:00'),
(267766, 2327, '1469-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:01', '2023-10-31 14:15:01'),
(267767, 2327, '1469-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:01', '2023-10-31 14:15:01'),
(267768, 2327, '1469-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:01', '2023-10-31 14:15:01'),
(267769, 2327, '1469-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:01', '2023-10-31 14:15:01'),
(267770, 2327, '1469-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:01', '2023-10-31 14:15:01'),
(267771, 2327, '1469-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:01', '2023-10-31 14:15:01'),
(267772, 2327, '1469-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:01', '2023-10-31 14:15:01'),
(267773, 2327, '1469-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:01', '2023-10-31 14:15:01'),
(267774, 2327, '1469-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:01', '2023-10-31 14:15:01'),
(267775, 2327, '1469-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:01', '2023-10-31 14:15:01'),
(267776, 2327, '1470-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:01', '2023-10-31 14:15:01'),
(267777, 2327, '1470-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:01', '2023-10-31 14:15:01'),
(267778, 2327, '1470-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:01', '2023-10-31 14:15:01'),
(267779, 2327, '1470-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:01', '2023-10-31 14:15:01'),
(267780, 2327, '1470-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:01', '2023-10-31 14:15:01'),
(267781, 2327, '1470-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:01', '2023-10-31 14:15:01'),
(267782, 2327, '1470-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:01', '2023-10-31 14:15:01'),
(267783, 2327, '1470-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:01', '2023-10-31 14:15:01'),
(267784, 2327, '1470-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:01', '2023-10-31 14:15:01'),
(267785, 2327, '1470-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:01', '2023-10-31 14:15:01'),
(267786, 2327, '1470-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:01', '2023-10-31 14:15:01'),
(267787, 2327, '1470-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:01', '2023-10-31 14:15:01'),
(267788, 2327, '1471-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:01', '2023-10-31 14:15:01'),
(267789, 2327, '1471-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:01', '2023-10-31 14:15:01'),
(267790, 2327, '1471-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:01', '2023-10-31 14:15:01'),
(267791, 2327, '1471-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:01', '2023-10-31 14:15:01'),
(267792, 2327, '1471-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:01', '2023-10-31 14:15:01'),
(267793, 2327, '1471-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:01', '2023-10-31 14:15:01'),
(267794, 2327, '1471-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:01', '2023-10-31 14:15:01'),
(267795, 2327, '1471-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:01', '2023-10-31 14:15:01'),
(267796, 2327, '1471-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:01', '2023-10-31 14:15:01'),
(267797, 2327, '1471-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:01', '2023-10-31 14:15:01'),
(267798, 2327, '1471-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:01', '2023-10-31 14:15:01'),
(267799, 2327, '1471-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:01', '2023-10-31 14:15:01'),
(267800, 2327, '1472-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:01', '2023-10-31 14:15:01'),
(267801, 2327, '1472-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:01', '2023-10-31 14:15:01'),
(267802, 2327, '1472-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:01', '2023-10-31 14:15:01'),
(267803, 2327, '1472-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:01', '2023-10-31 14:15:01'),
(267804, 2327, '1472-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:01', '2023-10-31 14:15:01'),
(267805, 2327, '1472-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:01', '2023-10-31 14:15:01'),
(267806, 2327, '1472-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:01', '2023-10-31 14:15:01'),
(267807, 2327, '1472-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:01', '2023-10-31 14:15:01'),
(267808, 2327, '1472-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:01', '2023-10-31 14:15:01'),
(267809, 2327, '1472-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:01', '2023-10-31 14:15:01'),
(267810, 2327, '1472-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:01', '2023-10-31 14:15:01'),
(267811, 2327, '1472-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:01', '2023-10-31 14:15:01'),
(267812, 2327, '1473-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:01', '2023-10-31 14:15:01'),
(267813, 2327, '1473-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:01', '2023-10-31 14:15:01'),
(267814, 2327, '1473-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:01', '2023-10-31 14:15:01'),
(267815, 2327, '1473-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:01', '2023-10-31 14:15:01'),
(267816, 2327, '1473-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:01', '2023-10-31 14:15:01'),
(267817, 2327, '1473-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:01', '2023-10-31 14:15:01'),
(267818, 2327, '1473-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:01', '2023-10-31 14:15:01'),
(267819, 2327, '1473-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:01', '2023-10-31 14:15:01'),
(267820, 2327, '1473-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:01', '2023-10-31 14:15:01'),
(267821, 2327, '1473-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:01', '2023-10-31 14:15:01'),
(267822, 2327, '1473-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:01', '2023-10-31 14:15:01'),
(267823, 2327, '1473-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:01', '2023-10-31 14:15:01'),
(267824, 2327, '1474-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:01', '2023-10-31 14:15:01'),
(267825, 2327, '1474-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:01', '2023-10-31 14:15:01'),
(267826, 2327, '1474-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:01', '2023-10-31 14:15:01'),
(267827, 2327, '1474-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:01', '2023-10-31 14:15:01'),
(267828, 2327, '1474-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:01', '2023-10-31 14:15:01'),
(267829, 2327, '1474-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:01', '2023-10-31 14:15:01'),
(267830, 2327, '1474-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:01', '2023-10-31 14:15:01'),
(267831, 2327, '1474-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:01', '2023-10-31 14:15:01'),
(267832, 2327, '1474-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:01', '2023-10-31 14:15:01'),
(267833, 2327, '1474-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:01', '2023-10-31 14:15:01'),
(267834, 2327, '1474-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:01', '2023-10-31 14:15:01'),
(267835, 2327, '1474-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:01', '2023-10-31 14:15:01'),
(267836, 2327, '1475-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:01', '2023-10-31 14:15:01'),
(267837, 2327, '1475-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:01', '2023-10-31 14:15:01'),
(267838, 2327, '1475-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:01', '2023-10-31 14:15:01'),
(267839, 2327, '1475-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:01', '2023-10-31 14:15:01'),
(267840, 2327, '1475-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:01', '2023-10-31 14:15:01'),
(267841, 2327, '1475-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:01', '2023-10-31 14:15:01'),
(267842, 2327, '1475-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:01', '2023-10-31 14:15:01'),
(267843, 2327, '1475-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:01', '2023-10-31 14:15:01'),
(267844, 2327, '1475-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:01', '2023-10-31 14:15:01'),
(267845, 2327, '1475-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:01', '2023-10-31 14:15:01'),
(267846, 2327, '1475-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:01', '2023-10-31 14:15:01'),
(267847, 2327, '1475-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:01', '2023-10-31 14:15:01'),
(267848, 2327, '1476-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:01', '2023-10-31 14:15:01'),
(267849, 2327, '1476-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:01', '2023-10-31 14:15:01'),
(267850, 2327, '1476-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:01', '2023-10-31 14:15:01'),
(267851, 2327, '1476-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:01', '2023-10-31 14:15:01'),
(267852, 2327, '1476-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:01', '2023-10-31 14:15:01'),
(267853, 2327, '1476-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:01', '2023-10-31 14:15:01'),
(267854, 2327, '1476-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:01', '2023-10-31 14:15:01'),
(267855, 2327, '1476-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:01', '2023-10-31 14:15:01'),
(267856, 2327, '1476-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:01', '2023-10-31 14:15:01'),
(267857, 2327, '1476-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:01', '2023-10-31 14:15:01'),
(267858, 2327, '1476-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:01', '2023-10-31 14:15:01'),
(267859, 2327, '1476-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:01', '2023-10-31 14:15:01'),
(267860, 2327, '1477-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:01', '2023-10-31 14:15:01'),
(267861, 2327, '1477-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:01', '2023-10-31 14:15:01'),
(267862, 2327, '1477-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:01', '2023-10-31 14:15:01'),
(267863, 2327, '1477-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:01', '2023-10-31 14:15:01'),
(267864, 2327, '1477-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:01', '2023-10-31 14:15:01'),
(267865, 2327, '1477-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:01', '2023-10-31 14:15:01'),
(267866, 2327, '1477-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:01', '2023-10-31 14:15:01'),
(267867, 2327, '1477-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:01', '2023-10-31 14:15:01'),
(267868, 2327, '1477-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:01', '2023-10-31 14:15:01'),
(267869, 2327, '1477-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:01', '2023-10-31 14:15:01'),
(267870, 2327, '1477-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:01', '2023-10-31 14:15:01'),
(267871, 2327, '1477-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:01', '2023-10-31 14:15:01'),
(267872, 2327, '1478-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:01', '2023-10-31 14:15:01'),
(267873, 2327, '1478-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:01', '2023-10-31 14:15:01'),
(267874, 2327, '1478-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:01', '2023-10-31 14:15:01'),
(267875, 2327, '1478-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:01', '2023-10-31 14:15:01'),
(267876, 2327, '1478-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:01', '2023-10-31 14:15:01'),
(267877, 2327, '1478-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:01', '2023-10-31 14:15:01'),
(267878, 2327, '1478-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:01', '2023-10-31 14:15:01'),
(267879, 2327, '1478-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:01', '2023-10-31 14:15:01'),
(267880, 2327, '1478-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:01', '2023-10-31 14:15:01'),
(267881, 2327, '1478-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:01', '2023-10-31 14:15:01'),
(267882, 2327, '1478-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:01', '2023-10-31 14:15:01'),
(267883, 2327, '1478-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:01', '2023-10-31 14:15:01'),
(267884, 2327, '1479-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:01', '2023-10-31 14:15:01'),
(267885, 2327, '1479-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:01', '2023-10-31 14:15:01'),
(267886, 2327, '1479-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:01', '2023-10-31 14:15:01'),
(267887, 2327, '1479-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:01', '2023-10-31 14:15:01'),
(267888, 2327, '1479-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:01', '2023-10-31 14:15:01'),
(267889, 2327, '1479-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:01', '2023-10-31 14:15:01'),
(267890, 2327, '1479-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:01', '2023-10-31 14:15:01'),
(267891, 2327, '1479-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:01', '2023-10-31 14:15:01'),
(267892, 2327, '1479-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:01', '2023-10-31 14:15:01'),
(267893, 2327, '1479-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:01', '2023-10-31 14:15:01'),
(267894, 2327, '1479-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:01', '2023-10-31 14:15:01'),
(267895, 2327, '1479-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:01', '2023-10-31 14:15:01'),
(267896, 2327, '1480-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:01', '2023-10-31 14:15:01'),
(267897, 2327, '1480-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:01', '2023-10-31 14:15:01'),
(267898, 2327, '1480-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:01', '2023-10-31 14:15:01'),
(267899, 2327, '1480-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:01', '2023-10-31 14:15:01'),
(267900, 2327, '1480-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:01', '2023-10-31 14:15:01'),
(267901, 2327, '1480-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:01', '2023-10-31 14:15:01'),
(267902, 2327, '1480-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:01', '2023-10-31 14:15:01'),
(267903, 2327, '1480-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:01', '2023-10-31 14:15:01'),
(267904, 2327, '1480-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:01', '2023-10-31 14:15:01'),
(267905, 2327, '1480-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:01', '2023-10-31 14:15:01'),
(267906, 2327, '1480-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:01', '2023-10-31 14:15:01'),
(267907, 2327, '1480-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:01', '2023-10-31 14:15:01'),
(267908, 2327, '1481-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:01', '2023-10-31 14:15:01'),
(267909, 2327, '1481-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:01', '2023-10-31 14:15:01'),
(267910, 2327, '1481-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:01', '2023-10-31 14:15:01'),
(267911, 2327, '1481-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:01', '2023-10-31 14:15:01'),
(267912, 2327, '1481-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:01', '2023-10-31 14:15:01'),
(267913, 2327, '1481-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:01', '2023-10-31 14:15:01'),
(267914, 2327, '1481-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:01', '2023-10-31 14:15:01'),
(267915, 2327, '1481-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:01', '2023-10-31 14:15:01'),
(267916, 2327, '1481-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:01', '2023-10-31 14:15:01'),
(267917, 2327, '1481-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:01', '2023-10-31 14:15:01'),
(267918, 2327, '1481-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:01', '2023-10-31 14:15:01'),
(267919, 2327, '1481-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:01', '2023-10-31 14:15:01'),
(267920, 2327, '1482-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:01', '2023-10-31 14:15:01'),
(267921, 2327, '1482-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:01', '2023-10-31 14:15:01'),
(267922, 2327, '1482-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:01', '2023-10-31 14:15:01'),
(267923, 2327, '1482-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:01', '2023-10-31 14:15:01'),
(267924, 2327, '1482-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:01', '2023-10-31 14:15:01'),
(267925, 2327, '1482-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:01', '2023-10-31 14:15:01'),
(267926, 2327, '1482-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:01', '2023-10-31 14:15:01'),
(267927, 2327, '1482-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:01', '2023-10-31 14:15:01'),
(267928, 2327, '1482-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:01', '2023-10-31 14:15:01'),
(267929, 2327, '1482-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:01', '2023-10-31 14:15:01'),
(267930, 2327, '1482-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:01', '2023-10-31 14:15:01'),
(267931, 2327, '1482-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:01', '2023-10-31 14:15:01'),
(267932, 2327, '1483-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:01', '2023-10-31 14:15:01'),
(267933, 2327, '1483-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:01', '2023-10-31 14:15:01'),
(267934, 2327, '1483-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:01', '2023-10-31 14:15:01'),
(267935, 2327, '1483-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:01', '2023-10-31 14:15:01'),
(267936, 2327, '1483-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:01', '2023-10-31 14:15:01'),
(267937, 2327, '1483-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:01', '2023-10-31 14:15:01'),
(267938, 2327, '1483-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:01', '2023-10-31 14:15:01'),
(267939, 2327, '1483-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:01', '2023-10-31 14:15:01'),
(267940, 2327, '1483-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:01', '2023-10-31 14:15:01'),
(267941, 2327, '1483-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:01', '2023-10-31 14:15:01'),
(267942, 2327, '1483-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:01', '2023-10-31 14:15:01'),
(267943, 2327, '1483-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:01', '2023-10-31 14:15:01'),
(267944, 2327, '1484-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:02', '2023-10-31 14:15:02'),
(267945, 2327, '1484-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:02', '2023-10-31 14:15:02'),
(267946, 2327, '1484-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:02', '2023-10-31 14:15:02'),
(267947, 2327, '1484-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:02', '2023-10-31 14:15:02'),
(267948, 2327, '1484-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:02', '2023-10-31 14:15:02'),
(267949, 2327, '1484-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:02', '2023-10-31 14:15:02'),
(267950, 2327, '1484-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:02', '2023-10-31 14:15:02'),
(267951, 2327, '1484-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:02', '2023-10-31 14:15:02'),
(267952, 2327, '1484-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:02', '2023-10-31 14:15:02'),
(267953, 2327, '1484-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:02', '2023-10-31 14:15:02'),
(267954, 2327, '1484-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:02', '2023-10-31 14:15:02'),
(267955, 2327, '1484-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:02', '2023-10-31 14:15:02'),
(267956, 2327, '1485-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:02', '2023-10-31 14:15:02'),
(267957, 2327, '1485-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:02', '2023-10-31 14:15:02'),
(267958, 2327, '1485-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:02', '2023-10-31 14:15:02'),
(267959, 2327, '1485-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:02', '2023-10-31 14:15:02'),
(267960, 2327, '1485-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:02', '2023-10-31 14:15:02'),
(267961, 2327, '1485-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:02', '2023-10-31 14:15:02'),
(267962, 2327, '1485-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:02', '2023-10-31 14:15:02'),
(267963, 2327, '1485-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:02', '2023-10-31 14:15:02'),
(267964, 2327, '1485-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:02', '2023-10-31 14:15:02'),
(267965, 2327, '1485-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:02', '2023-10-31 14:15:02'),
(267966, 2327, '1485-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:02', '2023-10-31 14:15:02'),
(267967, 2327, '1485-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:02', '2023-10-31 14:15:02'),
(267968, 2327, '1486-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:02', '2023-10-31 14:15:02'),
(267969, 2327, '1486-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:02', '2023-10-31 14:15:02'),
(267970, 2327, '1486-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:02', '2023-10-31 14:15:02'),
(267971, 2327, '1486-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:02', '2023-10-31 14:15:02'),
(267972, 2327, '1486-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:02', '2023-10-31 14:15:02'),
(267973, 2327, '1486-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:02', '2023-10-31 14:15:02'),
(267974, 2327, '1486-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:02', '2023-10-31 14:15:02'),
(267975, 2327, '1486-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:02', '2023-10-31 14:15:02'),
(267976, 2327, '1486-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:02', '2023-10-31 14:15:02'),
(267977, 2327, '1486-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:02', '2023-10-31 14:15:02'),
(267978, 2327, '1486-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:02', '2023-10-31 14:15:02'),
(267979, 2327, '1486-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:02', '2023-10-31 14:15:02'),
(267980, 2327, '1487-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:02', '2023-10-31 14:15:02'),
(267981, 2327, '1487-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:02', '2023-10-31 14:15:02'),
(267982, 2327, '1487-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:02', '2023-10-31 14:15:02'),
(267983, 2327, '1487-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:02', '2023-10-31 14:15:02'),
(267984, 2327, '1487-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:02', '2023-10-31 14:15:02'),
(267985, 2327, '1487-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:02', '2023-10-31 14:15:02'),
(267986, 2327, '1487-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:02', '2023-10-31 14:15:02'),
(267987, 2327, '1487-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:02', '2023-10-31 14:15:02'),
(267988, 2327, '1487-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:02', '2023-10-31 14:15:02'),
(267989, 2327, '1487-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:02', '2023-10-31 14:15:02'),
(267990, 2327, '1487-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:02', '2023-10-31 14:15:02'),
(267991, 2327, '1487-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:02', '2023-10-31 14:15:02'),
(267992, 2327, '1488-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:02', '2023-10-31 14:15:02'),
(267993, 2327, '1488-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:02', '2023-10-31 14:15:02'),
(267994, 2327, '1488-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:02', '2023-10-31 14:15:02'),
(267995, 2327, '1488-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:02', '2023-10-31 14:15:02'),
(267996, 2327, '1488-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:02', '2023-10-31 14:15:02'),
(267997, 2327, '1488-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:02', '2023-10-31 14:15:02'),
(267998, 2327, '1488-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:02', '2023-10-31 14:15:02'),
(267999, 2327, '1488-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:02', '2023-10-31 14:15:02'),
(268000, 2327, '1488-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:02', '2023-10-31 14:15:02'),
(268001, 2327, '1488-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:02', '2023-10-31 14:15:02'),
(268002, 2327, '1488-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:02', '2023-10-31 14:15:02'),
(268003, 2327, '1488-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:02', '2023-10-31 14:15:02'),
(268004, 2327, '1489-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:02', '2023-10-31 14:15:02'),
(268005, 2327, '1489-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:02', '2023-10-31 14:15:02'),
(268006, 2327, '1489-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:02', '2023-10-31 14:15:02'),
(268007, 2327, '1489-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:02', '2023-10-31 14:15:02'),
(268008, 2327, '1489-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:02', '2023-10-31 14:15:02'),
(268009, 2327, '1489-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:02', '2023-10-31 14:15:02'),
(268010, 2327, '1489-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:02', '2023-10-31 14:15:02'),
(268011, 2327, '1489-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:02', '2023-10-31 14:15:02'),
(268012, 2327, '1489-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:02', '2023-10-31 14:15:02'),
(268013, 2327, '1489-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:02', '2023-10-31 14:15:02'),
(268014, 2327, '1489-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:02', '2023-10-31 14:15:02');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(268015, 2327, '1489-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:02', '2023-10-31 14:15:02'),
(268016, 2327, '1490-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:02', '2023-10-31 14:15:02'),
(268017, 2327, '1490-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:02', '2023-10-31 14:15:02'),
(268018, 2327, '1490-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:02', '2023-10-31 14:15:02'),
(268019, 2327, '1490-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:02', '2023-10-31 14:15:02'),
(268020, 2327, '1490-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:02', '2023-10-31 14:15:02'),
(268021, 2327, '1490-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:02', '2023-10-31 14:15:02'),
(268022, 2327, '1490-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:02', '2023-10-31 14:15:02'),
(268023, 2327, '1490-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:02', '2023-10-31 14:15:02'),
(268024, 2327, '1490-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:02', '2023-10-31 14:15:02'),
(268025, 2327, '1490-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:02', '2023-10-31 14:15:02'),
(268026, 2327, '1490-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:02', '2023-10-31 14:15:02'),
(268027, 2327, '1490-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:02', '2023-10-31 14:15:02'),
(268028, 2327, '1491-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:02', '2023-10-31 14:15:02'),
(268029, 2327, '1491-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:02', '2023-10-31 14:15:02'),
(268030, 2327, '1491-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:02', '2023-10-31 14:15:02'),
(268031, 2327, '1491-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:02', '2023-10-31 14:15:02'),
(268032, 2327, '1491-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:02', '2023-10-31 14:15:02'),
(268033, 2327, '1491-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:02', '2023-10-31 14:15:02'),
(268034, 2327, '1491-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:02', '2023-10-31 14:15:02'),
(268035, 2327, '1491-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:02', '2023-10-31 14:15:02'),
(268036, 2327, '1491-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:02', '2023-10-31 14:15:02'),
(268037, 2327, '1491-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:02', '2023-10-31 14:15:02'),
(268038, 2327, '1491-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:02', '2023-10-31 14:15:02'),
(268039, 2327, '1491-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:02', '2023-10-31 14:15:02'),
(268040, 2327, '1492-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:02', '2023-10-31 14:15:02'),
(268041, 2327, '1492-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:02', '2023-10-31 14:15:02'),
(268042, 2327, '1492-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:02', '2023-10-31 14:15:02'),
(268043, 2327, '1492-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:02', '2023-10-31 14:15:02'),
(268044, 2327, '1492-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:02', '2023-10-31 14:15:02'),
(268045, 2327, '1492-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:02', '2023-10-31 14:15:02'),
(268046, 2327, '1492-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:02', '2023-10-31 14:15:02'),
(268047, 2327, '1492-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:02', '2023-10-31 14:15:02'),
(268048, 2327, '1492-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:02', '2023-10-31 14:15:02'),
(268049, 2327, '1492-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:02', '2023-10-31 14:15:02'),
(268050, 2327, '1492-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:02', '2023-10-31 14:15:02'),
(268051, 2327, '1492-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:02', '2023-10-31 14:15:02'),
(268052, 2327, '1493-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:02', '2023-10-31 14:15:02'),
(268053, 2327, '1493-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:02', '2023-10-31 14:15:02'),
(268054, 2327, '1493-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:02', '2023-10-31 14:15:02'),
(268055, 2327, '1493-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:02', '2023-10-31 14:15:02'),
(268056, 2327, '1493-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:02', '2023-10-31 14:15:02'),
(268057, 2327, '1493-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:02', '2023-10-31 14:15:02'),
(268058, 2327, '1493-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:03', '2023-10-31 14:15:03'),
(268059, 2327, '1493-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:03', '2023-10-31 14:15:03'),
(268060, 2327, '1493-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:03', '2023-10-31 14:15:03'),
(268061, 2327, '1493-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:03', '2023-10-31 14:15:03'),
(268062, 2327, '1493-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:03', '2023-10-31 14:15:03'),
(268063, 2327, '1493-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:03', '2023-10-31 14:15:03'),
(268064, 2327, '1494-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:03', '2023-10-31 14:15:03'),
(268065, 2327, '1494-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:03', '2023-10-31 14:15:03'),
(268066, 2327, '1494-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:03', '2023-10-31 14:15:03'),
(268067, 2327, '1494-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:03', '2023-10-31 14:15:03'),
(268068, 2327, '1494-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:03', '2023-10-31 14:15:03'),
(268069, 2327, '1494-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:03', '2023-10-31 14:15:03'),
(268070, 2327, '1494-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:03', '2023-10-31 14:15:03'),
(268071, 2327, '1494-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:03', '2023-10-31 14:15:03'),
(268072, 2327, '1494-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:03', '2023-10-31 14:15:03'),
(268073, 2327, '1494-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:03', '2023-10-31 14:15:03'),
(268074, 2327, '1494-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:03', '2023-10-31 14:15:03'),
(268075, 2327, '1494-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:03', '2023-10-31 14:15:03'),
(268076, 2327, '1495-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:03', '2023-10-31 14:15:03'),
(268077, 2327, '1495-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:03', '2023-10-31 14:15:03'),
(268078, 2327, '1495-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:03', '2023-10-31 14:15:03'),
(268079, 2327, '1495-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:03', '2023-10-31 14:15:03'),
(268080, 2327, '1495-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:03', '2023-10-31 14:15:03'),
(268081, 2327, '1495-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:03', '2023-10-31 14:15:03'),
(268082, 2327, '1495-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:03', '2023-10-31 14:15:03'),
(268083, 2327, '1495-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:03', '2023-10-31 14:15:03'),
(268084, 2327, '1495-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:03', '2023-10-31 14:15:03'),
(268085, 2327, '1495-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:03', '2023-10-31 14:15:03'),
(268086, 2327, '1495-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:03', '2023-10-31 14:15:03'),
(268087, 2327, '1495-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:03', '2023-10-31 14:15:03'),
(268088, 2327, '1496-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:03', '2023-10-31 14:15:03'),
(268089, 2327, '1496-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:03', '2023-10-31 14:15:03'),
(268090, 2327, '1496-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:03', '2023-10-31 14:15:03'),
(268091, 2327, '1496-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:03', '2023-10-31 14:15:03'),
(268092, 2327, '1496-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:03', '2023-10-31 14:15:03'),
(268093, 2327, '1496-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:03', '2023-10-31 14:15:03'),
(268094, 2327, '1496-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:03', '2023-10-31 14:15:03'),
(268095, 2327, '1496-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:03', '2023-10-31 14:15:03'),
(268096, 2327, '1496-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:03', '2023-10-31 14:15:03'),
(268097, 2327, '1496-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:03', '2023-10-31 14:15:03'),
(268098, 2327, '1496-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:03', '2023-10-31 14:15:03'),
(268099, 2327, '1496-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:03', '2023-10-31 14:15:03'),
(268100, 2327, '1497-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:03', '2023-10-31 14:15:03'),
(268101, 2327, '1497-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:03', '2023-10-31 14:15:03'),
(268102, 2327, '1497-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:03', '2023-10-31 14:15:03'),
(268103, 2327, '1497-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:03', '2023-10-31 14:15:03'),
(268104, 2327, '1497-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:03', '2023-10-31 14:15:03'),
(268105, 2327, '1497-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:03', '2023-10-31 14:15:03'),
(268106, 2327, '1497-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:03', '2023-10-31 14:15:03'),
(268107, 2327, '1497-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:03', '2023-10-31 14:15:03'),
(268108, 2327, '1497-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:03', '2023-10-31 14:15:03'),
(268109, 2327, '1497-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:03', '2023-10-31 14:15:03'),
(268110, 2327, '1497-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:03', '2023-10-31 14:15:03'),
(268111, 2327, '1497-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:03', '2023-10-31 14:15:03'),
(268112, 2327, '1498-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:03', '2023-10-31 14:15:03'),
(268113, 2327, '1498-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:03', '2023-10-31 14:15:03'),
(268114, 2327, '1498-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:03', '2023-10-31 14:15:03'),
(268115, 2327, '1498-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:03', '2023-10-31 14:15:03'),
(268116, 2327, '1498-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:03', '2023-10-31 14:15:03'),
(268117, 2327, '1498-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:03', '2023-10-31 14:15:03'),
(268118, 2327, '1498-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:03', '2023-10-31 14:15:03'),
(268119, 2327, '1498-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:03', '2023-10-31 14:15:03'),
(268120, 2327, '1498-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:03', '2023-10-31 14:15:03'),
(268121, 2327, '1498-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:03', '2023-10-31 14:15:03'),
(268122, 2327, '1498-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:04', '2023-10-31 14:15:04'),
(268123, 2327, '1498-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:04', '2023-10-31 14:15:04'),
(268124, 2327, '1499-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:04', '2023-10-31 14:15:04'),
(268125, 2327, '1499-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:04', '2023-10-31 14:15:04'),
(268126, 2327, '1499-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:04', '2023-10-31 14:15:04'),
(268127, 2327, '1499-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:04', '2023-10-31 14:15:04'),
(268128, 2327, '1499-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:04', '2023-10-31 14:15:04'),
(268129, 2327, '1499-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:04', '2023-10-31 14:15:04'),
(268130, 2327, '1499-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:04', '2023-10-31 14:15:04'),
(268131, 2327, '1499-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:04', '2023-10-31 14:15:04'),
(268132, 2327, '1499-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:04', '2023-10-31 14:15:04'),
(268133, 2327, '1499-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:04', '2023-10-31 14:15:04'),
(268134, 2327, '1499-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:04', '2023-10-31 14:15:04'),
(268135, 2327, '1499-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:04', '2023-10-31 14:15:04'),
(268136, 2327, '1500-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:04', '2023-10-31 14:15:04'),
(268137, 2327, '1500-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:04', '2023-10-31 14:15:04'),
(268138, 2327, '1500-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:04', '2023-10-31 14:15:04'),
(268139, 2327, '1500-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:04', '2023-10-31 14:15:04'),
(268140, 2327, '1500-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:04', '2023-10-31 14:15:04'),
(268141, 2327, '1500-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:04', '2023-10-31 14:15:04'),
(268142, 2327, '1500-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:04', '2023-10-31 14:15:04'),
(268143, 2327, '1500-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:04', '2023-10-31 14:15:04'),
(268144, 2327, '1500-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:04', '2023-10-31 14:15:04'),
(268145, 2327, '1500-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:04', '2023-10-31 14:15:04'),
(268146, 2327, '1500-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:04', '2023-10-31 14:15:04'),
(268147, 2327, '1500-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:04', '2023-10-31 14:15:04'),
(268148, 2327, '1501-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:04', '2023-10-31 14:15:04'),
(268149, 2327, '1501-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:04', '2023-10-31 14:15:04'),
(268150, 2327, '1501-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:04', '2023-10-31 14:15:04'),
(268151, 2327, '1501-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:04', '2023-10-31 14:15:04'),
(268152, 2327, '1501-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:04', '2023-10-31 14:15:04'),
(268153, 2327, '1501-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:04', '2023-10-31 14:15:04'),
(268154, 2327, '1501-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:04', '2023-10-31 14:15:04'),
(268155, 2327, '1501-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:04', '2023-10-31 14:15:04'),
(268156, 2327, '1501-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:04', '2023-10-31 14:15:04'),
(268157, 2327, '1501-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:04', '2023-10-31 14:15:04'),
(268158, 2327, '1501-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:04', '2023-10-31 14:15:04'),
(268159, 2327, '1501-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:04', '2023-10-31 14:15:04'),
(268160, 2327, '1502-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:04', '2023-10-31 14:15:04'),
(268161, 2327, '1502-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:04', '2023-10-31 14:15:04'),
(268162, 2327, '1502-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:04', '2023-10-31 14:15:04'),
(268163, 2327, '1502-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:04', '2023-10-31 14:15:04'),
(268164, 2327, '1502-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:04', '2023-10-31 14:15:04'),
(268165, 2327, '1502-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:04', '2023-10-31 14:15:04'),
(268166, 2327, '1502-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:04', '2023-10-31 14:15:04'),
(268167, 2327, '1502-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:04', '2023-10-31 14:15:04'),
(268168, 2327, '1502-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:04', '2023-10-31 14:15:04'),
(268169, 2327, '1502-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:04', '2023-10-31 14:15:04'),
(268170, 2327, '1502-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:04', '2023-10-31 14:15:04'),
(268171, 2327, '1502-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:04', '2023-10-31 14:15:04'),
(268172, 2327, '1503-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:04', '2023-10-31 14:15:04'),
(268173, 2327, '1503-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:04', '2023-10-31 14:15:04'),
(268174, 2327, '1503-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:04', '2023-10-31 14:15:04'),
(268175, 2327, '1503-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:04', '2023-10-31 14:15:04'),
(268176, 2327, '1503-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:04', '2023-10-31 14:15:04'),
(268177, 2327, '1503-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:04', '2023-10-31 14:15:04'),
(268178, 2327, '1503-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:04', '2023-10-31 14:15:04'),
(268179, 2327, '1503-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:04', '2023-10-31 14:15:04'),
(268180, 2327, '1503-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:04', '2023-10-31 14:15:04'),
(268181, 2327, '1503-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:04', '2023-10-31 14:15:04'),
(268182, 2327, '1503-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:04', '2023-10-31 14:15:04'),
(268183, 2327, '1503-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:04', '2023-10-31 14:15:04'),
(268184, 2327, '1504-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:04', '2023-10-31 14:15:04'),
(268185, 2327, '1504-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:04', '2023-10-31 14:15:04'),
(268186, 2327, '1504-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:04', '2023-10-31 14:15:04'),
(268187, 2327, '1504-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:04', '2023-10-31 14:15:04'),
(268188, 2327, '1504-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:04', '2023-10-31 14:15:04'),
(268189, 2327, '1504-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:04', '2023-10-31 14:15:04'),
(268190, 2327, '1504-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:04', '2023-10-31 14:15:04'),
(268191, 2327, '1504-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:04', '2023-10-31 14:15:04'),
(268192, 2327, '1504-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:04', '2023-10-31 14:15:04'),
(268193, 2327, '1504-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:04', '2023-10-31 14:15:04'),
(268194, 2327, '1504-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:04', '2023-10-31 14:15:04'),
(268195, 2327, '1504-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:04', '2023-10-31 14:15:04'),
(268196, 2327, '1505-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:04', '2023-10-31 14:15:04'),
(268197, 2327, '1505-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:04', '2023-10-31 14:15:04'),
(268198, 2327, '1505-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:04', '2023-10-31 14:15:04'),
(268199, 2327, '1505-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:04', '2023-10-31 14:15:04'),
(268200, 2327, '1505-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:04', '2023-10-31 14:15:04'),
(268201, 2327, '1505-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:04', '2023-10-31 14:15:04'),
(268202, 2327, '1505-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:04', '2023-10-31 14:15:04'),
(268203, 2327, '1505-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:04', '2023-10-31 14:15:04'),
(268204, 2327, '1505-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:04', '2023-10-31 14:15:04'),
(268205, 2327, '1505-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:04', '2023-10-31 14:15:04'),
(268206, 2327, '1505-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:04', '2023-10-31 14:15:04'),
(268207, 2327, '1505-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:04', '2023-10-31 14:15:04'),
(268208, 2327, '1506-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:04', '2023-10-31 14:15:04'),
(268209, 2327, '1506-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:04', '2023-10-31 14:15:04'),
(268210, 2327, '1506-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:04', '2023-10-31 14:15:04'),
(268211, 2327, '1506-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:04', '2023-10-31 14:15:04'),
(268212, 2327, '1506-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:04', '2023-10-31 14:15:04'),
(268213, 2327, '1506-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:04', '2023-10-31 14:15:04'),
(268214, 2327, '1506-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:04', '2023-10-31 14:15:04'),
(268215, 2327, '1506-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:04', '2023-10-31 14:15:04'),
(268216, 2327, '1506-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:04', '2023-10-31 14:15:04'),
(268217, 2327, '1506-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:04', '2023-10-31 14:15:04'),
(268218, 2327, '1506-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:04', '2023-10-31 14:15:04'),
(268219, 2327, '1506-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:04', '2023-10-31 14:15:04'),
(268220, 2327, '1507-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:04', '2023-10-31 14:15:04'),
(268221, 2327, '1507-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:04', '2023-10-31 14:15:04'),
(268222, 2327, '1507-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:04', '2023-10-31 14:15:04'),
(268223, 2327, '1507-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:04', '2023-10-31 14:15:04'),
(268224, 2327, '1507-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:04', '2023-10-31 14:15:04'),
(268225, 2327, '1507-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:04', '2023-10-31 14:15:04'),
(268226, 2327, '1507-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:04', '2023-10-31 14:15:04'),
(268227, 2327, '1507-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:04', '2023-10-31 14:15:04'),
(268228, 2327, '1507-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:04', '2023-10-31 14:15:04'),
(268229, 2327, '1507-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:04', '2023-10-31 14:15:04'),
(268230, 2327, '1507-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:04', '2023-10-31 14:15:04'),
(268231, 2327, '1507-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:04', '2023-10-31 14:15:04'),
(268232, 2327, '1508-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:04', '2023-10-31 14:15:04'),
(268233, 2327, '1508-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:04', '2023-10-31 14:15:04'),
(268234, 2327, '1508-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:04', '2023-10-31 14:15:04'),
(268235, 2327, '1508-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:04', '2023-10-31 14:15:04'),
(268236, 2327, '1508-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:04', '2023-10-31 14:15:04'),
(268237, 2327, '1508-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:04', '2023-10-31 14:15:04'),
(268238, 2327, '1508-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:04', '2023-10-31 14:15:04'),
(268239, 2327, '1508-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:04', '2023-10-31 14:15:04'),
(268240, 2327, '1508-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:04', '2023-10-31 14:15:04'),
(268241, 2327, '1508-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:04', '2023-10-31 14:15:04'),
(268242, 2327, '1508-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:04', '2023-10-31 14:15:04'),
(268243, 2327, '1508-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:04', '2023-10-31 14:15:04'),
(268244, 2327, '1509-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:04', '2023-10-31 14:15:04'),
(268245, 2327, '1509-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:04', '2023-10-31 14:15:04'),
(268246, 2327, '1509-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:04', '2023-10-31 14:15:04'),
(268247, 2327, '1509-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:04', '2023-10-31 14:15:04'),
(268248, 2327, '1509-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:04', '2023-10-31 14:15:04'),
(268249, 2327, '1509-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:04', '2023-10-31 14:15:04'),
(268250, 2327, '1509-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:04', '2023-10-31 14:15:04'),
(268251, 2327, '1509-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:04', '2023-10-31 14:15:04'),
(268252, 2327, '1509-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:04', '2023-10-31 14:15:04'),
(268253, 2327, '1509-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:04', '2023-10-31 14:15:04'),
(268254, 2327, '1509-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:04', '2023-10-31 14:15:04'),
(268255, 2327, '1509-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:04', '2023-10-31 14:15:04'),
(268256, 2327, '1510-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:04', '2023-10-31 14:15:04'),
(268257, 2327, '1510-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:04', '2023-10-31 14:15:04'),
(268258, 2327, '1510-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:04', '2023-10-31 14:15:04'),
(268259, 2327, '1510-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:04', '2023-10-31 14:15:04'),
(268260, 2327, '1510-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:04', '2023-10-31 14:15:04'),
(268261, 2327, '1510-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:04', '2023-10-31 14:15:04'),
(268262, 2327, '1510-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:04', '2023-10-31 14:15:04'),
(268263, 2327, '1510-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:04', '2023-10-31 14:15:04'),
(268264, 2327, '1510-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:04', '2023-10-31 14:15:04'),
(268265, 2327, '1510-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:04', '2023-10-31 14:15:04'),
(268266, 2327, '1510-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:04', '2023-10-31 14:15:04'),
(268267, 2327, '1510-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:04', '2023-10-31 14:15:04'),
(268268, 2327, '1511-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:04', '2023-10-31 14:15:04'),
(268269, 2327, '1511-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:04', '2023-10-31 14:15:04'),
(268270, 2327, '1511-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:04', '2023-10-31 14:15:04'),
(268271, 2327, '1511-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:04', '2023-10-31 14:15:04'),
(268272, 2327, '1511-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:04', '2023-10-31 14:15:04'),
(268273, 2327, '1511-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:04', '2023-10-31 14:15:04'),
(268274, 2327, '1511-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:04', '2023-10-31 14:15:04'),
(268275, 2327, '1511-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:04', '2023-10-31 14:15:04'),
(268276, 2327, '1511-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:04', '2023-10-31 14:15:04'),
(268277, 2327, '1511-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:04', '2023-10-31 14:15:04'),
(268278, 2327, '1511-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:04', '2023-10-31 14:15:04'),
(268279, 2327, '1511-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:04', '2023-10-31 14:15:04'),
(268280, 2327, '1512-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:04', '2023-10-31 14:15:04'),
(268281, 2327, '1512-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:04', '2023-10-31 14:15:04'),
(268282, 2327, '1512-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:04', '2023-10-31 14:15:04'),
(268283, 2327, '1512-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:04', '2023-10-31 14:15:04'),
(268284, 2327, '1512-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:04', '2023-10-31 14:15:04'),
(268285, 2327, '1512-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:04', '2023-10-31 14:15:04'),
(268286, 2327, '1512-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:04', '2023-10-31 14:15:04'),
(268287, 2327, '1512-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:04', '2023-10-31 14:15:04'),
(268288, 2327, '1512-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:04', '2023-10-31 14:15:04'),
(268289, 2327, '1512-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:04', '2023-10-31 14:15:04'),
(268290, 2327, '1512-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:04', '2023-10-31 14:15:04'),
(268291, 2327, '1512-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:04', '2023-10-31 14:15:04'),
(268292, 2327, '1513-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:04', '2023-10-31 14:15:04'),
(268293, 2327, '1513-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:04', '2023-10-31 14:15:04'),
(268294, 2327, '1513-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:04', '2023-10-31 14:15:04'),
(268295, 2327, '1513-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:04', '2023-10-31 14:15:04'),
(268296, 2327, '1513-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:04', '2023-10-31 14:15:04'),
(268297, 2327, '1513-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:04', '2023-10-31 14:15:04'),
(268298, 2327, '1513-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:04', '2023-10-31 14:15:04'),
(268299, 2327, '1513-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:04', '2023-10-31 14:15:04'),
(268300, 2327, '1513-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:04', '2023-10-31 14:15:04'),
(268301, 2327, '1513-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:04', '2023-10-31 14:15:04'),
(268302, 2327, '1513-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:04', '2023-10-31 14:15:04'),
(268303, 2327, '1513-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:04', '2023-10-31 14:15:04'),
(268304, 2327, '1514-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:04', '2023-10-31 14:15:04'),
(268305, 2327, '1514-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:04', '2023-10-31 14:15:04'),
(268306, 2327, '1514-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:04', '2023-10-31 14:15:04'),
(268307, 2327, '1514-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:04', '2023-10-31 14:15:04'),
(268308, 2327, '1514-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:04', '2023-10-31 14:15:04'),
(268309, 2327, '1514-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:04', '2023-10-31 14:15:04'),
(268310, 2327, '1514-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:04', '2023-10-31 14:15:04'),
(268311, 2327, '1514-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:04', '2023-10-31 14:15:04'),
(268312, 2327, '1514-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:04', '2023-10-31 14:15:04'),
(268313, 2327, '1514-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:04', '2023-10-31 14:15:04'),
(268314, 2327, '1514-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:04', '2023-10-31 14:15:04'),
(268315, 2327, '1514-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:04', '2023-10-31 14:15:04'),
(268316, 2327, '1515-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:04', '2023-10-31 14:15:04'),
(268317, 2327, '1515-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:04', '2023-10-31 14:15:04'),
(268318, 2327, '1515-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:04', '2023-10-31 14:15:04'),
(268319, 2327, '1515-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:04', '2023-10-31 14:15:04'),
(268320, 2327, '1515-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:04', '2023-10-31 14:15:04'),
(268321, 2327, '1515-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:04', '2023-10-31 14:15:04'),
(268322, 2327, '1515-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:04', '2023-10-31 14:15:04'),
(268323, 2327, '1515-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:04', '2023-10-31 14:15:04'),
(268324, 2327, '1515-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:04', '2023-10-31 14:15:04'),
(268325, 2327, '1515-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:04', '2023-10-31 14:15:04'),
(268326, 2327, '1515-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:04', '2023-10-31 14:15:04'),
(268327, 2327, '1515-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:04', '2023-10-31 14:15:04'),
(268328, 2327, '1516-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:04', '2023-10-31 14:15:04'),
(268329, 2327, '1516-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:04', '2023-10-31 14:15:04'),
(268330, 2327, '1516-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:04', '2023-10-31 14:15:04'),
(268331, 2327, '1516-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:04', '2023-10-31 14:15:04'),
(268332, 2327, '1516-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:04', '2023-10-31 14:15:04'),
(268333, 2327, '1516-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:04', '2023-10-31 14:15:04'),
(268334, 2327, '1516-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:04', '2023-10-31 14:15:04'),
(268335, 2327, '1516-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:04', '2023-10-31 14:15:04'),
(268336, 2327, '1516-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:04', '2023-10-31 14:15:04'),
(268337, 2327, '1516-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:04', '2023-10-31 14:15:04'),
(268338, 2327, '1516-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:04', '2023-10-31 14:15:04'),
(268339, 2327, '1516-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:04', '2023-10-31 14:15:04'),
(268340, 2327, '1517-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:04', '2023-10-31 14:15:04'),
(268341, 2327, '1517-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268342, 2327, '1517-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268343, 2327, '1517-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268344, 2327, '1517-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268345, 2327, '1517-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268346, 2327, '1517-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268347, 2327, '1517-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268348, 2327, '1517-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268349, 2327, '1517-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268350, 2327, '1517-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268351, 2327, '1517-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268352, 2327, '1518-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268353, 2327, '1518-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268354, 2327, '1518-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268355, 2327, '1518-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268356, 2327, '1518-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268357, 2327, '1518-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268358, 2327, '1518-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268359, 2327, '1518-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268360, 2327, '1518-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268361, 2327, '1518-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268362, 2327, '1518-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268363, 2327, '1518-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268364, 2327, '1519-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268365, 2327, '1519-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268366, 2327, '1519-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268367, 2327, '1519-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268368, 2327, '1519-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268369, 2327, '1519-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268370, 2327, '1519-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268371, 2327, '1519-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268372, 2327, '1519-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268373, 2327, '1519-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268374, 2327, '1519-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268375, 2327, '1519-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268376, 2327, '1520-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268377, 2327, '1520-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268378, 2327, '1520-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268379, 2327, '1520-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268380, 2327, '1520-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268381, 2327, '1520-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268382, 2327, '1520-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268383, 2327, '1520-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268384, 2327, '1520-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268385, 2327, '1520-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268386, 2327, '1520-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268387, 2327, '1520-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268388, 2327, '1521-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268389, 2327, '1521-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268390, 2327, '1521-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268391, 2327, '1521-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268392, 2327, '1521-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268393, 2327, '1521-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268394, 2327, '1521-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268395, 2327, '1521-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268396, 2327, '1521-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268397, 2327, '1521-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268398, 2327, '1521-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268399, 2327, '1521-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268400, 2327, '1522-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268401, 2327, '1522-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268402, 2327, '1522-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268403, 2327, '1522-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268404, 2327, '1522-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268405, 2327, '1522-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268406, 2327, '1522-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268407, 2327, '1522-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268408, 2327, '1522-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268409, 2327, '1522-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268410, 2327, '1522-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268411, 2327, '1522-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268412, 2327, '1523-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268413, 2327, '1523-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268414, 2327, '1523-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268415, 2327, '1523-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268416, 2327, '1523-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268417, 2327, '1523-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268418, 2327, '1523-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268419, 2327, '1523-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268420, 2327, '1523-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268421, 2327, '1523-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268422, 2327, '1523-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268423, 2327, '1523-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268424, 2327, '1524-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268425, 2327, '1524-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268426, 2327, '1524-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268427, 2327, '1524-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268428, 2327, '1524-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268429, 2327, '1524-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268430, 2327, '1524-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268431, 2327, '1524-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268432, 2327, '1524-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268433, 2327, '1524-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268434, 2327, '1524-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268435, 2327, '1524-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268436, 2327, '1525-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268437, 2327, '1525-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268438, 2327, '1525-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268439, 2327, '1525-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268440, 2327, '1525-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268441, 2327, '1525-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268442, 2327, '1525-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268443, 2327, '1525-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268444, 2327, '1525-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268445, 2327, '1525-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268446, 2327, '1525-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268447, 2327, '1525-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268448, 2327, '1526-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268449, 2327, '1526-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268450, 2327, '1526-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268451, 2327, '1526-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268452, 2327, '1526-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268453, 2327, '1526-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268454, 2327, '1526-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268455, 2327, '1526-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268456, 2327, '1526-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268457, 2327, '1526-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268458, 2327, '1526-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268459, 2327, '1526-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268460, 2327, '1527-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268461, 2327, '1527-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268462, 2327, '1527-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268463, 2327, '1527-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268464, 2327, '1527-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268465, 2327, '1527-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268466, 2327, '1527-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268467, 2327, '1527-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268468, 2327, '1527-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268469, 2327, '1527-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268470, 2327, '1527-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268471, 2327, '1527-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268472, 2327, '1528-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268473, 2327, '1528-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268474, 2327, '1528-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268475, 2327, '1528-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268476, 2327, '1528-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268477, 2327, '1528-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268478, 2327, '1528-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268479, 2327, '1528-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(268480, 2327, '1528-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268481, 2327, '1528-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268482, 2327, '1528-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268483, 2327, '1528-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268484, 2327, '1529-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268485, 2327, '1529-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268486, 2327, '1529-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268487, 2327, '1529-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268488, 2327, '1529-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268489, 2327, '1529-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268490, 2327, '1529-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268491, 2327, '1529-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268492, 2327, '1529-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268493, 2327, '1529-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268494, 2327, '1529-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268495, 2327, '1529-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268496, 2327, '1530-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268497, 2327, '1530-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268498, 2327, '1530-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268499, 2327, '1530-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268500, 2327, '1530-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268501, 2327, '1530-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268502, 2327, '1530-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268503, 2327, '1530-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268504, 2327, '1530-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268505, 2327, '1530-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268506, 2327, '1530-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268507, 2327, '1530-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268508, 2327, '1531-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268509, 2327, '1531-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268510, 2327, '1531-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268511, 2327, '1531-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268512, 2327, '1531-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268513, 2327, '1531-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268514, 2327, '1531-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268515, 2327, '1531-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268516, 2327, '1531-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268517, 2327, '1531-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268518, 2327, '1531-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268519, 2327, '1531-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268520, 2327, '1532-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268521, 2327, '1532-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268522, 2327, '1532-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268523, 2327, '1532-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268524, 2327, '1532-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268525, 2327, '1532-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268526, 2327, '1532-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268527, 2327, '1532-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268528, 2327, '1532-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268529, 2327, '1532-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268530, 2327, '1532-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268531, 2327, '1532-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268532, 2327, '1533-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268533, 2327, '1533-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268534, 2327, '1533-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268535, 2327, '1533-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268536, 2327, '1533-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268537, 2327, '1533-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268538, 2327, '1533-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268539, 2327, '1533-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268540, 2327, '1533-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268541, 2327, '1533-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268542, 2327, '1533-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268543, 2327, '1533-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268544, 2327, '1534-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268545, 2327, '1534-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268546, 2327, '1534-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268547, 2327, '1534-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268548, 2327, '1534-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268549, 2327, '1534-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268550, 2327, '1534-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268551, 2327, '1534-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268552, 2327, '1534-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268553, 2327, '1534-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268554, 2327, '1534-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268555, 2327, '1534-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268556, 2327, '1535-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268557, 2327, '1535-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268558, 2327, '1535-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268559, 2327, '1535-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268560, 2327, '1535-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268561, 2327, '1535-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268562, 2327, '1535-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268563, 2327, '1535-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268564, 2327, '1535-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268565, 2327, '1535-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268566, 2327, '1535-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268567, 2327, '1535-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268568, 2327, '1536-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268569, 2327, '1536-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268570, 2327, '1536-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268571, 2327, '1536-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268572, 2327, '1536-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268573, 2327, '1536-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268574, 2327, '1536-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268575, 2327, '1536-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268576, 2327, '1536-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268577, 2327, '1536-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268578, 2327, '1536-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268579, 2327, '1536-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268580, 2327, '1537-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268581, 2327, '1537-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268582, 2327, '1537-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268583, 2327, '1537-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268584, 2327, '1537-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268585, 2327, '1537-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268586, 2327, '1537-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268587, 2327, '1537-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268588, 2327, '1537-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268589, 2327, '1537-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268590, 2327, '1537-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268591, 2327, '1537-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268592, 2327, '1538-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268593, 2327, '1538-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268594, 2327, '1538-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268595, 2327, '1538-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268596, 2327, '1538-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268597, 2327, '1538-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268598, 2327, '1538-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268599, 2327, '1538-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268600, 2327, '1538-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268601, 2327, '1538-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268602, 2327, '1538-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:05', '2023-10-31 14:15:05'),
(268603, 2327, '1538-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268604, 2327, '1539-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268605, 2327, '1539-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268606, 2327, '1539-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268607, 2327, '1539-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268608, 2327, '1539-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268609, 2327, '1539-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268610, 2327, '1539-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268611, 2327, '1539-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268612, 2327, '1539-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268613, 2327, '1539-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268614, 2327, '1539-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268615, 2327, '1539-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268616, 2327, '1540-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268617, 2327, '1540-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268618, 2327, '1540-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268619, 2327, '1540-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268620, 2327, '1540-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268621, 2327, '1540-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268622, 2327, '1540-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268623, 2327, '1540-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268624, 2327, '1540-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268625, 2327, '1540-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268626, 2327, '1540-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268627, 2327, '1540-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268628, 2327, '1541-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268629, 2327, '1541-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268630, 2327, '1541-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268631, 2327, '1541-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268632, 2327, '1541-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268633, 2327, '1541-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268634, 2327, '1541-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268635, 2327, '1541-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268636, 2327, '1541-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268637, 2327, '1541-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268638, 2327, '1541-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268639, 2327, '1541-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268640, 2327, '1542-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268641, 2327, '1542-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268642, 2327, '1542-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268643, 2327, '1542-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268644, 2327, '1542-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268645, 2327, '1542-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268646, 2327, '1542-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268647, 2327, '1542-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268648, 2327, '1542-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268649, 2327, '1542-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268650, 2327, '1542-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268651, 2327, '1542-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268652, 2327, '1543-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268653, 2327, '1543-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268654, 2327, '1543-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268655, 2327, '1543-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268656, 2327, '1543-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268657, 2327, '1543-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268658, 2327, '1543-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268659, 2327, '1543-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268660, 2327, '1543-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268661, 2327, '1543-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268662, 2327, '1543-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268663, 2327, '1543-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268664, 2327, '1544-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268665, 2327, '1544-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268666, 2327, '1544-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268667, 2327, '1544-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268668, 2327, '1544-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268669, 2327, '1544-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268670, 2327, '1544-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268671, 2327, '1544-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268672, 2327, '1544-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268673, 2327, '1544-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268674, 2327, '1544-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268675, 2327, '1544-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268676, 2327, '1545-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268677, 2327, '1545-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268678, 2327, '1545-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268679, 2327, '1545-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268680, 2327, '1545-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268681, 2327, '1545-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268682, 2327, '1545-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268683, 2327, '1545-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268684, 2327, '1545-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268685, 2327, '1545-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268686, 2327, '1545-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268687, 2327, '1545-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268688, 2327, '1546-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268689, 2327, '1546-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268690, 2327, '1546-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268691, 2327, '1546-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268692, 2327, '1546-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268693, 2327, '1546-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268694, 2327, '1546-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268695, 2327, '1546-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268696, 2327, '1546-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268697, 2327, '1546-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268698, 2327, '1546-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268699, 2327, '1546-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268700, 2327, '1547-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268701, 2327, '1547-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268702, 2327, '1547-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268703, 2327, '1547-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268704, 2327, '1547-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268705, 2327, '1547-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268706, 2327, '1547-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268707, 2327, '1547-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268708, 2327, '1547-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268709, 2327, '1547-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268710, 2327, '1547-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268711, 2327, '1547-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268712, 2327, '1548-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268713, 2327, '1548-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268714, 2327, '1548-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268715, 2327, '1548-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268716, 2327, '1548-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268717, 2327, '1548-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268718, 2327, '1548-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268719, 2327, '1548-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268720, 2327, '1548-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268721, 2327, '1548-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268722, 2327, '1548-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268723, 2327, '1548-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268724, 2327, '1549-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268725, 2327, '1549-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268726, 2327, '1549-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268727, 2327, '1549-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268728, 2327, '1549-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268729, 2327, '1549-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268730, 2327, '1549-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268731, 2327, '1549-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268732, 2327, '1549-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268733, 2327, '1549-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268734, 2327, '1549-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268735, 2327, '1549-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268736, 2327, '1550-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268737, 2327, '1550-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268738, 2327, '1550-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268739, 2327, '1550-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268740, 2327, '1550-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268741, 2327, '1550-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268742, 2327, '1550-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268743, 2327, '1550-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268744, 2327, '1550-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268745, 2327, '1550-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268746, 2327, '1550-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268747, 2327, '1550-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268748, 2327, '1551-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268749, 2327, '1551-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268750, 2327, '1551-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268751, 2327, '1551-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268752, 2327, '1551-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268753, 2327, '1551-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268754, 2327, '1551-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268755, 2327, '1551-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268756, 2327, '1551-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268757, 2327, '1551-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268758, 2327, '1551-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268759, 2327, '1551-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268760, 2327, '1552-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268761, 2327, '1552-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268762, 2327, '1552-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268763, 2327, '1552-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268764, 2327, '1552-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268765, 2327, '1552-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268766, 2327, '1552-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268767, 2327, '1552-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268768, 2327, '1552-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268769, 2327, '1552-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268770, 2327, '1552-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268771, 2327, '1552-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268772, 2327, '1553-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268773, 2327, '1553-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268774, 2327, '1553-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268775, 2327, '1553-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268776, 2327, '1553-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268777, 2327, '1553-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268778, 2327, '1553-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268779, 2327, '1553-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268780, 2327, '1553-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268781, 2327, '1553-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268782, 2327, '1553-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268783, 2327, '1553-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268784, 2327, '1554-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268785, 2327, '1554-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268786, 2327, '1554-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268787, 2327, '1554-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268788, 2327, '1554-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268789, 2327, '1554-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268790, 2327, '1554-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268791, 2327, '1554-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268792, 2327, '1554-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268793, 2327, '1554-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268794, 2327, '1554-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268795, 2327, '1554-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268796, 2327, '1555-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268797, 2327, '1555-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268798, 2327, '1555-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268799, 2327, '1555-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268800, 2327, '1555-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268801, 2327, '1555-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268802, 2327, '1555-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268803, 2327, '1555-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268804, 2327, '1555-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268805, 2327, '1555-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268806, 2327, '1555-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268807, 2327, '1555-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268808, 2327, '1556-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268809, 2327, '1556-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268810, 2327, '1556-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268811, 2327, '1556-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268812, 2327, '1556-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268813, 2327, '1556-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268814, 2327, '1556-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268815, 2327, '1556-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268816, 2327, '1556-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268817, 2327, '1556-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268818, 2327, '1556-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268819, 2327, '1556-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268820, 2327, '1557-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268821, 2327, '1557-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268822, 2327, '1557-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268823, 2327, '1557-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268824, 2327, '1557-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268825, 2327, '1557-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268826, 2327, '1557-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268827, 2327, '1557-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268828, 2327, '1557-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268829, 2327, '1557-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268830, 2327, '1557-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268831, 2327, '1557-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268832, 2327, '1558-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268833, 2327, '1558-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268834, 2327, '1558-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268835, 2327, '1558-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268836, 2327, '1558-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268837, 2327, '1558-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268838, 2327, '1558-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268839, 2327, '1558-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268840, 2327, '1558-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268841, 2327, '1558-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268842, 2327, '1558-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268843, 2327, '1558-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268844, 2327, '1559-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268845, 2327, '1559-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268846, 2327, '1559-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268847, 2327, '1559-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268848, 2327, '1559-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268849, 2327, '1559-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268850, 2327, '1559-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268851, 2327, '1559-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268852, 2327, '1559-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268853, 2327, '1559-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268854, 2327, '1559-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268855, 2327, '1559-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268856, 2327, '1560-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268857, 2327, '1560-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268858, 2327, '1560-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268859, 2327, '1560-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268860, 2327, '1560-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268861, 2327, '1560-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268862, 2327, '1560-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268863, 2327, '1560-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268864, 2327, '1560-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268865, 2327, '1560-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268866, 2327, '1560-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268867, 2327, '1560-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:06', '2023-10-31 14:15:06'),
(268868, 2327, '1561-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(268869, 2327, '1561-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(268870, 2327, '1561-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(268871, 2327, '1561-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(268872, 2327, '1561-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(268873, 2327, '1561-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(268874, 2327, '1561-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(268875, 2327, '1561-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(268876, 2327, '1561-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(268877, 2327, '1561-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(268878, 2327, '1561-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(268879, 2327, '1561-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(268880, 2327, '1562-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(268881, 2327, '1562-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(268882, 2327, '1562-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(268883, 2327, '1562-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(268884, 2327, '1562-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(268885, 2327, '1562-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(268886, 2327, '1562-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(268887, 2327, '1562-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(268888, 2327, '1562-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(268889, 2327, '1562-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(268890, 2327, '1562-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(268891, 2327, '1562-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(268892, 2327, '1563-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(268893, 2327, '1563-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(268894, 2327, '1563-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(268895, 2327, '1563-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(268896, 2327, '1563-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(268897, 2327, '1563-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(268898, 2327, '1563-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(268899, 2327, '1563-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(268900, 2327, '1563-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(268901, 2327, '1563-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(268902, 2327, '1563-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(268903, 2327, '1563-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(268904, 2327, '1564-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(268905, 2327, '1564-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(268906, 2327, '1564-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(268907, 2327, '1564-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(268908, 2327, '1564-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(268909, 2327, '1564-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(268910, 2327, '1564-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(268911, 2327, '1564-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(268912, 2327, '1564-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(268913, 2327, '1564-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(268914, 2327, '1564-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(268915, 2327, '1564-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(268916, 2327, '1565-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(268917, 2327, '1565-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(268918, 2327, '1565-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(268919, 2327, '1565-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(268920, 2327, '1565-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(268921, 2327, '1565-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(268922, 2327, '1565-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(268923, 2327, '1565-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(268924, 2327, '1565-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(268925, 2327, '1565-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(268926, 2327, '1565-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(268927, 2327, '1565-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(268928, 2327, '1566-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(268929, 2327, '1566-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(268930, 2327, '1566-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(268931, 2327, '1566-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(268932, 2327, '1566-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(268933, 2327, '1566-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(268934, 2327, '1566-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(268935, 2327, '1566-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(268936, 2327, '1566-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(268937, 2327, '1566-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(268938, 2327, '1566-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(268939, 2327, '1566-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(268940, 2327, '1567-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(268941, 2327, '1567-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(268942, 2327, '1567-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(268943, 2327, '1567-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(268944, 2327, '1567-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(268945, 2327, '1567-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(268946, 2327, '1567-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(268947, 2327, '1567-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(268948, 2327, '1567-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(268949, 2327, '1567-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(268950, 2327, '1567-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(268951, 2327, '1567-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(268952, 2327, '1568-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(268953, 2327, '1568-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(268954, 2327, '1568-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(268955, 2327, '1568-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(268956, 2327, '1568-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(268957, 2327, '1568-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(268958, 2327, '1568-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(268959, 2327, '1568-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(268960, 2327, '1568-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(268961, 2327, '1568-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(268962, 2327, '1568-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(268963, 2327, '1568-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(268964, 2327, '1569-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(268965, 2327, '1569-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(268966, 2327, '1569-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(268967, 2327, '1569-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(268968, 2327, '1569-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(268969, 2327, '1569-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(268970, 2327, '1569-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(268971, 2327, '1569-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(268972, 2327, '1569-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(268973, 2327, '1569-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(268974, 2327, '1569-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(268975, 2327, '1569-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(268976, 2327, '1570-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(268977, 2327, '1570-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(268978, 2327, '1570-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(268979, 2327, '1570-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(268980, 2327, '1570-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(268981, 2327, '1570-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(268982, 2327, '1570-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(268983, 2327, '1570-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(268984, 2327, '1570-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(268985, 2327, '1570-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(268986, 2327, '1570-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(268987, 2327, '1570-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(268988, 2327, '1571-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(268989, 2327, '1571-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(268990, 2327, '1571-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(268991, 2327, '1571-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(268992, 2327, '1571-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(268993, 2327, '1571-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(268994, 2327, '1571-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(268995, 2327, '1571-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(268996, 2327, '1571-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(268997, 2327, '1571-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(268998, 2327, '1571-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(268999, 2327, '1571-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(269000, 2327, '1572-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(269001, 2327, '1572-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(269002, 2327, '1572-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(269003, 2327, '1572-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(269004, 2327, '1572-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(269005, 2327, '1572-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(269006, 2327, '1572-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(269007, 2327, '1572-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(269008, 2327, '1572-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(269009, 2327, '1572-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(269010, 2327, '1572-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(269011, 2327, '1572-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(269012, 2327, '1573-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(269013, 2327, '1573-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(269014, 2327, '1573-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(269015, 2327, '1573-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(269016, 2327, '1573-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(269017, 2327, '1573-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(269018, 2327, '1573-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(269019, 2327, '1573-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(269020, 2327, '1573-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(269021, 2327, '1573-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(269022, 2327, '1573-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(269023, 2327, '1573-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(269024, 2327, '1574-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(269025, 2327, '1574-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(269026, 2327, '1574-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(269027, 2327, '1574-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(269028, 2327, '1574-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(269029, 2327, '1574-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(269030, 2327, '1574-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(269031, 2327, '1574-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(269032, 2327, '1574-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(269033, 2327, '1574-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(269034, 2327, '1574-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(269035, 2327, '1574-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(269036, 2327, '1575-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(269037, 2327, '1575-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(269038, 2327, '1575-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(269039, 2327, '1575-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(269040, 2327, '1575-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(269041, 2327, '1575-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(269042, 2327, '1575-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(269043, 2327, '1575-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(269044, 2327, '1575-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(269045, 2327, '1575-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(269046, 2327, '1575-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(269047, 2327, '1575-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(269048, 2327, '1576-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(269049, 2327, '1576-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(269050, 2327, '1576-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(269051, 2327, '1576-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(269052, 2327, '1576-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(269053, 2327, '1576-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(269054, 2327, '1576-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(269055, 2327, '1576-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(269056, 2327, '1576-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(269057, 2327, '1576-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(269058, 2327, '1576-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(269059, 2327, '1576-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(269060, 2327, '1577-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(269061, 2327, '1577-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(269062, 2327, '1577-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(269063, 2327, '1577-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(269064, 2327, '1577-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(269065, 2327, '1577-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(269066, 2327, '1577-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(269067, 2327, '1577-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(269068, 2327, '1577-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(269069, 2327, '1577-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(269070, 2327, '1577-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(269071, 2327, '1577-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(269072, 2327, '1578-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(269073, 2327, '1578-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(269074, 2327, '1578-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(269075, 2327, '1578-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(269076, 2327, '1578-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(269077, 2327, '1578-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(269078, 2327, '1578-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(269079, 2327, '1578-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(269080, 2327, '1578-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(269081, 2327, '1578-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(269082, 2327, '1578-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(269083, 2327, '1578-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(269084, 2327, '1579-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(269085, 2327, '1579-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(269086, 2327, '1579-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(269087, 2327, '1579-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(269088, 2327, '1579-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(269089, 2327, '1579-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(269090, 2327, '1579-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(269091, 2327, '1579-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(269092, 2327, '1579-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(269093, 2327, '1579-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(269094, 2327, '1579-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(269095, 2327, '1579-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(269096, 2327, '1580-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(269097, 2327, '1580-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(269098, 2327, '1580-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(269099, 2327, '1580-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(269100, 2327, '1580-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(269101, 2327, '1580-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(269102, 2327, '1580-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(269103, 2327, '1580-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(269104, 2327, '1580-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(269105, 2327, '1580-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(269106, 2327, '1580-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(269107, 2327, '1580-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(269108, 2327, '1581-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(269109, 2327, '1581-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(269110, 2327, '1581-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(269111, 2327, '1581-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(269112, 2327, '1581-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(269113, 2327, '1581-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(269114, 2327, '1581-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(269115, 2327, '1581-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(269116, 2327, '1581-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(269117, 2327, '1581-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(269118, 2327, '1581-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(269119, 2327, '1581-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(269120, 2327, '1582-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(269121, 2327, '1582-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(269122, 2327, '1582-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(269123, 2327, '1582-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(269124, 2327, '1582-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(269125, 2327, '1582-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(269126, 2327, '1582-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(269127, 2327, '1582-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(269128, 2327, '1582-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:07', '2023-10-31 14:15:07'),
(269129, 2327, '1582-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:08', '2023-10-31 14:15:08'),
(269130, 2327, '1582-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:08', '2023-10-31 14:15:08'),
(269131, 2327, '1582-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:08', '2023-10-31 14:15:08'),
(269132, 2327, '1583-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:08', '2023-10-31 14:15:08'),
(269133, 2327, '1583-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:08', '2023-10-31 14:15:08'),
(269134, 2327, '1583-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:08', '2023-10-31 14:15:08'),
(269135, 2327, '1583-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:08', '2023-10-31 14:15:08'),
(269136, 2327, '1583-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:08', '2023-10-31 14:15:08'),
(269137, 2327, '1583-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:08', '2023-10-31 14:15:08'),
(269138, 2327, '1583-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:08', '2023-10-31 14:15:08'),
(269139, 2327, '1583-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:08', '2023-10-31 14:15:08'),
(269140, 2327, '1583-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:08', '2023-10-31 14:15:08'),
(269141, 2327, '1583-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:08', '2023-10-31 14:15:08'),
(269142, 2327, '1583-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:08', '2023-10-31 14:15:08'),
(269143, 2327, '1583-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:08', '2023-10-31 14:15:08'),
(269144, 2327, '1584-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:08', '2023-10-31 14:15:08'),
(269145, 2327, '1584-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:08', '2023-10-31 14:15:08'),
(269146, 2327, '1584-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:08', '2023-10-31 14:15:08'),
(269147, 2327, '1584-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:08', '2023-10-31 14:15:08'),
(269148, 2327, '1584-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:08', '2023-10-31 14:15:08'),
(269149, 2327, '1584-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:08', '2023-10-31 14:15:08'),
(269150, 2327, '1584-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:08', '2023-10-31 14:15:08'),
(269151, 2327, '1584-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:08', '2023-10-31 14:15:08'),
(269152, 2327, '1584-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:08', '2023-10-31 14:15:08'),
(269153, 2327, '1584-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:08', '2023-10-31 14:15:08'),
(269154, 2327, '1584-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:08', '2023-10-31 14:15:08'),
(269155, 2327, '1584-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:08', '2023-10-31 14:15:08'),
(269156, 2327, '1585-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:08', '2023-10-31 14:15:08'),
(269157, 2327, '1585-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:08', '2023-10-31 14:15:08'),
(269158, 2327, '1585-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:08', '2023-10-31 14:15:08'),
(269159, 2327, '1585-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:08', '2023-10-31 14:15:08'),
(269160, 2327, '1585-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:08', '2023-10-31 14:15:08'),
(269161, 2327, '1585-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:08', '2023-10-31 14:15:08'),
(269162, 2327, '1585-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:08', '2023-10-31 14:15:08'),
(269163, 2327, '1585-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:08', '2023-10-31 14:15:08'),
(269164, 2327, '1585-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:08', '2023-10-31 14:15:08'),
(269165, 2327, '1585-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:08', '2023-10-31 14:15:08'),
(269166, 2327, '1585-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:08', '2023-10-31 14:15:08'),
(269167, 2327, '1585-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:08', '2023-10-31 14:15:08'),
(269168, 2327, '1586-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:08', '2023-10-31 14:15:08'),
(269169, 2327, '1586-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:08', '2023-10-31 14:15:08'),
(269170, 2327, '1586-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:08', '2023-10-31 14:15:08'),
(269171, 2327, '1586-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:08', '2023-10-31 14:15:08'),
(269172, 2327, '1586-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:08', '2023-10-31 14:15:08'),
(269173, 2327, '1586-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:08', '2023-10-31 14:15:08'),
(269174, 2327, '1586-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:08', '2023-10-31 14:15:08'),
(269175, 2327, '1586-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:08', '2023-10-31 14:15:08'),
(269176, 2327, '1586-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:08', '2023-10-31 14:15:08'),
(269177, 2327, '1586-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:08', '2023-10-31 14:15:08'),
(269178, 2327, '1586-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:08', '2023-10-31 14:15:08'),
(269179, 2327, '1586-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:08', '2023-10-31 14:15:08'),
(269180, 2327, '1587-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:08', '2023-10-31 14:15:08'),
(269181, 2327, '1587-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:08', '2023-10-31 14:15:08'),
(269182, 2327, '1587-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:08', '2023-10-31 14:15:08'),
(269183, 2327, '1587-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:08', '2023-10-31 14:15:08'),
(269184, 2327, '1587-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:08', '2023-10-31 14:15:08'),
(269185, 2327, '1587-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:08', '2023-10-31 14:15:08'),
(269186, 2327, '1587-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:08', '2023-10-31 14:15:08'),
(269187, 2327, '1587-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:08', '2023-10-31 14:15:08'),
(269188, 2327, '1587-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:08', '2023-10-31 14:15:08'),
(269189, 2327, '1587-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:08', '2023-10-31 14:15:08'),
(269190, 2327, '1587-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:08', '2023-10-31 14:15:08'),
(269191, 2327, '1587-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:08', '2023-10-31 14:15:08'),
(269192, 2327, '1588-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:08', '2023-10-31 14:15:08'),
(269193, 2327, '1588-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:08', '2023-10-31 14:15:08'),
(269194, 2327, '1588-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:08', '2023-10-31 14:15:08'),
(269195, 2327, '1588-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:08', '2023-10-31 14:15:08'),
(269196, 2327, '1588-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:08', '2023-10-31 14:15:08'),
(269197, 2327, '1588-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:08', '2023-10-31 14:15:08'),
(269198, 2327, '1588-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:08', '2023-10-31 14:15:08'),
(269199, 2327, '1588-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:08', '2023-10-31 14:15:08'),
(269200, 2327, '1588-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:08', '2023-10-31 14:15:08'),
(269201, 2327, '1588-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:08', '2023-10-31 14:15:08'),
(269202, 2327, '1588-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:08', '2023-10-31 14:15:08'),
(269203, 2327, '1588-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:08', '2023-10-31 14:15:08'),
(269204, 2327, '1589-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:08', '2023-10-31 14:15:08'),
(269205, 2327, '1589-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:08', '2023-10-31 14:15:08'),
(269206, 2327, '1589-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:08', '2023-10-31 14:15:08'),
(269207, 2327, '1589-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:08', '2023-10-31 14:15:08'),
(269208, 2327, '1589-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:08', '2023-10-31 14:15:08'),
(269209, 2327, '1589-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:08', '2023-10-31 14:15:08'),
(269210, 2327, '1589-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:08', '2023-10-31 14:15:08'),
(269211, 2327, '1589-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:08', '2023-10-31 14:15:08'),
(269212, 2327, '1589-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:08', '2023-10-31 14:15:08'),
(269213, 2327, '1589-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:08', '2023-10-31 14:15:08'),
(269214, 2327, '1589-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:08', '2023-10-31 14:15:08'),
(269215, 2327, '1589-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:08', '2023-10-31 14:15:08'),
(269216, 2327, '1590-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:08', '2023-10-31 14:15:08'),
(269217, 2327, '1590-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:08', '2023-10-31 14:15:08'),
(269218, 2327, '1590-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:08', '2023-10-31 14:15:08'),
(269219, 2327, '1590-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:08', '2023-10-31 14:15:08'),
(269220, 2327, '1590-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:08', '2023-10-31 14:15:08'),
(269221, 2327, '1590-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:08', '2023-10-31 14:15:08'),
(269222, 2327, '1590-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:08', '2023-10-31 14:15:08'),
(269223, 2327, '1590-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:08', '2023-10-31 14:15:08'),
(269224, 2327, '1590-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:08', '2023-10-31 14:15:08'),
(269225, 2327, '1590-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:08', '2023-10-31 14:15:08'),
(269226, 2327, '1590-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:08', '2023-10-31 14:15:08'),
(269227, 2327, '1590-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:08', '2023-10-31 14:15:08'),
(269228, 2327, '1591-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:08', '2023-10-31 14:15:08'),
(269229, 2327, '1591-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:08', '2023-10-31 14:15:08'),
(269230, 2327, '1591-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:08', '2023-10-31 14:15:08'),
(269231, 2327, '1591-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:08', '2023-10-31 14:15:08'),
(269232, 2327, '1591-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:08', '2023-10-31 14:15:08'),
(269233, 2327, '1591-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:08', '2023-10-31 14:15:08'),
(269234, 2327, '1591-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:08', '2023-10-31 14:15:08'),
(269235, 2327, '1591-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:08', '2023-10-31 14:15:08'),
(269236, 2327, '1591-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:08', '2023-10-31 14:15:08'),
(269237, 2327, '1591-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:08', '2023-10-31 14:15:08'),
(269238, 2327, '1591-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:08', '2023-10-31 14:15:08'),
(269239, 2327, '1591-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:08', '2023-10-31 14:15:08'),
(269240, 2327, '1592-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:08', '2023-10-31 14:15:08'),
(269241, 2327, '1592-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:08', '2023-10-31 14:15:08'),
(269242, 2327, '1592-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:08', '2023-10-31 14:15:08'),
(269243, 2327, '1592-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:08', '2023-10-31 14:15:08'),
(269244, 2327, '1592-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:08', '2023-10-31 14:15:08'),
(269245, 2327, '1592-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:08', '2023-10-31 14:15:08'),
(269246, 2327, '1592-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:08', '2023-10-31 14:15:08'),
(269247, 2327, '1592-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:08', '2023-10-31 14:15:08'),
(269248, 2327, '1592-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:08', '2023-10-31 14:15:08'),
(269249, 2327, '1592-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:08', '2023-10-31 14:15:08'),
(269250, 2327, '1592-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:08', '2023-10-31 14:15:08'),
(269251, 2327, '1592-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:08', '2023-10-31 14:15:08'),
(269252, 2327, '1593-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:08', '2023-10-31 14:15:08'),
(269253, 2327, '1593-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:08', '2023-10-31 14:15:08'),
(269254, 2327, '1593-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:08', '2023-10-31 14:15:08'),
(269255, 2327, '1593-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:08', '2023-10-31 14:15:08'),
(269256, 2327, '1593-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:08', '2023-10-31 14:15:08'),
(269257, 2327, '1593-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:08', '2023-10-31 14:15:08'),
(269258, 2327, '1593-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:08', '2023-10-31 14:15:08'),
(269259, 2327, '1593-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:08', '2023-10-31 14:15:08'),
(269260, 2327, '1593-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:08', '2023-10-31 14:15:08'),
(269261, 2327, '1593-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:08', '2023-10-31 14:15:08'),
(269262, 2327, '1593-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:08', '2023-10-31 14:15:08'),
(269263, 2327, '1593-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:08', '2023-10-31 14:15:08'),
(269264, 2327, '1594-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:08', '2023-10-31 14:15:08'),
(269265, 2327, '1594-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:08', '2023-10-31 14:15:08'),
(269266, 2327, '1594-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:08', '2023-10-31 14:15:08'),
(269267, 2327, '1594-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:08', '2023-10-31 14:15:08'),
(269268, 2327, '1594-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:08', '2023-10-31 14:15:08'),
(269269, 2327, '1594-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:08', '2023-10-31 14:15:08'),
(269270, 2327, '1594-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:08', '2023-10-31 14:15:08'),
(269271, 2327, '1594-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:08', '2023-10-31 14:15:08'),
(269272, 2327, '1594-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:08', '2023-10-31 14:15:08'),
(269273, 2327, '1594-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:08', '2023-10-31 14:15:08'),
(269274, 2327, '1594-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:08', '2023-10-31 14:15:08'),
(269275, 2327, '1594-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:08', '2023-10-31 14:15:08'),
(269276, 2327, '1595-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:08', '2023-10-31 14:15:08'),
(269277, 2327, '1595-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:08', '2023-10-31 14:15:08'),
(269278, 2327, '1595-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:08', '2023-10-31 14:15:08'),
(269279, 2327, '1595-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:08', '2023-10-31 14:15:08'),
(269280, 2327, '1595-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:08', '2023-10-31 14:15:08'),
(269281, 2327, '1595-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:08', '2023-10-31 14:15:08'),
(269282, 2327, '1595-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:08', '2023-10-31 14:15:08'),
(269283, 2327, '1595-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:08', '2023-10-31 14:15:08'),
(269284, 2327, '1595-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:08', '2023-10-31 14:15:08'),
(269285, 2327, '1595-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:08', '2023-10-31 14:15:08'),
(269286, 2327, '1595-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:08', '2023-10-31 14:15:08'),
(269287, 2327, '1595-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:08', '2023-10-31 14:15:08'),
(269288, 2327, '1596-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:08', '2023-10-31 14:15:08'),
(269289, 2327, '1596-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:08', '2023-10-31 14:15:08'),
(269290, 2327, '1596-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:08', '2023-10-31 14:15:08'),
(269291, 2327, '1596-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:08', '2023-10-31 14:15:08'),
(269292, 2327, '1596-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:08', '2023-10-31 14:15:08'),
(269293, 2327, '1596-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:08', '2023-10-31 14:15:08'),
(269294, 2327, '1596-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:08', '2023-10-31 14:15:08'),
(269295, 2327, '1596-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:08', '2023-10-31 14:15:08'),
(269296, 2327, '1596-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:08', '2023-10-31 14:15:08'),
(269297, 2327, '1596-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:08', '2023-10-31 14:15:08'),
(269298, 2327, '1596-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:08', '2023-10-31 14:15:08'),
(269299, 2327, '1596-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:08', '2023-10-31 14:15:08'),
(269300, 2327, '1597-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:08', '2023-10-31 14:15:08'),
(269301, 2327, '1597-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:08', '2023-10-31 14:15:08'),
(269302, 2327, '1597-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:08', '2023-10-31 14:15:08'),
(269303, 2327, '1597-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:08', '2023-10-31 14:15:08'),
(269304, 2327, '1597-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:08', '2023-10-31 14:15:08'),
(269305, 2327, '1597-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:08', '2023-10-31 14:15:08'),
(269306, 2327, '1597-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:08', '2023-10-31 14:15:08'),
(269307, 2327, '1597-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:08', '2023-10-31 14:15:08'),
(269308, 2327, '1597-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:08', '2023-10-31 14:15:08'),
(269309, 2327, '1597-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:08', '2023-10-31 14:15:08'),
(269310, 2327, '1597-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:08', '2023-10-31 14:15:08'),
(269311, 2327, '1597-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:08', '2023-10-31 14:15:08'),
(269312, 2327, '1598-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:08', '2023-10-31 14:15:08'),
(269313, 2327, '1598-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:08', '2023-10-31 14:15:08'),
(269314, 2327, '1598-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:08', '2023-10-31 14:15:08'),
(269315, 2327, '1598-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:08', '2023-10-31 14:15:08'),
(269316, 2327, '1598-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:08', '2023-10-31 14:15:08'),
(269317, 2327, '1598-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:08', '2023-10-31 14:15:08'),
(269318, 2327, '1598-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:08', '2023-10-31 14:15:08'),
(269319, 2327, '1598-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:08', '2023-10-31 14:15:08'),
(269320, 2327, '1598-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:08', '2023-10-31 14:15:08'),
(269321, 2327, '1598-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:08', '2023-10-31 14:15:08'),
(269322, 2327, '1598-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:08', '2023-10-31 14:15:08'),
(269323, 2327, '1598-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:08', '2023-10-31 14:15:08'),
(269324, 2327, '1599-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:08', '2023-10-31 14:15:08'),
(269325, 2327, '1599-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:08', '2023-10-31 14:15:08'),
(269326, 2327, '1599-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:08', '2023-10-31 14:15:08'),
(269327, 2327, '1599-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:08', '2023-10-31 14:15:08'),
(269328, 2327, '1599-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:08', '2023-10-31 14:15:08'),
(269329, 2327, '1599-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:08', '2023-10-31 14:15:08'),
(269330, 2327, '1599-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:08', '2023-10-31 14:15:08'),
(269331, 2327, '1599-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:08', '2023-10-31 14:15:08'),
(269332, 2327, '1599-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:08', '2023-10-31 14:15:08'),
(269333, 2327, '1599-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:08', '2023-10-31 14:15:08'),
(269334, 2327, '1599-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:08', '2023-10-31 14:15:08'),
(269335, 2327, '1599-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:08', '2023-10-31 14:15:08'),
(269336, 2327, '1600-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:08', '2023-10-31 14:15:08'),
(269337, 2327, '1600-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:08', '2023-10-31 14:15:08'),
(269338, 2327, '1600-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:08', '2023-10-31 14:15:08'),
(269339, 2327, '1600-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:08', '2023-10-31 14:15:08'),
(269340, 2327, '1600-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:08', '2023-10-31 14:15:08'),
(269341, 2327, '1600-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:08', '2023-10-31 14:15:08'),
(269342, 2327, '1600-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:08', '2023-10-31 14:15:08'),
(269343, 2327, '1600-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:08', '2023-10-31 14:15:08'),
(269344, 2327, '1600-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:08', '2023-10-31 14:15:08'),
(269345, 2327, '1600-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:08', '2023-10-31 14:15:08'),
(269346, 2327, '1600-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:08', '2023-10-31 14:15:08'),
(269347, 2327, '1600-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:08', '2023-10-31 14:15:08'),
(269348, 2327, '1601-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:08', '2023-10-31 14:15:08'),
(269349, 2327, '1601-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:08', '2023-10-31 14:15:08'),
(269350, 2327, '1601-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:08', '2023-10-31 14:15:08'),
(269351, 2327, '1601-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:08', '2023-10-31 14:15:08'),
(269352, 2327, '1601-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:08', '2023-10-31 14:15:08'),
(269353, 2327, '1601-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:08', '2023-10-31 14:15:08'),
(269354, 2327, '1601-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:08', '2023-10-31 14:15:08'),
(269355, 2327, '1601-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:08', '2023-10-31 14:15:08'),
(269356, 2327, '1601-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:08', '2023-10-31 14:15:08'),
(269357, 2327, '1601-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:08', '2023-10-31 14:15:08'),
(269358, 2327, '1601-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:08', '2023-10-31 14:15:08'),
(269359, 2327, '1601-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:08', '2023-10-31 14:15:08'),
(269360, 2327, '1602-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:08', '2023-10-31 14:15:08'),
(269361, 2327, '1602-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:08', '2023-10-31 14:15:08'),
(269362, 2327, '1602-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:08', '2023-10-31 14:15:08'),
(269363, 2327, '1602-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:08', '2023-10-31 14:15:08'),
(269364, 2327, '1602-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:08', '2023-10-31 14:15:08'),
(269365, 2327, '1602-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:08', '2023-10-31 14:15:08'),
(269366, 2327, '1602-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:09', '2023-10-31 14:15:09'),
(269367, 2327, '1602-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:09', '2023-10-31 14:15:09'),
(269368, 2327, '1602-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:09', '2023-10-31 14:15:09'),
(269369, 2327, '1602-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:09', '2023-10-31 14:15:09'),
(269370, 2327, '1602-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:09', '2023-10-31 14:15:09'),
(269371, 2327, '1602-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:09', '2023-10-31 14:15:09'),
(269372, 2327, '1603-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:09', '2023-10-31 14:15:09'),
(269373, 2327, '1603-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:09', '2023-10-31 14:15:09'),
(269374, 2327, '1603-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:09', '2023-10-31 14:15:09'),
(269375, 2327, '1603-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:09', '2023-10-31 14:15:09'),
(269376, 2327, '1603-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:09', '2023-10-31 14:15:09'),
(269377, 2327, '1603-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:09', '2023-10-31 14:15:09'),
(269378, 2327, '1603-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:09', '2023-10-31 14:15:09'),
(269379, 2327, '1603-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:09', '2023-10-31 14:15:09'),
(269380, 2327, '1603-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:09', '2023-10-31 14:15:09'),
(269381, 2327, '1603-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:09', '2023-10-31 14:15:09'),
(269382, 2327, '1603-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:09', '2023-10-31 14:15:09'),
(269383, 2327, '1603-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:09', '2023-10-31 14:15:09'),
(269384, 2327, '1604-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:09', '2023-10-31 14:15:09'),
(269385, 2327, '1604-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:09', '2023-10-31 14:15:09'),
(269386, 2327, '1604-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:09', '2023-10-31 14:15:09'),
(269387, 2327, '1604-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:09', '2023-10-31 14:15:09'),
(269388, 2327, '1604-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:09', '2023-10-31 14:15:09'),
(269389, 2327, '1604-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:09', '2023-10-31 14:15:09'),
(269390, 2327, '1604-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:09', '2023-10-31 14:15:09'),
(269391, 2327, '1604-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:09', '2023-10-31 14:15:09'),
(269392, 2327, '1604-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:09', '2023-10-31 14:15:09'),
(269393, 2327, '1604-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:09', '2023-10-31 14:15:09'),
(269394, 2327, '1604-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:09', '2023-10-31 14:15:09'),
(269395, 2327, '1604-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:09', '2023-10-31 14:15:09'),
(269396, 2327, '1605-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:09', '2023-10-31 14:15:09'),
(269397, 2327, '1605-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:09', '2023-10-31 14:15:09'),
(269398, 2327, '1605-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:09', '2023-10-31 14:15:09'),
(269399, 2327, '1605-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:09', '2023-10-31 14:15:09'),
(269400, 2327, '1605-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:09', '2023-10-31 14:15:09'),
(269401, 2327, '1605-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:09', '2023-10-31 14:15:09'),
(269402, 2327, '1605-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:09', '2023-10-31 14:15:09'),
(269403, 2327, '1605-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:09', '2023-10-31 14:15:09'),
(269404, 2327, '1605-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:09', '2023-10-31 14:15:09'),
(269405, 2327, '1605-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:09', '2023-10-31 14:15:09'),
(269406, 2327, '1605-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:09', '2023-10-31 14:15:09'),
(269407, 2327, '1605-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:09', '2023-10-31 14:15:09'),
(269408, 2327, '1606-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:09', '2023-10-31 14:15:09'),
(269409, 2327, '1606-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:09', '2023-10-31 14:15:09');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(269410, 2327, '1606-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:09', '2023-10-31 14:15:09'),
(269411, 2327, '1606-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:09', '2023-10-31 14:15:09'),
(269412, 2327, '1606-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:09', '2023-10-31 14:15:09'),
(269413, 2327, '1606-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:09', '2023-10-31 14:15:09'),
(269414, 2327, '1606-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:09', '2023-10-31 14:15:09'),
(269415, 2327, '1606-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:09', '2023-10-31 14:15:09'),
(269416, 2327, '1606-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:09', '2023-10-31 14:15:09'),
(269417, 2327, '1606-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:09', '2023-10-31 14:15:09'),
(269418, 2327, '1606-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:09', '2023-10-31 14:15:09'),
(269419, 2327, '1606-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:09', '2023-10-31 14:15:09'),
(269420, 2327, '1607-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:09', '2023-10-31 14:15:09'),
(269421, 2327, '1607-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:09', '2023-10-31 14:15:09'),
(269422, 2327, '1607-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:09', '2023-10-31 14:15:09'),
(269423, 2327, '1607-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:09', '2023-10-31 14:15:09'),
(269424, 2327, '1607-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:09', '2023-10-31 14:15:09'),
(269425, 2327, '1607-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:09', '2023-10-31 14:15:09'),
(269426, 2327, '1607-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:09', '2023-10-31 14:15:09'),
(269427, 2327, '1607-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:09', '2023-10-31 14:15:09'),
(269428, 2327, '1607-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:09', '2023-10-31 14:15:09'),
(269429, 2327, '1607-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:09', '2023-10-31 14:15:09'),
(269430, 2327, '1607-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:09', '2023-10-31 14:15:09'),
(269431, 2327, '1607-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:09', '2023-10-31 14:15:09'),
(269432, 2327, '1608-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:09', '2023-10-31 14:15:09'),
(269433, 2327, '1608-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:09', '2023-10-31 14:15:09'),
(269434, 2327, '1608-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:09', '2023-10-31 14:15:09'),
(269435, 2327, '1608-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:09', '2023-10-31 14:15:09'),
(269436, 2327, '1608-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:09', '2023-10-31 14:15:09'),
(269437, 2327, '1608-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:09', '2023-10-31 14:15:09'),
(269438, 2327, '1608-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:09', '2023-10-31 14:15:09'),
(269439, 2327, '1608-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:09', '2023-10-31 14:15:09'),
(269440, 2327, '1608-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:09', '2023-10-31 14:15:09'),
(269441, 2327, '1608-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:09', '2023-10-31 14:15:09'),
(269442, 2327, '1608-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:09', '2023-10-31 14:15:09'),
(269443, 2327, '1608-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:09', '2023-10-31 14:15:09'),
(269444, 2327, '1609-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:09', '2023-10-31 14:15:09'),
(269445, 2327, '1609-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:09', '2023-10-31 14:15:09'),
(269446, 2327, '1609-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:09', '2023-10-31 14:15:09'),
(269447, 2327, '1609-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:09', '2023-10-31 14:15:09'),
(269448, 2327, '1609-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:09', '2023-10-31 14:15:09'),
(269449, 2327, '1609-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:09', '2023-10-31 14:15:09'),
(269450, 2327, '1609-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:09', '2023-10-31 14:15:09'),
(269451, 2327, '1609-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:09', '2023-10-31 14:15:09'),
(269452, 2327, '1609-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:09', '2023-10-31 14:15:09'),
(269453, 2327, '1609-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:09', '2023-10-31 14:15:09'),
(269454, 2327, '1609-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:09', '2023-10-31 14:15:09'),
(269455, 2327, '1609-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:09', '2023-10-31 14:15:09'),
(269456, 2327, '1610-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:09', '2023-10-31 14:15:09'),
(269457, 2327, '1610-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:09', '2023-10-31 14:15:09'),
(269458, 2327, '1610-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:09', '2023-10-31 14:15:09'),
(269459, 2327, '1610-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:09', '2023-10-31 14:15:09'),
(269460, 2327, '1610-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:09', '2023-10-31 14:15:09'),
(269461, 2327, '1610-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:09', '2023-10-31 14:15:09'),
(269462, 2327, '1610-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:09', '2023-10-31 14:15:09'),
(269463, 2327, '1610-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:09', '2023-10-31 14:15:09'),
(269464, 2327, '1610-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:09', '2023-10-31 14:15:09'),
(269465, 2327, '1610-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:09', '2023-10-31 14:15:09'),
(269466, 2327, '1610-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:09', '2023-10-31 14:15:09'),
(269467, 2327, '1610-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:09', '2023-10-31 14:15:09'),
(269468, 2327, '1611-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:09', '2023-10-31 14:15:09'),
(269469, 2327, '1611-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:09', '2023-10-31 14:15:09'),
(269470, 2327, '1611-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:09', '2023-10-31 14:15:09'),
(269471, 2327, '1611-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:09', '2023-10-31 14:15:09'),
(269472, 2327, '1611-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:09', '2023-10-31 14:15:09'),
(269473, 2327, '1611-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:09', '2023-10-31 14:15:09'),
(269474, 2327, '1611-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:09', '2023-10-31 14:15:09'),
(269475, 2327, '1611-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:09', '2023-10-31 14:15:09'),
(269476, 2327, '1611-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:09', '2023-10-31 14:15:09'),
(269477, 2327, '1611-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:09', '2023-10-31 14:15:09'),
(269478, 2327, '1611-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:09', '2023-10-31 14:15:09'),
(269479, 2327, '1611-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:09', '2023-10-31 14:15:09'),
(269480, 2327, '1612-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:09', '2023-10-31 14:15:09'),
(269481, 2327, '1612-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:09', '2023-10-31 14:15:09'),
(269482, 2327, '1612-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:09', '2023-10-31 14:15:09'),
(269483, 2327, '1612-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:09', '2023-10-31 14:15:09'),
(269484, 2327, '1612-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:09', '2023-10-31 14:15:09'),
(269485, 2327, '1612-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:09', '2023-10-31 14:15:09'),
(269486, 2327, '1612-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:09', '2023-10-31 14:15:09'),
(269487, 2327, '1612-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:09', '2023-10-31 14:15:09'),
(269488, 2327, '1612-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:09', '2023-10-31 14:15:09'),
(269489, 2327, '1612-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:09', '2023-10-31 14:15:09'),
(269490, 2327, '1612-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:09', '2023-10-31 14:15:09'),
(269491, 2327, '1612-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:09', '2023-10-31 14:15:09'),
(269492, 2327, '1613-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:09', '2023-10-31 14:15:09'),
(269493, 2327, '1613-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:09', '2023-10-31 14:15:09'),
(269494, 2327, '1613-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:09', '2023-10-31 14:15:09'),
(269495, 2327, '1613-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:09', '2023-10-31 14:15:09'),
(269496, 2327, '1613-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:09', '2023-10-31 14:15:09'),
(269497, 2327, '1613-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:09', '2023-10-31 14:15:09'),
(269498, 2327, '1613-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:09', '2023-10-31 14:15:09'),
(269499, 2327, '1613-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:09', '2023-10-31 14:15:09'),
(269500, 2327, '1613-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:09', '2023-10-31 14:15:09'),
(269501, 2327, '1613-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:09', '2023-10-31 14:15:09'),
(269502, 2327, '1613-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:09', '2023-10-31 14:15:09'),
(269503, 2327, '1613-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:09', '2023-10-31 14:15:09'),
(269504, 2327, '1614-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:09', '2023-10-31 14:15:09'),
(269505, 2327, '1614-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:09', '2023-10-31 14:15:09'),
(269506, 2327, '1614-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:09', '2023-10-31 14:15:09'),
(269507, 2327, '1614-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:09', '2023-10-31 14:15:09'),
(269508, 2327, '1614-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:09', '2023-10-31 14:15:09'),
(269509, 2327, '1614-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:09', '2023-10-31 14:15:09'),
(269510, 2327, '1614-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:09', '2023-10-31 14:15:09'),
(269511, 2327, '1614-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:09', '2023-10-31 14:15:09'),
(269512, 2327, '1614-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:09', '2023-10-31 14:15:09'),
(269513, 2327, '1614-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:09', '2023-10-31 14:15:09'),
(269514, 2327, '1614-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:09', '2023-10-31 14:15:09'),
(269515, 2327, '1614-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:09', '2023-10-31 14:15:09'),
(269516, 2327, '1615-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:09', '2023-10-31 14:15:09'),
(269517, 2327, '1615-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:09', '2023-10-31 14:15:09'),
(269518, 2327, '1615-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:09', '2023-10-31 14:15:09'),
(269519, 2327, '1615-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:09', '2023-10-31 14:15:09'),
(269520, 2327, '1615-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:09', '2023-10-31 14:15:09'),
(269521, 2327, '1615-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:09', '2023-10-31 14:15:09'),
(269522, 2327, '1615-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:09', '2023-10-31 14:15:09'),
(269523, 2327, '1615-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:09', '2023-10-31 14:15:09'),
(269524, 2327, '1615-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:09', '2023-10-31 14:15:09'),
(269525, 2327, '1615-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:09', '2023-10-31 14:15:09'),
(269526, 2327, '1615-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:09', '2023-10-31 14:15:09'),
(269527, 2327, '1615-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:09', '2023-10-31 14:15:09'),
(269528, 2327, '1616-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:09', '2023-10-31 14:15:09'),
(269529, 2327, '1616-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:09', '2023-10-31 14:15:09'),
(269530, 2327, '1616-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:09', '2023-10-31 14:15:09'),
(269531, 2327, '1616-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:09', '2023-10-31 14:15:09'),
(269532, 2327, '1616-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:09', '2023-10-31 14:15:09'),
(269533, 2327, '1616-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:09', '2023-10-31 14:15:09'),
(269534, 2327, '1616-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:09', '2023-10-31 14:15:09'),
(269535, 2327, '1616-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:09', '2023-10-31 14:15:09'),
(269536, 2327, '1616-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:09', '2023-10-31 14:15:09'),
(269537, 2327, '1616-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:09', '2023-10-31 14:15:09'),
(269538, 2327, '1616-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:09', '2023-10-31 14:15:09'),
(269539, 2327, '1616-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:09', '2023-10-31 14:15:09'),
(269540, 2327, '1617-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:09', '2023-10-31 14:15:09'),
(269541, 2327, '1617-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:09', '2023-10-31 14:15:09'),
(269542, 2327, '1617-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:09', '2023-10-31 14:15:09'),
(269543, 2327, '1617-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:09', '2023-10-31 14:15:09'),
(269544, 2327, '1617-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:09', '2023-10-31 14:15:09'),
(269545, 2327, '1617-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:09', '2023-10-31 14:15:09'),
(269546, 2327, '1617-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:09', '2023-10-31 14:15:09'),
(269547, 2327, '1617-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:09', '2023-10-31 14:15:09'),
(269548, 2327, '1617-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:09', '2023-10-31 14:15:09'),
(269549, 2327, '1617-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:09', '2023-10-31 14:15:09'),
(269550, 2327, '1617-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:09', '2023-10-31 14:15:09'),
(269551, 2327, '1617-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:09', '2023-10-31 14:15:09'),
(269552, 2327, '1618-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:09', '2023-10-31 14:15:09'),
(269553, 2327, '1618-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:09', '2023-10-31 14:15:09'),
(269554, 2327, '1618-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:09', '2023-10-31 14:15:09'),
(269555, 2327, '1618-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:09', '2023-10-31 14:15:09'),
(269556, 2327, '1618-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:09', '2023-10-31 14:15:09'),
(269557, 2327, '1618-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:09', '2023-10-31 14:15:09'),
(269558, 2327, '1618-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:09', '2023-10-31 14:15:09'),
(269559, 2327, '1618-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:09', '2023-10-31 14:15:09'),
(269560, 2327, '1618-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:09', '2023-10-31 14:15:09'),
(269561, 2327, '1618-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:09', '2023-10-31 14:15:09'),
(269562, 2327, '1618-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:09', '2023-10-31 14:15:09'),
(269563, 2327, '1618-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:09', '2023-10-31 14:15:09'),
(269564, 2327, '1619-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:09', '2023-10-31 14:15:09'),
(269565, 2327, '1619-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:09', '2023-10-31 14:15:09'),
(269566, 2327, '1619-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:09', '2023-10-31 14:15:09'),
(269567, 2327, '1619-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:09', '2023-10-31 14:15:09'),
(269568, 2327, '1619-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:09', '2023-10-31 14:15:09'),
(269569, 2327, '1619-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:09', '2023-10-31 14:15:09'),
(269570, 2327, '1619-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:09', '2023-10-31 14:15:09'),
(269571, 2327, '1619-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:09', '2023-10-31 14:15:09'),
(269572, 2327, '1619-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:09', '2023-10-31 14:15:09'),
(269573, 2327, '1619-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:09', '2023-10-31 14:15:09'),
(269574, 2327, '1619-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:09', '2023-10-31 14:15:09'),
(269575, 2327, '1619-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:09', '2023-10-31 14:15:09'),
(269576, 2327, '1620-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:09', '2023-10-31 14:15:09'),
(269577, 2327, '1620-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:09', '2023-10-31 14:15:09'),
(269578, 2327, '1620-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:09', '2023-10-31 14:15:09'),
(269579, 2327, '1620-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:09', '2023-10-31 14:15:09'),
(269580, 2327, '1620-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:09', '2023-10-31 14:15:09'),
(269581, 2327, '1620-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:09', '2023-10-31 14:15:09'),
(269582, 2327, '1620-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:09', '2023-10-31 14:15:09'),
(269583, 2327, '1620-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:09', '2023-10-31 14:15:09'),
(269584, 2327, '1620-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:09', '2023-10-31 14:15:09'),
(269585, 2327, '1620-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:09', '2023-10-31 14:15:09'),
(269586, 2327, '1620-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:09', '2023-10-31 14:15:09'),
(269587, 2327, '1620-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:09', '2023-10-31 14:15:09'),
(269588, 2327, '1621-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:09', '2023-10-31 14:15:09'),
(269589, 2327, '1621-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:09', '2023-10-31 14:15:09'),
(269590, 2327, '1621-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:09', '2023-10-31 14:15:09'),
(269591, 2327, '1621-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:09', '2023-10-31 14:15:09'),
(269592, 2327, '1621-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:09', '2023-10-31 14:15:09'),
(269593, 2327, '1621-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:09', '2023-10-31 14:15:09'),
(269594, 2327, '1621-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:09', '2023-10-31 14:15:09'),
(269595, 2327, '1621-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:09', '2023-10-31 14:15:09'),
(269596, 2327, '1621-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:09', '2023-10-31 14:15:09'),
(269597, 2327, '1621-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:09', '2023-10-31 14:15:09'),
(269598, 2327, '1621-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:09', '2023-10-31 14:15:09'),
(269599, 2327, '1621-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:09', '2023-10-31 14:15:09'),
(269600, 2327, '1622-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:09', '2023-10-31 14:15:09'),
(269601, 2327, '1622-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:09', '2023-10-31 14:15:09'),
(269602, 2327, '1622-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:09', '2023-10-31 14:15:09'),
(269603, 2327, '1622-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:10', '2023-10-31 14:15:10'),
(269604, 2327, '1622-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:10', '2023-10-31 14:15:10'),
(269605, 2327, '1622-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:10', '2023-10-31 14:15:10'),
(269606, 2327, '1622-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:10', '2023-10-31 14:15:10'),
(269607, 2327, '1622-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:10', '2023-10-31 14:15:10'),
(269608, 2327, '1622-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:10', '2023-10-31 14:15:10'),
(269609, 2327, '1622-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:10', '2023-10-31 14:15:10'),
(269610, 2327, '1622-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:10', '2023-10-31 14:15:10'),
(269611, 2327, '1622-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:10', '2023-10-31 14:15:10'),
(269612, 2327, '1623-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:10', '2023-10-31 14:15:10'),
(269613, 2327, '1623-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:10', '2023-10-31 14:15:10'),
(269614, 2327, '1623-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:10', '2023-10-31 14:15:10'),
(269615, 2327, '1623-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:10', '2023-10-31 14:15:10'),
(269616, 2327, '1623-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:10', '2023-10-31 14:15:10'),
(269617, 2327, '1623-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:10', '2023-10-31 14:15:10'),
(269618, 2327, '1623-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:10', '2023-10-31 14:15:10'),
(269619, 2327, '1623-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:10', '2023-10-31 14:15:10'),
(269620, 2327, '1623-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:10', '2023-10-31 14:15:10'),
(269621, 2327, '1623-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:10', '2023-10-31 14:15:10'),
(269622, 2327, '1623-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:10', '2023-10-31 14:15:10'),
(269623, 2327, '1623-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:10', '2023-10-31 14:15:10'),
(269624, 2327, '1624-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:10', '2023-10-31 14:15:10'),
(269625, 2327, '1624-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:10', '2023-10-31 14:15:10'),
(269626, 2327, '1624-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:10', '2023-10-31 14:15:10'),
(269627, 2327, '1624-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:10', '2023-10-31 14:15:10'),
(269628, 2327, '1624-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:10', '2023-10-31 14:15:10'),
(269629, 2327, '1624-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:10', '2023-10-31 14:15:10'),
(269630, 2327, '1624-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:10', '2023-10-31 14:15:10'),
(269631, 2327, '1624-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:10', '2023-10-31 14:15:10'),
(269632, 2327, '1624-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:10', '2023-10-31 14:15:10'),
(269633, 2327, '1624-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:10', '2023-10-31 14:15:10'),
(269634, 2327, '1624-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:10', '2023-10-31 14:15:10'),
(269635, 2327, '1624-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:10', '2023-10-31 14:15:10'),
(269636, 2327, '1625-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:10', '2023-10-31 14:15:10'),
(269637, 2327, '1625-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:10', '2023-10-31 14:15:10'),
(269638, 2327, '1625-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:10', '2023-10-31 14:15:10'),
(269639, 2327, '1625-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:10', '2023-10-31 14:15:10'),
(269640, 2327, '1625-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:10', '2023-10-31 14:15:10'),
(269641, 2327, '1625-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:10', '2023-10-31 14:15:10'),
(269642, 2327, '1625-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:10', '2023-10-31 14:15:10'),
(269643, 2327, '1625-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:10', '2023-10-31 14:15:10'),
(269644, 2327, '1625-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:10', '2023-10-31 14:15:10'),
(269645, 2327, '1625-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:10', '2023-10-31 14:15:10'),
(269646, 2327, '1625-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:10', '2023-10-31 14:15:10'),
(269647, 2327, '1625-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:10', '2023-10-31 14:15:10'),
(269648, 2327, '1626-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:10', '2023-10-31 14:15:10'),
(269649, 2327, '1626-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:10', '2023-10-31 14:15:10'),
(269650, 2327, '1626-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:10', '2023-10-31 14:15:10'),
(269651, 2327, '1626-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:10', '2023-10-31 14:15:10'),
(269652, 2327, '1626-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:10', '2023-10-31 14:15:10'),
(269653, 2327, '1626-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:10', '2023-10-31 14:15:10'),
(269654, 2327, '1626-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:10', '2023-10-31 14:15:10'),
(269655, 2327, '1626-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:10', '2023-10-31 14:15:10'),
(269656, 2327, '1626-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:10', '2023-10-31 14:15:10'),
(269657, 2327, '1626-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:10', '2023-10-31 14:15:10'),
(269658, 2327, '1626-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:10', '2023-10-31 14:15:10'),
(269659, 2327, '1626-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:10', '2023-10-31 14:15:10'),
(269660, 2327, '1627-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:10', '2023-10-31 14:15:10'),
(269661, 2327, '1627-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:10', '2023-10-31 14:15:10'),
(269662, 2327, '1627-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:10', '2023-10-31 14:15:10'),
(269663, 2327, '1627-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:10', '2023-10-31 14:15:10'),
(269664, 2327, '1627-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:10', '2023-10-31 14:15:10'),
(269665, 2327, '1627-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:10', '2023-10-31 14:15:10'),
(269666, 2327, '1627-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:10', '2023-10-31 14:15:10'),
(269667, 2327, '1627-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:10', '2023-10-31 14:15:10'),
(269668, 2327, '1627-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:10', '2023-10-31 14:15:10'),
(269669, 2327, '1627-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:10', '2023-10-31 14:15:10'),
(269670, 2327, '1627-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:10', '2023-10-31 14:15:10'),
(269671, 2327, '1627-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:10', '2023-10-31 14:15:10'),
(269672, 2327, '1628-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:10', '2023-10-31 14:15:10'),
(269673, 2327, '1628-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:10', '2023-10-31 14:15:10'),
(269674, 2327, '1628-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:10', '2023-10-31 14:15:10'),
(269675, 2327, '1628-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:10', '2023-10-31 14:15:10'),
(269676, 2327, '1628-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:10', '2023-10-31 14:15:10'),
(269677, 2327, '1628-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:10', '2023-10-31 14:15:10'),
(269678, 2327, '1628-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:10', '2023-10-31 14:15:10'),
(269679, 2327, '1628-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:10', '2023-10-31 14:15:10'),
(269680, 2327, '1628-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:10', '2023-10-31 14:15:10'),
(269681, 2327, '1628-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:10', '2023-10-31 14:15:10'),
(269682, 2327, '1628-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:10', '2023-10-31 14:15:10'),
(269683, 2327, '1628-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:10', '2023-10-31 14:15:10'),
(269684, 2327, '1629-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:10', '2023-10-31 14:15:10'),
(269685, 2327, '1629-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:10', '2023-10-31 14:15:10'),
(269686, 2327, '1629-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:10', '2023-10-31 14:15:10'),
(269687, 2327, '1629-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:10', '2023-10-31 14:15:10'),
(269688, 2327, '1629-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:10', '2023-10-31 14:15:10'),
(269689, 2327, '1629-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:10', '2023-10-31 14:15:10'),
(269690, 2327, '1629-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:10', '2023-10-31 14:15:10'),
(269691, 2327, '1629-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:10', '2023-10-31 14:15:10'),
(269692, 2327, '1629-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:10', '2023-10-31 14:15:10'),
(269693, 2327, '1629-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:10', '2023-10-31 14:15:10'),
(269694, 2327, '1629-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:10', '2023-10-31 14:15:10'),
(269695, 2327, '1629-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:10', '2023-10-31 14:15:10'),
(269696, 2327, '1630-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:10', '2023-10-31 14:15:10'),
(269697, 2327, '1630-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:10', '2023-10-31 14:15:10'),
(269698, 2327, '1630-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:10', '2023-10-31 14:15:10'),
(269699, 2327, '1630-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:10', '2023-10-31 14:15:10'),
(269700, 2327, '1630-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:10', '2023-10-31 14:15:10'),
(269701, 2327, '1630-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:10', '2023-10-31 14:15:10'),
(269702, 2327, '1630-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:10', '2023-10-31 14:15:10'),
(269703, 2327, '1630-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:10', '2023-10-31 14:15:10'),
(269704, 2327, '1630-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:10', '2023-10-31 14:15:10'),
(269705, 2327, '1630-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:10', '2023-10-31 14:15:10'),
(269706, 2327, '1630-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:10', '2023-10-31 14:15:10'),
(269707, 2327, '1630-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:10', '2023-10-31 14:15:10'),
(269708, 2327, '1631-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:10', '2023-10-31 14:15:10'),
(269709, 2327, '1631-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:10', '2023-10-31 14:15:10'),
(269710, 2327, '1631-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:10', '2023-10-31 14:15:10'),
(269711, 2327, '1631-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:10', '2023-10-31 14:15:10'),
(269712, 2327, '1631-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:10', '2023-10-31 14:15:10'),
(269713, 2327, '1631-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:10', '2023-10-31 14:15:10'),
(269714, 2327, '1631-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:10', '2023-10-31 14:15:10'),
(269715, 2327, '1631-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:10', '2023-10-31 14:15:10'),
(269716, 2327, '1631-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:10', '2023-10-31 14:15:10'),
(269717, 2327, '1631-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:10', '2023-10-31 14:15:10'),
(269718, 2327, '1631-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:10', '2023-10-31 14:15:10'),
(269719, 2327, '1631-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:10', '2023-10-31 14:15:10'),
(269720, 2327, '1632-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:10', '2023-10-31 14:15:10'),
(269721, 2327, '1632-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:10', '2023-10-31 14:15:10'),
(269722, 2327, '1632-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:10', '2023-10-31 14:15:10'),
(269723, 2327, '1632-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:10', '2023-10-31 14:15:10'),
(269724, 2327, '1632-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:10', '2023-10-31 14:15:10'),
(269725, 2327, '1632-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:10', '2023-10-31 14:15:10'),
(269726, 2327, '1632-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:10', '2023-10-31 14:15:10'),
(269727, 2327, '1632-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:10', '2023-10-31 14:15:10'),
(269728, 2327, '1632-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:10', '2023-10-31 14:15:10'),
(269729, 2327, '1632-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:10', '2023-10-31 14:15:10'),
(269730, 2327, '1632-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:10', '2023-10-31 14:15:10'),
(269731, 2327, '1632-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:10', '2023-10-31 14:15:10'),
(269732, 2327, '1633-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:10', '2023-10-31 14:15:10'),
(269733, 2327, '1633-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:10', '2023-10-31 14:15:10'),
(269734, 2327, '1633-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:10', '2023-10-31 14:15:10'),
(269735, 2327, '1633-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:10', '2023-10-31 14:15:10'),
(269736, 2327, '1633-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:10', '2023-10-31 14:15:10'),
(269737, 2327, '1633-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:10', '2023-10-31 14:15:10'),
(269738, 2327, '1633-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:10', '2023-10-31 14:15:10'),
(269739, 2327, '1633-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:10', '2023-10-31 14:15:10'),
(269740, 2327, '1633-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:10', '2023-10-31 14:15:10'),
(269741, 2327, '1633-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:10', '2023-10-31 14:15:10'),
(269742, 2327, '1633-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:10', '2023-10-31 14:15:10'),
(269743, 2327, '1633-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:10', '2023-10-31 14:15:10'),
(269744, 2327, '1634-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:10', '2023-10-31 14:15:10'),
(269745, 2327, '1634-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:10', '2023-10-31 14:15:10'),
(269746, 2327, '1634-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:10', '2023-10-31 14:15:10'),
(269747, 2327, '1634-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:10', '2023-10-31 14:15:10'),
(269748, 2327, '1634-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:10', '2023-10-31 14:15:10'),
(269749, 2327, '1634-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:10', '2023-10-31 14:15:10'),
(269750, 2327, '1634-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:10', '2023-10-31 14:15:10'),
(269751, 2327, '1634-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:10', '2023-10-31 14:15:10'),
(269752, 2327, '1634-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:10', '2023-10-31 14:15:10'),
(269753, 2327, '1634-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:10', '2023-10-31 14:15:10'),
(269754, 2327, '1634-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:10', '2023-10-31 14:15:10'),
(269755, 2327, '1634-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:10', '2023-10-31 14:15:10'),
(269756, 2327, '1635-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:10', '2023-10-31 14:15:10'),
(269757, 2327, '1635-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:10', '2023-10-31 14:15:10'),
(269758, 2327, '1635-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:10', '2023-10-31 14:15:10'),
(269759, 2327, '1635-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:10', '2023-10-31 14:15:10'),
(269760, 2327, '1635-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:10', '2023-10-31 14:15:10'),
(269761, 2327, '1635-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:10', '2023-10-31 14:15:10'),
(269762, 2327, '1635-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:10', '2023-10-31 14:15:10'),
(269763, 2327, '1635-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:10', '2023-10-31 14:15:10'),
(269764, 2327, '1635-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:10', '2023-10-31 14:15:10'),
(269765, 2327, '1635-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:10', '2023-10-31 14:15:10'),
(269766, 2327, '1635-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:10', '2023-10-31 14:15:10'),
(269767, 2327, '1635-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:10', '2023-10-31 14:15:10'),
(269768, 2327, '1636-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:10', '2023-10-31 14:15:10'),
(269769, 2327, '1636-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:10', '2023-10-31 14:15:10'),
(269770, 2327, '1636-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:10', '2023-10-31 14:15:10'),
(269771, 2327, '1636-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:10', '2023-10-31 14:15:10'),
(269772, 2327, '1636-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:10', '2023-10-31 14:15:10'),
(269773, 2327, '1636-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:10', '2023-10-31 14:15:10'),
(269774, 2327, '1636-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:10', '2023-10-31 14:15:10'),
(269775, 2327, '1636-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:10', '2023-10-31 14:15:10'),
(269776, 2327, '1636-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:10', '2023-10-31 14:15:10'),
(269777, 2327, '1636-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:10', '2023-10-31 14:15:10'),
(269778, 2327, '1636-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:10', '2023-10-31 14:15:10'),
(269779, 2327, '1636-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:10', '2023-10-31 14:15:10'),
(269780, 2327, '1637-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:10', '2023-10-31 14:15:10'),
(269781, 2327, '1637-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:10', '2023-10-31 14:15:10'),
(269782, 2327, '1637-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:10', '2023-10-31 14:15:10'),
(269783, 2327, '1637-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:10', '2023-10-31 14:15:10'),
(269784, 2327, '1637-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:10', '2023-10-31 14:15:10'),
(269785, 2327, '1637-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:10', '2023-10-31 14:15:10'),
(269786, 2327, '1637-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:10', '2023-10-31 14:15:10'),
(269787, 2327, '1637-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:10', '2023-10-31 14:15:10'),
(269788, 2327, '1637-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:10', '2023-10-31 14:15:10'),
(269789, 2327, '1637-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:10', '2023-10-31 14:15:10'),
(269790, 2327, '1637-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:10', '2023-10-31 14:15:10'),
(269791, 2327, '1637-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:10', '2023-10-31 14:15:10'),
(269792, 2327, '1638-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:10', '2023-10-31 14:15:10'),
(269793, 2327, '1638-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:10', '2023-10-31 14:15:10'),
(269794, 2327, '1638-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:10', '2023-10-31 14:15:10'),
(269795, 2327, '1638-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:10', '2023-10-31 14:15:10'),
(269796, 2327, '1638-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:10', '2023-10-31 14:15:10'),
(269797, 2327, '1638-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:10', '2023-10-31 14:15:10'),
(269798, 2327, '1638-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:10', '2023-10-31 14:15:10'),
(269799, 2327, '1638-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:10', '2023-10-31 14:15:10'),
(269800, 2327, '1638-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:10', '2023-10-31 14:15:10'),
(269801, 2327, '1638-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:10', '2023-10-31 14:15:10'),
(269802, 2327, '1638-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:10', '2023-10-31 14:15:10'),
(269803, 2327, '1638-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:10', '2023-10-31 14:15:10'),
(269804, 2327, '1639-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:10', '2023-10-31 14:15:10'),
(269805, 2327, '1639-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:10', '2023-10-31 14:15:10'),
(269806, 2327, '1639-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:10', '2023-10-31 14:15:10'),
(269807, 2327, '1639-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:10', '2023-10-31 14:15:10'),
(269808, 2327, '1639-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:10', '2023-10-31 14:15:10'),
(269809, 2327, '1639-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:10', '2023-10-31 14:15:10'),
(269810, 2327, '1639-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:10', '2023-10-31 14:15:10'),
(269811, 2327, '1639-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:10', '2023-10-31 14:15:10'),
(269812, 2327, '1639-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:10', '2023-10-31 14:15:10'),
(269813, 2327, '1639-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:10', '2023-10-31 14:15:10'),
(269814, 2327, '1639-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:10', '2023-10-31 14:15:10'),
(269815, 2327, '1639-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:10', '2023-10-31 14:15:10'),
(269816, 2327, '1640-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:10', '2023-10-31 14:15:10'),
(269817, 2327, '1640-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:10', '2023-10-31 14:15:10'),
(269818, 2327, '1640-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:10', '2023-10-31 14:15:10'),
(269819, 2327, '1640-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:10', '2023-10-31 14:15:10'),
(269820, 2327, '1640-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:10', '2023-10-31 14:15:10'),
(269821, 2327, '1640-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:10', '2023-10-31 14:15:10'),
(269822, 2327, '1640-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:10', '2023-10-31 14:15:10'),
(269823, 2327, '1640-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:10', '2023-10-31 14:15:10'),
(269824, 2327, '1640-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:10', '2023-10-31 14:15:10'),
(269825, 2327, '1640-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:10', '2023-10-31 14:15:10'),
(269826, 2327, '1640-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:10', '2023-10-31 14:15:10'),
(269827, 2327, '1640-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:10', '2023-10-31 14:15:10'),
(269828, 2327, '1641-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:10', '2023-10-31 14:15:10'),
(269829, 2327, '1641-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:10', '2023-10-31 14:15:10'),
(269830, 2327, '1641-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:10', '2023-10-31 14:15:10'),
(269831, 2327, '1641-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:10', '2023-10-31 14:15:10'),
(269832, 2327, '1641-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:10', '2023-10-31 14:15:10'),
(269833, 2327, '1641-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:10', '2023-10-31 14:15:10'),
(269834, 2327, '1641-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:10', '2023-10-31 14:15:10'),
(269835, 2327, '1641-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:10', '2023-10-31 14:15:10'),
(269836, 2327, '1641-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:10', '2023-10-31 14:15:10'),
(269837, 2327, '1641-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:10', '2023-10-31 14:15:10'),
(269838, 2327, '1641-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:10', '2023-10-31 14:15:10'),
(269839, 2327, '1641-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:10', '2023-10-31 14:15:10'),
(269840, 2327, '1642-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:10', '2023-10-31 14:15:10'),
(269841, 2327, '1642-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:10', '2023-10-31 14:15:10'),
(269842, 2327, '1642-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(269843, 2327, '1642-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(269844, 2327, '1642-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(269845, 2327, '1642-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(269846, 2327, '1642-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(269847, 2327, '1642-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(269848, 2327, '1642-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(269849, 2327, '1642-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(269850, 2327, '1642-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(269851, 2327, '1642-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(269852, 2327, '1643-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(269853, 2327, '1643-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(269854, 2327, '1643-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(269855, 2327, '1643-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(269856, 2327, '1643-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(269857, 2327, '1643-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(269858, 2327, '1643-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(269859, 2327, '1643-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(269860, 2327, '1643-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(269861, 2327, '1643-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(269862, 2327, '1643-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(269863, 2327, '1643-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(269864, 2327, '1644-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(269865, 2327, '1644-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(269866, 2327, '1644-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(269867, 2327, '1644-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(269868, 2327, '1644-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(269869, 2327, '1644-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(269870, 2327, '1644-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(269871, 2327, '1644-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(269872, 2327, '1644-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(269873, 2327, '1644-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(269874, 2327, '1644-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(269875, 2327, '1644-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(269876, 2327, '1645-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(269877, 2327, '1645-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(269878, 2327, '1645-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(269879, 2327, '1645-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(269880, 2327, '1645-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(269881, 2327, '1645-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(269882, 2327, '1645-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(269883, 2327, '1645-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(269884, 2327, '1645-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(269885, 2327, '1645-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(269886, 2327, '1645-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(269887, 2327, '1645-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(269888, 2327, '1646-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(269889, 2327, '1646-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(269890, 2327, '1646-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(269891, 2327, '1646-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(269892, 2327, '1646-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(269893, 2327, '1646-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(269894, 2327, '1646-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(269895, 2327, '1646-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(269896, 2327, '1646-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(269897, 2327, '1646-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(269898, 2327, '1646-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(269899, 2327, '1646-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(269900, 2327, '1647-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(269901, 2327, '1647-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(269902, 2327, '1647-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(269903, 2327, '1647-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(269904, 2327, '1647-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(269905, 2327, '1647-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(269906, 2327, '1647-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(269907, 2327, '1647-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(269908, 2327, '1647-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(269909, 2327, '1647-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(269910, 2327, '1647-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(269911, 2327, '1647-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(269912, 2327, '1648-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(269913, 2327, '1648-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(269914, 2327, '1648-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(269915, 2327, '1648-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(269916, 2327, '1648-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(269917, 2327, '1648-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(269918, 2327, '1648-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(269919, 2327, '1648-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(269920, 2327, '1648-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(269921, 2327, '1648-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(269922, 2327, '1648-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(269923, 2327, '1648-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(269924, 2327, '1649-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(269925, 2327, '1649-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(269926, 2327, '1649-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(269927, 2327, '1649-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(269928, 2327, '1649-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(269929, 2327, '1649-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(269930, 2327, '1649-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(269931, 2327, '1649-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(269932, 2327, '1649-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(269933, 2327, '1649-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(269934, 2327, '1649-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(269935, 2327, '1649-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(269936, 2327, '1650-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(269937, 2327, '1650-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(269938, 2327, '1650-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(269939, 2327, '1650-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(269940, 2327, '1650-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(269941, 2327, '1650-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(269942, 2327, '1650-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(269943, 2327, '1650-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(269944, 2327, '1650-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(269945, 2327, '1650-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(269946, 2327, '1650-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(269947, 2327, '1650-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(269948, 2327, '1651-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(269949, 2327, '1651-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(269950, 2327, '1651-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(269951, 2327, '1651-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(269952, 2327, '1651-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(269953, 2327, '1651-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(269954, 2327, '1651-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(269955, 2327, '1651-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(269956, 2327, '1651-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(269957, 2327, '1651-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(269958, 2327, '1651-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(269959, 2327, '1651-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(269960, 2327, '1652-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(269961, 2327, '1652-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(269962, 2327, '1652-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(269963, 2327, '1652-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(269964, 2327, '1652-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(269965, 2327, '1652-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(269966, 2327, '1652-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(269967, 2327, '1652-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(269968, 2327, '1652-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(269969, 2327, '1652-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(269970, 2327, '1652-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(269971, 2327, '1652-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(269972, 2327, '1653-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(269973, 2327, '1653-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(269974, 2327, '1653-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(269975, 2327, '1653-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(269976, 2327, '1653-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(269977, 2327, '1653-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(269978, 2327, '1653-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(269979, 2327, '1653-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(269980, 2327, '1653-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(269981, 2327, '1653-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(269982, 2327, '1653-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(269983, 2327, '1653-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(269984, 2327, '1654-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(269985, 2327, '1654-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(269986, 2327, '1654-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(269987, 2327, '1654-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(269988, 2327, '1654-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(269989, 2327, '1654-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(269990, 2327, '1654-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(269991, 2327, '1654-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(269992, 2327, '1654-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(269993, 2327, '1654-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(269994, 2327, '1654-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(269995, 2327, '1654-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(269996, 2327, '1655-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(269997, 2327, '1655-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(269998, 2327, '1655-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(269999, 2327, '1655-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(270000, 2327, '1655-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(270001, 2327, '1655-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(270002, 2327, '1655-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(270003, 2327, '1655-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(270004, 2327, '1655-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(270005, 2327, '1655-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(270006, 2327, '1655-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(270007, 2327, '1655-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(270008, 2327, '1656-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(270009, 2327, '1656-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(270010, 2327, '1656-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(270011, 2327, '1656-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(270012, 2327, '1656-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(270013, 2327, '1656-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(270014, 2327, '1656-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(270015, 2327, '1656-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(270016, 2327, '1656-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(270017, 2327, '1656-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(270018, 2327, '1656-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(270019, 2327, '1656-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(270020, 2327, '1657-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(270021, 2327, '1657-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(270022, 2327, '1657-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(270023, 2327, '1657-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(270024, 2327, '1657-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(270025, 2327, '1657-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(270026, 2327, '1657-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(270027, 2327, '1657-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(270028, 2327, '1657-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(270029, 2327, '1657-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(270030, 2327, '1657-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(270031, 2327, '1657-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(270032, 2327, '1658-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(270033, 2327, '1658-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(270034, 2327, '1658-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(270035, 2327, '1658-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(270036, 2327, '1658-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(270037, 2327, '1658-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(270038, 2327, '1658-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(270039, 2327, '1658-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(270040, 2327, '1658-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(270041, 2327, '1658-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(270042, 2327, '1658-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(270043, 2327, '1658-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(270044, 2327, '1659-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(270045, 2327, '1659-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(270046, 2327, '1659-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(270047, 2327, '1659-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(270048, 2327, '1659-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(270049, 2327, '1659-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(270050, 2327, '1659-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(270051, 2327, '1659-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(270052, 2327, '1659-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(270053, 2327, '1659-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(270054, 2327, '1659-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(270055, 2327, '1659-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(270056, 2327, '1660-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(270057, 2327, '1660-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(270058, 2327, '1660-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(270059, 2327, '1660-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(270060, 2327, '1660-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(270061, 2327, '1660-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(270062, 2327, '1660-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(270063, 2327, '1660-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(270064, 2327, '1660-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(270065, 2327, '1660-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(270066, 2327, '1660-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(270067, 2327, '1660-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(270068, 2327, '1661-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(270069, 2327, '1661-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(270070, 2327, '1661-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(270071, 2327, '1661-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(270072, 2327, '1661-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(270073, 2327, '1661-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(270074, 2327, '1661-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(270075, 2327, '1661-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(270076, 2327, '1661-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(270077, 2327, '1661-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(270078, 2327, '1661-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(270079, 2327, '1661-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(270080, 2327, '1662-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(270081, 2327, '1662-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(270082, 2327, '1662-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(270083, 2327, '1662-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(270084, 2327, '1662-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(270085, 2327, '1662-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(270086, 2327, '1662-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(270087, 2327, '1662-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(270088, 2327, '1662-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(270089, 2327, '1662-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(270090, 2327, '1662-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(270091, 2327, '1662-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(270092, 2327, '1663-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:11', '2023-10-31 14:15:11'),
(270093, 2327, '1663-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270094, 2327, '1663-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270095, 2327, '1663-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270096, 2327, '1663-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270097, 2327, '1663-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270098, 2327, '1663-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270099, 2327, '1663-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270100, 2327, '1663-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270101, 2327, '1663-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270102, 2327, '1663-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270103, 2327, '1663-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270104, 2327, '1664-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270105, 2327, '1664-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270106, 2327, '1664-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270107, 2327, '1664-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270108, 2327, '1664-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270109, 2327, '1664-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270110, 2327, '1664-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270111, 2327, '1664-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270112, 2327, '1664-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270113, 2327, '1664-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270114, 2327, '1664-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270115, 2327, '1664-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270116, 2327, '1665-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270117, 2327, '1665-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270118, 2327, '1665-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270119, 2327, '1665-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270120, 2327, '1665-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270121, 2327, '1665-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270122, 2327, '1665-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270123, 2327, '1665-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270124, 2327, '1665-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270125, 2327, '1665-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270126, 2327, '1665-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270127, 2327, '1665-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270128, 2327, '1666-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270129, 2327, '1666-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270130, 2327, '1666-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270131, 2327, '1666-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270132, 2327, '1666-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270133, 2327, '1666-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270134, 2327, '1666-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270135, 2327, '1666-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270136, 2327, '1666-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270137, 2327, '1666-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270138, 2327, '1666-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270139, 2327, '1666-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270140, 2327, '1667-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270141, 2327, '1667-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270142, 2327, '1667-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270143, 2327, '1667-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270144, 2327, '1667-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270145, 2327, '1667-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270146, 2327, '1667-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270147, 2327, '1667-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270148, 2327, '1667-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270149, 2327, '1667-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270150, 2327, '1667-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270151, 2327, '1667-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270152, 2327, '1668-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270153, 2327, '1668-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270154, 2327, '1668-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270155, 2327, '1668-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270156, 2327, '1668-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270157, 2327, '1668-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270158, 2327, '1668-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270159, 2327, '1668-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270160, 2327, '1668-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270161, 2327, '1668-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270162, 2327, '1668-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270163, 2327, '1668-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270164, 2327, '1669-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270165, 2327, '1669-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270166, 2327, '1669-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270167, 2327, '1669-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270168, 2327, '1669-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270169, 2327, '1669-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270170, 2327, '1669-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270171, 2327, '1669-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270172, 2327, '1669-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270173, 2327, '1669-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270174, 2327, '1669-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270175, 2327, '1669-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270176, 2327, '1670-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270177, 2327, '1670-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270178, 2327, '1670-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270179, 2327, '1670-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270180, 2327, '1670-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270181, 2327, '1670-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270182, 2327, '1670-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270183, 2327, '1670-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270184, 2327, '1670-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270185, 2327, '1670-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270186, 2327, '1670-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270187, 2327, '1670-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270188, 2327, '1671-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270189, 2327, '1671-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270190, 2327, '1671-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270191, 2327, '1671-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270192, 2327, '1671-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270193, 2327, '1671-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270194, 2327, '1671-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270195, 2327, '1671-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270196, 2327, '1671-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270197, 2327, '1671-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270198, 2327, '1671-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270199, 2327, '1671-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270200, 2327, '1672-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270201, 2327, '1672-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270202, 2327, '1672-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270203, 2327, '1672-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270204, 2327, '1672-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270205, 2327, '1672-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270206, 2327, '1672-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270207, 2327, '1672-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270208, 2327, '1672-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270209, 2327, '1672-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270210, 2327, '1672-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270211, 2327, '1672-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270212, 2327, '1673-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270213, 2327, '1673-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270214, 2327, '1673-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270215, 2327, '1673-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270216, 2327, '1673-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270217, 2327, '1673-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270218, 2327, '1673-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270219, 2327, '1673-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270220, 2327, '1673-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270221, 2327, '1673-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270222, 2327, '1673-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270223, 2327, '1673-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270224, 2327, '1674-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270225, 2327, '1674-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270226, 2327, '1674-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270227, 2327, '1674-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270228, 2327, '1674-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270229, 2327, '1674-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270230, 2327, '1674-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270231, 2327, '1674-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270232, 2327, '1674-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270233, 2327, '1674-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270234, 2327, '1674-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270235, 2327, '1674-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270236, 2327, '1675-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270237, 2327, '1675-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270238, 2327, '1675-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270239, 2327, '1675-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270240, 2327, '1675-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270241, 2327, '1675-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270242, 2327, '1675-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270243, 2327, '1675-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270244, 2327, '1675-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270245, 2327, '1675-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270246, 2327, '1675-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270247, 2327, '1675-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270248, 2327, '1676-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270249, 2327, '1676-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270250, 2327, '1676-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270251, 2327, '1676-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270252, 2327, '1676-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270253, 2327, '1676-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270254, 2327, '1676-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270255, 2327, '1676-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270256, 2327, '1676-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270257, 2327, '1676-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270258, 2327, '1676-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270259, 2327, '1676-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270260, 2327, '1677-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270261, 2327, '1677-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270262, 2327, '1677-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270263, 2327, '1677-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270264, 2327, '1677-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270265, 2327, '1677-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270266, 2327, '1677-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270267, 2327, '1677-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270268, 2327, '1677-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270269, 2327, '1677-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270270, 2327, '1677-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270271, 2327, '1677-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270272, 2327, '1678-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270273, 2327, '1678-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270274, 2327, '1678-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270275, 2327, '1678-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270276, 2327, '1678-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270277, 2327, '1678-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270278, 2327, '1678-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270279, 2327, '1678-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270280, 2327, '1678-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270281, 2327, '1678-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270282, 2327, '1678-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270283, 2327, '1678-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270284, 2327, '1679-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270285, 2327, '1679-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270286, 2327, '1679-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270287, 2327, '1679-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270288, 2327, '1679-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270289, 2327, '1679-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270290, 2327, '1679-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270291, 2327, '1679-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270292, 2327, '1679-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270293, 2327, '1679-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270294, 2327, '1679-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270295, 2327, '1679-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270296, 2327, '1680-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270297, 2327, '1680-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270298, 2327, '1680-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270299, 2327, '1680-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270300, 2327, '1680-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270301, 2327, '1680-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270302, 2327, '1680-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270303, 2327, '1680-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270304, 2327, '1680-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270305, 2327, '1680-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270306, 2327, '1680-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270307, 2327, '1680-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270308, 2327, '1681-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270309, 2327, '1681-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270310, 2327, '1681-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270311, 2327, '1681-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270312, 2327, '1681-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270313, 2327, '1681-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270314, 2327, '1681-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270315, 2327, '1681-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270316, 2327, '1681-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270317, 2327, '1681-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270318, 2327, '1681-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270319, 2327, '1681-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270320, 2327, '1682-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270321, 2327, '1682-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270322, 2327, '1682-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270323, 2327, '1682-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270324, 2327, '1682-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270325, 2327, '1682-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270326, 2327, '1682-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270327, 2327, '1682-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270328, 2327, '1682-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270329, 2327, '1682-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270330, 2327, '1682-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270331, 2327, '1682-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270332, 2327, '1683-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270333, 2327, '1683-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270334, 2327, '1683-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270335, 2327, '1683-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270336, 2327, '1683-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270337, 2327, '1683-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270338, 2327, '1683-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270339, 2327, '1683-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(270340, 2327, '1683-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270341, 2327, '1683-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270342, 2327, '1683-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270343, 2327, '1683-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270344, 2327, '1684-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270345, 2327, '1684-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270346, 2327, '1684-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270347, 2327, '1684-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270348, 2327, '1684-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270349, 2327, '1684-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270350, 2327, '1684-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270351, 2327, '1684-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270352, 2327, '1684-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270353, 2327, '1684-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270354, 2327, '1684-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270355, 2327, '1684-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270356, 2327, '1685-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270357, 2327, '1685-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270358, 2327, '1685-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270359, 2327, '1685-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270360, 2327, '1685-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270361, 2327, '1685-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270362, 2327, '1685-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270363, 2327, '1685-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270364, 2327, '1685-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270365, 2327, '1685-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270366, 2327, '1685-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270367, 2327, '1685-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270368, 2327, '1686-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270369, 2327, '1686-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270370, 2327, '1686-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270371, 2327, '1686-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270372, 2327, '1686-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270373, 2327, '1686-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270374, 2327, '1686-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270375, 2327, '1686-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270376, 2327, '1686-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270377, 2327, '1686-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270378, 2327, '1686-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:12', '2023-10-31 14:15:12'),
(270379, 2327, '1686-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270380, 2327, '1687-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270381, 2327, '1687-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270382, 2327, '1687-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270383, 2327, '1687-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270384, 2327, '1687-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270385, 2327, '1687-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270386, 2327, '1687-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270387, 2327, '1687-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270388, 2327, '1687-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270389, 2327, '1687-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270390, 2327, '1687-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270391, 2327, '1687-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270392, 2327, '1688-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270393, 2327, '1688-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270394, 2327, '1688-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270395, 2327, '1688-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270396, 2327, '1688-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270397, 2327, '1688-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270398, 2327, '1688-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270399, 2327, '1688-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270400, 2327, '1688-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270401, 2327, '1688-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270402, 2327, '1688-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270403, 2327, '1688-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270404, 2327, '1689-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270405, 2327, '1689-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270406, 2327, '1689-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270407, 2327, '1689-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270408, 2327, '1689-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270409, 2327, '1689-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270410, 2327, '1689-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270411, 2327, '1689-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270412, 2327, '1689-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270413, 2327, '1689-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270414, 2327, '1689-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270415, 2327, '1689-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270416, 2327, '1690-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270417, 2327, '1690-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270418, 2327, '1690-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270419, 2327, '1690-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270420, 2327, '1690-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270421, 2327, '1690-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270422, 2327, '1690-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270423, 2327, '1690-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270424, 2327, '1690-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270425, 2327, '1690-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270426, 2327, '1690-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270427, 2327, '1690-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270428, 2327, '1691-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270429, 2327, '1691-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270430, 2327, '1691-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270431, 2327, '1691-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270432, 2327, '1691-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270433, 2327, '1691-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270434, 2327, '1691-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270435, 2327, '1691-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270436, 2327, '1691-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270437, 2327, '1691-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270438, 2327, '1691-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270439, 2327, '1691-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270440, 2327, '1692-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270441, 2327, '1692-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270442, 2327, '1692-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270443, 2327, '1692-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270444, 2327, '1692-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270445, 2327, '1692-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270446, 2327, '1692-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270447, 2327, '1692-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270448, 2327, '1692-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270449, 2327, '1692-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270450, 2327, '1692-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270451, 2327, '1692-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270452, 2327, '1693-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270453, 2327, '1693-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270454, 2327, '1693-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270455, 2327, '1693-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270456, 2327, '1693-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270457, 2327, '1693-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270458, 2327, '1693-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270459, 2327, '1693-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270460, 2327, '1693-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270461, 2327, '1693-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270462, 2327, '1693-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270463, 2327, '1693-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270464, 2327, '1694-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270465, 2327, '1694-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270466, 2327, '1694-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270467, 2327, '1694-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270468, 2327, '1694-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270469, 2327, '1694-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270470, 2327, '1694-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270471, 2327, '1694-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270472, 2327, '1694-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270473, 2327, '1694-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270474, 2327, '1694-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270475, 2327, '1694-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270476, 2327, '1695-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270477, 2327, '1695-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270478, 2327, '1695-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270479, 2327, '1695-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270480, 2327, '1695-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270481, 2327, '1695-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270482, 2327, '1695-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270483, 2327, '1695-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270484, 2327, '1695-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270485, 2327, '1695-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270486, 2327, '1695-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270487, 2327, '1695-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270488, 2327, '1696-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270489, 2327, '1696-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270490, 2327, '1696-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270491, 2327, '1696-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270492, 2327, '1696-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270493, 2327, '1696-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270494, 2327, '1696-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270495, 2327, '1696-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270496, 2327, '1696-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270497, 2327, '1696-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270498, 2327, '1696-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270499, 2327, '1696-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270500, 2327, '1697-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270501, 2327, '1697-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270502, 2327, '1697-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270503, 2327, '1697-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270504, 2327, '1697-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270505, 2327, '1697-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270506, 2327, '1697-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270507, 2327, '1697-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270508, 2327, '1697-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270509, 2327, '1697-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270510, 2327, '1697-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270511, 2327, '1697-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270512, 2327, '1698-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270513, 2327, '1698-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270514, 2327, '1698-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270515, 2327, '1698-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270516, 2327, '1698-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270517, 2327, '1698-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270518, 2327, '1698-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270519, 2327, '1698-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270520, 2327, '1698-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270521, 2327, '1698-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270522, 2327, '1698-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270523, 2327, '1698-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270524, 2327, '1699-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270525, 2327, '1699-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270526, 2327, '1699-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270527, 2327, '1699-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270528, 2327, '1699-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270529, 2327, '1699-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270530, 2327, '1699-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270531, 2327, '1699-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270532, 2327, '1699-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270533, 2327, '1699-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270534, 2327, '1699-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270535, 2327, '1699-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270536, 2327, '1700-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270537, 2327, '1700-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270538, 2327, '1700-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270539, 2327, '1700-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270540, 2327, '1700-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270541, 2327, '1700-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270542, 2327, '1700-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270543, 2327, '1700-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270544, 2327, '1700-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270545, 2327, '1700-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270546, 2327, '1700-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270547, 2327, '1700-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270548, 2327, '1701-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270549, 2327, '1701-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270550, 2327, '1701-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270551, 2327, '1701-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270552, 2327, '1701-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270553, 2327, '1701-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270554, 2327, '1701-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270555, 2327, '1701-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270556, 2327, '1701-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270557, 2327, '1701-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270558, 2327, '1701-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270559, 2327, '1701-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270560, 2327, '1702-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270561, 2327, '1702-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270562, 2327, '1702-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270563, 2327, '1702-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270564, 2327, '1702-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270565, 2327, '1702-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270566, 2327, '1702-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270567, 2327, '1702-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270568, 2327, '1702-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270569, 2327, '1702-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270570, 2327, '1702-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270571, 2327, '1702-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270572, 2327, '1703-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270573, 2327, '1703-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270574, 2327, '1703-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270575, 2327, '1703-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270576, 2327, '1703-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270577, 2327, '1703-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270578, 2327, '1703-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270579, 2327, '1703-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270580, 2327, '1703-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270581, 2327, '1703-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270582, 2327, '1703-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270583, 2327, '1703-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270584, 2327, '1704-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270585, 2327, '1704-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270586, 2327, '1704-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270587, 2327, '1704-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270588, 2327, '1704-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270589, 2327, '1704-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270590, 2327, '1704-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270591, 2327, '1704-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270592, 2327, '1704-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270593, 2327, '1704-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270594, 2327, '1704-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270595, 2327, '1704-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270596, 2327, '1705-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270597, 2327, '1705-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270598, 2327, '1705-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270599, 2327, '1705-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270600, 2327, '1705-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270601, 2327, '1705-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270602, 2327, '1705-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270603, 2327, '1705-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270604, 2327, '1705-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270605, 2327, '1705-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270606, 2327, '1705-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270607, 2327, '1705-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270608, 2327, '1706-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270609, 2327, '1706-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270610, 2327, '1706-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270611, 2327, '1706-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270612, 2327, '1706-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270613, 2327, '1706-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270614, 2327, '1706-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270615, 2327, '1706-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270616, 2327, '1706-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270617, 2327, '1706-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270618, 2327, '1706-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270619, 2327, '1706-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270620, 2327, '1707-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270621, 2327, '1707-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270622, 2327, '1707-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270623, 2327, '1707-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270624, 2327, '1707-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270625, 2327, '1707-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270626, 2327, '1707-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270627, 2327, '1707-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270628, 2327, '1707-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270629, 2327, '1707-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270630, 2327, '1707-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270631, 2327, '1707-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270632, 2327, '1708-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270633, 2327, '1708-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270634, 2327, '1708-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270635, 2327, '1708-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270636, 2327, '1708-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270637, 2327, '1708-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270638, 2327, '1708-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270639, 2327, '1708-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270640, 2327, '1708-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270641, 2327, '1708-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270642, 2327, '1708-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270643, 2327, '1708-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270644, 2327, '1709-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270645, 2327, '1709-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270646, 2327, '1709-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270647, 2327, '1709-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270648, 2327, '1709-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270649, 2327, '1709-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270650, 2327, '1709-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270651, 2327, '1709-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270652, 2327, '1709-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270653, 2327, '1709-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270654, 2327, '1709-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270655, 2327, '1709-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270656, 2327, '1710-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270657, 2327, '1710-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:13', '2023-10-31 14:15:13'),
(270658, 2327, '1710-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:14', '2023-10-31 14:15:14'),
(270659, 2327, '1710-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:14', '2023-10-31 14:15:14'),
(270660, 2327, '1710-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:14', '2023-10-31 14:15:14'),
(270661, 2327, '1710-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:14', '2023-10-31 14:15:14'),
(270662, 2327, '1710-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:14', '2023-10-31 14:15:14'),
(270663, 2327, '1710-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:14', '2023-10-31 14:15:14'),
(270664, 2327, '1710-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:14', '2023-10-31 14:15:14'),
(270665, 2327, '1710-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:14', '2023-10-31 14:15:14'),
(270666, 2327, '1710-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:14', '2023-10-31 14:15:14'),
(270667, 2327, '1710-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:14', '2023-10-31 14:15:14'),
(270668, 2327, '1711-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:14', '2023-10-31 14:15:14'),
(270669, 2327, '1711-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:14', '2023-10-31 14:15:14'),
(270670, 2327, '1711-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:14', '2023-10-31 14:15:14'),
(270671, 2327, '1711-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:14', '2023-10-31 14:15:14'),
(270672, 2327, '1711-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:14', '2023-10-31 14:15:14'),
(270673, 2327, '1711-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:14', '2023-10-31 14:15:14'),
(270674, 2327, '1711-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:14', '2023-10-31 14:15:14'),
(270675, 2327, '1711-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:14', '2023-10-31 14:15:14'),
(270676, 2327, '1711-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:14', '2023-10-31 14:15:14'),
(270677, 2327, '1711-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:14', '2023-10-31 14:15:14'),
(270678, 2327, '1711-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:14', '2023-10-31 14:15:14'),
(270679, 2327, '1711-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:14', '2023-10-31 14:15:14'),
(270680, 2327, '1712-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:14', '2023-10-31 14:15:14'),
(270681, 2327, '1712-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:14', '2023-10-31 14:15:14'),
(270682, 2327, '1712-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:14', '2023-10-31 14:15:14'),
(270683, 2327, '1712-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:14', '2023-10-31 14:15:14'),
(270684, 2327, '1712-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:14', '2023-10-31 14:15:14'),
(270685, 2327, '1712-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:14', '2023-10-31 14:15:14'),
(270686, 2327, '1712-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:14', '2023-10-31 14:15:14'),
(270687, 2327, '1712-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:14', '2023-10-31 14:15:14'),
(270688, 2327, '1712-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:14', '2023-10-31 14:15:14'),
(270689, 2327, '1712-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:14', '2023-10-31 14:15:14'),
(270690, 2327, '1712-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:14', '2023-10-31 14:15:14'),
(270691, 2327, '1712-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:14', '2023-10-31 14:15:14'),
(270692, 2327, '1713-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:14', '2023-10-31 14:15:14'),
(270693, 2327, '1713-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:14', '2023-10-31 14:15:14'),
(270694, 2327, '1713-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:14', '2023-10-31 14:15:14'),
(270695, 2327, '1713-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:14', '2023-10-31 14:15:14'),
(270696, 2327, '1713-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:14', '2023-10-31 14:15:14'),
(270697, 2327, '1713-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:14', '2023-10-31 14:15:14'),
(270698, 2327, '1713-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:14', '2023-10-31 14:15:14'),
(270699, 2327, '1713-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:14', '2023-10-31 14:15:14'),
(270700, 2327, '1713-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:14', '2023-10-31 14:15:14'),
(270701, 2327, '1713-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:14', '2023-10-31 14:15:14'),
(270702, 2327, '1713-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:14', '2023-10-31 14:15:14'),
(270703, 2327, '1713-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:14', '2023-10-31 14:15:14'),
(270704, 2327, '1714-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:14', '2023-10-31 14:15:14'),
(270705, 2327, '1714-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:14', '2023-10-31 14:15:14'),
(270706, 2327, '1714-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:14', '2023-10-31 14:15:14'),
(270707, 2327, '1714-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:14', '2023-10-31 14:15:14'),
(270708, 2327, '1714-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:14', '2023-10-31 14:15:14'),
(270709, 2327, '1714-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:14', '2023-10-31 14:15:14'),
(270710, 2327, '1714-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:14', '2023-10-31 14:15:14'),
(270711, 2327, '1714-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:14', '2023-10-31 14:15:14'),
(270712, 2327, '1714-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:14', '2023-10-31 14:15:14'),
(270713, 2327, '1714-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:14', '2023-10-31 14:15:14'),
(270714, 2327, '1714-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:14', '2023-10-31 14:15:14'),
(270715, 2327, '1714-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:14', '2023-10-31 14:15:14'),
(270716, 2327, '1715-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:14', '2023-10-31 14:15:14'),
(270717, 2327, '1715-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:14', '2023-10-31 14:15:14'),
(270718, 2327, '1715-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:14', '2023-10-31 14:15:14'),
(270719, 2327, '1715-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:14', '2023-10-31 14:15:14'),
(270720, 2327, '1715-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:14', '2023-10-31 14:15:14'),
(270721, 2327, '1715-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:14', '2023-10-31 14:15:14'),
(270722, 2327, '1715-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:14', '2023-10-31 14:15:14'),
(270723, 2327, '1715-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:14', '2023-10-31 14:15:14'),
(270724, 2327, '1715-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:14', '2023-10-31 14:15:14'),
(270725, 2327, '1715-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:14', '2023-10-31 14:15:14'),
(270726, 2327, '1715-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:14', '2023-10-31 14:15:14'),
(270727, 2327, '1715-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:14', '2023-10-31 14:15:14'),
(270728, 2327, '1716-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:14', '2023-10-31 14:15:14'),
(270729, 2327, '1716-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:14', '2023-10-31 14:15:14'),
(270730, 2327, '1716-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:14', '2023-10-31 14:15:14'),
(270731, 2327, '1716-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:14', '2023-10-31 14:15:14'),
(270732, 2327, '1716-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:14', '2023-10-31 14:15:14'),
(270733, 2327, '1716-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:14', '2023-10-31 14:15:14'),
(270734, 2327, '1716-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:14', '2023-10-31 14:15:14'),
(270735, 2327, '1716-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:14', '2023-10-31 14:15:14'),
(270736, 2327, '1716-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:14', '2023-10-31 14:15:14'),
(270737, 2327, '1716-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:14', '2023-10-31 14:15:14'),
(270738, 2327, '1716-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:14', '2023-10-31 14:15:14'),
(270739, 2327, '1716-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:14', '2023-10-31 14:15:14'),
(270740, 2327, '1717-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:14', '2023-10-31 14:15:14'),
(270741, 2327, '1717-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:14', '2023-10-31 14:15:14'),
(270742, 2327, '1717-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:14', '2023-10-31 14:15:14'),
(270743, 2327, '1717-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:14', '2023-10-31 14:15:14'),
(270744, 2327, '1717-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:14', '2023-10-31 14:15:14'),
(270745, 2327, '1717-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:14', '2023-10-31 14:15:14'),
(270746, 2327, '1717-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:14', '2023-10-31 14:15:14'),
(270747, 2327, '1717-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:14', '2023-10-31 14:15:14'),
(270748, 2327, '1717-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:14', '2023-10-31 14:15:14'),
(270749, 2327, '1717-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:14', '2023-10-31 14:15:14'),
(270750, 2327, '1717-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:14', '2023-10-31 14:15:14'),
(270751, 2327, '1717-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:14', '2023-10-31 14:15:14'),
(270752, 2327, '1718-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:14', '2023-10-31 14:15:14'),
(270753, 2327, '1718-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:14', '2023-10-31 14:15:14'),
(270754, 2327, '1718-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:14', '2023-10-31 14:15:14'),
(270755, 2327, '1718-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:14', '2023-10-31 14:15:14'),
(270756, 2327, '1718-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:14', '2023-10-31 14:15:14'),
(270757, 2327, '1718-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:14', '2023-10-31 14:15:14'),
(270758, 2327, '1718-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:14', '2023-10-31 14:15:14'),
(270759, 2327, '1718-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:14', '2023-10-31 14:15:14'),
(270760, 2327, '1718-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:14', '2023-10-31 14:15:14'),
(270761, 2327, '1718-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:14', '2023-10-31 14:15:14'),
(270762, 2327, '1718-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:14', '2023-10-31 14:15:14'),
(270763, 2327, '1718-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:14', '2023-10-31 14:15:14'),
(270764, 2327, '1719-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:14', '2023-10-31 14:15:14'),
(270765, 2327, '1719-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:14', '2023-10-31 14:15:14'),
(270766, 2327, '1719-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:14', '2023-10-31 14:15:14'),
(270767, 2327, '1719-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:14', '2023-10-31 14:15:14'),
(270768, 2327, '1719-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:14', '2023-10-31 14:15:14'),
(270769, 2327, '1719-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:14', '2023-10-31 14:15:14'),
(270770, 2327, '1719-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:14', '2023-10-31 14:15:14'),
(270771, 2327, '1719-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:14', '2023-10-31 14:15:14'),
(270772, 2327, '1719-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:14', '2023-10-31 14:15:14'),
(270773, 2327, '1719-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:14', '2023-10-31 14:15:14'),
(270774, 2327, '1719-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:14', '2023-10-31 14:15:14'),
(270775, 2327, '1719-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:14', '2023-10-31 14:15:14'),
(270776, 2327, '1720-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:14', '2023-10-31 14:15:14'),
(270777, 2327, '1720-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:14', '2023-10-31 14:15:14'),
(270778, 2327, '1720-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:14', '2023-10-31 14:15:14'),
(270779, 2327, '1720-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:14', '2023-10-31 14:15:14'),
(270780, 2327, '1720-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:14', '2023-10-31 14:15:14'),
(270781, 2327, '1720-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:14', '2023-10-31 14:15:14'),
(270782, 2327, '1720-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:14', '2023-10-31 14:15:14'),
(270783, 2327, '1720-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:14', '2023-10-31 14:15:14'),
(270784, 2327, '1720-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:14', '2023-10-31 14:15:14'),
(270785, 2327, '1720-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:14', '2023-10-31 14:15:14'),
(270786, 2327, '1720-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:14', '2023-10-31 14:15:14'),
(270787, 2327, '1720-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:14', '2023-10-31 14:15:14'),
(270788, 2327, '1721-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:14', '2023-10-31 14:15:14'),
(270789, 2327, '1721-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:14', '2023-10-31 14:15:14'),
(270790, 2327, '1721-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:14', '2023-10-31 14:15:14'),
(270791, 2327, '1721-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:14', '2023-10-31 14:15:14'),
(270792, 2327, '1721-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:14', '2023-10-31 14:15:14'),
(270793, 2327, '1721-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:14', '2023-10-31 14:15:14'),
(270794, 2327, '1721-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:14', '2023-10-31 14:15:14'),
(270795, 2327, '1721-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:14', '2023-10-31 14:15:14'),
(270796, 2327, '1721-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:14', '2023-10-31 14:15:14'),
(270797, 2327, '1721-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:14', '2023-10-31 14:15:14'),
(270798, 2327, '1721-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:14', '2023-10-31 14:15:14'),
(270799, 2327, '1721-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:14', '2023-10-31 14:15:14'),
(270800, 2327, '1722-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:14', '2023-10-31 14:15:14'),
(270801, 2327, '1722-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:14', '2023-10-31 14:15:14'),
(270802, 2327, '1722-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:14', '2023-10-31 14:15:14'),
(270803, 2327, '1722-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:14', '2023-10-31 14:15:14'),
(270804, 2327, '1722-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:14', '2023-10-31 14:15:14');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(270805, 2327, '1722-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:14', '2023-10-31 14:15:14'),
(270806, 2327, '1722-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:14', '2023-10-31 14:15:14'),
(270807, 2327, '1722-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:14', '2023-10-31 14:15:14'),
(270808, 2327, '1722-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:14', '2023-10-31 14:15:14'),
(270809, 2327, '1722-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:14', '2023-10-31 14:15:14'),
(270810, 2327, '1722-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:14', '2023-10-31 14:15:14'),
(270811, 2327, '1722-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:14', '2023-10-31 14:15:14'),
(270812, 2327, '1723-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:14', '2023-10-31 14:15:14'),
(270813, 2327, '1723-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:14', '2023-10-31 14:15:14'),
(270814, 2327, '1723-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:14', '2023-10-31 14:15:14'),
(270815, 2327, '1723-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:14', '2023-10-31 14:15:14'),
(270816, 2327, '1723-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:14', '2023-10-31 14:15:14'),
(270817, 2327, '1723-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:14', '2023-10-31 14:15:14'),
(270818, 2327, '1723-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:14', '2023-10-31 14:15:14'),
(270819, 2327, '1723-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:14', '2023-10-31 14:15:14'),
(270820, 2327, '1723-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:14', '2023-10-31 14:15:14'),
(270821, 2327, '1723-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:14', '2023-10-31 14:15:14'),
(270822, 2327, '1723-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(270823, 2327, '1723-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(270824, 2327, '1724-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(270825, 2327, '1724-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(270826, 2327, '1724-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(270827, 2327, '1724-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(270828, 2327, '1724-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(270829, 2327, '1724-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(270830, 2327, '1724-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(270831, 2327, '1724-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(270832, 2327, '1724-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(270833, 2327, '1724-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(270834, 2327, '1724-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(270835, 2327, '1724-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(270836, 2327, '1725-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(270837, 2327, '1725-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(270838, 2327, '1725-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(270839, 2327, '1725-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(270840, 2327, '1725-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(270841, 2327, '1725-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(270842, 2327, '1725-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(270843, 2327, '1725-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(270844, 2327, '1725-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(270845, 2327, '1725-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(270846, 2327, '1725-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(270847, 2327, '1725-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(270848, 2327, '1726-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(270849, 2327, '1726-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(270850, 2327, '1726-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(270851, 2327, '1726-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(270852, 2327, '1726-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(270853, 2327, '1726-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(270854, 2327, '1726-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(270855, 2327, '1726-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(270856, 2327, '1726-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(270857, 2327, '1726-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(270858, 2327, '1726-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(270859, 2327, '1726-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(270860, 2327, '1727-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(270861, 2327, '1727-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(270862, 2327, '1727-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(270863, 2327, '1727-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(270864, 2327, '1727-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(270865, 2327, '1727-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(270866, 2327, '1727-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(270867, 2327, '1727-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(270868, 2327, '1727-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(270869, 2327, '1727-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(270870, 2327, '1727-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(270871, 2327, '1727-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(270872, 2327, '1728-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(270873, 2327, '1728-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(270874, 2327, '1728-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(270875, 2327, '1728-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(270876, 2327, '1728-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(270877, 2327, '1728-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(270878, 2327, '1728-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(270879, 2327, '1728-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(270880, 2327, '1728-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(270881, 2327, '1728-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(270882, 2327, '1728-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(270883, 2327, '1728-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(270884, 2327, '1729-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(270885, 2327, '1729-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(270886, 2327, '1729-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(270887, 2327, '1729-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(270888, 2327, '1729-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(270889, 2327, '1729-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(270890, 2327, '1729-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(270891, 2327, '1729-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(270892, 2327, '1729-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(270893, 2327, '1729-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(270894, 2327, '1729-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(270895, 2327, '1729-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(270896, 2327, '1730-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(270897, 2327, '1730-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(270898, 2327, '1730-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(270899, 2327, '1730-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(270900, 2327, '1730-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(270901, 2327, '1730-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(270902, 2327, '1730-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(270903, 2327, '1730-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(270904, 2327, '1730-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(270905, 2327, '1730-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(270906, 2327, '1730-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(270907, 2327, '1730-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(270908, 2327, '1731-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(270909, 2327, '1731-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(270910, 2327, '1731-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(270911, 2327, '1731-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(270912, 2327, '1731-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(270913, 2327, '1731-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(270914, 2327, '1731-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(270915, 2327, '1731-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(270916, 2327, '1731-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(270917, 2327, '1731-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(270918, 2327, '1731-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(270919, 2327, '1731-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(270920, 2327, '1732-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(270921, 2327, '1732-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(270922, 2327, '1732-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(270923, 2327, '1732-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(270924, 2327, '1732-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(270925, 2327, '1732-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(270926, 2327, '1732-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(270927, 2327, '1732-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(270928, 2327, '1732-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(270929, 2327, '1732-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(270930, 2327, '1732-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(270931, 2327, '1732-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(270932, 2327, '1733-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(270933, 2327, '1733-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(270934, 2327, '1733-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(270935, 2327, '1733-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(270936, 2327, '1733-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(270937, 2327, '1733-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(270938, 2327, '1733-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(270939, 2327, '1733-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(270940, 2327, '1733-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(270941, 2327, '1733-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(270942, 2327, '1733-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(270943, 2327, '1733-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(270944, 2327, '1734-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(270945, 2327, '1734-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(270946, 2327, '1734-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(270947, 2327, '1734-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(270948, 2327, '1734-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(270949, 2327, '1734-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(270950, 2327, '1734-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(270951, 2327, '1734-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(270952, 2327, '1734-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(270953, 2327, '1734-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(270954, 2327, '1734-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(270955, 2327, '1734-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(270956, 2327, '1735-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(270957, 2327, '1735-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(270958, 2327, '1735-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(270959, 2327, '1735-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(270960, 2327, '1735-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(270961, 2327, '1735-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(270962, 2327, '1735-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(270963, 2327, '1735-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(270964, 2327, '1735-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(270965, 2327, '1735-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(270966, 2327, '1735-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(270967, 2327, '1735-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(270968, 2327, '1736-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(270969, 2327, '1736-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(270970, 2327, '1736-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(270971, 2327, '1736-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(270972, 2327, '1736-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(270973, 2327, '1736-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(270974, 2327, '1736-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(270975, 2327, '1736-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(270976, 2327, '1736-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(270977, 2327, '1736-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(270978, 2327, '1736-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(270979, 2327, '1736-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(270980, 2327, '1737-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(270981, 2327, '1737-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(270982, 2327, '1737-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(270983, 2327, '1737-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(270984, 2327, '1737-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(270985, 2327, '1737-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(270986, 2327, '1737-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(270987, 2327, '1737-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(270988, 2327, '1737-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(270989, 2327, '1737-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(270990, 2327, '1737-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(270991, 2327, '1737-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(270992, 2327, '1738-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(270993, 2327, '1738-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(270994, 2327, '1738-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(270995, 2327, '1738-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(270996, 2327, '1738-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(270997, 2327, '1738-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(270998, 2327, '1738-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(270999, 2327, '1738-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(271000, 2327, '1738-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(271001, 2327, '1738-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(271002, 2327, '1738-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(271003, 2327, '1738-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(271004, 2327, '1739-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(271005, 2327, '1739-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(271006, 2327, '1739-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(271007, 2327, '1739-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(271008, 2327, '1739-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(271009, 2327, '1739-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(271010, 2327, '1739-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(271011, 2327, '1739-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(271012, 2327, '1739-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(271013, 2327, '1739-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(271014, 2327, '1739-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(271015, 2327, '1739-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(271016, 2327, '1740-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(271017, 2327, '1740-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(271018, 2327, '1740-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(271019, 2327, '1740-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(271020, 2327, '1740-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(271021, 2327, '1740-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(271022, 2327, '1740-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(271023, 2327, '1740-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(271024, 2327, '1740-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(271025, 2327, '1740-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(271026, 2327, '1740-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(271027, 2327, '1740-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(271028, 2327, '1741-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(271029, 2327, '1741-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(271030, 2327, '1741-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(271031, 2327, '1741-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(271032, 2327, '1741-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(271033, 2327, '1741-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(271034, 2327, '1741-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(271035, 2327, '1741-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(271036, 2327, '1741-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(271037, 2327, '1741-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(271038, 2327, '1741-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(271039, 2327, '1741-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(271040, 2327, '1742-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(271041, 2327, '1742-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(271042, 2327, '1742-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(271043, 2327, '1742-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(271044, 2327, '1742-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(271045, 2327, '1742-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(271046, 2327, '1742-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(271047, 2327, '1742-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(271048, 2327, '1742-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(271049, 2327, '1742-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(271050, 2327, '1742-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(271051, 2327, '1742-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(271052, 2327, '1743-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(271053, 2327, '1743-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(271054, 2327, '1743-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(271055, 2327, '1743-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(271056, 2327, '1743-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(271057, 2327, '1743-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(271058, 2327, '1743-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(271059, 2327, '1743-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(271060, 2327, '1743-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(271061, 2327, '1743-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(271062, 2327, '1743-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(271063, 2327, '1743-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(271064, 2327, '1744-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(271065, 2327, '1744-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(271066, 2327, '1744-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(271067, 2327, '1744-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(271068, 2327, '1744-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(271069, 2327, '1744-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(271070, 2327, '1744-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(271071, 2327, '1744-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(271072, 2327, '1744-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(271073, 2327, '1744-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(271074, 2327, '1744-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(271075, 2327, '1744-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(271076, 2327, '1745-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(271077, 2327, '1745-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(271078, 2327, '1745-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(271079, 2327, '1745-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(271080, 2327, '1745-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(271081, 2327, '1745-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(271082, 2327, '1745-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(271083, 2327, '1745-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(271084, 2327, '1745-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(271085, 2327, '1745-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(271086, 2327, '1745-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(271087, 2327, '1745-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(271088, 2327, '1746-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(271089, 2327, '1746-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(271090, 2327, '1746-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(271091, 2327, '1746-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(271092, 2327, '1746-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(271093, 2327, '1746-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(271094, 2327, '1746-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(271095, 2327, '1746-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(271096, 2327, '1746-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(271097, 2327, '1746-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(271098, 2327, '1746-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(271099, 2327, '1746-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(271100, 2327, '1747-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(271101, 2327, '1747-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(271102, 2327, '1747-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(271103, 2327, '1747-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(271104, 2327, '1747-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(271105, 2327, '1747-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(271106, 2327, '1747-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(271107, 2327, '1747-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(271108, 2327, '1747-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(271109, 2327, '1747-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(271110, 2327, '1747-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(271111, 2327, '1747-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(271112, 2327, '1748-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(271113, 2327, '1748-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(271114, 2327, '1748-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(271115, 2327, '1748-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(271116, 2327, '1748-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(271117, 2327, '1748-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(271118, 2327, '1748-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(271119, 2327, '1748-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(271120, 2327, '1748-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(271121, 2327, '1748-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(271122, 2327, '1748-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(271123, 2327, '1748-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(271124, 2327, '1749-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(271125, 2327, '1749-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(271126, 2327, '1749-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(271127, 2327, '1749-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(271128, 2327, '1749-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(271129, 2327, '1749-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(271130, 2327, '1749-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(271131, 2327, '1749-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(271132, 2327, '1749-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(271133, 2327, '1749-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(271134, 2327, '1749-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(271135, 2327, '1749-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(271136, 2327, '1750-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(271137, 2327, '1750-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(271138, 2327, '1750-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(271139, 2327, '1750-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(271140, 2327, '1750-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(271141, 2327, '1750-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(271142, 2327, '1750-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(271143, 2327, '1750-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(271144, 2327, '1750-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(271145, 2327, '1750-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(271146, 2327, '1750-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(271147, 2327, '1750-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(271148, 2327, '1751-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(271149, 2327, '1751-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(271150, 2327, '1751-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(271151, 2327, '1751-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(271152, 2327, '1751-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(271153, 2327, '1751-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(271154, 2327, '1751-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(271155, 2327, '1751-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(271156, 2327, '1751-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(271157, 2327, '1751-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(271158, 2327, '1751-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(271159, 2327, '1751-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(271160, 2327, '1752-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(271161, 2327, '1752-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(271162, 2327, '1752-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(271163, 2327, '1752-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(271164, 2327, '1752-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(271165, 2327, '1752-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(271166, 2327, '1752-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(271167, 2327, '1752-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(271168, 2327, '1752-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(271169, 2327, '1752-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(271170, 2327, '1752-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(271171, 2327, '1752-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(271172, 2327, '1753-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(271173, 2327, '1753-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(271174, 2327, '1753-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(271175, 2327, '1753-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(271176, 2327, '1753-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(271177, 2327, '1753-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(271178, 2327, '1753-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(271179, 2327, '1753-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(271180, 2327, '1753-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(271181, 2327, '1753-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(271182, 2327, '1753-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(271183, 2327, '1753-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(271184, 2327, '1754-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(271185, 2327, '1754-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(271186, 2327, '1754-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(271187, 2327, '1754-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:15', '2023-10-31 14:15:15'),
(271188, 2327, '1754-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271189, 2327, '1754-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271190, 2327, '1754-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271191, 2327, '1754-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271192, 2327, '1754-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271193, 2327, '1754-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271194, 2327, '1754-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271195, 2327, '1754-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271196, 2327, '1755-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271197, 2327, '1755-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271198, 2327, '1755-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271199, 2327, '1755-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271200, 2327, '1755-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271201, 2327, '1755-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271202, 2327, '1755-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271203, 2327, '1755-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271204, 2327, '1755-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271205, 2327, '1755-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271206, 2327, '1755-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271207, 2327, '1755-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271208, 2327, '1756-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271209, 2327, '1756-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271210, 2327, '1756-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271211, 2327, '1756-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271212, 2327, '1756-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271213, 2327, '1756-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271214, 2327, '1756-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271215, 2327, '1756-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271216, 2327, '1756-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271217, 2327, '1756-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271218, 2327, '1756-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271219, 2327, '1756-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271220, 2327, '1757-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271221, 2327, '1757-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271222, 2327, '1757-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271223, 2327, '1757-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271224, 2327, '1757-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271225, 2327, '1757-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271226, 2327, '1757-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271227, 2327, '1757-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271228, 2327, '1757-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271229, 2327, '1757-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271230, 2327, '1757-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271231, 2327, '1757-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271232, 2327, '1758-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271233, 2327, '1758-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271234, 2327, '1758-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271235, 2327, '1758-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271236, 2327, '1758-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271237, 2327, '1758-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271238, 2327, '1758-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271239, 2327, '1758-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271240, 2327, '1758-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271241, 2327, '1758-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271242, 2327, '1758-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271243, 2327, '1758-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271244, 2327, '1759-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271245, 2327, '1759-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271246, 2327, '1759-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271247, 2327, '1759-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271248, 2327, '1759-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271249, 2327, '1759-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271250, 2327, '1759-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271251, 2327, '1759-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271252, 2327, '1759-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271253, 2327, '1759-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271254, 2327, '1759-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271255, 2327, '1759-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271256, 2327, '1760-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271257, 2327, '1760-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271258, 2327, '1760-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271259, 2327, '1760-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271260, 2327, '1760-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271261, 2327, '1760-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271262, 2327, '1760-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271263, 2327, '1760-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271264, 2327, '1760-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271265, 2327, '1760-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271266, 2327, '1760-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271267, 2327, '1760-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271268, 2327, '1761-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271269, 2327, '1761-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(271270, 2327, '1761-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271271, 2327, '1761-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271272, 2327, '1761-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271273, 2327, '1761-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271274, 2327, '1761-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271275, 2327, '1761-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271276, 2327, '1761-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271277, 2327, '1761-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271278, 2327, '1761-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271279, 2327, '1761-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271280, 2327, '1762-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271281, 2327, '1762-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271282, 2327, '1762-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271283, 2327, '1762-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271284, 2327, '1762-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271285, 2327, '1762-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271286, 2327, '1762-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271287, 2327, '1762-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271288, 2327, '1762-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271289, 2327, '1762-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271290, 2327, '1762-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271291, 2327, '1762-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271292, 2327, '1763-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271293, 2327, '1763-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271294, 2327, '1763-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271295, 2327, '1763-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271296, 2327, '1763-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271297, 2327, '1763-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271298, 2327, '1763-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271299, 2327, '1763-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271300, 2327, '1763-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271301, 2327, '1763-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271302, 2327, '1763-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271303, 2327, '1763-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271304, 2327, '1764-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271305, 2327, '1764-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271306, 2327, '1764-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271307, 2327, '1764-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271308, 2327, '1764-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271309, 2327, '1764-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271310, 2327, '1764-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271311, 2327, '1764-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271312, 2327, '1764-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271313, 2327, '1764-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271314, 2327, '1764-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271315, 2327, '1764-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271316, 2327, '1765-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271317, 2327, '1765-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271318, 2327, '1765-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271319, 2327, '1765-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271320, 2327, '1765-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271321, 2327, '1765-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271322, 2327, '1765-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271323, 2327, '1765-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271324, 2327, '1765-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271325, 2327, '1765-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271326, 2327, '1765-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271327, 2327, '1765-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271328, 2327, '1766-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271329, 2327, '1766-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271330, 2327, '1766-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271331, 2327, '1766-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271332, 2327, '1766-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271333, 2327, '1766-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271334, 2327, '1766-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271335, 2327, '1766-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271336, 2327, '1766-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271337, 2327, '1766-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271338, 2327, '1766-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271339, 2327, '1766-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271340, 2327, '1767-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271341, 2327, '1767-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271342, 2327, '1767-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271343, 2327, '1767-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271344, 2327, '1767-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271345, 2327, '1767-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271346, 2327, '1767-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271347, 2327, '1767-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271348, 2327, '1767-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271349, 2327, '1767-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271350, 2327, '1767-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271351, 2327, '1767-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271352, 2327, '1768-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271353, 2327, '1768-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271354, 2327, '1768-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271355, 2327, '1768-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271356, 2327, '1768-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271357, 2327, '1768-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271358, 2327, '1768-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271359, 2327, '1768-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271360, 2327, '1768-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271361, 2327, '1768-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271362, 2327, '1768-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271363, 2327, '1768-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271364, 2327, '1769-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271365, 2327, '1769-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271366, 2327, '1769-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271367, 2327, '1769-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271368, 2327, '1769-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271369, 2327, '1769-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271370, 2327, '1769-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271371, 2327, '1769-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271372, 2327, '1769-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271373, 2327, '1769-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271374, 2327, '1769-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271375, 2327, '1769-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271376, 2327, '1770-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271377, 2327, '1770-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271378, 2327, '1770-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271379, 2327, '1770-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271380, 2327, '1770-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271381, 2327, '1770-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271382, 2327, '1770-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271383, 2327, '1770-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271384, 2327, '1770-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271385, 2327, '1770-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271386, 2327, '1770-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271387, 2327, '1770-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271388, 2327, '1771-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271389, 2327, '1771-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271390, 2327, '1771-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271391, 2327, '1771-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271392, 2327, '1771-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271393, 2327, '1771-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271394, 2327, '1771-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271395, 2327, '1771-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271396, 2327, '1771-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271397, 2327, '1771-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271398, 2327, '1771-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271399, 2327, '1771-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271400, 2327, '1772-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271401, 2327, '1772-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271402, 2327, '1772-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271403, 2327, '1772-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271404, 2327, '1772-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271405, 2327, '1772-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271406, 2327, '1772-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271407, 2327, '1772-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271408, 2327, '1772-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271409, 2327, '1772-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271410, 2327, '1772-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271411, 2327, '1772-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271412, 2327, '1773-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271413, 2327, '1773-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271414, 2327, '1773-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271415, 2327, '1773-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271416, 2327, '1773-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271417, 2327, '1773-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271418, 2327, '1773-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271419, 2327, '1773-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271420, 2327, '1773-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271421, 2327, '1773-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271422, 2327, '1773-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271423, 2327, '1773-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271424, 2327, '1774-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271425, 2327, '1774-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271426, 2327, '1774-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271427, 2327, '1774-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271428, 2327, '1774-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271429, 2327, '1774-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271430, 2327, '1774-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271431, 2327, '1774-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271432, 2327, '1774-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271433, 2327, '1774-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271434, 2327, '1774-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271435, 2327, '1774-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271436, 2327, '1775-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271437, 2327, '1775-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271438, 2327, '1775-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271439, 2327, '1775-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271440, 2327, '1775-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271441, 2327, '1775-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271442, 2327, '1775-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271443, 2327, '1775-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271444, 2327, '1775-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271445, 2327, '1775-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271446, 2327, '1775-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271447, 2327, '1775-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271448, 2327, '1776-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271449, 2327, '1776-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271450, 2327, '1776-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271451, 2327, '1776-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271452, 2327, '1776-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271453, 2327, '1776-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271454, 2327, '1776-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271455, 2327, '1776-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271456, 2327, '1776-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271457, 2327, '1776-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271458, 2327, '1776-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271459, 2327, '1776-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271460, 2327, '1777-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271461, 2327, '1777-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271462, 2327, '1777-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271463, 2327, '1777-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271464, 2327, '1777-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271465, 2327, '1777-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271466, 2327, '1777-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271467, 2327, '1777-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271468, 2327, '1777-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271469, 2327, '1777-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271470, 2327, '1777-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271471, 2327, '1777-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271472, 2327, '1778-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271473, 2327, '1778-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271474, 2327, '1778-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271475, 2327, '1778-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271476, 2327, '1778-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271477, 2327, '1778-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271478, 2327, '1778-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271479, 2327, '1778-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271480, 2327, '1778-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271481, 2327, '1778-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271482, 2327, '1778-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271483, 2327, '1778-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271484, 2327, '1779-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271485, 2327, '1779-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271486, 2327, '1779-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271487, 2327, '1779-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271488, 2327, '1779-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271489, 2327, '1779-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271490, 2327, '1779-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271491, 2327, '1779-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271492, 2327, '1779-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271493, 2327, '1779-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271494, 2327, '1779-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271495, 2327, '1779-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271496, 2327, '1780-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271497, 2327, '1780-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271498, 2327, '1780-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271499, 2327, '1780-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271500, 2327, '1780-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271501, 2327, '1780-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271502, 2327, '1780-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271503, 2327, '1780-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271504, 2327, '1780-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271505, 2327, '1780-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271506, 2327, '1780-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271507, 2327, '1780-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271508, 2327, '1781-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271509, 2327, '1781-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271510, 2327, '1781-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271511, 2327, '1781-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271512, 2327, '1781-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271513, 2327, '1781-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271514, 2327, '1781-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271515, 2327, '1781-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271516, 2327, '1781-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271517, 2327, '1781-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271518, 2327, '1781-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271519, 2327, '1781-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271520, 2327, '1782-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271521, 2327, '1782-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271522, 2327, '1782-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271523, 2327, '1782-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271524, 2327, '1782-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271525, 2327, '1782-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271526, 2327, '1782-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271527, 2327, '1782-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271528, 2327, '1782-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271529, 2327, '1782-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271530, 2327, '1782-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271531, 2327, '1782-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271532, 2327, '1783-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271533, 2327, '1783-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271534, 2327, '1783-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271535, 2327, '1783-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271536, 2327, '1783-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271537, 2327, '1783-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271538, 2327, '1783-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271539, 2327, '1783-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271540, 2327, '1783-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271541, 2327, '1783-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271542, 2327, '1783-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271543, 2327, '1783-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271544, 2327, '1784-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271545, 2327, '1784-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271546, 2327, '1784-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271547, 2327, '1784-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271548, 2327, '1784-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271549, 2327, '1784-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271550, 2327, '1784-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271551, 2327, '1784-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271552, 2327, '1784-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271553, 2327, '1784-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271554, 2327, '1784-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271555, 2327, '1784-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271556, 2327, '1785-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271557, 2327, '1785-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271558, 2327, '1785-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271559, 2327, '1785-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271560, 2327, '1785-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271561, 2327, '1785-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271562, 2327, '1785-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271563, 2327, '1785-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271564, 2327, '1785-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271565, 2327, '1785-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271566, 2327, '1785-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271567, 2327, '1785-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271568, 2327, '1786-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271569, 2327, '1786-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271570, 2327, '1786-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271571, 2327, '1786-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271572, 2327, '1786-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271573, 2327, '1786-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271574, 2327, '1786-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271575, 2327, '1786-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271576, 2327, '1786-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271577, 2327, '1786-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271578, 2327, '1786-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271579, 2327, '1786-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:16', '2023-10-31 14:15:16'),
(271580, 2327, '1787-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271581, 2327, '1787-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271582, 2327, '1787-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271583, 2327, '1787-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271584, 2327, '1787-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271585, 2327, '1787-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271586, 2327, '1787-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271587, 2327, '1787-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271588, 2327, '1787-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271589, 2327, '1787-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271590, 2327, '1787-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271591, 2327, '1787-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271592, 2327, '1788-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271593, 2327, '1788-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271594, 2327, '1788-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271595, 2327, '1788-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271596, 2327, '1788-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271597, 2327, '1788-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271598, 2327, '1788-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271599, 2327, '1788-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271600, 2327, '1788-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271601, 2327, '1788-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271602, 2327, '1788-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271603, 2327, '1788-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271604, 2327, '1789-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271605, 2327, '1789-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271606, 2327, '1789-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271607, 2327, '1789-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271608, 2327, '1789-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271609, 2327, '1789-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271610, 2327, '1789-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271611, 2327, '1789-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271612, 2327, '1789-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271613, 2327, '1789-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271614, 2327, '1789-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271615, 2327, '1789-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271616, 2327, '1790-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271617, 2327, '1790-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271618, 2327, '1790-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271619, 2327, '1790-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271620, 2327, '1790-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271621, 2327, '1790-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271622, 2327, '1790-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271623, 2327, '1790-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271624, 2327, '1790-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271625, 2327, '1790-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271626, 2327, '1790-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271627, 2327, '1790-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271628, 2327, '1791-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271629, 2327, '1791-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271630, 2327, '1791-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271631, 2327, '1791-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271632, 2327, '1791-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271633, 2327, '1791-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271634, 2327, '1791-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271635, 2327, '1791-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271636, 2327, '1791-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271637, 2327, '1791-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271638, 2327, '1791-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271639, 2327, '1791-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271640, 2327, '1792-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271641, 2327, '1792-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271642, 2327, '1792-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271643, 2327, '1792-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271644, 2327, '1792-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271645, 2327, '1792-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271646, 2327, '1792-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271647, 2327, '1792-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271648, 2327, '1792-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271649, 2327, '1792-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271650, 2327, '1792-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271651, 2327, '1792-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271652, 2327, '1793-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271653, 2327, '1793-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271654, 2327, '1793-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271655, 2327, '1793-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271656, 2327, '1793-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271657, 2327, '1793-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271658, 2327, '1793-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271659, 2327, '1793-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271660, 2327, '1793-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271661, 2327, '1793-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271662, 2327, '1793-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271663, 2327, '1793-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271664, 2327, '1794-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271665, 2327, '1794-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271666, 2327, '1794-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271667, 2327, '1794-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271668, 2327, '1794-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271669, 2327, '1794-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271670, 2327, '1794-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271671, 2327, '1794-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271672, 2327, '1794-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271673, 2327, '1794-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271674, 2327, '1794-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271675, 2327, '1794-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271676, 2327, '1795-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271677, 2327, '1795-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271678, 2327, '1795-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271679, 2327, '1795-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271680, 2327, '1795-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271681, 2327, '1795-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271682, 2327, '1795-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271683, 2327, '1795-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271684, 2327, '1795-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271685, 2327, '1795-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271686, 2327, '1795-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271687, 2327, '1795-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271688, 2327, '1796-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271689, 2327, '1796-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271690, 2327, '1796-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271691, 2327, '1796-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271692, 2327, '1796-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271693, 2327, '1796-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271694, 2327, '1796-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271695, 2327, '1796-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271696, 2327, '1796-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271697, 2327, '1796-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271698, 2327, '1796-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271699, 2327, '1796-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271700, 2327, '1797-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271701, 2327, '1797-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271702, 2327, '1797-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271703, 2327, '1797-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271704, 2327, '1797-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271705, 2327, '1797-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271706, 2327, '1797-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271707, 2327, '1797-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271708, 2327, '1797-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271709, 2327, '1797-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271710, 2327, '1797-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271711, 2327, '1797-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271712, 2327, '1798-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271713, 2327, '1798-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271714, 2327, '1798-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271715, 2327, '1798-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271716, 2327, '1798-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271717, 2327, '1798-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271718, 2327, '1798-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271719, 2327, '1798-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271720, 2327, '1798-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271721, 2327, '1798-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271722, 2327, '1798-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271723, 2327, '1798-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271724, 2327, '1799-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271725, 2327, '1799-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271726, 2327, '1799-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271727, 2327, '1799-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271728, 2327, '1799-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271729, 2327, '1799-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271730, 2327, '1799-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271731, 2327, '1799-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271732, 2327, '1799-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271733, 2327, '1799-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271734, 2327, '1799-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(271735, 2327, '1799-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271736, 2327, '1800-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271737, 2327, '1800-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271738, 2327, '1800-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271739, 2327, '1800-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271740, 2327, '1800-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271741, 2327, '1800-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271742, 2327, '1800-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271743, 2327, '1800-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271744, 2327, '1800-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271745, 2327, '1800-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271746, 2327, '1800-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271747, 2327, '1800-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271748, 2327, '1801-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271749, 2327, '1801-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271750, 2327, '1801-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271751, 2327, '1801-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271752, 2327, '1801-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271753, 2327, '1801-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271754, 2327, '1801-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271755, 2327, '1801-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271756, 2327, '1801-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271757, 2327, '1801-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271758, 2327, '1801-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271759, 2327, '1801-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271760, 2327, '1802-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271761, 2327, '1802-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271762, 2327, '1802-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271763, 2327, '1802-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271764, 2327, '1802-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271765, 2327, '1802-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271766, 2327, '1802-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271767, 2327, '1802-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271768, 2327, '1802-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271769, 2327, '1802-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271770, 2327, '1802-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271771, 2327, '1802-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271772, 2327, '1803-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271773, 2327, '1803-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271774, 2327, '1803-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271775, 2327, '1803-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271776, 2327, '1803-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271777, 2327, '1803-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271778, 2327, '1803-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271779, 2327, '1803-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271780, 2327, '1803-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271781, 2327, '1803-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271782, 2327, '1803-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271783, 2327, '1803-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271784, 2327, '1804-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271785, 2327, '1804-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271786, 2327, '1804-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271787, 2327, '1804-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271788, 2327, '1804-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271789, 2327, '1804-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271790, 2327, '1804-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271791, 2327, '1804-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271792, 2327, '1804-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271793, 2327, '1804-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271794, 2327, '1804-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271795, 2327, '1804-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271796, 2327, '1805-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271797, 2327, '1805-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271798, 2327, '1805-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271799, 2327, '1805-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271800, 2327, '1805-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271801, 2327, '1805-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271802, 2327, '1805-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271803, 2327, '1805-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271804, 2327, '1805-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271805, 2327, '1805-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271806, 2327, '1805-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271807, 2327, '1805-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271808, 2327, '1806-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271809, 2327, '1806-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271810, 2327, '1806-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271811, 2327, '1806-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271812, 2327, '1806-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271813, 2327, '1806-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271814, 2327, '1806-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271815, 2327, '1806-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271816, 2327, '1806-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271817, 2327, '1806-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271818, 2327, '1806-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271819, 2327, '1806-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271820, 2327, '1807-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271821, 2327, '1807-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271822, 2327, '1807-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271823, 2327, '1807-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271824, 2327, '1807-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271825, 2327, '1807-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271826, 2327, '1807-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271827, 2327, '1807-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271828, 2327, '1807-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271829, 2327, '1807-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271830, 2327, '1807-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271831, 2327, '1807-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271832, 2327, '1808-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271833, 2327, '1808-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271834, 2327, '1808-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271835, 2327, '1808-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271836, 2327, '1808-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271837, 2327, '1808-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271838, 2327, '1808-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271839, 2327, '1808-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271840, 2327, '1808-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271841, 2327, '1808-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271842, 2327, '1808-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271843, 2327, '1808-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271844, 2327, '1809-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271845, 2327, '1809-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271846, 2327, '1809-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271847, 2327, '1809-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271848, 2327, '1809-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271849, 2327, '1809-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271850, 2327, '1809-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271851, 2327, '1809-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271852, 2327, '1809-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271853, 2327, '1809-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271854, 2327, '1809-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271855, 2327, '1809-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271856, 2327, '1810-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271857, 2327, '1810-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271858, 2327, '1810-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271859, 2327, '1810-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271860, 2327, '1810-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271861, 2327, '1810-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271862, 2327, '1810-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271863, 2327, '1810-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271864, 2327, '1810-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271865, 2327, '1810-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271866, 2327, '1810-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271867, 2327, '1810-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271868, 2327, '1811-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271869, 2327, '1811-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271870, 2327, '1811-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271871, 2327, '1811-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271872, 2327, '1811-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271873, 2327, '1811-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271874, 2327, '1811-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271875, 2327, '1811-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271876, 2327, '1811-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271877, 2327, '1811-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271878, 2327, '1811-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271879, 2327, '1811-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271880, 2327, '1812-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271881, 2327, '1812-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271882, 2327, '1812-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271883, 2327, '1812-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271884, 2327, '1812-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271885, 2327, '1812-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271886, 2327, '1812-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271887, 2327, '1812-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271888, 2327, '1812-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271889, 2327, '1812-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271890, 2327, '1812-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271891, 2327, '1812-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271892, 2327, '1813-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271893, 2327, '1813-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:17', '2023-10-31 14:15:17'),
(271894, 2327, '1813-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(271895, 2327, '1813-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(271896, 2327, '1813-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(271897, 2327, '1813-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(271898, 2327, '1813-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(271899, 2327, '1813-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(271900, 2327, '1813-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(271901, 2327, '1813-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(271902, 2327, '1813-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(271903, 2327, '1813-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(271904, 2327, '1814-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(271905, 2327, '1814-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(271906, 2327, '1814-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(271907, 2327, '1814-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(271908, 2327, '1814-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(271909, 2327, '1814-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(271910, 2327, '1814-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(271911, 2327, '1814-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(271912, 2327, '1814-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(271913, 2327, '1814-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(271914, 2327, '1814-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(271915, 2327, '1814-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(271916, 2327, '1815-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(271917, 2327, '1815-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(271918, 2327, '1815-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(271919, 2327, '1815-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(271920, 2327, '1815-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(271921, 2327, '1815-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(271922, 2327, '1815-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(271923, 2327, '1815-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(271924, 2327, '1815-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(271925, 2327, '1815-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(271926, 2327, '1815-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(271927, 2327, '1815-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(271928, 2327, '1816-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(271929, 2327, '1816-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(271930, 2327, '1816-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(271931, 2327, '1816-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(271932, 2327, '1816-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(271933, 2327, '1816-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(271934, 2327, '1816-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(271935, 2327, '1816-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(271936, 2327, '1816-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(271937, 2327, '1816-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(271938, 2327, '1816-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(271939, 2327, '1816-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(271940, 2327, '1817-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(271941, 2327, '1817-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(271942, 2327, '1817-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(271943, 2327, '1817-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(271944, 2327, '1817-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(271945, 2327, '1817-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(271946, 2327, '1817-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(271947, 2327, '1817-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(271948, 2327, '1817-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(271949, 2327, '1817-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(271950, 2327, '1817-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(271951, 2327, '1817-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(271952, 2327, '1818-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(271953, 2327, '1818-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(271954, 2327, '1818-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(271955, 2327, '1818-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(271956, 2327, '1818-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(271957, 2327, '1818-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(271958, 2327, '1818-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(271959, 2327, '1818-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(271960, 2327, '1818-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(271961, 2327, '1818-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(271962, 2327, '1818-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(271963, 2327, '1818-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(271964, 2327, '1819-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(271965, 2327, '1819-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(271966, 2327, '1819-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(271967, 2327, '1819-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(271968, 2327, '1819-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(271969, 2327, '1819-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(271970, 2327, '1819-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(271971, 2327, '1819-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(271972, 2327, '1819-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(271973, 2327, '1819-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(271974, 2327, '1819-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(271975, 2327, '1819-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(271976, 2327, '1820-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(271977, 2327, '1820-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(271978, 2327, '1820-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(271979, 2327, '1820-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(271980, 2327, '1820-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(271981, 2327, '1820-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(271982, 2327, '1820-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(271983, 2327, '1820-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(271984, 2327, '1820-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(271985, 2327, '1820-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(271986, 2327, '1820-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(271987, 2327, '1820-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(271988, 2327, '1821-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(271989, 2327, '1821-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(271990, 2327, '1821-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(271991, 2327, '1821-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(271992, 2327, '1821-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(271993, 2327, '1821-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(271994, 2327, '1821-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(271995, 2327, '1821-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(271996, 2327, '1821-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(271997, 2327, '1821-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(271998, 2327, '1821-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(271999, 2327, '1821-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(272000, 2327, '1822-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(272001, 2327, '1822-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(272002, 2327, '1822-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(272003, 2327, '1822-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(272004, 2327, '1822-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(272005, 2327, '1822-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(272006, 2327, '1822-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(272007, 2327, '1822-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(272008, 2327, '1822-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(272009, 2327, '1822-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(272010, 2327, '1822-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(272011, 2327, '1822-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(272012, 2327, '1823-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(272013, 2327, '1823-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(272014, 2327, '1823-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(272015, 2327, '1823-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(272016, 2327, '1823-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(272017, 2327, '1823-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(272018, 2327, '1823-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(272019, 2327, '1823-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(272020, 2327, '1823-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(272021, 2327, '1823-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(272022, 2327, '1823-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(272023, 2327, '1823-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(272024, 2327, '1824-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(272025, 2327, '1824-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(272026, 2327, '1824-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(272027, 2327, '1824-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(272028, 2327, '1824-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(272029, 2327, '1824-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(272030, 2327, '1824-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(272031, 2327, '1824-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(272032, 2327, '1824-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(272033, 2327, '1824-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(272034, 2327, '1824-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(272035, 2327, '1824-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(272036, 2327, '1825-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(272037, 2327, '1825-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(272038, 2327, '1825-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(272039, 2327, '1825-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(272040, 2327, '1825-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(272041, 2327, '1825-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(272042, 2327, '1825-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(272043, 2327, '1825-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(272044, 2327, '1825-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(272045, 2327, '1825-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(272046, 2327, '1825-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(272047, 2327, '1825-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(272048, 2327, '1826-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(272049, 2327, '1826-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(272050, 2327, '1826-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(272051, 2327, '1826-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(272052, 2327, '1826-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(272053, 2327, '1826-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(272054, 2327, '1826-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(272055, 2327, '1826-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(272056, 2327, '1826-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(272057, 2327, '1826-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(272058, 2327, '1826-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(272059, 2327, '1826-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(272060, 2327, '1827-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(272061, 2327, '1827-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(272062, 2327, '1827-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(272063, 2327, '1827-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(272064, 2327, '1827-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(272065, 2327, '1827-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(272066, 2327, '1827-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(272067, 2327, '1827-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(272068, 2327, '1827-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(272069, 2327, '1827-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(272070, 2327, '1827-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(272071, 2327, '1827-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(272072, 2327, '1828-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(272073, 2327, '1828-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(272074, 2327, '1828-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(272075, 2327, '1828-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(272076, 2327, '1828-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(272077, 2327, '1828-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(272078, 2327, '1828-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(272079, 2327, '1828-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(272080, 2327, '1828-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(272081, 2327, '1828-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(272082, 2327, '1828-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(272083, 2327, '1828-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(272084, 2327, '1829-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(272085, 2327, '1829-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(272086, 2327, '1829-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(272087, 2327, '1829-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(272088, 2327, '1829-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(272089, 2327, '1829-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(272090, 2327, '1829-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(272091, 2327, '1829-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(272092, 2327, '1829-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(272093, 2327, '1829-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(272094, 2327, '1829-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(272095, 2327, '1829-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(272096, 2327, '1830-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(272097, 2327, '1830-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(272098, 2327, '1830-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(272099, 2327, '1830-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(272100, 2327, '1830-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(272101, 2327, '1830-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(272102, 2327, '1830-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(272103, 2327, '1830-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(272104, 2327, '1830-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(272105, 2327, '1830-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(272106, 2327, '1830-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(272107, 2327, '1830-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(272108, 2327, '1831-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(272109, 2327, '1831-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(272110, 2327, '1831-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(272111, 2327, '1831-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(272112, 2327, '1831-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(272113, 2327, '1831-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(272114, 2327, '1831-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(272115, 2327, '1831-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(272116, 2327, '1831-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(272117, 2327, '1831-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(272118, 2327, '1831-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(272119, 2327, '1831-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(272120, 2327, '1832-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(272121, 2327, '1832-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(272122, 2327, '1832-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(272123, 2327, '1832-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(272124, 2327, '1832-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(272125, 2327, '1832-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(272126, 2327, '1832-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(272127, 2327, '1832-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(272128, 2327, '1832-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(272129, 2327, '1832-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(272130, 2327, '1832-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(272131, 2327, '1832-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(272132, 2327, '1833-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(272133, 2327, '1833-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(272134, 2327, '1833-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(272135, 2327, '1833-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(272136, 2327, '1833-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(272137, 2327, '1833-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(272138, 2327, '1833-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(272139, 2327, '1833-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(272140, 2327, '1833-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(272141, 2327, '1833-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(272142, 2327, '1833-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(272143, 2327, '1833-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(272144, 2327, '1834-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(272145, 2327, '1834-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(272146, 2327, '1834-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(272147, 2327, '1834-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(272148, 2327, '1834-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(272149, 2327, '1834-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(272150, 2327, '1834-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(272151, 2327, '1834-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(272152, 2327, '1834-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(272153, 2327, '1834-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(272154, 2327, '1834-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(272155, 2327, '1834-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(272156, 2327, '1835-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(272157, 2327, '1835-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(272158, 2327, '1835-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(272159, 2327, '1835-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(272160, 2327, '1835-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(272161, 2327, '1835-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(272162, 2327, '1835-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(272163, 2327, '1835-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(272164, 2327, '1835-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(272165, 2327, '1835-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(272166, 2327, '1835-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(272167, 2327, '1835-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(272168, 2327, '1836-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(272169, 2327, '1836-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(272170, 2327, '1836-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(272171, 2327, '1836-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(272172, 2327, '1836-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(272173, 2327, '1836-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(272174, 2327, '1836-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(272175, 2327, '1836-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(272176, 2327, '1836-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(272177, 2327, '1836-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(272178, 2327, '1836-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(272179, 2327, '1836-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(272180, 2327, '1837-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(272181, 2327, '1837-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(272182, 2327, '1837-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(272183, 2327, '1837-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(272184, 2327, '1837-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(272185, 2327, '1837-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(272186, 2327, '1837-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(272187, 2327, '1837-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(272188, 2327, '1837-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(272189, 2327, '1837-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(272190, 2327, '1837-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(272191, 2327, '1837-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(272192, 2327, '1838-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(272193, 2327, '1838-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(272194, 2327, '1838-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(272195, 2327, '1838-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(272196, 2327, '1838-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(272197, 2327, '1838-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(272198, 2327, '1838-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(272199, 2327, '1838-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(272200, 2327, '1838-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(272201, 2327, '1838-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(272202, 2327, '1838-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(272203, 2327, '1838-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(272204, 2327, '1839-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(272205, 2327, '1839-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(272206, 2327, '1839-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(272207, 2327, '1839-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(272208, 2327, '1839-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(272209, 2327, '1839-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(272210, 2327, '1839-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(272211, 2327, '1839-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(272212, 2327, '1839-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(272213, 2327, '1839-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(272214, 2327, '1839-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(272215, 2327, '1839-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(272216, 2327, '1840-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(272217, 2327, '1840-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(272218, 2327, '1840-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(272219, 2327, '1840-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(272220, 2327, '1840-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(272221, 2327, '1840-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(272222, 2327, '1840-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(272223, 2327, '1840-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(272224, 2327, '1840-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(272225, 2327, '1840-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(272226, 2327, '1840-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(272227, 2327, '1840-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(272228, 2327, '1841-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(272229, 2327, '1841-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(272230, 2327, '1841-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(272231, 2327, '1841-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(272232, 2327, '1841-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(272233, 2327, '1841-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:18', '2023-10-31 14:15:18'),
(272234, 2327, '1841-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272235, 2327, '1841-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272236, 2327, '1841-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272237, 2327, '1841-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272238, 2327, '1841-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272239, 2327, '1841-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272240, 2327, '1842-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272241, 2327, '1842-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272242, 2327, '1842-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272243, 2327, '1842-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272244, 2327, '1842-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272245, 2327, '1842-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272246, 2327, '1842-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272247, 2327, '1842-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272248, 2327, '1842-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272249, 2327, '1842-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272250, 2327, '1842-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272251, 2327, '1842-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272252, 2327, '1843-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272253, 2327, '1843-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272254, 2327, '1843-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272255, 2327, '1843-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272256, 2327, '1843-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272257, 2327, '1843-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272258, 2327, '1843-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272259, 2327, '1843-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272260, 2327, '1843-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272261, 2327, '1843-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272262, 2327, '1843-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272263, 2327, '1843-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272264, 2327, '1844-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272265, 2327, '1844-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272266, 2327, '1844-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272267, 2327, '1844-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272268, 2327, '1844-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272269, 2327, '1844-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272270, 2327, '1844-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272271, 2327, '1844-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272272, 2327, '1844-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272273, 2327, '1844-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272274, 2327, '1844-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272275, 2327, '1844-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272276, 2327, '1845-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272277, 2327, '1845-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272278, 2327, '1845-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272279, 2327, '1845-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272280, 2327, '1845-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272281, 2327, '1845-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272282, 2327, '1845-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272283, 2327, '1845-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272284, 2327, '1845-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272285, 2327, '1845-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272286, 2327, '1845-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272287, 2327, '1845-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272288, 2327, '1846-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272289, 2327, '1846-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272290, 2327, '1846-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272291, 2327, '1846-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272292, 2327, '1846-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272293, 2327, '1846-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272294, 2327, '1846-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272295, 2327, '1846-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272296, 2327, '1846-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272297, 2327, '1846-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272298, 2327, '1846-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272299, 2327, '1846-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272300, 2327, '1847-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272301, 2327, '1847-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272302, 2327, '1847-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272303, 2327, '1847-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272304, 2327, '1847-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272305, 2327, '1847-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272306, 2327, '1847-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272307, 2327, '1847-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272308, 2327, '1847-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272309, 2327, '1847-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272310, 2327, '1847-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272311, 2327, '1847-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272312, 2327, '1848-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272313, 2327, '1848-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272314, 2327, '1848-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272315, 2327, '1848-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272316, 2327, '1848-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272317, 2327, '1848-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272318, 2327, '1848-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272319, 2327, '1848-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272320, 2327, '1848-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272321, 2327, '1848-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272322, 2327, '1848-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272323, 2327, '1848-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272324, 2327, '1849-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272325, 2327, '1849-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272326, 2327, '1849-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272327, 2327, '1849-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272328, 2327, '1849-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272329, 2327, '1849-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272330, 2327, '1849-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272331, 2327, '1849-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272332, 2327, '1849-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272333, 2327, '1849-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272334, 2327, '1849-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272335, 2327, '1849-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272336, 2327, '1850-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272337, 2327, '1850-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272338, 2327, '1850-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272339, 2327, '1850-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272340, 2327, '1850-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272341, 2327, '1850-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272342, 2327, '1850-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272343, 2327, '1850-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272344, 2327, '1850-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272345, 2327, '1850-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272346, 2327, '1850-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272347, 2327, '1850-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272348, 2327, '1851-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272349, 2327, '1851-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272350, 2327, '1851-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272351, 2327, '1851-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272352, 2327, '1851-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272353, 2327, '1851-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272354, 2327, '1851-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272355, 2327, '1851-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272356, 2327, '1851-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272357, 2327, '1851-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272358, 2327, '1851-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272359, 2327, '1851-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272360, 2327, '1852-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272361, 2327, '1852-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272362, 2327, '1852-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272363, 2327, '1852-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272364, 2327, '1852-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272365, 2327, '1852-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272366, 2327, '1852-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272367, 2327, '1852-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272368, 2327, '1852-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272369, 2327, '1852-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272370, 2327, '1852-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272371, 2327, '1852-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272372, 2327, '1853-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272373, 2327, '1853-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272374, 2327, '1853-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272375, 2327, '1853-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272376, 2327, '1853-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272377, 2327, '1853-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272378, 2327, '1853-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272379, 2327, '1853-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272380, 2327, '1853-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272381, 2327, '1853-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272382, 2327, '1853-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272383, 2327, '1853-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272384, 2327, '1854-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272385, 2327, '1854-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272386, 2327, '1854-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272387, 2327, '1854-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272388, 2327, '1854-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272389, 2327, '1854-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272390, 2327, '1854-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272391, 2327, '1854-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272392, 2327, '1854-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272393, 2327, '1854-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272394, 2327, '1854-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272395, 2327, '1854-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272396, 2327, '1855-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272397, 2327, '1855-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272398, 2327, '1855-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272399, 2327, '1855-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272400, 2327, '1855-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272401, 2327, '1855-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272402, 2327, '1855-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272403, 2327, '1855-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272404, 2327, '1855-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272405, 2327, '1855-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272406, 2327, '1855-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272407, 2327, '1855-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272408, 2327, '1856-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272409, 2327, '1856-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272410, 2327, '1856-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272411, 2327, '1856-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272412, 2327, '1856-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272413, 2327, '1856-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272414, 2327, '1856-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272415, 2327, '1856-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272416, 2327, '1856-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272417, 2327, '1856-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272418, 2327, '1856-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272419, 2327, '1856-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272420, 2327, '1857-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272421, 2327, '1857-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272422, 2327, '1857-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272423, 2327, '1857-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272424, 2327, '1857-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272425, 2327, '1857-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272426, 2327, '1857-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272427, 2327, '1857-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272428, 2327, '1857-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272429, 2327, '1857-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272430, 2327, '1857-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272431, 2327, '1857-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272432, 2327, '1858-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272433, 2327, '1858-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272434, 2327, '1858-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272435, 2327, '1858-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272436, 2327, '1858-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272437, 2327, '1858-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272438, 2327, '1858-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272439, 2327, '1858-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272440, 2327, '1858-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272441, 2327, '1858-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272442, 2327, '1858-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272443, 2327, '1858-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272444, 2327, '1859-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272445, 2327, '1859-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272446, 2327, '1859-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272447, 2327, '1859-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272448, 2327, '1859-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272449, 2327, '1859-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272450, 2327, '1859-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272451, 2327, '1859-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272452, 2327, '1859-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272453, 2327, '1859-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272454, 2327, '1859-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272455, 2327, '1859-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272456, 2327, '1860-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272457, 2327, '1860-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272458, 2327, '1860-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272459, 2327, '1860-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272460, 2327, '1860-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272461, 2327, '1860-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272462, 2327, '1860-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272463, 2327, '1860-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272464, 2327, '1860-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272465, 2327, '1860-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272466, 2327, '1860-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272467, 2327, '1860-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272468, 2327, '1861-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272469, 2327, '1861-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272470, 2327, '1861-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272471, 2327, '1861-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272472, 2327, '1861-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272473, 2327, '1861-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272474, 2327, '1861-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272475, 2327, '1861-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272476, 2327, '1861-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272477, 2327, '1861-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272478, 2327, '1861-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272479, 2327, '1861-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272480, 2327, '1862-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272481, 2327, '1862-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272482, 2327, '1862-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272483, 2327, '1862-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272484, 2327, '1862-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272485, 2327, '1862-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272486, 2327, '1862-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272487, 2327, '1862-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272488, 2327, '1862-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272489, 2327, '1862-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272490, 2327, '1862-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272491, 2327, '1862-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272492, 2327, '1863-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272493, 2327, '1863-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272494, 2327, '1863-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272495, 2327, '1863-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272496, 2327, '1863-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272497, 2327, '1863-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272498, 2327, '1863-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272499, 2327, '1863-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272500, 2327, '1863-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272501, 2327, '1863-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272502, 2327, '1863-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272503, 2327, '1863-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272504, 2327, '1864-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272505, 2327, '1864-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272506, 2327, '1864-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272507, 2327, '1864-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272508, 2327, '1864-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272509, 2327, '1864-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272510, 2327, '1864-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272511, 2327, '1864-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272512, 2327, '1864-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272513, 2327, '1864-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272514, 2327, '1864-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272515, 2327, '1864-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272516, 2327, '1865-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272517, 2327, '1865-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272518, 2327, '1865-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272519, 2327, '1865-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272520, 2327, '1865-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272521, 2327, '1865-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272522, 2327, '1865-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272523, 2327, '1865-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272524, 2327, '1865-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272525, 2327, '1865-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272526, 2327, '1865-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272527, 2327, '1865-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272528, 2327, '1866-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272529, 2327, '1866-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272530, 2327, '1866-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272531, 2327, '1866-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272532, 2327, '1866-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272533, 2327, '1866-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272534, 2327, '1866-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272535, 2327, '1866-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272536, 2327, '1866-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272537, 2327, '1866-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272538, 2327, '1866-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272539, 2327, '1866-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272540, 2327, '1867-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272541, 2327, '1867-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272542, 2327, '1867-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272543, 2327, '1867-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272544, 2327, '1867-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272545, 2327, '1867-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272546, 2327, '1867-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272547, 2327, '1867-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272548, 2327, '1867-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272549, 2327, '1867-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272550, 2327, '1867-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272551, 2327, '1867-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272552, 2327, '1868-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272553, 2327, '1868-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272554, 2327, '1868-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272555, 2327, '1868-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272556, 2327, '1868-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272557, 2327, '1868-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272558, 2327, '1868-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272559, 2327, '1868-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272560, 2327, '1868-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272561, 2327, '1868-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272562, 2327, '1868-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272563, 2327, '1868-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272564, 2327, '1869-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272565, 2327, '1869-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272566, 2327, '1869-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272567, 2327, '1869-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272568, 2327, '1869-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272569, 2327, '1869-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272570, 2327, '1869-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272571, 2327, '1869-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272572, 2327, '1869-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272573, 2327, '1869-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272574, 2327, '1869-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272575, 2327, '1869-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272576, 2327, '1870-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272577, 2327, '1870-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272578, 2327, '1870-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272579, 2327, '1870-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272580, 2327, '1870-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272581, 2327, '1870-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272582, 2327, '1870-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272583, 2327, '1870-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272584, 2327, '1870-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272585, 2327, '1870-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272586, 2327, '1870-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272587, 2327, '1870-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272588, 2327, '1871-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272589, 2327, '1871-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272590, 2327, '1871-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272591, 2327, '1871-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272592, 2327, '1871-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272593, 2327, '1871-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272594, 2327, '1871-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272595, 2327, '1871-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272596, 2327, '1871-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272597, 2327, '1871-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272598, 2327, '1871-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272599, 2327, '1871-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272600, 2327, '1872-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272601, 2327, '1872-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272602, 2327, '1872-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:19', '2023-10-31 14:15:19'),
(272603, 2327, '1872-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272604, 2327, '1872-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272605, 2327, '1872-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272606, 2327, '1872-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272607, 2327, '1872-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272608, 2327, '1872-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272609, 2327, '1872-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272610, 2327, '1872-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272611, 2327, '1872-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272612, 2327, '1873-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272613, 2327, '1873-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272614, 2327, '1873-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272615, 2327, '1873-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272616, 2327, '1873-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272617, 2327, '1873-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272618, 2327, '1873-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272619, 2327, '1873-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272620, 2327, '1873-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272621, 2327, '1873-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272622, 2327, '1873-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272623, 2327, '1873-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272624, 2327, '1874-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272625, 2327, '1874-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272626, 2327, '1874-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272627, 2327, '1874-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272628, 2327, '1874-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272629, 2327, '1874-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272630, 2327, '1874-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272631, 2327, '1874-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272632, 2327, '1874-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272633, 2327, '1874-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272634, 2327, '1874-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272635, 2327, '1874-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272636, 2327, '1875-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272637, 2327, '1875-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272638, 2327, '1875-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272639, 2327, '1875-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272640, 2327, '1875-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272641, 2327, '1875-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272642, 2327, '1875-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272643, 2327, '1875-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272644, 2327, '1875-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272645, 2327, '1875-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272646, 2327, '1875-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272647, 2327, '1875-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272648, 2327, '1876-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272649, 2327, '1876-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272650, 2327, '1876-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272651, 2327, '1876-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272652, 2327, '1876-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272653, 2327, '1876-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272654, 2327, '1876-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272655, 2327, '1876-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272656, 2327, '1876-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272657, 2327, '1876-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272658, 2327, '1876-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272659, 2327, '1876-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272660, 2327, '1877-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272661, 2327, '1877-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272662, 2327, '1877-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272663, 2327, '1877-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272664, 2327, '1877-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(272665, 2327, '1877-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272666, 2327, '1877-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272667, 2327, '1877-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272668, 2327, '1877-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272669, 2327, '1877-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272670, 2327, '1877-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272671, 2327, '1877-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272672, 2327, '1878-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272673, 2327, '1878-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272674, 2327, '1878-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272675, 2327, '1878-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272676, 2327, '1878-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272677, 2327, '1878-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272678, 2327, '1878-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272679, 2327, '1878-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272680, 2327, '1878-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272681, 2327, '1878-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272682, 2327, '1878-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272683, 2327, '1878-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272684, 2327, '1879-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272685, 2327, '1879-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272686, 2327, '1879-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272687, 2327, '1879-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272688, 2327, '1879-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272689, 2327, '1879-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272690, 2327, '1879-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272691, 2327, '1879-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272692, 2327, '1879-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272693, 2327, '1879-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272694, 2327, '1879-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272695, 2327, '1879-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272696, 2327, '1880-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272697, 2327, '1880-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272698, 2327, '1880-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272699, 2327, '1880-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272700, 2327, '1880-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272701, 2327, '1880-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272702, 2327, '1880-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272703, 2327, '1880-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272704, 2327, '1880-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272705, 2327, '1880-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272706, 2327, '1880-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272707, 2327, '1880-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272708, 2327, '1881-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272709, 2327, '1881-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272710, 2327, '1881-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272711, 2327, '1881-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272712, 2327, '1881-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272713, 2327, '1881-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272714, 2327, '1881-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272715, 2327, '1881-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272716, 2327, '1881-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272717, 2327, '1881-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272718, 2327, '1881-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272719, 2327, '1881-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272720, 2327, '1882-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272721, 2327, '1882-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272722, 2327, '1882-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272723, 2327, '1882-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272724, 2327, '1882-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272725, 2327, '1882-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272726, 2327, '1882-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272727, 2327, '1882-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272728, 2327, '1882-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272729, 2327, '1882-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272730, 2327, '1882-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272731, 2327, '1882-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272732, 2327, '1883-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272733, 2327, '1883-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272734, 2327, '1883-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272735, 2327, '1883-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272736, 2327, '1883-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272737, 2327, '1883-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272738, 2327, '1883-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272739, 2327, '1883-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272740, 2327, '1883-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272741, 2327, '1883-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272742, 2327, '1883-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272743, 2327, '1883-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272744, 2327, '1884-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272745, 2327, '1884-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272746, 2327, '1884-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272747, 2327, '1884-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272748, 2327, '1884-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272749, 2327, '1884-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272750, 2327, '1884-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272751, 2327, '1884-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272752, 2327, '1884-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272753, 2327, '1884-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272754, 2327, '1884-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272755, 2327, '1884-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272756, 2327, '1885-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272757, 2327, '1885-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272758, 2327, '1885-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272759, 2327, '1885-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272760, 2327, '1885-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272761, 2327, '1885-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272762, 2327, '1885-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272763, 2327, '1885-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272764, 2327, '1885-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272765, 2327, '1885-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272766, 2327, '1885-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272767, 2327, '1885-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272768, 2327, '1886-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272769, 2327, '1886-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272770, 2327, '1886-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272771, 2327, '1886-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272772, 2327, '1886-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272773, 2327, '1886-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272774, 2327, '1886-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272775, 2327, '1886-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272776, 2327, '1886-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272777, 2327, '1886-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272778, 2327, '1886-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272779, 2327, '1886-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272780, 2327, '1887-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272781, 2327, '1887-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272782, 2327, '1887-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272783, 2327, '1887-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272784, 2327, '1887-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272785, 2327, '1887-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272786, 2327, '1887-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272787, 2327, '1887-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272788, 2327, '1887-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272789, 2327, '1887-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272790, 2327, '1887-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272791, 2327, '1887-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272792, 2327, '1888-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272793, 2327, '1888-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272794, 2327, '1888-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272795, 2327, '1888-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272796, 2327, '1888-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272797, 2327, '1888-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272798, 2327, '1888-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272799, 2327, '1888-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272800, 2327, '1888-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272801, 2327, '1888-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272802, 2327, '1888-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272803, 2327, '1888-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272804, 2327, '1889-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272805, 2327, '1889-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272806, 2327, '1889-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272807, 2327, '1889-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272808, 2327, '1889-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272809, 2327, '1889-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272810, 2327, '1889-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272811, 2327, '1889-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272812, 2327, '1889-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272813, 2327, '1889-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272814, 2327, '1889-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272815, 2327, '1889-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272816, 2327, '1890-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272817, 2327, '1890-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272818, 2327, '1890-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272819, 2327, '1890-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272820, 2327, '1890-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272821, 2327, '1890-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272822, 2327, '1890-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272823, 2327, '1890-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272824, 2327, '1890-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272825, 2327, '1890-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272826, 2327, '1890-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272827, 2327, '1890-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272828, 2327, '1891-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272829, 2327, '1891-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272830, 2327, '1891-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272831, 2327, '1891-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272832, 2327, '1891-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272833, 2327, '1891-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272834, 2327, '1891-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272835, 2327, '1891-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272836, 2327, '1891-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272837, 2327, '1891-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272838, 2327, '1891-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272839, 2327, '1891-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272840, 2327, '1892-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272841, 2327, '1892-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272842, 2327, '1892-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272843, 2327, '1892-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272844, 2327, '1892-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272845, 2327, '1892-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272846, 2327, '1892-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272847, 2327, '1892-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272848, 2327, '1892-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272849, 2327, '1892-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272850, 2327, '1892-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272851, 2327, '1892-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272852, 2327, '1893-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272853, 2327, '1893-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272854, 2327, '1893-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272855, 2327, '1893-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272856, 2327, '1893-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272857, 2327, '1893-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272858, 2327, '1893-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272859, 2327, '1893-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272860, 2327, '1893-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272861, 2327, '1893-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272862, 2327, '1893-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272863, 2327, '1893-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272864, 2327, '1894-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272865, 2327, '1894-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272866, 2327, '1894-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272867, 2327, '1894-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272868, 2327, '1894-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272869, 2327, '1894-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272870, 2327, '1894-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272871, 2327, '1894-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272872, 2327, '1894-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272873, 2327, '1894-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272874, 2327, '1894-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272875, 2327, '1894-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272876, 2327, '1895-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272877, 2327, '1895-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272878, 2327, '1895-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272879, 2327, '1895-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272880, 2327, '1895-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272881, 2327, '1895-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272882, 2327, '1895-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272883, 2327, '1895-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272884, 2327, '1895-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272885, 2327, '1895-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272886, 2327, '1895-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272887, 2327, '1895-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272888, 2327, '1896-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272889, 2327, '1896-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272890, 2327, '1896-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272891, 2327, '1896-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272892, 2327, '1896-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272893, 2327, '1896-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272894, 2327, '1896-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272895, 2327, '1896-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272896, 2327, '1896-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272897, 2327, '1896-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272898, 2327, '1896-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272899, 2327, '1896-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272900, 2327, '1897-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272901, 2327, '1897-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272902, 2327, '1897-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272903, 2327, '1897-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272904, 2327, '1897-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272905, 2327, '1897-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272906, 2327, '1897-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272907, 2327, '1897-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272908, 2327, '1897-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272909, 2327, '1897-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272910, 2327, '1897-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272911, 2327, '1897-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272912, 2327, '1898-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272913, 2327, '1898-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272914, 2327, '1898-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272915, 2327, '1898-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272916, 2327, '1898-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272917, 2327, '1898-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272918, 2327, '1898-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272919, 2327, '1898-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272920, 2327, '1898-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272921, 2327, '1898-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272922, 2327, '1898-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272923, 2327, '1898-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272924, 2327, '1899-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272925, 2327, '1899-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272926, 2327, '1899-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272927, 2327, '1899-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272928, 2327, '1899-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272929, 2327, '1899-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272930, 2327, '1899-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:20', '2023-10-31 14:15:20'),
(272931, 2327, '1899-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(272932, 2327, '1899-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(272933, 2327, '1899-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(272934, 2327, '1899-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(272935, 2327, '1899-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(272936, 2327, '1900-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(272937, 2327, '1900-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(272938, 2327, '1900-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(272939, 2327, '1900-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(272940, 2327, '1900-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(272941, 2327, '1900-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(272942, 2327, '1900-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(272943, 2327, '1900-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(272944, 2327, '1900-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(272945, 2327, '1900-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(272946, 2327, '1900-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(272947, 2327, '1900-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(272948, 2327, '1901-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(272949, 2327, '1901-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(272950, 2327, '1901-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(272951, 2327, '1901-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(272952, 2327, '1901-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(272953, 2327, '1901-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(272954, 2327, '1901-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(272955, 2327, '1901-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(272956, 2327, '1901-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(272957, 2327, '1901-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(272958, 2327, '1901-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(272959, 2327, '1901-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(272960, 2327, '1902-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(272961, 2327, '1902-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(272962, 2327, '1902-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(272963, 2327, '1902-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(272964, 2327, '1902-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(272965, 2327, '1902-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(272966, 2327, '1902-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(272967, 2327, '1902-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(272968, 2327, '1902-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(272969, 2327, '1902-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(272970, 2327, '1902-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(272971, 2327, '1902-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(272972, 2327, '1903-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(272973, 2327, '1903-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(272974, 2327, '1903-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(272975, 2327, '1903-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(272976, 2327, '1903-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(272977, 2327, '1903-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(272978, 2327, '1903-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(272979, 2327, '1903-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(272980, 2327, '1903-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(272981, 2327, '1903-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(272982, 2327, '1903-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(272983, 2327, '1903-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(272984, 2327, '1904-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(272985, 2327, '1904-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(272986, 2327, '1904-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(272987, 2327, '1904-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(272988, 2327, '1904-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(272989, 2327, '1904-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(272990, 2327, '1904-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(272991, 2327, '1904-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(272992, 2327, '1904-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(272993, 2327, '1904-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(272994, 2327, '1904-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(272995, 2327, '1904-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(272996, 2327, '1905-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(272997, 2327, '1905-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(272998, 2327, '1905-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(272999, 2327, '1905-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273000, 2327, '1905-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273001, 2327, '1905-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273002, 2327, '1905-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273003, 2327, '1905-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273004, 2327, '1905-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273005, 2327, '1905-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273006, 2327, '1905-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273007, 2327, '1905-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273008, 2327, '1906-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273009, 2327, '1906-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273010, 2327, '1906-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273011, 2327, '1906-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273012, 2327, '1906-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273013, 2327, '1906-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273014, 2327, '1906-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273015, 2327, '1906-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273016, 2327, '1906-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273017, 2327, '1906-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273018, 2327, '1906-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273019, 2327, '1906-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273020, 2327, '1907-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273021, 2327, '1907-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273022, 2327, '1907-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273023, 2327, '1907-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273024, 2327, '1907-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273025, 2327, '1907-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273026, 2327, '1907-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273027, 2327, '1907-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273028, 2327, '1907-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273029, 2327, '1907-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273030, 2327, '1907-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273031, 2327, '1907-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273032, 2327, '1908-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273033, 2327, '1908-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273034, 2327, '1908-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273035, 2327, '1908-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273036, 2327, '1908-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273037, 2327, '1908-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273038, 2327, '1908-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273039, 2327, '1908-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273040, 2327, '1908-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273041, 2327, '1908-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273042, 2327, '1908-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273043, 2327, '1908-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273044, 2327, '1909-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273045, 2327, '1909-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273046, 2327, '1909-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273047, 2327, '1909-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273048, 2327, '1909-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273049, 2327, '1909-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273050, 2327, '1909-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273051, 2327, '1909-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273052, 2327, '1909-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273053, 2327, '1909-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273054, 2327, '1909-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273055, 2327, '1909-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273056, 2327, '1910-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273057, 2327, '1910-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273058, 2327, '1910-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273059, 2327, '1910-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273060, 2327, '1910-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273061, 2327, '1910-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273062, 2327, '1910-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273063, 2327, '1910-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273064, 2327, '1910-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273065, 2327, '1910-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273066, 2327, '1910-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273067, 2327, '1910-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273068, 2327, '1911-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273069, 2327, '1911-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273070, 2327, '1911-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273071, 2327, '1911-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273072, 2327, '1911-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273073, 2327, '1911-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273074, 2327, '1911-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273075, 2327, '1911-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273076, 2327, '1911-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273077, 2327, '1911-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273078, 2327, '1911-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273079, 2327, '1911-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273080, 2327, '1912-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273081, 2327, '1912-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273082, 2327, '1912-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273083, 2327, '1912-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273084, 2327, '1912-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273085, 2327, '1912-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273086, 2327, '1912-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273087, 2327, '1912-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273088, 2327, '1912-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273089, 2327, '1912-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273090, 2327, '1912-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273091, 2327, '1912-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273092, 2327, '1913-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273093, 2327, '1913-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273094, 2327, '1913-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273095, 2327, '1913-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273096, 2327, '1913-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273097, 2327, '1913-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273098, 2327, '1913-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273099, 2327, '1913-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273100, 2327, '1913-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273101, 2327, '1913-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273102, 2327, '1913-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273103, 2327, '1913-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273104, 2327, '1914-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273105, 2327, '1914-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273106, 2327, '1914-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273107, 2327, '1914-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273108, 2327, '1914-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273109, 2327, '1914-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273110, 2327, '1914-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273111, 2327, '1914-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273112, 2327, '1914-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273113, 2327, '1914-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273114, 2327, '1914-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273115, 2327, '1914-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273116, 2327, '1915-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273117, 2327, '1915-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273118, 2327, '1915-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273119, 2327, '1915-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273120, 2327, '1915-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273121, 2327, '1915-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273122, 2327, '1915-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273123, 2327, '1915-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273124, 2327, '1915-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273125, 2327, '1915-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273126, 2327, '1915-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273127, 2327, '1915-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273128, 2327, '1916-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273129, 2327, '1916-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(273130, 2327, '1916-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273131, 2327, '1916-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273132, 2327, '1916-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273133, 2327, '1916-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273134, 2327, '1916-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273135, 2327, '1916-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273136, 2327, '1916-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273137, 2327, '1916-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273138, 2327, '1916-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273139, 2327, '1916-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273140, 2327, '1917-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273141, 2327, '1917-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273142, 2327, '1917-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273143, 2327, '1917-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273144, 2327, '1917-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273145, 2327, '1917-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273146, 2327, '1917-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273147, 2327, '1917-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273148, 2327, '1917-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273149, 2327, '1917-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273150, 2327, '1917-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273151, 2327, '1917-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273152, 2327, '1918-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273153, 2327, '1918-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273154, 2327, '1918-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273155, 2327, '1918-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273156, 2327, '1918-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273157, 2327, '1918-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273158, 2327, '1918-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273159, 2327, '1918-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273160, 2327, '1918-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273161, 2327, '1918-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273162, 2327, '1918-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273163, 2327, '1918-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273164, 2327, '1919-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273165, 2327, '1919-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273166, 2327, '1919-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273167, 2327, '1919-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273168, 2327, '1919-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273169, 2327, '1919-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273170, 2327, '1919-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273171, 2327, '1919-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273172, 2327, '1919-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273173, 2327, '1919-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273174, 2327, '1919-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273175, 2327, '1919-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273176, 2327, '1920-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273177, 2327, '1920-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273178, 2327, '1920-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273179, 2327, '1920-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273180, 2327, '1920-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273181, 2327, '1920-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273182, 2327, '1920-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273183, 2327, '1920-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273184, 2327, '1920-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273185, 2327, '1920-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273186, 2327, '1920-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273187, 2327, '1920-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273188, 2327, '1921-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273189, 2327, '1921-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273190, 2327, '1921-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273191, 2327, '1921-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273192, 2327, '1921-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273193, 2327, '1921-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273194, 2327, '1921-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273195, 2327, '1921-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273196, 2327, '1921-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273197, 2327, '1921-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273198, 2327, '1921-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273199, 2327, '1921-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273200, 2327, '1922-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273201, 2327, '1922-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273202, 2327, '1922-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273203, 2327, '1922-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273204, 2327, '1922-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273205, 2327, '1922-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273206, 2327, '1922-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273207, 2327, '1922-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273208, 2327, '1922-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273209, 2327, '1922-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273210, 2327, '1922-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273211, 2327, '1922-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273212, 2327, '1923-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273213, 2327, '1923-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273214, 2327, '1923-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273215, 2327, '1923-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273216, 2327, '1923-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273217, 2327, '1923-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273218, 2327, '1923-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273219, 2327, '1923-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273220, 2327, '1923-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273221, 2327, '1923-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273222, 2327, '1923-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273223, 2327, '1923-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273224, 2327, '1924-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273225, 2327, '1924-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273226, 2327, '1924-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273227, 2327, '1924-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273228, 2327, '1924-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273229, 2327, '1924-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273230, 2327, '1924-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273231, 2327, '1924-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273232, 2327, '1924-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273233, 2327, '1924-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273234, 2327, '1924-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273235, 2327, '1924-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273236, 2327, '1925-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273237, 2327, '1925-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273238, 2327, '1925-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273239, 2327, '1925-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273240, 2327, '1925-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273241, 2327, '1925-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273242, 2327, '1925-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273243, 2327, '1925-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:21', '2023-10-31 14:15:21'),
(273244, 2327, '1925-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273245, 2327, '1925-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273246, 2327, '1925-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273247, 2327, '1925-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273248, 2327, '1926-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273249, 2327, '1926-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273250, 2327, '1926-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273251, 2327, '1926-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273252, 2327, '1926-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273253, 2327, '1926-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273254, 2327, '1926-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273255, 2327, '1926-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273256, 2327, '1926-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273257, 2327, '1926-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273258, 2327, '1926-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273259, 2327, '1926-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273260, 2327, '1927-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273261, 2327, '1927-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273262, 2327, '1927-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273263, 2327, '1927-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273264, 2327, '1927-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273265, 2327, '1927-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273266, 2327, '1927-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273267, 2327, '1927-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273268, 2327, '1927-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273269, 2327, '1927-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273270, 2327, '1927-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273271, 2327, '1927-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273272, 2327, '1928-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273273, 2327, '1928-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273274, 2327, '1928-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273275, 2327, '1928-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273276, 2327, '1928-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273277, 2327, '1928-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273278, 2327, '1928-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273279, 2327, '1928-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273280, 2327, '1928-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273281, 2327, '1928-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273282, 2327, '1928-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273283, 2327, '1928-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273284, 2327, '1929-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273285, 2327, '1929-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273286, 2327, '1929-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273287, 2327, '1929-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273288, 2327, '1929-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273289, 2327, '1929-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273290, 2327, '1929-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273291, 2327, '1929-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273292, 2327, '1929-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273293, 2327, '1929-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273294, 2327, '1929-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273295, 2327, '1929-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273296, 2327, '1930-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273297, 2327, '1930-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273298, 2327, '1930-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273299, 2327, '1930-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273300, 2327, '1930-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273301, 2327, '1930-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273302, 2327, '1930-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273303, 2327, '1930-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273304, 2327, '1930-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273305, 2327, '1930-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273306, 2327, '1930-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273307, 2327, '1930-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273308, 2327, '1931-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273309, 2327, '1931-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273310, 2327, '1931-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273311, 2327, '1931-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273312, 2327, '1931-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273313, 2327, '1931-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273314, 2327, '1931-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273315, 2327, '1931-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273316, 2327, '1931-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273317, 2327, '1931-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273318, 2327, '1931-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273319, 2327, '1931-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273320, 2327, '1932-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273321, 2327, '1932-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273322, 2327, '1932-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273323, 2327, '1932-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273324, 2327, '1932-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273325, 2327, '1932-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273326, 2327, '1932-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273327, 2327, '1932-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273328, 2327, '1932-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273329, 2327, '1932-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273330, 2327, '1932-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273331, 2327, '1932-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273332, 2327, '1933-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273333, 2327, '1933-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273334, 2327, '1933-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273335, 2327, '1933-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273336, 2327, '1933-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273337, 2327, '1933-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273338, 2327, '1933-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273339, 2327, '1933-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273340, 2327, '1933-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273341, 2327, '1933-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273342, 2327, '1933-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273343, 2327, '1933-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273344, 2327, '1934-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273345, 2327, '1934-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273346, 2327, '1934-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273347, 2327, '1934-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273348, 2327, '1934-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273349, 2327, '1934-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273350, 2327, '1934-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273351, 2327, '1934-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273352, 2327, '1934-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273353, 2327, '1934-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273354, 2327, '1934-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273355, 2327, '1934-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273356, 2327, '1935-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273357, 2327, '1935-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273358, 2327, '1935-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273359, 2327, '1935-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273360, 2327, '1935-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273361, 2327, '1935-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273362, 2327, '1935-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273363, 2327, '1935-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273364, 2327, '1935-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273365, 2327, '1935-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273366, 2327, '1935-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273367, 2327, '1935-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273368, 2327, '1936-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273369, 2327, '1936-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273370, 2327, '1936-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273371, 2327, '1936-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273372, 2327, '1936-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273373, 2327, '1936-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273374, 2327, '1936-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273375, 2327, '1936-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273376, 2327, '1936-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273377, 2327, '1936-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273378, 2327, '1936-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273379, 2327, '1936-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273380, 2327, '1937-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273381, 2327, '1937-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273382, 2327, '1937-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273383, 2327, '1937-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273384, 2327, '1937-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273385, 2327, '1937-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273386, 2327, '1937-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273387, 2327, '1937-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273388, 2327, '1937-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273389, 2327, '1937-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273390, 2327, '1937-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273391, 2327, '1937-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273392, 2327, '1938-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273393, 2327, '1938-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273394, 2327, '1938-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273395, 2327, '1938-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273396, 2327, '1938-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273397, 2327, '1938-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273398, 2327, '1938-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273399, 2327, '1938-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273400, 2327, '1938-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273401, 2327, '1938-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273402, 2327, '1938-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273403, 2327, '1938-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273404, 2327, '1939-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273405, 2327, '1939-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273406, 2327, '1939-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273407, 2327, '1939-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273408, 2327, '1939-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273409, 2327, '1939-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273410, 2327, '1939-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273411, 2327, '1939-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273412, 2327, '1939-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273413, 2327, '1939-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273414, 2327, '1939-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273415, 2327, '1939-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273416, 2327, '1940-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273417, 2327, '1940-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273418, 2327, '1940-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273419, 2327, '1940-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273420, 2327, '1940-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273421, 2327, '1940-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273422, 2327, '1940-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273423, 2327, '1940-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273424, 2327, '1940-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273425, 2327, '1940-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273426, 2327, '1940-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273427, 2327, '1940-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273428, 2327, '1941-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273429, 2327, '1941-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273430, 2327, '1941-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273431, 2327, '1941-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273432, 2327, '1941-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273433, 2327, '1941-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273434, 2327, '1941-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273435, 2327, '1941-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273436, 2327, '1941-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273437, 2327, '1941-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273438, 2327, '1941-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273439, 2327, '1941-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273440, 2327, '1942-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273441, 2327, '1942-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273442, 2327, '1942-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273443, 2327, '1942-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273444, 2327, '1942-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273445, 2327, '1942-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273446, 2327, '1942-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273447, 2327, '1942-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273448, 2327, '1942-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273449, 2327, '1942-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273450, 2327, '1942-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273451, 2327, '1942-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273452, 2327, '1943-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273453, 2327, '1943-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273454, 2327, '1943-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273455, 2327, '1943-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273456, 2327, '1943-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273457, 2327, '1943-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273458, 2327, '1943-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273459, 2327, '1943-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273460, 2327, '1943-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273461, 2327, '1943-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273462, 2327, '1943-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273463, 2327, '1943-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273464, 2327, '1944-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273465, 2327, '1944-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273466, 2327, '1944-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273467, 2327, '1944-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273468, 2327, '1944-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273469, 2327, '1944-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273470, 2327, '1944-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273471, 2327, '1944-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273472, 2327, '1944-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273473, 2327, '1944-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273474, 2327, '1944-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273475, 2327, '1944-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273476, 2327, '1945-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273477, 2327, '1945-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273478, 2327, '1945-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273479, 2327, '1945-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273480, 2327, '1945-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273481, 2327, '1945-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273482, 2327, '1945-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273483, 2327, '1945-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273484, 2327, '1945-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273485, 2327, '1945-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273486, 2327, '1945-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273487, 2327, '1945-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273488, 2327, '1946-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273489, 2327, '1946-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273490, 2327, '1946-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273491, 2327, '1946-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273492, 2327, '1946-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273493, 2327, '1946-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273494, 2327, '1946-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273495, 2327, '1946-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273496, 2327, '1946-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273497, 2327, '1946-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273498, 2327, '1946-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273499, 2327, '1946-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273500, 2327, '1947-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273501, 2327, '1947-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273502, 2327, '1947-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273503, 2327, '1947-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273504, 2327, '1947-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273505, 2327, '1947-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273506, 2327, '1947-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273507, 2327, '1947-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273508, 2327, '1947-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273509, 2327, '1947-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273510, 2327, '1947-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273511, 2327, '1947-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273512, 2327, '1948-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273513, 2327, '1948-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273514, 2327, '1948-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273515, 2327, '1948-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273516, 2327, '1948-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273517, 2327, '1948-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273518, 2327, '1948-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273519, 2327, '1948-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273520, 2327, '1948-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273521, 2327, '1948-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273522, 2327, '1948-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273523, 2327, '1948-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273524, 2327, '1949-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273525, 2327, '1949-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273526, 2327, '1949-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273527, 2327, '1949-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273528, 2327, '1949-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273529, 2327, '1949-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273530, 2327, '1949-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273531, 2327, '1949-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273532, 2327, '1949-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273533, 2327, '1949-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273534, 2327, '1949-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273535, 2327, '1949-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273536, 2327, '1950-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273537, 2327, '1950-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273538, 2327, '1950-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273539, 2327, '1950-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273540, 2327, '1950-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273541, 2327, '1950-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273542, 2327, '1950-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273543, 2327, '1950-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273544, 2327, '1950-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273545, 2327, '1950-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273546, 2327, '1950-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273547, 2327, '1950-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273548, 2327, '1951-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273549, 2327, '1951-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273550, 2327, '1951-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273551, 2327, '1951-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273552, 2327, '1951-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273553, 2327, '1951-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273554, 2327, '1951-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273555, 2327, '1951-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273556, 2327, '1951-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273557, 2327, '1951-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273558, 2327, '1951-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273559, 2327, '1951-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273560, 2327, '1952-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273561, 2327, '1952-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273562, 2327, '1952-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273563, 2327, '1952-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273564, 2327, '1952-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273565, 2327, '1952-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273566, 2327, '1952-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273567, 2327, '1952-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273568, 2327, '1952-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:22', '2023-10-31 14:15:22'),
(273569, 2327, '1952-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273570, 2327, '1952-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273571, 2327, '1952-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273572, 2327, '1953-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273573, 2327, '1953-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273574, 2327, '1953-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273575, 2327, '1953-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273576, 2327, '1953-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273577, 2327, '1953-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273578, 2327, '1953-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273579, 2327, '1953-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273580, 2327, '1953-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273581, 2327, '1953-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273582, 2327, '1953-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273583, 2327, '1953-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273584, 2327, '1954-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273585, 2327, '1954-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273586, 2327, '1954-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273587, 2327, '1954-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273588, 2327, '1954-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273589, 2327, '1954-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273590, 2327, '1954-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273591, 2327, '1954-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273592, 2327, '1954-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273593, 2327, '1954-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273594, 2327, '1954-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(273595, 2327, '1954-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273596, 2327, '1955-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273597, 2327, '1955-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273598, 2327, '1955-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273599, 2327, '1955-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273600, 2327, '1955-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273601, 2327, '1955-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273602, 2327, '1955-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273603, 2327, '1955-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273604, 2327, '1955-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273605, 2327, '1955-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273606, 2327, '1955-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273607, 2327, '1955-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273608, 2327, '1956-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273609, 2327, '1956-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273610, 2327, '1956-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273611, 2327, '1956-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273612, 2327, '1956-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273613, 2327, '1956-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273614, 2327, '1956-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273615, 2327, '1956-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273616, 2327, '1956-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273617, 2327, '1956-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273618, 2327, '1956-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273619, 2327, '1956-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273620, 2327, '1957-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273621, 2327, '1957-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273622, 2327, '1957-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273623, 2327, '1957-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273624, 2327, '1957-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273625, 2327, '1957-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273626, 2327, '1957-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273627, 2327, '1957-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273628, 2327, '1957-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273629, 2327, '1957-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273630, 2327, '1957-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273631, 2327, '1957-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273632, 2327, '1958-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273633, 2327, '1958-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273634, 2327, '1958-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273635, 2327, '1958-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273636, 2327, '1958-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273637, 2327, '1958-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273638, 2327, '1958-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273639, 2327, '1958-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273640, 2327, '1958-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273641, 2327, '1958-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273642, 2327, '1958-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273643, 2327, '1958-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273644, 2327, '1959-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273645, 2327, '1959-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273646, 2327, '1959-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273647, 2327, '1959-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273648, 2327, '1959-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273649, 2327, '1959-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273650, 2327, '1959-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273651, 2327, '1959-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273652, 2327, '1959-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273653, 2327, '1959-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273654, 2327, '1959-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273655, 2327, '1959-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273656, 2327, '1960-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273657, 2327, '1960-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273658, 2327, '1960-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273659, 2327, '1960-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273660, 2327, '1960-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273661, 2327, '1960-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273662, 2327, '1960-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273663, 2327, '1960-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273664, 2327, '1960-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273665, 2327, '1960-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273666, 2327, '1960-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273667, 2327, '1960-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273668, 2327, '1961-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273669, 2327, '1961-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273670, 2327, '1961-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273671, 2327, '1961-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273672, 2327, '1961-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273673, 2327, '1961-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273674, 2327, '1961-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273675, 2327, '1961-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273676, 2327, '1961-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273677, 2327, '1961-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273678, 2327, '1961-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273679, 2327, '1961-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273680, 2327, '1962-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273681, 2327, '1962-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273682, 2327, '1962-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273683, 2327, '1962-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273684, 2327, '1962-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273685, 2327, '1962-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273686, 2327, '1962-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273687, 2327, '1962-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273688, 2327, '1962-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273689, 2327, '1962-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273690, 2327, '1962-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273691, 2327, '1962-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273692, 2327, '1963-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273693, 2327, '1963-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273694, 2327, '1963-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273695, 2327, '1963-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273696, 2327, '1963-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273697, 2327, '1963-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273698, 2327, '1963-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273699, 2327, '1963-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273700, 2327, '1963-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273701, 2327, '1963-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273702, 2327, '1963-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273703, 2327, '1963-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273704, 2327, '1964-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273705, 2327, '1964-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273706, 2327, '1964-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273707, 2327, '1964-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273708, 2327, '1964-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273709, 2327, '1964-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273710, 2327, '1964-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273711, 2327, '1964-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273712, 2327, '1964-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273713, 2327, '1964-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273714, 2327, '1964-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273715, 2327, '1964-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273716, 2327, '1965-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273717, 2327, '1965-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273718, 2327, '1965-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273719, 2327, '1965-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273720, 2327, '1965-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273721, 2327, '1965-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273722, 2327, '1965-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273723, 2327, '1965-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273724, 2327, '1965-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273725, 2327, '1965-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273726, 2327, '1965-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273727, 2327, '1965-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273728, 2327, '1966-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273729, 2327, '1966-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273730, 2327, '1966-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273731, 2327, '1966-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273732, 2327, '1966-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273733, 2327, '1966-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273734, 2327, '1966-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273735, 2327, '1966-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273736, 2327, '1966-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273737, 2327, '1966-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273738, 2327, '1966-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273739, 2327, '1966-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273740, 2327, '1967-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273741, 2327, '1967-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273742, 2327, '1967-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273743, 2327, '1967-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273744, 2327, '1967-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273745, 2327, '1967-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273746, 2327, '1967-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273747, 2327, '1967-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273748, 2327, '1967-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273749, 2327, '1967-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273750, 2327, '1967-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273751, 2327, '1967-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273752, 2327, '1968-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273753, 2327, '1968-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273754, 2327, '1968-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273755, 2327, '1968-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273756, 2327, '1968-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273757, 2327, '1968-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273758, 2327, '1968-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273759, 2327, '1968-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273760, 2327, '1968-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273761, 2327, '1968-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273762, 2327, '1968-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273763, 2327, '1968-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273764, 2327, '1969-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273765, 2327, '1969-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273766, 2327, '1969-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273767, 2327, '1969-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273768, 2327, '1969-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273769, 2327, '1969-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273770, 2327, '1969-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273771, 2327, '1969-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273772, 2327, '1969-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273773, 2327, '1969-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273774, 2327, '1969-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273775, 2327, '1969-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273776, 2327, '1970-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273777, 2327, '1970-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273778, 2327, '1970-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273779, 2327, '1970-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273780, 2327, '1970-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273781, 2327, '1970-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273782, 2327, '1970-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273783, 2327, '1970-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273784, 2327, '1970-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273785, 2327, '1970-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273786, 2327, '1970-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273787, 2327, '1970-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273788, 2327, '1971-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273789, 2327, '1971-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273790, 2327, '1971-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273791, 2327, '1971-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273792, 2327, '1971-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273793, 2327, '1971-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273794, 2327, '1971-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273795, 2327, '1971-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273796, 2327, '1971-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273797, 2327, '1971-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273798, 2327, '1971-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273799, 2327, '1971-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273800, 2327, '1972-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273801, 2327, '1972-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273802, 2327, '1972-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273803, 2327, '1972-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273804, 2327, '1972-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273805, 2327, '1972-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273806, 2327, '1972-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273807, 2327, '1972-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273808, 2327, '1972-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273809, 2327, '1972-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273810, 2327, '1972-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273811, 2327, '1972-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273812, 2327, '1973-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273813, 2327, '1973-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273814, 2327, '1973-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273815, 2327, '1973-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273816, 2327, '1973-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273817, 2327, '1973-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273818, 2327, '1973-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273819, 2327, '1973-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273820, 2327, '1973-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273821, 2327, '1973-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273822, 2327, '1973-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273823, 2327, '1973-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273824, 2327, '1974-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273825, 2327, '1974-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273826, 2327, '1974-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273827, 2327, '1974-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273828, 2327, '1974-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273829, 2327, '1974-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273830, 2327, '1974-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273831, 2327, '1974-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273832, 2327, '1974-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273833, 2327, '1974-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273834, 2327, '1974-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273835, 2327, '1974-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273836, 2327, '1975-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273837, 2327, '1975-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273838, 2327, '1975-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273839, 2327, '1975-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273840, 2327, '1975-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273841, 2327, '1975-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273842, 2327, '1975-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273843, 2327, '1975-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273844, 2327, '1975-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273845, 2327, '1975-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273846, 2327, '1975-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273847, 2327, '1975-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273848, 2327, '1976-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273849, 2327, '1976-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273850, 2327, '1976-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273851, 2327, '1976-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273852, 2327, '1976-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273853, 2327, '1976-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273854, 2327, '1976-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273855, 2327, '1976-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273856, 2327, '1976-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273857, 2327, '1976-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273858, 2327, '1976-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273859, 2327, '1976-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273860, 2327, '1977-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273861, 2327, '1977-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273862, 2327, '1977-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273863, 2327, '1977-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273864, 2327, '1977-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273865, 2327, '1977-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273866, 2327, '1977-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273867, 2327, '1977-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273868, 2327, '1977-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273869, 2327, '1977-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273870, 2327, '1977-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273871, 2327, '1977-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273872, 2327, '1978-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273873, 2327, '1978-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273874, 2327, '1978-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273875, 2327, '1978-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273876, 2327, '1978-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273877, 2327, '1978-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273878, 2327, '1978-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273879, 2327, '1978-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273880, 2327, '1978-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273881, 2327, '1978-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273882, 2327, '1978-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273883, 2327, '1978-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273884, 2327, '1979-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273885, 2327, '1979-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273886, 2327, '1979-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273887, 2327, '1979-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273888, 2327, '1979-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273889, 2327, '1979-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273890, 2327, '1979-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273891, 2327, '1979-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273892, 2327, '1979-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273893, 2327, '1979-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273894, 2327, '1979-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273895, 2327, '1979-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273896, 2327, '1980-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273897, 2327, '1980-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273898, 2327, '1980-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273899, 2327, '1980-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273900, 2327, '1980-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273901, 2327, '1980-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273902, 2327, '1980-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273903, 2327, '1980-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273904, 2327, '1980-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273905, 2327, '1980-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273906, 2327, '1980-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273907, 2327, '1980-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273908, 2327, '1981-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273909, 2327, '1981-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273910, 2327, '1981-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273911, 2327, '1981-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273912, 2327, '1981-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273913, 2327, '1981-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273914, 2327, '1981-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273915, 2327, '1981-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273916, 2327, '1981-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273917, 2327, '1981-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273918, 2327, '1981-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273919, 2327, '1981-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273920, 2327, '1982-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273921, 2327, '1982-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273922, 2327, '1982-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273923, 2327, '1982-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273924, 2327, '1982-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273925, 2327, '1982-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273926, 2327, '1982-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273927, 2327, '1982-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273928, 2327, '1982-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273929, 2327, '1982-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273930, 2327, '1982-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273931, 2327, '1982-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273932, 2327, '1983-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273933, 2327, '1983-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273934, 2327, '1983-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273935, 2327, '1983-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273936, 2327, '1983-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273937, 2327, '1983-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273938, 2327, '1983-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273939, 2327, '1983-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273940, 2327, '1983-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273941, 2327, '1983-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273942, 2327, '1983-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273943, 2327, '1983-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273944, 2327, '1984-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:23', '2023-10-31 14:15:23'),
(273945, 2327, '1984-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:24', '2023-10-31 14:15:24'),
(273946, 2327, '1984-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:24', '2023-10-31 14:15:24'),
(273947, 2327, '1984-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:24', '2023-10-31 14:15:24'),
(273948, 2327, '1984-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:24', '2023-10-31 14:15:24'),
(273949, 2327, '1984-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:24', '2023-10-31 14:15:24'),
(273950, 2327, '1984-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:24', '2023-10-31 14:15:24'),
(273951, 2327, '1984-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:24', '2023-10-31 14:15:24'),
(273952, 2327, '1984-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:24', '2023-10-31 14:15:24'),
(273953, 2327, '1984-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:24', '2023-10-31 14:15:24'),
(273954, 2327, '1984-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:24', '2023-10-31 14:15:24'),
(273955, 2327, '1984-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:24', '2023-10-31 14:15:24'),
(273956, 2327, '1985-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:24', '2023-10-31 14:15:24'),
(273957, 2327, '1985-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:24', '2023-10-31 14:15:24'),
(273958, 2327, '1985-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:24', '2023-10-31 14:15:24'),
(273959, 2327, '1985-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:24', '2023-10-31 14:15:24'),
(273960, 2327, '1985-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:24', '2023-10-31 14:15:24'),
(273961, 2327, '1985-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:24', '2023-10-31 14:15:24'),
(273962, 2327, '1985-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:24', '2023-10-31 14:15:24'),
(273963, 2327, '1985-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:24', '2023-10-31 14:15:24'),
(273964, 2327, '1985-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:24', '2023-10-31 14:15:24'),
(273965, 2327, '1985-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:24', '2023-10-31 14:15:24'),
(273966, 2327, '1985-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:24', '2023-10-31 14:15:24'),
(273967, 2327, '1985-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:24', '2023-10-31 14:15:24'),
(273968, 2327, '1986-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:24', '2023-10-31 14:15:24'),
(273969, 2327, '1986-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:24', '2023-10-31 14:15:24'),
(273970, 2327, '1986-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:24', '2023-10-31 14:15:24'),
(273971, 2327, '1986-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:24', '2023-10-31 14:15:24'),
(273972, 2327, '1986-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:24', '2023-10-31 14:15:24'),
(273973, 2327, '1986-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:24', '2023-10-31 14:15:24'),
(273974, 2327, '1986-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:24', '2023-10-31 14:15:24'),
(273975, 2327, '1986-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:24', '2023-10-31 14:15:24'),
(273976, 2327, '1986-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:24', '2023-10-31 14:15:24'),
(273977, 2327, '1986-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:24', '2023-10-31 14:15:24'),
(273978, 2327, '1986-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:24', '2023-10-31 14:15:24'),
(273979, 2327, '1986-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:24', '2023-10-31 14:15:24'),
(273980, 2327, '1987-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:24', '2023-10-31 14:15:24'),
(273981, 2327, '1987-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:24', '2023-10-31 14:15:24'),
(273982, 2327, '1987-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:24', '2023-10-31 14:15:24'),
(273983, 2327, '1987-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:24', '2023-10-31 14:15:24'),
(273984, 2327, '1987-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:24', '2023-10-31 14:15:24'),
(273985, 2327, '1987-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:24', '2023-10-31 14:15:24'),
(273986, 2327, '1987-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:24', '2023-10-31 14:15:24'),
(273987, 2327, '1987-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:24', '2023-10-31 14:15:24'),
(273988, 2327, '1987-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:24', '2023-10-31 14:15:24'),
(273989, 2327, '1987-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:24', '2023-10-31 14:15:24'),
(273990, 2327, '1987-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:24', '2023-10-31 14:15:24'),
(273991, 2327, '1987-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:24', '2023-10-31 14:15:24'),
(273992, 2327, '1988-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:24', '2023-10-31 14:15:24'),
(273993, 2327, '1988-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:24', '2023-10-31 14:15:24'),
(273994, 2327, '1988-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:24', '2023-10-31 14:15:24'),
(273995, 2327, '1988-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:24', '2023-10-31 14:15:24'),
(273996, 2327, '1988-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:24', '2023-10-31 14:15:24'),
(273997, 2327, '1988-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:24', '2023-10-31 14:15:24'),
(273998, 2327, '1988-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:24', '2023-10-31 14:15:24'),
(273999, 2327, '1988-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:24', '2023-10-31 14:15:24'),
(274000, 2327, '1988-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:24', '2023-10-31 14:15:24'),
(274001, 2327, '1988-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:24', '2023-10-31 14:15:24'),
(274002, 2327, '1988-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:24', '2023-10-31 14:15:24'),
(274003, 2327, '1988-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:24', '2023-10-31 14:15:24'),
(274004, 2327, '1989-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:24', '2023-10-31 14:15:24'),
(274005, 2327, '1989-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:24', '2023-10-31 14:15:24'),
(274006, 2327, '1989-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:24', '2023-10-31 14:15:24'),
(274007, 2327, '1989-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:24', '2023-10-31 14:15:24'),
(274008, 2327, '1989-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:24', '2023-10-31 14:15:24'),
(274009, 2327, '1989-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:24', '2023-10-31 14:15:24'),
(274010, 2327, '1989-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:24', '2023-10-31 14:15:24'),
(274011, 2327, '1989-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:24', '2023-10-31 14:15:24'),
(274012, 2327, '1989-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:24', '2023-10-31 14:15:24'),
(274013, 2327, '1989-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:24', '2023-10-31 14:15:24'),
(274014, 2327, '1989-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:24', '2023-10-31 14:15:24'),
(274015, 2327, '1989-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:24', '2023-10-31 14:15:24'),
(274016, 2327, '1990-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:24', '2023-10-31 14:15:24'),
(274017, 2327, '1990-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:24', '2023-10-31 14:15:24'),
(274018, 2327, '1990-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:24', '2023-10-31 14:15:24'),
(274019, 2327, '1990-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:24', '2023-10-31 14:15:24'),
(274020, 2327, '1990-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:24', '2023-10-31 14:15:24'),
(274021, 2327, '1990-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:24', '2023-10-31 14:15:24'),
(274022, 2327, '1990-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:24', '2023-10-31 14:15:24'),
(274023, 2327, '1990-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:24', '2023-10-31 14:15:24'),
(274024, 2327, '1990-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:24', '2023-10-31 14:15:24'),
(274025, 2327, '1990-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:24', '2023-10-31 14:15:24'),
(274026, 2327, '1990-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:24', '2023-10-31 14:15:24'),
(274027, 2327, '1990-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:24', '2023-10-31 14:15:24'),
(274028, 2327, '1991-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:24', '2023-10-31 14:15:24'),
(274029, 2327, '1991-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:24', '2023-10-31 14:15:24'),
(274030, 2327, '1991-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:24', '2023-10-31 14:15:24'),
(274031, 2327, '1991-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:24', '2023-10-31 14:15:24'),
(274032, 2327, '1991-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:24', '2023-10-31 14:15:24'),
(274033, 2327, '1991-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:24', '2023-10-31 14:15:24'),
(274034, 2327, '1991-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:24', '2023-10-31 14:15:24'),
(274035, 2327, '1991-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:24', '2023-10-31 14:15:24'),
(274036, 2327, '1991-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:24', '2023-10-31 14:15:24'),
(274037, 2327, '1991-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:24', '2023-10-31 14:15:24'),
(274038, 2327, '1991-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:24', '2023-10-31 14:15:24'),
(274039, 2327, '1991-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:24', '2023-10-31 14:15:24'),
(274040, 2327, '1992-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:24', '2023-10-31 14:15:24'),
(274041, 2327, '1992-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:24', '2023-10-31 14:15:24'),
(274042, 2327, '1992-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:24', '2023-10-31 14:15:24'),
(274043, 2327, '1992-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:24', '2023-10-31 14:15:24'),
(274044, 2327, '1992-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:24', '2023-10-31 14:15:24'),
(274045, 2327, '1992-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:24', '2023-10-31 14:15:24'),
(274046, 2327, '1992-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:24', '2023-10-31 14:15:24'),
(274047, 2327, '1992-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:24', '2023-10-31 14:15:24'),
(274048, 2327, '1992-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:24', '2023-10-31 14:15:24'),
(274049, 2327, '1992-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:24', '2023-10-31 14:15:24'),
(274050, 2327, '1992-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:24', '2023-10-31 14:15:24'),
(274051, 2327, '1992-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:24', '2023-10-31 14:15:24'),
(274052, 2327, '1993-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:24', '2023-10-31 14:15:24'),
(274053, 2327, '1993-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:24', '2023-10-31 14:15:24'),
(274054, 2327, '1993-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:24', '2023-10-31 14:15:24'),
(274055, 2327, '1993-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:24', '2023-10-31 14:15:24'),
(274056, 2327, '1993-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:24', '2023-10-31 14:15:24'),
(274057, 2327, '1993-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:24', '2023-10-31 14:15:24'),
(274058, 2327, '1993-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:24', '2023-10-31 14:15:24'),
(274059, 2327, '1993-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:24', '2023-10-31 14:15:24');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(274060, 2327, '1993-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:24', '2023-10-31 14:15:24'),
(274061, 2327, '1993-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:24', '2023-10-31 14:15:24'),
(274062, 2327, '1993-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:24', '2023-10-31 14:15:24'),
(274063, 2327, '1993-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:24', '2023-10-31 14:15:24'),
(274064, 2327, '1994-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:24', '2023-10-31 14:15:24'),
(274065, 2327, '1994-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:24', '2023-10-31 14:15:24'),
(274066, 2327, '1994-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:24', '2023-10-31 14:15:24'),
(274067, 2327, '1994-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:24', '2023-10-31 14:15:24'),
(274068, 2327, '1994-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:24', '2023-10-31 14:15:24'),
(274069, 2327, '1994-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:24', '2023-10-31 14:15:24'),
(274070, 2327, '1994-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:24', '2023-10-31 14:15:24'),
(274071, 2327, '1994-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:24', '2023-10-31 14:15:24'),
(274072, 2327, '1994-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:24', '2023-10-31 14:15:24'),
(274073, 2327, '1994-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:24', '2023-10-31 14:15:24'),
(274074, 2327, '1994-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:24', '2023-10-31 14:15:24'),
(274075, 2327, '1994-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:24', '2023-10-31 14:15:24'),
(274076, 2327, '1995-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:24', '2023-10-31 14:15:24'),
(274077, 2327, '1995-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:24', '2023-10-31 14:15:24'),
(274078, 2327, '1995-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:24', '2023-10-31 14:15:24'),
(274079, 2327, '1995-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:24', '2023-10-31 14:15:24'),
(274080, 2327, '1995-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:24', '2023-10-31 14:15:24'),
(274081, 2327, '1995-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:24', '2023-10-31 14:15:24'),
(274082, 2327, '1995-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:24', '2023-10-31 14:15:24'),
(274083, 2327, '1995-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:24', '2023-10-31 14:15:24'),
(274084, 2327, '1995-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:24', '2023-10-31 14:15:24'),
(274085, 2327, '1995-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:24', '2023-10-31 14:15:24'),
(274086, 2327, '1995-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:24', '2023-10-31 14:15:24'),
(274087, 2327, '1995-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:24', '2023-10-31 14:15:24'),
(274088, 2327, '1996-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:24', '2023-10-31 14:15:24'),
(274089, 2327, '1996-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:24', '2023-10-31 14:15:24'),
(274090, 2327, '1996-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:24', '2023-10-31 14:15:24'),
(274091, 2327, '1996-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:24', '2023-10-31 14:15:24'),
(274092, 2327, '1996-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:24', '2023-10-31 14:15:24'),
(274093, 2327, '1996-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:24', '2023-10-31 14:15:24'),
(274094, 2327, '1996-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:24', '2023-10-31 14:15:24'),
(274095, 2327, '1996-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:24', '2023-10-31 14:15:24'),
(274096, 2327, '1996-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:24', '2023-10-31 14:15:24'),
(274097, 2327, '1996-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:24', '2023-10-31 14:15:24'),
(274098, 2327, '1996-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:24', '2023-10-31 14:15:24'),
(274099, 2327, '1996-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:24', '2023-10-31 14:15:24'),
(274100, 2327, '1997-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:24', '2023-10-31 14:15:24'),
(274101, 2327, '1997-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:24', '2023-10-31 14:15:24'),
(274102, 2327, '1997-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:24', '2023-10-31 14:15:24'),
(274103, 2327, '1997-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:24', '2023-10-31 14:15:24'),
(274104, 2327, '1997-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:24', '2023-10-31 14:15:24'),
(274105, 2327, '1997-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:24', '2023-10-31 14:15:24'),
(274106, 2327, '1997-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:24', '2023-10-31 14:15:24'),
(274107, 2327, '1997-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:24', '2023-10-31 14:15:24'),
(274108, 2327, '1997-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:24', '2023-10-31 14:15:24'),
(274109, 2327, '1997-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:24', '2023-10-31 14:15:24'),
(274110, 2327, '1997-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:24', '2023-10-31 14:15:24'),
(274111, 2327, '1997-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:24', '2023-10-31 14:15:24'),
(274112, 2327, '1998-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:24', '2023-10-31 14:15:24'),
(274113, 2327, '1998-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:24', '2023-10-31 14:15:24'),
(274114, 2327, '1998-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:24', '2023-10-31 14:15:24'),
(274115, 2327, '1998-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:24', '2023-10-31 14:15:24'),
(274116, 2327, '1998-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:24', '2023-10-31 14:15:24'),
(274117, 2327, '1998-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:24', '2023-10-31 14:15:24'),
(274118, 2327, '1998-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:24', '2023-10-31 14:15:24'),
(274119, 2327, '1998-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:24', '2023-10-31 14:15:24'),
(274120, 2327, '1998-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:24', '2023-10-31 14:15:24'),
(274121, 2327, '1998-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:24', '2023-10-31 14:15:24'),
(274122, 2327, '1998-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:24', '2023-10-31 14:15:24'),
(274123, 2327, '1998-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:24', '2023-10-31 14:15:24'),
(274124, 2327, '1999-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:24', '2023-10-31 14:15:24'),
(274125, 2327, '1999-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:24', '2023-10-31 14:15:24'),
(274126, 2327, '1999-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:24', '2023-10-31 14:15:24'),
(274127, 2327, '1999-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:24', '2023-10-31 14:15:24'),
(274128, 2327, '1999-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:24', '2023-10-31 14:15:24'),
(274129, 2327, '1999-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:24', '2023-10-31 14:15:24'),
(274130, 2327, '1999-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:24', '2023-10-31 14:15:24'),
(274131, 2327, '1999-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:24', '2023-10-31 14:15:24'),
(274132, 2327, '1999-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:24', '2023-10-31 14:15:24'),
(274133, 2327, '1999-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:24', '2023-10-31 14:15:24'),
(274134, 2327, '1999-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:24', '2023-10-31 14:15:24'),
(274135, 2327, '1999-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:24', '2023-10-31 14:15:24'),
(274136, 2327, '2000-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:24', '2023-10-31 14:15:24'),
(274137, 2327, '2000-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:24', '2023-10-31 14:15:24'),
(274138, 2327, '2000-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:24', '2023-10-31 14:15:24'),
(274139, 2327, '2000-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:24', '2023-10-31 14:15:24'),
(274140, 2327, '2000-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:24', '2023-10-31 14:15:24'),
(274141, 2327, '2000-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:24', '2023-10-31 14:15:24'),
(274142, 2327, '2000-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:24', '2023-10-31 14:15:24'),
(274143, 2327, '2000-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:24', '2023-10-31 14:15:24'),
(274144, 2327, '2000-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:24', '2023-10-31 14:15:24'),
(274145, 2327, '2000-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:24', '2023-10-31 14:15:24'),
(274146, 2327, '2000-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:24', '2023-10-31 14:15:24'),
(274147, 2327, '2000-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:24', '2023-10-31 14:15:24'),
(274148, 2327, '2001-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:24', '2023-10-31 14:15:24'),
(274149, 2327, '2001-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:24', '2023-10-31 14:15:24'),
(274150, 2327, '2001-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:24', '2023-10-31 14:15:24'),
(274151, 2327, '2001-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:24', '2023-10-31 14:15:24'),
(274152, 2327, '2001-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:24', '2023-10-31 14:15:24'),
(274153, 2327, '2001-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:24', '2023-10-31 14:15:24'),
(274154, 2327, '2001-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:24', '2023-10-31 14:15:24'),
(274155, 2327, '2001-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:24', '2023-10-31 14:15:24'),
(274156, 2327, '2001-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:24', '2023-10-31 14:15:24'),
(274157, 2327, '2001-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:24', '2023-10-31 14:15:24'),
(274158, 2327, '2001-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:24', '2023-10-31 14:15:24'),
(274159, 2327, '2001-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:24', '2023-10-31 14:15:24'),
(274160, 2327, '2002-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:24', '2023-10-31 14:15:24'),
(274161, 2327, '2002-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:24', '2023-10-31 14:15:24'),
(274162, 2327, '2002-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:24', '2023-10-31 14:15:24'),
(274163, 2327, '2002-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:24', '2023-10-31 14:15:24'),
(274164, 2327, '2002-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:24', '2023-10-31 14:15:24'),
(274165, 2327, '2002-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:24', '2023-10-31 14:15:24'),
(274166, 2327, '2002-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274167, 2327, '2002-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274168, 2327, '2002-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274169, 2327, '2002-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274170, 2327, '2002-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274171, 2327, '2002-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274172, 2327, '2003-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274173, 2327, '2003-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274174, 2327, '2003-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274175, 2327, '2003-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274176, 2327, '2003-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274177, 2327, '2003-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274178, 2327, '2003-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274179, 2327, '2003-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274180, 2327, '2003-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274181, 2327, '2003-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274182, 2327, '2003-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274183, 2327, '2003-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274184, 2327, '2004-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274185, 2327, '2004-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274186, 2327, '2004-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274187, 2327, '2004-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274188, 2327, '2004-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274189, 2327, '2004-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274190, 2327, '2004-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274191, 2327, '2004-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274192, 2327, '2004-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274193, 2327, '2004-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274194, 2327, '2004-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274195, 2327, '2004-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274196, 2327, '2005-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274197, 2327, '2005-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274198, 2327, '2005-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274199, 2327, '2005-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274200, 2327, '2005-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274201, 2327, '2005-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274202, 2327, '2005-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274203, 2327, '2005-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274204, 2327, '2005-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274205, 2327, '2005-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274206, 2327, '2005-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274207, 2327, '2005-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274208, 2327, '2006-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274209, 2327, '2006-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274210, 2327, '2006-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274211, 2327, '2006-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274212, 2327, '2006-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274213, 2327, '2006-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274214, 2327, '2006-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274215, 2327, '2006-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274216, 2327, '2006-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274217, 2327, '2006-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274218, 2327, '2006-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274219, 2327, '2006-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274220, 2327, '2007-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274221, 2327, '2007-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274222, 2327, '2007-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274223, 2327, '2007-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274224, 2327, '2007-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274225, 2327, '2007-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274226, 2327, '2007-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274227, 2327, '2007-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274228, 2327, '2007-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274229, 2327, '2007-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274230, 2327, '2007-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274231, 2327, '2007-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274232, 2327, '2008-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274233, 2327, '2008-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274234, 2327, '2008-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274235, 2327, '2008-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274236, 2327, '2008-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274237, 2327, '2008-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274238, 2327, '2008-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274239, 2327, '2008-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274240, 2327, '2008-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274241, 2327, '2008-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274242, 2327, '2008-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274243, 2327, '2008-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274244, 2327, '2009-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274245, 2327, '2009-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274246, 2327, '2009-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274247, 2327, '2009-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274248, 2327, '2009-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274249, 2327, '2009-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274250, 2327, '2009-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274251, 2327, '2009-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274252, 2327, '2009-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274253, 2327, '2009-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274254, 2327, '2009-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274255, 2327, '2009-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274256, 2327, '2010-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274257, 2327, '2010-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274258, 2327, '2010-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274259, 2327, '2010-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274260, 2327, '2010-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274261, 2327, '2010-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274262, 2327, '2010-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274263, 2327, '2010-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274264, 2327, '2010-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274265, 2327, '2010-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274266, 2327, '2010-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274267, 2327, '2010-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274268, 2327, '2011-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274269, 2327, '2011-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274270, 2327, '2011-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274271, 2327, '2011-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274272, 2327, '2011-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274273, 2327, '2011-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274274, 2327, '2011-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274275, 2327, '2011-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274276, 2327, '2011-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274277, 2327, '2011-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274278, 2327, '2011-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274279, 2327, '2011-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274280, 2327, '2012-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274281, 2327, '2012-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274282, 2327, '2012-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274283, 2327, '2012-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274284, 2327, '2012-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274285, 2327, '2012-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274286, 2327, '2012-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274287, 2327, '2012-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274288, 2327, '2012-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274289, 2327, '2012-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274290, 2327, '2012-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274291, 2327, '2012-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274292, 2327, '2013-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274293, 2327, '2013-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274294, 2327, '2013-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274295, 2327, '2013-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274296, 2327, '2013-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274297, 2327, '2013-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274298, 2327, '2013-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274299, 2327, '2013-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274300, 2327, '2013-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274301, 2327, '2013-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274302, 2327, '2013-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274303, 2327, '2013-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274304, 2327, '2014-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274305, 2327, '2014-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274306, 2327, '2014-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274307, 2327, '2014-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274308, 2327, '2014-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274309, 2327, '2014-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274310, 2327, '2014-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274311, 2327, '2014-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274312, 2327, '2014-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274313, 2327, '2014-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274314, 2327, '2014-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274315, 2327, '2014-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274316, 2327, '2015-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274317, 2327, '2015-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274318, 2327, '2015-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274319, 2327, '2015-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274320, 2327, '2015-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274321, 2327, '2015-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274322, 2327, '2015-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274323, 2327, '2015-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274324, 2327, '2015-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274325, 2327, '2015-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274326, 2327, '2015-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274327, 2327, '2015-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274328, 2327, '2016-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274329, 2327, '2016-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274330, 2327, '2016-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274331, 2327, '2016-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274332, 2327, '2016-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274333, 2327, '2016-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274334, 2327, '2016-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274335, 2327, '2016-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274336, 2327, '2016-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274337, 2327, '2016-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274338, 2327, '2016-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274339, 2327, '2016-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274340, 2327, '2017-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274341, 2327, '2017-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274342, 2327, '2017-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274343, 2327, '2017-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274344, 2327, '2017-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274345, 2327, '2017-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274346, 2327, '2017-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274347, 2327, '2017-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274348, 2327, '2017-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274349, 2327, '2017-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274350, 2327, '2017-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274351, 2327, '2017-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274352, 2327, '2018-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274353, 2327, '2018-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274354, 2327, '2018-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274355, 2327, '2018-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274356, 2327, '2018-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274357, 2327, '2018-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274358, 2327, '2018-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274359, 2327, '2018-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274360, 2327, '2018-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274361, 2327, '2018-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274362, 2327, '2018-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274363, 2327, '2018-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274364, 2327, '2019-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274365, 2327, '2019-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274366, 2327, '2019-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274367, 2327, '2019-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274368, 2327, '2019-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274369, 2327, '2019-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274370, 2327, '2019-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274371, 2327, '2019-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274372, 2327, '2019-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274373, 2327, '2019-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274374, 2327, '2019-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274375, 2327, '2019-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274376, 2327, '2020-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274377, 2327, '2020-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274378, 2327, '2020-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274379, 2327, '2020-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274380, 2327, '2020-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274381, 2327, '2020-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274382, 2327, '2020-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274383, 2327, '2020-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274384, 2327, '2020-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274385, 2327, '2020-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274386, 2327, '2020-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274387, 2327, '2020-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274388, 2327, '2021-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274389, 2327, '2021-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274390, 2327, '2021-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274391, 2327, '2021-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274392, 2327, '2021-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274393, 2327, '2021-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274394, 2327, '2021-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274395, 2327, '2021-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274396, 2327, '2021-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274397, 2327, '2021-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274398, 2327, '2021-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274399, 2327, '2021-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274400, 2327, '2022-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274401, 2327, '2022-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274402, 2327, '2022-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274403, 2327, '2022-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274404, 2327, '2022-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274405, 2327, '2022-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274406, 2327, '2022-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274407, 2327, '2022-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274408, 2327, '2022-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274409, 2327, '2022-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274410, 2327, '2022-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274411, 2327, '2022-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274412, 2327, '2023-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274413, 2327, '2023-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274414, 2327, '2023-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274415, 2327, '2023-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274416, 2327, '2023-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274417, 2327, '2023-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274418, 2327, '2023-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274419, 2327, '2023-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274420, 2327, '2023-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274421, 2327, '2023-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274422, 2327, '2023-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:15:25', '2023-10-31 14:15:25'),
(274423, 2328, '2023-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:18:57', '2023-10-31 14:18:57'),
(274424, 2329, '2023-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:22:35', '2023-10-31 14:22:35'),
(274425, 2329, '2023-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:22:35', '2023-10-31 14:22:35'),
(274426, 2329, '2023-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:22:35', '2023-10-31 14:22:35'),
(274427, 2329, '2023-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:22:35', '2023-10-31 14:22:35'),
(274428, 2329, '2023-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:22:35', '2023-10-31 14:22:35'),
(274429, 2329, '2023-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:22:35', '2023-10-31 14:22:35'),
(274430, 2329, '2023-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:22:35', '2023-10-31 14:22:35'),
(274431, 2329, '2023-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:22:35', '2023-10-31 14:22:35'),
(274432, 2329, '2023-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:22:35', '2023-10-31 14:22:35'),
(274433, 2329, '2023-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 14:22:35', '2023-10-31 14:22:35'),
(274434, 2330, '2023-11-01 00:00:00', NULL, '2023-11-01 00:00:00', '', '0', 0, '2023-10-31 14:24:16', '2023-10-31 14:24:16'),
(274435, 2331, '2023-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 15:31:18', '2023-10-31 15:31:18'),
(274445, 2332, '2023-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 15:33:23', '2023-10-31 15:33:23'),
(274446, 2332, '2023-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 15:33:23', '2023-10-31 15:33:23'),
(274447, 2332, '2023-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 15:33:23', '2023-10-31 15:33:23'),
(274448, 2332, '2023-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 15:33:23', '2023-10-31 15:33:23'),
(274449, 2332, '2023-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 15:33:23', '2023-10-31 15:33:23'),
(274450, 2332, '2023-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 15:33:23', '2023-10-31 15:33:23'),
(274451, 2332, '2023-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 15:33:23', '2023-10-31 15:33:23'),
(274452, 2332, '2023-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 15:33:23', '2023-10-31 15:33:23'),
(274453, 2332, '2023-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 15:33:23', '2023-10-31 15:33:23'),
(274454, 2333, '2023-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 15:35:24', '2023-10-31 15:35:24'),
(274455, 2333, '2023-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 15:35:24', '2023-10-31 15:35:24'),
(274456, 2333, '2023-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 15:35:24', '2023-10-31 15:35:24'),
(274457, 2333, '2023-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 15:35:24', '2023-10-31 15:35:24'),
(274458, 2333, '2023-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 15:35:24', '2023-10-31 15:35:24'),
(274459, 2333, '2023-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 15:35:24', '2023-10-31 15:35:24'),
(274460, 2333, '2023-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 15:35:24', '2023-10-31 15:35:24'),
(274461, 2333, '2023-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 15:35:24', '2023-10-31 15:35:24'),
(274462, 2333, '2023-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 15:35:24', '2023-10-31 15:35:24'),
(274463, 2333, '2023-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 15:35:24', '2023-10-31 15:35:24'),
(274464, 2333, '2023-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 15:35:24', '2023-10-31 15:35:24'),
(274465, 2334, '2023-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 15:58:47', '2023-10-31 15:58:47'),
(274466, 2334, '2023-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 15:58:47', '2023-10-31 15:58:47'),
(274467, 2334, '2023-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 15:58:47', '2023-10-31 15:58:47'),
(274468, 2334, '2023-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 15:58:47', '2023-10-31 15:58:47'),
(274469, 2334, '2023-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 15:58:47', '2023-10-31 15:58:47'),
(274470, 2334, '2023-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 15:58:47', '2023-10-31 15:58:47'),
(274471, 2334, '2023-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 15:58:47', '2023-10-31 15:58:47'),
(274472, 2334, '2023-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 15:58:47', '2023-10-31 15:58:47'),
(274473, 2334, '2023-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 15:58:47', '2023-10-31 15:58:47'),
(274474, 2335, '2023-02-01 00:00:00', '0', NULL, '', '0', 1, '2023-10-31 16:00:59', '2024-02-04 17:47:53'),
(274484, 2336, '2022-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:02:33', '2023-10-31 16:02:33'),
(274485, 2336, '2022-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:02:33', '2023-10-31 16:02:33'),
(274486, 2336, '2022-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:02:33', '2023-10-31 16:02:33'),
(274487, 2336, '2022-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:02:33', '2023-10-31 16:02:33'),
(274488, 2336, '2022-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:02:33', '2023-10-31 16:02:33'),
(274489, 2336, '2022-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:02:33', '2023-10-31 16:02:33'),
(274490, 2336, '2022-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:02:33', '2023-10-31 16:02:33'),
(274491, 2336, '2022-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:02:33', '2023-10-31 16:02:33'),
(274492, 2336, '2022-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:02:33', '2023-10-31 16:02:33'),
(274493, 2336, '2022-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:02:33', '2023-10-31 16:02:33'),
(274494, 2336, '2023-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:02:33', '2023-10-31 16:02:33'),
(274495, 2336, '2023-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:02:33', '2023-10-31 16:02:33'),
(274496, 2336, '2023-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:02:33', '2023-10-31 16:02:33'),
(274497, 2336, '2023-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:02:33', '2023-10-31 16:02:33'),
(274498, 2336, '2023-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:02:33', '2023-10-31 16:02:33'),
(274499, 2336, '2023-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:02:33', '2023-10-31 16:02:33'),
(274500, 2336, '2023-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:02:33', '2023-10-31 16:02:33'),
(274501, 2336, '2023-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:02:33', '2023-10-31 16:02:33'),
(274502, 2336, '2023-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:02:33', '2023-10-31 16:02:33'),
(274503, 2336, '2023-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:02:33', '2023-10-31 16:02:33'),
(274504, 2336, '2023-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:02:33', '2023-10-31 16:02:33'),
(274505, 2337, '2022-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:04:14', '2023-10-31 16:04:14'),
(274506, 2337, '2022-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:04:14', '2023-10-31 16:04:14'),
(274507, 2337, '2022-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:04:15', '2023-10-31 16:04:15'),
(274508, 2337, '2022-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:04:15', '2023-10-31 16:04:15'),
(274509, 2337, '2022-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:04:15', '2023-10-31 16:04:15'),
(274510, 2337, '2022-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:04:15', '2023-10-31 16:04:15'),
(274511, 2337, '2022-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:04:15', '2023-10-31 16:04:15'),
(274512, 2337, '2022-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:04:15', '2023-10-31 16:04:15'),
(274513, 2337, '2022-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:04:15', '2023-10-31 16:04:15'),
(274514, 2337, '2022-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:04:15', '2023-10-31 16:04:15'),
(274515, 2337, '2022-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:04:15', '2023-10-31 16:04:15'),
(274516, 2337, '2023-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:04:15', '2023-10-31 16:04:15'),
(274517, 2337, '2023-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:04:15', '2023-10-31 16:04:15'),
(274518, 2337, '2023-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:04:15', '2023-10-31 16:04:15'),
(274519, 2337, '2023-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:04:15', '2023-10-31 16:04:15'),
(274520, 2337, '2023-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:04:15', '2023-10-31 16:04:15'),
(274521, 2337, '2023-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:04:15', '2023-10-31 16:04:15'),
(274522, 2337, '2023-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:04:15', '2023-10-31 16:04:15'),
(274523, 2337, '2023-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:04:15', '2023-10-31 16:04:15'),
(274524, 2337, '2023-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:04:15', '2023-10-31 16:04:15'),
(274525, 2337, '2023-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:04:15', '2023-10-31 16:04:15'),
(274526, 2337, '2023-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:04:15', '2023-10-31 16:04:15'),
(274527, 2338, '0202-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:32', '2023-10-31 16:05:32'),
(274528, 2338, '0202-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:32', '2023-10-31 16:05:32'),
(274529, 2338, '0202-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:32', '2023-10-31 16:05:32'),
(274530, 2338, '0202-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:32', '2023-10-31 16:05:32'),
(274531, 2338, '0202-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:32', '2023-10-31 16:05:32'),
(274532, 2338, '0202-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:32', '2023-10-31 16:05:32'),
(274533, 2338, '0202-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:32', '2023-10-31 16:05:32'),
(274534, 2338, '0202-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:32', '2023-10-31 16:05:32'),
(274535, 2338, '0202-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:32', '2023-10-31 16:05:32'),
(274536, 2338, '0202-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:32', '2023-10-31 16:05:32'),
(274537, 2338, '0202-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:32', '2023-10-31 16:05:32'),
(274538, 2338, '0203-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:32', '2023-10-31 16:05:32'),
(274539, 2338, '0203-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:32', '2023-10-31 16:05:32'),
(274540, 2338, '0203-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:32', '2023-10-31 16:05:32'),
(274541, 2338, '0203-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:32', '2023-10-31 16:05:32'),
(274542, 2338, '0203-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:32', '2023-10-31 16:05:32');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(274543, 2338, '0203-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:32', '2023-10-31 16:05:32'),
(274544, 2338, '0203-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:32', '2023-10-31 16:05:32'),
(274545, 2338, '0203-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:32', '2023-10-31 16:05:32'),
(274546, 2338, '0203-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:32', '2023-10-31 16:05:32'),
(274547, 2338, '0203-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:32', '2023-10-31 16:05:32'),
(274548, 2338, '0203-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:32', '2023-10-31 16:05:32'),
(274549, 2338, '0203-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:32', '2023-10-31 16:05:32'),
(274550, 2338, '0204-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:32', '2023-10-31 16:05:32'),
(274551, 2338, '0204-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:32', '2023-10-31 16:05:32'),
(274552, 2338, '0204-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:32', '2023-10-31 16:05:32'),
(274553, 2338, '0204-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:32', '2023-10-31 16:05:32'),
(274554, 2338, '0204-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:32', '2023-10-31 16:05:32'),
(274555, 2338, '0204-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:32', '2023-10-31 16:05:32'),
(274556, 2338, '0204-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:32', '2023-10-31 16:05:32'),
(274557, 2338, '0204-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:32', '2023-10-31 16:05:32'),
(274558, 2338, '0204-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:32', '2023-10-31 16:05:32'),
(274559, 2338, '0204-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:32', '2023-10-31 16:05:32'),
(274560, 2338, '0204-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:32', '2023-10-31 16:05:32'),
(274561, 2338, '0204-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:32', '2023-10-31 16:05:32'),
(274562, 2338, '0205-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:32', '2023-10-31 16:05:32'),
(274563, 2338, '0205-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:32', '2023-10-31 16:05:32'),
(274564, 2338, '0205-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:32', '2023-10-31 16:05:32'),
(274565, 2338, '0205-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:32', '2023-10-31 16:05:32'),
(274566, 2338, '0205-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:32', '2023-10-31 16:05:32'),
(274567, 2338, '0205-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:32', '2023-10-31 16:05:32'),
(274568, 2338, '0205-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:32', '2023-10-31 16:05:32'),
(274569, 2338, '0205-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:32', '2023-10-31 16:05:32'),
(274570, 2338, '0205-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:32', '2023-10-31 16:05:32'),
(274571, 2338, '0205-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:32', '2023-10-31 16:05:32'),
(274572, 2338, '0205-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:32', '2023-10-31 16:05:32'),
(274573, 2338, '0205-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:32', '2023-10-31 16:05:32'),
(274574, 2338, '0206-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:32', '2023-10-31 16:05:32'),
(274575, 2338, '0206-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:32', '2023-10-31 16:05:32'),
(274576, 2338, '0206-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:32', '2023-10-31 16:05:32'),
(274577, 2338, '0206-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:32', '2023-10-31 16:05:32'),
(274578, 2338, '0206-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:32', '2023-10-31 16:05:32'),
(274579, 2338, '0206-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:32', '2023-10-31 16:05:32'),
(274580, 2338, '0206-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:32', '2023-10-31 16:05:32'),
(274581, 2338, '0206-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:32', '2023-10-31 16:05:32'),
(274582, 2338, '0206-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:32', '2023-10-31 16:05:32'),
(274583, 2338, '0206-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:32', '2023-10-31 16:05:32'),
(274584, 2338, '0206-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:32', '2023-10-31 16:05:32'),
(274585, 2338, '0206-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:32', '2023-10-31 16:05:32'),
(274586, 2338, '0207-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:32', '2023-10-31 16:05:32'),
(274587, 2338, '0207-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:32', '2023-10-31 16:05:32'),
(274588, 2338, '0207-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:32', '2023-10-31 16:05:32'),
(274589, 2338, '0207-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:32', '2023-10-31 16:05:32'),
(274590, 2338, '0207-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:32', '2023-10-31 16:05:32'),
(274591, 2338, '0207-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:32', '2023-10-31 16:05:32'),
(274592, 2338, '0207-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:32', '2023-10-31 16:05:32'),
(274593, 2338, '0207-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:32', '2023-10-31 16:05:32'),
(274594, 2338, '0207-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:32', '2023-10-31 16:05:32'),
(274595, 2338, '0207-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:32', '2023-10-31 16:05:32'),
(274596, 2338, '0207-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:32', '2023-10-31 16:05:32'),
(274597, 2338, '0207-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:32', '2023-10-31 16:05:32'),
(274598, 2338, '0208-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:32', '2023-10-31 16:05:32'),
(274599, 2338, '0208-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:32', '2023-10-31 16:05:32'),
(274600, 2338, '0208-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:32', '2023-10-31 16:05:32'),
(274601, 2338, '0208-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:32', '2023-10-31 16:05:32'),
(274602, 2338, '0208-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:32', '2023-10-31 16:05:32'),
(274603, 2338, '0208-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:32', '2023-10-31 16:05:32'),
(274604, 2338, '0208-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:32', '2023-10-31 16:05:32'),
(274605, 2338, '0208-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:32', '2023-10-31 16:05:32'),
(274606, 2338, '0208-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:32', '2023-10-31 16:05:32'),
(274607, 2338, '0208-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:32', '2023-10-31 16:05:32'),
(274608, 2338, '0208-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:32', '2023-10-31 16:05:32'),
(274609, 2338, '0208-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:32', '2023-10-31 16:05:32'),
(274610, 2338, '0209-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:32', '2023-10-31 16:05:32'),
(274611, 2338, '0209-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:32', '2023-10-31 16:05:32'),
(274612, 2338, '0209-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:32', '2023-10-31 16:05:32'),
(274613, 2338, '0209-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:32', '2023-10-31 16:05:32'),
(274614, 2338, '0209-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:32', '2023-10-31 16:05:32'),
(274615, 2338, '0209-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:32', '2023-10-31 16:05:32'),
(274616, 2338, '0209-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:32', '2023-10-31 16:05:32'),
(274617, 2338, '0209-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:32', '2023-10-31 16:05:32'),
(274618, 2338, '0209-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:32', '2023-10-31 16:05:32'),
(274619, 2338, '0209-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:32', '2023-10-31 16:05:32'),
(274620, 2338, '0209-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:32', '2023-10-31 16:05:32'),
(274621, 2338, '0209-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:32', '2023-10-31 16:05:32'),
(274622, 2338, '0210-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:32', '2023-10-31 16:05:32'),
(274623, 2338, '0210-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:32', '2023-10-31 16:05:32'),
(274624, 2338, '0210-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:32', '2023-10-31 16:05:32'),
(274625, 2338, '0210-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:32', '2023-10-31 16:05:32'),
(274626, 2338, '0210-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:32', '2023-10-31 16:05:32'),
(274627, 2338, '0210-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:32', '2023-10-31 16:05:32'),
(274628, 2338, '0210-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:32', '2023-10-31 16:05:32'),
(274629, 2338, '0210-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:32', '2023-10-31 16:05:32'),
(274630, 2338, '0210-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:32', '2023-10-31 16:05:32'),
(274631, 2338, '0210-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:32', '2023-10-31 16:05:32'),
(274632, 2338, '0210-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:32', '2023-10-31 16:05:32'),
(274633, 2338, '0210-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:32', '2023-10-31 16:05:32'),
(274634, 2338, '0211-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:32', '2023-10-31 16:05:32'),
(274635, 2338, '0211-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:32', '2023-10-31 16:05:32'),
(274636, 2338, '0211-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:32', '2023-10-31 16:05:32'),
(274637, 2338, '0211-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:32', '2023-10-31 16:05:32'),
(274638, 2338, '0211-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:32', '2023-10-31 16:05:32'),
(274639, 2338, '0211-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:32', '2023-10-31 16:05:32'),
(274640, 2338, '0211-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:32', '2023-10-31 16:05:32'),
(274641, 2338, '0211-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:32', '2023-10-31 16:05:32'),
(274642, 2338, '0211-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:32', '2023-10-31 16:05:32'),
(274643, 2338, '0211-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:32', '2023-10-31 16:05:32'),
(274644, 2338, '0211-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:32', '2023-10-31 16:05:32'),
(274645, 2338, '0211-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:32', '2023-10-31 16:05:32'),
(274646, 2338, '0212-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:32', '2023-10-31 16:05:32'),
(274647, 2338, '0212-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:32', '2023-10-31 16:05:32'),
(274648, 2338, '0212-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:32', '2023-10-31 16:05:32'),
(274649, 2338, '0212-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:32', '2023-10-31 16:05:32'),
(274650, 2338, '0212-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:32', '2023-10-31 16:05:32'),
(274651, 2338, '0212-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:32', '2023-10-31 16:05:32'),
(274652, 2338, '0212-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:32', '2023-10-31 16:05:32'),
(274653, 2338, '0212-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:32', '2023-10-31 16:05:32'),
(274654, 2338, '0212-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:32', '2023-10-31 16:05:32'),
(274655, 2338, '0212-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:32', '2023-10-31 16:05:32'),
(274656, 2338, '0212-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:32', '2023-10-31 16:05:32'),
(274657, 2338, '0212-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:32', '2023-10-31 16:05:32'),
(274658, 2338, '0213-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:32', '2023-10-31 16:05:32'),
(274659, 2338, '0213-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:32', '2023-10-31 16:05:32'),
(274660, 2338, '0213-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:32', '2023-10-31 16:05:32'),
(274661, 2338, '0213-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:32', '2023-10-31 16:05:32'),
(274662, 2338, '0213-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:32', '2023-10-31 16:05:32'),
(274663, 2338, '0213-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:32', '2023-10-31 16:05:32'),
(274664, 2338, '0213-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:32', '2023-10-31 16:05:32'),
(274665, 2338, '0213-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:32', '2023-10-31 16:05:32'),
(274666, 2338, '0213-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:32', '2023-10-31 16:05:32'),
(274667, 2338, '0213-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:32', '2023-10-31 16:05:32'),
(274668, 2338, '0213-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:32', '2023-10-31 16:05:32'),
(274669, 2338, '0213-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:32', '2023-10-31 16:05:32'),
(274670, 2338, '0214-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:32', '2023-10-31 16:05:32'),
(274671, 2338, '0214-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:32', '2023-10-31 16:05:32'),
(274672, 2338, '0214-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:32', '2023-10-31 16:05:32'),
(274673, 2338, '0214-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:32', '2023-10-31 16:05:32'),
(274674, 2338, '0214-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:32', '2023-10-31 16:05:32'),
(274675, 2338, '0214-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:32', '2023-10-31 16:05:32'),
(274676, 2338, '0214-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:32', '2023-10-31 16:05:32'),
(274677, 2338, '0214-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:32', '2023-10-31 16:05:32'),
(274678, 2338, '0214-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:32', '2023-10-31 16:05:32'),
(274679, 2338, '0214-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:32', '2023-10-31 16:05:32'),
(274680, 2338, '0214-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:32', '2023-10-31 16:05:32'),
(274681, 2338, '0214-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:32', '2023-10-31 16:05:32'),
(274682, 2338, '0215-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:32', '2023-10-31 16:05:32'),
(274683, 2338, '0215-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:32', '2023-10-31 16:05:32'),
(274684, 2338, '0215-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:32', '2023-10-31 16:05:32'),
(274685, 2338, '0215-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:32', '2023-10-31 16:05:32'),
(274686, 2338, '0215-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:32', '2023-10-31 16:05:32'),
(274687, 2338, '0215-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:32', '2023-10-31 16:05:32'),
(274688, 2338, '0215-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:32', '2023-10-31 16:05:32'),
(274689, 2338, '0215-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:32', '2023-10-31 16:05:32'),
(274690, 2338, '0215-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:32', '2023-10-31 16:05:32'),
(274691, 2338, '0215-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:32', '2023-10-31 16:05:32'),
(274692, 2338, '0215-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:32', '2023-10-31 16:05:32'),
(274693, 2338, '0215-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:32', '2023-10-31 16:05:32'),
(274694, 2338, '0216-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:32', '2023-10-31 16:05:32'),
(274695, 2338, '0216-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:32', '2023-10-31 16:05:32'),
(274696, 2338, '0216-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:32', '2023-10-31 16:05:32'),
(274697, 2338, '0216-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:32', '2023-10-31 16:05:32'),
(274698, 2338, '0216-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:32', '2023-10-31 16:05:32'),
(274699, 2338, '0216-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:32', '2023-10-31 16:05:32'),
(274700, 2338, '0216-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:32', '2023-10-31 16:05:32'),
(274701, 2338, '0216-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:32', '2023-10-31 16:05:32'),
(274702, 2338, '0216-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:32', '2023-10-31 16:05:32'),
(274703, 2338, '0216-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:32', '2023-10-31 16:05:32'),
(274704, 2338, '0216-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:32', '2023-10-31 16:05:32'),
(274705, 2338, '0216-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:32', '2023-10-31 16:05:32'),
(274706, 2338, '0217-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:32', '2023-10-31 16:05:32'),
(274707, 2338, '0217-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:32', '2023-10-31 16:05:32'),
(274708, 2338, '0217-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:33', '2023-10-31 16:05:33'),
(274709, 2338, '0217-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:33', '2023-10-31 16:05:33'),
(274710, 2338, '0217-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:33', '2023-10-31 16:05:33'),
(274711, 2338, '0217-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:33', '2023-10-31 16:05:33'),
(274712, 2338, '0217-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:33', '2023-10-31 16:05:33'),
(274713, 2338, '0217-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:33', '2023-10-31 16:05:33'),
(274714, 2338, '0217-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:33', '2023-10-31 16:05:33'),
(274715, 2338, '0217-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:33', '2023-10-31 16:05:33'),
(274716, 2338, '0217-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:33', '2023-10-31 16:05:33'),
(274717, 2338, '0217-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:33', '2023-10-31 16:05:33'),
(274718, 2338, '0218-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:33', '2023-10-31 16:05:33'),
(274719, 2338, '0218-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:33', '2023-10-31 16:05:33'),
(274720, 2338, '0218-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:33', '2023-10-31 16:05:33'),
(274721, 2338, '0218-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:33', '2023-10-31 16:05:33'),
(274722, 2338, '0218-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:33', '2023-10-31 16:05:33'),
(274723, 2338, '0218-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:33', '2023-10-31 16:05:33'),
(274724, 2338, '0218-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:33', '2023-10-31 16:05:33'),
(274725, 2338, '0218-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:33', '2023-10-31 16:05:33'),
(274726, 2338, '0218-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:33', '2023-10-31 16:05:33'),
(274727, 2338, '0218-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:33', '2023-10-31 16:05:33'),
(274728, 2338, '0218-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:33', '2023-10-31 16:05:33'),
(274729, 2338, '0218-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:33', '2023-10-31 16:05:33'),
(274730, 2338, '0219-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:33', '2023-10-31 16:05:33'),
(274731, 2338, '0219-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:33', '2023-10-31 16:05:33'),
(274732, 2338, '0219-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:33', '2023-10-31 16:05:33'),
(274733, 2338, '0219-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:33', '2023-10-31 16:05:33'),
(274734, 2338, '0219-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:33', '2023-10-31 16:05:33'),
(274735, 2338, '0219-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:33', '2023-10-31 16:05:33'),
(274736, 2338, '0219-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:33', '2023-10-31 16:05:33'),
(274737, 2338, '0219-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:33', '2023-10-31 16:05:33'),
(274738, 2338, '0219-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:33', '2023-10-31 16:05:33'),
(274739, 2338, '0219-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:33', '2023-10-31 16:05:33'),
(274740, 2338, '0219-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:33', '2023-10-31 16:05:33'),
(274741, 2338, '0219-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:33', '2023-10-31 16:05:33'),
(274742, 2338, '0220-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:33', '2023-10-31 16:05:33'),
(274743, 2338, '0220-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:33', '2023-10-31 16:05:33'),
(274744, 2338, '0220-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:33', '2023-10-31 16:05:33'),
(274745, 2338, '0220-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:33', '2023-10-31 16:05:33'),
(274746, 2338, '0220-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:33', '2023-10-31 16:05:33'),
(274747, 2338, '0220-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:33', '2023-10-31 16:05:33'),
(274748, 2338, '0220-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:33', '2023-10-31 16:05:33'),
(274749, 2338, '0220-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:33', '2023-10-31 16:05:33'),
(274750, 2338, '0220-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:33', '2023-10-31 16:05:33'),
(274751, 2338, '0220-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:33', '2023-10-31 16:05:33'),
(274752, 2338, '0220-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:33', '2023-10-31 16:05:33'),
(274753, 2338, '0220-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:33', '2023-10-31 16:05:33'),
(274754, 2338, '0221-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:33', '2023-10-31 16:05:33'),
(274755, 2338, '0221-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:33', '2023-10-31 16:05:33'),
(274756, 2338, '0221-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:33', '2023-10-31 16:05:33'),
(274757, 2338, '0221-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:33', '2023-10-31 16:05:33'),
(274758, 2338, '0221-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:33', '2023-10-31 16:05:33'),
(274759, 2338, '0221-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:33', '2023-10-31 16:05:33'),
(274760, 2338, '0221-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:33', '2023-10-31 16:05:33'),
(274761, 2338, '0221-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:33', '2023-10-31 16:05:33'),
(274762, 2338, '0221-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:33', '2023-10-31 16:05:33'),
(274763, 2338, '0221-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:33', '2023-10-31 16:05:33'),
(274764, 2338, '0221-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:33', '2023-10-31 16:05:33'),
(274765, 2338, '0221-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:33', '2023-10-31 16:05:33'),
(274766, 2338, '0222-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:33', '2023-10-31 16:05:33'),
(274767, 2338, '0222-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:33', '2023-10-31 16:05:33'),
(274768, 2338, '0222-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:33', '2023-10-31 16:05:33'),
(274769, 2338, '0222-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:33', '2023-10-31 16:05:33'),
(274770, 2338, '0222-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:33', '2023-10-31 16:05:33'),
(274771, 2338, '0222-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:33', '2023-10-31 16:05:33'),
(274772, 2338, '0222-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:33', '2023-10-31 16:05:33'),
(274773, 2338, '0222-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:33', '2023-10-31 16:05:33'),
(274774, 2338, '0222-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:33', '2023-10-31 16:05:33'),
(274775, 2338, '0222-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:33', '2023-10-31 16:05:33'),
(274776, 2338, '0222-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:33', '2023-10-31 16:05:33'),
(274777, 2338, '0222-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:33', '2023-10-31 16:05:33'),
(274778, 2338, '0223-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:33', '2023-10-31 16:05:33'),
(274779, 2338, '0223-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:33', '2023-10-31 16:05:33'),
(274780, 2338, '0223-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:33', '2023-10-31 16:05:33'),
(274781, 2338, '0223-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:33', '2023-10-31 16:05:33'),
(274782, 2338, '0223-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:33', '2023-10-31 16:05:33'),
(274783, 2338, '0223-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:33', '2023-10-31 16:05:33'),
(274784, 2338, '0223-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:33', '2023-10-31 16:05:33'),
(274785, 2338, '0223-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:33', '2023-10-31 16:05:33'),
(274786, 2338, '0223-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:33', '2023-10-31 16:05:33'),
(274787, 2338, '0223-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:33', '2023-10-31 16:05:33'),
(274788, 2338, '0223-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:33', '2023-10-31 16:05:33'),
(274789, 2338, '0223-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:33', '2023-10-31 16:05:33'),
(274790, 2338, '0224-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:33', '2023-10-31 16:05:33'),
(274791, 2338, '0224-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:33', '2023-10-31 16:05:33'),
(274792, 2338, '0224-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:33', '2023-10-31 16:05:33'),
(274793, 2338, '0224-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:33', '2023-10-31 16:05:33'),
(274794, 2338, '0224-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:33', '2023-10-31 16:05:33'),
(274795, 2338, '0224-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:33', '2023-10-31 16:05:33'),
(274796, 2338, '0224-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:33', '2023-10-31 16:05:33'),
(274797, 2338, '0224-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:33', '2023-10-31 16:05:33'),
(274798, 2338, '0224-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:33', '2023-10-31 16:05:33'),
(274799, 2338, '0224-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:33', '2023-10-31 16:05:33'),
(274800, 2338, '0224-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:33', '2023-10-31 16:05:33'),
(274801, 2338, '0224-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:33', '2023-10-31 16:05:33'),
(274802, 2338, '0225-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:33', '2023-10-31 16:05:33'),
(274803, 2338, '0225-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:33', '2023-10-31 16:05:33'),
(274804, 2338, '0225-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:33', '2023-10-31 16:05:33'),
(274805, 2338, '0225-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:33', '2023-10-31 16:05:33'),
(274806, 2338, '0225-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:33', '2023-10-31 16:05:33'),
(274807, 2338, '0225-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:33', '2023-10-31 16:05:33'),
(274808, 2338, '0225-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:33', '2023-10-31 16:05:33'),
(274809, 2338, '0225-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:33', '2023-10-31 16:05:33'),
(274810, 2338, '0225-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:33', '2023-10-31 16:05:33'),
(274811, 2338, '0225-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:33', '2023-10-31 16:05:33'),
(274812, 2338, '0225-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:33', '2023-10-31 16:05:33'),
(274813, 2338, '0225-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:33', '2023-10-31 16:05:33'),
(274814, 2338, '0226-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:33', '2023-10-31 16:05:33'),
(274815, 2338, '0226-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:33', '2023-10-31 16:05:33'),
(274816, 2338, '0226-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:33', '2023-10-31 16:05:33'),
(274817, 2338, '0226-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:33', '2023-10-31 16:05:33'),
(274818, 2338, '0226-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:33', '2023-10-31 16:05:33'),
(274819, 2338, '0226-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:33', '2023-10-31 16:05:33'),
(274820, 2338, '0226-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:33', '2023-10-31 16:05:33'),
(274821, 2338, '0226-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:33', '2023-10-31 16:05:33'),
(274822, 2338, '0226-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:33', '2023-10-31 16:05:33'),
(274823, 2338, '0226-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:33', '2023-10-31 16:05:33'),
(274824, 2338, '0226-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:33', '2023-10-31 16:05:33'),
(274825, 2338, '0226-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:33', '2023-10-31 16:05:33'),
(274826, 2338, '0227-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:33', '2023-10-31 16:05:33'),
(274827, 2338, '0227-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:33', '2023-10-31 16:05:33'),
(274828, 2338, '0227-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:33', '2023-10-31 16:05:33'),
(274829, 2338, '0227-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:33', '2023-10-31 16:05:33'),
(274830, 2338, '0227-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:33', '2023-10-31 16:05:33'),
(274831, 2338, '0227-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:33', '2023-10-31 16:05:33'),
(274832, 2338, '0227-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:33', '2023-10-31 16:05:33'),
(274833, 2338, '0227-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:33', '2023-10-31 16:05:33'),
(274834, 2338, '0227-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:33', '2023-10-31 16:05:33'),
(274835, 2338, '0227-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:33', '2023-10-31 16:05:33'),
(274836, 2338, '0227-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:33', '2023-10-31 16:05:33'),
(274837, 2338, '0227-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:33', '2023-10-31 16:05:33'),
(274838, 2338, '0228-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:33', '2023-10-31 16:05:33'),
(274839, 2338, '0228-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:33', '2023-10-31 16:05:33'),
(274840, 2338, '0228-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:33', '2023-10-31 16:05:33'),
(274841, 2338, '0228-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:33', '2023-10-31 16:05:33'),
(274842, 2338, '0228-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:33', '2023-10-31 16:05:33'),
(274843, 2338, '0228-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:33', '2023-10-31 16:05:33'),
(274844, 2338, '0228-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:33', '2023-10-31 16:05:33'),
(274845, 2338, '0228-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:33', '2023-10-31 16:05:33'),
(274846, 2338, '0228-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:33', '2023-10-31 16:05:33'),
(274847, 2338, '0228-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:33', '2023-10-31 16:05:33'),
(274848, 2338, '0228-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:33', '2023-10-31 16:05:33'),
(274849, 2338, '0228-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:33', '2023-10-31 16:05:33'),
(274850, 2338, '0229-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:33', '2023-10-31 16:05:33'),
(274851, 2338, '0229-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:33', '2023-10-31 16:05:33'),
(274852, 2338, '0229-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:33', '2023-10-31 16:05:33'),
(274853, 2338, '0229-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:33', '2023-10-31 16:05:33'),
(274854, 2338, '0229-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:33', '2023-10-31 16:05:33'),
(274855, 2338, '0229-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:33', '2023-10-31 16:05:33'),
(274856, 2338, '0229-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:33', '2023-10-31 16:05:33'),
(274857, 2338, '0229-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:33', '2023-10-31 16:05:33'),
(274858, 2338, '0229-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:33', '2023-10-31 16:05:33'),
(274859, 2338, '0229-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:33', '2023-10-31 16:05:33'),
(274860, 2338, '0229-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:33', '2023-10-31 16:05:33'),
(274861, 2338, '0229-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:33', '2023-10-31 16:05:33'),
(274862, 2338, '0230-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:33', '2023-10-31 16:05:33'),
(274863, 2338, '0230-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:33', '2023-10-31 16:05:33'),
(274864, 2338, '0230-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:33', '2023-10-31 16:05:33'),
(274865, 2338, '0230-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:33', '2023-10-31 16:05:33'),
(274866, 2338, '0230-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:33', '2023-10-31 16:05:33'),
(274867, 2338, '0230-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:33', '2023-10-31 16:05:33'),
(274868, 2338, '0230-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:33', '2023-10-31 16:05:33'),
(274869, 2338, '0230-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:33', '2023-10-31 16:05:33'),
(274870, 2338, '0230-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:33', '2023-10-31 16:05:33'),
(274871, 2338, '0230-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:33', '2023-10-31 16:05:33'),
(274872, 2338, '0230-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:33', '2023-10-31 16:05:33'),
(274873, 2338, '0230-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:33', '2023-10-31 16:05:33'),
(274874, 2338, '0231-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:33', '2023-10-31 16:05:33'),
(274875, 2338, '0231-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:33', '2023-10-31 16:05:33'),
(274876, 2338, '0231-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:33', '2023-10-31 16:05:33'),
(274877, 2338, '0231-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:33', '2023-10-31 16:05:33'),
(274878, 2338, '0231-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:33', '2023-10-31 16:05:33'),
(274879, 2338, '0231-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:33', '2023-10-31 16:05:33'),
(274880, 2338, '0231-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:33', '2023-10-31 16:05:33'),
(274881, 2338, '0231-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:33', '2023-10-31 16:05:33'),
(274882, 2338, '0231-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:33', '2023-10-31 16:05:33'),
(274883, 2338, '0231-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:33', '2023-10-31 16:05:33'),
(274884, 2338, '0231-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:33', '2023-10-31 16:05:33'),
(274885, 2338, '0231-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:33', '2023-10-31 16:05:33'),
(274886, 2338, '0232-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:33', '2023-10-31 16:05:33'),
(274887, 2338, '0232-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:33', '2023-10-31 16:05:33'),
(274888, 2338, '0232-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:33', '2023-10-31 16:05:33'),
(274889, 2338, '0232-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:33', '2023-10-31 16:05:33'),
(274890, 2338, '0232-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:33', '2023-10-31 16:05:33'),
(274891, 2338, '0232-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:33', '2023-10-31 16:05:33'),
(274892, 2338, '0232-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:33', '2023-10-31 16:05:33'),
(274893, 2338, '0232-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:33', '2023-10-31 16:05:33'),
(274894, 2338, '0232-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:33', '2023-10-31 16:05:33'),
(274895, 2338, '0232-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:33', '2023-10-31 16:05:33'),
(274896, 2338, '0232-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:33', '2023-10-31 16:05:33'),
(274897, 2338, '0232-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:33', '2023-10-31 16:05:33'),
(274898, 2338, '0233-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:33', '2023-10-31 16:05:33'),
(274899, 2338, '0233-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:33', '2023-10-31 16:05:33'),
(274900, 2338, '0233-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:33', '2023-10-31 16:05:33'),
(274901, 2338, '0233-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:33', '2023-10-31 16:05:33'),
(274902, 2338, '0233-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:33', '2023-10-31 16:05:33'),
(274903, 2338, '0233-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:33', '2023-10-31 16:05:33'),
(274904, 2338, '0233-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:33', '2023-10-31 16:05:33'),
(274905, 2338, '0233-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:33', '2023-10-31 16:05:33'),
(274906, 2338, '0233-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:33', '2023-10-31 16:05:33'),
(274907, 2338, '0233-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:33', '2023-10-31 16:05:33'),
(274908, 2338, '0233-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:33', '2023-10-31 16:05:33'),
(274909, 2338, '0233-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:33', '2023-10-31 16:05:33'),
(274910, 2338, '0234-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:33', '2023-10-31 16:05:33'),
(274911, 2338, '0234-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:33', '2023-10-31 16:05:33'),
(274912, 2338, '0234-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:33', '2023-10-31 16:05:33'),
(274913, 2338, '0234-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:33', '2023-10-31 16:05:33'),
(274914, 2338, '0234-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:33', '2023-10-31 16:05:33'),
(274915, 2338, '0234-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:33', '2023-10-31 16:05:33'),
(274916, 2338, '0234-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:33', '2023-10-31 16:05:33'),
(274917, 2338, '0234-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:33', '2023-10-31 16:05:33'),
(274918, 2338, '0234-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:33', '2023-10-31 16:05:33'),
(274919, 2338, '0234-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:33', '2023-10-31 16:05:33'),
(274920, 2338, '0234-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:33', '2023-10-31 16:05:33'),
(274921, 2338, '0234-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:33', '2023-10-31 16:05:33'),
(274922, 2338, '0235-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:34', '2023-10-31 16:05:34'),
(274923, 2338, '0235-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:34', '2023-10-31 16:05:34'),
(274924, 2338, '0235-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:34', '2023-10-31 16:05:34'),
(274925, 2338, '0235-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:34', '2023-10-31 16:05:34'),
(274926, 2338, '0235-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:34', '2023-10-31 16:05:34'),
(274927, 2338, '0235-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:34', '2023-10-31 16:05:34'),
(274928, 2338, '0235-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:34', '2023-10-31 16:05:34'),
(274929, 2338, '0235-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:34', '2023-10-31 16:05:34'),
(274930, 2338, '0235-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:34', '2023-10-31 16:05:34'),
(274931, 2338, '0235-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:34', '2023-10-31 16:05:34'),
(274932, 2338, '0235-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:34', '2023-10-31 16:05:34'),
(274933, 2338, '0235-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:34', '2023-10-31 16:05:34'),
(274934, 2338, '0236-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:34', '2023-10-31 16:05:34'),
(274935, 2338, '0236-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:34', '2023-10-31 16:05:34'),
(274936, 2338, '0236-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:34', '2023-10-31 16:05:34'),
(274937, 2338, '0236-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:34', '2023-10-31 16:05:34'),
(274938, 2338, '0236-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:34', '2023-10-31 16:05:34'),
(274939, 2338, '0236-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:34', '2023-10-31 16:05:34'),
(274940, 2338, '0236-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:34', '2023-10-31 16:05:34'),
(274941, 2338, '0236-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:34', '2023-10-31 16:05:34'),
(274942, 2338, '0236-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:34', '2023-10-31 16:05:34'),
(274943, 2338, '0236-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:34', '2023-10-31 16:05:34'),
(274944, 2338, '0236-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:34', '2023-10-31 16:05:34'),
(274945, 2338, '0236-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:34', '2023-10-31 16:05:34'),
(274946, 2338, '0237-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:34', '2023-10-31 16:05:34'),
(274947, 2338, '0237-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:34', '2023-10-31 16:05:34'),
(274948, 2338, '0237-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:34', '2023-10-31 16:05:34'),
(274949, 2338, '0237-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:34', '2023-10-31 16:05:34'),
(274950, 2338, '0237-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:34', '2023-10-31 16:05:34'),
(274951, 2338, '0237-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:34', '2023-10-31 16:05:34'),
(274952, 2338, '0237-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:34', '2023-10-31 16:05:34'),
(274953, 2338, '0237-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:34', '2023-10-31 16:05:34'),
(274954, 2338, '0237-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:34', '2023-10-31 16:05:34'),
(274955, 2338, '0237-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:34', '2023-10-31 16:05:34'),
(274956, 2338, '0237-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:34', '2023-10-31 16:05:34'),
(274957, 2338, '0237-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:34', '2023-10-31 16:05:34'),
(274958, 2338, '0238-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:34', '2023-10-31 16:05:34'),
(274959, 2338, '0238-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:34', '2023-10-31 16:05:34'),
(274960, 2338, '0238-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:34', '2023-10-31 16:05:34'),
(274961, 2338, '0238-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:34', '2023-10-31 16:05:34'),
(274962, 2338, '0238-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:34', '2023-10-31 16:05:34'),
(274963, 2338, '0238-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:34', '2023-10-31 16:05:34'),
(274964, 2338, '0238-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:34', '2023-10-31 16:05:34'),
(274965, 2338, '0238-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:34', '2023-10-31 16:05:34'),
(274966, 2338, '0238-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:34', '2023-10-31 16:05:34'),
(274967, 2338, '0238-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:34', '2023-10-31 16:05:34'),
(274968, 2338, '0238-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:34', '2023-10-31 16:05:34'),
(274969, 2338, '0238-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:34', '2023-10-31 16:05:34'),
(274970, 2338, '0239-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:34', '2023-10-31 16:05:34'),
(274971, 2338, '0239-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:34', '2023-10-31 16:05:34'),
(274972, 2338, '0239-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:34', '2023-10-31 16:05:34'),
(274973, 2338, '0239-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:34', '2023-10-31 16:05:34'),
(274974, 2338, '0239-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:34', '2023-10-31 16:05:34'),
(274975, 2338, '0239-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:34', '2023-10-31 16:05:34'),
(274976, 2338, '0239-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:34', '2023-10-31 16:05:34'),
(274977, 2338, '0239-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:34', '2023-10-31 16:05:34'),
(274978, 2338, '0239-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:34', '2023-10-31 16:05:34'),
(274979, 2338, '0239-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:34', '2023-10-31 16:05:34'),
(274980, 2338, '0239-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:34', '2023-10-31 16:05:34'),
(274981, 2338, '0239-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:34', '2023-10-31 16:05:34'),
(274982, 2338, '0240-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:34', '2023-10-31 16:05:34'),
(274983, 2338, '0240-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:34', '2023-10-31 16:05:34'),
(274984, 2338, '0240-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:34', '2023-10-31 16:05:34'),
(274985, 2338, '0240-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:34', '2023-10-31 16:05:34'),
(274986, 2338, '0240-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:34', '2023-10-31 16:05:34'),
(274987, 2338, '0240-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:34', '2023-10-31 16:05:34'),
(274988, 2338, '0240-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:34', '2023-10-31 16:05:34'),
(274989, 2338, '0240-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:34', '2023-10-31 16:05:34'),
(274990, 2338, '0240-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:34', '2023-10-31 16:05:34'),
(274991, 2338, '0240-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:34', '2023-10-31 16:05:34'),
(274992, 2338, '0240-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:34', '2023-10-31 16:05:34'),
(274993, 2338, '0240-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:34', '2023-10-31 16:05:34'),
(274994, 2338, '0241-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:34', '2023-10-31 16:05:34'),
(274995, 2338, '0241-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:34', '2023-10-31 16:05:34'),
(274996, 2338, '0241-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:34', '2023-10-31 16:05:34'),
(274997, 2338, '0241-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:34', '2023-10-31 16:05:34'),
(274998, 2338, '0241-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:34', '2023-10-31 16:05:34'),
(274999, 2338, '0241-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:34', '2023-10-31 16:05:34'),
(275000, 2338, '0241-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:34', '2023-10-31 16:05:34'),
(275001, 2338, '0241-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:34', '2023-10-31 16:05:34'),
(275002, 2338, '0241-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:34', '2023-10-31 16:05:34'),
(275003, 2338, '0241-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:34', '2023-10-31 16:05:34'),
(275004, 2338, '0241-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:34', '2023-10-31 16:05:34'),
(275005, 2338, '0241-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:34', '2023-10-31 16:05:34'),
(275006, 2338, '0242-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:34', '2023-10-31 16:05:34'),
(275007, 2338, '0242-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:34', '2023-10-31 16:05:34');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(275008, 2338, '0242-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:34', '2023-10-31 16:05:34'),
(275009, 2338, '0242-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:34', '2023-10-31 16:05:34'),
(275010, 2338, '0242-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:34', '2023-10-31 16:05:34'),
(275011, 2338, '0242-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:34', '2023-10-31 16:05:34'),
(275012, 2338, '0242-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:34', '2023-10-31 16:05:34'),
(275013, 2338, '0242-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:34', '2023-10-31 16:05:34'),
(275014, 2338, '0242-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:34', '2023-10-31 16:05:34'),
(275015, 2338, '0242-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:34', '2023-10-31 16:05:34'),
(275016, 2338, '0242-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:34', '2023-10-31 16:05:34'),
(275017, 2338, '0242-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:34', '2023-10-31 16:05:34'),
(275018, 2338, '0243-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:34', '2023-10-31 16:05:34'),
(275019, 2338, '0243-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:34', '2023-10-31 16:05:34'),
(275020, 2338, '0243-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:34', '2023-10-31 16:05:34'),
(275021, 2338, '0243-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:34', '2023-10-31 16:05:34'),
(275022, 2338, '0243-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:34', '2023-10-31 16:05:34'),
(275023, 2338, '0243-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:34', '2023-10-31 16:05:34'),
(275024, 2338, '0243-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:34', '2023-10-31 16:05:34'),
(275025, 2338, '0243-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:34', '2023-10-31 16:05:34'),
(275026, 2338, '0243-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:34', '2023-10-31 16:05:34'),
(275027, 2338, '0243-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:34', '2023-10-31 16:05:34'),
(275028, 2338, '0243-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:34', '2023-10-31 16:05:34'),
(275029, 2338, '0243-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:34', '2023-10-31 16:05:34'),
(275030, 2338, '0244-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:34', '2023-10-31 16:05:34'),
(275031, 2338, '0244-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:34', '2023-10-31 16:05:34'),
(275032, 2338, '0244-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:34', '2023-10-31 16:05:34'),
(275033, 2338, '0244-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:34', '2023-10-31 16:05:34'),
(275034, 2338, '0244-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:34', '2023-10-31 16:05:34'),
(275035, 2338, '0244-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:34', '2023-10-31 16:05:34'),
(275036, 2338, '0244-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:34', '2023-10-31 16:05:34'),
(275037, 2338, '0244-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:34', '2023-10-31 16:05:34'),
(275038, 2338, '0244-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:34', '2023-10-31 16:05:34'),
(275039, 2338, '0244-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:34', '2023-10-31 16:05:34'),
(275040, 2338, '0244-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:34', '2023-10-31 16:05:34'),
(275041, 2338, '0244-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:34', '2023-10-31 16:05:34'),
(275042, 2338, '0245-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:34', '2023-10-31 16:05:34'),
(275043, 2338, '0245-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:34', '2023-10-31 16:05:34'),
(275044, 2338, '0245-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:34', '2023-10-31 16:05:34'),
(275045, 2338, '0245-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:34', '2023-10-31 16:05:34'),
(275046, 2338, '0245-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:34', '2023-10-31 16:05:34'),
(275047, 2338, '0245-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:34', '2023-10-31 16:05:34'),
(275048, 2338, '0245-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:34', '2023-10-31 16:05:34'),
(275049, 2338, '0245-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:34', '2023-10-31 16:05:34'),
(275050, 2338, '0245-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:34', '2023-10-31 16:05:34'),
(275051, 2338, '0245-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:34', '2023-10-31 16:05:34'),
(275052, 2338, '0245-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:34', '2023-10-31 16:05:34'),
(275053, 2338, '0245-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:34', '2023-10-31 16:05:34'),
(275054, 2338, '0246-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:34', '2023-10-31 16:05:34'),
(275055, 2338, '0246-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:34', '2023-10-31 16:05:34'),
(275056, 2338, '0246-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:34', '2023-10-31 16:05:34'),
(275057, 2338, '0246-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:34', '2023-10-31 16:05:34'),
(275058, 2338, '0246-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:34', '2023-10-31 16:05:34'),
(275059, 2338, '0246-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:34', '2023-10-31 16:05:34'),
(275060, 2338, '0246-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:34', '2023-10-31 16:05:34'),
(275061, 2338, '0246-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:34', '2023-10-31 16:05:34'),
(275062, 2338, '0246-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:34', '2023-10-31 16:05:34'),
(275063, 2338, '0246-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:34', '2023-10-31 16:05:34'),
(275064, 2338, '0246-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:34', '2023-10-31 16:05:34'),
(275065, 2338, '0246-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:34', '2023-10-31 16:05:34'),
(275066, 2338, '0247-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:34', '2023-10-31 16:05:34'),
(275067, 2338, '0247-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:34', '2023-10-31 16:05:34'),
(275068, 2338, '0247-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:34', '2023-10-31 16:05:34'),
(275069, 2338, '0247-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:34', '2023-10-31 16:05:34'),
(275070, 2338, '0247-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:34', '2023-10-31 16:05:34'),
(275071, 2338, '0247-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:34', '2023-10-31 16:05:34'),
(275072, 2338, '0247-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:34', '2023-10-31 16:05:34'),
(275073, 2338, '0247-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:34', '2023-10-31 16:05:34'),
(275074, 2338, '0247-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:34', '2023-10-31 16:05:34'),
(275075, 2338, '0247-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:34', '2023-10-31 16:05:34'),
(275076, 2338, '0247-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:34', '2023-10-31 16:05:34'),
(275077, 2338, '0247-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:34', '2023-10-31 16:05:34'),
(275078, 2338, '0248-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:34', '2023-10-31 16:05:34'),
(275079, 2338, '0248-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:34', '2023-10-31 16:05:34'),
(275080, 2338, '0248-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:34', '2023-10-31 16:05:34'),
(275081, 2338, '0248-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:34', '2023-10-31 16:05:34'),
(275082, 2338, '0248-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:34', '2023-10-31 16:05:34'),
(275083, 2338, '0248-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:34', '2023-10-31 16:05:34'),
(275084, 2338, '0248-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:34', '2023-10-31 16:05:34'),
(275085, 2338, '0248-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:34', '2023-10-31 16:05:34'),
(275086, 2338, '0248-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:34', '2023-10-31 16:05:34'),
(275087, 2338, '0248-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:34', '2023-10-31 16:05:34'),
(275088, 2338, '0248-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:34', '2023-10-31 16:05:34'),
(275089, 2338, '0248-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:34', '2023-10-31 16:05:34'),
(275090, 2338, '0249-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:34', '2023-10-31 16:05:34'),
(275091, 2338, '0249-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:34', '2023-10-31 16:05:34'),
(275092, 2338, '0249-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:34', '2023-10-31 16:05:34'),
(275093, 2338, '0249-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:34', '2023-10-31 16:05:34'),
(275094, 2338, '0249-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:34', '2023-10-31 16:05:34'),
(275095, 2338, '0249-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:34', '2023-10-31 16:05:34'),
(275096, 2338, '0249-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:34', '2023-10-31 16:05:34'),
(275097, 2338, '0249-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:34', '2023-10-31 16:05:34'),
(275098, 2338, '0249-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:34', '2023-10-31 16:05:34'),
(275099, 2338, '0249-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:34', '2023-10-31 16:05:34'),
(275100, 2338, '0249-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:34', '2023-10-31 16:05:34'),
(275101, 2338, '0249-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:34', '2023-10-31 16:05:34'),
(275102, 2338, '0250-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:34', '2023-10-31 16:05:34'),
(275103, 2338, '0250-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:34', '2023-10-31 16:05:34'),
(275104, 2338, '0250-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:34', '2023-10-31 16:05:34'),
(275105, 2338, '0250-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:34', '2023-10-31 16:05:34'),
(275106, 2338, '0250-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:34', '2023-10-31 16:05:34'),
(275107, 2338, '0250-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:34', '2023-10-31 16:05:34'),
(275108, 2338, '0250-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:34', '2023-10-31 16:05:34'),
(275109, 2338, '0250-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:34', '2023-10-31 16:05:34'),
(275110, 2338, '0250-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:34', '2023-10-31 16:05:34'),
(275111, 2338, '0250-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:35', '2023-10-31 16:05:35'),
(275112, 2338, '0250-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:35', '2023-10-31 16:05:35'),
(275113, 2338, '0250-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:35', '2023-10-31 16:05:35'),
(275114, 2338, '0251-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:35', '2023-10-31 16:05:35'),
(275115, 2338, '0251-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:35', '2023-10-31 16:05:35'),
(275116, 2338, '0251-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:35', '2023-10-31 16:05:35'),
(275117, 2338, '0251-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:35', '2023-10-31 16:05:35'),
(275118, 2338, '0251-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:35', '2023-10-31 16:05:35'),
(275119, 2338, '0251-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:35', '2023-10-31 16:05:35'),
(275120, 2338, '0251-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:35', '2023-10-31 16:05:35'),
(275121, 2338, '0251-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:35', '2023-10-31 16:05:35'),
(275122, 2338, '0251-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:35', '2023-10-31 16:05:35'),
(275123, 2338, '0251-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:35', '2023-10-31 16:05:35'),
(275124, 2338, '0251-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:35', '2023-10-31 16:05:35'),
(275125, 2338, '0251-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:35', '2023-10-31 16:05:35'),
(275126, 2338, '0252-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:35', '2023-10-31 16:05:35'),
(275127, 2338, '0252-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:35', '2023-10-31 16:05:35'),
(275128, 2338, '0252-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:35', '2023-10-31 16:05:35'),
(275129, 2338, '0252-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:35', '2023-10-31 16:05:35'),
(275130, 2338, '0252-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:35', '2023-10-31 16:05:35'),
(275131, 2338, '0252-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:35', '2023-10-31 16:05:35'),
(275132, 2338, '0252-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:35', '2023-10-31 16:05:35'),
(275133, 2338, '0252-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:35', '2023-10-31 16:05:35'),
(275134, 2338, '0252-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:35', '2023-10-31 16:05:35'),
(275135, 2338, '0252-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:35', '2023-10-31 16:05:35'),
(275136, 2338, '0252-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:35', '2023-10-31 16:05:35'),
(275137, 2338, '0252-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:35', '2023-10-31 16:05:35'),
(275138, 2338, '0253-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:35', '2023-10-31 16:05:35'),
(275139, 2338, '0253-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:35', '2023-10-31 16:05:35'),
(275140, 2338, '0253-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:35', '2023-10-31 16:05:35'),
(275141, 2338, '0253-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:35', '2023-10-31 16:05:35'),
(275142, 2338, '0253-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:35', '2023-10-31 16:05:35'),
(275143, 2338, '0253-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:35', '2023-10-31 16:05:35'),
(275144, 2338, '0253-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:35', '2023-10-31 16:05:35'),
(275145, 2338, '0253-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:35', '2023-10-31 16:05:35'),
(275146, 2338, '0253-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:35', '2023-10-31 16:05:35'),
(275147, 2338, '0253-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:35', '2023-10-31 16:05:35'),
(275148, 2338, '0253-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:35', '2023-10-31 16:05:35'),
(275149, 2338, '0253-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:35', '2023-10-31 16:05:35'),
(275150, 2338, '0254-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:35', '2023-10-31 16:05:35'),
(275151, 2338, '0254-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:35', '2023-10-31 16:05:35'),
(275152, 2338, '0254-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:35', '2023-10-31 16:05:35'),
(275153, 2338, '0254-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:35', '2023-10-31 16:05:35'),
(275154, 2338, '0254-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:35', '2023-10-31 16:05:35'),
(275155, 2338, '0254-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:35', '2023-10-31 16:05:35'),
(275156, 2338, '0254-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:35', '2023-10-31 16:05:35'),
(275157, 2338, '0254-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:35', '2023-10-31 16:05:35'),
(275158, 2338, '0254-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:35', '2023-10-31 16:05:35'),
(275159, 2338, '0254-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:35', '2023-10-31 16:05:35'),
(275160, 2338, '0254-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:35', '2023-10-31 16:05:35'),
(275161, 2338, '0254-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:35', '2023-10-31 16:05:35'),
(275162, 2338, '0255-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:35', '2023-10-31 16:05:35'),
(275163, 2338, '0255-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:35', '2023-10-31 16:05:35'),
(275164, 2338, '0255-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:35', '2023-10-31 16:05:35'),
(275165, 2338, '0255-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:35', '2023-10-31 16:05:35'),
(275166, 2338, '0255-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:35', '2023-10-31 16:05:35'),
(275167, 2338, '0255-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:35', '2023-10-31 16:05:35'),
(275168, 2338, '0255-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:35', '2023-10-31 16:05:35'),
(275169, 2338, '0255-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:35', '2023-10-31 16:05:35'),
(275170, 2338, '0255-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:35', '2023-10-31 16:05:35'),
(275171, 2338, '0255-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:35', '2023-10-31 16:05:35'),
(275172, 2338, '0255-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:35', '2023-10-31 16:05:35'),
(275173, 2338, '0255-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:35', '2023-10-31 16:05:35'),
(275174, 2338, '0256-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:35', '2023-10-31 16:05:35'),
(275175, 2338, '0256-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:35', '2023-10-31 16:05:35'),
(275176, 2338, '0256-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:35', '2023-10-31 16:05:35'),
(275177, 2338, '0256-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:35', '2023-10-31 16:05:35'),
(275178, 2338, '0256-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:35', '2023-10-31 16:05:35'),
(275179, 2338, '0256-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:35', '2023-10-31 16:05:35'),
(275180, 2338, '0256-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:35', '2023-10-31 16:05:35'),
(275181, 2338, '0256-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:35', '2023-10-31 16:05:35'),
(275182, 2338, '0256-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:35', '2023-10-31 16:05:35'),
(275183, 2338, '0256-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:35', '2023-10-31 16:05:35'),
(275184, 2338, '0256-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:35', '2023-10-31 16:05:35'),
(275185, 2338, '0256-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:35', '2023-10-31 16:05:35'),
(275186, 2338, '0257-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:35', '2023-10-31 16:05:35'),
(275187, 2338, '0257-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:35', '2023-10-31 16:05:35'),
(275188, 2338, '0257-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:35', '2023-10-31 16:05:35'),
(275189, 2338, '0257-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:35', '2023-10-31 16:05:35'),
(275190, 2338, '0257-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:35', '2023-10-31 16:05:35'),
(275191, 2338, '0257-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:35', '2023-10-31 16:05:35'),
(275192, 2338, '0257-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:35', '2023-10-31 16:05:35'),
(275193, 2338, '0257-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:35', '2023-10-31 16:05:35'),
(275194, 2338, '0257-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:35', '2023-10-31 16:05:35'),
(275195, 2338, '0257-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:35', '2023-10-31 16:05:35'),
(275196, 2338, '0257-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:35', '2023-10-31 16:05:35'),
(275197, 2338, '0257-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:35', '2023-10-31 16:05:35'),
(275198, 2338, '0258-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:35', '2023-10-31 16:05:35'),
(275199, 2338, '0258-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:35', '2023-10-31 16:05:35'),
(275200, 2338, '0258-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:35', '2023-10-31 16:05:35'),
(275201, 2338, '0258-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:35', '2023-10-31 16:05:35'),
(275202, 2338, '0258-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:35', '2023-10-31 16:05:35'),
(275203, 2338, '0258-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:35', '2023-10-31 16:05:35'),
(275204, 2338, '0258-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:35', '2023-10-31 16:05:35'),
(275205, 2338, '0258-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:35', '2023-10-31 16:05:35'),
(275206, 2338, '0258-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:35', '2023-10-31 16:05:35'),
(275207, 2338, '0258-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:35', '2023-10-31 16:05:35'),
(275208, 2338, '0258-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:35', '2023-10-31 16:05:35'),
(275209, 2338, '0258-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:35', '2023-10-31 16:05:35'),
(275210, 2338, '0259-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:35', '2023-10-31 16:05:35'),
(275211, 2338, '0259-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:35', '2023-10-31 16:05:35'),
(275212, 2338, '0259-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:35', '2023-10-31 16:05:35'),
(275213, 2338, '0259-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:35', '2023-10-31 16:05:35'),
(275214, 2338, '0259-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:35', '2023-10-31 16:05:35'),
(275215, 2338, '0259-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:35', '2023-10-31 16:05:35'),
(275216, 2338, '0259-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:35', '2023-10-31 16:05:35'),
(275217, 2338, '0259-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:35', '2023-10-31 16:05:35'),
(275218, 2338, '0259-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:35', '2023-10-31 16:05:35'),
(275219, 2338, '0259-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:35', '2023-10-31 16:05:35'),
(275220, 2338, '0259-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:35', '2023-10-31 16:05:35'),
(275221, 2338, '0259-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:35', '2023-10-31 16:05:35'),
(275222, 2338, '0260-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:35', '2023-10-31 16:05:35'),
(275223, 2338, '0260-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:35', '2023-10-31 16:05:35'),
(275224, 2338, '0260-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:35', '2023-10-31 16:05:35'),
(275225, 2338, '0260-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:35', '2023-10-31 16:05:35'),
(275226, 2338, '0260-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:35', '2023-10-31 16:05:35'),
(275227, 2338, '0260-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:35', '2023-10-31 16:05:35'),
(275228, 2338, '0260-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:35', '2023-10-31 16:05:35'),
(275229, 2338, '0260-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:35', '2023-10-31 16:05:35'),
(275230, 2338, '0260-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:35', '2023-10-31 16:05:35'),
(275231, 2338, '0260-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:35', '2023-10-31 16:05:35'),
(275232, 2338, '0260-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:35', '2023-10-31 16:05:35'),
(275233, 2338, '0260-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:35', '2023-10-31 16:05:35'),
(275234, 2338, '0261-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:35', '2023-10-31 16:05:35'),
(275235, 2338, '0261-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:35', '2023-10-31 16:05:35'),
(275236, 2338, '0261-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:35', '2023-10-31 16:05:35'),
(275237, 2338, '0261-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:35', '2023-10-31 16:05:35'),
(275238, 2338, '0261-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:35', '2023-10-31 16:05:35'),
(275239, 2338, '0261-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:35', '2023-10-31 16:05:35'),
(275240, 2338, '0261-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:35', '2023-10-31 16:05:35'),
(275241, 2338, '0261-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:35', '2023-10-31 16:05:35'),
(275242, 2338, '0261-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:35', '2023-10-31 16:05:35'),
(275243, 2338, '0261-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:35', '2023-10-31 16:05:35'),
(275244, 2338, '0261-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:35', '2023-10-31 16:05:35'),
(275245, 2338, '0261-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:35', '2023-10-31 16:05:35'),
(275246, 2338, '0262-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:35', '2023-10-31 16:05:35'),
(275247, 2338, '0262-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:35', '2023-10-31 16:05:35'),
(275248, 2338, '0262-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:35', '2023-10-31 16:05:35'),
(275249, 2338, '0262-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:35', '2023-10-31 16:05:35'),
(275250, 2338, '0262-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:35', '2023-10-31 16:05:35'),
(275251, 2338, '0262-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:35', '2023-10-31 16:05:35'),
(275252, 2338, '0262-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:35', '2023-10-31 16:05:35'),
(275253, 2338, '0262-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:35', '2023-10-31 16:05:35'),
(275254, 2338, '0262-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:35', '2023-10-31 16:05:35'),
(275255, 2338, '0262-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:35', '2023-10-31 16:05:35'),
(275256, 2338, '0262-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:35', '2023-10-31 16:05:35'),
(275257, 2338, '0262-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:35', '2023-10-31 16:05:35'),
(275258, 2338, '0263-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:35', '2023-10-31 16:05:35'),
(275259, 2338, '0263-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:35', '2023-10-31 16:05:35'),
(275260, 2338, '0263-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:35', '2023-10-31 16:05:35'),
(275261, 2338, '0263-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:35', '2023-10-31 16:05:35'),
(275262, 2338, '0263-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:35', '2023-10-31 16:05:35'),
(275263, 2338, '0263-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:35', '2023-10-31 16:05:35'),
(275264, 2338, '0263-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:35', '2023-10-31 16:05:35'),
(275265, 2338, '0263-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:35', '2023-10-31 16:05:35'),
(275266, 2338, '0263-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:35', '2023-10-31 16:05:35'),
(275267, 2338, '0263-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:35', '2023-10-31 16:05:35'),
(275268, 2338, '0263-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:35', '2023-10-31 16:05:35'),
(275269, 2338, '0263-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:35', '2023-10-31 16:05:35'),
(275270, 2338, '0264-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:35', '2023-10-31 16:05:35'),
(275271, 2338, '0264-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:35', '2023-10-31 16:05:35'),
(275272, 2338, '0264-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:35', '2023-10-31 16:05:35'),
(275273, 2338, '0264-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:35', '2023-10-31 16:05:35'),
(275274, 2338, '0264-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:35', '2023-10-31 16:05:35'),
(275275, 2338, '0264-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:35', '2023-10-31 16:05:35'),
(275276, 2338, '0264-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:35', '2023-10-31 16:05:35'),
(275277, 2338, '0264-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:35', '2023-10-31 16:05:35'),
(275278, 2338, '0264-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:35', '2023-10-31 16:05:35'),
(275279, 2338, '0264-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:35', '2023-10-31 16:05:35'),
(275280, 2338, '0264-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:35', '2023-10-31 16:05:35'),
(275281, 2338, '0264-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:35', '2023-10-31 16:05:35'),
(275282, 2338, '0265-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:35', '2023-10-31 16:05:35'),
(275283, 2338, '0265-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:35', '2023-10-31 16:05:35'),
(275284, 2338, '0265-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:35', '2023-10-31 16:05:35'),
(275285, 2338, '0265-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:35', '2023-10-31 16:05:35'),
(275286, 2338, '0265-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:35', '2023-10-31 16:05:35'),
(275287, 2338, '0265-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:35', '2023-10-31 16:05:35'),
(275288, 2338, '0265-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:35', '2023-10-31 16:05:35'),
(275289, 2338, '0265-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:35', '2023-10-31 16:05:35'),
(275290, 2338, '0265-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:35', '2023-10-31 16:05:35'),
(275291, 2338, '0265-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:35', '2023-10-31 16:05:35'),
(275292, 2338, '0265-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:35', '2023-10-31 16:05:35'),
(275293, 2338, '0265-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:35', '2023-10-31 16:05:35'),
(275294, 2338, '0266-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:35', '2023-10-31 16:05:35'),
(275295, 2338, '0266-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:35', '2023-10-31 16:05:35'),
(275296, 2338, '0266-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:35', '2023-10-31 16:05:35'),
(275297, 2338, '0266-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:35', '2023-10-31 16:05:35'),
(275298, 2338, '0266-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:35', '2023-10-31 16:05:35'),
(275299, 2338, '0266-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:35', '2023-10-31 16:05:35'),
(275300, 2338, '0266-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:35', '2023-10-31 16:05:35'),
(275301, 2338, '0266-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:35', '2023-10-31 16:05:35'),
(275302, 2338, '0266-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:35', '2023-10-31 16:05:35'),
(275303, 2338, '0266-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:35', '2023-10-31 16:05:35'),
(275304, 2338, '0266-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:35', '2023-10-31 16:05:35'),
(275305, 2338, '0266-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:35', '2023-10-31 16:05:35'),
(275306, 2338, '0267-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:35', '2023-10-31 16:05:35'),
(275307, 2338, '0267-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:35', '2023-10-31 16:05:35'),
(275308, 2338, '0267-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:35', '2023-10-31 16:05:35'),
(275309, 2338, '0267-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:35', '2023-10-31 16:05:35'),
(275310, 2338, '0267-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:35', '2023-10-31 16:05:35'),
(275311, 2338, '0267-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:35', '2023-10-31 16:05:35'),
(275312, 2338, '0267-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:35', '2023-10-31 16:05:35'),
(275313, 2338, '0267-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:35', '2023-10-31 16:05:35'),
(275314, 2338, '0267-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:35', '2023-10-31 16:05:35'),
(275315, 2338, '0267-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:35', '2023-10-31 16:05:35'),
(275316, 2338, '0267-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:35', '2023-10-31 16:05:35'),
(275317, 2338, '0267-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:35', '2023-10-31 16:05:35'),
(275318, 2338, '0268-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:35', '2023-10-31 16:05:35'),
(275319, 2338, '0268-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:35', '2023-10-31 16:05:35'),
(275320, 2338, '0268-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:35', '2023-10-31 16:05:35'),
(275321, 2338, '0268-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:35', '2023-10-31 16:05:35'),
(275322, 2338, '0268-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:35', '2023-10-31 16:05:35'),
(275323, 2338, '0268-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:35', '2023-10-31 16:05:35'),
(275324, 2338, '0268-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:35', '2023-10-31 16:05:35'),
(275325, 2338, '0268-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:35', '2023-10-31 16:05:35'),
(275326, 2338, '0268-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:35', '2023-10-31 16:05:35'),
(275327, 2338, '0268-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:35', '2023-10-31 16:05:35'),
(275328, 2338, '0268-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:35', '2023-10-31 16:05:35'),
(275329, 2338, '0268-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:35', '2023-10-31 16:05:35'),
(275330, 2338, '0269-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:35', '2023-10-31 16:05:35'),
(275331, 2338, '0269-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:35', '2023-10-31 16:05:35'),
(275332, 2338, '0269-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:35', '2023-10-31 16:05:35'),
(275333, 2338, '0269-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:36', '2023-10-31 16:05:36'),
(275334, 2338, '0269-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:36', '2023-10-31 16:05:36'),
(275335, 2338, '0269-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:36', '2023-10-31 16:05:36'),
(275336, 2338, '0269-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:36', '2023-10-31 16:05:36'),
(275337, 2338, '0269-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:36', '2023-10-31 16:05:36'),
(275338, 2338, '0269-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:36', '2023-10-31 16:05:36'),
(275339, 2338, '0269-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:36', '2023-10-31 16:05:36'),
(275340, 2338, '0269-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:36', '2023-10-31 16:05:36'),
(275341, 2338, '0269-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:36', '2023-10-31 16:05:36'),
(275342, 2338, '0270-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:36', '2023-10-31 16:05:36'),
(275343, 2338, '0270-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:36', '2023-10-31 16:05:36'),
(275344, 2338, '0270-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:36', '2023-10-31 16:05:36'),
(275345, 2338, '0270-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:36', '2023-10-31 16:05:36'),
(275346, 2338, '0270-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:36', '2023-10-31 16:05:36'),
(275347, 2338, '0270-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:36', '2023-10-31 16:05:36'),
(275348, 2338, '0270-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:36', '2023-10-31 16:05:36'),
(275349, 2338, '0270-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:36', '2023-10-31 16:05:36'),
(275350, 2338, '0270-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:36', '2023-10-31 16:05:36'),
(275351, 2338, '0270-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:36', '2023-10-31 16:05:36'),
(275352, 2338, '0270-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:36', '2023-10-31 16:05:36'),
(275353, 2338, '0270-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:36', '2023-10-31 16:05:36'),
(275354, 2338, '0271-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:36', '2023-10-31 16:05:36'),
(275355, 2338, '0271-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:36', '2023-10-31 16:05:36'),
(275356, 2338, '0271-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:36', '2023-10-31 16:05:36'),
(275357, 2338, '0271-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:36', '2023-10-31 16:05:36'),
(275358, 2338, '0271-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:36', '2023-10-31 16:05:36'),
(275359, 2338, '0271-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:36', '2023-10-31 16:05:36'),
(275360, 2338, '0271-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:36', '2023-10-31 16:05:36'),
(275361, 2338, '0271-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:36', '2023-10-31 16:05:36'),
(275362, 2338, '0271-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:36', '2023-10-31 16:05:36'),
(275363, 2338, '0271-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:36', '2023-10-31 16:05:36'),
(275364, 2338, '0271-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:36', '2023-10-31 16:05:36'),
(275365, 2338, '0271-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:36', '2023-10-31 16:05:36'),
(275366, 2338, '0272-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:36', '2023-10-31 16:05:36'),
(275367, 2338, '0272-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:36', '2023-10-31 16:05:36'),
(275368, 2338, '0272-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:36', '2023-10-31 16:05:36'),
(275369, 2338, '0272-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:36', '2023-10-31 16:05:36'),
(275370, 2338, '0272-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:36', '2023-10-31 16:05:36'),
(275371, 2338, '0272-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:36', '2023-10-31 16:05:36'),
(275372, 2338, '0272-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:36', '2023-10-31 16:05:36'),
(275373, 2338, '0272-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:36', '2023-10-31 16:05:36'),
(275374, 2338, '0272-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:36', '2023-10-31 16:05:36'),
(275375, 2338, '0272-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:36', '2023-10-31 16:05:36'),
(275376, 2338, '0272-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:36', '2023-10-31 16:05:36'),
(275377, 2338, '0272-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:36', '2023-10-31 16:05:36'),
(275378, 2338, '0273-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:36', '2023-10-31 16:05:36'),
(275379, 2338, '0273-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:36', '2023-10-31 16:05:36'),
(275380, 2338, '0273-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:36', '2023-10-31 16:05:36'),
(275381, 2338, '0273-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:36', '2023-10-31 16:05:36'),
(275382, 2338, '0273-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:36', '2023-10-31 16:05:36'),
(275383, 2338, '0273-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:36', '2023-10-31 16:05:36'),
(275384, 2338, '0273-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:36', '2023-10-31 16:05:36'),
(275385, 2338, '0273-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:36', '2023-10-31 16:05:36'),
(275386, 2338, '0273-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:36', '2023-10-31 16:05:36'),
(275387, 2338, '0273-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:36', '2023-10-31 16:05:36'),
(275388, 2338, '0273-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:36', '2023-10-31 16:05:36'),
(275389, 2338, '0273-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:36', '2023-10-31 16:05:36'),
(275390, 2338, '0274-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:36', '2023-10-31 16:05:36'),
(275391, 2338, '0274-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:36', '2023-10-31 16:05:36'),
(275392, 2338, '0274-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:36', '2023-10-31 16:05:36'),
(275393, 2338, '0274-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:36', '2023-10-31 16:05:36'),
(275394, 2338, '0274-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:36', '2023-10-31 16:05:36'),
(275395, 2338, '0274-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:36', '2023-10-31 16:05:36'),
(275396, 2338, '0274-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:36', '2023-10-31 16:05:36'),
(275397, 2338, '0274-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:36', '2023-10-31 16:05:36'),
(275398, 2338, '0274-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:36', '2023-10-31 16:05:36'),
(275399, 2338, '0274-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:36', '2023-10-31 16:05:36'),
(275400, 2338, '0274-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:36', '2023-10-31 16:05:36'),
(275401, 2338, '0274-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:36', '2023-10-31 16:05:36'),
(275402, 2338, '0275-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:36', '2023-10-31 16:05:36'),
(275403, 2338, '0275-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:36', '2023-10-31 16:05:36'),
(275404, 2338, '0275-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:36', '2023-10-31 16:05:36'),
(275405, 2338, '0275-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:36', '2023-10-31 16:05:36'),
(275406, 2338, '0275-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:36', '2023-10-31 16:05:36'),
(275407, 2338, '0275-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:36', '2023-10-31 16:05:36'),
(275408, 2338, '0275-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:36', '2023-10-31 16:05:36'),
(275409, 2338, '0275-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:36', '2023-10-31 16:05:36'),
(275410, 2338, '0275-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:36', '2023-10-31 16:05:36'),
(275411, 2338, '0275-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:36', '2023-10-31 16:05:36'),
(275412, 2338, '0275-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:36', '2023-10-31 16:05:36'),
(275413, 2338, '0275-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:36', '2023-10-31 16:05:36'),
(275414, 2338, '0276-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:36', '2023-10-31 16:05:36'),
(275415, 2338, '0276-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:36', '2023-10-31 16:05:36'),
(275416, 2338, '0276-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:36', '2023-10-31 16:05:36'),
(275417, 2338, '0276-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:36', '2023-10-31 16:05:36'),
(275418, 2338, '0276-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:36', '2023-10-31 16:05:36'),
(275419, 2338, '0276-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:36', '2023-10-31 16:05:36'),
(275420, 2338, '0276-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:36', '2023-10-31 16:05:36'),
(275421, 2338, '0276-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:36', '2023-10-31 16:05:36'),
(275422, 2338, '0276-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:36', '2023-10-31 16:05:36'),
(275423, 2338, '0276-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:36', '2023-10-31 16:05:36'),
(275424, 2338, '0276-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:36', '2023-10-31 16:05:36'),
(275425, 2338, '0276-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:36', '2023-10-31 16:05:36'),
(275426, 2338, '0277-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:36', '2023-10-31 16:05:36'),
(275427, 2338, '0277-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:36', '2023-10-31 16:05:36'),
(275428, 2338, '0277-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:36', '2023-10-31 16:05:36'),
(275429, 2338, '0277-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:36', '2023-10-31 16:05:36'),
(275430, 2338, '0277-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:36', '2023-10-31 16:05:36'),
(275431, 2338, '0277-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:36', '2023-10-31 16:05:36'),
(275432, 2338, '0277-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:36', '2023-10-31 16:05:36'),
(275433, 2338, '0277-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:36', '2023-10-31 16:05:36'),
(275434, 2338, '0277-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:36', '2023-10-31 16:05:36'),
(275435, 2338, '0277-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:36', '2023-10-31 16:05:36'),
(275436, 2338, '0277-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:36', '2023-10-31 16:05:36'),
(275437, 2338, '0277-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:36', '2023-10-31 16:05:36'),
(275438, 2338, '0278-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:36', '2023-10-31 16:05:36'),
(275439, 2338, '0278-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:36', '2023-10-31 16:05:36'),
(275440, 2338, '0278-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:36', '2023-10-31 16:05:36'),
(275441, 2338, '0278-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:36', '2023-10-31 16:05:36'),
(275442, 2338, '0278-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:36', '2023-10-31 16:05:36'),
(275443, 2338, '0278-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:36', '2023-10-31 16:05:36'),
(275444, 2338, '0278-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:36', '2023-10-31 16:05:36'),
(275445, 2338, '0278-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:36', '2023-10-31 16:05:36'),
(275446, 2338, '0278-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:36', '2023-10-31 16:05:36'),
(275447, 2338, '0278-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:36', '2023-10-31 16:05:36'),
(275448, 2338, '0278-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:36', '2023-10-31 16:05:36'),
(275449, 2338, '0278-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:36', '2023-10-31 16:05:36'),
(275450, 2338, '0279-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:36', '2023-10-31 16:05:36'),
(275451, 2338, '0279-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:36', '2023-10-31 16:05:36'),
(275452, 2338, '0279-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:36', '2023-10-31 16:05:36'),
(275453, 2338, '0279-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:36', '2023-10-31 16:05:36'),
(275454, 2338, '0279-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:36', '2023-10-31 16:05:36'),
(275455, 2338, '0279-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:36', '2023-10-31 16:05:36'),
(275456, 2338, '0279-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:36', '2023-10-31 16:05:36'),
(275457, 2338, '0279-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:36', '2023-10-31 16:05:36'),
(275458, 2338, '0279-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:36', '2023-10-31 16:05:36'),
(275459, 2338, '0279-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:36', '2023-10-31 16:05:36'),
(275460, 2338, '0279-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:36', '2023-10-31 16:05:36'),
(275461, 2338, '0279-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:36', '2023-10-31 16:05:36'),
(275462, 2338, '0280-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:36', '2023-10-31 16:05:36'),
(275463, 2338, '0280-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:36', '2023-10-31 16:05:36'),
(275464, 2338, '0280-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:36', '2023-10-31 16:05:36'),
(275465, 2338, '0280-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:36', '2023-10-31 16:05:36'),
(275466, 2338, '0280-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:36', '2023-10-31 16:05:36'),
(275467, 2338, '0280-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:36', '2023-10-31 16:05:36'),
(275468, 2338, '0280-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:36', '2023-10-31 16:05:36'),
(275469, 2338, '0280-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:36', '2023-10-31 16:05:36'),
(275470, 2338, '0280-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:36', '2023-10-31 16:05:36'),
(275471, 2338, '0280-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:36', '2023-10-31 16:05:36'),
(275472, 2338, '0280-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:36', '2023-10-31 16:05:36');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(275473, 2338, '0280-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:36', '2023-10-31 16:05:36'),
(275474, 2338, '0281-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:36', '2023-10-31 16:05:36'),
(275475, 2338, '0281-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:36', '2023-10-31 16:05:36'),
(275476, 2338, '0281-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:36', '2023-10-31 16:05:36'),
(275477, 2338, '0281-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:36', '2023-10-31 16:05:36'),
(275478, 2338, '0281-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:36', '2023-10-31 16:05:36'),
(275479, 2338, '0281-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:36', '2023-10-31 16:05:36'),
(275480, 2338, '0281-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:36', '2023-10-31 16:05:36'),
(275481, 2338, '0281-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:36', '2023-10-31 16:05:36'),
(275482, 2338, '0281-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:36', '2023-10-31 16:05:36'),
(275483, 2338, '0281-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:36', '2023-10-31 16:05:36'),
(275484, 2338, '0281-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:36', '2023-10-31 16:05:36'),
(275485, 2338, '0281-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:36', '2023-10-31 16:05:36'),
(275486, 2338, '0282-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:36', '2023-10-31 16:05:36'),
(275487, 2338, '0282-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:36', '2023-10-31 16:05:36'),
(275488, 2338, '0282-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:36', '2023-10-31 16:05:36'),
(275489, 2338, '0282-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:36', '2023-10-31 16:05:36'),
(275490, 2338, '0282-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:36', '2023-10-31 16:05:36'),
(275491, 2338, '0282-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:36', '2023-10-31 16:05:36'),
(275492, 2338, '0282-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:36', '2023-10-31 16:05:36'),
(275493, 2338, '0282-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:36', '2023-10-31 16:05:36'),
(275494, 2338, '0282-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:36', '2023-10-31 16:05:36'),
(275495, 2338, '0282-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:36', '2023-10-31 16:05:36'),
(275496, 2338, '0282-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:36', '2023-10-31 16:05:36'),
(275497, 2338, '0282-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:36', '2023-10-31 16:05:36'),
(275498, 2338, '0283-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:36', '2023-10-31 16:05:36'),
(275499, 2338, '0283-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:36', '2023-10-31 16:05:36'),
(275500, 2338, '0283-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:36', '2023-10-31 16:05:36'),
(275501, 2338, '0283-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:36', '2023-10-31 16:05:36'),
(275502, 2338, '0283-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:36', '2023-10-31 16:05:36'),
(275503, 2338, '0283-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:36', '2023-10-31 16:05:36'),
(275504, 2338, '0283-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:36', '2023-10-31 16:05:36'),
(275505, 2338, '0283-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:36', '2023-10-31 16:05:36'),
(275506, 2338, '0283-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:36', '2023-10-31 16:05:36'),
(275507, 2338, '0283-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:36', '2023-10-31 16:05:36'),
(275508, 2338, '0283-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:36', '2023-10-31 16:05:36'),
(275509, 2338, '0283-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:36', '2023-10-31 16:05:36'),
(275510, 2338, '0284-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:36', '2023-10-31 16:05:36'),
(275511, 2338, '0284-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:36', '2023-10-31 16:05:36'),
(275512, 2338, '0284-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:36', '2023-10-31 16:05:36'),
(275513, 2338, '0284-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:36', '2023-10-31 16:05:36'),
(275514, 2338, '0284-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:36', '2023-10-31 16:05:36'),
(275515, 2338, '0284-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:36', '2023-10-31 16:05:36'),
(275516, 2338, '0284-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:36', '2023-10-31 16:05:36'),
(275517, 2338, '0284-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:36', '2023-10-31 16:05:36'),
(275518, 2338, '0284-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:36', '2023-10-31 16:05:36'),
(275519, 2338, '0284-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:36', '2023-10-31 16:05:36'),
(275520, 2338, '0284-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:36', '2023-10-31 16:05:36'),
(275521, 2338, '0284-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:36', '2023-10-31 16:05:36'),
(275522, 2338, '0285-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:36', '2023-10-31 16:05:36'),
(275523, 2338, '0285-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:36', '2023-10-31 16:05:36'),
(275524, 2338, '0285-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:36', '2023-10-31 16:05:36'),
(275525, 2338, '0285-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:36', '2023-10-31 16:05:36'),
(275526, 2338, '0285-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:36', '2023-10-31 16:05:36'),
(275527, 2338, '0285-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:36', '2023-10-31 16:05:36'),
(275528, 2338, '0285-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:36', '2023-10-31 16:05:36'),
(275529, 2338, '0285-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:36', '2023-10-31 16:05:36'),
(275530, 2338, '0285-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:37', '2023-10-31 16:05:37'),
(275531, 2338, '0285-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:37', '2023-10-31 16:05:37'),
(275532, 2338, '0285-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:37', '2023-10-31 16:05:37'),
(275533, 2338, '0285-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:37', '2023-10-31 16:05:37'),
(275534, 2338, '0286-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:37', '2023-10-31 16:05:37'),
(275535, 2338, '0286-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:37', '2023-10-31 16:05:37'),
(275536, 2338, '0286-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:37', '2023-10-31 16:05:37'),
(275537, 2338, '0286-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:37', '2023-10-31 16:05:37'),
(275538, 2338, '0286-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:37', '2023-10-31 16:05:37'),
(275539, 2338, '0286-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:37', '2023-10-31 16:05:37'),
(275540, 2338, '0286-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:37', '2023-10-31 16:05:37'),
(275541, 2338, '0286-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:37', '2023-10-31 16:05:37'),
(275542, 2338, '0286-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:37', '2023-10-31 16:05:37'),
(275543, 2338, '0286-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:37', '2023-10-31 16:05:37'),
(275544, 2338, '0286-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:37', '2023-10-31 16:05:37'),
(275545, 2338, '0286-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:37', '2023-10-31 16:05:37'),
(275546, 2338, '0287-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:37', '2023-10-31 16:05:37'),
(275547, 2338, '0287-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:37', '2023-10-31 16:05:37'),
(275548, 2338, '0287-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:37', '2023-10-31 16:05:37'),
(275549, 2338, '0287-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:37', '2023-10-31 16:05:37'),
(275550, 2338, '0287-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:37', '2023-10-31 16:05:37'),
(275551, 2338, '0287-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:37', '2023-10-31 16:05:37'),
(275552, 2338, '0287-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:37', '2023-10-31 16:05:37'),
(275553, 2338, '0287-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:37', '2023-10-31 16:05:37'),
(275554, 2338, '0287-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:37', '2023-10-31 16:05:37'),
(275555, 2338, '0287-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:37', '2023-10-31 16:05:37'),
(275556, 2338, '0287-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:37', '2023-10-31 16:05:37'),
(275557, 2338, '0287-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:37', '2023-10-31 16:05:37'),
(275558, 2338, '0288-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:37', '2023-10-31 16:05:37'),
(275559, 2338, '0288-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:37', '2023-10-31 16:05:37'),
(275560, 2338, '0288-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:37', '2023-10-31 16:05:37'),
(275561, 2338, '0288-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:37', '2023-10-31 16:05:37'),
(275562, 2338, '0288-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:37', '2023-10-31 16:05:37'),
(275563, 2338, '0288-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:37', '2023-10-31 16:05:37'),
(275564, 2338, '0288-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:37', '2023-10-31 16:05:37'),
(275565, 2338, '0288-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:37', '2023-10-31 16:05:37'),
(275566, 2338, '0288-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:37', '2023-10-31 16:05:37'),
(275567, 2338, '0288-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:37', '2023-10-31 16:05:37'),
(275568, 2338, '0288-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:37', '2023-10-31 16:05:37'),
(275569, 2338, '0288-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:37', '2023-10-31 16:05:37'),
(275570, 2338, '0289-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:37', '2023-10-31 16:05:37'),
(275571, 2338, '0289-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:37', '2023-10-31 16:05:37'),
(275572, 2338, '0289-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:37', '2023-10-31 16:05:37'),
(275573, 2338, '0289-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:37', '2023-10-31 16:05:37'),
(275574, 2338, '0289-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:37', '2023-10-31 16:05:37'),
(275575, 2338, '0289-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:37', '2023-10-31 16:05:37'),
(275576, 2338, '0289-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:37', '2023-10-31 16:05:37'),
(275577, 2338, '0289-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:37', '2023-10-31 16:05:37'),
(275578, 2338, '0289-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:37', '2023-10-31 16:05:37'),
(275579, 2338, '0289-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:37', '2023-10-31 16:05:37'),
(275580, 2338, '0289-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:37', '2023-10-31 16:05:37'),
(275581, 2338, '0289-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:37', '2023-10-31 16:05:37'),
(275582, 2338, '0290-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:37', '2023-10-31 16:05:37'),
(275583, 2338, '0290-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:37', '2023-10-31 16:05:37'),
(275584, 2338, '0290-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:37', '2023-10-31 16:05:37'),
(275585, 2338, '0290-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:37', '2023-10-31 16:05:37'),
(275586, 2338, '0290-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:37', '2023-10-31 16:05:37'),
(275587, 2338, '0290-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:37', '2023-10-31 16:05:37'),
(275588, 2338, '0290-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:37', '2023-10-31 16:05:37'),
(275589, 2338, '0290-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:37', '2023-10-31 16:05:37'),
(275590, 2338, '0290-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:37', '2023-10-31 16:05:37'),
(275591, 2338, '0290-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:37', '2023-10-31 16:05:37'),
(275592, 2338, '0290-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:37', '2023-10-31 16:05:37'),
(275593, 2338, '0290-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:37', '2023-10-31 16:05:37'),
(275594, 2338, '0291-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:37', '2023-10-31 16:05:37'),
(275595, 2338, '0291-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:37', '2023-10-31 16:05:37'),
(275596, 2338, '0291-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:37', '2023-10-31 16:05:37'),
(275597, 2338, '0291-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:37', '2023-10-31 16:05:37'),
(275598, 2338, '0291-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:37', '2023-10-31 16:05:37'),
(275599, 2338, '0291-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:37', '2023-10-31 16:05:37'),
(275600, 2338, '0291-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:37', '2023-10-31 16:05:37'),
(275601, 2338, '0291-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:37', '2023-10-31 16:05:37'),
(275602, 2338, '0291-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:37', '2023-10-31 16:05:37'),
(275603, 2338, '0291-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:37', '2023-10-31 16:05:37'),
(275604, 2338, '0291-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:37', '2023-10-31 16:05:37'),
(275605, 2338, '0291-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:37', '2023-10-31 16:05:37'),
(275606, 2338, '0292-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:37', '2023-10-31 16:05:37'),
(275607, 2338, '0292-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:37', '2023-10-31 16:05:37'),
(275608, 2338, '0292-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:37', '2023-10-31 16:05:37'),
(275609, 2338, '0292-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:37', '2023-10-31 16:05:37'),
(275610, 2338, '0292-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:37', '2023-10-31 16:05:37'),
(275611, 2338, '0292-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:37', '2023-10-31 16:05:37'),
(275612, 2338, '0292-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:37', '2023-10-31 16:05:37'),
(275613, 2338, '0292-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:37', '2023-10-31 16:05:37'),
(275614, 2338, '0292-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:37', '2023-10-31 16:05:37'),
(275615, 2338, '0292-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:37', '2023-10-31 16:05:37'),
(275616, 2338, '0292-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:37', '2023-10-31 16:05:37'),
(275617, 2338, '0292-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:37', '2023-10-31 16:05:37'),
(275618, 2338, '0293-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:37', '2023-10-31 16:05:37'),
(275619, 2338, '0293-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:37', '2023-10-31 16:05:37'),
(275620, 2338, '0293-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:37', '2023-10-31 16:05:37'),
(275621, 2338, '0293-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:37', '2023-10-31 16:05:37'),
(275622, 2338, '0293-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:37', '2023-10-31 16:05:37'),
(275623, 2338, '0293-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:37', '2023-10-31 16:05:37'),
(275624, 2338, '0293-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:37', '2023-10-31 16:05:37'),
(275625, 2338, '0293-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:37', '2023-10-31 16:05:37'),
(275626, 2338, '0293-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:37', '2023-10-31 16:05:37'),
(275627, 2338, '0293-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:37', '2023-10-31 16:05:37'),
(275628, 2338, '0293-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:37', '2023-10-31 16:05:37'),
(275629, 2338, '0293-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:37', '2023-10-31 16:05:37'),
(275630, 2338, '0294-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:37', '2023-10-31 16:05:37'),
(275631, 2338, '0294-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:37', '2023-10-31 16:05:37'),
(275632, 2338, '0294-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:37', '2023-10-31 16:05:37'),
(275633, 2338, '0294-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:37', '2023-10-31 16:05:37'),
(275634, 2338, '0294-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:37', '2023-10-31 16:05:37'),
(275635, 2338, '0294-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:37', '2023-10-31 16:05:37'),
(275636, 2338, '0294-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:37', '2023-10-31 16:05:37'),
(275637, 2338, '0294-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:37', '2023-10-31 16:05:37'),
(275638, 2338, '0294-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:37', '2023-10-31 16:05:37'),
(275639, 2338, '0294-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:37', '2023-10-31 16:05:37'),
(275640, 2338, '0294-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:37', '2023-10-31 16:05:37'),
(275641, 2338, '0294-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:37', '2023-10-31 16:05:37'),
(275642, 2338, '0295-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:37', '2023-10-31 16:05:37'),
(275643, 2338, '0295-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:37', '2023-10-31 16:05:37'),
(275644, 2338, '0295-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:37', '2023-10-31 16:05:37'),
(275645, 2338, '0295-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:37', '2023-10-31 16:05:37'),
(275646, 2338, '0295-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:37', '2023-10-31 16:05:37'),
(275647, 2338, '0295-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:37', '2023-10-31 16:05:37'),
(275648, 2338, '0295-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:37', '2023-10-31 16:05:37'),
(275649, 2338, '0295-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:37', '2023-10-31 16:05:37'),
(275650, 2338, '0295-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:37', '2023-10-31 16:05:37'),
(275651, 2338, '0295-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:37', '2023-10-31 16:05:37'),
(275652, 2338, '0295-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:37', '2023-10-31 16:05:37'),
(275653, 2338, '0295-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:37', '2023-10-31 16:05:37'),
(275654, 2338, '0296-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:37', '2023-10-31 16:05:37'),
(275655, 2338, '0296-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:37', '2023-10-31 16:05:37'),
(275656, 2338, '0296-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:37', '2023-10-31 16:05:37'),
(275657, 2338, '0296-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:37', '2023-10-31 16:05:37'),
(275658, 2338, '0296-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:37', '2023-10-31 16:05:37'),
(275659, 2338, '0296-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:37', '2023-10-31 16:05:37'),
(275660, 2338, '0296-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:37', '2023-10-31 16:05:37'),
(275661, 2338, '0296-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:37', '2023-10-31 16:05:37'),
(275662, 2338, '0296-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:37', '2023-10-31 16:05:37'),
(275663, 2338, '0296-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:37', '2023-10-31 16:05:37'),
(275664, 2338, '0296-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:37', '2023-10-31 16:05:37'),
(275665, 2338, '0296-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:37', '2023-10-31 16:05:37'),
(275666, 2338, '0297-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:37', '2023-10-31 16:05:37'),
(275667, 2338, '0297-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:37', '2023-10-31 16:05:37'),
(275668, 2338, '0297-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:37', '2023-10-31 16:05:37'),
(275669, 2338, '0297-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:37', '2023-10-31 16:05:37'),
(275670, 2338, '0297-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:37', '2023-10-31 16:05:37'),
(275671, 2338, '0297-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:37', '2023-10-31 16:05:37'),
(275672, 2338, '0297-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:37', '2023-10-31 16:05:37'),
(275673, 2338, '0297-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:37', '2023-10-31 16:05:37'),
(275674, 2338, '0297-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:37', '2023-10-31 16:05:37'),
(275675, 2338, '0297-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:37', '2023-10-31 16:05:37'),
(275676, 2338, '0297-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:37', '2023-10-31 16:05:37'),
(275677, 2338, '0297-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:37', '2023-10-31 16:05:37'),
(275678, 2338, '0298-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:37', '2023-10-31 16:05:37'),
(275679, 2338, '0298-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:37', '2023-10-31 16:05:37'),
(275680, 2338, '0298-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:37', '2023-10-31 16:05:37'),
(275681, 2338, '0298-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:37', '2023-10-31 16:05:37'),
(275682, 2338, '0298-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:37', '2023-10-31 16:05:37'),
(275683, 2338, '0298-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:37', '2023-10-31 16:05:37'),
(275684, 2338, '0298-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:37', '2023-10-31 16:05:37'),
(275685, 2338, '0298-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:37', '2023-10-31 16:05:37'),
(275686, 2338, '0298-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:37', '2023-10-31 16:05:37'),
(275687, 2338, '0298-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:37', '2023-10-31 16:05:37'),
(275688, 2338, '0298-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:37', '2023-10-31 16:05:37'),
(275689, 2338, '0298-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:37', '2023-10-31 16:05:37'),
(275690, 2338, '0299-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:37', '2023-10-31 16:05:37'),
(275691, 2338, '0299-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:37', '2023-10-31 16:05:37'),
(275692, 2338, '0299-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:37', '2023-10-31 16:05:37'),
(275693, 2338, '0299-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:37', '2023-10-31 16:05:37'),
(275694, 2338, '0299-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:37', '2023-10-31 16:05:37'),
(275695, 2338, '0299-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:37', '2023-10-31 16:05:37'),
(275696, 2338, '0299-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:37', '2023-10-31 16:05:37'),
(275697, 2338, '0299-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:37', '2023-10-31 16:05:37'),
(275698, 2338, '0299-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:37', '2023-10-31 16:05:37'),
(275699, 2338, '0299-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:37', '2023-10-31 16:05:37'),
(275700, 2338, '0299-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:37', '2023-10-31 16:05:37'),
(275701, 2338, '0299-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:37', '2023-10-31 16:05:37'),
(275702, 2338, '0300-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:37', '2023-10-31 16:05:37'),
(275703, 2338, '0300-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:37', '2023-10-31 16:05:37'),
(275704, 2338, '0300-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:37', '2023-10-31 16:05:37'),
(275705, 2338, '0300-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:37', '2023-10-31 16:05:37'),
(275706, 2338, '0300-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:37', '2023-10-31 16:05:37'),
(275707, 2338, '0300-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:37', '2023-10-31 16:05:37'),
(275708, 2338, '0300-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:37', '2023-10-31 16:05:37'),
(275709, 2338, '0300-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:37', '2023-10-31 16:05:37'),
(275710, 2338, '0300-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:37', '2023-10-31 16:05:37'),
(275711, 2338, '0300-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:37', '2023-10-31 16:05:37'),
(275712, 2338, '0300-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:37', '2023-10-31 16:05:37'),
(275713, 2338, '0300-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:37', '2023-10-31 16:05:37'),
(275714, 2338, '0301-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:37', '2023-10-31 16:05:37'),
(275715, 2338, '0301-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:37', '2023-10-31 16:05:37'),
(275716, 2338, '0301-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:37', '2023-10-31 16:05:37'),
(275717, 2338, '0301-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:37', '2023-10-31 16:05:37'),
(275718, 2338, '0301-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:37', '2023-10-31 16:05:37'),
(275719, 2338, '0301-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:37', '2023-10-31 16:05:37'),
(275720, 2338, '0301-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:37', '2023-10-31 16:05:37'),
(275721, 2338, '0301-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:37', '2023-10-31 16:05:37'),
(275722, 2338, '0301-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:37', '2023-10-31 16:05:37'),
(275723, 2338, '0301-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:38', '2023-10-31 16:05:38'),
(275724, 2338, '0301-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:38', '2023-10-31 16:05:38'),
(275725, 2338, '0301-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:38', '2023-10-31 16:05:38'),
(275726, 2338, '0302-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:38', '2023-10-31 16:05:38'),
(275727, 2338, '0302-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:38', '2023-10-31 16:05:38'),
(275728, 2338, '0302-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:38', '2023-10-31 16:05:38'),
(275729, 2338, '0302-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:38', '2023-10-31 16:05:38'),
(275730, 2338, '0302-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:38', '2023-10-31 16:05:38'),
(275731, 2338, '0302-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:38', '2023-10-31 16:05:38'),
(275732, 2338, '0302-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:38', '2023-10-31 16:05:38'),
(275733, 2338, '0302-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:38', '2023-10-31 16:05:38'),
(275734, 2338, '0302-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:38', '2023-10-31 16:05:38'),
(275735, 2338, '0302-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:38', '2023-10-31 16:05:38'),
(275736, 2338, '0302-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:38', '2023-10-31 16:05:38'),
(275737, 2338, '0302-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:38', '2023-10-31 16:05:38'),
(275738, 2338, '0303-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:38', '2023-10-31 16:05:38'),
(275739, 2338, '0303-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:38', '2023-10-31 16:05:38'),
(275740, 2338, '0303-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:38', '2023-10-31 16:05:38'),
(275741, 2338, '0303-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:38', '2023-10-31 16:05:38'),
(275742, 2338, '0303-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:38', '2023-10-31 16:05:38'),
(275743, 2338, '0303-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:38', '2023-10-31 16:05:38'),
(275744, 2338, '0303-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:38', '2023-10-31 16:05:38'),
(275745, 2338, '0303-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:38', '2023-10-31 16:05:38'),
(275746, 2338, '0303-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:38', '2023-10-31 16:05:38'),
(275747, 2338, '0303-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:38', '2023-10-31 16:05:38'),
(275748, 2338, '0303-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:38', '2023-10-31 16:05:38'),
(275749, 2338, '0303-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:38', '2023-10-31 16:05:38'),
(275750, 2338, '0304-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:38', '2023-10-31 16:05:38'),
(275751, 2338, '0304-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:38', '2023-10-31 16:05:38'),
(275752, 2338, '0304-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:38', '2023-10-31 16:05:38'),
(275753, 2338, '0304-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:38', '2023-10-31 16:05:38'),
(275754, 2338, '0304-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:38', '2023-10-31 16:05:38'),
(275755, 2338, '0304-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:38', '2023-10-31 16:05:38'),
(275756, 2338, '0304-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:38', '2023-10-31 16:05:38'),
(275757, 2338, '0304-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:38', '2023-10-31 16:05:38'),
(275758, 2338, '0304-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:38', '2023-10-31 16:05:38'),
(275759, 2338, '0304-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:38', '2023-10-31 16:05:38'),
(275760, 2338, '0304-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:38', '2023-10-31 16:05:38'),
(275761, 2338, '0304-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:38', '2023-10-31 16:05:38'),
(275762, 2338, '0305-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:38', '2023-10-31 16:05:38'),
(275763, 2338, '0305-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:38', '2023-10-31 16:05:38'),
(275764, 2338, '0305-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:38', '2023-10-31 16:05:38'),
(275765, 2338, '0305-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:38', '2023-10-31 16:05:38'),
(275766, 2338, '0305-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:38', '2023-10-31 16:05:38'),
(275767, 2338, '0305-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:38', '2023-10-31 16:05:38'),
(275768, 2338, '0305-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:38', '2023-10-31 16:05:38'),
(275769, 2338, '0305-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:38', '2023-10-31 16:05:38'),
(275770, 2338, '0305-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:38', '2023-10-31 16:05:38'),
(275771, 2338, '0305-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:38', '2023-10-31 16:05:38'),
(275772, 2338, '0305-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:38', '2023-10-31 16:05:38'),
(275773, 2338, '0305-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:38', '2023-10-31 16:05:38'),
(275774, 2338, '0306-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:38', '2023-10-31 16:05:38'),
(275775, 2338, '0306-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:38', '2023-10-31 16:05:38'),
(275776, 2338, '0306-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:38', '2023-10-31 16:05:38'),
(275777, 2338, '0306-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:38', '2023-10-31 16:05:38'),
(275778, 2338, '0306-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:38', '2023-10-31 16:05:38'),
(275779, 2338, '0306-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:38', '2023-10-31 16:05:38'),
(275780, 2338, '0306-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:38', '2023-10-31 16:05:38'),
(275781, 2338, '0306-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:38', '2023-10-31 16:05:38'),
(275782, 2338, '0306-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:38', '2023-10-31 16:05:38'),
(275783, 2338, '0306-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:38', '2023-10-31 16:05:38'),
(275784, 2338, '0306-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:38', '2023-10-31 16:05:38'),
(275785, 2338, '0306-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:38', '2023-10-31 16:05:38'),
(275786, 2338, '0307-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:38', '2023-10-31 16:05:38'),
(275787, 2338, '0307-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:38', '2023-10-31 16:05:38'),
(275788, 2338, '0307-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:38', '2023-10-31 16:05:38'),
(275789, 2338, '0307-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:38', '2023-10-31 16:05:38'),
(275790, 2338, '0307-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:38', '2023-10-31 16:05:38'),
(275791, 2338, '0307-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:38', '2023-10-31 16:05:38'),
(275792, 2338, '0307-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:38', '2023-10-31 16:05:38'),
(275793, 2338, '0307-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:38', '2023-10-31 16:05:38'),
(275794, 2338, '0307-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:38', '2023-10-31 16:05:38'),
(275795, 2338, '0307-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:38', '2023-10-31 16:05:38'),
(275796, 2338, '0307-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:38', '2023-10-31 16:05:38'),
(275797, 2338, '0307-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:38', '2023-10-31 16:05:38'),
(275798, 2338, '0308-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:38', '2023-10-31 16:05:38'),
(275799, 2338, '0308-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:38', '2023-10-31 16:05:38'),
(275800, 2338, '0308-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:38', '2023-10-31 16:05:38'),
(275801, 2338, '0308-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:38', '2023-10-31 16:05:38'),
(275802, 2338, '0308-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:38', '2023-10-31 16:05:38'),
(275803, 2338, '0308-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:38', '2023-10-31 16:05:38'),
(275804, 2338, '0308-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:38', '2023-10-31 16:05:38'),
(275805, 2338, '0308-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:38', '2023-10-31 16:05:38'),
(275806, 2338, '0308-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:38', '2023-10-31 16:05:38'),
(275807, 2338, '0308-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:38', '2023-10-31 16:05:38'),
(275808, 2338, '0308-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:38', '2023-10-31 16:05:38'),
(275809, 2338, '0308-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:38', '2023-10-31 16:05:38'),
(275810, 2338, '0309-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:38', '2023-10-31 16:05:38'),
(275811, 2338, '0309-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:38', '2023-10-31 16:05:38'),
(275812, 2338, '0309-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:38', '2023-10-31 16:05:38'),
(275813, 2338, '0309-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:38', '2023-10-31 16:05:38'),
(275814, 2338, '0309-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:38', '2023-10-31 16:05:38'),
(275815, 2338, '0309-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:38', '2023-10-31 16:05:38'),
(275816, 2338, '0309-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:38', '2023-10-31 16:05:38'),
(275817, 2338, '0309-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:38', '2023-10-31 16:05:38'),
(275818, 2338, '0309-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:38', '2023-10-31 16:05:38'),
(275819, 2338, '0309-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:38', '2023-10-31 16:05:38'),
(275820, 2338, '0309-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:38', '2023-10-31 16:05:38'),
(275821, 2338, '0309-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:38', '2023-10-31 16:05:38'),
(275822, 2338, '0310-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:38', '2023-10-31 16:05:38'),
(275823, 2338, '0310-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:38', '2023-10-31 16:05:38'),
(275824, 2338, '0310-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:38', '2023-10-31 16:05:38'),
(275825, 2338, '0310-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:38', '2023-10-31 16:05:38'),
(275826, 2338, '0310-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:38', '2023-10-31 16:05:38'),
(275827, 2338, '0310-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:38', '2023-10-31 16:05:38'),
(275828, 2338, '0310-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:38', '2023-10-31 16:05:38'),
(275829, 2338, '0310-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:38', '2023-10-31 16:05:38'),
(275830, 2338, '0310-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:38', '2023-10-31 16:05:38'),
(275831, 2338, '0310-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:38', '2023-10-31 16:05:38'),
(275832, 2338, '0310-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:38', '2023-10-31 16:05:38'),
(275833, 2338, '0310-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:38', '2023-10-31 16:05:38'),
(275834, 2338, '0311-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:38', '2023-10-31 16:05:38'),
(275835, 2338, '0311-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:38', '2023-10-31 16:05:38'),
(275836, 2338, '0311-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:38', '2023-10-31 16:05:38'),
(275837, 2338, '0311-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:38', '2023-10-31 16:05:38'),
(275838, 2338, '0311-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:38', '2023-10-31 16:05:38'),
(275839, 2338, '0311-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:38', '2023-10-31 16:05:38'),
(275840, 2338, '0311-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:38', '2023-10-31 16:05:38'),
(275841, 2338, '0311-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:38', '2023-10-31 16:05:38'),
(275842, 2338, '0311-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:38', '2023-10-31 16:05:38'),
(275843, 2338, '0311-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:38', '2023-10-31 16:05:38'),
(275844, 2338, '0311-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:38', '2023-10-31 16:05:38'),
(275845, 2338, '0311-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:38', '2023-10-31 16:05:38'),
(275846, 2338, '0312-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:38', '2023-10-31 16:05:38'),
(275847, 2338, '0312-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:38', '2023-10-31 16:05:38'),
(275848, 2338, '0312-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:38', '2023-10-31 16:05:38'),
(275849, 2338, '0312-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:38', '2023-10-31 16:05:38'),
(275850, 2338, '0312-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:38', '2023-10-31 16:05:38'),
(275851, 2338, '0312-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:38', '2023-10-31 16:05:38'),
(275852, 2338, '0312-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:38', '2023-10-31 16:05:38'),
(275853, 2338, '0312-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:38', '2023-10-31 16:05:38'),
(275854, 2338, '0312-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:38', '2023-10-31 16:05:38'),
(275855, 2338, '0312-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:38', '2023-10-31 16:05:38'),
(275856, 2338, '0312-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:38', '2023-10-31 16:05:38'),
(275857, 2338, '0312-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:38', '2023-10-31 16:05:38'),
(275858, 2338, '0313-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:38', '2023-10-31 16:05:38'),
(275859, 2338, '0313-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:38', '2023-10-31 16:05:38'),
(275860, 2338, '0313-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:38', '2023-10-31 16:05:38'),
(275861, 2338, '0313-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:38', '2023-10-31 16:05:38'),
(275862, 2338, '0313-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:38', '2023-10-31 16:05:38'),
(275863, 2338, '0313-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:38', '2023-10-31 16:05:38'),
(275864, 2338, '0313-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:38', '2023-10-31 16:05:38'),
(275865, 2338, '0313-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:38', '2023-10-31 16:05:38'),
(275866, 2338, '0313-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:38', '2023-10-31 16:05:38'),
(275867, 2338, '0313-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:38', '2023-10-31 16:05:38'),
(275868, 2338, '0313-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:38', '2023-10-31 16:05:38'),
(275869, 2338, '0313-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:38', '2023-10-31 16:05:38'),
(275870, 2338, '0314-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:38', '2023-10-31 16:05:38'),
(275871, 2338, '0314-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:38', '2023-10-31 16:05:38'),
(275872, 2338, '0314-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:38', '2023-10-31 16:05:38'),
(275873, 2338, '0314-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:38', '2023-10-31 16:05:38'),
(275874, 2338, '0314-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:38', '2023-10-31 16:05:38'),
(275875, 2338, '0314-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:38', '2023-10-31 16:05:38'),
(275876, 2338, '0314-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:38', '2023-10-31 16:05:38'),
(275877, 2338, '0314-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:38', '2023-10-31 16:05:38'),
(275878, 2338, '0314-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:38', '2023-10-31 16:05:38'),
(275879, 2338, '0314-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:38', '2023-10-31 16:05:38'),
(275880, 2338, '0314-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:38', '2023-10-31 16:05:38'),
(275881, 2338, '0314-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:38', '2023-10-31 16:05:38'),
(275882, 2338, '0315-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:38', '2023-10-31 16:05:38'),
(275883, 2338, '0315-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:38', '2023-10-31 16:05:38'),
(275884, 2338, '0315-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:38', '2023-10-31 16:05:38'),
(275885, 2338, '0315-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:38', '2023-10-31 16:05:38'),
(275886, 2338, '0315-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:38', '2023-10-31 16:05:38'),
(275887, 2338, '0315-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:38', '2023-10-31 16:05:38'),
(275888, 2338, '0315-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:38', '2023-10-31 16:05:38'),
(275889, 2338, '0315-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:38', '2023-10-31 16:05:38'),
(275890, 2338, '0315-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:38', '2023-10-31 16:05:38'),
(275891, 2338, '0315-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:38', '2023-10-31 16:05:38'),
(275892, 2338, '0315-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:38', '2023-10-31 16:05:38'),
(275893, 2338, '0315-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:38', '2023-10-31 16:05:38'),
(275894, 2338, '0316-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:38', '2023-10-31 16:05:38'),
(275895, 2338, '0316-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:38', '2023-10-31 16:05:38'),
(275896, 2338, '0316-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:38', '2023-10-31 16:05:38'),
(275897, 2338, '0316-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:38', '2023-10-31 16:05:38'),
(275898, 2338, '0316-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:38', '2023-10-31 16:05:38'),
(275899, 2338, '0316-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:38', '2023-10-31 16:05:38'),
(275900, 2338, '0316-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:38', '2023-10-31 16:05:38'),
(275901, 2338, '0316-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:38', '2023-10-31 16:05:38'),
(275902, 2338, '0316-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:38', '2023-10-31 16:05:38'),
(275903, 2338, '0316-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:38', '2023-10-31 16:05:38'),
(275904, 2338, '0316-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:38', '2023-10-31 16:05:38'),
(275905, 2338, '0316-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:38', '2023-10-31 16:05:38'),
(275906, 2338, '0317-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:38', '2023-10-31 16:05:38'),
(275907, 2338, '0317-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:38', '2023-10-31 16:05:38'),
(275908, 2338, '0317-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:38', '2023-10-31 16:05:38'),
(275909, 2338, '0317-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:38', '2023-10-31 16:05:38'),
(275910, 2338, '0317-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:38', '2023-10-31 16:05:38'),
(275911, 2338, '0317-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:38', '2023-10-31 16:05:38'),
(275912, 2338, '0317-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:38', '2023-10-31 16:05:38'),
(275913, 2338, '0317-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:38', '2023-10-31 16:05:38'),
(275914, 2338, '0317-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:38', '2023-10-31 16:05:38'),
(275915, 2338, '0317-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:38', '2023-10-31 16:05:38'),
(275916, 2338, '0317-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:38', '2023-10-31 16:05:38'),
(275917, 2338, '0317-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:38', '2023-10-31 16:05:38'),
(275918, 2338, '0318-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:38', '2023-10-31 16:05:38'),
(275919, 2338, '0318-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:38', '2023-10-31 16:05:38'),
(275920, 2338, '0318-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:38', '2023-10-31 16:05:38'),
(275921, 2338, '0318-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:38', '2023-10-31 16:05:38'),
(275922, 2338, '0318-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:38', '2023-10-31 16:05:38'),
(275923, 2338, '0318-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:38', '2023-10-31 16:05:38'),
(275924, 2338, '0318-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:38', '2023-10-31 16:05:38'),
(275925, 2338, '0318-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:38', '2023-10-31 16:05:38'),
(275926, 2338, '0318-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:38', '2023-10-31 16:05:38'),
(275927, 2338, '0318-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:38', '2023-10-31 16:05:38'),
(275928, 2338, '0318-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:38', '2023-10-31 16:05:38'),
(275929, 2338, '0318-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:38', '2023-10-31 16:05:38'),
(275930, 2338, '0319-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:38', '2023-10-31 16:05:38'),
(275931, 2338, '0319-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:38', '2023-10-31 16:05:38'),
(275932, 2338, '0319-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:38', '2023-10-31 16:05:38'),
(275933, 2338, '0319-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:38', '2023-10-31 16:05:38'),
(275934, 2338, '0319-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:38', '2023-10-31 16:05:38'),
(275935, 2338, '0319-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:38', '2023-10-31 16:05:38'),
(275936, 2338, '0319-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:38', '2023-10-31 16:05:38'),
(275937, 2338, '0319-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:38', '2023-10-31 16:05:38');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(275938, 2338, '0319-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:38', '2023-10-31 16:05:38'),
(275939, 2338, '0319-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:39', '2023-10-31 16:05:39'),
(275940, 2338, '0319-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:39', '2023-10-31 16:05:39'),
(275941, 2338, '0319-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:39', '2023-10-31 16:05:39'),
(275942, 2338, '0320-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:39', '2023-10-31 16:05:39'),
(275943, 2338, '0320-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:39', '2023-10-31 16:05:39'),
(275944, 2338, '0320-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:39', '2023-10-31 16:05:39'),
(275945, 2338, '0320-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:39', '2023-10-31 16:05:39'),
(275946, 2338, '0320-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:39', '2023-10-31 16:05:39'),
(275947, 2338, '0320-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:39', '2023-10-31 16:05:39'),
(275948, 2338, '0320-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:39', '2023-10-31 16:05:39'),
(275949, 2338, '0320-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:39', '2023-10-31 16:05:39'),
(275950, 2338, '0320-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:39', '2023-10-31 16:05:39'),
(275951, 2338, '0320-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:39', '2023-10-31 16:05:39'),
(275952, 2338, '0320-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:39', '2023-10-31 16:05:39'),
(275953, 2338, '0320-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:39', '2023-10-31 16:05:39'),
(275954, 2338, '0321-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:39', '2023-10-31 16:05:39'),
(275955, 2338, '0321-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:39', '2023-10-31 16:05:39'),
(275956, 2338, '0321-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:39', '2023-10-31 16:05:39'),
(275957, 2338, '0321-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:39', '2023-10-31 16:05:39'),
(275958, 2338, '0321-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:39', '2023-10-31 16:05:39'),
(275959, 2338, '0321-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:39', '2023-10-31 16:05:39'),
(275960, 2338, '0321-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:39', '2023-10-31 16:05:39'),
(275961, 2338, '0321-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:39', '2023-10-31 16:05:39'),
(275962, 2338, '0321-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:39', '2023-10-31 16:05:39'),
(275963, 2338, '0321-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:39', '2023-10-31 16:05:39'),
(275964, 2338, '0321-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:39', '2023-10-31 16:05:39'),
(275965, 2338, '0321-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:39', '2023-10-31 16:05:39'),
(275966, 2338, '0322-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:39', '2023-10-31 16:05:39'),
(275967, 2338, '0322-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:39', '2023-10-31 16:05:39'),
(275968, 2338, '0322-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:39', '2023-10-31 16:05:39'),
(275969, 2338, '0322-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:39', '2023-10-31 16:05:39'),
(275970, 2338, '0322-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:39', '2023-10-31 16:05:39'),
(275971, 2338, '0322-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:39', '2023-10-31 16:05:39'),
(275972, 2338, '0322-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:39', '2023-10-31 16:05:39'),
(275973, 2338, '0322-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:39', '2023-10-31 16:05:39'),
(275974, 2338, '0322-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:39', '2023-10-31 16:05:39'),
(275975, 2338, '0322-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:39', '2023-10-31 16:05:39'),
(275976, 2338, '0322-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:39', '2023-10-31 16:05:39'),
(275977, 2338, '0322-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:39', '2023-10-31 16:05:39'),
(275978, 2338, '0323-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:39', '2023-10-31 16:05:39'),
(275979, 2338, '0323-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:39', '2023-10-31 16:05:39'),
(275980, 2338, '0323-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:39', '2023-10-31 16:05:39'),
(275981, 2338, '0323-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:39', '2023-10-31 16:05:39'),
(275982, 2338, '0323-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:39', '2023-10-31 16:05:39'),
(275983, 2338, '0323-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:39', '2023-10-31 16:05:39'),
(275984, 2338, '0323-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:39', '2023-10-31 16:05:39'),
(275985, 2338, '0323-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:39', '2023-10-31 16:05:39'),
(275986, 2338, '0323-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:39', '2023-10-31 16:05:39'),
(275987, 2338, '0323-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:39', '2023-10-31 16:05:39'),
(275988, 2338, '0323-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:39', '2023-10-31 16:05:39'),
(275989, 2338, '0323-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:39', '2023-10-31 16:05:39'),
(275990, 2338, '0324-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:39', '2023-10-31 16:05:39'),
(275991, 2338, '0324-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:39', '2023-10-31 16:05:39'),
(275992, 2338, '0324-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:39', '2023-10-31 16:05:39'),
(275993, 2338, '0324-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:39', '2023-10-31 16:05:39'),
(275994, 2338, '0324-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:39', '2023-10-31 16:05:39'),
(275995, 2338, '0324-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:39', '2023-10-31 16:05:39'),
(275996, 2338, '0324-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:39', '2023-10-31 16:05:39'),
(275997, 2338, '0324-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:39', '2023-10-31 16:05:39'),
(275998, 2338, '0324-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:39', '2023-10-31 16:05:39'),
(275999, 2338, '0324-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:39', '2023-10-31 16:05:39'),
(276000, 2338, '0324-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:39', '2023-10-31 16:05:39'),
(276001, 2338, '0324-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:39', '2023-10-31 16:05:39'),
(276002, 2338, '0325-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:39', '2023-10-31 16:05:39'),
(276003, 2338, '0325-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:39', '2023-10-31 16:05:39'),
(276004, 2338, '0325-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:39', '2023-10-31 16:05:39'),
(276005, 2338, '0325-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:39', '2023-10-31 16:05:39'),
(276006, 2338, '0325-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:39', '2023-10-31 16:05:39'),
(276007, 2338, '0325-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:39', '2023-10-31 16:05:39'),
(276008, 2338, '0325-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:39', '2023-10-31 16:05:39'),
(276009, 2338, '0325-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:39', '2023-10-31 16:05:39'),
(276010, 2338, '0325-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:39', '2023-10-31 16:05:39'),
(276011, 2338, '0325-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:39', '2023-10-31 16:05:39'),
(276012, 2338, '0325-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:39', '2023-10-31 16:05:39'),
(276013, 2338, '0325-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:39', '2023-10-31 16:05:39'),
(276014, 2338, '0326-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:39', '2023-10-31 16:05:39'),
(276015, 2338, '0326-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:39', '2023-10-31 16:05:39'),
(276016, 2338, '0326-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:39', '2023-10-31 16:05:39'),
(276017, 2338, '0326-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:39', '2023-10-31 16:05:39'),
(276018, 2338, '0326-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:39', '2023-10-31 16:05:39'),
(276019, 2338, '0326-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:39', '2023-10-31 16:05:39'),
(276020, 2338, '0326-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:39', '2023-10-31 16:05:39'),
(276021, 2338, '0326-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:39', '2023-10-31 16:05:39'),
(276022, 2338, '0326-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:39', '2023-10-31 16:05:39'),
(276023, 2338, '0326-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:39', '2023-10-31 16:05:39'),
(276024, 2338, '0326-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:39', '2023-10-31 16:05:39'),
(276025, 2338, '0326-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:39', '2023-10-31 16:05:39'),
(276026, 2338, '0327-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:39', '2023-10-31 16:05:39'),
(276027, 2338, '0327-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:39', '2023-10-31 16:05:39'),
(276028, 2338, '0327-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:39', '2023-10-31 16:05:39'),
(276029, 2338, '0327-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:39', '2023-10-31 16:05:39'),
(276030, 2338, '0327-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:39', '2023-10-31 16:05:39'),
(276031, 2338, '0327-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:39', '2023-10-31 16:05:39'),
(276032, 2338, '0327-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:39', '2023-10-31 16:05:39'),
(276033, 2338, '0327-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:39', '2023-10-31 16:05:39'),
(276034, 2338, '0327-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:39', '2023-10-31 16:05:39'),
(276035, 2338, '0327-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:39', '2023-10-31 16:05:39'),
(276036, 2338, '0327-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:39', '2023-10-31 16:05:39'),
(276037, 2338, '0327-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:39', '2023-10-31 16:05:39'),
(276038, 2338, '0328-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:39', '2023-10-31 16:05:39'),
(276039, 2338, '0328-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:39', '2023-10-31 16:05:39'),
(276040, 2338, '0328-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:39', '2023-10-31 16:05:39'),
(276041, 2338, '0328-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:39', '2023-10-31 16:05:39'),
(276042, 2338, '0328-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:39', '2023-10-31 16:05:39'),
(276043, 2338, '0328-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:39', '2023-10-31 16:05:39'),
(276044, 2338, '0328-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:39', '2023-10-31 16:05:39'),
(276045, 2338, '0328-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:39', '2023-10-31 16:05:39'),
(276046, 2338, '0328-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:39', '2023-10-31 16:05:39'),
(276047, 2338, '0328-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:39', '2023-10-31 16:05:39'),
(276048, 2338, '0328-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:39', '2023-10-31 16:05:39'),
(276049, 2338, '0328-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:39', '2023-10-31 16:05:39'),
(276050, 2338, '0329-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:39', '2023-10-31 16:05:39'),
(276051, 2338, '0329-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:39', '2023-10-31 16:05:39'),
(276052, 2338, '0329-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:39', '2023-10-31 16:05:39'),
(276053, 2338, '0329-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:39', '2023-10-31 16:05:39'),
(276054, 2338, '0329-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:39', '2023-10-31 16:05:39'),
(276055, 2338, '0329-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:39', '2023-10-31 16:05:39'),
(276056, 2338, '0329-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:39', '2023-10-31 16:05:39'),
(276057, 2338, '0329-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:39', '2023-10-31 16:05:39'),
(276058, 2338, '0329-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:39', '2023-10-31 16:05:39'),
(276059, 2338, '0329-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:39', '2023-10-31 16:05:39'),
(276060, 2338, '0329-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:39', '2023-10-31 16:05:39'),
(276061, 2338, '0329-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:39', '2023-10-31 16:05:39'),
(276062, 2338, '0330-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:39', '2023-10-31 16:05:39'),
(276063, 2338, '0330-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:39', '2023-10-31 16:05:39'),
(276064, 2338, '0330-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:39', '2023-10-31 16:05:39'),
(276065, 2338, '0330-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:39', '2023-10-31 16:05:39'),
(276066, 2338, '0330-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:39', '2023-10-31 16:05:39'),
(276067, 2338, '0330-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:39', '2023-10-31 16:05:39'),
(276068, 2338, '0330-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:39', '2023-10-31 16:05:39'),
(276069, 2338, '0330-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:39', '2023-10-31 16:05:39'),
(276070, 2338, '0330-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:39', '2023-10-31 16:05:39'),
(276071, 2338, '0330-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:39', '2023-10-31 16:05:39'),
(276072, 2338, '0330-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:39', '2023-10-31 16:05:39'),
(276073, 2338, '0330-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:39', '2023-10-31 16:05:39'),
(276074, 2338, '0331-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:39', '2023-10-31 16:05:39'),
(276075, 2338, '0331-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:39', '2023-10-31 16:05:39'),
(276076, 2338, '0331-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:39', '2023-10-31 16:05:39'),
(276077, 2338, '0331-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:39', '2023-10-31 16:05:39'),
(276078, 2338, '0331-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:39', '2023-10-31 16:05:39'),
(276079, 2338, '0331-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:39', '2023-10-31 16:05:39'),
(276080, 2338, '0331-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:39', '2023-10-31 16:05:39'),
(276081, 2338, '0331-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:39', '2023-10-31 16:05:39'),
(276082, 2338, '0331-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:39', '2023-10-31 16:05:39'),
(276083, 2338, '0331-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:39', '2023-10-31 16:05:39'),
(276084, 2338, '0331-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:39', '2023-10-31 16:05:39'),
(276085, 2338, '0331-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:39', '2023-10-31 16:05:39'),
(276086, 2338, '0332-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:39', '2023-10-31 16:05:39'),
(276087, 2338, '0332-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:39', '2023-10-31 16:05:39'),
(276088, 2338, '0332-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:39', '2023-10-31 16:05:39'),
(276089, 2338, '0332-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:39', '2023-10-31 16:05:39'),
(276090, 2338, '0332-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:39', '2023-10-31 16:05:39'),
(276091, 2338, '0332-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:39', '2023-10-31 16:05:39'),
(276092, 2338, '0332-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:39', '2023-10-31 16:05:39'),
(276093, 2338, '0332-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:39', '2023-10-31 16:05:39'),
(276094, 2338, '0332-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:39', '2023-10-31 16:05:39'),
(276095, 2338, '0332-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:39', '2023-10-31 16:05:39'),
(276096, 2338, '0332-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:39', '2023-10-31 16:05:39'),
(276097, 2338, '0332-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:39', '2023-10-31 16:05:39'),
(276098, 2338, '0333-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:39', '2023-10-31 16:05:39'),
(276099, 2338, '0333-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:39', '2023-10-31 16:05:39'),
(276100, 2338, '0333-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:39', '2023-10-31 16:05:39'),
(276101, 2338, '0333-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:39', '2023-10-31 16:05:39'),
(276102, 2338, '0333-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:39', '2023-10-31 16:05:39'),
(276103, 2338, '0333-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:39', '2023-10-31 16:05:39'),
(276104, 2338, '0333-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:39', '2023-10-31 16:05:39'),
(276105, 2338, '0333-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:39', '2023-10-31 16:05:39'),
(276106, 2338, '0333-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:39', '2023-10-31 16:05:39'),
(276107, 2338, '0333-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:39', '2023-10-31 16:05:39'),
(276108, 2338, '0333-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:39', '2023-10-31 16:05:39'),
(276109, 2338, '0333-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:39', '2023-10-31 16:05:39'),
(276110, 2338, '0334-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:39', '2023-10-31 16:05:39'),
(276111, 2338, '0334-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:39', '2023-10-31 16:05:39'),
(276112, 2338, '0334-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:39', '2023-10-31 16:05:39'),
(276113, 2338, '0334-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:39', '2023-10-31 16:05:39'),
(276114, 2338, '0334-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:39', '2023-10-31 16:05:39'),
(276115, 2338, '0334-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:39', '2023-10-31 16:05:39'),
(276116, 2338, '0334-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:39', '2023-10-31 16:05:39'),
(276117, 2338, '0334-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:39', '2023-10-31 16:05:39'),
(276118, 2338, '0334-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:39', '2023-10-31 16:05:39'),
(276119, 2338, '0334-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:39', '2023-10-31 16:05:39'),
(276120, 2338, '0334-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:39', '2023-10-31 16:05:39'),
(276121, 2338, '0334-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:39', '2023-10-31 16:05:39'),
(276122, 2338, '0335-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:39', '2023-10-31 16:05:39'),
(276123, 2338, '0335-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:39', '2023-10-31 16:05:39'),
(276124, 2338, '0335-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:39', '2023-10-31 16:05:39'),
(276125, 2338, '0335-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:39', '2023-10-31 16:05:39'),
(276126, 2338, '0335-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:39', '2023-10-31 16:05:39'),
(276127, 2338, '0335-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:39', '2023-10-31 16:05:39'),
(276128, 2338, '0335-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:39', '2023-10-31 16:05:39'),
(276129, 2338, '0335-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:39', '2023-10-31 16:05:39'),
(276130, 2338, '0335-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:39', '2023-10-31 16:05:39'),
(276131, 2338, '0335-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:39', '2023-10-31 16:05:39'),
(276132, 2338, '0335-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:39', '2023-10-31 16:05:39'),
(276133, 2338, '0335-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:39', '2023-10-31 16:05:39'),
(276134, 2338, '0336-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:39', '2023-10-31 16:05:39'),
(276135, 2338, '0336-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:39', '2023-10-31 16:05:39'),
(276136, 2338, '0336-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:39', '2023-10-31 16:05:39'),
(276137, 2338, '0336-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:39', '2023-10-31 16:05:39'),
(276138, 2338, '0336-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:39', '2023-10-31 16:05:39'),
(276139, 2338, '0336-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:39', '2023-10-31 16:05:39'),
(276140, 2338, '0336-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:39', '2023-10-31 16:05:39'),
(276141, 2338, '0336-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:39', '2023-10-31 16:05:39'),
(276142, 2338, '0336-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:39', '2023-10-31 16:05:39'),
(276143, 2338, '0336-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:39', '2023-10-31 16:05:39'),
(276144, 2338, '0336-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:39', '2023-10-31 16:05:39'),
(276145, 2338, '0336-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:40', '2023-10-31 16:05:40'),
(276146, 2338, '0337-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:40', '2023-10-31 16:05:40'),
(276147, 2338, '0337-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:40', '2023-10-31 16:05:40'),
(276148, 2338, '0337-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:40', '2023-10-31 16:05:40'),
(276149, 2338, '0337-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:40', '2023-10-31 16:05:40'),
(276150, 2338, '0337-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:40', '2023-10-31 16:05:40'),
(276151, 2338, '0337-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:40', '2023-10-31 16:05:40'),
(276152, 2338, '0337-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:40', '2023-10-31 16:05:40'),
(276153, 2338, '0337-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:40', '2023-10-31 16:05:40'),
(276154, 2338, '0337-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:40', '2023-10-31 16:05:40'),
(276155, 2338, '0337-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:40', '2023-10-31 16:05:40'),
(276156, 2338, '0337-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:40', '2023-10-31 16:05:40'),
(276157, 2338, '0337-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:40', '2023-10-31 16:05:40'),
(276158, 2338, '0338-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:40', '2023-10-31 16:05:40'),
(276159, 2338, '0338-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:40', '2023-10-31 16:05:40'),
(276160, 2338, '0338-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:40', '2023-10-31 16:05:40'),
(276161, 2338, '0338-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:40', '2023-10-31 16:05:40'),
(276162, 2338, '0338-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:40', '2023-10-31 16:05:40'),
(276163, 2338, '0338-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:40', '2023-10-31 16:05:40'),
(276164, 2338, '0338-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:40', '2023-10-31 16:05:40'),
(276165, 2338, '0338-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:40', '2023-10-31 16:05:40'),
(276166, 2338, '0338-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:40', '2023-10-31 16:05:40'),
(276167, 2338, '0338-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:40', '2023-10-31 16:05:40'),
(276168, 2338, '0338-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:40', '2023-10-31 16:05:40'),
(276169, 2338, '0338-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:40', '2023-10-31 16:05:40'),
(276170, 2338, '0339-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:40', '2023-10-31 16:05:40'),
(276171, 2338, '0339-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:40', '2023-10-31 16:05:40'),
(276172, 2338, '0339-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:40', '2023-10-31 16:05:40'),
(276173, 2338, '0339-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:40', '2023-10-31 16:05:40'),
(276174, 2338, '0339-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:40', '2023-10-31 16:05:40'),
(276175, 2338, '0339-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:40', '2023-10-31 16:05:40'),
(276176, 2338, '0339-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:40', '2023-10-31 16:05:40'),
(276177, 2338, '0339-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:40', '2023-10-31 16:05:40'),
(276178, 2338, '0339-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:40', '2023-10-31 16:05:40'),
(276179, 2338, '0339-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:40', '2023-10-31 16:05:40'),
(276180, 2338, '0339-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:40', '2023-10-31 16:05:40'),
(276181, 2338, '0339-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:40', '2023-10-31 16:05:40'),
(276182, 2338, '0340-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:40', '2023-10-31 16:05:40'),
(276183, 2338, '0340-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:40', '2023-10-31 16:05:40'),
(276184, 2338, '0340-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:40', '2023-10-31 16:05:40'),
(276185, 2338, '0340-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:40', '2023-10-31 16:05:40'),
(276186, 2338, '0340-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:40', '2023-10-31 16:05:40'),
(276187, 2338, '0340-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:40', '2023-10-31 16:05:40'),
(276188, 2338, '0340-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:40', '2023-10-31 16:05:40'),
(276189, 2338, '0340-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:40', '2023-10-31 16:05:40'),
(276190, 2338, '0340-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:40', '2023-10-31 16:05:40'),
(276191, 2338, '0340-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:40', '2023-10-31 16:05:40'),
(276192, 2338, '0340-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:40', '2023-10-31 16:05:40'),
(276193, 2338, '0340-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:40', '2023-10-31 16:05:40'),
(276194, 2338, '0341-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:40', '2023-10-31 16:05:40'),
(276195, 2338, '0341-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:40', '2023-10-31 16:05:40'),
(276196, 2338, '0341-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:40', '2023-10-31 16:05:40'),
(276197, 2338, '0341-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:40', '2023-10-31 16:05:40'),
(276198, 2338, '0341-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:40', '2023-10-31 16:05:40'),
(276199, 2338, '0341-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:40', '2023-10-31 16:05:40'),
(276200, 2338, '0341-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:40', '2023-10-31 16:05:40'),
(276201, 2338, '0341-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:40', '2023-10-31 16:05:40'),
(276202, 2338, '0341-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:40', '2023-10-31 16:05:40'),
(276203, 2338, '0341-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:40', '2023-10-31 16:05:40'),
(276204, 2338, '0341-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:40', '2023-10-31 16:05:40'),
(276205, 2338, '0341-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:40', '2023-10-31 16:05:40'),
(276206, 2338, '0342-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:40', '2023-10-31 16:05:40'),
(276207, 2338, '0342-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:40', '2023-10-31 16:05:40'),
(276208, 2338, '0342-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:40', '2023-10-31 16:05:40'),
(276209, 2338, '0342-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:40', '2023-10-31 16:05:40'),
(276210, 2338, '0342-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:40', '2023-10-31 16:05:40'),
(276211, 2338, '0342-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:40', '2023-10-31 16:05:40'),
(276212, 2338, '0342-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:40', '2023-10-31 16:05:40'),
(276213, 2338, '0342-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:40', '2023-10-31 16:05:40'),
(276214, 2338, '0342-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:40', '2023-10-31 16:05:40'),
(276215, 2338, '0342-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:40', '2023-10-31 16:05:40'),
(276216, 2338, '0342-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:40', '2023-10-31 16:05:40'),
(276217, 2338, '0342-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:40', '2023-10-31 16:05:40'),
(276218, 2338, '0343-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:40', '2023-10-31 16:05:40'),
(276219, 2338, '0343-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:40', '2023-10-31 16:05:40'),
(276220, 2338, '0343-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:40', '2023-10-31 16:05:40'),
(276221, 2338, '0343-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:40', '2023-10-31 16:05:40'),
(276222, 2338, '0343-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:40', '2023-10-31 16:05:40'),
(276223, 2338, '0343-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:40', '2023-10-31 16:05:40'),
(276224, 2338, '0343-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:40', '2023-10-31 16:05:40'),
(276225, 2338, '0343-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:40', '2023-10-31 16:05:40'),
(276226, 2338, '0343-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:40', '2023-10-31 16:05:40'),
(276227, 2338, '0343-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:40', '2023-10-31 16:05:40'),
(276228, 2338, '0343-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:40', '2023-10-31 16:05:40'),
(276229, 2338, '0343-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:40', '2023-10-31 16:05:40'),
(276230, 2338, '0344-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:40', '2023-10-31 16:05:40'),
(276231, 2338, '0344-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:40', '2023-10-31 16:05:40'),
(276232, 2338, '0344-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:40', '2023-10-31 16:05:40'),
(276233, 2338, '0344-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:40', '2023-10-31 16:05:40'),
(276234, 2338, '0344-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:40', '2023-10-31 16:05:40'),
(276235, 2338, '0344-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:40', '2023-10-31 16:05:40'),
(276236, 2338, '0344-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:40', '2023-10-31 16:05:40'),
(276237, 2338, '0344-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:40', '2023-10-31 16:05:40'),
(276238, 2338, '0344-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:40', '2023-10-31 16:05:40'),
(276239, 2338, '0344-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:40', '2023-10-31 16:05:40'),
(276240, 2338, '0344-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:40', '2023-10-31 16:05:40'),
(276241, 2338, '0344-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:40', '2023-10-31 16:05:40'),
(276242, 2338, '0345-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:40', '2023-10-31 16:05:40'),
(276243, 2338, '0345-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:40', '2023-10-31 16:05:40'),
(276244, 2338, '0345-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:40', '2023-10-31 16:05:40'),
(276245, 2338, '0345-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:40', '2023-10-31 16:05:40'),
(276246, 2338, '0345-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:40', '2023-10-31 16:05:40'),
(276247, 2338, '0345-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:40', '2023-10-31 16:05:40'),
(276248, 2338, '0345-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:40', '2023-10-31 16:05:40'),
(276249, 2338, '0345-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:40', '2023-10-31 16:05:40'),
(276250, 2338, '0345-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:40', '2023-10-31 16:05:40'),
(276251, 2338, '0345-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:40', '2023-10-31 16:05:40'),
(276252, 2338, '0345-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:40', '2023-10-31 16:05:40'),
(276253, 2338, '0345-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:40', '2023-10-31 16:05:40'),
(276254, 2338, '0346-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:40', '2023-10-31 16:05:40'),
(276255, 2338, '0346-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:40', '2023-10-31 16:05:40'),
(276256, 2338, '0346-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:40', '2023-10-31 16:05:40'),
(276257, 2338, '0346-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:40', '2023-10-31 16:05:40'),
(276258, 2338, '0346-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:40', '2023-10-31 16:05:40'),
(276259, 2338, '0346-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:40', '2023-10-31 16:05:40'),
(276260, 2338, '0346-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:40', '2023-10-31 16:05:40'),
(276261, 2338, '0346-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:40', '2023-10-31 16:05:40'),
(276262, 2338, '0346-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:40', '2023-10-31 16:05:40'),
(276263, 2338, '0346-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:40', '2023-10-31 16:05:40'),
(276264, 2338, '0346-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:40', '2023-10-31 16:05:40'),
(276265, 2338, '0346-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:40', '2023-10-31 16:05:40'),
(276266, 2338, '0347-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:40', '2023-10-31 16:05:40'),
(276267, 2338, '0347-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:40', '2023-10-31 16:05:40'),
(276268, 2338, '0347-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:40', '2023-10-31 16:05:40'),
(276269, 2338, '0347-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:40', '2023-10-31 16:05:40'),
(276270, 2338, '0347-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:40', '2023-10-31 16:05:40'),
(276271, 2338, '0347-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:40', '2023-10-31 16:05:40'),
(276272, 2338, '0347-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:40', '2023-10-31 16:05:40'),
(276273, 2338, '0347-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:40', '2023-10-31 16:05:40'),
(276274, 2338, '0347-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:40', '2023-10-31 16:05:40'),
(276275, 2338, '0347-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:40', '2023-10-31 16:05:40'),
(276276, 2338, '0347-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:40', '2023-10-31 16:05:40'),
(276277, 2338, '0347-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:40', '2023-10-31 16:05:40'),
(276278, 2338, '0348-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:40', '2023-10-31 16:05:40'),
(276279, 2338, '0348-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:40', '2023-10-31 16:05:40'),
(276280, 2338, '0348-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:40', '2023-10-31 16:05:40'),
(276281, 2338, '0348-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:40', '2023-10-31 16:05:40'),
(276282, 2338, '0348-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:40', '2023-10-31 16:05:40'),
(276283, 2338, '0348-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:40', '2023-10-31 16:05:40'),
(276284, 2338, '0348-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:40', '2023-10-31 16:05:40'),
(276285, 2338, '0348-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:40', '2023-10-31 16:05:40'),
(276286, 2338, '0348-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:40', '2023-10-31 16:05:40'),
(276287, 2338, '0348-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:40', '2023-10-31 16:05:40'),
(276288, 2338, '0348-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:40', '2023-10-31 16:05:40'),
(276289, 2338, '0348-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:40', '2023-10-31 16:05:40'),
(276290, 2338, '0349-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:40', '2023-10-31 16:05:40'),
(276291, 2338, '0349-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:40', '2023-10-31 16:05:40'),
(276292, 2338, '0349-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:40', '2023-10-31 16:05:40'),
(276293, 2338, '0349-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:40', '2023-10-31 16:05:40'),
(276294, 2338, '0349-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:40', '2023-10-31 16:05:40'),
(276295, 2338, '0349-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:40', '2023-10-31 16:05:40'),
(276296, 2338, '0349-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:40', '2023-10-31 16:05:40'),
(276297, 2338, '0349-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:40', '2023-10-31 16:05:40'),
(276298, 2338, '0349-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:40', '2023-10-31 16:05:40'),
(276299, 2338, '0349-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:40', '2023-10-31 16:05:40'),
(276300, 2338, '0349-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:40', '2023-10-31 16:05:40'),
(276301, 2338, '0349-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:40', '2023-10-31 16:05:40'),
(276302, 2338, '0350-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:40', '2023-10-31 16:05:40'),
(276303, 2338, '0350-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:40', '2023-10-31 16:05:40'),
(276304, 2338, '0350-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:40', '2023-10-31 16:05:40'),
(276305, 2338, '0350-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:40', '2023-10-31 16:05:40'),
(276306, 2338, '0350-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:40', '2023-10-31 16:05:40'),
(276307, 2338, '0350-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:40', '2023-10-31 16:05:40'),
(276308, 2338, '0350-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:40', '2023-10-31 16:05:40'),
(276309, 2338, '0350-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:40', '2023-10-31 16:05:40'),
(276310, 2338, '0350-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:40', '2023-10-31 16:05:40'),
(276311, 2338, '0350-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:40', '2023-10-31 16:05:40'),
(276312, 2338, '0350-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:40', '2023-10-31 16:05:40'),
(276313, 2338, '0350-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:40', '2023-10-31 16:05:40'),
(276314, 2338, '0351-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:40', '2023-10-31 16:05:40'),
(276315, 2338, '0351-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:40', '2023-10-31 16:05:40'),
(276316, 2338, '0351-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:40', '2023-10-31 16:05:40'),
(276317, 2338, '0351-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:40', '2023-10-31 16:05:40'),
(276318, 2338, '0351-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:40', '2023-10-31 16:05:40'),
(276319, 2338, '0351-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:40', '2023-10-31 16:05:40'),
(276320, 2338, '0351-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:40', '2023-10-31 16:05:40'),
(276321, 2338, '0351-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:40', '2023-10-31 16:05:40'),
(276322, 2338, '0351-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:40', '2023-10-31 16:05:40'),
(276323, 2338, '0351-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:40', '2023-10-31 16:05:40'),
(276324, 2338, '0351-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:40', '2023-10-31 16:05:40'),
(276325, 2338, '0351-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:40', '2023-10-31 16:05:40'),
(276326, 2338, '0352-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:40', '2023-10-31 16:05:40'),
(276327, 2338, '0352-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:40', '2023-10-31 16:05:40'),
(276328, 2338, '0352-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:40', '2023-10-31 16:05:40'),
(276329, 2338, '0352-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:40', '2023-10-31 16:05:40'),
(276330, 2338, '0352-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:40', '2023-10-31 16:05:40'),
(276331, 2338, '0352-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:40', '2023-10-31 16:05:40'),
(276332, 2338, '0352-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:40', '2023-10-31 16:05:40'),
(276333, 2338, '0352-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:40', '2023-10-31 16:05:40'),
(276334, 2338, '0352-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:40', '2023-10-31 16:05:40'),
(276335, 2338, '0352-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:40', '2023-10-31 16:05:40'),
(276336, 2338, '0352-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:40', '2023-10-31 16:05:40'),
(276337, 2338, '0352-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:40', '2023-10-31 16:05:40'),
(276338, 2338, '0353-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:40', '2023-10-31 16:05:40'),
(276339, 2338, '0353-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:40', '2023-10-31 16:05:40'),
(276340, 2338, '0353-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:41', '2023-10-31 16:05:41'),
(276341, 2338, '0353-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:41', '2023-10-31 16:05:41'),
(276342, 2338, '0353-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:41', '2023-10-31 16:05:41'),
(276343, 2338, '0353-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:41', '2023-10-31 16:05:41'),
(276344, 2338, '0353-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:41', '2023-10-31 16:05:41'),
(276345, 2338, '0353-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:41', '2023-10-31 16:05:41'),
(276346, 2338, '0353-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:41', '2023-10-31 16:05:41'),
(276347, 2338, '0353-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:41', '2023-10-31 16:05:41'),
(276348, 2338, '0353-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:41', '2023-10-31 16:05:41'),
(276349, 2338, '0353-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:41', '2023-10-31 16:05:41'),
(276350, 2338, '0354-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:41', '2023-10-31 16:05:41'),
(276351, 2338, '0354-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:41', '2023-10-31 16:05:41'),
(276352, 2338, '0354-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:41', '2023-10-31 16:05:41'),
(276353, 2338, '0354-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:41', '2023-10-31 16:05:41'),
(276354, 2338, '0354-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:41', '2023-10-31 16:05:41'),
(276355, 2338, '0354-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:41', '2023-10-31 16:05:41'),
(276356, 2338, '0354-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:41', '2023-10-31 16:05:41'),
(276357, 2338, '0354-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:41', '2023-10-31 16:05:41'),
(276358, 2338, '0354-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:41', '2023-10-31 16:05:41'),
(276359, 2338, '0354-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:41', '2023-10-31 16:05:41'),
(276360, 2338, '0354-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:41', '2023-10-31 16:05:41'),
(276361, 2338, '0354-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:41', '2023-10-31 16:05:41'),
(276362, 2338, '0355-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:41', '2023-10-31 16:05:41'),
(276363, 2338, '0355-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:41', '2023-10-31 16:05:41'),
(276364, 2338, '0355-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:41', '2023-10-31 16:05:41'),
(276365, 2338, '0355-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:41', '2023-10-31 16:05:41'),
(276366, 2338, '0355-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:41', '2023-10-31 16:05:41'),
(276367, 2338, '0355-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:41', '2023-10-31 16:05:41'),
(276368, 2338, '0355-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:41', '2023-10-31 16:05:41'),
(276369, 2338, '0355-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:41', '2023-10-31 16:05:41'),
(276370, 2338, '0355-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:41', '2023-10-31 16:05:41'),
(276371, 2338, '0355-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:41', '2023-10-31 16:05:41'),
(276372, 2338, '0355-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:41', '2023-10-31 16:05:41'),
(276373, 2338, '0355-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:41', '2023-10-31 16:05:41'),
(276374, 2338, '0356-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:41', '2023-10-31 16:05:41'),
(276375, 2338, '0356-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:41', '2023-10-31 16:05:41'),
(276376, 2338, '0356-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:41', '2023-10-31 16:05:41'),
(276377, 2338, '0356-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:41', '2023-10-31 16:05:41'),
(276378, 2338, '0356-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:41', '2023-10-31 16:05:41'),
(276379, 2338, '0356-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:41', '2023-10-31 16:05:41'),
(276380, 2338, '0356-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:41', '2023-10-31 16:05:41'),
(276381, 2338, '0356-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:41', '2023-10-31 16:05:41'),
(276382, 2338, '0356-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:41', '2023-10-31 16:05:41'),
(276383, 2338, '0356-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:41', '2023-10-31 16:05:41'),
(276384, 2338, '0356-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:41', '2023-10-31 16:05:41'),
(276385, 2338, '0356-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:41', '2023-10-31 16:05:41'),
(276386, 2338, '0357-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:41', '2023-10-31 16:05:41'),
(276387, 2338, '0357-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:41', '2023-10-31 16:05:41'),
(276388, 2338, '0357-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:41', '2023-10-31 16:05:41'),
(276389, 2338, '0357-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:41', '2023-10-31 16:05:41'),
(276390, 2338, '0357-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:41', '2023-10-31 16:05:41'),
(276391, 2338, '0357-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:41', '2023-10-31 16:05:41'),
(276392, 2338, '0357-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:41', '2023-10-31 16:05:41'),
(276393, 2338, '0357-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:41', '2023-10-31 16:05:41'),
(276394, 2338, '0357-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:41', '2023-10-31 16:05:41'),
(276395, 2338, '0357-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:41', '2023-10-31 16:05:41'),
(276396, 2338, '0357-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:41', '2023-10-31 16:05:41'),
(276397, 2338, '0357-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:41', '2023-10-31 16:05:41'),
(276398, 2338, '0358-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:41', '2023-10-31 16:05:41'),
(276399, 2338, '0358-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:41', '2023-10-31 16:05:41'),
(276400, 2338, '0358-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:41', '2023-10-31 16:05:41'),
(276401, 2338, '0358-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:41', '2023-10-31 16:05:41'),
(276402, 2338, '0358-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:41', '2023-10-31 16:05:41');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(276403, 2338, '0358-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:41', '2023-10-31 16:05:41'),
(276404, 2338, '0358-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:41', '2023-10-31 16:05:41'),
(276405, 2338, '0358-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:41', '2023-10-31 16:05:41'),
(276406, 2338, '0358-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:41', '2023-10-31 16:05:41'),
(276407, 2338, '0358-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:41', '2023-10-31 16:05:41'),
(276408, 2338, '0358-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:41', '2023-10-31 16:05:41'),
(276409, 2338, '0358-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:41', '2023-10-31 16:05:41'),
(276410, 2338, '0359-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:41', '2023-10-31 16:05:41'),
(276411, 2338, '0359-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:41', '2023-10-31 16:05:41'),
(276412, 2338, '0359-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:41', '2023-10-31 16:05:41'),
(276413, 2338, '0359-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:41', '2023-10-31 16:05:41'),
(276414, 2338, '0359-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:41', '2023-10-31 16:05:41'),
(276415, 2338, '0359-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:41', '2023-10-31 16:05:41'),
(276416, 2338, '0359-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:41', '2023-10-31 16:05:41'),
(276417, 2338, '0359-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:41', '2023-10-31 16:05:41'),
(276418, 2338, '0359-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:41', '2023-10-31 16:05:41'),
(276419, 2338, '0359-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:41', '2023-10-31 16:05:41'),
(276420, 2338, '0359-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:41', '2023-10-31 16:05:41'),
(276421, 2338, '0359-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:41', '2023-10-31 16:05:41'),
(276422, 2338, '0360-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:41', '2023-10-31 16:05:41'),
(276423, 2338, '0360-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:41', '2023-10-31 16:05:41'),
(276424, 2338, '0360-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:41', '2023-10-31 16:05:41'),
(276425, 2338, '0360-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:41', '2023-10-31 16:05:41'),
(276426, 2338, '0360-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:41', '2023-10-31 16:05:41'),
(276427, 2338, '0360-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:41', '2023-10-31 16:05:41'),
(276428, 2338, '0360-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:41', '2023-10-31 16:05:41'),
(276429, 2338, '0360-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:41', '2023-10-31 16:05:41'),
(276430, 2338, '0360-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:41', '2023-10-31 16:05:41'),
(276431, 2338, '0360-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:41', '2023-10-31 16:05:41'),
(276432, 2338, '0360-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:41', '2023-10-31 16:05:41'),
(276433, 2338, '0360-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:41', '2023-10-31 16:05:41'),
(276434, 2338, '0361-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:41', '2023-10-31 16:05:41'),
(276435, 2338, '0361-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:41', '2023-10-31 16:05:41'),
(276436, 2338, '0361-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:41', '2023-10-31 16:05:41'),
(276437, 2338, '0361-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:41', '2023-10-31 16:05:41'),
(276438, 2338, '0361-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:41', '2023-10-31 16:05:41'),
(276439, 2338, '0361-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:41', '2023-10-31 16:05:41'),
(276440, 2338, '0361-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:41', '2023-10-31 16:05:41'),
(276441, 2338, '0361-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:41', '2023-10-31 16:05:41'),
(276442, 2338, '0361-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:41', '2023-10-31 16:05:41'),
(276443, 2338, '0361-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:41', '2023-10-31 16:05:41'),
(276444, 2338, '0361-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:41', '2023-10-31 16:05:41'),
(276445, 2338, '0361-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:41', '2023-10-31 16:05:41'),
(276446, 2338, '0362-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:41', '2023-10-31 16:05:41'),
(276447, 2338, '0362-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:41', '2023-10-31 16:05:41'),
(276448, 2338, '0362-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:41', '2023-10-31 16:05:41'),
(276449, 2338, '0362-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:41', '2023-10-31 16:05:41'),
(276450, 2338, '0362-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:41', '2023-10-31 16:05:41'),
(276451, 2338, '0362-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:41', '2023-10-31 16:05:41'),
(276452, 2338, '0362-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:41', '2023-10-31 16:05:41'),
(276453, 2338, '0362-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:41', '2023-10-31 16:05:41'),
(276454, 2338, '0362-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:41', '2023-10-31 16:05:41'),
(276455, 2338, '0362-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:41', '2023-10-31 16:05:41'),
(276456, 2338, '0362-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:41', '2023-10-31 16:05:41'),
(276457, 2338, '0362-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:41', '2023-10-31 16:05:41'),
(276458, 2338, '0363-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:41', '2023-10-31 16:05:41'),
(276459, 2338, '0363-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:41', '2023-10-31 16:05:41'),
(276460, 2338, '0363-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:41', '2023-10-31 16:05:41'),
(276461, 2338, '0363-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:41', '2023-10-31 16:05:41'),
(276462, 2338, '0363-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:41', '2023-10-31 16:05:41'),
(276463, 2338, '0363-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:41', '2023-10-31 16:05:41'),
(276464, 2338, '0363-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:41', '2023-10-31 16:05:41'),
(276465, 2338, '0363-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:41', '2023-10-31 16:05:41'),
(276466, 2338, '0363-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:41', '2023-10-31 16:05:41'),
(276467, 2338, '0363-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:41', '2023-10-31 16:05:41'),
(276468, 2338, '0363-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:41', '2023-10-31 16:05:41'),
(276469, 2338, '0363-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:41', '2023-10-31 16:05:41'),
(276470, 2338, '0364-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:41', '2023-10-31 16:05:41'),
(276471, 2338, '0364-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:41', '2023-10-31 16:05:41'),
(276472, 2338, '0364-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:41', '2023-10-31 16:05:41'),
(276473, 2338, '0364-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:41', '2023-10-31 16:05:41'),
(276474, 2338, '0364-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:41', '2023-10-31 16:05:41'),
(276475, 2338, '0364-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:41', '2023-10-31 16:05:41'),
(276476, 2338, '0364-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:41', '2023-10-31 16:05:41'),
(276477, 2338, '0364-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:41', '2023-10-31 16:05:41'),
(276478, 2338, '0364-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:41', '2023-10-31 16:05:41'),
(276479, 2338, '0364-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:41', '2023-10-31 16:05:41'),
(276480, 2338, '0364-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:41', '2023-10-31 16:05:41'),
(276481, 2338, '0364-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:41', '2023-10-31 16:05:41'),
(276482, 2338, '0365-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:41', '2023-10-31 16:05:41'),
(276483, 2338, '0365-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:41', '2023-10-31 16:05:41'),
(276484, 2338, '0365-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:41', '2023-10-31 16:05:41'),
(276485, 2338, '0365-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:41', '2023-10-31 16:05:41'),
(276486, 2338, '0365-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:41', '2023-10-31 16:05:41'),
(276487, 2338, '0365-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:41', '2023-10-31 16:05:41'),
(276488, 2338, '0365-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:41', '2023-10-31 16:05:41'),
(276489, 2338, '0365-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:41', '2023-10-31 16:05:41'),
(276490, 2338, '0365-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:41', '2023-10-31 16:05:41'),
(276491, 2338, '0365-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:41', '2023-10-31 16:05:41'),
(276492, 2338, '0365-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:41', '2023-10-31 16:05:41'),
(276493, 2338, '0365-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:41', '2023-10-31 16:05:41'),
(276494, 2338, '0366-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:41', '2023-10-31 16:05:41'),
(276495, 2338, '0366-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:41', '2023-10-31 16:05:41'),
(276496, 2338, '0366-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:41', '2023-10-31 16:05:41'),
(276497, 2338, '0366-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:41', '2023-10-31 16:05:41'),
(276498, 2338, '0366-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:41', '2023-10-31 16:05:41'),
(276499, 2338, '0366-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:41', '2023-10-31 16:05:41'),
(276500, 2338, '0366-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:41', '2023-10-31 16:05:41'),
(276501, 2338, '0366-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:41', '2023-10-31 16:05:41'),
(276502, 2338, '0366-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:41', '2023-10-31 16:05:41'),
(276503, 2338, '0366-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:41', '2023-10-31 16:05:41'),
(276504, 2338, '0366-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:41', '2023-10-31 16:05:41'),
(276505, 2338, '0366-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:41', '2023-10-31 16:05:41'),
(276506, 2338, '0367-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:41', '2023-10-31 16:05:41'),
(276507, 2338, '0367-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:41', '2023-10-31 16:05:41'),
(276508, 2338, '0367-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:41', '2023-10-31 16:05:41'),
(276509, 2338, '0367-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:41', '2023-10-31 16:05:41'),
(276510, 2338, '0367-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:41', '2023-10-31 16:05:41'),
(276511, 2338, '0367-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:41', '2023-10-31 16:05:41'),
(276512, 2338, '0367-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:41', '2023-10-31 16:05:41'),
(276513, 2338, '0367-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:41', '2023-10-31 16:05:41'),
(276514, 2338, '0367-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:41', '2023-10-31 16:05:41'),
(276515, 2338, '0367-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:41', '2023-10-31 16:05:41'),
(276516, 2338, '0367-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:41', '2023-10-31 16:05:41'),
(276517, 2338, '0367-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:41', '2023-10-31 16:05:41'),
(276518, 2338, '0368-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:41', '2023-10-31 16:05:41'),
(276519, 2338, '0368-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:41', '2023-10-31 16:05:41'),
(276520, 2338, '0368-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:41', '2023-10-31 16:05:41'),
(276521, 2338, '0368-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:41', '2023-10-31 16:05:41'),
(276522, 2338, '0368-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:41', '2023-10-31 16:05:41'),
(276523, 2338, '0368-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:41', '2023-10-31 16:05:41'),
(276524, 2338, '0368-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:41', '2023-10-31 16:05:41'),
(276525, 2338, '0368-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:41', '2023-10-31 16:05:41'),
(276526, 2338, '0368-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:41', '2023-10-31 16:05:41'),
(276527, 2338, '0368-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:41', '2023-10-31 16:05:41'),
(276528, 2338, '0368-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:41', '2023-10-31 16:05:41'),
(276529, 2338, '0368-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:41', '2023-10-31 16:05:41'),
(276530, 2338, '0369-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:41', '2023-10-31 16:05:41'),
(276531, 2338, '0369-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:41', '2023-10-31 16:05:41'),
(276532, 2338, '0369-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:41', '2023-10-31 16:05:41'),
(276533, 2338, '0369-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:41', '2023-10-31 16:05:41'),
(276534, 2338, '0369-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:41', '2023-10-31 16:05:41'),
(276535, 2338, '0369-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:41', '2023-10-31 16:05:41'),
(276536, 2338, '0369-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:41', '2023-10-31 16:05:41'),
(276537, 2338, '0369-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:41', '2023-10-31 16:05:41'),
(276538, 2338, '0369-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:41', '2023-10-31 16:05:41'),
(276539, 2338, '0369-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:42', '2023-10-31 16:05:42'),
(276540, 2338, '0369-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:42', '2023-10-31 16:05:42'),
(276541, 2338, '0369-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:42', '2023-10-31 16:05:42'),
(276542, 2338, '0370-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:42', '2023-10-31 16:05:42'),
(276543, 2338, '0370-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:42', '2023-10-31 16:05:42'),
(276544, 2338, '0370-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:42', '2023-10-31 16:05:42'),
(276545, 2338, '0370-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:42', '2023-10-31 16:05:42'),
(276546, 2338, '0370-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:42', '2023-10-31 16:05:42'),
(276547, 2338, '0370-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:42', '2023-10-31 16:05:42'),
(276548, 2338, '0370-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:42', '2023-10-31 16:05:42'),
(276549, 2338, '0370-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:42', '2023-10-31 16:05:42'),
(276550, 2338, '0370-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:42', '2023-10-31 16:05:42'),
(276551, 2338, '0370-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:42', '2023-10-31 16:05:42'),
(276552, 2338, '0370-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:42', '2023-10-31 16:05:42'),
(276553, 2338, '0370-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:42', '2023-10-31 16:05:42'),
(276554, 2338, '0371-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:42', '2023-10-31 16:05:42'),
(276555, 2338, '0371-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:42', '2023-10-31 16:05:42'),
(276556, 2338, '0371-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:42', '2023-10-31 16:05:42'),
(276557, 2338, '0371-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:42', '2023-10-31 16:05:42'),
(276558, 2338, '0371-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:42', '2023-10-31 16:05:42'),
(276559, 2338, '0371-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:42', '2023-10-31 16:05:42'),
(276560, 2338, '0371-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:42', '2023-10-31 16:05:42'),
(276561, 2338, '0371-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:42', '2023-10-31 16:05:42'),
(276562, 2338, '0371-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:42', '2023-10-31 16:05:42'),
(276563, 2338, '0371-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:42', '2023-10-31 16:05:42'),
(276564, 2338, '0371-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:42', '2023-10-31 16:05:42'),
(276565, 2338, '0371-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:42', '2023-10-31 16:05:42'),
(276566, 2338, '0372-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:42', '2023-10-31 16:05:42'),
(276567, 2338, '0372-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:42', '2023-10-31 16:05:42'),
(276568, 2338, '0372-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:42', '2023-10-31 16:05:42'),
(276569, 2338, '0372-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:42', '2023-10-31 16:05:42'),
(276570, 2338, '0372-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:42', '2023-10-31 16:05:42'),
(276571, 2338, '0372-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:42', '2023-10-31 16:05:42'),
(276572, 2338, '0372-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:42', '2023-10-31 16:05:42'),
(276573, 2338, '0372-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:42', '2023-10-31 16:05:42'),
(276574, 2338, '0372-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:42', '2023-10-31 16:05:42'),
(276575, 2338, '0372-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:42', '2023-10-31 16:05:42'),
(276576, 2338, '0372-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:42', '2023-10-31 16:05:42'),
(276577, 2338, '0372-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:42', '2023-10-31 16:05:42'),
(276578, 2338, '0373-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:42', '2023-10-31 16:05:42'),
(276579, 2338, '0373-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:42', '2023-10-31 16:05:42'),
(276580, 2338, '0373-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:42', '2023-10-31 16:05:42'),
(276581, 2338, '0373-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:42', '2023-10-31 16:05:42'),
(276582, 2338, '0373-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:42', '2023-10-31 16:05:42'),
(276583, 2338, '0373-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:42', '2023-10-31 16:05:42'),
(276584, 2338, '0373-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:42', '2023-10-31 16:05:42'),
(276585, 2338, '0373-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:42', '2023-10-31 16:05:42'),
(276586, 2338, '0373-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:42', '2023-10-31 16:05:42'),
(276587, 2338, '0373-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:42', '2023-10-31 16:05:42'),
(276588, 2338, '0373-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:42', '2023-10-31 16:05:42'),
(276589, 2338, '0373-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:42', '2023-10-31 16:05:42'),
(276590, 2338, '0374-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:42', '2023-10-31 16:05:42'),
(276591, 2338, '0374-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:42', '2023-10-31 16:05:42'),
(276592, 2338, '0374-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:42', '2023-10-31 16:05:42'),
(276593, 2338, '0374-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:42', '2023-10-31 16:05:42'),
(276594, 2338, '0374-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:42', '2023-10-31 16:05:42'),
(276595, 2338, '0374-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:42', '2023-10-31 16:05:42'),
(276596, 2338, '0374-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:42', '2023-10-31 16:05:42'),
(276597, 2338, '0374-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:42', '2023-10-31 16:05:42'),
(276598, 2338, '0374-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:42', '2023-10-31 16:05:42'),
(276599, 2338, '0374-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:42', '2023-10-31 16:05:42'),
(276600, 2338, '0374-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:42', '2023-10-31 16:05:42'),
(276601, 2338, '0374-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:42', '2023-10-31 16:05:42'),
(276602, 2338, '0375-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:42', '2023-10-31 16:05:42'),
(276603, 2338, '0375-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:42', '2023-10-31 16:05:42'),
(276604, 2338, '0375-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:42', '2023-10-31 16:05:42'),
(276605, 2338, '0375-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:42', '2023-10-31 16:05:42'),
(276606, 2338, '0375-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:42', '2023-10-31 16:05:42'),
(276607, 2338, '0375-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:42', '2023-10-31 16:05:42'),
(276608, 2338, '0375-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:42', '2023-10-31 16:05:42'),
(276609, 2338, '0375-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:42', '2023-10-31 16:05:42'),
(276610, 2338, '0375-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:42', '2023-10-31 16:05:42'),
(276611, 2338, '0375-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:42', '2023-10-31 16:05:42'),
(276612, 2338, '0375-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:42', '2023-10-31 16:05:42'),
(276613, 2338, '0375-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:42', '2023-10-31 16:05:42'),
(276614, 2338, '0376-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:42', '2023-10-31 16:05:42'),
(276615, 2338, '0376-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:42', '2023-10-31 16:05:42'),
(276616, 2338, '0376-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:42', '2023-10-31 16:05:42'),
(276617, 2338, '0376-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:42', '2023-10-31 16:05:42'),
(276618, 2338, '0376-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:42', '2023-10-31 16:05:42'),
(276619, 2338, '0376-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:42', '2023-10-31 16:05:42'),
(276620, 2338, '0376-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:42', '2023-10-31 16:05:42'),
(276621, 2338, '0376-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:42', '2023-10-31 16:05:42'),
(276622, 2338, '0376-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:42', '2023-10-31 16:05:42'),
(276623, 2338, '0376-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:42', '2023-10-31 16:05:42'),
(276624, 2338, '0376-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:42', '2023-10-31 16:05:42'),
(276625, 2338, '0376-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:42', '2023-10-31 16:05:42'),
(276626, 2338, '0377-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:42', '2023-10-31 16:05:42'),
(276627, 2338, '0377-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:42', '2023-10-31 16:05:42'),
(276628, 2338, '0377-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:42', '2023-10-31 16:05:42'),
(276629, 2338, '0377-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:42', '2023-10-31 16:05:42'),
(276630, 2338, '0377-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:42', '2023-10-31 16:05:42'),
(276631, 2338, '0377-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:42', '2023-10-31 16:05:42'),
(276632, 2338, '0377-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:42', '2023-10-31 16:05:42'),
(276633, 2338, '0377-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:42', '2023-10-31 16:05:42'),
(276634, 2338, '0377-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:42', '2023-10-31 16:05:42'),
(276635, 2338, '0377-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:42', '2023-10-31 16:05:42'),
(276636, 2338, '0377-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:42', '2023-10-31 16:05:42'),
(276637, 2338, '0377-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:42', '2023-10-31 16:05:42'),
(276638, 2338, '0378-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:42', '2023-10-31 16:05:42'),
(276639, 2338, '0378-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:42', '2023-10-31 16:05:42'),
(276640, 2338, '0378-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:42', '2023-10-31 16:05:42'),
(276641, 2338, '0378-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:42', '2023-10-31 16:05:42'),
(276642, 2338, '0378-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:42', '2023-10-31 16:05:42'),
(276643, 2338, '0378-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:42', '2023-10-31 16:05:42'),
(276644, 2338, '0378-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:42', '2023-10-31 16:05:42'),
(276645, 2338, '0378-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:42', '2023-10-31 16:05:42'),
(276646, 2338, '0378-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:42', '2023-10-31 16:05:42'),
(276647, 2338, '0378-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:42', '2023-10-31 16:05:42'),
(276648, 2338, '0378-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:42', '2023-10-31 16:05:42'),
(276649, 2338, '0378-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:42', '2023-10-31 16:05:42'),
(276650, 2338, '0379-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:42', '2023-10-31 16:05:42'),
(276651, 2338, '0379-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:42', '2023-10-31 16:05:42'),
(276652, 2338, '0379-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:42', '2023-10-31 16:05:42'),
(276653, 2338, '0379-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:42', '2023-10-31 16:05:42'),
(276654, 2338, '0379-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:42', '2023-10-31 16:05:42'),
(276655, 2338, '0379-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:42', '2023-10-31 16:05:42'),
(276656, 2338, '0379-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:42', '2023-10-31 16:05:42'),
(276657, 2338, '0379-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:42', '2023-10-31 16:05:42'),
(276658, 2338, '0379-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:42', '2023-10-31 16:05:42'),
(276659, 2338, '0379-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:42', '2023-10-31 16:05:42'),
(276660, 2338, '0379-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:42', '2023-10-31 16:05:42'),
(276661, 2338, '0379-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:42', '2023-10-31 16:05:42'),
(276662, 2338, '0380-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:42', '2023-10-31 16:05:42'),
(276663, 2338, '0380-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:42', '2023-10-31 16:05:42'),
(276664, 2338, '0380-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:42', '2023-10-31 16:05:42'),
(276665, 2338, '0380-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:42', '2023-10-31 16:05:42'),
(276666, 2338, '0380-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:42', '2023-10-31 16:05:42'),
(276667, 2338, '0380-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:42', '2023-10-31 16:05:42'),
(276668, 2338, '0380-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:42', '2023-10-31 16:05:42'),
(276669, 2338, '0380-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:42', '2023-10-31 16:05:42'),
(276670, 2338, '0380-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:42', '2023-10-31 16:05:42'),
(276671, 2338, '0380-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:42', '2023-10-31 16:05:42'),
(276672, 2338, '0380-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:42', '2023-10-31 16:05:42'),
(276673, 2338, '0380-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:42', '2023-10-31 16:05:42'),
(276674, 2338, '0381-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:42', '2023-10-31 16:05:42'),
(276675, 2338, '0381-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:42', '2023-10-31 16:05:42'),
(276676, 2338, '0381-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:42', '2023-10-31 16:05:42'),
(276677, 2338, '0381-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:42', '2023-10-31 16:05:42'),
(276678, 2338, '0381-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:42', '2023-10-31 16:05:42'),
(276679, 2338, '0381-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:42', '2023-10-31 16:05:42'),
(276680, 2338, '0381-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:42', '2023-10-31 16:05:42'),
(276681, 2338, '0381-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:42', '2023-10-31 16:05:42'),
(276682, 2338, '0381-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:42', '2023-10-31 16:05:42'),
(276683, 2338, '0381-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:42', '2023-10-31 16:05:42'),
(276684, 2338, '0381-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:42', '2023-10-31 16:05:42'),
(276685, 2338, '0381-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:42', '2023-10-31 16:05:42'),
(276686, 2338, '0382-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:42', '2023-10-31 16:05:42'),
(276687, 2338, '0382-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:42', '2023-10-31 16:05:42'),
(276688, 2338, '0382-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:42', '2023-10-31 16:05:42'),
(276689, 2338, '0382-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:42', '2023-10-31 16:05:42'),
(276690, 2338, '0382-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:42', '2023-10-31 16:05:42'),
(276691, 2338, '0382-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:42', '2023-10-31 16:05:42'),
(276692, 2338, '0382-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:42', '2023-10-31 16:05:42'),
(276693, 2338, '0382-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:42', '2023-10-31 16:05:42'),
(276694, 2338, '0382-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:42', '2023-10-31 16:05:42'),
(276695, 2338, '0382-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:42', '2023-10-31 16:05:42'),
(276696, 2338, '0382-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:42', '2023-10-31 16:05:42'),
(276697, 2338, '0382-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:42', '2023-10-31 16:05:42'),
(276698, 2338, '0383-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:42', '2023-10-31 16:05:42'),
(276699, 2338, '0383-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:42', '2023-10-31 16:05:42'),
(276700, 2338, '0383-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:42', '2023-10-31 16:05:42'),
(276701, 2338, '0383-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:42', '2023-10-31 16:05:42'),
(276702, 2338, '0383-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:42', '2023-10-31 16:05:42'),
(276703, 2338, '0383-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:42', '2023-10-31 16:05:42'),
(276704, 2338, '0383-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:42', '2023-10-31 16:05:42'),
(276705, 2338, '0383-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:42', '2023-10-31 16:05:42'),
(276706, 2338, '0383-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:42', '2023-10-31 16:05:42'),
(276707, 2338, '0383-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:42', '2023-10-31 16:05:42'),
(276708, 2338, '0383-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:42', '2023-10-31 16:05:42'),
(276709, 2338, '0383-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:42', '2023-10-31 16:05:42'),
(276710, 2338, '0384-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:42', '2023-10-31 16:05:42'),
(276711, 2338, '0384-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:42', '2023-10-31 16:05:42'),
(276712, 2338, '0384-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:42', '2023-10-31 16:05:42'),
(276713, 2338, '0384-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:42', '2023-10-31 16:05:42'),
(276714, 2338, '0384-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:42', '2023-10-31 16:05:42'),
(276715, 2338, '0384-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:42', '2023-10-31 16:05:42'),
(276716, 2338, '0384-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:42', '2023-10-31 16:05:42'),
(276717, 2338, '0384-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:42', '2023-10-31 16:05:42'),
(276718, 2338, '0384-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:42', '2023-10-31 16:05:42'),
(276719, 2338, '0384-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:42', '2023-10-31 16:05:42'),
(276720, 2338, '0384-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:42', '2023-10-31 16:05:42'),
(276721, 2338, '0384-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:42', '2023-10-31 16:05:42'),
(276722, 2338, '0385-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:42', '2023-10-31 16:05:42'),
(276723, 2338, '0385-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:42', '2023-10-31 16:05:42'),
(276724, 2338, '0385-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:42', '2023-10-31 16:05:42'),
(276725, 2338, '0385-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:42', '2023-10-31 16:05:42'),
(276726, 2338, '0385-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:42', '2023-10-31 16:05:42'),
(276727, 2338, '0385-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:42', '2023-10-31 16:05:42'),
(276728, 2338, '0385-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:42', '2023-10-31 16:05:42'),
(276729, 2338, '0385-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:42', '2023-10-31 16:05:42'),
(276730, 2338, '0385-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:42', '2023-10-31 16:05:42'),
(276731, 2338, '0385-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:42', '2023-10-31 16:05:42'),
(276732, 2338, '0385-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:42', '2023-10-31 16:05:42'),
(276733, 2338, '0385-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:42', '2023-10-31 16:05:42'),
(276734, 2338, '0386-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:42', '2023-10-31 16:05:42'),
(276735, 2338, '0386-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:42', '2023-10-31 16:05:42'),
(276736, 2338, '0386-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:42', '2023-10-31 16:05:42'),
(276737, 2338, '0386-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:42', '2023-10-31 16:05:42'),
(276738, 2338, '0386-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:42', '2023-10-31 16:05:42'),
(276739, 2338, '0386-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:42', '2023-10-31 16:05:42'),
(276740, 2338, '0386-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:42', '2023-10-31 16:05:42'),
(276741, 2338, '0386-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:42', '2023-10-31 16:05:42'),
(276742, 2338, '0386-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:42', '2023-10-31 16:05:42'),
(276743, 2338, '0386-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:42', '2023-10-31 16:05:42'),
(276744, 2338, '0386-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:42', '2023-10-31 16:05:42'),
(276745, 2338, '0386-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:42', '2023-10-31 16:05:42'),
(276746, 2338, '0387-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:42', '2023-10-31 16:05:42'),
(276747, 2338, '0387-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:42', '2023-10-31 16:05:42'),
(276748, 2338, '0387-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:42', '2023-10-31 16:05:42'),
(276749, 2338, '0387-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:42', '2023-10-31 16:05:42'),
(276750, 2338, '0387-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:42', '2023-10-31 16:05:42'),
(276751, 2338, '0387-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:42', '2023-10-31 16:05:42'),
(276752, 2338, '0387-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:42', '2023-10-31 16:05:42'),
(276753, 2338, '0387-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:42', '2023-10-31 16:05:42'),
(276754, 2338, '0387-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:42', '2023-10-31 16:05:42'),
(276755, 2338, '0387-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:42', '2023-10-31 16:05:42'),
(276756, 2338, '0387-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:42', '2023-10-31 16:05:42'),
(276757, 2338, '0387-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:42', '2023-10-31 16:05:42'),
(276758, 2338, '0388-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:43', '2023-10-31 16:05:43'),
(276759, 2338, '0388-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:43', '2023-10-31 16:05:43'),
(276760, 2338, '0388-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:43', '2023-10-31 16:05:43'),
(276761, 2338, '0388-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:43', '2023-10-31 16:05:43'),
(276762, 2338, '0388-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:43', '2023-10-31 16:05:43'),
(276763, 2338, '0388-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:43', '2023-10-31 16:05:43'),
(276764, 2338, '0388-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:43', '2023-10-31 16:05:43'),
(276765, 2338, '0388-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:43', '2023-10-31 16:05:43'),
(276766, 2338, '0388-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:43', '2023-10-31 16:05:43'),
(276767, 2338, '0388-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:43', '2023-10-31 16:05:43'),
(276768, 2338, '0388-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:43', '2023-10-31 16:05:43'),
(276769, 2338, '0388-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:43', '2023-10-31 16:05:43'),
(276770, 2338, '0389-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:43', '2023-10-31 16:05:43'),
(276771, 2338, '0389-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:43', '2023-10-31 16:05:43'),
(276772, 2338, '0389-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:43', '2023-10-31 16:05:43'),
(276773, 2338, '0389-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:43', '2023-10-31 16:05:43'),
(276774, 2338, '0389-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:43', '2023-10-31 16:05:43'),
(276775, 2338, '0389-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:43', '2023-10-31 16:05:43'),
(276776, 2338, '0389-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:43', '2023-10-31 16:05:43'),
(276777, 2338, '0389-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:43', '2023-10-31 16:05:43'),
(276778, 2338, '0389-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:43', '2023-10-31 16:05:43'),
(276779, 2338, '0389-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:43', '2023-10-31 16:05:43'),
(276780, 2338, '0389-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:43', '2023-10-31 16:05:43'),
(276781, 2338, '0389-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:43', '2023-10-31 16:05:43'),
(276782, 2338, '0390-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:43', '2023-10-31 16:05:43'),
(276783, 2338, '0390-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:43', '2023-10-31 16:05:43'),
(276784, 2338, '0390-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:43', '2023-10-31 16:05:43'),
(276785, 2338, '0390-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:43', '2023-10-31 16:05:43'),
(276786, 2338, '0390-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:43', '2023-10-31 16:05:43'),
(276787, 2338, '0390-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:43', '2023-10-31 16:05:43'),
(276788, 2338, '0390-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:43', '2023-10-31 16:05:43'),
(276789, 2338, '0390-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:43', '2023-10-31 16:05:43'),
(276790, 2338, '0390-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:43', '2023-10-31 16:05:43'),
(276791, 2338, '0390-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:43', '2023-10-31 16:05:43'),
(276792, 2338, '0390-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:43', '2023-10-31 16:05:43'),
(276793, 2338, '0390-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:43', '2023-10-31 16:05:43'),
(276794, 2338, '0391-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:43', '2023-10-31 16:05:43'),
(276795, 2338, '0391-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:43', '2023-10-31 16:05:43'),
(276796, 2338, '0391-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:43', '2023-10-31 16:05:43'),
(276797, 2338, '0391-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:43', '2023-10-31 16:05:43'),
(276798, 2338, '0391-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:43', '2023-10-31 16:05:43'),
(276799, 2338, '0391-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:43', '2023-10-31 16:05:43'),
(276800, 2338, '0391-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:43', '2023-10-31 16:05:43'),
(276801, 2338, '0391-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:43', '2023-10-31 16:05:43'),
(276802, 2338, '0391-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:43', '2023-10-31 16:05:43'),
(276803, 2338, '0391-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:43', '2023-10-31 16:05:43'),
(276804, 2338, '0391-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:43', '2023-10-31 16:05:43'),
(276805, 2338, '0391-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:43', '2023-10-31 16:05:43'),
(276806, 2338, '0392-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:43', '2023-10-31 16:05:43'),
(276807, 2338, '0392-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:43', '2023-10-31 16:05:43'),
(276808, 2338, '0392-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:43', '2023-10-31 16:05:43'),
(276809, 2338, '0392-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:43', '2023-10-31 16:05:43'),
(276810, 2338, '0392-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:43', '2023-10-31 16:05:43'),
(276811, 2338, '0392-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:43', '2023-10-31 16:05:43'),
(276812, 2338, '0392-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:43', '2023-10-31 16:05:43'),
(276813, 2338, '0392-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:43', '2023-10-31 16:05:43'),
(276814, 2338, '0392-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:43', '2023-10-31 16:05:43'),
(276815, 2338, '0392-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:43', '2023-10-31 16:05:43'),
(276816, 2338, '0392-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:43', '2023-10-31 16:05:43'),
(276817, 2338, '0392-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:43', '2023-10-31 16:05:43'),
(276818, 2338, '0393-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:43', '2023-10-31 16:05:43'),
(276819, 2338, '0393-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:43', '2023-10-31 16:05:43'),
(276820, 2338, '0393-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:43', '2023-10-31 16:05:43'),
(276821, 2338, '0393-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:43', '2023-10-31 16:05:43'),
(276822, 2338, '0393-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:43', '2023-10-31 16:05:43'),
(276823, 2338, '0393-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:43', '2023-10-31 16:05:43'),
(276824, 2338, '0393-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:43', '2023-10-31 16:05:43'),
(276825, 2338, '0393-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:43', '2023-10-31 16:05:43'),
(276826, 2338, '0393-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:43', '2023-10-31 16:05:43'),
(276827, 2338, '0393-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:43', '2023-10-31 16:05:43'),
(276828, 2338, '0393-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:43', '2023-10-31 16:05:43'),
(276829, 2338, '0393-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:43', '2023-10-31 16:05:43'),
(276830, 2338, '0394-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:43', '2023-10-31 16:05:43'),
(276831, 2338, '0394-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:43', '2023-10-31 16:05:43'),
(276832, 2338, '0394-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:43', '2023-10-31 16:05:43'),
(276833, 2338, '0394-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:43', '2023-10-31 16:05:43'),
(276834, 2338, '0394-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:43', '2023-10-31 16:05:43'),
(276835, 2338, '0394-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:43', '2023-10-31 16:05:43'),
(276836, 2338, '0394-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:43', '2023-10-31 16:05:43'),
(276837, 2338, '0394-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:43', '2023-10-31 16:05:43'),
(276838, 2338, '0394-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:43', '2023-10-31 16:05:43'),
(276839, 2338, '0394-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:43', '2023-10-31 16:05:43'),
(276840, 2338, '0394-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:43', '2023-10-31 16:05:43'),
(276841, 2338, '0394-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:43', '2023-10-31 16:05:43'),
(276842, 2338, '0395-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:43', '2023-10-31 16:05:43'),
(276843, 2338, '0395-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:43', '2023-10-31 16:05:43'),
(276844, 2338, '0395-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:43', '2023-10-31 16:05:43'),
(276845, 2338, '0395-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:43', '2023-10-31 16:05:43'),
(276846, 2338, '0395-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:43', '2023-10-31 16:05:43'),
(276847, 2338, '0395-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:43', '2023-10-31 16:05:43'),
(276848, 2338, '0395-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:43', '2023-10-31 16:05:43'),
(276849, 2338, '0395-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:43', '2023-10-31 16:05:43'),
(276850, 2338, '0395-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:43', '2023-10-31 16:05:43'),
(276851, 2338, '0395-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:43', '2023-10-31 16:05:43'),
(276852, 2338, '0395-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:43', '2023-10-31 16:05:43'),
(276853, 2338, '0395-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:43', '2023-10-31 16:05:43'),
(276854, 2338, '0396-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:43', '2023-10-31 16:05:43'),
(276855, 2338, '0396-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:43', '2023-10-31 16:05:43'),
(276856, 2338, '0396-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:43', '2023-10-31 16:05:43'),
(276857, 2338, '0396-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:43', '2023-10-31 16:05:43'),
(276858, 2338, '0396-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:43', '2023-10-31 16:05:43'),
(276859, 2338, '0396-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:43', '2023-10-31 16:05:43'),
(276860, 2338, '0396-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:43', '2023-10-31 16:05:43'),
(276861, 2338, '0396-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:43', '2023-10-31 16:05:43'),
(276862, 2338, '0396-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:43', '2023-10-31 16:05:43'),
(276863, 2338, '0396-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:43', '2023-10-31 16:05:43'),
(276864, 2338, '0396-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:43', '2023-10-31 16:05:43'),
(276865, 2338, '0396-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:43', '2023-10-31 16:05:43'),
(276866, 2338, '0397-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:43', '2023-10-31 16:05:43'),
(276867, 2338, '0397-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:43', '2023-10-31 16:05:43');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(276868, 2338, '0397-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:43', '2023-10-31 16:05:43'),
(276869, 2338, '0397-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:43', '2023-10-31 16:05:43'),
(276870, 2338, '0397-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:43', '2023-10-31 16:05:43'),
(276871, 2338, '0397-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:43', '2023-10-31 16:05:43'),
(276872, 2338, '0397-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:43', '2023-10-31 16:05:43'),
(276873, 2338, '0397-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:43', '2023-10-31 16:05:43'),
(276874, 2338, '0397-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:43', '2023-10-31 16:05:43'),
(276875, 2338, '0397-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:43', '2023-10-31 16:05:43'),
(276876, 2338, '0397-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:43', '2023-10-31 16:05:43'),
(276877, 2338, '0397-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:43', '2023-10-31 16:05:43'),
(276878, 2338, '0398-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:43', '2023-10-31 16:05:43'),
(276879, 2338, '0398-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:43', '2023-10-31 16:05:43'),
(276880, 2338, '0398-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:43', '2023-10-31 16:05:43'),
(276881, 2338, '0398-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:43', '2023-10-31 16:05:43'),
(276882, 2338, '0398-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:43', '2023-10-31 16:05:43'),
(276883, 2338, '0398-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:43', '2023-10-31 16:05:43'),
(276884, 2338, '0398-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:43', '2023-10-31 16:05:43'),
(276885, 2338, '0398-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:43', '2023-10-31 16:05:43'),
(276886, 2338, '0398-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:43', '2023-10-31 16:05:43'),
(276887, 2338, '0398-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:43', '2023-10-31 16:05:43'),
(276888, 2338, '0398-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:43', '2023-10-31 16:05:43'),
(276889, 2338, '0398-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:43', '2023-10-31 16:05:43'),
(276890, 2338, '0399-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:43', '2023-10-31 16:05:43'),
(276891, 2338, '0399-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:43', '2023-10-31 16:05:43'),
(276892, 2338, '0399-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:43', '2023-10-31 16:05:43'),
(276893, 2338, '0399-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:43', '2023-10-31 16:05:43'),
(276894, 2338, '0399-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:43', '2023-10-31 16:05:43'),
(276895, 2338, '0399-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:43', '2023-10-31 16:05:43'),
(276896, 2338, '0399-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:43', '2023-10-31 16:05:43'),
(276897, 2338, '0399-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:43', '2023-10-31 16:05:43'),
(276898, 2338, '0399-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:43', '2023-10-31 16:05:43'),
(276899, 2338, '0399-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:43', '2023-10-31 16:05:43'),
(276900, 2338, '0399-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:43', '2023-10-31 16:05:43'),
(276901, 2338, '0399-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:43', '2023-10-31 16:05:43'),
(276902, 2338, '0400-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:43', '2023-10-31 16:05:43'),
(276903, 2338, '0400-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:43', '2023-10-31 16:05:43'),
(276904, 2338, '0400-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:43', '2023-10-31 16:05:43'),
(276905, 2338, '0400-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:43', '2023-10-31 16:05:43'),
(276906, 2338, '0400-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:43', '2023-10-31 16:05:43'),
(276907, 2338, '0400-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:43', '2023-10-31 16:05:43'),
(276908, 2338, '0400-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:43', '2023-10-31 16:05:43'),
(276909, 2338, '0400-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:43', '2023-10-31 16:05:43'),
(276910, 2338, '0400-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:43', '2023-10-31 16:05:43'),
(276911, 2338, '0400-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:43', '2023-10-31 16:05:43'),
(276912, 2338, '0400-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:43', '2023-10-31 16:05:43'),
(276913, 2338, '0400-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:43', '2023-10-31 16:05:43'),
(276914, 2338, '0401-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:43', '2023-10-31 16:05:43'),
(276915, 2338, '0401-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:43', '2023-10-31 16:05:43'),
(276916, 2338, '0401-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:43', '2023-10-31 16:05:43'),
(276917, 2338, '0401-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:43', '2023-10-31 16:05:43'),
(276918, 2338, '0401-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:43', '2023-10-31 16:05:43'),
(276919, 2338, '0401-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:43', '2023-10-31 16:05:43'),
(276920, 2338, '0401-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:43', '2023-10-31 16:05:43'),
(276921, 2338, '0401-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:43', '2023-10-31 16:05:43'),
(276922, 2338, '0401-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:43', '2023-10-31 16:05:43'),
(276923, 2338, '0401-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:43', '2023-10-31 16:05:43'),
(276924, 2338, '0401-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:43', '2023-10-31 16:05:43'),
(276925, 2338, '0401-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:43', '2023-10-31 16:05:43'),
(276926, 2338, '0402-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:43', '2023-10-31 16:05:43'),
(276927, 2338, '0402-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:43', '2023-10-31 16:05:43'),
(276928, 2338, '0402-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:43', '2023-10-31 16:05:43'),
(276929, 2338, '0402-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:43', '2023-10-31 16:05:43'),
(276930, 2338, '0402-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:43', '2023-10-31 16:05:43'),
(276931, 2338, '0402-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:43', '2023-10-31 16:05:43'),
(276932, 2338, '0402-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:43', '2023-10-31 16:05:43'),
(276933, 2338, '0402-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:43', '2023-10-31 16:05:43'),
(276934, 2338, '0402-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:43', '2023-10-31 16:05:43'),
(276935, 2338, '0402-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:43', '2023-10-31 16:05:43'),
(276936, 2338, '0402-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:43', '2023-10-31 16:05:43'),
(276937, 2338, '0402-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:43', '2023-10-31 16:05:43'),
(276938, 2338, '0403-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:43', '2023-10-31 16:05:43'),
(276939, 2338, '0403-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:43', '2023-10-31 16:05:43'),
(276940, 2338, '0403-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:43', '2023-10-31 16:05:43'),
(276941, 2338, '0403-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:43', '2023-10-31 16:05:43'),
(276942, 2338, '0403-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:43', '2023-10-31 16:05:43'),
(276943, 2338, '0403-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:43', '2023-10-31 16:05:43'),
(276944, 2338, '0403-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:43', '2023-10-31 16:05:43'),
(276945, 2338, '0403-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:43', '2023-10-31 16:05:43'),
(276946, 2338, '0403-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:43', '2023-10-31 16:05:43'),
(276947, 2338, '0403-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:43', '2023-10-31 16:05:43'),
(276948, 2338, '0403-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:43', '2023-10-31 16:05:43'),
(276949, 2338, '0403-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:43', '2023-10-31 16:05:43'),
(276950, 2338, '0404-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:43', '2023-10-31 16:05:43'),
(276951, 2338, '0404-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:43', '2023-10-31 16:05:43'),
(276952, 2338, '0404-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:43', '2023-10-31 16:05:43'),
(276953, 2338, '0404-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:43', '2023-10-31 16:05:43'),
(276954, 2338, '0404-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:43', '2023-10-31 16:05:43'),
(276955, 2338, '0404-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:43', '2023-10-31 16:05:43'),
(276956, 2338, '0404-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:43', '2023-10-31 16:05:43'),
(276957, 2338, '0404-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:43', '2023-10-31 16:05:43'),
(276958, 2338, '0404-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:43', '2023-10-31 16:05:43'),
(276959, 2338, '0404-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:43', '2023-10-31 16:05:43'),
(276960, 2338, '0404-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:43', '2023-10-31 16:05:43'),
(276961, 2338, '0404-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:43', '2023-10-31 16:05:43'),
(276962, 2338, '0405-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:43', '2023-10-31 16:05:43'),
(276963, 2338, '0405-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:43', '2023-10-31 16:05:43'),
(276964, 2338, '0405-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:43', '2023-10-31 16:05:43'),
(276965, 2338, '0405-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:43', '2023-10-31 16:05:43'),
(276966, 2338, '0405-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:43', '2023-10-31 16:05:43'),
(276967, 2338, '0405-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:44', '2023-10-31 16:05:44'),
(276968, 2338, '0405-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:44', '2023-10-31 16:05:44'),
(276969, 2338, '0405-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:44', '2023-10-31 16:05:44'),
(276970, 2338, '0405-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:44', '2023-10-31 16:05:44'),
(276971, 2338, '0405-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:44', '2023-10-31 16:05:44'),
(276972, 2338, '0405-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:44', '2023-10-31 16:05:44'),
(276973, 2338, '0405-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:44', '2023-10-31 16:05:44'),
(276974, 2338, '0406-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:44', '2023-10-31 16:05:44'),
(276975, 2338, '0406-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:44', '2023-10-31 16:05:44'),
(276976, 2338, '0406-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:44', '2023-10-31 16:05:44'),
(276977, 2338, '0406-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:44', '2023-10-31 16:05:44'),
(276978, 2338, '0406-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:44', '2023-10-31 16:05:44'),
(276979, 2338, '0406-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:44', '2023-10-31 16:05:44'),
(276980, 2338, '0406-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:44', '2023-10-31 16:05:44'),
(276981, 2338, '0406-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:44', '2023-10-31 16:05:44'),
(276982, 2338, '0406-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:44', '2023-10-31 16:05:44'),
(276983, 2338, '0406-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:44', '2023-10-31 16:05:44'),
(276984, 2338, '0406-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:44', '2023-10-31 16:05:44'),
(276985, 2338, '0406-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:44', '2023-10-31 16:05:44'),
(276986, 2338, '0407-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:44', '2023-10-31 16:05:44'),
(276987, 2338, '0407-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:44', '2023-10-31 16:05:44'),
(276988, 2338, '0407-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:44', '2023-10-31 16:05:44'),
(276989, 2338, '0407-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:44', '2023-10-31 16:05:44'),
(276990, 2338, '0407-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:44', '2023-10-31 16:05:44'),
(276991, 2338, '0407-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:44', '2023-10-31 16:05:44'),
(276992, 2338, '0407-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:44', '2023-10-31 16:05:44'),
(276993, 2338, '0407-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:44', '2023-10-31 16:05:44'),
(276994, 2338, '0407-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:44', '2023-10-31 16:05:44'),
(276995, 2338, '0407-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:44', '2023-10-31 16:05:44'),
(276996, 2338, '0407-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:44', '2023-10-31 16:05:44'),
(276997, 2338, '0407-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:44', '2023-10-31 16:05:44'),
(276998, 2338, '0408-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:44', '2023-10-31 16:05:44'),
(276999, 2338, '0408-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:44', '2023-10-31 16:05:44'),
(277000, 2338, '0408-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:44', '2023-10-31 16:05:44'),
(277001, 2338, '0408-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:44', '2023-10-31 16:05:44'),
(277002, 2338, '0408-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:44', '2023-10-31 16:05:44'),
(277003, 2338, '0408-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:44', '2023-10-31 16:05:44'),
(277004, 2338, '0408-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:44', '2023-10-31 16:05:44'),
(277005, 2338, '0408-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:44', '2023-10-31 16:05:44'),
(277006, 2338, '0408-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:44', '2023-10-31 16:05:44'),
(277007, 2338, '0408-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:44', '2023-10-31 16:05:44'),
(277008, 2338, '0408-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:44', '2023-10-31 16:05:44'),
(277009, 2338, '0408-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:44', '2023-10-31 16:05:44'),
(277010, 2338, '0409-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:44', '2023-10-31 16:05:44'),
(277011, 2338, '0409-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:44', '2023-10-31 16:05:44'),
(277012, 2338, '0409-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:44', '2023-10-31 16:05:44'),
(277013, 2338, '0409-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:44', '2023-10-31 16:05:44'),
(277014, 2338, '0409-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:44', '2023-10-31 16:05:44'),
(277015, 2338, '0409-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:44', '2023-10-31 16:05:44'),
(277016, 2338, '0409-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:44', '2023-10-31 16:05:44'),
(277017, 2338, '0409-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:44', '2023-10-31 16:05:44'),
(277018, 2338, '0409-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:44', '2023-10-31 16:05:44'),
(277019, 2338, '0409-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:44', '2023-10-31 16:05:44'),
(277020, 2338, '0409-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:44', '2023-10-31 16:05:44'),
(277021, 2338, '0409-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:44', '2023-10-31 16:05:44'),
(277022, 2338, '0410-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:44', '2023-10-31 16:05:44'),
(277023, 2338, '0410-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:44', '2023-10-31 16:05:44'),
(277024, 2338, '0410-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:44', '2023-10-31 16:05:44'),
(277025, 2338, '0410-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:44', '2023-10-31 16:05:44'),
(277026, 2338, '0410-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:44', '2023-10-31 16:05:44'),
(277027, 2338, '0410-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:44', '2023-10-31 16:05:44'),
(277028, 2338, '0410-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:44', '2023-10-31 16:05:44'),
(277029, 2338, '0410-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:44', '2023-10-31 16:05:44'),
(277030, 2338, '0410-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:44', '2023-10-31 16:05:44'),
(277031, 2338, '0410-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:44', '2023-10-31 16:05:44'),
(277032, 2338, '0410-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:44', '2023-10-31 16:05:44'),
(277033, 2338, '0410-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:44', '2023-10-31 16:05:44'),
(277034, 2338, '0411-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:44', '2023-10-31 16:05:44'),
(277035, 2338, '0411-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:44', '2023-10-31 16:05:44'),
(277036, 2338, '0411-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:44', '2023-10-31 16:05:44'),
(277037, 2338, '0411-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:44', '2023-10-31 16:05:44'),
(277038, 2338, '0411-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:44', '2023-10-31 16:05:44'),
(277039, 2338, '0411-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:44', '2023-10-31 16:05:44'),
(277040, 2338, '0411-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:44', '2023-10-31 16:05:44'),
(277041, 2338, '0411-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:44', '2023-10-31 16:05:44'),
(277042, 2338, '0411-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:44', '2023-10-31 16:05:44'),
(277043, 2338, '0411-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:44', '2023-10-31 16:05:44'),
(277044, 2338, '0411-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:44', '2023-10-31 16:05:44'),
(277045, 2338, '0411-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:44', '2023-10-31 16:05:44'),
(277046, 2338, '0412-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:44', '2023-10-31 16:05:44'),
(277047, 2338, '0412-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:44', '2023-10-31 16:05:44'),
(277048, 2338, '0412-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:44', '2023-10-31 16:05:44'),
(277049, 2338, '0412-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:44', '2023-10-31 16:05:44'),
(277050, 2338, '0412-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:44', '2023-10-31 16:05:44'),
(277051, 2338, '0412-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:44', '2023-10-31 16:05:44'),
(277052, 2338, '0412-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:44', '2023-10-31 16:05:44'),
(277053, 2338, '0412-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:44', '2023-10-31 16:05:44'),
(277054, 2338, '0412-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:44', '2023-10-31 16:05:44'),
(277055, 2338, '0412-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:44', '2023-10-31 16:05:44'),
(277056, 2338, '0412-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:44', '2023-10-31 16:05:44'),
(277057, 2338, '0412-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:44', '2023-10-31 16:05:44'),
(277058, 2338, '0413-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:44', '2023-10-31 16:05:44'),
(277059, 2338, '0413-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:44', '2023-10-31 16:05:44'),
(277060, 2338, '0413-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:44', '2023-10-31 16:05:44'),
(277061, 2338, '0413-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:44', '2023-10-31 16:05:44'),
(277062, 2338, '0413-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:44', '2023-10-31 16:05:44'),
(277063, 2338, '0413-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:44', '2023-10-31 16:05:44'),
(277064, 2338, '0413-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:44', '2023-10-31 16:05:44'),
(277065, 2338, '0413-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:44', '2023-10-31 16:05:44'),
(277066, 2338, '0413-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:44', '2023-10-31 16:05:44'),
(277067, 2338, '0413-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:44', '2023-10-31 16:05:44'),
(277068, 2338, '0413-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:44', '2023-10-31 16:05:44'),
(277069, 2338, '0413-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:44', '2023-10-31 16:05:44'),
(277070, 2338, '0414-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:44', '2023-10-31 16:05:44'),
(277071, 2338, '0414-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:44', '2023-10-31 16:05:44'),
(277072, 2338, '0414-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:44', '2023-10-31 16:05:44'),
(277073, 2338, '0414-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:44', '2023-10-31 16:05:44'),
(277074, 2338, '0414-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:44', '2023-10-31 16:05:44'),
(277075, 2338, '0414-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:44', '2023-10-31 16:05:44'),
(277076, 2338, '0414-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:44', '2023-10-31 16:05:44'),
(277077, 2338, '0414-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:44', '2023-10-31 16:05:44'),
(277078, 2338, '0414-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:44', '2023-10-31 16:05:44'),
(277079, 2338, '0414-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:44', '2023-10-31 16:05:44'),
(277080, 2338, '0414-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:44', '2023-10-31 16:05:44'),
(277081, 2338, '0414-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:44', '2023-10-31 16:05:44'),
(277082, 2338, '0415-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:44', '2023-10-31 16:05:44'),
(277083, 2338, '0415-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:44', '2023-10-31 16:05:44'),
(277084, 2338, '0415-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:44', '2023-10-31 16:05:44'),
(277085, 2338, '0415-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:44', '2023-10-31 16:05:44'),
(277086, 2338, '0415-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:44', '2023-10-31 16:05:44'),
(277087, 2338, '0415-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:44', '2023-10-31 16:05:44'),
(277088, 2338, '0415-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:44', '2023-10-31 16:05:44'),
(277089, 2338, '0415-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:44', '2023-10-31 16:05:44'),
(277090, 2338, '0415-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:44', '2023-10-31 16:05:44'),
(277091, 2338, '0415-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:44', '2023-10-31 16:05:44'),
(277092, 2338, '0415-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:44', '2023-10-31 16:05:44'),
(277093, 2338, '0415-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:44', '2023-10-31 16:05:44'),
(277094, 2338, '0416-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:44', '2023-10-31 16:05:44'),
(277095, 2338, '0416-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:44', '2023-10-31 16:05:44'),
(277096, 2338, '0416-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:44', '2023-10-31 16:05:44'),
(277097, 2338, '0416-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:44', '2023-10-31 16:05:44'),
(277098, 2338, '0416-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:44', '2023-10-31 16:05:44'),
(277099, 2338, '0416-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:44', '2023-10-31 16:05:44'),
(277100, 2338, '0416-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:44', '2023-10-31 16:05:44'),
(277101, 2338, '0416-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:44', '2023-10-31 16:05:44'),
(277102, 2338, '0416-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:44', '2023-10-31 16:05:44'),
(277103, 2338, '0416-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:44', '2023-10-31 16:05:44'),
(277104, 2338, '0416-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:44', '2023-10-31 16:05:44'),
(277105, 2338, '0416-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:44', '2023-10-31 16:05:44'),
(277106, 2338, '0417-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:44', '2023-10-31 16:05:44'),
(277107, 2338, '0417-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:44', '2023-10-31 16:05:44'),
(277108, 2338, '0417-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:44', '2023-10-31 16:05:44'),
(277109, 2338, '0417-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:44', '2023-10-31 16:05:44'),
(277110, 2338, '0417-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:44', '2023-10-31 16:05:44'),
(277111, 2338, '0417-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:44', '2023-10-31 16:05:44'),
(277112, 2338, '0417-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:44', '2023-10-31 16:05:44'),
(277113, 2338, '0417-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:44', '2023-10-31 16:05:44'),
(277114, 2338, '0417-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:44', '2023-10-31 16:05:44'),
(277115, 2338, '0417-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:44', '2023-10-31 16:05:44'),
(277116, 2338, '0417-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:44', '2023-10-31 16:05:44'),
(277117, 2338, '0417-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:44', '2023-10-31 16:05:44'),
(277118, 2338, '0418-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:44', '2023-10-31 16:05:44'),
(277119, 2338, '0418-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:44', '2023-10-31 16:05:44'),
(277120, 2338, '0418-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:44', '2023-10-31 16:05:44'),
(277121, 2338, '0418-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:44', '2023-10-31 16:05:44'),
(277122, 2338, '0418-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:44', '2023-10-31 16:05:44'),
(277123, 2338, '0418-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:44', '2023-10-31 16:05:44'),
(277124, 2338, '0418-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:44', '2023-10-31 16:05:44'),
(277125, 2338, '0418-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:44', '2023-10-31 16:05:44'),
(277126, 2338, '0418-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:44', '2023-10-31 16:05:44'),
(277127, 2338, '0418-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:44', '2023-10-31 16:05:44'),
(277128, 2338, '0418-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:44', '2023-10-31 16:05:44'),
(277129, 2338, '0418-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:44', '2023-10-31 16:05:44'),
(277130, 2338, '0419-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:44', '2023-10-31 16:05:44'),
(277131, 2338, '0419-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:44', '2023-10-31 16:05:44'),
(277132, 2338, '0419-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:44', '2023-10-31 16:05:44'),
(277133, 2338, '0419-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:44', '2023-10-31 16:05:44'),
(277134, 2338, '0419-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:44', '2023-10-31 16:05:44'),
(277135, 2338, '0419-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:44', '2023-10-31 16:05:44'),
(277136, 2338, '0419-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:44', '2023-10-31 16:05:44'),
(277137, 2338, '0419-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:44', '2023-10-31 16:05:44'),
(277138, 2338, '0419-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:44', '2023-10-31 16:05:44'),
(277139, 2338, '0419-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:44', '2023-10-31 16:05:44'),
(277140, 2338, '0419-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:44', '2023-10-31 16:05:44'),
(277141, 2338, '0419-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:44', '2023-10-31 16:05:44'),
(277142, 2338, '0420-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:44', '2023-10-31 16:05:44'),
(277143, 2338, '0420-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:44', '2023-10-31 16:05:44'),
(277144, 2338, '0420-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:44', '2023-10-31 16:05:44'),
(277145, 2338, '0420-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:44', '2023-10-31 16:05:44'),
(277146, 2338, '0420-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:44', '2023-10-31 16:05:44'),
(277147, 2338, '0420-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:44', '2023-10-31 16:05:44'),
(277148, 2338, '0420-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:44', '2023-10-31 16:05:44'),
(277149, 2338, '0420-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:44', '2023-10-31 16:05:44'),
(277150, 2338, '0420-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:44', '2023-10-31 16:05:44'),
(277151, 2338, '0420-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:44', '2023-10-31 16:05:44'),
(277152, 2338, '0420-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:44', '2023-10-31 16:05:44'),
(277153, 2338, '0420-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:44', '2023-10-31 16:05:44'),
(277154, 2338, '0421-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:44', '2023-10-31 16:05:44'),
(277155, 2338, '0421-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:44', '2023-10-31 16:05:44'),
(277156, 2338, '0421-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:44', '2023-10-31 16:05:44'),
(277157, 2338, '0421-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:44', '2023-10-31 16:05:44'),
(277158, 2338, '0421-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:44', '2023-10-31 16:05:44'),
(277159, 2338, '0421-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:44', '2023-10-31 16:05:44'),
(277160, 2338, '0421-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:44', '2023-10-31 16:05:44'),
(277161, 2338, '0421-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:44', '2023-10-31 16:05:44'),
(277162, 2338, '0421-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:44', '2023-10-31 16:05:44'),
(277163, 2338, '0421-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:44', '2023-10-31 16:05:44'),
(277164, 2338, '0421-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:44', '2023-10-31 16:05:44'),
(277165, 2338, '0421-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:44', '2023-10-31 16:05:44'),
(277166, 2338, '0422-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:44', '2023-10-31 16:05:44'),
(277167, 2338, '0422-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:44', '2023-10-31 16:05:44'),
(277168, 2338, '0422-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:44', '2023-10-31 16:05:44'),
(277169, 2338, '0422-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:44', '2023-10-31 16:05:44'),
(277170, 2338, '0422-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:44', '2023-10-31 16:05:44'),
(277171, 2338, '0422-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:44', '2023-10-31 16:05:44'),
(277172, 2338, '0422-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:44', '2023-10-31 16:05:44'),
(277173, 2338, '0422-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:44', '2023-10-31 16:05:44'),
(277174, 2338, '0422-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:44', '2023-10-31 16:05:44'),
(277175, 2338, '0422-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:44', '2023-10-31 16:05:44'),
(277176, 2338, '0422-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:44', '2023-10-31 16:05:44'),
(277177, 2338, '0422-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:44', '2023-10-31 16:05:44'),
(277178, 2338, '0423-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:44', '2023-10-31 16:05:44'),
(277179, 2338, '0423-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:44', '2023-10-31 16:05:44'),
(277180, 2338, '0423-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:44', '2023-10-31 16:05:44'),
(277181, 2338, '0423-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:44', '2023-10-31 16:05:44'),
(277182, 2338, '0423-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:44', '2023-10-31 16:05:44'),
(277183, 2338, '0423-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:44', '2023-10-31 16:05:44'),
(277184, 2338, '0423-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:44', '2023-10-31 16:05:44'),
(277185, 2338, '0423-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:44', '2023-10-31 16:05:44'),
(277186, 2338, '0423-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:44', '2023-10-31 16:05:44'),
(277187, 2338, '0423-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:44', '2023-10-31 16:05:44'),
(277188, 2338, '0423-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:44', '2023-10-31 16:05:44'),
(277189, 2338, '0423-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:44', '2023-10-31 16:05:44'),
(277190, 2338, '0424-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:44', '2023-10-31 16:05:44'),
(277191, 2338, '0424-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:44', '2023-10-31 16:05:44'),
(277192, 2338, '0424-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:44', '2023-10-31 16:05:44'),
(277193, 2338, '0424-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:44', '2023-10-31 16:05:44'),
(277194, 2338, '0424-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:45', '2023-10-31 16:05:45'),
(277195, 2338, '0424-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:45', '2023-10-31 16:05:45'),
(277196, 2338, '0424-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:45', '2023-10-31 16:05:45'),
(277197, 2338, '0424-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:45', '2023-10-31 16:05:45'),
(277198, 2338, '0424-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:45', '2023-10-31 16:05:45'),
(277199, 2338, '0424-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:45', '2023-10-31 16:05:45'),
(277200, 2338, '0424-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:45', '2023-10-31 16:05:45'),
(277201, 2338, '0424-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:45', '2023-10-31 16:05:45'),
(277202, 2338, '0425-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:45', '2023-10-31 16:05:45'),
(277203, 2338, '0425-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:45', '2023-10-31 16:05:45'),
(277204, 2338, '0425-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:45', '2023-10-31 16:05:45'),
(277205, 2338, '0425-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:45', '2023-10-31 16:05:45'),
(277206, 2338, '0425-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:45', '2023-10-31 16:05:45'),
(277207, 2338, '0425-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:45', '2023-10-31 16:05:45'),
(277208, 2338, '0425-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:45', '2023-10-31 16:05:45'),
(277209, 2338, '0425-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:45', '2023-10-31 16:05:45'),
(277210, 2338, '0425-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:45', '2023-10-31 16:05:45'),
(277211, 2338, '0425-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:45', '2023-10-31 16:05:45'),
(277212, 2338, '0425-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:45', '2023-10-31 16:05:45'),
(277213, 2338, '0425-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:45', '2023-10-31 16:05:45'),
(277214, 2338, '0426-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:45', '2023-10-31 16:05:45'),
(277215, 2338, '0426-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:45', '2023-10-31 16:05:45'),
(277216, 2338, '0426-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:45', '2023-10-31 16:05:45'),
(277217, 2338, '0426-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:45', '2023-10-31 16:05:45'),
(277218, 2338, '0426-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:45', '2023-10-31 16:05:45'),
(277219, 2338, '0426-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:45', '2023-10-31 16:05:45'),
(277220, 2338, '0426-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:45', '2023-10-31 16:05:45'),
(277221, 2338, '0426-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:45', '2023-10-31 16:05:45'),
(277222, 2338, '0426-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:45', '2023-10-31 16:05:45'),
(277223, 2338, '0426-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:45', '2023-10-31 16:05:45'),
(277224, 2338, '0426-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:45', '2023-10-31 16:05:45'),
(277225, 2338, '0426-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:45', '2023-10-31 16:05:45'),
(277226, 2338, '0427-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:45', '2023-10-31 16:05:45'),
(277227, 2338, '0427-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:45', '2023-10-31 16:05:45'),
(277228, 2338, '0427-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:45', '2023-10-31 16:05:45'),
(277229, 2338, '0427-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:45', '2023-10-31 16:05:45'),
(277230, 2338, '0427-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:45', '2023-10-31 16:05:45'),
(277231, 2338, '0427-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:45', '2023-10-31 16:05:45'),
(277232, 2338, '0427-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:45', '2023-10-31 16:05:45'),
(277233, 2338, '0427-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:45', '2023-10-31 16:05:45'),
(277234, 2338, '0427-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:45', '2023-10-31 16:05:45'),
(277235, 2338, '0427-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:45', '2023-10-31 16:05:45'),
(277236, 2338, '0427-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:45', '2023-10-31 16:05:45'),
(277237, 2338, '0427-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:45', '2023-10-31 16:05:45'),
(277238, 2338, '0428-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:45', '2023-10-31 16:05:45'),
(277239, 2338, '0428-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:45', '2023-10-31 16:05:45'),
(277240, 2338, '0428-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:45', '2023-10-31 16:05:45'),
(277241, 2338, '0428-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:45', '2023-10-31 16:05:45'),
(277242, 2338, '0428-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:45', '2023-10-31 16:05:45'),
(277243, 2338, '0428-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:45', '2023-10-31 16:05:45'),
(277244, 2338, '0428-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:45', '2023-10-31 16:05:45'),
(277245, 2338, '0428-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:45', '2023-10-31 16:05:45'),
(277246, 2338, '0428-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:45', '2023-10-31 16:05:45'),
(277247, 2338, '0428-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:45', '2023-10-31 16:05:45'),
(277248, 2338, '0428-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:45', '2023-10-31 16:05:45'),
(277249, 2338, '0428-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:45', '2023-10-31 16:05:45'),
(277250, 2338, '0429-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:45', '2023-10-31 16:05:45'),
(277251, 2338, '0429-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:45', '2023-10-31 16:05:45'),
(277252, 2338, '0429-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:45', '2023-10-31 16:05:45'),
(277253, 2338, '0429-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:45', '2023-10-31 16:05:45'),
(277254, 2338, '0429-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:45', '2023-10-31 16:05:45'),
(277255, 2338, '0429-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:45', '2023-10-31 16:05:45'),
(277256, 2338, '0429-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:45', '2023-10-31 16:05:45'),
(277257, 2338, '0429-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:45', '2023-10-31 16:05:45'),
(277258, 2338, '0429-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:45', '2023-10-31 16:05:45'),
(277259, 2338, '0429-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:45', '2023-10-31 16:05:45'),
(277260, 2338, '0429-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:45', '2023-10-31 16:05:45'),
(277261, 2338, '0429-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:45', '2023-10-31 16:05:45'),
(277262, 2338, '0430-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:45', '2023-10-31 16:05:45'),
(277263, 2338, '0430-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:45', '2023-10-31 16:05:45'),
(277264, 2338, '0430-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:45', '2023-10-31 16:05:45'),
(277265, 2338, '0430-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:45', '2023-10-31 16:05:45'),
(277266, 2338, '0430-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:45', '2023-10-31 16:05:45'),
(277267, 2338, '0430-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:45', '2023-10-31 16:05:45'),
(277268, 2338, '0430-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:45', '2023-10-31 16:05:45'),
(277269, 2338, '0430-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:45', '2023-10-31 16:05:45'),
(277270, 2338, '0430-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:45', '2023-10-31 16:05:45'),
(277271, 2338, '0430-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:45', '2023-10-31 16:05:45'),
(277272, 2338, '0430-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:45', '2023-10-31 16:05:45'),
(277273, 2338, '0430-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:45', '2023-10-31 16:05:45'),
(277274, 2338, '0431-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:45', '2023-10-31 16:05:45'),
(277275, 2338, '0431-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:45', '2023-10-31 16:05:45'),
(277276, 2338, '0431-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:45', '2023-10-31 16:05:45'),
(277277, 2338, '0431-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:46', '2023-10-31 16:05:46'),
(277278, 2338, '0431-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:46', '2023-10-31 16:05:46'),
(277279, 2338, '0431-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:46', '2023-10-31 16:05:46'),
(277280, 2338, '0431-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:46', '2023-10-31 16:05:46'),
(277281, 2338, '0431-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:46', '2023-10-31 16:05:46'),
(277282, 2338, '0431-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:46', '2023-10-31 16:05:46'),
(277283, 2338, '0431-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:46', '2023-10-31 16:05:46'),
(277284, 2338, '0431-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:46', '2023-10-31 16:05:46'),
(277285, 2338, '0431-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:46', '2023-10-31 16:05:46'),
(277286, 2338, '0432-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:46', '2023-10-31 16:05:46'),
(277287, 2338, '0432-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:46', '2023-10-31 16:05:46'),
(277288, 2338, '0432-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:46', '2023-10-31 16:05:46'),
(277289, 2338, '0432-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:46', '2023-10-31 16:05:46'),
(277290, 2338, '0432-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:46', '2023-10-31 16:05:46'),
(277291, 2338, '0432-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:46', '2023-10-31 16:05:46'),
(277292, 2338, '0432-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:46', '2023-10-31 16:05:46'),
(277293, 2338, '0432-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:46', '2023-10-31 16:05:46'),
(277294, 2338, '0432-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:46', '2023-10-31 16:05:46'),
(277295, 2338, '0432-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:46', '2023-10-31 16:05:46'),
(277296, 2338, '0432-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:46', '2023-10-31 16:05:46'),
(277297, 2338, '0432-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:46', '2023-10-31 16:05:46'),
(277298, 2338, '0433-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:46', '2023-10-31 16:05:46'),
(277299, 2338, '0433-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:46', '2023-10-31 16:05:46'),
(277300, 2338, '0433-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:46', '2023-10-31 16:05:46'),
(277301, 2338, '0433-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:46', '2023-10-31 16:05:46'),
(277302, 2338, '0433-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:46', '2023-10-31 16:05:46'),
(277303, 2338, '0433-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:46', '2023-10-31 16:05:46'),
(277304, 2338, '0433-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:46', '2023-10-31 16:05:46'),
(277305, 2338, '0433-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:46', '2023-10-31 16:05:46'),
(277306, 2338, '0433-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:46', '2023-10-31 16:05:46'),
(277307, 2338, '0433-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:46', '2023-10-31 16:05:46'),
(277308, 2338, '0433-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:46', '2023-10-31 16:05:46'),
(277309, 2338, '0433-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:46', '2023-10-31 16:05:46'),
(277310, 2338, '0434-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:46', '2023-10-31 16:05:46'),
(277311, 2338, '0434-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:46', '2023-10-31 16:05:46'),
(277312, 2338, '0434-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:46', '2023-10-31 16:05:46'),
(277313, 2338, '0434-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:46', '2023-10-31 16:05:46'),
(277314, 2338, '0434-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:46', '2023-10-31 16:05:46'),
(277315, 2338, '0434-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:46', '2023-10-31 16:05:46'),
(277316, 2338, '0434-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:46', '2023-10-31 16:05:46'),
(277317, 2338, '0434-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:46', '2023-10-31 16:05:46'),
(277318, 2338, '0434-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:46', '2023-10-31 16:05:46'),
(277319, 2338, '0434-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:46', '2023-10-31 16:05:46'),
(277320, 2338, '0434-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:46', '2023-10-31 16:05:46'),
(277321, 2338, '0434-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:46', '2023-10-31 16:05:46'),
(277322, 2338, '0435-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:46', '2023-10-31 16:05:46'),
(277323, 2338, '0435-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:46', '2023-10-31 16:05:46'),
(277324, 2338, '0435-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:46', '2023-10-31 16:05:46'),
(277325, 2338, '0435-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:46', '2023-10-31 16:05:46'),
(277326, 2338, '0435-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:46', '2023-10-31 16:05:46'),
(277327, 2338, '0435-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:46', '2023-10-31 16:05:46'),
(277328, 2338, '0435-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:46', '2023-10-31 16:05:46'),
(277329, 2338, '0435-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:46', '2023-10-31 16:05:46'),
(277330, 2338, '0435-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:46', '2023-10-31 16:05:46'),
(277331, 2338, '0435-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:46', '2023-10-31 16:05:46'),
(277332, 2338, '0435-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:46', '2023-10-31 16:05:46');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(277333, 2338, '0435-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:46', '2023-10-31 16:05:46'),
(277334, 2338, '0436-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:46', '2023-10-31 16:05:46'),
(277335, 2338, '0436-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:46', '2023-10-31 16:05:46'),
(277336, 2338, '0436-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:46', '2023-10-31 16:05:46'),
(277337, 2338, '0436-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:46', '2023-10-31 16:05:46'),
(277338, 2338, '0436-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:46', '2023-10-31 16:05:46'),
(277339, 2338, '0436-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:46', '2023-10-31 16:05:46'),
(277340, 2338, '0436-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:46', '2023-10-31 16:05:46'),
(277341, 2338, '0436-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:46', '2023-10-31 16:05:46'),
(277342, 2338, '0436-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:46', '2023-10-31 16:05:46'),
(277343, 2338, '0436-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:46', '2023-10-31 16:05:46'),
(277344, 2338, '0436-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:46', '2023-10-31 16:05:46'),
(277345, 2338, '0436-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:46', '2023-10-31 16:05:46'),
(277346, 2338, '0437-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:46', '2023-10-31 16:05:46'),
(277347, 2338, '0437-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:46', '2023-10-31 16:05:46'),
(277348, 2338, '0437-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:46', '2023-10-31 16:05:46'),
(277349, 2338, '0437-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:46', '2023-10-31 16:05:46'),
(277350, 2338, '0437-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:46', '2023-10-31 16:05:46'),
(277351, 2338, '0437-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:46', '2023-10-31 16:05:46'),
(277352, 2338, '0437-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:46', '2023-10-31 16:05:46'),
(277353, 2338, '0437-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:46', '2023-10-31 16:05:46'),
(277354, 2338, '0437-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:46', '2023-10-31 16:05:46'),
(277355, 2338, '0437-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:46', '2023-10-31 16:05:46'),
(277356, 2338, '0437-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:46', '2023-10-31 16:05:46'),
(277357, 2338, '0437-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:46', '2023-10-31 16:05:46'),
(277358, 2338, '0438-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:46', '2023-10-31 16:05:46'),
(277359, 2338, '0438-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:46', '2023-10-31 16:05:46'),
(277360, 2338, '0438-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:46', '2023-10-31 16:05:46'),
(277361, 2338, '0438-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:46', '2023-10-31 16:05:46'),
(277362, 2338, '0438-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:46', '2023-10-31 16:05:46'),
(277363, 2338, '0438-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:46', '2023-10-31 16:05:46'),
(277364, 2338, '0438-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:46', '2023-10-31 16:05:46'),
(277365, 2338, '0438-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:46', '2023-10-31 16:05:46'),
(277366, 2338, '0438-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:46', '2023-10-31 16:05:46'),
(277367, 2338, '0438-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:46', '2023-10-31 16:05:46'),
(277368, 2338, '0438-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:46', '2023-10-31 16:05:46'),
(277369, 2338, '0438-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:46', '2023-10-31 16:05:46'),
(277370, 2338, '0439-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:46', '2023-10-31 16:05:46'),
(277371, 2338, '0439-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:46', '2023-10-31 16:05:46'),
(277372, 2338, '0439-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:46', '2023-10-31 16:05:46'),
(277373, 2338, '0439-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:46', '2023-10-31 16:05:46'),
(277374, 2338, '0439-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:46', '2023-10-31 16:05:46'),
(277375, 2338, '0439-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:46', '2023-10-31 16:05:46'),
(277376, 2338, '0439-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:46', '2023-10-31 16:05:46'),
(277377, 2338, '0439-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:46', '2023-10-31 16:05:46'),
(277378, 2338, '0439-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:46', '2023-10-31 16:05:46'),
(277379, 2338, '0439-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:46', '2023-10-31 16:05:46'),
(277380, 2338, '0439-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:46', '2023-10-31 16:05:46'),
(277381, 2338, '0439-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:46', '2023-10-31 16:05:46'),
(277382, 2338, '0440-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:46', '2023-10-31 16:05:46'),
(277383, 2338, '0440-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:46', '2023-10-31 16:05:46'),
(277384, 2338, '0440-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:46', '2023-10-31 16:05:46'),
(277385, 2338, '0440-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:46', '2023-10-31 16:05:46'),
(277386, 2338, '0440-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:46', '2023-10-31 16:05:46'),
(277387, 2338, '0440-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:46', '2023-10-31 16:05:46'),
(277388, 2338, '0440-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:46', '2023-10-31 16:05:46'),
(277389, 2338, '0440-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:46', '2023-10-31 16:05:46'),
(277390, 2338, '0440-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:46', '2023-10-31 16:05:46'),
(277391, 2338, '0440-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:46', '2023-10-31 16:05:46'),
(277392, 2338, '0440-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:46', '2023-10-31 16:05:46'),
(277393, 2338, '0440-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:46', '2023-10-31 16:05:46'),
(277394, 2338, '0441-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:46', '2023-10-31 16:05:46'),
(277395, 2338, '0441-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:46', '2023-10-31 16:05:46'),
(277396, 2338, '0441-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:46', '2023-10-31 16:05:46'),
(277397, 2338, '0441-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:46', '2023-10-31 16:05:46'),
(277398, 2338, '0441-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:46', '2023-10-31 16:05:46'),
(277399, 2338, '0441-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:46', '2023-10-31 16:05:46'),
(277400, 2338, '0441-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:46', '2023-10-31 16:05:46'),
(277401, 2338, '0441-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:46', '2023-10-31 16:05:46'),
(277402, 2338, '0441-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:46', '2023-10-31 16:05:46'),
(277403, 2338, '0441-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:46', '2023-10-31 16:05:46'),
(277404, 2338, '0441-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:46', '2023-10-31 16:05:46'),
(277405, 2338, '0441-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:46', '2023-10-31 16:05:46'),
(277406, 2338, '0442-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:46', '2023-10-31 16:05:46'),
(277407, 2338, '0442-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:46', '2023-10-31 16:05:46'),
(277408, 2338, '0442-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:46', '2023-10-31 16:05:46'),
(277409, 2338, '0442-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:46', '2023-10-31 16:05:46'),
(277410, 2338, '0442-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:46', '2023-10-31 16:05:46'),
(277411, 2338, '0442-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:46', '2023-10-31 16:05:46'),
(277412, 2338, '0442-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:46', '2023-10-31 16:05:46'),
(277413, 2338, '0442-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:46', '2023-10-31 16:05:46'),
(277414, 2338, '0442-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:46', '2023-10-31 16:05:46'),
(277415, 2338, '0442-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:46', '2023-10-31 16:05:46'),
(277416, 2338, '0442-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:46', '2023-10-31 16:05:46'),
(277417, 2338, '0442-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:46', '2023-10-31 16:05:46'),
(277418, 2338, '0443-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:46', '2023-10-31 16:05:46'),
(277419, 2338, '0443-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:46', '2023-10-31 16:05:46'),
(277420, 2338, '0443-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:46', '2023-10-31 16:05:46'),
(277421, 2338, '0443-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:46', '2023-10-31 16:05:46'),
(277422, 2338, '0443-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:46', '2023-10-31 16:05:46'),
(277423, 2338, '0443-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:46', '2023-10-31 16:05:46'),
(277424, 2338, '0443-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:46', '2023-10-31 16:05:46'),
(277425, 2338, '0443-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:46', '2023-10-31 16:05:46'),
(277426, 2338, '0443-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:46', '2023-10-31 16:05:46'),
(277427, 2338, '0443-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:46', '2023-10-31 16:05:46'),
(277428, 2338, '0443-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:46', '2023-10-31 16:05:46'),
(277429, 2338, '0443-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:46', '2023-10-31 16:05:46'),
(277430, 2338, '0444-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:46', '2023-10-31 16:05:46'),
(277431, 2338, '0444-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:46', '2023-10-31 16:05:46'),
(277432, 2338, '0444-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:46', '2023-10-31 16:05:46'),
(277433, 2338, '0444-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:46', '2023-10-31 16:05:46'),
(277434, 2338, '0444-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:46', '2023-10-31 16:05:46'),
(277435, 2338, '0444-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:46', '2023-10-31 16:05:46'),
(277436, 2338, '0444-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:46', '2023-10-31 16:05:46'),
(277437, 2338, '0444-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:46', '2023-10-31 16:05:46'),
(277438, 2338, '0444-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:46', '2023-10-31 16:05:46'),
(277439, 2338, '0444-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:46', '2023-10-31 16:05:46'),
(277440, 2338, '0444-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:46', '2023-10-31 16:05:46'),
(277441, 2338, '0444-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:46', '2023-10-31 16:05:46'),
(277442, 2338, '0445-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:46', '2023-10-31 16:05:46'),
(277443, 2338, '0445-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:46', '2023-10-31 16:05:46'),
(277444, 2338, '0445-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:46', '2023-10-31 16:05:46'),
(277445, 2338, '0445-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:46', '2023-10-31 16:05:46'),
(277446, 2338, '0445-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:46', '2023-10-31 16:05:46'),
(277447, 2338, '0445-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:46', '2023-10-31 16:05:46'),
(277448, 2338, '0445-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:46', '2023-10-31 16:05:46'),
(277449, 2338, '0445-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:46', '2023-10-31 16:05:46'),
(277450, 2338, '0445-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:46', '2023-10-31 16:05:46'),
(277451, 2338, '0445-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:46', '2023-10-31 16:05:46'),
(277452, 2338, '0445-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:46', '2023-10-31 16:05:46'),
(277453, 2338, '0445-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:46', '2023-10-31 16:05:46'),
(277454, 2338, '0446-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:46', '2023-10-31 16:05:46'),
(277455, 2338, '0446-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:46', '2023-10-31 16:05:46'),
(277456, 2338, '0446-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:46', '2023-10-31 16:05:46'),
(277457, 2338, '0446-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:46', '2023-10-31 16:05:46'),
(277458, 2338, '0446-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:46', '2023-10-31 16:05:46'),
(277459, 2338, '0446-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:46', '2023-10-31 16:05:46'),
(277460, 2338, '0446-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:46', '2023-10-31 16:05:46'),
(277461, 2338, '0446-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:46', '2023-10-31 16:05:46'),
(277462, 2338, '0446-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:46', '2023-10-31 16:05:46'),
(277463, 2338, '0446-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:46', '2023-10-31 16:05:46'),
(277464, 2338, '0446-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:46', '2023-10-31 16:05:46'),
(277465, 2338, '0446-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:46', '2023-10-31 16:05:46'),
(277466, 2338, '0447-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:46', '2023-10-31 16:05:46'),
(277467, 2338, '0447-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:46', '2023-10-31 16:05:46'),
(277468, 2338, '0447-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:46', '2023-10-31 16:05:46'),
(277469, 2338, '0447-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:46', '2023-10-31 16:05:46'),
(277470, 2338, '0447-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:46', '2023-10-31 16:05:46'),
(277471, 2338, '0447-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:46', '2023-10-31 16:05:46'),
(277472, 2338, '0447-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:46', '2023-10-31 16:05:46'),
(277473, 2338, '0447-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:46', '2023-10-31 16:05:46'),
(277474, 2338, '0447-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:46', '2023-10-31 16:05:46'),
(277475, 2338, '0447-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:46', '2023-10-31 16:05:46'),
(277476, 2338, '0447-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:46', '2023-10-31 16:05:46'),
(277477, 2338, '0447-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:46', '2023-10-31 16:05:46'),
(277478, 2338, '0448-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:46', '2023-10-31 16:05:46'),
(277479, 2338, '0448-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:46', '2023-10-31 16:05:46'),
(277480, 2338, '0448-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:46', '2023-10-31 16:05:46'),
(277481, 2338, '0448-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:46', '2023-10-31 16:05:46'),
(277482, 2338, '0448-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:46', '2023-10-31 16:05:46'),
(277483, 2338, '0448-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:46', '2023-10-31 16:05:46'),
(277484, 2338, '0448-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:46', '2023-10-31 16:05:46'),
(277485, 2338, '0448-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:46', '2023-10-31 16:05:46'),
(277486, 2338, '0448-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:46', '2023-10-31 16:05:46'),
(277487, 2338, '0448-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:46', '2023-10-31 16:05:46'),
(277488, 2338, '0448-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:46', '2023-10-31 16:05:46'),
(277489, 2338, '0448-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:46', '2023-10-31 16:05:46'),
(277490, 2338, '0449-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:46', '2023-10-31 16:05:46'),
(277491, 2338, '0449-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:47', '2023-10-31 16:05:47'),
(277492, 2338, '0449-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:47', '2023-10-31 16:05:47'),
(277493, 2338, '0449-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:47', '2023-10-31 16:05:47'),
(277494, 2338, '0449-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:47', '2023-10-31 16:05:47'),
(277495, 2338, '0449-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:47', '2023-10-31 16:05:47'),
(277496, 2338, '0449-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:47', '2023-10-31 16:05:47'),
(277497, 2338, '0449-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:47', '2023-10-31 16:05:47'),
(277498, 2338, '0449-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:47', '2023-10-31 16:05:47'),
(277499, 2338, '0449-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:47', '2023-10-31 16:05:47'),
(277500, 2338, '0449-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:47', '2023-10-31 16:05:47'),
(277501, 2338, '0449-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:47', '2023-10-31 16:05:47'),
(277502, 2338, '0450-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:47', '2023-10-31 16:05:47'),
(277503, 2338, '0450-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:47', '2023-10-31 16:05:47'),
(277504, 2338, '0450-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:47', '2023-10-31 16:05:47'),
(277505, 2338, '0450-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:47', '2023-10-31 16:05:47'),
(277506, 2338, '0450-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:47', '2023-10-31 16:05:47'),
(277507, 2338, '0450-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:47', '2023-10-31 16:05:47'),
(277508, 2338, '0450-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:47', '2023-10-31 16:05:47'),
(277509, 2338, '0450-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:47', '2023-10-31 16:05:47'),
(277510, 2338, '0450-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:47', '2023-10-31 16:05:47'),
(277511, 2338, '0450-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:47', '2023-10-31 16:05:47'),
(277512, 2338, '0450-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:47', '2023-10-31 16:05:47'),
(277513, 2338, '0450-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:47', '2023-10-31 16:05:47'),
(277514, 2338, '0451-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:47', '2023-10-31 16:05:47'),
(277515, 2338, '0451-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:47', '2023-10-31 16:05:47'),
(277516, 2338, '0451-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:47', '2023-10-31 16:05:47'),
(277517, 2338, '0451-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:47', '2023-10-31 16:05:47'),
(277518, 2338, '0451-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:47', '2023-10-31 16:05:47'),
(277519, 2338, '0451-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:47', '2023-10-31 16:05:47'),
(277520, 2338, '0451-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:47', '2023-10-31 16:05:47'),
(277521, 2338, '0451-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:47', '2023-10-31 16:05:47'),
(277522, 2338, '0451-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:47', '2023-10-31 16:05:47'),
(277523, 2338, '0451-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:47', '2023-10-31 16:05:47'),
(277524, 2338, '0451-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:47', '2023-10-31 16:05:47'),
(277525, 2338, '0451-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:47', '2023-10-31 16:05:47'),
(277526, 2338, '0452-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:47', '2023-10-31 16:05:47'),
(277527, 2338, '0452-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:47', '2023-10-31 16:05:47'),
(277528, 2338, '0452-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:47', '2023-10-31 16:05:47'),
(277529, 2338, '0452-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:47', '2023-10-31 16:05:47'),
(277530, 2338, '0452-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:47', '2023-10-31 16:05:47'),
(277531, 2338, '0452-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:47', '2023-10-31 16:05:47'),
(277532, 2338, '0452-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:47', '2023-10-31 16:05:47'),
(277533, 2338, '0452-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:47', '2023-10-31 16:05:47'),
(277534, 2338, '0452-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:47', '2023-10-31 16:05:47'),
(277535, 2338, '0452-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:47', '2023-10-31 16:05:47'),
(277536, 2338, '0452-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:47', '2023-10-31 16:05:47'),
(277537, 2338, '0452-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:47', '2023-10-31 16:05:47'),
(277538, 2338, '0453-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:47', '2023-10-31 16:05:47'),
(277539, 2338, '0453-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:47', '2023-10-31 16:05:47'),
(277540, 2338, '0453-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:47', '2023-10-31 16:05:47'),
(277541, 2338, '0453-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:47', '2023-10-31 16:05:47'),
(277542, 2338, '0453-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:47', '2023-10-31 16:05:47'),
(277543, 2338, '0453-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:47', '2023-10-31 16:05:47'),
(277544, 2338, '0453-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:47', '2023-10-31 16:05:47'),
(277545, 2338, '0453-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:47', '2023-10-31 16:05:47'),
(277546, 2338, '0453-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:47', '2023-10-31 16:05:47'),
(277547, 2338, '0453-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:47', '2023-10-31 16:05:47'),
(277548, 2338, '0453-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:47', '2023-10-31 16:05:47'),
(277549, 2338, '0453-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:47', '2023-10-31 16:05:47'),
(277550, 2338, '0454-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:47', '2023-10-31 16:05:47'),
(277551, 2338, '0454-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:47', '2023-10-31 16:05:47'),
(277552, 2338, '0454-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:47', '2023-10-31 16:05:47'),
(277553, 2338, '0454-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:47', '2023-10-31 16:05:47'),
(277554, 2338, '0454-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:47', '2023-10-31 16:05:47'),
(277555, 2338, '0454-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:47', '2023-10-31 16:05:47'),
(277556, 2338, '0454-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:47', '2023-10-31 16:05:47'),
(277557, 2338, '0454-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:47', '2023-10-31 16:05:47'),
(277558, 2338, '0454-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:47', '2023-10-31 16:05:47'),
(277559, 2338, '0454-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:47', '2023-10-31 16:05:47'),
(277560, 2338, '0454-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:47', '2023-10-31 16:05:47'),
(277561, 2338, '0454-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:47', '2023-10-31 16:05:47'),
(277562, 2338, '0455-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:47', '2023-10-31 16:05:47'),
(277563, 2338, '0455-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:47', '2023-10-31 16:05:47'),
(277564, 2338, '0455-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:47', '2023-10-31 16:05:47'),
(277565, 2338, '0455-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:47', '2023-10-31 16:05:47'),
(277566, 2338, '0455-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:47', '2023-10-31 16:05:47'),
(277567, 2338, '0455-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:47', '2023-10-31 16:05:47'),
(277568, 2338, '0455-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:47', '2023-10-31 16:05:47'),
(277569, 2338, '0455-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:47', '2023-10-31 16:05:47'),
(277570, 2338, '0455-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:47', '2023-10-31 16:05:47'),
(277571, 2338, '0455-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:47', '2023-10-31 16:05:47'),
(277572, 2338, '0455-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:47', '2023-10-31 16:05:47'),
(277573, 2338, '0455-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:47', '2023-10-31 16:05:47'),
(277574, 2338, '0456-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:47', '2023-10-31 16:05:47'),
(277575, 2338, '0456-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:47', '2023-10-31 16:05:47'),
(277576, 2338, '0456-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:47', '2023-10-31 16:05:47'),
(277577, 2338, '0456-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:47', '2023-10-31 16:05:47'),
(277578, 2338, '0456-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:47', '2023-10-31 16:05:47'),
(277579, 2338, '0456-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:47', '2023-10-31 16:05:47'),
(277580, 2338, '0456-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:47', '2023-10-31 16:05:47'),
(277581, 2338, '0456-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:47', '2023-10-31 16:05:47'),
(277582, 2338, '0456-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:47', '2023-10-31 16:05:47'),
(277583, 2338, '0456-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:47', '2023-10-31 16:05:47'),
(277584, 2338, '0456-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:47', '2023-10-31 16:05:47'),
(277585, 2338, '0456-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:47', '2023-10-31 16:05:47'),
(277586, 2338, '0457-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:47', '2023-10-31 16:05:47'),
(277587, 2338, '0457-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:47', '2023-10-31 16:05:47'),
(277588, 2338, '0457-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:47', '2023-10-31 16:05:47'),
(277589, 2338, '0457-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:47', '2023-10-31 16:05:47'),
(277590, 2338, '0457-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:47', '2023-10-31 16:05:47'),
(277591, 2338, '0457-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:47', '2023-10-31 16:05:47'),
(277592, 2338, '0457-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:47', '2023-10-31 16:05:47'),
(277593, 2338, '0457-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:47', '2023-10-31 16:05:47'),
(277594, 2338, '0457-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:47', '2023-10-31 16:05:47'),
(277595, 2338, '0457-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:47', '2023-10-31 16:05:47'),
(277596, 2338, '0457-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:47', '2023-10-31 16:05:47'),
(277597, 2338, '0457-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:47', '2023-10-31 16:05:47'),
(277598, 2338, '0458-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:47', '2023-10-31 16:05:47'),
(277599, 2338, '0458-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:47', '2023-10-31 16:05:47'),
(277600, 2338, '0458-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:47', '2023-10-31 16:05:47'),
(277601, 2338, '0458-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:47', '2023-10-31 16:05:47'),
(277602, 2338, '0458-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:47', '2023-10-31 16:05:47'),
(277603, 2338, '0458-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:47', '2023-10-31 16:05:47'),
(277604, 2338, '0458-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:47', '2023-10-31 16:05:47'),
(277605, 2338, '0458-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:47', '2023-10-31 16:05:47'),
(277606, 2338, '0458-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:47', '2023-10-31 16:05:47'),
(277607, 2338, '0458-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:47', '2023-10-31 16:05:47'),
(277608, 2338, '0458-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:47', '2023-10-31 16:05:47'),
(277609, 2338, '0458-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:47', '2023-10-31 16:05:47'),
(277610, 2338, '0459-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:47', '2023-10-31 16:05:47'),
(277611, 2338, '0459-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:47', '2023-10-31 16:05:47'),
(277612, 2338, '0459-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:47', '2023-10-31 16:05:47'),
(277613, 2338, '0459-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:47', '2023-10-31 16:05:47'),
(277614, 2338, '0459-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:47', '2023-10-31 16:05:47'),
(277615, 2338, '0459-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:47', '2023-10-31 16:05:47'),
(277616, 2338, '0459-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:47', '2023-10-31 16:05:47'),
(277617, 2338, '0459-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:47', '2023-10-31 16:05:47'),
(277618, 2338, '0459-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:47', '2023-10-31 16:05:47'),
(277619, 2338, '0459-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:47', '2023-10-31 16:05:47'),
(277620, 2338, '0459-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:47', '2023-10-31 16:05:47'),
(277621, 2338, '0459-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:47', '2023-10-31 16:05:47'),
(277622, 2338, '0460-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:47', '2023-10-31 16:05:47'),
(277623, 2338, '0460-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:47', '2023-10-31 16:05:47'),
(277624, 2338, '0460-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:47', '2023-10-31 16:05:47'),
(277625, 2338, '0460-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:47', '2023-10-31 16:05:47'),
(277626, 2338, '0460-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:47', '2023-10-31 16:05:47'),
(277627, 2338, '0460-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:47', '2023-10-31 16:05:47'),
(277628, 2338, '0460-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:47', '2023-10-31 16:05:47'),
(277629, 2338, '0460-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:47', '2023-10-31 16:05:47'),
(277630, 2338, '0460-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:47', '2023-10-31 16:05:47'),
(277631, 2338, '0460-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:47', '2023-10-31 16:05:47'),
(277632, 2338, '0460-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:47', '2023-10-31 16:05:47'),
(277633, 2338, '0460-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:47', '2023-10-31 16:05:47'),
(277634, 2338, '0461-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:47', '2023-10-31 16:05:47'),
(277635, 2338, '0461-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:47', '2023-10-31 16:05:47'),
(277636, 2338, '0461-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:47', '2023-10-31 16:05:47'),
(277637, 2338, '0461-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:47', '2023-10-31 16:05:47'),
(277638, 2338, '0461-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:47', '2023-10-31 16:05:47'),
(277639, 2338, '0461-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:47', '2023-10-31 16:05:47'),
(277640, 2338, '0461-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:47', '2023-10-31 16:05:47'),
(277641, 2338, '0461-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:47', '2023-10-31 16:05:47'),
(277642, 2338, '0461-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:47', '2023-10-31 16:05:47'),
(277643, 2338, '0461-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:47', '2023-10-31 16:05:47'),
(277644, 2338, '0461-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:47', '2023-10-31 16:05:47'),
(277645, 2338, '0461-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:47', '2023-10-31 16:05:47'),
(277646, 2338, '0462-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:47', '2023-10-31 16:05:47'),
(277647, 2338, '0462-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:47', '2023-10-31 16:05:47'),
(277648, 2338, '0462-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:47', '2023-10-31 16:05:47'),
(277649, 2338, '0462-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:47', '2023-10-31 16:05:47'),
(277650, 2338, '0462-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:47', '2023-10-31 16:05:47'),
(277651, 2338, '0462-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:47', '2023-10-31 16:05:47'),
(277652, 2338, '0462-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:47', '2023-10-31 16:05:47'),
(277653, 2338, '0462-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:47', '2023-10-31 16:05:47'),
(277654, 2338, '0462-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:47', '2023-10-31 16:05:47'),
(277655, 2338, '0462-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:47', '2023-10-31 16:05:47'),
(277656, 2338, '0462-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:47', '2023-10-31 16:05:47'),
(277657, 2338, '0462-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:47', '2023-10-31 16:05:47'),
(277658, 2338, '0463-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:47', '2023-10-31 16:05:47'),
(277659, 2338, '0463-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:47', '2023-10-31 16:05:47'),
(277660, 2338, '0463-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:47', '2023-10-31 16:05:47'),
(277661, 2338, '0463-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:47', '2023-10-31 16:05:47'),
(277662, 2338, '0463-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:47', '2023-10-31 16:05:47'),
(277663, 2338, '0463-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:47', '2023-10-31 16:05:47'),
(277664, 2338, '0463-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:47', '2023-10-31 16:05:47'),
(277665, 2338, '0463-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:47', '2023-10-31 16:05:47'),
(277666, 2338, '0463-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:47', '2023-10-31 16:05:47'),
(277667, 2338, '0463-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:47', '2023-10-31 16:05:47'),
(277668, 2338, '0463-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:47', '2023-10-31 16:05:47'),
(277669, 2338, '0463-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:47', '2023-10-31 16:05:47'),
(277670, 2338, '0464-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:47', '2023-10-31 16:05:47'),
(277671, 2338, '0464-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:47', '2023-10-31 16:05:47'),
(277672, 2338, '0464-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:47', '2023-10-31 16:05:47'),
(277673, 2338, '0464-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:47', '2023-10-31 16:05:47'),
(277674, 2338, '0464-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:47', '2023-10-31 16:05:47'),
(277675, 2338, '0464-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:47', '2023-10-31 16:05:47'),
(277676, 2338, '0464-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:47', '2023-10-31 16:05:47'),
(277677, 2338, '0464-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:47', '2023-10-31 16:05:47'),
(277678, 2338, '0464-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:47', '2023-10-31 16:05:47'),
(277679, 2338, '0464-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:47', '2023-10-31 16:05:47'),
(277680, 2338, '0464-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:47', '2023-10-31 16:05:47'),
(277681, 2338, '0464-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:47', '2023-10-31 16:05:47'),
(277682, 2338, '0465-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:47', '2023-10-31 16:05:47'),
(277683, 2338, '0465-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:47', '2023-10-31 16:05:47'),
(277684, 2338, '0465-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:47', '2023-10-31 16:05:47'),
(277685, 2338, '0465-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:47', '2023-10-31 16:05:47'),
(277686, 2338, '0465-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:47', '2023-10-31 16:05:47'),
(277687, 2338, '0465-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:47', '2023-10-31 16:05:47'),
(277688, 2338, '0465-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:47', '2023-10-31 16:05:47'),
(277689, 2338, '0465-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:47', '2023-10-31 16:05:47'),
(277690, 2338, '0465-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:47', '2023-10-31 16:05:47'),
(277691, 2338, '0465-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:47', '2023-10-31 16:05:47'),
(277692, 2338, '0465-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:48', '2023-10-31 16:05:48'),
(277693, 2338, '0465-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:48', '2023-10-31 16:05:48'),
(277694, 2338, '0466-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:48', '2023-10-31 16:05:48'),
(277695, 2338, '0466-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:48', '2023-10-31 16:05:48'),
(277696, 2338, '0466-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:48', '2023-10-31 16:05:48'),
(277697, 2338, '0466-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:48', '2023-10-31 16:05:48'),
(277698, 2338, '0466-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:48', '2023-10-31 16:05:48'),
(277699, 2338, '0466-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:48', '2023-10-31 16:05:48'),
(277700, 2338, '0466-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:48', '2023-10-31 16:05:48'),
(277701, 2338, '0466-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:48', '2023-10-31 16:05:48'),
(277702, 2338, '0466-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:48', '2023-10-31 16:05:48'),
(277703, 2338, '0466-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:48', '2023-10-31 16:05:48'),
(277704, 2338, '0466-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:48', '2023-10-31 16:05:48'),
(277705, 2338, '0466-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:48', '2023-10-31 16:05:48'),
(277706, 2338, '0467-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:48', '2023-10-31 16:05:48'),
(277707, 2338, '0467-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:48', '2023-10-31 16:05:48'),
(277708, 2338, '0467-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:48', '2023-10-31 16:05:48'),
(277709, 2338, '0467-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:48', '2023-10-31 16:05:48'),
(277710, 2338, '0467-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:48', '2023-10-31 16:05:48'),
(277711, 2338, '0467-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:48', '2023-10-31 16:05:48'),
(277712, 2338, '0467-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:48', '2023-10-31 16:05:48'),
(277713, 2338, '0467-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:48', '2023-10-31 16:05:48'),
(277714, 2338, '0467-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:48', '2023-10-31 16:05:48'),
(277715, 2338, '0467-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:48', '2023-10-31 16:05:48'),
(277716, 2338, '0467-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:48', '2023-10-31 16:05:48'),
(277717, 2338, '0467-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:48', '2023-10-31 16:05:48'),
(277718, 2338, '0468-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:48', '2023-10-31 16:05:48'),
(277719, 2338, '0468-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:48', '2023-10-31 16:05:48'),
(277720, 2338, '0468-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:48', '2023-10-31 16:05:48'),
(277721, 2338, '0468-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:48', '2023-10-31 16:05:48'),
(277722, 2338, '0468-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:48', '2023-10-31 16:05:48'),
(277723, 2338, '0468-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:48', '2023-10-31 16:05:48'),
(277724, 2338, '0468-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:48', '2023-10-31 16:05:48'),
(277725, 2338, '0468-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:48', '2023-10-31 16:05:48'),
(277726, 2338, '0468-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:48', '2023-10-31 16:05:48'),
(277727, 2338, '0468-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:48', '2023-10-31 16:05:48'),
(277728, 2338, '0468-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:48', '2023-10-31 16:05:48'),
(277729, 2338, '0468-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:48', '2023-10-31 16:05:48'),
(277730, 2338, '0469-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:48', '2023-10-31 16:05:48'),
(277731, 2338, '0469-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:48', '2023-10-31 16:05:48'),
(277732, 2338, '0469-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:48', '2023-10-31 16:05:48'),
(277733, 2338, '0469-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:48', '2023-10-31 16:05:48'),
(277734, 2338, '0469-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:48', '2023-10-31 16:05:48'),
(277735, 2338, '0469-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:48', '2023-10-31 16:05:48'),
(277736, 2338, '0469-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:48', '2023-10-31 16:05:48'),
(277737, 2338, '0469-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:48', '2023-10-31 16:05:48'),
(277738, 2338, '0469-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:48', '2023-10-31 16:05:48'),
(277739, 2338, '0469-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:48', '2023-10-31 16:05:48'),
(277740, 2338, '0469-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:48', '2023-10-31 16:05:48'),
(277741, 2338, '0469-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:48', '2023-10-31 16:05:48'),
(277742, 2338, '0470-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:48', '2023-10-31 16:05:48'),
(277743, 2338, '0470-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:48', '2023-10-31 16:05:48'),
(277744, 2338, '0470-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:48', '2023-10-31 16:05:48'),
(277745, 2338, '0470-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:48', '2023-10-31 16:05:48'),
(277746, 2338, '0470-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:48', '2023-10-31 16:05:48'),
(277747, 2338, '0470-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:48', '2023-10-31 16:05:48'),
(277748, 2338, '0470-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:48', '2023-10-31 16:05:48'),
(277749, 2338, '0470-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:48', '2023-10-31 16:05:48'),
(277750, 2338, '0470-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:48', '2023-10-31 16:05:48'),
(277751, 2338, '0470-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:48', '2023-10-31 16:05:48'),
(277752, 2338, '0470-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:48', '2023-10-31 16:05:48'),
(277753, 2338, '0470-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:48', '2023-10-31 16:05:48'),
(277754, 2338, '0471-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:48', '2023-10-31 16:05:48'),
(277755, 2338, '0471-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:48', '2023-10-31 16:05:48'),
(277756, 2338, '0471-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:48', '2023-10-31 16:05:48'),
(277757, 2338, '0471-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:48', '2023-10-31 16:05:48'),
(277758, 2338, '0471-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:48', '2023-10-31 16:05:48'),
(277759, 2338, '0471-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:48', '2023-10-31 16:05:48'),
(277760, 2338, '0471-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:48', '2023-10-31 16:05:48'),
(277761, 2338, '0471-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:48', '2023-10-31 16:05:48'),
(277762, 2338, '0471-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:48', '2023-10-31 16:05:48'),
(277763, 2338, '0471-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:48', '2023-10-31 16:05:48'),
(277764, 2338, '0471-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:48', '2023-10-31 16:05:48'),
(277765, 2338, '0471-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:48', '2023-10-31 16:05:48'),
(277766, 2338, '0472-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:48', '2023-10-31 16:05:48'),
(277767, 2338, '0472-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:48', '2023-10-31 16:05:48'),
(277768, 2338, '0472-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:48', '2023-10-31 16:05:48'),
(277769, 2338, '0472-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:48', '2023-10-31 16:05:48'),
(277770, 2338, '0472-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:48', '2023-10-31 16:05:48'),
(277771, 2338, '0472-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:48', '2023-10-31 16:05:48'),
(277772, 2338, '0472-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:48', '2023-10-31 16:05:48'),
(277773, 2338, '0472-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:48', '2023-10-31 16:05:48'),
(277774, 2338, '0472-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:48', '2023-10-31 16:05:48'),
(277775, 2338, '0472-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:48', '2023-10-31 16:05:48'),
(277776, 2338, '0472-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:48', '2023-10-31 16:05:48'),
(277777, 2338, '0472-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:48', '2023-10-31 16:05:48'),
(277778, 2338, '0473-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:48', '2023-10-31 16:05:48'),
(277779, 2338, '0473-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:48', '2023-10-31 16:05:48'),
(277780, 2338, '0473-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:48', '2023-10-31 16:05:48'),
(277781, 2338, '0473-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:48', '2023-10-31 16:05:48'),
(277782, 2338, '0473-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:48', '2023-10-31 16:05:48'),
(277783, 2338, '0473-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:48', '2023-10-31 16:05:48'),
(277784, 2338, '0473-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:48', '2023-10-31 16:05:48'),
(277785, 2338, '0473-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:48', '2023-10-31 16:05:48'),
(277786, 2338, '0473-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:48', '2023-10-31 16:05:48'),
(277787, 2338, '0473-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:48', '2023-10-31 16:05:48'),
(277788, 2338, '0473-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:48', '2023-10-31 16:05:48'),
(277789, 2338, '0473-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:48', '2023-10-31 16:05:48'),
(277790, 2338, '0474-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:48', '2023-10-31 16:05:48'),
(277791, 2338, '0474-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:48', '2023-10-31 16:05:48'),
(277792, 2338, '0474-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:48', '2023-10-31 16:05:48'),
(277793, 2338, '0474-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:48', '2023-10-31 16:05:48'),
(277794, 2338, '0474-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:48', '2023-10-31 16:05:48'),
(277795, 2338, '0474-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:48', '2023-10-31 16:05:48'),
(277796, 2338, '0474-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:48', '2023-10-31 16:05:48'),
(277797, 2338, '0474-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:48', '2023-10-31 16:05:48');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(277798, 2338, '0474-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:48', '2023-10-31 16:05:48'),
(277799, 2338, '0474-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:48', '2023-10-31 16:05:48'),
(277800, 2338, '0474-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:48', '2023-10-31 16:05:48'),
(277801, 2338, '0474-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:48', '2023-10-31 16:05:48'),
(277802, 2338, '0475-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:48', '2023-10-31 16:05:48'),
(277803, 2338, '0475-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:48', '2023-10-31 16:05:48'),
(277804, 2338, '0475-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:48', '2023-10-31 16:05:48'),
(277805, 2338, '0475-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:48', '2023-10-31 16:05:48'),
(277806, 2338, '0475-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:48', '2023-10-31 16:05:48'),
(277807, 2338, '0475-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:48', '2023-10-31 16:05:48'),
(277808, 2338, '0475-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:48', '2023-10-31 16:05:48'),
(277809, 2338, '0475-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:48', '2023-10-31 16:05:48'),
(277810, 2338, '0475-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:48', '2023-10-31 16:05:48'),
(277811, 2338, '0475-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:48', '2023-10-31 16:05:48'),
(277812, 2338, '0475-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:48', '2023-10-31 16:05:48'),
(277813, 2338, '0475-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:48', '2023-10-31 16:05:48'),
(277814, 2338, '0476-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:48', '2023-10-31 16:05:48'),
(277815, 2338, '0476-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:48', '2023-10-31 16:05:48'),
(277816, 2338, '0476-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:48', '2023-10-31 16:05:48'),
(277817, 2338, '0476-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:48', '2023-10-31 16:05:48'),
(277818, 2338, '0476-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:48', '2023-10-31 16:05:48'),
(277819, 2338, '0476-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:48', '2023-10-31 16:05:48'),
(277820, 2338, '0476-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:48', '2023-10-31 16:05:48'),
(277821, 2338, '0476-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:48', '2023-10-31 16:05:48'),
(277822, 2338, '0476-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:48', '2023-10-31 16:05:48'),
(277823, 2338, '0476-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:48', '2023-10-31 16:05:48'),
(277824, 2338, '0476-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:48', '2023-10-31 16:05:48'),
(277825, 2338, '0476-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:48', '2023-10-31 16:05:48'),
(277826, 2338, '0477-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:48', '2023-10-31 16:05:48'),
(277827, 2338, '0477-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:48', '2023-10-31 16:05:48'),
(277828, 2338, '0477-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:48', '2023-10-31 16:05:48'),
(277829, 2338, '0477-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:48', '2023-10-31 16:05:48'),
(277830, 2338, '0477-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:48', '2023-10-31 16:05:48'),
(277831, 2338, '0477-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:48', '2023-10-31 16:05:48'),
(277832, 2338, '0477-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:48', '2023-10-31 16:05:48'),
(277833, 2338, '0477-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:48', '2023-10-31 16:05:48'),
(277834, 2338, '0477-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:48', '2023-10-31 16:05:48'),
(277835, 2338, '0477-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:48', '2023-10-31 16:05:48'),
(277836, 2338, '0477-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:48', '2023-10-31 16:05:48'),
(277837, 2338, '0477-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:48', '2023-10-31 16:05:48'),
(277838, 2338, '0478-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:48', '2023-10-31 16:05:48'),
(277839, 2338, '0478-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:48', '2023-10-31 16:05:48'),
(277840, 2338, '0478-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:48', '2023-10-31 16:05:48'),
(277841, 2338, '0478-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:48', '2023-10-31 16:05:48'),
(277842, 2338, '0478-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:48', '2023-10-31 16:05:48'),
(277843, 2338, '0478-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:48', '2023-10-31 16:05:48'),
(277844, 2338, '0478-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:48', '2023-10-31 16:05:48'),
(277845, 2338, '0478-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:48', '2023-10-31 16:05:48'),
(277846, 2338, '0478-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:48', '2023-10-31 16:05:48'),
(277847, 2338, '0478-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:48', '2023-10-31 16:05:48'),
(277848, 2338, '0478-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:48', '2023-10-31 16:05:48'),
(277849, 2338, '0478-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:48', '2023-10-31 16:05:48'),
(277850, 2338, '0479-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:48', '2023-10-31 16:05:48'),
(277851, 2338, '0479-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:48', '2023-10-31 16:05:48'),
(277852, 2338, '0479-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:48', '2023-10-31 16:05:48'),
(277853, 2338, '0479-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:48', '2023-10-31 16:05:48'),
(277854, 2338, '0479-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:48', '2023-10-31 16:05:48'),
(277855, 2338, '0479-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:48', '2023-10-31 16:05:48'),
(277856, 2338, '0479-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:48', '2023-10-31 16:05:48'),
(277857, 2338, '0479-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:48', '2023-10-31 16:05:48'),
(277858, 2338, '0479-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:48', '2023-10-31 16:05:48'),
(277859, 2338, '0479-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:48', '2023-10-31 16:05:48'),
(277860, 2338, '0479-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:48', '2023-10-31 16:05:48'),
(277861, 2338, '0479-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:48', '2023-10-31 16:05:48'),
(277862, 2338, '0480-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:48', '2023-10-31 16:05:48'),
(277863, 2338, '0480-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:48', '2023-10-31 16:05:48'),
(277864, 2338, '0480-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:48', '2023-10-31 16:05:48'),
(277865, 2338, '0480-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:48', '2023-10-31 16:05:48'),
(277866, 2338, '0480-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:48', '2023-10-31 16:05:48'),
(277867, 2338, '0480-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:48', '2023-10-31 16:05:48'),
(277868, 2338, '0480-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:48', '2023-10-31 16:05:48'),
(277869, 2338, '0480-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:48', '2023-10-31 16:05:48'),
(277870, 2338, '0480-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:48', '2023-10-31 16:05:48'),
(277871, 2338, '0480-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:48', '2023-10-31 16:05:48'),
(277872, 2338, '0480-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:48', '2023-10-31 16:05:48'),
(277873, 2338, '0480-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:48', '2023-10-31 16:05:48'),
(277874, 2338, '0481-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:48', '2023-10-31 16:05:48'),
(277875, 2338, '0481-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:48', '2023-10-31 16:05:48'),
(277876, 2338, '0481-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:48', '2023-10-31 16:05:48'),
(277877, 2338, '0481-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:48', '2023-10-31 16:05:48'),
(277878, 2338, '0481-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:48', '2023-10-31 16:05:48'),
(277879, 2338, '0481-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:48', '2023-10-31 16:05:48'),
(277880, 2338, '0481-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:48', '2023-10-31 16:05:48'),
(277881, 2338, '0481-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:48', '2023-10-31 16:05:48'),
(277882, 2338, '0481-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:49', '2023-10-31 16:05:49'),
(277883, 2338, '0481-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:49', '2023-10-31 16:05:49'),
(277884, 2338, '0481-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:49', '2023-10-31 16:05:49'),
(277885, 2338, '0481-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:49', '2023-10-31 16:05:49'),
(277886, 2338, '0482-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:49', '2023-10-31 16:05:49'),
(277887, 2338, '0482-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:49', '2023-10-31 16:05:49'),
(277888, 2338, '0482-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:49', '2023-10-31 16:05:49'),
(277889, 2338, '0482-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:49', '2023-10-31 16:05:49'),
(277890, 2338, '0482-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:49', '2023-10-31 16:05:49'),
(277891, 2338, '0482-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:49', '2023-10-31 16:05:49'),
(277892, 2338, '0482-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:49', '2023-10-31 16:05:49'),
(277893, 2338, '0482-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:49', '2023-10-31 16:05:49'),
(277894, 2338, '0482-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:49', '2023-10-31 16:05:49'),
(277895, 2338, '0482-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:49', '2023-10-31 16:05:49'),
(277896, 2338, '0482-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:49', '2023-10-31 16:05:49'),
(277897, 2338, '0482-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:49', '2023-10-31 16:05:49'),
(277898, 2338, '0483-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:49', '2023-10-31 16:05:49'),
(277899, 2338, '0483-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:49', '2023-10-31 16:05:49'),
(277900, 2338, '0483-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:49', '2023-10-31 16:05:49'),
(277901, 2338, '0483-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:49', '2023-10-31 16:05:49'),
(277902, 2338, '0483-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:49', '2023-10-31 16:05:49'),
(277903, 2338, '0483-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:49', '2023-10-31 16:05:49'),
(277904, 2338, '0483-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:49', '2023-10-31 16:05:49'),
(277905, 2338, '0483-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:49', '2023-10-31 16:05:49'),
(277906, 2338, '0483-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:49', '2023-10-31 16:05:49'),
(277907, 2338, '0483-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:49', '2023-10-31 16:05:49'),
(277908, 2338, '0483-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:49', '2023-10-31 16:05:49'),
(277909, 2338, '0483-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:49', '2023-10-31 16:05:49'),
(277910, 2338, '0484-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:49', '2023-10-31 16:05:49'),
(277911, 2338, '0484-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:49', '2023-10-31 16:05:49'),
(277912, 2338, '0484-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:49', '2023-10-31 16:05:49'),
(277913, 2338, '0484-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:49', '2023-10-31 16:05:49'),
(277914, 2338, '0484-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:49', '2023-10-31 16:05:49'),
(277915, 2338, '0484-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:49', '2023-10-31 16:05:49'),
(277916, 2338, '0484-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:49', '2023-10-31 16:05:49'),
(277917, 2338, '0484-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:49', '2023-10-31 16:05:49'),
(277918, 2338, '0484-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:49', '2023-10-31 16:05:49'),
(277919, 2338, '0484-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:49', '2023-10-31 16:05:49'),
(277920, 2338, '0484-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:49', '2023-10-31 16:05:49'),
(277921, 2338, '0484-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:49', '2023-10-31 16:05:49'),
(277922, 2338, '0485-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:49', '2023-10-31 16:05:49'),
(277923, 2338, '0485-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:49', '2023-10-31 16:05:49'),
(277924, 2338, '0485-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:49', '2023-10-31 16:05:49'),
(277925, 2338, '0485-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:49', '2023-10-31 16:05:49'),
(277926, 2338, '0485-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:49', '2023-10-31 16:05:49'),
(277927, 2338, '0485-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:49', '2023-10-31 16:05:49'),
(277928, 2338, '0485-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:49', '2023-10-31 16:05:49'),
(277929, 2338, '0485-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:49', '2023-10-31 16:05:49'),
(277930, 2338, '0485-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:49', '2023-10-31 16:05:49'),
(277931, 2338, '0485-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:49', '2023-10-31 16:05:49'),
(277932, 2338, '0485-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:49', '2023-10-31 16:05:49'),
(277933, 2338, '0485-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:49', '2023-10-31 16:05:49'),
(277934, 2338, '0486-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:49', '2023-10-31 16:05:49'),
(277935, 2338, '0486-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:49', '2023-10-31 16:05:49'),
(277936, 2338, '0486-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:49', '2023-10-31 16:05:49'),
(277937, 2338, '0486-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:49', '2023-10-31 16:05:49'),
(277938, 2338, '0486-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:49', '2023-10-31 16:05:49'),
(277939, 2338, '0486-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:49', '2023-10-31 16:05:49'),
(277940, 2338, '0486-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:49', '2023-10-31 16:05:49'),
(277941, 2338, '0486-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:49', '2023-10-31 16:05:49'),
(277942, 2338, '0486-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:49', '2023-10-31 16:05:49'),
(277943, 2338, '0486-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:49', '2023-10-31 16:05:49'),
(277944, 2338, '0486-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:49', '2023-10-31 16:05:49'),
(277945, 2338, '0486-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:49', '2023-10-31 16:05:49'),
(277946, 2338, '0487-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:49', '2023-10-31 16:05:49'),
(277947, 2338, '0487-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:49', '2023-10-31 16:05:49'),
(277948, 2338, '0487-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:49', '2023-10-31 16:05:49'),
(277949, 2338, '0487-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:49', '2023-10-31 16:05:49'),
(277950, 2338, '0487-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:49', '2023-10-31 16:05:49'),
(277951, 2338, '0487-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:49', '2023-10-31 16:05:49'),
(277952, 2338, '0487-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:49', '2023-10-31 16:05:49'),
(277953, 2338, '0487-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:49', '2023-10-31 16:05:49'),
(277954, 2338, '0487-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:49', '2023-10-31 16:05:49'),
(277955, 2338, '0487-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:49', '2023-10-31 16:05:49'),
(277956, 2338, '0487-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:49', '2023-10-31 16:05:49'),
(277957, 2338, '0487-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:49', '2023-10-31 16:05:49'),
(277958, 2338, '0488-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:49', '2023-10-31 16:05:49'),
(277959, 2338, '0488-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:49', '2023-10-31 16:05:49'),
(277960, 2338, '0488-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:49', '2023-10-31 16:05:49'),
(277961, 2338, '0488-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:49', '2023-10-31 16:05:49'),
(277962, 2338, '0488-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:49', '2023-10-31 16:05:49'),
(277963, 2338, '0488-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:49', '2023-10-31 16:05:49'),
(277964, 2338, '0488-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:49', '2023-10-31 16:05:49'),
(277965, 2338, '0488-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:49', '2023-10-31 16:05:49'),
(277966, 2338, '0488-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:49', '2023-10-31 16:05:49'),
(277967, 2338, '0488-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:49', '2023-10-31 16:05:49'),
(277968, 2338, '0488-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:49', '2023-10-31 16:05:49'),
(277969, 2338, '0488-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:49', '2023-10-31 16:05:49'),
(277970, 2338, '0489-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:49', '2023-10-31 16:05:49'),
(277971, 2338, '0489-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:49', '2023-10-31 16:05:49'),
(277972, 2338, '0489-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:49', '2023-10-31 16:05:49'),
(277973, 2338, '0489-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:49', '2023-10-31 16:05:49'),
(277974, 2338, '0489-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:49', '2023-10-31 16:05:49'),
(277975, 2338, '0489-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:49', '2023-10-31 16:05:49'),
(277976, 2338, '0489-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:49', '2023-10-31 16:05:49'),
(277977, 2338, '0489-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:49', '2023-10-31 16:05:49'),
(277978, 2338, '0489-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:49', '2023-10-31 16:05:49'),
(277979, 2338, '0489-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:49', '2023-10-31 16:05:49'),
(277980, 2338, '0489-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:49', '2023-10-31 16:05:49'),
(277981, 2338, '0489-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:49', '2023-10-31 16:05:49'),
(277982, 2338, '0490-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:49', '2023-10-31 16:05:49'),
(277983, 2338, '0490-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:49', '2023-10-31 16:05:49'),
(277984, 2338, '0490-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:49', '2023-10-31 16:05:49'),
(277985, 2338, '0490-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:49', '2023-10-31 16:05:49'),
(277986, 2338, '0490-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:49', '2023-10-31 16:05:49'),
(277987, 2338, '0490-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:49', '2023-10-31 16:05:49'),
(277988, 2338, '0490-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:49', '2023-10-31 16:05:49'),
(277989, 2338, '0490-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:49', '2023-10-31 16:05:49'),
(277990, 2338, '0490-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:49', '2023-10-31 16:05:49'),
(277991, 2338, '0490-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:49', '2023-10-31 16:05:49'),
(277992, 2338, '0490-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:49', '2023-10-31 16:05:49'),
(277993, 2338, '0490-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:49', '2023-10-31 16:05:49'),
(277994, 2338, '0491-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:49', '2023-10-31 16:05:49'),
(277995, 2338, '0491-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:49', '2023-10-31 16:05:49'),
(277996, 2338, '0491-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:49', '2023-10-31 16:05:49'),
(277997, 2338, '0491-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:49', '2023-10-31 16:05:49'),
(277998, 2338, '0491-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:49', '2023-10-31 16:05:49'),
(277999, 2338, '0491-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:49', '2023-10-31 16:05:49'),
(278000, 2338, '0491-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:49', '2023-10-31 16:05:49'),
(278001, 2338, '0491-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:49', '2023-10-31 16:05:49'),
(278002, 2338, '0491-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:49', '2023-10-31 16:05:49'),
(278003, 2338, '0491-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:49', '2023-10-31 16:05:49'),
(278004, 2338, '0491-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:49', '2023-10-31 16:05:49'),
(278005, 2338, '0491-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:49', '2023-10-31 16:05:49'),
(278006, 2338, '0492-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:49', '2023-10-31 16:05:49'),
(278007, 2338, '0492-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:49', '2023-10-31 16:05:49'),
(278008, 2338, '0492-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:49', '2023-10-31 16:05:49'),
(278009, 2338, '0492-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:49', '2023-10-31 16:05:49'),
(278010, 2338, '0492-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:49', '2023-10-31 16:05:49'),
(278011, 2338, '0492-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:49', '2023-10-31 16:05:49'),
(278012, 2338, '0492-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:49', '2023-10-31 16:05:49'),
(278013, 2338, '0492-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:49', '2023-10-31 16:05:49'),
(278014, 2338, '0492-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:49', '2023-10-31 16:05:49'),
(278015, 2338, '0492-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:49', '2023-10-31 16:05:49'),
(278016, 2338, '0492-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:49', '2023-10-31 16:05:49'),
(278017, 2338, '0492-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:49', '2023-10-31 16:05:49'),
(278018, 2338, '0493-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:49', '2023-10-31 16:05:49'),
(278019, 2338, '0493-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:49', '2023-10-31 16:05:49'),
(278020, 2338, '0493-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:49', '2023-10-31 16:05:49'),
(278021, 2338, '0493-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:49', '2023-10-31 16:05:49'),
(278022, 2338, '0493-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:49', '2023-10-31 16:05:49'),
(278023, 2338, '0493-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:49', '2023-10-31 16:05:49'),
(278024, 2338, '0493-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:49', '2023-10-31 16:05:49'),
(278025, 2338, '0493-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:49', '2023-10-31 16:05:49'),
(278026, 2338, '0493-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:49', '2023-10-31 16:05:49'),
(278027, 2338, '0493-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:49', '2023-10-31 16:05:49'),
(278028, 2338, '0493-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:49', '2023-10-31 16:05:49'),
(278029, 2338, '0493-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:49', '2023-10-31 16:05:49'),
(278030, 2338, '0494-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:49', '2023-10-31 16:05:49'),
(278031, 2338, '0494-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:49', '2023-10-31 16:05:49'),
(278032, 2338, '0494-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:49', '2023-10-31 16:05:49'),
(278033, 2338, '0494-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:49', '2023-10-31 16:05:49'),
(278034, 2338, '0494-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:49', '2023-10-31 16:05:49'),
(278035, 2338, '0494-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:49', '2023-10-31 16:05:49'),
(278036, 2338, '0494-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:49', '2023-10-31 16:05:49'),
(278037, 2338, '0494-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:49', '2023-10-31 16:05:49'),
(278038, 2338, '0494-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:49', '2023-10-31 16:05:49'),
(278039, 2338, '0494-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:49', '2023-10-31 16:05:49'),
(278040, 2338, '0494-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:49', '2023-10-31 16:05:49'),
(278041, 2338, '0494-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:49', '2023-10-31 16:05:49'),
(278042, 2338, '0495-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:49', '2023-10-31 16:05:49'),
(278043, 2338, '0495-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:49', '2023-10-31 16:05:49'),
(278044, 2338, '0495-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:49', '2023-10-31 16:05:49'),
(278045, 2338, '0495-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:49', '2023-10-31 16:05:49'),
(278046, 2338, '0495-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:49', '2023-10-31 16:05:49'),
(278047, 2338, '0495-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:49', '2023-10-31 16:05:49'),
(278048, 2338, '0495-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:49', '2023-10-31 16:05:49'),
(278049, 2338, '0495-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:49', '2023-10-31 16:05:49'),
(278050, 2338, '0495-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:49', '2023-10-31 16:05:49'),
(278051, 2338, '0495-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:49', '2023-10-31 16:05:49'),
(278052, 2338, '0495-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:49', '2023-10-31 16:05:49'),
(278053, 2338, '0495-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:49', '2023-10-31 16:05:49'),
(278054, 2338, '0496-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:49', '2023-10-31 16:05:49'),
(278055, 2338, '0496-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:49', '2023-10-31 16:05:49'),
(278056, 2338, '0496-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:49', '2023-10-31 16:05:49'),
(278057, 2338, '0496-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:49', '2023-10-31 16:05:49'),
(278058, 2338, '0496-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:49', '2023-10-31 16:05:49'),
(278059, 2338, '0496-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:49', '2023-10-31 16:05:49'),
(278060, 2338, '0496-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:49', '2023-10-31 16:05:49'),
(278061, 2338, '0496-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:49', '2023-10-31 16:05:49'),
(278062, 2338, '0496-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:49', '2023-10-31 16:05:49'),
(278063, 2338, '0496-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:49', '2023-10-31 16:05:49'),
(278064, 2338, '0496-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:49', '2023-10-31 16:05:49'),
(278065, 2338, '0496-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:49', '2023-10-31 16:05:49'),
(278066, 2338, '0497-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:49', '2023-10-31 16:05:49'),
(278067, 2338, '0497-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:49', '2023-10-31 16:05:49'),
(278068, 2338, '0497-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:49', '2023-10-31 16:05:49'),
(278069, 2338, '0497-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:49', '2023-10-31 16:05:49'),
(278070, 2338, '0497-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:49', '2023-10-31 16:05:49'),
(278071, 2338, '0497-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:49', '2023-10-31 16:05:49'),
(278072, 2338, '0497-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:49', '2023-10-31 16:05:49'),
(278073, 2338, '0497-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:49', '2023-10-31 16:05:49'),
(278074, 2338, '0497-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:49', '2023-10-31 16:05:49'),
(278075, 2338, '0497-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:49', '2023-10-31 16:05:49'),
(278076, 2338, '0497-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:49', '2023-10-31 16:05:49'),
(278077, 2338, '0497-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:49', '2023-10-31 16:05:49'),
(278078, 2338, '0498-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:49', '2023-10-31 16:05:49'),
(278079, 2338, '0498-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:49', '2023-10-31 16:05:49'),
(278080, 2338, '0498-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:49', '2023-10-31 16:05:49'),
(278081, 2338, '0498-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:49', '2023-10-31 16:05:49'),
(278082, 2338, '0498-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:49', '2023-10-31 16:05:49'),
(278083, 2338, '0498-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:49', '2023-10-31 16:05:49'),
(278084, 2338, '0498-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:49', '2023-10-31 16:05:49'),
(278085, 2338, '0498-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:49', '2023-10-31 16:05:49'),
(278086, 2338, '0498-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:49', '2023-10-31 16:05:49'),
(278087, 2338, '0498-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:49', '2023-10-31 16:05:49'),
(278088, 2338, '0498-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:49', '2023-10-31 16:05:49'),
(278089, 2338, '0498-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:49', '2023-10-31 16:05:49'),
(278090, 2338, '0499-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:49', '2023-10-31 16:05:49'),
(278091, 2338, '0499-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:49', '2023-10-31 16:05:49'),
(278092, 2338, '0499-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:50', '2023-10-31 16:05:50'),
(278093, 2338, '0499-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:50', '2023-10-31 16:05:50'),
(278094, 2338, '0499-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:50', '2023-10-31 16:05:50'),
(278095, 2338, '0499-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:50', '2023-10-31 16:05:50'),
(278096, 2338, '0499-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:50', '2023-10-31 16:05:50'),
(278097, 2338, '0499-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:50', '2023-10-31 16:05:50'),
(278098, 2338, '0499-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:50', '2023-10-31 16:05:50'),
(278099, 2338, '0499-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:50', '2023-10-31 16:05:50'),
(278100, 2338, '0499-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:50', '2023-10-31 16:05:50'),
(278101, 2338, '0499-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:50', '2023-10-31 16:05:50'),
(278102, 2338, '0500-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:50', '2023-10-31 16:05:50'),
(278103, 2338, '0500-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:50', '2023-10-31 16:05:50'),
(278104, 2338, '0500-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:50', '2023-10-31 16:05:50'),
(278105, 2338, '0500-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:50', '2023-10-31 16:05:50'),
(278106, 2338, '0500-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:50', '2023-10-31 16:05:50'),
(278107, 2338, '0500-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:50', '2023-10-31 16:05:50'),
(278108, 2338, '0500-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:50', '2023-10-31 16:05:50'),
(278109, 2338, '0500-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:50', '2023-10-31 16:05:50'),
(278110, 2338, '0500-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:50', '2023-10-31 16:05:50'),
(278111, 2338, '0500-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:50', '2023-10-31 16:05:50'),
(278112, 2338, '0500-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:50', '2023-10-31 16:05:50'),
(278113, 2338, '0500-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:50', '2023-10-31 16:05:50'),
(278114, 2338, '0501-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:50', '2023-10-31 16:05:50'),
(278115, 2338, '0501-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:50', '2023-10-31 16:05:50'),
(278116, 2338, '0501-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:50', '2023-10-31 16:05:50'),
(278117, 2338, '0501-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:50', '2023-10-31 16:05:50'),
(278118, 2338, '0501-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:50', '2023-10-31 16:05:50'),
(278119, 2338, '0501-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:50', '2023-10-31 16:05:50'),
(278120, 2338, '0501-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:50', '2023-10-31 16:05:50'),
(278121, 2338, '0501-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:50', '2023-10-31 16:05:50'),
(278122, 2338, '0501-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:50', '2023-10-31 16:05:50'),
(278123, 2338, '0501-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:50', '2023-10-31 16:05:50'),
(278124, 2338, '0501-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:50', '2023-10-31 16:05:50'),
(278125, 2338, '0501-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:50', '2023-10-31 16:05:50'),
(278126, 2338, '0502-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:50', '2023-10-31 16:05:50'),
(278127, 2338, '0502-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:50', '2023-10-31 16:05:50'),
(278128, 2338, '0502-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:50', '2023-10-31 16:05:50'),
(278129, 2338, '0502-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:50', '2023-10-31 16:05:50'),
(278130, 2338, '0502-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:50', '2023-10-31 16:05:50'),
(278131, 2338, '0502-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:50', '2023-10-31 16:05:50'),
(278132, 2338, '0502-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:50', '2023-10-31 16:05:50'),
(278133, 2338, '0502-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:50', '2023-10-31 16:05:50'),
(278134, 2338, '0502-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:50', '2023-10-31 16:05:50'),
(278135, 2338, '0502-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:50', '2023-10-31 16:05:50'),
(278136, 2338, '0502-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:50', '2023-10-31 16:05:50'),
(278137, 2338, '0502-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:50', '2023-10-31 16:05:50'),
(278138, 2338, '0503-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:50', '2023-10-31 16:05:50'),
(278139, 2338, '0503-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:50', '2023-10-31 16:05:50'),
(278140, 2338, '0503-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:50', '2023-10-31 16:05:50'),
(278141, 2338, '0503-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:50', '2023-10-31 16:05:50'),
(278142, 2338, '0503-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:50', '2023-10-31 16:05:50'),
(278143, 2338, '0503-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:50', '2023-10-31 16:05:50'),
(278144, 2338, '0503-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:50', '2023-10-31 16:05:50'),
(278145, 2338, '0503-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:50', '2023-10-31 16:05:50'),
(278146, 2338, '0503-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:50', '2023-10-31 16:05:50'),
(278147, 2338, '0503-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:50', '2023-10-31 16:05:50'),
(278148, 2338, '0503-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:50', '2023-10-31 16:05:50'),
(278149, 2338, '0503-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:50', '2023-10-31 16:05:50'),
(278150, 2338, '0504-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:50', '2023-10-31 16:05:50'),
(278151, 2338, '0504-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:50', '2023-10-31 16:05:50'),
(278152, 2338, '0504-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:50', '2023-10-31 16:05:50'),
(278153, 2338, '0504-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:50', '2023-10-31 16:05:50'),
(278154, 2338, '0504-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:50', '2023-10-31 16:05:50'),
(278155, 2338, '0504-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:50', '2023-10-31 16:05:50'),
(278156, 2338, '0504-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:50', '2023-10-31 16:05:50'),
(278157, 2338, '0504-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:50', '2023-10-31 16:05:50'),
(278158, 2338, '0504-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:50', '2023-10-31 16:05:50'),
(278159, 2338, '0504-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:50', '2023-10-31 16:05:50'),
(278160, 2338, '0504-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:50', '2023-10-31 16:05:50'),
(278161, 2338, '0504-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:50', '2023-10-31 16:05:50'),
(278162, 2338, '0505-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:50', '2023-10-31 16:05:50'),
(278163, 2338, '0505-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:50', '2023-10-31 16:05:50'),
(278164, 2338, '0505-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:50', '2023-10-31 16:05:50'),
(278165, 2338, '0505-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:50', '2023-10-31 16:05:50'),
(278166, 2338, '0505-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:50', '2023-10-31 16:05:50'),
(278167, 2338, '0505-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:50', '2023-10-31 16:05:50'),
(278168, 2338, '0505-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:50', '2023-10-31 16:05:50'),
(278169, 2338, '0505-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:50', '2023-10-31 16:05:50'),
(278170, 2338, '0505-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:50', '2023-10-31 16:05:50'),
(278171, 2338, '0505-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:50', '2023-10-31 16:05:50'),
(278172, 2338, '0505-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:50', '2023-10-31 16:05:50'),
(278173, 2338, '0505-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:50', '2023-10-31 16:05:50'),
(278174, 2338, '0506-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:50', '2023-10-31 16:05:50'),
(278175, 2338, '0506-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:50', '2023-10-31 16:05:50'),
(278176, 2338, '0506-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:50', '2023-10-31 16:05:50'),
(278177, 2338, '0506-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:50', '2023-10-31 16:05:50'),
(278178, 2338, '0506-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:50', '2023-10-31 16:05:50'),
(278179, 2338, '0506-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:50', '2023-10-31 16:05:50'),
(278180, 2338, '0506-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:50', '2023-10-31 16:05:50'),
(278181, 2338, '0506-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:50', '2023-10-31 16:05:50'),
(278182, 2338, '0506-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:50', '2023-10-31 16:05:50'),
(278183, 2338, '0506-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:50', '2023-10-31 16:05:50'),
(278184, 2338, '0506-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:50', '2023-10-31 16:05:50'),
(278185, 2338, '0506-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:50', '2023-10-31 16:05:50'),
(278186, 2338, '0507-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:50', '2023-10-31 16:05:50'),
(278187, 2338, '0507-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:50', '2023-10-31 16:05:50'),
(278188, 2338, '0507-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:50', '2023-10-31 16:05:50'),
(278189, 2338, '0507-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:50', '2023-10-31 16:05:50'),
(278190, 2338, '0507-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:50', '2023-10-31 16:05:50'),
(278191, 2338, '0507-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:50', '2023-10-31 16:05:50'),
(278192, 2338, '0507-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:50', '2023-10-31 16:05:50'),
(278193, 2338, '0507-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:50', '2023-10-31 16:05:50'),
(278194, 2338, '0507-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:50', '2023-10-31 16:05:50'),
(278195, 2338, '0507-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:50', '2023-10-31 16:05:50'),
(278196, 2338, '0507-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:50', '2023-10-31 16:05:50'),
(278197, 2338, '0507-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:50', '2023-10-31 16:05:50'),
(278198, 2338, '0508-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:50', '2023-10-31 16:05:50'),
(278199, 2338, '0508-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:50', '2023-10-31 16:05:50'),
(278200, 2338, '0508-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:50', '2023-10-31 16:05:50'),
(278201, 2338, '0508-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:50', '2023-10-31 16:05:50'),
(278202, 2338, '0508-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:50', '2023-10-31 16:05:50'),
(278203, 2338, '0508-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:50', '2023-10-31 16:05:50'),
(278204, 2338, '0508-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:50', '2023-10-31 16:05:50'),
(278205, 2338, '0508-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:50', '2023-10-31 16:05:50'),
(278206, 2338, '0508-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:50', '2023-10-31 16:05:50'),
(278207, 2338, '0508-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:50', '2023-10-31 16:05:50'),
(278208, 2338, '0508-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:50', '2023-10-31 16:05:50'),
(278209, 2338, '0508-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:50', '2023-10-31 16:05:50'),
(278210, 2338, '0509-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:50', '2023-10-31 16:05:50'),
(278211, 2338, '0509-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:50', '2023-10-31 16:05:50'),
(278212, 2338, '0509-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:50', '2023-10-31 16:05:50'),
(278213, 2338, '0509-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:50', '2023-10-31 16:05:50'),
(278214, 2338, '0509-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:50', '2023-10-31 16:05:50'),
(278215, 2338, '0509-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:50', '2023-10-31 16:05:50'),
(278216, 2338, '0509-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:50', '2023-10-31 16:05:50'),
(278217, 2338, '0509-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:50', '2023-10-31 16:05:50'),
(278218, 2338, '0509-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:50', '2023-10-31 16:05:50'),
(278219, 2338, '0509-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:50', '2023-10-31 16:05:50'),
(278220, 2338, '0509-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:50', '2023-10-31 16:05:50'),
(278221, 2338, '0509-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:50', '2023-10-31 16:05:50'),
(278222, 2338, '0510-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:50', '2023-10-31 16:05:50'),
(278223, 2338, '0510-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:50', '2023-10-31 16:05:50'),
(278224, 2338, '0510-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:50', '2023-10-31 16:05:50'),
(278225, 2338, '0510-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:50', '2023-10-31 16:05:50'),
(278226, 2338, '0510-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:50', '2023-10-31 16:05:50'),
(278227, 2338, '0510-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:50', '2023-10-31 16:05:50'),
(278228, 2338, '0510-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:50', '2023-10-31 16:05:50'),
(278229, 2338, '0510-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:50', '2023-10-31 16:05:50'),
(278230, 2338, '0510-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:50', '2023-10-31 16:05:50'),
(278231, 2338, '0510-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:50', '2023-10-31 16:05:50'),
(278232, 2338, '0510-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:50', '2023-10-31 16:05:50'),
(278233, 2338, '0510-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:50', '2023-10-31 16:05:50'),
(278234, 2338, '0511-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:50', '2023-10-31 16:05:50'),
(278235, 2338, '0511-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:50', '2023-10-31 16:05:50'),
(278236, 2338, '0511-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:50', '2023-10-31 16:05:50'),
(278237, 2338, '0511-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:50', '2023-10-31 16:05:50'),
(278238, 2338, '0511-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:50', '2023-10-31 16:05:50'),
(278239, 2338, '0511-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:50', '2023-10-31 16:05:50'),
(278240, 2338, '0511-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:50', '2023-10-31 16:05:50'),
(278241, 2338, '0511-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:50', '2023-10-31 16:05:50'),
(278242, 2338, '0511-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:50', '2023-10-31 16:05:50'),
(278243, 2338, '0511-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:50', '2023-10-31 16:05:50'),
(278244, 2338, '0511-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:50', '2023-10-31 16:05:50'),
(278245, 2338, '0511-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:50', '2023-10-31 16:05:50'),
(278246, 2338, '0512-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:50', '2023-10-31 16:05:50'),
(278247, 2338, '0512-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:50', '2023-10-31 16:05:50'),
(278248, 2338, '0512-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:50', '2023-10-31 16:05:50'),
(278249, 2338, '0512-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:50', '2023-10-31 16:05:50'),
(278250, 2338, '0512-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:50', '2023-10-31 16:05:50'),
(278251, 2338, '0512-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:50', '2023-10-31 16:05:50'),
(278252, 2338, '0512-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:50', '2023-10-31 16:05:50'),
(278253, 2338, '0512-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:50', '2023-10-31 16:05:50'),
(278254, 2338, '0512-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:50', '2023-10-31 16:05:50'),
(278255, 2338, '0512-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:50', '2023-10-31 16:05:50'),
(278256, 2338, '0512-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:50', '2023-10-31 16:05:50'),
(278257, 2338, '0512-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:50', '2023-10-31 16:05:50'),
(278258, 2338, '0513-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:50', '2023-10-31 16:05:50'),
(278259, 2338, '0513-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:50', '2023-10-31 16:05:50'),
(278260, 2338, '0513-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:50', '2023-10-31 16:05:50'),
(278261, 2338, '0513-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:50', '2023-10-31 16:05:50'),
(278262, 2338, '0513-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:50', '2023-10-31 16:05:50');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(278263, 2338, '0513-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:50', '2023-10-31 16:05:50'),
(278264, 2338, '0513-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:50', '2023-10-31 16:05:50'),
(278265, 2338, '0513-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:50', '2023-10-31 16:05:50'),
(278266, 2338, '0513-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:50', '2023-10-31 16:05:50'),
(278267, 2338, '0513-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:50', '2023-10-31 16:05:50'),
(278268, 2338, '0513-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:50', '2023-10-31 16:05:50'),
(278269, 2338, '0513-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:50', '2023-10-31 16:05:50'),
(278270, 2338, '0514-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:50', '2023-10-31 16:05:50'),
(278271, 2338, '0514-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:50', '2023-10-31 16:05:50'),
(278272, 2338, '0514-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:50', '2023-10-31 16:05:50'),
(278273, 2338, '0514-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:50', '2023-10-31 16:05:50'),
(278274, 2338, '0514-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:50', '2023-10-31 16:05:50'),
(278275, 2338, '0514-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:50', '2023-10-31 16:05:50'),
(278276, 2338, '0514-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:50', '2023-10-31 16:05:50'),
(278277, 2338, '0514-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:50', '2023-10-31 16:05:50'),
(278278, 2338, '0514-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:50', '2023-10-31 16:05:50'),
(278279, 2338, '0514-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:50', '2023-10-31 16:05:50'),
(278280, 2338, '0514-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:50', '2023-10-31 16:05:50'),
(278281, 2338, '0514-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:50', '2023-10-31 16:05:50'),
(278282, 2338, '0515-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:50', '2023-10-31 16:05:50'),
(278283, 2338, '0515-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:50', '2023-10-31 16:05:50'),
(278284, 2338, '0515-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:50', '2023-10-31 16:05:50'),
(278285, 2338, '0515-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:50', '2023-10-31 16:05:50'),
(278286, 2338, '0515-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:50', '2023-10-31 16:05:50'),
(278287, 2338, '0515-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:50', '2023-10-31 16:05:50'),
(278288, 2338, '0515-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:50', '2023-10-31 16:05:50'),
(278289, 2338, '0515-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:50', '2023-10-31 16:05:50'),
(278290, 2338, '0515-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:50', '2023-10-31 16:05:50'),
(278291, 2338, '0515-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:50', '2023-10-31 16:05:50'),
(278292, 2338, '0515-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:50', '2023-10-31 16:05:50'),
(278293, 2338, '0515-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:50', '2023-10-31 16:05:50'),
(278294, 2338, '0516-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:50', '2023-10-31 16:05:50'),
(278295, 2338, '0516-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:50', '2023-10-31 16:05:50'),
(278296, 2338, '0516-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:50', '2023-10-31 16:05:50'),
(278297, 2338, '0516-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:50', '2023-10-31 16:05:50'),
(278298, 2338, '0516-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:50', '2023-10-31 16:05:50'),
(278299, 2338, '0516-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:50', '2023-10-31 16:05:50'),
(278300, 2338, '0516-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:50', '2023-10-31 16:05:50'),
(278301, 2338, '0516-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:50', '2023-10-31 16:05:50'),
(278302, 2338, '0516-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:51', '2023-10-31 16:05:51'),
(278303, 2338, '0516-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:51', '2023-10-31 16:05:51'),
(278304, 2338, '0516-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:51', '2023-10-31 16:05:51'),
(278305, 2338, '0516-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:51', '2023-10-31 16:05:51'),
(278306, 2338, '0517-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:51', '2023-10-31 16:05:51'),
(278307, 2338, '0517-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:51', '2023-10-31 16:05:51'),
(278308, 2338, '0517-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:51', '2023-10-31 16:05:51'),
(278309, 2338, '0517-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:51', '2023-10-31 16:05:51'),
(278310, 2338, '0517-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:51', '2023-10-31 16:05:51'),
(278311, 2338, '0517-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:51', '2023-10-31 16:05:51'),
(278312, 2338, '0517-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:51', '2023-10-31 16:05:51'),
(278313, 2338, '0517-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:51', '2023-10-31 16:05:51'),
(278314, 2338, '0517-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:51', '2023-10-31 16:05:51'),
(278315, 2338, '0517-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:51', '2023-10-31 16:05:51'),
(278316, 2338, '0517-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:51', '2023-10-31 16:05:51'),
(278317, 2338, '0517-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:51', '2023-10-31 16:05:51'),
(278318, 2338, '0518-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:51', '2023-10-31 16:05:51'),
(278319, 2338, '0518-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:51', '2023-10-31 16:05:51'),
(278320, 2338, '0518-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:51', '2023-10-31 16:05:51'),
(278321, 2338, '0518-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:51', '2023-10-31 16:05:51'),
(278322, 2338, '0518-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:51', '2023-10-31 16:05:51'),
(278323, 2338, '0518-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:51', '2023-10-31 16:05:51'),
(278324, 2338, '0518-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:51', '2023-10-31 16:05:51'),
(278325, 2338, '0518-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:51', '2023-10-31 16:05:51'),
(278326, 2338, '0518-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:51', '2023-10-31 16:05:51'),
(278327, 2338, '0518-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:51', '2023-10-31 16:05:51'),
(278328, 2338, '0518-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:51', '2023-10-31 16:05:51'),
(278329, 2338, '0518-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:51', '2023-10-31 16:05:51'),
(278330, 2338, '0519-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:51', '2023-10-31 16:05:51'),
(278331, 2338, '0519-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:51', '2023-10-31 16:05:51'),
(278332, 2338, '0519-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:51', '2023-10-31 16:05:51'),
(278333, 2338, '0519-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:51', '2023-10-31 16:05:51'),
(278334, 2338, '0519-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:51', '2023-10-31 16:05:51'),
(278335, 2338, '0519-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:51', '2023-10-31 16:05:51'),
(278336, 2338, '0519-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:51', '2023-10-31 16:05:51'),
(278337, 2338, '0519-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:51', '2023-10-31 16:05:51'),
(278338, 2338, '0519-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:51', '2023-10-31 16:05:51'),
(278339, 2338, '0519-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:51', '2023-10-31 16:05:51'),
(278340, 2338, '0519-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:51', '2023-10-31 16:05:51'),
(278341, 2338, '0519-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:51', '2023-10-31 16:05:51'),
(278342, 2338, '0520-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:51', '2023-10-31 16:05:51'),
(278343, 2338, '0520-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:51', '2023-10-31 16:05:51'),
(278344, 2338, '0520-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:51', '2023-10-31 16:05:51'),
(278345, 2338, '0520-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:51', '2023-10-31 16:05:51'),
(278346, 2338, '0520-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:51', '2023-10-31 16:05:51'),
(278347, 2338, '0520-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:51', '2023-10-31 16:05:51'),
(278348, 2338, '0520-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:51', '2023-10-31 16:05:51'),
(278349, 2338, '0520-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:51', '2023-10-31 16:05:51'),
(278350, 2338, '0520-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:51', '2023-10-31 16:05:51'),
(278351, 2338, '0520-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:51', '2023-10-31 16:05:51'),
(278352, 2338, '0520-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:51', '2023-10-31 16:05:51'),
(278353, 2338, '0520-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:51', '2023-10-31 16:05:51'),
(278354, 2338, '0521-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:51', '2023-10-31 16:05:51'),
(278355, 2338, '0521-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:51', '2023-10-31 16:05:51'),
(278356, 2338, '0521-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:51', '2023-10-31 16:05:51'),
(278357, 2338, '0521-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:51', '2023-10-31 16:05:51'),
(278358, 2338, '0521-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:51', '2023-10-31 16:05:51'),
(278359, 2338, '0521-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:51', '2023-10-31 16:05:51'),
(278360, 2338, '0521-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:51', '2023-10-31 16:05:51'),
(278361, 2338, '0521-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:51', '2023-10-31 16:05:51'),
(278362, 2338, '0521-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:51', '2023-10-31 16:05:51'),
(278363, 2338, '0521-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:51', '2023-10-31 16:05:51'),
(278364, 2338, '0521-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:51', '2023-10-31 16:05:51'),
(278365, 2338, '0521-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:51', '2023-10-31 16:05:51'),
(278366, 2338, '0522-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:51', '2023-10-31 16:05:51'),
(278367, 2338, '0522-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:51', '2023-10-31 16:05:51'),
(278368, 2338, '0522-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:51', '2023-10-31 16:05:51'),
(278369, 2338, '0522-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:51', '2023-10-31 16:05:51'),
(278370, 2338, '0522-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:51', '2023-10-31 16:05:51'),
(278371, 2338, '0522-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:51', '2023-10-31 16:05:51'),
(278372, 2338, '0522-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:51', '2023-10-31 16:05:51'),
(278373, 2338, '0522-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:51', '2023-10-31 16:05:51'),
(278374, 2338, '0522-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:51', '2023-10-31 16:05:51'),
(278375, 2338, '0522-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:51', '2023-10-31 16:05:51'),
(278376, 2338, '0522-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:51', '2023-10-31 16:05:51'),
(278377, 2338, '0522-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:51', '2023-10-31 16:05:51'),
(278378, 2338, '0523-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:51', '2023-10-31 16:05:51'),
(278379, 2338, '0523-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:51', '2023-10-31 16:05:51'),
(278380, 2338, '0523-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:51', '2023-10-31 16:05:51'),
(278381, 2338, '0523-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:51', '2023-10-31 16:05:51'),
(278382, 2338, '0523-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:51', '2023-10-31 16:05:51'),
(278383, 2338, '0523-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:51', '2023-10-31 16:05:51'),
(278384, 2338, '0523-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:51', '2023-10-31 16:05:51'),
(278385, 2338, '0523-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:51', '2023-10-31 16:05:51'),
(278386, 2338, '0523-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:51', '2023-10-31 16:05:51'),
(278387, 2338, '0523-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:51', '2023-10-31 16:05:51'),
(278388, 2338, '0523-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:51', '2023-10-31 16:05:51'),
(278389, 2338, '0523-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:51', '2023-10-31 16:05:51'),
(278390, 2338, '0524-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:51', '2023-10-31 16:05:51'),
(278391, 2338, '0524-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:51', '2023-10-31 16:05:51'),
(278392, 2338, '0524-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:51', '2023-10-31 16:05:51'),
(278393, 2338, '0524-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:51', '2023-10-31 16:05:51'),
(278394, 2338, '0524-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:51', '2023-10-31 16:05:51'),
(278395, 2338, '0524-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:51', '2023-10-31 16:05:51'),
(278396, 2338, '0524-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:51', '2023-10-31 16:05:51'),
(278397, 2338, '0524-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:51', '2023-10-31 16:05:51'),
(278398, 2338, '0524-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:51', '2023-10-31 16:05:51'),
(278399, 2338, '0524-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:51', '2023-10-31 16:05:51'),
(278400, 2338, '0524-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:51', '2023-10-31 16:05:51'),
(278401, 2338, '0524-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:51', '2023-10-31 16:05:51'),
(278402, 2338, '0525-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:51', '2023-10-31 16:05:51'),
(278403, 2338, '0525-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:51', '2023-10-31 16:05:51'),
(278404, 2338, '0525-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:51', '2023-10-31 16:05:51'),
(278405, 2338, '0525-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:51', '2023-10-31 16:05:51'),
(278406, 2338, '0525-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:51', '2023-10-31 16:05:51'),
(278407, 2338, '0525-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:51', '2023-10-31 16:05:51'),
(278408, 2338, '0525-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:51', '2023-10-31 16:05:51'),
(278409, 2338, '0525-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:51', '2023-10-31 16:05:51'),
(278410, 2338, '0525-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:51', '2023-10-31 16:05:51'),
(278411, 2338, '0525-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:51', '2023-10-31 16:05:51'),
(278412, 2338, '0525-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:51', '2023-10-31 16:05:51'),
(278413, 2338, '0525-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:51', '2023-10-31 16:05:51'),
(278414, 2338, '0526-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:51', '2023-10-31 16:05:51'),
(278415, 2338, '0526-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:51', '2023-10-31 16:05:51'),
(278416, 2338, '0526-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:51', '2023-10-31 16:05:51'),
(278417, 2338, '0526-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:51', '2023-10-31 16:05:51'),
(278418, 2338, '0526-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:51', '2023-10-31 16:05:51'),
(278419, 2338, '0526-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:51', '2023-10-31 16:05:51'),
(278420, 2338, '0526-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:51', '2023-10-31 16:05:51'),
(278421, 2338, '0526-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:51', '2023-10-31 16:05:51'),
(278422, 2338, '0526-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:51', '2023-10-31 16:05:51'),
(278423, 2338, '0526-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:51', '2023-10-31 16:05:51'),
(278424, 2338, '0526-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:51', '2023-10-31 16:05:51'),
(278425, 2338, '0526-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:51', '2023-10-31 16:05:51'),
(278426, 2338, '0527-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:51', '2023-10-31 16:05:51'),
(278427, 2338, '0527-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:51', '2023-10-31 16:05:51'),
(278428, 2338, '0527-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:51', '2023-10-31 16:05:51'),
(278429, 2338, '0527-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:51', '2023-10-31 16:05:51'),
(278430, 2338, '0527-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:51', '2023-10-31 16:05:51'),
(278431, 2338, '0527-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:51', '2023-10-31 16:05:51'),
(278432, 2338, '0527-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:51', '2023-10-31 16:05:51'),
(278433, 2338, '0527-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:51', '2023-10-31 16:05:51'),
(278434, 2338, '0527-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:51', '2023-10-31 16:05:51'),
(278435, 2338, '0527-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:51', '2023-10-31 16:05:51'),
(278436, 2338, '0527-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:51', '2023-10-31 16:05:51'),
(278437, 2338, '0527-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:51', '2023-10-31 16:05:51'),
(278438, 2338, '0528-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:51', '2023-10-31 16:05:51'),
(278439, 2338, '0528-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:51', '2023-10-31 16:05:51'),
(278440, 2338, '0528-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:51', '2023-10-31 16:05:51'),
(278441, 2338, '0528-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:51', '2023-10-31 16:05:51'),
(278442, 2338, '0528-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:51', '2023-10-31 16:05:51'),
(278443, 2338, '0528-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:51', '2023-10-31 16:05:51'),
(278444, 2338, '0528-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:51', '2023-10-31 16:05:51'),
(278445, 2338, '0528-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:51', '2023-10-31 16:05:51'),
(278446, 2338, '0528-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:51', '2023-10-31 16:05:51'),
(278447, 2338, '0528-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:51', '2023-10-31 16:05:51'),
(278448, 2338, '0528-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:51', '2023-10-31 16:05:51'),
(278449, 2338, '0528-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:51', '2023-10-31 16:05:51'),
(278450, 2338, '0529-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:51', '2023-10-31 16:05:51'),
(278451, 2338, '0529-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:51', '2023-10-31 16:05:51'),
(278452, 2338, '0529-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:51', '2023-10-31 16:05:51'),
(278453, 2338, '0529-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:51', '2023-10-31 16:05:51'),
(278454, 2338, '0529-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:51', '2023-10-31 16:05:51'),
(278455, 2338, '0529-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:51', '2023-10-31 16:05:51'),
(278456, 2338, '0529-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:51', '2023-10-31 16:05:51'),
(278457, 2338, '0529-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:51', '2023-10-31 16:05:51'),
(278458, 2338, '0529-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:51', '2023-10-31 16:05:51'),
(278459, 2338, '0529-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:51', '2023-10-31 16:05:51'),
(278460, 2338, '0529-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:51', '2023-10-31 16:05:51'),
(278461, 2338, '0529-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:51', '2023-10-31 16:05:51'),
(278462, 2338, '0530-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:51', '2023-10-31 16:05:51'),
(278463, 2338, '0530-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:51', '2023-10-31 16:05:51'),
(278464, 2338, '0530-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:51', '2023-10-31 16:05:51'),
(278465, 2338, '0530-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:51', '2023-10-31 16:05:51'),
(278466, 2338, '0530-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:51', '2023-10-31 16:05:51'),
(278467, 2338, '0530-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:51', '2023-10-31 16:05:51'),
(278468, 2338, '0530-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:51', '2023-10-31 16:05:51'),
(278469, 2338, '0530-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:51', '2023-10-31 16:05:51'),
(278470, 2338, '0530-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:51', '2023-10-31 16:05:51'),
(278471, 2338, '0530-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:51', '2023-10-31 16:05:51'),
(278472, 2338, '0530-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:51', '2023-10-31 16:05:51'),
(278473, 2338, '0530-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:51', '2023-10-31 16:05:51'),
(278474, 2338, '0531-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:51', '2023-10-31 16:05:51'),
(278475, 2338, '0531-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:51', '2023-10-31 16:05:51'),
(278476, 2338, '0531-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:51', '2023-10-31 16:05:51'),
(278477, 2338, '0531-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:51', '2023-10-31 16:05:51'),
(278478, 2338, '0531-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:51', '2023-10-31 16:05:51'),
(278479, 2338, '0531-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:51', '2023-10-31 16:05:51'),
(278480, 2338, '0531-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:51', '2023-10-31 16:05:51'),
(278481, 2338, '0531-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:51', '2023-10-31 16:05:51'),
(278482, 2338, '0531-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:51', '2023-10-31 16:05:51'),
(278483, 2338, '0531-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:51', '2023-10-31 16:05:51'),
(278484, 2338, '0531-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:51', '2023-10-31 16:05:51'),
(278485, 2338, '0531-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:51', '2023-10-31 16:05:51'),
(278486, 2338, '0532-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:51', '2023-10-31 16:05:51'),
(278487, 2338, '0532-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:51', '2023-10-31 16:05:51'),
(278488, 2338, '0532-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:51', '2023-10-31 16:05:51'),
(278489, 2338, '0532-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:51', '2023-10-31 16:05:51'),
(278490, 2338, '0532-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:51', '2023-10-31 16:05:51'),
(278491, 2338, '0532-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:51', '2023-10-31 16:05:51'),
(278492, 2338, '0532-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:51', '2023-10-31 16:05:51'),
(278493, 2338, '0532-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:51', '2023-10-31 16:05:51'),
(278494, 2338, '0532-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:51', '2023-10-31 16:05:51'),
(278495, 2338, '0532-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:51', '2023-10-31 16:05:51'),
(278496, 2338, '0532-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:51', '2023-10-31 16:05:51'),
(278497, 2338, '0532-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:51', '2023-10-31 16:05:51'),
(278498, 2338, '0533-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:52', '2023-10-31 16:05:52'),
(278499, 2338, '0533-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:52', '2023-10-31 16:05:52'),
(278500, 2338, '0533-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:52', '2023-10-31 16:05:52'),
(278501, 2338, '0533-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:52', '2023-10-31 16:05:52'),
(278502, 2338, '0533-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:52', '2023-10-31 16:05:52'),
(278503, 2338, '0533-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:52', '2023-10-31 16:05:52'),
(278504, 2338, '0533-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:52', '2023-10-31 16:05:52'),
(278505, 2338, '0533-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:52', '2023-10-31 16:05:52'),
(278506, 2338, '0533-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:52', '2023-10-31 16:05:52'),
(278507, 2338, '0533-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:52', '2023-10-31 16:05:52'),
(278508, 2338, '0533-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:52', '2023-10-31 16:05:52'),
(278509, 2338, '0533-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:52', '2023-10-31 16:05:52'),
(278510, 2338, '0534-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:52', '2023-10-31 16:05:52'),
(278511, 2338, '0534-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:52', '2023-10-31 16:05:52'),
(278512, 2338, '0534-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:52', '2023-10-31 16:05:52'),
(278513, 2338, '0534-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:52', '2023-10-31 16:05:52'),
(278514, 2338, '0534-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:52', '2023-10-31 16:05:52'),
(278515, 2338, '0534-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:52', '2023-10-31 16:05:52'),
(278516, 2338, '0534-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:52', '2023-10-31 16:05:52'),
(278517, 2338, '0534-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:52', '2023-10-31 16:05:52'),
(278518, 2338, '0534-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:52', '2023-10-31 16:05:52'),
(278519, 2338, '0534-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:52', '2023-10-31 16:05:52'),
(278520, 2338, '0534-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:52', '2023-10-31 16:05:52'),
(278521, 2338, '0534-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:52', '2023-10-31 16:05:52'),
(278522, 2338, '0535-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:52', '2023-10-31 16:05:52'),
(278523, 2338, '0535-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:52', '2023-10-31 16:05:52'),
(278524, 2338, '0535-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:52', '2023-10-31 16:05:52'),
(278525, 2338, '0535-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:52', '2023-10-31 16:05:52'),
(278526, 2338, '0535-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:52', '2023-10-31 16:05:52'),
(278527, 2338, '0535-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:52', '2023-10-31 16:05:52'),
(278528, 2338, '0535-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:52', '2023-10-31 16:05:52'),
(278529, 2338, '0535-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:52', '2023-10-31 16:05:52'),
(278530, 2338, '0535-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:52', '2023-10-31 16:05:52'),
(278531, 2338, '0535-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:52', '2023-10-31 16:05:52'),
(278532, 2338, '0535-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:52', '2023-10-31 16:05:52'),
(278533, 2338, '0535-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:52', '2023-10-31 16:05:52'),
(278534, 2338, '0536-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:52', '2023-10-31 16:05:52'),
(278535, 2338, '0536-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:52', '2023-10-31 16:05:52'),
(278536, 2338, '0536-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:52', '2023-10-31 16:05:52'),
(278537, 2338, '0536-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:52', '2023-10-31 16:05:52'),
(278538, 2338, '0536-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:52', '2023-10-31 16:05:52'),
(278539, 2338, '0536-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:52', '2023-10-31 16:05:52'),
(278540, 2338, '0536-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:52', '2023-10-31 16:05:52'),
(278541, 2338, '0536-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:52', '2023-10-31 16:05:52'),
(278542, 2338, '0536-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:52', '2023-10-31 16:05:52'),
(278543, 2338, '0536-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:52', '2023-10-31 16:05:52'),
(278544, 2338, '0536-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:52', '2023-10-31 16:05:52'),
(278545, 2338, '0536-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:52', '2023-10-31 16:05:52'),
(278546, 2338, '0537-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:52', '2023-10-31 16:05:52'),
(278547, 2338, '0537-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:52', '2023-10-31 16:05:52'),
(278548, 2338, '0537-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:52', '2023-10-31 16:05:52'),
(278549, 2338, '0537-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:52', '2023-10-31 16:05:52'),
(278550, 2338, '0537-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:52', '2023-10-31 16:05:52'),
(278551, 2338, '0537-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:52', '2023-10-31 16:05:52'),
(278552, 2338, '0537-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:52', '2023-10-31 16:05:52'),
(278553, 2338, '0537-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:52', '2023-10-31 16:05:52'),
(278554, 2338, '0537-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:52', '2023-10-31 16:05:52'),
(278555, 2338, '0537-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:52', '2023-10-31 16:05:52'),
(278556, 2338, '0537-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:52', '2023-10-31 16:05:52'),
(278557, 2338, '0537-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:52', '2023-10-31 16:05:52'),
(278558, 2338, '0538-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:52', '2023-10-31 16:05:52'),
(278559, 2338, '0538-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:52', '2023-10-31 16:05:52'),
(278560, 2338, '0538-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:52', '2023-10-31 16:05:52'),
(278561, 2338, '0538-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:52', '2023-10-31 16:05:52'),
(278562, 2338, '0538-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:52', '2023-10-31 16:05:52'),
(278563, 2338, '0538-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:52', '2023-10-31 16:05:52'),
(278564, 2338, '0538-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:52', '2023-10-31 16:05:52'),
(278565, 2338, '0538-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:52', '2023-10-31 16:05:52'),
(278566, 2338, '0538-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:52', '2023-10-31 16:05:52'),
(278567, 2338, '0538-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:52', '2023-10-31 16:05:52'),
(278568, 2338, '0538-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:52', '2023-10-31 16:05:52'),
(278569, 2338, '0538-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:52', '2023-10-31 16:05:52'),
(278570, 2338, '0539-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:52', '2023-10-31 16:05:52'),
(278571, 2338, '0539-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:52', '2023-10-31 16:05:52'),
(278572, 2338, '0539-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:52', '2023-10-31 16:05:52'),
(278573, 2338, '0539-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:52', '2023-10-31 16:05:52'),
(278574, 2338, '0539-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:52', '2023-10-31 16:05:52'),
(278575, 2338, '0539-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:52', '2023-10-31 16:05:52'),
(278576, 2338, '0539-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:52', '2023-10-31 16:05:52'),
(278577, 2338, '0539-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:52', '2023-10-31 16:05:52'),
(278578, 2338, '0539-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:52', '2023-10-31 16:05:52'),
(278579, 2338, '0539-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:52', '2023-10-31 16:05:52'),
(278580, 2338, '0539-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:52', '2023-10-31 16:05:52'),
(278581, 2338, '0539-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:52', '2023-10-31 16:05:52'),
(278582, 2338, '0540-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:52', '2023-10-31 16:05:52'),
(278583, 2338, '0540-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:52', '2023-10-31 16:05:52'),
(278584, 2338, '0540-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:52', '2023-10-31 16:05:52'),
(278585, 2338, '0540-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:52', '2023-10-31 16:05:52'),
(278586, 2338, '0540-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:52', '2023-10-31 16:05:52'),
(278587, 2338, '0540-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:52', '2023-10-31 16:05:52'),
(278588, 2338, '0540-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:52', '2023-10-31 16:05:52'),
(278589, 2338, '0540-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:52', '2023-10-31 16:05:52'),
(278590, 2338, '0540-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:52', '2023-10-31 16:05:52'),
(278591, 2338, '0540-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:52', '2023-10-31 16:05:52'),
(278592, 2338, '0540-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:52', '2023-10-31 16:05:52'),
(278593, 2338, '0540-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:52', '2023-10-31 16:05:52'),
(278594, 2338, '0541-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:52', '2023-10-31 16:05:52'),
(278595, 2338, '0541-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:52', '2023-10-31 16:05:52'),
(278596, 2338, '0541-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:52', '2023-10-31 16:05:52'),
(278597, 2338, '0541-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:52', '2023-10-31 16:05:52'),
(278598, 2338, '0541-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:52', '2023-10-31 16:05:52'),
(278599, 2338, '0541-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:52', '2023-10-31 16:05:52'),
(278600, 2338, '0541-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:52', '2023-10-31 16:05:52'),
(278601, 2338, '0541-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:52', '2023-10-31 16:05:52'),
(278602, 2338, '0541-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:52', '2023-10-31 16:05:52'),
(278603, 2338, '0541-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:52', '2023-10-31 16:05:52'),
(278604, 2338, '0541-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:52', '2023-10-31 16:05:52'),
(278605, 2338, '0541-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:52', '2023-10-31 16:05:52'),
(278606, 2338, '0542-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:52', '2023-10-31 16:05:52'),
(278607, 2338, '0542-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:52', '2023-10-31 16:05:52'),
(278608, 2338, '0542-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:52', '2023-10-31 16:05:52'),
(278609, 2338, '0542-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:52', '2023-10-31 16:05:52'),
(278610, 2338, '0542-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:52', '2023-10-31 16:05:52'),
(278611, 2338, '0542-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:52', '2023-10-31 16:05:52'),
(278612, 2338, '0542-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:52', '2023-10-31 16:05:52'),
(278613, 2338, '0542-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:52', '2023-10-31 16:05:52'),
(278614, 2338, '0542-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:52', '2023-10-31 16:05:52'),
(278615, 2338, '0542-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:52', '2023-10-31 16:05:52'),
(278616, 2338, '0542-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:52', '2023-10-31 16:05:52'),
(278617, 2338, '0542-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:52', '2023-10-31 16:05:52'),
(278618, 2338, '0543-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:52', '2023-10-31 16:05:52'),
(278619, 2338, '0543-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:52', '2023-10-31 16:05:52'),
(278620, 2338, '0543-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:52', '2023-10-31 16:05:52'),
(278621, 2338, '0543-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:52', '2023-10-31 16:05:52'),
(278622, 2338, '0543-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:52', '2023-10-31 16:05:52'),
(278623, 2338, '0543-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:52', '2023-10-31 16:05:52'),
(278624, 2338, '0543-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:52', '2023-10-31 16:05:52'),
(278625, 2338, '0543-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:52', '2023-10-31 16:05:52'),
(278626, 2338, '0543-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:52', '2023-10-31 16:05:52'),
(278627, 2338, '0543-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:52', '2023-10-31 16:05:52'),
(278628, 2338, '0543-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:52', '2023-10-31 16:05:52'),
(278629, 2338, '0543-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:52', '2023-10-31 16:05:52'),
(278630, 2338, '0544-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:52', '2023-10-31 16:05:52'),
(278631, 2338, '0544-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:52', '2023-10-31 16:05:52'),
(278632, 2338, '0544-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:52', '2023-10-31 16:05:52'),
(278633, 2338, '0544-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:52', '2023-10-31 16:05:52'),
(278634, 2338, '0544-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:52', '2023-10-31 16:05:52'),
(278635, 2338, '0544-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:52', '2023-10-31 16:05:52'),
(278636, 2338, '0544-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:52', '2023-10-31 16:05:52'),
(278637, 2338, '0544-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:52', '2023-10-31 16:05:52'),
(278638, 2338, '0544-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:52', '2023-10-31 16:05:52'),
(278639, 2338, '0544-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:52', '2023-10-31 16:05:52'),
(278640, 2338, '0544-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:52', '2023-10-31 16:05:52'),
(278641, 2338, '0544-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:52', '2023-10-31 16:05:52'),
(278642, 2338, '0545-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:52', '2023-10-31 16:05:52'),
(278643, 2338, '0545-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:52', '2023-10-31 16:05:52'),
(278644, 2338, '0545-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:52', '2023-10-31 16:05:52'),
(278645, 2338, '0545-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:52', '2023-10-31 16:05:52'),
(278646, 2338, '0545-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:52', '2023-10-31 16:05:52'),
(278647, 2338, '0545-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:52', '2023-10-31 16:05:52'),
(278648, 2338, '0545-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:52', '2023-10-31 16:05:52'),
(278649, 2338, '0545-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:52', '2023-10-31 16:05:52'),
(278650, 2338, '0545-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:52', '2023-10-31 16:05:52'),
(278651, 2338, '0545-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:52', '2023-10-31 16:05:52'),
(278652, 2338, '0545-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:52', '2023-10-31 16:05:52'),
(278653, 2338, '0545-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:52', '2023-10-31 16:05:52'),
(278654, 2338, '0546-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:52', '2023-10-31 16:05:52'),
(278655, 2338, '0546-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:52', '2023-10-31 16:05:52'),
(278656, 2338, '0546-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:52', '2023-10-31 16:05:52'),
(278657, 2338, '0546-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:52', '2023-10-31 16:05:52'),
(278658, 2338, '0546-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:52', '2023-10-31 16:05:52'),
(278659, 2338, '0546-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:52', '2023-10-31 16:05:52'),
(278660, 2338, '0546-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:52', '2023-10-31 16:05:52'),
(278661, 2338, '0546-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:52', '2023-10-31 16:05:52'),
(278662, 2338, '0546-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:52', '2023-10-31 16:05:52'),
(278663, 2338, '0546-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:52', '2023-10-31 16:05:52'),
(278664, 2338, '0546-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:52', '2023-10-31 16:05:52'),
(278665, 2338, '0546-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:52', '2023-10-31 16:05:52'),
(278666, 2338, '0547-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:52', '2023-10-31 16:05:52'),
(278667, 2338, '0547-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:52', '2023-10-31 16:05:52'),
(278668, 2338, '0547-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:52', '2023-10-31 16:05:52'),
(278669, 2338, '0547-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:52', '2023-10-31 16:05:52'),
(278670, 2338, '0547-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:52', '2023-10-31 16:05:52'),
(278671, 2338, '0547-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:52', '2023-10-31 16:05:52'),
(278672, 2338, '0547-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:52', '2023-10-31 16:05:52'),
(278673, 2338, '0547-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:52', '2023-10-31 16:05:52'),
(278674, 2338, '0547-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:52', '2023-10-31 16:05:52'),
(278675, 2338, '0547-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:52', '2023-10-31 16:05:52'),
(278676, 2338, '0547-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:52', '2023-10-31 16:05:52'),
(278677, 2338, '0547-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:52', '2023-10-31 16:05:52'),
(278678, 2338, '0548-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:52', '2023-10-31 16:05:52'),
(278679, 2338, '0548-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:52', '2023-10-31 16:05:52'),
(278680, 2338, '0548-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:52', '2023-10-31 16:05:52'),
(278681, 2338, '0548-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:52', '2023-10-31 16:05:52'),
(278682, 2338, '0548-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:52', '2023-10-31 16:05:52'),
(278683, 2338, '0548-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:52', '2023-10-31 16:05:52'),
(278684, 2338, '0548-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:52', '2023-10-31 16:05:52'),
(278685, 2338, '0548-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:52', '2023-10-31 16:05:52'),
(278686, 2338, '0548-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:52', '2023-10-31 16:05:52'),
(278687, 2338, '0548-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:52', '2023-10-31 16:05:52'),
(278688, 2338, '0548-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:52', '2023-10-31 16:05:52'),
(278689, 2338, '0548-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:52', '2023-10-31 16:05:52'),
(278690, 2338, '0549-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:52', '2023-10-31 16:05:52'),
(278691, 2338, '0549-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:52', '2023-10-31 16:05:52'),
(278692, 2338, '0549-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:52', '2023-10-31 16:05:52'),
(278693, 2338, '0549-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:52', '2023-10-31 16:05:52'),
(278694, 2338, '0549-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:52', '2023-10-31 16:05:52'),
(278695, 2338, '0549-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:52', '2023-10-31 16:05:52'),
(278696, 2338, '0549-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:52', '2023-10-31 16:05:52'),
(278697, 2338, '0549-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:52', '2023-10-31 16:05:52'),
(278698, 2338, '0549-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:52', '2023-10-31 16:05:52'),
(278699, 2338, '0549-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:52', '2023-10-31 16:05:52'),
(278700, 2338, '0549-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:52', '2023-10-31 16:05:52'),
(278701, 2338, '0549-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:52', '2023-10-31 16:05:52'),
(278702, 2338, '0550-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:52', '2023-10-31 16:05:52'),
(278703, 2338, '0550-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:53', '2023-10-31 16:05:53'),
(278704, 2338, '0550-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:53', '2023-10-31 16:05:53'),
(278705, 2338, '0550-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:53', '2023-10-31 16:05:53'),
(278706, 2338, '0550-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:53', '2023-10-31 16:05:53'),
(278707, 2338, '0550-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:53', '2023-10-31 16:05:53'),
(278708, 2338, '0550-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:53', '2023-10-31 16:05:53'),
(278709, 2338, '0550-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:53', '2023-10-31 16:05:53'),
(278710, 2338, '0550-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:53', '2023-10-31 16:05:53'),
(278711, 2338, '0550-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:53', '2023-10-31 16:05:53'),
(278712, 2338, '0550-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:53', '2023-10-31 16:05:53'),
(278713, 2338, '0550-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:53', '2023-10-31 16:05:53'),
(278714, 2338, '0551-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:53', '2023-10-31 16:05:53'),
(278715, 2338, '0551-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:53', '2023-10-31 16:05:53'),
(278716, 2338, '0551-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:53', '2023-10-31 16:05:53'),
(278717, 2338, '0551-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:53', '2023-10-31 16:05:53'),
(278718, 2338, '0551-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:53', '2023-10-31 16:05:53'),
(278719, 2338, '0551-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:53', '2023-10-31 16:05:53'),
(278720, 2338, '0551-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:53', '2023-10-31 16:05:53'),
(278721, 2338, '0551-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:53', '2023-10-31 16:05:53'),
(278722, 2338, '0551-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:53', '2023-10-31 16:05:53'),
(278723, 2338, '0551-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:53', '2023-10-31 16:05:53'),
(278724, 2338, '0551-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:53', '2023-10-31 16:05:53'),
(278725, 2338, '0551-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:53', '2023-10-31 16:05:53'),
(278726, 2338, '0552-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:53', '2023-10-31 16:05:53'),
(278727, 2338, '0552-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:53', '2023-10-31 16:05:53');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(278728, 2338, '0552-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:53', '2023-10-31 16:05:53'),
(278729, 2338, '0552-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:53', '2023-10-31 16:05:53'),
(278730, 2338, '0552-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:53', '2023-10-31 16:05:53'),
(278731, 2338, '0552-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:53', '2023-10-31 16:05:53'),
(278732, 2338, '0552-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:53', '2023-10-31 16:05:53'),
(278733, 2338, '0552-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:53', '2023-10-31 16:05:53'),
(278734, 2338, '0552-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:53', '2023-10-31 16:05:53'),
(278735, 2338, '0552-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:53', '2023-10-31 16:05:53'),
(278736, 2338, '0552-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:53', '2023-10-31 16:05:53'),
(278737, 2338, '0552-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:53', '2023-10-31 16:05:53'),
(278738, 2338, '0553-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:53', '2023-10-31 16:05:53'),
(278739, 2338, '0553-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:53', '2023-10-31 16:05:53'),
(278740, 2338, '0553-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:53', '2023-10-31 16:05:53'),
(278741, 2338, '0553-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:53', '2023-10-31 16:05:53'),
(278742, 2338, '0553-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:53', '2023-10-31 16:05:53'),
(278743, 2338, '0553-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:53', '2023-10-31 16:05:53'),
(278744, 2338, '0553-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:53', '2023-10-31 16:05:53'),
(278745, 2338, '0553-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:53', '2023-10-31 16:05:53'),
(278746, 2338, '0553-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:53', '2023-10-31 16:05:53'),
(278747, 2338, '0553-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:53', '2023-10-31 16:05:53'),
(278748, 2338, '0553-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:53', '2023-10-31 16:05:53'),
(278749, 2338, '0553-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:53', '2023-10-31 16:05:53'),
(278750, 2338, '0554-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:53', '2023-10-31 16:05:53'),
(278751, 2338, '0554-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:53', '2023-10-31 16:05:53'),
(278752, 2338, '0554-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:53', '2023-10-31 16:05:53'),
(278753, 2338, '0554-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:53', '2023-10-31 16:05:53'),
(278754, 2338, '0554-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:53', '2023-10-31 16:05:53'),
(278755, 2338, '0554-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:53', '2023-10-31 16:05:53'),
(278756, 2338, '0554-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:53', '2023-10-31 16:05:53'),
(278757, 2338, '0554-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:53', '2023-10-31 16:05:53'),
(278758, 2338, '0554-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:53', '2023-10-31 16:05:53'),
(278759, 2338, '0554-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:53', '2023-10-31 16:05:53'),
(278760, 2338, '0554-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:53', '2023-10-31 16:05:53'),
(278761, 2338, '0554-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:53', '2023-10-31 16:05:53'),
(278762, 2338, '0555-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:53', '2023-10-31 16:05:53'),
(278763, 2338, '0555-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:53', '2023-10-31 16:05:53'),
(278764, 2338, '0555-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:53', '2023-10-31 16:05:53'),
(278765, 2338, '0555-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:53', '2023-10-31 16:05:53'),
(278766, 2338, '0555-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:53', '2023-10-31 16:05:53'),
(278767, 2338, '0555-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:53', '2023-10-31 16:05:53'),
(278768, 2338, '0555-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:53', '2023-10-31 16:05:53'),
(278769, 2338, '0555-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:53', '2023-10-31 16:05:53'),
(278770, 2338, '0555-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:53', '2023-10-31 16:05:53'),
(278771, 2338, '0555-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:53', '2023-10-31 16:05:53'),
(278772, 2338, '0555-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:53', '2023-10-31 16:05:53'),
(278773, 2338, '0555-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:53', '2023-10-31 16:05:53'),
(278774, 2338, '0556-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:53', '2023-10-31 16:05:53'),
(278775, 2338, '0556-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:53', '2023-10-31 16:05:53'),
(278776, 2338, '0556-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:53', '2023-10-31 16:05:53'),
(278777, 2338, '0556-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:53', '2023-10-31 16:05:53'),
(278778, 2338, '0556-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:53', '2023-10-31 16:05:53'),
(278779, 2338, '0556-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:53', '2023-10-31 16:05:53'),
(278780, 2338, '0556-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:53', '2023-10-31 16:05:53'),
(278781, 2338, '0556-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:53', '2023-10-31 16:05:53'),
(278782, 2338, '0556-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:53', '2023-10-31 16:05:53'),
(278783, 2338, '0556-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:53', '2023-10-31 16:05:53'),
(278784, 2338, '0556-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:53', '2023-10-31 16:05:53'),
(278785, 2338, '0556-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:53', '2023-10-31 16:05:53'),
(278786, 2338, '0557-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:53', '2023-10-31 16:05:53'),
(278787, 2338, '0557-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:53', '2023-10-31 16:05:53'),
(278788, 2338, '0557-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:53', '2023-10-31 16:05:53'),
(278789, 2338, '0557-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:53', '2023-10-31 16:05:53'),
(278790, 2338, '0557-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:53', '2023-10-31 16:05:53'),
(278791, 2338, '0557-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:53', '2023-10-31 16:05:53'),
(278792, 2338, '0557-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:53', '2023-10-31 16:05:53'),
(278793, 2338, '0557-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:53', '2023-10-31 16:05:53'),
(278794, 2338, '0557-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:53', '2023-10-31 16:05:53'),
(278795, 2338, '0557-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:53', '2023-10-31 16:05:53'),
(278796, 2338, '0557-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:53', '2023-10-31 16:05:53'),
(278797, 2338, '0557-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:53', '2023-10-31 16:05:53'),
(278798, 2338, '0558-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:53', '2023-10-31 16:05:53'),
(278799, 2338, '0558-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:53', '2023-10-31 16:05:53'),
(278800, 2338, '0558-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:53', '2023-10-31 16:05:53'),
(278801, 2338, '0558-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:53', '2023-10-31 16:05:53'),
(278802, 2338, '0558-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:53', '2023-10-31 16:05:53'),
(278803, 2338, '0558-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:53', '2023-10-31 16:05:53'),
(278804, 2338, '0558-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:53', '2023-10-31 16:05:53'),
(278805, 2338, '0558-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:53', '2023-10-31 16:05:53'),
(278806, 2338, '0558-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:53', '2023-10-31 16:05:53'),
(278807, 2338, '0558-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:53', '2023-10-31 16:05:53'),
(278808, 2338, '0558-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:53', '2023-10-31 16:05:53'),
(278809, 2338, '0558-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:53', '2023-10-31 16:05:53'),
(278810, 2338, '0559-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:53', '2023-10-31 16:05:53'),
(278811, 2338, '0559-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:53', '2023-10-31 16:05:53'),
(278812, 2338, '0559-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:53', '2023-10-31 16:05:53'),
(278813, 2338, '0559-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:53', '2023-10-31 16:05:53'),
(278814, 2338, '0559-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:53', '2023-10-31 16:05:53'),
(278815, 2338, '0559-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:53', '2023-10-31 16:05:53'),
(278816, 2338, '0559-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:53', '2023-10-31 16:05:53'),
(278817, 2338, '0559-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:53', '2023-10-31 16:05:53'),
(278818, 2338, '0559-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:53', '2023-10-31 16:05:53'),
(278819, 2338, '0559-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:53', '2023-10-31 16:05:53'),
(278820, 2338, '0559-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:53', '2023-10-31 16:05:53'),
(278821, 2338, '0559-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:53', '2023-10-31 16:05:53'),
(278822, 2338, '0560-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:53', '2023-10-31 16:05:53'),
(278823, 2338, '0560-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:53', '2023-10-31 16:05:53'),
(278824, 2338, '0560-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:53', '2023-10-31 16:05:53'),
(278825, 2338, '0560-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:53', '2023-10-31 16:05:53'),
(278826, 2338, '0560-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:53', '2023-10-31 16:05:53'),
(278827, 2338, '0560-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:53', '2023-10-31 16:05:53'),
(278828, 2338, '0560-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:53', '2023-10-31 16:05:53'),
(278829, 2338, '0560-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:53', '2023-10-31 16:05:53'),
(278830, 2338, '0560-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:53', '2023-10-31 16:05:53'),
(278831, 2338, '0560-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:53', '2023-10-31 16:05:53'),
(278832, 2338, '0560-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:53', '2023-10-31 16:05:53'),
(278833, 2338, '0560-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:53', '2023-10-31 16:05:53'),
(278834, 2338, '0561-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:53', '2023-10-31 16:05:53'),
(278835, 2338, '0561-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:53', '2023-10-31 16:05:53'),
(278836, 2338, '0561-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:53', '2023-10-31 16:05:53'),
(278837, 2338, '0561-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:53', '2023-10-31 16:05:53'),
(278838, 2338, '0561-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:53', '2023-10-31 16:05:53'),
(278839, 2338, '0561-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:53', '2023-10-31 16:05:53'),
(278840, 2338, '0561-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:53', '2023-10-31 16:05:53'),
(278841, 2338, '0561-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:53', '2023-10-31 16:05:53'),
(278842, 2338, '0561-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:53', '2023-10-31 16:05:53'),
(278843, 2338, '0561-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:53', '2023-10-31 16:05:53'),
(278844, 2338, '0561-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:53', '2023-10-31 16:05:53'),
(278845, 2338, '0561-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:53', '2023-10-31 16:05:53'),
(278846, 2338, '0562-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:53', '2023-10-31 16:05:53'),
(278847, 2338, '0562-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:53', '2023-10-31 16:05:53'),
(278848, 2338, '0562-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:53', '2023-10-31 16:05:53'),
(278849, 2338, '0562-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:53', '2023-10-31 16:05:53'),
(278850, 2338, '0562-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:53', '2023-10-31 16:05:53'),
(278851, 2338, '0562-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:53', '2023-10-31 16:05:53'),
(278852, 2338, '0562-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:53', '2023-10-31 16:05:53'),
(278853, 2338, '0562-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:53', '2023-10-31 16:05:53'),
(278854, 2338, '0562-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:53', '2023-10-31 16:05:53'),
(278855, 2338, '0562-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:53', '2023-10-31 16:05:53'),
(278856, 2338, '0562-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:53', '2023-10-31 16:05:53'),
(278857, 2338, '0562-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:53', '2023-10-31 16:05:53'),
(278858, 2338, '0563-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:53', '2023-10-31 16:05:53'),
(278859, 2338, '0563-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:53', '2023-10-31 16:05:53'),
(278860, 2338, '0563-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:53', '2023-10-31 16:05:53'),
(278861, 2338, '0563-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:53', '2023-10-31 16:05:53'),
(278862, 2338, '0563-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:53', '2023-10-31 16:05:53'),
(278863, 2338, '0563-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:53', '2023-10-31 16:05:53'),
(278864, 2338, '0563-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:53', '2023-10-31 16:05:53'),
(278865, 2338, '0563-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:53', '2023-10-31 16:05:53'),
(278866, 2338, '0563-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:53', '2023-10-31 16:05:53'),
(278867, 2338, '0563-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:53', '2023-10-31 16:05:53'),
(278868, 2338, '0563-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:53', '2023-10-31 16:05:53'),
(278869, 2338, '0563-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:53', '2023-10-31 16:05:53'),
(278870, 2338, '0564-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:53', '2023-10-31 16:05:53'),
(278871, 2338, '0564-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:53', '2023-10-31 16:05:53'),
(278872, 2338, '0564-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:53', '2023-10-31 16:05:53'),
(278873, 2338, '0564-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:53', '2023-10-31 16:05:53'),
(278874, 2338, '0564-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:53', '2023-10-31 16:05:53'),
(278875, 2338, '0564-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:53', '2023-10-31 16:05:53'),
(278876, 2338, '0564-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:53', '2023-10-31 16:05:53'),
(278877, 2338, '0564-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:53', '2023-10-31 16:05:53'),
(278878, 2338, '0564-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:53', '2023-10-31 16:05:53'),
(278879, 2338, '0564-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:53', '2023-10-31 16:05:53'),
(278880, 2338, '0564-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:53', '2023-10-31 16:05:53'),
(278881, 2338, '0564-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:53', '2023-10-31 16:05:53'),
(278882, 2338, '0565-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:53', '2023-10-31 16:05:53'),
(278883, 2338, '0565-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:53', '2023-10-31 16:05:53'),
(278884, 2338, '0565-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:53', '2023-10-31 16:05:53'),
(278885, 2338, '0565-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:53', '2023-10-31 16:05:53'),
(278886, 2338, '0565-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:53', '2023-10-31 16:05:53'),
(278887, 2338, '0565-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:53', '2023-10-31 16:05:53'),
(278888, 2338, '0565-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:53', '2023-10-31 16:05:53'),
(278889, 2338, '0565-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:53', '2023-10-31 16:05:53'),
(278890, 2338, '0565-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:53', '2023-10-31 16:05:53'),
(278891, 2338, '0565-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:53', '2023-10-31 16:05:53'),
(278892, 2338, '0565-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:53', '2023-10-31 16:05:53'),
(278893, 2338, '0565-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:53', '2023-10-31 16:05:53'),
(278894, 2338, '0566-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:53', '2023-10-31 16:05:53'),
(278895, 2338, '0566-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:53', '2023-10-31 16:05:53'),
(278896, 2338, '0566-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:54', '2023-10-31 16:05:54'),
(278897, 2338, '0566-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:54', '2023-10-31 16:05:54'),
(278898, 2338, '0566-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:54', '2023-10-31 16:05:54'),
(278899, 2338, '0566-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:54', '2023-10-31 16:05:54'),
(278900, 2338, '0566-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:54', '2023-10-31 16:05:54'),
(278901, 2338, '0566-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:54', '2023-10-31 16:05:54'),
(278902, 2338, '0566-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:54', '2023-10-31 16:05:54'),
(278903, 2338, '0566-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:54', '2023-10-31 16:05:54'),
(278904, 2338, '0566-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:54', '2023-10-31 16:05:54'),
(278905, 2338, '0566-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:54', '2023-10-31 16:05:54'),
(278906, 2338, '0567-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:54', '2023-10-31 16:05:54'),
(278907, 2338, '0567-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:54', '2023-10-31 16:05:54'),
(278908, 2338, '0567-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:54', '2023-10-31 16:05:54'),
(278909, 2338, '0567-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:54', '2023-10-31 16:05:54'),
(278910, 2338, '0567-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:54', '2023-10-31 16:05:54'),
(278911, 2338, '0567-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:54', '2023-10-31 16:05:54'),
(278912, 2338, '0567-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:54', '2023-10-31 16:05:54'),
(278913, 2338, '0567-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:54', '2023-10-31 16:05:54'),
(278914, 2338, '0567-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:54', '2023-10-31 16:05:54'),
(278915, 2338, '0567-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:54', '2023-10-31 16:05:54'),
(278916, 2338, '0567-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:54', '2023-10-31 16:05:54'),
(278917, 2338, '0567-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:54', '2023-10-31 16:05:54'),
(278918, 2338, '0568-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:54', '2023-10-31 16:05:54'),
(278919, 2338, '0568-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:54', '2023-10-31 16:05:54'),
(278920, 2338, '0568-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:54', '2023-10-31 16:05:54'),
(278921, 2338, '0568-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:54', '2023-10-31 16:05:54'),
(278922, 2338, '0568-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:54', '2023-10-31 16:05:54'),
(278923, 2338, '0568-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:54', '2023-10-31 16:05:54'),
(278924, 2338, '0568-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:54', '2023-10-31 16:05:54'),
(278925, 2338, '0568-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:54', '2023-10-31 16:05:54'),
(278926, 2338, '0568-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:54', '2023-10-31 16:05:54'),
(278927, 2338, '0568-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:54', '2023-10-31 16:05:54'),
(278928, 2338, '0568-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:54', '2023-10-31 16:05:54'),
(278929, 2338, '0568-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:54', '2023-10-31 16:05:54'),
(278930, 2338, '0569-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:54', '2023-10-31 16:05:54'),
(278931, 2338, '0569-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:54', '2023-10-31 16:05:54'),
(278932, 2338, '0569-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:54', '2023-10-31 16:05:54'),
(278933, 2338, '0569-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:54', '2023-10-31 16:05:54'),
(278934, 2338, '0569-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:54', '2023-10-31 16:05:54'),
(278935, 2338, '0569-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:54', '2023-10-31 16:05:54'),
(278936, 2338, '0569-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:54', '2023-10-31 16:05:54'),
(278937, 2338, '0569-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:54', '2023-10-31 16:05:54'),
(278938, 2338, '0569-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:54', '2023-10-31 16:05:54'),
(278939, 2338, '0569-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:54', '2023-10-31 16:05:54'),
(278940, 2338, '0569-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:54', '2023-10-31 16:05:54'),
(278941, 2338, '0569-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:54', '2023-10-31 16:05:54'),
(278942, 2338, '0570-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:54', '2023-10-31 16:05:54'),
(278943, 2338, '0570-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:54', '2023-10-31 16:05:54'),
(278944, 2338, '0570-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:54', '2023-10-31 16:05:54'),
(278945, 2338, '0570-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:54', '2023-10-31 16:05:54'),
(278946, 2338, '0570-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:54', '2023-10-31 16:05:54'),
(278947, 2338, '0570-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:54', '2023-10-31 16:05:54'),
(278948, 2338, '0570-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:54', '2023-10-31 16:05:54'),
(278949, 2338, '0570-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:54', '2023-10-31 16:05:54'),
(278950, 2338, '0570-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:54', '2023-10-31 16:05:54'),
(278951, 2338, '0570-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:54', '2023-10-31 16:05:54'),
(278952, 2338, '0570-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:54', '2023-10-31 16:05:54'),
(278953, 2338, '0570-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:54', '2023-10-31 16:05:54'),
(278954, 2338, '0571-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:54', '2023-10-31 16:05:54'),
(278955, 2338, '0571-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:54', '2023-10-31 16:05:54'),
(278956, 2338, '0571-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:54', '2023-10-31 16:05:54'),
(278957, 2338, '0571-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:54', '2023-10-31 16:05:54'),
(278958, 2338, '0571-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:54', '2023-10-31 16:05:54'),
(278959, 2338, '0571-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:54', '2023-10-31 16:05:54'),
(278960, 2338, '0571-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:54', '2023-10-31 16:05:54'),
(278961, 2338, '0571-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:54', '2023-10-31 16:05:54'),
(278962, 2338, '0571-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:54', '2023-10-31 16:05:54'),
(278963, 2338, '0571-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:54', '2023-10-31 16:05:54'),
(278964, 2338, '0571-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:54', '2023-10-31 16:05:54'),
(278965, 2338, '0571-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:54', '2023-10-31 16:05:54'),
(278966, 2338, '0572-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:54', '2023-10-31 16:05:54'),
(278967, 2338, '0572-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:54', '2023-10-31 16:05:54'),
(278968, 2338, '0572-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:54', '2023-10-31 16:05:54'),
(278969, 2338, '0572-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:54', '2023-10-31 16:05:54'),
(278970, 2338, '0572-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:54', '2023-10-31 16:05:54'),
(278971, 2338, '0572-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:54', '2023-10-31 16:05:54'),
(278972, 2338, '0572-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:54', '2023-10-31 16:05:54'),
(278973, 2338, '0572-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:54', '2023-10-31 16:05:54'),
(278974, 2338, '0572-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:54', '2023-10-31 16:05:54'),
(278975, 2338, '0572-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:54', '2023-10-31 16:05:54'),
(278976, 2338, '0572-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:54', '2023-10-31 16:05:54'),
(278977, 2338, '0572-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:54', '2023-10-31 16:05:54'),
(278978, 2338, '0573-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:54', '2023-10-31 16:05:54'),
(278979, 2338, '0573-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:54', '2023-10-31 16:05:54'),
(278980, 2338, '0573-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:54', '2023-10-31 16:05:54'),
(278981, 2338, '0573-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:54', '2023-10-31 16:05:54'),
(278982, 2338, '0573-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:54', '2023-10-31 16:05:54'),
(278983, 2338, '0573-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:54', '2023-10-31 16:05:54'),
(278984, 2338, '0573-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:54', '2023-10-31 16:05:54'),
(278985, 2338, '0573-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:54', '2023-10-31 16:05:54'),
(278986, 2338, '0573-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:54', '2023-10-31 16:05:54'),
(278987, 2338, '0573-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:54', '2023-10-31 16:05:54'),
(278988, 2338, '0573-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:54', '2023-10-31 16:05:54'),
(278989, 2338, '0573-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:54', '2023-10-31 16:05:54'),
(278990, 2338, '0574-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:54', '2023-10-31 16:05:54'),
(278991, 2338, '0574-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:54', '2023-10-31 16:05:54'),
(278992, 2338, '0574-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:54', '2023-10-31 16:05:54'),
(278993, 2338, '0574-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:54', '2023-10-31 16:05:54'),
(278994, 2338, '0574-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:54', '2023-10-31 16:05:54'),
(278995, 2338, '0574-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:54', '2023-10-31 16:05:54'),
(278996, 2338, '0574-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:54', '2023-10-31 16:05:54'),
(278997, 2338, '0574-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:54', '2023-10-31 16:05:54'),
(278998, 2338, '0574-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:54', '2023-10-31 16:05:54'),
(278999, 2338, '0574-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:54', '2023-10-31 16:05:54'),
(279000, 2338, '0574-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:54', '2023-10-31 16:05:54'),
(279001, 2338, '0574-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:54', '2023-10-31 16:05:54'),
(279002, 2338, '0575-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:54', '2023-10-31 16:05:54'),
(279003, 2338, '0575-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:54', '2023-10-31 16:05:54'),
(279004, 2338, '0575-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:54', '2023-10-31 16:05:54'),
(279005, 2338, '0575-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:54', '2023-10-31 16:05:54'),
(279006, 2338, '0575-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:54', '2023-10-31 16:05:54'),
(279007, 2338, '0575-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:54', '2023-10-31 16:05:54'),
(279008, 2338, '0575-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:54', '2023-10-31 16:05:54'),
(279009, 2338, '0575-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:54', '2023-10-31 16:05:54'),
(279010, 2338, '0575-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:54', '2023-10-31 16:05:54'),
(279011, 2338, '0575-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:54', '2023-10-31 16:05:54'),
(279012, 2338, '0575-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:54', '2023-10-31 16:05:54'),
(279013, 2338, '0575-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:54', '2023-10-31 16:05:54'),
(279014, 2338, '0576-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:54', '2023-10-31 16:05:54'),
(279015, 2338, '0576-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:54', '2023-10-31 16:05:54'),
(279016, 2338, '0576-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:54', '2023-10-31 16:05:54'),
(279017, 2338, '0576-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:54', '2023-10-31 16:05:54'),
(279018, 2338, '0576-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:54', '2023-10-31 16:05:54'),
(279019, 2338, '0576-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:54', '2023-10-31 16:05:54'),
(279020, 2338, '0576-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:54', '2023-10-31 16:05:54'),
(279021, 2338, '0576-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:54', '2023-10-31 16:05:54'),
(279022, 2338, '0576-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:54', '2023-10-31 16:05:54'),
(279023, 2338, '0576-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:54', '2023-10-31 16:05:54'),
(279024, 2338, '0576-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:54', '2023-10-31 16:05:54'),
(279025, 2338, '0576-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:54', '2023-10-31 16:05:54'),
(279026, 2338, '0577-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:54', '2023-10-31 16:05:54'),
(279027, 2338, '0577-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:54', '2023-10-31 16:05:54'),
(279028, 2338, '0577-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:54', '2023-10-31 16:05:54'),
(279029, 2338, '0577-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:54', '2023-10-31 16:05:54'),
(279030, 2338, '0577-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:54', '2023-10-31 16:05:54'),
(279031, 2338, '0577-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:54', '2023-10-31 16:05:54'),
(279032, 2338, '0577-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:54', '2023-10-31 16:05:54'),
(279033, 2338, '0577-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:54', '2023-10-31 16:05:54'),
(279034, 2338, '0577-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:54', '2023-10-31 16:05:54'),
(279035, 2338, '0577-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:54', '2023-10-31 16:05:54'),
(279036, 2338, '0577-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:54', '2023-10-31 16:05:54'),
(279037, 2338, '0577-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:54', '2023-10-31 16:05:54'),
(279038, 2338, '0578-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:54', '2023-10-31 16:05:54'),
(279039, 2338, '0578-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:54', '2023-10-31 16:05:54'),
(279040, 2338, '0578-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:54', '2023-10-31 16:05:54'),
(279041, 2338, '0578-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:54', '2023-10-31 16:05:54'),
(279042, 2338, '0578-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:54', '2023-10-31 16:05:54'),
(279043, 2338, '0578-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:54', '2023-10-31 16:05:54'),
(279044, 2338, '0578-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:54', '2023-10-31 16:05:54'),
(279045, 2338, '0578-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:54', '2023-10-31 16:05:54'),
(279046, 2338, '0578-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:54', '2023-10-31 16:05:54'),
(279047, 2338, '0578-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:54', '2023-10-31 16:05:54'),
(279048, 2338, '0578-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:54', '2023-10-31 16:05:54'),
(279049, 2338, '0578-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:54', '2023-10-31 16:05:54'),
(279050, 2338, '0579-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:54', '2023-10-31 16:05:54'),
(279051, 2338, '0579-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:54', '2023-10-31 16:05:54'),
(279052, 2338, '0579-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:54', '2023-10-31 16:05:54'),
(279053, 2338, '0579-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:54', '2023-10-31 16:05:54'),
(279054, 2338, '0579-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:54', '2023-10-31 16:05:54'),
(279055, 2338, '0579-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:54', '2023-10-31 16:05:54'),
(279056, 2338, '0579-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:54', '2023-10-31 16:05:54'),
(279057, 2338, '0579-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:54', '2023-10-31 16:05:54'),
(279058, 2338, '0579-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:54', '2023-10-31 16:05:54'),
(279059, 2338, '0579-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:54', '2023-10-31 16:05:54'),
(279060, 2338, '0579-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:54', '2023-10-31 16:05:54'),
(279061, 2338, '0579-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:54', '2023-10-31 16:05:54'),
(279062, 2338, '0580-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:54', '2023-10-31 16:05:54'),
(279063, 2338, '0580-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:54', '2023-10-31 16:05:54'),
(279064, 2338, '0580-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:54', '2023-10-31 16:05:54'),
(279065, 2338, '0580-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:54', '2023-10-31 16:05:54'),
(279066, 2338, '0580-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:54', '2023-10-31 16:05:54'),
(279067, 2338, '0580-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:54', '2023-10-31 16:05:54'),
(279068, 2338, '0580-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:54', '2023-10-31 16:05:54'),
(279069, 2338, '0580-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:54', '2023-10-31 16:05:54'),
(279070, 2338, '0580-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:54', '2023-10-31 16:05:54'),
(279071, 2338, '0580-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:54', '2023-10-31 16:05:54'),
(279072, 2338, '0580-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:54', '2023-10-31 16:05:54'),
(279073, 2338, '0580-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:54', '2023-10-31 16:05:54'),
(279074, 2338, '0581-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:54', '2023-10-31 16:05:54'),
(279075, 2338, '0581-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:54', '2023-10-31 16:05:54'),
(279076, 2338, '0581-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:54', '2023-10-31 16:05:54'),
(279077, 2338, '0581-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:54', '2023-10-31 16:05:54'),
(279078, 2338, '0581-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:54', '2023-10-31 16:05:54'),
(279079, 2338, '0581-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:54', '2023-10-31 16:05:54'),
(279080, 2338, '0581-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:54', '2023-10-31 16:05:54'),
(279081, 2338, '0581-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:54', '2023-10-31 16:05:54'),
(279082, 2338, '0581-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:54', '2023-10-31 16:05:54'),
(279083, 2338, '0581-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:54', '2023-10-31 16:05:54'),
(279084, 2338, '0581-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:54', '2023-10-31 16:05:54'),
(279085, 2338, '0581-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:54', '2023-10-31 16:05:54'),
(279086, 2338, '0582-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:54', '2023-10-31 16:05:54'),
(279087, 2338, '0582-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:54', '2023-10-31 16:05:54'),
(279088, 2338, '0582-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:54', '2023-10-31 16:05:54'),
(279089, 2338, '0582-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:54', '2023-10-31 16:05:54'),
(279090, 2338, '0582-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:54', '2023-10-31 16:05:54'),
(279091, 2338, '0582-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:54', '2023-10-31 16:05:54'),
(279092, 2338, '0582-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:55', '2023-10-31 16:05:55'),
(279093, 2338, '0582-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:55', '2023-10-31 16:05:55'),
(279094, 2338, '0582-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:55', '2023-10-31 16:05:55'),
(279095, 2338, '0582-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:55', '2023-10-31 16:05:55'),
(279096, 2338, '0582-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:55', '2023-10-31 16:05:55'),
(279097, 2338, '0582-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:55', '2023-10-31 16:05:55'),
(279098, 2338, '0583-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:55', '2023-10-31 16:05:55'),
(279099, 2338, '0583-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:55', '2023-10-31 16:05:55'),
(279100, 2338, '0583-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:55', '2023-10-31 16:05:55'),
(279101, 2338, '0583-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:55', '2023-10-31 16:05:55'),
(279102, 2338, '0583-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:55', '2023-10-31 16:05:55'),
(279103, 2338, '0583-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:55', '2023-10-31 16:05:55'),
(279104, 2338, '0583-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:55', '2023-10-31 16:05:55'),
(279105, 2338, '0583-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:55', '2023-10-31 16:05:55'),
(279106, 2338, '0583-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:55', '2023-10-31 16:05:55'),
(279107, 2338, '0583-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:55', '2023-10-31 16:05:55'),
(279108, 2338, '0583-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:55', '2023-10-31 16:05:55'),
(279109, 2338, '0583-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:55', '2023-10-31 16:05:55'),
(279110, 2338, '0584-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:55', '2023-10-31 16:05:55'),
(279111, 2338, '0584-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:55', '2023-10-31 16:05:55'),
(279112, 2338, '0584-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:55', '2023-10-31 16:05:55'),
(279113, 2338, '0584-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:55', '2023-10-31 16:05:55'),
(279114, 2338, '0584-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:55', '2023-10-31 16:05:55'),
(279115, 2338, '0584-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:55', '2023-10-31 16:05:55'),
(279116, 2338, '0584-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:55', '2023-10-31 16:05:55'),
(279117, 2338, '0584-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:55', '2023-10-31 16:05:55'),
(279118, 2338, '0584-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:55', '2023-10-31 16:05:55'),
(279119, 2338, '0584-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:55', '2023-10-31 16:05:55'),
(279120, 2338, '0584-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:55', '2023-10-31 16:05:55'),
(279121, 2338, '0584-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:55', '2023-10-31 16:05:55'),
(279122, 2338, '0585-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:55', '2023-10-31 16:05:55'),
(279123, 2338, '0585-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:55', '2023-10-31 16:05:55'),
(279124, 2338, '0585-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:55', '2023-10-31 16:05:55'),
(279125, 2338, '0585-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:55', '2023-10-31 16:05:55'),
(279126, 2338, '0585-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:55', '2023-10-31 16:05:55'),
(279127, 2338, '0585-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:55', '2023-10-31 16:05:55'),
(279128, 2338, '0585-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:55', '2023-10-31 16:05:55'),
(279129, 2338, '0585-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:55', '2023-10-31 16:05:55'),
(279130, 2338, '0585-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:55', '2023-10-31 16:05:55'),
(279131, 2338, '0585-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:55', '2023-10-31 16:05:55'),
(279132, 2338, '0585-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:55', '2023-10-31 16:05:55'),
(279133, 2338, '0585-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:55', '2023-10-31 16:05:55'),
(279134, 2338, '0586-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:55', '2023-10-31 16:05:55'),
(279135, 2338, '0586-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:55', '2023-10-31 16:05:55'),
(279136, 2338, '0586-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:55', '2023-10-31 16:05:55'),
(279137, 2338, '0586-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:55', '2023-10-31 16:05:55'),
(279138, 2338, '0586-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:55', '2023-10-31 16:05:55'),
(279139, 2338, '0586-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:55', '2023-10-31 16:05:55'),
(279140, 2338, '0586-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:55', '2023-10-31 16:05:55'),
(279141, 2338, '0586-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:55', '2023-10-31 16:05:55'),
(279142, 2338, '0586-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:55', '2023-10-31 16:05:55'),
(279143, 2338, '0586-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:55', '2023-10-31 16:05:55'),
(279144, 2338, '0586-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:55', '2023-10-31 16:05:55'),
(279145, 2338, '0586-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:55', '2023-10-31 16:05:55'),
(279146, 2338, '0587-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:55', '2023-10-31 16:05:55'),
(279147, 2338, '0587-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:55', '2023-10-31 16:05:55'),
(279148, 2338, '0587-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:55', '2023-10-31 16:05:55'),
(279149, 2338, '0587-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:55', '2023-10-31 16:05:55'),
(279150, 2338, '0587-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:55', '2023-10-31 16:05:55'),
(279151, 2338, '0587-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:55', '2023-10-31 16:05:55'),
(279152, 2338, '0587-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:55', '2023-10-31 16:05:55'),
(279153, 2338, '0587-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:55', '2023-10-31 16:05:55'),
(279154, 2338, '0587-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:55', '2023-10-31 16:05:55'),
(279155, 2338, '0587-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:55', '2023-10-31 16:05:55'),
(279156, 2338, '0587-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:55', '2023-10-31 16:05:55'),
(279157, 2338, '0587-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:55', '2023-10-31 16:05:55'),
(279158, 2338, '0588-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:55', '2023-10-31 16:05:55'),
(279159, 2338, '0588-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:55', '2023-10-31 16:05:55'),
(279160, 2338, '0588-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:55', '2023-10-31 16:05:55'),
(279161, 2338, '0588-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:55', '2023-10-31 16:05:55'),
(279162, 2338, '0588-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:55', '2023-10-31 16:05:55'),
(279163, 2338, '0588-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:55', '2023-10-31 16:05:55'),
(279164, 2338, '0588-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:55', '2023-10-31 16:05:55'),
(279165, 2338, '0588-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:55', '2023-10-31 16:05:55'),
(279166, 2338, '0588-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:55', '2023-10-31 16:05:55'),
(279167, 2338, '0588-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:55', '2023-10-31 16:05:55'),
(279168, 2338, '0588-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:55', '2023-10-31 16:05:55'),
(279169, 2338, '0588-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:55', '2023-10-31 16:05:55'),
(279170, 2338, '0589-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:55', '2023-10-31 16:05:55'),
(279171, 2338, '0589-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:55', '2023-10-31 16:05:55'),
(279172, 2338, '0589-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:55', '2023-10-31 16:05:55'),
(279173, 2338, '0589-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:55', '2023-10-31 16:05:55'),
(279174, 2338, '0589-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:55', '2023-10-31 16:05:55'),
(279175, 2338, '0589-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:55', '2023-10-31 16:05:55'),
(279176, 2338, '0589-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:55', '2023-10-31 16:05:55'),
(279177, 2338, '0589-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:55', '2023-10-31 16:05:55'),
(279178, 2338, '0589-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:55', '2023-10-31 16:05:55'),
(279179, 2338, '0589-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:55', '2023-10-31 16:05:55'),
(279180, 2338, '0589-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:55', '2023-10-31 16:05:55'),
(279181, 2338, '0589-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:55', '2023-10-31 16:05:55'),
(279182, 2338, '0590-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:55', '2023-10-31 16:05:55'),
(279183, 2338, '0590-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:55', '2023-10-31 16:05:55'),
(279184, 2338, '0590-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:55', '2023-10-31 16:05:55'),
(279185, 2338, '0590-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:55', '2023-10-31 16:05:55'),
(279186, 2338, '0590-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:55', '2023-10-31 16:05:55'),
(279187, 2338, '0590-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:55', '2023-10-31 16:05:55'),
(279188, 2338, '0590-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:55', '2023-10-31 16:05:55'),
(279189, 2338, '0590-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:55', '2023-10-31 16:05:55'),
(279190, 2338, '0590-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:55', '2023-10-31 16:05:55'),
(279191, 2338, '0590-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:55', '2023-10-31 16:05:55'),
(279192, 2338, '0590-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:55', '2023-10-31 16:05:55');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(279193, 2338, '0590-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:55', '2023-10-31 16:05:55'),
(279194, 2338, '0591-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:55', '2023-10-31 16:05:55'),
(279195, 2338, '0591-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:55', '2023-10-31 16:05:55'),
(279196, 2338, '0591-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:55', '2023-10-31 16:05:55'),
(279197, 2338, '0591-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:55', '2023-10-31 16:05:55'),
(279198, 2338, '0591-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:55', '2023-10-31 16:05:55'),
(279199, 2338, '0591-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:55', '2023-10-31 16:05:55'),
(279200, 2338, '0591-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:55', '2023-10-31 16:05:55'),
(279201, 2338, '0591-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:55', '2023-10-31 16:05:55'),
(279202, 2338, '0591-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:55', '2023-10-31 16:05:55'),
(279203, 2338, '0591-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:55', '2023-10-31 16:05:55'),
(279204, 2338, '0591-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:55', '2023-10-31 16:05:55'),
(279205, 2338, '0591-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:55', '2023-10-31 16:05:55'),
(279206, 2338, '0592-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:55', '2023-10-31 16:05:55'),
(279207, 2338, '0592-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:55', '2023-10-31 16:05:55'),
(279208, 2338, '0592-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:55', '2023-10-31 16:05:55'),
(279209, 2338, '0592-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:55', '2023-10-31 16:05:55'),
(279210, 2338, '0592-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:55', '2023-10-31 16:05:55'),
(279211, 2338, '0592-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:55', '2023-10-31 16:05:55'),
(279212, 2338, '0592-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:55', '2023-10-31 16:05:55'),
(279213, 2338, '0592-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:55', '2023-10-31 16:05:55'),
(279214, 2338, '0592-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:55', '2023-10-31 16:05:55'),
(279215, 2338, '0592-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:55', '2023-10-31 16:05:55'),
(279216, 2338, '0592-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:55', '2023-10-31 16:05:55'),
(279217, 2338, '0592-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:55', '2023-10-31 16:05:55'),
(279218, 2338, '0593-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:55', '2023-10-31 16:05:55'),
(279219, 2338, '0593-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:55', '2023-10-31 16:05:55'),
(279220, 2338, '0593-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:55', '2023-10-31 16:05:55'),
(279221, 2338, '0593-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:55', '2023-10-31 16:05:55'),
(279222, 2338, '0593-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:55', '2023-10-31 16:05:55'),
(279223, 2338, '0593-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:55', '2023-10-31 16:05:55'),
(279224, 2338, '0593-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:55', '2023-10-31 16:05:55'),
(279225, 2338, '0593-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:55', '2023-10-31 16:05:55'),
(279226, 2338, '0593-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:55', '2023-10-31 16:05:55'),
(279227, 2338, '0593-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:55', '2023-10-31 16:05:55'),
(279228, 2338, '0593-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:55', '2023-10-31 16:05:55'),
(279229, 2338, '0593-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:55', '2023-10-31 16:05:55'),
(279230, 2338, '0594-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:55', '2023-10-31 16:05:55'),
(279231, 2338, '0594-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:55', '2023-10-31 16:05:55'),
(279232, 2338, '0594-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:55', '2023-10-31 16:05:55'),
(279233, 2338, '0594-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:55', '2023-10-31 16:05:55'),
(279234, 2338, '0594-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:55', '2023-10-31 16:05:55'),
(279235, 2338, '0594-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:55', '2023-10-31 16:05:55'),
(279236, 2338, '0594-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:55', '2023-10-31 16:05:55'),
(279237, 2338, '0594-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:55', '2023-10-31 16:05:55'),
(279238, 2338, '0594-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:55', '2023-10-31 16:05:55'),
(279239, 2338, '0594-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:55', '2023-10-31 16:05:55'),
(279240, 2338, '0594-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:55', '2023-10-31 16:05:55'),
(279241, 2338, '0594-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:55', '2023-10-31 16:05:55'),
(279242, 2338, '0595-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:55', '2023-10-31 16:05:55'),
(279243, 2338, '0595-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:55', '2023-10-31 16:05:55'),
(279244, 2338, '0595-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:55', '2023-10-31 16:05:55'),
(279245, 2338, '0595-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:55', '2023-10-31 16:05:55'),
(279246, 2338, '0595-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:55', '2023-10-31 16:05:55'),
(279247, 2338, '0595-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:55', '2023-10-31 16:05:55'),
(279248, 2338, '0595-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:55', '2023-10-31 16:05:55'),
(279249, 2338, '0595-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:55', '2023-10-31 16:05:55'),
(279250, 2338, '0595-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:55', '2023-10-31 16:05:55'),
(279251, 2338, '0595-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:55', '2023-10-31 16:05:55'),
(279252, 2338, '0595-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:55', '2023-10-31 16:05:55'),
(279253, 2338, '0595-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:55', '2023-10-31 16:05:55'),
(279254, 2338, '0596-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:55', '2023-10-31 16:05:55'),
(279255, 2338, '0596-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:55', '2023-10-31 16:05:55'),
(279256, 2338, '0596-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:55', '2023-10-31 16:05:55'),
(279257, 2338, '0596-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:55', '2023-10-31 16:05:55'),
(279258, 2338, '0596-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:55', '2023-10-31 16:05:55'),
(279259, 2338, '0596-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:55', '2023-10-31 16:05:55'),
(279260, 2338, '0596-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:55', '2023-10-31 16:05:55'),
(279261, 2338, '0596-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:55', '2023-10-31 16:05:55'),
(279262, 2338, '0596-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:55', '2023-10-31 16:05:55'),
(279263, 2338, '0596-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:55', '2023-10-31 16:05:55'),
(279264, 2338, '0596-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:55', '2023-10-31 16:05:55'),
(279265, 2338, '0596-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:55', '2023-10-31 16:05:55'),
(279266, 2338, '0597-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:55', '2023-10-31 16:05:55'),
(279267, 2338, '0597-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:55', '2023-10-31 16:05:55'),
(279268, 2338, '0597-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:55', '2023-10-31 16:05:55'),
(279269, 2338, '0597-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:55', '2023-10-31 16:05:55'),
(279270, 2338, '0597-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:55', '2023-10-31 16:05:55'),
(279271, 2338, '0597-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:55', '2023-10-31 16:05:55'),
(279272, 2338, '0597-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:55', '2023-10-31 16:05:55'),
(279273, 2338, '0597-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:55', '2023-10-31 16:05:55'),
(279274, 2338, '0597-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:55', '2023-10-31 16:05:55'),
(279275, 2338, '0597-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:55', '2023-10-31 16:05:55'),
(279276, 2338, '0597-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:55', '2023-10-31 16:05:55'),
(279277, 2338, '0597-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:55', '2023-10-31 16:05:55'),
(279278, 2338, '0598-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:55', '2023-10-31 16:05:55'),
(279279, 2338, '0598-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:55', '2023-10-31 16:05:55'),
(279280, 2338, '0598-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:55', '2023-10-31 16:05:55'),
(279281, 2338, '0598-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:55', '2023-10-31 16:05:55'),
(279282, 2338, '0598-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:55', '2023-10-31 16:05:55'),
(279283, 2338, '0598-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:55', '2023-10-31 16:05:55'),
(279284, 2338, '0598-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:55', '2023-10-31 16:05:55'),
(279285, 2338, '0598-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:55', '2023-10-31 16:05:55'),
(279286, 2338, '0598-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:55', '2023-10-31 16:05:55'),
(279287, 2338, '0598-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:55', '2023-10-31 16:05:55'),
(279288, 2338, '0598-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:55', '2023-10-31 16:05:55'),
(279289, 2338, '0598-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:55', '2023-10-31 16:05:55'),
(279290, 2338, '0599-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:55', '2023-10-31 16:05:55'),
(279291, 2338, '0599-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:55', '2023-10-31 16:05:55'),
(279292, 2338, '0599-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:55', '2023-10-31 16:05:55'),
(279293, 2338, '0599-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:55', '2023-10-31 16:05:55'),
(279294, 2338, '0599-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:55', '2023-10-31 16:05:55'),
(279295, 2338, '0599-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:55', '2023-10-31 16:05:55'),
(279296, 2338, '0599-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:55', '2023-10-31 16:05:55'),
(279297, 2338, '0599-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:55', '2023-10-31 16:05:55'),
(279298, 2338, '0599-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:55', '2023-10-31 16:05:55'),
(279299, 2338, '0599-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:55', '2023-10-31 16:05:55'),
(279300, 2338, '0599-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:55', '2023-10-31 16:05:55'),
(279301, 2338, '0599-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:55', '2023-10-31 16:05:55'),
(279302, 2338, '0600-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:55', '2023-10-31 16:05:55'),
(279303, 2338, '0600-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:55', '2023-10-31 16:05:55'),
(279304, 2338, '0600-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:56', '2023-10-31 16:05:56'),
(279305, 2338, '0600-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:56', '2023-10-31 16:05:56'),
(279306, 2338, '0600-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:56', '2023-10-31 16:05:56'),
(279307, 2338, '0600-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:56', '2023-10-31 16:05:56'),
(279308, 2338, '0600-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:56', '2023-10-31 16:05:56'),
(279309, 2338, '0600-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:56', '2023-10-31 16:05:56'),
(279310, 2338, '0600-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:56', '2023-10-31 16:05:56'),
(279311, 2338, '0600-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:56', '2023-10-31 16:05:56'),
(279312, 2338, '0600-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:56', '2023-10-31 16:05:56'),
(279313, 2338, '0600-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:56', '2023-10-31 16:05:56'),
(279314, 2338, '0601-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:56', '2023-10-31 16:05:56'),
(279315, 2338, '0601-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:56', '2023-10-31 16:05:56'),
(279316, 2338, '0601-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:56', '2023-10-31 16:05:56'),
(279317, 2338, '0601-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:56', '2023-10-31 16:05:56'),
(279318, 2338, '0601-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:56', '2023-10-31 16:05:56'),
(279319, 2338, '0601-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:56', '2023-10-31 16:05:56'),
(279320, 2338, '0601-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:56', '2023-10-31 16:05:56'),
(279321, 2338, '0601-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:56', '2023-10-31 16:05:56'),
(279322, 2338, '0601-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:56', '2023-10-31 16:05:56'),
(279323, 2338, '0601-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:56', '2023-10-31 16:05:56'),
(279324, 2338, '0601-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:56', '2023-10-31 16:05:56'),
(279325, 2338, '0601-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:56', '2023-10-31 16:05:56'),
(279326, 2338, '0602-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:56', '2023-10-31 16:05:56'),
(279327, 2338, '0602-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:56', '2023-10-31 16:05:56'),
(279328, 2338, '0602-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:56', '2023-10-31 16:05:56'),
(279329, 2338, '0602-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:56', '2023-10-31 16:05:56'),
(279330, 2338, '0602-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:56', '2023-10-31 16:05:56'),
(279331, 2338, '0602-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:56', '2023-10-31 16:05:56'),
(279332, 2338, '0602-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:56', '2023-10-31 16:05:56'),
(279333, 2338, '0602-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:56', '2023-10-31 16:05:56'),
(279334, 2338, '0602-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:56', '2023-10-31 16:05:56'),
(279335, 2338, '0602-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:56', '2023-10-31 16:05:56'),
(279336, 2338, '0602-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:56', '2023-10-31 16:05:56'),
(279337, 2338, '0602-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:56', '2023-10-31 16:05:56'),
(279338, 2338, '0603-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:56', '2023-10-31 16:05:56'),
(279339, 2338, '0603-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:56', '2023-10-31 16:05:56'),
(279340, 2338, '0603-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:56', '2023-10-31 16:05:56'),
(279341, 2338, '0603-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:56', '2023-10-31 16:05:56'),
(279342, 2338, '0603-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:56', '2023-10-31 16:05:56'),
(279343, 2338, '0603-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:56', '2023-10-31 16:05:56'),
(279344, 2338, '0603-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:56', '2023-10-31 16:05:56'),
(279345, 2338, '0603-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:56', '2023-10-31 16:05:56'),
(279346, 2338, '0603-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:56', '2023-10-31 16:05:56'),
(279347, 2338, '0603-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:56', '2023-10-31 16:05:56'),
(279348, 2338, '0603-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:56', '2023-10-31 16:05:56'),
(279349, 2338, '0603-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:56', '2023-10-31 16:05:56'),
(279350, 2338, '0604-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:56', '2023-10-31 16:05:56'),
(279351, 2338, '0604-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:56', '2023-10-31 16:05:56'),
(279352, 2338, '0604-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:56', '2023-10-31 16:05:56'),
(279353, 2338, '0604-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:56', '2023-10-31 16:05:56'),
(279354, 2338, '0604-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:56', '2023-10-31 16:05:56'),
(279355, 2338, '0604-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:56', '2023-10-31 16:05:56'),
(279356, 2338, '0604-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:56', '2023-10-31 16:05:56'),
(279357, 2338, '0604-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:56', '2023-10-31 16:05:56'),
(279358, 2338, '0604-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:56', '2023-10-31 16:05:56'),
(279359, 2338, '0604-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:56', '2023-10-31 16:05:56'),
(279360, 2338, '0604-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:56', '2023-10-31 16:05:56'),
(279361, 2338, '0604-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:56', '2023-10-31 16:05:56'),
(279362, 2338, '0605-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:56', '2023-10-31 16:05:56'),
(279363, 2338, '0605-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:56', '2023-10-31 16:05:56'),
(279364, 2338, '0605-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:56', '2023-10-31 16:05:56'),
(279365, 2338, '0605-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:56', '2023-10-31 16:05:56'),
(279366, 2338, '0605-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:56', '2023-10-31 16:05:56'),
(279367, 2338, '0605-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:56', '2023-10-31 16:05:56'),
(279368, 2338, '0605-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:56', '2023-10-31 16:05:56'),
(279369, 2338, '0605-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:56', '2023-10-31 16:05:56'),
(279370, 2338, '0605-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:56', '2023-10-31 16:05:56'),
(279371, 2338, '0605-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:56', '2023-10-31 16:05:56'),
(279372, 2338, '0605-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:56', '2023-10-31 16:05:56'),
(279373, 2338, '0605-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:56', '2023-10-31 16:05:56'),
(279374, 2338, '0606-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:56', '2023-10-31 16:05:56'),
(279375, 2338, '0606-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:56', '2023-10-31 16:05:56'),
(279376, 2338, '0606-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:56', '2023-10-31 16:05:56'),
(279377, 2338, '0606-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:56', '2023-10-31 16:05:56'),
(279378, 2338, '0606-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:56', '2023-10-31 16:05:56'),
(279379, 2338, '0606-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:56', '2023-10-31 16:05:56'),
(279380, 2338, '0606-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:56', '2023-10-31 16:05:56'),
(279381, 2338, '0606-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:56', '2023-10-31 16:05:56'),
(279382, 2338, '0606-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:56', '2023-10-31 16:05:56'),
(279383, 2338, '0606-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:56', '2023-10-31 16:05:56'),
(279384, 2338, '0606-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:56', '2023-10-31 16:05:56'),
(279385, 2338, '0606-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:56', '2023-10-31 16:05:56'),
(279386, 2338, '0607-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:56', '2023-10-31 16:05:56'),
(279387, 2338, '0607-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:56', '2023-10-31 16:05:56'),
(279388, 2338, '0607-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:56', '2023-10-31 16:05:56'),
(279389, 2338, '0607-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:56', '2023-10-31 16:05:56'),
(279390, 2338, '0607-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:56', '2023-10-31 16:05:56'),
(279391, 2338, '0607-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:56', '2023-10-31 16:05:56'),
(279392, 2338, '0607-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:56', '2023-10-31 16:05:56'),
(279393, 2338, '0607-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:56', '2023-10-31 16:05:56'),
(279394, 2338, '0607-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:56', '2023-10-31 16:05:56'),
(279395, 2338, '0607-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:56', '2023-10-31 16:05:56'),
(279396, 2338, '0607-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:56', '2023-10-31 16:05:56'),
(279397, 2338, '0607-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:56', '2023-10-31 16:05:56'),
(279398, 2338, '0608-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:56', '2023-10-31 16:05:56'),
(279399, 2338, '0608-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:56', '2023-10-31 16:05:56'),
(279400, 2338, '0608-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:56', '2023-10-31 16:05:56'),
(279401, 2338, '0608-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:56', '2023-10-31 16:05:56'),
(279402, 2338, '0608-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:56', '2023-10-31 16:05:56'),
(279403, 2338, '0608-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:56', '2023-10-31 16:05:56'),
(279404, 2338, '0608-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:56', '2023-10-31 16:05:56'),
(279405, 2338, '0608-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:56', '2023-10-31 16:05:56'),
(279406, 2338, '0608-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:56', '2023-10-31 16:05:56'),
(279407, 2338, '0608-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:56', '2023-10-31 16:05:56'),
(279408, 2338, '0608-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:56', '2023-10-31 16:05:56'),
(279409, 2338, '0608-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:56', '2023-10-31 16:05:56'),
(279410, 2338, '0609-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:56', '2023-10-31 16:05:56'),
(279411, 2338, '0609-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:56', '2023-10-31 16:05:56'),
(279412, 2338, '0609-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:56', '2023-10-31 16:05:56'),
(279413, 2338, '0609-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:56', '2023-10-31 16:05:56'),
(279414, 2338, '0609-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:56', '2023-10-31 16:05:56'),
(279415, 2338, '0609-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:56', '2023-10-31 16:05:56'),
(279416, 2338, '0609-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:56', '2023-10-31 16:05:56'),
(279417, 2338, '0609-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:56', '2023-10-31 16:05:56'),
(279418, 2338, '0609-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:56', '2023-10-31 16:05:56'),
(279419, 2338, '0609-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:56', '2023-10-31 16:05:56'),
(279420, 2338, '0609-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:56', '2023-10-31 16:05:56'),
(279421, 2338, '0609-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:56', '2023-10-31 16:05:56'),
(279422, 2338, '0610-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:56', '2023-10-31 16:05:56'),
(279423, 2338, '0610-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:56', '2023-10-31 16:05:56'),
(279424, 2338, '0610-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:56', '2023-10-31 16:05:56'),
(279425, 2338, '0610-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:56', '2023-10-31 16:05:56'),
(279426, 2338, '0610-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:56', '2023-10-31 16:05:56'),
(279427, 2338, '0610-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:56', '2023-10-31 16:05:56'),
(279428, 2338, '0610-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:56', '2023-10-31 16:05:56'),
(279429, 2338, '0610-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:56', '2023-10-31 16:05:56'),
(279430, 2338, '0610-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:56', '2023-10-31 16:05:56'),
(279431, 2338, '0610-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:56', '2023-10-31 16:05:56'),
(279432, 2338, '0610-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:56', '2023-10-31 16:05:56'),
(279433, 2338, '0610-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:56', '2023-10-31 16:05:56'),
(279434, 2338, '0611-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:56', '2023-10-31 16:05:56'),
(279435, 2338, '0611-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:56', '2023-10-31 16:05:56'),
(279436, 2338, '0611-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:56', '2023-10-31 16:05:56'),
(279437, 2338, '0611-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:56', '2023-10-31 16:05:56'),
(279438, 2338, '0611-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:56', '2023-10-31 16:05:56'),
(279439, 2338, '0611-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:56', '2023-10-31 16:05:56'),
(279440, 2338, '0611-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:56', '2023-10-31 16:05:56'),
(279441, 2338, '0611-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:56', '2023-10-31 16:05:56'),
(279442, 2338, '0611-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:56', '2023-10-31 16:05:56'),
(279443, 2338, '0611-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:56', '2023-10-31 16:05:56'),
(279444, 2338, '0611-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:57', '2023-10-31 16:05:57'),
(279445, 2338, '0611-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:57', '2023-10-31 16:05:57'),
(279446, 2338, '0612-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:57', '2023-10-31 16:05:57'),
(279447, 2338, '0612-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:57', '2023-10-31 16:05:57'),
(279448, 2338, '0612-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:57', '2023-10-31 16:05:57'),
(279449, 2338, '0612-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:57', '2023-10-31 16:05:57'),
(279450, 2338, '0612-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:57', '2023-10-31 16:05:57'),
(279451, 2338, '0612-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:57', '2023-10-31 16:05:57'),
(279452, 2338, '0612-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:57', '2023-10-31 16:05:57'),
(279453, 2338, '0612-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:57', '2023-10-31 16:05:57'),
(279454, 2338, '0612-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:57', '2023-10-31 16:05:57'),
(279455, 2338, '0612-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:57', '2023-10-31 16:05:57'),
(279456, 2338, '0612-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:57', '2023-10-31 16:05:57'),
(279457, 2338, '0612-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:57', '2023-10-31 16:05:57'),
(279458, 2338, '0613-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:57', '2023-10-31 16:05:57'),
(279459, 2338, '0613-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:57', '2023-10-31 16:05:57'),
(279460, 2338, '0613-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:57', '2023-10-31 16:05:57'),
(279461, 2338, '0613-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:57', '2023-10-31 16:05:57'),
(279462, 2338, '0613-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:57', '2023-10-31 16:05:57'),
(279463, 2338, '0613-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:57', '2023-10-31 16:05:57'),
(279464, 2338, '0613-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:57', '2023-10-31 16:05:57'),
(279465, 2338, '0613-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:57', '2023-10-31 16:05:57'),
(279466, 2338, '0613-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:57', '2023-10-31 16:05:57'),
(279467, 2338, '0613-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:57', '2023-10-31 16:05:57'),
(279468, 2338, '0613-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:57', '2023-10-31 16:05:57'),
(279469, 2338, '0613-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:57', '2023-10-31 16:05:57'),
(279470, 2338, '0614-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:57', '2023-10-31 16:05:57'),
(279471, 2338, '0614-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:57', '2023-10-31 16:05:57'),
(279472, 2338, '0614-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:57', '2023-10-31 16:05:57'),
(279473, 2338, '0614-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:57', '2023-10-31 16:05:57'),
(279474, 2338, '0614-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:57', '2023-10-31 16:05:57'),
(279475, 2338, '0614-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:57', '2023-10-31 16:05:57'),
(279476, 2338, '0614-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:57', '2023-10-31 16:05:57'),
(279477, 2338, '0614-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:57', '2023-10-31 16:05:57'),
(279478, 2338, '0614-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:57', '2023-10-31 16:05:57'),
(279479, 2338, '0614-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:57', '2023-10-31 16:05:57'),
(279480, 2338, '0614-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:57', '2023-10-31 16:05:57'),
(279481, 2338, '0614-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:57', '2023-10-31 16:05:57'),
(279482, 2338, '0615-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:57', '2023-10-31 16:05:57'),
(279483, 2338, '0615-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:57', '2023-10-31 16:05:57'),
(279484, 2338, '0615-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:57', '2023-10-31 16:05:57'),
(279485, 2338, '0615-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:57', '2023-10-31 16:05:57'),
(279486, 2338, '0615-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:57', '2023-10-31 16:05:57'),
(279487, 2338, '0615-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:57', '2023-10-31 16:05:57'),
(279488, 2338, '0615-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:57', '2023-10-31 16:05:57'),
(279489, 2338, '0615-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:57', '2023-10-31 16:05:57'),
(279490, 2338, '0615-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:57', '2023-10-31 16:05:57'),
(279491, 2338, '0615-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:57', '2023-10-31 16:05:57'),
(279492, 2338, '0615-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:57', '2023-10-31 16:05:57'),
(279493, 2338, '0615-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:57', '2023-10-31 16:05:57'),
(279494, 2338, '0616-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:57', '2023-10-31 16:05:57'),
(279495, 2338, '0616-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:57', '2023-10-31 16:05:57'),
(279496, 2338, '0616-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:57', '2023-10-31 16:05:57'),
(279497, 2338, '0616-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:57', '2023-10-31 16:05:57'),
(279498, 2338, '0616-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:57', '2023-10-31 16:05:57'),
(279499, 2338, '0616-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:57', '2023-10-31 16:05:57'),
(279500, 2338, '0616-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:57', '2023-10-31 16:05:57'),
(279501, 2338, '0616-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:57', '2023-10-31 16:05:57'),
(279502, 2338, '0616-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:57', '2023-10-31 16:05:57'),
(279503, 2338, '0616-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:57', '2023-10-31 16:05:57'),
(279504, 2338, '0616-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:57', '2023-10-31 16:05:57'),
(279505, 2338, '0616-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:57', '2023-10-31 16:05:57'),
(279506, 2338, '0617-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:57', '2023-10-31 16:05:57'),
(279507, 2338, '0617-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:57', '2023-10-31 16:05:57'),
(279508, 2338, '0617-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:57', '2023-10-31 16:05:57'),
(279509, 2338, '0617-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:57', '2023-10-31 16:05:57'),
(279510, 2338, '0617-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:57', '2023-10-31 16:05:57'),
(279511, 2338, '0617-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:57', '2023-10-31 16:05:57'),
(279512, 2338, '0617-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:57', '2023-10-31 16:05:57'),
(279513, 2338, '0617-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:57', '2023-10-31 16:05:57'),
(279514, 2338, '0617-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:57', '2023-10-31 16:05:57'),
(279515, 2338, '0617-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:57', '2023-10-31 16:05:57'),
(279516, 2338, '0617-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:57', '2023-10-31 16:05:57'),
(279517, 2338, '0617-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:57', '2023-10-31 16:05:57'),
(279518, 2338, '0618-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:57', '2023-10-31 16:05:57'),
(279519, 2338, '0618-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:57', '2023-10-31 16:05:57'),
(279520, 2338, '0618-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:57', '2023-10-31 16:05:57'),
(279521, 2338, '0618-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:57', '2023-10-31 16:05:57'),
(279522, 2338, '0618-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:57', '2023-10-31 16:05:57'),
(279523, 2338, '0618-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:57', '2023-10-31 16:05:57'),
(279524, 2338, '0618-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:57', '2023-10-31 16:05:57'),
(279525, 2338, '0618-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:57', '2023-10-31 16:05:57'),
(279526, 2338, '0618-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:57', '2023-10-31 16:05:57'),
(279527, 2338, '0618-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:57', '2023-10-31 16:05:57'),
(279528, 2338, '0618-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:57', '2023-10-31 16:05:57'),
(279529, 2338, '0618-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:57', '2023-10-31 16:05:57'),
(279530, 2338, '0619-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:57', '2023-10-31 16:05:57'),
(279531, 2338, '0619-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:57', '2023-10-31 16:05:57'),
(279532, 2338, '0619-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:57', '2023-10-31 16:05:57'),
(279533, 2338, '0619-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:57', '2023-10-31 16:05:57'),
(279534, 2338, '0619-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:57', '2023-10-31 16:05:57'),
(279535, 2338, '0619-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:57', '2023-10-31 16:05:57'),
(279536, 2338, '0619-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:57', '2023-10-31 16:05:57'),
(279537, 2338, '0619-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:57', '2023-10-31 16:05:57'),
(279538, 2338, '0619-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:57', '2023-10-31 16:05:57'),
(279539, 2338, '0619-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:57', '2023-10-31 16:05:57'),
(279540, 2338, '0619-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:57', '2023-10-31 16:05:57'),
(279541, 2338, '0619-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:57', '2023-10-31 16:05:57'),
(279542, 2338, '0620-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:57', '2023-10-31 16:05:57'),
(279543, 2338, '0620-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:57', '2023-10-31 16:05:57'),
(279544, 2338, '0620-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:57', '2023-10-31 16:05:57'),
(279545, 2338, '0620-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:57', '2023-10-31 16:05:57'),
(279546, 2338, '0620-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:57', '2023-10-31 16:05:57'),
(279547, 2338, '0620-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:57', '2023-10-31 16:05:57'),
(279548, 2338, '0620-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:57', '2023-10-31 16:05:57'),
(279549, 2338, '0620-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:57', '2023-10-31 16:05:57'),
(279550, 2338, '0620-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:57', '2023-10-31 16:05:57'),
(279551, 2338, '0620-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:57', '2023-10-31 16:05:57'),
(279552, 2338, '0620-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:57', '2023-10-31 16:05:57'),
(279553, 2338, '0620-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:57', '2023-10-31 16:05:57'),
(279554, 2338, '0621-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:57', '2023-10-31 16:05:57'),
(279555, 2338, '0621-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:57', '2023-10-31 16:05:57'),
(279556, 2338, '0621-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:57', '2023-10-31 16:05:57'),
(279557, 2338, '0621-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:57', '2023-10-31 16:05:57'),
(279558, 2338, '0621-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:57', '2023-10-31 16:05:57'),
(279559, 2338, '0621-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:57', '2023-10-31 16:05:57'),
(279560, 2338, '0621-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:57', '2023-10-31 16:05:57'),
(279561, 2338, '0621-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:57', '2023-10-31 16:05:57'),
(279562, 2338, '0621-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:57', '2023-10-31 16:05:57'),
(279563, 2338, '0621-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:57', '2023-10-31 16:05:57'),
(279564, 2338, '0621-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:57', '2023-10-31 16:05:57'),
(279565, 2338, '0621-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:57', '2023-10-31 16:05:57'),
(279566, 2338, '0622-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:57', '2023-10-31 16:05:57'),
(279567, 2338, '0622-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:57', '2023-10-31 16:05:57'),
(279568, 2338, '0622-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:57', '2023-10-31 16:05:57'),
(279569, 2338, '0622-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:57', '2023-10-31 16:05:57'),
(279570, 2338, '0622-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:57', '2023-10-31 16:05:57'),
(279571, 2338, '0622-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:57', '2023-10-31 16:05:57'),
(279572, 2338, '0622-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:57', '2023-10-31 16:05:57'),
(279573, 2338, '0622-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:57', '2023-10-31 16:05:57'),
(279574, 2338, '0622-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:57', '2023-10-31 16:05:57'),
(279575, 2338, '0622-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:57', '2023-10-31 16:05:57'),
(279576, 2338, '0622-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:57', '2023-10-31 16:05:57'),
(279577, 2338, '0622-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:57', '2023-10-31 16:05:57'),
(279578, 2338, '0623-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:57', '2023-10-31 16:05:57'),
(279579, 2338, '0623-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:57', '2023-10-31 16:05:57'),
(279580, 2338, '0623-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:57', '2023-10-31 16:05:57'),
(279581, 2338, '0623-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:57', '2023-10-31 16:05:57'),
(279582, 2338, '0623-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:57', '2023-10-31 16:05:57'),
(279583, 2338, '0623-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:57', '2023-10-31 16:05:57'),
(279584, 2338, '0623-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:57', '2023-10-31 16:05:57'),
(279585, 2338, '0623-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:57', '2023-10-31 16:05:57'),
(279586, 2338, '0623-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:57', '2023-10-31 16:05:57'),
(279587, 2338, '0623-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:57', '2023-10-31 16:05:57'),
(279588, 2338, '0623-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:57', '2023-10-31 16:05:57'),
(279589, 2338, '0623-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:57', '2023-10-31 16:05:57'),
(279590, 2338, '0624-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:57', '2023-10-31 16:05:57'),
(279591, 2338, '0624-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:57', '2023-10-31 16:05:57'),
(279592, 2338, '0624-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:57', '2023-10-31 16:05:57'),
(279593, 2338, '0624-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:57', '2023-10-31 16:05:57'),
(279594, 2338, '0624-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:57', '2023-10-31 16:05:57'),
(279595, 2338, '0624-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:57', '2023-10-31 16:05:57'),
(279596, 2338, '0624-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:57', '2023-10-31 16:05:57'),
(279597, 2338, '0624-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:57', '2023-10-31 16:05:57'),
(279598, 2338, '0624-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:57', '2023-10-31 16:05:57'),
(279599, 2338, '0624-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:57', '2023-10-31 16:05:57'),
(279600, 2338, '0624-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:57', '2023-10-31 16:05:57'),
(279601, 2338, '0624-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:57', '2023-10-31 16:05:57'),
(279602, 2338, '0625-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:57', '2023-10-31 16:05:57'),
(279603, 2338, '0625-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:57', '2023-10-31 16:05:57'),
(279604, 2338, '0625-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:57', '2023-10-31 16:05:57'),
(279605, 2338, '0625-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:57', '2023-10-31 16:05:57'),
(279606, 2338, '0625-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:57', '2023-10-31 16:05:57'),
(279607, 2338, '0625-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:57', '2023-10-31 16:05:57'),
(279608, 2338, '0625-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:57', '2023-10-31 16:05:57'),
(279609, 2338, '0625-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:57', '2023-10-31 16:05:57'),
(279610, 2338, '0625-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:57', '2023-10-31 16:05:57'),
(279611, 2338, '0625-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:57', '2023-10-31 16:05:57'),
(279612, 2338, '0625-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:57', '2023-10-31 16:05:57'),
(279613, 2338, '0625-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:57', '2023-10-31 16:05:57'),
(279614, 2338, '0626-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:57', '2023-10-31 16:05:57'),
(279615, 2338, '0626-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:57', '2023-10-31 16:05:57'),
(279616, 2338, '0626-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:57', '2023-10-31 16:05:57'),
(279617, 2338, '0626-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:57', '2023-10-31 16:05:57'),
(279618, 2338, '0626-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:57', '2023-10-31 16:05:57'),
(279619, 2338, '0626-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:57', '2023-10-31 16:05:57'),
(279620, 2338, '0626-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:57', '2023-10-31 16:05:57'),
(279621, 2338, '0626-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:57', '2023-10-31 16:05:57'),
(279622, 2338, '0626-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:57', '2023-10-31 16:05:57'),
(279623, 2338, '0626-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:57', '2023-10-31 16:05:57'),
(279624, 2338, '0626-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:57', '2023-10-31 16:05:57'),
(279625, 2338, '0626-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:57', '2023-10-31 16:05:57'),
(279626, 2338, '0627-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:57', '2023-10-31 16:05:57'),
(279627, 2338, '0627-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:57', '2023-10-31 16:05:57'),
(279628, 2338, '0627-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:57', '2023-10-31 16:05:57'),
(279629, 2338, '0627-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:57', '2023-10-31 16:05:57'),
(279630, 2338, '0627-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:57', '2023-10-31 16:05:57'),
(279631, 2338, '0627-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:57', '2023-10-31 16:05:57'),
(279632, 2338, '0627-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:57', '2023-10-31 16:05:57'),
(279633, 2338, '0627-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:57', '2023-10-31 16:05:57'),
(279634, 2338, '0627-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:57', '2023-10-31 16:05:57'),
(279635, 2338, '0627-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:57', '2023-10-31 16:05:57'),
(279636, 2338, '0627-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:57', '2023-10-31 16:05:57'),
(279637, 2338, '0627-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:57', '2023-10-31 16:05:57'),
(279638, 2338, '0628-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:57', '2023-10-31 16:05:57'),
(279639, 2338, '0628-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:57', '2023-10-31 16:05:57'),
(279640, 2338, '0628-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:57', '2023-10-31 16:05:57'),
(279641, 2338, '0628-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:57', '2023-10-31 16:05:57'),
(279642, 2338, '0628-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:57', '2023-10-31 16:05:57'),
(279643, 2338, '0628-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:57', '2023-10-31 16:05:57'),
(279644, 2338, '0628-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:57', '2023-10-31 16:05:57'),
(279645, 2338, '0628-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:57', '2023-10-31 16:05:57'),
(279646, 2338, '0628-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:57', '2023-10-31 16:05:57'),
(279647, 2338, '0628-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:57', '2023-10-31 16:05:57'),
(279648, 2338, '0628-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:57', '2023-10-31 16:05:57'),
(279649, 2338, '0628-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:57', '2023-10-31 16:05:57'),
(279650, 2338, '0629-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:57', '2023-10-31 16:05:57'),
(279651, 2338, '0629-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:57', '2023-10-31 16:05:57'),
(279652, 2338, '0629-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:57', '2023-10-31 16:05:57'),
(279653, 2338, '0629-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:57', '2023-10-31 16:05:57'),
(279654, 2338, '0629-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:58', '2023-10-31 16:05:58'),
(279655, 2338, '0629-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:58', '2023-10-31 16:05:58'),
(279656, 2338, '0629-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:58', '2023-10-31 16:05:58'),
(279657, 2338, '0629-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:58', '2023-10-31 16:05:58');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(279658, 2338, '0629-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:58', '2023-10-31 16:05:58'),
(279659, 2338, '0629-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:58', '2023-10-31 16:05:58'),
(279660, 2338, '0629-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:58', '2023-10-31 16:05:58'),
(279661, 2338, '0629-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:58', '2023-10-31 16:05:58'),
(279662, 2338, '0630-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:58', '2023-10-31 16:05:58'),
(279663, 2338, '0630-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:58', '2023-10-31 16:05:58'),
(279664, 2338, '0630-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:58', '2023-10-31 16:05:58'),
(279665, 2338, '0630-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:58', '2023-10-31 16:05:58'),
(279666, 2338, '0630-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:58', '2023-10-31 16:05:58'),
(279667, 2338, '0630-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:58', '2023-10-31 16:05:58'),
(279668, 2338, '0630-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:58', '2023-10-31 16:05:58'),
(279669, 2338, '0630-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:58', '2023-10-31 16:05:58'),
(279670, 2338, '0630-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:58', '2023-10-31 16:05:58'),
(279671, 2338, '0630-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:58', '2023-10-31 16:05:58'),
(279672, 2338, '0630-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:58', '2023-10-31 16:05:58'),
(279673, 2338, '0630-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:58', '2023-10-31 16:05:58'),
(279674, 2338, '0631-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:58', '2023-10-31 16:05:58'),
(279675, 2338, '0631-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:58', '2023-10-31 16:05:58'),
(279676, 2338, '0631-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:58', '2023-10-31 16:05:58'),
(279677, 2338, '0631-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:58', '2023-10-31 16:05:58'),
(279678, 2338, '0631-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:58', '2023-10-31 16:05:58'),
(279679, 2338, '0631-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:58', '2023-10-31 16:05:58'),
(279680, 2338, '0631-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:58', '2023-10-31 16:05:58'),
(279681, 2338, '0631-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:58', '2023-10-31 16:05:58'),
(279682, 2338, '0631-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:58', '2023-10-31 16:05:58'),
(279683, 2338, '0631-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:58', '2023-10-31 16:05:58'),
(279684, 2338, '0631-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:58', '2023-10-31 16:05:58'),
(279685, 2338, '0631-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:58', '2023-10-31 16:05:58'),
(279686, 2338, '0632-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:58', '2023-10-31 16:05:58'),
(279687, 2338, '0632-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:58', '2023-10-31 16:05:58'),
(279688, 2338, '0632-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:58', '2023-10-31 16:05:58'),
(279689, 2338, '0632-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:58', '2023-10-31 16:05:58'),
(279690, 2338, '0632-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:58', '2023-10-31 16:05:58'),
(279691, 2338, '0632-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:58', '2023-10-31 16:05:58'),
(279692, 2338, '0632-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:58', '2023-10-31 16:05:58'),
(279693, 2338, '0632-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:58', '2023-10-31 16:05:58'),
(279694, 2338, '0632-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:58', '2023-10-31 16:05:58'),
(279695, 2338, '0632-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:58', '2023-10-31 16:05:58'),
(279696, 2338, '0632-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:58', '2023-10-31 16:05:58'),
(279697, 2338, '0632-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:58', '2023-10-31 16:05:58'),
(279698, 2338, '0633-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:58', '2023-10-31 16:05:58'),
(279699, 2338, '0633-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:58', '2023-10-31 16:05:58'),
(279700, 2338, '0633-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:58', '2023-10-31 16:05:58'),
(279701, 2338, '0633-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:58', '2023-10-31 16:05:58'),
(279702, 2338, '0633-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:58', '2023-10-31 16:05:58'),
(279703, 2338, '0633-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:58', '2023-10-31 16:05:58'),
(279704, 2338, '0633-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:58', '2023-10-31 16:05:58'),
(279705, 2338, '0633-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:58', '2023-10-31 16:05:58'),
(279706, 2338, '0633-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:58', '2023-10-31 16:05:58'),
(279707, 2338, '0633-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:58', '2023-10-31 16:05:58'),
(279708, 2338, '0633-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:58', '2023-10-31 16:05:58'),
(279709, 2338, '0633-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:58', '2023-10-31 16:05:58'),
(279710, 2338, '0634-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:58', '2023-10-31 16:05:58'),
(279711, 2338, '0634-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:58', '2023-10-31 16:05:58'),
(279712, 2338, '0634-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:58', '2023-10-31 16:05:58'),
(279713, 2338, '0634-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:58', '2023-10-31 16:05:58'),
(279714, 2338, '0634-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:58', '2023-10-31 16:05:58'),
(279715, 2338, '0634-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:58', '2023-10-31 16:05:58'),
(279716, 2338, '0634-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:58', '2023-10-31 16:05:58'),
(279717, 2338, '0634-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:58', '2023-10-31 16:05:58'),
(279718, 2338, '0634-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:58', '2023-10-31 16:05:58'),
(279719, 2338, '0634-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:58', '2023-10-31 16:05:58'),
(279720, 2338, '0634-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:58', '2023-10-31 16:05:58'),
(279721, 2338, '0634-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:58', '2023-10-31 16:05:58'),
(279722, 2338, '0635-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:58', '2023-10-31 16:05:58'),
(279723, 2338, '0635-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:58', '2023-10-31 16:05:58'),
(279724, 2338, '0635-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:58', '2023-10-31 16:05:58'),
(279725, 2338, '0635-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:58', '2023-10-31 16:05:58'),
(279726, 2338, '0635-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:58', '2023-10-31 16:05:58'),
(279727, 2338, '0635-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:58', '2023-10-31 16:05:58'),
(279728, 2338, '0635-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:58', '2023-10-31 16:05:58'),
(279729, 2338, '0635-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:58', '2023-10-31 16:05:58'),
(279730, 2338, '0635-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:58', '2023-10-31 16:05:58'),
(279731, 2338, '0635-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:58', '2023-10-31 16:05:58'),
(279732, 2338, '0635-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:58', '2023-10-31 16:05:58'),
(279733, 2338, '0635-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:58', '2023-10-31 16:05:58'),
(279734, 2338, '0636-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:58', '2023-10-31 16:05:58'),
(279735, 2338, '0636-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:58', '2023-10-31 16:05:58'),
(279736, 2338, '0636-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:58', '2023-10-31 16:05:58'),
(279737, 2338, '0636-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:58', '2023-10-31 16:05:58'),
(279738, 2338, '0636-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:58', '2023-10-31 16:05:58'),
(279739, 2338, '0636-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:58', '2023-10-31 16:05:58'),
(279740, 2338, '0636-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:58', '2023-10-31 16:05:58'),
(279741, 2338, '0636-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:58', '2023-10-31 16:05:58'),
(279742, 2338, '0636-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:58', '2023-10-31 16:05:58'),
(279743, 2338, '0636-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:58', '2023-10-31 16:05:58'),
(279744, 2338, '0636-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:58', '2023-10-31 16:05:58'),
(279745, 2338, '0636-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:58', '2023-10-31 16:05:58'),
(279746, 2338, '0637-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:58', '2023-10-31 16:05:58'),
(279747, 2338, '0637-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:58', '2023-10-31 16:05:58'),
(279748, 2338, '0637-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:58', '2023-10-31 16:05:58'),
(279749, 2338, '0637-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:58', '2023-10-31 16:05:58'),
(279750, 2338, '0637-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:58', '2023-10-31 16:05:58'),
(279751, 2338, '0637-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:58', '2023-10-31 16:05:58'),
(279752, 2338, '0637-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:58', '2023-10-31 16:05:58'),
(279753, 2338, '0637-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:58', '2023-10-31 16:05:58'),
(279754, 2338, '0637-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:58', '2023-10-31 16:05:58'),
(279755, 2338, '0637-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:58', '2023-10-31 16:05:58'),
(279756, 2338, '0637-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:58', '2023-10-31 16:05:58'),
(279757, 2338, '0637-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:58', '2023-10-31 16:05:58'),
(279758, 2338, '0638-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:58', '2023-10-31 16:05:58'),
(279759, 2338, '0638-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:58', '2023-10-31 16:05:58'),
(279760, 2338, '0638-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:58', '2023-10-31 16:05:58'),
(279761, 2338, '0638-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:58', '2023-10-31 16:05:58'),
(279762, 2338, '0638-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:58', '2023-10-31 16:05:58'),
(279763, 2338, '0638-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:58', '2023-10-31 16:05:58'),
(279764, 2338, '0638-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:58', '2023-10-31 16:05:58'),
(279765, 2338, '0638-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:58', '2023-10-31 16:05:58'),
(279766, 2338, '0638-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:58', '2023-10-31 16:05:58'),
(279767, 2338, '0638-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:58', '2023-10-31 16:05:58'),
(279768, 2338, '0638-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:58', '2023-10-31 16:05:58'),
(279769, 2338, '0638-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:58', '2023-10-31 16:05:58'),
(279770, 2338, '0639-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:58', '2023-10-31 16:05:58'),
(279771, 2338, '0639-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:58', '2023-10-31 16:05:58'),
(279772, 2338, '0639-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:58', '2023-10-31 16:05:58'),
(279773, 2338, '0639-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:58', '2023-10-31 16:05:58'),
(279774, 2338, '0639-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:58', '2023-10-31 16:05:58'),
(279775, 2338, '0639-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:58', '2023-10-31 16:05:58'),
(279776, 2338, '0639-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:58', '2023-10-31 16:05:58'),
(279777, 2338, '0639-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:58', '2023-10-31 16:05:58'),
(279778, 2338, '0639-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:58', '2023-10-31 16:05:58'),
(279779, 2338, '0639-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:58', '2023-10-31 16:05:58'),
(279780, 2338, '0639-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:58', '2023-10-31 16:05:58'),
(279781, 2338, '0639-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:58', '2023-10-31 16:05:58'),
(279782, 2338, '0640-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:58', '2023-10-31 16:05:58'),
(279783, 2338, '0640-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:58', '2023-10-31 16:05:58'),
(279784, 2338, '0640-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:58', '2023-10-31 16:05:58'),
(279785, 2338, '0640-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:58', '2023-10-31 16:05:58'),
(279786, 2338, '0640-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:58', '2023-10-31 16:05:58'),
(279787, 2338, '0640-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:58', '2023-10-31 16:05:58'),
(279788, 2338, '0640-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:58', '2023-10-31 16:05:58'),
(279789, 2338, '0640-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:58', '2023-10-31 16:05:58'),
(279790, 2338, '0640-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:58', '2023-10-31 16:05:58'),
(279791, 2338, '0640-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:58', '2023-10-31 16:05:58'),
(279792, 2338, '0640-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:58', '2023-10-31 16:05:58'),
(279793, 2338, '0640-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:58', '2023-10-31 16:05:58'),
(279794, 2338, '0641-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:58', '2023-10-31 16:05:58'),
(279795, 2338, '0641-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:58', '2023-10-31 16:05:58'),
(279796, 2338, '0641-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:58', '2023-10-31 16:05:58'),
(279797, 2338, '0641-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:58', '2023-10-31 16:05:58'),
(279798, 2338, '0641-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:58', '2023-10-31 16:05:58'),
(279799, 2338, '0641-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:58', '2023-10-31 16:05:58'),
(279800, 2338, '0641-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:58', '2023-10-31 16:05:58'),
(279801, 2338, '0641-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:58', '2023-10-31 16:05:58'),
(279802, 2338, '0641-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:58', '2023-10-31 16:05:58'),
(279803, 2338, '0641-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:58', '2023-10-31 16:05:58'),
(279804, 2338, '0641-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:58', '2023-10-31 16:05:58'),
(279805, 2338, '0641-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:58', '2023-10-31 16:05:58'),
(279806, 2338, '0642-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:58', '2023-10-31 16:05:58'),
(279807, 2338, '0642-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:58', '2023-10-31 16:05:58'),
(279808, 2338, '0642-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:58', '2023-10-31 16:05:58'),
(279809, 2338, '0642-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:58', '2023-10-31 16:05:58'),
(279810, 2338, '0642-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:58', '2023-10-31 16:05:58'),
(279811, 2338, '0642-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:58', '2023-10-31 16:05:58'),
(279812, 2338, '0642-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:58', '2023-10-31 16:05:58'),
(279813, 2338, '0642-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:58', '2023-10-31 16:05:58'),
(279814, 2338, '0642-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:58', '2023-10-31 16:05:58'),
(279815, 2338, '0642-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:58', '2023-10-31 16:05:58'),
(279816, 2338, '0642-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:58', '2023-10-31 16:05:58'),
(279817, 2338, '0642-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:58', '2023-10-31 16:05:58'),
(279818, 2338, '0643-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:58', '2023-10-31 16:05:58'),
(279819, 2338, '0643-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:58', '2023-10-31 16:05:58'),
(279820, 2338, '0643-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:58', '2023-10-31 16:05:58'),
(279821, 2338, '0643-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:58', '2023-10-31 16:05:58'),
(279822, 2338, '0643-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:58', '2023-10-31 16:05:58'),
(279823, 2338, '0643-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:58', '2023-10-31 16:05:58'),
(279824, 2338, '0643-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:58', '2023-10-31 16:05:58'),
(279825, 2338, '0643-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:58', '2023-10-31 16:05:58'),
(279826, 2338, '0643-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:58', '2023-10-31 16:05:58'),
(279827, 2338, '0643-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:58', '2023-10-31 16:05:58'),
(279828, 2338, '0643-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:58', '2023-10-31 16:05:58'),
(279829, 2338, '0643-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:58', '2023-10-31 16:05:58'),
(279830, 2338, '0644-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:58', '2023-10-31 16:05:58'),
(279831, 2338, '0644-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:58', '2023-10-31 16:05:58'),
(279832, 2338, '0644-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:58', '2023-10-31 16:05:58'),
(279833, 2338, '0644-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:58', '2023-10-31 16:05:58'),
(279834, 2338, '0644-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:58', '2023-10-31 16:05:58'),
(279835, 2338, '0644-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:58', '2023-10-31 16:05:58'),
(279836, 2338, '0644-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:58', '2023-10-31 16:05:58'),
(279837, 2338, '0644-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:58', '2023-10-31 16:05:58'),
(279838, 2338, '0644-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:58', '2023-10-31 16:05:58'),
(279839, 2338, '0644-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:58', '2023-10-31 16:05:58'),
(279840, 2338, '0644-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:58', '2023-10-31 16:05:58'),
(279841, 2338, '0644-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:58', '2023-10-31 16:05:58'),
(279842, 2338, '0645-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:58', '2023-10-31 16:05:58'),
(279843, 2338, '0645-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:58', '2023-10-31 16:05:58'),
(279844, 2338, '0645-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:58', '2023-10-31 16:05:58'),
(279845, 2338, '0645-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:58', '2023-10-31 16:05:58'),
(279846, 2338, '0645-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:58', '2023-10-31 16:05:58'),
(279847, 2338, '0645-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:58', '2023-10-31 16:05:58'),
(279848, 2338, '0645-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:58', '2023-10-31 16:05:58'),
(279849, 2338, '0645-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:58', '2023-10-31 16:05:58'),
(279850, 2338, '0645-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:58', '2023-10-31 16:05:58'),
(279851, 2338, '0645-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:58', '2023-10-31 16:05:58'),
(279852, 2338, '0645-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:58', '2023-10-31 16:05:58'),
(279853, 2338, '0645-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:58', '2023-10-31 16:05:58'),
(279854, 2338, '0646-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:58', '2023-10-31 16:05:58'),
(279855, 2338, '0646-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:58', '2023-10-31 16:05:58'),
(279856, 2338, '0646-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:58', '2023-10-31 16:05:58'),
(279857, 2338, '0646-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:58', '2023-10-31 16:05:58'),
(279858, 2338, '0646-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:58', '2023-10-31 16:05:58'),
(279859, 2338, '0646-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:58', '2023-10-31 16:05:58'),
(279860, 2338, '0646-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:58', '2023-10-31 16:05:58'),
(279861, 2338, '0646-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:58', '2023-10-31 16:05:58'),
(279862, 2338, '0646-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:58', '2023-10-31 16:05:58'),
(279863, 2338, '0646-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:58', '2023-10-31 16:05:58'),
(279864, 2338, '0646-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:59', '2023-10-31 16:05:59'),
(279865, 2338, '0646-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:59', '2023-10-31 16:05:59'),
(279866, 2338, '0647-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:59', '2023-10-31 16:05:59'),
(279867, 2338, '0647-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:59', '2023-10-31 16:05:59'),
(279868, 2338, '0647-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:59', '2023-10-31 16:05:59'),
(279869, 2338, '0647-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:59', '2023-10-31 16:05:59'),
(279870, 2338, '0647-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:59', '2023-10-31 16:05:59'),
(279871, 2338, '0647-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:59', '2023-10-31 16:05:59'),
(279872, 2338, '0647-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:59', '2023-10-31 16:05:59'),
(279873, 2338, '0647-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:59', '2023-10-31 16:05:59'),
(279874, 2338, '0647-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:59', '2023-10-31 16:05:59'),
(279875, 2338, '0647-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:59', '2023-10-31 16:05:59'),
(279876, 2338, '0647-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:59', '2023-10-31 16:05:59'),
(279877, 2338, '0647-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:59', '2023-10-31 16:05:59'),
(279878, 2338, '0648-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:59', '2023-10-31 16:05:59'),
(279879, 2338, '0648-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:59', '2023-10-31 16:05:59'),
(279880, 2338, '0648-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:59', '2023-10-31 16:05:59'),
(279881, 2338, '0648-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:59', '2023-10-31 16:05:59'),
(279882, 2338, '0648-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:59', '2023-10-31 16:05:59'),
(279883, 2338, '0648-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:59', '2023-10-31 16:05:59'),
(279884, 2338, '0648-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:59', '2023-10-31 16:05:59'),
(279885, 2338, '0648-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:59', '2023-10-31 16:05:59'),
(279886, 2338, '0648-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:59', '2023-10-31 16:05:59'),
(279887, 2338, '0648-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:59', '2023-10-31 16:05:59'),
(279888, 2338, '0648-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:59', '2023-10-31 16:05:59'),
(279889, 2338, '0648-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:59', '2023-10-31 16:05:59'),
(279890, 2338, '0649-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:59', '2023-10-31 16:05:59'),
(279891, 2338, '0649-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:59', '2023-10-31 16:05:59'),
(279892, 2338, '0649-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:59', '2023-10-31 16:05:59'),
(279893, 2338, '0649-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:59', '2023-10-31 16:05:59'),
(279894, 2338, '0649-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:59', '2023-10-31 16:05:59'),
(279895, 2338, '0649-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:59', '2023-10-31 16:05:59'),
(279896, 2338, '0649-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:59', '2023-10-31 16:05:59'),
(279897, 2338, '0649-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:59', '2023-10-31 16:05:59'),
(279898, 2338, '0649-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:59', '2023-10-31 16:05:59'),
(279899, 2338, '0649-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:59', '2023-10-31 16:05:59'),
(279900, 2338, '0649-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:59', '2023-10-31 16:05:59'),
(279901, 2338, '0649-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:59', '2023-10-31 16:05:59'),
(279902, 2338, '0650-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:59', '2023-10-31 16:05:59'),
(279903, 2338, '0650-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:59', '2023-10-31 16:05:59'),
(279904, 2338, '0650-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:59', '2023-10-31 16:05:59'),
(279905, 2338, '0650-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:59', '2023-10-31 16:05:59'),
(279906, 2338, '0650-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:59', '2023-10-31 16:05:59'),
(279907, 2338, '0650-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:59', '2023-10-31 16:05:59'),
(279908, 2338, '0650-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:59', '2023-10-31 16:05:59'),
(279909, 2338, '0650-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:59', '2023-10-31 16:05:59'),
(279910, 2338, '0650-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:59', '2023-10-31 16:05:59'),
(279911, 2338, '0650-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:59', '2023-10-31 16:05:59'),
(279912, 2338, '0650-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:59', '2023-10-31 16:05:59'),
(279913, 2338, '0650-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:59', '2023-10-31 16:05:59'),
(279914, 2338, '0651-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:59', '2023-10-31 16:05:59'),
(279915, 2338, '0651-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:59', '2023-10-31 16:05:59'),
(279916, 2338, '0651-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:59', '2023-10-31 16:05:59'),
(279917, 2338, '0651-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:59', '2023-10-31 16:05:59'),
(279918, 2338, '0651-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:59', '2023-10-31 16:05:59'),
(279919, 2338, '0651-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:59', '2023-10-31 16:05:59'),
(279920, 2338, '0651-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:59', '2023-10-31 16:05:59'),
(279921, 2338, '0651-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:59', '2023-10-31 16:05:59'),
(279922, 2338, '0651-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:59', '2023-10-31 16:05:59'),
(279923, 2338, '0651-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:59', '2023-10-31 16:05:59'),
(279924, 2338, '0651-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:59', '2023-10-31 16:05:59'),
(279925, 2338, '0651-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:59', '2023-10-31 16:05:59'),
(279926, 2338, '0652-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:59', '2023-10-31 16:05:59'),
(279927, 2338, '0652-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:59', '2023-10-31 16:05:59'),
(279928, 2338, '0652-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:59', '2023-10-31 16:05:59'),
(279929, 2338, '0652-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:59', '2023-10-31 16:05:59'),
(279930, 2338, '0652-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:59', '2023-10-31 16:05:59'),
(279931, 2338, '0652-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:59', '2023-10-31 16:05:59'),
(279932, 2338, '0652-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:59', '2023-10-31 16:05:59'),
(279933, 2338, '0652-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:59', '2023-10-31 16:05:59'),
(279934, 2338, '0652-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:59', '2023-10-31 16:05:59'),
(279935, 2338, '0652-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:59', '2023-10-31 16:05:59'),
(279936, 2338, '0652-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:59', '2023-10-31 16:05:59'),
(279937, 2338, '0652-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:59', '2023-10-31 16:05:59'),
(279938, 2338, '0653-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:59', '2023-10-31 16:05:59'),
(279939, 2338, '0653-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:59', '2023-10-31 16:05:59'),
(279940, 2338, '0653-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:59', '2023-10-31 16:05:59'),
(279941, 2338, '0653-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:59', '2023-10-31 16:05:59'),
(279942, 2338, '0653-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:59', '2023-10-31 16:05:59'),
(279943, 2338, '0653-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:59', '2023-10-31 16:05:59'),
(279944, 2338, '0653-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:59', '2023-10-31 16:05:59'),
(279945, 2338, '0653-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:59', '2023-10-31 16:05:59'),
(279946, 2338, '0653-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:59', '2023-10-31 16:05:59'),
(279947, 2338, '0653-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:59', '2023-10-31 16:05:59'),
(279948, 2338, '0653-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:59', '2023-10-31 16:05:59'),
(279949, 2338, '0653-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:59', '2023-10-31 16:05:59'),
(279950, 2338, '0654-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:59', '2023-10-31 16:05:59'),
(279951, 2338, '0654-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:59', '2023-10-31 16:05:59'),
(279952, 2338, '0654-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:59', '2023-10-31 16:05:59'),
(279953, 2338, '0654-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:59', '2023-10-31 16:05:59'),
(279954, 2338, '0654-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:59', '2023-10-31 16:05:59'),
(279955, 2338, '0654-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:59', '2023-10-31 16:05:59'),
(279956, 2338, '0654-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:59', '2023-10-31 16:05:59'),
(279957, 2338, '0654-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:59', '2023-10-31 16:05:59'),
(279958, 2338, '0654-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:59', '2023-10-31 16:05:59'),
(279959, 2338, '0654-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:59', '2023-10-31 16:05:59'),
(279960, 2338, '0654-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:59', '2023-10-31 16:05:59'),
(279961, 2338, '0654-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:59', '2023-10-31 16:05:59'),
(279962, 2338, '0655-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:59', '2023-10-31 16:05:59'),
(279963, 2338, '0655-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:59', '2023-10-31 16:05:59'),
(279964, 2338, '0655-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:59', '2023-10-31 16:05:59'),
(279965, 2338, '0655-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:59', '2023-10-31 16:05:59'),
(279966, 2338, '0655-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:59', '2023-10-31 16:05:59'),
(279967, 2338, '0655-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:59', '2023-10-31 16:05:59'),
(279968, 2338, '0655-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:59', '2023-10-31 16:05:59'),
(279969, 2338, '0655-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:59', '2023-10-31 16:05:59'),
(279970, 2338, '0655-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:59', '2023-10-31 16:05:59'),
(279971, 2338, '0655-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:59', '2023-10-31 16:05:59'),
(279972, 2338, '0655-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:59', '2023-10-31 16:05:59'),
(279973, 2338, '0655-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:59', '2023-10-31 16:05:59'),
(279974, 2338, '0656-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:59', '2023-10-31 16:05:59'),
(279975, 2338, '0656-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:59', '2023-10-31 16:05:59'),
(279976, 2338, '0656-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:59', '2023-10-31 16:05:59'),
(279977, 2338, '0656-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:59', '2023-10-31 16:05:59'),
(279978, 2338, '0656-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:59', '2023-10-31 16:05:59'),
(279979, 2338, '0656-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:59', '2023-10-31 16:05:59'),
(279980, 2338, '0656-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:59', '2023-10-31 16:05:59'),
(279981, 2338, '0656-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:59', '2023-10-31 16:05:59'),
(279982, 2338, '0656-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:59', '2023-10-31 16:05:59'),
(279983, 2338, '0656-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:59', '2023-10-31 16:05:59'),
(279984, 2338, '0656-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:59', '2023-10-31 16:05:59'),
(279985, 2338, '0656-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:59', '2023-10-31 16:05:59'),
(279986, 2338, '0657-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:59', '2023-10-31 16:05:59'),
(279987, 2338, '0657-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:59', '2023-10-31 16:05:59'),
(279988, 2338, '0657-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:59', '2023-10-31 16:05:59'),
(279989, 2338, '0657-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:59', '2023-10-31 16:05:59'),
(279990, 2338, '0657-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:59', '2023-10-31 16:05:59'),
(279991, 2338, '0657-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:59', '2023-10-31 16:05:59'),
(279992, 2338, '0657-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:59', '2023-10-31 16:05:59'),
(279993, 2338, '0657-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:59', '2023-10-31 16:05:59'),
(279994, 2338, '0657-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:59', '2023-10-31 16:05:59'),
(279995, 2338, '0657-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:59', '2023-10-31 16:05:59'),
(279996, 2338, '0657-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:59', '2023-10-31 16:05:59'),
(279997, 2338, '0657-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:59', '2023-10-31 16:05:59'),
(279998, 2338, '0658-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:59', '2023-10-31 16:05:59'),
(279999, 2338, '0658-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:59', '2023-10-31 16:05:59'),
(280000, 2338, '0658-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:59', '2023-10-31 16:05:59'),
(280001, 2338, '0658-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:59', '2023-10-31 16:05:59'),
(280002, 2338, '0658-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:59', '2023-10-31 16:05:59'),
(280003, 2338, '0658-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:59', '2023-10-31 16:05:59'),
(280004, 2338, '0658-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:59', '2023-10-31 16:05:59'),
(280005, 2338, '0658-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:59', '2023-10-31 16:05:59'),
(280006, 2338, '0658-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:59', '2023-10-31 16:05:59'),
(280007, 2338, '0658-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:59', '2023-10-31 16:05:59'),
(280008, 2338, '0658-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:59', '2023-10-31 16:05:59'),
(280009, 2338, '0658-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:59', '2023-10-31 16:05:59'),
(280010, 2338, '0659-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:59', '2023-10-31 16:05:59'),
(280011, 2338, '0659-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:59', '2023-10-31 16:05:59'),
(280012, 2338, '0659-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:59', '2023-10-31 16:05:59'),
(280013, 2338, '0659-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:59', '2023-10-31 16:05:59'),
(280014, 2338, '0659-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:59', '2023-10-31 16:05:59'),
(280015, 2338, '0659-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:59', '2023-10-31 16:05:59'),
(280016, 2338, '0659-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:59', '2023-10-31 16:05:59'),
(280017, 2338, '0659-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:59', '2023-10-31 16:05:59'),
(280018, 2338, '0659-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:59', '2023-10-31 16:05:59'),
(280019, 2338, '0659-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:59', '2023-10-31 16:05:59'),
(280020, 2338, '0659-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:59', '2023-10-31 16:05:59'),
(280021, 2338, '0659-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:59', '2023-10-31 16:05:59'),
(280022, 2338, '0660-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:59', '2023-10-31 16:05:59'),
(280023, 2338, '0660-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:59', '2023-10-31 16:05:59'),
(280024, 2338, '0660-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:59', '2023-10-31 16:05:59'),
(280025, 2338, '0660-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:59', '2023-10-31 16:05:59'),
(280026, 2338, '0660-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:59', '2023-10-31 16:05:59'),
(280027, 2338, '0660-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:59', '2023-10-31 16:05:59'),
(280028, 2338, '0660-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:59', '2023-10-31 16:05:59'),
(280029, 2338, '0660-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:59', '2023-10-31 16:05:59'),
(280030, 2338, '0660-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:59', '2023-10-31 16:05:59'),
(280031, 2338, '0660-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:59', '2023-10-31 16:05:59'),
(280032, 2338, '0660-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:59', '2023-10-31 16:05:59'),
(280033, 2338, '0660-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:59', '2023-10-31 16:05:59'),
(280034, 2338, '0661-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:59', '2023-10-31 16:05:59'),
(280035, 2338, '0661-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:59', '2023-10-31 16:05:59'),
(280036, 2338, '0661-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:59', '2023-10-31 16:05:59'),
(280037, 2338, '0661-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:59', '2023-10-31 16:05:59'),
(280038, 2338, '0661-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:59', '2023-10-31 16:05:59'),
(280039, 2338, '0661-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:59', '2023-10-31 16:05:59'),
(280040, 2338, '0661-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:59', '2023-10-31 16:05:59'),
(280041, 2338, '0661-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:59', '2023-10-31 16:05:59'),
(280042, 2338, '0661-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:59', '2023-10-31 16:05:59'),
(280043, 2338, '0661-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:59', '2023-10-31 16:05:59'),
(280044, 2338, '0661-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:59', '2023-10-31 16:05:59'),
(280045, 2338, '0661-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:59', '2023-10-31 16:05:59'),
(280046, 2338, '0662-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:59', '2023-10-31 16:05:59'),
(280047, 2338, '0662-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:59', '2023-10-31 16:05:59'),
(280048, 2338, '0662-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:59', '2023-10-31 16:05:59'),
(280049, 2338, '0662-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:59', '2023-10-31 16:05:59'),
(280050, 2338, '0662-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:59', '2023-10-31 16:05:59'),
(280051, 2338, '0662-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:59', '2023-10-31 16:05:59'),
(280052, 2338, '0662-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:59', '2023-10-31 16:05:59'),
(280053, 2338, '0662-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:59', '2023-10-31 16:05:59'),
(280054, 2338, '0662-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:59', '2023-10-31 16:05:59'),
(280055, 2338, '0662-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:59', '2023-10-31 16:05:59'),
(280056, 2338, '0662-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:59', '2023-10-31 16:05:59'),
(280057, 2338, '0662-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:59', '2023-10-31 16:05:59'),
(280058, 2338, '0663-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:59', '2023-10-31 16:05:59'),
(280059, 2338, '0663-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:59', '2023-10-31 16:05:59'),
(280060, 2338, '0663-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:59', '2023-10-31 16:05:59'),
(280061, 2338, '0663-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:59', '2023-10-31 16:05:59'),
(280062, 2338, '0663-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:59', '2023-10-31 16:05:59'),
(280063, 2338, '0663-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:59', '2023-10-31 16:05:59'),
(280064, 2338, '0663-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:05:59', '2023-10-31 16:05:59'),
(280065, 2338, '0663-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:00', '2023-10-31 16:06:00'),
(280066, 2338, '0663-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:00', '2023-10-31 16:06:00'),
(280067, 2338, '0663-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:00', '2023-10-31 16:06:00'),
(280068, 2338, '0663-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:00', '2023-10-31 16:06:00'),
(280069, 2338, '0663-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:00', '2023-10-31 16:06:00'),
(280070, 2338, '0664-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:00', '2023-10-31 16:06:00'),
(280071, 2338, '0664-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:00', '2023-10-31 16:06:00'),
(280072, 2338, '0664-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:00', '2023-10-31 16:06:00'),
(280073, 2338, '0664-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:00', '2023-10-31 16:06:00'),
(280074, 2338, '0664-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:00', '2023-10-31 16:06:00'),
(280075, 2338, '0664-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:00', '2023-10-31 16:06:00'),
(280076, 2338, '0664-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:00', '2023-10-31 16:06:00'),
(280077, 2338, '0664-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:00', '2023-10-31 16:06:00'),
(280078, 2338, '0664-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:00', '2023-10-31 16:06:00'),
(280079, 2338, '0664-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:00', '2023-10-31 16:06:00'),
(280080, 2338, '0664-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:00', '2023-10-31 16:06:00'),
(280081, 2338, '0664-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:00', '2023-10-31 16:06:00'),
(280082, 2338, '0665-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:00', '2023-10-31 16:06:00'),
(280083, 2338, '0665-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:00', '2023-10-31 16:06:00'),
(280084, 2338, '0665-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:00', '2023-10-31 16:06:00'),
(280085, 2338, '0665-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:00', '2023-10-31 16:06:00'),
(280086, 2338, '0665-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:00', '2023-10-31 16:06:00'),
(280087, 2338, '0665-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:00', '2023-10-31 16:06:00'),
(280088, 2338, '0665-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:00', '2023-10-31 16:06:00'),
(280089, 2338, '0665-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:00', '2023-10-31 16:06:00'),
(280090, 2338, '0665-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:00', '2023-10-31 16:06:00'),
(280091, 2338, '0665-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:00', '2023-10-31 16:06:00'),
(280092, 2338, '0665-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:00', '2023-10-31 16:06:00'),
(280093, 2338, '0665-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:00', '2023-10-31 16:06:00'),
(280094, 2338, '0666-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:00', '2023-10-31 16:06:00'),
(280095, 2338, '0666-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:00', '2023-10-31 16:06:00'),
(280096, 2338, '0666-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:00', '2023-10-31 16:06:00'),
(280097, 2338, '0666-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:00', '2023-10-31 16:06:00'),
(280098, 2338, '0666-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:00', '2023-10-31 16:06:00'),
(280099, 2338, '0666-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:00', '2023-10-31 16:06:00'),
(280100, 2338, '0666-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:00', '2023-10-31 16:06:00'),
(280101, 2338, '0666-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:00', '2023-10-31 16:06:00'),
(280102, 2338, '0666-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:00', '2023-10-31 16:06:00'),
(280103, 2338, '0666-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:00', '2023-10-31 16:06:00'),
(280104, 2338, '0666-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:00', '2023-10-31 16:06:00'),
(280105, 2338, '0666-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:00', '2023-10-31 16:06:00'),
(280106, 2338, '0667-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:00', '2023-10-31 16:06:00'),
(280107, 2338, '0667-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:00', '2023-10-31 16:06:00'),
(280108, 2338, '0667-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:00', '2023-10-31 16:06:00'),
(280109, 2338, '0667-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:00', '2023-10-31 16:06:00'),
(280110, 2338, '0667-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:00', '2023-10-31 16:06:00'),
(280111, 2338, '0667-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:00', '2023-10-31 16:06:00'),
(280112, 2338, '0667-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:00', '2023-10-31 16:06:00'),
(280113, 2338, '0667-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:00', '2023-10-31 16:06:00'),
(280114, 2338, '0667-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:00', '2023-10-31 16:06:00'),
(280115, 2338, '0667-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:00', '2023-10-31 16:06:00'),
(280116, 2338, '0667-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:00', '2023-10-31 16:06:00'),
(280117, 2338, '0667-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:00', '2023-10-31 16:06:00'),
(280118, 2338, '0668-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:00', '2023-10-31 16:06:00'),
(280119, 2338, '0668-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:00', '2023-10-31 16:06:00'),
(280120, 2338, '0668-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:00', '2023-10-31 16:06:00'),
(280121, 2338, '0668-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:00', '2023-10-31 16:06:00'),
(280122, 2338, '0668-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:00', '2023-10-31 16:06:00');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(280123, 2338, '0668-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:00', '2023-10-31 16:06:00'),
(280124, 2338, '0668-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:00', '2023-10-31 16:06:00'),
(280125, 2338, '0668-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:00', '2023-10-31 16:06:00'),
(280126, 2338, '0668-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:00', '2023-10-31 16:06:00'),
(280127, 2338, '0668-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:00', '2023-10-31 16:06:00'),
(280128, 2338, '0668-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:00', '2023-10-31 16:06:00'),
(280129, 2338, '0668-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:00', '2023-10-31 16:06:00'),
(280130, 2338, '0669-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:00', '2023-10-31 16:06:00'),
(280131, 2338, '0669-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:00', '2023-10-31 16:06:00'),
(280132, 2338, '0669-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:00', '2023-10-31 16:06:00'),
(280133, 2338, '0669-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:00', '2023-10-31 16:06:00'),
(280134, 2338, '0669-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:00', '2023-10-31 16:06:00'),
(280135, 2338, '0669-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:00', '2023-10-31 16:06:00'),
(280136, 2338, '0669-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:00', '2023-10-31 16:06:00'),
(280137, 2338, '0669-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:00', '2023-10-31 16:06:00'),
(280138, 2338, '0669-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:00', '2023-10-31 16:06:00'),
(280139, 2338, '0669-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:00', '2023-10-31 16:06:00'),
(280140, 2338, '0669-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:00', '2023-10-31 16:06:00'),
(280141, 2338, '0669-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:00', '2023-10-31 16:06:00'),
(280142, 2338, '0670-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:00', '2023-10-31 16:06:00'),
(280143, 2338, '0670-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:00', '2023-10-31 16:06:00'),
(280144, 2338, '0670-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:00', '2023-10-31 16:06:00'),
(280145, 2338, '0670-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:00', '2023-10-31 16:06:00'),
(280146, 2338, '0670-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:00', '2023-10-31 16:06:00'),
(280147, 2338, '0670-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:00', '2023-10-31 16:06:00'),
(280148, 2338, '0670-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:00', '2023-10-31 16:06:00'),
(280149, 2338, '0670-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:00', '2023-10-31 16:06:00'),
(280150, 2338, '0670-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:00', '2023-10-31 16:06:00'),
(280151, 2338, '0670-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:00', '2023-10-31 16:06:00'),
(280152, 2338, '0670-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:00', '2023-10-31 16:06:00'),
(280153, 2338, '0670-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:00', '2023-10-31 16:06:00'),
(280154, 2338, '0671-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:00', '2023-10-31 16:06:00'),
(280155, 2338, '0671-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:00', '2023-10-31 16:06:00'),
(280156, 2338, '0671-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:00', '2023-10-31 16:06:00'),
(280157, 2338, '0671-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:00', '2023-10-31 16:06:00'),
(280158, 2338, '0671-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:00', '2023-10-31 16:06:00'),
(280159, 2338, '0671-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:00', '2023-10-31 16:06:00'),
(280160, 2338, '0671-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:00', '2023-10-31 16:06:00'),
(280161, 2338, '0671-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:00', '2023-10-31 16:06:00'),
(280162, 2338, '0671-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:00', '2023-10-31 16:06:00'),
(280163, 2338, '0671-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:00', '2023-10-31 16:06:00'),
(280164, 2338, '0671-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:00', '2023-10-31 16:06:00'),
(280165, 2338, '0671-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:00', '2023-10-31 16:06:00'),
(280166, 2338, '0672-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:00', '2023-10-31 16:06:00'),
(280167, 2338, '0672-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:00', '2023-10-31 16:06:00'),
(280168, 2338, '0672-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:00', '2023-10-31 16:06:00'),
(280169, 2338, '0672-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:00', '2023-10-31 16:06:00'),
(280170, 2338, '0672-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:00', '2023-10-31 16:06:00'),
(280171, 2338, '0672-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:00', '2023-10-31 16:06:00'),
(280172, 2338, '0672-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:00', '2023-10-31 16:06:00'),
(280173, 2338, '0672-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:00', '2023-10-31 16:06:00'),
(280174, 2338, '0672-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:00', '2023-10-31 16:06:00'),
(280175, 2338, '0672-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:00', '2023-10-31 16:06:00'),
(280176, 2338, '0672-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:00', '2023-10-31 16:06:00'),
(280177, 2338, '0672-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:00', '2023-10-31 16:06:00'),
(280178, 2338, '0673-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:00', '2023-10-31 16:06:00'),
(280179, 2338, '0673-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:00', '2023-10-31 16:06:00'),
(280180, 2338, '0673-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:00', '2023-10-31 16:06:00'),
(280181, 2338, '0673-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:00', '2023-10-31 16:06:00'),
(280182, 2338, '0673-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:00', '2023-10-31 16:06:00'),
(280183, 2338, '0673-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:00', '2023-10-31 16:06:00'),
(280184, 2338, '0673-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:00', '2023-10-31 16:06:00'),
(280185, 2338, '0673-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:00', '2023-10-31 16:06:00'),
(280186, 2338, '0673-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:00', '2023-10-31 16:06:00'),
(280187, 2338, '0673-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:00', '2023-10-31 16:06:00'),
(280188, 2338, '0673-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:00', '2023-10-31 16:06:00'),
(280189, 2338, '0673-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:00', '2023-10-31 16:06:00'),
(280190, 2338, '0674-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:00', '2023-10-31 16:06:00'),
(280191, 2338, '0674-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:00', '2023-10-31 16:06:00'),
(280192, 2338, '0674-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:00', '2023-10-31 16:06:00'),
(280193, 2338, '0674-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:00', '2023-10-31 16:06:00'),
(280194, 2338, '0674-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:00', '2023-10-31 16:06:00'),
(280195, 2338, '0674-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:00', '2023-10-31 16:06:00'),
(280196, 2338, '0674-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:00', '2023-10-31 16:06:00'),
(280197, 2338, '0674-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:00', '2023-10-31 16:06:00'),
(280198, 2338, '0674-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:00', '2023-10-31 16:06:00'),
(280199, 2338, '0674-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:00', '2023-10-31 16:06:00'),
(280200, 2338, '0674-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:00', '2023-10-31 16:06:00'),
(280201, 2338, '0674-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:00', '2023-10-31 16:06:00'),
(280202, 2338, '0675-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:00', '2023-10-31 16:06:00'),
(280203, 2338, '0675-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:00', '2023-10-31 16:06:00'),
(280204, 2338, '0675-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:00', '2023-10-31 16:06:00'),
(280205, 2338, '0675-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:00', '2023-10-31 16:06:00'),
(280206, 2338, '0675-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:00', '2023-10-31 16:06:00'),
(280207, 2338, '0675-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:00', '2023-10-31 16:06:00'),
(280208, 2338, '0675-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:00', '2023-10-31 16:06:00'),
(280209, 2338, '0675-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:00', '2023-10-31 16:06:00'),
(280210, 2338, '0675-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:00', '2023-10-31 16:06:00'),
(280211, 2338, '0675-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:00', '2023-10-31 16:06:00'),
(280212, 2338, '0675-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:00', '2023-10-31 16:06:00'),
(280213, 2338, '0675-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:00', '2023-10-31 16:06:00'),
(280214, 2338, '0676-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:00', '2023-10-31 16:06:00'),
(280215, 2338, '0676-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:00', '2023-10-31 16:06:00'),
(280216, 2338, '0676-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:00', '2023-10-31 16:06:00'),
(280217, 2338, '0676-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:00', '2023-10-31 16:06:00'),
(280218, 2338, '0676-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:00', '2023-10-31 16:06:00'),
(280219, 2338, '0676-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:00', '2023-10-31 16:06:00'),
(280220, 2338, '0676-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:00', '2023-10-31 16:06:00'),
(280221, 2338, '0676-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:00', '2023-10-31 16:06:00'),
(280222, 2338, '0676-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:00', '2023-10-31 16:06:00'),
(280223, 2338, '0676-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:00', '2023-10-31 16:06:00'),
(280224, 2338, '0676-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:00', '2023-10-31 16:06:00'),
(280225, 2338, '0676-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:00', '2023-10-31 16:06:00'),
(280226, 2338, '0677-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:00', '2023-10-31 16:06:00'),
(280227, 2338, '0677-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:00', '2023-10-31 16:06:00'),
(280228, 2338, '0677-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:00', '2023-10-31 16:06:00'),
(280229, 2338, '0677-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:00', '2023-10-31 16:06:00'),
(280230, 2338, '0677-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:00', '2023-10-31 16:06:00'),
(280231, 2338, '0677-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:00', '2023-10-31 16:06:00'),
(280232, 2338, '0677-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:00', '2023-10-31 16:06:00'),
(280233, 2338, '0677-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:00', '2023-10-31 16:06:00'),
(280234, 2338, '0677-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:00', '2023-10-31 16:06:00'),
(280235, 2338, '0677-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:00', '2023-10-31 16:06:00'),
(280236, 2338, '0677-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:00', '2023-10-31 16:06:00'),
(280237, 2338, '0677-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:00', '2023-10-31 16:06:00'),
(280238, 2338, '0678-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:00', '2023-10-31 16:06:00'),
(280239, 2338, '0678-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:00', '2023-10-31 16:06:00'),
(280240, 2338, '0678-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:00', '2023-10-31 16:06:00'),
(280241, 2338, '0678-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:00', '2023-10-31 16:06:00'),
(280242, 2338, '0678-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:00', '2023-10-31 16:06:00'),
(280243, 2338, '0678-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:00', '2023-10-31 16:06:00'),
(280244, 2338, '0678-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:00', '2023-10-31 16:06:00'),
(280245, 2338, '0678-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:00', '2023-10-31 16:06:00'),
(280246, 2338, '0678-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:00', '2023-10-31 16:06:00'),
(280247, 2338, '0678-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:00', '2023-10-31 16:06:00'),
(280248, 2338, '0678-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:00', '2023-10-31 16:06:00'),
(280249, 2338, '0678-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:00', '2023-10-31 16:06:00'),
(280250, 2338, '0679-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:00', '2023-10-31 16:06:00'),
(280251, 2338, '0679-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:00', '2023-10-31 16:06:00'),
(280252, 2338, '0679-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:00', '2023-10-31 16:06:00'),
(280253, 2338, '0679-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:00', '2023-10-31 16:06:00'),
(280254, 2338, '0679-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:00', '2023-10-31 16:06:00'),
(280255, 2338, '0679-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:00', '2023-10-31 16:06:00'),
(280256, 2338, '0679-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:00', '2023-10-31 16:06:00'),
(280257, 2338, '0679-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:00', '2023-10-31 16:06:00'),
(280258, 2338, '0679-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:00', '2023-10-31 16:06:00'),
(280259, 2338, '0679-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:00', '2023-10-31 16:06:00'),
(280260, 2338, '0679-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:00', '2023-10-31 16:06:00'),
(280261, 2338, '0679-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:00', '2023-10-31 16:06:00'),
(280262, 2338, '0680-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:00', '2023-10-31 16:06:00'),
(280263, 2338, '0680-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:00', '2023-10-31 16:06:00'),
(280264, 2338, '0680-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:00', '2023-10-31 16:06:00'),
(280265, 2338, '0680-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:00', '2023-10-31 16:06:00'),
(280266, 2338, '0680-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:00', '2023-10-31 16:06:00'),
(280267, 2338, '0680-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:00', '2023-10-31 16:06:00'),
(280268, 2338, '0680-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:00', '2023-10-31 16:06:00'),
(280269, 2338, '0680-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:00', '2023-10-31 16:06:00'),
(280270, 2338, '0680-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:00', '2023-10-31 16:06:00'),
(280271, 2338, '0680-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:00', '2023-10-31 16:06:00'),
(280272, 2338, '0680-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:00', '2023-10-31 16:06:00'),
(280273, 2338, '0680-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:00', '2023-10-31 16:06:00'),
(280274, 2338, '0681-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:01', '2023-10-31 16:06:01'),
(280275, 2338, '0681-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:01', '2023-10-31 16:06:01'),
(280276, 2338, '0681-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:01', '2023-10-31 16:06:01'),
(280277, 2338, '0681-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:01', '2023-10-31 16:06:01'),
(280278, 2338, '0681-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:01', '2023-10-31 16:06:01'),
(280279, 2338, '0681-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:01', '2023-10-31 16:06:01'),
(280280, 2338, '0681-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:01', '2023-10-31 16:06:01'),
(280281, 2338, '0681-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:01', '2023-10-31 16:06:01'),
(280282, 2338, '0681-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:01', '2023-10-31 16:06:01'),
(280283, 2338, '0681-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:01', '2023-10-31 16:06:01'),
(280284, 2338, '0681-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:01', '2023-10-31 16:06:01'),
(280285, 2338, '0681-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:01', '2023-10-31 16:06:01'),
(280286, 2338, '0682-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:01', '2023-10-31 16:06:01'),
(280287, 2338, '0682-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:01', '2023-10-31 16:06:01'),
(280288, 2338, '0682-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:01', '2023-10-31 16:06:01'),
(280289, 2338, '0682-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:01', '2023-10-31 16:06:01'),
(280290, 2338, '0682-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:01', '2023-10-31 16:06:01'),
(280291, 2338, '0682-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:01', '2023-10-31 16:06:01'),
(280292, 2338, '0682-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:01', '2023-10-31 16:06:01'),
(280293, 2338, '0682-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:01', '2023-10-31 16:06:01'),
(280294, 2338, '0682-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:01', '2023-10-31 16:06:01'),
(280295, 2338, '0682-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:01', '2023-10-31 16:06:01'),
(280296, 2338, '0682-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:01', '2023-10-31 16:06:01'),
(280297, 2338, '0682-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:01', '2023-10-31 16:06:01'),
(280298, 2338, '0683-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:01', '2023-10-31 16:06:01'),
(280299, 2338, '0683-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:01', '2023-10-31 16:06:01'),
(280300, 2338, '0683-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:01', '2023-10-31 16:06:01'),
(280301, 2338, '0683-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:01', '2023-10-31 16:06:01'),
(280302, 2338, '0683-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:01', '2023-10-31 16:06:01'),
(280303, 2338, '0683-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:01', '2023-10-31 16:06:01'),
(280304, 2338, '0683-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:01', '2023-10-31 16:06:01'),
(280305, 2338, '0683-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:01', '2023-10-31 16:06:01'),
(280306, 2338, '0683-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:01', '2023-10-31 16:06:01'),
(280307, 2338, '0683-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:01', '2023-10-31 16:06:01'),
(280308, 2338, '0683-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:01', '2023-10-31 16:06:01'),
(280309, 2338, '0683-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:01', '2023-10-31 16:06:01'),
(280310, 2338, '0684-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:01', '2023-10-31 16:06:01'),
(280311, 2338, '0684-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:01', '2023-10-31 16:06:01'),
(280312, 2338, '0684-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:01', '2023-10-31 16:06:01'),
(280313, 2338, '0684-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:01', '2023-10-31 16:06:01'),
(280314, 2338, '0684-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:01', '2023-10-31 16:06:01'),
(280315, 2338, '0684-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:01', '2023-10-31 16:06:01'),
(280316, 2338, '0684-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:01', '2023-10-31 16:06:01'),
(280317, 2338, '0684-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:01', '2023-10-31 16:06:01'),
(280318, 2338, '0684-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:01', '2023-10-31 16:06:01'),
(280319, 2338, '0684-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:01', '2023-10-31 16:06:01'),
(280320, 2338, '0684-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:01', '2023-10-31 16:06:01'),
(280321, 2338, '0684-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:01', '2023-10-31 16:06:01'),
(280322, 2338, '0685-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:01', '2023-10-31 16:06:01'),
(280323, 2338, '0685-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:01', '2023-10-31 16:06:01'),
(280324, 2338, '0685-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:01', '2023-10-31 16:06:01'),
(280325, 2338, '0685-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:01', '2023-10-31 16:06:01'),
(280326, 2338, '0685-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:01', '2023-10-31 16:06:01'),
(280327, 2338, '0685-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:01', '2023-10-31 16:06:01'),
(280328, 2338, '0685-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:01', '2023-10-31 16:06:01'),
(280329, 2338, '0685-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:01', '2023-10-31 16:06:01'),
(280330, 2338, '0685-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:01', '2023-10-31 16:06:01'),
(280331, 2338, '0685-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:01', '2023-10-31 16:06:01'),
(280332, 2338, '0685-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:01', '2023-10-31 16:06:01'),
(280333, 2338, '0685-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:01', '2023-10-31 16:06:01'),
(280334, 2338, '0686-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:01', '2023-10-31 16:06:01'),
(280335, 2338, '0686-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:01', '2023-10-31 16:06:01'),
(280336, 2338, '0686-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:01', '2023-10-31 16:06:01'),
(280337, 2338, '0686-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:01', '2023-10-31 16:06:01'),
(280338, 2338, '0686-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:01', '2023-10-31 16:06:01'),
(280339, 2338, '0686-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:01', '2023-10-31 16:06:01'),
(280340, 2338, '0686-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:01', '2023-10-31 16:06:01'),
(280341, 2338, '0686-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:01', '2023-10-31 16:06:01'),
(280342, 2338, '0686-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:01', '2023-10-31 16:06:01'),
(280343, 2338, '0686-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:01', '2023-10-31 16:06:01'),
(280344, 2338, '0686-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:01', '2023-10-31 16:06:01'),
(280345, 2338, '0686-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:01', '2023-10-31 16:06:01'),
(280346, 2338, '0687-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:01', '2023-10-31 16:06:01'),
(280347, 2338, '0687-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:01', '2023-10-31 16:06:01'),
(280348, 2338, '0687-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:01', '2023-10-31 16:06:01'),
(280349, 2338, '0687-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:01', '2023-10-31 16:06:01'),
(280350, 2338, '0687-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:01', '2023-10-31 16:06:01'),
(280351, 2338, '0687-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:01', '2023-10-31 16:06:01'),
(280352, 2338, '0687-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:01', '2023-10-31 16:06:01'),
(280353, 2338, '0687-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:01', '2023-10-31 16:06:01'),
(280354, 2338, '0687-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:01', '2023-10-31 16:06:01'),
(280355, 2338, '0687-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:01', '2023-10-31 16:06:01'),
(280356, 2338, '0687-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:01', '2023-10-31 16:06:01'),
(280357, 2338, '0687-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:01', '2023-10-31 16:06:01'),
(280358, 2338, '0688-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:01', '2023-10-31 16:06:01'),
(280359, 2338, '0688-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:01', '2023-10-31 16:06:01'),
(280360, 2338, '0688-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:01', '2023-10-31 16:06:01'),
(280361, 2338, '0688-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:01', '2023-10-31 16:06:01'),
(280362, 2338, '0688-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:01', '2023-10-31 16:06:01'),
(280363, 2338, '0688-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:01', '2023-10-31 16:06:01'),
(280364, 2338, '0688-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:01', '2023-10-31 16:06:01'),
(280365, 2338, '0688-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:01', '2023-10-31 16:06:01'),
(280366, 2338, '0688-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:01', '2023-10-31 16:06:01'),
(280367, 2338, '0688-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:01', '2023-10-31 16:06:01'),
(280368, 2338, '0688-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:01', '2023-10-31 16:06:01'),
(280369, 2338, '0688-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:01', '2023-10-31 16:06:01'),
(280370, 2338, '0689-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:01', '2023-10-31 16:06:01'),
(280371, 2338, '0689-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:01', '2023-10-31 16:06:01'),
(280372, 2338, '0689-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:01', '2023-10-31 16:06:01'),
(280373, 2338, '0689-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:01', '2023-10-31 16:06:01'),
(280374, 2338, '0689-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:01', '2023-10-31 16:06:01'),
(280375, 2338, '0689-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:01', '2023-10-31 16:06:01'),
(280376, 2338, '0689-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:01', '2023-10-31 16:06:01'),
(280377, 2338, '0689-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:01', '2023-10-31 16:06:01'),
(280378, 2338, '0689-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:01', '2023-10-31 16:06:01'),
(280379, 2338, '0689-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:01', '2023-10-31 16:06:01'),
(280380, 2338, '0689-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:01', '2023-10-31 16:06:01'),
(280381, 2338, '0689-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:01', '2023-10-31 16:06:01'),
(280382, 2338, '0690-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:01', '2023-10-31 16:06:01'),
(280383, 2338, '0690-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:01', '2023-10-31 16:06:01'),
(280384, 2338, '0690-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:01', '2023-10-31 16:06:01'),
(280385, 2338, '0690-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:01', '2023-10-31 16:06:01'),
(280386, 2338, '0690-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:01', '2023-10-31 16:06:01'),
(280387, 2338, '0690-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:01', '2023-10-31 16:06:01'),
(280388, 2338, '0690-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:01', '2023-10-31 16:06:01'),
(280389, 2338, '0690-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:01', '2023-10-31 16:06:01'),
(280390, 2338, '0690-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:01', '2023-10-31 16:06:01'),
(280391, 2338, '0690-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:01', '2023-10-31 16:06:01'),
(280392, 2338, '0690-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:01', '2023-10-31 16:06:01'),
(280393, 2338, '0690-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:01', '2023-10-31 16:06:01'),
(280394, 2338, '0691-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:01', '2023-10-31 16:06:01'),
(280395, 2338, '0691-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:01', '2023-10-31 16:06:01'),
(280396, 2338, '0691-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:01', '2023-10-31 16:06:01'),
(280397, 2338, '0691-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:01', '2023-10-31 16:06:01'),
(280398, 2338, '0691-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:01', '2023-10-31 16:06:01'),
(280399, 2338, '0691-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:01', '2023-10-31 16:06:01'),
(280400, 2338, '0691-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:01', '2023-10-31 16:06:01'),
(280401, 2338, '0691-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:01', '2023-10-31 16:06:01'),
(280402, 2338, '0691-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:01', '2023-10-31 16:06:01'),
(280403, 2338, '0691-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:01', '2023-10-31 16:06:01'),
(280404, 2338, '0691-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:01', '2023-10-31 16:06:01'),
(280405, 2338, '0691-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:01', '2023-10-31 16:06:01'),
(280406, 2338, '0692-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:01', '2023-10-31 16:06:01'),
(280407, 2338, '0692-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:01', '2023-10-31 16:06:01'),
(280408, 2338, '0692-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:01', '2023-10-31 16:06:01'),
(280409, 2338, '0692-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:01', '2023-10-31 16:06:01'),
(280410, 2338, '0692-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:01', '2023-10-31 16:06:01'),
(280411, 2338, '0692-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:01', '2023-10-31 16:06:01'),
(280412, 2338, '0692-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:01', '2023-10-31 16:06:01'),
(280413, 2338, '0692-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:01', '2023-10-31 16:06:01'),
(280414, 2338, '0692-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:01', '2023-10-31 16:06:01'),
(280415, 2338, '0692-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:01', '2023-10-31 16:06:01'),
(280416, 2338, '0692-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:01', '2023-10-31 16:06:01'),
(280417, 2338, '0692-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:01', '2023-10-31 16:06:01'),
(280418, 2338, '0693-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:01', '2023-10-31 16:06:01'),
(280419, 2338, '0693-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:01', '2023-10-31 16:06:01'),
(280420, 2338, '0693-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:01', '2023-10-31 16:06:01'),
(280421, 2338, '0693-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:01', '2023-10-31 16:06:01'),
(280422, 2338, '0693-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:01', '2023-10-31 16:06:01'),
(280423, 2338, '0693-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:01', '2023-10-31 16:06:01'),
(280424, 2338, '0693-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:01', '2023-10-31 16:06:01'),
(280425, 2338, '0693-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:01', '2023-10-31 16:06:01'),
(280426, 2338, '0693-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:01', '2023-10-31 16:06:01'),
(280427, 2338, '0693-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:01', '2023-10-31 16:06:01'),
(280428, 2338, '0693-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:01', '2023-10-31 16:06:01'),
(280429, 2338, '0693-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:01', '2023-10-31 16:06:01'),
(280430, 2338, '0694-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:01', '2023-10-31 16:06:01'),
(280431, 2338, '0694-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:01', '2023-10-31 16:06:01'),
(280432, 2338, '0694-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:01', '2023-10-31 16:06:01'),
(280433, 2338, '0694-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:01', '2023-10-31 16:06:01'),
(280434, 2338, '0694-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:01', '2023-10-31 16:06:01'),
(280435, 2338, '0694-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:01', '2023-10-31 16:06:01'),
(280436, 2338, '0694-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:01', '2023-10-31 16:06:01'),
(280437, 2338, '0694-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:01', '2023-10-31 16:06:01'),
(280438, 2338, '0694-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:01', '2023-10-31 16:06:01'),
(280439, 2338, '0694-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:01', '2023-10-31 16:06:01'),
(280440, 2338, '0694-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:01', '2023-10-31 16:06:01'),
(280441, 2338, '0694-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:01', '2023-10-31 16:06:01'),
(280442, 2338, '0695-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:01', '2023-10-31 16:06:01'),
(280443, 2338, '0695-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:01', '2023-10-31 16:06:01'),
(280444, 2338, '0695-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:01', '2023-10-31 16:06:01'),
(280445, 2338, '0695-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:01', '2023-10-31 16:06:01'),
(280446, 2338, '0695-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:01', '2023-10-31 16:06:01'),
(280447, 2338, '0695-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:01', '2023-10-31 16:06:01'),
(280448, 2338, '0695-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:01', '2023-10-31 16:06:01'),
(280449, 2338, '0695-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:01', '2023-10-31 16:06:01'),
(280450, 2338, '0695-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:01', '2023-10-31 16:06:01'),
(280451, 2338, '0695-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:01', '2023-10-31 16:06:01'),
(280452, 2338, '0695-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:01', '2023-10-31 16:06:01'),
(280453, 2338, '0695-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:01', '2023-10-31 16:06:01'),
(280454, 2338, '0696-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:01', '2023-10-31 16:06:01'),
(280455, 2338, '0696-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:01', '2023-10-31 16:06:01'),
(280456, 2338, '0696-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:01', '2023-10-31 16:06:01'),
(280457, 2338, '0696-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:01', '2023-10-31 16:06:01'),
(280458, 2338, '0696-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:01', '2023-10-31 16:06:01'),
(280459, 2338, '0696-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:01', '2023-10-31 16:06:01'),
(280460, 2338, '0696-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:01', '2023-10-31 16:06:01'),
(280461, 2338, '0696-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:01', '2023-10-31 16:06:01'),
(280462, 2338, '0696-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:01', '2023-10-31 16:06:01'),
(280463, 2338, '0696-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:01', '2023-10-31 16:06:01'),
(280464, 2338, '0696-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:01', '2023-10-31 16:06:01'),
(280465, 2338, '0696-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:01', '2023-10-31 16:06:01'),
(280466, 2338, '0697-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:01', '2023-10-31 16:06:01'),
(280467, 2338, '0697-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:01', '2023-10-31 16:06:01'),
(280468, 2338, '0697-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:01', '2023-10-31 16:06:01'),
(280469, 2338, '0697-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:01', '2023-10-31 16:06:01'),
(280470, 2338, '0697-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:01', '2023-10-31 16:06:01'),
(280471, 2338, '0697-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:01', '2023-10-31 16:06:01'),
(280472, 2338, '0697-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:01', '2023-10-31 16:06:01'),
(280473, 2338, '0697-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:01', '2023-10-31 16:06:01'),
(280474, 2338, '0697-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:01', '2023-10-31 16:06:01'),
(280475, 2338, '0697-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:01', '2023-10-31 16:06:01'),
(280476, 2338, '0697-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:02', '2023-10-31 16:06:02'),
(280477, 2338, '0697-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:02', '2023-10-31 16:06:02'),
(280478, 2338, '0698-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:02', '2023-10-31 16:06:02'),
(280479, 2338, '0698-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:02', '2023-10-31 16:06:02'),
(280480, 2338, '0698-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:02', '2023-10-31 16:06:02'),
(280481, 2338, '0698-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:02', '2023-10-31 16:06:02'),
(280482, 2338, '0698-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:02', '2023-10-31 16:06:02'),
(280483, 2338, '0698-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:02', '2023-10-31 16:06:02'),
(280484, 2338, '0698-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:02', '2023-10-31 16:06:02'),
(280485, 2338, '0698-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:02', '2023-10-31 16:06:02'),
(280486, 2338, '0698-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:02', '2023-10-31 16:06:02'),
(280487, 2338, '0698-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:02', '2023-10-31 16:06:02'),
(280488, 2338, '0698-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:02', '2023-10-31 16:06:02'),
(280489, 2338, '0698-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:02', '2023-10-31 16:06:02'),
(280490, 2338, '0699-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:02', '2023-10-31 16:06:02'),
(280491, 2338, '0699-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:02', '2023-10-31 16:06:02'),
(280492, 2338, '0699-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:02', '2023-10-31 16:06:02'),
(280493, 2338, '0699-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:02', '2023-10-31 16:06:02'),
(280494, 2338, '0699-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:02', '2023-10-31 16:06:02'),
(280495, 2338, '0699-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:02', '2023-10-31 16:06:02'),
(280496, 2338, '0699-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:02', '2023-10-31 16:06:02'),
(280497, 2338, '0699-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:02', '2023-10-31 16:06:02'),
(280498, 2338, '0699-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:02', '2023-10-31 16:06:02'),
(280499, 2338, '0699-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:02', '2023-10-31 16:06:02'),
(280500, 2338, '0699-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:02', '2023-10-31 16:06:02'),
(280501, 2338, '0699-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:02', '2023-10-31 16:06:02'),
(280502, 2338, '0700-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:02', '2023-10-31 16:06:02'),
(280503, 2338, '0700-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:02', '2023-10-31 16:06:02'),
(280504, 2338, '0700-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:02', '2023-10-31 16:06:02'),
(280505, 2338, '0700-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:02', '2023-10-31 16:06:02'),
(280506, 2338, '0700-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:02', '2023-10-31 16:06:02'),
(280507, 2338, '0700-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:02', '2023-10-31 16:06:02'),
(280508, 2338, '0700-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:02', '2023-10-31 16:06:02'),
(280509, 2338, '0700-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:02', '2023-10-31 16:06:02'),
(280510, 2338, '0700-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:02', '2023-10-31 16:06:02'),
(280511, 2338, '0700-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:02', '2023-10-31 16:06:02'),
(280512, 2338, '0700-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:02', '2023-10-31 16:06:02'),
(280513, 2338, '0700-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:02', '2023-10-31 16:06:02'),
(280514, 2338, '0701-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:02', '2023-10-31 16:06:02'),
(280515, 2338, '0701-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:02', '2023-10-31 16:06:02'),
(280516, 2338, '0701-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:02', '2023-10-31 16:06:02'),
(280517, 2338, '0701-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:02', '2023-10-31 16:06:02'),
(280518, 2338, '0701-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:02', '2023-10-31 16:06:02'),
(280519, 2338, '0701-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:02', '2023-10-31 16:06:02'),
(280520, 2338, '0701-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:02', '2023-10-31 16:06:02'),
(280521, 2338, '0701-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:02', '2023-10-31 16:06:02'),
(280522, 2338, '0701-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:02', '2023-10-31 16:06:02'),
(280523, 2338, '0701-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:02', '2023-10-31 16:06:02'),
(280524, 2338, '0701-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:02', '2023-10-31 16:06:02'),
(280525, 2338, '0701-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:02', '2023-10-31 16:06:02'),
(280526, 2338, '0702-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:02', '2023-10-31 16:06:02'),
(280527, 2338, '0702-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:02', '2023-10-31 16:06:02'),
(280528, 2338, '0702-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:02', '2023-10-31 16:06:02'),
(280529, 2338, '0702-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:02', '2023-10-31 16:06:02'),
(280530, 2338, '0702-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:02', '2023-10-31 16:06:02'),
(280531, 2338, '0702-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:02', '2023-10-31 16:06:02'),
(280532, 2338, '0702-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:02', '2023-10-31 16:06:02'),
(280533, 2338, '0702-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:02', '2023-10-31 16:06:02'),
(280534, 2338, '0702-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:02', '2023-10-31 16:06:02'),
(280535, 2338, '0702-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:02', '2023-10-31 16:06:02'),
(280536, 2338, '0702-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:02', '2023-10-31 16:06:02'),
(280537, 2338, '0702-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:02', '2023-10-31 16:06:02'),
(280538, 2338, '0703-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:02', '2023-10-31 16:06:02'),
(280539, 2338, '0703-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:02', '2023-10-31 16:06:02'),
(280540, 2338, '0703-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:02', '2023-10-31 16:06:02'),
(280541, 2338, '0703-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:02', '2023-10-31 16:06:02'),
(280542, 2338, '0703-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:02', '2023-10-31 16:06:02'),
(280543, 2338, '0703-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:02', '2023-10-31 16:06:02'),
(280544, 2338, '0703-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:02', '2023-10-31 16:06:02'),
(280545, 2338, '0703-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:02', '2023-10-31 16:06:02'),
(280546, 2338, '0703-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:02', '2023-10-31 16:06:02'),
(280547, 2338, '0703-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:02', '2023-10-31 16:06:02'),
(280548, 2338, '0703-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:02', '2023-10-31 16:06:02'),
(280549, 2338, '0703-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:02', '2023-10-31 16:06:02'),
(280550, 2338, '0704-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:02', '2023-10-31 16:06:02'),
(280551, 2338, '0704-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:02', '2023-10-31 16:06:02'),
(280552, 2338, '0704-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:02', '2023-10-31 16:06:02'),
(280553, 2338, '0704-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:02', '2023-10-31 16:06:02'),
(280554, 2338, '0704-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:02', '2023-10-31 16:06:02'),
(280555, 2338, '0704-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:02', '2023-10-31 16:06:02'),
(280556, 2338, '0704-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:02', '2023-10-31 16:06:02'),
(280557, 2338, '0704-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:02', '2023-10-31 16:06:02'),
(280558, 2338, '0704-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:02', '2023-10-31 16:06:02'),
(280559, 2338, '0704-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:02', '2023-10-31 16:06:02'),
(280560, 2338, '0704-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:02', '2023-10-31 16:06:02'),
(280561, 2338, '0704-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:02', '2023-10-31 16:06:02'),
(280562, 2338, '0705-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:02', '2023-10-31 16:06:02'),
(280563, 2338, '0705-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:02', '2023-10-31 16:06:02'),
(280564, 2338, '0705-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:02', '2023-10-31 16:06:02'),
(280565, 2338, '0705-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:02', '2023-10-31 16:06:02'),
(280566, 2338, '0705-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:02', '2023-10-31 16:06:02'),
(280567, 2338, '0705-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:02', '2023-10-31 16:06:02'),
(280568, 2338, '0705-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:02', '2023-10-31 16:06:02'),
(280569, 2338, '0705-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:02', '2023-10-31 16:06:02'),
(280570, 2338, '0705-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:02', '2023-10-31 16:06:02'),
(280571, 2338, '0705-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:02', '2023-10-31 16:06:02'),
(280572, 2338, '0705-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:02', '2023-10-31 16:06:02'),
(280573, 2338, '0705-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:02', '2023-10-31 16:06:02'),
(280574, 2338, '0706-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:02', '2023-10-31 16:06:02'),
(280575, 2338, '0706-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:02', '2023-10-31 16:06:02'),
(280576, 2338, '0706-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:02', '2023-10-31 16:06:02'),
(280577, 2338, '0706-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:02', '2023-10-31 16:06:02'),
(280578, 2338, '0706-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:02', '2023-10-31 16:06:02'),
(280579, 2338, '0706-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:02', '2023-10-31 16:06:02'),
(280580, 2338, '0706-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:02', '2023-10-31 16:06:02'),
(280581, 2338, '0706-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:02', '2023-10-31 16:06:02'),
(280582, 2338, '0706-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:02', '2023-10-31 16:06:02'),
(280583, 2338, '0706-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:02', '2023-10-31 16:06:02'),
(280584, 2338, '0706-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:02', '2023-10-31 16:06:02'),
(280585, 2338, '0706-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:02', '2023-10-31 16:06:02'),
(280586, 2338, '0707-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:02', '2023-10-31 16:06:02'),
(280587, 2338, '0707-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:02', '2023-10-31 16:06:02');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(280588, 2338, '0707-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:02', '2023-10-31 16:06:02'),
(280589, 2338, '0707-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:02', '2023-10-31 16:06:02'),
(280590, 2338, '0707-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:02', '2023-10-31 16:06:02'),
(280591, 2338, '0707-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:02', '2023-10-31 16:06:02'),
(280592, 2338, '0707-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:02', '2023-10-31 16:06:02'),
(280593, 2338, '0707-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:02', '2023-10-31 16:06:02'),
(280594, 2338, '0707-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:02', '2023-10-31 16:06:02'),
(280595, 2338, '0707-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:02', '2023-10-31 16:06:02'),
(280596, 2338, '0707-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:02', '2023-10-31 16:06:02'),
(280597, 2338, '0707-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:02', '2023-10-31 16:06:02'),
(280598, 2338, '0708-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:02', '2023-10-31 16:06:02'),
(280599, 2338, '0708-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:02', '2023-10-31 16:06:02'),
(280600, 2338, '0708-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:02', '2023-10-31 16:06:02'),
(280601, 2338, '0708-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:02', '2023-10-31 16:06:02'),
(280602, 2338, '0708-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:02', '2023-10-31 16:06:02'),
(280603, 2338, '0708-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:02', '2023-10-31 16:06:02'),
(280604, 2338, '0708-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:02', '2023-10-31 16:06:02'),
(280605, 2338, '0708-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:02', '2023-10-31 16:06:02'),
(280606, 2338, '0708-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:02', '2023-10-31 16:06:02'),
(280607, 2338, '0708-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:02', '2023-10-31 16:06:02'),
(280608, 2338, '0708-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:02', '2023-10-31 16:06:02'),
(280609, 2338, '0708-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:02', '2023-10-31 16:06:02'),
(280610, 2338, '0709-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:02', '2023-10-31 16:06:02'),
(280611, 2338, '0709-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:02', '2023-10-31 16:06:02'),
(280612, 2338, '0709-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:02', '2023-10-31 16:06:02'),
(280613, 2338, '0709-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:02', '2023-10-31 16:06:02'),
(280614, 2338, '0709-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:02', '2023-10-31 16:06:02'),
(280615, 2338, '0709-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:02', '2023-10-31 16:06:02'),
(280616, 2338, '0709-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:02', '2023-10-31 16:06:02'),
(280617, 2338, '0709-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:02', '2023-10-31 16:06:02'),
(280618, 2338, '0709-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:02', '2023-10-31 16:06:02'),
(280619, 2338, '0709-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:02', '2023-10-31 16:06:02'),
(280620, 2338, '0709-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:02', '2023-10-31 16:06:02'),
(280621, 2338, '0709-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:02', '2023-10-31 16:06:02'),
(280622, 2338, '0710-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:02', '2023-10-31 16:06:02'),
(280623, 2338, '0710-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:02', '2023-10-31 16:06:02'),
(280624, 2338, '0710-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:02', '2023-10-31 16:06:02'),
(280625, 2338, '0710-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:02', '2023-10-31 16:06:02'),
(280626, 2338, '0710-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:02', '2023-10-31 16:06:02'),
(280627, 2338, '0710-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:02', '2023-10-31 16:06:02'),
(280628, 2338, '0710-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:02', '2023-10-31 16:06:02'),
(280629, 2338, '0710-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:02', '2023-10-31 16:06:02'),
(280630, 2338, '0710-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:02', '2023-10-31 16:06:02'),
(280631, 2338, '0710-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:02', '2023-10-31 16:06:02'),
(280632, 2338, '0710-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:02', '2023-10-31 16:06:02'),
(280633, 2338, '0710-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:02', '2023-10-31 16:06:02'),
(280634, 2338, '0711-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:02', '2023-10-31 16:06:02'),
(280635, 2338, '0711-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:02', '2023-10-31 16:06:02'),
(280636, 2338, '0711-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:02', '2023-10-31 16:06:02'),
(280637, 2338, '0711-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:02', '2023-10-31 16:06:02'),
(280638, 2338, '0711-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:02', '2023-10-31 16:06:02'),
(280639, 2338, '0711-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:02', '2023-10-31 16:06:02'),
(280640, 2338, '0711-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:02', '2023-10-31 16:06:02'),
(280641, 2338, '0711-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:02', '2023-10-31 16:06:02'),
(280642, 2338, '0711-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:02', '2023-10-31 16:06:02'),
(280643, 2338, '0711-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:02', '2023-10-31 16:06:02'),
(280644, 2338, '0711-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:02', '2023-10-31 16:06:02'),
(280645, 2338, '0711-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:02', '2023-10-31 16:06:02'),
(280646, 2338, '0712-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:02', '2023-10-31 16:06:02'),
(280647, 2338, '0712-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:02', '2023-10-31 16:06:02'),
(280648, 2338, '0712-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:02', '2023-10-31 16:06:02'),
(280649, 2338, '0712-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:02', '2023-10-31 16:06:02'),
(280650, 2338, '0712-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:02', '2023-10-31 16:06:02'),
(280651, 2338, '0712-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:02', '2023-10-31 16:06:02'),
(280652, 2338, '0712-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:02', '2023-10-31 16:06:02'),
(280653, 2338, '0712-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:02', '2023-10-31 16:06:02'),
(280654, 2338, '0712-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:02', '2023-10-31 16:06:02'),
(280655, 2338, '0712-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:02', '2023-10-31 16:06:02'),
(280656, 2338, '0712-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:02', '2023-10-31 16:06:02'),
(280657, 2338, '0712-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:02', '2023-10-31 16:06:02'),
(280658, 2338, '0713-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:02', '2023-10-31 16:06:02'),
(280659, 2338, '0713-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:02', '2023-10-31 16:06:02'),
(280660, 2338, '0713-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:02', '2023-10-31 16:06:02'),
(280661, 2338, '0713-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:02', '2023-10-31 16:06:02'),
(280662, 2338, '0713-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:02', '2023-10-31 16:06:02'),
(280663, 2338, '0713-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:02', '2023-10-31 16:06:02'),
(280664, 2338, '0713-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:02', '2023-10-31 16:06:02'),
(280665, 2338, '0713-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:02', '2023-10-31 16:06:02'),
(280666, 2338, '0713-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:02', '2023-10-31 16:06:02'),
(280667, 2338, '0713-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:02', '2023-10-31 16:06:02'),
(280668, 2338, '0713-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:02', '2023-10-31 16:06:02'),
(280669, 2338, '0713-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:02', '2023-10-31 16:06:02'),
(280670, 2338, '0714-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:02', '2023-10-31 16:06:02'),
(280671, 2338, '0714-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:02', '2023-10-31 16:06:02'),
(280672, 2338, '0714-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:02', '2023-10-31 16:06:02'),
(280673, 2338, '0714-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:02', '2023-10-31 16:06:02'),
(280674, 2338, '0714-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:02', '2023-10-31 16:06:02'),
(280675, 2338, '0714-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:02', '2023-10-31 16:06:02'),
(280676, 2338, '0714-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:02', '2023-10-31 16:06:02'),
(280677, 2338, '0714-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:02', '2023-10-31 16:06:02'),
(280678, 2338, '0714-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:03', '2023-10-31 16:06:03'),
(280679, 2338, '0714-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:03', '2023-10-31 16:06:03'),
(280680, 2338, '0714-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:03', '2023-10-31 16:06:03'),
(280681, 2338, '0714-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:03', '2023-10-31 16:06:03'),
(280682, 2338, '0715-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:03', '2023-10-31 16:06:03'),
(280683, 2338, '0715-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:03', '2023-10-31 16:06:03'),
(280684, 2338, '0715-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:03', '2023-10-31 16:06:03'),
(280685, 2338, '0715-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:03', '2023-10-31 16:06:03'),
(280686, 2338, '0715-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:03', '2023-10-31 16:06:03'),
(280687, 2338, '0715-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:03', '2023-10-31 16:06:03'),
(280688, 2338, '0715-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:03', '2023-10-31 16:06:03'),
(280689, 2338, '0715-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:03', '2023-10-31 16:06:03'),
(280690, 2338, '0715-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:03', '2023-10-31 16:06:03'),
(280691, 2338, '0715-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:03', '2023-10-31 16:06:03'),
(280692, 2338, '0715-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:03', '2023-10-31 16:06:03'),
(280693, 2338, '0715-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:03', '2023-10-31 16:06:03'),
(280694, 2338, '0716-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:03', '2023-10-31 16:06:03'),
(280695, 2338, '0716-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:03', '2023-10-31 16:06:03'),
(280696, 2338, '0716-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:03', '2023-10-31 16:06:03'),
(280697, 2338, '0716-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:03', '2023-10-31 16:06:03'),
(280698, 2338, '0716-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:03', '2023-10-31 16:06:03'),
(280699, 2338, '0716-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:03', '2023-10-31 16:06:03'),
(280700, 2338, '0716-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:03', '2023-10-31 16:06:03'),
(280701, 2338, '0716-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:03', '2023-10-31 16:06:03'),
(280702, 2338, '0716-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:03', '2023-10-31 16:06:03'),
(280703, 2338, '0716-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:03', '2023-10-31 16:06:03'),
(280704, 2338, '0716-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:03', '2023-10-31 16:06:03'),
(280705, 2338, '0716-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:03', '2023-10-31 16:06:03'),
(280706, 2338, '0717-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:03', '2023-10-31 16:06:03'),
(280707, 2338, '0717-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:03', '2023-10-31 16:06:03'),
(280708, 2338, '0717-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:03', '2023-10-31 16:06:03'),
(280709, 2338, '0717-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:03', '2023-10-31 16:06:03'),
(280710, 2338, '0717-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:03', '2023-10-31 16:06:03'),
(280711, 2338, '0717-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:03', '2023-10-31 16:06:03'),
(280712, 2338, '0717-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:03', '2023-10-31 16:06:03'),
(280713, 2338, '0717-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:03', '2023-10-31 16:06:03'),
(280714, 2338, '0717-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:03', '2023-10-31 16:06:03'),
(280715, 2338, '0717-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:03', '2023-10-31 16:06:03'),
(280716, 2338, '0717-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:03', '2023-10-31 16:06:03'),
(280717, 2338, '0717-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:03', '2023-10-31 16:06:03'),
(280718, 2338, '0718-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:03', '2023-10-31 16:06:03'),
(280719, 2338, '0718-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:03', '2023-10-31 16:06:03'),
(280720, 2338, '0718-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:03', '2023-10-31 16:06:03'),
(280721, 2338, '0718-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:03', '2023-10-31 16:06:03'),
(280722, 2338, '0718-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:03', '2023-10-31 16:06:03'),
(280723, 2338, '0718-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:03', '2023-10-31 16:06:03'),
(280724, 2338, '0718-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:03', '2023-10-31 16:06:03'),
(280725, 2338, '0718-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:03', '2023-10-31 16:06:03'),
(280726, 2338, '0718-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:03', '2023-10-31 16:06:03'),
(280727, 2338, '0718-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:03', '2023-10-31 16:06:03'),
(280728, 2338, '0718-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:03', '2023-10-31 16:06:03'),
(280729, 2338, '0718-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:03', '2023-10-31 16:06:03'),
(280730, 2338, '0719-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:03', '2023-10-31 16:06:03'),
(280731, 2338, '0719-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:03', '2023-10-31 16:06:03'),
(280732, 2338, '0719-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:03', '2023-10-31 16:06:03'),
(280733, 2338, '0719-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:03', '2023-10-31 16:06:03'),
(280734, 2338, '0719-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:03', '2023-10-31 16:06:03'),
(280735, 2338, '0719-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:03', '2023-10-31 16:06:03'),
(280736, 2338, '0719-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:03', '2023-10-31 16:06:03'),
(280737, 2338, '0719-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:03', '2023-10-31 16:06:03'),
(280738, 2338, '0719-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:03', '2023-10-31 16:06:03'),
(280739, 2338, '0719-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:03', '2023-10-31 16:06:03'),
(280740, 2338, '0719-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:03', '2023-10-31 16:06:03'),
(280741, 2338, '0719-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:03', '2023-10-31 16:06:03'),
(280742, 2338, '0720-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:03', '2023-10-31 16:06:03'),
(280743, 2338, '0720-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:03', '2023-10-31 16:06:03'),
(280744, 2338, '0720-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:03', '2023-10-31 16:06:03'),
(280745, 2338, '0720-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:03', '2023-10-31 16:06:03'),
(280746, 2338, '0720-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:03', '2023-10-31 16:06:03'),
(280747, 2338, '0720-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:03', '2023-10-31 16:06:03'),
(280748, 2338, '0720-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:03', '2023-10-31 16:06:03'),
(280749, 2338, '0720-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:03', '2023-10-31 16:06:03'),
(280750, 2338, '0720-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:03', '2023-10-31 16:06:03'),
(280751, 2338, '0720-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:03', '2023-10-31 16:06:03'),
(280752, 2338, '0720-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:03', '2023-10-31 16:06:03'),
(280753, 2338, '0720-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:03', '2023-10-31 16:06:03'),
(280754, 2338, '0721-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:03', '2023-10-31 16:06:03'),
(280755, 2338, '0721-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:03', '2023-10-31 16:06:03'),
(280756, 2338, '0721-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:03', '2023-10-31 16:06:03'),
(280757, 2338, '0721-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:03', '2023-10-31 16:06:03'),
(280758, 2338, '0721-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:03', '2023-10-31 16:06:03'),
(280759, 2338, '0721-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:03', '2023-10-31 16:06:03'),
(280760, 2338, '0721-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:03', '2023-10-31 16:06:03'),
(280761, 2338, '0721-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:03', '2023-10-31 16:06:03'),
(280762, 2338, '0721-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:03', '2023-10-31 16:06:03'),
(280763, 2338, '0721-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:03', '2023-10-31 16:06:03'),
(280764, 2338, '0721-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:03', '2023-10-31 16:06:03'),
(280765, 2338, '0721-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:03', '2023-10-31 16:06:03'),
(280766, 2338, '0722-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:03', '2023-10-31 16:06:03'),
(280767, 2338, '0722-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:03', '2023-10-31 16:06:03'),
(280768, 2338, '0722-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:03', '2023-10-31 16:06:03'),
(280769, 2338, '0722-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:03', '2023-10-31 16:06:03'),
(280770, 2338, '0722-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:03', '2023-10-31 16:06:03'),
(280771, 2338, '0722-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:03', '2023-10-31 16:06:03'),
(280772, 2338, '0722-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:03', '2023-10-31 16:06:03'),
(280773, 2338, '0722-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:03', '2023-10-31 16:06:03'),
(280774, 2338, '0722-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:03', '2023-10-31 16:06:03'),
(280775, 2338, '0722-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:03', '2023-10-31 16:06:03'),
(280776, 2338, '0722-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:03', '2023-10-31 16:06:03'),
(280777, 2338, '0722-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:03', '2023-10-31 16:06:03'),
(280778, 2338, '0723-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:03', '2023-10-31 16:06:03'),
(280779, 2338, '0723-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:03', '2023-10-31 16:06:03'),
(280780, 2338, '0723-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:03', '2023-10-31 16:06:03'),
(280781, 2338, '0723-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:03', '2023-10-31 16:06:03'),
(280782, 2338, '0723-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:03', '2023-10-31 16:06:03'),
(280783, 2338, '0723-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:03', '2023-10-31 16:06:03'),
(280784, 2338, '0723-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:03', '2023-10-31 16:06:03'),
(280785, 2338, '0723-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:03', '2023-10-31 16:06:03'),
(280786, 2338, '0723-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:03', '2023-10-31 16:06:03'),
(280787, 2338, '0723-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:03', '2023-10-31 16:06:03'),
(280788, 2338, '0723-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:03', '2023-10-31 16:06:03'),
(280789, 2338, '0723-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:03', '2023-10-31 16:06:03'),
(280790, 2338, '0724-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:03', '2023-10-31 16:06:03'),
(280791, 2338, '0724-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:03', '2023-10-31 16:06:03'),
(280792, 2338, '0724-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:03', '2023-10-31 16:06:03'),
(280793, 2338, '0724-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:03', '2023-10-31 16:06:03'),
(280794, 2338, '0724-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:03', '2023-10-31 16:06:03'),
(280795, 2338, '0724-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:03', '2023-10-31 16:06:03'),
(280796, 2338, '0724-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:03', '2023-10-31 16:06:03'),
(280797, 2338, '0724-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:03', '2023-10-31 16:06:03'),
(280798, 2338, '0724-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:03', '2023-10-31 16:06:03'),
(280799, 2338, '0724-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:03', '2023-10-31 16:06:03'),
(280800, 2338, '0724-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:03', '2023-10-31 16:06:03'),
(280801, 2338, '0724-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:03', '2023-10-31 16:06:03'),
(280802, 2338, '0725-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:03', '2023-10-31 16:06:03'),
(280803, 2338, '0725-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:03', '2023-10-31 16:06:03'),
(280804, 2338, '0725-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:03', '2023-10-31 16:06:03'),
(280805, 2338, '0725-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:03', '2023-10-31 16:06:03'),
(280806, 2338, '0725-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:03', '2023-10-31 16:06:03'),
(280807, 2338, '0725-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:03', '2023-10-31 16:06:03'),
(280808, 2338, '0725-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:03', '2023-10-31 16:06:03'),
(280809, 2338, '0725-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:03', '2023-10-31 16:06:03'),
(280810, 2338, '0725-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:03', '2023-10-31 16:06:03'),
(280811, 2338, '0725-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:03', '2023-10-31 16:06:03'),
(280812, 2338, '0725-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:03', '2023-10-31 16:06:03'),
(280813, 2338, '0725-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:03', '2023-10-31 16:06:03'),
(280814, 2338, '0726-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:03', '2023-10-31 16:06:03'),
(280815, 2338, '0726-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:03', '2023-10-31 16:06:03'),
(280816, 2338, '0726-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:03', '2023-10-31 16:06:03'),
(280817, 2338, '0726-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:03', '2023-10-31 16:06:03'),
(280818, 2338, '0726-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:03', '2023-10-31 16:06:03'),
(280819, 2338, '0726-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:03', '2023-10-31 16:06:03'),
(280820, 2338, '0726-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:03', '2023-10-31 16:06:03'),
(280821, 2338, '0726-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:03', '2023-10-31 16:06:03'),
(280822, 2338, '0726-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:03', '2023-10-31 16:06:03'),
(280823, 2338, '0726-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:03', '2023-10-31 16:06:03'),
(280824, 2338, '0726-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:03', '2023-10-31 16:06:03'),
(280825, 2338, '0726-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:03', '2023-10-31 16:06:03'),
(280826, 2338, '0727-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:03', '2023-10-31 16:06:03'),
(280827, 2338, '0727-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:03', '2023-10-31 16:06:03'),
(280828, 2338, '0727-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:03', '2023-10-31 16:06:03'),
(280829, 2338, '0727-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:03', '2023-10-31 16:06:03'),
(280830, 2338, '0727-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:03', '2023-10-31 16:06:03'),
(280831, 2338, '0727-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:03', '2023-10-31 16:06:03'),
(280832, 2338, '0727-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:03', '2023-10-31 16:06:03'),
(280833, 2338, '0727-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:03', '2023-10-31 16:06:03'),
(280834, 2338, '0727-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:03', '2023-10-31 16:06:03'),
(280835, 2338, '0727-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:03', '2023-10-31 16:06:03'),
(280836, 2338, '0727-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:03', '2023-10-31 16:06:03'),
(280837, 2338, '0727-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:03', '2023-10-31 16:06:03'),
(280838, 2338, '0728-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:03', '2023-10-31 16:06:03'),
(280839, 2338, '0728-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:03', '2023-10-31 16:06:03'),
(280840, 2338, '0728-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:03', '2023-10-31 16:06:03'),
(280841, 2338, '0728-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:03', '2023-10-31 16:06:03'),
(280842, 2338, '0728-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:03', '2023-10-31 16:06:03'),
(280843, 2338, '0728-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:03', '2023-10-31 16:06:03'),
(280844, 2338, '0728-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:03', '2023-10-31 16:06:03'),
(280845, 2338, '0728-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:03', '2023-10-31 16:06:03'),
(280846, 2338, '0728-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:03', '2023-10-31 16:06:03'),
(280847, 2338, '0728-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:03', '2023-10-31 16:06:03'),
(280848, 2338, '0728-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:03', '2023-10-31 16:06:03'),
(280849, 2338, '0728-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:03', '2023-10-31 16:06:03'),
(280850, 2338, '0729-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:03', '2023-10-31 16:06:03'),
(280851, 2338, '0729-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:03', '2023-10-31 16:06:03'),
(280852, 2338, '0729-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:03', '2023-10-31 16:06:03'),
(280853, 2338, '0729-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:03', '2023-10-31 16:06:03'),
(280854, 2338, '0729-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:03', '2023-10-31 16:06:03'),
(280855, 2338, '0729-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:03', '2023-10-31 16:06:03'),
(280856, 2338, '0729-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:03', '2023-10-31 16:06:03'),
(280857, 2338, '0729-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:03', '2023-10-31 16:06:03'),
(280858, 2338, '0729-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:03', '2023-10-31 16:06:03'),
(280859, 2338, '0729-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:03', '2023-10-31 16:06:03'),
(280860, 2338, '0729-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:03', '2023-10-31 16:06:03'),
(280861, 2338, '0729-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:03', '2023-10-31 16:06:03'),
(280862, 2338, '0730-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:03', '2023-10-31 16:06:03'),
(280863, 2338, '0730-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:03', '2023-10-31 16:06:03'),
(280864, 2338, '0730-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:03', '2023-10-31 16:06:03'),
(280865, 2338, '0730-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:03', '2023-10-31 16:06:03'),
(280866, 2338, '0730-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:03', '2023-10-31 16:06:03'),
(280867, 2338, '0730-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:03', '2023-10-31 16:06:03'),
(280868, 2338, '0730-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:03', '2023-10-31 16:06:03'),
(280869, 2338, '0730-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:03', '2023-10-31 16:06:03'),
(280870, 2338, '0730-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:03', '2023-10-31 16:06:03'),
(280871, 2338, '0730-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:03', '2023-10-31 16:06:03'),
(280872, 2338, '0730-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:03', '2023-10-31 16:06:03'),
(280873, 2338, '0730-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:03', '2023-10-31 16:06:03'),
(280874, 2338, '0731-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:03', '2023-10-31 16:06:03'),
(280875, 2338, '0731-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:03', '2023-10-31 16:06:03'),
(280876, 2338, '0731-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:03', '2023-10-31 16:06:03'),
(280877, 2338, '0731-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:03', '2023-10-31 16:06:03'),
(280878, 2338, '0731-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:03', '2023-10-31 16:06:03'),
(280879, 2338, '0731-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:03', '2023-10-31 16:06:03'),
(280880, 2338, '0731-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:03', '2023-10-31 16:06:03'),
(280881, 2338, '0731-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:03', '2023-10-31 16:06:03'),
(280882, 2338, '0731-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:03', '2023-10-31 16:06:03'),
(280883, 2338, '0731-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:03', '2023-10-31 16:06:03'),
(280884, 2338, '0731-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:03', '2023-10-31 16:06:03'),
(280885, 2338, '0731-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:03', '2023-10-31 16:06:03'),
(280886, 2338, '0732-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:03', '2023-10-31 16:06:03'),
(280887, 2338, '0732-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:03', '2023-10-31 16:06:03'),
(280888, 2338, '0732-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:03', '2023-10-31 16:06:03'),
(280889, 2338, '0732-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:03', '2023-10-31 16:06:03'),
(280890, 2338, '0732-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:03', '2023-10-31 16:06:03'),
(280891, 2338, '0732-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:03', '2023-10-31 16:06:03'),
(280892, 2338, '0732-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:03', '2023-10-31 16:06:03'),
(280893, 2338, '0732-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:03', '2023-10-31 16:06:03'),
(280894, 2338, '0732-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:03', '2023-10-31 16:06:03'),
(280895, 2338, '0732-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:03', '2023-10-31 16:06:03'),
(280896, 2338, '0732-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:04', '2023-10-31 16:06:04'),
(280897, 2338, '0732-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:04', '2023-10-31 16:06:04'),
(280898, 2338, '0733-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:04', '2023-10-31 16:06:04'),
(280899, 2338, '0733-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:04', '2023-10-31 16:06:04'),
(280900, 2338, '0733-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:04', '2023-10-31 16:06:04'),
(280901, 2338, '0733-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:04', '2023-10-31 16:06:04'),
(280902, 2338, '0733-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:04', '2023-10-31 16:06:04'),
(280903, 2338, '0733-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:04', '2023-10-31 16:06:04'),
(280904, 2338, '0733-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:04', '2023-10-31 16:06:04'),
(280905, 2338, '0733-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:04', '2023-10-31 16:06:04'),
(280906, 2338, '0733-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:04', '2023-10-31 16:06:04'),
(280907, 2338, '0733-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:04', '2023-10-31 16:06:04'),
(280908, 2338, '0733-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:04', '2023-10-31 16:06:04'),
(280909, 2338, '0733-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:04', '2023-10-31 16:06:04'),
(280910, 2338, '0734-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:04', '2023-10-31 16:06:04'),
(280911, 2338, '0734-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:04', '2023-10-31 16:06:04'),
(280912, 2338, '0734-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:04', '2023-10-31 16:06:04'),
(280913, 2338, '0734-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:04', '2023-10-31 16:06:04'),
(280914, 2338, '0734-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:04', '2023-10-31 16:06:04'),
(280915, 2338, '0734-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:04', '2023-10-31 16:06:04'),
(280916, 2338, '0734-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:04', '2023-10-31 16:06:04'),
(280917, 2338, '0734-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:04', '2023-10-31 16:06:04'),
(280918, 2338, '0734-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:04', '2023-10-31 16:06:04'),
(280919, 2338, '0734-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:04', '2023-10-31 16:06:04'),
(280920, 2338, '0734-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:04', '2023-10-31 16:06:04'),
(280921, 2338, '0734-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:04', '2023-10-31 16:06:04'),
(280922, 2338, '0735-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:04', '2023-10-31 16:06:04'),
(280923, 2338, '0735-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:04', '2023-10-31 16:06:04'),
(280924, 2338, '0735-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:04', '2023-10-31 16:06:04'),
(280925, 2338, '0735-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:04', '2023-10-31 16:06:04'),
(280926, 2338, '0735-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:04', '2023-10-31 16:06:04'),
(280927, 2338, '0735-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:04', '2023-10-31 16:06:04'),
(280928, 2338, '0735-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:04', '2023-10-31 16:06:04'),
(280929, 2338, '0735-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:04', '2023-10-31 16:06:04'),
(280930, 2338, '0735-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:04', '2023-10-31 16:06:04'),
(280931, 2338, '0735-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:04', '2023-10-31 16:06:04'),
(280932, 2338, '0735-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:04', '2023-10-31 16:06:04'),
(280933, 2338, '0735-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:04', '2023-10-31 16:06:04'),
(280934, 2338, '0736-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:04', '2023-10-31 16:06:04'),
(280935, 2338, '0736-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:04', '2023-10-31 16:06:04'),
(280936, 2338, '0736-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:04', '2023-10-31 16:06:04'),
(280937, 2338, '0736-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:04', '2023-10-31 16:06:04'),
(280938, 2338, '0736-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:04', '2023-10-31 16:06:04'),
(280939, 2338, '0736-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:04', '2023-10-31 16:06:04'),
(280940, 2338, '0736-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:04', '2023-10-31 16:06:04'),
(280941, 2338, '0736-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:04', '2023-10-31 16:06:04'),
(280942, 2338, '0736-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:04', '2023-10-31 16:06:04'),
(280943, 2338, '0736-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:04', '2023-10-31 16:06:04'),
(280944, 2338, '0736-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:04', '2023-10-31 16:06:04'),
(280945, 2338, '0736-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:04', '2023-10-31 16:06:04'),
(280946, 2338, '0737-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:04', '2023-10-31 16:06:04'),
(280947, 2338, '0737-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:04', '2023-10-31 16:06:04'),
(280948, 2338, '0737-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:04', '2023-10-31 16:06:04'),
(280949, 2338, '0737-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:04', '2023-10-31 16:06:04'),
(280950, 2338, '0737-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:04', '2023-10-31 16:06:04'),
(280951, 2338, '0737-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:04', '2023-10-31 16:06:04'),
(280952, 2338, '0737-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:04', '2023-10-31 16:06:04'),
(280953, 2338, '0737-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:04', '2023-10-31 16:06:04'),
(280954, 2338, '0737-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:04', '2023-10-31 16:06:04'),
(280955, 2338, '0737-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:04', '2023-10-31 16:06:04'),
(280956, 2338, '0737-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:04', '2023-10-31 16:06:04'),
(280957, 2338, '0737-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:04', '2023-10-31 16:06:04'),
(280958, 2338, '0738-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:04', '2023-10-31 16:06:04'),
(280959, 2338, '0738-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:04', '2023-10-31 16:06:04'),
(280960, 2338, '0738-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:04', '2023-10-31 16:06:04'),
(280961, 2338, '0738-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:04', '2023-10-31 16:06:04'),
(280962, 2338, '0738-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:04', '2023-10-31 16:06:04'),
(280963, 2338, '0738-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:04', '2023-10-31 16:06:04'),
(280964, 2338, '0738-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:04', '2023-10-31 16:06:04'),
(280965, 2338, '0738-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:04', '2023-10-31 16:06:04'),
(280966, 2338, '0738-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:04', '2023-10-31 16:06:04'),
(280967, 2338, '0738-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:04', '2023-10-31 16:06:04'),
(280968, 2338, '0738-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:04', '2023-10-31 16:06:04'),
(280969, 2338, '0738-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:04', '2023-10-31 16:06:04'),
(280970, 2338, '0739-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:04', '2023-10-31 16:06:04'),
(280971, 2338, '0739-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:04', '2023-10-31 16:06:04'),
(280972, 2338, '0739-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:04', '2023-10-31 16:06:04'),
(280973, 2338, '0739-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:04', '2023-10-31 16:06:04'),
(280974, 2338, '0739-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:04', '2023-10-31 16:06:04'),
(280975, 2338, '0739-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:04', '2023-10-31 16:06:04'),
(280976, 2338, '0739-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:04', '2023-10-31 16:06:04'),
(280977, 2338, '0739-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:04', '2023-10-31 16:06:04'),
(280978, 2338, '0739-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:04', '2023-10-31 16:06:04'),
(280979, 2338, '0739-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:04', '2023-10-31 16:06:04'),
(280980, 2338, '0739-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:04', '2023-10-31 16:06:04'),
(280981, 2338, '0739-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:04', '2023-10-31 16:06:04'),
(280982, 2338, '0740-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:04', '2023-10-31 16:06:04'),
(280983, 2338, '0740-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:04', '2023-10-31 16:06:04'),
(280984, 2338, '0740-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:04', '2023-10-31 16:06:04'),
(280985, 2338, '0740-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:04', '2023-10-31 16:06:04'),
(280986, 2338, '0740-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:04', '2023-10-31 16:06:04'),
(280987, 2338, '0740-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:04', '2023-10-31 16:06:04'),
(280988, 2338, '0740-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:04', '2023-10-31 16:06:04'),
(280989, 2338, '0740-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:04', '2023-10-31 16:06:04'),
(280990, 2338, '0740-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:04', '2023-10-31 16:06:04'),
(280991, 2338, '0740-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:04', '2023-10-31 16:06:04'),
(280992, 2338, '0740-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:04', '2023-10-31 16:06:04'),
(280993, 2338, '0740-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:04', '2023-10-31 16:06:04'),
(280994, 2338, '0741-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:04', '2023-10-31 16:06:04'),
(280995, 2338, '0741-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:04', '2023-10-31 16:06:04'),
(280996, 2338, '0741-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:04', '2023-10-31 16:06:04'),
(280997, 2338, '0741-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:04', '2023-10-31 16:06:04'),
(280998, 2338, '0741-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:04', '2023-10-31 16:06:04'),
(280999, 2338, '0741-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:04', '2023-10-31 16:06:04'),
(281000, 2338, '0741-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:04', '2023-10-31 16:06:04'),
(281001, 2338, '0741-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:04', '2023-10-31 16:06:04'),
(281002, 2338, '0741-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:04', '2023-10-31 16:06:04'),
(281003, 2338, '0741-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:04', '2023-10-31 16:06:04'),
(281004, 2338, '0741-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:04', '2023-10-31 16:06:04'),
(281005, 2338, '0741-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:04', '2023-10-31 16:06:04'),
(281006, 2338, '0742-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:04', '2023-10-31 16:06:04'),
(281007, 2338, '0742-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:04', '2023-10-31 16:06:04'),
(281008, 2338, '0742-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:04', '2023-10-31 16:06:04'),
(281009, 2338, '0742-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:04', '2023-10-31 16:06:04'),
(281010, 2338, '0742-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:04', '2023-10-31 16:06:04'),
(281011, 2338, '0742-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:04', '2023-10-31 16:06:04'),
(281012, 2338, '0742-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:04', '2023-10-31 16:06:04'),
(281013, 2338, '0742-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:04', '2023-10-31 16:06:04'),
(281014, 2338, '0742-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:04', '2023-10-31 16:06:04'),
(281015, 2338, '0742-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:04', '2023-10-31 16:06:04'),
(281016, 2338, '0742-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:04', '2023-10-31 16:06:04'),
(281017, 2338, '0742-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:04', '2023-10-31 16:06:04'),
(281018, 2338, '0743-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:04', '2023-10-31 16:06:04'),
(281019, 2338, '0743-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:04', '2023-10-31 16:06:04'),
(281020, 2338, '0743-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:04', '2023-10-31 16:06:04'),
(281021, 2338, '0743-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:04', '2023-10-31 16:06:04'),
(281022, 2338, '0743-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:04', '2023-10-31 16:06:04'),
(281023, 2338, '0743-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:04', '2023-10-31 16:06:04'),
(281024, 2338, '0743-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:04', '2023-10-31 16:06:04'),
(281025, 2338, '0743-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:04', '2023-10-31 16:06:04'),
(281026, 2338, '0743-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:04', '2023-10-31 16:06:04'),
(281027, 2338, '0743-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:04', '2023-10-31 16:06:04'),
(281028, 2338, '0743-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:04', '2023-10-31 16:06:04'),
(281029, 2338, '0743-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:04', '2023-10-31 16:06:04'),
(281030, 2338, '0744-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:04', '2023-10-31 16:06:04'),
(281031, 2338, '0744-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:04', '2023-10-31 16:06:04'),
(281032, 2338, '0744-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:04', '2023-10-31 16:06:04'),
(281033, 2338, '0744-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:04', '2023-10-31 16:06:04'),
(281034, 2338, '0744-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:04', '2023-10-31 16:06:04'),
(281035, 2338, '0744-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:04', '2023-10-31 16:06:04'),
(281036, 2338, '0744-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:04', '2023-10-31 16:06:04'),
(281037, 2338, '0744-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:04', '2023-10-31 16:06:04'),
(281038, 2338, '0744-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:04', '2023-10-31 16:06:04'),
(281039, 2338, '0744-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:04', '2023-10-31 16:06:04'),
(281040, 2338, '0744-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:04', '2023-10-31 16:06:04'),
(281041, 2338, '0744-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:04', '2023-10-31 16:06:04'),
(281042, 2338, '0745-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:04', '2023-10-31 16:06:04'),
(281043, 2338, '0745-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:04', '2023-10-31 16:06:04'),
(281044, 2338, '0745-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:04', '2023-10-31 16:06:04'),
(281045, 2338, '0745-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:04', '2023-10-31 16:06:04'),
(281046, 2338, '0745-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:04', '2023-10-31 16:06:04'),
(281047, 2338, '0745-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:04', '2023-10-31 16:06:04'),
(281048, 2338, '0745-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:04', '2023-10-31 16:06:04'),
(281049, 2338, '0745-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:04', '2023-10-31 16:06:04'),
(281050, 2338, '0745-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:04', '2023-10-31 16:06:04'),
(281051, 2338, '0745-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:04', '2023-10-31 16:06:04'),
(281052, 2338, '0745-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:04', '2023-10-31 16:06:04');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(281053, 2338, '0745-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:04', '2023-10-31 16:06:04'),
(281054, 2338, '0746-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:04', '2023-10-31 16:06:04'),
(281055, 2338, '0746-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:04', '2023-10-31 16:06:04'),
(281056, 2338, '0746-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:04', '2023-10-31 16:06:04'),
(281057, 2338, '0746-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:04', '2023-10-31 16:06:04'),
(281058, 2338, '0746-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:04', '2023-10-31 16:06:04'),
(281059, 2338, '0746-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:04', '2023-10-31 16:06:04'),
(281060, 2338, '0746-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:04', '2023-10-31 16:06:04'),
(281061, 2338, '0746-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:04', '2023-10-31 16:06:04'),
(281062, 2338, '0746-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:04', '2023-10-31 16:06:04'),
(281063, 2338, '0746-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:04', '2023-10-31 16:06:04'),
(281064, 2338, '0746-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:04', '2023-10-31 16:06:04'),
(281065, 2338, '0746-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:04', '2023-10-31 16:06:04'),
(281066, 2338, '0747-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:04', '2023-10-31 16:06:04'),
(281067, 2338, '0747-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:04', '2023-10-31 16:06:04'),
(281068, 2338, '0747-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:04', '2023-10-31 16:06:04'),
(281069, 2338, '0747-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:04', '2023-10-31 16:06:04'),
(281070, 2338, '0747-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:04', '2023-10-31 16:06:04'),
(281071, 2338, '0747-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:04', '2023-10-31 16:06:04'),
(281072, 2338, '0747-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:04', '2023-10-31 16:06:04'),
(281073, 2338, '0747-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:04', '2023-10-31 16:06:04'),
(281074, 2338, '0747-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:04', '2023-10-31 16:06:04'),
(281075, 2338, '0747-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:04', '2023-10-31 16:06:04'),
(281076, 2338, '0747-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:04', '2023-10-31 16:06:04'),
(281077, 2338, '0747-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:04', '2023-10-31 16:06:04'),
(281078, 2338, '0748-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:04', '2023-10-31 16:06:04'),
(281079, 2338, '0748-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:04', '2023-10-31 16:06:04'),
(281080, 2338, '0748-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:04', '2023-10-31 16:06:04'),
(281081, 2338, '0748-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:04', '2023-10-31 16:06:04'),
(281082, 2338, '0748-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:04', '2023-10-31 16:06:04'),
(281083, 2338, '0748-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:04', '2023-10-31 16:06:04'),
(281084, 2338, '0748-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:04', '2023-10-31 16:06:04'),
(281085, 2338, '0748-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:04', '2023-10-31 16:06:04'),
(281086, 2338, '0748-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:04', '2023-10-31 16:06:04'),
(281087, 2338, '0748-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:04', '2023-10-31 16:06:04'),
(281088, 2338, '0748-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:04', '2023-10-31 16:06:04'),
(281089, 2338, '0748-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:04', '2023-10-31 16:06:04'),
(281090, 2338, '0749-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:04', '2023-10-31 16:06:04'),
(281091, 2338, '0749-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:04', '2023-10-31 16:06:04'),
(281092, 2338, '0749-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:04', '2023-10-31 16:06:04'),
(281093, 2338, '0749-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:04', '2023-10-31 16:06:04'),
(281094, 2338, '0749-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:04', '2023-10-31 16:06:04'),
(281095, 2338, '0749-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:04', '2023-10-31 16:06:04'),
(281096, 2338, '0749-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:04', '2023-10-31 16:06:04'),
(281097, 2338, '0749-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:04', '2023-10-31 16:06:04'),
(281098, 2338, '0749-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:04', '2023-10-31 16:06:04'),
(281099, 2338, '0749-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:04', '2023-10-31 16:06:04'),
(281100, 2338, '0749-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:04', '2023-10-31 16:06:04'),
(281101, 2338, '0749-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:04', '2023-10-31 16:06:04'),
(281102, 2338, '0750-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:04', '2023-10-31 16:06:04'),
(281103, 2338, '0750-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:04', '2023-10-31 16:06:04'),
(281104, 2338, '0750-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:04', '2023-10-31 16:06:04'),
(281105, 2338, '0750-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:05', '2023-10-31 16:06:05'),
(281106, 2338, '0750-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:05', '2023-10-31 16:06:05'),
(281107, 2338, '0750-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:05', '2023-10-31 16:06:05'),
(281108, 2338, '0750-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:05', '2023-10-31 16:06:05'),
(281109, 2338, '0750-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:05', '2023-10-31 16:06:05'),
(281110, 2338, '0750-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:05', '2023-10-31 16:06:05'),
(281111, 2338, '0750-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:05', '2023-10-31 16:06:05'),
(281112, 2338, '0750-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:05', '2023-10-31 16:06:05'),
(281113, 2338, '0750-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:05', '2023-10-31 16:06:05'),
(281114, 2338, '0751-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:05', '2023-10-31 16:06:05'),
(281115, 2338, '0751-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:05', '2023-10-31 16:06:05'),
(281116, 2338, '0751-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:05', '2023-10-31 16:06:05'),
(281117, 2338, '0751-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:05', '2023-10-31 16:06:05'),
(281118, 2338, '0751-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:05', '2023-10-31 16:06:05'),
(281119, 2338, '0751-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:05', '2023-10-31 16:06:05'),
(281120, 2338, '0751-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:05', '2023-10-31 16:06:05'),
(281121, 2338, '0751-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:05', '2023-10-31 16:06:05'),
(281122, 2338, '0751-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:05', '2023-10-31 16:06:05'),
(281123, 2338, '0751-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:05', '2023-10-31 16:06:05'),
(281124, 2338, '0751-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:05', '2023-10-31 16:06:05'),
(281125, 2338, '0751-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:05', '2023-10-31 16:06:05'),
(281126, 2338, '0752-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:05', '2023-10-31 16:06:05'),
(281127, 2338, '0752-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:05', '2023-10-31 16:06:05'),
(281128, 2338, '0752-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:05', '2023-10-31 16:06:05'),
(281129, 2338, '0752-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:05', '2023-10-31 16:06:05'),
(281130, 2338, '0752-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:05', '2023-10-31 16:06:05'),
(281131, 2338, '0752-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:05', '2023-10-31 16:06:05'),
(281132, 2338, '0752-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:05', '2023-10-31 16:06:05'),
(281133, 2338, '0752-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:05', '2023-10-31 16:06:05'),
(281134, 2338, '0752-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:05', '2023-10-31 16:06:05'),
(281135, 2338, '0752-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:05', '2023-10-31 16:06:05'),
(281136, 2338, '0752-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:05', '2023-10-31 16:06:05'),
(281137, 2338, '0752-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:05', '2023-10-31 16:06:05'),
(281138, 2338, '0753-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:05', '2023-10-31 16:06:05'),
(281139, 2338, '0753-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:05', '2023-10-31 16:06:05'),
(281140, 2338, '0753-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:05', '2023-10-31 16:06:05'),
(281141, 2338, '0753-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:05', '2023-10-31 16:06:05'),
(281142, 2338, '0753-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:05', '2023-10-31 16:06:05'),
(281143, 2338, '0753-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:05', '2023-10-31 16:06:05'),
(281144, 2338, '0753-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:05', '2023-10-31 16:06:05'),
(281145, 2338, '0753-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:05', '2023-10-31 16:06:05'),
(281146, 2338, '0753-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:05', '2023-10-31 16:06:05'),
(281147, 2338, '0753-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:05', '2023-10-31 16:06:05'),
(281148, 2338, '0753-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:05', '2023-10-31 16:06:05'),
(281149, 2338, '0753-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:05', '2023-10-31 16:06:05'),
(281150, 2338, '0754-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:05', '2023-10-31 16:06:05'),
(281151, 2338, '0754-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:05', '2023-10-31 16:06:05'),
(281152, 2338, '0754-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:05', '2023-10-31 16:06:05'),
(281153, 2338, '0754-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:05', '2023-10-31 16:06:05'),
(281154, 2338, '0754-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:05', '2023-10-31 16:06:05'),
(281155, 2338, '0754-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:05', '2023-10-31 16:06:05'),
(281156, 2338, '0754-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:05', '2023-10-31 16:06:05'),
(281157, 2338, '0754-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:05', '2023-10-31 16:06:05'),
(281158, 2338, '0754-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:05', '2023-10-31 16:06:05'),
(281159, 2338, '0754-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:05', '2023-10-31 16:06:05'),
(281160, 2338, '0754-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:05', '2023-10-31 16:06:05'),
(281161, 2338, '0754-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:05', '2023-10-31 16:06:05'),
(281162, 2338, '0755-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:05', '2023-10-31 16:06:05'),
(281163, 2338, '0755-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:05', '2023-10-31 16:06:05'),
(281164, 2338, '0755-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:05', '2023-10-31 16:06:05'),
(281165, 2338, '0755-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:05', '2023-10-31 16:06:05'),
(281166, 2338, '0755-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:05', '2023-10-31 16:06:05'),
(281167, 2338, '0755-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:05', '2023-10-31 16:06:05'),
(281168, 2338, '0755-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:05', '2023-10-31 16:06:05'),
(281169, 2338, '0755-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:05', '2023-10-31 16:06:05'),
(281170, 2338, '0755-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:05', '2023-10-31 16:06:05'),
(281171, 2338, '0755-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:05', '2023-10-31 16:06:05'),
(281172, 2338, '0755-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:05', '2023-10-31 16:06:05'),
(281173, 2338, '0755-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:05', '2023-10-31 16:06:05'),
(281174, 2338, '0756-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:05', '2023-10-31 16:06:05'),
(281175, 2338, '0756-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:05', '2023-10-31 16:06:05'),
(281176, 2338, '0756-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:05', '2023-10-31 16:06:05'),
(281177, 2338, '0756-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:05', '2023-10-31 16:06:05'),
(281178, 2338, '0756-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:05', '2023-10-31 16:06:05'),
(281179, 2338, '0756-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:05', '2023-10-31 16:06:05'),
(281180, 2338, '0756-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:05', '2023-10-31 16:06:05'),
(281181, 2338, '0756-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:05', '2023-10-31 16:06:05'),
(281182, 2338, '0756-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:05', '2023-10-31 16:06:05'),
(281183, 2338, '0756-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:05', '2023-10-31 16:06:05'),
(281184, 2338, '0756-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:05', '2023-10-31 16:06:05'),
(281185, 2338, '0756-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:05', '2023-10-31 16:06:05'),
(281186, 2338, '0757-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:05', '2023-10-31 16:06:05'),
(281187, 2338, '0757-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:05', '2023-10-31 16:06:05'),
(281188, 2338, '0757-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:05', '2023-10-31 16:06:05'),
(281189, 2338, '0757-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:05', '2023-10-31 16:06:05'),
(281190, 2338, '0757-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:05', '2023-10-31 16:06:05'),
(281191, 2338, '0757-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:05', '2023-10-31 16:06:05'),
(281192, 2338, '0757-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:05', '2023-10-31 16:06:05'),
(281193, 2338, '0757-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:05', '2023-10-31 16:06:05'),
(281194, 2338, '0757-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:05', '2023-10-31 16:06:05'),
(281195, 2338, '0757-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:05', '2023-10-31 16:06:05'),
(281196, 2338, '0757-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:05', '2023-10-31 16:06:05'),
(281197, 2338, '0757-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:05', '2023-10-31 16:06:05'),
(281198, 2338, '0758-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:05', '2023-10-31 16:06:05'),
(281199, 2338, '0758-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:05', '2023-10-31 16:06:05'),
(281200, 2338, '0758-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:05', '2023-10-31 16:06:05'),
(281201, 2338, '0758-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:05', '2023-10-31 16:06:05'),
(281202, 2338, '0758-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:05', '2023-10-31 16:06:05'),
(281203, 2338, '0758-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:05', '2023-10-31 16:06:05'),
(281204, 2338, '0758-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:05', '2023-10-31 16:06:05'),
(281205, 2338, '0758-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:05', '2023-10-31 16:06:05'),
(281206, 2338, '0758-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:05', '2023-10-31 16:06:05'),
(281207, 2338, '0758-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:05', '2023-10-31 16:06:05'),
(281208, 2338, '0758-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:05', '2023-10-31 16:06:05'),
(281209, 2338, '0758-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:05', '2023-10-31 16:06:05'),
(281210, 2338, '0759-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:05', '2023-10-31 16:06:05'),
(281211, 2338, '0759-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:05', '2023-10-31 16:06:05'),
(281212, 2338, '0759-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:05', '2023-10-31 16:06:05'),
(281213, 2338, '0759-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:05', '2023-10-31 16:06:05'),
(281214, 2338, '0759-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:05', '2023-10-31 16:06:05'),
(281215, 2338, '0759-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:05', '2023-10-31 16:06:05'),
(281216, 2338, '0759-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:05', '2023-10-31 16:06:05'),
(281217, 2338, '0759-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:05', '2023-10-31 16:06:05'),
(281218, 2338, '0759-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:05', '2023-10-31 16:06:05'),
(281219, 2338, '0759-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:05', '2023-10-31 16:06:05'),
(281220, 2338, '0759-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:05', '2023-10-31 16:06:05'),
(281221, 2338, '0759-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:05', '2023-10-31 16:06:05'),
(281222, 2338, '0760-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:05', '2023-10-31 16:06:05'),
(281223, 2338, '0760-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:05', '2023-10-31 16:06:05'),
(281224, 2338, '0760-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:05', '2023-10-31 16:06:05'),
(281225, 2338, '0760-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:05', '2023-10-31 16:06:05'),
(281226, 2338, '0760-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:05', '2023-10-31 16:06:05'),
(281227, 2338, '0760-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:05', '2023-10-31 16:06:05'),
(281228, 2338, '0760-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:05', '2023-10-31 16:06:05'),
(281229, 2338, '0760-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:05', '2023-10-31 16:06:05'),
(281230, 2338, '0760-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:05', '2023-10-31 16:06:05'),
(281231, 2338, '0760-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:05', '2023-10-31 16:06:05'),
(281232, 2338, '0760-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:05', '2023-10-31 16:06:05'),
(281233, 2338, '0760-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:05', '2023-10-31 16:06:05'),
(281234, 2338, '0761-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:05', '2023-10-31 16:06:05'),
(281235, 2338, '0761-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:05', '2023-10-31 16:06:05'),
(281236, 2338, '0761-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:05', '2023-10-31 16:06:05'),
(281237, 2338, '0761-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:05', '2023-10-31 16:06:05'),
(281238, 2338, '0761-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:05', '2023-10-31 16:06:05'),
(281239, 2338, '0761-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:05', '2023-10-31 16:06:05'),
(281240, 2338, '0761-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:05', '2023-10-31 16:06:05'),
(281241, 2338, '0761-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:05', '2023-10-31 16:06:05'),
(281242, 2338, '0761-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:05', '2023-10-31 16:06:05'),
(281243, 2338, '0761-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:05', '2023-10-31 16:06:05'),
(281244, 2338, '0761-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:05', '2023-10-31 16:06:05'),
(281245, 2338, '0761-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:05', '2023-10-31 16:06:05'),
(281246, 2338, '0762-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:05', '2023-10-31 16:06:05'),
(281247, 2338, '0762-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:05', '2023-10-31 16:06:05'),
(281248, 2338, '0762-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:05', '2023-10-31 16:06:05'),
(281249, 2338, '0762-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:05', '2023-10-31 16:06:05'),
(281250, 2338, '0762-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:05', '2023-10-31 16:06:05'),
(281251, 2338, '0762-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:05', '2023-10-31 16:06:05'),
(281252, 2338, '0762-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:05', '2023-10-31 16:06:05'),
(281253, 2338, '0762-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:05', '2023-10-31 16:06:05'),
(281254, 2338, '0762-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:05', '2023-10-31 16:06:05'),
(281255, 2338, '0762-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:05', '2023-10-31 16:06:05'),
(281256, 2338, '0762-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:05', '2023-10-31 16:06:05'),
(281257, 2338, '0762-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:05', '2023-10-31 16:06:05'),
(281258, 2338, '0763-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:05', '2023-10-31 16:06:05'),
(281259, 2338, '0763-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:05', '2023-10-31 16:06:05'),
(281260, 2338, '0763-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:05', '2023-10-31 16:06:05'),
(281261, 2338, '0763-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:05', '2023-10-31 16:06:05'),
(281262, 2338, '0763-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:05', '2023-10-31 16:06:05'),
(281263, 2338, '0763-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:05', '2023-10-31 16:06:05'),
(281264, 2338, '0763-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:05', '2023-10-31 16:06:05'),
(281265, 2338, '0763-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:05', '2023-10-31 16:06:05'),
(281266, 2338, '0763-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:05', '2023-10-31 16:06:05'),
(281267, 2338, '0763-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:05', '2023-10-31 16:06:05'),
(281268, 2338, '0763-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:05', '2023-10-31 16:06:05'),
(281269, 2338, '0763-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:05', '2023-10-31 16:06:05'),
(281270, 2338, '0764-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:05', '2023-10-31 16:06:05'),
(281271, 2338, '0764-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:05', '2023-10-31 16:06:05'),
(281272, 2338, '0764-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:05', '2023-10-31 16:06:05'),
(281273, 2338, '0764-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:05', '2023-10-31 16:06:05'),
(281274, 2338, '0764-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:05', '2023-10-31 16:06:05'),
(281275, 2338, '0764-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:05', '2023-10-31 16:06:05'),
(281276, 2338, '0764-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:05', '2023-10-31 16:06:05'),
(281277, 2338, '0764-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:05', '2023-10-31 16:06:05'),
(281278, 2338, '0764-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:05', '2023-10-31 16:06:05'),
(281279, 2338, '0764-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:05', '2023-10-31 16:06:05'),
(281280, 2338, '0764-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:05', '2023-10-31 16:06:05'),
(281281, 2338, '0764-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:05', '2023-10-31 16:06:05'),
(281282, 2338, '0765-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:05', '2023-10-31 16:06:05'),
(281283, 2338, '0765-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:05', '2023-10-31 16:06:05'),
(281284, 2338, '0765-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:05', '2023-10-31 16:06:05'),
(281285, 2338, '0765-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:05', '2023-10-31 16:06:05'),
(281286, 2338, '0765-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:05', '2023-10-31 16:06:05'),
(281287, 2338, '0765-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:05', '2023-10-31 16:06:05'),
(281288, 2338, '0765-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:05', '2023-10-31 16:06:05'),
(281289, 2338, '0765-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:05', '2023-10-31 16:06:05'),
(281290, 2338, '0765-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:05', '2023-10-31 16:06:05'),
(281291, 2338, '0765-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:05', '2023-10-31 16:06:05'),
(281292, 2338, '0765-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:05', '2023-10-31 16:06:05'),
(281293, 2338, '0765-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:05', '2023-10-31 16:06:05'),
(281294, 2338, '0766-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:05', '2023-10-31 16:06:05'),
(281295, 2338, '0766-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:05', '2023-10-31 16:06:05'),
(281296, 2338, '0766-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:05', '2023-10-31 16:06:05'),
(281297, 2338, '0766-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:05', '2023-10-31 16:06:05'),
(281298, 2338, '0766-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:05', '2023-10-31 16:06:05'),
(281299, 2338, '0766-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:05', '2023-10-31 16:06:05'),
(281300, 2338, '0766-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:05', '2023-10-31 16:06:05'),
(281301, 2338, '0766-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:05', '2023-10-31 16:06:05'),
(281302, 2338, '0766-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:05', '2023-10-31 16:06:05'),
(281303, 2338, '0766-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:05', '2023-10-31 16:06:05'),
(281304, 2338, '0766-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:05', '2023-10-31 16:06:05'),
(281305, 2338, '0766-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:05', '2023-10-31 16:06:05'),
(281306, 2338, '0767-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:05', '2023-10-31 16:06:05'),
(281307, 2338, '0767-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:05', '2023-10-31 16:06:05'),
(281308, 2338, '0767-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:05', '2023-10-31 16:06:05'),
(281309, 2338, '0767-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:05', '2023-10-31 16:06:05'),
(281310, 2338, '0767-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:05', '2023-10-31 16:06:05'),
(281311, 2338, '0767-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:05', '2023-10-31 16:06:05'),
(281312, 2338, '0767-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:06', '2023-10-31 16:06:06'),
(281313, 2338, '0767-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:06', '2023-10-31 16:06:06'),
(281314, 2338, '0767-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:06', '2023-10-31 16:06:06'),
(281315, 2338, '0767-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:06', '2023-10-31 16:06:06'),
(281316, 2338, '0767-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:06', '2023-10-31 16:06:06'),
(281317, 2338, '0767-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:06', '2023-10-31 16:06:06'),
(281318, 2338, '0768-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:06', '2023-10-31 16:06:06'),
(281319, 2338, '0768-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:06', '2023-10-31 16:06:06'),
(281320, 2338, '0768-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:06', '2023-10-31 16:06:06'),
(281321, 2338, '0768-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:06', '2023-10-31 16:06:06'),
(281322, 2338, '0768-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:06', '2023-10-31 16:06:06'),
(281323, 2338, '0768-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:06', '2023-10-31 16:06:06'),
(281324, 2338, '0768-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:06', '2023-10-31 16:06:06'),
(281325, 2338, '0768-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:06', '2023-10-31 16:06:06'),
(281326, 2338, '0768-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:06', '2023-10-31 16:06:06'),
(281327, 2338, '0768-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:06', '2023-10-31 16:06:06'),
(281328, 2338, '0768-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:06', '2023-10-31 16:06:06'),
(281329, 2338, '0768-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:06', '2023-10-31 16:06:06'),
(281330, 2338, '0769-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:06', '2023-10-31 16:06:06'),
(281331, 2338, '0769-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:06', '2023-10-31 16:06:06'),
(281332, 2338, '0769-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:06', '2023-10-31 16:06:06'),
(281333, 2338, '0769-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:06', '2023-10-31 16:06:06'),
(281334, 2338, '0769-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:06', '2023-10-31 16:06:06'),
(281335, 2338, '0769-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:06', '2023-10-31 16:06:06'),
(281336, 2338, '0769-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:06', '2023-10-31 16:06:06'),
(281337, 2338, '0769-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:06', '2023-10-31 16:06:06'),
(281338, 2338, '0769-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:06', '2023-10-31 16:06:06'),
(281339, 2338, '0769-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:06', '2023-10-31 16:06:06'),
(281340, 2338, '0769-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:06', '2023-10-31 16:06:06'),
(281341, 2338, '0769-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:06', '2023-10-31 16:06:06'),
(281342, 2338, '0770-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:06', '2023-10-31 16:06:06'),
(281343, 2338, '0770-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:06', '2023-10-31 16:06:06'),
(281344, 2338, '0770-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:06', '2023-10-31 16:06:06'),
(281345, 2338, '0770-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:06', '2023-10-31 16:06:06'),
(281346, 2338, '0770-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:06', '2023-10-31 16:06:06'),
(281347, 2338, '0770-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:06', '2023-10-31 16:06:06'),
(281348, 2338, '0770-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:06', '2023-10-31 16:06:06'),
(281349, 2338, '0770-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:06', '2023-10-31 16:06:06'),
(281350, 2338, '0770-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:06', '2023-10-31 16:06:06'),
(281351, 2338, '0770-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:06', '2023-10-31 16:06:06'),
(281352, 2338, '0770-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:06', '2023-10-31 16:06:06'),
(281353, 2338, '0770-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:06', '2023-10-31 16:06:06'),
(281354, 2338, '0771-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:06', '2023-10-31 16:06:06'),
(281355, 2338, '0771-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:06', '2023-10-31 16:06:06'),
(281356, 2338, '0771-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:06', '2023-10-31 16:06:06'),
(281357, 2338, '0771-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:06', '2023-10-31 16:06:06'),
(281358, 2338, '0771-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:06', '2023-10-31 16:06:06'),
(281359, 2338, '0771-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:06', '2023-10-31 16:06:06'),
(281360, 2338, '0771-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:06', '2023-10-31 16:06:06'),
(281361, 2338, '0771-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:06', '2023-10-31 16:06:06'),
(281362, 2338, '0771-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:06', '2023-10-31 16:06:06'),
(281363, 2338, '0771-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:06', '2023-10-31 16:06:06'),
(281364, 2338, '0771-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:06', '2023-10-31 16:06:06'),
(281365, 2338, '0771-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:06', '2023-10-31 16:06:06'),
(281366, 2338, '0772-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:06', '2023-10-31 16:06:06'),
(281367, 2338, '0772-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:06', '2023-10-31 16:06:06'),
(281368, 2338, '0772-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:06', '2023-10-31 16:06:06'),
(281369, 2338, '0772-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:06', '2023-10-31 16:06:06'),
(281370, 2338, '0772-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:06', '2023-10-31 16:06:06'),
(281371, 2338, '0772-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:06', '2023-10-31 16:06:06'),
(281372, 2338, '0772-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:06', '2023-10-31 16:06:06'),
(281373, 2338, '0772-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:06', '2023-10-31 16:06:06'),
(281374, 2338, '0772-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:06', '2023-10-31 16:06:06'),
(281375, 2338, '0772-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:06', '2023-10-31 16:06:06'),
(281376, 2338, '0772-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:06', '2023-10-31 16:06:06'),
(281377, 2338, '0772-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:06', '2023-10-31 16:06:06'),
(281378, 2338, '0773-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:06', '2023-10-31 16:06:06'),
(281379, 2338, '0773-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:06', '2023-10-31 16:06:06'),
(281380, 2338, '0773-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:06', '2023-10-31 16:06:06'),
(281381, 2338, '0773-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:06', '2023-10-31 16:06:06'),
(281382, 2338, '0773-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:06', '2023-10-31 16:06:06'),
(281383, 2338, '0773-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:06', '2023-10-31 16:06:06'),
(281384, 2338, '0773-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:06', '2023-10-31 16:06:06'),
(281385, 2338, '0773-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:06', '2023-10-31 16:06:06'),
(281386, 2338, '0773-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:06', '2023-10-31 16:06:06'),
(281387, 2338, '0773-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:06', '2023-10-31 16:06:06'),
(281388, 2338, '0773-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:06', '2023-10-31 16:06:06'),
(281389, 2338, '0773-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:06', '2023-10-31 16:06:06'),
(281390, 2338, '0774-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:06', '2023-10-31 16:06:06'),
(281391, 2338, '0774-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:06', '2023-10-31 16:06:06'),
(281392, 2338, '0774-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:06', '2023-10-31 16:06:06'),
(281393, 2338, '0774-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:06', '2023-10-31 16:06:06'),
(281394, 2338, '0774-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:06', '2023-10-31 16:06:06'),
(281395, 2338, '0774-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:06', '2023-10-31 16:06:06'),
(281396, 2338, '0774-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:06', '2023-10-31 16:06:06'),
(281397, 2338, '0774-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:06', '2023-10-31 16:06:06'),
(281398, 2338, '0774-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:06', '2023-10-31 16:06:06'),
(281399, 2338, '0774-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:06', '2023-10-31 16:06:06'),
(281400, 2338, '0774-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:06', '2023-10-31 16:06:06'),
(281401, 2338, '0774-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:06', '2023-10-31 16:06:06'),
(281402, 2338, '0775-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:06', '2023-10-31 16:06:06'),
(281403, 2338, '0775-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:06', '2023-10-31 16:06:06'),
(281404, 2338, '0775-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:06', '2023-10-31 16:06:06'),
(281405, 2338, '0775-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:06', '2023-10-31 16:06:06'),
(281406, 2338, '0775-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:06', '2023-10-31 16:06:06'),
(281407, 2338, '0775-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:06', '2023-10-31 16:06:06'),
(281408, 2338, '0775-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:06', '2023-10-31 16:06:06'),
(281409, 2338, '0775-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:06', '2023-10-31 16:06:06'),
(281410, 2338, '0775-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:06', '2023-10-31 16:06:06'),
(281411, 2338, '0775-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:06', '2023-10-31 16:06:06'),
(281412, 2338, '0775-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:06', '2023-10-31 16:06:06'),
(281413, 2338, '0775-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:06', '2023-10-31 16:06:06'),
(281414, 2338, '0776-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:06', '2023-10-31 16:06:06'),
(281415, 2338, '0776-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:06', '2023-10-31 16:06:06'),
(281416, 2338, '0776-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:06', '2023-10-31 16:06:06'),
(281417, 2338, '0776-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:06', '2023-10-31 16:06:06'),
(281418, 2338, '0776-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:06', '2023-10-31 16:06:06'),
(281419, 2338, '0776-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:06', '2023-10-31 16:06:06'),
(281420, 2338, '0776-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:06', '2023-10-31 16:06:06'),
(281421, 2338, '0776-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:06', '2023-10-31 16:06:06'),
(281422, 2338, '0776-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:06', '2023-10-31 16:06:06'),
(281423, 2338, '0776-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:06', '2023-10-31 16:06:06'),
(281424, 2338, '0776-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:06', '2023-10-31 16:06:06'),
(281425, 2338, '0776-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:06', '2023-10-31 16:06:06'),
(281426, 2338, '0777-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:06', '2023-10-31 16:06:06'),
(281427, 2338, '0777-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:06', '2023-10-31 16:06:06'),
(281428, 2338, '0777-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:06', '2023-10-31 16:06:06'),
(281429, 2338, '0777-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:06', '2023-10-31 16:06:06'),
(281430, 2338, '0777-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:06', '2023-10-31 16:06:06'),
(281431, 2338, '0777-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:06', '2023-10-31 16:06:06'),
(281432, 2338, '0777-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:06', '2023-10-31 16:06:06'),
(281433, 2338, '0777-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:06', '2023-10-31 16:06:06'),
(281434, 2338, '0777-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:06', '2023-10-31 16:06:06'),
(281435, 2338, '0777-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:06', '2023-10-31 16:06:06'),
(281436, 2338, '0777-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:06', '2023-10-31 16:06:06'),
(281437, 2338, '0777-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:06', '2023-10-31 16:06:06'),
(281438, 2338, '0778-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:06', '2023-10-31 16:06:06'),
(281439, 2338, '0778-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:06', '2023-10-31 16:06:06'),
(281440, 2338, '0778-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:06', '2023-10-31 16:06:06'),
(281441, 2338, '0778-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:06', '2023-10-31 16:06:06'),
(281442, 2338, '0778-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:06', '2023-10-31 16:06:06'),
(281443, 2338, '0778-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:06', '2023-10-31 16:06:06'),
(281444, 2338, '0778-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:06', '2023-10-31 16:06:06'),
(281445, 2338, '0778-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:06', '2023-10-31 16:06:06'),
(281446, 2338, '0778-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:06', '2023-10-31 16:06:06'),
(281447, 2338, '0778-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:06', '2023-10-31 16:06:06'),
(281448, 2338, '0778-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:06', '2023-10-31 16:06:06'),
(281449, 2338, '0778-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:06', '2023-10-31 16:06:06'),
(281450, 2338, '0779-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:06', '2023-10-31 16:06:06'),
(281451, 2338, '0779-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:06', '2023-10-31 16:06:06'),
(281452, 2338, '0779-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:06', '2023-10-31 16:06:06'),
(281453, 2338, '0779-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:06', '2023-10-31 16:06:06'),
(281454, 2338, '0779-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:06', '2023-10-31 16:06:06'),
(281455, 2338, '0779-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:06', '2023-10-31 16:06:06'),
(281456, 2338, '0779-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:06', '2023-10-31 16:06:06'),
(281457, 2338, '0779-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:06', '2023-10-31 16:06:06'),
(281458, 2338, '0779-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:06', '2023-10-31 16:06:06'),
(281459, 2338, '0779-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:06', '2023-10-31 16:06:06'),
(281460, 2338, '0779-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:06', '2023-10-31 16:06:06'),
(281461, 2338, '0779-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:06', '2023-10-31 16:06:06'),
(281462, 2338, '0780-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:06', '2023-10-31 16:06:06'),
(281463, 2338, '0780-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:06', '2023-10-31 16:06:06'),
(281464, 2338, '0780-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:06', '2023-10-31 16:06:06'),
(281465, 2338, '0780-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:06', '2023-10-31 16:06:06'),
(281466, 2338, '0780-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:06', '2023-10-31 16:06:06'),
(281467, 2338, '0780-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:06', '2023-10-31 16:06:06'),
(281468, 2338, '0780-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:06', '2023-10-31 16:06:06'),
(281469, 2338, '0780-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:06', '2023-10-31 16:06:06'),
(281470, 2338, '0780-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:06', '2023-10-31 16:06:06'),
(281471, 2338, '0780-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:06', '2023-10-31 16:06:06'),
(281472, 2338, '0780-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:06', '2023-10-31 16:06:06'),
(281473, 2338, '0780-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:06', '2023-10-31 16:06:06'),
(281474, 2338, '0781-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:06', '2023-10-31 16:06:06'),
(281475, 2338, '0781-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:06', '2023-10-31 16:06:06'),
(281476, 2338, '0781-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:06', '2023-10-31 16:06:06'),
(281477, 2338, '0781-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:06', '2023-10-31 16:06:06'),
(281478, 2338, '0781-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:06', '2023-10-31 16:06:06'),
(281479, 2338, '0781-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:06', '2023-10-31 16:06:06'),
(281480, 2338, '0781-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:06', '2023-10-31 16:06:06'),
(281481, 2338, '0781-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:06', '2023-10-31 16:06:06'),
(281482, 2338, '0781-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:06', '2023-10-31 16:06:06'),
(281483, 2338, '0781-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:06', '2023-10-31 16:06:06'),
(281484, 2338, '0781-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:06', '2023-10-31 16:06:06'),
(281485, 2338, '0781-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:06', '2023-10-31 16:06:06'),
(281486, 2338, '0782-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:06', '2023-10-31 16:06:06'),
(281487, 2338, '0782-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:06', '2023-10-31 16:06:06'),
(281488, 2338, '0782-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:06', '2023-10-31 16:06:06'),
(281489, 2338, '0782-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:06', '2023-10-31 16:06:06'),
(281490, 2338, '0782-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:06', '2023-10-31 16:06:06'),
(281491, 2338, '0782-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:06', '2023-10-31 16:06:06'),
(281492, 2338, '0782-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:06', '2023-10-31 16:06:06'),
(281493, 2338, '0782-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:06', '2023-10-31 16:06:06'),
(281494, 2338, '0782-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:06', '2023-10-31 16:06:06'),
(281495, 2338, '0782-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:06', '2023-10-31 16:06:06'),
(281496, 2338, '0782-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:06', '2023-10-31 16:06:06'),
(281497, 2338, '0782-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:06', '2023-10-31 16:06:06'),
(281498, 2338, '0783-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:06', '2023-10-31 16:06:06'),
(281499, 2338, '0783-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:06', '2023-10-31 16:06:06'),
(281500, 2338, '0783-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:07', '2023-10-31 16:06:07'),
(281501, 2338, '0783-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:07', '2023-10-31 16:06:07'),
(281502, 2338, '0783-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:07', '2023-10-31 16:06:07'),
(281503, 2338, '0783-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:07', '2023-10-31 16:06:07'),
(281504, 2338, '0783-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:07', '2023-10-31 16:06:07'),
(281505, 2338, '0783-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:07', '2023-10-31 16:06:07'),
(281506, 2338, '0783-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:07', '2023-10-31 16:06:07'),
(281507, 2338, '0783-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:07', '2023-10-31 16:06:07'),
(281508, 2338, '0783-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:07', '2023-10-31 16:06:07'),
(281509, 2338, '0783-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:07', '2023-10-31 16:06:07'),
(281510, 2338, '0784-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:07', '2023-10-31 16:06:07'),
(281511, 2338, '0784-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:07', '2023-10-31 16:06:07'),
(281512, 2338, '0784-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:07', '2023-10-31 16:06:07'),
(281513, 2338, '0784-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:07', '2023-10-31 16:06:07'),
(281514, 2338, '0784-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:07', '2023-10-31 16:06:07'),
(281515, 2338, '0784-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:07', '2023-10-31 16:06:07'),
(281516, 2338, '0784-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:07', '2023-10-31 16:06:07'),
(281517, 2338, '0784-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:07', '2023-10-31 16:06:07');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(281518, 2338, '0784-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:07', '2023-10-31 16:06:07'),
(281519, 2338, '0784-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:07', '2023-10-31 16:06:07'),
(281520, 2338, '0784-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:07', '2023-10-31 16:06:07'),
(281521, 2338, '0784-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:07', '2023-10-31 16:06:07'),
(281522, 2338, '0785-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:07', '2023-10-31 16:06:07'),
(281523, 2338, '0785-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:07', '2023-10-31 16:06:07'),
(281524, 2338, '0785-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:07', '2023-10-31 16:06:07'),
(281525, 2338, '0785-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:07', '2023-10-31 16:06:07'),
(281526, 2338, '0785-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:07', '2023-10-31 16:06:07'),
(281527, 2338, '0785-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:07', '2023-10-31 16:06:07'),
(281528, 2338, '0785-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:07', '2023-10-31 16:06:07'),
(281529, 2338, '0785-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:07', '2023-10-31 16:06:07'),
(281530, 2338, '0785-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:07', '2023-10-31 16:06:07'),
(281531, 2338, '0785-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:07', '2023-10-31 16:06:07'),
(281532, 2338, '0785-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:07', '2023-10-31 16:06:07'),
(281533, 2338, '0785-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:07', '2023-10-31 16:06:07'),
(281534, 2338, '0786-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:07', '2023-10-31 16:06:07'),
(281535, 2338, '0786-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:07', '2023-10-31 16:06:07'),
(281536, 2338, '0786-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:07', '2023-10-31 16:06:07'),
(281537, 2338, '0786-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:07', '2023-10-31 16:06:07'),
(281538, 2338, '0786-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:07', '2023-10-31 16:06:07'),
(281539, 2338, '0786-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:07', '2023-10-31 16:06:07'),
(281540, 2338, '0786-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:07', '2023-10-31 16:06:07'),
(281541, 2338, '0786-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:07', '2023-10-31 16:06:07'),
(281542, 2338, '0786-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:07', '2023-10-31 16:06:07'),
(281543, 2338, '0786-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:07', '2023-10-31 16:06:07'),
(281544, 2338, '0786-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:07', '2023-10-31 16:06:07'),
(281545, 2338, '0786-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:07', '2023-10-31 16:06:07'),
(281546, 2338, '0787-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:07', '2023-10-31 16:06:07'),
(281547, 2338, '0787-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:07', '2023-10-31 16:06:07'),
(281548, 2338, '0787-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:07', '2023-10-31 16:06:07'),
(281549, 2338, '0787-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:07', '2023-10-31 16:06:07'),
(281550, 2338, '0787-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:07', '2023-10-31 16:06:07'),
(281551, 2338, '0787-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:07', '2023-10-31 16:06:07'),
(281552, 2338, '0787-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:07', '2023-10-31 16:06:07'),
(281553, 2338, '0787-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:07', '2023-10-31 16:06:07'),
(281554, 2338, '0787-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:07', '2023-10-31 16:06:07'),
(281555, 2338, '0787-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:07', '2023-10-31 16:06:07'),
(281556, 2338, '0787-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:07', '2023-10-31 16:06:07'),
(281557, 2338, '0787-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:07', '2023-10-31 16:06:07'),
(281558, 2338, '0788-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:07', '2023-10-31 16:06:07'),
(281559, 2338, '0788-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:07', '2023-10-31 16:06:07'),
(281560, 2338, '0788-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:07', '2023-10-31 16:06:07'),
(281561, 2338, '0788-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:07', '2023-10-31 16:06:07'),
(281562, 2338, '0788-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:07', '2023-10-31 16:06:07'),
(281563, 2338, '0788-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:07', '2023-10-31 16:06:07'),
(281564, 2338, '0788-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:07', '2023-10-31 16:06:07'),
(281565, 2338, '0788-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:07', '2023-10-31 16:06:07'),
(281566, 2338, '0788-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:07', '2023-10-31 16:06:07'),
(281567, 2338, '0788-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:07', '2023-10-31 16:06:07'),
(281568, 2338, '0788-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:07', '2023-10-31 16:06:07'),
(281569, 2338, '0788-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:07', '2023-10-31 16:06:07'),
(281570, 2338, '0789-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:07', '2023-10-31 16:06:07'),
(281571, 2338, '0789-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:07', '2023-10-31 16:06:07'),
(281572, 2338, '0789-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:07', '2023-10-31 16:06:07'),
(281573, 2338, '0789-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:07', '2023-10-31 16:06:07'),
(281574, 2338, '0789-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:07', '2023-10-31 16:06:07'),
(281575, 2338, '0789-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:07', '2023-10-31 16:06:07'),
(281576, 2338, '0789-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:07', '2023-10-31 16:06:07'),
(281577, 2338, '0789-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:07', '2023-10-31 16:06:07'),
(281578, 2338, '0789-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:07', '2023-10-31 16:06:07'),
(281579, 2338, '0789-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:07', '2023-10-31 16:06:07'),
(281580, 2338, '0789-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:07', '2023-10-31 16:06:07'),
(281581, 2338, '0789-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:07', '2023-10-31 16:06:07'),
(281582, 2338, '0790-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:07', '2023-10-31 16:06:07'),
(281583, 2338, '0790-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:07', '2023-10-31 16:06:07'),
(281584, 2338, '0790-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:07', '2023-10-31 16:06:07'),
(281585, 2338, '0790-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:07', '2023-10-31 16:06:07'),
(281586, 2338, '0790-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:07', '2023-10-31 16:06:07'),
(281587, 2338, '0790-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:07', '2023-10-31 16:06:07'),
(281588, 2338, '0790-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:07', '2023-10-31 16:06:07'),
(281589, 2338, '0790-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:07', '2023-10-31 16:06:07'),
(281590, 2338, '0790-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:07', '2023-10-31 16:06:07'),
(281591, 2338, '0790-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:07', '2023-10-31 16:06:07'),
(281592, 2338, '0790-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:07', '2023-10-31 16:06:07'),
(281593, 2338, '0790-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:07', '2023-10-31 16:06:07'),
(281594, 2338, '0791-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:07', '2023-10-31 16:06:07'),
(281595, 2338, '0791-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:07', '2023-10-31 16:06:07'),
(281596, 2338, '0791-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:07', '2023-10-31 16:06:07'),
(281597, 2338, '0791-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:07', '2023-10-31 16:06:07'),
(281598, 2338, '0791-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:07', '2023-10-31 16:06:07'),
(281599, 2338, '0791-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:07', '2023-10-31 16:06:07'),
(281600, 2338, '0791-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:07', '2023-10-31 16:06:07'),
(281601, 2338, '0791-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:07', '2023-10-31 16:06:07'),
(281602, 2338, '0791-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:07', '2023-10-31 16:06:07'),
(281603, 2338, '0791-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:07', '2023-10-31 16:06:07'),
(281604, 2338, '0791-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:07', '2023-10-31 16:06:07'),
(281605, 2338, '0791-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:07', '2023-10-31 16:06:07'),
(281606, 2338, '0792-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:07', '2023-10-31 16:06:07'),
(281607, 2338, '0792-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:07', '2023-10-31 16:06:07'),
(281608, 2338, '0792-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:07', '2023-10-31 16:06:07'),
(281609, 2338, '0792-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:07', '2023-10-31 16:06:07'),
(281610, 2338, '0792-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:07', '2023-10-31 16:06:07'),
(281611, 2338, '0792-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:07', '2023-10-31 16:06:07'),
(281612, 2338, '0792-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:07', '2023-10-31 16:06:07'),
(281613, 2338, '0792-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:07', '2023-10-31 16:06:07'),
(281614, 2338, '0792-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:07', '2023-10-31 16:06:07'),
(281615, 2338, '0792-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:07', '2023-10-31 16:06:07'),
(281616, 2338, '0792-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:07', '2023-10-31 16:06:07'),
(281617, 2338, '0792-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:07', '2023-10-31 16:06:07'),
(281618, 2338, '0793-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:07', '2023-10-31 16:06:07'),
(281619, 2338, '0793-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:07', '2023-10-31 16:06:07'),
(281620, 2338, '0793-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:07', '2023-10-31 16:06:07'),
(281621, 2338, '0793-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:07', '2023-10-31 16:06:07'),
(281622, 2338, '0793-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:07', '2023-10-31 16:06:07'),
(281623, 2338, '0793-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:07', '2023-10-31 16:06:07'),
(281624, 2338, '0793-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:07', '2023-10-31 16:06:07'),
(281625, 2338, '0793-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:07', '2023-10-31 16:06:07'),
(281626, 2338, '0793-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:07', '2023-10-31 16:06:07'),
(281627, 2338, '0793-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:07', '2023-10-31 16:06:07'),
(281628, 2338, '0793-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:07', '2023-10-31 16:06:07'),
(281629, 2338, '0793-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:07', '2023-10-31 16:06:07'),
(281630, 2338, '0794-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:07', '2023-10-31 16:06:07'),
(281631, 2338, '0794-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:07', '2023-10-31 16:06:07'),
(281632, 2338, '0794-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:07', '2023-10-31 16:06:07'),
(281633, 2338, '0794-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:07', '2023-10-31 16:06:07'),
(281634, 2338, '0794-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:07', '2023-10-31 16:06:07'),
(281635, 2338, '0794-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:07', '2023-10-31 16:06:07'),
(281636, 2338, '0794-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:07', '2023-10-31 16:06:07'),
(281637, 2338, '0794-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:07', '2023-10-31 16:06:07'),
(281638, 2338, '0794-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:07', '2023-10-31 16:06:07'),
(281639, 2338, '0794-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:07', '2023-10-31 16:06:07'),
(281640, 2338, '0794-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:07', '2023-10-31 16:06:07'),
(281641, 2338, '0794-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:07', '2023-10-31 16:06:07'),
(281642, 2338, '0795-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:07', '2023-10-31 16:06:07'),
(281643, 2338, '0795-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:07', '2023-10-31 16:06:07'),
(281644, 2338, '0795-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:07', '2023-10-31 16:06:07'),
(281645, 2338, '0795-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:07', '2023-10-31 16:06:07'),
(281646, 2338, '0795-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:07', '2023-10-31 16:06:07'),
(281647, 2338, '0795-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:07', '2023-10-31 16:06:07'),
(281648, 2338, '0795-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:07', '2023-10-31 16:06:07'),
(281649, 2338, '0795-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:07', '2023-10-31 16:06:07'),
(281650, 2338, '0795-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:07', '2023-10-31 16:06:07'),
(281651, 2338, '0795-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:07', '2023-10-31 16:06:07'),
(281652, 2338, '0795-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:07', '2023-10-31 16:06:07'),
(281653, 2338, '0795-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:07', '2023-10-31 16:06:07'),
(281654, 2338, '0796-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:07', '2023-10-31 16:06:07'),
(281655, 2338, '0796-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:07', '2023-10-31 16:06:07'),
(281656, 2338, '0796-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:07', '2023-10-31 16:06:07'),
(281657, 2338, '0796-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:07', '2023-10-31 16:06:07'),
(281658, 2338, '0796-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:07', '2023-10-31 16:06:07'),
(281659, 2338, '0796-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:07', '2023-10-31 16:06:07'),
(281660, 2338, '0796-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:07', '2023-10-31 16:06:07'),
(281661, 2338, '0796-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:07', '2023-10-31 16:06:07'),
(281662, 2338, '0796-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:07', '2023-10-31 16:06:07'),
(281663, 2338, '0796-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:07', '2023-10-31 16:06:07'),
(281664, 2338, '0796-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:07', '2023-10-31 16:06:07'),
(281665, 2338, '0796-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:07', '2023-10-31 16:06:07'),
(281666, 2338, '0797-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:07', '2023-10-31 16:06:07'),
(281667, 2338, '0797-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:07', '2023-10-31 16:06:07'),
(281668, 2338, '0797-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:07', '2023-10-31 16:06:07'),
(281669, 2338, '0797-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:07', '2023-10-31 16:06:07'),
(281670, 2338, '0797-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:07', '2023-10-31 16:06:07'),
(281671, 2338, '0797-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:07', '2023-10-31 16:06:07'),
(281672, 2338, '0797-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:07', '2023-10-31 16:06:07'),
(281673, 2338, '0797-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:07', '2023-10-31 16:06:07'),
(281674, 2338, '0797-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:07', '2023-10-31 16:06:07'),
(281675, 2338, '0797-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:07', '2023-10-31 16:06:07'),
(281676, 2338, '0797-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:07', '2023-10-31 16:06:07'),
(281677, 2338, '0797-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:07', '2023-10-31 16:06:07'),
(281678, 2338, '0798-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:07', '2023-10-31 16:06:07'),
(281679, 2338, '0798-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:07', '2023-10-31 16:06:07'),
(281680, 2338, '0798-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:07', '2023-10-31 16:06:07'),
(281681, 2338, '0798-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:07', '2023-10-31 16:06:07'),
(281682, 2338, '0798-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:07', '2023-10-31 16:06:07'),
(281683, 2338, '0798-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:07', '2023-10-31 16:06:07'),
(281684, 2338, '0798-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:07', '2023-10-31 16:06:07'),
(281685, 2338, '0798-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:07', '2023-10-31 16:06:07'),
(281686, 2338, '0798-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:07', '2023-10-31 16:06:07'),
(281687, 2338, '0798-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:07', '2023-10-31 16:06:07'),
(281688, 2338, '0798-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:07', '2023-10-31 16:06:07'),
(281689, 2338, '0798-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:07', '2023-10-31 16:06:07'),
(281690, 2338, '0799-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:08', '2023-10-31 16:06:08'),
(281691, 2338, '0799-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:08', '2023-10-31 16:06:08'),
(281692, 2338, '0799-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:08', '2023-10-31 16:06:08'),
(281693, 2338, '0799-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:08', '2023-10-31 16:06:08'),
(281694, 2338, '0799-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:08', '2023-10-31 16:06:08'),
(281695, 2338, '0799-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:08', '2023-10-31 16:06:08'),
(281696, 2338, '0799-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:08', '2023-10-31 16:06:08'),
(281697, 2338, '0799-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:08', '2023-10-31 16:06:08'),
(281698, 2338, '0799-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:08', '2023-10-31 16:06:08'),
(281699, 2338, '0799-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:08', '2023-10-31 16:06:08'),
(281700, 2338, '0799-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:08', '2023-10-31 16:06:08'),
(281701, 2338, '0799-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:08', '2023-10-31 16:06:08'),
(281702, 2338, '0800-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:08', '2023-10-31 16:06:08'),
(281703, 2338, '0800-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:08', '2023-10-31 16:06:08'),
(281704, 2338, '0800-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:08', '2023-10-31 16:06:08'),
(281705, 2338, '0800-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:08', '2023-10-31 16:06:08'),
(281706, 2338, '0800-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:08', '2023-10-31 16:06:08'),
(281707, 2338, '0800-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:08', '2023-10-31 16:06:08'),
(281708, 2338, '0800-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:08', '2023-10-31 16:06:08'),
(281709, 2338, '0800-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:08', '2023-10-31 16:06:08'),
(281710, 2338, '0800-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:08', '2023-10-31 16:06:08'),
(281711, 2338, '0800-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:08', '2023-10-31 16:06:08'),
(281712, 2338, '0800-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:08', '2023-10-31 16:06:08'),
(281713, 2338, '0800-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:08', '2023-10-31 16:06:08'),
(281714, 2338, '0801-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:08', '2023-10-31 16:06:08'),
(281715, 2338, '0801-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:08', '2023-10-31 16:06:08'),
(281716, 2338, '0801-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:08', '2023-10-31 16:06:08'),
(281717, 2338, '0801-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:08', '2023-10-31 16:06:08'),
(281718, 2338, '0801-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:08', '2023-10-31 16:06:08'),
(281719, 2338, '0801-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:08', '2023-10-31 16:06:08'),
(281720, 2338, '0801-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:08', '2023-10-31 16:06:08'),
(281721, 2338, '0801-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:08', '2023-10-31 16:06:08'),
(281722, 2338, '0801-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:08', '2023-10-31 16:06:08'),
(281723, 2338, '0801-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:08', '2023-10-31 16:06:08'),
(281724, 2338, '0801-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:08', '2023-10-31 16:06:08'),
(281725, 2338, '0801-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:08', '2023-10-31 16:06:08'),
(281726, 2338, '0802-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:08', '2023-10-31 16:06:08'),
(281727, 2338, '0802-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:08', '2023-10-31 16:06:08'),
(281728, 2338, '0802-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:08', '2023-10-31 16:06:08'),
(281729, 2338, '0802-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:08', '2023-10-31 16:06:08'),
(281730, 2338, '0802-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:08', '2023-10-31 16:06:08'),
(281731, 2338, '0802-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:08', '2023-10-31 16:06:08'),
(281732, 2338, '0802-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:08', '2023-10-31 16:06:08'),
(281733, 2338, '0802-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:08', '2023-10-31 16:06:08'),
(281734, 2338, '0802-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:08', '2023-10-31 16:06:08'),
(281735, 2338, '0802-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:08', '2023-10-31 16:06:08'),
(281736, 2338, '0802-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:08', '2023-10-31 16:06:08'),
(281737, 2338, '0802-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:08', '2023-10-31 16:06:08'),
(281738, 2338, '0803-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:08', '2023-10-31 16:06:08'),
(281739, 2338, '0803-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:08', '2023-10-31 16:06:08'),
(281740, 2338, '0803-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:08', '2023-10-31 16:06:08'),
(281741, 2338, '0803-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:08', '2023-10-31 16:06:08'),
(281742, 2338, '0803-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:08', '2023-10-31 16:06:08'),
(281743, 2338, '0803-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:08', '2023-10-31 16:06:08'),
(281744, 2338, '0803-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:08', '2023-10-31 16:06:08'),
(281745, 2338, '0803-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:08', '2023-10-31 16:06:08'),
(281746, 2338, '0803-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:08', '2023-10-31 16:06:08'),
(281747, 2338, '0803-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:08', '2023-10-31 16:06:08'),
(281748, 2338, '0803-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:08', '2023-10-31 16:06:08'),
(281749, 2338, '0803-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:08', '2023-10-31 16:06:08'),
(281750, 2338, '0804-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:08', '2023-10-31 16:06:08'),
(281751, 2338, '0804-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:08', '2023-10-31 16:06:08'),
(281752, 2338, '0804-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:08', '2023-10-31 16:06:08'),
(281753, 2338, '0804-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:08', '2023-10-31 16:06:08'),
(281754, 2338, '0804-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:08', '2023-10-31 16:06:08'),
(281755, 2338, '0804-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:08', '2023-10-31 16:06:08'),
(281756, 2338, '0804-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:08', '2023-10-31 16:06:08'),
(281757, 2338, '0804-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:08', '2023-10-31 16:06:08'),
(281758, 2338, '0804-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:08', '2023-10-31 16:06:08'),
(281759, 2338, '0804-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:08', '2023-10-31 16:06:08'),
(281760, 2338, '0804-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:08', '2023-10-31 16:06:08'),
(281761, 2338, '0804-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:08', '2023-10-31 16:06:08'),
(281762, 2338, '0805-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:08', '2023-10-31 16:06:08'),
(281763, 2338, '0805-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:08', '2023-10-31 16:06:08'),
(281764, 2338, '0805-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:08', '2023-10-31 16:06:08'),
(281765, 2338, '0805-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:08', '2023-10-31 16:06:08'),
(281766, 2338, '0805-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:08', '2023-10-31 16:06:08'),
(281767, 2338, '0805-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:08', '2023-10-31 16:06:08'),
(281768, 2338, '0805-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:08', '2023-10-31 16:06:08'),
(281769, 2338, '0805-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:08', '2023-10-31 16:06:08'),
(281770, 2338, '0805-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:08', '2023-10-31 16:06:08'),
(281771, 2338, '0805-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:08', '2023-10-31 16:06:08'),
(281772, 2338, '0805-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:08', '2023-10-31 16:06:08'),
(281773, 2338, '0805-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:08', '2023-10-31 16:06:08'),
(281774, 2338, '0806-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:08', '2023-10-31 16:06:08'),
(281775, 2338, '0806-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:08', '2023-10-31 16:06:08'),
(281776, 2338, '0806-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:08', '2023-10-31 16:06:08'),
(281777, 2338, '0806-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:08', '2023-10-31 16:06:08'),
(281778, 2338, '0806-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:08', '2023-10-31 16:06:08'),
(281779, 2338, '0806-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:08', '2023-10-31 16:06:08'),
(281780, 2338, '0806-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:08', '2023-10-31 16:06:08'),
(281781, 2338, '0806-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:08', '2023-10-31 16:06:08'),
(281782, 2338, '0806-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:08', '2023-10-31 16:06:08'),
(281783, 2338, '0806-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:08', '2023-10-31 16:06:08'),
(281784, 2338, '0806-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:08', '2023-10-31 16:06:08'),
(281785, 2338, '0806-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:08', '2023-10-31 16:06:08'),
(281786, 2338, '0807-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:08', '2023-10-31 16:06:08'),
(281787, 2338, '0807-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:08', '2023-10-31 16:06:08'),
(281788, 2338, '0807-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:08', '2023-10-31 16:06:08'),
(281789, 2338, '0807-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:08', '2023-10-31 16:06:08'),
(281790, 2338, '0807-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:08', '2023-10-31 16:06:08'),
(281791, 2338, '0807-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:08', '2023-10-31 16:06:08'),
(281792, 2338, '0807-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:08', '2023-10-31 16:06:08'),
(281793, 2338, '0807-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:08', '2023-10-31 16:06:08'),
(281794, 2338, '0807-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:08', '2023-10-31 16:06:08'),
(281795, 2338, '0807-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:08', '2023-10-31 16:06:08'),
(281796, 2338, '0807-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:08', '2023-10-31 16:06:08'),
(281797, 2338, '0807-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:08', '2023-10-31 16:06:08'),
(281798, 2338, '0808-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:08', '2023-10-31 16:06:08'),
(281799, 2338, '0808-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:08', '2023-10-31 16:06:08'),
(281800, 2338, '0808-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:08', '2023-10-31 16:06:08'),
(281801, 2338, '0808-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:08', '2023-10-31 16:06:08'),
(281802, 2338, '0808-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:08', '2023-10-31 16:06:08'),
(281803, 2338, '0808-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:08', '2023-10-31 16:06:08'),
(281804, 2338, '0808-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:08', '2023-10-31 16:06:08'),
(281805, 2338, '0808-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:08', '2023-10-31 16:06:08'),
(281806, 2338, '0808-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:08', '2023-10-31 16:06:08'),
(281807, 2338, '0808-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:08', '2023-10-31 16:06:08'),
(281808, 2338, '0808-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:08', '2023-10-31 16:06:08'),
(281809, 2338, '0808-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:08', '2023-10-31 16:06:08'),
(281810, 2338, '0809-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:08', '2023-10-31 16:06:08'),
(281811, 2338, '0809-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:08', '2023-10-31 16:06:08'),
(281812, 2338, '0809-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:08', '2023-10-31 16:06:08'),
(281813, 2338, '0809-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:08', '2023-10-31 16:06:08'),
(281814, 2338, '0809-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:08', '2023-10-31 16:06:08'),
(281815, 2338, '0809-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:08', '2023-10-31 16:06:08'),
(281816, 2338, '0809-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:08', '2023-10-31 16:06:08'),
(281817, 2338, '0809-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:08', '2023-10-31 16:06:08'),
(281818, 2338, '0809-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:08', '2023-10-31 16:06:08'),
(281819, 2338, '0809-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:08', '2023-10-31 16:06:08'),
(281820, 2338, '0809-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:08', '2023-10-31 16:06:08'),
(281821, 2338, '0809-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:08', '2023-10-31 16:06:08'),
(281822, 2338, '0810-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:08', '2023-10-31 16:06:08'),
(281823, 2338, '0810-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:08', '2023-10-31 16:06:08'),
(281824, 2338, '0810-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:08', '2023-10-31 16:06:08'),
(281825, 2338, '0810-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:08', '2023-10-31 16:06:08'),
(281826, 2338, '0810-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:08', '2023-10-31 16:06:08'),
(281827, 2338, '0810-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:08', '2023-10-31 16:06:08'),
(281828, 2338, '0810-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:08', '2023-10-31 16:06:08'),
(281829, 2338, '0810-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:08', '2023-10-31 16:06:08'),
(281830, 2338, '0810-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:08', '2023-10-31 16:06:08'),
(281831, 2338, '0810-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:08', '2023-10-31 16:06:08'),
(281832, 2338, '0810-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:08', '2023-10-31 16:06:08'),
(281833, 2338, '0810-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:08', '2023-10-31 16:06:08'),
(281834, 2338, '0811-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:08', '2023-10-31 16:06:08'),
(281835, 2338, '0811-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:08', '2023-10-31 16:06:08'),
(281836, 2338, '0811-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:08', '2023-10-31 16:06:08'),
(281837, 2338, '0811-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:08', '2023-10-31 16:06:08'),
(281838, 2338, '0811-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:08', '2023-10-31 16:06:08'),
(281839, 2338, '0811-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:08', '2023-10-31 16:06:08'),
(281840, 2338, '0811-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:08', '2023-10-31 16:06:08'),
(281841, 2338, '0811-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:08', '2023-10-31 16:06:08'),
(281842, 2338, '0811-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:08', '2023-10-31 16:06:08'),
(281843, 2338, '0811-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:08', '2023-10-31 16:06:08'),
(281844, 2338, '0811-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:08', '2023-10-31 16:06:08'),
(281845, 2338, '0811-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:08', '2023-10-31 16:06:08'),
(281846, 2338, '0812-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:08', '2023-10-31 16:06:08'),
(281847, 2338, '0812-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:08', '2023-10-31 16:06:08'),
(281848, 2338, '0812-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:08', '2023-10-31 16:06:08'),
(281849, 2338, '0812-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:08', '2023-10-31 16:06:08'),
(281850, 2338, '0812-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:08', '2023-10-31 16:06:08'),
(281851, 2338, '0812-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:08', '2023-10-31 16:06:08'),
(281852, 2338, '0812-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:08', '2023-10-31 16:06:08'),
(281853, 2338, '0812-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:08', '2023-10-31 16:06:08'),
(281854, 2338, '0812-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:08', '2023-10-31 16:06:08'),
(281855, 2338, '0812-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:08', '2023-10-31 16:06:08'),
(281856, 2338, '0812-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:08', '2023-10-31 16:06:08'),
(281857, 2338, '0812-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:08', '2023-10-31 16:06:08'),
(281858, 2338, '0813-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:08', '2023-10-31 16:06:08'),
(281859, 2338, '0813-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:08', '2023-10-31 16:06:08'),
(281860, 2338, '0813-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:08', '2023-10-31 16:06:08'),
(281861, 2338, '0813-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:08', '2023-10-31 16:06:08'),
(281862, 2338, '0813-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:08', '2023-10-31 16:06:08'),
(281863, 2338, '0813-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:08', '2023-10-31 16:06:08'),
(281864, 2338, '0813-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:08', '2023-10-31 16:06:08'),
(281865, 2338, '0813-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:08', '2023-10-31 16:06:08'),
(281866, 2338, '0813-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:08', '2023-10-31 16:06:08'),
(281867, 2338, '0813-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:08', '2023-10-31 16:06:08'),
(281868, 2338, '0813-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:08', '2023-10-31 16:06:08'),
(281869, 2338, '0813-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:08', '2023-10-31 16:06:08'),
(281870, 2338, '0814-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:08', '2023-10-31 16:06:08'),
(281871, 2338, '0814-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:08', '2023-10-31 16:06:08'),
(281872, 2338, '0814-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:08', '2023-10-31 16:06:08'),
(281873, 2338, '0814-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:08', '2023-10-31 16:06:08'),
(281874, 2338, '0814-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:08', '2023-10-31 16:06:08'),
(281875, 2338, '0814-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:08', '2023-10-31 16:06:08'),
(281876, 2338, '0814-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:08', '2023-10-31 16:06:08'),
(281877, 2338, '0814-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:08', '2023-10-31 16:06:08'),
(281878, 2338, '0814-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:08', '2023-10-31 16:06:08'),
(281879, 2338, '0814-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:08', '2023-10-31 16:06:08'),
(281880, 2338, '0814-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:08', '2023-10-31 16:06:08'),
(281881, 2338, '0814-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:08', '2023-10-31 16:06:08'),
(281882, 2338, '0815-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:08', '2023-10-31 16:06:08'),
(281883, 2338, '0815-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:08', '2023-10-31 16:06:08'),
(281884, 2338, '0815-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:08', '2023-10-31 16:06:08'),
(281885, 2338, '0815-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:08', '2023-10-31 16:06:08'),
(281886, 2338, '0815-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:08', '2023-10-31 16:06:08'),
(281887, 2338, '0815-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:08', '2023-10-31 16:06:08'),
(281888, 2338, '0815-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:08', '2023-10-31 16:06:08'),
(281889, 2338, '0815-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:08', '2023-10-31 16:06:08'),
(281890, 2338, '0815-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:08', '2023-10-31 16:06:08'),
(281891, 2338, '0815-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:08', '2023-10-31 16:06:08'),
(281892, 2338, '0815-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:08', '2023-10-31 16:06:08'),
(281893, 2338, '0815-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:08', '2023-10-31 16:06:08'),
(281894, 2338, '0816-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:08', '2023-10-31 16:06:08'),
(281895, 2338, '0816-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:08', '2023-10-31 16:06:08'),
(281896, 2338, '0816-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:08', '2023-10-31 16:06:08'),
(281897, 2338, '0816-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:08', '2023-10-31 16:06:08'),
(281898, 2338, '0816-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:08', '2023-10-31 16:06:08'),
(281899, 2338, '0816-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:08', '2023-10-31 16:06:08'),
(281900, 2338, '0816-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:09', '2023-10-31 16:06:09'),
(281901, 2338, '0816-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:09', '2023-10-31 16:06:09'),
(281902, 2338, '0816-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:09', '2023-10-31 16:06:09'),
(281903, 2338, '0816-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:09', '2023-10-31 16:06:09'),
(281904, 2338, '0816-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:09', '2023-10-31 16:06:09'),
(281905, 2338, '0816-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:09', '2023-10-31 16:06:09'),
(281906, 2338, '0817-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:09', '2023-10-31 16:06:09'),
(281907, 2338, '0817-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:09', '2023-10-31 16:06:09'),
(281908, 2338, '0817-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:09', '2023-10-31 16:06:09'),
(281909, 2338, '0817-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:09', '2023-10-31 16:06:09'),
(281910, 2338, '0817-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:09', '2023-10-31 16:06:09'),
(281911, 2338, '0817-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:09', '2023-10-31 16:06:09'),
(281912, 2338, '0817-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:09', '2023-10-31 16:06:09'),
(281913, 2338, '0817-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:09', '2023-10-31 16:06:09'),
(281914, 2338, '0817-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:09', '2023-10-31 16:06:09'),
(281915, 2338, '0817-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:09', '2023-10-31 16:06:09'),
(281916, 2338, '0817-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:09', '2023-10-31 16:06:09'),
(281917, 2338, '0817-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:09', '2023-10-31 16:06:09'),
(281918, 2338, '0818-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:09', '2023-10-31 16:06:09'),
(281919, 2338, '0818-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:09', '2023-10-31 16:06:09'),
(281920, 2338, '0818-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:09', '2023-10-31 16:06:09'),
(281921, 2338, '0818-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:09', '2023-10-31 16:06:09'),
(281922, 2338, '0818-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:09', '2023-10-31 16:06:09'),
(281923, 2338, '0818-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:09', '2023-10-31 16:06:09'),
(281924, 2338, '0818-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:09', '2023-10-31 16:06:09'),
(281925, 2338, '0818-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:09', '2023-10-31 16:06:09'),
(281926, 2338, '0818-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:09', '2023-10-31 16:06:09'),
(281927, 2338, '0818-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:09', '2023-10-31 16:06:09'),
(281928, 2338, '0818-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:09', '2023-10-31 16:06:09'),
(281929, 2338, '0818-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:09', '2023-10-31 16:06:09'),
(281930, 2338, '0819-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:09', '2023-10-31 16:06:09'),
(281931, 2338, '0819-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:09', '2023-10-31 16:06:09'),
(281932, 2338, '0819-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:09', '2023-10-31 16:06:09'),
(281933, 2338, '0819-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:09', '2023-10-31 16:06:09'),
(281934, 2338, '0819-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:09', '2023-10-31 16:06:09'),
(281935, 2338, '0819-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:09', '2023-10-31 16:06:09'),
(281936, 2338, '0819-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:09', '2023-10-31 16:06:09'),
(281937, 2338, '0819-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:09', '2023-10-31 16:06:09'),
(281938, 2338, '0819-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:09', '2023-10-31 16:06:09'),
(281939, 2338, '0819-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:09', '2023-10-31 16:06:09'),
(281940, 2338, '0819-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:09', '2023-10-31 16:06:09'),
(281941, 2338, '0819-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:09', '2023-10-31 16:06:09'),
(281942, 2338, '0820-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:09', '2023-10-31 16:06:09'),
(281943, 2338, '0820-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:09', '2023-10-31 16:06:09'),
(281944, 2338, '0820-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:09', '2023-10-31 16:06:09'),
(281945, 2338, '0820-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:09', '2023-10-31 16:06:09'),
(281946, 2338, '0820-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:09', '2023-10-31 16:06:09'),
(281947, 2338, '0820-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:09', '2023-10-31 16:06:09'),
(281948, 2338, '0820-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:09', '2023-10-31 16:06:09'),
(281949, 2338, '0820-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:09', '2023-10-31 16:06:09'),
(281950, 2338, '0820-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:09', '2023-10-31 16:06:09'),
(281951, 2338, '0820-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:09', '2023-10-31 16:06:09'),
(281952, 2338, '0820-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:09', '2023-10-31 16:06:09'),
(281953, 2338, '0820-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:09', '2023-10-31 16:06:09'),
(281954, 2338, '0821-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:09', '2023-10-31 16:06:09'),
(281955, 2338, '0821-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:09', '2023-10-31 16:06:09'),
(281956, 2338, '0821-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:09', '2023-10-31 16:06:09'),
(281957, 2338, '0821-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:09', '2023-10-31 16:06:09'),
(281958, 2338, '0821-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:09', '2023-10-31 16:06:09'),
(281959, 2338, '0821-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:09', '2023-10-31 16:06:09'),
(281960, 2338, '0821-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:09', '2023-10-31 16:06:09'),
(281961, 2338, '0821-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:09', '2023-10-31 16:06:09'),
(281962, 2338, '0821-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:09', '2023-10-31 16:06:09'),
(281963, 2338, '0821-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:09', '2023-10-31 16:06:09'),
(281964, 2338, '0821-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:09', '2023-10-31 16:06:09'),
(281965, 2338, '0821-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:09', '2023-10-31 16:06:09'),
(281966, 2338, '0822-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:09', '2023-10-31 16:06:09'),
(281967, 2338, '0822-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:09', '2023-10-31 16:06:09'),
(281968, 2338, '0822-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:09', '2023-10-31 16:06:09'),
(281969, 2338, '0822-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:09', '2023-10-31 16:06:09'),
(281970, 2338, '0822-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:09', '2023-10-31 16:06:09'),
(281971, 2338, '0822-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:09', '2023-10-31 16:06:09'),
(281972, 2338, '0822-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:09', '2023-10-31 16:06:09'),
(281973, 2338, '0822-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:09', '2023-10-31 16:06:09'),
(281974, 2338, '0822-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:09', '2023-10-31 16:06:09'),
(281975, 2338, '0822-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:09', '2023-10-31 16:06:09'),
(281976, 2338, '0822-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:09', '2023-10-31 16:06:09'),
(281977, 2338, '0822-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:09', '2023-10-31 16:06:09'),
(281978, 2338, '0823-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:09', '2023-10-31 16:06:09'),
(281979, 2338, '0823-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:09', '2023-10-31 16:06:09'),
(281980, 2338, '0823-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:09', '2023-10-31 16:06:09'),
(281981, 2338, '0823-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:09', '2023-10-31 16:06:09'),
(281982, 2338, '0823-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:09', '2023-10-31 16:06:09');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(281983, 2338, '0823-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:09', '2023-10-31 16:06:09'),
(281984, 2338, '0823-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:09', '2023-10-31 16:06:09'),
(281985, 2338, '0823-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:09', '2023-10-31 16:06:09'),
(281986, 2338, '0823-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:09', '2023-10-31 16:06:09'),
(281987, 2338, '0823-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:09', '2023-10-31 16:06:09'),
(281988, 2338, '0823-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:09', '2023-10-31 16:06:09'),
(281989, 2338, '0823-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:09', '2023-10-31 16:06:09'),
(281990, 2338, '0824-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:09', '2023-10-31 16:06:09'),
(281991, 2338, '0824-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:09', '2023-10-31 16:06:09'),
(281992, 2338, '0824-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:09', '2023-10-31 16:06:09'),
(281993, 2338, '0824-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:09', '2023-10-31 16:06:09'),
(281994, 2338, '0824-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:09', '2023-10-31 16:06:09'),
(281995, 2338, '0824-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:09', '2023-10-31 16:06:09'),
(281996, 2338, '0824-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:09', '2023-10-31 16:06:09'),
(281997, 2338, '0824-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:09', '2023-10-31 16:06:09'),
(281998, 2338, '0824-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:09', '2023-10-31 16:06:09'),
(281999, 2338, '0824-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:09', '2023-10-31 16:06:09'),
(282000, 2338, '0824-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:09', '2023-10-31 16:06:09'),
(282001, 2338, '0824-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:09', '2023-10-31 16:06:09'),
(282002, 2338, '0825-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:09', '2023-10-31 16:06:09'),
(282003, 2338, '0825-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:09', '2023-10-31 16:06:09'),
(282004, 2338, '0825-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:09', '2023-10-31 16:06:09'),
(282005, 2338, '0825-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:09', '2023-10-31 16:06:09'),
(282006, 2338, '0825-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:09', '2023-10-31 16:06:09'),
(282007, 2338, '0825-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:09', '2023-10-31 16:06:09'),
(282008, 2338, '0825-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:09', '2023-10-31 16:06:09'),
(282009, 2338, '0825-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:09', '2023-10-31 16:06:09'),
(282010, 2338, '0825-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:09', '2023-10-31 16:06:09'),
(282011, 2338, '0825-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:09', '2023-10-31 16:06:09'),
(282012, 2338, '0825-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:09', '2023-10-31 16:06:09'),
(282013, 2338, '0825-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:09', '2023-10-31 16:06:09'),
(282014, 2338, '0826-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:09', '2023-10-31 16:06:09'),
(282015, 2338, '0826-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:09', '2023-10-31 16:06:09'),
(282016, 2338, '0826-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:09', '2023-10-31 16:06:09'),
(282017, 2338, '0826-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:09', '2023-10-31 16:06:09'),
(282018, 2338, '0826-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:09', '2023-10-31 16:06:09'),
(282019, 2338, '0826-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:09', '2023-10-31 16:06:09'),
(282020, 2338, '0826-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:09', '2023-10-31 16:06:09'),
(282021, 2338, '0826-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:09', '2023-10-31 16:06:09'),
(282022, 2338, '0826-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:09', '2023-10-31 16:06:09'),
(282023, 2338, '0826-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:09', '2023-10-31 16:06:09'),
(282024, 2338, '0826-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:09', '2023-10-31 16:06:09'),
(282025, 2338, '0826-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:09', '2023-10-31 16:06:09'),
(282026, 2338, '0827-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:09', '2023-10-31 16:06:09'),
(282027, 2338, '0827-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:09', '2023-10-31 16:06:09'),
(282028, 2338, '0827-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:09', '2023-10-31 16:06:09'),
(282029, 2338, '0827-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:09', '2023-10-31 16:06:09'),
(282030, 2338, '0827-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:09', '2023-10-31 16:06:09'),
(282031, 2338, '0827-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:09', '2023-10-31 16:06:09'),
(282032, 2338, '0827-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:09', '2023-10-31 16:06:09'),
(282033, 2338, '0827-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:09', '2023-10-31 16:06:09'),
(282034, 2338, '0827-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:09', '2023-10-31 16:06:09'),
(282035, 2338, '0827-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:09', '2023-10-31 16:06:09'),
(282036, 2338, '0827-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:09', '2023-10-31 16:06:09'),
(282037, 2338, '0827-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:09', '2023-10-31 16:06:09'),
(282038, 2338, '0828-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:09', '2023-10-31 16:06:09'),
(282039, 2338, '0828-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:09', '2023-10-31 16:06:09'),
(282040, 2338, '0828-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:09', '2023-10-31 16:06:09'),
(282041, 2338, '0828-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:09', '2023-10-31 16:06:09'),
(282042, 2338, '0828-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:09', '2023-10-31 16:06:09'),
(282043, 2338, '0828-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:09', '2023-10-31 16:06:09'),
(282044, 2338, '0828-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:09', '2023-10-31 16:06:09'),
(282045, 2338, '0828-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:09', '2023-10-31 16:06:09'),
(282046, 2338, '0828-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:09', '2023-10-31 16:06:09'),
(282047, 2338, '0828-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:09', '2023-10-31 16:06:09'),
(282048, 2338, '0828-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:09', '2023-10-31 16:06:09'),
(282049, 2338, '0828-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:09', '2023-10-31 16:06:09'),
(282050, 2338, '0829-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:09', '2023-10-31 16:06:09'),
(282051, 2338, '0829-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:09', '2023-10-31 16:06:09'),
(282052, 2338, '0829-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:09', '2023-10-31 16:06:09'),
(282053, 2338, '0829-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:09', '2023-10-31 16:06:09'),
(282054, 2338, '0829-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:09', '2023-10-31 16:06:09'),
(282055, 2338, '0829-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:09', '2023-10-31 16:06:09'),
(282056, 2338, '0829-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:09', '2023-10-31 16:06:09'),
(282057, 2338, '0829-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:09', '2023-10-31 16:06:09'),
(282058, 2338, '0829-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:09', '2023-10-31 16:06:09'),
(282059, 2338, '0829-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:09', '2023-10-31 16:06:09'),
(282060, 2338, '0829-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:09', '2023-10-31 16:06:09'),
(282061, 2338, '0829-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:09', '2023-10-31 16:06:09'),
(282062, 2338, '0830-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:09', '2023-10-31 16:06:09'),
(282063, 2338, '0830-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:09', '2023-10-31 16:06:09'),
(282064, 2338, '0830-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:09', '2023-10-31 16:06:09'),
(282065, 2338, '0830-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:09', '2023-10-31 16:06:09'),
(282066, 2338, '0830-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:09', '2023-10-31 16:06:09'),
(282067, 2338, '0830-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:09', '2023-10-31 16:06:09'),
(282068, 2338, '0830-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:09', '2023-10-31 16:06:09'),
(282069, 2338, '0830-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:09', '2023-10-31 16:06:09'),
(282070, 2338, '0830-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:09', '2023-10-31 16:06:09'),
(282071, 2338, '0830-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:09', '2023-10-31 16:06:09'),
(282072, 2338, '0830-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:09', '2023-10-31 16:06:09'),
(282073, 2338, '0830-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:09', '2023-10-31 16:06:09'),
(282074, 2338, '0831-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:09', '2023-10-31 16:06:09'),
(282075, 2338, '0831-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:09', '2023-10-31 16:06:09'),
(282076, 2338, '0831-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:10', '2023-10-31 16:06:10'),
(282077, 2338, '0831-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:10', '2023-10-31 16:06:10'),
(282078, 2338, '0831-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:10', '2023-10-31 16:06:10'),
(282079, 2338, '0831-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:10', '2023-10-31 16:06:10'),
(282080, 2338, '0831-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:10', '2023-10-31 16:06:10'),
(282081, 2338, '0831-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:10', '2023-10-31 16:06:10'),
(282082, 2338, '0831-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:10', '2023-10-31 16:06:10'),
(282083, 2338, '0831-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:10', '2023-10-31 16:06:10'),
(282084, 2338, '0831-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:10', '2023-10-31 16:06:10'),
(282085, 2338, '0831-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:10', '2023-10-31 16:06:10'),
(282086, 2338, '0832-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:10', '2023-10-31 16:06:10'),
(282087, 2338, '0832-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:10', '2023-10-31 16:06:10'),
(282088, 2338, '0832-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:10', '2023-10-31 16:06:10'),
(282089, 2338, '0832-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:10', '2023-10-31 16:06:10'),
(282090, 2338, '0832-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:10', '2023-10-31 16:06:10'),
(282091, 2338, '0832-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:10', '2023-10-31 16:06:10'),
(282092, 2338, '0832-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:10', '2023-10-31 16:06:10'),
(282093, 2338, '0832-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:10', '2023-10-31 16:06:10'),
(282094, 2338, '0832-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:10', '2023-10-31 16:06:10'),
(282095, 2338, '0832-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:10', '2023-10-31 16:06:10'),
(282096, 2338, '0832-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:10', '2023-10-31 16:06:10'),
(282097, 2338, '0832-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:10', '2023-10-31 16:06:10'),
(282098, 2338, '0833-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:10', '2023-10-31 16:06:10'),
(282099, 2338, '0833-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:10', '2023-10-31 16:06:10'),
(282100, 2338, '0833-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:10', '2023-10-31 16:06:10'),
(282101, 2338, '0833-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:10', '2023-10-31 16:06:10'),
(282102, 2338, '0833-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:10', '2023-10-31 16:06:10'),
(282103, 2338, '0833-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:10', '2023-10-31 16:06:10'),
(282104, 2338, '0833-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:10', '2023-10-31 16:06:10'),
(282105, 2338, '0833-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:10', '2023-10-31 16:06:10'),
(282106, 2338, '0833-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:10', '2023-10-31 16:06:10'),
(282107, 2338, '0833-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:10', '2023-10-31 16:06:10'),
(282108, 2338, '0833-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:10', '2023-10-31 16:06:10'),
(282109, 2338, '0833-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:10', '2023-10-31 16:06:10'),
(282110, 2338, '0834-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:10', '2023-10-31 16:06:10'),
(282111, 2338, '0834-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:10', '2023-10-31 16:06:10'),
(282112, 2338, '0834-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:10', '2023-10-31 16:06:10'),
(282113, 2338, '0834-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:10', '2023-10-31 16:06:10'),
(282114, 2338, '0834-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:10', '2023-10-31 16:06:10'),
(282115, 2338, '0834-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:10', '2023-10-31 16:06:10'),
(282116, 2338, '0834-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:10', '2023-10-31 16:06:10'),
(282117, 2338, '0834-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:10', '2023-10-31 16:06:10'),
(282118, 2338, '0834-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:10', '2023-10-31 16:06:10'),
(282119, 2338, '0834-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:10', '2023-10-31 16:06:10'),
(282120, 2338, '0834-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:10', '2023-10-31 16:06:10'),
(282121, 2338, '0834-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:10', '2023-10-31 16:06:10'),
(282122, 2338, '0835-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:10', '2023-10-31 16:06:10'),
(282123, 2338, '0835-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:10', '2023-10-31 16:06:10'),
(282124, 2338, '0835-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:10', '2023-10-31 16:06:10'),
(282125, 2338, '0835-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:10', '2023-10-31 16:06:10'),
(282126, 2338, '0835-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:10', '2023-10-31 16:06:10'),
(282127, 2338, '0835-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:10', '2023-10-31 16:06:10'),
(282128, 2338, '0835-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:10', '2023-10-31 16:06:10'),
(282129, 2338, '0835-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:10', '2023-10-31 16:06:10'),
(282130, 2338, '0835-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:10', '2023-10-31 16:06:10'),
(282131, 2338, '0835-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:10', '2023-10-31 16:06:10'),
(282132, 2338, '0835-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:10', '2023-10-31 16:06:10'),
(282133, 2338, '0835-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:10', '2023-10-31 16:06:10'),
(282134, 2338, '0836-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:10', '2023-10-31 16:06:10'),
(282135, 2338, '0836-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:10', '2023-10-31 16:06:10'),
(282136, 2338, '0836-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:10', '2023-10-31 16:06:10'),
(282137, 2338, '0836-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:10', '2023-10-31 16:06:10'),
(282138, 2338, '0836-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:10', '2023-10-31 16:06:10'),
(282139, 2338, '0836-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:10', '2023-10-31 16:06:10'),
(282140, 2338, '0836-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:10', '2023-10-31 16:06:10'),
(282141, 2338, '0836-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:10', '2023-10-31 16:06:10'),
(282142, 2338, '0836-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:10', '2023-10-31 16:06:10'),
(282143, 2338, '0836-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:10', '2023-10-31 16:06:10'),
(282144, 2338, '0836-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:10', '2023-10-31 16:06:10'),
(282145, 2338, '0836-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:10', '2023-10-31 16:06:10'),
(282146, 2338, '0837-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:10', '2023-10-31 16:06:10'),
(282147, 2338, '0837-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:10', '2023-10-31 16:06:10'),
(282148, 2338, '0837-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:10', '2023-10-31 16:06:10'),
(282149, 2338, '0837-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:10', '2023-10-31 16:06:10'),
(282150, 2338, '0837-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:10', '2023-10-31 16:06:10'),
(282151, 2338, '0837-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:10', '2023-10-31 16:06:10'),
(282152, 2338, '0837-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:10', '2023-10-31 16:06:10'),
(282153, 2338, '0837-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:10', '2023-10-31 16:06:10'),
(282154, 2338, '0837-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:10', '2023-10-31 16:06:10'),
(282155, 2338, '0837-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:10', '2023-10-31 16:06:10'),
(282156, 2338, '0837-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:10', '2023-10-31 16:06:10'),
(282157, 2338, '0837-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:10', '2023-10-31 16:06:10'),
(282158, 2338, '0838-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:10', '2023-10-31 16:06:10'),
(282159, 2338, '0838-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:10', '2023-10-31 16:06:10'),
(282160, 2338, '0838-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:10', '2023-10-31 16:06:10'),
(282161, 2338, '0838-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:10', '2023-10-31 16:06:10'),
(282162, 2338, '0838-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:10', '2023-10-31 16:06:10'),
(282163, 2338, '0838-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:10', '2023-10-31 16:06:10'),
(282164, 2338, '0838-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:10', '2023-10-31 16:06:10'),
(282165, 2338, '0838-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:10', '2023-10-31 16:06:10'),
(282166, 2338, '0838-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:10', '2023-10-31 16:06:10'),
(282167, 2338, '0838-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:10', '2023-10-31 16:06:10'),
(282168, 2338, '0838-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:10', '2023-10-31 16:06:10'),
(282169, 2338, '0838-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:10', '2023-10-31 16:06:10'),
(282170, 2338, '0839-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:10', '2023-10-31 16:06:10'),
(282171, 2338, '0839-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:10', '2023-10-31 16:06:10'),
(282172, 2338, '0839-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:10', '2023-10-31 16:06:10'),
(282173, 2338, '0839-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:10', '2023-10-31 16:06:10'),
(282174, 2338, '0839-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:10', '2023-10-31 16:06:10'),
(282175, 2338, '0839-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:10', '2023-10-31 16:06:10'),
(282176, 2338, '0839-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:10', '2023-10-31 16:06:10'),
(282177, 2338, '0839-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:10', '2023-10-31 16:06:10'),
(282178, 2338, '0839-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:10', '2023-10-31 16:06:10'),
(282179, 2338, '0839-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:10', '2023-10-31 16:06:10'),
(282180, 2338, '0839-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:10', '2023-10-31 16:06:10'),
(282181, 2338, '0839-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:10', '2023-10-31 16:06:10'),
(282182, 2338, '0840-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:10', '2023-10-31 16:06:10'),
(282183, 2338, '0840-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:10', '2023-10-31 16:06:10'),
(282184, 2338, '0840-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:10', '2023-10-31 16:06:10'),
(282185, 2338, '0840-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:10', '2023-10-31 16:06:10'),
(282186, 2338, '0840-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:10', '2023-10-31 16:06:10'),
(282187, 2338, '0840-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:10', '2023-10-31 16:06:10'),
(282188, 2338, '0840-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:10', '2023-10-31 16:06:10'),
(282189, 2338, '0840-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:10', '2023-10-31 16:06:10'),
(282190, 2338, '0840-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:10', '2023-10-31 16:06:10'),
(282191, 2338, '0840-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:10', '2023-10-31 16:06:10'),
(282192, 2338, '0840-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:10', '2023-10-31 16:06:10'),
(282193, 2338, '0840-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:10', '2023-10-31 16:06:10'),
(282194, 2338, '0841-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:10', '2023-10-31 16:06:10'),
(282195, 2338, '0841-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:10', '2023-10-31 16:06:10'),
(282196, 2338, '0841-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:10', '2023-10-31 16:06:10'),
(282197, 2338, '0841-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:10', '2023-10-31 16:06:10'),
(282198, 2338, '0841-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:10', '2023-10-31 16:06:10'),
(282199, 2338, '0841-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:10', '2023-10-31 16:06:10'),
(282200, 2338, '0841-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:10', '2023-10-31 16:06:10'),
(282201, 2338, '0841-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:10', '2023-10-31 16:06:10'),
(282202, 2338, '0841-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:10', '2023-10-31 16:06:10'),
(282203, 2338, '0841-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:10', '2023-10-31 16:06:10'),
(282204, 2338, '0841-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:10', '2023-10-31 16:06:10'),
(282205, 2338, '0841-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:10', '2023-10-31 16:06:10'),
(282206, 2338, '0842-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:10', '2023-10-31 16:06:10'),
(282207, 2338, '0842-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:10', '2023-10-31 16:06:10'),
(282208, 2338, '0842-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:10', '2023-10-31 16:06:10'),
(282209, 2338, '0842-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:10', '2023-10-31 16:06:10'),
(282210, 2338, '0842-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:10', '2023-10-31 16:06:10'),
(282211, 2338, '0842-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:10', '2023-10-31 16:06:10'),
(282212, 2338, '0842-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:10', '2023-10-31 16:06:10'),
(282213, 2338, '0842-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:10', '2023-10-31 16:06:10'),
(282214, 2338, '0842-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:10', '2023-10-31 16:06:10'),
(282215, 2338, '0842-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:10', '2023-10-31 16:06:10'),
(282216, 2338, '0842-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:10', '2023-10-31 16:06:10'),
(282217, 2338, '0842-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:10', '2023-10-31 16:06:10'),
(282218, 2338, '0843-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:10', '2023-10-31 16:06:10'),
(282219, 2338, '0843-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:10', '2023-10-31 16:06:10'),
(282220, 2338, '0843-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:10', '2023-10-31 16:06:10'),
(282221, 2338, '0843-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:10', '2023-10-31 16:06:10'),
(282222, 2338, '0843-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:10', '2023-10-31 16:06:10'),
(282223, 2338, '0843-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:10', '2023-10-31 16:06:10'),
(282224, 2338, '0843-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:10', '2023-10-31 16:06:10'),
(282225, 2338, '0843-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:10', '2023-10-31 16:06:10'),
(282226, 2338, '0843-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:10', '2023-10-31 16:06:10'),
(282227, 2338, '0843-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:10', '2023-10-31 16:06:10'),
(282228, 2338, '0843-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:10', '2023-10-31 16:06:10'),
(282229, 2338, '0843-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:10', '2023-10-31 16:06:10'),
(282230, 2338, '0844-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:10', '2023-10-31 16:06:10'),
(282231, 2338, '0844-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:10', '2023-10-31 16:06:10'),
(282232, 2338, '0844-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:10', '2023-10-31 16:06:10'),
(282233, 2338, '0844-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:10', '2023-10-31 16:06:10'),
(282234, 2338, '0844-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:10', '2023-10-31 16:06:10'),
(282235, 2338, '0844-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:10', '2023-10-31 16:06:10'),
(282236, 2338, '0844-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:10', '2023-10-31 16:06:10'),
(282237, 2338, '0844-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:10', '2023-10-31 16:06:10'),
(282238, 2338, '0844-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:10', '2023-10-31 16:06:10'),
(282239, 2338, '0844-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:10', '2023-10-31 16:06:10'),
(282240, 2338, '0844-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:10', '2023-10-31 16:06:10'),
(282241, 2338, '0844-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:10', '2023-10-31 16:06:10'),
(282242, 2338, '0845-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:10', '2023-10-31 16:06:10'),
(282243, 2338, '0845-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:10', '2023-10-31 16:06:10'),
(282244, 2338, '0845-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:10', '2023-10-31 16:06:10'),
(282245, 2338, '0845-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:10', '2023-10-31 16:06:10'),
(282246, 2338, '0845-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:10', '2023-10-31 16:06:10'),
(282247, 2338, '0845-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:10', '2023-10-31 16:06:10'),
(282248, 2338, '0845-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:10', '2023-10-31 16:06:10'),
(282249, 2338, '0845-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:10', '2023-10-31 16:06:10'),
(282250, 2338, '0845-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:10', '2023-10-31 16:06:10'),
(282251, 2338, '0845-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:10', '2023-10-31 16:06:10'),
(282252, 2338, '0845-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:10', '2023-10-31 16:06:10'),
(282253, 2338, '0845-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:10', '2023-10-31 16:06:10'),
(282254, 2338, '0846-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:10', '2023-10-31 16:06:10'),
(282255, 2338, '0846-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:10', '2023-10-31 16:06:10'),
(282256, 2338, '0846-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:10', '2023-10-31 16:06:10'),
(282257, 2338, '0846-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:10', '2023-10-31 16:06:10'),
(282258, 2338, '0846-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:10', '2023-10-31 16:06:10'),
(282259, 2338, '0846-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:10', '2023-10-31 16:06:10'),
(282260, 2338, '0846-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:10', '2023-10-31 16:06:10'),
(282261, 2338, '0846-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:10', '2023-10-31 16:06:10'),
(282262, 2338, '0846-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:10', '2023-10-31 16:06:10'),
(282263, 2338, '0846-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:10', '2023-10-31 16:06:10'),
(282264, 2338, '0846-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:10', '2023-10-31 16:06:10'),
(282265, 2338, '0846-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:10', '2023-10-31 16:06:10'),
(282266, 2338, '0847-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:10', '2023-10-31 16:06:10'),
(282267, 2338, '0847-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:10', '2023-10-31 16:06:10'),
(282268, 2338, '0847-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:10', '2023-10-31 16:06:10'),
(282269, 2338, '0847-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:10', '2023-10-31 16:06:10'),
(282270, 2338, '0847-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:10', '2023-10-31 16:06:10'),
(282271, 2338, '0847-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:10', '2023-10-31 16:06:10'),
(282272, 2338, '0847-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:10', '2023-10-31 16:06:10'),
(282273, 2338, '0847-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:10', '2023-10-31 16:06:10'),
(282274, 2338, '0847-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:10', '2023-10-31 16:06:10'),
(282275, 2338, '0847-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:10', '2023-10-31 16:06:10'),
(282276, 2338, '0847-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:10', '2023-10-31 16:06:10'),
(282277, 2338, '0847-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:10', '2023-10-31 16:06:10'),
(282278, 2338, '0848-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:10', '2023-10-31 16:06:10'),
(282279, 2338, '0848-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:10', '2023-10-31 16:06:10'),
(282280, 2338, '0848-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:10', '2023-10-31 16:06:10'),
(282281, 2338, '0848-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:10', '2023-10-31 16:06:10'),
(282282, 2338, '0848-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:10', '2023-10-31 16:06:10'),
(282283, 2338, '0848-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:10', '2023-10-31 16:06:10'),
(282284, 2338, '0848-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:10', '2023-10-31 16:06:10'),
(282285, 2338, '0848-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:11', '2023-10-31 16:06:11'),
(282286, 2338, '0848-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:11', '2023-10-31 16:06:11'),
(282287, 2338, '0848-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:11', '2023-10-31 16:06:11'),
(282288, 2338, '0848-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:11', '2023-10-31 16:06:11'),
(282289, 2338, '0848-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:11', '2023-10-31 16:06:11'),
(282290, 2338, '0849-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:11', '2023-10-31 16:06:11'),
(282291, 2338, '0849-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:11', '2023-10-31 16:06:11'),
(282292, 2338, '0849-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:11', '2023-10-31 16:06:11'),
(282293, 2338, '0849-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:11', '2023-10-31 16:06:11'),
(282294, 2338, '0849-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:11', '2023-10-31 16:06:11'),
(282295, 2338, '0849-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:11', '2023-10-31 16:06:11'),
(282296, 2338, '0849-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:11', '2023-10-31 16:06:11'),
(282297, 2338, '0849-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:11', '2023-10-31 16:06:11'),
(282298, 2338, '0849-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:11', '2023-10-31 16:06:11'),
(282299, 2338, '0849-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:11', '2023-10-31 16:06:11'),
(282300, 2338, '0849-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:11', '2023-10-31 16:06:11'),
(282301, 2338, '0849-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:11', '2023-10-31 16:06:11'),
(282302, 2338, '0850-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:11', '2023-10-31 16:06:11'),
(282303, 2338, '0850-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:11', '2023-10-31 16:06:11'),
(282304, 2338, '0850-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:11', '2023-10-31 16:06:11'),
(282305, 2338, '0850-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:11', '2023-10-31 16:06:11'),
(282306, 2338, '0850-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:11', '2023-10-31 16:06:11'),
(282307, 2338, '0850-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:11', '2023-10-31 16:06:11'),
(282308, 2338, '0850-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:11', '2023-10-31 16:06:11'),
(282309, 2338, '0850-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:11', '2023-10-31 16:06:11'),
(282310, 2338, '0850-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:11', '2023-10-31 16:06:11'),
(282311, 2338, '0850-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:11', '2023-10-31 16:06:11'),
(282312, 2338, '0850-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:11', '2023-10-31 16:06:11'),
(282313, 2338, '0850-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:11', '2023-10-31 16:06:11'),
(282314, 2338, '0851-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:11', '2023-10-31 16:06:11'),
(282315, 2338, '0851-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:11', '2023-10-31 16:06:11'),
(282316, 2338, '0851-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:11', '2023-10-31 16:06:11'),
(282317, 2338, '0851-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:11', '2023-10-31 16:06:11'),
(282318, 2338, '0851-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:11', '2023-10-31 16:06:11'),
(282319, 2338, '0851-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:11', '2023-10-31 16:06:11'),
(282320, 2338, '0851-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:11', '2023-10-31 16:06:11'),
(282321, 2338, '0851-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:11', '2023-10-31 16:06:11'),
(282322, 2338, '0851-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:11', '2023-10-31 16:06:11'),
(282323, 2338, '0851-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:11', '2023-10-31 16:06:11'),
(282324, 2338, '0851-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:11', '2023-10-31 16:06:11'),
(282325, 2338, '0851-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:11', '2023-10-31 16:06:11'),
(282326, 2338, '0852-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:11', '2023-10-31 16:06:11'),
(282327, 2338, '0852-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:11', '2023-10-31 16:06:11'),
(282328, 2338, '0852-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:11', '2023-10-31 16:06:11'),
(282329, 2338, '0852-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:11', '2023-10-31 16:06:11'),
(282330, 2338, '0852-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:11', '2023-10-31 16:06:11'),
(282331, 2338, '0852-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:11', '2023-10-31 16:06:11'),
(282332, 2338, '0852-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:11', '2023-10-31 16:06:11'),
(282333, 2338, '0852-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:11', '2023-10-31 16:06:11'),
(282334, 2338, '0852-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:11', '2023-10-31 16:06:11'),
(282335, 2338, '0852-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:11', '2023-10-31 16:06:11'),
(282336, 2338, '0852-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:11', '2023-10-31 16:06:11'),
(282337, 2338, '0852-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:11', '2023-10-31 16:06:11'),
(282338, 2338, '0853-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:11', '2023-10-31 16:06:11'),
(282339, 2338, '0853-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:11', '2023-10-31 16:06:11'),
(282340, 2338, '0853-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:11', '2023-10-31 16:06:11'),
(282341, 2338, '0853-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:11', '2023-10-31 16:06:11'),
(282342, 2338, '0853-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:11', '2023-10-31 16:06:11'),
(282343, 2338, '0853-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:11', '2023-10-31 16:06:11'),
(282344, 2338, '0853-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:11', '2023-10-31 16:06:11'),
(282345, 2338, '0853-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:11', '2023-10-31 16:06:11'),
(282346, 2338, '0853-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:11', '2023-10-31 16:06:11'),
(282347, 2338, '0853-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:11', '2023-10-31 16:06:11'),
(282348, 2338, '0853-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:11', '2023-10-31 16:06:11'),
(282349, 2338, '0853-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:11', '2023-10-31 16:06:11'),
(282350, 2338, '0854-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:11', '2023-10-31 16:06:11'),
(282351, 2338, '0854-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:11', '2023-10-31 16:06:11'),
(282352, 2338, '0854-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:11', '2023-10-31 16:06:11'),
(282353, 2338, '0854-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:11', '2023-10-31 16:06:11'),
(282354, 2338, '0854-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:11', '2023-10-31 16:06:11'),
(282355, 2338, '0854-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:11', '2023-10-31 16:06:11'),
(282356, 2338, '0854-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:11', '2023-10-31 16:06:11'),
(282357, 2338, '0854-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:11', '2023-10-31 16:06:11'),
(282358, 2338, '0854-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:11', '2023-10-31 16:06:11'),
(282359, 2338, '0854-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:11', '2023-10-31 16:06:11'),
(282360, 2338, '0854-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:11', '2023-10-31 16:06:11'),
(282361, 2338, '0854-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:11', '2023-10-31 16:06:11'),
(282362, 2338, '0855-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:11', '2023-10-31 16:06:11'),
(282363, 2338, '0855-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:11', '2023-10-31 16:06:11'),
(282364, 2338, '0855-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:11', '2023-10-31 16:06:11'),
(282365, 2338, '0855-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:11', '2023-10-31 16:06:11'),
(282366, 2338, '0855-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:11', '2023-10-31 16:06:11'),
(282367, 2338, '0855-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:11', '2023-10-31 16:06:11'),
(282368, 2338, '0855-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:11', '2023-10-31 16:06:11'),
(282369, 2338, '0855-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:11', '2023-10-31 16:06:11'),
(282370, 2338, '0855-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:11', '2023-10-31 16:06:11'),
(282371, 2338, '0855-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:11', '2023-10-31 16:06:11'),
(282372, 2338, '0855-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:11', '2023-10-31 16:06:11'),
(282373, 2338, '0855-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:11', '2023-10-31 16:06:11'),
(282374, 2338, '0856-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:11', '2023-10-31 16:06:11'),
(282375, 2338, '0856-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:11', '2023-10-31 16:06:11'),
(282376, 2338, '0856-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:11', '2023-10-31 16:06:11'),
(282377, 2338, '0856-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:11', '2023-10-31 16:06:11'),
(282378, 2338, '0856-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:11', '2023-10-31 16:06:11'),
(282379, 2338, '0856-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:11', '2023-10-31 16:06:11'),
(282380, 2338, '0856-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:11', '2023-10-31 16:06:11'),
(282381, 2338, '0856-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:11', '2023-10-31 16:06:11'),
(282382, 2338, '0856-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:11', '2023-10-31 16:06:11'),
(282383, 2338, '0856-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:11', '2023-10-31 16:06:11'),
(282384, 2338, '0856-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:11', '2023-10-31 16:06:11'),
(282385, 2338, '0856-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:11', '2023-10-31 16:06:11'),
(282386, 2338, '0857-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:11', '2023-10-31 16:06:11'),
(282387, 2338, '0857-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:11', '2023-10-31 16:06:11'),
(282388, 2338, '0857-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:11', '2023-10-31 16:06:11'),
(282389, 2338, '0857-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:11', '2023-10-31 16:06:11'),
(282390, 2338, '0857-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:11', '2023-10-31 16:06:11'),
(282391, 2338, '0857-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:11', '2023-10-31 16:06:11'),
(282392, 2338, '0857-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:11', '2023-10-31 16:06:11'),
(282393, 2338, '0857-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:11', '2023-10-31 16:06:11'),
(282394, 2338, '0857-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:11', '2023-10-31 16:06:11'),
(282395, 2338, '0857-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:11', '2023-10-31 16:06:11'),
(282396, 2338, '0857-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:11', '2023-10-31 16:06:11'),
(282397, 2338, '0857-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:11', '2023-10-31 16:06:11'),
(282398, 2338, '0858-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:11', '2023-10-31 16:06:11'),
(282399, 2338, '0858-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:11', '2023-10-31 16:06:11'),
(282400, 2338, '0858-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:11', '2023-10-31 16:06:11'),
(282401, 2338, '0858-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:11', '2023-10-31 16:06:11'),
(282402, 2338, '0858-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:11', '2023-10-31 16:06:11'),
(282403, 2338, '0858-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:11', '2023-10-31 16:06:11'),
(282404, 2338, '0858-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:11', '2023-10-31 16:06:11'),
(282405, 2338, '0858-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:11', '2023-10-31 16:06:11'),
(282406, 2338, '0858-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:11', '2023-10-31 16:06:11'),
(282407, 2338, '0858-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:11', '2023-10-31 16:06:11'),
(282408, 2338, '0858-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:11', '2023-10-31 16:06:11'),
(282409, 2338, '0858-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:11', '2023-10-31 16:06:11'),
(282410, 2338, '0859-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:11', '2023-10-31 16:06:11'),
(282411, 2338, '0859-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:11', '2023-10-31 16:06:11'),
(282412, 2338, '0859-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:11', '2023-10-31 16:06:11'),
(282413, 2338, '0859-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:11', '2023-10-31 16:06:11'),
(282414, 2338, '0859-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:11', '2023-10-31 16:06:11'),
(282415, 2338, '0859-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:11', '2023-10-31 16:06:11'),
(282416, 2338, '0859-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:11', '2023-10-31 16:06:11'),
(282417, 2338, '0859-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:11', '2023-10-31 16:06:11'),
(282418, 2338, '0859-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:11', '2023-10-31 16:06:11'),
(282419, 2338, '0859-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:11', '2023-10-31 16:06:11'),
(282420, 2338, '0859-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:11', '2023-10-31 16:06:11'),
(282421, 2338, '0859-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:11', '2023-10-31 16:06:11'),
(282422, 2338, '0860-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:11', '2023-10-31 16:06:11'),
(282423, 2338, '0860-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:11', '2023-10-31 16:06:11'),
(282424, 2338, '0860-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:11', '2023-10-31 16:06:11'),
(282425, 2338, '0860-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:11', '2023-10-31 16:06:11'),
(282426, 2338, '0860-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:11', '2023-10-31 16:06:11'),
(282427, 2338, '0860-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:11', '2023-10-31 16:06:11'),
(282428, 2338, '0860-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:11', '2023-10-31 16:06:11'),
(282429, 2338, '0860-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:11', '2023-10-31 16:06:11'),
(282430, 2338, '0860-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:11', '2023-10-31 16:06:11'),
(282431, 2338, '0860-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:11', '2023-10-31 16:06:11'),
(282432, 2338, '0860-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:11', '2023-10-31 16:06:11'),
(282433, 2338, '0860-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:11', '2023-10-31 16:06:11'),
(282434, 2338, '0861-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:11', '2023-10-31 16:06:11'),
(282435, 2338, '0861-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:11', '2023-10-31 16:06:11'),
(282436, 2338, '0861-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:11', '2023-10-31 16:06:11'),
(282437, 2338, '0861-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:11', '2023-10-31 16:06:11'),
(282438, 2338, '0861-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:11', '2023-10-31 16:06:11'),
(282439, 2338, '0861-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:11', '2023-10-31 16:06:11'),
(282440, 2338, '0861-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:11', '2023-10-31 16:06:11'),
(282441, 2338, '0861-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:11', '2023-10-31 16:06:11'),
(282442, 2338, '0861-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:11', '2023-10-31 16:06:11'),
(282443, 2338, '0861-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:11', '2023-10-31 16:06:11'),
(282444, 2338, '0861-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:11', '2023-10-31 16:06:11'),
(282445, 2338, '0861-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:11', '2023-10-31 16:06:11'),
(282446, 2338, '0862-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:11', '2023-10-31 16:06:11'),
(282447, 2338, '0862-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:11', '2023-10-31 16:06:11');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(282448, 2338, '0862-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:11', '2023-10-31 16:06:11'),
(282449, 2338, '0862-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:11', '2023-10-31 16:06:11'),
(282450, 2338, '0862-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:11', '2023-10-31 16:06:11'),
(282451, 2338, '0862-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:11', '2023-10-31 16:06:11'),
(282452, 2338, '0862-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:11', '2023-10-31 16:06:11'),
(282453, 2338, '0862-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:11', '2023-10-31 16:06:11'),
(282454, 2338, '0862-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:11', '2023-10-31 16:06:11'),
(282455, 2338, '0862-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:11', '2023-10-31 16:06:11'),
(282456, 2338, '0862-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:11', '2023-10-31 16:06:11'),
(282457, 2338, '0862-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:11', '2023-10-31 16:06:11'),
(282458, 2338, '0863-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:11', '2023-10-31 16:06:11'),
(282459, 2338, '0863-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:11', '2023-10-31 16:06:11'),
(282460, 2338, '0863-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:11', '2023-10-31 16:06:11'),
(282461, 2338, '0863-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:11', '2023-10-31 16:06:11'),
(282462, 2338, '0863-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:11', '2023-10-31 16:06:11'),
(282463, 2338, '0863-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:11', '2023-10-31 16:06:11'),
(282464, 2338, '0863-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:11', '2023-10-31 16:06:11'),
(282465, 2338, '0863-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:11', '2023-10-31 16:06:11'),
(282466, 2338, '0863-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:11', '2023-10-31 16:06:11'),
(282467, 2338, '0863-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:11', '2023-10-31 16:06:11'),
(282468, 2338, '0863-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:11', '2023-10-31 16:06:11'),
(282469, 2338, '0863-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:11', '2023-10-31 16:06:11'),
(282470, 2338, '0864-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:11', '2023-10-31 16:06:11'),
(282471, 2338, '0864-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:11', '2023-10-31 16:06:11'),
(282472, 2338, '0864-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:11', '2023-10-31 16:06:11'),
(282473, 2338, '0864-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:11', '2023-10-31 16:06:11'),
(282474, 2338, '0864-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:11', '2023-10-31 16:06:11'),
(282475, 2338, '0864-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:11', '2023-10-31 16:06:11'),
(282476, 2338, '0864-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:11', '2023-10-31 16:06:11'),
(282477, 2338, '0864-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:11', '2023-10-31 16:06:11'),
(282478, 2338, '0864-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:11', '2023-10-31 16:06:11'),
(282479, 2338, '0864-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:11', '2023-10-31 16:06:11'),
(282480, 2338, '0864-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:11', '2023-10-31 16:06:11'),
(282481, 2338, '0864-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:11', '2023-10-31 16:06:11'),
(282482, 2338, '0865-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:11', '2023-10-31 16:06:11'),
(282483, 2338, '0865-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:11', '2023-10-31 16:06:11'),
(282484, 2338, '0865-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:11', '2023-10-31 16:06:11'),
(282485, 2338, '0865-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:11', '2023-10-31 16:06:11'),
(282486, 2338, '0865-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:11', '2023-10-31 16:06:11'),
(282487, 2338, '0865-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:12', '2023-10-31 16:06:12'),
(282488, 2338, '0865-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:12', '2023-10-31 16:06:12'),
(282489, 2338, '0865-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:12', '2023-10-31 16:06:12'),
(282490, 2338, '0865-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:12', '2023-10-31 16:06:12'),
(282491, 2338, '0865-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:12', '2023-10-31 16:06:12'),
(282492, 2338, '0865-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:12', '2023-10-31 16:06:12'),
(282493, 2338, '0865-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:12', '2023-10-31 16:06:12'),
(282494, 2338, '0866-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:12', '2023-10-31 16:06:12'),
(282495, 2338, '0866-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:12', '2023-10-31 16:06:12'),
(282496, 2338, '0866-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:12', '2023-10-31 16:06:12'),
(282497, 2338, '0866-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:12', '2023-10-31 16:06:12'),
(282498, 2338, '0866-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:12', '2023-10-31 16:06:12'),
(282499, 2338, '0866-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:12', '2023-10-31 16:06:12'),
(282500, 2338, '0866-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:12', '2023-10-31 16:06:12'),
(282501, 2338, '0866-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:12', '2023-10-31 16:06:12'),
(282502, 2338, '0866-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:12', '2023-10-31 16:06:12'),
(282503, 2338, '0866-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:12', '2023-10-31 16:06:12'),
(282504, 2338, '0866-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:12', '2023-10-31 16:06:12'),
(282505, 2338, '0866-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:12', '2023-10-31 16:06:12'),
(282506, 2338, '0867-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:12', '2023-10-31 16:06:12'),
(282507, 2338, '0867-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:12', '2023-10-31 16:06:12'),
(282508, 2338, '0867-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:12', '2023-10-31 16:06:12'),
(282509, 2338, '0867-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:12', '2023-10-31 16:06:12'),
(282510, 2338, '0867-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:12', '2023-10-31 16:06:12'),
(282511, 2338, '0867-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:12', '2023-10-31 16:06:12'),
(282512, 2338, '0867-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:12', '2023-10-31 16:06:12'),
(282513, 2338, '0867-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:12', '2023-10-31 16:06:12'),
(282514, 2338, '0867-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:12', '2023-10-31 16:06:12'),
(282515, 2338, '0867-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:12', '2023-10-31 16:06:12'),
(282516, 2338, '0867-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:12', '2023-10-31 16:06:12'),
(282517, 2338, '0867-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:12', '2023-10-31 16:06:12'),
(282518, 2338, '0868-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:12', '2023-10-31 16:06:12'),
(282519, 2338, '0868-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:12', '2023-10-31 16:06:12'),
(282520, 2338, '0868-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:12', '2023-10-31 16:06:12'),
(282521, 2338, '0868-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:12', '2023-10-31 16:06:12'),
(282522, 2338, '0868-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:12', '2023-10-31 16:06:12'),
(282523, 2338, '0868-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:12', '2023-10-31 16:06:12'),
(282524, 2338, '0868-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:12', '2023-10-31 16:06:12'),
(282525, 2338, '0868-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:12', '2023-10-31 16:06:12'),
(282526, 2338, '0868-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:12', '2023-10-31 16:06:12'),
(282527, 2338, '0868-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:12', '2023-10-31 16:06:12'),
(282528, 2338, '0868-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:12', '2023-10-31 16:06:12'),
(282529, 2338, '0868-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:12', '2023-10-31 16:06:12'),
(282530, 2338, '0869-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:12', '2023-10-31 16:06:12'),
(282531, 2338, '0869-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:12', '2023-10-31 16:06:12'),
(282532, 2338, '0869-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:12', '2023-10-31 16:06:12'),
(282533, 2338, '0869-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:12', '2023-10-31 16:06:12'),
(282534, 2338, '0869-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:12', '2023-10-31 16:06:12'),
(282535, 2338, '0869-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:12', '2023-10-31 16:06:12'),
(282536, 2338, '0869-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:12', '2023-10-31 16:06:12'),
(282537, 2338, '0869-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:12', '2023-10-31 16:06:12'),
(282538, 2338, '0869-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:12', '2023-10-31 16:06:12'),
(282539, 2338, '0869-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:12', '2023-10-31 16:06:12'),
(282540, 2338, '0869-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:12', '2023-10-31 16:06:12'),
(282541, 2338, '0869-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:12', '2023-10-31 16:06:12'),
(282542, 2338, '0870-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:12', '2023-10-31 16:06:12'),
(282543, 2338, '0870-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:12', '2023-10-31 16:06:12'),
(282544, 2338, '0870-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:12', '2023-10-31 16:06:12'),
(282545, 2338, '0870-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:12', '2023-10-31 16:06:12'),
(282546, 2338, '0870-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:12', '2023-10-31 16:06:12'),
(282547, 2338, '0870-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:12', '2023-10-31 16:06:12'),
(282548, 2338, '0870-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:12', '2023-10-31 16:06:12'),
(282549, 2338, '0870-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:12', '2023-10-31 16:06:12'),
(282550, 2338, '0870-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:12', '2023-10-31 16:06:12'),
(282551, 2338, '0870-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:12', '2023-10-31 16:06:12'),
(282552, 2338, '0870-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:12', '2023-10-31 16:06:12'),
(282553, 2338, '0870-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:12', '2023-10-31 16:06:12'),
(282554, 2338, '0871-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:12', '2023-10-31 16:06:12'),
(282555, 2338, '0871-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:12', '2023-10-31 16:06:12'),
(282556, 2338, '0871-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:12', '2023-10-31 16:06:12'),
(282557, 2338, '0871-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:12', '2023-10-31 16:06:12'),
(282558, 2338, '0871-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:12', '2023-10-31 16:06:12'),
(282559, 2338, '0871-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:12', '2023-10-31 16:06:12'),
(282560, 2338, '0871-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:12', '2023-10-31 16:06:12'),
(282561, 2338, '0871-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:12', '2023-10-31 16:06:12'),
(282562, 2338, '0871-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:12', '2023-10-31 16:06:12'),
(282563, 2338, '0871-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:12', '2023-10-31 16:06:12'),
(282564, 2338, '0871-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:12', '2023-10-31 16:06:12'),
(282565, 2338, '0871-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:12', '2023-10-31 16:06:12'),
(282566, 2338, '0872-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:12', '2023-10-31 16:06:12'),
(282567, 2338, '0872-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:12', '2023-10-31 16:06:12'),
(282568, 2338, '0872-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:12', '2023-10-31 16:06:12'),
(282569, 2338, '0872-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:12', '2023-10-31 16:06:12'),
(282570, 2338, '0872-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:12', '2023-10-31 16:06:12'),
(282571, 2338, '0872-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:12', '2023-10-31 16:06:12'),
(282572, 2338, '0872-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:12', '2023-10-31 16:06:12'),
(282573, 2338, '0872-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:12', '2023-10-31 16:06:12'),
(282574, 2338, '0872-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:12', '2023-10-31 16:06:12'),
(282575, 2338, '0872-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:12', '2023-10-31 16:06:12'),
(282576, 2338, '0872-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:12', '2023-10-31 16:06:12'),
(282577, 2338, '0872-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:12', '2023-10-31 16:06:12'),
(282578, 2338, '0873-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:12', '2023-10-31 16:06:12'),
(282579, 2338, '0873-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:12', '2023-10-31 16:06:12'),
(282580, 2338, '0873-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:12', '2023-10-31 16:06:12'),
(282581, 2338, '0873-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:12', '2023-10-31 16:06:12'),
(282582, 2338, '0873-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:12', '2023-10-31 16:06:12'),
(282583, 2338, '0873-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:12', '2023-10-31 16:06:12'),
(282584, 2338, '0873-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:12', '2023-10-31 16:06:12'),
(282585, 2338, '0873-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:12', '2023-10-31 16:06:12'),
(282586, 2338, '0873-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:12', '2023-10-31 16:06:12'),
(282587, 2338, '0873-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:12', '2023-10-31 16:06:12'),
(282588, 2338, '0873-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:12', '2023-10-31 16:06:12'),
(282589, 2338, '0873-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:12', '2023-10-31 16:06:12'),
(282590, 2338, '0874-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:12', '2023-10-31 16:06:12'),
(282591, 2338, '0874-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:12', '2023-10-31 16:06:12'),
(282592, 2338, '0874-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:12', '2023-10-31 16:06:12'),
(282593, 2338, '0874-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:12', '2023-10-31 16:06:12'),
(282594, 2338, '0874-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:12', '2023-10-31 16:06:12'),
(282595, 2338, '0874-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:12', '2023-10-31 16:06:12'),
(282596, 2338, '0874-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:12', '2023-10-31 16:06:12'),
(282597, 2338, '0874-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:12', '2023-10-31 16:06:12'),
(282598, 2338, '0874-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:12', '2023-10-31 16:06:12'),
(282599, 2338, '0874-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:12', '2023-10-31 16:06:12'),
(282600, 2338, '0874-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:12', '2023-10-31 16:06:12'),
(282601, 2338, '0874-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:12', '2023-10-31 16:06:12'),
(282602, 2338, '0875-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:12', '2023-10-31 16:06:12'),
(282603, 2338, '0875-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:12', '2023-10-31 16:06:12'),
(282604, 2338, '0875-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:12', '2023-10-31 16:06:12'),
(282605, 2338, '0875-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:12', '2023-10-31 16:06:12'),
(282606, 2338, '0875-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:12', '2023-10-31 16:06:12'),
(282607, 2338, '0875-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:12', '2023-10-31 16:06:12'),
(282608, 2338, '0875-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:12', '2023-10-31 16:06:12'),
(282609, 2338, '0875-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:12', '2023-10-31 16:06:12'),
(282610, 2338, '0875-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:12', '2023-10-31 16:06:12'),
(282611, 2338, '0875-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:12', '2023-10-31 16:06:12'),
(282612, 2338, '0875-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:12', '2023-10-31 16:06:12'),
(282613, 2338, '0875-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:12', '2023-10-31 16:06:12'),
(282614, 2338, '0876-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:12', '2023-10-31 16:06:12'),
(282615, 2338, '0876-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:12', '2023-10-31 16:06:12'),
(282616, 2338, '0876-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:12', '2023-10-31 16:06:12'),
(282617, 2338, '0876-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:12', '2023-10-31 16:06:12'),
(282618, 2338, '0876-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:12', '2023-10-31 16:06:12'),
(282619, 2338, '0876-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:12', '2023-10-31 16:06:12'),
(282620, 2338, '0876-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:12', '2023-10-31 16:06:12'),
(282621, 2338, '0876-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:12', '2023-10-31 16:06:12'),
(282622, 2338, '0876-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:12', '2023-10-31 16:06:12'),
(282623, 2338, '0876-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:12', '2023-10-31 16:06:12'),
(282624, 2338, '0876-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:12', '2023-10-31 16:06:12'),
(282625, 2338, '0876-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:12', '2023-10-31 16:06:12'),
(282626, 2338, '0877-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:12', '2023-10-31 16:06:12'),
(282627, 2338, '0877-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:12', '2023-10-31 16:06:12'),
(282628, 2338, '0877-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:12', '2023-10-31 16:06:12'),
(282629, 2338, '0877-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:12', '2023-10-31 16:06:12'),
(282630, 2338, '0877-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:12', '2023-10-31 16:06:12'),
(282631, 2338, '0877-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:12', '2023-10-31 16:06:12'),
(282632, 2338, '0877-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:12', '2023-10-31 16:06:12'),
(282633, 2338, '0877-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:12', '2023-10-31 16:06:12'),
(282634, 2338, '0877-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:12', '2023-10-31 16:06:12'),
(282635, 2338, '0877-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:12', '2023-10-31 16:06:12'),
(282636, 2338, '0877-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:12', '2023-10-31 16:06:12'),
(282637, 2338, '0877-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:12', '2023-10-31 16:06:12'),
(282638, 2338, '0878-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:12', '2023-10-31 16:06:12'),
(282639, 2338, '0878-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:12', '2023-10-31 16:06:12'),
(282640, 2338, '0878-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:12', '2023-10-31 16:06:12'),
(282641, 2338, '0878-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:12', '2023-10-31 16:06:12'),
(282642, 2338, '0878-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:12', '2023-10-31 16:06:12'),
(282643, 2338, '0878-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:12', '2023-10-31 16:06:12'),
(282644, 2338, '0878-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:12', '2023-10-31 16:06:12'),
(282645, 2338, '0878-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:12', '2023-10-31 16:06:12'),
(282646, 2338, '0878-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:12', '2023-10-31 16:06:12'),
(282647, 2338, '0878-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:12', '2023-10-31 16:06:12'),
(282648, 2338, '0878-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:12', '2023-10-31 16:06:12'),
(282649, 2338, '0878-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:12', '2023-10-31 16:06:12'),
(282650, 2338, '0879-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:12', '2023-10-31 16:06:12'),
(282651, 2338, '0879-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:12', '2023-10-31 16:06:12'),
(282652, 2338, '0879-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:12', '2023-10-31 16:06:12'),
(282653, 2338, '0879-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:12', '2023-10-31 16:06:12'),
(282654, 2338, '0879-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:12', '2023-10-31 16:06:12'),
(282655, 2338, '0879-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:12', '2023-10-31 16:06:12'),
(282656, 2338, '0879-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:12', '2023-10-31 16:06:12'),
(282657, 2338, '0879-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:12', '2023-10-31 16:06:12'),
(282658, 2338, '0879-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:12', '2023-10-31 16:06:12'),
(282659, 2338, '0879-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:12', '2023-10-31 16:06:12'),
(282660, 2338, '0879-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:12', '2023-10-31 16:06:12'),
(282661, 2338, '0879-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:12', '2023-10-31 16:06:12'),
(282662, 2338, '0880-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:12', '2023-10-31 16:06:12'),
(282663, 2338, '0880-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:12', '2023-10-31 16:06:12'),
(282664, 2338, '0880-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:12', '2023-10-31 16:06:12'),
(282665, 2338, '0880-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:12', '2023-10-31 16:06:12'),
(282666, 2338, '0880-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:12', '2023-10-31 16:06:12'),
(282667, 2338, '0880-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:12', '2023-10-31 16:06:12'),
(282668, 2338, '0880-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:12', '2023-10-31 16:06:12'),
(282669, 2338, '0880-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:12', '2023-10-31 16:06:12'),
(282670, 2338, '0880-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:12', '2023-10-31 16:06:12'),
(282671, 2338, '0880-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:12', '2023-10-31 16:06:12'),
(282672, 2338, '0880-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:12', '2023-10-31 16:06:12'),
(282673, 2338, '0880-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:12', '2023-10-31 16:06:12'),
(282674, 2338, '0881-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:12', '2023-10-31 16:06:12'),
(282675, 2338, '0881-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:12', '2023-10-31 16:06:12'),
(282676, 2338, '0881-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:12', '2023-10-31 16:06:12'),
(282677, 2338, '0881-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:12', '2023-10-31 16:06:12'),
(282678, 2338, '0881-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:12', '2023-10-31 16:06:12'),
(282679, 2338, '0881-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:12', '2023-10-31 16:06:12'),
(282680, 2338, '0881-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:12', '2023-10-31 16:06:12'),
(282681, 2338, '0881-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:12', '2023-10-31 16:06:12'),
(282682, 2338, '0881-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:12', '2023-10-31 16:06:12'),
(282683, 2338, '0881-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:12', '2023-10-31 16:06:12'),
(282684, 2338, '0881-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:12', '2023-10-31 16:06:12'),
(282685, 2338, '0881-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:12', '2023-10-31 16:06:12'),
(282686, 2338, '0882-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:12', '2023-10-31 16:06:12'),
(282687, 2338, '0882-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:12', '2023-10-31 16:06:12'),
(282688, 2338, '0882-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:12', '2023-10-31 16:06:12'),
(282689, 2338, '0882-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:12', '2023-10-31 16:06:12'),
(282690, 2338, '0882-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:12', '2023-10-31 16:06:12'),
(282691, 2338, '0882-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:12', '2023-10-31 16:06:12'),
(282692, 2338, '0882-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:12', '2023-10-31 16:06:12'),
(282693, 2338, '0882-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:12', '2023-10-31 16:06:12'),
(282694, 2338, '0882-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:12', '2023-10-31 16:06:12'),
(282695, 2338, '0882-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:13', '2023-10-31 16:06:13'),
(282696, 2338, '0882-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:13', '2023-10-31 16:06:13'),
(282697, 2338, '0882-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:13', '2023-10-31 16:06:13'),
(282698, 2338, '0883-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:13', '2023-10-31 16:06:13'),
(282699, 2338, '0883-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:13', '2023-10-31 16:06:13'),
(282700, 2338, '0883-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:13', '2023-10-31 16:06:13'),
(282701, 2338, '0883-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:13', '2023-10-31 16:06:13'),
(282702, 2338, '0883-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:13', '2023-10-31 16:06:13'),
(282703, 2338, '0883-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:13', '2023-10-31 16:06:13'),
(282704, 2338, '0883-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:13', '2023-10-31 16:06:13'),
(282705, 2338, '0883-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:13', '2023-10-31 16:06:13'),
(282706, 2338, '0883-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:13', '2023-10-31 16:06:13'),
(282707, 2338, '0883-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:13', '2023-10-31 16:06:13'),
(282708, 2338, '0883-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:13', '2023-10-31 16:06:13'),
(282709, 2338, '0883-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:13', '2023-10-31 16:06:13'),
(282710, 2338, '0884-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:13', '2023-10-31 16:06:13'),
(282711, 2338, '0884-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:13', '2023-10-31 16:06:13'),
(282712, 2338, '0884-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:13', '2023-10-31 16:06:13'),
(282713, 2338, '0884-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:13', '2023-10-31 16:06:13'),
(282714, 2338, '0884-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:13', '2023-10-31 16:06:13'),
(282715, 2338, '0884-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:13', '2023-10-31 16:06:13'),
(282716, 2338, '0884-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:13', '2023-10-31 16:06:13'),
(282717, 2338, '0884-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:13', '2023-10-31 16:06:13'),
(282718, 2338, '0884-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:13', '2023-10-31 16:06:13'),
(282719, 2338, '0884-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:13', '2023-10-31 16:06:13'),
(282720, 2338, '0884-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:13', '2023-10-31 16:06:13'),
(282721, 2338, '0884-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:13', '2023-10-31 16:06:13'),
(282722, 2338, '0885-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:13', '2023-10-31 16:06:13'),
(282723, 2338, '0885-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:13', '2023-10-31 16:06:13'),
(282724, 2338, '0885-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:13', '2023-10-31 16:06:13'),
(282725, 2338, '0885-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:13', '2023-10-31 16:06:13'),
(282726, 2338, '0885-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:13', '2023-10-31 16:06:13'),
(282727, 2338, '0885-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:13', '2023-10-31 16:06:13'),
(282728, 2338, '0885-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:13', '2023-10-31 16:06:13'),
(282729, 2338, '0885-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:13', '2023-10-31 16:06:13'),
(282730, 2338, '0885-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:13', '2023-10-31 16:06:13'),
(282731, 2338, '0885-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:13', '2023-10-31 16:06:13'),
(282732, 2338, '0885-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:13', '2023-10-31 16:06:13'),
(282733, 2338, '0885-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:13', '2023-10-31 16:06:13'),
(282734, 2338, '0886-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:13', '2023-10-31 16:06:13'),
(282735, 2338, '0886-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:13', '2023-10-31 16:06:13'),
(282736, 2338, '0886-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:13', '2023-10-31 16:06:13'),
(282737, 2338, '0886-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:13', '2023-10-31 16:06:13'),
(282738, 2338, '0886-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:13', '2023-10-31 16:06:13'),
(282739, 2338, '0886-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:13', '2023-10-31 16:06:13'),
(282740, 2338, '0886-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:13', '2023-10-31 16:06:13'),
(282741, 2338, '0886-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:13', '2023-10-31 16:06:13'),
(282742, 2338, '0886-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:13', '2023-10-31 16:06:13'),
(282743, 2338, '0886-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:13', '2023-10-31 16:06:13'),
(282744, 2338, '0886-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:13', '2023-10-31 16:06:13'),
(282745, 2338, '0886-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:13', '2023-10-31 16:06:13'),
(282746, 2338, '0887-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:13', '2023-10-31 16:06:13'),
(282747, 2338, '0887-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:13', '2023-10-31 16:06:13'),
(282748, 2338, '0887-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:13', '2023-10-31 16:06:13'),
(282749, 2338, '0887-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:13', '2023-10-31 16:06:13'),
(282750, 2338, '0887-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:13', '2023-10-31 16:06:13'),
(282751, 2338, '0887-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:13', '2023-10-31 16:06:13'),
(282752, 2338, '0887-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:13', '2023-10-31 16:06:13'),
(282753, 2338, '0887-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:13', '2023-10-31 16:06:13'),
(282754, 2338, '0887-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:13', '2023-10-31 16:06:13'),
(282755, 2338, '0887-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:13', '2023-10-31 16:06:13'),
(282756, 2338, '0887-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:13', '2023-10-31 16:06:13'),
(282757, 2338, '0887-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:13', '2023-10-31 16:06:13'),
(282758, 2338, '0888-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:13', '2023-10-31 16:06:13'),
(282759, 2338, '0888-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:13', '2023-10-31 16:06:13'),
(282760, 2338, '0888-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:13', '2023-10-31 16:06:13'),
(282761, 2338, '0888-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:13', '2023-10-31 16:06:13'),
(282762, 2338, '0888-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:13', '2023-10-31 16:06:13'),
(282763, 2338, '0888-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:13', '2023-10-31 16:06:13'),
(282764, 2338, '0888-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:13', '2023-10-31 16:06:13'),
(282765, 2338, '0888-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:13', '2023-10-31 16:06:13'),
(282766, 2338, '0888-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:13', '2023-10-31 16:06:13'),
(282767, 2338, '0888-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:13', '2023-10-31 16:06:13'),
(282768, 2338, '0888-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:13', '2023-10-31 16:06:13'),
(282769, 2338, '0888-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:13', '2023-10-31 16:06:13'),
(282770, 2338, '0889-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:13', '2023-10-31 16:06:13'),
(282771, 2338, '0889-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:13', '2023-10-31 16:06:13'),
(282772, 2338, '0889-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:13', '2023-10-31 16:06:13'),
(282773, 2338, '0889-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:13', '2023-10-31 16:06:13'),
(282774, 2338, '0889-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:13', '2023-10-31 16:06:13'),
(282775, 2338, '0889-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:13', '2023-10-31 16:06:13'),
(282776, 2338, '0889-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:13', '2023-10-31 16:06:13'),
(282777, 2338, '0889-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:13', '2023-10-31 16:06:13'),
(282778, 2338, '0889-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:13', '2023-10-31 16:06:13'),
(282779, 2338, '0889-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:13', '2023-10-31 16:06:13'),
(282780, 2338, '0889-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:13', '2023-10-31 16:06:13'),
(282781, 2338, '0889-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:13', '2023-10-31 16:06:13'),
(282782, 2338, '0890-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:13', '2023-10-31 16:06:13'),
(282783, 2338, '0890-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:13', '2023-10-31 16:06:13'),
(282784, 2338, '0890-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:13', '2023-10-31 16:06:13'),
(282785, 2338, '0890-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:13', '2023-10-31 16:06:13'),
(282786, 2338, '0890-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:13', '2023-10-31 16:06:13'),
(282787, 2338, '0890-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:13', '2023-10-31 16:06:13'),
(282788, 2338, '0890-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:13', '2023-10-31 16:06:13'),
(282789, 2338, '0890-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:13', '2023-10-31 16:06:13'),
(282790, 2338, '0890-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:13', '2023-10-31 16:06:13'),
(282791, 2338, '0890-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:13', '2023-10-31 16:06:13'),
(282792, 2338, '0890-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:13', '2023-10-31 16:06:13'),
(282793, 2338, '0890-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:13', '2023-10-31 16:06:13'),
(282794, 2338, '0891-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:13', '2023-10-31 16:06:13'),
(282795, 2338, '0891-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:13', '2023-10-31 16:06:13'),
(282796, 2338, '0891-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:13', '2023-10-31 16:06:13'),
(282797, 2338, '0891-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:13', '2023-10-31 16:06:13'),
(282798, 2338, '0891-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:13', '2023-10-31 16:06:13'),
(282799, 2338, '0891-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:13', '2023-10-31 16:06:13'),
(282800, 2338, '0891-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:13', '2023-10-31 16:06:13'),
(282801, 2338, '0891-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:13', '2023-10-31 16:06:13'),
(282802, 2338, '0891-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:13', '2023-10-31 16:06:13'),
(282803, 2338, '0891-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:13', '2023-10-31 16:06:13'),
(282804, 2338, '0891-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:13', '2023-10-31 16:06:13'),
(282805, 2338, '0891-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:13', '2023-10-31 16:06:13'),
(282806, 2338, '0892-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:13', '2023-10-31 16:06:13'),
(282807, 2338, '0892-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:13', '2023-10-31 16:06:13'),
(282808, 2338, '0892-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:13', '2023-10-31 16:06:13'),
(282809, 2338, '0892-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:13', '2023-10-31 16:06:13'),
(282810, 2338, '0892-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:13', '2023-10-31 16:06:13'),
(282811, 2338, '0892-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:13', '2023-10-31 16:06:13'),
(282812, 2338, '0892-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:13', '2023-10-31 16:06:13'),
(282813, 2338, '0892-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:13', '2023-10-31 16:06:13'),
(282814, 2338, '0892-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:13', '2023-10-31 16:06:13'),
(282815, 2338, '0892-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:13', '2023-10-31 16:06:13'),
(282816, 2338, '0892-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:13', '2023-10-31 16:06:13'),
(282817, 2338, '0892-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:13', '2023-10-31 16:06:13'),
(282818, 2338, '0893-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:13', '2023-10-31 16:06:13'),
(282819, 2338, '0893-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:13', '2023-10-31 16:06:13'),
(282820, 2338, '0893-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:13', '2023-10-31 16:06:13'),
(282821, 2338, '0893-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:13', '2023-10-31 16:06:13'),
(282822, 2338, '0893-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:13', '2023-10-31 16:06:13'),
(282823, 2338, '0893-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:13', '2023-10-31 16:06:13'),
(282824, 2338, '0893-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:13', '2023-10-31 16:06:13'),
(282825, 2338, '0893-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:13', '2023-10-31 16:06:13'),
(282826, 2338, '0893-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:13', '2023-10-31 16:06:13'),
(282827, 2338, '0893-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:13', '2023-10-31 16:06:13'),
(282828, 2338, '0893-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:13', '2023-10-31 16:06:13'),
(282829, 2338, '0893-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:13', '2023-10-31 16:06:13'),
(282830, 2338, '0894-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:13', '2023-10-31 16:06:13'),
(282831, 2338, '0894-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:13', '2023-10-31 16:06:13'),
(282832, 2338, '0894-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:13', '2023-10-31 16:06:13'),
(282833, 2338, '0894-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:13', '2023-10-31 16:06:13'),
(282834, 2338, '0894-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:13', '2023-10-31 16:06:13'),
(282835, 2338, '0894-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:13', '2023-10-31 16:06:13'),
(282836, 2338, '0894-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:13', '2023-10-31 16:06:13'),
(282837, 2338, '0894-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:13', '2023-10-31 16:06:13'),
(282838, 2338, '0894-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:13', '2023-10-31 16:06:13'),
(282839, 2338, '0894-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:13', '2023-10-31 16:06:13'),
(282840, 2338, '0894-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:13', '2023-10-31 16:06:13'),
(282841, 2338, '0894-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:13', '2023-10-31 16:06:13'),
(282842, 2338, '0895-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:13', '2023-10-31 16:06:13'),
(282843, 2338, '0895-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:13', '2023-10-31 16:06:13'),
(282844, 2338, '0895-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:13', '2023-10-31 16:06:13'),
(282845, 2338, '0895-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:13', '2023-10-31 16:06:13'),
(282846, 2338, '0895-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:13', '2023-10-31 16:06:13'),
(282847, 2338, '0895-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:13', '2023-10-31 16:06:13'),
(282848, 2338, '0895-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:13', '2023-10-31 16:06:13'),
(282849, 2338, '0895-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:13', '2023-10-31 16:06:13'),
(282850, 2338, '0895-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:13', '2023-10-31 16:06:13'),
(282851, 2338, '0895-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:13', '2023-10-31 16:06:13'),
(282852, 2338, '0895-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:13', '2023-10-31 16:06:13'),
(282853, 2338, '0895-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:13', '2023-10-31 16:06:13'),
(282854, 2338, '0896-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:13', '2023-10-31 16:06:13'),
(282855, 2338, '0896-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:13', '2023-10-31 16:06:13'),
(282856, 2338, '0896-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:13', '2023-10-31 16:06:13'),
(282857, 2338, '0896-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:13', '2023-10-31 16:06:13'),
(282858, 2338, '0896-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:13', '2023-10-31 16:06:13'),
(282859, 2338, '0896-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:13', '2023-10-31 16:06:13'),
(282860, 2338, '0896-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:13', '2023-10-31 16:06:13'),
(282861, 2338, '0896-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:13', '2023-10-31 16:06:13'),
(282862, 2338, '0896-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:13', '2023-10-31 16:06:13'),
(282863, 2338, '0896-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:13', '2023-10-31 16:06:13'),
(282864, 2338, '0896-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:13', '2023-10-31 16:06:13'),
(282865, 2338, '0896-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:13', '2023-10-31 16:06:13'),
(282866, 2338, '0897-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:13', '2023-10-31 16:06:13'),
(282867, 2338, '0897-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:13', '2023-10-31 16:06:13'),
(282868, 2338, '0897-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:13', '2023-10-31 16:06:13'),
(282869, 2338, '0897-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:13', '2023-10-31 16:06:13'),
(282870, 2338, '0897-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:13', '2023-10-31 16:06:13'),
(282871, 2338, '0897-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:13', '2023-10-31 16:06:13'),
(282872, 2338, '0897-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:13', '2023-10-31 16:06:13'),
(282873, 2338, '0897-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:13', '2023-10-31 16:06:13'),
(282874, 2338, '0897-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:13', '2023-10-31 16:06:13'),
(282875, 2338, '0897-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:13', '2023-10-31 16:06:13'),
(282876, 2338, '0897-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:13', '2023-10-31 16:06:13'),
(282877, 2338, '0897-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:13', '2023-10-31 16:06:13'),
(282878, 2338, '0898-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:13', '2023-10-31 16:06:13'),
(282879, 2338, '0898-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:13', '2023-10-31 16:06:13'),
(282880, 2338, '0898-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:13', '2023-10-31 16:06:13'),
(282881, 2338, '0898-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:13', '2023-10-31 16:06:13'),
(282882, 2338, '0898-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:13', '2023-10-31 16:06:13'),
(282883, 2338, '0898-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:13', '2023-10-31 16:06:13'),
(282884, 2338, '0898-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:13', '2023-10-31 16:06:13'),
(282885, 2338, '0898-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:13', '2023-10-31 16:06:13'),
(282886, 2338, '0898-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:13', '2023-10-31 16:06:13'),
(282887, 2338, '0898-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:13', '2023-10-31 16:06:13'),
(282888, 2338, '0898-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:13', '2023-10-31 16:06:13'),
(282889, 2338, '0898-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:13', '2023-10-31 16:06:13'),
(282890, 2338, '0899-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:13', '2023-10-31 16:06:13'),
(282891, 2338, '0899-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:13', '2023-10-31 16:06:13'),
(282892, 2338, '0899-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:13', '2023-10-31 16:06:13'),
(282893, 2338, '0899-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:13', '2023-10-31 16:06:13'),
(282894, 2338, '0899-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:13', '2023-10-31 16:06:13'),
(282895, 2338, '0899-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:13', '2023-10-31 16:06:13'),
(282896, 2338, '0899-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:13', '2023-10-31 16:06:13'),
(282897, 2338, '0899-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:13', '2023-10-31 16:06:13'),
(282898, 2338, '0899-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:13', '2023-10-31 16:06:13'),
(282899, 2338, '0899-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:13', '2023-10-31 16:06:13'),
(282900, 2338, '0899-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:13', '2023-10-31 16:06:13'),
(282901, 2338, '0899-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:13', '2023-10-31 16:06:13'),
(282902, 2338, '0900-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:13', '2023-10-31 16:06:13'),
(282903, 2338, '0900-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:13', '2023-10-31 16:06:13'),
(282904, 2338, '0900-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:13', '2023-10-31 16:06:13'),
(282905, 2338, '0900-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:13', '2023-10-31 16:06:13'),
(282906, 2338, '0900-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:13', '2023-10-31 16:06:13'),
(282907, 2338, '0900-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:13', '2023-10-31 16:06:13'),
(282908, 2338, '0900-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:13', '2023-10-31 16:06:13'),
(282909, 2338, '0900-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:13', '2023-10-31 16:06:13'),
(282910, 2338, '0900-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:13', '2023-10-31 16:06:13'),
(282911, 2338, '0900-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:13', '2023-10-31 16:06:13'),
(282912, 2338, '0900-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:13', '2023-10-31 16:06:13');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(282913, 2338, '0900-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:13', '2023-10-31 16:06:13'),
(282914, 2338, '0901-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:13', '2023-10-31 16:06:13'),
(282915, 2338, '0901-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:13', '2023-10-31 16:06:13'),
(282916, 2338, '0901-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:13', '2023-10-31 16:06:13'),
(282917, 2338, '0901-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:13', '2023-10-31 16:06:13'),
(282918, 2338, '0901-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:13', '2023-10-31 16:06:13'),
(282919, 2338, '0901-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:13', '2023-10-31 16:06:13'),
(282920, 2338, '0901-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:14', '2023-10-31 16:06:14'),
(282921, 2338, '0901-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:14', '2023-10-31 16:06:14'),
(282922, 2338, '0901-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:14', '2023-10-31 16:06:14'),
(282923, 2338, '0901-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:14', '2023-10-31 16:06:14'),
(282924, 2338, '0901-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:14', '2023-10-31 16:06:14'),
(282925, 2338, '0901-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:14', '2023-10-31 16:06:14'),
(282926, 2338, '0902-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:14', '2023-10-31 16:06:14'),
(282927, 2338, '0902-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:14', '2023-10-31 16:06:14'),
(282928, 2338, '0902-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:14', '2023-10-31 16:06:14'),
(282929, 2338, '0902-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:14', '2023-10-31 16:06:14'),
(282930, 2338, '0902-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:14', '2023-10-31 16:06:14'),
(282931, 2338, '0902-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:14', '2023-10-31 16:06:14'),
(282932, 2338, '0902-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:14', '2023-10-31 16:06:14'),
(282933, 2338, '0902-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:14', '2023-10-31 16:06:14'),
(282934, 2338, '0902-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:14', '2023-10-31 16:06:14'),
(282935, 2338, '0902-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:14', '2023-10-31 16:06:14'),
(282936, 2338, '0902-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:14', '2023-10-31 16:06:14'),
(282937, 2338, '0902-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:14', '2023-10-31 16:06:14'),
(282938, 2338, '0903-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:14', '2023-10-31 16:06:14'),
(282939, 2338, '0903-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:14', '2023-10-31 16:06:14'),
(282940, 2338, '0903-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:14', '2023-10-31 16:06:14'),
(282941, 2338, '0903-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:14', '2023-10-31 16:06:14'),
(282942, 2338, '0903-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:14', '2023-10-31 16:06:14'),
(282943, 2338, '0903-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:14', '2023-10-31 16:06:14'),
(282944, 2338, '0903-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:14', '2023-10-31 16:06:14'),
(282945, 2338, '0903-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:14', '2023-10-31 16:06:14'),
(282946, 2338, '0903-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:14', '2023-10-31 16:06:14'),
(282947, 2338, '0903-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:14', '2023-10-31 16:06:14'),
(282948, 2338, '0903-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:14', '2023-10-31 16:06:14'),
(282949, 2338, '0903-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:14', '2023-10-31 16:06:14'),
(282950, 2338, '0904-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:14', '2023-10-31 16:06:14'),
(282951, 2338, '0904-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:14', '2023-10-31 16:06:14'),
(282952, 2338, '0904-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:14', '2023-10-31 16:06:14'),
(282953, 2338, '0904-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:14', '2023-10-31 16:06:14'),
(282954, 2338, '0904-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:14', '2023-10-31 16:06:14'),
(282955, 2338, '0904-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:14', '2023-10-31 16:06:14'),
(282956, 2338, '0904-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:14', '2023-10-31 16:06:14'),
(282957, 2338, '0904-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:14', '2023-10-31 16:06:14'),
(282958, 2338, '0904-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:14', '2023-10-31 16:06:14'),
(282959, 2338, '0904-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:14', '2023-10-31 16:06:14'),
(282960, 2338, '0904-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:14', '2023-10-31 16:06:14'),
(282961, 2338, '0904-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:14', '2023-10-31 16:06:14'),
(282962, 2338, '0905-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:14', '2023-10-31 16:06:14'),
(282963, 2338, '0905-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:14', '2023-10-31 16:06:14'),
(282964, 2338, '0905-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:14', '2023-10-31 16:06:14'),
(282965, 2338, '0905-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:14', '2023-10-31 16:06:14'),
(282966, 2338, '0905-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:14', '2023-10-31 16:06:14'),
(282967, 2338, '0905-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:14', '2023-10-31 16:06:14'),
(282968, 2338, '0905-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:14', '2023-10-31 16:06:14'),
(282969, 2338, '0905-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:14', '2023-10-31 16:06:14'),
(282970, 2338, '0905-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:14', '2023-10-31 16:06:14'),
(282971, 2338, '0905-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:14', '2023-10-31 16:06:14'),
(282972, 2338, '0905-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:14', '2023-10-31 16:06:14'),
(282973, 2338, '0905-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:14', '2023-10-31 16:06:14'),
(282974, 2338, '0906-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:14', '2023-10-31 16:06:14'),
(282975, 2338, '0906-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:14', '2023-10-31 16:06:14'),
(282976, 2338, '0906-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:14', '2023-10-31 16:06:14'),
(282977, 2338, '0906-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:14', '2023-10-31 16:06:14'),
(282978, 2338, '0906-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:14', '2023-10-31 16:06:14'),
(282979, 2338, '0906-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:14', '2023-10-31 16:06:14'),
(282980, 2338, '0906-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:14', '2023-10-31 16:06:14'),
(282981, 2338, '0906-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:14', '2023-10-31 16:06:14'),
(282982, 2338, '0906-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:14', '2023-10-31 16:06:14'),
(282983, 2338, '0906-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:14', '2023-10-31 16:06:14'),
(282984, 2338, '0906-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:14', '2023-10-31 16:06:14'),
(282985, 2338, '0906-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:14', '2023-10-31 16:06:14'),
(282986, 2338, '0907-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:14', '2023-10-31 16:06:14'),
(282987, 2338, '0907-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:14', '2023-10-31 16:06:14'),
(282988, 2338, '0907-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:14', '2023-10-31 16:06:14'),
(282989, 2338, '0907-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:14', '2023-10-31 16:06:14'),
(282990, 2338, '0907-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:14', '2023-10-31 16:06:14'),
(282991, 2338, '0907-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:14', '2023-10-31 16:06:14'),
(282992, 2338, '0907-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:14', '2023-10-31 16:06:14'),
(282993, 2338, '0907-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:14', '2023-10-31 16:06:14'),
(282994, 2338, '0907-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:14', '2023-10-31 16:06:14'),
(282995, 2338, '0907-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:14', '2023-10-31 16:06:14'),
(282996, 2338, '0907-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:14', '2023-10-31 16:06:14'),
(282997, 2338, '0907-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:14', '2023-10-31 16:06:14'),
(282998, 2338, '0908-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:14', '2023-10-31 16:06:14'),
(282999, 2338, '0908-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:14', '2023-10-31 16:06:14'),
(283000, 2338, '0908-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:14', '2023-10-31 16:06:14'),
(283001, 2338, '0908-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:14', '2023-10-31 16:06:14'),
(283002, 2338, '0908-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:14', '2023-10-31 16:06:14'),
(283003, 2338, '0908-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:14', '2023-10-31 16:06:14'),
(283004, 2338, '0908-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:14', '2023-10-31 16:06:14'),
(283005, 2338, '0908-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:14', '2023-10-31 16:06:14'),
(283006, 2338, '0908-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:14', '2023-10-31 16:06:14'),
(283007, 2338, '0908-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:14', '2023-10-31 16:06:14'),
(283008, 2338, '0908-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:14', '2023-10-31 16:06:14'),
(283009, 2338, '0908-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:14', '2023-10-31 16:06:14'),
(283010, 2338, '0909-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:14', '2023-10-31 16:06:14'),
(283011, 2338, '0909-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:14', '2023-10-31 16:06:14'),
(283012, 2338, '0909-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:14', '2023-10-31 16:06:14'),
(283013, 2338, '0909-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:14', '2023-10-31 16:06:14'),
(283014, 2338, '0909-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:14', '2023-10-31 16:06:14'),
(283015, 2338, '0909-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:14', '2023-10-31 16:06:14'),
(283016, 2338, '0909-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:14', '2023-10-31 16:06:14'),
(283017, 2338, '0909-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:14', '2023-10-31 16:06:14'),
(283018, 2338, '0909-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:14', '2023-10-31 16:06:14'),
(283019, 2338, '0909-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:14', '2023-10-31 16:06:14'),
(283020, 2338, '0909-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:14', '2023-10-31 16:06:14'),
(283021, 2338, '0909-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:14', '2023-10-31 16:06:14'),
(283022, 2338, '0910-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:14', '2023-10-31 16:06:14'),
(283023, 2338, '0910-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:14', '2023-10-31 16:06:14'),
(283024, 2338, '0910-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:14', '2023-10-31 16:06:14'),
(283025, 2338, '0910-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:14', '2023-10-31 16:06:14'),
(283026, 2338, '0910-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:14', '2023-10-31 16:06:14'),
(283027, 2338, '0910-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:14', '2023-10-31 16:06:14'),
(283028, 2338, '0910-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:14', '2023-10-31 16:06:14'),
(283029, 2338, '0910-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:14', '2023-10-31 16:06:14'),
(283030, 2338, '0910-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:14', '2023-10-31 16:06:14'),
(283031, 2338, '0910-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:14', '2023-10-31 16:06:14'),
(283032, 2338, '0910-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:14', '2023-10-31 16:06:14'),
(283033, 2338, '0910-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:14', '2023-10-31 16:06:14'),
(283034, 2338, '0911-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:14', '2023-10-31 16:06:14'),
(283035, 2338, '0911-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:14', '2023-10-31 16:06:14'),
(283036, 2338, '0911-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:14', '2023-10-31 16:06:14'),
(283037, 2338, '0911-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:14', '2023-10-31 16:06:14'),
(283038, 2338, '0911-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:14', '2023-10-31 16:06:14'),
(283039, 2338, '0911-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:14', '2023-10-31 16:06:14'),
(283040, 2338, '0911-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:14', '2023-10-31 16:06:14'),
(283041, 2338, '0911-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:14', '2023-10-31 16:06:14'),
(283042, 2338, '0911-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:14', '2023-10-31 16:06:14'),
(283043, 2338, '0911-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:14', '2023-10-31 16:06:14'),
(283044, 2338, '0911-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:14', '2023-10-31 16:06:14'),
(283045, 2338, '0911-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:14', '2023-10-31 16:06:14'),
(283046, 2338, '0912-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:14', '2023-10-31 16:06:14'),
(283047, 2338, '0912-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:14', '2023-10-31 16:06:14'),
(283048, 2338, '0912-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:14', '2023-10-31 16:06:14'),
(283049, 2338, '0912-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:14', '2023-10-31 16:06:14'),
(283050, 2338, '0912-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:14', '2023-10-31 16:06:14'),
(283051, 2338, '0912-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:14', '2023-10-31 16:06:14'),
(283052, 2338, '0912-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:14', '2023-10-31 16:06:14'),
(283053, 2338, '0912-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:14', '2023-10-31 16:06:14'),
(283054, 2338, '0912-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:14', '2023-10-31 16:06:14'),
(283055, 2338, '0912-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:14', '2023-10-31 16:06:14'),
(283056, 2338, '0912-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:14', '2023-10-31 16:06:14'),
(283057, 2338, '0912-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:14', '2023-10-31 16:06:14'),
(283058, 2338, '0913-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:14', '2023-10-31 16:06:14'),
(283059, 2338, '0913-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:14', '2023-10-31 16:06:14'),
(283060, 2338, '0913-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:14', '2023-10-31 16:06:14'),
(283061, 2338, '0913-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:14', '2023-10-31 16:06:14'),
(283062, 2338, '0913-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:14', '2023-10-31 16:06:14'),
(283063, 2338, '0913-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:14', '2023-10-31 16:06:14'),
(283064, 2338, '0913-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:14', '2023-10-31 16:06:14'),
(283065, 2338, '0913-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:14', '2023-10-31 16:06:14'),
(283066, 2338, '0913-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:14', '2023-10-31 16:06:14'),
(283067, 2338, '0913-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:14', '2023-10-31 16:06:14'),
(283068, 2338, '0913-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:14', '2023-10-31 16:06:14'),
(283069, 2338, '0913-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:14', '2023-10-31 16:06:14'),
(283070, 2338, '0914-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:14', '2023-10-31 16:06:14'),
(283071, 2338, '0914-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:14', '2023-10-31 16:06:14'),
(283072, 2338, '0914-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:14', '2023-10-31 16:06:14'),
(283073, 2338, '0914-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:14', '2023-10-31 16:06:14'),
(283074, 2338, '0914-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:14', '2023-10-31 16:06:14'),
(283075, 2338, '0914-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:14', '2023-10-31 16:06:14'),
(283076, 2338, '0914-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:14', '2023-10-31 16:06:14'),
(283077, 2338, '0914-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:14', '2023-10-31 16:06:14'),
(283078, 2338, '0914-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:14', '2023-10-31 16:06:14'),
(283079, 2338, '0914-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:14', '2023-10-31 16:06:14'),
(283080, 2338, '0914-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:14', '2023-10-31 16:06:14'),
(283081, 2338, '0914-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:14', '2023-10-31 16:06:14'),
(283082, 2338, '0915-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:14', '2023-10-31 16:06:14'),
(283083, 2338, '0915-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:14', '2023-10-31 16:06:14'),
(283084, 2338, '0915-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:14', '2023-10-31 16:06:14'),
(283085, 2338, '0915-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:14', '2023-10-31 16:06:14'),
(283086, 2338, '0915-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:14', '2023-10-31 16:06:14'),
(283087, 2338, '0915-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:14', '2023-10-31 16:06:14'),
(283088, 2338, '0915-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:14', '2023-10-31 16:06:14'),
(283089, 2338, '0915-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:14', '2023-10-31 16:06:14'),
(283090, 2338, '0915-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:14', '2023-10-31 16:06:14'),
(283091, 2338, '0915-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:14', '2023-10-31 16:06:14'),
(283092, 2338, '0915-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:14', '2023-10-31 16:06:14'),
(283093, 2338, '0915-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:14', '2023-10-31 16:06:14'),
(283094, 2338, '0916-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:14', '2023-10-31 16:06:14'),
(283095, 2338, '0916-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:14', '2023-10-31 16:06:14'),
(283096, 2338, '0916-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:14', '2023-10-31 16:06:14'),
(283097, 2338, '0916-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:14', '2023-10-31 16:06:14'),
(283098, 2338, '0916-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:14', '2023-10-31 16:06:14'),
(283099, 2338, '0916-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:14', '2023-10-31 16:06:14'),
(283100, 2338, '0916-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:14', '2023-10-31 16:06:14'),
(283101, 2338, '0916-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:14', '2023-10-31 16:06:14'),
(283102, 2338, '0916-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:14', '2023-10-31 16:06:14'),
(283103, 2338, '0916-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:14', '2023-10-31 16:06:14'),
(283104, 2338, '0916-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:14', '2023-10-31 16:06:14'),
(283105, 2338, '0916-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:14', '2023-10-31 16:06:14'),
(283106, 2338, '0917-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:14', '2023-10-31 16:06:14'),
(283107, 2338, '0917-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:14', '2023-10-31 16:06:14'),
(283108, 2338, '0917-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:14', '2023-10-31 16:06:14'),
(283109, 2338, '0917-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:14', '2023-10-31 16:06:14'),
(283110, 2338, '0917-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:14', '2023-10-31 16:06:14'),
(283111, 2338, '0917-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:14', '2023-10-31 16:06:14'),
(283112, 2338, '0917-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:14', '2023-10-31 16:06:14'),
(283113, 2338, '0917-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:14', '2023-10-31 16:06:14'),
(283114, 2338, '0917-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:14', '2023-10-31 16:06:14'),
(283115, 2338, '0917-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:14', '2023-10-31 16:06:14'),
(283116, 2338, '0917-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:14', '2023-10-31 16:06:14'),
(283117, 2338, '0917-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:14', '2023-10-31 16:06:14'),
(283118, 2338, '0918-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:14', '2023-10-31 16:06:14'),
(283119, 2338, '0918-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:14', '2023-10-31 16:06:14'),
(283120, 2338, '0918-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:14', '2023-10-31 16:06:14'),
(283121, 2338, '0918-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:14', '2023-10-31 16:06:14'),
(283122, 2338, '0918-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:14', '2023-10-31 16:06:14'),
(283123, 2338, '0918-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:14', '2023-10-31 16:06:14'),
(283124, 2338, '0918-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:14', '2023-10-31 16:06:14'),
(283125, 2338, '0918-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:14', '2023-10-31 16:06:14'),
(283126, 2338, '0918-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:14', '2023-10-31 16:06:14'),
(283127, 2338, '0918-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:14', '2023-10-31 16:06:14'),
(283128, 2338, '0918-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:14', '2023-10-31 16:06:14'),
(283129, 2338, '0918-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:14', '2023-10-31 16:06:14'),
(283130, 2338, '0919-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:15', '2023-10-31 16:06:15'),
(283131, 2338, '0919-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:15', '2023-10-31 16:06:15'),
(283132, 2338, '0919-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:15', '2023-10-31 16:06:15'),
(283133, 2338, '0919-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:15', '2023-10-31 16:06:15'),
(283134, 2338, '0919-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:15', '2023-10-31 16:06:15'),
(283135, 2338, '0919-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:15', '2023-10-31 16:06:15'),
(283136, 2338, '0919-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:15', '2023-10-31 16:06:15'),
(283137, 2338, '0919-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:15', '2023-10-31 16:06:15'),
(283138, 2338, '0919-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:15', '2023-10-31 16:06:15'),
(283139, 2338, '0919-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:15', '2023-10-31 16:06:15'),
(283140, 2338, '0919-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:15', '2023-10-31 16:06:15'),
(283141, 2338, '0919-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:15', '2023-10-31 16:06:15'),
(283142, 2338, '0920-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:15', '2023-10-31 16:06:15'),
(283143, 2338, '0920-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:15', '2023-10-31 16:06:15'),
(283144, 2338, '0920-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:15', '2023-10-31 16:06:15'),
(283145, 2338, '0920-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:15', '2023-10-31 16:06:15'),
(283146, 2338, '0920-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:15', '2023-10-31 16:06:15'),
(283147, 2338, '0920-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:15', '2023-10-31 16:06:15'),
(283148, 2338, '0920-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:15', '2023-10-31 16:06:15'),
(283149, 2338, '0920-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:15', '2023-10-31 16:06:15'),
(283150, 2338, '0920-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:15', '2023-10-31 16:06:15'),
(283151, 2338, '0920-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:15', '2023-10-31 16:06:15'),
(283152, 2338, '0920-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:15', '2023-10-31 16:06:15'),
(283153, 2338, '0920-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:15', '2023-10-31 16:06:15'),
(283154, 2338, '0921-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:15', '2023-10-31 16:06:15'),
(283155, 2338, '0921-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:15', '2023-10-31 16:06:15'),
(283156, 2338, '0921-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:15', '2023-10-31 16:06:15'),
(283157, 2338, '0921-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:15', '2023-10-31 16:06:15'),
(283158, 2338, '0921-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:15', '2023-10-31 16:06:15'),
(283159, 2338, '0921-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:15', '2023-10-31 16:06:15'),
(283160, 2338, '0921-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:15', '2023-10-31 16:06:15'),
(283161, 2338, '0921-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:15', '2023-10-31 16:06:15'),
(283162, 2338, '0921-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:15', '2023-10-31 16:06:15'),
(283163, 2338, '0921-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:15', '2023-10-31 16:06:15'),
(283164, 2338, '0921-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:15', '2023-10-31 16:06:15'),
(283165, 2338, '0921-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:15', '2023-10-31 16:06:15'),
(283166, 2338, '0922-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:15', '2023-10-31 16:06:15'),
(283167, 2338, '0922-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:15', '2023-10-31 16:06:15'),
(283168, 2338, '0922-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:15', '2023-10-31 16:06:15'),
(283169, 2338, '0922-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:15', '2023-10-31 16:06:15'),
(283170, 2338, '0922-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:15', '2023-10-31 16:06:15'),
(283171, 2338, '0922-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:15', '2023-10-31 16:06:15'),
(283172, 2338, '0922-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:15', '2023-10-31 16:06:15'),
(283173, 2338, '0922-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:15', '2023-10-31 16:06:15'),
(283174, 2338, '0922-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:15', '2023-10-31 16:06:15'),
(283175, 2338, '0922-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:15', '2023-10-31 16:06:15'),
(283176, 2338, '0922-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:15', '2023-10-31 16:06:15'),
(283177, 2338, '0922-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:15', '2023-10-31 16:06:15'),
(283178, 2338, '0923-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:15', '2023-10-31 16:06:15'),
(283179, 2338, '0923-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:15', '2023-10-31 16:06:15'),
(283180, 2338, '0923-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:15', '2023-10-31 16:06:15'),
(283181, 2338, '0923-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:15', '2023-10-31 16:06:15'),
(283182, 2338, '0923-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:15', '2023-10-31 16:06:15'),
(283183, 2338, '0923-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:15', '2023-10-31 16:06:15'),
(283184, 2338, '0923-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:15', '2023-10-31 16:06:15'),
(283185, 2338, '0923-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:15', '2023-10-31 16:06:15'),
(283186, 2338, '0923-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:15', '2023-10-31 16:06:15'),
(283187, 2338, '0923-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:15', '2023-10-31 16:06:15'),
(283188, 2338, '0923-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:15', '2023-10-31 16:06:15'),
(283189, 2338, '0923-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:15', '2023-10-31 16:06:15'),
(283190, 2338, '0924-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:15', '2023-10-31 16:06:15'),
(283191, 2338, '0924-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:15', '2023-10-31 16:06:15'),
(283192, 2338, '0924-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:15', '2023-10-31 16:06:15'),
(283193, 2338, '0924-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:15', '2023-10-31 16:06:15'),
(283194, 2338, '0924-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:15', '2023-10-31 16:06:15'),
(283195, 2338, '0924-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:15', '2023-10-31 16:06:15'),
(283196, 2338, '0924-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:15', '2023-10-31 16:06:15'),
(283197, 2338, '0924-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:15', '2023-10-31 16:06:15'),
(283198, 2338, '0924-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:15', '2023-10-31 16:06:15'),
(283199, 2338, '0924-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:15', '2023-10-31 16:06:15'),
(283200, 2338, '0924-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:15', '2023-10-31 16:06:15'),
(283201, 2338, '0924-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:15', '2023-10-31 16:06:15'),
(283202, 2338, '0925-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:15', '2023-10-31 16:06:15'),
(283203, 2338, '0925-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:15', '2023-10-31 16:06:15'),
(283204, 2338, '0925-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:15', '2023-10-31 16:06:15'),
(283205, 2338, '0925-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:15', '2023-10-31 16:06:15'),
(283206, 2338, '0925-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:15', '2023-10-31 16:06:15'),
(283207, 2338, '0925-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:15', '2023-10-31 16:06:15'),
(283208, 2338, '0925-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:15', '2023-10-31 16:06:15'),
(283209, 2338, '0925-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:15', '2023-10-31 16:06:15'),
(283210, 2338, '0925-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:15', '2023-10-31 16:06:15'),
(283211, 2338, '0925-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:15', '2023-10-31 16:06:15'),
(283212, 2338, '0925-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:15', '2023-10-31 16:06:15'),
(283213, 2338, '0925-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:15', '2023-10-31 16:06:15'),
(283214, 2338, '0926-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:15', '2023-10-31 16:06:15'),
(283215, 2338, '0926-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:15', '2023-10-31 16:06:15'),
(283216, 2338, '0926-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:15', '2023-10-31 16:06:15'),
(283217, 2338, '0926-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:15', '2023-10-31 16:06:15'),
(283218, 2338, '0926-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:15', '2023-10-31 16:06:15'),
(283219, 2338, '0926-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:15', '2023-10-31 16:06:15'),
(283220, 2338, '0926-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:15', '2023-10-31 16:06:15'),
(283221, 2338, '0926-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:15', '2023-10-31 16:06:15'),
(283222, 2338, '0926-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:15', '2023-10-31 16:06:15'),
(283223, 2338, '0926-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:15', '2023-10-31 16:06:15'),
(283224, 2338, '0926-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:15', '2023-10-31 16:06:15'),
(283225, 2338, '0926-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:15', '2023-10-31 16:06:15'),
(283226, 2338, '0927-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:15', '2023-10-31 16:06:15'),
(283227, 2338, '0927-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:15', '2023-10-31 16:06:15'),
(283228, 2338, '0927-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:15', '2023-10-31 16:06:15'),
(283229, 2338, '0927-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:15', '2023-10-31 16:06:15'),
(283230, 2338, '0927-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:15', '2023-10-31 16:06:15'),
(283231, 2338, '0927-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:15', '2023-10-31 16:06:15'),
(283232, 2338, '0927-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:15', '2023-10-31 16:06:15'),
(283233, 2338, '0927-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:15', '2023-10-31 16:06:15'),
(283234, 2338, '0927-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:15', '2023-10-31 16:06:15'),
(283235, 2338, '0927-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:15', '2023-10-31 16:06:15'),
(283236, 2338, '0927-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:15', '2023-10-31 16:06:15'),
(283237, 2338, '0927-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:15', '2023-10-31 16:06:15'),
(283238, 2338, '0928-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:15', '2023-10-31 16:06:15'),
(283239, 2338, '0928-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:15', '2023-10-31 16:06:15'),
(283240, 2338, '0928-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:15', '2023-10-31 16:06:15'),
(283241, 2338, '0928-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:15', '2023-10-31 16:06:15'),
(283242, 2338, '0928-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:15', '2023-10-31 16:06:15'),
(283243, 2338, '0928-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:15', '2023-10-31 16:06:15'),
(283244, 2338, '0928-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:15', '2023-10-31 16:06:15'),
(283245, 2338, '0928-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:15', '2023-10-31 16:06:15'),
(283246, 2338, '0928-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:15', '2023-10-31 16:06:15'),
(283247, 2338, '0928-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:15', '2023-10-31 16:06:15'),
(283248, 2338, '0928-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:15', '2023-10-31 16:06:15'),
(283249, 2338, '0928-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:15', '2023-10-31 16:06:15'),
(283250, 2338, '0929-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:15', '2023-10-31 16:06:15'),
(283251, 2338, '0929-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:15', '2023-10-31 16:06:15'),
(283252, 2338, '0929-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:15', '2023-10-31 16:06:15'),
(283253, 2338, '0929-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:15', '2023-10-31 16:06:15'),
(283254, 2338, '0929-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:15', '2023-10-31 16:06:15'),
(283255, 2338, '0929-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:15', '2023-10-31 16:06:15'),
(283256, 2338, '0929-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:15', '2023-10-31 16:06:15'),
(283257, 2338, '0929-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:15', '2023-10-31 16:06:15'),
(283258, 2338, '0929-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:15', '2023-10-31 16:06:15'),
(283259, 2338, '0929-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:15', '2023-10-31 16:06:15'),
(283260, 2338, '0929-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:15', '2023-10-31 16:06:15'),
(283261, 2338, '0929-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:15', '2023-10-31 16:06:15'),
(283262, 2338, '0930-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:15', '2023-10-31 16:06:15'),
(283263, 2338, '0930-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:15', '2023-10-31 16:06:15'),
(283264, 2338, '0930-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:15', '2023-10-31 16:06:15'),
(283265, 2338, '0930-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:15', '2023-10-31 16:06:15'),
(283266, 2338, '0930-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:15', '2023-10-31 16:06:15'),
(283267, 2338, '0930-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:15', '2023-10-31 16:06:15'),
(283268, 2338, '0930-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:15', '2023-10-31 16:06:15'),
(283269, 2338, '0930-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:15', '2023-10-31 16:06:15'),
(283270, 2338, '0930-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:15', '2023-10-31 16:06:15'),
(283271, 2338, '0930-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:15', '2023-10-31 16:06:15'),
(283272, 2338, '0930-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:15', '2023-10-31 16:06:15'),
(283273, 2338, '0930-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:15', '2023-10-31 16:06:15'),
(283274, 2338, '0931-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:15', '2023-10-31 16:06:15'),
(283275, 2338, '0931-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:15', '2023-10-31 16:06:15'),
(283276, 2338, '0931-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:15', '2023-10-31 16:06:15'),
(283277, 2338, '0931-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:15', '2023-10-31 16:06:15'),
(283278, 2338, '0931-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:15', '2023-10-31 16:06:15'),
(283279, 2338, '0931-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:15', '2023-10-31 16:06:15'),
(283280, 2338, '0931-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:15', '2023-10-31 16:06:15'),
(283281, 2338, '0931-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:15', '2023-10-31 16:06:15'),
(283282, 2338, '0931-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:15', '2023-10-31 16:06:15'),
(283283, 2338, '0931-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:15', '2023-10-31 16:06:15'),
(283284, 2338, '0931-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:15', '2023-10-31 16:06:15'),
(283285, 2338, '0931-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:15', '2023-10-31 16:06:15'),
(283286, 2338, '0932-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:15', '2023-10-31 16:06:15'),
(283287, 2338, '0932-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:15', '2023-10-31 16:06:15'),
(283288, 2338, '0932-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:15', '2023-10-31 16:06:15'),
(283289, 2338, '0932-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:15', '2023-10-31 16:06:15'),
(283290, 2338, '0932-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:15', '2023-10-31 16:06:15'),
(283291, 2338, '0932-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:15', '2023-10-31 16:06:15'),
(283292, 2338, '0932-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:15', '2023-10-31 16:06:15'),
(283293, 2338, '0932-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:15', '2023-10-31 16:06:15'),
(283294, 2338, '0932-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:15', '2023-10-31 16:06:15'),
(283295, 2338, '0932-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:15', '2023-10-31 16:06:15'),
(283296, 2338, '0932-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:15', '2023-10-31 16:06:15'),
(283297, 2338, '0932-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:15', '2023-10-31 16:06:15'),
(283298, 2338, '0933-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:15', '2023-10-31 16:06:15'),
(283299, 2338, '0933-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:15', '2023-10-31 16:06:15'),
(283300, 2338, '0933-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:15', '2023-10-31 16:06:15'),
(283301, 2338, '0933-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:15', '2023-10-31 16:06:15'),
(283302, 2338, '0933-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:15', '2023-10-31 16:06:15'),
(283303, 2338, '0933-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:15', '2023-10-31 16:06:15'),
(283304, 2338, '0933-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:15', '2023-10-31 16:06:15'),
(283305, 2338, '0933-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:15', '2023-10-31 16:06:15'),
(283306, 2338, '0933-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:15', '2023-10-31 16:06:15'),
(283307, 2338, '0933-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:15', '2023-10-31 16:06:15'),
(283308, 2338, '0933-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:15', '2023-10-31 16:06:15'),
(283309, 2338, '0933-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:15', '2023-10-31 16:06:15'),
(283310, 2338, '0934-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:15', '2023-10-31 16:06:15'),
(283311, 2338, '0934-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:15', '2023-10-31 16:06:15'),
(283312, 2338, '0934-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:15', '2023-10-31 16:06:15'),
(283313, 2338, '0934-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:15', '2023-10-31 16:06:15'),
(283314, 2338, '0934-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:15', '2023-10-31 16:06:15'),
(283315, 2338, '0934-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:15', '2023-10-31 16:06:15'),
(283316, 2338, '0934-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:15', '2023-10-31 16:06:15'),
(283317, 2338, '0934-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:15', '2023-10-31 16:06:15'),
(283318, 2338, '0934-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:15', '2023-10-31 16:06:15'),
(283319, 2338, '0934-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:15', '2023-10-31 16:06:15'),
(283320, 2338, '0934-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:15', '2023-10-31 16:06:15'),
(283321, 2338, '0934-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:15', '2023-10-31 16:06:15'),
(283322, 2338, '0935-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:15', '2023-10-31 16:06:15'),
(283323, 2338, '0935-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:15', '2023-10-31 16:06:15'),
(283324, 2338, '0935-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:15', '2023-10-31 16:06:15'),
(283325, 2338, '0935-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:15', '2023-10-31 16:06:15'),
(283326, 2338, '0935-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:15', '2023-10-31 16:06:15'),
(283327, 2338, '0935-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:15', '2023-10-31 16:06:15'),
(283328, 2338, '0935-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:15', '2023-10-31 16:06:15'),
(283329, 2338, '0935-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:15', '2023-10-31 16:06:15'),
(283330, 2338, '0935-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:15', '2023-10-31 16:06:15'),
(283331, 2338, '0935-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:16', '2023-10-31 16:06:16'),
(283332, 2338, '0935-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:16', '2023-10-31 16:06:16'),
(283333, 2338, '0935-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:16', '2023-10-31 16:06:16'),
(283334, 2338, '0936-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:16', '2023-10-31 16:06:16'),
(283335, 2338, '0936-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:16', '2023-10-31 16:06:16'),
(283336, 2338, '0936-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:16', '2023-10-31 16:06:16'),
(283337, 2338, '0936-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:16', '2023-10-31 16:06:16'),
(283338, 2338, '0936-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:16', '2023-10-31 16:06:16'),
(283339, 2338, '0936-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:16', '2023-10-31 16:06:16'),
(283340, 2338, '0936-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:16', '2023-10-31 16:06:16'),
(283341, 2338, '0936-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:16', '2023-10-31 16:06:16'),
(283342, 2338, '0936-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:16', '2023-10-31 16:06:16'),
(283343, 2338, '0936-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:16', '2023-10-31 16:06:16'),
(283344, 2338, '0936-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:16', '2023-10-31 16:06:16'),
(283345, 2338, '0936-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:16', '2023-10-31 16:06:16'),
(283346, 2338, '0937-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:16', '2023-10-31 16:06:16'),
(283347, 2338, '0937-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:16', '2023-10-31 16:06:16'),
(283348, 2338, '0937-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:16', '2023-10-31 16:06:16'),
(283349, 2338, '0937-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:16', '2023-10-31 16:06:16'),
(283350, 2338, '0937-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:16', '2023-10-31 16:06:16'),
(283351, 2338, '0937-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:16', '2023-10-31 16:06:16'),
(283352, 2338, '0937-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:16', '2023-10-31 16:06:16'),
(283353, 2338, '0937-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:16', '2023-10-31 16:06:16'),
(283354, 2338, '0937-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:16', '2023-10-31 16:06:16'),
(283355, 2338, '0937-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:16', '2023-10-31 16:06:16'),
(283356, 2338, '0937-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:16', '2023-10-31 16:06:16'),
(283357, 2338, '0937-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:16', '2023-10-31 16:06:16'),
(283358, 2338, '0938-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:16', '2023-10-31 16:06:16'),
(283359, 2338, '0938-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:16', '2023-10-31 16:06:16'),
(283360, 2338, '0938-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:16', '2023-10-31 16:06:16'),
(283361, 2338, '0938-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:16', '2023-10-31 16:06:16'),
(283362, 2338, '0938-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:16', '2023-10-31 16:06:16'),
(283363, 2338, '0938-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:16', '2023-10-31 16:06:16'),
(283364, 2338, '0938-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:16', '2023-10-31 16:06:16'),
(283365, 2338, '0938-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:16', '2023-10-31 16:06:16'),
(283366, 2338, '0938-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:16', '2023-10-31 16:06:16'),
(283367, 2338, '0938-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:16', '2023-10-31 16:06:16'),
(283368, 2338, '0938-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:16', '2023-10-31 16:06:16'),
(283369, 2338, '0938-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:16', '2023-10-31 16:06:16'),
(283370, 2338, '0939-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:16', '2023-10-31 16:06:16'),
(283371, 2338, '0939-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:16', '2023-10-31 16:06:16'),
(283372, 2338, '0939-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:16', '2023-10-31 16:06:16'),
(283373, 2338, '0939-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:16', '2023-10-31 16:06:16'),
(283374, 2338, '0939-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:16', '2023-10-31 16:06:16'),
(283375, 2338, '0939-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:16', '2023-10-31 16:06:16'),
(283376, 2338, '0939-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:16', '2023-10-31 16:06:16'),
(283377, 2338, '0939-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:16', '2023-10-31 16:06:16');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(283378, 2338, '0939-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:16', '2023-10-31 16:06:16'),
(283379, 2338, '0939-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:16', '2023-10-31 16:06:16'),
(283380, 2338, '0939-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:16', '2023-10-31 16:06:16'),
(283381, 2338, '0939-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:16', '2023-10-31 16:06:16'),
(283382, 2338, '0940-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:16', '2023-10-31 16:06:16'),
(283383, 2338, '0940-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:16', '2023-10-31 16:06:16'),
(283384, 2338, '0940-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:16', '2023-10-31 16:06:16'),
(283385, 2338, '0940-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:16', '2023-10-31 16:06:16'),
(283386, 2338, '0940-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:16', '2023-10-31 16:06:16'),
(283387, 2338, '0940-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:16', '2023-10-31 16:06:16'),
(283388, 2338, '0940-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:16', '2023-10-31 16:06:16'),
(283389, 2338, '0940-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:16', '2023-10-31 16:06:16'),
(283390, 2338, '0940-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:16', '2023-10-31 16:06:16'),
(283391, 2338, '0940-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:16', '2023-10-31 16:06:16'),
(283392, 2338, '0940-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:16', '2023-10-31 16:06:16'),
(283393, 2338, '0940-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:16', '2023-10-31 16:06:16'),
(283394, 2338, '0941-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:16', '2023-10-31 16:06:16'),
(283395, 2338, '0941-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:16', '2023-10-31 16:06:16'),
(283396, 2338, '0941-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:16', '2023-10-31 16:06:16'),
(283397, 2338, '0941-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:16', '2023-10-31 16:06:16'),
(283398, 2338, '0941-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:16', '2023-10-31 16:06:16'),
(283399, 2338, '0941-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:16', '2023-10-31 16:06:16'),
(283400, 2338, '0941-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:16', '2023-10-31 16:06:16'),
(283401, 2338, '0941-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:16', '2023-10-31 16:06:16'),
(283402, 2338, '0941-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:16', '2023-10-31 16:06:16'),
(283403, 2338, '0941-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:16', '2023-10-31 16:06:16'),
(283404, 2338, '0941-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:16', '2023-10-31 16:06:16'),
(283405, 2338, '0941-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:16', '2023-10-31 16:06:16'),
(283406, 2338, '0942-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:16', '2023-10-31 16:06:16'),
(283407, 2338, '0942-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:16', '2023-10-31 16:06:16'),
(283408, 2338, '0942-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:16', '2023-10-31 16:06:16'),
(283409, 2338, '0942-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:16', '2023-10-31 16:06:16'),
(283410, 2338, '0942-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:16', '2023-10-31 16:06:16'),
(283411, 2338, '0942-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:16', '2023-10-31 16:06:16'),
(283412, 2338, '0942-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:16', '2023-10-31 16:06:16'),
(283413, 2338, '0942-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:16', '2023-10-31 16:06:16'),
(283414, 2338, '0942-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:16', '2023-10-31 16:06:16'),
(283415, 2338, '0942-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:16', '2023-10-31 16:06:16'),
(283416, 2338, '0942-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:16', '2023-10-31 16:06:16'),
(283417, 2338, '0942-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:16', '2023-10-31 16:06:16'),
(283418, 2338, '0943-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:16', '2023-10-31 16:06:16'),
(283419, 2338, '0943-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:16', '2023-10-31 16:06:16'),
(283420, 2338, '0943-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:16', '2023-10-31 16:06:16'),
(283421, 2338, '0943-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:16', '2023-10-31 16:06:16'),
(283422, 2338, '0943-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:16', '2023-10-31 16:06:16'),
(283423, 2338, '0943-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:16', '2023-10-31 16:06:16'),
(283424, 2338, '0943-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:16', '2023-10-31 16:06:16'),
(283425, 2338, '0943-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:16', '2023-10-31 16:06:16'),
(283426, 2338, '0943-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:16', '2023-10-31 16:06:16'),
(283427, 2338, '0943-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:16', '2023-10-31 16:06:16'),
(283428, 2338, '0943-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:16', '2023-10-31 16:06:16'),
(283429, 2338, '0943-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:16', '2023-10-31 16:06:16'),
(283430, 2338, '0944-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:16', '2023-10-31 16:06:16'),
(283431, 2338, '0944-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:16', '2023-10-31 16:06:16'),
(283432, 2338, '0944-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:16', '2023-10-31 16:06:16'),
(283433, 2338, '0944-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:16', '2023-10-31 16:06:16'),
(283434, 2338, '0944-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:16', '2023-10-31 16:06:16'),
(283435, 2338, '0944-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:16', '2023-10-31 16:06:16'),
(283436, 2338, '0944-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:16', '2023-10-31 16:06:16'),
(283437, 2338, '0944-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:16', '2023-10-31 16:06:16'),
(283438, 2338, '0944-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:16', '2023-10-31 16:06:16'),
(283439, 2338, '0944-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:16', '2023-10-31 16:06:16'),
(283440, 2338, '0944-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:16', '2023-10-31 16:06:16'),
(283441, 2338, '0944-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:16', '2023-10-31 16:06:16'),
(283442, 2338, '0945-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:16', '2023-10-31 16:06:16'),
(283443, 2338, '0945-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:16', '2023-10-31 16:06:16'),
(283444, 2338, '0945-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:16', '2023-10-31 16:06:16'),
(283445, 2338, '0945-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:16', '2023-10-31 16:06:16'),
(283446, 2338, '0945-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:16', '2023-10-31 16:06:16'),
(283447, 2338, '0945-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:16', '2023-10-31 16:06:16'),
(283448, 2338, '0945-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:16', '2023-10-31 16:06:16'),
(283449, 2338, '0945-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:16', '2023-10-31 16:06:16'),
(283450, 2338, '0945-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:16', '2023-10-31 16:06:16'),
(283451, 2338, '0945-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:16', '2023-10-31 16:06:16'),
(283452, 2338, '0945-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:16', '2023-10-31 16:06:16'),
(283453, 2338, '0945-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:16', '2023-10-31 16:06:16'),
(283454, 2338, '0946-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:16', '2023-10-31 16:06:16'),
(283455, 2338, '0946-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:16', '2023-10-31 16:06:16'),
(283456, 2338, '0946-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:16', '2023-10-31 16:06:16'),
(283457, 2338, '0946-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:16', '2023-10-31 16:06:16'),
(283458, 2338, '0946-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:16', '2023-10-31 16:06:16'),
(283459, 2338, '0946-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:16', '2023-10-31 16:06:16'),
(283460, 2338, '0946-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:16', '2023-10-31 16:06:16'),
(283461, 2338, '0946-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:16', '2023-10-31 16:06:16'),
(283462, 2338, '0946-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:16', '2023-10-31 16:06:16'),
(283463, 2338, '0946-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:16', '2023-10-31 16:06:16'),
(283464, 2338, '0946-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:16', '2023-10-31 16:06:16'),
(283465, 2338, '0946-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:16', '2023-10-31 16:06:16'),
(283466, 2338, '0947-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:16', '2023-10-31 16:06:16'),
(283467, 2338, '0947-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:16', '2023-10-31 16:06:16'),
(283468, 2338, '0947-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:16', '2023-10-31 16:06:16'),
(283469, 2338, '0947-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:16', '2023-10-31 16:06:16'),
(283470, 2338, '0947-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:16', '2023-10-31 16:06:16'),
(283471, 2338, '0947-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:16', '2023-10-31 16:06:16'),
(283472, 2338, '0947-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:16', '2023-10-31 16:06:16'),
(283473, 2338, '0947-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:16', '2023-10-31 16:06:16'),
(283474, 2338, '0947-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:16', '2023-10-31 16:06:16'),
(283475, 2338, '0947-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:16', '2023-10-31 16:06:16'),
(283476, 2338, '0947-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:16', '2023-10-31 16:06:16'),
(283477, 2338, '0947-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:16', '2023-10-31 16:06:16'),
(283478, 2338, '0948-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:16', '2023-10-31 16:06:16'),
(283479, 2338, '0948-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:16', '2023-10-31 16:06:16'),
(283480, 2338, '0948-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:16', '2023-10-31 16:06:16'),
(283481, 2338, '0948-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:16', '2023-10-31 16:06:16'),
(283482, 2338, '0948-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:16', '2023-10-31 16:06:16'),
(283483, 2338, '0948-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:16', '2023-10-31 16:06:16'),
(283484, 2338, '0948-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:16', '2023-10-31 16:06:16'),
(283485, 2338, '0948-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:16', '2023-10-31 16:06:16'),
(283486, 2338, '0948-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:16', '2023-10-31 16:06:16'),
(283487, 2338, '0948-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:16', '2023-10-31 16:06:16'),
(283488, 2338, '0948-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:16', '2023-10-31 16:06:16'),
(283489, 2338, '0948-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:16', '2023-10-31 16:06:16'),
(283490, 2338, '0949-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:16', '2023-10-31 16:06:16'),
(283491, 2338, '0949-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:16', '2023-10-31 16:06:16'),
(283492, 2338, '0949-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:16', '2023-10-31 16:06:16'),
(283493, 2338, '0949-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:16', '2023-10-31 16:06:16'),
(283494, 2338, '0949-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:16', '2023-10-31 16:06:16'),
(283495, 2338, '0949-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:16', '2023-10-31 16:06:16'),
(283496, 2338, '0949-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:16', '2023-10-31 16:06:16'),
(283497, 2338, '0949-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:16', '2023-10-31 16:06:16'),
(283498, 2338, '0949-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:16', '2023-10-31 16:06:16'),
(283499, 2338, '0949-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:16', '2023-10-31 16:06:16'),
(283500, 2338, '0949-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:16', '2023-10-31 16:06:16'),
(283501, 2338, '0949-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:16', '2023-10-31 16:06:16'),
(283502, 2338, '0950-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:16', '2023-10-31 16:06:16'),
(283503, 2338, '0950-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:16', '2023-10-31 16:06:16'),
(283504, 2338, '0950-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:16', '2023-10-31 16:06:16'),
(283505, 2338, '0950-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:16', '2023-10-31 16:06:16'),
(283506, 2338, '0950-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:16', '2023-10-31 16:06:16'),
(283507, 2338, '0950-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:16', '2023-10-31 16:06:16'),
(283508, 2338, '0950-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:16', '2023-10-31 16:06:16'),
(283509, 2338, '0950-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:16', '2023-10-31 16:06:16'),
(283510, 2338, '0950-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:16', '2023-10-31 16:06:16'),
(283511, 2338, '0950-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:16', '2023-10-31 16:06:16'),
(283512, 2338, '0950-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:16', '2023-10-31 16:06:16'),
(283513, 2338, '0950-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:16', '2023-10-31 16:06:16'),
(283514, 2338, '0951-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:16', '2023-10-31 16:06:16'),
(283515, 2338, '0951-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:16', '2023-10-31 16:06:16'),
(283516, 2338, '0951-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:16', '2023-10-31 16:06:16'),
(283517, 2338, '0951-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:16', '2023-10-31 16:06:16'),
(283518, 2338, '0951-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:16', '2023-10-31 16:06:16'),
(283519, 2338, '0951-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:16', '2023-10-31 16:06:16'),
(283520, 2338, '0951-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:16', '2023-10-31 16:06:16'),
(283521, 2338, '0951-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:16', '2023-10-31 16:06:16'),
(283522, 2338, '0951-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:16', '2023-10-31 16:06:16'),
(283523, 2338, '0951-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:16', '2023-10-31 16:06:16'),
(283524, 2338, '0951-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:16', '2023-10-31 16:06:16'),
(283525, 2338, '0951-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:16', '2023-10-31 16:06:16'),
(283526, 2338, '0952-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:16', '2023-10-31 16:06:16'),
(283527, 2338, '0952-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:16', '2023-10-31 16:06:16'),
(283528, 2338, '0952-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:16', '2023-10-31 16:06:16'),
(283529, 2338, '0952-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:16', '2023-10-31 16:06:16'),
(283530, 2338, '0952-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:16', '2023-10-31 16:06:16'),
(283531, 2338, '0952-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:17', '2023-10-31 16:06:17'),
(283532, 2338, '0952-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:17', '2023-10-31 16:06:17'),
(283533, 2338, '0952-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:17', '2023-10-31 16:06:17'),
(283534, 2338, '0952-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:17', '2023-10-31 16:06:17'),
(283535, 2338, '0952-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:17', '2023-10-31 16:06:17'),
(283536, 2338, '0952-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:17', '2023-10-31 16:06:17'),
(283537, 2338, '0952-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:17', '2023-10-31 16:06:17'),
(283538, 2338, '0953-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:17', '2023-10-31 16:06:17'),
(283539, 2338, '0953-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:17', '2023-10-31 16:06:17'),
(283540, 2338, '0953-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:17', '2023-10-31 16:06:17'),
(283541, 2338, '0953-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:17', '2023-10-31 16:06:17'),
(283542, 2338, '0953-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:17', '2023-10-31 16:06:17'),
(283543, 2338, '0953-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:17', '2023-10-31 16:06:17'),
(283544, 2338, '0953-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:17', '2023-10-31 16:06:17'),
(283545, 2338, '0953-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:17', '2023-10-31 16:06:17'),
(283546, 2338, '0953-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:17', '2023-10-31 16:06:17'),
(283547, 2338, '0953-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:17', '2023-10-31 16:06:17'),
(283548, 2338, '0953-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:17', '2023-10-31 16:06:17'),
(283549, 2338, '0953-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:17', '2023-10-31 16:06:17'),
(283550, 2338, '0954-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:17', '2023-10-31 16:06:17'),
(283551, 2338, '0954-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:17', '2023-10-31 16:06:17'),
(283552, 2338, '0954-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:17', '2023-10-31 16:06:17'),
(283553, 2338, '0954-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:17', '2023-10-31 16:06:17'),
(283554, 2338, '0954-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:17', '2023-10-31 16:06:17'),
(283555, 2338, '0954-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:17', '2023-10-31 16:06:17'),
(283556, 2338, '0954-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:17', '2023-10-31 16:06:17'),
(283557, 2338, '0954-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:17', '2023-10-31 16:06:17'),
(283558, 2338, '0954-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:17', '2023-10-31 16:06:17'),
(283559, 2338, '0954-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:17', '2023-10-31 16:06:17'),
(283560, 2338, '0954-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:17', '2023-10-31 16:06:17'),
(283561, 2338, '0954-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:17', '2023-10-31 16:06:17'),
(283562, 2338, '0955-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:17', '2023-10-31 16:06:17'),
(283563, 2338, '0955-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:17', '2023-10-31 16:06:17'),
(283564, 2338, '0955-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:17', '2023-10-31 16:06:17'),
(283565, 2338, '0955-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:17', '2023-10-31 16:06:17'),
(283566, 2338, '0955-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:17', '2023-10-31 16:06:17'),
(283567, 2338, '0955-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:17', '2023-10-31 16:06:17'),
(283568, 2338, '0955-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:17', '2023-10-31 16:06:17'),
(283569, 2338, '0955-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:17', '2023-10-31 16:06:17'),
(283570, 2338, '0955-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:17', '2023-10-31 16:06:17'),
(283571, 2338, '0955-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:17', '2023-10-31 16:06:17'),
(283572, 2338, '0955-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:17', '2023-10-31 16:06:17'),
(283573, 2338, '0955-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:17', '2023-10-31 16:06:17'),
(283574, 2338, '0956-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:17', '2023-10-31 16:06:17'),
(283575, 2338, '0956-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:17', '2023-10-31 16:06:17'),
(283576, 2338, '0956-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:17', '2023-10-31 16:06:17'),
(283577, 2338, '0956-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:17', '2023-10-31 16:06:17'),
(283578, 2338, '0956-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:17', '2023-10-31 16:06:17'),
(283579, 2338, '0956-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:17', '2023-10-31 16:06:17'),
(283580, 2338, '0956-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:17', '2023-10-31 16:06:17'),
(283581, 2338, '0956-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:17', '2023-10-31 16:06:17'),
(283582, 2338, '0956-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:17', '2023-10-31 16:06:17'),
(283583, 2338, '0956-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:17', '2023-10-31 16:06:17'),
(283584, 2338, '0956-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:17', '2023-10-31 16:06:17'),
(283585, 2338, '0956-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:17', '2023-10-31 16:06:17'),
(283586, 2338, '0957-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:17', '2023-10-31 16:06:17'),
(283587, 2338, '0957-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:17', '2023-10-31 16:06:17'),
(283588, 2338, '0957-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:17', '2023-10-31 16:06:17'),
(283589, 2338, '0957-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:17', '2023-10-31 16:06:17'),
(283590, 2338, '0957-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:17', '2023-10-31 16:06:17'),
(283591, 2338, '0957-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:17', '2023-10-31 16:06:17'),
(283592, 2338, '0957-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:17', '2023-10-31 16:06:17'),
(283593, 2338, '0957-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:17', '2023-10-31 16:06:17'),
(283594, 2338, '0957-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:17', '2023-10-31 16:06:17'),
(283595, 2338, '0957-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:17', '2023-10-31 16:06:17'),
(283596, 2338, '0957-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:17', '2023-10-31 16:06:17'),
(283597, 2338, '0957-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:17', '2023-10-31 16:06:17'),
(283598, 2338, '0958-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:17', '2023-10-31 16:06:17'),
(283599, 2338, '0958-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:17', '2023-10-31 16:06:17'),
(283600, 2338, '0958-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:17', '2023-10-31 16:06:17'),
(283601, 2338, '0958-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:17', '2023-10-31 16:06:17'),
(283602, 2338, '0958-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:17', '2023-10-31 16:06:17'),
(283603, 2338, '0958-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:17', '2023-10-31 16:06:17'),
(283604, 2338, '0958-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:17', '2023-10-31 16:06:17'),
(283605, 2338, '0958-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:17', '2023-10-31 16:06:17'),
(283606, 2338, '0958-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:17', '2023-10-31 16:06:17'),
(283607, 2338, '0958-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:17', '2023-10-31 16:06:17'),
(283608, 2338, '0958-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:17', '2023-10-31 16:06:17'),
(283609, 2338, '0958-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:17', '2023-10-31 16:06:17'),
(283610, 2338, '0959-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:17', '2023-10-31 16:06:17'),
(283611, 2338, '0959-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:17', '2023-10-31 16:06:17'),
(283612, 2338, '0959-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:17', '2023-10-31 16:06:17'),
(283613, 2338, '0959-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:17', '2023-10-31 16:06:17'),
(283614, 2338, '0959-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:17', '2023-10-31 16:06:17'),
(283615, 2338, '0959-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:17', '2023-10-31 16:06:17'),
(283616, 2338, '0959-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:17', '2023-10-31 16:06:17'),
(283617, 2338, '0959-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:17', '2023-10-31 16:06:17'),
(283618, 2338, '0959-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:17', '2023-10-31 16:06:17'),
(283619, 2338, '0959-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:17', '2023-10-31 16:06:17'),
(283620, 2338, '0959-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:17', '2023-10-31 16:06:17'),
(283621, 2338, '0959-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:17', '2023-10-31 16:06:17'),
(283622, 2338, '0960-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:17', '2023-10-31 16:06:17'),
(283623, 2338, '0960-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:17', '2023-10-31 16:06:17'),
(283624, 2338, '0960-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:17', '2023-10-31 16:06:17'),
(283625, 2338, '0960-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:17', '2023-10-31 16:06:17'),
(283626, 2338, '0960-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:17', '2023-10-31 16:06:17'),
(283627, 2338, '0960-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:17', '2023-10-31 16:06:17'),
(283628, 2338, '0960-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:17', '2023-10-31 16:06:17'),
(283629, 2338, '0960-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:17', '2023-10-31 16:06:17'),
(283630, 2338, '0960-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:17', '2023-10-31 16:06:17'),
(283631, 2338, '0960-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:17', '2023-10-31 16:06:17'),
(283632, 2338, '0960-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:17', '2023-10-31 16:06:17'),
(283633, 2338, '0960-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:17', '2023-10-31 16:06:17'),
(283634, 2338, '0961-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:17', '2023-10-31 16:06:17'),
(283635, 2338, '0961-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:17', '2023-10-31 16:06:17'),
(283636, 2338, '0961-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:17', '2023-10-31 16:06:17'),
(283637, 2338, '0961-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:17', '2023-10-31 16:06:17'),
(283638, 2338, '0961-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:17', '2023-10-31 16:06:17'),
(283639, 2338, '0961-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:17', '2023-10-31 16:06:17'),
(283640, 2338, '0961-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:17', '2023-10-31 16:06:17'),
(283641, 2338, '0961-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:17', '2023-10-31 16:06:17'),
(283642, 2338, '0961-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:17', '2023-10-31 16:06:17'),
(283643, 2338, '0961-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:17', '2023-10-31 16:06:17'),
(283644, 2338, '0961-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:17', '2023-10-31 16:06:17'),
(283645, 2338, '0961-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:17', '2023-10-31 16:06:17'),
(283646, 2338, '0962-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:17', '2023-10-31 16:06:17'),
(283647, 2338, '0962-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:17', '2023-10-31 16:06:17'),
(283648, 2338, '0962-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:17', '2023-10-31 16:06:17'),
(283649, 2338, '0962-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:17', '2023-10-31 16:06:17'),
(283650, 2338, '0962-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:17', '2023-10-31 16:06:17'),
(283651, 2338, '0962-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:17', '2023-10-31 16:06:17'),
(283652, 2338, '0962-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:17', '2023-10-31 16:06:17'),
(283653, 2338, '0962-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:17', '2023-10-31 16:06:17'),
(283654, 2338, '0962-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:17', '2023-10-31 16:06:17'),
(283655, 2338, '0962-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:17', '2023-10-31 16:06:17'),
(283656, 2338, '0962-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:17', '2023-10-31 16:06:17'),
(283657, 2338, '0962-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:17', '2023-10-31 16:06:17'),
(283658, 2338, '0963-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:17', '2023-10-31 16:06:17'),
(283659, 2338, '0963-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:17', '2023-10-31 16:06:17'),
(283660, 2338, '0963-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:17', '2023-10-31 16:06:17'),
(283661, 2338, '0963-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:17', '2023-10-31 16:06:17'),
(283662, 2338, '0963-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:17', '2023-10-31 16:06:17'),
(283663, 2338, '0963-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:17', '2023-10-31 16:06:17'),
(283664, 2338, '0963-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:17', '2023-10-31 16:06:17'),
(283665, 2338, '0963-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:17', '2023-10-31 16:06:17'),
(283666, 2338, '0963-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:17', '2023-10-31 16:06:17'),
(283667, 2338, '0963-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:17', '2023-10-31 16:06:17'),
(283668, 2338, '0963-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:17', '2023-10-31 16:06:17'),
(283669, 2338, '0963-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:17', '2023-10-31 16:06:17'),
(283670, 2338, '0964-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:17', '2023-10-31 16:06:17'),
(283671, 2338, '0964-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:17', '2023-10-31 16:06:17'),
(283672, 2338, '0964-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:17', '2023-10-31 16:06:17'),
(283673, 2338, '0964-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:17', '2023-10-31 16:06:17'),
(283674, 2338, '0964-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:17', '2023-10-31 16:06:17'),
(283675, 2338, '0964-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:17', '2023-10-31 16:06:17'),
(283676, 2338, '0964-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:17', '2023-10-31 16:06:17'),
(283677, 2338, '0964-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:17', '2023-10-31 16:06:17'),
(283678, 2338, '0964-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:17', '2023-10-31 16:06:17'),
(283679, 2338, '0964-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:17', '2023-10-31 16:06:17'),
(283680, 2338, '0964-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:17', '2023-10-31 16:06:17'),
(283681, 2338, '0964-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:17', '2023-10-31 16:06:17'),
(283682, 2338, '0965-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:17', '2023-10-31 16:06:17'),
(283683, 2338, '0965-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:17', '2023-10-31 16:06:17'),
(283684, 2338, '0965-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:17', '2023-10-31 16:06:17'),
(283685, 2338, '0965-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:17', '2023-10-31 16:06:17'),
(283686, 2338, '0965-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:17', '2023-10-31 16:06:17'),
(283687, 2338, '0965-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:17', '2023-10-31 16:06:17'),
(283688, 2338, '0965-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:17', '2023-10-31 16:06:17'),
(283689, 2338, '0965-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:17', '2023-10-31 16:06:17'),
(283690, 2338, '0965-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:17', '2023-10-31 16:06:17'),
(283691, 2338, '0965-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:17', '2023-10-31 16:06:17'),
(283692, 2338, '0965-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:17', '2023-10-31 16:06:17'),
(283693, 2338, '0965-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:17', '2023-10-31 16:06:17'),
(283694, 2338, '0966-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:17', '2023-10-31 16:06:17'),
(283695, 2338, '0966-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:17', '2023-10-31 16:06:17'),
(283696, 2338, '0966-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:17', '2023-10-31 16:06:17'),
(283697, 2338, '0966-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:17', '2023-10-31 16:06:17'),
(283698, 2338, '0966-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:17', '2023-10-31 16:06:17'),
(283699, 2338, '0966-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:17', '2023-10-31 16:06:17'),
(283700, 2338, '0966-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:17', '2023-10-31 16:06:17'),
(283701, 2338, '0966-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:17', '2023-10-31 16:06:17'),
(283702, 2338, '0966-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:17', '2023-10-31 16:06:17'),
(283703, 2338, '0966-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:17', '2023-10-31 16:06:17'),
(283704, 2338, '0966-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:17', '2023-10-31 16:06:17'),
(283705, 2338, '0966-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:17', '2023-10-31 16:06:17'),
(283706, 2338, '0967-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:17', '2023-10-31 16:06:17'),
(283707, 2338, '0967-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:17', '2023-10-31 16:06:17'),
(283708, 2338, '0967-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:17', '2023-10-31 16:06:17'),
(283709, 2338, '0967-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:17', '2023-10-31 16:06:17'),
(283710, 2338, '0967-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:17', '2023-10-31 16:06:17'),
(283711, 2338, '0967-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:17', '2023-10-31 16:06:17'),
(283712, 2338, '0967-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:17', '2023-10-31 16:06:17'),
(283713, 2338, '0967-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:17', '2023-10-31 16:06:17'),
(283714, 2338, '0967-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:17', '2023-10-31 16:06:17'),
(283715, 2338, '0967-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:17', '2023-10-31 16:06:17'),
(283716, 2338, '0967-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:17', '2023-10-31 16:06:17'),
(283717, 2338, '0967-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:17', '2023-10-31 16:06:17'),
(283718, 2338, '0968-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:17', '2023-10-31 16:06:17'),
(283719, 2338, '0968-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:17', '2023-10-31 16:06:17'),
(283720, 2338, '0968-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:17', '2023-10-31 16:06:17'),
(283721, 2338, '0968-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:17', '2023-10-31 16:06:17'),
(283722, 2338, '0968-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:17', '2023-10-31 16:06:17'),
(283723, 2338, '0968-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:17', '2023-10-31 16:06:17'),
(283724, 2338, '0968-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:17', '2023-10-31 16:06:17'),
(283725, 2338, '0968-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:17', '2023-10-31 16:06:17'),
(283726, 2338, '0968-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:17', '2023-10-31 16:06:17'),
(283727, 2338, '0968-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:17', '2023-10-31 16:06:17'),
(283728, 2338, '0968-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:17', '2023-10-31 16:06:17'),
(283729, 2338, '0968-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:17', '2023-10-31 16:06:17'),
(283730, 2338, '0969-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:17', '2023-10-31 16:06:17'),
(283731, 2338, '0969-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:17', '2023-10-31 16:06:17'),
(283732, 2338, '0969-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:17', '2023-10-31 16:06:17'),
(283733, 2338, '0969-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:17', '2023-10-31 16:06:17'),
(283734, 2338, '0969-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:17', '2023-10-31 16:06:17'),
(283735, 2338, '0969-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:17', '2023-10-31 16:06:17'),
(283736, 2338, '0969-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:17', '2023-10-31 16:06:17'),
(283737, 2338, '0969-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:17', '2023-10-31 16:06:17'),
(283738, 2338, '0969-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:17', '2023-10-31 16:06:17'),
(283739, 2338, '0969-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:17', '2023-10-31 16:06:17'),
(283740, 2338, '0969-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:17', '2023-10-31 16:06:17'),
(283741, 2338, '0969-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:17', '2023-10-31 16:06:17'),
(283742, 2338, '0970-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:17', '2023-10-31 16:06:17'),
(283743, 2338, '0970-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:17', '2023-10-31 16:06:17'),
(283744, 2338, '0970-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:17', '2023-10-31 16:06:17'),
(283745, 2338, '0970-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:17', '2023-10-31 16:06:17'),
(283746, 2338, '0970-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:17', '2023-10-31 16:06:17'),
(283747, 2338, '0970-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:18', '2023-10-31 16:06:18'),
(283748, 2338, '0970-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:18', '2023-10-31 16:06:18'),
(283749, 2338, '0970-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:18', '2023-10-31 16:06:18'),
(283750, 2338, '0970-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:18', '2023-10-31 16:06:18'),
(283751, 2338, '0970-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:18', '2023-10-31 16:06:18'),
(283752, 2338, '0970-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:18', '2023-10-31 16:06:18'),
(283753, 2338, '0970-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:18', '2023-10-31 16:06:18'),
(283754, 2338, '0971-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:18', '2023-10-31 16:06:18'),
(283755, 2338, '0971-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:18', '2023-10-31 16:06:18'),
(283756, 2338, '0971-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:18', '2023-10-31 16:06:18'),
(283757, 2338, '0971-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:18', '2023-10-31 16:06:18'),
(283758, 2338, '0971-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:18', '2023-10-31 16:06:18'),
(283759, 2338, '0971-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:18', '2023-10-31 16:06:18'),
(283760, 2338, '0971-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:18', '2023-10-31 16:06:18'),
(283761, 2338, '0971-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:18', '2023-10-31 16:06:18'),
(283762, 2338, '0971-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:18', '2023-10-31 16:06:18'),
(283763, 2338, '0971-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:18', '2023-10-31 16:06:18'),
(283764, 2338, '0971-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:18', '2023-10-31 16:06:18'),
(283765, 2338, '0971-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:18', '2023-10-31 16:06:18'),
(283766, 2338, '0972-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:18', '2023-10-31 16:06:18'),
(283767, 2338, '0972-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:18', '2023-10-31 16:06:18'),
(283768, 2338, '0972-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:18', '2023-10-31 16:06:18'),
(283769, 2338, '0972-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:18', '2023-10-31 16:06:18'),
(283770, 2338, '0972-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:18', '2023-10-31 16:06:18'),
(283771, 2338, '0972-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:18', '2023-10-31 16:06:18'),
(283772, 2338, '0972-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:18', '2023-10-31 16:06:18'),
(283773, 2338, '0972-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:18', '2023-10-31 16:06:18'),
(283774, 2338, '0972-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:18', '2023-10-31 16:06:18'),
(283775, 2338, '0972-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:18', '2023-10-31 16:06:18'),
(283776, 2338, '0972-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:18', '2023-10-31 16:06:18'),
(283777, 2338, '0972-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:18', '2023-10-31 16:06:18'),
(283778, 2338, '0973-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:18', '2023-10-31 16:06:18'),
(283779, 2338, '0973-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:18', '2023-10-31 16:06:18'),
(283780, 2338, '0973-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:18', '2023-10-31 16:06:18'),
(283781, 2338, '0973-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:18', '2023-10-31 16:06:18'),
(283782, 2338, '0973-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:18', '2023-10-31 16:06:18'),
(283783, 2338, '0973-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:18', '2023-10-31 16:06:18'),
(283784, 2338, '0973-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:18', '2023-10-31 16:06:18'),
(283785, 2338, '0973-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:18', '2023-10-31 16:06:18'),
(283786, 2338, '0973-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:18', '2023-10-31 16:06:18'),
(283787, 2338, '0973-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:18', '2023-10-31 16:06:18'),
(283788, 2338, '0973-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:18', '2023-10-31 16:06:18'),
(283789, 2338, '0973-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:18', '2023-10-31 16:06:18'),
(283790, 2338, '0974-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:18', '2023-10-31 16:06:18'),
(283791, 2338, '0974-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:18', '2023-10-31 16:06:18'),
(283792, 2338, '0974-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:18', '2023-10-31 16:06:18'),
(283793, 2338, '0974-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:18', '2023-10-31 16:06:18'),
(283794, 2338, '0974-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:18', '2023-10-31 16:06:18'),
(283795, 2338, '0974-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:18', '2023-10-31 16:06:18'),
(283796, 2338, '0974-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:18', '2023-10-31 16:06:18'),
(283797, 2338, '0974-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:18', '2023-10-31 16:06:18'),
(283798, 2338, '0974-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:18', '2023-10-31 16:06:18'),
(283799, 2338, '0974-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:18', '2023-10-31 16:06:18'),
(283800, 2338, '0974-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:18', '2023-10-31 16:06:18'),
(283801, 2338, '0974-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:18', '2023-10-31 16:06:18'),
(283802, 2338, '0975-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:18', '2023-10-31 16:06:18'),
(283803, 2338, '0975-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:18', '2023-10-31 16:06:18'),
(283804, 2338, '0975-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:18', '2023-10-31 16:06:18'),
(283805, 2338, '0975-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:18', '2023-10-31 16:06:18'),
(283806, 2338, '0975-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:18', '2023-10-31 16:06:18'),
(283807, 2338, '0975-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:18', '2023-10-31 16:06:18'),
(283808, 2338, '0975-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:18', '2023-10-31 16:06:18'),
(283809, 2338, '0975-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:18', '2023-10-31 16:06:18'),
(283810, 2338, '0975-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:18', '2023-10-31 16:06:18'),
(283811, 2338, '0975-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:18', '2023-10-31 16:06:18'),
(283812, 2338, '0975-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:18', '2023-10-31 16:06:18'),
(283813, 2338, '0975-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:18', '2023-10-31 16:06:18'),
(283814, 2338, '0976-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:18', '2023-10-31 16:06:18'),
(283815, 2338, '0976-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:18', '2023-10-31 16:06:18'),
(283816, 2338, '0976-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:18', '2023-10-31 16:06:18'),
(283817, 2338, '0976-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:18', '2023-10-31 16:06:18'),
(283818, 2338, '0976-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:18', '2023-10-31 16:06:18'),
(283819, 2338, '0976-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:18', '2023-10-31 16:06:18'),
(283820, 2338, '0976-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:18', '2023-10-31 16:06:18'),
(283821, 2338, '0976-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:18', '2023-10-31 16:06:18'),
(283822, 2338, '0976-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:18', '2023-10-31 16:06:18'),
(283823, 2338, '0976-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:18', '2023-10-31 16:06:18'),
(283824, 2338, '0976-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:18', '2023-10-31 16:06:18'),
(283825, 2338, '0976-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:18', '2023-10-31 16:06:18'),
(283826, 2338, '0977-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:18', '2023-10-31 16:06:18'),
(283827, 2338, '0977-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:18', '2023-10-31 16:06:18'),
(283828, 2338, '0977-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:18', '2023-10-31 16:06:18'),
(283829, 2338, '0977-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:18', '2023-10-31 16:06:18'),
(283830, 2338, '0977-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:18', '2023-10-31 16:06:18'),
(283831, 2338, '0977-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:18', '2023-10-31 16:06:18'),
(283832, 2338, '0977-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:18', '2023-10-31 16:06:18'),
(283833, 2338, '0977-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:18', '2023-10-31 16:06:18'),
(283834, 2338, '0977-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:18', '2023-10-31 16:06:18'),
(283835, 2338, '0977-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:18', '2023-10-31 16:06:18'),
(283836, 2338, '0977-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:18', '2023-10-31 16:06:18'),
(283837, 2338, '0977-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:18', '2023-10-31 16:06:18'),
(283838, 2338, '0978-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:18', '2023-10-31 16:06:18'),
(283839, 2338, '0978-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:18', '2023-10-31 16:06:18'),
(283840, 2338, '0978-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:18', '2023-10-31 16:06:18'),
(283841, 2338, '0978-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:18', '2023-10-31 16:06:18'),
(283842, 2338, '0978-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:18', '2023-10-31 16:06:18');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(283843, 2338, '0978-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:18', '2023-10-31 16:06:18'),
(283844, 2338, '0978-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:18', '2023-10-31 16:06:18'),
(283845, 2338, '0978-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:18', '2023-10-31 16:06:18'),
(283846, 2338, '0978-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:18', '2023-10-31 16:06:18'),
(283847, 2338, '0978-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:18', '2023-10-31 16:06:18'),
(283848, 2338, '0978-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:18', '2023-10-31 16:06:18'),
(283849, 2338, '0978-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:18', '2023-10-31 16:06:18'),
(283850, 2338, '0979-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:18', '2023-10-31 16:06:18'),
(283851, 2338, '0979-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:18', '2023-10-31 16:06:18'),
(283852, 2338, '0979-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:18', '2023-10-31 16:06:18'),
(283853, 2338, '0979-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:18', '2023-10-31 16:06:18'),
(283854, 2338, '0979-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:18', '2023-10-31 16:06:18'),
(283855, 2338, '0979-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:18', '2023-10-31 16:06:18'),
(283856, 2338, '0979-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:18', '2023-10-31 16:06:18'),
(283857, 2338, '0979-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:18', '2023-10-31 16:06:18'),
(283858, 2338, '0979-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:18', '2023-10-31 16:06:18'),
(283859, 2338, '0979-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:18', '2023-10-31 16:06:18'),
(283860, 2338, '0979-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:18', '2023-10-31 16:06:18'),
(283861, 2338, '0979-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:18', '2023-10-31 16:06:18'),
(283862, 2338, '0980-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:18', '2023-10-31 16:06:18'),
(283863, 2338, '0980-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:18', '2023-10-31 16:06:18'),
(283864, 2338, '0980-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:18', '2023-10-31 16:06:18'),
(283865, 2338, '0980-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:18', '2023-10-31 16:06:18'),
(283866, 2338, '0980-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:18', '2023-10-31 16:06:18'),
(283867, 2338, '0980-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:18', '2023-10-31 16:06:18'),
(283868, 2338, '0980-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:18', '2023-10-31 16:06:18'),
(283869, 2338, '0980-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:18', '2023-10-31 16:06:18'),
(283870, 2338, '0980-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:18', '2023-10-31 16:06:18'),
(283871, 2338, '0980-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:18', '2023-10-31 16:06:18'),
(283872, 2338, '0980-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:18', '2023-10-31 16:06:18'),
(283873, 2338, '0980-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:18', '2023-10-31 16:06:18'),
(283874, 2338, '0981-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:18', '2023-10-31 16:06:18'),
(283875, 2338, '0981-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:18', '2023-10-31 16:06:18'),
(283876, 2338, '0981-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:18', '2023-10-31 16:06:18'),
(283877, 2338, '0981-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:18', '2023-10-31 16:06:18'),
(283878, 2338, '0981-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:18', '2023-10-31 16:06:18'),
(283879, 2338, '0981-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:18', '2023-10-31 16:06:18'),
(283880, 2338, '0981-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:18', '2023-10-31 16:06:18'),
(283881, 2338, '0981-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:18', '2023-10-31 16:06:18'),
(283882, 2338, '0981-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:18', '2023-10-31 16:06:18'),
(283883, 2338, '0981-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:18', '2023-10-31 16:06:18'),
(283884, 2338, '0981-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:18', '2023-10-31 16:06:18'),
(283885, 2338, '0981-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:18', '2023-10-31 16:06:18'),
(283886, 2338, '0982-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:18', '2023-10-31 16:06:18'),
(283887, 2338, '0982-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:18', '2023-10-31 16:06:18'),
(283888, 2338, '0982-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:18', '2023-10-31 16:06:18'),
(283889, 2338, '0982-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:18', '2023-10-31 16:06:18'),
(283890, 2338, '0982-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:18', '2023-10-31 16:06:18'),
(283891, 2338, '0982-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:18', '2023-10-31 16:06:18'),
(283892, 2338, '0982-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:18', '2023-10-31 16:06:18'),
(283893, 2338, '0982-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:18', '2023-10-31 16:06:18'),
(283894, 2338, '0982-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:18', '2023-10-31 16:06:18'),
(283895, 2338, '0982-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:18', '2023-10-31 16:06:18'),
(283896, 2338, '0982-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:18', '2023-10-31 16:06:18'),
(283897, 2338, '0982-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:18', '2023-10-31 16:06:18'),
(283898, 2338, '0983-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:18', '2023-10-31 16:06:18'),
(283899, 2338, '0983-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:18', '2023-10-31 16:06:18'),
(283900, 2338, '0983-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:18', '2023-10-31 16:06:18'),
(283901, 2338, '0983-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:18', '2023-10-31 16:06:18'),
(283902, 2338, '0983-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:18', '2023-10-31 16:06:18'),
(283903, 2338, '0983-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:18', '2023-10-31 16:06:18'),
(283904, 2338, '0983-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:18', '2023-10-31 16:06:18'),
(283905, 2338, '0983-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:18', '2023-10-31 16:06:18'),
(283906, 2338, '0983-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:18', '2023-10-31 16:06:18'),
(283907, 2338, '0983-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:18', '2023-10-31 16:06:18'),
(283908, 2338, '0983-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:18', '2023-10-31 16:06:18'),
(283909, 2338, '0983-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:18', '2023-10-31 16:06:18'),
(283910, 2338, '0984-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:18', '2023-10-31 16:06:18'),
(283911, 2338, '0984-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:18', '2023-10-31 16:06:18'),
(283912, 2338, '0984-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:18', '2023-10-31 16:06:18'),
(283913, 2338, '0984-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:18', '2023-10-31 16:06:18'),
(283914, 2338, '0984-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:18', '2023-10-31 16:06:18'),
(283915, 2338, '0984-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:18', '2023-10-31 16:06:18'),
(283916, 2338, '0984-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:18', '2023-10-31 16:06:18'),
(283917, 2338, '0984-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:18', '2023-10-31 16:06:18'),
(283918, 2338, '0984-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:18', '2023-10-31 16:06:18'),
(283919, 2338, '0984-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:18', '2023-10-31 16:06:18'),
(283920, 2338, '0984-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:18', '2023-10-31 16:06:18'),
(283921, 2338, '0984-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:18', '2023-10-31 16:06:18'),
(283922, 2338, '0985-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:18', '2023-10-31 16:06:18'),
(283923, 2338, '0985-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:18', '2023-10-31 16:06:18'),
(283924, 2338, '0985-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:18', '2023-10-31 16:06:18'),
(283925, 2338, '0985-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:18', '2023-10-31 16:06:18'),
(283926, 2338, '0985-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:18', '2023-10-31 16:06:18'),
(283927, 2338, '0985-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:18', '2023-10-31 16:06:18'),
(283928, 2338, '0985-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:18', '2023-10-31 16:06:18'),
(283929, 2338, '0985-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:18', '2023-10-31 16:06:18'),
(283930, 2338, '0985-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:18', '2023-10-31 16:06:18'),
(283931, 2338, '0985-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:18', '2023-10-31 16:06:18'),
(283932, 2338, '0985-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:18', '2023-10-31 16:06:18'),
(283933, 2338, '0985-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:18', '2023-10-31 16:06:18'),
(283934, 2338, '0986-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:18', '2023-10-31 16:06:18'),
(283935, 2338, '0986-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:18', '2023-10-31 16:06:18'),
(283936, 2338, '0986-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:18', '2023-10-31 16:06:18'),
(283937, 2338, '0986-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:18', '2023-10-31 16:06:18'),
(283938, 2338, '0986-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:18', '2023-10-31 16:06:18'),
(283939, 2338, '0986-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:18', '2023-10-31 16:06:18'),
(283940, 2338, '0986-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:18', '2023-10-31 16:06:18'),
(283941, 2338, '0986-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:18', '2023-10-31 16:06:18'),
(283942, 2338, '0986-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:18', '2023-10-31 16:06:18'),
(283943, 2338, '0986-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:18', '2023-10-31 16:06:18'),
(283944, 2338, '0986-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:18', '2023-10-31 16:06:18'),
(283945, 2338, '0986-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:18', '2023-10-31 16:06:18'),
(283946, 2338, '0987-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:18', '2023-10-31 16:06:18'),
(283947, 2338, '0987-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:18', '2023-10-31 16:06:18'),
(283948, 2338, '0987-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:18', '2023-10-31 16:06:18'),
(283949, 2338, '0987-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:18', '2023-10-31 16:06:18'),
(283950, 2338, '0987-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:18', '2023-10-31 16:06:18'),
(283951, 2338, '0987-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:19', '2023-10-31 16:06:19'),
(283952, 2338, '0987-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:19', '2023-10-31 16:06:19'),
(283953, 2338, '0987-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:19', '2023-10-31 16:06:19'),
(283954, 2338, '0987-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:19', '2023-10-31 16:06:19'),
(283955, 2338, '0987-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:19', '2023-10-31 16:06:19'),
(283956, 2338, '0987-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:19', '2023-10-31 16:06:19'),
(283957, 2338, '0987-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:19', '2023-10-31 16:06:19'),
(283958, 2338, '0988-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:19', '2023-10-31 16:06:19'),
(283959, 2338, '0988-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:19', '2023-10-31 16:06:19'),
(283960, 2338, '0988-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:19', '2023-10-31 16:06:19'),
(283961, 2338, '0988-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:19', '2023-10-31 16:06:19'),
(283962, 2338, '0988-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:19', '2023-10-31 16:06:19'),
(283963, 2338, '0988-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:19', '2023-10-31 16:06:19'),
(283964, 2338, '0988-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:19', '2023-10-31 16:06:19'),
(283965, 2338, '0988-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:19', '2023-10-31 16:06:19'),
(283966, 2338, '0988-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:19', '2023-10-31 16:06:19'),
(283967, 2338, '0988-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:19', '2023-10-31 16:06:19'),
(283968, 2338, '0988-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:19', '2023-10-31 16:06:19'),
(283969, 2338, '0988-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:19', '2023-10-31 16:06:19'),
(283970, 2338, '0989-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:19', '2023-10-31 16:06:19'),
(283971, 2338, '0989-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:19', '2023-10-31 16:06:19'),
(283972, 2338, '0989-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:19', '2023-10-31 16:06:19'),
(283973, 2338, '0989-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:19', '2023-10-31 16:06:19'),
(283974, 2338, '0989-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:19', '2023-10-31 16:06:19'),
(283975, 2338, '0989-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:19', '2023-10-31 16:06:19'),
(283976, 2338, '0989-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:19', '2023-10-31 16:06:19'),
(283977, 2338, '0989-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:19', '2023-10-31 16:06:19'),
(283978, 2338, '0989-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:19', '2023-10-31 16:06:19'),
(283979, 2338, '0989-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:19', '2023-10-31 16:06:19'),
(283980, 2338, '0989-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:19', '2023-10-31 16:06:19'),
(283981, 2338, '0989-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:19', '2023-10-31 16:06:19'),
(283982, 2338, '0990-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:19', '2023-10-31 16:06:19'),
(283983, 2338, '0990-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:19', '2023-10-31 16:06:19'),
(283984, 2338, '0990-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:19', '2023-10-31 16:06:19'),
(283985, 2338, '0990-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:19', '2023-10-31 16:06:19'),
(283986, 2338, '0990-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:19', '2023-10-31 16:06:19'),
(283987, 2338, '0990-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:19', '2023-10-31 16:06:19'),
(283988, 2338, '0990-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:19', '2023-10-31 16:06:19'),
(283989, 2338, '0990-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:19', '2023-10-31 16:06:19'),
(283990, 2338, '0990-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:19', '2023-10-31 16:06:19'),
(283991, 2338, '0990-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:19', '2023-10-31 16:06:19'),
(283992, 2338, '0990-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:19', '2023-10-31 16:06:19'),
(283993, 2338, '0990-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:19', '2023-10-31 16:06:19'),
(283994, 2338, '0991-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:19', '2023-10-31 16:06:19'),
(283995, 2338, '0991-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:19', '2023-10-31 16:06:19'),
(283996, 2338, '0991-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:19', '2023-10-31 16:06:19'),
(283997, 2338, '0991-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:19', '2023-10-31 16:06:19'),
(283998, 2338, '0991-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:19', '2023-10-31 16:06:19'),
(283999, 2338, '0991-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:19', '2023-10-31 16:06:19'),
(284000, 2338, '0991-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:19', '2023-10-31 16:06:19'),
(284001, 2338, '0991-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:19', '2023-10-31 16:06:19'),
(284002, 2338, '0991-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:19', '2023-10-31 16:06:19'),
(284003, 2338, '0991-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:19', '2023-10-31 16:06:19'),
(284004, 2338, '0991-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:19', '2023-10-31 16:06:19'),
(284005, 2338, '0991-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:19', '2023-10-31 16:06:19'),
(284006, 2338, '0992-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:19', '2023-10-31 16:06:19'),
(284007, 2338, '0992-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:19', '2023-10-31 16:06:19'),
(284008, 2338, '0992-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:19', '2023-10-31 16:06:19'),
(284009, 2338, '0992-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:19', '2023-10-31 16:06:19'),
(284010, 2338, '0992-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:19', '2023-10-31 16:06:19'),
(284011, 2338, '0992-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:19', '2023-10-31 16:06:19'),
(284012, 2338, '0992-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:19', '2023-10-31 16:06:19'),
(284013, 2338, '0992-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:19', '2023-10-31 16:06:19'),
(284014, 2338, '0992-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:19', '2023-10-31 16:06:19'),
(284015, 2338, '0992-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:19', '2023-10-31 16:06:19'),
(284016, 2338, '0992-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:19', '2023-10-31 16:06:19'),
(284017, 2338, '0992-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:19', '2023-10-31 16:06:19'),
(284018, 2338, '0993-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:19', '2023-10-31 16:06:19'),
(284019, 2338, '0993-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:19', '2023-10-31 16:06:19'),
(284020, 2338, '0993-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:19', '2023-10-31 16:06:19'),
(284021, 2338, '0993-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:19', '2023-10-31 16:06:19'),
(284022, 2338, '0993-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:19', '2023-10-31 16:06:19'),
(284023, 2338, '0993-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:19', '2023-10-31 16:06:19'),
(284024, 2338, '0993-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:19', '2023-10-31 16:06:19'),
(284025, 2338, '0993-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:19', '2023-10-31 16:06:19'),
(284026, 2338, '0993-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:19', '2023-10-31 16:06:19'),
(284027, 2338, '0993-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:19', '2023-10-31 16:06:19'),
(284028, 2338, '0993-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:19', '2023-10-31 16:06:19'),
(284029, 2338, '0993-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:19', '2023-10-31 16:06:19'),
(284030, 2338, '0994-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:19', '2023-10-31 16:06:19'),
(284031, 2338, '0994-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:19', '2023-10-31 16:06:19'),
(284032, 2338, '0994-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:19', '2023-10-31 16:06:19'),
(284033, 2338, '0994-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:19', '2023-10-31 16:06:19'),
(284034, 2338, '0994-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:19', '2023-10-31 16:06:19'),
(284035, 2338, '0994-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:19', '2023-10-31 16:06:19'),
(284036, 2338, '0994-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:19', '2023-10-31 16:06:19'),
(284037, 2338, '0994-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:19', '2023-10-31 16:06:19'),
(284038, 2338, '0994-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:19', '2023-10-31 16:06:19'),
(284039, 2338, '0994-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:19', '2023-10-31 16:06:19'),
(284040, 2338, '0994-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:19', '2023-10-31 16:06:19'),
(284041, 2338, '0994-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:19', '2023-10-31 16:06:19'),
(284042, 2338, '0995-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:19', '2023-10-31 16:06:19'),
(284043, 2338, '0995-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:19', '2023-10-31 16:06:19'),
(284044, 2338, '0995-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:19', '2023-10-31 16:06:19'),
(284045, 2338, '0995-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:19', '2023-10-31 16:06:19'),
(284046, 2338, '0995-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:19', '2023-10-31 16:06:19'),
(284047, 2338, '0995-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:19', '2023-10-31 16:06:19'),
(284048, 2338, '0995-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:19', '2023-10-31 16:06:19'),
(284049, 2338, '0995-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:19', '2023-10-31 16:06:19'),
(284050, 2338, '0995-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:19', '2023-10-31 16:06:19'),
(284051, 2338, '0995-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:19', '2023-10-31 16:06:19'),
(284052, 2338, '0995-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:19', '2023-10-31 16:06:19'),
(284053, 2338, '0995-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:19', '2023-10-31 16:06:19'),
(284054, 2338, '0996-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:19', '2023-10-31 16:06:19'),
(284055, 2338, '0996-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:19', '2023-10-31 16:06:19'),
(284056, 2338, '0996-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:19', '2023-10-31 16:06:19'),
(284057, 2338, '0996-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:19', '2023-10-31 16:06:19'),
(284058, 2338, '0996-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:19', '2023-10-31 16:06:19'),
(284059, 2338, '0996-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:19', '2023-10-31 16:06:19'),
(284060, 2338, '0996-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:19', '2023-10-31 16:06:19'),
(284061, 2338, '0996-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:19', '2023-10-31 16:06:19'),
(284062, 2338, '0996-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:19', '2023-10-31 16:06:19'),
(284063, 2338, '0996-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:19', '2023-10-31 16:06:19'),
(284064, 2338, '0996-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:19', '2023-10-31 16:06:19'),
(284065, 2338, '0996-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:19', '2023-10-31 16:06:19'),
(284066, 2338, '0997-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:19', '2023-10-31 16:06:19'),
(284067, 2338, '0997-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:19', '2023-10-31 16:06:19'),
(284068, 2338, '0997-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:19', '2023-10-31 16:06:19'),
(284069, 2338, '0997-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:19', '2023-10-31 16:06:19'),
(284070, 2338, '0997-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:19', '2023-10-31 16:06:19'),
(284071, 2338, '0997-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:19', '2023-10-31 16:06:19'),
(284072, 2338, '0997-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:19', '2023-10-31 16:06:19'),
(284073, 2338, '0997-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:19', '2023-10-31 16:06:19'),
(284074, 2338, '0997-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:19', '2023-10-31 16:06:19'),
(284075, 2338, '0997-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:19', '2023-10-31 16:06:19'),
(284076, 2338, '0997-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:19', '2023-10-31 16:06:19'),
(284077, 2338, '0997-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:19', '2023-10-31 16:06:19'),
(284078, 2338, '0998-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:19', '2023-10-31 16:06:19'),
(284079, 2338, '0998-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:19', '2023-10-31 16:06:19'),
(284080, 2338, '0998-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:19', '2023-10-31 16:06:19'),
(284081, 2338, '0998-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:19', '2023-10-31 16:06:19'),
(284082, 2338, '0998-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:19', '2023-10-31 16:06:19'),
(284083, 2338, '0998-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:19', '2023-10-31 16:06:19'),
(284084, 2338, '0998-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:19', '2023-10-31 16:06:19'),
(284085, 2338, '0998-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:19', '2023-10-31 16:06:19'),
(284086, 2338, '0998-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:19', '2023-10-31 16:06:19'),
(284087, 2338, '0998-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:19', '2023-10-31 16:06:19'),
(284088, 2338, '0998-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:19', '2023-10-31 16:06:19'),
(284089, 2338, '0998-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:19', '2023-10-31 16:06:19'),
(284090, 2338, '0999-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:19', '2023-10-31 16:06:19'),
(284091, 2338, '0999-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:19', '2023-10-31 16:06:19'),
(284092, 2338, '0999-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:19', '2023-10-31 16:06:19'),
(284093, 2338, '0999-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:19', '2023-10-31 16:06:19'),
(284094, 2338, '0999-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:19', '2023-10-31 16:06:19'),
(284095, 2338, '0999-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:19', '2023-10-31 16:06:19'),
(284096, 2338, '0999-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:19', '2023-10-31 16:06:19'),
(284097, 2338, '0999-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:19', '2023-10-31 16:06:19'),
(284098, 2338, '0999-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:19', '2023-10-31 16:06:19'),
(284099, 2338, '0999-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:19', '2023-10-31 16:06:19'),
(284100, 2338, '0999-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:20', '2023-10-31 16:06:20'),
(284101, 2338, '0999-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:20', '2023-10-31 16:06:20'),
(284102, 2338, '1000-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:20', '2023-10-31 16:06:20'),
(284103, 2338, '1000-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:20', '2023-10-31 16:06:20'),
(284104, 2338, '1000-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:20', '2023-10-31 16:06:20'),
(284105, 2338, '1000-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:20', '2023-10-31 16:06:20'),
(284106, 2338, '1000-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:20', '2023-10-31 16:06:20'),
(284107, 2338, '1000-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:20', '2023-10-31 16:06:20'),
(284108, 2338, '1000-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:20', '2023-10-31 16:06:20'),
(284109, 2338, '1000-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:20', '2023-10-31 16:06:20'),
(284110, 2338, '1000-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:20', '2023-10-31 16:06:20'),
(284111, 2338, '1000-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:20', '2023-10-31 16:06:20'),
(284112, 2338, '1000-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:20', '2023-10-31 16:06:20'),
(284113, 2338, '1000-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:20', '2023-10-31 16:06:20'),
(284114, 2338, '1001-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:20', '2023-10-31 16:06:20'),
(284115, 2338, '1001-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:20', '2023-10-31 16:06:20'),
(284116, 2338, '1001-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:20', '2023-10-31 16:06:20'),
(284117, 2338, '1001-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:20', '2023-10-31 16:06:20'),
(284118, 2338, '1001-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:20', '2023-10-31 16:06:20'),
(284119, 2338, '1001-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:20', '2023-10-31 16:06:20'),
(284120, 2338, '1001-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:20', '2023-10-31 16:06:20'),
(284121, 2338, '1001-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:20', '2023-10-31 16:06:20'),
(284122, 2338, '1001-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:20', '2023-10-31 16:06:20'),
(284123, 2338, '1001-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:20', '2023-10-31 16:06:20'),
(284124, 2338, '1001-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:20', '2023-10-31 16:06:20'),
(284125, 2338, '1001-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:20', '2023-10-31 16:06:20'),
(284126, 2338, '1002-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:20', '2023-10-31 16:06:20'),
(284127, 2338, '1002-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:20', '2023-10-31 16:06:20'),
(284128, 2338, '1002-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:20', '2023-10-31 16:06:20'),
(284129, 2338, '1002-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:20', '2023-10-31 16:06:20'),
(284130, 2338, '1002-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:20', '2023-10-31 16:06:20'),
(284131, 2338, '1002-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:20', '2023-10-31 16:06:20'),
(284132, 2338, '1002-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:20', '2023-10-31 16:06:20'),
(284133, 2338, '1002-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:20', '2023-10-31 16:06:20'),
(284134, 2338, '1002-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:20', '2023-10-31 16:06:20'),
(284135, 2338, '1002-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:20', '2023-10-31 16:06:20'),
(284136, 2338, '1002-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:20', '2023-10-31 16:06:20'),
(284137, 2338, '1002-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:20', '2023-10-31 16:06:20'),
(284138, 2338, '1003-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:20', '2023-10-31 16:06:20'),
(284139, 2338, '1003-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:20', '2023-10-31 16:06:20'),
(284140, 2338, '1003-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:20', '2023-10-31 16:06:20'),
(284141, 2338, '1003-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:20', '2023-10-31 16:06:20'),
(284142, 2338, '1003-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:20', '2023-10-31 16:06:20'),
(284143, 2338, '1003-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:20', '2023-10-31 16:06:20'),
(284144, 2338, '1003-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:20', '2023-10-31 16:06:20'),
(284145, 2338, '1003-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:20', '2023-10-31 16:06:20'),
(284146, 2338, '1003-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:20', '2023-10-31 16:06:20'),
(284147, 2338, '1003-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:20', '2023-10-31 16:06:20'),
(284148, 2338, '1003-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:20', '2023-10-31 16:06:20'),
(284149, 2338, '1003-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:20', '2023-10-31 16:06:20'),
(284150, 2338, '1004-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:20', '2023-10-31 16:06:20'),
(284151, 2338, '1004-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:20', '2023-10-31 16:06:20'),
(284152, 2338, '1004-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:20', '2023-10-31 16:06:20'),
(284153, 2338, '1004-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:20', '2023-10-31 16:06:20'),
(284154, 2338, '1004-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:20', '2023-10-31 16:06:20'),
(284155, 2338, '1004-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:20', '2023-10-31 16:06:20'),
(284156, 2338, '1004-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:20', '2023-10-31 16:06:20'),
(284157, 2338, '1004-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:20', '2023-10-31 16:06:20'),
(284158, 2338, '1004-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:20', '2023-10-31 16:06:20'),
(284159, 2338, '1004-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:20', '2023-10-31 16:06:20'),
(284160, 2338, '1004-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:20', '2023-10-31 16:06:20'),
(284161, 2338, '1004-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:20', '2023-10-31 16:06:20'),
(284162, 2338, '1005-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:20', '2023-10-31 16:06:20'),
(284163, 2338, '1005-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:20', '2023-10-31 16:06:20'),
(284164, 2338, '1005-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:20', '2023-10-31 16:06:20'),
(284165, 2338, '1005-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:20', '2023-10-31 16:06:20'),
(284166, 2338, '1005-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:20', '2023-10-31 16:06:20'),
(284167, 2338, '1005-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:20', '2023-10-31 16:06:20'),
(284168, 2338, '1005-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:20', '2023-10-31 16:06:20'),
(284169, 2338, '1005-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:20', '2023-10-31 16:06:20'),
(284170, 2338, '1005-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:20', '2023-10-31 16:06:20'),
(284171, 2338, '1005-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:20', '2023-10-31 16:06:20'),
(284172, 2338, '1005-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:20', '2023-10-31 16:06:20'),
(284173, 2338, '1005-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:20', '2023-10-31 16:06:20'),
(284174, 2338, '1006-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:20', '2023-10-31 16:06:20'),
(284175, 2338, '1006-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:20', '2023-10-31 16:06:20'),
(284176, 2338, '1006-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:20', '2023-10-31 16:06:20'),
(284177, 2338, '1006-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:20', '2023-10-31 16:06:20'),
(284178, 2338, '1006-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:20', '2023-10-31 16:06:20'),
(284179, 2338, '1006-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:20', '2023-10-31 16:06:20'),
(284180, 2338, '1006-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:20', '2023-10-31 16:06:20'),
(284181, 2338, '1006-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:20', '2023-10-31 16:06:20'),
(284182, 2338, '1006-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:20', '2023-10-31 16:06:20'),
(284183, 2338, '1006-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:20', '2023-10-31 16:06:20'),
(284184, 2338, '1006-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:20', '2023-10-31 16:06:20'),
(284185, 2338, '1006-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:20', '2023-10-31 16:06:20'),
(284186, 2338, '1007-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:20', '2023-10-31 16:06:20'),
(284187, 2338, '1007-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:20', '2023-10-31 16:06:20'),
(284188, 2338, '1007-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:20', '2023-10-31 16:06:20'),
(284189, 2338, '1007-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:20', '2023-10-31 16:06:20'),
(284190, 2338, '1007-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:20', '2023-10-31 16:06:20'),
(284191, 2338, '1007-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:20', '2023-10-31 16:06:20'),
(284192, 2338, '1007-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:20', '2023-10-31 16:06:20'),
(284193, 2338, '1007-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:20', '2023-10-31 16:06:20'),
(284194, 2338, '1007-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:20', '2023-10-31 16:06:20'),
(284195, 2338, '1007-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:20', '2023-10-31 16:06:20'),
(284196, 2338, '1007-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:20', '2023-10-31 16:06:20'),
(284197, 2338, '1007-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:20', '2023-10-31 16:06:20'),
(284198, 2338, '1008-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:20', '2023-10-31 16:06:20'),
(284199, 2338, '1008-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:20', '2023-10-31 16:06:20'),
(284200, 2338, '1008-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:20', '2023-10-31 16:06:20'),
(284201, 2338, '1008-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:20', '2023-10-31 16:06:20'),
(284202, 2338, '1008-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:20', '2023-10-31 16:06:20'),
(284203, 2338, '1008-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:20', '2023-10-31 16:06:20'),
(284204, 2338, '1008-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:20', '2023-10-31 16:06:20'),
(284205, 2338, '1008-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:20', '2023-10-31 16:06:20'),
(284206, 2338, '1008-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:20', '2023-10-31 16:06:20'),
(284207, 2338, '1008-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:20', '2023-10-31 16:06:20'),
(284208, 2338, '1008-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:20', '2023-10-31 16:06:20'),
(284209, 2338, '1008-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:20', '2023-10-31 16:06:20'),
(284210, 2338, '1009-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:20', '2023-10-31 16:06:20'),
(284211, 2338, '1009-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:20', '2023-10-31 16:06:20'),
(284212, 2338, '1009-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:20', '2023-10-31 16:06:20'),
(284213, 2338, '1009-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:20', '2023-10-31 16:06:20'),
(284214, 2338, '1009-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:20', '2023-10-31 16:06:20'),
(284215, 2338, '1009-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:20', '2023-10-31 16:06:20'),
(284216, 2338, '1009-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:20', '2023-10-31 16:06:20'),
(284217, 2338, '1009-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:20', '2023-10-31 16:06:20'),
(284218, 2338, '1009-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:20', '2023-10-31 16:06:20'),
(284219, 2338, '1009-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:20', '2023-10-31 16:06:20'),
(284220, 2338, '1009-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:20', '2023-10-31 16:06:20'),
(284221, 2338, '1009-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:20', '2023-10-31 16:06:20'),
(284222, 2338, '1010-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:20', '2023-10-31 16:06:20'),
(284223, 2338, '1010-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:20', '2023-10-31 16:06:20'),
(284224, 2338, '1010-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:20', '2023-10-31 16:06:20'),
(284225, 2338, '1010-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:20', '2023-10-31 16:06:20'),
(284226, 2338, '1010-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:20', '2023-10-31 16:06:20'),
(284227, 2338, '1010-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:20', '2023-10-31 16:06:20'),
(284228, 2338, '1010-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:20', '2023-10-31 16:06:20'),
(284229, 2338, '1010-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:20', '2023-10-31 16:06:20'),
(284230, 2338, '1010-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:20', '2023-10-31 16:06:20'),
(284231, 2338, '1010-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:20', '2023-10-31 16:06:20'),
(284232, 2338, '1010-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:20', '2023-10-31 16:06:20'),
(284233, 2338, '1010-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:20', '2023-10-31 16:06:20'),
(284234, 2338, '1011-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:20', '2023-10-31 16:06:20'),
(284235, 2338, '1011-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:20', '2023-10-31 16:06:20'),
(284236, 2338, '1011-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:20', '2023-10-31 16:06:20'),
(284237, 2338, '1011-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:20', '2023-10-31 16:06:20'),
(284238, 2338, '1011-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:20', '2023-10-31 16:06:20'),
(284239, 2338, '1011-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:20', '2023-10-31 16:06:20'),
(284240, 2338, '1011-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:20', '2023-10-31 16:06:20'),
(284241, 2338, '1011-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:20', '2023-10-31 16:06:20'),
(284242, 2338, '1011-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:20', '2023-10-31 16:06:20'),
(284243, 2338, '1011-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:20', '2023-10-31 16:06:20'),
(284244, 2338, '1011-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:20', '2023-10-31 16:06:20'),
(284245, 2338, '1011-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:20', '2023-10-31 16:06:20'),
(284246, 2338, '1012-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:20', '2023-10-31 16:06:20'),
(284247, 2338, '1012-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:20', '2023-10-31 16:06:20'),
(284248, 2338, '1012-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:20', '2023-10-31 16:06:20'),
(284249, 2338, '1012-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:20', '2023-10-31 16:06:20'),
(284250, 2338, '1012-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:20', '2023-10-31 16:06:20'),
(284251, 2338, '1012-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:20', '2023-10-31 16:06:20'),
(284252, 2338, '1012-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:20', '2023-10-31 16:06:20'),
(284253, 2338, '1012-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:20', '2023-10-31 16:06:20'),
(284254, 2338, '1012-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:20', '2023-10-31 16:06:20'),
(284255, 2338, '1012-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:20', '2023-10-31 16:06:20'),
(284256, 2338, '1012-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:20', '2023-10-31 16:06:20'),
(284257, 2338, '1012-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:20', '2023-10-31 16:06:20'),
(284258, 2338, '1013-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:20', '2023-10-31 16:06:20'),
(284259, 2338, '1013-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:20', '2023-10-31 16:06:20'),
(284260, 2338, '1013-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:20', '2023-10-31 16:06:20'),
(284261, 2338, '1013-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:20', '2023-10-31 16:06:20'),
(284262, 2338, '1013-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:20', '2023-10-31 16:06:20'),
(284263, 2338, '1013-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:20', '2023-10-31 16:06:20'),
(284264, 2338, '1013-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:20', '2023-10-31 16:06:20'),
(284265, 2338, '1013-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:20', '2023-10-31 16:06:20'),
(284266, 2338, '1013-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:20', '2023-10-31 16:06:20'),
(284267, 2338, '1013-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:20', '2023-10-31 16:06:20'),
(284268, 2338, '1013-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:20', '2023-10-31 16:06:20'),
(284269, 2338, '1013-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:20', '2023-10-31 16:06:20'),
(284270, 2338, '1014-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:20', '2023-10-31 16:06:20'),
(284271, 2338, '1014-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:20', '2023-10-31 16:06:20'),
(284272, 2338, '1014-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:20', '2023-10-31 16:06:20'),
(284273, 2338, '1014-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:20', '2023-10-31 16:06:20'),
(284274, 2338, '1014-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:20', '2023-10-31 16:06:20'),
(284275, 2338, '1014-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:20', '2023-10-31 16:06:20'),
(284276, 2338, '1014-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:20', '2023-10-31 16:06:20'),
(284277, 2338, '1014-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:21', '2023-10-31 16:06:21'),
(284278, 2338, '1014-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:21', '2023-10-31 16:06:21'),
(284279, 2338, '1014-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:21', '2023-10-31 16:06:21'),
(284280, 2338, '1014-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:21', '2023-10-31 16:06:21'),
(284281, 2338, '1014-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:21', '2023-10-31 16:06:21'),
(284282, 2338, '1015-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:21', '2023-10-31 16:06:21'),
(284283, 2338, '1015-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:21', '2023-10-31 16:06:21'),
(284284, 2338, '1015-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:21', '2023-10-31 16:06:21'),
(284285, 2338, '1015-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:21', '2023-10-31 16:06:21'),
(284286, 2338, '1015-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:21', '2023-10-31 16:06:21'),
(284287, 2338, '1015-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:21', '2023-10-31 16:06:21'),
(284288, 2338, '1015-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:21', '2023-10-31 16:06:21'),
(284289, 2338, '1015-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:21', '2023-10-31 16:06:21'),
(284290, 2338, '1015-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:21', '2023-10-31 16:06:21'),
(284291, 2338, '1015-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:21', '2023-10-31 16:06:21'),
(284292, 2338, '1015-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:21', '2023-10-31 16:06:21'),
(284293, 2338, '1015-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:21', '2023-10-31 16:06:21'),
(284294, 2338, '1016-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:21', '2023-10-31 16:06:21'),
(284295, 2338, '1016-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:21', '2023-10-31 16:06:21'),
(284296, 2338, '1016-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:21', '2023-10-31 16:06:21'),
(284297, 2338, '1016-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:21', '2023-10-31 16:06:21'),
(284298, 2338, '1016-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:21', '2023-10-31 16:06:21'),
(284299, 2338, '1016-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:21', '2023-10-31 16:06:21'),
(284300, 2338, '1016-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:21', '2023-10-31 16:06:21'),
(284301, 2338, '1016-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:21', '2023-10-31 16:06:21'),
(284302, 2338, '1016-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:21', '2023-10-31 16:06:21'),
(284303, 2338, '1016-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:21', '2023-10-31 16:06:21'),
(284304, 2338, '1016-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:21', '2023-10-31 16:06:21'),
(284305, 2338, '1016-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:21', '2023-10-31 16:06:21'),
(284306, 2338, '1017-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:21', '2023-10-31 16:06:21'),
(284307, 2338, '1017-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:21', '2023-10-31 16:06:21');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(284308, 2338, '1017-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:21', '2023-10-31 16:06:21'),
(284309, 2338, '1017-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:21', '2023-10-31 16:06:21'),
(284310, 2338, '1017-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:21', '2023-10-31 16:06:21'),
(284311, 2338, '1017-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:21', '2023-10-31 16:06:21'),
(284312, 2338, '1017-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:21', '2023-10-31 16:06:21'),
(284313, 2338, '1017-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:21', '2023-10-31 16:06:21'),
(284314, 2338, '1017-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:21', '2023-10-31 16:06:21'),
(284315, 2338, '1017-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:21', '2023-10-31 16:06:21'),
(284316, 2338, '1017-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:21', '2023-10-31 16:06:21'),
(284317, 2338, '1017-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:21', '2023-10-31 16:06:21'),
(284318, 2338, '1018-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:21', '2023-10-31 16:06:21'),
(284319, 2338, '1018-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:21', '2023-10-31 16:06:21'),
(284320, 2338, '1018-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:21', '2023-10-31 16:06:21'),
(284321, 2338, '1018-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:21', '2023-10-31 16:06:21'),
(284322, 2338, '1018-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:21', '2023-10-31 16:06:21'),
(284323, 2338, '1018-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:21', '2023-10-31 16:06:21'),
(284324, 2338, '1018-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:21', '2023-10-31 16:06:21'),
(284325, 2338, '1018-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:21', '2023-10-31 16:06:21'),
(284326, 2338, '1018-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:21', '2023-10-31 16:06:21'),
(284327, 2338, '1018-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:21', '2023-10-31 16:06:21'),
(284328, 2338, '1018-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:21', '2023-10-31 16:06:21'),
(284329, 2338, '1018-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:21', '2023-10-31 16:06:21'),
(284330, 2338, '1019-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:21', '2023-10-31 16:06:21'),
(284331, 2338, '1019-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:21', '2023-10-31 16:06:21'),
(284332, 2338, '1019-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:21', '2023-10-31 16:06:21'),
(284333, 2338, '1019-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:21', '2023-10-31 16:06:21'),
(284334, 2338, '1019-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:21', '2023-10-31 16:06:21'),
(284335, 2338, '1019-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:21', '2023-10-31 16:06:21'),
(284336, 2338, '1019-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:21', '2023-10-31 16:06:21'),
(284337, 2338, '1019-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:21', '2023-10-31 16:06:21'),
(284338, 2338, '1019-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:21', '2023-10-31 16:06:21'),
(284339, 2338, '1019-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:21', '2023-10-31 16:06:21'),
(284340, 2338, '1019-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:21', '2023-10-31 16:06:21'),
(284341, 2338, '1019-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:21', '2023-10-31 16:06:21'),
(284342, 2338, '1020-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:21', '2023-10-31 16:06:21'),
(284343, 2338, '1020-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:21', '2023-10-31 16:06:21'),
(284344, 2338, '1020-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:21', '2023-10-31 16:06:21'),
(284345, 2338, '1020-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:21', '2023-10-31 16:06:21'),
(284346, 2338, '1020-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:21', '2023-10-31 16:06:21'),
(284347, 2338, '1020-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:21', '2023-10-31 16:06:21'),
(284348, 2338, '1020-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:21', '2023-10-31 16:06:21'),
(284349, 2338, '1020-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:21', '2023-10-31 16:06:21'),
(284350, 2338, '1020-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:21', '2023-10-31 16:06:21'),
(284351, 2338, '1020-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:21', '2023-10-31 16:06:21'),
(284352, 2338, '1020-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:21', '2023-10-31 16:06:21'),
(284353, 2338, '1020-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:21', '2023-10-31 16:06:21'),
(284354, 2338, '1021-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:21', '2023-10-31 16:06:21'),
(284355, 2338, '1021-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:21', '2023-10-31 16:06:21'),
(284356, 2338, '1021-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:21', '2023-10-31 16:06:21'),
(284357, 2338, '1021-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:21', '2023-10-31 16:06:21'),
(284358, 2338, '1021-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:21', '2023-10-31 16:06:21'),
(284359, 2338, '1021-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:21', '2023-10-31 16:06:21'),
(284360, 2338, '1021-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:21', '2023-10-31 16:06:21'),
(284361, 2338, '1021-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:21', '2023-10-31 16:06:21'),
(284362, 2338, '1021-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:21', '2023-10-31 16:06:21'),
(284363, 2338, '1021-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:21', '2023-10-31 16:06:21'),
(284364, 2338, '1021-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:21', '2023-10-31 16:06:21'),
(284365, 2338, '1021-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:21', '2023-10-31 16:06:21'),
(284366, 2338, '1022-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:21', '2023-10-31 16:06:21'),
(284367, 2338, '1022-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:21', '2023-10-31 16:06:21'),
(284368, 2338, '1022-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:21', '2023-10-31 16:06:21'),
(284369, 2338, '1022-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:21', '2023-10-31 16:06:21'),
(284370, 2338, '1022-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:21', '2023-10-31 16:06:21'),
(284371, 2338, '1022-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:21', '2023-10-31 16:06:21'),
(284372, 2338, '1022-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:21', '2023-10-31 16:06:21'),
(284373, 2338, '1022-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:21', '2023-10-31 16:06:21'),
(284374, 2338, '1022-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:21', '2023-10-31 16:06:21'),
(284375, 2338, '1022-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:21', '2023-10-31 16:06:21'),
(284376, 2338, '1022-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:21', '2023-10-31 16:06:21'),
(284377, 2338, '1022-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:21', '2023-10-31 16:06:21'),
(284378, 2338, '1023-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:21', '2023-10-31 16:06:21'),
(284379, 2338, '1023-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:21', '2023-10-31 16:06:21'),
(284380, 2338, '1023-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:21', '2023-10-31 16:06:21'),
(284381, 2338, '1023-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:21', '2023-10-31 16:06:21'),
(284382, 2338, '1023-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:21', '2023-10-31 16:06:21'),
(284383, 2338, '1023-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:21', '2023-10-31 16:06:21'),
(284384, 2338, '1023-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:21', '2023-10-31 16:06:21'),
(284385, 2338, '1023-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:21', '2023-10-31 16:06:21'),
(284386, 2338, '1023-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:21', '2023-10-31 16:06:21'),
(284387, 2338, '1023-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:21', '2023-10-31 16:06:21'),
(284388, 2338, '1023-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:21', '2023-10-31 16:06:21'),
(284389, 2338, '1023-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:21', '2023-10-31 16:06:21'),
(284390, 2338, '1024-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:21', '2023-10-31 16:06:21'),
(284391, 2338, '1024-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:21', '2023-10-31 16:06:21'),
(284392, 2338, '1024-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:21', '2023-10-31 16:06:21'),
(284393, 2338, '1024-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:21', '2023-10-31 16:06:21'),
(284394, 2338, '1024-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:21', '2023-10-31 16:06:21'),
(284395, 2338, '1024-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:21', '2023-10-31 16:06:21'),
(284396, 2338, '1024-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:21', '2023-10-31 16:06:21'),
(284397, 2338, '1024-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:21', '2023-10-31 16:06:21'),
(284398, 2338, '1024-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:21', '2023-10-31 16:06:21'),
(284399, 2338, '1024-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:21', '2023-10-31 16:06:21'),
(284400, 2338, '1024-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:21', '2023-10-31 16:06:21'),
(284401, 2338, '1024-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:21', '2023-10-31 16:06:21'),
(284402, 2338, '1025-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:21', '2023-10-31 16:06:21'),
(284403, 2338, '1025-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:21', '2023-10-31 16:06:21'),
(284404, 2338, '1025-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:21', '2023-10-31 16:06:21'),
(284405, 2338, '1025-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:21', '2023-10-31 16:06:21'),
(284406, 2338, '1025-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:21', '2023-10-31 16:06:21'),
(284407, 2338, '1025-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:21', '2023-10-31 16:06:21'),
(284408, 2338, '1025-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:21', '2023-10-31 16:06:21'),
(284409, 2338, '1025-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:21', '2023-10-31 16:06:21'),
(284410, 2338, '1025-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:21', '2023-10-31 16:06:21'),
(284411, 2338, '1025-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:21', '2023-10-31 16:06:21'),
(284412, 2338, '1025-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:21', '2023-10-31 16:06:21'),
(284413, 2338, '1025-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:21', '2023-10-31 16:06:21'),
(284414, 2338, '1026-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:21', '2023-10-31 16:06:21'),
(284415, 2338, '1026-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:21', '2023-10-31 16:06:21'),
(284416, 2338, '1026-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:21', '2023-10-31 16:06:21'),
(284417, 2338, '1026-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:21', '2023-10-31 16:06:21'),
(284418, 2338, '1026-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:21', '2023-10-31 16:06:21'),
(284419, 2338, '1026-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:21', '2023-10-31 16:06:21'),
(284420, 2338, '1026-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:21', '2023-10-31 16:06:21'),
(284421, 2338, '1026-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:21', '2023-10-31 16:06:21'),
(284422, 2338, '1026-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:21', '2023-10-31 16:06:21'),
(284423, 2338, '1026-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:21', '2023-10-31 16:06:21'),
(284424, 2338, '1026-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:21', '2023-10-31 16:06:21'),
(284425, 2338, '1026-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:21', '2023-10-31 16:06:21'),
(284426, 2338, '1027-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:21', '2023-10-31 16:06:21'),
(284427, 2338, '1027-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:21', '2023-10-31 16:06:21'),
(284428, 2338, '1027-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:21', '2023-10-31 16:06:21'),
(284429, 2338, '1027-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:21', '2023-10-31 16:06:21'),
(284430, 2338, '1027-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:21', '2023-10-31 16:06:21'),
(284431, 2338, '1027-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:21', '2023-10-31 16:06:21'),
(284432, 2338, '1027-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:21', '2023-10-31 16:06:21'),
(284433, 2338, '1027-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:21', '2023-10-31 16:06:21'),
(284434, 2338, '1027-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:21', '2023-10-31 16:06:21'),
(284435, 2338, '1027-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:21', '2023-10-31 16:06:21'),
(284436, 2338, '1027-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:21', '2023-10-31 16:06:21'),
(284437, 2338, '1027-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:21', '2023-10-31 16:06:21'),
(284438, 2338, '1028-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:21', '2023-10-31 16:06:21'),
(284439, 2338, '1028-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:21', '2023-10-31 16:06:21'),
(284440, 2338, '1028-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:21', '2023-10-31 16:06:21'),
(284441, 2338, '1028-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:21', '2023-10-31 16:06:21'),
(284442, 2338, '1028-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:21', '2023-10-31 16:06:21'),
(284443, 2338, '1028-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:21', '2023-10-31 16:06:21'),
(284444, 2338, '1028-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:21', '2023-10-31 16:06:21'),
(284445, 2338, '1028-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:21', '2023-10-31 16:06:21'),
(284446, 2338, '1028-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:21', '2023-10-31 16:06:21'),
(284447, 2338, '1028-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:21', '2023-10-31 16:06:21'),
(284448, 2338, '1028-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:21', '2023-10-31 16:06:21'),
(284449, 2338, '1028-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:21', '2023-10-31 16:06:21'),
(284450, 2338, '1029-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:21', '2023-10-31 16:06:21'),
(284451, 2338, '1029-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:21', '2023-10-31 16:06:21'),
(284452, 2338, '1029-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:21', '2023-10-31 16:06:21'),
(284453, 2338, '1029-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:21', '2023-10-31 16:06:21'),
(284454, 2338, '1029-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:21', '2023-10-31 16:06:21'),
(284455, 2338, '1029-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:21', '2023-10-31 16:06:21'),
(284456, 2338, '1029-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:21', '2023-10-31 16:06:21'),
(284457, 2338, '1029-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:21', '2023-10-31 16:06:21'),
(284458, 2338, '1029-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:21', '2023-10-31 16:06:21'),
(284459, 2338, '1029-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:21', '2023-10-31 16:06:21'),
(284460, 2338, '1029-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:21', '2023-10-31 16:06:21'),
(284461, 2338, '1029-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:21', '2023-10-31 16:06:21'),
(284462, 2338, '1030-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:21', '2023-10-31 16:06:21'),
(284463, 2338, '1030-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:21', '2023-10-31 16:06:21'),
(284464, 2338, '1030-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:21', '2023-10-31 16:06:21'),
(284465, 2338, '1030-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:21', '2023-10-31 16:06:21'),
(284466, 2338, '1030-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:21', '2023-10-31 16:06:21'),
(284467, 2338, '1030-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:21', '2023-10-31 16:06:21'),
(284468, 2338, '1030-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:21', '2023-10-31 16:06:21'),
(284469, 2338, '1030-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:21', '2023-10-31 16:06:21'),
(284470, 2338, '1030-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:21', '2023-10-31 16:06:21'),
(284471, 2338, '1030-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:21', '2023-10-31 16:06:21'),
(284472, 2338, '1030-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:21', '2023-10-31 16:06:21'),
(284473, 2338, '1030-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:21', '2023-10-31 16:06:21'),
(284474, 2338, '1031-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:22', '2023-10-31 16:06:22'),
(284475, 2338, '1031-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:22', '2023-10-31 16:06:22'),
(284476, 2338, '1031-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:22', '2023-10-31 16:06:22'),
(284477, 2338, '1031-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:22', '2023-10-31 16:06:22'),
(284478, 2338, '1031-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:22', '2023-10-31 16:06:22'),
(284479, 2338, '1031-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:22', '2023-10-31 16:06:22'),
(284480, 2338, '1031-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:22', '2023-10-31 16:06:22'),
(284481, 2338, '1031-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:22', '2023-10-31 16:06:22'),
(284482, 2338, '1031-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:22', '2023-10-31 16:06:22'),
(284483, 2338, '1031-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:22', '2023-10-31 16:06:22'),
(284484, 2338, '1031-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:22', '2023-10-31 16:06:22'),
(284485, 2338, '1031-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:22', '2023-10-31 16:06:22'),
(284486, 2338, '1032-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:22', '2023-10-31 16:06:22'),
(284487, 2338, '1032-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:22', '2023-10-31 16:06:22'),
(284488, 2338, '1032-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:22', '2023-10-31 16:06:22'),
(284489, 2338, '1032-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:22', '2023-10-31 16:06:22'),
(284490, 2338, '1032-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:22', '2023-10-31 16:06:22'),
(284491, 2338, '1032-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:22', '2023-10-31 16:06:22'),
(284492, 2338, '1032-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:22', '2023-10-31 16:06:22'),
(284493, 2338, '1032-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:22', '2023-10-31 16:06:22'),
(284494, 2338, '1032-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:22', '2023-10-31 16:06:22'),
(284495, 2338, '1032-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:22', '2023-10-31 16:06:22'),
(284496, 2338, '1032-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:22', '2023-10-31 16:06:22'),
(284497, 2338, '1032-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:22', '2023-10-31 16:06:22'),
(284498, 2338, '1033-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:22', '2023-10-31 16:06:22'),
(284499, 2338, '1033-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:22', '2023-10-31 16:06:22'),
(284500, 2338, '1033-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:22', '2023-10-31 16:06:22'),
(284501, 2338, '1033-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:22', '2023-10-31 16:06:22'),
(284502, 2338, '1033-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:22', '2023-10-31 16:06:22'),
(284503, 2338, '1033-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:22', '2023-10-31 16:06:22'),
(284504, 2338, '1033-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:22', '2023-10-31 16:06:22'),
(284505, 2338, '1033-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:22', '2023-10-31 16:06:22'),
(284506, 2338, '1033-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:22', '2023-10-31 16:06:22'),
(284507, 2338, '1033-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:22', '2023-10-31 16:06:22'),
(284508, 2338, '1033-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:22', '2023-10-31 16:06:22'),
(284509, 2338, '1033-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:22', '2023-10-31 16:06:22'),
(284510, 2338, '1034-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:22', '2023-10-31 16:06:22'),
(284511, 2338, '1034-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:22', '2023-10-31 16:06:22'),
(284512, 2338, '1034-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:22', '2023-10-31 16:06:22'),
(284513, 2338, '1034-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:22', '2023-10-31 16:06:22'),
(284514, 2338, '1034-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:22', '2023-10-31 16:06:22'),
(284515, 2338, '1034-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:22', '2023-10-31 16:06:22'),
(284516, 2338, '1034-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:22', '2023-10-31 16:06:22'),
(284517, 2338, '1034-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:22', '2023-10-31 16:06:22'),
(284518, 2338, '1034-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:22', '2023-10-31 16:06:22'),
(284519, 2338, '1034-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:22', '2023-10-31 16:06:22'),
(284520, 2338, '1034-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:22', '2023-10-31 16:06:22'),
(284521, 2338, '1034-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:22', '2023-10-31 16:06:22'),
(284522, 2338, '1035-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:22', '2023-10-31 16:06:22'),
(284523, 2338, '1035-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:22', '2023-10-31 16:06:22'),
(284524, 2338, '1035-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:22', '2023-10-31 16:06:22'),
(284525, 2338, '1035-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:22', '2023-10-31 16:06:22'),
(284526, 2338, '1035-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:22', '2023-10-31 16:06:22'),
(284527, 2338, '1035-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:22', '2023-10-31 16:06:22'),
(284528, 2338, '1035-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:22', '2023-10-31 16:06:22'),
(284529, 2338, '1035-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:22', '2023-10-31 16:06:22'),
(284530, 2338, '1035-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:22', '2023-10-31 16:06:22'),
(284531, 2338, '1035-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:22', '2023-10-31 16:06:22'),
(284532, 2338, '1035-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:22', '2023-10-31 16:06:22'),
(284533, 2338, '1035-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:22', '2023-10-31 16:06:22'),
(284534, 2338, '1036-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:22', '2023-10-31 16:06:22'),
(284535, 2338, '1036-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:22', '2023-10-31 16:06:22'),
(284536, 2338, '1036-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:22', '2023-10-31 16:06:22'),
(284537, 2338, '1036-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:22', '2023-10-31 16:06:22'),
(284538, 2338, '1036-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:22', '2023-10-31 16:06:22'),
(284539, 2338, '1036-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:22', '2023-10-31 16:06:22'),
(284540, 2338, '1036-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:22', '2023-10-31 16:06:22'),
(284541, 2338, '1036-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:22', '2023-10-31 16:06:22'),
(284542, 2338, '1036-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:22', '2023-10-31 16:06:22'),
(284543, 2338, '1036-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:22', '2023-10-31 16:06:22'),
(284544, 2338, '1036-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:22', '2023-10-31 16:06:22'),
(284545, 2338, '1036-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:22', '2023-10-31 16:06:22'),
(284546, 2338, '1037-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:22', '2023-10-31 16:06:22'),
(284547, 2338, '1037-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:22', '2023-10-31 16:06:22'),
(284548, 2338, '1037-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:22', '2023-10-31 16:06:22'),
(284549, 2338, '1037-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:22', '2023-10-31 16:06:22'),
(284550, 2338, '1037-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:22', '2023-10-31 16:06:22'),
(284551, 2338, '1037-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:22', '2023-10-31 16:06:22'),
(284552, 2338, '1037-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:22', '2023-10-31 16:06:22'),
(284553, 2338, '1037-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:22', '2023-10-31 16:06:22'),
(284554, 2338, '1037-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:22', '2023-10-31 16:06:22'),
(284555, 2338, '1037-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:22', '2023-10-31 16:06:22'),
(284556, 2338, '1037-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:22', '2023-10-31 16:06:22'),
(284557, 2338, '1037-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:22', '2023-10-31 16:06:22'),
(284558, 2338, '1038-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:22', '2023-10-31 16:06:22'),
(284559, 2338, '1038-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:22', '2023-10-31 16:06:22'),
(284560, 2338, '1038-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:22', '2023-10-31 16:06:22'),
(284561, 2338, '1038-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:22', '2023-10-31 16:06:22'),
(284562, 2338, '1038-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:22', '2023-10-31 16:06:22'),
(284563, 2338, '1038-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:22', '2023-10-31 16:06:22'),
(284564, 2338, '1038-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:22', '2023-10-31 16:06:22'),
(284565, 2338, '1038-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:22', '2023-10-31 16:06:22'),
(284566, 2338, '1038-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:22', '2023-10-31 16:06:22'),
(284567, 2338, '1038-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:22', '2023-10-31 16:06:22'),
(284568, 2338, '1038-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:22', '2023-10-31 16:06:22'),
(284569, 2338, '1038-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:22', '2023-10-31 16:06:22'),
(284570, 2338, '1039-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:22', '2023-10-31 16:06:22'),
(284571, 2338, '1039-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:22', '2023-10-31 16:06:22'),
(284572, 2338, '1039-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:22', '2023-10-31 16:06:22'),
(284573, 2338, '1039-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:22', '2023-10-31 16:06:22'),
(284574, 2338, '1039-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:22', '2023-10-31 16:06:22'),
(284575, 2338, '1039-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:22', '2023-10-31 16:06:22'),
(284576, 2338, '1039-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:22', '2023-10-31 16:06:22'),
(284577, 2338, '1039-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:22', '2023-10-31 16:06:22'),
(284578, 2338, '1039-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:22', '2023-10-31 16:06:22'),
(284579, 2338, '1039-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:22', '2023-10-31 16:06:22'),
(284580, 2338, '1039-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:22', '2023-10-31 16:06:22'),
(284581, 2338, '1039-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:22', '2023-10-31 16:06:22'),
(284582, 2338, '1040-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:22', '2023-10-31 16:06:22'),
(284583, 2338, '1040-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:22', '2023-10-31 16:06:22'),
(284584, 2338, '1040-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:22', '2023-10-31 16:06:22'),
(284585, 2338, '1040-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:22', '2023-10-31 16:06:22'),
(284586, 2338, '1040-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:22', '2023-10-31 16:06:22'),
(284587, 2338, '1040-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:22', '2023-10-31 16:06:22'),
(284588, 2338, '1040-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:22', '2023-10-31 16:06:22'),
(284589, 2338, '1040-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:22', '2023-10-31 16:06:22'),
(284590, 2338, '1040-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:22', '2023-10-31 16:06:22'),
(284591, 2338, '1040-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:22', '2023-10-31 16:06:22'),
(284592, 2338, '1040-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:22', '2023-10-31 16:06:22'),
(284593, 2338, '1040-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:22', '2023-10-31 16:06:22'),
(284594, 2338, '1041-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:22', '2023-10-31 16:06:22'),
(284595, 2338, '1041-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:22', '2023-10-31 16:06:22'),
(284596, 2338, '1041-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:22', '2023-10-31 16:06:22'),
(284597, 2338, '1041-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:22', '2023-10-31 16:06:22'),
(284598, 2338, '1041-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:22', '2023-10-31 16:06:22'),
(284599, 2338, '1041-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:22', '2023-10-31 16:06:22'),
(284600, 2338, '1041-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:22', '2023-10-31 16:06:22'),
(284601, 2338, '1041-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:22', '2023-10-31 16:06:22'),
(284602, 2338, '1041-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:22', '2023-10-31 16:06:22'),
(284603, 2338, '1041-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:22', '2023-10-31 16:06:22'),
(284604, 2338, '1041-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:22', '2023-10-31 16:06:22'),
(284605, 2338, '1041-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:22', '2023-10-31 16:06:22'),
(284606, 2338, '1042-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:22', '2023-10-31 16:06:22'),
(284607, 2338, '1042-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:22', '2023-10-31 16:06:22'),
(284608, 2338, '1042-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:22', '2023-10-31 16:06:22'),
(284609, 2338, '1042-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:22', '2023-10-31 16:06:22'),
(284610, 2338, '1042-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:22', '2023-10-31 16:06:22'),
(284611, 2338, '1042-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:22', '2023-10-31 16:06:22'),
(284612, 2338, '1042-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:22', '2023-10-31 16:06:22'),
(284613, 2338, '1042-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:22', '2023-10-31 16:06:22'),
(284614, 2338, '1042-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:22', '2023-10-31 16:06:22'),
(284615, 2338, '1042-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:22', '2023-10-31 16:06:22'),
(284616, 2338, '1042-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:22', '2023-10-31 16:06:22'),
(284617, 2338, '1042-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:22', '2023-10-31 16:06:22'),
(284618, 2338, '1043-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:22', '2023-10-31 16:06:22'),
(284619, 2338, '1043-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:22', '2023-10-31 16:06:22'),
(284620, 2338, '1043-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:22', '2023-10-31 16:06:22'),
(284621, 2338, '1043-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:22', '2023-10-31 16:06:22'),
(284622, 2338, '1043-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:22', '2023-10-31 16:06:22'),
(284623, 2338, '1043-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:22', '2023-10-31 16:06:22'),
(284624, 2338, '1043-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:22', '2023-10-31 16:06:22'),
(284625, 2338, '1043-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:22', '2023-10-31 16:06:22'),
(284626, 2338, '1043-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:22', '2023-10-31 16:06:22'),
(284627, 2338, '1043-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:22', '2023-10-31 16:06:22'),
(284628, 2338, '1043-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:22', '2023-10-31 16:06:22'),
(284629, 2338, '1043-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:22', '2023-10-31 16:06:22'),
(284630, 2338, '1044-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:22', '2023-10-31 16:06:22'),
(284631, 2338, '1044-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:22', '2023-10-31 16:06:22'),
(284632, 2338, '1044-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:22', '2023-10-31 16:06:22'),
(284633, 2338, '1044-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:22', '2023-10-31 16:06:22'),
(284634, 2338, '1044-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:22', '2023-10-31 16:06:22'),
(284635, 2338, '1044-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:22', '2023-10-31 16:06:22'),
(284636, 2338, '1044-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:22', '2023-10-31 16:06:22'),
(284637, 2338, '1044-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:22', '2023-10-31 16:06:22'),
(284638, 2338, '1044-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:22', '2023-10-31 16:06:22'),
(284639, 2338, '1044-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:22', '2023-10-31 16:06:22'),
(284640, 2338, '1044-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:22', '2023-10-31 16:06:22'),
(284641, 2338, '1044-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:22', '2023-10-31 16:06:22'),
(284642, 2338, '1045-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:22', '2023-10-31 16:06:22'),
(284643, 2338, '1045-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:22', '2023-10-31 16:06:22'),
(284644, 2338, '1045-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:22', '2023-10-31 16:06:22'),
(284645, 2338, '1045-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:22', '2023-10-31 16:06:22'),
(284646, 2338, '1045-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:22', '2023-10-31 16:06:22'),
(284647, 2338, '1045-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:22', '2023-10-31 16:06:22'),
(284648, 2338, '1045-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:23', '2023-10-31 16:06:23'),
(284649, 2338, '1045-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:23', '2023-10-31 16:06:23'),
(284650, 2338, '1045-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:23', '2023-10-31 16:06:23'),
(284651, 2338, '1045-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:23', '2023-10-31 16:06:23'),
(284652, 2338, '1045-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:23', '2023-10-31 16:06:23'),
(284653, 2338, '1045-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:23', '2023-10-31 16:06:23'),
(284654, 2338, '1046-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:23', '2023-10-31 16:06:23'),
(284655, 2338, '1046-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:23', '2023-10-31 16:06:23'),
(284656, 2338, '1046-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:23', '2023-10-31 16:06:23'),
(284657, 2338, '1046-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:23', '2023-10-31 16:06:23'),
(284658, 2338, '1046-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:23', '2023-10-31 16:06:23'),
(284659, 2338, '1046-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:23', '2023-10-31 16:06:23'),
(284660, 2338, '1046-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:23', '2023-10-31 16:06:23'),
(284661, 2338, '1046-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:23', '2023-10-31 16:06:23'),
(284662, 2338, '1046-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:23', '2023-10-31 16:06:23'),
(284663, 2338, '1046-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:23', '2023-10-31 16:06:23'),
(284664, 2338, '1046-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:23', '2023-10-31 16:06:23'),
(284665, 2338, '1046-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:23', '2023-10-31 16:06:23'),
(284666, 2338, '1047-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:23', '2023-10-31 16:06:23'),
(284667, 2338, '1047-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:23', '2023-10-31 16:06:23'),
(284668, 2338, '1047-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:23', '2023-10-31 16:06:23'),
(284669, 2338, '1047-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:23', '2023-10-31 16:06:23'),
(284670, 2338, '1047-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:23', '2023-10-31 16:06:23'),
(284671, 2338, '1047-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:23', '2023-10-31 16:06:23'),
(284672, 2338, '1047-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:23', '2023-10-31 16:06:23'),
(284673, 2338, '1047-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:23', '2023-10-31 16:06:23'),
(284674, 2338, '1047-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:23', '2023-10-31 16:06:23'),
(284675, 2338, '1047-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:23', '2023-10-31 16:06:23'),
(284676, 2338, '1047-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:23', '2023-10-31 16:06:23'),
(284677, 2338, '1047-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:23', '2023-10-31 16:06:23'),
(284678, 2338, '1048-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:23', '2023-10-31 16:06:23'),
(284679, 2338, '1048-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:23', '2023-10-31 16:06:23'),
(284680, 2338, '1048-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:23', '2023-10-31 16:06:23'),
(284681, 2338, '1048-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:23', '2023-10-31 16:06:23'),
(284682, 2338, '1048-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:23', '2023-10-31 16:06:23'),
(284683, 2338, '1048-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:23', '2023-10-31 16:06:23'),
(284684, 2338, '1048-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:23', '2023-10-31 16:06:23'),
(284685, 2338, '1048-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:23', '2023-10-31 16:06:23'),
(284686, 2338, '1048-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:23', '2023-10-31 16:06:23'),
(284687, 2338, '1048-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:23', '2023-10-31 16:06:23'),
(284688, 2338, '1048-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:23', '2023-10-31 16:06:23'),
(284689, 2338, '1048-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:23', '2023-10-31 16:06:23'),
(284690, 2338, '1049-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:23', '2023-10-31 16:06:23'),
(284691, 2338, '1049-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:23', '2023-10-31 16:06:23'),
(284692, 2338, '1049-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:23', '2023-10-31 16:06:23'),
(284693, 2338, '1049-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:23', '2023-10-31 16:06:23'),
(284694, 2338, '1049-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:23', '2023-10-31 16:06:23'),
(284695, 2338, '1049-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:23', '2023-10-31 16:06:23'),
(284696, 2338, '1049-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:23', '2023-10-31 16:06:23'),
(284697, 2338, '1049-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:23', '2023-10-31 16:06:23'),
(284698, 2338, '1049-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:23', '2023-10-31 16:06:23'),
(284699, 2338, '1049-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:23', '2023-10-31 16:06:23'),
(284700, 2338, '1049-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:23', '2023-10-31 16:06:23'),
(284701, 2338, '1049-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:23', '2023-10-31 16:06:23'),
(284702, 2338, '1050-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:23', '2023-10-31 16:06:23'),
(284703, 2338, '1050-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:23', '2023-10-31 16:06:23'),
(284704, 2338, '1050-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:23', '2023-10-31 16:06:23'),
(284705, 2338, '1050-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:23', '2023-10-31 16:06:23'),
(284706, 2338, '1050-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:23', '2023-10-31 16:06:23'),
(284707, 2338, '1050-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:23', '2023-10-31 16:06:23'),
(284708, 2338, '1050-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:23', '2023-10-31 16:06:23'),
(284709, 2338, '1050-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:23', '2023-10-31 16:06:23'),
(284710, 2338, '1050-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:23', '2023-10-31 16:06:23'),
(284711, 2338, '1050-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:23', '2023-10-31 16:06:23'),
(284712, 2338, '1050-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:23', '2023-10-31 16:06:23'),
(284713, 2338, '1050-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:23', '2023-10-31 16:06:23'),
(284714, 2338, '1051-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:23', '2023-10-31 16:06:23'),
(284715, 2338, '1051-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:23', '2023-10-31 16:06:23'),
(284716, 2338, '1051-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:23', '2023-10-31 16:06:23'),
(284717, 2338, '1051-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:23', '2023-10-31 16:06:23'),
(284718, 2338, '1051-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:23', '2023-10-31 16:06:23'),
(284719, 2338, '1051-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:23', '2023-10-31 16:06:23'),
(284720, 2338, '1051-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:23', '2023-10-31 16:06:23'),
(284721, 2338, '1051-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:23', '2023-10-31 16:06:23'),
(284722, 2338, '1051-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:23', '2023-10-31 16:06:23'),
(284723, 2338, '1051-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:23', '2023-10-31 16:06:23'),
(284724, 2338, '1051-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:23', '2023-10-31 16:06:23'),
(284725, 2338, '1051-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:23', '2023-10-31 16:06:23'),
(284726, 2338, '1052-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:23', '2023-10-31 16:06:23'),
(284727, 2338, '1052-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:23', '2023-10-31 16:06:23'),
(284728, 2338, '1052-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:23', '2023-10-31 16:06:23'),
(284729, 2338, '1052-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:23', '2023-10-31 16:06:23'),
(284730, 2338, '1052-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:23', '2023-10-31 16:06:23'),
(284731, 2338, '1052-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:23', '2023-10-31 16:06:23'),
(284732, 2338, '1052-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:23', '2023-10-31 16:06:23'),
(284733, 2338, '1052-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:23', '2023-10-31 16:06:23'),
(284734, 2338, '1052-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:23', '2023-10-31 16:06:23'),
(284735, 2338, '1052-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:23', '2023-10-31 16:06:23'),
(284736, 2338, '1052-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:23', '2023-10-31 16:06:23'),
(284737, 2338, '1052-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:23', '2023-10-31 16:06:23'),
(284738, 2338, '1053-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:23', '2023-10-31 16:06:23'),
(284739, 2338, '1053-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:23', '2023-10-31 16:06:23'),
(284740, 2338, '1053-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:23', '2023-10-31 16:06:23'),
(284741, 2338, '1053-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:23', '2023-10-31 16:06:23'),
(284742, 2338, '1053-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:23', '2023-10-31 16:06:23'),
(284743, 2338, '1053-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:23', '2023-10-31 16:06:23'),
(284744, 2338, '1053-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:23', '2023-10-31 16:06:23'),
(284745, 2338, '1053-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:23', '2023-10-31 16:06:23'),
(284746, 2338, '1053-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:23', '2023-10-31 16:06:23'),
(284747, 2338, '1053-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:23', '2023-10-31 16:06:23'),
(284748, 2338, '1053-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:23', '2023-10-31 16:06:23'),
(284749, 2338, '1053-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:23', '2023-10-31 16:06:23'),
(284750, 2338, '1054-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:23', '2023-10-31 16:06:23'),
(284751, 2338, '1054-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:23', '2023-10-31 16:06:23'),
(284752, 2338, '1054-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:23', '2023-10-31 16:06:23'),
(284753, 2338, '1054-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:23', '2023-10-31 16:06:23'),
(284754, 2338, '1054-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:23', '2023-10-31 16:06:23'),
(284755, 2338, '1054-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:23', '2023-10-31 16:06:23'),
(284756, 2338, '1054-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:23', '2023-10-31 16:06:23'),
(284757, 2338, '1054-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:23', '2023-10-31 16:06:23'),
(284758, 2338, '1054-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:23', '2023-10-31 16:06:23'),
(284759, 2338, '1054-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:23', '2023-10-31 16:06:23'),
(284760, 2338, '1054-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:23', '2023-10-31 16:06:23'),
(284761, 2338, '1054-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:23', '2023-10-31 16:06:23'),
(284762, 2338, '1055-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:23', '2023-10-31 16:06:23'),
(284763, 2338, '1055-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:23', '2023-10-31 16:06:23'),
(284764, 2338, '1055-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:23', '2023-10-31 16:06:23'),
(284765, 2338, '1055-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:23', '2023-10-31 16:06:23'),
(284766, 2338, '1055-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:23', '2023-10-31 16:06:23'),
(284767, 2338, '1055-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:23', '2023-10-31 16:06:23'),
(284768, 2338, '1055-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:23', '2023-10-31 16:06:23'),
(284769, 2338, '1055-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:23', '2023-10-31 16:06:23'),
(284770, 2338, '1055-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:23', '2023-10-31 16:06:23'),
(284771, 2338, '1055-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:23', '2023-10-31 16:06:23'),
(284772, 2338, '1055-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:23', '2023-10-31 16:06:23');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(284773, 2338, '1055-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:23', '2023-10-31 16:06:23'),
(284774, 2338, '1056-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:23', '2023-10-31 16:06:23'),
(284775, 2338, '1056-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:23', '2023-10-31 16:06:23'),
(284776, 2338, '1056-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:23', '2023-10-31 16:06:23'),
(284777, 2338, '1056-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:23', '2023-10-31 16:06:23'),
(284778, 2338, '1056-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:23', '2023-10-31 16:06:23'),
(284779, 2338, '1056-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:23', '2023-10-31 16:06:23'),
(284780, 2338, '1056-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:23', '2023-10-31 16:06:23'),
(284781, 2338, '1056-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:23', '2023-10-31 16:06:23'),
(284782, 2338, '1056-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:23', '2023-10-31 16:06:23'),
(284783, 2338, '1056-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:23', '2023-10-31 16:06:23'),
(284784, 2338, '1056-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:23', '2023-10-31 16:06:23'),
(284785, 2338, '1056-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:23', '2023-10-31 16:06:23'),
(284786, 2338, '1057-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:23', '2023-10-31 16:06:23'),
(284787, 2338, '1057-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:23', '2023-10-31 16:06:23'),
(284788, 2338, '1057-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:23', '2023-10-31 16:06:23'),
(284789, 2338, '1057-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:23', '2023-10-31 16:06:23'),
(284790, 2338, '1057-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:23', '2023-10-31 16:06:23'),
(284791, 2338, '1057-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:23', '2023-10-31 16:06:23'),
(284792, 2338, '1057-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:23', '2023-10-31 16:06:23'),
(284793, 2338, '1057-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:23', '2023-10-31 16:06:23'),
(284794, 2338, '1057-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:23', '2023-10-31 16:06:23'),
(284795, 2338, '1057-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:23', '2023-10-31 16:06:23'),
(284796, 2338, '1057-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:23', '2023-10-31 16:06:23'),
(284797, 2338, '1057-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:23', '2023-10-31 16:06:23'),
(284798, 2338, '1058-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:23', '2023-10-31 16:06:23'),
(284799, 2338, '1058-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:23', '2023-10-31 16:06:23'),
(284800, 2338, '1058-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:23', '2023-10-31 16:06:23'),
(284801, 2338, '1058-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:23', '2023-10-31 16:06:23'),
(284802, 2338, '1058-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:23', '2023-10-31 16:06:23'),
(284803, 2338, '1058-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:23', '2023-10-31 16:06:23'),
(284804, 2338, '1058-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:23', '2023-10-31 16:06:23'),
(284805, 2338, '1058-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:23', '2023-10-31 16:06:23'),
(284806, 2338, '1058-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:23', '2023-10-31 16:06:23'),
(284807, 2338, '1058-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:23', '2023-10-31 16:06:23'),
(284808, 2338, '1058-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:23', '2023-10-31 16:06:23'),
(284809, 2338, '1058-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:23', '2023-10-31 16:06:23'),
(284810, 2338, '1059-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:23', '2023-10-31 16:06:23'),
(284811, 2338, '1059-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:23', '2023-10-31 16:06:23'),
(284812, 2338, '1059-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:23', '2023-10-31 16:06:23'),
(284813, 2338, '1059-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:23', '2023-10-31 16:06:23'),
(284814, 2338, '1059-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:23', '2023-10-31 16:06:23'),
(284815, 2338, '1059-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:23', '2023-10-31 16:06:23'),
(284816, 2338, '1059-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:23', '2023-10-31 16:06:23'),
(284817, 2338, '1059-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:23', '2023-10-31 16:06:23'),
(284818, 2338, '1059-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:23', '2023-10-31 16:06:23'),
(284819, 2338, '1059-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:23', '2023-10-31 16:06:23'),
(284820, 2338, '1059-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:23', '2023-10-31 16:06:23'),
(284821, 2338, '1059-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:23', '2023-10-31 16:06:23'),
(284822, 2338, '1060-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:23', '2023-10-31 16:06:23'),
(284823, 2338, '1060-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:23', '2023-10-31 16:06:23'),
(284824, 2338, '1060-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:23', '2023-10-31 16:06:23'),
(284825, 2338, '1060-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:23', '2023-10-31 16:06:23'),
(284826, 2338, '1060-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:23', '2023-10-31 16:06:23'),
(284827, 2338, '1060-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:23', '2023-10-31 16:06:23'),
(284828, 2338, '1060-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:23', '2023-10-31 16:06:23'),
(284829, 2338, '1060-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:23', '2023-10-31 16:06:23'),
(284830, 2338, '1060-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:23', '2023-10-31 16:06:23'),
(284831, 2338, '1060-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:23', '2023-10-31 16:06:23'),
(284832, 2338, '1060-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:23', '2023-10-31 16:06:23'),
(284833, 2338, '1060-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:23', '2023-10-31 16:06:23'),
(284834, 2338, '1061-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:23', '2023-10-31 16:06:23'),
(284835, 2338, '1061-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:24', '2023-10-31 16:06:24'),
(284836, 2338, '1061-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:24', '2023-10-31 16:06:24'),
(284837, 2338, '1061-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:24', '2023-10-31 16:06:24'),
(284838, 2338, '1061-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:24', '2023-10-31 16:06:24'),
(284839, 2338, '1061-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:24', '2023-10-31 16:06:24'),
(284840, 2338, '1061-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:24', '2023-10-31 16:06:24'),
(284841, 2338, '1061-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:24', '2023-10-31 16:06:24'),
(284842, 2338, '1061-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:24', '2023-10-31 16:06:24'),
(284843, 2338, '1061-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:24', '2023-10-31 16:06:24'),
(284844, 2338, '1061-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:24', '2023-10-31 16:06:24'),
(284845, 2338, '1061-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:24', '2023-10-31 16:06:24'),
(284846, 2338, '1062-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:24', '2023-10-31 16:06:24'),
(284847, 2338, '1062-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:24', '2023-10-31 16:06:24'),
(284848, 2338, '1062-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:24', '2023-10-31 16:06:24'),
(284849, 2338, '1062-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:24', '2023-10-31 16:06:24'),
(284850, 2338, '1062-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:24', '2023-10-31 16:06:24'),
(284851, 2338, '1062-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:24', '2023-10-31 16:06:24'),
(284852, 2338, '1062-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:24', '2023-10-31 16:06:24'),
(284853, 2338, '1062-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:24', '2023-10-31 16:06:24'),
(284854, 2338, '1062-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:24', '2023-10-31 16:06:24'),
(284855, 2338, '1062-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:24', '2023-10-31 16:06:24'),
(284856, 2338, '1062-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:24', '2023-10-31 16:06:24'),
(284857, 2338, '1062-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:24', '2023-10-31 16:06:24'),
(284858, 2338, '1063-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:24', '2023-10-31 16:06:24'),
(284859, 2338, '1063-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:24', '2023-10-31 16:06:24'),
(284860, 2338, '1063-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:24', '2023-10-31 16:06:24'),
(284861, 2338, '1063-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:24', '2023-10-31 16:06:24'),
(284862, 2338, '1063-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:24', '2023-10-31 16:06:24'),
(284863, 2338, '1063-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:24', '2023-10-31 16:06:24'),
(284864, 2338, '1063-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:24', '2023-10-31 16:06:24'),
(284865, 2338, '1063-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:24', '2023-10-31 16:06:24'),
(284866, 2338, '1063-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:24', '2023-10-31 16:06:24'),
(284867, 2338, '1063-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:24', '2023-10-31 16:06:24'),
(284868, 2338, '1063-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:24', '2023-10-31 16:06:24'),
(284869, 2338, '1063-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:24', '2023-10-31 16:06:24'),
(284870, 2338, '1064-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:24', '2023-10-31 16:06:24'),
(284871, 2338, '1064-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:24', '2023-10-31 16:06:24'),
(284872, 2338, '1064-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:24', '2023-10-31 16:06:24'),
(284873, 2338, '1064-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:24', '2023-10-31 16:06:24'),
(284874, 2338, '1064-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:24', '2023-10-31 16:06:24'),
(284875, 2338, '1064-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:24', '2023-10-31 16:06:24'),
(284876, 2338, '1064-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:24', '2023-10-31 16:06:24'),
(284877, 2338, '1064-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:24', '2023-10-31 16:06:24'),
(284878, 2338, '1064-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:24', '2023-10-31 16:06:24'),
(284879, 2338, '1064-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:24', '2023-10-31 16:06:24'),
(284880, 2338, '1064-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:24', '2023-10-31 16:06:24'),
(284881, 2338, '1064-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:24', '2023-10-31 16:06:24'),
(284882, 2338, '1065-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:24', '2023-10-31 16:06:24'),
(284883, 2338, '1065-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:24', '2023-10-31 16:06:24'),
(284884, 2338, '1065-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:24', '2023-10-31 16:06:24'),
(284885, 2338, '1065-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:24', '2023-10-31 16:06:24'),
(284886, 2338, '1065-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:24', '2023-10-31 16:06:24'),
(284887, 2338, '1065-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:24', '2023-10-31 16:06:24'),
(284888, 2338, '1065-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:24', '2023-10-31 16:06:24'),
(284889, 2338, '1065-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:24', '2023-10-31 16:06:24'),
(284890, 2338, '1065-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:24', '2023-10-31 16:06:24'),
(284891, 2338, '1065-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:24', '2023-10-31 16:06:24'),
(284892, 2338, '1065-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:24', '2023-10-31 16:06:24'),
(284893, 2338, '1065-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:24', '2023-10-31 16:06:24'),
(284894, 2338, '1066-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:24', '2023-10-31 16:06:24'),
(284895, 2338, '1066-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:24', '2023-10-31 16:06:24'),
(284896, 2338, '1066-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:24', '2023-10-31 16:06:24'),
(284897, 2338, '1066-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:24', '2023-10-31 16:06:24'),
(284898, 2338, '1066-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:24', '2023-10-31 16:06:24'),
(284899, 2338, '1066-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:24', '2023-10-31 16:06:24'),
(284900, 2338, '1066-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:24', '2023-10-31 16:06:24'),
(284901, 2338, '1066-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:24', '2023-10-31 16:06:24'),
(284902, 2338, '1066-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:24', '2023-10-31 16:06:24'),
(284903, 2338, '1066-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:24', '2023-10-31 16:06:24'),
(284904, 2338, '1066-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:24', '2023-10-31 16:06:24'),
(284905, 2338, '1066-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:24', '2023-10-31 16:06:24'),
(284906, 2338, '1067-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:24', '2023-10-31 16:06:24'),
(284907, 2338, '1067-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:24', '2023-10-31 16:06:24'),
(284908, 2338, '1067-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:24', '2023-10-31 16:06:24'),
(284909, 2338, '1067-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:24', '2023-10-31 16:06:24'),
(284910, 2338, '1067-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:24', '2023-10-31 16:06:24'),
(284911, 2338, '1067-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:24', '2023-10-31 16:06:24'),
(284912, 2338, '1067-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:24', '2023-10-31 16:06:24'),
(284913, 2338, '1067-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:24', '2023-10-31 16:06:24'),
(284914, 2338, '1067-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:24', '2023-10-31 16:06:24'),
(284915, 2338, '1067-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:24', '2023-10-31 16:06:24'),
(284916, 2338, '1067-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:24', '2023-10-31 16:06:24'),
(284917, 2338, '1067-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:24', '2023-10-31 16:06:24'),
(284918, 2338, '1068-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:24', '2023-10-31 16:06:24'),
(284919, 2338, '1068-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:24', '2023-10-31 16:06:24'),
(284920, 2338, '1068-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:24', '2023-10-31 16:06:24'),
(284921, 2338, '1068-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:24', '2023-10-31 16:06:24'),
(284922, 2338, '1068-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:24', '2023-10-31 16:06:24'),
(284923, 2338, '1068-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:24', '2023-10-31 16:06:24'),
(284924, 2338, '1068-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:24', '2023-10-31 16:06:24'),
(284925, 2338, '1068-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:24', '2023-10-31 16:06:24'),
(284926, 2338, '1068-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:24', '2023-10-31 16:06:24'),
(284927, 2338, '1068-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:24', '2023-10-31 16:06:24'),
(284928, 2338, '1068-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:24', '2023-10-31 16:06:24'),
(284929, 2338, '1068-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:24', '2023-10-31 16:06:24'),
(284930, 2338, '1069-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:24', '2023-10-31 16:06:24'),
(284931, 2338, '1069-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:24', '2023-10-31 16:06:24'),
(284932, 2338, '1069-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:24', '2023-10-31 16:06:24'),
(284933, 2338, '1069-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:24', '2023-10-31 16:06:24'),
(284934, 2338, '1069-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:24', '2023-10-31 16:06:24'),
(284935, 2338, '1069-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:24', '2023-10-31 16:06:24'),
(284936, 2338, '1069-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:24', '2023-10-31 16:06:24'),
(284937, 2338, '1069-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:24', '2023-10-31 16:06:24'),
(284938, 2338, '1069-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:24', '2023-10-31 16:06:24'),
(284939, 2338, '1069-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:24', '2023-10-31 16:06:24'),
(284940, 2338, '1069-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:24', '2023-10-31 16:06:24'),
(284941, 2338, '1069-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:24', '2023-10-31 16:06:24'),
(284942, 2338, '1070-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:24', '2023-10-31 16:06:24'),
(284943, 2338, '1070-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:24', '2023-10-31 16:06:24'),
(284944, 2338, '1070-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:24', '2023-10-31 16:06:24'),
(284945, 2338, '1070-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:24', '2023-10-31 16:06:24'),
(284946, 2338, '1070-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:24', '2023-10-31 16:06:24'),
(284947, 2338, '1070-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:24', '2023-10-31 16:06:24'),
(284948, 2338, '1070-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:24', '2023-10-31 16:06:24'),
(284949, 2338, '1070-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:24', '2023-10-31 16:06:24'),
(284950, 2338, '1070-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:24', '2023-10-31 16:06:24'),
(284951, 2338, '1070-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:24', '2023-10-31 16:06:24'),
(284952, 2338, '1070-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:24', '2023-10-31 16:06:24'),
(284953, 2338, '1070-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:24', '2023-10-31 16:06:24'),
(284954, 2338, '1071-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:24', '2023-10-31 16:06:24'),
(284955, 2338, '1071-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:24', '2023-10-31 16:06:24'),
(284956, 2338, '1071-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:24', '2023-10-31 16:06:24'),
(284957, 2338, '1071-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:24', '2023-10-31 16:06:24'),
(284958, 2338, '1071-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:24', '2023-10-31 16:06:24'),
(284959, 2338, '1071-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:24', '2023-10-31 16:06:24'),
(284960, 2338, '1071-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:24', '2023-10-31 16:06:24'),
(284961, 2338, '1071-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:24', '2023-10-31 16:06:24'),
(284962, 2338, '1071-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:24', '2023-10-31 16:06:24'),
(284963, 2338, '1071-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:24', '2023-10-31 16:06:24'),
(284964, 2338, '1071-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:24', '2023-10-31 16:06:24'),
(284965, 2338, '1071-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:24', '2023-10-31 16:06:24'),
(284966, 2338, '1072-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:24', '2023-10-31 16:06:24'),
(284967, 2338, '1072-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:24', '2023-10-31 16:06:24'),
(284968, 2338, '1072-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:24', '2023-10-31 16:06:24'),
(284969, 2338, '1072-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:24', '2023-10-31 16:06:24'),
(284970, 2338, '1072-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:24', '2023-10-31 16:06:24'),
(284971, 2338, '1072-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:24', '2023-10-31 16:06:24'),
(284972, 2338, '1072-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:24', '2023-10-31 16:06:24'),
(284973, 2338, '1072-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:24', '2023-10-31 16:06:24'),
(284974, 2338, '1072-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:24', '2023-10-31 16:06:24'),
(284975, 2338, '1072-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:24', '2023-10-31 16:06:24'),
(284976, 2338, '1072-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:24', '2023-10-31 16:06:24'),
(284977, 2338, '1072-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:24', '2023-10-31 16:06:24'),
(284978, 2338, '1073-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:24', '2023-10-31 16:06:24'),
(284979, 2338, '1073-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:24', '2023-10-31 16:06:24'),
(284980, 2338, '1073-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:24', '2023-10-31 16:06:24'),
(284981, 2338, '1073-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:24', '2023-10-31 16:06:24'),
(284982, 2338, '1073-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:24', '2023-10-31 16:06:24'),
(284983, 2338, '1073-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:24', '2023-10-31 16:06:24'),
(284984, 2338, '1073-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:24', '2023-10-31 16:06:24'),
(284985, 2338, '1073-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:24', '2023-10-31 16:06:24'),
(284986, 2338, '1073-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:24', '2023-10-31 16:06:24'),
(284987, 2338, '1073-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:24', '2023-10-31 16:06:24'),
(284988, 2338, '1073-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:24', '2023-10-31 16:06:24'),
(284989, 2338, '1073-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:24', '2023-10-31 16:06:24'),
(284990, 2338, '1074-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:24', '2023-10-31 16:06:24'),
(284991, 2338, '1074-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:24', '2023-10-31 16:06:24'),
(284992, 2338, '1074-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:24', '2023-10-31 16:06:24'),
(284993, 2338, '1074-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:24', '2023-10-31 16:06:24'),
(284994, 2338, '1074-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:24', '2023-10-31 16:06:24'),
(284995, 2338, '1074-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:24', '2023-10-31 16:06:24'),
(284996, 2338, '1074-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:24', '2023-10-31 16:06:24'),
(284997, 2338, '1074-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:24', '2023-10-31 16:06:24'),
(284998, 2338, '1074-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:24', '2023-10-31 16:06:24'),
(284999, 2338, '1074-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:24', '2023-10-31 16:06:24'),
(285000, 2338, '1074-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:24', '2023-10-31 16:06:24'),
(285001, 2338, '1074-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:24', '2023-10-31 16:06:24'),
(285002, 2338, '1075-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:24', '2023-10-31 16:06:24'),
(285003, 2338, '1075-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:24', '2023-10-31 16:06:24'),
(285004, 2338, '1075-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:24', '2023-10-31 16:06:24'),
(285005, 2338, '1075-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:24', '2023-10-31 16:06:24'),
(285006, 2338, '1075-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:24', '2023-10-31 16:06:24'),
(285007, 2338, '1075-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:24', '2023-10-31 16:06:24'),
(285008, 2338, '1075-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:24', '2023-10-31 16:06:24'),
(285009, 2338, '1075-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:24', '2023-10-31 16:06:24'),
(285010, 2338, '1075-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:24', '2023-10-31 16:06:24'),
(285011, 2338, '1075-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:24', '2023-10-31 16:06:24'),
(285012, 2338, '1075-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:24', '2023-10-31 16:06:24'),
(285013, 2338, '1075-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:24', '2023-10-31 16:06:24'),
(285014, 2338, '1076-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:24', '2023-10-31 16:06:24'),
(285015, 2338, '1076-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:24', '2023-10-31 16:06:24'),
(285016, 2338, '1076-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:24', '2023-10-31 16:06:24'),
(285017, 2338, '1076-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:24', '2023-10-31 16:06:24'),
(285018, 2338, '1076-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:24', '2023-10-31 16:06:24'),
(285019, 2338, '1076-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:24', '2023-10-31 16:06:24'),
(285020, 2338, '1076-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:24', '2023-10-31 16:06:24'),
(285021, 2338, '1076-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:24', '2023-10-31 16:06:24'),
(285022, 2338, '1076-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:24', '2023-10-31 16:06:24'),
(285023, 2338, '1076-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:24', '2023-10-31 16:06:24'),
(285024, 2338, '1076-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:24', '2023-10-31 16:06:24'),
(285025, 2338, '1076-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:24', '2023-10-31 16:06:24'),
(285026, 2338, '1077-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:24', '2023-10-31 16:06:24'),
(285027, 2338, '1077-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:24', '2023-10-31 16:06:24'),
(285028, 2338, '1077-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:24', '2023-10-31 16:06:24'),
(285029, 2338, '1077-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:24', '2023-10-31 16:06:24'),
(285030, 2338, '1077-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:24', '2023-10-31 16:06:24'),
(285031, 2338, '1077-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:24', '2023-10-31 16:06:24'),
(285032, 2338, '1077-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:25', '2023-10-31 16:06:25'),
(285033, 2338, '1077-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:25', '2023-10-31 16:06:25'),
(285034, 2338, '1077-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:25', '2023-10-31 16:06:25'),
(285035, 2338, '1077-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:25', '2023-10-31 16:06:25'),
(285036, 2338, '1077-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:25', '2023-10-31 16:06:25'),
(285037, 2338, '1077-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:25', '2023-10-31 16:06:25'),
(285038, 2338, '1078-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:25', '2023-10-31 16:06:25'),
(285039, 2338, '1078-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:25', '2023-10-31 16:06:25'),
(285040, 2338, '1078-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:25', '2023-10-31 16:06:25'),
(285041, 2338, '1078-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:25', '2023-10-31 16:06:25'),
(285042, 2338, '1078-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:25', '2023-10-31 16:06:25'),
(285043, 2338, '1078-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:25', '2023-10-31 16:06:25'),
(285044, 2338, '1078-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:25', '2023-10-31 16:06:25'),
(285045, 2338, '1078-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:25', '2023-10-31 16:06:25'),
(285046, 2338, '1078-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:25', '2023-10-31 16:06:25'),
(285047, 2338, '1078-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:25', '2023-10-31 16:06:25'),
(285048, 2338, '1078-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:25', '2023-10-31 16:06:25'),
(285049, 2338, '1078-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:25', '2023-10-31 16:06:25'),
(285050, 2338, '1079-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:25', '2023-10-31 16:06:25'),
(285051, 2338, '1079-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:25', '2023-10-31 16:06:25'),
(285052, 2338, '1079-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:25', '2023-10-31 16:06:25'),
(285053, 2338, '1079-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:25', '2023-10-31 16:06:25'),
(285054, 2338, '1079-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:25', '2023-10-31 16:06:25'),
(285055, 2338, '1079-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:25', '2023-10-31 16:06:25'),
(285056, 2338, '1079-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:25', '2023-10-31 16:06:25'),
(285057, 2338, '1079-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:25', '2023-10-31 16:06:25'),
(285058, 2338, '1079-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:25', '2023-10-31 16:06:25'),
(285059, 2338, '1079-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:25', '2023-10-31 16:06:25'),
(285060, 2338, '1079-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:25', '2023-10-31 16:06:25'),
(285061, 2338, '1079-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:25', '2023-10-31 16:06:25'),
(285062, 2338, '1080-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:25', '2023-10-31 16:06:25'),
(285063, 2338, '1080-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:25', '2023-10-31 16:06:25'),
(285064, 2338, '1080-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:25', '2023-10-31 16:06:25'),
(285065, 2338, '1080-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:25', '2023-10-31 16:06:25'),
(285066, 2338, '1080-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:25', '2023-10-31 16:06:25'),
(285067, 2338, '1080-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:25', '2023-10-31 16:06:25'),
(285068, 2338, '1080-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:25', '2023-10-31 16:06:25'),
(285069, 2338, '1080-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:25', '2023-10-31 16:06:25'),
(285070, 2338, '1080-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:25', '2023-10-31 16:06:25'),
(285071, 2338, '1080-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:25', '2023-10-31 16:06:25'),
(285072, 2338, '1080-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:25', '2023-10-31 16:06:25'),
(285073, 2338, '1080-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:25', '2023-10-31 16:06:25'),
(285074, 2338, '1081-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:25', '2023-10-31 16:06:25'),
(285075, 2338, '1081-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:25', '2023-10-31 16:06:25'),
(285076, 2338, '1081-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:25', '2023-10-31 16:06:25'),
(285077, 2338, '1081-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:25', '2023-10-31 16:06:25'),
(285078, 2338, '1081-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:25', '2023-10-31 16:06:25'),
(285079, 2338, '1081-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:25', '2023-10-31 16:06:25'),
(285080, 2338, '1081-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:25', '2023-10-31 16:06:25'),
(285081, 2338, '1081-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:25', '2023-10-31 16:06:25'),
(285082, 2338, '1081-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:25', '2023-10-31 16:06:25'),
(285083, 2338, '1081-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:25', '2023-10-31 16:06:25'),
(285084, 2338, '1081-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:25', '2023-10-31 16:06:25'),
(285085, 2338, '1081-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:25', '2023-10-31 16:06:25'),
(285086, 2338, '1082-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:25', '2023-10-31 16:06:25'),
(285087, 2338, '1082-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:25', '2023-10-31 16:06:25'),
(285088, 2338, '1082-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:25', '2023-10-31 16:06:25'),
(285089, 2338, '1082-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:25', '2023-10-31 16:06:25'),
(285090, 2338, '1082-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:25', '2023-10-31 16:06:25'),
(285091, 2338, '1082-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:25', '2023-10-31 16:06:25'),
(285092, 2338, '1082-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:25', '2023-10-31 16:06:25'),
(285093, 2338, '1082-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:25', '2023-10-31 16:06:25'),
(285094, 2338, '1082-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:25', '2023-10-31 16:06:25'),
(285095, 2338, '1082-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:25', '2023-10-31 16:06:25'),
(285096, 2338, '1082-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:25', '2023-10-31 16:06:25'),
(285097, 2338, '1082-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:25', '2023-10-31 16:06:25'),
(285098, 2338, '1083-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:25', '2023-10-31 16:06:25'),
(285099, 2338, '1083-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:25', '2023-10-31 16:06:25'),
(285100, 2338, '1083-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:25', '2023-10-31 16:06:25'),
(285101, 2338, '1083-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:25', '2023-10-31 16:06:25'),
(285102, 2338, '1083-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:25', '2023-10-31 16:06:25'),
(285103, 2338, '1083-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:25', '2023-10-31 16:06:25'),
(285104, 2338, '1083-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:25', '2023-10-31 16:06:25'),
(285105, 2338, '1083-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:25', '2023-10-31 16:06:25'),
(285106, 2338, '1083-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:25', '2023-10-31 16:06:25'),
(285107, 2338, '1083-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:25', '2023-10-31 16:06:25'),
(285108, 2338, '1083-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:25', '2023-10-31 16:06:25'),
(285109, 2338, '1083-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:25', '2023-10-31 16:06:25'),
(285110, 2338, '1084-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:25', '2023-10-31 16:06:25'),
(285111, 2338, '1084-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:25', '2023-10-31 16:06:25'),
(285112, 2338, '1084-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:25', '2023-10-31 16:06:25'),
(285113, 2338, '1084-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:25', '2023-10-31 16:06:25'),
(285114, 2338, '1084-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:25', '2023-10-31 16:06:25'),
(285115, 2338, '1084-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:25', '2023-10-31 16:06:25'),
(285116, 2338, '1084-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:25', '2023-10-31 16:06:25'),
(285117, 2338, '1084-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:25', '2023-10-31 16:06:25'),
(285118, 2338, '1084-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:25', '2023-10-31 16:06:25'),
(285119, 2338, '1084-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:25', '2023-10-31 16:06:25'),
(285120, 2338, '1084-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:25', '2023-10-31 16:06:25'),
(285121, 2338, '1084-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:25', '2023-10-31 16:06:25'),
(285122, 2338, '1085-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:25', '2023-10-31 16:06:25'),
(285123, 2338, '1085-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:25', '2023-10-31 16:06:25'),
(285124, 2338, '1085-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:25', '2023-10-31 16:06:25'),
(285125, 2338, '1085-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:25', '2023-10-31 16:06:25'),
(285126, 2338, '1085-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:25', '2023-10-31 16:06:25'),
(285127, 2338, '1085-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:25', '2023-10-31 16:06:25'),
(285128, 2338, '1085-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:25', '2023-10-31 16:06:25'),
(285129, 2338, '1085-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:25', '2023-10-31 16:06:25'),
(285130, 2338, '1085-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:25', '2023-10-31 16:06:25'),
(285131, 2338, '1085-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:25', '2023-10-31 16:06:25'),
(285132, 2338, '1085-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:25', '2023-10-31 16:06:25'),
(285133, 2338, '1085-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:25', '2023-10-31 16:06:25'),
(285134, 2338, '1086-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:25', '2023-10-31 16:06:25'),
(285135, 2338, '1086-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:25', '2023-10-31 16:06:25'),
(285136, 2338, '1086-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:25', '2023-10-31 16:06:25'),
(285137, 2338, '1086-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:25', '2023-10-31 16:06:25'),
(285138, 2338, '1086-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:25', '2023-10-31 16:06:25'),
(285139, 2338, '1086-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:25', '2023-10-31 16:06:25'),
(285140, 2338, '1086-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:25', '2023-10-31 16:06:25'),
(285141, 2338, '1086-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:25', '2023-10-31 16:06:25'),
(285142, 2338, '1086-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:25', '2023-10-31 16:06:25'),
(285143, 2338, '1086-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:25', '2023-10-31 16:06:25'),
(285144, 2338, '1086-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:25', '2023-10-31 16:06:25'),
(285145, 2338, '1086-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:25', '2023-10-31 16:06:25'),
(285146, 2338, '1087-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:25', '2023-10-31 16:06:25'),
(285147, 2338, '1087-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:25', '2023-10-31 16:06:25'),
(285148, 2338, '1087-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:25', '2023-10-31 16:06:25'),
(285149, 2338, '1087-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:25', '2023-10-31 16:06:25'),
(285150, 2338, '1087-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:25', '2023-10-31 16:06:25'),
(285151, 2338, '1087-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:25', '2023-10-31 16:06:25'),
(285152, 2338, '1087-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:25', '2023-10-31 16:06:25'),
(285153, 2338, '1087-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:25', '2023-10-31 16:06:25'),
(285154, 2338, '1087-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:25', '2023-10-31 16:06:25'),
(285155, 2338, '1087-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:25', '2023-10-31 16:06:25'),
(285156, 2338, '1087-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:25', '2023-10-31 16:06:25'),
(285157, 2338, '1087-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:25', '2023-10-31 16:06:25'),
(285158, 2338, '1088-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:25', '2023-10-31 16:06:25'),
(285159, 2338, '1088-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:25', '2023-10-31 16:06:25'),
(285160, 2338, '1088-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:25', '2023-10-31 16:06:25'),
(285161, 2338, '1088-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:25', '2023-10-31 16:06:25'),
(285162, 2338, '1088-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:25', '2023-10-31 16:06:25'),
(285163, 2338, '1088-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:25', '2023-10-31 16:06:25'),
(285164, 2338, '1088-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:25', '2023-10-31 16:06:25'),
(285165, 2338, '1088-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:25', '2023-10-31 16:06:25'),
(285166, 2338, '1088-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:25', '2023-10-31 16:06:25'),
(285167, 2338, '1088-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:25', '2023-10-31 16:06:25'),
(285168, 2338, '1088-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:25', '2023-10-31 16:06:25'),
(285169, 2338, '1088-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:25', '2023-10-31 16:06:25'),
(285170, 2338, '1089-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:25', '2023-10-31 16:06:25'),
(285171, 2338, '1089-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:25', '2023-10-31 16:06:25'),
(285172, 2338, '1089-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:25', '2023-10-31 16:06:25'),
(285173, 2338, '1089-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:25', '2023-10-31 16:06:25'),
(285174, 2338, '1089-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:25', '2023-10-31 16:06:25'),
(285175, 2338, '1089-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:25', '2023-10-31 16:06:25'),
(285176, 2338, '1089-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:25', '2023-10-31 16:06:25'),
(285177, 2338, '1089-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:25', '2023-10-31 16:06:25'),
(285178, 2338, '1089-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:25', '2023-10-31 16:06:25'),
(285179, 2338, '1089-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:25', '2023-10-31 16:06:25'),
(285180, 2338, '1089-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:25', '2023-10-31 16:06:25'),
(285181, 2338, '1089-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:25', '2023-10-31 16:06:25'),
(285182, 2338, '1090-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:25', '2023-10-31 16:06:25'),
(285183, 2338, '1090-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:25', '2023-10-31 16:06:25'),
(285184, 2338, '1090-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:25', '2023-10-31 16:06:25'),
(285185, 2338, '1090-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:25', '2023-10-31 16:06:25'),
(285186, 2338, '1090-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:25', '2023-10-31 16:06:25'),
(285187, 2338, '1090-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:25', '2023-10-31 16:06:25'),
(285188, 2338, '1090-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:25', '2023-10-31 16:06:25'),
(285189, 2338, '1090-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:25', '2023-10-31 16:06:25'),
(285190, 2338, '1090-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:25', '2023-10-31 16:06:25'),
(285191, 2338, '1090-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:25', '2023-10-31 16:06:25'),
(285192, 2338, '1090-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:25', '2023-10-31 16:06:25'),
(285193, 2338, '1090-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:25', '2023-10-31 16:06:25'),
(285194, 2338, '1091-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:25', '2023-10-31 16:06:25'),
(285195, 2338, '1091-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:25', '2023-10-31 16:06:25'),
(285196, 2338, '1091-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:25', '2023-10-31 16:06:25'),
(285197, 2338, '1091-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:25', '2023-10-31 16:06:25'),
(285198, 2338, '1091-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:25', '2023-10-31 16:06:25'),
(285199, 2338, '1091-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:25', '2023-10-31 16:06:25'),
(285200, 2338, '1091-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:25', '2023-10-31 16:06:25'),
(285201, 2338, '1091-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:25', '2023-10-31 16:06:25'),
(285202, 2338, '1091-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:25', '2023-10-31 16:06:25'),
(285203, 2338, '1091-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:25', '2023-10-31 16:06:25'),
(285204, 2338, '1091-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:25', '2023-10-31 16:06:25'),
(285205, 2338, '1091-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:25', '2023-10-31 16:06:25'),
(285206, 2338, '1092-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:25', '2023-10-31 16:06:25'),
(285207, 2338, '1092-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:25', '2023-10-31 16:06:25'),
(285208, 2338, '1092-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:25', '2023-10-31 16:06:25'),
(285209, 2338, '1092-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:25', '2023-10-31 16:06:25'),
(285210, 2338, '1092-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:25', '2023-10-31 16:06:25'),
(285211, 2338, '1092-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:25', '2023-10-31 16:06:25'),
(285212, 2338, '1092-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:25', '2023-10-31 16:06:25'),
(285213, 2338, '1092-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:25', '2023-10-31 16:06:25'),
(285214, 2338, '1092-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:25', '2023-10-31 16:06:25'),
(285215, 2338, '1092-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:25', '2023-10-31 16:06:25'),
(285216, 2338, '1092-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:25', '2023-10-31 16:06:25'),
(285217, 2338, '1092-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:25', '2023-10-31 16:06:25'),
(285218, 2338, '1093-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:25', '2023-10-31 16:06:25'),
(285219, 2338, '1093-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:25', '2023-10-31 16:06:25'),
(285220, 2338, '1093-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:25', '2023-10-31 16:06:25'),
(285221, 2338, '1093-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:25', '2023-10-31 16:06:25'),
(285222, 2338, '1093-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:25', '2023-10-31 16:06:25'),
(285223, 2338, '1093-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:25', '2023-10-31 16:06:25'),
(285224, 2338, '1093-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:25', '2023-10-31 16:06:25'),
(285225, 2338, '1093-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:25', '2023-10-31 16:06:25'),
(285226, 2338, '1093-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:25', '2023-10-31 16:06:25'),
(285227, 2338, '1093-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:25', '2023-10-31 16:06:25'),
(285228, 2338, '1093-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:25', '2023-10-31 16:06:25'),
(285229, 2338, '1093-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:25', '2023-10-31 16:06:25'),
(285230, 2338, '1094-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:25', '2023-10-31 16:06:25'),
(285231, 2338, '1094-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:25', '2023-10-31 16:06:25'),
(285232, 2338, '1094-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:26', '2023-10-31 16:06:26'),
(285233, 2338, '1094-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:26', '2023-10-31 16:06:26'),
(285234, 2338, '1094-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:26', '2023-10-31 16:06:26'),
(285235, 2338, '1094-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:26', '2023-10-31 16:06:26'),
(285236, 2338, '1094-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:26', '2023-10-31 16:06:26'),
(285237, 2338, '1094-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:26', '2023-10-31 16:06:26');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(285238, 2338, '1094-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:26', '2023-10-31 16:06:26'),
(285239, 2338, '1094-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:26', '2023-10-31 16:06:26'),
(285240, 2338, '1094-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:26', '2023-10-31 16:06:26'),
(285241, 2338, '1094-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:26', '2023-10-31 16:06:26'),
(285242, 2338, '1095-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:26', '2023-10-31 16:06:26'),
(285243, 2338, '1095-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:26', '2023-10-31 16:06:26'),
(285244, 2338, '1095-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:26', '2023-10-31 16:06:26'),
(285245, 2338, '1095-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:26', '2023-10-31 16:06:26'),
(285246, 2338, '1095-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:26', '2023-10-31 16:06:26'),
(285247, 2338, '1095-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:26', '2023-10-31 16:06:26'),
(285248, 2338, '1095-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:26', '2023-10-31 16:06:26'),
(285249, 2338, '1095-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:26', '2023-10-31 16:06:26'),
(285250, 2338, '1095-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:26', '2023-10-31 16:06:26'),
(285251, 2338, '1095-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:26', '2023-10-31 16:06:26'),
(285252, 2338, '1095-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:26', '2023-10-31 16:06:26'),
(285253, 2338, '1095-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:26', '2023-10-31 16:06:26'),
(285254, 2338, '1096-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:26', '2023-10-31 16:06:26'),
(285255, 2338, '1096-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:26', '2023-10-31 16:06:26'),
(285256, 2338, '1096-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:26', '2023-10-31 16:06:26'),
(285257, 2338, '1096-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:26', '2023-10-31 16:06:26'),
(285258, 2338, '1096-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:26', '2023-10-31 16:06:26'),
(285259, 2338, '1096-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:26', '2023-10-31 16:06:26'),
(285260, 2338, '1096-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:26', '2023-10-31 16:06:26'),
(285261, 2338, '1096-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:26', '2023-10-31 16:06:26'),
(285262, 2338, '1096-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:26', '2023-10-31 16:06:26'),
(285263, 2338, '1096-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:26', '2023-10-31 16:06:26'),
(285264, 2338, '1096-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:26', '2023-10-31 16:06:26'),
(285265, 2338, '1096-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:26', '2023-10-31 16:06:26'),
(285266, 2338, '1097-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:26', '2023-10-31 16:06:26'),
(285267, 2338, '1097-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:26', '2023-10-31 16:06:26'),
(285268, 2338, '1097-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:26', '2023-10-31 16:06:26'),
(285269, 2338, '1097-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:26', '2023-10-31 16:06:26'),
(285270, 2338, '1097-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:26', '2023-10-31 16:06:26'),
(285271, 2338, '1097-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:26', '2023-10-31 16:06:26'),
(285272, 2338, '1097-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:26', '2023-10-31 16:06:26'),
(285273, 2338, '1097-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:26', '2023-10-31 16:06:26'),
(285274, 2338, '1097-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:26', '2023-10-31 16:06:26'),
(285275, 2338, '1097-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:26', '2023-10-31 16:06:26'),
(285276, 2338, '1097-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:26', '2023-10-31 16:06:26'),
(285277, 2338, '1097-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:26', '2023-10-31 16:06:26'),
(285278, 2338, '1098-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:26', '2023-10-31 16:06:26'),
(285279, 2338, '1098-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:26', '2023-10-31 16:06:26'),
(285280, 2338, '1098-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:26', '2023-10-31 16:06:26'),
(285281, 2338, '1098-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:26', '2023-10-31 16:06:26'),
(285282, 2338, '1098-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:26', '2023-10-31 16:06:26'),
(285283, 2338, '1098-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:26', '2023-10-31 16:06:26'),
(285284, 2338, '1098-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:26', '2023-10-31 16:06:26'),
(285285, 2338, '1098-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:26', '2023-10-31 16:06:26'),
(285286, 2338, '1098-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:26', '2023-10-31 16:06:26'),
(285287, 2338, '1098-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:26', '2023-10-31 16:06:26'),
(285288, 2338, '1098-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:26', '2023-10-31 16:06:26'),
(285289, 2338, '1098-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:26', '2023-10-31 16:06:26'),
(285290, 2338, '1099-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:26', '2023-10-31 16:06:26'),
(285291, 2338, '1099-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:26', '2023-10-31 16:06:26'),
(285292, 2338, '1099-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:26', '2023-10-31 16:06:26'),
(285293, 2338, '1099-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:26', '2023-10-31 16:06:26'),
(285294, 2338, '1099-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:26', '2023-10-31 16:06:26'),
(285295, 2338, '1099-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:26', '2023-10-31 16:06:26'),
(285296, 2338, '1099-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:26', '2023-10-31 16:06:26'),
(285297, 2338, '1099-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:26', '2023-10-31 16:06:26'),
(285298, 2338, '1099-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:26', '2023-10-31 16:06:26'),
(285299, 2338, '1099-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:26', '2023-10-31 16:06:26'),
(285300, 2338, '1099-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:26', '2023-10-31 16:06:26'),
(285301, 2338, '1099-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:26', '2023-10-31 16:06:26'),
(285302, 2338, '1100-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:26', '2023-10-31 16:06:26'),
(285303, 2338, '1100-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:26', '2023-10-31 16:06:26'),
(285304, 2338, '1100-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:26', '2023-10-31 16:06:26'),
(285305, 2338, '1100-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:26', '2023-10-31 16:06:26'),
(285306, 2338, '1100-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:26', '2023-10-31 16:06:26'),
(285307, 2338, '1100-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:26', '2023-10-31 16:06:26'),
(285308, 2338, '1100-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:26', '2023-10-31 16:06:26'),
(285309, 2338, '1100-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:26', '2023-10-31 16:06:26'),
(285310, 2338, '1100-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:26', '2023-10-31 16:06:26'),
(285311, 2338, '1100-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:26', '2023-10-31 16:06:26'),
(285312, 2338, '1100-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:26', '2023-10-31 16:06:26'),
(285313, 2338, '1100-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:26', '2023-10-31 16:06:26'),
(285314, 2338, '1101-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:26', '2023-10-31 16:06:26'),
(285315, 2338, '1101-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:26', '2023-10-31 16:06:26'),
(285316, 2338, '1101-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:26', '2023-10-31 16:06:26'),
(285317, 2338, '1101-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:26', '2023-10-31 16:06:26'),
(285318, 2338, '1101-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:26', '2023-10-31 16:06:26'),
(285319, 2338, '1101-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:26', '2023-10-31 16:06:26'),
(285320, 2338, '1101-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:26', '2023-10-31 16:06:26'),
(285321, 2338, '1101-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:26', '2023-10-31 16:06:26'),
(285322, 2338, '1101-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:26', '2023-10-31 16:06:26'),
(285323, 2338, '1101-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:26', '2023-10-31 16:06:26'),
(285324, 2338, '1101-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:26', '2023-10-31 16:06:26'),
(285325, 2338, '1101-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:26', '2023-10-31 16:06:26'),
(285326, 2338, '1102-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:26', '2023-10-31 16:06:26'),
(285327, 2338, '1102-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:26', '2023-10-31 16:06:26'),
(285328, 2338, '1102-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:26', '2023-10-31 16:06:26'),
(285329, 2338, '1102-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:26', '2023-10-31 16:06:26'),
(285330, 2338, '1102-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:26', '2023-10-31 16:06:26'),
(285331, 2338, '1102-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:26', '2023-10-31 16:06:26'),
(285332, 2338, '1102-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:26', '2023-10-31 16:06:26'),
(285333, 2338, '1102-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:26', '2023-10-31 16:06:26'),
(285334, 2338, '1102-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:26', '2023-10-31 16:06:26'),
(285335, 2338, '1102-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:26', '2023-10-31 16:06:26'),
(285336, 2338, '1102-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:26', '2023-10-31 16:06:26'),
(285337, 2338, '1102-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:26', '2023-10-31 16:06:26'),
(285338, 2338, '1103-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:26', '2023-10-31 16:06:26'),
(285339, 2338, '1103-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:26', '2023-10-31 16:06:26'),
(285340, 2338, '1103-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:26', '2023-10-31 16:06:26'),
(285341, 2338, '1103-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:26', '2023-10-31 16:06:26'),
(285342, 2338, '1103-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:26', '2023-10-31 16:06:26'),
(285343, 2338, '1103-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:26', '2023-10-31 16:06:26'),
(285344, 2338, '1103-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:26', '2023-10-31 16:06:26'),
(285345, 2338, '1103-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:26', '2023-10-31 16:06:26'),
(285346, 2338, '1103-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:26', '2023-10-31 16:06:26'),
(285347, 2338, '1103-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:26', '2023-10-31 16:06:26'),
(285348, 2338, '1103-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:26', '2023-10-31 16:06:26'),
(285349, 2338, '1103-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:26', '2023-10-31 16:06:26'),
(285350, 2338, '1104-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:26', '2023-10-31 16:06:26'),
(285351, 2338, '1104-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:26', '2023-10-31 16:06:26'),
(285352, 2338, '1104-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:26', '2023-10-31 16:06:26'),
(285353, 2338, '1104-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:26', '2023-10-31 16:06:26'),
(285354, 2338, '1104-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:26', '2023-10-31 16:06:26'),
(285355, 2338, '1104-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:26', '2023-10-31 16:06:26'),
(285356, 2338, '1104-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:26', '2023-10-31 16:06:26'),
(285357, 2338, '1104-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:26', '2023-10-31 16:06:26'),
(285358, 2338, '1104-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:26', '2023-10-31 16:06:26'),
(285359, 2338, '1104-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:26', '2023-10-31 16:06:26'),
(285360, 2338, '1104-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:26', '2023-10-31 16:06:26'),
(285361, 2338, '1104-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:26', '2023-10-31 16:06:26'),
(285362, 2338, '1105-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:26', '2023-10-31 16:06:26'),
(285363, 2338, '1105-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:26', '2023-10-31 16:06:26'),
(285364, 2338, '1105-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:26', '2023-10-31 16:06:26'),
(285365, 2338, '1105-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:26', '2023-10-31 16:06:26'),
(285366, 2338, '1105-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:26', '2023-10-31 16:06:26'),
(285367, 2338, '1105-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:26', '2023-10-31 16:06:26'),
(285368, 2338, '1105-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:26', '2023-10-31 16:06:26'),
(285369, 2338, '1105-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:26', '2023-10-31 16:06:26'),
(285370, 2338, '1105-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:26', '2023-10-31 16:06:26'),
(285371, 2338, '1105-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:26', '2023-10-31 16:06:26'),
(285372, 2338, '1105-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:26', '2023-10-31 16:06:26'),
(285373, 2338, '1105-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:26', '2023-10-31 16:06:26'),
(285374, 2338, '1106-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:26', '2023-10-31 16:06:26'),
(285375, 2338, '1106-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:26', '2023-10-31 16:06:26'),
(285376, 2338, '1106-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:26', '2023-10-31 16:06:26'),
(285377, 2338, '1106-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:26', '2023-10-31 16:06:26'),
(285378, 2338, '1106-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:26', '2023-10-31 16:06:26'),
(285379, 2338, '1106-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:26', '2023-10-31 16:06:26'),
(285380, 2338, '1106-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:26', '2023-10-31 16:06:26'),
(285381, 2338, '1106-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:26', '2023-10-31 16:06:26'),
(285382, 2338, '1106-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:26', '2023-10-31 16:06:26'),
(285383, 2338, '1106-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:26', '2023-10-31 16:06:26'),
(285384, 2338, '1106-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:26', '2023-10-31 16:06:26'),
(285385, 2338, '1106-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:26', '2023-10-31 16:06:26'),
(285386, 2338, '1107-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:26', '2023-10-31 16:06:26'),
(285387, 2338, '1107-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:26', '2023-10-31 16:06:26'),
(285388, 2338, '1107-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:26', '2023-10-31 16:06:26'),
(285389, 2338, '1107-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:26', '2023-10-31 16:06:26'),
(285390, 2338, '1107-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:26', '2023-10-31 16:06:26'),
(285391, 2338, '1107-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:26', '2023-10-31 16:06:26'),
(285392, 2338, '1107-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:26', '2023-10-31 16:06:26'),
(285393, 2338, '1107-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:26', '2023-10-31 16:06:26'),
(285394, 2338, '1107-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:26', '2023-10-31 16:06:26'),
(285395, 2338, '1107-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:26', '2023-10-31 16:06:26'),
(285396, 2338, '1107-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:26', '2023-10-31 16:06:26'),
(285397, 2338, '1107-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:26', '2023-10-31 16:06:26'),
(285398, 2338, '1108-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:26', '2023-10-31 16:06:26'),
(285399, 2338, '1108-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:26', '2023-10-31 16:06:26'),
(285400, 2338, '1108-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:26', '2023-10-31 16:06:26'),
(285401, 2338, '1108-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:26', '2023-10-31 16:06:26'),
(285402, 2338, '1108-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:26', '2023-10-31 16:06:26'),
(285403, 2338, '1108-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:26', '2023-10-31 16:06:26'),
(285404, 2338, '1108-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:26', '2023-10-31 16:06:26'),
(285405, 2338, '1108-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:26', '2023-10-31 16:06:26'),
(285406, 2338, '1108-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:26', '2023-10-31 16:06:26'),
(285407, 2338, '1108-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:26', '2023-10-31 16:06:26'),
(285408, 2338, '1108-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:26', '2023-10-31 16:06:26'),
(285409, 2338, '1108-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:26', '2023-10-31 16:06:26'),
(285410, 2338, '1109-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:26', '2023-10-31 16:06:26'),
(285411, 2338, '1109-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:26', '2023-10-31 16:06:26'),
(285412, 2338, '1109-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:26', '2023-10-31 16:06:26'),
(285413, 2338, '1109-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:26', '2023-10-31 16:06:26'),
(285414, 2338, '1109-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:26', '2023-10-31 16:06:26'),
(285415, 2338, '1109-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:26', '2023-10-31 16:06:26'),
(285416, 2338, '1109-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:26', '2023-10-31 16:06:26'),
(285417, 2338, '1109-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:26', '2023-10-31 16:06:26'),
(285418, 2338, '1109-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:26', '2023-10-31 16:06:26'),
(285419, 2338, '1109-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:26', '2023-10-31 16:06:26'),
(285420, 2338, '1109-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:26', '2023-10-31 16:06:26'),
(285421, 2338, '1109-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:26', '2023-10-31 16:06:26'),
(285422, 2338, '1110-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:26', '2023-10-31 16:06:26'),
(285423, 2338, '1110-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:26', '2023-10-31 16:06:26'),
(285424, 2338, '1110-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:26', '2023-10-31 16:06:26'),
(285425, 2338, '1110-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:26', '2023-10-31 16:06:26'),
(285426, 2338, '1110-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:26', '2023-10-31 16:06:26'),
(285427, 2338, '1110-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:26', '2023-10-31 16:06:26'),
(285428, 2338, '1110-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:26', '2023-10-31 16:06:26'),
(285429, 2338, '1110-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:26', '2023-10-31 16:06:26'),
(285430, 2338, '1110-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:26', '2023-10-31 16:06:26'),
(285431, 2338, '1110-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:26', '2023-10-31 16:06:26'),
(285432, 2338, '1110-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:26', '2023-10-31 16:06:26'),
(285433, 2338, '1110-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:26', '2023-10-31 16:06:26'),
(285434, 2338, '1111-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:26', '2023-10-31 16:06:26'),
(285435, 2338, '1111-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:26', '2023-10-31 16:06:26'),
(285436, 2338, '1111-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:26', '2023-10-31 16:06:26'),
(285437, 2338, '1111-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:26', '2023-10-31 16:06:26'),
(285438, 2338, '1111-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:26', '2023-10-31 16:06:26'),
(285439, 2338, '1111-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:26', '2023-10-31 16:06:26'),
(285440, 2338, '1111-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:27', '2023-10-31 16:06:27'),
(285441, 2338, '1111-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:27', '2023-10-31 16:06:27'),
(285442, 2338, '1111-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:27', '2023-10-31 16:06:27'),
(285443, 2338, '1111-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:27', '2023-10-31 16:06:27'),
(285444, 2338, '1111-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:27', '2023-10-31 16:06:27'),
(285445, 2338, '1111-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:27', '2023-10-31 16:06:27'),
(285446, 2338, '1112-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:27', '2023-10-31 16:06:27'),
(285447, 2338, '1112-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:27', '2023-10-31 16:06:27'),
(285448, 2338, '1112-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:27', '2023-10-31 16:06:27'),
(285449, 2338, '1112-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:27', '2023-10-31 16:06:27'),
(285450, 2338, '1112-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:27', '2023-10-31 16:06:27'),
(285451, 2338, '1112-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:27', '2023-10-31 16:06:27'),
(285452, 2338, '1112-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:27', '2023-10-31 16:06:27'),
(285453, 2338, '1112-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:27', '2023-10-31 16:06:27'),
(285454, 2338, '1112-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:27', '2023-10-31 16:06:27'),
(285455, 2338, '1112-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:27', '2023-10-31 16:06:27'),
(285456, 2338, '1112-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:27', '2023-10-31 16:06:27'),
(285457, 2338, '1112-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:27', '2023-10-31 16:06:27'),
(285458, 2338, '1113-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:27', '2023-10-31 16:06:27'),
(285459, 2338, '1113-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:27', '2023-10-31 16:06:27'),
(285460, 2338, '1113-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:27', '2023-10-31 16:06:27'),
(285461, 2338, '1113-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:27', '2023-10-31 16:06:27'),
(285462, 2338, '1113-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:27', '2023-10-31 16:06:27'),
(285463, 2338, '1113-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:27', '2023-10-31 16:06:27'),
(285464, 2338, '1113-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:27', '2023-10-31 16:06:27'),
(285465, 2338, '1113-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:27', '2023-10-31 16:06:27'),
(285466, 2338, '1113-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:27', '2023-10-31 16:06:27'),
(285467, 2338, '1113-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:27', '2023-10-31 16:06:27'),
(285468, 2338, '1113-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:27', '2023-10-31 16:06:27'),
(285469, 2338, '1113-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:27', '2023-10-31 16:06:27'),
(285470, 2338, '1114-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:27', '2023-10-31 16:06:27'),
(285471, 2338, '1114-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:27', '2023-10-31 16:06:27'),
(285472, 2338, '1114-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:27', '2023-10-31 16:06:27'),
(285473, 2338, '1114-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:27', '2023-10-31 16:06:27'),
(285474, 2338, '1114-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:27', '2023-10-31 16:06:27'),
(285475, 2338, '1114-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:27', '2023-10-31 16:06:27'),
(285476, 2338, '1114-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:27', '2023-10-31 16:06:27'),
(285477, 2338, '1114-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:27', '2023-10-31 16:06:27'),
(285478, 2338, '1114-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:27', '2023-10-31 16:06:27'),
(285479, 2338, '1114-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:27', '2023-10-31 16:06:27'),
(285480, 2338, '1114-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:27', '2023-10-31 16:06:27'),
(285481, 2338, '1114-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:27', '2023-10-31 16:06:27'),
(285482, 2338, '1115-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:27', '2023-10-31 16:06:27'),
(285483, 2338, '1115-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:27', '2023-10-31 16:06:27'),
(285484, 2338, '1115-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:27', '2023-10-31 16:06:27'),
(285485, 2338, '1115-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:27', '2023-10-31 16:06:27'),
(285486, 2338, '1115-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:27', '2023-10-31 16:06:27'),
(285487, 2338, '1115-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:27', '2023-10-31 16:06:27'),
(285488, 2338, '1115-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:27', '2023-10-31 16:06:27'),
(285489, 2338, '1115-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:27', '2023-10-31 16:06:27'),
(285490, 2338, '1115-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:27', '2023-10-31 16:06:27'),
(285491, 2338, '1115-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:27', '2023-10-31 16:06:27'),
(285492, 2338, '1115-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:27', '2023-10-31 16:06:27'),
(285493, 2338, '1115-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:27', '2023-10-31 16:06:27'),
(285494, 2338, '1116-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:27', '2023-10-31 16:06:27'),
(285495, 2338, '1116-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:27', '2023-10-31 16:06:27'),
(285496, 2338, '1116-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:27', '2023-10-31 16:06:27'),
(285497, 2338, '1116-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:27', '2023-10-31 16:06:27'),
(285498, 2338, '1116-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:27', '2023-10-31 16:06:27'),
(285499, 2338, '1116-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:27', '2023-10-31 16:06:27'),
(285500, 2338, '1116-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:27', '2023-10-31 16:06:27'),
(285501, 2338, '1116-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:27', '2023-10-31 16:06:27'),
(285502, 2338, '1116-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:27', '2023-10-31 16:06:27'),
(285503, 2338, '1116-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:27', '2023-10-31 16:06:27'),
(285504, 2338, '1116-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:27', '2023-10-31 16:06:27'),
(285505, 2338, '1116-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:27', '2023-10-31 16:06:27'),
(285506, 2338, '1117-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:27', '2023-10-31 16:06:27'),
(285507, 2338, '1117-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:27', '2023-10-31 16:06:27'),
(285508, 2338, '1117-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:27', '2023-10-31 16:06:27'),
(285509, 2338, '1117-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:27', '2023-10-31 16:06:27'),
(285510, 2338, '1117-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:27', '2023-10-31 16:06:27'),
(285511, 2338, '1117-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:27', '2023-10-31 16:06:27'),
(285512, 2338, '1117-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:27', '2023-10-31 16:06:27'),
(285513, 2338, '1117-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:27', '2023-10-31 16:06:27'),
(285514, 2338, '1117-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:27', '2023-10-31 16:06:27'),
(285515, 2338, '1117-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:27', '2023-10-31 16:06:27'),
(285516, 2338, '1117-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:27', '2023-10-31 16:06:27'),
(285517, 2338, '1117-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:27', '2023-10-31 16:06:27'),
(285518, 2338, '1118-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:27', '2023-10-31 16:06:27'),
(285519, 2338, '1118-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:27', '2023-10-31 16:06:27'),
(285520, 2338, '1118-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:27', '2023-10-31 16:06:27'),
(285521, 2338, '1118-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:27', '2023-10-31 16:06:27'),
(285522, 2338, '1118-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:27', '2023-10-31 16:06:27'),
(285523, 2338, '1118-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:27', '2023-10-31 16:06:27'),
(285524, 2338, '1118-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:27', '2023-10-31 16:06:27'),
(285525, 2338, '1118-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:27', '2023-10-31 16:06:27'),
(285526, 2338, '1118-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:27', '2023-10-31 16:06:27'),
(285527, 2338, '1118-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:27', '2023-10-31 16:06:27'),
(285528, 2338, '1118-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:27', '2023-10-31 16:06:27'),
(285529, 2338, '1118-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:27', '2023-10-31 16:06:27'),
(285530, 2338, '1119-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:27', '2023-10-31 16:06:27'),
(285531, 2338, '1119-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:27', '2023-10-31 16:06:27'),
(285532, 2338, '1119-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:27', '2023-10-31 16:06:27'),
(285533, 2338, '1119-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:27', '2023-10-31 16:06:27'),
(285534, 2338, '1119-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:27', '2023-10-31 16:06:27'),
(285535, 2338, '1119-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:27', '2023-10-31 16:06:27'),
(285536, 2338, '1119-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:27', '2023-10-31 16:06:27'),
(285537, 2338, '1119-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:27', '2023-10-31 16:06:27'),
(285538, 2338, '1119-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:27', '2023-10-31 16:06:27'),
(285539, 2338, '1119-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:27', '2023-10-31 16:06:27'),
(285540, 2338, '1119-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:27', '2023-10-31 16:06:27'),
(285541, 2338, '1119-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:27', '2023-10-31 16:06:27'),
(285542, 2338, '1120-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:27', '2023-10-31 16:06:27'),
(285543, 2338, '1120-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:27', '2023-10-31 16:06:27'),
(285544, 2338, '1120-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:27', '2023-10-31 16:06:27'),
(285545, 2338, '1120-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:27', '2023-10-31 16:06:27'),
(285546, 2338, '1120-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:27', '2023-10-31 16:06:27'),
(285547, 2338, '1120-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:27', '2023-10-31 16:06:27'),
(285548, 2338, '1120-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:27', '2023-10-31 16:06:27'),
(285549, 2338, '1120-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:27', '2023-10-31 16:06:27'),
(285550, 2338, '1120-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:27', '2023-10-31 16:06:27'),
(285551, 2338, '1120-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:27', '2023-10-31 16:06:27'),
(285552, 2338, '1120-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:27', '2023-10-31 16:06:27'),
(285553, 2338, '1120-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:27', '2023-10-31 16:06:27'),
(285554, 2338, '1121-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:27', '2023-10-31 16:06:27'),
(285555, 2338, '1121-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:27', '2023-10-31 16:06:27'),
(285556, 2338, '1121-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:27', '2023-10-31 16:06:27'),
(285557, 2338, '1121-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:27', '2023-10-31 16:06:27'),
(285558, 2338, '1121-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:27', '2023-10-31 16:06:27'),
(285559, 2338, '1121-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:27', '2023-10-31 16:06:27'),
(285560, 2338, '1121-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:27', '2023-10-31 16:06:27'),
(285561, 2338, '1121-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:27', '2023-10-31 16:06:27'),
(285562, 2338, '1121-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:27', '2023-10-31 16:06:27'),
(285563, 2338, '1121-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:27', '2023-10-31 16:06:27'),
(285564, 2338, '1121-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:27', '2023-10-31 16:06:27'),
(285565, 2338, '1121-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:27', '2023-10-31 16:06:27'),
(285566, 2338, '1122-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:27', '2023-10-31 16:06:27'),
(285567, 2338, '1122-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:27', '2023-10-31 16:06:27'),
(285568, 2338, '1122-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:27', '2023-10-31 16:06:27'),
(285569, 2338, '1122-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:27', '2023-10-31 16:06:27'),
(285570, 2338, '1122-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:27', '2023-10-31 16:06:27'),
(285571, 2338, '1122-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:27', '2023-10-31 16:06:27'),
(285572, 2338, '1122-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:27', '2023-10-31 16:06:27'),
(285573, 2338, '1122-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:27', '2023-10-31 16:06:27'),
(285574, 2338, '1122-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:27', '2023-10-31 16:06:27'),
(285575, 2338, '1122-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:27', '2023-10-31 16:06:27'),
(285576, 2338, '1122-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:27', '2023-10-31 16:06:27'),
(285577, 2338, '1122-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:27', '2023-10-31 16:06:27'),
(285578, 2338, '1123-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:27', '2023-10-31 16:06:27'),
(285579, 2338, '1123-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:27', '2023-10-31 16:06:27'),
(285580, 2338, '1123-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:27', '2023-10-31 16:06:27'),
(285581, 2338, '1123-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:27', '2023-10-31 16:06:27'),
(285582, 2338, '1123-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:27', '2023-10-31 16:06:27'),
(285583, 2338, '1123-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:27', '2023-10-31 16:06:27'),
(285584, 2338, '1123-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:27', '2023-10-31 16:06:27'),
(285585, 2338, '1123-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:27', '2023-10-31 16:06:27'),
(285586, 2338, '1123-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:27', '2023-10-31 16:06:27'),
(285587, 2338, '1123-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:27', '2023-10-31 16:06:27'),
(285588, 2338, '1123-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:27', '2023-10-31 16:06:27'),
(285589, 2338, '1123-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:27', '2023-10-31 16:06:27'),
(285590, 2338, '1124-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:27', '2023-10-31 16:06:27'),
(285591, 2338, '1124-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:27', '2023-10-31 16:06:27'),
(285592, 2338, '1124-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:27', '2023-10-31 16:06:27'),
(285593, 2338, '1124-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:27', '2023-10-31 16:06:27'),
(285594, 2338, '1124-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:27', '2023-10-31 16:06:27'),
(285595, 2338, '1124-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:27', '2023-10-31 16:06:27'),
(285596, 2338, '1124-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:27', '2023-10-31 16:06:27'),
(285597, 2338, '1124-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:27', '2023-10-31 16:06:27'),
(285598, 2338, '1124-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:27', '2023-10-31 16:06:27'),
(285599, 2338, '1124-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:27', '2023-10-31 16:06:27'),
(285600, 2338, '1124-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:27', '2023-10-31 16:06:27'),
(285601, 2338, '1124-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:27', '2023-10-31 16:06:27'),
(285602, 2338, '1125-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:27', '2023-10-31 16:06:27'),
(285603, 2338, '1125-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:27', '2023-10-31 16:06:27'),
(285604, 2338, '1125-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:27', '2023-10-31 16:06:27'),
(285605, 2338, '1125-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:27', '2023-10-31 16:06:27'),
(285606, 2338, '1125-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:27', '2023-10-31 16:06:27'),
(285607, 2338, '1125-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:27', '2023-10-31 16:06:27'),
(285608, 2338, '1125-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:27', '2023-10-31 16:06:27'),
(285609, 2338, '1125-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:27', '2023-10-31 16:06:27'),
(285610, 2338, '1125-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:27', '2023-10-31 16:06:27'),
(285611, 2338, '1125-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:27', '2023-10-31 16:06:27'),
(285612, 2338, '1125-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:27', '2023-10-31 16:06:27'),
(285613, 2338, '1125-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:27', '2023-10-31 16:06:27'),
(285614, 2338, '1126-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:27', '2023-10-31 16:06:27'),
(285615, 2338, '1126-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:27', '2023-10-31 16:06:27'),
(285616, 2338, '1126-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:27', '2023-10-31 16:06:27'),
(285617, 2338, '1126-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:27', '2023-10-31 16:06:27'),
(285618, 2338, '1126-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:27', '2023-10-31 16:06:27'),
(285619, 2338, '1126-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:27', '2023-10-31 16:06:27'),
(285620, 2338, '1126-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:27', '2023-10-31 16:06:27'),
(285621, 2338, '1126-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:27', '2023-10-31 16:06:27'),
(285622, 2338, '1126-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:27', '2023-10-31 16:06:27'),
(285623, 2338, '1126-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:27', '2023-10-31 16:06:27'),
(285624, 2338, '1126-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:27', '2023-10-31 16:06:27'),
(285625, 2338, '1126-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:27', '2023-10-31 16:06:27'),
(285626, 2338, '1127-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:27', '2023-10-31 16:06:27'),
(285627, 2338, '1127-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:27', '2023-10-31 16:06:27'),
(285628, 2338, '1127-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:27', '2023-10-31 16:06:27'),
(285629, 2338, '1127-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:27', '2023-10-31 16:06:27'),
(285630, 2338, '1127-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:27', '2023-10-31 16:06:27'),
(285631, 2338, '1127-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:27', '2023-10-31 16:06:27'),
(285632, 2338, '1127-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:27', '2023-10-31 16:06:27'),
(285633, 2338, '1127-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:27', '2023-10-31 16:06:27'),
(285634, 2338, '1127-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:27', '2023-10-31 16:06:27'),
(285635, 2338, '1127-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:27', '2023-10-31 16:06:27'),
(285636, 2338, '1127-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:27', '2023-10-31 16:06:27'),
(285637, 2338, '1127-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:27', '2023-10-31 16:06:27'),
(285638, 2338, '1128-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:27', '2023-10-31 16:06:27'),
(285639, 2338, '1128-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:27', '2023-10-31 16:06:27'),
(285640, 2338, '1128-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:28', '2023-10-31 16:06:28'),
(285641, 2338, '1128-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:28', '2023-10-31 16:06:28'),
(285642, 2338, '1128-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:28', '2023-10-31 16:06:28'),
(285643, 2338, '1128-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:28', '2023-10-31 16:06:28'),
(285644, 2338, '1128-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:28', '2023-10-31 16:06:28'),
(285645, 2338, '1128-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:28', '2023-10-31 16:06:28'),
(285646, 2338, '1128-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:28', '2023-10-31 16:06:28'),
(285647, 2338, '1128-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:28', '2023-10-31 16:06:28'),
(285648, 2338, '1128-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:28', '2023-10-31 16:06:28'),
(285649, 2338, '1128-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:28', '2023-10-31 16:06:28'),
(285650, 2338, '1129-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:28', '2023-10-31 16:06:28'),
(285651, 2338, '1129-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:28', '2023-10-31 16:06:28'),
(285652, 2338, '1129-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:28', '2023-10-31 16:06:28'),
(285653, 2338, '1129-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:28', '2023-10-31 16:06:28'),
(285654, 2338, '1129-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:28', '2023-10-31 16:06:28'),
(285655, 2338, '1129-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:28', '2023-10-31 16:06:28'),
(285656, 2338, '1129-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:28', '2023-10-31 16:06:28'),
(285657, 2338, '1129-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:28', '2023-10-31 16:06:28'),
(285658, 2338, '1129-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:28', '2023-10-31 16:06:28'),
(285659, 2338, '1129-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:28', '2023-10-31 16:06:28'),
(285660, 2338, '1129-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:28', '2023-10-31 16:06:28'),
(285661, 2338, '1129-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:28', '2023-10-31 16:06:28'),
(285662, 2338, '1130-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:28', '2023-10-31 16:06:28'),
(285663, 2338, '1130-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:28', '2023-10-31 16:06:28'),
(285664, 2338, '1130-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:28', '2023-10-31 16:06:28'),
(285665, 2338, '1130-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:28', '2023-10-31 16:06:28'),
(285666, 2338, '1130-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:28', '2023-10-31 16:06:28'),
(285667, 2338, '1130-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:28', '2023-10-31 16:06:28'),
(285668, 2338, '1130-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:28', '2023-10-31 16:06:28'),
(285669, 2338, '1130-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:28', '2023-10-31 16:06:28'),
(285670, 2338, '1130-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:28', '2023-10-31 16:06:28'),
(285671, 2338, '1130-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:28', '2023-10-31 16:06:28'),
(285672, 2338, '1130-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:28', '2023-10-31 16:06:28'),
(285673, 2338, '1130-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:28', '2023-10-31 16:06:28'),
(285674, 2338, '1131-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:28', '2023-10-31 16:06:28'),
(285675, 2338, '1131-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:28', '2023-10-31 16:06:28'),
(285676, 2338, '1131-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:28', '2023-10-31 16:06:28'),
(285677, 2338, '1131-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:28', '2023-10-31 16:06:28'),
(285678, 2338, '1131-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:28', '2023-10-31 16:06:28'),
(285679, 2338, '1131-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:28', '2023-10-31 16:06:28'),
(285680, 2338, '1131-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:28', '2023-10-31 16:06:28'),
(285681, 2338, '1131-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:28', '2023-10-31 16:06:28'),
(285682, 2338, '1131-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:28', '2023-10-31 16:06:28'),
(285683, 2338, '1131-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:28', '2023-10-31 16:06:28'),
(285684, 2338, '1131-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:28', '2023-10-31 16:06:28'),
(285685, 2338, '1131-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:28', '2023-10-31 16:06:28'),
(285686, 2338, '1132-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:28', '2023-10-31 16:06:28'),
(285687, 2338, '1132-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:28', '2023-10-31 16:06:28'),
(285688, 2338, '1132-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:28', '2023-10-31 16:06:28'),
(285689, 2338, '1132-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:28', '2023-10-31 16:06:28'),
(285690, 2338, '1132-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:28', '2023-10-31 16:06:28'),
(285691, 2338, '1132-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:28', '2023-10-31 16:06:28'),
(285692, 2338, '1132-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:28', '2023-10-31 16:06:28'),
(285693, 2338, '1132-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:28', '2023-10-31 16:06:28'),
(285694, 2338, '1132-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:28', '2023-10-31 16:06:28'),
(285695, 2338, '1132-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:28', '2023-10-31 16:06:28'),
(285696, 2338, '1132-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:28', '2023-10-31 16:06:28'),
(285697, 2338, '1132-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:28', '2023-10-31 16:06:28'),
(285698, 2338, '1133-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:28', '2023-10-31 16:06:28'),
(285699, 2338, '1133-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:28', '2023-10-31 16:06:28'),
(285700, 2338, '1133-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:28', '2023-10-31 16:06:28'),
(285701, 2338, '1133-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:28', '2023-10-31 16:06:28'),
(285702, 2338, '1133-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:28', '2023-10-31 16:06:28');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(285703, 2338, '1133-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:28', '2023-10-31 16:06:28'),
(285704, 2338, '1133-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:28', '2023-10-31 16:06:28'),
(285705, 2338, '1133-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:28', '2023-10-31 16:06:28'),
(285706, 2338, '1133-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:28', '2023-10-31 16:06:28'),
(285707, 2338, '1133-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:28', '2023-10-31 16:06:28'),
(285708, 2338, '1133-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:28', '2023-10-31 16:06:28'),
(285709, 2338, '1133-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:28', '2023-10-31 16:06:28'),
(285710, 2338, '1134-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:28', '2023-10-31 16:06:28'),
(285711, 2338, '1134-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:28', '2023-10-31 16:06:28'),
(285712, 2338, '1134-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:28', '2023-10-31 16:06:28'),
(285713, 2338, '1134-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:28', '2023-10-31 16:06:28'),
(285714, 2338, '1134-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:28', '2023-10-31 16:06:28'),
(285715, 2338, '1134-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:28', '2023-10-31 16:06:28'),
(285716, 2338, '1134-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:28', '2023-10-31 16:06:28'),
(285717, 2338, '1134-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:28', '2023-10-31 16:06:28'),
(285718, 2338, '1134-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:28', '2023-10-31 16:06:28'),
(285719, 2338, '1134-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:28', '2023-10-31 16:06:28'),
(285720, 2338, '1134-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:28', '2023-10-31 16:06:28'),
(285721, 2338, '1134-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:28', '2023-10-31 16:06:28'),
(285722, 2338, '1135-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:28', '2023-10-31 16:06:28'),
(285723, 2338, '1135-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:28', '2023-10-31 16:06:28'),
(285724, 2338, '1135-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:28', '2023-10-31 16:06:28'),
(285725, 2338, '1135-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:28', '2023-10-31 16:06:28'),
(285726, 2338, '1135-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:28', '2023-10-31 16:06:28'),
(285727, 2338, '1135-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:28', '2023-10-31 16:06:28'),
(285728, 2338, '1135-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:28', '2023-10-31 16:06:28'),
(285729, 2338, '1135-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:28', '2023-10-31 16:06:28'),
(285730, 2338, '1135-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:28', '2023-10-31 16:06:28'),
(285731, 2338, '1135-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:28', '2023-10-31 16:06:28'),
(285732, 2338, '1135-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:28', '2023-10-31 16:06:28'),
(285733, 2338, '1135-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:28', '2023-10-31 16:06:28'),
(285734, 2338, '1136-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:28', '2023-10-31 16:06:28'),
(285735, 2338, '1136-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:28', '2023-10-31 16:06:28'),
(285736, 2338, '1136-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:28', '2023-10-31 16:06:28'),
(285737, 2338, '1136-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:28', '2023-10-31 16:06:28'),
(285738, 2338, '1136-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:28', '2023-10-31 16:06:28'),
(285739, 2338, '1136-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:28', '2023-10-31 16:06:28'),
(285740, 2338, '1136-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:28', '2023-10-31 16:06:28'),
(285741, 2338, '1136-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:28', '2023-10-31 16:06:28'),
(285742, 2338, '1136-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:28', '2023-10-31 16:06:28'),
(285743, 2338, '1136-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:28', '2023-10-31 16:06:28'),
(285744, 2338, '1136-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:28', '2023-10-31 16:06:28'),
(285745, 2338, '1136-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:28', '2023-10-31 16:06:28'),
(285746, 2338, '1137-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:28', '2023-10-31 16:06:28'),
(285747, 2338, '1137-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:28', '2023-10-31 16:06:28'),
(285748, 2338, '1137-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:28', '2023-10-31 16:06:28'),
(285749, 2338, '1137-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:28', '2023-10-31 16:06:28'),
(285750, 2338, '1137-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:28', '2023-10-31 16:06:28'),
(285751, 2338, '1137-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:28', '2023-10-31 16:06:28'),
(285752, 2338, '1137-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:28', '2023-10-31 16:06:28'),
(285753, 2338, '1137-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:28', '2023-10-31 16:06:28'),
(285754, 2338, '1137-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:28', '2023-10-31 16:06:28'),
(285755, 2338, '1137-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:28', '2023-10-31 16:06:28'),
(285756, 2338, '1137-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:28', '2023-10-31 16:06:28'),
(285757, 2338, '1137-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:28', '2023-10-31 16:06:28'),
(285758, 2338, '1138-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:28', '2023-10-31 16:06:28'),
(285759, 2338, '1138-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:28', '2023-10-31 16:06:28'),
(285760, 2338, '1138-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:28', '2023-10-31 16:06:28'),
(285761, 2338, '1138-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:28', '2023-10-31 16:06:28'),
(285762, 2338, '1138-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:28', '2023-10-31 16:06:28'),
(285763, 2338, '1138-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:28', '2023-10-31 16:06:28'),
(285764, 2338, '1138-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:28', '2023-10-31 16:06:28'),
(285765, 2338, '1138-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:28', '2023-10-31 16:06:28'),
(285766, 2338, '1138-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:28', '2023-10-31 16:06:28'),
(285767, 2338, '1138-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:28', '2023-10-31 16:06:28'),
(285768, 2338, '1138-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:28', '2023-10-31 16:06:28'),
(285769, 2338, '1138-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:28', '2023-10-31 16:06:28'),
(285770, 2338, '1139-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:28', '2023-10-31 16:06:28'),
(285771, 2338, '1139-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:28', '2023-10-31 16:06:28'),
(285772, 2338, '1139-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:28', '2023-10-31 16:06:28'),
(285773, 2338, '1139-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:28', '2023-10-31 16:06:28'),
(285774, 2338, '1139-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:28', '2023-10-31 16:06:28'),
(285775, 2338, '1139-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:28', '2023-10-31 16:06:28'),
(285776, 2338, '1139-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:28', '2023-10-31 16:06:28'),
(285777, 2338, '1139-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:28', '2023-10-31 16:06:28'),
(285778, 2338, '1139-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:28', '2023-10-31 16:06:28'),
(285779, 2338, '1139-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:28', '2023-10-31 16:06:28'),
(285780, 2338, '1139-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:28', '2023-10-31 16:06:28'),
(285781, 2338, '1139-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:28', '2023-10-31 16:06:28'),
(285782, 2338, '1140-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:28', '2023-10-31 16:06:28'),
(285783, 2338, '1140-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:28', '2023-10-31 16:06:28'),
(285784, 2338, '1140-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:28', '2023-10-31 16:06:28'),
(285785, 2338, '1140-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:28', '2023-10-31 16:06:28'),
(285786, 2338, '1140-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:28', '2023-10-31 16:06:28'),
(285787, 2338, '1140-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:28', '2023-10-31 16:06:28'),
(285788, 2338, '1140-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:28', '2023-10-31 16:06:28'),
(285789, 2338, '1140-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:28', '2023-10-31 16:06:28'),
(285790, 2338, '1140-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:28', '2023-10-31 16:06:28'),
(285791, 2338, '1140-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:28', '2023-10-31 16:06:28'),
(285792, 2338, '1140-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:28', '2023-10-31 16:06:28'),
(285793, 2338, '1140-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:28', '2023-10-31 16:06:28'),
(285794, 2338, '1141-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:28', '2023-10-31 16:06:28'),
(285795, 2338, '1141-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:28', '2023-10-31 16:06:28'),
(285796, 2338, '1141-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:28', '2023-10-31 16:06:28'),
(285797, 2338, '1141-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:28', '2023-10-31 16:06:28'),
(285798, 2338, '1141-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:28', '2023-10-31 16:06:28'),
(285799, 2338, '1141-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:28', '2023-10-31 16:06:28'),
(285800, 2338, '1141-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:28', '2023-10-31 16:06:28'),
(285801, 2338, '1141-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:28', '2023-10-31 16:06:28'),
(285802, 2338, '1141-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:28', '2023-10-31 16:06:28'),
(285803, 2338, '1141-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:28', '2023-10-31 16:06:28'),
(285804, 2338, '1141-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:28', '2023-10-31 16:06:28'),
(285805, 2338, '1141-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:28', '2023-10-31 16:06:28'),
(285806, 2338, '1142-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:28', '2023-10-31 16:06:28'),
(285807, 2338, '1142-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:28', '2023-10-31 16:06:28'),
(285808, 2338, '1142-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:28', '2023-10-31 16:06:28'),
(285809, 2338, '1142-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:28', '2023-10-31 16:06:28'),
(285810, 2338, '1142-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:28', '2023-10-31 16:06:28'),
(285811, 2338, '1142-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:28', '2023-10-31 16:06:28'),
(285812, 2338, '1142-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:28', '2023-10-31 16:06:28'),
(285813, 2338, '1142-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:28', '2023-10-31 16:06:28'),
(285814, 2338, '1142-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:28', '2023-10-31 16:06:28'),
(285815, 2338, '1142-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:28', '2023-10-31 16:06:28'),
(285816, 2338, '1142-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:28', '2023-10-31 16:06:28'),
(285817, 2338, '1142-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:28', '2023-10-31 16:06:28'),
(285818, 2338, '1143-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:28', '2023-10-31 16:06:28'),
(285819, 2338, '1143-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:28', '2023-10-31 16:06:28'),
(285820, 2338, '1143-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:28', '2023-10-31 16:06:28'),
(285821, 2338, '1143-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:28', '2023-10-31 16:06:28'),
(285822, 2338, '1143-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:28', '2023-10-31 16:06:28'),
(285823, 2338, '1143-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:28', '2023-10-31 16:06:28'),
(285824, 2338, '1143-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:28', '2023-10-31 16:06:28'),
(285825, 2338, '1143-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:28', '2023-10-31 16:06:28'),
(285826, 2338, '1143-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:28', '2023-10-31 16:06:28'),
(285827, 2338, '1143-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:28', '2023-10-31 16:06:28'),
(285828, 2338, '1143-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:28', '2023-10-31 16:06:28'),
(285829, 2338, '1143-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:28', '2023-10-31 16:06:28'),
(285830, 2338, '1144-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:28', '2023-10-31 16:06:28'),
(285831, 2338, '1144-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:28', '2023-10-31 16:06:28'),
(285832, 2338, '1144-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:28', '2023-10-31 16:06:28'),
(285833, 2338, '1144-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:28', '2023-10-31 16:06:28'),
(285834, 2338, '1144-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:28', '2023-10-31 16:06:28'),
(285835, 2338, '1144-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:28', '2023-10-31 16:06:28'),
(285836, 2338, '1144-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:28', '2023-10-31 16:06:28'),
(285837, 2338, '1144-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:28', '2023-10-31 16:06:28'),
(285838, 2338, '1144-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:28', '2023-10-31 16:06:28'),
(285839, 2338, '1144-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:28', '2023-10-31 16:06:28'),
(285840, 2338, '1144-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:28', '2023-10-31 16:06:28'),
(285841, 2338, '1144-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:28', '2023-10-31 16:06:28'),
(285842, 2338, '1145-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:28', '2023-10-31 16:06:28'),
(285843, 2338, '1145-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:28', '2023-10-31 16:06:28'),
(285844, 2338, '1145-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:28', '2023-10-31 16:06:28'),
(285845, 2338, '1145-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:28', '2023-10-31 16:06:28'),
(285846, 2338, '1145-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:28', '2023-10-31 16:06:28'),
(285847, 2338, '1145-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:28', '2023-10-31 16:06:28'),
(285848, 2338, '1145-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:28', '2023-10-31 16:06:28'),
(285849, 2338, '1145-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:28', '2023-10-31 16:06:28'),
(285850, 2338, '1145-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:28', '2023-10-31 16:06:28'),
(285851, 2338, '1145-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:28', '2023-10-31 16:06:28'),
(285852, 2338, '1145-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:28', '2023-10-31 16:06:28'),
(285853, 2338, '1145-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:28', '2023-10-31 16:06:28'),
(285854, 2338, '1146-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:28', '2023-10-31 16:06:28'),
(285855, 2338, '1146-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:28', '2023-10-31 16:06:28'),
(285856, 2338, '1146-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:28', '2023-10-31 16:06:28'),
(285857, 2338, '1146-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:28', '2023-10-31 16:06:28'),
(285858, 2338, '1146-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:28', '2023-10-31 16:06:28'),
(285859, 2338, '1146-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:28', '2023-10-31 16:06:28'),
(285860, 2338, '1146-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:28', '2023-10-31 16:06:28'),
(285861, 2338, '1146-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:28', '2023-10-31 16:06:28'),
(285862, 2338, '1146-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:28', '2023-10-31 16:06:28'),
(285863, 2338, '1146-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:28', '2023-10-31 16:06:28'),
(285864, 2338, '1146-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:28', '2023-10-31 16:06:28'),
(285865, 2338, '1146-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:28', '2023-10-31 16:06:28'),
(285866, 2338, '1147-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:29', '2023-10-31 16:06:29'),
(285867, 2338, '1147-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:29', '2023-10-31 16:06:29'),
(285868, 2338, '1147-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:29', '2023-10-31 16:06:29'),
(285869, 2338, '1147-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:29', '2023-10-31 16:06:29'),
(285870, 2338, '1147-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:29', '2023-10-31 16:06:29'),
(285871, 2338, '1147-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:29', '2023-10-31 16:06:29'),
(285872, 2338, '1147-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:29', '2023-10-31 16:06:29'),
(285873, 2338, '1147-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:29', '2023-10-31 16:06:29'),
(285874, 2338, '1147-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:29', '2023-10-31 16:06:29'),
(285875, 2338, '1147-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:29', '2023-10-31 16:06:29'),
(285876, 2338, '1147-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:29', '2023-10-31 16:06:29'),
(285877, 2338, '1147-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:29', '2023-10-31 16:06:29'),
(285878, 2338, '1148-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:29', '2023-10-31 16:06:29'),
(285879, 2338, '1148-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:29', '2023-10-31 16:06:29'),
(285880, 2338, '1148-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:29', '2023-10-31 16:06:29'),
(285881, 2338, '1148-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:29', '2023-10-31 16:06:29'),
(285882, 2338, '1148-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:29', '2023-10-31 16:06:29'),
(285883, 2338, '1148-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:29', '2023-10-31 16:06:29'),
(285884, 2338, '1148-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:29', '2023-10-31 16:06:29'),
(285885, 2338, '1148-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:29', '2023-10-31 16:06:29'),
(285886, 2338, '1148-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:29', '2023-10-31 16:06:29'),
(285887, 2338, '1148-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:29', '2023-10-31 16:06:29'),
(285888, 2338, '1148-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:29', '2023-10-31 16:06:29'),
(285889, 2338, '1148-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:29', '2023-10-31 16:06:29'),
(285890, 2338, '1149-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:29', '2023-10-31 16:06:29'),
(285891, 2338, '1149-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:29', '2023-10-31 16:06:29'),
(285892, 2338, '1149-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:29', '2023-10-31 16:06:29'),
(285893, 2338, '1149-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:29', '2023-10-31 16:06:29'),
(285894, 2338, '1149-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:29', '2023-10-31 16:06:29'),
(285895, 2338, '1149-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:29', '2023-10-31 16:06:29'),
(285896, 2338, '1149-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:29', '2023-10-31 16:06:29'),
(285897, 2338, '1149-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:29', '2023-10-31 16:06:29'),
(285898, 2338, '1149-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:29', '2023-10-31 16:06:29'),
(285899, 2338, '1149-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:29', '2023-10-31 16:06:29'),
(285900, 2338, '1149-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:29', '2023-10-31 16:06:29'),
(285901, 2338, '1149-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:29', '2023-10-31 16:06:29'),
(285902, 2338, '1150-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:29', '2023-10-31 16:06:29'),
(285903, 2338, '1150-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:29', '2023-10-31 16:06:29'),
(285904, 2338, '1150-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:29', '2023-10-31 16:06:29'),
(285905, 2338, '1150-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:29', '2023-10-31 16:06:29'),
(285906, 2338, '1150-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:29', '2023-10-31 16:06:29'),
(285907, 2338, '1150-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:29', '2023-10-31 16:06:29'),
(285908, 2338, '1150-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:29', '2023-10-31 16:06:29'),
(285909, 2338, '1150-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:29', '2023-10-31 16:06:29'),
(285910, 2338, '1150-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:29', '2023-10-31 16:06:29'),
(285911, 2338, '1150-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:29', '2023-10-31 16:06:29'),
(285912, 2338, '1150-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:29', '2023-10-31 16:06:29'),
(285913, 2338, '1150-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:29', '2023-10-31 16:06:29'),
(285914, 2338, '1151-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:29', '2023-10-31 16:06:29'),
(285915, 2338, '1151-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:29', '2023-10-31 16:06:29'),
(285916, 2338, '1151-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:29', '2023-10-31 16:06:29'),
(285917, 2338, '1151-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:29', '2023-10-31 16:06:29'),
(285918, 2338, '1151-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:29', '2023-10-31 16:06:29'),
(285919, 2338, '1151-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:29', '2023-10-31 16:06:29'),
(285920, 2338, '1151-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:29', '2023-10-31 16:06:29'),
(285921, 2338, '1151-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:29', '2023-10-31 16:06:29'),
(285922, 2338, '1151-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:29', '2023-10-31 16:06:29'),
(285923, 2338, '1151-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:29', '2023-10-31 16:06:29'),
(285924, 2338, '1151-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:29', '2023-10-31 16:06:29'),
(285925, 2338, '1151-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:29', '2023-10-31 16:06:29'),
(285926, 2338, '1152-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:29', '2023-10-31 16:06:29'),
(285927, 2338, '1152-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:29', '2023-10-31 16:06:29'),
(285928, 2338, '1152-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:29', '2023-10-31 16:06:29'),
(285929, 2338, '1152-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:29', '2023-10-31 16:06:29'),
(285930, 2338, '1152-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:29', '2023-10-31 16:06:29'),
(285931, 2338, '1152-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:29', '2023-10-31 16:06:29'),
(285932, 2338, '1152-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:29', '2023-10-31 16:06:29'),
(285933, 2338, '1152-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:29', '2023-10-31 16:06:29'),
(285934, 2338, '1152-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:29', '2023-10-31 16:06:29'),
(285935, 2338, '1152-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:29', '2023-10-31 16:06:29'),
(285936, 2338, '1152-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:29', '2023-10-31 16:06:29'),
(285937, 2338, '1152-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:29', '2023-10-31 16:06:29'),
(285938, 2338, '1153-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:29', '2023-10-31 16:06:29'),
(285939, 2338, '1153-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:29', '2023-10-31 16:06:29'),
(285940, 2338, '1153-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:29', '2023-10-31 16:06:29'),
(285941, 2338, '1153-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:29', '2023-10-31 16:06:29'),
(285942, 2338, '1153-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:29', '2023-10-31 16:06:29'),
(285943, 2338, '1153-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:29', '2023-10-31 16:06:29'),
(285944, 2338, '1153-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:29', '2023-10-31 16:06:29'),
(285945, 2338, '1153-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:29', '2023-10-31 16:06:29'),
(285946, 2338, '1153-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:29', '2023-10-31 16:06:29'),
(285947, 2338, '1153-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:29', '2023-10-31 16:06:29'),
(285948, 2338, '1153-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:29', '2023-10-31 16:06:29'),
(285949, 2338, '1153-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:29', '2023-10-31 16:06:29'),
(285950, 2338, '1154-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:29', '2023-10-31 16:06:29'),
(285951, 2338, '1154-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:29', '2023-10-31 16:06:29'),
(285952, 2338, '1154-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:29', '2023-10-31 16:06:29'),
(285953, 2338, '1154-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:29', '2023-10-31 16:06:29'),
(285954, 2338, '1154-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:29', '2023-10-31 16:06:29'),
(285955, 2338, '1154-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:29', '2023-10-31 16:06:29'),
(285956, 2338, '1154-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:29', '2023-10-31 16:06:29'),
(285957, 2338, '1154-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:29', '2023-10-31 16:06:29'),
(285958, 2338, '1154-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:29', '2023-10-31 16:06:29'),
(285959, 2338, '1154-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:29', '2023-10-31 16:06:29'),
(285960, 2338, '1154-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:29', '2023-10-31 16:06:29'),
(285961, 2338, '1154-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:29', '2023-10-31 16:06:29'),
(285962, 2338, '1155-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:29', '2023-10-31 16:06:29'),
(285963, 2338, '1155-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:29', '2023-10-31 16:06:29'),
(285964, 2338, '1155-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:29', '2023-10-31 16:06:29'),
(285965, 2338, '1155-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:29', '2023-10-31 16:06:29'),
(285966, 2338, '1155-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:29', '2023-10-31 16:06:29'),
(285967, 2338, '1155-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:29', '2023-10-31 16:06:29'),
(285968, 2338, '1155-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:29', '2023-10-31 16:06:29'),
(285969, 2338, '1155-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:29', '2023-10-31 16:06:29'),
(285970, 2338, '1155-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:29', '2023-10-31 16:06:29'),
(285971, 2338, '1155-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:29', '2023-10-31 16:06:29'),
(285972, 2338, '1155-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:29', '2023-10-31 16:06:29'),
(285973, 2338, '1155-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:29', '2023-10-31 16:06:29'),
(285974, 2338, '1156-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:29', '2023-10-31 16:06:29'),
(285975, 2338, '1156-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:29', '2023-10-31 16:06:29'),
(285976, 2338, '1156-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:29', '2023-10-31 16:06:29'),
(285977, 2338, '1156-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:29', '2023-10-31 16:06:29'),
(285978, 2338, '1156-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:29', '2023-10-31 16:06:29'),
(285979, 2338, '1156-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:29', '2023-10-31 16:06:29'),
(285980, 2338, '1156-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:29', '2023-10-31 16:06:29'),
(285981, 2338, '1156-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:29', '2023-10-31 16:06:29'),
(285982, 2338, '1156-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:29', '2023-10-31 16:06:29'),
(285983, 2338, '1156-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:29', '2023-10-31 16:06:29'),
(285984, 2338, '1156-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:29', '2023-10-31 16:06:29'),
(285985, 2338, '1156-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:29', '2023-10-31 16:06:29'),
(285986, 2338, '1157-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:29', '2023-10-31 16:06:29'),
(285987, 2338, '1157-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:29', '2023-10-31 16:06:29'),
(285988, 2338, '1157-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:29', '2023-10-31 16:06:29'),
(285989, 2338, '1157-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:29', '2023-10-31 16:06:29'),
(285990, 2338, '1157-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:29', '2023-10-31 16:06:29'),
(285991, 2338, '1157-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:29', '2023-10-31 16:06:29'),
(285992, 2338, '1157-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:29', '2023-10-31 16:06:29'),
(285993, 2338, '1157-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:29', '2023-10-31 16:06:29'),
(285994, 2338, '1157-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:29', '2023-10-31 16:06:29'),
(285995, 2338, '1157-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:29', '2023-10-31 16:06:29'),
(285996, 2338, '1157-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:29', '2023-10-31 16:06:29'),
(285997, 2338, '1157-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:29', '2023-10-31 16:06:29'),
(285998, 2338, '1158-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:29', '2023-10-31 16:06:29'),
(285999, 2338, '1158-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:29', '2023-10-31 16:06:29'),
(286000, 2338, '1158-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:29', '2023-10-31 16:06:29'),
(286001, 2338, '1158-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:29', '2023-10-31 16:06:29'),
(286002, 2338, '1158-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:29', '2023-10-31 16:06:29'),
(286003, 2338, '1158-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:29', '2023-10-31 16:06:29'),
(286004, 2338, '1158-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:29', '2023-10-31 16:06:29'),
(286005, 2338, '1158-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:29', '2023-10-31 16:06:29'),
(286006, 2338, '1158-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:29', '2023-10-31 16:06:29'),
(286007, 2338, '1158-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:29', '2023-10-31 16:06:29'),
(286008, 2338, '1158-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:29', '2023-10-31 16:06:29'),
(286009, 2338, '1158-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:29', '2023-10-31 16:06:29'),
(286010, 2338, '1159-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:29', '2023-10-31 16:06:29'),
(286011, 2338, '1159-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:29', '2023-10-31 16:06:29'),
(286012, 2338, '1159-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:29', '2023-10-31 16:06:29'),
(286013, 2338, '1159-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:29', '2023-10-31 16:06:29'),
(286014, 2338, '1159-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:29', '2023-10-31 16:06:29'),
(286015, 2338, '1159-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:29', '2023-10-31 16:06:29'),
(286016, 2338, '1159-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:29', '2023-10-31 16:06:29'),
(286017, 2338, '1159-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:29', '2023-10-31 16:06:29'),
(286018, 2338, '1159-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:29', '2023-10-31 16:06:29'),
(286019, 2338, '1159-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:29', '2023-10-31 16:06:29'),
(286020, 2338, '1159-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:29', '2023-10-31 16:06:29'),
(286021, 2338, '1159-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:29', '2023-10-31 16:06:29'),
(286022, 2338, '1160-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:29', '2023-10-31 16:06:29'),
(286023, 2338, '1160-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:29', '2023-10-31 16:06:29'),
(286024, 2338, '1160-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:29', '2023-10-31 16:06:29'),
(286025, 2338, '1160-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:29', '2023-10-31 16:06:29'),
(286026, 2338, '1160-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:29', '2023-10-31 16:06:29'),
(286027, 2338, '1160-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:29', '2023-10-31 16:06:29'),
(286028, 2338, '1160-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:29', '2023-10-31 16:06:29'),
(286029, 2338, '1160-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:29', '2023-10-31 16:06:29'),
(286030, 2338, '1160-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:29', '2023-10-31 16:06:29'),
(286031, 2338, '1160-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:29', '2023-10-31 16:06:29'),
(286032, 2338, '1160-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:29', '2023-10-31 16:06:29'),
(286033, 2338, '1160-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:29', '2023-10-31 16:06:29'),
(286034, 2338, '1161-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:29', '2023-10-31 16:06:29'),
(286035, 2338, '1161-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:29', '2023-10-31 16:06:29'),
(286036, 2338, '1161-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:29', '2023-10-31 16:06:29'),
(286037, 2338, '1161-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:29', '2023-10-31 16:06:29'),
(286038, 2338, '1161-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:29', '2023-10-31 16:06:29'),
(286039, 2338, '1161-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:29', '2023-10-31 16:06:29'),
(286040, 2338, '1161-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:29', '2023-10-31 16:06:29'),
(286041, 2338, '1161-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:29', '2023-10-31 16:06:29'),
(286042, 2338, '1161-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:29', '2023-10-31 16:06:29'),
(286043, 2338, '1161-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:29', '2023-10-31 16:06:29'),
(286044, 2338, '1161-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:29', '2023-10-31 16:06:29'),
(286045, 2338, '1161-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:29', '2023-10-31 16:06:29'),
(286046, 2338, '1162-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:29', '2023-10-31 16:06:29'),
(286047, 2338, '1162-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:29', '2023-10-31 16:06:29'),
(286048, 2338, '1162-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:29', '2023-10-31 16:06:29'),
(286049, 2338, '1162-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:29', '2023-10-31 16:06:29'),
(286050, 2338, '1162-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:29', '2023-10-31 16:06:29'),
(286051, 2338, '1162-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:29', '2023-10-31 16:06:29'),
(286052, 2338, '1162-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:29', '2023-10-31 16:06:29'),
(286053, 2338, '1162-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:29', '2023-10-31 16:06:29'),
(286054, 2338, '1162-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:29', '2023-10-31 16:06:29'),
(286055, 2338, '1162-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:29', '2023-10-31 16:06:29'),
(286056, 2338, '1162-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:29', '2023-10-31 16:06:29'),
(286057, 2338, '1162-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:29', '2023-10-31 16:06:29'),
(286058, 2338, '1163-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:29', '2023-10-31 16:06:29'),
(286059, 2338, '1163-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:29', '2023-10-31 16:06:29'),
(286060, 2338, '1163-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:29', '2023-10-31 16:06:29'),
(286061, 2338, '1163-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:29', '2023-10-31 16:06:29'),
(286062, 2338, '1163-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:29', '2023-10-31 16:06:29'),
(286063, 2338, '1163-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:29', '2023-10-31 16:06:29'),
(286064, 2338, '1163-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:29', '2023-10-31 16:06:29'),
(286065, 2338, '1163-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:29', '2023-10-31 16:06:29'),
(286066, 2338, '1163-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:29', '2023-10-31 16:06:29'),
(286067, 2338, '1163-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:29', '2023-10-31 16:06:29'),
(286068, 2338, '1163-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:29', '2023-10-31 16:06:29'),
(286069, 2338, '1163-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:29', '2023-10-31 16:06:29'),
(286070, 2338, '1164-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:29', '2023-10-31 16:06:29'),
(286071, 2338, '1164-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:29', '2023-10-31 16:06:29'),
(286072, 2338, '1164-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:29', '2023-10-31 16:06:29'),
(286073, 2338, '1164-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:29', '2023-10-31 16:06:29'),
(286074, 2338, '1164-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:29', '2023-10-31 16:06:29'),
(286075, 2338, '1164-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:29', '2023-10-31 16:06:29'),
(286076, 2338, '1164-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:29', '2023-10-31 16:06:29'),
(286077, 2338, '1164-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:30', '2023-10-31 16:06:30'),
(286078, 2338, '1164-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:30', '2023-10-31 16:06:30'),
(286079, 2338, '1164-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:30', '2023-10-31 16:06:30'),
(286080, 2338, '1164-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:30', '2023-10-31 16:06:30'),
(286081, 2338, '1164-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:30', '2023-10-31 16:06:30'),
(286082, 2338, '1165-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:30', '2023-10-31 16:06:30'),
(286083, 2338, '1165-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:30', '2023-10-31 16:06:30'),
(286084, 2338, '1165-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:30', '2023-10-31 16:06:30'),
(286085, 2338, '1165-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:30', '2023-10-31 16:06:30'),
(286086, 2338, '1165-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:30', '2023-10-31 16:06:30'),
(286087, 2338, '1165-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:30', '2023-10-31 16:06:30'),
(286088, 2338, '1165-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:30', '2023-10-31 16:06:30'),
(286089, 2338, '1165-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:30', '2023-10-31 16:06:30'),
(286090, 2338, '1165-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:30', '2023-10-31 16:06:30'),
(286091, 2338, '1165-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:30', '2023-10-31 16:06:30'),
(286092, 2338, '1165-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:30', '2023-10-31 16:06:30'),
(286093, 2338, '1165-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:30', '2023-10-31 16:06:30'),
(286094, 2338, '1166-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:30', '2023-10-31 16:06:30'),
(286095, 2338, '1166-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:30', '2023-10-31 16:06:30'),
(286096, 2338, '1166-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:30', '2023-10-31 16:06:30'),
(286097, 2338, '1166-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:30', '2023-10-31 16:06:30'),
(286098, 2338, '1166-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:30', '2023-10-31 16:06:30'),
(286099, 2338, '1166-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:30', '2023-10-31 16:06:30'),
(286100, 2338, '1166-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:30', '2023-10-31 16:06:30'),
(286101, 2338, '1166-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:30', '2023-10-31 16:06:30'),
(286102, 2338, '1166-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:30', '2023-10-31 16:06:30'),
(286103, 2338, '1166-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:30', '2023-10-31 16:06:30'),
(286104, 2338, '1166-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:30', '2023-10-31 16:06:30'),
(286105, 2338, '1166-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:30', '2023-10-31 16:06:30'),
(286106, 2338, '1167-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:30', '2023-10-31 16:06:30'),
(286107, 2338, '1167-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:30', '2023-10-31 16:06:30'),
(286108, 2338, '1167-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:30', '2023-10-31 16:06:30'),
(286109, 2338, '1167-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:30', '2023-10-31 16:06:30'),
(286110, 2338, '1167-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:30', '2023-10-31 16:06:30'),
(286111, 2338, '1167-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:30', '2023-10-31 16:06:30'),
(286112, 2338, '1167-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:30', '2023-10-31 16:06:30'),
(286113, 2338, '1167-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:30', '2023-10-31 16:06:30'),
(286114, 2338, '1167-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:30', '2023-10-31 16:06:30'),
(286115, 2338, '1167-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:30', '2023-10-31 16:06:30'),
(286116, 2338, '1167-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:30', '2023-10-31 16:06:30'),
(286117, 2338, '1167-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:30', '2023-10-31 16:06:30'),
(286118, 2338, '1168-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:30', '2023-10-31 16:06:30'),
(286119, 2338, '1168-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:30', '2023-10-31 16:06:30'),
(286120, 2338, '1168-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:30', '2023-10-31 16:06:30'),
(286121, 2338, '1168-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:30', '2023-10-31 16:06:30'),
(286122, 2338, '1168-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:30', '2023-10-31 16:06:30'),
(286123, 2338, '1168-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:30', '2023-10-31 16:06:30'),
(286124, 2338, '1168-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:30', '2023-10-31 16:06:30'),
(286125, 2338, '1168-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:30', '2023-10-31 16:06:30'),
(286126, 2338, '1168-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:30', '2023-10-31 16:06:30'),
(286127, 2338, '1168-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:30', '2023-10-31 16:06:30'),
(286128, 2338, '1168-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:30', '2023-10-31 16:06:30'),
(286129, 2338, '1168-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:30', '2023-10-31 16:06:30'),
(286130, 2338, '1169-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:30', '2023-10-31 16:06:30'),
(286131, 2338, '1169-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:30', '2023-10-31 16:06:30'),
(286132, 2338, '1169-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:30', '2023-10-31 16:06:30'),
(286133, 2338, '1169-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:30', '2023-10-31 16:06:30'),
(286134, 2338, '1169-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:30', '2023-10-31 16:06:30'),
(286135, 2338, '1169-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:30', '2023-10-31 16:06:30'),
(286136, 2338, '1169-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:30', '2023-10-31 16:06:30'),
(286137, 2338, '1169-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:30', '2023-10-31 16:06:30'),
(286138, 2338, '1169-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:30', '2023-10-31 16:06:30'),
(286139, 2338, '1169-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:30', '2023-10-31 16:06:30'),
(286140, 2338, '1169-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:30', '2023-10-31 16:06:30'),
(286141, 2338, '1169-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:30', '2023-10-31 16:06:30'),
(286142, 2338, '1170-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:30', '2023-10-31 16:06:30'),
(286143, 2338, '1170-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:30', '2023-10-31 16:06:30'),
(286144, 2338, '1170-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:30', '2023-10-31 16:06:30'),
(286145, 2338, '1170-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:30', '2023-10-31 16:06:30'),
(286146, 2338, '1170-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:30', '2023-10-31 16:06:30'),
(286147, 2338, '1170-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:30', '2023-10-31 16:06:30'),
(286148, 2338, '1170-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:30', '2023-10-31 16:06:30'),
(286149, 2338, '1170-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:30', '2023-10-31 16:06:30'),
(286150, 2338, '1170-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:30', '2023-10-31 16:06:30'),
(286151, 2338, '1170-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:30', '2023-10-31 16:06:30'),
(286152, 2338, '1170-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:30', '2023-10-31 16:06:30'),
(286153, 2338, '1170-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:30', '2023-10-31 16:06:30'),
(286154, 2338, '1171-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:30', '2023-10-31 16:06:30'),
(286155, 2338, '1171-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:30', '2023-10-31 16:06:30'),
(286156, 2338, '1171-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:30', '2023-10-31 16:06:30'),
(286157, 2338, '1171-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:30', '2023-10-31 16:06:30'),
(286158, 2338, '1171-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:30', '2023-10-31 16:06:30'),
(286159, 2338, '1171-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:30', '2023-10-31 16:06:30'),
(286160, 2338, '1171-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:30', '2023-10-31 16:06:30'),
(286161, 2338, '1171-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:30', '2023-10-31 16:06:30'),
(286162, 2338, '1171-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:30', '2023-10-31 16:06:30'),
(286163, 2338, '1171-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:30', '2023-10-31 16:06:30'),
(286164, 2338, '1171-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:30', '2023-10-31 16:06:30'),
(286165, 2338, '1171-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:30', '2023-10-31 16:06:30'),
(286166, 2338, '1172-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:30', '2023-10-31 16:06:30'),
(286167, 2338, '1172-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:30', '2023-10-31 16:06:30');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(286168, 2338, '1172-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:30', '2023-10-31 16:06:30'),
(286169, 2338, '1172-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:30', '2023-10-31 16:06:30'),
(286170, 2338, '1172-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:30', '2023-10-31 16:06:30'),
(286171, 2338, '1172-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:30', '2023-10-31 16:06:30'),
(286172, 2338, '1172-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:30', '2023-10-31 16:06:30'),
(286173, 2338, '1172-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:30', '2023-10-31 16:06:30'),
(286174, 2338, '1172-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:30', '2023-10-31 16:06:30'),
(286175, 2338, '1172-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:30', '2023-10-31 16:06:30'),
(286176, 2338, '1172-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:30', '2023-10-31 16:06:30'),
(286177, 2338, '1172-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:30', '2023-10-31 16:06:30'),
(286178, 2338, '1173-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:30', '2023-10-31 16:06:30'),
(286179, 2338, '1173-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:30', '2023-10-31 16:06:30'),
(286180, 2338, '1173-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:30', '2023-10-31 16:06:30'),
(286181, 2338, '1173-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:30', '2023-10-31 16:06:30'),
(286182, 2338, '1173-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:30', '2023-10-31 16:06:30'),
(286183, 2338, '1173-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:30', '2023-10-31 16:06:30'),
(286184, 2338, '1173-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:30', '2023-10-31 16:06:30'),
(286185, 2338, '1173-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:30', '2023-10-31 16:06:30'),
(286186, 2338, '1173-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:30', '2023-10-31 16:06:30'),
(286187, 2338, '1173-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:30', '2023-10-31 16:06:30'),
(286188, 2338, '1173-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:30', '2023-10-31 16:06:30'),
(286189, 2338, '1173-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:30', '2023-10-31 16:06:30'),
(286190, 2338, '1174-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:30', '2023-10-31 16:06:30'),
(286191, 2338, '1174-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:30', '2023-10-31 16:06:30'),
(286192, 2338, '1174-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:30', '2023-10-31 16:06:30'),
(286193, 2338, '1174-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:30', '2023-10-31 16:06:30'),
(286194, 2338, '1174-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:30', '2023-10-31 16:06:30'),
(286195, 2338, '1174-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:30', '2023-10-31 16:06:30'),
(286196, 2338, '1174-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:30', '2023-10-31 16:06:30'),
(286197, 2338, '1174-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:30', '2023-10-31 16:06:30'),
(286198, 2338, '1174-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:30', '2023-10-31 16:06:30'),
(286199, 2338, '1174-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:30', '2023-10-31 16:06:30'),
(286200, 2338, '1174-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:30', '2023-10-31 16:06:30'),
(286201, 2338, '1174-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:30', '2023-10-31 16:06:30'),
(286202, 2338, '1175-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:30', '2023-10-31 16:06:30'),
(286203, 2338, '1175-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:30', '2023-10-31 16:06:30'),
(286204, 2338, '1175-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:30', '2023-10-31 16:06:30'),
(286205, 2338, '1175-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:30', '2023-10-31 16:06:30'),
(286206, 2338, '1175-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:30', '2023-10-31 16:06:30'),
(286207, 2338, '1175-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:30', '2023-10-31 16:06:30'),
(286208, 2338, '1175-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:30', '2023-10-31 16:06:30'),
(286209, 2338, '1175-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:30', '2023-10-31 16:06:30'),
(286210, 2338, '1175-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:30', '2023-10-31 16:06:30'),
(286211, 2338, '1175-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:30', '2023-10-31 16:06:30'),
(286212, 2338, '1175-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:30', '2023-10-31 16:06:30'),
(286213, 2338, '1175-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:30', '2023-10-31 16:06:30'),
(286214, 2338, '1176-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:30', '2023-10-31 16:06:30'),
(286215, 2338, '1176-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:30', '2023-10-31 16:06:30'),
(286216, 2338, '1176-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:30', '2023-10-31 16:06:30'),
(286217, 2338, '1176-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:30', '2023-10-31 16:06:30'),
(286218, 2338, '1176-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:30', '2023-10-31 16:06:30'),
(286219, 2338, '1176-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:30', '2023-10-31 16:06:30'),
(286220, 2338, '1176-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:30', '2023-10-31 16:06:30'),
(286221, 2338, '1176-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:30', '2023-10-31 16:06:30'),
(286222, 2338, '1176-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:30', '2023-10-31 16:06:30'),
(286223, 2338, '1176-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:30', '2023-10-31 16:06:30'),
(286224, 2338, '1176-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:30', '2023-10-31 16:06:30'),
(286225, 2338, '1176-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:30', '2023-10-31 16:06:30'),
(286226, 2338, '1177-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:30', '2023-10-31 16:06:30'),
(286227, 2338, '1177-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:30', '2023-10-31 16:06:30'),
(286228, 2338, '1177-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:30', '2023-10-31 16:06:30'),
(286229, 2338, '1177-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:30', '2023-10-31 16:06:30'),
(286230, 2338, '1177-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:30', '2023-10-31 16:06:30'),
(286231, 2338, '1177-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:30', '2023-10-31 16:06:30'),
(286232, 2338, '1177-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:30', '2023-10-31 16:06:30'),
(286233, 2338, '1177-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:30', '2023-10-31 16:06:30'),
(286234, 2338, '1177-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:30', '2023-10-31 16:06:30'),
(286235, 2338, '1177-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:30', '2023-10-31 16:06:30'),
(286236, 2338, '1177-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:30', '2023-10-31 16:06:30'),
(286237, 2338, '1177-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:30', '2023-10-31 16:06:30'),
(286238, 2338, '1178-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:30', '2023-10-31 16:06:30'),
(286239, 2338, '1178-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:30', '2023-10-31 16:06:30'),
(286240, 2338, '1178-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:30', '2023-10-31 16:06:30'),
(286241, 2338, '1178-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:30', '2023-10-31 16:06:30'),
(286242, 2338, '1178-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:30', '2023-10-31 16:06:30'),
(286243, 2338, '1178-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:30', '2023-10-31 16:06:30'),
(286244, 2338, '1178-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:30', '2023-10-31 16:06:30'),
(286245, 2338, '1178-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:30', '2023-10-31 16:06:30'),
(286246, 2338, '1178-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:30', '2023-10-31 16:06:30'),
(286247, 2338, '1178-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:30', '2023-10-31 16:06:30'),
(286248, 2338, '1178-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:30', '2023-10-31 16:06:30'),
(286249, 2338, '1178-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:30', '2023-10-31 16:06:30'),
(286250, 2338, '1179-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:30', '2023-10-31 16:06:30'),
(286251, 2338, '1179-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:30', '2023-10-31 16:06:30'),
(286252, 2338, '1179-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:30', '2023-10-31 16:06:30'),
(286253, 2338, '1179-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:30', '2023-10-31 16:06:30'),
(286254, 2338, '1179-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:30', '2023-10-31 16:06:30'),
(286255, 2338, '1179-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:30', '2023-10-31 16:06:30'),
(286256, 2338, '1179-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:30', '2023-10-31 16:06:30'),
(286257, 2338, '1179-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:30', '2023-10-31 16:06:30'),
(286258, 2338, '1179-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:30', '2023-10-31 16:06:30'),
(286259, 2338, '1179-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:30', '2023-10-31 16:06:30'),
(286260, 2338, '1179-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:30', '2023-10-31 16:06:30'),
(286261, 2338, '1179-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:30', '2023-10-31 16:06:30'),
(286262, 2338, '1180-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:30', '2023-10-31 16:06:30'),
(286263, 2338, '1180-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:30', '2023-10-31 16:06:30'),
(286264, 2338, '1180-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:30', '2023-10-31 16:06:30'),
(286265, 2338, '1180-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:30', '2023-10-31 16:06:30'),
(286266, 2338, '1180-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:30', '2023-10-31 16:06:30'),
(286267, 2338, '1180-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:30', '2023-10-31 16:06:30'),
(286268, 2338, '1180-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:30', '2023-10-31 16:06:30'),
(286269, 2338, '1180-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:30', '2023-10-31 16:06:30'),
(286270, 2338, '1180-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:30', '2023-10-31 16:06:30'),
(286271, 2338, '1180-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:30', '2023-10-31 16:06:30'),
(286272, 2338, '1180-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:30', '2023-10-31 16:06:30'),
(286273, 2338, '1180-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:30', '2023-10-31 16:06:30'),
(286274, 2338, '1181-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:30', '2023-10-31 16:06:30'),
(286275, 2338, '1181-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:30', '2023-10-31 16:06:30'),
(286276, 2338, '1181-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:30', '2023-10-31 16:06:30'),
(286277, 2338, '1181-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:30', '2023-10-31 16:06:30'),
(286278, 2338, '1181-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:30', '2023-10-31 16:06:30'),
(286279, 2338, '1181-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:30', '2023-10-31 16:06:30'),
(286280, 2338, '1181-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:30', '2023-10-31 16:06:30'),
(286281, 2338, '1181-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:30', '2023-10-31 16:06:30'),
(286282, 2338, '1181-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:30', '2023-10-31 16:06:30'),
(286283, 2338, '1181-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:30', '2023-10-31 16:06:30'),
(286284, 2338, '1181-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:30', '2023-10-31 16:06:30'),
(286285, 2338, '1181-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:30', '2023-10-31 16:06:30'),
(286286, 2338, '1182-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:30', '2023-10-31 16:06:30'),
(286287, 2338, '1182-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:30', '2023-10-31 16:06:30'),
(286288, 2338, '1182-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:30', '2023-10-31 16:06:30'),
(286289, 2338, '1182-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:30', '2023-10-31 16:06:30'),
(286290, 2338, '1182-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:30', '2023-10-31 16:06:30'),
(286291, 2338, '1182-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:30', '2023-10-31 16:06:30'),
(286292, 2338, '1182-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:30', '2023-10-31 16:06:30'),
(286293, 2338, '1182-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:31', '2023-10-31 16:06:31'),
(286294, 2338, '1182-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:31', '2023-10-31 16:06:31'),
(286295, 2338, '1182-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:31', '2023-10-31 16:06:31'),
(286296, 2338, '1182-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:31', '2023-10-31 16:06:31'),
(286297, 2338, '1182-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:31', '2023-10-31 16:06:31'),
(286298, 2338, '1183-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:31', '2023-10-31 16:06:31'),
(286299, 2338, '1183-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:31', '2023-10-31 16:06:31'),
(286300, 2338, '1183-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:31', '2023-10-31 16:06:31'),
(286301, 2338, '1183-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:31', '2023-10-31 16:06:31'),
(286302, 2338, '1183-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:31', '2023-10-31 16:06:31'),
(286303, 2338, '1183-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:31', '2023-10-31 16:06:31'),
(286304, 2338, '1183-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:31', '2023-10-31 16:06:31'),
(286305, 2338, '1183-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:31', '2023-10-31 16:06:31'),
(286306, 2338, '1183-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:31', '2023-10-31 16:06:31'),
(286307, 2338, '1183-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:31', '2023-10-31 16:06:31'),
(286308, 2338, '1183-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:31', '2023-10-31 16:06:31'),
(286309, 2338, '1183-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:31', '2023-10-31 16:06:31'),
(286310, 2338, '1184-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:31', '2023-10-31 16:06:31'),
(286311, 2338, '1184-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:31', '2023-10-31 16:06:31'),
(286312, 2338, '1184-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:31', '2023-10-31 16:06:31'),
(286313, 2338, '1184-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:31', '2023-10-31 16:06:31'),
(286314, 2338, '1184-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:31', '2023-10-31 16:06:31'),
(286315, 2338, '1184-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:31', '2023-10-31 16:06:31'),
(286316, 2338, '1184-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:31', '2023-10-31 16:06:31'),
(286317, 2338, '1184-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:31', '2023-10-31 16:06:31'),
(286318, 2338, '1184-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:31', '2023-10-31 16:06:31'),
(286319, 2338, '1184-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:31', '2023-10-31 16:06:31'),
(286320, 2338, '1184-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:31', '2023-10-31 16:06:31'),
(286321, 2338, '1184-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:31', '2023-10-31 16:06:31'),
(286322, 2338, '1185-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:31', '2023-10-31 16:06:31'),
(286323, 2338, '1185-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:31', '2023-10-31 16:06:31'),
(286324, 2338, '1185-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:31', '2023-10-31 16:06:31'),
(286325, 2338, '1185-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:31', '2023-10-31 16:06:31'),
(286326, 2338, '1185-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:31', '2023-10-31 16:06:31'),
(286327, 2338, '1185-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:31', '2023-10-31 16:06:31'),
(286328, 2338, '1185-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:31', '2023-10-31 16:06:31'),
(286329, 2338, '1185-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:31', '2023-10-31 16:06:31'),
(286330, 2338, '1185-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:31', '2023-10-31 16:06:31'),
(286331, 2338, '1185-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:31', '2023-10-31 16:06:31'),
(286332, 2338, '1185-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:31', '2023-10-31 16:06:31'),
(286333, 2338, '1185-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:31', '2023-10-31 16:06:31'),
(286334, 2338, '1186-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:31', '2023-10-31 16:06:31'),
(286335, 2338, '1186-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:31', '2023-10-31 16:06:31'),
(286336, 2338, '1186-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:31', '2023-10-31 16:06:31'),
(286337, 2338, '1186-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:31', '2023-10-31 16:06:31'),
(286338, 2338, '1186-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:31', '2023-10-31 16:06:31'),
(286339, 2338, '1186-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:31', '2023-10-31 16:06:31'),
(286340, 2338, '1186-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:31', '2023-10-31 16:06:31'),
(286341, 2338, '1186-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:31', '2023-10-31 16:06:31'),
(286342, 2338, '1186-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:31', '2023-10-31 16:06:31'),
(286343, 2338, '1186-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:31', '2023-10-31 16:06:31'),
(286344, 2338, '1186-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:31', '2023-10-31 16:06:31'),
(286345, 2338, '1186-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:31', '2023-10-31 16:06:31'),
(286346, 2338, '1187-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:31', '2023-10-31 16:06:31'),
(286347, 2338, '1187-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:31', '2023-10-31 16:06:31'),
(286348, 2338, '1187-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:31', '2023-10-31 16:06:31'),
(286349, 2338, '1187-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:31', '2023-10-31 16:06:31'),
(286350, 2338, '1187-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:31', '2023-10-31 16:06:31'),
(286351, 2338, '1187-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:31', '2023-10-31 16:06:31'),
(286352, 2338, '1187-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:31', '2023-10-31 16:06:31'),
(286353, 2338, '1187-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:31', '2023-10-31 16:06:31'),
(286354, 2338, '1187-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:31', '2023-10-31 16:06:31'),
(286355, 2338, '1187-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:31', '2023-10-31 16:06:31'),
(286356, 2338, '1187-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:31', '2023-10-31 16:06:31'),
(286357, 2338, '1187-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:31', '2023-10-31 16:06:31'),
(286358, 2338, '1188-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:31', '2023-10-31 16:06:31'),
(286359, 2338, '1188-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:31', '2023-10-31 16:06:31'),
(286360, 2338, '1188-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:31', '2023-10-31 16:06:31'),
(286361, 2338, '1188-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:31', '2023-10-31 16:06:31'),
(286362, 2338, '1188-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:31', '2023-10-31 16:06:31'),
(286363, 2338, '1188-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:31', '2023-10-31 16:06:31'),
(286364, 2338, '1188-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:31', '2023-10-31 16:06:31'),
(286365, 2338, '1188-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:31', '2023-10-31 16:06:31'),
(286366, 2338, '1188-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:31', '2023-10-31 16:06:31'),
(286367, 2338, '1188-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:31', '2023-10-31 16:06:31'),
(286368, 2338, '1188-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:31', '2023-10-31 16:06:31'),
(286369, 2338, '1188-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:31', '2023-10-31 16:06:31'),
(286370, 2338, '1189-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:31', '2023-10-31 16:06:31'),
(286371, 2338, '1189-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:31', '2023-10-31 16:06:31'),
(286372, 2338, '1189-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:31', '2023-10-31 16:06:31'),
(286373, 2338, '1189-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:31', '2023-10-31 16:06:31'),
(286374, 2338, '1189-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:31', '2023-10-31 16:06:31'),
(286375, 2338, '1189-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:31', '2023-10-31 16:06:31'),
(286376, 2338, '1189-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:31', '2023-10-31 16:06:31'),
(286377, 2338, '1189-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:31', '2023-10-31 16:06:31'),
(286378, 2338, '1189-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:31', '2023-10-31 16:06:31'),
(286379, 2338, '1189-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:31', '2023-10-31 16:06:31'),
(286380, 2338, '1189-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:31', '2023-10-31 16:06:31'),
(286381, 2338, '1189-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:31', '2023-10-31 16:06:31'),
(286382, 2338, '1190-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:31', '2023-10-31 16:06:31'),
(286383, 2338, '1190-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:31', '2023-10-31 16:06:31'),
(286384, 2338, '1190-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:31', '2023-10-31 16:06:31'),
(286385, 2338, '1190-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:31', '2023-10-31 16:06:31'),
(286386, 2338, '1190-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:31', '2023-10-31 16:06:31'),
(286387, 2338, '1190-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:31', '2023-10-31 16:06:31'),
(286388, 2338, '1190-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:31', '2023-10-31 16:06:31'),
(286389, 2338, '1190-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:31', '2023-10-31 16:06:31'),
(286390, 2338, '1190-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:31', '2023-10-31 16:06:31'),
(286391, 2338, '1190-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:31', '2023-10-31 16:06:31'),
(286392, 2338, '1190-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:31', '2023-10-31 16:06:31'),
(286393, 2338, '1190-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:31', '2023-10-31 16:06:31'),
(286394, 2338, '1191-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:31', '2023-10-31 16:06:31'),
(286395, 2338, '1191-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:31', '2023-10-31 16:06:31'),
(286396, 2338, '1191-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:31', '2023-10-31 16:06:31'),
(286397, 2338, '1191-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:31', '2023-10-31 16:06:31'),
(286398, 2338, '1191-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:31', '2023-10-31 16:06:31'),
(286399, 2338, '1191-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:31', '2023-10-31 16:06:31'),
(286400, 2338, '1191-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:31', '2023-10-31 16:06:31'),
(286401, 2338, '1191-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:31', '2023-10-31 16:06:31'),
(286402, 2338, '1191-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:31', '2023-10-31 16:06:31'),
(286403, 2338, '1191-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:31', '2023-10-31 16:06:31'),
(286404, 2338, '1191-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:31', '2023-10-31 16:06:31'),
(286405, 2338, '1191-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:31', '2023-10-31 16:06:31'),
(286406, 2338, '1192-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:31', '2023-10-31 16:06:31'),
(286407, 2338, '1192-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:31', '2023-10-31 16:06:31'),
(286408, 2338, '1192-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:31', '2023-10-31 16:06:31'),
(286409, 2338, '1192-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:31', '2023-10-31 16:06:31'),
(286410, 2338, '1192-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:31', '2023-10-31 16:06:31'),
(286411, 2338, '1192-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:31', '2023-10-31 16:06:31'),
(286412, 2338, '1192-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:31', '2023-10-31 16:06:31'),
(286413, 2338, '1192-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:31', '2023-10-31 16:06:31'),
(286414, 2338, '1192-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:31', '2023-10-31 16:06:31'),
(286415, 2338, '1192-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:31', '2023-10-31 16:06:31'),
(286416, 2338, '1192-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:31', '2023-10-31 16:06:31'),
(286417, 2338, '1192-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:31', '2023-10-31 16:06:31'),
(286418, 2338, '1193-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:31', '2023-10-31 16:06:31'),
(286419, 2338, '1193-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:31', '2023-10-31 16:06:31'),
(286420, 2338, '1193-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:31', '2023-10-31 16:06:31'),
(286421, 2338, '1193-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:31', '2023-10-31 16:06:31'),
(286422, 2338, '1193-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:31', '2023-10-31 16:06:31'),
(286423, 2338, '1193-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:31', '2023-10-31 16:06:31'),
(286424, 2338, '1193-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:31', '2023-10-31 16:06:31'),
(286425, 2338, '1193-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:31', '2023-10-31 16:06:31'),
(286426, 2338, '1193-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:31', '2023-10-31 16:06:31'),
(286427, 2338, '1193-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:31', '2023-10-31 16:06:31'),
(286428, 2338, '1193-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:31', '2023-10-31 16:06:31'),
(286429, 2338, '1193-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:31', '2023-10-31 16:06:31'),
(286430, 2338, '1194-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:31', '2023-10-31 16:06:31'),
(286431, 2338, '1194-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:31', '2023-10-31 16:06:31'),
(286432, 2338, '1194-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:31', '2023-10-31 16:06:31'),
(286433, 2338, '1194-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:31', '2023-10-31 16:06:31'),
(286434, 2338, '1194-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:31', '2023-10-31 16:06:31'),
(286435, 2338, '1194-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:31', '2023-10-31 16:06:31'),
(286436, 2338, '1194-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:31', '2023-10-31 16:06:31'),
(286437, 2338, '1194-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:31', '2023-10-31 16:06:31'),
(286438, 2338, '1194-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:31', '2023-10-31 16:06:31'),
(286439, 2338, '1194-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:31', '2023-10-31 16:06:31'),
(286440, 2338, '1194-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:31', '2023-10-31 16:06:31'),
(286441, 2338, '1194-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:31', '2023-10-31 16:06:31'),
(286442, 2338, '1195-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:31', '2023-10-31 16:06:31'),
(286443, 2338, '1195-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:31', '2023-10-31 16:06:31'),
(286444, 2338, '1195-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:31', '2023-10-31 16:06:31'),
(286445, 2338, '1195-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:31', '2023-10-31 16:06:31'),
(286446, 2338, '1195-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:31', '2023-10-31 16:06:31'),
(286447, 2338, '1195-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:31', '2023-10-31 16:06:31'),
(286448, 2338, '1195-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:31', '2023-10-31 16:06:31'),
(286449, 2338, '1195-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:31', '2023-10-31 16:06:31'),
(286450, 2338, '1195-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:31', '2023-10-31 16:06:31'),
(286451, 2338, '1195-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:31', '2023-10-31 16:06:31'),
(286452, 2338, '1195-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:31', '2023-10-31 16:06:31'),
(286453, 2338, '1195-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:31', '2023-10-31 16:06:31'),
(286454, 2338, '1196-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:31', '2023-10-31 16:06:31'),
(286455, 2338, '1196-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:31', '2023-10-31 16:06:31'),
(286456, 2338, '1196-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:31', '2023-10-31 16:06:31'),
(286457, 2338, '1196-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:31', '2023-10-31 16:06:31'),
(286458, 2338, '1196-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:31', '2023-10-31 16:06:31'),
(286459, 2338, '1196-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:31', '2023-10-31 16:06:31'),
(286460, 2338, '1196-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:31', '2023-10-31 16:06:31'),
(286461, 2338, '1196-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:31', '2023-10-31 16:06:31'),
(286462, 2338, '1196-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:31', '2023-10-31 16:06:31'),
(286463, 2338, '1196-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:31', '2023-10-31 16:06:31'),
(286464, 2338, '1196-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:31', '2023-10-31 16:06:31'),
(286465, 2338, '1196-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:31', '2023-10-31 16:06:31'),
(286466, 2338, '1197-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:31', '2023-10-31 16:06:31'),
(286467, 2338, '1197-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:31', '2023-10-31 16:06:31'),
(286468, 2338, '1197-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:31', '2023-10-31 16:06:31'),
(286469, 2338, '1197-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:31', '2023-10-31 16:06:31'),
(286470, 2338, '1197-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:31', '2023-10-31 16:06:31'),
(286471, 2338, '1197-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:31', '2023-10-31 16:06:31'),
(286472, 2338, '1197-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:31', '2023-10-31 16:06:31'),
(286473, 2338, '1197-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:31', '2023-10-31 16:06:31'),
(286474, 2338, '1197-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:31', '2023-10-31 16:06:31'),
(286475, 2338, '1197-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:31', '2023-10-31 16:06:31'),
(286476, 2338, '1197-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:31', '2023-10-31 16:06:31'),
(286477, 2338, '1197-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:31', '2023-10-31 16:06:31'),
(286478, 2338, '1198-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:31', '2023-10-31 16:06:31'),
(286479, 2338, '1198-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:31', '2023-10-31 16:06:31'),
(286480, 2338, '1198-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:31', '2023-10-31 16:06:31'),
(286481, 2338, '1198-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:31', '2023-10-31 16:06:31'),
(286482, 2338, '1198-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:31', '2023-10-31 16:06:31'),
(286483, 2338, '1198-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:31', '2023-10-31 16:06:31'),
(286484, 2338, '1198-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:31', '2023-10-31 16:06:31'),
(286485, 2338, '1198-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:31', '2023-10-31 16:06:31'),
(286486, 2338, '1198-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:31', '2023-10-31 16:06:31'),
(286487, 2338, '1198-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:31', '2023-10-31 16:06:31'),
(286488, 2338, '1198-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:31', '2023-10-31 16:06:31'),
(286489, 2338, '1198-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:31', '2023-10-31 16:06:31'),
(286490, 2338, '1199-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:31', '2023-10-31 16:06:31'),
(286491, 2338, '1199-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:31', '2023-10-31 16:06:31'),
(286492, 2338, '1199-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:31', '2023-10-31 16:06:31'),
(286493, 2338, '1199-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:31', '2023-10-31 16:06:31'),
(286494, 2338, '1199-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:31', '2023-10-31 16:06:31'),
(286495, 2338, '1199-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:31', '2023-10-31 16:06:31'),
(286496, 2338, '1199-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:31', '2023-10-31 16:06:31'),
(286497, 2338, '1199-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:31', '2023-10-31 16:06:31'),
(286498, 2338, '1199-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:31', '2023-10-31 16:06:31'),
(286499, 2338, '1199-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:31', '2023-10-31 16:06:31'),
(286500, 2338, '1199-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:31', '2023-10-31 16:06:31'),
(286501, 2338, '1199-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:31', '2023-10-31 16:06:31'),
(286502, 2338, '1200-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:31', '2023-10-31 16:06:31'),
(286503, 2338, '1200-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:31', '2023-10-31 16:06:31'),
(286504, 2338, '1200-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:31', '2023-10-31 16:06:31'),
(286505, 2338, '1200-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:31', '2023-10-31 16:06:31'),
(286506, 2338, '1200-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:31', '2023-10-31 16:06:31'),
(286507, 2338, '1200-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:31', '2023-10-31 16:06:31'),
(286508, 2338, '1200-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:31', '2023-10-31 16:06:31'),
(286509, 2338, '1200-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:31', '2023-10-31 16:06:31'),
(286510, 2338, '1200-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:31', '2023-10-31 16:06:31'),
(286511, 2338, '1200-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:31', '2023-10-31 16:06:31'),
(286512, 2338, '1200-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:32', '2023-10-31 16:06:32'),
(286513, 2338, '1200-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:32', '2023-10-31 16:06:32'),
(286514, 2338, '1201-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:32', '2023-10-31 16:06:32'),
(286515, 2338, '1201-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:32', '2023-10-31 16:06:32'),
(286516, 2338, '1201-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:32', '2023-10-31 16:06:32'),
(286517, 2338, '1201-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:32', '2023-10-31 16:06:32'),
(286518, 2338, '1201-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:32', '2023-10-31 16:06:32'),
(286519, 2338, '1201-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:32', '2023-10-31 16:06:32'),
(286520, 2338, '1201-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:32', '2023-10-31 16:06:32'),
(286521, 2338, '1201-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:32', '2023-10-31 16:06:32'),
(286522, 2338, '1201-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:32', '2023-10-31 16:06:32'),
(286523, 2338, '1201-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:32', '2023-10-31 16:06:32'),
(286524, 2338, '1201-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:32', '2023-10-31 16:06:32'),
(286525, 2338, '1201-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:32', '2023-10-31 16:06:32'),
(286526, 2338, '1202-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:32', '2023-10-31 16:06:32'),
(286527, 2338, '1202-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:32', '2023-10-31 16:06:32'),
(286528, 2338, '1202-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:32', '2023-10-31 16:06:32'),
(286529, 2338, '1202-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:32', '2023-10-31 16:06:32'),
(286530, 2338, '1202-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:32', '2023-10-31 16:06:32'),
(286531, 2338, '1202-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:32', '2023-10-31 16:06:32'),
(286532, 2338, '1202-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:32', '2023-10-31 16:06:32'),
(286533, 2338, '1202-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:32', '2023-10-31 16:06:32'),
(286534, 2338, '1202-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:32', '2023-10-31 16:06:32'),
(286535, 2338, '1202-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:32', '2023-10-31 16:06:32'),
(286536, 2338, '1202-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:32', '2023-10-31 16:06:32'),
(286537, 2338, '1202-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:32', '2023-10-31 16:06:32'),
(286538, 2338, '1203-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:32', '2023-10-31 16:06:32'),
(286539, 2338, '1203-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:32', '2023-10-31 16:06:32'),
(286540, 2338, '1203-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:32', '2023-10-31 16:06:32'),
(286541, 2338, '1203-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:32', '2023-10-31 16:06:32'),
(286542, 2338, '1203-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:32', '2023-10-31 16:06:32'),
(286543, 2338, '1203-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:32', '2023-10-31 16:06:32'),
(286544, 2338, '1203-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:32', '2023-10-31 16:06:32'),
(286545, 2338, '1203-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:32', '2023-10-31 16:06:32'),
(286546, 2338, '1203-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:32', '2023-10-31 16:06:32'),
(286547, 2338, '1203-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:32', '2023-10-31 16:06:32'),
(286548, 2338, '1203-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:32', '2023-10-31 16:06:32'),
(286549, 2338, '1203-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:32', '2023-10-31 16:06:32'),
(286550, 2338, '1204-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:32', '2023-10-31 16:06:32'),
(286551, 2338, '1204-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:32', '2023-10-31 16:06:32'),
(286552, 2338, '1204-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:32', '2023-10-31 16:06:32'),
(286553, 2338, '1204-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:32', '2023-10-31 16:06:32'),
(286554, 2338, '1204-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:32', '2023-10-31 16:06:32'),
(286555, 2338, '1204-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:32', '2023-10-31 16:06:32'),
(286556, 2338, '1204-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:32', '2023-10-31 16:06:32'),
(286557, 2338, '1204-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:32', '2023-10-31 16:06:32'),
(286558, 2338, '1204-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:32', '2023-10-31 16:06:32'),
(286559, 2338, '1204-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:32', '2023-10-31 16:06:32'),
(286560, 2338, '1204-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:32', '2023-10-31 16:06:32'),
(286561, 2338, '1204-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:32', '2023-10-31 16:06:32'),
(286562, 2338, '1205-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:32', '2023-10-31 16:06:32'),
(286563, 2338, '1205-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:32', '2023-10-31 16:06:32'),
(286564, 2338, '1205-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:32', '2023-10-31 16:06:32'),
(286565, 2338, '1205-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:32', '2023-10-31 16:06:32'),
(286566, 2338, '1205-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:32', '2023-10-31 16:06:32'),
(286567, 2338, '1205-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:32', '2023-10-31 16:06:32'),
(286568, 2338, '1205-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:32', '2023-10-31 16:06:32'),
(286569, 2338, '1205-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:32', '2023-10-31 16:06:32'),
(286570, 2338, '1205-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:32', '2023-10-31 16:06:32'),
(286571, 2338, '1205-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:32', '2023-10-31 16:06:32'),
(286572, 2338, '1205-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:32', '2023-10-31 16:06:32'),
(286573, 2338, '1205-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:32', '2023-10-31 16:06:32'),
(286574, 2338, '1206-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:32', '2023-10-31 16:06:32'),
(286575, 2338, '1206-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:32', '2023-10-31 16:06:32'),
(286576, 2338, '1206-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:32', '2023-10-31 16:06:32'),
(286577, 2338, '1206-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:32', '2023-10-31 16:06:32'),
(286578, 2338, '1206-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:32', '2023-10-31 16:06:32'),
(286579, 2338, '1206-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:32', '2023-10-31 16:06:32'),
(286580, 2338, '1206-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:32', '2023-10-31 16:06:32'),
(286581, 2338, '1206-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:32', '2023-10-31 16:06:32'),
(286582, 2338, '1206-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:32', '2023-10-31 16:06:32'),
(286583, 2338, '1206-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:32', '2023-10-31 16:06:32'),
(286584, 2338, '1206-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:32', '2023-10-31 16:06:32'),
(286585, 2338, '1206-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:32', '2023-10-31 16:06:32'),
(286586, 2338, '1207-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:32', '2023-10-31 16:06:32'),
(286587, 2338, '1207-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:32', '2023-10-31 16:06:32'),
(286588, 2338, '1207-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:32', '2023-10-31 16:06:32'),
(286589, 2338, '1207-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:32', '2023-10-31 16:06:32'),
(286590, 2338, '1207-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:32', '2023-10-31 16:06:32'),
(286591, 2338, '1207-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:32', '2023-10-31 16:06:32'),
(286592, 2338, '1207-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:32', '2023-10-31 16:06:32'),
(286593, 2338, '1207-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:32', '2023-10-31 16:06:32'),
(286594, 2338, '1207-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:32', '2023-10-31 16:06:32'),
(286595, 2338, '1207-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:32', '2023-10-31 16:06:32'),
(286596, 2338, '1207-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:32', '2023-10-31 16:06:32'),
(286597, 2338, '1207-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:32', '2023-10-31 16:06:32'),
(286598, 2338, '1208-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:32', '2023-10-31 16:06:32'),
(286599, 2338, '1208-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:32', '2023-10-31 16:06:32'),
(286600, 2338, '1208-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:32', '2023-10-31 16:06:32'),
(286601, 2338, '1208-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:32', '2023-10-31 16:06:32'),
(286602, 2338, '1208-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:32', '2023-10-31 16:06:32'),
(286603, 2338, '1208-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:32', '2023-10-31 16:06:32'),
(286604, 2338, '1208-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:32', '2023-10-31 16:06:32'),
(286605, 2338, '1208-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:32', '2023-10-31 16:06:32'),
(286606, 2338, '1208-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:32', '2023-10-31 16:06:32'),
(286607, 2338, '1208-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:32', '2023-10-31 16:06:32'),
(286608, 2338, '1208-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:32', '2023-10-31 16:06:32'),
(286609, 2338, '1208-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:32', '2023-10-31 16:06:32'),
(286610, 2338, '1209-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:32', '2023-10-31 16:06:32'),
(286611, 2338, '1209-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:32', '2023-10-31 16:06:32'),
(286612, 2338, '1209-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:32', '2023-10-31 16:06:32'),
(286613, 2338, '1209-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:32', '2023-10-31 16:06:32'),
(286614, 2338, '1209-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:32', '2023-10-31 16:06:32'),
(286615, 2338, '1209-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:32', '2023-10-31 16:06:32'),
(286616, 2338, '1209-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:32', '2023-10-31 16:06:32'),
(286617, 2338, '1209-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:32', '2023-10-31 16:06:32'),
(286618, 2338, '1209-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:32', '2023-10-31 16:06:32'),
(286619, 2338, '1209-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:32', '2023-10-31 16:06:32'),
(286620, 2338, '1209-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:32', '2023-10-31 16:06:32'),
(286621, 2338, '1209-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:32', '2023-10-31 16:06:32'),
(286622, 2338, '1210-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:32', '2023-10-31 16:06:32'),
(286623, 2338, '1210-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:32', '2023-10-31 16:06:32'),
(286624, 2338, '1210-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:32', '2023-10-31 16:06:32'),
(286625, 2338, '1210-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:32', '2023-10-31 16:06:32'),
(286626, 2338, '1210-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:32', '2023-10-31 16:06:32'),
(286627, 2338, '1210-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:32', '2023-10-31 16:06:32'),
(286628, 2338, '1210-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:32', '2023-10-31 16:06:32'),
(286629, 2338, '1210-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:32', '2023-10-31 16:06:32'),
(286630, 2338, '1210-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:32', '2023-10-31 16:06:32'),
(286631, 2338, '1210-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:32', '2023-10-31 16:06:32'),
(286632, 2338, '1210-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:32', '2023-10-31 16:06:32');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(286633, 2338, '1210-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:32', '2023-10-31 16:06:32'),
(286634, 2338, '1211-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:32', '2023-10-31 16:06:32'),
(286635, 2338, '1211-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:32', '2023-10-31 16:06:32'),
(286636, 2338, '1211-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:32', '2023-10-31 16:06:32'),
(286637, 2338, '1211-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:32', '2023-10-31 16:06:32'),
(286638, 2338, '1211-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:32', '2023-10-31 16:06:32'),
(286639, 2338, '1211-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:32', '2023-10-31 16:06:32'),
(286640, 2338, '1211-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:32', '2023-10-31 16:06:32'),
(286641, 2338, '1211-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:32', '2023-10-31 16:06:32'),
(286642, 2338, '1211-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:32', '2023-10-31 16:06:32'),
(286643, 2338, '1211-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:32', '2023-10-31 16:06:32'),
(286644, 2338, '1211-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:32', '2023-10-31 16:06:32'),
(286645, 2338, '1211-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:32', '2023-10-31 16:06:32'),
(286646, 2338, '1212-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:32', '2023-10-31 16:06:32'),
(286647, 2338, '1212-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:32', '2023-10-31 16:06:32'),
(286648, 2338, '1212-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:32', '2023-10-31 16:06:32'),
(286649, 2338, '1212-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:32', '2023-10-31 16:06:32'),
(286650, 2338, '1212-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:32', '2023-10-31 16:06:32'),
(286651, 2338, '1212-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:32', '2023-10-31 16:06:32'),
(286652, 2338, '1212-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:32', '2023-10-31 16:06:32'),
(286653, 2338, '1212-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:32', '2023-10-31 16:06:32'),
(286654, 2338, '1212-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:32', '2023-10-31 16:06:32'),
(286655, 2338, '1212-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:32', '2023-10-31 16:06:32'),
(286656, 2338, '1212-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:32', '2023-10-31 16:06:32'),
(286657, 2338, '1212-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:32', '2023-10-31 16:06:32'),
(286658, 2338, '1213-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:32', '2023-10-31 16:06:32'),
(286659, 2338, '1213-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:32', '2023-10-31 16:06:32'),
(286660, 2338, '1213-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:32', '2023-10-31 16:06:32'),
(286661, 2338, '1213-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:32', '2023-10-31 16:06:32'),
(286662, 2338, '1213-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:32', '2023-10-31 16:06:32'),
(286663, 2338, '1213-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:32', '2023-10-31 16:06:32'),
(286664, 2338, '1213-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:32', '2023-10-31 16:06:32'),
(286665, 2338, '1213-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:32', '2023-10-31 16:06:32'),
(286666, 2338, '1213-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:32', '2023-10-31 16:06:32'),
(286667, 2338, '1213-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:32', '2023-10-31 16:06:32'),
(286668, 2338, '1213-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:32', '2023-10-31 16:06:32'),
(286669, 2338, '1213-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:32', '2023-10-31 16:06:32'),
(286670, 2338, '1214-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:32', '2023-10-31 16:06:32'),
(286671, 2338, '1214-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:32', '2023-10-31 16:06:32'),
(286672, 2338, '1214-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:32', '2023-10-31 16:06:32'),
(286673, 2338, '1214-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:32', '2023-10-31 16:06:32'),
(286674, 2338, '1214-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:32', '2023-10-31 16:06:32'),
(286675, 2338, '1214-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:32', '2023-10-31 16:06:32'),
(286676, 2338, '1214-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:32', '2023-10-31 16:06:32'),
(286677, 2338, '1214-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:32', '2023-10-31 16:06:32'),
(286678, 2338, '1214-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:32', '2023-10-31 16:06:32'),
(286679, 2338, '1214-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:32', '2023-10-31 16:06:32'),
(286680, 2338, '1214-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:32', '2023-10-31 16:06:32'),
(286681, 2338, '1214-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:32', '2023-10-31 16:06:32'),
(286682, 2338, '1215-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:32', '2023-10-31 16:06:32'),
(286683, 2338, '1215-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:32', '2023-10-31 16:06:32'),
(286684, 2338, '1215-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:32', '2023-10-31 16:06:32'),
(286685, 2338, '1215-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:32', '2023-10-31 16:06:32'),
(286686, 2338, '1215-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:32', '2023-10-31 16:06:32'),
(286687, 2338, '1215-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:32', '2023-10-31 16:06:32'),
(286688, 2338, '1215-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:32', '2023-10-31 16:06:32'),
(286689, 2338, '1215-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:32', '2023-10-31 16:06:32'),
(286690, 2338, '1215-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:32', '2023-10-31 16:06:32'),
(286691, 2338, '1215-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:32', '2023-10-31 16:06:32'),
(286692, 2338, '1215-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:32', '2023-10-31 16:06:32'),
(286693, 2338, '1215-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:32', '2023-10-31 16:06:32'),
(286694, 2338, '1216-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:32', '2023-10-31 16:06:32'),
(286695, 2338, '1216-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:32', '2023-10-31 16:06:32'),
(286696, 2338, '1216-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:32', '2023-10-31 16:06:32'),
(286697, 2338, '1216-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:32', '2023-10-31 16:06:32'),
(286698, 2338, '1216-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:32', '2023-10-31 16:06:32'),
(286699, 2338, '1216-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:32', '2023-10-31 16:06:32'),
(286700, 2338, '1216-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:32', '2023-10-31 16:06:32'),
(286701, 2338, '1216-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:32', '2023-10-31 16:06:32'),
(286702, 2338, '1216-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:32', '2023-10-31 16:06:32'),
(286703, 2338, '1216-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:32', '2023-10-31 16:06:32'),
(286704, 2338, '1216-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:32', '2023-10-31 16:06:32'),
(286705, 2338, '1216-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:32', '2023-10-31 16:06:32'),
(286706, 2338, '1217-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:32', '2023-10-31 16:06:32'),
(286707, 2338, '1217-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:32', '2023-10-31 16:06:32'),
(286708, 2338, '1217-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:32', '2023-10-31 16:06:32'),
(286709, 2338, '1217-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:32', '2023-10-31 16:06:32'),
(286710, 2338, '1217-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:32', '2023-10-31 16:06:32'),
(286711, 2338, '1217-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:32', '2023-10-31 16:06:32'),
(286712, 2338, '1217-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:32', '2023-10-31 16:06:32'),
(286713, 2338, '1217-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:32', '2023-10-31 16:06:32'),
(286714, 2338, '1217-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:32', '2023-10-31 16:06:32'),
(286715, 2338, '1217-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:32', '2023-10-31 16:06:32'),
(286716, 2338, '1217-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:32', '2023-10-31 16:06:32'),
(286717, 2338, '1217-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:32', '2023-10-31 16:06:32'),
(286718, 2338, '1218-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:32', '2023-10-31 16:06:32'),
(286719, 2338, '1218-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:32', '2023-10-31 16:06:32'),
(286720, 2338, '1218-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:32', '2023-10-31 16:06:32'),
(286721, 2338, '1218-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:32', '2023-10-31 16:06:32'),
(286722, 2338, '1218-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:32', '2023-10-31 16:06:32'),
(286723, 2338, '1218-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:32', '2023-10-31 16:06:32'),
(286724, 2338, '1218-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:32', '2023-10-31 16:06:32'),
(286725, 2338, '1218-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:32', '2023-10-31 16:06:32'),
(286726, 2338, '1218-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:32', '2023-10-31 16:06:32'),
(286727, 2338, '1218-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:32', '2023-10-31 16:06:32'),
(286728, 2338, '1218-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:32', '2023-10-31 16:06:32'),
(286729, 2338, '1218-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:32', '2023-10-31 16:06:32'),
(286730, 2338, '1219-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:32', '2023-10-31 16:06:32'),
(286731, 2338, '1219-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:32', '2023-10-31 16:06:32'),
(286732, 2338, '1219-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:32', '2023-10-31 16:06:32'),
(286733, 2338, '1219-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:33', '2023-10-31 16:06:33'),
(286734, 2338, '1219-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:33', '2023-10-31 16:06:33'),
(286735, 2338, '1219-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:33', '2023-10-31 16:06:33'),
(286736, 2338, '1219-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:33', '2023-10-31 16:06:33'),
(286737, 2338, '1219-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:33', '2023-10-31 16:06:33'),
(286738, 2338, '1219-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:33', '2023-10-31 16:06:33'),
(286739, 2338, '1219-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:33', '2023-10-31 16:06:33'),
(286740, 2338, '1219-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:33', '2023-10-31 16:06:33'),
(286741, 2338, '1219-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:33', '2023-10-31 16:06:33'),
(286742, 2338, '1220-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:33', '2023-10-31 16:06:33'),
(286743, 2338, '1220-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:33', '2023-10-31 16:06:33'),
(286744, 2338, '1220-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:33', '2023-10-31 16:06:33'),
(286745, 2338, '1220-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:33', '2023-10-31 16:06:33'),
(286746, 2338, '1220-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:33', '2023-10-31 16:06:33'),
(286747, 2338, '1220-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:33', '2023-10-31 16:06:33'),
(286748, 2338, '1220-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:33', '2023-10-31 16:06:33'),
(286749, 2338, '1220-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:33', '2023-10-31 16:06:33'),
(286750, 2338, '1220-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:33', '2023-10-31 16:06:33'),
(286751, 2338, '1220-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:33', '2023-10-31 16:06:33'),
(286752, 2338, '1220-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:33', '2023-10-31 16:06:33'),
(286753, 2338, '1220-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:33', '2023-10-31 16:06:33'),
(286754, 2338, '1221-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:33', '2023-10-31 16:06:33'),
(286755, 2338, '1221-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:33', '2023-10-31 16:06:33'),
(286756, 2338, '1221-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:33', '2023-10-31 16:06:33'),
(286757, 2338, '1221-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:33', '2023-10-31 16:06:33'),
(286758, 2338, '1221-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:33', '2023-10-31 16:06:33'),
(286759, 2338, '1221-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:33', '2023-10-31 16:06:33'),
(286760, 2338, '1221-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:33', '2023-10-31 16:06:33'),
(286761, 2338, '1221-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:33', '2023-10-31 16:06:33'),
(286762, 2338, '1221-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:33', '2023-10-31 16:06:33'),
(286763, 2338, '1221-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:33', '2023-10-31 16:06:33'),
(286764, 2338, '1221-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:33', '2023-10-31 16:06:33'),
(286765, 2338, '1221-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:33', '2023-10-31 16:06:33'),
(286766, 2338, '1222-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:33', '2023-10-31 16:06:33'),
(286767, 2338, '1222-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:33', '2023-10-31 16:06:33'),
(286768, 2338, '1222-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:33', '2023-10-31 16:06:33'),
(286769, 2338, '1222-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:33', '2023-10-31 16:06:33'),
(286770, 2338, '1222-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:33', '2023-10-31 16:06:33'),
(286771, 2338, '1222-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:33', '2023-10-31 16:06:33'),
(286772, 2338, '1222-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:33', '2023-10-31 16:06:33'),
(286773, 2338, '1222-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:33', '2023-10-31 16:06:33'),
(286774, 2338, '1222-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:33', '2023-10-31 16:06:33'),
(286775, 2338, '1222-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:33', '2023-10-31 16:06:33'),
(286776, 2338, '1222-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:33', '2023-10-31 16:06:33'),
(286777, 2338, '1222-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:33', '2023-10-31 16:06:33'),
(286778, 2338, '1223-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:33', '2023-10-31 16:06:33'),
(286779, 2338, '1223-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:33', '2023-10-31 16:06:33'),
(286780, 2338, '1223-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:33', '2023-10-31 16:06:33'),
(286781, 2338, '1223-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:33', '2023-10-31 16:06:33'),
(286782, 2338, '1223-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:33', '2023-10-31 16:06:33'),
(286783, 2338, '1223-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:33', '2023-10-31 16:06:33'),
(286784, 2338, '1223-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:33', '2023-10-31 16:06:33'),
(286785, 2338, '1223-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:33', '2023-10-31 16:06:33'),
(286786, 2338, '1223-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:33', '2023-10-31 16:06:33'),
(286787, 2338, '1223-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:33', '2023-10-31 16:06:33'),
(286788, 2338, '1223-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:33', '2023-10-31 16:06:33'),
(286789, 2338, '1223-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:33', '2023-10-31 16:06:33'),
(286790, 2338, '1224-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:33', '2023-10-31 16:06:33'),
(286791, 2338, '1224-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:33', '2023-10-31 16:06:33'),
(286792, 2338, '1224-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:33', '2023-10-31 16:06:33'),
(286793, 2338, '1224-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:33', '2023-10-31 16:06:33'),
(286794, 2338, '1224-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:33', '2023-10-31 16:06:33'),
(286795, 2338, '1224-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:33', '2023-10-31 16:06:33'),
(286796, 2338, '1224-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:33', '2023-10-31 16:06:33'),
(286797, 2338, '1224-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:33', '2023-10-31 16:06:33'),
(286798, 2338, '1224-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:33', '2023-10-31 16:06:33'),
(286799, 2338, '1224-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:33', '2023-10-31 16:06:33'),
(286800, 2338, '1224-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:33', '2023-10-31 16:06:33'),
(286801, 2338, '1224-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:33', '2023-10-31 16:06:33'),
(286802, 2338, '1225-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:33', '2023-10-31 16:06:33'),
(286803, 2338, '1225-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:33', '2023-10-31 16:06:33'),
(286804, 2338, '1225-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:33', '2023-10-31 16:06:33'),
(286805, 2338, '1225-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:33', '2023-10-31 16:06:33'),
(286806, 2338, '1225-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:33', '2023-10-31 16:06:33'),
(286807, 2338, '1225-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:33', '2023-10-31 16:06:33'),
(286808, 2338, '1225-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:33', '2023-10-31 16:06:33'),
(286809, 2338, '1225-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:33', '2023-10-31 16:06:33'),
(286810, 2338, '1225-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:33', '2023-10-31 16:06:33'),
(286811, 2338, '1225-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:33', '2023-10-31 16:06:33'),
(286812, 2338, '1225-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:33', '2023-10-31 16:06:33'),
(286813, 2338, '1225-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:33', '2023-10-31 16:06:33'),
(286814, 2338, '1226-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:33', '2023-10-31 16:06:33'),
(286815, 2338, '1226-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:33', '2023-10-31 16:06:33'),
(286816, 2338, '1226-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:33', '2023-10-31 16:06:33'),
(286817, 2338, '1226-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:33', '2023-10-31 16:06:33'),
(286818, 2338, '1226-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:33', '2023-10-31 16:06:33'),
(286819, 2338, '1226-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:33', '2023-10-31 16:06:33'),
(286820, 2338, '1226-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:33', '2023-10-31 16:06:33'),
(286821, 2338, '1226-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:33', '2023-10-31 16:06:33'),
(286822, 2338, '1226-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:33', '2023-10-31 16:06:33'),
(286823, 2338, '1226-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:33', '2023-10-31 16:06:33'),
(286824, 2338, '1226-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:33', '2023-10-31 16:06:33'),
(286825, 2338, '1226-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:33', '2023-10-31 16:06:33'),
(286826, 2338, '1227-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:33', '2023-10-31 16:06:33'),
(286827, 2338, '1227-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:33', '2023-10-31 16:06:33'),
(286828, 2338, '1227-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:33', '2023-10-31 16:06:33'),
(286829, 2338, '1227-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:33', '2023-10-31 16:06:33'),
(286830, 2338, '1227-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:33', '2023-10-31 16:06:33'),
(286831, 2338, '1227-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:33', '2023-10-31 16:06:33'),
(286832, 2338, '1227-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:33', '2023-10-31 16:06:33'),
(286833, 2338, '1227-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:33', '2023-10-31 16:06:33'),
(286834, 2338, '1227-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:33', '2023-10-31 16:06:33'),
(286835, 2338, '1227-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:33', '2023-10-31 16:06:33'),
(286836, 2338, '1227-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:33', '2023-10-31 16:06:33'),
(286837, 2338, '1227-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:33', '2023-10-31 16:06:33'),
(286838, 2338, '1228-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:33', '2023-10-31 16:06:33'),
(286839, 2338, '1228-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:33', '2023-10-31 16:06:33'),
(286840, 2338, '1228-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:33', '2023-10-31 16:06:33'),
(286841, 2338, '1228-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:33', '2023-10-31 16:06:33'),
(286842, 2338, '1228-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:33', '2023-10-31 16:06:33'),
(286843, 2338, '1228-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:33', '2023-10-31 16:06:33'),
(286844, 2338, '1228-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:33', '2023-10-31 16:06:33'),
(286845, 2338, '1228-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:33', '2023-10-31 16:06:33'),
(286846, 2338, '1228-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:33', '2023-10-31 16:06:33'),
(286847, 2338, '1228-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:33', '2023-10-31 16:06:33'),
(286848, 2338, '1228-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:33', '2023-10-31 16:06:33'),
(286849, 2338, '1228-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:33', '2023-10-31 16:06:33'),
(286850, 2338, '1229-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:33', '2023-10-31 16:06:33'),
(286851, 2338, '1229-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:33', '2023-10-31 16:06:33'),
(286852, 2338, '1229-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:33', '2023-10-31 16:06:33'),
(286853, 2338, '1229-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:33', '2023-10-31 16:06:33'),
(286854, 2338, '1229-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:33', '2023-10-31 16:06:33'),
(286855, 2338, '1229-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:33', '2023-10-31 16:06:33'),
(286856, 2338, '1229-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:33', '2023-10-31 16:06:33'),
(286857, 2338, '1229-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:33', '2023-10-31 16:06:33'),
(286858, 2338, '1229-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:33', '2023-10-31 16:06:33'),
(286859, 2338, '1229-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:33', '2023-10-31 16:06:33'),
(286860, 2338, '1229-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:33', '2023-10-31 16:06:33'),
(286861, 2338, '1229-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:33', '2023-10-31 16:06:33'),
(286862, 2338, '1230-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:33', '2023-10-31 16:06:33'),
(286863, 2338, '1230-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:33', '2023-10-31 16:06:33'),
(286864, 2338, '1230-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:33', '2023-10-31 16:06:33'),
(286865, 2338, '1230-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:33', '2023-10-31 16:06:33'),
(286866, 2338, '1230-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:33', '2023-10-31 16:06:33'),
(286867, 2338, '1230-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:33', '2023-10-31 16:06:33'),
(286868, 2338, '1230-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:33', '2023-10-31 16:06:33'),
(286869, 2338, '1230-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:33', '2023-10-31 16:06:33'),
(286870, 2338, '1230-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:33', '2023-10-31 16:06:33'),
(286871, 2338, '1230-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:33', '2023-10-31 16:06:33'),
(286872, 2338, '1230-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:33', '2023-10-31 16:06:33'),
(286873, 2338, '1230-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:33', '2023-10-31 16:06:33'),
(286874, 2338, '1231-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:33', '2023-10-31 16:06:33'),
(286875, 2338, '1231-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:33', '2023-10-31 16:06:33'),
(286876, 2338, '1231-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:33', '2023-10-31 16:06:33'),
(286877, 2338, '1231-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:33', '2023-10-31 16:06:33'),
(286878, 2338, '1231-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:33', '2023-10-31 16:06:33'),
(286879, 2338, '1231-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:33', '2023-10-31 16:06:33'),
(286880, 2338, '1231-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:33', '2023-10-31 16:06:33'),
(286881, 2338, '1231-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:33', '2023-10-31 16:06:33'),
(286882, 2338, '1231-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:33', '2023-10-31 16:06:33'),
(286883, 2338, '1231-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:33', '2023-10-31 16:06:33'),
(286884, 2338, '1231-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:33', '2023-10-31 16:06:33'),
(286885, 2338, '1231-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:33', '2023-10-31 16:06:33'),
(286886, 2338, '1232-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:33', '2023-10-31 16:06:33'),
(286887, 2338, '1232-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:33', '2023-10-31 16:06:33'),
(286888, 2338, '1232-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:33', '2023-10-31 16:06:33'),
(286889, 2338, '1232-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:33', '2023-10-31 16:06:33'),
(286890, 2338, '1232-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:33', '2023-10-31 16:06:33'),
(286891, 2338, '1232-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:33', '2023-10-31 16:06:33'),
(286892, 2338, '1232-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:33', '2023-10-31 16:06:33'),
(286893, 2338, '1232-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:33', '2023-10-31 16:06:33'),
(286894, 2338, '1232-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:33', '2023-10-31 16:06:33'),
(286895, 2338, '1232-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:33', '2023-10-31 16:06:33'),
(286896, 2338, '1232-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:33', '2023-10-31 16:06:33'),
(286897, 2338, '1232-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:33', '2023-10-31 16:06:33'),
(286898, 2338, '1233-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:33', '2023-10-31 16:06:33'),
(286899, 2338, '1233-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:33', '2023-10-31 16:06:33'),
(286900, 2338, '1233-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:33', '2023-10-31 16:06:33'),
(286901, 2338, '1233-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:33', '2023-10-31 16:06:33'),
(286902, 2338, '1233-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:33', '2023-10-31 16:06:33'),
(286903, 2338, '1233-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:33', '2023-10-31 16:06:33'),
(286904, 2338, '1233-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:33', '2023-10-31 16:06:33'),
(286905, 2338, '1233-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:33', '2023-10-31 16:06:33'),
(286906, 2338, '1233-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:33', '2023-10-31 16:06:33'),
(286907, 2338, '1233-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:33', '2023-10-31 16:06:33'),
(286908, 2338, '1233-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:33', '2023-10-31 16:06:33'),
(286909, 2338, '1233-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:33', '2023-10-31 16:06:33'),
(286910, 2338, '1234-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:33', '2023-10-31 16:06:33'),
(286911, 2338, '1234-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:33', '2023-10-31 16:06:33'),
(286912, 2338, '1234-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:33', '2023-10-31 16:06:33'),
(286913, 2338, '1234-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:33', '2023-10-31 16:06:33'),
(286914, 2338, '1234-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:33', '2023-10-31 16:06:33'),
(286915, 2338, '1234-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:33', '2023-10-31 16:06:33'),
(286916, 2338, '1234-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:33', '2023-10-31 16:06:33'),
(286917, 2338, '1234-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:33', '2023-10-31 16:06:33'),
(286918, 2338, '1234-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:33', '2023-10-31 16:06:33'),
(286919, 2338, '1234-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:33', '2023-10-31 16:06:33'),
(286920, 2338, '1234-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:33', '2023-10-31 16:06:33'),
(286921, 2338, '1234-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:33', '2023-10-31 16:06:33'),
(286922, 2338, '1235-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:33', '2023-10-31 16:06:33'),
(286923, 2338, '1235-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:33', '2023-10-31 16:06:33'),
(286924, 2338, '1235-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:33', '2023-10-31 16:06:33'),
(286925, 2338, '1235-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:33', '2023-10-31 16:06:33'),
(286926, 2338, '1235-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:33', '2023-10-31 16:06:33'),
(286927, 2338, '1235-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:33', '2023-10-31 16:06:33'),
(286928, 2338, '1235-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:33', '2023-10-31 16:06:33'),
(286929, 2338, '1235-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:33', '2023-10-31 16:06:33'),
(286930, 2338, '1235-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:33', '2023-10-31 16:06:33'),
(286931, 2338, '1235-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:33', '2023-10-31 16:06:33'),
(286932, 2338, '1235-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:34', '2023-10-31 16:06:34'),
(286933, 2338, '1235-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:34', '2023-10-31 16:06:34'),
(286934, 2338, '1236-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:34', '2023-10-31 16:06:34'),
(286935, 2338, '1236-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:34', '2023-10-31 16:06:34'),
(286936, 2338, '1236-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:34', '2023-10-31 16:06:34'),
(286937, 2338, '1236-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:34', '2023-10-31 16:06:34'),
(286938, 2338, '1236-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:34', '2023-10-31 16:06:34'),
(286939, 2338, '1236-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:34', '2023-10-31 16:06:34'),
(286940, 2338, '1236-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:34', '2023-10-31 16:06:34'),
(286941, 2338, '1236-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:34', '2023-10-31 16:06:34'),
(286942, 2338, '1236-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:34', '2023-10-31 16:06:34'),
(286943, 2338, '1236-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:34', '2023-10-31 16:06:34'),
(286944, 2338, '1236-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:34', '2023-10-31 16:06:34'),
(286945, 2338, '1236-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:34', '2023-10-31 16:06:34'),
(286946, 2338, '1237-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:34', '2023-10-31 16:06:34'),
(286947, 2338, '1237-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:34', '2023-10-31 16:06:34'),
(286948, 2338, '1237-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:34', '2023-10-31 16:06:34'),
(286949, 2338, '1237-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:34', '2023-10-31 16:06:34'),
(286950, 2338, '1237-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:34', '2023-10-31 16:06:34'),
(286951, 2338, '1237-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:34', '2023-10-31 16:06:34'),
(286952, 2338, '1237-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:34', '2023-10-31 16:06:34'),
(286953, 2338, '1237-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:34', '2023-10-31 16:06:34'),
(286954, 2338, '1237-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:34', '2023-10-31 16:06:34'),
(286955, 2338, '1237-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:34', '2023-10-31 16:06:34'),
(286956, 2338, '1237-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:34', '2023-10-31 16:06:34'),
(286957, 2338, '1237-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:34', '2023-10-31 16:06:34'),
(286958, 2338, '1238-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:34', '2023-10-31 16:06:34'),
(286959, 2338, '1238-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:34', '2023-10-31 16:06:34'),
(286960, 2338, '1238-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:34', '2023-10-31 16:06:34'),
(286961, 2338, '1238-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:34', '2023-10-31 16:06:34'),
(286962, 2338, '1238-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:34', '2023-10-31 16:06:34'),
(286963, 2338, '1238-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:34', '2023-10-31 16:06:34'),
(286964, 2338, '1238-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:34', '2023-10-31 16:06:34'),
(286965, 2338, '1238-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:34', '2023-10-31 16:06:34'),
(286966, 2338, '1238-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:34', '2023-10-31 16:06:34'),
(286967, 2338, '1238-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:34', '2023-10-31 16:06:34'),
(286968, 2338, '1238-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:34', '2023-10-31 16:06:34'),
(286969, 2338, '1238-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:34', '2023-10-31 16:06:34'),
(286970, 2338, '1239-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:34', '2023-10-31 16:06:34'),
(286971, 2338, '1239-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:34', '2023-10-31 16:06:34'),
(286972, 2338, '1239-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:34', '2023-10-31 16:06:34'),
(286973, 2338, '1239-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:34', '2023-10-31 16:06:34'),
(286974, 2338, '1239-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:34', '2023-10-31 16:06:34'),
(286975, 2338, '1239-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:34', '2023-10-31 16:06:34'),
(286976, 2338, '1239-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:34', '2023-10-31 16:06:34'),
(286977, 2338, '1239-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:34', '2023-10-31 16:06:34'),
(286978, 2338, '1239-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:34', '2023-10-31 16:06:34'),
(286979, 2338, '1239-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:34', '2023-10-31 16:06:34'),
(286980, 2338, '1239-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:34', '2023-10-31 16:06:34'),
(286981, 2338, '1239-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:34', '2023-10-31 16:06:34'),
(286982, 2338, '1240-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:34', '2023-10-31 16:06:34'),
(286983, 2338, '1240-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:34', '2023-10-31 16:06:34'),
(286984, 2338, '1240-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:34', '2023-10-31 16:06:34'),
(286985, 2338, '1240-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:34', '2023-10-31 16:06:34'),
(286986, 2338, '1240-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:34', '2023-10-31 16:06:34'),
(286987, 2338, '1240-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:34', '2023-10-31 16:06:34'),
(286988, 2338, '1240-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:34', '2023-10-31 16:06:34'),
(286989, 2338, '1240-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:34', '2023-10-31 16:06:34'),
(286990, 2338, '1240-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:34', '2023-10-31 16:06:34'),
(286991, 2338, '1240-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:34', '2023-10-31 16:06:34'),
(286992, 2338, '1240-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:34', '2023-10-31 16:06:34'),
(286993, 2338, '1240-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:34', '2023-10-31 16:06:34'),
(286994, 2338, '1241-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:34', '2023-10-31 16:06:34'),
(286995, 2338, '1241-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:34', '2023-10-31 16:06:34'),
(286996, 2338, '1241-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:34', '2023-10-31 16:06:34'),
(286997, 2338, '1241-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:34', '2023-10-31 16:06:34'),
(286998, 2338, '1241-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:34', '2023-10-31 16:06:34'),
(286999, 2338, '1241-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:34', '2023-10-31 16:06:34'),
(287000, 2338, '1241-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:34', '2023-10-31 16:06:34'),
(287001, 2338, '1241-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:34', '2023-10-31 16:06:34'),
(287002, 2338, '1241-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:34', '2023-10-31 16:06:34'),
(287003, 2338, '1241-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:34', '2023-10-31 16:06:34'),
(287004, 2338, '1241-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:34', '2023-10-31 16:06:34'),
(287005, 2338, '1241-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:34', '2023-10-31 16:06:34'),
(287006, 2338, '1242-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:34', '2023-10-31 16:06:34'),
(287007, 2338, '1242-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:34', '2023-10-31 16:06:34'),
(287008, 2338, '1242-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:34', '2023-10-31 16:06:34'),
(287009, 2338, '1242-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:34', '2023-10-31 16:06:34'),
(287010, 2338, '1242-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:34', '2023-10-31 16:06:34'),
(287011, 2338, '1242-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:34', '2023-10-31 16:06:34'),
(287012, 2338, '1242-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:34', '2023-10-31 16:06:34'),
(287013, 2338, '1242-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:34', '2023-10-31 16:06:34'),
(287014, 2338, '1242-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:34', '2023-10-31 16:06:34'),
(287015, 2338, '1242-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:34', '2023-10-31 16:06:34'),
(287016, 2338, '1242-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:34', '2023-10-31 16:06:34'),
(287017, 2338, '1242-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:34', '2023-10-31 16:06:34'),
(287018, 2338, '1243-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:34', '2023-10-31 16:06:34'),
(287019, 2338, '1243-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:34', '2023-10-31 16:06:34'),
(287020, 2338, '1243-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:34', '2023-10-31 16:06:34'),
(287021, 2338, '1243-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:34', '2023-10-31 16:06:34'),
(287022, 2338, '1243-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:34', '2023-10-31 16:06:34'),
(287023, 2338, '1243-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:34', '2023-10-31 16:06:34'),
(287024, 2338, '1243-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:34', '2023-10-31 16:06:34'),
(287025, 2338, '1243-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:34', '2023-10-31 16:06:34'),
(287026, 2338, '1243-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:34', '2023-10-31 16:06:34'),
(287027, 2338, '1243-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:34', '2023-10-31 16:06:34'),
(287028, 2338, '1243-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:34', '2023-10-31 16:06:34'),
(287029, 2338, '1243-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:34', '2023-10-31 16:06:34'),
(287030, 2338, '1244-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:34', '2023-10-31 16:06:34'),
(287031, 2338, '1244-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:34', '2023-10-31 16:06:34'),
(287032, 2338, '1244-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:34', '2023-10-31 16:06:34'),
(287033, 2338, '1244-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:34', '2023-10-31 16:06:34'),
(287034, 2338, '1244-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:34', '2023-10-31 16:06:34'),
(287035, 2338, '1244-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:34', '2023-10-31 16:06:34'),
(287036, 2338, '1244-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:34', '2023-10-31 16:06:34'),
(287037, 2338, '1244-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:34', '2023-10-31 16:06:34'),
(287038, 2338, '1244-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:34', '2023-10-31 16:06:34'),
(287039, 2338, '1244-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:34', '2023-10-31 16:06:34'),
(287040, 2338, '1244-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:34', '2023-10-31 16:06:34'),
(287041, 2338, '1244-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:34', '2023-10-31 16:06:34'),
(287042, 2338, '1245-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:34', '2023-10-31 16:06:34'),
(287043, 2338, '1245-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:34', '2023-10-31 16:06:34'),
(287044, 2338, '1245-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:34', '2023-10-31 16:06:34'),
(287045, 2338, '1245-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:34', '2023-10-31 16:06:34'),
(287046, 2338, '1245-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:34', '2023-10-31 16:06:34'),
(287047, 2338, '1245-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:34', '2023-10-31 16:06:34'),
(287048, 2338, '1245-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:34', '2023-10-31 16:06:34'),
(287049, 2338, '1245-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:34', '2023-10-31 16:06:34'),
(287050, 2338, '1245-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:34', '2023-10-31 16:06:34'),
(287051, 2338, '1245-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:34', '2023-10-31 16:06:34'),
(287052, 2338, '1245-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:34', '2023-10-31 16:06:34'),
(287053, 2338, '1245-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:34', '2023-10-31 16:06:34'),
(287054, 2338, '1246-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:34', '2023-10-31 16:06:34'),
(287055, 2338, '1246-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:34', '2023-10-31 16:06:34'),
(287056, 2338, '1246-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:34', '2023-10-31 16:06:34'),
(287057, 2338, '1246-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:34', '2023-10-31 16:06:34'),
(287058, 2338, '1246-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:34', '2023-10-31 16:06:34'),
(287059, 2338, '1246-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:34', '2023-10-31 16:06:34'),
(287060, 2338, '1246-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:34', '2023-10-31 16:06:34'),
(287061, 2338, '1246-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:34', '2023-10-31 16:06:34'),
(287062, 2338, '1246-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:34', '2023-10-31 16:06:34'),
(287063, 2338, '1246-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:34', '2023-10-31 16:06:34'),
(287064, 2338, '1246-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:34', '2023-10-31 16:06:34'),
(287065, 2338, '1246-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:34', '2023-10-31 16:06:34'),
(287066, 2338, '1247-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:34', '2023-10-31 16:06:34'),
(287067, 2338, '1247-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:34', '2023-10-31 16:06:34'),
(287068, 2338, '1247-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:34', '2023-10-31 16:06:34'),
(287069, 2338, '1247-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:34', '2023-10-31 16:06:34'),
(287070, 2338, '1247-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:34', '2023-10-31 16:06:34'),
(287071, 2338, '1247-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:34', '2023-10-31 16:06:34'),
(287072, 2338, '1247-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:34', '2023-10-31 16:06:34'),
(287073, 2338, '1247-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:34', '2023-10-31 16:06:34'),
(287074, 2338, '1247-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:34', '2023-10-31 16:06:34'),
(287075, 2338, '1247-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:34', '2023-10-31 16:06:34'),
(287076, 2338, '1247-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:34', '2023-10-31 16:06:34'),
(287077, 2338, '1247-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:34', '2023-10-31 16:06:34'),
(287078, 2338, '1248-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:34', '2023-10-31 16:06:34'),
(287079, 2338, '1248-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:34', '2023-10-31 16:06:34'),
(287080, 2338, '1248-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:34', '2023-10-31 16:06:34'),
(287081, 2338, '1248-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:34', '2023-10-31 16:06:34'),
(287082, 2338, '1248-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:34', '2023-10-31 16:06:34'),
(287083, 2338, '1248-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:34', '2023-10-31 16:06:34'),
(287084, 2338, '1248-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:34', '2023-10-31 16:06:34'),
(287085, 2338, '1248-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:34', '2023-10-31 16:06:34'),
(287086, 2338, '1248-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:34', '2023-10-31 16:06:34'),
(287087, 2338, '1248-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:34', '2023-10-31 16:06:34'),
(287088, 2338, '1248-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:34', '2023-10-31 16:06:34'),
(287089, 2338, '1248-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:34', '2023-10-31 16:06:34'),
(287090, 2338, '1249-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:34', '2023-10-31 16:06:34'),
(287091, 2338, '1249-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:34', '2023-10-31 16:06:34'),
(287092, 2338, '1249-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:34', '2023-10-31 16:06:34'),
(287093, 2338, '1249-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:34', '2023-10-31 16:06:34'),
(287094, 2338, '1249-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:34', '2023-10-31 16:06:34'),
(287095, 2338, '1249-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:34', '2023-10-31 16:06:34'),
(287096, 2338, '1249-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:34', '2023-10-31 16:06:34'),
(287097, 2338, '1249-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:34', '2023-10-31 16:06:34');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(287098, 2338, '1249-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:34', '2023-10-31 16:06:34'),
(287099, 2338, '1249-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:34', '2023-10-31 16:06:34'),
(287100, 2338, '1249-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:34', '2023-10-31 16:06:34'),
(287101, 2338, '1249-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:34', '2023-10-31 16:06:34'),
(287102, 2338, '1250-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:34', '2023-10-31 16:06:34'),
(287103, 2338, '1250-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:34', '2023-10-31 16:06:34'),
(287104, 2338, '1250-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:34', '2023-10-31 16:06:34'),
(287105, 2338, '1250-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:34', '2023-10-31 16:06:34'),
(287106, 2338, '1250-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:34', '2023-10-31 16:06:34'),
(287107, 2338, '1250-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:34', '2023-10-31 16:06:34'),
(287108, 2338, '1250-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:34', '2023-10-31 16:06:34'),
(287109, 2338, '1250-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:34', '2023-10-31 16:06:34'),
(287110, 2338, '1250-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:34', '2023-10-31 16:06:34'),
(287111, 2338, '1250-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:34', '2023-10-31 16:06:34'),
(287112, 2338, '1250-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:34', '2023-10-31 16:06:34'),
(287113, 2338, '1250-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:35', '2023-10-31 16:06:35'),
(287114, 2338, '1251-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:35', '2023-10-31 16:06:35'),
(287115, 2338, '1251-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:35', '2023-10-31 16:06:35'),
(287116, 2338, '1251-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:35', '2023-10-31 16:06:35'),
(287117, 2338, '1251-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:35', '2023-10-31 16:06:35'),
(287118, 2338, '1251-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:35', '2023-10-31 16:06:35'),
(287119, 2338, '1251-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:35', '2023-10-31 16:06:35'),
(287120, 2338, '1251-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:35', '2023-10-31 16:06:35'),
(287121, 2338, '1251-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:35', '2023-10-31 16:06:35'),
(287122, 2338, '1251-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:35', '2023-10-31 16:06:35'),
(287123, 2338, '1251-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:35', '2023-10-31 16:06:35'),
(287124, 2338, '1251-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:35', '2023-10-31 16:06:35'),
(287125, 2338, '1251-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:35', '2023-10-31 16:06:35'),
(287126, 2338, '1252-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:35', '2023-10-31 16:06:35'),
(287127, 2338, '1252-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:35', '2023-10-31 16:06:35'),
(287128, 2338, '1252-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:35', '2023-10-31 16:06:35'),
(287129, 2338, '1252-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:35', '2023-10-31 16:06:35'),
(287130, 2338, '1252-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:35', '2023-10-31 16:06:35'),
(287131, 2338, '1252-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:35', '2023-10-31 16:06:35'),
(287132, 2338, '1252-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:35', '2023-10-31 16:06:35'),
(287133, 2338, '1252-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:35', '2023-10-31 16:06:35'),
(287134, 2338, '1252-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:35', '2023-10-31 16:06:35'),
(287135, 2338, '1252-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:35', '2023-10-31 16:06:35'),
(287136, 2338, '1252-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:35', '2023-10-31 16:06:35'),
(287137, 2338, '1252-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:35', '2023-10-31 16:06:35'),
(287138, 2338, '1253-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:35', '2023-10-31 16:06:35'),
(287139, 2338, '1253-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:35', '2023-10-31 16:06:35'),
(287140, 2338, '1253-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:35', '2023-10-31 16:06:35'),
(287141, 2338, '1253-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:35', '2023-10-31 16:06:35'),
(287142, 2338, '1253-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:35', '2023-10-31 16:06:35'),
(287143, 2338, '1253-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:35', '2023-10-31 16:06:35'),
(287144, 2338, '1253-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:35', '2023-10-31 16:06:35'),
(287145, 2338, '1253-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:35', '2023-10-31 16:06:35'),
(287146, 2338, '1253-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:35', '2023-10-31 16:06:35'),
(287147, 2338, '1253-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:35', '2023-10-31 16:06:35'),
(287148, 2338, '1253-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:35', '2023-10-31 16:06:35'),
(287149, 2338, '1253-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:35', '2023-10-31 16:06:35'),
(287150, 2338, '1254-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:35', '2023-10-31 16:06:35'),
(287151, 2338, '1254-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:35', '2023-10-31 16:06:35'),
(287152, 2338, '1254-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:35', '2023-10-31 16:06:35'),
(287153, 2338, '1254-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:35', '2023-10-31 16:06:35'),
(287154, 2338, '1254-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:35', '2023-10-31 16:06:35'),
(287155, 2338, '1254-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:35', '2023-10-31 16:06:35'),
(287156, 2338, '1254-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:35', '2023-10-31 16:06:35'),
(287157, 2338, '1254-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:35', '2023-10-31 16:06:35'),
(287158, 2338, '1254-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:35', '2023-10-31 16:06:35'),
(287159, 2338, '1254-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:35', '2023-10-31 16:06:35'),
(287160, 2338, '1254-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:35', '2023-10-31 16:06:35'),
(287161, 2338, '1254-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:35', '2023-10-31 16:06:35'),
(287162, 2338, '1255-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:35', '2023-10-31 16:06:35'),
(287163, 2338, '1255-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:35', '2023-10-31 16:06:35'),
(287164, 2338, '1255-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:35', '2023-10-31 16:06:35'),
(287165, 2338, '1255-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:35', '2023-10-31 16:06:35'),
(287166, 2338, '1255-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:35', '2023-10-31 16:06:35'),
(287167, 2338, '1255-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:35', '2023-10-31 16:06:35'),
(287168, 2338, '1255-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:35', '2023-10-31 16:06:35'),
(287169, 2338, '1255-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:35', '2023-10-31 16:06:35'),
(287170, 2338, '1255-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:35', '2023-10-31 16:06:35'),
(287171, 2338, '1255-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:35', '2023-10-31 16:06:35'),
(287172, 2338, '1255-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:35', '2023-10-31 16:06:35'),
(287173, 2338, '1255-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:35', '2023-10-31 16:06:35'),
(287174, 2338, '1256-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:35', '2023-10-31 16:06:35'),
(287175, 2338, '1256-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:35', '2023-10-31 16:06:35'),
(287176, 2338, '1256-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:35', '2023-10-31 16:06:35'),
(287177, 2338, '1256-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:35', '2023-10-31 16:06:35'),
(287178, 2338, '1256-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:35', '2023-10-31 16:06:35'),
(287179, 2338, '1256-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:35', '2023-10-31 16:06:35'),
(287180, 2338, '1256-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:35', '2023-10-31 16:06:35'),
(287181, 2338, '1256-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:35', '2023-10-31 16:06:35'),
(287182, 2338, '1256-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:35', '2023-10-31 16:06:35'),
(287183, 2338, '1256-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:35', '2023-10-31 16:06:35'),
(287184, 2338, '1256-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:35', '2023-10-31 16:06:35'),
(287185, 2338, '1256-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:35', '2023-10-31 16:06:35'),
(287186, 2338, '1257-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:35', '2023-10-31 16:06:35'),
(287187, 2338, '1257-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:35', '2023-10-31 16:06:35'),
(287188, 2338, '1257-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:35', '2023-10-31 16:06:35'),
(287189, 2338, '1257-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:35', '2023-10-31 16:06:35'),
(287190, 2338, '1257-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:35', '2023-10-31 16:06:35'),
(287191, 2338, '1257-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:35', '2023-10-31 16:06:35'),
(287192, 2338, '1257-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:35', '2023-10-31 16:06:35'),
(287193, 2338, '1257-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:35', '2023-10-31 16:06:35'),
(287194, 2338, '1257-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:35', '2023-10-31 16:06:35'),
(287195, 2338, '1257-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:35', '2023-10-31 16:06:35'),
(287196, 2338, '1257-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:35', '2023-10-31 16:06:35'),
(287197, 2338, '1257-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:35', '2023-10-31 16:06:35'),
(287198, 2338, '1258-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:35', '2023-10-31 16:06:35'),
(287199, 2338, '1258-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:35', '2023-10-31 16:06:35'),
(287200, 2338, '1258-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:35', '2023-10-31 16:06:35'),
(287201, 2338, '1258-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:35', '2023-10-31 16:06:35'),
(287202, 2338, '1258-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:35', '2023-10-31 16:06:35'),
(287203, 2338, '1258-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:35', '2023-10-31 16:06:35'),
(287204, 2338, '1258-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:35', '2023-10-31 16:06:35'),
(287205, 2338, '1258-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:35', '2023-10-31 16:06:35'),
(287206, 2338, '1258-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:35', '2023-10-31 16:06:35'),
(287207, 2338, '1258-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:35', '2023-10-31 16:06:35'),
(287208, 2338, '1258-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:35', '2023-10-31 16:06:35'),
(287209, 2338, '1258-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:35', '2023-10-31 16:06:35'),
(287210, 2338, '1259-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:35', '2023-10-31 16:06:35'),
(287211, 2338, '1259-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:35', '2023-10-31 16:06:35'),
(287212, 2338, '1259-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:35', '2023-10-31 16:06:35'),
(287213, 2338, '1259-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:35', '2023-10-31 16:06:35'),
(287214, 2338, '1259-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:35', '2023-10-31 16:06:35'),
(287215, 2338, '1259-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:35', '2023-10-31 16:06:35'),
(287216, 2338, '1259-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:35', '2023-10-31 16:06:35'),
(287217, 2338, '1259-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:35', '2023-10-31 16:06:35'),
(287218, 2338, '1259-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:35', '2023-10-31 16:06:35'),
(287219, 2338, '1259-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:35', '2023-10-31 16:06:35'),
(287220, 2338, '1259-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:35', '2023-10-31 16:06:35'),
(287221, 2338, '1259-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:35', '2023-10-31 16:06:35'),
(287222, 2338, '1260-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:35', '2023-10-31 16:06:35'),
(287223, 2338, '1260-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:35', '2023-10-31 16:06:35'),
(287224, 2338, '1260-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:35', '2023-10-31 16:06:35'),
(287225, 2338, '1260-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:35', '2023-10-31 16:06:35'),
(287226, 2338, '1260-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:35', '2023-10-31 16:06:35'),
(287227, 2338, '1260-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:35', '2023-10-31 16:06:35'),
(287228, 2338, '1260-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:35', '2023-10-31 16:06:35'),
(287229, 2338, '1260-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:35', '2023-10-31 16:06:35'),
(287230, 2338, '1260-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:35', '2023-10-31 16:06:35'),
(287231, 2338, '1260-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:35', '2023-10-31 16:06:35'),
(287232, 2338, '1260-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:35', '2023-10-31 16:06:35'),
(287233, 2338, '1260-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:35', '2023-10-31 16:06:35'),
(287234, 2338, '1261-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:35', '2023-10-31 16:06:35'),
(287235, 2338, '1261-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:35', '2023-10-31 16:06:35'),
(287236, 2338, '1261-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:35', '2023-10-31 16:06:35'),
(287237, 2338, '1261-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:35', '2023-10-31 16:06:35'),
(287238, 2338, '1261-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:35', '2023-10-31 16:06:35'),
(287239, 2338, '1261-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:35', '2023-10-31 16:06:35'),
(287240, 2338, '1261-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:35', '2023-10-31 16:06:35'),
(287241, 2338, '1261-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:35', '2023-10-31 16:06:35'),
(287242, 2338, '1261-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:35', '2023-10-31 16:06:35'),
(287243, 2338, '1261-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:35', '2023-10-31 16:06:35'),
(287244, 2338, '1261-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:35', '2023-10-31 16:06:35'),
(287245, 2338, '1261-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:35', '2023-10-31 16:06:35'),
(287246, 2338, '1262-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:35', '2023-10-31 16:06:35'),
(287247, 2338, '1262-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:35', '2023-10-31 16:06:35'),
(287248, 2338, '1262-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:35', '2023-10-31 16:06:35'),
(287249, 2338, '1262-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:35', '2023-10-31 16:06:35'),
(287250, 2338, '1262-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:35', '2023-10-31 16:06:35'),
(287251, 2338, '1262-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:35', '2023-10-31 16:06:35'),
(287252, 2338, '1262-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:35', '2023-10-31 16:06:35'),
(287253, 2338, '1262-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:35', '2023-10-31 16:06:35'),
(287254, 2338, '1262-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:35', '2023-10-31 16:06:35'),
(287255, 2338, '1262-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:35', '2023-10-31 16:06:35'),
(287256, 2338, '1262-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:35', '2023-10-31 16:06:35'),
(287257, 2338, '1262-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:35', '2023-10-31 16:06:35'),
(287258, 2338, '1263-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:35', '2023-10-31 16:06:35'),
(287259, 2338, '1263-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:35', '2023-10-31 16:06:35'),
(287260, 2338, '1263-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:35', '2023-10-31 16:06:35'),
(287261, 2338, '1263-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:35', '2023-10-31 16:06:35'),
(287262, 2338, '1263-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:35', '2023-10-31 16:06:35'),
(287263, 2338, '1263-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:35', '2023-10-31 16:06:35'),
(287264, 2338, '1263-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:35', '2023-10-31 16:06:35'),
(287265, 2338, '1263-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:35', '2023-10-31 16:06:35'),
(287266, 2338, '1263-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:35', '2023-10-31 16:06:35'),
(287267, 2338, '1263-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:35', '2023-10-31 16:06:35'),
(287268, 2338, '1263-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:35', '2023-10-31 16:06:35'),
(287269, 2338, '1263-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:35', '2023-10-31 16:06:35'),
(287270, 2338, '1264-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:35', '2023-10-31 16:06:35'),
(287271, 2338, '1264-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:35', '2023-10-31 16:06:35'),
(287272, 2338, '1264-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:35', '2023-10-31 16:06:35'),
(287273, 2338, '1264-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:35', '2023-10-31 16:06:35'),
(287274, 2338, '1264-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:35', '2023-10-31 16:06:35'),
(287275, 2338, '1264-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:35', '2023-10-31 16:06:35'),
(287276, 2338, '1264-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:35', '2023-10-31 16:06:35'),
(287277, 2338, '1264-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:35', '2023-10-31 16:06:35'),
(287278, 2338, '1264-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:35', '2023-10-31 16:06:35'),
(287279, 2338, '1264-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:35', '2023-10-31 16:06:35'),
(287280, 2338, '1264-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:35', '2023-10-31 16:06:35'),
(287281, 2338, '1264-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:35', '2023-10-31 16:06:35'),
(287282, 2338, '1265-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:35', '2023-10-31 16:06:35'),
(287283, 2338, '1265-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:35', '2023-10-31 16:06:35'),
(287284, 2338, '1265-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:35', '2023-10-31 16:06:35'),
(287285, 2338, '1265-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:35', '2023-10-31 16:06:35'),
(287286, 2338, '1265-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:35', '2023-10-31 16:06:35'),
(287287, 2338, '1265-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:35', '2023-10-31 16:06:35'),
(287288, 2338, '1265-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:35', '2023-10-31 16:06:35'),
(287289, 2338, '1265-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:35', '2023-10-31 16:06:35'),
(287290, 2338, '1265-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:35', '2023-10-31 16:06:35'),
(287291, 2338, '1265-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:35', '2023-10-31 16:06:35'),
(287292, 2338, '1265-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:35', '2023-10-31 16:06:35'),
(287293, 2338, '1265-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:35', '2023-10-31 16:06:35'),
(287294, 2338, '1266-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:35', '2023-10-31 16:06:35'),
(287295, 2338, '1266-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:35', '2023-10-31 16:06:35'),
(287296, 2338, '1266-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:35', '2023-10-31 16:06:35'),
(287297, 2338, '1266-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:35', '2023-10-31 16:06:35'),
(287298, 2338, '1266-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:35', '2023-10-31 16:06:35'),
(287299, 2338, '1266-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:35', '2023-10-31 16:06:35'),
(287300, 2338, '1266-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:35', '2023-10-31 16:06:35'),
(287301, 2338, '1266-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:36', '2023-10-31 16:06:36'),
(287302, 2338, '1266-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:36', '2023-10-31 16:06:36'),
(287303, 2338, '1266-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:36', '2023-10-31 16:06:36'),
(287304, 2338, '1266-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:36', '2023-10-31 16:06:36'),
(287305, 2338, '1266-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:36', '2023-10-31 16:06:36'),
(287306, 2338, '1267-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:36', '2023-10-31 16:06:36'),
(287307, 2338, '1267-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:36', '2023-10-31 16:06:36'),
(287308, 2338, '1267-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:36', '2023-10-31 16:06:36'),
(287309, 2338, '1267-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:36', '2023-10-31 16:06:36'),
(287310, 2338, '1267-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:36', '2023-10-31 16:06:36'),
(287311, 2338, '1267-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:36', '2023-10-31 16:06:36'),
(287312, 2338, '1267-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:36', '2023-10-31 16:06:36'),
(287313, 2338, '1267-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:36', '2023-10-31 16:06:36'),
(287314, 2338, '1267-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:36', '2023-10-31 16:06:36'),
(287315, 2338, '1267-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:36', '2023-10-31 16:06:36'),
(287316, 2338, '1267-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:36', '2023-10-31 16:06:36'),
(287317, 2338, '1267-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:36', '2023-10-31 16:06:36'),
(287318, 2338, '1268-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:36', '2023-10-31 16:06:36'),
(287319, 2338, '1268-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:36', '2023-10-31 16:06:36'),
(287320, 2338, '1268-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:36', '2023-10-31 16:06:36'),
(287321, 2338, '1268-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:36', '2023-10-31 16:06:36'),
(287322, 2338, '1268-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:36', '2023-10-31 16:06:36'),
(287323, 2338, '1268-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:36', '2023-10-31 16:06:36'),
(287324, 2338, '1268-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:36', '2023-10-31 16:06:36'),
(287325, 2338, '1268-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:36', '2023-10-31 16:06:36'),
(287326, 2338, '1268-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:36', '2023-10-31 16:06:36'),
(287327, 2338, '1268-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:36', '2023-10-31 16:06:36'),
(287328, 2338, '1268-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:36', '2023-10-31 16:06:36'),
(287329, 2338, '1268-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:36', '2023-10-31 16:06:36'),
(287330, 2338, '1269-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:36', '2023-10-31 16:06:36'),
(287331, 2338, '1269-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:36', '2023-10-31 16:06:36'),
(287332, 2338, '1269-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:36', '2023-10-31 16:06:36'),
(287333, 2338, '1269-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:36', '2023-10-31 16:06:36'),
(287334, 2338, '1269-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:36', '2023-10-31 16:06:36'),
(287335, 2338, '1269-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:36', '2023-10-31 16:06:36'),
(287336, 2338, '1269-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:36', '2023-10-31 16:06:36'),
(287337, 2338, '1269-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:36', '2023-10-31 16:06:36'),
(287338, 2338, '1269-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:36', '2023-10-31 16:06:36'),
(287339, 2338, '1269-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:36', '2023-10-31 16:06:36'),
(287340, 2338, '1269-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:36', '2023-10-31 16:06:36'),
(287341, 2338, '1269-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:36', '2023-10-31 16:06:36'),
(287342, 2338, '1270-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:36', '2023-10-31 16:06:36'),
(287343, 2338, '1270-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:36', '2023-10-31 16:06:36'),
(287344, 2338, '1270-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:36', '2023-10-31 16:06:36'),
(287345, 2338, '1270-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:36', '2023-10-31 16:06:36'),
(287346, 2338, '1270-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:36', '2023-10-31 16:06:36'),
(287347, 2338, '1270-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:36', '2023-10-31 16:06:36'),
(287348, 2338, '1270-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:36', '2023-10-31 16:06:36'),
(287349, 2338, '1270-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:36', '2023-10-31 16:06:36'),
(287350, 2338, '1270-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:36', '2023-10-31 16:06:36'),
(287351, 2338, '1270-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:36', '2023-10-31 16:06:36'),
(287352, 2338, '1270-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:36', '2023-10-31 16:06:36'),
(287353, 2338, '1270-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:36', '2023-10-31 16:06:36'),
(287354, 2338, '1271-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:36', '2023-10-31 16:06:36'),
(287355, 2338, '1271-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:36', '2023-10-31 16:06:36'),
(287356, 2338, '1271-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:36', '2023-10-31 16:06:36'),
(287357, 2338, '1271-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:36', '2023-10-31 16:06:36'),
(287358, 2338, '1271-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:36', '2023-10-31 16:06:36'),
(287359, 2338, '1271-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:36', '2023-10-31 16:06:36'),
(287360, 2338, '1271-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:36', '2023-10-31 16:06:36'),
(287361, 2338, '1271-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:36', '2023-10-31 16:06:36'),
(287362, 2338, '1271-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:36', '2023-10-31 16:06:36'),
(287363, 2338, '1271-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:36', '2023-10-31 16:06:36'),
(287364, 2338, '1271-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:36', '2023-10-31 16:06:36'),
(287365, 2338, '1271-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:36', '2023-10-31 16:06:36'),
(287366, 2338, '1272-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:36', '2023-10-31 16:06:36'),
(287367, 2338, '1272-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:36', '2023-10-31 16:06:36'),
(287368, 2338, '1272-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:36', '2023-10-31 16:06:36'),
(287369, 2338, '1272-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:36', '2023-10-31 16:06:36'),
(287370, 2338, '1272-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:36', '2023-10-31 16:06:36'),
(287371, 2338, '1272-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:36', '2023-10-31 16:06:36'),
(287372, 2338, '1272-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:36', '2023-10-31 16:06:36'),
(287373, 2338, '1272-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:36', '2023-10-31 16:06:36'),
(287374, 2338, '1272-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:36', '2023-10-31 16:06:36'),
(287375, 2338, '1272-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:36', '2023-10-31 16:06:36'),
(287376, 2338, '1272-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:36', '2023-10-31 16:06:36'),
(287377, 2338, '1272-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:36', '2023-10-31 16:06:36'),
(287378, 2338, '1273-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:36', '2023-10-31 16:06:36'),
(287379, 2338, '1273-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:36', '2023-10-31 16:06:36'),
(287380, 2338, '1273-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:36', '2023-10-31 16:06:36'),
(287381, 2338, '1273-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:36', '2023-10-31 16:06:36'),
(287382, 2338, '1273-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:36', '2023-10-31 16:06:36'),
(287383, 2338, '1273-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:36', '2023-10-31 16:06:36'),
(287384, 2338, '1273-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:36', '2023-10-31 16:06:36'),
(287385, 2338, '1273-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:36', '2023-10-31 16:06:36'),
(287386, 2338, '1273-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:36', '2023-10-31 16:06:36'),
(287387, 2338, '1273-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:36', '2023-10-31 16:06:36'),
(287388, 2338, '1273-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:36', '2023-10-31 16:06:36'),
(287389, 2338, '1273-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:36', '2023-10-31 16:06:36'),
(287390, 2338, '1274-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:36', '2023-10-31 16:06:36'),
(287391, 2338, '1274-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:36', '2023-10-31 16:06:36'),
(287392, 2338, '1274-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:36', '2023-10-31 16:06:36'),
(287393, 2338, '1274-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:36', '2023-10-31 16:06:36'),
(287394, 2338, '1274-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:36', '2023-10-31 16:06:36'),
(287395, 2338, '1274-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:36', '2023-10-31 16:06:36'),
(287396, 2338, '1274-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:36', '2023-10-31 16:06:36'),
(287397, 2338, '1274-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:36', '2023-10-31 16:06:36'),
(287398, 2338, '1274-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:36', '2023-10-31 16:06:36'),
(287399, 2338, '1274-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:36', '2023-10-31 16:06:36'),
(287400, 2338, '1274-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:36', '2023-10-31 16:06:36'),
(287401, 2338, '1274-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:36', '2023-10-31 16:06:36'),
(287402, 2338, '1275-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:36', '2023-10-31 16:06:36'),
(287403, 2338, '1275-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:36', '2023-10-31 16:06:36'),
(287404, 2338, '1275-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:36', '2023-10-31 16:06:36'),
(287405, 2338, '1275-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:36', '2023-10-31 16:06:36'),
(287406, 2338, '1275-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:36', '2023-10-31 16:06:36'),
(287407, 2338, '1275-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:36', '2023-10-31 16:06:36'),
(287408, 2338, '1275-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:36', '2023-10-31 16:06:36'),
(287409, 2338, '1275-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:36', '2023-10-31 16:06:36'),
(287410, 2338, '1275-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:36', '2023-10-31 16:06:36'),
(287411, 2338, '1275-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:36', '2023-10-31 16:06:36'),
(287412, 2338, '1275-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:36', '2023-10-31 16:06:36'),
(287413, 2338, '1275-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:36', '2023-10-31 16:06:36'),
(287414, 2338, '1276-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:36', '2023-10-31 16:06:36'),
(287415, 2338, '1276-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:36', '2023-10-31 16:06:36'),
(287416, 2338, '1276-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:36', '2023-10-31 16:06:36'),
(287417, 2338, '1276-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:36', '2023-10-31 16:06:36'),
(287418, 2338, '1276-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:36', '2023-10-31 16:06:36'),
(287419, 2338, '1276-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:36', '2023-10-31 16:06:36'),
(287420, 2338, '1276-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:36', '2023-10-31 16:06:36'),
(287421, 2338, '1276-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:36', '2023-10-31 16:06:36'),
(287422, 2338, '1276-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:36', '2023-10-31 16:06:36'),
(287423, 2338, '1276-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:36', '2023-10-31 16:06:36'),
(287424, 2338, '1276-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:36', '2023-10-31 16:06:36'),
(287425, 2338, '1276-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:36', '2023-10-31 16:06:36'),
(287426, 2338, '1277-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:36', '2023-10-31 16:06:36'),
(287427, 2338, '1277-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:36', '2023-10-31 16:06:36'),
(287428, 2338, '1277-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:36', '2023-10-31 16:06:36'),
(287429, 2338, '1277-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:36', '2023-10-31 16:06:36'),
(287430, 2338, '1277-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:36', '2023-10-31 16:06:36'),
(287431, 2338, '1277-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:36', '2023-10-31 16:06:36'),
(287432, 2338, '1277-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:36', '2023-10-31 16:06:36'),
(287433, 2338, '1277-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:36', '2023-10-31 16:06:36'),
(287434, 2338, '1277-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:36', '2023-10-31 16:06:36'),
(287435, 2338, '1277-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:36', '2023-10-31 16:06:36'),
(287436, 2338, '1277-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:36', '2023-10-31 16:06:36'),
(287437, 2338, '1277-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:36', '2023-10-31 16:06:36'),
(287438, 2338, '1278-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:36', '2023-10-31 16:06:36'),
(287439, 2338, '1278-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:36', '2023-10-31 16:06:36'),
(287440, 2338, '1278-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:36', '2023-10-31 16:06:36'),
(287441, 2338, '1278-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:36', '2023-10-31 16:06:36'),
(287442, 2338, '1278-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:36', '2023-10-31 16:06:36'),
(287443, 2338, '1278-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:36', '2023-10-31 16:06:36'),
(287444, 2338, '1278-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:36', '2023-10-31 16:06:36'),
(287445, 2338, '1278-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:36', '2023-10-31 16:06:36'),
(287446, 2338, '1278-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:36', '2023-10-31 16:06:36'),
(287447, 2338, '1278-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:36', '2023-10-31 16:06:36'),
(287448, 2338, '1278-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:37', '2023-10-31 16:06:37'),
(287449, 2338, '1278-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:37', '2023-10-31 16:06:37'),
(287450, 2338, '1279-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:37', '2023-10-31 16:06:37'),
(287451, 2338, '1279-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:37', '2023-10-31 16:06:37'),
(287452, 2338, '1279-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:37', '2023-10-31 16:06:37'),
(287453, 2338, '1279-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:37', '2023-10-31 16:06:37'),
(287454, 2338, '1279-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:37', '2023-10-31 16:06:37'),
(287455, 2338, '1279-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:37', '2023-10-31 16:06:37'),
(287456, 2338, '1279-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:37', '2023-10-31 16:06:37'),
(287457, 2338, '1279-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:37', '2023-10-31 16:06:37'),
(287458, 2338, '1279-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:37', '2023-10-31 16:06:37'),
(287459, 2338, '1279-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:37', '2023-10-31 16:06:37'),
(287460, 2338, '1279-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:37', '2023-10-31 16:06:37'),
(287461, 2338, '1279-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:37', '2023-10-31 16:06:37'),
(287462, 2338, '1280-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:37', '2023-10-31 16:06:37'),
(287463, 2338, '1280-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:37', '2023-10-31 16:06:37'),
(287464, 2338, '1280-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:37', '2023-10-31 16:06:37'),
(287465, 2338, '1280-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:37', '2023-10-31 16:06:37'),
(287466, 2338, '1280-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:37', '2023-10-31 16:06:37'),
(287467, 2338, '1280-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:37', '2023-10-31 16:06:37'),
(287468, 2338, '1280-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:37', '2023-10-31 16:06:37'),
(287469, 2338, '1280-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:37', '2023-10-31 16:06:37'),
(287470, 2338, '1280-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:37', '2023-10-31 16:06:37'),
(287471, 2338, '1280-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:37', '2023-10-31 16:06:37'),
(287472, 2338, '1280-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:37', '2023-10-31 16:06:37'),
(287473, 2338, '1280-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:37', '2023-10-31 16:06:37'),
(287474, 2338, '1281-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:37', '2023-10-31 16:06:37'),
(287475, 2338, '1281-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:37', '2023-10-31 16:06:37'),
(287476, 2338, '1281-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:37', '2023-10-31 16:06:37'),
(287477, 2338, '1281-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:37', '2023-10-31 16:06:37'),
(287478, 2338, '1281-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:37', '2023-10-31 16:06:37'),
(287479, 2338, '1281-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:37', '2023-10-31 16:06:37'),
(287480, 2338, '1281-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:37', '2023-10-31 16:06:37'),
(287481, 2338, '1281-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:37', '2023-10-31 16:06:37'),
(287482, 2338, '1281-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:37', '2023-10-31 16:06:37'),
(287483, 2338, '1281-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:37', '2023-10-31 16:06:37'),
(287484, 2338, '1281-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:37', '2023-10-31 16:06:37'),
(287485, 2338, '1281-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:37', '2023-10-31 16:06:37'),
(287486, 2338, '1282-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:37', '2023-10-31 16:06:37'),
(287487, 2338, '1282-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:37', '2023-10-31 16:06:37'),
(287488, 2338, '1282-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:37', '2023-10-31 16:06:37'),
(287489, 2338, '1282-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:37', '2023-10-31 16:06:37'),
(287490, 2338, '1282-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:37', '2023-10-31 16:06:37'),
(287491, 2338, '1282-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:37', '2023-10-31 16:06:37'),
(287492, 2338, '1282-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:37', '2023-10-31 16:06:37'),
(287493, 2338, '1282-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:37', '2023-10-31 16:06:37'),
(287494, 2338, '1282-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:37', '2023-10-31 16:06:37'),
(287495, 2338, '1282-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:37', '2023-10-31 16:06:37'),
(287496, 2338, '1282-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:37', '2023-10-31 16:06:37'),
(287497, 2338, '1282-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:37', '2023-10-31 16:06:37'),
(287498, 2338, '1283-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:37', '2023-10-31 16:06:37'),
(287499, 2338, '1283-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:37', '2023-10-31 16:06:37'),
(287500, 2338, '1283-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:37', '2023-10-31 16:06:37'),
(287501, 2338, '1283-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:37', '2023-10-31 16:06:37'),
(287502, 2338, '1283-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:37', '2023-10-31 16:06:37'),
(287503, 2338, '1283-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:37', '2023-10-31 16:06:37'),
(287504, 2338, '1283-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:37', '2023-10-31 16:06:37'),
(287505, 2338, '1283-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:37', '2023-10-31 16:06:37'),
(287506, 2338, '1283-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:37', '2023-10-31 16:06:37'),
(287507, 2338, '1283-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:37', '2023-10-31 16:06:37'),
(287508, 2338, '1283-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:37', '2023-10-31 16:06:37'),
(287509, 2338, '1283-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:37', '2023-10-31 16:06:37'),
(287510, 2338, '1284-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:37', '2023-10-31 16:06:37'),
(287511, 2338, '1284-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:37', '2023-10-31 16:06:37'),
(287512, 2338, '1284-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:37', '2023-10-31 16:06:37'),
(287513, 2338, '1284-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:37', '2023-10-31 16:06:37'),
(287514, 2338, '1284-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:37', '2023-10-31 16:06:37'),
(287515, 2338, '1284-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:37', '2023-10-31 16:06:37'),
(287516, 2338, '1284-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:37', '2023-10-31 16:06:37'),
(287517, 2338, '1284-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:37', '2023-10-31 16:06:37'),
(287518, 2338, '1284-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:37', '2023-10-31 16:06:37'),
(287519, 2338, '1284-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:37', '2023-10-31 16:06:37'),
(287520, 2338, '1284-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:37', '2023-10-31 16:06:37'),
(287521, 2338, '1284-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:37', '2023-10-31 16:06:37'),
(287522, 2338, '1285-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:37', '2023-10-31 16:06:37'),
(287523, 2338, '1285-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:37', '2023-10-31 16:06:37'),
(287524, 2338, '1285-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:37', '2023-10-31 16:06:37'),
(287525, 2338, '1285-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:37', '2023-10-31 16:06:37'),
(287526, 2338, '1285-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:37', '2023-10-31 16:06:37'),
(287527, 2338, '1285-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:37', '2023-10-31 16:06:37'),
(287528, 2338, '1285-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:37', '2023-10-31 16:06:37'),
(287529, 2338, '1285-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:37', '2023-10-31 16:06:37'),
(287530, 2338, '1285-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:37', '2023-10-31 16:06:37'),
(287531, 2338, '1285-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:37', '2023-10-31 16:06:37'),
(287532, 2338, '1285-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:37', '2023-10-31 16:06:37'),
(287533, 2338, '1285-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:37', '2023-10-31 16:06:37'),
(287534, 2338, '1286-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:37', '2023-10-31 16:06:37'),
(287535, 2338, '1286-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:37', '2023-10-31 16:06:37'),
(287536, 2338, '1286-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:37', '2023-10-31 16:06:37'),
(287537, 2338, '1286-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:37', '2023-10-31 16:06:37'),
(287538, 2338, '1286-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:37', '2023-10-31 16:06:37'),
(287539, 2338, '1286-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:37', '2023-10-31 16:06:37'),
(287540, 2338, '1286-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:37', '2023-10-31 16:06:37'),
(287541, 2338, '1286-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:37', '2023-10-31 16:06:37'),
(287542, 2338, '1286-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:37', '2023-10-31 16:06:37'),
(287543, 2338, '1286-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:37', '2023-10-31 16:06:37'),
(287544, 2338, '1286-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:37', '2023-10-31 16:06:37'),
(287545, 2338, '1286-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:37', '2023-10-31 16:06:37'),
(287546, 2338, '1287-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:37', '2023-10-31 16:06:37'),
(287547, 2338, '1287-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:37', '2023-10-31 16:06:37'),
(287548, 2338, '1287-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:37', '2023-10-31 16:06:37'),
(287549, 2338, '1287-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:37', '2023-10-31 16:06:37'),
(287550, 2338, '1287-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:37', '2023-10-31 16:06:37'),
(287551, 2338, '1287-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:37', '2023-10-31 16:06:37'),
(287552, 2338, '1287-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:37', '2023-10-31 16:06:37'),
(287553, 2338, '1287-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:37', '2023-10-31 16:06:37'),
(287554, 2338, '1287-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:37', '2023-10-31 16:06:37'),
(287555, 2338, '1287-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:37', '2023-10-31 16:06:37'),
(287556, 2338, '1287-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:37', '2023-10-31 16:06:37'),
(287557, 2338, '1287-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:37', '2023-10-31 16:06:37'),
(287558, 2338, '1288-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:37', '2023-10-31 16:06:37'),
(287559, 2338, '1288-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:37', '2023-10-31 16:06:37'),
(287560, 2338, '1288-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:37', '2023-10-31 16:06:37'),
(287561, 2338, '1288-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:37', '2023-10-31 16:06:37'),
(287562, 2338, '1288-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:37', '2023-10-31 16:06:37');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(287563, 2338, '1288-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:37', '2023-10-31 16:06:37'),
(287564, 2338, '1288-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:37', '2023-10-31 16:06:37'),
(287565, 2338, '1288-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:37', '2023-10-31 16:06:37'),
(287566, 2338, '1288-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:37', '2023-10-31 16:06:37'),
(287567, 2338, '1288-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:37', '2023-10-31 16:06:37'),
(287568, 2338, '1288-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:37', '2023-10-31 16:06:37'),
(287569, 2338, '1288-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:37', '2023-10-31 16:06:37'),
(287570, 2338, '1289-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:37', '2023-10-31 16:06:37'),
(287571, 2338, '1289-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:37', '2023-10-31 16:06:37'),
(287572, 2338, '1289-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:37', '2023-10-31 16:06:37'),
(287573, 2338, '1289-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:37', '2023-10-31 16:06:37'),
(287574, 2338, '1289-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:37', '2023-10-31 16:06:37'),
(287575, 2338, '1289-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:37', '2023-10-31 16:06:37'),
(287576, 2338, '1289-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:37', '2023-10-31 16:06:37'),
(287577, 2338, '1289-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:37', '2023-10-31 16:06:37'),
(287578, 2338, '1289-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:37', '2023-10-31 16:06:37'),
(287579, 2338, '1289-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:37', '2023-10-31 16:06:37'),
(287580, 2338, '1289-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:37', '2023-10-31 16:06:37'),
(287581, 2338, '1289-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:37', '2023-10-31 16:06:37'),
(287582, 2338, '1290-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:37', '2023-10-31 16:06:37'),
(287583, 2338, '1290-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:37', '2023-10-31 16:06:37'),
(287584, 2338, '1290-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:37', '2023-10-31 16:06:37'),
(287585, 2338, '1290-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:37', '2023-10-31 16:06:37'),
(287586, 2338, '1290-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:37', '2023-10-31 16:06:37'),
(287587, 2338, '1290-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:37', '2023-10-31 16:06:37'),
(287588, 2338, '1290-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:37', '2023-10-31 16:06:37'),
(287589, 2338, '1290-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:37', '2023-10-31 16:06:37'),
(287590, 2338, '1290-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:37', '2023-10-31 16:06:37'),
(287591, 2338, '1290-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:37', '2023-10-31 16:06:37'),
(287592, 2338, '1290-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:37', '2023-10-31 16:06:37'),
(287593, 2338, '1290-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:37', '2023-10-31 16:06:37'),
(287594, 2338, '1291-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:37', '2023-10-31 16:06:37'),
(287595, 2338, '1291-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:37', '2023-10-31 16:06:37'),
(287596, 2338, '1291-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:37', '2023-10-31 16:06:37'),
(287597, 2338, '1291-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:37', '2023-10-31 16:06:37'),
(287598, 2338, '1291-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:37', '2023-10-31 16:06:37'),
(287599, 2338, '1291-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:37', '2023-10-31 16:06:37'),
(287600, 2338, '1291-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:37', '2023-10-31 16:06:37'),
(287601, 2338, '1291-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:37', '2023-10-31 16:06:37'),
(287602, 2338, '1291-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:37', '2023-10-31 16:06:37'),
(287603, 2338, '1291-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:37', '2023-10-31 16:06:37'),
(287604, 2338, '1291-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:37', '2023-10-31 16:06:37'),
(287605, 2338, '1291-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:37', '2023-10-31 16:06:37'),
(287606, 2338, '1292-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:37', '2023-10-31 16:06:37'),
(287607, 2338, '1292-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:37', '2023-10-31 16:06:37'),
(287608, 2338, '1292-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:37', '2023-10-31 16:06:37'),
(287609, 2338, '1292-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:37', '2023-10-31 16:06:37'),
(287610, 2338, '1292-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:37', '2023-10-31 16:06:37'),
(287611, 2338, '1292-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:37', '2023-10-31 16:06:37'),
(287612, 2338, '1292-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:37', '2023-10-31 16:06:37'),
(287613, 2338, '1292-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:37', '2023-10-31 16:06:37'),
(287614, 2338, '1292-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:37', '2023-10-31 16:06:37'),
(287615, 2338, '1292-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:37', '2023-10-31 16:06:37'),
(287616, 2338, '1292-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:37', '2023-10-31 16:06:37'),
(287617, 2338, '1292-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:37', '2023-10-31 16:06:37'),
(287618, 2338, '1293-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:37', '2023-10-31 16:06:37'),
(287619, 2338, '1293-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:37', '2023-10-31 16:06:37'),
(287620, 2338, '1293-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:37', '2023-10-31 16:06:37'),
(287621, 2338, '1293-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:37', '2023-10-31 16:06:37'),
(287622, 2338, '1293-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:37', '2023-10-31 16:06:37'),
(287623, 2338, '1293-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:37', '2023-10-31 16:06:37'),
(287624, 2338, '1293-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:37', '2023-10-31 16:06:37'),
(287625, 2338, '1293-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:37', '2023-10-31 16:06:37'),
(287626, 2338, '1293-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:37', '2023-10-31 16:06:37'),
(287627, 2338, '1293-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:37', '2023-10-31 16:06:37'),
(287628, 2338, '1293-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:37', '2023-10-31 16:06:37'),
(287629, 2338, '1293-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:37', '2023-10-31 16:06:37'),
(287630, 2338, '1294-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:37', '2023-10-31 16:06:37'),
(287631, 2338, '1294-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:37', '2023-10-31 16:06:37'),
(287632, 2338, '1294-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:37', '2023-10-31 16:06:37'),
(287633, 2338, '1294-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:37', '2023-10-31 16:06:37'),
(287634, 2338, '1294-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:37', '2023-10-31 16:06:37'),
(287635, 2338, '1294-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:37', '2023-10-31 16:06:37'),
(287636, 2338, '1294-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:37', '2023-10-31 16:06:37'),
(287637, 2338, '1294-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:37', '2023-10-31 16:06:37'),
(287638, 2338, '1294-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:37', '2023-10-31 16:06:37'),
(287639, 2338, '1294-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:37', '2023-10-31 16:06:37'),
(287640, 2338, '1294-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:37', '2023-10-31 16:06:37'),
(287641, 2338, '1294-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:37', '2023-10-31 16:06:37'),
(287642, 2338, '1295-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:37', '2023-10-31 16:06:37'),
(287643, 2338, '1295-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:37', '2023-10-31 16:06:37'),
(287644, 2338, '1295-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:37', '2023-10-31 16:06:37'),
(287645, 2338, '1295-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:37', '2023-10-31 16:06:37'),
(287646, 2338, '1295-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:38', '2023-10-31 16:06:38'),
(287647, 2338, '1295-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:38', '2023-10-31 16:06:38'),
(287648, 2338, '1295-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:38', '2023-10-31 16:06:38'),
(287649, 2338, '1295-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:38', '2023-10-31 16:06:38'),
(287650, 2338, '1295-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:38', '2023-10-31 16:06:38'),
(287651, 2338, '1295-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:38', '2023-10-31 16:06:38'),
(287652, 2338, '1295-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:38', '2023-10-31 16:06:38'),
(287653, 2338, '1295-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:38', '2023-10-31 16:06:38'),
(287654, 2338, '1296-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:38', '2023-10-31 16:06:38'),
(287655, 2338, '1296-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:38', '2023-10-31 16:06:38'),
(287656, 2338, '1296-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:38', '2023-10-31 16:06:38'),
(287657, 2338, '1296-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:38', '2023-10-31 16:06:38'),
(287658, 2338, '1296-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:38', '2023-10-31 16:06:38'),
(287659, 2338, '1296-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:38', '2023-10-31 16:06:38'),
(287660, 2338, '1296-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:38', '2023-10-31 16:06:38'),
(287661, 2338, '1296-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:38', '2023-10-31 16:06:38'),
(287662, 2338, '1296-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:38', '2023-10-31 16:06:38'),
(287663, 2338, '1296-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:38', '2023-10-31 16:06:38'),
(287664, 2338, '1296-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:38', '2023-10-31 16:06:38'),
(287665, 2338, '1296-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:38', '2023-10-31 16:06:38'),
(287666, 2338, '1297-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:38', '2023-10-31 16:06:38'),
(287667, 2338, '1297-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:38', '2023-10-31 16:06:38'),
(287668, 2338, '1297-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:38', '2023-10-31 16:06:38'),
(287669, 2338, '1297-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:38', '2023-10-31 16:06:38'),
(287670, 2338, '1297-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:38', '2023-10-31 16:06:38'),
(287671, 2338, '1297-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:38', '2023-10-31 16:06:38'),
(287672, 2338, '1297-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:38', '2023-10-31 16:06:38'),
(287673, 2338, '1297-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:38', '2023-10-31 16:06:38'),
(287674, 2338, '1297-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:38', '2023-10-31 16:06:38'),
(287675, 2338, '1297-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:38', '2023-10-31 16:06:38'),
(287676, 2338, '1297-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:38', '2023-10-31 16:06:38'),
(287677, 2338, '1297-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:38', '2023-10-31 16:06:38'),
(287678, 2338, '1298-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:38', '2023-10-31 16:06:38'),
(287679, 2338, '1298-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:38', '2023-10-31 16:06:38'),
(287680, 2338, '1298-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:38', '2023-10-31 16:06:38'),
(287681, 2338, '1298-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:38', '2023-10-31 16:06:38'),
(287682, 2338, '1298-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:38', '2023-10-31 16:06:38'),
(287683, 2338, '1298-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:38', '2023-10-31 16:06:38'),
(287684, 2338, '1298-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:38', '2023-10-31 16:06:38'),
(287685, 2338, '1298-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:38', '2023-10-31 16:06:38'),
(287686, 2338, '1298-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:38', '2023-10-31 16:06:38'),
(287687, 2338, '1298-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:38', '2023-10-31 16:06:38'),
(287688, 2338, '1298-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:38', '2023-10-31 16:06:38'),
(287689, 2338, '1298-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:38', '2023-10-31 16:06:38'),
(287690, 2338, '1299-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:38', '2023-10-31 16:06:38'),
(287691, 2338, '1299-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:38', '2023-10-31 16:06:38'),
(287692, 2338, '1299-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:38', '2023-10-31 16:06:38'),
(287693, 2338, '1299-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:38', '2023-10-31 16:06:38'),
(287694, 2338, '1299-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:38', '2023-10-31 16:06:38'),
(287695, 2338, '1299-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:38', '2023-10-31 16:06:38'),
(287696, 2338, '1299-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:38', '2023-10-31 16:06:38'),
(287697, 2338, '1299-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:38', '2023-10-31 16:06:38'),
(287698, 2338, '1299-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:38', '2023-10-31 16:06:38'),
(287699, 2338, '1299-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:38', '2023-10-31 16:06:38'),
(287700, 2338, '1299-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:38', '2023-10-31 16:06:38'),
(287701, 2338, '1299-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:38', '2023-10-31 16:06:38'),
(287702, 2338, '1300-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:38', '2023-10-31 16:06:38'),
(287703, 2338, '1300-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:38', '2023-10-31 16:06:38'),
(287704, 2338, '1300-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:38', '2023-10-31 16:06:38'),
(287705, 2338, '1300-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:38', '2023-10-31 16:06:38'),
(287706, 2338, '1300-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:38', '2023-10-31 16:06:38'),
(287707, 2338, '1300-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:38', '2023-10-31 16:06:38'),
(287708, 2338, '1300-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:38', '2023-10-31 16:06:38'),
(287709, 2338, '1300-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:38', '2023-10-31 16:06:38'),
(287710, 2338, '1300-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:38', '2023-10-31 16:06:38'),
(287711, 2338, '1300-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:38', '2023-10-31 16:06:38'),
(287712, 2338, '1300-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:38', '2023-10-31 16:06:38'),
(287713, 2338, '1300-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:38', '2023-10-31 16:06:38'),
(287714, 2338, '1301-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:38', '2023-10-31 16:06:38'),
(287715, 2338, '1301-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:38', '2023-10-31 16:06:38'),
(287716, 2338, '1301-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:38', '2023-10-31 16:06:38'),
(287717, 2338, '1301-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:38', '2023-10-31 16:06:38'),
(287718, 2338, '1301-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:38', '2023-10-31 16:06:38'),
(287719, 2338, '1301-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:38', '2023-10-31 16:06:38'),
(287720, 2338, '1301-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:38', '2023-10-31 16:06:38'),
(287721, 2338, '1301-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:38', '2023-10-31 16:06:38'),
(287722, 2338, '1301-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:38', '2023-10-31 16:06:38'),
(287723, 2338, '1301-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:38', '2023-10-31 16:06:38'),
(287724, 2338, '1301-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:38', '2023-10-31 16:06:38'),
(287725, 2338, '1301-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:38', '2023-10-31 16:06:38'),
(287726, 2338, '1302-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:38', '2023-10-31 16:06:38'),
(287727, 2338, '1302-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:38', '2023-10-31 16:06:38'),
(287728, 2338, '1302-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:38', '2023-10-31 16:06:38'),
(287729, 2338, '1302-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:38', '2023-10-31 16:06:38'),
(287730, 2338, '1302-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:38', '2023-10-31 16:06:38'),
(287731, 2338, '1302-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:38', '2023-10-31 16:06:38'),
(287732, 2338, '1302-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:38', '2023-10-31 16:06:38'),
(287733, 2338, '1302-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:38', '2023-10-31 16:06:38'),
(287734, 2338, '1302-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:38', '2023-10-31 16:06:38'),
(287735, 2338, '1302-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:38', '2023-10-31 16:06:38'),
(287736, 2338, '1302-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:38', '2023-10-31 16:06:38'),
(287737, 2338, '1302-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:38', '2023-10-31 16:06:38'),
(287738, 2338, '1303-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:38', '2023-10-31 16:06:38'),
(287739, 2338, '1303-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:38', '2023-10-31 16:06:38'),
(287740, 2338, '1303-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:38', '2023-10-31 16:06:38'),
(287741, 2338, '1303-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:38', '2023-10-31 16:06:38'),
(287742, 2338, '1303-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:38', '2023-10-31 16:06:38'),
(287743, 2338, '1303-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:38', '2023-10-31 16:06:38'),
(287744, 2338, '1303-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:38', '2023-10-31 16:06:38'),
(287745, 2338, '1303-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:38', '2023-10-31 16:06:38'),
(287746, 2338, '1303-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:38', '2023-10-31 16:06:38'),
(287747, 2338, '1303-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:38', '2023-10-31 16:06:38'),
(287748, 2338, '1303-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:38', '2023-10-31 16:06:38'),
(287749, 2338, '1303-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:38', '2023-10-31 16:06:38'),
(287750, 2338, '1304-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:38', '2023-10-31 16:06:38'),
(287751, 2338, '1304-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:38', '2023-10-31 16:06:38'),
(287752, 2338, '1304-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:38', '2023-10-31 16:06:38'),
(287753, 2338, '1304-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:38', '2023-10-31 16:06:38'),
(287754, 2338, '1304-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:38', '2023-10-31 16:06:38'),
(287755, 2338, '1304-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:38', '2023-10-31 16:06:38'),
(287756, 2338, '1304-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:38', '2023-10-31 16:06:38'),
(287757, 2338, '1304-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:38', '2023-10-31 16:06:38'),
(287758, 2338, '1304-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:38', '2023-10-31 16:06:38'),
(287759, 2338, '1304-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:38', '2023-10-31 16:06:38'),
(287760, 2338, '1304-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:38', '2023-10-31 16:06:38'),
(287761, 2338, '1304-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:38', '2023-10-31 16:06:38'),
(287762, 2338, '1305-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:38', '2023-10-31 16:06:38'),
(287763, 2338, '1305-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:38', '2023-10-31 16:06:38'),
(287764, 2338, '1305-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:38', '2023-10-31 16:06:38'),
(287765, 2338, '1305-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:38', '2023-10-31 16:06:38'),
(287766, 2338, '1305-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:38', '2023-10-31 16:06:38'),
(287767, 2338, '1305-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:38', '2023-10-31 16:06:38'),
(287768, 2338, '1305-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:38', '2023-10-31 16:06:38'),
(287769, 2338, '1305-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:38', '2023-10-31 16:06:38'),
(287770, 2338, '1305-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:38', '2023-10-31 16:06:38'),
(287771, 2338, '1305-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:38', '2023-10-31 16:06:38'),
(287772, 2338, '1305-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:38', '2023-10-31 16:06:38'),
(287773, 2338, '1305-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:38', '2023-10-31 16:06:38'),
(287774, 2338, '1306-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:38', '2023-10-31 16:06:38'),
(287775, 2338, '1306-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:38', '2023-10-31 16:06:38'),
(287776, 2338, '1306-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:38', '2023-10-31 16:06:38'),
(287777, 2338, '1306-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:38', '2023-10-31 16:06:38'),
(287778, 2338, '1306-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:38', '2023-10-31 16:06:38'),
(287779, 2338, '1306-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:38', '2023-10-31 16:06:38'),
(287780, 2338, '1306-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:38', '2023-10-31 16:06:38'),
(287781, 2338, '1306-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:38', '2023-10-31 16:06:38'),
(287782, 2338, '1306-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:38', '2023-10-31 16:06:38'),
(287783, 2338, '1306-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:38', '2023-10-31 16:06:38'),
(287784, 2338, '1306-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:38', '2023-10-31 16:06:38'),
(287785, 2338, '1306-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:38', '2023-10-31 16:06:38'),
(287786, 2338, '1307-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:38', '2023-10-31 16:06:38'),
(287787, 2338, '1307-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:38', '2023-10-31 16:06:38'),
(287788, 2338, '1307-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:38', '2023-10-31 16:06:38'),
(287789, 2338, '1307-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:38', '2023-10-31 16:06:38'),
(287790, 2338, '1307-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:38', '2023-10-31 16:06:38'),
(287791, 2338, '1307-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:38', '2023-10-31 16:06:38'),
(287792, 2338, '1307-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:38', '2023-10-31 16:06:38'),
(287793, 2338, '1307-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:38', '2023-10-31 16:06:38'),
(287794, 2338, '1307-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:38', '2023-10-31 16:06:38'),
(287795, 2338, '1307-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:38', '2023-10-31 16:06:38'),
(287796, 2338, '1307-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:38', '2023-10-31 16:06:38'),
(287797, 2338, '1307-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:38', '2023-10-31 16:06:38'),
(287798, 2338, '1308-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:38', '2023-10-31 16:06:38'),
(287799, 2338, '1308-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:38', '2023-10-31 16:06:38'),
(287800, 2338, '1308-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:38', '2023-10-31 16:06:38'),
(287801, 2338, '1308-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:38', '2023-10-31 16:06:38'),
(287802, 2338, '1308-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:38', '2023-10-31 16:06:38'),
(287803, 2338, '1308-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:38', '2023-10-31 16:06:38'),
(287804, 2338, '1308-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:38', '2023-10-31 16:06:38'),
(287805, 2338, '1308-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:38', '2023-10-31 16:06:38'),
(287806, 2338, '1308-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:38', '2023-10-31 16:06:38'),
(287807, 2338, '1308-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:38', '2023-10-31 16:06:38'),
(287808, 2338, '1308-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:38', '2023-10-31 16:06:38'),
(287809, 2338, '1308-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:38', '2023-10-31 16:06:38'),
(287810, 2338, '1309-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:38', '2023-10-31 16:06:38'),
(287811, 2338, '1309-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:38', '2023-10-31 16:06:38'),
(287812, 2338, '1309-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:38', '2023-10-31 16:06:38'),
(287813, 2338, '1309-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:38', '2023-10-31 16:06:38'),
(287814, 2338, '1309-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:38', '2023-10-31 16:06:38'),
(287815, 2338, '1309-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:38', '2023-10-31 16:06:38'),
(287816, 2338, '1309-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:38', '2023-10-31 16:06:38'),
(287817, 2338, '1309-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:38', '2023-10-31 16:06:38'),
(287818, 2338, '1309-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:38', '2023-10-31 16:06:38'),
(287819, 2338, '1309-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:38', '2023-10-31 16:06:38'),
(287820, 2338, '1309-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:38', '2023-10-31 16:06:38'),
(287821, 2338, '1309-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:38', '2023-10-31 16:06:38'),
(287822, 2338, '1310-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:38', '2023-10-31 16:06:38'),
(287823, 2338, '1310-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:38', '2023-10-31 16:06:38'),
(287824, 2338, '1310-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:38', '2023-10-31 16:06:38'),
(287825, 2338, '1310-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:38', '2023-10-31 16:06:38'),
(287826, 2338, '1310-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:38', '2023-10-31 16:06:38'),
(287827, 2338, '1310-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:38', '2023-10-31 16:06:38'),
(287828, 2338, '1310-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:38', '2023-10-31 16:06:38'),
(287829, 2338, '1310-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:38', '2023-10-31 16:06:38'),
(287830, 2338, '1310-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:38', '2023-10-31 16:06:38'),
(287831, 2338, '1310-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:38', '2023-10-31 16:06:38'),
(287832, 2338, '1310-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:38', '2023-10-31 16:06:38'),
(287833, 2338, '1310-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:38', '2023-10-31 16:06:38'),
(287834, 2338, '1311-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:38', '2023-10-31 16:06:38'),
(287835, 2338, '1311-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:38', '2023-10-31 16:06:38'),
(287836, 2338, '1311-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:38', '2023-10-31 16:06:38'),
(287837, 2338, '1311-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:38', '2023-10-31 16:06:38'),
(287838, 2338, '1311-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:38', '2023-10-31 16:06:38'),
(287839, 2338, '1311-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:38', '2023-10-31 16:06:38'),
(287840, 2338, '1311-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:38', '2023-10-31 16:06:38'),
(287841, 2338, '1311-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:39', '2023-10-31 16:06:39'),
(287842, 2338, '1311-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:39', '2023-10-31 16:06:39'),
(287843, 2338, '1311-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:39', '2023-10-31 16:06:39'),
(287844, 2338, '1311-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:39', '2023-10-31 16:06:39'),
(287845, 2338, '1311-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:39', '2023-10-31 16:06:39'),
(287846, 2338, '1312-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:39', '2023-10-31 16:06:39'),
(287847, 2338, '1312-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:39', '2023-10-31 16:06:39'),
(287848, 2338, '1312-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:39', '2023-10-31 16:06:39'),
(287849, 2338, '1312-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:39', '2023-10-31 16:06:39'),
(287850, 2338, '1312-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:39', '2023-10-31 16:06:39'),
(287851, 2338, '1312-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:39', '2023-10-31 16:06:39'),
(287852, 2338, '1312-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:39', '2023-10-31 16:06:39'),
(287853, 2338, '1312-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:39', '2023-10-31 16:06:39'),
(287854, 2338, '1312-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:39', '2023-10-31 16:06:39'),
(287855, 2338, '1312-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:39', '2023-10-31 16:06:39'),
(287856, 2338, '1312-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:39', '2023-10-31 16:06:39'),
(287857, 2338, '1312-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:39', '2023-10-31 16:06:39'),
(287858, 2338, '1313-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:39', '2023-10-31 16:06:39'),
(287859, 2338, '1313-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:39', '2023-10-31 16:06:39'),
(287860, 2338, '1313-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:39', '2023-10-31 16:06:39'),
(287861, 2338, '1313-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:39', '2023-10-31 16:06:39'),
(287862, 2338, '1313-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:39', '2023-10-31 16:06:39'),
(287863, 2338, '1313-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:39', '2023-10-31 16:06:39'),
(287864, 2338, '1313-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:39', '2023-10-31 16:06:39'),
(287865, 2338, '1313-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:39', '2023-10-31 16:06:39'),
(287866, 2338, '1313-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:39', '2023-10-31 16:06:39'),
(287867, 2338, '1313-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:39', '2023-10-31 16:06:39'),
(287868, 2338, '1313-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:39', '2023-10-31 16:06:39'),
(287869, 2338, '1313-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:39', '2023-10-31 16:06:39'),
(287870, 2338, '1314-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:39', '2023-10-31 16:06:39'),
(287871, 2338, '1314-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:39', '2023-10-31 16:06:39'),
(287872, 2338, '1314-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:39', '2023-10-31 16:06:39'),
(287873, 2338, '1314-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:39', '2023-10-31 16:06:39'),
(287874, 2338, '1314-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:39', '2023-10-31 16:06:39'),
(287875, 2338, '1314-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:39', '2023-10-31 16:06:39'),
(287876, 2338, '1314-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:39', '2023-10-31 16:06:39'),
(287877, 2338, '1314-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:39', '2023-10-31 16:06:39'),
(287878, 2338, '1314-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:39', '2023-10-31 16:06:39'),
(287879, 2338, '1314-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:39', '2023-10-31 16:06:39'),
(287880, 2338, '1314-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:39', '2023-10-31 16:06:39'),
(287881, 2338, '1314-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:39', '2023-10-31 16:06:39'),
(287882, 2338, '1315-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:39', '2023-10-31 16:06:39'),
(287883, 2338, '1315-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:39', '2023-10-31 16:06:39'),
(287884, 2338, '1315-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:39', '2023-10-31 16:06:39'),
(287885, 2338, '1315-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:39', '2023-10-31 16:06:39'),
(287886, 2338, '1315-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:39', '2023-10-31 16:06:39'),
(287887, 2338, '1315-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:39', '2023-10-31 16:06:39'),
(287888, 2338, '1315-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:39', '2023-10-31 16:06:39'),
(287889, 2338, '1315-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:39', '2023-10-31 16:06:39'),
(287890, 2338, '1315-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:39', '2023-10-31 16:06:39'),
(287891, 2338, '1315-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:39', '2023-10-31 16:06:39'),
(287892, 2338, '1315-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:39', '2023-10-31 16:06:39'),
(287893, 2338, '1315-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:39', '2023-10-31 16:06:39'),
(287894, 2338, '1316-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:39', '2023-10-31 16:06:39'),
(287895, 2338, '1316-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:39', '2023-10-31 16:06:39'),
(287896, 2338, '1316-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:39', '2023-10-31 16:06:39'),
(287897, 2338, '1316-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:39', '2023-10-31 16:06:39'),
(287898, 2338, '1316-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:39', '2023-10-31 16:06:39'),
(287899, 2338, '1316-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:39', '2023-10-31 16:06:39'),
(287900, 2338, '1316-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:39', '2023-10-31 16:06:39'),
(287901, 2338, '1316-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:39', '2023-10-31 16:06:39'),
(287902, 2338, '1316-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:39', '2023-10-31 16:06:39'),
(287903, 2338, '1316-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:39', '2023-10-31 16:06:39'),
(287904, 2338, '1316-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:39', '2023-10-31 16:06:39'),
(287905, 2338, '1316-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:39', '2023-10-31 16:06:39'),
(287906, 2338, '1317-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:39', '2023-10-31 16:06:39'),
(287907, 2338, '1317-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:39', '2023-10-31 16:06:39'),
(287908, 2338, '1317-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:39', '2023-10-31 16:06:39'),
(287909, 2338, '1317-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:39', '2023-10-31 16:06:39'),
(287910, 2338, '1317-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:39', '2023-10-31 16:06:39'),
(287911, 2338, '1317-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:39', '2023-10-31 16:06:39'),
(287912, 2338, '1317-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:39', '2023-10-31 16:06:39'),
(287913, 2338, '1317-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:39', '2023-10-31 16:06:39'),
(287914, 2338, '1317-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:39', '2023-10-31 16:06:39'),
(287915, 2338, '1317-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:39', '2023-10-31 16:06:39'),
(287916, 2338, '1317-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:39', '2023-10-31 16:06:39'),
(287917, 2338, '1317-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:39', '2023-10-31 16:06:39'),
(287918, 2338, '1318-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:39', '2023-10-31 16:06:39'),
(287919, 2338, '1318-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:39', '2023-10-31 16:06:39'),
(287920, 2338, '1318-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:39', '2023-10-31 16:06:39'),
(287921, 2338, '1318-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:39', '2023-10-31 16:06:39'),
(287922, 2338, '1318-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:39', '2023-10-31 16:06:39'),
(287923, 2338, '1318-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:39', '2023-10-31 16:06:39'),
(287924, 2338, '1318-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:39', '2023-10-31 16:06:39'),
(287925, 2338, '1318-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:39', '2023-10-31 16:06:39'),
(287926, 2338, '1318-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:39', '2023-10-31 16:06:39'),
(287927, 2338, '1318-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:39', '2023-10-31 16:06:39'),
(287928, 2338, '1318-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:39', '2023-10-31 16:06:39'),
(287929, 2338, '1318-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:39', '2023-10-31 16:06:39'),
(287930, 2338, '1319-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:39', '2023-10-31 16:06:39'),
(287931, 2338, '1319-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:39', '2023-10-31 16:06:39'),
(287932, 2338, '1319-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:39', '2023-10-31 16:06:39'),
(287933, 2338, '1319-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:39', '2023-10-31 16:06:39'),
(287934, 2338, '1319-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:39', '2023-10-31 16:06:39'),
(287935, 2338, '1319-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:39', '2023-10-31 16:06:39'),
(287936, 2338, '1319-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:39', '2023-10-31 16:06:39'),
(287937, 2338, '1319-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:39', '2023-10-31 16:06:39'),
(287938, 2338, '1319-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:39', '2023-10-31 16:06:39'),
(287939, 2338, '1319-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:39', '2023-10-31 16:06:39'),
(287940, 2338, '1319-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:39', '2023-10-31 16:06:39'),
(287941, 2338, '1319-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:39', '2023-10-31 16:06:39'),
(287942, 2338, '1320-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:39', '2023-10-31 16:06:39'),
(287943, 2338, '1320-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:39', '2023-10-31 16:06:39'),
(287944, 2338, '1320-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:39', '2023-10-31 16:06:39'),
(287945, 2338, '1320-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:39', '2023-10-31 16:06:39'),
(287946, 2338, '1320-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:39', '2023-10-31 16:06:39'),
(287947, 2338, '1320-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:39', '2023-10-31 16:06:39'),
(287948, 2338, '1320-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:39', '2023-10-31 16:06:39'),
(287949, 2338, '1320-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:39', '2023-10-31 16:06:39'),
(287950, 2338, '1320-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:39', '2023-10-31 16:06:39'),
(287951, 2338, '1320-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:39', '2023-10-31 16:06:39'),
(287952, 2338, '1320-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:39', '2023-10-31 16:06:39'),
(287953, 2338, '1320-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:39', '2023-10-31 16:06:39'),
(287954, 2338, '1321-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:39', '2023-10-31 16:06:39'),
(287955, 2338, '1321-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:39', '2023-10-31 16:06:39'),
(287956, 2338, '1321-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:39', '2023-10-31 16:06:39'),
(287957, 2338, '1321-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:39', '2023-10-31 16:06:39'),
(287958, 2338, '1321-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:39', '2023-10-31 16:06:39'),
(287959, 2338, '1321-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:39', '2023-10-31 16:06:39'),
(287960, 2338, '1321-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:39', '2023-10-31 16:06:39'),
(287961, 2338, '1321-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:39', '2023-10-31 16:06:39'),
(287962, 2338, '1321-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:39', '2023-10-31 16:06:39'),
(287963, 2338, '1321-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:39', '2023-10-31 16:06:39'),
(287964, 2338, '1321-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:39', '2023-10-31 16:06:39'),
(287965, 2338, '1321-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:39', '2023-10-31 16:06:39'),
(287966, 2338, '1322-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:39', '2023-10-31 16:06:39'),
(287967, 2338, '1322-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:39', '2023-10-31 16:06:39'),
(287968, 2338, '1322-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:39', '2023-10-31 16:06:39'),
(287969, 2338, '1322-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:39', '2023-10-31 16:06:39'),
(287970, 2338, '1322-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:39', '2023-10-31 16:06:39'),
(287971, 2338, '1322-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:39', '2023-10-31 16:06:39'),
(287972, 2338, '1322-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:39', '2023-10-31 16:06:39'),
(287973, 2338, '1322-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:39', '2023-10-31 16:06:39'),
(287974, 2338, '1322-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:39', '2023-10-31 16:06:39'),
(287975, 2338, '1322-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:39', '2023-10-31 16:06:39'),
(287976, 2338, '1322-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:39', '2023-10-31 16:06:39'),
(287977, 2338, '1322-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:39', '2023-10-31 16:06:39'),
(287978, 2338, '1323-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:39', '2023-10-31 16:06:39'),
(287979, 2338, '1323-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:39', '2023-10-31 16:06:39'),
(287980, 2338, '1323-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:39', '2023-10-31 16:06:39'),
(287981, 2338, '1323-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:39', '2023-10-31 16:06:39'),
(287982, 2338, '1323-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:39', '2023-10-31 16:06:39'),
(287983, 2338, '1323-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:39', '2023-10-31 16:06:39'),
(287984, 2338, '1323-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:39', '2023-10-31 16:06:39'),
(287985, 2338, '1323-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:39', '2023-10-31 16:06:39'),
(287986, 2338, '1323-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:39', '2023-10-31 16:06:39'),
(287987, 2338, '1323-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:39', '2023-10-31 16:06:39'),
(287988, 2338, '1323-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:39', '2023-10-31 16:06:39'),
(287989, 2338, '1323-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:39', '2023-10-31 16:06:39'),
(287990, 2338, '1324-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:39', '2023-10-31 16:06:39'),
(287991, 2338, '1324-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:39', '2023-10-31 16:06:39'),
(287992, 2338, '1324-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:39', '2023-10-31 16:06:39'),
(287993, 2338, '1324-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:39', '2023-10-31 16:06:39'),
(287994, 2338, '1324-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:39', '2023-10-31 16:06:39'),
(287995, 2338, '1324-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:39', '2023-10-31 16:06:39'),
(287996, 2338, '1324-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:39', '2023-10-31 16:06:39'),
(287997, 2338, '1324-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:39', '2023-10-31 16:06:39'),
(287998, 2338, '1324-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:39', '2023-10-31 16:06:39'),
(287999, 2338, '1324-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:39', '2023-10-31 16:06:39'),
(288000, 2338, '1324-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:39', '2023-10-31 16:06:39'),
(288001, 2338, '1324-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:39', '2023-10-31 16:06:39'),
(288002, 2338, '1325-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:39', '2023-10-31 16:06:39'),
(288003, 2338, '1325-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:39', '2023-10-31 16:06:39'),
(288004, 2338, '1325-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:39', '2023-10-31 16:06:39'),
(288005, 2338, '1325-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:39', '2023-10-31 16:06:39'),
(288006, 2338, '1325-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:39', '2023-10-31 16:06:39'),
(288007, 2338, '1325-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:39', '2023-10-31 16:06:39'),
(288008, 2338, '1325-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:39', '2023-10-31 16:06:39'),
(288009, 2338, '1325-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:39', '2023-10-31 16:06:39'),
(288010, 2338, '1325-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:39', '2023-10-31 16:06:39'),
(288011, 2338, '1325-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:39', '2023-10-31 16:06:39'),
(288012, 2338, '1325-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:39', '2023-10-31 16:06:39'),
(288013, 2338, '1325-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:39', '2023-10-31 16:06:39'),
(288014, 2338, '1326-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:39', '2023-10-31 16:06:39'),
(288015, 2338, '1326-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:39', '2023-10-31 16:06:39'),
(288016, 2338, '1326-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:39', '2023-10-31 16:06:39'),
(288017, 2338, '1326-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:39', '2023-10-31 16:06:39'),
(288018, 2338, '1326-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:39', '2023-10-31 16:06:39'),
(288019, 2338, '1326-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:39', '2023-10-31 16:06:39'),
(288020, 2338, '1326-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:39', '2023-10-31 16:06:39'),
(288021, 2338, '1326-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:39', '2023-10-31 16:06:39'),
(288022, 2338, '1326-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:39', '2023-10-31 16:06:39'),
(288023, 2338, '1326-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:39', '2023-10-31 16:06:39'),
(288024, 2338, '1326-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:39', '2023-10-31 16:06:39'),
(288025, 2338, '1326-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:39', '2023-10-31 16:06:39'),
(288026, 2338, '1327-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:39', '2023-10-31 16:06:39'),
(288027, 2338, '1327-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:39', '2023-10-31 16:06:39');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(288028, 2338, '1327-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:39', '2023-10-31 16:06:39'),
(288029, 2338, '1327-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:39', '2023-10-31 16:06:39'),
(288030, 2338, '1327-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:39', '2023-10-31 16:06:39'),
(288031, 2338, '1327-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:39', '2023-10-31 16:06:39'),
(288032, 2338, '1327-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:39', '2023-10-31 16:06:39'),
(288033, 2338, '1327-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:39', '2023-10-31 16:06:39'),
(288034, 2338, '1327-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:39', '2023-10-31 16:06:39'),
(288035, 2338, '1327-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:39', '2023-10-31 16:06:39'),
(288036, 2338, '1327-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:39', '2023-10-31 16:06:39'),
(288037, 2338, '1327-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:39', '2023-10-31 16:06:39'),
(288038, 2338, '1328-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:39', '2023-10-31 16:06:39'),
(288039, 2338, '1328-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:39', '2023-10-31 16:06:39'),
(288040, 2338, '1328-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:39', '2023-10-31 16:06:39'),
(288041, 2338, '1328-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:39', '2023-10-31 16:06:39'),
(288042, 2338, '1328-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:39', '2023-10-31 16:06:39'),
(288043, 2338, '1328-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:39', '2023-10-31 16:06:39'),
(288044, 2338, '1328-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:39', '2023-10-31 16:06:39'),
(288045, 2338, '1328-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:39', '2023-10-31 16:06:39'),
(288046, 2338, '1328-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:39', '2023-10-31 16:06:39'),
(288047, 2338, '1328-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:39', '2023-10-31 16:06:39'),
(288048, 2338, '1328-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:39', '2023-10-31 16:06:39'),
(288049, 2338, '1328-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:39', '2023-10-31 16:06:39'),
(288050, 2338, '1329-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:39', '2023-10-31 16:06:39'),
(288051, 2338, '1329-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:39', '2023-10-31 16:06:39'),
(288052, 2338, '1329-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:39', '2023-10-31 16:06:39'),
(288053, 2338, '1329-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:39', '2023-10-31 16:06:39'),
(288054, 2338, '1329-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:39', '2023-10-31 16:06:39'),
(288055, 2338, '1329-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:40', '2023-10-31 16:06:40'),
(288056, 2338, '1329-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:40', '2023-10-31 16:06:40'),
(288057, 2338, '1329-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:40', '2023-10-31 16:06:40'),
(288058, 2338, '1329-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:40', '2023-10-31 16:06:40'),
(288059, 2338, '1329-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:40', '2023-10-31 16:06:40'),
(288060, 2338, '1329-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:40', '2023-10-31 16:06:40'),
(288061, 2338, '1329-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:40', '2023-10-31 16:06:40'),
(288062, 2338, '1330-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:40', '2023-10-31 16:06:40'),
(288063, 2338, '1330-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:40', '2023-10-31 16:06:40'),
(288064, 2338, '1330-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:40', '2023-10-31 16:06:40'),
(288065, 2338, '1330-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:40', '2023-10-31 16:06:40'),
(288066, 2338, '1330-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:40', '2023-10-31 16:06:40'),
(288067, 2338, '1330-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:40', '2023-10-31 16:06:40'),
(288068, 2338, '1330-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:40', '2023-10-31 16:06:40'),
(288069, 2338, '1330-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:40', '2023-10-31 16:06:40'),
(288070, 2338, '1330-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:40', '2023-10-31 16:06:40'),
(288071, 2338, '1330-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:40', '2023-10-31 16:06:40'),
(288072, 2338, '1330-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:40', '2023-10-31 16:06:40'),
(288073, 2338, '1330-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:40', '2023-10-31 16:06:40'),
(288074, 2338, '1331-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:40', '2023-10-31 16:06:40'),
(288075, 2338, '1331-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:40', '2023-10-31 16:06:40'),
(288076, 2338, '1331-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:40', '2023-10-31 16:06:40'),
(288077, 2338, '1331-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:40', '2023-10-31 16:06:40'),
(288078, 2338, '1331-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:40', '2023-10-31 16:06:40'),
(288079, 2338, '1331-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:40', '2023-10-31 16:06:40'),
(288080, 2338, '1331-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:40', '2023-10-31 16:06:40'),
(288081, 2338, '1331-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:40', '2023-10-31 16:06:40'),
(288082, 2338, '1331-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:40', '2023-10-31 16:06:40'),
(288083, 2338, '1331-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:40', '2023-10-31 16:06:40'),
(288084, 2338, '1331-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:40', '2023-10-31 16:06:40'),
(288085, 2338, '1331-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:40', '2023-10-31 16:06:40'),
(288086, 2338, '1332-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:40', '2023-10-31 16:06:40'),
(288087, 2338, '1332-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:40', '2023-10-31 16:06:40'),
(288088, 2338, '1332-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:40', '2023-10-31 16:06:40'),
(288089, 2338, '1332-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:40', '2023-10-31 16:06:40'),
(288090, 2338, '1332-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:40', '2023-10-31 16:06:40'),
(288091, 2338, '1332-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:40', '2023-10-31 16:06:40'),
(288092, 2338, '1332-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:40', '2023-10-31 16:06:40'),
(288093, 2338, '1332-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:40', '2023-10-31 16:06:40'),
(288094, 2338, '1332-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:40', '2023-10-31 16:06:40'),
(288095, 2338, '1332-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:40', '2023-10-31 16:06:40'),
(288096, 2338, '1332-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:40', '2023-10-31 16:06:40'),
(288097, 2338, '1332-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:40', '2023-10-31 16:06:40'),
(288098, 2338, '1333-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:40', '2023-10-31 16:06:40'),
(288099, 2338, '1333-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:40', '2023-10-31 16:06:40'),
(288100, 2338, '1333-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:40', '2023-10-31 16:06:40'),
(288101, 2338, '1333-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:40', '2023-10-31 16:06:40'),
(288102, 2338, '1333-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:40', '2023-10-31 16:06:40'),
(288103, 2338, '1333-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:40', '2023-10-31 16:06:40'),
(288104, 2338, '1333-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:40', '2023-10-31 16:06:40'),
(288105, 2338, '1333-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:40', '2023-10-31 16:06:40'),
(288106, 2338, '1333-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:40', '2023-10-31 16:06:40'),
(288107, 2338, '1333-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:40', '2023-10-31 16:06:40'),
(288108, 2338, '1333-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:40', '2023-10-31 16:06:40'),
(288109, 2338, '1333-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:40', '2023-10-31 16:06:40'),
(288110, 2338, '1334-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:40', '2023-10-31 16:06:40'),
(288111, 2338, '1334-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:40', '2023-10-31 16:06:40'),
(288112, 2338, '1334-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:40', '2023-10-31 16:06:40'),
(288113, 2338, '1334-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:40', '2023-10-31 16:06:40'),
(288114, 2338, '1334-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:40', '2023-10-31 16:06:40'),
(288115, 2338, '1334-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:40', '2023-10-31 16:06:40'),
(288116, 2338, '1334-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:40', '2023-10-31 16:06:40'),
(288117, 2338, '1334-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:40', '2023-10-31 16:06:40'),
(288118, 2338, '1334-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:40', '2023-10-31 16:06:40'),
(288119, 2338, '1334-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:40', '2023-10-31 16:06:40'),
(288120, 2338, '1334-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:40', '2023-10-31 16:06:40'),
(288121, 2338, '1334-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:40', '2023-10-31 16:06:40'),
(288122, 2338, '1335-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:40', '2023-10-31 16:06:40'),
(288123, 2338, '1335-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:40', '2023-10-31 16:06:40'),
(288124, 2338, '1335-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:40', '2023-10-31 16:06:40'),
(288125, 2338, '1335-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:40', '2023-10-31 16:06:40'),
(288126, 2338, '1335-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:40', '2023-10-31 16:06:40'),
(288127, 2338, '1335-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:40', '2023-10-31 16:06:40'),
(288128, 2338, '1335-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:40', '2023-10-31 16:06:40'),
(288129, 2338, '1335-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:40', '2023-10-31 16:06:40'),
(288130, 2338, '1335-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:40', '2023-10-31 16:06:40'),
(288131, 2338, '1335-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:40', '2023-10-31 16:06:40'),
(288132, 2338, '1335-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:40', '2023-10-31 16:06:40'),
(288133, 2338, '1335-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:40', '2023-10-31 16:06:40'),
(288134, 2338, '1336-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:40', '2023-10-31 16:06:40'),
(288135, 2338, '1336-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:40', '2023-10-31 16:06:40'),
(288136, 2338, '1336-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:40', '2023-10-31 16:06:40'),
(288137, 2338, '1336-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:40', '2023-10-31 16:06:40'),
(288138, 2338, '1336-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:40', '2023-10-31 16:06:40'),
(288139, 2338, '1336-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:40', '2023-10-31 16:06:40'),
(288140, 2338, '1336-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:40', '2023-10-31 16:06:40'),
(288141, 2338, '1336-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:40', '2023-10-31 16:06:40'),
(288142, 2338, '1336-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:40', '2023-10-31 16:06:40'),
(288143, 2338, '1336-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:40', '2023-10-31 16:06:40'),
(288144, 2338, '1336-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:40', '2023-10-31 16:06:40'),
(288145, 2338, '1336-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:40', '2023-10-31 16:06:40'),
(288146, 2338, '1337-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:40', '2023-10-31 16:06:40'),
(288147, 2338, '1337-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:40', '2023-10-31 16:06:40'),
(288148, 2338, '1337-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:40', '2023-10-31 16:06:40'),
(288149, 2338, '1337-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:40', '2023-10-31 16:06:40'),
(288150, 2338, '1337-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:40', '2023-10-31 16:06:40'),
(288151, 2338, '1337-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:40', '2023-10-31 16:06:40'),
(288152, 2338, '1337-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:40', '2023-10-31 16:06:40'),
(288153, 2338, '1337-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:40', '2023-10-31 16:06:40'),
(288154, 2338, '1337-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:40', '2023-10-31 16:06:40'),
(288155, 2338, '1337-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:40', '2023-10-31 16:06:40'),
(288156, 2338, '1337-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:40', '2023-10-31 16:06:40'),
(288157, 2338, '1337-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:40', '2023-10-31 16:06:40'),
(288158, 2338, '1338-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:40', '2023-10-31 16:06:40'),
(288159, 2338, '1338-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:40', '2023-10-31 16:06:40'),
(288160, 2338, '1338-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:40', '2023-10-31 16:06:40'),
(288161, 2338, '1338-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:40', '2023-10-31 16:06:40'),
(288162, 2338, '1338-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:40', '2023-10-31 16:06:40'),
(288163, 2338, '1338-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:40', '2023-10-31 16:06:40'),
(288164, 2338, '1338-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:40', '2023-10-31 16:06:40'),
(288165, 2338, '1338-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:40', '2023-10-31 16:06:40'),
(288166, 2338, '1338-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:40', '2023-10-31 16:06:40'),
(288167, 2338, '1338-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:40', '2023-10-31 16:06:40'),
(288168, 2338, '1338-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:40', '2023-10-31 16:06:40'),
(288169, 2338, '1338-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:40', '2023-10-31 16:06:40'),
(288170, 2338, '1339-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:40', '2023-10-31 16:06:40'),
(288171, 2338, '1339-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:40', '2023-10-31 16:06:40'),
(288172, 2338, '1339-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:40', '2023-10-31 16:06:40'),
(288173, 2338, '1339-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:40', '2023-10-31 16:06:40'),
(288174, 2338, '1339-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:40', '2023-10-31 16:06:40'),
(288175, 2338, '1339-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:40', '2023-10-31 16:06:40'),
(288176, 2338, '1339-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:40', '2023-10-31 16:06:40'),
(288177, 2338, '1339-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:40', '2023-10-31 16:06:40'),
(288178, 2338, '1339-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:40', '2023-10-31 16:06:40'),
(288179, 2338, '1339-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:40', '2023-10-31 16:06:40'),
(288180, 2338, '1339-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:40', '2023-10-31 16:06:40'),
(288181, 2338, '1339-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:40', '2023-10-31 16:06:40'),
(288182, 2338, '1340-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:40', '2023-10-31 16:06:40'),
(288183, 2338, '1340-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:40', '2023-10-31 16:06:40'),
(288184, 2338, '1340-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:40', '2023-10-31 16:06:40'),
(288185, 2338, '1340-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:40', '2023-10-31 16:06:40'),
(288186, 2338, '1340-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:40', '2023-10-31 16:06:40'),
(288187, 2338, '1340-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:40', '2023-10-31 16:06:40'),
(288188, 2338, '1340-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:40', '2023-10-31 16:06:40'),
(288189, 2338, '1340-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:40', '2023-10-31 16:06:40'),
(288190, 2338, '1340-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:40', '2023-10-31 16:06:40'),
(288191, 2338, '1340-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:40', '2023-10-31 16:06:40'),
(288192, 2338, '1340-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:40', '2023-10-31 16:06:40'),
(288193, 2338, '1340-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:40', '2023-10-31 16:06:40'),
(288194, 2338, '1341-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:40', '2023-10-31 16:06:40'),
(288195, 2338, '1341-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:40', '2023-10-31 16:06:40'),
(288196, 2338, '1341-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:40', '2023-10-31 16:06:40'),
(288197, 2338, '1341-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:40', '2023-10-31 16:06:40'),
(288198, 2338, '1341-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:40', '2023-10-31 16:06:40'),
(288199, 2338, '1341-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:40', '2023-10-31 16:06:40'),
(288200, 2338, '1341-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:40', '2023-10-31 16:06:40'),
(288201, 2338, '1341-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:40', '2023-10-31 16:06:40'),
(288202, 2338, '1341-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:40', '2023-10-31 16:06:40'),
(288203, 2338, '1341-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:40', '2023-10-31 16:06:40'),
(288204, 2338, '1341-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:40', '2023-10-31 16:06:40'),
(288205, 2338, '1341-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:40', '2023-10-31 16:06:40'),
(288206, 2338, '1342-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:40', '2023-10-31 16:06:40'),
(288207, 2338, '1342-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:40', '2023-10-31 16:06:40'),
(288208, 2338, '1342-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:40', '2023-10-31 16:06:40'),
(288209, 2338, '1342-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:40', '2023-10-31 16:06:40'),
(288210, 2338, '1342-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:40', '2023-10-31 16:06:40'),
(288211, 2338, '1342-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:40', '2023-10-31 16:06:40'),
(288212, 2338, '1342-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:40', '2023-10-31 16:06:40'),
(288213, 2338, '1342-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:40', '2023-10-31 16:06:40'),
(288214, 2338, '1342-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:40', '2023-10-31 16:06:40'),
(288215, 2338, '1342-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:40', '2023-10-31 16:06:40'),
(288216, 2338, '1342-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:40', '2023-10-31 16:06:40'),
(288217, 2338, '1342-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:40', '2023-10-31 16:06:40'),
(288218, 2338, '1343-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:40', '2023-10-31 16:06:40'),
(288219, 2338, '1343-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:40', '2023-10-31 16:06:40'),
(288220, 2338, '1343-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:40', '2023-10-31 16:06:40'),
(288221, 2338, '1343-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:40', '2023-10-31 16:06:40'),
(288222, 2338, '1343-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:40', '2023-10-31 16:06:40'),
(288223, 2338, '1343-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:40', '2023-10-31 16:06:40'),
(288224, 2338, '1343-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:40', '2023-10-31 16:06:40'),
(288225, 2338, '1343-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:40', '2023-10-31 16:06:40'),
(288226, 2338, '1343-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:40', '2023-10-31 16:06:40'),
(288227, 2338, '1343-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:40', '2023-10-31 16:06:40'),
(288228, 2338, '1343-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:40', '2023-10-31 16:06:40'),
(288229, 2338, '1343-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:40', '2023-10-31 16:06:40'),
(288230, 2338, '1344-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:40', '2023-10-31 16:06:40'),
(288231, 2338, '1344-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:40', '2023-10-31 16:06:40'),
(288232, 2338, '1344-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:40', '2023-10-31 16:06:40'),
(288233, 2338, '1344-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:40', '2023-10-31 16:06:40'),
(288234, 2338, '1344-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:40', '2023-10-31 16:06:40'),
(288235, 2338, '1344-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:40', '2023-10-31 16:06:40'),
(288236, 2338, '1344-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:40', '2023-10-31 16:06:40'),
(288237, 2338, '1344-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:40', '2023-10-31 16:06:40'),
(288238, 2338, '1344-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:40', '2023-10-31 16:06:40'),
(288239, 2338, '1344-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:40', '2023-10-31 16:06:40'),
(288240, 2338, '1344-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:40', '2023-10-31 16:06:40'),
(288241, 2338, '1344-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:40', '2023-10-31 16:06:40'),
(288242, 2338, '1345-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:40', '2023-10-31 16:06:40'),
(288243, 2338, '1345-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:40', '2023-10-31 16:06:40'),
(288244, 2338, '1345-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:40', '2023-10-31 16:06:40'),
(288245, 2338, '1345-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:40', '2023-10-31 16:06:40'),
(288246, 2338, '1345-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:40', '2023-10-31 16:06:40'),
(288247, 2338, '1345-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:40', '2023-10-31 16:06:40'),
(288248, 2338, '1345-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:40', '2023-10-31 16:06:40'),
(288249, 2338, '1345-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:40', '2023-10-31 16:06:40'),
(288250, 2338, '1345-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:40', '2023-10-31 16:06:40'),
(288251, 2338, '1345-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:40', '2023-10-31 16:06:40'),
(288252, 2338, '1345-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:40', '2023-10-31 16:06:40'),
(288253, 2338, '1345-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:40', '2023-10-31 16:06:40'),
(288254, 2338, '1346-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:40', '2023-10-31 16:06:40'),
(288255, 2338, '1346-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:40', '2023-10-31 16:06:40'),
(288256, 2338, '1346-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:40', '2023-10-31 16:06:40'),
(288257, 2338, '1346-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:40', '2023-10-31 16:06:40'),
(288258, 2338, '1346-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:40', '2023-10-31 16:06:40'),
(288259, 2338, '1346-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:40', '2023-10-31 16:06:40'),
(288260, 2338, '1346-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:41', '2023-10-31 16:06:41'),
(288261, 2338, '1346-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:41', '2023-10-31 16:06:41'),
(288262, 2338, '1346-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:41', '2023-10-31 16:06:41'),
(288263, 2338, '1346-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:41', '2023-10-31 16:06:41'),
(288264, 2338, '1346-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:41', '2023-10-31 16:06:41'),
(288265, 2338, '1346-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:41', '2023-10-31 16:06:41'),
(288266, 2338, '1347-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:41', '2023-10-31 16:06:41'),
(288267, 2338, '1347-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:41', '2023-10-31 16:06:41'),
(288268, 2338, '1347-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:41', '2023-10-31 16:06:41'),
(288269, 2338, '1347-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:41', '2023-10-31 16:06:41'),
(288270, 2338, '1347-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:41', '2023-10-31 16:06:41'),
(288271, 2338, '1347-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:41', '2023-10-31 16:06:41'),
(288272, 2338, '1347-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:41', '2023-10-31 16:06:41'),
(288273, 2338, '1347-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:41', '2023-10-31 16:06:41'),
(288274, 2338, '1347-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:41', '2023-10-31 16:06:41'),
(288275, 2338, '1347-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:41', '2023-10-31 16:06:41'),
(288276, 2338, '1347-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:41', '2023-10-31 16:06:41'),
(288277, 2338, '1347-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:41', '2023-10-31 16:06:41'),
(288278, 2338, '1348-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:41', '2023-10-31 16:06:41'),
(288279, 2338, '1348-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:41', '2023-10-31 16:06:41'),
(288280, 2338, '1348-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:41', '2023-10-31 16:06:41'),
(288281, 2338, '1348-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:41', '2023-10-31 16:06:41'),
(288282, 2338, '1348-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:41', '2023-10-31 16:06:41'),
(288283, 2338, '1348-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:41', '2023-10-31 16:06:41'),
(288284, 2338, '1348-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:41', '2023-10-31 16:06:41'),
(288285, 2338, '1348-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:41', '2023-10-31 16:06:41'),
(288286, 2338, '1348-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:41', '2023-10-31 16:06:41'),
(288287, 2338, '1348-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:41', '2023-10-31 16:06:41'),
(288288, 2338, '1348-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:41', '2023-10-31 16:06:41'),
(288289, 2338, '1348-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:41', '2023-10-31 16:06:41'),
(288290, 2338, '1349-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:41', '2023-10-31 16:06:41'),
(288291, 2338, '1349-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:41', '2023-10-31 16:06:41'),
(288292, 2338, '1349-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:41', '2023-10-31 16:06:41'),
(288293, 2338, '1349-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:41', '2023-10-31 16:06:41'),
(288294, 2338, '1349-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:41', '2023-10-31 16:06:41'),
(288295, 2338, '1349-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:41', '2023-10-31 16:06:41'),
(288296, 2338, '1349-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:41', '2023-10-31 16:06:41'),
(288297, 2338, '1349-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:41', '2023-10-31 16:06:41'),
(288298, 2338, '1349-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:41', '2023-10-31 16:06:41'),
(288299, 2338, '1349-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:41', '2023-10-31 16:06:41'),
(288300, 2338, '1349-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:41', '2023-10-31 16:06:41'),
(288301, 2338, '1349-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:41', '2023-10-31 16:06:41'),
(288302, 2338, '1350-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:41', '2023-10-31 16:06:41'),
(288303, 2338, '1350-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:41', '2023-10-31 16:06:41'),
(288304, 2338, '1350-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:41', '2023-10-31 16:06:41'),
(288305, 2338, '1350-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:41', '2023-10-31 16:06:41'),
(288306, 2338, '1350-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:41', '2023-10-31 16:06:41'),
(288307, 2338, '1350-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:41', '2023-10-31 16:06:41'),
(288308, 2338, '1350-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:41', '2023-10-31 16:06:41'),
(288309, 2338, '1350-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:41', '2023-10-31 16:06:41'),
(288310, 2338, '1350-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:41', '2023-10-31 16:06:41'),
(288311, 2338, '1350-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:41', '2023-10-31 16:06:41'),
(288312, 2338, '1350-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:41', '2023-10-31 16:06:41'),
(288313, 2338, '1350-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:41', '2023-10-31 16:06:41'),
(288314, 2338, '1351-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:41', '2023-10-31 16:06:41'),
(288315, 2338, '1351-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:41', '2023-10-31 16:06:41'),
(288316, 2338, '1351-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:41', '2023-10-31 16:06:41'),
(288317, 2338, '1351-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:41', '2023-10-31 16:06:41'),
(288318, 2338, '1351-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:41', '2023-10-31 16:06:41'),
(288319, 2338, '1351-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:41', '2023-10-31 16:06:41'),
(288320, 2338, '1351-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:41', '2023-10-31 16:06:41'),
(288321, 2338, '1351-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:41', '2023-10-31 16:06:41'),
(288322, 2338, '1351-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:41', '2023-10-31 16:06:41'),
(288323, 2338, '1351-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:41', '2023-10-31 16:06:41'),
(288324, 2338, '1351-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:41', '2023-10-31 16:06:41'),
(288325, 2338, '1351-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:41', '2023-10-31 16:06:41'),
(288326, 2338, '1352-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:41', '2023-10-31 16:06:41'),
(288327, 2338, '1352-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:41', '2023-10-31 16:06:41'),
(288328, 2338, '1352-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:41', '2023-10-31 16:06:41'),
(288329, 2338, '1352-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:41', '2023-10-31 16:06:41'),
(288330, 2338, '1352-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:41', '2023-10-31 16:06:41'),
(288331, 2338, '1352-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:41', '2023-10-31 16:06:41'),
(288332, 2338, '1352-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:41', '2023-10-31 16:06:41'),
(288333, 2338, '1352-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:41', '2023-10-31 16:06:41'),
(288334, 2338, '1352-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:41', '2023-10-31 16:06:41'),
(288335, 2338, '1352-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:41', '2023-10-31 16:06:41'),
(288336, 2338, '1352-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:41', '2023-10-31 16:06:41'),
(288337, 2338, '1352-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:41', '2023-10-31 16:06:41'),
(288338, 2338, '1353-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:41', '2023-10-31 16:06:41'),
(288339, 2338, '1353-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:41', '2023-10-31 16:06:41'),
(288340, 2338, '1353-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:41', '2023-10-31 16:06:41'),
(288341, 2338, '1353-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:41', '2023-10-31 16:06:41'),
(288342, 2338, '1353-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:41', '2023-10-31 16:06:41'),
(288343, 2338, '1353-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:41', '2023-10-31 16:06:41'),
(288344, 2338, '1353-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:41', '2023-10-31 16:06:41'),
(288345, 2338, '1353-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:41', '2023-10-31 16:06:41'),
(288346, 2338, '1353-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:41', '2023-10-31 16:06:41'),
(288347, 2338, '1353-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:41', '2023-10-31 16:06:41'),
(288348, 2338, '1353-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:41', '2023-10-31 16:06:41'),
(288349, 2338, '1353-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:41', '2023-10-31 16:06:41'),
(288350, 2338, '1354-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:41', '2023-10-31 16:06:41'),
(288351, 2338, '1354-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:41', '2023-10-31 16:06:41'),
(288352, 2338, '1354-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:41', '2023-10-31 16:06:41'),
(288353, 2338, '1354-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:41', '2023-10-31 16:06:41'),
(288354, 2338, '1354-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:41', '2023-10-31 16:06:41'),
(288355, 2338, '1354-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:41', '2023-10-31 16:06:41'),
(288356, 2338, '1354-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:41', '2023-10-31 16:06:41'),
(288357, 2338, '1354-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:41', '2023-10-31 16:06:41'),
(288358, 2338, '1354-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:41', '2023-10-31 16:06:41'),
(288359, 2338, '1354-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:41', '2023-10-31 16:06:41'),
(288360, 2338, '1354-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:41', '2023-10-31 16:06:41'),
(288361, 2338, '1354-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:41', '2023-10-31 16:06:41'),
(288362, 2338, '1355-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:41', '2023-10-31 16:06:41'),
(288363, 2338, '1355-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:41', '2023-10-31 16:06:41'),
(288364, 2338, '1355-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:41', '2023-10-31 16:06:41'),
(288365, 2338, '1355-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:41', '2023-10-31 16:06:41'),
(288366, 2338, '1355-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:41', '2023-10-31 16:06:41'),
(288367, 2338, '1355-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:41', '2023-10-31 16:06:41'),
(288368, 2338, '1355-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:41', '2023-10-31 16:06:41'),
(288369, 2338, '1355-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:41', '2023-10-31 16:06:41'),
(288370, 2338, '1355-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:41', '2023-10-31 16:06:41'),
(288371, 2338, '1355-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:41', '2023-10-31 16:06:41'),
(288372, 2338, '1355-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:41', '2023-10-31 16:06:41'),
(288373, 2338, '1355-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:41', '2023-10-31 16:06:41'),
(288374, 2338, '1356-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:41', '2023-10-31 16:06:41'),
(288375, 2338, '1356-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:41', '2023-10-31 16:06:41'),
(288376, 2338, '1356-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:41', '2023-10-31 16:06:41'),
(288377, 2338, '1356-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:41', '2023-10-31 16:06:41'),
(288378, 2338, '1356-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:41', '2023-10-31 16:06:41'),
(288379, 2338, '1356-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:41', '2023-10-31 16:06:41'),
(288380, 2338, '1356-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:41', '2023-10-31 16:06:41'),
(288381, 2338, '1356-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:41', '2023-10-31 16:06:41'),
(288382, 2338, '1356-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:41', '2023-10-31 16:06:41'),
(288383, 2338, '1356-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:41', '2023-10-31 16:06:41'),
(288384, 2338, '1356-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:41', '2023-10-31 16:06:41'),
(288385, 2338, '1356-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:41', '2023-10-31 16:06:41'),
(288386, 2338, '1357-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:41', '2023-10-31 16:06:41'),
(288387, 2338, '1357-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:41', '2023-10-31 16:06:41'),
(288388, 2338, '1357-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:41', '2023-10-31 16:06:41'),
(288389, 2338, '1357-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:41', '2023-10-31 16:06:41'),
(288390, 2338, '1357-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:41', '2023-10-31 16:06:41'),
(288391, 2338, '1357-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:41', '2023-10-31 16:06:41'),
(288392, 2338, '1357-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:41', '2023-10-31 16:06:41'),
(288393, 2338, '1357-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:41', '2023-10-31 16:06:41'),
(288394, 2338, '1357-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:41', '2023-10-31 16:06:41'),
(288395, 2338, '1357-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:41', '2023-10-31 16:06:41'),
(288396, 2338, '1357-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:41', '2023-10-31 16:06:41'),
(288397, 2338, '1357-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:41', '2023-10-31 16:06:41'),
(288398, 2338, '1358-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:41', '2023-10-31 16:06:41'),
(288399, 2338, '1358-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:41', '2023-10-31 16:06:41'),
(288400, 2338, '1358-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:41', '2023-10-31 16:06:41'),
(288401, 2338, '1358-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:41', '2023-10-31 16:06:41'),
(288402, 2338, '1358-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:41', '2023-10-31 16:06:41'),
(288403, 2338, '1358-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:41', '2023-10-31 16:06:41'),
(288404, 2338, '1358-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:41', '2023-10-31 16:06:41'),
(288405, 2338, '1358-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:41', '2023-10-31 16:06:41'),
(288406, 2338, '1358-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:41', '2023-10-31 16:06:41'),
(288407, 2338, '1358-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:41', '2023-10-31 16:06:41'),
(288408, 2338, '1358-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:41', '2023-10-31 16:06:41'),
(288409, 2338, '1358-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:41', '2023-10-31 16:06:41'),
(288410, 2338, '1359-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:41', '2023-10-31 16:06:41'),
(288411, 2338, '1359-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:41', '2023-10-31 16:06:41'),
(288412, 2338, '1359-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:41', '2023-10-31 16:06:41'),
(288413, 2338, '1359-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:41', '2023-10-31 16:06:41'),
(288414, 2338, '1359-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:41', '2023-10-31 16:06:41'),
(288415, 2338, '1359-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:41', '2023-10-31 16:06:41'),
(288416, 2338, '1359-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:41', '2023-10-31 16:06:41'),
(288417, 2338, '1359-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:41', '2023-10-31 16:06:41'),
(288418, 2338, '1359-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:41', '2023-10-31 16:06:41'),
(288419, 2338, '1359-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:41', '2023-10-31 16:06:41'),
(288420, 2338, '1359-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:41', '2023-10-31 16:06:41'),
(288421, 2338, '1359-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:41', '2023-10-31 16:06:41'),
(288422, 2338, '1360-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:41', '2023-10-31 16:06:41'),
(288423, 2338, '1360-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:41', '2023-10-31 16:06:41'),
(288424, 2338, '1360-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:41', '2023-10-31 16:06:41'),
(288425, 2338, '1360-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:41', '2023-10-31 16:06:41'),
(288426, 2338, '1360-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:41', '2023-10-31 16:06:41'),
(288427, 2338, '1360-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:41', '2023-10-31 16:06:41'),
(288428, 2338, '1360-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:41', '2023-10-31 16:06:41'),
(288429, 2338, '1360-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:41', '2023-10-31 16:06:41'),
(288430, 2338, '1360-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:41', '2023-10-31 16:06:41'),
(288431, 2338, '1360-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:41', '2023-10-31 16:06:41'),
(288432, 2338, '1360-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:41', '2023-10-31 16:06:41'),
(288433, 2338, '1360-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:41', '2023-10-31 16:06:41'),
(288434, 2338, '1361-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:41', '2023-10-31 16:06:41'),
(288435, 2338, '1361-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:41', '2023-10-31 16:06:41'),
(288436, 2338, '1361-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:41', '2023-10-31 16:06:41'),
(288437, 2338, '1361-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:41', '2023-10-31 16:06:41'),
(288438, 2338, '1361-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:41', '2023-10-31 16:06:41'),
(288439, 2338, '1361-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:41', '2023-10-31 16:06:41'),
(288440, 2338, '1361-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:41', '2023-10-31 16:06:41'),
(288441, 2338, '1361-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:41', '2023-10-31 16:06:41'),
(288442, 2338, '1361-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:41', '2023-10-31 16:06:41'),
(288443, 2338, '1361-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:41', '2023-10-31 16:06:41'),
(288444, 2338, '1361-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:41', '2023-10-31 16:06:41'),
(288445, 2338, '1361-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:41', '2023-10-31 16:06:41'),
(288446, 2338, '1362-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:41', '2023-10-31 16:06:41'),
(288447, 2338, '1362-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:41', '2023-10-31 16:06:41'),
(288448, 2338, '1362-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:41', '2023-10-31 16:06:41'),
(288449, 2338, '1362-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:41', '2023-10-31 16:06:41'),
(288450, 2338, '1362-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:41', '2023-10-31 16:06:41'),
(288451, 2338, '1362-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:41', '2023-10-31 16:06:41'),
(288452, 2338, '1362-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:41', '2023-10-31 16:06:41'),
(288453, 2338, '1362-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:41', '2023-10-31 16:06:41'),
(288454, 2338, '1362-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:41', '2023-10-31 16:06:41'),
(288455, 2338, '1362-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:41', '2023-10-31 16:06:41'),
(288456, 2338, '1362-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:41', '2023-10-31 16:06:41'),
(288457, 2338, '1362-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:41', '2023-10-31 16:06:41'),
(288458, 2338, '1363-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:41', '2023-10-31 16:06:41'),
(288459, 2338, '1363-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:41', '2023-10-31 16:06:41'),
(288460, 2338, '1363-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:41', '2023-10-31 16:06:41'),
(288461, 2338, '1363-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:41', '2023-10-31 16:06:41'),
(288462, 2338, '1363-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:41', '2023-10-31 16:06:41'),
(288463, 2338, '1363-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:41', '2023-10-31 16:06:41'),
(288464, 2338, '1363-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:41', '2023-10-31 16:06:41'),
(288465, 2338, '1363-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:41', '2023-10-31 16:06:41'),
(288466, 2338, '1363-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:41', '2023-10-31 16:06:41'),
(288467, 2338, '1363-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:41', '2023-10-31 16:06:41'),
(288468, 2338, '1363-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:41', '2023-10-31 16:06:41'),
(288469, 2338, '1363-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:41', '2023-10-31 16:06:41'),
(288470, 2338, '1364-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:41', '2023-10-31 16:06:41'),
(288471, 2338, '1364-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:41', '2023-10-31 16:06:41'),
(288472, 2338, '1364-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:41', '2023-10-31 16:06:41'),
(288473, 2338, '1364-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:41', '2023-10-31 16:06:41'),
(288474, 2338, '1364-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:41', '2023-10-31 16:06:41'),
(288475, 2338, '1364-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:41', '2023-10-31 16:06:41'),
(288476, 2338, '1364-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:41', '2023-10-31 16:06:41'),
(288477, 2338, '1364-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:41', '2023-10-31 16:06:41'),
(288478, 2338, '1364-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:41', '2023-10-31 16:06:41'),
(288479, 2338, '1364-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:41', '2023-10-31 16:06:41'),
(288480, 2338, '1364-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:41', '2023-10-31 16:06:41'),
(288481, 2338, '1364-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:41', '2023-10-31 16:06:41'),
(288482, 2338, '1365-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:41', '2023-10-31 16:06:41'),
(288483, 2338, '1365-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288484, 2338, '1365-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288485, 2338, '1365-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288486, 2338, '1365-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288487, 2338, '1365-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288488, 2338, '1365-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288489, 2338, '1365-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288490, 2338, '1365-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288491, 2338, '1365-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288492, 2338, '1365-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(288493, 2339, '0202-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288494, 2338, '1365-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288495, 2339, '0202-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288496, 2338, '1366-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288497, 2339, '0202-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288498, 2338, '1366-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288499, 2339, '0202-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288500, 2338, '1366-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288501, 2339, '0202-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288502, 2338, '1366-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288503, 2339, '0202-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288504, 2338, '1366-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288505, 2339, '0202-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288506, 2338, '1366-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288507, 2339, '0202-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288508, 2338, '1366-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288509, 2339, '0202-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288510, 2338, '1366-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288511, 2339, '0202-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288512, 2338, '1366-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288513, 2339, '0202-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288514, 2338, '1366-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288515, 2339, '0203-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288516, 2338, '1366-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288517, 2339, '0203-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288518, 2338, '1366-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288519, 2339, '0203-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288520, 2338, '1367-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288521, 2339, '0203-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288522, 2338, '1367-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288523, 2339, '0203-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288524, 2338, '1367-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288525, 2339, '0203-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288526, 2338, '1367-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288527, 2339, '0203-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288528, 2338, '1367-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288529, 2339, '0203-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288530, 2338, '1367-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288531, 2339, '0203-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288532, 2338, '1367-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288533, 2339, '0203-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288534, 2338, '1367-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288535, 2339, '0203-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288536, 2338, '1367-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288537, 2339, '0203-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288538, 2338, '1367-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288539, 2339, '0204-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288540, 2338, '1367-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288541, 2339, '0204-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288542, 2338, '1367-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288543, 2339, '0204-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288544, 2338, '1368-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288545, 2339, '0204-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288546, 2338, '1368-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288547, 2339, '0204-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288548, 2338, '1368-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288549, 2339, '0204-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288550, 2338, '1368-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288551, 2339, '0204-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288552, 2338, '1368-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288553, 2339, '0204-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288554, 2338, '1368-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288555, 2339, '0204-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288556, 2338, '1368-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288557, 2339, '0204-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288558, 2338, '1368-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288559, 2339, '0204-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288560, 2338, '1368-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288561, 2339, '0204-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288562, 2338, '1368-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288563, 2339, '0205-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288564, 2338, '1368-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288565, 2339, '0205-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288566, 2338, '1368-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288567, 2339, '0205-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288568, 2338, '1369-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288569, 2339, '0205-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288570, 2338, '1369-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288571, 2339, '0205-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288572, 2338, '1369-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288573, 2339, '0205-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288574, 2338, '1369-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288575, 2339, '0205-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288576, 2338, '1369-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288577, 2339, '0205-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288578, 2338, '1369-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288579, 2339, '0205-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288580, 2338, '1369-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288581, 2339, '0205-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288582, 2338, '1369-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288583, 2339, '0205-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288584, 2338, '1369-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288585, 2339, '0205-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288586, 2338, '1369-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288587, 2339, '0206-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288588, 2338, '1369-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288589, 2339, '0206-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288590, 2338, '1369-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288591, 2339, '0206-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288592, 2338, '1370-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288593, 2339, '0206-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288594, 2338, '1370-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288595, 2339, '0206-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288596, 2338, '1370-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288597, 2339, '0206-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288598, 2338, '1370-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288599, 2339, '0206-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288600, 2338, '1370-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288601, 2339, '0206-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288602, 2338, '1370-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288603, 2339, '0206-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288604, 2338, '1370-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288605, 2339, '0206-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288606, 2338, '1370-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288607, 2339, '0206-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288608, 2338, '1370-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288609, 2339, '0206-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288610, 2338, '1370-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288611, 2339, '0207-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288612, 2338, '1370-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288613, 2339, '0207-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288614, 2338, '1370-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288615, 2339, '0207-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288616, 2338, '1371-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288617, 2339, '0207-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288618, 2338, '1371-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288619, 2339, '0207-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288620, 2338, '1371-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288621, 2339, '0207-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288622, 2338, '1371-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288623, 2339, '0207-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288624, 2338, '1371-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288625, 2339, '0207-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288626, 2338, '1371-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288627, 2339, '0207-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288628, 2338, '1371-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288629, 2339, '0207-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288630, 2338, '1371-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288631, 2339, '0207-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288632, 2338, '1371-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288633, 2339, '0207-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288634, 2338, '1371-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288635, 2339, '0208-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288636, 2338, '1371-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288637, 2339, '0208-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288638, 2338, '1371-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288639, 2339, '0208-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288640, 2338, '1372-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288641, 2339, '0208-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288642, 2338, '1372-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288643, 2339, '0208-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288644, 2338, '1372-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288645, 2339, '0208-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288646, 2338, '1372-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288647, 2339, '0208-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288648, 2338, '1372-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288649, 2339, '0208-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288650, 2338, '1372-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288651, 2339, '0208-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288652, 2338, '1372-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288653, 2339, '0208-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288654, 2338, '1372-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288655, 2339, '0208-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288656, 2338, '1372-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288657, 2339, '0208-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288658, 2338, '1372-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288659, 2339, '0209-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288660, 2338, '1372-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288661, 2339, '0209-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288662, 2338, '1372-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288663, 2339, '0209-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288664, 2338, '1373-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288665, 2339, '0209-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288666, 2338, '1373-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288667, 2339, '0209-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288668, 2338, '1373-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288669, 2339, '0209-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288670, 2338, '1373-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288671, 2339, '0209-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288672, 2338, '1373-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288673, 2339, '0209-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288674, 2338, '1373-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288675, 2339, '0209-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288676, 2338, '1373-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288677, 2339, '0209-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288678, 2338, '1373-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288679, 2339, '0209-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288680, 2338, '1373-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288681, 2339, '0209-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288682, 2338, '1373-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288683, 2339, '0210-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288684, 2338, '1373-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288685, 2339, '0210-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288686, 2338, '1373-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288687, 2339, '0210-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288688, 2338, '1374-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288689, 2339, '0210-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288690, 2338, '1374-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288691, 2339, '0210-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288692, 2338, '1374-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288693, 2339, '0210-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288694, 2338, '1374-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288695, 2339, '0210-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288696, 2338, '1374-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288697, 2339, '0210-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288698, 2338, '1374-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288699, 2339, '0210-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288700, 2338, '1374-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288701, 2339, '0210-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288702, 2338, '1374-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288703, 2339, '0210-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288704, 2338, '1374-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288705, 2339, '0210-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288706, 2338, '1374-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288707, 2339, '0211-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288708, 2338, '1374-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288709, 2339, '0211-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288710, 2338, '1374-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288711, 2339, '0211-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288712, 2338, '1375-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288713, 2339, '0211-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288714, 2338, '1375-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288715, 2339, '0211-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288716, 2338, '1375-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288717, 2339, '0211-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288718, 2338, '1375-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288719, 2339, '0211-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288720, 2338, '1375-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288721, 2339, '0211-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288722, 2338, '1375-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288723, 2339, '0211-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288724, 2338, '1375-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288725, 2339, '0211-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288726, 2338, '1375-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288727, 2339, '0211-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288728, 2338, '1375-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288729, 2339, '0211-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288730, 2338, '1375-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288731, 2339, '0212-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(288732, 2338, '1375-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288733, 2339, '0212-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288734, 2338, '1375-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288735, 2339, '0212-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288736, 2338, '1376-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288737, 2339, '0212-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288738, 2338, '1376-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288739, 2339, '0212-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288740, 2338, '1376-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288741, 2339, '0212-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288742, 2338, '1376-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288743, 2339, '0212-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288744, 2338, '1376-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288745, 2339, '0212-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288746, 2338, '1376-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288747, 2339, '0212-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288748, 2338, '1376-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288749, 2339, '0212-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288750, 2338, '1376-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288751, 2339, '0212-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288752, 2338, '1376-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288753, 2339, '0212-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288754, 2338, '1376-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288755, 2339, '0213-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288756, 2338, '1376-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288757, 2339, '0213-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288758, 2338, '1376-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288759, 2339, '0213-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288760, 2338, '1377-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288761, 2339, '0213-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288762, 2338, '1377-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288763, 2339, '0213-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288764, 2338, '1377-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288765, 2339, '0213-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288766, 2338, '1377-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288767, 2339, '0213-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288768, 2338, '1377-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288769, 2339, '0213-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288770, 2338, '1377-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288771, 2339, '0213-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288772, 2338, '1377-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288773, 2339, '0213-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288774, 2338, '1377-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288775, 2339, '0213-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288776, 2338, '1377-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288777, 2339, '0213-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288778, 2338, '1377-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288779, 2339, '0214-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288780, 2338, '1377-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288781, 2339, '0214-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288782, 2338, '1377-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288783, 2339, '0214-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288784, 2338, '1378-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288785, 2339, '0214-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288786, 2338, '1378-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288787, 2339, '0214-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288788, 2338, '1378-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288789, 2339, '0214-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288790, 2338, '1378-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288791, 2339, '0214-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288792, 2338, '1378-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288793, 2339, '0214-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288794, 2338, '1378-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288795, 2339, '0214-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288796, 2338, '1378-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288797, 2339, '0214-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288798, 2338, '1378-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288799, 2339, '0214-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288800, 2338, '1378-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288801, 2339, '0214-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288802, 2338, '1378-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288803, 2339, '0215-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288804, 2338, '1378-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288805, 2339, '0215-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288806, 2338, '1378-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288807, 2339, '0215-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288808, 2338, '1379-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288809, 2339, '0215-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288810, 2338, '1379-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288811, 2339, '0215-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288812, 2338, '1379-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288813, 2339, '0215-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288814, 2338, '1379-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288815, 2339, '0215-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288816, 2338, '1379-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288817, 2339, '0215-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288818, 2338, '1379-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288819, 2339, '0215-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288820, 2338, '1379-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288821, 2339, '0215-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288822, 2338, '1379-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288823, 2339, '0215-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288824, 2338, '1379-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288825, 2339, '0215-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288826, 2338, '1379-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288827, 2339, '0216-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288828, 2338, '1379-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288829, 2339, '0216-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288830, 2338, '1379-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288831, 2339, '0216-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288832, 2338, '1380-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288833, 2339, '0216-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288834, 2338, '1380-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288835, 2339, '0216-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288836, 2338, '1380-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288837, 2339, '0216-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288838, 2338, '1380-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288839, 2339, '0216-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288840, 2338, '1380-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288841, 2339, '0216-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288842, 2338, '1380-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288843, 2339, '0216-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288844, 2338, '1380-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288845, 2339, '0216-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288846, 2338, '1380-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288847, 2339, '0216-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288848, 2338, '1380-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288849, 2339, '0216-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288850, 2338, '1380-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288851, 2339, '0217-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288852, 2338, '1380-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288853, 2339, '0217-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288854, 2338, '1380-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288855, 2339, '0217-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288856, 2338, '1381-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288857, 2339, '0217-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288858, 2338, '1381-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288859, 2339, '0217-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288860, 2338, '1381-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288861, 2339, '0217-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288862, 2338, '1381-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288863, 2339, '0217-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288864, 2338, '1381-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288865, 2339, '0217-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288866, 2338, '1381-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288867, 2339, '0217-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288868, 2338, '1381-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288869, 2339, '0217-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288870, 2338, '1381-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288871, 2339, '0217-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288872, 2338, '1381-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288873, 2339, '0217-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288874, 2338, '1381-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288875, 2339, '0218-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288876, 2338, '1381-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288877, 2339, '0218-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288878, 2338, '1381-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288879, 2339, '0218-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288880, 2338, '1382-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288881, 2339, '0218-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288882, 2338, '1382-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288883, 2339, '0218-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288884, 2338, '1382-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288885, 2339, '0218-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288886, 2338, '1382-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288887, 2339, '0218-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288888, 2338, '1382-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288889, 2339, '0218-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288890, 2338, '1382-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288891, 2339, '0218-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288892, 2338, '1382-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288893, 2339, '0218-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288894, 2338, '1382-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288895, 2339, '0218-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288896, 2338, '1382-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288897, 2339, '0218-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288898, 2338, '1382-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288899, 2339, '0219-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288900, 2338, '1382-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288901, 2339, '0219-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288902, 2338, '1382-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288903, 2339, '0219-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288904, 2338, '1383-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288905, 2339, '0219-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288906, 2338, '1383-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288907, 2339, '0219-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288908, 2338, '1383-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288909, 2339, '0219-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288910, 2338, '1383-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288911, 2339, '0219-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288912, 2338, '1383-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288913, 2339, '0219-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288914, 2338, '1383-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288915, 2339, '0219-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288916, 2338, '1383-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288917, 2339, '0219-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288918, 2338, '1383-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288919, 2339, '0219-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288920, 2338, '1383-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288921, 2339, '0219-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288922, 2338, '1383-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288923, 2339, '0220-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288924, 2338, '1383-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288925, 2339, '0220-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288926, 2338, '1383-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288927, 2339, '0220-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288928, 2338, '1384-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288929, 2339, '0220-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288930, 2338, '1384-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288931, 2339, '0220-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288932, 2338, '1384-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288933, 2339, '0220-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288934, 2338, '1384-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288935, 2339, '0220-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288936, 2338, '1384-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288937, 2339, '0220-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288938, 2338, '1384-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288939, 2339, '0220-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288940, 2338, '1384-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288941, 2339, '0220-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288942, 2338, '1384-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288943, 2339, '0220-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288944, 2338, '1384-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288945, 2339, '0220-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288946, 2338, '1384-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288947, 2339, '0221-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288948, 2338, '1384-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288949, 2339, '0221-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288950, 2338, '1384-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288951, 2339, '0221-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288952, 2338, '1385-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288953, 2339, '0221-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288954, 2338, '1385-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288955, 2339, '0221-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288956, 2338, '1385-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288957, 2339, '0221-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(288958, 2338, '1385-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288959, 2339, '0221-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288960, 2338, '1385-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288961, 2339, '0221-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288962, 2338, '1385-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288963, 2339, '0221-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288964, 2338, '1385-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288965, 2339, '0221-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288966, 2338, '1385-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288967, 2339, '0221-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288968, 2338, '1385-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288969, 2339, '0221-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288970, 2338, '1385-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288971, 2339, '0222-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288972, 2338, '1385-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288973, 2339, '0222-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288974, 2338, '1385-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288975, 2339, '0222-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288976, 2338, '1386-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288977, 2339, '0222-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288978, 2338, '1386-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288979, 2339, '0222-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288980, 2338, '1386-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288981, 2339, '0222-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288982, 2338, '1386-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288983, 2339, '0222-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288984, 2338, '1386-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288985, 2339, '0222-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:43', '2023-10-31 16:06:43'),
(288986, 2338, '1386-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(288987, 2339, '0222-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(288988, 2338, '1386-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(288989, 2339, '0222-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(288990, 2338, '1386-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(288991, 2339, '0222-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(288992, 2338, '1386-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(288993, 2339, '0222-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(288994, 2338, '1386-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(288995, 2339, '0223-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(288996, 2338, '1386-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(288997, 2339, '0223-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(288998, 2338, '1386-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(288999, 2339, '0223-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(289000, 2338, '1387-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(289001, 2339, '0223-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(289002, 2338, '1387-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(289003, 2339, '0223-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(289004, 2338, '1387-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(289005, 2339, '0223-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(289006, 2338, '1387-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(289007, 2339, '0223-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(289008, 2338, '1387-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(289009, 2339, '0223-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(289010, 2338, '1387-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(289011, 2339, '0223-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(289012, 2338, '1387-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(289013, 2339, '0223-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(289014, 2338, '1387-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(289015, 2339, '0223-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(289016, 2338, '1387-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(289017, 2339, '0223-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(289018, 2338, '1387-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(289019, 2339, '0224-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(289020, 2338, '1387-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(289021, 2339, '0224-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(289022, 2338, '1387-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(289023, 2339, '0224-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(289024, 2338, '1388-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(289025, 2339, '0224-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(289026, 2338, '1388-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(289027, 2339, '0224-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(289028, 2338, '1388-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(289029, 2339, '0224-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(289030, 2338, '1388-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(289031, 2339, '0224-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(289032, 2338, '1388-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(289033, 2339, '0224-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(289034, 2338, '1388-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(289035, 2339, '0224-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(289036, 2338, '1388-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(289037, 2339, '0224-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(289038, 2338, '1388-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(289039, 2339, '0224-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(289040, 2338, '1388-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(289041, 2339, '0224-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(289042, 2338, '1388-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(289043, 2339, '0225-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(289044, 2338, '1388-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(289045, 2339, '0225-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(289046, 2338, '1388-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(289047, 2339, '0225-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(289048, 2338, '1389-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(289049, 2339, '0225-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(289050, 2338, '1389-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(289051, 2339, '0225-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(289052, 2338, '1389-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(289053, 2339, '0225-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(289054, 2338, '1389-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(289055, 2339, '0225-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(289056, 2338, '1389-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(289057, 2339, '0225-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(289058, 2338, '1389-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(289059, 2339, '0225-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(289060, 2338, '1389-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(289061, 2339, '0225-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(289062, 2338, '1389-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(289063, 2339, '0225-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(289064, 2338, '1389-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(289065, 2339, '0225-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(289066, 2338, '1389-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(289067, 2339, '0226-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(289068, 2338, '1389-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(289069, 2339, '0226-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(289070, 2338, '1389-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(289071, 2339, '0226-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(289072, 2338, '1390-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(289073, 2339, '0226-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(289074, 2338, '1390-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(289075, 2339, '0226-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(289076, 2338, '1390-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(289077, 2339, '0226-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(289078, 2338, '1390-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(289079, 2339, '0226-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(289080, 2338, '1390-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(289081, 2339, '0226-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(289082, 2338, '1390-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(289083, 2339, '0226-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(289084, 2338, '1390-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(289085, 2339, '0226-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(289086, 2338, '1390-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(289087, 2339, '0226-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(289088, 2338, '1390-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(289089, 2339, '0226-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(289090, 2338, '1390-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(289091, 2339, '0227-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(289092, 2338, '1390-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(289093, 2339, '0227-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(289094, 2338, '1390-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(289095, 2339, '0227-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(289096, 2338, '1391-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(289097, 2339, '0227-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(289098, 2338, '1391-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(289099, 2339, '0227-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(289100, 2338, '1391-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(289101, 2339, '0227-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(289102, 2338, '1391-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(289103, 2339, '0227-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(289104, 2338, '1391-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(289105, 2339, '0227-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(289106, 2338, '1391-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(289107, 2339, '0227-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(289108, 2338, '1391-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(289109, 2339, '0227-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(289110, 2338, '1391-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(289111, 2339, '0227-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(289112, 2338, '1391-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(289113, 2339, '0227-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(289114, 2338, '1391-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(289115, 2339, '0228-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(289116, 2338, '1391-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(289117, 2339, '0228-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(289118, 2338, '1391-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(289119, 2339, '0228-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(289120, 2338, '1392-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(289121, 2339, '0228-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(289122, 2338, '1392-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(289123, 2339, '0228-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(289124, 2338, '1392-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(289125, 2339, '0228-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(289126, 2338, '1392-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(289127, 2339, '0228-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(289128, 2338, '1392-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(289129, 2339, '0228-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(289130, 2338, '1392-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(289131, 2339, '0228-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(289132, 2338, '1392-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(289133, 2339, '0228-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(289134, 2338, '1392-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(289135, 2339, '0228-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(289136, 2338, '1392-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(289137, 2339, '0228-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(289138, 2338, '1392-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(289139, 2339, '0229-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(289140, 2338, '1392-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(289141, 2339, '0229-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(289142, 2338, '1392-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(289143, 2339, '0229-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(289144, 2338, '1393-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(289145, 2339, '0229-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(289146, 2338, '1393-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(289147, 2339, '0229-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(289148, 2338, '1393-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(289149, 2339, '0229-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(289150, 2338, '1393-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(289151, 2339, '0229-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(289152, 2338, '1393-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(289153, 2339, '0229-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(289154, 2338, '1393-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(289155, 2339, '0229-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(289156, 2338, '1393-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(289157, 2339, '0229-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(289158, 2338, '1393-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(289159, 2339, '0229-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(289160, 2338, '1393-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(289161, 2339, '0229-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(289162, 2338, '1393-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(289163, 2339, '0230-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(289164, 2338, '1393-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(289165, 2339, '0230-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(289166, 2338, '1393-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(289167, 2339, '0230-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(289168, 2338, '1394-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(289169, 2339, '0230-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(289170, 2338, '1394-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(289171, 2339, '0230-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(289172, 2338, '1394-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(289173, 2339, '0230-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(289174, 2338, '1394-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(289175, 2339, '0230-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(289176, 2338, '1394-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(289177, 2339, '0230-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(289178, 2338, '1394-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(289179, 2339, '0230-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(289180, 2338, '1394-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(289181, 2339, '0230-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(289182, 2338, '1394-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(289183, 2339, '0230-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(289184, 2338, '1394-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(289185, 2339, '0230-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(289186, 2338, '1394-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(289187, 2339, '0231-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(289188, 2338, '1394-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(289189, 2339, '0231-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(289190, 2338, '1394-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(289191, 2339, '0231-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(289192, 2338, '1395-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(289193, 2339, '0231-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(289194, 2338, '1395-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(289195, 2339, '0231-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(289196, 2338, '1395-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(289197, 2339, '0231-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(289198, 2338, '1395-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(289199, 2339, '0231-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(289200, 2338, '1395-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(289201, 2339, '0231-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(289202, 2338, '1395-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(289203, 2339, '0231-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(289204, 2338, '1395-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(289205, 2339, '0231-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(289206, 2338, '1395-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(289207, 2339, '0231-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(289208, 2338, '1395-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(289209, 2339, '0231-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(289210, 2338, '1395-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(289211, 2339, '0232-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(289212, 2338, '1395-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(289213, 2339, '0232-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(289214, 2338, '1395-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(289215, 2339, '0232-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(289216, 2338, '1396-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(289217, 2339, '0232-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(289218, 2338, '1396-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(289219, 2339, '0232-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(289220, 2338, '1396-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(289221, 2339, '0232-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(289222, 2338, '1396-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(289223, 2339, '0232-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(289224, 2338, '1396-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(289225, 2339, '0232-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(289226, 2338, '1396-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(289227, 2339, '0232-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(289228, 2338, '1396-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(289229, 2339, '0232-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(289230, 2338, '1396-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(289231, 2339, '0232-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(289232, 2338, '1396-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(289233, 2339, '0232-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:44', '2023-10-31 16:06:44'),
(289234, 2338, '1396-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289235, 2339, '0233-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289236, 2338, '1396-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289237, 2339, '0233-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289238, 2338, '1396-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289239, 2339, '0233-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289240, 2338, '1397-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289241, 2339, '0233-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289242, 2338, '1397-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289243, 2339, '0233-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289244, 2338, '1397-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289245, 2339, '0233-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289246, 2338, '1397-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289247, 2339, '0233-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289248, 2338, '1397-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289249, 2339, '0233-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289250, 2338, '1397-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289251, 2339, '0233-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289252, 2338, '1397-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289253, 2339, '0233-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289254, 2338, '1397-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289255, 2339, '0233-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289256, 2338, '1397-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289257, 2339, '0233-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289258, 2338, '1397-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289259, 2339, '0234-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289260, 2338, '1397-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289261, 2339, '0234-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289262, 2338, '1397-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289263, 2339, '0234-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289264, 2338, '1398-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289265, 2339, '0234-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289266, 2338, '1398-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289267, 2339, '0234-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289268, 2338, '1398-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289269, 2339, '0234-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289270, 2338, '1398-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289271, 2339, '0234-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289272, 2338, '1398-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289273, 2339, '0234-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289274, 2338, '1398-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289275, 2339, '0234-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289276, 2338, '1398-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289277, 2339, '0234-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289278, 2338, '1398-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289279, 2339, '0234-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289280, 2338, '1398-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289281, 2339, '0234-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289282, 2338, '1398-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289283, 2339, '0235-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289284, 2338, '1398-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289285, 2339, '0235-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289286, 2338, '1398-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289287, 2339, '0235-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289288, 2338, '1399-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289289, 2339, '0235-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289290, 2338, '1399-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289291, 2339, '0235-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289292, 2338, '1399-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289293, 2339, '0235-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289294, 2338, '1399-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289295, 2339, '0235-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289296, 2338, '1399-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289297, 2339, '0235-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289298, 2338, '1399-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289299, 2339, '0235-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289300, 2338, '1399-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289301, 2339, '0235-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289302, 2338, '1399-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289303, 2339, '0235-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289304, 2338, '1399-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289305, 2339, '0235-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289306, 2338, '1399-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289307, 2339, '0236-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289308, 2338, '1399-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289309, 2339, '0236-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289310, 2338, '1399-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289311, 2339, '0236-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289312, 2338, '1400-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289313, 2339, '0236-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289314, 2338, '1400-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289315, 2339, '0236-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289316, 2338, '1400-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289317, 2339, '0236-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289318, 2338, '1400-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289319, 2339, '0236-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289320, 2338, '1400-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289321, 2339, '0236-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289322, 2338, '1400-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289323, 2339, '0236-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289324, 2338, '1400-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289325, 2339, '0236-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289326, 2338, '1400-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289327, 2339, '0236-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289328, 2338, '1400-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289329, 2339, '0236-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289330, 2338, '1400-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289331, 2339, '0237-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289332, 2338, '1400-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289333, 2339, '0237-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289334, 2338, '1400-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289335, 2339, '0237-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289336, 2338, '1401-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289337, 2339, '0237-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289338, 2338, '1401-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289339, 2339, '0237-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289340, 2338, '1401-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289341, 2339, '0237-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289342, 2338, '1401-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289343, 2339, '0237-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289344, 2338, '1401-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289345, 2339, '0237-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289346, 2338, '1401-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289347, 2339, '0237-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289348, 2338, '1401-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289349, 2339, '0237-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289350, 2338, '1401-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289351, 2339, '0237-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289352, 2338, '1401-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289353, 2339, '0237-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289354, 2338, '1401-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289355, 2339, '0238-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289356, 2338, '1401-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289357, 2339, '0238-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289358, 2338, '1401-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289359, 2339, '0238-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289360, 2338, '1402-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289361, 2339, '0238-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289362, 2338, '1402-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289363, 2339, '0238-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289364, 2338, '1402-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289365, 2339, '0238-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289366, 2338, '1402-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289367, 2339, '0238-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289368, 2338, '1402-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289369, 2339, '0238-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289370, 2338, '1402-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289371, 2339, '0238-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289372, 2338, '1402-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289373, 2339, '0238-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289374, 2338, '1402-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289375, 2339, '0238-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289376, 2338, '1402-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289377, 2339, '0238-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289378, 2338, '1402-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289379, 2339, '0239-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289380, 2338, '1402-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289381, 2339, '0239-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289382, 2338, '1402-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289383, 2339, '0239-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289384, 2338, '1403-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289385, 2339, '0239-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289386, 2338, '1403-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289387, 2339, '0239-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289388, 2338, '1403-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289389, 2339, '0239-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289390, 2338, '1403-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289391, 2339, '0239-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289392, 2338, '1403-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289393, 2339, '0239-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289394, 2338, '1403-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289395, 2339, '0239-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289396, 2338, '1403-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289397, 2339, '0239-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289398, 2338, '1403-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289399, 2339, '0239-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289400, 2338, '1403-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289401, 2339, '0239-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289402, 2338, '1403-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289403, 2339, '0240-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289404, 2338, '1403-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289405, 2339, '0240-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289406, 2338, '1403-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289407, 2339, '0240-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289408, 2338, '1404-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289409, 2339, '0240-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289410, 2338, '1404-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289411, 2339, '0240-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289412, 2338, '1404-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289413, 2339, '0240-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289414, 2338, '1404-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289415, 2339, '0240-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289416, 2338, '1404-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289417, 2339, '0240-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289418, 2338, '1404-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289419, 2339, '0240-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289420, 2338, '1404-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289421, 2339, '0240-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289422, 2338, '1404-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(289423, 2339, '0240-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289424, 2338, '1404-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289425, 2339, '0240-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289426, 2338, '1404-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289427, 2339, '0241-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289428, 2338, '1404-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289429, 2339, '0241-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289430, 2338, '1404-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289431, 2339, '0241-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289432, 2338, '1405-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289433, 2339, '0241-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289434, 2338, '1405-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289435, 2339, '0241-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289436, 2338, '1405-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289437, 2339, '0241-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289438, 2338, '1405-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289439, 2339, '0241-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289440, 2338, '1405-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289441, 2339, '0241-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289442, 2338, '1405-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289443, 2339, '0241-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289444, 2338, '1405-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289445, 2339, '0241-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289446, 2338, '1405-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289447, 2339, '0241-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289448, 2338, '1405-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289449, 2339, '0241-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289450, 2338, '1405-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289451, 2339, '0242-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289452, 2338, '1405-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289453, 2339, '0242-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289454, 2338, '1405-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289455, 2339, '0242-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289456, 2338, '1406-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289457, 2339, '0242-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289458, 2338, '1406-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289459, 2339, '0242-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289460, 2338, '1406-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289461, 2339, '0242-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289462, 2338, '1406-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289463, 2339, '0242-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289464, 2338, '1406-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289465, 2339, '0242-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289466, 2338, '1406-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289467, 2339, '0242-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289468, 2338, '1406-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289469, 2339, '0242-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289470, 2338, '1406-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289471, 2339, '0242-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289472, 2338, '1406-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289473, 2339, '0242-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289474, 2338, '1406-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289475, 2339, '0243-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289476, 2338, '1406-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289477, 2339, '0243-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289478, 2338, '1406-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:45', '2023-10-31 16:06:45'),
(289479, 2339, '0243-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289480, 2338, '1407-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289481, 2339, '0243-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289482, 2338, '1407-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289483, 2339, '0243-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289484, 2338, '1407-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289485, 2339, '0243-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289486, 2338, '1407-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289487, 2339, '0243-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289488, 2338, '1407-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289489, 2339, '0243-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289490, 2338, '1407-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289491, 2339, '0243-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289492, 2338, '1407-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289493, 2339, '0243-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289494, 2338, '1407-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289495, 2339, '0243-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289496, 2338, '1407-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289497, 2339, '0243-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289498, 2338, '1407-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289499, 2339, '0244-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289500, 2338, '1407-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289501, 2339, '0244-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289502, 2338, '1407-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289503, 2339, '0244-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289504, 2338, '1408-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289505, 2339, '0244-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289506, 2338, '1408-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289507, 2339, '0244-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289508, 2338, '1408-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289509, 2339, '0244-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289510, 2338, '1408-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289511, 2339, '0244-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289512, 2338, '1408-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289513, 2339, '0244-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289514, 2338, '1408-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289515, 2339, '0244-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289516, 2338, '1408-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289517, 2339, '0244-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289518, 2338, '1408-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289519, 2338, '1408-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289520, 2339, '0244-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289521, 2338, '1408-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289522, 2339, '0244-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289523, 2338, '1408-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289524, 2339, '0245-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289525, 2338, '1408-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289526, 2339, '0245-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289527, 2338, '1409-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289528, 2339, '0245-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289529, 2338, '1409-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289530, 2339, '0245-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289531, 2338, '1409-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289532, 2339, '0245-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289533, 2338, '1409-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289534, 2339, '0245-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289535, 2338, '1409-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289536, 2339, '0245-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289537, 2338, '1409-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289538, 2339, '0245-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289539, 2338, '1409-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289540, 2339, '0245-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289541, 2338, '1409-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289542, 2339, '0245-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289543, 2338, '1409-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289544, 2339, '0245-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289545, 2338, '1409-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289546, 2339, '0245-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289547, 2338, '1409-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289548, 2339, '0246-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289549, 2338, '1409-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289550, 2339, '0246-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289551, 2338, '1410-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289552, 2339, '0246-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289553, 2338, '1410-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289554, 2339, '0246-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289555, 2338, '1410-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289556, 2339, '0246-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289557, 2338, '1410-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289558, 2339, '0246-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289559, 2338, '1410-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289560, 2339, '0246-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289561, 2338, '1410-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289562, 2339, '0246-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289563, 2338, '1410-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289564, 2339, '0246-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289565, 2338, '1410-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289566, 2339, '0246-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289567, 2338, '1410-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289568, 2339, '0246-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289569, 2338, '1410-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289570, 2339, '0246-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289571, 2338, '1410-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289572, 2339, '0247-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289573, 2338, '1410-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289574, 2339, '0247-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289575, 2338, '1411-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289576, 2339, '0247-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289577, 2338, '1411-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289578, 2339, '0247-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289579, 2338, '1411-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289580, 2339, '0247-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289581, 2338, '1411-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289582, 2339, '0247-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289583, 2338, '1411-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289584, 2339, '0247-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289585, 2338, '1411-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289586, 2339, '0247-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289587, 2338, '1411-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289588, 2339, '0247-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289589, 2338, '1411-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289590, 2339, '0247-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289591, 2338, '1411-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289592, 2339, '0247-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289593, 2338, '1411-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289594, 2339, '0247-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289595, 2338, '1411-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289596, 2339, '0248-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289597, 2338, '1411-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289598, 2339, '0248-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289599, 2338, '1412-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289600, 2339, '0248-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289601, 2338, '1412-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289602, 2339, '0248-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289603, 2338, '1412-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289604, 2339, '0248-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289605, 2338, '1412-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289606, 2339, '0248-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289607, 2338, '1412-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289608, 2339, '0248-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289609, 2338, '1412-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289610, 2339, '0248-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289611, 2338, '1412-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289612, 2339, '0248-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289613, 2338, '1412-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289614, 2339, '0248-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289615, 2338, '1412-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289616, 2339, '0248-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289617, 2338, '1412-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289618, 2339, '0248-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289619, 2338, '1412-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289620, 2339, '0249-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289621, 2338, '1412-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289622, 2339, '0249-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289623, 2338, '1413-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289624, 2339, '0249-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289625, 2338, '1413-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289626, 2339, '0249-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289627, 2338, '1413-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289628, 2339, '0249-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289629, 2338, '1413-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289630, 2339, '0249-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289631, 2338, '1413-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289632, 2339, '0249-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289633, 2338, '1413-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289634, 2339, '0249-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289635, 2338, '1413-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289636, 2339, '0249-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289637, 2338, '1413-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289638, 2339, '0249-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289639, 2338, '1413-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289640, 2339, '0249-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289641, 2338, '1413-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289642, 2339, '0249-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289643, 2338, '1413-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289644, 2339, '0250-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289645, 2338, '1413-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289646, 2339, '0250-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289647, 2338, '1414-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289648, 2339, '0250-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289649, 2338, '1414-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289650, 2339, '0250-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289651, 2338, '1414-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289652, 2339, '0250-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289653, 2338, '1414-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289654, 2339, '0250-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289655, 2338, '1414-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289656, 2339, '0250-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289657, 2338, '1414-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289658, 2339, '0250-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289659, 2338, '1414-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289660, 2339, '0250-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289661, 2338, '1414-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289662, 2339, '0250-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289663, 2338, '1414-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289664, 2339, '0250-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289665, 2338, '1414-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289666, 2339, '0250-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289667, 2338, '1414-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289668, 2339, '0251-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289669, 2338, '1414-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289670, 2339, '0251-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289671, 2338, '1415-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289672, 2339, '0251-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289673, 2338, '1415-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289674, 2339, '0251-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289675, 2338, '1415-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289676, 2339, '0251-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289677, 2338, '1415-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289678, 2339, '0251-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289679, 2338, '1415-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289680, 2339, '0251-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289681, 2338, '1415-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289682, 2339, '0251-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289683, 2338, '1415-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289684, 2339, '0251-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289685, 2338, '1415-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289686, 2339, '0251-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289687, 2338, '1415-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289688, 2339, '0251-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289689, 2338, '1415-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289690, 2339, '0251-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289691, 2338, '1415-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289692, 2339, '0252-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289693, 2338, '1415-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289694, 2339, '0252-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289695, 2338, '1416-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289696, 2339, '0252-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289697, 2338, '1416-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289698, 2339, '0252-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289699, 2338, '1416-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289700, 2339, '0252-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289701, 2338, '1416-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289702, 2339, '0252-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289703, 2338, '1416-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289704, 2339, '0252-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289705, 2338, '1416-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289706, 2339, '0252-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289707, 2338, '1416-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289708, 2339, '0252-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289709, 2338, '1416-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289710, 2339, '0252-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289711, 2338, '1416-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289712, 2339, '0252-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289713, 2338, '1416-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289714, 2339, '0252-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289715, 2338, '1416-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289716, 2339, '0253-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289717, 2338, '1416-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289718, 2339, '0253-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289719, 2338, '1417-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289720, 2339, '0253-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289721, 2338, '1417-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289722, 2339, '0253-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289723, 2338, '1417-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289724, 2339, '0253-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289725, 2338, '1417-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289726, 2339, '0253-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289727, 2338, '1417-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289728, 2339, '0253-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289729, 2338, '1417-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289730, 2339, '0253-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289731, 2338, '1417-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289732, 2339, '0253-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289733, 2338, '1417-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289734, 2339, '0253-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289735, 2338, '1417-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289736, 2339, '0253-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289737, 2338, '1417-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289738, 2339, '0253-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289739, 2338, '1417-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289740, 2339, '0254-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289741, 2338, '1417-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289742, 2339, '0254-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289743, 2338, '1418-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289744, 2339, '0254-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289745, 2338, '1418-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289746, 2339, '0254-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289747, 2338, '1418-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289748, 2339, '0254-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289749, 2338, '1418-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289750, 2339, '0254-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289751, 2338, '1418-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289752, 2339, '0254-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289753, 2338, '1418-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289754, 2339, '0254-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289755, 2338, '1418-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289756, 2339, '0254-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289757, 2338, '1418-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289758, 2339, '0254-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289759, 2338, '1418-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289760, 2339, '0254-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289761, 2338, '1418-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289762, 2339, '0254-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:46', '2023-10-31 16:06:46'),
(289763, 2338, '1418-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(289764, 2339, '0255-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(289765, 2338, '1418-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(289766, 2339, '0255-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(289767, 2338, '1419-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(289768, 2339, '0255-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(289769, 2338, '1419-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(289770, 2339, '0255-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(289771, 2338, '1419-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(289772, 2339, '0255-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(289773, 2338, '1419-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(289774, 2339, '0255-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(289775, 2338, '1419-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(289776, 2339, '0255-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(289777, 2338, '1419-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(289778, 2339, '0255-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(289779, 2338, '1419-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(289780, 2339, '0255-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(289781, 2338, '1419-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(289782, 2339, '0255-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(289783, 2338, '1419-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(289784, 2339, '0255-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(289785, 2338, '1419-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(289786, 2339, '0255-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(289787, 2338, '1419-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(289788, 2339, '0256-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(289789, 2338, '1419-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(289790, 2339, '0256-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(289791, 2338, '1420-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(289792, 2339, '0256-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(289793, 2338, '1420-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(289794, 2339, '0256-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(289795, 2338, '1420-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(289796, 2339, '0256-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(289797, 2338, '1420-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(289798, 2339, '0256-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(289799, 2338, '1420-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(289800, 2339, '0256-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(289801, 2338, '1420-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(289802, 2339, '0256-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(289803, 2338, '1420-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(289804, 2339, '0256-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(289805, 2338, '1420-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(289806, 2339, '0256-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(289807, 2338, '1420-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(289808, 2339, '0256-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(289809, 2338, '1420-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(289810, 2339, '0256-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(289811, 2338, '1420-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(289812, 2339, '0257-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(289813, 2338, '1420-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(289814, 2339, '0257-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(289815, 2338, '1421-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(289816, 2339, '0257-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(289817, 2338, '1421-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(289818, 2339, '0257-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(289819, 2338, '1421-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(289820, 2339, '0257-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(289821, 2338, '1421-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(289822, 2339, '0257-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(289823, 2338, '1421-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(289824, 2339, '0257-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(289825, 2338, '1421-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(289826, 2339, '0257-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(289827, 2338, '1421-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(289828, 2339, '0257-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(289829, 2338, '1421-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(289830, 2339, '0257-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(289831, 2338, '1421-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(289832, 2339, '0257-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(289833, 2338, '1421-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(289834, 2339, '0257-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(289835, 2338, '1421-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(289836, 2339, '0258-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(289837, 2338, '1421-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(289838, 2339, '0258-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(289839, 2338, '1422-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(289840, 2339, '0258-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(289841, 2338, '1422-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(289842, 2339, '0258-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(289843, 2338, '1422-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(289844, 2339, '0258-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(289845, 2338, '1422-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(289846, 2339, '0258-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(289847, 2338, '1422-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(289848, 2339, '0258-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(289849, 2338, '1422-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(289850, 2339, '0258-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(289851, 2338, '1422-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(289852, 2339, '0258-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(289853, 2338, '1422-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(289854, 2339, '0258-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(289855, 2338, '1422-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(289856, 2339, '0258-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(289857, 2338, '1422-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(289858, 2339, '0258-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(289859, 2338, '1422-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(289860, 2339, '0259-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(289861, 2338, '1422-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(289862, 2339, '0259-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(289863, 2338, '1423-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(289864, 2339, '0259-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(289865, 2338, '1423-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(289866, 2339, '0259-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(289867, 2338, '1423-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(289868, 2339, '0259-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(289869, 2338, '1423-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(289870, 2339, '0259-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(289871, 2338, '1423-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(289872, 2339, '0259-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(289873, 2338, '1423-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(289874, 2339, '0259-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(289875, 2338, '1423-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(289876, 2339, '0259-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(289877, 2338, '1423-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(289878, 2339, '0259-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(289879, 2338, '1423-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(289880, 2339, '0259-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(289881, 2338, '1423-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(289882, 2339, '0259-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(289883, 2338, '1423-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(289884, 2339, '0260-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(289885, 2338, '1423-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(289886, 2339, '0260-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(289887, 2338, '1424-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(289888, 2339, '0260-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(289889, 2338, '1424-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(289890, 2339, '0260-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(289891, 2338, '1424-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(289892, 2339, '0260-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(289893, 2338, '1424-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(289894, 2339, '0260-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(289895, 2338, '1424-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(289896, 2339, '0260-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(289897, 2338, '1424-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(289898, 2339, '0260-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(289899, 2338, '1424-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(289900, 2339, '0260-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(289901, 2338, '1424-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(289902, 2339, '0260-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(289903, 2338, '1424-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(289904, 2339, '0260-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(289905, 2338, '1424-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(289906, 2339, '0260-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(289907, 2338, '1424-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(289908, 2339, '0261-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(289909, 2338, '1424-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(289910, 2339, '0261-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(289911, 2338, '1425-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(289912, 2339, '0261-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(289913, 2338, '1425-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(289914, 2339, '0261-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(289915, 2338, '1425-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(289916, 2339, '0261-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(289917, 2338, '1425-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(289918, 2339, '0261-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(289919, 2338, '1425-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(289920, 2339, '0261-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(289921, 2338, '1425-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(289922, 2339, '0261-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(289923, 2338, '1425-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(289924, 2339, '0261-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(289925, 2338, '1425-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(289926, 2339, '0261-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(289927, 2338, '1425-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(289928, 2339, '0261-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(289929, 2338, '1425-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(289930, 2339, '0261-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(289931, 2338, '1425-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(289932, 2339, '0262-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(289933, 2338, '1425-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(289934, 2339, '0262-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(289935, 2338, '1426-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(289936, 2339, '0262-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(289937, 2338, '1426-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(289938, 2339, '0262-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(289939, 2338, '1426-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(289940, 2339, '0262-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(289941, 2338, '1426-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(289942, 2339, '0262-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(289943, 2338, '1426-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(289944, 2339, '0262-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(289945, 2338, '1426-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(289946, 2339, '0262-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(289947, 2338, '1426-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(289948, 2339, '0262-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(289949, 2338, '1426-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(289950, 2339, '0262-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(289951, 2338, '1426-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(289952, 2339, '0262-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(289953, 2338, '1426-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(289954, 2339, '0262-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(289955, 2338, '1426-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(289956, 2339, '0263-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(289957, 2338, '1426-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(289958, 2339, '0263-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(289959, 2338, '1427-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(289960, 2339, '0263-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(289961, 2338, '1427-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(289962, 2339, '0263-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(289963, 2338, '1427-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(289964, 2339, '0263-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(289965, 2338, '1427-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(289966, 2339, '0263-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(289967, 2338, '1427-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(289968, 2339, '0263-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(289969, 2338, '1427-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(289970, 2339, '0263-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(289971, 2338, '1427-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(289972, 2339, '0263-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(289973, 2338, '1427-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(289974, 2339, '0263-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(289975, 2338, '1427-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(289976, 2339, '0263-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(289977, 2338, '1427-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(289978, 2339, '0263-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(289979, 2338, '1427-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(289980, 2339, '0264-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(289981, 2338, '1427-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(289982, 2339, '0264-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(289983, 2338, '1428-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(289984, 2339, '0264-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(289985, 2338, '1428-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(289986, 2339, '0264-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(289987, 2338, '1428-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(289988, 2339, '0264-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(289989, 2338, '1428-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(289990, 2339, '0264-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(289991, 2338, '1428-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(289992, 2339, '0264-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(289993, 2338, '1428-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(289994, 2339, '0264-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(289995, 2338, '1428-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(289996, 2339, '0264-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(289997, 2338, '1428-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(289998, 2339, '0264-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(289999, 2338, '1428-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(290000, 2339, '0264-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(290001, 2338, '1428-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(290002, 2339, '0264-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(290003, 2338, '1428-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(290004, 2339, '0265-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(290005, 2338, '1428-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(290006, 2339, '0265-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(290007, 2338, '1429-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(290008, 2339, '0265-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(290009, 2338, '1429-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(290010, 2339, '0265-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(290011, 2338, '1429-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(290012, 2339, '0265-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(290013, 2338, '1429-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(290014, 2339, '0265-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(290015, 2338, '1429-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(290016, 2339, '0265-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(290017, 2338, '1429-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(290018, 2339, '0265-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(290019, 2338, '1429-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(290020, 2339, '0265-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(290021, 2338, '1429-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(290022, 2339, '0265-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(290023, 2338, '1429-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(290024, 2339, '0265-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(290025, 2338, '1429-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(290026, 2339, '0265-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(290027, 2338, '1429-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(290028, 2339, '0266-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(290029, 2338, '1429-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(290030, 2339, '0266-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(290031, 2338, '1430-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(290032, 2339, '0266-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(290033, 2338, '1430-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(290034, 2339, '0266-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(290035, 2338, '1430-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(290036, 2339, '0266-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(290037, 2338, '1430-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(290038, 2339, '0266-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(290039, 2338, '1430-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(290040, 2339, '0266-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(290041, 2338, '1430-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(290042, 2339, '0266-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(290043, 2338, '1430-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(290044, 2339, '0266-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(290045, 2339, '0266-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(290046, 2338, '1430-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(290047, 2339, '0266-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(290048, 2338, '1430-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(290049, 2339, '0266-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(290050, 2338, '1430-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(290051, 2339, '0267-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(290052, 2338, '1430-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(290053, 2339, '0267-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(290054, 2338, '1430-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(290055, 2339, '0267-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:47', '2023-10-31 16:06:47'),
(290056, 2338, '1431-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290057, 2339, '0267-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290058, 2338, '1431-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290059, 2339, '0267-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290060, 2338, '1431-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290061, 2339, '0267-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290062, 2338, '1431-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290063, 2339, '0267-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290064, 2338, '1431-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290065, 2339, '0267-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290066, 2338, '1431-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290067, 2339, '0267-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290068, 2338, '1431-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290069, 2339, '0267-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290070, 2338, '1431-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290071, 2339, '0267-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290072, 2338, '1431-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290073, 2339, '0267-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290074, 2338, '1431-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290075, 2339, '0268-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290076, 2338, '1431-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290077, 2339, '0268-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290078, 2338, '1431-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290079, 2339, '0268-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290080, 2338, '1432-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290081, 2339, '0268-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290082, 2338, '1432-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290083, 2339, '0268-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290084, 2338, '1432-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290085, 2339, '0268-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290086, 2338, '1432-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290087, 2339, '0268-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290088, 2338, '1432-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290089, 2339, '0268-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290090, 2338, '1432-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290091, 2339, '0268-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290092, 2338, '1432-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290093, 2339, '0268-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290094, 2338, '1432-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290095, 2339, '0268-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290096, 2338, '1432-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290097, 2339, '0268-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290098, 2338, '1432-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290099, 2339, '0269-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290100, 2338, '1432-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290101, 2339, '0269-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290102, 2338, '1432-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290103, 2339, '0269-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290104, 2338, '1433-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290105, 2339, '0269-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290106, 2338, '1433-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290107, 2339, '0269-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290108, 2338, '1433-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290109, 2339, '0269-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290110, 2338, '1433-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290111, 2339, '0269-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290112, 2338, '1433-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290113, 2339, '0269-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290114, 2338, '1433-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290115, 2339, '0269-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290116, 2338, '1433-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290117, 2339, '0269-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290118, 2338, '1433-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290119, 2339, '0269-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290120, 2338, '1433-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290121, 2339, '0269-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290122, 2338, '1433-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290123, 2339, '0270-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290124, 2338, '1433-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290125, 2339, '0270-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290126, 2338, '1433-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290127, 2339, '0270-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290128, 2338, '1434-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290129, 2339, '0270-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290130, 2338, '1434-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290131, 2339, '0270-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290132, 2338, '1434-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290133, 2339, '0270-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290134, 2338, '1434-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290135, 2339, '0270-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290136, 2338, '1434-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290137, 2339, '0270-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290138, 2338, '1434-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290139, 2339, '0270-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290140, 2338, '1434-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290141, 2339, '0270-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290142, 2338, '1434-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290143, 2339, '0270-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290144, 2338, '1434-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290145, 2339, '0270-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290146, 2338, '1434-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290147, 2339, '0271-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290148, 2338, '1434-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290149, 2339, '0271-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290150, 2338, '1434-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290151, 2339, '0271-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290152, 2338, '1435-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290153, 2339, '0271-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290154, 2338, '1435-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290155, 2339, '0271-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290156, 2338, '1435-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290157, 2339, '0271-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290158, 2338, '1435-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290159, 2339, '0271-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290160, 2338, '1435-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290161, 2339, '0271-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290162, 2338, '1435-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290163, 2339, '0271-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290164, 2338, '1435-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290165, 2339, '0271-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290166, 2338, '1435-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290167, 2339, '0271-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290168, 2338, '1435-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290169, 2339, '0271-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290170, 2338, '1435-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290171, 2339, '0272-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290172, 2338, '1435-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290173, 2339, '0272-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290174, 2338, '1435-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290175, 2339, '0272-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290176, 2338, '1436-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290177, 2339, '0272-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290178, 2338, '1436-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290179, 2339, '0272-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290180, 2338, '1436-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290181, 2339, '0272-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290182, 2338, '1436-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290183, 2339, '0272-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290184, 2338, '1436-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290185, 2339, '0272-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290186, 2338, '1436-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290187, 2339, '0272-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290188, 2338, '1436-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290189, 2339, '0272-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290190, 2338, '1436-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290191, 2339, '0272-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290192, 2338, '1436-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290193, 2339, '0272-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290194, 2338, '1436-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290195, 2339, '0273-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290196, 2338, '1436-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290197, 2339, '0273-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290198, 2338, '1436-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290199, 2339, '0273-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290200, 2338, '1437-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290201, 2339, '0273-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290202, 2338, '1437-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290203, 2339, '0273-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290204, 2338, '1437-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290205, 2339, '0273-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290206, 2338, '1437-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290207, 2339, '0273-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290208, 2338, '1437-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290209, 2339, '0273-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290210, 2338, '1437-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290211, 2339, '0273-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290212, 2338, '1437-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290213, 2339, '0273-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290214, 2338, '1437-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290215, 2339, '0273-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290216, 2338, '1437-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290217, 2339, '0273-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290218, 2338, '1437-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290219, 2339, '0274-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290220, 2338, '1437-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290221, 2339, '0274-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290222, 2338, '1437-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290223, 2339, '0274-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290224, 2338, '1438-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290225, 2339, '0274-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290226, 2338, '1438-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290227, 2339, '0274-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290228, 2338, '1438-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290229, 2339, '0274-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290230, 2338, '1438-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290231, 2339, '0274-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290232, 2338, '1438-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290233, 2339, '0274-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290234, 2338, '1438-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290235, 2339, '0274-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290236, 2338, '1438-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290237, 2339, '0274-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290238, 2338, '1438-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290239, 2339, '0274-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290240, 2338, '1438-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290241, 2339, '0274-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290242, 2338, '1438-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290243, 2339, '0275-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290244, 2338, '1438-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290245, 2339, '0275-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290246, 2338, '1438-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290247, 2339, '0275-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290248, 2338, '1439-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290249, 2339, '0275-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290250, 2338, '1439-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290251, 2339, '0275-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290252, 2338, '1439-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290253, 2339, '0275-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290254, 2338, '1439-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290255, 2339, '0275-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290256, 2338, '1439-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290257, 2339, '0275-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290258, 2338, '1439-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290259, 2339, '0275-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290260, 2338, '1439-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290261, 2339, '0275-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290262, 2338, '1439-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290263, 2339, '0275-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290264, 2338, '1439-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290265, 2339, '0275-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290266, 2338, '1439-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290267, 2339, '0276-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290268, 2338, '1439-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290269, 2339, '0276-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290270, 2338, '1439-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290271, 2339, '0276-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290272, 2338, '1440-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290273, 2339, '0276-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290274, 2338, '1440-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290275, 2339, '0276-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290276, 2338, '1440-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290277, 2339, '0276-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290278, 2338, '1440-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290279, 2339, '0276-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290280, 2338, '1440-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290281, 2339, '0276-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290282, 2338, '1440-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290283, 2339, '0276-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290284, 2338, '1440-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290285, 2339, '0276-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290286, 2338, '1440-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290287, 2339, '0276-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290288, 2338, '1440-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290289, 2339, '0276-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290290, 2338, '1440-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290291, 2339, '0277-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290292, 2338, '1440-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290293, 2339, '0277-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290294, 2338, '1440-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290295, 2339, '0277-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290296, 2338, '1441-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290297, 2339, '0277-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290298, 2338, '1441-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290299, 2339, '0277-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290300, 2338, '1441-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290301, 2339, '0277-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290302, 2338, '1441-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290303, 2339, '0277-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290304, 2338, '1441-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290305, 2339, '0277-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290306, 2338, '1441-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290307, 2339, '0277-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290308, 2338, '1441-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290309, 2339, '0277-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290310, 2338, '1441-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290311, 2339, '0277-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290312, 2338, '1441-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290313, 2339, '0277-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290314, 2338, '1441-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290315, 2339, '0278-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290316, 2338, '1441-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290317, 2339, '0278-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:48', '2023-10-31 16:06:48'),
(290318, 2338, '1441-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290319, 2339, '0278-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290320, 2338, '1442-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290321, 2339, '0278-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290322, 2338, '1442-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290323, 2339, '0278-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290324, 2338, '1442-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290325, 2339, '0278-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290326, 2338, '1442-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290327, 2339, '0278-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290328, 2338, '1442-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290329, 2339, '0278-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290330, 2338, '1442-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290331, 2339, '0278-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290332, 2338, '1442-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290333, 2339, '0278-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290334, 2338, '1442-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290335, 2339, '0278-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290336, 2338, '1442-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290337, 2339, '0278-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290338, 2338, '1442-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290339, 2339, '0279-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290340, 2338, '1442-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290341, 2339, '0279-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290342, 2338, '1442-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290343, 2339, '0279-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290344, 2338, '1443-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290345, 2339, '0279-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290346, 2338, '1443-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290347, 2339, '0279-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290348, 2338, '1443-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290349, 2339, '0279-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290350, 2338, '1443-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290351, 2339, '0279-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290352, 2338, '1443-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(290353, 2339, '0279-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290354, 2338, '1443-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290355, 2339, '0279-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290356, 2338, '1443-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290357, 2339, '0279-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290358, 2338, '1443-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290359, 2339, '0279-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290360, 2338, '1443-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290361, 2339, '0279-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290362, 2338, '1443-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290363, 2339, '0280-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290364, 2338, '1443-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290365, 2339, '0280-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290366, 2338, '1443-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290367, 2339, '0280-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290368, 2338, '1444-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290369, 2339, '0280-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290370, 2338, '1444-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290371, 2339, '0280-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290372, 2338, '1444-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290373, 2339, '0280-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290374, 2338, '1444-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290375, 2339, '0280-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290376, 2338, '1444-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290377, 2339, '0280-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290378, 2338, '1444-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290379, 2339, '0280-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290380, 2338, '1444-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290381, 2339, '0280-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290382, 2338, '1444-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290383, 2339, '0280-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290384, 2338, '1444-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290385, 2339, '0280-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290386, 2338, '1444-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290387, 2339, '0281-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290388, 2338, '1444-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290389, 2339, '0281-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290390, 2338, '1444-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290391, 2339, '0281-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290392, 2338, '1445-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290393, 2339, '0281-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290394, 2338, '1445-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290395, 2339, '0281-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290396, 2338, '1445-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290397, 2339, '0281-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290398, 2338, '1445-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290399, 2339, '0281-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290400, 2338, '1445-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290401, 2339, '0281-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290402, 2338, '1445-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290403, 2339, '0281-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290404, 2338, '1445-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290405, 2339, '0281-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290406, 2338, '1445-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290407, 2339, '0281-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290408, 2338, '1445-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290409, 2339, '0281-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290410, 2338, '1445-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290411, 2339, '0282-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290412, 2338, '1445-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290413, 2339, '0282-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290414, 2338, '1445-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290415, 2339, '0282-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290416, 2338, '1446-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290417, 2339, '0282-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290418, 2338, '1446-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290419, 2339, '0282-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290420, 2338, '1446-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290421, 2339, '0282-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290422, 2338, '1446-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290423, 2339, '0282-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290424, 2338, '1446-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290425, 2339, '0282-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290426, 2338, '1446-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290427, 2339, '0282-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290428, 2338, '1446-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290429, 2339, '0282-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290430, 2338, '1446-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290431, 2339, '0282-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290432, 2338, '1446-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290433, 2339, '0282-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290434, 2338, '1446-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290435, 2339, '0283-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290436, 2338, '1446-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290437, 2339, '0283-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290438, 2338, '1446-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290439, 2339, '0283-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290440, 2338, '1447-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290441, 2339, '0283-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290442, 2338, '1447-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290443, 2339, '0283-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290444, 2338, '1447-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290445, 2339, '0283-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290446, 2338, '1447-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290447, 2339, '0283-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290448, 2338, '1447-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290449, 2339, '0283-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290450, 2338, '1447-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290451, 2339, '0283-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290452, 2338, '1447-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290453, 2339, '0283-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290454, 2338, '1447-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290455, 2339, '0283-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290456, 2338, '1447-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290457, 2339, '0283-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290458, 2338, '1447-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290459, 2339, '0284-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290460, 2338, '1447-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290461, 2339, '0284-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290462, 2338, '1447-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290463, 2339, '0284-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290464, 2338, '1448-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290465, 2339, '0284-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290466, 2338, '1448-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290467, 2339, '0284-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290468, 2338, '1448-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290469, 2339, '0284-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290470, 2338, '1448-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290471, 2339, '0284-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290472, 2338, '1448-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290473, 2339, '0284-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290474, 2338, '1448-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290475, 2339, '0284-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290476, 2338, '1448-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290477, 2339, '0284-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290478, 2338, '1448-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290479, 2339, '0284-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290480, 2338, '1448-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290481, 2339, '0284-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290482, 2338, '1448-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290483, 2339, '0285-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290484, 2338, '1448-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290485, 2339, '0285-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290486, 2338, '1448-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290487, 2339, '0285-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290488, 2338, '1449-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290489, 2339, '0285-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290490, 2338, '1449-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290491, 2339, '0285-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290492, 2338, '1449-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290493, 2339, '0285-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290494, 2338, '1449-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290495, 2339, '0285-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290496, 2338, '1449-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290497, 2339, '0285-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290498, 2338, '1449-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290499, 2339, '0285-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290500, 2338, '1449-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290501, 2339, '0285-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290502, 2338, '1449-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290503, 2339, '0285-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290504, 2338, '1449-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290505, 2339, '0285-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290506, 2338, '1449-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290507, 2339, '0286-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290508, 2338, '1449-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290509, 2339, '0286-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290510, 2338, '1449-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290511, 2339, '0286-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290512, 2338, '1450-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290513, 2339, '0286-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290514, 2338, '1450-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290515, 2339, '0286-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290516, 2338, '1450-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290517, 2339, '0286-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290518, 2338, '1450-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290519, 2339, '0286-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290520, 2338, '1450-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290521, 2339, '0286-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290522, 2338, '1450-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290523, 2339, '0286-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290524, 2338, '1450-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290525, 2339, '0286-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290526, 2338, '1450-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290527, 2339, '0286-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290528, 2338, '1450-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290529, 2339, '0286-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290530, 2338, '1450-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290531, 2339, '0287-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290532, 2338, '1450-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290533, 2339, '0287-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290534, 2338, '1450-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290535, 2339, '0287-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290536, 2338, '1451-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290537, 2339, '0287-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290538, 2338, '1451-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290539, 2339, '0287-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290540, 2338, '1451-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290541, 2339, '0287-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290542, 2338, '1451-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290543, 2339, '0287-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290544, 2338, '1451-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290545, 2339, '0287-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290546, 2338, '1451-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290547, 2339, '0287-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290548, 2338, '1451-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290549, 2339, '0287-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290550, 2338, '1451-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290551, 2339, '0287-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290552, 2338, '1451-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290553, 2339, '0287-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290554, 2338, '1451-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290555, 2339, '0288-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290556, 2338, '1451-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290557, 2339, '0288-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290558, 2338, '1451-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290559, 2339, '0288-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290560, 2338, '1452-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290561, 2339, '0288-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:49', '2023-10-31 16:06:49'),
(290562, 2338, '1452-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290563, 2339, '0288-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290564, 2338, '1452-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290565, 2339, '0288-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290566, 2338, '1452-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290567, 2339, '0288-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290568, 2338, '1452-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290569, 2339, '0288-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290570, 2338, '1452-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290571, 2339, '0288-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290572, 2338, '1452-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290573, 2339, '0288-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290574, 2338, '1452-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290575, 2339, '0288-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290576, 2338, '1452-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290577, 2339, '0288-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290578, 2338, '1452-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290579, 2339, '0289-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290580, 2338, '1452-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290581, 2339, '0289-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290582, 2338, '1452-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290583, 2339, '0289-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290584, 2338, '1453-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290585, 2339, '0289-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290586, 2338, '1453-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290587, 2339, '0289-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290588, 2338, '1453-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290589, 2339, '0289-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290590, 2338, '1453-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290591, 2339, '0289-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290592, 2338, '1453-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290593, 2339, '0289-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290594, 2338, '1453-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290595, 2339, '0289-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290596, 2338, '1453-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290597, 2339, '0289-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290598, 2338, '1453-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290599, 2339, '0289-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290600, 2338, '1453-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290601, 2339, '0289-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290602, 2338, '1453-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290603, 2339, '0290-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290604, 2338, '1453-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290605, 2339, '0290-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290606, 2338, '1453-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290607, 2339, '0290-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290608, 2338, '1454-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290609, 2339, '0290-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290610, 2338, '1454-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290611, 2339, '0290-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290612, 2338, '1454-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290613, 2339, '0290-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290614, 2338, '1454-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290615, 2339, '0290-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290616, 2338, '1454-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290617, 2339, '0290-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290618, 2338, '1454-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290619, 2339, '0290-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290620, 2338, '1454-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290621, 2339, '0290-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290622, 2338, '1454-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290623, 2339, '0290-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290624, 2338, '1454-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290625, 2339, '0290-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290626, 2338, '1454-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290627, 2339, '0291-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290628, 2338, '1454-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290629, 2339, '0291-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290630, 2338, '1454-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290631, 2339, '0291-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290632, 2338, '1455-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290633, 2339, '0291-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290634, 2338, '1455-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290635, 2339, '0291-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290636, 2338, '1455-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290637, 2339, '0291-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290638, 2338, '1455-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290639, 2339, '0291-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290640, 2338, '1455-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290641, 2339, '0291-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290642, 2338, '1455-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290643, 2339, '0291-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290644, 2338, '1455-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290645, 2339, '0291-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290646, 2338, '1455-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290647, 2339, '0291-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290648, 2338, '1455-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290649, 2339, '0291-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290650, 2338, '1455-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290651, 2339, '0292-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290652, 2338, '1455-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290653, 2339, '0292-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290654, 2338, '1455-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290655, 2339, '0292-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290656, 2338, '1456-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290657, 2339, '0292-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290658, 2338, '1456-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290659, 2339, '0292-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290660, 2338, '1456-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290661, 2339, '0292-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290662, 2338, '1456-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290663, 2339, '0292-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290664, 2338, '1456-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290665, 2339, '0292-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290666, 2338, '1456-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290667, 2339, '0292-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290668, 2338, '1456-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290669, 2339, '0292-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290670, 2338, '1456-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290671, 2339, '0292-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290672, 2338, '1456-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290673, 2339, '0292-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290674, 2338, '1456-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290675, 2339, '0293-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290676, 2338, '1456-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290677, 2339, '0293-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290678, 2338, '1456-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290679, 2339, '0293-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290680, 2338, '1457-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290681, 2339, '0293-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290682, 2338, '1457-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290683, 2339, '0293-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290684, 2338, '1457-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290685, 2339, '0293-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290686, 2338, '1457-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290687, 2339, '0293-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290688, 2338, '1457-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290689, 2339, '0293-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290690, 2338, '1457-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290691, 2339, '0293-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290692, 2338, '1457-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290693, 2339, '0293-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290694, 2338, '1457-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290695, 2339, '0293-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290696, 2338, '1457-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290697, 2339, '0293-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290698, 2338, '1457-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290699, 2339, '0294-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290700, 2338, '1457-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290701, 2339, '0294-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290702, 2338, '1457-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290703, 2339, '0294-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290704, 2338, '1458-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290705, 2339, '0294-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290706, 2338, '1458-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290707, 2339, '0294-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290708, 2338, '1458-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290709, 2339, '0294-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290710, 2338, '1458-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290711, 2339, '0294-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290712, 2338, '1458-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290713, 2339, '0294-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290714, 2338, '1458-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290715, 2339, '0294-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290716, 2338, '1458-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290717, 2339, '0294-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290718, 2338, '1458-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290719, 2339, '0294-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290720, 2338, '1458-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290721, 2339, '0294-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290722, 2338, '1458-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290723, 2339, '0295-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290724, 2338, '1458-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290725, 2339, '0295-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290726, 2338, '1458-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290727, 2339, '0295-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290728, 2338, '1459-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290729, 2339, '0295-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290730, 2338, '1459-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290731, 2339, '0295-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290732, 2338, '1459-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290733, 2339, '0295-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290734, 2338, '1459-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290735, 2339, '0295-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290736, 2338, '1459-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290737, 2339, '0295-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290738, 2338, '1459-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290739, 2339, '0295-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290740, 2338, '1459-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290741, 2339, '0295-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290742, 2338, '1459-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290743, 2339, '0295-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290744, 2338, '1459-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290745, 2339, '0295-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290746, 2338, '1459-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290747, 2339, '0296-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290748, 2338, '1459-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290749, 2339, '0296-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290750, 2338, '1459-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290751, 2339, '0296-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290752, 2338, '1460-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290753, 2339, '0296-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290754, 2338, '1460-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290755, 2339, '0296-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290756, 2338, '1460-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290757, 2339, '0296-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290758, 2338, '1460-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290759, 2339, '0296-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290760, 2338, '1460-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290761, 2339, '0296-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290762, 2338, '1460-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290763, 2339, '0296-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290764, 2338, '1460-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290765, 2339, '0296-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290766, 2338, '1460-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290767, 2339, '0296-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290768, 2338, '1460-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290769, 2339, '0296-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290770, 2338, '1460-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290771, 2339, '0297-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290772, 2338, '1460-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290773, 2339, '0297-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290774, 2338, '1460-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290775, 2339, '0297-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290776, 2338, '1461-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290777, 2339, '0297-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290778, 2338, '1461-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290779, 2339, '0297-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290780, 2338, '1461-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290781, 2339, '0297-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290782, 2338, '1461-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290783, 2339, '0297-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290784, 2338, '1461-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290785, 2339, '0297-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290786, 2338, '1461-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290787, 2339, '0297-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290788, 2338, '1461-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290789, 2339, '0297-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290790, 2338, '1461-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290791, 2339, '0297-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290792, 2338, '1461-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290793, 2339, '0297-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290794, 2338, '1461-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290795, 2339, '0298-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290796, 2338, '1461-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290797, 2339, '0298-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290798, 2338, '1461-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290799, 2339, '0298-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290800, 2338, '1462-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290801, 2339, '0298-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290802, 2338, '1462-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290803, 2339, '0298-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290804, 2338, '1462-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290805, 2339, '0298-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290806, 2338, '1462-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290807, 2339, '0298-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290808, 2338, '1462-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:50', '2023-10-31 16:06:50'),
(290809, 2339, '0298-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(290810, 2338, '1462-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(290811, 2339, '0298-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(290812, 2338, '1462-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(290813, 2339, '0298-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(290814, 2338, '1462-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(290815, 2339, '0298-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(290816, 2338, '1462-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(290817, 2339, '0298-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(290818, 2338, '1462-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(290819, 2339, '0299-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(290820, 2338, '1462-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(290821, 2339, '0299-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(290822, 2338, '1462-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(290823, 2339, '0299-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(290824, 2338, '1463-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(290825, 2339, '0299-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(290826, 2338, '1463-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(290827, 2339, '0299-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(290828, 2338, '1463-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(290829, 2339, '0299-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(290830, 2338, '1463-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(290831, 2339, '0299-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(290832, 2338, '1463-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(290833, 2339, '0299-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(290834, 2338, '1463-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(290835, 2339, '0299-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(290836, 2338, '1463-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(290837, 2339, '0299-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(290838, 2338, '1463-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(290839, 2339, '0299-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(290840, 2338, '1463-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(290841, 2339, '0299-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(290842, 2338, '1463-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(290843, 2339, '0300-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(290844, 2338, '1463-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(290845, 2339, '0300-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(290846, 2338, '1463-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(290847, 2339, '0300-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(290848, 2338, '1464-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(290849, 2339, '0300-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(290850, 2338, '1464-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(290851, 2339, '0300-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(290852, 2338, '1464-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(290853, 2339, '0300-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(290854, 2338, '1464-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(290855, 2339, '0300-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(290856, 2338, '1464-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(290857, 2339, '0300-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(290858, 2338, '1464-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(290859, 2339, '0300-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(290860, 2338, '1464-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(290861, 2339, '0300-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(290862, 2338, '1464-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(290863, 2339, '0300-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(290864, 2338, '1464-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(290865, 2339, '0300-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(290866, 2338, '1464-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(290867, 2339, '0301-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(290868, 2338, '1464-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(290869, 2339, '0301-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(290870, 2338, '1464-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(290871, 2339, '0301-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(290872, 2338, '1465-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(290873, 2339, '0301-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(290874, 2338, '1465-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(290875, 2339, '0301-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(290876, 2338, '1465-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(290877, 2339, '0301-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(290878, 2338, '1465-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(290879, 2339, '0301-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(290880, 2338, '1465-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(290881, 2339, '0301-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(290882, 2338, '1465-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(290883, 2339, '0301-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(290884, 2338, '1465-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(290885, 2339, '0301-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(290886, 2338, '1465-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(290887, 2339, '0301-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(290888, 2338, '1465-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(290889, 2339, '0301-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(290890, 2338, '1465-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(290891, 2339, '0302-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(290892, 2338, '1465-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(290893, 2339, '0302-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(290894, 2338, '1465-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(290895, 2339, '0302-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(290896, 2338, '1466-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(290897, 2339, '0302-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(290898, 2338, '1466-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(290899, 2339, '0302-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(290900, 2338, '1466-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(290901, 2339, '0302-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(290902, 2338, '1466-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(290903, 2339, '0302-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(290904, 2338, '1466-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(290905, 2339, '0302-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(290906, 2338, '1466-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(290907, 2339, '0302-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(290908, 2338, '1466-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(290909, 2339, '0302-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(290910, 2338, '1466-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(290911, 2339, '0302-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(290912, 2338, '1466-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(290913, 2339, '0302-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(290914, 2338, '1466-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(290915, 2339, '0303-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(290916, 2338, '1466-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(290917, 2339, '0303-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(290918, 2338, '1466-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(290919, 2339, '0303-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(290920, 2338, '1467-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(290921, 2339, '0303-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(290922, 2338, '1467-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(290923, 2339, '0303-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(290924, 2338, '1467-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(290925, 2339, '0303-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(290926, 2338, '1467-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(290927, 2339, '0303-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(290928, 2338, '1467-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(290929, 2339, '0303-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(290930, 2338, '1467-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(290931, 2339, '0303-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(290932, 2338, '1467-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(290933, 2339, '0303-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(290934, 2338, '1467-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(290935, 2339, '0303-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(290936, 2338, '1467-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(290937, 2339, '0303-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(290938, 2338, '1467-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(290939, 2339, '0304-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(290940, 2338, '1467-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(290941, 2339, '0304-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(290942, 2338, '1467-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(290943, 2339, '0304-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(290944, 2338, '1468-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(290945, 2339, '0304-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(290946, 2338, '1468-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(290947, 2339, '0304-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(290948, 2338, '1468-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(290949, 2339, '0304-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(290950, 2338, '1468-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(290951, 2339, '0304-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(290952, 2338, '1468-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(290953, 2339, '0304-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(290954, 2338, '1468-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(290955, 2339, '0304-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(290956, 2338, '1468-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(290957, 2339, '0304-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(290958, 2338, '1468-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(290959, 2339, '0304-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(290960, 2338, '1468-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(290961, 2339, '0304-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(290962, 2338, '1468-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(290963, 2339, '0305-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(290964, 2338, '1468-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(290965, 2339, '0305-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(290966, 2338, '1468-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(290967, 2339, '0305-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(290968, 2338, '1469-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(290969, 2339, '0305-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(290970, 2338, '1469-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(290971, 2339, '0305-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(290972, 2338, '1469-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(290973, 2339, '0305-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(290974, 2338, '1469-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(290975, 2339, '0305-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(290976, 2338, '1469-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(290977, 2339, '0305-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(290978, 2338, '1469-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(290979, 2339, '0305-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(290980, 2338, '1469-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(290981, 2339, '0305-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(290982, 2338, '1469-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(290983, 2339, '0305-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(290984, 2338, '1469-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(290985, 2339, '0305-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(290986, 2338, '1469-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(290987, 2339, '0306-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(290988, 2338, '1469-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(290989, 2339, '0306-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(290990, 2338, '1469-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(290991, 2339, '0306-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(290992, 2338, '1470-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(290993, 2339, '0306-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(290994, 2338, '1470-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(290995, 2339, '0306-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(290996, 2338, '1470-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(290997, 2339, '0306-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(290998, 2338, '1470-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(290999, 2339, '0306-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(291000, 2338, '1470-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(291001, 2339, '0306-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(291002, 2338, '1470-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(291003, 2339, '0306-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(291004, 2338, '1470-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(291005, 2339, '0306-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(291006, 2338, '1470-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(291007, 2339, '0306-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(291008, 2338, '1470-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(291009, 2339, '0306-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(291010, 2338, '1470-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(291011, 2339, '0307-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(291012, 2338, '1470-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(291013, 2339, '0307-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(291014, 2338, '1470-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(291015, 2339, '0307-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(291016, 2338, '1471-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(291017, 2339, '0307-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(291018, 2338, '1471-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(291019, 2339, '0307-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(291020, 2338, '1471-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(291021, 2339, '0307-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(291022, 2338, '1471-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(291023, 2339, '0307-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(291024, 2338, '1471-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(291025, 2339, '0307-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(291026, 2338, '1471-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(291027, 2339, '0307-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(291028, 2338, '1471-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(291029, 2339, '0307-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(291030, 2338, '1471-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(291031, 2339, '0307-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(291032, 2338, '1471-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(291033, 2339, '0307-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(291034, 2338, '1471-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(291035, 2339, '0308-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(291036, 2338, '1471-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(291037, 2339, '0308-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(291038, 2338, '1471-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(291039, 2339, '0308-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(291040, 2338, '1472-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(291041, 2339, '0308-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(291042, 2338, '1472-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(291043, 2339, '0308-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(291044, 2338, '1472-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(291045, 2339, '0308-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(291046, 2338, '1472-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(291047, 2339, '0308-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(291048, 2338, '1472-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(291049, 2339, '0308-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(291050, 2338, '1472-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(291051, 2339, '0308-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(291052, 2338, '1472-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(291053, 2339, '0308-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(291054, 2338, '1472-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(291055, 2339, '0308-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(291056, 2338, '1472-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(291057, 2339, '0308-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(291058, 2338, '1472-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(291059, 2339, '0309-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(291060, 2338, '1472-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(291061, 2339, '0309-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(291062, 2338, '1472-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(291063, 2339, '0309-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(291064, 2338, '1473-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(291065, 2339, '0309-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(291066, 2338, '1473-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(291067, 2339, '0309-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(291068, 2338, '1473-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(291069, 2339, '0309-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(291070, 2338, '1473-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(291071, 2339, '0309-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(291072, 2338, '1473-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(291073, 2339, '0309-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(291074, 2338, '1473-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(291075, 2339, '0309-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(291076, 2338, '1473-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(291077, 2339, '0309-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(291078, 2338, '1473-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(291079, 2339, '0309-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(291080, 2338, '1473-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(291081, 2339, '0309-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(291082, 2338, '1473-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(291083, 2339, '0310-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(291084, 2338, '1473-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(291085, 2339, '0310-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(291086, 2338, '1473-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(291087, 2339, '0310-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(291088, 2338, '1474-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(291089, 2339, '0310-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(291090, 2338, '1474-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(291091, 2339, '0310-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:51', '2023-10-31 16:06:51'),
(291092, 2338, '1474-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291093, 2339, '0310-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291094, 2338, '1474-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291095, 2339, '0310-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291096, 2338, '1474-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291097, 2339, '0310-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291098, 2338, '1474-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291099, 2339, '0310-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291100, 2338, '1474-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291101, 2339, '0310-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291102, 2338, '1474-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291103, 2339, '0310-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291104, 2338, '1474-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291105, 2339, '0310-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291106, 2338, '1474-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291107, 2339, '0311-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291108, 2338, '1474-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291109, 2339, '0311-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291110, 2338, '1474-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291111, 2339, '0311-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291112, 2338, '1475-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291113, 2339, '0311-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291114, 2338, '1475-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291115, 2339, '0311-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291116, 2338, '1475-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291117, 2339, '0311-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291118, 2338, '1475-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291119, 2339, '0311-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291120, 2338, '1475-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291121, 2339, '0311-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291122, 2338, '1475-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291123, 2339, '0311-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291124, 2338, '1475-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291125, 2339, '0311-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291126, 2338, '1475-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291127, 2339, '0311-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291128, 2338, '1475-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291129, 2339, '0311-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291130, 2338, '1475-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291131, 2339, '0312-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291132, 2338, '1475-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291133, 2339, '0312-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291134, 2338, '1475-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291135, 2339, '0312-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291136, 2338, '1476-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291137, 2339, '0312-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291138, 2338, '1476-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291139, 2339, '0312-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291140, 2338, '1476-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291141, 2339, '0312-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291142, 2338, '1476-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291143, 2339, '0312-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291144, 2338, '1476-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291145, 2339, '0312-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291146, 2338, '1476-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291147, 2339, '0312-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291148, 2338, '1476-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291149, 2339, '0312-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291150, 2338, '1476-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291151, 2339, '0312-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291152, 2338, '1476-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291153, 2339, '0312-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291154, 2338, '1476-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291155, 2339, '0313-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291156, 2338, '1476-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291157, 2339, '0313-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291158, 2338, '1476-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291159, 2339, '0313-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291160, 2338, '1477-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291161, 2339, '0313-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291162, 2338, '1477-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291163, 2339, '0313-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291164, 2338, '1477-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291165, 2339, '0313-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291166, 2338, '1477-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291167, 2339, '0313-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291168, 2338, '1477-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291169, 2339, '0313-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291170, 2338, '1477-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291171, 2339, '0313-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291172, 2338, '1477-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291173, 2339, '0313-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291174, 2338, '1477-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291175, 2339, '0313-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291176, 2338, '1477-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291177, 2339, '0313-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291178, 2338, '1477-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291179, 2339, '0314-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291180, 2338, '1477-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291181, 2339, '0314-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291182, 2338, '1477-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291183, 2339, '0314-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291184, 2338, '1478-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291185, 2339, '0314-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291186, 2338, '1478-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291187, 2339, '0314-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291188, 2338, '1478-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291189, 2339, '0314-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291190, 2338, '1478-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291191, 2339, '0314-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291192, 2338, '1478-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291193, 2339, '0314-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291194, 2338, '1478-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291195, 2339, '0314-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291196, 2338, '1478-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291197, 2339, '0314-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291198, 2338, '1478-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291199, 2339, '0314-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291200, 2338, '1478-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291201, 2339, '0314-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291202, 2338, '1478-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291203, 2339, '0315-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291204, 2338, '1478-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291205, 2339, '0315-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291206, 2338, '1478-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291207, 2339, '0315-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291208, 2338, '1479-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291209, 2339, '0315-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291210, 2338, '1479-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291211, 2339, '0315-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291212, 2338, '1479-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291213, 2339, '0315-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291214, 2338, '1479-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291215, 2339, '0315-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291216, 2338, '1479-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291217, 2339, '0315-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291218, 2338, '1479-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291219, 2339, '0315-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291220, 2338, '1479-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291221, 2339, '0315-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291222, 2338, '1479-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291223, 2339, '0315-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291224, 2338, '1479-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291225, 2339, '0315-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291226, 2338, '1479-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291227, 2339, '0316-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291228, 2338, '1479-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291229, 2339, '0316-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291230, 2338, '1479-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291231, 2339, '0316-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291232, 2338, '1480-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291233, 2339, '0316-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291234, 2338, '1480-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291235, 2339, '0316-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291236, 2338, '1480-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291237, 2339, '0316-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291238, 2338, '1480-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291239, 2339, '0316-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291240, 2338, '1480-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291241, 2339, '0316-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291242, 2338, '1480-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291243, 2339, '0316-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291244, 2338, '1480-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291245, 2339, '0316-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291246, 2338, '1480-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291247, 2339, '0316-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291248, 2338, '1480-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291249, 2339, '0316-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291250, 2338, '1480-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291251, 2339, '0317-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291252, 2338, '1480-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291253, 2339, '0317-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291254, 2338, '1480-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291255, 2339, '0317-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291256, 2338, '1481-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291257, 2339, '0317-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291258, 2338, '1481-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291259, 2339, '0317-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291260, 2338, '1481-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291261, 2339, '0317-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291262, 2338, '1481-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291263, 2339, '0317-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291264, 2338, '1481-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291265, 2339, '0317-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291266, 2338, '1481-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291267, 2339, '0317-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291268, 2338, '1481-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291269, 2339, '0317-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291270, 2338, '1481-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291271, 2339, '0317-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291272, 2338, '1481-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291273, 2339, '0317-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291274, 2338, '1481-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291275, 2339, '0318-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291276, 2338, '1481-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291277, 2339, '0318-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291278, 2338, '1481-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291279, 2339, '0318-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291280, 2338, '1482-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291281, 2339, '0318-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291282, 2338, '1482-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(291283, 2339, '0318-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291284, 2338, '1482-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291285, 2339, '0318-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291286, 2338, '1482-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291287, 2339, '0318-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291288, 2338, '1482-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291289, 2339, '0318-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291290, 2338, '1482-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291291, 2339, '0318-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291292, 2338, '1482-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291293, 2339, '0318-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291294, 2338, '1482-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291295, 2339, '0318-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291296, 2338, '1482-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291297, 2339, '0318-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291298, 2338, '1482-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291299, 2339, '0319-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291300, 2338, '1482-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291301, 2339, '0319-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291302, 2338, '1482-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291303, 2339, '0319-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291304, 2338, '1483-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291305, 2339, '0319-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291306, 2338, '1483-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291307, 2339, '0319-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291308, 2338, '1483-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291309, 2339, '0319-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291310, 2338, '1483-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291311, 2339, '0319-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291312, 2338, '1483-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291313, 2339, '0319-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291314, 2338, '1483-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291315, 2339, '0319-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291316, 2338, '1483-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291317, 2339, '0319-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291318, 2338, '1483-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291319, 2339, '0319-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291320, 2338, '1483-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291321, 2339, '0319-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291322, 2338, '1483-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291323, 2339, '0320-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291324, 2338, '1483-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291325, 2339, '0320-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291326, 2338, '1483-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291327, 2339, '0320-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291328, 2338, '1484-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291329, 2339, '0320-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291330, 2338, '1484-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291331, 2339, '0320-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291332, 2338, '1484-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291333, 2339, '0320-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291334, 2338, '1484-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291335, 2339, '0320-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291336, 2338, '1484-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291337, 2339, '0320-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291338, 2338, '1484-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291339, 2339, '0320-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291340, 2338, '1484-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291341, 2339, '0320-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291342, 2338, '1484-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291343, 2339, '0320-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291344, 2338, '1484-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291345, 2339, '0320-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291346, 2338, '1484-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291347, 2339, '0321-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291348, 2338, '1484-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291349, 2339, '0321-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291350, 2338, '1484-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291351, 2339, '0321-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291352, 2338, '1485-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291353, 2339, '0321-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291354, 2338, '1485-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291355, 2339, '0321-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291356, 2338, '1485-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291357, 2339, '0321-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291358, 2338, '1485-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291359, 2339, '0321-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291360, 2338, '1485-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291361, 2339, '0321-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291362, 2338, '1485-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291363, 2339, '0321-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291364, 2338, '1485-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291365, 2339, '0321-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291366, 2338, '1485-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291367, 2339, '0321-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291368, 2338, '1485-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291369, 2339, '0321-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291370, 2338, '1485-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291371, 2339, '0322-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291372, 2338, '1485-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291373, 2339, '0322-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291374, 2338, '1485-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291375, 2339, '0322-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:52', '2023-10-31 16:06:52'),
(291376, 2338, '1486-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291377, 2339, '0322-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291378, 2338, '1486-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291379, 2339, '0322-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291380, 2338, '1486-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291381, 2339, '0322-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291382, 2338, '1486-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291383, 2339, '0322-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291384, 2338, '1486-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291385, 2339, '0322-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291386, 2338, '1486-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291387, 2339, '0322-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291388, 2338, '1486-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291389, 2339, '0322-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291390, 2338, '1486-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291391, 2339, '0322-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291392, 2338, '1486-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291393, 2339, '0322-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291394, 2338, '1486-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291395, 2339, '0323-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291396, 2338, '1486-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291397, 2339, '0323-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291398, 2338, '1486-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291399, 2339, '0323-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291400, 2338, '1487-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291401, 2339, '0323-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291402, 2338, '1487-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291403, 2339, '0323-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291404, 2338, '1487-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291405, 2339, '0323-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291406, 2338, '1487-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291407, 2339, '0323-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291408, 2338, '1487-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291409, 2339, '0323-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291410, 2338, '1487-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291411, 2339, '0323-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291412, 2338, '1487-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291413, 2339, '0323-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291414, 2338, '1487-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291415, 2339, '0323-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291416, 2338, '1487-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291417, 2339, '0323-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291418, 2338, '1487-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291419, 2339, '0324-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291420, 2338, '1487-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291421, 2339, '0324-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291422, 2338, '1487-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291423, 2339, '0324-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291424, 2338, '1488-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291425, 2339, '0324-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291426, 2338, '1488-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291427, 2339, '0324-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291428, 2338, '1488-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291429, 2339, '0324-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291430, 2338, '1488-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291431, 2339, '0324-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291432, 2338, '1488-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291433, 2339, '0324-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291434, 2338, '1488-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291435, 2339, '0324-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291436, 2338, '1488-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291437, 2339, '0324-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291438, 2338, '1488-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291439, 2339, '0324-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291440, 2338, '1488-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291441, 2339, '0324-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291442, 2338, '1488-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291443, 2339, '0325-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291444, 2338, '1488-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291445, 2339, '0325-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291446, 2338, '1488-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291447, 2339, '0325-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291448, 2338, '1489-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291449, 2339, '0325-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291450, 2338, '1489-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291451, 2339, '0325-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291452, 2338, '1489-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291453, 2339, '0325-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291454, 2338, '1489-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291455, 2339, '0325-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291456, 2338, '1489-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291457, 2339, '0325-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291458, 2338, '1489-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291459, 2339, '0325-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291460, 2338, '1489-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291461, 2339, '0325-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291462, 2338, '1489-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291463, 2339, '0325-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291464, 2338, '1489-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291465, 2339, '0325-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291466, 2338, '1489-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291467, 2339, '0326-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291468, 2338, '1489-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291469, 2339, '0326-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291470, 2338, '1489-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291471, 2339, '0326-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291472, 2338, '1490-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291473, 2339, '0326-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291474, 2338, '1490-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291475, 2339, '0326-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291476, 2338, '1490-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291477, 2339, '0326-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291478, 2338, '1490-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291479, 2339, '0326-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291480, 2338, '1490-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291481, 2339, '0326-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291482, 2338, '1490-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291483, 2339, '0326-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291484, 2338, '1490-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291485, 2339, '0326-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291486, 2338, '1490-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291487, 2339, '0326-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291488, 2338, '1490-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291489, 2339, '0326-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291490, 2338, '1490-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291491, 2339, '0327-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291492, 2338, '1490-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291493, 2339, '0327-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291494, 2338, '1490-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291495, 2339, '0327-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291496, 2338, '1491-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291497, 2339, '0327-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291498, 2338, '1491-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291499, 2339, '0327-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291500, 2338, '1491-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291501, 2339, '0327-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291502, 2338, '1491-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291503, 2339, '0327-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291504, 2338, '1491-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291505, 2339, '0327-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291506, 2338, '1491-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291507, 2339, '0327-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291508, 2338, '1491-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291509, 2339, '0327-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291510, 2338, '1491-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291511, 2339, '0327-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291512, 2338, '1491-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291513, 2339, '0327-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291514, 2338, '1491-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291515, 2339, '0328-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291516, 2338, '1491-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291517, 2339, '0328-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291518, 2338, '1491-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291519, 2339, '0328-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291520, 2338, '1492-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291521, 2339, '0328-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291522, 2338, '1492-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291523, 2339, '0328-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291524, 2338, '1492-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291525, 2339, '0328-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291526, 2338, '1492-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291527, 2339, '0328-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291528, 2338, '1492-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291529, 2339, '0328-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291530, 2338, '1492-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291531, 2339, '0328-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291532, 2338, '1492-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291533, 2339, '0328-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291534, 2338, '1492-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291535, 2339, '0328-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291536, 2338, '1492-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291537, 2339, '0328-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291538, 2338, '1492-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291539, 2339, '0329-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291540, 2338, '1492-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291541, 2339, '0329-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291542, 2338, '1492-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291543, 2339, '0329-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291544, 2338, '1493-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291545, 2339, '0329-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291546, 2338, '1493-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291547, 2339, '0329-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291548, 2338, '1493-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291549, 2339, '0329-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291550, 2338, '1493-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291551, 2339, '0329-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291552, 2338, '1493-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291553, 2339, '0329-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291554, 2338, '1493-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291555, 2339, '0329-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291556, 2338, '1493-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291557, 2339, '0329-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291558, 2338, '1493-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291559, 2339, '0329-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291560, 2338, '1493-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291561, 2339, '0329-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291562, 2338, '1493-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291563, 2339, '0330-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291564, 2338, '1493-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291565, 2339, '0330-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291566, 2338, '1493-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291567, 2339, '0330-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291568, 2338, '1494-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291569, 2339, '0330-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291570, 2338, '1494-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291571, 2339, '0330-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291572, 2338, '1494-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291573, 2339, '0330-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291574, 2338, '1494-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291575, 2339, '0330-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291576, 2338, '1494-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291577, 2339, '0330-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291578, 2338, '1494-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291579, 2339, '0330-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291580, 2338, '1494-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291581, 2339, '0330-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291582, 2338, '1494-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291583, 2339, '0330-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291584, 2338, '1494-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291585, 2339, '0330-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291586, 2338, '1494-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291587, 2339, '0331-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291588, 2338, '1494-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291589, 2339, '0331-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291590, 2338, '1494-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291591, 2339, '0331-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291592, 2338, '1495-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291593, 2339, '0331-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291594, 2338, '1495-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291595, 2339, '0331-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291596, 2338, '1495-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291597, 2339, '0331-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291598, 2338, '1495-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291599, 2339, '0331-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291600, 2338, '1495-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291601, 2339, '0331-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291602, 2338, '1495-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291603, 2339, '0331-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291604, 2338, '1495-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291605, 2339, '0331-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291606, 2338, '1495-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291607, 2339, '0331-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291608, 2338, '1495-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291609, 2339, '0331-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291610, 2338, '1495-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291611, 2339, '0332-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291612, 2338, '1495-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291613, 2339, '0332-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291614, 2338, '1495-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291615, 2339, '0332-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291616, 2338, '1496-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291617, 2339, '0332-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291618, 2338, '1496-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291619, 2339, '0332-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291620, 2338, '1496-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291621, 2339, '0332-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291622, 2338, '1496-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291623, 2339, '0332-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291624, 2338, '1496-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291625, 2339, '0332-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291626, 2338, '1496-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291627, 2339, '0332-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291628, 2338, '1496-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291629, 2339, '0332-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291630, 2338, '1496-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291631, 2339, '0332-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291632, 2338, '1496-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291633, 2339, '0332-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291634, 2338, '1496-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291635, 2339, '0333-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291636, 2338, '1496-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291637, 2339, '0333-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291638, 2338, '1496-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291639, 2339, '0333-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291640, 2338, '1497-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291641, 2339, '0333-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291642, 2338, '1497-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291643, 2339, '0333-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291644, 2338, '1497-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291645, 2339, '0333-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291646, 2338, '1497-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291647, 2339, '0333-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291648, 2338, '1497-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291649, 2339, '0333-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:53', '2023-10-31 16:06:53'),
(291650, 2338, '1497-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291651, 2339, '0333-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291652, 2338, '1497-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291653, 2339, '0333-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291654, 2338, '1497-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291655, 2339, '0333-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291656, 2338, '1497-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291657, 2339, '0333-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291658, 2338, '1497-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291659, 2339, '0334-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291660, 2338, '1497-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291661, 2339, '0334-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291662, 2338, '1497-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291663, 2339, '0334-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291664, 2338, '1498-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291665, 2339, '0334-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291666, 2338, '1498-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291667, 2339, '0334-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291668, 2338, '1498-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291669, 2339, '0334-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291670, 2338, '1498-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291671, 2339, '0334-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291672, 2338, '1498-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291673, 2339, '0334-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291674, 2338, '1498-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291675, 2339, '0334-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291676, 2338, '1498-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291677, 2339, '0334-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291678, 2338, '1498-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291679, 2339, '0334-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291680, 2338, '1498-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291681, 2339, '0334-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291682, 2338, '1498-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291683, 2339, '0335-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291684, 2338, '1498-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291685, 2339, '0335-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291686, 2338, '1498-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291687, 2339, '0335-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291688, 2338, '1499-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291689, 2339, '0335-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291690, 2338, '1499-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291691, 2339, '0335-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291692, 2338, '1499-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291693, 2339, '0335-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291694, 2338, '1499-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291695, 2339, '0335-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291696, 2338, '1499-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291697, 2339, '0335-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291698, 2338, '1499-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291699, 2339, '0335-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291700, 2338, '1499-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291701, 2339, '0335-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291702, 2338, '1499-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291703, 2339, '0335-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291704, 2338, '1499-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291705, 2339, '0335-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291706, 2338, '1499-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291707, 2339, '0336-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291708, 2338, '1499-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291709, 2339, '0336-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291710, 2338, '1499-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291711, 2339, '0336-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291712, 2338, '1500-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291713, 2339, '0336-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291714, 2338, '1500-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291715, 2339, '0336-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291716, 2338, '1500-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291717, 2339, '0336-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291718, 2338, '1500-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291719, 2339, '0336-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291720, 2338, '1500-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291721, 2339, '0336-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291722, 2338, '1500-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291723, 2339, '0336-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291724, 2338, '1500-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291725, 2339, '0336-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291726, 2338, '1500-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291727, 2339, '0336-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291728, 2338, '1500-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291729, 2339, '0336-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291730, 2338, '1500-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291731, 2339, '0337-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291732, 2338, '1500-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291733, 2339, '0337-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291734, 2338, '1500-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291735, 2339, '0337-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291736, 2338, '1501-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291737, 2339, '0337-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291738, 2338, '1501-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291739, 2339, '0337-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291740, 2338, '1501-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291741, 2339, '0337-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291742, 2338, '1501-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291743, 2339, '0337-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291744, 2338, '1501-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291745, 2339, '0337-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291746, 2338, '1501-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291747, 2339, '0337-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(291748, 2338, '1501-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291749, 2339, '0337-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291750, 2338, '1501-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291751, 2339, '0337-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291752, 2338, '1501-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291753, 2339, '0337-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291754, 2338, '1501-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291755, 2339, '0338-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291756, 2338, '1501-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291757, 2339, '0338-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291758, 2338, '1501-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291759, 2339, '0338-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291760, 2338, '1502-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291761, 2339, '0338-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291762, 2338, '1502-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291763, 2339, '0338-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291764, 2338, '1502-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291765, 2339, '0338-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291766, 2338, '1502-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291767, 2339, '0338-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291768, 2338, '1502-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291769, 2339, '0338-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291770, 2338, '1502-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291771, 2339, '0338-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291772, 2338, '1502-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291773, 2339, '0338-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291774, 2338, '1502-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291775, 2339, '0338-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291776, 2338, '1502-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291777, 2339, '0338-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291778, 2338, '1502-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291779, 2339, '0339-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291780, 2338, '1502-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291781, 2339, '0339-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291782, 2338, '1502-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291783, 2339, '0339-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291784, 2338, '1503-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291785, 2339, '0339-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291786, 2338, '1503-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291787, 2339, '0339-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291788, 2338, '1503-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291789, 2339, '0339-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291790, 2338, '1503-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291791, 2339, '0339-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291792, 2338, '1503-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291793, 2339, '0339-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291794, 2338, '1503-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291795, 2339, '0339-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291796, 2338, '1503-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291797, 2339, '0339-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291798, 2338, '1503-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291799, 2339, '0339-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291800, 2338, '1503-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291801, 2339, '0339-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291802, 2338, '1503-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291803, 2339, '0340-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291804, 2338, '1503-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291805, 2339, '0340-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291806, 2338, '1503-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291807, 2339, '0340-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291808, 2338, '1504-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291809, 2339, '0340-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291810, 2338, '1504-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291811, 2339, '0340-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291812, 2338, '1504-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291813, 2339, '0340-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291814, 2338, '1504-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291815, 2339, '0340-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291816, 2338, '1504-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291817, 2339, '0340-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291818, 2338, '1504-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291819, 2339, '0340-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291820, 2338, '1504-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291821, 2339, '0340-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291822, 2338, '1504-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291823, 2339, '0340-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291824, 2338, '1504-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291825, 2339, '0340-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291826, 2338, '1504-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291827, 2339, '0341-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291828, 2338, '1504-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291829, 2339, '0341-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291830, 2338, '1504-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291831, 2339, '0341-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291832, 2338, '1505-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291833, 2339, '0341-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291834, 2338, '1505-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291835, 2339, '0341-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291836, 2338, '1505-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291837, 2339, '0341-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291838, 2338, '1505-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291839, 2339, '0341-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291840, 2338, '1505-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291841, 2339, '0341-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291842, 2338, '1505-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291843, 2339, '0341-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291844, 2338, '1505-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291845, 2339, '0341-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291846, 2338, '1505-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291847, 2339, '0341-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291848, 2338, '1505-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291849, 2339, '0341-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291850, 2338, '1505-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291851, 2339, '0342-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291852, 2338, '1505-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291853, 2339, '0342-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291854, 2338, '1505-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291855, 2339, '0342-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291856, 2338, '1506-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291857, 2339, '0342-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291858, 2338, '1506-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291859, 2339, '0342-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291860, 2338, '1506-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291861, 2339, '0342-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291862, 2338, '1506-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291863, 2339, '0342-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291864, 2338, '1506-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291865, 2339, '0342-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291866, 2338, '1506-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291867, 2339, '0342-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291868, 2338, '1506-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291869, 2339, '0342-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291870, 2338, '1506-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291871, 2339, '0342-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291872, 2338, '1506-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291873, 2339, '0342-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291874, 2338, '1506-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291875, 2339, '0343-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291876, 2338, '1506-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291877, 2339, '0343-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291878, 2338, '1506-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291879, 2339, '0343-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291880, 2338, '1507-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291881, 2339, '0343-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291882, 2338, '1507-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291883, 2339, '0343-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291884, 2338, '1507-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291885, 2339, '0343-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291886, 2338, '1507-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291887, 2339, '0343-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291888, 2338, '1507-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291889, 2339, '0343-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291890, 2338, '1507-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291891, 2339, '0343-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291892, 2338, '1507-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291893, 2339, '0343-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291894, 2338, '1507-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291895, 2339, '0343-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291896, 2338, '1507-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291897, 2339, '0343-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291898, 2338, '1507-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291899, 2339, '0344-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291900, 2338, '1507-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291901, 2339, '0344-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291902, 2338, '1507-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291903, 2339, '0344-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291904, 2338, '1508-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291905, 2339, '0344-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291906, 2338, '1508-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291907, 2339, '0344-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291908, 2338, '1508-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291909, 2339, '0344-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291910, 2338, '1508-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291911, 2339, '0344-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291912, 2338, '1508-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291913, 2339, '0344-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291914, 2338, '1508-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291915, 2339, '0344-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291916, 2338, '1508-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291917, 2339, '0344-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291918, 2338, '1508-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291919, 2339, '0344-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:54', '2023-10-31 16:06:54'),
(291920, 2338, '1508-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(291921, 2339, '0344-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(291922, 2338, '1508-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(291923, 2339, '0345-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(291924, 2338, '1508-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(291925, 2339, '0345-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(291926, 2338, '1508-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(291927, 2339, '0345-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(291928, 2338, '1509-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(291929, 2339, '0345-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(291930, 2338, '1509-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(291931, 2339, '0345-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(291932, 2338, '1509-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(291933, 2339, '0345-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(291934, 2338, '1509-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(291935, 2339, '0345-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(291936, 2338, '1509-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(291937, 2339, '0345-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(291938, 2338, '1509-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(291939, 2339, '0345-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(291940, 2338, '1509-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(291941, 2339, '0345-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(291942, 2338, '1509-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(291943, 2339, '0345-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(291944, 2338, '1509-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(291945, 2339, '0345-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(291946, 2338, '1509-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(291947, 2339, '0346-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(291948, 2338, '1509-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(291949, 2339, '0346-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(291950, 2338, '1509-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(291951, 2339, '0346-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(291952, 2338, '1510-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(291953, 2339, '0346-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(291954, 2338, '1510-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(291955, 2339, '0346-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(291956, 2338, '1510-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(291957, 2339, '0346-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(291958, 2338, '1510-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(291959, 2339, '0346-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(291960, 2338, '1510-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(291961, 2339, '0346-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(291962, 2338, '1510-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(291963, 2339, '0346-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(291964, 2338, '1510-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(291965, 2339, '0346-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(291966, 2338, '1510-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(291967, 2339, '0346-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(291968, 2338, '1510-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(291969, 2339, '0346-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(291970, 2338, '1510-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(291971, 2339, '0347-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(291972, 2338, '1510-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(291973, 2339, '0347-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(291974, 2338, '1510-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(291975, 2339, '0347-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(291976, 2338, '1511-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(291977, 2339, '0347-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(291978, 2338, '1511-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(291979, 2339, '0347-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(291980, 2338, '1511-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(291981, 2339, '0347-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(291982, 2338, '1511-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(291983, 2339, '0347-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(291984, 2338, '1511-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(291985, 2339, '0347-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(291986, 2338, '1511-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(291987, 2339, '0347-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(291988, 2338, '1511-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(291989, 2339, '0347-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(291990, 2338, '1511-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(291991, 2339, '0347-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(291992, 2338, '1511-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(291993, 2339, '0347-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(291994, 2338, '1511-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(291995, 2339, '0348-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(291996, 2338, '1511-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(291997, 2339, '0348-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(291998, 2338, '1511-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(291999, 2339, '0348-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(292000, 2338, '1512-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(292001, 2339, '0348-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(292002, 2338, '1512-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(292003, 2339, '0348-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(292004, 2338, '1512-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(292005, 2339, '0348-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(292006, 2338, '1512-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(292007, 2339, '0348-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(292008, 2338, '1512-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(292009, 2339, '0348-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(292010, 2338, '1512-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(292011, 2339, '0348-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(292012, 2338, '1512-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(292013, 2339, '0348-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(292014, 2338, '1512-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(292015, 2339, '0348-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(292016, 2338, '1512-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(292017, 2339, '0348-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(292018, 2338, '1512-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(292019, 2339, '0349-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(292020, 2338, '1512-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(292021, 2339, '0349-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(292022, 2338, '1512-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(292023, 2339, '0349-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(292024, 2338, '1513-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(292025, 2339, '0349-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(292026, 2338, '1513-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(292027, 2339, '0349-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(292028, 2338, '1513-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(292029, 2339, '0349-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(292030, 2338, '1513-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(292031, 2339, '0349-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(292032, 2338, '1513-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(292033, 2339, '0349-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(292034, 2338, '1513-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(292035, 2339, '0349-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(292036, 2338, '1513-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(292037, 2339, '0349-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(292038, 2338, '1513-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(292039, 2339, '0349-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(292040, 2338, '1513-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(292041, 2339, '0349-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(292042, 2338, '1513-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(292043, 2339, '0350-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(292044, 2338, '1513-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(292045, 2339, '0350-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(292046, 2338, '1513-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(292047, 2339, '0350-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(292048, 2338, '1514-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(292049, 2339, '0350-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(292050, 2338, '1514-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(292051, 2339, '0350-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(292052, 2338, '1514-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(292053, 2339, '0350-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(292054, 2338, '1514-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(292055, 2339, '0350-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(292056, 2338, '1514-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(292057, 2339, '0350-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(292058, 2338, '1514-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(292059, 2339, '0350-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(292060, 2338, '1514-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(292061, 2339, '0350-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(292062, 2338, '1514-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(292063, 2339, '0350-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(292064, 2338, '1514-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(292065, 2339, '0350-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(292066, 2338, '1514-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(292067, 2339, '0351-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(292068, 2338, '1514-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(292069, 2339, '0351-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(292070, 2338, '1514-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(292071, 2339, '0351-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(292072, 2338, '1515-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(292073, 2339, '0351-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(292074, 2338, '1515-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(292075, 2339, '0351-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(292076, 2338, '1515-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(292077, 2339, '0351-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(292078, 2338, '1515-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(292079, 2339, '0351-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(292080, 2338, '1515-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(292081, 2339, '0351-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(292082, 2338, '1515-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(292083, 2339, '0351-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(292084, 2338, '1515-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(292085, 2339, '0351-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(292086, 2338, '1515-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(292087, 2339, '0351-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(292088, 2338, '1515-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(292089, 2339, '0351-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(292090, 2338, '1515-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(292091, 2339, '0352-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(292092, 2338, '1515-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(292093, 2339, '0352-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(292094, 2338, '1515-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(292095, 2339, '0352-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(292096, 2338, '1516-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(292097, 2339, '0352-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(292098, 2338, '1516-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(292099, 2339, '0352-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(292100, 2338, '1516-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(292101, 2339, '0352-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(292102, 2338, '1516-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(292103, 2339, '0352-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(292104, 2338, '1516-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(292105, 2339, '0352-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(292106, 2338, '1516-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(292107, 2339, '0352-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(292108, 2338, '1516-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(292109, 2339, '0352-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(292110, 2338, '1516-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(292111, 2339, '0352-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(292112, 2338, '1516-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(292113, 2339, '0352-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(292114, 2338, '1516-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(292115, 2339, '0353-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(292116, 2338, '1516-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(292117, 2339, '0353-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(292118, 2338, '1516-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(292119, 2339, '0353-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(292120, 2338, '1517-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(292121, 2339, '0353-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(292122, 2338, '1517-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(292123, 2339, '0353-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(292124, 2338, '1517-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(292125, 2339, '0353-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(292126, 2338, '1517-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(292127, 2339, '0353-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(292128, 2338, '1517-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(292129, 2339, '0353-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(292130, 2338, '1517-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(292131, 2339, '0353-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(292132, 2338, '1517-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(292133, 2339, '0353-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(292134, 2338, '1517-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(292135, 2339, '0353-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(292136, 2338, '1517-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(292137, 2339, '0353-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(292138, 2338, '1517-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(292139, 2339, '0354-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(292140, 2338, '1517-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(292141, 2339, '0354-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(292142, 2338, '1517-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(292143, 2339, '0354-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(292144, 2338, '1518-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(292145, 2339, '0354-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(292146, 2338, '1518-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(292147, 2339, '0354-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(292148, 2338, '1518-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(292149, 2339, '0354-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(292150, 2338, '1518-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(292151, 2339, '0354-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(292152, 2338, '1518-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(292153, 2339, '0354-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(292154, 2338, '1518-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(292155, 2339, '0354-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(292156, 2338, '1518-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(292157, 2339, '0354-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(292158, 2338, '1518-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(292159, 2339, '0354-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(292160, 2338, '1518-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(292161, 2339, '0354-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(292162, 2338, '1518-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(292163, 2339, '0355-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(292164, 2338, '1518-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(292165, 2339, '0355-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(292166, 2338, '1518-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(292167, 2339, '0355-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(292168, 2338, '1519-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(292169, 2339, '0355-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(292170, 2338, '1519-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:55', '2023-10-31 16:06:55'),
(292171, 2339, '0355-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292172, 2338, '1519-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292173, 2339, '0355-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292174, 2338, '1519-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292175, 2339, '0355-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292176, 2338, '1519-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292177, 2339, '0355-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292178, 2338, '1519-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292179, 2339, '0355-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292180, 2338, '1519-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292181, 2339, '0355-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292182, 2338, '1519-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292183, 2339, '0355-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292184, 2338, '1519-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292185, 2339, '0355-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292186, 2338, '1519-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292187, 2339, '0356-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292188, 2338, '1519-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292189, 2339, '0356-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292190, 2338, '1519-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292191, 2339, '0356-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292192, 2338, '1520-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292193, 2339, '0356-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292194, 2338, '1520-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292195, 2339, '0356-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292196, 2338, '1520-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292197, 2339, '0356-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292198, 2338, '1520-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292199, 2339, '0356-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292200, 2338, '1520-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292201, 2339, '0356-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292202, 2338, '1520-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292203, 2339, '0356-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292204, 2338, '1520-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292205, 2339, '0356-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292206, 2338, '1520-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292207, 2339, '0356-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292208, 2338, '1520-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292209, 2339, '0356-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292210, 2338, '1520-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292211, 2339, '0357-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292212, 2338, '1520-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(292213, 2339, '0357-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292214, 2338, '1520-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292215, 2339, '0357-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292216, 2338, '1521-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292217, 2339, '0357-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292218, 2338, '1521-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292219, 2339, '0357-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292220, 2338, '1521-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292221, 2339, '0357-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292222, 2338, '1521-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292223, 2339, '0357-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292224, 2338, '1521-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292225, 2339, '0357-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292226, 2338, '1521-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292227, 2339, '0357-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292228, 2338, '1521-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292229, 2339, '0357-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292230, 2338, '1521-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292231, 2339, '0357-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292232, 2338, '1521-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292233, 2339, '0357-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292234, 2338, '1521-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292235, 2339, '0358-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292236, 2338, '1521-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292237, 2339, '0358-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292238, 2338, '1521-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292239, 2339, '0358-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292240, 2338, '1522-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292241, 2339, '0358-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292242, 2338, '1522-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292243, 2339, '0358-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292244, 2338, '1522-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292245, 2339, '0358-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292246, 2338, '1522-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292247, 2339, '0358-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292248, 2338, '1522-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292249, 2339, '0358-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292250, 2338, '1522-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292251, 2339, '0358-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292252, 2338, '1522-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292253, 2339, '0358-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292254, 2338, '1522-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292255, 2339, '0358-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292256, 2338, '1522-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292257, 2339, '0358-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292258, 2338, '1522-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292259, 2339, '0359-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292260, 2338, '1522-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292261, 2339, '0359-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292262, 2338, '1522-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292263, 2339, '0359-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292264, 2338, '1523-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292265, 2339, '0359-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292266, 2338, '1523-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292267, 2339, '0359-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292268, 2338, '1523-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292269, 2339, '0359-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292270, 2338, '1523-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292271, 2339, '0359-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292272, 2338, '1523-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292273, 2339, '0359-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292274, 2338, '1523-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292275, 2339, '0359-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292276, 2338, '1523-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292277, 2339, '0359-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292278, 2338, '1523-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292279, 2339, '0359-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292280, 2338, '1523-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292281, 2339, '0359-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292282, 2338, '1523-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292283, 2339, '0360-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292284, 2338, '1523-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292285, 2339, '0360-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292286, 2338, '1523-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292287, 2339, '0360-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292288, 2338, '1524-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292289, 2339, '0360-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292290, 2338, '1524-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292291, 2339, '0360-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292292, 2338, '1524-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292293, 2339, '0360-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292294, 2338, '1524-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292295, 2339, '0360-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292296, 2338, '1524-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292297, 2339, '0360-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292298, 2338, '1524-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292299, 2339, '0360-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292300, 2338, '1524-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292301, 2339, '0360-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292302, 2338, '1524-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292303, 2339, '0360-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292304, 2338, '1524-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292305, 2339, '0360-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292306, 2338, '1524-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292307, 2339, '0361-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292308, 2338, '1524-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292309, 2339, '0361-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292310, 2338, '1524-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292311, 2339, '0361-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292312, 2338, '1525-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292313, 2339, '0361-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292314, 2338, '1525-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292315, 2339, '0361-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292316, 2338, '1525-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292317, 2339, '0361-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292318, 2338, '1525-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292319, 2339, '0361-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292320, 2338, '1525-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292321, 2339, '0361-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292322, 2338, '1525-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292323, 2339, '0361-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292324, 2338, '1525-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292325, 2339, '0361-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292326, 2338, '1525-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292327, 2339, '0361-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292328, 2338, '1525-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292329, 2339, '0361-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292330, 2338, '1525-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292331, 2339, '0362-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292332, 2338, '1525-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292333, 2339, '0362-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292334, 2338, '1525-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292335, 2339, '0362-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292336, 2338, '1526-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292337, 2339, '0362-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292338, 2338, '1526-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292339, 2339, '0362-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292340, 2338, '1526-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292341, 2339, '0362-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292342, 2338, '1526-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292343, 2339, '0362-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292344, 2338, '1526-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292345, 2339, '0362-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292346, 2338, '1526-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292347, 2339, '0362-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292348, 2338, '1526-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292349, 2339, '0362-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292350, 2338, '1526-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292351, 2339, '0362-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292352, 2338, '1526-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292353, 2339, '0362-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292354, 2338, '1526-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292355, 2339, '0363-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292356, 2338, '1526-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292357, 2339, '0363-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292358, 2338, '1526-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292359, 2339, '0363-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292360, 2338, '1527-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292361, 2339, '0363-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292362, 2338, '1527-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292363, 2339, '0363-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292364, 2338, '1527-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292365, 2339, '0363-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292366, 2338, '1527-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292367, 2339, '0363-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292368, 2338, '1527-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292369, 2339, '0363-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292370, 2338, '1527-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292371, 2339, '0363-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292372, 2338, '1527-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292373, 2339, '0363-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292374, 2338, '1527-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292375, 2339, '0363-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292376, 2338, '1527-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292377, 2339, '0363-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292378, 2338, '1527-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292379, 2339, '0364-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292380, 2338, '1527-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292381, 2339, '0364-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292382, 2338, '1527-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292383, 2339, '0364-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292384, 2338, '1528-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292385, 2339, '0364-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292386, 2338, '1528-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292387, 2339, '0364-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292388, 2338, '1528-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292389, 2339, '0364-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292390, 2338, '1528-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292391, 2339, '0364-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292392, 2338, '1528-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292393, 2339, '0364-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292394, 2338, '1528-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292395, 2339, '0364-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292396, 2338, '1528-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292397, 2339, '0364-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292398, 2338, '1528-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292399, 2339, '0364-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292400, 2338, '1528-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292401, 2339, '0364-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292402, 2338, '1528-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292403, 2339, '0365-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292404, 2338, '1528-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292405, 2339, '0365-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292406, 2338, '1528-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292407, 2339, '0365-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292408, 2338, '1529-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292409, 2339, '0365-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292410, 2338, '1529-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292411, 2339, '0365-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292412, 2338, '1529-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292413, 2339, '0365-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292414, 2338, '1529-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292415, 2339, '0365-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292416, 2338, '1529-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292417, 2339, '0365-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292418, 2338, '1529-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292419, 2339, '0365-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292420, 2338, '1529-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292421, 2339, '0365-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292422, 2338, '1529-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292423, 2339, '0365-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292424, 2338, '1529-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292425, 2339, '0365-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292426, 2338, '1529-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292427, 2339, '0366-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:56', '2023-10-31 16:06:56'),
(292428, 2338, '1529-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292429, 2339, '0366-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292430, 2338, '1529-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292431, 2339, '0366-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292432, 2338, '1530-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292433, 2339, '0366-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292434, 2338, '1530-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292435, 2339, '0366-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292436, 2338, '1530-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292437, 2339, '0366-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292438, 2338, '1530-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292439, 2339, '0366-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292440, 2338, '1530-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292441, 2339, '0366-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292442, 2338, '1530-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292443, 2339, '0366-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292444, 2338, '1530-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292445, 2339, '0366-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292446, 2338, '1530-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292447, 2339, '0366-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292448, 2338, '1530-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292449, 2339, '0366-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292450, 2338, '1530-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292451, 2339, '0367-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292452, 2338, '1530-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292453, 2339, '0367-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292454, 2338, '1530-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292455, 2339, '0367-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292456, 2338, '1531-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292457, 2339, '0367-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292458, 2338, '1531-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292459, 2339, '0367-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292460, 2338, '1531-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292461, 2339, '0367-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292462, 2338, '1531-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292463, 2339, '0367-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292464, 2338, '1531-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292465, 2339, '0367-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292466, 2338, '1531-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292467, 2339, '0367-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292468, 2338, '1531-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292469, 2339, '0367-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292470, 2338, '1531-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292471, 2339, '0367-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292472, 2338, '1531-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292473, 2339, '0367-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292474, 2338, '1531-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292475, 2339, '0368-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292476, 2338, '1531-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292477, 2339, '0368-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292478, 2338, '1531-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292479, 2339, '0368-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292480, 2338, '1532-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292481, 2339, '0368-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292482, 2338, '1532-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292483, 2339, '0368-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292484, 2338, '1532-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292485, 2339, '0368-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292486, 2338, '1532-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292487, 2339, '0368-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292488, 2338, '1532-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292489, 2339, '0368-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292490, 2338, '1532-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292491, 2339, '0368-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292492, 2338, '1532-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292493, 2339, '0368-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292494, 2338, '1532-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292495, 2339, '0368-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292496, 2338, '1532-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292497, 2339, '0368-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292498, 2338, '1532-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292499, 2339, '0369-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292500, 2338, '1532-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292501, 2339, '0369-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292502, 2338, '1532-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292503, 2339, '0369-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292504, 2338, '1533-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292505, 2339, '0369-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292506, 2338, '1533-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292507, 2339, '0369-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292508, 2338, '1533-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292509, 2339, '0369-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292510, 2338, '1533-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292511, 2339, '0369-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292512, 2338, '1533-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292513, 2339, '0369-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292514, 2338, '1533-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292515, 2339, '0369-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292516, 2338, '1533-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292517, 2339, '0369-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292518, 2338, '1533-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292519, 2339, '0369-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292520, 2338, '1533-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292521, 2339, '0369-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292522, 2338, '1533-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292523, 2339, '0370-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292524, 2338, '1533-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292525, 2339, '0370-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292526, 2338, '1533-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292527, 2339, '0370-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292528, 2338, '1534-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292529, 2339, '0370-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292530, 2338, '1534-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292531, 2339, '0370-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292532, 2338, '1534-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292533, 2339, '0370-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292534, 2338, '1534-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292535, 2339, '0370-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292536, 2338, '1534-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292537, 2339, '0370-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292538, 2338, '1534-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292539, 2339, '0370-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292540, 2338, '1534-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292541, 2339, '0370-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292542, 2338, '1534-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292543, 2339, '0370-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292544, 2338, '1534-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292545, 2339, '0370-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292546, 2338, '1534-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292547, 2339, '0371-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292548, 2338, '1534-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292549, 2339, '0371-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292550, 2338, '1534-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292551, 2339, '0371-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292552, 2338, '1535-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292553, 2339, '0371-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292554, 2338, '1535-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292555, 2339, '0371-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292556, 2338, '1535-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292557, 2339, '0371-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292558, 2338, '1535-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292559, 2339, '0371-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292560, 2338, '1535-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292561, 2339, '0371-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292562, 2338, '1535-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292563, 2339, '0371-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292564, 2338, '1535-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292565, 2339, '0371-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292566, 2338, '1535-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292567, 2339, '0371-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292568, 2338, '1535-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292569, 2339, '0371-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292570, 2338, '1535-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292571, 2339, '0372-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292572, 2338, '1535-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292573, 2339, '0372-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292574, 2338, '1535-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292575, 2339, '0372-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292576, 2338, '1536-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292577, 2339, '0372-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292578, 2338, '1536-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292579, 2339, '0372-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292580, 2338, '1536-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292581, 2339, '0372-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292582, 2338, '1536-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292583, 2339, '0372-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292584, 2338, '1536-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292585, 2339, '0372-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292586, 2338, '1536-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292587, 2339, '0372-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292588, 2338, '1536-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292589, 2339, '0372-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292590, 2338, '1536-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292591, 2339, '0372-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292592, 2338, '1536-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292593, 2339, '0372-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292594, 2338, '1536-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292595, 2339, '0373-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292596, 2338, '1536-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292597, 2339, '0373-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292598, 2338, '1536-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292599, 2339, '0373-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292600, 2338, '1537-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292601, 2339, '0373-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292602, 2338, '1537-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292603, 2339, '0373-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292604, 2338, '1537-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292605, 2339, '0373-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292606, 2338, '1537-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292607, 2339, '0373-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292608, 2338, '1537-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292609, 2339, '0373-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292610, 2338, '1537-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292611, 2339, '0373-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292612, 2338, '1537-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292613, 2339, '0373-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292614, 2338, '1537-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292615, 2339, '0373-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292616, 2338, '1537-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292617, 2339, '0373-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292618, 2338, '1537-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292619, 2339, '0374-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292620, 2338, '1537-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292621, 2339, '0374-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292622, 2338, '1537-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292623, 2339, '0374-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292624, 2338, '1538-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292625, 2339, '0374-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292626, 2338, '1538-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292627, 2339, '0374-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292628, 2338, '1538-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292629, 2339, '0374-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292630, 2338, '1538-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292631, 2339, '0374-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292632, 2338, '1538-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292633, 2339, '0374-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292634, 2338, '1538-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292635, 2339, '0374-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292636, 2338, '1538-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292637, 2339, '0374-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292638, 2338, '1538-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292639, 2339, '0374-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292640, 2338, '1538-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292641, 2339, '0374-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292642, 2338, '1538-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292643, 2339, '0375-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292644, 2338, '1538-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292645, 2339, '0375-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292646, 2338, '1538-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292647, 2339, '0375-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292648, 2338, '1539-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292649, 2339, '0375-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292650, 2338, '1539-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292651, 2339, '0375-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292652, 2338, '1539-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292653, 2339, '0375-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292654, 2338, '1539-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292655, 2339, '0375-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292656, 2338, '1539-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292657, 2339, '0375-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292658, 2338, '1539-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292659, 2339, '0375-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292660, 2338, '1539-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292661, 2339, '0375-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292662, 2338, '1539-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292663, 2339, '0375-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292664, 2338, '1539-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292665, 2339, '0375-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292666, 2338, '1539-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292667, 2339, '0376-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292668, 2338, '1539-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292669, 2339, '0376-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292670, 2338, '1539-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292671, 2339, '0376-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292672, 2338, '1540-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292673, 2339, '0376-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292674, 2338, '1540-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292675, 2339, '0376-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292676, 2338, '1540-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292677, 2339, '0376-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(292678, 2338, '1540-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292679, 2339, '0376-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:57', '2023-10-31 16:06:57'),
(292680, 2338, '1540-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292681, 2339, '0376-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292682, 2338, '1540-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292683, 2339, '0376-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292684, 2338, '1540-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292685, 2339, '0376-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292686, 2338, '1540-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292687, 2339, '0376-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292688, 2338, '1540-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292689, 2339, '0376-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292690, 2338, '1540-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292691, 2339, '0377-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292692, 2338, '1540-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292693, 2339, '0377-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292694, 2338, '1540-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292695, 2339, '0377-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292696, 2338, '1541-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292697, 2339, '0377-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292698, 2338, '1541-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292699, 2339, '0377-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292700, 2338, '1541-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292701, 2339, '0377-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292702, 2338, '1541-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292703, 2339, '0377-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292704, 2338, '1541-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292705, 2339, '0377-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292706, 2338, '1541-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292707, 2339, '0377-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292708, 2338, '1541-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292709, 2339, '0377-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292710, 2338, '1541-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292711, 2339, '0377-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292712, 2338, '1541-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292713, 2339, '0377-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292714, 2338, '1541-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292715, 2339, '0378-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292716, 2338, '1541-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292717, 2339, '0378-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292718, 2338, '1541-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292719, 2339, '0378-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292720, 2338, '1542-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292721, 2339, '0378-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292722, 2338, '1542-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292723, 2339, '0378-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292724, 2338, '1542-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292725, 2339, '0378-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292726, 2338, '1542-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292727, 2339, '0378-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292728, 2338, '1542-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292729, 2339, '0378-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292730, 2338, '1542-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292731, 2339, '0378-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292732, 2338, '1542-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292733, 2339, '0378-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292734, 2338, '1542-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292735, 2339, '0378-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292736, 2338, '1542-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292737, 2339, '0378-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292738, 2338, '1542-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292739, 2339, '0379-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292740, 2338, '1542-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292741, 2339, '0379-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292742, 2338, '1542-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292743, 2339, '0379-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292744, 2338, '1543-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292745, 2339, '0379-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292746, 2338, '1543-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292747, 2339, '0379-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292748, 2338, '1543-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292749, 2339, '0379-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292750, 2338, '1543-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292751, 2339, '0379-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292752, 2338, '1543-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292753, 2339, '0379-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292754, 2338, '1543-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292755, 2339, '0379-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292756, 2338, '1543-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292757, 2339, '0379-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292758, 2338, '1543-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292759, 2339, '0379-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292760, 2338, '1543-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292761, 2339, '0379-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292762, 2338, '1543-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292763, 2339, '0380-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292764, 2338, '1543-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292765, 2339, '0380-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292766, 2338, '1543-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292767, 2339, '0380-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292768, 2338, '1544-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292769, 2339, '0380-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292770, 2338, '1544-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292771, 2339, '0380-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292772, 2338, '1544-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292773, 2339, '0380-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292774, 2338, '1544-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292775, 2339, '0380-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292776, 2338, '1544-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292777, 2339, '0380-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292778, 2338, '1544-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292779, 2339, '0380-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292780, 2338, '1544-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292781, 2339, '0380-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292782, 2338, '1544-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292783, 2339, '0380-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292784, 2338, '1544-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292785, 2339, '0380-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292786, 2338, '1544-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292787, 2339, '0381-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292788, 2338, '1544-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292789, 2339, '0381-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292790, 2338, '1544-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292791, 2339, '0381-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292792, 2338, '1545-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292793, 2339, '0381-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292794, 2338, '1545-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292795, 2339, '0381-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292796, 2338, '1545-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292797, 2339, '0381-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292798, 2338, '1545-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292799, 2339, '0381-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292800, 2338, '1545-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292801, 2339, '0381-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292802, 2338, '1545-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292803, 2339, '0381-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292804, 2338, '1545-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292805, 2339, '0381-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292806, 2338, '1545-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292807, 2339, '0381-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292808, 2338, '1545-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292809, 2339, '0381-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292810, 2338, '1545-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292811, 2339, '0382-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292812, 2338, '1545-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292813, 2339, '0382-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292814, 2338, '1545-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292815, 2339, '0382-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292816, 2338, '1546-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292817, 2339, '0382-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292818, 2338, '1546-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292819, 2339, '0382-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292820, 2338, '1546-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292821, 2339, '0382-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292822, 2338, '1546-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292823, 2339, '0382-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292824, 2338, '1546-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292825, 2339, '0382-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292826, 2338, '1546-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292827, 2339, '0382-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292828, 2338, '1546-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292829, 2339, '0382-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292830, 2338, '1546-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292831, 2339, '0382-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292832, 2338, '1546-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292833, 2339, '0382-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292834, 2338, '1546-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292835, 2339, '0383-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292836, 2338, '1546-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292837, 2339, '0383-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292838, 2338, '1546-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292839, 2339, '0383-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292840, 2338, '1547-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292841, 2339, '0383-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292842, 2338, '1547-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292843, 2339, '0383-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292844, 2338, '1547-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292845, 2339, '0383-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292846, 2338, '1547-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292847, 2339, '0383-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292848, 2338, '1547-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292849, 2339, '0383-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292850, 2338, '1547-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292851, 2339, '0383-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292852, 2338, '1547-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292853, 2339, '0383-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292854, 2338, '1547-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292855, 2339, '0383-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292856, 2338, '1547-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292857, 2339, '0383-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292858, 2338, '1547-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292859, 2339, '0384-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292860, 2338, '1547-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292861, 2339, '0384-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292862, 2338, '1547-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292863, 2339, '0384-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292864, 2338, '1548-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292865, 2339, '0384-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292866, 2338, '1548-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292867, 2339, '0384-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292868, 2338, '1548-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292869, 2339, '0384-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292870, 2338, '1548-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292871, 2339, '0384-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292872, 2338, '1548-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292873, 2339, '0384-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292874, 2338, '1548-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292875, 2339, '0384-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292876, 2338, '1548-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292877, 2339, '0384-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292878, 2338, '1548-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292879, 2339, '0384-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292880, 2338, '1548-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292881, 2339, '0384-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292882, 2338, '1548-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292883, 2339, '0385-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292884, 2338, '1548-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292885, 2339, '0385-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292886, 2338, '1548-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292887, 2339, '0385-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292888, 2338, '1549-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292889, 2339, '0385-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292890, 2338, '1549-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292891, 2339, '0385-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292892, 2338, '1549-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292893, 2339, '0385-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292894, 2338, '1549-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292895, 2339, '0385-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292896, 2338, '1549-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292897, 2339, '0385-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292898, 2338, '1549-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292899, 2339, '0385-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292900, 2338, '1549-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292901, 2339, '0385-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292902, 2338, '1549-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292903, 2339, '0385-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292904, 2338, '1549-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292905, 2339, '0385-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292906, 2338, '1549-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292907, 2339, '0386-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292908, 2338, '1549-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292909, 2339, '0386-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292910, 2338, '1549-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292911, 2339, '0386-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292912, 2338, '1550-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292913, 2339, '0386-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292914, 2338, '1550-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292915, 2339, '0386-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292916, 2338, '1550-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292917, 2339, '0386-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292918, 2338, '1550-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292919, 2339, '0386-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292920, 2338, '1550-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292921, 2339, '0386-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292922, 2338, '1550-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292923, 2339, '0386-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292924, 2338, '1550-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292925, 2339, '0386-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292926, 2338, '1550-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292927, 2339, '0386-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292928, 2338, '1550-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292929, 2339, '0386-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292930, 2338, '1550-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292931, 2339, '0387-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292932, 2338, '1550-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292933, 2339, '0387-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292934, 2338, '1550-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292935, 2339, '0387-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292936, 2338, '1551-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292937, 2339, '0387-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292938, 2338, '1551-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292939, 2339, '0387-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292940, 2338, '1551-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292941, 2339, '0387-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292942, 2338, '1551-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292943, 2339, '0387-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292944, 2338, '1551-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292945, 2339, '0387-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292946, 2338, '1551-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:58', '2023-10-31 16:06:58'),
(292947, 2339, '0387-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(292948, 2338, '1551-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(292949, 2339, '0387-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(292950, 2338, '1551-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(292951, 2339, '0387-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(292952, 2338, '1551-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(292953, 2339, '0387-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(292954, 2338, '1551-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(292955, 2339, '0388-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(292956, 2338, '1551-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(292957, 2339, '0388-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(292958, 2338, '1551-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(292959, 2339, '0388-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(292960, 2338, '1552-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(292961, 2339, '0388-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(292962, 2338, '1552-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(292963, 2339, '0388-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(292964, 2338, '1552-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(292965, 2339, '0388-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(292966, 2338, '1552-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(292967, 2339, '0388-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(292968, 2338, '1552-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(292969, 2339, '0388-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(292970, 2338, '1552-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(292971, 2339, '0388-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(292972, 2338, '1552-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(292973, 2339, '0388-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(292974, 2338, '1552-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(292975, 2339, '0388-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(292976, 2338, '1552-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(292977, 2339, '0388-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(292978, 2338, '1552-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(292979, 2339, '0389-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(292980, 2338, '1552-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(292981, 2339, '0389-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(292982, 2338, '1552-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(292983, 2339, '0389-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(292984, 2338, '1553-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(292985, 2339, '0389-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(292986, 2338, '1553-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(292987, 2339, '0389-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(292988, 2338, '1553-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(292989, 2339, '0389-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(292990, 2338, '1553-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(292991, 2339, '0389-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(292992, 2338, '1553-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(292993, 2339, '0389-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(292994, 2338, '1553-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(292995, 2339, '0389-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(292996, 2338, '1553-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(292997, 2339, '0389-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(292998, 2338, '1553-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(292999, 2339, '0389-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(293000, 2338, '1553-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(293001, 2339, '0389-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(293002, 2338, '1553-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(293003, 2339, '0390-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(293004, 2338, '1553-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(293005, 2339, '0390-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(293006, 2338, '1553-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(293007, 2339, '0390-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(293008, 2338, '1554-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(293009, 2339, '0390-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(293010, 2338, '1554-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(293011, 2339, '0390-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(293012, 2338, '1554-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(293013, 2339, '0390-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(293014, 2338, '1554-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(293015, 2339, '0390-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(293016, 2338, '1554-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(293017, 2339, '0390-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(293018, 2338, '1554-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(293019, 2339, '0390-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(293020, 2338, '1554-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(293021, 2339, '0390-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(293022, 2338, '1554-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(293023, 2339, '0390-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(293024, 2338, '1554-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(293025, 2339, '0390-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(293026, 2338, '1554-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(293027, 2339, '0391-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(293028, 2338, '1554-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(293029, 2339, '0391-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(293030, 2338, '1554-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(293031, 2339, '0391-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(293032, 2338, '1555-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(293033, 2339, '0391-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(293034, 2338, '1555-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(293035, 2339, '0391-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(293036, 2338, '1555-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(293037, 2339, '0391-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(293038, 2338, '1555-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(293039, 2339, '0391-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(293040, 2338, '1555-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(293041, 2339, '0391-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(293042, 2338, '1555-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(293043, 2339, '0391-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(293044, 2338, '1555-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(293045, 2339, '0391-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(293046, 2338, '1555-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(293047, 2339, '0391-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(293048, 2338, '1555-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(293049, 2339, '0391-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(293050, 2338, '1555-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(293051, 2339, '0392-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(293052, 2338, '1555-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(293053, 2339, '0392-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(293054, 2338, '1555-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(293055, 2339, '0392-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(293056, 2338, '1556-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(293057, 2339, '0392-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(293058, 2338, '1556-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(293059, 2339, '0392-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(293060, 2338, '1556-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(293061, 2339, '0392-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(293062, 2338, '1556-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(293063, 2339, '0392-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(293064, 2338, '1556-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(293065, 2339, '0392-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(293066, 2338, '1556-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(293067, 2339, '0392-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(293068, 2338, '1556-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(293069, 2339, '0392-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(293070, 2338, '1556-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(293071, 2339, '0392-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(293072, 2338, '1556-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(293073, 2339, '0392-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(293074, 2338, '1556-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(293075, 2339, '0393-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(293076, 2338, '1556-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(293077, 2339, '0393-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(293078, 2338, '1556-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(293079, 2339, '0393-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(293080, 2338, '1557-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(293081, 2339, '0393-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(293082, 2338, '1557-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(293083, 2339, '0393-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(293084, 2338, '1557-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(293085, 2339, '0393-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(293086, 2338, '1557-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(293087, 2339, '0393-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(293088, 2338, '1557-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(293089, 2339, '0393-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(293090, 2338, '1557-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(293091, 2339, '0393-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(293092, 2338, '1557-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(293093, 2339, '0393-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(293094, 2338, '1557-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(293095, 2339, '0393-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(293096, 2338, '1557-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(293097, 2339, '0393-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(293098, 2338, '1557-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(293099, 2339, '0394-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(293100, 2338, '1557-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(293101, 2339, '0394-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(293102, 2338, '1557-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(293103, 2339, '0394-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(293104, 2338, '1558-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(293105, 2339, '0394-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(293106, 2338, '1558-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(293107, 2339, '0394-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(293108, 2338, '1558-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(293109, 2339, '0394-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(293110, 2338, '1558-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(293111, 2339, '0394-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(293112, 2338, '1558-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(293113, 2339, '0394-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(293114, 2338, '1558-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(293115, 2339, '0394-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(293116, 2338, '1558-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(293117, 2339, '0394-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(293118, 2338, '1558-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(293119, 2339, '0394-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(293120, 2338, '1558-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(293121, 2339, '0394-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(293122, 2338, '1558-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(293123, 2339, '0395-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(293124, 2338, '1558-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(293125, 2339, '0395-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(293126, 2338, '1558-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(293127, 2339, '0395-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(293128, 2338, '1559-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(293129, 2339, '0395-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(293130, 2338, '1559-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(293131, 2339, '0395-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(293132, 2338, '1559-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(293133, 2339, '0395-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(293134, 2338, '1559-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(293135, 2339, '0395-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(293136, 2338, '1559-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(293137, 2339, '0395-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(293138, 2338, '1559-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(293139, 2339, '0395-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(293140, 2338, '1559-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(293141, 2339, '0395-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(293142, 2338, '1559-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(293143, 2339, '0395-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(293144, 2338, '1559-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(293145, 2339, '0395-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(293146, 2338, '1559-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(293147, 2339, '0396-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(293148, 2338, '1559-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(293149, 2339, '0396-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(293150, 2338, '1559-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(293151, 2339, '0396-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(293152, 2338, '1560-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(293153, 2339, '0396-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(293154, 2338, '1560-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(293155, 2339, '0396-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(293156, 2338, '1560-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(293157, 2339, '0396-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(293158, 2338, '1560-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(293159, 2339, '0396-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(293160, 2338, '1560-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(293161, 2339, '0396-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(293162, 2338, '1560-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(293163, 2339, '0396-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(293164, 2338, '1560-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(293165, 2339, '0396-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(293166, 2338, '1560-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(293167, 2339, '0396-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(293168, 2338, '1560-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(293169, 2339, '0396-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(293170, 2338, '1560-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(293171, 2339, '0397-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(293172, 2338, '1560-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(293173, 2339, '0397-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(293174, 2338, '1560-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(293175, 2339, '0397-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(293176, 2338, '1561-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(293177, 2339, '0397-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(293178, 2338, '1561-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(293179, 2339, '0397-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(293180, 2338, '1561-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(293181, 2339, '0397-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(293182, 2338, '1561-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(293183, 2339, '0397-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(293184, 2338, '1561-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(293185, 2339, '0397-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(293186, 2338, '1561-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(293187, 2339, '0397-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(293188, 2338, '1561-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(293189, 2339, '0397-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(293190, 2338, '1561-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(293191, 2339, '0397-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(293192, 2338, '1561-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(293193, 2339, '0397-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(293194, 2338, '1561-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(293195, 2339, '0398-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(293196, 2338, '1561-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(293197, 2339, '0398-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(293198, 2338, '1561-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(293199, 2339, '0398-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(293200, 2338, '1562-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(293201, 2339, '0398-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(293202, 2338, '1562-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(293203, 2339, '0398-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(293204, 2338, '1562-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(293205, 2339, '0398-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(293206, 2338, '1562-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(293207, 2339, '0398-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(293208, 2338, '1562-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(293209, 2339, '0398-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(293210, 2338, '1562-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(293211, 2339, '0398-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(293212, 2338, '1562-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(293213, 2339, '0398-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:06:59', '2023-10-31 16:06:59'),
(293214, 2338, '1562-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293215, 2339, '0398-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293216, 2338, '1562-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293217, 2339, '0398-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293218, 2338, '1562-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293219, 2339, '0399-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293220, 2338, '1562-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293221, 2339, '0399-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293222, 2338, '1562-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293223, 2339, '0399-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293224, 2338, '1563-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293225, 2339, '0399-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293226, 2338, '1563-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293227, 2339, '0399-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293228, 2338, '1563-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293229, 2339, '0399-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293230, 2338, '1563-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293231, 2339, '0399-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293232, 2338, '1563-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293233, 2339, '0399-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293234, 2338, '1563-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293235, 2339, '0399-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293236, 2338, '1563-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293237, 2339, '0399-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293238, 2338, '1563-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293239, 2339, '0399-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293240, 2338, '1563-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293241, 2339, '0399-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293242, 2338, '1563-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293243, 2339, '0400-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293244, 2338, '1563-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293245, 2339, '0400-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293246, 2338, '1563-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293247, 2339, '0400-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293248, 2338, '1564-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293249, 2339, '0400-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293250, 2338, '1564-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293251, 2339, '0400-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293252, 2338, '1564-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293253, 2339, '0400-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293254, 2338, '1564-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293255, 2339, '0400-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293256, 2338, '1564-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293257, 2339, '0400-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293258, 2338, '1564-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293259, 2339, '0400-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293260, 2338, '1564-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293261, 2339, '0400-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293262, 2338, '1564-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293263, 2339, '0400-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293264, 2338, '1564-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293265, 2339, '0400-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293266, 2338, '1564-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293267, 2339, '0401-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293268, 2338, '1564-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293269, 2339, '0401-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293270, 2338, '1564-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293271, 2339, '0401-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293272, 2338, '1565-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293273, 2339, '0401-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293274, 2338, '1565-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293275, 2339, '0401-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293276, 2338, '1565-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293277, 2339, '0401-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293278, 2338, '1565-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293279, 2339, '0401-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293280, 2338, '1565-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293281, 2339, '0401-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293282, 2338, '1565-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293283, 2339, '0401-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293284, 2338, '1565-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293285, 2339, '0401-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293286, 2338, '1565-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293287, 2339, '0401-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293288, 2338, '1565-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293289, 2339, '0401-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293290, 2338, '1565-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293291, 2339, '0402-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293292, 2338, '1565-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293293, 2339, '0402-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293294, 2338, '1565-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293295, 2339, '0402-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293296, 2338, '1566-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293297, 2339, '0402-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293298, 2338, '1566-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293299, 2339, '0402-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293300, 2338, '1566-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293301, 2339, '0402-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293302, 2338, '1566-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293303, 2339, '0402-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293304, 2338, '1566-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293305, 2339, '0402-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293306, 2338, '1566-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293307, 2339, '0402-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293308, 2338, '1566-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293309, 2339, '0402-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293310, 2338, '1566-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293311, 2339, '0402-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293312, 2338, '1566-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293313, 2339, '0402-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293314, 2338, '1566-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293315, 2339, '0403-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293316, 2338, '1566-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293317, 2339, '0403-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293318, 2338, '1566-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293319, 2339, '0403-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293320, 2338, '1567-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293321, 2339, '0403-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293322, 2338, '1567-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293323, 2339, '0403-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293324, 2338, '1567-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293325, 2339, '0403-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293326, 2338, '1567-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293327, 2339, '0403-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293328, 2338, '1567-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293329, 2339, '0403-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293330, 2338, '1567-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293331, 2339, '0403-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293332, 2338, '1567-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293333, 2339, '0403-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293334, 2338, '1567-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293335, 2339, '0403-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293336, 2338, '1567-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293337, 2339, '0403-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293338, 2338, '1567-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293339, 2339, '0404-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293340, 2338, '1567-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293341, 2339, '0404-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293342, 2338, '1567-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293343, 2339, '0404-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293344, 2338, '1568-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293345, 2339, '0404-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293346, 2338, '1568-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293347, 2339, '0404-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293348, 2338, '1568-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293349, 2339, '0404-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293350, 2338, '1568-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293351, 2339, '0404-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293352, 2338, '1568-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293353, 2339, '0404-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293354, 2338, '1568-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293355, 2339, '0404-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293356, 2338, '1568-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293357, 2339, '0404-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293358, 2338, '1568-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293359, 2339, '0404-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293360, 2338, '1568-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293361, 2339, '0404-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293362, 2338, '1568-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293363, 2339, '0405-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293364, 2338, '1568-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293365, 2339, '0405-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293366, 2338, '1568-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293367, 2339, '0405-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293368, 2338, '1569-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293369, 2339, '0405-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293370, 2338, '1569-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293371, 2339, '0405-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293372, 2338, '1569-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293373, 2339, '0405-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293374, 2338, '1569-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293375, 2339, '0405-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293376, 2338, '1569-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293377, 2339, '0405-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293378, 2338, '1569-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293379, 2339, '0405-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293380, 2338, '1569-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293381, 2339, '0405-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293382, 2338, '1569-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293383, 2339, '0405-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293384, 2338, '1569-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293385, 2339, '0405-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293386, 2338, '1569-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293387, 2339, '0406-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293388, 2338, '1569-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293389, 2339, '0406-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293390, 2338, '1569-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293391, 2339, '0406-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293392, 2338, '1570-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293393, 2339, '0406-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293394, 2338, '1570-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293395, 2339, '0406-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293396, 2338, '1570-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293397, 2339, '0406-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293398, 2338, '1570-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293399, 2339, '0406-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293400, 2338, '1570-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293401, 2339, '0406-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293402, 2338, '1570-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293403, 2339, '0406-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293404, 2338, '1570-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293405, 2339, '0406-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293406, 2338, '1570-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293407, 2339, '0406-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293408, 2338, '1570-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293409, 2339, '0406-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293410, 2338, '1570-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293411, 2339, '0407-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293412, 2338, '1570-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293413, 2339, '0407-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293414, 2338, '1570-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293415, 2339, '0407-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293416, 2338, '1571-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293417, 2339, '0407-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293418, 2338, '1571-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293419, 2339, '0407-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293420, 2338, '1571-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293421, 2339, '0407-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293422, 2338, '1571-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293423, 2339, '0407-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293424, 2338, '1571-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293425, 2339, '0407-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293426, 2338, '1571-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293427, 2339, '0407-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293428, 2338, '1571-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293429, 2339, '0407-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293430, 2338, '1571-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293431, 2339, '0407-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293432, 2338, '1571-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293433, 2339, '0407-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293434, 2338, '1571-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293435, 2339, '0408-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293436, 2338, '1571-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293437, 2339, '0408-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293438, 2338, '1571-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293439, 2339, '0408-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293440, 2338, '1572-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293441, 2339, '0408-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293442, 2338, '1572-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293443, 2339, '0408-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293444, 2338, '1572-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293445, 2339, '0408-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293446, 2338, '1572-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293447, 2339, '0408-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293448, 2338, '1572-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293449, 2339, '0408-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293450, 2338, '1572-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293451, 2339, '0408-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293452, 2338, '1572-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293453, 2339, '0408-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293454, 2338, '1572-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293455, 2339, '0408-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293456, 2338, '1572-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293457, 2339, '0408-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293458, 2338, '1572-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293459, 2339, '0409-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293460, 2338, '1572-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293461, 2339, '0409-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293462, 2338, '1572-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293463, 2339, '0409-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293464, 2338, '1573-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293465, 2339, '0409-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293466, 2338, '1573-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293467, 2339, '0409-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293468, 2338, '1573-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293469, 2339, '0409-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293470, 2338, '1573-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293471, 2339, '0409-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293472, 2338, '1573-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293473, 2339, '0409-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293474, 2338, '1573-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293475, 2339, '0409-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293476, 2338, '1573-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293477, 2339, '0409-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293478, 2338, '1573-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293479, 2339, '0409-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293480, 2338, '1573-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293481, 2339, '0409-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293482, 2338, '1573-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293483, 2339, '0410-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293484, 2338, '1573-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293485, 2339, '0410-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293486, 2338, '1573-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293487, 2339, '0410-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293488, 2338, '1574-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293489, 2339, '0410-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293490, 2338, '1574-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293491, 2339, '0410-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293492, 2338, '1574-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293493, 2339, '0410-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293494, 2338, '1574-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293495, 2339, '0410-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293496, 2338, '1574-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293497, 2339, '0410-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293498, 2338, '1574-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293499, 2339, '0410-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293500, 2338, '1574-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293501, 2339, '0410-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293502, 2338, '1574-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293503, 2339, '0410-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293504, 2338, '1574-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293505, 2339, '0410-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293506, 2338, '1574-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293507, 2339, '0411-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293508, 2338, '1574-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293509, 2339, '0411-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:00', '2023-10-31 16:07:00'),
(293510, 2338, '1574-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293511, 2339, '0411-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293512, 2338, '1575-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293513, 2339, '0411-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293514, 2338, '1575-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293515, 2339, '0411-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293516, 2338, '1575-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293517, 2339, '0411-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293518, 2338, '1575-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293519, 2339, '0411-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293520, 2338, '1575-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293521, 2339, '0411-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293522, 2338, '1575-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293523, 2339, '0411-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293524, 2338, '1575-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293525, 2339, '0411-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293526, 2338, '1575-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293527, 2339, '0411-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293528, 2338, '1575-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293529, 2339, '0411-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293530, 2338, '1575-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293531, 2339, '0412-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293532, 2338, '1575-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293533, 2339, '0412-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293534, 2338, '1575-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293535, 2339, '0412-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293536, 2338, '1576-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293537, 2339, '0412-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293538, 2338, '1576-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293539, 2339, '0412-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293540, 2338, '1576-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293541, 2339, '0412-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293542, 2338, '1576-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293543, 2339, '0412-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293544, 2338, '1576-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293545, 2339, '0412-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293546, 2338, '1576-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293547, 2339, '0412-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293548, 2338, '1576-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293549, 2339, '0412-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293550, 2338, '1576-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293551, 2339, '0412-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293552, 2338, '1576-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293553, 2339, '0412-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293554, 2338, '1576-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293555, 2339, '0413-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293556, 2338, '1576-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293557, 2339, '0413-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293558, 2338, '1576-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293559, 2339, '0413-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293560, 2338, '1577-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293561, 2339, '0413-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293562, 2338, '1577-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293563, 2339, '0413-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293564, 2338, '1577-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293565, 2339, '0413-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293566, 2338, '1577-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293567, 2339, '0413-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293568, 2338, '1577-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293569, 2339, '0413-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293570, 2338, '1577-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293571, 2339, '0413-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293572, 2338, '1577-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293573, 2339, '0413-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293574, 2338, '1577-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293575, 2339, '0413-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293576, 2338, '1577-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293577, 2339, '0413-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293578, 2338, '1577-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293579, 2339, '0414-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293580, 2338, '1577-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293581, 2339, '0414-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293582, 2338, '1577-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293583, 2339, '0414-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293584, 2338, '1578-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293585, 2339, '0414-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293586, 2338, '1578-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293587, 2339, '0414-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293588, 2338, '1578-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293589, 2339, '0414-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293590, 2338, '1578-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293591, 2339, '0414-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293592, 2338, '1578-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293593, 2339, '0414-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293594, 2338, '1578-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293595, 2339, '0414-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293596, 2338, '1578-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293597, 2339, '0414-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293598, 2338, '1578-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293599, 2339, '0414-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293600, 2338, '1578-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293601, 2339, '0414-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293602, 2338, '1578-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293603, 2339, '0415-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293604, 2338, '1578-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293605, 2339, '0415-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293606, 2338, '1578-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293607, 2339, '0415-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(293608, 2338, '1579-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293609, 2339, '0415-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293610, 2338, '1579-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293611, 2339, '0415-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293612, 2338, '1579-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293613, 2339, '0415-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293614, 2338, '1579-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293615, 2339, '0415-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293616, 2338, '1579-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293617, 2339, '0415-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293618, 2338, '1579-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293619, 2339, '0415-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293620, 2338, '1579-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293621, 2339, '0415-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293622, 2338, '1579-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293623, 2339, '0415-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293624, 2338, '1579-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293625, 2339, '0415-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293626, 2338, '1579-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293627, 2339, '0416-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293628, 2338, '1579-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293629, 2339, '0416-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293630, 2338, '1579-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293631, 2339, '0416-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293632, 2338, '1580-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293633, 2339, '0416-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293634, 2338, '1580-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293635, 2339, '0416-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293636, 2338, '1580-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293637, 2339, '0416-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293638, 2338, '1580-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293639, 2339, '0416-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293640, 2338, '1580-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293641, 2339, '0416-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293642, 2338, '1580-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293643, 2339, '0416-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293644, 2338, '1580-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293645, 2339, '0416-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293646, 2338, '1580-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293647, 2339, '0416-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293648, 2338, '1580-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293649, 2339, '0416-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293650, 2338, '1580-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293651, 2339, '0417-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293652, 2338, '1580-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293653, 2339, '0417-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293654, 2338, '1580-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293655, 2339, '0417-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293656, 2338, '1581-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293657, 2339, '0417-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293658, 2338, '1581-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293659, 2339, '0417-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293660, 2338, '1581-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293661, 2339, '0417-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293662, 2338, '1581-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293663, 2339, '0417-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293664, 2338, '1581-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293665, 2339, '0417-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293666, 2338, '1581-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293667, 2339, '0417-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293668, 2338, '1581-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293669, 2339, '0417-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293670, 2338, '1581-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293671, 2339, '0417-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293672, 2338, '1581-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293673, 2339, '0417-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293674, 2338, '1581-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293675, 2339, '0418-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293676, 2338, '1581-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293677, 2339, '0418-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293678, 2338, '1581-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293679, 2339, '0418-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293680, 2338, '1582-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293681, 2339, '0418-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293682, 2338, '1582-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293683, 2339, '0418-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293684, 2338, '1582-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293685, 2339, '0418-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293686, 2338, '1582-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293687, 2339, '0418-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293688, 2338, '1582-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293689, 2339, '0418-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293690, 2338, '1582-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293691, 2339, '0418-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293692, 2338, '1582-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293693, 2339, '0418-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293694, 2338, '1582-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293695, 2339, '0418-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293696, 2338, '1582-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293697, 2339, '0418-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293698, 2338, '1582-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293699, 2339, '0419-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293700, 2338, '1582-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293701, 2339, '0419-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293702, 2338, '1582-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293703, 2339, '0419-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293704, 2338, '1583-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293705, 2339, '0419-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293706, 2338, '1583-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293707, 2339, '0419-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293708, 2338, '1583-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293709, 2339, '0419-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293710, 2338, '1583-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293711, 2339, '0419-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293712, 2338, '1583-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293713, 2339, '0419-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293714, 2338, '1583-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293715, 2339, '0419-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293716, 2338, '1583-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293717, 2339, '0419-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293718, 2338, '1583-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293719, 2339, '0419-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293720, 2338, '1583-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293721, 2339, '0419-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293722, 2338, '1583-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293723, 2339, '0420-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293724, 2338, '1583-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293725, 2339, '0420-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293726, 2338, '1583-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293727, 2339, '0420-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293728, 2338, '1584-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293729, 2339, '0420-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293730, 2338, '1584-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293731, 2339, '0420-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293732, 2338, '1584-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293733, 2339, '0420-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293734, 2338, '1584-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293735, 2339, '0420-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293736, 2338, '1584-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293737, 2339, '0420-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293738, 2338, '1584-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293739, 2339, '0420-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293740, 2338, '1584-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293741, 2339, '0420-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293742, 2338, '1584-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293743, 2339, '0420-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293744, 2338, '1584-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293745, 2339, '0420-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293746, 2338, '1584-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293747, 2339, '0421-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293748, 2338, '1584-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293749, 2339, '0421-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293750, 2338, '1584-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293751, 2339, '0421-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293752, 2338, '1585-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293753, 2339, '0421-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293754, 2338, '1585-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293755, 2339, '0421-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293756, 2338, '1585-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293757, 2339, '0421-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293758, 2338, '1585-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293759, 2339, '0421-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293760, 2338, '1585-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293761, 2339, '0421-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293762, 2338, '1585-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293763, 2339, '0421-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293764, 2338, '1585-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293765, 2339, '0421-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293766, 2338, '1585-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293767, 2339, '0421-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293768, 2338, '1585-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293769, 2339, '0421-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293770, 2338, '1585-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293771, 2339, '0422-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293772, 2338, '1585-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293773, 2339, '0422-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293774, 2338, '1585-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293775, 2339, '0422-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293776, 2338, '1586-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293777, 2339, '0422-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293778, 2338, '1586-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293779, 2339, '0422-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293780, 2338, '1586-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293781, 2339, '0422-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293782, 2338, '1586-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293783, 2339, '0422-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293784, 2338, '1586-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293785, 2339, '0422-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293786, 2338, '1586-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293787, 2339, '0422-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293788, 2338, '1586-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293789, 2339, '0422-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293790, 2338, '1586-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293791, 2339, '0422-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293792, 2338, '1586-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293793, 2339, '0422-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293794, 2338, '1586-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293795, 2339, '0423-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293796, 2338, '1586-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293797, 2339, '0423-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293798, 2338, '1586-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293799, 2339, '0423-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293800, 2338, '1587-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:01', '2023-10-31 16:07:01'),
(293801, 2339, '0423-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(293802, 2338, '1587-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(293803, 2339, '0423-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(293804, 2338, '1587-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(293805, 2339, '0423-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(293806, 2338, '1587-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(293807, 2339, '0423-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(293808, 2338, '1587-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(293809, 2339, '0423-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(293810, 2338, '1587-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(293811, 2339, '0423-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(293812, 2338, '1587-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(293813, 2339, '0423-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(293814, 2338, '1587-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(293815, 2339, '0423-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(293816, 2338, '1587-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(293817, 2339, '0423-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(293818, 2338, '1587-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(293819, 2339, '0424-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(293820, 2338, '1587-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(293821, 2339, '0424-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(293822, 2338, '1587-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(293823, 2339, '0424-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(293824, 2338, '1588-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(293825, 2339, '0424-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(293826, 2338, '1588-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(293827, 2339, '0424-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(293828, 2338, '1588-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(293829, 2339, '0424-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(293830, 2338, '1588-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(293831, 2339, '0424-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(293832, 2338, '1588-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(293833, 2339, '0424-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(293834, 2338, '1588-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(293835, 2339, '0424-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(293836, 2338, '1588-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(293837, 2339, '0424-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(293838, 2338, '1588-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(293839, 2339, '0424-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(293840, 2338, '1588-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(293841, 2339, '0424-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(293842, 2338, '1588-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(293843, 2339, '0425-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(293844, 2338, '1588-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(293845, 2339, '0425-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(293846, 2338, '1588-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(293847, 2339, '0425-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(293848, 2338, '1589-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(293849, 2339, '0425-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(293850, 2338, '1589-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(293851, 2339, '0425-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(293852, 2338, '1589-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(293853, 2339, '0425-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(293854, 2338, '1589-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(293855, 2339, '0425-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(293856, 2338, '1589-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(293857, 2339, '0425-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(293858, 2338, '1589-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(293859, 2339, '0425-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(293860, 2338, '1589-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(293861, 2339, '0425-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(293862, 2338, '1589-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(293863, 2339, '0425-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(293864, 2338, '1589-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(293865, 2339, '0425-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(293866, 2338, '1589-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(293867, 2339, '0426-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(293868, 2338, '1589-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(293869, 2339, '0426-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(293870, 2338, '1589-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(293871, 2339, '0426-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(293872, 2338, '1590-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(293873, 2339, '0426-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(293874, 2338, '1590-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(293875, 2339, '0426-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(293876, 2338, '1590-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(293877, 2339, '0426-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(293878, 2338, '1590-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(293879, 2339, '0426-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(293880, 2338, '1590-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(293881, 2339, '0426-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(293882, 2338, '1590-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(293883, 2339, '0426-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(293884, 2338, '1590-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(293885, 2339, '0426-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(293886, 2338, '1590-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(293887, 2339, '0426-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(293888, 2338, '1590-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(293889, 2339, '0426-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(293890, 2338, '1590-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(293891, 2339, '0427-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(293892, 2338, '1590-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(293893, 2339, '0427-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(293894, 2338, '1590-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(293895, 2339, '0427-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(293896, 2338, '1591-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(293897, 2339, '0427-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(293898, 2338, '1591-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(293899, 2339, '0427-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(293900, 2338, '1591-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(293901, 2339, '0427-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(293902, 2338, '1591-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(293903, 2339, '0427-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(293904, 2338, '1591-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(293905, 2339, '0427-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(293906, 2338, '1591-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(293907, 2339, '0427-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(293908, 2338, '1591-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(293909, 2339, '0427-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(293910, 2338, '1591-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(293911, 2339, '0427-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(293912, 2338, '1591-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(293913, 2339, '0427-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(293914, 2338, '1591-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(293915, 2339, '0428-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(293916, 2338, '1591-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(293917, 2339, '0428-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(293918, 2338, '1591-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(293919, 2339, '0428-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(293920, 2338, '1592-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(293921, 2339, '0428-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(293922, 2338, '1592-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(293923, 2339, '0428-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(293924, 2338, '1592-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(293925, 2339, '0428-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(293926, 2338, '1592-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(293927, 2339, '0428-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(293928, 2338, '1592-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(293929, 2339, '0428-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(293930, 2338, '1592-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(293931, 2339, '0428-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(293932, 2338, '1592-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(293933, 2339, '0428-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(293934, 2338, '1592-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(293935, 2339, '0428-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(293936, 2338, '1592-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(293937, 2339, '0428-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(293938, 2338, '1592-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(293939, 2339, '0429-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(293940, 2338, '1592-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(293941, 2339, '0429-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(293942, 2338, '1592-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(293943, 2339, '0429-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(293944, 2338, '1593-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(293945, 2339, '0429-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(293946, 2338, '1593-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(293947, 2339, '0429-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(293948, 2338, '1593-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(293949, 2339, '0429-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(293950, 2338, '1593-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(293951, 2339, '0429-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(293952, 2338, '1593-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(293953, 2339, '0429-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(293954, 2338, '1593-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(293955, 2339, '0429-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(293956, 2338, '1593-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(293957, 2339, '0429-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(293958, 2338, '1593-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(293959, 2339, '0429-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(293960, 2338, '1593-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(293961, 2339, '0429-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(293962, 2338, '1593-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(293963, 2338, '1593-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(293964, 2339, '0430-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(293965, 2338, '1593-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(293966, 2339, '0430-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(293967, 2338, '1594-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(293968, 2339, '0430-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(293969, 2338, '1594-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(293970, 2339, '0430-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(293971, 2338, '1594-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(293972, 2339, '0430-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(293973, 2338, '1594-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(293974, 2339, '0430-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(293975, 2338, '1594-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(293976, 2339, '0430-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(293977, 2338, '1594-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(293978, 2339, '0430-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(293979, 2338, '1594-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(293980, 2339, '0430-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(293981, 2338, '1594-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(293982, 2339, '0430-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(293983, 2338, '1594-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(293984, 2339, '0430-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(293985, 2338, '1594-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(293986, 2339, '0430-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(293987, 2338, '1594-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(293988, 2339, '0431-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(293989, 2338, '1594-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(293990, 2339, '0431-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(293991, 2338, '1595-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(293992, 2339, '0431-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(293993, 2338, '1595-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(293994, 2339, '0431-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(293995, 2338, '1595-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(293996, 2339, '0431-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(293997, 2338, '1595-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(293998, 2339, '0431-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(293999, 2338, '1595-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(294000, 2339, '0431-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(294001, 2338, '1595-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(294002, 2339, '0431-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(294003, 2338, '1595-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(294004, 2339, '0431-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(294005, 2338, '1595-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(294006, 2339, '0431-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(294007, 2338, '1595-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(294008, 2339, '0431-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(294009, 2338, '1595-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(294010, 2339, '0431-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(294011, 2338, '1595-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(294012, 2339, '0432-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(294013, 2338, '1595-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(294014, 2339, '0432-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(294015, 2338, '1596-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(294016, 2339, '0432-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(294017, 2338, '1596-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(294018, 2339, '0432-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(294019, 2338, '1596-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(294020, 2339, '0432-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(294021, 2338, '1596-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(294022, 2339, '0432-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(294023, 2338, '1596-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(294024, 2339, '0432-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(294025, 2338, '1596-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(294026, 2339, '0432-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(294027, 2338, '1596-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(294028, 2339, '0432-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(294029, 2338, '1596-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(294030, 2339, '0432-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(294031, 2338, '1596-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(294032, 2339, '0432-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(294033, 2338, '1596-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(294034, 2339, '0432-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(294035, 2338, '1596-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(294036, 2339, '0433-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(294037, 2338, '1596-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(294038, 2339, '0433-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(294039, 2338, '1597-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(294040, 2339, '0433-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(294041, 2338, '1597-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(294042, 2339, '0433-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(294043, 2338, '1597-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(294044, 2339, '0433-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(294045, 2338, '1597-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(294046, 2339, '0433-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(294047, 2338, '1597-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(294048, 2339, '0433-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(294049, 2338, '1597-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(294050, 2339, '0433-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(294051, 2338, '1597-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(294052, 2339, '0433-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(294053, 2338, '1597-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(294054, 2339, '0433-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(294055, 2338, '1597-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(294056, 2339, '0433-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(294057, 2338, '1597-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(294058, 2339, '0433-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:02', '2023-10-31 16:07:02'),
(294059, 2338, '1597-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294060, 2339, '0434-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294061, 2338, '1597-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294062, 2339, '0434-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294063, 2338, '1598-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294064, 2339, '0434-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294065, 2338, '1598-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294066, 2339, '0434-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294067, 2338, '1598-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294068, 2339, '0434-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294069, 2338, '1598-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294070, 2339, '0434-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294071, 2338, '1598-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294072, 2339, '0434-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(294073, 2338, '1598-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294074, 2339, '0434-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294075, 2338, '1598-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294076, 2339, '0434-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294077, 2338, '1598-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294078, 2339, '0434-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294079, 2338, '1598-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294080, 2339, '0434-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294081, 2338, '1598-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294082, 2339, '0434-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294083, 2338, '1598-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294084, 2339, '0435-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294085, 2338, '1598-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294086, 2339, '0435-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294087, 2338, '1599-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294088, 2339, '0435-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294089, 2338, '1599-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294090, 2339, '0435-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294091, 2338, '1599-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294092, 2339, '0435-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294093, 2338, '1599-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294094, 2339, '0435-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294095, 2338, '1599-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294096, 2339, '0435-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294097, 2338, '1599-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294098, 2339, '0435-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294099, 2338, '1599-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294100, 2339, '0435-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294101, 2338, '1599-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294102, 2339, '0435-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294103, 2338, '1599-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294104, 2339, '0435-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294105, 2338, '1599-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294106, 2339, '0435-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294107, 2338, '1599-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294108, 2339, '0436-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294109, 2338, '1599-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294110, 2339, '0436-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294111, 2338, '1600-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294112, 2339, '0436-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294113, 2338, '1600-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294114, 2339, '0436-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294115, 2338, '1600-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294116, 2339, '0436-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294117, 2338, '1600-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294118, 2339, '0436-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294119, 2338, '1600-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294120, 2339, '0436-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294121, 2338, '1600-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294122, 2339, '0436-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294123, 2338, '1600-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294124, 2339, '0436-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294125, 2338, '1600-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294126, 2339, '0436-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294127, 2338, '1600-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294128, 2339, '0436-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294129, 2338, '1600-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294130, 2339, '0436-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294131, 2338, '1600-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294132, 2339, '0437-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294133, 2338, '1600-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294134, 2339, '0437-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294135, 2338, '1601-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294136, 2339, '0437-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294137, 2338, '1601-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294138, 2339, '0437-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294139, 2338, '1601-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294140, 2339, '0437-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294141, 2338, '1601-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294142, 2339, '0437-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294143, 2338, '1601-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294144, 2339, '0437-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294145, 2338, '1601-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294146, 2339, '0437-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294147, 2338, '1601-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294148, 2339, '0437-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294149, 2338, '1601-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294150, 2339, '0437-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294151, 2338, '1601-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294152, 2339, '0437-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294153, 2338, '1601-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294154, 2339, '0437-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294155, 2338, '1601-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294156, 2339, '0438-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294157, 2338, '1601-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294158, 2339, '0438-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294159, 2338, '1602-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294160, 2339, '0438-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294161, 2338, '1602-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294162, 2339, '0438-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294163, 2338, '1602-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294164, 2339, '0438-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294165, 2338, '1602-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294166, 2339, '0438-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294167, 2338, '1602-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294168, 2339, '0438-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294169, 2338, '1602-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294170, 2339, '0438-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294171, 2338, '1602-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294172, 2339, '0438-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294173, 2338, '1602-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294174, 2339, '0438-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294175, 2338, '1602-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294176, 2339, '0438-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294177, 2338, '1602-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294178, 2339, '0438-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294179, 2338, '1602-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294180, 2339, '0439-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294181, 2338, '1602-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294182, 2339, '0439-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294183, 2338, '1603-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294184, 2339, '0439-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294185, 2338, '1603-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294186, 2339, '0439-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294187, 2338, '1603-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294188, 2339, '0439-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294189, 2338, '1603-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294190, 2339, '0439-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294191, 2338, '1603-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294192, 2339, '0439-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294193, 2338, '1603-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294194, 2339, '0439-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294195, 2338, '1603-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294196, 2339, '0439-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294197, 2338, '1603-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294198, 2339, '0439-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294199, 2338, '1603-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294200, 2339, '0439-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294201, 2338, '1603-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294202, 2339, '0439-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294203, 2338, '1603-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294204, 2339, '0440-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294205, 2338, '1603-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294206, 2339, '0440-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294207, 2338, '1604-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294208, 2339, '0440-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294209, 2338, '1604-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294210, 2339, '0440-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294211, 2338, '1604-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294212, 2339, '0440-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294213, 2338, '1604-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294214, 2339, '0440-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294215, 2338, '1604-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294216, 2339, '0440-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294217, 2338, '1604-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294218, 2339, '0440-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294219, 2338, '1604-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294220, 2339, '0440-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294221, 2338, '1604-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294222, 2339, '0440-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294223, 2338, '1604-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294224, 2339, '0440-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294225, 2338, '1604-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294226, 2339, '0440-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294227, 2338, '1604-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294228, 2339, '0441-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294229, 2338, '1604-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294230, 2339, '0441-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294231, 2338, '1605-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294232, 2339, '0441-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294233, 2338, '1605-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294234, 2339, '0441-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294235, 2338, '1605-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294236, 2339, '0441-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294237, 2338, '1605-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294238, 2339, '0441-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294239, 2338, '1605-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294240, 2339, '0441-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294241, 2338, '1605-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294242, 2339, '0441-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294243, 2338, '1605-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294244, 2339, '0441-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294245, 2338, '1605-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294246, 2339, '0441-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294247, 2338, '1605-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294248, 2339, '0441-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294249, 2338, '1605-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294250, 2339, '0441-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294251, 2338, '1605-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294252, 2339, '0442-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294253, 2338, '1605-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294254, 2339, '0442-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294255, 2338, '1606-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294256, 2339, '0442-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294257, 2338, '1606-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294258, 2339, '0442-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294259, 2338, '1606-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294260, 2339, '0442-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294261, 2338, '1606-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294262, 2339, '0442-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294263, 2338, '1606-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294264, 2339, '0442-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294265, 2338, '1606-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294266, 2339, '0442-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294267, 2338, '1606-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294268, 2339, '0442-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294269, 2338, '1606-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294270, 2339, '0442-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294271, 2338, '1606-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294272, 2339, '0442-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294273, 2338, '1606-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294274, 2339, '0442-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294275, 2338, '1606-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294276, 2339, '0443-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294277, 2338, '1606-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294278, 2339, '0443-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294279, 2338, '1607-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294280, 2339, '0443-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294281, 2338, '1607-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294282, 2339, '0443-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294283, 2338, '1607-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294284, 2339, '0443-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294285, 2338, '1607-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294286, 2339, '0443-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294287, 2338, '1607-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294288, 2339, '0443-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294289, 2338, '1607-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294290, 2339, '0443-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294291, 2338, '1607-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294292, 2339, '0443-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294293, 2338, '1607-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294294, 2339, '0443-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294295, 2338, '1607-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294296, 2339, '0443-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294297, 2338, '1607-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294298, 2339, '0443-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294299, 2338, '1607-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294300, 2339, '0444-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294301, 2338, '1607-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294302, 2339, '0444-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294303, 2338, '1608-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294304, 2339, '0444-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294305, 2338, '1608-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294306, 2339, '0444-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294307, 2338, '1608-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294308, 2339, '0444-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294309, 2338, '1608-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294310, 2339, '0444-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294311, 2338, '1608-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294312, 2339, '0444-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294313, 2338, '1608-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294314, 2339, '0444-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294315, 2338, '1608-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294316, 2339, '0444-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:03', '2023-10-31 16:07:03'),
(294317, 2338, '1608-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:04', '2023-10-31 16:07:04'),
(294318, 2339, '0444-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:04', '2023-10-31 16:07:04'),
(294319, 2338, '1608-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:04', '2023-10-31 16:07:04'),
(294320, 2339, '0444-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:04', '2023-10-31 16:07:04'),
(294321, 2338, '1608-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:04', '2023-10-31 16:07:04'),
(294322, 2339, '0444-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:04', '2023-10-31 16:07:04'),
(294323, 2338, '1608-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:04', '2023-10-31 16:07:04'),
(294324, 2339, '0445-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:04', '2023-10-31 16:07:04'),
(294325, 2338, '1608-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:04', '2023-10-31 16:07:04'),
(294326, 2339, '0445-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:04', '2023-10-31 16:07:04'),
(294327, 2338, '1609-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:04', '2023-10-31 16:07:04'),
(294328, 2339, '0445-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:04', '2023-10-31 16:07:04'),
(294329, 2338, '1609-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:04', '2023-10-31 16:07:04'),
(294330, 2339, '0445-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:04', '2023-10-31 16:07:04'),
(294331, 2338, '1609-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:04', '2023-10-31 16:07:04'),
(294332, 2339, '0445-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:04', '2023-10-31 16:07:04'),
(294333, 2338, '1609-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:04', '2023-10-31 16:07:04'),
(294334, 2339, '0445-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:04', '2023-10-31 16:07:04'),
(294335, 2338, '1609-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:04', '2023-10-31 16:07:04'),
(294336, 2339, '0445-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:04', '2023-10-31 16:07:04'),
(294337, 2338, '1609-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:04', '2023-10-31 16:07:04'),
(294338, 2339, '0445-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:04', '2023-10-31 16:07:04'),
(294339, 2338, '1609-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:04', '2023-10-31 16:07:04'),
(294340, 2339, '0445-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:04', '2023-10-31 16:07:04'),
(294341, 2338, '1609-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:04', '2023-10-31 16:07:04'),
(294342, 2339, '0445-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:04', '2023-10-31 16:07:04'),
(294343, 2338, '1609-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:04', '2023-10-31 16:07:04'),
(294344, 2339, '0445-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:04', '2023-10-31 16:07:04'),
(294345, 2338, '1609-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:04', '2023-10-31 16:07:04'),
(294346, 2339, '0445-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:04', '2023-10-31 16:07:04'),
(294347, 2338, '1609-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:04', '2023-10-31 16:07:04'),
(294348, 2339, '0446-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:04', '2023-10-31 16:07:04'),
(294349, 2338, '1609-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:04', '2023-10-31 16:07:04'),
(294350, 2339, '0446-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:04', '2023-10-31 16:07:04'),
(294351, 2338, '1610-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:04', '2023-10-31 16:07:04'),
(294352, 2339, '0446-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:04', '2023-10-31 16:07:04'),
(294353, 2338, '1610-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:04', '2023-10-31 16:07:04'),
(294354, 2339, '0446-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:04', '2023-10-31 16:07:04'),
(294355, 2338, '1610-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:04', '2023-10-31 16:07:04'),
(294356, 2339, '0446-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:04', '2023-10-31 16:07:04'),
(294357, 2338, '1610-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:04', '2023-10-31 16:07:04'),
(294358, 2339, '0446-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:04', '2023-10-31 16:07:04'),
(294359, 2338, '1610-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:04', '2023-10-31 16:07:04'),
(294360, 2339, '0446-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:04', '2023-10-31 16:07:04'),
(294361, 2338, '1610-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:04', '2023-10-31 16:07:04'),
(294362, 2339, '0446-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:04', '2023-10-31 16:07:04'),
(294363, 2338, '1610-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:04', '2023-10-31 16:07:04'),
(294364, 2339, '0446-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:04', '2023-10-31 16:07:04'),
(294365, 2338, '1610-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:04', '2023-10-31 16:07:04'),
(294366, 2339, '0446-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:04', '2023-10-31 16:07:04'),
(294367, 2338, '1610-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:04', '2023-10-31 16:07:04'),
(294368, 2339, '0446-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:04', '2023-10-31 16:07:04'),
(294369, 2338, '1610-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:04', '2023-10-31 16:07:04'),
(294370, 2339, '0446-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:04', '2023-10-31 16:07:04'),
(294371, 2338, '1610-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:04', '2023-10-31 16:07:04'),
(294372, 2339, '0447-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:04', '2023-10-31 16:07:04'),
(294373, 2338, '1610-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:04', '2023-10-31 16:07:04'),
(294374, 2339, '0447-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:04', '2023-10-31 16:07:04'),
(294375, 2338, '1611-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:04', '2023-10-31 16:07:04'),
(294376, 2339, '0447-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:04', '2023-10-31 16:07:04'),
(294377, 2338, '1611-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:04', '2023-10-31 16:07:04'),
(294378, 2339, '0447-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:04', '2023-10-31 16:07:04'),
(294379, 2338, '1611-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:04', '2023-10-31 16:07:04'),
(294380, 2339, '0447-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:04', '2023-10-31 16:07:04'),
(294381, 2338, '1611-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:04', '2023-10-31 16:07:04'),
(294382, 2339, '0447-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:04', '2023-10-31 16:07:04'),
(294383, 2338, '1611-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:04', '2023-10-31 16:07:04'),
(294384, 2339, '0447-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:04', '2023-10-31 16:07:04'),
(294385, 2338, '1611-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:04', '2023-10-31 16:07:04'),
(294386, 2339, '0447-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:04', '2023-10-31 16:07:04'),
(294387, 2338, '1611-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:04', '2023-10-31 16:07:04'),
(294388, 2339, '0447-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:04', '2023-10-31 16:07:04'),
(294389, 2338, '1611-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:04', '2023-10-31 16:07:04'),
(294390, 2339, '0447-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:04', '2023-10-31 16:07:04'),
(294391, 2338, '1611-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:04', '2023-10-31 16:07:04'),
(294392, 2339, '0447-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:04', '2023-10-31 16:07:04'),
(294393, 2338, '1611-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:04', '2023-10-31 16:07:04'),
(294394, 2339, '0447-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:04', '2023-10-31 16:07:04'),
(294395, 2338, '1611-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:04', '2023-10-31 16:07:04'),
(294396, 2339, '0448-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:04', '2023-10-31 16:07:04'),
(294397, 2338, '1611-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:04', '2023-10-31 16:07:04'),
(294398, 2339, '0448-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:04', '2023-10-31 16:07:04'),
(294399, 2338, '1612-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:04', '2023-10-31 16:07:04'),
(294400, 2339, '0448-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:04', '2023-10-31 16:07:04'),
(294401, 2338, '1612-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:04', '2023-10-31 16:07:04'),
(294402, 2339, '0448-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:04', '2023-10-31 16:07:04'),
(294403, 2338, '1612-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:04', '2023-10-31 16:07:04'),
(294404, 2339, '0448-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:04', '2023-10-31 16:07:04'),
(294405, 2338, '1612-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:04', '2023-10-31 16:07:04'),
(294406, 2339, '0448-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:04', '2023-10-31 16:07:04'),
(294407, 2338, '1612-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:04', '2023-10-31 16:07:04'),
(294408, 2339, '0448-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:04', '2023-10-31 16:07:04'),
(294409, 2338, '1612-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:04', '2023-10-31 16:07:04'),
(294410, 2339, '0448-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:04', '2023-10-31 16:07:04'),
(294411, 2338, '1612-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:04', '2023-10-31 16:07:04'),
(294412, 2339, '0448-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:04', '2023-10-31 16:07:04'),
(294413, 2338, '1612-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:04', '2023-10-31 16:07:04'),
(294414, 2339, '0448-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:04', '2023-10-31 16:07:04'),
(294415, 2338, '1612-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:04', '2023-10-31 16:07:04'),
(294416, 2339, '0448-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:04', '2023-10-31 16:07:04'),
(294417, 2338, '1612-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:04', '2023-10-31 16:07:04'),
(294418, 2339, '0448-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:04', '2023-10-31 16:07:04'),
(294419, 2338, '1612-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:04', '2023-10-31 16:07:04'),
(294420, 2339, '0449-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:04', '2023-10-31 16:07:04'),
(294421, 2338, '1612-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:04', '2023-10-31 16:07:04'),
(294422, 2339, '0449-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:04', '2023-10-31 16:07:04'),
(294423, 2338, '1613-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:04', '2023-10-31 16:07:04'),
(294424, 2339, '0449-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:04', '2023-10-31 16:07:04'),
(294425, 2338, '1613-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:04', '2023-10-31 16:07:04'),
(294426, 2339, '0449-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:04', '2023-10-31 16:07:04'),
(294427, 2338, '1613-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:04', '2023-10-31 16:07:04'),
(294428, 2339, '0449-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:04', '2023-10-31 16:07:04'),
(294429, 2338, '1613-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:04', '2023-10-31 16:07:04'),
(294430, 2339, '0449-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:04', '2023-10-31 16:07:04'),
(294431, 2338, '1613-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:04', '2023-10-31 16:07:04'),
(294432, 2339, '0449-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:04', '2023-10-31 16:07:04'),
(294433, 2338, '1613-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:04', '2023-10-31 16:07:04'),
(294434, 2339, '0449-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:04', '2023-10-31 16:07:04'),
(294435, 2338, '1613-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:04', '2023-10-31 16:07:04'),
(294436, 2339, '0449-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:04', '2023-10-31 16:07:04'),
(294437, 2338, '1613-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:04', '2023-10-31 16:07:04'),
(294438, 2339, '0449-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:04', '2023-10-31 16:07:04'),
(294439, 2338, '1613-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:04', '2023-10-31 16:07:04'),
(294440, 2339, '0449-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:04', '2023-10-31 16:07:04'),
(294441, 2338, '1613-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:04', '2023-10-31 16:07:04'),
(294442, 2339, '0449-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:04', '2023-10-31 16:07:04'),
(294443, 2338, '1613-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:04', '2023-10-31 16:07:04'),
(294444, 2339, '0450-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:04', '2023-10-31 16:07:04'),
(294445, 2338, '1613-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:04', '2023-10-31 16:07:04'),
(294446, 2339, '0450-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:04', '2023-10-31 16:07:04'),
(294447, 2338, '1614-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:04', '2023-10-31 16:07:04'),
(294448, 2339, '0450-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:04', '2023-10-31 16:07:04'),
(294449, 2338, '1614-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:04', '2023-10-31 16:07:04'),
(294450, 2339, '0450-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:04', '2023-10-31 16:07:04'),
(294451, 2338, '1614-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:04', '2023-10-31 16:07:04'),
(294452, 2339, '0450-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:04', '2023-10-31 16:07:04'),
(294453, 2338, '1614-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:04', '2023-10-31 16:07:04'),
(294454, 2339, '0450-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:04', '2023-10-31 16:07:04'),
(294455, 2338, '1614-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:04', '2023-10-31 16:07:04'),
(294456, 2339, '0450-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:04', '2023-10-31 16:07:04'),
(294457, 2338, '1614-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:04', '2023-10-31 16:07:04'),
(294458, 2339, '0450-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:04', '2023-10-31 16:07:04'),
(294459, 2338, '1614-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:04', '2023-10-31 16:07:04'),
(294460, 2339, '0450-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:04', '2023-10-31 16:07:04'),
(294461, 2338, '1614-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:04', '2023-10-31 16:07:04'),
(294462, 2339, '0450-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:04', '2023-10-31 16:07:04'),
(294463, 2338, '1614-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:04', '2023-10-31 16:07:04'),
(294464, 2339, '0450-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:04', '2023-10-31 16:07:04'),
(294465, 2338, '1614-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:04', '2023-10-31 16:07:04'),
(294466, 2339, '0450-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:04', '2023-10-31 16:07:04'),
(294467, 2338, '1614-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:04', '2023-10-31 16:07:04'),
(294468, 2339, '0451-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:04', '2023-10-31 16:07:04'),
(294469, 2338, '1614-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:04', '2023-10-31 16:07:04'),
(294470, 2339, '0451-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:04', '2023-10-31 16:07:04'),
(294471, 2338, '1615-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:04', '2023-10-31 16:07:04'),
(294472, 2339, '0451-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:04', '2023-10-31 16:07:04'),
(294473, 2338, '1615-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:04', '2023-10-31 16:07:04'),
(294474, 2339, '0451-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:04', '2023-10-31 16:07:04'),
(294475, 2338, '1615-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:04', '2023-10-31 16:07:04'),
(294476, 2339, '0451-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:04', '2023-10-31 16:07:04'),
(294477, 2338, '1615-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:04', '2023-10-31 16:07:04'),
(294478, 2339, '0451-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:04', '2023-10-31 16:07:04'),
(294479, 2338, '1615-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:04', '2023-10-31 16:07:04'),
(294480, 2339, '0451-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:04', '2023-10-31 16:07:04'),
(294481, 2338, '1615-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:04', '2023-10-31 16:07:04'),
(294482, 2339, '0451-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:04', '2023-10-31 16:07:04'),
(294483, 2338, '1615-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:04', '2023-10-31 16:07:04'),
(294484, 2339, '0451-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:04', '2023-10-31 16:07:04'),
(294485, 2338, '1615-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:04', '2023-10-31 16:07:04'),
(294486, 2339, '0451-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:04', '2023-10-31 16:07:04'),
(294487, 2338, '1615-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:04', '2023-10-31 16:07:04'),
(294488, 2339, '0451-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:04', '2023-10-31 16:07:04'),
(294489, 2338, '1615-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:04', '2023-10-31 16:07:04'),
(294490, 2339, '0451-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:04', '2023-10-31 16:07:04'),
(294491, 2338, '1615-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:04', '2023-10-31 16:07:04'),
(294492, 2339, '0452-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:04', '2023-10-31 16:07:04'),
(294493, 2338, '1615-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:04', '2023-10-31 16:07:04'),
(294494, 2339, '0452-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:04', '2023-10-31 16:07:04'),
(294495, 2338, '1616-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:04', '2023-10-31 16:07:04'),
(294496, 2339, '0452-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:04', '2023-10-31 16:07:04'),
(294497, 2338, '1616-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:04', '2023-10-31 16:07:04'),
(294498, 2339, '0452-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:04', '2023-10-31 16:07:04'),
(294499, 2338, '1616-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:04', '2023-10-31 16:07:04'),
(294500, 2339, '0452-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:04', '2023-10-31 16:07:04'),
(294501, 2338, '1616-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:04', '2023-10-31 16:07:04'),
(294502, 2339, '0452-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:04', '2023-10-31 16:07:04'),
(294503, 2338, '1616-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:04', '2023-10-31 16:07:04'),
(294504, 2339, '0452-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:04', '2023-10-31 16:07:04'),
(294505, 2338, '1616-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:04', '2023-10-31 16:07:04'),
(294506, 2339, '0452-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:04', '2023-10-31 16:07:04'),
(294507, 2338, '1616-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:04', '2023-10-31 16:07:04'),
(294508, 2339, '0452-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:04', '2023-10-31 16:07:04'),
(294509, 2338, '1616-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:04', '2023-10-31 16:07:04'),
(294510, 2339, '0452-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:04', '2023-10-31 16:07:04'),
(294511, 2338, '1616-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:04', '2023-10-31 16:07:04'),
(294512, 2339, '0452-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:04', '2023-10-31 16:07:04'),
(294513, 2338, '1616-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:04', '2023-10-31 16:07:04'),
(294514, 2339, '0452-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294515, 2338, '1616-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294516, 2339, '0453-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294517, 2338, '1616-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294518, 2339, '0453-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294519, 2338, '1617-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294520, 2339, '0453-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294521, 2338, '1617-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294522, 2339, '0453-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294523, 2338, '1617-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294524, 2339, '0453-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294525, 2338, '1617-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294526, 2339, '0453-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294527, 2338, '1617-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294528, 2339, '0453-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294529, 2338, '1617-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294530, 2339, '0453-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294531, 2338, '1617-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294532, 2339, '0453-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294533, 2338, '1617-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294534, 2339, '0453-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294535, 2338, '1617-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294536, 2339, '0453-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294537, 2338, '1617-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(294538, 2339, '0453-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294539, 2338, '1617-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294540, 2339, '0454-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294541, 2338, '1617-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294542, 2339, '0454-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294543, 2338, '1618-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294544, 2339, '0454-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294545, 2338, '1618-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294546, 2339, '0454-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294547, 2338, '1618-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294548, 2339, '0454-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294549, 2338, '1618-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294550, 2339, '0454-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294551, 2338, '1618-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294552, 2339, '0454-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294553, 2338, '1618-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294554, 2339, '0454-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294555, 2338, '1618-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294556, 2339, '0454-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294557, 2338, '1618-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294558, 2339, '0454-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294559, 2338, '1618-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294560, 2339, '0454-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294561, 2338, '1618-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294562, 2339, '0454-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294563, 2338, '1618-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294564, 2339, '0455-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294565, 2338, '1618-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294566, 2339, '0455-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294567, 2338, '1619-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294568, 2339, '0455-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294569, 2338, '1619-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294570, 2339, '0455-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294571, 2338, '1619-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294572, 2339, '0455-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294573, 2338, '1619-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294574, 2339, '0455-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294575, 2338, '1619-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294576, 2339, '0455-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294577, 2338, '1619-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294578, 2339, '0455-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294579, 2338, '1619-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294580, 2339, '0455-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294581, 2338, '1619-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294582, 2339, '0455-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294583, 2338, '1619-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294584, 2339, '0455-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294585, 2338, '1619-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294586, 2339, '0455-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294587, 2338, '1619-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294588, 2339, '0456-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294589, 2338, '1619-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294590, 2338, '1620-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294591, 2339, '0456-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294592, 2338, '1620-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294593, 2339, '0456-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294594, 2338, '1620-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294595, 2339, '0456-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294596, 2338, '1620-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294597, 2339, '0456-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294598, 2338, '1620-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294599, 2339, '0456-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294600, 2338, '1620-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294601, 2339, '0456-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294602, 2338, '1620-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294603, 2339, '0456-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294604, 2338, '1620-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294605, 2339, '0456-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294606, 2338, '1620-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294607, 2339, '0456-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294608, 2338, '1620-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294609, 2339, '0456-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294610, 2338, '1620-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294611, 2339, '0456-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294612, 2338, '1620-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294613, 2339, '0457-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294614, 2338, '1621-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294615, 2339, '0457-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294616, 2338, '1621-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294617, 2339, '0457-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294618, 2338, '1621-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294619, 2339, '0457-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294620, 2338, '1621-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294621, 2339, '0457-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294622, 2338, '1621-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294623, 2339, '0457-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294624, 2338, '1621-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294625, 2339, '0457-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294626, 2338, '1621-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294627, 2339, '0457-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294628, 2338, '1621-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294629, 2339, '0457-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294630, 2338, '1621-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294631, 2339, '0457-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294632, 2338, '1621-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294633, 2339, '0457-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294634, 2338, '1621-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294635, 2339, '0457-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294636, 2338, '1621-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294637, 2339, '0458-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294638, 2338, '1622-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294639, 2339, '0458-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294640, 2338, '1622-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294641, 2339, '0458-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294642, 2338, '1622-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294643, 2339, '0458-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294644, 2338, '1622-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294645, 2339, '0458-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294646, 2338, '1622-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294647, 2339, '0458-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294648, 2338, '1622-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294649, 2339, '0458-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294650, 2338, '1622-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294651, 2339, '0458-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294652, 2338, '1622-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294653, 2339, '0458-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294654, 2338, '1622-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294655, 2339, '0458-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294656, 2338, '1622-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294657, 2339, '0458-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294658, 2338, '1622-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294659, 2339, '0458-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294660, 2338, '1622-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294661, 2339, '0459-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294662, 2338, '1623-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294663, 2339, '0459-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294664, 2338, '1623-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294665, 2339, '0459-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294666, 2338, '1623-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294667, 2339, '0459-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294668, 2338, '1623-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294669, 2339, '0459-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294670, 2338, '1623-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294671, 2339, '0459-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294672, 2338, '1623-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294673, 2339, '0459-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294674, 2338, '1623-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294675, 2339, '0459-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294676, 2338, '1623-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294677, 2339, '0459-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294678, 2338, '1623-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294679, 2339, '0459-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294680, 2338, '1623-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294681, 2339, '0459-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294682, 2338, '1623-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294683, 2339, '0459-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294684, 2338, '1623-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294685, 2339, '0460-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294686, 2338, '1624-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294687, 2339, '0460-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294688, 2338, '1624-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294689, 2339, '0460-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294690, 2338, '1624-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294691, 2339, '0460-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294692, 2338, '1624-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294693, 2339, '0460-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294694, 2338, '1624-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294695, 2339, '0460-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294696, 2338, '1624-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294697, 2339, '0460-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294698, 2338, '1624-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294699, 2339, '0460-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294700, 2338, '1624-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294701, 2339, '0460-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294702, 2338, '1624-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294703, 2339, '0460-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294704, 2338, '1624-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294705, 2339, '0460-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294706, 2338, '1624-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294707, 2339, '0460-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294708, 2338, '1624-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294709, 2339, '0461-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294710, 2338, '1625-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294711, 2339, '0461-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294712, 2338, '1625-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294713, 2339, '0461-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294714, 2338, '1625-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294715, 2339, '0461-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294716, 2338, '1625-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294717, 2339, '0461-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294718, 2338, '1625-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294719, 2339, '0461-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294720, 2338, '1625-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294721, 2339, '0461-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294722, 2338, '1625-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294723, 2339, '0461-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294724, 2338, '1625-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294725, 2339, '0461-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294726, 2338, '1625-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294727, 2339, '0461-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294728, 2338, '1625-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294729, 2339, '0461-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294730, 2338, '1625-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294731, 2339, '0461-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294732, 2338, '1625-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294733, 2339, '0462-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294734, 2338, '1626-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294735, 2339, '0462-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294736, 2338, '1626-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294737, 2339, '0462-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294738, 2338, '1626-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294739, 2339, '0462-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294740, 2338, '1626-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294741, 2339, '0462-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294742, 2338, '1626-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294743, 2339, '0462-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294744, 2338, '1626-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294745, 2339, '0462-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294746, 2338, '1626-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294747, 2339, '0462-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294748, 2338, '1626-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294749, 2339, '0462-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294750, 2338, '1626-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294751, 2339, '0462-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294752, 2338, '1626-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294753, 2339, '0462-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294754, 2338, '1626-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294755, 2339, '0462-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294756, 2338, '1626-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294757, 2339, '0463-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294758, 2338, '1627-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294759, 2339, '0463-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294760, 2338, '1627-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294761, 2339, '0463-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294762, 2338, '1627-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294763, 2339, '0463-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294764, 2338, '1627-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294765, 2339, '0463-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294766, 2338, '1627-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294767, 2339, '0463-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294768, 2338, '1627-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294769, 2339, '0463-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294770, 2338, '1627-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294771, 2339, '0463-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294772, 2338, '1627-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294773, 2339, '0463-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294774, 2338, '1627-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294775, 2339, '0463-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294776, 2338, '1627-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294777, 2339, '0463-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294778, 2338, '1627-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294779, 2339, '0463-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294780, 2338, '1627-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294781, 2339, '0464-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294782, 2338, '1628-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:05', '2023-10-31 16:07:05'),
(294783, 2339, '0464-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(294784, 2338, '1628-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(294785, 2339, '0464-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(294786, 2338, '1628-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(294787, 2339, '0464-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(294788, 2338, '1628-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(294789, 2339, '0464-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(294790, 2338, '1628-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(294791, 2339, '0464-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(294792, 2338, '1628-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(294793, 2339, '0464-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(294794, 2338, '1628-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(294795, 2339, '0464-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(294796, 2338, '1628-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(294797, 2339, '0464-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(294798, 2338, '1628-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(294799, 2339, '0464-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(294800, 2338, '1628-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(294801, 2339, '0464-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(294802, 2338, '1628-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(294803, 2339, '0464-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(294804, 2338, '1628-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(294805, 2339, '0465-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(294806, 2338, '1629-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(294807, 2339, '0465-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(294808, 2338, '1629-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(294809, 2339, '0465-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(294810, 2338, '1629-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(294811, 2339, '0465-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(294812, 2338, '1629-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(294813, 2339, '0465-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(294814, 2338, '1629-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(294815, 2339, '0465-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(294816, 2338, '1629-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(294817, 2339, '0465-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(294818, 2338, '1629-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(294819, 2339, '0465-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(294820, 2338, '1629-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(294821, 2339, '0465-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(294822, 2338, '1629-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(294823, 2339, '0465-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(294824, 2338, '1629-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(294825, 2339, '0465-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(294826, 2338, '1629-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(294827, 2339, '0465-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(294828, 2338, '1629-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(294829, 2339, '0466-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(294830, 2338, '1630-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(294831, 2339, '0466-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(294832, 2338, '1630-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(294833, 2339, '0466-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(294834, 2338, '1630-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(294835, 2339, '0466-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(294836, 2338, '1630-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(294837, 2339, '0466-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(294838, 2338, '1630-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(294839, 2339, '0466-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(294840, 2338, '1630-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(294841, 2339, '0466-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(294842, 2338, '1630-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(294843, 2339, '0466-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(294844, 2338, '1630-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(294845, 2339, '0466-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(294846, 2338, '1630-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(294847, 2339, '0466-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(294848, 2338, '1630-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(294849, 2339, '0466-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(294850, 2338, '1630-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(294851, 2339, '0466-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(294852, 2338, '1630-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(294853, 2339, '0467-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(294854, 2338, '1631-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(294855, 2339, '0467-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(294856, 2338, '1631-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(294857, 2339, '0467-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(294858, 2338, '1631-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(294859, 2339, '0467-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(294860, 2338, '1631-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(294861, 2339, '0467-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(294862, 2338, '1631-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(294863, 2339, '0467-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(294864, 2338, '1631-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(294865, 2339, '0467-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(294866, 2338, '1631-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(294867, 2339, '0467-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(294868, 2338, '1631-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(294869, 2339, '0467-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(294870, 2338, '1631-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(294871, 2339, '0467-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(294872, 2338, '1631-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(294873, 2339, '0467-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(294874, 2338, '1631-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(294875, 2339, '0467-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(294876, 2338, '1631-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(294877, 2339, '0468-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(294878, 2338, '1632-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(294879, 2339, '0468-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(294880, 2338, '1632-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(294881, 2339, '0468-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(294882, 2338, '1632-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(294883, 2339, '0468-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(294884, 2338, '1632-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(294885, 2339, '0468-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(294886, 2338, '1632-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(294887, 2339, '0468-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(294888, 2338, '1632-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(294889, 2339, '0468-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(294890, 2338, '1632-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(294891, 2339, '0468-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(294892, 2338, '1632-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(294893, 2339, '0468-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(294894, 2338, '1632-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(294895, 2339, '0468-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(294896, 2338, '1632-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(294897, 2339, '0468-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(294898, 2338, '1632-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(294899, 2339, '0468-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(294900, 2338, '1632-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(294901, 2339, '0469-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(294902, 2338, '1633-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(294903, 2339, '0469-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(294904, 2338, '1633-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(294905, 2339, '0469-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(294906, 2338, '1633-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(294907, 2339, '0469-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(294908, 2338, '1633-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(294909, 2339, '0469-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(294910, 2338, '1633-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(294911, 2339, '0469-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(294912, 2338, '1633-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(294913, 2339, '0469-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(294914, 2338, '1633-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(294915, 2339, '0469-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(294916, 2338, '1633-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(294917, 2339, '0469-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(294918, 2338, '1633-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(294919, 2339, '0469-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(294920, 2338, '1633-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(294921, 2339, '0469-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(294922, 2338, '1633-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(294923, 2339, '0469-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(294924, 2338, '1633-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(294925, 2339, '0470-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(294926, 2338, '1634-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(294927, 2339, '0470-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(294928, 2338, '1634-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(294929, 2339, '0470-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(294930, 2338, '1634-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(294931, 2339, '0470-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(294932, 2338, '1634-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(294933, 2339, '0470-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(294934, 2338, '1634-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(294935, 2339, '0470-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(294936, 2338, '1634-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(294937, 2339, '0470-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(294938, 2338, '1634-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(294939, 2339, '0470-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(294940, 2338, '1634-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(294941, 2339, '0470-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(294942, 2338, '1634-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(294943, 2339, '0470-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(294944, 2338, '1634-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(294945, 2339, '0470-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(294946, 2338, '1634-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(294947, 2339, '0470-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(294948, 2338, '1634-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(294949, 2339, '0471-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(294950, 2338, '1635-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(294951, 2339, '0471-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(294952, 2338, '1635-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(294953, 2339, '0471-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(294954, 2338, '1635-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(294955, 2339, '0471-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(294956, 2338, '1635-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(294957, 2339, '0471-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(294958, 2338, '1635-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(294959, 2339, '0471-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(294960, 2338, '1635-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(294961, 2339, '0471-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(294962, 2338, '1635-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(294963, 2339, '0471-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(294964, 2338, '1635-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(294965, 2339, '0471-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(294966, 2338, '1635-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(294967, 2339, '0471-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(294968, 2338, '1635-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(294969, 2339, '0471-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(294970, 2338, '1635-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(294971, 2339, '0471-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(294972, 2338, '1635-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(294973, 2339, '0472-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(294974, 2338, '1636-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(294975, 2339, '0472-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(294976, 2338, '1636-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(294977, 2339, '0472-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(294978, 2338, '1636-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(294979, 2339, '0472-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(294980, 2338, '1636-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(294981, 2339, '0472-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(294982, 2338, '1636-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(294983, 2339, '0472-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(294984, 2338, '1636-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(294985, 2339, '0472-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(294986, 2338, '1636-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(294987, 2339, '0472-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(294988, 2338, '1636-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(294989, 2339, '0472-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(294990, 2338, '1636-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(294991, 2339, '0472-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(294992, 2338, '1636-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(294993, 2339, '0472-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(294994, 2338, '1636-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(294995, 2339, '0472-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(294996, 2338, '1636-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(294997, 2339, '0473-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(294998, 2338, '1637-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(294999, 2339, '0473-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(295000, 2338, '1637-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(295001, 2339, '0473-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(295002, 2338, '1637-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(295003, 2339, '0473-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(295004, 2338, '1637-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(295005, 2339, '0473-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(295006, 2338, '1637-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(295007, 2339, '0473-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(295008, 2338, '1637-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(295009, 2339, '0473-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(295010, 2338, '1637-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(295011, 2339, '0473-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(295012, 2338, '1637-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(295013, 2339, '0473-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(295014, 2338, '1637-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(295015, 2339, '0473-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(295016, 2338, '1637-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(295017, 2339, '0473-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(295018, 2338, '1637-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(295019, 2339, '0473-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(295020, 2338, '1637-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(295021, 2339, '0474-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(295022, 2338, '1638-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(295023, 2339, '0474-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(295024, 2338, '1638-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(295025, 2339, '0474-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(295026, 2338, '1638-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(295027, 2339, '0474-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(295028, 2338, '1638-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(295029, 2339, '0474-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(295030, 2338, '1638-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(295031, 2339, '0474-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(295032, 2338, '1638-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(295033, 2339, '0474-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(295034, 2338, '1638-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(295035, 2339, '0474-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(295036, 2338, '1638-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(295037, 2339, '0474-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(295038, 2338, '1638-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(295039, 2339, '0474-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(295040, 2338, '1638-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(295041, 2339, '0474-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(295042, 2338, '1638-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(295043, 2339, '0474-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(295044, 2338, '1638-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(295045, 2339, '0475-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(295046, 2338, '1639-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(295047, 2339, '0475-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(295048, 2338, '1639-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(295049, 2339, '0475-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(295050, 2338, '1639-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(295051, 2339, '0475-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(295052, 2338, '1639-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(295053, 2339, '0475-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(295054, 2338, '1639-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(295055, 2339, '0475-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(295056, 2338, '1639-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(295057, 2339, '0475-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(295058, 2338, '1639-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:06', '2023-10-31 16:07:06'),
(295059, 2339, '0475-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295060, 2338, '1639-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295061, 2339, '0475-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295062, 2338, '1639-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295063, 2339, '0475-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295064, 2338, '1639-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295065, 2339, '0475-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295066, 2338, '1639-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295067, 2339, '0475-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295068, 2338, '1639-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295069, 2339, '0476-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295070, 2338, '1640-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295071, 2339, '0476-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295072, 2338, '1640-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295073, 2339, '0476-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295074, 2338, '1640-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295075, 2339, '0476-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295076, 2338, '1640-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295077, 2339, '0476-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295078, 2338, '1640-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295079, 2339, '0476-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295080, 2338, '1640-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295081, 2339, '0476-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295082, 2338, '1640-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295083, 2339, '0476-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295084, 2338, '1640-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295085, 2339, '0476-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295086, 2338, '1640-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295087, 2339, '0476-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295088, 2338, '1640-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295089, 2339, '0476-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295090, 2338, '1640-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295091, 2339, '0476-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295092, 2338, '1640-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295093, 2339, '0477-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295094, 2338, '1641-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295095, 2339, '0477-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295096, 2338, '1641-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295097, 2339, '0477-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295098, 2338, '1641-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295099, 2339, '0477-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295100, 2338, '1641-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295101, 2339, '0477-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295102, 2338, '1641-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295103, 2339, '0477-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295104, 2338, '1641-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295105, 2339, '0477-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295106, 2338, '1641-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295107, 2339, '0477-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295108, 2338, '1641-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295109, 2339, '0477-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295110, 2338, '1641-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295111, 2339, '0477-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295112, 2338, '1641-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295113, 2339, '0477-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295114, 2338, '1641-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295115, 2339, '0477-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295116, 2338, '1641-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295117, 2339, '0478-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295118, 2338, '1642-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295119, 2339, '0478-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295120, 2338, '1642-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295121, 2339, '0478-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295122, 2338, '1642-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295123, 2339, '0478-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295124, 2338, '1642-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295125, 2339, '0478-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295126, 2338, '1642-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295127, 2339, '0478-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295128, 2338, '1642-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295129, 2339, '0478-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295130, 2338, '1642-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295131, 2339, '0478-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295132, 2338, '1642-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295133, 2339, '0478-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295134, 2338, '1642-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295135, 2339, '0478-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295136, 2338, '1642-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295137, 2339, '0478-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295138, 2338, '1642-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295139, 2339, '0478-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295140, 2338, '1642-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295141, 2339, '0479-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295142, 2338, '1643-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295143, 2339, '0479-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295144, 2338, '1643-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295145, 2339, '0479-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295146, 2338, '1643-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295147, 2339, '0479-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295148, 2338, '1643-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295149, 2339, '0479-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295150, 2338, '1643-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295151, 2339, '0479-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295152, 2338, '1643-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295153, 2339, '0479-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295154, 2338, '1643-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295155, 2339, '0479-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295156, 2338, '1643-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295157, 2339, '0479-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295158, 2338, '1643-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295159, 2339, '0479-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295160, 2338, '1643-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295161, 2339, '0479-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295162, 2338, '1643-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295163, 2339, '0479-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295164, 2338, '1643-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295165, 2339, '0480-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295166, 2338, '1644-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295167, 2339, '0480-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295168, 2338, '1644-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295169, 2339, '0480-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295170, 2338, '1644-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295171, 2339, '0480-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295172, 2338, '1644-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295173, 2339, '0480-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295174, 2338, '1644-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295175, 2339, '0480-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295176, 2338, '1644-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295177, 2339, '0480-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295178, 2338, '1644-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295179, 2339, '0480-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295180, 2338, '1644-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295181, 2339, '0480-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295182, 2338, '1644-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295183, 2339, '0480-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295184, 2338, '1644-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295185, 2339, '0480-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295186, 2338, '1644-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295187, 2339, '0480-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295188, 2338, '1644-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295189, 2339, '0481-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295190, 2338, '1645-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295191, 2339, '0481-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295192, 2338, '1645-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295193, 2339, '0481-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295194, 2338, '1645-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295195, 2339, '0481-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295196, 2338, '1645-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295197, 2339, '0481-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295198, 2338, '1645-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295199, 2339, '0481-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295200, 2338, '1645-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295201, 2339, '0481-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295202, 2338, '1645-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295203, 2339, '0481-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295204, 2338, '1645-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295205, 2339, '0481-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295206, 2338, '1645-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295207, 2339, '0481-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295208, 2338, '1645-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295209, 2339, '0481-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295210, 2338, '1645-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295211, 2339, '0481-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295212, 2338, '1645-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295213, 2339, '0482-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295214, 2338, '1646-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295215, 2339, '0482-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295216, 2338, '1646-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295217, 2339, '0482-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295218, 2338, '1646-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295219, 2339, '0482-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295220, 2338, '1646-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295221, 2339, '0482-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295222, 2338, '1646-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295223, 2339, '0482-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295224, 2338, '1646-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295225, 2339, '0482-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295226, 2338, '1646-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295227, 2339, '0482-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295228, 2338, '1646-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295229, 2339, '0482-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295230, 2338, '1646-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295231, 2339, '0482-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295232, 2338, '1646-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295233, 2339, '0482-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295234, 2338, '1646-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295235, 2339, '0482-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295236, 2338, '1646-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295237, 2339, '0483-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295238, 2338, '1647-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295239, 2339, '0483-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295240, 2338, '1647-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295241, 2339, '0483-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295242, 2338, '1647-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295243, 2339, '0483-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295244, 2338, '1647-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295245, 2339, '0483-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295246, 2338, '1647-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295247, 2339, '0483-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295248, 2338, '1647-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295249, 2339, '0483-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295250, 2338, '1647-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295251, 2339, '0483-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295252, 2338, '1647-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295253, 2339, '0483-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295254, 2338, '1647-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295255, 2339, '0483-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295256, 2338, '1647-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295257, 2339, '0483-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295258, 2338, '1647-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295259, 2339, '0483-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295260, 2338, '1647-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295261, 2339, '0484-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295262, 2338, '1648-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295263, 2339, '0484-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295264, 2338, '1648-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295265, 2339, '0484-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295266, 2338, '1648-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295267, 2339, '0484-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295268, 2338, '1648-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295269, 2339, '0484-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295270, 2338, '1648-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295271, 2339, '0484-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295272, 2338, '1648-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295273, 2339, '0484-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295274, 2338, '1648-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295275, 2339, '0484-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295276, 2338, '1648-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295277, 2339, '0484-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295278, 2338, '1648-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295279, 2339, '0484-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295280, 2338, '1648-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295281, 2339, '0484-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295282, 2338, '1648-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295283, 2339, '0484-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295284, 2338, '1648-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295285, 2339, '0485-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295286, 2338, '1649-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295287, 2339, '0485-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295288, 2338, '1649-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295289, 2339, '0485-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295290, 2338, '1649-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295291, 2339, '0485-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295292, 2338, '1649-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295293, 2339, '0485-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295294, 2338, '1649-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295295, 2339, '0485-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295296, 2338, '1649-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295297, 2339, '0485-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295298, 2338, '1649-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295299, 2339, '0485-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295300, 2338, '1649-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295301, 2339, '0485-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295302, 2338, '1649-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295303, 2339, '0485-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295304, 2338, '1649-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295305, 2339, '0485-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295306, 2338, '1649-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295307, 2339, '0485-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295308, 2338, '1649-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295309, 2339, '0486-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295310, 2338, '1650-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295311, 2339, '0486-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295312, 2338, '1650-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295313, 2339, '0486-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295314, 2338, '1650-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295315, 2339, '0486-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295316, 2338, '1650-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295317, 2339, '0486-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295318, 2338, '1650-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295319, 2339, '0486-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295320, 2338, '1650-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295321, 2339, '0486-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:07', '2023-10-31 16:07:07'),
(295322, 2338, '1650-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295323, 2339, '0486-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295324, 2338, '1650-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295325, 2339, '0486-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295326, 2338, '1650-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295327, 2339, '0486-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295328, 2338, '1650-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295329, 2339, '0486-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295330, 2338, '1650-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295331, 2339, '0486-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295332, 2338, '1650-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295333, 2339, '0487-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295334, 2338, '1651-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295335, 2339, '0487-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295336, 2338, '1651-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295337, 2339, '0487-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295338, 2338, '1651-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295339, 2339, '0487-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295340, 2338, '1651-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295341, 2339, '0487-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295342, 2338, '1651-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295343, 2339, '0487-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295344, 2338, '1651-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295345, 2339, '0487-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295346, 2338, '1651-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295347, 2339, '0487-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295348, 2338, '1651-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295349, 2339, '0487-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295350, 2338, '1651-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295351, 2339, '0487-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295352, 2338, '1651-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295353, 2339, '0487-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295354, 2338, '1651-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295355, 2339, '0487-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295356, 2338, '1651-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295357, 2339, '0488-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295358, 2338, '1652-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295359, 2339, '0488-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295360, 2338, '1652-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295361, 2339, '0488-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295362, 2338, '1652-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295363, 2339, '0488-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295364, 2338, '1652-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295365, 2339, '0488-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295366, 2338, '1652-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295367, 2339, '0488-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295368, 2338, '1652-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295369, 2339, '0488-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295370, 2338, '1652-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295371, 2339, '0488-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295372, 2338, '1652-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295373, 2339, '0488-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295374, 2338, '1652-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295375, 2339, '0488-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295376, 2338, '1652-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295377, 2339, '0488-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295378, 2338, '1652-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295379, 2339, '0488-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295380, 2338, '1652-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295381, 2339, '0489-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295382, 2338, '1653-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295383, 2339, '0489-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295384, 2338, '1653-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295385, 2339, '0489-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295386, 2338, '1653-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295387, 2339, '0489-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295388, 2338, '1653-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295389, 2339, '0489-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295390, 2338, '1653-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295391, 2339, '0489-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295392, 2338, '1653-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295393, 2339, '0489-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295394, 2338, '1653-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295395, 2339, '0489-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295396, 2338, '1653-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295397, 2339, '0489-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295398, 2338, '1653-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295399, 2339, '0489-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295400, 2338, '1653-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295401, 2339, '0489-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295402, 2338, '1653-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295403, 2339, '0489-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295404, 2338, '1653-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295405, 2339, '0490-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295406, 2338, '1654-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295407, 2339, '0490-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295408, 2338, '1654-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295409, 2339, '0490-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295410, 2338, '1654-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295411, 2339, '0490-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295412, 2338, '1654-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295413, 2339, '0490-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295414, 2338, '1654-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295415, 2339, '0490-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295416, 2338, '1654-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295417, 2339, '0490-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295418, 2338, '1654-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295419, 2339, '0490-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295420, 2338, '1654-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295421, 2339, '0490-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295422, 2338, '1654-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295423, 2339, '0490-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295424, 2338, '1654-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295425, 2339, '0490-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295426, 2338, '1654-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295427, 2339, '0490-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295428, 2338, '1654-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295429, 2339, '0491-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295430, 2338, '1655-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295431, 2339, '0491-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295432, 2338, '1655-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295433, 2339, '0491-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295434, 2338, '1655-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295435, 2339, '0491-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295436, 2338, '1655-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295437, 2339, '0491-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295438, 2338, '1655-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295439, 2339, '0491-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295440, 2338, '1655-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295441, 2339, '0491-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295442, 2338, '1655-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295443, 2339, '0491-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295444, 2338, '1655-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295445, 2339, '0491-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295446, 2338, '1655-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295447, 2339, '0491-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295448, 2338, '1655-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295449, 2339, '0491-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295450, 2338, '1655-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295451, 2339, '0491-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295452, 2338, '1655-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295453, 2339, '0492-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295454, 2338, '1656-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295455, 2339, '0492-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295456, 2338, '1656-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295457, 2339, '0492-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295458, 2338, '1656-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295459, 2339, '0492-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295460, 2338, '1656-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295461, 2339, '0492-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295462, 2338, '1656-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295463, 2339, '0492-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295464, 2338, '1656-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295465, 2339, '0492-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295466, 2338, '1656-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295467, 2339, '0492-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(295468, 2338, '1656-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295469, 2339, '0492-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295470, 2338, '1656-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295471, 2339, '0492-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295472, 2338, '1656-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295473, 2339, '0492-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295474, 2338, '1656-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295475, 2339, '0492-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295476, 2338, '1656-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295477, 2339, '0493-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295478, 2338, '1657-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295479, 2339, '0493-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295480, 2338, '1657-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295481, 2339, '0493-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295482, 2338, '1657-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295483, 2339, '0493-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295484, 2338, '1657-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295485, 2339, '0493-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295486, 2338, '1657-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295487, 2339, '0493-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295488, 2338, '1657-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295489, 2339, '0493-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295490, 2338, '1657-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295491, 2339, '0493-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295492, 2338, '1657-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295493, 2339, '0493-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295494, 2338, '1657-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295495, 2339, '0493-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295496, 2338, '1657-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295497, 2339, '0493-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295498, 2338, '1657-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295499, 2339, '0493-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295500, 2338, '1657-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295501, 2339, '0494-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295502, 2338, '1658-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295503, 2339, '0494-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295504, 2338, '1658-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295505, 2339, '0494-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295506, 2338, '1658-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295507, 2339, '0494-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295508, 2338, '1658-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295509, 2339, '0494-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295510, 2338, '1658-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295511, 2339, '0494-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295512, 2338, '1658-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295513, 2339, '0494-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295514, 2338, '1658-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295515, 2339, '0494-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295516, 2338, '1658-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295517, 2339, '0494-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295518, 2338, '1658-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295519, 2339, '0494-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295520, 2338, '1658-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295521, 2339, '0494-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295522, 2338, '1658-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295523, 2339, '0494-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295524, 2338, '1658-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295525, 2339, '0495-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295526, 2338, '1659-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295527, 2339, '0495-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295528, 2338, '1659-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295529, 2339, '0495-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295530, 2338, '1659-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295531, 2339, '0495-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295532, 2338, '1659-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295533, 2339, '0495-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295534, 2338, '1659-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295535, 2339, '0495-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295536, 2338, '1659-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295537, 2339, '0495-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295538, 2338, '1659-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295539, 2339, '0495-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295540, 2338, '1659-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295541, 2339, '0495-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295542, 2338, '1659-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295543, 2339, '0495-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295544, 2338, '1659-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295545, 2339, '0495-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295546, 2338, '1659-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295547, 2339, '0495-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295548, 2338, '1659-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295549, 2339, '0496-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295550, 2338, '1660-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295551, 2339, '0496-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295552, 2338, '1660-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295553, 2339, '0496-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295554, 2338, '1660-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295555, 2339, '0496-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295556, 2338, '1660-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295557, 2339, '0496-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295558, 2338, '1660-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295559, 2339, '0496-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295560, 2338, '1660-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295561, 2339, '0496-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295562, 2338, '1660-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295563, 2339, '0496-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295564, 2338, '1660-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295565, 2339, '0496-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295566, 2338, '1660-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295567, 2339, '0496-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295568, 2338, '1660-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295569, 2339, '0496-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295570, 2338, '1660-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295571, 2339, '0496-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295572, 2338, '1660-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295573, 2339, '0497-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295574, 2338, '1661-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295575, 2339, '0497-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295576, 2338, '1661-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295577, 2339, '0497-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295578, 2338, '1661-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295579, 2339, '0497-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295580, 2338, '1661-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295581, 2339, '0497-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:08', '2023-10-31 16:07:08'),
(295582, 2338, '1661-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:09', '2023-10-31 16:07:09'),
(295583, 2339, '0497-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:09', '2023-10-31 16:07:09'),
(295584, 2338, '1661-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:09', '2023-10-31 16:07:09'),
(295585, 2339, '0497-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:09', '2023-10-31 16:07:09'),
(295586, 2338, '1661-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:09', '2023-10-31 16:07:09'),
(295587, 2339, '0497-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:09', '2023-10-31 16:07:09'),
(295588, 2338, '1661-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:09', '2023-10-31 16:07:09'),
(295589, 2339, '0497-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:09', '2023-10-31 16:07:09'),
(295590, 2338, '1661-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:09', '2023-10-31 16:07:09'),
(295591, 2339, '0497-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:09', '2023-10-31 16:07:09'),
(295592, 2338, '1661-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:09', '2023-10-31 16:07:09'),
(295593, 2339, '0497-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:09', '2023-10-31 16:07:09'),
(295594, 2338, '1661-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:09', '2023-10-31 16:07:09'),
(295595, 2339, '0497-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:09', '2023-10-31 16:07:09'),
(295596, 2338, '1661-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:09', '2023-10-31 16:07:09'),
(295597, 2339, '0498-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:09', '2023-10-31 16:07:09'),
(295598, 2338, '1662-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:09', '2023-10-31 16:07:09'),
(295599, 2339, '0498-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:09', '2023-10-31 16:07:09'),
(295600, 2338, '1662-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:09', '2023-10-31 16:07:09'),
(295601, 2339, '0498-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:09', '2023-10-31 16:07:09'),
(295602, 2338, '1662-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:09', '2023-10-31 16:07:09'),
(295603, 2339, '0498-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:09', '2023-10-31 16:07:09'),
(295604, 2338, '1662-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:09', '2023-10-31 16:07:09'),
(295605, 2339, '0498-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:09', '2023-10-31 16:07:09'),
(295606, 2338, '1662-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:09', '2023-10-31 16:07:09'),
(295607, 2339, '0498-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:09', '2023-10-31 16:07:09'),
(295608, 2338, '1662-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:09', '2023-10-31 16:07:09'),
(295609, 2339, '0498-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:09', '2023-10-31 16:07:09'),
(295610, 2338, '1662-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:09', '2023-10-31 16:07:09'),
(295611, 2339, '0498-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:09', '2023-10-31 16:07:09'),
(295612, 2338, '1662-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:09', '2023-10-31 16:07:09'),
(295613, 2339, '0498-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:09', '2023-10-31 16:07:09'),
(295614, 2338, '1662-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:09', '2023-10-31 16:07:09'),
(295615, 2339, '0498-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:09', '2023-10-31 16:07:09'),
(295616, 2338, '1662-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:09', '2023-10-31 16:07:09'),
(295617, 2339, '0498-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:09', '2023-10-31 16:07:09'),
(295618, 2338, '1662-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:09', '2023-10-31 16:07:09'),
(295619, 2339, '0498-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:09', '2023-10-31 16:07:09'),
(295620, 2338, '1662-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:09', '2023-10-31 16:07:09'),
(295621, 2339, '0499-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:09', '2023-10-31 16:07:09'),
(295622, 2338, '1663-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:09', '2023-10-31 16:07:09'),
(295623, 2339, '0499-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:09', '2023-10-31 16:07:09'),
(295624, 2338, '1663-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:09', '2023-10-31 16:07:09'),
(295625, 2339, '0499-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:09', '2023-10-31 16:07:09'),
(295626, 2338, '1663-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:09', '2023-10-31 16:07:09'),
(295627, 2339, '0499-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:09', '2023-10-31 16:07:09'),
(295628, 2338, '1663-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:09', '2023-10-31 16:07:09'),
(295629, 2339, '0499-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:09', '2023-10-31 16:07:09'),
(295630, 2338, '1663-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:09', '2023-10-31 16:07:09'),
(295631, 2339, '0499-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:09', '2023-10-31 16:07:09'),
(295632, 2338, '1663-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:09', '2023-10-31 16:07:09'),
(295633, 2339, '0499-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:09', '2023-10-31 16:07:09'),
(295634, 2338, '1663-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:09', '2023-10-31 16:07:09'),
(295635, 2339, '0499-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:09', '2023-10-31 16:07:09'),
(295636, 2338, '1663-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:09', '2023-10-31 16:07:09'),
(295637, 2339, '0499-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:09', '2023-10-31 16:07:09'),
(295638, 2338, '1663-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:09', '2023-10-31 16:07:09'),
(295639, 2339, '0499-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:09', '2023-10-31 16:07:09'),
(295640, 2338, '1663-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:09', '2023-10-31 16:07:09'),
(295641, 2339, '0499-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:09', '2023-10-31 16:07:09'),
(295642, 2338, '1663-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:09', '2023-10-31 16:07:09'),
(295643, 2339, '0499-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:09', '2023-10-31 16:07:09'),
(295644, 2338, '1663-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:09', '2023-10-31 16:07:09'),
(295645, 2339, '0500-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:09', '2023-10-31 16:07:09'),
(295646, 2338, '1664-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:09', '2023-10-31 16:07:09'),
(295647, 2339, '0500-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:09', '2023-10-31 16:07:09'),
(295648, 2338, '1664-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:09', '2023-10-31 16:07:09'),
(295649, 2339, '0500-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:09', '2023-10-31 16:07:09'),
(295650, 2338, '1664-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:09', '2023-10-31 16:07:09'),
(295651, 2339, '0500-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:09', '2023-10-31 16:07:09'),
(295652, 2338, '1664-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:09', '2023-10-31 16:07:09'),
(295653, 2339, '0500-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:09', '2023-10-31 16:07:09'),
(295654, 2338, '1664-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:09', '2023-10-31 16:07:09'),
(295655, 2339, '0500-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:09', '2023-10-31 16:07:09'),
(295656, 2338, '1664-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:09', '2023-10-31 16:07:09'),
(295657, 2339, '0500-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:09', '2023-10-31 16:07:09'),
(295658, 2338, '1664-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:09', '2023-10-31 16:07:09'),
(295659, 2339, '0500-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:09', '2023-10-31 16:07:09'),
(295660, 2338, '1664-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:09', '2023-10-31 16:07:09'),
(295661, 2339, '0500-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:09', '2023-10-31 16:07:09'),
(295662, 2338, '1664-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:09', '2023-10-31 16:07:09'),
(295663, 2339, '0500-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:09', '2023-10-31 16:07:09'),
(295664, 2338, '1664-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:09', '2023-10-31 16:07:09'),
(295665, 2339, '0500-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:09', '2023-10-31 16:07:09'),
(295666, 2338, '1664-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:09', '2023-10-31 16:07:09'),
(295667, 2339, '0500-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:09', '2023-10-31 16:07:09'),
(295668, 2338, '1664-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:09', '2023-10-31 16:07:09'),
(295669, 2339, '0501-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:09', '2023-10-31 16:07:09'),
(295670, 2338, '1665-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:09', '2023-10-31 16:07:09'),
(295671, 2339, '0501-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:09', '2023-10-31 16:07:09'),
(295672, 2338, '1665-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:09', '2023-10-31 16:07:09'),
(295673, 2339, '0501-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:09', '2023-10-31 16:07:09'),
(295674, 2338, '1665-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:09', '2023-10-31 16:07:09'),
(295675, 2339, '0501-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:09', '2023-10-31 16:07:09'),
(295676, 2338, '1665-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:09', '2023-10-31 16:07:09'),
(295677, 2339, '0501-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:09', '2023-10-31 16:07:09'),
(295678, 2338, '1665-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:09', '2023-10-31 16:07:09'),
(295679, 2339, '0501-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:09', '2023-10-31 16:07:09'),
(295680, 2338, '1665-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:09', '2023-10-31 16:07:09'),
(295681, 2339, '0501-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:09', '2023-10-31 16:07:09'),
(295682, 2338, '1665-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:09', '2023-10-31 16:07:09'),
(295683, 2339, '0501-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:09', '2023-10-31 16:07:09'),
(295684, 2338, '1665-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:09', '2023-10-31 16:07:09'),
(295685, 2339, '0501-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:09', '2023-10-31 16:07:09'),
(295686, 2338, '1665-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:09', '2023-10-31 16:07:09'),
(295687, 2339, '0501-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:09', '2023-10-31 16:07:09'),
(295688, 2338, '1665-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:09', '2023-10-31 16:07:09'),
(295689, 2339, '0501-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:09', '2023-10-31 16:07:09'),
(295690, 2338, '1665-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:09', '2023-10-31 16:07:09'),
(295691, 2339, '0501-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:09', '2023-10-31 16:07:09'),
(295692, 2338, '1665-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:09', '2023-10-31 16:07:09'),
(295693, 2339, '0502-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:09', '2023-10-31 16:07:09'),
(295694, 2338, '1666-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:09', '2023-10-31 16:07:09'),
(295695, 2339, '0502-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:09', '2023-10-31 16:07:09'),
(295696, 2338, '1666-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:09', '2023-10-31 16:07:09'),
(295697, 2339, '0502-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:09', '2023-10-31 16:07:09'),
(295698, 2338, '1666-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:09', '2023-10-31 16:07:09'),
(295699, 2339, '0502-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:09', '2023-10-31 16:07:09'),
(295700, 2338, '1666-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:09', '2023-10-31 16:07:09'),
(295701, 2339, '0502-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:09', '2023-10-31 16:07:09'),
(295702, 2338, '1666-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:09', '2023-10-31 16:07:09'),
(295703, 2339, '0502-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:09', '2023-10-31 16:07:09'),
(295704, 2338, '1666-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:09', '2023-10-31 16:07:09'),
(295705, 2339, '0502-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:09', '2023-10-31 16:07:09'),
(295706, 2338, '1666-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:09', '2023-10-31 16:07:09'),
(295707, 2339, '0502-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:09', '2023-10-31 16:07:09'),
(295708, 2338, '1666-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:09', '2023-10-31 16:07:09'),
(295709, 2339, '0502-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:09', '2023-10-31 16:07:09'),
(295710, 2338, '1666-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:09', '2023-10-31 16:07:09'),
(295711, 2339, '0502-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:09', '2023-10-31 16:07:09'),
(295712, 2338, '1666-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:09', '2023-10-31 16:07:09'),
(295713, 2339, '0502-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:09', '2023-10-31 16:07:09'),
(295714, 2338, '1666-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:09', '2023-10-31 16:07:09'),
(295715, 2339, '0502-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:09', '2023-10-31 16:07:09'),
(295716, 2338, '1666-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:09', '2023-10-31 16:07:09'),
(295717, 2339, '0503-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:09', '2023-10-31 16:07:09'),
(295718, 2338, '1667-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:09', '2023-10-31 16:07:09'),
(295719, 2339, '0503-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:09', '2023-10-31 16:07:09'),
(295720, 2338, '1667-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:09', '2023-10-31 16:07:09'),
(295721, 2339, '0503-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:09', '2023-10-31 16:07:09'),
(295722, 2338, '1667-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:09', '2023-10-31 16:07:09'),
(295723, 2339, '0503-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:09', '2023-10-31 16:07:09'),
(295724, 2338, '1667-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:09', '2023-10-31 16:07:09'),
(295725, 2339, '0503-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:09', '2023-10-31 16:07:09'),
(295726, 2338, '1667-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:09', '2023-10-31 16:07:09'),
(295727, 2339, '0503-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:09', '2023-10-31 16:07:09'),
(295728, 2338, '1667-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:09', '2023-10-31 16:07:09'),
(295729, 2339, '0503-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:09', '2023-10-31 16:07:09'),
(295730, 2338, '1667-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:09', '2023-10-31 16:07:09'),
(295731, 2339, '0503-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:09', '2023-10-31 16:07:09'),
(295732, 2338, '1667-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:09', '2023-10-31 16:07:09'),
(295733, 2339, '0503-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:09', '2023-10-31 16:07:09'),
(295734, 2338, '1667-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:09', '2023-10-31 16:07:09'),
(295735, 2339, '0503-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:09', '2023-10-31 16:07:09'),
(295736, 2338, '1667-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:09', '2023-10-31 16:07:09'),
(295737, 2339, '0503-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:09', '2023-10-31 16:07:09'),
(295738, 2338, '1667-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:09', '2023-10-31 16:07:09'),
(295739, 2339, '0503-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:09', '2023-10-31 16:07:09'),
(295740, 2338, '1667-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:09', '2023-10-31 16:07:09'),
(295741, 2339, '0504-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:09', '2023-10-31 16:07:09'),
(295742, 2338, '1668-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:09', '2023-10-31 16:07:09'),
(295743, 2339, '0504-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:09', '2023-10-31 16:07:09'),
(295744, 2338, '1668-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:09', '2023-10-31 16:07:09'),
(295745, 2339, '0504-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:09', '2023-10-31 16:07:09'),
(295746, 2338, '1668-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:09', '2023-10-31 16:07:09'),
(295747, 2339, '0504-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:09', '2023-10-31 16:07:09'),
(295748, 2338, '1668-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:09', '2023-10-31 16:07:09'),
(295749, 2339, '0504-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:09', '2023-10-31 16:07:09'),
(295750, 2338, '1668-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:09', '2023-10-31 16:07:09'),
(295751, 2339, '0504-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:09', '2023-10-31 16:07:09'),
(295752, 2338, '1668-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:09', '2023-10-31 16:07:09'),
(295753, 2339, '0504-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:09', '2023-10-31 16:07:09'),
(295754, 2338, '1668-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:09', '2023-10-31 16:07:09'),
(295755, 2339, '0504-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:09', '2023-10-31 16:07:09'),
(295756, 2338, '1668-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:09', '2023-10-31 16:07:09'),
(295757, 2339, '0504-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:09', '2023-10-31 16:07:09'),
(295758, 2338, '1668-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:09', '2023-10-31 16:07:09'),
(295759, 2339, '0504-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:09', '2023-10-31 16:07:09'),
(295760, 2338, '1668-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:09', '2023-10-31 16:07:09'),
(295761, 2339, '0504-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:09', '2023-10-31 16:07:09'),
(295762, 2338, '1668-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:09', '2023-10-31 16:07:09'),
(295763, 2339, '0504-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:09', '2023-10-31 16:07:09'),
(295764, 2338, '1668-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:09', '2023-10-31 16:07:09'),
(295765, 2339, '0505-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:09', '2023-10-31 16:07:09'),
(295766, 2338, '1669-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:09', '2023-10-31 16:07:09'),
(295767, 2339, '0505-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:09', '2023-10-31 16:07:09'),
(295768, 2338, '1669-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:09', '2023-10-31 16:07:09'),
(295769, 2339, '0505-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:09', '2023-10-31 16:07:09'),
(295770, 2338, '1669-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:09', '2023-10-31 16:07:09'),
(295771, 2339, '0505-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:09', '2023-10-31 16:07:09'),
(295772, 2338, '1669-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:09', '2023-10-31 16:07:09'),
(295773, 2339, '0505-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:09', '2023-10-31 16:07:09'),
(295774, 2338, '1669-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:09', '2023-10-31 16:07:09'),
(295775, 2339, '0505-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:09', '2023-10-31 16:07:09'),
(295776, 2338, '1669-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:09', '2023-10-31 16:07:09'),
(295777, 2339, '0505-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:09', '2023-10-31 16:07:09'),
(295778, 2338, '1669-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:09', '2023-10-31 16:07:09'),
(295779, 2339, '0505-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:09', '2023-10-31 16:07:09'),
(295780, 2338, '1669-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:09', '2023-10-31 16:07:09'),
(295781, 2339, '0505-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:09', '2023-10-31 16:07:09'),
(295782, 2338, '1669-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:09', '2023-10-31 16:07:09'),
(295783, 2339, '0505-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:09', '2023-10-31 16:07:09'),
(295784, 2338, '1669-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:09', '2023-10-31 16:07:09'),
(295785, 2339, '0505-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:09', '2023-10-31 16:07:09'),
(295786, 2338, '1669-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:09', '2023-10-31 16:07:09'),
(295787, 2339, '0505-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:09', '2023-10-31 16:07:09'),
(295788, 2338, '1669-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:09', '2023-10-31 16:07:09'),
(295789, 2339, '0506-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:09', '2023-10-31 16:07:09'),
(295790, 2338, '1670-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:09', '2023-10-31 16:07:09'),
(295791, 2339, '0506-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:09', '2023-10-31 16:07:09'),
(295792, 2338, '1670-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:09', '2023-10-31 16:07:09'),
(295793, 2339, '0506-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:09', '2023-10-31 16:07:09'),
(295794, 2338, '1670-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:09', '2023-10-31 16:07:09'),
(295795, 2339, '0506-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:09', '2023-10-31 16:07:09'),
(295796, 2338, '1670-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:10', '2023-10-31 16:07:10'),
(295797, 2339, '0506-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:10', '2023-10-31 16:07:10'),
(295798, 2338, '1670-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:10', '2023-10-31 16:07:10'),
(295799, 2339, '0506-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:10', '2023-10-31 16:07:10'),
(295800, 2338, '1670-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:10', '2023-10-31 16:07:10'),
(295801, 2339, '0506-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:10', '2023-10-31 16:07:10'),
(295802, 2338, '1670-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:10', '2023-10-31 16:07:10'),
(295803, 2339, '0506-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:10', '2023-10-31 16:07:10'),
(295804, 2338, '1670-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:10', '2023-10-31 16:07:10'),
(295805, 2339, '0506-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:10', '2023-10-31 16:07:10'),
(295806, 2338, '1670-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:10', '2023-10-31 16:07:10'),
(295807, 2339, '0506-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:10', '2023-10-31 16:07:10'),
(295808, 2338, '1670-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:10', '2023-10-31 16:07:10'),
(295809, 2339, '0506-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:10', '2023-10-31 16:07:10'),
(295810, 2338, '1670-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:10', '2023-10-31 16:07:10'),
(295811, 2339, '0506-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:10', '2023-10-31 16:07:10'),
(295812, 2338, '1670-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:10', '2023-10-31 16:07:10'),
(295813, 2339, '0507-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:10', '2023-10-31 16:07:10'),
(295814, 2338, '1671-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:10', '2023-10-31 16:07:10'),
(295815, 2339, '0507-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:10', '2023-10-31 16:07:10'),
(295816, 2338, '1671-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:10', '2023-10-31 16:07:10'),
(295817, 2339, '0507-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:10', '2023-10-31 16:07:10'),
(295818, 2338, '1671-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:10', '2023-10-31 16:07:10'),
(295819, 2339, '0507-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:10', '2023-10-31 16:07:10'),
(295820, 2338, '1671-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:10', '2023-10-31 16:07:10'),
(295821, 2339, '0507-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:10', '2023-10-31 16:07:10'),
(295822, 2338, '1671-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:10', '2023-10-31 16:07:10'),
(295823, 2339, '0507-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:10', '2023-10-31 16:07:10'),
(295824, 2338, '1671-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:10', '2023-10-31 16:07:10'),
(295825, 2339, '0507-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:10', '2023-10-31 16:07:10'),
(295826, 2338, '1671-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:10', '2023-10-31 16:07:10'),
(295827, 2339, '0507-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:10', '2023-10-31 16:07:10'),
(295828, 2338, '1671-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:10', '2023-10-31 16:07:10'),
(295829, 2339, '0507-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:10', '2023-10-31 16:07:10'),
(295830, 2338, '1671-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:10', '2023-10-31 16:07:10'),
(295831, 2339, '0507-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:10', '2023-10-31 16:07:10'),
(295832, 2338, '1671-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:10', '2023-10-31 16:07:10'),
(295833, 2339, '0507-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:10', '2023-10-31 16:07:10'),
(295834, 2338, '1671-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:10', '2023-10-31 16:07:10'),
(295835, 2339, '0507-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:10', '2023-10-31 16:07:10'),
(295836, 2338, '1671-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:10', '2023-10-31 16:07:10'),
(295837, 2339, '0508-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:10', '2023-10-31 16:07:10'),
(295838, 2338, '1672-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:10', '2023-10-31 16:07:10'),
(295839, 2339, '0508-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:10', '2023-10-31 16:07:10'),
(295840, 2338, '1672-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:10', '2023-10-31 16:07:10'),
(295841, 2339, '0508-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:10', '2023-10-31 16:07:10'),
(295842, 2338, '1672-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:10', '2023-10-31 16:07:10'),
(295843, 2339, '0508-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:10', '2023-10-31 16:07:10'),
(295844, 2338, '1672-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:10', '2023-10-31 16:07:10'),
(295845, 2339, '0508-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:10', '2023-10-31 16:07:10'),
(295846, 2338, '1672-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:10', '2023-10-31 16:07:10'),
(295847, 2339, '0508-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:10', '2023-10-31 16:07:10'),
(295848, 2338, '1672-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:10', '2023-10-31 16:07:10'),
(295849, 2339, '0508-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:10', '2023-10-31 16:07:10'),
(295850, 2338, '1672-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:10', '2023-10-31 16:07:10'),
(295851, 2339, '0508-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:10', '2023-10-31 16:07:10'),
(295852, 2338, '1672-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:10', '2023-10-31 16:07:10'),
(295853, 2339, '0508-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:10', '2023-10-31 16:07:10'),
(295854, 2338, '1672-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:10', '2023-10-31 16:07:10'),
(295855, 2339, '0508-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:10', '2023-10-31 16:07:10'),
(295856, 2338, '1672-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:10', '2023-10-31 16:07:10'),
(295857, 2339, '0508-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:10', '2023-10-31 16:07:10'),
(295858, 2338, '1672-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:10', '2023-10-31 16:07:10'),
(295859, 2339, '0508-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:10', '2023-10-31 16:07:10'),
(295860, 2338, '1672-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:10', '2023-10-31 16:07:10'),
(295861, 2339, '0509-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:10', '2023-10-31 16:07:10'),
(295862, 2338, '1673-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:10', '2023-10-31 16:07:10'),
(295863, 2339, '0509-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:10', '2023-10-31 16:07:10'),
(295864, 2338, '1673-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:10', '2023-10-31 16:07:10'),
(295865, 2339, '0509-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:10', '2023-10-31 16:07:10'),
(295866, 2338, '1673-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:10', '2023-10-31 16:07:10'),
(295867, 2339, '0509-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:10', '2023-10-31 16:07:10'),
(295868, 2338, '1673-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:10', '2023-10-31 16:07:10'),
(295869, 2339, '0509-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:10', '2023-10-31 16:07:10'),
(295870, 2338, '1673-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:10', '2023-10-31 16:07:10'),
(295871, 2339, '0509-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:10', '2023-10-31 16:07:10'),
(295872, 2338, '1673-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:10', '2023-10-31 16:07:10'),
(295873, 2339, '0509-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:10', '2023-10-31 16:07:10'),
(295874, 2338, '1673-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:10', '2023-10-31 16:07:10'),
(295875, 2339, '0509-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:10', '2023-10-31 16:07:10'),
(295876, 2338, '1673-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:10', '2023-10-31 16:07:10'),
(295877, 2339, '0509-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:10', '2023-10-31 16:07:10'),
(295878, 2338, '1673-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:10', '2023-10-31 16:07:10'),
(295879, 2339, '0509-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:10', '2023-10-31 16:07:10'),
(295880, 2338, '1673-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:10', '2023-10-31 16:07:10'),
(295881, 2339, '0509-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:10', '2023-10-31 16:07:10'),
(295882, 2338, '1673-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:10', '2023-10-31 16:07:10'),
(295883, 2339, '0509-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:10', '2023-10-31 16:07:10'),
(295884, 2338, '1673-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:10', '2023-10-31 16:07:10'),
(295885, 2339, '0510-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:10', '2023-10-31 16:07:10'),
(295886, 2338, '1674-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:10', '2023-10-31 16:07:10'),
(295887, 2339, '0510-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:10', '2023-10-31 16:07:10'),
(295888, 2338, '1674-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:10', '2023-10-31 16:07:10'),
(295889, 2339, '0510-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:10', '2023-10-31 16:07:10'),
(295890, 2338, '1674-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:10', '2023-10-31 16:07:10'),
(295891, 2339, '0510-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:10', '2023-10-31 16:07:10'),
(295892, 2338, '1674-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:10', '2023-10-31 16:07:10'),
(295893, 2339, '0510-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:10', '2023-10-31 16:07:10'),
(295894, 2338, '1674-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:10', '2023-10-31 16:07:10'),
(295895, 2339, '0510-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:10', '2023-10-31 16:07:10'),
(295896, 2338, '1674-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:10', '2023-10-31 16:07:10'),
(295897, 2339, '0510-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:10', '2023-10-31 16:07:10'),
(295898, 2338, '1674-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:10', '2023-10-31 16:07:10'),
(295899, 2339, '0510-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:10', '2023-10-31 16:07:10'),
(295900, 2338, '1674-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:10', '2023-10-31 16:07:10'),
(295901, 2339, '0510-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:10', '2023-10-31 16:07:10'),
(295902, 2338, '1674-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:10', '2023-10-31 16:07:10'),
(295903, 2339, '0510-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:10', '2023-10-31 16:07:10'),
(295904, 2338, '1674-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:10', '2023-10-31 16:07:10'),
(295905, 2339, '0510-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:10', '2023-10-31 16:07:10'),
(295906, 2338, '1674-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:10', '2023-10-31 16:07:10'),
(295907, 2339, '0510-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:10', '2023-10-31 16:07:10'),
(295908, 2338, '1674-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:10', '2023-10-31 16:07:10'),
(295909, 2339, '0511-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:10', '2023-10-31 16:07:10'),
(295910, 2338, '1675-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:10', '2023-10-31 16:07:10'),
(295911, 2339, '0511-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:10', '2023-10-31 16:07:10'),
(295912, 2338, '1675-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:10', '2023-10-31 16:07:10'),
(295913, 2339, '0511-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:10', '2023-10-31 16:07:10'),
(295914, 2338, '1675-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:10', '2023-10-31 16:07:10'),
(295915, 2339, '0511-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:10', '2023-10-31 16:07:10'),
(295916, 2338, '1675-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:10', '2023-10-31 16:07:10'),
(295917, 2339, '0511-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:10', '2023-10-31 16:07:10'),
(295918, 2338, '1675-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:10', '2023-10-31 16:07:10'),
(295919, 2339, '0511-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:10', '2023-10-31 16:07:10'),
(295920, 2338, '1675-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:10', '2023-10-31 16:07:10'),
(295921, 2339, '0511-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:10', '2023-10-31 16:07:10'),
(295922, 2338, '1675-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:10', '2023-10-31 16:07:10'),
(295923, 2339, '0511-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:10', '2023-10-31 16:07:10'),
(295924, 2338, '1675-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:10', '2023-10-31 16:07:10'),
(295925, 2339, '0511-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:10', '2023-10-31 16:07:10'),
(295926, 2338, '1675-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:10', '2023-10-31 16:07:10'),
(295927, 2339, '0511-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:10', '2023-10-31 16:07:10'),
(295928, 2338, '1675-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:10', '2023-10-31 16:07:10'),
(295929, 2339, '0511-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:10', '2023-10-31 16:07:10'),
(295930, 2338, '1675-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:10', '2023-10-31 16:07:10'),
(295931, 2339, '0511-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:10', '2023-10-31 16:07:10'),
(295932, 2338, '1675-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:10', '2023-10-31 16:07:10');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(295933, 2339, '0512-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:10', '2023-10-31 16:07:10'),
(295934, 2338, '1676-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:10', '2023-10-31 16:07:10'),
(295935, 2339, '0512-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:10', '2023-10-31 16:07:10'),
(295936, 2338, '1676-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:10', '2023-10-31 16:07:10'),
(295937, 2339, '0512-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:10', '2023-10-31 16:07:10'),
(295938, 2338, '1676-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:10', '2023-10-31 16:07:10'),
(295939, 2339, '0512-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:10', '2023-10-31 16:07:10'),
(295940, 2338, '1676-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:10', '2023-10-31 16:07:10'),
(295941, 2339, '0512-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:10', '2023-10-31 16:07:10'),
(295942, 2338, '1676-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:10', '2023-10-31 16:07:10'),
(295943, 2339, '0512-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:10', '2023-10-31 16:07:10'),
(295944, 2338, '1676-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:10', '2023-10-31 16:07:10'),
(295945, 2339, '0512-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:10', '2023-10-31 16:07:10'),
(295946, 2338, '1676-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:10', '2023-10-31 16:07:10'),
(295947, 2339, '0512-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:10', '2023-10-31 16:07:10'),
(295948, 2338, '1676-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:10', '2023-10-31 16:07:10'),
(295949, 2339, '0512-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:10', '2023-10-31 16:07:10'),
(295950, 2338, '1676-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:10', '2023-10-31 16:07:10'),
(295951, 2339, '0512-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:10', '2023-10-31 16:07:10'),
(295952, 2338, '1676-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:10', '2023-10-31 16:07:10'),
(295953, 2339, '0512-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:10', '2023-10-31 16:07:10'),
(295954, 2338, '1676-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:10', '2023-10-31 16:07:10'),
(295955, 2339, '0512-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:10', '2023-10-31 16:07:10'),
(295956, 2338, '1676-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:10', '2023-10-31 16:07:10'),
(295957, 2339, '0513-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:10', '2023-10-31 16:07:10'),
(295958, 2338, '1677-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:10', '2023-10-31 16:07:10'),
(295959, 2339, '0513-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:10', '2023-10-31 16:07:10'),
(295960, 2338, '1677-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:10', '2023-10-31 16:07:10'),
(295961, 2339, '0513-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:10', '2023-10-31 16:07:10'),
(295962, 2338, '1677-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:10', '2023-10-31 16:07:10'),
(295963, 2339, '0513-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:10', '2023-10-31 16:07:10'),
(295964, 2338, '1677-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:10', '2023-10-31 16:07:10'),
(295965, 2339, '0513-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:10', '2023-10-31 16:07:10'),
(295966, 2338, '1677-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:10', '2023-10-31 16:07:10'),
(295967, 2339, '0513-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:10', '2023-10-31 16:07:10'),
(295968, 2338, '1677-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:10', '2023-10-31 16:07:10'),
(295969, 2339, '0513-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:10', '2023-10-31 16:07:10'),
(295970, 2338, '1677-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:10', '2023-10-31 16:07:10'),
(295971, 2339, '0513-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:10', '2023-10-31 16:07:10'),
(295972, 2338, '1677-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:10', '2023-10-31 16:07:10'),
(295973, 2339, '0513-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:10', '2023-10-31 16:07:10'),
(295974, 2338, '1677-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:11', '2023-10-31 16:07:11'),
(295975, 2339, '0513-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:11', '2023-10-31 16:07:11'),
(295976, 2338, '1677-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:11', '2023-10-31 16:07:11'),
(295977, 2339, '0513-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:11', '2023-10-31 16:07:11'),
(295978, 2338, '1677-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:11', '2023-10-31 16:07:11'),
(295979, 2339, '0513-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:11', '2023-10-31 16:07:11'),
(295980, 2338, '1677-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:11', '2023-10-31 16:07:11'),
(295981, 2339, '0514-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:11', '2023-10-31 16:07:11'),
(295982, 2338, '1678-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:11', '2023-10-31 16:07:11'),
(295983, 2339, '0514-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:11', '2023-10-31 16:07:11'),
(295984, 2338, '1678-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:11', '2023-10-31 16:07:11'),
(295985, 2339, '0514-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:11', '2023-10-31 16:07:11'),
(295986, 2338, '1678-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:11', '2023-10-31 16:07:11'),
(295987, 2339, '0514-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:11', '2023-10-31 16:07:11'),
(295988, 2338, '1678-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:11', '2023-10-31 16:07:11'),
(295989, 2339, '0514-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:11', '2023-10-31 16:07:11'),
(295990, 2338, '1678-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:11', '2023-10-31 16:07:11'),
(295991, 2339, '0514-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:11', '2023-10-31 16:07:11'),
(295992, 2338, '1678-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:11', '2023-10-31 16:07:11'),
(295993, 2339, '0514-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:11', '2023-10-31 16:07:11'),
(295994, 2338, '1678-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:11', '2023-10-31 16:07:11'),
(295995, 2339, '0514-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:11', '2023-10-31 16:07:11'),
(295996, 2338, '1678-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:11', '2023-10-31 16:07:11'),
(295997, 2339, '0514-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:11', '2023-10-31 16:07:11'),
(295998, 2338, '1678-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:11', '2023-10-31 16:07:11'),
(295999, 2339, '0514-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:11', '2023-10-31 16:07:11'),
(296000, 2338, '1678-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:11', '2023-10-31 16:07:11'),
(296001, 2339, '0514-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:11', '2023-10-31 16:07:11'),
(296002, 2338, '1678-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:11', '2023-10-31 16:07:11'),
(296003, 2339, '0514-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:11', '2023-10-31 16:07:11'),
(296004, 2338, '1678-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:11', '2023-10-31 16:07:11'),
(296005, 2339, '0515-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:11', '2023-10-31 16:07:11'),
(296006, 2338, '1679-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:11', '2023-10-31 16:07:11'),
(296007, 2339, '0515-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:11', '2023-10-31 16:07:11'),
(296008, 2338, '1679-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:11', '2023-10-31 16:07:11'),
(296009, 2339, '0515-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:11', '2023-10-31 16:07:11'),
(296010, 2338, '1679-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:11', '2023-10-31 16:07:11'),
(296011, 2339, '0515-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:11', '2023-10-31 16:07:11'),
(296012, 2338, '1679-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:11', '2023-10-31 16:07:11'),
(296013, 2339, '0515-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:11', '2023-10-31 16:07:11'),
(296014, 2338, '1679-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:11', '2023-10-31 16:07:11'),
(296015, 2339, '0515-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:11', '2023-10-31 16:07:11'),
(296016, 2338, '1679-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:11', '2023-10-31 16:07:11'),
(296017, 2339, '0515-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:11', '2023-10-31 16:07:11'),
(296018, 2338, '1679-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:11', '2023-10-31 16:07:11'),
(296019, 2339, '0515-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:11', '2023-10-31 16:07:11'),
(296020, 2338, '1679-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:11', '2023-10-31 16:07:11'),
(296021, 2339, '0515-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:11', '2023-10-31 16:07:11'),
(296022, 2338, '1679-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:11', '2023-10-31 16:07:11'),
(296023, 2339, '0515-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:11', '2023-10-31 16:07:11'),
(296024, 2338, '1679-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:11', '2023-10-31 16:07:11'),
(296025, 2339, '0515-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:11', '2023-10-31 16:07:11'),
(296026, 2338, '1679-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:11', '2023-10-31 16:07:11'),
(296027, 2339, '0515-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:11', '2023-10-31 16:07:11'),
(296028, 2338, '1679-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:11', '2023-10-31 16:07:11'),
(296029, 2339, '0516-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:11', '2023-10-31 16:07:11'),
(296030, 2338, '1680-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:11', '2023-10-31 16:07:11'),
(296031, 2339, '0516-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:11', '2023-10-31 16:07:11'),
(296032, 2338, '1680-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:11', '2023-10-31 16:07:11'),
(296033, 2339, '0516-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:11', '2023-10-31 16:07:11'),
(296034, 2338, '1680-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:11', '2023-10-31 16:07:11'),
(296035, 2339, '0516-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:11', '2023-10-31 16:07:11'),
(296036, 2338, '1680-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:11', '2023-10-31 16:07:11'),
(296037, 2339, '0516-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:11', '2023-10-31 16:07:11'),
(296038, 2338, '1680-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:11', '2023-10-31 16:07:11'),
(296039, 2339, '0516-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:11', '2023-10-31 16:07:11'),
(296040, 2338, '1680-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:11', '2023-10-31 16:07:11'),
(296041, 2339, '0516-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:11', '2023-10-31 16:07:11'),
(296042, 2338, '1680-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:11', '2023-10-31 16:07:11'),
(296043, 2339, '0516-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:11', '2023-10-31 16:07:11'),
(296044, 2338, '1680-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:11', '2023-10-31 16:07:11'),
(296045, 2339, '0516-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:11', '2023-10-31 16:07:11'),
(296046, 2338, '1680-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:11', '2023-10-31 16:07:11'),
(296047, 2339, '0516-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:11', '2023-10-31 16:07:11'),
(296048, 2338, '1680-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:11', '2023-10-31 16:07:11'),
(296049, 2339, '0516-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:11', '2023-10-31 16:07:11'),
(296050, 2338, '1680-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:11', '2023-10-31 16:07:11'),
(296051, 2339, '0516-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:11', '2023-10-31 16:07:11'),
(296052, 2338, '1680-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:11', '2023-10-31 16:07:11'),
(296053, 2339, '0517-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:11', '2023-10-31 16:07:11'),
(296054, 2338, '1681-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:11', '2023-10-31 16:07:11'),
(296055, 2339, '0517-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:11', '2023-10-31 16:07:11'),
(296056, 2338, '1681-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:11', '2023-10-31 16:07:11'),
(296057, 2339, '0517-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:11', '2023-10-31 16:07:11'),
(296058, 2338, '1681-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:11', '2023-10-31 16:07:11'),
(296059, 2339, '0517-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:11', '2023-10-31 16:07:11'),
(296060, 2338, '1681-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:11', '2023-10-31 16:07:11'),
(296061, 2339, '0517-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:11', '2023-10-31 16:07:11'),
(296062, 2338, '1681-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:11', '2023-10-31 16:07:11'),
(296063, 2339, '0517-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:11', '2023-10-31 16:07:11'),
(296064, 2338, '1681-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:11', '2023-10-31 16:07:11'),
(296065, 2339, '0517-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:11', '2023-10-31 16:07:11'),
(296066, 2338, '1681-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:11', '2023-10-31 16:07:11'),
(296067, 2339, '0517-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:11', '2023-10-31 16:07:11'),
(296068, 2338, '1681-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:11', '2023-10-31 16:07:11'),
(296069, 2339, '0517-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:11', '2023-10-31 16:07:11'),
(296070, 2338, '1681-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:11', '2023-10-31 16:07:11'),
(296071, 2339, '0517-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:11', '2023-10-31 16:07:11'),
(296072, 2338, '1681-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:11', '2023-10-31 16:07:11'),
(296073, 2339, '0517-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:11', '2023-10-31 16:07:11'),
(296074, 2338, '1681-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:11', '2023-10-31 16:07:11'),
(296075, 2339, '0517-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:11', '2023-10-31 16:07:11'),
(296076, 2338, '1681-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:11', '2023-10-31 16:07:11'),
(296077, 2339, '0518-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:11', '2023-10-31 16:07:11'),
(296078, 2338, '1682-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:11', '2023-10-31 16:07:11'),
(296079, 2339, '0518-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:11', '2023-10-31 16:07:11'),
(296080, 2338, '1682-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:11', '2023-10-31 16:07:11'),
(296081, 2339, '0518-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:11', '2023-10-31 16:07:11'),
(296082, 2338, '1682-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:11', '2023-10-31 16:07:11'),
(296083, 2339, '0518-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:11', '2023-10-31 16:07:11'),
(296084, 2338, '1682-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:11', '2023-10-31 16:07:11'),
(296085, 2339, '0518-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:11', '2023-10-31 16:07:11'),
(296086, 2338, '1682-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:11', '2023-10-31 16:07:11'),
(296087, 2339, '0518-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:11', '2023-10-31 16:07:11'),
(296088, 2338, '1682-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:11', '2023-10-31 16:07:11'),
(296089, 2339, '0518-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:11', '2023-10-31 16:07:11'),
(296090, 2338, '1682-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:11', '2023-10-31 16:07:11'),
(296091, 2339, '0518-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:11', '2023-10-31 16:07:11'),
(296092, 2338, '1682-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:11', '2023-10-31 16:07:11'),
(296093, 2339, '0518-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:11', '2023-10-31 16:07:11'),
(296094, 2338, '1682-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:11', '2023-10-31 16:07:11'),
(296095, 2339, '0518-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:11', '2023-10-31 16:07:11'),
(296096, 2338, '1682-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:11', '2023-10-31 16:07:11'),
(296097, 2339, '0518-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:11', '2023-10-31 16:07:11'),
(296098, 2338, '1682-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:11', '2023-10-31 16:07:11'),
(296099, 2339, '0518-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:11', '2023-10-31 16:07:11'),
(296100, 2338, '1682-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:11', '2023-10-31 16:07:11'),
(296101, 2339, '0519-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:11', '2023-10-31 16:07:11'),
(296102, 2338, '1683-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:11', '2023-10-31 16:07:11'),
(296103, 2339, '0519-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:11', '2023-10-31 16:07:11'),
(296104, 2338, '1683-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:11', '2023-10-31 16:07:11'),
(296105, 2339, '0519-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:11', '2023-10-31 16:07:11'),
(296106, 2338, '1683-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:11', '2023-10-31 16:07:11'),
(296107, 2339, '0519-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:11', '2023-10-31 16:07:11'),
(296108, 2338, '1683-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:11', '2023-10-31 16:07:11'),
(296109, 2339, '0519-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:11', '2023-10-31 16:07:11'),
(296110, 2338, '1683-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:11', '2023-10-31 16:07:11'),
(296111, 2339, '0519-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:11', '2023-10-31 16:07:11'),
(296112, 2338, '1683-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:11', '2023-10-31 16:07:11'),
(296113, 2339, '0519-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:11', '2023-10-31 16:07:11'),
(296114, 2338, '1683-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:11', '2023-10-31 16:07:11'),
(296115, 2339, '0519-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:11', '2023-10-31 16:07:11'),
(296116, 2338, '1683-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:11', '2023-10-31 16:07:11'),
(296117, 2339, '0519-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:11', '2023-10-31 16:07:11'),
(296118, 2338, '1683-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:11', '2023-10-31 16:07:11'),
(296119, 2339, '0519-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:11', '2023-10-31 16:07:11'),
(296120, 2338, '1683-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:11', '2023-10-31 16:07:11'),
(296121, 2339, '0519-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:11', '2023-10-31 16:07:11'),
(296122, 2338, '1683-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:11', '2023-10-31 16:07:11'),
(296123, 2339, '0519-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:11', '2023-10-31 16:07:11'),
(296124, 2338, '1683-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:11', '2023-10-31 16:07:11'),
(296125, 2339, '0520-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:11', '2023-10-31 16:07:11'),
(296126, 2338, '1684-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:11', '2023-10-31 16:07:11'),
(296127, 2339, '0520-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:11', '2023-10-31 16:07:11'),
(296128, 2338, '1684-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:11', '2023-10-31 16:07:11'),
(296129, 2339, '0520-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:11', '2023-10-31 16:07:11'),
(296130, 2338, '1684-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:11', '2023-10-31 16:07:11'),
(296131, 2339, '0520-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:11', '2023-10-31 16:07:11'),
(296132, 2338, '1684-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:11', '2023-10-31 16:07:11'),
(296133, 2339, '0520-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:11', '2023-10-31 16:07:11'),
(296134, 2338, '1684-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:11', '2023-10-31 16:07:11'),
(296135, 2339, '0520-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:11', '2023-10-31 16:07:11'),
(296136, 2338, '1684-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:11', '2023-10-31 16:07:11'),
(296137, 2339, '0520-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:11', '2023-10-31 16:07:11'),
(296138, 2338, '1684-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:11', '2023-10-31 16:07:11'),
(296139, 2339, '0520-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:11', '2023-10-31 16:07:11'),
(296140, 2338, '1684-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:11', '2023-10-31 16:07:11'),
(296141, 2339, '0520-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:11', '2023-10-31 16:07:11'),
(296142, 2338, '1684-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:11', '2023-10-31 16:07:11'),
(296143, 2339, '0520-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:11', '2023-10-31 16:07:11'),
(296144, 2338, '1684-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:11', '2023-10-31 16:07:11'),
(296145, 2339, '0520-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:11', '2023-10-31 16:07:11'),
(296146, 2338, '1684-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:11', '2023-10-31 16:07:11'),
(296147, 2339, '0520-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:11', '2023-10-31 16:07:11'),
(296148, 2338, '1684-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:11', '2023-10-31 16:07:11'),
(296149, 2339, '0521-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:11', '2023-10-31 16:07:11'),
(296150, 2338, '1685-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:11', '2023-10-31 16:07:11'),
(296151, 2339, '0521-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:11', '2023-10-31 16:07:11'),
(296152, 2338, '1685-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:11', '2023-10-31 16:07:11'),
(296153, 2339, '0521-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:11', '2023-10-31 16:07:11'),
(296154, 2338, '1685-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:11', '2023-10-31 16:07:11'),
(296155, 2339, '0521-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:11', '2023-10-31 16:07:11'),
(296156, 2338, '1685-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:11', '2023-10-31 16:07:11'),
(296157, 2339, '0521-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:11', '2023-10-31 16:07:11'),
(296158, 2338, '1685-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:11', '2023-10-31 16:07:11'),
(296159, 2339, '0521-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:11', '2023-10-31 16:07:11'),
(296160, 2338, '1685-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:11', '2023-10-31 16:07:11'),
(296161, 2339, '0521-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:11', '2023-10-31 16:07:11'),
(296162, 2338, '1685-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:11', '2023-10-31 16:07:11'),
(296163, 2339, '0521-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:11', '2023-10-31 16:07:11'),
(296164, 2338, '1685-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:11', '2023-10-31 16:07:11'),
(296165, 2339, '0521-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:11', '2023-10-31 16:07:11'),
(296166, 2338, '1685-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:11', '2023-10-31 16:07:11'),
(296167, 2339, '0521-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:11', '2023-10-31 16:07:11'),
(296168, 2338, '1685-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:11', '2023-10-31 16:07:11'),
(296169, 2339, '0521-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:11', '2023-10-31 16:07:11'),
(296170, 2338, '1685-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:11', '2023-10-31 16:07:11'),
(296171, 2339, '0521-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:11', '2023-10-31 16:07:11'),
(296172, 2338, '1685-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:11', '2023-10-31 16:07:11'),
(296173, 2339, '0522-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:11', '2023-10-31 16:07:11'),
(296174, 2338, '1686-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:11', '2023-10-31 16:07:11'),
(296175, 2339, '0522-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:11', '2023-10-31 16:07:11'),
(296176, 2338, '1686-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:11', '2023-10-31 16:07:11'),
(296177, 2339, '0522-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:11', '2023-10-31 16:07:11'),
(296178, 2338, '1686-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:11', '2023-10-31 16:07:11'),
(296179, 2339, '0522-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296180, 2338, '1686-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296181, 2339, '0522-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296182, 2338, '1686-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296183, 2339, '0522-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296184, 2338, '1686-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296185, 2339, '0522-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296186, 2338, '1686-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296187, 2339, '0522-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296188, 2338, '1686-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296189, 2339, '0522-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296190, 2338, '1686-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296191, 2339, '0522-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296192, 2338, '1686-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296193, 2339, '0522-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296194, 2338, '1686-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296195, 2339, '0522-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296196, 2338, '1686-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296197, 2339, '0523-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296198, 2338, '1687-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296199, 2339, '0523-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296200, 2338, '1687-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296201, 2339, '0523-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296202, 2338, '1687-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296203, 2339, '0523-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296204, 2338, '1687-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296205, 2339, '0523-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296206, 2338, '1687-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296207, 2339, '0523-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296208, 2338, '1687-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296209, 2339, '0523-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296210, 2338, '1687-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296211, 2339, '0523-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296212, 2338, '1687-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296213, 2339, '0523-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296214, 2338, '1687-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296215, 2339, '0523-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296216, 2338, '1687-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296217, 2339, '0523-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296218, 2338, '1687-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296219, 2339, '0523-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296220, 2338, '1687-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296221, 2339, '0524-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296222, 2338, '1688-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296223, 2339, '0524-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296224, 2338, '1688-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296225, 2339, '0524-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296226, 2338, '1688-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296227, 2339, '0524-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296228, 2338, '1688-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296229, 2339, '0524-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296230, 2338, '1688-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296231, 2339, '0524-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296232, 2338, '1688-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296233, 2339, '0524-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296234, 2338, '1688-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296235, 2339, '0524-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296236, 2338, '1688-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296237, 2339, '0524-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296238, 2338, '1688-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296239, 2339, '0524-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296240, 2338, '1688-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296241, 2339, '0524-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296242, 2338, '1688-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296243, 2339, '0524-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296244, 2338, '1688-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296245, 2339, '0525-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296246, 2338, '1689-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296247, 2339, '0525-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296248, 2338, '1689-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296249, 2339, '0525-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296250, 2338, '1689-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296251, 2339, '0525-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296252, 2338, '1689-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296253, 2339, '0525-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296254, 2338, '1689-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296255, 2339, '0525-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296256, 2338, '1689-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296257, 2339, '0525-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296258, 2338, '1689-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296259, 2339, '0525-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296260, 2338, '1689-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296261, 2339, '0525-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296262, 2338, '1689-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296263, 2339, '0525-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296264, 2338, '1689-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296265, 2339, '0525-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296266, 2338, '1689-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296267, 2339, '0525-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296268, 2338, '1689-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296269, 2339, '0526-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296270, 2338, '1690-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296271, 2339, '0526-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296272, 2338, '1690-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296273, 2339, '0526-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296274, 2338, '1690-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296275, 2339, '0526-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296276, 2338, '1690-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296277, 2339, '0526-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296278, 2339, '0526-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296279, 2338, '1690-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296280, 2339, '0526-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296281, 2338, '1690-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296282, 2339, '0526-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296283, 2338, '1690-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296284, 2339, '0526-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296285, 2338, '1690-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296286, 2339, '0526-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296287, 2338, '1690-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296288, 2339, '0526-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296289, 2338, '1690-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296290, 2339, '0526-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296291, 2338, '1690-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296292, 2339, '0527-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296293, 2338, '1690-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296294, 2339, '0527-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296295, 2338, '1691-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296296, 2339, '0527-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296297, 2338, '1691-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296298, 2339, '0527-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296299, 2338, '1691-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296300, 2339, '0527-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296301, 2338, '1691-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296302, 2339, '0527-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296303, 2338, '1691-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296304, 2339, '0527-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296305, 2338, '1691-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296306, 2339, '0527-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296307, 2338, '1691-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296308, 2339, '0527-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296309, 2338, '1691-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296310, 2339, '0527-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296311, 2338, '1691-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296312, 2339, '0527-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296313, 2338, '1691-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296314, 2339, '0527-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296315, 2338, '1691-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296316, 2339, '0528-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296317, 2338, '1691-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296318, 2339, '0528-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296319, 2338, '1692-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296320, 2339, '0528-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296321, 2338, '1692-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296322, 2339, '0528-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296323, 2338, '1692-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296324, 2339, '0528-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296325, 2338, '1692-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296326, 2339, '0528-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296327, 2338, '1692-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296328, 2339, '0528-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296329, 2338, '1692-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296330, 2339, '0528-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296331, 2338, '1692-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296332, 2339, '0528-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296333, 2338, '1692-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296334, 2339, '0528-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296335, 2338, '1692-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296336, 2339, '0528-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296337, 2338, '1692-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296338, 2339, '0528-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296339, 2338, '1692-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296340, 2339, '0529-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296341, 2338, '1692-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296342, 2339, '0529-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296343, 2338, '1693-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296344, 2339, '0529-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296345, 2338, '1693-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296346, 2339, '0529-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296347, 2338, '1693-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296348, 2339, '0529-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296349, 2338, '1693-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296350, 2339, '0529-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296351, 2338, '1693-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296352, 2339, '0529-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296353, 2338, '1693-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296354, 2339, '0529-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296355, 2338, '1693-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296356, 2339, '0529-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296357, 2338, '1693-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296358, 2339, '0529-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296359, 2338, '1693-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296360, 2339, '0529-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296361, 2338, '1693-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296362, 2339, '0529-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296363, 2338, '1693-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296364, 2339, '0530-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296365, 2338, '1693-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296366, 2339, '0530-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296367, 2338, '1694-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296368, 2339, '0530-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296369, 2338, '1694-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296370, 2339, '0530-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296371, 2338, '1694-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296372, 2339, '0530-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296373, 2338, '1694-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296374, 2339, '0530-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296375, 2338, '1694-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296376, 2339, '0530-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296377, 2338, '1694-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296378, 2339, '0530-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296379, 2338, '1694-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296380, 2339, '0530-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296381, 2338, '1694-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296382, 2339, '0530-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296383, 2338, '1694-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296384, 2339, '0530-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296385, 2338, '1694-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296386, 2339, '0530-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296387, 2338, '1694-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296388, 2339, '0531-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296389, 2338, '1694-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296390, 2339, '0531-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296391, 2338, '1695-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296392, 2339, '0531-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296393, 2338, '1695-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296394, 2339, '0531-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296395, 2338, '1695-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296396, 2339, '0531-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296397, 2338, '1695-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(296398, 2339, '0531-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296399, 2338, '1695-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296400, 2339, '0531-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296401, 2338, '1695-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296402, 2339, '0531-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296403, 2338, '1695-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296404, 2339, '0531-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296405, 2338, '1695-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296406, 2339, '0531-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296407, 2338, '1695-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296408, 2339, '0531-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296409, 2338, '1695-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296410, 2339, '0531-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296411, 2338, '1695-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296412, 2339, '0532-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296413, 2338, '1695-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296414, 2339, '0532-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296415, 2338, '1696-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296416, 2339, '0532-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296417, 2338, '1696-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296418, 2339, '0532-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296419, 2338, '1696-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296420, 2339, '0532-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296421, 2338, '1696-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296422, 2339, '0532-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296423, 2338, '1696-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296424, 2339, '0532-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296425, 2338, '1696-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296426, 2339, '0532-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296427, 2338, '1696-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296428, 2339, '0532-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296429, 2338, '1696-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296430, 2339, '0532-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296431, 2338, '1696-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296432, 2339, '0532-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296433, 2338, '1696-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296434, 2339, '0532-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296435, 2338, '1696-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296436, 2339, '0533-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296437, 2338, '1696-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296438, 2339, '0533-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296439, 2338, '1697-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296440, 2339, '0533-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296441, 2338, '1697-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296442, 2339, '0533-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296443, 2338, '1697-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296444, 2339, '0533-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296445, 2338, '1697-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296446, 2339, '0533-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296447, 2338, '1697-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296448, 2339, '0533-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296449, 2338, '1697-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296450, 2339, '0533-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296451, 2338, '1697-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296452, 2339, '0533-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296453, 2338, '1697-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:12', '2023-10-31 16:07:12'),
(296454, 2339, '0533-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296455, 2338, '1697-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296456, 2339, '0533-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296457, 2338, '1697-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296458, 2339, '0533-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296459, 2338, '1697-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296460, 2339, '0534-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296461, 2338, '1697-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296462, 2339, '0534-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296463, 2338, '1698-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296464, 2339, '0534-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296465, 2338, '1698-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296466, 2339, '0534-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296467, 2338, '1698-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296468, 2339, '0534-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296469, 2338, '1698-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296470, 2339, '0534-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296471, 2338, '1698-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296472, 2339, '0534-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296473, 2338, '1698-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296474, 2339, '0534-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296475, 2338, '1698-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296476, 2339, '0534-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296477, 2338, '1698-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296478, 2339, '0534-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296479, 2338, '1698-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296480, 2339, '0534-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296481, 2338, '1698-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296482, 2339, '0534-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296483, 2338, '1698-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296484, 2339, '0535-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296485, 2338, '1698-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296486, 2339, '0535-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296487, 2338, '1699-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296488, 2339, '0535-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296489, 2338, '1699-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296490, 2339, '0535-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296491, 2338, '1699-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296492, 2339, '0535-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296493, 2338, '1699-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296494, 2339, '0535-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296495, 2338, '1699-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296496, 2339, '0535-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296497, 2338, '1699-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296498, 2339, '0535-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296499, 2338, '1699-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296500, 2339, '0535-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296501, 2338, '1699-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296502, 2339, '0535-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296503, 2338, '1699-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296504, 2339, '0535-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296505, 2338, '1699-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296506, 2339, '0535-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296507, 2338, '1699-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296508, 2339, '0536-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296509, 2338, '1699-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296510, 2339, '0536-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296511, 2338, '1700-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296512, 2339, '0536-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296513, 2338, '1700-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296514, 2339, '0536-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296515, 2338, '1700-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296516, 2339, '0536-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296517, 2338, '1700-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296518, 2339, '0536-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296519, 2338, '1700-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296520, 2339, '0536-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296521, 2338, '1700-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296522, 2339, '0536-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296523, 2338, '1700-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296524, 2339, '0536-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296525, 2338, '1700-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296526, 2339, '0536-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296527, 2338, '1700-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296528, 2339, '0536-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296529, 2338, '1700-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296530, 2339, '0536-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296531, 2338, '1700-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296532, 2339, '0537-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296533, 2338, '1700-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296534, 2339, '0537-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296535, 2338, '1701-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296536, 2339, '0537-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296537, 2338, '1701-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296538, 2339, '0537-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296539, 2338, '1701-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296540, 2339, '0537-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296541, 2338, '1701-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296542, 2339, '0537-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296543, 2338, '1701-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296544, 2339, '0537-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296545, 2338, '1701-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296546, 2339, '0537-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296547, 2338, '1701-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296548, 2339, '0537-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296549, 2338, '1701-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296550, 2339, '0537-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296551, 2338, '1701-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296552, 2339, '0537-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296553, 2338, '1701-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296554, 2339, '0537-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296555, 2338, '1701-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296556, 2339, '0538-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296557, 2338, '1701-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296558, 2339, '0538-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296559, 2338, '1702-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296560, 2339, '0538-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296561, 2338, '1702-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296562, 2339, '0538-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296563, 2338, '1702-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296564, 2339, '0538-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296565, 2338, '1702-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296566, 2339, '0538-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296567, 2338, '1702-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296568, 2339, '0538-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296569, 2338, '1702-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296570, 2339, '0538-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296571, 2338, '1702-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296572, 2339, '0538-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296573, 2338, '1702-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296574, 2339, '0538-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296575, 2338, '1702-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296576, 2339, '0538-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296577, 2338, '1702-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296578, 2339, '0538-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296579, 2338, '1702-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296580, 2339, '0539-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296581, 2338, '1702-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296582, 2339, '0539-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296583, 2338, '1703-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296584, 2339, '0539-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296585, 2338, '1703-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296586, 2339, '0539-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296587, 2338, '1703-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296588, 2339, '0539-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296589, 2338, '1703-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296590, 2339, '0539-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296591, 2338, '1703-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296592, 2339, '0539-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296593, 2338, '1703-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296594, 2339, '0539-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296595, 2338, '1703-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296596, 2339, '0539-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296597, 2338, '1703-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296598, 2339, '0539-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296599, 2338, '1703-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296600, 2339, '0539-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296601, 2338, '1703-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296602, 2339, '0539-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296603, 2338, '1703-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296604, 2339, '0540-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296605, 2338, '1703-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296606, 2339, '0540-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296607, 2338, '1704-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296608, 2339, '0540-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296609, 2338, '1704-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296610, 2339, '0540-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296611, 2338, '1704-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296612, 2339, '0540-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296613, 2338, '1704-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296614, 2339, '0540-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296615, 2338, '1704-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296616, 2339, '0540-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296617, 2338, '1704-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296618, 2339, '0540-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296619, 2338, '1704-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296620, 2339, '0540-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296621, 2338, '1704-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296622, 2339, '0540-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296623, 2338, '1704-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296624, 2339, '0540-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296625, 2338, '1704-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296626, 2339, '0540-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296627, 2338, '1704-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296628, 2339, '0541-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296629, 2338, '1704-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296630, 2339, '0541-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296631, 2338, '1705-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296632, 2339, '0541-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296633, 2338, '1705-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296634, 2339, '0541-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296635, 2338, '1705-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296636, 2339, '0541-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296637, 2338, '1705-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296638, 2339, '0541-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296639, 2338, '1705-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296640, 2339, '0541-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296641, 2338, '1705-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296642, 2339, '0541-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296643, 2338, '1705-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296644, 2339, '0541-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296645, 2338, '1705-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296646, 2339, '0541-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296647, 2338, '1705-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296648, 2339, '0541-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296649, 2338, '1705-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296650, 2339, '0541-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296651, 2338, '1705-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296652, 2339, '0542-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296653, 2338, '1705-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296654, 2339, '0542-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296655, 2338, '1706-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296656, 2339, '0542-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296657, 2338, '1706-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296658, 2339, '0542-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296659, 2338, '1706-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296660, 2339, '0542-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296661, 2338, '1706-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296662, 2339, '0542-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296663, 2338, '1706-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296664, 2339, '0542-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296665, 2338, '1706-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296666, 2339, '0542-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296667, 2338, '1706-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296668, 2339, '0542-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296669, 2338, '1706-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296670, 2339, '0542-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296671, 2338, '1706-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296672, 2339, '0542-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296673, 2338, '1706-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296674, 2339, '0542-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296675, 2338, '1706-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296676, 2339, '0543-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296677, 2338, '1706-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296678, 2339, '0543-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296679, 2338, '1707-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296680, 2339, '0543-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296681, 2338, '1707-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296682, 2339, '0543-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296683, 2338, '1707-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296684, 2339, '0543-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296685, 2338, '1707-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296686, 2339, '0543-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296687, 2338, '1707-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296688, 2339, '0543-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296689, 2338, '1707-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296690, 2339, '0543-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296691, 2338, '1707-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296692, 2339, '0543-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296693, 2338, '1707-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296694, 2339, '0543-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296695, 2338, '1707-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296696, 2339, '0543-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:13', '2023-10-31 16:07:13'),
(296697, 2338, '1707-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296698, 2339, '0543-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296699, 2338, '1707-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296700, 2339, '0544-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296701, 2338, '1707-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296702, 2339, '0544-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296703, 2338, '1708-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296704, 2339, '0544-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296705, 2338, '1708-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296706, 2339, '0544-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296707, 2338, '1708-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296708, 2339, '0544-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296709, 2338, '1708-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296710, 2339, '0544-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296711, 2338, '1708-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296712, 2339, '0544-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296713, 2338, '1708-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296714, 2339, '0544-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296715, 2338, '1708-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296716, 2339, '0544-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296717, 2338, '1708-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296718, 2339, '0544-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296719, 2338, '1708-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296720, 2339, '0544-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296721, 2338, '1708-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296722, 2339, '0544-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296723, 2338, '1708-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296724, 2339, '0545-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296725, 2338, '1708-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296726, 2339, '0545-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296727, 2338, '1709-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296728, 2339, '0545-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296729, 2338, '1709-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296730, 2339, '0545-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296731, 2338, '1709-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296732, 2339, '0545-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296733, 2338, '1709-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296734, 2339, '0545-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296735, 2338, '1709-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296736, 2339, '0545-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296737, 2338, '1709-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296738, 2339, '0545-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296739, 2338, '1709-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296740, 2339, '0545-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296741, 2338, '1709-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296742, 2339, '0545-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296743, 2338, '1709-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296744, 2339, '0545-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296745, 2338, '1709-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296746, 2339, '0545-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296747, 2338, '1709-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296748, 2339, '0546-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296749, 2338, '1709-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296750, 2339, '0546-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296751, 2338, '1710-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296752, 2339, '0546-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296753, 2338, '1710-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296754, 2339, '0546-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296755, 2338, '1710-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296756, 2339, '0546-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296757, 2338, '1710-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296758, 2339, '0546-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296759, 2338, '1710-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296760, 2339, '0546-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296761, 2338, '1710-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296762, 2339, '0546-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296763, 2338, '1710-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296764, 2339, '0546-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296765, 2338, '1710-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296766, 2339, '0546-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296767, 2338, '1710-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296768, 2339, '0546-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296769, 2338, '1710-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296770, 2339, '0546-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296771, 2338, '1710-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296772, 2339, '0547-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296773, 2338, '1710-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296774, 2339, '0547-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296775, 2338, '1711-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296776, 2339, '0547-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296777, 2338, '1711-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296778, 2339, '0547-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296779, 2338, '1711-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296780, 2339, '0547-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296781, 2338, '1711-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296782, 2339, '0547-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296783, 2338, '1711-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296784, 2339, '0547-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296785, 2338, '1711-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296786, 2339, '0547-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296787, 2338, '1711-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296788, 2339, '0547-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296789, 2338, '1711-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296790, 2339, '0547-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296791, 2338, '1711-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296792, 2339, '0547-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296793, 2338, '1711-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296794, 2339, '0547-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296795, 2338, '1711-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296796, 2339, '0548-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296797, 2338, '1711-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296798, 2339, '0548-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296799, 2338, '1712-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296800, 2339, '0548-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296801, 2338, '1712-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296802, 2339, '0548-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296803, 2338, '1712-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296804, 2339, '0548-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296805, 2338, '1712-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296806, 2339, '0548-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296807, 2338, '1712-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296808, 2339, '0548-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296809, 2338, '1712-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296810, 2339, '0548-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296811, 2338, '1712-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296812, 2339, '0548-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296813, 2338, '1712-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296814, 2339, '0548-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296815, 2338, '1712-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296816, 2339, '0548-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296817, 2338, '1712-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296818, 2339, '0548-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296819, 2338, '1712-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296820, 2339, '0549-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296821, 2338, '1712-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296822, 2339, '0549-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296823, 2338, '1713-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296824, 2339, '0549-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296825, 2338, '1713-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296826, 2339, '0549-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296827, 2338, '1713-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296828, 2339, '0549-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296829, 2338, '1713-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296830, 2339, '0549-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296831, 2338, '1713-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296832, 2339, '0549-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296833, 2338, '1713-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296834, 2339, '0549-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296835, 2338, '1713-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296836, 2339, '0549-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296837, 2338, '1713-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296838, 2339, '0549-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296839, 2338, '1713-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296840, 2339, '0549-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296841, 2338, '1713-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296842, 2339, '0549-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296843, 2338, '1713-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296844, 2339, '0550-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296845, 2338, '1713-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296846, 2339, '0550-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296847, 2338, '1714-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296848, 2339, '0550-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296849, 2338, '1714-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296850, 2339, '0550-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296851, 2338, '1714-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296852, 2339, '0550-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296853, 2338, '1714-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296854, 2339, '0550-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296855, 2338, '1714-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296856, 2339, '0550-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296857, 2338, '1714-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296858, 2339, '0550-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296859, 2338, '1714-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296860, 2339, '0550-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296861, 2338, '1714-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296862, 2339, '0550-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(296863, 2338, '1714-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296864, 2339, '0550-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296865, 2338, '1714-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296866, 2339, '0550-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296867, 2338, '1714-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296868, 2339, '0551-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296869, 2338, '1714-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296870, 2339, '0551-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296871, 2338, '1715-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296872, 2339, '0551-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296873, 2338, '1715-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296874, 2339, '0551-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296875, 2338, '1715-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296876, 2339, '0551-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296877, 2338, '1715-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296878, 2339, '0551-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296879, 2338, '1715-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296880, 2339, '0551-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296881, 2338, '1715-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296882, 2339, '0551-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296883, 2338, '1715-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296884, 2339, '0551-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296885, 2338, '1715-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296886, 2339, '0551-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296887, 2338, '1715-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296888, 2339, '0551-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296889, 2338, '1715-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296890, 2339, '0551-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296891, 2338, '1715-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296892, 2339, '0552-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296893, 2338, '1715-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296894, 2339, '0552-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296895, 2338, '1716-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296896, 2339, '0552-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296897, 2338, '1716-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296898, 2339, '0552-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296899, 2338, '1716-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296900, 2339, '0552-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296901, 2338, '1716-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296902, 2339, '0552-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296903, 2338, '1716-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296904, 2339, '0552-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296905, 2338, '1716-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296906, 2339, '0552-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296907, 2338, '1716-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296908, 2339, '0552-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296909, 2338, '1716-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296910, 2339, '0552-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296911, 2338, '1716-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296912, 2339, '0552-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296913, 2338, '1716-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296914, 2339, '0552-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296915, 2338, '1716-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296916, 2339, '0553-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296917, 2338, '1716-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296918, 2339, '0553-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296919, 2338, '1717-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296920, 2339, '0553-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296921, 2338, '1717-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296922, 2339, '0553-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296923, 2338, '1717-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296924, 2339, '0553-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296925, 2338, '1717-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296926, 2339, '0553-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296927, 2338, '1717-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296928, 2339, '0553-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296929, 2338, '1717-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296930, 2339, '0553-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296931, 2338, '1717-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296932, 2339, '0553-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296933, 2338, '1717-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296934, 2339, '0553-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296935, 2338, '1717-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296936, 2339, '0553-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296937, 2338, '1717-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296938, 2339, '0553-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296939, 2338, '1717-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296940, 2339, '0554-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296941, 2338, '1717-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296942, 2339, '0554-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296943, 2338, '1718-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296944, 2339, '0554-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296945, 2338, '1718-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296946, 2339, '0554-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296947, 2338, '1718-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296948, 2339, '0554-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296949, 2338, '1718-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296950, 2339, '0554-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296951, 2338, '1718-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296952, 2339, '0554-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296953, 2338, '1718-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:14', '2023-10-31 16:07:14'),
(296954, 2339, '0554-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(296955, 2338, '1718-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(296956, 2339, '0554-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(296957, 2338, '1718-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(296958, 2339, '0554-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(296959, 2338, '1718-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(296960, 2339, '0554-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(296961, 2338, '1718-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(296962, 2339, '0554-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(296963, 2338, '1718-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(296964, 2339, '0555-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(296965, 2338, '1718-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(296966, 2339, '0555-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(296967, 2338, '1719-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(296968, 2339, '0555-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(296969, 2338, '1719-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(296970, 2339, '0555-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(296971, 2338, '1719-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(296972, 2339, '0555-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(296973, 2338, '1719-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(296974, 2339, '0555-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(296975, 2338, '1719-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(296976, 2339, '0555-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(296977, 2338, '1719-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(296978, 2339, '0555-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(296979, 2338, '1719-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(296980, 2339, '0555-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(296981, 2338, '1719-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(296982, 2339, '0555-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(296983, 2338, '1719-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(296984, 2339, '0555-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(296985, 2338, '1719-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(296986, 2339, '0555-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(296987, 2338, '1719-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(296988, 2339, '0556-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(296989, 2338, '1719-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(296990, 2339, '0556-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(296991, 2338, '1720-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(296992, 2339, '0556-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(296993, 2338, '1720-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(296994, 2339, '0556-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(296995, 2338, '1720-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(296996, 2339, '0556-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(296997, 2338, '1720-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(296998, 2339, '0556-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(296999, 2338, '1720-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(297000, 2339, '0556-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(297001, 2338, '1720-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(297002, 2339, '0556-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(297003, 2338, '1720-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(297004, 2339, '0556-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(297005, 2338, '1720-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(297006, 2339, '0556-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(297007, 2338, '1720-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(297008, 2339, '0556-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(297009, 2338, '1720-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(297010, 2339, '0556-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(297011, 2338, '1720-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(297012, 2339, '0557-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(297013, 2338, '1720-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(297014, 2339, '0557-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(297015, 2338, '1721-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(297016, 2339, '0557-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(297017, 2338, '1721-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(297018, 2339, '0557-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(297019, 2338, '1721-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(297020, 2339, '0557-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(297021, 2338, '1721-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(297022, 2339, '0557-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(297023, 2338, '1721-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(297024, 2339, '0557-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(297025, 2338, '1721-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(297026, 2339, '0557-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(297027, 2338, '1721-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(297028, 2339, '0557-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(297029, 2338, '1721-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(297030, 2339, '0557-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(297031, 2338, '1721-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(297032, 2339, '0557-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(297033, 2338, '1721-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(297034, 2339, '0557-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(297035, 2338, '1721-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(297036, 2339, '0558-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(297037, 2338, '1721-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(297038, 2339, '0558-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(297039, 2338, '1722-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(297040, 2339, '0558-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(297041, 2338, '1722-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(297042, 2339, '0558-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(297043, 2338, '1722-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(297044, 2339, '0558-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(297045, 2338, '1722-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(297046, 2339, '0558-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(297047, 2338, '1722-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(297048, 2339, '0558-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(297049, 2338, '1722-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(297050, 2339, '0558-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(297051, 2338, '1722-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(297052, 2339, '0558-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(297053, 2338, '1722-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(297054, 2339, '0558-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(297055, 2338, '1722-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(297056, 2339, '0558-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(297057, 2338, '1722-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(297058, 2339, '0558-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(297059, 2338, '1722-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(297060, 2339, '0559-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(297061, 2338, '1722-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(297062, 2339, '0559-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(297063, 2338, '1723-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(297064, 2339, '0559-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(297065, 2338, '1723-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(297066, 2339, '0559-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(297067, 2338, '1723-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(297068, 2339, '0559-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(297069, 2338, '1723-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(297070, 2339, '0559-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(297071, 2338, '1723-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(297072, 2339, '0559-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(297073, 2338, '1723-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(297074, 2339, '0559-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(297075, 2338, '1723-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(297076, 2339, '0559-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(297077, 2338, '1723-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(297078, 2339, '0559-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(297079, 2338, '1723-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(297080, 2339, '0559-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(297081, 2338, '1723-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(297082, 2339, '0559-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(297083, 2338, '1723-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(297084, 2339, '0560-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(297085, 2338, '1723-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(297086, 2339, '0560-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(297087, 2338, '1724-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(297088, 2339, '0560-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(297089, 2338, '1724-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(297090, 2339, '0560-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(297091, 2338, '1724-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(297092, 2339, '0560-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(297093, 2338, '1724-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(297094, 2339, '0560-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(297095, 2338, '1724-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(297096, 2339, '0560-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(297097, 2338, '1724-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(297098, 2339, '0560-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(297099, 2338, '1724-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(297100, 2339, '0560-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(297101, 2338, '1724-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(297102, 2339, '0560-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(297103, 2338, '1724-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(297104, 2339, '0560-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(297105, 2338, '1724-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(297106, 2339, '0560-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(297107, 2338, '1724-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(297108, 2339, '0561-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(297109, 2338, '1724-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(297110, 2339, '0561-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(297111, 2338, '1725-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(297112, 2339, '0561-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(297113, 2338, '1725-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(297114, 2339, '0561-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(297115, 2338, '1725-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(297116, 2339, '0561-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(297117, 2338, '1725-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(297118, 2339, '0561-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(297119, 2338, '1725-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(297120, 2339, '0561-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(297121, 2338, '1725-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(297122, 2339, '0561-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(297123, 2338, '1725-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(297124, 2339, '0561-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(297125, 2338, '1725-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(297126, 2339, '0561-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(297127, 2338, '1725-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(297128, 2339, '0561-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(297129, 2338, '1725-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(297130, 2339, '0561-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(297131, 2338, '1725-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(297132, 2339, '0562-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(297133, 2338, '1725-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(297134, 2339, '0562-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(297135, 2338, '1726-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(297136, 2339, '0562-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(297137, 2338, '1726-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(297138, 2339, '0562-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(297139, 2338, '1726-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(297140, 2339, '0562-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(297141, 2338, '1726-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(297142, 2339, '0562-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(297143, 2338, '1726-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(297144, 2339, '0562-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(297145, 2338, '1726-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(297146, 2339, '0562-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(297147, 2338, '1726-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(297148, 2339, '0562-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(297149, 2338, '1726-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(297150, 2339, '0562-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(297151, 2338, '1726-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(297152, 2339, '0562-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(297153, 2338, '1726-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(297154, 2339, '0562-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(297155, 2338, '1726-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(297156, 2339, '0563-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(297157, 2338, '1726-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(297158, 2339, '0563-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(297159, 2338, '1727-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(297160, 2339, '0563-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(297161, 2338, '1727-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(297162, 2339, '0563-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(297163, 2338, '1727-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(297164, 2339, '0563-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(297165, 2338, '1727-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(297166, 2339, '0563-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(297167, 2338, '1727-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(297168, 2339, '0563-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(297169, 2338, '1727-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(297170, 2339, '0563-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(297171, 2338, '1727-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(297172, 2339, '0563-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(297173, 2338, '1727-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(297174, 2339, '0563-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(297175, 2338, '1727-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(297176, 2339, '0563-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(297177, 2338, '1727-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(297178, 2339, '0563-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(297179, 2338, '1727-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(297180, 2339, '0564-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(297181, 2338, '1727-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(297182, 2339, '0564-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(297183, 2338, '1728-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(297184, 2339, '0564-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(297185, 2338, '1728-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(297186, 2339, '0564-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(297187, 2338, '1728-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(297188, 2339, '0564-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(297189, 2338, '1728-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(297190, 2339, '0564-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(297191, 2338, '1728-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(297192, 2339, '0564-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(297193, 2338, '1728-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(297194, 2339, '0564-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(297195, 2338, '1728-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(297196, 2339, '0564-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(297197, 2338, '1728-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(297198, 2339, '0564-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(297199, 2338, '1728-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(297200, 2339, '0564-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(297201, 2338, '1728-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(297202, 2339, '0564-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(297203, 2338, '1728-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(297204, 2339, '0565-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(297205, 2338, '1728-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(297206, 2339, '0565-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(297207, 2338, '1729-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(297208, 2339, '0565-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(297209, 2338, '1729-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(297210, 2339, '0565-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(297211, 2338, '1729-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(297212, 2339, '0565-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:15', '2023-10-31 16:07:15'),
(297213, 2338, '1729-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297214, 2339, '0565-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297215, 2338, '1729-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297216, 2339, '0565-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297217, 2338, '1729-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297218, 2339, '0565-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297219, 2338, '1729-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297220, 2339, '0565-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297221, 2338, '1729-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297222, 2339, '0565-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297223, 2338, '1729-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297224, 2339, '0565-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297225, 2338, '1729-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297226, 2339, '0565-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297227, 2338, '1729-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297228, 2339, '0566-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297229, 2338, '1729-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297230, 2339, '0566-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297231, 2338, '1730-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297232, 2339, '0566-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297233, 2338, '1730-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297234, 2339, '0566-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297235, 2338, '1730-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297236, 2339, '0566-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297237, 2338, '1730-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297238, 2339, '0566-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297239, 2338, '1730-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297240, 2339, '0566-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297241, 2338, '1730-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297242, 2339, '0566-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297243, 2338, '1730-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297244, 2339, '0566-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297245, 2338, '1730-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297246, 2339, '0566-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297247, 2338, '1730-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297248, 2339, '0566-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297249, 2338, '1730-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297250, 2339, '0566-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297251, 2338, '1730-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297252, 2339, '0567-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297253, 2338, '1730-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297254, 2339, '0567-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297255, 2338, '1731-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297256, 2339, '0567-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297257, 2338, '1731-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297258, 2339, '0567-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297259, 2338, '1731-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297260, 2339, '0567-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297261, 2338, '1731-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297262, 2339, '0567-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297263, 2338, '1731-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297264, 2339, '0567-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297265, 2338, '1731-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297266, 2339, '0567-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297267, 2338, '1731-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297268, 2339, '0567-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297269, 2338, '1731-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297270, 2339, '0567-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297271, 2338, '1731-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297272, 2339, '0567-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297273, 2338, '1731-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297274, 2339, '0567-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297275, 2338, '1731-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297276, 2339, '0568-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297277, 2338, '1731-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297278, 2339, '0568-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297279, 2338, '1732-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297280, 2339, '0568-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297281, 2338, '1732-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297282, 2339, '0568-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297283, 2338, '1732-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297284, 2339, '0568-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297285, 2338, '1732-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297286, 2339, '0568-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297287, 2338, '1732-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297288, 2339, '0568-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297289, 2338, '1732-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297290, 2339, '0568-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297291, 2338, '1732-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297292, 2339, '0568-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297293, 2338, '1732-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297294, 2339, '0568-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297295, 2338, '1732-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297296, 2339, '0568-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297297, 2338, '1732-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297298, 2339, '0568-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297299, 2338, '1732-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297300, 2339, '0569-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297301, 2338, '1732-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297302, 2339, '0569-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297303, 2338, '1733-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297304, 2339, '0569-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297305, 2338, '1733-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297306, 2339, '0569-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297307, 2338, '1733-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297308, 2339, '0569-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297309, 2338, '1733-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297310, 2339, '0569-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297311, 2338, '1733-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297312, 2339, '0569-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297313, 2338, '1733-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297314, 2339, '0569-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297315, 2338, '1733-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297316, 2339, '0569-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297317, 2338, '1733-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297318, 2339, '0569-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297319, 2338, '1733-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297320, 2338, '1733-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297321, 2339, '0569-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297322, 2338, '1733-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297323, 2339, '0569-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297324, 2338, '1733-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297325, 2339, '0570-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297326, 2338, '1734-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297327, 2339, '0570-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(297328, 2338, '1734-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297329, 2339, '0570-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297330, 2338, '1734-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297331, 2339, '0570-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297332, 2338, '1734-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297333, 2339, '0570-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297334, 2338, '1734-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297335, 2339, '0570-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297336, 2338, '1734-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297337, 2339, '0570-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297338, 2338, '1734-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297339, 2339, '0570-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297340, 2339, '0570-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297341, 2338, '1734-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297342, 2339, '0570-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297343, 2338, '1734-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297344, 2339, '0570-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297345, 2338, '1734-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297346, 2339, '0570-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297347, 2338, '1734-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297348, 2339, '0571-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297349, 2338, '1734-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297350, 2339, '0571-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297351, 2338, '1735-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297352, 2339, '0571-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297353, 2338, '1735-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297354, 2339, '0571-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297355, 2338, '1735-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297356, 2339, '0571-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297357, 2338, '1735-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297358, 2339, '0571-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297359, 2338, '1735-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297360, 2339, '0571-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297361, 2338, '1735-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297362, 2339, '0571-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297363, 2338, '1735-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297364, 2339, '0571-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297365, 2338, '1735-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297366, 2339, '0571-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297367, 2338, '1735-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297368, 2339, '0571-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297369, 2338, '1735-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297370, 2339, '0571-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297371, 2338, '1735-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297372, 2339, '0572-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297373, 2338, '1735-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297374, 2339, '0572-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297375, 2338, '1736-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297376, 2339, '0572-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297377, 2338, '1736-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297378, 2339, '0572-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297379, 2338, '1736-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297380, 2339, '0572-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297381, 2338, '1736-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297382, 2339, '0572-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297383, 2338, '1736-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297384, 2339, '0572-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297385, 2338, '1736-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297386, 2339, '0572-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297387, 2338, '1736-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297388, 2339, '0572-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297389, 2338, '1736-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297390, 2339, '0572-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297391, 2338, '1736-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297392, 2339, '0572-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297393, 2338, '1736-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297394, 2339, '0572-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297395, 2338, '1736-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297396, 2339, '0573-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297397, 2338, '1736-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297398, 2339, '0573-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297399, 2338, '1737-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297400, 2339, '0573-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297401, 2338, '1737-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297402, 2339, '0573-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297403, 2338, '1737-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297404, 2339, '0573-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297405, 2338, '1737-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297406, 2339, '0573-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297407, 2338, '1737-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297408, 2339, '0573-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297409, 2338, '1737-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297410, 2339, '0573-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297411, 2338, '1737-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297412, 2339, '0573-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297413, 2338, '1737-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297414, 2339, '0573-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297415, 2338, '1737-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297416, 2339, '0573-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297417, 2338, '1737-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297418, 2339, '0573-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297419, 2338, '1737-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297420, 2339, '0574-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297421, 2338, '1737-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297422, 2339, '0574-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297423, 2338, '1738-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297424, 2339, '0574-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297425, 2338, '1738-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297426, 2339, '0574-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297427, 2338, '1738-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297428, 2339, '0574-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297429, 2338, '1738-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297430, 2339, '0574-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297431, 2338, '1738-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297432, 2339, '0574-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297433, 2338, '1738-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297434, 2339, '0574-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297435, 2338, '1738-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297436, 2339, '0574-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297437, 2338, '1738-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297438, 2339, '0574-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297439, 2338, '1738-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297440, 2339, '0574-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297441, 2338, '1738-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297442, 2339, '0574-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297443, 2338, '1738-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297444, 2339, '0575-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297445, 2338, '1738-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297446, 2339, '0575-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297447, 2338, '1739-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297448, 2339, '0575-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297449, 2338, '1739-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297450, 2339, '0575-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297451, 2338, '1739-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297452, 2339, '0575-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297453, 2338, '1739-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297454, 2339, '0575-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297455, 2338, '1739-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297456, 2339, '0575-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297457, 2338, '1739-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297458, 2339, '0575-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297459, 2338, '1739-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:16', '2023-10-31 16:07:16'),
(297460, 2339, '0575-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297461, 2338, '1739-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297462, 2339, '0575-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297463, 2338, '1739-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297464, 2339, '0575-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297465, 2338, '1739-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297466, 2339, '0575-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297467, 2338, '1739-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297468, 2339, '0576-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297469, 2338, '1739-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297470, 2339, '0576-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297471, 2338, '1740-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297472, 2339, '0576-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297473, 2338, '1740-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297474, 2339, '0576-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297475, 2338, '1740-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297476, 2339, '0576-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297477, 2338, '1740-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297478, 2339, '0576-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297479, 2338, '1740-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297480, 2339, '0576-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297481, 2338, '1740-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297482, 2339, '0576-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297483, 2338, '1740-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297484, 2339, '0576-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297485, 2338, '1740-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297486, 2339, '0576-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297487, 2338, '1740-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297488, 2339, '0576-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297489, 2338, '1740-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297490, 2339, '0576-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297491, 2338, '1740-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297492, 2339, '0577-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297493, 2338, '1740-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297494, 2339, '0577-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297495, 2338, '1741-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297496, 2339, '0577-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297497, 2338, '1741-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297498, 2339, '0577-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297499, 2338, '1741-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297500, 2339, '0577-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297501, 2338, '1741-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297502, 2339, '0577-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297503, 2338, '1741-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297504, 2339, '0577-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297505, 2338, '1741-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297506, 2339, '0577-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297507, 2338, '1741-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297508, 2339, '0577-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297509, 2338, '1741-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297510, 2339, '0577-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297511, 2338, '1741-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297512, 2339, '0577-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297513, 2338, '1741-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297514, 2339, '0577-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297515, 2338, '1741-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297516, 2339, '0578-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297517, 2338, '1741-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297518, 2339, '0578-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297519, 2338, '1742-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297520, 2339, '0578-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297521, 2338, '1742-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297522, 2339, '0578-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297523, 2338, '1742-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297524, 2339, '0578-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297525, 2338, '1742-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297526, 2339, '0578-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297527, 2338, '1742-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297528, 2339, '0578-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297529, 2338, '1742-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297530, 2339, '0578-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297531, 2338, '1742-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297532, 2339, '0578-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297533, 2338, '1742-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297534, 2339, '0578-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297535, 2338, '1742-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297536, 2339, '0578-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297537, 2338, '1742-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297538, 2339, '0578-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297539, 2338, '1742-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297540, 2339, '0579-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297541, 2338, '1742-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297542, 2339, '0579-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297543, 2338, '1743-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297544, 2339, '0579-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297545, 2338, '1743-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297546, 2339, '0579-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297547, 2338, '1743-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297548, 2339, '0579-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297549, 2338, '1743-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297550, 2339, '0579-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297551, 2338, '1743-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297552, 2339, '0579-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297553, 2338, '1743-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297554, 2339, '0579-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297555, 2338, '1743-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297556, 2339, '0579-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297557, 2338, '1743-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297558, 2339, '0579-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297559, 2338, '1743-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297560, 2339, '0579-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297561, 2338, '1743-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297562, 2339, '0579-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297563, 2338, '1743-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297564, 2339, '0580-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297565, 2338, '1743-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297566, 2339, '0580-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297567, 2338, '1744-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297568, 2339, '0580-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297569, 2338, '1744-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297570, 2339, '0580-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297571, 2338, '1744-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297572, 2339, '0580-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297573, 2338, '1744-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297574, 2339, '0580-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297575, 2338, '1744-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297576, 2339, '0580-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297577, 2338, '1744-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297578, 2339, '0580-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297579, 2338, '1744-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297580, 2339, '0580-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297581, 2338, '1744-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297582, 2339, '0580-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297583, 2338, '1744-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297584, 2339, '0580-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297585, 2338, '1744-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297586, 2339, '0580-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297587, 2338, '1744-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297588, 2339, '0581-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297589, 2338, '1744-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297590, 2339, '0581-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297591, 2338, '1745-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297592, 2339, '0581-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297593, 2338, '1745-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297594, 2339, '0581-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297595, 2338, '1745-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297596, 2339, '0581-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297597, 2338, '1745-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297598, 2339, '0581-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297599, 2338, '1745-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297600, 2339, '0581-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297601, 2338, '1745-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297602, 2339, '0581-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297603, 2338, '1745-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297604, 2339, '0581-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297605, 2338, '1745-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297606, 2339, '0581-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297607, 2338, '1745-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297608, 2339, '0581-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297609, 2338, '1745-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297610, 2339, '0581-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297611, 2338, '1745-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297612, 2339, '0582-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297613, 2338, '1745-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297614, 2339, '0582-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297615, 2338, '1746-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297616, 2339, '0582-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297617, 2338, '1746-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297618, 2339, '0582-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297619, 2338, '1746-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297620, 2339, '0582-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297621, 2338, '1746-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297622, 2339, '0582-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297623, 2338, '1746-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297624, 2339, '0582-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297625, 2338, '1746-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297626, 2339, '0582-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297627, 2338, '1746-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297628, 2339, '0582-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297629, 2338, '1746-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297630, 2339, '0582-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297631, 2338, '1746-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297632, 2339, '0582-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297633, 2338, '1746-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297634, 2339, '0582-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297635, 2338, '1746-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297636, 2339, '0583-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297637, 2338, '1746-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297638, 2339, '0583-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297639, 2338, '1747-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297640, 2339, '0583-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297641, 2338, '1747-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297642, 2339, '0583-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297643, 2338, '1747-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297644, 2339, '0583-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297645, 2338, '1747-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297646, 2339, '0583-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297647, 2338, '1747-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297648, 2339, '0583-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297649, 2338, '1747-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297650, 2339, '0583-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297651, 2338, '1747-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297652, 2339, '0583-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297653, 2338, '1747-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297654, 2339, '0583-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297655, 2338, '1747-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297656, 2339, '0583-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297657, 2338, '1747-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297658, 2339, '0583-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297659, 2338, '1747-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297660, 2339, '0584-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297661, 2338, '1747-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297662, 2339, '0584-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297663, 2338, '1748-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297664, 2339, '0584-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297665, 2338, '1748-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297666, 2339, '0584-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297667, 2338, '1748-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297668, 2339, '0584-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297669, 2338, '1748-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297670, 2339, '0584-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297671, 2338, '1748-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297672, 2339, '0584-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297673, 2338, '1748-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297674, 2339, '0584-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297675, 2338, '1748-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297676, 2339, '0584-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297677, 2338, '1748-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297678, 2339, '0584-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297679, 2338, '1748-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297680, 2339, '0584-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297681, 2338, '1748-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297682, 2339, '0584-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297683, 2338, '1748-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297684, 2339, '0585-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297685, 2338, '1748-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297686, 2339, '0585-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297687, 2338, '1749-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297688, 2339, '0585-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297689, 2338, '1749-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297690, 2339, '0585-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297691, 2338, '1749-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297692, 2339, '0585-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297693, 2338, '1749-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297694, 2339, '0585-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297695, 2338, '1749-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297696, 2339, '0585-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297697, 2338, '1749-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297698, 2339, '0585-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297699, 2338, '1749-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297700, 2339, '0585-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297701, 2338, '1749-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297702, 2339, '0585-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297703, 2338, '1749-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297704, 2339, '0585-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297705, 2338, '1749-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297706, 2339, '0585-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297707, 2338, '1749-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297708, 2339, '0586-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297709, 2338, '1749-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297710, 2339, '0586-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297711, 2338, '1750-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297712, 2339, '0586-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297713, 2338, '1750-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297714, 2339, '0586-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297715, 2338, '1750-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297716, 2339, '0586-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297717, 2338, '1750-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297718, 2339, '0586-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297719, 2338, '1750-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297720, 2339, '0586-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297721, 2338, '1750-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297722, 2339, '0586-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297723, 2338, '1750-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297724, 2339, '0586-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297725, 2338, '1750-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297726, 2339, '0586-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297727, 2338, '1750-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297728, 2339, '0586-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:17', '2023-10-31 16:07:17'),
(297729, 2338, '1750-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297730, 2339, '0586-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297731, 2338, '1750-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297732, 2339, '0587-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297733, 2338, '1750-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297734, 2339, '0587-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297735, 2338, '1751-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297736, 2339, '0587-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297737, 2338, '1751-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297738, 2339, '0587-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297739, 2338, '1751-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297740, 2339, '0587-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297741, 2338, '1751-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297742, 2339, '0587-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297743, 2338, '1751-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297744, 2339, '0587-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297745, 2338, '1751-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297746, 2339, '0587-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297747, 2338, '1751-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297748, 2339, '0587-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297749, 2338, '1751-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297750, 2339, '0587-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297751, 2338, '1751-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297752, 2339, '0587-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297753, 2338, '1751-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297754, 2339, '0587-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297755, 2338, '1751-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297756, 2339, '0588-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297757, 2338, '1751-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297758, 2339, '0588-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297759, 2338, '1752-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297760, 2339, '0588-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297761, 2338, '1752-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297762, 2339, '0588-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297763, 2338, '1752-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297764, 2339, '0588-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297765, 2338, '1752-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297766, 2339, '0588-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297767, 2338, '1752-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297768, 2339, '0588-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297769, 2338, '1752-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297770, 2339, '0588-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297771, 2338, '1752-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297772, 2339, '0588-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297773, 2338, '1752-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297774, 2339, '0588-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297775, 2338, '1752-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297776, 2339, '0588-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297777, 2338, '1752-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297778, 2339, '0588-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297779, 2338, '1752-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297780, 2339, '0589-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297781, 2338, '1752-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297782, 2339, '0589-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297783, 2338, '1753-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297784, 2339, '0589-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297785, 2338, '1753-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297786, 2339, '0589-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297787, 2338, '1753-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297788, 2339, '0589-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297789, 2338, '1753-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297790, 2339, '0589-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297791, 2338, '1753-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297792, 2339, '0589-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(297793, 2338, '1753-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297794, 2339, '0589-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297795, 2338, '1753-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297796, 2339, '0589-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297797, 2338, '1753-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297798, 2339, '0589-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297799, 2338, '1753-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297800, 2339, '0589-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297801, 2338, '1753-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297802, 2339, '0589-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297803, 2338, '1753-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297804, 2339, '0590-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297805, 2338, '1753-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297806, 2339, '0590-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297807, 2338, '1754-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297808, 2339, '0590-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297809, 2338, '1754-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297810, 2339, '0590-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297811, 2338, '1754-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297812, 2339, '0590-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297813, 2338, '1754-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297814, 2339, '0590-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297815, 2338, '1754-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297816, 2339, '0590-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297817, 2338, '1754-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297818, 2339, '0590-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297819, 2338, '1754-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297820, 2339, '0590-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297821, 2338, '1754-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297822, 2339, '0590-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297823, 2338, '1754-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297824, 2339, '0590-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297825, 2338, '1754-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297826, 2339, '0590-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297827, 2338, '1754-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297828, 2339, '0591-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297829, 2338, '1754-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297830, 2339, '0591-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297831, 2338, '1755-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297832, 2339, '0591-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297833, 2338, '1755-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297834, 2339, '0591-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297835, 2338, '1755-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297836, 2339, '0591-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297837, 2338, '1755-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297838, 2339, '0591-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297839, 2338, '1755-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297840, 2339, '0591-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297841, 2338, '1755-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297842, 2339, '0591-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297843, 2338, '1755-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297844, 2339, '0591-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297845, 2338, '1755-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297846, 2339, '0591-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297847, 2338, '1755-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297848, 2339, '0591-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297849, 2338, '1755-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297850, 2339, '0591-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297851, 2338, '1755-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297852, 2339, '0592-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297853, 2338, '1755-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297854, 2339, '0592-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297855, 2338, '1756-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297856, 2339, '0592-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297857, 2338, '1756-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297858, 2339, '0592-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297859, 2338, '1756-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297860, 2339, '0592-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297861, 2338, '1756-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297862, 2339, '0592-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297863, 2338, '1756-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297864, 2339, '0592-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297865, 2338, '1756-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297866, 2339, '0592-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297867, 2338, '1756-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297868, 2339, '0592-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297869, 2338, '1756-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297870, 2339, '0592-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297871, 2338, '1756-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297872, 2339, '0592-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297873, 2338, '1756-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297874, 2339, '0592-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297875, 2339, '0593-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297876, 2338, '1756-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297877, 2339, '0593-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297878, 2338, '1756-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297879, 2339, '0593-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297880, 2338, '1757-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297881, 2339, '0593-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297882, 2338, '1757-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297883, 2339, '0593-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297884, 2338, '1757-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297885, 2339, '0593-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297886, 2338, '1757-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297887, 2339, '0593-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297888, 2338, '1757-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297889, 2339, '0593-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297890, 2338, '1757-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297891, 2339, '0593-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297892, 2338, '1757-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297893, 2339, '0593-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297894, 2338, '1757-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297895, 2339, '0593-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297896, 2338, '1757-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297897, 2339, '0593-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297898, 2338, '1757-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297899, 2339, '0594-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297900, 2338, '1757-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297901, 2339, '0594-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297902, 2338, '1757-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297903, 2339, '0594-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297904, 2338, '1758-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297905, 2339, '0594-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297906, 2338, '1758-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297907, 2339, '0594-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297908, 2338, '1758-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297909, 2339, '0594-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297910, 2338, '1758-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297911, 2339, '0594-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297912, 2338, '1758-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297913, 2339, '0594-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297914, 2338, '1758-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297915, 2339, '0594-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297916, 2338, '1758-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297917, 2339, '0594-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297918, 2338, '1758-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297919, 2339, '0594-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297920, 2338, '1758-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297921, 2339, '0594-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297922, 2338, '1758-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297923, 2339, '0595-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297924, 2338, '1758-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297925, 2339, '0595-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297926, 2338, '1758-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297927, 2339, '0595-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297928, 2338, '1759-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297929, 2339, '0595-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297930, 2338, '1759-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297931, 2339, '0595-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297932, 2338, '1759-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297933, 2339, '0595-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297934, 2338, '1759-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297935, 2339, '0595-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297936, 2338, '1759-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297937, 2339, '0595-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297938, 2338, '1759-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297939, 2339, '0595-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297940, 2338, '1759-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297941, 2339, '0595-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297942, 2338, '1759-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297943, 2339, '0595-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297944, 2338, '1759-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297945, 2339, '0595-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297946, 2338, '1759-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297947, 2339, '0596-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297948, 2338, '1759-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297949, 2339, '0596-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297950, 2338, '1759-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297951, 2339, '0596-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297952, 2338, '1760-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297953, 2339, '0596-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297954, 2338, '1760-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297955, 2339, '0596-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297956, 2338, '1760-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297957, 2339, '0596-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297958, 2338, '1760-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297959, 2339, '0596-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297960, 2338, '1760-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297961, 2339, '0596-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297962, 2338, '1760-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297963, 2339, '0596-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297964, 2338, '1760-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297965, 2339, '0596-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297966, 2338, '1760-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297967, 2339, '0596-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297968, 2338, '1760-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297969, 2339, '0596-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297970, 2338, '1760-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297971, 2339, '0597-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297972, 2338, '1760-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297973, 2339, '0597-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297974, 2338, '1760-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297975, 2339, '0597-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297976, 2338, '1761-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297977, 2339, '0597-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297978, 2338, '1761-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297979, 2339, '0597-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297980, 2338, '1761-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297981, 2339, '0597-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297982, 2338, '1761-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297983, 2339, '0597-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297984, 2338, '1761-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297985, 2339, '0597-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297986, 2338, '1761-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297987, 2339, '0597-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297988, 2338, '1761-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297989, 2339, '0597-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297990, 2338, '1761-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:18', '2023-10-31 16:07:18'),
(297991, 2339, '0597-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(297992, 2338, '1761-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(297993, 2339, '0597-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(297994, 2338, '1761-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(297995, 2339, '0598-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(297996, 2338, '1761-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(297997, 2339, '0598-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(297998, 2338, '1761-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(297999, 2339, '0598-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298000, 2338, '1762-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298001, 2339, '0598-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298002, 2338, '1762-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298003, 2339, '0598-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298004, 2338, '1762-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298005, 2339, '0598-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298006, 2338, '1762-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298007, 2339, '0598-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298008, 2338, '1762-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298009, 2339, '0598-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298010, 2338, '1762-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298011, 2339, '0598-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298012, 2338, '1762-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298013, 2339, '0598-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298014, 2339, '0598-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298015, 2338, '1762-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298016, 2339, '0598-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298017, 2338, '1762-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298018, 2339, '0599-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298019, 2338, '1762-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298020, 2339, '0599-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298021, 2338, '1762-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298022, 2339, '0599-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298023, 2338, '1762-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298024, 2339, '0599-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298025, 2338, '1763-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298026, 2339, '0599-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298027, 2338, '1763-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298028, 2339, '0599-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298029, 2338, '1763-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298030, 2339, '0599-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298031, 2338, '1763-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298032, 2339, '0599-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298033, 2338, '1763-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298034, 2339, '0599-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298035, 2338, '1763-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298036, 2339, '0599-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298037, 2338, '1763-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298038, 2339, '0599-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298039, 2338, '1763-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298040, 2339, '0599-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298041, 2338, '1763-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298042, 2339, '0600-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298043, 2338, '1763-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298044, 2339, '0600-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298045, 2338, '1763-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298046, 2339, '0600-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298047, 2338, '1763-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298048, 2339, '0600-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298049, 2338, '1764-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298050, 2339, '0600-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298051, 2338, '1764-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298052, 2339, '0600-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298053, 2338, '1764-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298054, 2339, '0600-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298055, 2338, '1764-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298056, 2339, '0600-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298057, 2338, '1764-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298058, 2339, '0600-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298059, 2338, '1764-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298060, 2339, '0600-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298061, 2338, '1764-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298062, 2339, '0600-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298063, 2338, '1764-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298064, 2339, '0600-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298065, 2338, '1764-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298066, 2339, '0601-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298067, 2338, '1764-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298068, 2339, '0601-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298069, 2338, '1764-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298070, 2339, '0601-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298071, 2338, '1764-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298072, 2339, '0601-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298073, 2338, '1765-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298074, 2339, '0601-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298075, 2338, '1765-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298076, 2339, '0601-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298077, 2338, '1765-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298078, 2339, '0601-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298079, 2338, '1765-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298080, 2339, '0601-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298081, 2338, '1765-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298082, 2339, '0601-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298083, 2338, '1765-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298084, 2339, '0601-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298085, 2338, '1765-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298086, 2339, '0601-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298087, 2338, '1765-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298088, 2339, '0601-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298089, 2338, '1765-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298090, 2339, '0602-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298091, 2338, '1765-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298092, 2339, '0602-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298093, 2338, '1765-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298094, 2339, '0602-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298095, 2338, '1765-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298096, 2339, '0602-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298097, 2338, '1766-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298098, 2339, '0602-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298099, 2338, '1766-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298100, 2339, '0602-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298101, 2338, '1766-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298102, 2339, '0602-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298103, 2338, '1766-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298104, 2339, '0602-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298105, 2338, '1766-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298106, 2339, '0602-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298107, 2338, '1766-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298108, 2339, '0602-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298109, 2338, '1766-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298110, 2339, '0602-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298111, 2338, '1766-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298112, 2339, '0602-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298113, 2338, '1766-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298114, 2339, '0603-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298115, 2338, '1766-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298116, 2339, '0603-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298117, 2338, '1766-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298118, 2339, '0603-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298119, 2338, '1766-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298120, 2339, '0603-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298121, 2338, '1767-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298122, 2339, '0603-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298123, 2338, '1767-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298124, 2339, '0603-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298125, 2338, '1767-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298126, 2339, '0603-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298127, 2338, '1767-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298128, 2339, '0603-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298129, 2338, '1767-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298130, 2339, '0603-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298131, 2338, '1767-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298132, 2339, '0603-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298133, 2338, '1767-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298134, 2339, '0603-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298135, 2338, '1767-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298136, 2339, '0603-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298137, 2338, '1767-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298138, 2339, '0604-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298139, 2338, '1767-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298140, 2339, '0604-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298141, 2338, '1767-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298142, 2339, '0604-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298143, 2338, '1767-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298144, 2339, '0604-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298145, 2338, '1768-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298146, 2339, '0604-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298147, 2338, '1768-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298148, 2339, '0604-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298149, 2338, '1768-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298150, 2339, '0604-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298151, 2338, '1768-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298152, 2339, '0604-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298153, 2338, '1768-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298154, 2339, '0604-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298155, 2338, '1768-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298156, 2339, '0604-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298157, 2338, '1768-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298158, 2339, '0604-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298159, 2338, '1768-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298160, 2339, '0604-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298161, 2338, '1768-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298162, 2339, '0605-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298163, 2338, '1768-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298164, 2339, '0605-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298165, 2338, '1768-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298166, 2339, '0605-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298167, 2338, '1768-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298168, 2339, '0605-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298169, 2338, '1769-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298170, 2339, '0605-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298171, 2338, '1769-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298172, 2339, '0605-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298173, 2338, '1769-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298174, 2339, '0605-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298175, 2338, '1769-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298176, 2339, '0605-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298177, 2338, '1769-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298178, 2339, '0605-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298179, 2338, '1769-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298180, 2339, '0605-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298181, 2338, '1769-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298182, 2339, '0605-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298183, 2338, '1769-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298184, 2339, '0605-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298185, 2338, '1769-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298186, 2339, '0606-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298187, 2338, '1769-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298188, 2339, '0606-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298189, 2338, '1769-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298190, 2339, '0606-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298191, 2338, '1769-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298192, 2339, '0606-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298193, 2338, '1770-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298194, 2339, '0606-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298195, 2338, '1770-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298196, 2339, '0606-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298197, 2338, '1770-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298198, 2339, '0606-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298199, 2338, '1770-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298200, 2339, '0606-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298201, 2338, '1770-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298202, 2339, '0606-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298203, 2338, '1770-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298204, 2339, '0606-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298205, 2338, '1770-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298206, 2339, '0606-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298207, 2338, '1770-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298208, 2339, '0606-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298209, 2338, '1770-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298210, 2339, '0607-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298211, 2338, '1770-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298212, 2339, '0607-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298213, 2338, '1770-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298214, 2339, '0607-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298215, 2338, '1770-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298216, 2339, '0607-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298217, 2338, '1771-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298218, 2339, '0607-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298219, 2338, '1771-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298220, 2339, '0607-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298221, 2338, '1771-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298222, 2339, '0607-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298223, 2338, '1771-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298224, 2339, '0607-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298225, 2338, '1771-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298226, 2339, '0607-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298227, 2338, '1771-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298228, 2339, '0607-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298229, 2338, '1771-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298230, 2339, '0607-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298231, 2338, '1771-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298232, 2339, '0607-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298233, 2338, '1771-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298234, 2339, '0608-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298235, 2338, '1771-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298236, 2339, '0608-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298237, 2338, '1771-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298238, 2339, '0608-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298239, 2338, '1771-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298240, 2339, '0608-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298241, 2338, '1772-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298242, 2339, '0608-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298243, 2338, '1772-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298244, 2339, '0608-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298245, 2338, '1772-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298246, 2339, '0608-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298247, 2338, '1772-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298248, 2339, '0608-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298249, 2338, '1772-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298250, 2339, '0608-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298251, 2338, '1772-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298252, 2339, '0608-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298253, 2338, '1772-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298254, 2339, '0608-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298255, 2338, '1772-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298256, 2339, '0608-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298257, 2338, '1772-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(298258, 2339, '0609-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298259, 2338, '1772-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298260, 2339, '0609-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298261, 2338, '1772-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:19', '2023-10-31 16:07:19'),
(298262, 2339, '0609-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298263, 2338, '1772-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298264, 2339, '0609-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298265, 2338, '1773-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298266, 2339, '0609-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298267, 2338, '1773-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298268, 2339, '0609-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298269, 2338, '1773-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298270, 2339, '0609-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298271, 2338, '1773-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298272, 2339, '0609-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298273, 2338, '1773-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298274, 2339, '0609-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298275, 2338, '1773-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298276, 2339, '0609-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298277, 2338, '1773-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298278, 2339, '0609-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298279, 2338, '1773-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298280, 2339, '0609-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298281, 2338, '1773-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298282, 2339, '0610-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298283, 2338, '1773-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298284, 2339, '0610-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298285, 2338, '1773-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298286, 2339, '0610-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298287, 2338, '1773-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298288, 2339, '0610-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298289, 2338, '1774-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298290, 2339, '0610-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298291, 2338, '1774-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298292, 2339, '0610-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298293, 2338, '1774-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298294, 2339, '0610-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298295, 2338, '1774-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298296, 2339, '0610-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298297, 2338, '1774-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298298, 2339, '0610-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298299, 2338, '1774-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298300, 2339, '0610-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298301, 2338, '1774-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298302, 2339, '0610-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298303, 2338, '1774-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298304, 2339, '0610-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298305, 2338, '1774-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298306, 2339, '0611-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298307, 2338, '1774-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298308, 2339, '0611-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298309, 2338, '1774-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298310, 2339, '0611-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298311, 2338, '1774-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298312, 2339, '0611-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298313, 2338, '1775-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298314, 2339, '0611-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298315, 2338, '1775-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298316, 2339, '0611-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298317, 2338, '1775-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298318, 2339, '0611-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298319, 2338, '1775-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298320, 2339, '0611-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298321, 2338, '1775-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298322, 2339, '0611-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298323, 2338, '1775-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298324, 2339, '0611-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298325, 2338, '1775-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298326, 2339, '0611-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298327, 2338, '1775-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298328, 2339, '0611-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298329, 2338, '1775-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298330, 2339, '0612-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298331, 2338, '1775-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298332, 2339, '0612-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298333, 2338, '1775-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298334, 2339, '0612-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298335, 2338, '1775-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298336, 2339, '0612-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298337, 2338, '1776-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298338, 2339, '0612-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298339, 2338, '1776-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298340, 2339, '0612-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298341, 2338, '1776-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298342, 2339, '0612-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298343, 2338, '1776-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298344, 2339, '0612-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298345, 2338, '1776-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298346, 2339, '0612-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298347, 2338, '1776-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298348, 2339, '0612-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298349, 2338, '1776-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298350, 2339, '0612-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298351, 2338, '1776-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298352, 2339, '0612-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298353, 2338, '1776-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298354, 2339, '0613-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298355, 2338, '1776-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298356, 2339, '0613-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298357, 2338, '1776-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298358, 2339, '0613-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298359, 2338, '1776-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298360, 2339, '0613-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298361, 2338, '1777-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298362, 2339, '0613-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298363, 2338, '1777-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298364, 2339, '0613-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298365, 2338, '1777-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298366, 2339, '0613-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298367, 2338, '1777-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298368, 2339, '0613-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298369, 2338, '1777-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298370, 2339, '0613-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298371, 2338, '1777-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298372, 2339, '0613-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298373, 2338, '1777-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298374, 2339, '0613-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298375, 2338, '1777-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298376, 2339, '0613-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298377, 2338, '1777-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298378, 2339, '0614-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298379, 2338, '1777-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298380, 2339, '0614-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298381, 2338, '1777-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298382, 2339, '0614-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298383, 2338, '1777-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298384, 2339, '0614-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298385, 2338, '1778-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298386, 2339, '0614-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298387, 2338, '1778-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298388, 2339, '0614-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298389, 2338, '1778-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298390, 2339, '0614-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298391, 2338, '1778-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298392, 2339, '0614-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298393, 2338, '1778-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298394, 2339, '0614-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298395, 2338, '1778-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298396, 2339, '0614-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298397, 2338, '1778-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298398, 2339, '0614-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298399, 2338, '1778-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298400, 2339, '0614-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298401, 2338, '1778-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298402, 2339, '0615-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298403, 2338, '1778-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298404, 2339, '0615-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298405, 2338, '1778-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298406, 2339, '0615-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298407, 2338, '1778-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298408, 2339, '0615-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298409, 2338, '1779-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298410, 2339, '0615-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298411, 2338, '1779-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298412, 2339, '0615-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298413, 2338, '1779-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298414, 2339, '0615-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298415, 2338, '1779-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298416, 2339, '0615-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298417, 2338, '1779-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298418, 2339, '0615-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298419, 2338, '1779-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298420, 2339, '0615-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298421, 2338, '1779-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298422, 2339, '0615-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298423, 2338, '1779-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298424, 2339, '0615-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298425, 2338, '1779-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298426, 2339, '0616-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298427, 2338, '1779-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298428, 2339, '0616-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298429, 2338, '1779-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298430, 2339, '0616-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298431, 2338, '1779-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298432, 2339, '0616-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298433, 2338, '1780-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298434, 2339, '0616-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298435, 2338, '1780-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298436, 2339, '0616-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298437, 2338, '1780-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298438, 2339, '0616-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298439, 2338, '1780-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298440, 2339, '0616-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298441, 2338, '1780-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298442, 2339, '0616-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298443, 2338, '1780-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298444, 2339, '0616-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298445, 2338, '1780-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298446, 2339, '0616-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298447, 2338, '1780-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298448, 2339, '0616-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298449, 2338, '1780-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298450, 2339, '0617-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298451, 2338, '1780-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298452, 2339, '0617-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298453, 2338, '1780-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298454, 2339, '0617-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298455, 2338, '1780-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298456, 2339, '0617-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298457, 2338, '1781-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298458, 2339, '0617-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298459, 2338, '1781-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298460, 2339, '0617-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298461, 2338, '1781-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298462, 2339, '0617-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298463, 2338, '1781-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298464, 2339, '0617-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298465, 2338, '1781-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298466, 2339, '0617-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298467, 2338, '1781-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298468, 2339, '0617-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298469, 2338, '1781-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298470, 2339, '0617-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298471, 2338, '1781-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298472, 2339, '0617-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298473, 2338, '1781-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298474, 2339, '0618-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298475, 2338, '1781-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298476, 2339, '0618-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298477, 2338, '1781-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298478, 2339, '0618-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298479, 2338, '1781-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298480, 2339, '0618-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298481, 2338, '1782-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298482, 2339, '0618-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298483, 2338, '1782-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298484, 2339, '0618-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298485, 2338, '1782-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298486, 2339, '0618-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298487, 2338, '1782-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298488, 2339, '0618-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298489, 2338, '1782-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298490, 2339, '0618-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298491, 2338, '1782-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298492, 2339, '0618-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298493, 2338, '1782-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298494, 2339, '0618-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298495, 2338, '1782-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298496, 2339, '0618-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298497, 2338, '1782-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298498, 2339, '0619-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298499, 2338, '1782-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298500, 2338, '1782-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298501, 2339, '0619-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298502, 2338, '1782-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298503, 2339, '0619-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298504, 2338, '1783-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298505, 2339, '0619-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298506, 2338, '1783-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298507, 2339, '0619-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298508, 2338, '1783-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298509, 2339, '0619-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298510, 2338, '1783-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298511, 2339, '0619-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298512, 2338, '1783-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298513, 2339, '0619-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298514, 2338, '1783-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298515, 2339, '0619-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298516, 2338, '1783-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298517, 2339, '0619-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298518, 2338, '1783-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298519, 2339, '0619-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298520, 2338, '1783-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298521, 2339, '0619-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:20', '2023-10-31 16:07:20'),
(298522, 2338, '1783-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298523, 2339, '0620-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298524, 2338, '1783-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298525, 2339, '0620-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298526, 2338, '1783-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298527, 2339, '0620-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298528, 2338, '1784-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298529, 2339, '0620-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298530, 2338, '1784-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298531, 2339, '0620-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298532, 2338, '1784-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298533, 2339, '0620-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298534, 2338, '1784-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298535, 2339, '0620-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298536, 2338, '1784-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298537, 2339, '0620-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298538, 2338, '1784-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298539, 2339, '0620-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298540, 2338, '1784-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298541, 2339, '0620-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298542, 2338, '1784-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298543, 2339, '0620-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298544, 2338, '1784-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298545, 2339, '0620-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298546, 2338, '1784-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298547, 2339, '0621-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298548, 2338, '1784-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298549, 2339, '0621-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298550, 2338, '1784-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298551, 2339, '0621-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298552, 2338, '1785-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298553, 2339, '0621-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298554, 2338, '1785-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298555, 2339, '0621-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298556, 2338, '1785-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298557, 2339, '0621-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298558, 2338, '1785-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298559, 2339, '0621-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298560, 2338, '1785-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298561, 2339, '0621-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298562, 2338, '1785-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298563, 2339, '0621-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298564, 2338, '1785-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298565, 2339, '0621-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298566, 2338, '1785-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298567, 2339, '0621-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298568, 2338, '1785-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298569, 2339, '0621-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298570, 2338, '1785-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298571, 2339, '0622-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298572, 2338, '1785-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298573, 2339, '0622-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298574, 2338, '1785-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298575, 2339, '0622-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298576, 2338, '1786-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298577, 2339, '0622-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298578, 2338, '1786-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298579, 2339, '0622-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298580, 2338, '1786-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298581, 2339, '0622-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298582, 2338, '1786-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298583, 2339, '0622-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298584, 2338, '1786-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298585, 2339, '0622-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298586, 2338, '1786-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298587, 2339, '0622-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298588, 2338, '1786-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298589, 2339, '0622-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298590, 2338, '1786-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298591, 2339, '0622-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298592, 2338, '1786-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298593, 2339, '0622-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298594, 2338, '1786-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298595, 2339, '0623-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298596, 2338, '1786-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298597, 2339, '0623-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298598, 2338, '1786-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298599, 2339, '0623-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298600, 2338, '1787-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298601, 2339, '0623-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298602, 2338, '1787-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298603, 2339, '0623-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298604, 2338, '1787-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298605, 2339, '0623-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298606, 2338, '1787-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298607, 2339, '0623-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298608, 2338, '1787-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298609, 2339, '0623-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298610, 2338, '1787-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298611, 2339, '0623-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298612, 2338, '1787-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298613, 2339, '0623-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298614, 2338, '1787-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298615, 2339, '0623-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298616, 2338, '1787-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298617, 2339, '0623-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298618, 2338, '1787-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298619, 2339, '0624-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298620, 2338, '1787-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298621, 2339, '0624-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298622, 2338, '1787-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298623, 2339, '0624-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298624, 2338, '1788-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298625, 2339, '0624-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298626, 2338, '1788-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298627, 2339, '0624-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298628, 2338, '1788-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298629, 2339, '0624-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298630, 2338, '1788-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298631, 2339, '0624-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298632, 2338, '1788-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298633, 2339, '0624-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298634, 2338, '1788-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298635, 2339, '0624-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298636, 2338, '1788-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298637, 2339, '0624-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298638, 2338, '1788-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298639, 2339, '0624-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298640, 2338, '1788-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298641, 2339, '0624-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298642, 2338, '1788-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298643, 2339, '0625-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298644, 2338, '1788-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298645, 2339, '0625-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298646, 2338, '1788-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298647, 2339, '0625-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298648, 2338, '1789-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298649, 2339, '0625-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298650, 2338, '1789-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298651, 2339, '0625-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298652, 2338, '1789-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298653, 2339, '0625-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298654, 2338, '1789-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298655, 2339, '0625-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298656, 2338, '1789-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298657, 2339, '0625-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298658, 2338, '1789-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298659, 2339, '0625-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298660, 2338, '1789-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298661, 2339, '0625-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298662, 2338, '1789-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298663, 2339, '0625-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298664, 2338, '1789-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298665, 2339, '0625-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298666, 2338, '1789-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298667, 2339, '0626-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298668, 2338, '1789-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298669, 2339, '0626-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298670, 2338, '1789-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298671, 2339, '0626-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298672, 2338, '1790-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298673, 2339, '0626-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298674, 2338, '1790-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298675, 2339, '0626-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298676, 2338, '1790-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298677, 2339, '0626-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298678, 2338, '1790-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298679, 2339, '0626-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298680, 2338, '1790-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298681, 2339, '0626-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298682, 2338, '1790-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298683, 2339, '0626-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298684, 2338, '1790-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298685, 2339, '0626-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298686, 2338, '1790-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298687, 2339, '0626-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298688, 2338, '1790-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298689, 2339, '0626-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298690, 2338, '1790-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298691, 2339, '0627-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298692, 2338, '1790-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298693, 2339, '0627-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298694, 2338, '1790-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298695, 2339, '0627-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298696, 2338, '1791-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298697, 2339, '0627-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298698, 2338, '1791-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298699, 2339, '0627-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298700, 2338, '1791-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298701, 2339, '0627-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298702, 2338, '1791-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298703, 2339, '0627-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298704, 2338, '1791-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298705, 2339, '0627-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298706, 2338, '1791-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298707, 2339, '0627-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298708, 2338, '1791-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298709, 2339, '0627-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298710, 2338, '1791-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298711, 2339, '0627-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298712, 2338, '1791-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298713, 2339, '0627-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298714, 2338, '1791-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298715, 2339, '0628-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298716, 2338, '1791-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298717, 2339, '0628-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298718, 2338, '1791-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298719, 2339, '0628-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298720, 2338, '1792-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298721, 2339, '0628-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298722, 2338, '1792-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(298723, 2339, '0628-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298724, 2338, '1792-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298725, 2339, '0628-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298726, 2338, '1792-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298727, 2339, '0628-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298728, 2338, '1792-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298729, 2339, '0628-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298730, 2338, '1792-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298731, 2339, '0628-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298732, 2338, '1792-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298733, 2339, '0628-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298734, 2338, '1792-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298735, 2339, '0628-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298736, 2338, '1792-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298737, 2339, '0628-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298738, 2338, '1792-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298739, 2339, '0629-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298740, 2338, '1792-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298741, 2339, '0629-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298742, 2338, '1792-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298743, 2339, '0629-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298744, 2338, '1793-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298745, 2339, '0629-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298746, 2338, '1793-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298747, 2339, '0629-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298748, 2338, '1793-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298749, 2339, '0629-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298750, 2338, '1793-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298751, 2339, '0629-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298752, 2338, '1793-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298753, 2339, '0629-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298754, 2338, '1793-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298755, 2339, '0629-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298756, 2338, '1793-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298757, 2339, '0629-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298758, 2338, '1793-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298759, 2339, '0629-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298760, 2338, '1793-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298761, 2339, '0629-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298762, 2338, '1793-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298763, 2339, '0630-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298764, 2338, '1793-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298765, 2339, '0630-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298766, 2338, '1793-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298767, 2339, '0630-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298768, 2338, '1794-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298769, 2339, '0630-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298770, 2338, '1794-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298771, 2339, '0630-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298772, 2338, '1794-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298773, 2339, '0630-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298774, 2338, '1794-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298775, 2339, '0630-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298776, 2338, '1794-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298777, 2339, '0630-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298778, 2338, '1794-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298779, 2339, '0630-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298780, 2338, '1794-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298781, 2339, '0630-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298782, 2338, '1794-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298783, 2339, '0630-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298784, 2338, '1794-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298785, 2339, '0630-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298786, 2338, '1794-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298787, 2339, '0631-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298788, 2338, '1794-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298789, 2339, '0631-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298790, 2338, '1794-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298791, 2339, '0631-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298792, 2338, '1795-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298793, 2339, '0631-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298794, 2338, '1795-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298795, 2339, '0631-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:21', '2023-10-31 16:07:21'),
(298796, 2338, '1795-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(298797, 2339, '0631-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(298798, 2338, '1795-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(298799, 2339, '0631-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(298800, 2338, '1795-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(298801, 2339, '0631-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(298802, 2338, '1795-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(298803, 2339, '0631-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(298804, 2338, '1795-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(298805, 2339, '0631-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(298806, 2338, '1795-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(298807, 2339, '0631-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(298808, 2338, '1795-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(298809, 2339, '0631-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(298810, 2338, '1795-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(298811, 2339, '0632-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(298812, 2338, '1795-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(298813, 2339, '0632-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(298814, 2338, '1795-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(298815, 2339, '0632-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(298816, 2338, '1796-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(298817, 2339, '0632-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(298818, 2338, '1796-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(298819, 2339, '0632-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(298820, 2338, '1796-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(298821, 2339, '0632-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(298822, 2338, '1796-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(298823, 2339, '0632-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(298824, 2338, '1796-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(298825, 2339, '0632-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(298826, 2338, '1796-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(298827, 2339, '0632-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(298828, 2338, '1796-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(298829, 2339, '0632-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(298830, 2338, '1796-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(298831, 2339, '0632-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(298832, 2338, '1796-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(298833, 2339, '0632-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(298834, 2338, '1796-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(298835, 2339, '0633-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(298836, 2338, '1796-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(298837, 2339, '0633-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(298838, 2338, '1796-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(298839, 2339, '0633-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(298840, 2338, '1797-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(298841, 2339, '0633-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(298842, 2338, '1797-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(298843, 2339, '0633-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(298844, 2338, '1797-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(298845, 2339, '0633-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(298846, 2338, '1797-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(298847, 2339, '0633-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(298848, 2338, '1797-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(298849, 2339, '0633-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(298850, 2338, '1797-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(298851, 2339, '0633-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(298852, 2338, '1797-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(298853, 2339, '0633-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(298854, 2338, '1797-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(298855, 2339, '0633-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(298856, 2338, '1797-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(298857, 2339, '0633-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(298858, 2338, '1797-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(298859, 2339, '0634-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(298860, 2338, '1797-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(298861, 2339, '0634-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(298862, 2338, '1797-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(298863, 2339, '0634-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(298864, 2338, '1798-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(298865, 2339, '0634-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(298866, 2338, '1798-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(298867, 2339, '0634-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(298868, 2338, '1798-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(298869, 2339, '0634-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(298870, 2338, '1798-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(298871, 2339, '0634-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(298872, 2338, '1798-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(298873, 2339, '0634-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(298874, 2338, '1798-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(298875, 2339, '0634-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(298876, 2338, '1798-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(298877, 2339, '0634-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(298878, 2338, '1798-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(298879, 2339, '0634-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(298880, 2338, '1798-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(298881, 2339, '0634-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(298882, 2338, '1798-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(298883, 2339, '0635-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(298884, 2338, '1798-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(298885, 2339, '0635-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(298886, 2338, '1798-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(298887, 2339, '0635-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(298888, 2338, '1799-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(298889, 2339, '0635-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(298890, 2338, '1799-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(298891, 2339, '0635-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(298892, 2338, '1799-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(298893, 2339, '0635-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(298894, 2338, '1799-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(298895, 2339, '0635-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(298896, 2338, '1799-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(298897, 2339, '0635-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(298898, 2338, '1799-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(298899, 2339, '0635-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(298900, 2338, '1799-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(298901, 2339, '0635-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(298902, 2338, '1799-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(298903, 2339, '0635-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(298904, 2338, '1799-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(298905, 2339, '0635-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(298906, 2338, '1799-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(298907, 2339, '0636-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(298908, 2338, '1799-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(298909, 2339, '0636-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(298910, 2338, '1799-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(298911, 2339, '0636-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(298912, 2338, '1800-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(298913, 2339, '0636-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(298914, 2338, '1800-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(298915, 2339, '0636-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(298916, 2338, '1800-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(298917, 2339, '0636-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(298918, 2338, '1800-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(298919, 2339, '0636-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(298920, 2338, '1800-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(298921, 2339, '0636-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(298922, 2338, '1800-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(298923, 2339, '0636-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(298924, 2338, '1800-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(298925, 2339, '0636-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(298926, 2338, '1800-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(298927, 2339, '0636-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(298928, 2338, '1800-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(298929, 2339, '0636-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(298930, 2338, '1800-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(298931, 2339, '0637-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(298932, 2338, '1800-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(298933, 2339, '0637-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(298934, 2338, '1800-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(298935, 2339, '0637-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(298936, 2338, '1801-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(298937, 2339, '0637-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(298938, 2338, '1801-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(298939, 2339, '0637-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(298940, 2338, '1801-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(298941, 2339, '0637-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(298942, 2338, '1801-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(298943, 2339, '0637-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(298944, 2338, '1801-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(298945, 2339, '0637-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(298946, 2338, '1801-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(298947, 2339, '0637-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(298948, 2338, '1801-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(298949, 2339, '0637-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(298950, 2338, '1801-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(298951, 2339, '0637-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(298952, 2338, '1801-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(298953, 2339, '0637-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(298954, 2338, '1801-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(298955, 2339, '0638-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(298956, 2338, '1801-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(298957, 2338, '1801-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(298958, 2339, '0638-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(298959, 2338, '1802-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(298960, 2339, '0638-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(298961, 2338, '1802-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(298962, 2339, '0638-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(298963, 2338, '1802-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(298964, 2339, '0638-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(298965, 2338, '1802-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(298966, 2339, '0638-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(298967, 2338, '1802-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(298968, 2339, '0638-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(298969, 2338, '1802-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(298970, 2339, '0638-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(298971, 2338, '1802-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(298972, 2339, '0638-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(298973, 2338, '1802-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(298974, 2339, '0638-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(298975, 2338, '1802-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(298976, 2339, '0638-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(298977, 2338, '1802-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(298978, 2339, '0638-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(298979, 2338, '1802-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(298980, 2339, '0639-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(298981, 2338, '1802-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(298982, 2339, '0639-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(298983, 2338, '1803-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(298984, 2339, '0639-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(298985, 2338, '1803-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(298986, 2339, '0639-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(298987, 2338, '1803-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(298988, 2339, '0639-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(298989, 2338, '1803-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(298990, 2339, '0639-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(298991, 2338, '1803-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(298992, 2339, '0639-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(298993, 2338, '1803-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(298994, 2339, '0639-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(298995, 2338, '1803-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(298996, 2339, '0639-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(298997, 2338, '1803-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(298998, 2339, '0639-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(298999, 2338, '1803-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(299000, 2339, '0639-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(299001, 2338, '1803-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(299002, 2339, '0639-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(299003, 2338, '1803-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(299004, 2339, '0640-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(299005, 2338, '1803-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(299006, 2339, '0640-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(299007, 2338, '1804-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(299008, 2339, '0640-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(299009, 2338, '1804-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(299010, 2339, '0640-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(299011, 2338, '1804-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(299012, 2339, '0640-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(299013, 2338, '1804-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(299014, 2339, '0640-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(299015, 2338, '1804-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(299016, 2339, '0640-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(299017, 2338, '1804-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(299018, 2339, '0640-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(299019, 2338, '1804-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(299020, 2339, '0640-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(299021, 2338, '1804-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(299022, 2339, '0640-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(299023, 2338, '1804-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(299024, 2339, '0640-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(299025, 2338, '1804-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(299026, 2339, '0640-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(299027, 2338, '1804-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(299028, 2339, '0641-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(299029, 2338, '1804-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(299030, 2339, '0641-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(299031, 2338, '1805-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(299032, 2339, '0641-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(299033, 2338, '1805-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(299034, 2339, '0641-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(299035, 2338, '1805-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(299036, 2339, '0641-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(299037, 2338, '1805-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(299038, 2339, '0641-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(299039, 2338, '1805-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(299040, 2339, '0641-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(299041, 2338, '1805-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(299042, 2339, '0641-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(299043, 2338, '1805-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(299044, 2339, '0641-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(299045, 2338, '1805-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(299046, 2339, '0641-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(299047, 2338, '1805-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(299048, 2339, '0641-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(299049, 2338, '1805-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(299050, 2339, '0641-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(299051, 2338, '1805-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(299052, 2339, '0642-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(299053, 2338, '1805-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(299054, 2339, '0642-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(299055, 2338, '1806-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(299056, 2339, '0642-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(299057, 2338, '1806-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(299058, 2339, '0642-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(299059, 2338, '1806-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(299060, 2339, '0642-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(299061, 2338, '1806-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(299062, 2339, '0642-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(299063, 2338, '1806-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(299064, 2339, '0642-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(299065, 2338, '1806-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(299066, 2339, '0642-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(299067, 2338, '1806-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:22', '2023-10-31 16:07:22'),
(299068, 2339, '0642-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299069, 2338, '1806-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299070, 2339, '0642-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299071, 2338, '1806-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299072, 2339, '0642-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299073, 2338, '1806-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299074, 2339, '0642-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299075, 2338, '1806-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299076, 2339, '0643-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299077, 2338, '1806-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299078, 2339, '0643-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299079, 2338, '1807-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299080, 2339, '0643-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299081, 2338, '1807-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299082, 2339, '0643-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299083, 2338, '1807-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299084, 2339, '0643-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299085, 2338, '1807-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299086, 2339, '0643-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299087, 2338, '1807-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299088, 2339, '0643-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299089, 2338, '1807-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299090, 2339, '0643-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299091, 2338, '1807-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299092, 2339, '0643-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299093, 2338, '1807-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299094, 2339, '0643-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299095, 2338, '1807-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299096, 2339, '0643-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299097, 2338, '1807-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299098, 2339, '0643-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299099, 2338, '1807-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299100, 2339, '0644-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299101, 2338, '1807-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299102, 2339, '0644-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299103, 2338, '1808-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299104, 2339, '0644-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299105, 2338, '1808-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299106, 2339, '0644-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299107, 2338, '1808-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299108, 2339, '0644-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299109, 2338, '1808-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299110, 2339, '0644-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299111, 2338, '1808-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299112, 2339, '0644-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299113, 2338, '1808-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299114, 2339, '0644-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299115, 2338, '1808-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299116, 2339, '0644-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299117, 2338, '1808-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299118, 2339, '0644-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299119, 2338, '1808-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299120, 2339, '0644-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299121, 2338, '1808-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299122, 2339, '0644-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299123, 2338, '1808-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299124, 2339, '0645-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299125, 2338, '1808-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299126, 2339, '0645-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299127, 2338, '1809-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299128, 2339, '0645-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299129, 2338, '1809-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299130, 2339, '0645-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299131, 2338, '1809-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299132, 2339, '0645-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299133, 2338, '1809-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299134, 2339, '0645-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299135, 2338, '1809-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299136, 2339, '0645-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299137, 2338, '1809-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299138, 2339, '0645-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299139, 2338, '1809-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299140, 2339, '0645-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299141, 2338, '1809-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299142, 2339, '0645-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299143, 2338, '1809-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299144, 2339, '0645-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299145, 2338, '1809-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299146, 2339, '0645-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299147, 2338, '1809-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299148, 2339, '0646-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299149, 2338, '1809-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299150, 2339, '0646-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299151, 2338, '1810-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299152, 2339, '0646-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299153, 2338, '1810-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299154, 2339, '0646-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299155, 2338, '1810-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299156, 2339, '0646-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299157, 2338, '1810-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299158, 2339, '0646-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299159, 2338, '1810-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299160, 2339, '0646-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299161, 2338, '1810-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299162, 2339, '0646-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299163, 2338, '1810-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299164, 2339, '0646-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299165, 2338, '1810-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299166, 2339, '0646-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299167, 2338, '1810-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299168, 2339, '0646-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299169, 2338, '1810-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299170, 2339, '0646-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299171, 2338, '1810-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299172, 2339, '0647-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299173, 2338, '1810-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299174, 2339, '0647-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299175, 2338, '1811-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299176, 2339, '0647-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299177, 2338, '1811-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299178, 2339, '0647-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299179, 2338, '1811-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299180, 2339, '0647-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299181, 2338, '1811-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299182, 2339, '0647-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299183, 2338, '1811-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299184, 2339, '0647-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299185, 2338, '1811-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299186, 2339, '0647-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299187, 2338, '1811-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(299188, 2339, '0647-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299189, 2338, '1811-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299190, 2339, '0647-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299191, 2338, '1811-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299192, 2339, '0647-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299193, 2338, '1811-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299194, 2339, '0647-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299195, 2338, '1811-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299196, 2339, '0648-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299197, 2338, '1811-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299198, 2339, '0648-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299199, 2338, '1812-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299200, 2339, '0648-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299201, 2338, '1812-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299202, 2339, '0648-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299203, 2338, '1812-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299204, 2339, '0648-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299205, 2338, '1812-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299206, 2339, '0648-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299207, 2338, '1812-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299208, 2339, '0648-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299209, 2338, '1812-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299210, 2339, '0648-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299211, 2338, '1812-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299212, 2339, '0648-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299213, 2338, '1812-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299214, 2339, '0648-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299215, 2338, '1812-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299216, 2339, '0648-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299217, 2338, '1812-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299218, 2339, '0648-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299219, 2338, '1812-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299220, 2339, '0649-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299221, 2338, '1812-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299222, 2339, '0649-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299223, 2338, '1813-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299224, 2339, '0649-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299225, 2338, '1813-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299226, 2339, '0649-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299227, 2338, '1813-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299228, 2339, '0649-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299229, 2338, '1813-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299230, 2339, '0649-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299231, 2338, '1813-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299232, 2339, '0649-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299233, 2338, '1813-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299234, 2339, '0649-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299235, 2338, '1813-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299236, 2339, '0649-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299237, 2338, '1813-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299238, 2339, '0649-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299239, 2338, '1813-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299240, 2339, '0649-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299241, 2338, '1813-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299242, 2339, '0649-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299243, 2338, '1813-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299244, 2339, '0650-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299245, 2338, '1813-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299246, 2339, '0650-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299247, 2338, '1814-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299248, 2339, '0650-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299249, 2338, '1814-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299250, 2339, '0650-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299251, 2338, '1814-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299252, 2339, '0650-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299253, 2338, '1814-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299254, 2339, '0650-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299255, 2338, '1814-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299256, 2339, '0650-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299257, 2338, '1814-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299258, 2339, '0650-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299259, 2338, '1814-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299260, 2339, '0650-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299261, 2338, '1814-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299262, 2339, '0650-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299263, 2338, '1814-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299264, 2339, '0650-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299265, 2338, '1814-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299266, 2339, '0650-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299267, 2338, '1814-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299268, 2339, '0651-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299269, 2338, '1814-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299270, 2339, '0651-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299271, 2338, '1815-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299272, 2339, '0651-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299273, 2338, '1815-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299274, 2339, '0651-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299275, 2338, '1815-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299276, 2339, '0651-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299277, 2338, '1815-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299278, 2339, '0651-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299279, 2338, '1815-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299280, 2339, '0651-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299281, 2338, '1815-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299282, 2339, '0651-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299283, 2338, '1815-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299284, 2339, '0651-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299285, 2338, '1815-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299286, 2339, '0651-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299287, 2338, '1815-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299288, 2339, '0651-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299289, 2338, '1815-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299290, 2339, '0651-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299291, 2338, '1815-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299292, 2339, '0652-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299293, 2338, '1815-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299294, 2339, '0652-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299295, 2338, '1816-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299296, 2339, '0652-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299297, 2338, '1816-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299298, 2339, '0652-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299299, 2338, '1816-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299300, 2339, '0652-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299301, 2338, '1816-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299302, 2339, '0652-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299303, 2338, '1816-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299304, 2339, '0652-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299305, 2338, '1816-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299306, 2339, '0652-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299307, 2338, '1816-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299308, 2339, '0652-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299309, 2338, '1816-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299310, 2339, '0652-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299311, 2338, '1816-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299312, 2339, '0652-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299313, 2338, '1816-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299314, 2339, '0652-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299315, 2338, '1816-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299316, 2339, '0653-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299317, 2338, '1816-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299318, 2339, '0653-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299319, 2338, '1817-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299320, 2339, '0653-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299321, 2338, '1817-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299322, 2339, '0653-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299323, 2338, '1817-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299324, 2339, '0653-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299325, 2338, '1817-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299326, 2339, '0653-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299327, 2338, '1817-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299328, 2339, '0653-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299329, 2338, '1817-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299330, 2339, '0653-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299331, 2338, '1817-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299332, 2339, '0653-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299333, 2338, '1817-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299334, 2339, '0653-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299335, 2338, '1817-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299336, 2339, '0653-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299337, 2338, '1817-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299338, 2339, '0653-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299339, 2338, '1817-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299340, 2339, '0654-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299341, 2338, '1817-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299342, 2339, '0654-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:23', '2023-10-31 16:07:23'),
(299343, 2338, '1818-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299344, 2339, '0654-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299345, 2338, '1818-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299346, 2339, '0654-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299347, 2338, '1818-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299348, 2339, '0654-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299349, 2338, '1818-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299350, 2339, '0654-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299351, 2338, '1818-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299352, 2339, '0654-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299353, 2338, '1818-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299354, 2339, '0654-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299355, 2338, '1818-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299356, 2339, '0654-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299357, 2338, '1818-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299358, 2339, '0654-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299359, 2338, '1818-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299360, 2339, '0654-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299361, 2338, '1818-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299362, 2339, '0654-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299363, 2338, '1818-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299364, 2339, '0655-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299365, 2338, '1818-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299366, 2339, '0655-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299367, 2338, '1819-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299368, 2339, '0655-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299369, 2338, '1819-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299370, 2339, '0655-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299371, 2338, '1819-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299372, 2339, '0655-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299373, 2338, '1819-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299374, 2339, '0655-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299375, 2338, '1819-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299376, 2339, '0655-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299377, 2338, '1819-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299378, 2339, '0655-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299379, 2338, '1819-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299380, 2339, '0655-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299381, 2338, '1819-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299382, 2339, '0655-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299383, 2338, '1819-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299384, 2339, '0655-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299385, 2338, '1819-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299386, 2339, '0655-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299387, 2338, '1819-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299388, 2339, '0656-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299389, 2338, '1819-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299390, 2339, '0656-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299391, 2338, '1820-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299392, 2339, '0656-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299393, 2338, '1820-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299394, 2339, '0656-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299395, 2338, '1820-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299396, 2339, '0656-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299397, 2338, '1820-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299398, 2339, '0656-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299399, 2338, '1820-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299400, 2339, '0656-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299401, 2338, '1820-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299402, 2339, '0656-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299403, 2338, '1820-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299404, 2339, '0656-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299405, 2338, '1820-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299406, 2339, '0656-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299407, 2338, '1820-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299408, 2339, '0656-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299409, 2338, '1820-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299410, 2339, '0656-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299411, 2338, '1820-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299412, 2339, '0657-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299413, 2338, '1820-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299414, 2339, '0657-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299415, 2338, '1821-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299416, 2339, '0657-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299417, 2338, '1821-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299418, 2339, '0657-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299419, 2338, '1821-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299420, 2339, '0657-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299421, 2338, '1821-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299422, 2339, '0657-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299423, 2338, '1821-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299424, 2339, '0657-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299425, 2338, '1821-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299426, 2339, '0657-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299427, 2338, '1821-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299428, 2339, '0657-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299429, 2338, '1821-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299430, 2339, '0657-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299431, 2338, '1821-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299432, 2339, '0657-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299433, 2338, '1821-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299434, 2339, '0657-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299435, 2338, '1821-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299436, 2339, '0658-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299437, 2338, '1821-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299438, 2339, '0658-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299439, 2338, '1822-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299440, 2339, '0658-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299441, 2338, '1822-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299442, 2339, '0658-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299443, 2338, '1822-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299444, 2339, '0658-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299445, 2338, '1822-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299446, 2339, '0658-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299447, 2338, '1822-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299448, 2339, '0658-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299449, 2338, '1822-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299450, 2339, '0658-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299451, 2338, '1822-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299452, 2339, '0658-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299453, 2338, '1822-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299454, 2339, '0658-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299455, 2338, '1822-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299456, 2339, '0658-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299457, 2338, '1822-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299458, 2339, '0658-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299459, 2338, '1822-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299460, 2339, '0659-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299461, 2338, '1822-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299462, 2339, '0659-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299463, 2338, '1823-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299464, 2339, '0659-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299465, 2338, '1823-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299466, 2339, '0659-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299467, 2338, '1823-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299468, 2339, '0659-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299469, 2338, '1823-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299470, 2339, '0659-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299471, 2338, '1823-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299472, 2339, '0659-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299473, 2338, '1823-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299474, 2339, '0659-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299475, 2338, '1823-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299476, 2339, '0659-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299477, 2338, '1823-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299478, 2339, '0659-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299479, 2338, '1823-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299480, 2339, '0659-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299481, 2338, '1823-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299482, 2339, '0659-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299483, 2338, '1823-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299484, 2339, '0660-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299485, 2338, '1823-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299486, 2339, '0660-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299487, 2338, '1824-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299488, 2339, '0660-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299489, 2338, '1824-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299490, 2339, '0660-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299491, 2338, '1824-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299492, 2339, '0660-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299493, 2338, '1824-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299494, 2339, '0660-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299495, 2338, '1824-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299496, 2339, '0660-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299497, 2338, '1824-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299498, 2339, '0660-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299499, 2338, '1824-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299500, 2339, '0660-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299501, 2338, '1824-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299502, 2339, '0660-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299503, 2338, '1824-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299504, 2339, '0660-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299505, 2338, '1824-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299506, 2339, '0660-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299507, 2338, '1824-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299508, 2339, '0661-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299509, 2338, '1824-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299510, 2339, '0661-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299511, 2338, '1825-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299512, 2339, '0661-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299513, 2338, '1825-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299514, 2339, '0661-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299515, 2338, '1825-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299516, 2339, '0661-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299517, 2338, '1825-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299518, 2339, '0661-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299519, 2338, '1825-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299520, 2339, '0661-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299521, 2338, '1825-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299522, 2339, '0661-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299523, 2338, '1825-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299524, 2339, '0661-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299525, 2338, '1825-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299526, 2339, '0661-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299527, 2338, '1825-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299528, 2339, '0661-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299529, 2338, '1825-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299530, 2339, '0661-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299531, 2338, '1825-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299532, 2339, '0662-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299533, 2338, '1825-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299534, 2339, '0662-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299535, 2338, '1826-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299536, 2339, '0662-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299537, 2338, '1826-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299538, 2339, '0662-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299539, 2338, '1826-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299540, 2339, '0662-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299541, 2338, '1826-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299542, 2339, '0662-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299543, 2338, '1826-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299544, 2339, '0662-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299545, 2338, '1826-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299546, 2339, '0662-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299547, 2338, '1826-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299548, 2339, '0662-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299549, 2338, '1826-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299550, 2339, '0662-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299551, 2338, '1826-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299552, 2339, '0662-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299553, 2338, '1826-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299554, 2339, '0662-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299555, 2338, '1826-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299556, 2339, '0663-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299557, 2338, '1826-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299558, 2339, '0663-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299559, 2338, '1827-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299560, 2339, '0663-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299561, 2338, '1827-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299562, 2339, '0663-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299563, 2338, '1827-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299564, 2339, '0663-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299565, 2338, '1827-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299566, 2339, '0663-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299567, 2338, '1827-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299568, 2339, '0663-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299569, 2338, '1827-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299570, 2339, '0663-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299571, 2338, '1827-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299572, 2339, '0663-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299573, 2338, '1827-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299574, 2339, '0663-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299575, 2338, '1827-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299576, 2339, '0663-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299577, 2338, '1827-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299578, 2339, '0663-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299579, 2338, '1827-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299580, 2339, '0664-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299581, 2338, '1827-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299582, 2339, '0664-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299583, 2338, '1828-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299584, 2339, '0664-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299585, 2338, '1828-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299586, 2339, '0664-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299587, 2338, '1828-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299588, 2339, '0664-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299589, 2338, '1828-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299590, 2339, '0664-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299591, 2338, '1828-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299592, 2339, '0664-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299593, 2338, '1828-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299594, 2339, '0664-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299595, 2338, '1828-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299596, 2339, '0664-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299597, 2338, '1828-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:24', '2023-10-31 16:07:24'),
(299598, 2339, '0664-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299599, 2338, '1828-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299600, 2339, '0664-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299601, 2338, '1828-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299602, 2339, '0664-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299603, 2338, '1828-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299604, 2339, '0665-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299605, 2338, '1828-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299606, 2339, '0665-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299607, 2338, '1829-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299608, 2339, '0665-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299609, 2338, '1829-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299610, 2339, '0665-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299611, 2338, '1829-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299612, 2339, '0665-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299613, 2338, '1829-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299614, 2339, '0665-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299615, 2338, '1829-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299616, 2339, '0665-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299617, 2338, '1829-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299618, 2339, '0665-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299619, 2338, '1829-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299620, 2339, '0665-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299621, 2338, '1829-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299622, 2339, '0665-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299623, 2338, '1829-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299624, 2339, '0665-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299625, 2338, '1829-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299626, 2339, '0665-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299627, 2338, '1829-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299628, 2339, '0666-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299629, 2338, '1829-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299630, 2339, '0666-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299631, 2338, '1830-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299632, 2339, '0666-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299633, 2338, '1830-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299634, 2339, '0666-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299635, 2338, '1830-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299636, 2339, '0666-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299637, 2338, '1830-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299638, 2339, '0666-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299639, 2338, '1830-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299640, 2339, '0666-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299641, 2338, '1830-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299642, 2339, '0666-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299643, 2338, '1830-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299644, 2339, '0666-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299645, 2338, '1830-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299646, 2339, '0666-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299647, 2338, '1830-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299648, 2339, '0666-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299649, 2338, '1830-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299650, 2339, '0666-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299651, 2338, '1830-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299652, 2339, '0667-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(299653, 2338, '1830-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299654, 2339, '0667-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299655, 2338, '1831-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299656, 2339, '0667-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299657, 2338, '1831-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299658, 2339, '0667-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299659, 2338, '1831-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299660, 2339, '0667-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299661, 2338, '1831-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299662, 2339, '0667-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299663, 2338, '1831-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299664, 2339, '0667-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299665, 2338, '1831-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299666, 2339, '0667-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299667, 2338, '1831-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299668, 2339, '0667-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299669, 2338, '1831-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299670, 2339, '0667-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299671, 2338, '1831-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299672, 2339, '0667-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299673, 2338, '1831-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299674, 2339, '0667-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299675, 2338, '1831-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299676, 2339, '0668-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299677, 2338, '1831-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299678, 2339, '0668-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299679, 2338, '1832-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299680, 2339, '0668-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299681, 2338, '1832-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299682, 2339, '0668-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299683, 2338, '1832-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299684, 2339, '0668-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299685, 2338, '1832-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299686, 2339, '0668-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299687, 2338, '1832-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299688, 2339, '0668-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299689, 2338, '1832-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299690, 2339, '0668-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299691, 2338, '1832-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299692, 2339, '0668-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299693, 2338, '1832-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299694, 2339, '0668-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299695, 2338, '1832-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299696, 2339, '0668-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299697, 2338, '1832-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299698, 2339, '0668-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299699, 2338, '1832-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299700, 2339, '0669-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299701, 2338, '1832-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299702, 2339, '0669-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299703, 2338, '1833-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299704, 2339, '0669-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299705, 2338, '1833-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299706, 2339, '0669-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299707, 2338, '1833-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299708, 2339, '0669-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299709, 2338, '1833-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299710, 2339, '0669-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299711, 2338, '1833-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299712, 2339, '0669-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299713, 2338, '1833-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299714, 2339, '0669-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299715, 2338, '1833-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299716, 2339, '0669-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299717, 2338, '1833-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299718, 2339, '0669-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299719, 2338, '1833-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299720, 2339, '0669-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299721, 2338, '1833-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299722, 2339, '0669-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299723, 2338, '1833-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299724, 2339, '0670-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299725, 2338, '1833-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299726, 2339, '0670-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299727, 2338, '1834-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299728, 2339, '0670-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299729, 2338, '1834-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299730, 2339, '0670-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299731, 2338, '1834-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299732, 2339, '0670-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299733, 2338, '1834-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299734, 2339, '0670-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299735, 2338, '1834-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299736, 2339, '0670-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299737, 2338, '1834-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299738, 2339, '0670-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299739, 2338, '1834-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299740, 2339, '0670-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299741, 2338, '1834-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299742, 2339, '0670-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299743, 2338, '1834-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299744, 2339, '0670-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299745, 2338, '1834-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299746, 2339, '0670-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299747, 2338, '1834-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299748, 2339, '0671-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299749, 2338, '1834-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299750, 2339, '0671-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299751, 2338, '1835-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299752, 2339, '0671-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299753, 2338, '1835-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299754, 2339, '0671-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299755, 2338, '1835-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299756, 2339, '0671-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299757, 2338, '1835-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299758, 2339, '0671-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299759, 2338, '1835-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299760, 2339, '0671-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299761, 2338, '1835-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299762, 2339, '0671-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299763, 2338, '1835-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299764, 2339, '0671-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299765, 2338, '1835-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299766, 2339, '0671-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299767, 2338, '1835-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299768, 2339, '0671-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299769, 2338, '1835-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299770, 2339, '0671-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299771, 2338, '1835-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299772, 2339, '0672-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299773, 2338, '1835-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299774, 2339, '0672-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299775, 2338, '1836-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299776, 2339, '0672-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299777, 2338, '1836-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299778, 2339, '0672-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299779, 2338, '1836-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299780, 2339, '0672-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299781, 2338, '1836-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299782, 2339, '0672-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299783, 2338, '1836-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299784, 2339, '0672-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299785, 2338, '1836-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299786, 2339, '0672-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299787, 2338, '1836-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299788, 2339, '0672-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299789, 2338, '1836-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299790, 2339, '0672-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299791, 2338, '1836-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299792, 2339, '0672-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299793, 2338, '1836-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299794, 2339, '0672-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299795, 2338, '1836-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299796, 2339, '0673-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299797, 2338, '1836-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299798, 2339, '0673-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299799, 2338, '1837-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299800, 2339, '0673-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299801, 2338, '1837-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299802, 2339, '0673-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299803, 2338, '1837-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299804, 2339, '0673-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299805, 2338, '1837-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299806, 2339, '0673-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299807, 2338, '1837-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299808, 2339, '0673-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299809, 2338, '1837-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299810, 2339, '0673-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299811, 2338, '1837-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299812, 2339, '0673-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299813, 2338, '1837-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299814, 2339, '0673-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299815, 2338, '1837-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299816, 2339, '0673-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299817, 2338, '1837-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299818, 2339, '0673-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299819, 2338, '1837-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299820, 2339, '0674-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299821, 2338, '1837-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299822, 2339, '0674-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299823, 2338, '1838-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299824, 2339, '0674-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299825, 2338, '1838-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299826, 2339, '0674-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299827, 2338, '1838-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299828, 2339, '0674-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299829, 2338, '1838-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299830, 2339, '0674-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299831, 2338, '1838-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299832, 2339, '0674-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299833, 2338, '1838-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299834, 2339, '0674-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299835, 2338, '1838-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299836, 2339, '0674-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299837, 2338, '1838-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299838, 2339, '0674-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299839, 2338, '1838-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299840, 2339, '0674-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299841, 2338, '1838-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299842, 2339, '0674-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299843, 2338, '1838-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299844, 2339, '0675-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299845, 2338, '1838-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299846, 2339, '0675-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299847, 2338, '1839-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299848, 2339, '0675-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299849, 2338, '1839-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299850, 2339, '0675-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299851, 2338, '1839-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299852, 2339, '0675-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:25', '2023-10-31 16:07:25'),
(299853, 2338, '1839-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:26', '2023-10-31 16:07:26'),
(299854, 2339, '0675-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:26', '2023-10-31 16:07:26'),
(299855, 2338, '1839-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:26', '2023-10-31 16:07:26'),
(299856, 2339, '0675-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:26', '2023-10-31 16:07:26'),
(299857, 2338, '1839-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:26', '2023-10-31 16:07:26'),
(299858, 2339, '0675-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:26', '2023-10-31 16:07:26'),
(299859, 2338, '1839-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:26', '2023-10-31 16:07:26'),
(299860, 2339, '0675-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:26', '2023-10-31 16:07:26'),
(299861, 2338, '1839-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:26', '2023-10-31 16:07:26'),
(299862, 2339, '0675-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:26', '2023-10-31 16:07:26'),
(299863, 2338, '1839-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:26', '2023-10-31 16:07:26'),
(299864, 2339, '0675-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:26', '2023-10-31 16:07:26'),
(299865, 2338, '1839-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:26', '2023-10-31 16:07:26'),
(299866, 2339, '0675-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:26', '2023-10-31 16:07:26'),
(299867, 2338, '1839-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:26', '2023-10-31 16:07:26'),
(299868, 2339, '0676-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:26', '2023-10-31 16:07:26'),
(299869, 2338, '1839-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:26', '2023-10-31 16:07:26'),
(299870, 2339, '0676-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:26', '2023-10-31 16:07:26'),
(299871, 2338, '1840-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:26', '2023-10-31 16:07:26'),
(299872, 2339, '0676-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:26', '2023-10-31 16:07:26'),
(299873, 2338, '1840-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:26', '2023-10-31 16:07:26'),
(299874, 2339, '0676-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:26', '2023-10-31 16:07:26'),
(299875, 2338, '1840-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:26', '2023-10-31 16:07:26'),
(299876, 2339, '0676-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:26', '2023-10-31 16:07:26'),
(299877, 2338, '1840-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:26', '2023-10-31 16:07:26'),
(299878, 2339, '0676-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:26', '2023-10-31 16:07:26'),
(299879, 2338, '1840-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:26', '2023-10-31 16:07:26'),
(299880, 2339, '0676-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:26', '2023-10-31 16:07:26'),
(299881, 2338, '1840-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:26', '2023-10-31 16:07:26'),
(299882, 2339, '0676-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:26', '2023-10-31 16:07:26'),
(299883, 2338, '1840-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:26', '2023-10-31 16:07:26'),
(299884, 2339, '0676-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:26', '2023-10-31 16:07:26'),
(299885, 2338, '1840-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:26', '2023-10-31 16:07:26'),
(299886, 2339, '0676-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:26', '2023-10-31 16:07:26'),
(299887, 2338, '1840-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:26', '2023-10-31 16:07:26'),
(299888, 2339, '0676-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:26', '2023-10-31 16:07:26'),
(299889, 2338, '1840-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:26', '2023-10-31 16:07:26'),
(299890, 2339, '0676-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:26', '2023-10-31 16:07:26'),
(299891, 2338, '1840-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:26', '2023-10-31 16:07:26'),
(299892, 2339, '0677-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:26', '2023-10-31 16:07:26'),
(299893, 2338, '1840-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:26', '2023-10-31 16:07:26'),
(299894, 2339, '0677-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:26', '2023-10-31 16:07:26'),
(299895, 2338, '1841-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:26', '2023-10-31 16:07:26'),
(299896, 2339, '0677-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:26', '2023-10-31 16:07:26'),
(299897, 2338, '1841-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:26', '2023-10-31 16:07:26'),
(299898, 2339, '0677-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:26', '2023-10-31 16:07:26'),
(299899, 2338, '1841-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:26', '2023-10-31 16:07:26'),
(299900, 2339, '0677-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:26', '2023-10-31 16:07:26'),
(299901, 2338, '1841-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:26', '2023-10-31 16:07:26'),
(299902, 2339, '0677-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:26', '2023-10-31 16:07:26'),
(299903, 2338, '1841-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:26', '2023-10-31 16:07:26'),
(299904, 2339, '0677-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:26', '2023-10-31 16:07:26'),
(299905, 2338, '1841-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:26', '2023-10-31 16:07:26'),
(299906, 2339, '0677-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:26', '2023-10-31 16:07:26'),
(299907, 2338, '1841-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:26', '2023-10-31 16:07:26'),
(299908, 2339, '0677-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:26', '2023-10-31 16:07:26'),
(299909, 2338, '1841-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:26', '2023-10-31 16:07:26'),
(299910, 2339, '0677-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:26', '2023-10-31 16:07:26'),
(299911, 2338, '1841-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:26', '2023-10-31 16:07:26'),
(299912, 2339, '0677-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:26', '2023-10-31 16:07:26'),
(299913, 2338, '1841-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:26', '2023-10-31 16:07:26'),
(299914, 2339, '0677-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:26', '2023-10-31 16:07:26'),
(299915, 2338, '1841-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:26', '2023-10-31 16:07:26'),
(299916, 2339, '0678-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:26', '2023-10-31 16:07:26'),
(299917, 2338, '1841-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:26', '2023-10-31 16:07:26'),
(299918, 2339, '0678-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:26', '2023-10-31 16:07:26'),
(299919, 2338, '1842-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:26', '2023-10-31 16:07:26'),
(299920, 2339, '0678-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:26', '2023-10-31 16:07:26'),
(299921, 2338, '1842-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:26', '2023-10-31 16:07:26'),
(299922, 2339, '0678-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:26', '2023-10-31 16:07:26'),
(299923, 2338, '1842-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:26', '2023-10-31 16:07:26'),
(299924, 2339, '0678-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:26', '2023-10-31 16:07:26'),
(299925, 2338, '1842-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:26', '2023-10-31 16:07:26'),
(299926, 2339, '0678-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:26', '2023-10-31 16:07:26'),
(299927, 2338, '1842-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:26', '2023-10-31 16:07:26'),
(299928, 2339, '0678-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:26', '2023-10-31 16:07:26'),
(299929, 2338, '1842-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:26', '2023-10-31 16:07:26'),
(299930, 2339, '0678-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:26', '2023-10-31 16:07:26'),
(299931, 2338, '1842-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:26', '2023-10-31 16:07:26'),
(299932, 2339, '0678-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:26', '2023-10-31 16:07:26'),
(299933, 2338, '1842-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:26', '2023-10-31 16:07:26'),
(299934, 2339, '0678-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:26', '2023-10-31 16:07:26'),
(299935, 2338, '1842-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:26', '2023-10-31 16:07:26'),
(299936, 2339, '0678-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:26', '2023-10-31 16:07:26'),
(299937, 2338, '1842-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:26', '2023-10-31 16:07:26'),
(299938, 2339, '0678-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:26', '2023-10-31 16:07:26'),
(299939, 2338, '1842-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:26', '2023-10-31 16:07:26'),
(299940, 2339, '0679-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:26', '2023-10-31 16:07:26'),
(299941, 2338, '1842-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:26', '2023-10-31 16:07:26'),
(299942, 2339, '0679-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:26', '2023-10-31 16:07:26'),
(299943, 2338, '1843-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:26', '2023-10-31 16:07:26'),
(299944, 2339, '0679-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:26', '2023-10-31 16:07:26'),
(299945, 2338, '1843-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:26', '2023-10-31 16:07:26'),
(299946, 2339, '0679-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:26', '2023-10-31 16:07:26'),
(299947, 2338, '1843-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:26', '2023-10-31 16:07:26'),
(299948, 2339, '0679-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:26', '2023-10-31 16:07:26'),
(299949, 2338, '1843-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:26', '2023-10-31 16:07:26'),
(299950, 2339, '0679-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:26', '2023-10-31 16:07:26'),
(299951, 2338, '1843-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:26', '2023-10-31 16:07:26'),
(299952, 2339, '0679-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:26', '2023-10-31 16:07:26'),
(299953, 2338, '1843-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:26', '2023-10-31 16:07:26'),
(299954, 2339, '0679-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:26', '2023-10-31 16:07:26'),
(299955, 2338, '1843-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:26', '2023-10-31 16:07:26'),
(299956, 2339, '0679-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:26', '2023-10-31 16:07:26'),
(299957, 2338, '1843-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:26', '2023-10-31 16:07:26'),
(299958, 2339, '0679-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:26', '2023-10-31 16:07:26'),
(299959, 2338, '1843-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:26', '2023-10-31 16:07:26'),
(299960, 2339, '0679-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:26', '2023-10-31 16:07:26'),
(299961, 2338, '1843-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:26', '2023-10-31 16:07:26'),
(299962, 2339, '0679-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:26', '2023-10-31 16:07:26'),
(299963, 2338, '1843-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:26', '2023-10-31 16:07:26'),
(299964, 2339, '0680-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:26', '2023-10-31 16:07:26'),
(299965, 2338, '1843-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:26', '2023-10-31 16:07:26'),
(299966, 2339, '0680-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:26', '2023-10-31 16:07:26'),
(299967, 2338, '1844-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:26', '2023-10-31 16:07:26'),
(299968, 2339, '0680-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:26', '2023-10-31 16:07:26'),
(299969, 2338, '1844-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:26', '2023-10-31 16:07:26'),
(299970, 2339, '0680-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:26', '2023-10-31 16:07:26'),
(299971, 2338, '1844-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:26', '2023-10-31 16:07:26'),
(299972, 2339, '0680-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:26', '2023-10-31 16:07:26'),
(299973, 2338, '1844-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:26', '2023-10-31 16:07:26'),
(299974, 2339, '0680-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:26', '2023-10-31 16:07:26'),
(299975, 2338, '1844-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:26', '2023-10-31 16:07:26'),
(299976, 2339, '0680-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:26', '2023-10-31 16:07:26'),
(299977, 2338, '1844-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:26', '2023-10-31 16:07:26'),
(299978, 2339, '0680-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:26', '2023-10-31 16:07:26'),
(299979, 2338, '1844-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:26', '2023-10-31 16:07:26'),
(299980, 2339, '0680-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:26', '2023-10-31 16:07:26'),
(299981, 2338, '1844-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:26', '2023-10-31 16:07:26'),
(299982, 2339, '0680-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:26', '2023-10-31 16:07:26'),
(299983, 2338, '1844-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:26', '2023-10-31 16:07:26'),
(299984, 2339, '0680-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:26', '2023-10-31 16:07:26'),
(299985, 2338, '1844-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:26', '2023-10-31 16:07:26'),
(299986, 2339, '0680-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:26', '2023-10-31 16:07:26'),
(299987, 2338, '1844-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:26', '2023-10-31 16:07:26'),
(299988, 2339, '0681-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:26', '2023-10-31 16:07:26'),
(299989, 2338, '1844-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:26', '2023-10-31 16:07:26'),
(299990, 2339, '0681-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:26', '2023-10-31 16:07:26'),
(299991, 2338, '1845-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:26', '2023-10-31 16:07:26'),
(299992, 2339, '0681-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:26', '2023-10-31 16:07:26'),
(299993, 2338, '1845-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:26', '2023-10-31 16:07:26'),
(299994, 2339, '0681-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:26', '2023-10-31 16:07:26'),
(299995, 2338, '1845-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:26', '2023-10-31 16:07:26'),
(299996, 2339, '0681-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:26', '2023-10-31 16:07:26'),
(299997, 2338, '1845-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:26', '2023-10-31 16:07:26'),
(299998, 2339, '0681-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:26', '2023-10-31 16:07:26'),
(299999, 2338, '1845-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:26', '2023-10-31 16:07:26'),
(300000, 2339, '0681-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:26', '2023-10-31 16:07:26'),
(300001, 2338, '1845-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:26', '2023-10-31 16:07:26'),
(300002, 2339, '0681-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:26', '2023-10-31 16:07:26'),
(300003, 2338, '1845-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:26', '2023-10-31 16:07:26'),
(300004, 2339, '0681-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:26', '2023-10-31 16:07:26'),
(300005, 2338, '1845-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:26', '2023-10-31 16:07:26'),
(300006, 2339, '0681-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:26', '2023-10-31 16:07:26'),
(300007, 2338, '1845-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:26', '2023-10-31 16:07:26'),
(300008, 2339, '0681-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:26', '2023-10-31 16:07:26'),
(300009, 2338, '1845-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:26', '2023-10-31 16:07:26'),
(300010, 2339, '0681-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:26', '2023-10-31 16:07:26'),
(300011, 2338, '1845-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:26', '2023-10-31 16:07:26'),
(300012, 2339, '0682-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:26', '2023-10-31 16:07:26'),
(300013, 2338, '1845-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:26', '2023-10-31 16:07:26'),
(300014, 2339, '0682-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:26', '2023-10-31 16:07:26'),
(300015, 2338, '1846-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:26', '2023-10-31 16:07:26'),
(300016, 2339, '0682-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:26', '2023-10-31 16:07:26'),
(300017, 2338, '1846-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:26', '2023-10-31 16:07:26'),
(300018, 2339, '0682-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:26', '2023-10-31 16:07:26'),
(300019, 2338, '1846-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:26', '2023-10-31 16:07:26'),
(300020, 2339, '0682-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:26', '2023-10-31 16:07:26'),
(300021, 2338, '1846-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:26', '2023-10-31 16:07:26'),
(300022, 2339, '0682-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:26', '2023-10-31 16:07:26'),
(300023, 2338, '1846-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:26', '2023-10-31 16:07:26'),
(300024, 2339, '0682-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:26', '2023-10-31 16:07:26'),
(300025, 2338, '1846-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:26', '2023-10-31 16:07:26'),
(300026, 2339, '0682-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:26', '2023-10-31 16:07:26'),
(300027, 2338, '1846-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:26', '2023-10-31 16:07:26'),
(300028, 2339, '0682-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:26', '2023-10-31 16:07:26'),
(300029, 2338, '1846-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:26', '2023-10-31 16:07:26'),
(300030, 2339, '0682-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:26', '2023-10-31 16:07:26'),
(300031, 2338, '1846-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:26', '2023-10-31 16:07:26'),
(300032, 2339, '0682-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:26', '2023-10-31 16:07:26'),
(300033, 2338, '1846-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:26', '2023-10-31 16:07:26'),
(300034, 2339, '0682-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:26', '2023-10-31 16:07:26'),
(300035, 2338, '1846-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:26', '2023-10-31 16:07:26'),
(300036, 2339, '0683-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:26', '2023-10-31 16:07:26'),
(300037, 2338, '1846-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:26', '2023-10-31 16:07:26'),
(300038, 2339, '0683-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:26', '2023-10-31 16:07:26'),
(300039, 2338, '1847-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:26', '2023-10-31 16:07:26'),
(300040, 2339, '0683-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:26', '2023-10-31 16:07:26'),
(300041, 2338, '1847-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:26', '2023-10-31 16:07:26'),
(300042, 2339, '0683-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:26', '2023-10-31 16:07:26'),
(300043, 2338, '1847-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:26', '2023-10-31 16:07:26'),
(300044, 2339, '0683-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:26', '2023-10-31 16:07:26'),
(300045, 2338, '1847-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:26', '2023-10-31 16:07:26'),
(300046, 2339, '0683-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:26', '2023-10-31 16:07:26'),
(300047, 2338, '1847-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:26', '2023-10-31 16:07:26'),
(300048, 2339, '0683-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:26', '2023-10-31 16:07:26'),
(300049, 2338, '1847-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:26', '2023-10-31 16:07:26'),
(300050, 2339, '0683-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:26', '2023-10-31 16:07:26'),
(300051, 2338, '1847-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:26', '2023-10-31 16:07:26'),
(300052, 2339, '0683-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:26', '2023-10-31 16:07:26'),
(300053, 2338, '1847-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:26', '2023-10-31 16:07:26'),
(300054, 2339, '0683-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:26', '2023-10-31 16:07:26'),
(300055, 2338, '1847-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:26', '2023-10-31 16:07:26'),
(300056, 2339, '0683-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:26', '2023-10-31 16:07:26'),
(300057, 2338, '1847-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:26', '2023-10-31 16:07:26'),
(300058, 2339, '0683-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:26', '2023-10-31 16:07:26'),
(300059, 2338, '1847-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:26', '2023-10-31 16:07:26'),
(300060, 2339, '0684-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:26', '2023-10-31 16:07:26'),
(300061, 2338, '1847-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:26', '2023-10-31 16:07:26'),
(300062, 2339, '0684-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:26', '2023-10-31 16:07:26'),
(300063, 2338, '1848-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:26', '2023-10-31 16:07:26'),
(300064, 2339, '0684-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:26', '2023-10-31 16:07:26'),
(300065, 2338, '1848-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:26', '2023-10-31 16:07:26'),
(300066, 2339, '0684-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:26', '2023-10-31 16:07:26'),
(300067, 2338, '1848-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:26', '2023-10-31 16:07:26'),
(300068, 2339, '0684-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:26', '2023-10-31 16:07:26'),
(300069, 2338, '1848-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:26', '2023-10-31 16:07:26'),
(300070, 2339, '0684-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:26', '2023-10-31 16:07:26'),
(300071, 2338, '1848-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:26', '2023-10-31 16:07:26'),
(300072, 2339, '0684-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:26', '2023-10-31 16:07:26'),
(300073, 2338, '1848-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:26', '2023-10-31 16:07:26'),
(300074, 2339, '0684-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:26', '2023-10-31 16:07:26'),
(300075, 2338, '1848-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:26', '2023-10-31 16:07:26'),
(300076, 2339, '0684-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:26', '2023-10-31 16:07:26'),
(300077, 2338, '1848-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:26', '2023-10-31 16:07:26'),
(300078, 2339, '0684-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:26', '2023-10-31 16:07:26'),
(300079, 2338, '1848-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:26', '2023-10-31 16:07:26'),
(300080, 2339, '0684-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:26', '2023-10-31 16:07:26'),
(300081, 2338, '1848-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:26', '2023-10-31 16:07:26'),
(300082, 2339, '0684-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:26', '2023-10-31 16:07:26'),
(300083, 2338, '1848-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:26', '2023-10-31 16:07:26'),
(300084, 2339, '0685-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:26', '2023-10-31 16:07:26'),
(300085, 2338, '1848-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:26', '2023-10-31 16:07:26'),
(300086, 2339, '0685-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:26', '2023-10-31 16:07:26'),
(300087, 2338, '1849-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300088, 2339, '0685-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300089, 2338, '1849-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300090, 2339, '0685-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300091, 2338, '1849-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300092, 2339, '0685-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300093, 2338, '1849-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300094, 2339, '0685-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300095, 2338, '1849-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300096, 2339, '0685-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300097, 2338, '1849-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300098, 2339, '0685-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300099, 2338, '1849-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300100, 2339, '0685-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300101, 2338, '1849-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300102, 2339, '0685-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300103, 2338, '1849-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300104, 2339, '0685-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300105, 2338, '1849-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300106, 2339, '0685-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300107, 2338, '1849-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300108, 2339, '0686-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300109, 2338, '1849-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300110, 2339, '0686-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300111, 2338, '1850-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300112, 2339, '0686-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300113, 2338, '1850-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300114, 2339, '0686-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300115, 2338, '1850-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300116, 2339, '0686-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300117, 2338, '1850-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(300118, 2339, '0686-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300119, 2338, '1850-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300120, 2339, '0686-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300121, 2338, '1850-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300122, 2339, '0686-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300123, 2338, '1850-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300124, 2339, '0686-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300125, 2338, '1850-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300126, 2339, '0686-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300127, 2338, '1850-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300128, 2339, '0686-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300129, 2338, '1850-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300130, 2339, '0686-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300131, 2338, '1850-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300132, 2339, '0687-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300133, 2338, '1850-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300134, 2339, '0687-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300135, 2338, '1851-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300136, 2339, '0687-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300137, 2338, '1851-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300138, 2339, '0687-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300139, 2338, '1851-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300140, 2339, '0687-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300141, 2338, '1851-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300142, 2339, '0687-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300143, 2338, '1851-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300144, 2339, '0687-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300145, 2338, '1851-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300146, 2339, '0687-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300147, 2338, '1851-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300148, 2339, '0687-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300149, 2338, '1851-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300150, 2339, '0687-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300151, 2338, '1851-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300152, 2339, '0687-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300153, 2338, '1851-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300154, 2339, '0687-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300155, 2338, '1851-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300156, 2339, '0688-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300157, 2338, '1851-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300158, 2339, '0688-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300159, 2338, '1852-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300160, 2339, '0688-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300161, 2338, '1852-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300162, 2339, '0688-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300163, 2338, '1852-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300164, 2339, '0688-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300165, 2338, '1852-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300166, 2339, '0688-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300167, 2338, '1852-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300168, 2339, '0688-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300169, 2338, '1852-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300170, 2339, '0688-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300171, 2338, '1852-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300172, 2339, '0688-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300173, 2338, '1852-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300174, 2339, '0688-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300175, 2338, '1852-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300176, 2339, '0688-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300177, 2338, '1852-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300178, 2339, '0688-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300179, 2338, '1852-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300180, 2339, '0689-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300181, 2338, '1852-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300182, 2339, '0689-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300183, 2338, '1853-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300184, 2339, '0689-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300185, 2338, '1853-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300186, 2339, '0689-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300187, 2338, '1853-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300188, 2339, '0689-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300189, 2338, '1853-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300190, 2339, '0689-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300191, 2338, '1853-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300192, 2339, '0689-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300193, 2338, '1853-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300194, 2339, '0689-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300195, 2338, '1853-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300196, 2339, '0689-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300197, 2338, '1853-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300198, 2339, '0689-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300199, 2338, '1853-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300200, 2339, '0689-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300201, 2338, '1853-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300202, 2339, '0689-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300203, 2338, '1853-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300204, 2339, '0690-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300205, 2338, '1853-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300206, 2339, '0690-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300207, 2338, '1854-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300208, 2339, '0690-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300209, 2338, '1854-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300210, 2339, '0690-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300211, 2338, '1854-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300212, 2339, '0690-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300213, 2338, '1854-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300214, 2339, '0690-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300215, 2338, '1854-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300216, 2339, '0690-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300217, 2338, '1854-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300218, 2339, '0690-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300219, 2338, '1854-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300220, 2339, '0690-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300221, 2338, '1854-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300222, 2339, '0690-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300223, 2338, '1854-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300224, 2339, '0690-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300225, 2338, '1854-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300226, 2339, '0690-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300227, 2338, '1854-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300228, 2339, '0691-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300229, 2338, '1854-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300230, 2339, '0691-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300231, 2338, '1855-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300232, 2339, '0691-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300233, 2338, '1855-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300234, 2339, '0691-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300235, 2338, '1855-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300236, 2339, '0691-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300237, 2338, '1855-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300238, 2339, '0691-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300239, 2338, '1855-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300240, 2339, '0691-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300241, 2338, '1855-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300242, 2339, '0691-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300243, 2338, '1855-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300244, 2339, '0691-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300245, 2338, '1855-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300246, 2339, '0691-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300247, 2338, '1855-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300248, 2339, '0691-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300249, 2338, '1855-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300250, 2339, '0691-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300251, 2338, '1855-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300252, 2339, '0692-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300253, 2338, '1855-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300254, 2339, '0692-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300255, 2338, '1856-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300256, 2339, '0692-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300257, 2338, '1856-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300258, 2339, '0692-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300259, 2338, '1856-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300260, 2339, '0692-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300261, 2338, '1856-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300262, 2339, '0692-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300263, 2338, '1856-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300264, 2339, '0692-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300265, 2338, '1856-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300266, 2339, '0692-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300267, 2338, '1856-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300268, 2339, '0692-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300269, 2338, '1856-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300270, 2339, '0692-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300271, 2338, '1856-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300272, 2339, '0692-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300273, 2338, '1856-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300274, 2339, '0692-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300275, 2338, '1856-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300276, 2339, '0693-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300277, 2338, '1856-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300278, 2339, '0693-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300279, 2338, '1857-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300280, 2339, '0693-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300281, 2338, '1857-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300282, 2339, '0693-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300283, 2338, '1857-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300284, 2339, '0693-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300285, 2338, '1857-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300286, 2339, '0693-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300287, 2338, '1857-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300288, 2339, '0693-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300289, 2338, '1857-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300290, 2339, '0693-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300291, 2338, '1857-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300292, 2339, '0693-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300293, 2338, '1857-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300294, 2339, '0693-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300295, 2338, '1857-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300296, 2339, '0693-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300297, 2338, '1857-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300298, 2339, '0693-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300299, 2338, '1857-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300300, 2339, '0694-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300301, 2338, '1857-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300302, 2339, '0694-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300303, 2338, '1858-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300304, 2339, '0694-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300305, 2338, '1858-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300306, 2339, '0694-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300307, 2338, '1858-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300308, 2339, '0694-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300309, 2338, '1858-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300310, 2339, '0694-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300311, 2338, '1858-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300312, 2339, '0694-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300313, 2338, '1858-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300314, 2339, '0694-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300315, 2338, '1858-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300316, 2339, '0694-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300317, 2338, '1858-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300318, 2339, '0694-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300319, 2338, '1858-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300320, 2339, '0694-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300321, 2338, '1858-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300322, 2339, '0694-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300323, 2338, '1858-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300324, 2339, '0695-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300325, 2338, '1858-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300326, 2339, '0695-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300327, 2338, '1859-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300328, 2339, '0695-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300329, 2338, '1859-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:27', '2023-10-31 16:07:27'),
(300330, 2339, '0695-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:28', '2023-10-31 16:07:28'),
(300331, 2338, '1859-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:28', '2023-10-31 16:07:28'),
(300332, 2339, '0695-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:28', '2023-10-31 16:07:28'),
(300333, 2338, '1859-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:28', '2023-10-31 16:07:28'),
(300334, 2339, '0695-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:28', '2023-10-31 16:07:28'),
(300335, 2338, '1859-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:28', '2023-10-31 16:07:28'),
(300336, 2339, '0695-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:28', '2023-10-31 16:07:28'),
(300337, 2338, '1859-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:28', '2023-10-31 16:07:28'),
(300338, 2339, '0695-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:28', '2023-10-31 16:07:28'),
(300339, 2338, '1859-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:28', '2023-10-31 16:07:28'),
(300340, 2339, '0695-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:28', '2023-10-31 16:07:28'),
(300341, 2338, '1859-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:28', '2023-10-31 16:07:28'),
(300342, 2339, '0695-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:28', '2023-10-31 16:07:28'),
(300343, 2338, '1859-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:28', '2023-10-31 16:07:28'),
(300344, 2339, '0695-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:28', '2023-10-31 16:07:28'),
(300345, 2338, '1859-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:28', '2023-10-31 16:07:28'),
(300346, 2339, '0695-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:28', '2023-10-31 16:07:28'),
(300347, 2338, '1859-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:28', '2023-10-31 16:07:28'),
(300348, 2339, '0696-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:28', '2023-10-31 16:07:28'),
(300349, 2338, '1859-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:28', '2023-10-31 16:07:28'),
(300350, 2339, '0696-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:28', '2023-10-31 16:07:28'),
(300351, 2338, '1860-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:28', '2023-10-31 16:07:28'),
(300352, 2339, '0696-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:28', '2023-10-31 16:07:28'),
(300353, 2338, '1860-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:28', '2023-10-31 16:07:28'),
(300354, 2339, '0696-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:28', '2023-10-31 16:07:28'),
(300355, 2338, '1860-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:28', '2023-10-31 16:07:28'),
(300356, 2339, '0696-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:28', '2023-10-31 16:07:28'),
(300357, 2338, '1860-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:28', '2023-10-31 16:07:28'),
(300358, 2339, '0696-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:28', '2023-10-31 16:07:28'),
(300359, 2338, '1860-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:28', '2023-10-31 16:07:28'),
(300360, 2339, '0696-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:28', '2023-10-31 16:07:28'),
(300361, 2338, '1860-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:28', '2023-10-31 16:07:28'),
(300362, 2339, '0696-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:28', '2023-10-31 16:07:28'),
(300363, 2338, '1860-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:28', '2023-10-31 16:07:28'),
(300364, 2339, '0696-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:28', '2023-10-31 16:07:28'),
(300365, 2338, '1860-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:28', '2023-10-31 16:07:28'),
(300366, 2339, '0696-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:28', '2023-10-31 16:07:28'),
(300367, 2338, '1860-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:28', '2023-10-31 16:07:28'),
(300368, 2339, '0696-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:28', '2023-10-31 16:07:28'),
(300369, 2338, '1860-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:28', '2023-10-31 16:07:28'),
(300370, 2339, '0696-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:28', '2023-10-31 16:07:28'),
(300371, 2338, '1860-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:28', '2023-10-31 16:07:28'),
(300372, 2339, '0697-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:28', '2023-10-31 16:07:28'),
(300373, 2338, '1860-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:28', '2023-10-31 16:07:28'),
(300374, 2339, '0697-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:28', '2023-10-31 16:07:28'),
(300375, 2338, '1861-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:28', '2023-10-31 16:07:28'),
(300376, 2339, '0697-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:28', '2023-10-31 16:07:28'),
(300377, 2338, '1861-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:28', '2023-10-31 16:07:28'),
(300378, 2339, '0697-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:28', '2023-10-31 16:07:28'),
(300379, 2338, '1861-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:28', '2023-10-31 16:07:28'),
(300380, 2339, '0697-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:28', '2023-10-31 16:07:28'),
(300381, 2338, '1861-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:28', '2023-10-31 16:07:28'),
(300382, 2339, '0697-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:28', '2023-10-31 16:07:28'),
(300383, 2338, '1861-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:28', '2023-10-31 16:07:28'),
(300384, 2339, '0697-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:28', '2023-10-31 16:07:28'),
(300385, 2338, '1861-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:28', '2023-10-31 16:07:28'),
(300386, 2339, '0697-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:28', '2023-10-31 16:07:28'),
(300387, 2338, '1861-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:28', '2023-10-31 16:07:28'),
(300388, 2339, '0697-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:28', '2023-10-31 16:07:28'),
(300389, 2338, '1861-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:28', '2023-10-31 16:07:28'),
(300390, 2339, '0697-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:28', '2023-10-31 16:07:28'),
(300391, 2338, '1861-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:28', '2023-10-31 16:07:28'),
(300392, 2339, '0697-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:28', '2023-10-31 16:07:28'),
(300393, 2338, '1861-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:28', '2023-10-31 16:07:28'),
(300394, 2339, '0697-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:28', '2023-10-31 16:07:28'),
(300395, 2338, '1861-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:28', '2023-10-31 16:07:28'),
(300396, 2339, '0698-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:28', '2023-10-31 16:07:28'),
(300397, 2338, '1861-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:28', '2023-10-31 16:07:28'),
(300398, 2339, '0698-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:28', '2023-10-31 16:07:28'),
(300399, 2338, '1862-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:28', '2023-10-31 16:07:28'),
(300400, 2339, '0698-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:28', '2023-10-31 16:07:28'),
(300401, 2338, '1862-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:28', '2023-10-31 16:07:28'),
(300402, 2339, '0698-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:28', '2023-10-31 16:07:28'),
(300403, 2338, '1862-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:28', '2023-10-31 16:07:28'),
(300404, 2339, '0698-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:28', '2023-10-31 16:07:28'),
(300405, 2338, '1862-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:28', '2023-10-31 16:07:28'),
(300406, 2339, '0698-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:28', '2023-10-31 16:07:28'),
(300407, 2338, '1862-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:28', '2023-10-31 16:07:28'),
(300408, 2339, '0698-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:28', '2023-10-31 16:07:28'),
(300409, 2338, '1862-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:28', '2023-10-31 16:07:28'),
(300410, 2339, '0698-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:28', '2023-10-31 16:07:28'),
(300411, 2338, '1862-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:28', '2023-10-31 16:07:28'),
(300412, 2339, '0698-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:28', '2023-10-31 16:07:28'),
(300413, 2338, '1862-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:28', '2023-10-31 16:07:28'),
(300414, 2339, '0698-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:28', '2023-10-31 16:07:28'),
(300415, 2338, '1862-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:28', '2023-10-31 16:07:28'),
(300416, 2339, '0698-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:28', '2023-10-31 16:07:28'),
(300417, 2338, '1862-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:28', '2023-10-31 16:07:28'),
(300418, 2339, '0698-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:28', '2023-10-31 16:07:28'),
(300419, 2338, '1862-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:28', '2023-10-31 16:07:28'),
(300420, 2339, '0699-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:28', '2023-10-31 16:07:28'),
(300421, 2338, '1862-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:28', '2023-10-31 16:07:28'),
(300422, 2339, '0699-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:28', '2023-10-31 16:07:28'),
(300423, 2338, '1863-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:28', '2023-10-31 16:07:28'),
(300424, 2339, '0699-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:28', '2023-10-31 16:07:28'),
(300425, 2338, '1863-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:28', '2023-10-31 16:07:28'),
(300426, 2339, '0699-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:28', '2023-10-31 16:07:28'),
(300427, 2338, '1863-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:28', '2023-10-31 16:07:28'),
(300428, 2339, '0699-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:28', '2023-10-31 16:07:28'),
(300429, 2338, '1863-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:28', '2023-10-31 16:07:28'),
(300430, 2339, '0699-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:28', '2023-10-31 16:07:28'),
(300431, 2338, '1863-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:28', '2023-10-31 16:07:28'),
(300432, 2339, '0699-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:28', '2023-10-31 16:07:28'),
(300433, 2338, '1863-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:28', '2023-10-31 16:07:28'),
(300434, 2339, '0699-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:28', '2023-10-31 16:07:28'),
(300435, 2338, '1863-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:28', '2023-10-31 16:07:28'),
(300436, 2339, '0699-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:28', '2023-10-31 16:07:28'),
(300437, 2338, '1863-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:28', '2023-10-31 16:07:28'),
(300438, 2339, '0699-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:28', '2023-10-31 16:07:28'),
(300439, 2338, '1863-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:28', '2023-10-31 16:07:28'),
(300440, 2339, '0699-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:28', '2023-10-31 16:07:28'),
(300441, 2338, '1863-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:28', '2023-10-31 16:07:28'),
(300442, 2339, '0699-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:28', '2023-10-31 16:07:28'),
(300443, 2338, '1863-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:28', '2023-10-31 16:07:28'),
(300444, 2339, '0700-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:28', '2023-10-31 16:07:28'),
(300445, 2338, '1863-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:28', '2023-10-31 16:07:28'),
(300446, 2339, '0700-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:28', '2023-10-31 16:07:28'),
(300447, 2338, '1864-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:28', '2023-10-31 16:07:28'),
(300448, 2339, '0700-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:28', '2023-10-31 16:07:28'),
(300449, 2338, '1864-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:28', '2023-10-31 16:07:28'),
(300450, 2339, '0700-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:28', '2023-10-31 16:07:28'),
(300451, 2338, '1864-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:28', '2023-10-31 16:07:28'),
(300452, 2339, '0700-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:28', '2023-10-31 16:07:28'),
(300453, 2338, '1864-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:28', '2023-10-31 16:07:28'),
(300454, 2339, '0700-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:28', '2023-10-31 16:07:28'),
(300455, 2338, '1864-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:28', '2023-10-31 16:07:28'),
(300456, 2339, '0700-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:28', '2023-10-31 16:07:28'),
(300457, 2338, '1864-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:28', '2023-10-31 16:07:28'),
(300458, 2339, '0700-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:28', '2023-10-31 16:07:28'),
(300459, 2338, '1864-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:28', '2023-10-31 16:07:28'),
(300460, 2339, '0700-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:28', '2023-10-31 16:07:28'),
(300461, 2338, '1864-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:28', '2023-10-31 16:07:28'),
(300462, 2339, '0700-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:28', '2023-10-31 16:07:28'),
(300463, 2338, '1864-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:28', '2023-10-31 16:07:28'),
(300464, 2339, '0700-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:28', '2023-10-31 16:07:28'),
(300465, 2338, '1864-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:28', '2023-10-31 16:07:28'),
(300466, 2339, '0700-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:28', '2023-10-31 16:07:28'),
(300467, 2338, '1864-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:28', '2023-10-31 16:07:28'),
(300468, 2339, '0701-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:28', '2023-10-31 16:07:28'),
(300469, 2338, '1864-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:28', '2023-10-31 16:07:28'),
(300470, 2339, '0701-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:28', '2023-10-31 16:07:28'),
(300471, 2338, '1865-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:28', '2023-10-31 16:07:28'),
(300472, 2339, '0701-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:28', '2023-10-31 16:07:28'),
(300473, 2338, '1865-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:28', '2023-10-31 16:07:28'),
(300474, 2339, '0701-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:28', '2023-10-31 16:07:28'),
(300475, 2338, '1865-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:28', '2023-10-31 16:07:28'),
(300476, 2339, '0701-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:28', '2023-10-31 16:07:28'),
(300477, 2338, '1865-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:28', '2023-10-31 16:07:28'),
(300478, 2339, '0701-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:28', '2023-10-31 16:07:28'),
(300479, 2338, '1865-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:28', '2023-10-31 16:07:28'),
(300480, 2339, '0701-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:28', '2023-10-31 16:07:28'),
(300481, 2338, '1865-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:28', '2023-10-31 16:07:28'),
(300482, 2339, '0701-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:28', '2023-10-31 16:07:28'),
(300483, 2338, '1865-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:28', '2023-10-31 16:07:28'),
(300484, 2339, '0701-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:28', '2023-10-31 16:07:28'),
(300485, 2338, '1865-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:28', '2023-10-31 16:07:28'),
(300486, 2339, '0701-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:28', '2023-10-31 16:07:28'),
(300487, 2338, '1865-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:28', '2023-10-31 16:07:28'),
(300488, 2339, '0701-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:28', '2023-10-31 16:07:28'),
(300489, 2338, '1865-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:28', '2023-10-31 16:07:28'),
(300490, 2339, '0701-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:28', '2023-10-31 16:07:28'),
(300491, 2338, '1865-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:28', '2023-10-31 16:07:28'),
(300492, 2339, '0702-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:28', '2023-10-31 16:07:28'),
(300493, 2338, '1865-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:28', '2023-10-31 16:07:28'),
(300494, 2339, '0702-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:28', '2023-10-31 16:07:28'),
(300495, 2338, '1866-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:28', '2023-10-31 16:07:28'),
(300496, 2339, '0702-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:28', '2023-10-31 16:07:28'),
(300497, 2338, '1866-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:28', '2023-10-31 16:07:28'),
(300498, 2339, '0702-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:28', '2023-10-31 16:07:28'),
(300499, 2338, '1866-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:28', '2023-10-31 16:07:28'),
(300500, 2339, '0702-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:28', '2023-10-31 16:07:28'),
(300501, 2338, '1866-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:28', '2023-10-31 16:07:28'),
(300502, 2339, '0702-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:28', '2023-10-31 16:07:28'),
(300503, 2338, '1866-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:28', '2023-10-31 16:07:28'),
(300504, 2339, '0702-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:28', '2023-10-31 16:07:28'),
(300505, 2338, '1866-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:28', '2023-10-31 16:07:28'),
(300506, 2339, '0702-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:28', '2023-10-31 16:07:28'),
(300507, 2338, '1866-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:28', '2023-10-31 16:07:28'),
(300508, 2339, '0702-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:28', '2023-10-31 16:07:28'),
(300509, 2338, '1866-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:28', '2023-10-31 16:07:28'),
(300510, 2339, '0702-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:28', '2023-10-31 16:07:28'),
(300511, 2338, '1866-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:28', '2023-10-31 16:07:28'),
(300512, 2339, '0702-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:28', '2023-10-31 16:07:28'),
(300513, 2338, '1866-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:28', '2023-10-31 16:07:28'),
(300514, 2339, '0702-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:28', '2023-10-31 16:07:28'),
(300515, 2338, '1866-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:28', '2023-10-31 16:07:28'),
(300516, 2339, '0703-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:28', '2023-10-31 16:07:28'),
(300517, 2338, '1866-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:28', '2023-10-31 16:07:28'),
(300518, 2339, '0703-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:28', '2023-10-31 16:07:28'),
(300519, 2338, '1867-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:28', '2023-10-31 16:07:28'),
(300520, 2339, '0703-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:28', '2023-10-31 16:07:28'),
(300521, 2338, '1867-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:28', '2023-10-31 16:07:28'),
(300522, 2339, '0703-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:28', '2023-10-31 16:07:28'),
(300523, 2338, '1867-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:28', '2023-10-31 16:07:28'),
(300524, 2339, '0703-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:28', '2023-10-31 16:07:28'),
(300525, 2338, '1867-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:28', '2023-10-31 16:07:28'),
(300526, 2339, '0703-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:28', '2023-10-31 16:07:28'),
(300527, 2338, '1867-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:28', '2023-10-31 16:07:28'),
(300528, 2339, '0703-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:28', '2023-10-31 16:07:28'),
(300529, 2338, '1867-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:28', '2023-10-31 16:07:28'),
(300530, 2339, '0703-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:28', '2023-10-31 16:07:28'),
(300531, 2338, '1867-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:28', '2023-10-31 16:07:28'),
(300532, 2339, '0703-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:28', '2023-10-31 16:07:28'),
(300533, 2338, '1867-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:28', '2023-10-31 16:07:28'),
(300534, 2339, '0703-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:28', '2023-10-31 16:07:28'),
(300535, 2338, '1867-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:28', '2023-10-31 16:07:28'),
(300536, 2339, '0703-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:28', '2023-10-31 16:07:28'),
(300537, 2338, '1867-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:28', '2023-10-31 16:07:28'),
(300538, 2339, '0703-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:28', '2023-10-31 16:07:28'),
(300539, 2338, '1867-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:28', '2023-10-31 16:07:28'),
(300540, 2339, '0704-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:28', '2023-10-31 16:07:28'),
(300541, 2338, '1867-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:28', '2023-10-31 16:07:28'),
(300542, 2339, '0704-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:28', '2023-10-31 16:07:28'),
(300543, 2338, '1868-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:28', '2023-10-31 16:07:28'),
(300544, 2339, '0704-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:28', '2023-10-31 16:07:28'),
(300545, 2338, '1868-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:28', '2023-10-31 16:07:28'),
(300546, 2339, '0704-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:28', '2023-10-31 16:07:28'),
(300547, 2338, '1868-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:28', '2023-10-31 16:07:28'),
(300548, 2339, '0704-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300549, 2338, '1868-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300550, 2339, '0704-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300551, 2338, '1868-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300552, 2339, '0704-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300553, 2338, '1868-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300554, 2339, '0704-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300555, 2338, '1868-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300556, 2339, '0704-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300557, 2338, '1868-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300558, 2339, '0704-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300559, 2338, '1868-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300560, 2339, '0704-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300561, 2338, '1868-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300562, 2339, '0704-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300563, 2338, '1868-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300564, 2339, '0705-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300565, 2338, '1868-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300566, 2339, '0705-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300567, 2338, '1869-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300568, 2339, '0705-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300569, 2338, '1869-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300570, 2339, '0705-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300571, 2338, '1869-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300572, 2339, '0705-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300573, 2338, '1869-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300574, 2339, '0705-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300575, 2338, '1869-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300576, 2339, '0705-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300577, 2338, '1869-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300578, 2339, '0705-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300579, 2338, '1869-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300580, 2339, '0705-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300581, 2338, '1869-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300582, 2339, '0705-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(300583, 2338, '1869-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300584, 2339, '0705-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300585, 2338, '1869-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300586, 2339, '0705-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300587, 2338, '1869-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300588, 2339, '0706-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300589, 2338, '1869-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300590, 2339, '0706-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300591, 2338, '1870-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300592, 2339, '0706-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300593, 2338, '1870-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300594, 2339, '0706-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300595, 2338, '1870-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300596, 2339, '0706-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300597, 2338, '1870-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300598, 2339, '0706-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300599, 2338, '1870-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300600, 2339, '0706-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300601, 2338, '1870-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300602, 2339, '0706-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300603, 2338, '1870-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300604, 2339, '0706-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300605, 2338, '1870-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300606, 2339, '0706-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300607, 2338, '1870-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300608, 2339, '0706-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300609, 2338, '1870-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300610, 2339, '0706-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300611, 2338, '1870-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300612, 2339, '0707-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300613, 2338, '1870-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300614, 2339, '0707-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300615, 2338, '1871-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300616, 2339, '0707-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300617, 2338, '1871-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300618, 2339, '0707-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300619, 2338, '1871-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300620, 2339, '0707-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300621, 2338, '1871-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300622, 2339, '0707-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300623, 2338, '1871-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300624, 2339, '0707-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300625, 2338, '1871-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300626, 2339, '0707-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300627, 2338, '1871-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300628, 2339, '0707-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300629, 2338, '1871-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300630, 2339, '0707-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300631, 2338, '1871-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300632, 2339, '0707-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300633, 2338, '1871-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300634, 2339, '0707-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300635, 2338, '1871-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300636, 2339, '0708-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300637, 2338, '1871-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300638, 2339, '0708-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300639, 2338, '1872-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300640, 2339, '0708-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300641, 2338, '1872-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300642, 2339, '0708-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300643, 2338, '1872-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300644, 2339, '0708-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300645, 2338, '1872-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300646, 2339, '0708-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300647, 2338, '1872-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300648, 2339, '0708-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300649, 2338, '1872-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300650, 2339, '0708-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300651, 2338, '1872-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300652, 2339, '0708-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300653, 2338, '1872-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300654, 2339, '0708-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300655, 2338, '1872-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300656, 2339, '0708-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300657, 2338, '1872-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300658, 2339, '0708-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300659, 2338, '1872-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300660, 2339, '0709-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300661, 2338, '1872-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300662, 2339, '0709-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300663, 2338, '1873-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300664, 2339, '0709-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300665, 2338, '1873-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300666, 2339, '0709-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300667, 2338, '1873-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300668, 2339, '0709-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300669, 2338, '1873-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300670, 2339, '0709-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300671, 2338, '1873-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300672, 2339, '0709-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300673, 2338, '1873-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300674, 2339, '0709-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300675, 2338, '1873-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300676, 2339, '0709-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300677, 2338, '1873-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300678, 2339, '0709-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300679, 2338, '1873-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300680, 2339, '0709-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300681, 2338, '1873-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300682, 2339, '0709-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300683, 2338, '1873-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300684, 2339, '0710-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300685, 2338, '1873-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300686, 2339, '0710-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300687, 2338, '1874-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300688, 2339, '0710-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300689, 2338, '1874-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300690, 2339, '0710-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300691, 2338, '1874-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300692, 2339, '0710-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300693, 2338, '1874-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300694, 2339, '0710-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300695, 2338, '1874-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300696, 2339, '0710-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300697, 2338, '1874-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300698, 2339, '0710-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300699, 2338, '1874-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300700, 2339, '0710-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300701, 2338, '1874-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300702, 2339, '0710-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300703, 2338, '1874-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300704, 2339, '0710-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300705, 2338, '1874-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300706, 2339, '0710-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300707, 2338, '1874-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300708, 2339, '0711-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300709, 2338, '1874-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300710, 2339, '0711-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300711, 2338, '1875-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300712, 2339, '0711-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300713, 2338, '1875-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300714, 2339, '0711-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300715, 2338, '1875-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300716, 2339, '0711-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300717, 2338, '1875-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300718, 2339, '0711-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300719, 2338, '1875-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300720, 2339, '0711-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300721, 2338, '1875-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300722, 2339, '0711-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300723, 2338, '1875-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300724, 2339, '0711-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300725, 2338, '1875-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300726, 2339, '0711-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300727, 2338, '1875-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300728, 2339, '0711-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300729, 2338, '1875-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300730, 2339, '0711-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300731, 2338, '1875-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300732, 2339, '0712-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300733, 2338, '1875-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300734, 2339, '0712-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300735, 2338, '1876-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300736, 2339, '0712-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300737, 2338, '1876-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300738, 2339, '0712-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300739, 2338, '1876-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300740, 2339, '0712-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300741, 2338, '1876-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300742, 2339, '0712-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300743, 2338, '1876-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300744, 2339, '0712-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300745, 2338, '1876-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300746, 2339, '0712-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300747, 2338, '1876-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300748, 2339, '0712-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300749, 2338, '1876-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300750, 2339, '0712-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300751, 2338, '1876-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300752, 2339, '0712-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300753, 2338, '1876-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300754, 2339, '0712-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300755, 2338, '1876-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300756, 2339, '0713-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300757, 2338, '1876-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300758, 2339, '0713-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300759, 2338, '1877-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300760, 2339, '0713-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300761, 2338, '1877-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300762, 2339, '0713-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300763, 2338, '1877-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300764, 2339, '0713-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300765, 2338, '1877-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300766, 2339, '0713-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300767, 2338, '1877-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300768, 2339, '0713-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300769, 2338, '1877-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300770, 2339, '0713-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300771, 2338, '1877-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300772, 2339, '0713-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300773, 2338, '1877-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300774, 2339, '0713-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300775, 2338, '1877-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300776, 2339, '0713-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300777, 2338, '1877-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300778, 2339, '0713-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300779, 2338, '1877-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300780, 2339, '0714-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300781, 2338, '1877-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300782, 2339, '0714-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300783, 2338, '1878-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300784, 2339, '0714-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300785, 2338, '1878-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300786, 2339, '0714-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300787, 2338, '1878-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300788, 2339, '0714-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300789, 2338, '1878-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300790, 2339, '0714-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300791, 2338, '1878-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300792, 2339, '0714-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300793, 2338, '1878-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300794, 2339, '0714-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300795, 2338, '1878-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300796, 2339, '0714-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300797, 2338, '1878-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300798, 2339, '0714-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:29', '2023-10-31 16:07:29'),
(300799, 2338, '1878-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(300800, 2339, '0714-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(300801, 2338, '1878-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(300802, 2339, '0714-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(300803, 2338, '1878-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(300804, 2339, '0715-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(300805, 2338, '1878-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(300806, 2339, '0715-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(300807, 2338, '1879-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(300808, 2339, '0715-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(300809, 2338, '1879-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(300810, 2339, '0715-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(300811, 2338, '1879-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(300812, 2339, '0715-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(300813, 2338, '1879-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(300814, 2339, '0715-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(300815, 2338, '1879-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(300816, 2339, '0715-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(300817, 2338, '1879-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(300818, 2339, '0715-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(300819, 2338, '1879-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(300820, 2339, '0715-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(300821, 2338, '1879-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(300822, 2339, '0715-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(300823, 2338, '1879-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(300824, 2339, '0715-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(300825, 2338, '1879-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(300826, 2339, '0715-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(300827, 2338, '1879-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(300828, 2339, '0716-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(300829, 2338, '1879-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(300830, 2339, '0716-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(300831, 2338, '1880-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(300832, 2339, '0716-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(300833, 2338, '1880-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(300834, 2339, '0716-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(300835, 2338, '1880-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(300836, 2339, '0716-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(300837, 2338, '1880-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(300838, 2339, '0716-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(300839, 2338, '1880-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(300840, 2339, '0716-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(300841, 2338, '1880-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(300842, 2339, '0716-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(300843, 2338, '1880-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(300844, 2339, '0716-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(300845, 2338, '1880-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(300846, 2339, '0716-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(300847, 2338, '1880-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(300848, 2339, '0716-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(300849, 2338, '1880-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(300850, 2339, '0716-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(300851, 2338, '1880-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(300852, 2339, '0717-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(300853, 2338, '1880-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(300854, 2339, '0717-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(300855, 2338, '1881-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(300856, 2339, '0717-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(300857, 2338, '1881-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(300858, 2339, '0717-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(300859, 2338, '1881-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(300860, 2339, '0717-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(300861, 2338, '1881-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(300862, 2339, '0717-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(300863, 2338, '1881-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(300864, 2339, '0717-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(300865, 2338, '1881-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(300866, 2339, '0717-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(300867, 2338, '1881-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(300868, 2339, '0717-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(300869, 2338, '1881-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(300870, 2339, '0717-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(300871, 2338, '1881-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(300872, 2339, '0717-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(300873, 2338, '1881-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(300874, 2339, '0717-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(300875, 2338, '1881-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(300876, 2339, '0718-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(300877, 2338, '1881-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(300878, 2339, '0718-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(300879, 2338, '1882-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(300880, 2339, '0718-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(300881, 2338, '1882-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(300882, 2339, '0718-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(300883, 2338, '1882-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(300884, 2339, '0718-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(300885, 2338, '1882-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(300886, 2339, '0718-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(300887, 2338, '1882-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(300888, 2339, '0718-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(300889, 2338, '1882-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(300890, 2339, '0718-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(300891, 2338, '1882-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(300892, 2339, '0718-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(300893, 2338, '1882-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(300894, 2339, '0718-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(300895, 2338, '1882-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(300896, 2339, '0718-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(300897, 2338, '1882-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(300898, 2339, '0718-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(300899, 2338, '1882-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(300900, 2339, '0719-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(300901, 2338, '1882-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(300902, 2339, '0719-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(300903, 2338, '1883-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(300904, 2339, '0719-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(300905, 2338, '1883-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(300906, 2339, '0719-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(300907, 2338, '1883-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(300908, 2339, '0719-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(300909, 2338, '1883-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(300910, 2339, '0719-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(300911, 2338, '1883-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(300912, 2339, '0719-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(300913, 2338, '1883-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(300914, 2339, '0719-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(300915, 2338, '1883-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(300916, 2339, '0719-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(300917, 2338, '1883-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(300918, 2339, '0719-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(300919, 2338, '1883-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(300920, 2339, '0719-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(300921, 2338, '1883-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(300922, 2339, '0719-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(300923, 2338, '1883-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(300924, 2339, '0720-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(300925, 2338, '1883-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(300926, 2339, '0720-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(300927, 2338, '1884-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(300928, 2339, '0720-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(300929, 2338, '1884-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(300930, 2339, '0720-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(300931, 2338, '1884-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(300932, 2339, '0720-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(300933, 2338, '1884-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(300934, 2339, '0720-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(300935, 2338, '1884-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(300936, 2339, '0720-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(300937, 2338, '1884-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(300938, 2339, '0720-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(300939, 2338, '1884-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(300940, 2339, '0720-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(300941, 2338, '1884-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(300942, 2339, '0720-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(300943, 2338, '1884-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(300944, 2339, '0720-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(300945, 2338, '1884-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(300946, 2339, '0720-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(300947, 2338, '1884-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(300948, 2339, '0721-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(300949, 2338, '1884-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(300950, 2339, '0721-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(300951, 2338, '1885-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(300952, 2339, '0721-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(300953, 2338, '1885-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(300954, 2339, '0721-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(300955, 2338, '1885-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(300956, 2339, '0721-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(300957, 2338, '1885-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(300958, 2339, '0721-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(300959, 2338, '1885-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(300960, 2339, '0721-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(300961, 2338, '1885-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(300962, 2339, '0721-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(300963, 2338, '1885-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(300964, 2339, '0721-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(300965, 2338, '1885-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(300966, 2339, '0721-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(300967, 2338, '1885-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(300968, 2339, '0721-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(300969, 2338, '1885-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(300970, 2339, '0721-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(300971, 2338, '1885-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(300972, 2339, '0722-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(300973, 2338, '1885-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(300974, 2339, '0722-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(300975, 2338, '1886-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(300976, 2339, '0722-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(300977, 2338, '1886-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(300978, 2339, '0722-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(300979, 2338, '1886-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(300980, 2339, '0722-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(300981, 2338, '1886-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(300982, 2339, '0722-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(300983, 2338, '1886-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(300984, 2339, '0722-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(300985, 2338, '1886-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(300986, 2339, '0722-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(300987, 2338, '1886-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(300988, 2339, '0722-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(300989, 2338, '1886-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(300990, 2339, '0722-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(300991, 2338, '1886-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(300992, 2339, '0722-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(300993, 2338, '1886-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(300994, 2339, '0722-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(300995, 2338, '1886-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(300996, 2339, '0723-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(300997, 2338, '1886-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(300998, 2339, '0723-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(300999, 2338, '1887-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(301000, 2339, '0723-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(301001, 2338, '1887-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(301002, 2339, '0723-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(301003, 2338, '1887-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(301004, 2339, '0723-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(301005, 2338, '1887-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(301006, 2339, '0723-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(301007, 2338, '1887-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(301008, 2339, '0723-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(301009, 2338, '1887-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(301010, 2339, '0723-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(301011, 2338, '1887-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(301012, 2339, '0723-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(301013, 2338, '1887-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(301014, 2339, '0723-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(301015, 2338, '1887-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(301016, 2339, '0723-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(301017, 2338, '1887-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(301018, 2339, '0723-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(301019, 2338, '1887-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(301020, 2339, '0724-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(301021, 2338, '1887-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(301022, 2339, '0724-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(301023, 2338, '1888-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(301024, 2339, '0724-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(301025, 2338, '1888-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(301026, 2339, '0724-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(301027, 2338, '1888-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(301028, 2339, '0724-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(301029, 2338, '1888-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(301030, 2339, '0724-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(301031, 2338, '1888-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(301032, 2339, '0724-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(301033, 2338, '1888-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(301034, 2339, '0724-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(301035, 2338, '1888-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(301036, 2339, '0724-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(301037, 2338, '1888-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(301038, 2339, '0724-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(301039, 2338, '1888-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(301040, 2339, '0724-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(301041, 2338, '1888-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(301042, 2339, '0724-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(301043, 2338, '1888-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(301044, 2339, '0725-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(301045, 2338, '1888-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(301046, 2339, '0725-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(301047, 2338, '1889-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(301048, 2339, '0725-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(301049, 2338, '1889-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(301050, 2339, '0725-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(301051, 2338, '1889-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(301052, 2339, '0725-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(301053, 2338, '1889-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(301054, 2339, '0725-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(301055, 2338, '1889-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(301056, 2339, '0725-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(301057, 2338, '1889-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(301058, 2339, '0725-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(301059, 2338, '1889-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(301060, 2339, '0725-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(301061, 2338, '1889-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(301062, 2339, '0725-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(301063, 2338, '1889-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(301064, 2339, '0725-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(301065, 2338, '1889-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(301066, 2339, '0725-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(301067, 2338, '1889-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(301068, 2339, '0726-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:30', '2023-10-31 16:07:30'),
(301069, 2338, '1889-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301070, 2339, '0726-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301071, 2338, '1890-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301072, 2339, '0726-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301073, 2338, '1890-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301074, 2339, '0726-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301075, 2338, '1890-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301076, 2339, '0726-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301077, 2338, '1890-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301078, 2339, '0726-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301079, 2338, '1890-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301080, 2339, '0726-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301081, 2338, '1890-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301082, 2339, '0726-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301083, 2338, '1890-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301084, 2339, '0726-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301085, 2338, '1890-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301086, 2339, '0726-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301087, 2338, '1890-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301088, 2339, '0726-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301089, 2338, '1890-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301090, 2339, '0726-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301091, 2338, '1890-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301092, 2339, '0727-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301093, 2338, '1890-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301094, 2339, '0727-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301095, 2338, '1891-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301096, 2339, '0727-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301097, 2338, '1891-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301098, 2339, '0727-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301099, 2338, '1891-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301100, 2339, '0727-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301101, 2338, '1891-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301102, 2339, '0727-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301103, 2338, '1891-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301104, 2339, '0727-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301105, 2338, '1891-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301106, 2339, '0727-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301107, 2338, '1891-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301108, 2339, '0727-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301109, 2338, '1891-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301110, 2339, '0727-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301111, 2338, '1891-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301112, 2339, '0727-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301113, 2338, '1891-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301114, 2339, '0727-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301115, 2338, '1891-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301116, 2339, '0728-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301117, 2338, '1891-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301118, 2339, '0728-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301119, 2338, '1892-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301120, 2339, '0728-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301121, 2338, '1892-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301122, 2339, '0728-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301123, 2338, '1892-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301124, 2339, '0728-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301125, 2338, '1892-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301126, 2339, '0728-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301127, 2338, '1892-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301128, 2339, '0728-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301129, 2338, '1892-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301130, 2339, '0728-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301131, 2338, '1892-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301132, 2339, '0728-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301133, 2338, '1892-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301134, 2339, '0728-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301135, 2338, '1892-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301136, 2339, '0728-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301137, 2338, '1892-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301138, 2339, '0728-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301139, 2338, '1892-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301140, 2339, '0729-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301141, 2338, '1892-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301142, 2339, '0729-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301143, 2338, '1893-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301144, 2339, '0729-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301145, 2338, '1893-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301146, 2339, '0729-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301147, 2338, '1893-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301148, 2339, '0729-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301149, 2338, '1893-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301150, 2339, '0729-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301151, 2338, '1893-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301152, 2339, '0729-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301153, 2338, '1893-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301154, 2339, '0729-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301155, 2338, '1893-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301156, 2339, '0729-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301157, 2338, '1893-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301158, 2339, '0729-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301159, 2338, '1893-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301160, 2339, '0729-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301161, 2338, '1893-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301162, 2339, '0729-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301163, 2338, '1893-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301164, 2339, '0730-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301165, 2338, '1893-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301166, 2339, '0730-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301167, 2338, '1894-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301168, 2339, '0730-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301169, 2338, '1894-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301170, 2339, '0730-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301171, 2338, '1894-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301172, 2339, '0730-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301173, 2338, '1894-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301174, 2339, '0730-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301175, 2338, '1894-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301176, 2339, '0730-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301177, 2338, '1894-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301178, 2339, '0730-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301179, 2338, '1894-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301180, 2339, '0730-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301181, 2338, '1894-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301182, 2339, '0730-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301183, 2338, '1894-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301184, 2339, '0730-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301185, 2338, '1894-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301186, 2339, '0730-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301187, 2338, '1894-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301188, 2339, '0731-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301189, 2338, '1894-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301190, 2339, '0731-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301191, 2338, '1895-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301192, 2339, '0731-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301193, 2338, '1895-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301194, 2339, '0731-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301195, 2338, '1895-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301196, 2339, '0731-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301197, 2338, '1895-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301198, 2339, '0731-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301199, 2338, '1895-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301200, 2339, '0731-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301201, 2338, '1895-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301202, 2339, '0731-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301203, 2338, '1895-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301204, 2339, '0731-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301205, 2338, '1895-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301206, 2339, '0731-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301207, 2338, '1895-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301208, 2339, '0731-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301209, 2338, '1895-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301210, 2339, '0731-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301211, 2338, '1895-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301212, 2339, '0732-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301213, 2338, '1895-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301214, 2339, '0732-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301215, 2338, '1896-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301216, 2339, '0732-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301217, 2338, '1896-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301218, 2339, '0732-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301219, 2338, '1896-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301220, 2339, '0732-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301221, 2338, '1896-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301222, 2339, '0732-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301223, 2338, '1896-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301224, 2339, '0732-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301225, 2338, '1896-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301226, 2339, '0732-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301227, 2338, '1896-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301228, 2339, '0732-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301229, 2338, '1896-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301230, 2339, '0732-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301231, 2338, '1896-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301232, 2339, '0732-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301233, 2338, '1896-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301234, 2339, '0732-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301235, 2338, '1896-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301236, 2339, '0733-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301237, 2338, '1896-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301238, 2339, '0733-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301239, 2338, '1897-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301240, 2339, '0733-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301241, 2338, '1897-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301242, 2339, '0733-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301243, 2338, '1897-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301244, 2339, '0733-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301245, 2338, '1897-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301246, 2339, '0733-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301247, 2338, '1897-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301248, 2339, '0733-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301249, 2338, '1897-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301250, 2339, '0733-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301251, 2338, '1897-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301252, 2339, '0733-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301253, 2338, '1897-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301254, 2339, '0733-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301255, 2338, '1897-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301256, 2339, '0733-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301257, 2338, '1897-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301258, 2339, '0733-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301259, 2338, '1897-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301260, 2339, '0734-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301261, 2338, '1897-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301262, 2339, '0734-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301263, 2338, '1898-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301264, 2339, '0734-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301265, 2338, '1898-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301266, 2339, '0734-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301267, 2338, '1898-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301268, 2339, '0734-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301269, 2338, '1898-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301270, 2339, '0734-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301271, 2338, '1898-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301272, 2339, '0734-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301273, 2338, '1898-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301274, 2339, '0734-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301275, 2338, '1898-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301276, 2339, '0734-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301277, 2338, '1898-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301278, 2339, '0734-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301279, 2338, '1898-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301280, 2339, '0734-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301281, 2338, '1898-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301282, 2339, '0734-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301283, 2338, '1898-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301284, 2339, '0735-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301285, 2338, '1898-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301286, 2339, '0735-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301287, 2338, '1899-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301288, 2339, '0735-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301289, 2338, '1899-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301290, 2339, '0735-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301291, 2338, '1899-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301292, 2339, '0735-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301293, 2338, '1899-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301294, 2339, '0735-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301295, 2338, '1899-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301296, 2339, '0735-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301297, 2338, '1899-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301298, 2339, '0735-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301299, 2338, '1899-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301300, 2339, '0735-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301301, 2338, '1899-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301302, 2339, '0735-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301303, 2338, '1899-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301304, 2339, '0735-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301305, 2338, '1899-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301306, 2339, '0735-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301307, 2338, '1899-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301308, 2339, '0736-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301309, 2338, '1899-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301310, 2339, '0736-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301311, 2338, '1900-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301312, 2339, '0736-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301313, 2338, '1900-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301314, 2339, '0736-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301315, 2338, '1900-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301316, 2339, '0736-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301317, 2338, '1900-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301318, 2339, '0736-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301319, 2338, '1900-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301320, 2339, '0736-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301321, 2338, '1900-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301322, 2339, '0736-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301323, 2338, '1900-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301324, 2339, '0736-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301325, 2338, '1900-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301326, 2339, '0736-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301327, 2338, '1900-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301328, 2339, '0736-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301329, 2338, '1900-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301330, 2339, '0736-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301331, 2338, '1900-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301332, 2339, '0737-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301333, 2338, '1900-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301334, 2339, '0737-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301335, 2338, '1901-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301336, 2339, '0737-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301337, 2338, '1901-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301338, 2339, '0737-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301339, 2338, '1901-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301340, 2339, '0737-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:31', '2023-10-31 16:07:31'),
(301341, 2338, '1901-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301342, 2339, '0737-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301343, 2338, '1901-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301344, 2339, '0737-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301345, 2338, '1901-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301346, 2339, '0737-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301347, 2338, '1901-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301348, 2339, '0737-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301349, 2338, '1901-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301350, 2339, '0737-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301351, 2338, '1901-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301352, 2339, '0737-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301353, 2338, '1901-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301354, 2339, '0737-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301355, 2338, '1901-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301356, 2339, '0738-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301357, 2338, '1901-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301358, 2339, '0738-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301359, 2338, '1902-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301360, 2339, '0738-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301361, 2338, '1902-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301362, 2339, '0738-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301363, 2338, '1902-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301364, 2339, '0738-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301365, 2338, '1902-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301366, 2339, '0738-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301367, 2338, '1902-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301368, 2339, '0738-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301369, 2338, '1902-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301370, 2339, '0738-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301371, 2338, '1902-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301372, 2339, '0738-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301373, 2338, '1902-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301374, 2339, '0738-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301375, 2338, '1902-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301376, 2339, '0738-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301377, 2338, '1902-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301378, 2339, '0738-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301379, 2338, '1902-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301380, 2339, '0739-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301381, 2338, '1902-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301382, 2339, '0739-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301383, 2338, '1903-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301384, 2339, '0739-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301385, 2338, '1903-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301386, 2339, '0739-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301387, 2338, '1903-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301388, 2339, '0739-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301389, 2338, '1903-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301390, 2339, '0739-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301391, 2338, '1903-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301392, 2339, '0739-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301393, 2338, '1903-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301394, 2339, '0739-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301395, 2338, '1903-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301396, 2339, '0739-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301397, 2338, '1903-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301398, 2339, '0739-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301399, 2338, '1903-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301400, 2339, '0739-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301401, 2338, '1903-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301402, 2339, '0739-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301403, 2338, '1903-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301404, 2339, '0740-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301405, 2338, '1903-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301406, 2339, '0740-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301407, 2338, '1904-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301408, 2339, '0740-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301409, 2338, '1904-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301410, 2339, '0740-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301411, 2338, '1904-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301412, 2339, '0740-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301413, 2338, '1904-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301414, 2339, '0740-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301415, 2338, '1904-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301416, 2339, '0740-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301417, 2338, '1904-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301418, 2339, '0740-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301419, 2338, '1904-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301420, 2339, '0740-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301421, 2338, '1904-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301422, 2339, '0740-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301423, 2338, '1904-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301424, 2339, '0740-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301425, 2338, '1904-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301426, 2339, '0740-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301427, 2338, '1904-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301428, 2339, '0741-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301429, 2338, '1904-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301430, 2339, '0741-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301431, 2338, '1905-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301432, 2339, '0741-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301433, 2338, '1905-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301434, 2339, '0741-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301435, 2338, '1905-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301436, 2339, '0741-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301437, 2338, '1905-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301438, 2339, '0741-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301439, 2338, '1905-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301440, 2339, '0741-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301441, 2338, '1905-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301442, 2339, '0741-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301443, 2338, '1905-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301444, 2339, '0741-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301445, 2338, '1905-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301446, 2339, '0741-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301447, 2338, '1905-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301448, 2339, '0741-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301449, 2338, '1905-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301450, 2339, '0741-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301451, 2338, '1905-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301452, 2339, '0742-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301453, 2338, '1905-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301454, 2339, '0742-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301455, 2338, '1906-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301456, 2339, '0742-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301457, 2338, '1906-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301458, 2339, '0742-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301459, 2338, '1906-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301460, 2339, '0742-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301461, 2338, '1906-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301462, 2339, '0742-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301463, 2338, '1906-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301464, 2339, '0742-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301465, 2338, '1906-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301466, 2339, '0742-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301467, 2338, '1906-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301468, 2339, '0742-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301469, 2338, '1906-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301470, 2339, '0742-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301471, 2338, '1906-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301472, 2339, '0742-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301473, 2338, '1906-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301474, 2339, '0742-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301475, 2338, '1906-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301476, 2339, '0743-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301477, 2338, '1906-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301478, 2339, '0743-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301479, 2338, '1907-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301480, 2339, '0743-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301481, 2338, '1907-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301482, 2339, '0743-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301483, 2338, '1907-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301484, 2339, '0743-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301485, 2338, '1907-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301486, 2339, '0743-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301487, 2338, '1907-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301488, 2339, '0743-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301489, 2338, '1907-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301490, 2339, '0743-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301491, 2338, '1907-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301492, 2339, '0743-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301493, 2338, '1907-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301494, 2339, '0743-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301495, 2338, '1907-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301496, 2339, '0743-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301497, 2338, '1907-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301498, 2339, '0743-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301499, 2338, '1907-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301500, 2339, '0744-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301501, 2338, '1907-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301502, 2339, '0744-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301503, 2338, '1908-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301504, 2339, '0744-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301505, 2338, '1908-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301506, 2339, '0744-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301507, 2338, '1908-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301508, 2339, '0744-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301509, 2338, '1908-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301510, 2339, '0744-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301511, 2338, '1908-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301512, 2339, '0744-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(301513, 2338, '1908-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301514, 2339, '0744-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301515, 2338, '1908-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301516, 2339, '0744-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301517, 2338, '1908-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301518, 2339, '0744-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301519, 2338, '1908-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301520, 2339, '0744-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301521, 2338, '1908-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301522, 2339, '0744-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301523, 2338, '1908-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301524, 2339, '0745-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301525, 2338, '1908-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301526, 2339, '0745-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301527, 2338, '1909-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301528, 2339, '0745-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301529, 2338, '1909-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301530, 2339, '0745-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301531, 2338, '1909-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301532, 2339, '0745-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301533, 2338, '1909-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301534, 2339, '0745-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301535, 2338, '1909-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301536, 2339, '0745-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301537, 2338, '1909-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301538, 2339, '0745-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301539, 2338, '1909-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301540, 2339, '0745-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301541, 2338, '1909-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301542, 2339, '0745-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301543, 2338, '1909-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301544, 2339, '0745-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301545, 2338, '1909-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301546, 2339, '0745-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301547, 2338, '1909-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301548, 2339, '0746-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301549, 2338, '1909-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301550, 2339, '0746-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301551, 2338, '1910-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301552, 2339, '0746-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301553, 2338, '1910-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301554, 2339, '0746-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301555, 2338, '1910-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301556, 2339, '0746-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301557, 2338, '1910-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301558, 2339, '0746-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301559, 2338, '1910-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301560, 2339, '0746-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301561, 2338, '1910-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301562, 2339, '0746-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301563, 2338, '1910-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301564, 2339, '0746-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301565, 2338, '1910-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301566, 2339, '0746-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301567, 2338, '1910-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301568, 2339, '0746-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301569, 2338, '1910-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301570, 2339, '0746-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301571, 2338, '1910-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301572, 2339, '0747-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301573, 2338, '1910-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301574, 2339, '0747-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301575, 2338, '1911-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301576, 2339, '0747-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301577, 2338, '1911-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301578, 2339, '0747-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301579, 2338, '1911-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301580, 2339, '0747-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301581, 2338, '1911-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301582, 2339, '0747-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301583, 2338, '1911-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301584, 2339, '0747-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301585, 2338, '1911-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301586, 2339, '0747-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301587, 2338, '1911-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301588, 2339, '0747-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301589, 2338, '1911-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301590, 2339, '0747-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301591, 2338, '1911-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301592, 2339, '0747-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301593, 2338, '1911-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301594, 2339, '0747-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301595, 2338, '1911-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301596, 2339, '0748-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301597, 2338, '1911-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301598, 2339, '0748-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301599, 2338, '1912-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301600, 2339, '0748-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301601, 2338, '1912-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301602, 2339, '0748-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301603, 2338, '1912-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301604, 2339, '0748-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301605, 2338, '1912-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301606, 2339, '0748-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301607, 2338, '1912-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301608, 2339, '0748-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301609, 2338, '1912-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301610, 2339, '0748-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301611, 2338, '1912-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301612, 2339, '0748-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301613, 2338, '1912-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301614, 2339, '0748-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301615, 2338, '1912-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:32', '2023-10-31 16:07:32'),
(301616, 2339, '0748-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301617, 2338, '1912-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301618, 2339, '0748-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301619, 2338, '1912-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301620, 2339, '0749-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301621, 2338, '1912-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301622, 2339, '0749-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301623, 2338, '1913-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301624, 2339, '0749-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301625, 2338, '1913-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301626, 2339, '0749-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301627, 2338, '1913-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301628, 2339, '0749-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301629, 2338, '1913-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301630, 2339, '0749-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301631, 2338, '1913-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301632, 2339, '0749-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301633, 2338, '1913-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301634, 2339, '0749-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301635, 2338, '1913-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301636, 2339, '0749-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301637, 2338, '1913-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301638, 2339, '0749-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301639, 2338, '1913-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301640, 2339, '0749-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301641, 2338, '1913-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301642, 2339, '0749-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301643, 2338, '1913-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301644, 2339, '0750-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301645, 2338, '1913-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301646, 2339, '0750-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301647, 2338, '1914-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301648, 2339, '0750-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301649, 2338, '1914-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301650, 2339, '0750-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301651, 2338, '1914-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301652, 2339, '0750-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301653, 2338, '1914-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301654, 2339, '0750-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301655, 2338, '1914-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301656, 2339, '0750-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301657, 2338, '1914-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301658, 2339, '0750-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301659, 2338, '1914-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301660, 2339, '0750-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301661, 2338, '1914-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301662, 2339, '0750-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301663, 2338, '1914-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301664, 2339, '0750-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301665, 2338, '1914-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301666, 2339, '0750-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301667, 2338, '1914-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301668, 2339, '0751-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301669, 2338, '1914-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301670, 2339, '0751-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301671, 2338, '1915-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301672, 2339, '0751-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301673, 2338, '1915-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301674, 2339, '0751-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301675, 2338, '1915-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301676, 2339, '0751-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301677, 2338, '1915-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301678, 2339, '0751-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301679, 2338, '1915-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301680, 2339, '0751-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301681, 2338, '1915-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301682, 2339, '0751-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301683, 2338, '1915-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301684, 2339, '0751-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301685, 2338, '1915-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301686, 2339, '0751-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301687, 2338, '1915-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301688, 2339, '0751-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301689, 2338, '1915-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301690, 2339, '0751-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301691, 2338, '1915-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301692, 2339, '0752-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301693, 2338, '1915-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301694, 2339, '0752-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301695, 2338, '1916-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301696, 2339, '0752-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301697, 2338, '1916-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301698, 2339, '0752-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301699, 2338, '1916-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301700, 2339, '0752-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301701, 2338, '1916-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301702, 2339, '0752-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301703, 2338, '1916-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301704, 2339, '0752-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301705, 2338, '1916-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301706, 2339, '0752-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301707, 2338, '1916-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301708, 2339, '0752-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301709, 2338, '1916-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301710, 2339, '0752-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301711, 2338, '1916-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301712, 2339, '0752-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301713, 2338, '1916-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301714, 2339, '0752-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301715, 2338, '1916-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301716, 2339, '0753-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301717, 2338, '1916-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301718, 2339, '0753-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301719, 2338, '1917-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301720, 2339, '0753-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301721, 2338, '1917-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301722, 2339, '0753-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301723, 2338, '1917-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301724, 2339, '0753-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301725, 2338, '1917-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301726, 2339, '0753-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301727, 2338, '1917-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301728, 2339, '0753-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301729, 2338, '1917-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301730, 2339, '0753-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301731, 2338, '1917-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301732, 2339, '0753-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301733, 2338, '1917-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301734, 2339, '0753-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301735, 2338, '1917-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301736, 2339, '0753-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301737, 2338, '1917-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301738, 2339, '0753-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301739, 2338, '1917-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301740, 2339, '0754-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301741, 2338, '1917-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301742, 2339, '0754-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301743, 2338, '1918-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301744, 2339, '0754-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301745, 2338, '1918-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301746, 2339, '0754-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301747, 2338, '1918-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301748, 2339, '0754-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301749, 2338, '1918-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301750, 2339, '0754-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301751, 2338, '1918-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301752, 2339, '0754-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301753, 2338, '1918-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301754, 2339, '0754-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301755, 2338, '1918-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301756, 2339, '0754-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301757, 2338, '1918-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301758, 2339, '0754-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301759, 2338, '1918-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301760, 2339, '0754-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301761, 2338, '1918-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301762, 2339, '0754-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301763, 2338, '1918-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301764, 2339, '0755-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301765, 2338, '1918-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301766, 2339, '0755-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301767, 2338, '1919-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301768, 2339, '0755-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301769, 2338, '1919-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301770, 2339, '0755-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301771, 2338, '1919-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301772, 2339, '0755-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301773, 2338, '1919-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301774, 2339, '0755-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301775, 2338, '1919-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301776, 2339, '0755-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301777, 2338, '1919-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301778, 2339, '0755-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301779, 2338, '1919-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301780, 2339, '0755-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301781, 2338, '1919-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301782, 2339, '0755-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301783, 2338, '1919-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301784, 2339, '0755-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301785, 2338, '1919-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301786, 2339, '0755-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301787, 2338, '1919-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301788, 2339, '0756-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301789, 2338, '1919-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301790, 2339, '0756-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301791, 2338, '1920-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301792, 2339, '0756-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301793, 2338, '1920-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301794, 2339, '0756-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301795, 2338, '1920-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301796, 2339, '0756-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301797, 2338, '1920-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301798, 2339, '0756-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301799, 2338, '1920-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301800, 2339, '0756-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301801, 2338, '1920-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301802, 2339, '0756-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301803, 2338, '1920-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301804, 2339, '0756-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301805, 2338, '1920-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301806, 2339, '0756-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301807, 2338, '1920-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301808, 2339, '0756-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301809, 2338, '1920-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301810, 2339, '0756-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301811, 2338, '1920-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301812, 2339, '0757-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301813, 2338, '1920-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301814, 2339, '0757-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301815, 2338, '1921-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301816, 2339, '0757-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301817, 2338, '1921-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301818, 2339, '0757-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301819, 2338, '1921-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301820, 2339, '0757-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301821, 2338, '1921-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301822, 2339, '0757-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301823, 2338, '1921-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301824, 2339, '0757-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301825, 2338, '1921-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301826, 2339, '0757-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301827, 2338, '1921-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301828, 2339, '0757-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301829, 2338, '1921-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301830, 2339, '0757-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301831, 2338, '1921-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301832, 2339, '0757-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301833, 2338, '1921-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301834, 2339, '0757-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301835, 2338, '1921-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301836, 2339, '0758-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301837, 2338, '1921-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301838, 2339, '0758-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301839, 2338, '1922-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301840, 2339, '0758-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301841, 2338, '1922-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301842, 2339, '0758-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301843, 2338, '1922-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301844, 2339, '0758-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301845, 2338, '1922-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301846, 2339, '0758-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301847, 2338, '1922-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301848, 2339, '0758-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301849, 2338, '1922-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301850, 2339, '0758-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301851, 2338, '1922-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301852, 2339, '0758-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301853, 2338, '1922-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301854, 2339, '0758-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301855, 2338, '1922-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301856, 2339, '0758-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301857, 2338, '1922-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301858, 2339, '0758-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301859, 2338, '1922-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301860, 2339, '0759-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301861, 2338, '1922-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301862, 2339, '0759-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301863, 2338, '1923-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301864, 2339, '0759-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301865, 2338, '1923-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301866, 2339, '0759-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301867, 2338, '1923-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301868, 2339, '0759-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301869, 2338, '1923-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301870, 2339, '0759-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301871, 2338, '1923-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301872, 2339, '0759-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301873, 2338, '1923-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301874, 2339, '0759-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301875, 2338, '1923-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301876, 2339, '0759-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301877, 2338, '1923-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301878, 2339, '0759-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301879, 2338, '1923-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301880, 2339, '0759-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301881, 2338, '1923-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301882, 2339, '0759-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301883, 2338, '1923-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301884, 2339, '0760-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301885, 2338, '1923-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301886, 2339, '0760-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301887, 2338, '1924-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301888, 2339, '0760-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301889, 2338, '1924-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301890, 2339, '0760-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301891, 2338, '1924-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301892, 2339, '0760-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301893, 2338, '1924-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301894, 2339, '0760-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301895, 2338, '1924-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301896, 2339, '0760-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301897, 2338, '1924-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301898, 2339, '0760-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301899, 2338, '1924-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301900, 2339, '0760-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301901, 2338, '1924-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301902, 2339, '0760-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301903, 2338, '1924-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301904, 2339, '0760-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301905, 2338, '1924-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301906, 2339, '0760-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301907, 2338, '1924-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301908, 2339, '0761-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301909, 2338, '1924-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301910, 2339, '0761-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301911, 2338, '1925-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301912, 2339, '0761-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301913, 2338, '1925-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301914, 2339, '0761-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301915, 2338, '1925-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:33', '2023-10-31 16:07:33'),
(301916, 2339, '0761-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(301917, 2338, '1925-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(301918, 2339, '0761-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(301919, 2338, '1925-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(301920, 2339, '0761-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(301921, 2338, '1925-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(301922, 2339, '0761-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(301923, 2338, '1925-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(301924, 2339, '0761-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(301925, 2338, '1925-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(301926, 2339, '0761-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(301927, 2338, '1925-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(301928, 2339, '0761-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(301929, 2338, '1925-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(301930, 2339, '0761-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(301931, 2338, '1925-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(301932, 2339, '0762-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(301933, 2338, '1925-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(301934, 2339, '0762-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(301935, 2338, '1926-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(301936, 2339, '0762-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(301937, 2338, '1926-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(301938, 2339, '0762-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(301939, 2338, '1926-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(301940, 2339, '0762-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(301941, 2338, '1926-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(301942, 2339, '0762-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(301943, 2338, '1926-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(301944, 2339, '0762-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(301945, 2338, '1926-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(301946, 2339, '0762-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(301947, 2338, '1926-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(301948, 2339, '0762-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(301949, 2338, '1926-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(301950, 2339, '0762-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(301951, 2338, '1926-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(301952, 2339, '0762-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(301953, 2338, '1926-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(301954, 2339, '0762-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(301955, 2338, '1926-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(301956, 2339, '0763-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(301957, 2338, '1926-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(301958, 2339, '0763-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(301959, 2338, '1927-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(301960, 2339, '0763-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(301961, 2338, '1927-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(301962, 2339, '0763-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(301963, 2338, '1927-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(301964, 2339, '0763-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(301965, 2338, '1927-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(301966, 2339, '0763-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(301967, 2338, '1927-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(301968, 2339, '0763-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(301969, 2338, '1927-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(301970, 2339, '0763-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(301971, 2338, '1927-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(301972, 2339, '0763-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(301973, 2338, '1927-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(301974, 2339, '0763-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(301975, 2338, '1927-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(301976, 2339, '0763-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(301977, 2338, '1927-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(301978, 2339, '0763-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(301979, 2338, '1927-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(301980, 2339, '0764-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(301981, 2338, '1927-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(301982, 2339, '0764-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(301983, 2338, '1928-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(301984, 2339, '0764-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(301985, 2338, '1928-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(301986, 2339, '0764-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(301987, 2338, '1928-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(301988, 2339, '0764-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(301989, 2338, '1928-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(301990, 2339, '0764-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(301991, 2338, '1928-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(301992, 2339, '0764-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(301993, 2338, '1928-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(301994, 2339, '0764-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(301995, 2338, '1928-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(301996, 2339, '0764-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(301997, 2338, '1928-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(301998, 2339, '0764-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(301999, 2338, '1928-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(302000, 2339, '0764-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(302001, 2338, '1928-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(302002, 2339, '0764-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(302003, 2338, '1928-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(302004, 2339, '0765-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(302005, 2338, '1928-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(302006, 2339, '0765-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(302007, 2338, '1929-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(302008, 2339, '0765-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(302009, 2338, '1929-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(302010, 2339, '0765-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(302011, 2338, '1929-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(302012, 2339, '0765-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(302013, 2338, '1929-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(302014, 2339, '0765-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(302015, 2338, '1929-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(302016, 2339, '0765-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(302017, 2338, '1929-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(302018, 2339, '0765-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(302019, 2338, '1929-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(302020, 2339, '0765-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(302021, 2338, '1929-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(302022, 2339, '0765-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(302023, 2338, '1929-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(302024, 2339, '0765-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(302025, 2338, '1929-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(302026, 2339, '0765-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(302027, 2338, '1929-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(302028, 2339, '0766-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(302029, 2338, '1929-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(302030, 2339, '0766-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(302031, 2338, '1930-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(302032, 2339, '0766-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(302033, 2338, '1930-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(302034, 2339, '0766-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(302035, 2338, '1930-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(302036, 2339, '0766-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(302037, 2338, '1930-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(302038, 2339, '0766-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(302039, 2338, '1930-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(302040, 2339, '0766-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(302041, 2338, '1930-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(302042, 2339, '0766-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(302043, 2338, '1930-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(302044, 2339, '0766-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(302045, 2338, '1930-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(302046, 2339, '0766-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(302047, 2338, '1930-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(302048, 2339, '0766-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(302049, 2338, '1930-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(302050, 2339, '0766-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(302051, 2338, '1930-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(302052, 2339, '0767-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(302053, 2338, '1930-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(302054, 2339, '0767-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(302055, 2338, '1931-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(302056, 2339, '0767-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(302057, 2338, '1931-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(302058, 2339, '0767-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(302059, 2338, '1931-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(302060, 2339, '0767-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(302061, 2338, '1931-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(302062, 2339, '0767-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(302063, 2338, '1931-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(302064, 2339, '0767-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(302065, 2338, '1931-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(302066, 2339, '0767-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(302067, 2338, '1931-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(302068, 2339, '0767-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(302069, 2338, '1931-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(302070, 2339, '0767-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(302071, 2338, '1931-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(302072, 2339, '0767-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(302073, 2338, '1931-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(302074, 2339, '0767-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(302075, 2338, '1931-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(302076, 2339, '0768-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(302077, 2338, '1931-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(302078, 2339, '0768-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(302079, 2338, '1932-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(302080, 2339, '0768-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(302081, 2338, '1932-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(302082, 2339, '0768-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(302083, 2338, '1932-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(302084, 2339, '0768-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(302085, 2338, '1932-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(302086, 2339, '0768-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(302087, 2338, '1932-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(302088, 2339, '0768-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(302089, 2338, '1932-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(302090, 2339, '0768-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(302091, 2338, '1932-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(302092, 2339, '0768-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(302093, 2338, '1932-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(302094, 2339, '0768-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(302095, 2338, '1932-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(302096, 2339, '0768-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(302097, 2338, '1932-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(302098, 2339, '0768-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(302099, 2338, '1932-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(302100, 2339, '0769-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(302101, 2338, '1932-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(302102, 2339, '0769-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(302103, 2338, '1933-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(302104, 2339, '0769-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(302105, 2338, '1933-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(302106, 2339, '0769-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(302107, 2338, '1933-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(302108, 2339, '0769-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(302109, 2338, '1933-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(302110, 2339, '0769-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(302111, 2338, '1933-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(302112, 2339, '0769-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(302113, 2338, '1933-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(302114, 2339, '0769-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(302115, 2338, '1933-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(302116, 2339, '0769-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(302117, 2338, '1933-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(302118, 2339, '0769-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(302119, 2338, '1933-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(302120, 2339, '0769-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(302121, 2338, '1933-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(302122, 2339, '0769-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(302123, 2338, '1933-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(302124, 2339, '0770-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(302125, 2338, '1933-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(302126, 2339, '0770-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(302127, 2338, '1934-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(302128, 2339, '0770-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(302129, 2338, '1934-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(302130, 2339, '0770-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(302131, 2338, '1934-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(302132, 2339, '0770-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(302133, 2338, '1934-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(302134, 2339, '0770-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(302135, 2338, '1934-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(302136, 2339, '0770-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(302137, 2338, '1934-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(302138, 2339, '0770-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(302139, 2338, '1934-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(302140, 2339, '0770-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(302141, 2338, '1934-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(302142, 2339, '0770-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(302143, 2338, '1934-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(302144, 2339, '0770-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(302145, 2338, '1934-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(302146, 2339, '0770-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(302147, 2338, '1934-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(302148, 2339, '0771-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(302149, 2338, '1934-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(302150, 2339, '0771-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(302151, 2338, '1935-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(302152, 2339, '0771-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(302153, 2338, '1935-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(302154, 2339, '0771-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(302155, 2338, '1935-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(302156, 2339, '0771-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(302157, 2338, '1935-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(302158, 2339, '0771-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(302159, 2338, '1935-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(302160, 2339, '0771-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(302161, 2338, '1935-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(302162, 2339, '0771-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(302163, 2338, '1935-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(302164, 2339, '0771-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(302165, 2338, '1935-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(302166, 2339, '0771-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(302167, 2338, '1935-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(302168, 2339, '0771-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(302169, 2338, '1935-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(302170, 2339, '0771-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(302171, 2338, '1935-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(302172, 2339, '0772-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(302173, 2338, '1935-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(302174, 2339, '0772-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(302175, 2338, '1936-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(302176, 2339, '0772-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(302177, 2338, '1936-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(302178, 2339, '0772-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(302179, 2338, '1936-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(302180, 2339, '0772-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(302181, 2338, '1936-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(302182, 2339, '0772-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(302183, 2338, '1936-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(302184, 2339, '0772-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(302185, 2338, '1936-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(302186, 2339, '0772-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(302187, 2338, '1936-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(302188, 2339, '0772-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(302189, 2338, '1936-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(302190, 2339, '0772-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(302191, 2338, '1936-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(302192, 2339, '0772-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(302193, 2338, '1936-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(302194, 2339, '0772-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(302195, 2338, '1936-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(302196, 2339, '0773-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(302197, 2338, '1936-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(302198, 2339, '0773-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(302199, 2338, '1937-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(302200, 2339, '0773-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(302201, 2338, '1937-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(302202, 2339, '0773-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(302203, 2338, '1937-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(302204, 2339, '0773-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(302205, 2338, '1937-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(302206, 2339, '0773-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(302207, 2338, '1937-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(302208, 2339, '0773-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(302209, 2338, '1937-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(302210, 2339, '0773-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(302211, 2338, '1937-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(302212, 2339, '0773-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(302213, 2338, '1937-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:34', '2023-10-31 16:07:34'),
(302214, 2339, '0773-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:35', '2023-10-31 16:07:35'),
(302215, 2338, '1937-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:35', '2023-10-31 16:07:35'),
(302216, 2339, '0773-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:35', '2023-10-31 16:07:35'),
(302217, 2338, '1937-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:35', '2023-10-31 16:07:35'),
(302218, 2339, '0773-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:35', '2023-10-31 16:07:35'),
(302219, 2338, '1937-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:35', '2023-10-31 16:07:35'),
(302220, 2339, '0774-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:35', '2023-10-31 16:07:35'),
(302221, 2338, '1937-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:35', '2023-10-31 16:07:35'),
(302222, 2339, '0774-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:35', '2023-10-31 16:07:35'),
(302223, 2338, '1938-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:35', '2023-10-31 16:07:35'),
(302224, 2339, '0774-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:35', '2023-10-31 16:07:35'),
(302225, 2338, '1938-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:35', '2023-10-31 16:07:35'),
(302226, 2339, '0774-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:35', '2023-10-31 16:07:35'),
(302227, 2338, '1938-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:35', '2023-10-31 16:07:35'),
(302228, 2339, '0774-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:35', '2023-10-31 16:07:35'),
(302229, 2338, '1938-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:35', '2023-10-31 16:07:35'),
(302230, 2339, '0774-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:35', '2023-10-31 16:07:35'),
(302231, 2338, '1938-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:35', '2023-10-31 16:07:35'),
(302232, 2339, '0774-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:35', '2023-10-31 16:07:35'),
(302233, 2338, '1938-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:35', '2023-10-31 16:07:35'),
(302234, 2339, '0774-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:35', '2023-10-31 16:07:35'),
(302235, 2338, '1938-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:35', '2023-10-31 16:07:35'),
(302236, 2339, '0774-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:35', '2023-10-31 16:07:35'),
(302237, 2338, '1938-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:35', '2023-10-31 16:07:35'),
(302238, 2339, '0774-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:35', '2023-10-31 16:07:35'),
(302239, 2338, '1938-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:35', '2023-10-31 16:07:35'),
(302240, 2339, '0774-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:35', '2023-10-31 16:07:35'),
(302241, 2338, '1938-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:35', '2023-10-31 16:07:35'),
(302242, 2339, '0774-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:35', '2023-10-31 16:07:35'),
(302243, 2338, '1938-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:35', '2023-10-31 16:07:35'),
(302244, 2339, '0775-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:35', '2023-10-31 16:07:35'),
(302245, 2338, '1938-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:35', '2023-10-31 16:07:35'),
(302246, 2339, '0775-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:35', '2023-10-31 16:07:35'),
(302247, 2338, '1939-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:35', '2023-10-31 16:07:35'),
(302248, 2339, '0775-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:35', '2023-10-31 16:07:35'),
(302249, 2338, '1939-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:35', '2023-10-31 16:07:35'),
(302250, 2339, '0775-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:35', '2023-10-31 16:07:35'),
(302251, 2338, '1939-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:35', '2023-10-31 16:07:35'),
(302252, 2339, '0775-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:35', '2023-10-31 16:07:35'),
(302253, 2338, '1939-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:35', '2023-10-31 16:07:35'),
(302254, 2339, '0775-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:35', '2023-10-31 16:07:35'),
(302255, 2338, '1939-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:35', '2023-10-31 16:07:35'),
(302256, 2339, '0775-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:35', '2023-10-31 16:07:35'),
(302257, 2338, '1939-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:35', '2023-10-31 16:07:35'),
(302258, 2339, '0775-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:35', '2023-10-31 16:07:35'),
(302259, 2338, '1939-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:35', '2023-10-31 16:07:35'),
(302260, 2339, '0775-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:35', '2023-10-31 16:07:35'),
(302261, 2338, '1939-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:35', '2023-10-31 16:07:35'),
(302262, 2339, '0775-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:35', '2023-10-31 16:07:35'),
(302263, 2338, '1939-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:35', '2023-10-31 16:07:35'),
(302264, 2339, '0775-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:35', '2023-10-31 16:07:35'),
(302265, 2338, '1939-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:35', '2023-10-31 16:07:35'),
(302266, 2339, '0775-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:35', '2023-10-31 16:07:35'),
(302267, 2338, '1939-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:35', '2023-10-31 16:07:35'),
(302268, 2339, '0776-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:35', '2023-10-31 16:07:35'),
(302269, 2338, '1939-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:35', '2023-10-31 16:07:35'),
(302270, 2339, '0776-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:35', '2023-10-31 16:07:35'),
(302271, 2338, '1940-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:35', '2023-10-31 16:07:35'),
(302272, 2339, '0776-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:35', '2023-10-31 16:07:35'),
(302273, 2338, '1940-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:35', '2023-10-31 16:07:35'),
(302274, 2339, '0776-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:35', '2023-10-31 16:07:35'),
(302275, 2338, '1940-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:35', '2023-10-31 16:07:35'),
(302276, 2339, '0776-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:35', '2023-10-31 16:07:35'),
(302277, 2338, '1940-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:35', '2023-10-31 16:07:35'),
(302278, 2339, '0776-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:35', '2023-10-31 16:07:35'),
(302279, 2338, '1940-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:35', '2023-10-31 16:07:35'),
(302280, 2339, '0776-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:35', '2023-10-31 16:07:35'),
(302281, 2338, '1940-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:35', '2023-10-31 16:07:35'),
(302282, 2339, '0776-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:35', '2023-10-31 16:07:35'),
(302283, 2338, '1940-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:35', '2023-10-31 16:07:35'),
(302284, 2339, '0776-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:35', '2023-10-31 16:07:35'),
(302285, 2338, '1940-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:35', '2023-10-31 16:07:35'),
(302286, 2339, '0776-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:35', '2023-10-31 16:07:35'),
(302287, 2338, '1940-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:35', '2023-10-31 16:07:35'),
(302288, 2339, '0776-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:35', '2023-10-31 16:07:35'),
(302289, 2338, '1940-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:35', '2023-10-31 16:07:35'),
(302290, 2339, '0776-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:35', '2023-10-31 16:07:35'),
(302291, 2338, '1940-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:35', '2023-10-31 16:07:35'),
(302292, 2339, '0777-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:35', '2023-10-31 16:07:35'),
(302293, 2338, '1940-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:35', '2023-10-31 16:07:35'),
(302294, 2339, '0777-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:35', '2023-10-31 16:07:35'),
(302295, 2338, '1941-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:35', '2023-10-31 16:07:35'),
(302296, 2339, '0777-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:35', '2023-10-31 16:07:35'),
(302297, 2338, '1941-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:35', '2023-10-31 16:07:35'),
(302298, 2339, '0777-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:35', '2023-10-31 16:07:35'),
(302299, 2338, '1941-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:35', '2023-10-31 16:07:35'),
(302300, 2339, '0777-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:35', '2023-10-31 16:07:35'),
(302301, 2338, '1941-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:35', '2023-10-31 16:07:35'),
(302302, 2339, '0777-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:35', '2023-10-31 16:07:35'),
(302303, 2338, '1941-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:35', '2023-10-31 16:07:35'),
(302304, 2339, '0777-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:35', '2023-10-31 16:07:35'),
(302305, 2338, '1941-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:35', '2023-10-31 16:07:35'),
(302306, 2339, '0777-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:35', '2023-10-31 16:07:35'),
(302307, 2338, '1941-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:35', '2023-10-31 16:07:35'),
(302308, 2339, '0777-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:35', '2023-10-31 16:07:35'),
(302309, 2338, '1941-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:35', '2023-10-31 16:07:35'),
(302310, 2339, '0777-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:35', '2023-10-31 16:07:35'),
(302311, 2338, '1941-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:35', '2023-10-31 16:07:35'),
(302312, 2339, '0777-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:35', '2023-10-31 16:07:35'),
(302313, 2338, '1941-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:35', '2023-10-31 16:07:35'),
(302314, 2339, '0777-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:35', '2023-10-31 16:07:35'),
(302315, 2338, '1941-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:35', '2023-10-31 16:07:35'),
(302316, 2339, '0778-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:35', '2023-10-31 16:07:35'),
(302317, 2338, '1941-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:35', '2023-10-31 16:07:35'),
(302318, 2339, '0778-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:35', '2023-10-31 16:07:35'),
(302319, 2338, '1942-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:35', '2023-10-31 16:07:35'),
(302320, 2339, '0778-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:35', '2023-10-31 16:07:35'),
(302321, 2338, '1942-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:35', '2023-10-31 16:07:35'),
(302322, 2339, '0778-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:35', '2023-10-31 16:07:35'),
(302323, 2338, '1942-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:35', '2023-10-31 16:07:35'),
(302324, 2339, '0778-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:35', '2023-10-31 16:07:35'),
(302325, 2338, '1942-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:35', '2023-10-31 16:07:35'),
(302326, 2339, '0778-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:35', '2023-10-31 16:07:35'),
(302327, 2338, '1942-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:35', '2023-10-31 16:07:35'),
(302328, 2339, '0778-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:35', '2023-10-31 16:07:35'),
(302329, 2338, '1942-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:35', '2023-10-31 16:07:35'),
(302330, 2339, '0778-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:35', '2023-10-31 16:07:35'),
(302331, 2338, '1942-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:35', '2023-10-31 16:07:35'),
(302332, 2339, '0778-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:35', '2023-10-31 16:07:35'),
(302333, 2338, '1942-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:35', '2023-10-31 16:07:35'),
(302334, 2339, '0778-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:35', '2023-10-31 16:07:35'),
(302335, 2338, '1942-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:35', '2023-10-31 16:07:35'),
(302336, 2339, '0778-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:35', '2023-10-31 16:07:35'),
(302337, 2338, '1942-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:35', '2023-10-31 16:07:35'),
(302338, 2339, '0778-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:35', '2023-10-31 16:07:35'),
(302339, 2338, '1942-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:35', '2023-10-31 16:07:35'),
(302340, 2339, '0779-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:35', '2023-10-31 16:07:35'),
(302341, 2338, '1942-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:35', '2023-10-31 16:07:35'),
(302342, 2339, '0779-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:35', '2023-10-31 16:07:35'),
(302343, 2338, '1943-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:35', '2023-10-31 16:07:35'),
(302344, 2339, '0779-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:35', '2023-10-31 16:07:35'),
(302345, 2338, '1943-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:35', '2023-10-31 16:07:35'),
(302346, 2339, '0779-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:35', '2023-10-31 16:07:35'),
(302347, 2338, '1943-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:35', '2023-10-31 16:07:35'),
(302348, 2339, '0779-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:35', '2023-10-31 16:07:35'),
(302349, 2338, '1943-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:35', '2023-10-31 16:07:35'),
(302350, 2339, '0779-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:35', '2023-10-31 16:07:35'),
(302351, 2338, '1943-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:35', '2023-10-31 16:07:35'),
(302352, 2339, '0779-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:35', '2023-10-31 16:07:35'),
(302353, 2338, '1943-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:35', '2023-10-31 16:07:35'),
(302354, 2339, '0779-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:35', '2023-10-31 16:07:35'),
(302355, 2338, '1943-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:35', '2023-10-31 16:07:35'),
(302356, 2339, '0779-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:35', '2023-10-31 16:07:35'),
(302357, 2338, '1943-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:35', '2023-10-31 16:07:35'),
(302358, 2339, '0779-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:35', '2023-10-31 16:07:35'),
(302359, 2338, '1943-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:35', '2023-10-31 16:07:35'),
(302360, 2339, '0779-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:35', '2023-10-31 16:07:35'),
(302361, 2338, '1943-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:35', '2023-10-31 16:07:35'),
(302362, 2339, '0779-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:35', '2023-10-31 16:07:35'),
(302363, 2338, '1943-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:35', '2023-10-31 16:07:35'),
(302364, 2339, '0780-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:35', '2023-10-31 16:07:35'),
(302365, 2338, '1943-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:35', '2023-10-31 16:07:35'),
(302366, 2339, '0780-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:35', '2023-10-31 16:07:35'),
(302367, 2338, '1944-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:35', '2023-10-31 16:07:35'),
(302368, 2339, '0780-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:35', '2023-10-31 16:07:35'),
(302369, 2338, '1944-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:35', '2023-10-31 16:07:35'),
(302370, 2339, '0780-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:35', '2023-10-31 16:07:35'),
(302371, 2338, '1944-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:35', '2023-10-31 16:07:35'),
(302372, 2339, '0780-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:35', '2023-10-31 16:07:35'),
(302373, 2338, '1944-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:35', '2023-10-31 16:07:35'),
(302374, 2339, '0780-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:35', '2023-10-31 16:07:35'),
(302375, 2338, '1944-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:35', '2023-10-31 16:07:35'),
(302376, 2339, '0780-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:35', '2023-10-31 16:07:35'),
(302377, 2338, '1944-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:35', '2023-10-31 16:07:35'),
(302378, 2339, '0780-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:35', '2023-10-31 16:07:35'),
(302379, 2338, '1944-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:35', '2023-10-31 16:07:35'),
(302380, 2339, '0780-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:35', '2023-10-31 16:07:35'),
(302381, 2338, '1944-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:35', '2023-10-31 16:07:35'),
(302382, 2339, '0780-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:35', '2023-10-31 16:07:35'),
(302383, 2338, '1944-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:35', '2023-10-31 16:07:35'),
(302384, 2339, '0780-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:35', '2023-10-31 16:07:35'),
(302385, 2338, '1944-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:35', '2023-10-31 16:07:35'),
(302386, 2339, '0780-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:35', '2023-10-31 16:07:35'),
(302387, 2338, '1944-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:35', '2023-10-31 16:07:35'),
(302388, 2339, '0781-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:35', '2023-10-31 16:07:35'),
(302389, 2338, '1944-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:35', '2023-10-31 16:07:35'),
(302390, 2339, '0781-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:35', '2023-10-31 16:07:35'),
(302391, 2338, '1945-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:35', '2023-10-31 16:07:35'),
(302392, 2339, '0781-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:35', '2023-10-31 16:07:35'),
(302393, 2338, '1945-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:35', '2023-10-31 16:07:35'),
(302394, 2339, '0781-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:35', '2023-10-31 16:07:35'),
(302395, 2338, '1945-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:35', '2023-10-31 16:07:35'),
(302396, 2339, '0781-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:35', '2023-10-31 16:07:35'),
(302397, 2338, '1945-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:35', '2023-10-31 16:07:35'),
(302398, 2339, '0781-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:35', '2023-10-31 16:07:35'),
(302399, 2338, '1945-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:35', '2023-10-31 16:07:35'),
(302400, 2339, '0781-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:35', '2023-10-31 16:07:35'),
(302401, 2338, '1945-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:35', '2023-10-31 16:07:35'),
(302402, 2339, '0781-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:35', '2023-10-31 16:07:35'),
(302403, 2338, '1945-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:35', '2023-10-31 16:07:35'),
(302404, 2339, '0781-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:35', '2023-10-31 16:07:35'),
(302405, 2338, '1945-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:35', '2023-10-31 16:07:35'),
(302406, 2339, '0781-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:35', '2023-10-31 16:07:35'),
(302407, 2338, '1945-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:35', '2023-10-31 16:07:35'),
(302408, 2339, '0781-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:35', '2023-10-31 16:07:35'),
(302409, 2338, '1945-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:35', '2023-10-31 16:07:35'),
(302410, 2339, '0781-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:35', '2023-10-31 16:07:35'),
(302411, 2338, '1945-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:35', '2023-10-31 16:07:35'),
(302412, 2339, '0782-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:35', '2023-10-31 16:07:35'),
(302413, 2338, '1945-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:35', '2023-10-31 16:07:35'),
(302414, 2339, '0782-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:35', '2023-10-31 16:07:35'),
(302415, 2338, '1946-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:35', '2023-10-31 16:07:35'),
(302416, 2339, '0782-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302417, 2338, '1946-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302418, 2339, '0782-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302419, 2338, '1946-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302420, 2339, '0782-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302421, 2338, '1946-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302422, 2339, '0782-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302423, 2338, '1946-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302424, 2339, '0782-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302425, 2338, '1946-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302426, 2339, '0782-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302427, 2338, '1946-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302428, 2339, '0782-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302429, 2338, '1946-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302430, 2339, '0782-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302431, 2338, '1946-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302432, 2339, '0782-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302433, 2338, '1946-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302434, 2339, '0782-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302435, 2338, '1946-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302436, 2339, '0783-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302437, 2338, '1946-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302438, 2339, '0783-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302439, 2338, '1947-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302440, 2339, '0783-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302441, 2338, '1947-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302442, 2339, '0783-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(302443, 2338, '1947-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302444, 2339, '0783-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302445, 2338, '1947-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302446, 2339, '0783-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302447, 2338, '1947-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302448, 2339, '0783-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302449, 2338, '1947-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302450, 2339, '0783-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302451, 2338, '1947-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302452, 2339, '0783-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302453, 2338, '1947-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302454, 2339, '0783-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302455, 2338, '1947-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302456, 2339, '0783-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302457, 2338, '1947-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302458, 2339, '0783-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302459, 2338, '1947-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302460, 2339, '0784-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302461, 2338, '1947-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302462, 2339, '0784-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302463, 2338, '1948-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302464, 2339, '0784-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302465, 2338, '1948-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302466, 2339, '0784-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302467, 2338, '1948-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302468, 2339, '0784-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302469, 2338, '1948-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302470, 2339, '0784-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302471, 2338, '1948-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302472, 2339, '0784-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302473, 2338, '1948-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302474, 2339, '0784-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302475, 2338, '1948-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302476, 2339, '0784-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302477, 2338, '1948-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302478, 2339, '0784-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302479, 2338, '1948-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302480, 2339, '0784-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302481, 2338, '1948-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302482, 2339, '0784-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302483, 2338, '1948-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302484, 2339, '0785-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302485, 2338, '1948-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302486, 2339, '0785-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302487, 2338, '1949-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302488, 2339, '0785-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302489, 2338, '1949-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302490, 2339, '0785-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302491, 2338, '1949-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302492, 2339, '0785-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302493, 2338, '1949-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302494, 2339, '0785-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302495, 2338, '1949-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302496, 2339, '0785-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302497, 2338, '1949-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302498, 2339, '0785-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302499, 2338, '1949-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302500, 2339, '0785-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302501, 2338, '1949-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302502, 2339, '0785-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302503, 2338, '1949-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302504, 2339, '0785-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302505, 2338, '1949-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302506, 2339, '0785-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302507, 2338, '1949-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302508, 2339, '0786-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302509, 2338, '1949-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302510, 2339, '0786-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302511, 2338, '1950-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302512, 2339, '0786-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302513, 2338, '1950-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302514, 2339, '0786-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302515, 2338, '1950-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302516, 2339, '0786-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302517, 2338, '1950-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302518, 2339, '0786-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302519, 2338, '1950-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302520, 2339, '0786-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302521, 2338, '1950-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302522, 2339, '0786-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302523, 2338, '1950-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302524, 2339, '0786-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302525, 2338, '1950-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302526, 2339, '0786-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302527, 2338, '1950-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302528, 2339, '0786-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302529, 2338, '1950-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302530, 2339, '0786-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302531, 2338, '1950-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302532, 2339, '0787-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302533, 2338, '1950-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302534, 2339, '0787-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302535, 2338, '1951-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302536, 2339, '0787-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302537, 2338, '1951-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302538, 2339, '0787-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302539, 2338, '1951-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302540, 2339, '0787-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302541, 2338, '1951-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302542, 2339, '0787-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302543, 2338, '1951-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302544, 2339, '0787-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302545, 2338, '1951-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302546, 2339, '0787-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302547, 2338, '1951-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302548, 2339, '0787-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302549, 2338, '1951-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302550, 2339, '0787-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302551, 2338, '1951-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302552, 2339, '0787-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302553, 2338, '1951-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302554, 2339, '0787-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302555, 2338, '1951-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302556, 2339, '0788-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302557, 2338, '1951-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302558, 2339, '0788-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302559, 2338, '1952-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302560, 2339, '0788-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302561, 2338, '1952-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302562, 2339, '0788-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302563, 2338, '1952-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302564, 2339, '0788-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302565, 2338, '1952-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302566, 2339, '0788-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302567, 2338, '1952-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302568, 2339, '0788-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302569, 2338, '1952-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302570, 2339, '0788-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302571, 2338, '1952-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302572, 2339, '0788-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302573, 2338, '1952-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302574, 2339, '0788-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302575, 2338, '1952-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302576, 2339, '0788-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302577, 2338, '1952-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302578, 2339, '0788-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302579, 2338, '1952-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302580, 2339, '0789-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302581, 2338, '1952-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302582, 2339, '0789-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302583, 2338, '1953-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302584, 2339, '0789-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302585, 2338, '1953-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302586, 2339, '0789-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302587, 2338, '1953-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302588, 2339, '0789-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302589, 2338, '1953-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302590, 2339, '0789-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302591, 2338, '1953-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302592, 2339, '0789-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302593, 2338, '1953-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302594, 2339, '0789-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302595, 2338, '1953-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302596, 2339, '0789-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302597, 2338, '1953-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302598, 2339, '0789-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302599, 2338, '1953-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302600, 2339, '0789-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302601, 2338, '1953-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302602, 2339, '0789-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302603, 2338, '1953-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302604, 2339, '0790-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302605, 2338, '1953-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302606, 2339, '0790-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302607, 2338, '1954-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302608, 2339, '0790-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302609, 2338, '1954-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302610, 2339, '0790-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302611, 2338, '1954-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302612, 2339, '0790-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302613, 2338, '1954-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302614, 2339, '0790-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302615, 2338, '1954-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302616, 2339, '0790-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302617, 2338, '1954-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302618, 2339, '0790-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302619, 2338, '1954-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302620, 2339, '0790-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302621, 2338, '1954-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302622, 2339, '0790-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302623, 2338, '1954-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302624, 2339, '0790-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302625, 2338, '1954-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302626, 2339, '0790-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302627, 2338, '1954-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302628, 2339, '0791-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302629, 2338, '1954-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302630, 2339, '0791-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302631, 2338, '1955-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302632, 2339, '0791-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302633, 2338, '1955-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302634, 2339, '0791-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302635, 2338, '1955-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302636, 2339, '0791-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302637, 2338, '1955-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302638, 2339, '0791-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302639, 2338, '1955-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302640, 2339, '0791-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302641, 2338, '1955-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302642, 2339, '0791-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302643, 2338, '1955-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302644, 2339, '0791-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302645, 2338, '1955-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302646, 2339, '0791-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302647, 2338, '1955-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302648, 2339, '0791-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302649, 2338, '1955-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302650, 2339, '0791-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302651, 2338, '1955-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302652, 2339, '0792-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302653, 2338, '1955-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302654, 2339, '0792-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302655, 2338, '1956-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302656, 2339, '0792-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302657, 2338, '1956-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302658, 2339, '0792-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302659, 2338, '1956-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302660, 2339, '0792-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302661, 2338, '1956-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302662, 2339, '0792-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302663, 2338, '1956-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302664, 2339, '0792-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302665, 2338, '1956-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302666, 2339, '0792-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302667, 2338, '1956-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302668, 2339, '0792-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302669, 2338, '1956-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302670, 2339, '0792-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302671, 2338, '1956-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302672, 2339, '0792-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302673, 2338, '1956-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302674, 2339, '0792-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302675, 2338, '1956-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302676, 2339, '0793-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302677, 2338, '1956-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:36', '2023-10-31 16:07:36'),
(302678, 2339, '0793-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:37', '2023-10-31 16:07:37'),
(302679, 2338, '1957-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:37', '2023-10-31 16:07:37'),
(302680, 2339, '0793-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:37', '2023-10-31 16:07:37'),
(302681, 2338, '1957-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:37', '2023-10-31 16:07:37'),
(302682, 2339, '0793-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:37', '2023-10-31 16:07:37'),
(302683, 2338, '1957-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:37', '2023-10-31 16:07:37'),
(302684, 2339, '0793-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:37', '2023-10-31 16:07:37'),
(302685, 2338, '1957-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:37', '2023-10-31 16:07:37'),
(302686, 2339, '0793-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:37', '2023-10-31 16:07:37'),
(302687, 2338, '1957-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:37', '2023-10-31 16:07:37'),
(302688, 2339, '0793-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:37', '2023-10-31 16:07:37'),
(302689, 2338, '1957-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:37', '2023-10-31 16:07:37'),
(302690, 2339, '0793-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:37', '2023-10-31 16:07:37'),
(302691, 2338, '1957-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:37', '2023-10-31 16:07:37'),
(302692, 2339, '0793-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:37', '2023-10-31 16:07:37'),
(302693, 2338, '1957-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:37', '2023-10-31 16:07:37'),
(302694, 2339, '0793-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:37', '2023-10-31 16:07:37'),
(302695, 2338, '1957-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:37', '2023-10-31 16:07:37'),
(302696, 2339, '0793-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:37', '2023-10-31 16:07:37'),
(302697, 2338, '1957-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:37', '2023-10-31 16:07:37'),
(302698, 2339, '0793-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:37', '2023-10-31 16:07:37'),
(302699, 2338, '1957-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:37', '2023-10-31 16:07:37'),
(302700, 2339, '0794-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:37', '2023-10-31 16:07:37'),
(302701, 2338, '1957-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:37', '2023-10-31 16:07:37'),
(302702, 2339, '0794-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:37', '2023-10-31 16:07:37'),
(302703, 2338, '1958-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:37', '2023-10-31 16:07:37'),
(302704, 2339, '0794-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:37', '2023-10-31 16:07:37'),
(302705, 2338, '1958-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:37', '2023-10-31 16:07:37'),
(302706, 2339, '0794-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:37', '2023-10-31 16:07:37'),
(302707, 2338, '1958-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:37', '2023-10-31 16:07:37'),
(302708, 2339, '0794-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:37', '2023-10-31 16:07:37'),
(302709, 2338, '1958-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:37', '2023-10-31 16:07:37'),
(302710, 2339, '0794-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:37', '2023-10-31 16:07:37'),
(302711, 2338, '1958-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:37', '2023-10-31 16:07:37'),
(302712, 2339, '0794-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:37', '2023-10-31 16:07:37'),
(302713, 2338, '1958-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:37', '2023-10-31 16:07:37'),
(302714, 2339, '0794-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:37', '2023-10-31 16:07:37'),
(302715, 2338, '1958-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:37', '2023-10-31 16:07:37'),
(302716, 2339, '0794-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:37', '2023-10-31 16:07:37'),
(302717, 2338, '1958-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:37', '2023-10-31 16:07:37'),
(302718, 2339, '0794-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:37', '2023-10-31 16:07:37'),
(302719, 2338, '1958-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:37', '2023-10-31 16:07:37'),
(302720, 2339, '0794-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:37', '2023-10-31 16:07:37'),
(302721, 2338, '1958-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:37', '2023-10-31 16:07:37'),
(302722, 2339, '0794-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:37', '2023-10-31 16:07:37'),
(302723, 2338, '1958-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:37', '2023-10-31 16:07:37'),
(302724, 2339, '0795-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:37', '2023-10-31 16:07:37'),
(302725, 2338, '1958-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:37', '2023-10-31 16:07:37'),
(302726, 2339, '0795-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:37', '2023-10-31 16:07:37'),
(302727, 2338, '1959-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:37', '2023-10-31 16:07:37'),
(302728, 2339, '0795-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:37', '2023-10-31 16:07:37'),
(302729, 2338, '1959-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:37', '2023-10-31 16:07:37'),
(302730, 2339, '0795-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:37', '2023-10-31 16:07:37'),
(302731, 2338, '1959-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:37', '2023-10-31 16:07:37'),
(302732, 2339, '0795-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:37', '2023-10-31 16:07:37'),
(302733, 2338, '1959-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:37', '2023-10-31 16:07:37'),
(302734, 2339, '0795-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:37', '2023-10-31 16:07:37'),
(302735, 2338, '1959-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:37', '2023-10-31 16:07:37'),
(302736, 2339, '0795-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:37', '2023-10-31 16:07:37'),
(302737, 2338, '1959-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:37', '2023-10-31 16:07:37'),
(302738, 2339, '0795-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:37', '2023-10-31 16:07:37'),
(302739, 2338, '1959-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:37', '2023-10-31 16:07:37'),
(302740, 2339, '0795-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:37', '2023-10-31 16:07:37'),
(302741, 2338, '1959-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:37', '2023-10-31 16:07:37'),
(302742, 2339, '0795-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:37', '2023-10-31 16:07:37'),
(302743, 2338, '1959-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:37', '2023-10-31 16:07:37'),
(302744, 2339, '0795-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:37', '2023-10-31 16:07:37'),
(302745, 2338, '1959-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:37', '2023-10-31 16:07:37'),
(302746, 2339, '0795-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:37', '2023-10-31 16:07:37'),
(302747, 2338, '1959-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:37', '2023-10-31 16:07:37'),
(302748, 2339, '0796-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:37', '2023-10-31 16:07:37'),
(302749, 2338, '1959-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:37', '2023-10-31 16:07:37'),
(302750, 2339, '0796-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:37', '2023-10-31 16:07:37'),
(302751, 2338, '1960-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:37', '2023-10-31 16:07:37'),
(302752, 2339, '0796-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:37', '2023-10-31 16:07:37'),
(302753, 2338, '1960-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:37', '2023-10-31 16:07:37'),
(302754, 2339, '0796-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:37', '2023-10-31 16:07:37'),
(302755, 2338, '1960-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:37', '2023-10-31 16:07:37'),
(302756, 2339, '0796-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:37', '2023-10-31 16:07:37'),
(302757, 2338, '1960-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:37', '2023-10-31 16:07:37'),
(302758, 2339, '0796-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:37', '2023-10-31 16:07:37'),
(302759, 2338, '1960-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:37', '2023-10-31 16:07:37'),
(302760, 2339, '0796-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:37', '2023-10-31 16:07:37'),
(302761, 2338, '1960-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:37', '2023-10-31 16:07:37'),
(302762, 2339, '0796-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:37', '2023-10-31 16:07:37'),
(302763, 2338, '1960-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:37', '2023-10-31 16:07:37'),
(302764, 2339, '0796-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:37', '2023-10-31 16:07:37'),
(302765, 2338, '1960-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:37', '2023-10-31 16:07:37'),
(302766, 2339, '0796-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:37', '2023-10-31 16:07:37'),
(302767, 2338, '1960-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:37', '2023-10-31 16:07:37'),
(302768, 2339, '0796-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:37', '2023-10-31 16:07:37'),
(302769, 2338, '1960-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:37', '2023-10-31 16:07:37'),
(302770, 2339, '0796-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:37', '2023-10-31 16:07:37'),
(302771, 2338, '1960-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:37', '2023-10-31 16:07:37'),
(302772, 2339, '0797-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:37', '2023-10-31 16:07:37'),
(302773, 2338, '1960-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:37', '2023-10-31 16:07:37'),
(302774, 2339, '0797-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:37', '2023-10-31 16:07:37'),
(302775, 2338, '1961-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:37', '2023-10-31 16:07:37'),
(302776, 2339, '0797-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:37', '2023-10-31 16:07:37'),
(302777, 2338, '1961-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:37', '2023-10-31 16:07:37'),
(302778, 2339, '0797-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:37', '2023-10-31 16:07:37'),
(302779, 2338, '1961-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:37', '2023-10-31 16:07:37'),
(302780, 2339, '0797-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:37', '2023-10-31 16:07:37'),
(302781, 2338, '1961-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:37', '2023-10-31 16:07:37'),
(302782, 2339, '0797-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:37', '2023-10-31 16:07:37'),
(302783, 2338, '1961-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:37', '2023-10-31 16:07:37'),
(302784, 2339, '0797-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:37', '2023-10-31 16:07:37'),
(302785, 2338, '1961-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:37', '2023-10-31 16:07:37'),
(302786, 2339, '0797-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:37', '2023-10-31 16:07:37'),
(302787, 2338, '1961-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:37', '2023-10-31 16:07:37'),
(302788, 2339, '0797-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:37', '2023-10-31 16:07:37'),
(302789, 2338, '1961-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:37', '2023-10-31 16:07:37'),
(302790, 2339, '0797-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:37', '2023-10-31 16:07:37'),
(302791, 2338, '1961-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:37', '2023-10-31 16:07:37'),
(302792, 2339, '0797-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:37', '2023-10-31 16:07:37'),
(302793, 2338, '1961-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:37', '2023-10-31 16:07:37'),
(302794, 2339, '0797-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:37', '2023-10-31 16:07:37'),
(302795, 2338, '1961-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:37', '2023-10-31 16:07:37'),
(302796, 2339, '0798-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:37', '2023-10-31 16:07:37'),
(302797, 2338, '1961-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:37', '2023-10-31 16:07:37'),
(302798, 2339, '0798-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:37', '2023-10-31 16:07:37'),
(302799, 2338, '1962-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:37', '2023-10-31 16:07:37'),
(302800, 2339, '0798-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:37', '2023-10-31 16:07:37'),
(302801, 2338, '1962-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:37', '2023-10-31 16:07:37'),
(302802, 2339, '0798-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:37', '2023-10-31 16:07:37'),
(302803, 2338, '1962-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:37', '2023-10-31 16:07:37'),
(302804, 2339, '0798-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:37', '2023-10-31 16:07:37'),
(302805, 2338, '1962-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:37', '2023-10-31 16:07:37'),
(302806, 2339, '0798-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:37', '2023-10-31 16:07:37'),
(302807, 2338, '1962-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:37', '2023-10-31 16:07:37'),
(302808, 2339, '0798-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:37', '2023-10-31 16:07:37'),
(302809, 2338, '1962-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:37', '2023-10-31 16:07:37'),
(302810, 2339, '0798-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:37', '2023-10-31 16:07:37'),
(302811, 2338, '1962-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:37', '2023-10-31 16:07:37'),
(302812, 2339, '0798-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:37', '2023-10-31 16:07:37'),
(302813, 2338, '1962-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:37', '2023-10-31 16:07:37'),
(302814, 2339, '0798-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:37', '2023-10-31 16:07:37'),
(302815, 2338, '1962-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:37', '2023-10-31 16:07:37'),
(302816, 2339, '0798-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:37', '2023-10-31 16:07:37'),
(302817, 2338, '1962-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:37', '2023-10-31 16:07:37'),
(302818, 2339, '0798-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:37', '2023-10-31 16:07:37'),
(302819, 2338, '1962-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:37', '2023-10-31 16:07:37'),
(302820, 2339, '0799-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:37', '2023-10-31 16:07:37'),
(302821, 2338, '1962-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:37', '2023-10-31 16:07:37'),
(302822, 2339, '0799-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:37', '2023-10-31 16:07:37'),
(302823, 2338, '1963-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:37', '2023-10-31 16:07:37'),
(302824, 2339, '0799-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:37', '2023-10-31 16:07:37'),
(302825, 2338, '1963-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:37', '2023-10-31 16:07:37'),
(302826, 2339, '0799-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:37', '2023-10-31 16:07:37'),
(302827, 2338, '1963-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:37', '2023-10-31 16:07:37'),
(302828, 2339, '0799-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:37', '2023-10-31 16:07:37'),
(302829, 2338, '1963-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:37', '2023-10-31 16:07:37'),
(302830, 2339, '0799-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:37', '2023-10-31 16:07:37'),
(302831, 2338, '1963-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:37', '2023-10-31 16:07:37'),
(302832, 2339, '0799-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:37', '2023-10-31 16:07:37'),
(302833, 2338, '1963-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:37', '2023-10-31 16:07:37'),
(302834, 2339, '0799-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:37', '2023-10-31 16:07:37'),
(302835, 2338, '1963-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:37', '2023-10-31 16:07:37'),
(302836, 2339, '0799-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:37', '2023-10-31 16:07:37'),
(302837, 2338, '1963-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:37', '2023-10-31 16:07:37'),
(302838, 2339, '0799-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:37', '2023-10-31 16:07:37'),
(302839, 2338, '1963-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:37', '2023-10-31 16:07:37'),
(302840, 2339, '0799-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:37', '2023-10-31 16:07:37'),
(302841, 2338, '1963-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:37', '2023-10-31 16:07:37'),
(302842, 2339, '0799-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:37', '2023-10-31 16:07:37'),
(302843, 2338, '1963-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:37', '2023-10-31 16:07:37'),
(302844, 2339, '0800-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:37', '2023-10-31 16:07:37'),
(302845, 2338, '1963-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:37', '2023-10-31 16:07:37'),
(302846, 2339, '0800-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:37', '2023-10-31 16:07:37'),
(302847, 2338, '1964-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:37', '2023-10-31 16:07:37'),
(302848, 2339, '0800-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:37', '2023-10-31 16:07:37'),
(302849, 2338, '1964-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:37', '2023-10-31 16:07:37'),
(302850, 2339, '0800-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:37', '2023-10-31 16:07:37'),
(302851, 2338, '1964-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:37', '2023-10-31 16:07:37'),
(302852, 2339, '0800-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:37', '2023-10-31 16:07:37'),
(302853, 2338, '1964-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:37', '2023-10-31 16:07:37'),
(302854, 2339, '0800-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:37', '2023-10-31 16:07:37'),
(302855, 2338, '1964-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:37', '2023-10-31 16:07:37'),
(302856, 2339, '0800-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:37', '2023-10-31 16:07:37'),
(302857, 2338, '1964-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:37', '2023-10-31 16:07:37'),
(302858, 2339, '0800-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:37', '2023-10-31 16:07:37'),
(302859, 2338, '1964-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:37', '2023-10-31 16:07:37'),
(302860, 2339, '0800-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:37', '2023-10-31 16:07:37'),
(302861, 2338, '1964-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:37', '2023-10-31 16:07:37'),
(302862, 2339, '0800-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:37', '2023-10-31 16:07:37'),
(302863, 2338, '1964-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:37', '2023-10-31 16:07:37'),
(302864, 2339, '0800-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:37', '2023-10-31 16:07:37'),
(302865, 2338, '1964-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:37', '2023-10-31 16:07:37'),
(302866, 2339, '0800-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:37', '2023-10-31 16:07:37'),
(302867, 2338, '1964-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:37', '2023-10-31 16:07:37'),
(302868, 2339, '0801-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:37', '2023-10-31 16:07:37'),
(302869, 2338, '1964-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:37', '2023-10-31 16:07:37'),
(302870, 2339, '0801-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:37', '2023-10-31 16:07:37'),
(302871, 2338, '1965-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:37', '2023-10-31 16:07:37'),
(302872, 2339, '0801-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:37', '2023-10-31 16:07:37'),
(302873, 2338, '1965-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:37', '2023-10-31 16:07:37'),
(302874, 2339, '0801-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:37', '2023-10-31 16:07:37'),
(302875, 2338, '1965-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:37', '2023-10-31 16:07:37'),
(302876, 2339, '0801-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:37', '2023-10-31 16:07:37'),
(302877, 2338, '1965-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:37', '2023-10-31 16:07:37'),
(302878, 2339, '0801-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:37', '2023-10-31 16:07:37'),
(302879, 2338, '1965-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:37', '2023-10-31 16:07:37'),
(302880, 2339, '0801-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:37', '2023-10-31 16:07:37'),
(302881, 2338, '1965-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:37', '2023-10-31 16:07:37'),
(302882, 2339, '0801-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:37', '2023-10-31 16:07:37'),
(302883, 2338, '1965-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:37', '2023-10-31 16:07:37'),
(302884, 2339, '0801-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:37', '2023-10-31 16:07:37'),
(302885, 2338, '1965-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:37', '2023-10-31 16:07:37'),
(302886, 2339, '0801-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:37', '2023-10-31 16:07:37'),
(302887, 2338, '1965-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:37', '2023-10-31 16:07:37'),
(302888, 2339, '0801-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:37', '2023-10-31 16:07:37'),
(302889, 2338, '1965-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:37', '2023-10-31 16:07:37'),
(302890, 2339, '0801-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:37', '2023-10-31 16:07:37'),
(302891, 2338, '1965-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:37', '2023-10-31 16:07:37'),
(302892, 2339, '0802-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:37', '2023-10-31 16:07:37'),
(302893, 2338, '1965-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:37', '2023-10-31 16:07:37'),
(302894, 2339, '0802-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:37', '2023-10-31 16:07:37'),
(302895, 2338, '1966-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:37', '2023-10-31 16:07:37'),
(302896, 2339, '0802-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:37', '2023-10-31 16:07:37'),
(302897, 2338, '1966-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:37', '2023-10-31 16:07:37'),
(302898, 2339, '0802-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:37', '2023-10-31 16:07:37'),
(302899, 2338, '1966-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:37', '2023-10-31 16:07:37'),
(302900, 2339, '0802-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:37', '2023-10-31 16:07:37'),
(302901, 2338, '1966-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:37', '2023-10-31 16:07:37'),
(302902, 2339, '0802-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:37', '2023-10-31 16:07:37'),
(302903, 2338, '1966-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:37', '2023-10-31 16:07:37'),
(302904, 2339, '0802-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:37', '2023-10-31 16:07:37'),
(302905, 2338, '1966-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:37', '2023-10-31 16:07:37'),
(302906, 2339, '0802-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:37', '2023-10-31 16:07:37'),
(302907, 2338, '1966-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:37', '2023-10-31 16:07:37');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(302908, 2339, '0802-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:37', '2023-10-31 16:07:37'),
(302909, 2338, '1966-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:37', '2023-10-31 16:07:37'),
(302910, 2339, '0802-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:37', '2023-10-31 16:07:37'),
(302911, 2338, '1966-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:37', '2023-10-31 16:07:37'),
(302912, 2339, '0802-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:37', '2023-10-31 16:07:37'),
(302913, 2338, '1966-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:37', '2023-10-31 16:07:37'),
(302914, 2339, '0802-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:37', '2023-10-31 16:07:37'),
(302915, 2338, '1966-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:37', '2023-10-31 16:07:37'),
(302916, 2339, '0803-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(302917, 2338, '1966-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(302918, 2339, '0803-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(302919, 2338, '1967-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(302920, 2339, '0803-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(302921, 2338, '1967-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(302922, 2339, '0803-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(302923, 2338, '1967-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(302924, 2339, '0803-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(302925, 2338, '1967-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(302926, 2339, '0803-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(302927, 2338, '1967-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(302928, 2339, '0803-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(302929, 2338, '1967-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(302930, 2339, '0803-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(302931, 2338, '1967-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(302932, 2339, '0803-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(302933, 2338, '1967-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(302934, 2339, '0803-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(302935, 2338, '1967-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(302936, 2339, '0803-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(302937, 2338, '1967-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(302938, 2339, '0803-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(302939, 2338, '1967-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(302940, 2339, '0804-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(302941, 2338, '1967-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(302942, 2339, '0804-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(302943, 2338, '1968-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(302944, 2339, '0804-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(302945, 2338, '1968-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(302946, 2339, '0804-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(302947, 2338, '1968-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(302948, 2339, '0804-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(302949, 2338, '1968-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(302950, 2339, '0804-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(302951, 2338, '1968-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(302952, 2339, '0804-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(302953, 2338, '1968-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(302954, 2339, '0804-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(302955, 2338, '1968-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(302956, 2339, '0804-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(302957, 2338, '1968-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(302958, 2339, '0804-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(302959, 2338, '1968-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(302960, 2339, '0804-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(302961, 2338, '1968-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(302962, 2339, '0804-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(302963, 2338, '1968-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(302964, 2339, '0805-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(302965, 2338, '1968-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(302966, 2339, '0805-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(302967, 2338, '1969-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(302968, 2339, '0805-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(302969, 2338, '1969-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(302970, 2339, '0805-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(302971, 2338, '1969-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(302972, 2339, '0805-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(302973, 2338, '1969-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(302974, 2339, '0805-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(302975, 2338, '1969-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(302976, 2339, '0805-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(302977, 2338, '1969-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(302978, 2339, '0805-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(302979, 2338, '1969-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(302980, 2339, '0805-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(302981, 2338, '1969-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(302982, 2339, '0805-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(302983, 2338, '1969-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(302984, 2339, '0805-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(302985, 2338, '1969-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(302986, 2339, '0805-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(302987, 2338, '1969-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(302988, 2339, '0806-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(302989, 2338, '1969-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(302990, 2339, '0806-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(302991, 2338, '1970-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(302992, 2339, '0806-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(302993, 2338, '1970-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(302994, 2339, '0806-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(302995, 2338, '1970-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(302996, 2339, '0806-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(302997, 2338, '1970-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(302998, 2339, '0806-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(302999, 2338, '1970-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(303000, 2339, '0806-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(303001, 2338, '1970-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(303002, 2339, '0806-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(303003, 2338, '1970-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(303004, 2339, '0806-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(303005, 2338, '1970-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(303006, 2339, '0806-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(303007, 2338, '1970-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(303008, 2339, '0806-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(303009, 2338, '1970-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(303010, 2339, '0806-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(303011, 2338, '1970-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(303012, 2339, '0807-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(303013, 2338, '1970-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(303014, 2339, '0807-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(303015, 2338, '1971-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(303016, 2339, '0807-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(303017, 2338, '1971-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(303018, 2339, '0807-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(303019, 2338, '1971-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(303020, 2339, '0807-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(303021, 2338, '1971-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(303022, 2339, '0807-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(303023, 2338, '1971-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(303024, 2339, '0807-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(303025, 2338, '1971-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(303026, 2339, '0807-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(303027, 2338, '1971-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(303028, 2339, '0807-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(303029, 2338, '1971-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(303030, 2339, '0807-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(303031, 2338, '1971-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(303032, 2339, '0807-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(303033, 2338, '1971-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(303034, 2339, '0807-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(303035, 2338, '1971-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(303036, 2339, '0808-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(303037, 2338, '1971-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(303038, 2339, '0808-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(303039, 2338, '1972-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(303040, 2339, '0808-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(303041, 2338, '1972-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(303042, 2339, '0808-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(303043, 2338, '1972-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(303044, 2339, '0808-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(303045, 2338, '1972-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(303046, 2339, '0808-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(303047, 2338, '1972-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(303048, 2339, '0808-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(303049, 2338, '1972-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(303050, 2339, '0808-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(303051, 2338, '1972-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(303052, 2339, '0808-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(303053, 2338, '1972-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(303054, 2339, '0808-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(303055, 2338, '1972-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(303056, 2339, '0808-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(303057, 2338, '1972-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(303058, 2339, '0808-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(303059, 2338, '1972-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(303060, 2339, '0809-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(303061, 2338, '1972-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(303062, 2339, '0809-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(303063, 2338, '1973-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(303064, 2339, '0809-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(303065, 2338, '1973-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(303066, 2339, '0809-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(303067, 2338, '1973-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(303068, 2339, '0809-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(303069, 2338, '1973-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(303070, 2339, '0809-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(303071, 2338, '1973-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(303072, 2339, '0809-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(303073, 2338, '1973-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(303074, 2339, '0809-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(303075, 2338, '1973-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(303076, 2339, '0809-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(303077, 2338, '1973-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(303078, 2339, '0809-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(303079, 2338, '1973-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(303080, 2339, '0809-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(303081, 2338, '1973-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(303082, 2339, '0809-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(303083, 2338, '1973-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(303084, 2339, '0810-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(303085, 2338, '1973-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(303086, 2339, '0810-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(303087, 2338, '1974-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(303088, 2339, '0810-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(303089, 2338, '1974-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(303090, 2339, '0810-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(303091, 2338, '1974-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(303092, 2339, '0810-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(303093, 2338, '1974-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(303094, 2339, '0810-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(303095, 2338, '1974-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(303096, 2339, '0810-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(303097, 2338, '1974-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(303098, 2339, '0810-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(303099, 2338, '1974-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(303100, 2339, '0810-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(303101, 2338, '1974-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(303102, 2339, '0810-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(303103, 2338, '1974-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(303104, 2339, '0810-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(303105, 2338, '1974-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(303106, 2339, '0810-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(303107, 2338, '1974-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(303108, 2339, '0811-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(303109, 2338, '1974-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(303110, 2339, '0811-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(303111, 2338, '1975-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(303112, 2339, '0811-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(303113, 2338, '1975-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(303114, 2339, '0811-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(303115, 2338, '1975-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(303116, 2339, '0811-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(303117, 2338, '1975-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(303118, 2339, '0811-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(303119, 2338, '1975-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(303120, 2339, '0811-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(303121, 2338, '1975-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(303122, 2339, '0811-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(303123, 2338, '1975-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(303124, 2339, '0811-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(303125, 2338, '1975-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(303126, 2339, '0811-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(303127, 2338, '1975-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(303128, 2339, '0811-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(303129, 2338, '1975-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(303130, 2339, '0811-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(303131, 2338, '1975-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(303132, 2339, '0812-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(303133, 2338, '1975-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(303134, 2339, '0812-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(303135, 2338, '1976-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(303136, 2339, '0812-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(303137, 2338, '1976-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(303138, 2339, '0812-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(303139, 2338, '1976-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(303140, 2339, '0812-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(303141, 2338, '1976-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(303142, 2339, '0812-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(303143, 2338, '1976-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(303144, 2339, '0812-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(303145, 2338, '1976-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(303146, 2339, '0812-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(303147, 2338, '1976-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(303148, 2339, '0812-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(303149, 2338, '1976-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(303150, 2339, '0812-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(303151, 2338, '1976-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(303152, 2339, '0812-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(303153, 2338, '1976-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(303154, 2339, '0812-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(303155, 2338, '1976-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(303156, 2339, '0813-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(303157, 2338, '1976-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(303158, 2339, '0813-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(303159, 2338, '1977-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(303160, 2339, '0813-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(303161, 2338, '1977-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(303162, 2339, '0813-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:38', '2023-10-31 16:07:38'),
(303163, 2338, '1977-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303164, 2339, '0813-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303165, 2338, '1977-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303166, 2339, '0813-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303167, 2338, '1977-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303168, 2339, '0813-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303169, 2338, '1977-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303170, 2339, '0813-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303171, 2338, '1977-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303172, 2339, '0813-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303173, 2338, '1977-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303174, 2339, '0813-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303175, 2338, '1977-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303176, 2339, '0813-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303177, 2338, '1977-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303178, 2338, '1977-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303179, 2339, '0813-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303180, 2338, '1977-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303181, 2339, '0814-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303182, 2338, '1978-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303183, 2339, '0814-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303184, 2338, '1978-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303185, 2339, '0814-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303186, 2338, '1978-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303187, 2339, '0814-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303188, 2338, '1978-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303189, 2339, '0814-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303190, 2338, '1978-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303191, 2339, '0814-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303192, 2338, '1978-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303193, 2339, '0814-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303194, 2338, '1978-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303195, 2339, '0814-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303196, 2338, '1978-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303197, 2339, '0814-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303198, 2338, '1978-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303199, 2339, '0814-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303200, 2338, '1978-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303201, 2339, '0814-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303202, 2338, '1978-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303203, 2339, '0814-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303204, 2338, '1978-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303205, 2339, '0815-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303206, 2338, '1979-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303207, 2339, '0815-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303208, 2338, '1979-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303209, 2339, '0815-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303210, 2338, '1979-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303211, 2339, '0815-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303212, 2338, '1979-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303213, 2339, '0815-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303214, 2338, '1979-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303215, 2339, '0815-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303216, 2338, '1979-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303217, 2339, '0815-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303218, 2338, '1979-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303219, 2339, '0815-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303220, 2338, '1979-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303221, 2339, '0815-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303222, 2338, '1979-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303223, 2339, '0815-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303224, 2338, '1979-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303225, 2339, '0815-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303226, 2338, '1979-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303227, 2339, '0815-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303228, 2338, '1979-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303229, 2339, '0816-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303230, 2338, '1980-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303231, 2339, '0816-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303232, 2338, '1980-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303233, 2339, '0816-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303234, 2338, '1980-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303235, 2339, '0816-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303236, 2338, '1980-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303237, 2339, '0816-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303238, 2338, '1980-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303239, 2339, '0816-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303240, 2338, '1980-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303241, 2339, '0816-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303242, 2338, '1980-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303243, 2339, '0816-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303244, 2338, '1980-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303245, 2339, '0816-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303246, 2338, '1980-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303247, 2339, '0816-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303248, 2338, '1980-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303249, 2339, '0816-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303250, 2338, '1980-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303251, 2339, '0816-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303252, 2338, '1980-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303253, 2339, '0817-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303254, 2338, '1981-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303255, 2339, '0817-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303256, 2338, '1981-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303257, 2339, '0817-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303258, 2338, '1981-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303259, 2339, '0817-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303260, 2338, '1981-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303261, 2339, '0817-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303262, 2338, '1981-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303263, 2339, '0817-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303264, 2338, '1981-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303265, 2339, '0817-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303266, 2338, '1981-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303267, 2339, '0817-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303268, 2338, '1981-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303269, 2339, '0817-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303270, 2338, '1981-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303271, 2339, '0817-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303272, 2338, '1981-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303273, 2339, '0817-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303274, 2338, '1981-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303275, 2339, '0817-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303276, 2338, '1981-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303277, 2339, '0818-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303278, 2338, '1982-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303279, 2339, '0818-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303280, 2338, '1982-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303281, 2339, '0818-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303282, 2338, '1982-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303283, 2339, '0818-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303284, 2338, '1982-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303285, 2339, '0818-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303286, 2338, '1982-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303287, 2339, '0818-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303288, 2338, '1982-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303289, 2339, '0818-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303290, 2338, '1982-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303291, 2339, '0818-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303292, 2338, '1982-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303293, 2339, '0818-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303294, 2338, '1982-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303295, 2339, '0818-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303296, 2338, '1982-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303297, 2339, '0818-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303298, 2338, '1982-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303299, 2339, '0818-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303300, 2338, '1982-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303301, 2339, '0819-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303302, 2338, '1983-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303303, 2339, '0819-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303304, 2338, '1983-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303305, 2339, '0819-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303306, 2338, '1983-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303307, 2339, '0819-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303308, 2338, '1983-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303309, 2339, '0819-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303310, 2338, '1983-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303311, 2339, '0819-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303312, 2338, '1983-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303313, 2339, '0819-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303314, 2338, '1983-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303315, 2339, '0819-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303316, 2338, '1983-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303317, 2339, '0819-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303318, 2338, '1983-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303319, 2339, '0819-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303320, 2338, '1983-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303321, 2339, '0819-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303322, 2338, '1983-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303323, 2339, '0819-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303324, 2338, '1983-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303325, 2339, '0820-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303326, 2338, '1984-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303327, 2339, '0820-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303328, 2338, '1984-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303329, 2339, '0820-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303330, 2338, '1984-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303331, 2339, '0820-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303332, 2338, '1984-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303333, 2339, '0820-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303334, 2338, '1984-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303335, 2339, '0820-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303336, 2338, '1984-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303337, 2339, '0820-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303338, 2338, '1984-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303339, 2339, '0820-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303340, 2338, '1984-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303341, 2339, '0820-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303342, 2338, '1984-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303343, 2339, '0820-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303344, 2338, '1984-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303345, 2339, '0820-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303346, 2338, '1984-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303347, 2339, '0820-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303348, 2338, '1984-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303349, 2339, '0821-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303350, 2338, '1985-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303351, 2339, '0821-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303352, 2338, '1985-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303353, 2339, '0821-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303354, 2338, '1985-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303355, 2339, '0821-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303356, 2338, '1985-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303357, 2339, '0821-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303358, 2338, '1985-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303359, 2339, '0821-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303360, 2338, '1985-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303361, 2339, '0821-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303362, 2338, '1985-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303363, 2339, '0821-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303364, 2338, '1985-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303365, 2339, '0821-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303366, 2338, '1985-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303367, 2339, '0821-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303368, 2338, '1985-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303369, 2339, '0821-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303370, 2338, '1985-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303371, 2339, '0821-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303372, 2338, '1985-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(303373, 2339, '0822-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303374, 2338, '1986-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303375, 2339, '0822-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303376, 2338, '1986-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303377, 2339, '0822-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303378, 2338, '1986-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303379, 2339, '0822-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303380, 2338, '1986-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303381, 2339, '0822-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303382, 2338, '1986-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303383, 2339, '0822-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303384, 2338, '1986-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303385, 2339, '0822-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303386, 2338, '1986-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303387, 2339, '0822-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303388, 2338, '1986-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303389, 2339, '0822-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303390, 2338, '1986-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303391, 2339, '0822-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303392, 2338, '1986-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303393, 2339, '0822-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303394, 2338, '1986-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303395, 2339, '0822-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303396, 2338, '1986-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303397, 2339, '0823-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303398, 2338, '1987-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303399, 2339, '0823-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303400, 2338, '1987-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303401, 2339, '0823-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303402, 2338, '1987-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303403, 2339, '0823-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303404, 2338, '1987-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303405, 2339, '0823-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303406, 2338, '1987-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303407, 2339, '0823-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303408, 2338, '1987-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303409, 2339, '0823-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303410, 2338, '1987-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303411, 2339, '0823-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303412, 2338, '1987-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303413, 2339, '0823-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303414, 2338, '1987-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303415, 2339, '0823-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303416, 2338, '1987-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303417, 2339, '0823-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303418, 2338, '1987-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303419, 2339, '0823-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303420, 2338, '1987-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303421, 2339, '0824-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303422, 2338, '1988-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303423, 2339, '0824-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303424, 2338, '1988-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303425, 2339, '0824-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303426, 2338, '1988-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303427, 2339, '0824-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303428, 2338, '1988-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303429, 2339, '0824-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303430, 2338, '1988-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303431, 2339, '0824-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303432, 2338, '1988-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303433, 2339, '0824-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303434, 2338, '1988-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303435, 2339, '0824-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303436, 2338, '1988-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303437, 2339, '0824-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303438, 2338, '1988-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303439, 2339, '0824-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303440, 2338, '1988-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303441, 2339, '0824-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303442, 2338, '1988-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303443, 2339, '0824-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303444, 2338, '1988-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303445, 2339, '0825-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:39', '2023-10-31 16:07:39'),
(303446, 2338, '1989-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303447, 2339, '0825-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303448, 2338, '1989-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303449, 2339, '0825-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303450, 2338, '1989-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303451, 2339, '0825-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303452, 2338, '1989-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303453, 2339, '0825-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303454, 2338, '1989-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303455, 2339, '0825-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303456, 2338, '1989-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303457, 2339, '0825-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303458, 2338, '1989-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303459, 2339, '0825-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303460, 2338, '1989-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303461, 2339, '0825-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303462, 2338, '1989-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303463, 2339, '0825-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303464, 2338, '1989-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303465, 2339, '0825-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303466, 2338, '1989-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303467, 2339, '0825-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303468, 2338, '1989-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303469, 2339, '0826-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303470, 2338, '1990-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303471, 2339, '0826-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303472, 2338, '1990-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303473, 2339, '0826-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303474, 2338, '1990-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303475, 2339, '0826-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303476, 2338, '1990-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303477, 2339, '0826-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303478, 2338, '1990-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303479, 2339, '0826-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303480, 2338, '1990-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303481, 2339, '0826-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303482, 2338, '1990-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303483, 2339, '0826-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303484, 2338, '1990-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303485, 2339, '0826-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303486, 2338, '1990-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303487, 2339, '0826-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303488, 2338, '1990-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303489, 2339, '0826-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303490, 2338, '1990-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303491, 2339, '0826-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303492, 2338, '1990-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303493, 2339, '0827-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303494, 2338, '1991-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303495, 2339, '0827-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303496, 2338, '1991-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303497, 2339, '0827-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303498, 2338, '1991-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303499, 2339, '0827-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303500, 2338, '1991-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303501, 2339, '0827-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303502, 2338, '1991-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303503, 2339, '0827-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303504, 2338, '1991-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303505, 2339, '0827-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303506, 2338, '1991-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303507, 2339, '0827-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303508, 2338, '1991-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303509, 2339, '0827-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303510, 2338, '1991-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303511, 2339, '0827-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303512, 2338, '1991-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303513, 2339, '0827-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303514, 2338, '1991-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303515, 2339, '0827-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303516, 2338, '1991-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303517, 2339, '0828-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303518, 2338, '1992-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303519, 2339, '0828-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303520, 2338, '1992-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303521, 2339, '0828-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303522, 2338, '1992-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303523, 2339, '0828-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303524, 2338, '1992-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303525, 2339, '0828-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303526, 2338, '1992-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303527, 2339, '0828-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303528, 2338, '1992-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303529, 2339, '0828-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303530, 2338, '1992-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303531, 2339, '0828-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303532, 2338, '1992-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303533, 2339, '0828-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303534, 2338, '1992-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303535, 2339, '0828-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303536, 2338, '1992-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303537, 2339, '0828-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303538, 2338, '1992-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303539, 2339, '0828-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303540, 2338, '1992-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303541, 2339, '0829-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303542, 2338, '1993-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303543, 2339, '0829-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303544, 2338, '1993-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303545, 2339, '0829-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303546, 2338, '1993-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303547, 2339, '0829-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303548, 2338, '1993-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303549, 2339, '0829-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303550, 2338, '1993-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303551, 2339, '0829-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303552, 2338, '1993-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303553, 2339, '0829-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303554, 2338, '1993-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303555, 2339, '0829-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303556, 2338, '1993-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303557, 2339, '0829-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303558, 2338, '1993-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303559, 2339, '0829-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303560, 2338, '1993-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303561, 2339, '0829-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303562, 2338, '1993-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303563, 2339, '0829-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303564, 2338, '1993-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303565, 2339, '0830-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303566, 2338, '1994-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303567, 2339, '0830-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303568, 2338, '1994-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303569, 2339, '0830-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303570, 2338, '1994-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303571, 2339, '0830-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303572, 2338, '1994-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303573, 2339, '0830-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303574, 2338, '1994-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303575, 2339, '0830-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303576, 2338, '1994-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303577, 2339, '0830-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303578, 2338, '1994-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303579, 2339, '0830-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303580, 2338, '1994-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303581, 2339, '0830-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303582, 2338, '1994-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303583, 2339, '0830-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303584, 2338, '1994-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303585, 2339, '0830-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303586, 2338, '1994-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303587, 2339, '0830-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303588, 2338, '1994-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303589, 2339, '0831-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303590, 2338, '1995-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303591, 2339, '0831-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303592, 2338, '1995-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303593, 2339, '0831-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303594, 2338, '1995-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303595, 2339, '0831-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303596, 2338, '1995-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303597, 2339, '0831-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303598, 2338, '1995-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303599, 2339, '0831-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303600, 2338, '1995-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303601, 2339, '0831-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303602, 2338, '1995-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303603, 2339, '0831-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303604, 2338, '1995-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303605, 2339, '0831-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303606, 2338, '1995-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303607, 2339, '0831-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303608, 2338, '1995-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303609, 2339, '0831-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303610, 2338, '1995-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303611, 2339, '0831-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303612, 2338, '1995-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303613, 2339, '0832-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303614, 2338, '1996-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303615, 2339, '0832-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303616, 2338, '1996-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303617, 2339, '0832-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303618, 2338, '1996-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303619, 2339, '0832-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303620, 2338, '1996-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303621, 2339, '0832-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303622, 2338, '1996-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303623, 2339, '0832-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303624, 2338, '1996-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303625, 2339, '0832-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303626, 2338, '1996-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303627, 2339, '0832-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303628, 2338, '1996-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303629, 2339, '0832-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303630, 2338, '1996-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303631, 2339, '0832-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303632, 2338, '1996-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303633, 2339, '0832-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303634, 2338, '1996-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303635, 2339, '0832-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303636, 2338, '1996-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303637, 2339, '0833-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303638, 2338, '1997-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303639, 2339, '0833-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303640, 2338, '1997-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303641, 2339, '0833-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303642, 2338, '1997-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303643, 2339, '0833-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303644, 2338, '1997-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303645, 2339, '0833-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303646, 2338, '1997-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303647, 2339, '0833-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303648, 2338, '1997-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303649, 2339, '0833-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303650, 2338, '1997-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303651, 2339, '0833-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303652, 2338, '1997-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303653, 2339, '0833-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303654, 2338, '1997-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303655, 2339, '0833-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303656, 2338, '1997-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303657, 2339, '0833-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303658, 2338, '1997-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303659, 2339, '0833-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303660, 2338, '1997-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303661, 2339, '0834-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303662, 2338, '1998-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303663, 2339, '0834-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303664, 2338, '1998-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303665, 2339, '0834-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303666, 2338, '1998-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303667, 2339, '0834-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303668, 2338, '1998-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303669, 2339, '0834-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303670, 2338, '1998-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303671, 2339, '0834-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303672, 2338, '1998-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303673, 2339, '0834-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303674, 2338, '1998-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303675, 2339, '0834-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303676, 2338, '1998-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303677, 2339, '0834-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303678, 2338, '1998-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303679, 2339, '0834-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303680, 2338, '1998-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303681, 2339, '0834-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303682, 2338, '1998-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303683, 2339, '0834-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303684, 2338, '1998-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303685, 2339, '0835-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303686, 2338, '1999-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303687, 2339, '0835-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303688, 2338, '1999-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303689, 2339, '0835-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303690, 2338, '1999-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303691, 2339, '0835-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303692, 2338, '1999-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303693, 2339, '0835-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303694, 2338, '1999-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303695, 2339, '0835-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303696, 2338, '1999-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303697, 2339, '0835-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303698, 2338, '1999-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303699, 2339, '0835-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303700, 2338, '1999-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303701, 2339, '0835-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303702, 2338, '1999-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303703, 2339, '0835-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303704, 2338, '1999-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303705, 2339, '0835-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303706, 2338, '1999-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303707, 2339, '0835-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303708, 2338, '1999-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303709, 2339, '0836-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303710, 2338, '2000-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303711, 2339, '0836-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303712, 2338, '2000-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303713, 2339, '0836-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303714, 2338, '2000-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303715, 2339, '0836-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303716, 2338, '2000-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303717, 2339, '0836-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303718, 2338, '2000-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303719, 2339, '0836-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303720, 2338, '2000-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303721, 2339, '0836-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303722, 2338, '2000-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303723, 2339, '0836-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303724, 2338, '2000-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303725, 2339, '0836-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303726, 2338, '2000-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303727, 2339, '0836-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303728, 2338, '2000-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303729, 2339, '0836-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303730, 2338, '2000-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303731, 2339, '0836-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303732, 2338, '2000-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303733, 2339, '0837-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303734, 2338, '2001-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303735, 2339, '0837-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303736, 2338, '2001-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303737, 2339, '0837-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:40', '2023-10-31 16:07:40'),
(303738, 2338, '2001-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303739, 2339, '0837-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303740, 2338, '2001-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303741, 2339, '0837-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303742, 2338, '2001-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303743, 2339, '0837-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303744, 2338, '2001-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303745, 2339, '0837-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303746, 2338, '2001-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303747, 2339, '0837-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303748, 2338, '2001-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303749, 2339, '0837-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303750, 2338, '2001-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303751, 2339, '0837-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303752, 2338, '2001-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303753, 2339, '0837-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303754, 2338, '2001-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303755, 2339, '0837-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303756, 2338, '2001-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303757, 2339, '0838-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303758, 2338, '2002-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303759, 2339, '0838-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303760, 2338, '2002-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303761, 2339, '0838-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303762, 2338, '2002-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303763, 2339, '0838-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303764, 2338, '2002-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303765, 2339, '0838-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303766, 2338, '2002-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303767, 2339, '0838-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303768, 2338, '2002-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303769, 2339, '0838-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303770, 2338, '2002-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303771, 2339, '0838-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303772, 2338, '2002-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303773, 2339, '0838-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303774, 2338, '2002-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303775, 2339, '0838-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303776, 2338, '2002-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303777, 2339, '0838-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303778, 2338, '2002-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303779, 2339, '0838-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303780, 2338, '2002-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303781, 2339, '0839-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303782, 2338, '2003-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303783, 2339, '0839-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303784, 2338, '2003-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303785, 2339, '0839-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303786, 2338, '2003-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303787, 2339, '0839-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303788, 2338, '2003-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303789, 2339, '0839-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303790, 2338, '2003-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303791, 2339, '0839-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303792, 2338, '2003-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303793, 2339, '0839-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303794, 2338, '2003-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303795, 2339, '0839-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303796, 2338, '2003-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303797, 2339, '0839-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303798, 2338, '2003-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303799, 2339, '0839-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303800, 2338, '2003-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303801, 2339, '0839-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303802, 2338, '2003-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303803, 2339, '0839-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303804, 2338, '2003-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303805, 2339, '0840-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303806, 2338, '2004-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303807, 2339, '0840-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303808, 2338, '2004-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303809, 2339, '0840-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303810, 2338, '2004-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303811, 2339, '0840-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303812, 2338, '2004-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303813, 2339, '0840-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303814, 2338, '2004-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303815, 2339, '0840-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303816, 2338, '2004-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303817, 2339, '0840-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303818, 2338, '2004-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303819, 2339, '0840-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303820, 2338, '2004-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303821, 2339, '0840-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303822, 2338, '2004-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303823, 2339, '0840-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303824, 2338, '2004-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303825, 2339, '0840-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303826, 2338, '2004-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303827, 2339, '0840-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303828, 2338, '2004-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303829, 2339, '0841-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303830, 2338, '2005-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303831, 2339, '0841-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303832, 2338, '2005-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303833, 2339, '0841-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303834, 2338, '2005-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303835, 2339, '0841-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303836, 2338, '2005-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303837, 2339, '0841-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(303838, 2338, '2005-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303839, 2339, '0841-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303840, 2338, '2005-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303841, 2339, '0841-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303842, 2338, '2005-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303843, 2339, '0841-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303844, 2338, '2005-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303845, 2339, '0841-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303846, 2338, '2005-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303847, 2339, '0841-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303848, 2338, '2005-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303849, 2339, '0841-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303850, 2338, '2005-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303851, 2339, '0841-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303852, 2338, '2005-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303853, 2339, '0842-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303854, 2338, '2006-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303855, 2339, '0842-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303856, 2338, '2006-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303857, 2339, '0842-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303858, 2338, '2006-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303859, 2339, '0842-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303860, 2338, '2006-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303861, 2339, '0842-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303862, 2338, '2006-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303863, 2339, '0842-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303864, 2338, '2006-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303865, 2339, '0842-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303866, 2338, '2006-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303867, 2339, '0842-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303868, 2338, '2006-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303869, 2339, '0842-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303870, 2338, '2006-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303871, 2339, '0842-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303872, 2338, '2006-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303873, 2339, '0842-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303874, 2338, '2006-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303875, 2339, '0842-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303876, 2338, '2006-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303877, 2339, '0843-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303878, 2338, '2007-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303879, 2339, '0843-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303880, 2338, '2007-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303881, 2339, '0843-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303882, 2338, '2007-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303883, 2339, '0843-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303884, 2338, '2007-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303885, 2339, '0843-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303886, 2338, '2007-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303887, 2339, '0843-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303888, 2338, '2007-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303889, 2339, '0843-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303890, 2338, '2007-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303891, 2339, '0843-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303892, 2338, '2007-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303893, 2339, '0843-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303894, 2338, '2007-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303895, 2339, '0843-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303896, 2338, '2007-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303897, 2339, '0843-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303898, 2338, '2007-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303899, 2339, '0843-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303900, 2338, '2007-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303901, 2339, '0844-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303902, 2338, '2008-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303903, 2339, '0844-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303904, 2338, '2008-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303905, 2339, '0844-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303906, 2338, '2008-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303907, 2339, '0844-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303908, 2338, '2008-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303909, 2339, '0844-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303910, 2338, '2008-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303911, 2339, '0844-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303912, 2338, '2008-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303913, 2339, '0844-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303914, 2338, '2008-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303915, 2339, '0844-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303916, 2338, '2008-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303917, 2339, '0844-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303918, 2338, '2008-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303919, 2339, '0844-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303920, 2338, '2008-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303921, 2339, '0844-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303922, 2338, '2008-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303923, 2339, '0844-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303924, 2338, '2008-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303925, 2339, '0845-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303926, 2338, '2009-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303927, 2339, '0845-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303928, 2338, '2009-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303929, 2339, '0845-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303930, 2338, '2009-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303931, 2339, '0845-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303932, 2338, '2009-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303933, 2339, '0845-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303934, 2338, '2009-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303935, 2339, '0845-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303936, 2338, '2009-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303937, 2339, '0845-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303938, 2338, '2009-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303939, 2339, '0845-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303940, 2338, '2009-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303941, 2339, '0845-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303942, 2338, '2009-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303943, 2339, '0845-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303944, 2338, '2009-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303945, 2339, '0845-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303946, 2338, '2009-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303947, 2339, '0845-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303948, 2338, '2009-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303949, 2339, '0846-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303950, 2338, '2010-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303951, 2339, '0846-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303952, 2338, '2010-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303953, 2339, '0846-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303954, 2338, '2010-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303955, 2339, '0846-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303956, 2338, '2010-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303957, 2339, '0846-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303958, 2338, '2010-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303959, 2339, '0846-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303960, 2338, '2010-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303961, 2339, '0846-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303962, 2338, '2010-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303963, 2339, '0846-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303964, 2338, '2010-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303965, 2339, '0846-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303966, 2338, '2010-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303967, 2339, '0846-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303968, 2338, '2010-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303969, 2339, '0846-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303970, 2338, '2010-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303971, 2339, '0846-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303972, 2338, '2010-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303973, 2339, '0847-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303974, 2338, '2011-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303975, 2339, '0847-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303976, 2338, '2011-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303977, 2339, '0847-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303978, 2338, '2011-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303979, 2339, '0847-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303980, 2338, '2011-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303981, 2339, '0847-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303982, 2338, '2011-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303983, 2339, '0847-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303984, 2338, '2011-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303985, 2339, '0847-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303986, 2338, '2011-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303987, 2339, '0847-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303988, 2338, '2011-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303989, 2339, '0847-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303990, 2338, '2011-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303991, 2339, '0847-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303992, 2338, '2011-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303993, 2339, '0847-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303994, 2338, '2011-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303995, 2339, '0847-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303996, 2338, '2011-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303997, 2339, '0848-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:41', '2023-10-31 16:07:41'),
(303998, 2338, '2012-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(303999, 2339, '0848-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304000, 2338, '2012-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304001, 2339, '0848-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304002, 2338, '2012-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304003, 2339, '0848-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304004, 2338, '2012-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304005, 2339, '0848-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304006, 2338, '2012-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304007, 2339, '0848-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304008, 2338, '2012-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304009, 2339, '0848-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304010, 2338, '2012-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304011, 2339, '0848-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304012, 2338, '2012-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304013, 2339, '0848-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304014, 2338, '2012-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304015, 2339, '0848-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304016, 2338, '2012-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304017, 2339, '0848-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304018, 2338, '2012-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304019, 2339, '0848-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304020, 2338, '2012-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304021, 2339, '0849-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304022, 2338, '2013-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304023, 2339, '0849-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304024, 2338, '2013-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304025, 2339, '0849-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304026, 2338, '2013-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304027, 2339, '0849-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304028, 2338, '2013-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304029, 2339, '0849-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304030, 2338, '2013-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304031, 2339, '0849-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304032, 2338, '2013-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304033, 2339, '0849-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304034, 2338, '2013-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304035, 2339, '0849-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304036, 2338, '2013-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304037, 2339, '0849-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304038, 2338, '2013-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304039, 2339, '0849-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304040, 2338, '2013-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304041, 2339, '0849-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304042, 2338, '2013-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304043, 2339, '0849-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304044, 2338, '2013-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304045, 2339, '0850-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304046, 2338, '2014-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304047, 2339, '0850-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304048, 2338, '2014-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304049, 2339, '0850-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304050, 2338, '2014-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304051, 2339, '0850-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304052, 2338, '2014-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304053, 2339, '0850-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304054, 2338, '2014-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304055, 2339, '0850-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304056, 2338, '2014-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304057, 2339, '0850-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304058, 2338, '2014-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304059, 2339, '0850-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304060, 2338, '2014-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304061, 2339, '0850-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304062, 2338, '2014-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304063, 2339, '0850-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304064, 2338, '2014-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304065, 2339, '0850-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304066, 2338, '2014-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304067, 2339, '0850-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304068, 2338, '2014-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304069, 2339, '0851-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304070, 2338, '2015-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304071, 2339, '0851-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304072, 2338, '2015-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304073, 2339, '0851-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304074, 2338, '2015-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304075, 2339, '0851-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304076, 2338, '2015-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304077, 2339, '0851-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304078, 2338, '2015-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304079, 2339, '0851-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304080, 2338, '2015-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304081, 2339, '0851-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304082, 2338, '2015-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304083, 2339, '0851-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304084, 2338, '2015-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304085, 2339, '0851-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304086, 2338, '2015-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304087, 2339, '0851-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304088, 2338, '2015-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304089, 2339, '0851-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304090, 2338, '2015-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304091, 2339, '0851-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304092, 2338, '2015-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304093, 2339, '0852-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304094, 2338, '2016-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304095, 2339, '0852-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304096, 2338, '2016-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304097, 2339, '0852-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304098, 2338, '2016-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304099, 2339, '0852-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304100, 2338, '2016-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304101, 2339, '0852-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304102, 2338, '2016-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304103, 2339, '0852-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304104, 2338, '2016-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304105, 2339, '0852-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304106, 2338, '2016-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304107, 2339, '0852-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304108, 2338, '2016-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304109, 2339, '0852-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304110, 2338, '2016-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304111, 2339, '0852-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304112, 2338, '2016-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304113, 2339, '0852-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304114, 2338, '2016-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304115, 2339, '0852-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304116, 2338, '2016-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304117, 2339, '0853-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304118, 2338, '2017-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304119, 2339, '0853-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304120, 2338, '2017-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304121, 2339, '0853-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304122, 2338, '2017-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304123, 2339, '0853-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304124, 2338, '2017-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304125, 2339, '0853-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304126, 2338, '2017-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304127, 2339, '0853-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304128, 2338, '2017-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304129, 2339, '0853-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304130, 2338, '2017-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304131, 2339, '0853-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304132, 2338, '2017-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304133, 2339, '0853-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304134, 2338, '2017-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304135, 2339, '0853-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304136, 2338, '2017-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304137, 2339, '0853-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304138, 2338, '2017-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304139, 2339, '0853-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304140, 2338, '2017-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304141, 2339, '0854-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304142, 2338, '2018-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304143, 2339, '0854-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304144, 2338, '2018-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304145, 2339, '0854-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304146, 2338, '2018-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304147, 2339, '0854-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304148, 2338, '2018-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304149, 2339, '0854-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304150, 2338, '2018-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304151, 2339, '0854-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304152, 2338, '2018-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304153, 2339, '0854-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304154, 2338, '2018-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304155, 2339, '0854-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304156, 2338, '2018-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304157, 2339, '0854-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304158, 2338, '2018-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304159, 2339, '0854-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304160, 2338, '2018-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304161, 2339, '0854-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304162, 2338, '2018-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304163, 2339, '0854-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304164, 2338, '2018-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304165, 2339, '0855-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304166, 2338, '2019-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304167, 2339, '0855-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304168, 2338, '2019-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304169, 2339, '0855-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304170, 2338, '2019-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304171, 2339, '0855-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304172, 2338, '2019-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304173, 2339, '0855-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304174, 2338, '2019-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304175, 2339, '0855-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304176, 2338, '2019-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304177, 2339, '0855-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304178, 2338, '2019-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304179, 2339, '0855-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304180, 2338, '2019-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304181, 2339, '0855-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304182, 2338, '2019-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304183, 2339, '0855-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304184, 2338, '2019-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304185, 2339, '0855-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304186, 2338, '2019-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304187, 2339, '0855-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304188, 2338, '2019-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304189, 2339, '0856-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304190, 2338, '2020-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304191, 2339, '0856-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304192, 2338, '2020-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304193, 2339, '0856-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304194, 2338, '2020-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304195, 2339, '0856-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304196, 2338, '2020-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304197, 2339, '0856-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304198, 2338, '2020-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304199, 2339, '0856-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304200, 2338, '2020-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304201, 2339, '0856-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304202, 2338, '2020-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304203, 2339, '0856-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304204, 2338, '2020-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304205, 2339, '0856-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304206, 2338, '2020-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304207, 2339, '0856-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304208, 2338, '2020-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304209, 2339, '0856-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304210, 2338, '2020-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304211, 2339, '0856-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304212, 2338, '2020-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304213, 2339, '0857-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304214, 2338, '2021-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304215, 2339, '0857-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304216, 2338, '2021-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304217, 2339, '0857-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304218, 2338, '2021-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304219, 2339, '0857-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304220, 2338, '2021-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304221, 2339, '0857-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304222, 2338, '2021-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304223, 2339, '0857-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304224, 2338, '2021-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304225, 2339, '0857-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304226, 2338, '2021-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304227, 2339, '0857-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304228, 2338, '2021-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304229, 2339, '0857-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304230, 2338, '2021-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304231, 2339, '0857-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304232, 2338, '2021-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304233, 2339, '0857-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304234, 2338, '2021-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304235, 2339, '0857-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304236, 2338, '2021-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304237, 2339, '0858-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304238, 2338, '2022-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304239, 2339, '0858-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304240, 2338, '2022-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304241, 2339, '0858-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304242, 2338, '2022-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304243, 2339, '0858-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304244, 2338, '2022-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304245, 2339, '0858-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304246, 2338, '2022-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304247, 2339, '0858-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304248, 2338, '2022-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304249, 2339, '0858-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304250, 2338, '2022-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304251, 2339, '0858-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304252, 2338, '2022-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304253, 2339, '0858-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304254, 2338, '2022-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304255, 2339, '0858-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304256, 2338, '2022-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304257, 2339, '0858-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304258, 2338, '2022-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304259, 2339, '0858-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304260, 2338, '2022-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304261, 2339, '0859-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304262, 2338, '2023-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304263, 2339, '0859-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304264, 2338, '2023-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304265, 2339, '0859-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304266, 2338, '2023-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304267, 2339, '0859-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304268, 2338, '2023-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304269, 2339, '0859-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304270, 2338, '2023-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304271, 2339, '0859-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304272, 2338, '2023-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304273, 2339, '0859-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304274, 2338, '2023-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304275, 2339, '0859-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:42', '2023-10-31 16:07:42'),
(304276, 2338, '2023-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:43', '2023-10-31 16:07:43'),
(304277, 2339, '0859-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:43', '2023-10-31 16:07:43'),
(304278, 2338, '2023-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:43', '2023-10-31 16:07:43'),
(304279, 2339, '0859-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:43', '2023-10-31 16:07:43'),
(304280, 2338, '2023-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:43', '2023-10-31 16:07:43'),
(304281, 2339, '0859-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:43', '2023-10-31 16:07:43'),
(304282, 2338, '2023-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:43', '2023-10-31 16:07:43'),
(304283, 2339, '0859-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:43', '2023-10-31 16:07:43'),
(304284, 2339, '0860-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:43', '2023-10-31 16:07:43'),
(304285, 2339, '0860-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:43', '2023-10-31 16:07:43'),
(304286, 2339, '0860-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:43', '2023-10-31 16:07:43'),
(304287, 2339, '0860-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:43', '2023-10-31 16:07:43'),
(304288, 2339, '0860-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:43', '2023-10-31 16:07:43'),
(304289, 2339, '0860-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:43', '2023-10-31 16:07:43'),
(304290, 2339, '0860-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:43', '2023-10-31 16:07:43'),
(304291, 2339, '0860-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:43', '2023-10-31 16:07:43'),
(304292, 2339, '0860-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:43', '2023-10-31 16:07:43'),
(304293, 2339, '0860-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:43', '2023-10-31 16:07:43'),
(304294, 2339, '0860-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:43', '2023-10-31 16:07:43'),
(304295, 2339, '0860-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:43', '2023-10-31 16:07:43'),
(304296, 2339, '0861-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:43', '2023-10-31 16:07:43'),
(304297, 2339, '0861-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:43', '2023-10-31 16:07:43'),
(304298, 2339, '0861-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:43', '2023-10-31 16:07:43'),
(304299, 2339, '0861-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:43', '2023-10-31 16:07:43'),
(304300, 2339, '0861-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:43', '2023-10-31 16:07:43'),
(304301, 2339, '0861-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:43', '2023-10-31 16:07:43'),
(304302, 2339, '0861-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:43', '2023-10-31 16:07:43');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(304303, 2339, '0861-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:43', '2023-10-31 16:07:43'),
(304304, 2339, '0861-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:43', '2023-10-31 16:07:43'),
(304305, 2339, '0861-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:43', '2023-10-31 16:07:43'),
(304306, 2339, '0861-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:43', '2023-10-31 16:07:43'),
(304307, 2339, '0861-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:43', '2023-10-31 16:07:43'),
(304308, 2339, '0862-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:43', '2023-10-31 16:07:43'),
(304309, 2339, '0862-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:43', '2023-10-31 16:07:43'),
(304310, 2339, '0862-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:43', '2023-10-31 16:07:43'),
(304311, 2339, '0862-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:43', '2023-10-31 16:07:43'),
(304312, 2339, '0862-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:43', '2023-10-31 16:07:43'),
(304313, 2339, '0862-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:43', '2023-10-31 16:07:43'),
(304314, 2339, '0862-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:43', '2023-10-31 16:07:43'),
(304315, 2339, '0862-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:43', '2023-10-31 16:07:43'),
(304316, 2339, '0862-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:43', '2023-10-31 16:07:43'),
(304317, 2339, '0862-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:43', '2023-10-31 16:07:43'),
(304318, 2339, '0862-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:43', '2023-10-31 16:07:43'),
(304319, 2339, '0862-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:43', '2023-10-31 16:07:43'),
(304320, 2339, '0863-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:43', '2023-10-31 16:07:43'),
(304321, 2339, '0863-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:43', '2023-10-31 16:07:43'),
(304322, 2339, '0863-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:43', '2023-10-31 16:07:43'),
(304323, 2339, '0863-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:43', '2023-10-31 16:07:43'),
(304324, 2339, '0863-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:43', '2023-10-31 16:07:43'),
(304325, 2339, '0863-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:43', '2023-10-31 16:07:43'),
(304326, 2339, '0863-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:43', '2023-10-31 16:07:43'),
(304327, 2339, '0863-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:43', '2023-10-31 16:07:43'),
(304328, 2339, '0863-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:43', '2023-10-31 16:07:43'),
(304329, 2339, '0863-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:43', '2023-10-31 16:07:43'),
(304330, 2339, '0863-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:43', '2023-10-31 16:07:43'),
(304331, 2339, '0863-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:43', '2023-10-31 16:07:43'),
(304332, 2339, '0864-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:43', '2023-10-31 16:07:43'),
(304333, 2339, '0864-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:43', '2023-10-31 16:07:43'),
(304334, 2339, '0864-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:43', '2023-10-31 16:07:43'),
(304335, 2339, '0864-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:43', '2023-10-31 16:07:43'),
(304336, 2339, '0864-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:43', '2023-10-31 16:07:43'),
(304337, 2339, '0864-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:43', '2023-10-31 16:07:43'),
(304338, 2339, '0864-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:43', '2023-10-31 16:07:43'),
(304339, 2339, '0864-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:43', '2023-10-31 16:07:43'),
(304340, 2339, '0864-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:43', '2023-10-31 16:07:43'),
(304341, 2339, '0864-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:43', '2023-10-31 16:07:43'),
(304342, 2339, '0864-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:43', '2023-10-31 16:07:43'),
(304343, 2339, '0864-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:43', '2023-10-31 16:07:43'),
(304344, 2339, '0865-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:43', '2023-10-31 16:07:43'),
(304345, 2339, '0865-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:43', '2023-10-31 16:07:43'),
(304346, 2339, '0865-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:43', '2023-10-31 16:07:43'),
(304347, 2339, '0865-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:43', '2023-10-31 16:07:43'),
(304348, 2339, '0865-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:43', '2023-10-31 16:07:43'),
(304349, 2339, '0865-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:43', '2023-10-31 16:07:43'),
(304350, 2339, '0865-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:43', '2023-10-31 16:07:43'),
(304351, 2339, '0865-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:43', '2023-10-31 16:07:43'),
(304352, 2339, '0865-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:43', '2023-10-31 16:07:43'),
(304353, 2339, '0865-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:43', '2023-10-31 16:07:43'),
(304354, 2339, '0865-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:43', '2023-10-31 16:07:43'),
(304355, 2339, '0865-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:43', '2023-10-31 16:07:43'),
(304356, 2339, '0866-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:43', '2023-10-31 16:07:43'),
(304357, 2339, '0866-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:43', '2023-10-31 16:07:43'),
(304358, 2339, '0866-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:43', '2023-10-31 16:07:43'),
(304359, 2339, '0866-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:43', '2023-10-31 16:07:43'),
(304360, 2339, '0866-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:43', '2023-10-31 16:07:43'),
(304361, 2339, '0866-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:43', '2023-10-31 16:07:43'),
(304362, 2339, '0866-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:43', '2023-10-31 16:07:43'),
(304363, 2339, '0866-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:43', '2023-10-31 16:07:43'),
(304364, 2339, '0866-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:43', '2023-10-31 16:07:43'),
(304365, 2339, '0866-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:43', '2023-10-31 16:07:43'),
(304366, 2339, '0866-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:43', '2023-10-31 16:07:43'),
(304367, 2339, '0866-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:43', '2023-10-31 16:07:43'),
(304368, 2339, '0867-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:43', '2023-10-31 16:07:43'),
(304369, 2339, '0867-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:43', '2023-10-31 16:07:43'),
(304370, 2339, '0867-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:43', '2023-10-31 16:07:43'),
(304371, 2339, '0867-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:43', '2023-10-31 16:07:43'),
(304372, 2339, '0867-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:43', '2023-10-31 16:07:43'),
(304373, 2339, '0867-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:43', '2023-10-31 16:07:43'),
(304374, 2339, '0867-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:43', '2023-10-31 16:07:43'),
(304375, 2339, '0867-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:43', '2023-10-31 16:07:43'),
(304376, 2339, '0867-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:43', '2023-10-31 16:07:43'),
(304377, 2339, '0867-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:43', '2023-10-31 16:07:43'),
(304378, 2339, '0867-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:43', '2023-10-31 16:07:43'),
(304379, 2339, '0867-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:43', '2023-10-31 16:07:43'),
(304380, 2339, '0868-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:43', '2023-10-31 16:07:43'),
(304381, 2339, '0868-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:43', '2023-10-31 16:07:43'),
(304382, 2339, '0868-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:43', '2023-10-31 16:07:43'),
(304383, 2339, '0868-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:43', '2023-10-31 16:07:43'),
(304384, 2339, '0868-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:43', '2023-10-31 16:07:43'),
(304385, 2339, '0868-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:43', '2023-10-31 16:07:43'),
(304386, 2339, '0868-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:43', '2023-10-31 16:07:43'),
(304387, 2339, '0868-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:43', '2023-10-31 16:07:43'),
(304388, 2339, '0868-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:43', '2023-10-31 16:07:43'),
(304389, 2339, '0868-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:43', '2023-10-31 16:07:43'),
(304390, 2339, '0868-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:43', '2023-10-31 16:07:43'),
(304391, 2339, '0868-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:43', '2023-10-31 16:07:43'),
(304392, 2339, '0869-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:43', '2023-10-31 16:07:43'),
(304393, 2339, '0869-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:43', '2023-10-31 16:07:43'),
(304394, 2339, '0869-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:43', '2023-10-31 16:07:43'),
(304395, 2339, '0869-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:43', '2023-10-31 16:07:43'),
(304396, 2339, '0869-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:43', '2023-10-31 16:07:43'),
(304397, 2339, '0869-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:43', '2023-10-31 16:07:43'),
(304398, 2339, '0869-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:43', '2023-10-31 16:07:43'),
(304399, 2339, '0869-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:43', '2023-10-31 16:07:43'),
(304400, 2339, '0869-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:43', '2023-10-31 16:07:43'),
(304401, 2339, '0869-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:43', '2023-10-31 16:07:43'),
(304402, 2339, '0869-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:43', '2023-10-31 16:07:43'),
(304403, 2339, '0869-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:43', '2023-10-31 16:07:43'),
(304404, 2339, '0870-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:43', '2023-10-31 16:07:43'),
(304405, 2339, '0870-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:43', '2023-10-31 16:07:43'),
(304406, 2339, '0870-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:43', '2023-10-31 16:07:43'),
(304407, 2339, '0870-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:43', '2023-10-31 16:07:43'),
(304408, 2339, '0870-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:43', '2023-10-31 16:07:43'),
(304409, 2339, '0870-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:43', '2023-10-31 16:07:43'),
(304410, 2339, '0870-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:43', '2023-10-31 16:07:43'),
(304411, 2339, '0870-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:43', '2023-10-31 16:07:43'),
(304412, 2339, '0870-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:43', '2023-10-31 16:07:43'),
(304413, 2339, '0870-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:43', '2023-10-31 16:07:43'),
(304414, 2339, '0870-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:43', '2023-10-31 16:07:43'),
(304415, 2339, '0870-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:43', '2023-10-31 16:07:43'),
(304416, 2339, '0871-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:43', '2023-10-31 16:07:43'),
(304417, 2339, '0871-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:43', '2023-10-31 16:07:43'),
(304418, 2339, '0871-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:43', '2023-10-31 16:07:43'),
(304419, 2339, '0871-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:43', '2023-10-31 16:07:43'),
(304420, 2339, '0871-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:43', '2023-10-31 16:07:43'),
(304421, 2339, '0871-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:43', '2023-10-31 16:07:43'),
(304422, 2339, '0871-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:43', '2023-10-31 16:07:43'),
(304423, 2339, '0871-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:43', '2023-10-31 16:07:43'),
(304424, 2339, '0871-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:43', '2023-10-31 16:07:43'),
(304425, 2339, '0871-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:43', '2023-10-31 16:07:43'),
(304426, 2339, '0871-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:43', '2023-10-31 16:07:43'),
(304427, 2339, '0871-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:43', '2023-10-31 16:07:43'),
(304428, 2339, '0872-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:43', '2023-10-31 16:07:43'),
(304429, 2339, '0872-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:43', '2023-10-31 16:07:43'),
(304430, 2339, '0872-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:43', '2023-10-31 16:07:43'),
(304431, 2339, '0872-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:43', '2023-10-31 16:07:43'),
(304432, 2339, '0872-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:43', '2023-10-31 16:07:43'),
(304433, 2339, '0872-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:43', '2023-10-31 16:07:43'),
(304434, 2339, '0872-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:43', '2023-10-31 16:07:43'),
(304435, 2339, '0872-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:43', '2023-10-31 16:07:43'),
(304436, 2339, '0872-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:43', '2023-10-31 16:07:43'),
(304437, 2339, '0872-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:43', '2023-10-31 16:07:43'),
(304438, 2339, '0872-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:43', '2023-10-31 16:07:43'),
(304439, 2339, '0872-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:43', '2023-10-31 16:07:43'),
(304440, 2339, '0873-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:43', '2023-10-31 16:07:43'),
(304441, 2339, '0873-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:43', '2023-10-31 16:07:43'),
(304442, 2339, '0873-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:43', '2023-10-31 16:07:43'),
(304443, 2339, '0873-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:43', '2023-10-31 16:07:43'),
(304444, 2339, '0873-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:43', '2023-10-31 16:07:43'),
(304445, 2339, '0873-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:43', '2023-10-31 16:07:43'),
(304446, 2339, '0873-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:43', '2023-10-31 16:07:43'),
(304447, 2339, '0873-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:43', '2023-10-31 16:07:43'),
(304448, 2339, '0873-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:43', '2023-10-31 16:07:43'),
(304449, 2339, '0873-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:43', '2023-10-31 16:07:43'),
(304450, 2339, '0873-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:43', '2023-10-31 16:07:43'),
(304451, 2339, '0873-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:43', '2023-10-31 16:07:43'),
(304452, 2339, '0874-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:43', '2023-10-31 16:07:43'),
(304453, 2339, '0874-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:43', '2023-10-31 16:07:43'),
(304454, 2339, '0874-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:43', '2023-10-31 16:07:43'),
(304455, 2339, '0874-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:43', '2023-10-31 16:07:43'),
(304456, 2339, '0874-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:43', '2023-10-31 16:07:43'),
(304457, 2339, '0874-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:43', '2023-10-31 16:07:43'),
(304458, 2339, '0874-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:43', '2023-10-31 16:07:43'),
(304459, 2339, '0874-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:43', '2023-10-31 16:07:43'),
(304460, 2339, '0874-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:43', '2023-10-31 16:07:43'),
(304461, 2339, '0874-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:43', '2023-10-31 16:07:43'),
(304462, 2339, '0874-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:43', '2023-10-31 16:07:43'),
(304463, 2339, '0874-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:43', '2023-10-31 16:07:43'),
(304464, 2339, '0875-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:43', '2023-10-31 16:07:43'),
(304465, 2339, '0875-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:43', '2023-10-31 16:07:43'),
(304466, 2339, '0875-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:43', '2023-10-31 16:07:43'),
(304467, 2339, '0875-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:43', '2023-10-31 16:07:43'),
(304468, 2339, '0875-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:43', '2023-10-31 16:07:43'),
(304469, 2339, '0875-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:43', '2023-10-31 16:07:43'),
(304470, 2339, '0875-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:43', '2023-10-31 16:07:43'),
(304471, 2339, '0875-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:43', '2023-10-31 16:07:43'),
(304472, 2339, '0875-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:43', '2023-10-31 16:07:43'),
(304473, 2339, '0875-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:43', '2023-10-31 16:07:43'),
(304474, 2339, '0875-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:43', '2023-10-31 16:07:43'),
(304475, 2339, '0875-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:43', '2023-10-31 16:07:43'),
(304476, 2339, '0876-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:43', '2023-10-31 16:07:43'),
(304477, 2339, '0876-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:43', '2023-10-31 16:07:43'),
(304478, 2339, '0876-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:43', '2023-10-31 16:07:43'),
(304479, 2339, '0876-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:43', '2023-10-31 16:07:43'),
(304480, 2339, '0876-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:43', '2023-10-31 16:07:43'),
(304481, 2339, '0876-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:43', '2023-10-31 16:07:43'),
(304482, 2339, '0876-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:43', '2023-10-31 16:07:43'),
(304483, 2339, '0876-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:43', '2023-10-31 16:07:43'),
(304484, 2339, '0876-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:43', '2023-10-31 16:07:43'),
(304485, 2339, '0876-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:43', '2023-10-31 16:07:43'),
(304486, 2339, '0876-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:43', '2023-10-31 16:07:43'),
(304487, 2339, '0876-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:43', '2023-10-31 16:07:43'),
(304488, 2339, '0877-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:43', '2023-10-31 16:07:43'),
(304489, 2339, '0877-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:43', '2023-10-31 16:07:43'),
(304490, 2339, '0877-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:43', '2023-10-31 16:07:43'),
(304491, 2339, '0877-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:43', '2023-10-31 16:07:43'),
(304492, 2339, '0877-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:43', '2023-10-31 16:07:43'),
(304493, 2339, '0877-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:43', '2023-10-31 16:07:43'),
(304494, 2339, '0877-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:44', '2023-10-31 16:07:44'),
(304495, 2339, '0877-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:44', '2023-10-31 16:07:44'),
(304496, 2339, '0877-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:44', '2023-10-31 16:07:44'),
(304497, 2339, '0877-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:44', '2023-10-31 16:07:44'),
(304498, 2339, '0877-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:44', '2023-10-31 16:07:44'),
(304499, 2339, '0877-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:44', '2023-10-31 16:07:44'),
(304500, 2339, '0878-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:44', '2023-10-31 16:07:44'),
(304501, 2339, '0878-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:44', '2023-10-31 16:07:44'),
(304502, 2339, '0878-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:44', '2023-10-31 16:07:44'),
(304503, 2339, '0878-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:44', '2023-10-31 16:07:44'),
(304504, 2339, '0878-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:44', '2023-10-31 16:07:44'),
(304505, 2339, '0878-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:44', '2023-10-31 16:07:44'),
(304506, 2339, '0878-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:44', '2023-10-31 16:07:44'),
(304507, 2339, '0878-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:44', '2023-10-31 16:07:44'),
(304508, 2339, '0878-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:44', '2023-10-31 16:07:44'),
(304509, 2339, '0878-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:44', '2023-10-31 16:07:44'),
(304510, 2339, '0878-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:44', '2023-10-31 16:07:44'),
(304511, 2339, '0878-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:44', '2023-10-31 16:07:44'),
(304512, 2339, '0879-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:44', '2023-10-31 16:07:44'),
(304513, 2339, '0879-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:44', '2023-10-31 16:07:44'),
(304514, 2339, '0879-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:44', '2023-10-31 16:07:44'),
(304515, 2339, '0879-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:44', '2023-10-31 16:07:44'),
(304516, 2339, '0879-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:44', '2023-10-31 16:07:44'),
(304517, 2339, '0879-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:44', '2023-10-31 16:07:44'),
(304518, 2339, '0879-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:44', '2023-10-31 16:07:44'),
(304519, 2339, '0879-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:44', '2023-10-31 16:07:44'),
(304520, 2339, '0879-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:44', '2023-10-31 16:07:44'),
(304521, 2339, '0879-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:44', '2023-10-31 16:07:44'),
(304522, 2339, '0879-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:44', '2023-10-31 16:07:44'),
(304523, 2339, '0879-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:44', '2023-10-31 16:07:44'),
(304524, 2339, '0880-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:44', '2023-10-31 16:07:44'),
(304525, 2339, '0880-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:44', '2023-10-31 16:07:44'),
(304526, 2339, '0880-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:44', '2023-10-31 16:07:44'),
(304527, 2339, '0880-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:44', '2023-10-31 16:07:44'),
(304528, 2339, '0880-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:44', '2023-10-31 16:07:44'),
(304529, 2339, '0880-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:44', '2023-10-31 16:07:44'),
(304530, 2339, '0880-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:44', '2023-10-31 16:07:44'),
(304531, 2339, '0880-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:44', '2023-10-31 16:07:44'),
(304532, 2339, '0880-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:44', '2023-10-31 16:07:44'),
(304533, 2339, '0880-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:44', '2023-10-31 16:07:44'),
(304534, 2339, '0880-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:44', '2023-10-31 16:07:44'),
(304535, 2339, '0880-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:44', '2023-10-31 16:07:44'),
(304536, 2339, '0881-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:44', '2023-10-31 16:07:44'),
(304537, 2339, '0881-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:44', '2023-10-31 16:07:44'),
(304538, 2339, '0881-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:44', '2023-10-31 16:07:44'),
(304539, 2339, '0881-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:44', '2023-10-31 16:07:44'),
(304540, 2339, '0881-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:44', '2023-10-31 16:07:44'),
(304541, 2339, '0881-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:44', '2023-10-31 16:07:44'),
(304542, 2339, '0881-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:44', '2023-10-31 16:07:44'),
(304543, 2339, '0881-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:44', '2023-10-31 16:07:44'),
(304544, 2339, '0881-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:44', '2023-10-31 16:07:44'),
(304545, 2339, '0881-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:44', '2023-10-31 16:07:44'),
(304546, 2339, '0881-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:44', '2023-10-31 16:07:44'),
(304547, 2339, '0881-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:44', '2023-10-31 16:07:44'),
(304548, 2339, '0882-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:44', '2023-10-31 16:07:44'),
(304549, 2339, '0882-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:44', '2023-10-31 16:07:44'),
(304550, 2339, '0882-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:44', '2023-10-31 16:07:44'),
(304551, 2339, '0882-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:44', '2023-10-31 16:07:44'),
(304552, 2339, '0882-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:44', '2023-10-31 16:07:44'),
(304553, 2339, '0882-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:44', '2023-10-31 16:07:44'),
(304554, 2339, '0882-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:44', '2023-10-31 16:07:44'),
(304555, 2339, '0882-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:44', '2023-10-31 16:07:44'),
(304556, 2339, '0882-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:44', '2023-10-31 16:07:44'),
(304557, 2339, '0882-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:44', '2023-10-31 16:07:44'),
(304558, 2339, '0882-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:44', '2023-10-31 16:07:44'),
(304559, 2339, '0882-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:44', '2023-10-31 16:07:44'),
(304560, 2339, '0883-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:44', '2023-10-31 16:07:44'),
(304561, 2339, '0883-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:44', '2023-10-31 16:07:44'),
(304562, 2339, '0883-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:44', '2023-10-31 16:07:44'),
(304563, 2339, '0883-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:44', '2023-10-31 16:07:44'),
(304564, 2339, '0883-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:44', '2023-10-31 16:07:44'),
(304565, 2339, '0883-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:44', '2023-10-31 16:07:44'),
(304566, 2339, '0883-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:44', '2023-10-31 16:07:44'),
(304567, 2339, '0883-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:44', '2023-10-31 16:07:44'),
(304568, 2339, '0883-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:44', '2023-10-31 16:07:44'),
(304569, 2339, '0883-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:44', '2023-10-31 16:07:44'),
(304570, 2339, '0883-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:44', '2023-10-31 16:07:44'),
(304571, 2339, '0883-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:44', '2023-10-31 16:07:44'),
(304572, 2339, '0884-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:44', '2023-10-31 16:07:44'),
(304573, 2339, '0884-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:44', '2023-10-31 16:07:44'),
(304574, 2339, '0884-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:44', '2023-10-31 16:07:44'),
(304575, 2339, '0884-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:44', '2023-10-31 16:07:44'),
(304576, 2339, '0884-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:44', '2023-10-31 16:07:44'),
(304577, 2339, '0884-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:44', '2023-10-31 16:07:44'),
(304578, 2339, '0884-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:44', '2023-10-31 16:07:44'),
(304579, 2339, '0884-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:44', '2023-10-31 16:07:44'),
(304580, 2339, '0884-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:44', '2023-10-31 16:07:44'),
(304581, 2339, '0884-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:44', '2023-10-31 16:07:44'),
(304582, 2339, '0884-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:44', '2023-10-31 16:07:44'),
(304583, 2339, '0884-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:44', '2023-10-31 16:07:44'),
(304584, 2339, '0885-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:44', '2023-10-31 16:07:44'),
(304585, 2339, '0885-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:44', '2023-10-31 16:07:44'),
(304586, 2339, '0885-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:44', '2023-10-31 16:07:44'),
(304587, 2339, '0885-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:44', '2023-10-31 16:07:44'),
(304588, 2339, '0885-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:44', '2023-10-31 16:07:44'),
(304589, 2339, '0885-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:44', '2023-10-31 16:07:44'),
(304590, 2339, '0885-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:44', '2023-10-31 16:07:44'),
(304591, 2339, '0885-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:44', '2023-10-31 16:07:44'),
(304592, 2339, '0885-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:44', '2023-10-31 16:07:44'),
(304593, 2339, '0885-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:44', '2023-10-31 16:07:44'),
(304594, 2339, '0885-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:44', '2023-10-31 16:07:44'),
(304595, 2339, '0885-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:44', '2023-10-31 16:07:44'),
(304596, 2339, '0886-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:44', '2023-10-31 16:07:44'),
(304597, 2339, '0886-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:44', '2023-10-31 16:07:44'),
(304598, 2339, '0886-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:44', '2023-10-31 16:07:44'),
(304599, 2339, '0886-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:44', '2023-10-31 16:07:44'),
(304600, 2339, '0886-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:44', '2023-10-31 16:07:44'),
(304601, 2339, '0886-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:44', '2023-10-31 16:07:44'),
(304602, 2339, '0886-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:44', '2023-10-31 16:07:44'),
(304603, 2339, '0886-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:44', '2023-10-31 16:07:44'),
(304604, 2339, '0886-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:44', '2023-10-31 16:07:44'),
(304605, 2339, '0886-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:44', '2023-10-31 16:07:44'),
(304606, 2339, '0886-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:44', '2023-10-31 16:07:44'),
(304607, 2339, '0886-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:44', '2023-10-31 16:07:44'),
(304608, 2339, '0887-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:44', '2023-10-31 16:07:44'),
(304609, 2339, '0887-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:44', '2023-10-31 16:07:44'),
(304610, 2339, '0887-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:44', '2023-10-31 16:07:44'),
(304611, 2339, '0887-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:44', '2023-10-31 16:07:44'),
(304612, 2339, '0887-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:44', '2023-10-31 16:07:44'),
(304613, 2339, '0887-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:44', '2023-10-31 16:07:44'),
(304614, 2339, '0887-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:44', '2023-10-31 16:07:44'),
(304615, 2339, '0887-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:44', '2023-10-31 16:07:44'),
(304616, 2339, '0887-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:44', '2023-10-31 16:07:44'),
(304617, 2339, '0887-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:44', '2023-10-31 16:07:44'),
(304618, 2339, '0887-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:44', '2023-10-31 16:07:44'),
(304619, 2339, '0887-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:44', '2023-10-31 16:07:44'),
(304620, 2339, '0888-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:44', '2023-10-31 16:07:44'),
(304621, 2339, '0888-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:44', '2023-10-31 16:07:44'),
(304622, 2339, '0888-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:44', '2023-10-31 16:07:44'),
(304623, 2339, '0888-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:44', '2023-10-31 16:07:44'),
(304624, 2339, '0888-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:44', '2023-10-31 16:07:44'),
(304625, 2339, '0888-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:44', '2023-10-31 16:07:44'),
(304626, 2339, '0888-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:44', '2023-10-31 16:07:44'),
(304627, 2339, '0888-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:44', '2023-10-31 16:07:44'),
(304628, 2339, '0888-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:44', '2023-10-31 16:07:44'),
(304629, 2339, '0888-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:44', '2023-10-31 16:07:44'),
(304630, 2339, '0888-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:44', '2023-10-31 16:07:44'),
(304631, 2339, '0888-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:44', '2023-10-31 16:07:44'),
(304632, 2339, '0889-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:44', '2023-10-31 16:07:44'),
(304633, 2339, '0889-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:44', '2023-10-31 16:07:44'),
(304634, 2339, '0889-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:44', '2023-10-31 16:07:44'),
(304635, 2339, '0889-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:44', '2023-10-31 16:07:44'),
(304636, 2339, '0889-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:44', '2023-10-31 16:07:44'),
(304637, 2339, '0889-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:44', '2023-10-31 16:07:44'),
(304638, 2339, '0889-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:44', '2023-10-31 16:07:44'),
(304639, 2339, '0889-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:44', '2023-10-31 16:07:44'),
(304640, 2339, '0889-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:44', '2023-10-31 16:07:44'),
(304641, 2339, '0889-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:44', '2023-10-31 16:07:44'),
(304642, 2339, '0889-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:44', '2023-10-31 16:07:44'),
(304643, 2339, '0889-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:44', '2023-10-31 16:07:44'),
(304644, 2339, '0890-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:44', '2023-10-31 16:07:44'),
(304645, 2339, '0890-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:44', '2023-10-31 16:07:44'),
(304646, 2339, '0890-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:44', '2023-10-31 16:07:44'),
(304647, 2339, '0890-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:44', '2023-10-31 16:07:44'),
(304648, 2339, '0890-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:44', '2023-10-31 16:07:44'),
(304649, 2339, '0890-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:44', '2023-10-31 16:07:44'),
(304650, 2339, '0890-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:44', '2023-10-31 16:07:44'),
(304651, 2339, '0890-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:44', '2023-10-31 16:07:44'),
(304652, 2339, '0890-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:44', '2023-10-31 16:07:44'),
(304653, 2339, '0890-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:44', '2023-10-31 16:07:44'),
(304654, 2339, '0890-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:44', '2023-10-31 16:07:44'),
(304655, 2339, '0890-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:44', '2023-10-31 16:07:44'),
(304656, 2339, '0891-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:44', '2023-10-31 16:07:44'),
(304657, 2339, '0891-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:44', '2023-10-31 16:07:44'),
(304658, 2339, '0891-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:44', '2023-10-31 16:07:44'),
(304659, 2339, '0891-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:44', '2023-10-31 16:07:44'),
(304660, 2339, '0891-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:44', '2023-10-31 16:07:44'),
(304661, 2339, '0891-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:44', '2023-10-31 16:07:44'),
(304662, 2339, '0891-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:44', '2023-10-31 16:07:44'),
(304663, 2339, '0891-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:44', '2023-10-31 16:07:44'),
(304664, 2339, '0891-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:44', '2023-10-31 16:07:44'),
(304665, 2339, '0891-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:44', '2023-10-31 16:07:44'),
(304666, 2339, '0891-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:44', '2023-10-31 16:07:44'),
(304667, 2339, '0891-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:44', '2023-10-31 16:07:44'),
(304668, 2339, '0892-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:44', '2023-10-31 16:07:44'),
(304669, 2339, '0892-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:44', '2023-10-31 16:07:44'),
(304670, 2339, '0892-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:44', '2023-10-31 16:07:44'),
(304671, 2339, '0892-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:44', '2023-10-31 16:07:44'),
(304672, 2339, '0892-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:44', '2023-10-31 16:07:44'),
(304673, 2339, '0892-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:44', '2023-10-31 16:07:44'),
(304674, 2339, '0892-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:44', '2023-10-31 16:07:44'),
(304675, 2339, '0892-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:44', '2023-10-31 16:07:44'),
(304676, 2339, '0892-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:44', '2023-10-31 16:07:44'),
(304677, 2339, '0892-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:44', '2023-10-31 16:07:44'),
(304678, 2339, '0892-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:44', '2023-10-31 16:07:44'),
(304679, 2339, '0892-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:44', '2023-10-31 16:07:44'),
(304680, 2339, '0893-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:44', '2023-10-31 16:07:44'),
(304681, 2339, '0893-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:44', '2023-10-31 16:07:44'),
(304682, 2339, '0893-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:44', '2023-10-31 16:07:44'),
(304683, 2339, '0893-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:44', '2023-10-31 16:07:44'),
(304684, 2339, '0893-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:44', '2023-10-31 16:07:44'),
(304685, 2339, '0893-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:44', '2023-10-31 16:07:44'),
(304686, 2339, '0893-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:44', '2023-10-31 16:07:44'),
(304687, 2339, '0893-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:44', '2023-10-31 16:07:44'),
(304688, 2339, '0893-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:44', '2023-10-31 16:07:44'),
(304689, 2339, '0893-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:45', '2023-10-31 16:07:45'),
(304690, 2339, '0893-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:45', '2023-10-31 16:07:45'),
(304691, 2339, '0893-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:45', '2023-10-31 16:07:45'),
(304692, 2339, '0894-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:45', '2023-10-31 16:07:45'),
(304693, 2339, '0894-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:45', '2023-10-31 16:07:45'),
(304694, 2339, '0894-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:45', '2023-10-31 16:07:45'),
(304695, 2339, '0894-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:45', '2023-10-31 16:07:45'),
(304696, 2339, '0894-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:45', '2023-10-31 16:07:45'),
(304697, 2339, '0894-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:45', '2023-10-31 16:07:45'),
(304698, 2339, '0894-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:45', '2023-10-31 16:07:45'),
(304699, 2339, '0894-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:45', '2023-10-31 16:07:45'),
(304700, 2339, '0894-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:45', '2023-10-31 16:07:45'),
(304701, 2339, '0894-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:45', '2023-10-31 16:07:45'),
(304702, 2339, '0894-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:45', '2023-10-31 16:07:45'),
(304703, 2339, '0894-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:45', '2023-10-31 16:07:45'),
(304704, 2339, '0895-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:45', '2023-10-31 16:07:45'),
(304705, 2339, '0895-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:45', '2023-10-31 16:07:45'),
(304706, 2339, '0895-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:45', '2023-10-31 16:07:45'),
(304707, 2339, '0895-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:45', '2023-10-31 16:07:45'),
(304708, 2339, '0895-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:45', '2023-10-31 16:07:45'),
(304709, 2339, '0895-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:45', '2023-10-31 16:07:45'),
(304710, 2339, '0895-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:45', '2023-10-31 16:07:45'),
(304711, 2339, '0895-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:45', '2023-10-31 16:07:45'),
(304712, 2339, '0895-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:45', '2023-10-31 16:07:45'),
(304713, 2339, '0895-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:45', '2023-10-31 16:07:45'),
(304714, 2339, '0895-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:45', '2023-10-31 16:07:45'),
(304715, 2339, '0895-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:45', '2023-10-31 16:07:45'),
(304716, 2339, '0896-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:45', '2023-10-31 16:07:45'),
(304717, 2339, '0896-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:45', '2023-10-31 16:07:45'),
(304718, 2339, '0896-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:45', '2023-10-31 16:07:45'),
(304719, 2339, '0896-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:45', '2023-10-31 16:07:45'),
(304720, 2339, '0896-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:45', '2023-10-31 16:07:45'),
(304721, 2339, '0896-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:45', '2023-10-31 16:07:45'),
(304722, 2339, '0896-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:45', '2023-10-31 16:07:45'),
(304723, 2339, '0896-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:45', '2023-10-31 16:07:45'),
(304724, 2339, '0896-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:45', '2023-10-31 16:07:45'),
(304725, 2339, '0896-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:45', '2023-10-31 16:07:45'),
(304726, 2339, '0896-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:45', '2023-10-31 16:07:45'),
(304727, 2339, '0896-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:45', '2023-10-31 16:07:45'),
(304728, 2339, '0897-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:45', '2023-10-31 16:07:45'),
(304729, 2339, '0897-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:45', '2023-10-31 16:07:45'),
(304730, 2339, '0897-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:45', '2023-10-31 16:07:45'),
(304731, 2339, '0897-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:45', '2023-10-31 16:07:45'),
(304732, 2339, '0897-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:45', '2023-10-31 16:07:45'),
(304733, 2339, '0897-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:45', '2023-10-31 16:07:45'),
(304734, 2339, '0897-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:45', '2023-10-31 16:07:45'),
(304735, 2339, '0897-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:45', '2023-10-31 16:07:45'),
(304736, 2339, '0897-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:45', '2023-10-31 16:07:45'),
(304737, 2339, '0897-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:45', '2023-10-31 16:07:45'),
(304738, 2339, '0897-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:45', '2023-10-31 16:07:45'),
(304739, 2339, '0897-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:45', '2023-10-31 16:07:45'),
(304740, 2339, '0898-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:45', '2023-10-31 16:07:45'),
(304741, 2339, '0898-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:45', '2023-10-31 16:07:45'),
(304742, 2339, '0898-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:45', '2023-10-31 16:07:45'),
(304743, 2339, '0898-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:45', '2023-10-31 16:07:45'),
(304744, 2339, '0898-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:45', '2023-10-31 16:07:45'),
(304745, 2339, '0898-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:45', '2023-10-31 16:07:45'),
(304746, 2339, '0898-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:45', '2023-10-31 16:07:45'),
(304747, 2339, '0898-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:45', '2023-10-31 16:07:45'),
(304748, 2339, '0898-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:45', '2023-10-31 16:07:45'),
(304749, 2339, '0898-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:45', '2023-10-31 16:07:45'),
(304750, 2339, '0898-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:45', '2023-10-31 16:07:45'),
(304751, 2339, '0898-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:45', '2023-10-31 16:07:45'),
(304752, 2339, '0899-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:45', '2023-10-31 16:07:45'),
(304753, 2339, '0899-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:45', '2023-10-31 16:07:45'),
(304754, 2339, '0899-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:45', '2023-10-31 16:07:45'),
(304755, 2339, '0899-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:45', '2023-10-31 16:07:45'),
(304756, 2339, '0899-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:45', '2023-10-31 16:07:45'),
(304757, 2339, '0899-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:45', '2023-10-31 16:07:45'),
(304758, 2339, '0899-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:45', '2023-10-31 16:07:45'),
(304759, 2339, '0899-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:45', '2023-10-31 16:07:45'),
(304760, 2339, '0899-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:45', '2023-10-31 16:07:45'),
(304761, 2339, '0899-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:45', '2023-10-31 16:07:45'),
(304762, 2339, '0899-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:45', '2023-10-31 16:07:45'),
(304763, 2339, '0899-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:45', '2023-10-31 16:07:45'),
(304764, 2339, '0900-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:45', '2023-10-31 16:07:45'),
(304765, 2339, '0900-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:45', '2023-10-31 16:07:45'),
(304766, 2339, '0900-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:45', '2023-10-31 16:07:45'),
(304767, 2339, '0900-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:45', '2023-10-31 16:07:45');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(304768, 2339, '0900-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:45', '2023-10-31 16:07:45'),
(304769, 2339, '0900-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:45', '2023-10-31 16:07:45'),
(304770, 2339, '0900-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:45', '2023-10-31 16:07:45'),
(304771, 2339, '0900-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:45', '2023-10-31 16:07:45'),
(304772, 2339, '0900-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:45', '2023-10-31 16:07:45'),
(304773, 2339, '0900-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:45', '2023-10-31 16:07:45'),
(304774, 2339, '0900-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:45', '2023-10-31 16:07:45'),
(304775, 2339, '0900-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:45', '2023-10-31 16:07:45'),
(304776, 2339, '0901-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:45', '2023-10-31 16:07:45'),
(304777, 2339, '0901-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:45', '2023-10-31 16:07:45'),
(304778, 2339, '0901-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:45', '2023-10-31 16:07:45'),
(304779, 2339, '0901-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:45', '2023-10-31 16:07:45'),
(304780, 2339, '0901-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:45', '2023-10-31 16:07:45'),
(304781, 2339, '0901-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:45', '2023-10-31 16:07:45'),
(304782, 2339, '0901-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:45', '2023-10-31 16:07:45'),
(304783, 2339, '0901-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:45', '2023-10-31 16:07:45'),
(304784, 2339, '0901-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:45', '2023-10-31 16:07:45'),
(304785, 2339, '0901-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:45', '2023-10-31 16:07:45'),
(304786, 2339, '0901-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:45', '2023-10-31 16:07:45'),
(304787, 2339, '0901-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:45', '2023-10-31 16:07:45'),
(304788, 2339, '0902-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:45', '2023-10-31 16:07:45'),
(304789, 2339, '0902-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:45', '2023-10-31 16:07:45'),
(304790, 2339, '0902-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:45', '2023-10-31 16:07:45'),
(304791, 2339, '0902-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:45', '2023-10-31 16:07:45'),
(304792, 2339, '0902-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:45', '2023-10-31 16:07:45'),
(304793, 2339, '0902-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:45', '2023-10-31 16:07:45'),
(304794, 2339, '0902-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:45', '2023-10-31 16:07:45'),
(304795, 2339, '0902-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:45', '2023-10-31 16:07:45'),
(304796, 2339, '0902-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:45', '2023-10-31 16:07:45'),
(304797, 2339, '0902-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:45', '2023-10-31 16:07:45'),
(304798, 2339, '0902-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:45', '2023-10-31 16:07:45'),
(304799, 2339, '0902-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:45', '2023-10-31 16:07:45'),
(304800, 2339, '0903-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:45', '2023-10-31 16:07:45'),
(304801, 2339, '0903-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:45', '2023-10-31 16:07:45'),
(304802, 2339, '0903-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:45', '2023-10-31 16:07:45'),
(304803, 2339, '0903-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:45', '2023-10-31 16:07:45'),
(304804, 2339, '0903-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:45', '2023-10-31 16:07:45'),
(304805, 2339, '0903-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:45', '2023-10-31 16:07:45'),
(304806, 2339, '0903-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:45', '2023-10-31 16:07:45'),
(304807, 2339, '0903-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:45', '2023-10-31 16:07:45'),
(304808, 2339, '0903-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:45', '2023-10-31 16:07:45'),
(304809, 2339, '0903-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:45', '2023-10-31 16:07:45'),
(304810, 2339, '0903-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:45', '2023-10-31 16:07:45'),
(304811, 2339, '0903-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:45', '2023-10-31 16:07:45'),
(304812, 2339, '0904-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:45', '2023-10-31 16:07:45'),
(304813, 2339, '0904-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:45', '2023-10-31 16:07:45'),
(304814, 2339, '0904-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:45', '2023-10-31 16:07:45'),
(304815, 2339, '0904-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:45', '2023-10-31 16:07:45'),
(304816, 2339, '0904-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:45', '2023-10-31 16:07:45'),
(304817, 2339, '0904-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:45', '2023-10-31 16:07:45'),
(304818, 2339, '0904-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:45', '2023-10-31 16:07:45'),
(304819, 2339, '0904-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:45', '2023-10-31 16:07:45'),
(304820, 2339, '0904-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:45', '2023-10-31 16:07:45'),
(304821, 2339, '0904-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:45', '2023-10-31 16:07:45'),
(304822, 2339, '0904-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:45', '2023-10-31 16:07:45'),
(304823, 2339, '0904-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:45', '2023-10-31 16:07:45'),
(304824, 2339, '0905-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:45', '2023-10-31 16:07:45'),
(304825, 2339, '0905-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:45', '2023-10-31 16:07:45'),
(304826, 2339, '0905-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:45', '2023-10-31 16:07:45'),
(304827, 2339, '0905-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:45', '2023-10-31 16:07:45'),
(304828, 2339, '0905-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:45', '2023-10-31 16:07:45'),
(304829, 2339, '0905-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:45', '2023-10-31 16:07:45'),
(304830, 2339, '0905-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:45', '2023-10-31 16:07:45'),
(304831, 2339, '0905-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:45', '2023-10-31 16:07:45'),
(304832, 2339, '0905-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:45', '2023-10-31 16:07:45'),
(304833, 2339, '0905-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:45', '2023-10-31 16:07:45'),
(304834, 2339, '0905-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:45', '2023-10-31 16:07:45'),
(304835, 2339, '0905-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:45', '2023-10-31 16:07:45'),
(304836, 2339, '0906-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:45', '2023-10-31 16:07:45'),
(304837, 2339, '0906-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:45', '2023-10-31 16:07:45'),
(304838, 2339, '0906-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:45', '2023-10-31 16:07:45'),
(304839, 2339, '0906-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:45', '2023-10-31 16:07:45'),
(304840, 2339, '0906-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:45', '2023-10-31 16:07:45'),
(304841, 2339, '0906-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:45', '2023-10-31 16:07:45'),
(304842, 2339, '0906-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:45', '2023-10-31 16:07:45'),
(304843, 2339, '0906-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:45', '2023-10-31 16:07:45'),
(304844, 2339, '0906-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:45', '2023-10-31 16:07:45'),
(304845, 2339, '0906-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:45', '2023-10-31 16:07:45'),
(304846, 2339, '0906-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:45', '2023-10-31 16:07:45'),
(304847, 2339, '0906-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:45', '2023-10-31 16:07:45'),
(304848, 2339, '0907-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:45', '2023-10-31 16:07:45'),
(304849, 2339, '0907-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:45', '2023-10-31 16:07:45'),
(304850, 2339, '0907-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:45', '2023-10-31 16:07:45'),
(304851, 2339, '0907-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:45', '2023-10-31 16:07:45'),
(304852, 2339, '0907-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:45', '2023-10-31 16:07:45'),
(304853, 2339, '0907-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:45', '2023-10-31 16:07:45'),
(304854, 2339, '0907-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:45', '2023-10-31 16:07:45'),
(304855, 2339, '0907-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:45', '2023-10-31 16:07:45'),
(304856, 2339, '0907-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:45', '2023-10-31 16:07:45'),
(304857, 2339, '0907-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:45', '2023-10-31 16:07:45'),
(304858, 2339, '0907-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:45', '2023-10-31 16:07:45'),
(304859, 2339, '0907-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:45', '2023-10-31 16:07:45'),
(304860, 2339, '0908-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:45', '2023-10-31 16:07:45'),
(304861, 2339, '0908-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:45', '2023-10-31 16:07:45'),
(304862, 2339, '0908-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:45', '2023-10-31 16:07:45'),
(304863, 2339, '0908-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:45', '2023-10-31 16:07:45'),
(304864, 2339, '0908-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:45', '2023-10-31 16:07:45'),
(304865, 2339, '0908-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:45', '2023-10-31 16:07:45'),
(304866, 2339, '0908-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:45', '2023-10-31 16:07:45'),
(304867, 2339, '0908-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:45', '2023-10-31 16:07:45'),
(304868, 2339, '0908-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:45', '2023-10-31 16:07:45'),
(304869, 2339, '0908-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:45', '2023-10-31 16:07:45'),
(304870, 2339, '0908-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:45', '2023-10-31 16:07:45'),
(304871, 2339, '0908-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:45', '2023-10-31 16:07:45'),
(304872, 2339, '0909-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:45', '2023-10-31 16:07:45'),
(304873, 2339, '0909-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:45', '2023-10-31 16:07:45'),
(304874, 2339, '0909-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:45', '2023-10-31 16:07:45'),
(304875, 2339, '0909-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:45', '2023-10-31 16:07:45'),
(304876, 2339, '0909-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:45', '2023-10-31 16:07:45'),
(304877, 2339, '0909-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:45', '2023-10-31 16:07:45'),
(304878, 2339, '0909-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:45', '2023-10-31 16:07:45'),
(304879, 2339, '0909-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:45', '2023-10-31 16:07:45'),
(304880, 2339, '0909-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:46', '2023-10-31 16:07:46'),
(304881, 2339, '0909-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:46', '2023-10-31 16:07:46'),
(304882, 2339, '0909-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:46', '2023-10-31 16:07:46'),
(304883, 2339, '0909-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:46', '2023-10-31 16:07:46'),
(304884, 2339, '0910-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:46', '2023-10-31 16:07:46'),
(304885, 2339, '0910-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:46', '2023-10-31 16:07:46'),
(304886, 2339, '0910-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:46', '2023-10-31 16:07:46'),
(304887, 2339, '0910-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:46', '2023-10-31 16:07:46'),
(304888, 2339, '0910-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:46', '2023-10-31 16:07:46'),
(304889, 2339, '0910-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:46', '2023-10-31 16:07:46'),
(304890, 2339, '0910-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:46', '2023-10-31 16:07:46'),
(304891, 2339, '0910-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:46', '2023-10-31 16:07:46'),
(304892, 2339, '0910-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:46', '2023-10-31 16:07:46'),
(304893, 2339, '0910-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:46', '2023-10-31 16:07:46'),
(304894, 2339, '0910-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:46', '2023-10-31 16:07:46'),
(304895, 2339, '0910-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:46', '2023-10-31 16:07:46'),
(304896, 2339, '0911-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:46', '2023-10-31 16:07:46'),
(304897, 2339, '0911-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:46', '2023-10-31 16:07:46'),
(304898, 2339, '0911-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:46', '2023-10-31 16:07:46'),
(304899, 2339, '0911-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:46', '2023-10-31 16:07:46'),
(304900, 2339, '0911-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:46', '2023-10-31 16:07:46'),
(304901, 2339, '0911-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:46', '2023-10-31 16:07:46'),
(304902, 2339, '0911-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:46', '2023-10-31 16:07:46'),
(304903, 2339, '0911-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:46', '2023-10-31 16:07:46'),
(304904, 2339, '0911-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:46', '2023-10-31 16:07:46'),
(304905, 2339, '0911-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:46', '2023-10-31 16:07:46'),
(304906, 2339, '0911-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:46', '2023-10-31 16:07:46'),
(304907, 2339, '0911-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:46', '2023-10-31 16:07:46'),
(304908, 2339, '0912-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:46', '2023-10-31 16:07:46'),
(304909, 2339, '0912-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:46', '2023-10-31 16:07:46'),
(304910, 2339, '0912-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:46', '2023-10-31 16:07:46'),
(304911, 2339, '0912-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:46', '2023-10-31 16:07:46'),
(304912, 2339, '0912-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:46', '2023-10-31 16:07:46'),
(304913, 2339, '0912-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:46', '2023-10-31 16:07:46'),
(304914, 2339, '0912-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:46', '2023-10-31 16:07:46'),
(304915, 2339, '0912-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:46', '2023-10-31 16:07:46'),
(304916, 2339, '0912-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:46', '2023-10-31 16:07:46'),
(304917, 2339, '0912-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:46', '2023-10-31 16:07:46'),
(304918, 2339, '0912-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:46', '2023-10-31 16:07:46'),
(304919, 2339, '0912-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:46', '2023-10-31 16:07:46'),
(304920, 2339, '0913-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:46', '2023-10-31 16:07:46'),
(304921, 2339, '0913-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:46', '2023-10-31 16:07:46'),
(304922, 2339, '0913-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:46', '2023-10-31 16:07:46'),
(304923, 2339, '0913-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:46', '2023-10-31 16:07:46'),
(304924, 2339, '0913-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:46', '2023-10-31 16:07:46'),
(304925, 2339, '0913-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:46', '2023-10-31 16:07:46'),
(304926, 2339, '0913-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:46', '2023-10-31 16:07:46'),
(304927, 2339, '0913-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:46', '2023-10-31 16:07:46'),
(304928, 2339, '0913-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:46', '2023-10-31 16:07:46'),
(304929, 2339, '0913-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:46', '2023-10-31 16:07:46'),
(304930, 2339, '0913-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:46', '2023-10-31 16:07:46'),
(304931, 2339, '0913-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:46', '2023-10-31 16:07:46'),
(304932, 2339, '0914-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:46', '2023-10-31 16:07:46'),
(304933, 2339, '0914-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:46', '2023-10-31 16:07:46'),
(304934, 2339, '0914-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:46', '2023-10-31 16:07:46'),
(304935, 2339, '0914-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:46', '2023-10-31 16:07:46'),
(304936, 2339, '0914-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:46', '2023-10-31 16:07:46'),
(304937, 2339, '0914-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:46', '2023-10-31 16:07:46'),
(304938, 2339, '0914-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:46', '2023-10-31 16:07:46'),
(304939, 2339, '0914-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:46', '2023-10-31 16:07:46'),
(304940, 2339, '0914-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:46', '2023-10-31 16:07:46'),
(304941, 2339, '0914-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:46', '2023-10-31 16:07:46'),
(304942, 2339, '0914-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:46', '2023-10-31 16:07:46'),
(304943, 2339, '0914-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:46', '2023-10-31 16:07:46'),
(304944, 2339, '0915-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:46', '2023-10-31 16:07:46'),
(304945, 2339, '0915-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:46', '2023-10-31 16:07:46'),
(304946, 2339, '0915-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:46', '2023-10-31 16:07:46'),
(304947, 2339, '0915-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:46', '2023-10-31 16:07:46'),
(304948, 2339, '0915-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:46', '2023-10-31 16:07:46'),
(304949, 2339, '0915-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:46', '2023-10-31 16:07:46'),
(304950, 2339, '0915-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:46', '2023-10-31 16:07:46'),
(304951, 2339, '0915-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:46', '2023-10-31 16:07:46'),
(304952, 2339, '0915-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:46', '2023-10-31 16:07:46'),
(304953, 2339, '0915-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:46', '2023-10-31 16:07:46'),
(304954, 2339, '0915-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:46', '2023-10-31 16:07:46'),
(304955, 2339, '0915-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:46', '2023-10-31 16:07:46'),
(304956, 2339, '0916-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:46', '2023-10-31 16:07:46'),
(304957, 2339, '0916-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:46', '2023-10-31 16:07:46'),
(304958, 2339, '0916-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:46', '2023-10-31 16:07:46'),
(304959, 2339, '0916-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:46', '2023-10-31 16:07:46'),
(304960, 2339, '0916-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:46', '2023-10-31 16:07:46'),
(304961, 2339, '0916-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:46', '2023-10-31 16:07:46'),
(304962, 2339, '0916-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:46', '2023-10-31 16:07:46'),
(304963, 2339, '0916-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:46', '2023-10-31 16:07:46'),
(304964, 2339, '0916-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:46', '2023-10-31 16:07:46'),
(304965, 2339, '0916-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:46', '2023-10-31 16:07:46'),
(304966, 2339, '0916-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:46', '2023-10-31 16:07:46'),
(304967, 2339, '0916-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:46', '2023-10-31 16:07:46'),
(304968, 2339, '0917-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:46', '2023-10-31 16:07:46'),
(304969, 2339, '0917-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:46', '2023-10-31 16:07:46'),
(304970, 2339, '0917-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:46', '2023-10-31 16:07:46'),
(304971, 2339, '0917-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:46', '2023-10-31 16:07:46'),
(304972, 2339, '0917-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:46', '2023-10-31 16:07:46'),
(304973, 2339, '0917-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:46', '2023-10-31 16:07:46'),
(304974, 2339, '0917-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:46', '2023-10-31 16:07:46'),
(304975, 2339, '0917-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:46', '2023-10-31 16:07:46'),
(304976, 2339, '0917-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:46', '2023-10-31 16:07:46'),
(304977, 2339, '0917-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:46', '2023-10-31 16:07:46'),
(304978, 2339, '0917-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:46', '2023-10-31 16:07:46'),
(304979, 2339, '0917-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:46', '2023-10-31 16:07:46'),
(304980, 2339, '0918-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:46', '2023-10-31 16:07:46'),
(304981, 2339, '0918-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:46', '2023-10-31 16:07:46'),
(304982, 2339, '0918-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:46', '2023-10-31 16:07:46'),
(304983, 2339, '0918-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:46', '2023-10-31 16:07:46'),
(304984, 2339, '0918-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:46', '2023-10-31 16:07:46'),
(304985, 2339, '0918-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:46', '2023-10-31 16:07:46'),
(304986, 2339, '0918-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:46', '2023-10-31 16:07:46'),
(304987, 2339, '0918-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:46', '2023-10-31 16:07:46'),
(304988, 2339, '0918-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:46', '2023-10-31 16:07:46'),
(304989, 2339, '0918-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:46', '2023-10-31 16:07:46'),
(304990, 2339, '0918-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:46', '2023-10-31 16:07:46'),
(304991, 2339, '0918-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:46', '2023-10-31 16:07:46'),
(304992, 2339, '0919-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:46', '2023-10-31 16:07:46'),
(304993, 2339, '0919-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:46', '2023-10-31 16:07:46'),
(304994, 2339, '0919-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:46', '2023-10-31 16:07:46'),
(304995, 2339, '0919-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:46', '2023-10-31 16:07:46'),
(304996, 2339, '0919-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:46', '2023-10-31 16:07:46'),
(304997, 2339, '0919-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:46', '2023-10-31 16:07:46'),
(304998, 2339, '0919-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:46', '2023-10-31 16:07:46'),
(304999, 2339, '0919-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:46', '2023-10-31 16:07:46'),
(305000, 2339, '0919-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:46', '2023-10-31 16:07:46'),
(305001, 2339, '0919-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:46', '2023-10-31 16:07:46'),
(305002, 2339, '0919-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:46', '2023-10-31 16:07:46'),
(305003, 2339, '0919-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:46', '2023-10-31 16:07:46'),
(305004, 2339, '0920-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:46', '2023-10-31 16:07:46'),
(305005, 2339, '0920-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:46', '2023-10-31 16:07:46'),
(305006, 2339, '0920-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:46', '2023-10-31 16:07:46'),
(305007, 2339, '0920-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:46', '2023-10-31 16:07:46'),
(305008, 2339, '0920-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:46', '2023-10-31 16:07:46'),
(305009, 2339, '0920-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:46', '2023-10-31 16:07:46'),
(305010, 2339, '0920-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:46', '2023-10-31 16:07:46'),
(305011, 2339, '0920-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:46', '2023-10-31 16:07:46'),
(305012, 2339, '0920-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:46', '2023-10-31 16:07:46'),
(305013, 2339, '0920-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:46', '2023-10-31 16:07:46'),
(305014, 2339, '0920-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:46', '2023-10-31 16:07:46'),
(305015, 2339, '0920-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:46', '2023-10-31 16:07:46'),
(305016, 2339, '0921-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:46', '2023-10-31 16:07:46'),
(305017, 2339, '0921-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:46', '2023-10-31 16:07:46'),
(305018, 2339, '0921-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:46', '2023-10-31 16:07:46'),
(305019, 2339, '0921-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:46', '2023-10-31 16:07:46'),
(305020, 2339, '0921-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:46', '2023-10-31 16:07:46'),
(305021, 2339, '0921-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:46', '2023-10-31 16:07:46'),
(305022, 2339, '0921-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:46', '2023-10-31 16:07:46'),
(305023, 2339, '0921-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:46', '2023-10-31 16:07:46'),
(305024, 2339, '0921-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:46', '2023-10-31 16:07:46'),
(305025, 2339, '0921-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:46', '2023-10-31 16:07:46'),
(305026, 2339, '0921-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:46', '2023-10-31 16:07:46'),
(305027, 2339, '0921-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:46', '2023-10-31 16:07:46'),
(305028, 2339, '0922-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:46', '2023-10-31 16:07:46'),
(305029, 2339, '0922-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:46', '2023-10-31 16:07:46'),
(305030, 2339, '0922-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:46', '2023-10-31 16:07:46'),
(305031, 2339, '0922-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:46', '2023-10-31 16:07:46'),
(305032, 2339, '0922-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:46', '2023-10-31 16:07:46'),
(305033, 2339, '0922-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:46', '2023-10-31 16:07:46'),
(305034, 2339, '0922-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:46', '2023-10-31 16:07:46'),
(305035, 2339, '0922-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:46', '2023-10-31 16:07:46'),
(305036, 2339, '0922-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:46', '2023-10-31 16:07:46'),
(305037, 2339, '0922-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:46', '2023-10-31 16:07:46'),
(305038, 2339, '0922-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:46', '2023-10-31 16:07:46'),
(305039, 2339, '0922-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:46', '2023-10-31 16:07:46'),
(305040, 2339, '0923-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:46', '2023-10-31 16:07:46'),
(305041, 2339, '0923-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:46', '2023-10-31 16:07:46'),
(305042, 2339, '0923-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:46', '2023-10-31 16:07:46'),
(305043, 2339, '0923-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:46', '2023-10-31 16:07:46'),
(305044, 2339, '0923-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:46', '2023-10-31 16:07:46'),
(305045, 2339, '0923-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:46', '2023-10-31 16:07:46'),
(305046, 2339, '0923-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:46', '2023-10-31 16:07:46'),
(305047, 2339, '0923-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:46', '2023-10-31 16:07:46'),
(305048, 2339, '0923-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:46', '2023-10-31 16:07:46'),
(305049, 2339, '0923-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:46', '2023-10-31 16:07:46'),
(305050, 2339, '0923-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:46', '2023-10-31 16:07:46'),
(305051, 2339, '0923-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:46', '2023-10-31 16:07:46'),
(305052, 2339, '0924-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:46', '2023-10-31 16:07:46'),
(305053, 2339, '0924-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:46', '2023-10-31 16:07:46'),
(305054, 2339, '0924-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:46', '2023-10-31 16:07:46'),
(305055, 2339, '0924-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:46', '2023-10-31 16:07:46'),
(305056, 2339, '0924-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:46', '2023-10-31 16:07:46'),
(305057, 2339, '0924-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:46', '2023-10-31 16:07:46'),
(305058, 2339, '0924-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:46', '2023-10-31 16:07:46'),
(305059, 2339, '0924-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:46', '2023-10-31 16:07:46'),
(305060, 2339, '0924-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:46', '2023-10-31 16:07:46'),
(305061, 2339, '0924-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:46', '2023-10-31 16:07:46'),
(305062, 2339, '0924-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:46', '2023-10-31 16:07:46'),
(305063, 2339, '0924-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:46', '2023-10-31 16:07:46'),
(305064, 2339, '0925-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:46', '2023-10-31 16:07:46'),
(305065, 2339, '0925-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:46', '2023-10-31 16:07:46'),
(305066, 2339, '0925-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:46', '2023-10-31 16:07:46'),
(305067, 2339, '0925-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:46', '2023-10-31 16:07:46'),
(305068, 2339, '0925-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:46', '2023-10-31 16:07:46'),
(305069, 2339, '0925-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:46', '2023-10-31 16:07:46'),
(305070, 2339, '0925-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:46', '2023-10-31 16:07:46'),
(305071, 2339, '0925-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:46', '2023-10-31 16:07:46'),
(305072, 2339, '0925-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:46', '2023-10-31 16:07:46'),
(305073, 2339, '0925-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:46', '2023-10-31 16:07:46'),
(305074, 2339, '0925-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:46', '2023-10-31 16:07:46'),
(305075, 2339, '0925-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:46', '2023-10-31 16:07:46'),
(305076, 2339, '0926-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:46', '2023-10-31 16:07:46'),
(305077, 2339, '0926-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:46', '2023-10-31 16:07:46'),
(305078, 2339, '0926-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:46', '2023-10-31 16:07:46'),
(305079, 2339, '0926-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:46', '2023-10-31 16:07:46'),
(305080, 2339, '0926-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:46', '2023-10-31 16:07:46'),
(305081, 2339, '0926-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:46', '2023-10-31 16:07:46'),
(305082, 2339, '0926-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:47', '2023-10-31 16:07:47'),
(305083, 2339, '0926-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:47', '2023-10-31 16:07:47'),
(305084, 2339, '0926-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:47', '2023-10-31 16:07:47'),
(305085, 2339, '0926-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:47', '2023-10-31 16:07:47'),
(305086, 2339, '0926-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:47', '2023-10-31 16:07:47'),
(305087, 2339, '0926-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:47', '2023-10-31 16:07:47'),
(305088, 2339, '0927-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:47', '2023-10-31 16:07:47'),
(305089, 2339, '0927-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:47', '2023-10-31 16:07:47'),
(305090, 2339, '0927-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:47', '2023-10-31 16:07:47'),
(305091, 2339, '0927-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:47', '2023-10-31 16:07:47'),
(305092, 2339, '0927-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:47', '2023-10-31 16:07:47'),
(305093, 2339, '0927-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:47', '2023-10-31 16:07:47'),
(305094, 2339, '0927-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:47', '2023-10-31 16:07:47'),
(305095, 2339, '0927-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:47', '2023-10-31 16:07:47'),
(305096, 2339, '0927-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:47', '2023-10-31 16:07:47'),
(305097, 2339, '0927-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:47', '2023-10-31 16:07:47'),
(305098, 2339, '0927-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:47', '2023-10-31 16:07:47'),
(305099, 2339, '0927-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:47', '2023-10-31 16:07:47'),
(305100, 2339, '0928-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:47', '2023-10-31 16:07:47'),
(305101, 2339, '0928-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:47', '2023-10-31 16:07:47'),
(305102, 2339, '0928-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:47', '2023-10-31 16:07:47'),
(305103, 2339, '0928-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:47', '2023-10-31 16:07:47'),
(305104, 2339, '0928-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:47', '2023-10-31 16:07:47'),
(305105, 2339, '0928-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:47', '2023-10-31 16:07:47'),
(305106, 2339, '0928-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:47', '2023-10-31 16:07:47'),
(305107, 2339, '0928-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:47', '2023-10-31 16:07:47'),
(305108, 2339, '0928-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:47', '2023-10-31 16:07:47'),
(305109, 2339, '0928-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:47', '2023-10-31 16:07:47'),
(305110, 2339, '0928-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:47', '2023-10-31 16:07:47'),
(305111, 2339, '0928-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:47', '2023-10-31 16:07:47'),
(305112, 2339, '0929-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:47', '2023-10-31 16:07:47'),
(305113, 2339, '0929-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:47', '2023-10-31 16:07:47'),
(305114, 2339, '0929-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:47', '2023-10-31 16:07:47'),
(305115, 2339, '0929-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:47', '2023-10-31 16:07:47'),
(305116, 2339, '0929-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:47', '2023-10-31 16:07:47'),
(305117, 2339, '0929-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:47', '2023-10-31 16:07:47'),
(305118, 2339, '0929-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:47', '2023-10-31 16:07:47'),
(305119, 2339, '0929-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:47', '2023-10-31 16:07:47'),
(305120, 2339, '0929-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:47', '2023-10-31 16:07:47'),
(305121, 2339, '0929-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:47', '2023-10-31 16:07:47'),
(305122, 2339, '0929-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:47', '2023-10-31 16:07:47'),
(305123, 2339, '0929-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:47', '2023-10-31 16:07:47'),
(305124, 2339, '0930-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:47', '2023-10-31 16:07:47'),
(305125, 2339, '0930-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:47', '2023-10-31 16:07:47'),
(305126, 2339, '0930-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:47', '2023-10-31 16:07:47'),
(305127, 2339, '0930-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:47', '2023-10-31 16:07:47'),
(305128, 2339, '0930-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:47', '2023-10-31 16:07:47'),
(305129, 2339, '0930-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:47', '2023-10-31 16:07:47'),
(305130, 2339, '0930-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:47', '2023-10-31 16:07:47'),
(305131, 2339, '0930-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:47', '2023-10-31 16:07:47'),
(305132, 2339, '0930-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:47', '2023-10-31 16:07:47'),
(305133, 2339, '0930-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:47', '2023-10-31 16:07:47'),
(305134, 2339, '0930-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:47', '2023-10-31 16:07:47'),
(305135, 2339, '0930-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:47', '2023-10-31 16:07:47'),
(305136, 2339, '0931-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:47', '2023-10-31 16:07:47'),
(305137, 2339, '0931-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:47', '2023-10-31 16:07:47'),
(305138, 2339, '0931-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:47', '2023-10-31 16:07:47'),
(305139, 2339, '0931-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:47', '2023-10-31 16:07:47'),
(305140, 2339, '0931-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:47', '2023-10-31 16:07:47'),
(305141, 2339, '0931-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:47', '2023-10-31 16:07:47'),
(305142, 2339, '0931-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:47', '2023-10-31 16:07:47'),
(305143, 2339, '0931-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:47', '2023-10-31 16:07:47'),
(305144, 2339, '0931-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:47', '2023-10-31 16:07:47'),
(305145, 2339, '0931-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:47', '2023-10-31 16:07:47'),
(305146, 2339, '0931-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:47', '2023-10-31 16:07:47'),
(305147, 2339, '0931-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:47', '2023-10-31 16:07:47'),
(305148, 2339, '0932-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:47', '2023-10-31 16:07:47'),
(305149, 2339, '0932-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:47', '2023-10-31 16:07:47'),
(305150, 2339, '0932-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:47', '2023-10-31 16:07:47'),
(305151, 2339, '0932-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:47', '2023-10-31 16:07:47'),
(305152, 2339, '0932-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:47', '2023-10-31 16:07:47'),
(305153, 2339, '0932-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:47', '2023-10-31 16:07:47'),
(305154, 2339, '0932-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:47', '2023-10-31 16:07:47'),
(305155, 2339, '0932-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:47', '2023-10-31 16:07:47'),
(305156, 2339, '0932-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:47', '2023-10-31 16:07:47'),
(305157, 2339, '0932-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:47', '2023-10-31 16:07:47'),
(305158, 2339, '0932-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:47', '2023-10-31 16:07:47'),
(305159, 2339, '0932-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:47', '2023-10-31 16:07:47'),
(305160, 2339, '0933-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:47', '2023-10-31 16:07:47'),
(305161, 2339, '0933-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:47', '2023-10-31 16:07:47'),
(305162, 2339, '0933-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:47', '2023-10-31 16:07:47'),
(305163, 2339, '0933-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:47', '2023-10-31 16:07:47'),
(305164, 2339, '0933-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:47', '2023-10-31 16:07:47'),
(305165, 2339, '0933-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:47', '2023-10-31 16:07:47'),
(305166, 2339, '0933-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:47', '2023-10-31 16:07:47'),
(305167, 2339, '0933-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:47', '2023-10-31 16:07:47'),
(305168, 2339, '0933-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:47', '2023-10-31 16:07:47'),
(305169, 2339, '0933-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:47', '2023-10-31 16:07:47'),
(305170, 2339, '0933-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:47', '2023-10-31 16:07:47'),
(305171, 2339, '0933-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:47', '2023-10-31 16:07:47'),
(305172, 2339, '0934-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:47', '2023-10-31 16:07:47'),
(305173, 2339, '0934-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:47', '2023-10-31 16:07:47'),
(305174, 2339, '0934-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:47', '2023-10-31 16:07:47'),
(305175, 2339, '0934-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:47', '2023-10-31 16:07:47'),
(305176, 2339, '0934-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:47', '2023-10-31 16:07:47'),
(305177, 2339, '0934-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:47', '2023-10-31 16:07:47'),
(305178, 2339, '0934-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:47', '2023-10-31 16:07:47'),
(305179, 2339, '0934-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:47', '2023-10-31 16:07:47'),
(305180, 2339, '0934-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:47', '2023-10-31 16:07:47'),
(305181, 2339, '0934-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:47', '2023-10-31 16:07:47'),
(305182, 2339, '0934-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:47', '2023-10-31 16:07:47'),
(305183, 2339, '0934-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:47', '2023-10-31 16:07:47'),
(305184, 2339, '0935-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:47', '2023-10-31 16:07:47'),
(305185, 2339, '0935-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:47', '2023-10-31 16:07:47'),
(305186, 2339, '0935-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:47', '2023-10-31 16:07:47'),
(305187, 2339, '0935-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:47', '2023-10-31 16:07:47'),
(305188, 2339, '0935-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:47', '2023-10-31 16:07:47'),
(305189, 2339, '0935-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:47', '2023-10-31 16:07:47'),
(305190, 2339, '0935-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:47', '2023-10-31 16:07:47'),
(305191, 2339, '0935-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:47', '2023-10-31 16:07:47'),
(305192, 2339, '0935-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:47', '2023-10-31 16:07:47'),
(305193, 2339, '0935-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:47', '2023-10-31 16:07:47'),
(305194, 2339, '0935-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:47', '2023-10-31 16:07:47'),
(305195, 2339, '0935-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:47', '2023-10-31 16:07:47'),
(305196, 2339, '0936-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:47', '2023-10-31 16:07:47'),
(305197, 2339, '0936-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:47', '2023-10-31 16:07:47'),
(305198, 2339, '0936-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:47', '2023-10-31 16:07:47'),
(305199, 2339, '0936-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:47', '2023-10-31 16:07:47'),
(305200, 2339, '0936-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:47', '2023-10-31 16:07:47'),
(305201, 2339, '0936-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:47', '2023-10-31 16:07:47'),
(305202, 2339, '0936-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:47', '2023-10-31 16:07:47'),
(305203, 2339, '0936-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:47', '2023-10-31 16:07:47'),
(305204, 2339, '0936-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:47', '2023-10-31 16:07:47'),
(305205, 2339, '0936-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:47', '2023-10-31 16:07:47'),
(305206, 2339, '0936-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:47', '2023-10-31 16:07:47'),
(305207, 2339, '0936-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:47', '2023-10-31 16:07:47'),
(305208, 2339, '0937-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:47', '2023-10-31 16:07:47'),
(305209, 2339, '0937-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:47', '2023-10-31 16:07:47'),
(305210, 2339, '0937-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:47', '2023-10-31 16:07:47'),
(305211, 2339, '0937-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:47', '2023-10-31 16:07:47'),
(305212, 2339, '0937-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:47', '2023-10-31 16:07:47'),
(305213, 2339, '0937-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:47', '2023-10-31 16:07:47'),
(305214, 2339, '0937-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:47', '2023-10-31 16:07:47'),
(305215, 2339, '0937-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:47', '2023-10-31 16:07:47'),
(305216, 2339, '0937-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:47', '2023-10-31 16:07:47'),
(305217, 2339, '0937-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:47', '2023-10-31 16:07:47'),
(305218, 2339, '0937-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:47', '2023-10-31 16:07:47'),
(305219, 2339, '0937-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:47', '2023-10-31 16:07:47'),
(305220, 2339, '0938-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:47', '2023-10-31 16:07:47'),
(305221, 2339, '0938-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:47', '2023-10-31 16:07:47'),
(305222, 2339, '0938-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:47', '2023-10-31 16:07:47'),
(305223, 2339, '0938-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:47', '2023-10-31 16:07:47'),
(305224, 2339, '0938-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:47', '2023-10-31 16:07:47'),
(305225, 2339, '0938-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:47', '2023-10-31 16:07:47'),
(305226, 2339, '0938-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:47', '2023-10-31 16:07:47'),
(305227, 2339, '0938-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:47', '2023-10-31 16:07:47'),
(305228, 2339, '0938-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:47', '2023-10-31 16:07:47'),
(305229, 2339, '0938-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:47', '2023-10-31 16:07:47'),
(305230, 2339, '0938-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:47', '2023-10-31 16:07:47'),
(305231, 2339, '0938-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:47', '2023-10-31 16:07:47'),
(305232, 2339, '0939-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:47', '2023-10-31 16:07:47');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(305233, 2339, '0939-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:47', '2023-10-31 16:07:47'),
(305234, 2339, '0939-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:47', '2023-10-31 16:07:47'),
(305235, 2339, '0939-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:47', '2023-10-31 16:07:47'),
(305236, 2339, '0939-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:47', '2023-10-31 16:07:47'),
(305237, 2339, '0939-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:47', '2023-10-31 16:07:47'),
(305238, 2339, '0939-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:47', '2023-10-31 16:07:47'),
(305239, 2339, '0939-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:47', '2023-10-31 16:07:47'),
(305240, 2339, '0939-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:47', '2023-10-31 16:07:47'),
(305241, 2339, '0939-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:47', '2023-10-31 16:07:47'),
(305242, 2339, '0939-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:47', '2023-10-31 16:07:47'),
(305243, 2339, '0939-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:47', '2023-10-31 16:07:47'),
(305244, 2339, '0940-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:47', '2023-10-31 16:07:47'),
(305245, 2339, '0940-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:47', '2023-10-31 16:07:47'),
(305246, 2339, '0940-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:47', '2023-10-31 16:07:47'),
(305247, 2339, '0940-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:47', '2023-10-31 16:07:47'),
(305248, 2339, '0940-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:47', '2023-10-31 16:07:47'),
(305249, 2339, '0940-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:47', '2023-10-31 16:07:47'),
(305250, 2339, '0940-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:47', '2023-10-31 16:07:47'),
(305251, 2339, '0940-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:47', '2023-10-31 16:07:47'),
(305252, 2339, '0940-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:47', '2023-10-31 16:07:47'),
(305253, 2339, '0940-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:47', '2023-10-31 16:07:47'),
(305254, 2339, '0940-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:47', '2023-10-31 16:07:47'),
(305255, 2339, '0940-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:47', '2023-10-31 16:07:47'),
(305256, 2339, '0941-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:47', '2023-10-31 16:07:47'),
(305257, 2339, '0941-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:47', '2023-10-31 16:07:47'),
(305258, 2339, '0941-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:47', '2023-10-31 16:07:47'),
(305259, 2339, '0941-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:47', '2023-10-31 16:07:47'),
(305260, 2339, '0941-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:47', '2023-10-31 16:07:47'),
(305261, 2339, '0941-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:47', '2023-10-31 16:07:47'),
(305262, 2339, '0941-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:47', '2023-10-31 16:07:47'),
(305263, 2339, '0941-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:47', '2023-10-31 16:07:47'),
(305264, 2339, '0941-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:47', '2023-10-31 16:07:47'),
(305265, 2339, '0941-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:47', '2023-10-31 16:07:47'),
(305266, 2339, '0941-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:47', '2023-10-31 16:07:47'),
(305267, 2339, '0941-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:47', '2023-10-31 16:07:47'),
(305268, 2339, '0942-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:47', '2023-10-31 16:07:47'),
(305269, 2339, '0942-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:47', '2023-10-31 16:07:47'),
(305270, 2339, '0942-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:47', '2023-10-31 16:07:47'),
(305271, 2339, '0942-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:47', '2023-10-31 16:07:47'),
(305272, 2339, '0942-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:47', '2023-10-31 16:07:47'),
(305273, 2339, '0942-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:47', '2023-10-31 16:07:47'),
(305274, 2339, '0942-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:47', '2023-10-31 16:07:47'),
(305275, 2339, '0942-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:47', '2023-10-31 16:07:47'),
(305276, 2339, '0942-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:47', '2023-10-31 16:07:47'),
(305277, 2339, '0942-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:47', '2023-10-31 16:07:47'),
(305278, 2339, '0942-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:47', '2023-10-31 16:07:47'),
(305279, 2339, '0942-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:47', '2023-10-31 16:07:47'),
(305280, 2339, '0943-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:47', '2023-10-31 16:07:47'),
(305281, 2339, '0943-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:47', '2023-10-31 16:07:47'),
(305282, 2339, '0943-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:47', '2023-10-31 16:07:47'),
(305283, 2339, '0943-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:47', '2023-10-31 16:07:47'),
(305284, 2339, '0943-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:47', '2023-10-31 16:07:47'),
(305285, 2339, '0943-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:47', '2023-10-31 16:07:47'),
(305286, 2339, '0943-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:47', '2023-10-31 16:07:47'),
(305287, 2339, '0943-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:47', '2023-10-31 16:07:47'),
(305288, 2339, '0943-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:47', '2023-10-31 16:07:47'),
(305289, 2339, '0943-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:47', '2023-10-31 16:07:47'),
(305290, 2339, '0943-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:47', '2023-10-31 16:07:47'),
(305291, 2339, '0943-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:47', '2023-10-31 16:07:47'),
(305292, 2339, '0944-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:47', '2023-10-31 16:07:47'),
(305293, 2339, '0944-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:47', '2023-10-31 16:07:47'),
(305294, 2339, '0944-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305295, 2339, '0944-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305296, 2339, '0944-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305297, 2339, '0944-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305298, 2339, '0944-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305299, 2339, '0944-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305300, 2339, '0944-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305301, 2339, '0944-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305302, 2339, '0944-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305303, 2339, '0944-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305304, 2339, '0945-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305305, 2339, '0945-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305306, 2339, '0945-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305307, 2339, '0945-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305308, 2339, '0945-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305309, 2339, '0945-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305310, 2339, '0945-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305311, 2339, '0945-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305312, 2339, '0945-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305313, 2339, '0945-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305314, 2339, '0945-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305315, 2339, '0945-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305316, 2339, '0946-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305317, 2339, '0946-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305318, 2339, '0946-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305319, 2339, '0946-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305320, 2339, '0946-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305321, 2339, '0946-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305322, 2339, '0946-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305323, 2339, '0946-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305324, 2339, '0946-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305325, 2339, '0946-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305326, 2339, '0946-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305327, 2339, '0946-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305328, 2339, '0947-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305329, 2339, '0947-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305330, 2339, '0947-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305331, 2339, '0947-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305332, 2339, '0947-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305333, 2339, '0947-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305334, 2339, '0947-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305335, 2339, '0947-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305336, 2339, '0947-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305337, 2339, '0947-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305338, 2339, '0947-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305339, 2339, '0947-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305340, 2339, '0948-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305341, 2339, '0948-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305342, 2339, '0948-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305343, 2339, '0948-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305344, 2339, '0948-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305345, 2339, '0948-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305346, 2339, '0948-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305347, 2339, '0948-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305348, 2339, '0948-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305349, 2339, '0948-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305350, 2339, '0948-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305351, 2339, '0948-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305352, 2339, '0949-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305353, 2339, '0949-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305354, 2339, '0949-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305355, 2339, '0949-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305356, 2339, '0949-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305357, 2339, '0949-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305358, 2339, '0949-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305359, 2339, '0949-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305360, 2339, '0949-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305361, 2339, '0949-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305362, 2339, '0949-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305363, 2339, '0949-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305364, 2339, '0950-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305365, 2339, '0950-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305366, 2339, '0950-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305367, 2339, '0950-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305368, 2339, '0950-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305369, 2339, '0950-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305370, 2339, '0950-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305371, 2339, '0950-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305372, 2339, '0950-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305373, 2339, '0950-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305374, 2339, '0950-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305375, 2339, '0950-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305376, 2339, '0951-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305377, 2339, '0951-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305378, 2339, '0951-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305379, 2339, '0951-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305380, 2339, '0951-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305381, 2339, '0951-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305382, 2339, '0951-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305383, 2339, '0951-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305384, 2339, '0951-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305385, 2339, '0951-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305386, 2339, '0951-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305387, 2339, '0951-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305388, 2339, '0952-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305389, 2339, '0952-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305390, 2339, '0952-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305391, 2339, '0952-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305392, 2339, '0952-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305393, 2339, '0952-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305394, 2339, '0952-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305395, 2339, '0952-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305396, 2339, '0952-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305397, 2339, '0952-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305398, 2339, '0952-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305399, 2339, '0952-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305400, 2339, '0953-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305401, 2339, '0953-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305402, 2339, '0953-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305403, 2339, '0953-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305404, 2339, '0953-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305405, 2339, '0953-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305406, 2339, '0953-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305407, 2339, '0953-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305408, 2339, '0953-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305409, 2339, '0953-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305410, 2339, '0953-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305411, 2339, '0953-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305412, 2339, '0954-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305413, 2339, '0954-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305414, 2339, '0954-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305415, 2339, '0954-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305416, 2339, '0954-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305417, 2339, '0954-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305418, 2339, '0954-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305419, 2339, '0954-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305420, 2339, '0954-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305421, 2339, '0954-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305422, 2339, '0954-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305423, 2339, '0954-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305424, 2339, '0955-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305425, 2339, '0955-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305426, 2339, '0955-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305427, 2339, '0955-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305428, 2339, '0955-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305429, 2339, '0955-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305430, 2339, '0955-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305431, 2339, '0955-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305432, 2339, '0955-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305433, 2339, '0955-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305434, 2339, '0955-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305435, 2339, '0955-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305436, 2339, '0956-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305437, 2339, '0956-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305438, 2339, '0956-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305439, 2339, '0956-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305440, 2339, '0956-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305441, 2339, '0956-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305442, 2339, '0956-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305443, 2339, '0956-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305444, 2339, '0956-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305445, 2339, '0956-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305446, 2339, '0956-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305447, 2339, '0956-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305448, 2339, '0957-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305449, 2339, '0957-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305450, 2339, '0957-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305451, 2339, '0957-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305452, 2339, '0957-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305453, 2339, '0957-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305454, 2339, '0957-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305455, 2339, '0957-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305456, 2339, '0957-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305457, 2339, '0957-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305458, 2339, '0957-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305459, 2339, '0957-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305460, 2339, '0958-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305461, 2339, '0958-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305462, 2339, '0958-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305463, 2339, '0958-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305464, 2339, '0958-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305465, 2339, '0958-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305466, 2339, '0958-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305467, 2339, '0958-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305468, 2339, '0958-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305469, 2339, '0958-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305470, 2339, '0958-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305471, 2339, '0958-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305472, 2339, '0959-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305473, 2339, '0959-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305474, 2339, '0959-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305475, 2339, '0959-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305476, 2339, '0959-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305477, 2339, '0959-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305478, 2339, '0959-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305479, 2339, '0959-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305480, 2339, '0959-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305481, 2339, '0959-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305482, 2339, '0959-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305483, 2339, '0959-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305484, 2339, '0960-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305485, 2339, '0960-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305486, 2339, '0960-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305487, 2339, '0960-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305488, 2339, '0960-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305489, 2339, '0960-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305490, 2339, '0960-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305491, 2339, '0960-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305492, 2339, '0960-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305493, 2339, '0960-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305494, 2339, '0960-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305495, 2339, '0960-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305496, 2339, '0961-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305497, 2339, '0961-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305498, 2339, '0961-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305499, 2339, '0961-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305500, 2339, '0961-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305501, 2339, '0961-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305502, 2339, '0961-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305503, 2339, '0961-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305504, 2339, '0961-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305505, 2339, '0961-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305506, 2339, '0961-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305507, 2339, '0961-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305508, 2339, '0962-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305509, 2339, '0962-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305510, 2339, '0962-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305511, 2339, '0962-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305512, 2339, '0962-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305513, 2339, '0962-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305514, 2339, '0962-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305515, 2339, '0962-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305516, 2339, '0962-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305517, 2339, '0962-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305518, 2339, '0962-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305519, 2339, '0962-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305520, 2339, '0963-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305521, 2339, '0963-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305522, 2339, '0963-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305523, 2339, '0963-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305524, 2339, '0963-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305525, 2339, '0963-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305526, 2339, '0963-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305527, 2339, '0963-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305528, 2339, '0963-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305529, 2339, '0963-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305530, 2339, '0963-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305531, 2339, '0963-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305532, 2339, '0964-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305533, 2339, '0964-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305534, 2339, '0964-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305535, 2339, '0964-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:48', '2023-10-31 16:07:48'),
(305536, 2339, '0964-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:49', '2023-10-31 16:07:49'),
(305537, 2339, '0964-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:49', '2023-10-31 16:07:49'),
(305538, 2339, '0964-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:49', '2023-10-31 16:07:49'),
(305539, 2339, '0964-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:49', '2023-10-31 16:07:49'),
(305540, 2339, '0964-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:49', '2023-10-31 16:07:49'),
(305541, 2339, '0964-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:49', '2023-10-31 16:07:49'),
(305542, 2339, '0964-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:49', '2023-10-31 16:07:49'),
(305543, 2339, '0964-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:49', '2023-10-31 16:07:49'),
(305544, 2339, '0965-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:49', '2023-10-31 16:07:49'),
(305545, 2339, '0965-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:49', '2023-10-31 16:07:49'),
(305546, 2339, '0965-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:49', '2023-10-31 16:07:49'),
(305547, 2339, '0965-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:49', '2023-10-31 16:07:49'),
(305548, 2339, '0965-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:49', '2023-10-31 16:07:49'),
(305549, 2339, '0965-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:49', '2023-10-31 16:07:49'),
(305550, 2339, '0965-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:49', '2023-10-31 16:07:49'),
(305551, 2339, '0965-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:49', '2023-10-31 16:07:49'),
(305552, 2339, '0965-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:49', '2023-10-31 16:07:49'),
(305553, 2339, '0965-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:49', '2023-10-31 16:07:49'),
(305554, 2339, '0965-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:49', '2023-10-31 16:07:49'),
(305555, 2339, '0965-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:49', '2023-10-31 16:07:49'),
(305556, 2339, '0966-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:49', '2023-10-31 16:07:49'),
(305557, 2339, '0966-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:49', '2023-10-31 16:07:49'),
(305558, 2339, '0966-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:49', '2023-10-31 16:07:49'),
(305559, 2339, '0966-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:49', '2023-10-31 16:07:49'),
(305560, 2339, '0966-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:49', '2023-10-31 16:07:49'),
(305561, 2339, '0966-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:49', '2023-10-31 16:07:49'),
(305562, 2339, '0966-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:49', '2023-10-31 16:07:49'),
(305563, 2339, '0966-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:49', '2023-10-31 16:07:49'),
(305564, 2339, '0966-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:49', '2023-10-31 16:07:49'),
(305565, 2339, '0966-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:49', '2023-10-31 16:07:49'),
(305566, 2339, '0966-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:49', '2023-10-31 16:07:49'),
(305567, 2339, '0966-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:49', '2023-10-31 16:07:49'),
(305568, 2339, '0967-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:49', '2023-10-31 16:07:49'),
(305569, 2339, '0967-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:49', '2023-10-31 16:07:49'),
(305570, 2339, '0967-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:49', '2023-10-31 16:07:49'),
(305571, 2339, '0967-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:49', '2023-10-31 16:07:49'),
(305572, 2339, '0967-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:49', '2023-10-31 16:07:49'),
(305573, 2339, '0967-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:49', '2023-10-31 16:07:49'),
(305574, 2339, '0967-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:49', '2023-10-31 16:07:49'),
(305575, 2339, '0967-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:49', '2023-10-31 16:07:49'),
(305576, 2339, '0967-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:49', '2023-10-31 16:07:49'),
(305577, 2339, '0967-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:49', '2023-10-31 16:07:49'),
(305578, 2339, '0967-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:49', '2023-10-31 16:07:49'),
(305579, 2339, '0967-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:49', '2023-10-31 16:07:49'),
(305580, 2339, '0968-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:49', '2023-10-31 16:07:49'),
(305581, 2339, '0968-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:49', '2023-10-31 16:07:49'),
(305582, 2339, '0968-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:49', '2023-10-31 16:07:49'),
(305583, 2339, '0968-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:49', '2023-10-31 16:07:49'),
(305584, 2339, '0968-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:49', '2023-10-31 16:07:49'),
(305585, 2339, '0968-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:49', '2023-10-31 16:07:49'),
(305586, 2339, '0968-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:49', '2023-10-31 16:07:49'),
(305587, 2339, '0968-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:49', '2023-10-31 16:07:49'),
(305588, 2339, '0968-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:49', '2023-10-31 16:07:49'),
(305589, 2339, '0968-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:49', '2023-10-31 16:07:49'),
(305590, 2339, '0968-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:49', '2023-10-31 16:07:49'),
(305591, 2339, '0968-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:49', '2023-10-31 16:07:49'),
(305592, 2339, '0969-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:49', '2023-10-31 16:07:49'),
(305593, 2339, '0969-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:49', '2023-10-31 16:07:49'),
(305594, 2339, '0969-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:49', '2023-10-31 16:07:49'),
(305595, 2339, '0969-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:49', '2023-10-31 16:07:49'),
(305596, 2339, '0969-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:49', '2023-10-31 16:07:49'),
(305597, 2339, '0969-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:49', '2023-10-31 16:07:49'),
(305598, 2339, '0969-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:49', '2023-10-31 16:07:49'),
(305599, 2339, '0969-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:49', '2023-10-31 16:07:49'),
(305600, 2339, '0969-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:49', '2023-10-31 16:07:49'),
(305601, 2339, '0969-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:49', '2023-10-31 16:07:49'),
(305602, 2339, '0969-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:49', '2023-10-31 16:07:49'),
(305603, 2339, '0969-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:49', '2023-10-31 16:07:49'),
(305604, 2339, '0970-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:49', '2023-10-31 16:07:49'),
(305605, 2339, '0970-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:49', '2023-10-31 16:07:49'),
(305606, 2339, '0970-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:49', '2023-10-31 16:07:49'),
(305607, 2339, '0970-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:49', '2023-10-31 16:07:49'),
(305608, 2339, '0970-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:49', '2023-10-31 16:07:49'),
(305609, 2339, '0970-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:49', '2023-10-31 16:07:49'),
(305610, 2339, '0970-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:49', '2023-10-31 16:07:49'),
(305611, 2339, '0970-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:49', '2023-10-31 16:07:49'),
(305612, 2339, '0970-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:49', '2023-10-31 16:07:49'),
(305613, 2339, '0970-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:49', '2023-10-31 16:07:49'),
(305614, 2339, '0970-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:49', '2023-10-31 16:07:49'),
(305615, 2339, '0970-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:49', '2023-10-31 16:07:49'),
(305616, 2339, '0971-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:49', '2023-10-31 16:07:49'),
(305617, 2339, '0971-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:49', '2023-10-31 16:07:49'),
(305618, 2339, '0971-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:49', '2023-10-31 16:07:49'),
(305619, 2339, '0971-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:49', '2023-10-31 16:07:49'),
(305620, 2339, '0971-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:49', '2023-10-31 16:07:49'),
(305621, 2339, '0971-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:49', '2023-10-31 16:07:49'),
(305622, 2339, '0971-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:49', '2023-10-31 16:07:49'),
(305623, 2339, '0971-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:49', '2023-10-31 16:07:49'),
(305624, 2339, '0971-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:49', '2023-10-31 16:07:49'),
(305625, 2339, '0971-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:49', '2023-10-31 16:07:49'),
(305626, 2339, '0971-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:49', '2023-10-31 16:07:49'),
(305627, 2339, '0971-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:49', '2023-10-31 16:07:49'),
(305628, 2339, '0972-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:49', '2023-10-31 16:07:49'),
(305629, 2339, '0972-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:49', '2023-10-31 16:07:49'),
(305630, 2339, '0972-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:49', '2023-10-31 16:07:49'),
(305631, 2339, '0972-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:49', '2023-10-31 16:07:49'),
(305632, 2339, '0972-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:49', '2023-10-31 16:07:49'),
(305633, 2339, '0972-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:49', '2023-10-31 16:07:49'),
(305634, 2339, '0972-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:49', '2023-10-31 16:07:49'),
(305635, 2339, '0972-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:49', '2023-10-31 16:07:49'),
(305636, 2339, '0972-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:49', '2023-10-31 16:07:49'),
(305637, 2339, '0972-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:49', '2023-10-31 16:07:49'),
(305638, 2339, '0972-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:49', '2023-10-31 16:07:49'),
(305639, 2339, '0972-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:49', '2023-10-31 16:07:49'),
(305640, 2339, '0973-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:49', '2023-10-31 16:07:49'),
(305641, 2339, '0973-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:49', '2023-10-31 16:07:49'),
(305642, 2339, '0973-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:49', '2023-10-31 16:07:49'),
(305643, 2339, '0973-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:49', '2023-10-31 16:07:49'),
(305644, 2339, '0973-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:49', '2023-10-31 16:07:49'),
(305645, 2339, '0973-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:49', '2023-10-31 16:07:49'),
(305646, 2339, '0973-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:49', '2023-10-31 16:07:49'),
(305647, 2339, '0973-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:49', '2023-10-31 16:07:49'),
(305648, 2339, '0973-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:49', '2023-10-31 16:07:49'),
(305649, 2339, '0973-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:49', '2023-10-31 16:07:49'),
(305650, 2339, '0973-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:49', '2023-10-31 16:07:49'),
(305651, 2339, '0973-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:49', '2023-10-31 16:07:49'),
(305652, 2339, '0974-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:49', '2023-10-31 16:07:49'),
(305653, 2339, '0974-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:49', '2023-10-31 16:07:49'),
(305654, 2339, '0974-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:49', '2023-10-31 16:07:49'),
(305655, 2339, '0974-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:49', '2023-10-31 16:07:49'),
(305656, 2339, '0974-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:49', '2023-10-31 16:07:49'),
(305657, 2339, '0974-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:49', '2023-10-31 16:07:49'),
(305658, 2339, '0974-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:49', '2023-10-31 16:07:49'),
(305659, 2339, '0974-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:49', '2023-10-31 16:07:49'),
(305660, 2339, '0974-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:49', '2023-10-31 16:07:49'),
(305661, 2339, '0974-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:49', '2023-10-31 16:07:49'),
(305662, 2339, '0974-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:49', '2023-10-31 16:07:49'),
(305663, 2339, '0974-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:49', '2023-10-31 16:07:49'),
(305664, 2339, '0975-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:49', '2023-10-31 16:07:49'),
(305665, 2339, '0975-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:49', '2023-10-31 16:07:49'),
(305666, 2339, '0975-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:49', '2023-10-31 16:07:49'),
(305667, 2339, '0975-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:49', '2023-10-31 16:07:49'),
(305668, 2339, '0975-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:49', '2023-10-31 16:07:49'),
(305669, 2339, '0975-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:49', '2023-10-31 16:07:49'),
(305670, 2339, '0975-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:49', '2023-10-31 16:07:49'),
(305671, 2339, '0975-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:49', '2023-10-31 16:07:49'),
(305672, 2339, '0975-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:49', '2023-10-31 16:07:49'),
(305673, 2339, '0975-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:49', '2023-10-31 16:07:49'),
(305674, 2339, '0975-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:49', '2023-10-31 16:07:49'),
(305675, 2339, '0975-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:49', '2023-10-31 16:07:49'),
(305676, 2339, '0976-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:49', '2023-10-31 16:07:49'),
(305677, 2339, '0976-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:49', '2023-10-31 16:07:49'),
(305678, 2339, '0976-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:49', '2023-10-31 16:07:49'),
(305679, 2339, '0976-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:49', '2023-10-31 16:07:49'),
(305680, 2339, '0976-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:49', '2023-10-31 16:07:49'),
(305681, 2339, '0976-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:49', '2023-10-31 16:07:49'),
(305682, 2339, '0976-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:49', '2023-10-31 16:07:49'),
(305683, 2339, '0976-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:49', '2023-10-31 16:07:49'),
(305684, 2339, '0976-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:49', '2023-10-31 16:07:49'),
(305685, 2339, '0976-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:49', '2023-10-31 16:07:49'),
(305686, 2339, '0976-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:49', '2023-10-31 16:07:49'),
(305687, 2339, '0976-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:49', '2023-10-31 16:07:49'),
(305688, 2339, '0977-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:49', '2023-10-31 16:07:49'),
(305689, 2339, '0977-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:49', '2023-10-31 16:07:49'),
(305690, 2339, '0977-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:49', '2023-10-31 16:07:49'),
(305691, 2339, '0977-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:49', '2023-10-31 16:07:49'),
(305692, 2339, '0977-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:49', '2023-10-31 16:07:49'),
(305693, 2339, '0977-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:49', '2023-10-31 16:07:49'),
(305694, 2339, '0977-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:49', '2023-10-31 16:07:49'),
(305695, 2339, '0977-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:49', '2023-10-31 16:07:49'),
(305696, 2339, '0977-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:49', '2023-10-31 16:07:49'),
(305697, 2339, '0977-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:49', '2023-10-31 16:07:49');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(305698, 2339, '0977-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:49', '2023-10-31 16:07:49'),
(305699, 2339, '0977-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:49', '2023-10-31 16:07:49'),
(305700, 2339, '0978-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:49', '2023-10-31 16:07:49'),
(305701, 2339, '0978-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:49', '2023-10-31 16:07:49'),
(305702, 2339, '0978-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:49', '2023-10-31 16:07:49'),
(305703, 2339, '0978-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:49', '2023-10-31 16:07:49'),
(305704, 2339, '0978-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:49', '2023-10-31 16:07:49'),
(305705, 2339, '0978-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:49', '2023-10-31 16:07:49'),
(305706, 2339, '0978-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:49', '2023-10-31 16:07:49'),
(305707, 2339, '0978-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:49', '2023-10-31 16:07:49'),
(305708, 2339, '0978-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:49', '2023-10-31 16:07:49'),
(305709, 2339, '0978-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:49', '2023-10-31 16:07:49'),
(305710, 2339, '0978-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:49', '2023-10-31 16:07:49'),
(305711, 2339, '0978-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:49', '2023-10-31 16:07:49'),
(305712, 2339, '0979-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:49', '2023-10-31 16:07:49'),
(305713, 2339, '0979-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:49', '2023-10-31 16:07:49'),
(305714, 2339, '0979-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:49', '2023-10-31 16:07:49'),
(305715, 2339, '0979-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:49', '2023-10-31 16:07:49'),
(305716, 2339, '0979-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:49', '2023-10-31 16:07:49'),
(305717, 2339, '0979-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:49', '2023-10-31 16:07:49'),
(305718, 2339, '0979-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:49', '2023-10-31 16:07:49'),
(305719, 2339, '0979-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:49', '2023-10-31 16:07:49'),
(305720, 2339, '0979-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:49', '2023-10-31 16:07:49'),
(305721, 2339, '0979-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:49', '2023-10-31 16:07:49'),
(305722, 2339, '0979-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:49', '2023-10-31 16:07:49'),
(305723, 2339, '0979-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:49', '2023-10-31 16:07:49'),
(305724, 2339, '0980-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:49', '2023-10-31 16:07:49'),
(305725, 2339, '0980-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:49', '2023-10-31 16:07:49'),
(305726, 2339, '0980-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:49', '2023-10-31 16:07:49'),
(305727, 2339, '0980-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:49', '2023-10-31 16:07:49'),
(305728, 2339, '0980-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:49', '2023-10-31 16:07:49'),
(305729, 2339, '0980-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:49', '2023-10-31 16:07:49'),
(305730, 2339, '0980-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:49', '2023-10-31 16:07:49'),
(305731, 2339, '0980-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:49', '2023-10-31 16:07:49'),
(305732, 2339, '0980-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:49', '2023-10-31 16:07:49'),
(305733, 2339, '0980-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:49', '2023-10-31 16:07:49'),
(305734, 2339, '0980-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:49', '2023-10-31 16:07:49'),
(305735, 2339, '0980-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:49', '2023-10-31 16:07:49'),
(305736, 2339, '0981-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:49', '2023-10-31 16:07:49'),
(305737, 2339, '0981-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:49', '2023-10-31 16:07:49'),
(305738, 2339, '0981-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:49', '2023-10-31 16:07:49'),
(305739, 2339, '0981-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:49', '2023-10-31 16:07:49'),
(305740, 2339, '0981-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:49', '2023-10-31 16:07:49'),
(305741, 2339, '0981-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:49', '2023-10-31 16:07:49'),
(305742, 2339, '0981-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:50', '2023-10-31 16:07:50'),
(305743, 2339, '0981-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:50', '2023-10-31 16:07:50'),
(305744, 2339, '0981-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:50', '2023-10-31 16:07:50'),
(305745, 2339, '0981-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:50', '2023-10-31 16:07:50'),
(305746, 2339, '0981-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:50', '2023-10-31 16:07:50'),
(305747, 2339, '0981-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:50', '2023-10-31 16:07:50'),
(305748, 2339, '0982-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:50', '2023-10-31 16:07:50'),
(305749, 2339, '0982-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:50', '2023-10-31 16:07:50'),
(305750, 2339, '0982-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:50', '2023-10-31 16:07:50'),
(305751, 2339, '0982-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:50', '2023-10-31 16:07:50'),
(305752, 2339, '0982-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:50', '2023-10-31 16:07:50'),
(305753, 2339, '0982-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:50', '2023-10-31 16:07:50'),
(305754, 2339, '0982-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:50', '2023-10-31 16:07:50'),
(305755, 2339, '0982-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:50', '2023-10-31 16:07:50'),
(305756, 2339, '0982-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:50', '2023-10-31 16:07:50'),
(305757, 2339, '0982-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:50', '2023-10-31 16:07:50'),
(305758, 2339, '0982-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:50', '2023-10-31 16:07:50'),
(305759, 2339, '0982-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:50', '2023-10-31 16:07:50'),
(305760, 2339, '0983-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:50', '2023-10-31 16:07:50'),
(305761, 2339, '0983-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:50', '2023-10-31 16:07:50'),
(305762, 2339, '0983-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:50', '2023-10-31 16:07:50'),
(305763, 2339, '0983-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:50', '2023-10-31 16:07:50'),
(305764, 2339, '0983-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:50', '2023-10-31 16:07:50'),
(305765, 2339, '0983-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:50', '2023-10-31 16:07:50'),
(305766, 2339, '0983-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:50', '2023-10-31 16:07:50'),
(305767, 2339, '0983-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:50', '2023-10-31 16:07:50'),
(305768, 2339, '0983-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:50', '2023-10-31 16:07:50'),
(305769, 2339, '0983-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:50', '2023-10-31 16:07:50'),
(305770, 2339, '0983-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:50', '2023-10-31 16:07:50'),
(305771, 2339, '0983-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:50', '2023-10-31 16:07:50'),
(305772, 2339, '0984-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:50', '2023-10-31 16:07:50'),
(305773, 2339, '0984-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:50', '2023-10-31 16:07:50'),
(305774, 2339, '0984-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:50', '2023-10-31 16:07:50'),
(305775, 2339, '0984-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:50', '2023-10-31 16:07:50'),
(305776, 2339, '0984-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:50', '2023-10-31 16:07:50'),
(305777, 2339, '0984-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:50', '2023-10-31 16:07:50'),
(305778, 2339, '0984-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:50', '2023-10-31 16:07:50'),
(305779, 2339, '0984-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:50', '2023-10-31 16:07:50'),
(305780, 2339, '0984-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:50', '2023-10-31 16:07:50'),
(305781, 2339, '0984-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:50', '2023-10-31 16:07:50'),
(305782, 2339, '0984-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:50', '2023-10-31 16:07:50'),
(305783, 2339, '0984-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:50', '2023-10-31 16:07:50'),
(305784, 2339, '0985-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:50', '2023-10-31 16:07:50'),
(305785, 2339, '0985-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:50', '2023-10-31 16:07:50'),
(305786, 2339, '0985-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:50', '2023-10-31 16:07:50'),
(305787, 2339, '0985-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:50', '2023-10-31 16:07:50'),
(305788, 2339, '0985-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:50', '2023-10-31 16:07:50'),
(305789, 2339, '0985-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:50', '2023-10-31 16:07:50'),
(305790, 2339, '0985-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:50', '2023-10-31 16:07:50'),
(305791, 2339, '0985-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:50', '2023-10-31 16:07:50'),
(305792, 2339, '0985-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:50', '2023-10-31 16:07:50'),
(305793, 2339, '0985-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:50', '2023-10-31 16:07:50'),
(305794, 2339, '0985-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:50', '2023-10-31 16:07:50'),
(305795, 2339, '0985-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:50', '2023-10-31 16:07:50'),
(305796, 2339, '0986-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:50', '2023-10-31 16:07:50'),
(305797, 2339, '0986-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:50', '2023-10-31 16:07:50'),
(305798, 2339, '0986-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:50', '2023-10-31 16:07:50'),
(305799, 2339, '0986-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:50', '2023-10-31 16:07:50'),
(305800, 2339, '0986-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:50', '2023-10-31 16:07:50'),
(305801, 2339, '0986-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:50', '2023-10-31 16:07:50'),
(305802, 2339, '0986-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:50', '2023-10-31 16:07:50'),
(305803, 2339, '0986-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:50', '2023-10-31 16:07:50'),
(305804, 2339, '0986-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:50', '2023-10-31 16:07:50'),
(305805, 2339, '0986-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:50', '2023-10-31 16:07:50'),
(305806, 2339, '0986-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:50', '2023-10-31 16:07:50'),
(305807, 2339, '0986-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:50', '2023-10-31 16:07:50'),
(305808, 2339, '0987-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:50', '2023-10-31 16:07:50'),
(305809, 2339, '0987-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:50', '2023-10-31 16:07:50'),
(305810, 2339, '0987-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:50', '2023-10-31 16:07:50'),
(305811, 2339, '0987-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:50', '2023-10-31 16:07:50'),
(305812, 2339, '0987-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:50', '2023-10-31 16:07:50'),
(305813, 2339, '0987-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:50', '2023-10-31 16:07:50'),
(305814, 2339, '0987-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:50', '2023-10-31 16:07:50'),
(305815, 2339, '0987-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:50', '2023-10-31 16:07:50'),
(305816, 2339, '0987-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:50', '2023-10-31 16:07:50'),
(305817, 2339, '0987-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:50', '2023-10-31 16:07:50'),
(305818, 2339, '0987-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:50', '2023-10-31 16:07:50'),
(305819, 2339, '0987-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:50', '2023-10-31 16:07:50'),
(305820, 2339, '0988-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:50', '2023-10-31 16:07:50'),
(305821, 2339, '0988-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:50', '2023-10-31 16:07:50'),
(305822, 2339, '0988-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:50', '2023-10-31 16:07:50'),
(305823, 2339, '0988-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:50', '2023-10-31 16:07:50'),
(305824, 2339, '0988-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:50', '2023-10-31 16:07:50'),
(305825, 2339, '0988-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:50', '2023-10-31 16:07:50'),
(305826, 2339, '0988-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:50', '2023-10-31 16:07:50'),
(305827, 2339, '0988-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:50', '2023-10-31 16:07:50'),
(305828, 2339, '0988-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:50', '2023-10-31 16:07:50'),
(305829, 2339, '0988-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:50', '2023-10-31 16:07:50'),
(305830, 2339, '0988-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:50', '2023-10-31 16:07:50'),
(305831, 2339, '0988-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:50', '2023-10-31 16:07:50'),
(305832, 2339, '0989-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:50', '2023-10-31 16:07:50'),
(305833, 2339, '0989-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:50', '2023-10-31 16:07:50'),
(305834, 2339, '0989-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:50', '2023-10-31 16:07:50'),
(305835, 2339, '0989-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:50', '2023-10-31 16:07:50'),
(305836, 2339, '0989-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:50', '2023-10-31 16:07:50'),
(305837, 2339, '0989-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:50', '2023-10-31 16:07:50'),
(305838, 2339, '0989-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:50', '2023-10-31 16:07:50'),
(305839, 2339, '0989-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:50', '2023-10-31 16:07:50'),
(305840, 2339, '0989-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:50', '2023-10-31 16:07:50'),
(305841, 2339, '0989-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:50', '2023-10-31 16:07:50'),
(305842, 2339, '0989-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:50', '2023-10-31 16:07:50'),
(305843, 2339, '0989-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:50', '2023-10-31 16:07:50'),
(305844, 2339, '0990-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:50', '2023-10-31 16:07:50'),
(305845, 2339, '0990-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:50', '2023-10-31 16:07:50'),
(305846, 2339, '0990-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:50', '2023-10-31 16:07:50'),
(305847, 2339, '0990-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:50', '2023-10-31 16:07:50'),
(305848, 2339, '0990-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:50', '2023-10-31 16:07:50'),
(305849, 2339, '0990-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:50', '2023-10-31 16:07:50'),
(305850, 2339, '0990-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:50', '2023-10-31 16:07:50'),
(305851, 2339, '0990-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:50', '2023-10-31 16:07:50'),
(305852, 2339, '0990-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:50', '2023-10-31 16:07:50'),
(305853, 2339, '0990-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:50', '2023-10-31 16:07:50'),
(305854, 2339, '0990-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:50', '2023-10-31 16:07:50'),
(305855, 2339, '0990-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:50', '2023-10-31 16:07:50'),
(305856, 2339, '0991-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:50', '2023-10-31 16:07:50'),
(305857, 2339, '0991-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:50', '2023-10-31 16:07:50'),
(305858, 2339, '0991-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:50', '2023-10-31 16:07:50'),
(305859, 2339, '0991-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:50', '2023-10-31 16:07:50'),
(305860, 2339, '0991-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:50', '2023-10-31 16:07:50'),
(305861, 2339, '0991-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:50', '2023-10-31 16:07:50'),
(305862, 2339, '0991-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:50', '2023-10-31 16:07:50'),
(305863, 2339, '0991-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:50', '2023-10-31 16:07:50'),
(305864, 2339, '0991-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:50', '2023-10-31 16:07:50'),
(305865, 2339, '0991-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:50', '2023-10-31 16:07:50'),
(305866, 2339, '0991-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:50', '2023-10-31 16:07:50'),
(305867, 2339, '0991-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:50', '2023-10-31 16:07:50'),
(305868, 2339, '0992-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:50', '2023-10-31 16:07:50'),
(305869, 2339, '0992-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:50', '2023-10-31 16:07:50'),
(305870, 2339, '0992-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:50', '2023-10-31 16:07:50'),
(305871, 2339, '0992-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:50', '2023-10-31 16:07:50'),
(305872, 2339, '0992-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:50', '2023-10-31 16:07:50'),
(305873, 2339, '0992-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:50', '2023-10-31 16:07:50'),
(305874, 2339, '0992-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:50', '2023-10-31 16:07:50'),
(305875, 2339, '0992-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:50', '2023-10-31 16:07:50'),
(305876, 2339, '0992-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:50', '2023-10-31 16:07:50'),
(305877, 2339, '0992-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:50', '2023-10-31 16:07:50'),
(305878, 2339, '0992-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:50', '2023-10-31 16:07:50'),
(305879, 2339, '0992-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:50', '2023-10-31 16:07:50'),
(305880, 2339, '0993-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:50', '2023-10-31 16:07:50'),
(305881, 2339, '0993-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:50', '2023-10-31 16:07:50'),
(305882, 2339, '0993-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:50', '2023-10-31 16:07:50'),
(305883, 2339, '0993-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:50', '2023-10-31 16:07:50'),
(305884, 2339, '0993-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:50', '2023-10-31 16:07:50'),
(305885, 2339, '0993-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:50', '2023-10-31 16:07:50'),
(305886, 2339, '0993-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:50', '2023-10-31 16:07:50'),
(305887, 2339, '0993-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:50', '2023-10-31 16:07:50'),
(305888, 2339, '0993-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:50', '2023-10-31 16:07:50'),
(305889, 2339, '0993-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:50', '2023-10-31 16:07:50'),
(305890, 2339, '0993-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:50', '2023-10-31 16:07:50'),
(305891, 2339, '0993-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:50', '2023-10-31 16:07:50'),
(305892, 2339, '0994-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:50', '2023-10-31 16:07:50'),
(305893, 2339, '0994-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:50', '2023-10-31 16:07:50'),
(305894, 2339, '0994-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:50', '2023-10-31 16:07:50'),
(305895, 2339, '0994-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:50', '2023-10-31 16:07:50'),
(305896, 2339, '0994-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:50', '2023-10-31 16:07:50'),
(305897, 2339, '0994-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:50', '2023-10-31 16:07:50'),
(305898, 2339, '0994-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:50', '2023-10-31 16:07:50'),
(305899, 2339, '0994-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:50', '2023-10-31 16:07:50'),
(305900, 2339, '0994-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:50', '2023-10-31 16:07:50'),
(305901, 2339, '0994-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:50', '2023-10-31 16:07:50'),
(305902, 2339, '0994-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:50', '2023-10-31 16:07:50'),
(305903, 2339, '0994-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:50', '2023-10-31 16:07:50'),
(305904, 2339, '0995-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:50', '2023-10-31 16:07:50'),
(305905, 2339, '0995-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:50', '2023-10-31 16:07:50'),
(305906, 2339, '0995-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:50', '2023-10-31 16:07:50'),
(305907, 2339, '0995-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:50', '2023-10-31 16:07:50'),
(305908, 2339, '0995-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:50', '2023-10-31 16:07:50'),
(305909, 2339, '0995-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:50', '2023-10-31 16:07:50'),
(305910, 2339, '0995-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:51', '2023-10-31 16:07:51'),
(305911, 2339, '0995-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:51', '2023-10-31 16:07:51'),
(305912, 2339, '0995-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:51', '2023-10-31 16:07:51'),
(305913, 2339, '0995-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:51', '2023-10-31 16:07:51'),
(305914, 2339, '0995-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:51', '2023-10-31 16:07:51'),
(305915, 2339, '0995-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:51', '2023-10-31 16:07:51'),
(305916, 2339, '0996-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:51', '2023-10-31 16:07:51'),
(305917, 2339, '0996-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:51', '2023-10-31 16:07:51'),
(305918, 2339, '0996-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:51', '2023-10-31 16:07:51'),
(305919, 2339, '0996-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:51', '2023-10-31 16:07:51'),
(305920, 2339, '0996-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:51', '2023-10-31 16:07:51'),
(305921, 2339, '0996-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:51', '2023-10-31 16:07:51'),
(305922, 2339, '0996-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:51', '2023-10-31 16:07:51'),
(305923, 2339, '0996-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:51', '2023-10-31 16:07:51'),
(305924, 2339, '0996-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:51', '2023-10-31 16:07:51'),
(305925, 2339, '0996-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:51', '2023-10-31 16:07:51'),
(305926, 2339, '0996-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:51', '2023-10-31 16:07:51'),
(305927, 2339, '0996-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:51', '2023-10-31 16:07:51'),
(305928, 2339, '0997-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:51', '2023-10-31 16:07:51'),
(305929, 2339, '0997-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:51', '2023-10-31 16:07:51'),
(305930, 2339, '0997-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:51', '2023-10-31 16:07:51'),
(305931, 2339, '0997-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:51', '2023-10-31 16:07:51'),
(305932, 2339, '0997-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:51', '2023-10-31 16:07:51'),
(305933, 2339, '0997-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:51', '2023-10-31 16:07:51'),
(305934, 2339, '0997-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:51', '2023-10-31 16:07:51'),
(305935, 2339, '0997-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:51', '2023-10-31 16:07:51'),
(305936, 2339, '0997-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:51', '2023-10-31 16:07:51'),
(305937, 2339, '0997-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:51', '2023-10-31 16:07:51'),
(305938, 2339, '0997-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:51', '2023-10-31 16:07:51'),
(305939, 2339, '0997-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:51', '2023-10-31 16:07:51'),
(305940, 2339, '0998-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:51', '2023-10-31 16:07:51'),
(305941, 2339, '0998-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:51', '2023-10-31 16:07:51'),
(305942, 2339, '0998-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:51', '2023-10-31 16:07:51'),
(305943, 2339, '0998-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:51', '2023-10-31 16:07:51'),
(305944, 2339, '0998-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:51', '2023-10-31 16:07:51'),
(305945, 2339, '0998-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:51', '2023-10-31 16:07:51'),
(305946, 2339, '0998-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:51', '2023-10-31 16:07:51'),
(305947, 2339, '0998-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:51', '2023-10-31 16:07:51'),
(305948, 2339, '0998-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:51', '2023-10-31 16:07:51'),
(305949, 2339, '0998-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:51', '2023-10-31 16:07:51'),
(305950, 2339, '0998-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:51', '2023-10-31 16:07:51'),
(305951, 2339, '0998-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:51', '2023-10-31 16:07:51'),
(305952, 2339, '0999-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:51', '2023-10-31 16:07:51'),
(305953, 2339, '0999-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:51', '2023-10-31 16:07:51'),
(305954, 2339, '0999-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:51', '2023-10-31 16:07:51'),
(305955, 2339, '0999-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:51', '2023-10-31 16:07:51'),
(305956, 2339, '0999-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:51', '2023-10-31 16:07:51'),
(305957, 2339, '0999-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:51', '2023-10-31 16:07:51'),
(305958, 2339, '0999-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:51', '2023-10-31 16:07:51'),
(305959, 2339, '0999-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:51', '2023-10-31 16:07:51'),
(305960, 2339, '0999-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:51', '2023-10-31 16:07:51'),
(305961, 2339, '0999-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:51', '2023-10-31 16:07:51'),
(305962, 2339, '0999-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:51', '2023-10-31 16:07:51'),
(305963, 2339, '0999-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:51', '2023-10-31 16:07:51'),
(305964, 2339, '1000-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:51', '2023-10-31 16:07:51'),
(305965, 2339, '1000-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:51', '2023-10-31 16:07:51'),
(305966, 2339, '1000-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:51', '2023-10-31 16:07:51'),
(305967, 2339, '1000-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:51', '2023-10-31 16:07:51'),
(305968, 2339, '1000-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:51', '2023-10-31 16:07:51'),
(305969, 2339, '1000-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:51', '2023-10-31 16:07:51'),
(305970, 2339, '1000-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:51', '2023-10-31 16:07:51'),
(305971, 2339, '1000-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:51', '2023-10-31 16:07:51'),
(305972, 2339, '1000-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:51', '2023-10-31 16:07:51'),
(305973, 2339, '1000-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:51', '2023-10-31 16:07:51'),
(305974, 2339, '1000-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:51', '2023-10-31 16:07:51'),
(305975, 2339, '1000-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:51', '2023-10-31 16:07:51'),
(305976, 2339, '1001-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:51', '2023-10-31 16:07:51'),
(305977, 2339, '1001-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:51', '2023-10-31 16:07:51'),
(305978, 2339, '1001-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:51', '2023-10-31 16:07:51'),
(305979, 2339, '1001-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:51', '2023-10-31 16:07:51'),
(305980, 2339, '1001-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:51', '2023-10-31 16:07:51'),
(305981, 2339, '1001-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:51', '2023-10-31 16:07:51'),
(305982, 2339, '1001-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:51', '2023-10-31 16:07:51'),
(305983, 2339, '1001-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:51', '2023-10-31 16:07:51'),
(305984, 2339, '1001-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:51', '2023-10-31 16:07:51'),
(305985, 2339, '1001-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:51', '2023-10-31 16:07:51'),
(305986, 2339, '1001-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:51', '2023-10-31 16:07:51'),
(305987, 2339, '1001-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:51', '2023-10-31 16:07:51'),
(305988, 2339, '1002-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:51', '2023-10-31 16:07:51'),
(305989, 2339, '1002-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:51', '2023-10-31 16:07:51'),
(305990, 2339, '1002-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:51', '2023-10-31 16:07:51'),
(305991, 2339, '1002-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:51', '2023-10-31 16:07:51'),
(305992, 2339, '1002-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:51', '2023-10-31 16:07:51'),
(305993, 2339, '1002-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:51', '2023-10-31 16:07:51'),
(305994, 2339, '1002-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:51', '2023-10-31 16:07:51'),
(305995, 2339, '1002-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:51', '2023-10-31 16:07:51'),
(305996, 2339, '1002-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:51', '2023-10-31 16:07:51'),
(305997, 2339, '1002-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:51', '2023-10-31 16:07:51'),
(305998, 2339, '1002-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:51', '2023-10-31 16:07:51'),
(305999, 2339, '1002-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:51', '2023-10-31 16:07:51'),
(306000, 2339, '1003-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:51', '2023-10-31 16:07:51'),
(306001, 2339, '1003-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:51', '2023-10-31 16:07:51'),
(306002, 2339, '1003-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:51', '2023-10-31 16:07:51'),
(306003, 2339, '1003-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:51', '2023-10-31 16:07:51'),
(306004, 2339, '1003-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:51', '2023-10-31 16:07:51'),
(306005, 2339, '1003-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:51', '2023-10-31 16:07:51'),
(306006, 2339, '1003-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:51', '2023-10-31 16:07:51'),
(306007, 2339, '1003-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:51', '2023-10-31 16:07:51'),
(306008, 2339, '1003-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:51', '2023-10-31 16:07:51'),
(306009, 2339, '1003-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:51', '2023-10-31 16:07:51'),
(306010, 2339, '1003-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:51', '2023-10-31 16:07:51'),
(306011, 2339, '1003-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:51', '2023-10-31 16:07:51'),
(306012, 2339, '1004-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:51', '2023-10-31 16:07:51'),
(306013, 2339, '1004-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:51', '2023-10-31 16:07:51'),
(306014, 2339, '1004-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:51', '2023-10-31 16:07:51'),
(306015, 2339, '1004-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:51', '2023-10-31 16:07:51'),
(306016, 2339, '1004-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:51', '2023-10-31 16:07:51'),
(306017, 2339, '1004-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:51', '2023-10-31 16:07:51'),
(306018, 2339, '1004-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:51', '2023-10-31 16:07:51'),
(306019, 2339, '1004-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:51', '2023-10-31 16:07:51'),
(306020, 2339, '1004-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:51', '2023-10-31 16:07:51'),
(306021, 2339, '1004-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:51', '2023-10-31 16:07:51'),
(306022, 2339, '1004-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:51', '2023-10-31 16:07:51'),
(306023, 2339, '1004-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:51', '2023-10-31 16:07:51'),
(306024, 2339, '1005-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:51', '2023-10-31 16:07:51'),
(306025, 2339, '1005-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:51', '2023-10-31 16:07:51'),
(306026, 2339, '1005-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:51', '2023-10-31 16:07:51'),
(306027, 2339, '1005-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:51', '2023-10-31 16:07:51'),
(306028, 2339, '1005-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:51', '2023-10-31 16:07:51'),
(306029, 2339, '1005-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:51', '2023-10-31 16:07:51'),
(306030, 2339, '1005-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:51', '2023-10-31 16:07:51'),
(306031, 2339, '1005-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:51', '2023-10-31 16:07:51'),
(306032, 2339, '1005-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:51', '2023-10-31 16:07:51'),
(306033, 2339, '1005-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:51', '2023-10-31 16:07:51'),
(306034, 2339, '1005-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:51', '2023-10-31 16:07:51'),
(306035, 2339, '1005-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:51', '2023-10-31 16:07:51'),
(306036, 2339, '1006-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:51', '2023-10-31 16:07:51'),
(306037, 2339, '1006-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:51', '2023-10-31 16:07:51'),
(306038, 2339, '1006-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:51', '2023-10-31 16:07:51'),
(306039, 2339, '1006-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:51', '2023-10-31 16:07:51'),
(306040, 2339, '1006-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:51', '2023-10-31 16:07:51'),
(306041, 2339, '1006-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:51', '2023-10-31 16:07:51'),
(306042, 2339, '1006-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:51', '2023-10-31 16:07:51'),
(306043, 2339, '1006-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:51', '2023-10-31 16:07:51'),
(306044, 2339, '1006-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:51', '2023-10-31 16:07:51'),
(306045, 2339, '1006-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:51', '2023-10-31 16:07:51'),
(306046, 2339, '1006-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:51', '2023-10-31 16:07:51'),
(306047, 2339, '1006-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:51', '2023-10-31 16:07:51'),
(306048, 2339, '1007-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:51', '2023-10-31 16:07:51'),
(306049, 2339, '1007-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:51', '2023-10-31 16:07:51'),
(306050, 2339, '1007-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:51', '2023-10-31 16:07:51'),
(306051, 2339, '1007-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:51', '2023-10-31 16:07:51'),
(306052, 2339, '1007-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:51', '2023-10-31 16:07:51'),
(306053, 2339, '1007-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:51', '2023-10-31 16:07:51'),
(306054, 2339, '1007-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:51', '2023-10-31 16:07:51'),
(306055, 2339, '1007-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:51', '2023-10-31 16:07:51'),
(306056, 2339, '1007-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:51', '2023-10-31 16:07:51'),
(306057, 2339, '1007-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:51', '2023-10-31 16:07:51'),
(306058, 2339, '1007-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:51', '2023-10-31 16:07:51'),
(306059, 2339, '1007-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:51', '2023-10-31 16:07:51'),
(306060, 2339, '1008-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:51', '2023-10-31 16:07:51'),
(306061, 2339, '1008-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:51', '2023-10-31 16:07:51'),
(306062, 2339, '1008-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:51', '2023-10-31 16:07:51'),
(306063, 2339, '1008-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:51', '2023-10-31 16:07:51'),
(306064, 2339, '1008-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:51', '2023-10-31 16:07:51'),
(306065, 2339, '1008-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:51', '2023-10-31 16:07:51'),
(306066, 2339, '1008-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:51', '2023-10-31 16:07:51'),
(306067, 2339, '1008-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:51', '2023-10-31 16:07:51'),
(306068, 2339, '1008-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:51', '2023-10-31 16:07:51'),
(306069, 2339, '1008-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:51', '2023-10-31 16:07:51'),
(306070, 2339, '1008-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:51', '2023-10-31 16:07:51'),
(306071, 2339, '1008-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:51', '2023-10-31 16:07:51'),
(306072, 2339, '1009-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:51', '2023-10-31 16:07:51'),
(306073, 2339, '1009-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:51', '2023-10-31 16:07:51'),
(306074, 2339, '1009-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:51', '2023-10-31 16:07:51'),
(306075, 2339, '1009-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:51', '2023-10-31 16:07:51'),
(306076, 2339, '1009-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:51', '2023-10-31 16:07:51'),
(306077, 2339, '1009-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:51', '2023-10-31 16:07:51'),
(306078, 2339, '1009-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:51', '2023-10-31 16:07:51'),
(306079, 2339, '1009-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:51', '2023-10-31 16:07:51'),
(306080, 2339, '1009-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:51', '2023-10-31 16:07:51'),
(306081, 2339, '1009-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:51', '2023-10-31 16:07:51'),
(306082, 2339, '1009-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:51', '2023-10-31 16:07:51'),
(306083, 2339, '1009-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:51', '2023-10-31 16:07:51'),
(306084, 2339, '1010-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:51', '2023-10-31 16:07:51'),
(306085, 2339, '1010-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:51', '2023-10-31 16:07:51'),
(306086, 2339, '1010-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:51', '2023-10-31 16:07:51'),
(306087, 2339, '1010-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:51', '2023-10-31 16:07:51'),
(306088, 2339, '1010-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:51', '2023-10-31 16:07:51'),
(306089, 2339, '1010-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:51', '2023-10-31 16:07:51'),
(306090, 2339, '1010-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:51', '2023-10-31 16:07:51'),
(306091, 2339, '1010-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:51', '2023-10-31 16:07:51'),
(306092, 2339, '1010-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:51', '2023-10-31 16:07:51'),
(306093, 2339, '1010-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:51', '2023-10-31 16:07:51'),
(306094, 2339, '1010-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:51', '2023-10-31 16:07:51'),
(306095, 2339, '1010-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:51', '2023-10-31 16:07:51'),
(306096, 2339, '1011-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:51', '2023-10-31 16:07:51'),
(306097, 2339, '1011-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:51', '2023-10-31 16:07:51'),
(306098, 2339, '1011-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:51', '2023-10-31 16:07:51'),
(306099, 2339, '1011-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:51', '2023-10-31 16:07:51'),
(306100, 2339, '1011-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:51', '2023-10-31 16:07:51'),
(306101, 2339, '1011-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:51', '2023-10-31 16:07:51'),
(306102, 2339, '1011-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:51', '2023-10-31 16:07:51'),
(306103, 2339, '1011-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:51', '2023-10-31 16:07:51'),
(306104, 2339, '1011-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:51', '2023-10-31 16:07:51'),
(306105, 2339, '1011-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:51', '2023-10-31 16:07:51'),
(306106, 2339, '1011-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:51', '2023-10-31 16:07:51'),
(306107, 2339, '1011-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:51', '2023-10-31 16:07:51'),
(306108, 2339, '1012-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:51', '2023-10-31 16:07:51'),
(306109, 2339, '1012-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:51', '2023-10-31 16:07:51'),
(306110, 2339, '1012-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:51', '2023-10-31 16:07:51'),
(306111, 2339, '1012-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:51', '2023-10-31 16:07:51'),
(306112, 2339, '1012-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:51', '2023-10-31 16:07:51'),
(306113, 2339, '1012-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:51', '2023-10-31 16:07:51'),
(306114, 2339, '1012-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:51', '2023-10-31 16:07:51'),
(306115, 2339, '1012-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:51', '2023-10-31 16:07:51'),
(306116, 2339, '1012-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:51', '2023-10-31 16:07:51'),
(306117, 2339, '1012-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:51', '2023-10-31 16:07:51'),
(306118, 2339, '1012-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:51', '2023-10-31 16:07:51'),
(306119, 2339, '1012-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:51', '2023-10-31 16:07:51'),
(306120, 2339, '1013-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:51', '2023-10-31 16:07:51'),
(306121, 2339, '1013-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:51', '2023-10-31 16:07:51'),
(306122, 2339, '1013-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:51', '2023-10-31 16:07:51'),
(306123, 2339, '1013-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:51', '2023-10-31 16:07:51'),
(306124, 2339, '1013-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:51', '2023-10-31 16:07:51'),
(306125, 2339, '1013-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:51', '2023-10-31 16:07:51'),
(306126, 2339, '1013-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:51', '2023-10-31 16:07:51'),
(306127, 2339, '1013-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:51', '2023-10-31 16:07:51'),
(306128, 2339, '1013-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:51', '2023-10-31 16:07:51'),
(306129, 2339, '1013-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:51', '2023-10-31 16:07:51'),
(306130, 2339, '1013-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:51', '2023-10-31 16:07:51'),
(306131, 2339, '1013-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:51', '2023-10-31 16:07:51'),
(306132, 2339, '1014-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:51', '2023-10-31 16:07:51'),
(306133, 2339, '1014-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:51', '2023-10-31 16:07:51'),
(306134, 2339, '1014-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:51', '2023-10-31 16:07:51'),
(306135, 2339, '1014-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:51', '2023-10-31 16:07:51'),
(306136, 2339, '1014-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:51', '2023-10-31 16:07:51'),
(306137, 2339, '1014-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:51', '2023-10-31 16:07:51'),
(306138, 2339, '1014-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:51', '2023-10-31 16:07:51'),
(306139, 2339, '1014-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:51', '2023-10-31 16:07:51'),
(306140, 2339, '1014-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:51', '2023-10-31 16:07:51'),
(306141, 2339, '1014-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:51', '2023-10-31 16:07:51'),
(306142, 2339, '1014-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:51', '2023-10-31 16:07:51'),
(306143, 2339, '1014-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:51', '2023-10-31 16:07:51'),
(306144, 2339, '1015-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:51', '2023-10-31 16:07:51'),
(306145, 2339, '1015-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:51', '2023-10-31 16:07:51'),
(306146, 2339, '1015-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:51', '2023-10-31 16:07:51'),
(306147, 2339, '1015-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:52', '2023-10-31 16:07:52'),
(306148, 2339, '1015-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:52', '2023-10-31 16:07:52'),
(306149, 2339, '1015-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:52', '2023-10-31 16:07:52'),
(306150, 2339, '1015-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:52', '2023-10-31 16:07:52'),
(306151, 2339, '1015-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:52', '2023-10-31 16:07:52'),
(306152, 2339, '1015-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:52', '2023-10-31 16:07:52'),
(306153, 2339, '1015-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:52', '2023-10-31 16:07:52'),
(306154, 2339, '1015-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:52', '2023-10-31 16:07:52'),
(306155, 2339, '1015-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:52', '2023-10-31 16:07:52'),
(306156, 2339, '1016-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:52', '2023-10-31 16:07:52'),
(306157, 2339, '1016-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:52', '2023-10-31 16:07:52'),
(306158, 2339, '1016-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:52', '2023-10-31 16:07:52'),
(306159, 2339, '1016-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:52', '2023-10-31 16:07:52'),
(306160, 2339, '1016-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:52', '2023-10-31 16:07:52'),
(306161, 2339, '1016-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:52', '2023-10-31 16:07:52'),
(306162, 2339, '1016-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:52', '2023-10-31 16:07:52');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(306163, 2339, '1016-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:52', '2023-10-31 16:07:52'),
(306164, 2339, '1016-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:52', '2023-10-31 16:07:52'),
(306165, 2339, '1016-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:52', '2023-10-31 16:07:52'),
(306166, 2339, '1016-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:52', '2023-10-31 16:07:52'),
(306167, 2339, '1016-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:52', '2023-10-31 16:07:52'),
(306168, 2339, '1017-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:52', '2023-10-31 16:07:52'),
(306169, 2339, '1017-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:52', '2023-10-31 16:07:52'),
(306170, 2339, '1017-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:52', '2023-10-31 16:07:52'),
(306171, 2339, '1017-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:52', '2023-10-31 16:07:52'),
(306172, 2339, '1017-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:52', '2023-10-31 16:07:52'),
(306173, 2339, '1017-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:52', '2023-10-31 16:07:52'),
(306174, 2339, '1017-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:52', '2023-10-31 16:07:52'),
(306175, 2339, '1017-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:52', '2023-10-31 16:07:52'),
(306176, 2339, '1017-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:52', '2023-10-31 16:07:52'),
(306177, 2339, '1017-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:52', '2023-10-31 16:07:52'),
(306178, 2339, '1017-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:52', '2023-10-31 16:07:52'),
(306179, 2339, '1017-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:52', '2023-10-31 16:07:52'),
(306180, 2339, '1018-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:52', '2023-10-31 16:07:52'),
(306181, 2339, '1018-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:52', '2023-10-31 16:07:52'),
(306182, 2339, '1018-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:52', '2023-10-31 16:07:52'),
(306183, 2339, '1018-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:52', '2023-10-31 16:07:52'),
(306184, 2339, '1018-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:52', '2023-10-31 16:07:52'),
(306185, 2339, '1018-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:52', '2023-10-31 16:07:52'),
(306186, 2339, '1018-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:52', '2023-10-31 16:07:52'),
(306187, 2339, '1018-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:52', '2023-10-31 16:07:52'),
(306188, 2339, '1018-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:52', '2023-10-31 16:07:52'),
(306189, 2339, '1018-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:52', '2023-10-31 16:07:52'),
(306190, 2339, '1018-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:52', '2023-10-31 16:07:52'),
(306191, 2339, '1018-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:52', '2023-10-31 16:07:52'),
(306192, 2339, '1019-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:52', '2023-10-31 16:07:52'),
(306193, 2339, '1019-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:52', '2023-10-31 16:07:52'),
(306194, 2339, '1019-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:52', '2023-10-31 16:07:52'),
(306195, 2339, '1019-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:52', '2023-10-31 16:07:52'),
(306196, 2339, '1019-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:52', '2023-10-31 16:07:52'),
(306197, 2339, '1019-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:52', '2023-10-31 16:07:52'),
(306198, 2339, '1019-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:52', '2023-10-31 16:07:52'),
(306199, 2339, '1019-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:52', '2023-10-31 16:07:52'),
(306200, 2339, '1019-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:52', '2023-10-31 16:07:52'),
(306201, 2339, '1019-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:52', '2023-10-31 16:07:52'),
(306202, 2339, '1019-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:52', '2023-10-31 16:07:52'),
(306203, 2339, '1019-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:52', '2023-10-31 16:07:52'),
(306204, 2339, '1020-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:52', '2023-10-31 16:07:52'),
(306205, 2339, '1020-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:52', '2023-10-31 16:07:52'),
(306206, 2339, '1020-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:52', '2023-10-31 16:07:52'),
(306207, 2339, '1020-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:52', '2023-10-31 16:07:52'),
(306208, 2339, '1020-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:52', '2023-10-31 16:07:52'),
(306209, 2339, '1020-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:52', '2023-10-31 16:07:52'),
(306210, 2339, '1020-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:52', '2023-10-31 16:07:52'),
(306211, 2339, '1020-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:52', '2023-10-31 16:07:52'),
(306212, 2339, '1020-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:52', '2023-10-31 16:07:52'),
(306213, 2339, '1020-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:52', '2023-10-31 16:07:52'),
(306214, 2339, '1020-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:52', '2023-10-31 16:07:52'),
(306215, 2339, '1020-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:52', '2023-10-31 16:07:52'),
(306216, 2339, '1021-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:52', '2023-10-31 16:07:52'),
(306217, 2339, '1021-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:52', '2023-10-31 16:07:52'),
(306218, 2339, '1021-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:52', '2023-10-31 16:07:52'),
(306219, 2339, '1021-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:52', '2023-10-31 16:07:52'),
(306220, 2339, '1021-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:52', '2023-10-31 16:07:52'),
(306221, 2339, '1021-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:52', '2023-10-31 16:07:52'),
(306222, 2339, '1021-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:52', '2023-10-31 16:07:52'),
(306223, 2339, '1021-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:52', '2023-10-31 16:07:52'),
(306224, 2339, '1021-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:52', '2023-10-31 16:07:52'),
(306225, 2339, '1021-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:52', '2023-10-31 16:07:52'),
(306226, 2339, '1021-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:52', '2023-10-31 16:07:52'),
(306227, 2339, '1021-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:52', '2023-10-31 16:07:52'),
(306228, 2339, '1022-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:52', '2023-10-31 16:07:52'),
(306229, 2339, '1022-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:52', '2023-10-31 16:07:52'),
(306230, 2339, '1022-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:52', '2023-10-31 16:07:52'),
(306231, 2339, '1022-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:52', '2023-10-31 16:07:52'),
(306232, 2339, '1022-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:52', '2023-10-31 16:07:52'),
(306233, 2339, '1022-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:52', '2023-10-31 16:07:52'),
(306234, 2339, '1022-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:52', '2023-10-31 16:07:52'),
(306235, 2339, '1022-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:52', '2023-10-31 16:07:52'),
(306236, 2339, '1022-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:52', '2023-10-31 16:07:52'),
(306237, 2339, '1022-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:52', '2023-10-31 16:07:52'),
(306238, 2339, '1022-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:52', '2023-10-31 16:07:52'),
(306239, 2339, '1022-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:52', '2023-10-31 16:07:52'),
(306240, 2339, '1023-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:52', '2023-10-31 16:07:52'),
(306241, 2339, '1023-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:52', '2023-10-31 16:07:52'),
(306242, 2339, '1023-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:52', '2023-10-31 16:07:52'),
(306243, 2339, '1023-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:52', '2023-10-31 16:07:52'),
(306244, 2339, '1023-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:52', '2023-10-31 16:07:52'),
(306245, 2339, '1023-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:52', '2023-10-31 16:07:52'),
(306246, 2339, '1023-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:52', '2023-10-31 16:07:52'),
(306247, 2339, '1023-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:52', '2023-10-31 16:07:52'),
(306248, 2339, '1023-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:52', '2023-10-31 16:07:52'),
(306249, 2339, '1023-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:52', '2023-10-31 16:07:52'),
(306250, 2339, '1023-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:52', '2023-10-31 16:07:52'),
(306251, 2339, '1023-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:52', '2023-10-31 16:07:52'),
(306252, 2339, '1024-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:52', '2023-10-31 16:07:52'),
(306253, 2339, '1024-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:52', '2023-10-31 16:07:52'),
(306254, 2339, '1024-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:52', '2023-10-31 16:07:52'),
(306255, 2339, '1024-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:52', '2023-10-31 16:07:52'),
(306256, 2339, '1024-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:52', '2023-10-31 16:07:52'),
(306257, 2339, '1024-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:52', '2023-10-31 16:07:52'),
(306258, 2339, '1024-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:52', '2023-10-31 16:07:52'),
(306259, 2339, '1024-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:52', '2023-10-31 16:07:52'),
(306260, 2339, '1024-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:52', '2023-10-31 16:07:52'),
(306261, 2339, '1024-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:52', '2023-10-31 16:07:52'),
(306262, 2339, '1024-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:52', '2023-10-31 16:07:52'),
(306263, 2339, '1024-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:52', '2023-10-31 16:07:52'),
(306264, 2339, '1025-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:52', '2023-10-31 16:07:52'),
(306265, 2339, '1025-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:52', '2023-10-31 16:07:52'),
(306266, 2339, '1025-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:52', '2023-10-31 16:07:52'),
(306267, 2339, '1025-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:52', '2023-10-31 16:07:52'),
(306268, 2339, '1025-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:52', '2023-10-31 16:07:52'),
(306269, 2339, '1025-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:52', '2023-10-31 16:07:52'),
(306270, 2339, '1025-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:52', '2023-10-31 16:07:52'),
(306271, 2339, '1025-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:52', '2023-10-31 16:07:52'),
(306272, 2339, '1025-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:52', '2023-10-31 16:07:52'),
(306273, 2339, '1025-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:52', '2023-10-31 16:07:52'),
(306274, 2339, '1025-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:52', '2023-10-31 16:07:52'),
(306275, 2339, '1025-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:52', '2023-10-31 16:07:52'),
(306276, 2339, '1026-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:52', '2023-10-31 16:07:52'),
(306277, 2339, '1026-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:52', '2023-10-31 16:07:52'),
(306278, 2339, '1026-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:52', '2023-10-31 16:07:52'),
(306279, 2339, '1026-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:52', '2023-10-31 16:07:52'),
(306280, 2339, '1026-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:52', '2023-10-31 16:07:52'),
(306281, 2339, '1026-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:52', '2023-10-31 16:07:52'),
(306282, 2339, '1026-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:52', '2023-10-31 16:07:52'),
(306283, 2339, '1026-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:52', '2023-10-31 16:07:52'),
(306284, 2339, '1026-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:52', '2023-10-31 16:07:52'),
(306285, 2339, '1026-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:52', '2023-10-31 16:07:52'),
(306286, 2339, '1026-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:52', '2023-10-31 16:07:52'),
(306287, 2339, '1026-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:52', '2023-10-31 16:07:52'),
(306288, 2339, '1027-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:52', '2023-10-31 16:07:52'),
(306289, 2339, '1027-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:52', '2023-10-31 16:07:52'),
(306290, 2339, '1027-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:52', '2023-10-31 16:07:52'),
(306291, 2339, '1027-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:52', '2023-10-31 16:07:52'),
(306292, 2339, '1027-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:52', '2023-10-31 16:07:52'),
(306293, 2339, '1027-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:52', '2023-10-31 16:07:52'),
(306294, 2339, '1027-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:52', '2023-10-31 16:07:52'),
(306295, 2339, '1027-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:52', '2023-10-31 16:07:52'),
(306296, 2339, '1027-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:52', '2023-10-31 16:07:52'),
(306297, 2339, '1027-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:52', '2023-10-31 16:07:52'),
(306298, 2339, '1027-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:52', '2023-10-31 16:07:52'),
(306299, 2339, '1027-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:52', '2023-10-31 16:07:52'),
(306300, 2339, '1028-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:52', '2023-10-31 16:07:52'),
(306301, 2339, '1028-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:52', '2023-10-31 16:07:52'),
(306302, 2339, '1028-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:52', '2023-10-31 16:07:52'),
(306303, 2339, '1028-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:52', '2023-10-31 16:07:52'),
(306304, 2339, '1028-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:52', '2023-10-31 16:07:52'),
(306305, 2339, '1028-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:52', '2023-10-31 16:07:52'),
(306306, 2339, '1028-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:52', '2023-10-31 16:07:52'),
(306307, 2339, '1028-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:52', '2023-10-31 16:07:52'),
(306308, 2339, '1028-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:52', '2023-10-31 16:07:52'),
(306309, 2339, '1028-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:52', '2023-10-31 16:07:52'),
(306310, 2339, '1028-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:52', '2023-10-31 16:07:52'),
(306311, 2339, '1028-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:52', '2023-10-31 16:07:52'),
(306312, 2339, '1029-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:52', '2023-10-31 16:07:52'),
(306313, 2339, '1029-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:52', '2023-10-31 16:07:52'),
(306314, 2339, '1029-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:52', '2023-10-31 16:07:52'),
(306315, 2339, '1029-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:52', '2023-10-31 16:07:52'),
(306316, 2339, '1029-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:52', '2023-10-31 16:07:52'),
(306317, 2339, '1029-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:52', '2023-10-31 16:07:52'),
(306318, 2339, '1029-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:52', '2023-10-31 16:07:52'),
(306319, 2339, '1029-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:52', '2023-10-31 16:07:52'),
(306320, 2339, '1029-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:52', '2023-10-31 16:07:52'),
(306321, 2339, '1029-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:52', '2023-10-31 16:07:52'),
(306322, 2339, '1029-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:52', '2023-10-31 16:07:52'),
(306323, 2339, '1029-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:52', '2023-10-31 16:07:52'),
(306324, 2339, '1030-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:52', '2023-10-31 16:07:52'),
(306325, 2339, '1030-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:52', '2023-10-31 16:07:52'),
(306326, 2339, '1030-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:52', '2023-10-31 16:07:52'),
(306327, 2339, '1030-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:52', '2023-10-31 16:07:52'),
(306328, 2339, '1030-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:52', '2023-10-31 16:07:52'),
(306329, 2339, '1030-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:52', '2023-10-31 16:07:52'),
(306330, 2339, '1030-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:52', '2023-10-31 16:07:52'),
(306331, 2339, '1030-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:52', '2023-10-31 16:07:52'),
(306332, 2339, '1030-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:52', '2023-10-31 16:07:52'),
(306333, 2339, '1030-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:52', '2023-10-31 16:07:52'),
(306334, 2339, '1030-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:52', '2023-10-31 16:07:52'),
(306335, 2339, '1030-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:52', '2023-10-31 16:07:52'),
(306336, 2339, '1031-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:52', '2023-10-31 16:07:52'),
(306337, 2339, '1031-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:52', '2023-10-31 16:07:52'),
(306338, 2339, '1031-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:52', '2023-10-31 16:07:52'),
(306339, 2339, '1031-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:52', '2023-10-31 16:07:52'),
(306340, 2339, '1031-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:52', '2023-10-31 16:07:52'),
(306341, 2339, '1031-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:52', '2023-10-31 16:07:52'),
(306342, 2339, '1031-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:52', '2023-10-31 16:07:52'),
(306343, 2339, '1031-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:52', '2023-10-31 16:07:52'),
(306344, 2339, '1031-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:52', '2023-10-31 16:07:52'),
(306345, 2339, '1031-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:52', '2023-10-31 16:07:52'),
(306346, 2339, '1031-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:52', '2023-10-31 16:07:52'),
(306347, 2339, '1031-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:52', '2023-10-31 16:07:52'),
(306348, 2339, '1032-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:52', '2023-10-31 16:07:52'),
(306349, 2339, '1032-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:52', '2023-10-31 16:07:52'),
(306350, 2339, '1032-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:52', '2023-10-31 16:07:52'),
(306351, 2339, '1032-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:52', '2023-10-31 16:07:52'),
(306352, 2339, '1032-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:52', '2023-10-31 16:07:52'),
(306353, 2339, '1032-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:52', '2023-10-31 16:07:52'),
(306354, 2339, '1032-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:52', '2023-10-31 16:07:52'),
(306355, 2339, '1032-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:52', '2023-10-31 16:07:52'),
(306356, 2339, '1032-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:52', '2023-10-31 16:07:52'),
(306357, 2339, '1032-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:52', '2023-10-31 16:07:52'),
(306358, 2339, '1032-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:52', '2023-10-31 16:07:52'),
(306359, 2339, '1032-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:52', '2023-10-31 16:07:52'),
(306360, 2339, '1033-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:52', '2023-10-31 16:07:52'),
(306361, 2339, '1033-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:52', '2023-10-31 16:07:52'),
(306362, 2339, '1033-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:52', '2023-10-31 16:07:52'),
(306363, 2339, '1033-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:52', '2023-10-31 16:07:52'),
(306364, 2339, '1033-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:52', '2023-10-31 16:07:52'),
(306365, 2339, '1033-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:52', '2023-10-31 16:07:52'),
(306366, 2339, '1033-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:52', '2023-10-31 16:07:52'),
(306367, 2339, '1033-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:52', '2023-10-31 16:07:52'),
(306368, 2339, '1033-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:53', '2023-10-31 16:07:53'),
(306369, 2339, '1033-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:53', '2023-10-31 16:07:53'),
(306370, 2339, '1033-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:53', '2023-10-31 16:07:53'),
(306371, 2339, '1033-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:53', '2023-10-31 16:07:53'),
(306372, 2339, '1034-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:53', '2023-10-31 16:07:53'),
(306373, 2339, '1034-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:53', '2023-10-31 16:07:53'),
(306374, 2339, '1034-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:53', '2023-10-31 16:07:53'),
(306375, 2339, '1034-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:53', '2023-10-31 16:07:53'),
(306376, 2339, '1034-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:53', '2023-10-31 16:07:53'),
(306377, 2339, '1034-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:53', '2023-10-31 16:07:53'),
(306378, 2339, '1034-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:53', '2023-10-31 16:07:53'),
(306379, 2339, '1034-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:53', '2023-10-31 16:07:53'),
(306380, 2339, '1034-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:53', '2023-10-31 16:07:53'),
(306381, 2339, '1034-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:53', '2023-10-31 16:07:53'),
(306382, 2339, '1034-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:53', '2023-10-31 16:07:53'),
(306383, 2339, '1034-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:53', '2023-10-31 16:07:53'),
(306384, 2339, '1035-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:53', '2023-10-31 16:07:53'),
(306385, 2339, '1035-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:53', '2023-10-31 16:07:53'),
(306386, 2339, '1035-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:53', '2023-10-31 16:07:53'),
(306387, 2339, '1035-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:53', '2023-10-31 16:07:53'),
(306388, 2339, '1035-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:53', '2023-10-31 16:07:53'),
(306389, 2339, '1035-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:53', '2023-10-31 16:07:53'),
(306390, 2339, '1035-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:53', '2023-10-31 16:07:53'),
(306391, 2339, '1035-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:53', '2023-10-31 16:07:53'),
(306392, 2339, '1035-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:53', '2023-10-31 16:07:53'),
(306393, 2339, '1035-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:53', '2023-10-31 16:07:53'),
(306394, 2339, '1035-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:53', '2023-10-31 16:07:53'),
(306395, 2339, '1035-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:53', '2023-10-31 16:07:53'),
(306396, 2339, '1036-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:53', '2023-10-31 16:07:53'),
(306397, 2339, '1036-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:53', '2023-10-31 16:07:53'),
(306398, 2339, '1036-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:53', '2023-10-31 16:07:53'),
(306399, 2339, '1036-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:53', '2023-10-31 16:07:53'),
(306400, 2339, '1036-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:53', '2023-10-31 16:07:53'),
(306401, 2339, '1036-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:53', '2023-10-31 16:07:53'),
(306402, 2339, '1036-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:53', '2023-10-31 16:07:53'),
(306403, 2339, '1036-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:53', '2023-10-31 16:07:53'),
(306404, 2339, '1036-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:53', '2023-10-31 16:07:53'),
(306405, 2339, '1036-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:53', '2023-10-31 16:07:53'),
(306406, 2339, '1036-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:53', '2023-10-31 16:07:53'),
(306407, 2339, '1036-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:53', '2023-10-31 16:07:53'),
(306408, 2339, '1037-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:53', '2023-10-31 16:07:53'),
(306409, 2339, '1037-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:53', '2023-10-31 16:07:53'),
(306410, 2339, '1037-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:53', '2023-10-31 16:07:53'),
(306411, 2339, '1037-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:53', '2023-10-31 16:07:53'),
(306412, 2339, '1037-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:53', '2023-10-31 16:07:53'),
(306413, 2339, '1037-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:53', '2023-10-31 16:07:53'),
(306414, 2339, '1037-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:53', '2023-10-31 16:07:53'),
(306415, 2339, '1037-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:53', '2023-10-31 16:07:53'),
(306416, 2339, '1037-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:53', '2023-10-31 16:07:53'),
(306417, 2339, '1037-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:53', '2023-10-31 16:07:53'),
(306418, 2339, '1037-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:53', '2023-10-31 16:07:53'),
(306419, 2339, '1037-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:53', '2023-10-31 16:07:53'),
(306420, 2339, '1038-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:53', '2023-10-31 16:07:53'),
(306421, 2339, '1038-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:53', '2023-10-31 16:07:53'),
(306422, 2339, '1038-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:53', '2023-10-31 16:07:53'),
(306423, 2339, '1038-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:53', '2023-10-31 16:07:53'),
(306424, 2339, '1038-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:53', '2023-10-31 16:07:53'),
(306425, 2339, '1038-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:53', '2023-10-31 16:07:53'),
(306426, 2339, '1038-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:53', '2023-10-31 16:07:53'),
(306427, 2339, '1038-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:53', '2023-10-31 16:07:53'),
(306428, 2339, '1038-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:53', '2023-10-31 16:07:53'),
(306429, 2339, '1038-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:53', '2023-10-31 16:07:53'),
(306430, 2339, '1038-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:53', '2023-10-31 16:07:53'),
(306431, 2339, '1038-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:53', '2023-10-31 16:07:53'),
(306432, 2339, '1039-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:53', '2023-10-31 16:07:53'),
(306433, 2339, '1039-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:53', '2023-10-31 16:07:53'),
(306434, 2339, '1039-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:53', '2023-10-31 16:07:53'),
(306435, 2339, '1039-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:53', '2023-10-31 16:07:53'),
(306436, 2339, '1039-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:53', '2023-10-31 16:07:53'),
(306437, 2339, '1039-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:53', '2023-10-31 16:07:53'),
(306438, 2339, '1039-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:53', '2023-10-31 16:07:53'),
(306439, 2339, '1039-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:53', '2023-10-31 16:07:53'),
(306440, 2339, '1039-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:53', '2023-10-31 16:07:53'),
(306441, 2339, '1039-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:53', '2023-10-31 16:07:53'),
(306442, 2339, '1039-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:53', '2023-10-31 16:07:53'),
(306443, 2339, '1039-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:53', '2023-10-31 16:07:53'),
(306444, 2339, '1040-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:53', '2023-10-31 16:07:53'),
(306445, 2339, '1040-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:53', '2023-10-31 16:07:53'),
(306446, 2339, '1040-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:53', '2023-10-31 16:07:53'),
(306447, 2339, '1040-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:53', '2023-10-31 16:07:53'),
(306448, 2339, '1040-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:53', '2023-10-31 16:07:53'),
(306449, 2339, '1040-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:53', '2023-10-31 16:07:53'),
(306450, 2339, '1040-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:53', '2023-10-31 16:07:53'),
(306451, 2339, '1040-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:53', '2023-10-31 16:07:53'),
(306452, 2339, '1040-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:53', '2023-10-31 16:07:53'),
(306453, 2339, '1040-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:53', '2023-10-31 16:07:53'),
(306454, 2339, '1040-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:53', '2023-10-31 16:07:53'),
(306455, 2339, '1040-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:53', '2023-10-31 16:07:53'),
(306456, 2339, '1041-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:53', '2023-10-31 16:07:53'),
(306457, 2339, '1041-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:53', '2023-10-31 16:07:53'),
(306458, 2339, '1041-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:53', '2023-10-31 16:07:53'),
(306459, 2339, '1041-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:53', '2023-10-31 16:07:53'),
(306460, 2339, '1041-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:53', '2023-10-31 16:07:53'),
(306461, 2339, '1041-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:53', '2023-10-31 16:07:53'),
(306462, 2339, '1041-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:53', '2023-10-31 16:07:53'),
(306463, 2339, '1041-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:53', '2023-10-31 16:07:53'),
(306464, 2339, '1041-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:53', '2023-10-31 16:07:53'),
(306465, 2339, '1041-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:53', '2023-10-31 16:07:53'),
(306466, 2339, '1041-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:53', '2023-10-31 16:07:53'),
(306467, 2339, '1041-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:53', '2023-10-31 16:07:53'),
(306468, 2339, '1042-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:53', '2023-10-31 16:07:53'),
(306469, 2339, '1042-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:53', '2023-10-31 16:07:53'),
(306470, 2339, '1042-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:53', '2023-10-31 16:07:53'),
(306471, 2339, '1042-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:53', '2023-10-31 16:07:53'),
(306472, 2339, '1042-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:53', '2023-10-31 16:07:53'),
(306473, 2339, '1042-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:53', '2023-10-31 16:07:53'),
(306474, 2339, '1042-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:53', '2023-10-31 16:07:53'),
(306475, 2339, '1042-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:53', '2023-10-31 16:07:53'),
(306476, 2339, '1042-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:53', '2023-10-31 16:07:53'),
(306477, 2339, '1042-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:53', '2023-10-31 16:07:53'),
(306478, 2339, '1042-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:53', '2023-10-31 16:07:53'),
(306479, 2339, '1042-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:53', '2023-10-31 16:07:53'),
(306480, 2339, '1043-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:53', '2023-10-31 16:07:53'),
(306481, 2339, '1043-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:53', '2023-10-31 16:07:53'),
(306482, 2339, '1043-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:53', '2023-10-31 16:07:53'),
(306483, 2339, '1043-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:53', '2023-10-31 16:07:53'),
(306484, 2339, '1043-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:53', '2023-10-31 16:07:53'),
(306485, 2339, '1043-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:53', '2023-10-31 16:07:53'),
(306486, 2339, '1043-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:53', '2023-10-31 16:07:53'),
(306487, 2339, '1043-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:53', '2023-10-31 16:07:53'),
(306488, 2339, '1043-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:53', '2023-10-31 16:07:53'),
(306489, 2339, '1043-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:53', '2023-10-31 16:07:53'),
(306490, 2339, '1043-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:53', '2023-10-31 16:07:53'),
(306491, 2339, '1043-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:53', '2023-10-31 16:07:53'),
(306492, 2339, '1044-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:53', '2023-10-31 16:07:53'),
(306493, 2339, '1044-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:53', '2023-10-31 16:07:53'),
(306494, 2339, '1044-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:53', '2023-10-31 16:07:53'),
(306495, 2339, '1044-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:53', '2023-10-31 16:07:53'),
(306496, 2339, '1044-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:53', '2023-10-31 16:07:53'),
(306497, 2339, '1044-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:53', '2023-10-31 16:07:53'),
(306498, 2339, '1044-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:53', '2023-10-31 16:07:53'),
(306499, 2339, '1044-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:53', '2023-10-31 16:07:53'),
(306500, 2339, '1044-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:53', '2023-10-31 16:07:53'),
(306501, 2339, '1044-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:53', '2023-10-31 16:07:53'),
(306502, 2339, '1044-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:53', '2023-10-31 16:07:53'),
(306503, 2339, '1044-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:53', '2023-10-31 16:07:53'),
(306504, 2339, '1045-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:53', '2023-10-31 16:07:53'),
(306505, 2339, '1045-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:53', '2023-10-31 16:07:53'),
(306506, 2339, '1045-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:53', '2023-10-31 16:07:53'),
(306507, 2339, '1045-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:53', '2023-10-31 16:07:53'),
(306508, 2339, '1045-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:53', '2023-10-31 16:07:53'),
(306509, 2339, '1045-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:53', '2023-10-31 16:07:53'),
(306510, 2339, '1045-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:53', '2023-10-31 16:07:53'),
(306511, 2339, '1045-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:53', '2023-10-31 16:07:53'),
(306512, 2339, '1045-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:53', '2023-10-31 16:07:53'),
(306513, 2339, '1045-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:53', '2023-10-31 16:07:53'),
(306514, 2339, '1045-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:53', '2023-10-31 16:07:53'),
(306515, 2339, '1045-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:53', '2023-10-31 16:07:53'),
(306516, 2339, '1046-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:53', '2023-10-31 16:07:53'),
(306517, 2339, '1046-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:53', '2023-10-31 16:07:53'),
(306518, 2339, '1046-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:53', '2023-10-31 16:07:53'),
(306519, 2339, '1046-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:53', '2023-10-31 16:07:53'),
(306520, 2339, '1046-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:53', '2023-10-31 16:07:53'),
(306521, 2339, '1046-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:53', '2023-10-31 16:07:53'),
(306522, 2339, '1046-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:53', '2023-10-31 16:07:53'),
(306523, 2339, '1046-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:53', '2023-10-31 16:07:53'),
(306524, 2339, '1046-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:53', '2023-10-31 16:07:53'),
(306525, 2339, '1046-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:53', '2023-10-31 16:07:53'),
(306526, 2339, '1046-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:53', '2023-10-31 16:07:53'),
(306527, 2339, '1046-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:53', '2023-10-31 16:07:53'),
(306528, 2339, '1047-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:53', '2023-10-31 16:07:53'),
(306529, 2339, '1047-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:53', '2023-10-31 16:07:53'),
(306530, 2339, '1047-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:53', '2023-10-31 16:07:53'),
(306531, 2339, '1047-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:53', '2023-10-31 16:07:53'),
(306532, 2339, '1047-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:53', '2023-10-31 16:07:53'),
(306533, 2339, '1047-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:53', '2023-10-31 16:07:53'),
(306534, 2339, '1047-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:53', '2023-10-31 16:07:53'),
(306535, 2339, '1047-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:53', '2023-10-31 16:07:53'),
(306536, 2339, '1047-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:53', '2023-10-31 16:07:53'),
(306537, 2339, '1047-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:53', '2023-10-31 16:07:53'),
(306538, 2339, '1047-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:53', '2023-10-31 16:07:53'),
(306539, 2339, '1047-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:53', '2023-10-31 16:07:53'),
(306540, 2339, '1048-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:53', '2023-10-31 16:07:53'),
(306541, 2339, '1048-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:53', '2023-10-31 16:07:53'),
(306542, 2339, '1048-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:53', '2023-10-31 16:07:53'),
(306543, 2339, '1048-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:53', '2023-10-31 16:07:53'),
(306544, 2339, '1048-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:53', '2023-10-31 16:07:53'),
(306545, 2339, '1048-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:53', '2023-10-31 16:07:53'),
(306546, 2339, '1048-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:53', '2023-10-31 16:07:53'),
(306547, 2339, '1048-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:53', '2023-10-31 16:07:53'),
(306548, 2339, '1048-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:53', '2023-10-31 16:07:53'),
(306549, 2339, '1048-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:53', '2023-10-31 16:07:53'),
(306550, 2339, '1048-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:53', '2023-10-31 16:07:53'),
(306551, 2339, '1048-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:53', '2023-10-31 16:07:53'),
(306552, 2339, '1049-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:53', '2023-10-31 16:07:53'),
(306553, 2339, '1049-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:53', '2023-10-31 16:07:53'),
(306554, 2339, '1049-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:53', '2023-10-31 16:07:53'),
(306555, 2339, '1049-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:53', '2023-10-31 16:07:53'),
(306556, 2339, '1049-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:53', '2023-10-31 16:07:53'),
(306557, 2339, '1049-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:53', '2023-10-31 16:07:53'),
(306558, 2339, '1049-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:53', '2023-10-31 16:07:53'),
(306559, 2339, '1049-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:53', '2023-10-31 16:07:53'),
(306560, 2339, '1049-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:53', '2023-10-31 16:07:53'),
(306561, 2339, '1049-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:53', '2023-10-31 16:07:53'),
(306562, 2339, '1049-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:53', '2023-10-31 16:07:53'),
(306563, 2339, '1049-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:53', '2023-10-31 16:07:53'),
(306564, 2339, '1050-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:53', '2023-10-31 16:07:53'),
(306565, 2339, '1050-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:53', '2023-10-31 16:07:53'),
(306566, 2339, '1050-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:53', '2023-10-31 16:07:53'),
(306567, 2339, '1050-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:53', '2023-10-31 16:07:53'),
(306568, 2339, '1050-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:53', '2023-10-31 16:07:53'),
(306569, 2339, '1050-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:53', '2023-10-31 16:07:53'),
(306570, 2339, '1050-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:53', '2023-10-31 16:07:53'),
(306571, 2339, '1050-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:54', '2023-10-31 16:07:54'),
(306572, 2339, '1050-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:54', '2023-10-31 16:07:54'),
(306573, 2339, '1050-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:54', '2023-10-31 16:07:54'),
(306574, 2339, '1050-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:54', '2023-10-31 16:07:54'),
(306575, 2339, '1050-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:54', '2023-10-31 16:07:54'),
(306576, 2339, '1051-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:54', '2023-10-31 16:07:54'),
(306577, 2339, '1051-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:54', '2023-10-31 16:07:54'),
(306578, 2339, '1051-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:54', '2023-10-31 16:07:54'),
(306579, 2339, '1051-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:54', '2023-10-31 16:07:54'),
(306580, 2339, '1051-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:54', '2023-10-31 16:07:54'),
(306581, 2339, '1051-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:54', '2023-10-31 16:07:54'),
(306582, 2339, '1051-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:54', '2023-10-31 16:07:54'),
(306583, 2339, '1051-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:54', '2023-10-31 16:07:54'),
(306584, 2339, '1051-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:54', '2023-10-31 16:07:54'),
(306585, 2339, '1051-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:54', '2023-10-31 16:07:54'),
(306586, 2339, '1051-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:54', '2023-10-31 16:07:54'),
(306587, 2339, '1051-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:54', '2023-10-31 16:07:54'),
(306588, 2339, '1052-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:54', '2023-10-31 16:07:54'),
(306589, 2339, '1052-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:54', '2023-10-31 16:07:54'),
(306590, 2339, '1052-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:54', '2023-10-31 16:07:54'),
(306591, 2339, '1052-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:54', '2023-10-31 16:07:54'),
(306592, 2339, '1052-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:54', '2023-10-31 16:07:54'),
(306593, 2339, '1052-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:54', '2023-10-31 16:07:54'),
(306594, 2339, '1052-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:54', '2023-10-31 16:07:54'),
(306595, 2339, '1052-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:54', '2023-10-31 16:07:54'),
(306596, 2339, '1052-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:54', '2023-10-31 16:07:54'),
(306597, 2339, '1052-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:54', '2023-10-31 16:07:54'),
(306598, 2339, '1052-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:54', '2023-10-31 16:07:54'),
(306599, 2339, '1052-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:54', '2023-10-31 16:07:54'),
(306600, 2339, '1053-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:54', '2023-10-31 16:07:54'),
(306601, 2339, '1053-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:54', '2023-10-31 16:07:54'),
(306602, 2339, '1053-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:54', '2023-10-31 16:07:54'),
(306603, 2339, '1053-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:54', '2023-10-31 16:07:54'),
(306604, 2339, '1053-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:54', '2023-10-31 16:07:54'),
(306605, 2339, '1053-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:54', '2023-10-31 16:07:54'),
(306606, 2339, '1053-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:54', '2023-10-31 16:07:54'),
(306607, 2339, '1053-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:54', '2023-10-31 16:07:54'),
(306608, 2339, '1053-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:54', '2023-10-31 16:07:54'),
(306609, 2339, '1053-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:54', '2023-10-31 16:07:54'),
(306610, 2339, '1053-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:54', '2023-10-31 16:07:54'),
(306611, 2339, '1053-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:54', '2023-10-31 16:07:54'),
(306612, 2339, '1054-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:54', '2023-10-31 16:07:54'),
(306613, 2339, '1054-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:54', '2023-10-31 16:07:54'),
(306614, 2339, '1054-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:54', '2023-10-31 16:07:54'),
(306615, 2339, '1054-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:54', '2023-10-31 16:07:54'),
(306616, 2339, '1054-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:54', '2023-10-31 16:07:54'),
(306617, 2339, '1054-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:54', '2023-10-31 16:07:54'),
(306618, 2339, '1054-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:54', '2023-10-31 16:07:54'),
(306619, 2339, '1054-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:54', '2023-10-31 16:07:54'),
(306620, 2339, '1054-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:54', '2023-10-31 16:07:54'),
(306621, 2339, '1054-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:54', '2023-10-31 16:07:54'),
(306622, 2339, '1054-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:54', '2023-10-31 16:07:54'),
(306623, 2339, '1054-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:54', '2023-10-31 16:07:54'),
(306624, 2339, '1055-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:54', '2023-10-31 16:07:54'),
(306625, 2339, '1055-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:54', '2023-10-31 16:07:54'),
(306626, 2339, '1055-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:54', '2023-10-31 16:07:54'),
(306627, 2339, '1055-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:54', '2023-10-31 16:07:54');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(306628, 2339, '1055-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:54', '2023-10-31 16:07:54'),
(306629, 2339, '1055-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:54', '2023-10-31 16:07:54'),
(306630, 2339, '1055-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:54', '2023-10-31 16:07:54'),
(306631, 2339, '1055-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:54', '2023-10-31 16:07:54'),
(306632, 2339, '1055-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:54', '2023-10-31 16:07:54'),
(306633, 2339, '1055-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:54', '2023-10-31 16:07:54'),
(306634, 2339, '1055-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:54', '2023-10-31 16:07:54'),
(306635, 2339, '1055-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:54', '2023-10-31 16:07:54'),
(306636, 2339, '1056-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:54', '2023-10-31 16:07:54'),
(306637, 2339, '1056-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:54', '2023-10-31 16:07:54'),
(306638, 2339, '1056-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:54', '2023-10-31 16:07:54'),
(306639, 2339, '1056-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:54', '2023-10-31 16:07:54'),
(306640, 2339, '1056-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:54', '2023-10-31 16:07:54'),
(306641, 2339, '1056-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:54', '2023-10-31 16:07:54'),
(306642, 2339, '1056-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:54', '2023-10-31 16:07:54'),
(306643, 2339, '1056-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:54', '2023-10-31 16:07:54'),
(306644, 2339, '1056-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:54', '2023-10-31 16:07:54'),
(306645, 2339, '1056-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:54', '2023-10-31 16:07:54'),
(306646, 2339, '1056-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:54', '2023-10-31 16:07:54'),
(306647, 2339, '1056-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:54', '2023-10-31 16:07:54'),
(306648, 2339, '1057-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:54', '2023-10-31 16:07:54'),
(306649, 2339, '1057-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:54', '2023-10-31 16:07:54'),
(306650, 2339, '1057-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:54', '2023-10-31 16:07:54'),
(306651, 2339, '1057-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:54', '2023-10-31 16:07:54'),
(306652, 2339, '1057-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:54', '2023-10-31 16:07:54'),
(306653, 2339, '1057-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:54', '2023-10-31 16:07:54'),
(306654, 2339, '1057-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:54', '2023-10-31 16:07:54'),
(306655, 2339, '1057-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:54', '2023-10-31 16:07:54'),
(306656, 2339, '1057-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:54', '2023-10-31 16:07:54'),
(306657, 2339, '1057-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:54', '2023-10-31 16:07:54'),
(306658, 2339, '1057-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:54', '2023-10-31 16:07:54'),
(306659, 2339, '1057-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:54', '2023-10-31 16:07:54'),
(306660, 2339, '1058-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:54', '2023-10-31 16:07:54'),
(306661, 2339, '1058-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:54', '2023-10-31 16:07:54'),
(306662, 2339, '1058-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:54', '2023-10-31 16:07:54'),
(306663, 2339, '1058-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:54', '2023-10-31 16:07:54'),
(306664, 2339, '1058-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:54', '2023-10-31 16:07:54'),
(306665, 2339, '1058-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:54', '2023-10-31 16:07:54'),
(306666, 2339, '1058-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:54', '2023-10-31 16:07:54'),
(306667, 2339, '1058-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:54', '2023-10-31 16:07:54'),
(306668, 2339, '1058-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:54', '2023-10-31 16:07:54'),
(306669, 2339, '1058-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:54', '2023-10-31 16:07:54'),
(306670, 2339, '1058-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:54', '2023-10-31 16:07:54'),
(306671, 2339, '1058-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:54', '2023-10-31 16:07:54'),
(306672, 2339, '1059-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:54', '2023-10-31 16:07:54'),
(306673, 2339, '1059-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:54', '2023-10-31 16:07:54'),
(306674, 2339, '1059-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:54', '2023-10-31 16:07:54'),
(306675, 2339, '1059-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:54', '2023-10-31 16:07:54'),
(306676, 2339, '1059-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:54', '2023-10-31 16:07:54'),
(306677, 2339, '1059-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:54', '2023-10-31 16:07:54'),
(306678, 2339, '1059-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:54', '2023-10-31 16:07:54'),
(306679, 2339, '1059-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:54', '2023-10-31 16:07:54'),
(306680, 2339, '1059-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:54', '2023-10-31 16:07:54'),
(306681, 2339, '1059-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:54', '2023-10-31 16:07:54'),
(306682, 2339, '1059-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:54', '2023-10-31 16:07:54'),
(306683, 2339, '1059-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:54', '2023-10-31 16:07:54'),
(306684, 2339, '1060-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:54', '2023-10-31 16:07:54'),
(306685, 2339, '1060-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:54', '2023-10-31 16:07:54'),
(306686, 2339, '1060-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:54', '2023-10-31 16:07:54'),
(306687, 2339, '1060-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:54', '2023-10-31 16:07:54'),
(306688, 2339, '1060-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:54', '2023-10-31 16:07:54'),
(306689, 2339, '1060-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:54', '2023-10-31 16:07:54'),
(306690, 2339, '1060-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:54', '2023-10-31 16:07:54'),
(306691, 2339, '1060-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:54', '2023-10-31 16:07:54'),
(306692, 2339, '1060-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:54', '2023-10-31 16:07:54'),
(306693, 2339, '1060-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:54', '2023-10-31 16:07:54'),
(306694, 2339, '1060-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:54', '2023-10-31 16:07:54'),
(306695, 2339, '1060-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:54', '2023-10-31 16:07:54'),
(306696, 2339, '1061-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:54', '2023-10-31 16:07:54'),
(306697, 2339, '1061-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:54', '2023-10-31 16:07:54'),
(306698, 2339, '1061-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:54', '2023-10-31 16:07:54'),
(306699, 2339, '1061-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:54', '2023-10-31 16:07:54'),
(306700, 2339, '1061-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:54', '2023-10-31 16:07:54'),
(306701, 2339, '1061-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:54', '2023-10-31 16:07:54'),
(306702, 2339, '1061-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:54', '2023-10-31 16:07:54'),
(306703, 2339, '1061-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:54', '2023-10-31 16:07:54'),
(306704, 2339, '1061-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:54', '2023-10-31 16:07:54'),
(306705, 2339, '1061-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:54', '2023-10-31 16:07:54'),
(306706, 2339, '1061-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:54', '2023-10-31 16:07:54'),
(306707, 2339, '1061-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:54', '2023-10-31 16:07:54'),
(306708, 2339, '1062-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:54', '2023-10-31 16:07:54'),
(306709, 2339, '1062-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:54', '2023-10-31 16:07:54'),
(306710, 2339, '1062-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:54', '2023-10-31 16:07:54'),
(306711, 2339, '1062-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:54', '2023-10-31 16:07:54'),
(306712, 2339, '1062-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:54', '2023-10-31 16:07:54'),
(306713, 2339, '1062-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:54', '2023-10-31 16:07:54'),
(306714, 2339, '1062-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:54', '2023-10-31 16:07:54'),
(306715, 2339, '1062-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:54', '2023-10-31 16:07:54'),
(306716, 2339, '1062-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:54', '2023-10-31 16:07:54'),
(306717, 2339, '1062-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:54', '2023-10-31 16:07:54'),
(306718, 2339, '1062-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:54', '2023-10-31 16:07:54'),
(306719, 2339, '1062-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:54', '2023-10-31 16:07:54'),
(306720, 2339, '1063-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:54', '2023-10-31 16:07:54'),
(306721, 2339, '1063-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:54', '2023-10-31 16:07:54'),
(306722, 2339, '1063-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:54', '2023-10-31 16:07:54'),
(306723, 2339, '1063-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:54', '2023-10-31 16:07:54'),
(306724, 2339, '1063-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:54', '2023-10-31 16:07:54'),
(306725, 2339, '1063-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:54', '2023-10-31 16:07:54'),
(306726, 2339, '1063-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:54', '2023-10-31 16:07:54'),
(306727, 2339, '1063-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:54', '2023-10-31 16:07:54'),
(306728, 2339, '1063-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:54', '2023-10-31 16:07:54'),
(306729, 2339, '1063-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:54', '2023-10-31 16:07:54'),
(306730, 2339, '1063-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:54', '2023-10-31 16:07:54'),
(306731, 2339, '1063-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:54', '2023-10-31 16:07:54'),
(306732, 2339, '1064-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:54', '2023-10-31 16:07:54'),
(306733, 2339, '1064-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:54', '2023-10-31 16:07:54'),
(306734, 2339, '1064-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:54', '2023-10-31 16:07:54'),
(306735, 2339, '1064-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:54', '2023-10-31 16:07:54'),
(306736, 2339, '1064-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:54', '2023-10-31 16:07:54'),
(306737, 2339, '1064-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:54', '2023-10-31 16:07:54'),
(306738, 2339, '1064-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:54', '2023-10-31 16:07:54'),
(306739, 2339, '1064-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:54', '2023-10-31 16:07:54'),
(306740, 2339, '1064-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:54', '2023-10-31 16:07:54'),
(306741, 2339, '1064-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:54', '2023-10-31 16:07:54'),
(306742, 2339, '1064-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:54', '2023-10-31 16:07:54'),
(306743, 2339, '1064-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:54', '2023-10-31 16:07:54'),
(306744, 2339, '1065-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:54', '2023-10-31 16:07:54'),
(306745, 2339, '1065-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:54', '2023-10-31 16:07:54'),
(306746, 2339, '1065-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:54', '2023-10-31 16:07:54'),
(306747, 2339, '1065-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:54', '2023-10-31 16:07:54'),
(306748, 2339, '1065-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:54', '2023-10-31 16:07:54'),
(306749, 2339, '1065-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:54', '2023-10-31 16:07:54'),
(306750, 2339, '1065-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:54', '2023-10-31 16:07:54'),
(306751, 2339, '1065-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:54', '2023-10-31 16:07:54'),
(306752, 2339, '1065-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:54', '2023-10-31 16:07:54'),
(306753, 2339, '1065-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:54', '2023-10-31 16:07:54'),
(306754, 2339, '1065-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:54', '2023-10-31 16:07:54'),
(306755, 2339, '1065-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:54', '2023-10-31 16:07:54'),
(306756, 2339, '1066-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:54', '2023-10-31 16:07:54'),
(306757, 2339, '1066-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:55', '2023-10-31 16:07:55'),
(306758, 2339, '1066-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:55', '2023-10-31 16:07:55'),
(306759, 2339, '1066-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:55', '2023-10-31 16:07:55'),
(306760, 2339, '1066-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:55', '2023-10-31 16:07:55'),
(306761, 2339, '1066-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:55', '2023-10-31 16:07:55'),
(306762, 2339, '1066-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:55', '2023-10-31 16:07:55'),
(306763, 2339, '1066-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:55', '2023-10-31 16:07:55'),
(306764, 2339, '1066-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:55', '2023-10-31 16:07:55'),
(306765, 2339, '1066-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:55', '2023-10-31 16:07:55'),
(306766, 2339, '1066-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:55', '2023-10-31 16:07:55'),
(306767, 2339, '1066-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:55', '2023-10-31 16:07:55'),
(306768, 2339, '1067-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:55', '2023-10-31 16:07:55'),
(306769, 2339, '1067-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:55', '2023-10-31 16:07:55'),
(306770, 2339, '1067-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:55', '2023-10-31 16:07:55'),
(306771, 2339, '1067-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:55', '2023-10-31 16:07:55'),
(306772, 2339, '1067-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:55', '2023-10-31 16:07:55'),
(306773, 2339, '1067-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:55', '2023-10-31 16:07:55'),
(306774, 2339, '1067-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:55', '2023-10-31 16:07:55'),
(306775, 2339, '1067-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:55', '2023-10-31 16:07:55'),
(306776, 2339, '1067-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:55', '2023-10-31 16:07:55'),
(306777, 2339, '1067-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:55', '2023-10-31 16:07:55'),
(306778, 2339, '1067-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:55', '2023-10-31 16:07:55'),
(306779, 2339, '1067-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:55', '2023-10-31 16:07:55'),
(306780, 2339, '1068-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:55', '2023-10-31 16:07:55'),
(306781, 2339, '1068-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:55', '2023-10-31 16:07:55'),
(306782, 2339, '1068-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:55', '2023-10-31 16:07:55'),
(306783, 2339, '1068-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:55', '2023-10-31 16:07:55'),
(306784, 2339, '1068-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:55', '2023-10-31 16:07:55'),
(306785, 2339, '1068-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:55', '2023-10-31 16:07:55'),
(306786, 2339, '1068-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:55', '2023-10-31 16:07:55'),
(306787, 2339, '1068-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:55', '2023-10-31 16:07:55'),
(306788, 2339, '1068-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:55', '2023-10-31 16:07:55'),
(306789, 2339, '1068-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:55', '2023-10-31 16:07:55'),
(306790, 2339, '1068-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:55', '2023-10-31 16:07:55'),
(306791, 2339, '1068-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:55', '2023-10-31 16:07:55'),
(306792, 2339, '1069-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:55', '2023-10-31 16:07:55'),
(306793, 2339, '1069-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:55', '2023-10-31 16:07:55'),
(306794, 2339, '1069-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:55', '2023-10-31 16:07:55'),
(306795, 2339, '1069-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:55', '2023-10-31 16:07:55'),
(306796, 2339, '1069-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:55', '2023-10-31 16:07:55'),
(306797, 2339, '1069-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:55', '2023-10-31 16:07:55'),
(306798, 2339, '1069-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:55', '2023-10-31 16:07:55'),
(306799, 2339, '1069-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:55', '2023-10-31 16:07:55'),
(306800, 2339, '1069-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:55', '2023-10-31 16:07:55'),
(306801, 2339, '1069-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:55', '2023-10-31 16:07:55'),
(306802, 2339, '1069-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:55', '2023-10-31 16:07:55'),
(306803, 2339, '1069-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:55', '2023-10-31 16:07:55'),
(306804, 2339, '1070-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:55', '2023-10-31 16:07:55'),
(306805, 2339, '1070-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:55', '2023-10-31 16:07:55'),
(306806, 2339, '1070-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:55', '2023-10-31 16:07:55'),
(306807, 2339, '1070-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:55', '2023-10-31 16:07:55'),
(306808, 2339, '1070-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:55', '2023-10-31 16:07:55'),
(306809, 2339, '1070-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:55', '2023-10-31 16:07:55'),
(306810, 2339, '1070-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:55', '2023-10-31 16:07:55'),
(306811, 2339, '1070-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:55', '2023-10-31 16:07:55'),
(306812, 2339, '1070-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:55', '2023-10-31 16:07:55'),
(306813, 2339, '1070-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:55', '2023-10-31 16:07:55'),
(306814, 2339, '1070-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:55', '2023-10-31 16:07:55'),
(306815, 2339, '1070-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:55', '2023-10-31 16:07:55'),
(306816, 2339, '1071-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:55', '2023-10-31 16:07:55'),
(306817, 2339, '1071-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:55', '2023-10-31 16:07:55'),
(306818, 2339, '1071-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:55', '2023-10-31 16:07:55'),
(306819, 2339, '1071-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:55', '2023-10-31 16:07:55'),
(306820, 2339, '1071-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:55', '2023-10-31 16:07:55'),
(306821, 2339, '1071-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:55', '2023-10-31 16:07:55'),
(306822, 2339, '1071-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:55', '2023-10-31 16:07:55'),
(306823, 2339, '1071-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:55', '2023-10-31 16:07:55'),
(306824, 2339, '1071-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:55', '2023-10-31 16:07:55'),
(306825, 2339, '1071-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:55', '2023-10-31 16:07:55'),
(306826, 2339, '1071-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:55', '2023-10-31 16:07:55'),
(306827, 2339, '1071-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:55', '2023-10-31 16:07:55'),
(306828, 2339, '1072-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:55', '2023-10-31 16:07:55'),
(306829, 2339, '1072-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:55', '2023-10-31 16:07:55'),
(306830, 2339, '1072-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:55', '2023-10-31 16:07:55'),
(306831, 2339, '1072-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:55', '2023-10-31 16:07:55'),
(306832, 2339, '1072-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:55', '2023-10-31 16:07:55'),
(306833, 2339, '1072-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:55', '2023-10-31 16:07:55'),
(306834, 2339, '1072-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:55', '2023-10-31 16:07:55'),
(306835, 2339, '1072-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:55', '2023-10-31 16:07:55'),
(306836, 2339, '1072-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:55', '2023-10-31 16:07:55'),
(306837, 2339, '1072-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:55', '2023-10-31 16:07:55'),
(306838, 2339, '1072-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:55', '2023-10-31 16:07:55'),
(306839, 2339, '1072-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:55', '2023-10-31 16:07:55'),
(306840, 2339, '1073-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:55', '2023-10-31 16:07:55'),
(306841, 2339, '1073-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:55', '2023-10-31 16:07:55'),
(306842, 2339, '1073-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:55', '2023-10-31 16:07:55'),
(306843, 2339, '1073-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:55', '2023-10-31 16:07:55'),
(306844, 2339, '1073-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:55', '2023-10-31 16:07:55'),
(306845, 2339, '1073-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:55', '2023-10-31 16:07:55'),
(306846, 2339, '1073-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:55', '2023-10-31 16:07:55'),
(306847, 2339, '1073-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:55', '2023-10-31 16:07:55'),
(306848, 2339, '1073-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:55', '2023-10-31 16:07:55'),
(306849, 2339, '1073-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:55', '2023-10-31 16:07:55'),
(306850, 2339, '1073-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:55', '2023-10-31 16:07:55'),
(306851, 2339, '1073-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:55', '2023-10-31 16:07:55'),
(306852, 2339, '1074-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:55', '2023-10-31 16:07:55'),
(306853, 2339, '1074-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:55', '2023-10-31 16:07:55'),
(306854, 2339, '1074-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:55', '2023-10-31 16:07:55'),
(306855, 2339, '1074-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:55', '2023-10-31 16:07:55'),
(306856, 2339, '1074-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:55', '2023-10-31 16:07:55'),
(306857, 2339, '1074-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:55', '2023-10-31 16:07:55'),
(306858, 2339, '1074-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:55', '2023-10-31 16:07:55'),
(306859, 2339, '1074-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:55', '2023-10-31 16:07:55'),
(306860, 2339, '1074-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:55', '2023-10-31 16:07:55'),
(306861, 2339, '1074-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:55', '2023-10-31 16:07:55'),
(306862, 2339, '1074-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:55', '2023-10-31 16:07:55'),
(306863, 2339, '1074-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:55', '2023-10-31 16:07:55'),
(306864, 2339, '1075-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:55', '2023-10-31 16:07:55'),
(306865, 2339, '1075-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:55', '2023-10-31 16:07:55'),
(306866, 2339, '1075-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:55', '2023-10-31 16:07:55'),
(306867, 2339, '1075-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:55', '2023-10-31 16:07:55'),
(306868, 2339, '1075-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:55', '2023-10-31 16:07:55'),
(306869, 2339, '1075-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:55', '2023-10-31 16:07:55'),
(306870, 2339, '1075-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:55', '2023-10-31 16:07:55'),
(306871, 2339, '1075-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:55', '2023-10-31 16:07:55'),
(306872, 2339, '1075-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:55', '2023-10-31 16:07:55'),
(306873, 2339, '1075-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:55', '2023-10-31 16:07:55'),
(306874, 2339, '1075-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:55', '2023-10-31 16:07:55'),
(306875, 2339, '1075-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:55', '2023-10-31 16:07:55'),
(306876, 2339, '1076-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:55', '2023-10-31 16:07:55'),
(306877, 2339, '1076-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:55', '2023-10-31 16:07:55'),
(306878, 2339, '1076-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:55', '2023-10-31 16:07:55'),
(306879, 2339, '1076-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:55', '2023-10-31 16:07:55'),
(306880, 2339, '1076-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:55', '2023-10-31 16:07:55'),
(306881, 2339, '1076-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:55', '2023-10-31 16:07:55'),
(306882, 2339, '1076-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:55', '2023-10-31 16:07:55'),
(306883, 2339, '1076-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:55', '2023-10-31 16:07:55'),
(306884, 2339, '1076-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:55', '2023-10-31 16:07:55'),
(306885, 2339, '1076-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:55', '2023-10-31 16:07:55'),
(306886, 2339, '1076-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:55', '2023-10-31 16:07:55'),
(306887, 2339, '1076-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:55', '2023-10-31 16:07:55'),
(306888, 2339, '1077-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:55', '2023-10-31 16:07:55'),
(306889, 2339, '1077-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:55', '2023-10-31 16:07:55'),
(306890, 2339, '1077-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:55', '2023-10-31 16:07:55'),
(306891, 2339, '1077-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:55', '2023-10-31 16:07:55'),
(306892, 2339, '1077-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:55', '2023-10-31 16:07:55'),
(306893, 2339, '1077-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:55', '2023-10-31 16:07:55'),
(306894, 2339, '1077-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:55', '2023-10-31 16:07:55'),
(306895, 2339, '1077-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:55', '2023-10-31 16:07:55'),
(306896, 2339, '1077-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:55', '2023-10-31 16:07:55'),
(306897, 2339, '1077-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:55', '2023-10-31 16:07:55'),
(306898, 2339, '1077-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:55', '2023-10-31 16:07:55'),
(306899, 2339, '1077-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:55', '2023-10-31 16:07:55'),
(306900, 2339, '1078-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:55', '2023-10-31 16:07:55'),
(306901, 2339, '1078-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:55', '2023-10-31 16:07:55'),
(306902, 2339, '1078-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:55', '2023-10-31 16:07:55'),
(306903, 2339, '1078-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:55', '2023-10-31 16:07:55'),
(306904, 2339, '1078-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:55', '2023-10-31 16:07:55'),
(306905, 2339, '1078-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:55', '2023-10-31 16:07:55'),
(306906, 2339, '1078-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:55', '2023-10-31 16:07:55'),
(306907, 2339, '1078-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:55', '2023-10-31 16:07:55'),
(306908, 2339, '1078-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:55', '2023-10-31 16:07:55'),
(306909, 2339, '1078-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:55', '2023-10-31 16:07:55'),
(306910, 2339, '1078-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:55', '2023-10-31 16:07:55'),
(306911, 2339, '1078-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:55', '2023-10-31 16:07:55'),
(306912, 2339, '1079-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:55', '2023-10-31 16:07:55'),
(306913, 2339, '1079-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:55', '2023-10-31 16:07:55'),
(306914, 2339, '1079-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:55', '2023-10-31 16:07:55'),
(306915, 2339, '1079-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:55', '2023-10-31 16:07:55'),
(306916, 2339, '1079-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:55', '2023-10-31 16:07:55'),
(306917, 2339, '1079-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:55', '2023-10-31 16:07:55'),
(306918, 2339, '1079-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:55', '2023-10-31 16:07:55'),
(306919, 2339, '1079-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:55', '2023-10-31 16:07:55'),
(306920, 2339, '1079-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:55', '2023-10-31 16:07:55'),
(306921, 2339, '1079-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:55', '2023-10-31 16:07:55'),
(306922, 2339, '1079-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:55', '2023-10-31 16:07:55'),
(306923, 2339, '1079-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:55', '2023-10-31 16:07:55'),
(306924, 2339, '1080-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:55', '2023-10-31 16:07:55'),
(306925, 2339, '1080-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:55', '2023-10-31 16:07:55'),
(306926, 2339, '1080-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:55', '2023-10-31 16:07:55'),
(306927, 2339, '1080-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:55', '2023-10-31 16:07:55'),
(306928, 2339, '1080-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:55', '2023-10-31 16:07:55'),
(306929, 2339, '1080-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:55', '2023-10-31 16:07:55'),
(306930, 2339, '1080-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:55', '2023-10-31 16:07:55'),
(306931, 2339, '1080-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:55', '2023-10-31 16:07:55'),
(306932, 2339, '1080-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:55', '2023-10-31 16:07:55'),
(306933, 2339, '1080-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:55', '2023-10-31 16:07:55'),
(306934, 2339, '1080-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:55', '2023-10-31 16:07:55'),
(306935, 2339, '1080-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:55', '2023-10-31 16:07:55'),
(306936, 2339, '1081-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:55', '2023-10-31 16:07:55'),
(306937, 2339, '1081-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:55', '2023-10-31 16:07:55'),
(306938, 2339, '1081-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:55', '2023-10-31 16:07:55'),
(306939, 2339, '1081-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:55', '2023-10-31 16:07:55'),
(306940, 2339, '1081-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:55', '2023-10-31 16:07:55'),
(306941, 2339, '1081-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:55', '2023-10-31 16:07:55'),
(306942, 2339, '1081-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:55', '2023-10-31 16:07:55'),
(306943, 2339, '1081-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:55', '2023-10-31 16:07:55'),
(306944, 2339, '1081-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:55', '2023-10-31 16:07:55'),
(306945, 2339, '1081-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:55', '2023-10-31 16:07:55'),
(306946, 2339, '1081-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:55', '2023-10-31 16:07:55'),
(306947, 2339, '1081-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:55', '2023-10-31 16:07:55'),
(306948, 2339, '1082-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:55', '2023-10-31 16:07:55'),
(306949, 2339, '1082-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:55', '2023-10-31 16:07:55'),
(306950, 2339, '1082-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:55', '2023-10-31 16:07:55'),
(306951, 2339, '1082-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:55', '2023-10-31 16:07:55'),
(306952, 2339, '1082-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:55', '2023-10-31 16:07:55'),
(306953, 2339, '1082-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:55', '2023-10-31 16:07:55'),
(306954, 2339, '1082-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:55', '2023-10-31 16:07:55'),
(306955, 2339, '1082-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:55', '2023-10-31 16:07:55'),
(306956, 2339, '1082-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:55', '2023-10-31 16:07:55'),
(306957, 2339, '1082-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:55', '2023-10-31 16:07:55'),
(306958, 2339, '1082-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:55', '2023-10-31 16:07:55'),
(306959, 2339, '1082-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:55', '2023-10-31 16:07:55'),
(306960, 2339, '1083-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:55', '2023-10-31 16:07:55'),
(306961, 2339, '1083-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:55', '2023-10-31 16:07:55'),
(306962, 2339, '1083-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:55', '2023-10-31 16:07:55'),
(306963, 2339, '1083-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:55', '2023-10-31 16:07:55'),
(306964, 2339, '1083-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:55', '2023-10-31 16:07:55'),
(306965, 2339, '1083-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:55', '2023-10-31 16:07:55'),
(306966, 2339, '1083-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:55', '2023-10-31 16:07:55'),
(306967, 2339, '1083-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:55', '2023-10-31 16:07:55'),
(306968, 2339, '1083-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:55', '2023-10-31 16:07:55'),
(306969, 2339, '1083-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:55', '2023-10-31 16:07:55'),
(306970, 2339, '1083-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:55', '2023-10-31 16:07:55'),
(306971, 2339, '1083-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:55', '2023-10-31 16:07:55'),
(306972, 2339, '1084-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:55', '2023-10-31 16:07:55'),
(306973, 2339, '1084-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:55', '2023-10-31 16:07:55'),
(306974, 2339, '1084-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:56', '2023-10-31 16:07:56'),
(306975, 2339, '1084-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:56', '2023-10-31 16:07:56'),
(306976, 2339, '1084-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:56', '2023-10-31 16:07:56'),
(306977, 2339, '1084-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:56', '2023-10-31 16:07:56'),
(306978, 2339, '1084-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:56', '2023-10-31 16:07:56'),
(306979, 2339, '1084-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:56', '2023-10-31 16:07:56'),
(306980, 2339, '1084-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:56', '2023-10-31 16:07:56'),
(306981, 2339, '1084-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:56', '2023-10-31 16:07:56'),
(306982, 2339, '1084-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:56', '2023-10-31 16:07:56'),
(306983, 2339, '1084-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:56', '2023-10-31 16:07:56'),
(306984, 2339, '1085-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:56', '2023-10-31 16:07:56'),
(306985, 2339, '1085-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:56', '2023-10-31 16:07:56'),
(306986, 2339, '1085-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:56', '2023-10-31 16:07:56'),
(306987, 2339, '1085-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:56', '2023-10-31 16:07:56'),
(306988, 2339, '1085-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:56', '2023-10-31 16:07:56'),
(306989, 2339, '1085-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:56', '2023-10-31 16:07:56'),
(306990, 2339, '1085-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:56', '2023-10-31 16:07:56'),
(306991, 2339, '1085-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:56', '2023-10-31 16:07:56'),
(306992, 2339, '1085-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:56', '2023-10-31 16:07:56'),
(306993, 2339, '1085-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:56', '2023-10-31 16:07:56'),
(306994, 2339, '1085-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:56', '2023-10-31 16:07:56'),
(306995, 2339, '1085-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:56', '2023-10-31 16:07:56'),
(306996, 2339, '1086-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:56', '2023-10-31 16:07:56'),
(306997, 2339, '1086-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:56', '2023-10-31 16:07:56'),
(306998, 2339, '1086-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:56', '2023-10-31 16:07:56'),
(306999, 2339, '1086-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:56', '2023-10-31 16:07:56'),
(307000, 2339, '1086-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:56', '2023-10-31 16:07:56'),
(307001, 2339, '1086-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:56', '2023-10-31 16:07:56'),
(307002, 2339, '1086-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:56', '2023-10-31 16:07:56'),
(307003, 2339, '1086-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:56', '2023-10-31 16:07:56'),
(307004, 2339, '1086-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:56', '2023-10-31 16:07:56'),
(307005, 2339, '1086-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:56', '2023-10-31 16:07:56'),
(307006, 2339, '1086-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:56', '2023-10-31 16:07:56'),
(307007, 2339, '1086-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:56', '2023-10-31 16:07:56'),
(307008, 2339, '1087-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:56', '2023-10-31 16:07:56'),
(307009, 2339, '1087-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:56', '2023-10-31 16:07:56'),
(307010, 2339, '1087-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:56', '2023-10-31 16:07:56'),
(307011, 2339, '1087-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:56', '2023-10-31 16:07:56'),
(307012, 2339, '1087-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:56', '2023-10-31 16:07:56'),
(307013, 2339, '1087-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:56', '2023-10-31 16:07:56'),
(307014, 2339, '1087-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:56', '2023-10-31 16:07:56'),
(307015, 2339, '1087-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:56', '2023-10-31 16:07:56'),
(307016, 2339, '1087-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:56', '2023-10-31 16:07:56'),
(307017, 2339, '1087-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:56', '2023-10-31 16:07:56'),
(307018, 2339, '1087-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:56', '2023-10-31 16:07:56'),
(307019, 2339, '1087-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:56', '2023-10-31 16:07:56'),
(307020, 2339, '1088-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:56', '2023-10-31 16:07:56'),
(307021, 2339, '1088-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:56', '2023-10-31 16:07:56'),
(307022, 2339, '1088-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:56', '2023-10-31 16:07:56'),
(307023, 2339, '1088-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:56', '2023-10-31 16:07:56'),
(307024, 2339, '1088-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:56', '2023-10-31 16:07:56'),
(307025, 2339, '1088-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:56', '2023-10-31 16:07:56'),
(307026, 2339, '1088-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:56', '2023-10-31 16:07:56'),
(307027, 2339, '1088-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:56', '2023-10-31 16:07:56'),
(307028, 2339, '1088-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:56', '2023-10-31 16:07:56'),
(307029, 2339, '1088-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:56', '2023-10-31 16:07:56'),
(307030, 2339, '1088-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:56', '2023-10-31 16:07:56'),
(307031, 2339, '1088-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:56', '2023-10-31 16:07:56'),
(307032, 2339, '1089-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:56', '2023-10-31 16:07:56'),
(307033, 2339, '1089-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:56', '2023-10-31 16:07:56'),
(307034, 2339, '1089-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:56', '2023-10-31 16:07:56'),
(307035, 2339, '1089-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:56', '2023-10-31 16:07:56'),
(307036, 2339, '1089-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:56', '2023-10-31 16:07:56'),
(307037, 2339, '1089-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:56', '2023-10-31 16:07:56'),
(307038, 2339, '1089-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:56', '2023-10-31 16:07:56'),
(307039, 2339, '1089-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:56', '2023-10-31 16:07:56'),
(307040, 2339, '1089-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:56', '2023-10-31 16:07:56'),
(307041, 2339, '1089-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:56', '2023-10-31 16:07:56'),
(307042, 2339, '1089-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:56', '2023-10-31 16:07:56'),
(307043, 2339, '1089-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:56', '2023-10-31 16:07:56'),
(307044, 2339, '1090-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:56', '2023-10-31 16:07:56'),
(307045, 2339, '1090-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:56', '2023-10-31 16:07:56'),
(307046, 2339, '1090-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:56', '2023-10-31 16:07:56'),
(307047, 2339, '1090-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:56', '2023-10-31 16:07:56'),
(307048, 2339, '1090-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:56', '2023-10-31 16:07:56'),
(307049, 2339, '1090-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:56', '2023-10-31 16:07:56'),
(307050, 2339, '1090-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:56', '2023-10-31 16:07:56'),
(307051, 2339, '1090-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:56', '2023-10-31 16:07:56'),
(307052, 2339, '1090-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:56', '2023-10-31 16:07:56'),
(307053, 2339, '1090-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:56', '2023-10-31 16:07:56'),
(307054, 2339, '1090-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:56', '2023-10-31 16:07:56'),
(307055, 2339, '1090-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:56', '2023-10-31 16:07:56'),
(307056, 2339, '1091-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:56', '2023-10-31 16:07:56'),
(307057, 2339, '1091-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:56', '2023-10-31 16:07:56'),
(307058, 2339, '1091-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:56', '2023-10-31 16:07:56'),
(307059, 2339, '1091-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:56', '2023-10-31 16:07:56'),
(307060, 2339, '1091-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:56', '2023-10-31 16:07:56'),
(307061, 2339, '1091-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:56', '2023-10-31 16:07:56'),
(307062, 2339, '1091-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:56', '2023-10-31 16:07:56'),
(307063, 2339, '1091-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:56', '2023-10-31 16:07:56'),
(307064, 2339, '1091-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:56', '2023-10-31 16:07:56'),
(307065, 2339, '1091-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:56', '2023-10-31 16:07:56'),
(307066, 2339, '1091-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:56', '2023-10-31 16:07:56'),
(307067, 2339, '1091-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:56', '2023-10-31 16:07:56'),
(307068, 2339, '1092-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:56', '2023-10-31 16:07:56'),
(307069, 2339, '1092-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:56', '2023-10-31 16:07:56'),
(307070, 2339, '1092-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:56', '2023-10-31 16:07:56'),
(307071, 2339, '1092-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:56', '2023-10-31 16:07:56'),
(307072, 2339, '1092-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:56', '2023-10-31 16:07:56'),
(307073, 2339, '1092-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:56', '2023-10-31 16:07:56'),
(307074, 2339, '1092-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:56', '2023-10-31 16:07:56'),
(307075, 2339, '1092-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:56', '2023-10-31 16:07:56'),
(307076, 2339, '1092-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:56', '2023-10-31 16:07:56'),
(307077, 2339, '1092-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:56', '2023-10-31 16:07:56'),
(307078, 2339, '1092-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:56', '2023-10-31 16:07:56'),
(307079, 2339, '1092-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:56', '2023-10-31 16:07:56'),
(307080, 2339, '1093-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:56', '2023-10-31 16:07:56'),
(307081, 2339, '1093-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:56', '2023-10-31 16:07:56'),
(307082, 2339, '1093-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:56', '2023-10-31 16:07:56'),
(307083, 2339, '1093-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:56', '2023-10-31 16:07:56'),
(307084, 2339, '1093-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:56', '2023-10-31 16:07:56'),
(307085, 2339, '1093-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:56', '2023-10-31 16:07:56'),
(307086, 2339, '1093-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:56', '2023-10-31 16:07:56'),
(307087, 2339, '1093-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:56', '2023-10-31 16:07:56'),
(307088, 2339, '1093-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:56', '2023-10-31 16:07:56'),
(307089, 2339, '1093-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:56', '2023-10-31 16:07:56'),
(307090, 2339, '1093-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:56', '2023-10-31 16:07:56'),
(307091, 2339, '1093-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:56', '2023-10-31 16:07:56'),
(307092, 2339, '1094-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:56', '2023-10-31 16:07:56');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(307093, 2339, '1094-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:56', '2023-10-31 16:07:56'),
(307094, 2339, '1094-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:56', '2023-10-31 16:07:56'),
(307095, 2339, '1094-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:56', '2023-10-31 16:07:56'),
(307096, 2339, '1094-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:56', '2023-10-31 16:07:56'),
(307097, 2339, '1094-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:56', '2023-10-31 16:07:56'),
(307098, 2339, '1094-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:56', '2023-10-31 16:07:56'),
(307099, 2339, '1094-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:56', '2023-10-31 16:07:56'),
(307100, 2339, '1094-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:56', '2023-10-31 16:07:56'),
(307101, 2339, '1094-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:56', '2023-10-31 16:07:56'),
(307102, 2339, '1094-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:56', '2023-10-31 16:07:56'),
(307103, 2339, '1094-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:56', '2023-10-31 16:07:56'),
(307104, 2339, '1095-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:56', '2023-10-31 16:07:56'),
(307105, 2339, '1095-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:56', '2023-10-31 16:07:56'),
(307106, 2339, '1095-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:56', '2023-10-31 16:07:56'),
(307107, 2339, '1095-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:56', '2023-10-31 16:07:56'),
(307108, 2339, '1095-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:56', '2023-10-31 16:07:56'),
(307109, 2339, '1095-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:56', '2023-10-31 16:07:56'),
(307110, 2339, '1095-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:56', '2023-10-31 16:07:56'),
(307111, 2339, '1095-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:56', '2023-10-31 16:07:56'),
(307112, 2339, '1095-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:56', '2023-10-31 16:07:56'),
(307113, 2339, '1095-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:56', '2023-10-31 16:07:56'),
(307114, 2339, '1095-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:56', '2023-10-31 16:07:56'),
(307115, 2339, '1095-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:56', '2023-10-31 16:07:56'),
(307116, 2339, '1096-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:56', '2023-10-31 16:07:56'),
(307117, 2339, '1096-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:56', '2023-10-31 16:07:56'),
(307118, 2339, '1096-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:56', '2023-10-31 16:07:56'),
(307119, 2339, '1096-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:56', '2023-10-31 16:07:56'),
(307120, 2339, '1096-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:56', '2023-10-31 16:07:56'),
(307121, 2339, '1096-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:56', '2023-10-31 16:07:56'),
(307122, 2339, '1096-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:56', '2023-10-31 16:07:56'),
(307123, 2339, '1096-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:56', '2023-10-31 16:07:56'),
(307124, 2339, '1096-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:56', '2023-10-31 16:07:56'),
(307125, 2339, '1096-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:56', '2023-10-31 16:07:56'),
(307126, 2339, '1096-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:56', '2023-10-31 16:07:56'),
(307127, 2339, '1096-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:56', '2023-10-31 16:07:56'),
(307128, 2339, '1097-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:56', '2023-10-31 16:07:56'),
(307129, 2339, '1097-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:56', '2023-10-31 16:07:56'),
(307130, 2339, '1097-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:56', '2023-10-31 16:07:56'),
(307131, 2339, '1097-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:56', '2023-10-31 16:07:56'),
(307132, 2339, '1097-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:56', '2023-10-31 16:07:56'),
(307133, 2339, '1097-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:56', '2023-10-31 16:07:56'),
(307134, 2339, '1097-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:56', '2023-10-31 16:07:56'),
(307135, 2339, '1097-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:56', '2023-10-31 16:07:56'),
(307136, 2339, '1097-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:56', '2023-10-31 16:07:56'),
(307137, 2339, '1097-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:56', '2023-10-31 16:07:56'),
(307138, 2339, '1097-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:56', '2023-10-31 16:07:56'),
(307139, 2339, '1097-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:56', '2023-10-31 16:07:56'),
(307140, 2339, '1098-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:56', '2023-10-31 16:07:56'),
(307141, 2339, '1098-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:56', '2023-10-31 16:07:56'),
(307142, 2339, '1098-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:56', '2023-10-31 16:07:56'),
(307143, 2339, '1098-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:56', '2023-10-31 16:07:56'),
(307144, 2339, '1098-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:56', '2023-10-31 16:07:56'),
(307145, 2339, '1098-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:56', '2023-10-31 16:07:56'),
(307146, 2339, '1098-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:56', '2023-10-31 16:07:56'),
(307147, 2339, '1098-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:56', '2023-10-31 16:07:56'),
(307148, 2339, '1098-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:56', '2023-10-31 16:07:56'),
(307149, 2339, '1098-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:56', '2023-10-31 16:07:56'),
(307150, 2339, '1098-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:56', '2023-10-31 16:07:56'),
(307151, 2339, '1098-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:56', '2023-10-31 16:07:56'),
(307152, 2339, '1099-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:56', '2023-10-31 16:07:56'),
(307153, 2339, '1099-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:56', '2023-10-31 16:07:56'),
(307154, 2339, '1099-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:56', '2023-10-31 16:07:56'),
(307155, 2339, '1099-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:56', '2023-10-31 16:07:56'),
(307156, 2339, '1099-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:56', '2023-10-31 16:07:56'),
(307157, 2339, '1099-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:56', '2023-10-31 16:07:56'),
(307158, 2339, '1099-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:56', '2023-10-31 16:07:56'),
(307159, 2339, '1099-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:56', '2023-10-31 16:07:56'),
(307160, 2339, '1099-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:56', '2023-10-31 16:07:56'),
(307161, 2339, '1099-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:56', '2023-10-31 16:07:56'),
(307162, 2339, '1099-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:56', '2023-10-31 16:07:56'),
(307163, 2339, '1099-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:56', '2023-10-31 16:07:56'),
(307164, 2339, '1100-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:56', '2023-10-31 16:07:56'),
(307165, 2339, '1100-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:56', '2023-10-31 16:07:56'),
(307166, 2339, '1100-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:56', '2023-10-31 16:07:56'),
(307167, 2339, '1100-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:56', '2023-10-31 16:07:56'),
(307168, 2339, '1100-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:56', '2023-10-31 16:07:56'),
(307169, 2339, '1100-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:56', '2023-10-31 16:07:56'),
(307170, 2339, '1100-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:56', '2023-10-31 16:07:56'),
(307171, 2339, '1100-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:56', '2023-10-31 16:07:56'),
(307172, 2339, '1100-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:56', '2023-10-31 16:07:56'),
(307173, 2339, '1100-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:56', '2023-10-31 16:07:56'),
(307174, 2339, '1100-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:56', '2023-10-31 16:07:56'),
(307175, 2339, '1100-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:56', '2023-10-31 16:07:56'),
(307176, 2339, '1101-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:56', '2023-10-31 16:07:56'),
(307177, 2339, '1101-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:56', '2023-10-31 16:07:56'),
(307178, 2339, '1101-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:56', '2023-10-31 16:07:56'),
(307179, 2339, '1101-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:56', '2023-10-31 16:07:56'),
(307180, 2339, '1101-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:56', '2023-10-31 16:07:56'),
(307181, 2339, '1101-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:56', '2023-10-31 16:07:56'),
(307182, 2339, '1101-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:56', '2023-10-31 16:07:56'),
(307183, 2339, '1101-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:56', '2023-10-31 16:07:56'),
(307184, 2339, '1101-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:56', '2023-10-31 16:07:56'),
(307185, 2339, '1101-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:56', '2023-10-31 16:07:56'),
(307186, 2339, '1101-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:56', '2023-10-31 16:07:56'),
(307187, 2339, '1101-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:56', '2023-10-31 16:07:56'),
(307188, 2339, '1102-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:56', '2023-10-31 16:07:56'),
(307189, 2339, '1102-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:56', '2023-10-31 16:07:56'),
(307190, 2339, '1102-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:56', '2023-10-31 16:07:56'),
(307191, 2339, '1102-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:56', '2023-10-31 16:07:56'),
(307192, 2339, '1102-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:56', '2023-10-31 16:07:56'),
(307193, 2339, '1102-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:56', '2023-10-31 16:07:56'),
(307194, 2339, '1102-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:56', '2023-10-31 16:07:56'),
(307195, 2339, '1102-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:56', '2023-10-31 16:07:56'),
(307196, 2339, '1102-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:56', '2023-10-31 16:07:56'),
(307197, 2339, '1102-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:56', '2023-10-31 16:07:56'),
(307198, 2339, '1102-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:57', '2023-10-31 16:07:57'),
(307199, 2339, '1102-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:57', '2023-10-31 16:07:57'),
(307200, 2339, '1103-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:57', '2023-10-31 16:07:57'),
(307201, 2339, '1103-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:57', '2023-10-31 16:07:57'),
(307202, 2339, '1103-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:57', '2023-10-31 16:07:57'),
(307203, 2339, '1103-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:57', '2023-10-31 16:07:57'),
(307204, 2339, '1103-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:57', '2023-10-31 16:07:57'),
(307205, 2339, '1103-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:57', '2023-10-31 16:07:57'),
(307206, 2339, '1103-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:57', '2023-10-31 16:07:57'),
(307207, 2339, '1103-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:57', '2023-10-31 16:07:57'),
(307208, 2339, '1103-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:57', '2023-10-31 16:07:57'),
(307209, 2339, '1103-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:57', '2023-10-31 16:07:57'),
(307210, 2339, '1103-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:57', '2023-10-31 16:07:57'),
(307211, 2339, '1103-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:57', '2023-10-31 16:07:57'),
(307212, 2339, '1104-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:57', '2023-10-31 16:07:57'),
(307213, 2339, '1104-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:57', '2023-10-31 16:07:57'),
(307214, 2339, '1104-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:57', '2023-10-31 16:07:57'),
(307215, 2339, '1104-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:57', '2023-10-31 16:07:57'),
(307216, 2339, '1104-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:57', '2023-10-31 16:07:57'),
(307217, 2339, '1104-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:57', '2023-10-31 16:07:57'),
(307218, 2339, '1104-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:57', '2023-10-31 16:07:57'),
(307219, 2339, '1104-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:57', '2023-10-31 16:07:57'),
(307220, 2339, '1104-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:57', '2023-10-31 16:07:57'),
(307221, 2339, '1104-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:57', '2023-10-31 16:07:57'),
(307222, 2339, '1104-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:57', '2023-10-31 16:07:57'),
(307223, 2339, '1104-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:57', '2023-10-31 16:07:57'),
(307224, 2339, '1105-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:57', '2023-10-31 16:07:57'),
(307225, 2339, '1105-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:57', '2023-10-31 16:07:57'),
(307226, 2339, '1105-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:57', '2023-10-31 16:07:57'),
(307227, 2339, '1105-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:57', '2023-10-31 16:07:57'),
(307228, 2339, '1105-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:57', '2023-10-31 16:07:57'),
(307229, 2339, '1105-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:57', '2023-10-31 16:07:57'),
(307230, 2339, '1105-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:57', '2023-10-31 16:07:57'),
(307231, 2339, '1105-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:57', '2023-10-31 16:07:57'),
(307232, 2339, '1105-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:57', '2023-10-31 16:07:57'),
(307233, 2339, '1105-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:57', '2023-10-31 16:07:57'),
(307234, 2339, '1105-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:57', '2023-10-31 16:07:57'),
(307235, 2339, '1105-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:57', '2023-10-31 16:07:57'),
(307236, 2339, '1106-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:57', '2023-10-31 16:07:57'),
(307237, 2339, '1106-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:57', '2023-10-31 16:07:57'),
(307238, 2339, '1106-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:57', '2023-10-31 16:07:57'),
(307239, 2339, '1106-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:57', '2023-10-31 16:07:57'),
(307240, 2339, '1106-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:57', '2023-10-31 16:07:57'),
(307241, 2339, '1106-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:57', '2023-10-31 16:07:57'),
(307242, 2339, '1106-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:57', '2023-10-31 16:07:57'),
(307243, 2339, '1106-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:57', '2023-10-31 16:07:57'),
(307244, 2339, '1106-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:57', '2023-10-31 16:07:57'),
(307245, 2339, '1106-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:57', '2023-10-31 16:07:57'),
(307246, 2339, '1106-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:57', '2023-10-31 16:07:57'),
(307247, 2339, '1106-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:57', '2023-10-31 16:07:57'),
(307248, 2339, '1107-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:57', '2023-10-31 16:07:57'),
(307249, 2339, '1107-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:57', '2023-10-31 16:07:57'),
(307250, 2339, '1107-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:57', '2023-10-31 16:07:57'),
(307251, 2339, '1107-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:57', '2023-10-31 16:07:57'),
(307252, 2339, '1107-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:57', '2023-10-31 16:07:57'),
(307253, 2339, '1107-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:57', '2023-10-31 16:07:57'),
(307254, 2339, '1107-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:57', '2023-10-31 16:07:57'),
(307255, 2339, '1107-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:57', '2023-10-31 16:07:57'),
(307256, 2339, '1107-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:57', '2023-10-31 16:07:57'),
(307257, 2339, '1107-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:57', '2023-10-31 16:07:57'),
(307258, 2339, '1107-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:57', '2023-10-31 16:07:57'),
(307259, 2339, '1107-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:57', '2023-10-31 16:07:57'),
(307260, 2339, '1108-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:57', '2023-10-31 16:07:57'),
(307261, 2339, '1108-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:57', '2023-10-31 16:07:57'),
(307262, 2339, '1108-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:57', '2023-10-31 16:07:57'),
(307263, 2339, '1108-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:57', '2023-10-31 16:07:57'),
(307264, 2339, '1108-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:57', '2023-10-31 16:07:57'),
(307265, 2339, '1108-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:57', '2023-10-31 16:07:57'),
(307266, 2339, '1108-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:57', '2023-10-31 16:07:57'),
(307267, 2339, '1108-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:57', '2023-10-31 16:07:57'),
(307268, 2339, '1108-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:57', '2023-10-31 16:07:57'),
(307269, 2339, '1108-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:57', '2023-10-31 16:07:57'),
(307270, 2339, '1108-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:57', '2023-10-31 16:07:57'),
(307271, 2339, '1108-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:57', '2023-10-31 16:07:57'),
(307272, 2339, '1109-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:57', '2023-10-31 16:07:57'),
(307273, 2339, '1109-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:57', '2023-10-31 16:07:57'),
(307274, 2339, '1109-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:57', '2023-10-31 16:07:57'),
(307275, 2339, '1109-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:57', '2023-10-31 16:07:57'),
(307276, 2339, '1109-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:57', '2023-10-31 16:07:57'),
(307277, 2339, '1109-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:57', '2023-10-31 16:07:57'),
(307278, 2339, '1109-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:57', '2023-10-31 16:07:57'),
(307279, 2339, '1109-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:57', '2023-10-31 16:07:57'),
(307280, 2339, '1109-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:57', '2023-10-31 16:07:57'),
(307281, 2339, '1109-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:57', '2023-10-31 16:07:57'),
(307282, 2339, '1109-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:57', '2023-10-31 16:07:57'),
(307283, 2339, '1109-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:57', '2023-10-31 16:07:57'),
(307284, 2339, '1110-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:57', '2023-10-31 16:07:57'),
(307285, 2339, '1110-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:57', '2023-10-31 16:07:57'),
(307286, 2339, '1110-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:57', '2023-10-31 16:07:57'),
(307287, 2339, '1110-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:57', '2023-10-31 16:07:57'),
(307288, 2339, '1110-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:57', '2023-10-31 16:07:57'),
(307289, 2339, '1110-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:57', '2023-10-31 16:07:57'),
(307290, 2339, '1110-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:57', '2023-10-31 16:07:57'),
(307291, 2339, '1110-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:57', '2023-10-31 16:07:57'),
(307292, 2339, '1110-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:57', '2023-10-31 16:07:57'),
(307293, 2339, '1110-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:57', '2023-10-31 16:07:57'),
(307294, 2339, '1110-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:57', '2023-10-31 16:07:57'),
(307295, 2339, '1110-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:57', '2023-10-31 16:07:57'),
(307296, 2339, '1111-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:57', '2023-10-31 16:07:57'),
(307297, 2339, '1111-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:57', '2023-10-31 16:07:57'),
(307298, 2339, '1111-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:57', '2023-10-31 16:07:57'),
(307299, 2339, '1111-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:57', '2023-10-31 16:07:57'),
(307300, 2339, '1111-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:57', '2023-10-31 16:07:57'),
(307301, 2339, '1111-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:57', '2023-10-31 16:07:57'),
(307302, 2339, '1111-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:57', '2023-10-31 16:07:57'),
(307303, 2339, '1111-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:57', '2023-10-31 16:07:57'),
(307304, 2339, '1111-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:57', '2023-10-31 16:07:57'),
(307305, 2339, '1111-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:57', '2023-10-31 16:07:57'),
(307306, 2339, '1111-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:57', '2023-10-31 16:07:57'),
(307307, 2339, '1111-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:57', '2023-10-31 16:07:57'),
(307308, 2339, '1112-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:57', '2023-10-31 16:07:57'),
(307309, 2339, '1112-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:57', '2023-10-31 16:07:57'),
(307310, 2339, '1112-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:57', '2023-10-31 16:07:57'),
(307311, 2339, '1112-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:57', '2023-10-31 16:07:57'),
(307312, 2339, '1112-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:57', '2023-10-31 16:07:57'),
(307313, 2339, '1112-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:57', '2023-10-31 16:07:57'),
(307314, 2339, '1112-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:57', '2023-10-31 16:07:57'),
(307315, 2339, '1112-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:57', '2023-10-31 16:07:57'),
(307316, 2339, '1112-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:57', '2023-10-31 16:07:57'),
(307317, 2339, '1112-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:57', '2023-10-31 16:07:57'),
(307318, 2339, '1112-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:57', '2023-10-31 16:07:57'),
(307319, 2339, '1112-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:57', '2023-10-31 16:07:57'),
(307320, 2339, '1113-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:57', '2023-10-31 16:07:57'),
(307321, 2339, '1113-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:57', '2023-10-31 16:07:57'),
(307322, 2339, '1113-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:57', '2023-10-31 16:07:57'),
(307323, 2339, '1113-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:57', '2023-10-31 16:07:57'),
(307324, 2339, '1113-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:57', '2023-10-31 16:07:57'),
(307325, 2339, '1113-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:57', '2023-10-31 16:07:57'),
(307326, 2339, '1113-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:57', '2023-10-31 16:07:57'),
(307327, 2339, '1113-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:57', '2023-10-31 16:07:57'),
(307328, 2339, '1113-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:57', '2023-10-31 16:07:57'),
(307329, 2339, '1113-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:57', '2023-10-31 16:07:57'),
(307330, 2339, '1113-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:57', '2023-10-31 16:07:57'),
(307331, 2339, '1113-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:57', '2023-10-31 16:07:57'),
(307332, 2339, '1114-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:57', '2023-10-31 16:07:57'),
(307333, 2339, '1114-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:57', '2023-10-31 16:07:57'),
(307334, 2339, '1114-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:57', '2023-10-31 16:07:57'),
(307335, 2339, '1114-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:57', '2023-10-31 16:07:57'),
(307336, 2339, '1114-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:57', '2023-10-31 16:07:57'),
(307337, 2339, '1114-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:57', '2023-10-31 16:07:57'),
(307338, 2339, '1114-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:57', '2023-10-31 16:07:57'),
(307339, 2339, '1114-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:57', '2023-10-31 16:07:57'),
(307340, 2339, '1114-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:57', '2023-10-31 16:07:57'),
(307341, 2339, '1114-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:57', '2023-10-31 16:07:57'),
(307342, 2339, '1114-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:57', '2023-10-31 16:07:57'),
(307343, 2339, '1114-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:57', '2023-10-31 16:07:57'),
(307344, 2339, '1115-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:57', '2023-10-31 16:07:57'),
(307345, 2339, '1115-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:57', '2023-10-31 16:07:57'),
(307346, 2339, '1115-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:57', '2023-10-31 16:07:57'),
(307347, 2339, '1115-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:57', '2023-10-31 16:07:57'),
(307348, 2339, '1115-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:57', '2023-10-31 16:07:57'),
(307349, 2339, '1115-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:57', '2023-10-31 16:07:57'),
(307350, 2339, '1115-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:57', '2023-10-31 16:07:57'),
(307351, 2339, '1115-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:57', '2023-10-31 16:07:57'),
(307352, 2339, '1115-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:57', '2023-10-31 16:07:57'),
(307353, 2339, '1115-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:57', '2023-10-31 16:07:57'),
(307354, 2339, '1115-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:57', '2023-10-31 16:07:57'),
(307355, 2339, '1115-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:57', '2023-10-31 16:07:57'),
(307356, 2339, '1116-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:57', '2023-10-31 16:07:57'),
(307357, 2339, '1116-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:57', '2023-10-31 16:07:57'),
(307358, 2339, '1116-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:57', '2023-10-31 16:07:57'),
(307359, 2339, '1116-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:57', '2023-10-31 16:07:57'),
(307360, 2339, '1116-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:57', '2023-10-31 16:07:57'),
(307361, 2339, '1116-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:57', '2023-10-31 16:07:57'),
(307362, 2339, '1116-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:57', '2023-10-31 16:07:57'),
(307363, 2339, '1116-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:57', '2023-10-31 16:07:57'),
(307364, 2339, '1116-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:57', '2023-10-31 16:07:57'),
(307365, 2339, '1116-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:57', '2023-10-31 16:07:57'),
(307366, 2339, '1116-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:57', '2023-10-31 16:07:57'),
(307367, 2339, '1116-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:57', '2023-10-31 16:07:57'),
(307368, 2339, '1117-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:57', '2023-10-31 16:07:57'),
(307369, 2339, '1117-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:57', '2023-10-31 16:07:57'),
(307370, 2339, '1117-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:57', '2023-10-31 16:07:57'),
(307371, 2339, '1117-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:57', '2023-10-31 16:07:57'),
(307372, 2339, '1117-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:57', '2023-10-31 16:07:57'),
(307373, 2339, '1117-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:57', '2023-10-31 16:07:57'),
(307374, 2339, '1117-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:57', '2023-10-31 16:07:57'),
(307375, 2339, '1117-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:57', '2023-10-31 16:07:57'),
(307376, 2339, '1117-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:57', '2023-10-31 16:07:57'),
(307377, 2339, '1117-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:57', '2023-10-31 16:07:57'),
(307378, 2339, '1117-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:57', '2023-10-31 16:07:57'),
(307379, 2339, '1117-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:57', '2023-10-31 16:07:57'),
(307380, 2339, '1118-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:57', '2023-10-31 16:07:57'),
(307381, 2339, '1118-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:57', '2023-10-31 16:07:57'),
(307382, 2339, '1118-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:57', '2023-10-31 16:07:57'),
(307383, 2339, '1118-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:57', '2023-10-31 16:07:57'),
(307384, 2339, '1118-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:57', '2023-10-31 16:07:57'),
(307385, 2339, '1118-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:57', '2023-10-31 16:07:57'),
(307386, 2339, '1118-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:57', '2023-10-31 16:07:57'),
(307387, 2339, '1118-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:57', '2023-10-31 16:07:57'),
(307388, 2339, '1118-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:57', '2023-10-31 16:07:57'),
(307389, 2339, '1118-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:57', '2023-10-31 16:07:57'),
(307390, 2339, '1118-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:57', '2023-10-31 16:07:57'),
(307391, 2339, '1118-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:57', '2023-10-31 16:07:57'),
(307392, 2339, '1119-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:57', '2023-10-31 16:07:57'),
(307393, 2339, '1119-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:57', '2023-10-31 16:07:57'),
(307394, 2339, '1119-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:57', '2023-10-31 16:07:57'),
(307395, 2339, '1119-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:57', '2023-10-31 16:07:57'),
(307396, 2339, '1119-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:57', '2023-10-31 16:07:57'),
(307397, 2339, '1119-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:57', '2023-10-31 16:07:57'),
(307398, 2339, '1119-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:57', '2023-10-31 16:07:57'),
(307399, 2339, '1119-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:57', '2023-10-31 16:07:57'),
(307400, 2339, '1119-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:57', '2023-10-31 16:07:57'),
(307401, 2339, '1119-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:57', '2023-10-31 16:07:57'),
(307402, 2339, '1119-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:57', '2023-10-31 16:07:57'),
(307403, 2339, '1119-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:57', '2023-10-31 16:07:57'),
(307404, 2339, '1120-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:57', '2023-10-31 16:07:57'),
(307405, 2339, '1120-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:57', '2023-10-31 16:07:57'),
(307406, 2339, '1120-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:57', '2023-10-31 16:07:57'),
(307407, 2339, '1120-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:57', '2023-10-31 16:07:57'),
(307408, 2339, '1120-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:57', '2023-10-31 16:07:57'),
(307409, 2339, '1120-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:57', '2023-10-31 16:07:57'),
(307410, 2339, '1120-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:57', '2023-10-31 16:07:57'),
(307411, 2339, '1120-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:57', '2023-10-31 16:07:57'),
(307412, 2339, '1120-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:57', '2023-10-31 16:07:57'),
(307413, 2339, '1120-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:57', '2023-10-31 16:07:57'),
(307414, 2339, '1120-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:57', '2023-10-31 16:07:57'),
(307415, 2339, '1120-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:57', '2023-10-31 16:07:57'),
(307416, 2339, '1121-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:57', '2023-10-31 16:07:57'),
(307417, 2339, '1121-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:57', '2023-10-31 16:07:57'),
(307418, 2339, '1121-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:57', '2023-10-31 16:07:57'),
(307419, 2339, '1121-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:57', '2023-10-31 16:07:57'),
(307420, 2339, '1121-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:57', '2023-10-31 16:07:57'),
(307421, 2339, '1121-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:57', '2023-10-31 16:07:57'),
(307422, 2339, '1121-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:57', '2023-10-31 16:07:57'),
(307423, 2339, '1121-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:57', '2023-10-31 16:07:57'),
(307424, 2339, '1121-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:57', '2023-10-31 16:07:57'),
(307425, 2339, '1121-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:57', '2023-10-31 16:07:57'),
(307426, 2339, '1121-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:57', '2023-10-31 16:07:57'),
(307427, 2339, '1121-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:58', '2023-10-31 16:07:58'),
(307428, 2339, '1122-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:58', '2023-10-31 16:07:58'),
(307429, 2339, '1122-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:58', '2023-10-31 16:07:58'),
(307430, 2339, '1122-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:58', '2023-10-31 16:07:58'),
(307431, 2339, '1122-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:58', '2023-10-31 16:07:58'),
(307432, 2339, '1122-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:58', '2023-10-31 16:07:58'),
(307433, 2339, '1122-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:58', '2023-10-31 16:07:58'),
(307434, 2339, '1122-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:58', '2023-10-31 16:07:58'),
(307435, 2339, '1122-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:58', '2023-10-31 16:07:58'),
(307436, 2339, '1122-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:58', '2023-10-31 16:07:58'),
(307437, 2339, '1122-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:58', '2023-10-31 16:07:58'),
(307438, 2339, '1122-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:58', '2023-10-31 16:07:58'),
(307439, 2339, '1122-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:58', '2023-10-31 16:07:58'),
(307440, 2339, '1123-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:58', '2023-10-31 16:07:58'),
(307441, 2339, '1123-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:58', '2023-10-31 16:07:58'),
(307442, 2339, '1123-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:58', '2023-10-31 16:07:58'),
(307443, 2339, '1123-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:58', '2023-10-31 16:07:58'),
(307444, 2339, '1123-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:58', '2023-10-31 16:07:58'),
(307445, 2339, '1123-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:58', '2023-10-31 16:07:58'),
(307446, 2339, '1123-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:58', '2023-10-31 16:07:58'),
(307447, 2339, '1123-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:58', '2023-10-31 16:07:58'),
(307448, 2339, '1123-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:58', '2023-10-31 16:07:58'),
(307449, 2339, '1123-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:58', '2023-10-31 16:07:58'),
(307450, 2339, '1123-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:58', '2023-10-31 16:07:58'),
(307451, 2339, '1123-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:58', '2023-10-31 16:07:58'),
(307452, 2339, '1124-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:58', '2023-10-31 16:07:58'),
(307453, 2339, '1124-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:58', '2023-10-31 16:07:58'),
(307454, 2339, '1124-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:58', '2023-10-31 16:07:58'),
(307455, 2339, '1124-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:58', '2023-10-31 16:07:58'),
(307456, 2339, '1124-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:58', '2023-10-31 16:07:58'),
(307457, 2339, '1124-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:58', '2023-10-31 16:07:58'),
(307458, 2339, '1124-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:58', '2023-10-31 16:07:58'),
(307459, 2339, '1124-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:58', '2023-10-31 16:07:58'),
(307460, 2339, '1124-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:58', '2023-10-31 16:07:58'),
(307461, 2339, '1124-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:58', '2023-10-31 16:07:58'),
(307462, 2339, '1124-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:58', '2023-10-31 16:07:58'),
(307463, 2339, '1124-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:58', '2023-10-31 16:07:58'),
(307464, 2339, '1125-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:58', '2023-10-31 16:07:58'),
(307465, 2339, '1125-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:58', '2023-10-31 16:07:58'),
(307466, 2339, '1125-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:58', '2023-10-31 16:07:58'),
(307467, 2339, '1125-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:58', '2023-10-31 16:07:58'),
(307468, 2339, '1125-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:58', '2023-10-31 16:07:58'),
(307469, 2339, '1125-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:58', '2023-10-31 16:07:58'),
(307470, 2339, '1125-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:58', '2023-10-31 16:07:58'),
(307471, 2339, '1125-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:58', '2023-10-31 16:07:58'),
(307472, 2339, '1125-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:58', '2023-10-31 16:07:58'),
(307473, 2339, '1125-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:58', '2023-10-31 16:07:58'),
(307474, 2339, '1125-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:58', '2023-10-31 16:07:58'),
(307475, 2339, '1125-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:58', '2023-10-31 16:07:58'),
(307476, 2339, '1126-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:58', '2023-10-31 16:07:58'),
(307477, 2339, '1126-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:58', '2023-10-31 16:07:58'),
(307478, 2339, '1126-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:58', '2023-10-31 16:07:58'),
(307479, 2339, '1126-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:58', '2023-10-31 16:07:58'),
(307480, 2339, '1126-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:58', '2023-10-31 16:07:58'),
(307481, 2339, '1126-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:58', '2023-10-31 16:07:58'),
(307482, 2339, '1126-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:58', '2023-10-31 16:07:58'),
(307483, 2339, '1126-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:58', '2023-10-31 16:07:58'),
(307484, 2339, '1126-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:58', '2023-10-31 16:07:58'),
(307485, 2339, '1126-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:58', '2023-10-31 16:07:58'),
(307486, 2339, '1126-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:58', '2023-10-31 16:07:58'),
(307487, 2339, '1126-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:58', '2023-10-31 16:07:58'),
(307488, 2339, '1127-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:58', '2023-10-31 16:07:58'),
(307489, 2339, '1127-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:58', '2023-10-31 16:07:58'),
(307490, 2339, '1127-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:58', '2023-10-31 16:07:58'),
(307491, 2339, '1127-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:58', '2023-10-31 16:07:58'),
(307492, 2339, '1127-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:58', '2023-10-31 16:07:58'),
(307493, 2339, '1127-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:58', '2023-10-31 16:07:58'),
(307494, 2339, '1127-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:58', '2023-10-31 16:07:58'),
(307495, 2339, '1127-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:58', '2023-10-31 16:07:58'),
(307496, 2339, '1127-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:58', '2023-10-31 16:07:58'),
(307497, 2339, '1127-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:58', '2023-10-31 16:07:58'),
(307498, 2339, '1127-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:58', '2023-10-31 16:07:58'),
(307499, 2339, '1127-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:58', '2023-10-31 16:07:58'),
(307500, 2339, '1128-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:58', '2023-10-31 16:07:58'),
(307501, 2339, '1128-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:58', '2023-10-31 16:07:58'),
(307502, 2339, '1128-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:58', '2023-10-31 16:07:58'),
(307503, 2339, '1128-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:58', '2023-10-31 16:07:58'),
(307504, 2339, '1128-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:58', '2023-10-31 16:07:58'),
(307505, 2339, '1128-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:58', '2023-10-31 16:07:58'),
(307506, 2339, '1128-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:58', '2023-10-31 16:07:58'),
(307507, 2339, '1128-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:58', '2023-10-31 16:07:58'),
(307508, 2339, '1128-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:58', '2023-10-31 16:07:58'),
(307509, 2339, '1128-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:58', '2023-10-31 16:07:58'),
(307510, 2339, '1128-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:58', '2023-10-31 16:07:58'),
(307511, 2339, '1128-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:58', '2023-10-31 16:07:58'),
(307512, 2339, '1129-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:58', '2023-10-31 16:07:58'),
(307513, 2339, '1129-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:58', '2023-10-31 16:07:58'),
(307514, 2339, '1129-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:58', '2023-10-31 16:07:58'),
(307515, 2339, '1129-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:58', '2023-10-31 16:07:58'),
(307516, 2339, '1129-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:58', '2023-10-31 16:07:58'),
(307517, 2339, '1129-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:58', '2023-10-31 16:07:58'),
(307518, 2339, '1129-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:58', '2023-10-31 16:07:58'),
(307519, 2339, '1129-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:58', '2023-10-31 16:07:58'),
(307520, 2339, '1129-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:58', '2023-10-31 16:07:58'),
(307521, 2339, '1129-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:58', '2023-10-31 16:07:58'),
(307522, 2339, '1129-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:58', '2023-10-31 16:07:58'),
(307523, 2339, '1129-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:58', '2023-10-31 16:07:58'),
(307524, 2339, '1130-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:58', '2023-10-31 16:07:58'),
(307525, 2339, '1130-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:58', '2023-10-31 16:07:58'),
(307526, 2339, '1130-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:58', '2023-10-31 16:07:58'),
(307527, 2339, '1130-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:58', '2023-10-31 16:07:58'),
(307528, 2339, '1130-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:58', '2023-10-31 16:07:58'),
(307529, 2339, '1130-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:58', '2023-10-31 16:07:58'),
(307530, 2339, '1130-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:58', '2023-10-31 16:07:58'),
(307531, 2339, '1130-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:58', '2023-10-31 16:07:58'),
(307532, 2339, '1130-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:58', '2023-10-31 16:07:58'),
(307533, 2339, '1130-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:58', '2023-10-31 16:07:58'),
(307534, 2339, '1130-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:58', '2023-10-31 16:07:58'),
(307535, 2339, '1130-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:58', '2023-10-31 16:07:58'),
(307536, 2339, '1131-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:58', '2023-10-31 16:07:58'),
(307537, 2339, '1131-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:58', '2023-10-31 16:07:58'),
(307538, 2339, '1131-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:58', '2023-10-31 16:07:58'),
(307539, 2339, '1131-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:58', '2023-10-31 16:07:58'),
(307540, 2339, '1131-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:58', '2023-10-31 16:07:58'),
(307541, 2339, '1131-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:58', '2023-10-31 16:07:58'),
(307542, 2339, '1131-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:58', '2023-10-31 16:07:58'),
(307543, 2339, '1131-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:58', '2023-10-31 16:07:58'),
(307544, 2339, '1131-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:58', '2023-10-31 16:07:58'),
(307545, 2339, '1131-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:58', '2023-10-31 16:07:58'),
(307546, 2339, '1131-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:58', '2023-10-31 16:07:58'),
(307547, 2339, '1131-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:58', '2023-10-31 16:07:58'),
(307548, 2339, '1132-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:58', '2023-10-31 16:07:58'),
(307549, 2339, '1132-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:58', '2023-10-31 16:07:58'),
(307550, 2339, '1132-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:58', '2023-10-31 16:07:58'),
(307551, 2339, '1132-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:58', '2023-10-31 16:07:58'),
(307552, 2339, '1132-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:58', '2023-10-31 16:07:58'),
(307553, 2339, '1132-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:58', '2023-10-31 16:07:58'),
(307554, 2339, '1132-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:58', '2023-10-31 16:07:58'),
(307555, 2339, '1132-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:58', '2023-10-31 16:07:58'),
(307556, 2339, '1132-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:58', '2023-10-31 16:07:58'),
(307557, 2339, '1132-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:58', '2023-10-31 16:07:58');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(307558, 2339, '1132-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:58', '2023-10-31 16:07:58'),
(307559, 2339, '1132-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:58', '2023-10-31 16:07:58'),
(307560, 2339, '1133-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:58', '2023-10-31 16:07:58'),
(307561, 2339, '1133-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:58', '2023-10-31 16:07:58'),
(307562, 2339, '1133-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:58', '2023-10-31 16:07:58'),
(307563, 2339, '1133-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:58', '2023-10-31 16:07:58'),
(307564, 2339, '1133-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:58', '2023-10-31 16:07:58'),
(307565, 2339, '1133-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:58', '2023-10-31 16:07:58'),
(307566, 2339, '1133-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:58', '2023-10-31 16:07:58'),
(307567, 2339, '1133-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:58', '2023-10-31 16:07:58'),
(307568, 2339, '1133-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:58', '2023-10-31 16:07:58'),
(307569, 2339, '1133-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:58', '2023-10-31 16:07:58'),
(307570, 2339, '1133-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:58', '2023-10-31 16:07:58'),
(307571, 2339, '1133-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:58', '2023-10-31 16:07:58'),
(307572, 2339, '1134-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:58', '2023-10-31 16:07:58'),
(307573, 2339, '1134-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:58', '2023-10-31 16:07:58'),
(307574, 2339, '1134-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:58', '2023-10-31 16:07:58'),
(307575, 2339, '1134-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:58', '2023-10-31 16:07:58'),
(307576, 2339, '1134-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:58', '2023-10-31 16:07:58'),
(307577, 2339, '1134-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:58', '2023-10-31 16:07:58'),
(307578, 2339, '1134-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:58', '2023-10-31 16:07:58'),
(307579, 2339, '1134-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:58', '2023-10-31 16:07:58'),
(307580, 2339, '1134-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:58', '2023-10-31 16:07:58'),
(307581, 2339, '1134-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:58', '2023-10-31 16:07:58'),
(307582, 2339, '1134-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:58', '2023-10-31 16:07:58'),
(307583, 2339, '1134-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:58', '2023-10-31 16:07:58'),
(307584, 2339, '1135-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:58', '2023-10-31 16:07:58'),
(307585, 2339, '1135-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:58', '2023-10-31 16:07:58'),
(307586, 2339, '1135-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:58', '2023-10-31 16:07:58'),
(307587, 2339, '1135-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:58', '2023-10-31 16:07:58'),
(307588, 2339, '1135-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:58', '2023-10-31 16:07:58'),
(307589, 2339, '1135-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:58', '2023-10-31 16:07:58'),
(307590, 2339, '1135-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:58', '2023-10-31 16:07:58'),
(307591, 2339, '1135-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:58', '2023-10-31 16:07:58'),
(307592, 2339, '1135-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:58', '2023-10-31 16:07:58'),
(307593, 2339, '1135-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:58', '2023-10-31 16:07:58'),
(307594, 2339, '1135-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:58', '2023-10-31 16:07:58'),
(307595, 2339, '1135-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:58', '2023-10-31 16:07:58'),
(307596, 2339, '1136-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:58', '2023-10-31 16:07:58'),
(307597, 2339, '1136-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:58', '2023-10-31 16:07:58'),
(307598, 2339, '1136-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:58', '2023-10-31 16:07:58'),
(307599, 2339, '1136-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:58', '2023-10-31 16:07:58'),
(307600, 2339, '1136-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:58', '2023-10-31 16:07:58'),
(307601, 2339, '1136-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:58', '2023-10-31 16:07:58'),
(307602, 2339, '1136-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:58', '2023-10-31 16:07:58'),
(307603, 2339, '1136-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:58', '2023-10-31 16:07:58'),
(307604, 2339, '1136-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:58', '2023-10-31 16:07:58'),
(307605, 2339, '1136-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:58', '2023-10-31 16:07:58'),
(307606, 2339, '1136-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:58', '2023-10-31 16:07:58'),
(307607, 2339, '1136-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:58', '2023-10-31 16:07:58'),
(307608, 2339, '1137-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:58', '2023-10-31 16:07:58'),
(307609, 2339, '1137-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:58', '2023-10-31 16:07:58'),
(307610, 2339, '1137-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:58', '2023-10-31 16:07:58'),
(307611, 2339, '1137-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:58', '2023-10-31 16:07:58'),
(307612, 2339, '1137-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:58', '2023-10-31 16:07:58'),
(307613, 2339, '1137-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:58', '2023-10-31 16:07:58'),
(307614, 2339, '1137-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:58', '2023-10-31 16:07:58'),
(307615, 2339, '1137-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:58', '2023-10-31 16:07:58'),
(307616, 2339, '1137-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:58', '2023-10-31 16:07:58'),
(307617, 2339, '1137-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:58', '2023-10-31 16:07:58'),
(307618, 2339, '1137-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:58', '2023-10-31 16:07:58'),
(307619, 2339, '1137-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:58', '2023-10-31 16:07:58'),
(307620, 2339, '1138-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:58', '2023-10-31 16:07:58'),
(307621, 2339, '1138-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:58', '2023-10-31 16:07:58'),
(307622, 2339, '1138-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:58', '2023-10-31 16:07:58'),
(307623, 2339, '1138-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:58', '2023-10-31 16:07:58'),
(307624, 2339, '1138-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:58', '2023-10-31 16:07:58'),
(307625, 2339, '1138-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:58', '2023-10-31 16:07:58'),
(307626, 2339, '1138-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:58', '2023-10-31 16:07:58'),
(307627, 2339, '1138-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:58', '2023-10-31 16:07:58'),
(307628, 2339, '1138-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:58', '2023-10-31 16:07:58'),
(307629, 2339, '1138-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:58', '2023-10-31 16:07:58'),
(307630, 2339, '1138-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:58', '2023-10-31 16:07:58'),
(307631, 2339, '1138-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:58', '2023-10-31 16:07:58'),
(307632, 2339, '1139-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:58', '2023-10-31 16:07:58'),
(307633, 2339, '1139-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:58', '2023-10-31 16:07:58'),
(307634, 2339, '1139-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:58', '2023-10-31 16:07:58'),
(307635, 2339, '1139-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:58', '2023-10-31 16:07:58'),
(307636, 2339, '1139-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:58', '2023-10-31 16:07:58'),
(307637, 2339, '1139-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:58', '2023-10-31 16:07:58'),
(307638, 2339, '1139-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:58', '2023-10-31 16:07:58'),
(307639, 2339, '1139-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:58', '2023-10-31 16:07:58'),
(307640, 2339, '1139-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:58', '2023-10-31 16:07:58'),
(307641, 2339, '1139-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:58', '2023-10-31 16:07:58'),
(307642, 2339, '1139-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:58', '2023-10-31 16:07:58'),
(307643, 2339, '1139-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:58', '2023-10-31 16:07:58'),
(307644, 2339, '1140-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:58', '2023-10-31 16:07:58'),
(307645, 2339, '1140-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:58', '2023-10-31 16:07:58'),
(307646, 2339, '1140-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:58', '2023-10-31 16:07:58'),
(307647, 2339, '1140-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:58', '2023-10-31 16:07:58'),
(307648, 2339, '1140-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:58', '2023-10-31 16:07:58'),
(307649, 2339, '1140-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:58', '2023-10-31 16:07:58'),
(307650, 2339, '1140-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:58', '2023-10-31 16:07:58'),
(307651, 2339, '1140-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:58', '2023-10-31 16:07:58'),
(307652, 2339, '1140-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:58', '2023-10-31 16:07:58'),
(307653, 2339, '1140-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:58', '2023-10-31 16:07:58'),
(307654, 2339, '1140-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:58', '2023-10-31 16:07:58'),
(307655, 2339, '1140-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:59', '2023-10-31 16:07:59'),
(307656, 2339, '1141-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:59', '2023-10-31 16:07:59'),
(307657, 2339, '1141-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:59', '2023-10-31 16:07:59'),
(307658, 2339, '1141-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:59', '2023-10-31 16:07:59'),
(307659, 2339, '1141-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:59', '2023-10-31 16:07:59'),
(307660, 2339, '1141-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:59', '2023-10-31 16:07:59'),
(307661, 2339, '1141-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:59', '2023-10-31 16:07:59'),
(307662, 2339, '1141-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:59', '2023-10-31 16:07:59'),
(307663, 2339, '1141-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:59', '2023-10-31 16:07:59'),
(307664, 2339, '1141-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:59', '2023-10-31 16:07:59'),
(307665, 2339, '1141-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:59', '2023-10-31 16:07:59'),
(307666, 2339, '1141-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:59', '2023-10-31 16:07:59'),
(307667, 2339, '1141-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:59', '2023-10-31 16:07:59'),
(307668, 2339, '1142-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:59', '2023-10-31 16:07:59'),
(307669, 2339, '1142-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:59', '2023-10-31 16:07:59'),
(307670, 2339, '1142-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:59', '2023-10-31 16:07:59'),
(307671, 2339, '1142-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:59', '2023-10-31 16:07:59'),
(307672, 2339, '1142-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:59', '2023-10-31 16:07:59'),
(307673, 2339, '1142-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:59', '2023-10-31 16:07:59'),
(307674, 2339, '1142-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:59', '2023-10-31 16:07:59'),
(307675, 2339, '1142-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:59', '2023-10-31 16:07:59'),
(307676, 2339, '1142-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:59', '2023-10-31 16:07:59'),
(307677, 2339, '1142-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:59', '2023-10-31 16:07:59'),
(307678, 2339, '1142-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:59', '2023-10-31 16:07:59'),
(307679, 2339, '1142-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:59', '2023-10-31 16:07:59'),
(307680, 2339, '1143-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:59', '2023-10-31 16:07:59'),
(307681, 2339, '1143-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:59', '2023-10-31 16:07:59'),
(307682, 2339, '1143-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:59', '2023-10-31 16:07:59'),
(307683, 2339, '1143-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:59', '2023-10-31 16:07:59'),
(307684, 2339, '1143-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:59', '2023-10-31 16:07:59'),
(307685, 2339, '1143-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:59', '2023-10-31 16:07:59'),
(307686, 2339, '1143-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:59', '2023-10-31 16:07:59'),
(307687, 2339, '1143-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:59', '2023-10-31 16:07:59'),
(307688, 2339, '1143-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:59', '2023-10-31 16:07:59'),
(307689, 2339, '1143-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:59', '2023-10-31 16:07:59'),
(307690, 2339, '1143-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:59', '2023-10-31 16:07:59'),
(307691, 2339, '1143-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:59', '2023-10-31 16:07:59'),
(307692, 2339, '1144-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:59', '2023-10-31 16:07:59'),
(307693, 2339, '1144-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:59', '2023-10-31 16:07:59'),
(307694, 2339, '1144-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:59', '2023-10-31 16:07:59'),
(307695, 2339, '1144-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:59', '2023-10-31 16:07:59'),
(307696, 2339, '1144-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:59', '2023-10-31 16:07:59'),
(307697, 2339, '1144-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:59', '2023-10-31 16:07:59'),
(307698, 2339, '1144-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:59', '2023-10-31 16:07:59'),
(307699, 2339, '1144-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:59', '2023-10-31 16:07:59'),
(307700, 2339, '1144-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:59', '2023-10-31 16:07:59'),
(307701, 2339, '1144-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:59', '2023-10-31 16:07:59'),
(307702, 2339, '1144-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:59', '2023-10-31 16:07:59'),
(307703, 2339, '1144-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:59', '2023-10-31 16:07:59'),
(307704, 2339, '1145-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:59', '2023-10-31 16:07:59'),
(307705, 2339, '1145-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:59', '2023-10-31 16:07:59'),
(307706, 2339, '1145-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:59', '2023-10-31 16:07:59'),
(307707, 2339, '1145-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:59', '2023-10-31 16:07:59'),
(307708, 2339, '1145-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:59', '2023-10-31 16:07:59'),
(307709, 2339, '1145-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:59', '2023-10-31 16:07:59'),
(307710, 2339, '1145-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:59', '2023-10-31 16:07:59'),
(307711, 2339, '1145-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:59', '2023-10-31 16:07:59'),
(307712, 2339, '1145-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:59', '2023-10-31 16:07:59'),
(307713, 2339, '1145-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:59', '2023-10-31 16:07:59'),
(307714, 2339, '1145-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:59', '2023-10-31 16:07:59'),
(307715, 2339, '1145-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:59', '2023-10-31 16:07:59'),
(307716, 2339, '1146-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:59', '2023-10-31 16:07:59'),
(307717, 2339, '1146-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:59', '2023-10-31 16:07:59'),
(307718, 2339, '1146-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:59', '2023-10-31 16:07:59'),
(307719, 2339, '1146-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:59', '2023-10-31 16:07:59'),
(307720, 2339, '1146-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:59', '2023-10-31 16:07:59'),
(307721, 2339, '1146-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:59', '2023-10-31 16:07:59'),
(307722, 2339, '1146-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:59', '2023-10-31 16:07:59'),
(307723, 2339, '1146-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:59', '2023-10-31 16:07:59'),
(307724, 2339, '1146-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:59', '2023-10-31 16:07:59'),
(307725, 2339, '1146-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:59', '2023-10-31 16:07:59'),
(307726, 2339, '1146-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:59', '2023-10-31 16:07:59'),
(307727, 2339, '1146-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:59', '2023-10-31 16:07:59'),
(307728, 2339, '1147-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:59', '2023-10-31 16:07:59'),
(307729, 2339, '1147-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:59', '2023-10-31 16:07:59'),
(307730, 2339, '1147-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:59', '2023-10-31 16:07:59'),
(307731, 2339, '1147-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:59', '2023-10-31 16:07:59'),
(307732, 2339, '1147-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:59', '2023-10-31 16:07:59'),
(307733, 2339, '1147-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:59', '2023-10-31 16:07:59'),
(307734, 2339, '1147-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:59', '2023-10-31 16:07:59'),
(307735, 2339, '1147-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:59', '2023-10-31 16:07:59'),
(307736, 2339, '1147-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:59', '2023-10-31 16:07:59'),
(307737, 2339, '1147-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:59', '2023-10-31 16:07:59'),
(307738, 2339, '1147-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:59', '2023-10-31 16:07:59'),
(307739, 2339, '1147-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:59', '2023-10-31 16:07:59'),
(307740, 2339, '1148-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:59', '2023-10-31 16:07:59'),
(307741, 2339, '1148-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:59', '2023-10-31 16:07:59'),
(307742, 2339, '1148-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:59', '2023-10-31 16:07:59'),
(307743, 2339, '1148-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:59', '2023-10-31 16:07:59'),
(307744, 2339, '1148-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:59', '2023-10-31 16:07:59'),
(307745, 2339, '1148-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:59', '2023-10-31 16:07:59'),
(307746, 2339, '1148-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:59', '2023-10-31 16:07:59'),
(307747, 2339, '1148-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:59', '2023-10-31 16:07:59'),
(307748, 2339, '1148-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:59', '2023-10-31 16:07:59'),
(307749, 2339, '1148-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:59', '2023-10-31 16:07:59'),
(307750, 2339, '1148-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:59', '2023-10-31 16:07:59'),
(307751, 2339, '1148-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:59', '2023-10-31 16:07:59'),
(307752, 2339, '1149-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:59', '2023-10-31 16:07:59'),
(307753, 2339, '1149-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:59', '2023-10-31 16:07:59'),
(307754, 2339, '1149-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:59', '2023-10-31 16:07:59'),
(307755, 2339, '1149-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:59', '2023-10-31 16:07:59'),
(307756, 2339, '1149-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:59', '2023-10-31 16:07:59'),
(307757, 2339, '1149-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:59', '2023-10-31 16:07:59'),
(307758, 2339, '1149-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:59', '2023-10-31 16:07:59'),
(307759, 2339, '1149-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:59', '2023-10-31 16:07:59'),
(307760, 2339, '1149-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:59', '2023-10-31 16:07:59'),
(307761, 2339, '1149-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:59', '2023-10-31 16:07:59'),
(307762, 2339, '1149-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:59', '2023-10-31 16:07:59'),
(307763, 2339, '1149-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:59', '2023-10-31 16:07:59'),
(307764, 2339, '1150-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:59', '2023-10-31 16:07:59'),
(307765, 2339, '1150-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:59', '2023-10-31 16:07:59'),
(307766, 2339, '1150-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:59', '2023-10-31 16:07:59'),
(307767, 2339, '1150-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:59', '2023-10-31 16:07:59'),
(307768, 2339, '1150-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:59', '2023-10-31 16:07:59'),
(307769, 2339, '1150-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:59', '2023-10-31 16:07:59'),
(307770, 2339, '1150-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:59', '2023-10-31 16:07:59'),
(307771, 2339, '1150-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:59', '2023-10-31 16:07:59'),
(307772, 2339, '1150-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:59', '2023-10-31 16:07:59'),
(307773, 2339, '1150-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:59', '2023-10-31 16:07:59'),
(307774, 2339, '1150-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:59', '2023-10-31 16:07:59'),
(307775, 2339, '1150-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:59', '2023-10-31 16:07:59'),
(307776, 2339, '1151-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:59', '2023-10-31 16:07:59'),
(307777, 2339, '1151-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:59', '2023-10-31 16:07:59'),
(307778, 2339, '1151-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:59', '2023-10-31 16:07:59'),
(307779, 2339, '1151-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:59', '2023-10-31 16:07:59'),
(307780, 2339, '1151-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:59', '2023-10-31 16:07:59'),
(307781, 2339, '1151-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:59', '2023-10-31 16:07:59'),
(307782, 2339, '1151-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:59', '2023-10-31 16:07:59'),
(307783, 2339, '1151-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:59', '2023-10-31 16:07:59'),
(307784, 2339, '1151-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:59', '2023-10-31 16:07:59'),
(307785, 2339, '1151-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:59', '2023-10-31 16:07:59'),
(307786, 2339, '1151-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:59', '2023-10-31 16:07:59'),
(307787, 2339, '1151-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:59', '2023-10-31 16:07:59'),
(307788, 2339, '1152-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:59', '2023-10-31 16:07:59'),
(307789, 2339, '1152-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:59', '2023-10-31 16:07:59'),
(307790, 2339, '1152-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:59', '2023-10-31 16:07:59'),
(307791, 2339, '1152-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:59', '2023-10-31 16:07:59'),
(307792, 2339, '1152-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:59', '2023-10-31 16:07:59'),
(307793, 2339, '1152-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:59', '2023-10-31 16:07:59'),
(307794, 2339, '1152-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:59', '2023-10-31 16:07:59'),
(307795, 2339, '1152-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:59', '2023-10-31 16:07:59'),
(307796, 2339, '1152-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:59', '2023-10-31 16:07:59'),
(307797, 2339, '1152-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:59', '2023-10-31 16:07:59'),
(307798, 2339, '1152-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:59', '2023-10-31 16:07:59'),
(307799, 2339, '1152-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:59', '2023-10-31 16:07:59'),
(307800, 2339, '1153-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:59', '2023-10-31 16:07:59'),
(307801, 2339, '1153-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:59', '2023-10-31 16:07:59'),
(307802, 2339, '1153-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:59', '2023-10-31 16:07:59'),
(307803, 2339, '1153-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:59', '2023-10-31 16:07:59'),
(307804, 2339, '1153-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:59', '2023-10-31 16:07:59'),
(307805, 2339, '1153-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:59', '2023-10-31 16:07:59'),
(307806, 2339, '1153-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:59', '2023-10-31 16:07:59'),
(307807, 2339, '1153-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:59', '2023-10-31 16:07:59'),
(307808, 2339, '1153-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:59', '2023-10-31 16:07:59'),
(307809, 2339, '1153-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:59', '2023-10-31 16:07:59'),
(307810, 2339, '1153-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:59', '2023-10-31 16:07:59'),
(307811, 2339, '1153-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:59', '2023-10-31 16:07:59'),
(307812, 2339, '1154-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:59', '2023-10-31 16:07:59'),
(307813, 2339, '1154-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:59', '2023-10-31 16:07:59'),
(307814, 2339, '1154-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:59', '2023-10-31 16:07:59'),
(307815, 2339, '1154-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:59', '2023-10-31 16:07:59'),
(307816, 2339, '1154-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:59', '2023-10-31 16:07:59'),
(307817, 2339, '1154-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:59', '2023-10-31 16:07:59'),
(307818, 2339, '1154-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:07:59', '2023-10-31 16:07:59'),
(307819, 2339, '1154-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:00', '2023-10-31 16:08:00'),
(307820, 2339, '1154-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:00', '2023-10-31 16:08:00'),
(307821, 2339, '1154-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:00', '2023-10-31 16:08:00'),
(307822, 2339, '1154-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:00', '2023-10-31 16:08:00'),
(307823, 2339, '1154-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:00', '2023-10-31 16:08:00'),
(307824, 2339, '1155-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:00', '2023-10-31 16:08:00'),
(307825, 2339, '1155-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:00', '2023-10-31 16:08:00'),
(307826, 2339, '1155-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:00', '2023-10-31 16:08:00'),
(307827, 2339, '1155-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:00', '2023-10-31 16:08:00'),
(307828, 2339, '1155-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:00', '2023-10-31 16:08:00'),
(307829, 2339, '1155-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:00', '2023-10-31 16:08:00'),
(307830, 2339, '1155-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:00', '2023-10-31 16:08:00'),
(307831, 2339, '1155-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:00', '2023-10-31 16:08:00'),
(307832, 2339, '1155-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:00', '2023-10-31 16:08:00'),
(307833, 2339, '1155-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:00', '2023-10-31 16:08:00'),
(307834, 2339, '1155-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:00', '2023-10-31 16:08:00'),
(307835, 2339, '1155-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:00', '2023-10-31 16:08:00'),
(307836, 2339, '1156-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:00', '2023-10-31 16:08:00'),
(307837, 2339, '1156-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:00', '2023-10-31 16:08:00'),
(307838, 2339, '1156-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:00', '2023-10-31 16:08:00'),
(307839, 2339, '1156-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:00', '2023-10-31 16:08:00'),
(307840, 2339, '1156-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:00', '2023-10-31 16:08:00'),
(307841, 2339, '1156-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:00', '2023-10-31 16:08:00'),
(307842, 2339, '1156-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:00', '2023-10-31 16:08:00'),
(307843, 2339, '1156-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:00', '2023-10-31 16:08:00'),
(307844, 2339, '1156-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:00', '2023-10-31 16:08:00'),
(307845, 2339, '1156-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:00', '2023-10-31 16:08:00'),
(307846, 2339, '1156-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:00', '2023-10-31 16:08:00'),
(307847, 2339, '1156-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:00', '2023-10-31 16:08:00'),
(307848, 2339, '1157-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:00', '2023-10-31 16:08:00'),
(307849, 2339, '1157-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:00', '2023-10-31 16:08:00'),
(307850, 2339, '1157-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:00', '2023-10-31 16:08:00'),
(307851, 2339, '1157-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:00', '2023-10-31 16:08:00'),
(307852, 2339, '1157-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:00', '2023-10-31 16:08:00'),
(307853, 2339, '1157-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:00', '2023-10-31 16:08:00'),
(307854, 2339, '1157-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:00', '2023-10-31 16:08:00'),
(307855, 2339, '1157-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:00', '2023-10-31 16:08:00'),
(307856, 2339, '1157-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:00', '2023-10-31 16:08:00'),
(307857, 2339, '1157-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:00', '2023-10-31 16:08:00'),
(307858, 2339, '1157-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:00', '2023-10-31 16:08:00'),
(307859, 2339, '1157-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:00', '2023-10-31 16:08:00'),
(307860, 2339, '1158-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:00', '2023-10-31 16:08:00'),
(307861, 2339, '1158-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:00', '2023-10-31 16:08:00'),
(307862, 2339, '1158-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:00', '2023-10-31 16:08:00'),
(307863, 2339, '1158-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:00', '2023-10-31 16:08:00'),
(307864, 2339, '1158-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:00', '2023-10-31 16:08:00'),
(307865, 2339, '1158-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:00', '2023-10-31 16:08:00'),
(307866, 2339, '1158-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:00', '2023-10-31 16:08:00'),
(307867, 2339, '1158-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:00', '2023-10-31 16:08:00'),
(307868, 2339, '1158-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:00', '2023-10-31 16:08:00'),
(307869, 2339, '1158-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:00', '2023-10-31 16:08:00'),
(307870, 2339, '1158-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:00', '2023-10-31 16:08:00'),
(307871, 2339, '1158-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:00', '2023-10-31 16:08:00'),
(307872, 2339, '1159-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:00', '2023-10-31 16:08:00'),
(307873, 2339, '1159-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:00', '2023-10-31 16:08:00'),
(307874, 2339, '1159-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:00', '2023-10-31 16:08:00'),
(307875, 2339, '1159-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:00', '2023-10-31 16:08:00'),
(307876, 2339, '1159-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:00', '2023-10-31 16:08:00'),
(307877, 2339, '1159-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:00', '2023-10-31 16:08:00'),
(307878, 2339, '1159-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:00', '2023-10-31 16:08:00'),
(307879, 2339, '1159-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:00', '2023-10-31 16:08:00'),
(307880, 2339, '1159-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:00', '2023-10-31 16:08:00'),
(307881, 2339, '1159-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:00', '2023-10-31 16:08:00'),
(307882, 2339, '1159-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:00', '2023-10-31 16:08:00'),
(307883, 2339, '1159-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:00', '2023-10-31 16:08:00'),
(307884, 2339, '1160-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:00', '2023-10-31 16:08:00'),
(307885, 2339, '1160-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:00', '2023-10-31 16:08:00'),
(307886, 2339, '1160-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:00', '2023-10-31 16:08:00'),
(307887, 2339, '1160-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:00', '2023-10-31 16:08:00'),
(307888, 2339, '1160-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:00', '2023-10-31 16:08:00'),
(307889, 2339, '1160-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:00', '2023-10-31 16:08:00'),
(307890, 2339, '1160-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:00', '2023-10-31 16:08:00'),
(307891, 2339, '1160-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:00', '2023-10-31 16:08:00'),
(307892, 2339, '1160-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:00', '2023-10-31 16:08:00'),
(307893, 2339, '1160-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:00', '2023-10-31 16:08:00'),
(307894, 2339, '1160-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:00', '2023-10-31 16:08:00'),
(307895, 2339, '1160-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:00', '2023-10-31 16:08:00'),
(307896, 2339, '1161-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:00', '2023-10-31 16:08:00'),
(307897, 2339, '1161-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:00', '2023-10-31 16:08:00'),
(307898, 2339, '1161-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:00', '2023-10-31 16:08:00'),
(307899, 2339, '1161-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:00', '2023-10-31 16:08:00'),
(307900, 2339, '1161-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:00', '2023-10-31 16:08:00'),
(307901, 2339, '1161-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:00', '2023-10-31 16:08:00'),
(307902, 2339, '1161-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:00', '2023-10-31 16:08:00'),
(307903, 2339, '1161-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:00', '2023-10-31 16:08:00'),
(307904, 2339, '1161-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:00', '2023-10-31 16:08:00'),
(307905, 2339, '1161-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:00', '2023-10-31 16:08:00'),
(307906, 2339, '1161-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:00', '2023-10-31 16:08:00'),
(307907, 2339, '1161-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:00', '2023-10-31 16:08:00'),
(307908, 2339, '1162-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:00', '2023-10-31 16:08:00'),
(307909, 2339, '1162-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:00', '2023-10-31 16:08:00'),
(307910, 2339, '1162-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:00', '2023-10-31 16:08:00'),
(307911, 2339, '1162-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:00', '2023-10-31 16:08:00'),
(307912, 2339, '1162-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:00', '2023-10-31 16:08:00'),
(307913, 2339, '1162-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:00', '2023-10-31 16:08:00'),
(307914, 2339, '1162-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:00', '2023-10-31 16:08:00'),
(307915, 2339, '1162-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:00', '2023-10-31 16:08:00'),
(307916, 2339, '1162-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:00', '2023-10-31 16:08:00'),
(307917, 2339, '1162-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:00', '2023-10-31 16:08:00'),
(307918, 2339, '1162-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:00', '2023-10-31 16:08:00'),
(307919, 2339, '1162-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:00', '2023-10-31 16:08:00'),
(307920, 2339, '1163-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:00', '2023-10-31 16:08:00'),
(307921, 2339, '1163-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:00', '2023-10-31 16:08:00'),
(307922, 2339, '1163-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:00', '2023-10-31 16:08:00'),
(307923, 2339, '1163-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:00', '2023-10-31 16:08:00'),
(307924, 2339, '1163-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:00', '2023-10-31 16:08:00'),
(307925, 2339, '1163-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:00', '2023-10-31 16:08:00'),
(307926, 2339, '1163-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:00', '2023-10-31 16:08:00'),
(307927, 2339, '1163-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:00', '2023-10-31 16:08:00'),
(307928, 2339, '1163-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:00', '2023-10-31 16:08:00'),
(307929, 2339, '1163-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:00', '2023-10-31 16:08:00'),
(307930, 2339, '1163-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:00', '2023-10-31 16:08:00'),
(307931, 2339, '1163-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:00', '2023-10-31 16:08:00'),
(307932, 2339, '1164-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:00', '2023-10-31 16:08:00'),
(307933, 2339, '1164-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:00', '2023-10-31 16:08:00'),
(307934, 2339, '1164-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:00', '2023-10-31 16:08:00'),
(307935, 2339, '1164-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:00', '2023-10-31 16:08:00'),
(307936, 2339, '1164-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:00', '2023-10-31 16:08:00'),
(307937, 2339, '1164-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:00', '2023-10-31 16:08:00'),
(307938, 2339, '1164-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:00', '2023-10-31 16:08:00'),
(307939, 2339, '1164-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:00', '2023-10-31 16:08:00'),
(307940, 2339, '1164-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:00', '2023-10-31 16:08:00'),
(307941, 2339, '1164-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:00', '2023-10-31 16:08:00'),
(307942, 2339, '1164-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:00', '2023-10-31 16:08:00'),
(307943, 2339, '1164-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:00', '2023-10-31 16:08:00'),
(307944, 2339, '1165-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:00', '2023-10-31 16:08:00'),
(307945, 2339, '1165-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:00', '2023-10-31 16:08:00'),
(307946, 2339, '1165-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:00', '2023-10-31 16:08:00'),
(307947, 2339, '1165-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:00', '2023-10-31 16:08:00'),
(307948, 2339, '1165-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:00', '2023-10-31 16:08:00'),
(307949, 2339, '1165-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:00', '2023-10-31 16:08:00'),
(307950, 2339, '1165-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:00', '2023-10-31 16:08:00'),
(307951, 2339, '1165-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:00', '2023-10-31 16:08:00'),
(307952, 2339, '1165-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:00', '2023-10-31 16:08:00'),
(307953, 2339, '1165-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:00', '2023-10-31 16:08:00'),
(307954, 2339, '1165-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:00', '2023-10-31 16:08:00'),
(307955, 2339, '1165-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:00', '2023-10-31 16:08:00'),
(307956, 2339, '1166-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:00', '2023-10-31 16:08:00'),
(307957, 2339, '1166-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:00', '2023-10-31 16:08:00'),
(307958, 2339, '1166-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:00', '2023-10-31 16:08:00'),
(307959, 2339, '1166-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:00', '2023-10-31 16:08:00'),
(307960, 2339, '1166-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:00', '2023-10-31 16:08:00'),
(307961, 2339, '1166-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:00', '2023-10-31 16:08:00'),
(307962, 2339, '1166-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:00', '2023-10-31 16:08:00'),
(307963, 2339, '1166-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:00', '2023-10-31 16:08:00'),
(307964, 2339, '1166-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:00', '2023-10-31 16:08:00'),
(307965, 2339, '1166-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:00', '2023-10-31 16:08:00'),
(307966, 2339, '1166-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:00', '2023-10-31 16:08:00'),
(307967, 2339, '1166-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:00', '2023-10-31 16:08:00'),
(307968, 2339, '1167-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:00', '2023-10-31 16:08:00'),
(307969, 2339, '1167-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:00', '2023-10-31 16:08:00'),
(307970, 2339, '1167-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:00', '2023-10-31 16:08:00'),
(307971, 2339, '1167-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:00', '2023-10-31 16:08:00'),
(307972, 2339, '1167-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:00', '2023-10-31 16:08:00'),
(307973, 2339, '1167-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:00', '2023-10-31 16:08:00'),
(307974, 2339, '1167-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:00', '2023-10-31 16:08:00'),
(307975, 2339, '1167-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:00', '2023-10-31 16:08:00'),
(307976, 2339, '1167-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:00', '2023-10-31 16:08:00'),
(307977, 2339, '1167-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:00', '2023-10-31 16:08:00'),
(307978, 2339, '1167-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:00', '2023-10-31 16:08:00'),
(307979, 2339, '1167-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:00', '2023-10-31 16:08:00'),
(307980, 2339, '1168-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:00', '2023-10-31 16:08:00'),
(307981, 2339, '1168-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:00', '2023-10-31 16:08:00'),
(307982, 2339, '1168-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:00', '2023-10-31 16:08:00'),
(307983, 2339, '1168-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:00', '2023-10-31 16:08:00'),
(307984, 2339, '1168-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:00', '2023-10-31 16:08:00'),
(307985, 2339, '1168-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:00', '2023-10-31 16:08:00'),
(307986, 2339, '1168-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:00', '2023-10-31 16:08:00'),
(307987, 2339, '1168-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:00', '2023-10-31 16:08:00'),
(307988, 2339, '1168-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:00', '2023-10-31 16:08:00'),
(307989, 2339, '1168-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:00', '2023-10-31 16:08:00'),
(307990, 2339, '1168-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:00', '2023-10-31 16:08:00'),
(307991, 2339, '1168-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:00', '2023-10-31 16:08:00'),
(307992, 2339, '1169-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:00', '2023-10-31 16:08:00'),
(307993, 2339, '1169-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:00', '2023-10-31 16:08:00'),
(307994, 2339, '1169-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:00', '2023-10-31 16:08:00'),
(307995, 2339, '1169-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:00', '2023-10-31 16:08:00'),
(307996, 2339, '1169-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:00', '2023-10-31 16:08:00'),
(307997, 2339, '1169-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:00', '2023-10-31 16:08:00'),
(307998, 2339, '1169-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:00', '2023-10-31 16:08:00'),
(307999, 2339, '1169-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:00', '2023-10-31 16:08:00'),
(308000, 2339, '1169-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:00', '2023-10-31 16:08:00'),
(308001, 2339, '1169-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:00', '2023-10-31 16:08:00'),
(308002, 2339, '1169-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:00', '2023-10-31 16:08:00'),
(308003, 2339, '1169-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:00', '2023-10-31 16:08:00'),
(308004, 2339, '1170-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:00', '2023-10-31 16:08:00'),
(308005, 2339, '1170-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:00', '2023-10-31 16:08:00'),
(308006, 2339, '1170-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:00', '2023-10-31 16:08:00'),
(308007, 2339, '1170-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:00', '2023-10-31 16:08:00'),
(308008, 2339, '1170-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:00', '2023-10-31 16:08:00'),
(308009, 2339, '1170-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:00', '2023-10-31 16:08:00'),
(308010, 2339, '1170-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:00', '2023-10-31 16:08:00'),
(308011, 2339, '1170-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:00', '2023-10-31 16:08:00'),
(308012, 2339, '1170-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:00', '2023-10-31 16:08:00'),
(308013, 2339, '1170-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:00', '2023-10-31 16:08:00'),
(308014, 2339, '1170-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:00', '2023-10-31 16:08:00'),
(308015, 2339, '1170-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:00', '2023-10-31 16:08:00'),
(308016, 2339, '1171-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:00', '2023-10-31 16:08:00'),
(308017, 2339, '1171-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:00', '2023-10-31 16:08:00'),
(308018, 2339, '1171-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:00', '2023-10-31 16:08:00'),
(308019, 2339, '1171-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:00', '2023-10-31 16:08:00'),
(308020, 2339, '1171-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:00', '2023-10-31 16:08:00'),
(308021, 2339, '1171-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:00', '2023-10-31 16:08:00'),
(308022, 2339, '1171-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:00', '2023-10-31 16:08:00');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(308023, 2339, '1171-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:00', '2023-10-31 16:08:00'),
(308024, 2339, '1171-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:00', '2023-10-31 16:08:00'),
(308025, 2339, '1171-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:00', '2023-10-31 16:08:00'),
(308026, 2339, '1171-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:00', '2023-10-31 16:08:00'),
(308027, 2339, '1171-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:00', '2023-10-31 16:08:00'),
(308028, 2339, '1172-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:00', '2023-10-31 16:08:00'),
(308029, 2339, '1172-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:00', '2023-10-31 16:08:00'),
(308030, 2339, '1172-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:00', '2023-10-31 16:08:00'),
(308031, 2339, '1172-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:00', '2023-10-31 16:08:00'),
(308032, 2339, '1172-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:00', '2023-10-31 16:08:00'),
(308033, 2339, '1172-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:00', '2023-10-31 16:08:00'),
(308034, 2339, '1172-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:00', '2023-10-31 16:08:00'),
(308035, 2339, '1172-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:00', '2023-10-31 16:08:00'),
(308036, 2339, '1172-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:00', '2023-10-31 16:08:00'),
(308037, 2339, '1172-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:00', '2023-10-31 16:08:00'),
(308038, 2339, '1172-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:00', '2023-10-31 16:08:00'),
(308039, 2339, '1172-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:00', '2023-10-31 16:08:00'),
(308040, 2339, '1173-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:00', '2023-10-31 16:08:00'),
(308041, 2339, '1173-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:00', '2023-10-31 16:08:00'),
(308042, 2339, '1173-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:00', '2023-10-31 16:08:00'),
(308043, 2339, '1173-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:00', '2023-10-31 16:08:00'),
(308044, 2339, '1173-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:00', '2023-10-31 16:08:00'),
(308045, 2339, '1173-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:01', '2023-10-31 16:08:01'),
(308046, 2339, '1173-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:01', '2023-10-31 16:08:01'),
(308047, 2339, '1173-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:01', '2023-10-31 16:08:01'),
(308048, 2339, '1173-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:01', '2023-10-31 16:08:01'),
(308049, 2339, '1173-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:01', '2023-10-31 16:08:01'),
(308050, 2339, '1173-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:01', '2023-10-31 16:08:01'),
(308051, 2339, '1173-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:01', '2023-10-31 16:08:01'),
(308052, 2339, '1174-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:01', '2023-10-31 16:08:01'),
(308053, 2339, '1174-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:01', '2023-10-31 16:08:01'),
(308054, 2339, '1174-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:01', '2023-10-31 16:08:01'),
(308055, 2339, '1174-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:01', '2023-10-31 16:08:01'),
(308056, 2339, '1174-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:01', '2023-10-31 16:08:01'),
(308057, 2339, '1174-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:01', '2023-10-31 16:08:01'),
(308058, 2339, '1174-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:01', '2023-10-31 16:08:01'),
(308059, 2339, '1174-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:01', '2023-10-31 16:08:01'),
(308060, 2339, '1174-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:01', '2023-10-31 16:08:01'),
(308061, 2339, '1174-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:01', '2023-10-31 16:08:01'),
(308062, 2339, '1174-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:01', '2023-10-31 16:08:01'),
(308063, 2339, '1174-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:01', '2023-10-31 16:08:01'),
(308064, 2339, '1175-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:01', '2023-10-31 16:08:01'),
(308065, 2339, '1175-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:01', '2023-10-31 16:08:01'),
(308066, 2339, '1175-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:01', '2023-10-31 16:08:01'),
(308067, 2339, '1175-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:01', '2023-10-31 16:08:01'),
(308068, 2339, '1175-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:01', '2023-10-31 16:08:01'),
(308069, 2339, '1175-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:01', '2023-10-31 16:08:01'),
(308070, 2339, '1175-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:01', '2023-10-31 16:08:01'),
(308071, 2339, '1175-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:01', '2023-10-31 16:08:01'),
(308072, 2339, '1175-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:01', '2023-10-31 16:08:01'),
(308073, 2339, '1175-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:01', '2023-10-31 16:08:01'),
(308074, 2339, '1175-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:01', '2023-10-31 16:08:01'),
(308075, 2339, '1175-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:01', '2023-10-31 16:08:01'),
(308076, 2339, '1176-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:01', '2023-10-31 16:08:01'),
(308077, 2339, '1176-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:01', '2023-10-31 16:08:01'),
(308078, 2339, '1176-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:01', '2023-10-31 16:08:01'),
(308079, 2339, '1176-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:01', '2023-10-31 16:08:01'),
(308080, 2339, '1176-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:01', '2023-10-31 16:08:01'),
(308081, 2339, '1176-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:01', '2023-10-31 16:08:01'),
(308082, 2339, '1176-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:01', '2023-10-31 16:08:01'),
(308083, 2339, '1176-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:01', '2023-10-31 16:08:01'),
(308084, 2339, '1176-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:01', '2023-10-31 16:08:01'),
(308085, 2339, '1176-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:01', '2023-10-31 16:08:01'),
(308086, 2339, '1176-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:01', '2023-10-31 16:08:01'),
(308087, 2339, '1176-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:01', '2023-10-31 16:08:01'),
(308088, 2339, '1177-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:01', '2023-10-31 16:08:01'),
(308089, 2339, '1177-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:01', '2023-10-31 16:08:01'),
(308090, 2339, '1177-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:01', '2023-10-31 16:08:01'),
(308091, 2339, '1177-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:01', '2023-10-31 16:08:01'),
(308092, 2339, '1177-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:01', '2023-10-31 16:08:01'),
(308093, 2339, '1177-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:01', '2023-10-31 16:08:01'),
(308094, 2339, '1177-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:01', '2023-10-31 16:08:01'),
(308095, 2339, '1177-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:01', '2023-10-31 16:08:01'),
(308096, 2339, '1177-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:01', '2023-10-31 16:08:01'),
(308097, 2339, '1177-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:01', '2023-10-31 16:08:01'),
(308098, 2339, '1177-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:01', '2023-10-31 16:08:01'),
(308099, 2339, '1177-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:01', '2023-10-31 16:08:01'),
(308100, 2339, '1178-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:01', '2023-10-31 16:08:01'),
(308101, 2339, '1178-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:01', '2023-10-31 16:08:01'),
(308102, 2339, '1178-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:01', '2023-10-31 16:08:01'),
(308103, 2339, '1178-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:01', '2023-10-31 16:08:01'),
(308104, 2339, '1178-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:01', '2023-10-31 16:08:01'),
(308105, 2339, '1178-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:01', '2023-10-31 16:08:01'),
(308106, 2339, '1178-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:01', '2023-10-31 16:08:01'),
(308107, 2339, '1178-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:01', '2023-10-31 16:08:01'),
(308108, 2339, '1178-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:01', '2023-10-31 16:08:01'),
(308109, 2339, '1178-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:01', '2023-10-31 16:08:01'),
(308110, 2339, '1178-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:01', '2023-10-31 16:08:01'),
(308111, 2339, '1178-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:01', '2023-10-31 16:08:01'),
(308112, 2339, '1179-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:01', '2023-10-31 16:08:01'),
(308113, 2339, '1179-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:01', '2023-10-31 16:08:01'),
(308114, 2339, '1179-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:01', '2023-10-31 16:08:01'),
(308115, 2339, '1179-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:01', '2023-10-31 16:08:01'),
(308116, 2339, '1179-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:01', '2023-10-31 16:08:01'),
(308117, 2339, '1179-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:01', '2023-10-31 16:08:01'),
(308118, 2339, '1179-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:01', '2023-10-31 16:08:01'),
(308119, 2339, '1179-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:01', '2023-10-31 16:08:01'),
(308120, 2339, '1179-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:01', '2023-10-31 16:08:01'),
(308121, 2339, '1179-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:01', '2023-10-31 16:08:01'),
(308122, 2339, '1179-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:01', '2023-10-31 16:08:01'),
(308123, 2339, '1179-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:01', '2023-10-31 16:08:01'),
(308124, 2339, '1180-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:01', '2023-10-31 16:08:01'),
(308125, 2339, '1180-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:01', '2023-10-31 16:08:01'),
(308126, 2339, '1180-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:01', '2023-10-31 16:08:01'),
(308127, 2339, '1180-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:01', '2023-10-31 16:08:01'),
(308128, 2339, '1180-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:01', '2023-10-31 16:08:01'),
(308129, 2339, '1180-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:01', '2023-10-31 16:08:01'),
(308130, 2339, '1180-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:01', '2023-10-31 16:08:01'),
(308131, 2339, '1180-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:01', '2023-10-31 16:08:01'),
(308132, 2339, '1180-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:01', '2023-10-31 16:08:01'),
(308133, 2339, '1180-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:01', '2023-10-31 16:08:01'),
(308134, 2339, '1180-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:01', '2023-10-31 16:08:01'),
(308135, 2339, '1180-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:01', '2023-10-31 16:08:01'),
(308136, 2339, '1181-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:01', '2023-10-31 16:08:01'),
(308137, 2339, '1181-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:01', '2023-10-31 16:08:01'),
(308138, 2339, '1181-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:01', '2023-10-31 16:08:01'),
(308139, 2339, '1181-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:01', '2023-10-31 16:08:01'),
(308140, 2339, '1181-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:01', '2023-10-31 16:08:01'),
(308141, 2339, '1181-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:01', '2023-10-31 16:08:01'),
(308142, 2339, '1181-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:01', '2023-10-31 16:08:01'),
(308143, 2339, '1181-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:01', '2023-10-31 16:08:01'),
(308144, 2339, '1181-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:01', '2023-10-31 16:08:01'),
(308145, 2339, '1181-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:01', '2023-10-31 16:08:01'),
(308146, 2339, '1181-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:01', '2023-10-31 16:08:01'),
(308147, 2339, '1181-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:01', '2023-10-31 16:08:01'),
(308148, 2339, '1182-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:01', '2023-10-31 16:08:01'),
(308149, 2339, '1182-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:01', '2023-10-31 16:08:01'),
(308150, 2339, '1182-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:01', '2023-10-31 16:08:01'),
(308151, 2339, '1182-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:01', '2023-10-31 16:08:01'),
(308152, 2339, '1182-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:01', '2023-10-31 16:08:01'),
(308153, 2339, '1182-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:01', '2023-10-31 16:08:01'),
(308154, 2339, '1182-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:01', '2023-10-31 16:08:01'),
(308155, 2339, '1182-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:01', '2023-10-31 16:08:01'),
(308156, 2339, '1182-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:01', '2023-10-31 16:08:01'),
(308157, 2339, '1182-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:01', '2023-10-31 16:08:01'),
(308158, 2339, '1182-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:01', '2023-10-31 16:08:01'),
(308159, 2339, '1182-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:01', '2023-10-31 16:08:01'),
(308160, 2339, '1183-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:01', '2023-10-31 16:08:01'),
(308161, 2339, '1183-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:01', '2023-10-31 16:08:01'),
(308162, 2339, '1183-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:01', '2023-10-31 16:08:01'),
(308163, 2339, '1183-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:01', '2023-10-31 16:08:01'),
(308164, 2339, '1183-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:01', '2023-10-31 16:08:01'),
(308165, 2339, '1183-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:01', '2023-10-31 16:08:01'),
(308166, 2339, '1183-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:01', '2023-10-31 16:08:01'),
(308167, 2339, '1183-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:01', '2023-10-31 16:08:01'),
(308168, 2339, '1183-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:01', '2023-10-31 16:08:01'),
(308169, 2339, '1183-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:01', '2023-10-31 16:08:01'),
(308170, 2339, '1183-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:01', '2023-10-31 16:08:01'),
(308171, 2339, '1183-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:01', '2023-10-31 16:08:01'),
(308172, 2339, '1184-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:01', '2023-10-31 16:08:01'),
(308173, 2339, '1184-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:01', '2023-10-31 16:08:01'),
(308174, 2339, '1184-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:01', '2023-10-31 16:08:01'),
(308175, 2339, '1184-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:01', '2023-10-31 16:08:01'),
(308176, 2339, '1184-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:01', '2023-10-31 16:08:01'),
(308177, 2339, '1184-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:01', '2023-10-31 16:08:01'),
(308178, 2339, '1184-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:01', '2023-10-31 16:08:01'),
(308179, 2339, '1184-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:01', '2023-10-31 16:08:01'),
(308180, 2339, '1184-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:01', '2023-10-31 16:08:01'),
(308181, 2339, '1184-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:01', '2023-10-31 16:08:01'),
(308182, 2339, '1184-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:01', '2023-10-31 16:08:01'),
(308183, 2339, '1184-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:01', '2023-10-31 16:08:01'),
(308184, 2339, '1185-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:01', '2023-10-31 16:08:01'),
(308185, 2339, '1185-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:01', '2023-10-31 16:08:01'),
(308186, 2339, '1185-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:01', '2023-10-31 16:08:01'),
(308187, 2339, '1185-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:01', '2023-10-31 16:08:01'),
(308188, 2339, '1185-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:01', '2023-10-31 16:08:01'),
(308189, 2339, '1185-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:01', '2023-10-31 16:08:01'),
(308190, 2339, '1185-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:01', '2023-10-31 16:08:01'),
(308191, 2339, '1185-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:01', '2023-10-31 16:08:01'),
(308192, 2339, '1185-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:01', '2023-10-31 16:08:01'),
(308193, 2339, '1185-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:01', '2023-10-31 16:08:01'),
(308194, 2339, '1185-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:01', '2023-10-31 16:08:01'),
(308195, 2339, '1185-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:01', '2023-10-31 16:08:01'),
(308196, 2339, '1186-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:01', '2023-10-31 16:08:01'),
(308197, 2339, '1186-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:01', '2023-10-31 16:08:01'),
(308198, 2339, '1186-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:01', '2023-10-31 16:08:01'),
(308199, 2339, '1186-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:01', '2023-10-31 16:08:01'),
(308200, 2339, '1186-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:01', '2023-10-31 16:08:01'),
(308201, 2339, '1186-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:01', '2023-10-31 16:08:01'),
(308202, 2339, '1186-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:01', '2023-10-31 16:08:01'),
(308203, 2339, '1186-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:01', '2023-10-31 16:08:01'),
(308204, 2339, '1186-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:01', '2023-10-31 16:08:01'),
(308205, 2339, '1186-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:01', '2023-10-31 16:08:01'),
(308206, 2339, '1186-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:01', '2023-10-31 16:08:01'),
(308207, 2339, '1186-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:01', '2023-10-31 16:08:01'),
(308208, 2339, '1187-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:01', '2023-10-31 16:08:01'),
(308209, 2339, '1187-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:01', '2023-10-31 16:08:01'),
(308210, 2339, '1187-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:01', '2023-10-31 16:08:01'),
(308211, 2339, '1187-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:01', '2023-10-31 16:08:01'),
(308212, 2339, '1187-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:01', '2023-10-31 16:08:01'),
(308213, 2339, '1187-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:01', '2023-10-31 16:08:01'),
(308214, 2339, '1187-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:01', '2023-10-31 16:08:01'),
(308215, 2339, '1187-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:01', '2023-10-31 16:08:01'),
(308216, 2339, '1187-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:01', '2023-10-31 16:08:01'),
(308217, 2339, '1187-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:01', '2023-10-31 16:08:01'),
(308218, 2339, '1187-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:01', '2023-10-31 16:08:01'),
(308219, 2339, '1187-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:01', '2023-10-31 16:08:01'),
(308220, 2339, '1188-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:01', '2023-10-31 16:08:01'),
(308221, 2339, '1188-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:01', '2023-10-31 16:08:01'),
(308222, 2339, '1188-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:01', '2023-10-31 16:08:01'),
(308223, 2339, '1188-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:01', '2023-10-31 16:08:01'),
(308224, 2339, '1188-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:01', '2023-10-31 16:08:01'),
(308225, 2339, '1188-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:01', '2023-10-31 16:08:01'),
(308226, 2339, '1188-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:01', '2023-10-31 16:08:01'),
(308227, 2339, '1188-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:01', '2023-10-31 16:08:01'),
(308228, 2339, '1188-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:01', '2023-10-31 16:08:01'),
(308229, 2339, '1188-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:01', '2023-10-31 16:08:01'),
(308230, 2339, '1188-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:01', '2023-10-31 16:08:01'),
(308231, 2339, '1188-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:01', '2023-10-31 16:08:01'),
(308232, 2339, '1189-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:01', '2023-10-31 16:08:01'),
(308233, 2339, '1189-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:01', '2023-10-31 16:08:01'),
(308234, 2339, '1189-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:01', '2023-10-31 16:08:01'),
(308235, 2339, '1189-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:01', '2023-10-31 16:08:01'),
(308236, 2339, '1189-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:01', '2023-10-31 16:08:01'),
(308237, 2339, '1189-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:01', '2023-10-31 16:08:01'),
(308238, 2339, '1189-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:01', '2023-10-31 16:08:01'),
(308239, 2339, '1189-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:01', '2023-10-31 16:08:01'),
(308240, 2339, '1189-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:01', '2023-10-31 16:08:01'),
(308241, 2339, '1189-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:01', '2023-10-31 16:08:01'),
(308242, 2339, '1189-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:01', '2023-10-31 16:08:01'),
(308243, 2339, '1189-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:01', '2023-10-31 16:08:01'),
(308244, 2339, '1190-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:01', '2023-10-31 16:08:01'),
(308245, 2339, '1190-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:01', '2023-10-31 16:08:01'),
(308246, 2339, '1190-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:01', '2023-10-31 16:08:01'),
(308247, 2339, '1190-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:01', '2023-10-31 16:08:01'),
(308248, 2339, '1190-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:01', '2023-10-31 16:08:01'),
(308249, 2339, '1190-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:01', '2023-10-31 16:08:01'),
(308250, 2339, '1190-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:01', '2023-10-31 16:08:01'),
(308251, 2339, '1190-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:01', '2023-10-31 16:08:01'),
(308252, 2339, '1190-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:01', '2023-10-31 16:08:01'),
(308253, 2339, '1190-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:01', '2023-10-31 16:08:01'),
(308254, 2339, '1190-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:01', '2023-10-31 16:08:01'),
(308255, 2339, '1190-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:01', '2023-10-31 16:08:01'),
(308256, 2339, '1191-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:01', '2023-10-31 16:08:01'),
(308257, 2339, '1191-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:01', '2023-10-31 16:08:01'),
(308258, 2339, '1191-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:01', '2023-10-31 16:08:01'),
(308259, 2339, '1191-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:01', '2023-10-31 16:08:01'),
(308260, 2339, '1191-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:02', '2023-10-31 16:08:02'),
(308261, 2339, '1191-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:02', '2023-10-31 16:08:02'),
(308262, 2339, '1191-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:02', '2023-10-31 16:08:02'),
(308263, 2339, '1191-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:02', '2023-10-31 16:08:02'),
(308264, 2339, '1191-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:02', '2023-10-31 16:08:02'),
(308265, 2339, '1191-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:02', '2023-10-31 16:08:02'),
(308266, 2339, '1191-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:02', '2023-10-31 16:08:02'),
(308267, 2339, '1191-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:02', '2023-10-31 16:08:02'),
(308268, 2339, '1192-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:02', '2023-10-31 16:08:02'),
(308269, 2339, '1192-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:02', '2023-10-31 16:08:02'),
(308270, 2339, '1192-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:02', '2023-10-31 16:08:02'),
(308271, 2339, '1192-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:02', '2023-10-31 16:08:02'),
(308272, 2339, '1192-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:02', '2023-10-31 16:08:02'),
(308273, 2339, '1192-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:02', '2023-10-31 16:08:02'),
(308274, 2339, '1192-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:02', '2023-10-31 16:08:02'),
(308275, 2339, '1192-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:02', '2023-10-31 16:08:02'),
(308276, 2339, '1192-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:02', '2023-10-31 16:08:02'),
(308277, 2339, '1192-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:02', '2023-10-31 16:08:02'),
(308278, 2339, '1192-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:02', '2023-10-31 16:08:02'),
(308279, 2339, '1192-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:02', '2023-10-31 16:08:02'),
(308280, 2339, '1193-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:02', '2023-10-31 16:08:02'),
(308281, 2339, '1193-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:02', '2023-10-31 16:08:02'),
(308282, 2339, '1193-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:02', '2023-10-31 16:08:02'),
(308283, 2339, '1193-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:02', '2023-10-31 16:08:02'),
(308284, 2339, '1193-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:02', '2023-10-31 16:08:02'),
(308285, 2339, '1193-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:02', '2023-10-31 16:08:02'),
(308286, 2339, '1193-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:02', '2023-10-31 16:08:02'),
(308287, 2339, '1193-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:02', '2023-10-31 16:08:02'),
(308288, 2339, '1193-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:02', '2023-10-31 16:08:02'),
(308289, 2339, '1193-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:02', '2023-10-31 16:08:02'),
(308290, 2339, '1193-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:02', '2023-10-31 16:08:02'),
(308291, 2339, '1193-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:02', '2023-10-31 16:08:02'),
(308292, 2339, '1194-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:02', '2023-10-31 16:08:02'),
(308293, 2339, '1194-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:02', '2023-10-31 16:08:02'),
(308294, 2339, '1194-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:02', '2023-10-31 16:08:02'),
(308295, 2339, '1194-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:02', '2023-10-31 16:08:02'),
(308296, 2339, '1194-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:02', '2023-10-31 16:08:02'),
(308297, 2339, '1194-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:02', '2023-10-31 16:08:02'),
(308298, 2339, '1194-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:02', '2023-10-31 16:08:02'),
(308299, 2339, '1194-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:02', '2023-10-31 16:08:02'),
(308300, 2339, '1194-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:02', '2023-10-31 16:08:02'),
(308301, 2339, '1194-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:02', '2023-10-31 16:08:02'),
(308302, 2339, '1194-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:02', '2023-10-31 16:08:02'),
(308303, 2339, '1194-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:02', '2023-10-31 16:08:02'),
(308304, 2339, '1195-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:02', '2023-10-31 16:08:02'),
(308305, 2339, '1195-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:02', '2023-10-31 16:08:02'),
(308306, 2339, '1195-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:02', '2023-10-31 16:08:02'),
(308307, 2339, '1195-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:02', '2023-10-31 16:08:02'),
(308308, 2339, '1195-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:02', '2023-10-31 16:08:02'),
(308309, 2339, '1195-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:02', '2023-10-31 16:08:02'),
(308310, 2339, '1195-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:02', '2023-10-31 16:08:02'),
(308311, 2339, '1195-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:02', '2023-10-31 16:08:02'),
(308312, 2339, '1195-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:02', '2023-10-31 16:08:02'),
(308313, 2339, '1195-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:02', '2023-10-31 16:08:02'),
(308314, 2339, '1195-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:02', '2023-10-31 16:08:02'),
(308315, 2339, '1195-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:02', '2023-10-31 16:08:02'),
(308316, 2339, '1196-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:02', '2023-10-31 16:08:02'),
(308317, 2339, '1196-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:02', '2023-10-31 16:08:02'),
(308318, 2339, '1196-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:02', '2023-10-31 16:08:02'),
(308319, 2339, '1196-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:02', '2023-10-31 16:08:02'),
(308320, 2339, '1196-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:02', '2023-10-31 16:08:02'),
(308321, 2339, '1196-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:02', '2023-10-31 16:08:02'),
(308322, 2339, '1196-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:02', '2023-10-31 16:08:02'),
(308323, 2339, '1196-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:02', '2023-10-31 16:08:02'),
(308324, 2339, '1196-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:02', '2023-10-31 16:08:02'),
(308325, 2339, '1196-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:02', '2023-10-31 16:08:02'),
(308326, 2339, '1196-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:02', '2023-10-31 16:08:02'),
(308327, 2339, '1196-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:02', '2023-10-31 16:08:02'),
(308328, 2339, '1197-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:02', '2023-10-31 16:08:02'),
(308329, 2339, '1197-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:02', '2023-10-31 16:08:02'),
(308330, 2339, '1197-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:02', '2023-10-31 16:08:02'),
(308331, 2339, '1197-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:02', '2023-10-31 16:08:02'),
(308332, 2339, '1197-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:02', '2023-10-31 16:08:02'),
(308333, 2339, '1197-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:02', '2023-10-31 16:08:02'),
(308334, 2339, '1197-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:02', '2023-10-31 16:08:02'),
(308335, 2339, '1197-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:02', '2023-10-31 16:08:02'),
(308336, 2339, '1197-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:02', '2023-10-31 16:08:02'),
(308337, 2339, '1197-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:02', '2023-10-31 16:08:02'),
(308338, 2339, '1197-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:02', '2023-10-31 16:08:02'),
(308339, 2339, '1197-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:02', '2023-10-31 16:08:02'),
(308340, 2339, '1198-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:02', '2023-10-31 16:08:02'),
(308341, 2339, '1198-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:02', '2023-10-31 16:08:02'),
(308342, 2339, '1198-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:02', '2023-10-31 16:08:02'),
(308343, 2339, '1198-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:02', '2023-10-31 16:08:02'),
(308344, 2339, '1198-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:02', '2023-10-31 16:08:02'),
(308345, 2339, '1198-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:02', '2023-10-31 16:08:02'),
(308346, 2339, '1198-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:02', '2023-10-31 16:08:02'),
(308347, 2339, '1198-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:02', '2023-10-31 16:08:02'),
(308348, 2339, '1198-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:02', '2023-10-31 16:08:02'),
(308349, 2339, '1198-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:02', '2023-10-31 16:08:02'),
(308350, 2339, '1198-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:02', '2023-10-31 16:08:02'),
(308351, 2339, '1198-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:02', '2023-10-31 16:08:02'),
(308352, 2339, '1199-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:02', '2023-10-31 16:08:02'),
(308353, 2339, '1199-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:02', '2023-10-31 16:08:02'),
(308354, 2339, '1199-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:02', '2023-10-31 16:08:02'),
(308355, 2339, '1199-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:02', '2023-10-31 16:08:02'),
(308356, 2339, '1199-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:02', '2023-10-31 16:08:02'),
(308357, 2339, '1199-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:02', '2023-10-31 16:08:02'),
(308358, 2339, '1199-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:02', '2023-10-31 16:08:02'),
(308359, 2339, '1199-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:02', '2023-10-31 16:08:02'),
(308360, 2339, '1199-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:02', '2023-10-31 16:08:02'),
(308361, 2339, '1199-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:02', '2023-10-31 16:08:02'),
(308362, 2339, '1199-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:02', '2023-10-31 16:08:02'),
(308363, 2339, '1199-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:02', '2023-10-31 16:08:02'),
(308364, 2339, '1200-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:02', '2023-10-31 16:08:02'),
(308365, 2339, '1200-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:02', '2023-10-31 16:08:02'),
(308366, 2339, '1200-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:02', '2023-10-31 16:08:02'),
(308367, 2339, '1200-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:02', '2023-10-31 16:08:02'),
(308368, 2339, '1200-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:02', '2023-10-31 16:08:02'),
(308369, 2339, '1200-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:02', '2023-10-31 16:08:02'),
(308370, 2339, '1200-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:02', '2023-10-31 16:08:02'),
(308371, 2339, '1200-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:02', '2023-10-31 16:08:02'),
(308372, 2339, '1200-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:02', '2023-10-31 16:08:02'),
(308373, 2339, '1200-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:02', '2023-10-31 16:08:02'),
(308374, 2339, '1200-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:02', '2023-10-31 16:08:02'),
(308375, 2339, '1200-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:02', '2023-10-31 16:08:02'),
(308376, 2339, '1201-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:02', '2023-10-31 16:08:02'),
(308377, 2339, '1201-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:02', '2023-10-31 16:08:02'),
(308378, 2339, '1201-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:02', '2023-10-31 16:08:02'),
(308379, 2339, '1201-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:02', '2023-10-31 16:08:02'),
(308380, 2339, '1201-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:02', '2023-10-31 16:08:02'),
(308381, 2339, '1201-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:02', '2023-10-31 16:08:02'),
(308382, 2339, '1201-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:02', '2023-10-31 16:08:02'),
(308383, 2339, '1201-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:02', '2023-10-31 16:08:02'),
(308384, 2339, '1201-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:02', '2023-10-31 16:08:02'),
(308385, 2339, '1201-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:02', '2023-10-31 16:08:02'),
(308386, 2339, '1201-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:02', '2023-10-31 16:08:02'),
(308387, 2339, '1201-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:02', '2023-10-31 16:08:02'),
(308388, 2339, '1202-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:02', '2023-10-31 16:08:02'),
(308389, 2339, '1202-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:02', '2023-10-31 16:08:02'),
(308390, 2339, '1202-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:02', '2023-10-31 16:08:02'),
(308391, 2339, '1202-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:02', '2023-10-31 16:08:02'),
(308392, 2339, '1202-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:02', '2023-10-31 16:08:02'),
(308393, 2339, '1202-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:02', '2023-10-31 16:08:02'),
(308394, 2339, '1202-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:02', '2023-10-31 16:08:02'),
(308395, 2339, '1202-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:02', '2023-10-31 16:08:02'),
(308396, 2339, '1202-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:02', '2023-10-31 16:08:02'),
(308397, 2339, '1202-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:02', '2023-10-31 16:08:02'),
(308398, 2339, '1202-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:02', '2023-10-31 16:08:02'),
(308399, 2339, '1202-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:02', '2023-10-31 16:08:02'),
(308400, 2339, '1203-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:02', '2023-10-31 16:08:02'),
(308401, 2339, '1203-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:02', '2023-10-31 16:08:02'),
(308402, 2339, '1203-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:02', '2023-10-31 16:08:02'),
(308403, 2339, '1203-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:02', '2023-10-31 16:08:02'),
(308404, 2339, '1203-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:02', '2023-10-31 16:08:02'),
(308405, 2339, '1203-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:02', '2023-10-31 16:08:02'),
(308406, 2339, '1203-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:02', '2023-10-31 16:08:02'),
(308407, 2339, '1203-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:02', '2023-10-31 16:08:02'),
(308408, 2339, '1203-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:02', '2023-10-31 16:08:02'),
(308409, 2339, '1203-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:02', '2023-10-31 16:08:02'),
(308410, 2339, '1203-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:02', '2023-10-31 16:08:02'),
(308411, 2339, '1203-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:02', '2023-10-31 16:08:02'),
(308412, 2339, '1204-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:02', '2023-10-31 16:08:02'),
(308413, 2339, '1204-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:02', '2023-10-31 16:08:02'),
(308414, 2339, '1204-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:02', '2023-10-31 16:08:02'),
(308415, 2339, '1204-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:02', '2023-10-31 16:08:02'),
(308416, 2339, '1204-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:02', '2023-10-31 16:08:02'),
(308417, 2339, '1204-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:02', '2023-10-31 16:08:02'),
(308418, 2339, '1204-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:02', '2023-10-31 16:08:02'),
(308419, 2339, '1204-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:02', '2023-10-31 16:08:02'),
(308420, 2339, '1204-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:02', '2023-10-31 16:08:02'),
(308421, 2339, '1204-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:02', '2023-10-31 16:08:02'),
(308422, 2339, '1204-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:02', '2023-10-31 16:08:02'),
(308423, 2339, '1204-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:02', '2023-10-31 16:08:02'),
(308424, 2339, '1205-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:02', '2023-10-31 16:08:02'),
(308425, 2339, '1205-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:02', '2023-10-31 16:08:02'),
(308426, 2339, '1205-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:02', '2023-10-31 16:08:02'),
(308427, 2339, '1205-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:02', '2023-10-31 16:08:02'),
(308428, 2339, '1205-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:02', '2023-10-31 16:08:02'),
(308429, 2339, '1205-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:02', '2023-10-31 16:08:02'),
(308430, 2339, '1205-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:02', '2023-10-31 16:08:02'),
(308431, 2339, '1205-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:02', '2023-10-31 16:08:02'),
(308432, 2339, '1205-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:02', '2023-10-31 16:08:02'),
(308433, 2339, '1205-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:02', '2023-10-31 16:08:02'),
(308434, 2339, '1205-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:02', '2023-10-31 16:08:02'),
(308435, 2339, '1205-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:02', '2023-10-31 16:08:02'),
(308436, 2339, '1206-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:02', '2023-10-31 16:08:02'),
(308437, 2339, '1206-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:02', '2023-10-31 16:08:02'),
(308438, 2339, '1206-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:02', '2023-10-31 16:08:02'),
(308439, 2339, '1206-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:02', '2023-10-31 16:08:02'),
(308440, 2339, '1206-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:02', '2023-10-31 16:08:02'),
(308441, 2339, '1206-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:02', '2023-10-31 16:08:02'),
(308442, 2339, '1206-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:02', '2023-10-31 16:08:02'),
(308443, 2339, '1206-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:02', '2023-10-31 16:08:02'),
(308444, 2339, '1206-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:02', '2023-10-31 16:08:02'),
(308445, 2339, '1206-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:02', '2023-10-31 16:08:02'),
(308446, 2339, '1206-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:02', '2023-10-31 16:08:02'),
(308447, 2339, '1206-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:02', '2023-10-31 16:08:02'),
(308448, 2339, '1207-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:02', '2023-10-31 16:08:02'),
(308449, 2339, '1207-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:02', '2023-10-31 16:08:02'),
(308450, 2339, '1207-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:02', '2023-10-31 16:08:02'),
(308451, 2339, '1207-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:02', '2023-10-31 16:08:02'),
(308452, 2339, '1207-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:02', '2023-10-31 16:08:02'),
(308453, 2339, '1207-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:02', '2023-10-31 16:08:02'),
(308454, 2339, '1207-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:02', '2023-10-31 16:08:02'),
(308455, 2339, '1207-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:02', '2023-10-31 16:08:02'),
(308456, 2339, '1207-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:02', '2023-10-31 16:08:02'),
(308457, 2339, '1207-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:02', '2023-10-31 16:08:02'),
(308458, 2339, '1207-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:02', '2023-10-31 16:08:02'),
(308459, 2339, '1207-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:02', '2023-10-31 16:08:02'),
(308460, 2339, '1208-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:02', '2023-10-31 16:08:02'),
(308461, 2339, '1208-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:02', '2023-10-31 16:08:02'),
(308462, 2339, '1208-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:02', '2023-10-31 16:08:02'),
(308463, 2339, '1208-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:02', '2023-10-31 16:08:02'),
(308464, 2339, '1208-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:02', '2023-10-31 16:08:02'),
(308465, 2339, '1208-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:02', '2023-10-31 16:08:02'),
(308466, 2339, '1208-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:02', '2023-10-31 16:08:02'),
(308467, 2339, '1208-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:02', '2023-10-31 16:08:02'),
(308468, 2339, '1208-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:02', '2023-10-31 16:08:02'),
(308469, 2339, '1208-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:02', '2023-10-31 16:08:02'),
(308470, 2339, '1208-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:02', '2023-10-31 16:08:02'),
(308471, 2339, '1208-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:02', '2023-10-31 16:08:02'),
(308472, 2339, '1209-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:02', '2023-10-31 16:08:02'),
(308473, 2339, '1209-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:02', '2023-10-31 16:08:02'),
(308474, 2339, '1209-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:02', '2023-10-31 16:08:02'),
(308475, 2339, '1209-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:02', '2023-10-31 16:08:02'),
(308476, 2339, '1209-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:02', '2023-10-31 16:08:02'),
(308477, 2339, '1209-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:02', '2023-10-31 16:08:02'),
(308478, 2339, '1209-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308479, 2339, '1209-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308480, 2339, '1209-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308481, 2339, '1209-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308482, 2339, '1209-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308483, 2339, '1209-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308484, 2339, '1210-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308485, 2339, '1210-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308486, 2339, '1210-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308487, 2339, '1210-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(308488, 2339, '1210-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308489, 2339, '1210-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308490, 2339, '1210-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308491, 2339, '1210-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308492, 2339, '1210-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308493, 2339, '1210-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308494, 2339, '1210-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308495, 2339, '1210-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308496, 2339, '1211-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308497, 2339, '1211-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308498, 2339, '1211-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308499, 2339, '1211-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308500, 2339, '1211-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308501, 2339, '1211-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308502, 2339, '1211-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308503, 2339, '1211-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308504, 2339, '1211-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308505, 2339, '1211-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308506, 2339, '1211-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308507, 2339, '1211-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308508, 2339, '1212-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308509, 2339, '1212-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308510, 2339, '1212-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308511, 2339, '1212-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308512, 2339, '1212-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308513, 2339, '1212-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308514, 2339, '1212-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308515, 2339, '1212-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308516, 2339, '1212-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308517, 2339, '1212-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308518, 2339, '1212-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308519, 2339, '1212-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308520, 2339, '1213-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308521, 2339, '1213-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308522, 2339, '1213-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308523, 2339, '1213-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308524, 2339, '1213-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308525, 2339, '1213-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308526, 2339, '1213-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308527, 2339, '1213-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308528, 2339, '1213-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308529, 2339, '1213-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308530, 2339, '1213-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308531, 2339, '1213-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308532, 2339, '1214-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308533, 2339, '1214-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308534, 2339, '1214-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308535, 2339, '1214-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308536, 2339, '1214-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308537, 2339, '1214-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308538, 2339, '1214-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308539, 2339, '1214-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308540, 2339, '1214-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308541, 2339, '1214-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308542, 2339, '1214-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308543, 2339, '1214-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308544, 2339, '1215-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308545, 2339, '1215-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308546, 2339, '1215-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308547, 2339, '1215-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308548, 2339, '1215-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308549, 2339, '1215-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308550, 2339, '1215-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308551, 2339, '1215-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308552, 2339, '1215-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308553, 2339, '1215-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308554, 2339, '1215-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308555, 2339, '1215-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308556, 2339, '1216-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308557, 2339, '1216-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308558, 2339, '1216-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308559, 2339, '1216-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308560, 2339, '1216-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308561, 2339, '1216-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308562, 2339, '1216-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308563, 2339, '1216-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308564, 2339, '1216-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308565, 2339, '1216-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308566, 2339, '1216-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308567, 2339, '1216-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308568, 2339, '1217-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308569, 2339, '1217-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308570, 2339, '1217-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308571, 2339, '1217-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308572, 2339, '1217-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308573, 2339, '1217-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308574, 2339, '1217-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308575, 2339, '1217-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308576, 2339, '1217-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308577, 2339, '1217-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308578, 2339, '1217-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308579, 2339, '1217-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308580, 2339, '1218-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308581, 2339, '1218-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308582, 2339, '1218-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308583, 2339, '1218-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308584, 2339, '1218-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308585, 2339, '1218-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308586, 2339, '1218-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308587, 2339, '1218-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308588, 2339, '1218-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308589, 2339, '1218-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308590, 2339, '1218-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308591, 2339, '1218-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308592, 2339, '1219-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308593, 2339, '1219-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308594, 2339, '1219-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308595, 2339, '1219-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308596, 2339, '1219-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308597, 2339, '1219-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308598, 2339, '1219-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308599, 2339, '1219-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308600, 2339, '1219-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308601, 2339, '1219-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308602, 2339, '1219-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308603, 2339, '1219-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308604, 2339, '1220-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308605, 2339, '1220-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308606, 2339, '1220-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308607, 2339, '1220-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308608, 2339, '1220-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308609, 2339, '1220-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308610, 2339, '1220-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308611, 2339, '1220-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308612, 2339, '1220-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308613, 2339, '1220-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308614, 2339, '1220-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308615, 2339, '1220-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308616, 2339, '1221-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308617, 2339, '1221-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308618, 2339, '1221-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308619, 2339, '1221-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308620, 2339, '1221-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308621, 2339, '1221-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308622, 2339, '1221-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308623, 2339, '1221-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308624, 2339, '1221-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308625, 2339, '1221-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308626, 2339, '1221-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308627, 2339, '1221-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308628, 2339, '1222-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308629, 2339, '1222-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308630, 2339, '1222-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308631, 2339, '1222-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308632, 2339, '1222-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308633, 2339, '1222-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308634, 2339, '1222-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308635, 2339, '1222-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308636, 2339, '1222-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308637, 2339, '1222-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308638, 2339, '1222-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308639, 2339, '1222-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308640, 2339, '1223-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308641, 2339, '1223-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308642, 2339, '1223-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308643, 2339, '1223-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308644, 2339, '1223-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308645, 2339, '1223-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308646, 2339, '1223-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308647, 2339, '1223-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308648, 2339, '1223-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308649, 2339, '1223-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308650, 2339, '1223-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308651, 2339, '1223-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308652, 2339, '1224-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308653, 2339, '1224-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308654, 2339, '1224-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308655, 2339, '1224-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308656, 2339, '1224-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308657, 2339, '1224-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308658, 2339, '1224-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308659, 2339, '1224-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308660, 2339, '1224-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308661, 2339, '1224-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308662, 2339, '1224-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308663, 2339, '1224-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308664, 2339, '1225-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308665, 2339, '1225-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308666, 2339, '1225-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308667, 2339, '1225-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308668, 2339, '1225-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308669, 2339, '1225-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308670, 2339, '1225-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308671, 2339, '1225-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308672, 2339, '1225-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308673, 2339, '1225-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308674, 2339, '1225-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308675, 2339, '1225-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308676, 2339, '1226-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308677, 2339, '1226-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308678, 2339, '1226-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308679, 2339, '1226-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308680, 2339, '1226-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308681, 2339, '1226-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308682, 2339, '1226-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308683, 2339, '1226-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308684, 2339, '1226-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308685, 2339, '1226-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308686, 2339, '1226-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308687, 2339, '1226-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308688, 2339, '1227-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308689, 2339, '1227-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308690, 2339, '1227-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308691, 2339, '1227-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308692, 2339, '1227-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308693, 2339, '1227-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308694, 2339, '1227-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308695, 2339, '1227-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308696, 2339, '1227-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308697, 2339, '1227-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308698, 2339, '1227-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308699, 2339, '1227-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308700, 2339, '1228-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308701, 2339, '1228-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308702, 2339, '1228-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308703, 2339, '1228-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308704, 2339, '1228-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308705, 2339, '1228-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308706, 2339, '1228-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308707, 2339, '1228-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308708, 2339, '1228-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308709, 2339, '1228-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308710, 2339, '1228-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308711, 2339, '1228-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308712, 2339, '1229-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308713, 2339, '1229-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308714, 2339, '1229-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308715, 2339, '1229-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308716, 2339, '1229-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308717, 2339, '1229-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308718, 2339, '1229-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308719, 2339, '1229-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308720, 2339, '1229-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308721, 2339, '1229-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:03', '2023-10-31 16:08:03'),
(308722, 2339, '1229-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:04', '2023-10-31 16:08:04'),
(308723, 2339, '1229-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:04', '2023-10-31 16:08:04'),
(308724, 2339, '1230-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:04', '2023-10-31 16:08:04'),
(308725, 2339, '1230-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:04', '2023-10-31 16:08:04'),
(308726, 2339, '1230-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:04', '2023-10-31 16:08:04'),
(308727, 2339, '1230-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:04', '2023-10-31 16:08:04'),
(308728, 2339, '1230-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:04', '2023-10-31 16:08:04'),
(308729, 2339, '1230-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:04', '2023-10-31 16:08:04'),
(308730, 2339, '1230-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:04', '2023-10-31 16:08:04'),
(308731, 2339, '1230-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:04', '2023-10-31 16:08:04'),
(308732, 2339, '1230-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:04', '2023-10-31 16:08:04'),
(308733, 2339, '1230-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:04', '2023-10-31 16:08:04'),
(308734, 2339, '1230-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:04', '2023-10-31 16:08:04'),
(308735, 2339, '1230-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:04', '2023-10-31 16:08:04'),
(308736, 2339, '1231-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:04', '2023-10-31 16:08:04'),
(308737, 2339, '1231-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:04', '2023-10-31 16:08:04'),
(308738, 2339, '1231-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:04', '2023-10-31 16:08:04'),
(308739, 2339, '1231-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:04', '2023-10-31 16:08:04'),
(308740, 2339, '1231-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:04', '2023-10-31 16:08:04'),
(308741, 2339, '1231-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:04', '2023-10-31 16:08:04'),
(308742, 2339, '1231-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:04', '2023-10-31 16:08:04'),
(308743, 2339, '1231-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:04', '2023-10-31 16:08:04'),
(308744, 2339, '1231-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:04', '2023-10-31 16:08:04'),
(308745, 2339, '1231-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:04', '2023-10-31 16:08:04'),
(308746, 2339, '1231-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:04', '2023-10-31 16:08:04'),
(308747, 2339, '1231-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:04', '2023-10-31 16:08:04'),
(308748, 2339, '1232-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:04', '2023-10-31 16:08:04'),
(308749, 2339, '1232-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:04', '2023-10-31 16:08:04'),
(308750, 2339, '1232-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:04', '2023-10-31 16:08:04'),
(308751, 2339, '1232-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:04', '2023-10-31 16:08:04'),
(308752, 2339, '1232-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:04', '2023-10-31 16:08:04'),
(308753, 2339, '1232-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:04', '2023-10-31 16:08:04'),
(308754, 2339, '1232-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:04', '2023-10-31 16:08:04'),
(308755, 2339, '1232-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:04', '2023-10-31 16:08:04'),
(308756, 2339, '1232-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:04', '2023-10-31 16:08:04'),
(308757, 2339, '1232-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:04', '2023-10-31 16:08:04'),
(308758, 2339, '1232-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:04', '2023-10-31 16:08:04'),
(308759, 2339, '1232-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:04', '2023-10-31 16:08:04'),
(308760, 2339, '1233-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:04', '2023-10-31 16:08:04'),
(308761, 2339, '1233-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:04', '2023-10-31 16:08:04'),
(308762, 2339, '1233-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:04', '2023-10-31 16:08:04'),
(308763, 2339, '1233-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:04', '2023-10-31 16:08:04'),
(308764, 2339, '1233-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:04', '2023-10-31 16:08:04'),
(308765, 2339, '1233-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:04', '2023-10-31 16:08:04'),
(308766, 2339, '1233-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:04', '2023-10-31 16:08:04'),
(308767, 2339, '1233-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:04', '2023-10-31 16:08:04'),
(308768, 2339, '1233-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:04', '2023-10-31 16:08:04'),
(308769, 2339, '1233-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:04', '2023-10-31 16:08:04'),
(308770, 2339, '1233-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:04', '2023-10-31 16:08:04'),
(308771, 2339, '1233-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:04', '2023-10-31 16:08:04'),
(308772, 2339, '1234-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:04', '2023-10-31 16:08:04'),
(308773, 2339, '1234-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:04', '2023-10-31 16:08:04'),
(308774, 2339, '1234-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:04', '2023-10-31 16:08:04'),
(308775, 2339, '1234-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:04', '2023-10-31 16:08:04'),
(308776, 2339, '1234-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:04', '2023-10-31 16:08:04'),
(308777, 2339, '1234-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:04', '2023-10-31 16:08:04'),
(308778, 2339, '1234-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:04', '2023-10-31 16:08:04'),
(308779, 2339, '1234-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:04', '2023-10-31 16:08:04'),
(308780, 2339, '1234-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:04', '2023-10-31 16:08:04'),
(308781, 2339, '1234-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:04', '2023-10-31 16:08:04'),
(308782, 2339, '1234-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:04', '2023-10-31 16:08:04'),
(308783, 2339, '1234-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:04', '2023-10-31 16:08:04'),
(308784, 2339, '1235-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:04', '2023-10-31 16:08:04'),
(308785, 2339, '1235-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:04', '2023-10-31 16:08:04'),
(308786, 2339, '1235-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:04', '2023-10-31 16:08:04'),
(308787, 2339, '1235-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:04', '2023-10-31 16:08:04'),
(308788, 2339, '1235-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:04', '2023-10-31 16:08:04'),
(308789, 2339, '1235-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:04', '2023-10-31 16:08:04'),
(308790, 2339, '1235-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:04', '2023-10-31 16:08:04'),
(308791, 2339, '1235-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:04', '2023-10-31 16:08:04'),
(308792, 2339, '1235-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:04', '2023-10-31 16:08:04'),
(308793, 2339, '1235-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:04', '2023-10-31 16:08:04'),
(308794, 2339, '1235-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:04', '2023-10-31 16:08:04'),
(308795, 2339, '1235-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:04', '2023-10-31 16:08:04'),
(308796, 2339, '1236-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:04', '2023-10-31 16:08:04'),
(308797, 2339, '1236-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:04', '2023-10-31 16:08:04'),
(308798, 2339, '1236-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:04', '2023-10-31 16:08:04'),
(308799, 2339, '1236-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:04', '2023-10-31 16:08:04'),
(308800, 2339, '1236-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:04', '2023-10-31 16:08:04'),
(308801, 2339, '1236-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:04', '2023-10-31 16:08:04'),
(308802, 2339, '1236-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:04', '2023-10-31 16:08:04'),
(308803, 2339, '1236-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:04', '2023-10-31 16:08:04'),
(308804, 2339, '1236-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:04', '2023-10-31 16:08:04'),
(308805, 2339, '1236-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:04', '2023-10-31 16:08:04'),
(308806, 2339, '1236-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:04', '2023-10-31 16:08:04'),
(308807, 2339, '1236-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:04', '2023-10-31 16:08:04'),
(308808, 2339, '1237-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:04', '2023-10-31 16:08:04'),
(308809, 2339, '1237-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:04', '2023-10-31 16:08:04'),
(308810, 2339, '1237-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:04', '2023-10-31 16:08:04'),
(308811, 2339, '1237-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:04', '2023-10-31 16:08:04'),
(308812, 2339, '1237-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:04', '2023-10-31 16:08:04'),
(308813, 2339, '1237-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:04', '2023-10-31 16:08:04'),
(308814, 2339, '1237-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:04', '2023-10-31 16:08:04'),
(308815, 2339, '1237-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:04', '2023-10-31 16:08:04'),
(308816, 2339, '1237-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:04', '2023-10-31 16:08:04'),
(308817, 2339, '1237-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:04', '2023-10-31 16:08:04'),
(308818, 2339, '1237-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:04', '2023-10-31 16:08:04'),
(308819, 2339, '1237-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:04', '2023-10-31 16:08:04'),
(308820, 2339, '1238-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:04', '2023-10-31 16:08:04'),
(308821, 2339, '1238-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:04', '2023-10-31 16:08:04'),
(308822, 2339, '1238-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:04', '2023-10-31 16:08:04'),
(308823, 2339, '1238-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:04', '2023-10-31 16:08:04'),
(308824, 2339, '1238-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:04', '2023-10-31 16:08:04'),
(308825, 2339, '1238-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:04', '2023-10-31 16:08:04'),
(308826, 2339, '1238-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:04', '2023-10-31 16:08:04'),
(308827, 2339, '1238-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:04', '2023-10-31 16:08:04'),
(308828, 2339, '1238-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:04', '2023-10-31 16:08:04'),
(308829, 2339, '1238-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:04', '2023-10-31 16:08:04'),
(308830, 2339, '1238-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:04', '2023-10-31 16:08:04'),
(308831, 2339, '1238-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:04', '2023-10-31 16:08:04'),
(308832, 2339, '1239-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:04', '2023-10-31 16:08:04'),
(308833, 2339, '1239-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:04', '2023-10-31 16:08:04'),
(308834, 2339, '1239-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:04', '2023-10-31 16:08:04'),
(308835, 2339, '1239-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:04', '2023-10-31 16:08:04'),
(308836, 2339, '1239-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:04', '2023-10-31 16:08:04'),
(308837, 2339, '1239-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:04', '2023-10-31 16:08:04'),
(308838, 2339, '1239-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:04', '2023-10-31 16:08:04'),
(308839, 2339, '1239-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:04', '2023-10-31 16:08:04'),
(308840, 2339, '1239-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:04', '2023-10-31 16:08:04'),
(308841, 2339, '1239-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:04', '2023-10-31 16:08:04'),
(308842, 2339, '1239-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:04', '2023-10-31 16:08:04'),
(308843, 2339, '1239-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:04', '2023-10-31 16:08:04'),
(308844, 2339, '1240-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:04', '2023-10-31 16:08:04'),
(308845, 2339, '1240-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:04', '2023-10-31 16:08:04'),
(308846, 2339, '1240-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:04', '2023-10-31 16:08:04'),
(308847, 2339, '1240-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:04', '2023-10-31 16:08:04'),
(308848, 2339, '1240-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:04', '2023-10-31 16:08:04'),
(308849, 2339, '1240-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:04', '2023-10-31 16:08:04'),
(308850, 2339, '1240-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:04', '2023-10-31 16:08:04'),
(308851, 2339, '1240-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:04', '2023-10-31 16:08:04'),
(308852, 2339, '1240-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:04', '2023-10-31 16:08:04'),
(308853, 2339, '1240-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:04', '2023-10-31 16:08:04'),
(308854, 2339, '1240-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:04', '2023-10-31 16:08:04'),
(308855, 2339, '1240-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:04', '2023-10-31 16:08:04'),
(308856, 2339, '1241-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:04', '2023-10-31 16:08:04'),
(308857, 2339, '1241-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:04', '2023-10-31 16:08:04'),
(308858, 2339, '1241-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:04', '2023-10-31 16:08:04'),
(308859, 2339, '1241-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:04', '2023-10-31 16:08:04'),
(308860, 2339, '1241-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:04', '2023-10-31 16:08:04'),
(308861, 2339, '1241-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:04', '2023-10-31 16:08:04'),
(308862, 2339, '1241-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:04', '2023-10-31 16:08:04'),
(308863, 2339, '1241-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:04', '2023-10-31 16:08:04'),
(308864, 2339, '1241-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:04', '2023-10-31 16:08:04'),
(308865, 2339, '1241-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:04', '2023-10-31 16:08:04'),
(308866, 2339, '1241-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:04', '2023-10-31 16:08:04'),
(308867, 2339, '1241-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:04', '2023-10-31 16:08:04'),
(308868, 2339, '1242-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:04', '2023-10-31 16:08:04'),
(308869, 2339, '1242-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:04', '2023-10-31 16:08:04'),
(308870, 2339, '1242-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:04', '2023-10-31 16:08:04'),
(308871, 2339, '1242-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:04', '2023-10-31 16:08:04'),
(308872, 2339, '1242-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:04', '2023-10-31 16:08:04'),
(308873, 2339, '1242-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:04', '2023-10-31 16:08:04'),
(308874, 2339, '1242-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:04', '2023-10-31 16:08:04'),
(308875, 2339, '1242-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:04', '2023-10-31 16:08:04'),
(308876, 2339, '1242-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:04', '2023-10-31 16:08:04'),
(308877, 2339, '1242-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:04', '2023-10-31 16:08:04'),
(308878, 2339, '1242-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:04', '2023-10-31 16:08:04'),
(308879, 2339, '1242-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:04', '2023-10-31 16:08:04'),
(308880, 2339, '1243-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:04', '2023-10-31 16:08:04'),
(308881, 2339, '1243-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:04', '2023-10-31 16:08:04'),
(308882, 2339, '1243-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:04', '2023-10-31 16:08:04'),
(308883, 2339, '1243-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:04', '2023-10-31 16:08:04'),
(308884, 2339, '1243-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:04', '2023-10-31 16:08:04'),
(308885, 2339, '1243-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:04', '2023-10-31 16:08:04'),
(308886, 2339, '1243-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:04', '2023-10-31 16:08:04'),
(308887, 2339, '1243-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:04', '2023-10-31 16:08:04'),
(308888, 2339, '1243-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:04', '2023-10-31 16:08:04'),
(308889, 2339, '1243-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:04', '2023-10-31 16:08:04'),
(308890, 2339, '1243-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:04', '2023-10-31 16:08:04'),
(308891, 2339, '1243-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:04', '2023-10-31 16:08:04'),
(308892, 2339, '1244-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:04', '2023-10-31 16:08:04'),
(308893, 2339, '1244-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:04', '2023-10-31 16:08:04'),
(308894, 2339, '1244-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:04', '2023-10-31 16:08:04'),
(308895, 2339, '1244-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:04', '2023-10-31 16:08:04'),
(308896, 2339, '1244-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:04', '2023-10-31 16:08:04'),
(308897, 2339, '1244-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:04', '2023-10-31 16:08:04'),
(308898, 2339, '1244-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:04', '2023-10-31 16:08:04'),
(308899, 2339, '1244-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:04', '2023-10-31 16:08:04'),
(308900, 2339, '1244-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:04', '2023-10-31 16:08:04'),
(308901, 2339, '1244-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:04', '2023-10-31 16:08:04'),
(308902, 2339, '1244-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:04', '2023-10-31 16:08:04'),
(308903, 2339, '1244-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:04', '2023-10-31 16:08:04'),
(308904, 2339, '1245-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:04', '2023-10-31 16:08:04'),
(308905, 2339, '1245-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:04', '2023-10-31 16:08:04'),
(308906, 2339, '1245-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:04', '2023-10-31 16:08:04'),
(308907, 2339, '1245-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:04', '2023-10-31 16:08:04'),
(308908, 2339, '1245-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:04', '2023-10-31 16:08:04'),
(308909, 2339, '1245-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:04', '2023-10-31 16:08:04'),
(308910, 2339, '1245-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:04', '2023-10-31 16:08:04'),
(308911, 2339, '1245-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:04', '2023-10-31 16:08:04'),
(308912, 2339, '1245-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:04', '2023-10-31 16:08:04'),
(308913, 2339, '1245-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:04', '2023-10-31 16:08:04'),
(308914, 2339, '1245-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:04', '2023-10-31 16:08:04'),
(308915, 2339, '1245-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:04', '2023-10-31 16:08:04'),
(308916, 2339, '1246-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:04', '2023-10-31 16:08:04'),
(308917, 2339, '1246-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:04', '2023-10-31 16:08:04'),
(308918, 2339, '1246-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:04', '2023-10-31 16:08:04'),
(308919, 2339, '1246-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:04', '2023-10-31 16:08:04'),
(308920, 2339, '1246-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:04', '2023-10-31 16:08:04'),
(308921, 2339, '1246-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:04', '2023-10-31 16:08:04'),
(308922, 2339, '1246-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:04', '2023-10-31 16:08:04'),
(308923, 2339, '1246-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:05', '2023-10-31 16:08:05'),
(308924, 2339, '1246-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:05', '2023-10-31 16:08:05'),
(308925, 2339, '1246-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:05', '2023-10-31 16:08:05'),
(308926, 2339, '1246-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:05', '2023-10-31 16:08:05'),
(308927, 2339, '1246-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:05', '2023-10-31 16:08:05'),
(308928, 2339, '1247-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:05', '2023-10-31 16:08:05'),
(308929, 2339, '1247-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:05', '2023-10-31 16:08:05'),
(308930, 2339, '1247-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:05', '2023-10-31 16:08:05'),
(308931, 2339, '1247-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:05', '2023-10-31 16:08:05'),
(308932, 2339, '1247-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:05', '2023-10-31 16:08:05'),
(308933, 2339, '1247-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:05', '2023-10-31 16:08:05'),
(308934, 2339, '1247-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:05', '2023-10-31 16:08:05'),
(308935, 2339, '1247-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:05', '2023-10-31 16:08:05'),
(308936, 2339, '1247-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:05', '2023-10-31 16:08:05'),
(308937, 2339, '1247-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:05', '2023-10-31 16:08:05'),
(308938, 2339, '1247-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:05', '2023-10-31 16:08:05'),
(308939, 2339, '1247-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:05', '2023-10-31 16:08:05'),
(308940, 2339, '1248-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:05', '2023-10-31 16:08:05'),
(308941, 2339, '1248-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:05', '2023-10-31 16:08:05'),
(308942, 2339, '1248-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:05', '2023-10-31 16:08:05'),
(308943, 2339, '1248-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:05', '2023-10-31 16:08:05'),
(308944, 2339, '1248-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:05', '2023-10-31 16:08:05'),
(308945, 2339, '1248-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:05', '2023-10-31 16:08:05'),
(308946, 2339, '1248-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:05', '2023-10-31 16:08:05'),
(308947, 2339, '1248-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:05', '2023-10-31 16:08:05'),
(308948, 2339, '1248-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:05', '2023-10-31 16:08:05'),
(308949, 2339, '1248-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:05', '2023-10-31 16:08:05'),
(308950, 2339, '1248-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:05', '2023-10-31 16:08:05'),
(308951, 2339, '1248-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:05', '2023-10-31 16:08:05'),
(308952, 2339, '1249-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:05', '2023-10-31 16:08:05');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(308953, 2339, '1249-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:05', '2023-10-31 16:08:05'),
(308954, 2339, '1249-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:05', '2023-10-31 16:08:05'),
(308955, 2339, '1249-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:05', '2023-10-31 16:08:05'),
(308956, 2339, '1249-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:05', '2023-10-31 16:08:05'),
(308957, 2339, '1249-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:05', '2023-10-31 16:08:05'),
(308958, 2339, '1249-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:05', '2023-10-31 16:08:05'),
(308959, 2339, '1249-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:05', '2023-10-31 16:08:05'),
(308960, 2339, '1249-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:05', '2023-10-31 16:08:05'),
(308961, 2339, '1249-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:05', '2023-10-31 16:08:05'),
(308962, 2339, '1249-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:05', '2023-10-31 16:08:05'),
(308963, 2339, '1249-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:05', '2023-10-31 16:08:05'),
(308964, 2339, '1250-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:05', '2023-10-31 16:08:05'),
(308965, 2339, '1250-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:05', '2023-10-31 16:08:05'),
(308966, 2339, '1250-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:05', '2023-10-31 16:08:05'),
(308967, 2339, '1250-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:05', '2023-10-31 16:08:05'),
(308968, 2339, '1250-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:05', '2023-10-31 16:08:05'),
(308969, 2339, '1250-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:05', '2023-10-31 16:08:05'),
(308970, 2339, '1250-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:05', '2023-10-31 16:08:05'),
(308971, 2339, '1250-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:05', '2023-10-31 16:08:05'),
(308972, 2339, '1250-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:05', '2023-10-31 16:08:05'),
(308973, 2339, '1250-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:05', '2023-10-31 16:08:05'),
(308974, 2339, '1250-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:05', '2023-10-31 16:08:05'),
(308975, 2339, '1250-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:05', '2023-10-31 16:08:05'),
(308976, 2339, '1251-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:05', '2023-10-31 16:08:05'),
(308977, 2339, '1251-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:05', '2023-10-31 16:08:05'),
(308978, 2339, '1251-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:05', '2023-10-31 16:08:05'),
(308979, 2339, '1251-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:05', '2023-10-31 16:08:05'),
(308980, 2339, '1251-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:05', '2023-10-31 16:08:05'),
(308981, 2339, '1251-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:05', '2023-10-31 16:08:05'),
(308982, 2339, '1251-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:05', '2023-10-31 16:08:05'),
(308983, 2339, '1251-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:05', '2023-10-31 16:08:05'),
(308984, 2339, '1251-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:05', '2023-10-31 16:08:05'),
(308985, 2339, '1251-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:05', '2023-10-31 16:08:05'),
(308986, 2339, '1251-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:05', '2023-10-31 16:08:05'),
(308987, 2339, '1251-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:05', '2023-10-31 16:08:05'),
(308988, 2339, '1252-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:05', '2023-10-31 16:08:05'),
(308989, 2339, '1252-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:05', '2023-10-31 16:08:05'),
(308990, 2339, '1252-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:05', '2023-10-31 16:08:05'),
(308991, 2339, '1252-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:05', '2023-10-31 16:08:05'),
(308992, 2339, '1252-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:05', '2023-10-31 16:08:05'),
(308993, 2339, '1252-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:05', '2023-10-31 16:08:05'),
(308994, 2339, '1252-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:05', '2023-10-31 16:08:05'),
(308995, 2339, '1252-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:05', '2023-10-31 16:08:05'),
(308996, 2339, '1252-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:05', '2023-10-31 16:08:05'),
(308997, 2339, '1252-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:05', '2023-10-31 16:08:05'),
(308998, 2339, '1252-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:05', '2023-10-31 16:08:05'),
(308999, 2339, '1252-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:05', '2023-10-31 16:08:05'),
(309000, 2339, '1253-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:05', '2023-10-31 16:08:05'),
(309001, 2339, '1253-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:05', '2023-10-31 16:08:05'),
(309002, 2339, '1253-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:05', '2023-10-31 16:08:05'),
(309003, 2339, '1253-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:05', '2023-10-31 16:08:05'),
(309004, 2339, '1253-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:05', '2023-10-31 16:08:05'),
(309005, 2339, '1253-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:05', '2023-10-31 16:08:05'),
(309006, 2339, '1253-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:05', '2023-10-31 16:08:05'),
(309007, 2339, '1253-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:05', '2023-10-31 16:08:05'),
(309008, 2339, '1253-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:05', '2023-10-31 16:08:05'),
(309009, 2339, '1253-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:05', '2023-10-31 16:08:05'),
(309010, 2339, '1253-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:05', '2023-10-31 16:08:05'),
(309011, 2339, '1253-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:05', '2023-10-31 16:08:05'),
(309012, 2339, '1254-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:05', '2023-10-31 16:08:05'),
(309013, 2339, '1254-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:05', '2023-10-31 16:08:05'),
(309014, 2339, '1254-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:05', '2023-10-31 16:08:05'),
(309015, 2339, '1254-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:05', '2023-10-31 16:08:05'),
(309016, 2339, '1254-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:05', '2023-10-31 16:08:05'),
(309017, 2339, '1254-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:05', '2023-10-31 16:08:05'),
(309018, 2339, '1254-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:05', '2023-10-31 16:08:05'),
(309019, 2339, '1254-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:05', '2023-10-31 16:08:05'),
(309020, 2339, '1254-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:05', '2023-10-31 16:08:05'),
(309021, 2339, '1254-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:05', '2023-10-31 16:08:05'),
(309022, 2339, '1254-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:05', '2023-10-31 16:08:05'),
(309023, 2339, '1254-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:05', '2023-10-31 16:08:05'),
(309024, 2339, '1255-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:05', '2023-10-31 16:08:05'),
(309025, 2339, '1255-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:05', '2023-10-31 16:08:05'),
(309026, 2339, '1255-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:05', '2023-10-31 16:08:05'),
(309027, 2339, '1255-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:05', '2023-10-31 16:08:05'),
(309028, 2339, '1255-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:05', '2023-10-31 16:08:05'),
(309029, 2339, '1255-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:05', '2023-10-31 16:08:05'),
(309030, 2339, '1255-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:05', '2023-10-31 16:08:05'),
(309031, 2339, '1255-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:05', '2023-10-31 16:08:05'),
(309032, 2339, '1255-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:05', '2023-10-31 16:08:05'),
(309033, 2339, '1255-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:05', '2023-10-31 16:08:05'),
(309034, 2339, '1255-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:05', '2023-10-31 16:08:05'),
(309035, 2339, '1255-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:05', '2023-10-31 16:08:05'),
(309036, 2339, '1256-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:05', '2023-10-31 16:08:05'),
(309037, 2339, '1256-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:05', '2023-10-31 16:08:05'),
(309038, 2339, '1256-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:05', '2023-10-31 16:08:05'),
(309039, 2339, '1256-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:05', '2023-10-31 16:08:05'),
(309040, 2339, '1256-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:05', '2023-10-31 16:08:05'),
(309041, 2339, '1256-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:05', '2023-10-31 16:08:05'),
(309042, 2339, '1256-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:05', '2023-10-31 16:08:05'),
(309043, 2339, '1256-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:05', '2023-10-31 16:08:05'),
(309044, 2339, '1256-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:05', '2023-10-31 16:08:05'),
(309045, 2339, '1256-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:05', '2023-10-31 16:08:05'),
(309046, 2339, '1256-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:05', '2023-10-31 16:08:05'),
(309047, 2339, '1256-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:05', '2023-10-31 16:08:05'),
(309048, 2339, '1257-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:05', '2023-10-31 16:08:05'),
(309049, 2339, '1257-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:05', '2023-10-31 16:08:05'),
(309050, 2339, '1257-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:05', '2023-10-31 16:08:05'),
(309051, 2339, '1257-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:05', '2023-10-31 16:08:05'),
(309052, 2339, '1257-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:05', '2023-10-31 16:08:05'),
(309053, 2339, '1257-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:05', '2023-10-31 16:08:05'),
(309054, 2339, '1257-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:05', '2023-10-31 16:08:05'),
(309055, 2339, '1257-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:05', '2023-10-31 16:08:05'),
(309056, 2339, '1257-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:05', '2023-10-31 16:08:05'),
(309057, 2339, '1257-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:05', '2023-10-31 16:08:05'),
(309058, 2339, '1257-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:05', '2023-10-31 16:08:05'),
(309059, 2339, '1257-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:05', '2023-10-31 16:08:05'),
(309060, 2339, '1258-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:05', '2023-10-31 16:08:05'),
(309061, 2339, '1258-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:05', '2023-10-31 16:08:05'),
(309062, 2339, '1258-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:05', '2023-10-31 16:08:05'),
(309063, 2339, '1258-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:05', '2023-10-31 16:08:05'),
(309064, 2339, '1258-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:05', '2023-10-31 16:08:05'),
(309065, 2339, '1258-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:05', '2023-10-31 16:08:05'),
(309066, 2339, '1258-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:05', '2023-10-31 16:08:05'),
(309067, 2339, '1258-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:05', '2023-10-31 16:08:05'),
(309068, 2339, '1258-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:05', '2023-10-31 16:08:05'),
(309069, 2339, '1258-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:05', '2023-10-31 16:08:05'),
(309070, 2339, '1258-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:05', '2023-10-31 16:08:05'),
(309071, 2339, '1258-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:05', '2023-10-31 16:08:05'),
(309072, 2339, '1259-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:05', '2023-10-31 16:08:05'),
(309073, 2339, '1259-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:05', '2023-10-31 16:08:05'),
(309074, 2339, '1259-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:05', '2023-10-31 16:08:05'),
(309075, 2339, '1259-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:05', '2023-10-31 16:08:05'),
(309076, 2339, '1259-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:05', '2023-10-31 16:08:05'),
(309077, 2339, '1259-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:05', '2023-10-31 16:08:05'),
(309078, 2339, '1259-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:05', '2023-10-31 16:08:05'),
(309079, 2339, '1259-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:05', '2023-10-31 16:08:05'),
(309080, 2339, '1259-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:05', '2023-10-31 16:08:05'),
(309081, 2339, '1259-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:05', '2023-10-31 16:08:05'),
(309082, 2339, '1259-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:05', '2023-10-31 16:08:05'),
(309083, 2339, '1259-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:05', '2023-10-31 16:08:05'),
(309084, 2339, '1260-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:05', '2023-10-31 16:08:05'),
(309085, 2339, '1260-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:05', '2023-10-31 16:08:05'),
(309086, 2339, '1260-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:05', '2023-10-31 16:08:05'),
(309087, 2339, '1260-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:05', '2023-10-31 16:08:05'),
(309088, 2339, '1260-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:05', '2023-10-31 16:08:05'),
(309089, 2339, '1260-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:05', '2023-10-31 16:08:05'),
(309090, 2339, '1260-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:05', '2023-10-31 16:08:05'),
(309091, 2339, '1260-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:05', '2023-10-31 16:08:05'),
(309092, 2339, '1260-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:05', '2023-10-31 16:08:05'),
(309093, 2339, '1260-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:05', '2023-10-31 16:08:05'),
(309094, 2339, '1260-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:05', '2023-10-31 16:08:05'),
(309095, 2339, '1260-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:05', '2023-10-31 16:08:05'),
(309096, 2339, '1261-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:05', '2023-10-31 16:08:05'),
(309097, 2339, '1261-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:05', '2023-10-31 16:08:05'),
(309098, 2339, '1261-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:05', '2023-10-31 16:08:05'),
(309099, 2339, '1261-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:05', '2023-10-31 16:08:05'),
(309100, 2339, '1261-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:05', '2023-10-31 16:08:05'),
(309101, 2339, '1261-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:05', '2023-10-31 16:08:05'),
(309102, 2339, '1261-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:05', '2023-10-31 16:08:05'),
(309103, 2339, '1261-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:05', '2023-10-31 16:08:05'),
(309104, 2339, '1261-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:05', '2023-10-31 16:08:05'),
(309105, 2339, '1261-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:05', '2023-10-31 16:08:05'),
(309106, 2339, '1261-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:05', '2023-10-31 16:08:05'),
(309107, 2339, '1261-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:05', '2023-10-31 16:08:05'),
(309108, 2339, '1262-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:05', '2023-10-31 16:08:05'),
(309109, 2339, '1262-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:05', '2023-10-31 16:08:05'),
(309110, 2339, '1262-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:05', '2023-10-31 16:08:05'),
(309111, 2339, '1262-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:05', '2023-10-31 16:08:05'),
(309112, 2339, '1262-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:05', '2023-10-31 16:08:05'),
(309113, 2339, '1262-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:05', '2023-10-31 16:08:05'),
(309114, 2339, '1262-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:05', '2023-10-31 16:08:05'),
(309115, 2339, '1262-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:05', '2023-10-31 16:08:05'),
(309116, 2339, '1262-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:05', '2023-10-31 16:08:05'),
(309117, 2339, '1262-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:05', '2023-10-31 16:08:05'),
(309118, 2339, '1262-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:05', '2023-10-31 16:08:05'),
(309119, 2339, '1262-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:05', '2023-10-31 16:08:05'),
(309120, 2339, '1263-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:05', '2023-10-31 16:08:05'),
(309121, 2339, '1263-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:05', '2023-10-31 16:08:05'),
(309122, 2339, '1263-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:05', '2023-10-31 16:08:05'),
(309123, 2339, '1263-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:05', '2023-10-31 16:08:05'),
(309124, 2339, '1263-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:05', '2023-10-31 16:08:05'),
(309125, 2339, '1263-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:05', '2023-10-31 16:08:05'),
(309126, 2339, '1263-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:05', '2023-10-31 16:08:05'),
(309127, 2339, '1263-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:05', '2023-10-31 16:08:05'),
(309128, 2339, '1263-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:05', '2023-10-31 16:08:05'),
(309129, 2339, '1263-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:05', '2023-10-31 16:08:05'),
(309130, 2339, '1263-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:05', '2023-10-31 16:08:05'),
(309131, 2339, '1263-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:05', '2023-10-31 16:08:05'),
(309132, 2339, '1264-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:05', '2023-10-31 16:08:05'),
(309133, 2339, '1264-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:05', '2023-10-31 16:08:05'),
(309134, 2339, '1264-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:06', '2023-10-31 16:08:06'),
(309135, 2339, '1264-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:06', '2023-10-31 16:08:06'),
(309136, 2339, '1264-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:06', '2023-10-31 16:08:06'),
(309137, 2339, '1264-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:06', '2023-10-31 16:08:06'),
(309138, 2339, '1264-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:06', '2023-10-31 16:08:06'),
(309139, 2339, '1264-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:06', '2023-10-31 16:08:06'),
(309140, 2339, '1264-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:06', '2023-10-31 16:08:06'),
(309141, 2339, '1264-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:06', '2023-10-31 16:08:06'),
(309142, 2339, '1264-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:06', '2023-10-31 16:08:06'),
(309143, 2339, '1264-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:06', '2023-10-31 16:08:06'),
(309144, 2339, '1265-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:06', '2023-10-31 16:08:06'),
(309145, 2339, '1265-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:06', '2023-10-31 16:08:06'),
(309146, 2339, '1265-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:06', '2023-10-31 16:08:06'),
(309147, 2339, '1265-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:06', '2023-10-31 16:08:06'),
(309148, 2339, '1265-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:06', '2023-10-31 16:08:06'),
(309149, 2339, '1265-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:06', '2023-10-31 16:08:06'),
(309150, 2339, '1265-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:06', '2023-10-31 16:08:06'),
(309151, 2339, '1265-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:06', '2023-10-31 16:08:06'),
(309152, 2339, '1265-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:06', '2023-10-31 16:08:06'),
(309153, 2339, '1265-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:06', '2023-10-31 16:08:06'),
(309154, 2339, '1265-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:06', '2023-10-31 16:08:06'),
(309155, 2339, '1265-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:06', '2023-10-31 16:08:06'),
(309156, 2339, '1266-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:06', '2023-10-31 16:08:06'),
(309157, 2339, '1266-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:06', '2023-10-31 16:08:06'),
(309158, 2339, '1266-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:06', '2023-10-31 16:08:06'),
(309159, 2339, '1266-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:06', '2023-10-31 16:08:06'),
(309160, 2339, '1266-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:06', '2023-10-31 16:08:06'),
(309161, 2339, '1266-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:06', '2023-10-31 16:08:06'),
(309162, 2339, '1266-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:06', '2023-10-31 16:08:06'),
(309163, 2339, '1266-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:06', '2023-10-31 16:08:06'),
(309164, 2339, '1266-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:06', '2023-10-31 16:08:06'),
(309165, 2339, '1266-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:06', '2023-10-31 16:08:06'),
(309166, 2339, '1266-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:06', '2023-10-31 16:08:06'),
(309167, 2339, '1266-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:06', '2023-10-31 16:08:06'),
(309168, 2339, '1267-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:06', '2023-10-31 16:08:06'),
(309169, 2339, '1267-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:06', '2023-10-31 16:08:06'),
(309170, 2339, '1267-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:06', '2023-10-31 16:08:06'),
(309171, 2339, '1267-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:06', '2023-10-31 16:08:06'),
(309172, 2339, '1267-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:06', '2023-10-31 16:08:06'),
(309173, 2339, '1267-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:06', '2023-10-31 16:08:06'),
(309174, 2339, '1267-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:06', '2023-10-31 16:08:06'),
(309175, 2339, '1267-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:06', '2023-10-31 16:08:06'),
(309176, 2339, '1267-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:06', '2023-10-31 16:08:06'),
(309177, 2339, '1267-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:06', '2023-10-31 16:08:06'),
(309178, 2339, '1267-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:06', '2023-10-31 16:08:06'),
(309179, 2339, '1267-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:06', '2023-10-31 16:08:06'),
(309180, 2339, '1268-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:06', '2023-10-31 16:08:06'),
(309181, 2339, '1268-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:06', '2023-10-31 16:08:06'),
(309182, 2339, '1268-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:06', '2023-10-31 16:08:06'),
(309183, 2339, '1268-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:06', '2023-10-31 16:08:06'),
(309184, 2339, '1268-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:06', '2023-10-31 16:08:06'),
(309185, 2339, '1268-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:06', '2023-10-31 16:08:06'),
(309186, 2339, '1268-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:06', '2023-10-31 16:08:06'),
(309187, 2339, '1268-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:06', '2023-10-31 16:08:06'),
(309188, 2339, '1268-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:06', '2023-10-31 16:08:06'),
(309189, 2339, '1268-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:06', '2023-10-31 16:08:06'),
(309190, 2339, '1268-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:06', '2023-10-31 16:08:06'),
(309191, 2339, '1268-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:06', '2023-10-31 16:08:06'),
(309192, 2339, '1269-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:06', '2023-10-31 16:08:06'),
(309193, 2339, '1269-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:06', '2023-10-31 16:08:06'),
(309194, 2339, '1269-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:06', '2023-10-31 16:08:06'),
(309195, 2339, '1269-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:06', '2023-10-31 16:08:06'),
(309196, 2339, '1269-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:06', '2023-10-31 16:08:06'),
(309197, 2339, '1269-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:06', '2023-10-31 16:08:06'),
(309198, 2339, '1269-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:06', '2023-10-31 16:08:06'),
(309199, 2339, '1269-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:06', '2023-10-31 16:08:06'),
(309200, 2339, '1269-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:06', '2023-10-31 16:08:06'),
(309201, 2339, '1269-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:06', '2023-10-31 16:08:06'),
(309202, 2339, '1269-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:06', '2023-10-31 16:08:06'),
(309203, 2339, '1269-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:06', '2023-10-31 16:08:06'),
(309204, 2339, '1270-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:06', '2023-10-31 16:08:06'),
(309205, 2339, '1270-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:06', '2023-10-31 16:08:06'),
(309206, 2339, '1270-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:06', '2023-10-31 16:08:06'),
(309207, 2339, '1270-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:06', '2023-10-31 16:08:06'),
(309208, 2339, '1270-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:06', '2023-10-31 16:08:06'),
(309209, 2339, '1270-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:06', '2023-10-31 16:08:06'),
(309210, 2339, '1270-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:06', '2023-10-31 16:08:06'),
(309211, 2339, '1270-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:06', '2023-10-31 16:08:06'),
(309212, 2339, '1270-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:06', '2023-10-31 16:08:06'),
(309213, 2339, '1270-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:06', '2023-10-31 16:08:06'),
(309214, 2339, '1270-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:06', '2023-10-31 16:08:06'),
(309215, 2339, '1270-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:06', '2023-10-31 16:08:06'),
(309216, 2339, '1271-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:06', '2023-10-31 16:08:06'),
(309217, 2339, '1271-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:06', '2023-10-31 16:08:06'),
(309218, 2339, '1271-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:06', '2023-10-31 16:08:06'),
(309219, 2339, '1271-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:06', '2023-10-31 16:08:06'),
(309220, 2339, '1271-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:06', '2023-10-31 16:08:06'),
(309221, 2339, '1271-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:06', '2023-10-31 16:08:06'),
(309222, 2339, '1271-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:06', '2023-10-31 16:08:06'),
(309223, 2339, '1271-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:06', '2023-10-31 16:08:06'),
(309224, 2339, '1271-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:06', '2023-10-31 16:08:06'),
(309225, 2339, '1271-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:06', '2023-10-31 16:08:06'),
(309226, 2339, '1271-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:06', '2023-10-31 16:08:06'),
(309227, 2339, '1271-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:06', '2023-10-31 16:08:06'),
(309228, 2339, '1272-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:06', '2023-10-31 16:08:06'),
(309229, 2339, '1272-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:06', '2023-10-31 16:08:06'),
(309230, 2339, '1272-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:06', '2023-10-31 16:08:06'),
(309231, 2339, '1272-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:06', '2023-10-31 16:08:06'),
(309232, 2339, '1272-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:06', '2023-10-31 16:08:06'),
(309233, 2339, '1272-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:06', '2023-10-31 16:08:06'),
(309234, 2339, '1272-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:06', '2023-10-31 16:08:06'),
(309235, 2339, '1272-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:06', '2023-10-31 16:08:06'),
(309236, 2339, '1272-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:06', '2023-10-31 16:08:06'),
(309237, 2339, '1272-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:06', '2023-10-31 16:08:06'),
(309238, 2339, '1272-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:06', '2023-10-31 16:08:06'),
(309239, 2339, '1272-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:06', '2023-10-31 16:08:06'),
(309240, 2339, '1273-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:06', '2023-10-31 16:08:06'),
(309241, 2339, '1273-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:06', '2023-10-31 16:08:06'),
(309242, 2339, '1273-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:06', '2023-10-31 16:08:06'),
(309243, 2339, '1273-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:06', '2023-10-31 16:08:06'),
(309244, 2339, '1273-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:06', '2023-10-31 16:08:06'),
(309245, 2339, '1273-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:06', '2023-10-31 16:08:06'),
(309246, 2339, '1273-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:06', '2023-10-31 16:08:06'),
(309247, 2339, '1273-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:06', '2023-10-31 16:08:06'),
(309248, 2339, '1273-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:06', '2023-10-31 16:08:06'),
(309249, 2339, '1273-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:06', '2023-10-31 16:08:06'),
(309250, 2339, '1273-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:06', '2023-10-31 16:08:06'),
(309251, 2339, '1273-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:06', '2023-10-31 16:08:06'),
(309252, 2339, '1274-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:06', '2023-10-31 16:08:06'),
(309253, 2339, '1274-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:06', '2023-10-31 16:08:06'),
(309254, 2339, '1274-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:06', '2023-10-31 16:08:06'),
(309255, 2339, '1274-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:06', '2023-10-31 16:08:06'),
(309256, 2339, '1274-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:06', '2023-10-31 16:08:06'),
(309257, 2339, '1274-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:06', '2023-10-31 16:08:06'),
(309258, 2339, '1274-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:06', '2023-10-31 16:08:06'),
(309259, 2339, '1274-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:06', '2023-10-31 16:08:06'),
(309260, 2339, '1274-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:06', '2023-10-31 16:08:06'),
(309261, 2339, '1274-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:06', '2023-10-31 16:08:06'),
(309262, 2339, '1274-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:06', '2023-10-31 16:08:06'),
(309263, 2339, '1274-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:06', '2023-10-31 16:08:06'),
(309264, 2339, '1275-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:06', '2023-10-31 16:08:06'),
(309265, 2339, '1275-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:06', '2023-10-31 16:08:06'),
(309266, 2339, '1275-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:06', '2023-10-31 16:08:06'),
(309267, 2339, '1275-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:06', '2023-10-31 16:08:06'),
(309268, 2339, '1275-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:06', '2023-10-31 16:08:06'),
(309269, 2339, '1275-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:06', '2023-10-31 16:08:06'),
(309270, 2339, '1275-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:06', '2023-10-31 16:08:06'),
(309271, 2339, '1275-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:06', '2023-10-31 16:08:06'),
(309272, 2339, '1275-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:06', '2023-10-31 16:08:06'),
(309273, 2339, '1275-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:06', '2023-10-31 16:08:06'),
(309274, 2339, '1275-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:06', '2023-10-31 16:08:06'),
(309275, 2339, '1275-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:06', '2023-10-31 16:08:06'),
(309276, 2339, '1276-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:06', '2023-10-31 16:08:06'),
(309277, 2339, '1276-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:06', '2023-10-31 16:08:06'),
(309278, 2339, '1276-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:06', '2023-10-31 16:08:06'),
(309279, 2339, '1276-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:06', '2023-10-31 16:08:06'),
(309280, 2339, '1276-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:06', '2023-10-31 16:08:06'),
(309281, 2339, '1276-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:06', '2023-10-31 16:08:06'),
(309282, 2339, '1276-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:06', '2023-10-31 16:08:06'),
(309283, 2339, '1276-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:06', '2023-10-31 16:08:06'),
(309284, 2339, '1276-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:06', '2023-10-31 16:08:06'),
(309285, 2339, '1276-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:06', '2023-10-31 16:08:06'),
(309286, 2339, '1276-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:06', '2023-10-31 16:08:06'),
(309287, 2339, '1276-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:06', '2023-10-31 16:08:06'),
(309288, 2339, '1277-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:06', '2023-10-31 16:08:06'),
(309289, 2339, '1277-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:06', '2023-10-31 16:08:06'),
(309290, 2339, '1277-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:06', '2023-10-31 16:08:06'),
(309291, 2339, '1277-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:06', '2023-10-31 16:08:06'),
(309292, 2339, '1277-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:06', '2023-10-31 16:08:06'),
(309293, 2339, '1277-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:06', '2023-10-31 16:08:06'),
(309294, 2339, '1277-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:06', '2023-10-31 16:08:06'),
(309295, 2339, '1277-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:06', '2023-10-31 16:08:06'),
(309296, 2339, '1277-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:06', '2023-10-31 16:08:06'),
(309297, 2339, '1277-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:06', '2023-10-31 16:08:06'),
(309298, 2339, '1277-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:06', '2023-10-31 16:08:06'),
(309299, 2339, '1277-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:06', '2023-10-31 16:08:06'),
(309300, 2339, '1278-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:06', '2023-10-31 16:08:06'),
(309301, 2339, '1278-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:06', '2023-10-31 16:08:06'),
(309302, 2339, '1278-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:06', '2023-10-31 16:08:06'),
(309303, 2339, '1278-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:06', '2023-10-31 16:08:06'),
(309304, 2339, '1278-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:06', '2023-10-31 16:08:06'),
(309305, 2339, '1278-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:06', '2023-10-31 16:08:06'),
(309306, 2339, '1278-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:06', '2023-10-31 16:08:06'),
(309307, 2339, '1278-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:06', '2023-10-31 16:08:06'),
(309308, 2339, '1278-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:06', '2023-10-31 16:08:06'),
(309309, 2339, '1278-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:06', '2023-10-31 16:08:06'),
(309310, 2339, '1278-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:06', '2023-10-31 16:08:06'),
(309311, 2339, '1278-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:06', '2023-10-31 16:08:06'),
(309312, 2339, '1279-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:06', '2023-10-31 16:08:06'),
(309313, 2339, '1279-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:06', '2023-10-31 16:08:06'),
(309314, 2339, '1279-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:06', '2023-10-31 16:08:06'),
(309315, 2339, '1279-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:06', '2023-10-31 16:08:06'),
(309316, 2339, '1279-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:06', '2023-10-31 16:08:06'),
(309317, 2339, '1279-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:06', '2023-10-31 16:08:06'),
(309318, 2339, '1279-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:06', '2023-10-31 16:08:06'),
(309319, 2339, '1279-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:06', '2023-10-31 16:08:06'),
(309320, 2339, '1279-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:06', '2023-10-31 16:08:06'),
(309321, 2339, '1279-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:06', '2023-10-31 16:08:06'),
(309322, 2339, '1279-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:06', '2023-10-31 16:08:06'),
(309323, 2339, '1279-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:06', '2023-10-31 16:08:06'),
(309324, 2339, '1280-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:06', '2023-10-31 16:08:06'),
(309325, 2339, '1280-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:06', '2023-10-31 16:08:06'),
(309326, 2339, '1280-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:06', '2023-10-31 16:08:06'),
(309327, 2339, '1280-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:06', '2023-10-31 16:08:06'),
(309328, 2339, '1280-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:06', '2023-10-31 16:08:06'),
(309329, 2339, '1280-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:06', '2023-10-31 16:08:06'),
(309330, 2339, '1280-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:06', '2023-10-31 16:08:06'),
(309331, 2339, '1280-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:06', '2023-10-31 16:08:06'),
(309332, 2339, '1280-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:06', '2023-10-31 16:08:06'),
(309333, 2339, '1280-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:06', '2023-10-31 16:08:06'),
(309334, 2339, '1280-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:06', '2023-10-31 16:08:06'),
(309335, 2339, '1280-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:06', '2023-10-31 16:08:06'),
(309336, 2339, '1281-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:06', '2023-10-31 16:08:06'),
(309337, 2339, '1281-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:06', '2023-10-31 16:08:06'),
(309338, 2339, '1281-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:06', '2023-10-31 16:08:06'),
(309339, 2339, '1281-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:06', '2023-10-31 16:08:06'),
(309340, 2339, '1281-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:06', '2023-10-31 16:08:06'),
(309341, 2339, '1281-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:06', '2023-10-31 16:08:06'),
(309342, 2339, '1281-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:06', '2023-10-31 16:08:06'),
(309343, 2339, '1281-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:06', '2023-10-31 16:08:06'),
(309344, 2339, '1281-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:06', '2023-10-31 16:08:06'),
(309345, 2339, '1281-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:06', '2023-10-31 16:08:06'),
(309346, 2339, '1281-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:06', '2023-10-31 16:08:06'),
(309347, 2339, '1281-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:07', '2023-10-31 16:08:07'),
(309348, 2339, '1282-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:07', '2023-10-31 16:08:07'),
(309349, 2339, '1282-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:07', '2023-10-31 16:08:07'),
(309350, 2339, '1282-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:07', '2023-10-31 16:08:07'),
(309351, 2339, '1282-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:07', '2023-10-31 16:08:07'),
(309352, 2339, '1282-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:07', '2023-10-31 16:08:07'),
(309353, 2339, '1282-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:07', '2023-10-31 16:08:07'),
(309354, 2339, '1282-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:07', '2023-10-31 16:08:07'),
(309355, 2339, '1282-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:07', '2023-10-31 16:08:07'),
(309356, 2339, '1282-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:07', '2023-10-31 16:08:07'),
(309357, 2339, '1282-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:07', '2023-10-31 16:08:07'),
(309358, 2339, '1282-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:07', '2023-10-31 16:08:07'),
(309359, 2339, '1282-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:07', '2023-10-31 16:08:07'),
(309360, 2339, '1283-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:07', '2023-10-31 16:08:07'),
(309361, 2339, '1283-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:07', '2023-10-31 16:08:07'),
(309362, 2339, '1283-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:07', '2023-10-31 16:08:07'),
(309363, 2339, '1283-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:07', '2023-10-31 16:08:07'),
(309364, 2339, '1283-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:07', '2023-10-31 16:08:07'),
(309365, 2339, '1283-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:07', '2023-10-31 16:08:07'),
(309366, 2339, '1283-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:07', '2023-10-31 16:08:07'),
(309367, 2339, '1283-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:07', '2023-10-31 16:08:07'),
(309368, 2339, '1283-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:07', '2023-10-31 16:08:07'),
(309369, 2339, '1283-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:07', '2023-10-31 16:08:07'),
(309370, 2339, '1283-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:07', '2023-10-31 16:08:07'),
(309371, 2339, '1283-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:07', '2023-10-31 16:08:07'),
(309372, 2339, '1284-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:07', '2023-10-31 16:08:07'),
(309373, 2339, '1284-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:07', '2023-10-31 16:08:07'),
(309374, 2339, '1284-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:07', '2023-10-31 16:08:07'),
(309375, 2339, '1284-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:07', '2023-10-31 16:08:07'),
(309376, 2339, '1284-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:07', '2023-10-31 16:08:07'),
(309377, 2339, '1284-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:07', '2023-10-31 16:08:07'),
(309378, 2339, '1284-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:07', '2023-10-31 16:08:07'),
(309379, 2339, '1284-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:07', '2023-10-31 16:08:07'),
(309380, 2339, '1284-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:07', '2023-10-31 16:08:07'),
(309381, 2339, '1284-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:07', '2023-10-31 16:08:07'),
(309382, 2339, '1284-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:07', '2023-10-31 16:08:07'),
(309383, 2339, '1284-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:07', '2023-10-31 16:08:07'),
(309384, 2339, '1285-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:07', '2023-10-31 16:08:07'),
(309385, 2339, '1285-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:07', '2023-10-31 16:08:07'),
(309386, 2339, '1285-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:07', '2023-10-31 16:08:07'),
(309387, 2339, '1285-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:07', '2023-10-31 16:08:07'),
(309388, 2339, '1285-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:07', '2023-10-31 16:08:07'),
(309389, 2339, '1285-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:07', '2023-10-31 16:08:07'),
(309390, 2339, '1285-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:07', '2023-10-31 16:08:07'),
(309391, 2339, '1285-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:07', '2023-10-31 16:08:07'),
(309392, 2339, '1285-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:07', '2023-10-31 16:08:07'),
(309393, 2339, '1285-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:07', '2023-10-31 16:08:07'),
(309394, 2339, '1285-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:07', '2023-10-31 16:08:07'),
(309395, 2339, '1285-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:07', '2023-10-31 16:08:07'),
(309396, 2339, '1286-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:07', '2023-10-31 16:08:07'),
(309397, 2339, '1286-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:07', '2023-10-31 16:08:07'),
(309398, 2339, '1286-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:07', '2023-10-31 16:08:07'),
(309399, 2339, '1286-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:07', '2023-10-31 16:08:07'),
(309400, 2339, '1286-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:07', '2023-10-31 16:08:07'),
(309401, 2339, '1286-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:07', '2023-10-31 16:08:07'),
(309402, 2339, '1286-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:07', '2023-10-31 16:08:07'),
(309403, 2339, '1286-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:07', '2023-10-31 16:08:07'),
(309404, 2339, '1286-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:07', '2023-10-31 16:08:07'),
(309405, 2339, '1286-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:07', '2023-10-31 16:08:07'),
(309406, 2339, '1286-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:07', '2023-10-31 16:08:07'),
(309407, 2339, '1286-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:07', '2023-10-31 16:08:07'),
(309408, 2339, '1287-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:07', '2023-10-31 16:08:07'),
(309409, 2339, '1287-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:07', '2023-10-31 16:08:07'),
(309410, 2339, '1287-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:07', '2023-10-31 16:08:07'),
(309411, 2339, '1287-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:07', '2023-10-31 16:08:07'),
(309412, 2339, '1287-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:07', '2023-10-31 16:08:07'),
(309413, 2339, '1287-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:07', '2023-10-31 16:08:07'),
(309414, 2339, '1287-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:07', '2023-10-31 16:08:07'),
(309415, 2339, '1287-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:07', '2023-10-31 16:08:07'),
(309416, 2339, '1287-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:07', '2023-10-31 16:08:07'),
(309417, 2339, '1287-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:07', '2023-10-31 16:08:07');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(309418, 2339, '1287-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:07', '2023-10-31 16:08:07'),
(309419, 2339, '1287-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:07', '2023-10-31 16:08:07'),
(309420, 2339, '1288-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:07', '2023-10-31 16:08:07'),
(309421, 2339, '1288-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:07', '2023-10-31 16:08:07'),
(309422, 2339, '1288-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:07', '2023-10-31 16:08:07'),
(309423, 2339, '1288-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:07', '2023-10-31 16:08:07'),
(309424, 2339, '1288-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:07', '2023-10-31 16:08:07'),
(309425, 2339, '1288-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:07', '2023-10-31 16:08:07'),
(309426, 2339, '1288-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:07', '2023-10-31 16:08:07'),
(309427, 2339, '1288-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:07', '2023-10-31 16:08:07'),
(309428, 2339, '1288-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:07', '2023-10-31 16:08:07'),
(309429, 2339, '1288-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:07', '2023-10-31 16:08:07'),
(309430, 2339, '1288-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:07', '2023-10-31 16:08:07'),
(309431, 2339, '1288-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:07', '2023-10-31 16:08:07'),
(309432, 2339, '1289-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:07', '2023-10-31 16:08:07'),
(309433, 2339, '1289-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:07', '2023-10-31 16:08:07'),
(309434, 2339, '1289-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:07', '2023-10-31 16:08:07'),
(309435, 2339, '1289-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:07', '2023-10-31 16:08:07'),
(309436, 2339, '1289-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:07', '2023-10-31 16:08:07'),
(309437, 2339, '1289-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:07', '2023-10-31 16:08:07'),
(309438, 2339, '1289-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:07', '2023-10-31 16:08:07'),
(309439, 2339, '1289-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:07', '2023-10-31 16:08:07'),
(309440, 2339, '1289-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:07', '2023-10-31 16:08:07'),
(309441, 2339, '1289-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:07', '2023-10-31 16:08:07'),
(309442, 2339, '1289-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:07', '2023-10-31 16:08:07'),
(309443, 2339, '1289-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:07', '2023-10-31 16:08:07'),
(309444, 2339, '1290-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:07', '2023-10-31 16:08:07'),
(309445, 2339, '1290-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:07', '2023-10-31 16:08:07'),
(309446, 2339, '1290-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:07', '2023-10-31 16:08:07'),
(309447, 2339, '1290-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:07', '2023-10-31 16:08:07'),
(309448, 2339, '1290-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:07', '2023-10-31 16:08:07'),
(309449, 2339, '1290-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:07', '2023-10-31 16:08:07'),
(309450, 2339, '1290-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:07', '2023-10-31 16:08:07'),
(309451, 2339, '1290-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:07', '2023-10-31 16:08:07'),
(309452, 2339, '1290-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:07', '2023-10-31 16:08:07'),
(309453, 2339, '1290-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:07', '2023-10-31 16:08:07'),
(309454, 2339, '1290-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:07', '2023-10-31 16:08:07'),
(309455, 2339, '1290-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:07', '2023-10-31 16:08:07'),
(309456, 2339, '1291-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:07', '2023-10-31 16:08:07'),
(309457, 2339, '1291-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:07', '2023-10-31 16:08:07'),
(309458, 2339, '1291-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:07', '2023-10-31 16:08:07'),
(309459, 2339, '1291-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:07', '2023-10-31 16:08:07'),
(309460, 2339, '1291-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:07', '2023-10-31 16:08:07'),
(309461, 2339, '1291-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:07', '2023-10-31 16:08:07'),
(309462, 2339, '1291-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:07', '2023-10-31 16:08:07'),
(309463, 2339, '1291-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:07', '2023-10-31 16:08:07'),
(309464, 2339, '1291-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:07', '2023-10-31 16:08:07'),
(309465, 2339, '1291-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:07', '2023-10-31 16:08:07'),
(309466, 2339, '1291-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:07', '2023-10-31 16:08:07'),
(309467, 2339, '1291-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:07', '2023-10-31 16:08:07'),
(309468, 2339, '1292-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:07', '2023-10-31 16:08:07'),
(309469, 2339, '1292-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:07', '2023-10-31 16:08:07'),
(309470, 2339, '1292-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:07', '2023-10-31 16:08:07'),
(309471, 2339, '1292-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:07', '2023-10-31 16:08:07'),
(309472, 2339, '1292-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:07', '2023-10-31 16:08:07'),
(309473, 2339, '1292-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:07', '2023-10-31 16:08:07'),
(309474, 2339, '1292-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:07', '2023-10-31 16:08:07'),
(309475, 2339, '1292-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:07', '2023-10-31 16:08:07'),
(309476, 2339, '1292-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:07', '2023-10-31 16:08:07'),
(309477, 2339, '1292-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:07', '2023-10-31 16:08:07'),
(309478, 2339, '1292-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:07', '2023-10-31 16:08:07'),
(309479, 2339, '1292-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:07', '2023-10-31 16:08:07'),
(309480, 2339, '1293-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:07', '2023-10-31 16:08:07'),
(309481, 2339, '1293-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:07', '2023-10-31 16:08:07'),
(309482, 2339, '1293-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:07', '2023-10-31 16:08:07'),
(309483, 2339, '1293-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:07', '2023-10-31 16:08:07'),
(309484, 2339, '1293-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:07', '2023-10-31 16:08:07'),
(309485, 2339, '1293-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:07', '2023-10-31 16:08:07'),
(309486, 2339, '1293-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:07', '2023-10-31 16:08:07'),
(309487, 2339, '1293-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:07', '2023-10-31 16:08:07'),
(309488, 2339, '1293-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:07', '2023-10-31 16:08:07'),
(309489, 2339, '1293-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:07', '2023-10-31 16:08:07'),
(309490, 2339, '1293-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:07', '2023-10-31 16:08:07'),
(309491, 2339, '1293-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:07', '2023-10-31 16:08:07'),
(309492, 2339, '1294-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:07', '2023-10-31 16:08:07'),
(309493, 2339, '1294-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:07', '2023-10-31 16:08:07'),
(309494, 2339, '1294-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:07', '2023-10-31 16:08:07'),
(309495, 2339, '1294-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:07', '2023-10-31 16:08:07'),
(309496, 2339, '1294-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:07', '2023-10-31 16:08:07'),
(309497, 2339, '1294-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:07', '2023-10-31 16:08:07'),
(309498, 2339, '1294-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:07', '2023-10-31 16:08:07'),
(309499, 2339, '1294-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:07', '2023-10-31 16:08:07'),
(309500, 2339, '1294-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:07', '2023-10-31 16:08:07'),
(309501, 2339, '1294-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:07', '2023-10-31 16:08:07'),
(309502, 2339, '1294-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:07', '2023-10-31 16:08:07'),
(309503, 2339, '1294-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:07', '2023-10-31 16:08:07'),
(309504, 2339, '1295-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:07', '2023-10-31 16:08:07'),
(309505, 2339, '1295-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:07', '2023-10-31 16:08:07'),
(309506, 2339, '1295-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:07', '2023-10-31 16:08:07'),
(309507, 2339, '1295-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:07', '2023-10-31 16:08:07'),
(309508, 2339, '1295-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:07', '2023-10-31 16:08:07'),
(309509, 2339, '1295-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:07', '2023-10-31 16:08:07'),
(309510, 2339, '1295-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:07', '2023-10-31 16:08:07'),
(309511, 2339, '1295-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:07', '2023-10-31 16:08:07'),
(309512, 2339, '1295-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:07', '2023-10-31 16:08:07'),
(309513, 2339, '1295-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:07', '2023-10-31 16:08:07'),
(309514, 2339, '1295-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:07', '2023-10-31 16:08:07'),
(309515, 2339, '1295-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:07', '2023-10-31 16:08:07'),
(309516, 2339, '1296-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:07', '2023-10-31 16:08:07'),
(309517, 2339, '1296-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:07', '2023-10-31 16:08:07'),
(309518, 2339, '1296-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:07', '2023-10-31 16:08:07'),
(309519, 2339, '1296-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:07', '2023-10-31 16:08:07'),
(309520, 2339, '1296-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:07', '2023-10-31 16:08:07'),
(309521, 2339, '1296-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:07', '2023-10-31 16:08:07'),
(309522, 2339, '1296-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:07', '2023-10-31 16:08:07'),
(309523, 2339, '1296-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:07', '2023-10-31 16:08:07'),
(309524, 2339, '1296-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:07', '2023-10-31 16:08:07'),
(309525, 2339, '1296-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:07', '2023-10-31 16:08:07'),
(309526, 2339, '1296-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:07', '2023-10-31 16:08:07'),
(309527, 2339, '1296-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:07', '2023-10-31 16:08:07'),
(309528, 2339, '1297-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:07', '2023-10-31 16:08:07'),
(309529, 2339, '1297-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:07', '2023-10-31 16:08:07'),
(309530, 2339, '1297-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:07', '2023-10-31 16:08:07'),
(309531, 2339, '1297-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:07', '2023-10-31 16:08:07'),
(309532, 2339, '1297-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:07', '2023-10-31 16:08:07'),
(309533, 2339, '1297-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:07', '2023-10-31 16:08:07'),
(309534, 2339, '1297-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:07', '2023-10-31 16:08:07'),
(309535, 2339, '1297-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:07', '2023-10-31 16:08:07'),
(309536, 2339, '1297-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:07', '2023-10-31 16:08:07'),
(309537, 2339, '1297-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:07', '2023-10-31 16:08:07'),
(309538, 2339, '1297-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:07', '2023-10-31 16:08:07'),
(309539, 2339, '1297-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:07', '2023-10-31 16:08:07'),
(309540, 2339, '1298-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:07', '2023-10-31 16:08:07'),
(309541, 2339, '1298-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:07', '2023-10-31 16:08:07'),
(309542, 2339, '1298-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:07', '2023-10-31 16:08:07'),
(309543, 2339, '1298-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:07', '2023-10-31 16:08:07'),
(309544, 2339, '1298-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:07', '2023-10-31 16:08:07'),
(309545, 2339, '1298-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:07', '2023-10-31 16:08:07'),
(309546, 2339, '1298-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:07', '2023-10-31 16:08:07'),
(309547, 2339, '1298-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:07', '2023-10-31 16:08:07'),
(309548, 2339, '1298-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:07', '2023-10-31 16:08:07'),
(309549, 2339, '1298-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:07', '2023-10-31 16:08:07'),
(309550, 2339, '1298-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:07', '2023-10-31 16:08:07'),
(309551, 2339, '1298-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:07', '2023-10-31 16:08:07'),
(309552, 2339, '1299-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:07', '2023-10-31 16:08:07'),
(309553, 2339, '1299-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:07', '2023-10-31 16:08:07'),
(309554, 2339, '1299-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:07', '2023-10-31 16:08:07'),
(309555, 2339, '1299-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:07', '2023-10-31 16:08:07'),
(309556, 2339, '1299-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:07', '2023-10-31 16:08:07'),
(309557, 2339, '1299-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:07', '2023-10-31 16:08:07'),
(309558, 2339, '1299-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:07', '2023-10-31 16:08:07'),
(309559, 2339, '1299-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:07', '2023-10-31 16:08:07'),
(309560, 2339, '1299-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309561, 2339, '1299-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309562, 2339, '1299-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309563, 2339, '1299-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309564, 2339, '1300-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309565, 2339, '1300-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309566, 2339, '1300-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309567, 2339, '1300-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309568, 2339, '1300-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309569, 2339, '1300-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309570, 2339, '1300-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309571, 2339, '1300-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309572, 2339, '1300-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309573, 2339, '1300-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309574, 2339, '1300-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309575, 2339, '1300-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309576, 2339, '1301-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309577, 2339, '1301-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309578, 2339, '1301-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309579, 2339, '1301-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309580, 2339, '1301-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309581, 2339, '1301-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309582, 2339, '1301-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309583, 2339, '1301-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309584, 2339, '1301-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309585, 2339, '1301-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309586, 2339, '1301-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309587, 2339, '1301-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309588, 2339, '1302-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309589, 2339, '1302-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309590, 2339, '1302-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309591, 2339, '1302-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309592, 2339, '1302-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309593, 2339, '1302-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309594, 2339, '1302-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309595, 2339, '1302-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309596, 2339, '1302-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309597, 2339, '1302-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309598, 2339, '1302-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309599, 2339, '1302-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309600, 2339, '1303-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309601, 2339, '1303-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309602, 2339, '1303-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309603, 2339, '1303-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309604, 2339, '1303-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309605, 2339, '1303-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309606, 2339, '1303-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309607, 2339, '1303-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309608, 2339, '1303-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309609, 2339, '1303-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309610, 2339, '1303-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309611, 2339, '1303-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309612, 2339, '1304-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309613, 2339, '1304-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309614, 2339, '1304-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309615, 2339, '1304-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309616, 2339, '1304-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309617, 2339, '1304-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309618, 2339, '1304-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309619, 2339, '1304-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309620, 2339, '1304-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309621, 2339, '1304-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309622, 2339, '1304-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309623, 2339, '1304-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309624, 2339, '1305-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309625, 2339, '1305-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309626, 2339, '1305-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309627, 2339, '1305-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309628, 2339, '1305-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309629, 2339, '1305-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309630, 2339, '1305-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309631, 2339, '1305-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309632, 2339, '1305-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309633, 2339, '1305-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309634, 2339, '1305-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309635, 2339, '1305-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309636, 2339, '1306-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309637, 2339, '1306-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309638, 2339, '1306-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309639, 2339, '1306-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309640, 2339, '1306-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309641, 2339, '1306-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309642, 2339, '1306-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309643, 2339, '1306-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309644, 2339, '1306-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309645, 2339, '1306-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309646, 2339, '1306-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309647, 2339, '1306-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309648, 2339, '1307-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309649, 2339, '1307-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309650, 2339, '1307-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309651, 2339, '1307-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309652, 2339, '1307-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309653, 2339, '1307-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309654, 2339, '1307-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309655, 2339, '1307-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309656, 2339, '1307-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309657, 2339, '1307-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309658, 2339, '1307-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309659, 2339, '1307-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309660, 2339, '1308-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309661, 2339, '1308-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309662, 2339, '1308-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309663, 2339, '1308-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309664, 2339, '1308-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309665, 2339, '1308-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309666, 2339, '1308-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309667, 2339, '1308-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309668, 2339, '1308-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309669, 2339, '1308-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309670, 2339, '1308-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309671, 2339, '1308-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309672, 2339, '1309-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309673, 2339, '1309-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309674, 2339, '1309-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309675, 2339, '1309-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309676, 2339, '1309-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309677, 2339, '1309-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309678, 2339, '1309-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309679, 2339, '1309-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309680, 2339, '1309-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309681, 2339, '1309-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309682, 2339, '1309-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309683, 2339, '1309-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309684, 2339, '1310-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309685, 2339, '1310-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309686, 2339, '1310-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309687, 2339, '1310-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309688, 2339, '1310-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309689, 2339, '1310-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309690, 2339, '1310-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309691, 2339, '1310-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309692, 2339, '1310-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309693, 2339, '1310-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309694, 2339, '1310-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309695, 2339, '1310-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309696, 2339, '1311-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309697, 2339, '1311-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309698, 2339, '1311-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309699, 2339, '1311-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309700, 2339, '1311-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309701, 2339, '1311-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309702, 2339, '1311-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309703, 2339, '1311-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309704, 2339, '1311-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309705, 2339, '1311-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309706, 2339, '1311-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309707, 2339, '1311-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309708, 2339, '1312-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309709, 2339, '1312-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309710, 2339, '1312-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309711, 2339, '1312-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309712, 2339, '1312-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309713, 2339, '1312-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309714, 2339, '1312-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309715, 2339, '1312-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309716, 2339, '1312-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309717, 2339, '1312-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309718, 2339, '1312-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309719, 2339, '1312-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309720, 2339, '1313-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309721, 2339, '1313-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309722, 2339, '1313-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309723, 2339, '1313-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309724, 2339, '1313-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309725, 2339, '1313-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309726, 2339, '1313-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309727, 2339, '1313-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309728, 2339, '1313-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309729, 2339, '1313-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309730, 2339, '1313-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309731, 2339, '1313-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309732, 2339, '1314-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309733, 2339, '1314-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309734, 2339, '1314-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309735, 2339, '1314-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309736, 2339, '1314-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309737, 2339, '1314-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309738, 2339, '1314-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309739, 2339, '1314-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309740, 2339, '1314-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309741, 2339, '1314-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309742, 2339, '1314-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309743, 2339, '1314-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309744, 2339, '1315-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309745, 2339, '1315-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309746, 2339, '1315-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309747, 2339, '1315-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309748, 2339, '1315-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309749, 2339, '1315-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309750, 2339, '1315-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309751, 2339, '1315-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309752, 2339, '1315-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309753, 2339, '1315-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309754, 2339, '1315-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309755, 2339, '1315-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309756, 2339, '1316-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309757, 2339, '1316-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309758, 2339, '1316-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309759, 2339, '1316-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309760, 2339, '1316-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309761, 2339, '1316-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309762, 2339, '1316-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309763, 2339, '1316-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309764, 2339, '1316-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309765, 2339, '1316-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309766, 2339, '1316-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309767, 2339, '1316-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309768, 2339, '1317-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309769, 2339, '1317-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309770, 2339, '1317-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309771, 2339, '1317-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309772, 2339, '1317-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309773, 2339, '1317-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309774, 2339, '1317-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309775, 2339, '1317-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309776, 2339, '1317-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309777, 2339, '1317-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309778, 2339, '1317-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309779, 2339, '1317-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309780, 2339, '1318-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309781, 2339, '1318-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309782, 2339, '1318-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309783, 2339, '1318-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309784, 2339, '1318-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309785, 2339, '1318-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309786, 2339, '1318-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309787, 2339, '1318-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309788, 2339, '1318-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309789, 2339, '1318-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309790, 2339, '1318-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309791, 2339, '1318-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309792, 2339, '1319-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309793, 2339, '1319-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309794, 2339, '1319-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309795, 2339, '1319-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309796, 2339, '1319-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309797, 2339, '1319-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309798, 2339, '1319-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309799, 2339, '1319-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309800, 2339, '1319-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309801, 2339, '1319-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309802, 2339, '1319-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309803, 2339, '1319-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309804, 2339, '1320-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309805, 2339, '1320-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:08', '2023-10-31 16:08:08'),
(309806, 2339, '1320-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(309807, 2339, '1320-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(309808, 2339, '1320-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(309809, 2339, '1320-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(309810, 2339, '1320-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(309811, 2339, '1320-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(309812, 2339, '1320-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(309813, 2339, '1320-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(309814, 2339, '1320-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(309815, 2339, '1320-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(309816, 2339, '1321-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(309817, 2339, '1321-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(309818, 2339, '1321-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(309819, 2339, '1321-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(309820, 2339, '1321-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(309821, 2339, '1321-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(309822, 2339, '1321-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(309823, 2339, '1321-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(309824, 2339, '1321-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(309825, 2339, '1321-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(309826, 2339, '1321-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(309827, 2339, '1321-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(309828, 2339, '1322-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(309829, 2339, '1322-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(309830, 2339, '1322-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(309831, 2339, '1322-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(309832, 2339, '1322-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(309833, 2339, '1322-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(309834, 2339, '1322-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(309835, 2339, '1322-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(309836, 2339, '1322-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(309837, 2339, '1322-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(309838, 2339, '1322-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(309839, 2339, '1322-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(309840, 2339, '1323-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(309841, 2339, '1323-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(309842, 2339, '1323-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(309843, 2339, '1323-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(309844, 2339, '1323-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(309845, 2339, '1323-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(309846, 2339, '1323-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(309847, 2339, '1323-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(309848, 2339, '1323-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(309849, 2339, '1323-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(309850, 2339, '1323-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(309851, 2339, '1323-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(309852, 2339, '1324-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(309853, 2339, '1324-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(309854, 2339, '1324-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(309855, 2339, '1324-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(309856, 2339, '1324-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(309857, 2339, '1324-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(309858, 2339, '1324-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(309859, 2339, '1324-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(309860, 2339, '1324-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(309861, 2339, '1324-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(309862, 2339, '1324-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(309863, 2339, '1324-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(309864, 2339, '1325-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(309865, 2339, '1325-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(309866, 2339, '1325-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(309867, 2339, '1325-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(309868, 2339, '1325-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(309869, 2339, '1325-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(309870, 2339, '1325-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(309871, 2339, '1325-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(309872, 2339, '1325-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(309873, 2339, '1325-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(309874, 2339, '1325-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(309875, 2339, '1325-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(309876, 2339, '1326-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(309877, 2339, '1326-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(309878, 2339, '1326-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(309879, 2339, '1326-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(309880, 2339, '1326-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(309881, 2339, '1326-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(309882, 2339, '1326-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(309883, 2339, '1326-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(309884, 2339, '1326-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(309885, 2339, '1326-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(309886, 2339, '1326-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(309887, 2339, '1326-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(309888, 2339, '1327-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(309889, 2339, '1327-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(309890, 2339, '1327-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(309891, 2339, '1327-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(309892, 2339, '1327-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(309893, 2339, '1327-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(309894, 2339, '1327-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(309895, 2339, '1327-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(309896, 2339, '1327-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(309897, 2339, '1327-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(309898, 2339, '1327-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(309899, 2339, '1327-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(309900, 2339, '1328-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(309901, 2339, '1328-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(309902, 2339, '1328-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(309903, 2339, '1328-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(309904, 2339, '1328-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(309905, 2339, '1328-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(309906, 2339, '1328-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(309907, 2339, '1328-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(309908, 2339, '1328-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(309909, 2339, '1328-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(309910, 2339, '1328-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(309911, 2339, '1328-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(309912, 2339, '1329-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(309913, 2339, '1329-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(309914, 2339, '1329-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(309915, 2339, '1329-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(309916, 2339, '1329-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(309917, 2339, '1329-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(309918, 2339, '1329-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(309919, 2339, '1329-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(309920, 2339, '1329-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(309921, 2339, '1329-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(309922, 2339, '1329-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(309923, 2339, '1329-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(309924, 2339, '1330-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(309925, 2339, '1330-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(309926, 2339, '1330-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(309927, 2339, '1330-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(309928, 2339, '1330-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(309929, 2339, '1330-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(309930, 2339, '1330-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(309931, 2339, '1330-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(309932, 2339, '1330-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(309933, 2339, '1330-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(309934, 2339, '1330-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(309935, 2339, '1330-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(309936, 2339, '1331-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(309937, 2339, '1331-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(309938, 2339, '1331-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(309939, 2339, '1331-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(309940, 2339, '1331-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(309941, 2339, '1331-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(309942, 2339, '1331-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(309943, 2339, '1331-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(309944, 2339, '1331-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(309945, 2339, '1331-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(309946, 2339, '1331-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(309947, 2339, '1331-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(309948, 2339, '1332-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(309949, 2339, '1332-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(309950, 2339, '1332-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(309951, 2339, '1332-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(309952, 2339, '1332-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(309953, 2339, '1332-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(309954, 2339, '1332-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(309955, 2339, '1332-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(309956, 2339, '1332-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(309957, 2339, '1332-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(309958, 2339, '1332-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(309959, 2339, '1332-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(309960, 2339, '1333-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(309961, 2339, '1333-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(309962, 2339, '1333-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(309963, 2339, '1333-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(309964, 2339, '1333-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(309965, 2339, '1333-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(309966, 2339, '1333-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(309967, 2339, '1333-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(309968, 2339, '1333-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(309969, 2339, '1333-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(309970, 2339, '1333-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(309971, 2339, '1333-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(309972, 2339, '1334-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(309973, 2339, '1334-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(309974, 2339, '1334-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(309975, 2339, '1334-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(309976, 2339, '1334-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(309977, 2339, '1334-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(309978, 2339, '1334-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(309979, 2339, '1334-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(309980, 2339, '1334-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(309981, 2339, '1334-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(309982, 2339, '1334-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(309983, 2339, '1334-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(309984, 2339, '1335-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(309985, 2339, '1335-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(309986, 2339, '1335-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(309987, 2339, '1335-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(309988, 2339, '1335-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(309989, 2339, '1335-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(309990, 2339, '1335-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(309991, 2339, '1335-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(309992, 2339, '1335-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(309993, 2339, '1335-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(309994, 2339, '1335-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(309995, 2339, '1335-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(309996, 2339, '1336-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(309997, 2339, '1336-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(309998, 2339, '1336-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(309999, 2339, '1336-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(310000, 2339, '1336-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(310001, 2339, '1336-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(310002, 2339, '1336-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(310003, 2339, '1336-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(310004, 2339, '1336-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(310005, 2339, '1336-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(310006, 2339, '1336-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(310007, 2339, '1336-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(310008, 2339, '1337-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(310009, 2339, '1337-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(310010, 2339, '1337-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(310011, 2339, '1337-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(310012, 2339, '1337-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(310013, 2339, '1337-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(310014, 2339, '1337-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(310015, 2339, '1337-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(310016, 2339, '1337-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(310017, 2339, '1337-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(310018, 2339, '1337-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(310019, 2339, '1337-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(310020, 2339, '1338-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(310021, 2339, '1338-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(310022, 2339, '1338-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(310023, 2339, '1338-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(310024, 2339, '1338-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(310025, 2339, '1338-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(310026, 2339, '1338-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(310027, 2339, '1338-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(310028, 2339, '1338-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(310029, 2339, '1338-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(310030, 2339, '1338-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(310031, 2339, '1338-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(310032, 2339, '1339-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(310033, 2339, '1339-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(310034, 2339, '1339-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(310035, 2339, '1339-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(310036, 2339, '1339-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(310037, 2339, '1339-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(310038, 2339, '1339-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(310039, 2339, '1339-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(310040, 2339, '1339-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(310041, 2339, '1339-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(310042, 2339, '1339-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(310043, 2339, '1339-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(310044, 2339, '1340-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(310045, 2339, '1340-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(310046, 2339, '1340-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(310047, 2339, '1340-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(310048, 2339, '1340-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(310049, 2339, '1340-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(310050, 2339, '1340-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(310051, 2339, '1340-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(310052, 2339, '1340-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(310053, 2339, '1340-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(310054, 2339, '1340-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(310055, 2339, '1340-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(310056, 2339, '1341-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(310057, 2339, '1341-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(310058, 2339, '1341-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(310059, 2339, '1341-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(310060, 2339, '1341-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(310061, 2339, '1341-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(310062, 2339, '1341-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(310063, 2339, '1341-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:09', '2023-10-31 16:08:09'),
(310064, 2339, '1341-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:10', '2023-10-31 16:08:10'),
(310065, 2339, '1341-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:10', '2023-10-31 16:08:10'),
(310066, 2339, '1341-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:10', '2023-10-31 16:08:10'),
(310067, 2339, '1341-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:10', '2023-10-31 16:08:10'),
(310068, 2339, '1342-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:10', '2023-10-31 16:08:10'),
(310069, 2339, '1342-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:10', '2023-10-31 16:08:10'),
(310070, 2339, '1342-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:10', '2023-10-31 16:08:10'),
(310071, 2339, '1342-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:10', '2023-10-31 16:08:10'),
(310072, 2339, '1342-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:10', '2023-10-31 16:08:10'),
(310073, 2339, '1342-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:10', '2023-10-31 16:08:10'),
(310074, 2339, '1342-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:10', '2023-10-31 16:08:10'),
(310075, 2339, '1342-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:10', '2023-10-31 16:08:10'),
(310076, 2339, '1342-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:10', '2023-10-31 16:08:10'),
(310077, 2339, '1342-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:10', '2023-10-31 16:08:10'),
(310078, 2339, '1342-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:10', '2023-10-31 16:08:10'),
(310079, 2339, '1342-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:10', '2023-10-31 16:08:10'),
(310080, 2339, '1343-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:10', '2023-10-31 16:08:10'),
(310081, 2339, '1343-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:10', '2023-10-31 16:08:10'),
(310082, 2339, '1343-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:10', '2023-10-31 16:08:10'),
(310083, 2339, '1343-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:10', '2023-10-31 16:08:10'),
(310084, 2339, '1343-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:10', '2023-10-31 16:08:10'),
(310085, 2339, '1343-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:10', '2023-10-31 16:08:10'),
(310086, 2339, '1343-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:10', '2023-10-31 16:08:10'),
(310087, 2339, '1343-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:10', '2023-10-31 16:08:10'),
(310088, 2339, '1343-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:10', '2023-10-31 16:08:10'),
(310089, 2339, '1343-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:10', '2023-10-31 16:08:10'),
(310090, 2339, '1343-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:10', '2023-10-31 16:08:10'),
(310091, 2339, '1343-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:10', '2023-10-31 16:08:10'),
(310092, 2339, '1344-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:10', '2023-10-31 16:08:10'),
(310093, 2339, '1344-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:10', '2023-10-31 16:08:10'),
(310094, 2339, '1344-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:10', '2023-10-31 16:08:10'),
(310095, 2339, '1344-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:10', '2023-10-31 16:08:10'),
(310096, 2339, '1344-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:10', '2023-10-31 16:08:10'),
(310097, 2339, '1344-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:10', '2023-10-31 16:08:10'),
(310098, 2339, '1344-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:10', '2023-10-31 16:08:10'),
(310099, 2339, '1344-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:10', '2023-10-31 16:08:10'),
(310100, 2339, '1344-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:10', '2023-10-31 16:08:10'),
(310101, 2339, '1344-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:10', '2023-10-31 16:08:10'),
(310102, 2339, '1344-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:10', '2023-10-31 16:08:10'),
(310103, 2339, '1344-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:10', '2023-10-31 16:08:10'),
(310104, 2339, '1345-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:10', '2023-10-31 16:08:10'),
(310105, 2339, '1345-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:10', '2023-10-31 16:08:10'),
(310106, 2339, '1345-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:10', '2023-10-31 16:08:10'),
(310107, 2339, '1345-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:10', '2023-10-31 16:08:10'),
(310108, 2339, '1345-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:10', '2023-10-31 16:08:10'),
(310109, 2339, '1345-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:10', '2023-10-31 16:08:10'),
(310110, 2339, '1345-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:10', '2023-10-31 16:08:10'),
(310111, 2339, '1345-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:10', '2023-10-31 16:08:10'),
(310112, 2339, '1345-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:10', '2023-10-31 16:08:10'),
(310113, 2339, '1345-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:10', '2023-10-31 16:08:10'),
(310114, 2339, '1345-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:10', '2023-10-31 16:08:10'),
(310115, 2339, '1345-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:10', '2023-10-31 16:08:10'),
(310116, 2339, '1346-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:10', '2023-10-31 16:08:10'),
(310117, 2339, '1346-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:10', '2023-10-31 16:08:10'),
(310118, 2339, '1346-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:10', '2023-10-31 16:08:10'),
(310119, 2339, '1346-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:10', '2023-10-31 16:08:10'),
(310120, 2339, '1346-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:10', '2023-10-31 16:08:10'),
(310121, 2339, '1346-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:10', '2023-10-31 16:08:10'),
(310122, 2339, '1346-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:10', '2023-10-31 16:08:10'),
(310123, 2339, '1346-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:10', '2023-10-31 16:08:10'),
(310124, 2339, '1346-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:10', '2023-10-31 16:08:10'),
(310125, 2339, '1346-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:10', '2023-10-31 16:08:10'),
(310126, 2339, '1346-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:10', '2023-10-31 16:08:10'),
(310127, 2339, '1346-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:10', '2023-10-31 16:08:10'),
(310128, 2339, '1347-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:10', '2023-10-31 16:08:10'),
(310129, 2339, '1347-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:10', '2023-10-31 16:08:10'),
(310130, 2339, '1347-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:10', '2023-10-31 16:08:10'),
(310131, 2339, '1347-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:10', '2023-10-31 16:08:10'),
(310132, 2339, '1347-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:10', '2023-10-31 16:08:10'),
(310133, 2339, '1347-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:10', '2023-10-31 16:08:10'),
(310134, 2339, '1347-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:10', '2023-10-31 16:08:10'),
(310135, 2339, '1347-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:10', '2023-10-31 16:08:10'),
(310136, 2339, '1347-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:10', '2023-10-31 16:08:10'),
(310137, 2339, '1347-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:10', '2023-10-31 16:08:10'),
(310138, 2339, '1347-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:10', '2023-10-31 16:08:10'),
(310139, 2339, '1347-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:10', '2023-10-31 16:08:10'),
(310140, 2339, '1348-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:10', '2023-10-31 16:08:10'),
(310141, 2339, '1348-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:10', '2023-10-31 16:08:10'),
(310142, 2339, '1348-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:10', '2023-10-31 16:08:10'),
(310143, 2339, '1348-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:10', '2023-10-31 16:08:10'),
(310144, 2339, '1348-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:10', '2023-10-31 16:08:10'),
(310145, 2339, '1348-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:10', '2023-10-31 16:08:10'),
(310146, 2339, '1348-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:10', '2023-10-31 16:08:10'),
(310147, 2339, '1348-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:10', '2023-10-31 16:08:10'),
(310148, 2339, '1348-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:10', '2023-10-31 16:08:10'),
(310149, 2339, '1348-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:10', '2023-10-31 16:08:10'),
(310150, 2339, '1348-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:10', '2023-10-31 16:08:10'),
(310151, 2339, '1348-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:10', '2023-10-31 16:08:10'),
(310152, 2339, '1349-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:10', '2023-10-31 16:08:10'),
(310153, 2339, '1349-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:10', '2023-10-31 16:08:10'),
(310154, 2339, '1349-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:10', '2023-10-31 16:08:10'),
(310155, 2339, '1349-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:10', '2023-10-31 16:08:10'),
(310156, 2339, '1349-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:10', '2023-10-31 16:08:10'),
(310157, 2339, '1349-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:10', '2023-10-31 16:08:10'),
(310158, 2339, '1349-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:10', '2023-10-31 16:08:10'),
(310159, 2339, '1349-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:10', '2023-10-31 16:08:10'),
(310160, 2339, '1349-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:10', '2023-10-31 16:08:10'),
(310161, 2339, '1349-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:10', '2023-10-31 16:08:10'),
(310162, 2339, '1349-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:10', '2023-10-31 16:08:10'),
(310163, 2339, '1349-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:10', '2023-10-31 16:08:10'),
(310164, 2339, '1350-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:10', '2023-10-31 16:08:10'),
(310165, 2339, '1350-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:10', '2023-10-31 16:08:10'),
(310166, 2339, '1350-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:10', '2023-10-31 16:08:10'),
(310167, 2339, '1350-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:10', '2023-10-31 16:08:10'),
(310168, 2339, '1350-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:10', '2023-10-31 16:08:10'),
(310169, 2339, '1350-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:10', '2023-10-31 16:08:10'),
(310170, 2339, '1350-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:10', '2023-10-31 16:08:10'),
(310171, 2339, '1350-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:10', '2023-10-31 16:08:10'),
(310172, 2339, '1350-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:10', '2023-10-31 16:08:10'),
(310173, 2339, '1350-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:10', '2023-10-31 16:08:10'),
(310174, 2339, '1350-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:10', '2023-10-31 16:08:10'),
(310175, 2339, '1350-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:10', '2023-10-31 16:08:10'),
(310176, 2339, '1351-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:10', '2023-10-31 16:08:10'),
(310177, 2339, '1351-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:10', '2023-10-31 16:08:10'),
(310178, 2339, '1351-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:10', '2023-10-31 16:08:10'),
(310179, 2339, '1351-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:10', '2023-10-31 16:08:10'),
(310180, 2339, '1351-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:10', '2023-10-31 16:08:10'),
(310181, 2339, '1351-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:10', '2023-10-31 16:08:10'),
(310182, 2339, '1351-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:10', '2023-10-31 16:08:10'),
(310183, 2339, '1351-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:10', '2023-10-31 16:08:10'),
(310184, 2339, '1351-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:10', '2023-10-31 16:08:10'),
(310185, 2339, '1351-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:10', '2023-10-31 16:08:10'),
(310186, 2339, '1351-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:10', '2023-10-31 16:08:10'),
(310187, 2339, '1351-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:10', '2023-10-31 16:08:10'),
(310188, 2339, '1352-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:10', '2023-10-31 16:08:10'),
(310189, 2339, '1352-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:10', '2023-10-31 16:08:10'),
(310190, 2339, '1352-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:10', '2023-10-31 16:08:10'),
(310191, 2339, '1352-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:10', '2023-10-31 16:08:10'),
(310192, 2339, '1352-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:10', '2023-10-31 16:08:10'),
(310193, 2339, '1352-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:10', '2023-10-31 16:08:10'),
(310194, 2339, '1352-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:10', '2023-10-31 16:08:10'),
(310195, 2339, '1352-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:10', '2023-10-31 16:08:10'),
(310196, 2339, '1352-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:10', '2023-10-31 16:08:10'),
(310197, 2339, '1352-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:10', '2023-10-31 16:08:10'),
(310198, 2339, '1352-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:10', '2023-10-31 16:08:10'),
(310199, 2339, '1352-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:10', '2023-10-31 16:08:10'),
(310200, 2339, '1353-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:10', '2023-10-31 16:08:10'),
(310201, 2339, '1353-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:10', '2023-10-31 16:08:10'),
(310202, 2339, '1353-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:10', '2023-10-31 16:08:10'),
(310203, 2339, '1353-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:10', '2023-10-31 16:08:10'),
(310204, 2339, '1353-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:10', '2023-10-31 16:08:10'),
(310205, 2339, '1353-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:10', '2023-10-31 16:08:10'),
(310206, 2339, '1353-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:10', '2023-10-31 16:08:10'),
(310207, 2339, '1353-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:10', '2023-10-31 16:08:10'),
(310208, 2339, '1353-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:10', '2023-10-31 16:08:10'),
(310209, 2339, '1353-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:10', '2023-10-31 16:08:10'),
(310210, 2339, '1353-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:10', '2023-10-31 16:08:10'),
(310211, 2339, '1353-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:10', '2023-10-31 16:08:10'),
(310212, 2339, '1354-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:10', '2023-10-31 16:08:10'),
(310213, 2339, '1354-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:10', '2023-10-31 16:08:10'),
(310214, 2339, '1354-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:10', '2023-10-31 16:08:10'),
(310215, 2339, '1354-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:10', '2023-10-31 16:08:10'),
(310216, 2339, '1354-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:10', '2023-10-31 16:08:10'),
(310217, 2339, '1354-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:10', '2023-10-31 16:08:10'),
(310218, 2339, '1354-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:10', '2023-10-31 16:08:10'),
(310219, 2339, '1354-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:10', '2023-10-31 16:08:10'),
(310220, 2339, '1354-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:10', '2023-10-31 16:08:10'),
(310221, 2339, '1354-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:10', '2023-10-31 16:08:10'),
(310222, 2339, '1354-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:10', '2023-10-31 16:08:10'),
(310223, 2339, '1354-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:10', '2023-10-31 16:08:10'),
(310224, 2339, '1355-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:10', '2023-10-31 16:08:10'),
(310225, 2339, '1355-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:10', '2023-10-31 16:08:10'),
(310226, 2339, '1355-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:10', '2023-10-31 16:08:10'),
(310227, 2339, '1355-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:10', '2023-10-31 16:08:10'),
(310228, 2339, '1355-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:10', '2023-10-31 16:08:10'),
(310229, 2339, '1355-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:10', '2023-10-31 16:08:10'),
(310230, 2339, '1355-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:10', '2023-10-31 16:08:10'),
(310231, 2339, '1355-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:10', '2023-10-31 16:08:10'),
(310232, 2339, '1355-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:10', '2023-10-31 16:08:10'),
(310233, 2339, '1355-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:10', '2023-10-31 16:08:10'),
(310234, 2339, '1355-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:10', '2023-10-31 16:08:10'),
(310235, 2339, '1355-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:10', '2023-10-31 16:08:10'),
(310236, 2339, '1356-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:10', '2023-10-31 16:08:10'),
(310237, 2339, '1356-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:10', '2023-10-31 16:08:10'),
(310238, 2339, '1356-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:10', '2023-10-31 16:08:10'),
(310239, 2339, '1356-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:10', '2023-10-31 16:08:10'),
(310240, 2339, '1356-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:10', '2023-10-31 16:08:10'),
(310241, 2339, '1356-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:10', '2023-10-31 16:08:10'),
(310242, 2339, '1356-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:10', '2023-10-31 16:08:10'),
(310243, 2339, '1356-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:10', '2023-10-31 16:08:10'),
(310244, 2339, '1356-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:10', '2023-10-31 16:08:10'),
(310245, 2339, '1356-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:10', '2023-10-31 16:08:10'),
(310246, 2339, '1356-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:10', '2023-10-31 16:08:10'),
(310247, 2339, '1356-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:10', '2023-10-31 16:08:10'),
(310248, 2339, '1357-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:10', '2023-10-31 16:08:10'),
(310249, 2339, '1357-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:10', '2023-10-31 16:08:10'),
(310250, 2339, '1357-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:10', '2023-10-31 16:08:10'),
(310251, 2339, '1357-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:10', '2023-10-31 16:08:10'),
(310252, 2339, '1357-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:10', '2023-10-31 16:08:10'),
(310253, 2339, '1357-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:10', '2023-10-31 16:08:10'),
(310254, 2339, '1357-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:10', '2023-10-31 16:08:10'),
(310255, 2339, '1357-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:10', '2023-10-31 16:08:10'),
(310256, 2339, '1357-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:10', '2023-10-31 16:08:10'),
(310257, 2339, '1357-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:10', '2023-10-31 16:08:10'),
(310258, 2339, '1357-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:10', '2023-10-31 16:08:10'),
(310259, 2339, '1357-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:10', '2023-10-31 16:08:10'),
(310260, 2339, '1358-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:10', '2023-10-31 16:08:10'),
(310261, 2339, '1358-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:10', '2023-10-31 16:08:10'),
(310262, 2339, '1358-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:10', '2023-10-31 16:08:10'),
(310263, 2339, '1358-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:10', '2023-10-31 16:08:10'),
(310264, 2339, '1358-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:10', '2023-10-31 16:08:10'),
(310265, 2339, '1358-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:10', '2023-10-31 16:08:10'),
(310266, 2339, '1358-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:10', '2023-10-31 16:08:10'),
(310267, 2339, '1358-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:10', '2023-10-31 16:08:10'),
(310268, 2339, '1358-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:10', '2023-10-31 16:08:10'),
(310269, 2339, '1358-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:10', '2023-10-31 16:08:10'),
(310270, 2339, '1358-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:10', '2023-10-31 16:08:10'),
(310271, 2339, '1358-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:10', '2023-10-31 16:08:10'),
(310272, 2339, '1359-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:10', '2023-10-31 16:08:10'),
(310273, 2339, '1359-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:10', '2023-10-31 16:08:10'),
(310274, 2339, '1359-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:10', '2023-10-31 16:08:10'),
(310275, 2339, '1359-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:10', '2023-10-31 16:08:10'),
(310276, 2339, '1359-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:10', '2023-10-31 16:08:10'),
(310277, 2339, '1359-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:10', '2023-10-31 16:08:10'),
(310278, 2339, '1359-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:10', '2023-10-31 16:08:10'),
(310279, 2339, '1359-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:10', '2023-10-31 16:08:10'),
(310280, 2339, '1359-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:10', '2023-10-31 16:08:10'),
(310281, 2339, '1359-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:10', '2023-10-31 16:08:10'),
(310282, 2339, '1359-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:10', '2023-10-31 16:08:10'),
(310283, 2339, '1359-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:10', '2023-10-31 16:08:10'),
(310284, 2339, '1360-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:10', '2023-10-31 16:08:10'),
(310285, 2339, '1360-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:10', '2023-10-31 16:08:10'),
(310286, 2339, '1360-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:10', '2023-10-31 16:08:10'),
(310287, 2339, '1360-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:10', '2023-10-31 16:08:10'),
(310288, 2339, '1360-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:10', '2023-10-31 16:08:10'),
(310289, 2339, '1360-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:10', '2023-10-31 16:08:10'),
(310290, 2339, '1360-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:10', '2023-10-31 16:08:10'),
(310291, 2339, '1360-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:10', '2023-10-31 16:08:10'),
(310292, 2339, '1360-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:10', '2023-10-31 16:08:10'),
(310293, 2339, '1360-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:10', '2023-10-31 16:08:10'),
(310294, 2339, '1360-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:10', '2023-10-31 16:08:10'),
(310295, 2339, '1360-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:10', '2023-10-31 16:08:10'),
(310296, 2339, '1361-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:10', '2023-10-31 16:08:10'),
(310297, 2339, '1361-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:10', '2023-10-31 16:08:10'),
(310298, 2339, '1361-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:10', '2023-10-31 16:08:10'),
(310299, 2339, '1361-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:10', '2023-10-31 16:08:10'),
(310300, 2339, '1361-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:10', '2023-10-31 16:08:10'),
(310301, 2339, '1361-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:10', '2023-10-31 16:08:10'),
(310302, 2339, '1361-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:10', '2023-10-31 16:08:10'),
(310303, 2339, '1361-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:10', '2023-10-31 16:08:10'),
(310304, 2339, '1361-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:10', '2023-10-31 16:08:10'),
(310305, 2339, '1361-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:11', '2023-10-31 16:08:11'),
(310306, 2339, '1361-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:11', '2023-10-31 16:08:11'),
(310307, 2339, '1361-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:11', '2023-10-31 16:08:11'),
(310308, 2339, '1362-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:11', '2023-10-31 16:08:11'),
(310309, 2339, '1362-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:11', '2023-10-31 16:08:11'),
(310310, 2339, '1362-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:11', '2023-10-31 16:08:11'),
(310311, 2339, '1362-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:11', '2023-10-31 16:08:11'),
(310312, 2339, '1362-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:11', '2023-10-31 16:08:11'),
(310313, 2339, '1362-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:11', '2023-10-31 16:08:11'),
(310314, 2339, '1362-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:11', '2023-10-31 16:08:11'),
(310315, 2339, '1362-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:11', '2023-10-31 16:08:11'),
(310316, 2339, '1362-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:11', '2023-10-31 16:08:11'),
(310317, 2339, '1362-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:11', '2023-10-31 16:08:11'),
(310318, 2339, '1362-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:11', '2023-10-31 16:08:11'),
(310319, 2339, '1362-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:11', '2023-10-31 16:08:11'),
(310320, 2339, '1363-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:11', '2023-10-31 16:08:11'),
(310321, 2339, '1363-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:11', '2023-10-31 16:08:11'),
(310322, 2339, '1363-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:11', '2023-10-31 16:08:11'),
(310323, 2339, '1363-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:11', '2023-10-31 16:08:11'),
(310324, 2339, '1363-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:11', '2023-10-31 16:08:11'),
(310325, 2339, '1363-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:11', '2023-10-31 16:08:11'),
(310326, 2339, '1363-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:11', '2023-10-31 16:08:11'),
(310327, 2339, '1363-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:11', '2023-10-31 16:08:11'),
(310328, 2339, '1363-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:11', '2023-10-31 16:08:11'),
(310329, 2339, '1363-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:11', '2023-10-31 16:08:11'),
(310330, 2339, '1363-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:11', '2023-10-31 16:08:11'),
(310331, 2339, '1363-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:11', '2023-10-31 16:08:11'),
(310332, 2339, '1364-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:11', '2023-10-31 16:08:11'),
(310333, 2339, '1364-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:11', '2023-10-31 16:08:11'),
(310334, 2339, '1364-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:11', '2023-10-31 16:08:11'),
(310335, 2339, '1364-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:11', '2023-10-31 16:08:11'),
(310336, 2339, '1364-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:11', '2023-10-31 16:08:11'),
(310337, 2339, '1364-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:11', '2023-10-31 16:08:11'),
(310338, 2339, '1364-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:11', '2023-10-31 16:08:11'),
(310339, 2339, '1364-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:11', '2023-10-31 16:08:11'),
(310340, 2339, '1364-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:11', '2023-10-31 16:08:11'),
(310341, 2339, '1364-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:11', '2023-10-31 16:08:11'),
(310342, 2339, '1364-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:11', '2023-10-31 16:08:11'),
(310343, 2339, '1364-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:11', '2023-10-31 16:08:11'),
(310344, 2339, '1365-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:11', '2023-10-31 16:08:11'),
(310345, 2339, '1365-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:11', '2023-10-31 16:08:11'),
(310346, 2339, '1365-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:11', '2023-10-31 16:08:11'),
(310347, 2339, '1365-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:11', '2023-10-31 16:08:11');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(310348, 2339, '1365-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:11', '2023-10-31 16:08:11'),
(310349, 2339, '1365-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:11', '2023-10-31 16:08:11'),
(310350, 2339, '1365-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:11', '2023-10-31 16:08:11'),
(310351, 2339, '1365-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:11', '2023-10-31 16:08:11'),
(310352, 2339, '1365-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:11', '2023-10-31 16:08:11'),
(310353, 2339, '1365-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:11', '2023-10-31 16:08:11'),
(310354, 2339, '1365-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:11', '2023-10-31 16:08:11'),
(310355, 2339, '1365-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:11', '2023-10-31 16:08:11'),
(310356, 2339, '1366-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:11', '2023-10-31 16:08:11'),
(310357, 2339, '1366-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:11', '2023-10-31 16:08:11'),
(310358, 2339, '1366-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:11', '2023-10-31 16:08:11'),
(310359, 2339, '1366-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:11', '2023-10-31 16:08:11'),
(310360, 2339, '1366-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:11', '2023-10-31 16:08:11'),
(310361, 2339, '1366-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:11', '2023-10-31 16:08:11'),
(310362, 2339, '1366-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:11', '2023-10-31 16:08:11'),
(310363, 2339, '1366-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:11', '2023-10-31 16:08:11'),
(310364, 2339, '1366-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:11', '2023-10-31 16:08:11'),
(310365, 2339, '1366-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:11', '2023-10-31 16:08:11'),
(310366, 2339, '1366-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:11', '2023-10-31 16:08:11'),
(310367, 2339, '1366-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:11', '2023-10-31 16:08:11'),
(310368, 2339, '1367-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:11', '2023-10-31 16:08:11'),
(310369, 2339, '1367-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:11', '2023-10-31 16:08:11'),
(310370, 2339, '1367-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:11', '2023-10-31 16:08:11'),
(310371, 2339, '1367-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:11', '2023-10-31 16:08:11'),
(310372, 2339, '1367-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:11', '2023-10-31 16:08:11'),
(310373, 2339, '1367-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:11', '2023-10-31 16:08:11'),
(310374, 2339, '1367-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:11', '2023-10-31 16:08:11'),
(310375, 2339, '1367-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:11', '2023-10-31 16:08:11'),
(310376, 2339, '1367-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:11', '2023-10-31 16:08:11'),
(310377, 2339, '1367-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:11', '2023-10-31 16:08:11'),
(310378, 2339, '1367-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:11', '2023-10-31 16:08:11'),
(310379, 2339, '1367-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:11', '2023-10-31 16:08:11'),
(310380, 2339, '1368-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:11', '2023-10-31 16:08:11'),
(310381, 2339, '1368-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:11', '2023-10-31 16:08:11'),
(310382, 2339, '1368-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:11', '2023-10-31 16:08:11'),
(310383, 2339, '1368-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:11', '2023-10-31 16:08:11'),
(310384, 2339, '1368-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:11', '2023-10-31 16:08:11'),
(310385, 2339, '1368-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:11', '2023-10-31 16:08:11'),
(310386, 2339, '1368-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:11', '2023-10-31 16:08:11'),
(310387, 2339, '1368-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:11', '2023-10-31 16:08:11'),
(310388, 2339, '1368-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:11', '2023-10-31 16:08:11'),
(310389, 2339, '1368-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:11', '2023-10-31 16:08:11'),
(310390, 2339, '1368-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:11', '2023-10-31 16:08:11'),
(310391, 2339, '1368-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:11', '2023-10-31 16:08:11'),
(310392, 2339, '1369-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:11', '2023-10-31 16:08:11'),
(310393, 2339, '1369-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:11', '2023-10-31 16:08:11'),
(310394, 2339, '1369-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:11', '2023-10-31 16:08:11'),
(310395, 2339, '1369-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:11', '2023-10-31 16:08:11'),
(310396, 2339, '1369-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:11', '2023-10-31 16:08:11'),
(310397, 2339, '1369-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:11', '2023-10-31 16:08:11'),
(310398, 2339, '1369-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:11', '2023-10-31 16:08:11'),
(310399, 2339, '1369-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:11', '2023-10-31 16:08:11'),
(310400, 2339, '1369-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:11', '2023-10-31 16:08:11'),
(310401, 2339, '1369-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:11', '2023-10-31 16:08:11'),
(310402, 2339, '1369-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:11', '2023-10-31 16:08:11'),
(310403, 2339, '1369-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:11', '2023-10-31 16:08:11'),
(310404, 2339, '1370-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:11', '2023-10-31 16:08:11'),
(310405, 2339, '1370-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:11', '2023-10-31 16:08:11'),
(310406, 2339, '1370-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:11', '2023-10-31 16:08:11'),
(310407, 2339, '1370-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:11', '2023-10-31 16:08:11'),
(310408, 2339, '1370-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:11', '2023-10-31 16:08:11'),
(310409, 2339, '1370-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:11', '2023-10-31 16:08:11'),
(310410, 2339, '1370-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:11', '2023-10-31 16:08:11'),
(310411, 2339, '1370-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:11', '2023-10-31 16:08:11'),
(310412, 2339, '1370-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:11', '2023-10-31 16:08:11'),
(310413, 2339, '1370-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:11', '2023-10-31 16:08:11'),
(310414, 2339, '1370-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:11', '2023-10-31 16:08:11'),
(310415, 2339, '1370-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:11', '2023-10-31 16:08:11'),
(310416, 2339, '1371-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:11', '2023-10-31 16:08:11'),
(310417, 2339, '1371-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:11', '2023-10-31 16:08:11'),
(310418, 2339, '1371-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:11', '2023-10-31 16:08:11'),
(310419, 2339, '1371-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:11', '2023-10-31 16:08:11'),
(310420, 2339, '1371-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:11', '2023-10-31 16:08:11'),
(310421, 2339, '1371-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:11', '2023-10-31 16:08:11'),
(310422, 2339, '1371-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:11', '2023-10-31 16:08:11'),
(310423, 2339, '1371-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:11', '2023-10-31 16:08:11'),
(310424, 2339, '1371-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:11', '2023-10-31 16:08:11'),
(310425, 2339, '1371-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:11', '2023-10-31 16:08:11'),
(310426, 2339, '1371-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:11', '2023-10-31 16:08:11'),
(310427, 2339, '1371-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:11', '2023-10-31 16:08:11'),
(310428, 2339, '1372-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:11', '2023-10-31 16:08:11'),
(310429, 2339, '1372-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:11', '2023-10-31 16:08:11'),
(310430, 2339, '1372-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:11', '2023-10-31 16:08:11'),
(310431, 2339, '1372-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:11', '2023-10-31 16:08:11'),
(310432, 2339, '1372-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:11', '2023-10-31 16:08:11'),
(310433, 2339, '1372-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:11', '2023-10-31 16:08:11'),
(310434, 2339, '1372-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:11', '2023-10-31 16:08:11'),
(310435, 2339, '1372-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:11', '2023-10-31 16:08:11'),
(310436, 2339, '1372-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:11', '2023-10-31 16:08:11'),
(310437, 2339, '1372-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:11', '2023-10-31 16:08:11'),
(310438, 2339, '1372-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:11', '2023-10-31 16:08:11'),
(310439, 2339, '1372-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:11', '2023-10-31 16:08:11'),
(310440, 2339, '1373-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:11', '2023-10-31 16:08:11'),
(310441, 2339, '1373-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:11', '2023-10-31 16:08:11'),
(310442, 2339, '1373-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:11', '2023-10-31 16:08:11'),
(310443, 2339, '1373-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:11', '2023-10-31 16:08:11'),
(310444, 2339, '1373-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:11', '2023-10-31 16:08:11'),
(310445, 2339, '1373-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:11', '2023-10-31 16:08:11'),
(310446, 2339, '1373-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:11', '2023-10-31 16:08:11'),
(310447, 2339, '1373-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:11', '2023-10-31 16:08:11'),
(310448, 2339, '1373-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:11', '2023-10-31 16:08:11'),
(310449, 2339, '1373-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:11', '2023-10-31 16:08:11'),
(310450, 2339, '1373-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:11', '2023-10-31 16:08:11'),
(310451, 2339, '1373-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:11', '2023-10-31 16:08:11'),
(310452, 2339, '1374-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:11', '2023-10-31 16:08:11'),
(310453, 2339, '1374-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:11', '2023-10-31 16:08:11'),
(310454, 2339, '1374-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:11', '2023-10-31 16:08:11'),
(310455, 2339, '1374-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:11', '2023-10-31 16:08:11'),
(310456, 2339, '1374-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:11', '2023-10-31 16:08:11'),
(310457, 2339, '1374-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:11', '2023-10-31 16:08:11'),
(310458, 2339, '1374-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:11', '2023-10-31 16:08:11'),
(310459, 2339, '1374-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:11', '2023-10-31 16:08:11'),
(310460, 2339, '1374-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:11', '2023-10-31 16:08:11'),
(310461, 2339, '1374-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:11', '2023-10-31 16:08:11'),
(310462, 2339, '1374-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:11', '2023-10-31 16:08:11'),
(310463, 2339, '1374-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:11', '2023-10-31 16:08:11'),
(310464, 2339, '1375-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:11', '2023-10-31 16:08:11'),
(310465, 2339, '1375-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:11', '2023-10-31 16:08:11'),
(310466, 2339, '1375-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:11', '2023-10-31 16:08:11'),
(310467, 2339, '1375-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:11', '2023-10-31 16:08:11'),
(310468, 2339, '1375-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:11', '2023-10-31 16:08:11'),
(310469, 2339, '1375-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:11', '2023-10-31 16:08:11'),
(310470, 2339, '1375-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:11', '2023-10-31 16:08:11'),
(310471, 2339, '1375-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:11', '2023-10-31 16:08:11'),
(310472, 2339, '1375-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:11', '2023-10-31 16:08:11'),
(310473, 2339, '1375-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:11', '2023-10-31 16:08:11'),
(310474, 2339, '1375-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:11', '2023-10-31 16:08:11'),
(310475, 2339, '1375-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:11', '2023-10-31 16:08:11'),
(310476, 2339, '1376-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:11', '2023-10-31 16:08:11'),
(310477, 2339, '1376-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:11', '2023-10-31 16:08:11'),
(310478, 2339, '1376-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:11', '2023-10-31 16:08:11'),
(310479, 2339, '1376-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:11', '2023-10-31 16:08:11'),
(310480, 2339, '1376-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:11', '2023-10-31 16:08:11'),
(310481, 2339, '1376-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:11', '2023-10-31 16:08:11'),
(310482, 2339, '1376-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:11', '2023-10-31 16:08:11'),
(310483, 2339, '1376-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:11', '2023-10-31 16:08:11'),
(310484, 2339, '1376-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:11', '2023-10-31 16:08:11'),
(310485, 2339, '1376-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:11', '2023-10-31 16:08:11'),
(310486, 2339, '1376-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:11', '2023-10-31 16:08:11'),
(310487, 2339, '1376-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:11', '2023-10-31 16:08:11'),
(310488, 2339, '1377-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:11', '2023-10-31 16:08:11'),
(310489, 2339, '1377-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:11', '2023-10-31 16:08:11'),
(310490, 2339, '1377-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:11', '2023-10-31 16:08:11'),
(310491, 2339, '1377-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:11', '2023-10-31 16:08:11'),
(310492, 2339, '1377-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:11', '2023-10-31 16:08:11'),
(310493, 2339, '1377-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:11', '2023-10-31 16:08:11'),
(310494, 2339, '1377-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:11', '2023-10-31 16:08:11'),
(310495, 2339, '1377-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:11', '2023-10-31 16:08:11'),
(310496, 2339, '1377-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:11', '2023-10-31 16:08:11'),
(310497, 2339, '1377-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:11', '2023-10-31 16:08:11'),
(310498, 2339, '1377-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:11', '2023-10-31 16:08:11'),
(310499, 2339, '1377-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:11', '2023-10-31 16:08:11'),
(310500, 2339, '1378-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:11', '2023-10-31 16:08:11'),
(310501, 2339, '1378-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:11', '2023-10-31 16:08:11'),
(310502, 2339, '1378-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:11', '2023-10-31 16:08:11'),
(310503, 2339, '1378-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:11', '2023-10-31 16:08:11'),
(310504, 2339, '1378-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:11', '2023-10-31 16:08:11'),
(310505, 2339, '1378-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:11', '2023-10-31 16:08:11'),
(310506, 2339, '1378-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:11', '2023-10-31 16:08:11'),
(310507, 2339, '1378-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:11', '2023-10-31 16:08:11'),
(310508, 2339, '1378-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:11', '2023-10-31 16:08:11'),
(310509, 2339, '1378-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:11', '2023-10-31 16:08:11'),
(310510, 2339, '1378-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:11', '2023-10-31 16:08:11'),
(310511, 2339, '1378-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:11', '2023-10-31 16:08:11'),
(310512, 2339, '1379-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:11', '2023-10-31 16:08:11'),
(310513, 2339, '1379-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:11', '2023-10-31 16:08:11'),
(310514, 2339, '1379-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:11', '2023-10-31 16:08:11'),
(310515, 2339, '1379-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:11', '2023-10-31 16:08:11'),
(310516, 2339, '1379-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:11', '2023-10-31 16:08:11'),
(310517, 2339, '1379-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:11', '2023-10-31 16:08:11'),
(310518, 2339, '1379-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:11', '2023-10-31 16:08:11'),
(310519, 2339, '1379-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:11', '2023-10-31 16:08:11'),
(310520, 2339, '1379-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:11', '2023-10-31 16:08:11'),
(310521, 2339, '1379-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:11', '2023-10-31 16:08:11'),
(310522, 2339, '1379-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:11', '2023-10-31 16:08:11'),
(310523, 2339, '1379-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:11', '2023-10-31 16:08:11'),
(310524, 2339, '1380-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:11', '2023-10-31 16:08:11'),
(310525, 2339, '1380-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:11', '2023-10-31 16:08:11'),
(310526, 2339, '1380-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:11', '2023-10-31 16:08:11'),
(310527, 2339, '1380-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:11', '2023-10-31 16:08:11'),
(310528, 2339, '1380-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:11', '2023-10-31 16:08:11'),
(310529, 2339, '1380-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:11', '2023-10-31 16:08:11'),
(310530, 2339, '1380-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:11', '2023-10-31 16:08:11'),
(310531, 2339, '1380-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:11', '2023-10-31 16:08:11'),
(310532, 2339, '1380-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:11', '2023-10-31 16:08:11'),
(310533, 2339, '1380-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:11', '2023-10-31 16:08:11'),
(310534, 2339, '1380-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:11', '2023-10-31 16:08:11'),
(310535, 2339, '1380-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:11', '2023-10-31 16:08:11'),
(310536, 2339, '1381-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:11', '2023-10-31 16:08:11'),
(310537, 2339, '1381-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:11', '2023-10-31 16:08:11'),
(310538, 2339, '1381-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:11', '2023-10-31 16:08:11'),
(310539, 2339, '1381-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:11', '2023-10-31 16:08:11'),
(310540, 2339, '1381-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:11', '2023-10-31 16:08:11'),
(310541, 2339, '1381-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:12', '2023-10-31 16:08:12'),
(310542, 2339, '1381-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:12', '2023-10-31 16:08:12'),
(310543, 2339, '1381-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:12', '2023-10-31 16:08:12'),
(310544, 2339, '1381-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:12', '2023-10-31 16:08:12'),
(310545, 2339, '1381-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:12', '2023-10-31 16:08:12'),
(310546, 2339, '1381-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:12', '2023-10-31 16:08:12'),
(310547, 2339, '1381-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:12', '2023-10-31 16:08:12'),
(310548, 2339, '1382-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:12', '2023-10-31 16:08:12'),
(310549, 2339, '1382-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:12', '2023-10-31 16:08:12'),
(310550, 2339, '1382-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:12', '2023-10-31 16:08:12'),
(310551, 2339, '1382-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:12', '2023-10-31 16:08:12'),
(310552, 2339, '1382-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:12', '2023-10-31 16:08:12'),
(310553, 2339, '1382-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:12', '2023-10-31 16:08:12'),
(310554, 2339, '1382-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:12', '2023-10-31 16:08:12'),
(310555, 2339, '1382-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:12', '2023-10-31 16:08:12'),
(310556, 2339, '1382-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:12', '2023-10-31 16:08:12'),
(310557, 2339, '1382-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:12', '2023-10-31 16:08:12'),
(310558, 2339, '1382-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:12', '2023-10-31 16:08:12'),
(310559, 2339, '1382-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:12', '2023-10-31 16:08:12'),
(310560, 2339, '1383-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:12', '2023-10-31 16:08:12'),
(310561, 2339, '1383-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:12', '2023-10-31 16:08:12'),
(310562, 2339, '1383-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:12', '2023-10-31 16:08:12'),
(310563, 2339, '1383-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:12', '2023-10-31 16:08:12'),
(310564, 2339, '1383-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:12', '2023-10-31 16:08:12'),
(310565, 2339, '1383-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:12', '2023-10-31 16:08:12'),
(310566, 2339, '1383-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:12', '2023-10-31 16:08:12'),
(310567, 2339, '1383-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:12', '2023-10-31 16:08:12'),
(310568, 2339, '1383-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:12', '2023-10-31 16:08:12'),
(310569, 2339, '1383-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:12', '2023-10-31 16:08:12'),
(310570, 2339, '1383-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:12', '2023-10-31 16:08:12'),
(310571, 2339, '1383-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:12', '2023-10-31 16:08:12'),
(310572, 2339, '1384-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:12', '2023-10-31 16:08:12'),
(310573, 2339, '1384-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:12', '2023-10-31 16:08:12'),
(310574, 2339, '1384-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:12', '2023-10-31 16:08:12'),
(310575, 2339, '1384-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:12', '2023-10-31 16:08:12'),
(310576, 2339, '1384-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:12', '2023-10-31 16:08:12'),
(310577, 2339, '1384-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:12', '2023-10-31 16:08:12'),
(310578, 2339, '1384-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:12', '2023-10-31 16:08:12'),
(310579, 2339, '1384-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:12', '2023-10-31 16:08:12'),
(310580, 2339, '1384-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:12', '2023-10-31 16:08:12'),
(310581, 2339, '1384-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:12', '2023-10-31 16:08:12'),
(310582, 2339, '1384-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:12', '2023-10-31 16:08:12'),
(310583, 2339, '1384-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:12', '2023-10-31 16:08:12'),
(310584, 2339, '1385-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:12', '2023-10-31 16:08:12'),
(310585, 2339, '1385-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:12', '2023-10-31 16:08:12'),
(310586, 2339, '1385-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:12', '2023-10-31 16:08:12'),
(310587, 2339, '1385-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:12', '2023-10-31 16:08:12'),
(310588, 2339, '1385-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:12', '2023-10-31 16:08:12'),
(310589, 2339, '1385-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:12', '2023-10-31 16:08:12'),
(310590, 2339, '1385-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:12', '2023-10-31 16:08:12'),
(310591, 2339, '1385-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:12', '2023-10-31 16:08:12'),
(310592, 2339, '1385-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:12', '2023-10-31 16:08:12'),
(310593, 2339, '1385-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:12', '2023-10-31 16:08:12'),
(310594, 2339, '1385-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:12', '2023-10-31 16:08:12'),
(310595, 2339, '1385-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:12', '2023-10-31 16:08:12'),
(310596, 2339, '1386-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:12', '2023-10-31 16:08:12'),
(310597, 2339, '1386-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:12', '2023-10-31 16:08:12'),
(310598, 2339, '1386-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:12', '2023-10-31 16:08:12'),
(310599, 2339, '1386-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:12', '2023-10-31 16:08:12'),
(310600, 2339, '1386-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:12', '2023-10-31 16:08:12'),
(310601, 2339, '1386-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:12', '2023-10-31 16:08:12'),
(310602, 2339, '1386-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:12', '2023-10-31 16:08:12'),
(310603, 2339, '1386-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:12', '2023-10-31 16:08:12'),
(310604, 2339, '1386-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:12', '2023-10-31 16:08:12'),
(310605, 2339, '1386-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:12', '2023-10-31 16:08:12'),
(310606, 2339, '1386-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:12', '2023-10-31 16:08:12'),
(310607, 2339, '1386-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:12', '2023-10-31 16:08:12'),
(310608, 2339, '1387-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:12', '2023-10-31 16:08:12'),
(310609, 2339, '1387-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:12', '2023-10-31 16:08:12'),
(310610, 2339, '1387-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:12', '2023-10-31 16:08:12'),
(310611, 2339, '1387-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:12', '2023-10-31 16:08:12'),
(310612, 2339, '1387-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:12', '2023-10-31 16:08:12'),
(310613, 2339, '1387-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:12', '2023-10-31 16:08:12'),
(310614, 2339, '1387-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:12', '2023-10-31 16:08:12'),
(310615, 2339, '1387-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:12', '2023-10-31 16:08:12'),
(310616, 2339, '1387-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:12', '2023-10-31 16:08:12'),
(310617, 2339, '1387-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:12', '2023-10-31 16:08:12'),
(310618, 2339, '1387-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:12', '2023-10-31 16:08:12'),
(310619, 2339, '1387-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:12', '2023-10-31 16:08:12'),
(310620, 2339, '1388-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:12', '2023-10-31 16:08:12'),
(310621, 2339, '1388-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:12', '2023-10-31 16:08:12'),
(310622, 2339, '1388-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:12', '2023-10-31 16:08:12'),
(310623, 2339, '1388-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:12', '2023-10-31 16:08:12'),
(310624, 2339, '1388-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:12', '2023-10-31 16:08:12'),
(310625, 2339, '1388-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:12', '2023-10-31 16:08:12'),
(310626, 2339, '1388-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:12', '2023-10-31 16:08:12'),
(310627, 2339, '1388-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:12', '2023-10-31 16:08:12'),
(310628, 2339, '1388-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:12', '2023-10-31 16:08:12'),
(310629, 2339, '1388-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:12', '2023-10-31 16:08:12'),
(310630, 2339, '1388-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:12', '2023-10-31 16:08:12'),
(310631, 2339, '1388-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:12', '2023-10-31 16:08:12'),
(310632, 2339, '1389-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:12', '2023-10-31 16:08:12'),
(310633, 2339, '1389-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:12', '2023-10-31 16:08:12'),
(310634, 2339, '1389-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:12', '2023-10-31 16:08:12'),
(310635, 2339, '1389-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:12', '2023-10-31 16:08:12'),
(310636, 2339, '1389-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:12', '2023-10-31 16:08:12'),
(310637, 2339, '1389-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:12', '2023-10-31 16:08:12'),
(310638, 2339, '1389-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:12', '2023-10-31 16:08:12'),
(310639, 2339, '1389-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:12', '2023-10-31 16:08:12'),
(310640, 2339, '1389-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:12', '2023-10-31 16:08:12'),
(310641, 2339, '1389-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:12', '2023-10-31 16:08:12'),
(310642, 2339, '1389-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:12', '2023-10-31 16:08:12'),
(310643, 2339, '1389-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:12', '2023-10-31 16:08:12'),
(310644, 2339, '1390-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:12', '2023-10-31 16:08:12'),
(310645, 2339, '1390-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:12', '2023-10-31 16:08:12'),
(310646, 2339, '1390-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:12', '2023-10-31 16:08:12'),
(310647, 2339, '1390-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:12', '2023-10-31 16:08:12'),
(310648, 2339, '1390-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:12', '2023-10-31 16:08:12'),
(310649, 2339, '1390-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:12', '2023-10-31 16:08:12'),
(310650, 2339, '1390-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:12', '2023-10-31 16:08:12'),
(310651, 2339, '1390-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:12', '2023-10-31 16:08:12'),
(310652, 2339, '1390-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:12', '2023-10-31 16:08:12'),
(310653, 2339, '1390-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:12', '2023-10-31 16:08:12'),
(310654, 2339, '1390-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:12', '2023-10-31 16:08:12'),
(310655, 2339, '1390-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:12', '2023-10-31 16:08:12'),
(310656, 2339, '1391-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:12', '2023-10-31 16:08:12'),
(310657, 2339, '1391-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:12', '2023-10-31 16:08:12'),
(310658, 2339, '1391-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:12', '2023-10-31 16:08:12'),
(310659, 2339, '1391-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:12', '2023-10-31 16:08:12'),
(310660, 2339, '1391-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:12', '2023-10-31 16:08:12'),
(310661, 2339, '1391-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:12', '2023-10-31 16:08:12'),
(310662, 2339, '1391-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:12', '2023-10-31 16:08:12'),
(310663, 2339, '1391-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:12', '2023-10-31 16:08:12'),
(310664, 2339, '1391-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:12', '2023-10-31 16:08:12'),
(310665, 2339, '1391-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:12', '2023-10-31 16:08:12'),
(310666, 2339, '1391-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:12', '2023-10-31 16:08:12'),
(310667, 2339, '1391-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:12', '2023-10-31 16:08:12'),
(310668, 2339, '1392-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:12', '2023-10-31 16:08:12'),
(310669, 2339, '1392-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:12', '2023-10-31 16:08:12'),
(310670, 2339, '1392-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:12', '2023-10-31 16:08:12'),
(310671, 2339, '1392-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:12', '2023-10-31 16:08:12'),
(310672, 2339, '1392-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:12', '2023-10-31 16:08:12'),
(310673, 2339, '1392-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:12', '2023-10-31 16:08:12'),
(310674, 2339, '1392-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:12', '2023-10-31 16:08:12'),
(310675, 2339, '1392-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:12', '2023-10-31 16:08:12'),
(310676, 2339, '1392-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:12', '2023-10-31 16:08:12'),
(310677, 2339, '1392-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:12', '2023-10-31 16:08:12'),
(310678, 2339, '1392-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:12', '2023-10-31 16:08:12'),
(310679, 2339, '1392-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:12', '2023-10-31 16:08:12'),
(310680, 2339, '1393-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:12', '2023-10-31 16:08:12'),
(310681, 2339, '1393-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:12', '2023-10-31 16:08:12'),
(310682, 2339, '1393-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:12', '2023-10-31 16:08:12'),
(310683, 2339, '1393-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:12', '2023-10-31 16:08:12'),
(310684, 2339, '1393-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:12', '2023-10-31 16:08:12'),
(310685, 2339, '1393-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:12', '2023-10-31 16:08:12'),
(310686, 2339, '1393-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:12', '2023-10-31 16:08:12'),
(310687, 2339, '1393-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:12', '2023-10-31 16:08:12'),
(310688, 2339, '1393-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:12', '2023-10-31 16:08:12'),
(310689, 2339, '1393-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:12', '2023-10-31 16:08:12'),
(310690, 2339, '1393-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:12', '2023-10-31 16:08:12'),
(310691, 2339, '1393-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:12', '2023-10-31 16:08:12'),
(310692, 2339, '1394-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:12', '2023-10-31 16:08:12'),
(310693, 2339, '1394-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:12', '2023-10-31 16:08:12'),
(310694, 2339, '1394-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:12', '2023-10-31 16:08:12'),
(310695, 2339, '1394-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:12', '2023-10-31 16:08:12'),
(310696, 2339, '1394-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:12', '2023-10-31 16:08:12'),
(310697, 2339, '1394-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:12', '2023-10-31 16:08:12'),
(310698, 2339, '1394-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:12', '2023-10-31 16:08:12'),
(310699, 2339, '1394-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:12', '2023-10-31 16:08:12'),
(310700, 2339, '1394-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:12', '2023-10-31 16:08:12'),
(310701, 2339, '1394-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:12', '2023-10-31 16:08:12'),
(310702, 2339, '1394-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:12', '2023-10-31 16:08:12'),
(310703, 2339, '1394-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:12', '2023-10-31 16:08:12'),
(310704, 2339, '1395-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:12', '2023-10-31 16:08:12'),
(310705, 2339, '1395-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:12', '2023-10-31 16:08:12'),
(310706, 2339, '1395-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:12', '2023-10-31 16:08:12'),
(310707, 2339, '1395-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:12', '2023-10-31 16:08:12'),
(310708, 2339, '1395-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:12', '2023-10-31 16:08:12'),
(310709, 2339, '1395-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:12', '2023-10-31 16:08:12'),
(310710, 2339, '1395-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:12', '2023-10-31 16:08:12'),
(310711, 2339, '1395-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:12', '2023-10-31 16:08:12'),
(310712, 2339, '1395-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:12', '2023-10-31 16:08:12'),
(310713, 2339, '1395-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:12', '2023-10-31 16:08:12'),
(310714, 2339, '1395-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:12', '2023-10-31 16:08:12'),
(310715, 2339, '1395-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:12', '2023-10-31 16:08:12'),
(310716, 2339, '1396-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:12', '2023-10-31 16:08:12'),
(310717, 2339, '1396-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:12', '2023-10-31 16:08:12'),
(310718, 2339, '1396-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:12', '2023-10-31 16:08:12'),
(310719, 2339, '1396-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:12', '2023-10-31 16:08:12'),
(310720, 2339, '1396-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:12', '2023-10-31 16:08:12'),
(310721, 2339, '1396-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:12', '2023-10-31 16:08:12'),
(310722, 2339, '1396-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:12', '2023-10-31 16:08:12'),
(310723, 2339, '1396-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:12', '2023-10-31 16:08:12'),
(310724, 2339, '1396-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:12', '2023-10-31 16:08:12'),
(310725, 2339, '1396-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:12', '2023-10-31 16:08:12'),
(310726, 2339, '1396-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:12', '2023-10-31 16:08:12'),
(310727, 2339, '1396-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:12', '2023-10-31 16:08:12'),
(310728, 2339, '1397-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:12', '2023-10-31 16:08:12'),
(310729, 2339, '1397-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:12', '2023-10-31 16:08:12'),
(310730, 2339, '1397-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:12', '2023-10-31 16:08:12'),
(310731, 2339, '1397-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:12', '2023-10-31 16:08:12'),
(310732, 2339, '1397-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:12', '2023-10-31 16:08:12'),
(310733, 2339, '1397-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:12', '2023-10-31 16:08:12'),
(310734, 2339, '1397-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:12', '2023-10-31 16:08:12'),
(310735, 2339, '1397-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:12', '2023-10-31 16:08:12'),
(310736, 2339, '1397-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:12', '2023-10-31 16:08:12'),
(310737, 2339, '1397-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:12', '2023-10-31 16:08:12'),
(310738, 2339, '1397-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:12', '2023-10-31 16:08:12'),
(310739, 2339, '1397-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:12', '2023-10-31 16:08:12'),
(310740, 2339, '1398-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:12', '2023-10-31 16:08:12'),
(310741, 2339, '1398-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:12', '2023-10-31 16:08:12'),
(310742, 2339, '1398-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:12', '2023-10-31 16:08:12'),
(310743, 2339, '1398-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:12', '2023-10-31 16:08:12'),
(310744, 2339, '1398-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:12', '2023-10-31 16:08:12'),
(310745, 2339, '1398-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:12', '2023-10-31 16:08:12'),
(310746, 2339, '1398-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:12', '2023-10-31 16:08:12'),
(310747, 2339, '1398-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:12', '2023-10-31 16:08:12'),
(310748, 2339, '1398-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:12', '2023-10-31 16:08:12'),
(310749, 2339, '1398-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:12', '2023-10-31 16:08:12'),
(310750, 2339, '1398-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:12', '2023-10-31 16:08:12'),
(310751, 2339, '1398-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:12', '2023-10-31 16:08:12'),
(310752, 2339, '1399-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:12', '2023-10-31 16:08:12'),
(310753, 2339, '1399-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:12', '2023-10-31 16:08:12'),
(310754, 2339, '1399-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:12', '2023-10-31 16:08:12'),
(310755, 2339, '1399-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:12', '2023-10-31 16:08:12'),
(310756, 2339, '1399-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:12', '2023-10-31 16:08:12'),
(310757, 2339, '1399-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:13', '2023-10-31 16:08:13'),
(310758, 2339, '1399-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:13', '2023-10-31 16:08:13'),
(310759, 2339, '1399-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:13', '2023-10-31 16:08:13'),
(310760, 2339, '1399-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:13', '2023-10-31 16:08:13'),
(310761, 2339, '1399-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:13', '2023-10-31 16:08:13'),
(310762, 2339, '1399-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:13', '2023-10-31 16:08:13'),
(310763, 2339, '1399-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:13', '2023-10-31 16:08:13'),
(310764, 2339, '1400-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:13', '2023-10-31 16:08:13'),
(310765, 2339, '1400-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:13', '2023-10-31 16:08:13'),
(310766, 2339, '1400-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:13', '2023-10-31 16:08:13'),
(310767, 2339, '1400-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:13', '2023-10-31 16:08:13'),
(310768, 2339, '1400-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:13', '2023-10-31 16:08:13'),
(310769, 2339, '1400-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:13', '2023-10-31 16:08:13'),
(310770, 2339, '1400-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:13', '2023-10-31 16:08:13'),
(310771, 2339, '1400-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:13', '2023-10-31 16:08:13'),
(310772, 2339, '1400-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:13', '2023-10-31 16:08:13'),
(310773, 2339, '1400-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:13', '2023-10-31 16:08:13'),
(310774, 2339, '1400-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:13', '2023-10-31 16:08:13'),
(310775, 2339, '1400-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:13', '2023-10-31 16:08:13'),
(310776, 2339, '1401-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:13', '2023-10-31 16:08:13'),
(310777, 2339, '1401-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:13', '2023-10-31 16:08:13'),
(310778, 2339, '1401-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:13', '2023-10-31 16:08:13'),
(310779, 2339, '1401-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:13', '2023-10-31 16:08:13'),
(310780, 2339, '1401-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:13', '2023-10-31 16:08:13'),
(310781, 2339, '1401-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:13', '2023-10-31 16:08:13'),
(310782, 2339, '1401-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:13', '2023-10-31 16:08:13'),
(310783, 2339, '1401-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:13', '2023-10-31 16:08:13'),
(310784, 2339, '1401-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:13', '2023-10-31 16:08:13'),
(310785, 2339, '1401-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:13', '2023-10-31 16:08:13'),
(310786, 2339, '1401-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:13', '2023-10-31 16:08:13'),
(310787, 2339, '1401-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:13', '2023-10-31 16:08:13'),
(310788, 2339, '1402-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:13', '2023-10-31 16:08:13'),
(310789, 2339, '1402-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:13', '2023-10-31 16:08:13'),
(310790, 2339, '1402-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:13', '2023-10-31 16:08:13'),
(310791, 2339, '1402-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:13', '2023-10-31 16:08:13'),
(310792, 2339, '1402-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:13', '2023-10-31 16:08:13'),
(310793, 2339, '1402-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:13', '2023-10-31 16:08:13'),
(310794, 2339, '1402-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:13', '2023-10-31 16:08:13'),
(310795, 2339, '1402-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:13', '2023-10-31 16:08:13'),
(310796, 2339, '1402-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:13', '2023-10-31 16:08:13'),
(310797, 2339, '1402-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:13', '2023-10-31 16:08:13'),
(310798, 2339, '1402-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:13', '2023-10-31 16:08:13'),
(310799, 2339, '1402-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:13', '2023-10-31 16:08:13'),
(310800, 2339, '1403-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:13', '2023-10-31 16:08:13'),
(310801, 2339, '1403-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:13', '2023-10-31 16:08:13'),
(310802, 2339, '1403-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:13', '2023-10-31 16:08:13'),
(310803, 2339, '1403-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:13', '2023-10-31 16:08:13'),
(310804, 2339, '1403-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:13', '2023-10-31 16:08:13'),
(310805, 2339, '1403-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:13', '2023-10-31 16:08:13'),
(310806, 2339, '1403-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:13', '2023-10-31 16:08:13'),
(310807, 2339, '1403-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:13', '2023-10-31 16:08:13'),
(310808, 2339, '1403-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:13', '2023-10-31 16:08:13'),
(310809, 2339, '1403-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:13', '2023-10-31 16:08:13'),
(310810, 2339, '1403-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:13', '2023-10-31 16:08:13'),
(310811, 2339, '1403-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:13', '2023-10-31 16:08:13'),
(310812, 2339, '1404-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:13', '2023-10-31 16:08:13');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(310813, 2339, '1404-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:13', '2023-10-31 16:08:13'),
(310814, 2339, '1404-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:13', '2023-10-31 16:08:13'),
(310815, 2339, '1404-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:13', '2023-10-31 16:08:13'),
(310816, 2339, '1404-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:13', '2023-10-31 16:08:13'),
(310817, 2339, '1404-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:13', '2023-10-31 16:08:13'),
(310818, 2339, '1404-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:13', '2023-10-31 16:08:13'),
(310819, 2339, '1404-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:13', '2023-10-31 16:08:13'),
(310820, 2339, '1404-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:13', '2023-10-31 16:08:13'),
(310821, 2339, '1404-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:13', '2023-10-31 16:08:13'),
(310822, 2339, '1404-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:13', '2023-10-31 16:08:13'),
(310823, 2339, '1404-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:13', '2023-10-31 16:08:13'),
(310824, 2339, '1405-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:13', '2023-10-31 16:08:13'),
(310825, 2339, '1405-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:13', '2023-10-31 16:08:13'),
(310826, 2339, '1405-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:13', '2023-10-31 16:08:13'),
(310827, 2339, '1405-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:13', '2023-10-31 16:08:13'),
(310828, 2339, '1405-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:13', '2023-10-31 16:08:13'),
(310829, 2339, '1405-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:13', '2023-10-31 16:08:13'),
(310830, 2339, '1405-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:13', '2023-10-31 16:08:13'),
(310831, 2339, '1405-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:13', '2023-10-31 16:08:13'),
(310832, 2339, '1405-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:13', '2023-10-31 16:08:13'),
(310833, 2339, '1405-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:13', '2023-10-31 16:08:13'),
(310834, 2339, '1405-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:13', '2023-10-31 16:08:13'),
(310835, 2339, '1405-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:13', '2023-10-31 16:08:13'),
(310836, 2339, '1406-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:13', '2023-10-31 16:08:13'),
(310837, 2339, '1406-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:13', '2023-10-31 16:08:13'),
(310838, 2339, '1406-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:13', '2023-10-31 16:08:13'),
(310839, 2339, '1406-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:13', '2023-10-31 16:08:13'),
(310840, 2339, '1406-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:13', '2023-10-31 16:08:13'),
(310841, 2339, '1406-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:13', '2023-10-31 16:08:13'),
(310842, 2339, '1406-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:13', '2023-10-31 16:08:13'),
(310843, 2339, '1406-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:13', '2023-10-31 16:08:13'),
(310844, 2339, '1406-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:13', '2023-10-31 16:08:13'),
(310845, 2339, '1406-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:13', '2023-10-31 16:08:13'),
(310846, 2339, '1406-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:13', '2023-10-31 16:08:13'),
(310847, 2339, '1406-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:13', '2023-10-31 16:08:13'),
(310848, 2339, '1407-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:13', '2023-10-31 16:08:13'),
(310849, 2339, '1407-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:13', '2023-10-31 16:08:13'),
(310850, 2339, '1407-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:13', '2023-10-31 16:08:13'),
(310851, 2339, '1407-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:13', '2023-10-31 16:08:13'),
(310852, 2339, '1407-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:13', '2023-10-31 16:08:13'),
(310853, 2339, '1407-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:13', '2023-10-31 16:08:13'),
(310854, 2339, '1407-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:13', '2023-10-31 16:08:13'),
(310855, 2339, '1407-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:13', '2023-10-31 16:08:13'),
(310856, 2339, '1407-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:13', '2023-10-31 16:08:13'),
(310857, 2339, '1407-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:13', '2023-10-31 16:08:13'),
(310858, 2339, '1407-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:13', '2023-10-31 16:08:13'),
(310859, 2339, '1407-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:13', '2023-10-31 16:08:13'),
(310860, 2339, '1408-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:13', '2023-10-31 16:08:13'),
(310861, 2339, '1408-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:13', '2023-10-31 16:08:13'),
(310862, 2339, '1408-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:13', '2023-10-31 16:08:13'),
(310863, 2339, '1408-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:13', '2023-10-31 16:08:13'),
(310864, 2339, '1408-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:13', '2023-10-31 16:08:13'),
(310865, 2339, '1408-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:13', '2023-10-31 16:08:13'),
(310866, 2339, '1408-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:13', '2023-10-31 16:08:13'),
(310867, 2339, '1408-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:13', '2023-10-31 16:08:13'),
(310868, 2339, '1408-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:13', '2023-10-31 16:08:13'),
(310869, 2339, '1408-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:13', '2023-10-31 16:08:13'),
(310870, 2339, '1408-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:13', '2023-10-31 16:08:13'),
(310871, 2339, '1408-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:13', '2023-10-31 16:08:13'),
(310872, 2339, '1409-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:13', '2023-10-31 16:08:13'),
(310873, 2339, '1409-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:13', '2023-10-31 16:08:13'),
(310874, 2339, '1409-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:13', '2023-10-31 16:08:13'),
(310875, 2339, '1409-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:13', '2023-10-31 16:08:13'),
(310876, 2339, '1409-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:13', '2023-10-31 16:08:13'),
(310877, 2339, '1409-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:13', '2023-10-31 16:08:13'),
(310878, 2339, '1409-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:13', '2023-10-31 16:08:13'),
(310879, 2339, '1409-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:13', '2023-10-31 16:08:13'),
(310880, 2339, '1409-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:13', '2023-10-31 16:08:13'),
(310881, 2339, '1409-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:13', '2023-10-31 16:08:13'),
(310882, 2339, '1409-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:13', '2023-10-31 16:08:13'),
(310883, 2339, '1409-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:13', '2023-10-31 16:08:13'),
(310884, 2339, '1410-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:13', '2023-10-31 16:08:13'),
(310885, 2339, '1410-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:13', '2023-10-31 16:08:13'),
(310886, 2339, '1410-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:13', '2023-10-31 16:08:13'),
(310887, 2339, '1410-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:13', '2023-10-31 16:08:13'),
(310888, 2339, '1410-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:13', '2023-10-31 16:08:13'),
(310889, 2339, '1410-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:13', '2023-10-31 16:08:13'),
(310890, 2339, '1410-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:13', '2023-10-31 16:08:13'),
(310891, 2339, '1410-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:13', '2023-10-31 16:08:13'),
(310892, 2339, '1410-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:13', '2023-10-31 16:08:13'),
(310893, 2339, '1410-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:13', '2023-10-31 16:08:13'),
(310894, 2339, '1410-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:13', '2023-10-31 16:08:13'),
(310895, 2339, '1410-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:13', '2023-10-31 16:08:13'),
(310896, 2339, '1411-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:13', '2023-10-31 16:08:13'),
(310897, 2339, '1411-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:13', '2023-10-31 16:08:13'),
(310898, 2339, '1411-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:13', '2023-10-31 16:08:13'),
(310899, 2339, '1411-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:13', '2023-10-31 16:08:13'),
(310900, 2339, '1411-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:13', '2023-10-31 16:08:13'),
(310901, 2339, '1411-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:13', '2023-10-31 16:08:13'),
(310902, 2339, '1411-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:13', '2023-10-31 16:08:13'),
(310903, 2339, '1411-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:13', '2023-10-31 16:08:13'),
(310904, 2339, '1411-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:13', '2023-10-31 16:08:13'),
(310905, 2339, '1411-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:13', '2023-10-31 16:08:13'),
(310906, 2339, '1411-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:13', '2023-10-31 16:08:13'),
(310907, 2339, '1411-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:13', '2023-10-31 16:08:13'),
(310908, 2339, '1412-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:13', '2023-10-31 16:08:13'),
(310909, 2339, '1412-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:13', '2023-10-31 16:08:13'),
(310910, 2339, '1412-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:13', '2023-10-31 16:08:13'),
(310911, 2339, '1412-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:13', '2023-10-31 16:08:13'),
(310912, 2339, '1412-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:13', '2023-10-31 16:08:13'),
(310913, 2339, '1412-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:13', '2023-10-31 16:08:13'),
(310914, 2339, '1412-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:13', '2023-10-31 16:08:13'),
(310915, 2339, '1412-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:13', '2023-10-31 16:08:13'),
(310916, 2339, '1412-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:13', '2023-10-31 16:08:13'),
(310917, 2339, '1412-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:13', '2023-10-31 16:08:13'),
(310918, 2339, '1412-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:13', '2023-10-31 16:08:13'),
(310919, 2339, '1412-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:13', '2023-10-31 16:08:13'),
(310920, 2339, '1413-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:13', '2023-10-31 16:08:13'),
(310921, 2339, '1413-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:13', '2023-10-31 16:08:13'),
(310922, 2339, '1413-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:13', '2023-10-31 16:08:13'),
(310923, 2339, '1413-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:13', '2023-10-31 16:08:13'),
(310924, 2339, '1413-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:13', '2023-10-31 16:08:13'),
(310925, 2339, '1413-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:13', '2023-10-31 16:08:13'),
(310926, 2339, '1413-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:14', '2023-10-31 16:08:14'),
(310927, 2339, '1413-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:14', '2023-10-31 16:08:14'),
(310928, 2339, '1413-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:14', '2023-10-31 16:08:14'),
(310929, 2339, '1413-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:14', '2023-10-31 16:08:14'),
(310930, 2339, '1413-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:14', '2023-10-31 16:08:14'),
(310931, 2339, '1413-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:14', '2023-10-31 16:08:14'),
(310932, 2339, '1414-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:14', '2023-10-31 16:08:14'),
(310933, 2339, '1414-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:14', '2023-10-31 16:08:14'),
(310934, 2339, '1414-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:14', '2023-10-31 16:08:14'),
(310935, 2339, '1414-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:14', '2023-10-31 16:08:14'),
(310936, 2339, '1414-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:14', '2023-10-31 16:08:14'),
(310937, 2339, '1414-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:14', '2023-10-31 16:08:14'),
(310938, 2339, '1414-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:14', '2023-10-31 16:08:14'),
(310939, 2339, '1414-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:14', '2023-10-31 16:08:14'),
(310940, 2339, '1414-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:14', '2023-10-31 16:08:14'),
(310941, 2339, '1414-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:14', '2023-10-31 16:08:14'),
(310942, 2339, '1414-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:14', '2023-10-31 16:08:14'),
(310943, 2339, '1414-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:14', '2023-10-31 16:08:14'),
(310944, 2339, '1415-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:14', '2023-10-31 16:08:14'),
(310945, 2339, '1415-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:14', '2023-10-31 16:08:14'),
(310946, 2339, '1415-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:14', '2023-10-31 16:08:14'),
(310947, 2339, '1415-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:14', '2023-10-31 16:08:14'),
(310948, 2339, '1415-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:14', '2023-10-31 16:08:14'),
(310949, 2339, '1415-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:14', '2023-10-31 16:08:14'),
(310950, 2339, '1415-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:14', '2023-10-31 16:08:14'),
(310951, 2339, '1415-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:14', '2023-10-31 16:08:14'),
(310952, 2339, '1415-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:14', '2023-10-31 16:08:14'),
(310953, 2339, '1415-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:14', '2023-10-31 16:08:14'),
(310954, 2339, '1415-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:14', '2023-10-31 16:08:14'),
(310955, 2339, '1415-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:14', '2023-10-31 16:08:14'),
(310956, 2339, '1416-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:14', '2023-10-31 16:08:14'),
(310957, 2339, '1416-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:14', '2023-10-31 16:08:14'),
(310958, 2339, '1416-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:14', '2023-10-31 16:08:14'),
(310959, 2339, '1416-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:14', '2023-10-31 16:08:14'),
(310960, 2339, '1416-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:14', '2023-10-31 16:08:14'),
(310961, 2339, '1416-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:14', '2023-10-31 16:08:14'),
(310962, 2339, '1416-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:14', '2023-10-31 16:08:14'),
(310963, 2339, '1416-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:14', '2023-10-31 16:08:14'),
(310964, 2339, '1416-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:14', '2023-10-31 16:08:14'),
(310965, 2339, '1416-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:14', '2023-10-31 16:08:14'),
(310966, 2339, '1416-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:14', '2023-10-31 16:08:14'),
(310967, 2339, '1416-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:14', '2023-10-31 16:08:14'),
(310968, 2339, '1417-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:14', '2023-10-31 16:08:14'),
(310969, 2339, '1417-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:14', '2023-10-31 16:08:14'),
(310970, 2339, '1417-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:14', '2023-10-31 16:08:14'),
(310971, 2339, '1417-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:14', '2023-10-31 16:08:14'),
(310972, 2339, '1417-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:14', '2023-10-31 16:08:14'),
(310973, 2339, '1417-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:14', '2023-10-31 16:08:14'),
(310974, 2339, '1417-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:14', '2023-10-31 16:08:14'),
(310975, 2339, '1417-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:14', '2023-10-31 16:08:14'),
(310976, 2339, '1417-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:14', '2023-10-31 16:08:14'),
(310977, 2339, '1417-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:14', '2023-10-31 16:08:14'),
(310978, 2339, '1417-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:14', '2023-10-31 16:08:14'),
(310979, 2339, '1417-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:14', '2023-10-31 16:08:14'),
(310980, 2339, '1418-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:14', '2023-10-31 16:08:14'),
(310981, 2339, '1418-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:14', '2023-10-31 16:08:14'),
(310982, 2339, '1418-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:14', '2023-10-31 16:08:14'),
(310983, 2339, '1418-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:14', '2023-10-31 16:08:14'),
(310984, 2339, '1418-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:14', '2023-10-31 16:08:14'),
(310985, 2339, '1418-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:14', '2023-10-31 16:08:14'),
(310986, 2339, '1418-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:14', '2023-10-31 16:08:14'),
(310987, 2339, '1418-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:14', '2023-10-31 16:08:14'),
(310988, 2339, '1418-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:14', '2023-10-31 16:08:14'),
(310989, 2339, '1418-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:14', '2023-10-31 16:08:14'),
(310990, 2339, '1418-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:14', '2023-10-31 16:08:14'),
(310991, 2339, '1418-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:14', '2023-10-31 16:08:14'),
(310992, 2339, '1419-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:14', '2023-10-31 16:08:14'),
(310993, 2339, '1419-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:14', '2023-10-31 16:08:14'),
(310994, 2339, '1419-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:14', '2023-10-31 16:08:14'),
(310995, 2339, '1419-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:14', '2023-10-31 16:08:14'),
(310996, 2339, '1419-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:14', '2023-10-31 16:08:14'),
(310997, 2339, '1419-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:14', '2023-10-31 16:08:14'),
(310998, 2339, '1419-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:14', '2023-10-31 16:08:14'),
(310999, 2339, '1419-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:14', '2023-10-31 16:08:14'),
(311000, 2339, '1419-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:14', '2023-10-31 16:08:14'),
(311001, 2339, '1419-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:14', '2023-10-31 16:08:14'),
(311002, 2339, '1419-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:14', '2023-10-31 16:08:14'),
(311003, 2339, '1419-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:14', '2023-10-31 16:08:14'),
(311004, 2339, '1420-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:14', '2023-10-31 16:08:14'),
(311005, 2339, '1420-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:14', '2023-10-31 16:08:14'),
(311006, 2339, '1420-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:14', '2023-10-31 16:08:14'),
(311007, 2339, '1420-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:14', '2023-10-31 16:08:14'),
(311008, 2339, '1420-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:14', '2023-10-31 16:08:14'),
(311009, 2339, '1420-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:14', '2023-10-31 16:08:14'),
(311010, 2339, '1420-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:14', '2023-10-31 16:08:14'),
(311011, 2339, '1420-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:14', '2023-10-31 16:08:14'),
(311012, 2339, '1420-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:14', '2023-10-31 16:08:14'),
(311013, 2339, '1420-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:14', '2023-10-31 16:08:14'),
(311014, 2339, '1420-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:14', '2023-10-31 16:08:14'),
(311015, 2339, '1420-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:14', '2023-10-31 16:08:14'),
(311016, 2339, '1421-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:14', '2023-10-31 16:08:14'),
(311017, 2339, '1421-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:14', '2023-10-31 16:08:14'),
(311018, 2339, '1421-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:14', '2023-10-31 16:08:14'),
(311019, 2339, '1421-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:14', '2023-10-31 16:08:14'),
(311020, 2339, '1421-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:14', '2023-10-31 16:08:14'),
(311021, 2339, '1421-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:14', '2023-10-31 16:08:14'),
(311022, 2339, '1421-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:14', '2023-10-31 16:08:14'),
(311023, 2339, '1421-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:14', '2023-10-31 16:08:14'),
(311024, 2339, '1421-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:14', '2023-10-31 16:08:14'),
(311025, 2339, '1421-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:14', '2023-10-31 16:08:14'),
(311026, 2339, '1421-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:14', '2023-10-31 16:08:14'),
(311027, 2339, '1421-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:14', '2023-10-31 16:08:14'),
(311028, 2339, '1422-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:14', '2023-10-31 16:08:14'),
(311029, 2339, '1422-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:14', '2023-10-31 16:08:14'),
(311030, 2339, '1422-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:14', '2023-10-31 16:08:14'),
(311031, 2339, '1422-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:14', '2023-10-31 16:08:14'),
(311032, 2339, '1422-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:14', '2023-10-31 16:08:14'),
(311033, 2339, '1422-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:14', '2023-10-31 16:08:14'),
(311034, 2339, '1422-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:14', '2023-10-31 16:08:14'),
(311035, 2339, '1422-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:14', '2023-10-31 16:08:14'),
(311036, 2339, '1422-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:14', '2023-10-31 16:08:14'),
(311037, 2339, '1422-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:14', '2023-10-31 16:08:14'),
(311038, 2339, '1422-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:14', '2023-10-31 16:08:14'),
(311039, 2339, '1422-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:14', '2023-10-31 16:08:14'),
(311040, 2339, '1423-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:14', '2023-10-31 16:08:14'),
(311041, 2339, '1423-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:14', '2023-10-31 16:08:14'),
(311042, 2339, '1423-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:14', '2023-10-31 16:08:14'),
(311043, 2339, '1423-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:14', '2023-10-31 16:08:14'),
(311044, 2339, '1423-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:14', '2023-10-31 16:08:14'),
(311045, 2339, '1423-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:14', '2023-10-31 16:08:14'),
(311046, 2339, '1423-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:14', '2023-10-31 16:08:14'),
(311047, 2339, '1423-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:14', '2023-10-31 16:08:14'),
(311048, 2339, '1423-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:14', '2023-10-31 16:08:14'),
(311049, 2339, '1423-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:14', '2023-10-31 16:08:14'),
(311050, 2339, '1423-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:14', '2023-10-31 16:08:14'),
(311051, 2339, '1423-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:14', '2023-10-31 16:08:14'),
(311052, 2339, '1424-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:14', '2023-10-31 16:08:14'),
(311053, 2339, '1424-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:14', '2023-10-31 16:08:14'),
(311054, 2339, '1424-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:14', '2023-10-31 16:08:14'),
(311055, 2339, '1424-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:14', '2023-10-31 16:08:14'),
(311056, 2339, '1424-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:14', '2023-10-31 16:08:14'),
(311057, 2339, '1424-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:14', '2023-10-31 16:08:14'),
(311058, 2339, '1424-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:14', '2023-10-31 16:08:14'),
(311059, 2339, '1424-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:14', '2023-10-31 16:08:14'),
(311060, 2339, '1424-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:14', '2023-10-31 16:08:14'),
(311061, 2339, '1424-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:14', '2023-10-31 16:08:14'),
(311062, 2339, '1424-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:14', '2023-10-31 16:08:14'),
(311063, 2339, '1424-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:14', '2023-10-31 16:08:14'),
(311064, 2339, '1425-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:14', '2023-10-31 16:08:14'),
(311065, 2339, '1425-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:14', '2023-10-31 16:08:14'),
(311066, 2339, '1425-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:14', '2023-10-31 16:08:14'),
(311067, 2339, '1425-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:14', '2023-10-31 16:08:14'),
(311068, 2339, '1425-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:14', '2023-10-31 16:08:14'),
(311069, 2339, '1425-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:14', '2023-10-31 16:08:14'),
(311070, 2339, '1425-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:14', '2023-10-31 16:08:14'),
(311071, 2339, '1425-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:14', '2023-10-31 16:08:14'),
(311072, 2339, '1425-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:14', '2023-10-31 16:08:14'),
(311073, 2339, '1425-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:14', '2023-10-31 16:08:14'),
(311074, 2339, '1425-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:14', '2023-10-31 16:08:14'),
(311075, 2339, '1425-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:14', '2023-10-31 16:08:14'),
(311076, 2339, '1426-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:14', '2023-10-31 16:08:14'),
(311077, 2339, '1426-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:14', '2023-10-31 16:08:14'),
(311078, 2339, '1426-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:14', '2023-10-31 16:08:14'),
(311079, 2339, '1426-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:14', '2023-10-31 16:08:14'),
(311080, 2339, '1426-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:14', '2023-10-31 16:08:14'),
(311081, 2339, '1426-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:14', '2023-10-31 16:08:14'),
(311082, 2339, '1426-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:14', '2023-10-31 16:08:14'),
(311083, 2339, '1426-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:14', '2023-10-31 16:08:14'),
(311084, 2339, '1426-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:14', '2023-10-31 16:08:14'),
(311085, 2339, '1426-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:14', '2023-10-31 16:08:14'),
(311086, 2339, '1426-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:14', '2023-10-31 16:08:14'),
(311087, 2339, '1426-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:14', '2023-10-31 16:08:14'),
(311088, 2339, '1427-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:14', '2023-10-31 16:08:14'),
(311089, 2339, '1427-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:14', '2023-10-31 16:08:14'),
(311090, 2339, '1427-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:14', '2023-10-31 16:08:14'),
(311091, 2339, '1427-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:14', '2023-10-31 16:08:14'),
(311092, 2339, '1427-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:14', '2023-10-31 16:08:14'),
(311093, 2339, '1427-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:14', '2023-10-31 16:08:14'),
(311094, 2339, '1427-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:14', '2023-10-31 16:08:14'),
(311095, 2339, '1427-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:14', '2023-10-31 16:08:14'),
(311096, 2339, '1427-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:14', '2023-10-31 16:08:14'),
(311097, 2339, '1427-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:14', '2023-10-31 16:08:14'),
(311098, 2339, '1427-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:14', '2023-10-31 16:08:14'),
(311099, 2339, '1427-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:14', '2023-10-31 16:08:14'),
(311100, 2339, '1428-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:14', '2023-10-31 16:08:14'),
(311101, 2339, '1428-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:14', '2023-10-31 16:08:14'),
(311102, 2339, '1428-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:14', '2023-10-31 16:08:14'),
(311103, 2339, '1428-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:14', '2023-10-31 16:08:14'),
(311104, 2339, '1428-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:14', '2023-10-31 16:08:14'),
(311105, 2339, '1428-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:14', '2023-10-31 16:08:14'),
(311106, 2339, '1428-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:14', '2023-10-31 16:08:14'),
(311107, 2339, '1428-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:14', '2023-10-31 16:08:14'),
(311108, 2339, '1428-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:14', '2023-10-31 16:08:14'),
(311109, 2339, '1428-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:14', '2023-10-31 16:08:14'),
(311110, 2339, '1428-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:14', '2023-10-31 16:08:14'),
(311111, 2339, '1428-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:14', '2023-10-31 16:08:14'),
(311112, 2339, '1429-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:15', '2023-10-31 16:08:15'),
(311113, 2339, '1429-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:15', '2023-10-31 16:08:15'),
(311114, 2339, '1429-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:15', '2023-10-31 16:08:15'),
(311115, 2339, '1429-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:15', '2023-10-31 16:08:15'),
(311116, 2339, '1429-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:15', '2023-10-31 16:08:15'),
(311117, 2339, '1429-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:15', '2023-10-31 16:08:15'),
(311118, 2339, '1429-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:15', '2023-10-31 16:08:15'),
(311119, 2339, '1429-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:15', '2023-10-31 16:08:15'),
(311120, 2339, '1429-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:15', '2023-10-31 16:08:15'),
(311121, 2339, '1429-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:15', '2023-10-31 16:08:15'),
(311122, 2339, '1429-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:15', '2023-10-31 16:08:15'),
(311123, 2339, '1429-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:15', '2023-10-31 16:08:15'),
(311124, 2339, '1430-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:15', '2023-10-31 16:08:15'),
(311125, 2339, '1430-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:15', '2023-10-31 16:08:15'),
(311126, 2339, '1430-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:15', '2023-10-31 16:08:15'),
(311127, 2339, '1430-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:15', '2023-10-31 16:08:15'),
(311128, 2339, '1430-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:15', '2023-10-31 16:08:15'),
(311129, 2339, '1430-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:15', '2023-10-31 16:08:15'),
(311130, 2339, '1430-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:15', '2023-10-31 16:08:15'),
(311131, 2339, '1430-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:15', '2023-10-31 16:08:15'),
(311132, 2339, '1430-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:15', '2023-10-31 16:08:15'),
(311133, 2339, '1430-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:15', '2023-10-31 16:08:15'),
(311134, 2339, '1430-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:15', '2023-10-31 16:08:15'),
(311135, 2339, '1430-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:15', '2023-10-31 16:08:15'),
(311136, 2339, '1431-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:15', '2023-10-31 16:08:15'),
(311137, 2339, '1431-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:15', '2023-10-31 16:08:15'),
(311138, 2339, '1431-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:15', '2023-10-31 16:08:15'),
(311139, 2339, '1431-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:15', '2023-10-31 16:08:15'),
(311140, 2339, '1431-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:15', '2023-10-31 16:08:15'),
(311141, 2339, '1431-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:15', '2023-10-31 16:08:15'),
(311142, 2339, '1431-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:15', '2023-10-31 16:08:15'),
(311143, 2339, '1431-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:15', '2023-10-31 16:08:15'),
(311144, 2339, '1431-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:15', '2023-10-31 16:08:15'),
(311145, 2339, '1431-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:15', '2023-10-31 16:08:15'),
(311146, 2339, '1431-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:15', '2023-10-31 16:08:15'),
(311147, 2339, '1431-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:15', '2023-10-31 16:08:15'),
(311148, 2339, '1432-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:15', '2023-10-31 16:08:15'),
(311149, 2339, '1432-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:15', '2023-10-31 16:08:15'),
(311150, 2339, '1432-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:15', '2023-10-31 16:08:15'),
(311151, 2339, '1432-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:15', '2023-10-31 16:08:15'),
(311152, 2339, '1432-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:15', '2023-10-31 16:08:15'),
(311153, 2339, '1432-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:15', '2023-10-31 16:08:15'),
(311154, 2339, '1432-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:15', '2023-10-31 16:08:15'),
(311155, 2339, '1432-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:15', '2023-10-31 16:08:15'),
(311156, 2339, '1432-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:15', '2023-10-31 16:08:15'),
(311157, 2339, '1432-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:15', '2023-10-31 16:08:15'),
(311158, 2339, '1432-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:15', '2023-10-31 16:08:15'),
(311159, 2339, '1432-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:15', '2023-10-31 16:08:15'),
(311160, 2339, '1433-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:15', '2023-10-31 16:08:15'),
(311161, 2339, '1433-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:15', '2023-10-31 16:08:15'),
(311162, 2339, '1433-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:15', '2023-10-31 16:08:15'),
(311163, 2339, '1433-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:15', '2023-10-31 16:08:15'),
(311164, 2339, '1433-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:15', '2023-10-31 16:08:15'),
(311165, 2339, '1433-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:15', '2023-10-31 16:08:15'),
(311166, 2339, '1433-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:15', '2023-10-31 16:08:15'),
(311167, 2339, '1433-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:15', '2023-10-31 16:08:15'),
(311168, 2339, '1433-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:15', '2023-10-31 16:08:15'),
(311169, 2339, '1433-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:15', '2023-10-31 16:08:15'),
(311170, 2339, '1433-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:15', '2023-10-31 16:08:15'),
(311171, 2339, '1433-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:15', '2023-10-31 16:08:15'),
(311172, 2339, '1434-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:15', '2023-10-31 16:08:15'),
(311173, 2339, '1434-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:15', '2023-10-31 16:08:15'),
(311174, 2339, '1434-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:15', '2023-10-31 16:08:15'),
(311175, 2339, '1434-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:15', '2023-10-31 16:08:15'),
(311176, 2339, '1434-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:15', '2023-10-31 16:08:15'),
(311177, 2339, '1434-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:15', '2023-10-31 16:08:15'),
(311178, 2339, '1434-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:15', '2023-10-31 16:08:15'),
(311179, 2339, '1434-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:15', '2023-10-31 16:08:15'),
(311180, 2339, '1434-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:15', '2023-10-31 16:08:15'),
(311181, 2339, '1434-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:15', '2023-10-31 16:08:15'),
(311182, 2339, '1434-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:15', '2023-10-31 16:08:15'),
(311183, 2339, '1434-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:15', '2023-10-31 16:08:15'),
(311184, 2339, '1435-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:15', '2023-10-31 16:08:15'),
(311185, 2339, '1435-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:15', '2023-10-31 16:08:15'),
(311186, 2339, '1435-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:15', '2023-10-31 16:08:15'),
(311187, 2339, '1435-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:15', '2023-10-31 16:08:15'),
(311188, 2339, '1435-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:15', '2023-10-31 16:08:15'),
(311189, 2339, '1435-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:15', '2023-10-31 16:08:15'),
(311190, 2339, '1435-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:15', '2023-10-31 16:08:15'),
(311191, 2339, '1435-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:15', '2023-10-31 16:08:15'),
(311192, 2339, '1435-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:15', '2023-10-31 16:08:15'),
(311193, 2339, '1435-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:15', '2023-10-31 16:08:15'),
(311194, 2339, '1435-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:15', '2023-10-31 16:08:15'),
(311195, 2339, '1435-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:15', '2023-10-31 16:08:15'),
(311196, 2339, '1436-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:15', '2023-10-31 16:08:15'),
(311197, 2339, '1436-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:15', '2023-10-31 16:08:15'),
(311198, 2339, '1436-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:15', '2023-10-31 16:08:15'),
(311199, 2339, '1436-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:15', '2023-10-31 16:08:15'),
(311200, 2339, '1436-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:15', '2023-10-31 16:08:15'),
(311201, 2339, '1436-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:15', '2023-10-31 16:08:15'),
(311202, 2339, '1436-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:15', '2023-10-31 16:08:15'),
(311203, 2339, '1436-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:15', '2023-10-31 16:08:15'),
(311204, 2339, '1436-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:15', '2023-10-31 16:08:15'),
(311205, 2339, '1436-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:15', '2023-10-31 16:08:15'),
(311206, 2339, '1436-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:15', '2023-10-31 16:08:15'),
(311207, 2339, '1436-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:15', '2023-10-31 16:08:15'),
(311208, 2339, '1437-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:15', '2023-10-31 16:08:15'),
(311209, 2339, '1437-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:15', '2023-10-31 16:08:15'),
(311210, 2339, '1437-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:15', '2023-10-31 16:08:15'),
(311211, 2339, '1437-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:15', '2023-10-31 16:08:15'),
(311212, 2339, '1437-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:15', '2023-10-31 16:08:15'),
(311213, 2339, '1437-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:15', '2023-10-31 16:08:15'),
(311214, 2339, '1437-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:15', '2023-10-31 16:08:15'),
(311215, 2339, '1437-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:15', '2023-10-31 16:08:15'),
(311216, 2339, '1437-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:15', '2023-10-31 16:08:15'),
(311217, 2339, '1437-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:15', '2023-10-31 16:08:15'),
(311218, 2339, '1437-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:15', '2023-10-31 16:08:15'),
(311219, 2339, '1437-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:15', '2023-10-31 16:08:15'),
(311220, 2339, '1438-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:15', '2023-10-31 16:08:15'),
(311221, 2339, '1438-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:15', '2023-10-31 16:08:15'),
(311222, 2339, '1438-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:15', '2023-10-31 16:08:15'),
(311223, 2339, '1438-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:15', '2023-10-31 16:08:15'),
(311224, 2339, '1438-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:15', '2023-10-31 16:08:15'),
(311225, 2339, '1438-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:15', '2023-10-31 16:08:15'),
(311226, 2339, '1438-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:15', '2023-10-31 16:08:15'),
(311227, 2339, '1438-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:15', '2023-10-31 16:08:15'),
(311228, 2339, '1438-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:15', '2023-10-31 16:08:15'),
(311229, 2339, '1438-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:15', '2023-10-31 16:08:15'),
(311230, 2339, '1438-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:15', '2023-10-31 16:08:15'),
(311231, 2339, '1438-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:15', '2023-10-31 16:08:15'),
(311232, 2339, '1439-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:15', '2023-10-31 16:08:15'),
(311233, 2339, '1439-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:15', '2023-10-31 16:08:15'),
(311234, 2339, '1439-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:15', '2023-10-31 16:08:15'),
(311235, 2339, '1439-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:15', '2023-10-31 16:08:15'),
(311236, 2339, '1439-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:15', '2023-10-31 16:08:15'),
(311237, 2339, '1439-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:15', '2023-10-31 16:08:15'),
(311238, 2339, '1439-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:15', '2023-10-31 16:08:15'),
(311239, 2339, '1439-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:15', '2023-10-31 16:08:15'),
(311240, 2339, '1439-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:15', '2023-10-31 16:08:15'),
(311241, 2339, '1439-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:15', '2023-10-31 16:08:15'),
(311242, 2339, '1439-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:15', '2023-10-31 16:08:15'),
(311243, 2339, '1439-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:15', '2023-10-31 16:08:15'),
(311244, 2339, '1440-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:15', '2023-10-31 16:08:15'),
(311245, 2339, '1440-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:15', '2023-10-31 16:08:15'),
(311246, 2339, '1440-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:15', '2023-10-31 16:08:15'),
(311247, 2339, '1440-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:15', '2023-10-31 16:08:15'),
(311248, 2339, '1440-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:15', '2023-10-31 16:08:15'),
(311249, 2339, '1440-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:15', '2023-10-31 16:08:15'),
(311250, 2339, '1440-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:15', '2023-10-31 16:08:15'),
(311251, 2339, '1440-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:15', '2023-10-31 16:08:15'),
(311252, 2339, '1440-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:15', '2023-10-31 16:08:15'),
(311253, 2339, '1440-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:15', '2023-10-31 16:08:15'),
(311254, 2339, '1440-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:15', '2023-10-31 16:08:15'),
(311255, 2339, '1440-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:15', '2023-10-31 16:08:15'),
(311256, 2339, '1441-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:15', '2023-10-31 16:08:15'),
(311257, 2339, '1441-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:15', '2023-10-31 16:08:15'),
(311258, 2339, '1441-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:15', '2023-10-31 16:08:15'),
(311259, 2339, '1441-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:15', '2023-10-31 16:08:15'),
(311260, 2339, '1441-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:15', '2023-10-31 16:08:15'),
(311261, 2339, '1441-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:15', '2023-10-31 16:08:15'),
(311262, 2339, '1441-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:15', '2023-10-31 16:08:15'),
(311263, 2339, '1441-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:15', '2023-10-31 16:08:15'),
(311264, 2339, '1441-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:15', '2023-10-31 16:08:15'),
(311265, 2339, '1441-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:15', '2023-10-31 16:08:15'),
(311266, 2339, '1441-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:15', '2023-10-31 16:08:15'),
(311267, 2339, '1441-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:15', '2023-10-31 16:08:15'),
(311268, 2339, '1442-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:15', '2023-10-31 16:08:15'),
(311269, 2339, '1442-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:15', '2023-10-31 16:08:15'),
(311270, 2339, '1442-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:15', '2023-10-31 16:08:15'),
(311271, 2339, '1442-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:15', '2023-10-31 16:08:15'),
(311272, 2339, '1442-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:15', '2023-10-31 16:08:15'),
(311273, 2339, '1442-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:15', '2023-10-31 16:08:15'),
(311274, 2339, '1442-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:15', '2023-10-31 16:08:15'),
(311275, 2339, '1442-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:15', '2023-10-31 16:08:15'),
(311276, 2339, '1442-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:15', '2023-10-31 16:08:15'),
(311277, 2339, '1442-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:15', '2023-10-31 16:08:15');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(311278, 2339, '1442-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:15', '2023-10-31 16:08:15'),
(311279, 2339, '1442-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:15', '2023-10-31 16:08:15'),
(311280, 2339, '1443-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:15', '2023-10-31 16:08:15'),
(311281, 2339, '1443-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:15', '2023-10-31 16:08:15'),
(311282, 2339, '1443-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:15', '2023-10-31 16:08:15'),
(311283, 2339, '1443-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:15', '2023-10-31 16:08:15'),
(311284, 2339, '1443-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:15', '2023-10-31 16:08:15'),
(311285, 2339, '1443-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:15', '2023-10-31 16:08:15'),
(311286, 2339, '1443-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:15', '2023-10-31 16:08:15'),
(311287, 2339, '1443-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:15', '2023-10-31 16:08:15'),
(311288, 2339, '1443-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:15', '2023-10-31 16:08:15'),
(311289, 2339, '1443-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:15', '2023-10-31 16:08:15'),
(311290, 2339, '1443-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:15', '2023-10-31 16:08:15'),
(311291, 2339, '1443-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:15', '2023-10-31 16:08:15'),
(311292, 2339, '1444-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:15', '2023-10-31 16:08:15'),
(311293, 2339, '1444-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:15', '2023-10-31 16:08:15'),
(311294, 2339, '1444-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:15', '2023-10-31 16:08:15'),
(311295, 2339, '1444-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:15', '2023-10-31 16:08:15'),
(311296, 2339, '1444-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:15', '2023-10-31 16:08:15'),
(311297, 2339, '1444-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:15', '2023-10-31 16:08:15'),
(311298, 2339, '1444-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:15', '2023-10-31 16:08:15'),
(311299, 2339, '1444-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:15', '2023-10-31 16:08:15'),
(311300, 2339, '1444-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:15', '2023-10-31 16:08:15'),
(311301, 2339, '1444-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:15', '2023-10-31 16:08:15'),
(311302, 2339, '1444-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:15', '2023-10-31 16:08:15'),
(311303, 2339, '1444-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:15', '2023-10-31 16:08:15'),
(311304, 2339, '1445-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:15', '2023-10-31 16:08:15'),
(311305, 2339, '1445-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:15', '2023-10-31 16:08:15'),
(311306, 2339, '1445-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:15', '2023-10-31 16:08:15'),
(311307, 2339, '1445-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:15', '2023-10-31 16:08:15'),
(311308, 2339, '1445-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:15', '2023-10-31 16:08:15'),
(311309, 2339, '1445-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:15', '2023-10-31 16:08:15'),
(311310, 2339, '1445-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:15', '2023-10-31 16:08:15'),
(311311, 2339, '1445-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:15', '2023-10-31 16:08:15'),
(311312, 2339, '1445-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:15', '2023-10-31 16:08:15'),
(311313, 2339, '1445-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:15', '2023-10-31 16:08:15'),
(311314, 2339, '1445-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:15', '2023-10-31 16:08:15'),
(311315, 2339, '1445-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:15', '2023-10-31 16:08:15'),
(311316, 2339, '1446-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:15', '2023-10-31 16:08:15'),
(311317, 2339, '1446-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:15', '2023-10-31 16:08:15'),
(311318, 2339, '1446-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:15', '2023-10-31 16:08:15'),
(311319, 2339, '1446-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:15', '2023-10-31 16:08:15'),
(311320, 2339, '1446-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:15', '2023-10-31 16:08:15'),
(311321, 2339, '1446-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:15', '2023-10-31 16:08:15'),
(311322, 2339, '1446-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:15', '2023-10-31 16:08:15'),
(311323, 2339, '1446-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:15', '2023-10-31 16:08:15'),
(311324, 2339, '1446-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:15', '2023-10-31 16:08:15'),
(311325, 2339, '1446-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:15', '2023-10-31 16:08:15'),
(311326, 2339, '1446-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:15', '2023-10-31 16:08:15'),
(311327, 2339, '1446-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:15', '2023-10-31 16:08:15'),
(311328, 2339, '1447-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:15', '2023-10-31 16:08:15'),
(311329, 2339, '1447-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:15', '2023-10-31 16:08:15'),
(311330, 2339, '1447-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:15', '2023-10-31 16:08:15'),
(311331, 2339, '1447-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:15', '2023-10-31 16:08:15'),
(311332, 2339, '1447-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:15', '2023-10-31 16:08:15'),
(311333, 2339, '1447-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:15', '2023-10-31 16:08:15'),
(311334, 2339, '1447-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:15', '2023-10-31 16:08:15'),
(311335, 2339, '1447-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:15', '2023-10-31 16:08:15'),
(311336, 2339, '1447-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:15', '2023-10-31 16:08:15'),
(311337, 2339, '1447-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:15', '2023-10-31 16:08:15'),
(311338, 2339, '1447-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:15', '2023-10-31 16:08:15'),
(311339, 2339, '1447-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:15', '2023-10-31 16:08:15'),
(311340, 2339, '1448-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:15', '2023-10-31 16:08:15'),
(311341, 2339, '1448-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:15', '2023-10-31 16:08:15'),
(311342, 2339, '1448-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:15', '2023-10-31 16:08:15'),
(311343, 2339, '1448-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:15', '2023-10-31 16:08:15'),
(311344, 2339, '1448-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:15', '2023-10-31 16:08:15'),
(311345, 2339, '1448-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:15', '2023-10-31 16:08:15'),
(311346, 2339, '1448-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:15', '2023-10-31 16:08:15'),
(311347, 2339, '1448-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:15', '2023-10-31 16:08:15'),
(311348, 2339, '1448-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:15', '2023-10-31 16:08:15'),
(311349, 2339, '1448-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:15', '2023-10-31 16:08:15'),
(311350, 2339, '1448-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:15', '2023-10-31 16:08:15'),
(311351, 2339, '1448-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:16', '2023-10-31 16:08:16'),
(311352, 2339, '1449-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:16', '2023-10-31 16:08:16'),
(311353, 2339, '1449-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:16', '2023-10-31 16:08:16'),
(311354, 2339, '1449-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:16', '2023-10-31 16:08:16'),
(311355, 2339, '1449-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:16', '2023-10-31 16:08:16'),
(311356, 2339, '1449-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:16', '2023-10-31 16:08:16'),
(311357, 2339, '1449-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:16', '2023-10-31 16:08:16'),
(311358, 2339, '1449-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:16', '2023-10-31 16:08:16'),
(311359, 2339, '1449-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:16', '2023-10-31 16:08:16'),
(311360, 2339, '1449-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:16', '2023-10-31 16:08:16'),
(311361, 2339, '1449-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:16', '2023-10-31 16:08:16'),
(311362, 2339, '1449-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:16', '2023-10-31 16:08:16'),
(311363, 2339, '1449-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:16', '2023-10-31 16:08:16'),
(311364, 2339, '1450-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:16', '2023-10-31 16:08:16'),
(311365, 2339, '1450-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:16', '2023-10-31 16:08:16'),
(311366, 2339, '1450-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:16', '2023-10-31 16:08:16'),
(311367, 2339, '1450-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:16', '2023-10-31 16:08:16'),
(311368, 2339, '1450-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:16', '2023-10-31 16:08:16'),
(311369, 2339, '1450-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:16', '2023-10-31 16:08:16'),
(311370, 2339, '1450-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:16', '2023-10-31 16:08:16'),
(311371, 2339, '1450-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:16', '2023-10-31 16:08:16'),
(311372, 2339, '1450-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:16', '2023-10-31 16:08:16'),
(311373, 2339, '1450-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:16', '2023-10-31 16:08:16'),
(311374, 2339, '1450-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:16', '2023-10-31 16:08:16'),
(311375, 2339, '1450-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:16', '2023-10-31 16:08:16'),
(311376, 2339, '1451-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:16', '2023-10-31 16:08:16'),
(311377, 2339, '1451-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:16', '2023-10-31 16:08:16'),
(311378, 2339, '1451-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:16', '2023-10-31 16:08:16'),
(311379, 2339, '1451-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:16', '2023-10-31 16:08:16'),
(311380, 2339, '1451-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:16', '2023-10-31 16:08:16'),
(311381, 2339, '1451-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:16', '2023-10-31 16:08:16'),
(311382, 2339, '1451-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:16', '2023-10-31 16:08:16'),
(311383, 2339, '1451-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:16', '2023-10-31 16:08:16'),
(311384, 2339, '1451-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:16', '2023-10-31 16:08:16'),
(311385, 2339, '1451-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:16', '2023-10-31 16:08:16'),
(311386, 2339, '1451-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:16', '2023-10-31 16:08:16'),
(311387, 2339, '1451-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:16', '2023-10-31 16:08:16'),
(311388, 2339, '1452-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:16', '2023-10-31 16:08:16'),
(311389, 2339, '1452-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:16', '2023-10-31 16:08:16'),
(311390, 2339, '1452-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:16', '2023-10-31 16:08:16'),
(311391, 2339, '1452-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:16', '2023-10-31 16:08:16'),
(311392, 2339, '1452-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:16', '2023-10-31 16:08:16'),
(311393, 2339, '1452-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:16', '2023-10-31 16:08:16'),
(311394, 2339, '1452-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:16', '2023-10-31 16:08:16'),
(311395, 2339, '1452-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:16', '2023-10-31 16:08:16'),
(311396, 2339, '1452-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:16', '2023-10-31 16:08:16'),
(311397, 2339, '1452-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:16', '2023-10-31 16:08:16'),
(311398, 2339, '1452-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:16', '2023-10-31 16:08:16'),
(311399, 2339, '1452-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:16', '2023-10-31 16:08:16'),
(311400, 2339, '1453-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:16', '2023-10-31 16:08:16'),
(311401, 2339, '1453-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:16', '2023-10-31 16:08:16'),
(311402, 2339, '1453-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:16', '2023-10-31 16:08:16'),
(311403, 2339, '1453-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:16', '2023-10-31 16:08:16'),
(311404, 2339, '1453-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:16', '2023-10-31 16:08:16'),
(311405, 2339, '1453-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:16', '2023-10-31 16:08:16'),
(311406, 2339, '1453-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:16', '2023-10-31 16:08:16'),
(311407, 2339, '1453-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:16', '2023-10-31 16:08:16'),
(311408, 2339, '1453-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:16', '2023-10-31 16:08:16'),
(311409, 2339, '1453-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:16', '2023-10-31 16:08:16'),
(311410, 2339, '1453-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:16', '2023-10-31 16:08:16'),
(311411, 2339, '1453-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:16', '2023-10-31 16:08:16'),
(311412, 2339, '1454-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:16', '2023-10-31 16:08:16'),
(311413, 2339, '1454-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:16', '2023-10-31 16:08:16'),
(311414, 2339, '1454-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:16', '2023-10-31 16:08:16'),
(311415, 2339, '1454-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:16', '2023-10-31 16:08:16'),
(311416, 2339, '1454-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:16', '2023-10-31 16:08:16'),
(311417, 2339, '1454-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:16', '2023-10-31 16:08:16'),
(311418, 2339, '1454-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:16', '2023-10-31 16:08:16'),
(311419, 2339, '1454-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:16', '2023-10-31 16:08:16'),
(311420, 2339, '1454-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:16', '2023-10-31 16:08:16'),
(311421, 2339, '1454-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:16', '2023-10-31 16:08:16'),
(311422, 2339, '1454-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:16', '2023-10-31 16:08:16'),
(311423, 2339, '1454-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:16', '2023-10-31 16:08:16'),
(311424, 2339, '1455-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:16', '2023-10-31 16:08:16'),
(311425, 2339, '1455-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:16', '2023-10-31 16:08:16'),
(311426, 2339, '1455-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:16', '2023-10-31 16:08:16'),
(311427, 2339, '1455-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:16', '2023-10-31 16:08:16'),
(311428, 2339, '1455-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:16', '2023-10-31 16:08:16'),
(311429, 2339, '1455-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:16', '2023-10-31 16:08:16'),
(311430, 2339, '1455-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:16', '2023-10-31 16:08:16'),
(311431, 2339, '1455-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:16', '2023-10-31 16:08:16'),
(311432, 2339, '1455-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:16', '2023-10-31 16:08:16'),
(311433, 2339, '1455-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:16', '2023-10-31 16:08:16'),
(311434, 2339, '1455-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:16', '2023-10-31 16:08:16'),
(311435, 2339, '1455-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:16', '2023-10-31 16:08:16'),
(311436, 2339, '1456-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:16', '2023-10-31 16:08:16'),
(311437, 2339, '1456-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:16', '2023-10-31 16:08:16'),
(311438, 2339, '1456-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:16', '2023-10-31 16:08:16'),
(311439, 2339, '1456-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:16', '2023-10-31 16:08:16'),
(311440, 2339, '1456-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:16', '2023-10-31 16:08:16'),
(311441, 2339, '1456-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:16', '2023-10-31 16:08:16'),
(311442, 2339, '1456-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:16', '2023-10-31 16:08:16'),
(311443, 2339, '1456-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:16', '2023-10-31 16:08:16'),
(311444, 2339, '1456-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:16', '2023-10-31 16:08:16'),
(311445, 2339, '1456-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:16', '2023-10-31 16:08:16'),
(311446, 2339, '1456-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:16', '2023-10-31 16:08:16'),
(311447, 2339, '1456-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:16', '2023-10-31 16:08:16'),
(311448, 2339, '1457-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:16', '2023-10-31 16:08:16'),
(311449, 2339, '1457-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:16', '2023-10-31 16:08:16'),
(311450, 2339, '1457-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:16', '2023-10-31 16:08:16'),
(311451, 2339, '1457-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:16', '2023-10-31 16:08:16'),
(311452, 2339, '1457-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:16', '2023-10-31 16:08:16'),
(311453, 2339, '1457-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:16', '2023-10-31 16:08:16'),
(311454, 2339, '1457-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:16', '2023-10-31 16:08:16'),
(311455, 2339, '1457-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:16', '2023-10-31 16:08:16'),
(311456, 2339, '1457-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:16', '2023-10-31 16:08:16'),
(311457, 2339, '1457-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:16', '2023-10-31 16:08:16'),
(311458, 2339, '1457-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:16', '2023-10-31 16:08:16'),
(311459, 2339, '1457-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:16', '2023-10-31 16:08:16'),
(311460, 2339, '1458-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:16', '2023-10-31 16:08:16'),
(311461, 2339, '1458-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:16', '2023-10-31 16:08:16'),
(311462, 2339, '1458-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:16', '2023-10-31 16:08:16'),
(311463, 2339, '1458-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:16', '2023-10-31 16:08:16'),
(311464, 2339, '1458-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:16', '2023-10-31 16:08:16'),
(311465, 2339, '1458-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:16', '2023-10-31 16:08:16'),
(311466, 2339, '1458-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:16', '2023-10-31 16:08:16'),
(311467, 2339, '1458-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:16', '2023-10-31 16:08:16'),
(311468, 2339, '1458-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:16', '2023-10-31 16:08:16'),
(311469, 2339, '1458-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:16', '2023-10-31 16:08:16'),
(311470, 2339, '1458-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:16', '2023-10-31 16:08:16'),
(311471, 2339, '1458-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:16', '2023-10-31 16:08:16'),
(311472, 2339, '1459-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:16', '2023-10-31 16:08:16'),
(311473, 2339, '1459-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:16', '2023-10-31 16:08:16'),
(311474, 2339, '1459-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:16', '2023-10-31 16:08:16'),
(311475, 2339, '1459-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:16', '2023-10-31 16:08:16'),
(311476, 2339, '1459-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:16', '2023-10-31 16:08:16'),
(311477, 2339, '1459-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:16', '2023-10-31 16:08:16'),
(311478, 2339, '1459-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:16', '2023-10-31 16:08:16'),
(311479, 2339, '1459-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:16', '2023-10-31 16:08:16'),
(311480, 2339, '1459-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:16', '2023-10-31 16:08:16'),
(311481, 2339, '1459-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:16', '2023-10-31 16:08:16'),
(311482, 2339, '1459-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:16', '2023-10-31 16:08:16'),
(311483, 2339, '1459-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:16', '2023-10-31 16:08:16'),
(311484, 2339, '1460-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:16', '2023-10-31 16:08:16'),
(311485, 2339, '1460-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:16', '2023-10-31 16:08:16'),
(311486, 2339, '1460-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:16', '2023-10-31 16:08:16'),
(311487, 2339, '1460-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:16', '2023-10-31 16:08:16'),
(311488, 2339, '1460-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:16', '2023-10-31 16:08:16'),
(311489, 2339, '1460-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:16', '2023-10-31 16:08:16'),
(311490, 2339, '1460-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:16', '2023-10-31 16:08:16'),
(311491, 2339, '1460-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:16', '2023-10-31 16:08:16'),
(311492, 2339, '1460-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:16', '2023-10-31 16:08:16'),
(311493, 2339, '1460-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:16', '2023-10-31 16:08:16'),
(311494, 2339, '1460-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:16', '2023-10-31 16:08:16'),
(311495, 2339, '1460-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:16', '2023-10-31 16:08:16'),
(311496, 2339, '1461-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:16', '2023-10-31 16:08:16'),
(311497, 2339, '1461-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:16', '2023-10-31 16:08:16'),
(311498, 2339, '1461-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:16', '2023-10-31 16:08:16'),
(311499, 2339, '1461-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:16', '2023-10-31 16:08:16'),
(311500, 2339, '1461-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:16', '2023-10-31 16:08:16'),
(311501, 2339, '1461-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:16', '2023-10-31 16:08:16'),
(311502, 2339, '1461-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:16', '2023-10-31 16:08:16'),
(311503, 2339, '1461-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:16', '2023-10-31 16:08:16'),
(311504, 2339, '1461-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:16', '2023-10-31 16:08:16'),
(311505, 2339, '1461-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:16', '2023-10-31 16:08:16'),
(311506, 2339, '1461-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:16', '2023-10-31 16:08:16'),
(311507, 2339, '1461-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:16', '2023-10-31 16:08:16'),
(311508, 2339, '1462-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:16', '2023-10-31 16:08:16'),
(311509, 2339, '1462-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:16', '2023-10-31 16:08:16'),
(311510, 2339, '1462-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:16', '2023-10-31 16:08:16'),
(311511, 2339, '1462-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:16', '2023-10-31 16:08:16'),
(311512, 2339, '1462-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:16', '2023-10-31 16:08:16'),
(311513, 2339, '1462-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:16', '2023-10-31 16:08:16'),
(311514, 2339, '1462-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:16', '2023-10-31 16:08:16'),
(311515, 2339, '1462-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:16', '2023-10-31 16:08:16'),
(311516, 2339, '1462-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:16', '2023-10-31 16:08:16'),
(311517, 2339, '1462-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:16', '2023-10-31 16:08:16'),
(311518, 2339, '1462-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:16', '2023-10-31 16:08:16'),
(311519, 2339, '1462-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:16', '2023-10-31 16:08:16'),
(311520, 2339, '1463-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:16', '2023-10-31 16:08:16'),
(311521, 2339, '1463-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:16', '2023-10-31 16:08:16'),
(311522, 2339, '1463-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:16', '2023-10-31 16:08:16'),
(311523, 2339, '1463-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:16', '2023-10-31 16:08:16'),
(311524, 2339, '1463-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:16', '2023-10-31 16:08:16'),
(311525, 2339, '1463-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:16', '2023-10-31 16:08:16'),
(311526, 2339, '1463-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:16', '2023-10-31 16:08:16'),
(311527, 2339, '1463-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:16', '2023-10-31 16:08:16'),
(311528, 2339, '1463-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:16', '2023-10-31 16:08:16'),
(311529, 2339, '1463-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:16', '2023-10-31 16:08:16'),
(311530, 2339, '1463-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:16', '2023-10-31 16:08:16'),
(311531, 2339, '1463-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:16', '2023-10-31 16:08:16'),
(311532, 2339, '1464-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:16', '2023-10-31 16:08:16'),
(311533, 2339, '1464-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:16', '2023-10-31 16:08:16'),
(311534, 2339, '1464-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:16', '2023-10-31 16:08:16'),
(311535, 2339, '1464-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:16', '2023-10-31 16:08:16'),
(311536, 2339, '1464-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:16', '2023-10-31 16:08:16'),
(311537, 2339, '1464-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:16', '2023-10-31 16:08:16'),
(311538, 2339, '1464-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:16', '2023-10-31 16:08:16'),
(311539, 2339, '1464-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:16', '2023-10-31 16:08:16'),
(311540, 2339, '1464-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:16', '2023-10-31 16:08:16'),
(311541, 2339, '1464-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:16', '2023-10-31 16:08:16'),
(311542, 2339, '1464-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:16', '2023-10-31 16:08:16'),
(311543, 2339, '1464-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:16', '2023-10-31 16:08:16'),
(311544, 2339, '1465-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:16', '2023-10-31 16:08:16'),
(311545, 2339, '1465-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:16', '2023-10-31 16:08:16'),
(311546, 2339, '1465-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:16', '2023-10-31 16:08:16'),
(311547, 2339, '1465-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:16', '2023-10-31 16:08:16'),
(311548, 2339, '1465-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:16', '2023-10-31 16:08:16'),
(311549, 2339, '1465-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:16', '2023-10-31 16:08:16'),
(311550, 2339, '1465-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:16', '2023-10-31 16:08:16'),
(311551, 2339, '1465-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:16', '2023-10-31 16:08:16'),
(311552, 2339, '1465-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:16', '2023-10-31 16:08:16'),
(311553, 2339, '1465-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:16', '2023-10-31 16:08:16'),
(311554, 2339, '1465-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:16', '2023-10-31 16:08:16'),
(311555, 2339, '1465-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:16', '2023-10-31 16:08:16'),
(311556, 2339, '1466-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:16', '2023-10-31 16:08:16'),
(311557, 2339, '1466-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:16', '2023-10-31 16:08:16'),
(311558, 2339, '1466-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:16', '2023-10-31 16:08:16'),
(311559, 2339, '1466-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:16', '2023-10-31 16:08:16'),
(311560, 2339, '1466-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:16', '2023-10-31 16:08:16'),
(311561, 2339, '1466-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:16', '2023-10-31 16:08:16'),
(311562, 2339, '1466-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:16', '2023-10-31 16:08:16'),
(311563, 2339, '1466-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:16', '2023-10-31 16:08:16'),
(311564, 2339, '1466-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:17', '2023-10-31 16:08:17'),
(311565, 2339, '1466-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:17', '2023-10-31 16:08:17'),
(311566, 2339, '1466-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:17', '2023-10-31 16:08:17'),
(311567, 2339, '1466-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:17', '2023-10-31 16:08:17'),
(311568, 2339, '1467-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:17', '2023-10-31 16:08:17'),
(311569, 2339, '1467-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:17', '2023-10-31 16:08:17'),
(311570, 2339, '1467-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:17', '2023-10-31 16:08:17'),
(311571, 2339, '1467-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:17', '2023-10-31 16:08:17'),
(311572, 2339, '1467-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:17', '2023-10-31 16:08:17'),
(311573, 2339, '1467-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:17', '2023-10-31 16:08:17'),
(311574, 2339, '1467-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:17', '2023-10-31 16:08:17'),
(311575, 2339, '1467-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:17', '2023-10-31 16:08:17'),
(311576, 2339, '1467-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:17', '2023-10-31 16:08:17'),
(311577, 2339, '1467-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:17', '2023-10-31 16:08:17'),
(311578, 2339, '1467-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:17', '2023-10-31 16:08:17'),
(311579, 2339, '1467-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:17', '2023-10-31 16:08:17'),
(311580, 2339, '1468-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:17', '2023-10-31 16:08:17'),
(311581, 2339, '1468-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:17', '2023-10-31 16:08:17'),
(311582, 2339, '1468-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:17', '2023-10-31 16:08:17'),
(311583, 2339, '1468-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:17', '2023-10-31 16:08:17'),
(311584, 2339, '1468-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:17', '2023-10-31 16:08:17'),
(311585, 2339, '1468-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:17', '2023-10-31 16:08:17'),
(311586, 2339, '1468-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:17', '2023-10-31 16:08:17'),
(311587, 2339, '1468-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:17', '2023-10-31 16:08:17'),
(311588, 2339, '1468-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:17', '2023-10-31 16:08:17'),
(311589, 2339, '1468-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:17', '2023-10-31 16:08:17'),
(311590, 2339, '1468-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:17', '2023-10-31 16:08:17'),
(311591, 2339, '1468-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:17', '2023-10-31 16:08:17'),
(311592, 2339, '1469-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:17', '2023-10-31 16:08:17'),
(311593, 2339, '1469-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:17', '2023-10-31 16:08:17'),
(311594, 2339, '1469-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:17', '2023-10-31 16:08:17'),
(311595, 2339, '1469-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:17', '2023-10-31 16:08:17'),
(311596, 2339, '1469-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:17', '2023-10-31 16:08:17'),
(311597, 2339, '1469-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:17', '2023-10-31 16:08:17'),
(311598, 2339, '1469-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:17', '2023-10-31 16:08:17'),
(311599, 2339, '1469-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:17', '2023-10-31 16:08:17'),
(311600, 2339, '1469-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:17', '2023-10-31 16:08:17'),
(311601, 2339, '1469-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:17', '2023-10-31 16:08:17'),
(311602, 2339, '1469-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:17', '2023-10-31 16:08:17'),
(311603, 2339, '1469-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:17', '2023-10-31 16:08:17'),
(311604, 2339, '1470-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:17', '2023-10-31 16:08:17'),
(311605, 2339, '1470-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:17', '2023-10-31 16:08:17'),
(311606, 2339, '1470-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:17', '2023-10-31 16:08:17'),
(311607, 2339, '1470-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:17', '2023-10-31 16:08:17'),
(311608, 2339, '1470-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:17', '2023-10-31 16:08:17'),
(311609, 2339, '1470-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:17', '2023-10-31 16:08:17'),
(311610, 2339, '1470-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:17', '2023-10-31 16:08:17'),
(311611, 2339, '1470-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:17', '2023-10-31 16:08:17'),
(311612, 2339, '1470-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:17', '2023-10-31 16:08:17'),
(311613, 2339, '1470-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:17', '2023-10-31 16:08:17'),
(311614, 2339, '1470-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:17', '2023-10-31 16:08:17'),
(311615, 2339, '1470-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:17', '2023-10-31 16:08:17'),
(311616, 2339, '1471-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:17', '2023-10-31 16:08:17'),
(311617, 2339, '1471-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:17', '2023-10-31 16:08:17'),
(311618, 2339, '1471-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:17', '2023-10-31 16:08:17'),
(311619, 2339, '1471-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:17', '2023-10-31 16:08:17'),
(311620, 2339, '1471-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:17', '2023-10-31 16:08:17'),
(311621, 2339, '1471-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:17', '2023-10-31 16:08:17'),
(311622, 2339, '1471-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:17', '2023-10-31 16:08:17'),
(311623, 2339, '1471-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:17', '2023-10-31 16:08:17'),
(311624, 2339, '1471-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:17', '2023-10-31 16:08:17'),
(311625, 2339, '1471-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:17', '2023-10-31 16:08:17'),
(311626, 2339, '1471-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:17', '2023-10-31 16:08:17'),
(311627, 2339, '1471-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:17', '2023-10-31 16:08:17'),
(311628, 2339, '1472-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:17', '2023-10-31 16:08:17'),
(311629, 2339, '1472-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:17', '2023-10-31 16:08:17'),
(311630, 2339, '1472-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:17', '2023-10-31 16:08:17'),
(311631, 2339, '1472-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:17', '2023-10-31 16:08:17'),
(311632, 2339, '1472-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:17', '2023-10-31 16:08:17'),
(311633, 2339, '1472-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:17', '2023-10-31 16:08:17'),
(311634, 2339, '1472-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:17', '2023-10-31 16:08:17'),
(311635, 2339, '1472-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:17', '2023-10-31 16:08:17'),
(311636, 2339, '1472-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:17', '2023-10-31 16:08:17'),
(311637, 2339, '1472-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:17', '2023-10-31 16:08:17'),
(311638, 2339, '1472-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:17', '2023-10-31 16:08:17'),
(311639, 2339, '1472-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:17', '2023-10-31 16:08:17'),
(311640, 2339, '1473-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:17', '2023-10-31 16:08:17'),
(311641, 2339, '1473-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:17', '2023-10-31 16:08:17'),
(311642, 2339, '1473-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:17', '2023-10-31 16:08:17'),
(311643, 2339, '1473-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:17', '2023-10-31 16:08:17'),
(311644, 2339, '1473-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:17', '2023-10-31 16:08:17'),
(311645, 2339, '1473-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:17', '2023-10-31 16:08:17'),
(311646, 2339, '1473-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:17', '2023-10-31 16:08:17'),
(311647, 2339, '1473-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:17', '2023-10-31 16:08:17'),
(311648, 2339, '1473-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:17', '2023-10-31 16:08:17'),
(311649, 2339, '1473-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:17', '2023-10-31 16:08:17'),
(311650, 2339, '1473-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:17', '2023-10-31 16:08:17'),
(311651, 2339, '1473-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:17', '2023-10-31 16:08:17'),
(311652, 2339, '1474-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:17', '2023-10-31 16:08:17'),
(311653, 2339, '1474-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:17', '2023-10-31 16:08:17'),
(311654, 2339, '1474-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:17', '2023-10-31 16:08:17'),
(311655, 2339, '1474-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:17', '2023-10-31 16:08:17'),
(311656, 2339, '1474-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:17', '2023-10-31 16:08:17'),
(311657, 2339, '1474-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:17', '2023-10-31 16:08:17'),
(311658, 2339, '1474-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:17', '2023-10-31 16:08:17'),
(311659, 2339, '1474-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:17', '2023-10-31 16:08:17'),
(311660, 2339, '1474-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:17', '2023-10-31 16:08:17'),
(311661, 2339, '1474-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:17', '2023-10-31 16:08:17'),
(311662, 2339, '1474-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:17', '2023-10-31 16:08:17'),
(311663, 2339, '1474-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:17', '2023-10-31 16:08:17'),
(311664, 2339, '1475-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:17', '2023-10-31 16:08:17'),
(311665, 2339, '1475-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:17', '2023-10-31 16:08:17'),
(311666, 2339, '1475-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:17', '2023-10-31 16:08:17'),
(311667, 2339, '1475-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:17', '2023-10-31 16:08:17'),
(311668, 2339, '1475-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:17', '2023-10-31 16:08:17'),
(311669, 2339, '1475-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:17', '2023-10-31 16:08:17'),
(311670, 2339, '1475-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:17', '2023-10-31 16:08:17'),
(311671, 2339, '1475-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:17', '2023-10-31 16:08:17'),
(311672, 2339, '1475-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:17', '2023-10-31 16:08:17'),
(311673, 2339, '1475-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:17', '2023-10-31 16:08:17'),
(311674, 2339, '1475-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:17', '2023-10-31 16:08:17'),
(311675, 2339, '1475-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:17', '2023-10-31 16:08:17'),
(311676, 2339, '1476-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:17', '2023-10-31 16:08:17'),
(311677, 2339, '1476-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:17', '2023-10-31 16:08:17'),
(311678, 2339, '1476-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:17', '2023-10-31 16:08:17'),
(311679, 2339, '1476-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:17', '2023-10-31 16:08:17'),
(311680, 2339, '1476-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:17', '2023-10-31 16:08:17'),
(311681, 2339, '1476-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:17', '2023-10-31 16:08:17'),
(311682, 2339, '1476-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:17', '2023-10-31 16:08:17'),
(311683, 2339, '1476-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:17', '2023-10-31 16:08:17'),
(311684, 2339, '1476-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:17', '2023-10-31 16:08:17'),
(311685, 2339, '1476-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:17', '2023-10-31 16:08:17'),
(311686, 2339, '1476-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:17', '2023-10-31 16:08:17'),
(311687, 2339, '1476-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:17', '2023-10-31 16:08:17'),
(311688, 2339, '1477-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:17', '2023-10-31 16:08:17'),
(311689, 2339, '1477-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:17', '2023-10-31 16:08:17'),
(311690, 2339, '1477-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:17', '2023-10-31 16:08:17'),
(311691, 2339, '1477-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:17', '2023-10-31 16:08:17'),
(311692, 2339, '1477-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:17', '2023-10-31 16:08:17'),
(311693, 2339, '1477-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:17', '2023-10-31 16:08:17'),
(311694, 2339, '1477-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:17', '2023-10-31 16:08:17'),
(311695, 2339, '1477-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:17', '2023-10-31 16:08:17'),
(311696, 2339, '1477-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:17', '2023-10-31 16:08:17'),
(311697, 2339, '1477-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:17', '2023-10-31 16:08:17'),
(311698, 2339, '1477-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:17', '2023-10-31 16:08:17'),
(311699, 2339, '1477-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:17', '2023-10-31 16:08:17'),
(311700, 2339, '1478-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:17', '2023-10-31 16:08:17'),
(311701, 2339, '1478-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:17', '2023-10-31 16:08:17'),
(311702, 2339, '1478-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:17', '2023-10-31 16:08:17'),
(311703, 2339, '1478-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:17', '2023-10-31 16:08:17'),
(311704, 2339, '1478-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:17', '2023-10-31 16:08:17'),
(311705, 2339, '1478-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:17', '2023-10-31 16:08:17'),
(311706, 2339, '1478-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:17', '2023-10-31 16:08:17'),
(311707, 2339, '1478-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:17', '2023-10-31 16:08:17'),
(311708, 2339, '1478-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:17', '2023-10-31 16:08:17'),
(311709, 2339, '1478-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:17', '2023-10-31 16:08:17'),
(311710, 2339, '1478-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:17', '2023-10-31 16:08:17'),
(311711, 2339, '1478-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:17', '2023-10-31 16:08:17'),
(311712, 2339, '1479-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:17', '2023-10-31 16:08:17'),
(311713, 2339, '1479-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:17', '2023-10-31 16:08:17'),
(311714, 2339, '1479-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:17', '2023-10-31 16:08:17'),
(311715, 2339, '1479-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:17', '2023-10-31 16:08:17'),
(311716, 2339, '1479-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:17', '2023-10-31 16:08:17'),
(311717, 2339, '1479-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:17', '2023-10-31 16:08:17'),
(311718, 2339, '1479-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:17', '2023-10-31 16:08:17'),
(311719, 2339, '1479-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:17', '2023-10-31 16:08:17'),
(311720, 2339, '1479-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:17', '2023-10-31 16:08:17'),
(311721, 2339, '1479-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:17', '2023-10-31 16:08:17'),
(311722, 2339, '1479-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:17', '2023-10-31 16:08:17'),
(311723, 2339, '1479-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:17', '2023-10-31 16:08:17'),
(311724, 2339, '1480-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:17', '2023-10-31 16:08:17'),
(311725, 2339, '1480-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:17', '2023-10-31 16:08:17'),
(311726, 2339, '1480-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:17', '2023-10-31 16:08:17'),
(311727, 2339, '1480-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:17', '2023-10-31 16:08:17'),
(311728, 2339, '1480-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:17', '2023-10-31 16:08:17'),
(311729, 2339, '1480-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:17', '2023-10-31 16:08:17'),
(311730, 2339, '1480-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:17', '2023-10-31 16:08:17'),
(311731, 2339, '1480-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:17', '2023-10-31 16:08:17'),
(311732, 2339, '1480-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:17', '2023-10-31 16:08:17'),
(311733, 2339, '1480-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:17', '2023-10-31 16:08:17'),
(311734, 2339, '1480-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:17', '2023-10-31 16:08:17'),
(311735, 2339, '1480-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:17', '2023-10-31 16:08:17'),
(311736, 2339, '1481-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:17', '2023-10-31 16:08:17'),
(311737, 2339, '1481-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:17', '2023-10-31 16:08:17'),
(311738, 2339, '1481-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:17', '2023-10-31 16:08:17'),
(311739, 2339, '1481-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:17', '2023-10-31 16:08:17'),
(311740, 2339, '1481-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:17', '2023-10-31 16:08:17'),
(311741, 2339, '1481-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:17', '2023-10-31 16:08:17'),
(311742, 2339, '1481-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:17', '2023-10-31 16:08:17');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(311743, 2339, '1481-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:17', '2023-10-31 16:08:17'),
(311744, 2339, '1481-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:17', '2023-10-31 16:08:17'),
(311745, 2339, '1481-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:17', '2023-10-31 16:08:17'),
(311746, 2339, '1481-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:17', '2023-10-31 16:08:17'),
(311747, 2339, '1481-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:17', '2023-10-31 16:08:17'),
(311748, 2339, '1482-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:17', '2023-10-31 16:08:17'),
(311749, 2339, '1482-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:17', '2023-10-31 16:08:17'),
(311750, 2339, '1482-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:17', '2023-10-31 16:08:17'),
(311751, 2339, '1482-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:17', '2023-10-31 16:08:17'),
(311752, 2339, '1482-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:17', '2023-10-31 16:08:17'),
(311753, 2339, '1482-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:17', '2023-10-31 16:08:17'),
(311754, 2339, '1482-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:17', '2023-10-31 16:08:17'),
(311755, 2339, '1482-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:17', '2023-10-31 16:08:17'),
(311756, 2339, '1482-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:17', '2023-10-31 16:08:17'),
(311757, 2339, '1482-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:17', '2023-10-31 16:08:17'),
(311758, 2339, '1482-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:17', '2023-10-31 16:08:17'),
(311759, 2339, '1482-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:17', '2023-10-31 16:08:17'),
(311760, 2339, '1483-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:17', '2023-10-31 16:08:17'),
(311761, 2339, '1483-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:17', '2023-10-31 16:08:17'),
(311762, 2339, '1483-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:17', '2023-10-31 16:08:17'),
(311763, 2339, '1483-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:17', '2023-10-31 16:08:17'),
(311764, 2339, '1483-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:17', '2023-10-31 16:08:17'),
(311765, 2339, '1483-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:17', '2023-10-31 16:08:17'),
(311766, 2339, '1483-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:17', '2023-10-31 16:08:17'),
(311767, 2339, '1483-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:17', '2023-10-31 16:08:17'),
(311768, 2339, '1483-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:17', '2023-10-31 16:08:17'),
(311769, 2339, '1483-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:17', '2023-10-31 16:08:17'),
(311770, 2339, '1483-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:17', '2023-10-31 16:08:17'),
(311771, 2339, '1483-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:17', '2023-10-31 16:08:17'),
(311772, 2339, '1484-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:17', '2023-10-31 16:08:17'),
(311773, 2339, '1484-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:17', '2023-10-31 16:08:17'),
(311774, 2339, '1484-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:17', '2023-10-31 16:08:17'),
(311775, 2339, '1484-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:17', '2023-10-31 16:08:17'),
(311776, 2339, '1484-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:17', '2023-10-31 16:08:17'),
(311777, 2339, '1484-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:17', '2023-10-31 16:08:17'),
(311778, 2339, '1484-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:17', '2023-10-31 16:08:17'),
(311779, 2339, '1484-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:17', '2023-10-31 16:08:17'),
(311780, 2339, '1484-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:17', '2023-10-31 16:08:17'),
(311781, 2339, '1484-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:17', '2023-10-31 16:08:17'),
(311782, 2339, '1484-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:17', '2023-10-31 16:08:17'),
(311783, 2339, '1484-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:17', '2023-10-31 16:08:17'),
(311784, 2339, '1485-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:17', '2023-10-31 16:08:17'),
(311785, 2339, '1485-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:17', '2023-10-31 16:08:17'),
(311786, 2339, '1485-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:17', '2023-10-31 16:08:17'),
(311787, 2339, '1485-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:17', '2023-10-31 16:08:17'),
(311788, 2339, '1485-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:17', '2023-10-31 16:08:17'),
(311789, 2339, '1485-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:17', '2023-10-31 16:08:17'),
(311790, 2339, '1485-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:17', '2023-10-31 16:08:17'),
(311791, 2339, '1485-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:17', '2023-10-31 16:08:17'),
(311792, 2339, '1485-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:17', '2023-10-31 16:08:17'),
(311793, 2339, '1485-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:17', '2023-10-31 16:08:17'),
(311794, 2339, '1485-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:17', '2023-10-31 16:08:17'),
(311795, 2339, '1485-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:18', '2023-10-31 16:08:18'),
(311796, 2339, '1486-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:18', '2023-10-31 16:08:18'),
(311797, 2339, '1486-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:18', '2023-10-31 16:08:18'),
(311798, 2339, '1486-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:18', '2023-10-31 16:08:18'),
(311799, 2339, '1486-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:18', '2023-10-31 16:08:18'),
(311800, 2339, '1486-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:18', '2023-10-31 16:08:18'),
(311801, 2339, '1486-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:18', '2023-10-31 16:08:18'),
(311802, 2339, '1486-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:18', '2023-10-31 16:08:18'),
(311803, 2339, '1486-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:18', '2023-10-31 16:08:18'),
(311804, 2339, '1486-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:18', '2023-10-31 16:08:18'),
(311805, 2339, '1486-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:18', '2023-10-31 16:08:18'),
(311806, 2339, '1486-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:18', '2023-10-31 16:08:18'),
(311807, 2339, '1486-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:18', '2023-10-31 16:08:18'),
(311808, 2339, '1487-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:18', '2023-10-31 16:08:18'),
(311809, 2339, '1487-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:18', '2023-10-31 16:08:18'),
(311810, 2339, '1487-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:18', '2023-10-31 16:08:18'),
(311811, 2339, '1487-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:18', '2023-10-31 16:08:18'),
(311812, 2339, '1487-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:18', '2023-10-31 16:08:18'),
(311813, 2339, '1487-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:18', '2023-10-31 16:08:18'),
(311814, 2339, '1487-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:18', '2023-10-31 16:08:18'),
(311815, 2339, '1487-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:18', '2023-10-31 16:08:18'),
(311816, 2339, '1487-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:18', '2023-10-31 16:08:18'),
(311817, 2339, '1487-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:18', '2023-10-31 16:08:18'),
(311818, 2339, '1487-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:18', '2023-10-31 16:08:18'),
(311819, 2339, '1487-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:18', '2023-10-31 16:08:18'),
(311820, 2339, '1488-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:18', '2023-10-31 16:08:18'),
(311821, 2339, '1488-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:18', '2023-10-31 16:08:18'),
(311822, 2339, '1488-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:18', '2023-10-31 16:08:18'),
(311823, 2339, '1488-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:18', '2023-10-31 16:08:18'),
(311824, 2339, '1488-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:18', '2023-10-31 16:08:18'),
(311825, 2339, '1488-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:18', '2023-10-31 16:08:18'),
(311826, 2339, '1488-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:18', '2023-10-31 16:08:18'),
(311827, 2339, '1488-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:18', '2023-10-31 16:08:18'),
(311828, 2339, '1488-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:18', '2023-10-31 16:08:18'),
(311829, 2339, '1488-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:18', '2023-10-31 16:08:18'),
(311830, 2339, '1488-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:18', '2023-10-31 16:08:18'),
(311831, 2339, '1488-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:18', '2023-10-31 16:08:18'),
(311832, 2339, '1489-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:18', '2023-10-31 16:08:18'),
(311833, 2339, '1489-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:18', '2023-10-31 16:08:18'),
(311834, 2339, '1489-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:18', '2023-10-31 16:08:18'),
(311835, 2339, '1489-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:18', '2023-10-31 16:08:18'),
(311836, 2339, '1489-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:18', '2023-10-31 16:08:18'),
(311837, 2339, '1489-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:18', '2023-10-31 16:08:18'),
(311838, 2339, '1489-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:18', '2023-10-31 16:08:18'),
(311839, 2339, '1489-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:18', '2023-10-31 16:08:18'),
(311840, 2339, '1489-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:18', '2023-10-31 16:08:18'),
(311841, 2339, '1489-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:18', '2023-10-31 16:08:18'),
(311842, 2339, '1489-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:18', '2023-10-31 16:08:18'),
(311843, 2339, '1489-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:18', '2023-10-31 16:08:18'),
(311844, 2339, '1490-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:18', '2023-10-31 16:08:18'),
(311845, 2339, '1490-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:18', '2023-10-31 16:08:18'),
(311846, 2339, '1490-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:18', '2023-10-31 16:08:18'),
(311847, 2339, '1490-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:18', '2023-10-31 16:08:18'),
(311848, 2339, '1490-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:18', '2023-10-31 16:08:18'),
(311849, 2339, '1490-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:18', '2023-10-31 16:08:18'),
(311850, 2339, '1490-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:18', '2023-10-31 16:08:18'),
(311851, 2339, '1490-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:18', '2023-10-31 16:08:18'),
(311852, 2339, '1490-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:18', '2023-10-31 16:08:18'),
(311853, 2339, '1490-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:18', '2023-10-31 16:08:18'),
(311854, 2339, '1490-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:18', '2023-10-31 16:08:18'),
(311855, 2339, '1490-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:18', '2023-10-31 16:08:18'),
(311856, 2339, '1491-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:18', '2023-10-31 16:08:18'),
(311857, 2339, '1491-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:18', '2023-10-31 16:08:18'),
(311858, 2339, '1491-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:18', '2023-10-31 16:08:18'),
(311859, 2339, '1491-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:18', '2023-10-31 16:08:18'),
(311860, 2339, '1491-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:18', '2023-10-31 16:08:18'),
(311861, 2339, '1491-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:18', '2023-10-31 16:08:18'),
(311862, 2339, '1491-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:18', '2023-10-31 16:08:18'),
(311863, 2339, '1491-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:18', '2023-10-31 16:08:18'),
(311864, 2339, '1491-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:18', '2023-10-31 16:08:18'),
(311865, 2339, '1491-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:18', '2023-10-31 16:08:18'),
(311866, 2339, '1491-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:18', '2023-10-31 16:08:18'),
(311867, 2339, '1491-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:18', '2023-10-31 16:08:18'),
(311868, 2339, '1492-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:18', '2023-10-31 16:08:18'),
(311869, 2339, '1492-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:18', '2023-10-31 16:08:18'),
(311870, 2339, '1492-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:18', '2023-10-31 16:08:18'),
(311871, 2339, '1492-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:18', '2023-10-31 16:08:18'),
(311872, 2339, '1492-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:18', '2023-10-31 16:08:18'),
(311873, 2339, '1492-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:18', '2023-10-31 16:08:18'),
(311874, 2339, '1492-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:18', '2023-10-31 16:08:18'),
(311875, 2339, '1492-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:18', '2023-10-31 16:08:18'),
(311876, 2339, '1492-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:18', '2023-10-31 16:08:18'),
(311877, 2339, '1492-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:18', '2023-10-31 16:08:18'),
(311878, 2339, '1492-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:18', '2023-10-31 16:08:18'),
(311879, 2339, '1492-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:18', '2023-10-31 16:08:18'),
(311880, 2339, '1493-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:18', '2023-10-31 16:08:18'),
(311881, 2339, '1493-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:18', '2023-10-31 16:08:18'),
(311882, 2339, '1493-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:18', '2023-10-31 16:08:18'),
(311883, 2339, '1493-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:18', '2023-10-31 16:08:18'),
(311884, 2339, '1493-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:18', '2023-10-31 16:08:18'),
(311885, 2339, '1493-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:18', '2023-10-31 16:08:18'),
(311886, 2339, '1493-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:18', '2023-10-31 16:08:18'),
(311887, 2339, '1493-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:18', '2023-10-31 16:08:18'),
(311888, 2339, '1493-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:18', '2023-10-31 16:08:18'),
(311889, 2339, '1493-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:18', '2023-10-31 16:08:18'),
(311890, 2339, '1493-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:18', '2023-10-31 16:08:18'),
(311891, 2339, '1493-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:18', '2023-10-31 16:08:18'),
(311892, 2339, '1494-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:18', '2023-10-31 16:08:18'),
(311893, 2339, '1494-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:18', '2023-10-31 16:08:18'),
(311894, 2339, '1494-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:18', '2023-10-31 16:08:18'),
(311895, 2339, '1494-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:18', '2023-10-31 16:08:18'),
(311896, 2339, '1494-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:18', '2023-10-31 16:08:18'),
(311897, 2339, '1494-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:18', '2023-10-31 16:08:18'),
(311898, 2339, '1494-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:18', '2023-10-31 16:08:18'),
(311899, 2339, '1494-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:18', '2023-10-31 16:08:18'),
(311900, 2339, '1494-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:18', '2023-10-31 16:08:18'),
(311901, 2339, '1494-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:18', '2023-10-31 16:08:18'),
(311902, 2339, '1494-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:18', '2023-10-31 16:08:18'),
(311903, 2339, '1494-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:18', '2023-10-31 16:08:18'),
(311904, 2339, '1495-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:18', '2023-10-31 16:08:18'),
(311905, 2339, '1495-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:18', '2023-10-31 16:08:18'),
(311906, 2339, '1495-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:18', '2023-10-31 16:08:18'),
(311907, 2339, '1495-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:18', '2023-10-31 16:08:18'),
(311908, 2339, '1495-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:18', '2023-10-31 16:08:18'),
(311909, 2339, '1495-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:18', '2023-10-31 16:08:18'),
(311910, 2339, '1495-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:18', '2023-10-31 16:08:18'),
(311911, 2339, '1495-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:18', '2023-10-31 16:08:18'),
(311912, 2339, '1495-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:18', '2023-10-31 16:08:18'),
(311913, 2339, '1495-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:18', '2023-10-31 16:08:18'),
(311914, 2339, '1495-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:18', '2023-10-31 16:08:18'),
(311915, 2339, '1495-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:18', '2023-10-31 16:08:18'),
(311916, 2339, '1496-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:18', '2023-10-31 16:08:18'),
(311917, 2339, '1496-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:18', '2023-10-31 16:08:18'),
(311918, 2339, '1496-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:18', '2023-10-31 16:08:18'),
(311919, 2339, '1496-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:18', '2023-10-31 16:08:18'),
(311920, 2339, '1496-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:18', '2023-10-31 16:08:18'),
(311921, 2339, '1496-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:18', '2023-10-31 16:08:18'),
(311922, 2339, '1496-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:18', '2023-10-31 16:08:18'),
(311923, 2339, '1496-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:18', '2023-10-31 16:08:18'),
(311924, 2339, '1496-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:18', '2023-10-31 16:08:18'),
(311925, 2339, '1496-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:18', '2023-10-31 16:08:18'),
(311926, 2339, '1496-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:18', '2023-10-31 16:08:18'),
(311927, 2339, '1496-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:18', '2023-10-31 16:08:18'),
(311928, 2339, '1497-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:18', '2023-10-31 16:08:18'),
(311929, 2339, '1497-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:18', '2023-10-31 16:08:18'),
(311930, 2339, '1497-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:18', '2023-10-31 16:08:18'),
(311931, 2339, '1497-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:18', '2023-10-31 16:08:18'),
(311932, 2339, '1497-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:18', '2023-10-31 16:08:18'),
(311933, 2339, '1497-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:18', '2023-10-31 16:08:18'),
(311934, 2339, '1497-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:18', '2023-10-31 16:08:18'),
(311935, 2339, '1497-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:18', '2023-10-31 16:08:18'),
(311936, 2339, '1497-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:18', '2023-10-31 16:08:18'),
(311937, 2339, '1497-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:18', '2023-10-31 16:08:18'),
(311938, 2339, '1497-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:18', '2023-10-31 16:08:18'),
(311939, 2339, '1497-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:18', '2023-10-31 16:08:18'),
(311940, 2339, '1498-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:18', '2023-10-31 16:08:18'),
(311941, 2339, '1498-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:18', '2023-10-31 16:08:18'),
(311942, 2339, '1498-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:18', '2023-10-31 16:08:18'),
(311943, 2339, '1498-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:18', '2023-10-31 16:08:18'),
(311944, 2339, '1498-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:18', '2023-10-31 16:08:18'),
(311945, 2339, '1498-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:18', '2023-10-31 16:08:18'),
(311946, 2339, '1498-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:18', '2023-10-31 16:08:18'),
(311947, 2339, '1498-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:18', '2023-10-31 16:08:18'),
(311948, 2339, '1498-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:18', '2023-10-31 16:08:18'),
(311949, 2339, '1498-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:18', '2023-10-31 16:08:18'),
(311950, 2339, '1498-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:18', '2023-10-31 16:08:18'),
(311951, 2339, '1498-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:18', '2023-10-31 16:08:18'),
(311952, 2339, '1499-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:18', '2023-10-31 16:08:18'),
(311953, 2339, '1499-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:18', '2023-10-31 16:08:18'),
(311954, 2339, '1499-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:18', '2023-10-31 16:08:18'),
(311955, 2339, '1499-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:18', '2023-10-31 16:08:18'),
(311956, 2339, '1499-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:18', '2023-10-31 16:08:18'),
(311957, 2339, '1499-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:18', '2023-10-31 16:08:18'),
(311958, 2339, '1499-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:18', '2023-10-31 16:08:18'),
(311959, 2339, '1499-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:18', '2023-10-31 16:08:18'),
(311960, 2339, '1499-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:18', '2023-10-31 16:08:18'),
(311961, 2339, '1499-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:18', '2023-10-31 16:08:18'),
(311962, 2339, '1499-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:18', '2023-10-31 16:08:18'),
(311963, 2339, '1499-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:18', '2023-10-31 16:08:18'),
(311964, 2339, '1500-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:18', '2023-10-31 16:08:18'),
(311965, 2339, '1500-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:18', '2023-10-31 16:08:18'),
(311966, 2339, '1500-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:18', '2023-10-31 16:08:18'),
(311967, 2339, '1500-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:18', '2023-10-31 16:08:18'),
(311968, 2339, '1500-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:18', '2023-10-31 16:08:18'),
(311969, 2339, '1500-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:18', '2023-10-31 16:08:18'),
(311970, 2339, '1500-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:18', '2023-10-31 16:08:18'),
(311971, 2339, '1500-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:18', '2023-10-31 16:08:18'),
(311972, 2339, '1500-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:18', '2023-10-31 16:08:18'),
(311973, 2339, '1500-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:18', '2023-10-31 16:08:18'),
(311974, 2339, '1500-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:18', '2023-10-31 16:08:18'),
(311975, 2339, '1500-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:18', '2023-10-31 16:08:18'),
(311976, 2339, '1501-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:18', '2023-10-31 16:08:18'),
(311977, 2339, '1501-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:18', '2023-10-31 16:08:18'),
(311978, 2339, '1501-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:18', '2023-10-31 16:08:18'),
(311979, 2339, '1501-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:18', '2023-10-31 16:08:18'),
(311980, 2339, '1501-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:18', '2023-10-31 16:08:18'),
(311981, 2339, '1501-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:18', '2023-10-31 16:08:18'),
(311982, 2339, '1501-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:18', '2023-10-31 16:08:18'),
(311983, 2339, '1501-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:18', '2023-10-31 16:08:18'),
(311984, 2339, '1501-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:18', '2023-10-31 16:08:18'),
(311985, 2339, '1501-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:18', '2023-10-31 16:08:18'),
(311986, 2339, '1501-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:18', '2023-10-31 16:08:18'),
(311987, 2339, '1501-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:18', '2023-10-31 16:08:18'),
(311988, 2339, '1502-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:18', '2023-10-31 16:08:18'),
(311989, 2339, '1502-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:18', '2023-10-31 16:08:18'),
(311990, 2339, '1502-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:18', '2023-10-31 16:08:18'),
(311991, 2339, '1502-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:18', '2023-10-31 16:08:18'),
(311992, 2339, '1502-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:18', '2023-10-31 16:08:18'),
(311993, 2339, '1502-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:18', '2023-10-31 16:08:18'),
(311994, 2339, '1502-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:18', '2023-10-31 16:08:18'),
(311995, 2339, '1502-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:18', '2023-10-31 16:08:18'),
(311996, 2339, '1502-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:18', '2023-10-31 16:08:18'),
(311997, 2339, '1502-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:18', '2023-10-31 16:08:18'),
(311998, 2339, '1502-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:18', '2023-10-31 16:08:18'),
(311999, 2339, '1502-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:18', '2023-10-31 16:08:18'),
(312000, 2339, '1503-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:18', '2023-10-31 16:08:18'),
(312001, 2339, '1503-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:18', '2023-10-31 16:08:18'),
(312002, 2339, '1503-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:18', '2023-10-31 16:08:18'),
(312003, 2339, '1503-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:18', '2023-10-31 16:08:18'),
(312004, 2339, '1503-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:18', '2023-10-31 16:08:18'),
(312005, 2339, '1503-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:18', '2023-10-31 16:08:18'),
(312006, 2339, '1503-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:18', '2023-10-31 16:08:18'),
(312007, 2339, '1503-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:18', '2023-10-31 16:08:18'),
(312008, 2339, '1503-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:18', '2023-10-31 16:08:18'),
(312009, 2339, '1503-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:18', '2023-10-31 16:08:18'),
(312010, 2339, '1503-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:18', '2023-10-31 16:08:18'),
(312011, 2339, '1503-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:18', '2023-10-31 16:08:18'),
(312012, 2339, '1504-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:18', '2023-10-31 16:08:18'),
(312013, 2339, '1504-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:18', '2023-10-31 16:08:18'),
(312014, 2339, '1504-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:18', '2023-10-31 16:08:18'),
(312015, 2339, '1504-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:18', '2023-10-31 16:08:18'),
(312016, 2339, '1504-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:18', '2023-10-31 16:08:18'),
(312017, 2339, '1504-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:18', '2023-10-31 16:08:18'),
(312018, 2339, '1504-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:18', '2023-10-31 16:08:18'),
(312019, 2339, '1504-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:18', '2023-10-31 16:08:18'),
(312020, 2339, '1504-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:18', '2023-10-31 16:08:18'),
(312021, 2339, '1504-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:18', '2023-10-31 16:08:18'),
(312022, 2339, '1504-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:18', '2023-10-31 16:08:18'),
(312023, 2339, '1504-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:18', '2023-10-31 16:08:18'),
(312024, 2339, '1505-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:18', '2023-10-31 16:08:18'),
(312025, 2339, '1505-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:18', '2023-10-31 16:08:18'),
(312026, 2339, '1505-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:18', '2023-10-31 16:08:18'),
(312027, 2339, '1505-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:18', '2023-10-31 16:08:18'),
(312028, 2339, '1505-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:18', '2023-10-31 16:08:18'),
(312029, 2339, '1505-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:18', '2023-10-31 16:08:18'),
(312030, 2339, '1505-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:18', '2023-10-31 16:08:18'),
(312031, 2339, '1505-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:18', '2023-10-31 16:08:18'),
(312032, 2339, '1505-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:18', '2023-10-31 16:08:18'),
(312033, 2339, '1505-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:19', '2023-10-31 16:08:19'),
(312034, 2339, '1505-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:19', '2023-10-31 16:08:19'),
(312035, 2339, '1505-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:19', '2023-10-31 16:08:19'),
(312036, 2339, '1506-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:19', '2023-10-31 16:08:19'),
(312037, 2339, '1506-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:19', '2023-10-31 16:08:19'),
(312038, 2339, '1506-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:19', '2023-10-31 16:08:19'),
(312039, 2339, '1506-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:19', '2023-10-31 16:08:19'),
(312040, 2339, '1506-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:19', '2023-10-31 16:08:19'),
(312041, 2339, '1506-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:19', '2023-10-31 16:08:19'),
(312042, 2339, '1506-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:19', '2023-10-31 16:08:19'),
(312043, 2339, '1506-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:19', '2023-10-31 16:08:19'),
(312044, 2339, '1506-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:19', '2023-10-31 16:08:19'),
(312045, 2339, '1506-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:19', '2023-10-31 16:08:19'),
(312046, 2339, '1506-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:19', '2023-10-31 16:08:19'),
(312047, 2339, '1506-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:19', '2023-10-31 16:08:19'),
(312048, 2339, '1507-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:19', '2023-10-31 16:08:19'),
(312049, 2339, '1507-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:19', '2023-10-31 16:08:19'),
(312050, 2339, '1507-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:19', '2023-10-31 16:08:19'),
(312051, 2339, '1507-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:19', '2023-10-31 16:08:19'),
(312052, 2339, '1507-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:19', '2023-10-31 16:08:19'),
(312053, 2339, '1507-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:19', '2023-10-31 16:08:19'),
(312054, 2339, '1507-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:19', '2023-10-31 16:08:19'),
(312055, 2339, '1507-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:19', '2023-10-31 16:08:19'),
(312056, 2339, '1507-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:19', '2023-10-31 16:08:19'),
(312057, 2339, '1507-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:19', '2023-10-31 16:08:19'),
(312058, 2339, '1507-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:19', '2023-10-31 16:08:19'),
(312059, 2339, '1507-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:19', '2023-10-31 16:08:19'),
(312060, 2339, '1508-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:19', '2023-10-31 16:08:19'),
(312061, 2339, '1508-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:19', '2023-10-31 16:08:19'),
(312062, 2339, '1508-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:19', '2023-10-31 16:08:19'),
(312063, 2339, '1508-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:19', '2023-10-31 16:08:19'),
(312064, 2339, '1508-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:19', '2023-10-31 16:08:19'),
(312065, 2339, '1508-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:19', '2023-10-31 16:08:19'),
(312066, 2339, '1508-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:19', '2023-10-31 16:08:19'),
(312067, 2339, '1508-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:19', '2023-10-31 16:08:19'),
(312068, 2339, '1508-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:19', '2023-10-31 16:08:19'),
(312069, 2339, '1508-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:19', '2023-10-31 16:08:19'),
(312070, 2339, '1508-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:19', '2023-10-31 16:08:19'),
(312071, 2339, '1508-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:19', '2023-10-31 16:08:19'),
(312072, 2339, '1509-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:19', '2023-10-31 16:08:19'),
(312073, 2339, '1509-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:19', '2023-10-31 16:08:19'),
(312074, 2339, '1509-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:19', '2023-10-31 16:08:19'),
(312075, 2339, '1509-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:19', '2023-10-31 16:08:19'),
(312076, 2339, '1509-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:19', '2023-10-31 16:08:19'),
(312077, 2339, '1509-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:19', '2023-10-31 16:08:19'),
(312078, 2339, '1509-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:19', '2023-10-31 16:08:19'),
(312079, 2339, '1509-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:19', '2023-10-31 16:08:19'),
(312080, 2339, '1509-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:19', '2023-10-31 16:08:19'),
(312081, 2339, '1509-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:19', '2023-10-31 16:08:19'),
(312082, 2339, '1509-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:19', '2023-10-31 16:08:19'),
(312083, 2339, '1509-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:19', '2023-10-31 16:08:19'),
(312084, 2339, '1510-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:19', '2023-10-31 16:08:19'),
(312085, 2339, '1510-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:19', '2023-10-31 16:08:19'),
(312086, 2339, '1510-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:19', '2023-10-31 16:08:19'),
(312087, 2339, '1510-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:19', '2023-10-31 16:08:19'),
(312088, 2339, '1510-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:19', '2023-10-31 16:08:19'),
(312089, 2339, '1510-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:19', '2023-10-31 16:08:19'),
(312090, 2339, '1510-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:19', '2023-10-31 16:08:19'),
(312091, 2339, '1510-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:19', '2023-10-31 16:08:19'),
(312092, 2339, '1510-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:19', '2023-10-31 16:08:19'),
(312093, 2339, '1510-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:19', '2023-10-31 16:08:19'),
(312094, 2339, '1510-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:19', '2023-10-31 16:08:19'),
(312095, 2339, '1510-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:19', '2023-10-31 16:08:19'),
(312096, 2339, '1511-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:19', '2023-10-31 16:08:19'),
(312097, 2339, '1511-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:19', '2023-10-31 16:08:19'),
(312098, 2339, '1511-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:19', '2023-10-31 16:08:19'),
(312099, 2339, '1511-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:19', '2023-10-31 16:08:19'),
(312100, 2339, '1511-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:19', '2023-10-31 16:08:19'),
(312101, 2339, '1511-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:19', '2023-10-31 16:08:19'),
(312102, 2339, '1511-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:19', '2023-10-31 16:08:19'),
(312103, 2339, '1511-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:19', '2023-10-31 16:08:19'),
(312104, 2339, '1511-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:19', '2023-10-31 16:08:19'),
(312105, 2339, '1511-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:19', '2023-10-31 16:08:19'),
(312106, 2339, '1511-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:19', '2023-10-31 16:08:19'),
(312107, 2339, '1511-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:19', '2023-10-31 16:08:19'),
(312108, 2339, '1512-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:19', '2023-10-31 16:08:19'),
(312109, 2339, '1512-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:19', '2023-10-31 16:08:19'),
(312110, 2339, '1512-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:19', '2023-10-31 16:08:19'),
(312111, 2339, '1512-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:19', '2023-10-31 16:08:19'),
(312112, 2339, '1512-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:19', '2023-10-31 16:08:19'),
(312113, 2339, '1512-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:19', '2023-10-31 16:08:19'),
(312114, 2339, '1512-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:19', '2023-10-31 16:08:19'),
(312115, 2339, '1512-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:19', '2023-10-31 16:08:19'),
(312116, 2339, '1512-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:19', '2023-10-31 16:08:19'),
(312117, 2339, '1512-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:19', '2023-10-31 16:08:19'),
(312118, 2339, '1512-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:19', '2023-10-31 16:08:19'),
(312119, 2339, '1512-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:19', '2023-10-31 16:08:19'),
(312120, 2339, '1513-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:19', '2023-10-31 16:08:19'),
(312121, 2339, '1513-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:19', '2023-10-31 16:08:19'),
(312122, 2339, '1513-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:19', '2023-10-31 16:08:19'),
(312123, 2339, '1513-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:19', '2023-10-31 16:08:19'),
(312124, 2339, '1513-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:19', '2023-10-31 16:08:19'),
(312125, 2339, '1513-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:19', '2023-10-31 16:08:19'),
(312126, 2339, '1513-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:19', '2023-10-31 16:08:19'),
(312127, 2339, '1513-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:19', '2023-10-31 16:08:19'),
(312128, 2339, '1513-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:19', '2023-10-31 16:08:19'),
(312129, 2339, '1513-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:19', '2023-10-31 16:08:19'),
(312130, 2339, '1513-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:19', '2023-10-31 16:08:19'),
(312131, 2339, '1513-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:19', '2023-10-31 16:08:19'),
(312132, 2339, '1514-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:19', '2023-10-31 16:08:19'),
(312133, 2339, '1514-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:19', '2023-10-31 16:08:19'),
(312134, 2339, '1514-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:19', '2023-10-31 16:08:19'),
(312135, 2339, '1514-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:19', '2023-10-31 16:08:19'),
(312136, 2339, '1514-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:19', '2023-10-31 16:08:19'),
(312137, 2339, '1514-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:19', '2023-10-31 16:08:19'),
(312138, 2339, '1514-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:19', '2023-10-31 16:08:19'),
(312139, 2339, '1514-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:19', '2023-10-31 16:08:19'),
(312140, 2339, '1514-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:19', '2023-10-31 16:08:19'),
(312141, 2339, '1514-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:19', '2023-10-31 16:08:19'),
(312142, 2339, '1514-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:19', '2023-10-31 16:08:19'),
(312143, 2339, '1514-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:19', '2023-10-31 16:08:19'),
(312144, 2339, '1515-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:19', '2023-10-31 16:08:19'),
(312145, 2339, '1515-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:19', '2023-10-31 16:08:19'),
(312146, 2339, '1515-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:19', '2023-10-31 16:08:19'),
(312147, 2339, '1515-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:19', '2023-10-31 16:08:19'),
(312148, 2339, '1515-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:19', '2023-10-31 16:08:19'),
(312149, 2339, '1515-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:19', '2023-10-31 16:08:19'),
(312150, 2339, '1515-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:19', '2023-10-31 16:08:19'),
(312151, 2339, '1515-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:19', '2023-10-31 16:08:19'),
(312152, 2339, '1515-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:19', '2023-10-31 16:08:19'),
(312153, 2339, '1515-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:19', '2023-10-31 16:08:19'),
(312154, 2339, '1515-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:19', '2023-10-31 16:08:19'),
(312155, 2339, '1515-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:19', '2023-10-31 16:08:19'),
(312156, 2339, '1516-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:19', '2023-10-31 16:08:19'),
(312157, 2339, '1516-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:19', '2023-10-31 16:08:19'),
(312158, 2339, '1516-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:19', '2023-10-31 16:08:19'),
(312159, 2339, '1516-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:19', '2023-10-31 16:08:19'),
(312160, 2339, '1516-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:19', '2023-10-31 16:08:19'),
(312161, 2339, '1516-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:19', '2023-10-31 16:08:19'),
(312162, 2339, '1516-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:19', '2023-10-31 16:08:19'),
(312163, 2339, '1516-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:19', '2023-10-31 16:08:19'),
(312164, 2339, '1516-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:19', '2023-10-31 16:08:19'),
(312165, 2339, '1516-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:19', '2023-10-31 16:08:19'),
(312166, 2339, '1516-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:19', '2023-10-31 16:08:19'),
(312167, 2339, '1516-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:19', '2023-10-31 16:08:19'),
(312168, 2339, '1517-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:19', '2023-10-31 16:08:19'),
(312169, 2339, '1517-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:19', '2023-10-31 16:08:19'),
(312170, 2339, '1517-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:19', '2023-10-31 16:08:19'),
(312171, 2339, '1517-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:19', '2023-10-31 16:08:19'),
(312172, 2339, '1517-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:19', '2023-10-31 16:08:19'),
(312173, 2339, '1517-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:19', '2023-10-31 16:08:19'),
(312174, 2339, '1517-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:19', '2023-10-31 16:08:19'),
(312175, 2339, '1517-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:19', '2023-10-31 16:08:19'),
(312176, 2339, '1517-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:19', '2023-10-31 16:08:19'),
(312177, 2339, '1517-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:19', '2023-10-31 16:08:19'),
(312178, 2339, '1517-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:19', '2023-10-31 16:08:19'),
(312179, 2339, '1517-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:19', '2023-10-31 16:08:19'),
(312180, 2339, '1518-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:19', '2023-10-31 16:08:19'),
(312181, 2339, '1518-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:19', '2023-10-31 16:08:19'),
(312182, 2339, '1518-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:19', '2023-10-31 16:08:19'),
(312183, 2339, '1518-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:19', '2023-10-31 16:08:19'),
(312184, 2339, '1518-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:19', '2023-10-31 16:08:19'),
(312185, 2339, '1518-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:19', '2023-10-31 16:08:19'),
(312186, 2339, '1518-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:19', '2023-10-31 16:08:19'),
(312187, 2339, '1518-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:19', '2023-10-31 16:08:19'),
(312188, 2339, '1518-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:19', '2023-10-31 16:08:19'),
(312189, 2339, '1518-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:19', '2023-10-31 16:08:19'),
(312190, 2339, '1518-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:19', '2023-10-31 16:08:19'),
(312191, 2339, '1518-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:19', '2023-10-31 16:08:19'),
(312192, 2339, '1519-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:19', '2023-10-31 16:08:19'),
(312193, 2339, '1519-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:19', '2023-10-31 16:08:19'),
(312194, 2339, '1519-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:19', '2023-10-31 16:08:19'),
(312195, 2339, '1519-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:19', '2023-10-31 16:08:19'),
(312196, 2339, '1519-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:19', '2023-10-31 16:08:19'),
(312197, 2339, '1519-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:19', '2023-10-31 16:08:19'),
(312198, 2339, '1519-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:19', '2023-10-31 16:08:19'),
(312199, 2339, '1519-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:19', '2023-10-31 16:08:19'),
(312200, 2339, '1519-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:19', '2023-10-31 16:08:19'),
(312201, 2339, '1519-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:19', '2023-10-31 16:08:19'),
(312202, 2339, '1519-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:19', '2023-10-31 16:08:19'),
(312203, 2339, '1519-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:19', '2023-10-31 16:08:19'),
(312204, 2339, '1520-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:19', '2023-10-31 16:08:19'),
(312205, 2339, '1520-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:19', '2023-10-31 16:08:19'),
(312206, 2339, '1520-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:19', '2023-10-31 16:08:19'),
(312207, 2339, '1520-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:19', '2023-10-31 16:08:19');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(312208, 2339, '1520-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:19', '2023-10-31 16:08:19'),
(312209, 2339, '1520-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:19', '2023-10-31 16:08:19'),
(312210, 2339, '1520-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:19', '2023-10-31 16:08:19'),
(312211, 2339, '1520-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:19', '2023-10-31 16:08:19'),
(312212, 2339, '1520-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:19', '2023-10-31 16:08:19'),
(312213, 2339, '1520-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:19', '2023-10-31 16:08:19'),
(312214, 2339, '1520-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:19', '2023-10-31 16:08:19'),
(312215, 2339, '1520-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:19', '2023-10-31 16:08:19'),
(312216, 2339, '1521-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:19', '2023-10-31 16:08:19'),
(312217, 2339, '1521-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:19', '2023-10-31 16:08:19'),
(312218, 2339, '1521-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:19', '2023-10-31 16:08:19'),
(312219, 2339, '1521-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:19', '2023-10-31 16:08:19'),
(312220, 2339, '1521-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:19', '2023-10-31 16:08:19'),
(312221, 2339, '1521-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:19', '2023-10-31 16:08:19'),
(312222, 2339, '1521-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:19', '2023-10-31 16:08:19'),
(312223, 2339, '1521-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:19', '2023-10-31 16:08:19'),
(312224, 2339, '1521-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:19', '2023-10-31 16:08:19'),
(312225, 2339, '1521-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:19', '2023-10-31 16:08:19'),
(312226, 2339, '1521-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:19', '2023-10-31 16:08:19'),
(312227, 2339, '1521-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:19', '2023-10-31 16:08:19'),
(312228, 2339, '1522-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:19', '2023-10-31 16:08:19'),
(312229, 2339, '1522-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:19', '2023-10-31 16:08:19'),
(312230, 2339, '1522-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:19', '2023-10-31 16:08:19'),
(312231, 2339, '1522-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:19', '2023-10-31 16:08:19'),
(312232, 2339, '1522-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:19', '2023-10-31 16:08:19'),
(312233, 2339, '1522-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:19', '2023-10-31 16:08:19'),
(312234, 2339, '1522-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:19', '2023-10-31 16:08:19'),
(312235, 2339, '1522-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:19', '2023-10-31 16:08:19'),
(312236, 2339, '1522-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:19', '2023-10-31 16:08:19'),
(312237, 2339, '1522-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:19', '2023-10-31 16:08:19'),
(312238, 2339, '1522-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:19', '2023-10-31 16:08:19'),
(312239, 2339, '1522-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:19', '2023-10-31 16:08:19'),
(312240, 2339, '1523-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:19', '2023-10-31 16:08:19'),
(312241, 2339, '1523-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:19', '2023-10-31 16:08:19'),
(312242, 2339, '1523-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:19', '2023-10-31 16:08:19'),
(312243, 2339, '1523-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:19', '2023-10-31 16:08:19'),
(312244, 2339, '1523-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:19', '2023-10-31 16:08:19'),
(312245, 2339, '1523-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:19', '2023-10-31 16:08:19'),
(312246, 2339, '1523-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:20', '2023-10-31 16:08:20'),
(312247, 2339, '1523-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:20', '2023-10-31 16:08:20'),
(312248, 2339, '1523-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:20', '2023-10-31 16:08:20'),
(312249, 2339, '1523-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:20', '2023-10-31 16:08:20'),
(312250, 2339, '1523-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:20', '2023-10-31 16:08:20'),
(312251, 2339, '1523-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:20', '2023-10-31 16:08:20'),
(312252, 2339, '1524-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:20', '2023-10-31 16:08:20'),
(312253, 2339, '1524-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:20', '2023-10-31 16:08:20'),
(312254, 2339, '1524-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:20', '2023-10-31 16:08:20'),
(312255, 2339, '1524-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:20', '2023-10-31 16:08:20'),
(312256, 2339, '1524-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:20', '2023-10-31 16:08:20'),
(312257, 2339, '1524-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:20', '2023-10-31 16:08:20'),
(312258, 2339, '1524-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:20', '2023-10-31 16:08:20'),
(312259, 2339, '1524-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:20', '2023-10-31 16:08:20'),
(312260, 2339, '1524-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:20', '2023-10-31 16:08:20'),
(312261, 2339, '1524-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:20', '2023-10-31 16:08:20'),
(312262, 2339, '1524-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:20', '2023-10-31 16:08:20'),
(312263, 2339, '1524-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:20', '2023-10-31 16:08:20'),
(312264, 2339, '1525-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:20', '2023-10-31 16:08:20'),
(312265, 2339, '1525-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:20', '2023-10-31 16:08:20'),
(312266, 2339, '1525-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:20', '2023-10-31 16:08:20'),
(312267, 2339, '1525-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:20', '2023-10-31 16:08:20'),
(312268, 2339, '1525-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:20', '2023-10-31 16:08:20'),
(312269, 2339, '1525-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:20', '2023-10-31 16:08:20'),
(312270, 2339, '1525-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:20', '2023-10-31 16:08:20'),
(312271, 2339, '1525-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:20', '2023-10-31 16:08:20'),
(312272, 2339, '1525-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:20', '2023-10-31 16:08:20'),
(312273, 2339, '1525-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:20', '2023-10-31 16:08:20'),
(312274, 2339, '1525-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:20', '2023-10-31 16:08:20'),
(312275, 2339, '1525-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:20', '2023-10-31 16:08:20'),
(312276, 2339, '1526-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:20', '2023-10-31 16:08:20'),
(312277, 2339, '1526-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:20', '2023-10-31 16:08:20'),
(312278, 2339, '1526-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:20', '2023-10-31 16:08:20'),
(312279, 2339, '1526-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:20', '2023-10-31 16:08:20'),
(312280, 2339, '1526-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:20', '2023-10-31 16:08:20'),
(312281, 2339, '1526-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:20', '2023-10-31 16:08:20'),
(312282, 2339, '1526-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:20', '2023-10-31 16:08:20'),
(312283, 2339, '1526-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:20', '2023-10-31 16:08:20'),
(312284, 2339, '1526-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:20', '2023-10-31 16:08:20'),
(312285, 2339, '1526-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:20', '2023-10-31 16:08:20'),
(312286, 2339, '1526-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:20', '2023-10-31 16:08:20'),
(312287, 2339, '1526-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:20', '2023-10-31 16:08:20'),
(312288, 2339, '1527-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:20', '2023-10-31 16:08:20'),
(312289, 2339, '1527-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:20', '2023-10-31 16:08:20'),
(312290, 2339, '1527-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:20', '2023-10-31 16:08:20'),
(312291, 2339, '1527-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:20', '2023-10-31 16:08:20'),
(312292, 2339, '1527-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:20', '2023-10-31 16:08:20'),
(312293, 2339, '1527-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:20', '2023-10-31 16:08:20'),
(312294, 2339, '1527-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:20', '2023-10-31 16:08:20'),
(312295, 2339, '1527-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:20', '2023-10-31 16:08:20'),
(312296, 2339, '1527-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:20', '2023-10-31 16:08:20'),
(312297, 2339, '1527-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:20', '2023-10-31 16:08:20'),
(312298, 2339, '1527-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:20', '2023-10-31 16:08:20'),
(312299, 2339, '1527-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:20', '2023-10-31 16:08:20'),
(312300, 2339, '1528-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:20', '2023-10-31 16:08:20'),
(312301, 2339, '1528-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:20', '2023-10-31 16:08:20'),
(312302, 2339, '1528-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:20', '2023-10-31 16:08:20'),
(312303, 2339, '1528-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:20', '2023-10-31 16:08:20'),
(312304, 2339, '1528-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:20', '2023-10-31 16:08:20'),
(312305, 2339, '1528-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:20', '2023-10-31 16:08:20'),
(312306, 2339, '1528-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:20', '2023-10-31 16:08:20'),
(312307, 2339, '1528-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:20', '2023-10-31 16:08:20'),
(312308, 2339, '1528-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:20', '2023-10-31 16:08:20'),
(312309, 2339, '1528-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:20', '2023-10-31 16:08:20'),
(312310, 2339, '1528-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:20', '2023-10-31 16:08:20'),
(312311, 2339, '1528-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:20', '2023-10-31 16:08:20'),
(312312, 2339, '1529-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:20', '2023-10-31 16:08:20'),
(312313, 2339, '1529-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:20', '2023-10-31 16:08:20'),
(312314, 2339, '1529-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:20', '2023-10-31 16:08:20'),
(312315, 2339, '1529-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:20', '2023-10-31 16:08:20'),
(312316, 2339, '1529-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:20', '2023-10-31 16:08:20'),
(312317, 2339, '1529-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:20', '2023-10-31 16:08:20'),
(312318, 2339, '1529-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:20', '2023-10-31 16:08:20'),
(312319, 2339, '1529-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:20', '2023-10-31 16:08:20'),
(312320, 2339, '1529-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:20', '2023-10-31 16:08:20'),
(312321, 2339, '1529-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:20', '2023-10-31 16:08:20'),
(312322, 2339, '1529-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:20', '2023-10-31 16:08:20'),
(312323, 2339, '1529-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:20', '2023-10-31 16:08:20'),
(312324, 2339, '1530-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:20', '2023-10-31 16:08:20'),
(312325, 2339, '1530-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:20', '2023-10-31 16:08:20'),
(312326, 2339, '1530-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:20', '2023-10-31 16:08:20'),
(312327, 2339, '1530-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:20', '2023-10-31 16:08:20'),
(312328, 2339, '1530-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:20', '2023-10-31 16:08:20'),
(312329, 2339, '1530-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:20', '2023-10-31 16:08:20'),
(312330, 2339, '1530-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:20', '2023-10-31 16:08:20'),
(312331, 2339, '1530-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:20', '2023-10-31 16:08:20'),
(312332, 2339, '1530-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:20', '2023-10-31 16:08:20'),
(312333, 2339, '1530-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:20', '2023-10-31 16:08:20'),
(312334, 2339, '1530-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:20', '2023-10-31 16:08:20'),
(312335, 2339, '1530-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:20', '2023-10-31 16:08:20'),
(312336, 2339, '1531-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:20', '2023-10-31 16:08:20'),
(312337, 2339, '1531-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:20', '2023-10-31 16:08:20'),
(312338, 2339, '1531-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:20', '2023-10-31 16:08:20'),
(312339, 2339, '1531-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:20', '2023-10-31 16:08:20'),
(312340, 2339, '1531-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:20', '2023-10-31 16:08:20'),
(312341, 2339, '1531-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:20', '2023-10-31 16:08:20'),
(312342, 2339, '1531-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:20', '2023-10-31 16:08:20'),
(312343, 2339, '1531-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:20', '2023-10-31 16:08:20'),
(312344, 2339, '1531-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:20', '2023-10-31 16:08:20'),
(312345, 2339, '1531-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:20', '2023-10-31 16:08:20'),
(312346, 2339, '1531-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:20', '2023-10-31 16:08:20'),
(312347, 2339, '1531-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:20', '2023-10-31 16:08:20'),
(312348, 2339, '1532-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:20', '2023-10-31 16:08:20'),
(312349, 2339, '1532-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:20', '2023-10-31 16:08:20'),
(312350, 2339, '1532-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:20', '2023-10-31 16:08:20'),
(312351, 2339, '1532-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:20', '2023-10-31 16:08:20'),
(312352, 2339, '1532-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:20', '2023-10-31 16:08:20'),
(312353, 2339, '1532-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:20', '2023-10-31 16:08:20'),
(312354, 2339, '1532-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:20', '2023-10-31 16:08:20'),
(312355, 2339, '1532-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:20', '2023-10-31 16:08:20'),
(312356, 2339, '1532-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:20', '2023-10-31 16:08:20'),
(312357, 2339, '1532-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:20', '2023-10-31 16:08:20'),
(312358, 2339, '1532-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:20', '2023-10-31 16:08:20'),
(312359, 2339, '1532-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:20', '2023-10-31 16:08:20'),
(312360, 2339, '1533-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:20', '2023-10-31 16:08:20'),
(312361, 2339, '1533-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:20', '2023-10-31 16:08:20'),
(312362, 2339, '1533-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:20', '2023-10-31 16:08:20'),
(312363, 2339, '1533-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:20', '2023-10-31 16:08:20'),
(312364, 2339, '1533-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:20', '2023-10-31 16:08:20'),
(312365, 2339, '1533-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:20', '2023-10-31 16:08:20'),
(312366, 2339, '1533-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:20', '2023-10-31 16:08:20'),
(312367, 2339, '1533-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:20', '2023-10-31 16:08:20'),
(312368, 2339, '1533-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:20', '2023-10-31 16:08:20'),
(312369, 2339, '1533-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:20', '2023-10-31 16:08:20'),
(312370, 2339, '1533-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:20', '2023-10-31 16:08:20'),
(312371, 2339, '1533-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:20', '2023-10-31 16:08:20'),
(312372, 2339, '1534-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:20', '2023-10-31 16:08:20'),
(312373, 2339, '1534-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:20', '2023-10-31 16:08:20'),
(312374, 2339, '1534-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:20', '2023-10-31 16:08:20'),
(312375, 2339, '1534-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:20', '2023-10-31 16:08:20'),
(312376, 2339, '1534-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:20', '2023-10-31 16:08:20'),
(312377, 2339, '1534-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:20', '2023-10-31 16:08:20'),
(312378, 2339, '1534-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:20', '2023-10-31 16:08:20'),
(312379, 2339, '1534-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:20', '2023-10-31 16:08:20'),
(312380, 2339, '1534-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:20', '2023-10-31 16:08:20'),
(312381, 2339, '1534-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:20', '2023-10-31 16:08:20'),
(312382, 2339, '1534-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:20', '2023-10-31 16:08:20'),
(312383, 2339, '1534-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:20', '2023-10-31 16:08:20'),
(312384, 2339, '1535-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:20', '2023-10-31 16:08:20'),
(312385, 2339, '1535-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:20', '2023-10-31 16:08:20'),
(312386, 2339, '1535-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:20', '2023-10-31 16:08:20'),
(312387, 2339, '1535-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:20', '2023-10-31 16:08:20'),
(312388, 2339, '1535-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:20', '2023-10-31 16:08:20'),
(312389, 2339, '1535-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:20', '2023-10-31 16:08:20'),
(312390, 2339, '1535-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:20', '2023-10-31 16:08:20'),
(312391, 2339, '1535-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:20', '2023-10-31 16:08:20'),
(312392, 2339, '1535-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:20', '2023-10-31 16:08:20'),
(312393, 2339, '1535-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:20', '2023-10-31 16:08:20'),
(312394, 2339, '1535-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:20', '2023-10-31 16:08:20'),
(312395, 2339, '1535-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:20', '2023-10-31 16:08:20'),
(312396, 2339, '1536-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:20', '2023-10-31 16:08:20'),
(312397, 2339, '1536-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:20', '2023-10-31 16:08:20'),
(312398, 2339, '1536-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:20', '2023-10-31 16:08:20'),
(312399, 2339, '1536-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:20', '2023-10-31 16:08:20'),
(312400, 2339, '1536-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:20', '2023-10-31 16:08:20'),
(312401, 2339, '1536-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:20', '2023-10-31 16:08:20'),
(312402, 2339, '1536-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:20', '2023-10-31 16:08:20'),
(312403, 2339, '1536-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:20', '2023-10-31 16:08:20'),
(312404, 2339, '1536-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:20', '2023-10-31 16:08:20'),
(312405, 2339, '1536-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:20', '2023-10-31 16:08:20'),
(312406, 2339, '1536-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:20', '2023-10-31 16:08:20'),
(312407, 2339, '1536-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:20', '2023-10-31 16:08:20'),
(312408, 2339, '1537-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:20', '2023-10-31 16:08:20'),
(312409, 2339, '1537-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:20', '2023-10-31 16:08:20'),
(312410, 2339, '1537-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:20', '2023-10-31 16:08:20'),
(312411, 2339, '1537-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:20', '2023-10-31 16:08:20'),
(312412, 2339, '1537-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:20', '2023-10-31 16:08:20'),
(312413, 2339, '1537-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:20', '2023-10-31 16:08:20'),
(312414, 2339, '1537-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:20', '2023-10-31 16:08:20'),
(312415, 2339, '1537-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:20', '2023-10-31 16:08:20'),
(312416, 2339, '1537-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:20', '2023-10-31 16:08:20'),
(312417, 2339, '1537-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:20', '2023-10-31 16:08:20'),
(312418, 2339, '1537-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:20', '2023-10-31 16:08:20'),
(312419, 2339, '1537-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:20', '2023-10-31 16:08:20'),
(312420, 2339, '1538-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:20', '2023-10-31 16:08:20'),
(312421, 2339, '1538-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:20', '2023-10-31 16:08:20'),
(312422, 2339, '1538-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:20', '2023-10-31 16:08:20'),
(312423, 2339, '1538-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:20', '2023-10-31 16:08:20'),
(312424, 2339, '1538-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:20', '2023-10-31 16:08:20'),
(312425, 2339, '1538-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:20', '2023-10-31 16:08:20'),
(312426, 2339, '1538-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:20', '2023-10-31 16:08:20'),
(312427, 2339, '1538-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:20', '2023-10-31 16:08:20'),
(312428, 2339, '1538-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:20', '2023-10-31 16:08:20'),
(312429, 2339, '1538-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:20', '2023-10-31 16:08:20'),
(312430, 2339, '1538-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:20', '2023-10-31 16:08:20'),
(312431, 2339, '1538-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:20', '2023-10-31 16:08:20'),
(312432, 2339, '1539-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:20', '2023-10-31 16:08:20'),
(312433, 2339, '1539-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:20', '2023-10-31 16:08:20'),
(312434, 2339, '1539-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:20', '2023-10-31 16:08:20'),
(312435, 2339, '1539-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:20', '2023-10-31 16:08:20'),
(312436, 2339, '1539-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:20', '2023-10-31 16:08:20'),
(312437, 2339, '1539-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:20', '2023-10-31 16:08:20'),
(312438, 2339, '1539-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:20', '2023-10-31 16:08:20'),
(312439, 2339, '1539-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:20', '2023-10-31 16:08:20'),
(312440, 2339, '1539-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:20', '2023-10-31 16:08:20'),
(312441, 2339, '1539-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:20', '2023-10-31 16:08:20'),
(312442, 2339, '1539-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:20', '2023-10-31 16:08:20'),
(312443, 2339, '1539-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:20', '2023-10-31 16:08:20'),
(312444, 2339, '1540-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:20', '2023-10-31 16:08:20'),
(312445, 2339, '1540-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:20', '2023-10-31 16:08:20'),
(312446, 2339, '1540-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:20', '2023-10-31 16:08:20'),
(312447, 2339, '1540-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:20', '2023-10-31 16:08:20'),
(312448, 2339, '1540-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:20', '2023-10-31 16:08:20'),
(312449, 2339, '1540-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:20', '2023-10-31 16:08:20'),
(312450, 2339, '1540-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:20', '2023-10-31 16:08:20'),
(312451, 2339, '1540-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:20', '2023-10-31 16:08:20'),
(312452, 2339, '1540-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:20', '2023-10-31 16:08:20'),
(312453, 2339, '1540-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:20', '2023-10-31 16:08:20'),
(312454, 2339, '1540-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:20', '2023-10-31 16:08:20'),
(312455, 2339, '1540-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:21', '2023-10-31 16:08:21'),
(312456, 2339, '1541-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:21', '2023-10-31 16:08:21'),
(312457, 2339, '1541-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:21', '2023-10-31 16:08:21'),
(312458, 2339, '1541-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:21', '2023-10-31 16:08:21'),
(312459, 2339, '1541-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:21', '2023-10-31 16:08:21'),
(312460, 2339, '1541-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:21', '2023-10-31 16:08:21'),
(312461, 2339, '1541-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:21', '2023-10-31 16:08:21'),
(312462, 2339, '1541-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:21', '2023-10-31 16:08:21'),
(312463, 2339, '1541-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:21', '2023-10-31 16:08:21'),
(312464, 2339, '1541-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:21', '2023-10-31 16:08:21'),
(312465, 2339, '1541-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:21', '2023-10-31 16:08:21'),
(312466, 2339, '1541-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:21', '2023-10-31 16:08:21'),
(312467, 2339, '1541-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:21', '2023-10-31 16:08:21'),
(312468, 2339, '1542-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:21', '2023-10-31 16:08:21'),
(312469, 2339, '1542-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:21', '2023-10-31 16:08:21'),
(312470, 2339, '1542-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:21', '2023-10-31 16:08:21'),
(312471, 2339, '1542-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:21', '2023-10-31 16:08:21'),
(312472, 2339, '1542-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:21', '2023-10-31 16:08:21'),
(312473, 2339, '1542-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:21', '2023-10-31 16:08:21'),
(312474, 2339, '1542-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:21', '2023-10-31 16:08:21'),
(312475, 2339, '1542-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:21', '2023-10-31 16:08:21'),
(312476, 2339, '1542-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:21', '2023-10-31 16:08:21'),
(312477, 2339, '1542-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:21', '2023-10-31 16:08:21'),
(312478, 2339, '1542-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:21', '2023-10-31 16:08:21'),
(312479, 2339, '1542-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:21', '2023-10-31 16:08:21'),
(312480, 2339, '1543-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:21', '2023-10-31 16:08:21'),
(312481, 2339, '1543-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:21', '2023-10-31 16:08:21'),
(312482, 2339, '1543-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:21', '2023-10-31 16:08:21'),
(312483, 2339, '1543-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:21', '2023-10-31 16:08:21'),
(312484, 2339, '1543-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:21', '2023-10-31 16:08:21'),
(312485, 2339, '1543-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:21', '2023-10-31 16:08:21'),
(312486, 2339, '1543-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:21', '2023-10-31 16:08:21'),
(312487, 2339, '1543-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:21', '2023-10-31 16:08:21'),
(312488, 2339, '1543-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:21', '2023-10-31 16:08:21'),
(312489, 2339, '1543-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:21', '2023-10-31 16:08:21'),
(312490, 2339, '1543-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:21', '2023-10-31 16:08:21'),
(312491, 2339, '1543-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:21', '2023-10-31 16:08:21'),
(312492, 2339, '1544-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:21', '2023-10-31 16:08:21'),
(312493, 2339, '1544-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:21', '2023-10-31 16:08:21'),
(312494, 2339, '1544-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:21', '2023-10-31 16:08:21'),
(312495, 2339, '1544-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:21', '2023-10-31 16:08:21'),
(312496, 2339, '1544-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:21', '2023-10-31 16:08:21'),
(312497, 2339, '1544-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:21', '2023-10-31 16:08:21'),
(312498, 2339, '1544-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:21', '2023-10-31 16:08:21'),
(312499, 2339, '1544-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:21', '2023-10-31 16:08:21'),
(312500, 2339, '1544-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:21', '2023-10-31 16:08:21'),
(312501, 2339, '1544-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:21', '2023-10-31 16:08:21'),
(312502, 2339, '1544-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:21', '2023-10-31 16:08:21'),
(312503, 2339, '1544-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:21', '2023-10-31 16:08:21'),
(312504, 2339, '1545-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:21', '2023-10-31 16:08:21'),
(312505, 2339, '1545-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:21', '2023-10-31 16:08:21'),
(312506, 2339, '1545-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:21', '2023-10-31 16:08:21'),
(312507, 2339, '1545-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:21', '2023-10-31 16:08:21'),
(312508, 2339, '1545-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:21', '2023-10-31 16:08:21'),
(312509, 2339, '1545-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:21', '2023-10-31 16:08:21'),
(312510, 2339, '1545-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:21', '2023-10-31 16:08:21'),
(312511, 2339, '1545-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:21', '2023-10-31 16:08:21'),
(312512, 2339, '1545-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:21', '2023-10-31 16:08:21'),
(312513, 2339, '1545-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:21', '2023-10-31 16:08:21'),
(312514, 2339, '1545-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:21', '2023-10-31 16:08:21'),
(312515, 2339, '1545-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:21', '2023-10-31 16:08:21'),
(312516, 2339, '1546-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:21', '2023-10-31 16:08:21'),
(312517, 2339, '1546-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:21', '2023-10-31 16:08:21'),
(312518, 2339, '1546-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:21', '2023-10-31 16:08:21'),
(312519, 2339, '1546-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:21', '2023-10-31 16:08:21'),
(312520, 2339, '1546-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:21', '2023-10-31 16:08:21'),
(312521, 2339, '1546-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:21', '2023-10-31 16:08:21'),
(312522, 2339, '1546-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:21', '2023-10-31 16:08:21'),
(312523, 2339, '1546-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:21', '2023-10-31 16:08:21'),
(312524, 2339, '1546-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:21', '2023-10-31 16:08:21'),
(312525, 2339, '1546-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:21', '2023-10-31 16:08:21'),
(312526, 2339, '1546-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:21', '2023-10-31 16:08:21'),
(312527, 2339, '1546-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:21', '2023-10-31 16:08:21'),
(312528, 2339, '1547-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:21', '2023-10-31 16:08:21'),
(312529, 2339, '1547-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:21', '2023-10-31 16:08:21'),
(312530, 2339, '1547-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:21', '2023-10-31 16:08:21'),
(312531, 2339, '1547-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:21', '2023-10-31 16:08:21'),
(312532, 2339, '1547-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:21', '2023-10-31 16:08:21'),
(312533, 2339, '1547-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:21', '2023-10-31 16:08:21'),
(312534, 2339, '1547-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:21', '2023-10-31 16:08:21'),
(312535, 2339, '1547-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:21', '2023-10-31 16:08:21'),
(312536, 2339, '1547-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:21', '2023-10-31 16:08:21'),
(312537, 2339, '1547-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:21', '2023-10-31 16:08:21'),
(312538, 2339, '1547-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:21', '2023-10-31 16:08:21'),
(312539, 2339, '1547-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:21', '2023-10-31 16:08:21'),
(312540, 2339, '1548-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:21', '2023-10-31 16:08:21'),
(312541, 2339, '1548-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:21', '2023-10-31 16:08:21'),
(312542, 2339, '1548-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:21', '2023-10-31 16:08:21'),
(312543, 2339, '1548-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:21', '2023-10-31 16:08:21'),
(312544, 2339, '1548-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:21', '2023-10-31 16:08:21'),
(312545, 2339, '1548-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:21', '2023-10-31 16:08:21'),
(312546, 2339, '1548-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:21', '2023-10-31 16:08:21'),
(312547, 2339, '1548-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:21', '2023-10-31 16:08:21'),
(312548, 2339, '1548-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:21', '2023-10-31 16:08:21'),
(312549, 2339, '1548-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:21', '2023-10-31 16:08:21'),
(312550, 2339, '1548-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:21', '2023-10-31 16:08:21'),
(312551, 2339, '1548-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:21', '2023-10-31 16:08:21'),
(312552, 2339, '1549-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:21', '2023-10-31 16:08:21'),
(312553, 2339, '1549-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:21', '2023-10-31 16:08:21'),
(312554, 2339, '1549-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:21', '2023-10-31 16:08:21'),
(312555, 2339, '1549-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:21', '2023-10-31 16:08:21'),
(312556, 2339, '1549-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:21', '2023-10-31 16:08:21'),
(312557, 2339, '1549-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:21', '2023-10-31 16:08:21'),
(312558, 2339, '1549-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:21', '2023-10-31 16:08:21'),
(312559, 2339, '1549-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:21', '2023-10-31 16:08:21'),
(312560, 2339, '1549-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:21', '2023-10-31 16:08:21'),
(312561, 2339, '1549-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:21', '2023-10-31 16:08:21'),
(312562, 2339, '1549-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:21', '2023-10-31 16:08:21'),
(312563, 2339, '1549-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:21', '2023-10-31 16:08:21'),
(312564, 2339, '1550-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:21', '2023-10-31 16:08:21'),
(312565, 2339, '1550-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:21', '2023-10-31 16:08:21'),
(312566, 2339, '1550-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:21', '2023-10-31 16:08:21'),
(312567, 2339, '1550-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:21', '2023-10-31 16:08:21'),
(312568, 2339, '1550-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:21', '2023-10-31 16:08:21'),
(312569, 2339, '1550-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:21', '2023-10-31 16:08:21'),
(312570, 2339, '1550-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:21', '2023-10-31 16:08:21'),
(312571, 2339, '1550-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:21', '2023-10-31 16:08:21'),
(312572, 2339, '1550-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:21', '2023-10-31 16:08:21'),
(312573, 2339, '1550-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:21', '2023-10-31 16:08:21'),
(312574, 2339, '1550-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:21', '2023-10-31 16:08:21'),
(312575, 2339, '1550-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:21', '2023-10-31 16:08:21'),
(312576, 2339, '1551-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:21', '2023-10-31 16:08:21'),
(312577, 2339, '1551-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:21', '2023-10-31 16:08:21'),
(312578, 2339, '1551-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:21', '2023-10-31 16:08:21'),
(312579, 2339, '1551-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:21', '2023-10-31 16:08:21'),
(312580, 2339, '1551-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:21', '2023-10-31 16:08:21'),
(312581, 2339, '1551-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:21', '2023-10-31 16:08:21'),
(312582, 2339, '1551-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:21', '2023-10-31 16:08:21'),
(312583, 2339, '1551-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:21', '2023-10-31 16:08:21'),
(312584, 2339, '1551-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:21', '2023-10-31 16:08:21'),
(312585, 2339, '1551-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:21', '2023-10-31 16:08:21'),
(312586, 2339, '1551-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:21', '2023-10-31 16:08:21'),
(312587, 2339, '1551-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:21', '2023-10-31 16:08:21'),
(312588, 2339, '1552-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:21', '2023-10-31 16:08:21'),
(312589, 2339, '1552-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:21', '2023-10-31 16:08:21'),
(312590, 2339, '1552-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:21', '2023-10-31 16:08:21'),
(312591, 2339, '1552-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:21', '2023-10-31 16:08:21'),
(312592, 2339, '1552-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:21', '2023-10-31 16:08:21'),
(312593, 2339, '1552-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:21', '2023-10-31 16:08:21'),
(312594, 2339, '1552-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:21', '2023-10-31 16:08:21'),
(312595, 2339, '1552-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:21', '2023-10-31 16:08:21'),
(312596, 2339, '1552-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:21', '2023-10-31 16:08:21'),
(312597, 2339, '1552-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:21', '2023-10-31 16:08:21'),
(312598, 2339, '1552-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:21', '2023-10-31 16:08:21'),
(312599, 2339, '1552-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:21', '2023-10-31 16:08:21'),
(312600, 2339, '1553-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:21', '2023-10-31 16:08:21'),
(312601, 2339, '1553-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:21', '2023-10-31 16:08:21'),
(312602, 2339, '1553-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:21', '2023-10-31 16:08:21'),
(312603, 2339, '1553-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:21', '2023-10-31 16:08:21'),
(312604, 2339, '1553-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:21', '2023-10-31 16:08:21'),
(312605, 2339, '1553-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:21', '2023-10-31 16:08:21'),
(312606, 2339, '1553-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:21', '2023-10-31 16:08:21'),
(312607, 2339, '1553-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:21', '2023-10-31 16:08:21'),
(312608, 2339, '1553-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:21', '2023-10-31 16:08:21'),
(312609, 2339, '1553-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:21', '2023-10-31 16:08:21'),
(312610, 2339, '1553-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:21', '2023-10-31 16:08:21'),
(312611, 2339, '1553-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:21', '2023-10-31 16:08:21'),
(312612, 2339, '1554-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:21', '2023-10-31 16:08:21'),
(312613, 2339, '1554-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:21', '2023-10-31 16:08:21'),
(312614, 2339, '1554-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:21', '2023-10-31 16:08:21'),
(312615, 2339, '1554-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:21', '2023-10-31 16:08:21'),
(312616, 2339, '1554-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:21', '2023-10-31 16:08:21'),
(312617, 2339, '1554-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:21', '2023-10-31 16:08:21'),
(312618, 2339, '1554-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:21', '2023-10-31 16:08:21'),
(312619, 2339, '1554-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:21', '2023-10-31 16:08:21'),
(312620, 2339, '1554-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:21', '2023-10-31 16:08:21'),
(312621, 2339, '1554-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:21', '2023-10-31 16:08:21'),
(312622, 2339, '1554-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:21', '2023-10-31 16:08:21'),
(312623, 2339, '1554-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:21', '2023-10-31 16:08:21'),
(312624, 2339, '1555-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:21', '2023-10-31 16:08:21'),
(312625, 2339, '1555-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:21', '2023-10-31 16:08:21'),
(312626, 2339, '1555-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:21', '2023-10-31 16:08:21'),
(312627, 2339, '1555-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:21', '2023-10-31 16:08:21'),
(312628, 2339, '1555-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:21', '2023-10-31 16:08:21'),
(312629, 2339, '1555-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:21', '2023-10-31 16:08:21'),
(312630, 2339, '1555-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:21', '2023-10-31 16:08:21'),
(312631, 2339, '1555-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:21', '2023-10-31 16:08:21'),
(312632, 2339, '1555-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:21', '2023-10-31 16:08:21'),
(312633, 2339, '1555-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:21', '2023-10-31 16:08:21'),
(312634, 2339, '1555-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:21', '2023-10-31 16:08:21'),
(312635, 2339, '1555-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:21', '2023-10-31 16:08:21'),
(312636, 2339, '1556-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:21', '2023-10-31 16:08:21'),
(312637, 2339, '1556-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:21', '2023-10-31 16:08:21'),
(312638, 2339, '1556-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:21', '2023-10-31 16:08:21'),
(312639, 2339, '1556-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:21', '2023-10-31 16:08:21'),
(312640, 2339, '1556-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:21', '2023-10-31 16:08:21'),
(312641, 2339, '1556-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:21', '2023-10-31 16:08:21'),
(312642, 2339, '1556-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:21', '2023-10-31 16:08:21'),
(312643, 2339, '1556-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:21', '2023-10-31 16:08:21'),
(312644, 2339, '1556-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:21', '2023-10-31 16:08:21'),
(312645, 2339, '1556-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:21', '2023-10-31 16:08:21'),
(312646, 2339, '1556-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:21', '2023-10-31 16:08:21'),
(312647, 2339, '1556-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:21', '2023-10-31 16:08:21'),
(312648, 2339, '1557-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:21', '2023-10-31 16:08:21'),
(312649, 2339, '1557-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:21', '2023-10-31 16:08:21'),
(312650, 2339, '1557-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:21', '2023-10-31 16:08:21'),
(312651, 2339, '1557-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:21', '2023-10-31 16:08:21'),
(312652, 2339, '1557-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:21', '2023-10-31 16:08:21'),
(312653, 2339, '1557-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:21', '2023-10-31 16:08:21'),
(312654, 2339, '1557-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:21', '2023-10-31 16:08:21'),
(312655, 2339, '1557-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:21', '2023-10-31 16:08:21'),
(312656, 2339, '1557-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:21', '2023-10-31 16:08:21'),
(312657, 2339, '1557-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:21', '2023-10-31 16:08:21'),
(312658, 2339, '1557-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:21', '2023-10-31 16:08:21'),
(312659, 2339, '1557-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:21', '2023-10-31 16:08:21'),
(312660, 2339, '1558-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:21', '2023-10-31 16:08:21'),
(312661, 2339, '1558-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:21', '2023-10-31 16:08:21'),
(312662, 2339, '1558-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:21', '2023-10-31 16:08:21'),
(312663, 2339, '1558-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:21', '2023-10-31 16:08:21'),
(312664, 2339, '1558-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:21', '2023-10-31 16:08:21'),
(312665, 2339, '1558-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:21', '2023-10-31 16:08:21'),
(312666, 2339, '1558-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:21', '2023-10-31 16:08:21'),
(312667, 2339, '1558-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:21', '2023-10-31 16:08:21'),
(312668, 2339, '1558-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:21', '2023-10-31 16:08:21'),
(312669, 2339, '1558-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:21', '2023-10-31 16:08:21'),
(312670, 2339, '1558-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:21', '2023-10-31 16:08:21'),
(312671, 2339, '1558-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:21', '2023-10-31 16:08:21'),
(312672, 2339, '1559-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:22', '2023-10-31 16:08:22');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(312673, 2339, '1559-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:22', '2023-10-31 16:08:22'),
(312674, 2339, '1559-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:22', '2023-10-31 16:08:22'),
(312675, 2339, '1559-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:22', '2023-10-31 16:08:22'),
(312676, 2339, '1559-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:22', '2023-10-31 16:08:22'),
(312677, 2339, '1559-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:22', '2023-10-31 16:08:22'),
(312678, 2339, '1559-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:22', '2023-10-31 16:08:22'),
(312679, 2339, '1559-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:22', '2023-10-31 16:08:22'),
(312680, 2339, '1559-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:22', '2023-10-31 16:08:22'),
(312681, 2339, '1559-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:22', '2023-10-31 16:08:22'),
(312682, 2339, '1559-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:22', '2023-10-31 16:08:22'),
(312683, 2339, '1559-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:22', '2023-10-31 16:08:22'),
(312684, 2339, '1560-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:22', '2023-10-31 16:08:22'),
(312685, 2339, '1560-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:22', '2023-10-31 16:08:22'),
(312686, 2339, '1560-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:22', '2023-10-31 16:08:22'),
(312687, 2339, '1560-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:22', '2023-10-31 16:08:22'),
(312688, 2339, '1560-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:22', '2023-10-31 16:08:22'),
(312689, 2339, '1560-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:22', '2023-10-31 16:08:22'),
(312690, 2339, '1560-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:22', '2023-10-31 16:08:22'),
(312691, 2339, '1560-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:22', '2023-10-31 16:08:22'),
(312692, 2339, '1560-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:22', '2023-10-31 16:08:22'),
(312693, 2339, '1560-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:22', '2023-10-31 16:08:22'),
(312694, 2339, '1560-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:22', '2023-10-31 16:08:22'),
(312695, 2339, '1560-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:22', '2023-10-31 16:08:22'),
(312696, 2339, '1561-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:22', '2023-10-31 16:08:22'),
(312697, 2339, '1561-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:22', '2023-10-31 16:08:22'),
(312698, 2339, '1561-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:22', '2023-10-31 16:08:22'),
(312699, 2339, '1561-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:22', '2023-10-31 16:08:22'),
(312700, 2339, '1561-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:22', '2023-10-31 16:08:22'),
(312701, 2339, '1561-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:22', '2023-10-31 16:08:22'),
(312702, 2339, '1561-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:22', '2023-10-31 16:08:22'),
(312703, 2339, '1561-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:22', '2023-10-31 16:08:22'),
(312704, 2339, '1561-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:22', '2023-10-31 16:08:22'),
(312705, 2339, '1561-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:22', '2023-10-31 16:08:22'),
(312706, 2339, '1561-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:22', '2023-10-31 16:08:22'),
(312707, 2339, '1561-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:22', '2023-10-31 16:08:22'),
(312708, 2339, '1562-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:22', '2023-10-31 16:08:22'),
(312709, 2339, '1562-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:22', '2023-10-31 16:08:22'),
(312710, 2339, '1562-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:22', '2023-10-31 16:08:22'),
(312711, 2339, '1562-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:22', '2023-10-31 16:08:22'),
(312712, 2339, '1562-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:22', '2023-10-31 16:08:22'),
(312713, 2339, '1562-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:22', '2023-10-31 16:08:22'),
(312714, 2339, '1562-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:22', '2023-10-31 16:08:22'),
(312715, 2339, '1562-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:22', '2023-10-31 16:08:22'),
(312716, 2339, '1562-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:22', '2023-10-31 16:08:22'),
(312717, 2339, '1562-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:22', '2023-10-31 16:08:22'),
(312718, 2339, '1562-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:22', '2023-10-31 16:08:22'),
(312719, 2339, '1562-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:22', '2023-10-31 16:08:22'),
(312720, 2339, '1563-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:22', '2023-10-31 16:08:22'),
(312721, 2339, '1563-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:22', '2023-10-31 16:08:22'),
(312722, 2339, '1563-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:22', '2023-10-31 16:08:22'),
(312723, 2339, '1563-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:22', '2023-10-31 16:08:22'),
(312724, 2339, '1563-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:22', '2023-10-31 16:08:22'),
(312725, 2339, '1563-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:22', '2023-10-31 16:08:22'),
(312726, 2339, '1563-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:22', '2023-10-31 16:08:22'),
(312727, 2339, '1563-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:22', '2023-10-31 16:08:22'),
(312728, 2339, '1563-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:22', '2023-10-31 16:08:22'),
(312729, 2339, '1563-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:22', '2023-10-31 16:08:22'),
(312730, 2339, '1563-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:22', '2023-10-31 16:08:22'),
(312731, 2339, '1563-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:22', '2023-10-31 16:08:22'),
(312732, 2339, '1564-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:22', '2023-10-31 16:08:22'),
(312733, 2339, '1564-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:22', '2023-10-31 16:08:22'),
(312734, 2339, '1564-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:22', '2023-10-31 16:08:22'),
(312735, 2339, '1564-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:22', '2023-10-31 16:08:22'),
(312736, 2339, '1564-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:22', '2023-10-31 16:08:22'),
(312737, 2339, '1564-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:22', '2023-10-31 16:08:22'),
(312738, 2339, '1564-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:22', '2023-10-31 16:08:22'),
(312739, 2339, '1564-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:22', '2023-10-31 16:08:22'),
(312740, 2339, '1564-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:22', '2023-10-31 16:08:22'),
(312741, 2339, '1564-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:22', '2023-10-31 16:08:22'),
(312742, 2339, '1564-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:22', '2023-10-31 16:08:22'),
(312743, 2339, '1564-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:22', '2023-10-31 16:08:22'),
(312744, 2339, '1565-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:22', '2023-10-31 16:08:22'),
(312745, 2339, '1565-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:22', '2023-10-31 16:08:22'),
(312746, 2339, '1565-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:22', '2023-10-31 16:08:22'),
(312747, 2339, '1565-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:22', '2023-10-31 16:08:22'),
(312748, 2339, '1565-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:22', '2023-10-31 16:08:22'),
(312749, 2339, '1565-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:22', '2023-10-31 16:08:22'),
(312750, 2339, '1565-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:22', '2023-10-31 16:08:22'),
(312751, 2339, '1565-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:22', '2023-10-31 16:08:22'),
(312752, 2339, '1565-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:22', '2023-10-31 16:08:22'),
(312753, 2339, '1565-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:22', '2023-10-31 16:08:22'),
(312754, 2339, '1565-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:22', '2023-10-31 16:08:22'),
(312755, 2339, '1565-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:22', '2023-10-31 16:08:22'),
(312756, 2339, '1566-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:22', '2023-10-31 16:08:22'),
(312757, 2339, '1566-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:22', '2023-10-31 16:08:22'),
(312758, 2339, '1566-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:22', '2023-10-31 16:08:22'),
(312759, 2339, '1566-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:22', '2023-10-31 16:08:22'),
(312760, 2339, '1566-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:22', '2023-10-31 16:08:22'),
(312761, 2339, '1566-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:22', '2023-10-31 16:08:22'),
(312762, 2339, '1566-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:22', '2023-10-31 16:08:22'),
(312763, 2339, '1566-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:22', '2023-10-31 16:08:22'),
(312764, 2339, '1566-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:22', '2023-10-31 16:08:22'),
(312765, 2339, '1566-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:22', '2023-10-31 16:08:22'),
(312766, 2339, '1566-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:22', '2023-10-31 16:08:22'),
(312767, 2339, '1566-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:22', '2023-10-31 16:08:22'),
(312768, 2339, '1567-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:22', '2023-10-31 16:08:22'),
(312769, 2339, '1567-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:22', '2023-10-31 16:08:22'),
(312770, 2339, '1567-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:22', '2023-10-31 16:08:22'),
(312771, 2339, '1567-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:22', '2023-10-31 16:08:22'),
(312772, 2339, '1567-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:22', '2023-10-31 16:08:22'),
(312773, 2339, '1567-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:22', '2023-10-31 16:08:22'),
(312774, 2339, '1567-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:22', '2023-10-31 16:08:22'),
(312775, 2339, '1567-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:22', '2023-10-31 16:08:22'),
(312776, 2339, '1567-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:22', '2023-10-31 16:08:22'),
(312777, 2339, '1567-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:22', '2023-10-31 16:08:22'),
(312778, 2339, '1567-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:22', '2023-10-31 16:08:22'),
(312779, 2339, '1567-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:22', '2023-10-31 16:08:22'),
(312780, 2339, '1568-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:22', '2023-10-31 16:08:22'),
(312781, 2339, '1568-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:22', '2023-10-31 16:08:22'),
(312782, 2339, '1568-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:22', '2023-10-31 16:08:22'),
(312783, 2339, '1568-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:22', '2023-10-31 16:08:22'),
(312784, 2339, '1568-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:22', '2023-10-31 16:08:22'),
(312785, 2339, '1568-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:22', '2023-10-31 16:08:22'),
(312786, 2339, '1568-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:22', '2023-10-31 16:08:22'),
(312787, 2339, '1568-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:22', '2023-10-31 16:08:22'),
(312788, 2339, '1568-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:22', '2023-10-31 16:08:22'),
(312789, 2339, '1568-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:22', '2023-10-31 16:08:22'),
(312790, 2339, '1568-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:22', '2023-10-31 16:08:22'),
(312791, 2339, '1568-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:22', '2023-10-31 16:08:22'),
(312792, 2339, '1569-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:22', '2023-10-31 16:08:22'),
(312793, 2339, '1569-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:22', '2023-10-31 16:08:22'),
(312794, 2339, '1569-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:22', '2023-10-31 16:08:22'),
(312795, 2339, '1569-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:22', '2023-10-31 16:08:22'),
(312796, 2339, '1569-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:22', '2023-10-31 16:08:22'),
(312797, 2339, '1569-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:22', '2023-10-31 16:08:22'),
(312798, 2339, '1569-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:22', '2023-10-31 16:08:22'),
(312799, 2339, '1569-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:22', '2023-10-31 16:08:22'),
(312800, 2339, '1569-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:22', '2023-10-31 16:08:22'),
(312801, 2339, '1569-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:22', '2023-10-31 16:08:22'),
(312802, 2339, '1569-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:22', '2023-10-31 16:08:22'),
(312803, 2339, '1569-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:22', '2023-10-31 16:08:22'),
(312804, 2339, '1570-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:22', '2023-10-31 16:08:22'),
(312805, 2339, '1570-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:22', '2023-10-31 16:08:22'),
(312806, 2339, '1570-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:22', '2023-10-31 16:08:22'),
(312807, 2339, '1570-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:22', '2023-10-31 16:08:22'),
(312808, 2339, '1570-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:22', '2023-10-31 16:08:22'),
(312809, 2339, '1570-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:22', '2023-10-31 16:08:22'),
(312810, 2339, '1570-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:22', '2023-10-31 16:08:22'),
(312811, 2339, '1570-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:22', '2023-10-31 16:08:22'),
(312812, 2339, '1570-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:22', '2023-10-31 16:08:22'),
(312813, 2339, '1570-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:22', '2023-10-31 16:08:22'),
(312814, 2339, '1570-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:22', '2023-10-31 16:08:22'),
(312815, 2339, '1570-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:22', '2023-10-31 16:08:22'),
(312816, 2339, '1571-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:22', '2023-10-31 16:08:22'),
(312817, 2339, '1571-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:22', '2023-10-31 16:08:22'),
(312818, 2339, '1571-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:22', '2023-10-31 16:08:22'),
(312819, 2339, '1571-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:22', '2023-10-31 16:08:22'),
(312820, 2339, '1571-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:22', '2023-10-31 16:08:22'),
(312821, 2339, '1571-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:22', '2023-10-31 16:08:22'),
(312822, 2339, '1571-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:22', '2023-10-31 16:08:22'),
(312823, 2339, '1571-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:22', '2023-10-31 16:08:22'),
(312824, 2339, '1571-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:22', '2023-10-31 16:08:22'),
(312825, 2339, '1571-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:22', '2023-10-31 16:08:22'),
(312826, 2339, '1571-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:22', '2023-10-31 16:08:22'),
(312827, 2339, '1571-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:22', '2023-10-31 16:08:22'),
(312828, 2339, '1572-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:22', '2023-10-31 16:08:22'),
(312829, 2339, '1572-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:22', '2023-10-31 16:08:22'),
(312830, 2339, '1572-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:22', '2023-10-31 16:08:22'),
(312831, 2339, '1572-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:22', '2023-10-31 16:08:22'),
(312832, 2339, '1572-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:22', '2023-10-31 16:08:22'),
(312833, 2339, '1572-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:22', '2023-10-31 16:08:22'),
(312834, 2339, '1572-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:22', '2023-10-31 16:08:22'),
(312835, 2339, '1572-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:22', '2023-10-31 16:08:22'),
(312836, 2339, '1572-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:22', '2023-10-31 16:08:22'),
(312837, 2339, '1572-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:22', '2023-10-31 16:08:22'),
(312838, 2339, '1572-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:22', '2023-10-31 16:08:22'),
(312839, 2339, '1572-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:22', '2023-10-31 16:08:22'),
(312840, 2339, '1573-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:22', '2023-10-31 16:08:22'),
(312841, 2339, '1573-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:22', '2023-10-31 16:08:22'),
(312842, 2339, '1573-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:22', '2023-10-31 16:08:22'),
(312843, 2339, '1573-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:22', '2023-10-31 16:08:22'),
(312844, 2339, '1573-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:22', '2023-10-31 16:08:22'),
(312845, 2339, '1573-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:22', '2023-10-31 16:08:22'),
(312846, 2339, '1573-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:22', '2023-10-31 16:08:22'),
(312847, 2339, '1573-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:22', '2023-10-31 16:08:22'),
(312848, 2339, '1573-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:22', '2023-10-31 16:08:22'),
(312849, 2339, '1573-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:22', '2023-10-31 16:08:22'),
(312850, 2339, '1573-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:22', '2023-10-31 16:08:22'),
(312851, 2339, '1573-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:22', '2023-10-31 16:08:22'),
(312852, 2339, '1574-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:22', '2023-10-31 16:08:22'),
(312853, 2339, '1574-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:22', '2023-10-31 16:08:22'),
(312854, 2339, '1574-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:22', '2023-10-31 16:08:22'),
(312855, 2339, '1574-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:22', '2023-10-31 16:08:22'),
(312856, 2339, '1574-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:22', '2023-10-31 16:08:22'),
(312857, 2339, '1574-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:22', '2023-10-31 16:08:22'),
(312858, 2339, '1574-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:22', '2023-10-31 16:08:22'),
(312859, 2339, '1574-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:22', '2023-10-31 16:08:22'),
(312860, 2339, '1574-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:22', '2023-10-31 16:08:22'),
(312861, 2339, '1574-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:22', '2023-10-31 16:08:22'),
(312862, 2339, '1574-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:22', '2023-10-31 16:08:22'),
(312863, 2339, '1574-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:22', '2023-10-31 16:08:22'),
(312864, 2339, '1575-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:22', '2023-10-31 16:08:22'),
(312865, 2339, '1575-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:22', '2023-10-31 16:08:22'),
(312866, 2339, '1575-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:22', '2023-10-31 16:08:22'),
(312867, 2339, '1575-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:22', '2023-10-31 16:08:22'),
(312868, 2339, '1575-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:22', '2023-10-31 16:08:22'),
(312869, 2339, '1575-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:22', '2023-10-31 16:08:22'),
(312870, 2339, '1575-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:22', '2023-10-31 16:08:22'),
(312871, 2339, '1575-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:22', '2023-10-31 16:08:22'),
(312872, 2339, '1575-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:22', '2023-10-31 16:08:22'),
(312873, 2339, '1575-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:22', '2023-10-31 16:08:22'),
(312874, 2339, '1575-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:22', '2023-10-31 16:08:22'),
(312875, 2339, '1575-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:22', '2023-10-31 16:08:22'),
(312876, 2339, '1576-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:22', '2023-10-31 16:08:22'),
(312877, 2339, '1576-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:22', '2023-10-31 16:08:22'),
(312878, 2339, '1576-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:22', '2023-10-31 16:08:22'),
(312879, 2339, '1576-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:22', '2023-10-31 16:08:22'),
(312880, 2339, '1576-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:22', '2023-10-31 16:08:22'),
(312881, 2339, '1576-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:22', '2023-10-31 16:08:22'),
(312882, 2339, '1576-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:22', '2023-10-31 16:08:22'),
(312883, 2339, '1576-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:22', '2023-10-31 16:08:22'),
(312884, 2339, '1576-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:22', '2023-10-31 16:08:22'),
(312885, 2339, '1576-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:22', '2023-10-31 16:08:22'),
(312886, 2339, '1576-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:22', '2023-10-31 16:08:22'),
(312887, 2339, '1576-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:22', '2023-10-31 16:08:22'),
(312888, 2339, '1577-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:22', '2023-10-31 16:08:22'),
(312889, 2339, '1577-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:22', '2023-10-31 16:08:22'),
(312890, 2339, '1577-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:22', '2023-10-31 16:08:22'),
(312891, 2339, '1577-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:22', '2023-10-31 16:08:22'),
(312892, 2339, '1577-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:22', '2023-10-31 16:08:22'),
(312893, 2339, '1577-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:22', '2023-10-31 16:08:22'),
(312894, 2339, '1577-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:22', '2023-10-31 16:08:22'),
(312895, 2339, '1577-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:22', '2023-10-31 16:08:22'),
(312896, 2339, '1577-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:22', '2023-10-31 16:08:22'),
(312897, 2339, '1577-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:22', '2023-10-31 16:08:22'),
(312898, 2339, '1577-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:22', '2023-10-31 16:08:22'),
(312899, 2339, '1577-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:22', '2023-10-31 16:08:22'),
(312900, 2339, '1578-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:22', '2023-10-31 16:08:22'),
(312901, 2339, '1578-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:22', '2023-10-31 16:08:22'),
(312902, 2339, '1578-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:22', '2023-10-31 16:08:22'),
(312903, 2339, '1578-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:22', '2023-10-31 16:08:22'),
(312904, 2339, '1578-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:23', '2023-10-31 16:08:23'),
(312905, 2339, '1578-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:23', '2023-10-31 16:08:23'),
(312906, 2339, '1578-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:23', '2023-10-31 16:08:23'),
(312907, 2339, '1578-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:23', '2023-10-31 16:08:23'),
(312908, 2339, '1578-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:23', '2023-10-31 16:08:23'),
(312909, 2339, '1578-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:23', '2023-10-31 16:08:23'),
(312910, 2339, '1578-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:23', '2023-10-31 16:08:23'),
(312911, 2339, '1578-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:23', '2023-10-31 16:08:23'),
(312912, 2339, '1579-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:23', '2023-10-31 16:08:23'),
(312913, 2339, '1579-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:23', '2023-10-31 16:08:23'),
(312914, 2339, '1579-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:23', '2023-10-31 16:08:23'),
(312915, 2339, '1579-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:23', '2023-10-31 16:08:23'),
(312916, 2339, '1579-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:23', '2023-10-31 16:08:23'),
(312917, 2339, '1579-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:23', '2023-10-31 16:08:23'),
(312918, 2339, '1579-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:23', '2023-10-31 16:08:23'),
(312919, 2339, '1579-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:23', '2023-10-31 16:08:23'),
(312920, 2339, '1579-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:23', '2023-10-31 16:08:23'),
(312921, 2339, '1579-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:23', '2023-10-31 16:08:23'),
(312922, 2339, '1579-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:23', '2023-10-31 16:08:23'),
(312923, 2339, '1579-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:23', '2023-10-31 16:08:23'),
(312924, 2339, '1580-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:23', '2023-10-31 16:08:23'),
(312925, 2339, '1580-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:23', '2023-10-31 16:08:23'),
(312926, 2339, '1580-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:23', '2023-10-31 16:08:23'),
(312927, 2339, '1580-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:23', '2023-10-31 16:08:23'),
(312928, 2339, '1580-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:23', '2023-10-31 16:08:23'),
(312929, 2339, '1580-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:23', '2023-10-31 16:08:23'),
(312930, 2339, '1580-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:23', '2023-10-31 16:08:23'),
(312931, 2339, '1580-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:23', '2023-10-31 16:08:23'),
(312932, 2339, '1580-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:23', '2023-10-31 16:08:23'),
(312933, 2339, '1580-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:23', '2023-10-31 16:08:23'),
(312934, 2339, '1580-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:23', '2023-10-31 16:08:23'),
(312935, 2339, '1580-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:23', '2023-10-31 16:08:23'),
(312936, 2339, '1581-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:23', '2023-10-31 16:08:23'),
(312937, 2339, '1581-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:23', '2023-10-31 16:08:23'),
(312938, 2339, '1581-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:23', '2023-10-31 16:08:23'),
(312939, 2339, '1581-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:23', '2023-10-31 16:08:23'),
(312940, 2339, '1581-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:23', '2023-10-31 16:08:23'),
(312941, 2339, '1581-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:23', '2023-10-31 16:08:23'),
(312942, 2339, '1581-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:23', '2023-10-31 16:08:23'),
(312943, 2339, '1581-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:23', '2023-10-31 16:08:23'),
(312944, 2339, '1581-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:23', '2023-10-31 16:08:23'),
(312945, 2339, '1581-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:23', '2023-10-31 16:08:23'),
(312946, 2339, '1581-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:23', '2023-10-31 16:08:23'),
(312947, 2339, '1581-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:23', '2023-10-31 16:08:23'),
(312948, 2339, '1582-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:23', '2023-10-31 16:08:23'),
(312949, 2339, '1582-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:23', '2023-10-31 16:08:23'),
(312950, 2339, '1582-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:23', '2023-10-31 16:08:23'),
(312951, 2339, '1582-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:23', '2023-10-31 16:08:23'),
(312952, 2339, '1582-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:23', '2023-10-31 16:08:23'),
(312953, 2339, '1582-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:23', '2023-10-31 16:08:23'),
(312954, 2339, '1582-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:23', '2023-10-31 16:08:23'),
(312955, 2339, '1582-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:23', '2023-10-31 16:08:23'),
(312956, 2339, '1582-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:23', '2023-10-31 16:08:23'),
(312957, 2339, '1582-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:23', '2023-10-31 16:08:23'),
(312958, 2339, '1582-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:23', '2023-10-31 16:08:23'),
(312959, 2339, '1582-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:23', '2023-10-31 16:08:23'),
(312960, 2339, '1583-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:23', '2023-10-31 16:08:23'),
(312961, 2339, '1583-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:23', '2023-10-31 16:08:23'),
(312962, 2339, '1583-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:23', '2023-10-31 16:08:23'),
(312963, 2339, '1583-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:23', '2023-10-31 16:08:23'),
(312964, 2339, '1583-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:23', '2023-10-31 16:08:23'),
(312965, 2339, '1583-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:23', '2023-10-31 16:08:23'),
(312966, 2339, '1583-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:23', '2023-10-31 16:08:23'),
(312967, 2339, '1583-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:23', '2023-10-31 16:08:23'),
(312968, 2339, '1583-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:23', '2023-10-31 16:08:23'),
(312969, 2339, '1583-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:23', '2023-10-31 16:08:23'),
(312970, 2339, '1583-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:23', '2023-10-31 16:08:23'),
(312971, 2339, '1583-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:23', '2023-10-31 16:08:23'),
(312972, 2339, '1584-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:23', '2023-10-31 16:08:23'),
(312973, 2339, '1584-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:23', '2023-10-31 16:08:23'),
(312974, 2339, '1584-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:23', '2023-10-31 16:08:23'),
(312975, 2339, '1584-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:23', '2023-10-31 16:08:23'),
(312976, 2339, '1584-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:23', '2023-10-31 16:08:23'),
(312977, 2339, '1584-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:23', '2023-10-31 16:08:23'),
(312978, 2339, '1584-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:23', '2023-10-31 16:08:23'),
(312979, 2339, '1584-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:23', '2023-10-31 16:08:23'),
(312980, 2339, '1584-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:23', '2023-10-31 16:08:23'),
(312981, 2339, '1584-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:23', '2023-10-31 16:08:23'),
(312982, 2339, '1584-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:23', '2023-10-31 16:08:23'),
(312983, 2339, '1584-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:23', '2023-10-31 16:08:23'),
(312984, 2339, '1585-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:23', '2023-10-31 16:08:23'),
(312985, 2339, '1585-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:23', '2023-10-31 16:08:23'),
(312986, 2339, '1585-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:23', '2023-10-31 16:08:23'),
(312987, 2339, '1585-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:23', '2023-10-31 16:08:23'),
(312988, 2339, '1585-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:23', '2023-10-31 16:08:23'),
(312989, 2339, '1585-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:23', '2023-10-31 16:08:23'),
(312990, 2339, '1585-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:23', '2023-10-31 16:08:23'),
(312991, 2339, '1585-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:23', '2023-10-31 16:08:23'),
(312992, 2339, '1585-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:23', '2023-10-31 16:08:23'),
(312993, 2339, '1585-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:23', '2023-10-31 16:08:23'),
(312994, 2339, '1585-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:23', '2023-10-31 16:08:23'),
(312995, 2339, '1585-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:23', '2023-10-31 16:08:23'),
(312996, 2339, '1586-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:23', '2023-10-31 16:08:23'),
(312997, 2339, '1586-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:23', '2023-10-31 16:08:23'),
(312998, 2339, '1586-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:23', '2023-10-31 16:08:23'),
(312999, 2339, '1586-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:23', '2023-10-31 16:08:23'),
(313000, 2339, '1586-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:23', '2023-10-31 16:08:23'),
(313001, 2339, '1586-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:23', '2023-10-31 16:08:23'),
(313002, 2339, '1586-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:23', '2023-10-31 16:08:23'),
(313003, 2339, '1586-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:23', '2023-10-31 16:08:23'),
(313004, 2339, '1586-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:23', '2023-10-31 16:08:23'),
(313005, 2339, '1586-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:23', '2023-10-31 16:08:23'),
(313006, 2339, '1586-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:23', '2023-10-31 16:08:23'),
(313007, 2339, '1586-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:23', '2023-10-31 16:08:23'),
(313008, 2339, '1587-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:23', '2023-10-31 16:08:23'),
(313009, 2339, '1587-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:23', '2023-10-31 16:08:23'),
(313010, 2339, '1587-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:23', '2023-10-31 16:08:23'),
(313011, 2339, '1587-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:23', '2023-10-31 16:08:23'),
(313012, 2339, '1587-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:23', '2023-10-31 16:08:23'),
(313013, 2339, '1587-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:23', '2023-10-31 16:08:23'),
(313014, 2339, '1587-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:23', '2023-10-31 16:08:23'),
(313015, 2339, '1587-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:23', '2023-10-31 16:08:23'),
(313016, 2339, '1587-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:23', '2023-10-31 16:08:23'),
(313017, 2339, '1587-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:23', '2023-10-31 16:08:23'),
(313018, 2339, '1587-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:23', '2023-10-31 16:08:23'),
(313019, 2339, '1587-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:23', '2023-10-31 16:08:23'),
(313020, 2339, '1588-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:23', '2023-10-31 16:08:23'),
(313021, 2339, '1588-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:23', '2023-10-31 16:08:23'),
(313022, 2339, '1588-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:23', '2023-10-31 16:08:23'),
(313023, 2339, '1588-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:23', '2023-10-31 16:08:23'),
(313024, 2339, '1588-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:23', '2023-10-31 16:08:23'),
(313025, 2339, '1588-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:23', '2023-10-31 16:08:23'),
(313026, 2339, '1588-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:23', '2023-10-31 16:08:23'),
(313027, 2339, '1588-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:23', '2023-10-31 16:08:23'),
(313028, 2339, '1588-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:23', '2023-10-31 16:08:23'),
(313029, 2339, '1588-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:23', '2023-10-31 16:08:23'),
(313030, 2339, '1588-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:23', '2023-10-31 16:08:23'),
(313031, 2339, '1588-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:23', '2023-10-31 16:08:23'),
(313032, 2339, '1589-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:23', '2023-10-31 16:08:23'),
(313033, 2339, '1589-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:23', '2023-10-31 16:08:23'),
(313034, 2339, '1589-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:23', '2023-10-31 16:08:23'),
(313035, 2339, '1589-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:23', '2023-10-31 16:08:23'),
(313036, 2339, '1589-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:23', '2023-10-31 16:08:23'),
(313037, 2339, '1589-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:23', '2023-10-31 16:08:23'),
(313038, 2339, '1589-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:23', '2023-10-31 16:08:23'),
(313039, 2339, '1589-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:23', '2023-10-31 16:08:23'),
(313040, 2339, '1589-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:23', '2023-10-31 16:08:23'),
(313041, 2339, '1589-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:23', '2023-10-31 16:08:23'),
(313042, 2339, '1589-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:23', '2023-10-31 16:08:23'),
(313043, 2339, '1589-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:23', '2023-10-31 16:08:23'),
(313044, 2339, '1590-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:23', '2023-10-31 16:08:23'),
(313045, 2339, '1590-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:23', '2023-10-31 16:08:23'),
(313046, 2339, '1590-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:23', '2023-10-31 16:08:23'),
(313047, 2339, '1590-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:23', '2023-10-31 16:08:23'),
(313048, 2339, '1590-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:23', '2023-10-31 16:08:23'),
(313049, 2339, '1590-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:23', '2023-10-31 16:08:23'),
(313050, 2339, '1590-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:23', '2023-10-31 16:08:23'),
(313051, 2339, '1590-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:23', '2023-10-31 16:08:23'),
(313052, 2339, '1590-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:23', '2023-10-31 16:08:23'),
(313053, 2339, '1590-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:23', '2023-10-31 16:08:23'),
(313054, 2339, '1590-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:23', '2023-10-31 16:08:23'),
(313055, 2339, '1590-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:23', '2023-10-31 16:08:23'),
(313056, 2339, '1591-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:23', '2023-10-31 16:08:23'),
(313057, 2339, '1591-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:23', '2023-10-31 16:08:23'),
(313058, 2339, '1591-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:23', '2023-10-31 16:08:23'),
(313059, 2339, '1591-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:23', '2023-10-31 16:08:23'),
(313060, 2339, '1591-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:23', '2023-10-31 16:08:23'),
(313061, 2339, '1591-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:23', '2023-10-31 16:08:23'),
(313062, 2339, '1591-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:23', '2023-10-31 16:08:23'),
(313063, 2339, '1591-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:23', '2023-10-31 16:08:23'),
(313064, 2339, '1591-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:23', '2023-10-31 16:08:23'),
(313065, 2339, '1591-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:23', '2023-10-31 16:08:23'),
(313066, 2339, '1591-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:23', '2023-10-31 16:08:23'),
(313067, 2339, '1591-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:23', '2023-10-31 16:08:23'),
(313068, 2339, '1592-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:23', '2023-10-31 16:08:23'),
(313069, 2339, '1592-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:23', '2023-10-31 16:08:23'),
(313070, 2339, '1592-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:23', '2023-10-31 16:08:23'),
(313071, 2339, '1592-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:23', '2023-10-31 16:08:23'),
(313072, 2339, '1592-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:23', '2023-10-31 16:08:23'),
(313073, 2339, '1592-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:23', '2023-10-31 16:08:23'),
(313074, 2339, '1592-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:23', '2023-10-31 16:08:23'),
(313075, 2339, '1592-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:23', '2023-10-31 16:08:23'),
(313076, 2339, '1592-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:23', '2023-10-31 16:08:23'),
(313077, 2339, '1592-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:23', '2023-10-31 16:08:23'),
(313078, 2339, '1592-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:23', '2023-10-31 16:08:23'),
(313079, 2339, '1592-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:23', '2023-10-31 16:08:23'),
(313080, 2339, '1593-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:23', '2023-10-31 16:08:23'),
(313081, 2339, '1593-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:23', '2023-10-31 16:08:23'),
(313082, 2339, '1593-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:23', '2023-10-31 16:08:23'),
(313083, 2339, '1593-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:23', '2023-10-31 16:08:23'),
(313084, 2339, '1593-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:23', '2023-10-31 16:08:23'),
(313085, 2339, '1593-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:23', '2023-10-31 16:08:23'),
(313086, 2339, '1593-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:23', '2023-10-31 16:08:23'),
(313087, 2339, '1593-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:23', '2023-10-31 16:08:23'),
(313088, 2339, '1593-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:23', '2023-10-31 16:08:23'),
(313089, 2339, '1593-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:23', '2023-10-31 16:08:23'),
(313090, 2339, '1593-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:23', '2023-10-31 16:08:23'),
(313091, 2339, '1593-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:23', '2023-10-31 16:08:23'),
(313092, 2339, '1594-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:23', '2023-10-31 16:08:23'),
(313093, 2339, '1594-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:23', '2023-10-31 16:08:23'),
(313094, 2339, '1594-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:23', '2023-10-31 16:08:23'),
(313095, 2339, '1594-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:23', '2023-10-31 16:08:23'),
(313096, 2339, '1594-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:23', '2023-10-31 16:08:23'),
(313097, 2339, '1594-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:23', '2023-10-31 16:08:23'),
(313098, 2339, '1594-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:23', '2023-10-31 16:08:23'),
(313099, 2339, '1594-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:23', '2023-10-31 16:08:23'),
(313100, 2339, '1594-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:23', '2023-10-31 16:08:23'),
(313101, 2339, '1594-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:23', '2023-10-31 16:08:23'),
(313102, 2339, '1594-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:23', '2023-10-31 16:08:23'),
(313103, 2339, '1594-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:23', '2023-10-31 16:08:23'),
(313104, 2339, '1595-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:23', '2023-10-31 16:08:23'),
(313105, 2339, '1595-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:23', '2023-10-31 16:08:23'),
(313106, 2339, '1595-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:23', '2023-10-31 16:08:23'),
(313107, 2339, '1595-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:23', '2023-10-31 16:08:23'),
(313108, 2339, '1595-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:23', '2023-10-31 16:08:23'),
(313109, 2339, '1595-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:23', '2023-10-31 16:08:23'),
(313110, 2339, '1595-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:23', '2023-10-31 16:08:23'),
(313111, 2339, '1595-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:23', '2023-10-31 16:08:23'),
(313112, 2339, '1595-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:23', '2023-10-31 16:08:23'),
(313113, 2339, '1595-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:23', '2023-10-31 16:08:23'),
(313114, 2339, '1595-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:23', '2023-10-31 16:08:23'),
(313115, 2339, '1595-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:23', '2023-10-31 16:08:23'),
(313116, 2339, '1596-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:23', '2023-10-31 16:08:23'),
(313117, 2339, '1596-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:23', '2023-10-31 16:08:23'),
(313118, 2339, '1596-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:23', '2023-10-31 16:08:23'),
(313119, 2339, '1596-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:23', '2023-10-31 16:08:23'),
(313120, 2339, '1596-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:23', '2023-10-31 16:08:23'),
(313121, 2339, '1596-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:23', '2023-10-31 16:08:23'),
(313122, 2339, '1596-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:23', '2023-10-31 16:08:23'),
(313123, 2339, '1596-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:23', '2023-10-31 16:08:23'),
(313124, 2339, '1596-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:23', '2023-10-31 16:08:23'),
(313125, 2339, '1596-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:23', '2023-10-31 16:08:23'),
(313126, 2339, '1596-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:23', '2023-10-31 16:08:23'),
(313127, 2339, '1596-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:23', '2023-10-31 16:08:23'),
(313128, 2339, '1597-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:23', '2023-10-31 16:08:23'),
(313129, 2339, '1597-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:23', '2023-10-31 16:08:23'),
(313130, 2339, '1597-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:23', '2023-10-31 16:08:23'),
(313131, 2339, '1597-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:23', '2023-10-31 16:08:23'),
(313132, 2339, '1597-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:23', '2023-10-31 16:08:23'),
(313133, 2339, '1597-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:23', '2023-10-31 16:08:23'),
(313134, 2339, '1597-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:23', '2023-10-31 16:08:23'),
(313135, 2339, '1597-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:23', '2023-10-31 16:08:23'),
(313136, 2339, '1597-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:23', '2023-10-31 16:08:23'),
(313137, 2339, '1597-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:23', '2023-10-31 16:08:23');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(313138, 2339, '1597-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:23', '2023-10-31 16:08:23'),
(313139, 2339, '1597-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:24', '2023-10-31 16:08:24'),
(313140, 2339, '1598-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:24', '2023-10-31 16:08:24'),
(313141, 2339, '1598-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:24', '2023-10-31 16:08:24'),
(313142, 2339, '1598-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:24', '2023-10-31 16:08:24'),
(313143, 2339, '1598-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:24', '2023-10-31 16:08:24'),
(313144, 2339, '1598-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:24', '2023-10-31 16:08:24'),
(313145, 2339, '1598-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:24', '2023-10-31 16:08:24'),
(313146, 2339, '1598-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:24', '2023-10-31 16:08:24'),
(313147, 2339, '1598-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:24', '2023-10-31 16:08:24'),
(313148, 2339, '1598-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:24', '2023-10-31 16:08:24'),
(313149, 2339, '1598-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:24', '2023-10-31 16:08:24'),
(313150, 2339, '1598-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:24', '2023-10-31 16:08:24'),
(313151, 2339, '1598-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:24', '2023-10-31 16:08:24'),
(313152, 2339, '1599-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:24', '2023-10-31 16:08:24'),
(313153, 2339, '1599-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:24', '2023-10-31 16:08:24'),
(313154, 2339, '1599-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:24', '2023-10-31 16:08:24'),
(313155, 2339, '1599-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:24', '2023-10-31 16:08:24'),
(313156, 2339, '1599-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:24', '2023-10-31 16:08:24'),
(313157, 2339, '1599-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:24', '2023-10-31 16:08:24'),
(313158, 2339, '1599-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:24', '2023-10-31 16:08:24'),
(313159, 2339, '1599-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:24', '2023-10-31 16:08:24'),
(313160, 2339, '1599-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:24', '2023-10-31 16:08:24'),
(313161, 2339, '1599-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:24', '2023-10-31 16:08:24'),
(313162, 2339, '1599-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:24', '2023-10-31 16:08:24'),
(313163, 2339, '1599-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:24', '2023-10-31 16:08:24'),
(313164, 2339, '1600-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:24', '2023-10-31 16:08:24'),
(313165, 2339, '1600-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:24', '2023-10-31 16:08:24'),
(313166, 2339, '1600-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:24', '2023-10-31 16:08:24'),
(313167, 2339, '1600-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:24', '2023-10-31 16:08:24'),
(313168, 2339, '1600-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:24', '2023-10-31 16:08:24'),
(313169, 2339, '1600-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:24', '2023-10-31 16:08:24'),
(313170, 2339, '1600-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:24', '2023-10-31 16:08:24'),
(313171, 2339, '1600-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:24', '2023-10-31 16:08:24'),
(313172, 2339, '1600-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:24', '2023-10-31 16:08:24'),
(313173, 2339, '1600-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:24', '2023-10-31 16:08:24'),
(313174, 2339, '1600-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:24', '2023-10-31 16:08:24'),
(313175, 2339, '1600-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:24', '2023-10-31 16:08:24'),
(313176, 2339, '1601-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:24', '2023-10-31 16:08:24'),
(313177, 2339, '1601-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:24', '2023-10-31 16:08:24'),
(313178, 2339, '1601-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:24', '2023-10-31 16:08:24'),
(313179, 2339, '1601-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:24', '2023-10-31 16:08:24'),
(313180, 2339, '1601-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:24', '2023-10-31 16:08:24'),
(313181, 2339, '1601-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:24', '2023-10-31 16:08:24'),
(313182, 2339, '1601-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:24', '2023-10-31 16:08:24'),
(313183, 2339, '1601-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:24', '2023-10-31 16:08:24'),
(313184, 2339, '1601-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:24', '2023-10-31 16:08:24'),
(313185, 2339, '1601-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:24', '2023-10-31 16:08:24'),
(313186, 2339, '1601-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:24', '2023-10-31 16:08:24'),
(313187, 2339, '1601-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:24', '2023-10-31 16:08:24'),
(313188, 2339, '1602-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:24', '2023-10-31 16:08:24'),
(313189, 2339, '1602-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:24', '2023-10-31 16:08:24'),
(313190, 2339, '1602-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:24', '2023-10-31 16:08:24'),
(313191, 2339, '1602-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:24', '2023-10-31 16:08:24'),
(313192, 2339, '1602-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:24', '2023-10-31 16:08:24'),
(313193, 2339, '1602-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:24', '2023-10-31 16:08:24'),
(313194, 2339, '1602-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:24', '2023-10-31 16:08:24'),
(313195, 2339, '1602-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:24', '2023-10-31 16:08:24'),
(313196, 2339, '1602-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:24', '2023-10-31 16:08:24'),
(313197, 2339, '1602-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:24', '2023-10-31 16:08:24'),
(313198, 2339, '1602-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:24', '2023-10-31 16:08:24'),
(313199, 2339, '1602-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:24', '2023-10-31 16:08:24'),
(313200, 2339, '1603-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:24', '2023-10-31 16:08:24'),
(313201, 2339, '1603-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:24', '2023-10-31 16:08:24'),
(313202, 2339, '1603-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:24', '2023-10-31 16:08:24'),
(313203, 2339, '1603-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:24', '2023-10-31 16:08:24'),
(313204, 2339, '1603-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:24', '2023-10-31 16:08:24'),
(313205, 2339, '1603-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:24', '2023-10-31 16:08:24'),
(313206, 2339, '1603-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:24', '2023-10-31 16:08:24'),
(313207, 2339, '1603-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:24', '2023-10-31 16:08:24'),
(313208, 2339, '1603-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:24', '2023-10-31 16:08:24'),
(313209, 2339, '1603-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:24', '2023-10-31 16:08:24'),
(313210, 2339, '1603-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:24', '2023-10-31 16:08:24'),
(313211, 2339, '1603-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:24', '2023-10-31 16:08:24'),
(313212, 2339, '1604-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:24', '2023-10-31 16:08:24'),
(313213, 2339, '1604-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:24', '2023-10-31 16:08:24'),
(313214, 2339, '1604-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:24', '2023-10-31 16:08:24'),
(313215, 2339, '1604-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:24', '2023-10-31 16:08:24'),
(313216, 2339, '1604-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:24', '2023-10-31 16:08:24'),
(313217, 2339, '1604-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:24', '2023-10-31 16:08:24'),
(313218, 2339, '1604-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:24', '2023-10-31 16:08:24'),
(313219, 2339, '1604-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:24', '2023-10-31 16:08:24'),
(313220, 2339, '1604-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:24', '2023-10-31 16:08:24'),
(313221, 2339, '1604-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:24', '2023-10-31 16:08:24'),
(313222, 2339, '1604-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:24', '2023-10-31 16:08:24'),
(313223, 2339, '1604-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:24', '2023-10-31 16:08:24'),
(313224, 2339, '1605-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:24', '2023-10-31 16:08:24'),
(313225, 2339, '1605-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:24', '2023-10-31 16:08:24'),
(313226, 2339, '1605-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:24', '2023-10-31 16:08:24'),
(313227, 2339, '1605-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:24', '2023-10-31 16:08:24'),
(313228, 2339, '1605-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:24', '2023-10-31 16:08:24'),
(313229, 2339, '1605-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:24', '2023-10-31 16:08:24'),
(313230, 2339, '1605-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:24', '2023-10-31 16:08:24'),
(313231, 2339, '1605-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:24', '2023-10-31 16:08:24'),
(313232, 2339, '1605-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:24', '2023-10-31 16:08:24'),
(313233, 2339, '1605-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:24', '2023-10-31 16:08:24'),
(313234, 2339, '1605-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:24', '2023-10-31 16:08:24'),
(313235, 2339, '1605-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:24', '2023-10-31 16:08:24'),
(313236, 2339, '1606-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:24', '2023-10-31 16:08:24'),
(313237, 2339, '1606-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:24', '2023-10-31 16:08:24'),
(313238, 2339, '1606-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:24', '2023-10-31 16:08:24'),
(313239, 2339, '1606-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:24', '2023-10-31 16:08:24'),
(313240, 2339, '1606-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:24', '2023-10-31 16:08:24'),
(313241, 2339, '1606-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:24', '2023-10-31 16:08:24'),
(313242, 2339, '1606-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:24', '2023-10-31 16:08:24'),
(313243, 2339, '1606-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:24', '2023-10-31 16:08:24'),
(313244, 2339, '1606-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:24', '2023-10-31 16:08:24'),
(313245, 2339, '1606-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:24', '2023-10-31 16:08:24'),
(313246, 2339, '1606-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:24', '2023-10-31 16:08:24'),
(313247, 2339, '1606-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:24', '2023-10-31 16:08:24'),
(313248, 2339, '1607-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:24', '2023-10-31 16:08:24'),
(313249, 2339, '1607-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:24', '2023-10-31 16:08:24'),
(313250, 2339, '1607-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:24', '2023-10-31 16:08:24'),
(313251, 2339, '1607-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:24', '2023-10-31 16:08:24'),
(313252, 2339, '1607-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:24', '2023-10-31 16:08:24'),
(313253, 2339, '1607-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:24', '2023-10-31 16:08:24'),
(313254, 2339, '1607-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:24', '2023-10-31 16:08:24'),
(313255, 2339, '1607-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:24', '2023-10-31 16:08:24'),
(313256, 2339, '1607-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:24', '2023-10-31 16:08:24'),
(313257, 2339, '1607-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:24', '2023-10-31 16:08:24'),
(313258, 2339, '1607-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:24', '2023-10-31 16:08:24'),
(313259, 2339, '1607-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:24', '2023-10-31 16:08:24'),
(313260, 2339, '1608-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:24', '2023-10-31 16:08:24'),
(313261, 2339, '1608-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:24', '2023-10-31 16:08:24'),
(313262, 2339, '1608-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:24', '2023-10-31 16:08:24'),
(313263, 2339, '1608-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:24', '2023-10-31 16:08:24'),
(313264, 2339, '1608-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:24', '2023-10-31 16:08:24'),
(313265, 2339, '1608-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:24', '2023-10-31 16:08:24'),
(313266, 2339, '1608-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:24', '2023-10-31 16:08:24'),
(313267, 2339, '1608-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:24', '2023-10-31 16:08:24'),
(313268, 2339, '1608-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:24', '2023-10-31 16:08:24'),
(313269, 2339, '1608-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:24', '2023-10-31 16:08:24'),
(313270, 2339, '1608-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:24', '2023-10-31 16:08:24'),
(313271, 2339, '1608-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:24', '2023-10-31 16:08:24'),
(313272, 2339, '1609-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:24', '2023-10-31 16:08:24'),
(313273, 2339, '1609-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:24', '2023-10-31 16:08:24'),
(313274, 2339, '1609-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:24', '2023-10-31 16:08:24'),
(313275, 2339, '1609-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:24', '2023-10-31 16:08:24'),
(313276, 2339, '1609-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:24', '2023-10-31 16:08:24'),
(313277, 2339, '1609-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:24', '2023-10-31 16:08:24'),
(313278, 2339, '1609-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:24', '2023-10-31 16:08:24'),
(313279, 2339, '1609-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:24', '2023-10-31 16:08:24'),
(313280, 2339, '1609-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:24', '2023-10-31 16:08:24'),
(313281, 2339, '1609-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:24', '2023-10-31 16:08:24'),
(313282, 2339, '1609-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:24', '2023-10-31 16:08:24'),
(313283, 2339, '1609-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:24', '2023-10-31 16:08:24'),
(313284, 2339, '1610-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:24', '2023-10-31 16:08:24'),
(313285, 2339, '1610-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:24', '2023-10-31 16:08:24'),
(313286, 2339, '1610-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:24', '2023-10-31 16:08:24'),
(313287, 2339, '1610-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:24', '2023-10-31 16:08:24'),
(313288, 2339, '1610-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:24', '2023-10-31 16:08:24'),
(313289, 2339, '1610-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:24', '2023-10-31 16:08:24'),
(313290, 2339, '1610-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:24', '2023-10-31 16:08:24'),
(313291, 2339, '1610-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:24', '2023-10-31 16:08:24'),
(313292, 2339, '1610-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:24', '2023-10-31 16:08:24'),
(313293, 2339, '1610-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:24', '2023-10-31 16:08:24'),
(313294, 2339, '1610-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:24', '2023-10-31 16:08:24'),
(313295, 2339, '1610-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:24', '2023-10-31 16:08:24'),
(313296, 2339, '1611-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:24', '2023-10-31 16:08:24'),
(313297, 2339, '1611-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:24', '2023-10-31 16:08:24'),
(313298, 2339, '1611-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:24', '2023-10-31 16:08:24'),
(313299, 2339, '1611-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:24', '2023-10-31 16:08:24'),
(313300, 2339, '1611-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:24', '2023-10-31 16:08:24'),
(313301, 2339, '1611-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:24', '2023-10-31 16:08:24'),
(313302, 2339, '1611-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:24', '2023-10-31 16:08:24'),
(313303, 2339, '1611-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:24', '2023-10-31 16:08:24'),
(313304, 2339, '1611-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:24', '2023-10-31 16:08:24'),
(313305, 2339, '1611-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:24', '2023-10-31 16:08:24'),
(313306, 2339, '1611-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:24', '2023-10-31 16:08:24'),
(313307, 2339, '1611-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:24', '2023-10-31 16:08:24'),
(313308, 2339, '1612-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:24', '2023-10-31 16:08:24'),
(313309, 2339, '1612-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:24', '2023-10-31 16:08:24'),
(313310, 2339, '1612-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:24', '2023-10-31 16:08:24'),
(313311, 2339, '1612-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:24', '2023-10-31 16:08:24'),
(313312, 2339, '1612-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:24', '2023-10-31 16:08:24'),
(313313, 2339, '1612-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:24', '2023-10-31 16:08:24'),
(313314, 2339, '1612-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:24', '2023-10-31 16:08:24'),
(313315, 2339, '1612-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:24', '2023-10-31 16:08:24'),
(313316, 2339, '1612-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:24', '2023-10-31 16:08:24'),
(313317, 2339, '1612-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:24', '2023-10-31 16:08:24'),
(313318, 2339, '1612-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:24', '2023-10-31 16:08:24'),
(313319, 2339, '1612-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:24', '2023-10-31 16:08:24'),
(313320, 2339, '1613-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:24', '2023-10-31 16:08:24'),
(313321, 2339, '1613-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:24', '2023-10-31 16:08:24'),
(313322, 2339, '1613-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:24', '2023-10-31 16:08:24'),
(313323, 2339, '1613-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:24', '2023-10-31 16:08:24'),
(313324, 2339, '1613-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:24', '2023-10-31 16:08:24'),
(313325, 2339, '1613-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:24', '2023-10-31 16:08:24'),
(313326, 2339, '1613-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:24', '2023-10-31 16:08:24'),
(313327, 2339, '1613-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:24', '2023-10-31 16:08:24'),
(313328, 2339, '1613-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:24', '2023-10-31 16:08:24'),
(313329, 2339, '1613-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:24', '2023-10-31 16:08:24'),
(313330, 2339, '1613-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:24', '2023-10-31 16:08:24'),
(313331, 2339, '1613-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:24', '2023-10-31 16:08:24'),
(313332, 2339, '1614-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:24', '2023-10-31 16:08:24'),
(313333, 2339, '1614-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:24', '2023-10-31 16:08:24'),
(313334, 2339, '1614-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:24', '2023-10-31 16:08:24'),
(313335, 2339, '1614-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:24', '2023-10-31 16:08:24'),
(313336, 2339, '1614-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:24', '2023-10-31 16:08:24'),
(313337, 2339, '1614-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:24', '2023-10-31 16:08:24'),
(313338, 2339, '1614-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:24', '2023-10-31 16:08:24'),
(313339, 2339, '1614-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:24', '2023-10-31 16:08:24'),
(313340, 2339, '1614-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:24', '2023-10-31 16:08:24'),
(313341, 2339, '1614-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:24', '2023-10-31 16:08:24'),
(313342, 2339, '1614-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:24', '2023-10-31 16:08:24'),
(313343, 2339, '1614-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:24', '2023-10-31 16:08:24'),
(313344, 2339, '1615-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:24', '2023-10-31 16:08:24'),
(313345, 2339, '1615-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:24', '2023-10-31 16:08:24'),
(313346, 2339, '1615-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:24', '2023-10-31 16:08:24'),
(313347, 2339, '1615-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:24', '2023-10-31 16:08:24'),
(313348, 2339, '1615-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:24', '2023-10-31 16:08:24'),
(313349, 2339, '1615-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:25', '2023-10-31 16:08:25'),
(313350, 2339, '1615-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:25', '2023-10-31 16:08:25'),
(313351, 2339, '1615-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:25', '2023-10-31 16:08:25'),
(313352, 2339, '1615-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:25', '2023-10-31 16:08:25'),
(313353, 2339, '1615-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:25', '2023-10-31 16:08:25'),
(313354, 2339, '1615-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:25', '2023-10-31 16:08:25'),
(313355, 2339, '1615-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:25', '2023-10-31 16:08:25'),
(313356, 2339, '1616-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:25', '2023-10-31 16:08:25'),
(313357, 2339, '1616-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:25', '2023-10-31 16:08:25'),
(313358, 2339, '1616-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:25', '2023-10-31 16:08:25'),
(313359, 2339, '1616-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:25', '2023-10-31 16:08:25'),
(313360, 2339, '1616-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:25', '2023-10-31 16:08:25'),
(313361, 2339, '1616-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:25', '2023-10-31 16:08:25'),
(313362, 2339, '1616-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:25', '2023-10-31 16:08:25'),
(313363, 2339, '1616-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:25', '2023-10-31 16:08:25'),
(313364, 2339, '1616-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:25', '2023-10-31 16:08:25'),
(313365, 2339, '1616-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:25', '2023-10-31 16:08:25'),
(313366, 2339, '1616-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:25', '2023-10-31 16:08:25'),
(313367, 2339, '1616-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:25', '2023-10-31 16:08:25'),
(313368, 2339, '1617-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:25', '2023-10-31 16:08:25'),
(313369, 2339, '1617-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:25', '2023-10-31 16:08:25'),
(313370, 2339, '1617-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:25', '2023-10-31 16:08:25'),
(313371, 2339, '1617-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:25', '2023-10-31 16:08:25'),
(313372, 2339, '1617-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:25', '2023-10-31 16:08:25'),
(313373, 2339, '1617-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:25', '2023-10-31 16:08:25'),
(313374, 2339, '1617-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:25', '2023-10-31 16:08:25'),
(313375, 2339, '1617-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:25', '2023-10-31 16:08:25'),
(313376, 2339, '1617-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:25', '2023-10-31 16:08:25'),
(313377, 2339, '1617-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:25', '2023-10-31 16:08:25'),
(313378, 2339, '1617-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:25', '2023-10-31 16:08:25'),
(313379, 2339, '1617-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:25', '2023-10-31 16:08:25'),
(313380, 2339, '1618-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:25', '2023-10-31 16:08:25'),
(313381, 2339, '1618-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:25', '2023-10-31 16:08:25'),
(313382, 2339, '1618-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:25', '2023-10-31 16:08:25'),
(313383, 2339, '1618-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:25', '2023-10-31 16:08:25'),
(313384, 2339, '1618-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:25', '2023-10-31 16:08:25'),
(313385, 2339, '1618-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:25', '2023-10-31 16:08:25'),
(313386, 2339, '1618-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:25', '2023-10-31 16:08:25'),
(313387, 2339, '1618-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:25', '2023-10-31 16:08:25'),
(313388, 2339, '1618-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:25', '2023-10-31 16:08:25'),
(313389, 2339, '1618-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:25', '2023-10-31 16:08:25'),
(313390, 2339, '1618-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:25', '2023-10-31 16:08:25'),
(313391, 2339, '1618-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:25', '2023-10-31 16:08:25'),
(313392, 2339, '1619-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:25', '2023-10-31 16:08:25'),
(313393, 2339, '1619-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:25', '2023-10-31 16:08:25'),
(313394, 2339, '1619-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:25', '2023-10-31 16:08:25'),
(313395, 2339, '1619-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:25', '2023-10-31 16:08:25'),
(313396, 2339, '1619-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:25', '2023-10-31 16:08:25'),
(313397, 2339, '1619-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:25', '2023-10-31 16:08:25'),
(313398, 2339, '1619-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:25', '2023-10-31 16:08:25'),
(313399, 2339, '1619-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:25', '2023-10-31 16:08:25'),
(313400, 2339, '1619-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:25', '2023-10-31 16:08:25'),
(313401, 2339, '1619-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:25', '2023-10-31 16:08:25'),
(313402, 2339, '1619-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:25', '2023-10-31 16:08:25'),
(313403, 2339, '1619-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:25', '2023-10-31 16:08:25'),
(313404, 2339, '1620-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:25', '2023-10-31 16:08:25'),
(313405, 2339, '1620-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:25', '2023-10-31 16:08:25'),
(313406, 2339, '1620-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:25', '2023-10-31 16:08:25'),
(313407, 2339, '1620-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:25', '2023-10-31 16:08:25'),
(313408, 2339, '1620-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:25', '2023-10-31 16:08:25'),
(313409, 2339, '1620-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:25', '2023-10-31 16:08:25'),
(313410, 2339, '1620-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:25', '2023-10-31 16:08:25'),
(313411, 2339, '1620-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:25', '2023-10-31 16:08:25'),
(313412, 2339, '1620-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:25', '2023-10-31 16:08:25'),
(313413, 2339, '1620-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:25', '2023-10-31 16:08:25'),
(313414, 2339, '1620-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:25', '2023-10-31 16:08:25'),
(313415, 2339, '1620-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:25', '2023-10-31 16:08:25'),
(313416, 2339, '1621-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:25', '2023-10-31 16:08:25'),
(313417, 2339, '1621-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:25', '2023-10-31 16:08:25'),
(313418, 2339, '1621-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:25', '2023-10-31 16:08:25'),
(313419, 2339, '1621-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:25', '2023-10-31 16:08:25'),
(313420, 2339, '1621-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:25', '2023-10-31 16:08:25'),
(313421, 2339, '1621-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:25', '2023-10-31 16:08:25'),
(313422, 2339, '1621-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:25', '2023-10-31 16:08:25'),
(313423, 2339, '1621-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:25', '2023-10-31 16:08:25'),
(313424, 2339, '1621-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:25', '2023-10-31 16:08:25'),
(313425, 2339, '1621-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:25', '2023-10-31 16:08:25'),
(313426, 2339, '1621-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:25', '2023-10-31 16:08:25'),
(313427, 2339, '1621-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:25', '2023-10-31 16:08:25'),
(313428, 2339, '1622-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:25', '2023-10-31 16:08:25'),
(313429, 2339, '1622-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:25', '2023-10-31 16:08:25'),
(313430, 2339, '1622-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:25', '2023-10-31 16:08:25'),
(313431, 2339, '1622-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:25', '2023-10-31 16:08:25'),
(313432, 2339, '1622-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:25', '2023-10-31 16:08:25'),
(313433, 2339, '1622-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:25', '2023-10-31 16:08:25'),
(313434, 2339, '1622-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:25', '2023-10-31 16:08:25'),
(313435, 2339, '1622-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:25', '2023-10-31 16:08:25'),
(313436, 2339, '1622-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:25', '2023-10-31 16:08:25'),
(313437, 2339, '1622-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:25', '2023-10-31 16:08:25'),
(313438, 2339, '1622-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:25', '2023-10-31 16:08:25'),
(313439, 2339, '1622-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:25', '2023-10-31 16:08:25'),
(313440, 2339, '1623-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:25', '2023-10-31 16:08:25'),
(313441, 2339, '1623-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:25', '2023-10-31 16:08:25'),
(313442, 2339, '1623-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:25', '2023-10-31 16:08:25'),
(313443, 2339, '1623-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:25', '2023-10-31 16:08:25'),
(313444, 2339, '1623-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:25', '2023-10-31 16:08:25'),
(313445, 2339, '1623-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:25', '2023-10-31 16:08:25'),
(313446, 2339, '1623-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:25', '2023-10-31 16:08:25'),
(313447, 2339, '1623-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:25', '2023-10-31 16:08:25'),
(313448, 2339, '1623-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:25', '2023-10-31 16:08:25'),
(313449, 2339, '1623-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:25', '2023-10-31 16:08:25'),
(313450, 2339, '1623-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:25', '2023-10-31 16:08:25'),
(313451, 2339, '1623-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:25', '2023-10-31 16:08:25'),
(313452, 2339, '1624-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:25', '2023-10-31 16:08:25'),
(313453, 2339, '1624-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:25', '2023-10-31 16:08:25'),
(313454, 2339, '1624-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:25', '2023-10-31 16:08:25'),
(313455, 2339, '1624-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:25', '2023-10-31 16:08:25'),
(313456, 2339, '1624-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:25', '2023-10-31 16:08:25'),
(313457, 2339, '1624-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:25', '2023-10-31 16:08:25'),
(313458, 2339, '1624-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:25', '2023-10-31 16:08:25'),
(313459, 2339, '1624-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:25', '2023-10-31 16:08:25'),
(313460, 2339, '1624-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:25', '2023-10-31 16:08:25'),
(313461, 2339, '1624-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:25', '2023-10-31 16:08:25'),
(313462, 2339, '1624-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:25', '2023-10-31 16:08:25'),
(313463, 2339, '1624-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:25', '2023-10-31 16:08:25'),
(313464, 2339, '1625-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:25', '2023-10-31 16:08:25'),
(313465, 2339, '1625-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:25', '2023-10-31 16:08:25'),
(313466, 2339, '1625-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:25', '2023-10-31 16:08:25'),
(313467, 2339, '1625-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:25', '2023-10-31 16:08:25'),
(313468, 2339, '1625-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:25', '2023-10-31 16:08:25'),
(313469, 2339, '1625-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:25', '2023-10-31 16:08:25'),
(313470, 2339, '1625-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:25', '2023-10-31 16:08:25'),
(313471, 2339, '1625-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:25', '2023-10-31 16:08:25'),
(313472, 2339, '1625-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:25', '2023-10-31 16:08:25'),
(313473, 2339, '1625-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:25', '2023-10-31 16:08:25'),
(313474, 2339, '1625-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:25', '2023-10-31 16:08:25'),
(313475, 2339, '1625-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:25', '2023-10-31 16:08:25'),
(313476, 2339, '1626-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:25', '2023-10-31 16:08:25'),
(313477, 2339, '1626-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:25', '2023-10-31 16:08:25'),
(313478, 2339, '1626-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:25', '2023-10-31 16:08:25'),
(313479, 2339, '1626-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:25', '2023-10-31 16:08:25'),
(313480, 2339, '1626-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:25', '2023-10-31 16:08:25'),
(313481, 2339, '1626-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:25', '2023-10-31 16:08:25'),
(313482, 2339, '1626-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:25', '2023-10-31 16:08:25'),
(313483, 2339, '1626-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:25', '2023-10-31 16:08:25'),
(313484, 2339, '1626-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:25', '2023-10-31 16:08:25'),
(313485, 2339, '1626-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:25', '2023-10-31 16:08:25'),
(313486, 2339, '1626-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:25', '2023-10-31 16:08:25'),
(313487, 2339, '1626-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:25', '2023-10-31 16:08:25'),
(313488, 2339, '1627-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:25', '2023-10-31 16:08:25'),
(313489, 2339, '1627-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:25', '2023-10-31 16:08:25'),
(313490, 2339, '1627-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:25', '2023-10-31 16:08:25'),
(313491, 2339, '1627-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:25', '2023-10-31 16:08:25'),
(313492, 2339, '1627-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:25', '2023-10-31 16:08:25'),
(313493, 2339, '1627-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:25', '2023-10-31 16:08:25'),
(313494, 2339, '1627-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:25', '2023-10-31 16:08:25'),
(313495, 2339, '1627-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:25', '2023-10-31 16:08:25'),
(313496, 2339, '1627-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:25', '2023-10-31 16:08:25'),
(313497, 2339, '1627-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:25', '2023-10-31 16:08:25'),
(313498, 2339, '1627-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:25', '2023-10-31 16:08:25'),
(313499, 2339, '1627-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:25', '2023-10-31 16:08:25'),
(313500, 2339, '1628-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:25', '2023-10-31 16:08:25'),
(313501, 2339, '1628-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:25', '2023-10-31 16:08:25'),
(313502, 2339, '1628-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:25', '2023-10-31 16:08:25'),
(313503, 2339, '1628-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:25', '2023-10-31 16:08:25'),
(313504, 2339, '1628-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:25', '2023-10-31 16:08:25'),
(313505, 2339, '1628-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:25', '2023-10-31 16:08:25'),
(313506, 2339, '1628-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:25', '2023-10-31 16:08:25'),
(313507, 2339, '1628-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:25', '2023-10-31 16:08:25'),
(313508, 2339, '1628-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:25', '2023-10-31 16:08:25'),
(313509, 2339, '1628-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:25', '2023-10-31 16:08:25'),
(313510, 2339, '1628-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:25', '2023-10-31 16:08:25'),
(313511, 2339, '1628-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:25', '2023-10-31 16:08:25'),
(313512, 2339, '1629-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:25', '2023-10-31 16:08:25'),
(313513, 2339, '1629-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:25', '2023-10-31 16:08:25'),
(313514, 2339, '1629-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:25', '2023-10-31 16:08:25'),
(313515, 2339, '1629-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:25', '2023-10-31 16:08:25'),
(313516, 2339, '1629-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:25', '2023-10-31 16:08:25'),
(313517, 2339, '1629-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:25', '2023-10-31 16:08:25'),
(313518, 2339, '1629-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:25', '2023-10-31 16:08:25'),
(313519, 2339, '1629-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:25', '2023-10-31 16:08:25'),
(313520, 2339, '1629-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:25', '2023-10-31 16:08:25'),
(313521, 2339, '1629-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:25', '2023-10-31 16:08:25'),
(313522, 2339, '1629-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:25', '2023-10-31 16:08:25'),
(313523, 2339, '1629-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:25', '2023-10-31 16:08:25'),
(313524, 2339, '1630-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:25', '2023-10-31 16:08:25'),
(313525, 2339, '1630-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:25', '2023-10-31 16:08:25'),
(313526, 2339, '1630-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:25', '2023-10-31 16:08:25'),
(313527, 2339, '1630-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:25', '2023-10-31 16:08:25'),
(313528, 2339, '1630-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:25', '2023-10-31 16:08:25'),
(313529, 2339, '1630-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:25', '2023-10-31 16:08:25'),
(313530, 2339, '1630-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:25', '2023-10-31 16:08:25'),
(313531, 2339, '1630-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:25', '2023-10-31 16:08:25'),
(313532, 2339, '1630-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:25', '2023-10-31 16:08:25'),
(313533, 2339, '1630-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:25', '2023-10-31 16:08:25'),
(313534, 2339, '1630-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:25', '2023-10-31 16:08:25'),
(313535, 2339, '1630-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:25', '2023-10-31 16:08:25'),
(313536, 2339, '1631-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:25', '2023-10-31 16:08:25'),
(313537, 2339, '1631-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:25', '2023-10-31 16:08:25'),
(313538, 2339, '1631-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:25', '2023-10-31 16:08:25'),
(313539, 2339, '1631-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:25', '2023-10-31 16:08:25'),
(313540, 2339, '1631-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:25', '2023-10-31 16:08:25'),
(313541, 2339, '1631-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:25', '2023-10-31 16:08:25'),
(313542, 2339, '1631-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:25', '2023-10-31 16:08:25'),
(313543, 2339, '1631-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:25', '2023-10-31 16:08:25'),
(313544, 2339, '1631-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:25', '2023-10-31 16:08:25'),
(313545, 2339, '1631-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:25', '2023-10-31 16:08:25'),
(313546, 2339, '1631-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:25', '2023-10-31 16:08:25'),
(313547, 2339, '1631-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:25', '2023-10-31 16:08:25'),
(313548, 2339, '1632-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:25', '2023-10-31 16:08:25'),
(313549, 2339, '1632-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:25', '2023-10-31 16:08:25'),
(313550, 2339, '1632-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:25', '2023-10-31 16:08:25'),
(313551, 2339, '1632-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:25', '2023-10-31 16:08:25'),
(313552, 2339, '1632-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:25', '2023-10-31 16:08:25'),
(313553, 2339, '1632-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:25', '2023-10-31 16:08:25'),
(313554, 2339, '1632-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:25', '2023-10-31 16:08:25'),
(313555, 2339, '1632-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:25', '2023-10-31 16:08:25'),
(313556, 2339, '1632-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:25', '2023-10-31 16:08:25'),
(313557, 2339, '1632-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:25', '2023-10-31 16:08:25'),
(313558, 2339, '1632-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:25', '2023-10-31 16:08:25'),
(313559, 2339, '1632-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:25', '2023-10-31 16:08:25'),
(313560, 2339, '1633-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:25', '2023-10-31 16:08:25'),
(313561, 2339, '1633-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:25', '2023-10-31 16:08:25'),
(313562, 2339, '1633-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:25', '2023-10-31 16:08:25'),
(313563, 2339, '1633-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:26', '2023-10-31 16:08:26'),
(313564, 2339, '1633-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:26', '2023-10-31 16:08:26'),
(313565, 2339, '1633-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:26', '2023-10-31 16:08:26'),
(313566, 2339, '1633-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:26', '2023-10-31 16:08:26'),
(313567, 2339, '1633-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:26', '2023-10-31 16:08:26'),
(313568, 2339, '1633-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:26', '2023-10-31 16:08:26'),
(313569, 2339, '1633-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:26', '2023-10-31 16:08:26'),
(313570, 2339, '1633-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:26', '2023-10-31 16:08:26'),
(313571, 2339, '1633-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:26', '2023-10-31 16:08:26'),
(313572, 2339, '1634-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:26', '2023-10-31 16:08:26'),
(313573, 2339, '1634-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:26', '2023-10-31 16:08:26'),
(313574, 2339, '1634-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:26', '2023-10-31 16:08:26'),
(313575, 2339, '1634-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:26', '2023-10-31 16:08:26'),
(313576, 2339, '1634-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:26', '2023-10-31 16:08:26'),
(313577, 2339, '1634-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:26', '2023-10-31 16:08:26'),
(313578, 2339, '1634-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:26', '2023-10-31 16:08:26'),
(313579, 2339, '1634-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:26', '2023-10-31 16:08:26'),
(313580, 2339, '1634-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:26', '2023-10-31 16:08:26'),
(313581, 2339, '1634-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:26', '2023-10-31 16:08:26'),
(313582, 2339, '1634-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:26', '2023-10-31 16:08:26'),
(313583, 2339, '1634-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:26', '2023-10-31 16:08:26'),
(313584, 2339, '1635-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:26', '2023-10-31 16:08:26'),
(313585, 2339, '1635-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:26', '2023-10-31 16:08:26'),
(313586, 2339, '1635-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:26', '2023-10-31 16:08:26'),
(313587, 2339, '1635-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:26', '2023-10-31 16:08:26'),
(313588, 2339, '1635-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:26', '2023-10-31 16:08:26'),
(313589, 2339, '1635-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:26', '2023-10-31 16:08:26'),
(313590, 2339, '1635-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:26', '2023-10-31 16:08:26'),
(313591, 2339, '1635-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:26', '2023-10-31 16:08:26'),
(313592, 2339, '1635-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:26', '2023-10-31 16:08:26'),
(313593, 2339, '1635-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:26', '2023-10-31 16:08:26'),
(313594, 2339, '1635-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:26', '2023-10-31 16:08:26'),
(313595, 2339, '1635-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:26', '2023-10-31 16:08:26'),
(313596, 2339, '1636-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:26', '2023-10-31 16:08:26'),
(313597, 2339, '1636-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:26', '2023-10-31 16:08:26'),
(313598, 2339, '1636-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:26', '2023-10-31 16:08:26'),
(313599, 2339, '1636-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:26', '2023-10-31 16:08:26'),
(313600, 2339, '1636-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:26', '2023-10-31 16:08:26'),
(313601, 2339, '1636-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:26', '2023-10-31 16:08:26'),
(313602, 2339, '1636-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:26', '2023-10-31 16:08:26');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(313603, 2339, '1636-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:26', '2023-10-31 16:08:26'),
(313604, 2339, '1636-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:26', '2023-10-31 16:08:26'),
(313605, 2339, '1636-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:26', '2023-10-31 16:08:26'),
(313606, 2339, '1636-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:26', '2023-10-31 16:08:26'),
(313607, 2339, '1636-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:26', '2023-10-31 16:08:26'),
(313608, 2339, '1637-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:26', '2023-10-31 16:08:26'),
(313609, 2339, '1637-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:26', '2023-10-31 16:08:26'),
(313610, 2339, '1637-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:26', '2023-10-31 16:08:26'),
(313611, 2339, '1637-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:26', '2023-10-31 16:08:26'),
(313612, 2339, '1637-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:26', '2023-10-31 16:08:26'),
(313613, 2339, '1637-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:26', '2023-10-31 16:08:26'),
(313614, 2339, '1637-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:26', '2023-10-31 16:08:26'),
(313615, 2339, '1637-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:26', '2023-10-31 16:08:26'),
(313616, 2339, '1637-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:26', '2023-10-31 16:08:26'),
(313617, 2339, '1637-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:26', '2023-10-31 16:08:26'),
(313618, 2339, '1637-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:26', '2023-10-31 16:08:26'),
(313619, 2339, '1637-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:26', '2023-10-31 16:08:26'),
(313620, 2339, '1638-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:26', '2023-10-31 16:08:26'),
(313621, 2339, '1638-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:26', '2023-10-31 16:08:26'),
(313622, 2339, '1638-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:26', '2023-10-31 16:08:26'),
(313623, 2339, '1638-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:26', '2023-10-31 16:08:26'),
(313624, 2339, '1638-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:26', '2023-10-31 16:08:26'),
(313625, 2339, '1638-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:26', '2023-10-31 16:08:26'),
(313626, 2339, '1638-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:26', '2023-10-31 16:08:26'),
(313627, 2339, '1638-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:26', '2023-10-31 16:08:26'),
(313628, 2339, '1638-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:26', '2023-10-31 16:08:26'),
(313629, 2339, '1638-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:26', '2023-10-31 16:08:26'),
(313630, 2339, '1638-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:26', '2023-10-31 16:08:26'),
(313631, 2339, '1638-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:26', '2023-10-31 16:08:26'),
(313632, 2339, '1639-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:26', '2023-10-31 16:08:26'),
(313633, 2339, '1639-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:26', '2023-10-31 16:08:26'),
(313634, 2339, '1639-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:26', '2023-10-31 16:08:26'),
(313635, 2339, '1639-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:26', '2023-10-31 16:08:26'),
(313636, 2339, '1639-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:26', '2023-10-31 16:08:26'),
(313637, 2339, '1639-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:26', '2023-10-31 16:08:26'),
(313638, 2339, '1639-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:26', '2023-10-31 16:08:26'),
(313639, 2339, '1639-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:26', '2023-10-31 16:08:26'),
(313640, 2339, '1639-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:26', '2023-10-31 16:08:26'),
(313641, 2339, '1639-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:26', '2023-10-31 16:08:26'),
(313642, 2339, '1639-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:26', '2023-10-31 16:08:26'),
(313643, 2339, '1639-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:26', '2023-10-31 16:08:26'),
(313644, 2339, '1640-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:26', '2023-10-31 16:08:26'),
(313645, 2339, '1640-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:26', '2023-10-31 16:08:26'),
(313646, 2339, '1640-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:26', '2023-10-31 16:08:26'),
(313647, 2339, '1640-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:26', '2023-10-31 16:08:26'),
(313648, 2339, '1640-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:26', '2023-10-31 16:08:26'),
(313649, 2339, '1640-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:26', '2023-10-31 16:08:26'),
(313650, 2339, '1640-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:26', '2023-10-31 16:08:26'),
(313651, 2339, '1640-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:26', '2023-10-31 16:08:26'),
(313652, 2339, '1640-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:26', '2023-10-31 16:08:26'),
(313653, 2339, '1640-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:26', '2023-10-31 16:08:26'),
(313654, 2339, '1640-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:26', '2023-10-31 16:08:26'),
(313655, 2339, '1640-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:26', '2023-10-31 16:08:26'),
(313656, 2339, '1641-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:26', '2023-10-31 16:08:26'),
(313657, 2339, '1641-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:26', '2023-10-31 16:08:26'),
(313658, 2339, '1641-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:26', '2023-10-31 16:08:26'),
(313659, 2339, '1641-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:26', '2023-10-31 16:08:26'),
(313660, 2339, '1641-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:26', '2023-10-31 16:08:26'),
(313661, 2339, '1641-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:26', '2023-10-31 16:08:26'),
(313662, 2339, '1641-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:26', '2023-10-31 16:08:26'),
(313663, 2339, '1641-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:26', '2023-10-31 16:08:26'),
(313664, 2339, '1641-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:26', '2023-10-31 16:08:26'),
(313665, 2339, '1641-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:26', '2023-10-31 16:08:26'),
(313666, 2339, '1641-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:26', '2023-10-31 16:08:26'),
(313667, 2339, '1641-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:26', '2023-10-31 16:08:26'),
(313668, 2339, '1642-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:26', '2023-10-31 16:08:26'),
(313669, 2339, '1642-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:26', '2023-10-31 16:08:26'),
(313670, 2339, '1642-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:26', '2023-10-31 16:08:26'),
(313671, 2339, '1642-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:26', '2023-10-31 16:08:26'),
(313672, 2339, '1642-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:26', '2023-10-31 16:08:26'),
(313673, 2339, '1642-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:26', '2023-10-31 16:08:26'),
(313674, 2339, '1642-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:26', '2023-10-31 16:08:26'),
(313675, 2339, '1642-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:26', '2023-10-31 16:08:26'),
(313676, 2339, '1642-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:26', '2023-10-31 16:08:26'),
(313677, 2339, '1642-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:26', '2023-10-31 16:08:26'),
(313678, 2339, '1642-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:26', '2023-10-31 16:08:26'),
(313679, 2339, '1642-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:26', '2023-10-31 16:08:26'),
(313680, 2339, '1643-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:26', '2023-10-31 16:08:26'),
(313681, 2339, '1643-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:26', '2023-10-31 16:08:26'),
(313682, 2339, '1643-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:26', '2023-10-31 16:08:26'),
(313683, 2339, '1643-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:26', '2023-10-31 16:08:26'),
(313684, 2339, '1643-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:26', '2023-10-31 16:08:26'),
(313685, 2339, '1643-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:26', '2023-10-31 16:08:26'),
(313686, 2339, '1643-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:26', '2023-10-31 16:08:26'),
(313687, 2339, '1643-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:26', '2023-10-31 16:08:26'),
(313688, 2339, '1643-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:26', '2023-10-31 16:08:26'),
(313689, 2339, '1643-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:26', '2023-10-31 16:08:26'),
(313690, 2339, '1643-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:26', '2023-10-31 16:08:26'),
(313691, 2339, '1643-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:26', '2023-10-31 16:08:26'),
(313692, 2339, '1644-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:26', '2023-10-31 16:08:26'),
(313693, 2339, '1644-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:26', '2023-10-31 16:08:26'),
(313694, 2339, '1644-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:26', '2023-10-31 16:08:26'),
(313695, 2339, '1644-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:26', '2023-10-31 16:08:26'),
(313696, 2339, '1644-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:26', '2023-10-31 16:08:26'),
(313697, 2339, '1644-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:26', '2023-10-31 16:08:26'),
(313698, 2339, '1644-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:26', '2023-10-31 16:08:26'),
(313699, 2339, '1644-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:26', '2023-10-31 16:08:26'),
(313700, 2339, '1644-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:26', '2023-10-31 16:08:26'),
(313701, 2339, '1644-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:26', '2023-10-31 16:08:26'),
(313702, 2339, '1644-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:26', '2023-10-31 16:08:26'),
(313703, 2339, '1644-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:26', '2023-10-31 16:08:26'),
(313704, 2339, '1645-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:26', '2023-10-31 16:08:26'),
(313705, 2339, '1645-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:26', '2023-10-31 16:08:26'),
(313706, 2339, '1645-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:26', '2023-10-31 16:08:26'),
(313707, 2339, '1645-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:26', '2023-10-31 16:08:26'),
(313708, 2339, '1645-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:26', '2023-10-31 16:08:26'),
(313709, 2339, '1645-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:26', '2023-10-31 16:08:26'),
(313710, 2339, '1645-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:26', '2023-10-31 16:08:26'),
(313711, 2339, '1645-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:26', '2023-10-31 16:08:26'),
(313712, 2339, '1645-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:26', '2023-10-31 16:08:26'),
(313713, 2339, '1645-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:26', '2023-10-31 16:08:26'),
(313714, 2339, '1645-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:26', '2023-10-31 16:08:26'),
(313715, 2339, '1645-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:26', '2023-10-31 16:08:26'),
(313716, 2339, '1646-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:26', '2023-10-31 16:08:26'),
(313717, 2339, '1646-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:26', '2023-10-31 16:08:26'),
(313718, 2339, '1646-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:26', '2023-10-31 16:08:26'),
(313719, 2339, '1646-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:26', '2023-10-31 16:08:26'),
(313720, 2339, '1646-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:26', '2023-10-31 16:08:26'),
(313721, 2339, '1646-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:26', '2023-10-31 16:08:26'),
(313722, 2339, '1646-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:26', '2023-10-31 16:08:26'),
(313723, 2339, '1646-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:26', '2023-10-31 16:08:26'),
(313724, 2339, '1646-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:26', '2023-10-31 16:08:26'),
(313725, 2339, '1646-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:26', '2023-10-31 16:08:26'),
(313726, 2339, '1646-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:26', '2023-10-31 16:08:26'),
(313727, 2339, '1646-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:26', '2023-10-31 16:08:26'),
(313728, 2339, '1647-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:26', '2023-10-31 16:08:26'),
(313729, 2339, '1647-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:26', '2023-10-31 16:08:26'),
(313730, 2339, '1647-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:26', '2023-10-31 16:08:26'),
(313731, 2339, '1647-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:26', '2023-10-31 16:08:26'),
(313732, 2339, '1647-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:26', '2023-10-31 16:08:26'),
(313733, 2339, '1647-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:26', '2023-10-31 16:08:26'),
(313734, 2339, '1647-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:26', '2023-10-31 16:08:26'),
(313735, 2339, '1647-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:26', '2023-10-31 16:08:26'),
(313736, 2339, '1647-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:26', '2023-10-31 16:08:26'),
(313737, 2339, '1647-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:26', '2023-10-31 16:08:26'),
(313738, 2339, '1647-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:26', '2023-10-31 16:08:26'),
(313739, 2339, '1647-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:26', '2023-10-31 16:08:26'),
(313740, 2339, '1648-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:26', '2023-10-31 16:08:26'),
(313741, 2339, '1648-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:26', '2023-10-31 16:08:26'),
(313742, 2339, '1648-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:26', '2023-10-31 16:08:26'),
(313743, 2339, '1648-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:26', '2023-10-31 16:08:26'),
(313744, 2339, '1648-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:26', '2023-10-31 16:08:26'),
(313745, 2339, '1648-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:26', '2023-10-31 16:08:26'),
(313746, 2339, '1648-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:26', '2023-10-31 16:08:26'),
(313747, 2339, '1648-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:26', '2023-10-31 16:08:26'),
(313748, 2339, '1648-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:26', '2023-10-31 16:08:26'),
(313749, 2339, '1648-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:26', '2023-10-31 16:08:26'),
(313750, 2339, '1648-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:26', '2023-10-31 16:08:26'),
(313751, 2339, '1648-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:26', '2023-10-31 16:08:26'),
(313752, 2339, '1649-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:26', '2023-10-31 16:08:26'),
(313753, 2339, '1649-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:26', '2023-10-31 16:08:26'),
(313754, 2339, '1649-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:26', '2023-10-31 16:08:26'),
(313755, 2339, '1649-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:26', '2023-10-31 16:08:26'),
(313756, 2339, '1649-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:26', '2023-10-31 16:08:26'),
(313757, 2339, '1649-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:26', '2023-10-31 16:08:26'),
(313758, 2339, '1649-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:26', '2023-10-31 16:08:26'),
(313759, 2339, '1649-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:26', '2023-10-31 16:08:26'),
(313760, 2339, '1649-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:26', '2023-10-31 16:08:26'),
(313761, 2339, '1649-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:26', '2023-10-31 16:08:26'),
(313762, 2339, '1649-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:26', '2023-10-31 16:08:26'),
(313763, 2339, '1649-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:26', '2023-10-31 16:08:26'),
(313764, 2339, '1650-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:26', '2023-10-31 16:08:26'),
(313765, 2339, '1650-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:26', '2023-10-31 16:08:26'),
(313766, 2339, '1650-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:27', '2023-10-31 16:08:27'),
(313767, 2339, '1650-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:27', '2023-10-31 16:08:27'),
(313768, 2339, '1650-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:27', '2023-10-31 16:08:27'),
(313769, 2339, '1650-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:27', '2023-10-31 16:08:27'),
(313770, 2339, '1650-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:27', '2023-10-31 16:08:27'),
(313771, 2339, '1650-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:27', '2023-10-31 16:08:27'),
(313772, 2339, '1650-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:27', '2023-10-31 16:08:27'),
(313773, 2339, '1650-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:27', '2023-10-31 16:08:27'),
(313774, 2339, '1650-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:27', '2023-10-31 16:08:27'),
(313775, 2339, '1650-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:27', '2023-10-31 16:08:27'),
(313776, 2339, '1651-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:27', '2023-10-31 16:08:27'),
(313777, 2339, '1651-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:27', '2023-10-31 16:08:27'),
(313778, 2339, '1651-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:27', '2023-10-31 16:08:27'),
(313779, 2339, '1651-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:27', '2023-10-31 16:08:27'),
(313780, 2339, '1651-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:27', '2023-10-31 16:08:27'),
(313781, 2339, '1651-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:27', '2023-10-31 16:08:27'),
(313782, 2339, '1651-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:27', '2023-10-31 16:08:27'),
(313783, 2339, '1651-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:27', '2023-10-31 16:08:27'),
(313784, 2339, '1651-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:27', '2023-10-31 16:08:27'),
(313785, 2339, '1651-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:27', '2023-10-31 16:08:27'),
(313786, 2339, '1651-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:27', '2023-10-31 16:08:27'),
(313787, 2339, '1651-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:27', '2023-10-31 16:08:27'),
(313788, 2339, '1652-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:27', '2023-10-31 16:08:27'),
(313789, 2339, '1652-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:27', '2023-10-31 16:08:27'),
(313790, 2339, '1652-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:27', '2023-10-31 16:08:27'),
(313791, 2339, '1652-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:27', '2023-10-31 16:08:27'),
(313792, 2339, '1652-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:27', '2023-10-31 16:08:27'),
(313793, 2339, '1652-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:27', '2023-10-31 16:08:27'),
(313794, 2339, '1652-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:27', '2023-10-31 16:08:27'),
(313795, 2339, '1652-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:27', '2023-10-31 16:08:27'),
(313796, 2339, '1652-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:27', '2023-10-31 16:08:27'),
(313797, 2339, '1652-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:27', '2023-10-31 16:08:27'),
(313798, 2339, '1652-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:27', '2023-10-31 16:08:27'),
(313799, 2339, '1652-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:27', '2023-10-31 16:08:27'),
(313800, 2339, '1653-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:27', '2023-10-31 16:08:27'),
(313801, 2339, '1653-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:27', '2023-10-31 16:08:27'),
(313802, 2339, '1653-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:27', '2023-10-31 16:08:27'),
(313803, 2339, '1653-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:27', '2023-10-31 16:08:27'),
(313804, 2339, '1653-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:27', '2023-10-31 16:08:27'),
(313805, 2339, '1653-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:27', '2023-10-31 16:08:27'),
(313806, 2339, '1653-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:27', '2023-10-31 16:08:27'),
(313807, 2339, '1653-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:27', '2023-10-31 16:08:27'),
(313808, 2339, '1653-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:27', '2023-10-31 16:08:27'),
(313809, 2339, '1653-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:27', '2023-10-31 16:08:27'),
(313810, 2339, '1653-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:27', '2023-10-31 16:08:27'),
(313811, 2339, '1653-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:27', '2023-10-31 16:08:27'),
(313812, 2339, '1654-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:27', '2023-10-31 16:08:27'),
(313813, 2339, '1654-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:27', '2023-10-31 16:08:27'),
(313814, 2339, '1654-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:27', '2023-10-31 16:08:27'),
(313815, 2339, '1654-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:27', '2023-10-31 16:08:27'),
(313816, 2339, '1654-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:27', '2023-10-31 16:08:27'),
(313817, 2339, '1654-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:27', '2023-10-31 16:08:27'),
(313818, 2339, '1654-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:27', '2023-10-31 16:08:27'),
(313819, 2339, '1654-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:27', '2023-10-31 16:08:27'),
(313820, 2339, '1654-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:27', '2023-10-31 16:08:27'),
(313821, 2339, '1654-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:27', '2023-10-31 16:08:27'),
(313822, 2339, '1654-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:27', '2023-10-31 16:08:27'),
(313823, 2339, '1654-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:27', '2023-10-31 16:08:27'),
(313824, 2339, '1655-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:27', '2023-10-31 16:08:27'),
(313825, 2339, '1655-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:27', '2023-10-31 16:08:27'),
(313826, 2339, '1655-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:27', '2023-10-31 16:08:27'),
(313827, 2339, '1655-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:27', '2023-10-31 16:08:27'),
(313828, 2339, '1655-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:27', '2023-10-31 16:08:27'),
(313829, 2339, '1655-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:27', '2023-10-31 16:08:27'),
(313830, 2339, '1655-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:27', '2023-10-31 16:08:27'),
(313831, 2339, '1655-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:27', '2023-10-31 16:08:27'),
(313832, 2339, '1655-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:27', '2023-10-31 16:08:27'),
(313833, 2339, '1655-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:27', '2023-10-31 16:08:27'),
(313834, 2339, '1655-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:27', '2023-10-31 16:08:27'),
(313835, 2339, '1655-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:27', '2023-10-31 16:08:27'),
(313836, 2339, '1656-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:27', '2023-10-31 16:08:27'),
(313837, 2339, '1656-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:27', '2023-10-31 16:08:27'),
(313838, 2339, '1656-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:27', '2023-10-31 16:08:27'),
(313839, 2339, '1656-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:27', '2023-10-31 16:08:27'),
(313840, 2339, '1656-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:27', '2023-10-31 16:08:27'),
(313841, 2339, '1656-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:27', '2023-10-31 16:08:27'),
(313842, 2339, '1656-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:27', '2023-10-31 16:08:27'),
(313843, 2339, '1656-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:27', '2023-10-31 16:08:27'),
(313844, 2339, '1656-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:27', '2023-10-31 16:08:27'),
(313845, 2339, '1656-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:27', '2023-10-31 16:08:27'),
(313846, 2339, '1656-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:27', '2023-10-31 16:08:27'),
(313847, 2339, '1656-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:27', '2023-10-31 16:08:27'),
(313848, 2339, '1657-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:27', '2023-10-31 16:08:27'),
(313849, 2339, '1657-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:27', '2023-10-31 16:08:27'),
(313850, 2339, '1657-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:27', '2023-10-31 16:08:27'),
(313851, 2339, '1657-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:27', '2023-10-31 16:08:27'),
(313852, 2339, '1657-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:27', '2023-10-31 16:08:27'),
(313853, 2339, '1657-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:27', '2023-10-31 16:08:27'),
(313854, 2339, '1657-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:27', '2023-10-31 16:08:27'),
(313855, 2339, '1657-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:27', '2023-10-31 16:08:27'),
(313856, 2339, '1657-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:27', '2023-10-31 16:08:27'),
(313857, 2339, '1657-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:27', '2023-10-31 16:08:27'),
(313858, 2339, '1657-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:27', '2023-10-31 16:08:27'),
(313859, 2339, '1657-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:27', '2023-10-31 16:08:27'),
(313860, 2339, '1658-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:27', '2023-10-31 16:08:27'),
(313861, 2339, '1658-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:27', '2023-10-31 16:08:27'),
(313862, 2339, '1658-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:27', '2023-10-31 16:08:27'),
(313863, 2339, '1658-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:27', '2023-10-31 16:08:27'),
(313864, 2339, '1658-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:27', '2023-10-31 16:08:27'),
(313865, 2339, '1658-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:27', '2023-10-31 16:08:27'),
(313866, 2339, '1658-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:27', '2023-10-31 16:08:27'),
(313867, 2339, '1658-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:27', '2023-10-31 16:08:27'),
(313868, 2339, '1658-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:27', '2023-10-31 16:08:27'),
(313869, 2339, '1658-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:27', '2023-10-31 16:08:27'),
(313870, 2339, '1658-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:27', '2023-10-31 16:08:27'),
(313871, 2339, '1658-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:27', '2023-10-31 16:08:27'),
(313872, 2339, '1659-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:27', '2023-10-31 16:08:27'),
(313873, 2339, '1659-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:27', '2023-10-31 16:08:27'),
(313874, 2339, '1659-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:27', '2023-10-31 16:08:27'),
(313875, 2339, '1659-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:27', '2023-10-31 16:08:27'),
(313876, 2339, '1659-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:27', '2023-10-31 16:08:27'),
(313877, 2339, '1659-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:27', '2023-10-31 16:08:27'),
(313878, 2339, '1659-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:27', '2023-10-31 16:08:27'),
(313879, 2339, '1659-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:27', '2023-10-31 16:08:27'),
(313880, 2339, '1659-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:27', '2023-10-31 16:08:27'),
(313881, 2339, '1659-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:27', '2023-10-31 16:08:27'),
(313882, 2339, '1659-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:27', '2023-10-31 16:08:27'),
(313883, 2339, '1659-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:27', '2023-10-31 16:08:27'),
(313884, 2339, '1660-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:27', '2023-10-31 16:08:27'),
(313885, 2339, '1660-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:27', '2023-10-31 16:08:27'),
(313886, 2339, '1660-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:27', '2023-10-31 16:08:27'),
(313887, 2339, '1660-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:27', '2023-10-31 16:08:27'),
(313888, 2339, '1660-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:27', '2023-10-31 16:08:27'),
(313889, 2339, '1660-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:27', '2023-10-31 16:08:27'),
(313890, 2339, '1660-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:27', '2023-10-31 16:08:27'),
(313891, 2339, '1660-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:27', '2023-10-31 16:08:27'),
(313892, 2339, '1660-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:27', '2023-10-31 16:08:27'),
(313893, 2339, '1660-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:27', '2023-10-31 16:08:27'),
(313894, 2339, '1660-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:27', '2023-10-31 16:08:27'),
(313895, 2339, '1660-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:27', '2023-10-31 16:08:27'),
(313896, 2339, '1661-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:27', '2023-10-31 16:08:27'),
(313897, 2339, '1661-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:27', '2023-10-31 16:08:27'),
(313898, 2339, '1661-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:27', '2023-10-31 16:08:27'),
(313899, 2339, '1661-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:27', '2023-10-31 16:08:27'),
(313900, 2339, '1661-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:27', '2023-10-31 16:08:27'),
(313901, 2339, '1661-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:27', '2023-10-31 16:08:27'),
(313902, 2339, '1661-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:27', '2023-10-31 16:08:27'),
(313903, 2339, '1661-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:27', '2023-10-31 16:08:27'),
(313904, 2339, '1661-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:27', '2023-10-31 16:08:27'),
(313905, 2339, '1661-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:27', '2023-10-31 16:08:27'),
(313906, 2339, '1661-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:27', '2023-10-31 16:08:27'),
(313907, 2339, '1661-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:27', '2023-10-31 16:08:27'),
(313908, 2339, '1662-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:27', '2023-10-31 16:08:27'),
(313909, 2339, '1662-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:27', '2023-10-31 16:08:27'),
(313910, 2339, '1662-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:27', '2023-10-31 16:08:27'),
(313911, 2339, '1662-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:27', '2023-10-31 16:08:27'),
(313912, 2339, '1662-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:27', '2023-10-31 16:08:27'),
(313913, 2339, '1662-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:27', '2023-10-31 16:08:27'),
(313914, 2339, '1662-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:27', '2023-10-31 16:08:27'),
(313915, 2339, '1662-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:27', '2023-10-31 16:08:27'),
(313916, 2339, '1662-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:27', '2023-10-31 16:08:27'),
(313917, 2339, '1662-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:27', '2023-10-31 16:08:27'),
(313918, 2339, '1662-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:27', '2023-10-31 16:08:27'),
(313919, 2339, '1662-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:27', '2023-10-31 16:08:27'),
(313920, 2339, '1663-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:27', '2023-10-31 16:08:27'),
(313921, 2339, '1663-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:27', '2023-10-31 16:08:27'),
(313922, 2339, '1663-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:27', '2023-10-31 16:08:27'),
(313923, 2339, '1663-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:27', '2023-10-31 16:08:27'),
(313924, 2339, '1663-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:27', '2023-10-31 16:08:27'),
(313925, 2339, '1663-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:27', '2023-10-31 16:08:27'),
(313926, 2339, '1663-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:27', '2023-10-31 16:08:27'),
(313927, 2339, '1663-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:27', '2023-10-31 16:08:27'),
(313928, 2339, '1663-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:27', '2023-10-31 16:08:27'),
(313929, 2339, '1663-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:27', '2023-10-31 16:08:27'),
(313930, 2339, '1663-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:27', '2023-10-31 16:08:27'),
(313931, 2339, '1663-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:27', '2023-10-31 16:08:27'),
(313932, 2339, '1664-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:27', '2023-10-31 16:08:27'),
(313933, 2339, '1664-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:27', '2023-10-31 16:08:27'),
(313934, 2339, '1664-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:27', '2023-10-31 16:08:27'),
(313935, 2339, '1664-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:27', '2023-10-31 16:08:27'),
(313936, 2339, '1664-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:27', '2023-10-31 16:08:27'),
(313937, 2339, '1664-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:27', '2023-10-31 16:08:27'),
(313938, 2339, '1664-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:27', '2023-10-31 16:08:27'),
(313939, 2339, '1664-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:27', '2023-10-31 16:08:27'),
(313940, 2339, '1664-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:27', '2023-10-31 16:08:27'),
(313941, 2339, '1664-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:27', '2023-10-31 16:08:27'),
(313942, 2339, '1664-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:27', '2023-10-31 16:08:27'),
(313943, 2339, '1664-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:27', '2023-10-31 16:08:27'),
(313944, 2339, '1665-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:27', '2023-10-31 16:08:27'),
(313945, 2339, '1665-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:27', '2023-10-31 16:08:27'),
(313946, 2339, '1665-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:27', '2023-10-31 16:08:27'),
(313947, 2339, '1665-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:27', '2023-10-31 16:08:27'),
(313948, 2339, '1665-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:27', '2023-10-31 16:08:27'),
(313949, 2339, '1665-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:27', '2023-10-31 16:08:27'),
(313950, 2339, '1665-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:27', '2023-10-31 16:08:27'),
(313951, 2339, '1665-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:27', '2023-10-31 16:08:27'),
(313952, 2339, '1665-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:27', '2023-10-31 16:08:27'),
(313953, 2339, '1665-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:27', '2023-10-31 16:08:27'),
(313954, 2339, '1665-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:27', '2023-10-31 16:08:27'),
(313955, 2339, '1665-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:27', '2023-10-31 16:08:27'),
(313956, 2339, '1666-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:27', '2023-10-31 16:08:27'),
(313957, 2339, '1666-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:27', '2023-10-31 16:08:27'),
(313958, 2339, '1666-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:27', '2023-10-31 16:08:27'),
(313959, 2339, '1666-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:27', '2023-10-31 16:08:27'),
(313960, 2339, '1666-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:27', '2023-10-31 16:08:27'),
(313961, 2339, '1666-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:27', '2023-10-31 16:08:27'),
(313962, 2339, '1666-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:27', '2023-10-31 16:08:27'),
(313963, 2339, '1666-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:27', '2023-10-31 16:08:27'),
(313964, 2339, '1666-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:27', '2023-10-31 16:08:27'),
(313965, 2339, '1666-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:27', '2023-10-31 16:08:27'),
(313966, 2339, '1666-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:27', '2023-10-31 16:08:27'),
(313967, 2339, '1666-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:27', '2023-10-31 16:08:27'),
(313968, 2339, '1667-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:27', '2023-10-31 16:08:27'),
(313969, 2339, '1667-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:28', '2023-10-31 16:08:28'),
(313970, 2339, '1667-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:28', '2023-10-31 16:08:28'),
(313971, 2339, '1667-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:28', '2023-10-31 16:08:28'),
(313972, 2339, '1667-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:28', '2023-10-31 16:08:28'),
(313973, 2339, '1667-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:28', '2023-10-31 16:08:28'),
(313974, 2339, '1667-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:28', '2023-10-31 16:08:28'),
(313975, 2339, '1667-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:28', '2023-10-31 16:08:28'),
(313976, 2339, '1667-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:28', '2023-10-31 16:08:28'),
(313977, 2339, '1667-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:28', '2023-10-31 16:08:28'),
(313978, 2339, '1667-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:28', '2023-10-31 16:08:28'),
(313979, 2339, '1667-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:28', '2023-10-31 16:08:28'),
(313980, 2339, '1668-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:28', '2023-10-31 16:08:28'),
(313981, 2339, '1668-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:28', '2023-10-31 16:08:28'),
(313982, 2339, '1668-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:28', '2023-10-31 16:08:28'),
(313983, 2339, '1668-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:28', '2023-10-31 16:08:28'),
(313984, 2339, '1668-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:28', '2023-10-31 16:08:28'),
(313985, 2339, '1668-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:28', '2023-10-31 16:08:28'),
(313986, 2339, '1668-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:28', '2023-10-31 16:08:28'),
(313987, 2339, '1668-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:28', '2023-10-31 16:08:28'),
(313988, 2339, '1668-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:28', '2023-10-31 16:08:28'),
(313989, 2339, '1668-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:28', '2023-10-31 16:08:28'),
(313990, 2339, '1668-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:28', '2023-10-31 16:08:28'),
(313991, 2339, '1668-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:28', '2023-10-31 16:08:28'),
(313992, 2339, '1669-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:28', '2023-10-31 16:08:28'),
(313993, 2339, '1669-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:28', '2023-10-31 16:08:28'),
(313994, 2339, '1669-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:28', '2023-10-31 16:08:28'),
(313995, 2339, '1669-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:28', '2023-10-31 16:08:28'),
(313996, 2339, '1669-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:28', '2023-10-31 16:08:28'),
(313997, 2339, '1669-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:28', '2023-10-31 16:08:28'),
(313998, 2339, '1669-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:28', '2023-10-31 16:08:28'),
(313999, 2339, '1669-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:28', '2023-10-31 16:08:28'),
(314000, 2339, '1669-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:28', '2023-10-31 16:08:28'),
(314001, 2339, '1669-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:28', '2023-10-31 16:08:28'),
(314002, 2339, '1669-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:28', '2023-10-31 16:08:28'),
(314003, 2339, '1669-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:28', '2023-10-31 16:08:28'),
(314004, 2339, '1670-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:28', '2023-10-31 16:08:28'),
(314005, 2339, '1670-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:28', '2023-10-31 16:08:28'),
(314006, 2339, '1670-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:28', '2023-10-31 16:08:28'),
(314007, 2339, '1670-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:28', '2023-10-31 16:08:28'),
(314008, 2339, '1670-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:28', '2023-10-31 16:08:28'),
(314009, 2339, '1670-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:28', '2023-10-31 16:08:28'),
(314010, 2339, '1670-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:28', '2023-10-31 16:08:28'),
(314011, 2339, '1670-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:28', '2023-10-31 16:08:28'),
(314012, 2339, '1670-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:28', '2023-10-31 16:08:28'),
(314013, 2339, '1670-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:28', '2023-10-31 16:08:28'),
(314014, 2339, '1670-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:28', '2023-10-31 16:08:28'),
(314015, 2339, '1670-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:28', '2023-10-31 16:08:28'),
(314016, 2339, '1671-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:28', '2023-10-31 16:08:28'),
(314017, 2339, '1671-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:28', '2023-10-31 16:08:28'),
(314018, 2339, '1671-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:28', '2023-10-31 16:08:28'),
(314019, 2339, '1671-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:28', '2023-10-31 16:08:28'),
(314020, 2339, '1671-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:28', '2023-10-31 16:08:28'),
(314021, 2339, '1671-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:28', '2023-10-31 16:08:28'),
(314022, 2339, '1671-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:28', '2023-10-31 16:08:28'),
(314023, 2339, '1671-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:28', '2023-10-31 16:08:28'),
(314024, 2339, '1671-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:28', '2023-10-31 16:08:28'),
(314025, 2339, '1671-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:28', '2023-10-31 16:08:28'),
(314026, 2339, '1671-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:28', '2023-10-31 16:08:28'),
(314027, 2339, '1671-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:28', '2023-10-31 16:08:28'),
(314028, 2339, '1672-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:28', '2023-10-31 16:08:28'),
(314029, 2339, '1672-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:28', '2023-10-31 16:08:28'),
(314030, 2339, '1672-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:28', '2023-10-31 16:08:28'),
(314031, 2339, '1672-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:28', '2023-10-31 16:08:28'),
(314032, 2339, '1672-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:28', '2023-10-31 16:08:28'),
(314033, 2339, '1672-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:28', '2023-10-31 16:08:28'),
(314034, 2339, '1672-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:28', '2023-10-31 16:08:28'),
(314035, 2339, '1672-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:28', '2023-10-31 16:08:28'),
(314036, 2339, '1672-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:28', '2023-10-31 16:08:28'),
(314037, 2339, '1672-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:28', '2023-10-31 16:08:28'),
(314038, 2339, '1672-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:28', '2023-10-31 16:08:28'),
(314039, 2339, '1672-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:28', '2023-10-31 16:08:28'),
(314040, 2339, '1673-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:28', '2023-10-31 16:08:28'),
(314041, 2339, '1673-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:28', '2023-10-31 16:08:28'),
(314042, 2339, '1673-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:28', '2023-10-31 16:08:28'),
(314043, 2339, '1673-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:28', '2023-10-31 16:08:28'),
(314044, 2339, '1673-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:28', '2023-10-31 16:08:28'),
(314045, 2339, '1673-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:28', '2023-10-31 16:08:28'),
(314046, 2339, '1673-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:28', '2023-10-31 16:08:28'),
(314047, 2339, '1673-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:28', '2023-10-31 16:08:28'),
(314048, 2339, '1673-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:28', '2023-10-31 16:08:28'),
(314049, 2339, '1673-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:28', '2023-10-31 16:08:28'),
(314050, 2339, '1673-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:28', '2023-10-31 16:08:28'),
(314051, 2339, '1673-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:28', '2023-10-31 16:08:28'),
(314052, 2339, '1674-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:28', '2023-10-31 16:08:28'),
(314053, 2339, '1674-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:28', '2023-10-31 16:08:28'),
(314054, 2339, '1674-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:28', '2023-10-31 16:08:28'),
(314055, 2339, '1674-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:28', '2023-10-31 16:08:28'),
(314056, 2339, '1674-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:28', '2023-10-31 16:08:28'),
(314057, 2339, '1674-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:28', '2023-10-31 16:08:28'),
(314058, 2339, '1674-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:28', '2023-10-31 16:08:28'),
(314059, 2339, '1674-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:28', '2023-10-31 16:08:28'),
(314060, 2339, '1674-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:28', '2023-10-31 16:08:28'),
(314061, 2339, '1674-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:28', '2023-10-31 16:08:28'),
(314062, 2339, '1674-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:28', '2023-10-31 16:08:28'),
(314063, 2339, '1674-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:28', '2023-10-31 16:08:28'),
(314064, 2339, '1675-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:28', '2023-10-31 16:08:28'),
(314065, 2339, '1675-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:28', '2023-10-31 16:08:28'),
(314066, 2339, '1675-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:28', '2023-10-31 16:08:28'),
(314067, 2339, '1675-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:28', '2023-10-31 16:08:28');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(314068, 2339, '1675-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:28', '2023-10-31 16:08:28'),
(314069, 2339, '1675-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:28', '2023-10-31 16:08:28'),
(314070, 2339, '1675-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:28', '2023-10-31 16:08:28'),
(314071, 2339, '1675-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:28', '2023-10-31 16:08:28'),
(314072, 2339, '1675-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:28', '2023-10-31 16:08:28'),
(314073, 2339, '1675-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:28', '2023-10-31 16:08:28'),
(314074, 2339, '1675-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:28', '2023-10-31 16:08:28'),
(314075, 2339, '1675-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:28', '2023-10-31 16:08:28'),
(314076, 2339, '1676-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:28', '2023-10-31 16:08:28'),
(314077, 2339, '1676-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:28', '2023-10-31 16:08:28'),
(314078, 2339, '1676-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:28', '2023-10-31 16:08:28'),
(314079, 2339, '1676-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:28', '2023-10-31 16:08:28'),
(314080, 2339, '1676-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:28', '2023-10-31 16:08:28'),
(314081, 2339, '1676-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:28', '2023-10-31 16:08:28'),
(314082, 2339, '1676-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:28', '2023-10-31 16:08:28'),
(314083, 2339, '1676-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:28', '2023-10-31 16:08:28'),
(314084, 2339, '1676-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:28', '2023-10-31 16:08:28'),
(314085, 2339, '1676-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:28', '2023-10-31 16:08:28'),
(314086, 2339, '1676-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:28', '2023-10-31 16:08:28'),
(314087, 2339, '1676-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:28', '2023-10-31 16:08:28'),
(314088, 2339, '1677-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:28', '2023-10-31 16:08:28'),
(314089, 2339, '1677-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:28', '2023-10-31 16:08:28'),
(314090, 2339, '1677-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:28', '2023-10-31 16:08:28'),
(314091, 2339, '1677-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:28', '2023-10-31 16:08:28'),
(314092, 2339, '1677-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:28', '2023-10-31 16:08:28'),
(314093, 2339, '1677-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:28', '2023-10-31 16:08:28'),
(314094, 2339, '1677-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:28', '2023-10-31 16:08:28'),
(314095, 2339, '1677-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:28', '2023-10-31 16:08:28'),
(314096, 2339, '1677-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:28', '2023-10-31 16:08:28'),
(314097, 2339, '1677-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:28', '2023-10-31 16:08:28'),
(314098, 2339, '1677-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:28', '2023-10-31 16:08:28'),
(314099, 2339, '1677-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:28', '2023-10-31 16:08:28'),
(314100, 2339, '1678-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:28', '2023-10-31 16:08:28'),
(314101, 2339, '1678-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:28', '2023-10-31 16:08:28'),
(314102, 2339, '1678-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:28', '2023-10-31 16:08:28'),
(314103, 2339, '1678-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:28', '2023-10-31 16:08:28'),
(314104, 2339, '1678-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:28', '2023-10-31 16:08:28'),
(314105, 2339, '1678-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:28', '2023-10-31 16:08:28'),
(314106, 2339, '1678-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:28', '2023-10-31 16:08:28'),
(314107, 2339, '1678-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:28', '2023-10-31 16:08:28'),
(314108, 2339, '1678-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:28', '2023-10-31 16:08:28'),
(314109, 2339, '1678-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:28', '2023-10-31 16:08:28'),
(314110, 2339, '1678-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:28', '2023-10-31 16:08:28'),
(314111, 2339, '1678-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:28', '2023-10-31 16:08:28'),
(314112, 2339, '1679-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:28', '2023-10-31 16:08:28'),
(314113, 2339, '1679-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:28', '2023-10-31 16:08:28'),
(314114, 2339, '1679-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:28', '2023-10-31 16:08:28'),
(314115, 2339, '1679-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:28', '2023-10-31 16:08:28'),
(314116, 2339, '1679-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:28', '2023-10-31 16:08:28'),
(314117, 2339, '1679-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:28', '2023-10-31 16:08:28'),
(314118, 2339, '1679-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:28', '2023-10-31 16:08:28'),
(314119, 2339, '1679-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:28', '2023-10-31 16:08:28'),
(314120, 2339, '1679-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:28', '2023-10-31 16:08:28'),
(314121, 2339, '1679-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:28', '2023-10-31 16:08:28'),
(314122, 2339, '1679-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:28', '2023-10-31 16:08:28'),
(314123, 2339, '1679-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:28', '2023-10-31 16:08:28'),
(314124, 2339, '1680-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:28', '2023-10-31 16:08:28'),
(314125, 2339, '1680-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:28', '2023-10-31 16:08:28'),
(314126, 2339, '1680-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:28', '2023-10-31 16:08:28'),
(314127, 2339, '1680-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:28', '2023-10-31 16:08:28'),
(314128, 2339, '1680-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:28', '2023-10-31 16:08:28'),
(314129, 2339, '1680-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:28', '2023-10-31 16:08:28'),
(314130, 2339, '1680-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:28', '2023-10-31 16:08:28'),
(314131, 2339, '1680-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:28', '2023-10-31 16:08:28'),
(314132, 2339, '1680-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:28', '2023-10-31 16:08:28'),
(314133, 2339, '1680-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:28', '2023-10-31 16:08:28'),
(314134, 2339, '1680-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:28', '2023-10-31 16:08:28'),
(314135, 2339, '1680-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:28', '2023-10-31 16:08:28'),
(314136, 2339, '1681-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:28', '2023-10-31 16:08:28'),
(314137, 2339, '1681-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:28', '2023-10-31 16:08:28'),
(314138, 2339, '1681-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:28', '2023-10-31 16:08:28'),
(314139, 2339, '1681-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:28', '2023-10-31 16:08:28'),
(314140, 2339, '1681-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:28', '2023-10-31 16:08:28'),
(314141, 2339, '1681-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:28', '2023-10-31 16:08:28'),
(314142, 2339, '1681-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:28', '2023-10-31 16:08:28'),
(314143, 2339, '1681-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:28', '2023-10-31 16:08:28'),
(314144, 2339, '1681-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:28', '2023-10-31 16:08:28'),
(314145, 2339, '1681-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:28', '2023-10-31 16:08:28'),
(314146, 2339, '1681-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:28', '2023-10-31 16:08:28'),
(314147, 2339, '1681-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:28', '2023-10-31 16:08:28'),
(314148, 2339, '1682-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:28', '2023-10-31 16:08:28'),
(314149, 2339, '1682-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:28', '2023-10-31 16:08:28'),
(314150, 2339, '1682-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:28', '2023-10-31 16:08:28'),
(314151, 2339, '1682-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:28', '2023-10-31 16:08:28'),
(314152, 2339, '1682-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:28', '2023-10-31 16:08:28'),
(314153, 2339, '1682-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:28', '2023-10-31 16:08:28'),
(314154, 2339, '1682-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:28', '2023-10-31 16:08:28'),
(314155, 2339, '1682-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:28', '2023-10-31 16:08:28'),
(314156, 2339, '1682-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:28', '2023-10-31 16:08:28'),
(314157, 2339, '1682-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:28', '2023-10-31 16:08:28'),
(314158, 2339, '1682-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:28', '2023-10-31 16:08:28'),
(314159, 2339, '1682-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:28', '2023-10-31 16:08:28'),
(314160, 2339, '1683-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:28', '2023-10-31 16:08:28'),
(314161, 2339, '1683-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:28', '2023-10-31 16:08:28'),
(314162, 2339, '1683-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:28', '2023-10-31 16:08:28'),
(314163, 2339, '1683-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:28', '2023-10-31 16:08:28'),
(314164, 2339, '1683-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:28', '2023-10-31 16:08:28'),
(314165, 2339, '1683-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:28', '2023-10-31 16:08:28'),
(314166, 2339, '1683-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:28', '2023-10-31 16:08:28'),
(314167, 2339, '1683-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:28', '2023-10-31 16:08:28'),
(314168, 2339, '1683-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:28', '2023-10-31 16:08:28'),
(314169, 2339, '1683-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:28', '2023-10-31 16:08:28'),
(314170, 2339, '1683-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:28', '2023-10-31 16:08:28'),
(314171, 2339, '1683-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:28', '2023-10-31 16:08:28'),
(314172, 2339, '1684-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:28', '2023-10-31 16:08:28'),
(314173, 2339, '1684-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:28', '2023-10-31 16:08:28'),
(314174, 2339, '1684-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:28', '2023-10-31 16:08:28'),
(314175, 2339, '1684-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:28', '2023-10-31 16:08:28'),
(314176, 2339, '1684-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:29', '2023-10-31 16:08:29'),
(314177, 2339, '1684-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:29', '2023-10-31 16:08:29'),
(314178, 2339, '1684-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:29', '2023-10-31 16:08:29'),
(314179, 2339, '1684-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:29', '2023-10-31 16:08:29'),
(314180, 2339, '1684-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:29', '2023-10-31 16:08:29'),
(314181, 2339, '1684-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:29', '2023-10-31 16:08:29'),
(314182, 2339, '1684-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:29', '2023-10-31 16:08:29'),
(314183, 2339, '1684-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:29', '2023-10-31 16:08:29'),
(314184, 2339, '1685-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:29', '2023-10-31 16:08:29'),
(314185, 2339, '1685-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:29', '2023-10-31 16:08:29'),
(314186, 2339, '1685-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:29', '2023-10-31 16:08:29'),
(314187, 2339, '1685-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:29', '2023-10-31 16:08:29'),
(314188, 2339, '1685-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:29', '2023-10-31 16:08:29'),
(314189, 2339, '1685-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:29', '2023-10-31 16:08:29'),
(314190, 2339, '1685-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:29', '2023-10-31 16:08:29'),
(314191, 2339, '1685-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:29', '2023-10-31 16:08:29'),
(314192, 2339, '1685-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:29', '2023-10-31 16:08:29'),
(314193, 2339, '1685-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:29', '2023-10-31 16:08:29'),
(314194, 2339, '1685-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:29', '2023-10-31 16:08:29'),
(314195, 2339, '1685-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:29', '2023-10-31 16:08:29'),
(314196, 2339, '1686-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:29', '2023-10-31 16:08:29'),
(314197, 2339, '1686-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:29', '2023-10-31 16:08:29'),
(314198, 2339, '1686-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:29', '2023-10-31 16:08:29'),
(314199, 2339, '1686-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:29', '2023-10-31 16:08:29'),
(314200, 2339, '1686-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:29', '2023-10-31 16:08:29'),
(314201, 2339, '1686-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:29', '2023-10-31 16:08:29'),
(314202, 2339, '1686-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:29', '2023-10-31 16:08:29'),
(314203, 2339, '1686-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:29', '2023-10-31 16:08:29'),
(314204, 2339, '1686-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:29', '2023-10-31 16:08:29'),
(314205, 2339, '1686-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:29', '2023-10-31 16:08:29'),
(314206, 2339, '1686-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:29', '2023-10-31 16:08:29'),
(314207, 2339, '1686-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:29', '2023-10-31 16:08:29'),
(314208, 2339, '1687-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:29', '2023-10-31 16:08:29'),
(314209, 2339, '1687-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:29', '2023-10-31 16:08:29'),
(314210, 2339, '1687-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:29', '2023-10-31 16:08:29'),
(314211, 2339, '1687-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:29', '2023-10-31 16:08:29'),
(314212, 2339, '1687-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:29', '2023-10-31 16:08:29'),
(314213, 2339, '1687-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:29', '2023-10-31 16:08:29'),
(314214, 2339, '1687-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:29', '2023-10-31 16:08:29'),
(314215, 2339, '1687-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:29', '2023-10-31 16:08:29'),
(314216, 2339, '1687-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:29', '2023-10-31 16:08:29'),
(314217, 2339, '1687-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:29', '2023-10-31 16:08:29'),
(314218, 2339, '1687-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:29', '2023-10-31 16:08:29'),
(314219, 2339, '1687-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:29', '2023-10-31 16:08:29'),
(314220, 2339, '1688-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:29', '2023-10-31 16:08:29'),
(314221, 2339, '1688-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:29', '2023-10-31 16:08:29'),
(314222, 2339, '1688-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:29', '2023-10-31 16:08:29'),
(314223, 2339, '1688-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:29', '2023-10-31 16:08:29'),
(314224, 2339, '1688-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:29', '2023-10-31 16:08:29'),
(314225, 2339, '1688-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:29', '2023-10-31 16:08:29'),
(314226, 2339, '1688-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:29', '2023-10-31 16:08:29'),
(314227, 2339, '1688-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:29', '2023-10-31 16:08:29'),
(314228, 2339, '1688-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:29', '2023-10-31 16:08:29'),
(314229, 2339, '1688-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:29', '2023-10-31 16:08:29'),
(314230, 2339, '1688-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:29', '2023-10-31 16:08:29'),
(314231, 2339, '1688-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:29', '2023-10-31 16:08:29'),
(314232, 2339, '1689-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:29', '2023-10-31 16:08:29'),
(314233, 2339, '1689-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:29', '2023-10-31 16:08:29'),
(314234, 2339, '1689-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:29', '2023-10-31 16:08:29'),
(314235, 2339, '1689-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:29', '2023-10-31 16:08:29'),
(314236, 2339, '1689-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:29', '2023-10-31 16:08:29'),
(314237, 2339, '1689-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:29', '2023-10-31 16:08:29'),
(314238, 2339, '1689-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:29', '2023-10-31 16:08:29'),
(314239, 2339, '1689-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:29', '2023-10-31 16:08:29'),
(314240, 2339, '1689-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:29', '2023-10-31 16:08:29'),
(314241, 2339, '1689-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:29', '2023-10-31 16:08:29'),
(314242, 2339, '1689-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:29', '2023-10-31 16:08:29'),
(314243, 2339, '1689-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:29', '2023-10-31 16:08:29'),
(314244, 2339, '1690-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:29', '2023-10-31 16:08:29'),
(314245, 2339, '1690-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:29', '2023-10-31 16:08:29'),
(314246, 2339, '1690-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:29', '2023-10-31 16:08:29'),
(314247, 2339, '1690-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:29', '2023-10-31 16:08:29'),
(314248, 2339, '1690-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:29', '2023-10-31 16:08:29'),
(314249, 2339, '1690-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:29', '2023-10-31 16:08:29'),
(314250, 2339, '1690-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:29', '2023-10-31 16:08:29'),
(314251, 2339, '1690-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:29', '2023-10-31 16:08:29'),
(314252, 2339, '1690-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:29', '2023-10-31 16:08:29'),
(314253, 2339, '1690-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:29', '2023-10-31 16:08:29'),
(314254, 2339, '1690-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:29', '2023-10-31 16:08:29'),
(314255, 2339, '1690-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:29', '2023-10-31 16:08:29'),
(314256, 2339, '1691-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:29', '2023-10-31 16:08:29'),
(314257, 2339, '1691-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:29', '2023-10-31 16:08:29'),
(314258, 2339, '1691-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:29', '2023-10-31 16:08:29'),
(314259, 2339, '1691-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:29', '2023-10-31 16:08:29'),
(314260, 2339, '1691-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:29', '2023-10-31 16:08:29'),
(314261, 2339, '1691-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:29', '2023-10-31 16:08:29'),
(314262, 2339, '1691-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:29', '2023-10-31 16:08:29'),
(314263, 2339, '1691-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:29', '2023-10-31 16:08:29'),
(314264, 2339, '1691-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:29', '2023-10-31 16:08:29'),
(314265, 2339, '1691-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:29', '2023-10-31 16:08:29'),
(314266, 2339, '1691-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:29', '2023-10-31 16:08:29'),
(314267, 2339, '1691-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:29', '2023-10-31 16:08:29'),
(314268, 2339, '1692-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:29', '2023-10-31 16:08:29'),
(314269, 2339, '1692-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:29', '2023-10-31 16:08:29'),
(314270, 2339, '1692-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:29', '2023-10-31 16:08:29'),
(314271, 2339, '1692-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:29', '2023-10-31 16:08:29'),
(314272, 2339, '1692-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:29', '2023-10-31 16:08:29'),
(314273, 2339, '1692-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:29', '2023-10-31 16:08:29'),
(314274, 2339, '1692-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:29', '2023-10-31 16:08:29'),
(314275, 2339, '1692-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:29', '2023-10-31 16:08:29'),
(314276, 2339, '1692-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:29', '2023-10-31 16:08:29'),
(314277, 2339, '1692-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:29', '2023-10-31 16:08:29'),
(314278, 2339, '1692-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:29', '2023-10-31 16:08:29'),
(314279, 2339, '1692-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:29', '2023-10-31 16:08:29'),
(314280, 2339, '1693-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:29', '2023-10-31 16:08:29'),
(314281, 2339, '1693-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:29', '2023-10-31 16:08:29'),
(314282, 2339, '1693-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:29', '2023-10-31 16:08:29'),
(314283, 2339, '1693-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:29', '2023-10-31 16:08:29'),
(314284, 2339, '1693-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:29', '2023-10-31 16:08:29'),
(314285, 2339, '1693-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:29', '2023-10-31 16:08:29'),
(314286, 2339, '1693-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:29', '2023-10-31 16:08:29'),
(314287, 2339, '1693-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:29', '2023-10-31 16:08:29'),
(314288, 2339, '1693-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:29', '2023-10-31 16:08:29'),
(314289, 2339, '1693-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:29', '2023-10-31 16:08:29'),
(314290, 2339, '1693-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:29', '2023-10-31 16:08:29'),
(314291, 2339, '1693-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:29', '2023-10-31 16:08:29'),
(314292, 2339, '1694-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:29', '2023-10-31 16:08:29'),
(314293, 2339, '1694-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:29', '2023-10-31 16:08:29'),
(314294, 2339, '1694-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:29', '2023-10-31 16:08:29'),
(314295, 2339, '1694-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:29', '2023-10-31 16:08:29'),
(314296, 2339, '1694-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:29', '2023-10-31 16:08:29'),
(314297, 2339, '1694-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:29', '2023-10-31 16:08:29'),
(314298, 2339, '1694-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:29', '2023-10-31 16:08:29'),
(314299, 2339, '1694-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:29', '2023-10-31 16:08:29'),
(314300, 2339, '1694-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:29', '2023-10-31 16:08:29'),
(314301, 2339, '1694-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:29', '2023-10-31 16:08:29'),
(314302, 2339, '1694-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:29', '2023-10-31 16:08:29'),
(314303, 2339, '1694-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:29', '2023-10-31 16:08:29'),
(314304, 2339, '1695-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:29', '2023-10-31 16:08:29'),
(314305, 2339, '1695-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:29', '2023-10-31 16:08:29'),
(314306, 2339, '1695-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:29', '2023-10-31 16:08:29'),
(314307, 2339, '1695-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:29', '2023-10-31 16:08:29'),
(314308, 2339, '1695-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:29', '2023-10-31 16:08:29'),
(314309, 2339, '1695-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:29', '2023-10-31 16:08:29'),
(314310, 2339, '1695-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:29', '2023-10-31 16:08:29'),
(314311, 2339, '1695-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:29', '2023-10-31 16:08:29'),
(314312, 2339, '1695-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:29', '2023-10-31 16:08:29'),
(314313, 2339, '1695-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:29', '2023-10-31 16:08:29'),
(314314, 2339, '1695-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:29', '2023-10-31 16:08:29'),
(314315, 2339, '1695-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:29', '2023-10-31 16:08:29'),
(314316, 2339, '1696-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:29', '2023-10-31 16:08:29'),
(314317, 2339, '1696-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:29', '2023-10-31 16:08:29'),
(314318, 2339, '1696-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:29', '2023-10-31 16:08:29'),
(314319, 2339, '1696-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:29', '2023-10-31 16:08:29'),
(314320, 2339, '1696-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:29', '2023-10-31 16:08:29'),
(314321, 2339, '1696-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:29', '2023-10-31 16:08:29'),
(314322, 2339, '1696-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:29', '2023-10-31 16:08:29'),
(314323, 2339, '1696-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:29', '2023-10-31 16:08:29'),
(314324, 2339, '1696-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:29', '2023-10-31 16:08:29'),
(314325, 2339, '1696-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:29', '2023-10-31 16:08:29'),
(314326, 2339, '1696-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:29', '2023-10-31 16:08:29'),
(314327, 2339, '1696-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:29', '2023-10-31 16:08:29'),
(314328, 2339, '1697-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:29', '2023-10-31 16:08:29'),
(314329, 2339, '1697-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:29', '2023-10-31 16:08:29'),
(314330, 2339, '1697-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:29', '2023-10-31 16:08:29'),
(314331, 2339, '1697-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:29', '2023-10-31 16:08:29'),
(314332, 2339, '1697-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:29', '2023-10-31 16:08:29'),
(314333, 2339, '1697-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:29', '2023-10-31 16:08:29'),
(314334, 2339, '1697-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:29', '2023-10-31 16:08:29'),
(314335, 2339, '1697-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:29', '2023-10-31 16:08:29'),
(314336, 2339, '1697-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:29', '2023-10-31 16:08:29'),
(314337, 2339, '1697-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:29', '2023-10-31 16:08:29'),
(314338, 2339, '1697-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:29', '2023-10-31 16:08:29'),
(314339, 2339, '1697-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:29', '2023-10-31 16:08:29'),
(314340, 2339, '1698-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:29', '2023-10-31 16:08:29'),
(314341, 2339, '1698-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:29', '2023-10-31 16:08:29'),
(314342, 2339, '1698-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:29', '2023-10-31 16:08:29'),
(314343, 2339, '1698-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:29', '2023-10-31 16:08:29'),
(314344, 2339, '1698-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:29', '2023-10-31 16:08:29'),
(314345, 2339, '1698-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:29', '2023-10-31 16:08:29'),
(314346, 2339, '1698-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:29', '2023-10-31 16:08:29'),
(314347, 2339, '1698-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:29', '2023-10-31 16:08:29'),
(314348, 2339, '1698-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:29', '2023-10-31 16:08:29'),
(314349, 2339, '1698-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:29', '2023-10-31 16:08:29'),
(314350, 2339, '1698-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:29', '2023-10-31 16:08:29'),
(314351, 2339, '1698-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:29', '2023-10-31 16:08:29'),
(314352, 2339, '1699-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:29', '2023-10-31 16:08:29'),
(314353, 2339, '1699-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:29', '2023-10-31 16:08:29'),
(314354, 2339, '1699-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:29', '2023-10-31 16:08:29'),
(314355, 2339, '1699-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:29', '2023-10-31 16:08:29'),
(314356, 2339, '1699-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:29', '2023-10-31 16:08:29'),
(314357, 2339, '1699-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:29', '2023-10-31 16:08:29'),
(314358, 2339, '1699-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:29', '2023-10-31 16:08:29'),
(314359, 2339, '1699-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:29', '2023-10-31 16:08:29'),
(314360, 2339, '1699-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:29', '2023-10-31 16:08:29'),
(314361, 2339, '1699-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:29', '2023-10-31 16:08:29'),
(314362, 2339, '1699-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:29', '2023-10-31 16:08:29'),
(314363, 2339, '1699-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:29', '2023-10-31 16:08:29'),
(314364, 2339, '1700-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:29', '2023-10-31 16:08:29'),
(314365, 2339, '1700-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:29', '2023-10-31 16:08:29'),
(314366, 2339, '1700-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:29', '2023-10-31 16:08:29'),
(314367, 2339, '1700-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:29', '2023-10-31 16:08:29'),
(314368, 2339, '1700-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:29', '2023-10-31 16:08:29'),
(314369, 2339, '1700-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:29', '2023-10-31 16:08:29'),
(314370, 2339, '1700-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:29', '2023-10-31 16:08:29'),
(314371, 2339, '1700-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:29', '2023-10-31 16:08:29'),
(314372, 2339, '1700-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:29', '2023-10-31 16:08:29'),
(314373, 2339, '1700-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:30', '2023-10-31 16:08:30'),
(314374, 2339, '1700-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:30', '2023-10-31 16:08:30'),
(314375, 2339, '1700-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:30', '2023-10-31 16:08:30'),
(314376, 2339, '1701-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:30', '2023-10-31 16:08:30'),
(314377, 2339, '1701-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:30', '2023-10-31 16:08:30'),
(314378, 2339, '1701-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:30', '2023-10-31 16:08:30'),
(314379, 2339, '1701-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:30', '2023-10-31 16:08:30'),
(314380, 2339, '1701-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:30', '2023-10-31 16:08:30'),
(314381, 2339, '1701-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:30', '2023-10-31 16:08:30'),
(314382, 2339, '1701-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:30', '2023-10-31 16:08:30'),
(314383, 2339, '1701-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:30', '2023-10-31 16:08:30'),
(314384, 2339, '1701-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:30', '2023-10-31 16:08:30'),
(314385, 2339, '1701-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:30', '2023-10-31 16:08:30'),
(314386, 2339, '1701-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:30', '2023-10-31 16:08:30'),
(314387, 2339, '1701-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:30', '2023-10-31 16:08:30'),
(314388, 2339, '1702-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:30', '2023-10-31 16:08:30'),
(314389, 2339, '1702-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:30', '2023-10-31 16:08:30'),
(314390, 2339, '1702-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:30', '2023-10-31 16:08:30'),
(314391, 2339, '1702-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:30', '2023-10-31 16:08:30'),
(314392, 2339, '1702-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:30', '2023-10-31 16:08:30'),
(314393, 2339, '1702-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:30', '2023-10-31 16:08:30'),
(314394, 2339, '1702-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:30', '2023-10-31 16:08:30'),
(314395, 2339, '1702-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:30', '2023-10-31 16:08:30'),
(314396, 2339, '1702-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:30', '2023-10-31 16:08:30'),
(314397, 2339, '1702-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:30', '2023-10-31 16:08:30'),
(314398, 2339, '1702-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:30', '2023-10-31 16:08:30'),
(314399, 2339, '1702-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:30', '2023-10-31 16:08:30'),
(314400, 2339, '1703-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:30', '2023-10-31 16:08:30'),
(314401, 2339, '1703-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:30', '2023-10-31 16:08:30'),
(314402, 2339, '1703-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:30', '2023-10-31 16:08:30'),
(314403, 2339, '1703-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:30', '2023-10-31 16:08:30'),
(314404, 2339, '1703-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:30', '2023-10-31 16:08:30'),
(314405, 2339, '1703-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:30', '2023-10-31 16:08:30'),
(314406, 2339, '1703-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:30', '2023-10-31 16:08:30'),
(314407, 2339, '1703-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:30', '2023-10-31 16:08:30'),
(314408, 2339, '1703-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:30', '2023-10-31 16:08:30'),
(314409, 2339, '1703-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:30', '2023-10-31 16:08:30'),
(314410, 2339, '1703-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:30', '2023-10-31 16:08:30'),
(314411, 2339, '1703-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:30', '2023-10-31 16:08:30'),
(314412, 2339, '1704-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:30', '2023-10-31 16:08:30'),
(314413, 2339, '1704-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:30', '2023-10-31 16:08:30'),
(314414, 2339, '1704-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:30', '2023-10-31 16:08:30'),
(314415, 2339, '1704-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:30', '2023-10-31 16:08:30'),
(314416, 2339, '1704-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:30', '2023-10-31 16:08:30'),
(314417, 2339, '1704-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:30', '2023-10-31 16:08:30'),
(314418, 2339, '1704-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:30', '2023-10-31 16:08:30'),
(314419, 2339, '1704-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:30', '2023-10-31 16:08:30'),
(314420, 2339, '1704-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:30', '2023-10-31 16:08:30'),
(314421, 2339, '1704-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:30', '2023-10-31 16:08:30'),
(314422, 2339, '1704-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:30', '2023-10-31 16:08:30'),
(314423, 2339, '1704-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:30', '2023-10-31 16:08:30'),
(314424, 2339, '1705-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:30', '2023-10-31 16:08:30'),
(314425, 2339, '1705-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:30', '2023-10-31 16:08:30'),
(314426, 2339, '1705-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:30', '2023-10-31 16:08:30'),
(314427, 2339, '1705-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:30', '2023-10-31 16:08:30'),
(314428, 2339, '1705-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:30', '2023-10-31 16:08:30'),
(314429, 2339, '1705-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:30', '2023-10-31 16:08:30'),
(314430, 2339, '1705-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:30', '2023-10-31 16:08:30'),
(314431, 2339, '1705-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:30', '2023-10-31 16:08:30'),
(314432, 2339, '1705-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:30', '2023-10-31 16:08:30'),
(314433, 2339, '1705-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:30', '2023-10-31 16:08:30'),
(314434, 2339, '1705-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:30', '2023-10-31 16:08:30'),
(314435, 2339, '1705-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:30', '2023-10-31 16:08:30'),
(314436, 2339, '1706-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:30', '2023-10-31 16:08:30'),
(314437, 2339, '1706-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:30', '2023-10-31 16:08:30'),
(314438, 2339, '1706-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:30', '2023-10-31 16:08:30'),
(314439, 2339, '1706-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:30', '2023-10-31 16:08:30'),
(314440, 2339, '1706-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:30', '2023-10-31 16:08:30'),
(314441, 2339, '1706-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:30', '2023-10-31 16:08:30'),
(314442, 2339, '1706-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:30', '2023-10-31 16:08:30'),
(314443, 2339, '1706-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:30', '2023-10-31 16:08:30'),
(314444, 2339, '1706-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:30', '2023-10-31 16:08:30'),
(314445, 2339, '1706-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:30', '2023-10-31 16:08:30'),
(314446, 2339, '1706-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:30', '2023-10-31 16:08:30'),
(314447, 2339, '1706-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:30', '2023-10-31 16:08:30'),
(314448, 2339, '1707-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:30', '2023-10-31 16:08:30'),
(314449, 2339, '1707-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:30', '2023-10-31 16:08:30'),
(314450, 2339, '1707-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:30', '2023-10-31 16:08:30'),
(314451, 2339, '1707-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:30', '2023-10-31 16:08:30'),
(314452, 2339, '1707-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:30', '2023-10-31 16:08:30'),
(314453, 2339, '1707-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:30', '2023-10-31 16:08:30'),
(314454, 2339, '1707-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:30', '2023-10-31 16:08:30'),
(314455, 2339, '1707-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:30', '2023-10-31 16:08:30'),
(314456, 2339, '1707-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:30', '2023-10-31 16:08:30'),
(314457, 2339, '1707-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:30', '2023-10-31 16:08:30'),
(314458, 2339, '1707-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:30', '2023-10-31 16:08:30'),
(314459, 2339, '1707-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:30', '2023-10-31 16:08:30'),
(314460, 2339, '1708-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:30', '2023-10-31 16:08:30'),
(314461, 2339, '1708-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:30', '2023-10-31 16:08:30'),
(314462, 2339, '1708-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:30', '2023-10-31 16:08:30'),
(314463, 2339, '1708-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:30', '2023-10-31 16:08:30'),
(314464, 2339, '1708-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:30', '2023-10-31 16:08:30'),
(314465, 2339, '1708-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:30', '2023-10-31 16:08:30'),
(314466, 2339, '1708-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:30', '2023-10-31 16:08:30'),
(314467, 2339, '1708-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:30', '2023-10-31 16:08:30'),
(314468, 2339, '1708-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:30', '2023-10-31 16:08:30'),
(314469, 2339, '1708-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:30', '2023-10-31 16:08:30'),
(314470, 2339, '1708-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:30', '2023-10-31 16:08:30'),
(314471, 2339, '1708-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:30', '2023-10-31 16:08:30'),
(314472, 2339, '1709-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:30', '2023-10-31 16:08:30'),
(314473, 2339, '1709-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:30', '2023-10-31 16:08:30'),
(314474, 2339, '1709-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:30', '2023-10-31 16:08:30'),
(314475, 2339, '1709-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:30', '2023-10-31 16:08:30'),
(314476, 2339, '1709-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:30', '2023-10-31 16:08:30'),
(314477, 2339, '1709-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:30', '2023-10-31 16:08:30'),
(314478, 2339, '1709-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:30', '2023-10-31 16:08:30'),
(314479, 2339, '1709-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:30', '2023-10-31 16:08:30'),
(314480, 2339, '1709-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:30', '2023-10-31 16:08:30'),
(314481, 2339, '1709-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:30', '2023-10-31 16:08:30'),
(314482, 2339, '1709-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:30', '2023-10-31 16:08:30'),
(314483, 2339, '1709-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:30', '2023-10-31 16:08:30'),
(314484, 2339, '1710-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:30', '2023-10-31 16:08:30'),
(314485, 2339, '1710-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:30', '2023-10-31 16:08:30'),
(314486, 2339, '1710-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:30', '2023-10-31 16:08:30'),
(314487, 2339, '1710-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:30', '2023-10-31 16:08:30'),
(314488, 2339, '1710-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:30', '2023-10-31 16:08:30'),
(314489, 2339, '1710-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:30', '2023-10-31 16:08:30'),
(314490, 2339, '1710-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:30', '2023-10-31 16:08:30'),
(314491, 2339, '1710-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:30', '2023-10-31 16:08:30'),
(314492, 2339, '1710-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:30', '2023-10-31 16:08:30'),
(314493, 2339, '1710-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:30', '2023-10-31 16:08:30'),
(314494, 2339, '1710-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:30', '2023-10-31 16:08:30'),
(314495, 2339, '1710-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:30', '2023-10-31 16:08:30'),
(314496, 2339, '1711-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:30', '2023-10-31 16:08:30'),
(314497, 2339, '1711-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:30', '2023-10-31 16:08:30'),
(314498, 2339, '1711-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:30', '2023-10-31 16:08:30'),
(314499, 2339, '1711-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:30', '2023-10-31 16:08:30'),
(314500, 2339, '1711-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:30', '2023-10-31 16:08:30'),
(314501, 2339, '1711-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:30', '2023-10-31 16:08:30'),
(314502, 2339, '1711-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:30', '2023-10-31 16:08:30'),
(314503, 2339, '1711-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:30', '2023-10-31 16:08:30'),
(314504, 2339, '1711-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:30', '2023-10-31 16:08:30'),
(314505, 2339, '1711-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:30', '2023-10-31 16:08:30'),
(314506, 2339, '1711-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:30', '2023-10-31 16:08:30'),
(314507, 2339, '1711-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:30', '2023-10-31 16:08:30'),
(314508, 2339, '1712-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:30', '2023-10-31 16:08:30'),
(314509, 2339, '1712-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:30', '2023-10-31 16:08:30'),
(314510, 2339, '1712-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:30', '2023-10-31 16:08:30'),
(314511, 2339, '1712-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:30', '2023-10-31 16:08:30'),
(314512, 2339, '1712-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:30', '2023-10-31 16:08:30'),
(314513, 2339, '1712-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:30', '2023-10-31 16:08:30'),
(314514, 2339, '1712-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:30', '2023-10-31 16:08:30'),
(314515, 2339, '1712-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:30', '2023-10-31 16:08:30'),
(314516, 2339, '1712-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:30', '2023-10-31 16:08:30'),
(314517, 2339, '1712-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:30', '2023-10-31 16:08:30'),
(314518, 2339, '1712-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:30', '2023-10-31 16:08:30'),
(314519, 2339, '1712-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:30', '2023-10-31 16:08:30'),
(314520, 2339, '1713-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:30', '2023-10-31 16:08:30'),
(314521, 2339, '1713-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:30', '2023-10-31 16:08:30'),
(314522, 2339, '1713-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:30', '2023-10-31 16:08:30'),
(314523, 2339, '1713-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:30', '2023-10-31 16:08:30'),
(314524, 2339, '1713-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:30', '2023-10-31 16:08:30'),
(314525, 2339, '1713-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:30', '2023-10-31 16:08:30'),
(314526, 2339, '1713-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:30', '2023-10-31 16:08:30'),
(314527, 2339, '1713-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:30', '2023-10-31 16:08:30'),
(314528, 2339, '1713-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:30', '2023-10-31 16:08:30'),
(314529, 2339, '1713-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:30', '2023-10-31 16:08:30'),
(314530, 2339, '1713-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:30', '2023-10-31 16:08:30'),
(314531, 2339, '1713-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:30', '2023-10-31 16:08:30'),
(314532, 2339, '1714-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:30', '2023-10-31 16:08:30');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(314533, 2339, '1714-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:30', '2023-10-31 16:08:30'),
(314534, 2339, '1714-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:30', '2023-10-31 16:08:30'),
(314535, 2339, '1714-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:30', '2023-10-31 16:08:30'),
(314536, 2339, '1714-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:30', '2023-10-31 16:08:30'),
(314537, 2339, '1714-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:30', '2023-10-31 16:08:30'),
(314538, 2339, '1714-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:30', '2023-10-31 16:08:30'),
(314539, 2339, '1714-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:30', '2023-10-31 16:08:30'),
(314540, 2339, '1714-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:30', '2023-10-31 16:08:30'),
(314541, 2339, '1714-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:30', '2023-10-31 16:08:30'),
(314542, 2339, '1714-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:30', '2023-10-31 16:08:30'),
(314543, 2339, '1714-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:30', '2023-10-31 16:08:30'),
(314544, 2339, '1715-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:30', '2023-10-31 16:08:30'),
(314545, 2339, '1715-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:30', '2023-10-31 16:08:30'),
(314546, 2339, '1715-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:30', '2023-10-31 16:08:30'),
(314547, 2339, '1715-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:30', '2023-10-31 16:08:30'),
(314548, 2339, '1715-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:30', '2023-10-31 16:08:30'),
(314549, 2339, '1715-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:30', '2023-10-31 16:08:30'),
(314550, 2339, '1715-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:30', '2023-10-31 16:08:30'),
(314551, 2339, '1715-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:30', '2023-10-31 16:08:30'),
(314552, 2339, '1715-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:30', '2023-10-31 16:08:30'),
(314553, 2339, '1715-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:30', '2023-10-31 16:08:30'),
(314554, 2339, '1715-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:30', '2023-10-31 16:08:30'),
(314555, 2339, '1715-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:30', '2023-10-31 16:08:30'),
(314556, 2339, '1716-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:30', '2023-10-31 16:08:30'),
(314557, 2339, '1716-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:30', '2023-10-31 16:08:30'),
(314558, 2339, '1716-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:30', '2023-10-31 16:08:30'),
(314559, 2339, '1716-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:30', '2023-10-31 16:08:30'),
(314560, 2339, '1716-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:30', '2023-10-31 16:08:30'),
(314561, 2339, '1716-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:30', '2023-10-31 16:08:30'),
(314562, 2339, '1716-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:30', '2023-10-31 16:08:30'),
(314563, 2339, '1716-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:30', '2023-10-31 16:08:30'),
(314564, 2339, '1716-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:30', '2023-10-31 16:08:30'),
(314565, 2339, '1716-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:30', '2023-10-31 16:08:30'),
(314566, 2339, '1716-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:30', '2023-10-31 16:08:30'),
(314567, 2339, '1716-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:30', '2023-10-31 16:08:30'),
(314568, 2339, '1717-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:30', '2023-10-31 16:08:30'),
(314569, 2339, '1717-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:30', '2023-10-31 16:08:30'),
(314570, 2339, '1717-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:30', '2023-10-31 16:08:30'),
(314571, 2339, '1717-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:30', '2023-10-31 16:08:30'),
(314572, 2339, '1717-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:30', '2023-10-31 16:08:30'),
(314573, 2339, '1717-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:30', '2023-10-31 16:08:30'),
(314574, 2339, '1717-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:30', '2023-10-31 16:08:30'),
(314575, 2339, '1717-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:30', '2023-10-31 16:08:30'),
(314576, 2339, '1717-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:30', '2023-10-31 16:08:30'),
(314577, 2339, '1717-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:30', '2023-10-31 16:08:30'),
(314578, 2339, '1717-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:30', '2023-10-31 16:08:30'),
(314579, 2339, '1717-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:30', '2023-10-31 16:08:30'),
(314580, 2339, '1718-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:30', '2023-10-31 16:08:30'),
(314581, 2339, '1718-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:30', '2023-10-31 16:08:30'),
(314582, 2339, '1718-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:30', '2023-10-31 16:08:30'),
(314583, 2339, '1718-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:31', '2023-10-31 16:08:31'),
(314584, 2339, '1718-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:31', '2023-10-31 16:08:31'),
(314585, 2339, '1718-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:31', '2023-10-31 16:08:31'),
(314586, 2339, '1718-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:31', '2023-10-31 16:08:31'),
(314587, 2339, '1718-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:31', '2023-10-31 16:08:31'),
(314588, 2339, '1718-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:31', '2023-10-31 16:08:31'),
(314589, 2339, '1718-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:31', '2023-10-31 16:08:31'),
(314590, 2339, '1718-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:31', '2023-10-31 16:08:31'),
(314591, 2339, '1718-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:31', '2023-10-31 16:08:31'),
(314592, 2339, '1719-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:31', '2023-10-31 16:08:31'),
(314593, 2339, '1719-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:31', '2023-10-31 16:08:31'),
(314594, 2339, '1719-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:31', '2023-10-31 16:08:31'),
(314595, 2339, '1719-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:31', '2023-10-31 16:08:31'),
(314596, 2339, '1719-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:31', '2023-10-31 16:08:31'),
(314597, 2339, '1719-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:31', '2023-10-31 16:08:31'),
(314598, 2339, '1719-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:31', '2023-10-31 16:08:31'),
(314599, 2339, '1719-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:31', '2023-10-31 16:08:31'),
(314600, 2339, '1719-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:31', '2023-10-31 16:08:31'),
(314601, 2339, '1719-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:31', '2023-10-31 16:08:31'),
(314602, 2339, '1719-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:31', '2023-10-31 16:08:31'),
(314603, 2339, '1719-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:31', '2023-10-31 16:08:31'),
(314604, 2339, '1720-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:31', '2023-10-31 16:08:31'),
(314605, 2339, '1720-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:31', '2023-10-31 16:08:31'),
(314606, 2339, '1720-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:31', '2023-10-31 16:08:31'),
(314607, 2339, '1720-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:31', '2023-10-31 16:08:31'),
(314608, 2339, '1720-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:31', '2023-10-31 16:08:31'),
(314609, 2339, '1720-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:31', '2023-10-31 16:08:31'),
(314610, 2339, '1720-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:31', '2023-10-31 16:08:31'),
(314611, 2339, '1720-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:31', '2023-10-31 16:08:31'),
(314612, 2339, '1720-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:31', '2023-10-31 16:08:31'),
(314613, 2339, '1720-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:31', '2023-10-31 16:08:31'),
(314614, 2339, '1720-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:31', '2023-10-31 16:08:31'),
(314615, 2339, '1720-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:31', '2023-10-31 16:08:31'),
(314616, 2339, '1721-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:31', '2023-10-31 16:08:31'),
(314617, 2339, '1721-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:31', '2023-10-31 16:08:31'),
(314618, 2339, '1721-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:31', '2023-10-31 16:08:31'),
(314619, 2339, '1721-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:31', '2023-10-31 16:08:31'),
(314620, 2339, '1721-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:31', '2023-10-31 16:08:31'),
(314621, 2339, '1721-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:31', '2023-10-31 16:08:31'),
(314622, 2339, '1721-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:31', '2023-10-31 16:08:31'),
(314623, 2339, '1721-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:31', '2023-10-31 16:08:31'),
(314624, 2339, '1721-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:31', '2023-10-31 16:08:31'),
(314625, 2339, '1721-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:31', '2023-10-31 16:08:31'),
(314626, 2339, '1721-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:31', '2023-10-31 16:08:31'),
(314627, 2339, '1721-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:31', '2023-10-31 16:08:31'),
(314628, 2339, '1722-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:31', '2023-10-31 16:08:31'),
(314629, 2339, '1722-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:31', '2023-10-31 16:08:31'),
(314630, 2339, '1722-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:31', '2023-10-31 16:08:31'),
(314631, 2339, '1722-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:31', '2023-10-31 16:08:31'),
(314632, 2339, '1722-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:31', '2023-10-31 16:08:31'),
(314633, 2339, '1722-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:31', '2023-10-31 16:08:31'),
(314634, 2339, '1722-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:31', '2023-10-31 16:08:31'),
(314635, 2339, '1722-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:31', '2023-10-31 16:08:31'),
(314636, 2339, '1722-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:31', '2023-10-31 16:08:31'),
(314637, 2339, '1722-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:31', '2023-10-31 16:08:31'),
(314638, 2339, '1722-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:31', '2023-10-31 16:08:31'),
(314639, 2339, '1722-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:31', '2023-10-31 16:08:31'),
(314640, 2339, '1723-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:31', '2023-10-31 16:08:31'),
(314641, 2339, '1723-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:31', '2023-10-31 16:08:31'),
(314642, 2339, '1723-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:31', '2023-10-31 16:08:31'),
(314643, 2339, '1723-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:31', '2023-10-31 16:08:31'),
(314644, 2339, '1723-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:31', '2023-10-31 16:08:31'),
(314645, 2339, '1723-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:31', '2023-10-31 16:08:31'),
(314646, 2339, '1723-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:31', '2023-10-31 16:08:31'),
(314647, 2339, '1723-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:31', '2023-10-31 16:08:31'),
(314648, 2339, '1723-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:31', '2023-10-31 16:08:31'),
(314649, 2339, '1723-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:31', '2023-10-31 16:08:31'),
(314650, 2339, '1723-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:31', '2023-10-31 16:08:31'),
(314651, 2339, '1723-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:31', '2023-10-31 16:08:31'),
(314652, 2339, '1724-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:31', '2023-10-31 16:08:31'),
(314653, 2339, '1724-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:31', '2023-10-31 16:08:31'),
(314654, 2339, '1724-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:31', '2023-10-31 16:08:31'),
(314655, 2339, '1724-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:31', '2023-10-31 16:08:31'),
(314656, 2339, '1724-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:31', '2023-10-31 16:08:31'),
(314657, 2339, '1724-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:31', '2023-10-31 16:08:31'),
(314658, 2339, '1724-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:31', '2023-10-31 16:08:31'),
(314659, 2339, '1724-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:31', '2023-10-31 16:08:31'),
(314660, 2339, '1724-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:31', '2023-10-31 16:08:31'),
(314661, 2339, '1724-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:31', '2023-10-31 16:08:31'),
(314662, 2339, '1724-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:31', '2023-10-31 16:08:31'),
(314663, 2339, '1724-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:31', '2023-10-31 16:08:31'),
(314664, 2339, '1725-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:31', '2023-10-31 16:08:31'),
(314665, 2339, '1725-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:31', '2023-10-31 16:08:31'),
(314666, 2339, '1725-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:31', '2023-10-31 16:08:31'),
(314667, 2339, '1725-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:31', '2023-10-31 16:08:31'),
(314668, 2339, '1725-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:31', '2023-10-31 16:08:31'),
(314669, 2339, '1725-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:31', '2023-10-31 16:08:31'),
(314670, 2339, '1725-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:31', '2023-10-31 16:08:31'),
(314671, 2339, '1725-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:31', '2023-10-31 16:08:31'),
(314672, 2339, '1725-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:31', '2023-10-31 16:08:31'),
(314673, 2339, '1725-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:31', '2023-10-31 16:08:31'),
(314674, 2339, '1725-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:31', '2023-10-31 16:08:31'),
(314675, 2339, '1725-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:31', '2023-10-31 16:08:31'),
(314676, 2339, '1726-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:31', '2023-10-31 16:08:31'),
(314677, 2339, '1726-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:31', '2023-10-31 16:08:31'),
(314678, 2339, '1726-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:31', '2023-10-31 16:08:31'),
(314679, 2339, '1726-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:31', '2023-10-31 16:08:31'),
(314680, 2339, '1726-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:31', '2023-10-31 16:08:31'),
(314681, 2339, '1726-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:31', '2023-10-31 16:08:31'),
(314682, 2339, '1726-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:31', '2023-10-31 16:08:31'),
(314683, 2339, '1726-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:31', '2023-10-31 16:08:31'),
(314684, 2339, '1726-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:31', '2023-10-31 16:08:31'),
(314685, 2339, '1726-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:31', '2023-10-31 16:08:31'),
(314686, 2339, '1726-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:31', '2023-10-31 16:08:31'),
(314687, 2339, '1726-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:31', '2023-10-31 16:08:31'),
(314688, 2339, '1727-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:31', '2023-10-31 16:08:31'),
(314689, 2339, '1727-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:31', '2023-10-31 16:08:31'),
(314690, 2339, '1727-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:31', '2023-10-31 16:08:31'),
(314691, 2339, '1727-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:31', '2023-10-31 16:08:31'),
(314692, 2339, '1727-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:31', '2023-10-31 16:08:31'),
(314693, 2339, '1727-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:31', '2023-10-31 16:08:31'),
(314694, 2339, '1727-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:31', '2023-10-31 16:08:31'),
(314695, 2339, '1727-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:31', '2023-10-31 16:08:31'),
(314696, 2339, '1727-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:31', '2023-10-31 16:08:31'),
(314697, 2339, '1727-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:31', '2023-10-31 16:08:31'),
(314698, 2339, '1727-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:31', '2023-10-31 16:08:31'),
(314699, 2339, '1727-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:31', '2023-10-31 16:08:31'),
(314700, 2339, '1728-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:31', '2023-10-31 16:08:31'),
(314701, 2339, '1728-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:31', '2023-10-31 16:08:31'),
(314702, 2339, '1728-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:31', '2023-10-31 16:08:31'),
(314703, 2339, '1728-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:31', '2023-10-31 16:08:31'),
(314704, 2339, '1728-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:31', '2023-10-31 16:08:31'),
(314705, 2339, '1728-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:31', '2023-10-31 16:08:31'),
(314706, 2339, '1728-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:31', '2023-10-31 16:08:31'),
(314707, 2339, '1728-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:31', '2023-10-31 16:08:31'),
(314708, 2339, '1728-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:31', '2023-10-31 16:08:31'),
(314709, 2339, '1728-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:31', '2023-10-31 16:08:31'),
(314710, 2339, '1728-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:31', '2023-10-31 16:08:31'),
(314711, 2339, '1728-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:31', '2023-10-31 16:08:31'),
(314712, 2339, '1729-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:31', '2023-10-31 16:08:31'),
(314713, 2339, '1729-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:31', '2023-10-31 16:08:31'),
(314714, 2339, '1729-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:31', '2023-10-31 16:08:31'),
(314715, 2339, '1729-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:31', '2023-10-31 16:08:31'),
(314716, 2339, '1729-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:31', '2023-10-31 16:08:31'),
(314717, 2339, '1729-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:31', '2023-10-31 16:08:31'),
(314718, 2339, '1729-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:31', '2023-10-31 16:08:31'),
(314719, 2339, '1729-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:31', '2023-10-31 16:08:31'),
(314720, 2339, '1729-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:31', '2023-10-31 16:08:31'),
(314721, 2339, '1729-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:31', '2023-10-31 16:08:31'),
(314722, 2339, '1729-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:31', '2023-10-31 16:08:31'),
(314723, 2339, '1729-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:31', '2023-10-31 16:08:31'),
(314724, 2339, '1730-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:31', '2023-10-31 16:08:31'),
(314725, 2339, '1730-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:31', '2023-10-31 16:08:31'),
(314726, 2339, '1730-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:31', '2023-10-31 16:08:31'),
(314727, 2339, '1730-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:31', '2023-10-31 16:08:31'),
(314728, 2339, '1730-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:31', '2023-10-31 16:08:31'),
(314729, 2339, '1730-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:31', '2023-10-31 16:08:31'),
(314730, 2339, '1730-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:31', '2023-10-31 16:08:31'),
(314731, 2339, '1730-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:31', '2023-10-31 16:08:31'),
(314732, 2339, '1730-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:31', '2023-10-31 16:08:31'),
(314733, 2339, '1730-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:31', '2023-10-31 16:08:31'),
(314734, 2339, '1730-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:31', '2023-10-31 16:08:31'),
(314735, 2339, '1730-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:31', '2023-10-31 16:08:31'),
(314736, 2339, '1731-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:31', '2023-10-31 16:08:31'),
(314737, 2339, '1731-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:31', '2023-10-31 16:08:31'),
(314738, 2339, '1731-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:31', '2023-10-31 16:08:31'),
(314739, 2339, '1731-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:31', '2023-10-31 16:08:31'),
(314740, 2339, '1731-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:31', '2023-10-31 16:08:31'),
(314741, 2339, '1731-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:31', '2023-10-31 16:08:31'),
(314742, 2339, '1731-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:31', '2023-10-31 16:08:31'),
(314743, 2339, '1731-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:31', '2023-10-31 16:08:31'),
(314744, 2339, '1731-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:31', '2023-10-31 16:08:31'),
(314745, 2339, '1731-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:31', '2023-10-31 16:08:31'),
(314746, 2339, '1731-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:31', '2023-10-31 16:08:31'),
(314747, 2339, '1731-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:31', '2023-10-31 16:08:31'),
(314748, 2339, '1732-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:31', '2023-10-31 16:08:31'),
(314749, 2339, '1732-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:31', '2023-10-31 16:08:31'),
(314750, 2339, '1732-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:31', '2023-10-31 16:08:31'),
(314751, 2339, '1732-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:31', '2023-10-31 16:08:31'),
(314752, 2339, '1732-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:31', '2023-10-31 16:08:31'),
(314753, 2339, '1732-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:31', '2023-10-31 16:08:31'),
(314754, 2339, '1732-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:31', '2023-10-31 16:08:31'),
(314755, 2339, '1732-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:31', '2023-10-31 16:08:31'),
(314756, 2339, '1732-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:31', '2023-10-31 16:08:31'),
(314757, 2339, '1732-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:31', '2023-10-31 16:08:31'),
(314758, 2339, '1732-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:31', '2023-10-31 16:08:31'),
(314759, 2339, '1732-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:31', '2023-10-31 16:08:31'),
(314760, 2339, '1733-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:31', '2023-10-31 16:08:31'),
(314761, 2339, '1733-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:31', '2023-10-31 16:08:31'),
(314762, 2339, '1733-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:31', '2023-10-31 16:08:31'),
(314763, 2339, '1733-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:31', '2023-10-31 16:08:31'),
(314764, 2339, '1733-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:31', '2023-10-31 16:08:31'),
(314765, 2339, '1733-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:31', '2023-10-31 16:08:31'),
(314766, 2339, '1733-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:31', '2023-10-31 16:08:31'),
(314767, 2339, '1733-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:31', '2023-10-31 16:08:31'),
(314768, 2339, '1733-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:31', '2023-10-31 16:08:31'),
(314769, 2339, '1733-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:31', '2023-10-31 16:08:31'),
(314770, 2339, '1733-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:31', '2023-10-31 16:08:31'),
(314771, 2339, '1733-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:31', '2023-10-31 16:08:31'),
(314772, 2339, '1734-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:31', '2023-10-31 16:08:31'),
(314773, 2339, '1734-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:31', '2023-10-31 16:08:31'),
(314774, 2339, '1734-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:31', '2023-10-31 16:08:31'),
(314775, 2339, '1734-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:31', '2023-10-31 16:08:31'),
(314776, 2339, '1734-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:31', '2023-10-31 16:08:31'),
(314777, 2339, '1734-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:31', '2023-10-31 16:08:31'),
(314778, 2339, '1734-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:31', '2023-10-31 16:08:31'),
(314779, 2339, '1734-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:31', '2023-10-31 16:08:31'),
(314780, 2339, '1734-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:31', '2023-10-31 16:08:31'),
(314781, 2339, '1734-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:31', '2023-10-31 16:08:31'),
(314782, 2339, '1734-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:31', '2023-10-31 16:08:31'),
(314783, 2339, '1734-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:31', '2023-10-31 16:08:31'),
(314784, 2339, '1735-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:31', '2023-10-31 16:08:31'),
(314785, 2339, '1735-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:31', '2023-10-31 16:08:31'),
(314786, 2339, '1735-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:31', '2023-10-31 16:08:31'),
(314787, 2339, '1735-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:31', '2023-10-31 16:08:31'),
(314788, 2339, '1735-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:31', '2023-10-31 16:08:31'),
(314789, 2339, '1735-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:31', '2023-10-31 16:08:31'),
(314790, 2339, '1735-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:32', '2023-10-31 16:08:32'),
(314791, 2339, '1735-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:32', '2023-10-31 16:08:32'),
(314792, 2339, '1735-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:32', '2023-10-31 16:08:32'),
(314793, 2339, '1735-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:32', '2023-10-31 16:08:32'),
(314794, 2339, '1735-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:32', '2023-10-31 16:08:32'),
(314795, 2339, '1735-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:32', '2023-10-31 16:08:32'),
(314796, 2339, '1736-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:32', '2023-10-31 16:08:32'),
(314797, 2339, '1736-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:32', '2023-10-31 16:08:32'),
(314798, 2339, '1736-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:32', '2023-10-31 16:08:32'),
(314799, 2339, '1736-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:32', '2023-10-31 16:08:32'),
(314800, 2339, '1736-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:32', '2023-10-31 16:08:32'),
(314801, 2339, '1736-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:32', '2023-10-31 16:08:32'),
(314802, 2339, '1736-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:32', '2023-10-31 16:08:32'),
(314803, 2339, '1736-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:32', '2023-10-31 16:08:32'),
(314804, 2339, '1736-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:32', '2023-10-31 16:08:32'),
(314805, 2339, '1736-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:32', '2023-10-31 16:08:32'),
(314806, 2339, '1736-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:32', '2023-10-31 16:08:32'),
(314807, 2339, '1736-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:32', '2023-10-31 16:08:32'),
(314808, 2339, '1737-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:32', '2023-10-31 16:08:32'),
(314809, 2339, '1737-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:32', '2023-10-31 16:08:32'),
(314810, 2339, '1737-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:32', '2023-10-31 16:08:32'),
(314811, 2339, '1737-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:32', '2023-10-31 16:08:32'),
(314812, 2339, '1737-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:32', '2023-10-31 16:08:32'),
(314813, 2339, '1737-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:32', '2023-10-31 16:08:32'),
(314814, 2339, '1737-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:32', '2023-10-31 16:08:32'),
(314815, 2339, '1737-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:32', '2023-10-31 16:08:32'),
(314816, 2339, '1737-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:32', '2023-10-31 16:08:32'),
(314817, 2339, '1737-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:32', '2023-10-31 16:08:32'),
(314818, 2339, '1737-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:32', '2023-10-31 16:08:32'),
(314819, 2339, '1737-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:32', '2023-10-31 16:08:32'),
(314820, 2339, '1738-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:32', '2023-10-31 16:08:32'),
(314821, 2339, '1738-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:32', '2023-10-31 16:08:32'),
(314822, 2339, '1738-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:32', '2023-10-31 16:08:32'),
(314823, 2339, '1738-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:32', '2023-10-31 16:08:32'),
(314824, 2339, '1738-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:32', '2023-10-31 16:08:32'),
(314825, 2339, '1738-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:32', '2023-10-31 16:08:32'),
(314826, 2339, '1738-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:32', '2023-10-31 16:08:32'),
(314827, 2339, '1738-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:32', '2023-10-31 16:08:32'),
(314828, 2339, '1738-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:32', '2023-10-31 16:08:32'),
(314829, 2339, '1738-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:32', '2023-10-31 16:08:32'),
(314830, 2339, '1738-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:32', '2023-10-31 16:08:32'),
(314831, 2339, '1738-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:32', '2023-10-31 16:08:32'),
(314832, 2339, '1739-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:32', '2023-10-31 16:08:32'),
(314833, 2339, '1739-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:32', '2023-10-31 16:08:32'),
(314834, 2339, '1739-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:32', '2023-10-31 16:08:32'),
(314835, 2339, '1739-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:32', '2023-10-31 16:08:32'),
(314836, 2339, '1739-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:32', '2023-10-31 16:08:32'),
(314837, 2339, '1739-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:32', '2023-10-31 16:08:32'),
(314838, 2339, '1739-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:32', '2023-10-31 16:08:32'),
(314839, 2339, '1739-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:32', '2023-10-31 16:08:32'),
(314840, 2339, '1739-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:32', '2023-10-31 16:08:32'),
(314841, 2339, '1739-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:32', '2023-10-31 16:08:32'),
(314842, 2339, '1739-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:32', '2023-10-31 16:08:32'),
(314843, 2339, '1739-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:32', '2023-10-31 16:08:32'),
(314844, 2339, '1740-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:32', '2023-10-31 16:08:32'),
(314845, 2339, '1740-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:32', '2023-10-31 16:08:32'),
(314846, 2339, '1740-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:32', '2023-10-31 16:08:32'),
(314847, 2339, '1740-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:32', '2023-10-31 16:08:32'),
(314848, 2339, '1740-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:32', '2023-10-31 16:08:32'),
(314849, 2339, '1740-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:32', '2023-10-31 16:08:32'),
(314850, 2339, '1740-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:32', '2023-10-31 16:08:32'),
(314851, 2339, '1740-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:32', '2023-10-31 16:08:32'),
(314852, 2339, '1740-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:32', '2023-10-31 16:08:32'),
(314853, 2339, '1740-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:32', '2023-10-31 16:08:32'),
(314854, 2339, '1740-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:32', '2023-10-31 16:08:32'),
(314855, 2339, '1740-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:32', '2023-10-31 16:08:32'),
(314856, 2339, '1741-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:32', '2023-10-31 16:08:32'),
(314857, 2339, '1741-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:32', '2023-10-31 16:08:32'),
(314858, 2339, '1741-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:32', '2023-10-31 16:08:32'),
(314859, 2339, '1741-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:32', '2023-10-31 16:08:32'),
(314860, 2339, '1741-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:32', '2023-10-31 16:08:32'),
(314861, 2339, '1741-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:32', '2023-10-31 16:08:32'),
(314862, 2339, '1741-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:32', '2023-10-31 16:08:32'),
(314863, 2339, '1741-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:32', '2023-10-31 16:08:32'),
(314864, 2339, '1741-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:32', '2023-10-31 16:08:32'),
(314865, 2339, '1741-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:32', '2023-10-31 16:08:32'),
(314866, 2339, '1741-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:32', '2023-10-31 16:08:32'),
(314867, 2339, '1741-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:32', '2023-10-31 16:08:32'),
(314868, 2339, '1742-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:32', '2023-10-31 16:08:32'),
(314869, 2339, '1742-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:32', '2023-10-31 16:08:32'),
(314870, 2339, '1742-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:32', '2023-10-31 16:08:32'),
(314871, 2339, '1742-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:32', '2023-10-31 16:08:32'),
(314872, 2339, '1742-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:32', '2023-10-31 16:08:32'),
(314873, 2339, '1742-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:32', '2023-10-31 16:08:32'),
(314874, 2339, '1742-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:32', '2023-10-31 16:08:32'),
(314875, 2339, '1742-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:32', '2023-10-31 16:08:32'),
(314876, 2339, '1742-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:32', '2023-10-31 16:08:32'),
(314877, 2339, '1742-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:32', '2023-10-31 16:08:32'),
(314878, 2339, '1742-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:32', '2023-10-31 16:08:32'),
(314879, 2339, '1742-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:32', '2023-10-31 16:08:32'),
(314880, 2339, '1743-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:32', '2023-10-31 16:08:32'),
(314881, 2339, '1743-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:32', '2023-10-31 16:08:32'),
(314882, 2339, '1743-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:32', '2023-10-31 16:08:32'),
(314883, 2339, '1743-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:32', '2023-10-31 16:08:32'),
(314884, 2339, '1743-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:32', '2023-10-31 16:08:32'),
(314885, 2339, '1743-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:32', '2023-10-31 16:08:32'),
(314886, 2339, '1743-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:32', '2023-10-31 16:08:32'),
(314887, 2339, '1743-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:32', '2023-10-31 16:08:32'),
(314888, 2339, '1743-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:32', '2023-10-31 16:08:32'),
(314889, 2339, '1743-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:32', '2023-10-31 16:08:32'),
(314890, 2339, '1743-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:32', '2023-10-31 16:08:32'),
(314891, 2339, '1743-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:32', '2023-10-31 16:08:32'),
(314892, 2339, '1744-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:32', '2023-10-31 16:08:32'),
(314893, 2339, '1744-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:32', '2023-10-31 16:08:32'),
(314894, 2339, '1744-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:32', '2023-10-31 16:08:32'),
(314895, 2339, '1744-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:32', '2023-10-31 16:08:32'),
(314896, 2339, '1744-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:32', '2023-10-31 16:08:32'),
(314897, 2339, '1744-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:32', '2023-10-31 16:08:32'),
(314898, 2339, '1744-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:32', '2023-10-31 16:08:32'),
(314899, 2339, '1744-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:32', '2023-10-31 16:08:32'),
(314900, 2339, '1744-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:32', '2023-10-31 16:08:32'),
(314901, 2339, '1744-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:32', '2023-10-31 16:08:32'),
(314902, 2339, '1744-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:32', '2023-10-31 16:08:32'),
(314903, 2339, '1744-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:32', '2023-10-31 16:08:32'),
(314904, 2339, '1745-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:32', '2023-10-31 16:08:32'),
(314905, 2339, '1745-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:32', '2023-10-31 16:08:32'),
(314906, 2339, '1745-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:32', '2023-10-31 16:08:32'),
(314907, 2339, '1745-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:32', '2023-10-31 16:08:32'),
(314908, 2339, '1745-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:32', '2023-10-31 16:08:32'),
(314909, 2339, '1745-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:32', '2023-10-31 16:08:32'),
(314910, 2339, '1745-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:32', '2023-10-31 16:08:32'),
(314911, 2339, '1745-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:32', '2023-10-31 16:08:32'),
(314912, 2339, '1745-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:32', '2023-10-31 16:08:32'),
(314913, 2339, '1745-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:32', '2023-10-31 16:08:32'),
(314914, 2339, '1745-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:32', '2023-10-31 16:08:32'),
(314915, 2339, '1745-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:32', '2023-10-31 16:08:32'),
(314916, 2339, '1746-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:32', '2023-10-31 16:08:32'),
(314917, 2339, '1746-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:32', '2023-10-31 16:08:32'),
(314918, 2339, '1746-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:32', '2023-10-31 16:08:32'),
(314919, 2339, '1746-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:32', '2023-10-31 16:08:32'),
(314920, 2339, '1746-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:32', '2023-10-31 16:08:32'),
(314921, 2339, '1746-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:32', '2023-10-31 16:08:32'),
(314922, 2339, '1746-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:32', '2023-10-31 16:08:32'),
(314923, 2339, '1746-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:32', '2023-10-31 16:08:32'),
(314924, 2339, '1746-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:32', '2023-10-31 16:08:32'),
(314925, 2339, '1746-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:32', '2023-10-31 16:08:32'),
(314926, 2339, '1746-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:32', '2023-10-31 16:08:32'),
(314927, 2339, '1746-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:32', '2023-10-31 16:08:32'),
(314928, 2339, '1747-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:32', '2023-10-31 16:08:32'),
(314929, 2339, '1747-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:32', '2023-10-31 16:08:32'),
(314930, 2339, '1747-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:32', '2023-10-31 16:08:32'),
(314931, 2339, '1747-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:32', '2023-10-31 16:08:32'),
(314932, 2339, '1747-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:32', '2023-10-31 16:08:32'),
(314933, 2339, '1747-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:32', '2023-10-31 16:08:32'),
(314934, 2339, '1747-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:32', '2023-10-31 16:08:32'),
(314935, 2339, '1747-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:32', '2023-10-31 16:08:32'),
(314936, 2339, '1747-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:32', '2023-10-31 16:08:32'),
(314937, 2339, '1747-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:32', '2023-10-31 16:08:32'),
(314938, 2339, '1747-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:32', '2023-10-31 16:08:32'),
(314939, 2339, '1747-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:32', '2023-10-31 16:08:32'),
(314940, 2339, '1748-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:32', '2023-10-31 16:08:32'),
(314941, 2339, '1748-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:32', '2023-10-31 16:08:32'),
(314942, 2339, '1748-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:32', '2023-10-31 16:08:32'),
(314943, 2339, '1748-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:32', '2023-10-31 16:08:32'),
(314944, 2339, '1748-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:32', '2023-10-31 16:08:32'),
(314945, 2339, '1748-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:32', '2023-10-31 16:08:32'),
(314946, 2339, '1748-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:32', '2023-10-31 16:08:32'),
(314947, 2339, '1748-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:32', '2023-10-31 16:08:32'),
(314948, 2339, '1748-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:32', '2023-10-31 16:08:32'),
(314949, 2339, '1748-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:32', '2023-10-31 16:08:32'),
(314950, 2339, '1748-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:32', '2023-10-31 16:08:32'),
(314951, 2339, '1748-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:32', '2023-10-31 16:08:32'),
(314952, 2339, '1749-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:32', '2023-10-31 16:08:32'),
(314953, 2339, '1749-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:32', '2023-10-31 16:08:32'),
(314954, 2339, '1749-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:32', '2023-10-31 16:08:32'),
(314955, 2339, '1749-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:32', '2023-10-31 16:08:32'),
(314956, 2339, '1749-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:32', '2023-10-31 16:08:32'),
(314957, 2339, '1749-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:32', '2023-10-31 16:08:32'),
(314958, 2339, '1749-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:32', '2023-10-31 16:08:32'),
(314959, 2339, '1749-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:32', '2023-10-31 16:08:32'),
(314960, 2339, '1749-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:32', '2023-10-31 16:08:32'),
(314961, 2339, '1749-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:32', '2023-10-31 16:08:32'),
(314962, 2339, '1749-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:32', '2023-10-31 16:08:32'),
(314963, 2339, '1749-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:32', '2023-10-31 16:08:32'),
(314964, 2339, '1750-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:32', '2023-10-31 16:08:32'),
(314965, 2339, '1750-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:32', '2023-10-31 16:08:32'),
(314966, 2339, '1750-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:32', '2023-10-31 16:08:32'),
(314967, 2339, '1750-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:32', '2023-10-31 16:08:32'),
(314968, 2339, '1750-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:32', '2023-10-31 16:08:32'),
(314969, 2339, '1750-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:32', '2023-10-31 16:08:32'),
(314970, 2339, '1750-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:32', '2023-10-31 16:08:32'),
(314971, 2339, '1750-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:32', '2023-10-31 16:08:32'),
(314972, 2339, '1750-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:32', '2023-10-31 16:08:32'),
(314973, 2339, '1750-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:32', '2023-10-31 16:08:32'),
(314974, 2339, '1750-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:32', '2023-10-31 16:08:32'),
(314975, 2339, '1750-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:32', '2023-10-31 16:08:32'),
(314976, 2339, '1751-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:32', '2023-10-31 16:08:32'),
(314977, 2339, '1751-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:32', '2023-10-31 16:08:32'),
(314978, 2339, '1751-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:32', '2023-10-31 16:08:32'),
(314979, 2339, '1751-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:32', '2023-10-31 16:08:32'),
(314980, 2339, '1751-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:32', '2023-10-31 16:08:32'),
(314981, 2339, '1751-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:32', '2023-10-31 16:08:32'),
(314982, 2339, '1751-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:32', '2023-10-31 16:08:32'),
(314983, 2339, '1751-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:32', '2023-10-31 16:08:32'),
(314984, 2339, '1751-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:32', '2023-10-31 16:08:32'),
(314985, 2339, '1751-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:32', '2023-10-31 16:08:32'),
(314986, 2339, '1751-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:32', '2023-10-31 16:08:32'),
(314987, 2339, '1751-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:32', '2023-10-31 16:08:32'),
(314988, 2339, '1752-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:32', '2023-10-31 16:08:32'),
(314989, 2339, '1752-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:32', '2023-10-31 16:08:32'),
(314990, 2339, '1752-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:32', '2023-10-31 16:08:32'),
(314991, 2339, '1752-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:32', '2023-10-31 16:08:32'),
(314992, 2339, '1752-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:32', '2023-10-31 16:08:32'),
(314993, 2339, '1752-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:32', '2023-10-31 16:08:32'),
(314994, 2339, '1752-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:32', '2023-10-31 16:08:32'),
(314995, 2339, '1752-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:32', '2023-10-31 16:08:32'),
(314996, 2339, '1752-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:32', '2023-10-31 16:08:32'),
(314997, 2339, '1752-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:32', '2023-10-31 16:08:32');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(314998, 2339, '1752-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:32', '2023-10-31 16:08:32'),
(314999, 2339, '1752-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:32', '2023-10-31 16:08:32'),
(315000, 2339, '1753-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:33', '2023-10-31 16:08:33'),
(315001, 2339, '1753-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:33', '2023-10-31 16:08:33'),
(315002, 2339, '1753-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:33', '2023-10-31 16:08:33'),
(315003, 2339, '1753-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:33', '2023-10-31 16:08:33'),
(315004, 2339, '1753-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:33', '2023-10-31 16:08:33'),
(315005, 2339, '1753-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:33', '2023-10-31 16:08:33'),
(315006, 2339, '1753-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:33', '2023-10-31 16:08:33'),
(315007, 2339, '1753-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:33', '2023-10-31 16:08:33'),
(315008, 2339, '1753-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:33', '2023-10-31 16:08:33'),
(315009, 2339, '1753-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:33', '2023-10-31 16:08:33'),
(315010, 2339, '1753-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:33', '2023-10-31 16:08:33'),
(315011, 2339, '1753-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:33', '2023-10-31 16:08:33'),
(315012, 2339, '1754-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:33', '2023-10-31 16:08:33'),
(315013, 2339, '1754-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:33', '2023-10-31 16:08:33'),
(315014, 2339, '1754-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:33', '2023-10-31 16:08:33'),
(315015, 2339, '1754-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:33', '2023-10-31 16:08:33'),
(315016, 2339, '1754-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:33', '2023-10-31 16:08:33'),
(315017, 2339, '1754-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:33', '2023-10-31 16:08:33'),
(315018, 2339, '1754-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:33', '2023-10-31 16:08:33'),
(315019, 2339, '1754-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:33', '2023-10-31 16:08:33'),
(315020, 2339, '1754-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:33', '2023-10-31 16:08:33'),
(315021, 2339, '1754-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:33', '2023-10-31 16:08:33'),
(315022, 2339, '1754-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:33', '2023-10-31 16:08:33'),
(315023, 2339, '1754-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:33', '2023-10-31 16:08:33'),
(315024, 2339, '1755-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:33', '2023-10-31 16:08:33'),
(315025, 2339, '1755-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:33', '2023-10-31 16:08:33'),
(315026, 2339, '1755-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:33', '2023-10-31 16:08:33'),
(315027, 2339, '1755-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:33', '2023-10-31 16:08:33'),
(315028, 2339, '1755-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:33', '2023-10-31 16:08:33'),
(315029, 2339, '1755-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:33', '2023-10-31 16:08:33'),
(315030, 2339, '1755-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:33', '2023-10-31 16:08:33'),
(315031, 2339, '1755-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:33', '2023-10-31 16:08:33'),
(315032, 2339, '1755-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:33', '2023-10-31 16:08:33'),
(315033, 2339, '1755-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:33', '2023-10-31 16:08:33'),
(315034, 2339, '1755-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:33', '2023-10-31 16:08:33'),
(315035, 2339, '1755-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:33', '2023-10-31 16:08:33'),
(315036, 2339, '1756-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:33', '2023-10-31 16:08:33'),
(315037, 2339, '1756-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:33', '2023-10-31 16:08:33'),
(315038, 2339, '1756-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:33', '2023-10-31 16:08:33'),
(315039, 2339, '1756-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:33', '2023-10-31 16:08:33'),
(315040, 2339, '1756-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:33', '2023-10-31 16:08:33'),
(315041, 2339, '1756-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:33', '2023-10-31 16:08:33'),
(315042, 2339, '1756-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:33', '2023-10-31 16:08:33'),
(315043, 2339, '1756-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:33', '2023-10-31 16:08:33'),
(315044, 2339, '1756-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:33', '2023-10-31 16:08:33'),
(315045, 2339, '1756-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:33', '2023-10-31 16:08:33'),
(315046, 2339, '1756-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:33', '2023-10-31 16:08:33'),
(315047, 2339, '1756-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:33', '2023-10-31 16:08:33'),
(315048, 2339, '1757-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:33', '2023-10-31 16:08:33'),
(315049, 2339, '1757-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:33', '2023-10-31 16:08:33'),
(315050, 2339, '1757-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:33', '2023-10-31 16:08:33'),
(315051, 2339, '1757-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:33', '2023-10-31 16:08:33'),
(315052, 2339, '1757-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:33', '2023-10-31 16:08:33'),
(315053, 2339, '1757-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:33', '2023-10-31 16:08:33'),
(315054, 2339, '1757-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:33', '2023-10-31 16:08:33'),
(315055, 2339, '1757-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:33', '2023-10-31 16:08:33'),
(315056, 2339, '1757-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:33', '2023-10-31 16:08:33'),
(315057, 2339, '1757-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:33', '2023-10-31 16:08:33'),
(315058, 2339, '1757-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:33', '2023-10-31 16:08:33'),
(315059, 2339, '1757-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:33', '2023-10-31 16:08:33'),
(315060, 2339, '1758-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:33', '2023-10-31 16:08:33'),
(315061, 2339, '1758-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:33', '2023-10-31 16:08:33'),
(315062, 2339, '1758-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:33', '2023-10-31 16:08:33'),
(315063, 2339, '1758-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:33', '2023-10-31 16:08:33'),
(315064, 2339, '1758-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:33', '2023-10-31 16:08:33'),
(315065, 2339, '1758-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:33', '2023-10-31 16:08:33'),
(315066, 2339, '1758-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:33', '2023-10-31 16:08:33'),
(315067, 2339, '1758-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:33', '2023-10-31 16:08:33'),
(315068, 2339, '1758-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:33', '2023-10-31 16:08:33'),
(315069, 2339, '1758-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:33', '2023-10-31 16:08:33'),
(315070, 2339, '1758-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:33', '2023-10-31 16:08:33'),
(315071, 2339, '1758-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:33', '2023-10-31 16:08:33'),
(315072, 2339, '1759-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:33', '2023-10-31 16:08:33'),
(315073, 2339, '1759-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:33', '2023-10-31 16:08:33'),
(315074, 2339, '1759-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:33', '2023-10-31 16:08:33'),
(315075, 2339, '1759-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:33', '2023-10-31 16:08:33'),
(315076, 2339, '1759-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:33', '2023-10-31 16:08:33'),
(315077, 2339, '1759-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:33', '2023-10-31 16:08:33'),
(315078, 2339, '1759-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:33', '2023-10-31 16:08:33'),
(315079, 2339, '1759-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:33', '2023-10-31 16:08:33'),
(315080, 2339, '1759-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:33', '2023-10-31 16:08:33'),
(315081, 2339, '1759-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:33', '2023-10-31 16:08:33'),
(315082, 2339, '1759-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:33', '2023-10-31 16:08:33'),
(315083, 2339, '1759-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:33', '2023-10-31 16:08:33'),
(315084, 2339, '1760-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:33', '2023-10-31 16:08:33'),
(315085, 2339, '1760-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:33', '2023-10-31 16:08:33'),
(315086, 2339, '1760-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:33', '2023-10-31 16:08:33'),
(315087, 2339, '1760-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:33', '2023-10-31 16:08:33'),
(315088, 2339, '1760-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:33', '2023-10-31 16:08:33'),
(315089, 2339, '1760-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:33', '2023-10-31 16:08:33'),
(315090, 2339, '1760-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:33', '2023-10-31 16:08:33'),
(315091, 2339, '1760-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:33', '2023-10-31 16:08:33'),
(315092, 2339, '1760-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:33', '2023-10-31 16:08:33'),
(315093, 2339, '1760-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:33', '2023-10-31 16:08:33'),
(315094, 2339, '1760-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:33', '2023-10-31 16:08:33'),
(315095, 2339, '1760-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:33', '2023-10-31 16:08:33'),
(315096, 2339, '1761-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:33', '2023-10-31 16:08:33'),
(315097, 2339, '1761-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:33', '2023-10-31 16:08:33'),
(315098, 2339, '1761-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:33', '2023-10-31 16:08:33'),
(315099, 2339, '1761-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:33', '2023-10-31 16:08:33'),
(315100, 2339, '1761-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:33', '2023-10-31 16:08:33'),
(315101, 2339, '1761-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:33', '2023-10-31 16:08:33'),
(315102, 2339, '1761-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:33', '2023-10-31 16:08:33'),
(315103, 2339, '1761-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:33', '2023-10-31 16:08:33'),
(315104, 2339, '1761-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:33', '2023-10-31 16:08:33'),
(315105, 2339, '1761-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:33', '2023-10-31 16:08:33'),
(315106, 2339, '1761-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:33', '2023-10-31 16:08:33'),
(315107, 2339, '1761-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:33', '2023-10-31 16:08:33'),
(315108, 2339, '1762-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:33', '2023-10-31 16:08:33'),
(315109, 2339, '1762-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:33', '2023-10-31 16:08:33'),
(315110, 2339, '1762-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:33', '2023-10-31 16:08:33'),
(315111, 2339, '1762-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:33', '2023-10-31 16:08:33'),
(315112, 2339, '1762-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:33', '2023-10-31 16:08:33'),
(315113, 2339, '1762-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:33', '2023-10-31 16:08:33'),
(315114, 2339, '1762-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:33', '2023-10-31 16:08:33'),
(315115, 2339, '1762-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:33', '2023-10-31 16:08:33'),
(315116, 2339, '1762-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:33', '2023-10-31 16:08:33'),
(315117, 2339, '1762-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:33', '2023-10-31 16:08:33'),
(315118, 2339, '1762-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:33', '2023-10-31 16:08:33'),
(315119, 2339, '1762-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:33', '2023-10-31 16:08:33'),
(315120, 2339, '1763-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:33', '2023-10-31 16:08:33'),
(315121, 2339, '1763-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:33', '2023-10-31 16:08:33'),
(315122, 2339, '1763-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:33', '2023-10-31 16:08:33'),
(315123, 2339, '1763-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:33', '2023-10-31 16:08:33'),
(315124, 2339, '1763-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:33', '2023-10-31 16:08:33'),
(315125, 2339, '1763-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:33', '2023-10-31 16:08:33'),
(315126, 2339, '1763-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:33', '2023-10-31 16:08:33'),
(315127, 2339, '1763-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:33', '2023-10-31 16:08:33'),
(315128, 2339, '1763-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:33', '2023-10-31 16:08:33'),
(315129, 2339, '1763-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:33', '2023-10-31 16:08:33'),
(315130, 2339, '1763-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:33', '2023-10-31 16:08:33'),
(315131, 2339, '1763-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:33', '2023-10-31 16:08:33'),
(315132, 2339, '1764-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:33', '2023-10-31 16:08:33'),
(315133, 2339, '1764-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:33', '2023-10-31 16:08:33'),
(315134, 2339, '1764-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:33', '2023-10-31 16:08:33'),
(315135, 2339, '1764-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:33', '2023-10-31 16:08:33'),
(315136, 2339, '1764-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:33', '2023-10-31 16:08:33'),
(315137, 2339, '1764-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:33', '2023-10-31 16:08:33'),
(315138, 2339, '1764-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:33', '2023-10-31 16:08:33'),
(315139, 2339, '1764-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:33', '2023-10-31 16:08:33'),
(315140, 2339, '1764-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:33', '2023-10-31 16:08:33'),
(315141, 2339, '1764-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:33', '2023-10-31 16:08:33'),
(315142, 2339, '1764-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:33', '2023-10-31 16:08:33'),
(315143, 2339, '1764-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:33', '2023-10-31 16:08:33'),
(315144, 2339, '1765-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:33', '2023-10-31 16:08:33'),
(315145, 2339, '1765-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:33', '2023-10-31 16:08:33'),
(315146, 2339, '1765-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:33', '2023-10-31 16:08:33'),
(315147, 2339, '1765-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:33', '2023-10-31 16:08:33'),
(315148, 2339, '1765-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:33', '2023-10-31 16:08:33'),
(315149, 2339, '1765-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:33', '2023-10-31 16:08:33'),
(315150, 2339, '1765-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:33', '2023-10-31 16:08:33'),
(315151, 2339, '1765-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:33', '2023-10-31 16:08:33'),
(315152, 2339, '1765-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:33', '2023-10-31 16:08:33'),
(315153, 2339, '1765-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:33', '2023-10-31 16:08:33'),
(315154, 2339, '1765-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:33', '2023-10-31 16:08:33'),
(315155, 2339, '1765-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:33', '2023-10-31 16:08:33'),
(315156, 2339, '1766-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:33', '2023-10-31 16:08:33'),
(315157, 2339, '1766-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:33', '2023-10-31 16:08:33'),
(315158, 2339, '1766-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:33', '2023-10-31 16:08:33'),
(315159, 2339, '1766-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:33', '2023-10-31 16:08:33'),
(315160, 2339, '1766-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:33', '2023-10-31 16:08:33'),
(315161, 2339, '1766-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:33', '2023-10-31 16:08:33'),
(315162, 2339, '1766-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:33', '2023-10-31 16:08:33'),
(315163, 2339, '1766-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:33', '2023-10-31 16:08:33'),
(315164, 2339, '1766-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:33', '2023-10-31 16:08:33'),
(315165, 2339, '1766-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:33', '2023-10-31 16:08:33'),
(315166, 2339, '1766-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:33', '2023-10-31 16:08:33'),
(315167, 2339, '1766-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:33', '2023-10-31 16:08:33'),
(315168, 2339, '1767-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:33', '2023-10-31 16:08:33'),
(315169, 2339, '1767-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:33', '2023-10-31 16:08:33'),
(315170, 2339, '1767-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:33', '2023-10-31 16:08:33'),
(315171, 2339, '1767-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:33', '2023-10-31 16:08:33'),
(315172, 2339, '1767-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:33', '2023-10-31 16:08:33'),
(315173, 2339, '1767-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:33', '2023-10-31 16:08:33'),
(315174, 2339, '1767-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:33', '2023-10-31 16:08:33'),
(315175, 2339, '1767-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:33', '2023-10-31 16:08:33'),
(315176, 2339, '1767-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:33', '2023-10-31 16:08:33'),
(315177, 2339, '1767-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:33', '2023-10-31 16:08:33'),
(315178, 2339, '1767-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:33', '2023-10-31 16:08:33'),
(315179, 2339, '1767-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:33', '2023-10-31 16:08:33'),
(315180, 2339, '1768-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:33', '2023-10-31 16:08:33'),
(315181, 2339, '1768-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:33', '2023-10-31 16:08:33'),
(315182, 2339, '1768-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:33', '2023-10-31 16:08:33'),
(315183, 2339, '1768-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:33', '2023-10-31 16:08:33'),
(315184, 2339, '1768-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:33', '2023-10-31 16:08:33'),
(315185, 2339, '1768-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:33', '2023-10-31 16:08:33'),
(315186, 2339, '1768-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:33', '2023-10-31 16:08:33'),
(315187, 2339, '1768-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:33', '2023-10-31 16:08:33'),
(315188, 2339, '1768-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:33', '2023-10-31 16:08:33'),
(315189, 2339, '1768-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:33', '2023-10-31 16:08:33'),
(315190, 2339, '1768-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:33', '2023-10-31 16:08:33'),
(315191, 2339, '1768-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:33', '2023-10-31 16:08:33'),
(315192, 2339, '1769-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:33', '2023-10-31 16:08:33'),
(315193, 2339, '1769-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:33', '2023-10-31 16:08:33'),
(315194, 2339, '1769-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:33', '2023-10-31 16:08:33'),
(315195, 2339, '1769-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:33', '2023-10-31 16:08:33'),
(315196, 2339, '1769-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:33', '2023-10-31 16:08:33'),
(315197, 2339, '1769-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:33', '2023-10-31 16:08:33'),
(315198, 2339, '1769-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:33', '2023-10-31 16:08:33'),
(315199, 2339, '1769-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:33', '2023-10-31 16:08:33'),
(315200, 2339, '1769-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:33', '2023-10-31 16:08:33'),
(315201, 2339, '1769-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:33', '2023-10-31 16:08:33'),
(315202, 2339, '1769-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:33', '2023-10-31 16:08:33'),
(315203, 2339, '1769-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:33', '2023-10-31 16:08:33'),
(315204, 2339, '1770-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:33', '2023-10-31 16:08:33'),
(315205, 2339, '1770-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:33', '2023-10-31 16:08:33'),
(315206, 2339, '1770-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:33', '2023-10-31 16:08:33'),
(315207, 2339, '1770-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:33', '2023-10-31 16:08:33'),
(315208, 2339, '1770-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:34', '2023-10-31 16:08:34'),
(315209, 2339, '1770-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:34', '2023-10-31 16:08:34'),
(315210, 2339, '1770-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:34', '2023-10-31 16:08:34'),
(315211, 2339, '1770-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:34', '2023-10-31 16:08:34'),
(315212, 2339, '1770-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:34', '2023-10-31 16:08:34'),
(315213, 2339, '1770-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:34', '2023-10-31 16:08:34'),
(315214, 2339, '1770-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:34', '2023-10-31 16:08:34'),
(315215, 2339, '1770-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:34', '2023-10-31 16:08:34'),
(315216, 2339, '1771-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:34', '2023-10-31 16:08:34'),
(315217, 2339, '1771-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:34', '2023-10-31 16:08:34'),
(315218, 2339, '1771-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:34', '2023-10-31 16:08:34'),
(315219, 2339, '1771-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:34', '2023-10-31 16:08:34'),
(315220, 2339, '1771-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:34', '2023-10-31 16:08:34'),
(315221, 2339, '1771-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:34', '2023-10-31 16:08:34'),
(315222, 2339, '1771-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:34', '2023-10-31 16:08:34'),
(315223, 2339, '1771-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:34', '2023-10-31 16:08:34'),
(315224, 2339, '1771-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:34', '2023-10-31 16:08:34'),
(315225, 2339, '1771-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:34', '2023-10-31 16:08:34'),
(315226, 2339, '1771-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:34', '2023-10-31 16:08:34'),
(315227, 2339, '1771-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:34', '2023-10-31 16:08:34'),
(315228, 2339, '1772-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:34', '2023-10-31 16:08:34'),
(315229, 2339, '1772-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:34', '2023-10-31 16:08:34'),
(315230, 2339, '1772-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:34', '2023-10-31 16:08:34'),
(315231, 2339, '1772-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:34', '2023-10-31 16:08:34'),
(315232, 2339, '1772-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:34', '2023-10-31 16:08:34'),
(315233, 2339, '1772-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:34', '2023-10-31 16:08:34'),
(315234, 2339, '1772-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:34', '2023-10-31 16:08:34'),
(315235, 2339, '1772-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:34', '2023-10-31 16:08:34'),
(315236, 2339, '1772-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:34', '2023-10-31 16:08:34'),
(315237, 2339, '1772-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:34', '2023-10-31 16:08:34'),
(315238, 2339, '1772-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:34', '2023-10-31 16:08:34'),
(315239, 2339, '1772-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:34', '2023-10-31 16:08:34'),
(315240, 2339, '1773-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:34', '2023-10-31 16:08:34'),
(315241, 2339, '1773-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:34', '2023-10-31 16:08:34'),
(315242, 2339, '1773-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:34', '2023-10-31 16:08:34'),
(315243, 2339, '1773-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:34', '2023-10-31 16:08:34'),
(315244, 2339, '1773-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:34', '2023-10-31 16:08:34'),
(315245, 2339, '1773-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:34', '2023-10-31 16:08:34'),
(315246, 2339, '1773-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:34', '2023-10-31 16:08:34'),
(315247, 2339, '1773-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:34', '2023-10-31 16:08:34'),
(315248, 2339, '1773-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:34', '2023-10-31 16:08:34'),
(315249, 2339, '1773-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:34', '2023-10-31 16:08:34'),
(315250, 2339, '1773-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:34', '2023-10-31 16:08:34'),
(315251, 2339, '1773-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:34', '2023-10-31 16:08:34'),
(315252, 2339, '1774-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:34', '2023-10-31 16:08:34'),
(315253, 2339, '1774-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:34', '2023-10-31 16:08:34'),
(315254, 2339, '1774-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:34', '2023-10-31 16:08:34'),
(315255, 2339, '1774-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:34', '2023-10-31 16:08:34'),
(315256, 2339, '1774-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:34', '2023-10-31 16:08:34'),
(315257, 2339, '1774-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:34', '2023-10-31 16:08:34'),
(315258, 2339, '1774-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:34', '2023-10-31 16:08:34'),
(315259, 2339, '1774-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:34', '2023-10-31 16:08:34'),
(315260, 2339, '1774-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:34', '2023-10-31 16:08:34'),
(315261, 2339, '1774-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:34', '2023-10-31 16:08:34'),
(315262, 2339, '1774-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:34', '2023-10-31 16:08:34'),
(315263, 2339, '1774-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:34', '2023-10-31 16:08:34'),
(315264, 2339, '1775-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:34', '2023-10-31 16:08:34'),
(315265, 2339, '1775-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:34', '2023-10-31 16:08:34'),
(315266, 2339, '1775-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:34', '2023-10-31 16:08:34'),
(315267, 2339, '1775-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:34', '2023-10-31 16:08:34'),
(315268, 2339, '1775-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:34', '2023-10-31 16:08:34'),
(315269, 2339, '1775-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:34', '2023-10-31 16:08:34'),
(315270, 2339, '1775-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:34', '2023-10-31 16:08:34'),
(315271, 2339, '1775-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:34', '2023-10-31 16:08:34'),
(315272, 2339, '1775-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:34', '2023-10-31 16:08:34'),
(315273, 2339, '1775-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:34', '2023-10-31 16:08:34'),
(315274, 2339, '1775-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:34', '2023-10-31 16:08:34'),
(315275, 2339, '1775-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:34', '2023-10-31 16:08:34'),
(315276, 2339, '1776-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:34', '2023-10-31 16:08:34'),
(315277, 2339, '1776-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:34', '2023-10-31 16:08:34'),
(315278, 2339, '1776-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:34', '2023-10-31 16:08:34'),
(315279, 2339, '1776-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:34', '2023-10-31 16:08:34'),
(315280, 2339, '1776-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:34', '2023-10-31 16:08:34'),
(315281, 2339, '1776-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:34', '2023-10-31 16:08:34'),
(315282, 2339, '1776-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:34', '2023-10-31 16:08:34'),
(315283, 2339, '1776-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:34', '2023-10-31 16:08:34'),
(315284, 2339, '1776-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:34', '2023-10-31 16:08:34'),
(315285, 2339, '1776-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:34', '2023-10-31 16:08:34'),
(315286, 2339, '1776-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:34', '2023-10-31 16:08:34'),
(315287, 2339, '1776-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:34', '2023-10-31 16:08:34'),
(315288, 2339, '1777-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:34', '2023-10-31 16:08:34'),
(315289, 2339, '1777-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:34', '2023-10-31 16:08:34'),
(315290, 2339, '1777-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:34', '2023-10-31 16:08:34'),
(315291, 2339, '1777-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:34', '2023-10-31 16:08:34'),
(315292, 2339, '1777-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:34', '2023-10-31 16:08:34'),
(315293, 2339, '1777-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:34', '2023-10-31 16:08:34'),
(315294, 2339, '1777-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:34', '2023-10-31 16:08:34'),
(315295, 2339, '1777-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:34', '2023-10-31 16:08:34'),
(315296, 2339, '1777-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:34', '2023-10-31 16:08:34'),
(315297, 2339, '1777-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:34', '2023-10-31 16:08:34'),
(315298, 2339, '1777-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:34', '2023-10-31 16:08:34'),
(315299, 2339, '1777-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:34', '2023-10-31 16:08:34'),
(315300, 2339, '1778-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:34', '2023-10-31 16:08:34'),
(315301, 2339, '1778-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:34', '2023-10-31 16:08:34'),
(315302, 2339, '1778-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:34', '2023-10-31 16:08:34'),
(315303, 2339, '1778-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:34', '2023-10-31 16:08:34'),
(315304, 2339, '1778-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:34', '2023-10-31 16:08:34'),
(315305, 2339, '1778-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:34', '2023-10-31 16:08:34'),
(315306, 2339, '1778-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:34', '2023-10-31 16:08:34'),
(315307, 2339, '1778-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:34', '2023-10-31 16:08:34'),
(315308, 2339, '1778-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:34', '2023-10-31 16:08:34'),
(315309, 2339, '1778-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:34', '2023-10-31 16:08:34'),
(315310, 2339, '1778-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:34', '2023-10-31 16:08:34'),
(315311, 2339, '1778-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:34', '2023-10-31 16:08:34'),
(315312, 2339, '1779-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:34', '2023-10-31 16:08:34'),
(315313, 2339, '1779-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:34', '2023-10-31 16:08:34'),
(315314, 2339, '1779-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:34', '2023-10-31 16:08:34'),
(315315, 2339, '1779-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:34', '2023-10-31 16:08:34'),
(315316, 2339, '1779-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:34', '2023-10-31 16:08:34'),
(315317, 2339, '1779-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:34', '2023-10-31 16:08:34'),
(315318, 2339, '1779-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:34', '2023-10-31 16:08:34'),
(315319, 2339, '1779-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:34', '2023-10-31 16:08:34'),
(315320, 2339, '1779-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:34', '2023-10-31 16:08:34'),
(315321, 2339, '1779-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:34', '2023-10-31 16:08:34'),
(315322, 2339, '1779-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:34', '2023-10-31 16:08:34'),
(315323, 2339, '1779-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:34', '2023-10-31 16:08:34'),
(315324, 2339, '1780-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:34', '2023-10-31 16:08:34'),
(315325, 2339, '1780-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:34', '2023-10-31 16:08:34'),
(315326, 2339, '1780-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:34', '2023-10-31 16:08:34'),
(315327, 2339, '1780-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:34', '2023-10-31 16:08:34'),
(315328, 2339, '1780-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:34', '2023-10-31 16:08:34'),
(315329, 2339, '1780-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:34', '2023-10-31 16:08:34'),
(315330, 2339, '1780-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:34', '2023-10-31 16:08:34'),
(315331, 2339, '1780-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:34', '2023-10-31 16:08:34'),
(315332, 2339, '1780-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:34', '2023-10-31 16:08:34'),
(315333, 2339, '1780-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:34', '2023-10-31 16:08:34'),
(315334, 2339, '1780-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:34', '2023-10-31 16:08:34'),
(315335, 2339, '1780-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:34', '2023-10-31 16:08:34'),
(315336, 2339, '1781-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:34', '2023-10-31 16:08:34'),
(315337, 2339, '1781-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:34', '2023-10-31 16:08:34'),
(315338, 2339, '1781-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:34', '2023-10-31 16:08:34'),
(315339, 2339, '1781-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:34', '2023-10-31 16:08:34'),
(315340, 2339, '1781-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:34', '2023-10-31 16:08:34'),
(315341, 2339, '1781-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:34', '2023-10-31 16:08:34'),
(315342, 2339, '1781-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:34', '2023-10-31 16:08:34'),
(315343, 2339, '1781-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:34', '2023-10-31 16:08:34'),
(315344, 2339, '1781-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:34', '2023-10-31 16:08:34'),
(315345, 2339, '1781-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:34', '2023-10-31 16:08:34'),
(315346, 2339, '1781-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:34', '2023-10-31 16:08:34'),
(315347, 2339, '1781-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:34', '2023-10-31 16:08:34'),
(315348, 2339, '1782-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:34', '2023-10-31 16:08:34'),
(315349, 2339, '1782-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:34', '2023-10-31 16:08:34'),
(315350, 2339, '1782-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:34', '2023-10-31 16:08:34'),
(315351, 2339, '1782-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:34', '2023-10-31 16:08:34'),
(315352, 2339, '1782-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:34', '2023-10-31 16:08:34'),
(315353, 2339, '1782-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:34', '2023-10-31 16:08:34'),
(315354, 2339, '1782-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:34', '2023-10-31 16:08:34'),
(315355, 2339, '1782-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:34', '2023-10-31 16:08:34'),
(315356, 2339, '1782-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:34', '2023-10-31 16:08:34'),
(315357, 2339, '1782-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:34', '2023-10-31 16:08:34'),
(315358, 2339, '1782-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:34', '2023-10-31 16:08:34'),
(315359, 2339, '1782-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:34', '2023-10-31 16:08:34'),
(315360, 2339, '1783-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:34', '2023-10-31 16:08:34'),
(315361, 2339, '1783-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:34', '2023-10-31 16:08:34'),
(315362, 2339, '1783-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:34', '2023-10-31 16:08:34'),
(315363, 2339, '1783-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:34', '2023-10-31 16:08:34'),
(315364, 2339, '1783-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:34', '2023-10-31 16:08:34'),
(315365, 2339, '1783-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:34', '2023-10-31 16:08:34'),
(315366, 2339, '1783-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:34', '2023-10-31 16:08:34'),
(315367, 2339, '1783-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:34', '2023-10-31 16:08:34'),
(315368, 2339, '1783-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:34', '2023-10-31 16:08:34'),
(315369, 2339, '1783-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:34', '2023-10-31 16:08:34'),
(315370, 2339, '1783-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:34', '2023-10-31 16:08:34'),
(315371, 2339, '1783-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:34', '2023-10-31 16:08:34'),
(315372, 2339, '1784-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:34', '2023-10-31 16:08:34'),
(315373, 2339, '1784-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:34', '2023-10-31 16:08:34'),
(315374, 2339, '1784-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:34', '2023-10-31 16:08:34'),
(315375, 2339, '1784-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:34', '2023-10-31 16:08:34'),
(315376, 2339, '1784-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:34', '2023-10-31 16:08:34'),
(315377, 2339, '1784-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:34', '2023-10-31 16:08:34'),
(315378, 2339, '1784-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:34', '2023-10-31 16:08:34'),
(315379, 2339, '1784-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:34', '2023-10-31 16:08:34'),
(315380, 2339, '1784-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:34', '2023-10-31 16:08:34'),
(315381, 2339, '1784-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:34', '2023-10-31 16:08:34'),
(315382, 2339, '1784-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:34', '2023-10-31 16:08:34'),
(315383, 2339, '1784-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:34', '2023-10-31 16:08:34'),
(315384, 2339, '1785-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:34', '2023-10-31 16:08:34'),
(315385, 2339, '1785-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:34', '2023-10-31 16:08:34'),
(315386, 2339, '1785-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:34', '2023-10-31 16:08:34'),
(315387, 2339, '1785-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:34', '2023-10-31 16:08:34'),
(315388, 2339, '1785-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:34', '2023-10-31 16:08:34'),
(315389, 2339, '1785-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:34', '2023-10-31 16:08:34'),
(315390, 2339, '1785-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:34', '2023-10-31 16:08:34'),
(315391, 2339, '1785-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:34', '2023-10-31 16:08:34'),
(315392, 2339, '1785-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:34', '2023-10-31 16:08:34'),
(315393, 2339, '1785-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:34', '2023-10-31 16:08:34'),
(315394, 2339, '1785-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:34', '2023-10-31 16:08:34'),
(315395, 2339, '1785-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:34', '2023-10-31 16:08:34'),
(315396, 2339, '1786-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:34', '2023-10-31 16:08:34'),
(315397, 2339, '1786-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:34', '2023-10-31 16:08:34'),
(315398, 2339, '1786-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:34', '2023-10-31 16:08:34'),
(315399, 2339, '1786-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:34', '2023-10-31 16:08:34'),
(315400, 2339, '1786-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:34', '2023-10-31 16:08:34'),
(315401, 2339, '1786-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:34', '2023-10-31 16:08:34'),
(315402, 2339, '1786-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:34', '2023-10-31 16:08:34'),
(315403, 2339, '1786-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:35', '2023-10-31 16:08:35'),
(315404, 2339, '1786-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:35', '2023-10-31 16:08:35'),
(315405, 2339, '1786-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:35', '2023-10-31 16:08:35'),
(315406, 2339, '1786-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:35', '2023-10-31 16:08:35'),
(315407, 2339, '1786-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:35', '2023-10-31 16:08:35'),
(315408, 2339, '1787-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:35', '2023-10-31 16:08:35'),
(315409, 2339, '1787-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:35', '2023-10-31 16:08:35'),
(315410, 2339, '1787-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:35', '2023-10-31 16:08:35'),
(315411, 2339, '1787-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:35', '2023-10-31 16:08:35'),
(315412, 2339, '1787-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:35', '2023-10-31 16:08:35'),
(315413, 2339, '1787-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:35', '2023-10-31 16:08:35'),
(315414, 2339, '1787-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:35', '2023-10-31 16:08:35'),
(315415, 2339, '1787-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:35', '2023-10-31 16:08:35'),
(315416, 2339, '1787-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:35', '2023-10-31 16:08:35'),
(315417, 2339, '1787-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:35', '2023-10-31 16:08:35'),
(315418, 2339, '1787-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:35', '2023-10-31 16:08:35'),
(315419, 2339, '1787-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:35', '2023-10-31 16:08:35'),
(315420, 2339, '1788-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:35', '2023-10-31 16:08:35'),
(315421, 2339, '1788-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:35', '2023-10-31 16:08:35'),
(315422, 2339, '1788-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:35', '2023-10-31 16:08:35'),
(315423, 2339, '1788-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:35', '2023-10-31 16:08:35'),
(315424, 2339, '1788-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:35', '2023-10-31 16:08:35'),
(315425, 2339, '1788-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:35', '2023-10-31 16:08:35'),
(315426, 2339, '1788-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:35', '2023-10-31 16:08:35'),
(315427, 2339, '1788-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:35', '2023-10-31 16:08:35'),
(315428, 2339, '1788-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:35', '2023-10-31 16:08:35'),
(315429, 2339, '1788-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:35', '2023-10-31 16:08:35'),
(315430, 2339, '1788-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:35', '2023-10-31 16:08:35'),
(315431, 2339, '1788-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:35', '2023-10-31 16:08:35'),
(315432, 2339, '1789-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:35', '2023-10-31 16:08:35'),
(315433, 2339, '1789-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:35', '2023-10-31 16:08:35'),
(315434, 2339, '1789-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:35', '2023-10-31 16:08:35'),
(315435, 2339, '1789-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:35', '2023-10-31 16:08:35'),
(315436, 2339, '1789-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:35', '2023-10-31 16:08:35'),
(315437, 2339, '1789-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:35', '2023-10-31 16:08:35'),
(315438, 2339, '1789-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:35', '2023-10-31 16:08:35'),
(315439, 2339, '1789-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:35', '2023-10-31 16:08:35'),
(315440, 2339, '1789-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:35', '2023-10-31 16:08:35'),
(315441, 2339, '1789-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:35', '2023-10-31 16:08:35'),
(315442, 2339, '1789-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:35', '2023-10-31 16:08:35'),
(315443, 2339, '1789-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:35', '2023-10-31 16:08:35'),
(315444, 2339, '1790-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:35', '2023-10-31 16:08:35'),
(315445, 2339, '1790-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:35', '2023-10-31 16:08:35'),
(315446, 2339, '1790-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:35', '2023-10-31 16:08:35'),
(315447, 2339, '1790-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:35', '2023-10-31 16:08:35'),
(315448, 2339, '1790-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:35', '2023-10-31 16:08:35'),
(315449, 2339, '1790-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:35', '2023-10-31 16:08:35'),
(315450, 2339, '1790-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:35', '2023-10-31 16:08:35'),
(315451, 2339, '1790-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:35', '2023-10-31 16:08:35'),
(315452, 2339, '1790-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:35', '2023-10-31 16:08:35'),
(315453, 2339, '1790-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:35', '2023-10-31 16:08:35'),
(315454, 2339, '1790-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:35', '2023-10-31 16:08:35'),
(315455, 2339, '1790-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:35', '2023-10-31 16:08:35'),
(315456, 2339, '1791-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:35', '2023-10-31 16:08:35'),
(315457, 2339, '1791-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:35', '2023-10-31 16:08:35'),
(315458, 2339, '1791-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:35', '2023-10-31 16:08:35'),
(315459, 2339, '1791-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:35', '2023-10-31 16:08:35'),
(315460, 2339, '1791-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:35', '2023-10-31 16:08:35'),
(315461, 2339, '1791-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:35', '2023-10-31 16:08:35'),
(315462, 2339, '1791-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:35', '2023-10-31 16:08:35');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(315463, 2339, '1791-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:35', '2023-10-31 16:08:35'),
(315464, 2339, '1791-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:35', '2023-10-31 16:08:35'),
(315465, 2339, '1791-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:35', '2023-10-31 16:08:35'),
(315466, 2339, '1791-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:35', '2023-10-31 16:08:35'),
(315467, 2339, '1791-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:35', '2023-10-31 16:08:35'),
(315468, 2339, '1792-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:35', '2023-10-31 16:08:35'),
(315469, 2339, '1792-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:35', '2023-10-31 16:08:35'),
(315470, 2339, '1792-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:35', '2023-10-31 16:08:35'),
(315471, 2339, '1792-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:35', '2023-10-31 16:08:35'),
(315472, 2339, '1792-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:35', '2023-10-31 16:08:35'),
(315473, 2339, '1792-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:35', '2023-10-31 16:08:35'),
(315474, 2339, '1792-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:35', '2023-10-31 16:08:35'),
(315475, 2339, '1792-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:35', '2023-10-31 16:08:35'),
(315476, 2339, '1792-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:35', '2023-10-31 16:08:35'),
(315477, 2339, '1792-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:35', '2023-10-31 16:08:35'),
(315478, 2339, '1792-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:35', '2023-10-31 16:08:35'),
(315479, 2339, '1792-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:35', '2023-10-31 16:08:35'),
(315480, 2339, '1793-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:35', '2023-10-31 16:08:35'),
(315481, 2339, '1793-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:35', '2023-10-31 16:08:35'),
(315482, 2339, '1793-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:35', '2023-10-31 16:08:35'),
(315483, 2339, '1793-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:35', '2023-10-31 16:08:35'),
(315484, 2339, '1793-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:35', '2023-10-31 16:08:35'),
(315485, 2339, '1793-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:35', '2023-10-31 16:08:35'),
(315486, 2339, '1793-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:35', '2023-10-31 16:08:35'),
(315487, 2339, '1793-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:35', '2023-10-31 16:08:35'),
(315488, 2339, '1793-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:35', '2023-10-31 16:08:35'),
(315489, 2339, '1793-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:35', '2023-10-31 16:08:35'),
(315490, 2339, '1793-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:35', '2023-10-31 16:08:35'),
(315491, 2339, '1793-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:35', '2023-10-31 16:08:35'),
(315492, 2339, '1794-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:35', '2023-10-31 16:08:35'),
(315493, 2339, '1794-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:35', '2023-10-31 16:08:35'),
(315494, 2339, '1794-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:35', '2023-10-31 16:08:35'),
(315495, 2339, '1794-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:35', '2023-10-31 16:08:35'),
(315496, 2339, '1794-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:35', '2023-10-31 16:08:35'),
(315497, 2339, '1794-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:35', '2023-10-31 16:08:35'),
(315498, 2339, '1794-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:35', '2023-10-31 16:08:35'),
(315499, 2339, '1794-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:35', '2023-10-31 16:08:35'),
(315500, 2339, '1794-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:35', '2023-10-31 16:08:35'),
(315501, 2339, '1794-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:35', '2023-10-31 16:08:35'),
(315502, 2339, '1794-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:35', '2023-10-31 16:08:35'),
(315503, 2339, '1794-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:35', '2023-10-31 16:08:35'),
(315504, 2339, '1795-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:35', '2023-10-31 16:08:35'),
(315505, 2339, '1795-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:35', '2023-10-31 16:08:35'),
(315506, 2339, '1795-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:35', '2023-10-31 16:08:35'),
(315507, 2339, '1795-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:35', '2023-10-31 16:08:35'),
(315508, 2339, '1795-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:35', '2023-10-31 16:08:35'),
(315509, 2339, '1795-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:35', '2023-10-31 16:08:35'),
(315510, 2339, '1795-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:35', '2023-10-31 16:08:35'),
(315511, 2339, '1795-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:35', '2023-10-31 16:08:35'),
(315512, 2339, '1795-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:35', '2023-10-31 16:08:35'),
(315513, 2339, '1795-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:35', '2023-10-31 16:08:35'),
(315514, 2339, '1795-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:35', '2023-10-31 16:08:35'),
(315515, 2339, '1795-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:35', '2023-10-31 16:08:35'),
(315516, 2339, '1796-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:35', '2023-10-31 16:08:35'),
(315517, 2339, '1796-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:35', '2023-10-31 16:08:35'),
(315518, 2339, '1796-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:35', '2023-10-31 16:08:35'),
(315519, 2339, '1796-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:35', '2023-10-31 16:08:35'),
(315520, 2339, '1796-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:35', '2023-10-31 16:08:35'),
(315521, 2339, '1796-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:35', '2023-10-31 16:08:35'),
(315522, 2339, '1796-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:35', '2023-10-31 16:08:35'),
(315523, 2339, '1796-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:35', '2023-10-31 16:08:35'),
(315524, 2339, '1796-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:35', '2023-10-31 16:08:35'),
(315525, 2339, '1796-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:35', '2023-10-31 16:08:35'),
(315526, 2339, '1796-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:35', '2023-10-31 16:08:35'),
(315527, 2339, '1796-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:35', '2023-10-31 16:08:35'),
(315528, 2339, '1797-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:35', '2023-10-31 16:08:35'),
(315529, 2339, '1797-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:35', '2023-10-31 16:08:35'),
(315530, 2339, '1797-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:35', '2023-10-31 16:08:35'),
(315531, 2339, '1797-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:35', '2023-10-31 16:08:35'),
(315532, 2339, '1797-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:35', '2023-10-31 16:08:35'),
(315533, 2339, '1797-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:35', '2023-10-31 16:08:35'),
(315534, 2339, '1797-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:35', '2023-10-31 16:08:35'),
(315535, 2339, '1797-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:35', '2023-10-31 16:08:35'),
(315536, 2339, '1797-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:35', '2023-10-31 16:08:35'),
(315537, 2339, '1797-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:35', '2023-10-31 16:08:35'),
(315538, 2339, '1797-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:35', '2023-10-31 16:08:35'),
(315539, 2339, '1797-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:35', '2023-10-31 16:08:35'),
(315540, 2339, '1798-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:35', '2023-10-31 16:08:35'),
(315541, 2339, '1798-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:35', '2023-10-31 16:08:35'),
(315542, 2339, '1798-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:35', '2023-10-31 16:08:35'),
(315543, 2339, '1798-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:35', '2023-10-31 16:08:35'),
(315544, 2339, '1798-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:35', '2023-10-31 16:08:35'),
(315545, 2339, '1798-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:35', '2023-10-31 16:08:35'),
(315546, 2339, '1798-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:35', '2023-10-31 16:08:35'),
(315547, 2339, '1798-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:35', '2023-10-31 16:08:35'),
(315548, 2339, '1798-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:35', '2023-10-31 16:08:35'),
(315549, 2339, '1798-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:35', '2023-10-31 16:08:35'),
(315550, 2339, '1798-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:35', '2023-10-31 16:08:35'),
(315551, 2339, '1798-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:35', '2023-10-31 16:08:35'),
(315552, 2339, '1799-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:35', '2023-10-31 16:08:35'),
(315553, 2339, '1799-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:35', '2023-10-31 16:08:35'),
(315554, 2339, '1799-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:35', '2023-10-31 16:08:35'),
(315555, 2339, '1799-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:35', '2023-10-31 16:08:35'),
(315556, 2339, '1799-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:35', '2023-10-31 16:08:35'),
(315557, 2339, '1799-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:35', '2023-10-31 16:08:35'),
(315558, 2339, '1799-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:35', '2023-10-31 16:08:35'),
(315559, 2339, '1799-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:35', '2023-10-31 16:08:35'),
(315560, 2339, '1799-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:35', '2023-10-31 16:08:35'),
(315561, 2339, '1799-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:35', '2023-10-31 16:08:35'),
(315562, 2339, '1799-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:35', '2023-10-31 16:08:35'),
(315563, 2339, '1799-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:35', '2023-10-31 16:08:35'),
(315564, 2339, '1800-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:35', '2023-10-31 16:08:35'),
(315565, 2339, '1800-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:35', '2023-10-31 16:08:35'),
(315566, 2339, '1800-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:35', '2023-10-31 16:08:35'),
(315567, 2339, '1800-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:35', '2023-10-31 16:08:35'),
(315568, 2339, '1800-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:35', '2023-10-31 16:08:35'),
(315569, 2339, '1800-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:35', '2023-10-31 16:08:35'),
(315570, 2339, '1800-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:35', '2023-10-31 16:08:35'),
(315571, 2339, '1800-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:35', '2023-10-31 16:08:35'),
(315572, 2339, '1800-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:35', '2023-10-31 16:08:35'),
(315573, 2339, '1800-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:35', '2023-10-31 16:08:35'),
(315574, 2339, '1800-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:35', '2023-10-31 16:08:35'),
(315575, 2339, '1800-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:35', '2023-10-31 16:08:35'),
(315576, 2339, '1801-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:35', '2023-10-31 16:08:35'),
(315577, 2339, '1801-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:35', '2023-10-31 16:08:35'),
(315578, 2339, '1801-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:35', '2023-10-31 16:08:35'),
(315579, 2339, '1801-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:35', '2023-10-31 16:08:35'),
(315580, 2339, '1801-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:35', '2023-10-31 16:08:35'),
(315581, 2339, '1801-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:35', '2023-10-31 16:08:35'),
(315582, 2339, '1801-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:35', '2023-10-31 16:08:35'),
(315583, 2339, '1801-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:35', '2023-10-31 16:08:35'),
(315584, 2339, '1801-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:35', '2023-10-31 16:08:35'),
(315585, 2339, '1801-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:35', '2023-10-31 16:08:35'),
(315586, 2339, '1801-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:35', '2023-10-31 16:08:35'),
(315587, 2339, '1801-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:35', '2023-10-31 16:08:35'),
(315588, 2339, '1802-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:35', '2023-10-31 16:08:35'),
(315589, 2339, '1802-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:35', '2023-10-31 16:08:35'),
(315590, 2339, '1802-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:35', '2023-10-31 16:08:35'),
(315591, 2339, '1802-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:35', '2023-10-31 16:08:35'),
(315592, 2339, '1802-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:35', '2023-10-31 16:08:35'),
(315593, 2339, '1802-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:35', '2023-10-31 16:08:35'),
(315594, 2339, '1802-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:35', '2023-10-31 16:08:35'),
(315595, 2339, '1802-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:35', '2023-10-31 16:08:35'),
(315596, 2339, '1802-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:35', '2023-10-31 16:08:35'),
(315597, 2339, '1802-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:35', '2023-10-31 16:08:35'),
(315598, 2339, '1802-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:35', '2023-10-31 16:08:35'),
(315599, 2339, '1802-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:35', '2023-10-31 16:08:35'),
(315600, 2339, '1803-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:35', '2023-10-31 16:08:35'),
(315601, 2339, '1803-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:35', '2023-10-31 16:08:35'),
(315602, 2339, '1803-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:35', '2023-10-31 16:08:35'),
(315603, 2339, '1803-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:35', '2023-10-31 16:08:35'),
(315604, 2339, '1803-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:35', '2023-10-31 16:08:35'),
(315605, 2339, '1803-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:35', '2023-10-31 16:08:35'),
(315606, 2339, '1803-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:35', '2023-10-31 16:08:35'),
(315607, 2339, '1803-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:35', '2023-10-31 16:08:35'),
(315608, 2339, '1803-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:35', '2023-10-31 16:08:35'),
(315609, 2339, '1803-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:35', '2023-10-31 16:08:35'),
(315610, 2339, '1803-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:35', '2023-10-31 16:08:35'),
(315611, 2339, '1803-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:35', '2023-10-31 16:08:35'),
(315612, 2339, '1804-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:35', '2023-10-31 16:08:35'),
(315613, 2339, '1804-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:35', '2023-10-31 16:08:35'),
(315614, 2339, '1804-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:35', '2023-10-31 16:08:35'),
(315615, 2339, '1804-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:35', '2023-10-31 16:08:35'),
(315616, 2339, '1804-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:36', '2023-10-31 16:08:36'),
(315617, 2339, '1804-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:36', '2023-10-31 16:08:36'),
(315618, 2339, '1804-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:36', '2023-10-31 16:08:36'),
(315619, 2339, '1804-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:36', '2023-10-31 16:08:36'),
(315620, 2339, '1804-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:36', '2023-10-31 16:08:36'),
(315621, 2339, '1804-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:36', '2023-10-31 16:08:36'),
(315622, 2339, '1804-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:36', '2023-10-31 16:08:36'),
(315623, 2339, '1804-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:36', '2023-10-31 16:08:36'),
(315624, 2339, '1805-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:36', '2023-10-31 16:08:36'),
(315625, 2339, '1805-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:36', '2023-10-31 16:08:36'),
(315626, 2339, '1805-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:36', '2023-10-31 16:08:36'),
(315627, 2339, '1805-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:36', '2023-10-31 16:08:36'),
(315628, 2339, '1805-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:36', '2023-10-31 16:08:36'),
(315629, 2339, '1805-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:36', '2023-10-31 16:08:36'),
(315630, 2339, '1805-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:36', '2023-10-31 16:08:36'),
(315631, 2339, '1805-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:36', '2023-10-31 16:08:36'),
(315632, 2339, '1805-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:36', '2023-10-31 16:08:36'),
(315633, 2339, '1805-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:36', '2023-10-31 16:08:36'),
(315634, 2339, '1805-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:36', '2023-10-31 16:08:36'),
(315635, 2339, '1805-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:36', '2023-10-31 16:08:36'),
(315636, 2339, '1806-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:36', '2023-10-31 16:08:36'),
(315637, 2339, '1806-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:36', '2023-10-31 16:08:36'),
(315638, 2339, '1806-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:36', '2023-10-31 16:08:36'),
(315639, 2339, '1806-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:36', '2023-10-31 16:08:36'),
(315640, 2339, '1806-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:36', '2023-10-31 16:08:36'),
(315641, 2339, '1806-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:36', '2023-10-31 16:08:36'),
(315642, 2339, '1806-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:36', '2023-10-31 16:08:36'),
(315643, 2339, '1806-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:36', '2023-10-31 16:08:36'),
(315644, 2339, '1806-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:36', '2023-10-31 16:08:36'),
(315645, 2339, '1806-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:36', '2023-10-31 16:08:36'),
(315646, 2339, '1806-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:36', '2023-10-31 16:08:36'),
(315647, 2339, '1806-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:36', '2023-10-31 16:08:36'),
(315648, 2339, '1807-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:36', '2023-10-31 16:08:36'),
(315649, 2339, '1807-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:36', '2023-10-31 16:08:36'),
(315650, 2339, '1807-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:36', '2023-10-31 16:08:36'),
(315651, 2339, '1807-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:36', '2023-10-31 16:08:36'),
(315652, 2339, '1807-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:36', '2023-10-31 16:08:36'),
(315653, 2339, '1807-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:36', '2023-10-31 16:08:36'),
(315654, 2339, '1807-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:36', '2023-10-31 16:08:36'),
(315655, 2339, '1807-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:36', '2023-10-31 16:08:36'),
(315656, 2339, '1807-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:36', '2023-10-31 16:08:36'),
(315657, 2339, '1807-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:36', '2023-10-31 16:08:36'),
(315658, 2339, '1807-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:36', '2023-10-31 16:08:36'),
(315659, 2339, '1807-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:36', '2023-10-31 16:08:36'),
(315660, 2339, '1808-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:36', '2023-10-31 16:08:36'),
(315661, 2339, '1808-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:36', '2023-10-31 16:08:36'),
(315662, 2339, '1808-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:36', '2023-10-31 16:08:36'),
(315663, 2339, '1808-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:36', '2023-10-31 16:08:36'),
(315664, 2339, '1808-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:36', '2023-10-31 16:08:36'),
(315665, 2339, '1808-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:36', '2023-10-31 16:08:36'),
(315666, 2339, '1808-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:36', '2023-10-31 16:08:36'),
(315667, 2339, '1808-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:36', '2023-10-31 16:08:36'),
(315668, 2339, '1808-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:36', '2023-10-31 16:08:36'),
(315669, 2339, '1808-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:36', '2023-10-31 16:08:36'),
(315670, 2339, '1808-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:36', '2023-10-31 16:08:36'),
(315671, 2339, '1808-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:36', '2023-10-31 16:08:36'),
(315672, 2339, '1809-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:36', '2023-10-31 16:08:36'),
(315673, 2339, '1809-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:36', '2023-10-31 16:08:36'),
(315674, 2339, '1809-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:36', '2023-10-31 16:08:36'),
(315675, 2339, '1809-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:36', '2023-10-31 16:08:36'),
(315676, 2339, '1809-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:36', '2023-10-31 16:08:36'),
(315677, 2339, '1809-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:36', '2023-10-31 16:08:36'),
(315678, 2339, '1809-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:36', '2023-10-31 16:08:36'),
(315679, 2339, '1809-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:36', '2023-10-31 16:08:36'),
(315680, 2339, '1809-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:36', '2023-10-31 16:08:36'),
(315681, 2339, '1809-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:36', '2023-10-31 16:08:36'),
(315682, 2339, '1809-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:36', '2023-10-31 16:08:36'),
(315683, 2339, '1809-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:36', '2023-10-31 16:08:36'),
(315684, 2339, '1810-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:36', '2023-10-31 16:08:36'),
(315685, 2339, '1810-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:36', '2023-10-31 16:08:36'),
(315686, 2339, '1810-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:36', '2023-10-31 16:08:36'),
(315687, 2339, '1810-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:36', '2023-10-31 16:08:36'),
(315688, 2339, '1810-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:36', '2023-10-31 16:08:36'),
(315689, 2339, '1810-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:36', '2023-10-31 16:08:36'),
(315690, 2339, '1810-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:36', '2023-10-31 16:08:36'),
(315691, 2339, '1810-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:36', '2023-10-31 16:08:36'),
(315692, 2339, '1810-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:36', '2023-10-31 16:08:36'),
(315693, 2339, '1810-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:36', '2023-10-31 16:08:36'),
(315694, 2339, '1810-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:36', '2023-10-31 16:08:36'),
(315695, 2339, '1810-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:36', '2023-10-31 16:08:36'),
(315696, 2339, '1811-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:36', '2023-10-31 16:08:36'),
(315697, 2339, '1811-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:36', '2023-10-31 16:08:36'),
(315698, 2339, '1811-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:36', '2023-10-31 16:08:36'),
(315699, 2339, '1811-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:36', '2023-10-31 16:08:36'),
(315700, 2339, '1811-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:36', '2023-10-31 16:08:36'),
(315701, 2339, '1811-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:36', '2023-10-31 16:08:36'),
(315702, 2339, '1811-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:36', '2023-10-31 16:08:36'),
(315703, 2339, '1811-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:36', '2023-10-31 16:08:36'),
(315704, 2339, '1811-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:36', '2023-10-31 16:08:36'),
(315705, 2339, '1811-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:36', '2023-10-31 16:08:36'),
(315706, 2339, '1811-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:36', '2023-10-31 16:08:36'),
(315707, 2339, '1811-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:36', '2023-10-31 16:08:36'),
(315708, 2339, '1812-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:36', '2023-10-31 16:08:36'),
(315709, 2339, '1812-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:36', '2023-10-31 16:08:36'),
(315710, 2339, '1812-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:36', '2023-10-31 16:08:36'),
(315711, 2339, '1812-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:36', '2023-10-31 16:08:36'),
(315712, 2339, '1812-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:36', '2023-10-31 16:08:36'),
(315713, 2339, '1812-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:36', '2023-10-31 16:08:36'),
(315714, 2339, '1812-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:36', '2023-10-31 16:08:36'),
(315715, 2339, '1812-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:36', '2023-10-31 16:08:36'),
(315716, 2339, '1812-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:36', '2023-10-31 16:08:36'),
(315717, 2339, '1812-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:36', '2023-10-31 16:08:36'),
(315718, 2339, '1812-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:36', '2023-10-31 16:08:36'),
(315719, 2339, '1812-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:36', '2023-10-31 16:08:36'),
(315720, 2339, '1813-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:36', '2023-10-31 16:08:36'),
(315721, 2339, '1813-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:36', '2023-10-31 16:08:36'),
(315722, 2339, '1813-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:36', '2023-10-31 16:08:36'),
(315723, 2339, '1813-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:36', '2023-10-31 16:08:36'),
(315724, 2339, '1813-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:36', '2023-10-31 16:08:36'),
(315725, 2339, '1813-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:36', '2023-10-31 16:08:36'),
(315726, 2339, '1813-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:36', '2023-10-31 16:08:36'),
(315727, 2339, '1813-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:36', '2023-10-31 16:08:36'),
(315728, 2339, '1813-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:36', '2023-10-31 16:08:36'),
(315729, 2339, '1813-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:36', '2023-10-31 16:08:36'),
(315730, 2339, '1813-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:36', '2023-10-31 16:08:36'),
(315731, 2339, '1813-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:36', '2023-10-31 16:08:36'),
(315732, 2339, '1814-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:36', '2023-10-31 16:08:36'),
(315733, 2339, '1814-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:36', '2023-10-31 16:08:36'),
(315734, 2339, '1814-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:36', '2023-10-31 16:08:36'),
(315735, 2339, '1814-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:36', '2023-10-31 16:08:36'),
(315736, 2339, '1814-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:36', '2023-10-31 16:08:36'),
(315737, 2339, '1814-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:36', '2023-10-31 16:08:36'),
(315738, 2339, '1814-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:36', '2023-10-31 16:08:36'),
(315739, 2339, '1814-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:36', '2023-10-31 16:08:36'),
(315740, 2339, '1814-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:36', '2023-10-31 16:08:36'),
(315741, 2339, '1814-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:36', '2023-10-31 16:08:36'),
(315742, 2339, '1814-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:36', '2023-10-31 16:08:36'),
(315743, 2339, '1814-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:36', '2023-10-31 16:08:36'),
(315744, 2339, '1815-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:36', '2023-10-31 16:08:36'),
(315745, 2339, '1815-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:36', '2023-10-31 16:08:36'),
(315746, 2339, '1815-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:36', '2023-10-31 16:08:36'),
(315747, 2339, '1815-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:36', '2023-10-31 16:08:36'),
(315748, 2339, '1815-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:36', '2023-10-31 16:08:36'),
(315749, 2339, '1815-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:36', '2023-10-31 16:08:36'),
(315750, 2339, '1815-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:36', '2023-10-31 16:08:36'),
(315751, 2339, '1815-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:36', '2023-10-31 16:08:36'),
(315752, 2339, '1815-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:36', '2023-10-31 16:08:36'),
(315753, 2339, '1815-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:36', '2023-10-31 16:08:36'),
(315754, 2339, '1815-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:36', '2023-10-31 16:08:36'),
(315755, 2339, '1815-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:36', '2023-10-31 16:08:36'),
(315756, 2339, '1816-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:36', '2023-10-31 16:08:36'),
(315757, 2339, '1816-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:36', '2023-10-31 16:08:36'),
(315758, 2339, '1816-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:36', '2023-10-31 16:08:36'),
(315759, 2339, '1816-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:36', '2023-10-31 16:08:36'),
(315760, 2339, '1816-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:36', '2023-10-31 16:08:36'),
(315761, 2339, '1816-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:36', '2023-10-31 16:08:36'),
(315762, 2339, '1816-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:36', '2023-10-31 16:08:36'),
(315763, 2339, '1816-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:36', '2023-10-31 16:08:36'),
(315764, 2339, '1816-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:36', '2023-10-31 16:08:36'),
(315765, 2339, '1816-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:36', '2023-10-31 16:08:36'),
(315766, 2339, '1816-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:36', '2023-10-31 16:08:36'),
(315767, 2339, '1816-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:36', '2023-10-31 16:08:36'),
(315768, 2339, '1817-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:36', '2023-10-31 16:08:36'),
(315769, 2339, '1817-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:36', '2023-10-31 16:08:36'),
(315770, 2339, '1817-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:36', '2023-10-31 16:08:36'),
(315771, 2339, '1817-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:36', '2023-10-31 16:08:36'),
(315772, 2339, '1817-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:36', '2023-10-31 16:08:36'),
(315773, 2339, '1817-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:36', '2023-10-31 16:08:36'),
(315774, 2339, '1817-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:36', '2023-10-31 16:08:36'),
(315775, 2339, '1817-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:36', '2023-10-31 16:08:36'),
(315776, 2339, '1817-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:36', '2023-10-31 16:08:36'),
(315777, 2339, '1817-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:36', '2023-10-31 16:08:36'),
(315778, 2339, '1817-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:36', '2023-10-31 16:08:36'),
(315779, 2339, '1817-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:36', '2023-10-31 16:08:36'),
(315780, 2339, '1818-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:36', '2023-10-31 16:08:36'),
(315781, 2339, '1818-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:36', '2023-10-31 16:08:36'),
(315782, 2339, '1818-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:36', '2023-10-31 16:08:36'),
(315783, 2339, '1818-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:36', '2023-10-31 16:08:36'),
(315784, 2339, '1818-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:36', '2023-10-31 16:08:36'),
(315785, 2339, '1818-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:36', '2023-10-31 16:08:36'),
(315786, 2339, '1818-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:36', '2023-10-31 16:08:36'),
(315787, 2339, '1818-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:36', '2023-10-31 16:08:36'),
(315788, 2339, '1818-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:36', '2023-10-31 16:08:36'),
(315789, 2339, '1818-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:36', '2023-10-31 16:08:36'),
(315790, 2339, '1818-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:36', '2023-10-31 16:08:36'),
(315791, 2339, '1818-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:36', '2023-10-31 16:08:36'),
(315792, 2339, '1819-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:36', '2023-10-31 16:08:36'),
(315793, 2339, '1819-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:36', '2023-10-31 16:08:36'),
(315794, 2339, '1819-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:36', '2023-10-31 16:08:36'),
(315795, 2339, '1819-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:36', '2023-10-31 16:08:36'),
(315796, 2339, '1819-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:36', '2023-10-31 16:08:36'),
(315797, 2339, '1819-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:36', '2023-10-31 16:08:36'),
(315798, 2339, '1819-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:36', '2023-10-31 16:08:36'),
(315799, 2339, '1819-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:36', '2023-10-31 16:08:36'),
(315800, 2339, '1819-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:36', '2023-10-31 16:08:36'),
(315801, 2339, '1819-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:36', '2023-10-31 16:08:36'),
(315802, 2339, '1819-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:36', '2023-10-31 16:08:36'),
(315803, 2339, '1819-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:36', '2023-10-31 16:08:36'),
(315804, 2339, '1820-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:36', '2023-10-31 16:08:36'),
(315805, 2339, '1820-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:36', '2023-10-31 16:08:36'),
(315806, 2339, '1820-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:36', '2023-10-31 16:08:36'),
(315807, 2339, '1820-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:36', '2023-10-31 16:08:36'),
(315808, 2339, '1820-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:36', '2023-10-31 16:08:36'),
(315809, 2339, '1820-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:36', '2023-10-31 16:08:36'),
(315810, 2339, '1820-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:36', '2023-10-31 16:08:36'),
(315811, 2339, '1820-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:36', '2023-10-31 16:08:36'),
(315812, 2339, '1820-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:36', '2023-10-31 16:08:36'),
(315813, 2339, '1820-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:36', '2023-10-31 16:08:36'),
(315814, 2339, '1820-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:36', '2023-10-31 16:08:36'),
(315815, 2339, '1820-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:36', '2023-10-31 16:08:36'),
(315816, 2339, '1821-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:36', '2023-10-31 16:08:36'),
(315817, 2339, '1821-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:36', '2023-10-31 16:08:36'),
(315818, 2339, '1821-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:36', '2023-10-31 16:08:36'),
(315819, 2339, '1821-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:36', '2023-10-31 16:08:36'),
(315820, 2339, '1821-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:36', '2023-10-31 16:08:36'),
(315821, 2339, '1821-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:36', '2023-10-31 16:08:36'),
(315822, 2339, '1821-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:36', '2023-10-31 16:08:36'),
(315823, 2339, '1821-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:36', '2023-10-31 16:08:36'),
(315824, 2339, '1821-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:36', '2023-10-31 16:08:36'),
(315825, 2339, '1821-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:36', '2023-10-31 16:08:36'),
(315826, 2339, '1821-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:36', '2023-10-31 16:08:36'),
(315827, 2339, '1821-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:36', '2023-10-31 16:08:36'),
(315828, 2339, '1822-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:36', '2023-10-31 16:08:36'),
(315829, 2339, '1822-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:36', '2023-10-31 16:08:36'),
(315830, 2339, '1822-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:36', '2023-10-31 16:08:36'),
(315831, 2339, '1822-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:36', '2023-10-31 16:08:36'),
(315832, 2339, '1822-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:36', '2023-10-31 16:08:36'),
(315833, 2339, '1822-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:36', '2023-10-31 16:08:36'),
(315834, 2339, '1822-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:36', '2023-10-31 16:08:36'),
(315835, 2339, '1822-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:36', '2023-10-31 16:08:36'),
(315836, 2339, '1822-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:36', '2023-10-31 16:08:36'),
(315837, 2339, '1822-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:36', '2023-10-31 16:08:36'),
(315838, 2339, '1822-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:37', '2023-10-31 16:08:37'),
(315839, 2339, '1822-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:37', '2023-10-31 16:08:37'),
(315840, 2339, '1823-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:37', '2023-10-31 16:08:37'),
(315841, 2339, '1823-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:37', '2023-10-31 16:08:37'),
(315842, 2339, '1823-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:37', '2023-10-31 16:08:37'),
(315843, 2339, '1823-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:37', '2023-10-31 16:08:37'),
(315844, 2339, '1823-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:37', '2023-10-31 16:08:37'),
(315845, 2339, '1823-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:37', '2023-10-31 16:08:37'),
(315846, 2339, '1823-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:37', '2023-10-31 16:08:37'),
(315847, 2339, '1823-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:37', '2023-10-31 16:08:37'),
(315848, 2339, '1823-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:37', '2023-10-31 16:08:37'),
(315849, 2339, '1823-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:37', '2023-10-31 16:08:37'),
(315850, 2339, '1823-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:37', '2023-10-31 16:08:37'),
(315851, 2339, '1823-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:37', '2023-10-31 16:08:37'),
(315852, 2339, '1824-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:37', '2023-10-31 16:08:37'),
(315853, 2339, '1824-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:37', '2023-10-31 16:08:37'),
(315854, 2339, '1824-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:37', '2023-10-31 16:08:37'),
(315855, 2339, '1824-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:37', '2023-10-31 16:08:37'),
(315856, 2339, '1824-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:37', '2023-10-31 16:08:37'),
(315857, 2339, '1824-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:37', '2023-10-31 16:08:37'),
(315858, 2339, '1824-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:37', '2023-10-31 16:08:37'),
(315859, 2339, '1824-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:37', '2023-10-31 16:08:37'),
(315860, 2339, '1824-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:37', '2023-10-31 16:08:37'),
(315861, 2339, '1824-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:37', '2023-10-31 16:08:37'),
(315862, 2339, '1824-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:37', '2023-10-31 16:08:37'),
(315863, 2339, '1824-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:37', '2023-10-31 16:08:37'),
(315864, 2339, '1825-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:37', '2023-10-31 16:08:37'),
(315865, 2339, '1825-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:37', '2023-10-31 16:08:37'),
(315866, 2339, '1825-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:37', '2023-10-31 16:08:37'),
(315867, 2339, '1825-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:37', '2023-10-31 16:08:37'),
(315868, 2339, '1825-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:37', '2023-10-31 16:08:37'),
(315869, 2339, '1825-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:37', '2023-10-31 16:08:37'),
(315870, 2339, '1825-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:37', '2023-10-31 16:08:37'),
(315871, 2339, '1825-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:37', '2023-10-31 16:08:37'),
(315872, 2339, '1825-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:37', '2023-10-31 16:08:37'),
(315873, 2339, '1825-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:37', '2023-10-31 16:08:37'),
(315874, 2339, '1825-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:37', '2023-10-31 16:08:37'),
(315875, 2339, '1825-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:37', '2023-10-31 16:08:37'),
(315876, 2339, '1826-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:37', '2023-10-31 16:08:37'),
(315877, 2339, '1826-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:37', '2023-10-31 16:08:37'),
(315878, 2339, '1826-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:37', '2023-10-31 16:08:37'),
(315879, 2339, '1826-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:37', '2023-10-31 16:08:37'),
(315880, 2339, '1826-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:37', '2023-10-31 16:08:37'),
(315881, 2339, '1826-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:37', '2023-10-31 16:08:37'),
(315882, 2339, '1826-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:37', '2023-10-31 16:08:37'),
(315883, 2339, '1826-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:37', '2023-10-31 16:08:37'),
(315884, 2339, '1826-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:37', '2023-10-31 16:08:37'),
(315885, 2339, '1826-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:37', '2023-10-31 16:08:37'),
(315886, 2339, '1826-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:37', '2023-10-31 16:08:37'),
(315887, 2339, '1826-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:37', '2023-10-31 16:08:37'),
(315888, 2339, '1827-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:37', '2023-10-31 16:08:37'),
(315889, 2339, '1827-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:37', '2023-10-31 16:08:37'),
(315890, 2339, '1827-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:37', '2023-10-31 16:08:37'),
(315891, 2339, '1827-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:37', '2023-10-31 16:08:37'),
(315892, 2339, '1827-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:37', '2023-10-31 16:08:37'),
(315893, 2339, '1827-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:37', '2023-10-31 16:08:37'),
(315894, 2339, '1827-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:37', '2023-10-31 16:08:37'),
(315895, 2339, '1827-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:37', '2023-10-31 16:08:37'),
(315896, 2339, '1827-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:37', '2023-10-31 16:08:37'),
(315897, 2339, '1827-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:37', '2023-10-31 16:08:37'),
(315898, 2339, '1827-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:37', '2023-10-31 16:08:37'),
(315899, 2339, '1827-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:37', '2023-10-31 16:08:37'),
(315900, 2339, '1828-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:37', '2023-10-31 16:08:37'),
(315901, 2339, '1828-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:37', '2023-10-31 16:08:37'),
(315902, 2339, '1828-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:37', '2023-10-31 16:08:37'),
(315903, 2339, '1828-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:37', '2023-10-31 16:08:37'),
(315904, 2339, '1828-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:37', '2023-10-31 16:08:37'),
(315905, 2339, '1828-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:37', '2023-10-31 16:08:37'),
(315906, 2339, '1828-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:37', '2023-10-31 16:08:37'),
(315907, 2339, '1828-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:37', '2023-10-31 16:08:37'),
(315908, 2339, '1828-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:37', '2023-10-31 16:08:37'),
(315909, 2339, '1828-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:37', '2023-10-31 16:08:37'),
(315910, 2339, '1828-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:37', '2023-10-31 16:08:37'),
(315911, 2339, '1828-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:37', '2023-10-31 16:08:37'),
(315912, 2339, '1829-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:37', '2023-10-31 16:08:37'),
(315913, 2339, '1829-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:37', '2023-10-31 16:08:37'),
(315914, 2339, '1829-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:37', '2023-10-31 16:08:37'),
(315915, 2339, '1829-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:37', '2023-10-31 16:08:37'),
(315916, 2339, '1829-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:37', '2023-10-31 16:08:37'),
(315917, 2339, '1829-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:37', '2023-10-31 16:08:37'),
(315918, 2339, '1829-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:37', '2023-10-31 16:08:37'),
(315919, 2339, '1829-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:37', '2023-10-31 16:08:37'),
(315920, 2339, '1829-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:37', '2023-10-31 16:08:37'),
(315921, 2339, '1829-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:37', '2023-10-31 16:08:37'),
(315922, 2339, '1829-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:37', '2023-10-31 16:08:37'),
(315923, 2339, '1829-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:37', '2023-10-31 16:08:37'),
(315924, 2339, '1830-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:37', '2023-10-31 16:08:37'),
(315925, 2339, '1830-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:37', '2023-10-31 16:08:37'),
(315926, 2339, '1830-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:37', '2023-10-31 16:08:37'),
(315927, 2339, '1830-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:37', '2023-10-31 16:08:37');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(315928, 2339, '1830-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:37', '2023-10-31 16:08:37'),
(315929, 2339, '1830-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:37', '2023-10-31 16:08:37'),
(315930, 2339, '1830-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:37', '2023-10-31 16:08:37'),
(315931, 2339, '1830-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:37', '2023-10-31 16:08:37'),
(315932, 2339, '1830-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:37', '2023-10-31 16:08:37'),
(315933, 2339, '1830-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:37', '2023-10-31 16:08:37'),
(315934, 2339, '1830-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:37', '2023-10-31 16:08:37'),
(315935, 2339, '1830-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:37', '2023-10-31 16:08:37'),
(315936, 2339, '1831-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:37', '2023-10-31 16:08:37'),
(315937, 2339, '1831-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:37', '2023-10-31 16:08:37'),
(315938, 2339, '1831-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:37', '2023-10-31 16:08:37'),
(315939, 2339, '1831-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:37', '2023-10-31 16:08:37'),
(315940, 2339, '1831-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:37', '2023-10-31 16:08:37'),
(315941, 2339, '1831-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:37', '2023-10-31 16:08:37'),
(315942, 2339, '1831-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:37', '2023-10-31 16:08:37'),
(315943, 2339, '1831-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:37', '2023-10-31 16:08:37'),
(315944, 2339, '1831-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:37', '2023-10-31 16:08:37'),
(315945, 2339, '1831-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:37', '2023-10-31 16:08:37'),
(315946, 2339, '1831-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:37', '2023-10-31 16:08:37'),
(315947, 2339, '1831-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:37', '2023-10-31 16:08:37'),
(315948, 2339, '1832-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:37', '2023-10-31 16:08:37'),
(315949, 2339, '1832-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:37', '2023-10-31 16:08:37'),
(315950, 2339, '1832-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:37', '2023-10-31 16:08:37'),
(315951, 2339, '1832-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:37', '2023-10-31 16:08:37'),
(315952, 2339, '1832-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:37', '2023-10-31 16:08:37'),
(315953, 2339, '1832-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:37', '2023-10-31 16:08:37'),
(315954, 2339, '1832-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:37', '2023-10-31 16:08:37'),
(315955, 2339, '1832-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:37', '2023-10-31 16:08:37'),
(315956, 2339, '1832-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:37', '2023-10-31 16:08:37'),
(315957, 2339, '1832-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:37', '2023-10-31 16:08:37'),
(315958, 2339, '1832-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:37', '2023-10-31 16:08:37'),
(315959, 2339, '1832-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:37', '2023-10-31 16:08:37'),
(315960, 2339, '1833-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:37', '2023-10-31 16:08:37'),
(315961, 2339, '1833-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:37', '2023-10-31 16:08:37'),
(315962, 2339, '1833-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:37', '2023-10-31 16:08:37'),
(315963, 2339, '1833-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:37', '2023-10-31 16:08:37'),
(315964, 2339, '1833-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:37', '2023-10-31 16:08:37'),
(315965, 2339, '1833-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:37', '2023-10-31 16:08:37'),
(315966, 2339, '1833-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:37', '2023-10-31 16:08:37'),
(315967, 2339, '1833-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:37', '2023-10-31 16:08:37'),
(315968, 2339, '1833-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:37', '2023-10-31 16:08:37'),
(315969, 2339, '1833-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:37', '2023-10-31 16:08:37'),
(315970, 2339, '1833-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:37', '2023-10-31 16:08:37'),
(315971, 2339, '1833-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:37', '2023-10-31 16:08:37'),
(315972, 2339, '1834-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:37', '2023-10-31 16:08:37'),
(315973, 2339, '1834-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:37', '2023-10-31 16:08:37'),
(315974, 2339, '1834-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:37', '2023-10-31 16:08:37'),
(315975, 2339, '1834-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:37', '2023-10-31 16:08:37'),
(315976, 2339, '1834-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:37', '2023-10-31 16:08:37'),
(315977, 2339, '1834-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:37', '2023-10-31 16:08:37'),
(315978, 2339, '1834-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:37', '2023-10-31 16:08:37'),
(315979, 2339, '1834-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:37', '2023-10-31 16:08:37'),
(315980, 2339, '1834-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:37', '2023-10-31 16:08:37'),
(315981, 2339, '1834-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:37', '2023-10-31 16:08:37'),
(315982, 2339, '1834-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:37', '2023-10-31 16:08:37'),
(315983, 2339, '1834-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:37', '2023-10-31 16:08:37'),
(315984, 2339, '1835-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:37', '2023-10-31 16:08:37'),
(315985, 2339, '1835-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:37', '2023-10-31 16:08:37'),
(315986, 2339, '1835-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:37', '2023-10-31 16:08:37'),
(315987, 2339, '1835-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:37', '2023-10-31 16:08:37'),
(315988, 2339, '1835-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:37', '2023-10-31 16:08:37'),
(315989, 2339, '1835-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:37', '2023-10-31 16:08:37'),
(315990, 2339, '1835-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:37', '2023-10-31 16:08:37'),
(315991, 2339, '1835-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:37', '2023-10-31 16:08:37'),
(315992, 2339, '1835-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:37', '2023-10-31 16:08:37'),
(315993, 2339, '1835-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:37', '2023-10-31 16:08:37'),
(315994, 2339, '1835-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:37', '2023-10-31 16:08:37'),
(315995, 2339, '1835-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:37', '2023-10-31 16:08:37'),
(315996, 2339, '1836-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:37', '2023-10-31 16:08:37'),
(315997, 2339, '1836-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:37', '2023-10-31 16:08:37'),
(315998, 2339, '1836-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:37', '2023-10-31 16:08:37'),
(315999, 2339, '1836-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:37', '2023-10-31 16:08:37'),
(316000, 2339, '1836-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:37', '2023-10-31 16:08:37'),
(316001, 2339, '1836-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:37', '2023-10-31 16:08:37'),
(316002, 2339, '1836-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:37', '2023-10-31 16:08:37'),
(316003, 2339, '1836-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:37', '2023-10-31 16:08:37'),
(316004, 2339, '1836-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:37', '2023-10-31 16:08:37'),
(316005, 2339, '1836-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:37', '2023-10-31 16:08:37'),
(316006, 2339, '1836-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:37', '2023-10-31 16:08:37'),
(316007, 2339, '1836-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:37', '2023-10-31 16:08:37'),
(316008, 2339, '1837-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:37', '2023-10-31 16:08:37'),
(316009, 2339, '1837-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:37', '2023-10-31 16:08:37'),
(316010, 2339, '1837-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:37', '2023-10-31 16:08:37'),
(316011, 2339, '1837-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:37', '2023-10-31 16:08:37'),
(316012, 2339, '1837-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:37', '2023-10-31 16:08:37'),
(316013, 2339, '1837-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:37', '2023-10-31 16:08:37'),
(316014, 2339, '1837-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:37', '2023-10-31 16:08:37'),
(316015, 2339, '1837-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:37', '2023-10-31 16:08:37'),
(316016, 2339, '1837-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:37', '2023-10-31 16:08:37'),
(316017, 2339, '1837-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:37', '2023-10-31 16:08:37'),
(316018, 2339, '1837-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:37', '2023-10-31 16:08:37'),
(316019, 2339, '1837-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:37', '2023-10-31 16:08:37'),
(316020, 2339, '1838-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:37', '2023-10-31 16:08:37'),
(316021, 2339, '1838-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:37', '2023-10-31 16:08:37'),
(316022, 2339, '1838-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:37', '2023-10-31 16:08:37'),
(316023, 2339, '1838-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:37', '2023-10-31 16:08:37'),
(316024, 2339, '1838-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:37', '2023-10-31 16:08:37'),
(316025, 2339, '1838-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:37', '2023-10-31 16:08:37'),
(316026, 2339, '1838-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:37', '2023-10-31 16:08:37'),
(316027, 2339, '1838-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:37', '2023-10-31 16:08:37'),
(316028, 2339, '1838-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:37', '2023-10-31 16:08:37'),
(316029, 2339, '1838-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:37', '2023-10-31 16:08:37'),
(316030, 2339, '1838-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:37', '2023-10-31 16:08:37'),
(316031, 2339, '1838-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:37', '2023-10-31 16:08:37'),
(316032, 2339, '1839-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:37', '2023-10-31 16:08:37'),
(316033, 2339, '1839-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:37', '2023-10-31 16:08:37'),
(316034, 2339, '1839-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:37', '2023-10-31 16:08:37'),
(316035, 2339, '1839-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:37', '2023-10-31 16:08:37'),
(316036, 2339, '1839-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:37', '2023-10-31 16:08:37'),
(316037, 2339, '1839-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:37', '2023-10-31 16:08:37'),
(316038, 2339, '1839-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:37', '2023-10-31 16:08:37'),
(316039, 2339, '1839-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:37', '2023-10-31 16:08:37'),
(316040, 2339, '1839-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:37', '2023-10-31 16:08:37'),
(316041, 2339, '1839-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:37', '2023-10-31 16:08:37'),
(316042, 2339, '1839-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:37', '2023-10-31 16:08:37'),
(316043, 2339, '1839-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:37', '2023-10-31 16:08:37'),
(316044, 2339, '1840-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:37', '2023-10-31 16:08:37'),
(316045, 2339, '1840-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:37', '2023-10-31 16:08:37'),
(316046, 2339, '1840-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:37', '2023-10-31 16:08:37'),
(316047, 2339, '1840-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:37', '2023-10-31 16:08:37'),
(316048, 2339, '1840-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:37', '2023-10-31 16:08:37'),
(316049, 2339, '1840-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:37', '2023-10-31 16:08:37'),
(316050, 2339, '1840-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:37', '2023-10-31 16:08:37'),
(316051, 2339, '1840-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:37', '2023-10-31 16:08:37'),
(316052, 2339, '1840-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:37', '2023-10-31 16:08:37'),
(316053, 2339, '1840-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:37', '2023-10-31 16:08:37'),
(316054, 2339, '1840-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:37', '2023-10-31 16:08:37'),
(316055, 2339, '1840-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:38', '2023-10-31 16:08:38'),
(316056, 2339, '1841-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:38', '2023-10-31 16:08:38'),
(316057, 2339, '1841-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:38', '2023-10-31 16:08:38'),
(316058, 2339, '1841-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:38', '2023-10-31 16:08:38'),
(316059, 2339, '1841-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:38', '2023-10-31 16:08:38'),
(316060, 2339, '1841-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:38', '2023-10-31 16:08:38'),
(316061, 2339, '1841-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:38', '2023-10-31 16:08:38'),
(316062, 2339, '1841-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:38', '2023-10-31 16:08:38'),
(316063, 2339, '1841-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:38', '2023-10-31 16:08:38'),
(316064, 2339, '1841-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:38', '2023-10-31 16:08:38'),
(316065, 2339, '1841-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:38', '2023-10-31 16:08:38'),
(316066, 2339, '1841-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:38', '2023-10-31 16:08:38'),
(316067, 2339, '1841-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:38', '2023-10-31 16:08:38'),
(316068, 2339, '1842-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:38', '2023-10-31 16:08:38'),
(316069, 2339, '1842-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:38', '2023-10-31 16:08:38'),
(316070, 2339, '1842-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:38', '2023-10-31 16:08:38'),
(316071, 2339, '1842-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:38', '2023-10-31 16:08:38'),
(316072, 2339, '1842-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:38', '2023-10-31 16:08:38'),
(316073, 2339, '1842-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:38', '2023-10-31 16:08:38'),
(316074, 2339, '1842-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:38', '2023-10-31 16:08:38'),
(316075, 2339, '1842-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:38', '2023-10-31 16:08:38'),
(316076, 2339, '1842-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:38', '2023-10-31 16:08:38'),
(316077, 2339, '1842-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:38', '2023-10-31 16:08:38'),
(316078, 2339, '1842-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:38', '2023-10-31 16:08:38'),
(316079, 2339, '1842-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:38', '2023-10-31 16:08:38'),
(316080, 2339, '1843-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:38', '2023-10-31 16:08:38'),
(316081, 2339, '1843-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:38', '2023-10-31 16:08:38'),
(316082, 2339, '1843-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:38', '2023-10-31 16:08:38'),
(316083, 2339, '1843-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:38', '2023-10-31 16:08:38'),
(316084, 2339, '1843-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:38', '2023-10-31 16:08:38'),
(316085, 2339, '1843-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:38', '2023-10-31 16:08:38'),
(316086, 2339, '1843-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:38', '2023-10-31 16:08:38'),
(316087, 2339, '1843-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:38', '2023-10-31 16:08:38'),
(316088, 2339, '1843-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:38', '2023-10-31 16:08:38'),
(316089, 2339, '1843-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:38', '2023-10-31 16:08:38'),
(316090, 2339, '1843-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:38', '2023-10-31 16:08:38'),
(316091, 2339, '1843-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:38', '2023-10-31 16:08:38'),
(316092, 2339, '1844-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:38', '2023-10-31 16:08:38'),
(316093, 2339, '1844-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:38', '2023-10-31 16:08:38'),
(316094, 2339, '1844-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:38', '2023-10-31 16:08:38'),
(316095, 2339, '1844-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:38', '2023-10-31 16:08:38'),
(316096, 2339, '1844-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:38', '2023-10-31 16:08:38'),
(316097, 2339, '1844-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:38', '2023-10-31 16:08:38'),
(316098, 2339, '1844-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:38', '2023-10-31 16:08:38'),
(316099, 2339, '1844-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:38', '2023-10-31 16:08:38'),
(316100, 2339, '1844-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:38', '2023-10-31 16:08:38'),
(316101, 2339, '1844-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:38', '2023-10-31 16:08:38'),
(316102, 2339, '1844-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:38', '2023-10-31 16:08:38'),
(316103, 2339, '1844-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:38', '2023-10-31 16:08:38'),
(316104, 2339, '1845-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:38', '2023-10-31 16:08:38'),
(316105, 2339, '1845-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:38', '2023-10-31 16:08:38'),
(316106, 2339, '1845-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:38', '2023-10-31 16:08:38'),
(316107, 2339, '1845-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:38', '2023-10-31 16:08:38'),
(316108, 2339, '1845-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:38', '2023-10-31 16:08:38'),
(316109, 2339, '1845-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:38', '2023-10-31 16:08:38'),
(316110, 2339, '1845-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:38', '2023-10-31 16:08:38'),
(316111, 2339, '1845-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:38', '2023-10-31 16:08:38'),
(316112, 2339, '1845-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:38', '2023-10-31 16:08:38'),
(316113, 2339, '1845-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:38', '2023-10-31 16:08:38'),
(316114, 2339, '1845-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:38', '2023-10-31 16:08:38'),
(316115, 2339, '1845-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:38', '2023-10-31 16:08:38'),
(316116, 2339, '1846-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:38', '2023-10-31 16:08:38'),
(316117, 2339, '1846-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:38', '2023-10-31 16:08:38'),
(316118, 2339, '1846-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:38', '2023-10-31 16:08:38'),
(316119, 2339, '1846-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:38', '2023-10-31 16:08:38'),
(316120, 2339, '1846-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:38', '2023-10-31 16:08:38'),
(316121, 2339, '1846-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:38', '2023-10-31 16:08:38'),
(316122, 2339, '1846-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:38', '2023-10-31 16:08:38'),
(316123, 2339, '1846-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:38', '2023-10-31 16:08:38'),
(316124, 2339, '1846-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:38', '2023-10-31 16:08:38'),
(316125, 2339, '1846-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:38', '2023-10-31 16:08:38'),
(316126, 2339, '1846-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:38', '2023-10-31 16:08:38'),
(316127, 2339, '1846-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:38', '2023-10-31 16:08:38'),
(316128, 2339, '1847-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:38', '2023-10-31 16:08:38'),
(316129, 2339, '1847-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:38', '2023-10-31 16:08:38'),
(316130, 2339, '1847-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:38', '2023-10-31 16:08:38'),
(316131, 2339, '1847-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:38', '2023-10-31 16:08:38'),
(316132, 2339, '1847-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:38', '2023-10-31 16:08:38'),
(316133, 2339, '1847-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:38', '2023-10-31 16:08:38'),
(316134, 2339, '1847-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:38', '2023-10-31 16:08:38'),
(316135, 2339, '1847-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:38', '2023-10-31 16:08:38'),
(316136, 2339, '1847-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:38', '2023-10-31 16:08:38'),
(316137, 2339, '1847-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:38', '2023-10-31 16:08:38'),
(316138, 2339, '1847-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:38', '2023-10-31 16:08:38'),
(316139, 2339, '1847-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:38', '2023-10-31 16:08:38'),
(316140, 2339, '1848-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:38', '2023-10-31 16:08:38'),
(316141, 2339, '1848-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:38', '2023-10-31 16:08:38'),
(316142, 2339, '1848-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:38', '2023-10-31 16:08:38'),
(316143, 2339, '1848-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:38', '2023-10-31 16:08:38'),
(316144, 2339, '1848-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:38', '2023-10-31 16:08:38'),
(316145, 2339, '1848-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:38', '2023-10-31 16:08:38'),
(316146, 2339, '1848-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:38', '2023-10-31 16:08:38'),
(316147, 2339, '1848-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:38', '2023-10-31 16:08:38'),
(316148, 2339, '1848-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:38', '2023-10-31 16:08:38'),
(316149, 2339, '1848-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:38', '2023-10-31 16:08:38'),
(316150, 2339, '1848-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:38', '2023-10-31 16:08:38'),
(316151, 2339, '1848-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:38', '2023-10-31 16:08:38'),
(316152, 2339, '1849-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:38', '2023-10-31 16:08:38'),
(316153, 2339, '1849-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:38', '2023-10-31 16:08:38'),
(316154, 2339, '1849-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:38', '2023-10-31 16:08:38'),
(316155, 2339, '1849-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:38', '2023-10-31 16:08:38'),
(316156, 2339, '1849-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:38', '2023-10-31 16:08:38'),
(316157, 2339, '1849-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:38', '2023-10-31 16:08:38'),
(316158, 2339, '1849-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:38', '2023-10-31 16:08:38'),
(316159, 2339, '1849-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:38', '2023-10-31 16:08:38'),
(316160, 2339, '1849-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:38', '2023-10-31 16:08:38'),
(316161, 2339, '1849-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:38', '2023-10-31 16:08:38'),
(316162, 2339, '1849-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:38', '2023-10-31 16:08:38'),
(316163, 2339, '1849-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:38', '2023-10-31 16:08:38'),
(316164, 2339, '1850-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:38', '2023-10-31 16:08:38'),
(316165, 2339, '1850-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:38', '2023-10-31 16:08:38'),
(316166, 2339, '1850-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:38', '2023-10-31 16:08:38'),
(316167, 2339, '1850-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:38', '2023-10-31 16:08:38'),
(316168, 2339, '1850-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:38', '2023-10-31 16:08:38'),
(316169, 2339, '1850-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:38', '2023-10-31 16:08:38'),
(316170, 2339, '1850-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:38', '2023-10-31 16:08:38'),
(316171, 2339, '1850-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:38', '2023-10-31 16:08:38'),
(316172, 2339, '1850-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:38', '2023-10-31 16:08:38'),
(316173, 2339, '1850-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:38', '2023-10-31 16:08:38'),
(316174, 2339, '1850-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:38', '2023-10-31 16:08:38'),
(316175, 2339, '1850-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:38', '2023-10-31 16:08:38'),
(316176, 2339, '1851-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:38', '2023-10-31 16:08:38'),
(316177, 2339, '1851-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:38', '2023-10-31 16:08:38'),
(316178, 2339, '1851-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:38', '2023-10-31 16:08:38'),
(316179, 2339, '1851-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:38', '2023-10-31 16:08:38'),
(316180, 2339, '1851-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:38', '2023-10-31 16:08:38'),
(316181, 2339, '1851-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:38', '2023-10-31 16:08:38'),
(316182, 2339, '1851-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:38', '2023-10-31 16:08:38'),
(316183, 2339, '1851-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:38', '2023-10-31 16:08:38'),
(316184, 2339, '1851-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:38', '2023-10-31 16:08:38'),
(316185, 2339, '1851-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:38', '2023-10-31 16:08:38'),
(316186, 2339, '1851-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:38', '2023-10-31 16:08:38'),
(316187, 2339, '1851-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:38', '2023-10-31 16:08:38'),
(316188, 2339, '1852-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:38', '2023-10-31 16:08:38'),
(316189, 2339, '1852-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:38', '2023-10-31 16:08:38'),
(316190, 2339, '1852-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:38', '2023-10-31 16:08:38'),
(316191, 2339, '1852-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:38', '2023-10-31 16:08:38'),
(316192, 2339, '1852-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:38', '2023-10-31 16:08:38'),
(316193, 2339, '1852-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:38', '2023-10-31 16:08:38'),
(316194, 2339, '1852-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:38', '2023-10-31 16:08:38'),
(316195, 2339, '1852-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:38', '2023-10-31 16:08:38'),
(316196, 2339, '1852-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:38', '2023-10-31 16:08:38'),
(316197, 2339, '1852-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:38', '2023-10-31 16:08:38'),
(316198, 2339, '1852-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:38', '2023-10-31 16:08:38'),
(316199, 2339, '1852-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:38', '2023-10-31 16:08:38'),
(316200, 2339, '1853-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:38', '2023-10-31 16:08:38'),
(316201, 2339, '1853-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:38', '2023-10-31 16:08:38'),
(316202, 2339, '1853-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:38', '2023-10-31 16:08:38'),
(316203, 2339, '1853-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:38', '2023-10-31 16:08:38'),
(316204, 2339, '1853-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:38', '2023-10-31 16:08:38'),
(316205, 2339, '1853-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:38', '2023-10-31 16:08:38'),
(316206, 2339, '1853-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:38', '2023-10-31 16:08:38'),
(316207, 2339, '1853-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:38', '2023-10-31 16:08:38'),
(316208, 2339, '1853-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:38', '2023-10-31 16:08:38'),
(316209, 2339, '1853-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:38', '2023-10-31 16:08:38'),
(316210, 2339, '1853-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:38', '2023-10-31 16:08:38'),
(316211, 2339, '1853-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:38', '2023-10-31 16:08:38'),
(316212, 2339, '1854-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:38', '2023-10-31 16:08:38'),
(316213, 2339, '1854-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:38', '2023-10-31 16:08:38'),
(316214, 2339, '1854-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:38', '2023-10-31 16:08:38'),
(316215, 2339, '1854-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:38', '2023-10-31 16:08:38'),
(316216, 2339, '1854-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:38', '2023-10-31 16:08:38'),
(316217, 2339, '1854-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:38', '2023-10-31 16:08:38'),
(316218, 2339, '1854-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:38', '2023-10-31 16:08:38'),
(316219, 2339, '1854-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:38', '2023-10-31 16:08:38'),
(316220, 2339, '1854-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:38', '2023-10-31 16:08:38'),
(316221, 2339, '1854-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:38', '2023-10-31 16:08:38'),
(316222, 2339, '1854-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:38', '2023-10-31 16:08:38'),
(316223, 2339, '1854-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:38', '2023-10-31 16:08:38'),
(316224, 2339, '1855-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:38', '2023-10-31 16:08:38'),
(316225, 2339, '1855-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:38', '2023-10-31 16:08:38'),
(316226, 2339, '1855-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:38', '2023-10-31 16:08:38'),
(316227, 2339, '1855-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:38', '2023-10-31 16:08:38'),
(316228, 2339, '1855-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:38', '2023-10-31 16:08:38'),
(316229, 2339, '1855-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:38', '2023-10-31 16:08:38'),
(316230, 2339, '1855-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:38', '2023-10-31 16:08:38'),
(316231, 2339, '1855-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:38', '2023-10-31 16:08:38'),
(316232, 2339, '1855-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:38', '2023-10-31 16:08:38'),
(316233, 2339, '1855-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:38', '2023-10-31 16:08:38'),
(316234, 2339, '1855-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:38', '2023-10-31 16:08:38'),
(316235, 2339, '1855-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:38', '2023-10-31 16:08:38'),
(316236, 2339, '1856-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:38', '2023-10-31 16:08:38'),
(316237, 2339, '1856-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:38', '2023-10-31 16:08:38'),
(316238, 2339, '1856-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:38', '2023-10-31 16:08:38'),
(316239, 2339, '1856-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:38', '2023-10-31 16:08:38'),
(316240, 2339, '1856-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:38', '2023-10-31 16:08:38'),
(316241, 2339, '1856-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:38', '2023-10-31 16:08:38'),
(316242, 2339, '1856-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:38', '2023-10-31 16:08:38'),
(316243, 2339, '1856-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:38', '2023-10-31 16:08:38'),
(316244, 2339, '1856-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:38', '2023-10-31 16:08:38'),
(316245, 2339, '1856-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:38', '2023-10-31 16:08:38'),
(316246, 2339, '1856-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:38', '2023-10-31 16:08:38'),
(316247, 2339, '1856-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:38', '2023-10-31 16:08:38'),
(316248, 2339, '1857-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:38', '2023-10-31 16:08:38'),
(316249, 2339, '1857-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:38', '2023-10-31 16:08:38'),
(316250, 2339, '1857-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:38', '2023-10-31 16:08:38'),
(316251, 2339, '1857-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:38', '2023-10-31 16:08:38'),
(316252, 2339, '1857-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:38', '2023-10-31 16:08:38'),
(316253, 2339, '1857-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:38', '2023-10-31 16:08:38'),
(316254, 2339, '1857-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:38', '2023-10-31 16:08:38'),
(316255, 2339, '1857-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:38', '2023-10-31 16:08:38'),
(316256, 2339, '1857-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:38', '2023-10-31 16:08:38'),
(316257, 2339, '1857-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:38', '2023-10-31 16:08:38'),
(316258, 2339, '1857-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:38', '2023-10-31 16:08:38'),
(316259, 2339, '1857-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:38', '2023-10-31 16:08:38'),
(316260, 2339, '1858-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:38', '2023-10-31 16:08:38'),
(316261, 2339, '1858-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:38', '2023-10-31 16:08:38'),
(316262, 2339, '1858-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:38', '2023-10-31 16:08:38'),
(316263, 2339, '1858-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:38', '2023-10-31 16:08:38'),
(316264, 2339, '1858-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:38', '2023-10-31 16:08:38'),
(316265, 2339, '1858-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:38', '2023-10-31 16:08:38'),
(316266, 2339, '1858-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:38', '2023-10-31 16:08:38'),
(316267, 2339, '1858-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:38', '2023-10-31 16:08:38'),
(316268, 2339, '1858-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:38', '2023-10-31 16:08:38'),
(316269, 2339, '1858-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:38', '2023-10-31 16:08:38'),
(316270, 2339, '1858-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:38', '2023-10-31 16:08:38'),
(316271, 2339, '1858-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:39', '2023-10-31 16:08:39'),
(316272, 2339, '1859-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:39', '2023-10-31 16:08:39'),
(316273, 2339, '1859-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:39', '2023-10-31 16:08:39'),
(316274, 2339, '1859-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:39', '2023-10-31 16:08:39'),
(316275, 2339, '1859-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:39', '2023-10-31 16:08:39'),
(316276, 2339, '1859-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:39', '2023-10-31 16:08:39'),
(316277, 2339, '1859-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:39', '2023-10-31 16:08:39'),
(316278, 2339, '1859-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:39', '2023-10-31 16:08:39'),
(316279, 2339, '1859-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:39', '2023-10-31 16:08:39'),
(316280, 2339, '1859-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:39', '2023-10-31 16:08:39'),
(316281, 2339, '1859-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:39', '2023-10-31 16:08:39'),
(316282, 2339, '1859-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:39', '2023-10-31 16:08:39'),
(316283, 2339, '1859-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:39', '2023-10-31 16:08:39'),
(316284, 2339, '1860-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:39', '2023-10-31 16:08:39'),
(316285, 2339, '1860-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:39', '2023-10-31 16:08:39'),
(316286, 2339, '1860-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:39', '2023-10-31 16:08:39'),
(316287, 2339, '1860-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:39', '2023-10-31 16:08:39'),
(316288, 2339, '1860-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:39', '2023-10-31 16:08:39'),
(316289, 2339, '1860-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:39', '2023-10-31 16:08:39'),
(316290, 2339, '1860-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:39', '2023-10-31 16:08:39'),
(316291, 2339, '1860-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:39', '2023-10-31 16:08:39'),
(316292, 2339, '1860-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:39', '2023-10-31 16:08:39'),
(316293, 2339, '1860-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:39', '2023-10-31 16:08:39'),
(316294, 2339, '1860-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:39', '2023-10-31 16:08:39'),
(316295, 2339, '1860-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:39', '2023-10-31 16:08:39'),
(316296, 2339, '1861-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:39', '2023-10-31 16:08:39'),
(316297, 2339, '1861-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:39', '2023-10-31 16:08:39'),
(316298, 2339, '1861-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:39', '2023-10-31 16:08:39'),
(316299, 2339, '1861-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:39', '2023-10-31 16:08:39'),
(316300, 2339, '1861-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:39', '2023-10-31 16:08:39'),
(316301, 2339, '1861-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:39', '2023-10-31 16:08:39'),
(316302, 2339, '1861-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:39', '2023-10-31 16:08:39'),
(316303, 2339, '1861-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:39', '2023-10-31 16:08:39'),
(316304, 2339, '1861-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:39', '2023-10-31 16:08:39'),
(316305, 2339, '1861-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:39', '2023-10-31 16:08:39'),
(316306, 2339, '1861-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:39', '2023-10-31 16:08:39'),
(316307, 2339, '1861-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:39', '2023-10-31 16:08:39'),
(316308, 2339, '1862-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:39', '2023-10-31 16:08:39'),
(316309, 2339, '1862-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:39', '2023-10-31 16:08:39'),
(316310, 2339, '1862-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:39', '2023-10-31 16:08:39'),
(316311, 2339, '1862-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:39', '2023-10-31 16:08:39'),
(316312, 2339, '1862-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:39', '2023-10-31 16:08:39'),
(316313, 2339, '1862-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:39', '2023-10-31 16:08:39'),
(316314, 2339, '1862-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:39', '2023-10-31 16:08:39'),
(316315, 2339, '1862-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:39', '2023-10-31 16:08:39'),
(316316, 2339, '1862-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:39', '2023-10-31 16:08:39'),
(316317, 2339, '1862-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:39', '2023-10-31 16:08:39'),
(316318, 2339, '1862-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:39', '2023-10-31 16:08:39'),
(316319, 2339, '1862-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:39', '2023-10-31 16:08:39'),
(316320, 2339, '1863-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:39', '2023-10-31 16:08:39'),
(316321, 2339, '1863-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:39', '2023-10-31 16:08:39'),
(316322, 2339, '1863-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:39', '2023-10-31 16:08:39'),
(316323, 2339, '1863-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:39', '2023-10-31 16:08:39'),
(316324, 2339, '1863-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:39', '2023-10-31 16:08:39'),
(316325, 2339, '1863-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:39', '2023-10-31 16:08:39'),
(316326, 2339, '1863-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:39', '2023-10-31 16:08:39'),
(316327, 2339, '1863-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:39', '2023-10-31 16:08:39'),
(316328, 2339, '1863-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:39', '2023-10-31 16:08:39'),
(316329, 2339, '1863-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:39', '2023-10-31 16:08:39'),
(316330, 2339, '1863-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:39', '2023-10-31 16:08:39'),
(316331, 2339, '1863-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:39', '2023-10-31 16:08:39'),
(316332, 2339, '1864-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:39', '2023-10-31 16:08:39'),
(316333, 2339, '1864-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:39', '2023-10-31 16:08:39'),
(316334, 2339, '1864-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:39', '2023-10-31 16:08:39'),
(316335, 2339, '1864-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:39', '2023-10-31 16:08:39'),
(316336, 2339, '1864-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:39', '2023-10-31 16:08:39'),
(316337, 2339, '1864-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:39', '2023-10-31 16:08:39'),
(316338, 2339, '1864-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:39', '2023-10-31 16:08:39'),
(316339, 2339, '1864-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:39', '2023-10-31 16:08:39'),
(316340, 2339, '1864-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:39', '2023-10-31 16:08:39'),
(316341, 2339, '1864-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:39', '2023-10-31 16:08:39'),
(316342, 2339, '1864-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:39', '2023-10-31 16:08:39'),
(316343, 2339, '1864-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:39', '2023-10-31 16:08:39'),
(316344, 2339, '1865-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:39', '2023-10-31 16:08:39'),
(316345, 2339, '1865-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:39', '2023-10-31 16:08:39'),
(316346, 2339, '1865-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:39', '2023-10-31 16:08:39'),
(316347, 2339, '1865-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:39', '2023-10-31 16:08:39'),
(316348, 2339, '1865-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:39', '2023-10-31 16:08:39'),
(316349, 2339, '1865-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:39', '2023-10-31 16:08:39'),
(316350, 2339, '1865-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:39', '2023-10-31 16:08:39'),
(316351, 2339, '1865-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:39', '2023-10-31 16:08:39'),
(316352, 2339, '1865-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:39', '2023-10-31 16:08:39'),
(316353, 2339, '1865-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:39', '2023-10-31 16:08:39'),
(316354, 2339, '1865-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:39', '2023-10-31 16:08:39'),
(316355, 2339, '1865-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:39', '2023-10-31 16:08:39'),
(316356, 2339, '1866-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:39', '2023-10-31 16:08:39'),
(316357, 2339, '1866-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:39', '2023-10-31 16:08:39'),
(316358, 2339, '1866-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:39', '2023-10-31 16:08:39'),
(316359, 2339, '1866-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:39', '2023-10-31 16:08:39'),
(316360, 2339, '1866-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:39', '2023-10-31 16:08:39'),
(316361, 2339, '1866-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:39', '2023-10-31 16:08:39'),
(316362, 2339, '1866-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:39', '2023-10-31 16:08:39'),
(316363, 2339, '1866-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:39', '2023-10-31 16:08:39'),
(316364, 2339, '1866-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:39', '2023-10-31 16:08:39'),
(316365, 2339, '1866-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:39', '2023-10-31 16:08:39'),
(316366, 2339, '1866-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:39', '2023-10-31 16:08:39'),
(316367, 2339, '1866-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:39', '2023-10-31 16:08:39'),
(316368, 2339, '1867-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:39', '2023-10-31 16:08:39'),
(316369, 2339, '1867-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:39', '2023-10-31 16:08:39'),
(316370, 2339, '1867-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:39', '2023-10-31 16:08:39'),
(316371, 2339, '1867-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:39', '2023-10-31 16:08:39'),
(316372, 2339, '1867-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:39', '2023-10-31 16:08:39'),
(316373, 2339, '1867-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:39', '2023-10-31 16:08:39'),
(316374, 2339, '1867-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:39', '2023-10-31 16:08:39'),
(316375, 2339, '1867-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:39', '2023-10-31 16:08:39'),
(316376, 2339, '1867-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:39', '2023-10-31 16:08:39'),
(316377, 2339, '1867-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:39', '2023-10-31 16:08:39'),
(316378, 2339, '1867-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:39', '2023-10-31 16:08:39'),
(316379, 2339, '1867-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:39', '2023-10-31 16:08:39'),
(316380, 2339, '1868-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:39', '2023-10-31 16:08:39'),
(316381, 2339, '1868-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:39', '2023-10-31 16:08:39'),
(316382, 2339, '1868-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:39', '2023-10-31 16:08:39'),
(316383, 2339, '1868-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:39', '2023-10-31 16:08:39'),
(316384, 2339, '1868-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:39', '2023-10-31 16:08:39'),
(316385, 2339, '1868-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:39', '2023-10-31 16:08:39'),
(316386, 2339, '1868-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:39', '2023-10-31 16:08:39'),
(316387, 2339, '1868-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:39', '2023-10-31 16:08:39'),
(316388, 2339, '1868-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:39', '2023-10-31 16:08:39'),
(316389, 2339, '1868-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:39', '2023-10-31 16:08:39'),
(316390, 2339, '1868-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:39', '2023-10-31 16:08:39'),
(316391, 2339, '1868-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:39', '2023-10-31 16:08:39'),
(316392, 2339, '1869-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:39', '2023-10-31 16:08:39');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(316393, 2339, '1869-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:39', '2023-10-31 16:08:39'),
(316394, 2339, '1869-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:39', '2023-10-31 16:08:39'),
(316395, 2339, '1869-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:39', '2023-10-31 16:08:39'),
(316396, 2339, '1869-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:39', '2023-10-31 16:08:39'),
(316397, 2339, '1869-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:39', '2023-10-31 16:08:39'),
(316398, 2339, '1869-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:39', '2023-10-31 16:08:39'),
(316399, 2339, '1869-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:39', '2023-10-31 16:08:39'),
(316400, 2339, '1869-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:39', '2023-10-31 16:08:39'),
(316401, 2339, '1869-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:39', '2023-10-31 16:08:39'),
(316402, 2339, '1869-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:39', '2023-10-31 16:08:39'),
(316403, 2339, '1869-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:39', '2023-10-31 16:08:39'),
(316404, 2339, '1870-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:39', '2023-10-31 16:08:39'),
(316405, 2339, '1870-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:39', '2023-10-31 16:08:39'),
(316406, 2339, '1870-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:39', '2023-10-31 16:08:39'),
(316407, 2339, '1870-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:39', '2023-10-31 16:08:39'),
(316408, 2339, '1870-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:39', '2023-10-31 16:08:39'),
(316409, 2339, '1870-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:39', '2023-10-31 16:08:39'),
(316410, 2339, '1870-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:39', '2023-10-31 16:08:39'),
(316411, 2339, '1870-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:39', '2023-10-31 16:08:39'),
(316412, 2339, '1870-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:39', '2023-10-31 16:08:39'),
(316413, 2339, '1870-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:39', '2023-10-31 16:08:39'),
(316414, 2339, '1870-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:39', '2023-10-31 16:08:39'),
(316415, 2339, '1870-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:39', '2023-10-31 16:08:39'),
(316416, 2339, '1871-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:39', '2023-10-31 16:08:39'),
(316417, 2339, '1871-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:39', '2023-10-31 16:08:39'),
(316418, 2339, '1871-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:39', '2023-10-31 16:08:39'),
(316419, 2339, '1871-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:39', '2023-10-31 16:08:39'),
(316420, 2339, '1871-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:39', '2023-10-31 16:08:39'),
(316421, 2339, '1871-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:39', '2023-10-31 16:08:39'),
(316422, 2339, '1871-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:39', '2023-10-31 16:08:39'),
(316423, 2339, '1871-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:39', '2023-10-31 16:08:39'),
(316424, 2339, '1871-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:39', '2023-10-31 16:08:39'),
(316425, 2339, '1871-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:39', '2023-10-31 16:08:39'),
(316426, 2339, '1871-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:39', '2023-10-31 16:08:39'),
(316427, 2339, '1871-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:39', '2023-10-31 16:08:39'),
(316428, 2339, '1872-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:39', '2023-10-31 16:08:39'),
(316429, 2339, '1872-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:39', '2023-10-31 16:08:39'),
(316430, 2339, '1872-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:39', '2023-10-31 16:08:39'),
(316431, 2339, '1872-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:39', '2023-10-31 16:08:39'),
(316432, 2339, '1872-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:39', '2023-10-31 16:08:39'),
(316433, 2339, '1872-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:39', '2023-10-31 16:08:39'),
(316434, 2339, '1872-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:39', '2023-10-31 16:08:39'),
(316435, 2339, '1872-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:39', '2023-10-31 16:08:39'),
(316436, 2339, '1872-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:39', '2023-10-31 16:08:39'),
(316437, 2339, '1872-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:39', '2023-10-31 16:08:39'),
(316438, 2339, '1872-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:39', '2023-10-31 16:08:39'),
(316439, 2339, '1872-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:39', '2023-10-31 16:08:39'),
(316440, 2339, '1873-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:39', '2023-10-31 16:08:39'),
(316441, 2339, '1873-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:39', '2023-10-31 16:08:39'),
(316442, 2339, '1873-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:39', '2023-10-31 16:08:39'),
(316443, 2339, '1873-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:39', '2023-10-31 16:08:39'),
(316444, 2339, '1873-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:39', '2023-10-31 16:08:39'),
(316445, 2339, '1873-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:39', '2023-10-31 16:08:39'),
(316446, 2339, '1873-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:39', '2023-10-31 16:08:39'),
(316447, 2339, '1873-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:39', '2023-10-31 16:08:39'),
(316448, 2339, '1873-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:39', '2023-10-31 16:08:39'),
(316449, 2339, '1873-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:39', '2023-10-31 16:08:39'),
(316450, 2339, '1873-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:39', '2023-10-31 16:08:39'),
(316451, 2339, '1873-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:39', '2023-10-31 16:08:39'),
(316452, 2339, '1874-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:39', '2023-10-31 16:08:39'),
(316453, 2339, '1874-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:39', '2023-10-31 16:08:39'),
(316454, 2339, '1874-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:39', '2023-10-31 16:08:39'),
(316455, 2339, '1874-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:39', '2023-10-31 16:08:39'),
(316456, 2339, '1874-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:39', '2023-10-31 16:08:39'),
(316457, 2339, '1874-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:39', '2023-10-31 16:08:39'),
(316458, 2339, '1874-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:39', '2023-10-31 16:08:39'),
(316459, 2339, '1874-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:39', '2023-10-31 16:08:39'),
(316460, 2339, '1874-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:39', '2023-10-31 16:08:39'),
(316461, 2339, '1874-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:39', '2023-10-31 16:08:39'),
(316462, 2339, '1874-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:39', '2023-10-31 16:08:39'),
(316463, 2339, '1874-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:39', '2023-10-31 16:08:39'),
(316464, 2339, '1875-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:39', '2023-10-31 16:08:39'),
(316465, 2339, '1875-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:39', '2023-10-31 16:08:39'),
(316466, 2339, '1875-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:39', '2023-10-31 16:08:39'),
(316467, 2339, '1875-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:39', '2023-10-31 16:08:39'),
(316468, 2339, '1875-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:39', '2023-10-31 16:08:39'),
(316469, 2339, '1875-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:39', '2023-10-31 16:08:39'),
(316470, 2339, '1875-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:39', '2023-10-31 16:08:39'),
(316471, 2339, '1875-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:39', '2023-10-31 16:08:39'),
(316472, 2339, '1875-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:39', '2023-10-31 16:08:39'),
(316473, 2339, '1875-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:39', '2023-10-31 16:08:39'),
(316474, 2339, '1875-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:39', '2023-10-31 16:08:39'),
(316475, 2339, '1875-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:39', '2023-10-31 16:08:39'),
(316476, 2339, '1876-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:39', '2023-10-31 16:08:39'),
(316477, 2339, '1876-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:39', '2023-10-31 16:08:39'),
(316478, 2339, '1876-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:39', '2023-10-31 16:08:39'),
(316479, 2339, '1876-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:40', '2023-10-31 16:08:40'),
(316480, 2339, '1876-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:40', '2023-10-31 16:08:40'),
(316481, 2339, '1876-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:40', '2023-10-31 16:08:40'),
(316482, 2339, '1876-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:40', '2023-10-31 16:08:40'),
(316483, 2339, '1876-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:40', '2023-10-31 16:08:40'),
(316484, 2339, '1876-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:40', '2023-10-31 16:08:40'),
(316485, 2339, '1876-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:40', '2023-10-31 16:08:40'),
(316486, 2339, '1876-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:40', '2023-10-31 16:08:40'),
(316487, 2339, '1876-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:40', '2023-10-31 16:08:40'),
(316488, 2339, '1877-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:40', '2023-10-31 16:08:40'),
(316489, 2339, '1877-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:40', '2023-10-31 16:08:40'),
(316490, 2339, '1877-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:40', '2023-10-31 16:08:40'),
(316491, 2339, '1877-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:40', '2023-10-31 16:08:40'),
(316492, 2339, '1877-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:40', '2023-10-31 16:08:40'),
(316493, 2339, '1877-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:40', '2023-10-31 16:08:40'),
(316494, 2339, '1877-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:40', '2023-10-31 16:08:40'),
(316495, 2339, '1877-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:40', '2023-10-31 16:08:40'),
(316496, 2339, '1877-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:40', '2023-10-31 16:08:40'),
(316497, 2339, '1877-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:40', '2023-10-31 16:08:40'),
(316498, 2339, '1877-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:40', '2023-10-31 16:08:40'),
(316499, 2339, '1877-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:40', '2023-10-31 16:08:40'),
(316500, 2339, '1878-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:40', '2023-10-31 16:08:40'),
(316501, 2339, '1878-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:40', '2023-10-31 16:08:40'),
(316502, 2339, '1878-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:40', '2023-10-31 16:08:40'),
(316503, 2339, '1878-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:40', '2023-10-31 16:08:40'),
(316504, 2339, '1878-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:40', '2023-10-31 16:08:40'),
(316505, 2339, '1878-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:40', '2023-10-31 16:08:40'),
(316506, 2339, '1878-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:40', '2023-10-31 16:08:40'),
(316507, 2339, '1878-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:40', '2023-10-31 16:08:40'),
(316508, 2339, '1878-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:40', '2023-10-31 16:08:40'),
(316509, 2339, '1878-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:40', '2023-10-31 16:08:40'),
(316510, 2339, '1878-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:40', '2023-10-31 16:08:40'),
(316511, 2339, '1878-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:40', '2023-10-31 16:08:40'),
(316512, 2339, '1879-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:40', '2023-10-31 16:08:40'),
(316513, 2339, '1879-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:40', '2023-10-31 16:08:40'),
(316514, 2339, '1879-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:40', '2023-10-31 16:08:40'),
(316515, 2339, '1879-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:40', '2023-10-31 16:08:40'),
(316516, 2339, '1879-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:40', '2023-10-31 16:08:40'),
(316517, 2339, '1879-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:40', '2023-10-31 16:08:40'),
(316518, 2339, '1879-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:40', '2023-10-31 16:08:40'),
(316519, 2339, '1879-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:40', '2023-10-31 16:08:40'),
(316520, 2339, '1879-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:40', '2023-10-31 16:08:40'),
(316521, 2339, '1879-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:40', '2023-10-31 16:08:40'),
(316522, 2339, '1879-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:40', '2023-10-31 16:08:40'),
(316523, 2339, '1879-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:40', '2023-10-31 16:08:40'),
(316524, 2339, '1880-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:40', '2023-10-31 16:08:40'),
(316525, 2339, '1880-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:40', '2023-10-31 16:08:40'),
(316526, 2339, '1880-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:40', '2023-10-31 16:08:40'),
(316527, 2339, '1880-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:40', '2023-10-31 16:08:40'),
(316528, 2339, '1880-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:40', '2023-10-31 16:08:40'),
(316529, 2339, '1880-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:40', '2023-10-31 16:08:40'),
(316530, 2339, '1880-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:40', '2023-10-31 16:08:40'),
(316531, 2339, '1880-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:40', '2023-10-31 16:08:40'),
(316532, 2339, '1880-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:40', '2023-10-31 16:08:40'),
(316533, 2339, '1880-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:40', '2023-10-31 16:08:40'),
(316534, 2339, '1880-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:40', '2023-10-31 16:08:40'),
(316535, 2339, '1880-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:40', '2023-10-31 16:08:40'),
(316536, 2339, '1881-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:40', '2023-10-31 16:08:40'),
(316537, 2339, '1881-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:40', '2023-10-31 16:08:40'),
(316538, 2339, '1881-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:40', '2023-10-31 16:08:40'),
(316539, 2339, '1881-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:40', '2023-10-31 16:08:40'),
(316540, 2339, '1881-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:40', '2023-10-31 16:08:40'),
(316541, 2339, '1881-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:40', '2023-10-31 16:08:40'),
(316542, 2339, '1881-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:40', '2023-10-31 16:08:40'),
(316543, 2339, '1881-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:40', '2023-10-31 16:08:40'),
(316544, 2339, '1881-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:40', '2023-10-31 16:08:40'),
(316545, 2339, '1881-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:40', '2023-10-31 16:08:40'),
(316546, 2339, '1881-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:40', '2023-10-31 16:08:40'),
(316547, 2339, '1881-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:40', '2023-10-31 16:08:40'),
(316548, 2339, '1882-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:40', '2023-10-31 16:08:40'),
(316549, 2339, '1882-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:40', '2023-10-31 16:08:40'),
(316550, 2339, '1882-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:40', '2023-10-31 16:08:40'),
(316551, 2339, '1882-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:40', '2023-10-31 16:08:40'),
(316552, 2339, '1882-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:40', '2023-10-31 16:08:40'),
(316553, 2339, '1882-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:40', '2023-10-31 16:08:40'),
(316554, 2339, '1882-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:40', '2023-10-31 16:08:40'),
(316555, 2339, '1882-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:40', '2023-10-31 16:08:40'),
(316556, 2339, '1882-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:40', '2023-10-31 16:08:40'),
(316557, 2339, '1882-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:40', '2023-10-31 16:08:40'),
(316558, 2339, '1882-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:40', '2023-10-31 16:08:40'),
(316559, 2339, '1882-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:40', '2023-10-31 16:08:40'),
(316560, 2339, '1883-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:40', '2023-10-31 16:08:40'),
(316561, 2339, '1883-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:40', '2023-10-31 16:08:40'),
(316562, 2339, '1883-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:40', '2023-10-31 16:08:40'),
(316563, 2339, '1883-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:40', '2023-10-31 16:08:40'),
(316564, 2339, '1883-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:40', '2023-10-31 16:08:40'),
(316565, 2339, '1883-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:40', '2023-10-31 16:08:40'),
(316566, 2339, '1883-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:40', '2023-10-31 16:08:40'),
(316567, 2339, '1883-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:40', '2023-10-31 16:08:40'),
(316568, 2339, '1883-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:40', '2023-10-31 16:08:40'),
(316569, 2339, '1883-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:40', '2023-10-31 16:08:40'),
(316570, 2339, '1883-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:40', '2023-10-31 16:08:40'),
(316571, 2339, '1883-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:40', '2023-10-31 16:08:40'),
(316572, 2339, '1884-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:40', '2023-10-31 16:08:40'),
(316573, 2339, '1884-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:40', '2023-10-31 16:08:40'),
(316574, 2339, '1884-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:40', '2023-10-31 16:08:40'),
(316575, 2339, '1884-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:40', '2023-10-31 16:08:40'),
(316576, 2339, '1884-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:40', '2023-10-31 16:08:40'),
(316577, 2339, '1884-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:40', '2023-10-31 16:08:40'),
(316578, 2339, '1884-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:40', '2023-10-31 16:08:40'),
(316579, 2339, '1884-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:40', '2023-10-31 16:08:40'),
(316580, 2339, '1884-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:40', '2023-10-31 16:08:40'),
(316581, 2339, '1884-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:40', '2023-10-31 16:08:40'),
(316582, 2339, '1884-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:40', '2023-10-31 16:08:40'),
(316583, 2339, '1884-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:40', '2023-10-31 16:08:40'),
(316584, 2339, '1885-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:40', '2023-10-31 16:08:40'),
(316585, 2339, '1885-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:40', '2023-10-31 16:08:40'),
(316586, 2339, '1885-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:40', '2023-10-31 16:08:40'),
(316587, 2339, '1885-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:40', '2023-10-31 16:08:40'),
(316588, 2339, '1885-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:40', '2023-10-31 16:08:40'),
(316589, 2339, '1885-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:40', '2023-10-31 16:08:40'),
(316590, 2339, '1885-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:40', '2023-10-31 16:08:40'),
(316591, 2339, '1885-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:40', '2023-10-31 16:08:40'),
(316592, 2339, '1885-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:40', '2023-10-31 16:08:40'),
(316593, 2339, '1885-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:40', '2023-10-31 16:08:40'),
(316594, 2339, '1885-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:40', '2023-10-31 16:08:40'),
(316595, 2339, '1885-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:40', '2023-10-31 16:08:40'),
(316596, 2339, '1886-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:40', '2023-10-31 16:08:40'),
(316597, 2339, '1886-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:40', '2023-10-31 16:08:40'),
(316598, 2339, '1886-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:40', '2023-10-31 16:08:40'),
(316599, 2339, '1886-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:40', '2023-10-31 16:08:40'),
(316600, 2339, '1886-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:40', '2023-10-31 16:08:40'),
(316601, 2339, '1886-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:40', '2023-10-31 16:08:40'),
(316602, 2339, '1886-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:40', '2023-10-31 16:08:40'),
(316603, 2339, '1886-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:40', '2023-10-31 16:08:40'),
(316604, 2339, '1886-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:40', '2023-10-31 16:08:40'),
(316605, 2339, '1886-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:40', '2023-10-31 16:08:40'),
(316606, 2339, '1886-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:40', '2023-10-31 16:08:40'),
(316607, 2339, '1886-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:40', '2023-10-31 16:08:40'),
(316608, 2339, '1887-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:40', '2023-10-31 16:08:40'),
(316609, 2339, '1887-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:40', '2023-10-31 16:08:40'),
(316610, 2339, '1887-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:40', '2023-10-31 16:08:40'),
(316611, 2339, '1887-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:40', '2023-10-31 16:08:40'),
(316612, 2339, '1887-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:40', '2023-10-31 16:08:40'),
(316613, 2339, '1887-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:40', '2023-10-31 16:08:40'),
(316614, 2339, '1887-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:40', '2023-10-31 16:08:40'),
(316615, 2339, '1887-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:40', '2023-10-31 16:08:40'),
(316616, 2339, '1887-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:40', '2023-10-31 16:08:40'),
(316617, 2339, '1887-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:40', '2023-10-31 16:08:40'),
(316618, 2339, '1887-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:40', '2023-10-31 16:08:40'),
(316619, 2339, '1887-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:40', '2023-10-31 16:08:40'),
(316620, 2339, '1888-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:40', '2023-10-31 16:08:40'),
(316621, 2339, '1888-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:40', '2023-10-31 16:08:40'),
(316622, 2339, '1888-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:40', '2023-10-31 16:08:40'),
(316623, 2339, '1888-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:40', '2023-10-31 16:08:40'),
(316624, 2339, '1888-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:40', '2023-10-31 16:08:40'),
(316625, 2339, '1888-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:40', '2023-10-31 16:08:40'),
(316626, 2339, '1888-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:40', '2023-10-31 16:08:40'),
(316627, 2339, '1888-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:40', '2023-10-31 16:08:40'),
(316628, 2339, '1888-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:40', '2023-10-31 16:08:40'),
(316629, 2339, '1888-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:40', '2023-10-31 16:08:40'),
(316630, 2339, '1888-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:40', '2023-10-31 16:08:40'),
(316631, 2339, '1888-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:40', '2023-10-31 16:08:40'),
(316632, 2339, '1889-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:40', '2023-10-31 16:08:40'),
(316633, 2339, '1889-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:40', '2023-10-31 16:08:40'),
(316634, 2339, '1889-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:40', '2023-10-31 16:08:40'),
(316635, 2339, '1889-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:40', '2023-10-31 16:08:40'),
(316636, 2339, '1889-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:40', '2023-10-31 16:08:40'),
(316637, 2339, '1889-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:40', '2023-10-31 16:08:40'),
(316638, 2339, '1889-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:40', '2023-10-31 16:08:40'),
(316639, 2339, '1889-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:40', '2023-10-31 16:08:40'),
(316640, 2339, '1889-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:40', '2023-10-31 16:08:40'),
(316641, 2339, '1889-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:40', '2023-10-31 16:08:40'),
(316642, 2339, '1889-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:40', '2023-10-31 16:08:40'),
(316643, 2339, '1889-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:40', '2023-10-31 16:08:40'),
(316644, 2339, '1890-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:40', '2023-10-31 16:08:40'),
(316645, 2339, '1890-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:40', '2023-10-31 16:08:40'),
(316646, 2339, '1890-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:40', '2023-10-31 16:08:40'),
(316647, 2339, '1890-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:40', '2023-10-31 16:08:40'),
(316648, 2339, '1890-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:40', '2023-10-31 16:08:40'),
(316649, 2339, '1890-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:40', '2023-10-31 16:08:40'),
(316650, 2339, '1890-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:40', '2023-10-31 16:08:40'),
(316651, 2339, '1890-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:40', '2023-10-31 16:08:40'),
(316652, 2339, '1890-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:40', '2023-10-31 16:08:40'),
(316653, 2339, '1890-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:40', '2023-10-31 16:08:40'),
(316654, 2339, '1890-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:40', '2023-10-31 16:08:40'),
(316655, 2339, '1890-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:40', '2023-10-31 16:08:40'),
(316656, 2339, '1891-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:40', '2023-10-31 16:08:40'),
(316657, 2339, '1891-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:40', '2023-10-31 16:08:40'),
(316658, 2339, '1891-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:40', '2023-10-31 16:08:40'),
(316659, 2339, '1891-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:40', '2023-10-31 16:08:40'),
(316660, 2339, '1891-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:40', '2023-10-31 16:08:40'),
(316661, 2339, '1891-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:40', '2023-10-31 16:08:40'),
(316662, 2339, '1891-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:40', '2023-10-31 16:08:40'),
(316663, 2339, '1891-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:40', '2023-10-31 16:08:40'),
(316664, 2339, '1891-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:40', '2023-10-31 16:08:40'),
(316665, 2339, '1891-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:40', '2023-10-31 16:08:40'),
(316666, 2339, '1891-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:40', '2023-10-31 16:08:40'),
(316667, 2339, '1891-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:40', '2023-10-31 16:08:40'),
(316668, 2339, '1892-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:40', '2023-10-31 16:08:40'),
(316669, 2339, '1892-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:40', '2023-10-31 16:08:40'),
(316670, 2339, '1892-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:40', '2023-10-31 16:08:40'),
(316671, 2339, '1892-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:40', '2023-10-31 16:08:40'),
(316672, 2339, '1892-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:40', '2023-10-31 16:08:40'),
(316673, 2339, '1892-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:41', '2023-10-31 16:08:41'),
(316674, 2339, '1892-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:41', '2023-10-31 16:08:41'),
(316675, 2339, '1892-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:41', '2023-10-31 16:08:41'),
(316676, 2339, '1892-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:41', '2023-10-31 16:08:41'),
(316677, 2339, '1892-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:41', '2023-10-31 16:08:41'),
(316678, 2339, '1892-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:41', '2023-10-31 16:08:41'),
(316679, 2339, '1892-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:41', '2023-10-31 16:08:41'),
(316680, 2339, '1893-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:41', '2023-10-31 16:08:41'),
(316681, 2339, '1893-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:41', '2023-10-31 16:08:41'),
(316682, 2339, '1893-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:41', '2023-10-31 16:08:41'),
(316683, 2339, '1893-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:41', '2023-10-31 16:08:41'),
(316684, 2339, '1893-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:41', '2023-10-31 16:08:41'),
(316685, 2339, '1893-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:41', '2023-10-31 16:08:41'),
(316686, 2339, '1893-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:41', '2023-10-31 16:08:41'),
(316687, 2339, '1893-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:41', '2023-10-31 16:08:41'),
(316688, 2339, '1893-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:41', '2023-10-31 16:08:41'),
(316689, 2339, '1893-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:41', '2023-10-31 16:08:41'),
(316690, 2339, '1893-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:41', '2023-10-31 16:08:41'),
(316691, 2339, '1893-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:41', '2023-10-31 16:08:41'),
(316692, 2339, '1894-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:41', '2023-10-31 16:08:41'),
(316693, 2339, '1894-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:41', '2023-10-31 16:08:41'),
(316694, 2339, '1894-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:41', '2023-10-31 16:08:41'),
(316695, 2339, '1894-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:41', '2023-10-31 16:08:41'),
(316696, 2339, '1894-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:41', '2023-10-31 16:08:41'),
(316697, 2339, '1894-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:41', '2023-10-31 16:08:41'),
(316698, 2339, '1894-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:41', '2023-10-31 16:08:41'),
(316699, 2339, '1894-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:41', '2023-10-31 16:08:41'),
(316700, 2339, '1894-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:41', '2023-10-31 16:08:41'),
(316701, 2339, '1894-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:41', '2023-10-31 16:08:41'),
(316702, 2339, '1894-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:41', '2023-10-31 16:08:41'),
(316703, 2339, '1894-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:41', '2023-10-31 16:08:41'),
(316704, 2339, '1895-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:41', '2023-10-31 16:08:41'),
(316705, 2339, '1895-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:41', '2023-10-31 16:08:41'),
(316706, 2339, '1895-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:41', '2023-10-31 16:08:41'),
(316707, 2339, '1895-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:41', '2023-10-31 16:08:41'),
(316708, 2339, '1895-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:41', '2023-10-31 16:08:41'),
(316709, 2339, '1895-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:41', '2023-10-31 16:08:41'),
(316710, 2339, '1895-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:41', '2023-10-31 16:08:41'),
(316711, 2339, '1895-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:41', '2023-10-31 16:08:41'),
(316712, 2339, '1895-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:41', '2023-10-31 16:08:41'),
(316713, 2339, '1895-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:41', '2023-10-31 16:08:41'),
(316714, 2339, '1895-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:41', '2023-10-31 16:08:41'),
(316715, 2339, '1895-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:41', '2023-10-31 16:08:41'),
(316716, 2339, '1896-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:41', '2023-10-31 16:08:41'),
(316717, 2339, '1896-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:41', '2023-10-31 16:08:41'),
(316718, 2339, '1896-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:41', '2023-10-31 16:08:41'),
(316719, 2339, '1896-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:41', '2023-10-31 16:08:41'),
(316720, 2339, '1896-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:41', '2023-10-31 16:08:41'),
(316721, 2339, '1896-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:41', '2023-10-31 16:08:41'),
(316722, 2339, '1896-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:41', '2023-10-31 16:08:41'),
(316723, 2339, '1896-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:41', '2023-10-31 16:08:41'),
(316724, 2339, '1896-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:41', '2023-10-31 16:08:41'),
(316725, 2339, '1896-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:41', '2023-10-31 16:08:41'),
(316726, 2339, '1896-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:41', '2023-10-31 16:08:41'),
(316727, 2339, '1896-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:41', '2023-10-31 16:08:41'),
(316728, 2339, '1897-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:41', '2023-10-31 16:08:41'),
(316729, 2339, '1897-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:41', '2023-10-31 16:08:41'),
(316730, 2339, '1897-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:41', '2023-10-31 16:08:41'),
(316731, 2339, '1897-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:41', '2023-10-31 16:08:41'),
(316732, 2339, '1897-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:41', '2023-10-31 16:08:41'),
(316733, 2339, '1897-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:41', '2023-10-31 16:08:41'),
(316734, 2339, '1897-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:41', '2023-10-31 16:08:41'),
(316735, 2339, '1897-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:41', '2023-10-31 16:08:41'),
(316736, 2339, '1897-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:41', '2023-10-31 16:08:41'),
(316737, 2339, '1897-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:41', '2023-10-31 16:08:41'),
(316738, 2339, '1897-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:41', '2023-10-31 16:08:41'),
(316739, 2339, '1897-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:41', '2023-10-31 16:08:41'),
(316740, 2339, '1898-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:41', '2023-10-31 16:08:41'),
(316741, 2339, '1898-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:41', '2023-10-31 16:08:41'),
(316742, 2339, '1898-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:41', '2023-10-31 16:08:41'),
(316743, 2339, '1898-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:41', '2023-10-31 16:08:41'),
(316744, 2339, '1898-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:41', '2023-10-31 16:08:41'),
(316745, 2339, '1898-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:41', '2023-10-31 16:08:41'),
(316746, 2339, '1898-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:41', '2023-10-31 16:08:41'),
(316747, 2339, '1898-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:41', '2023-10-31 16:08:41'),
(316748, 2339, '1898-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:41', '2023-10-31 16:08:41'),
(316749, 2339, '1898-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:41', '2023-10-31 16:08:41'),
(316750, 2339, '1898-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:41', '2023-10-31 16:08:41'),
(316751, 2339, '1898-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:41', '2023-10-31 16:08:41'),
(316752, 2339, '1899-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:41', '2023-10-31 16:08:41'),
(316753, 2339, '1899-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:41', '2023-10-31 16:08:41'),
(316754, 2339, '1899-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:41', '2023-10-31 16:08:41'),
(316755, 2339, '1899-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:41', '2023-10-31 16:08:41'),
(316756, 2339, '1899-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:41', '2023-10-31 16:08:41'),
(316757, 2339, '1899-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:41', '2023-10-31 16:08:41'),
(316758, 2339, '1899-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:41', '2023-10-31 16:08:41'),
(316759, 2339, '1899-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:41', '2023-10-31 16:08:41'),
(316760, 2339, '1899-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:41', '2023-10-31 16:08:41'),
(316761, 2339, '1899-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:41', '2023-10-31 16:08:41'),
(316762, 2339, '1899-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:41', '2023-10-31 16:08:41'),
(316763, 2339, '1899-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:41', '2023-10-31 16:08:41'),
(316764, 2339, '1900-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:41', '2023-10-31 16:08:41'),
(316765, 2339, '1900-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:41', '2023-10-31 16:08:41'),
(316766, 2339, '1900-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:41', '2023-10-31 16:08:41'),
(316767, 2339, '1900-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:41', '2023-10-31 16:08:41'),
(316768, 2339, '1900-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:41', '2023-10-31 16:08:41'),
(316769, 2339, '1900-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:41', '2023-10-31 16:08:41'),
(316770, 2339, '1900-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:41', '2023-10-31 16:08:41'),
(316771, 2339, '1900-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:41', '2023-10-31 16:08:41'),
(316772, 2339, '1900-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:41', '2023-10-31 16:08:41'),
(316773, 2339, '1900-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:41', '2023-10-31 16:08:41'),
(316774, 2339, '1900-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:41', '2023-10-31 16:08:41'),
(316775, 2339, '1900-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:41', '2023-10-31 16:08:41'),
(316776, 2339, '1901-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:41', '2023-10-31 16:08:41'),
(316777, 2339, '1901-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:41', '2023-10-31 16:08:41'),
(316778, 2339, '1901-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:41', '2023-10-31 16:08:41'),
(316779, 2339, '1901-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:41', '2023-10-31 16:08:41'),
(316780, 2339, '1901-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:41', '2023-10-31 16:08:41'),
(316781, 2339, '1901-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:41', '2023-10-31 16:08:41'),
(316782, 2339, '1901-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:41', '2023-10-31 16:08:41'),
(316783, 2339, '1901-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:41', '2023-10-31 16:08:41'),
(316784, 2339, '1901-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:41', '2023-10-31 16:08:41'),
(316785, 2339, '1901-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:41', '2023-10-31 16:08:41'),
(316786, 2339, '1901-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:41', '2023-10-31 16:08:41'),
(316787, 2339, '1901-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:41', '2023-10-31 16:08:41'),
(316788, 2339, '1902-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:41', '2023-10-31 16:08:41'),
(316789, 2339, '1902-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:41', '2023-10-31 16:08:41'),
(316790, 2339, '1902-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:41', '2023-10-31 16:08:41'),
(316791, 2339, '1902-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:41', '2023-10-31 16:08:41'),
(316792, 2339, '1902-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:41', '2023-10-31 16:08:41'),
(316793, 2339, '1902-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:41', '2023-10-31 16:08:41'),
(316794, 2339, '1902-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:41', '2023-10-31 16:08:41'),
(316795, 2339, '1902-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:41', '2023-10-31 16:08:41'),
(316796, 2339, '1902-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:41', '2023-10-31 16:08:41'),
(316797, 2339, '1902-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:41', '2023-10-31 16:08:41'),
(316798, 2339, '1902-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:41', '2023-10-31 16:08:41'),
(316799, 2339, '1902-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:41', '2023-10-31 16:08:41'),
(316800, 2339, '1903-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:41', '2023-10-31 16:08:41'),
(316801, 2339, '1903-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:41', '2023-10-31 16:08:41'),
(316802, 2339, '1903-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:41', '2023-10-31 16:08:41'),
(316803, 2339, '1903-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:41', '2023-10-31 16:08:41'),
(316804, 2339, '1903-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:41', '2023-10-31 16:08:41'),
(316805, 2339, '1903-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:41', '2023-10-31 16:08:41'),
(316806, 2339, '1903-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:41', '2023-10-31 16:08:41'),
(316807, 2339, '1903-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:41', '2023-10-31 16:08:41'),
(316808, 2339, '1903-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:41', '2023-10-31 16:08:41'),
(316809, 2339, '1903-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:41', '2023-10-31 16:08:41'),
(316810, 2339, '1903-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:41', '2023-10-31 16:08:41'),
(316811, 2339, '1903-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:41', '2023-10-31 16:08:41'),
(316812, 2339, '1904-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:41', '2023-10-31 16:08:41'),
(316813, 2339, '1904-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:41', '2023-10-31 16:08:41'),
(316814, 2339, '1904-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:41', '2023-10-31 16:08:41'),
(316815, 2339, '1904-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:41', '2023-10-31 16:08:41'),
(316816, 2339, '1904-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:41', '2023-10-31 16:08:41'),
(316817, 2339, '1904-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:41', '2023-10-31 16:08:41'),
(316818, 2339, '1904-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:41', '2023-10-31 16:08:41'),
(316819, 2339, '1904-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:41', '2023-10-31 16:08:41'),
(316820, 2339, '1904-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:41', '2023-10-31 16:08:41'),
(316821, 2339, '1904-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:41', '2023-10-31 16:08:41'),
(316822, 2339, '1904-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:41', '2023-10-31 16:08:41'),
(316823, 2339, '1904-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:41', '2023-10-31 16:08:41'),
(316824, 2339, '1905-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:41', '2023-10-31 16:08:41'),
(316825, 2339, '1905-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:41', '2023-10-31 16:08:41'),
(316826, 2339, '1905-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:42', '2023-10-31 16:08:42'),
(316827, 2339, '1905-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:42', '2023-10-31 16:08:42'),
(316828, 2339, '1905-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:42', '2023-10-31 16:08:42'),
(316829, 2339, '1905-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:42', '2023-10-31 16:08:42'),
(316830, 2339, '1905-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:42', '2023-10-31 16:08:42'),
(316831, 2339, '1905-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:42', '2023-10-31 16:08:42'),
(316832, 2339, '1905-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:42', '2023-10-31 16:08:42'),
(316833, 2339, '1905-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:42', '2023-10-31 16:08:42'),
(316834, 2339, '1905-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:42', '2023-10-31 16:08:42'),
(316835, 2339, '1905-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:42', '2023-10-31 16:08:42'),
(316836, 2339, '1906-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:42', '2023-10-31 16:08:42'),
(316837, 2339, '1906-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:42', '2023-10-31 16:08:42'),
(316838, 2339, '1906-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:42', '2023-10-31 16:08:42'),
(316839, 2339, '1906-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:42', '2023-10-31 16:08:42'),
(316840, 2339, '1906-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:42', '2023-10-31 16:08:42'),
(316841, 2339, '1906-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:42', '2023-10-31 16:08:42'),
(316842, 2339, '1906-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:42', '2023-10-31 16:08:42'),
(316843, 2339, '1906-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:42', '2023-10-31 16:08:42'),
(316844, 2339, '1906-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:42', '2023-10-31 16:08:42'),
(316845, 2339, '1906-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:42', '2023-10-31 16:08:42'),
(316846, 2339, '1906-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:42', '2023-10-31 16:08:42'),
(316847, 2339, '1906-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:42', '2023-10-31 16:08:42'),
(316848, 2339, '1907-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:42', '2023-10-31 16:08:42'),
(316849, 2339, '1907-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:42', '2023-10-31 16:08:42'),
(316850, 2339, '1907-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:42', '2023-10-31 16:08:42'),
(316851, 2339, '1907-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:42', '2023-10-31 16:08:42'),
(316852, 2339, '1907-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:42', '2023-10-31 16:08:42'),
(316853, 2339, '1907-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:42', '2023-10-31 16:08:42'),
(316854, 2339, '1907-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:42', '2023-10-31 16:08:42'),
(316855, 2339, '1907-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:42', '2023-10-31 16:08:42'),
(316856, 2339, '1907-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:42', '2023-10-31 16:08:42'),
(316857, 2339, '1907-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:42', '2023-10-31 16:08:42');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(316858, 2339, '1907-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:42', '2023-10-31 16:08:42'),
(316859, 2339, '1907-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:42', '2023-10-31 16:08:42'),
(316860, 2339, '1908-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:42', '2023-10-31 16:08:42'),
(316861, 2339, '1908-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:42', '2023-10-31 16:08:42'),
(316862, 2339, '1908-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:42', '2023-10-31 16:08:42'),
(316863, 2339, '1908-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:42', '2023-10-31 16:08:42'),
(316864, 2339, '1908-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:42', '2023-10-31 16:08:42'),
(316865, 2339, '1908-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:42', '2023-10-31 16:08:42'),
(316866, 2339, '1908-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:42', '2023-10-31 16:08:42'),
(316867, 2339, '1908-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:42', '2023-10-31 16:08:42'),
(316868, 2339, '1908-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:42', '2023-10-31 16:08:42'),
(316869, 2339, '1908-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:42', '2023-10-31 16:08:42'),
(316870, 2339, '1908-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:42', '2023-10-31 16:08:42'),
(316871, 2339, '1908-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:42', '2023-10-31 16:08:42'),
(316872, 2339, '1909-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:42', '2023-10-31 16:08:42'),
(316873, 2339, '1909-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:42', '2023-10-31 16:08:42'),
(316874, 2339, '1909-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:42', '2023-10-31 16:08:42'),
(316875, 2339, '1909-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:42', '2023-10-31 16:08:42'),
(316876, 2339, '1909-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:42', '2023-10-31 16:08:42'),
(316877, 2339, '1909-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:42', '2023-10-31 16:08:42'),
(316878, 2339, '1909-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:42', '2023-10-31 16:08:42'),
(316879, 2339, '1909-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:42', '2023-10-31 16:08:42'),
(316880, 2339, '1909-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:42', '2023-10-31 16:08:42'),
(316881, 2339, '1909-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:42', '2023-10-31 16:08:42'),
(316882, 2339, '1909-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:42', '2023-10-31 16:08:42'),
(316883, 2339, '1909-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:42', '2023-10-31 16:08:42'),
(316884, 2339, '1910-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:42', '2023-10-31 16:08:42'),
(316885, 2339, '1910-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:42', '2023-10-31 16:08:42'),
(316886, 2339, '1910-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:42', '2023-10-31 16:08:42'),
(316887, 2339, '1910-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:42', '2023-10-31 16:08:42'),
(316888, 2339, '1910-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:42', '2023-10-31 16:08:42'),
(316889, 2339, '1910-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:42', '2023-10-31 16:08:42'),
(316890, 2339, '1910-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:42', '2023-10-31 16:08:42'),
(316891, 2339, '1910-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:42', '2023-10-31 16:08:42'),
(316892, 2339, '1910-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:42', '2023-10-31 16:08:42'),
(316893, 2339, '1910-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:42', '2023-10-31 16:08:42'),
(316894, 2339, '1910-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:42', '2023-10-31 16:08:42'),
(316895, 2339, '1910-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:42', '2023-10-31 16:08:42'),
(316896, 2339, '1911-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:42', '2023-10-31 16:08:42'),
(316897, 2339, '1911-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:42', '2023-10-31 16:08:42'),
(316898, 2339, '1911-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:42', '2023-10-31 16:08:42'),
(316899, 2339, '1911-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:42', '2023-10-31 16:08:42'),
(316900, 2339, '1911-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:42', '2023-10-31 16:08:42'),
(316901, 2339, '1911-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:42', '2023-10-31 16:08:42'),
(316902, 2339, '1911-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:42', '2023-10-31 16:08:42'),
(316903, 2339, '1911-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:42', '2023-10-31 16:08:42'),
(316904, 2339, '1911-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:42', '2023-10-31 16:08:42'),
(316905, 2339, '1911-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:42', '2023-10-31 16:08:42'),
(316906, 2339, '1911-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:42', '2023-10-31 16:08:42'),
(316907, 2339, '1911-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:42', '2023-10-31 16:08:42'),
(316908, 2339, '1912-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:42', '2023-10-31 16:08:42'),
(316909, 2339, '1912-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:42', '2023-10-31 16:08:42'),
(316910, 2339, '1912-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:42', '2023-10-31 16:08:42'),
(316911, 2339, '1912-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:42', '2023-10-31 16:08:42'),
(316912, 2339, '1912-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:42', '2023-10-31 16:08:42'),
(316913, 2339, '1912-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:42', '2023-10-31 16:08:42'),
(316914, 2339, '1912-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:42', '2023-10-31 16:08:42'),
(316915, 2339, '1912-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:42', '2023-10-31 16:08:42'),
(316916, 2339, '1912-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:42', '2023-10-31 16:08:42'),
(316917, 2339, '1912-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:42', '2023-10-31 16:08:42'),
(316918, 2339, '1912-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:42', '2023-10-31 16:08:42'),
(316919, 2339, '1912-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:42', '2023-10-31 16:08:42'),
(316920, 2339, '1913-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:42', '2023-10-31 16:08:42'),
(316921, 2339, '1913-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:42', '2023-10-31 16:08:42'),
(316922, 2339, '1913-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:42', '2023-10-31 16:08:42'),
(316923, 2339, '1913-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:42', '2023-10-31 16:08:42'),
(316924, 2339, '1913-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:42', '2023-10-31 16:08:42'),
(316925, 2339, '1913-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:42', '2023-10-31 16:08:42'),
(316926, 2339, '1913-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:42', '2023-10-31 16:08:42'),
(316927, 2339, '1913-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:42', '2023-10-31 16:08:42'),
(316928, 2339, '1913-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:42', '2023-10-31 16:08:42'),
(316929, 2339, '1913-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:42', '2023-10-31 16:08:42'),
(316930, 2339, '1913-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:42', '2023-10-31 16:08:42'),
(316931, 2339, '1913-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:42', '2023-10-31 16:08:42'),
(316932, 2339, '1914-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:42', '2023-10-31 16:08:42'),
(316933, 2339, '1914-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:42', '2023-10-31 16:08:42'),
(316934, 2339, '1914-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:42', '2023-10-31 16:08:42'),
(316935, 2339, '1914-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:42', '2023-10-31 16:08:42'),
(316936, 2339, '1914-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:42', '2023-10-31 16:08:42'),
(316937, 2339, '1914-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:42', '2023-10-31 16:08:42'),
(316938, 2339, '1914-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:42', '2023-10-31 16:08:42'),
(316939, 2339, '1914-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:42', '2023-10-31 16:08:42'),
(316940, 2339, '1914-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:42', '2023-10-31 16:08:42'),
(316941, 2339, '1914-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:42', '2023-10-31 16:08:42'),
(316942, 2339, '1914-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:42', '2023-10-31 16:08:42'),
(316943, 2339, '1914-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:42', '2023-10-31 16:08:42'),
(316944, 2339, '1915-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:42', '2023-10-31 16:08:42'),
(316945, 2339, '1915-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:42', '2023-10-31 16:08:42'),
(316946, 2339, '1915-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:42', '2023-10-31 16:08:42'),
(316947, 2339, '1915-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:42', '2023-10-31 16:08:42'),
(316948, 2339, '1915-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:42', '2023-10-31 16:08:42'),
(316949, 2339, '1915-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:42', '2023-10-31 16:08:42'),
(316950, 2339, '1915-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:42', '2023-10-31 16:08:42'),
(316951, 2339, '1915-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:42', '2023-10-31 16:08:42'),
(316952, 2339, '1915-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:42', '2023-10-31 16:08:42'),
(316953, 2339, '1915-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:42', '2023-10-31 16:08:42'),
(316954, 2339, '1915-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:42', '2023-10-31 16:08:42'),
(316955, 2339, '1915-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:42', '2023-10-31 16:08:42'),
(316956, 2339, '1916-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:42', '2023-10-31 16:08:42'),
(316957, 2339, '1916-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:42', '2023-10-31 16:08:42'),
(316958, 2339, '1916-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:42', '2023-10-31 16:08:42'),
(316959, 2339, '1916-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:42', '2023-10-31 16:08:42'),
(316960, 2339, '1916-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:42', '2023-10-31 16:08:42'),
(316961, 2339, '1916-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:42', '2023-10-31 16:08:42'),
(316962, 2339, '1916-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:42', '2023-10-31 16:08:42'),
(316963, 2339, '1916-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:42', '2023-10-31 16:08:42'),
(316964, 2339, '1916-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:42', '2023-10-31 16:08:42'),
(316965, 2339, '1916-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:42', '2023-10-31 16:08:42'),
(316966, 2339, '1916-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:42', '2023-10-31 16:08:42'),
(316967, 2339, '1916-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:42', '2023-10-31 16:08:42'),
(316968, 2339, '1917-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:42', '2023-10-31 16:08:42'),
(316969, 2339, '1917-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:42', '2023-10-31 16:08:42'),
(316970, 2339, '1917-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:42', '2023-10-31 16:08:42'),
(316971, 2339, '1917-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:42', '2023-10-31 16:08:42'),
(316972, 2339, '1917-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:42', '2023-10-31 16:08:42'),
(316973, 2339, '1917-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:42', '2023-10-31 16:08:42'),
(316974, 2339, '1917-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:42', '2023-10-31 16:08:42'),
(316975, 2339, '1917-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:42', '2023-10-31 16:08:42'),
(316976, 2339, '1917-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:42', '2023-10-31 16:08:42'),
(316977, 2339, '1917-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:42', '2023-10-31 16:08:42'),
(316978, 2339, '1917-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:42', '2023-10-31 16:08:42'),
(316979, 2339, '1917-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:42', '2023-10-31 16:08:42'),
(316980, 2339, '1918-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:42', '2023-10-31 16:08:42'),
(316981, 2339, '1918-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:42', '2023-10-31 16:08:42'),
(316982, 2339, '1918-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:42', '2023-10-31 16:08:42'),
(316983, 2339, '1918-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:42', '2023-10-31 16:08:42'),
(316984, 2339, '1918-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:42', '2023-10-31 16:08:42'),
(316985, 2339, '1918-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:42', '2023-10-31 16:08:42'),
(316986, 2339, '1918-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:42', '2023-10-31 16:08:42'),
(316987, 2339, '1918-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:42', '2023-10-31 16:08:42'),
(316988, 2339, '1918-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:42', '2023-10-31 16:08:42'),
(316989, 2339, '1918-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:42', '2023-10-31 16:08:42'),
(316990, 2339, '1918-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:42', '2023-10-31 16:08:42'),
(316991, 2339, '1918-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:42', '2023-10-31 16:08:42'),
(316992, 2339, '1919-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:42', '2023-10-31 16:08:42'),
(316993, 2339, '1919-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:42', '2023-10-31 16:08:42'),
(316994, 2339, '1919-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:42', '2023-10-31 16:08:42'),
(316995, 2339, '1919-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:42', '2023-10-31 16:08:42'),
(316996, 2339, '1919-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:42', '2023-10-31 16:08:42'),
(316997, 2339, '1919-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:42', '2023-10-31 16:08:42'),
(316998, 2339, '1919-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:42', '2023-10-31 16:08:42'),
(316999, 2339, '1919-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:42', '2023-10-31 16:08:42'),
(317000, 2339, '1919-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:42', '2023-10-31 16:08:42'),
(317001, 2339, '1919-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:42', '2023-10-31 16:08:42'),
(317002, 2339, '1919-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:42', '2023-10-31 16:08:42'),
(317003, 2339, '1919-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:42', '2023-10-31 16:08:42'),
(317004, 2339, '1920-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:42', '2023-10-31 16:08:42'),
(317005, 2339, '1920-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:42', '2023-10-31 16:08:42'),
(317006, 2339, '1920-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:42', '2023-10-31 16:08:42'),
(317007, 2339, '1920-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:42', '2023-10-31 16:08:42'),
(317008, 2339, '1920-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:42', '2023-10-31 16:08:42'),
(317009, 2339, '1920-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:42', '2023-10-31 16:08:42'),
(317010, 2339, '1920-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:42', '2023-10-31 16:08:42'),
(317011, 2339, '1920-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:42', '2023-10-31 16:08:42'),
(317012, 2339, '1920-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:42', '2023-10-31 16:08:42'),
(317013, 2339, '1920-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:42', '2023-10-31 16:08:42'),
(317014, 2339, '1920-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:42', '2023-10-31 16:08:42'),
(317015, 2339, '1920-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:42', '2023-10-31 16:08:42'),
(317016, 2339, '1921-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:42', '2023-10-31 16:08:42'),
(317017, 2339, '1921-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:42', '2023-10-31 16:08:42'),
(317018, 2339, '1921-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:42', '2023-10-31 16:08:42'),
(317019, 2339, '1921-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:42', '2023-10-31 16:08:42'),
(317020, 2339, '1921-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:42', '2023-10-31 16:08:42'),
(317021, 2339, '1921-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:42', '2023-10-31 16:08:42'),
(317022, 2339, '1921-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:42', '2023-10-31 16:08:42'),
(317023, 2339, '1921-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:42', '2023-10-31 16:08:42'),
(317024, 2339, '1921-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:43', '2023-10-31 16:08:43'),
(317025, 2339, '1921-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:43', '2023-10-31 16:08:43'),
(317026, 2339, '1921-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:43', '2023-10-31 16:08:43'),
(317027, 2339, '1921-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:43', '2023-10-31 16:08:43'),
(317028, 2339, '1922-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:43', '2023-10-31 16:08:43'),
(317029, 2339, '1922-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:43', '2023-10-31 16:08:43'),
(317030, 2339, '1922-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:43', '2023-10-31 16:08:43'),
(317031, 2339, '1922-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:43', '2023-10-31 16:08:43'),
(317032, 2339, '1922-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:43', '2023-10-31 16:08:43'),
(317033, 2339, '1922-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:43', '2023-10-31 16:08:43'),
(317034, 2339, '1922-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:43', '2023-10-31 16:08:43'),
(317035, 2339, '1922-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:43', '2023-10-31 16:08:43'),
(317036, 2339, '1922-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:43', '2023-10-31 16:08:43'),
(317037, 2339, '1922-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:43', '2023-10-31 16:08:43'),
(317038, 2339, '1922-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:43', '2023-10-31 16:08:43'),
(317039, 2339, '1922-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:43', '2023-10-31 16:08:43'),
(317040, 2339, '1923-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:43', '2023-10-31 16:08:43'),
(317041, 2339, '1923-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:43', '2023-10-31 16:08:43'),
(317042, 2339, '1923-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:43', '2023-10-31 16:08:43'),
(317043, 2339, '1923-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:43', '2023-10-31 16:08:43'),
(317044, 2339, '1923-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:43', '2023-10-31 16:08:43'),
(317045, 2339, '1923-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:43', '2023-10-31 16:08:43'),
(317046, 2339, '1923-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:43', '2023-10-31 16:08:43'),
(317047, 2339, '1923-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:43', '2023-10-31 16:08:43'),
(317048, 2339, '1923-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:43', '2023-10-31 16:08:43'),
(317049, 2339, '1923-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:43', '2023-10-31 16:08:43'),
(317050, 2339, '1923-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:43', '2023-10-31 16:08:43'),
(317051, 2339, '1923-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:43', '2023-10-31 16:08:43'),
(317052, 2339, '1924-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:43', '2023-10-31 16:08:43'),
(317053, 2339, '1924-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:43', '2023-10-31 16:08:43'),
(317054, 2339, '1924-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:43', '2023-10-31 16:08:43'),
(317055, 2339, '1924-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:43', '2023-10-31 16:08:43'),
(317056, 2339, '1924-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:43', '2023-10-31 16:08:43'),
(317057, 2339, '1924-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:43', '2023-10-31 16:08:43'),
(317058, 2339, '1924-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:43', '2023-10-31 16:08:43'),
(317059, 2339, '1924-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:43', '2023-10-31 16:08:43'),
(317060, 2339, '1924-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:43', '2023-10-31 16:08:43'),
(317061, 2339, '1924-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:43', '2023-10-31 16:08:43'),
(317062, 2339, '1924-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:43', '2023-10-31 16:08:43'),
(317063, 2339, '1924-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:43', '2023-10-31 16:08:43'),
(317064, 2339, '1925-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:43', '2023-10-31 16:08:43'),
(317065, 2339, '1925-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:43', '2023-10-31 16:08:43'),
(317066, 2339, '1925-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:43', '2023-10-31 16:08:43'),
(317067, 2339, '1925-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:43', '2023-10-31 16:08:43'),
(317068, 2339, '1925-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:43', '2023-10-31 16:08:43'),
(317069, 2339, '1925-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:43', '2023-10-31 16:08:43'),
(317070, 2339, '1925-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:43', '2023-10-31 16:08:43'),
(317071, 2339, '1925-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:43', '2023-10-31 16:08:43'),
(317072, 2339, '1925-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:43', '2023-10-31 16:08:43'),
(317073, 2339, '1925-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:43', '2023-10-31 16:08:43'),
(317074, 2339, '1925-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:43', '2023-10-31 16:08:43'),
(317075, 2339, '1925-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:43', '2023-10-31 16:08:43'),
(317076, 2339, '1926-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:43', '2023-10-31 16:08:43'),
(317077, 2339, '1926-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:43', '2023-10-31 16:08:43'),
(317078, 2339, '1926-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:43', '2023-10-31 16:08:43'),
(317079, 2339, '1926-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:43', '2023-10-31 16:08:43'),
(317080, 2339, '1926-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:43', '2023-10-31 16:08:43'),
(317081, 2339, '1926-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:43', '2023-10-31 16:08:43'),
(317082, 2339, '1926-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:43', '2023-10-31 16:08:43'),
(317083, 2339, '1926-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:43', '2023-10-31 16:08:43'),
(317084, 2339, '1926-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:43', '2023-10-31 16:08:43'),
(317085, 2339, '1926-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:43', '2023-10-31 16:08:43'),
(317086, 2339, '1926-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:43', '2023-10-31 16:08:43'),
(317087, 2339, '1926-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:43', '2023-10-31 16:08:43'),
(317088, 2339, '1927-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:43', '2023-10-31 16:08:43'),
(317089, 2339, '1927-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:43', '2023-10-31 16:08:43'),
(317090, 2339, '1927-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:43', '2023-10-31 16:08:43'),
(317091, 2339, '1927-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:43', '2023-10-31 16:08:43'),
(317092, 2339, '1927-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:43', '2023-10-31 16:08:43'),
(317093, 2339, '1927-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:43', '2023-10-31 16:08:43'),
(317094, 2339, '1927-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:43', '2023-10-31 16:08:43'),
(317095, 2339, '1927-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:43', '2023-10-31 16:08:43'),
(317096, 2339, '1927-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:43', '2023-10-31 16:08:43'),
(317097, 2339, '1927-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:43', '2023-10-31 16:08:43'),
(317098, 2339, '1927-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:43', '2023-10-31 16:08:43'),
(317099, 2339, '1927-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:43', '2023-10-31 16:08:43'),
(317100, 2339, '1928-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:43', '2023-10-31 16:08:43'),
(317101, 2339, '1928-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:43', '2023-10-31 16:08:43'),
(317102, 2339, '1928-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:43', '2023-10-31 16:08:43'),
(317103, 2339, '1928-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:43', '2023-10-31 16:08:43'),
(317104, 2339, '1928-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:43', '2023-10-31 16:08:43'),
(317105, 2339, '1928-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:43', '2023-10-31 16:08:43'),
(317106, 2339, '1928-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:43', '2023-10-31 16:08:43'),
(317107, 2339, '1928-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:43', '2023-10-31 16:08:43'),
(317108, 2339, '1928-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:43', '2023-10-31 16:08:43'),
(317109, 2339, '1928-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:43', '2023-10-31 16:08:43'),
(317110, 2339, '1928-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:43', '2023-10-31 16:08:43'),
(317111, 2339, '1928-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:43', '2023-10-31 16:08:43'),
(317112, 2339, '1929-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:43', '2023-10-31 16:08:43'),
(317113, 2339, '1929-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:43', '2023-10-31 16:08:43'),
(317114, 2339, '1929-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:43', '2023-10-31 16:08:43'),
(317115, 2339, '1929-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:43', '2023-10-31 16:08:43'),
(317116, 2339, '1929-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:43', '2023-10-31 16:08:43'),
(317117, 2339, '1929-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:43', '2023-10-31 16:08:43'),
(317118, 2339, '1929-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:43', '2023-10-31 16:08:43'),
(317119, 2339, '1929-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:43', '2023-10-31 16:08:43'),
(317120, 2339, '1929-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:43', '2023-10-31 16:08:43'),
(317121, 2339, '1929-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:43', '2023-10-31 16:08:43'),
(317122, 2339, '1929-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:43', '2023-10-31 16:08:43'),
(317123, 2339, '1929-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:43', '2023-10-31 16:08:43'),
(317124, 2339, '1930-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:43', '2023-10-31 16:08:43'),
(317125, 2339, '1930-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:43', '2023-10-31 16:08:43'),
(317126, 2339, '1930-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:43', '2023-10-31 16:08:43'),
(317127, 2339, '1930-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:43', '2023-10-31 16:08:43'),
(317128, 2339, '1930-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:43', '2023-10-31 16:08:43'),
(317129, 2339, '1930-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:43', '2023-10-31 16:08:43'),
(317130, 2339, '1930-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:43', '2023-10-31 16:08:43'),
(317131, 2339, '1930-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:43', '2023-10-31 16:08:43'),
(317132, 2339, '1930-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:43', '2023-10-31 16:08:43'),
(317133, 2339, '1930-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:43', '2023-10-31 16:08:43'),
(317134, 2339, '1930-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:43', '2023-10-31 16:08:43'),
(317135, 2339, '1930-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:43', '2023-10-31 16:08:43'),
(317136, 2339, '1931-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:43', '2023-10-31 16:08:43'),
(317137, 2339, '1931-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:43', '2023-10-31 16:08:43'),
(317138, 2339, '1931-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:43', '2023-10-31 16:08:43'),
(317139, 2339, '1931-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:43', '2023-10-31 16:08:43'),
(317140, 2339, '1931-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:43', '2023-10-31 16:08:43'),
(317141, 2339, '1931-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:43', '2023-10-31 16:08:43'),
(317142, 2339, '1931-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:43', '2023-10-31 16:08:43'),
(317143, 2339, '1931-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:43', '2023-10-31 16:08:43'),
(317144, 2339, '1931-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:43', '2023-10-31 16:08:43'),
(317145, 2339, '1931-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:43', '2023-10-31 16:08:43'),
(317146, 2339, '1931-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:43', '2023-10-31 16:08:43'),
(317147, 2339, '1931-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:43', '2023-10-31 16:08:43'),
(317148, 2339, '1932-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:43', '2023-10-31 16:08:43'),
(317149, 2339, '1932-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:43', '2023-10-31 16:08:43'),
(317150, 2339, '1932-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:43', '2023-10-31 16:08:43'),
(317151, 2339, '1932-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:43', '2023-10-31 16:08:43'),
(317152, 2339, '1932-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:43', '2023-10-31 16:08:43'),
(317153, 2339, '1932-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:43', '2023-10-31 16:08:43'),
(317154, 2339, '1932-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:43', '2023-10-31 16:08:43'),
(317155, 2339, '1932-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:43', '2023-10-31 16:08:43'),
(317156, 2339, '1932-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:43', '2023-10-31 16:08:43'),
(317157, 2339, '1932-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:43', '2023-10-31 16:08:43'),
(317158, 2339, '1932-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:43', '2023-10-31 16:08:43'),
(317159, 2339, '1932-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:43', '2023-10-31 16:08:43'),
(317160, 2339, '1933-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:43', '2023-10-31 16:08:43'),
(317161, 2339, '1933-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:43', '2023-10-31 16:08:43'),
(317162, 2339, '1933-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:43', '2023-10-31 16:08:43'),
(317163, 2339, '1933-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:43', '2023-10-31 16:08:43'),
(317164, 2339, '1933-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:43', '2023-10-31 16:08:43'),
(317165, 2339, '1933-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:43', '2023-10-31 16:08:43'),
(317166, 2339, '1933-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:43', '2023-10-31 16:08:43'),
(317167, 2339, '1933-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:43', '2023-10-31 16:08:43'),
(317168, 2339, '1933-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:43', '2023-10-31 16:08:43'),
(317169, 2339, '1933-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:43', '2023-10-31 16:08:43'),
(317170, 2339, '1933-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:43', '2023-10-31 16:08:43'),
(317171, 2339, '1933-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:43', '2023-10-31 16:08:43'),
(317172, 2339, '1934-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:43', '2023-10-31 16:08:43'),
(317173, 2339, '1934-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:43', '2023-10-31 16:08:43'),
(317174, 2339, '1934-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:43', '2023-10-31 16:08:43'),
(317175, 2339, '1934-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:43', '2023-10-31 16:08:43'),
(317176, 2339, '1934-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:43', '2023-10-31 16:08:43'),
(317177, 2339, '1934-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:43', '2023-10-31 16:08:43'),
(317178, 2339, '1934-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:43', '2023-10-31 16:08:43'),
(317179, 2339, '1934-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:43', '2023-10-31 16:08:43'),
(317180, 2339, '1934-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:43', '2023-10-31 16:08:43'),
(317181, 2339, '1934-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:43', '2023-10-31 16:08:43'),
(317182, 2339, '1934-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:43', '2023-10-31 16:08:43'),
(317183, 2339, '1934-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:43', '2023-10-31 16:08:43'),
(317184, 2339, '1935-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:43', '2023-10-31 16:08:43'),
(317185, 2339, '1935-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:43', '2023-10-31 16:08:43'),
(317186, 2339, '1935-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:43', '2023-10-31 16:08:43'),
(317187, 2339, '1935-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:43', '2023-10-31 16:08:43'),
(317188, 2339, '1935-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:43', '2023-10-31 16:08:43'),
(317189, 2339, '1935-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:43', '2023-10-31 16:08:43'),
(317190, 2339, '1935-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:43', '2023-10-31 16:08:43'),
(317191, 2339, '1935-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:43', '2023-10-31 16:08:43'),
(317192, 2339, '1935-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:43', '2023-10-31 16:08:43'),
(317193, 2339, '1935-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:43', '2023-10-31 16:08:43'),
(317194, 2339, '1935-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:43', '2023-10-31 16:08:43'),
(317195, 2339, '1935-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:43', '2023-10-31 16:08:43'),
(317196, 2339, '1936-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:43', '2023-10-31 16:08:43'),
(317197, 2339, '1936-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:43', '2023-10-31 16:08:43'),
(317198, 2339, '1936-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:43', '2023-10-31 16:08:43'),
(317199, 2339, '1936-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:43', '2023-10-31 16:08:43'),
(317200, 2339, '1936-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:43', '2023-10-31 16:08:43'),
(317201, 2339, '1936-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:43', '2023-10-31 16:08:43'),
(317202, 2339, '1936-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:43', '2023-10-31 16:08:43'),
(317203, 2339, '1936-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:43', '2023-10-31 16:08:43'),
(317204, 2339, '1936-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:43', '2023-10-31 16:08:43'),
(317205, 2339, '1936-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:43', '2023-10-31 16:08:43'),
(317206, 2339, '1936-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:43', '2023-10-31 16:08:43'),
(317207, 2339, '1936-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:43', '2023-10-31 16:08:43'),
(317208, 2339, '1937-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:43', '2023-10-31 16:08:43'),
(317209, 2339, '1937-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:43', '2023-10-31 16:08:43'),
(317210, 2339, '1937-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:43', '2023-10-31 16:08:43'),
(317211, 2339, '1937-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:43', '2023-10-31 16:08:43'),
(317212, 2339, '1937-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:43', '2023-10-31 16:08:43'),
(317213, 2339, '1937-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:43', '2023-10-31 16:08:43'),
(317214, 2339, '1937-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:43', '2023-10-31 16:08:43'),
(317215, 2339, '1937-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:43', '2023-10-31 16:08:43'),
(317216, 2339, '1937-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:43', '2023-10-31 16:08:43'),
(317217, 2339, '1937-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:43', '2023-10-31 16:08:43'),
(317218, 2339, '1937-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:43', '2023-10-31 16:08:43'),
(317219, 2339, '1937-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:43', '2023-10-31 16:08:43'),
(317220, 2339, '1938-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:43', '2023-10-31 16:08:43'),
(317221, 2339, '1938-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:43', '2023-10-31 16:08:43'),
(317222, 2339, '1938-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:43', '2023-10-31 16:08:43'),
(317223, 2339, '1938-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:43', '2023-10-31 16:08:43'),
(317224, 2339, '1938-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:43', '2023-10-31 16:08:43'),
(317225, 2339, '1938-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:43', '2023-10-31 16:08:43'),
(317226, 2339, '1938-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:43', '2023-10-31 16:08:43'),
(317227, 2339, '1938-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:43', '2023-10-31 16:08:43'),
(317228, 2339, '1938-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:43', '2023-10-31 16:08:43'),
(317229, 2339, '1938-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:43', '2023-10-31 16:08:43'),
(317230, 2339, '1938-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:43', '2023-10-31 16:08:43'),
(317231, 2339, '1938-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:43', '2023-10-31 16:08:43'),
(317232, 2339, '1939-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:43', '2023-10-31 16:08:43'),
(317233, 2339, '1939-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:43', '2023-10-31 16:08:43'),
(317234, 2339, '1939-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:43', '2023-10-31 16:08:43'),
(317235, 2339, '1939-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:43', '2023-10-31 16:08:43'),
(317236, 2339, '1939-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:43', '2023-10-31 16:08:43'),
(317237, 2339, '1939-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:43', '2023-10-31 16:08:43'),
(317238, 2339, '1939-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:43', '2023-10-31 16:08:43'),
(317239, 2339, '1939-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:43', '2023-10-31 16:08:43'),
(317240, 2339, '1939-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:44', '2023-10-31 16:08:44'),
(317241, 2339, '1939-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:44', '2023-10-31 16:08:44'),
(317242, 2339, '1939-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:44', '2023-10-31 16:08:44'),
(317243, 2339, '1939-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:44', '2023-10-31 16:08:44'),
(317244, 2339, '1940-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:44', '2023-10-31 16:08:44'),
(317245, 2339, '1940-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:44', '2023-10-31 16:08:44'),
(317246, 2339, '1940-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:44', '2023-10-31 16:08:44'),
(317247, 2339, '1940-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:44', '2023-10-31 16:08:44'),
(317248, 2339, '1940-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:44', '2023-10-31 16:08:44'),
(317249, 2339, '1940-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:44', '2023-10-31 16:08:44'),
(317250, 2339, '1940-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:44', '2023-10-31 16:08:44'),
(317251, 2339, '1940-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:44', '2023-10-31 16:08:44'),
(317252, 2339, '1940-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:44', '2023-10-31 16:08:44'),
(317253, 2339, '1940-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:44', '2023-10-31 16:08:44'),
(317254, 2339, '1940-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:44', '2023-10-31 16:08:44'),
(317255, 2339, '1940-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:44', '2023-10-31 16:08:44'),
(317256, 2339, '1941-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:44', '2023-10-31 16:08:44'),
(317257, 2339, '1941-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:44', '2023-10-31 16:08:44'),
(317258, 2339, '1941-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:44', '2023-10-31 16:08:44'),
(317259, 2339, '1941-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:44', '2023-10-31 16:08:44'),
(317260, 2339, '1941-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:44', '2023-10-31 16:08:44'),
(317261, 2339, '1941-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:44', '2023-10-31 16:08:44'),
(317262, 2339, '1941-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:44', '2023-10-31 16:08:44'),
(317263, 2339, '1941-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:44', '2023-10-31 16:08:44'),
(317264, 2339, '1941-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:44', '2023-10-31 16:08:44'),
(317265, 2339, '1941-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:44', '2023-10-31 16:08:44'),
(317266, 2339, '1941-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:44', '2023-10-31 16:08:44'),
(317267, 2339, '1941-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:44', '2023-10-31 16:08:44'),
(317268, 2339, '1942-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:44', '2023-10-31 16:08:44'),
(317269, 2339, '1942-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:44', '2023-10-31 16:08:44'),
(317270, 2339, '1942-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:44', '2023-10-31 16:08:44'),
(317271, 2339, '1942-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:44', '2023-10-31 16:08:44'),
(317272, 2339, '1942-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:44', '2023-10-31 16:08:44'),
(317273, 2339, '1942-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:44', '2023-10-31 16:08:44'),
(317274, 2339, '1942-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:44', '2023-10-31 16:08:44'),
(317275, 2339, '1942-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:44', '2023-10-31 16:08:44'),
(317276, 2339, '1942-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:44', '2023-10-31 16:08:44'),
(317277, 2339, '1942-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:44', '2023-10-31 16:08:44'),
(317278, 2339, '1942-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:44', '2023-10-31 16:08:44'),
(317279, 2339, '1942-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:44', '2023-10-31 16:08:44'),
(317280, 2339, '1943-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:44', '2023-10-31 16:08:44'),
(317281, 2339, '1943-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:44', '2023-10-31 16:08:44'),
(317282, 2339, '1943-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:44', '2023-10-31 16:08:44'),
(317283, 2339, '1943-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:44', '2023-10-31 16:08:44'),
(317284, 2339, '1943-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:44', '2023-10-31 16:08:44'),
(317285, 2339, '1943-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:44', '2023-10-31 16:08:44'),
(317286, 2339, '1943-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:44', '2023-10-31 16:08:44'),
(317287, 2339, '1943-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:44', '2023-10-31 16:08:44'),
(317288, 2339, '1943-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:44', '2023-10-31 16:08:44'),
(317289, 2339, '1943-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:44', '2023-10-31 16:08:44'),
(317290, 2339, '1943-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:44', '2023-10-31 16:08:44'),
(317291, 2339, '1943-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:44', '2023-10-31 16:08:44'),
(317292, 2339, '1944-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:44', '2023-10-31 16:08:44'),
(317293, 2339, '1944-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:44', '2023-10-31 16:08:44'),
(317294, 2339, '1944-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:44', '2023-10-31 16:08:44'),
(317295, 2339, '1944-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:44', '2023-10-31 16:08:44'),
(317296, 2339, '1944-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:44', '2023-10-31 16:08:44'),
(317297, 2339, '1944-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:44', '2023-10-31 16:08:44'),
(317298, 2339, '1944-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:44', '2023-10-31 16:08:44'),
(317299, 2339, '1944-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:44', '2023-10-31 16:08:44'),
(317300, 2339, '1944-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:44', '2023-10-31 16:08:44'),
(317301, 2339, '1944-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:44', '2023-10-31 16:08:44'),
(317302, 2339, '1944-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:44', '2023-10-31 16:08:44'),
(317303, 2339, '1944-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:44', '2023-10-31 16:08:44'),
(317304, 2339, '1945-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:44', '2023-10-31 16:08:44'),
(317305, 2339, '1945-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:44', '2023-10-31 16:08:44'),
(317306, 2339, '1945-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:44', '2023-10-31 16:08:44'),
(317307, 2339, '1945-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:44', '2023-10-31 16:08:44'),
(317308, 2339, '1945-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:44', '2023-10-31 16:08:44'),
(317309, 2339, '1945-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:44', '2023-10-31 16:08:44'),
(317310, 2339, '1945-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:44', '2023-10-31 16:08:44'),
(317311, 2339, '1945-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:44', '2023-10-31 16:08:44'),
(317312, 2339, '1945-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:44', '2023-10-31 16:08:44'),
(317313, 2339, '1945-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:44', '2023-10-31 16:08:44'),
(317314, 2339, '1945-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:44', '2023-10-31 16:08:44'),
(317315, 2339, '1945-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:44', '2023-10-31 16:08:44'),
(317316, 2339, '1946-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:44', '2023-10-31 16:08:44'),
(317317, 2339, '1946-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:44', '2023-10-31 16:08:44'),
(317318, 2339, '1946-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:44', '2023-10-31 16:08:44'),
(317319, 2339, '1946-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:44', '2023-10-31 16:08:44'),
(317320, 2339, '1946-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:44', '2023-10-31 16:08:44'),
(317321, 2339, '1946-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:44', '2023-10-31 16:08:44'),
(317322, 2339, '1946-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:44', '2023-10-31 16:08:44');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(317323, 2339, '1946-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:44', '2023-10-31 16:08:44'),
(317324, 2339, '1946-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:44', '2023-10-31 16:08:44'),
(317325, 2339, '1946-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:44', '2023-10-31 16:08:44'),
(317326, 2339, '1946-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:44', '2023-10-31 16:08:44'),
(317327, 2339, '1946-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:44', '2023-10-31 16:08:44'),
(317328, 2339, '1947-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:44', '2023-10-31 16:08:44'),
(317329, 2339, '1947-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:44', '2023-10-31 16:08:44'),
(317330, 2339, '1947-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:44', '2023-10-31 16:08:44'),
(317331, 2339, '1947-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:44', '2023-10-31 16:08:44'),
(317332, 2339, '1947-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:44', '2023-10-31 16:08:44'),
(317333, 2339, '1947-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:44', '2023-10-31 16:08:44'),
(317334, 2339, '1947-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:44', '2023-10-31 16:08:44'),
(317335, 2339, '1947-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:44', '2023-10-31 16:08:44'),
(317336, 2339, '1947-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:44', '2023-10-31 16:08:44'),
(317337, 2339, '1947-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:44', '2023-10-31 16:08:44'),
(317338, 2339, '1947-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:44', '2023-10-31 16:08:44'),
(317339, 2339, '1947-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:44', '2023-10-31 16:08:44'),
(317340, 2339, '1948-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:44', '2023-10-31 16:08:44'),
(317341, 2339, '1948-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:44', '2023-10-31 16:08:44'),
(317342, 2339, '1948-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:44', '2023-10-31 16:08:44'),
(317343, 2339, '1948-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:44', '2023-10-31 16:08:44'),
(317344, 2339, '1948-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:44', '2023-10-31 16:08:44'),
(317345, 2339, '1948-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:44', '2023-10-31 16:08:44'),
(317346, 2339, '1948-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:44', '2023-10-31 16:08:44'),
(317347, 2339, '1948-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:44', '2023-10-31 16:08:44'),
(317348, 2339, '1948-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:44', '2023-10-31 16:08:44'),
(317349, 2339, '1948-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:44', '2023-10-31 16:08:44'),
(317350, 2339, '1948-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:44', '2023-10-31 16:08:44'),
(317351, 2339, '1948-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:44', '2023-10-31 16:08:44'),
(317352, 2339, '1949-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:44', '2023-10-31 16:08:44'),
(317353, 2339, '1949-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:44', '2023-10-31 16:08:44'),
(317354, 2339, '1949-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:44', '2023-10-31 16:08:44'),
(317355, 2339, '1949-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:44', '2023-10-31 16:08:44'),
(317356, 2339, '1949-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:44', '2023-10-31 16:08:44'),
(317357, 2339, '1949-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:44', '2023-10-31 16:08:44'),
(317358, 2339, '1949-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:44', '2023-10-31 16:08:44'),
(317359, 2339, '1949-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:44', '2023-10-31 16:08:44'),
(317360, 2339, '1949-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:44', '2023-10-31 16:08:44'),
(317361, 2339, '1949-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:44', '2023-10-31 16:08:44'),
(317362, 2339, '1949-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:44', '2023-10-31 16:08:44'),
(317363, 2339, '1949-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:44', '2023-10-31 16:08:44'),
(317364, 2339, '1950-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:44', '2023-10-31 16:08:44'),
(317365, 2339, '1950-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:44', '2023-10-31 16:08:44'),
(317366, 2339, '1950-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:44', '2023-10-31 16:08:44'),
(317367, 2339, '1950-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:44', '2023-10-31 16:08:44'),
(317368, 2339, '1950-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:44', '2023-10-31 16:08:44'),
(317369, 2339, '1950-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:44', '2023-10-31 16:08:44'),
(317370, 2339, '1950-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:44', '2023-10-31 16:08:44'),
(317371, 2339, '1950-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:44', '2023-10-31 16:08:44'),
(317372, 2339, '1950-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:44', '2023-10-31 16:08:44'),
(317373, 2339, '1950-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:44', '2023-10-31 16:08:44'),
(317374, 2339, '1950-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:44', '2023-10-31 16:08:44'),
(317375, 2339, '1950-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:44', '2023-10-31 16:08:44'),
(317376, 2339, '1951-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:44', '2023-10-31 16:08:44'),
(317377, 2339, '1951-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:44', '2023-10-31 16:08:44'),
(317378, 2339, '1951-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:44', '2023-10-31 16:08:44'),
(317379, 2339, '1951-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:44', '2023-10-31 16:08:44'),
(317380, 2339, '1951-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:44', '2023-10-31 16:08:44'),
(317381, 2339, '1951-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:44', '2023-10-31 16:08:44'),
(317382, 2339, '1951-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:44', '2023-10-31 16:08:44'),
(317383, 2339, '1951-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:44', '2023-10-31 16:08:44'),
(317384, 2339, '1951-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:44', '2023-10-31 16:08:44'),
(317385, 2339, '1951-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:44', '2023-10-31 16:08:44'),
(317386, 2339, '1951-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:44', '2023-10-31 16:08:44'),
(317387, 2339, '1951-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:44', '2023-10-31 16:08:44'),
(317388, 2339, '1952-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:44', '2023-10-31 16:08:44'),
(317389, 2339, '1952-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:44', '2023-10-31 16:08:44'),
(317390, 2339, '1952-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:44', '2023-10-31 16:08:44'),
(317391, 2339, '1952-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:44', '2023-10-31 16:08:44'),
(317392, 2339, '1952-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:44', '2023-10-31 16:08:44'),
(317393, 2339, '1952-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:44', '2023-10-31 16:08:44'),
(317394, 2339, '1952-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:44', '2023-10-31 16:08:44'),
(317395, 2339, '1952-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:44', '2023-10-31 16:08:44'),
(317396, 2339, '1952-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:44', '2023-10-31 16:08:44'),
(317397, 2339, '1952-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:44', '2023-10-31 16:08:44'),
(317398, 2339, '1952-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:44', '2023-10-31 16:08:44'),
(317399, 2339, '1952-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:44', '2023-10-31 16:08:44'),
(317400, 2339, '1953-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:44', '2023-10-31 16:08:44'),
(317401, 2339, '1953-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:44', '2023-10-31 16:08:44'),
(317402, 2339, '1953-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:44', '2023-10-31 16:08:44'),
(317403, 2339, '1953-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:44', '2023-10-31 16:08:44'),
(317404, 2339, '1953-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:44', '2023-10-31 16:08:44'),
(317405, 2339, '1953-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:44', '2023-10-31 16:08:44'),
(317406, 2339, '1953-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:44', '2023-10-31 16:08:44'),
(317407, 2339, '1953-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:44', '2023-10-31 16:08:44'),
(317408, 2339, '1953-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:44', '2023-10-31 16:08:44'),
(317409, 2339, '1953-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:44', '2023-10-31 16:08:44'),
(317410, 2339, '1953-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:44', '2023-10-31 16:08:44'),
(317411, 2339, '1953-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:44', '2023-10-31 16:08:44'),
(317412, 2339, '1954-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:44', '2023-10-31 16:08:44'),
(317413, 2339, '1954-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:44', '2023-10-31 16:08:44'),
(317414, 2339, '1954-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:44', '2023-10-31 16:08:44'),
(317415, 2339, '1954-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:44', '2023-10-31 16:08:44'),
(317416, 2339, '1954-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:44', '2023-10-31 16:08:44'),
(317417, 2339, '1954-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:44', '2023-10-31 16:08:44'),
(317418, 2339, '1954-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:44', '2023-10-31 16:08:44'),
(317419, 2339, '1954-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:44', '2023-10-31 16:08:44'),
(317420, 2339, '1954-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:44', '2023-10-31 16:08:44'),
(317421, 2339, '1954-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:44', '2023-10-31 16:08:44'),
(317422, 2339, '1954-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:44', '2023-10-31 16:08:44'),
(317423, 2339, '1954-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:44', '2023-10-31 16:08:44'),
(317424, 2339, '1955-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:44', '2023-10-31 16:08:44'),
(317425, 2339, '1955-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:44', '2023-10-31 16:08:44'),
(317426, 2339, '1955-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:44', '2023-10-31 16:08:44'),
(317427, 2339, '1955-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:44', '2023-10-31 16:08:44'),
(317428, 2339, '1955-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:44', '2023-10-31 16:08:44'),
(317429, 2339, '1955-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:44', '2023-10-31 16:08:44'),
(317430, 2339, '1955-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:44', '2023-10-31 16:08:44'),
(317431, 2339, '1955-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:44', '2023-10-31 16:08:44'),
(317432, 2339, '1955-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:44', '2023-10-31 16:08:44'),
(317433, 2339, '1955-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:44', '2023-10-31 16:08:44'),
(317434, 2339, '1955-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:44', '2023-10-31 16:08:44'),
(317435, 2339, '1955-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:44', '2023-10-31 16:08:44'),
(317436, 2339, '1956-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:44', '2023-10-31 16:08:44'),
(317437, 2339, '1956-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:44', '2023-10-31 16:08:44'),
(317438, 2339, '1956-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:44', '2023-10-31 16:08:44'),
(317439, 2339, '1956-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:44', '2023-10-31 16:08:44'),
(317440, 2339, '1956-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:44', '2023-10-31 16:08:44'),
(317441, 2339, '1956-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:44', '2023-10-31 16:08:44'),
(317442, 2339, '1956-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:44', '2023-10-31 16:08:44'),
(317443, 2339, '1956-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:44', '2023-10-31 16:08:44'),
(317444, 2339, '1956-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:44', '2023-10-31 16:08:44'),
(317445, 2339, '1956-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:44', '2023-10-31 16:08:44'),
(317446, 2339, '1956-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:44', '2023-10-31 16:08:44'),
(317447, 2339, '1956-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:44', '2023-10-31 16:08:44'),
(317448, 2339, '1957-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:44', '2023-10-31 16:08:44'),
(317449, 2339, '1957-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:44', '2023-10-31 16:08:44'),
(317450, 2339, '1957-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:44', '2023-10-31 16:08:44'),
(317451, 2339, '1957-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:44', '2023-10-31 16:08:44'),
(317452, 2339, '1957-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:44', '2023-10-31 16:08:44'),
(317453, 2339, '1957-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:44', '2023-10-31 16:08:44'),
(317454, 2339, '1957-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:44', '2023-10-31 16:08:44'),
(317455, 2339, '1957-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:44', '2023-10-31 16:08:44'),
(317456, 2339, '1957-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:44', '2023-10-31 16:08:44'),
(317457, 2339, '1957-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:44', '2023-10-31 16:08:44'),
(317458, 2339, '1957-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:44', '2023-10-31 16:08:44'),
(317459, 2339, '1957-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:44', '2023-10-31 16:08:44'),
(317460, 2339, '1958-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:44', '2023-10-31 16:08:44'),
(317461, 2339, '1958-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:44', '2023-10-31 16:08:44'),
(317462, 2339, '1958-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:44', '2023-10-31 16:08:44'),
(317463, 2339, '1958-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:44', '2023-10-31 16:08:44'),
(317464, 2339, '1958-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:44', '2023-10-31 16:08:44'),
(317465, 2339, '1958-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:44', '2023-10-31 16:08:44'),
(317466, 2339, '1958-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:44', '2023-10-31 16:08:44'),
(317467, 2339, '1958-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:44', '2023-10-31 16:08:44'),
(317468, 2339, '1958-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:44', '2023-10-31 16:08:44'),
(317469, 2339, '1958-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:44', '2023-10-31 16:08:44'),
(317470, 2339, '1958-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:44', '2023-10-31 16:08:44'),
(317471, 2339, '1958-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:44', '2023-10-31 16:08:44'),
(317472, 2339, '1959-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:44', '2023-10-31 16:08:44'),
(317473, 2339, '1959-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:44', '2023-10-31 16:08:44'),
(317474, 2339, '1959-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:44', '2023-10-31 16:08:44'),
(317475, 2339, '1959-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317476, 2339, '1959-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317477, 2339, '1959-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317478, 2339, '1959-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317479, 2339, '1959-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317480, 2339, '1959-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317481, 2339, '1959-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317482, 2339, '1959-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317483, 2339, '1959-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317484, 2339, '1960-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317485, 2339, '1960-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317486, 2339, '1960-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317487, 2339, '1960-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317488, 2339, '1960-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317489, 2339, '1960-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317490, 2339, '1960-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317491, 2339, '1960-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317492, 2339, '1960-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317493, 2339, '1960-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317494, 2339, '1960-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317495, 2339, '1960-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317496, 2339, '1961-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317497, 2339, '1961-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317498, 2339, '1961-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317499, 2339, '1961-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317500, 2339, '1961-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317501, 2339, '1961-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317502, 2339, '1961-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317503, 2339, '1961-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317504, 2339, '1961-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317505, 2339, '1961-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317506, 2339, '1961-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317507, 2339, '1961-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317508, 2339, '1962-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317509, 2339, '1962-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317510, 2339, '1962-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317511, 2339, '1962-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317512, 2339, '1962-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317513, 2339, '1962-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317514, 2339, '1962-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317515, 2339, '1962-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317516, 2339, '1962-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317517, 2339, '1962-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317518, 2339, '1962-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317519, 2339, '1962-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317520, 2339, '1963-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317521, 2339, '1963-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317522, 2339, '1963-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317523, 2339, '1963-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317524, 2339, '1963-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317525, 2339, '1963-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317526, 2339, '1963-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317527, 2339, '1963-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317528, 2339, '1963-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317529, 2339, '1963-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317530, 2339, '1963-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317531, 2339, '1963-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317532, 2339, '1964-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317533, 2339, '1964-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317534, 2339, '1964-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317535, 2339, '1964-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317536, 2339, '1964-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317537, 2339, '1964-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317538, 2339, '1964-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317539, 2339, '1964-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317540, 2339, '1964-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317541, 2339, '1964-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317542, 2339, '1964-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317543, 2339, '1964-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317544, 2339, '1965-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317545, 2339, '1965-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317546, 2339, '1965-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317547, 2339, '1965-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317548, 2339, '1965-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317549, 2339, '1965-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317550, 2339, '1965-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317551, 2339, '1965-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317552, 2339, '1965-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317553, 2339, '1965-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317554, 2339, '1965-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317555, 2339, '1965-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317556, 2339, '1966-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317557, 2339, '1966-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317558, 2339, '1966-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317559, 2339, '1966-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317560, 2339, '1966-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317561, 2339, '1966-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317562, 2339, '1966-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317563, 2339, '1966-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317564, 2339, '1966-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317565, 2339, '1966-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317566, 2339, '1966-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317567, 2339, '1966-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317568, 2339, '1967-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317569, 2339, '1967-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317570, 2339, '1967-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317571, 2339, '1967-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317572, 2339, '1967-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317573, 2339, '1967-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317574, 2339, '1967-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317575, 2339, '1967-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317576, 2339, '1967-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317577, 2339, '1967-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317578, 2339, '1967-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317579, 2339, '1967-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317580, 2339, '1968-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317581, 2339, '1968-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317582, 2339, '1968-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317583, 2339, '1968-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317584, 2339, '1968-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317585, 2339, '1968-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317586, 2339, '1968-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317587, 2339, '1968-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317588, 2339, '1968-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317589, 2339, '1968-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317590, 2339, '1968-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317591, 2339, '1968-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317592, 2339, '1969-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317593, 2339, '1969-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317594, 2339, '1969-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317595, 2339, '1969-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317596, 2339, '1969-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317597, 2339, '1969-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317598, 2339, '1969-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317599, 2339, '1969-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317600, 2339, '1969-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317601, 2339, '1969-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317602, 2339, '1969-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317603, 2339, '1969-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317604, 2339, '1970-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317605, 2339, '1970-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317606, 2339, '1970-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317607, 2339, '1970-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317608, 2339, '1970-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317609, 2339, '1970-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317610, 2339, '1970-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317611, 2339, '1970-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317612, 2339, '1970-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317613, 2339, '1970-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317614, 2339, '1970-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317615, 2339, '1970-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317616, 2339, '1971-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317617, 2339, '1971-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317618, 2339, '1971-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317619, 2339, '1971-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317620, 2339, '1971-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317621, 2339, '1971-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317622, 2339, '1971-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317623, 2339, '1971-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317624, 2339, '1971-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317625, 2339, '1971-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317626, 2339, '1971-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317627, 2339, '1971-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317628, 2339, '1972-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317629, 2339, '1972-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317630, 2339, '1972-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317631, 2339, '1972-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317632, 2339, '1972-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317633, 2339, '1972-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317634, 2339, '1972-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317635, 2339, '1972-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317636, 2339, '1972-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317637, 2339, '1972-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317638, 2339, '1972-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317639, 2339, '1972-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317640, 2339, '1973-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317641, 2339, '1973-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317642, 2339, '1973-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317643, 2339, '1973-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317644, 2339, '1973-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317645, 2339, '1973-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317646, 2339, '1973-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317647, 2339, '1973-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317648, 2339, '1973-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317649, 2339, '1973-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317650, 2339, '1973-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317651, 2339, '1973-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317652, 2339, '1974-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317653, 2339, '1974-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317654, 2339, '1974-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317655, 2339, '1974-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317656, 2339, '1974-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317657, 2339, '1974-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317658, 2339, '1974-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317659, 2339, '1974-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317660, 2339, '1974-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317661, 2339, '1974-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317662, 2339, '1974-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317663, 2339, '1974-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317664, 2339, '1975-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317665, 2339, '1975-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317666, 2339, '1975-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317667, 2339, '1975-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317668, 2339, '1975-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317669, 2339, '1975-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317670, 2339, '1975-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317671, 2339, '1975-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317672, 2339, '1975-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317673, 2339, '1975-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317674, 2339, '1975-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317675, 2339, '1975-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317676, 2339, '1976-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317677, 2339, '1976-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317678, 2339, '1976-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317679, 2339, '1976-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317680, 2339, '1976-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317681, 2339, '1976-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317682, 2339, '1976-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317683, 2339, '1976-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317684, 2339, '1976-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317685, 2339, '1976-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317686, 2339, '1976-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317687, 2339, '1976-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317688, 2339, '1977-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317689, 2339, '1977-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317690, 2339, '1977-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317691, 2339, '1977-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317692, 2339, '1977-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317693, 2339, '1977-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317694, 2339, '1977-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317695, 2339, '1977-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317696, 2339, '1977-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317697, 2339, '1977-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317698, 2339, '1977-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317699, 2339, '1977-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317700, 2339, '1978-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317701, 2339, '1978-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317702, 2339, '1978-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317703, 2339, '1978-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317704, 2339, '1978-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317705, 2339, '1978-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317706, 2339, '1978-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317707, 2339, '1978-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317708, 2339, '1978-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317709, 2339, '1978-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317710, 2339, '1978-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317711, 2339, '1978-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317712, 2339, '1979-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317713, 2339, '1979-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317714, 2339, '1979-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317715, 2339, '1979-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317716, 2339, '1979-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317717, 2339, '1979-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317718, 2339, '1979-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317719, 2339, '1979-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317720, 2339, '1979-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317721, 2339, '1979-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317722, 2339, '1979-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317723, 2339, '1979-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317724, 2339, '1980-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317725, 2339, '1980-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317726, 2339, '1980-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317727, 2339, '1980-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317728, 2339, '1980-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317729, 2339, '1980-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317730, 2339, '1980-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317731, 2339, '1980-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317732, 2339, '1980-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317733, 2339, '1980-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317734, 2339, '1980-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317735, 2339, '1980-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317736, 2339, '1981-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317737, 2339, '1981-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317738, 2339, '1981-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317739, 2339, '1981-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317740, 2339, '1981-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317741, 2339, '1981-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317742, 2339, '1981-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317743, 2339, '1981-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317744, 2339, '1981-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317745, 2339, '1981-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317746, 2339, '1981-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317747, 2339, '1981-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317748, 2339, '1982-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317749, 2339, '1982-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317750, 2339, '1982-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317751, 2339, '1982-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317752, 2339, '1982-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317753, 2339, '1982-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317754, 2339, '1982-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317755, 2339, '1982-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317756, 2339, '1982-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317757, 2339, '1982-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317758, 2339, '1982-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317759, 2339, '1982-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317760, 2339, '1983-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317761, 2339, '1983-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317762, 2339, '1983-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317763, 2339, '1983-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317764, 2339, '1983-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317765, 2339, '1983-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317766, 2339, '1983-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317767, 2339, '1983-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317768, 2339, '1983-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317769, 2339, '1983-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317770, 2339, '1983-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317771, 2339, '1983-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317772, 2339, '1984-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317773, 2339, '1984-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317774, 2339, '1984-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317775, 2339, '1984-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317776, 2339, '1984-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317777, 2339, '1984-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317778, 2339, '1984-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317779, 2339, '1984-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317780, 2339, '1984-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317781, 2339, '1984-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317782, 2339, '1984-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317783, 2339, '1984-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317784, 2339, '1985-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317785, 2339, '1985-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317786, 2339, '1985-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317787, 2339, '1985-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(317788, 2339, '1985-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317789, 2339, '1985-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317790, 2339, '1985-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317791, 2339, '1985-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317792, 2339, '1985-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317793, 2339, '1985-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317794, 2339, '1985-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317795, 2339, '1985-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317796, 2339, '1986-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317797, 2339, '1986-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317798, 2339, '1986-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317799, 2339, '1986-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317800, 2339, '1986-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317801, 2339, '1986-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317802, 2339, '1986-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317803, 2339, '1986-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317804, 2339, '1986-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317805, 2339, '1986-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317806, 2339, '1986-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317807, 2339, '1986-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317808, 2339, '1987-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317809, 2339, '1987-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317810, 2339, '1987-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317811, 2339, '1987-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317812, 2339, '1987-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317813, 2339, '1987-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317814, 2339, '1987-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317815, 2339, '1987-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317816, 2339, '1987-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317817, 2339, '1987-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317818, 2339, '1987-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:45', '2023-10-31 16:08:45'),
(317819, 2339, '1987-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(317820, 2339, '1988-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(317821, 2339, '1988-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(317822, 2339, '1988-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(317823, 2339, '1988-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(317824, 2339, '1988-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(317825, 2339, '1988-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(317826, 2339, '1988-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(317827, 2339, '1988-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(317828, 2339, '1988-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(317829, 2339, '1988-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(317830, 2339, '1988-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(317831, 2339, '1988-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(317832, 2339, '1989-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(317833, 2339, '1989-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(317834, 2339, '1989-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(317835, 2339, '1989-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(317836, 2339, '1989-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(317837, 2339, '1989-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(317838, 2339, '1989-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(317839, 2339, '1989-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(317840, 2339, '1989-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(317841, 2339, '1989-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(317842, 2339, '1989-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(317843, 2339, '1989-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(317844, 2339, '1990-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(317845, 2339, '1990-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(317846, 2339, '1990-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(317847, 2339, '1990-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(317848, 2339, '1990-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(317849, 2339, '1990-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(317850, 2339, '1990-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(317851, 2339, '1990-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(317852, 2339, '1990-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(317853, 2339, '1990-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(317854, 2339, '1990-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(317855, 2339, '1990-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(317856, 2339, '1991-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(317857, 2339, '1991-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(317858, 2339, '1991-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(317859, 2339, '1991-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(317860, 2339, '1991-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(317861, 2339, '1991-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(317862, 2339, '1991-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(317863, 2339, '1991-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(317864, 2339, '1991-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(317865, 2339, '1991-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(317866, 2339, '1991-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(317867, 2339, '1991-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(317868, 2339, '1992-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(317869, 2339, '1992-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(317870, 2339, '1992-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(317871, 2339, '1992-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(317872, 2339, '1992-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(317873, 2339, '1992-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(317874, 2339, '1992-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(317875, 2339, '1992-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(317876, 2339, '1992-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(317877, 2339, '1992-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(317878, 2339, '1992-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(317879, 2339, '1992-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(317880, 2339, '1993-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(317881, 2339, '1993-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(317882, 2339, '1993-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(317883, 2339, '1993-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(317884, 2339, '1993-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(317885, 2339, '1993-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(317886, 2339, '1993-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(317887, 2339, '1993-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(317888, 2339, '1993-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(317889, 2339, '1993-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(317890, 2339, '1993-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(317891, 2339, '1993-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(317892, 2339, '1994-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(317893, 2339, '1994-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(317894, 2339, '1994-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(317895, 2339, '1994-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(317896, 2339, '1994-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(317897, 2339, '1994-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(317898, 2339, '1994-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(317899, 2339, '1994-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(317900, 2339, '1994-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(317901, 2339, '1994-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(317902, 2339, '1994-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(317903, 2339, '1994-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(317904, 2339, '1995-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(317905, 2339, '1995-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(317906, 2339, '1995-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(317907, 2339, '1995-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(317908, 2339, '1995-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(317909, 2339, '1995-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(317910, 2339, '1995-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(317911, 2339, '1995-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(317912, 2339, '1995-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(317913, 2339, '1995-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(317914, 2339, '1995-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(317915, 2339, '1995-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(317916, 2339, '1996-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(317917, 2339, '1996-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(317918, 2339, '1996-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(317919, 2339, '1996-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(317920, 2339, '1996-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(317921, 2339, '1996-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(317922, 2339, '1996-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(317923, 2339, '1996-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(317924, 2339, '1996-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(317925, 2339, '1996-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(317926, 2339, '1996-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(317927, 2339, '1996-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(317928, 2339, '1997-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(317929, 2339, '1997-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(317930, 2339, '1997-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(317931, 2339, '1997-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(317932, 2339, '1997-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(317933, 2339, '1997-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(317934, 2339, '1997-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(317935, 2339, '1997-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(317936, 2339, '1997-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(317937, 2339, '1997-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(317938, 2339, '1997-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(317939, 2339, '1997-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(317940, 2339, '1998-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(317941, 2339, '1998-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(317942, 2339, '1998-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(317943, 2339, '1998-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(317944, 2339, '1998-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(317945, 2339, '1998-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(317946, 2339, '1998-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(317947, 2339, '1998-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(317948, 2339, '1998-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(317949, 2339, '1998-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(317950, 2339, '1998-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(317951, 2339, '1998-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(317952, 2339, '1999-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(317953, 2339, '1999-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(317954, 2339, '1999-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(317955, 2339, '1999-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(317956, 2339, '1999-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(317957, 2339, '1999-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(317958, 2339, '1999-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(317959, 2339, '1999-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(317960, 2339, '1999-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(317961, 2339, '1999-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(317962, 2339, '1999-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(317963, 2339, '1999-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(317964, 2339, '2000-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(317965, 2339, '2000-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(317966, 2339, '2000-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(317967, 2339, '2000-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(317968, 2339, '2000-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(317969, 2339, '2000-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(317970, 2339, '2000-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(317971, 2339, '2000-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(317972, 2339, '2000-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(317973, 2339, '2000-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(317974, 2339, '2000-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(317975, 2339, '2000-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(317976, 2339, '2001-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(317977, 2339, '2001-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(317978, 2339, '2001-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(317979, 2339, '2001-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(317980, 2339, '2001-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(317981, 2339, '2001-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(317982, 2339, '2001-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(317983, 2339, '2001-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(317984, 2339, '2001-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(317985, 2339, '2001-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(317986, 2339, '2001-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(317987, 2339, '2001-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(317988, 2339, '2002-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(317989, 2339, '2002-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(317990, 2339, '2002-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(317991, 2339, '2002-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(317992, 2339, '2002-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(317993, 2339, '2002-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(317994, 2339, '2002-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(317995, 2339, '2002-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(317996, 2339, '2002-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(317997, 2339, '2002-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(317998, 2339, '2002-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(317999, 2339, '2002-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(318000, 2339, '2003-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(318001, 2339, '2003-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(318002, 2339, '2003-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(318003, 2339, '2003-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(318004, 2339, '2003-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(318005, 2339, '2003-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(318006, 2339, '2003-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(318007, 2339, '2003-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(318008, 2339, '2003-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(318009, 2339, '2003-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(318010, 2339, '2003-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(318011, 2339, '2003-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(318012, 2339, '2004-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(318013, 2339, '2004-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(318014, 2339, '2004-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(318015, 2339, '2004-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(318016, 2339, '2004-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(318017, 2339, '2004-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(318018, 2339, '2004-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(318019, 2339, '2004-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(318020, 2339, '2004-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(318021, 2339, '2004-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(318022, 2339, '2004-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(318023, 2339, '2004-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(318024, 2339, '2005-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(318025, 2339, '2005-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(318026, 2339, '2005-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(318027, 2339, '2005-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(318028, 2339, '2005-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(318029, 2339, '2005-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(318030, 2339, '2005-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(318031, 2339, '2005-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(318032, 2339, '2005-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(318033, 2339, '2005-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(318034, 2339, '2005-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(318035, 2339, '2005-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(318036, 2339, '2006-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(318037, 2339, '2006-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(318038, 2339, '2006-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(318039, 2339, '2006-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(318040, 2339, '2006-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(318041, 2339, '2006-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(318042, 2339, '2006-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(318043, 2339, '2006-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(318044, 2339, '2006-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(318045, 2339, '2006-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(318046, 2339, '2006-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(318047, 2339, '2006-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(318048, 2339, '2007-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(318049, 2339, '2007-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(318050, 2339, '2007-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(318051, 2339, '2007-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(318052, 2339, '2007-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(318053, 2339, '2007-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(318054, 2339, '2007-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(318055, 2339, '2007-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(318056, 2339, '2007-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(318057, 2339, '2007-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(318058, 2339, '2007-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(318059, 2339, '2007-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(318060, 2339, '2008-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(318061, 2339, '2008-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(318062, 2339, '2008-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(318063, 2339, '2008-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(318064, 2339, '2008-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(318065, 2339, '2008-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(318066, 2339, '2008-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(318067, 2339, '2008-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(318068, 2339, '2008-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(318069, 2339, '2008-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(318070, 2339, '2008-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(318071, 2339, '2008-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(318072, 2339, '2009-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(318073, 2339, '2009-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(318074, 2339, '2009-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(318075, 2339, '2009-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(318076, 2339, '2009-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(318077, 2339, '2009-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(318078, 2339, '2009-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(318079, 2339, '2009-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(318080, 2339, '2009-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(318081, 2339, '2009-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(318082, 2339, '2009-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(318083, 2339, '2009-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(318084, 2339, '2010-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(318085, 2339, '2010-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(318086, 2339, '2010-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(318087, 2339, '2010-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(318088, 2339, '2010-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(318089, 2339, '2010-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(318090, 2339, '2010-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(318091, 2339, '2010-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(318092, 2339, '2010-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(318093, 2339, '2010-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(318094, 2339, '2010-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(318095, 2339, '2010-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(318096, 2339, '2011-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(318097, 2339, '2011-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(318098, 2339, '2011-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(318099, 2339, '2011-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(318100, 2339, '2011-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(318101, 2339, '2011-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(318102, 2339, '2011-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(318103, 2339, '2011-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(318104, 2339, '2011-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(318105, 2339, '2011-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(318106, 2339, '2011-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(318107, 2339, '2011-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(318108, 2339, '2012-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(318109, 2339, '2012-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(318110, 2339, '2012-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(318111, 2339, '2012-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(318112, 2339, '2012-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(318113, 2339, '2012-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(318114, 2339, '2012-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(318115, 2339, '2012-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(318116, 2339, '2012-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(318117, 2339, '2012-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(318118, 2339, '2012-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(318119, 2339, '2012-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(318120, 2339, '2013-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(318121, 2339, '2013-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(318122, 2339, '2013-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(318123, 2339, '2013-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(318124, 2339, '2013-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(318125, 2339, '2013-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(318126, 2339, '2013-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(318127, 2339, '2013-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(318128, 2339, '2013-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(318129, 2339, '2013-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(318130, 2339, '2013-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(318131, 2339, '2013-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(318132, 2339, '2014-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(318133, 2339, '2014-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(318134, 2339, '2014-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(318135, 2339, '2014-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(318136, 2339, '2014-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(318137, 2339, '2014-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(318138, 2339, '2014-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(318139, 2339, '2014-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(318140, 2339, '2014-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(318141, 2339, '2014-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(318142, 2339, '2014-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(318143, 2339, '2014-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(318144, 2339, '2015-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(318145, 2339, '2015-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(318146, 2339, '2015-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(318147, 2339, '2015-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(318148, 2339, '2015-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(318149, 2339, '2015-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(318150, 2339, '2015-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(318151, 2339, '2015-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(318152, 2339, '2015-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(318153, 2339, '2015-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(318154, 2339, '2015-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(318155, 2339, '2015-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(318156, 2339, '2016-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(318157, 2339, '2016-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(318158, 2339, '2016-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(318159, 2339, '2016-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(318160, 2339, '2016-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(318161, 2339, '2016-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(318162, 2339, '2016-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(318163, 2339, '2016-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(318164, 2339, '2016-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(318165, 2339, '2016-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(318166, 2339, '2016-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(318167, 2339, '2016-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(318168, 2339, '2017-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(318169, 2339, '2017-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(318170, 2339, '2017-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:46', '2023-10-31 16:08:46'),
(318171, 2339, '2017-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:47', '2023-10-31 16:08:47'),
(318172, 2339, '2017-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:47', '2023-10-31 16:08:47'),
(318173, 2339, '2017-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:47', '2023-10-31 16:08:47'),
(318174, 2339, '2017-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:47', '2023-10-31 16:08:47'),
(318175, 2339, '2017-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:47', '2023-10-31 16:08:47'),
(318176, 2339, '2017-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:47', '2023-10-31 16:08:47'),
(318177, 2339, '2017-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:47', '2023-10-31 16:08:47'),
(318178, 2339, '2017-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:47', '2023-10-31 16:08:47'),
(318179, 2339, '2017-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:47', '2023-10-31 16:08:47'),
(318180, 2339, '2018-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:47', '2023-10-31 16:08:47'),
(318181, 2339, '2018-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:47', '2023-10-31 16:08:47'),
(318182, 2339, '2018-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:47', '2023-10-31 16:08:47'),
(318183, 2339, '2018-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:47', '2023-10-31 16:08:47'),
(318184, 2339, '2018-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:47', '2023-10-31 16:08:47'),
(318185, 2339, '2018-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:47', '2023-10-31 16:08:47'),
(318186, 2339, '2018-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:47', '2023-10-31 16:08:47'),
(318187, 2339, '2018-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:47', '2023-10-31 16:08:47'),
(318188, 2339, '2018-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:47', '2023-10-31 16:08:47'),
(318189, 2339, '2018-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:47', '2023-10-31 16:08:47'),
(318190, 2339, '2018-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:47', '2023-10-31 16:08:47'),
(318191, 2339, '2018-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:47', '2023-10-31 16:08:47'),
(318192, 2339, '2019-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:47', '2023-10-31 16:08:47'),
(318193, 2339, '2019-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:47', '2023-10-31 16:08:47'),
(318194, 2339, '2019-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:47', '2023-10-31 16:08:47'),
(318195, 2339, '2019-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:47', '2023-10-31 16:08:47'),
(318196, 2339, '2019-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:47', '2023-10-31 16:08:47'),
(318197, 2339, '2019-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:47', '2023-10-31 16:08:47'),
(318198, 2339, '2019-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:47', '2023-10-31 16:08:47'),
(318199, 2339, '2019-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:47', '2023-10-31 16:08:47'),
(318200, 2339, '2019-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:47', '2023-10-31 16:08:47'),
(318201, 2339, '2019-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:47', '2023-10-31 16:08:47'),
(318202, 2339, '2019-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:47', '2023-10-31 16:08:47'),
(318203, 2339, '2019-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:47', '2023-10-31 16:08:47'),
(318204, 2339, '2020-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:47', '2023-10-31 16:08:47'),
(318205, 2339, '2020-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:47', '2023-10-31 16:08:47'),
(318206, 2339, '2020-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:47', '2023-10-31 16:08:47'),
(318207, 2339, '2020-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:47', '2023-10-31 16:08:47'),
(318208, 2339, '2020-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:47', '2023-10-31 16:08:47'),
(318209, 2339, '2020-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:47', '2023-10-31 16:08:47'),
(318210, 2339, '2020-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:47', '2023-10-31 16:08:47'),
(318211, 2339, '2020-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:47', '2023-10-31 16:08:47'),
(318212, 2339, '2020-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:47', '2023-10-31 16:08:47'),
(318213, 2339, '2020-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:47', '2023-10-31 16:08:47'),
(318214, 2339, '2020-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:47', '2023-10-31 16:08:47'),
(318215, 2339, '2020-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:47', '2023-10-31 16:08:47'),
(318216, 2339, '2021-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:47', '2023-10-31 16:08:47'),
(318217, 2339, '2021-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:47', '2023-10-31 16:08:47'),
(318218, 2339, '2021-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:47', '2023-10-31 16:08:47'),
(318219, 2339, '2021-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:47', '2023-10-31 16:08:47'),
(318220, 2339, '2021-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:47', '2023-10-31 16:08:47'),
(318221, 2339, '2021-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:47', '2023-10-31 16:08:47'),
(318222, 2339, '2021-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:47', '2023-10-31 16:08:47'),
(318223, 2339, '2021-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:47', '2023-10-31 16:08:47'),
(318224, 2339, '2021-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:47', '2023-10-31 16:08:47'),
(318225, 2339, '2021-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:47', '2023-10-31 16:08:47'),
(318226, 2339, '2021-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:47', '2023-10-31 16:08:47'),
(318227, 2339, '2021-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:47', '2023-10-31 16:08:47'),
(318228, 2339, '2022-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:47', '2023-10-31 16:08:47'),
(318229, 2339, '2022-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:47', '2023-10-31 16:08:47'),
(318230, 2339, '2022-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:47', '2023-10-31 16:08:47'),
(318231, 2339, '2022-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:47', '2023-10-31 16:08:47'),
(318232, 2339, '2022-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:47', '2023-10-31 16:08:47'),
(318233, 2339, '2022-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:47', '2023-10-31 16:08:47'),
(318234, 2339, '2022-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:47', '2023-10-31 16:08:47'),
(318235, 2339, '2022-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:47', '2023-10-31 16:08:47'),
(318236, 2339, '2022-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:47', '2023-10-31 16:08:47'),
(318237, 2339, '2022-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:47', '2023-10-31 16:08:47'),
(318238, 2339, '2022-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:47', '2023-10-31 16:08:47'),
(318239, 2339, '2022-12-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:47', '2023-10-31 16:08:47'),
(318240, 2339, '2023-01-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:47', '2023-10-31 16:08:47'),
(318241, 2339, '2023-02-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:47', '2023-10-31 16:08:47'),
(318242, 2339, '2023-03-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:47', '2023-10-31 16:08:47'),
(318243, 2339, '2023-04-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:47', '2023-10-31 16:08:47'),
(318244, 2339, '2023-05-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:47', '2023-10-31 16:08:47'),
(318245, 2339, '2023-06-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:47', '2023-10-31 16:08:47'),
(318246, 2339, '2023-07-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:47', '2023-10-31 16:08:47'),
(318247, 2339, '2023-08-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:47', '2023-10-31 16:08:47'),
(318248, 2339, '2023-09-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:47', '2023-10-31 16:08:47'),
(318249, 2339, '2023-10-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:47', '2023-10-31 16:08:47'),
(318250, 2339, '2023-11-01 01:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:08:47', '2023-10-31 16:08:47'),
(318251, 2340, '2023-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:12:03', '2023-10-31 16:12:03'),
(318252, 2340, '2023-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:12:03', '2023-10-31 16:12:03');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(318253, 2340, '2023-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:12:03', '2023-10-31 16:12:03'),
(318254, 2340, '2023-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:12:03', '2023-10-31 16:12:03'),
(318255, 2340, '2023-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:12:03', '2023-10-31 16:12:03'),
(318256, 2340, '2023-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:12:03', '2023-10-31 16:12:03'),
(318257, 2340, '2023-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:12:03', '2023-10-31 16:12:03'),
(318258, 2340, '2023-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:12:03', '2023-10-31 16:12:03'),
(318259, 2341, '2022-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:14:23', '2023-10-31 16:14:23'),
(318260, 2341, '2022-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:14:23', '2023-10-31 16:14:23'),
(318261, 2341, '2022-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:14:23', '2023-10-31 16:14:23'),
(318262, 2341, '2022-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:14:23', '2023-10-31 16:14:23'),
(318263, 2341, '2022-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:14:23', '2023-10-31 16:14:23'),
(318264, 2341, '2022-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:14:23', '2023-10-31 16:14:23'),
(318265, 2341, '2022-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:14:23', '2023-10-31 16:14:23'),
(318266, 2341, '2022-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:14:23', '2023-10-31 16:14:23'),
(318267, 2341, '2022-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:14:23', '2023-10-31 16:14:23'),
(318268, 2341, '2023-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:14:23', '2023-10-31 16:14:23'),
(318269, 2341, '2023-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:14:23', '2023-10-31 16:14:23'),
(318270, 2341, '2023-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:14:23', '2023-10-31 16:14:23'),
(318271, 2341, '2023-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:14:23', '2023-10-31 16:14:23'),
(318272, 2341, '2023-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:14:23', '2023-10-31 16:14:23'),
(318273, 2341, '2023-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:14:23', '2023-10-31 16:14:23'),
(318274, 2341, '2023-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:14:23', '2023-10-31 16:14:23'),
(318275, 2341, '2023-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:14:23', '2023-10-31 16:14:23'),
(318276, 2341, '2023-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:14:23', '2023-10-31 16:14:23'),
(318277, 2341, '2023-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:14:23', '2023-10-31 16:14:23'),
(318278, 2341, '2023-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:14:23', '2023-10-31 16:14:23'),
(318279, 2342, '2024-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:16:11', '2023-10-31 16:16:11'),
(318280, 2342, '2025-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:16:11', '2023-10-31 16:16:11'),
(318281, 2342, '2026-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:16:11', '2023-10-31 16:16:11'),
(318282, 2342, '2027-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:16:11', '2023-10-31 16:16:11'),
(318283, 2342, '2028-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:16:11', '2023-10-31 16:16:11'),
(318284, 2342, '2029-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:16:11', '2023-10-31 16:16:11'),
(318285, 2343, '2023-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:18:40', '2023-10-31 16:18:40'),
(318286, 2343, '2023-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:18:40', '2023-10-31 16:18:40'),
(318287, 2343, '2023-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:18:40', '2023-10-31 16:18:40'),
(318288, 2343, '2023-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:18:40', '2023-10-31 16:18:40'),
(318289, 2343, '2023-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:18:40', '2023-10-31 16:18:40'),
(318290, 2343, '2023-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:18:40', '2023-10-31 16:18:40'),
(318291, 2344, '2022-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:26:29', '2023-10-31 16:26:29'),
(318292, 2344, '2022-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:26:29', '2023-10-31 16:26:29'),
(318293, 2344, '2022-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:26:29', '2023-10-31 16:26:29'),
(318294, 2344, '2022-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:26:29', '2023-10-31 16:26:29'),
(318295, 2344, '2022-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:26:29', '2023-10-31 16:26:29'),
(318296, 2344, '2022-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:26:29', '2023-10-31 16:26:29'),
(318297, 2344, '2022-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:26:29', '2023-10-31 16:26:29'),
(318298, 2344, '2022-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:26:29', '2023-10-31 16:26:29'),
(318299, 2344, '2022-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:26:29', '2023-10-31 16:26:29'),
(318300, 2344, '2023-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:26:29', '2023-10-31 16:26:29'),
(318301, 2344, '2023-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:26:29', '2023-10-31 16:26:29'),
(318302, 2344, '2023-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:26:29', '2023-10-31 16:26:29'),
(318303, 2344, '2023-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:26:29', '2023-10-31 16:26:29'),
(318304, 2344, '2023-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:26:29', '2023-10-31 16:26:29'),
(318305, 2344, '2023-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:26:29', '2023-10-31 16:26:29'),
(318306, 2344, '2023-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:26:29', '2023-10-31 16:26:29'),
(318307, 2344, '2023-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:26:29', '2023-10-31 16:26:29'),
(318308, 2344, '2023-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:26:29', '2023-10-31 16:26:29'),
(318309, 2344, '2023-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:26:29', '2023-10-31 16:26:29'),
(318310, 2344, '2023-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:26:29', '2023-10-31 16:26:29'),
(318311, 2345, '2022-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:29:09', '2023-10-31 16:29:09'),
(318312, 2345, '2022-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:29:09', '2023-10-31 16:29:09'),
(318313, 2345, '2022-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:29:09', '2023-10-31 16:29:09'),
(318314, 2345, '2022-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:29:09', '2023-10-31 16:29:09'),
(318315, 2345, '2022-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:29:09', '2023-10-31 16:29:09'),
(318316, 2345, '2022-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:29:09', '2023-10-31 16:29:09'),
(318317, 2345, '2022-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:29:09', '2023-10-31 16:29:09'),
(318318, 2345, '2023-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:29:09', '2023-10-31 16:29:09'),
(318319, 2345, '2023-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:29:09', '2023-10-31 16:29:09'),
(318320, 2345, '2023-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:29:09', '2023-10-31 16:29:09'),
(318321, 2345, '2023-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:29:09', '2023-10-31 16:29:09'),
(318322, 2345, '2023-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:29:09', '2023-10-31 16:29:09'),
(318323, 2345, '2023-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:29:09', '2023-10-31 16:29:09'),
(318324, 2345, '2023-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:29:09', '2023-10-31 16:29:09'),
(318325, 2345, '2023-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:29:09', '2023-10-31 16:29:09'),
(318326, 2345, '2023-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:29:09', '2023-10-31 16:29:09'),
(318327, 2345, '2023-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:29:09', '2023-10-31 16:29:09'),
(318328, 2345, '2023-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:29:09', '2023-10-31 16:29:09'),
(318329, 2346, '2023-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:39:36', '2023-10-31 16:39:36'),
(318330, 2346, '2023-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:39:37', '2023-10-31 16:39:37'),
(318331, 2346, '2023-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:39:37', '2023-10-31 16:39:37'),
(318332, 2347, '2023-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:43:53', '2023-10-31 16:43:53'),
(318333, 2347, '2023-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:43:53', '2023-10-31 16:43:53'),
(318334, 2347, '2023-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:43:53', '2023-10-31 16:43:53'),
(318335, 2348, '2023-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:48:47', '2023-10-31 16:48:47'),
(318336, 2348, '2023-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:48:47', '2023-10-31 16:48:47'),
(318337, 2348, '2023-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:48:47', '2023-10-31 16:48:47'),
(318338, 2348, '2023-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:48:47', '2023-10-31 16:48:47'),
(318339, 2348, '2023-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:48:47', '2023-10-31 16:48:47'),
(318340, 2348, '2023-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:48:47', '2023-10-31 16:48:47'),
(318341, 2349, '2023-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:53:57', '2023-10-31 16:53:57'),
(318342, 2349, '2023-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:53:57', '2023-10-31 16:53:57'),
(318343, 2349, '2023-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:53:57', '2023-10-31 16:53:57'),
(318344, 2349, '2023-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:53:57', '2023-10-31 16:53:57'),
(318345, 2349, '2023-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:53:57', '2023-10-31 16:53:57'),
(318346, 2349, '2023-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:53:57', '2023-10-31 16:53:57'),
(318347, 2350, '2022-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:56:15', '2023-10-31 16:56:15'),
(318348, 2350, '2022-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:56:15', '2023-10-31 16:56:15'),
(318349, 2350, '2022-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:56:15', '2023-10-31 16:56:15'),
(318350, 2350, '2022-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:56:15', '2023-10-31 16:56:15'),
(318351, 2350, '2022-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:56:15', '2023-10-31 16:56:15'),
(318352, 2350, '2022-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:56:15', '2023-10-31 16:56:15'),
(318353, 2350, '2023-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:56:15', '2023-10-31 16:56:15'),
(318354, 2350, '2023-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:56:15', '2023-10-31 16:56:15'),
(318355, 2350, '2023-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:56:15', '2023-10-31 16:56:15'),
(318356, 2350, '2023-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:56:15', '2023-10-31 16:56:15'),
(318357, 2350, '2023-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:56:15', '2023-10-31 16:56:15'),
(318358, 2350, '2023-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:56:15', '2023-10-31 16:56:15'),
(318359, 2350, '2023-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:56:15', '2023-10-31 16:56:15'),
(318360, 2350, '2023-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:56:15', '2023-10-31 16:56:15'),
(318361, 2350, '2023-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:56:15', '2023-10-31 16:56:15'),
(318362, 2350, '2023-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:56:15', '2023-10-31 16:56:15'),
(318363, 2350, '2023-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:56:15', '2023-10-31 16:56:15'),
(318364, 2351, '2023-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:58:47', '2023-10-31 16:58:47'),
(318365, 2351, '2023-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:58:47', '2023-10-31 16:58:47'),
(318366, 2351, '2023-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:58:47', '2023-10-31 16:58:47'),
(318367, 2351, '2023-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 16:58:47', '2023-10-31 16:58:47'),
(318368, 2352, '2022-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:01:24', '2023-10-31 17:01:24'),
(318369, 2352, '2022-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:01:24', '2023-10-31 17:01:24'),
(318370, 2352, '2022-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:01:24', '2023-10-31 17:01:24'),
(318371, 2352, '2022-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:01:24', '2023-10-31 17:01:24'),
(318372, 2352, '2022-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:01:24', '2023-10-31 17:01:24'),
(318373, 2352, '2022-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:01:24', '2023-10-31 17:01:24'),
(318374, 2352, '2022-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:01:24', '2023-10-31 17:01:24'),
(318375, 2352, '2022-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:01:24', '2023-10-31 17:01:24'),
(318376, 2352, '2022-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:01:24', '2023-10-31 17:01:24'),
(318377, 2352, '2022-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:01:24', '2023-10-31 17:01:24'),
(318378, 2352, '2022-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:01:24', '2023-10-31 17:01:24'),
(318379, 2352, '2023-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:01:24', '2023-10-31 17:01:24'),
(318380, 2352, '2023-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:01:24', '2023-10-31 17:01:24'),
(318381, 2352, '2023-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:01:24', '2023-10-31 17:01:24'),
(318382, 2352, '2023-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:01:24', '2023-10-31 17:01:24'),
(318383, 2352, '2023-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:01:24', '2023-10-31 17:01:24'),
(318384, 2352, '2023-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:01:24', '2023-10-31 17:01:24'),
(318385, 2352, '2023-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:01:24', '2023-10-31 17:01:24'),
(318386, 2352, '2023-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:01:24', '2023-10-31 17:01:24'),
(318387, 2352, '2023-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:01:24', '2023-10-31 17:01:24'),
(318388, 2352, '2023-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:01:24', '2023-10-31 17:01:24'),
(318389, 2352, '2023-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:01:24', '2023-10-31 17:01:24'),
(318390, 2353, '2022-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:06:24', '2023-10-31 17:06:24'),
(318391, 2353, '2022-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:06:24', '2023-10-31 17:06:24'),
(318392, 2353, '2022-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:06:24', '2023-10-31 17:06:24'),
(318393, 2353, '2022-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:06:24', '2023-10-31 17:06:24'),
(318394, 2353, '2022-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:06:24', '2023-10-31 17:06:24'),
(318395, 2353, '2022-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:06:24', '2023-10-31 17:06:24'),
(318396, 2353, '2022-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:06:24', '2023-10-31 17:06:24'),
(318397, 2353, '2022-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:06:24', '2023-10-31 17:06:24'),
(318398, 2353, '2022-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:06:24', '2023-10-31 17:06:24'),
(318399, 2353, '2022-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:06:24', '2023-10-31 17:06:24'),
(318400, 2353, '2022-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:06:24', '2023-10-31 17:06:24'),
(318401, 2353, '2023-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:06:24', '2023-10-31 17:06:24'),
(318402, 2353, '2023-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:06:24', '2023-10-31 17:06:24'),
(318403, 2353, '2023-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:06:24', '2023-10-31 17:06:24'),
(318404, 2353, '2023-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:06:24', '2023-10-31 17:06:24'),
(318405, 2353, '2023-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:06:24', '2023-10-31 17:06:24'),
(318406, 2353, '2023-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:06:24', '2023-10-31 17:06:24'),
(318407, 2353, '2023-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:06:24', '2023-10-31 17:06:24'),
(318408, 2353, '2023-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:06:24', '2023-10-31 17:06:24'),
(318409, 2353, '2023-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:06:24', '2023-10-31 17:06:24'),
(318410, 2353, '2023-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:06:24', '2023-10-31 17:06:24'),
(318411, 2353, '2023-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:06:24', '2023-10-31 17:06:24'),
(318412, 2354, '2022-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:08:46', '2023-10-31 17:08:46'),
(318413, 2354, '2022-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:08:46', '2023-10-31 17:08:46'),
(318414, 2354, '2022-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:08:46', '2023-10-31 17:08:46'),
(318415, 2354, '2022-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:08:46', '2023-10-31 17:08:46'),
(318416, 2354, '2022-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:08:46', '2023-10-31 17:08:46'),
(318417, 2354, '2022-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:08:46', '2023-10-31 17:08:46'),
(318418, 2354, '2022-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:08:46', '2023-10-31 17:08:46'),
(318419, 2354, '2022-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:08:46', '2023-10-31 17:08:46'),
(318420, 2354, '2022-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:08:46', '2023-10-31 17:08:46'),
(318421, 2354, '2022-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:08:46', '2023-10-31 17:08:46'),
(318422, 2354, '2022-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:08:46', '2023-10-31 17:08:46'),
(318423, 2354, '2023-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:08:46', '2023-10-31 17:08:46'),
(318424, 2354, '2023-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:08:46', '2023-10-31 17:08:46'),
(318425, 2354, '2023-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:08:46', '2023-10-31 17:08:46'),
(318426, 2354, '2023-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:08:46', '2023-10-31 17:08:46'),
(318427, 2354, '2023-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:08:46', '2023-10-31 17:08:46'),
(318428, 2354, '2023-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:08:46', '2023-10-31 17:08:46'),
(318429, 2354, '2023-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:08:46', '2023-10-31 17:08:46'),
(318430, 2354, '2023-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:08:46', '2023-10-31 17:08:46'),
(318431, 2354, '2023-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:08:46', '2023-10-31 17:08:46'),
(318432, 2354, '2023-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:08:46', '2023-10-31 17:08:46'),
(318433, 2354, '2023-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:08:46', '2023-10-31 17:08:46'),
(318434, 2355, '2022-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:10:55', '2023-10-31 17:10:55'),
(318435, 2355, '2022-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:10:55', '2023-10-31 17:10:55'),
(318436, 2355, '2022-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:10:55', '2023-10-31 17:10:55'),
(318437, 2355, '2022-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:10:55', '2023-10-31 17:10:55'),
(318438, 2355, '2022-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:10:55', '2023-10-31 17:10:55'),
(318439, 2355, '2022-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:10:55', '2023-10-31 17:10:55'),
(318440, 2355, '2022-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:10:55', '2023-10-31 17:10:55'),
(318441, 2355, '2022-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:10:55', '2023-10-31 17:10:55'),
(318442, 2355, '2022-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:10:55', '2023-10-31 17:10:55'),
(318443, 2355, '2022-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:10:55', '2023-10-31 17:10:55'),
(318444, 2355, '2023-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:10:55', '2023-10-31 17:10:55'),
(318445, 2355, '2023-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:10:55', '2023-10-31 17:10:55'),
(318446, 2355, '2023-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:10:55', '2023-10-31 17:10:55'),
(318447, 2355, '2023-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:10:55', '2023-10-31 17:10:55'),
(318448, 2355, '2023-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:10:55', '2023-10-31 17:10:55'),
(318449, 2355, '2023-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:10:55', '2023-10-31 17:10:55'),
(318450, 2355, '2023-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:10:55', '2023-10-31 17:10:55'),
(318451, 2355, '2023-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:10:55', '2023-10-31 17:10:55'),
(318452, 2355, '2023-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:10:55', '2023-10-31 17:10:55'),
(318453, 2355, '2023-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:10:55', '2023-10-31 17:10:55'),
(318454, 2355, '2023-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:10:55', '2023-10-31 17:10:55'),
(318455, 2356, '2022-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:13:31', '2023-10-31 17:13:31'),
(318456, 2356, '2022-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:13:31', '2023-10-31 17:13:31'),
(318457, 2356, '2022-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:13:31', '2023-10-31 17:13:31'),
(318458, 2356, '2022-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:13:31', '2023-10-31 17:13:31'),
(318459, 2356, '2022-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:13:31', '2023-10-31 17:13:31'),
(318460, 2356, '2022-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:13:31', '2023-10-31 17:13:31'),
(318461, 2356, '2022-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:13:31', '2023-10-31 17:13:31'),
(318462, 2356, '2022-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:13:31', '2023-10-31 17:13:31'),
(318463, 2356, '2022-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:13:31', '2023-10-31 17:13:31'),
(318464, 2356, '2022-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:13:31', '2023-10-31 17:13:31'),
(318465, 2356, '2023-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:13:31', '2023-10-31 17:13:31'),
(318466, 2356, '2023-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:13:31', '2023-10-31 17:13:31'),
(318467, 2356, '2023-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:13:31', '2023-10-31 17:13:31'),
(318468, 2356, '2023-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:13:31', '2023-10-31 17:13:31'),
(318469, 2356, '2023-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:13:31', '2023-10-31 17:13:31'),
(318470, 2356, '2023-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:13:31', '2023-10-31 17:13:31'),
(318471, 2356, '2023-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:13:31', '2023-10-31 17:13:31'),
(318472, 2356, '2023-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:13:31', '2023-10-31 17:13:31'),
(318473, 2356, '2023-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:13:31', '2023-10-31 17:13:31'),
(318474, 2356, '2023-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:13:31', '2023-10-31 17:13:31'),
(318475, 2356, '2023-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:13:31', '2023-10-31 17:13:31'),
(318476, 2357, '2022-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:14:42', '2023-10-31 17:14:42'),
(318477, 2357, '2022-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:14:42', '2023-10-31 17:14:42'),
(318478, 2357, '2022-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:14:42', '2023-10-31 17:14:42'),
(318479, 2357, '2022-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:14:42', '2023-10-31 17:14:42'),
(318480, 2357, '2022-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:14:42', '2023-10-31 17:14:42'),
(318481, 2357, '2022-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:14:42', '2023-10-31 17:14:42'),
(318482, 2357, '2022-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:14:42', '2023-10-31 17:14:42'),
(318483, 2357, '2022-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:14:42', '2023-10-31 17:14:42'),
(318484, 2357, '2022-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:14:42', '2023-10-31 17:14:42'),
(318485, 2357, '2022-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:14:42', '2023-10-31 17:14:42'),
(318486, 2357, '2023-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:14:42', '2023-10-31 17:14:42'),
(318487, 2357, '2023-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:14:42', '2023-10-31 17:14:42'),
(318488, 2357, '2023-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:14:42', '2023-10-31 17:14:42'),
(318489, 2357, '2023-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:14:42', '2023-10-31 17:14:42'),
(318490, 2357, '2023-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:14:42', '2023-10-31 17:14:42'),
(318491, 2357, '2023-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:14:42', '2023-10-31 17:14:42'),
(318492, 2357, '2023-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:14:42', '2023-10-31 17:14:42'),
(318493, 2357, '2023-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:14:42', '2023-10-31 17:14:42'),
(318494, 2357, '2023-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:14:42', '2023-10-31 17:14:42'),
(318495, 2357, '2023-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:14:42', '2023-10-31 17:14:42'),
(318496, 2357, '2023-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:14:42', '2023-10-31 17:14:42'),
(318497, 2358, '2022-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:16:00', '2023-10-31 17:16:00'),
(318498, 2358, '2022-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:16:00', '2023-10-31 17:16:00'),
(318499, 2358, '2022-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:16:00', '2023-10-31 17:16:00'),
(318500, 2358, '2022-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:16:00', '2023-10-31 17:16:00'),
(318501, 2358, '2022-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:16:00', '2023-10-31 17:16:00'),
(318502, 2358, '2022-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:16:00', '2023-10-31 17:16:00'),
(318503, 2358, '2022-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:16:00', '2023-10-31 17:16:00'),
(318504, 2358, '2022-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:16:00', '2023-10-31 17:16:00'),
(318505, 2358, '2022-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:16:00', '2023-10-31 17:16:00'),
(318506, 2358, '2022-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:16:01', '2023-10-31 17:16:01'),
(318507, 2358, '2023-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:16:01', '2023-10-31 17:16:01'),
(318508, 2358, '2023-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:16:01', '2023-10-31 17:16:01'),
(318509, 2358, '2023-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:16:01', '2023-10-31 17:16:01'),
(318510, 2358, '2023-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:16:01', '2023-10-31 17:16:01'),
(318511, 2358, '2023-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:16:01', '2023-10-31 17:16:01'),
(318512, 2358, '2023-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:16:01', '2023-10-31 17:16:01'),
(318513, 2358, '2023-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:16:01', '2023-10-31 17:16:01'),
(318514, 2358, '2023-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:16:01', '2023-10-31 17:16:01'),
(318515, 2358, '2023-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:16:01', '2023-10-31 17:16:01'),
(318516, 2358, '2023-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:16:01', '2023-10-31 17:16:01'),
(318517, 2358, '2023-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:16:01', '2023-10-31 17:16:01'),
(318518, 2359, '2022-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:17:03', '2023-10-31 17:17:03'),
(318519, 2359, '2022-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:17:03', '2023-10-31 17:17:03'),
(318520, 2359, '2022-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:17:03', '2023-10-31 17:17:03'),
(318521, 2359, '2022-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:17:03', '2023-10-31 17:17:03'),
(318522, 2359, '2022-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:17:03', '2023-10-31 17:17:03'),
(318523, 2359, '2022-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:17:03', '2023-10-31 17:17:03'),
(318524, 2359, '2022-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:17:03', '2023-10-31 17:17:03'),
(318525, 2359, '2022-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:17:03', '2023-10-31 17:17:03'),
(318526, 2359, '2022-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:17:03', '2023-10-31 17:17:03'),
(318527, 2359, '2022-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:17:03', '2023-10-31 17:17:03'),
(318528, 2359, '2023-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:17:03', '2023-10-31 17:17:03'),
(318529, 2359, '2023-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:17:03', '2023-10-31 17:17:03'),
(318530, 2359, '2023-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:17:03', '2023-10-31 17:17:03'),
(318531, 2359, '2023-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:17:03', '2023-10-31 17:17:03'),
(318532, 2359, '2023-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:17:03', '2023-10-31 17:17:03'),
(318533, 2359, '2023-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:17:03', '2023-10-31 17:17:03'),
(318534, 2359, '2023-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:17:03', '2023-10-31 17:17:03'),
(318535, 2359, '2023-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:17:03', '2023-10-31 17:17:03'),
(318536, 2359, '2023-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:17:03', '2023-10-31 17:17:03'),
(318537, 2359, '2023-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:17:03', '2023-10-31 17:17:03'),
(318538, 2359, '2023-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:17:03', '2023-10-31 17:17:03'),
(318539, 2360, '2023-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:25:28', '2023-10-31 17:25:28'),
(318540, 2360, '2023-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:25:28', '2023-10-31 17:25:28'),
(318541, 2360, '2023-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:25:28', '2023-10-31 17:25:28'),
(318542, 2360, '2023-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:25:28', '2023-10-31 17:25:28'),
(318543, 2360, '2023-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:25:28', '2023-10-31 17:25:28'),
(318544, 2360, '2023-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:25:28', '2023-10-31 17:25:28'),
(318545, 2360, '2023-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:25:28', '2023-10-31 17:25:28'),
(318546, 2360, '2023-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:25:28', '2023-10-31 17:25:28'),
(318547, 2360, '2023-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:25:28', '2023-10-31 17:25:28'),
(318548, 2361, '2022-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:34:18', '2023-10-31 17:34:18'),
(318549, 2361, '2022-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:34:18', '2023-10-31 17:34:18'),
(318550, 2361, '2022-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:34:18', '2023-10-31 17:34:18'),
(318551, 2361, '2022-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:34:18', '2023-10-31 17:34:18'),
(318552, 2361, '2022-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:34:18', '2023-10-31 17:34:18'),
(318553, 2361, '2022-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:34:18', '2023-10-31 17:34:18'),
(318554, 2361, '2022-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:34:18', '2023-10-31 17:34:18'),
(318555, 2361, '2022-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:34:18', '2023-10-31 17:34:18'),
(318556, 2361, '2022-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:34:18', '2023-10-31 17:34:18'),
(318557, 2361, '2022-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:34:18', '2023-10-31 17:34:18'),
(318558, 2361, '2022-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:34:18', '2023-10-31 17:34:18'),
(318559, 2361, '2023-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:34:18', '2023-10-31 17:34:18'),
(318560, 2361, '2023-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:34:18', '2023-10-31 17:34:18'),
(318561, 2361, '2023-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:34:18', '2023-10-31 17:34:18'),
(318562, 2361, '2023-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:34:18', '2023-10-31 17:34:18'),
(318563, 2361, '2023-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:34:18', '2023-10-31 17:34:18'),
(318564, 2361, '2023-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:34:18', '2023-10-31 17:34:18'),
(318565, 2361, '2023-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:34:18', '2023-10-31 17:34:18'),
(318566, 2361, '2023-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:34:18', '2023-10-31 17:34:18'),
(318567, 2361, '2023-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:34:18', '2023-10-31 17:34:18'),
(318568, 2361, '2023-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:34:18', '2023-10-31 17:34:18'),
(318569, 2361, '2023-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:34:18', '2023-10-31 17:34:18'),
(318570, 2362, '2022-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:35:35', '2023-10-31 17:35:35'),
(318571, 2362, '2022-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:35:35', '2023-10-31 17:35:35'),
(318572, 2362, '2022-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:35:35', '2023-10-31 17:35:35'),
(318573, 2362, '2022-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:35:35', '2023-10-31 17:35:35'),
(318574, 2362, '2022-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:35:35', '2023-10-31 17:35:35'),
(318575, 2362, '2022-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:35:35', '2023-10-31 17:35:35'),
(318576, 2362, '2022-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:35:35', '2023-10-31 17:35:35'),
(318577, 2362, '2022-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:35:35', '2023-10-31 17:35:35'),
(318578, 2362, '2022-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:35:35', '2023-10-31 17:35:35'),
(318579, 2362, '2022-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:35:35', '2023-10-31 17:35:35'),
(318580, 2362, '2022-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:35:35', '2023-10-31 17:35:35'),
(318581, 2362, '2023-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:35:35', '2023-10-31 17:35:35'),
(318582, 2362, '2023-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:35:35', '2023-10-31 17:35:35'),
(318583, 2362, '2023-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:35:35', '2023-10-31 17:35:35'),
(318584, 2362, '2023-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:35:35', '2023-10-31 17:35:35'),
(318585, 2362, '2023-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:35:35', '2023-10-31 17:35:35'),
(318586, 2362, '2023-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:35:35', '2023-10-31 17:35:35'),
(318587, 2362, '2023-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:35:35', '2023-10-31 17:35:35'),
(318588, 2362, '2023-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:35:35', '2023-10-31 17:35:35'),
(318589, 2362, '2023-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:35:35', '2023-10-31 17:35:35'),
(318590, 2362, '2023-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:35:35', '2023-10-31 17:35:35'),
(318591, 2362, '2023-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:35:35', '2023-10-31 17:35:35'),
(318592, 2363, '2022-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:36:58', '2023-10-31 17:36:58'),
(318593, 2363, '2022-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:36:58', '2023-10-31 17:36:58'),
(318594, 2363, '2022-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:36:58', '2023-10-31 17:36:58'),
(318595, 2363, '2022-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:36:58', '2023-10-31 17:36:58'),
(318596, 2363, '2022-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:36:58', '2023-10-31 17:36:58'),
(318597, 2363, '2022-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:36:58', '2023-10-31 17:36:58'),
(318598, 2363, '2022-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:36:58', '2023-10-31 17:36:58'),
(318599, 2363, '2022-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:36:58', '2023-10-31 17:36:58'),
(318600, 2363, '2022-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:36:58', '2023-10-31 17:36:58'),
(318601, 2363, '2022-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:36:58', '2023-10-31 17:36:58'),
(318602, 2363, '2022-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:36:58', '2023-10-31 17:36:58'),
(318603, 2363, '2023-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:36:58', '2023-10-31 17:36:58'),
(318604, 2363, '2023-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:36:58', '2023-10-31 17:36:58'),
(318605, 2363, '2023-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:36:58', '2023-10-31 17:36:58'),
(318606, 2363, '2023-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:36:58', '2023-10-31 17:36:58'),
(318607, 2363, '2023-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:36:58', '2023-10-31 17:36:58'),
(318608, 2363, '2023-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:36:58', '2023-10-31 17:36:58'),
(318609, 2363, '2023-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:36:58', '2023-10-31 17:36:58'),
(318610, 2363, '2023-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:36:58', '2023-10-31 17:36:58'),
(318611, 2363, '2023-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:36:58', '2023-10-31 17:36:58'),
(318612, 2363, '2023-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:36:58', '2023-10-31 17:36:58'),
(318613, 2363, '2023-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:36:58', '2023-10-31 17:36:58'),
(318614, 2364, '2022-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:38:58', '2023-10-31 17:38:58'),
(318615, 2364, '2022-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:38:58', '2023-10-31 17:38:58'),
(318616, 2364, '2022-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:38:58', '2023-10-31 17:38:58'),
(318617, 2364, '2022-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:38:58', '2023-10-31 17:38:58'),
(318618, 2364, '2022-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:38:58', '2023-10-31 17:38:58'),
(318619, 2364, '2022-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:38:58', '2023-10-31 17:38:58'),
(318620, 2364, '2022-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:38:58', '2023-10-31 17:38:58'),
(318621, 2364, '2022-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:38:58', '2023-10-31 17:38:58'),
(318622, 2364, '2022-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:38:58', '2023-10-31 17:38:58'),
(318623, 2364, '2022-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:38:58', '2023-10-31 17:38:58'),
(318624, 2364, '2022-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:38:58', '2023-10-31 17:38:58'),
(318625, 2364, '2023-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:38:58', '2023-10-31 17:38:58'),
(318626, 2364, '2023-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:38:58', '2023-10-31 17:38:58'),
(318627, 2364, '2023-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:38:58', '2023-10-31 17:38:58'),
(318628, 2364, '2023-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:38:58', '2023-10-31 17:38:58'),
(318629, 2364, '2023-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:38:58', '2023-10-31 17:38:58'),
(318630, 2364, '2023-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:38:58', '2023-10-31 17:38:58'),
(318631, 2364, '2023-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:38:58', '2023-10-31 17:38:58'),
(318632, 2364, '2023-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:38:58', '2023-10-31 17:38:58'),
(318633, 2364, '2023-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:38:58', '2023-10-31 17:38:58'),
(318634, 2364, '2023-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:38:58', '2023-10-31 17:38:58'),
(318635, 2364, '2023-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:38:58', '2023-10-31 17:38:58'),
(318636, 2365, '2022-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:41:54', '2023-10-31 17:41:54'),
(318637, 2365, '2022-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:41:54', '2023-10-31 17:41:54'),
(318638, 2365, '2022-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:41:54', '2023-10-31 17:41:54'),
(318639, 2365, '2022-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:41:54', '2023-10-31 17:41:54'),
(318640, 2365, '2022-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:41:54', '2023-10-31 17:41:54'),
(318641, 2365, '2022-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:41:54', '2023-10-31 17:41:54'),
(318642, 2365, '2022-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:41:54', '2023-10-31 17:41:54'),
(318643, 2365, '2022-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:41:54', '2023-10-31 17:41:54'),
(318644, 2365, '2022-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:41:54', '2023-10-31 17:41:54'),
(318645, 2365, '2022-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:41:54', '2023-10-31 17:41:54'),
(318646, 2365, '2022-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:41:54', '2023-10-31 17:41:54'),
(318647, 2365, '2023-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:41:54', '2023-10-31 17:41:54'),
(318648, 2365, '2023-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:41:54', '2023-10-31 17:41:54'),
(318649, 2365, '2023-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:41:54', '2023-10-31 17:41:54'),
(318650, 2365, '2023-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:41:54', '2023-10-31 17:41:54'),
(318651, 2365, '2023-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:41:54', '2023-10-31 17:41:54'),
(318652, 2365, '2023-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:41:54', '2023-10-31 17:41:54'),
(318653, 2365, '2023-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:41:54', '2023-10-31 17:41:54'),
(318654, 2365, '2023-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:41:54', '2023-10-31 17:41:54'),
(318655, 2365, '2023-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:41:54', '2023-10-31 17:41:54'),
(318656, 2365, '2023-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:41:54', '2023-10-31 17:41:54'),
(318657, 2365, '2023-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:41:54', '2023-10-31 17:41:54'),
(318658, 2366, '2022-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:43:16', '2023-10-31 17:43:16'),
(318659, 2366, '2022-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:43:16', '2023-10-31 17:43:16'),
(318660, 2366, '2022-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:43:16', '2023-10-31 17:43:16'),
(318661, 2366, '2022-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:43:16', '2023-10-31 17:43:16'),
(318662, 2366, '2022-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:43:16', '2023-10-31 17:43:16'),
(318663, 2366, '2022-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:43:16', '2023-10-31 17:43:16'),
(318664, 2366, '2022-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:43:16', '2023-10-31 17:43:16'),
(318665, 2366, '2022-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:43:16', '2023-10-31 17:43:16'),
(318666, 2366, '2022-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:43:16', '2023-10-31 17:43:16'),
(318667, 2366, '2022-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:43:16', '2023-10-31 17:43:16'),
(318668, 2366, '2022-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:43:16', '2023-10-31 17:43:16'),
(318669, 2366, '2023-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:43:16', '2023-10-31 17:43:16'),
(318670, 2366, '2023-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:43:16', '2023-10-31 17:43:16'),
(318671, 2366, '2023-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:43:16', '2023-10-31 17:43:16'),
(318672, 2366, '2023-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:43:16', '2023-10-31 17:43:16'),
(318673, 2366, '2023-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:43:16', '2023-10-31 17:43:16'),
(318674, 2366, '2023-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:43:16', '2023-10-31 17:43:16'),
(318675, 2366, '2023-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:43:16', '2023-10-31 17:43:16'),
(318676, 2366, '2023-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:43:16', '2023-10-31 17:43:16'),
(318677, 2366, '2023-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:43:16', '2023-10-31 17:43:16'),
(318678, 2366, '2023-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:43:16', '2023-10-31 17:43:16'),
(318679, 2366, '2023-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-10-31 17:43:16', '2023-10-31 17:43:16'),
(318680, 2367, '2022-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 11:04:58', '2023-11-01 11:04:58'),
(318681, 2367, '2022-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 11:04:58', '2023-11-01 11:04:58'),
(318682, 2367, '2022-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 11:04:58', '2023-11-01 11:04:58'),
(318683, 2367, '2022-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 11:04:58', '2023-11-01 11:04:58'),
(318684, 2367, '2022-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 11:04:58', '2023-11-01 11:04:58'),
(318685, 2367, '2022-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 11:04:58', '2023-11-01 11:04:58'),
(318686, 2367, '2022-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 11:04:58', '2023-11-01 11:04:58'),
(318687, 2367, '2022-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 11:04:58', '2023-11-01 11:04:58'),
(318688, 2367, '2022-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 11:04:58', '2023-11-01 11:04:58'),
(318689, 2367, '2022-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 11:04:58', '2023-11-01 11:04:58'),
(318690, 2367, '2023-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 11:04:58', '2023-11-01 11:04:58'),
(318691, 2367, '2023-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 11:04:58', '2023-11-01 11:04:58'),
(318692, 2367, '2023-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 11:04:58', '2023-11-01 11:04:58'),
(318693, 2367, '2023-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 11:04:58', '2023-11-01 11:04:58'),
(318694, 2367, '2023-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 11:04:58', '2023-11-01 11:04:58'),
(318695, 2367, '2023-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 11:04:58', '2023-11-01 11:04:58'),
(318696, 2367, '2023-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 11:04:58', '2023-11-01 11:04:58'),
(318697, 2367, '2023-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 11:04:58', '2023-11-01 11:04:58'),
(318698, 2367, '2023-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 11:04:58', '2023-11-01 11:04:58'),
(318699, 2367, '2023-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 11:04:58', '2023-11-01 11:04:58'),
(318700, 2367, '2023-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 11:04:58', '2023-11-01 11:04:58'),
(318701, 2367, '2023-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 11:04:58', '2023-11-01 11:04:58'),
(318702, 2368, '2022-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 11:06:33', '2023-11-01 11:06:33'),
(318703, 2368, '2022-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 11:06:33', '2023-11-01 11:06:33'),
(318704, 2368, '2022-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 11:06:33', '2023-11-01 11:06:33'),
(318705, 2368, '2022-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 11:06:33', '2023-11-01 11:06:33'),
(318706, 2368, '2022-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 11:06:33', '2023-11-01 11:06:33'),
(318707, 2368, '2022-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 11:06:33', '2023-11-01 11:06:33'),
(318708, 2368, '2022-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 11:06:33', '2023-11-01 11:06:33'),
(318709, 2368, '2022-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 11:06:33', '2023-11-01 11:06:33'),
(318710, 2368, '2022-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 11:06:33', '2023-11-01 11:06:33'),
(318711, 2368, '2022-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 11:06:33', '2023-11-01 11:06:33'),
(318712, 2368, '2023-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 11:06:33', '2023-11-01 11:06:33'),
(318713, 2368, '2023-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 11:06:33', '2023-11-01 11:06:33'),
(318714, 2368, '2023-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 11:06:33', '2023-11-01 11:06:33'),
(318715, 2368, '2023-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 11:06:33', '2023-11-01 11:06:33'),
(318716, 2368, '2023-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 11:06:33', '2023-11-01 11:06:33'),
(318717, 2368, '2023-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 11:06:33', '2023-11-01 11:06:33');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(318718, 2368, '2023-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 11:06:33', '2023-11-01 11:06:33'),
(318719, 2368, '2023-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 11:06:33', '2023-11-01 11:06:33'),
(318720, 2368, '2023-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 11:06:33', '2023-11-01 11:06:33'),
(318721, 2368, '2023-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 11:06:33', '2023-11-01 11:06:33'),
(318722, 2368, '2023-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 11:06:33', '2023-11-01 11:06:33'),
(318723, 2368, '2023-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 11:06:33', '2023-11-01 11:06:33'),
(318724, 2369, '2022-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 11:07:49', '2023-11-01 11:07:49'),
(318725, 2369, '2022-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 11:07:49', '2023-11-01 11:07:49'),
(318726, 2369, '2022-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 11:07:49', '2023-11-01 11:07:49'),
(318727, 2369, '2022-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 11:07:49', '2023-11-01 11:07:49'),
(318728, 2369, '2022-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 11:07:49', '2023-11-01 11:07:49'),
(318729, 2369, '2022-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 11:07:49', '2023-11-01 11:07:49'),
(318730, 2369, '2022-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 11:07:49', '2023-11-01 11:07:49'),
(318731, 2369, '2022-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 11:07:49', '2023-11-01 11:07:49'),
(318732, 2369, '2022-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 11:07:49', '2023-11-01 11:07:49'),
(318733, 2369, '2022-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 11:07:50', '2023-11-01 11:07:50'),
(318734, 2369, '2023-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 11:07:50', '2023-11-01 11:07:50'),
(318735, 2369, '2023-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 11:07:50', '2023-11-01 11:07:50'),
(318736, 2369, '2023-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 11:07:50', '2023-11-01 11:07:50'),
(318737, 2369, '2023-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 11:07:50', '2023-11-01 11:07:50'),
(318738, 2369, '2023-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 11:07:50', '2023-11-01 11:07:50'),
(318739, 2369, '2023-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 11:07:50', '2023-11-01 11:07:50'),
(318740, 2369, '2023-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 11:07:50', '2023-11-01 11:07:50'),
(318741, 2369, '2023-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 11:07:50', '2023-11-01 11:07:50'),
(318742, 2369, '2023-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 11:07:50', '2023-11-01 11:07:50'),
(318743, 2369, '2023-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 11:07:50', '2023-11-01 11:07:50'),
(318744, 2369, '2023-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 11:07:50', '2023-11-01 11:07:50'),
(318745, 2369, '2023-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 11:07:50', '2023-11-01 11:07:50'),
(318746, 2370, '2022-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 11:09:20', '2023-11-01 11:09:20'),
(318747, 2370, '2022-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 11:09:20', '2023-11-01 11:09:20'),
(318748, 2370, '2022-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 11:09:20', '2023-11-01 11:09:20'),
(318749, 2370, '2022-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 11:09:20', '2023-11-01 11:09:20'),
(318750, 2370, '2022-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 11:09:20', '2023-11-01 11:09:20'),
(318751, 2370, '2022-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 11:09:20', '2023-11-01 11:09:20'),
(318752, 2370, '2022-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 11:09:20', '2023-11-01 11:09:20'),
(318753, 2370, '2022-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 11:09:20', '2023-11-01 11:09:20'),
(318754, 2370, '2022-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 11:09:20', '2023-11-01 11:09:20'),
(318755, 2370, '2022-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 11:09:20', '2023-11-01 11:09:20'),
(318756, 2370, '2023-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 11:09:20', '2023-11-01 11:09:20'),
(318757, 2370, '2023-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 11:09:20', '2023-11-01 11:09:20'),
(318758, 2370, '2023-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 11:09:20', '2023-11-01 11:09:20'),
(318759, 2370, '2023-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 11:09:20', '2023-11-01 11:09:20'),
(318760, 2370, '2023-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 11:09:20', '2023-11-01 11:09:20'),
(318761, 2370, '2023-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 11:09:20', '2023-11-01 11:09:20'),
(318762, 2370, '2023-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 11:09:20', '2023-11-01 11:09:20'),
(318763, 2370, '2023-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 11:09:20', '2023-11-01 11:09:20'),
(318764, 2370, '2023-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 11:09:20', '2023-11-01 11:09:20'),
(318765, 2370, '2023-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 11:09:20', '2023-11-01 11:09:20'),
(318766, 2370, '2023-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 11:09:20', '2023-11-01 11:09:20'),
(318767, 2370, '2023-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 11:09:20', '2023-11-01 11:09:20'),
(318768, 2371, '2022-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 11:10:40', '2023-11-01 11:10:40'),
(318769, 2371, '2022-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 11:10:40', '2023-11-01 11:10:40'),
(318770, 2371, '2022-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 11:10:40', '2023-11-01 11:10:40'),
(318771, 2371, '2022-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 11:10:40', '2023-11-01 11:10:40'),
(318772, 2371, '2022-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 11:10:40', '2023-11-01 11:10:40'),
(318773, 2371, '2022-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 11:10:40', '2023-11-01 11:10:40'),
(318774, 2371, '2022-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 11:10:40', '2023-11-01 11:10:40'),
(318775, 2371, '2022-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 11:10:40', '2023-11-01 11:10:40'),
(318776, 2371, '2022-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 11:10:40', '2023-11-01 11:10:40'),
(318777, 2371, '2022-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 11:10:40', '2023-11-01 11:10:40'),
(318778, 2371, '2023-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 11:10:40', '2023-11-01 11:10:40'),
(318779, 2371, '2023-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 11:10:40', '2023-11-01 11:10:40'),
(318780, 2371, '2023-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 11:10:40', '2023-11-01 11:10:40'),
(318781, 2371, '2023-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 11:10:40', '2023-11-01 11:10:40'),
(318782, 2371, '2023-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 11:10:40', '2023-11-01 11:10:40'),
(318783, 2371, '2023-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 11:10:40', '2023-11-01 11:10:40'),
(318784, 2371, '2023-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 11:10:40', '2023-11-01 11:10:40'),
(318785, 2371, '2023-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 11:10:40', '2023-11-01 11:10:40'),
(318786, 2371, '2023-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 11:10:40', '2023-11-01 11:10:40'),
(318787, 2371, '2023-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 11:10:40', '2023-11-01 11:10:40'),
(318788, 2371, '2023-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 11:10:40', '2023-11-01 11:10:40'),
(318789, 2371, '2023-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 11:10:40', '2023-11-01 11:10:40'),
(318790, 2372, '2022-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 11:11:46', '2023-11-01 11:11:46'),
(318791, 2372, '2022-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 11:11:46', '2023-11-01 11:11:46'),
(318792, 2372, '2022-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 11:11:46', '2023-11-01 11:11:46'),
(318793, 2372, '2022-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 11:11:46', '2023-11-01 11:11:46'),
(318794, 2372, '2022-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 11:11:46', '2023-11-01 11:11:46'),
(318795, 2372, '2022-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 11:11:46', '2023-11-01 11:11:46'),
(318796, 2372, '2022-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 11:11:46', '2023-11-01 11:11:46'),
(318797, 2372, '2022-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 11:11:46', '2023-11-01 11:11:46'),
(318798, 2372, '2022-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 11:11:46', '2023-11-01 11:11:46'),
(318799, 2372, '2022-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 11:11:46', '2023-11-01 11:11:46'),
(318800, 2372, '2023-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 11:11:46', '2023-11-01 11:11:46'),
(318801, 2372, '2023-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 11:11:46', '2023-11-01 11:11:46'),
(318802, 2372, '2023-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 11:11:46', '2023-11-01 11:11:46'),
(318803, 2372, '2023-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 11:11:46', '2023-11-01 11:11:46'),
(318804, 2372, '2023-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 11:11:46', '2023-11-01 11:11:46'),
(318805, 2372, '2023-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 11:11:46', '2023-11-01 11:11:46'),
(318806, 2372, '2023-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 11:11:46', '2023-11-01 11:11:46'),
(318807, 2372, '2023-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 11:11:46', '2023-11-01 11:11:46'),
(318808, 2372, '2023-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 11:11:46', '2023-11-01 11:11:46'),
(318809, 2372, '2023-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 11:11:46', '2023-11-01 11:11:46'),
(318810, 2372, '2023-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 11:11:46', '2023-11-01 11:11:46'),
(318811, 2372, '2023-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 11:11:46', '2023-11-01 11:11:46'),
(318812, 2373, '2022-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 11:13:39', '2023-11-01 11:13:39'),
(318813, 2373, '2022-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 11:13:39', '2023-11-01 11:13:39'),
(318814, 2373, '2022-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 11:13:39', '2023-11-01 11:13:39'),
(318815, 2373, '2022-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 11:13:39', '2023-11-01 11:13:39'),
(318816, 2373, '2022-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 11:13:39', '2023-11-01 11:13:39'),
(318817, 2373, '2022-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 11:13:39', '2023-11-01 11:13:39'),
(318818, 2373, '2022-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 11:13:39', '2023-11-01 11:13:39'),
(318819, 2373, '2022-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 11:13:39', '2023-11-01 11:13:39'),
(318820, 2373, '2022-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 11:13:39', '2023-11-01 11:13:39'),
(318821, 2373, '2022-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 11:13:39', '2023-11-01 11:13:39'),
(318822, 2373, '2023-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 11:13:39', '2023-11-01 11:13:39'),
(318823, 2373, '2023-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 11:13:39', '2023-11-01 11:13:39'),
(318824, 2373, '2023-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 11:13:39', '2023-11-01 11:13:39'),
(318825, 2373, '2023-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 11:13:39', '2023-11-01 11:13:39'),
(318826, 2373, '2023-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 11:13:39', '2023-11-01 11:13:39'),
(318827, 2373, '2023-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 11:13:39', '2023-11-01 11:13:39'),
(318828, 2373, '2023-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 11:13:39', '2023-11-01 11:13:39'),
(318829, 2373, '2023-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 11:13:39', '2023-11-01 11:13:39'),
(318830, 2373, '2023-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 11:13:39', '2023-11-01 11:13:39'),
(318831, 2373, '2023-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 11:13:39', '2023-11-01 11:13:39'),
(318832, 2373, '2023-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 11:13:39', '2023-11-01 11:13:39'),
(318833, 2373, '2023-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 11:13:39', '2023-11-01 11:13:39'),
(318834, 2374, '2022-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 11:52:46', '2023-11-01 11:52:46'),
(318835, 2374, '2022-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 11:52:46', '2023-11-01 11:52:46'),
(318836, 2374, '2022-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 11:52:46', '2023-11-01 11:52:46'),
(318837, 2374, '2022-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 11:52:46', '2023-11-01 11:52:46'),
(318838, 2374, '2022-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 11:52:46', '2023-11-01 11:52:46'),
(318839, 2374, '2022-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 11:52:46', '2023-11-01 11:52:46'),
(318840, 2374, '2022-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 11:52:46', '2023-11-01 11:52:46'),
(318841, 2374, '2022-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 11:52:46', '2023-11-01 11:52:46'),
(318842, 2374, '2022-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 11:52:46', '2023-11-01 11:52:46'),
(318843, 2374, '2022-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 11:52:46', '2023-11-01 11:52:46'),
(318844, 2374, '2023-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 11:52:46', '2023-11-01 11:52:46'),
(318845, 2374, '2023-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 11:52:46', '2023-11-01 11:52:46'),
(318846, 2374, '2023-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 11:52:46', '2023-11-01 11:52:46'),
(318847, 2374, '2023-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 11:52:46', '2023-11-01 11:52:46'),
(318848, 2374, '2023-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 11:52:46', '2023-11-01 11:52:46'),
(318849, 2374, '2023-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 11:52:46', '2023-11-01 11:52:46'),
(318850, 2374, '2023-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 11:52:46', '2023-11-01 11:52:46'),
(318851, 2374, '2023-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 11:52:46', '2023-11-01 11:52:46'),
(318852, 2374, '2023-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 11:52:46', '2023-11-01 11:52:46'),
(318853, 2374, '2023-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 11:52:46', '2023-11-01 11:52:46'),
(318854, 2374, '2023-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 11:52:46', '2023-11-01 11:52:46'),
(318855, 2374, '2023-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 11:52:46', '2023-11-01 11:52:46'),
(318856, 2375, '2022-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 11:55:17', '2023-11-01 11:55:17'),
(318857, 2375, '2022-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 11:55:17', '2023-11-01 11:55:17'),
(318858, 2375, '2022-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 11:55:17', '2023-11-01 11:55:17'),
(318859, 2375, '2022-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 11:55:17', '2023-11-01 11:55:17'),
(318860, 2375, '2022-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 11:55:17', '2023-11-01 11:55:17'),
(318861, 2375, '2022-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 11:55:17', '2023-11-01 11:55:17'),
(318862, 2375, '2022-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 11:55:17', '2023-11-01 11:55:17'),
(318863, 2375, '2022-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 11:55:17', '2023-11-01 11:55:17'),
(318864, 2375, '2022-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 11:55:17', '2023-11-01 11:55:17'),
(318865, 2375, '2022-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 11:55:17', '2023-11-01 11:55:17'),
(318866, 2375, '2022-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 11:55:17', '2023-11-01 11:55:17'),
(318867, 2375, '2023-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 11:55:17', '2023-11-01 11:55:17'),
(318868, 2375, '2023-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 11:55:17', '2023-11-01 11:55:17'),
(318869, 2375, '2023-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 11:55:17', '2023-11-01 11:55:17'),
(318870, 2375, '2023-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 11:55:17', '2023-11-01 11:55:17'),
(318871, 2375, '2023-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 11:55:17', '2023-11-01 11:55:17'),
(318872, 2375, '2023-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 11:55:17', '2023-11-01 11:55:17'),
(318873, 2375, '2023-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 11:55:17', '2023-11-01 11:55:17'),
(318874, 2375, '2023-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 11:55:17', '2023-11-01 11:55:17'),
(318875, 2375, '2023-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 11:55:17', '2023-11-01 11:55:17'),
(318876, 2375, '2023-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 11:55:17', '2023-11-01 11:55:17'),
(318877, 2375, '2023-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 11:55:17', '2023-11-01 11:55:17'),
(318878, 2375, '2023-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 11:55:17', '2023-11-01 11:55:17'),
(318879, 2376, '2022-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 11:56:25', '2023-11-01 11:56:25'),
(318880, 2376, '2022-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 11:56:25', '2023-11-01 11:56:25'),
(318881, 2376, '2022-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 11:56:25', '2023-11-01 11:56:25'),
(318882, 2376, '2022-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 11:56:25', '2023-11-01 11:56:25'),
(318883, 2376, '2022-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 11:56:25', '2023-11-01 11:56:25'),
(318884, 2376, '2022-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 11:56:25', '2023-11-01 11:56:25'),
(318885, 2376, '2022-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 11:56:25', '2023-11-01 11:56:25'),
(318886, 2376, '2022-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 11:56:25', '2023-11-01 11:56:25'),
(318887, 2376, '2022-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 11:56:25', '2023-11-01 11:56:25'),
(318888, 2376, '2022-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 11:56:25', '2023-11-01 11:56:25'),
(318889, 2376, '2022-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 11:56:25', '2023-11-01 11:56:25'),
(318890, 2376, '2022-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 11:56:25', '2023-11-01 11:56:25'),
(318891, 2376, '2023-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 11:56:25', '2023-11-01 11:56:25'),
(318892, 2376, '2023-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 11:56:25', '2023-11-01 11:56:25'),
(318893, 2376, '2023-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 11:56:25', '2023-11-01 11:56:25'),
(318894, 2376, '2023-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 11:56:25', '2023-11-01 11:56:25'),
(318895, 2376, '2023-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 11:56:25', '2023-11-01 11:56:25'),
(318896, 2376, '2023-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 11:56:25', '2023-11-01 11:56:25'),
(318897, 2376, '2023-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 11:56:25', '2023-11-01 11:56:25'),
(318898, 2376, '2023-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 11:56:25', '2023-11-01 11:56:25'),
(318899, 2376, '2023-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 11:56:25', '2023-11-01 11:56:25'),
(318900, 2376, '2023-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 11:56:25', '2023-11-01 11:56:25'),
(318901, 2376, '2023-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 11:56:25', '2023-11-01 11:56:25'),
(318902, 2376, '2023-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 11:56:25', '2023-11-01 11:56:25'),
(318903, 2377, '2022-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 12:47:43', '2023-11-01 12:47:43'),
(318904, 2377, '2022-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 12:47:43', '2023-11-01 12:47:43'),
(318905, 2377, '2022-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 12:47:43', '2023-11-01 12:47:43'),
(318906, 2377, '2022-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 12:47:43', '2023-11-01 12:47:43'),
(318907, 2377, '2022-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 12:47:43', '2023-11-01 12:47:43'),
(318908, 2377, '2022-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 12:47:43', '2023-11-01 12:47:43'),
(318909, 2377, '2022-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 12:47:43', '2023-11-01 12:47:43'),
(318910, 2377, '2022-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 12:47:43', '2023-11-01 12:47:43'),
(318911, 2377, '2022-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 12:47:43', '2023-11-01 12:47:43'),
(318912, 2377, '2022-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 12:47:43', '2023-11-01 12:47:43'),
(318913, 2377, '2022-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 12:47:43', '2023-11-01 12:47:43'),
(318914, 2377, '2022-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 12:47:43', '2023-11-01 12:47:43'),
(318915, 2377, '2023-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 12:47:43', '2023-11-01 12:47:43'),
(318916, 2377, '2023-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 12:47:43', '2023-11-01 12:47:43'),
(318917, 2377, '2023-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 12:47:43', '2023-11-01 12:47:43'),
(318918, 2377, '2023-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 12:47:43', '2023-11-01 12:47:43'),
(318919, 2377, '2023-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 12:47:43', '2023-11-01 12:47:43'),
(318920, 2377, '2023-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 12:47:43', '2023-11-01 12:47:43'),
(318921, 2377, '2023-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 12:47:43', '2023-11-01 12:47:43'),
(318922, 2377, '2023-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 12:47:43', '2023-11-01 12:47:43'),
(318923, 2377, '2023-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 12:47:43', '2023-11-01 12:47:43'),
(318924, 2377, '2023-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 12:47:43', '2023-11-01 12:47:43'),
(318925, 2377, '2023-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 12:47:43', '2023-11-01 12:47:43'),
(318926, 2377, '2023-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 12:47:43', '2023-11-01 12:47:43'),
(318927, 2378, '2022-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 12:50:26', '2023-11-01 12:50:26'),
(318928, 2378, '2022-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 12:50:26', '2023-11-01 12:50:26'),
(318929, 2378, '2022-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 12:50:26', '2023-11-01 12:50:26'),
(318930, 2378, '2022-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 12:50:26', '2023-11-01 12:50:26'),
(318931, 2378, '2022-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 12:50:26', '2023-11-01 12:50:26'),
(318932, 2378, '2022-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 12:50:26', '2023-11-01 12:50:26'),
(318933, 2378, '2022-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 12:50:26', '2023-11-01 12:50:26'),
(318934, 2378, '2022-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 12:50:26', '2023-11-01 12:50:26'),
(318935, 2378, '2022-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 12:50:26', '2023-11-01 12:50:26'),
(318936, 2378, '2022-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 12:50:26', '2023-11-01 12:50:26'),
(318937, 2378, '2022-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 12:50:26', '2023-11-01 12:50:26'),
(318938, 2378, '2023-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 12:50:26', '2023-11-01 12:50:26'),
(318939, 2378, '2023-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 12:50:26', '2023-11-01 12:50:26'),
(318940, 2378, '2023-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 12:50:26', '2023-11-01 12:50:26'),
(318941, 2378, '2023-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 12:50:26', '2023-11-01 12:50:26'),
(318942, 2378, '2023-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 12:50:26', '2023-11-01 12:50:26'),
(318943, 2378, '2023-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 12:50:26', '2023-11-01 12:50:26'),
(318944, 2378, '2023-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 12:50:26', '2023-11-01 12:50:26'),
(318945, 2378, '2023-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 12:50:26', '2023-11-01 12:50:26'),
(318946, 2378, '2023-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 12:50:26', '2023-11-01 12:50:26'),
(318947, 2378, '2023-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 12:50:26', '2023-11-01 12:50:26'),
(318948, 2378, '2023-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 12:50:26', '2023-11-01 12:50:26'),
(318949, 2378, '2023-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 12:50:26', '2023-11-01 12:50:26'),
(318950, 2379, '2022-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 13:19:13', '2023-11-01 13:19:13'),
(318951, 2379, '2022-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 13:19:13', '2023-11-01 13:19:13'),
(318952, 2379, '2022-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 13:19:13', '2023-11-01 13:19:13'),
(318953, 2379, '2022-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 13:19:13', '2023-11-01 13:19:13'),
(318954, 2379, '2022-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 13:19:13', '2023-11-01 13:19:13'),
(318955, 2379, '2022-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 13:19:13', '2023-11-01 13:19:13'),
(318956, 2379, '2022-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 13:19:13', '2023-11-01 13:19:13'),
(318957, 2379, '2022-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 13:19:13', '2023-11-01 13:19:13'),
(318958, 2379, '2022-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 13:19:13', '2023-11-01 13:19:13'),
(318959, 2379, '2022-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 13:19:13', '2023-11-01 13:19:13'),
(318960, 2379, '2022-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 13:19:13', '2023-11-01 13:19:13'),
(318961, 2379, '2023-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 13:19:13', '2023-11-01 13:19:13'),
(318962, 2379, '2023-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 13:19:13', '2023-11-01 13:19:13'),
(318963, 2379, '2023-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 13:19:13', '2023-11-01 13:19:13'),
(318964, 2379, '2023-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 13:19:13', '2023-11-01 13:19:13'),
(318965, 2379, '2023-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 13:19:13', '2023-11-01 13:19:13'),
(318966, 2379, '2023-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 13:19:13', '2023-11-01 13:19:13'),
(318967, 2379, '2023-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 13:19:13', '2023-11-01 13:19:13'),
(318968, 2379, '2023-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 13:19:13', '2023-11-01 13:19:13'),
(318969, 2379, '2023-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 13:19:13', '2023-11-01 13:19:13'),
(318970, 2379, '2023-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 13:19:13', '2023-11-01 13:19:13'),
(318971, 2379, '2023-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 13:19:13', '2023-11-01 13:19:13'),
(318972, 2379, '2023-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 13:19:13', '2023-11-01 13:19:13'),
(318973, 2380, '2022-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 13:20:24', '2023-11-01 13:20:24'),
(318974, 2380, '2022-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 13:20:24', '2023-11-01 13:20:24'),
(318975, 2380, '2022-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 13:20:24', '2023-11-01 13:20:24'),
(318976, 2380, '2022-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 13:20:24', '2023-11-01 13:20:24'),
(318977, 2380, '2022-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 13:20:24', '2023-11-01 13:20:24'),
(318978, 2380, '2022-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 13:20:24', '2023-11-01 13:20:24'),
(318979, 2380, '2022-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 13:20:24', '2023-11-01 13:20:24'),
(318980, 2380, '2022-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 13:20:24', '2023-11-01 13:20:24'),
(318981, 2380, '2022-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 13:20:24', '2023-11-01 13:20:24'),
(318982, 2380, '2022-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 13:20:24', '2023-11-01 13:20:24'),
(318983, 2380, '2022-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 13:20:24', '2023-11-01 13:20:24'),
(318984, 2380, '2023-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 13:20:24', '2023-11-01 13:20:24'),
(318985, 2380, '2023-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 13:20:24', '2023-11-01 13:20:24'),
(318986, 2380, '2023-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 13:20:24', '2023-11-01 13:20:24'),
(318987, 2380, '2023-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 13:20:24', '2023-11-01 13:20:24'),
(318988, 2380, '2023-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 13:20:24', '2023-11-01 13:20:24'),
(318989, 2380, '2023-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 13:20:24', '2023-11-01 13:20:24'),
(318990, 2380, '2023-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 13:20:24', '2023-11-01 13:20:24'),
(318991, 2380, '2023-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 13:20:24', '2023-11-01 13:20:24'),
(318992, 2380, '2023-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 13:20:24', '2023-11-01 13:20:24'),
(318993, 2380, '2023-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 13:20:24', '2023-11-01 13:20:24'),
(318994, 2380, '2023-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 13:20:24', '2023-11-01 13:20:24'),
(318995, 2380, '2023-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 13:20:24', '2023-11-01 13:20:24'),
(318996, 2381, '2022-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 13:21:35', '2023-11-01 13:21:35'),
(318997, 2381, '2022-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 13:21:35', '2023-11-01 13:21:35'),
(318998, 2381, '2022-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 13:21:35', '2023-11-01 13:21:35'),
(318999, 2381, '2022-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 13:21:35', '2023-11-01 13:21:35'),
(319000, 2381, '2022-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 13:21:35', '2023-11-01 13:21:35'),
(319001, 2381, '2022-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 13:21:35', '2023-11-01 13:21:35'),
(319002, 2381, '2022-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 13:21:35', '2023-11-01 13:21:35'),
(319003, 2381, '2022-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 13:21:35', '2023-11-01 13:21:35'),
(319004, 2381, '2022-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 13:21:35', '2023-11-01 13:21:35'),
(319005, 2381, '2022-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 13:21:35', '2023-11-01 13:21:35'),
(319006, 2381, '2022-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 13:21:35', '2023-11-01 13:21:35'),
(319007, 2381, '2023-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 13:21:35', '2023-11-01 13:21:35'),
(319008, 2381, '2023-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 13:21:35', '2023-11-01 13:21:35'),
(319009, 2381, '2023-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 13:21:35', '2023-11-01 13:21:35'),
(319010, 2381, '2023-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 13:21:35', '2023-11-01 13:21:35'),
(319011, 2381, '2023-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 13:21:35', '2023-11-01 13:21:35'),
(319012, 2381, '2023-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 13:21:35', '2023-11-01 13:21:35'),
(319013, 2381, '2023-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 13:21:35', '2023-11-01 13:21:35'),
(319014, 2381, '2023-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 13:21:35', '2023-11-01 13:21:35'),
(319015, 2381, '2023-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 13:21:35', '2023-11-01 13:21:35'),
(319016, 2381, '2023-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 13:21:35', '2023-11-01 13:21:35'),
(319017, 2381, '2023-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 13:21:35', '2023-11-01 13:21:35'),
(319018, 2381, '2023-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 13:21:35', '2023-11-01 13:21:35'),
(319019, 2382, '2022-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 13:23:09', '2023-11-01 13:23:09'),
(319020, 2382, '2022-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 13:23:09', '2023-11-01 13:23:09'),
(319021, 2382, '2022-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 13:23:09', '2023-11-01 13:23:09'),
(319022, 2382, '2022-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 13:23:09', '2023-11-01 13:23:09'),
(319023, 2382, '2022-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 13:23:09', '2023-11-01 13:23:09'),
(319024, 2382, '2022-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 13:23:09', '2023-11-01 13:23:09'),
(319025, 2382, '2022-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 13:23:09', '2023-11-01 13:23:09'),
(319026, 2382, '2022-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 13:23:09', '2023-11-01 13:23:09'),
(319027, 2382, '2022-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 13:23:09', '2023-11-01 13:23:09'),
(319028, 2382, '2022-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 13:23:09', '2023-11-01 13:23:09'),
(319029, 2382, '2022-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 13:23:09', '2023-11-01 13:23:09'),
(319030, 2382, '2023-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 13:23:09', '2023-11-01 13:23:09'),
(319031, 2382, '2023-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 13:23:09', '2023-11-01 13:23:09'),
(319032, 2382, '2023-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 13:23:09', '2023-11-01 13:23:09'),
(319033, 2382, '2023-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 13:23:09', '2023-11-01 13:23:09'),
(319034, 2382, '2023-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 13:23:09', '2023-11-01 13:23:09'),
(319035, 2382, '2023-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 13:23:09', '2023-11-01 13:23:09'),
(319036, 2382, '2023-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 13:23:09', '2023-11-01 13:23:09'),
(319037, 2382, '2023-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 13:23:09', '2023-11-01 13:23:09'),
(319038, 2382, '2023-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 13:23:09', '2023-11-01 13:23:09'),
(319039, 2382, '2023-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 13:23:09', '2023-11-01 13:23:09'),
(319040, 2382, '2023-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 13:23:09', '2023-11-01 13:23:09'),
(319041, 2382, '2023-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 13:23:09', '2023-11-01 13:23:09'),
(319042, 2383, '2022-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 13:24:15', '2023-11-01 13:24:15'),
(319043, 2383, '2022-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 13:24:15', '2023-11-01 13:24:15'),
(319044, 2383, '2022-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 13:24:15', '2023-11-01 13:24:15'),
(319045, 2383, '2022-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 13:24:15', '2023-11-01 13:24:15'),
(319046, 2383, '2022-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 13:24:15', '2023-11-01 13:24:15'),
(319047, 2383, '2022-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 13:24:15', '2023-11-01 13:24:15'),
(319048, 2383, '2022-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 13:24:15', '2023-11-01 13:24:15'),
(319049, 2383, '2022-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 13:24:15', '2023-11-01 13:24:15'),
(319050, 2383, '2022-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 13:24:15', '2023-11-01 13:24:15'),
(319051, 2383, '2022-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 13:24:15', '2023-11-01 13:24:15'),
(319052, 2383, '2022-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 13:24:15', '2023-11-01 13:24:15'),
(319053, 2383, '2023-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 13:24:15', '2023-11-01 13:24:15'),
(319054, 2383, '2023-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 13:24:15', '2023-11-01 13:24:15'),
(319055, 2383, '2023-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 13:24:15', '2023-11-01 13:24:15'),
(319056, 2383, '2023-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 13:24:15', '2023-11-01 13:24:15'),
(319057, 2383, '2023-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 13:24:15', '2023-11-01 13:24:15'),
(319058, 2383, '2023-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 13:24:15', '2023-11-01 13:24:15'),
(319059, 2383, '2023-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 13:24:15', '2023-11-01 13:24:15'),
(319060, 2383, '2023-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 13:24:15', '2023-11-01 13:24:15'),
(319061, 2383, '2023-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 13:24:15', '2023-11-01 13:24:15'),
(319062, 2383, '2023-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 13:24:15', '2023-11-01 13:24:15'),
(319063, 2383, '2023-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 13:24:15', '2023-11-01 13:24:15'),
(319064, 2383, '2023-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-01 13:24:15', '2023-11-01 13:24:15'),
(319065, 2384, '2022-02-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 13:25:17', '2023-11-01 13:25:17'),
(319066, 2384, '2022-03-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 13:25:17', '2023-11-01 13:25:17'),
(319067, 2384, '2022-04-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 13:25:17', '2023-11-01 13:25:17'),
(319068, 2384, '2022-05-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 13:25:17', '2023-11-01 13:25:17'),
(319069, 2384, '2022-06-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 13:25:17', '2023-11-01 13:25:17'),
(319070, 2384, '2022-07-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 13:25:17', '2023-11-01 13:25:17'),
(319071, 2384, '2022-08-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 13:25:17', '2023-11-01 13:25:17'),
(319072, 2384, '2022-09-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 13:25:17', '2023-11-01 13:25:17'),
(319073, 2384, '2022-10-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 13:25:17', '2023-11-01 13:25:17'),
(319074, 2384, '2022-11-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 13:25:17', '2023-11-01 13:25:17'),
(319075, 2384, '2022-12-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 13:25:17', '2023-11-01 13:25:17'),
(319076, 2384, '2023-01-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 13:25:17', '2023-11-01 13:25:17'),
(319077, 2384, '2023-02-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 13:25:17', '2023-11-01 13:25:17'),
(319078, 2384, '2023-03-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 13:25:17', '2023-11-01 13:25:17'),
(319079, 2384, '2023-04-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 13:25:17', '2023-11-01 13:25:17'),
(319080, 2384, '2023-05-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 13:25:17', '2023-11-01 13:25:17'),
(319081, 2384, '2023-06-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 13:25:17', '2023-11-01 13:25:17'),
(319082, 2384, '2023-07-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 13:25:17', '2023-11-01 13:25:17'),
(319083, 2384, '2023-08-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 13:25:17', '2023-11-01 13:25:17'),
(319084, 2384, '2023-09-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 13:25:17', '2023-11-01 13:25:17'),
(319085, 2384, '2023-10-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 13:25:17', '2023-11-01 13:25:17'),
(319086, 2384, '2023-11-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 13:25:17', '2023-11-01 13:25:17'),
(319087, 2384, '2023-12-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 13:25:17', '2023-11-01 13:25:17'),
(319088, 2385, '2022-02-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 13:26:14', '2023-11-01 13:26:14'),
(319089, 2385, '2022-03-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 13:26:14', '2023-11-01 13:26:14'),
(319090, 2385, '2022-04-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 13:26:14', '2023-11-01 13:26:14'),
(319091, 2385, '2022-05-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 13:26:14', '2023-11-01 13:26:14'),
(319092, 2385, '2022-06-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 13:26:14', '2023-11-01 13:26:14'),
(319093, 2385, '2022-07-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 13:26:14', '2023-11-01 13:26:14'),
(319094, 2385, '2022-08-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 13:26:14', '2023-11-01 13:26:14'),
(319095, 2385, '2022-09-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 13:26:14', '2023-11-01 13:26:14'),
(319096, 2385, '2022-10-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 13:26:14', '2023-11-01 13:26:14'),
(319097, 2385, '2022-11-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 13:26:14', '2023-11-01 13:26:14'),
(319098, 2385, '2022-12-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 13:26:14', '2023-11-01 13:26:14'),
(319099, 2385, '2023-01-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 13:26:14', '2023-11-01 13:26:14'),
(319100, 2385, '2023-02-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 13:26:14', '2023-11-01 13:26:14'),
(319101, 2385, '2023-03-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 13:26:14', '2023-11-01 13:26:14'),
(319102, 2385, '2023-04-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 13:26:14', '2023-11-01 13:26:14'),
(319103, 2385, '2023-05-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 13:26:14', '2023-11-01 13:26:14'),
(319104, 2385, '2023-06-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 13:26:14', '2023-11-01 13:26:14'),
(319105, 2385, '2023-07-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 13:26:14', '2023-11-01 13:26:14'),
(319106, 2385, '2023-08-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 13:26:14', '2023-11-01 13:26:14'),
(319107, 2385, '2023-09-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 13:26:14', '2023-11-01 13:26:14'),
(319108, 2385, '2023-10-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 13:26:14', '2023-11-01 13:26:14'),
(319109, 2385, '2023-11-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 13:26:14', '2023-11-01 13:26:14'),
(319110, 2385, '2023-12-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 13:26:14', '2023-11-01 13:26:14'),
(319111, 2386, '2022-02-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 13:27:11', '2023-11-01 13:27:11'),
(319112, 2386, '2022-03-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 13:27:11', '2023-11-01 13:27:11'),
(319113, 2386, '2022-04-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 13:27:11', '2023-11-01 13:27:11'),
(319114, 2386, '2022-05-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 13:27:11', '2023-11-01 13:27:11'),
(319115, 2386, '2022-06-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 13:27:11', '2023-11-01 13:27:11'),
(319116, 2386, '2022-07-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 13:27:11', '2023-11-01 13:27:11'),
(319117, 2386, '2022-08-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 13:27:11', '2023-11-01 13:27:11'),
(319118, 2386, '2022-09-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 13:27:11', '2023-11-01 13:27:11'),
(319119, 2386, '2022-10-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 13:27:11', '2023-11-01 13:27:11'),
(319120, 2386, '2022-11-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 13:27:11', '2023-11-01 13:27:11'),
(319121, 2386, '2022-12-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 13:27:11', '2023-11-01 13:27:11'),
(319122, 2386, '2023-01-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 13:27:11', '2023-11-01 13:27:11'),
(319123, 2386, '2023-02-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 13:27:11', '2023-11-01 13:27:11'),
(319124, 2386, '2023-03-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 13:27:11', '2023-11-01 13:27:11'),
(319125, 2386, '2023-04-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 13:27:11', '2023-11-01 13:27:11'),
(319126, 2386, '2023-05-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 13:27:11', '2023-11-01 13:27:11'),
(319127, 2386, '2023-06-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 13:27:11', '2023-11-01 13:27:11'),
(319128, 2386, '2023-07-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 13:27:11', '2023-11-01 13:27:11'),
(319129, 2386, '2023-08-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 13:27:11', '2023-11-01 13:27:11'),
(319130, 2386, '2023-09-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 13:27:11', '2023-11-01 13:27:11'),
(319131, 2386, '2023-10-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 13:27:11', '2023-11-01 13:27:11'),
(319132, 2386, '2023-11-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 13:27:11', '2023-11-01 13:27:11'),
(319133, 2386, '2023-12-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 13:27:11', '2023-11-01 13:27:11'),
(319134, 2387, '2022-02-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 13:39:01', '2023-11-01 13:39:01'),
(319135, 2387, '2022-03-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 13:39:01', '2023-11-01 13:39:01'),
(319136, 2387, '2022-04-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 13:39:01', '2023-11-01 13:39:01'),
(319137, 2387, '2022-05-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 13:39:01', '2023-11-01 13:39:01'),
(319138, 2387, '2022-06-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 13:39:01', '2023-11-01 13:39:01'),
(319139, 2387, '2022-07-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 13:39:01', '2023-11-01 13:39:01'),
(319140, 2387, '2022-08-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 13:39:01', '2023-11-01 13:39:01'),
(319141, 2387, '2022-09-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 13:39:01', '2023-11-01 13:39:01'),
(319142, 2387, '2022-10-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 13:39:01', '2023-11-01 13:39:01'),
(319143, 2387, '2022-11-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 13:39:01', '2023-11-01 13:39:01'),
(319144, 2387, '2022-12-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 13:39:01', '2023-11-01 13:39:01'),
(319145, 2387, '2023-01-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 13:39:01', '2023-11-01 13:39:01'),
(319146, 2387, '2023-02-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 13:39:01', '2023-11-01 13:39:01'),
(319147, 2387, '2023-03-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 13:39:01', '2023-11-01 13:39:01'),
(319148, 2387, '2023-04-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 13:39:01', '2023-11-01 13:39:01'),
(319149, 2387, '2023-05-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 13:39:01', '2023-11-01 13:39:01'),
(319150, 2387, '2023-06-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 13:39:01', '2023-11-01 13:39:01'),
(319151, 2387, '2023-07-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 13:39:01', '2023-11-01 13:39:01'),
(319152, 2387, '2023-08-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 13:39:01', '2023-11-01 13:39:01'),
(319153, 2387, '2023-09-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 13:39:01', '2023-11-01 13:39:01'),
(319154, 2387, '2023-10-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 13:39:01', '2023-11-01 13:39:01'),
(319155, 2387, '2023-11-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 13:39:01', '2023-11-01 13:39:01'),
(319156, 2387, '2023-12-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 13:39:01', '2023-11-01 13:39:01'),
(319157, 2388, '2022-02-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 13:41:19', '2023-11-01 13:41:19'),
(319158, 2388, '2022-03-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 13:41:19', '2023-11-01 13:41:19'),
(319159, 2388, '2022-04-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 13:41:19', '2023-11-01 13:41:19'),
(319160, 2388, '2022-05-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 13:41:19', '2023-11-01 13:41:19'),
(319161, 2388, '2022-06-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 13:41:19', '2023-11-01 13:41:19'),
(319162, 2388, '2022-07-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 13:41:19', '2023-11-01 13:41:19'),
(319163, 2388, '2022-08-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 13:41:19', '2023-11-01 13:41:19'),
(319164, 2388, '2022-09-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 13:41:19', '2023-11-01 13:41:19'),
(319165, 2388, '2022-10-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 13:41:19', '2023-11-01 13:41:19'),
(319166, 2388, '2022-11-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 13:41:19', '2023-11-01 13:41:19'),
(319167, 2388, '2022-12-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 13:41:19', '2023-11-01 13:41:19'),
(319168, 2388, '2023-01-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 13:41:19', '2023-11-01 13:41:19'),
(319169, 2388, '2023-02-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 13:41:19', '2023-11-01 13:41:19'),
(319170, 2388, '2023-03-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 13:41:19', '2023-11-01 13:41:19'),
(319171, 2388, '2023-04-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 13:41:19', '2023-11-01 13:41:19'),
(319172, 2388, '2023-05-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 13:41:19', '2023-11-01 13:41:19'),
(319173, 2388, '2023-06-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 13:41:19', '2023-11-01 13:41:19'),
(319174, 2388, '2023-07-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 13:41:19', '2023-11-01 13:41:19'),
(319175, 2388, '2023-08-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 13:41:19', '2023-11-01 13:41:19'),
(319176, 2388, '2023-09-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 13:41:19', '2023-11-01 13:41:19'),
(319177, 2388, '2023-10-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 13:41:19', '2023-11-01 13:41:19'),
(319178, 2388, '2023-11-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 13:41:19', '2023-11-01 13:41:19'),
(319179, 2388, '2023-12-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 13:41:19', '2023-11-01 13:41:19'),
(319180, 2389, '2022-02-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 14:54:16', '2023-11-01 14:54:16'),
(319181, 2389, '2022-03-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 14:54:16', '2023-11-01 14:54:16');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(319182, 2389, '2022-04-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 14:54:16', '2023-11-01 14:54:16'),
(319183, 2389, '2022-05-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 14:54:16', '2023-11-01 14:54:16'),
(319184, 2389, '2022-06-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 14:54:16', '2023-11-01 14:54:16'),
(319185, 2389, '2022-07-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 14:54:16', '2023-11-01 14:54:16'),
(319186, 2389, '2022-08-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 14:54:16', '2023-11-01 14:54:16'),
(319187, 2389, '2022-09-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 14:54:16', '2023-11-01 14:54:16'),
(319188, 2389, '2022-10-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 14:54:16', '2023-11-01 14:54:16'),
(319189, 2389, '2022-11-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 14:54:16', '2023-11-01 14:54:16'),
(319190, 2389, '2022-12-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 14:54:16', '2023-11-01 14:54:16'),
(319191, 2389, '2023-01-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 14:54:16', '2023-11-01 14:54:16'),
(319192, 2389, '2023-02-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 14:54:16', '2023-11-01 14:54:16'),
(319193, 2389, '2023-03-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 14:54:16', '2023-11-01 14:54:16'),
(319194, 2389, '2023-04-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 14:54:16', '2023-11-01 14:54:16'),
(319195, 2389, '2023-05-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 14:54:16', '2023-11-01 14:54:16'),
(319196, 2389, '2023-06-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 14:54:16', '2023-11-01 14:54:16'),
(319197, 2389, '2023-07-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 14:54:16', '2023-11-01 14:54:16'),
(319198, 2389, '2023-08-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 14:54:16', '2023-11-01 14:54:16'),
(319199, 2389, '2023-09-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 14:54:16', '2023-11-01 14:54:16'),
(319200, 2389, '2023-10-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 14:54:16', '2023-11-01 14:54:16'),
(319201, 2389, '2023-11-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 14:54:16', '2023-11-01 14:54:16'),
(319202, 2389, '2023-12-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 14:54:16', '2023-11-01 14:54:16'),
(319203, 2390, '2022-02-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:03:16', '2023-11-01 15:03:16'),
(319204, 2390, '2022-03-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:03:16', '2023-11-01 15:03:16'),
(319205, 2390, '2022-04-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:03:16', '2023-11-01 15:03:16'),
(319206, 2390, '2022-05-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:03:16', '2023-11-01 15:03:16'),
(319207, 2390, '2022-06-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:03:16', '2023-11-01 15:03:16'),
(319208, 2390, '2022-07-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:03:16', '2023-11-01 15:03:16'),
(319209, 2390, '2022-08-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:03:16', '2023-11-01 15:03:16'),
(319210, 2390, '2022-09-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:03:16', '2023-11-01 15:03:16'),
(319211, 2390, '2022-10-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:03:16', '2023-11-01 15:03:16'),
(319212, 2390, '2022-11-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:03:16', '2023-11-01 15:03:16'),
(319213, 2390, '2022-12-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:03:16', '2023-11-01 15:03:16'),
(319214, 2390, '2023-01-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:03:16', '2023-11-01 15:03:16'),
(319215, 2390, '2023-02-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:03:16', '2023-11-01 15:03:16'),
(319216, 2390, '2023-03-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:03:16', '2023-11-01 15:03:16'),
(319217, 2390, '2023-04-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:03:16', '2023-11-01 15:03:16'),
(319218, 2390, '2023-05-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:03:16', '2023-11-01 15:03:16'),
(319219, 2390, '2023-06-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:03:16', '2023-11-01 15:03:16'),
(319220, 2390, '2023-07-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:03:16', '2023-11-01 15:03:16'),
(319221, 2390, '2023-08-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:03:16', '2023-11-01 15:03:16'),
(319222, 2390, '2023-09-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:03:16', '2023-11-01 15:03:16'),
(319223, 2390, '2023-10-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:03:16', '2023-11-01 15:03:16'),
(319224, 2390, '2023-11-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:03:16', '2023-11-01 15:03:16'),
(319225, 2390, '2023-12-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:03:16', '2023-11-01 15:03:16'),
(319226, 2391, '2022-02-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:04:41', '2023-11-01 15:04:41'),
(319227, 2391, '2022-03-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:04:41', '2023-11-01 15:04:41'),
(319228, 2391, '2022-04-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:04:41', '2023-11-01 15:04:41'),
(319229, 2391, '2022-05-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:04:41', '2023-11-01 15:04:41'),
(319230, 2391, '2022-06-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:04:41', '2023-11-01 15:04:41'),
(319231, 2391, '2022-07-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:04:41', '2023-11-01 15:04:41'),
(319232, 2391, '2022-08-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:04:41', '2023-11-01 15:04:41'),
(319233, 2391, '2022-09-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:04:41', '2023-11-01 15:04:41'),
(319234, 2391, '2022-10-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:04:41', '2023-11-01 15:04:41'),
(319235, 2391, '2022-11-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:04:41', '2023-11-01 15:04:41'),
(319236, 2391, '2022-12-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:04:41', '2023-11-01 15:04:41'),
(319237, 2391, '2023-01-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:04:41', '2023-11-01 15:04:41'),
(319238, 2391, '2023-02-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:04:41', '2023-11-01 15:04:41'),
(319239, 2391, '2023-03-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:04:41', '2023-11-01 15:04:41'),
(319240, 2391, '2023-04-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:04:41', '2023-11-01 15:04:41'),
(319241, 2391, '2023-05-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:04:41', '2023-11-01 15:04:41'),
(319242, 2391, '2023-06-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:04:41', '2023-11-01 15:04:41'),
(319243, 2391, '2023-07-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:04:41', '2023-11-01 15:04:41'),
(319244, 2391, '2023-08-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:04:41', '2023-11-01 15:04:41'),
(319245, 2391, '2023-09-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:04:41', '2023-11-01 15:04:41'),
(319246, 2391, '2023-10-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:04:41', '2023-11-01 15:04:41'),
(319247, 2391, '2023-11-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:04:41', '2023-11-01 15:04:41'),
(319248, 2391, '2023-12-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:04:41', '2023-11-01 15:04:41'),
(319249, 2392, '2022-02-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:07:04', '2023-11-01 15:07:04'),
(319250, 2392, '2022-03-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:07:04', '2023-11-01 15:07:04'),
(319251, 2392, '2022-04-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:07:04', '2023-11-01 15:07:04'),
(319252, 2392, '2022-05-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:07:04', '2023-11-01 15:07:04'),
(319253, 2392, '2022-06-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:07:04', '2023-11-01 15:07:04'),
(319254, 2392, '2022-07-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:07:04', '2023-11-01 15:07:04'),
(319255, 2392, '2022-08-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:07:04', '2023-11-01 15:07:04'),
(319256, 2392, '2022-09-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:07:04', '2023-11-01 15:07:04'),
(319257, 2392, '2022-10-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:07:04', '2023-11-01 15:07:04'),
(319258, 2392, '2022-11-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:07:04', '2023-11-01 15:07:04'),
(319259, 2392, '2022-12-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:07:04', '2023-11-01 15:07:04'),
(319260, 2392, '2023-01-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:07:04', '2023-11-01 15:07:04'),
(319261, 2392, '2023-02-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:07:04', '2023-11-01 15:07:04'),
(319262, 2392, '2023-03-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:07:04', '2023-11-01 15:07:04'),
(319263, 2392, '2023-04-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:07:04', '2023-11-01 15:07:04'),
(319264, 2392, '2023-05-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:07:04', '2023-11-01 15:07:04'),
(319265, 2392, '2023-06-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:07:04', '2023-11-01 15:07:04'),
(319266, 2392, '2023-07-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:07:04', '2023-11-01 15:07:04'),
(319267, 2392, '2023-08-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:07:04', '2023-11-01 15:07:04'),
(319268, 2392, '2023-09-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:07:04', '2023-11-01 15:07:04'),
(319269, 2392, '2023-10-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:07:04', '2023-11-01 15:07:04'),
(319270, 2392, '2023-11-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:07:04', '2023-11-01 15:07:04'),
(319271, 2392, '2023-12-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:07:04', '2023-11-01 15:07:04'),
(319272, 2393, '2022-02-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:09:19', '2023-11-01 15:09:19'),
(319273, 2393, '2022-03-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:09:19', '2023-11-01 15:09:19'),
(319274, 2393, '2022-04-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:09:19', '2023-11-01 15:09:19'),
(319275, 2393, '2022-05-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:09:19', '2023-11-01 15:09:19'),
(319276, 2393, '2022-06-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:09:19', '2023-11-01 15:09:19'),
(319277, 2393, '2022-07-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:09:19', '2023-11-01 15:09:19'),
(319278, 2393, '2022-08-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:09:19', '2023-11-01 15:09:19'),
(319279, 2393, '2022-09-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:09:19', '2023-11-01 15:09:19'),
(319280, 2393, '2022-10-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:09:19', '2023-11-01 15:09:19'),
(319281, 2393, '2022-11-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:09:19', '2023-11-01 15:09:19'),
(319282, 2393, '2022-12-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:09:19', '2023-11-01 15:09:19'),
(319283, 2393, '2023-01-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:09:19', '2023-11-01 15:09:19'),
(319284, 2393, '2023-02-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:09:19', '2023-11-01 15:09:19'),
(319285, 2393, '2023-03-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:09:19', '2023-11-01 15:09:19'),
(319286, 2393, '2023-04-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:09:19', '2023-11-01 15:09:19'),
(319287, 2393, '2023-05-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:09:19', '2023-11-01 15:09:19'),
(319288, 2393, '2023-06-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:09:19', '2023-11-01 15:09:19'),
(319289, 2393, '2023-07-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:09:19', '2023-11-01 15:09:19'),
(319290, 2393, '2023-08-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:09:19', '2023-11-01 15:09:19'),
(319291, 2393, '2023-09-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:09:19', '2023-11-01 15:09:19'),
(319292, 2393, '2023-10-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:09:19', '2023-11-01 15:09:19'),
(319293, 2393, '2023-11-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:09:19', '2023-11-01 15:09:19'),
(319294, 2393, '2023-12-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:09:19', '2023-11-01 15:09:19'),
(319295, 2394, '2022-02-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:10:25', '2023-11-01 15:10:25'),
(319296, 2394, '2022-03-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:10:25', '2023-11-01 15:10:25'),
(319297, 2394, '2022-04-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:10:25', '2023-11-01 15:10:25'),
(319298, 2394, '2022-05-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:10:25', '2023-11-01 15:10:25'),
(319299, 2394, '2022-06-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:10:25', '2023-11-01 15:10:25'),
(319300, 2394, '2022-07-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:10:25', '2023-11-01 15:10:25'),
(319301, 2394, '2022-08-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:10:25', '2023-11-01 15:10:25'),
(319302, 2394, '2022-09-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:10:25', '2023-11-01 15:10:25'),
(319303, 2394, '2022-10-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:10:25', '2023-11-01 15:10:25'),
(319304, 2394, '2022-11-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:10:25', '2023-11-01 15:10:25'),
(319305, 2394, '2022-12-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:10:25', '2023-11-01 15:10:25'),
(319306, 2394, '2023-01-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:10:25', '2023-11-01 15:10:25'),
(319307, 2394, '2023-02-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:10:25', '2023-11-01 15:10:25'),
(319308, 2394, '2023-03-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:10:25', '2023-11-01 15:10:25'),
(319309, 2394, '2023-04-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:10:25', '2023-11-01 15:10:25'),
(319310, 2394, '2023-05-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:10:25', '2023-11-01 15:10:25'),
(319311, 2394, '2023-06-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:10:25', '2023-11-01 15:10:25'),
(319312, 2394, '2023-07-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:10:25', '2023-11-01 15:10:25'),
(319313, 2394, '2023-08-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:10:25', '2023-11-01 15:10:25'),
(319314, 2394, '2023-09-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:10:25', '2023-11-01 15:10:25'),
(319315, 2394, '2023-10-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:10:25', '2023-11-01 15:10:25'),
(319316, 2394, '2023-11-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:10:25', '2023-11-01 15:10:25'),
(319317, 2394, '2023-12-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:10:25', '2023-11-01 15:10:25'),
(319318, 2395, '2022-02-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:11:22', '2023-11-01 15:11:22'),
(319319, 2395, '2022-03-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:11:22', '2023-11-01 15:11:22'),
(319320, 2395, '2022-04-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:11:22', '2023-11-01 15:11:22'),
(319321, 2395, '2022-05-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:11:22', '2023-11-01 15:11:22'),
(319322, 2395, '2022-06-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:11:22', '2023-11-01 15:11:22'),
(319323, 2395, '2022-07-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:11:22', '2023-11-01 15:11:22'),
(319324, 2395, '2022-08-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:11:22', '2023-11-01 15:11:22'),
(319325, 2395, '2022-09-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:11:22', '2023-11-01 15:11:22'),
(319326, 2395, '2022-10-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:11:22', '2023-11-01 15:11:22'),
(319327, 2395, '2022-11-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:11:22', '2023-11-01 15:11:22'),
(319328, 2395, '2022-12-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:11:22', '2023-11-01 15:11:22'),
(319329, 2395, '2023-01-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:11:22', '2023-11-01 15:11:22'),
(319330, 2395, '2023-02-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:11:22', '2023-11-01 15:11:22'),
(319331, 2395, '2023-03-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:11:22', '2023-11-01 15:11:22'),
(319332, 2395, '2023-04-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:11:22', '2023-11-01 15:11:22'),
(319333, 2395, '2023-05-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:11:22', '2023-11-01 15:11:22'),
(319334, 2395, '2023-06-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:11:22', '2023-11-01 15:11:22'),
(319335, 2395, '2023-07-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:11:22', '2023-11-01 15:11:22'),
(319336, 2395, '2023-08-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:11:22', '2023-11-01 15:11:22'),
(319337, 2395, '2023-09-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:11:22', '2023-11-01 15:11:22'),
(319338, 2395, '2023-10-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:11:22', '2023-11-01 15:11:22'),
(319339, 2395, '2023-11-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:11:22', '2023-11-01 15:11:22'),
(319340, 2395, '2023-12-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:11:22', '2023-11-01 15:11:22'),
(319341, 2396, '2022-02-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:12:57', '2023-11-01 15:12:57'),
(319342, 2396, '2022-03-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:12:57', '2023-11-01 15:12:57'),
(319343, 2396, '2022-04-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:12:57', '2023-11-01 15:12:57'),
(319344, 2396, '2022-05-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:12:57', '2023-11-01 15:12:57'),
(319345, 2396, '2022-06-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:12:57', '2023-11-01 15:12:57'),
(319346, 2396, '2022-07-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:12:57', '2023-11-01 15:12:57'),
(319347, 2396, '2022-08-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:12:57', '2023-11-01 15:12:57'),
(319348, 2396, '2022-09-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:12:57', '2023-11-01 15:12:57'),
(319349, 2396, '2022-10-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:12:57', '2023-11-01 15:12:57'),
(319350, 2396, '2022-11-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:12:57', '2023-11-01 15:12:57'),
(319351, 2396, '2022-12-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:12:57', '2023-11-01 15:12:57'),
(319352, 2396, '2023-01-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:12:57', '2023-11-01 15:12:57'),
(319353, 2396, '2023-02-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:12:57', '2023-11-01 15:12:57'),
(319354, 2396, '2023-03-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:12:57', '2023-11-01 15:12:57'),
(319355, 2396, '2023-04-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:12:57', '2023-11-01 15:12:57'),
(319356, 2396, '2023-05-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:12:57', '2023-11-01 15:12:57'),
(319357, 2396, '2023-06-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:12:57', '2023-11-01 15:12:57'),
(319358, 2396, '2023-07-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:12:57', '2023-11-01 15:12:57'),
(319359, 2396, '2023-08-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:12:57', '2023-11-01 15:12:57'),
(319360, 2396, '2023-09-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:12:57', '2023-11-01 15:12:57'),
(319361, 2396, '2023-10-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:12:57', '2023-11-01 15:12:57'),
(319362, 2396, '2023-11-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:12:57', '2023-11-01 15:12:57'),
(319363, 2396, '2023-12-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:12:57', '2023-11-01 15:12:57'),
(319364, 2397, '2022-02-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:15:36', '2023-11-01 15:15:36'),
(319365, 2397, '2022-03-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:15:36', '2023-11-01 15:15:36'),
(319366, 2397, '2022-04-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:15:36', '2023-11-01 15:15:36'),
(319367, 2397, '2022-05-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:15:36', '2023-11-01 15:15:36'),
(319368, 2397, '2022-06-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:15:36', '2023-11-01 15:15:36'),
(319369, 2397, '2022-07-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:15:36', '2023-11-01 15:15:36'),
(319370, 2397, '2022-08-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:15:36', '2023-11-01 15:15:36'),
(319371, 2397, '2022-09-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:15:36', '2023-11-01 15:15:36'),
(319372, 2397, '2022-10-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:15:36', '2023-11-01 15:15:36'),
(319373, 2397, '2022-11-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:15:36', '2023-11-01 15:15:36'),
(319374, 2397, '2022-12-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:15:36', '2023-11-01 15:15:36'),
(319375, 2397, '2023-01-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:15:36', '2023-11-01 15:15:36'),
(319376, 2397, '2023-02-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:15:36', '2023-11-01 15:15:36'),
(319377, 2397, '2023-03-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:15:36', '2023-11-01 15:15:36'),
(319378, 2397, '2023-04-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:15:36', '2023-11-01 15:15:36'),
(319379, 2397, '2023-05-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:15:36', '2023-11-01 15:15:36'),
(319380, 2397, '2023-06-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:15:36', '2023-11-01 15:15:36'),
(319381, 2397, '2023-07-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:15:36', '2023-11-01 15:15:36'),
(319382, 2397, '2023-08-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:15:36', '2023-11-01 15:15:36'),
(319383, 2397, '2023-09-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:15:36', '2023-11-01 15:15:36'),
(319384, 2397, '2023-10-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:15:36', '2023-11-01 15:15:36'),
(319385, 2397, '2023-11-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:15:36', '2023-11-01 15:15:36'),
(319386, 2397, '2023-12-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:15:36', '2023-11-01 15:15:36'),
(319387, 2398, '2022-02-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:17:09', '2023-11-01 15:17:09'),
(319388, 2398, '2022-03-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:17:09', '2023-11-01 15:17:09'),
(319389, 2398, '2022-04-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:17:09', '2023-11-01 15:17:09'),
(319390, 2398, '2022-05-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:17:09', '2023-11-01 15:17:09'),
(319391, 2398, '2022-06-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:17:09', '2023-11-01 15:17:09'),
(319392, 2398, '2022-07-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:17:09', '2023-11-01 15:17:09'),
(319393, 2398, '2022-08-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:17:09', '2023-11-01 15:17:09'),
(319394, 2398, '2022-09-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:17:09', '2023-11-01 15:17:09'),
(319395, 2398, '2022-10-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:17:09', '2023-11-01 15:17:09'),
(319396, 2398, '2022-11-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:17:09', '2023-11-01 15:17:09'),
(319397, 2398, '2022-12-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:17:09', '2023-11-01 15:17:09'),
(319398, 2398, '2023-01-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:17:09', '2023-11-01 15:17:09'),
(319399, 2398, '2023-02-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:17:09', '2023-11-01 15:17:09'),
(319400, 2398, '2023-03-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:17:09', '2023-11-01 15:17:09'),
(319401, 2398, '2023-04-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:17:09', '2023-11-01 15:17:09'),
(319402, 2398, '2023-05-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:17:09', '2023-11-01 15:17:09'),
(319403, 2398, '2023-06-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:17:09', '2023-11-01 15:17:09'),
(319404, 2398, '2023-07-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:17:09', '2023-11-01 15:17:09'),
(319405, 2398, '2023-08-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:17:09', '2023-11-01 15:17:09'),
(319406, 2398, '2023-09-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:17:09', '2023-11-01 15:17:09'),
(319407, 2398, '2023-10-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:17:09', '2023-11-01 15:17:09'),
(319408, 2398, '2023-11-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:17:09', '2023-11-01 15:17:09'),
(319409, 2398, '2023-12-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:17:09', '2023-11-01 15:17:09'),
(319410, 2399, '2022-02-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:18:29', '2023-11-01 15:18:29'),
(319411, 2399, '2022-03-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:18:29', '2023-11-01 15:18:29'),
(319412, 2399, '2022-04-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:18:29', '2023-11-01 15:18:29'),
(319413, 2399, '2022-05-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:18:29', '2023-11-01 15:18:29'),
(319414, 2399, '2022-06-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:18:29', '2023-11-01 15:18:29'),
(319415, 2399, '2022-07-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:18:29', '2023-11-01 15:18:29'),
(319416, 2399, '2022-08-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:18:29', '2023-11-01 15:18:29'),
(319417, 2399, '2022-09-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:18:29', '2023-11-01 15:18:29'),
(319418, 2399, '2022-10-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:18:29', '2023-11-01 15:18:29'),
(319419, 2399, '2022-11-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:18:29', '2023-11-01 15:18:29'),
(319420, 2399, '2022-12-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:18:29', '2023-11-01 15:18:29'),
(319421, 2399, '2023-01-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:18:29', '2023-11-01 15:18:29'),
(319422, 2399, '2023-02-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:18:29', '2023-11-01 15:18:29'),
(319423, 2399, '2023-03-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:18:29', '2023-11-01 15:18:29'),
(319424, 2399, '2023-04-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:18:29', '2023-11-01 15:18:29'),
(319425, 2399, '2023-05-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:18:29', '2023-11-01 15:18:29'),
(319426, 2399, '2023-06-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:18:29', '2023-11-01 15:18:29'),
(319427, 2399, '2023-07-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:18:29', '2023-11-01 15:18:29'),
(319428, 2399, '2023-08-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:18:29', '2023-11-01 15:18:29'),
(319429, 2399, '2023-09-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:18:29', '2023-11-01 15:18:29'),
(319430, 2399, '2023-10-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:18:29', '2023-11-01 15:18:29'),
(319431, 2399, '2023-11-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:18:29', '2023-11-01 15:18:29'),
(319432, 2399, '2023-12-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:18:29', '2023-11-01 15:18:29'),
(319433, 2400, '2022-02-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:24:47', '2023-11-01 15:24:47'),
(319434, 2400, '2022-03-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:24:47', '2023-11-01 15:24:47'),
(319435, 2400, '2022-04-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:24:47', '2023-11-01 15:24:47'),
(319436, 2400, '2022-05-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:24:47', '2023-11-01 15:24:47'),
(319437, 2400, '2022-06-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:24:47', '2023-11-01 15:24:47'),
(319438, 2400, '2022-07-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:24:47', '2023-11-01 15:24:47'),
(319439, 2400, '2022-08-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:24:47', '2023-11-01 15:24:47'),
(319440, 2400, '2022-09-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:24:47', '2023-11-01 15:24:47'),
(319441, 2400, '2022-10-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:24:47', '2023-11-01 15:24:47'),
(319442, 2400, '2022-11-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:24:47', '2023-11-01 15:24:47'),
(319443, 2400, '2022-12-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:24:47', '2023-11-01 15:24:47'),
(319444, 2400, '2023-01-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:24:47', '2023-11-01 15:24:47'),
(319445, 2400, '2023-02-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:24:47', '2023-11-01 15:24:47'),
(319446, 2400, '2023-03-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:24:47', '2023-11-01 15:24:47'),
(319447, 2400, '2023-04-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:24:47', '2023-11-01 15:24:47'),
(319448, 2400, '2023-05-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:24:47', '2023-11-01 15:24:47'),
(319449, 2400, '2023-06-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:24:47', '2023-11-01 15:24:47'),
(319450, 2400, '2023-07-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:24:47', '2023-11-01 15:24:47'),
(319451, 2400, '2023-08-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:24:47', '2023-11-01 15:24:47'),
(319452, 2400, '2023-09-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:24:47', '2023-11-01 15:24:47'),
(319453, 2400, '2023-10-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:24:47', '2023-11-01 15:24:47'),
(319454, 2400, '2023-11-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:24:47', '2023-11-01 15:24:47'),
(319455, 2400, '2023-12-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:24:47', '2023-11-01 15:24:47'),
(319456, 2401, '2022-02-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:26:52', '2023-11-01 15:26:52'),
(319457, 2401, '2022-03-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:26:52', '2023-11-01 15:26:52'),
(319458, 2401, '2022-04-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:26:52', '2023-11-01 15:26:52'),
(319459, 2401, '2022-05-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:26:52', '2023-11-01 15:26:52'),
(319460, 2401, '2022-06-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:26:52', '2023-11-01 15:26:52'),
(319461, 2401, '2022-07-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:26:52', '2023-11-01 15:26:52'),
(319462, 2401, '2022-08-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:26:52', '2023-11-01 15:26:52'),
(319463, 2401, '2022-09-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:26:52', '2023-11-01 15:26:52'),
(319464, 2401, '2022-10-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:26:52', '2023-11-01 15:26:52'),
(319465, 2401, '2022-11-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:26:52', '2023-11-01 15:26:52'),
(319466, 2401, '2022-12-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:26:52', '2023-11-01 15:26:52'),
(319467, 2401, '2023-01-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:26:52', '2023-11-01 15:26:52'),
(319468, 2401, '2023-02-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:26:52', '2023-11-01 15:26:52'),
(319469, 2401, '2023-03-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:26:52', '2023-11-01 15:26:52'),
(319470, 2401, '2023-04-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:26:52', '2023-11-01 15:26:52'),
(319471, 2401, '2023-05-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:26:52', '2023-11-01 15:26:52'),
(319472, 2401, '2023-06-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:26:52', '2023-11-01 15:26:52'),
(319473, 2401, '2023-07-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:26:52', '2023-11-01 15:26:52'),
(319474, 2401, '2023-08-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:26:52', '2023-11-01 15:26:52'),
(319475, 2401, '2023-09-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:26:52', '2023-11-01 15:26:52'),
(319476, 2401, '2023-10-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:26:52', '2023-11-01 15:26:52'),
(319477, 2401, '2023-11-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:26:52', '2023-11-01 15:26:52'),
(319478, 2401, '2023-12-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:26:52', '2023-11-01 15:26:52'),
(319479, 2402, '2022-02-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:27:48', '2023-11-01 15:27:48'),
(319480, 2402, '2022-03-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:27:48', '2023-11-01 15:27:48'),
(319481, 2402, '2022-04-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:27:48', '2023-11-01 15:27:48'),
(319482, 2402, '2022-05-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:27:48', '2023-11-01 15:27:48'),
(319483, 2402, '2022-06-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:27:48', '2023-11-01 15:27:48'),
(319484, 2402, '2022-07-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:27:48', '2023-11-01 15:27:48'),
(319485, 2402, '2022-08-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:27:48', '2023-11-01 15:27:48'),
(319486, 2402, '2022-09-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:27:48', '2023-11-01 15:27:48'),
(319487, 2402, '2022-10-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:27:48', '2023-11-01 15:27:48'),
(319488, 2402, '2022-11-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:27:48', '2023-11-01 15:27:48'),
(319489, 2402, '2022-12-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:27:48', '2023-11-01 15:27:48'),
(319490, 2402, '2023-01-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:27:48', '2023-11-01 15:27:48'),
(319491, 2402, '2023-02-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:27:48', '2023-11-01 15:27:48'),
(319492, 2402, '2023-03-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:27:48', '2023-11-01 15:27:48'),
(319493, 2402, '2023-04-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:27:48', '2023-11-01 15:27:48'),
(319494, 2402, '2023-05-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:27:48', '2023-11-01 15:27:48'),
(319495, 2402, '2023-06-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:27:48', '2023-11-01 15:27:48'),
(319496, 2402, '2023-07-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:27:48', '2023-11-01 15:27:48'),
(319497, 2402, '2023-08-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:27:48', '2023-11-01 15:27:48'),
(319498, 2402, '2023-09-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:27:48', '2023-11-01 15:27:48'),
(319499, 2402, '2023-10-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:27:48', '2023-11-01 15:27:48'),
(319500, 2402, '2023-11-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:27:48', '2023-11-01 15:27:48'),
(319501, 2402, '2023-12-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:27:48', '2023-11-01 15:27:48'),
(319502, 2403, '2022-02-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:28:37', '2023-11-01 15:28:37'),
(319503, 2403, '2022-03-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:28:37', '2023-11-01 15:28:37'),
(319504, 2403, '2022-04-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:28:37', '2023-11-01 15:28:37'),
(319505, 2403, '2022-05-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:28:37', '2023-11-01 15:28:37'),
(319506, 2403, '2022-06-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:28:37', '2023-11-01 15:28:37'),
(319507, 2403, '2022-07-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:28:37', '2023-11-01 15:28:37'),
(319508, 2403, '2022-08-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:28:37', '2023-11-01 15:28:37'),
(319509, 2403, '2022-09-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:28:37', '2023-11-01 15:28:37'),
(319510, 2403, '2022-10-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:28:37', '2023-11-01 15:28:37'),
(319511, 2403, '2022-11-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:28:37', '2023-11-01 15:28:37'),
(319512, 2403, '2022-12-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:28:37', '2023-11-01 15:28:37'),
(319513, 2403, '2023-01-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:28:37', '2023-11-01 15:28:37'),
(319514, 2403, '2023-02-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:28:37', '2023-11-01 15:28:37'),
(319515, 2403, '2023-03-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:28:37', '2023-11-01 15:28:37'),
(319516, 2403, '2023-04-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:28:37', '2023-11-01 15:28:37'),
(319517, 2403, '2023-05-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:28:37', '2023-11-01 15:28:37'),
(319518, 2403, '2023-06-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:28:37', '2023-11-01 15:28:37'),
(319519, 2403, '2023-07-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:28:37', '2023-11-01 15:28:37'),
(319520, 2403, '2023-08-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:28:37', '2023-11-01 15:28:37'),
(319521, 2403, '2023-09-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:28:37', '2023-11-01 15:28:37'),
(319522, 2403, '2023-10-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:28:37', '2023-11-01 15:28:37'),
(319523, 2403, '2023-11-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:28:37', '2023-11-01 15:28:37'),
(319524, 2403, '2023-12-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:28:37', '2023-11-01 15:28:37'),
(319525, 2404, '2022-02-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:29:29', '2023-11-01 15:29:29'),
(319526, 2404, '2022-03-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:29:29', '2023-11-01 15:29:29'),
(319527, 2404, '2022-04-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:29:29', '2023-11-01 15:29:29'),
(319528, 2404, '2022-05-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:29:29', '2023-11-01 15:29:29'),
(319529, 2404, '2022-06-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:29:29', '2023-11-01 15:29:29'),
(319530, 2404, '2022-07-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:29:29', '2023-11-01 15:29:29'),
(319531, 2404, '2022-08-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:29:29', '2023-11-01 15:29:29'),
(319532, 2404, '2022-09-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:29:29', '2023-11-01 15:29:29'),
(319533, 2404, '2022-10-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:29:29', '2023-11-01 15:29:29'),
(319534, 2404, '2022-11-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:29:30', '2023-11-01 15:29:30'),
(319535, 2404, '2022-12-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:29:30', '2023-11-01 15:29:30'),
(319536, 2404, '2023-01-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:29:30', '2023-11-01 15:29:30'),
(319537, 2404, '2023-02-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:29:30', '2023-11-01 15:29:30'),
(319538, 2404, '2023-03-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:29:30', '2023-11-01 15:29:30'),
(319539, 2404, '2023-04-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:29:30', '2023-11-01 15:29:30'),
(319540, 2404, '2023-05-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:29:30', '2023-11-01 15:29:30'),
(319541, 2404, '2023-06-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:29:30', '2023-11-01 15:29:30'),
(319542, 2404, '2023-07-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:29:30', '2023-11-01 15:29:30'),
(319543, 2404, '2023-08-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:29:30', '2023-11-01 15:29:30'),
(319544, 2404, '2023-09-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:29:30', '2023-11-01 15:29:30'),
(319545, 2404, '2023-10-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:29:30', '2023-11-01 15:29:30'),
(319546, 2404, '2023-11-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:29:30', '2023-11-01 15:29:30'),
(319547, 2404, '2023-12-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:29:30', '2023-11-01 15:29:30'),
(319548, 2405, '2020-02-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:30:41', '2023-11-01 15:30:41'),
(319549, 2405, '2020-03-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:30:41', '2023-11-01 15:30:41'),
(319550, 2405, '2020-04-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:30:41', '2023-11-01 15:30:41'),
(319551, 2405, '2020-05-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:30:41', '2023-11-01 15:30:41'),
(319552, 2405, '2020-06-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:30:41', '2023-11-01 15:30:41'),
(319553, 2405, '2020-07-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:30:41', '2023-11-01 15:30:41'),
(319554, 2405, '2020-08-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:30:41', '2023-11-01 15:30:41'),
(319555, 2405, '2020-09-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:30:41', '2023-11-01 15:30:41'),
(319556, 2405, '2020-10-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:30:41', '2023-11-01 15:30:41'),
(319557, 2405, '2020-11-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:30:41', '2023-11-01 15:30:41'),
(319558, 2405, '2020-12-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:30:41', '2023-11-01 15:30:41'),
(319559, 2405, '2021-01-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:30:41', '2023-11-01 15:30:41'),
(319560, 2405, '2021-02-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:30:41', '2023-11-01 15:30:41'),
(319561, 2405, '2021-03-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:30:41', '2023-11-01 15:30:41'),
(319562, 2405, '2021-04-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:30:41', '2023-11-01 15:30:41'),
(319563, 2405, '2021-05-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:30:41', '2023-11-01 15:30:41'),
(319564, 2405, '2021-06-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:30:41', '2023-11-01 15:30:41'),
(319565, 2405, '2021-07-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:30:41', '2023-11-01 15:30:41'),
(319566, 2405, '2021-08-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:30:41', '2023-11-01 15:30:41'),
(319567, 2405, '2021-09-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:30:41', '2023-11-01 15:30:41'),
(319568, 2405, '2021-10-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:30:41', '2023-11-01 15:30:41'),
(319569, 2405, '2021-11-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:30:41', '2023-11-01 15:30:41'),
(319570, 2405, '2021-12-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:30:41', '2023-11-01 15:30:41'),
(319571, 2405, '2022-01-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:30:41', '2023-11-01 15:30:41'),
(319572, 2405, '2022-02-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:30:41', '2023-11-01 15:30:41'),
(319573, 2405, '2022-03-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:30:41', '2023-11-01 15:30:41'),
(319574, 2405, '2022-04-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:30:41', '2023-11-01 15:30:41'),
(319575, 2405, '2022-05-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:30:41', '2023-11-01 15:30:41'),
(319576, 2405, '2022-06-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:30:41', '2023-11-01 15:30:41'),
(319577, 2405, '2022-07-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:30:41', '2023-11-01 15:30:41'),
(319578, 2405, '2022-08-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:30:41', '2023-11-01 15:30:41'),
(319579, 2405, '2022-09-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:30:41', '2023-11-01 15:30:41'),
(319580, 2405, '2022-10-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:30:41', '2023-11-01 15:30:41'),
(319581, 2405, '2022-11-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:30:41', '2023-11-01 15:30:41'),
(319582, 2405, '2022-12-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:30:41', '2023-11-01 15:30:41'),
(319583, 2405, '2023-01-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:30:41', '2023-11-01 15:30:41'),
(319584, 2405, '2023-02-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:30:41', '2023-11-01 15:30:41'),
(319585, 2405, '2023-03-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:30:41', '2023-11-01 15:30:41'),
(319586, 2405, '2023-04-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:30:41', '2023-11-01 15:30:41'),
(319587, 2405, '2023-05-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:30:41', '2023-11-01 15:30:41'),
(319588, 2405, '2023-06-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:30:41', '2023-11-01 15:30:41'),
(319589, 2405, '2023-07-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:30:41', '2023-11-01 15:30:41'),
(319590, 2405, '2023-08-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:30:41', '2023-11-01 15:30:41'),
(319591, 2405, '2023-09-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:30:41', '2023-11-01 15:30:41'),
(319592, 2405, '2023-10-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:30:41', '2023-11-01 15:30:41'),
(319593, 2405, '2023-11-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:30:41', '2023-11-01 15:30:41'),
(319594, 2405, '2023-12-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:30:41', '2023-11-01 15:30:41'),
(319595, 2406, '2022-02-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:32:40', '2023-11-01 15:32:40'),
(319596, 2406, '2022-03-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:32:40', '2023-11-01 15:32:40'),
(319597, 2406, '2022-04-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:32:40', '2023-11-01 15:32:40'),
(319598, 2406, '2022-05-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:32:40', '2023-11-01 15:32:40'),
(319599, 2406, '2022-06-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:32:40', '2023-11-01 15:32:40'),
(319600, 2406, '2022-07-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:32:40', '2023-11-01 15:32:40'),
(319601, 2406, '2022-08-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:32:40', '2023-11-01 15:32:40'),
(319602, 2406, '2022-09-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:32:40', '2023-11-01 15:32:40'),
(319603, 2406, '2022-10-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:32:40', '2023-11-01 15:32:40'),
(319604, 2406, '2022-11-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:32:40', '2023-11-01 15:32:40'),
(319605, 2406, '2022-12-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:32:40', '2023-11-01 15:32:40'),
(319606, 2406, '2023-01-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:32:40', '2023-11-01 15:32:40'),
(319607, 2406, '2023-02-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:32:40', '2023-11-01 15:32:40'),
(319608, 2406, '2023-03-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:32:40', '2023-11-01 15:32:40'),
(319609, 2406, '2023-04-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:32:40', '2023-11-01 15:32:40'),
(319610, 2406, '2023-05-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:32:40', '2023-11-01 15:32:40'),
(319611, 2406, '2023-06-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:32:40', '2023-11-01 15:32:40'),
(319612, 2406, '2023-07-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:32:40', '2023-11-01 15:32:40'),
(319613, 2406, '2023-08-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:32:40', '2023-11-01 15:32:40'),
(319614, 2406, '2023-09-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:32:40', '2023-11-01 15:32:40'),
(319615, 2406, '2023-10-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:32:40', '2023-11-01 15:32:40'),
(319616, 2406, '2023-11-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:32:40', '2023-11-01 15:32:40'),
(319617, 2406, '2023-12-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:32:40', '2023-11-01 15:32:40'),
(319618, 2407, '2022-02-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:33:33', '2023-11-01 15:33:33'),
(319619, 2407, '2022-03-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:33:33', '2023-11-01 15:33:33'),
(319620, 2407, '2022-04-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:33:33', '2023-11-01 15:33:33'),
(319621, 2407, '2022-05-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:33:33', '2023-11-01 15:33:33'),
(319622, 2407, '2022-06-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:33:33', '2023-11-01 15:33:33'),
(319623, 2407, '2022-07-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:33:33', '2023-11-01 15:33:33'),
(319624, 2407, '2022-08-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:33:33', '2023-11-01 15:33:33'),
(319625, 2407, '2022-09-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:33:33', '2023-11-01 15:33:33'),
(319626, 2407, '2022-10-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:33:33', '2023-11-01 15:33:33'),
(319627, 2407, '2022-11-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:33:33', '2023-11-01 15:33:33'),
(319628, 2407, '2022-12-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:33:33', '2023-11-01 15:33:33'),
(319629, 2407, '2023-01-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:33:33', '2023-11-01 15:33:33'),
(319630, 2407, '2023-02-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:33:33', '2023-11-01 15:33:33'),
(319631, 2407, '2023-03-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:33:33', '2023-11-01 15:33:33'),
(319632, 2407, '2023-04-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:33:33', '2023-11-01 15:33:33'),
(319633, 2407, '2023-05-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:33:33', '2023-11-01 15:33:33'),
(319634, 2407, '2023-06-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:33:33', '2023-11-01 15:33:33'),
(319635, 2407, '2023-07-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:33:33', '2023-11-01 15:33:33'),
(319636, 2407, '2023-08-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:33:33', '2023-11-01 15:33:33'),
(319637, 2407, '2023-09-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:33:33', '2023-11-01 15:33:33'),
(319638, 2407, '2023-10-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:33:33', '2023-11-01 15:33:33'),
(319639, 2407, '2023-11-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:33:33', '2023-11-01 15:33:33'),
(319640, 2407, '2023-12-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:33:33', '2023-11-01 15:33:33'),
(319641, 2408, '2022-02-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:34:29', '2023-11-01 15:34:29'),
(319642, 2408, '2022-03-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:34:29', '2023-11-01 15:34:29');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(319643, 2408, '2022-04-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:34:29', '2023-11-01 15:34:29'),
(319644, 2408, '2022-05-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:34:29', '2023-11-01 15:34:29'),
(319645, 2408, '2022-06-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:34:29', '2023-11-01 15:34:29'),
(319646, 2408, '2022-07-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:34:29', '2023-11-01 15:34:29'),
(319647, 2408, '2022-08-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:34:29', '2023-11-01 15:34:29'),
(319648, 2408, '2022-09-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:34:29', '2023-11-01 15:34:29'),
(319649, 2408, '2022-10-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:34:29', '2023-11-01 15:34:29'),
(319650, 2408, '2022-11-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:34:29', '2023-11-01 15:34:29'),
(319651, 2408, '2022-12-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:34:29', '2023-11-01 15:34:29'),
(319652, 2408, '2023-01-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:34:29', '2023-11-01 15:34:29'),
(319653, 2408, '2023-02-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:34:29', '2023-11-01 15:34:29'),
(319654, 2408, '2023-03-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:34:29', '2023-11-01 15:34:29'),
(319655, 2408, '2023-04-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:34:29', '2023-11-01 15:34:29'),
(319656, 2408, '2023-05-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:34:29', '2023-11-01 15:34:29'),
(319657, 2408, '2023-06-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:34:29', '2023-11-01 15:34:29'),
(319658, 2408, '2023-07-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:34:29', '2023-11-01 15:34:29'),
(319659, 2408, '2023-08-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:34:29', '2023-11-01 15:34:29'),
(319660, 2408, '2023-09-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:34:29', '2023-11-01 15:34:29'),
(319661, 2408, '2023-10-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:34:29', '2023-11-01 15:34:29'),
(319662, 2408, '2023-11-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:34:29', '2023-11-01 15:34:29'),
(319663, 2408, '2023-12-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:34:29', '2023-11-01 15:34:29'),
(319664, 2409, '2022-02-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:35:23', '2023-11-01 15:35:23'),
(319665, 2409, '2022-03-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:35:23', '2023-11-01 15:35:23'),
(319666, 2409, '2022-04-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:35:23', '2023-11-01 15:35:23'),
(319667, 2409, '2022-05-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:35:23', '2023-11-01 15:35:23'),
(319668, 2409, '2022-06-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:35:23', '2023-11-01 15:35:23'),
(319669, 2409, '2022-07-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:35:23', '2023-11-01 15:35:23'),
(319670, 2409, '2022-08-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:35:23', '2023-11-01 15:35:23'),
(319671, 2409, '2022-09-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:35:23', '2023-11-01 15:35:23'),
(319672, 2409, '2022-10-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:35:23', '2023-11-01 15:35:23'),
(319673, 2409, '2022-11-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:35:23', '2023-11-01 15:35:23'),
(319674, 2409, '2022-12-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:35:23', '2023-11-01 15:35:23'),
(319675, 2409, '2023-01-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:35:23', '2023-11-01 15:35:23'),
(319676, 2409, '2023-02-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:35:23', '2023-11-01 15:35:23'),
(319677, 2409, '2023-03-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:35:23', '2023-11-01 15:35:23'),
(319678, 2409, '2023-04-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:35:23', '2023-11-01 15:35:23'),
(319679, 2409, '2023-05-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:35:23', '2023-11-01 15:35:23'),
(319680, 2409, '2023-06-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:35:23', '2023-11-01 15:35:23'),
(319681, 2409, '2023-07-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:35:23', '2023-11-01 15:35:23'),
(319682, 2409, '2023-08-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:35:23', '2023-11-01 15:35:23'),
(319683, 2409, '2023-09-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:35:23', '2023-11-01 15:35:23'),
(319684, 2409, '2023-10-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:35:23', '2023-11-01 15:35:23'),
(319685, 2409, '2023-11-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:35:23', '2023-11-01 15:35:23'),
(319686, 2409, '2023-12-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:35:23', '2023-11-01 15:35:23'),
(319687, 2410, '2022-02-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:36:51', '2023-11-01 15:36:51'),
(319688, 2410, '2022-03-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:36:51', '2023-11-01 15:36:51'),
(319689, 2410, '2022-04-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:36:51', '2023-11-01 15:36:51'),
(319690, 2410, '2022-05-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:36:51', '2023-11-01 15:36:51'),
(319691, 2410, '2022-06-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:36:51', '2023-11-01 15:36:51'),
(319692, 2410, '2022-07-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:36:51', '2023-11-01 15:36:51'),
(319693, 2410, '2022-08-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:36:51', '2023-11-01 15:36:51'),
(319694, 2410, '2022-09-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:36:51', '2023-11-01 15:36:51'),
(319695, 2410, '2022-10-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:36:51', '2023-11-01 15:36:51'),
(319696, 2410, '2022-11-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:36:51', '2023-11-01 15:36:51'),
(319697, 2410, '2022-12-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:36:51', '2023-11-01 15:36:51'),
(319698, 2410, '2023-01-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:36:51', '2023-11-01 15:36:51'),
(319699, 2410, '2023-02-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:36:51', '2023-11-01 15:36:51'),
(319700, 2410, '2023-03-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:36:51', '2023-11-01 15:36:51'),
(319701, 2410, '2023-04-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:36:51', '2023-11-01 15:36:51'),
(319702, 2410, '2023-05-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:36:51', '2023-11-01 15:36:51'),
(319703, 2410, '2023-06-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:36:51', '2023-11-01 15:36:51'),
(319704, 2410, '2023-07-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:36:51', '2023-11-01 15:36:51'),
(319705, 2410, '2023-08-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:36:51', '2023-11-01 15:36:51'),
(319706, 2410, '2023-09-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:36:51', '2023-11-01 15:36:51'),
(319707, 2410, '2023-10-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:36:51', '2023-11-01 15:36:51'),
(319708, 2410, '2023-11-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:36:51', '2023-11-01 15:36:51'),
(319709, 2410, '2023-12-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:36:51', '2023-11-01 15:36:51'),
(319710, 2411, '2022-02-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:38:20', '2023-11-01 15:38:20'),
(319711, 2411, '2022-03-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:38:20', '2023-11-01 15:38:20'),
(319712, 2411, '2022-04-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:38:20', '2023-11-01 15:38:20'),
(319713, 2411, '2022-05-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:38:20', '2023-11-01 15:38:20'),
(319714, 2411, '2022-06-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:38:20', '2023-11-01 15:38:20'),
(319715, 2411, '2022-07-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:38:20', '2023-11-01 15:38:20'),
(319716, 2411, '2022-08-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:38:20', '2023-11-01 15:38:20'),
(319717, 2411, '2022-09-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:38:20', '2023-11-01 15:38:20'),
(319718, 2411, '2022-10-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:38:20', '2023-11-01 15:38:20'),
(319719, 2411, '2022-11-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:38:20', '2023-11-01 15:38:20'),
(319720, 2411, '2022-12-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:38:20', '2023-11-01 15:38:20'),
(319721, 2411, '2023-01-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:38:20', '2023-11-01 15:38:20'),
(319722, 2411, '2023-02-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:38:20', '2023-11-01 15:38:20'),
(319723, 2411, '2023-03-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:38:20', '2023-11-01 15:38:20'),
(319724, 2411, '2023-04-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:38:20', '2023-11-01 15:38:20'),
(319725, 2411, '2023-05-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:38:20', '2023-11-01 15:38:20'),
(319726, 2411, '2023-06-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:38:20', '2023-11-01 15:38:20'),
(319727, 2411, '2023-07-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:38:20', '2023-11-01 15:38:20'),
(319728, 2411, '2023-08-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:38:20', '2023-11-01 15:38:20'),
(319729, 2411, '2023-09-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:38:20', '2023-11-01 15:38:20'),
(319730, 2411, '2023-10-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:38:20', '2023-11-01 15:38:20'),
(319731, 2411, '2023-11-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:38:20', '2023-11-01 15:38:20'),
(319732, 2411, '2023-12-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:38:20', '2023-11-01 15:38:20'),
(319733, 2412, '2022-02-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:40:32', '2023-11-01 15:40:32'),
(319734, 2412, '2022-03-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:40:32', '2023-11-01 15:40:32'),
(319735, 2412, '2022-04-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:40:32', '2023-11-01 15:40:32'),
(319736, 2412, '2022-05-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:40:32', '2023-11-01 15:40:32'),
(319737, 2412, '2022-06-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:40:32', '2023-11-01 15:40:32'),
(319738, 2412, '2022-07-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:40:32', '2023-11-01 15:40:32'),
(319739, 2412, '2022-08-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:40:32', '2023-11-01 15:40:32'),
(319740, 2412, '2022-09-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:40:32', '2023-11-01 15:40:32'),
(319741, 2412, '2022-10-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:40:32', '2023-11-01 15:40:32'),
(319742, 2412, '2022-11-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:40:32', '2023-11-01 15:40:32'),
(319743, 2412, '2022-12-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:40:32', '2023-11-01 15:40:32'),
(319744, 2412, '2023-01-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:40:32', '2023-11-01 15:40:32'),
(319745, 2412, '2023-02-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:40:32', '2023-11-01 15:40:32'),
(319746, 2412, '2023-03-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:40:32', '2023-11-01 15:40:32'),
(319747, 2412, '2023-04-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:40:32', '2023-11-01 15:40:32'),
(319748, 2412, '2023-05-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:40:32', '2023-11-01 15:40:32'),
(319749, 2412, '2023-06-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:40:32', '2023-11-01 15:40:32'),
(319750, 2412, '2023-07-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:40:32', '2023-11-01 15:40:32'),
(319751, 2412, '2023-08-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:40:32', '2023-11-01 15:40:32'),
(319752, 2412, '2023-09-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:40:32', '2023-11-01 15:40:32'),
(319753, 2412, '2023-10-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:40:32', '2023-11-01 15:40:32'),
(319754, 2412, '2023-11-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:40:32', '2023-11-01 15:40:32'),
(319755, 2412, '2023-12-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:40:32', '2023-11-01 15:40:32'),
(319756, 2413, '2022-02-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:47:37', '2023-11-01 15:47:37'),
(319757, 2413, '2022-03-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:47:37', '2023-11-01 15:47:37'),
(319758, 2413, '2022-04-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:47:37', '2023-11-01 15:47:37'),
(319759, 2413, '2022-05-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:47:37', '2023-11-01 15:47:37'),
(319760, 2413, '2022-06-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:47:37', '2023-11-01 15:47:37'),
(319761, 2413, '2022-07-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:47:37', '2023-11-01 15:47:37'),
(319762, 2413, '2022-08-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:47:37', '2023-11-01 15:47:37'),
(319763, 2413, '2022-09-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:47:37', '2023-11-01 15:47:37'),
(319764, 2413, '2022-10-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:47:37', '2023-11-01 15:47:37'),
(319765, 2413, '2022-11-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:47:37', '2023-11-01 15:47:37'),
(319766, 2413, '2022-12-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:47:37', '2023-11-01 15:47:37'),
(319767, 2413, '2023-01-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:47:37', '2023-11-01 15:47:37'),
(319768, 2413, '2023-02-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:47:37', '2023-11-01 15:47:37'),
(319769, 2413, '2023-03-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:47:37', '2023-11-01 15:47:37'),
(319770, 2413, '2023-04-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:47:37', '2023-11-01 15:47:37'),
(319771, 2413, '2023-05-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:47:37', '2023-11-01 15:47:37'),
(319772, 2413, '2023-06-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:47:37', '2023-11-01 15:47:37'),
(319773, 2413, '2023-07-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:47:37', '2023-11-01 15:47:37'),
(319774, 2413, '2023-08-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:47:37', '2023-11-01 15:47:37'),
(319775, 2413, '2023-09-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:47:37', '2023-11-01 15:47:37'),
(319776, 2413, '2023-10-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:47:37', '2023-11-01 15:47:37'),
(319777, 2413, '2023-11-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:47:37', '2023-11-01 15:47:37'),
(319778, 2413, '2023-12-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:47:37', '2023-11-01 15:47:37'),
(319779, 2414, '2022-02-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:49:40', '2023-11-01 15:49:40'),
(319780, 2414, '2022-03-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:49:40', '2023-11-01 15:49:40'),
(319781, 2414, '2022-04-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:49:40', '2023-11-01 15:49:40'),
(319782, 2414, '2022-05-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:49:40', '2023-11-01 15:49:40'),
(319783, 2414, '2022-06-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:49:40', '2023-11-01 15:49:40'),
(319784, 2414, '2022-07-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:49:40', '2023-11-01 15:49:40'),
(319785, 2414, '2022-08-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:49:40', '2023-11-01 15:49:40'),
(319786, 2414, '2022-09-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:49:40', '2023-11-01 15:49:40'),
(319787, 2414, '2022-10-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:49:40', '2023-11-01 15:49:40'),
(319788, 2414, '2022-11-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:49:40', '2023-11-01 15:49:40'),
(319789, 2414, '2022-12-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:49:40', '2023-11-01 15:49:40'),
(319790, 2414, '2023-01-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:49:40', '2023-11-01 15:49:40'),
(319791, 2414, '2023-02-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:49:40', '2023-11-01 15:49:40'),
(319792, 2414, '2023-03-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:49:40', '2023-11-01 15:49:40'),
(319793, 2414, '2023-04-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:49:40', '2023-11-01 15:49:40'),
(319794, 2414, '2023-05-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:49:40', '2023-11-01 15:49:40'),
(319795, 2414, '2023-06-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:49:40', '2023-11-01 15:49:40'),
(319796, 2414, '2023-07-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:49:40', '2023-11-01 15:49:40'),
(319797, 2414, '2023-08-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:49:40', '2023-11-01 15:49:40'),
(319798, 2414, '2023-09-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:49:40', '2023-11-01 15:49:40'),
(319799, 2414, '2023-10-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:49:40', '2023-11-01 15:49:40'),
(319800, 2414, '2023-11-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:49:40', '2023-11-01 15:49:40'),
(319801, 2414, '2023-12-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:49:40', '2023-11-01 15:49:40'),
(319802, 2415, '2022-02-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:52:29', '2023-11-01 15:52:29'),
(319803, 2415, '2022-03-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:52:29', '2023-11-01 15:52:29'),
(319804, 2415, '2022-04-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:52:29', '2023-11-01 15:52:29'),
(319805, 2415, '2022-05-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:52:29', '2023-11-01 15:52:29'),
(319806, 2415, '2022-06-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:52:29', '2023-11-01 15:52:29'),
(319807, 2415, '2022-07-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:52:30', '2023-11-01 15:52:30'),
(319808, 2415, '2022-08-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:52:30', '2023-11-01 15:52:30'),
(319809, 2415, '2022-09-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:52:30', '2023-11-01 15:52:30'),
(319810, 2415, '2022-10-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:52:30', '2023-11-01 15:52:30'),
(319811, 2415, '2022-11-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:52:30', '2023-11-01 15:52:30'),
(319812, 2415, '2022-12-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:52:30', '2023-11-01 15:52:30'),
(319813, 2415, '2023-01-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:52:30', '2023-11-01 15:52:30'),
(319814, 2415, '2023-02-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:52:30', '2023-11-01 15:52:30'),
(319815, 2415, '2023-03-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:52:30', '2023-11-01 15:52:30'),
(319816, 2415, '2023-04-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:52:30', '2023-11-01 15:52:30'),
(319817, 2415, '2023-05-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:52:30', '2023-11-01 15:52:30'),
(319818, 2415, '2023-06-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:52:30', '2023-11-01 15:52:30'),
(319819, 2415, '2023-07-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:52:30', '2023-11-01 15:52:30'),
(319820, 2415, '2023-08-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:52:30', '2023-11-01 15:52:30'),
(319821, 2415, '2023-09-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:52:30', '2023-11-01 15:52:30'),
(319822, 2415, '2023-10-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:52:30', '2023-11-01 15:52:30'),
(319823, 2415, '2023-11-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:52:30', '2023-11-01 15:52:30'),
(319824, 2415, '2023-12-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 15:52:30', '2023-11-01 15:52:30'),
(319825, 2416, '2022-02-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 16:52:50', '2023-11-01 16:52:50'),
(319826, 2416, '2022-03-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 16:52:50', '2023-11-01 16:52:50'),
(319827, 2416, '2022-04-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 16:52:50', '2023-11-01 16:52:50'),
(319828, 2416, '2022-05-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 16:52:50', '2023-11-01 16:52:50'),
(319829, 2416, '2022-06-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 16:52:50', '2023-11-01 16:52:50'),
(319830, 2416, '2022-07-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 16:52:50', '2023-11-01 16:52:50'),
(319831, 2416, '2022-08-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 16:52:50', '2023-11-01 16:52:50'),
(319832, 2416, '2022-09-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 16:52:50', '2023-11-01 16:52:50'),
(319833, 2416, '2022-10-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 16:52:50', '2023-11-01 16:52:50'),
(319834, 2416, '2022-11-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 16:52:50', '2023-11-01 16:52:50'),
(319835, 2416, '2022-12-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 16:52:50', '2023-11-01 16:52:50'),
(319836, 2416, '2023-01-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 16:52:50', '2023-11-01 16:52:50'),
(319837, 2416, '2023-02-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 16:52:50', '2023-11-01 16:52:50'),
(319838, 2416, '2023-03-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 16:52:50', '2023-11-01 16:52:50'),
(319839, 2416, '2023-04-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 16:52:50', '2023-11-01 16:52:50'),
(319840, 2416, '2023-05-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 16:52:50', '2023-11-01 16:52:50'),
(319841, 2416, '2023-06-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 16:52:50', '2023-11-01 16:52:50'),
(319842, 2416, '2023-07-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 16:52:50', '2023-11-01 16:52:50'),
(319843, 2416, '2023-08-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 16:52:50', '2023-11-01 16:52:50'),
(319844, 2416, '2023-09-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 16:52:50', '2023-11-01 16:52:50'),
(319845, 2416, '2023-10-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 16:52:50', '2023-11-01 16:52:50'),
(319846, 2416, '2023-11-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 16:52:50', '2023-11-01 16:52:50'),
(319847, 2416, '2023-12-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 16:52:50', '2023-11-01 16:52:50'),
(319848, 2417, '2022-02-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:02:10', '2023-11-01 17:02:10'),
(319849, 2417, '2022-03-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:02:10', '2023-11-01 17:02:10'),
(319850, 2417, '2022-04-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:02:10', '2023-11-01 17:02:10'),
(319851, 2417, '2022-05-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:02:10', '2023-11-01 17:02:10'),
(319852, 2417, '2022-06-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:02:10', '2023-11-01 17:02:10'),
(319853, 2417, '2022-07-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:02:10', '2023-11-01 17:02:10'),
(319854, 2417, '2022-08-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:02:10', '2023-11-01 17:02:10'),
(319855, 2417, '2022-09-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:02:10', '2023-11-01 17:02:10'),
(319856, 2417, '2022-10-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:02:10', '2023-11-01 17:02:10'),
(319857, 2417, '2022-11-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:02:10', '2023-11-01 17:02:10'),
(319858, 2417, '2022-12-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:02:10', '2023-11-01 17:02:10'),
(319859, 2417, '2023-01-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:02:10', '2023-11-01 17:02:10'),
(319860, 2417, '2023-02-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:02:10', '2023-11-01 17:02:10'),
(319861, 2417, '2023-03-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:02:10', '2023-11-01 17:02:10'),
(319862, 2417, '2023-04-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:02:10', '2023-11-01 17:02:10'),
(319863, 2417, '2023-05-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:02:10', '2023-11-01 17:02:10'),
(319864, 2417, '2023-06-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:02:10', '2023-11-01 17:02:10'),
(319865, 2417, '2023-07-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:02:10', '2023-11-01 17:02:10'),
(319866, 2417, '2023-08-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:02:10', '2023-11-01 17:02:10'),
(319867, 2417, '2023-09-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:02:10', '2023-11-01 17:02:10'),
(319868, 2417, '2023-10-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:02:10', '2023-11-01 17:02:10'),
(319869, 2417, '2023-11-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:02:10', '2023-11-01 17:02:10'),
(319870, 2417, '2023-12-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:02:10', '2023-11-01 17:02:10'),
(319871, 2418, '2022-02-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:03:23', '2023-11-01 17:03:23'),
(319872, 2418, '2022-03-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:03:23', '2023-11-01 17:03:23'),
(319873, 2418, '2022-04-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:03:23', '2023-11-01 17:03:23'),
(319874, 2418, '2022-05-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:03:23', '2023-11-01 17:03:23'),
(319875, 2418, '2022-06-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:03:23', '2023-11-01 17:03:23'),
(319876, 2418, '2022-07-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:03:23', '2023-11-01 17:03:23'),
(319877, 2418, '2022-08-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:03:23', '2023-11-01 17:03:23'),
(319878, 2418, '2022-09-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:03:23', '2023-11-01 17:03:23'),
(319879, 2418, '2022-10-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:03:23', '2023-11-01 17:03:23'),
(319880, 2418, '2022-11-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:03:23', '2023-11-01 17:03:23'),
(319881, 2418, '2022-12-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:03:23', '2023-11-01 17:03:23'),
(319882, 2418, '2023-01-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:03:23', '2023-11-01 17:03:23'),
(319883, 2418, '2023-02-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:03:23', '2023-11-01 17:03:23'),
(319884, 2418, '2023-03-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:03:23', '2023-11-01 17:03:23'),
(319885, 2418, '2023-04-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:03:23', '2023-11-01 17:03:23'),
(319886, 2418, '2023-05-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:03:23', '2023-11-01 17:03:23'),
(319887, 2418, '2023-06-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:03:23', '2023-11-01 17:03:23'),
(319888, 2418, '2023-07-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:03:23', '2023-11-01 17:03:23'),
(319889, 2418, '2023-08-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:03:23', '2023-11-01 17:03:23'),
(319890, 2418, '2023-09-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:03:23', '2023-11-01 17:03:23'),
(319891, 2418, '2023-10-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:03:23', '2023-11-01 17:03:23'),
(319892, 2418, '2023-11-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:03:23', '2023-11-01 17:03:23'),
(319893, 2418, '2023-12-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:03:23', '2023-11-01 17:03:23'),
(319894, 2419, '2022-02-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:04:13', '2023-11-01 17:04:13'),
(319895, 2419, '2022-03-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:04:13', '2023-11-01 17:04:13'),
(319896, 2419, '2022-04-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:04:13', '2023-11-01 17:04:13'),
(319897, 2419, '2022-05-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:04:13', '2023-11-01 17:04:13'),
(319898, 2419, '2022-06-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:04:13', '2023-11-01 17:04:13'),
(319899, 2419, '2022-07-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:04:13', '2023-11-01 17:04:13'),
(319900, 2419, '2022-08-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:04:13', '2023-11-01 17:04:13'),
(319901, 2419, '2022-09-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:04:13', '2023-11-01 17:04:13'),
(319902, 2419, '2022-10-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:04:13', '2023-11-01 17:04:13'),
(319903, 2419, '2022-11-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:04:13', '2023-11-01 17:04:13'),
(319904, 2419, '2022-12-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:04:13', '2023-11-01 17:04:13'),
(319905, 2419, '2023-01-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:04:13', '2023-11-01 17:04:13'),
(319906, 2419, '2023-02-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:04:13', '2023-11-01 17:04:13'),
(319907, 2419, '2023-03-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:04:13', '2023-11-01 17:04:13'),
(319908, 2419, '2023-04-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:04:13', '2023-11-01 17:04:13'),
(319909, 2419, '2023-05-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:04:13', '2023-11-01 17:04:13'),
(319910, 2419, '2023-06-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:04:13', '2023-11-01 17:04:13'),
(319911, 2419, '2023-07-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:04:13', '2023-11-01 17:04:13'),
(319912, 2419, '2023-08-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:04:13', '2023-11-01 17:04:13'),
(319913, 2419, '2023-09-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:04:13', '2023-11-01 17:04:13'),
(319914, 2419, '2023-10-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:04:13', '2023-11-01 17:04:13'),
(319915, 2419, '2023-11-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:04:13', '2023-11-01 17:04:13'),
(319916, 2419, '2023-12-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:04:13', '2023-11-01 17:04:13'),
(319917, 2420, '2022-02-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:06:38', '2023-11-01 17:06:38'),
(319918, 2420, '2022-03-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:06:38', '2023-11-01 17:06:38'),
(319919, 2420, '2022-04-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:06:38', '2023-11-01 17:06:38'),
(319920, 2420, '2022-05-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:06:38', '2023-11-01 17:06:38'),
(319921, 2420, '2022-06-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:06:38', '2023-11-01 17:06:38'),
(319922, 2420, '2022-07-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:06:38', '2023-11-01 17:06:38'),
(319923, 2420, '2022-08-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:06:38', '2023-11-01 17:06:38'),
(319924, 2420, '2022-09-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:06:38', '2023-11-01 17:06:38'),
(319925, 2420, '2022-10-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:06:38', '2023-11-01 17:06:38'),
(319926, 2420, '2022-11-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:06:38', '2023-11-01 17:06:38'),
(319927, 2420, '2022-12-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:06:38', '2023-11-01 17:06:38'),
(319928, 2420, '2023-01-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:06:38', '2023-11-01 17:06:38'),
(319929, 2420, '2023-02-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:06:38', '2023-11-01 17:06:38'),
(319930, 2420, '2023-03-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:06:38', '2023-11-01 17:06:38'),
(319931, 2420, '2023-04-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:06:38', '2023-11-01 17:06:38'),
(319932, 2420, '2023-05-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:06:38', '2023-11-01 17:06:38'),
(319933, 2420, '2023-06-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:06:38', '2023-11-01 17:06:38'),
(319934, 2420, '2023-07-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:06:38', '2023-11-01 17:06:38'),
(319935, 2420, '2023-08-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:06:38', '2023-11-01 17:06:38'),
(319936, 2420, '2023-09-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:06:38', '2023-11-01 17:06:38'),
(319937, 2420, '2023-10-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:06:38', '2023-11-01 17:06:38'),
(319938, 2420, '2023-11-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:06:38', '2023-11-01 17:06:38'),
(319939, 2420, '2023-12-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:06:38', '2023-11-01 17:06:38'),
(319940, 2421, '2022-02-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:08:38', '2023-11-01 17:08:38'),
(319941, 2421, '2022-03-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:08:38', '2023-11-01 17:08:38'),
(319942, 2421, '2022-04-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:08:38', '2023-11-01 17:08:38'),
(319943, 2421, '2022-05-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:08:38', '2023-11-01 17:08:38'),
(319944, 2421, '2022-06-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:08:38', '2023-11-01 17:08:38'),
(319945, 2421, '2022-07-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:08:38', '2023-11-01 17:08:38'),
(319946, 2421, '2022-08-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:08:38', '2023-11-01 17:08:38'),
(319947, 2421, '2022-09-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:08:38', '2023-11-01 17:08:38'),
(319948, 2421, '2022-10-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:08:38', '2023-11-01 17:08:38'),
(319949, 2421, '2022-11-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:08:38', '2023-11-01 17:08:38'),
(319950, 2421, '2022-12-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:08:38', '2023-11-01 17:08:38'),
(319951, 2421, '2023-01-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:08:38', '2023-11-01 17:08:38'),
(319952, 2421, '2023-02-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:08:38', '2023-11-01 17:08:38'),
(319953, 2421, '2023-03-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:08:38', '2023-11-01 17:08:38'),
(319954, 2421, '2023-04-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:08:38', '2023-11-01 17:08:38'),
(319955, 2421, '2023-05-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:08:38', '2023-11-01 17:08:38'),
(319956, 2421, '2023-06-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:08:38', '2023-11-01 17:08:38'),
(319957, 2421, '2023-07-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:08:39', '2023-11-01 17:08:39'),
(319958, 2421, '2023-08-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:08:39', '2023-11-01 17:08:39'),
(319959, 2421, '2023-09-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:08:39', '2023-11-01 17:08:39'),
(319960, 2421, '2023-10-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:08:39', '2023-11-01 17:08:39'),
(319961, 2421, '2023-11-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:08:39', '2023-11-01 17:08:39'),
(319962, 2421, '2023-12-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:08:39', '2023-11-01 17:08:39'),
(319963, 2422, '2022-02-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:09:32', '2023-11-01 17:09:32'),
(319964, 2422, '2022-03-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:09:32', '2023-11-01 17:09:32'),
(319965, 2422, '2022-04-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:09:32', '2023-11-01 17:09:32'),
(319966, 2422, '2022-05-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:09:32', '2023-11-01 17:09:32'),
(319967, 2422, '2022-06-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:09:32', '2023-11-01 17:09:32'),
(319968, 2422, '2022-07-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:09:32', '2023-11-01 17:09:32'),
(319969, 2422, '2022-08-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:09:32', '2023-11-01 17:09:32'),
(319970, 2422, '2022-09-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:09:32', '2023-11-01 17:09:32'),
(319971, 2422, '2022-10-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:09:32', '2023-11-01 17:09:32'),
(319972, 2422, '2022-11-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:09:32', '2023-11-01 17:09:32'),
(319973, 2422, '2022-12-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:09:32', '2023-11-01 17:09:32'),
(319974, 2422, '2023-01-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:09:32', '2023-11-01 17:09:32'),
(319975, 2422, '2023-02-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:09:32', '2023-11-01 17:09:32'),
(319976, 2422, '2023-03-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:09:32', '2023-11-01 17:09:32'),
(319977, 2422, '2023-04-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:09:32', '2023-11-01 17:09:32'),
(319978, 2422, '2023-05-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:09:32', '2023-11-01 17:09:32'),
(319979, 2422, '2023-06-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:09:32', '2023-11-01 17:09:32'),
(319980, 2422, '2023-07-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:09:32', '2023-11-01 17:09:32'),
(319981, 2422, '2023-08-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:09:32', '2023-11-01 17:09:32'),
(319982, 2422, '2023-09-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:09:32', '2023-11-01 17:09:32'),
(319983, 2422, '2023-10-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:09:32', '2023-11-01 17:09:32'),
(319984, 2422, '2023-11-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:09:32', '2023-11-01 17:09:32'),
(319985, 2422, '2023-12-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:09:32', '2023-11-01 17:09:32'),
(319986, 2423, '2022-02-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:10:30', '2023-11-01 17:10:30'),
(319987, 2423, '2022-03-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:10:30', '2023-11-01 17:10:30'),
(319988, 2423, '2022-04-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:10:30', '2023-11-01 17:10:30'),
(319989, 2423, '2022-05-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:10:30', '2023-11-01 17:10:30'),
(319990, 2423, '2022-06-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:10:30', '2023-11-01 17:10:30'),
(319991, 2423, '2022-07-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:10:30', '2023-11-01 17:10:30'),
(319992, 2423, '2022-08-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:10:30', '2023-11-01 17:10:30'),
(319993, 2423, '2022-09-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:10:30', '2023-11-01 17:10:30'),
(319994, 2423, '2022-10-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:10:30', '2023-11-01 17:10:30'),
(319995, 2423, '2022-11-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:10:30', '2023-11-01 17:10:30'),
(319996, 2423, '2022-12-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:10:30', '2023-11-01 17:10:30'),
(319997, 2423, '2023-01-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:10:30', '2023-11-01 17:10:30'),
(319998, 2423, '2023-02-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:10:30', '2023-11-01 17:10:30'),
(319999, 2423, '2023-03-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:10:30', '2023-11-01 17:10:30'),
(320000, 2423, '2023-04-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:10:30', '2023-11-01 17:10:30'),
(320001, 2423, '2023-05-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:10:30', '2023-11-01 17:10:30'),
(320002, 2423, '2023-06-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:10:30', '2023-11-01 17:10:30'),
(320003, 2423, '2023-07-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:10:30', '2023-11-01 17:10:30'),
(320004, 2423, '2023-08-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:10:30', '2023-11-01 17:10:30'),
(320005, 2423, '2023-09-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:10:30', '2023-11-01 17:10:30'),
(320006, 2423, '2023-10-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:10:30', '2023-11-01 17:10:30'),
(320007, 2423, '2023-11-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:10:30', '2023-11-01 17:10:30'),
(320008, 2423, '2023-12-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:10:30', '2023-11-01 17:10:30'),
(320009, 2424, '2022-02-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:11:33', '2023-11-01 17:11:33'),
(320010, 2424, '2022-03-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:11:33', '2023-11-01 17:11:33'),
(320011, 2424, '2022-04-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:11:33', '2023-11-01 17:11:33'),
(320012, 2424, '2022-05-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:11:33', '2023-11-01 17:11:33'),
(320013, 2424, '2022-06-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:11:33', '2023-11-01 17:11:33'),
(320014, 2424, '2022-07-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:11:33', '2023-11-01 17:11:33'),
(320015, 2424, '2022-08-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:11:33', '2023-11-01 17:11:33'),
(320016, 2424, '2022-09-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:11:33', '2023-11-01 17:11:33'),
(320017, 2424, '2022-10-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:11:33', '2023-11-01 17:11:33'),
(320018, 2424, '2022-11-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:11:33', '2023-11-01 17:11:33'),
(320019, 2424, '2022-12-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:11:33', '2023-11-01 17:11:33'),
(320020, 2424, '2023-01-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:11:33', '2023-11-01 17:11:33'),
(320021, 2424, '2023-02-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:11:33', '2023-11-01 17:11:33'),
(320022, 2424, '2023-03-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:11:33', '2023-11-01 17:11:33'),
(320023, 2424, '2023-04-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:11:33', '2023-11-01 17:11:33'),
(320024, 2424, '2023-05-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:11:33', '2023-11-01 17:11:33'),
(320025, 2424, '2023-06-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:11:33', '2023-11-01 17:11:33'),
(320026, 2424, '2023-07-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:11:33', '2023-11-01 17:11:33'),
(320027, 2424, '2023-08-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:11:33', '2023-11-01 17:11:33'),
(320028, 2424, '2023-09-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:11:33', '2023-11-01 17:11:33'),
(320029, 2424, '2023-10-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:11:33', '2023-11-01 17:11:33'),
(320030, 2424, '2023-11-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:11:33', '2023-11-01 17:11:33'),
(320031, 2424, '2023-12-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:11:33', '2023-11-01 17:11:33'),
(320032, 2425, '2022-02-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:13:23', '2023-11-01 17:13:23'),
(320033, 2425, '2022-03-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:13:23', '2023-11-01 17:13:23'),
(320034, 2425, '2022-04-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:13:23', '2023-11-01 17:13:23'),
(320035, 2425, '2022-05-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:13:23', '2023-11-01 17:13:23'),
(320036, 2425, '2022-06-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:13:23', '2023-11-01 17:13:23'),
(320037, 2425, '2022-07-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:13:23', '2023-11-01 17:13:23'),
(320038, 2425, '2022-08-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:13:23', '2023-11-01 17:13:23'),
(320039, 2425, '2022-09-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:13:23', '2023-11-01 17:13:23'),
(320040, 2425, '2022-10-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:13:23', '2023-11-01 17:13:23'),
(320041, 2425, '2022-11-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:13:23', '2023-11-01 17:13:23'),
(320042, 2425, '2022-12-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:13:23', '2023-11-01 17:13:23'),
(320043, 2425, '2023-01-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:13:23', '2023-11-01 17:13:23'),
(320044, 2425, '2023-02-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:13:23', '2023-11-01 17:13:23'),
(320045, 2425, '2023-03-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:13:23', '2023-11-01 17:13:23'),
(320046, 2425, '2023-04-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:13:23', '2023-11-01 17:13:23'),
(320047, 2425, '2023-05-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:13:23', '2023-11-01 17:13:23'),
(320048, 2425, '2023-06-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:13:23', '2023-11-01 17:13:23'),
(320049, 2425, '2023-07-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:13:23', '2023-11-01 17:13:23'),
(320050, 2425, '2023-08-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:13:23', '2023-11-01 17:13:23'),
(320051, 2425, '2023-09-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:13:23', '2023-11-01 17:13:23'),
(320052, 2425, '2023-10-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:13:23', '2023-11-01 17:13:23'),
(320053, 2425, '2023-11-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:13:23', '2023-11-01 17:13:23'),
(320054, 2425, '2023-12-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:13:23', '2023-11-01 17:13:23'),
(320055, 2426, '2022-02-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:17:00', '2023-11-01 17:17:00'),
(320056, 2426, '2022-03-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:17:00', '2023-11-01 17:17:00'),
(320057, 2426, '2022-04-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:17:00', '2023-11-01 17:17:00'),
(320058, 2426, '2022-05-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:17:00', '2023-11-01 17:17:00'),
(320059, 2426, '2022-06-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:17:00', '2023-11-01 17:17:00'),
(320060, 2426, '2022-07-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:17:00', '2023-11-01 17:17:00'),
(320061, 2426, '2022-08-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:17:00', '2023-11-01 17:17:00'),
(320062, 2426, '2022-09-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:17:00', '2023-11-01 17:17:00'),
(320063, 2426, '2022-10-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:17:00', '2023-11-01 17:17:00'),
(320064, 2426, '2022-11-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:17:00', '2023-11-01 17:17:00'),
(320065, 2426, '2022-12-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:17:00', '2023-11-01 17:17:00'),
(320066, 2426, '2023-01-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:17:00', '2023-11-01 17:17:00'),
(320067, 2426, '2023-02-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:17:00', '2023-11-01 17:17:00'),
(320068, 2426, '2023-03-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:17:00', '2023-11-01 17:17:00'),
(320069, 2426, '2023-04-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:17:00', '2023-11-01 17:17:00'),
(320070, 2426, '2023-05-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:17:00', '2023-11-01 17:17:00'),
(320071, 2426, '2023-06-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:17:00', '2023-11-01 17:17:00'),
(320072, 2426, '2023-07-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:17:00', '2023-11-01 17:17:00'),
(320073, 2426, '2023-08-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:17:00', '2023-11-01 17:17:00'),
(320074, 2426, '2023-09-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:17:00', '2023-11-01 17:17:00'),
(320075, 2426, '2023-10-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:17:00', '2023-11-01 17:17:00'),
(320076, 2426, '2023-11-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:17:00', '2023-11-01 17:17:00'),
(320077, 2426, '2023-12-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:17:00', '2023-11-01 17:17:00'),
(320078, 2427, '2022-02-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:19:39', '2023-11-01 17:19:39'),
(320079, 2427, '2022-03-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:19:39', '2023-11-01 17:19:39'),
(320080, 2427, '2022-04-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:19:39', '2023-11-01 17:19:39'),
(320081, 2427, '2022-05-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:19:39', '2023-11-01 17:19:39'),
(320082, 2427, '2022-06-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:19:39', '2023-11-01 17:19:39'),
(320083, 2427, '2022-07-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:19:39', '2023-11-01 17:19:39'),
(320084, 2427, '2022-08-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:19:39', '2023-11-01 17:19:39'),
(320085, 2427, '2022-09-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:19:39', '2023-11-01 17:19:39'),
(320086, 2427, '2022-10-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:19:39', '2023-11-01 17:19:39'),
(320087, 2427, '2022-11-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:19:39', '2023-11-01 17:19:39'),
(320088, 2427, '2022-12-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:19:39', '2023-11-01 17:19:39'),
(320089, 2427, '2023-01-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:19:39', '2023-11-01 17:19:39'),
(320090, 2427, '2023-02-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:19:39', '2023-11-01 17:19:39'),
(320091, 2427, '2023-03-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:19:39', '2023-11-01 17:19:39'),
(320092, 2427, '2023-04-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:19:39', '2023-11-01 17:19:39'),
(320093, 2427, '2023-05-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:19:39', '2023-11-01 17:19:39'),
(320094, 2427, '2023-06-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:19:39', '2023-11-01 17:19:39'),
(320095, 2427, '2023-07-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:19:39', '2023-11-01 17:19:39'),
(320096, 2427, '2023-08-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:19:39', '2023-11-01 17:19:39'),
(320097, 2427, '2023-09-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:19:39', '2023-11-01 17:19:39'),
(320098, 2427, '2023-10-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:19:39', '2023-11-01 17:19:39'),
(320099, 2427, '2023-11-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:19:39', '2023-11-01 17:19:39'),
(320100, 2427, '2023-12-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:19:39', '2023-11-01 17:19:39'),
(320101, 2428, '2022-02-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:20:28', '2023-11-01 17:20:28'),
(320102, 2428, '2022-03-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:20:28', '2023-11-01 17:20:28'),
(320103, 2428, '2022-04-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:20:28', '2023-11-01 17:20:28');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(320104, 2428, '2022-05-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:20:28', '2023-11-01 17:20:28'),
(320105, 2428, '2022-06-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:20:28', '2023-11-01 17:20:28'),
(320106, 2428, '2022-07-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:20:28', '2023-11-01 17:20:28'),
(320107, 2428, '2022-08-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:20:28', '2023-11-01 17:20:28'),
(320108, 2428, '2022-09-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:20:28', '2023-11-01 17:20:28'),
(320109, 2428, '2022-10-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:20:28', '2023-11-01 17:20:28'),
(320110, 2428, '2022-11-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:20:28', '2023-11-01 17:20:28'),
(320111, 2428, '2022-12-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:20:28', '2023-11-01 17:20:28'),
(320112, 2428, '2023-01-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:20:28', '2023-11-01 17:20:28'),
(320113, 2428, '2023-02-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:20:28', '2023-11-01 17:20:28'),
(320114, 2428, '2023-03-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:20:28', '2023-11-01 17:20:28'),
(320115, 2428, '2023-04-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:20:28', '2023-11-01 17:20:28'),
(320116, 2428, '2023-05-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:20:28', '2023-11-01 17:20:28'),
(320117, 2428, '2023-06-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:20:28', '2023-11-01 17:20:28'),
(320118, 2428, '2023-07-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:20:28', '2023-11-01 17:20:28'),
(320119, 2428, '2023-08-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:20:28', '2023-11-01 17:20:28'),
(320120, 2428, '2023-09-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:20:28', '2023-11-01 17:20:28'),
(320121, 2428, '2023-10-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:20:28', '2023-11-01 17:20:28'),
(320122, 2428, '2023-11-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:20:28', '2023-11-01 17:20:28'),
(320123, 2428, '2023-12-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:20:28', '2023-11-01 17:20:28'),
(320124, 2429, '2022-02-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:21:19', '2023-11-01 17:21:19'),
(320125, 2429, '2022-03-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:21:19', '2023-11-01 17:21:19'),
(320126, 2429, '2022-04-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:21:19', '2023-11-01 17:21:19'),
(320127, 2429, '2022-05-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:21:19', '2023-11-01 17:21:19'),
(320128, 2429, '2022-06-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:21:19', '2023-11-01 17:21:19'),
(320129, 2429, '2022-07-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:21:19', '2023-11-01 17:21:19'),
(320130, 2429, '2022-08-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:21:19', '2023-11-01 17:21:19'),
(320131, 2429, '2022-09-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:21:19', '2023-11-01 17:21:19'),
(320132, 2429, '2022-10-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:21:19', '2023-11-01 17:21:19'),
(320133, 2429, '2022-11-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:21:19', '2023-11-01 17:21:19'),
(320134, 2429, '2022-12-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:21:19', '2023-11-01 17:21:19'),
(320135, 2429, '2023-01-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:21:19', '2023-11-01 17:21:19'),
(320136, 2429, '2023-02-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:21:19', '2023-11-01 17:21:19'),
(320137, 2429, '2023-03-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:21:19', '2023-11-01 17:21:19'),
(320138, 2429, '2023-04-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:21:19', '2023-11-01 17:21:19'),
(320139, 2429, '2023-05-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:21:19', '2023-11-01 17:21:19'),
(320140, 2429, '2023-06-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:21:19', '2023-11-01 17:21:19'),
(320141, 2429, '2023-07-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:21:19', '2023-11-01 17:21:19'),
(320142, 2429, '2023-08-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:21:19', '2023-11-01 17:21:19'),
(320143, 2429, '2023-09-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:21:19', '2023-11-01 17:21:19'),
(320144, 2429, '2023-10-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:21:19', '2023-11-01 17:21:19'),
(320145, 2429, '2023-11-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:21:19', '2023-11-01 17:21:19'),
(320146, 2429, '2023-12-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-01 17:21:19', '2023-11-01 17:21:19'),
(320147, 2430, '2022-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-12 13:05:03', '2023-11-12 13:05:03'),
(320148, 2430, '2022-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-12 13:05:03', '2023-11-12 13:05:03'),
(320149, 2430, '2022-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-12 13:05:03', '2023-11-12 13:05:03'),
(320150, 2430, '2022-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-12 13:05:03', '2023-11-12 13:05:03'),
(320151, 2430, '2022-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-12 13:05:03', '2023-11-12 13:05:03'),
(320152, 2430, '2022-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-12 13:05:03', '2023-11-12 13:05:03'),
(320153, 2430, '2022-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-12 13:05:03', '2023-11-12 13:05:03'),
(320154, 2430, '2022-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-12 13:05:03', '2023-11-12 13:05:03'),
(320155, 2430, '2022-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-12 13:05:03', '2023-11-12 13:05:03'),
(320156, 2430, '2022-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-12 13:05:03', '2023-11-12 13:05:03'),
(320157, 2430, '2022-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-12 13:05:03', '2023-11-12 13:05:03'),
(320158, 2430, '2023-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-12 13:05:03', '2023-11-12 13:05:03'),
(320159, 2430, '2023-02-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-12 13:05:03', '2023-11-12 13:05:03'),
(320160, 2430, '2023-03-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-12 13:05:03', '2023-11-12 13:05:03'),
(320161, 2430, '2023-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-12 13:05:03', '2023-11-12 13:05:03'),
(320162, 2430, '2023-05-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-12 13:05:03', '2023-11-12 13:05:03'),
(320163, 2430, '2023-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-12 13:05:03', '2023-11-12 13:05:03'),
(320164, 2430, '2023-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-12 13:05:03', '2023-11-12 13:05:03'),
(320165, 2430, '2023-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-12 13:05:03', '2023-11-12 13:05:03'),
(320166, 2430, '2023-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-12 13:05:03', '2023-11-12 13:05:03'),
(320167, 2430, '2023-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-12 13:05:03', '2023-11-12 13:05:03'),
(320168, 2430, '2023-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-12 13:05:03', '2023-11-12 13:05:03'),
(320169, 2430, '2023-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-11-12 13:05:03', '2023-11-12 13:05:03'),
(320170, 2431, '2022-02-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-12 13:06:09', '2023-11-12 13:06:09'),
(320171, 2431, '2022-03-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-12 13:06:09', '2023-11-12 13:06:09'),
(320172, 2431, '2022-04-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-12 13:06:09', '2023-11-12 13:06:09'),
(320173, 2431, '2022-05-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-12 13:06:09', '2023-11-12 13:06:09'),
(320174, 2431, '2022-06-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-12 13:06:09', '2023-11-12 13:06:09'),
(320175, 2431, '2022-07-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-12 13:06:09', '2023-11-12 13:06:09'),
(320176, 2431, '2022-08-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-12 13:06:09', '2023-11-12 13:06:09'),
(320177, 2431, '2022-09-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-12 13:06:09', '2023-11-12 13:06:09'),
(320178, 2431, '2022-10-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-12 13:06:09', '2023-11-12 13:06:09'),
(320179, 2431, '2022-11-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-12 13:06:09', '2023-11-12 13:06:09'),
(320180, 2431, '2022-12-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-12 13:06:09', '2023-11-12 13:06:09'),
(320181, 2431, '2023-01-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-12 13:06:09', '2023-11-12 13:06:09'),
(320182, 2431, '2023-02-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-12 13:06:09', '2023-11-12 13:06:09'),
(320183, 2431, '2023-03-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-12 13:06:09', '2023-11-12 13:06:09'),
(320184, 2431, '2023-04-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-12 13:06:09', '2023-11-12 13:06:09'),
(320185, 2431, '2023-05-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-12 13:06:09', '2023-11-12 13:06:09'),
(320186, 2431, '2023-06-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-12 13:06:09', '2023-11-12 13:06:09'),
(320187, 2431, '2023-07-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-12 13:06:09', '2023-11-12 13:06:09'),
(320188, 2431, '2023-08-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-12 13:06:09', '2023-11-12 13:06:09'),
(320189, 2431, '2023-09-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-12 13:06:09', '2023-11-12 13:06:09'),
(320190, 2431, '2023-10-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-12 13:06:09', '2023-11-12 13:06:09'),
(320191, 2431, '2023-11-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-12 13:06:09', '2023-11-12 13:06:09'),
(320192, 2431, '2023-12-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-12 13:06:09', '2023-11-12 13:06:09'),
(320193, 2432, '2022-02-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-12 13:07:02', '2023-11-12 13:07:02'),
(320194, 2432, '2022-03-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-12 13:07:02', '2023-11-12 13:07:02'),
(320195, 2432, '2022-04-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-12 13:07:02', '2023-11-12 13:07:02'),
(320196, 2432, '2022-05-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-12 13:07:02', '2023-11-12 13:07:02'),
(320197, 2432, '2022-06-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-12 13:07:02', '2023-11-12 13:07:02'),
(320198, 2432, '2022-07-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-12 13:07:02', '2023-11-12 13:07:02'),
(320199, 2432, '2022-08-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-12 13:07:02', '2023-11-12 13:07:02'),
(320200, 2432, '2022-09-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-12 13:07:02', '2023-11-12 13:07:02'),
(320201, 2432, '2022-10-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-12 13:07:02', '2023-11-12 13:07:02'),
(320202, 2432, '2022-11-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-12 13:07:02', '2023-11-12 13:07:02'),
(320203, 2432, '2022-12-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-12 13:07:02', '2023-11-12 13:07:02'),
(320204, 2432, '2023-01-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-12 13:07:02', '2023-11-12 13:07:02'),
(320205, 2432, '2023-02-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-12 13:07:02', '2023-11-12 13:07:02'),
(320206, 2432, '2023-03-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-12 13:07:02', '2023-11-12 13:07:02'),
(320207, 2432, '2023-04-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-12 13:07:02', '2023-11-12 13:07:02'),
(320208, 2432, '2023-05-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-12 13:07:02', '2023-11-12 13:07:02'),
(320209, 2432, '2023-06-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-12 13:07:02', '2023-11-12 13:07:02'),
(320210, 2432, '2023-07-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-12 13:07:02', '2023-11-12 13:07:02'),
(320211, 2432, '2023-08-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-12 13:07:02', '2023-11-12 13:07:02'),
(320212, 2432, '2023-09-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-12 13:07:02', '2023-11-12 13:07:02'),
(320213, 2432, '2023-10-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-12 13:07:02', '2023-11-12 13:07:02'),
(320214, 2432, '2023-11-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-12 13:07:02', '2023-11-12 13:07:02'),
(320215, 2432, '2023-12-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-12 13:07:02', '2023-11-12 13:07:02'),
(320216, 2433, '2022-02-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-12 13:08:09', '2023-11-12 13:08:09'),
(320217, 2433, '2022-03-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-12 13:08:09', '2023-11-12 13:08:09'),
(320218, 2433, '2022-04-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-12 13:08:09', '2023-11-12 13:08:09'),
(320219, 2433, '2022-05-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-12 13:08:09', '2023-11-12 13:08:09'),
(320220, 2433, '2022-06-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-12 13:08:09', '2023-11-12 13:08:09'),
(320221, 2433, '2022-07-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-12 13:08:09', '2023-11-12 13:08:09'),
(320222, 2433, '2022-08-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-12 13:08:09', '2023-11-12 13:08:09'),
(320223, 2433, '2022-09-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-12 13:08:09', '2023-11-12 13:08:09'),
(320224, 2433, '2022-10-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-12 13:08:09', '2023-11-12 13:08:09'),
(320225, 2433, '2022-11-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-12 13:08:09', '2023-11-12 13:08:09'),
(320226, 2433, '2022-12-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-12 13:08:09', '2023-11-12 13:08:09'),
(320227, 2433, '2023-01-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-12 13:08:09', '2023-11-12 13:08:09'),
(320228, 2433, '2023-02-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-12 13:08:09', '2023-11-12 13:08:09'),
(320229, 2433, '2023-03-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-12 13:08:09', '2023-11-12 13:08:09'),
(320230, 2433, '2023-04-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-12 13:08:09', '2023-11-12 13:08:09'),
(320231, 2433, '2023-05-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-12 13:08:09', '2023-11-12 13:08:09'),
(320232, 2433, '2023-06-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-12 13:08:09', '2023-11-12 13:08:09'),
(320233, 2433, '2023-07-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-12 13:08:09', '2023-11-12 13:08:09'),
(320234, 2433, '2023-08-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-12 13:08:09', '2023-11-12 13:08:09'),
(320235, 2433, '2023-09-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-12 13:08:09', '2023-11-12 13:08:09'),
(320236, 2433, '2023-10-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-12 13:08:09', '2023-11-12 13:08:09'),
(320237, 2433, '2023-11-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-12 13:08:09', '2023-11-12 13:08:09'),
(320238, 2433, '2023-12-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-12 13:08:09', '2023-11-12 13:08:09'),
(320239, 2434, '2022-02-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-12 13:09:06', '2023-11-12 13:09:06'),
(320240, 2434, '2022-03-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-12 13:09:06', '2023-11-12 13:09:06'),
(320241, 2434, '2022-04-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-12 13:09:06', '2023-11-12 13:09:06'),
(320242, 2434, '2022-05-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-12 13:09:06', '2023-11-12 13:09:06'),
(320243, 2434, '2022-06-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-12 13:09:06', '2023-11-12 13:09:06'),
(320244, 2434, '2022-07-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-12 13:09:06', '2023-11-12 13:09:06'),
(320245, 2434, '2022-08-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-12 13:09:06', '2023-11-12 13:09:06'),
(320246, 2434, '2022-09-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-12 13:09:06', '2023-11-12 13:09:06'),
(320247, 2434, '2022-10-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-12 13:09:06', '2023-11-12 13:09:06'),
(320248, 2434, '2022-11-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-12 13:09:06', '2023-11-12 13:09:06'),
(320249, 2434, '2022-12-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-12 13:09:06', '2023-11-12 13:09:06'),
(320250, 2434, '2023-01-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-12 13:09:06', '2023-11-12 13:09:06'),
(320251, 2434, '2023-02-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-12 13:09:06', '2023-11-12 13:09:06'),
(320252, 2434, '2023-03-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-12 13:09:06', '2023-11-12 13:09:06'),
(320253, 2434, '2023-04-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-12 13:09:06', '2023-11-12 13:09:06'),
(320254, 2434, '2023-05-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-12 13:09:06', '2023-11-12 13:09:06'),
(320255, 2434, '2023-06-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-12 13:09:06', '2023-11-12 13:09:06'),
(320256, 2434, '2023-07-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-12 13:09:06', '2023-11-12 13:09:06'),
(320257, 2434, '2023-08-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-12 13:09:06', '2023-11-12 13:09:06'),
(320258, 2434, '2023-09-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-12 13:09:06', '2023-11-12 13:09:06'),
(320259, 2434, '2023-10-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-12 13:09:06', '2023-11-12 13:09:06'),
(320260, 2434, '2023-11-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-12 13:09:06', '2023-11-12 13:09:06'),
(320261, 2434, '2023-12-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-12 13:09:06', '2023-11-12 13:09:06'),
(320262, 2435, '2023-11-01 00:00:00', NULL, NULL, '', '300', 0, '2023-11-12 13:24:15', '2023-11-12 13:24:15'),
(320263, 2436, '2022-02-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-12 13:53:56', '2023-11-12 13:53:56'),
(320264, 2436, '2022-03-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-12 13:53:56', '2023-11-12 13:53:56'),
(320265, 2436, '2022-04-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-12 13:53:56', '2023-11-12 13:53:56'),
(320266, 2436, '2022-05-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-12 13:53:56', '2023-11-12 13:53:56'),
(320267, 2436, '2022-06-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-12 13:53:56', '2023-11-12 13:53:56'),
(320268, 2436, '2022-07-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-12 13:53:56', '2023-11-12 13:53:56'),
(320269, 2436, '2022-08-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-12 13:53:56', '2023-11-12 13:53:56'),
(320270, 2436, '2022-09-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-12 13:53:56', '2023-11-12 13:53:56'),
(320271, 2436, '2022-10-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-12 13:53:56', '2023-11-12 13:53:56'),
(320272, 2436, '2022-11-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-12 13:53:56', '2023-11-12 13:53:56'),
(320273, 2436, '2022-12-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-12 13:53:56', '2023-11-12 13:53:56'),
(320274, 2436, '2023-01-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-12 13:53:56', '2023-11-12 13:53:56'),
(320275, 2436, '2023-02-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-12 13:53:56', '2023-11-12 13:53:56'),
(320276, 2436, '2023-03-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-12 13:53:56', '2023-11-12 13:53:56'),
(320277, 2436, '2023-04-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-12 13:53:56', '2023-11-12 13:53:56'),
(320278, 2436, '2023-05-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-12 13:53:56', '2023-11-12 13:53:56'),
(320279, 2436, '2023-06-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-12 13:53:56', '2023-11-12 13:53:56'),
(320280, 2436, '2023-07-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-12 13:53:56', '2023-11-12 13:53:56'),
(320281, 2436, '2023-08-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-12 13:53:56', '2023-11-12 13:53:56'),
(320282, 2436, '2023-09-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-12 13:53:56', '2023-11-12 13:53:56'),
(320283, 2436, '2023-10-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-12 13:53:56', '2023-11-12 13:53:56'),
(320284, 2436, '2023-11-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-12 13:53:56', '2023-11-12 13:53:56'),
(320285, 2436, '2023-12-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-12 13:53:56', '2023-11-12 13:53:56'),
(320286, 2437, '2022-02-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-12 13:56:21', '2023-11-12 13:56:21'),
(320287, 2437, '2022-03-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-12 13:56:21', '2023-11-12 13:56:21'),
(320288, 2437, '2022-04-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-12 13:56:21', '2023-11-12 13:56:21'),
(320289, 2437, '2022-05-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-12 13:56:21', '2023-11-12 13:56:21'),
(320290, 2437, '2022-06-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-12 13:56:21', '2023-11-12 13:56:21'),
(320291, 2437, '2022-07-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-12 13:56:21', '2023-11-12 13:56:21'),
(320292, 2437, '2022-08-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-12 13:56:21', '2023-11-12 13:56:21'),
(320293, 2437, '2022-09-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-12 13:56:21', '2023-11-12 13:56:21'),
(320294, 2437, '2022-10-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-12 13:56:21', '2023-11-12 13:56:21'),
(320295, 2437, '2022-11-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-12 13:56:21', '2023-11-12 13:56:21'),
(320296, 2437, '2022-12-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-12 13:56:21', '2023-11-12 13:56:21'),
(320297, 2437, '2023-01-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-12 13:56:21', '2023-11-12 13:56:21'),
(320298, 2437, '2023-02-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-12 13:56:21', '2023-11-12 13:56:21'),
(320299, 2437, '2023-03-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-12 13:56:21', '2023-11-12 13:56:21'),
(320300, 2437, '2023-04-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-12 13:56:21', '2023-11-12 13:56:21'),
(320301, 2437, '2023-05-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-12 13:56:21', '2023-11-12 13:56:21'),
(320302, 2437, '2023-06-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-12 13:56:21', '2023-11-12 13:56:21'),
(320303, 2437, '2023-07-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-12 13:56:21', '2023-11-12 13:56:21'),
(320304, 2437, '2023-08-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-12 13:56:21', '2023-11-12 13:56:21'),
(320305, 2437, '2023-09-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-12 13:56:21', '2023-11-12 13:56:21'),
(320306, 2437, '2023-10-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-12 13:56:21', '2023-11-12 13:56:21'),
(320307, 2437, '2023-11-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-12 13:56:21', '2023-11-12 13:56:21'),
(320308, 2437, '2023-12-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-12 13:56:21', '2023-11-12 13:56:21'),
(320309, 2438, '2022-02-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-12 13:58:18', '2023-11-12 13:58:18'),
(320310, 2438, '2022-03-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-12 13:58:18', '2023-11-12 13:58:18'),
(320311, 2438, '2022-04-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-12 13:58:18', '2023-11-12 13:58:18'),
(320312, 2438, '2022-05-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-12 13:58:18', '2023-11-12 13:58:18'),
(320313, 2438, '2022-06-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-12 13:58:18', '2023-11-12 13:58:18'),
(320314, 2438, '2022-07-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-12 13:58:18', '2023-11-12 13:58:18'),
(320315, 2438, '2022-08-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-12 13:58:18', '2023-11-12 13:58:18'),
(320316, 2438, '2022-09-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-12 13:58:18', '2023-11-12 13:58:18'),
(320317, 2438, '2022-10-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-12 13:58:18', '2023-11-12 13:58:18'),
(320318, 2438, '2022-11-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-12 13:58:18', '2023-11-12 13:58:18'),
(320319, 2438, '2022-12-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-12 13:58:18', '2023-11-12 13:58:18'),
(320320, 2438, '2023-01-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-12 13:58:18', '2023-11-12 13:58:18'),
(320321, 2438, '2023-02-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-12 13:58:18', '2023-11-12 13:58:18'),
(320322, 2438, '2023-03-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-12 13:58:18', '2023-11-12 13:58:18'),
(320323, 2438, '2023-04-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-12 13:58:18', '2023-11-12 13:58:18'),
(320324, 2438, '2023-05-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-12 13:58:18', '2023-11-12 13:58:18'),
(320325, 2438, '2023-06-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-12 13:58:18', '2023-11-12 13:58:18'),
(320326, 2438, '2023-07-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-12 13:58:18', '2023-11-12 13:58:18'),
(320327, 2438, '2023-08-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-12 13:58:18', '2023-11-12 13:58:18'),
(320328, 2438, '2023-09-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-12 13:58:18', '2023-11-12 13:58:18'),
(320329, 2438, '2023-10-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-12 13:58:18', '2023-11-12 13:58:18'),
(320330, 2438, '2023-11-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-12 13:58:18', '2023-11-12 13:58:18'),
(320331, 2438, '2023-12-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-12 13:58:18', '2023-11-12 13:58:18'),
(320332, 2439, '2022-02-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-12 17:48:49', '2023-11-12 17:48:49'),
(320333, 2439, '2022-03-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-12 17:48:49', '2023-11-12 17:48:49'),
(320334, 2439, '2022-04-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-12 17:48:49', '2023-11-12 17:48:49'),
(320335, 2439, '2022-05-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-12 17:48:49', '2023-11-12 17:48:49'),
(320336, 2439, '2022-06-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-12 17:48:49', '2023-11-12 17:48:49'),
(320337, 2439, '2022-07-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-12 17:48:49', '2023-11-12 17:48:49'),
(320338, 2439, '2022-08-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-12 17:48:49', '2023-11-12 17:48:49'),
(320339, 2439, '2022-09-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-12 17:48:49', '2023-11-12 17:48:49'),
(320340, 2439, '2022-10-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-12 17:48:49', '2023-11-12 17:48:49'),
(320341, 2439, '2022-11-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-12 17:48:49', '2023-11-12 17:48:49'),
(320342, 2439, '2022-12-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-12 17:48:49', '2023-11-12 17:48:49'),
(320343, 2439, '2023-01-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-12 17:48:49', '2023-11-12 17:48:49'),
(320344, 2439, '2023-02-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-12 17:48:49', '2023-11-12 17:48:49'),
(320345, 2439, '2023-03-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-12 17:48:49', '2023-11-12 17:48:49'),
(320346, 2439, '2023-04-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-12 17:48:49', '2023-11-12 17:48:49'),
(320347, 2439, '2023-05-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-12 17:48:49', '2023-11-12 17:48:49'),
(320348, 2439, '2023-06-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-12 17:48:49', '2023-11-12 17:48:49'),
(320349, 2439, '2023-07-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-12 17:48:49', '2023-11-12 17:48:49'),
(320350, 2439, '2023-08-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-12 17:48:49', '2023-11-12 17:48:49'),
(320351, 2439, '2023-09-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-12 17:48:49', '2023-11-12 17:48:49'),
(320352, 2439, '2023-10-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-12 17:48:49', '2023-11-12 17:48:49'),
(320353, 2439, '2023-11-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-12 17:48:49', '2023-11-12 17:48:49'),
(320354, 2439, '2023-12-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-12 17:48:49', '2023-11-12 17:48:49'),
(320355, 2440, '2022-02-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-12 17:51:53', '2023-11-12 17:51:53'),
(320356, 2440, '2022-03-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-12 17:51:53', '2023-11-12 17:51:53'),
(320357, 2440, '2022-04-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-12 17:51:53', '2023-11-12 17:51:53'),
(320358, 2440, '2022-05-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-12 17:51:53', '2023-11-12 17:51:53'),
(320359, 2440, '2022-06-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-12 17:51:53', '2023-11-12 17:51:53'),
(320360, 2440, '2022-07-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-12 17:51:53', '2023-11-12 17:51:53'),
(320361, 2440, '2022-08-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-12 17:51:53', '2023-11-12 17:51:53'),
(320362, 2440, '2022-09-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-12 17:51:54', '2023-11-12 17:51:54'),
(320363, 2440, '2022-10-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-12 17:51:54', '2023-11-12 17:51:54'),
(320364, 2440, '2022-11-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-12 17:51:54', '2023-11-12 17:51:54'),
(320365, 2440, '2022-12-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-12 17:51:54', '2023-11-12 17:51:54'),
(320366, 2440, '2023-01-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-12 17:51:54', '2023-11-12 17:51:54'),
(320367, 2440, '2023-02-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-12 17:51:54', '2023-11-12 17:51:54'),
(320368, 2440, '2023-03-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-12 17:51:54', '2023-11-12 17:51:54'),
(320369, 2440, '2023-04-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-12 17:51:54', '2023-11-12 17:51:54'),
(320370, 2440, '2023-05-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-12 17:51:54', '2023-11-12 17:51:54'),
(320371, 2440, '2023-06-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-12 17:51:54', '2023-11-12 17:51:54'),
(320372, 2440, '2023-07-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-12 17:51:54', '2023-11-12 17:51:54'),
(320373, 2440, '2023-08-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-12 17:51:54', '2023-11-12 17:51:54'),
(320374, 2440, '2023-09-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-12 17:51:54', '2023-11-12 17:51:54'),
(320375, 2440, '2023-10-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-12 17:51:54', '2023-11-12 17:51:54'),
(320376, 2440, '2023-11-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-12 17:51:54', '2023-11-12 17:51:54'),
(320377, 2440, '2023-12-01 00:00:00', NULL, NULL, '', NULL, 0, '2023-11-12 17:51:54', '2023-11-12 17:51:54'),
(320378, 2441, '2023-03-01 00:00:00', NULL, NULL, '', '3500', 0, '2023-12-05 12:58:55', '2023-12-05 12:58:55'),
(320379, 2441, '2023-04-01 00:00:00', NULL, NULL, '', '3500', 0, '2023-12-05 12:58:55', '2023-12-05 12:58:55'),
(320380, 2441, '2023-05-01 00:00:00', NULL, NULL, '', '3500', 0, '2023-12-05 12:58:55', '2023-12-05 12:58:55'),
(320381, 2441, '2023-06-01 00:00:00', NULL, NULL, '', '3500', 0, '2023-12-05 12:58:55', '2023-12-05 12:58:55'),
(320382, 2441, '2023-07-01 00:00:00', NULL, NULL, '', '3500', 0, '2023-12-05 12:58:55', '2023-12-05 12:58:55'),
(320383, 2441, '2023-08-01 00:00:00', NULL, NULL, '', '3500', 0, '2023-12-05 12:58:55', '2023-12-05 12:58:55'),
(320384, 2441, '2023-09-01 00:00:00', NULL, NULL, '', '3500', 0, '2023-12-05 12:58:55', '2023-12-05 12:58:55'),
(320385, 2441, '2023-10-01 00:00:00', NULL, NULL, '', '3500', 0, '2023-12-05 12:58:55', '2023-12-05 12:58:55'),
(320386, 2441, '2023-11-01 00:00:00', NULL, NULL, '', '3500', 0, '2023-12-05 12:58:55', '2023-12-05 12:58:55'),
(320387, 2441, '2023-12-01 00:00:00', NULL, NULL, '', '3500', 0, '2023-12-05 12:58:55', '2023-12-05 12:58:55'),
(320388, 2441, '2024-01-01 00:00:00', NULL, NULL, '', '3500', 0, '2023-12-05 12:58:55', '2023-12-05 12:58:55'),
(320389, 2442, '2020-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-12-05 13:01:01', '2023-12-05 13:01:01'),
(320390, 2442, '2020-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-12-05 13:01:01', '2023-12-05 13:01:01'),
(320391, 2442, '2020-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-12-05 13:01:01', '2023-12-05 13:01:01'),
(320392, 2442, '2020-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-12-05 13:01:01', '2023-12-05 13:01:01'),
(320393, 2442, '2021-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-12-05 13:01:01', '2023-12-05 13:01:01'),
(320394, 2442, '2021-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-12-05 13:01:01', '2023-12-05 13:01:01'),
(320395, 2442, '2021-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-12-05 13:01:01', '2023-12-05 13:01:01'),
(320396, 2442, '2021-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-12-05 13:01:01', '2023-12-05 13:01:01'),
(320397, 2442, '2021-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-12-05 13:01:01', '2023-12-05 13:01:01'),
(320398, 2442, '2021-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-12-05 13:01:01', '2023-12-05 13:01:01'),
(320399, 2442, '2021-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-12-05 13:01:01', '2023-12-05 13:01:01'),
(320400, 2442, '2021-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-12-05 13:01:01', '2023-12-05 13:01:01'),
(320401, 2442, '2021-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-12-05 13:01:01', '2023-12-05 13:01:01'),
(320402, 2442, '2021-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-12-05 13:01:01', '2023-12-05 13:01:01'),
(320403, 2442, '2021-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-12-05 13:01:01', '2023-12-05 13:01:01'),
(320404, 2442, '2021-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-12-05 13:01:01', '2023-12-05 13:01:01'),
(320405, 2442, '2022-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-12-05 13:01:01', '2023-12-05 13:01:01'),
(320406, 2442, '2022-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-12-05 13:01:02', '2023-12-05 13:01:02'),
(320407, 2442, '2022-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-12-05 13:01:02', '2023-12-05 13:01:02'),
(320408, 2442, '2022-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-12-05 13:01:02', '2023-12-05 13:01:02'),
(320409, 2442, '2022-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-12-05 13:01:02', '2023-12-05 13:01:02'),
(320410, 2442, '2022-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-12-05 13:01:02', '2023-12-05 13:01:02'),
(320411, 2442, '2022-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-12-05 13:01:02', '2023-12-05 13:01:02'),
(320412, 2442, '2022-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-12-05 13:01:02', '2023-12-05 13:01:02'),
(320413, 2442, '2022-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-12-05 13:01:02', '2023-12-05 13:01:02'),
(320414, 2442, '2022-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-12-05 13:01:02', '2023-12-05 13:01:02'),
(320415, 2442, '2022-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-12-05 13:01:02', '2023-12-05 13:01:02'),
(320416, 2442, '2022-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-12-05 13:01:02', '2023-12-05 13:01:02'),
(320417, 2442, '2023-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-12-05 13:01:02', '2023-12-05 13:01:02'),
(320418, 2442, '2023-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-12-05 13:01:02', '2023-12-05 13:01:02'),
(320419, 2442, '2023-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-12-05 13:01:02', '2023-12-05 13:01:02'),
(320420, 2442, '2023-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-12-05 13:01:02', '2023-12-05 13:01:02'),
(320421, 2442, '2023-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-12-05 13:01:02', '2023-12-05 13:01:02'),
(320422, 2442, '2023-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-12-05 13:01:02', '2023-12-05 13:01:02'),
(320423, 2442, '2023-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-12-05 13:01:02', '2023-12-05 13:01:02'),
(320424, 2442, '2023-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-12-05 13:01:02', '2023-12-05 13:01:02'),
(320425, 2442, '2023-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-12-05 13:01:02', '2023-12-05 13:01:02'),
(320426, 2442, '2023-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-12-05 13:01:02', '2023-12-05 13:01:02'),
(320427, 2442, '2023-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-12-05 13:01:02', '2023-12-05 13:01:02'),
(320428, 2442, '2023-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-12-05 13:01:02', '2023-12-05 13:01:02'),
(320429, 2442, '2024-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-12-05 13:01:02', '2023-12-05 13:01:02'),
(320430, 2443, '2019-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-12-05 13:02:00', '2023-12-05 13:02:00'),
(320431, 2443, '2019-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-12-05 13:02:00', '2023-12-05 13:02:00'),
(320432, 2443, '2019-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-12-05 13:02:00', '2023-12-05 13:02:00'),
(320433, 2443, '2019-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-12-05 13:02:00', '2023-12-05 13:02:00'),
(320434, 2443, '2019-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-12-05 13:02:00', '2023-12-05 13:02:00'),
(320435, 2443, '2019-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-12-05 13:02:00', '2023-12-05 13:02:00'),
(320436, 2443, '2019-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-12-05 13:02:00', '2023-12-05 13:02:00'),
(320437, 2443, '2019-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-12-05 13:02:00', '2023-12-05 13:02:00'),
(320438, 2443, '2019-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-12-05 13:02:00', '2023-12-05 13:02:00'),
(320439, 2443, '2019-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-12-05 13:02:00', '2023-12-05 13:02:00'),
(320440, 2443, '2019-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-12-05 13:02:00', '2023-12-05 13:02:00'),
(320441, 2443, '2019-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-12-05 13:02:00', '2023-12-05 13:02:00'),
(320442, 2443, '2020-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-12-05 13:02:00', '2023-12-05 13:02:00'),
(320443, 2443, '2020-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-12-05 13:02:00', '2023-12-05 13:02:00'),
(320444, 2443, '2020-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-12-05 13:02:00', '2023-12-05 13:02:00'),
(320445, 2443, '2020-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-12-05 13:02:00', '2023-12-05 13:02:00'),
(320446, 2443, '2020-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-12-05 13:02:00', '2023-12-05 13:02:00'),
(320447, 2443, '2020-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-12-05 13:02:00', '2023-12-05 13:02:00'),
(320448, 2443, '2020-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-12-05 13:02:00', '2023-12-05 13:02:00'),
(320449, 2443, '2020-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-12-05 13:02:00', '2023-12-05 13:02:00'),
(320450, 2443, '2020-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-12-05 13:02:00', '2023-12-05 13:02:00'),
(320451, 2443, '2020-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-12-05 13:02:00', '2023-12-05 13:02:00'),
(320452, 2443, '2020-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-12-05 13:02:00', '2023-12-05 13:02:00'),
(320453, 2443, '2020-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-12-05 13:02:00', '2023-12-05 13:02:00'),
(320454, 2443, '2021-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-12-05 13:02:00', '2023-12-05 13:02:00'),
(320455, 2443, '2021-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-12-05 13:02:00', '2023-12-05 13:02:00'),
(320456, 2443, '2021-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-12-05 13:02:00', '2023-12-05 13:02:00'),
(320457, 2443, '2021-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-12-05 13:02:00', '2023-12-05 13:02:00'),
(320458, 2443, '2021-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-12-05 13:02:00', '2023-12-05 13:02:00'),
(320459, 2443, '2021-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-12-05 13:02:00', '2023-12-05 13:02:00'),
(320460, 2443, '2021-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-12-05 13:02:00', '2023-12-05 13:02:00'),
(320461, 2443, '2021-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-12-05 13:02:00', '2023-12-05 13:02:00'),
(320462, 2443, '2021-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-12-05 13:02:01', '2023-12-05 13:02:01'),
(320463, 2443, '2021-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-12-05 13:02:01', '2023-12-05 13:02:01'),
(320464, 2443, '2021-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-12-05 13:02:01', '2023-12-05 13:02:01'),
(320465, 2443, '2021-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-12-05 13:02:01', '2023-12-05 13:02:01'),
(320466, 2443, '2022-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-12-05 13:02:01', '2023-12-05 13:02:01'),
(320467, 2443, '2022-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-12-05 13:02:01', '2023-12-05 13:02:01'),
(320468, 2443, '2022-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-12-05 13:02:01', '2023-12-05 13:02:01'),
(320469, 2443, '2022-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-12-05 13:02:01', '2023-12-05 13:02:01'),
(320470, 2443, '2022-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-12-05 13:02:01', '2023-12-05 13:02:01'),
(320471, 2443, '2022-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-12-05 13:02:01', '2023-12-05 13:02:01'),
(320472, 2443, '2022-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-12-05 13:02:01', '2023-12-05 13:02:01'),
(320473, 2443, '2022-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-12-05 13:02:01', '2023-12-05 13:02:01'),
(320474, 2443, '2022-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-12-05 13:02:01', '2023-12-05 13:02:01'),
(320475, 2443, '2022-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-12-05 13:02:01', '2023-12-05 13:02:01'),
(320476, 2443, '2022-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-12-05 13:02:01', '2023-12-05 13:02:01'),
(320477, 2443, '2022-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-12-05 13:02:01', '2023-12-05 13:02:01'),
(320478, 2443, '2023-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-12-05 13:02:01', '2023-12-05 13:02:01'),
(320479, 2443, '2023-02-01 00:00:00', NULL, NULL, '', '400', 0, '2023-12-05 13:02:01', '2023-12-05 13:02:01'),
(320480, 2443, '2023-03-01 00:00:00', NULL, NULL, '', '400', 0, '2023-12-05 13:02:01', '2023-12-05 13:02:01'),
(320481, 2443, '2023-04-01 00:00:00', NULL, NULL, '', '400', 0, '2023-12-05 13:02:01', '2023-12-05 13:02:01'),
(320482, 2443, '2023-05-01 00:00:00', NULL, NULL, '', '400', 0, '2023-12-05 13:02:01', '2023-12-05 13:02:01'),
(320483, 2443, '2023-06-01 00:00:00', NULL, NULL, '', '400', 0, '2023-12-05 13:02:01', '2023-12-05 13:02:01'),
(320484, 2443, '2023-07-01 00:00:00', NULL, NULL, '', '400', 0, '2023-12-05 13:02:01', '2023-12-05 13:02:01'),
(320485, 2443, '2023-08-01 00:00:00', NULL, NULL, '', '400', 0, '2023-12-05 13:02:01', '2023-12-05 13:02:01'),
(320486, 2443, '2023-09-01 00:00:00', NULL, NULL, '', '400', 0, '2023-12-05 13:02:01', '2023-12-05 13:02:01'),
(320487, 2443, '2023-10-01 00:00:00', NULL, NULL, '', '400', 0, '2023-12-05 13:02:01', '2023-12-05 13:02:01'),
(320488, 2443, '2023-11-01 00:00:00', NULL, NULL, '', '400', 0, '2023-12-05 13:02:01', '2023-12-05 13:02:01'),
(320489, 2443, '2023-12-01 00:00:00', NULL, NULL, '', '400', 0, '2023-12-05 13:02:01', '2023-12-05 13:02:01'),
(320490, 2443, '2024-01-01 00:00:00', NULL, NULL, '', '400', 0, '2023-12-05 13:02:01', '2023-12-05 13:02:01'),
(320491, 2444, '2021-08-01 00:00:00', NULL, NULL, '', '300', 0, '2023-12-05 13:14:45', '2023-12-05 13:14:45'),
(320492, 2444, '2021-09-01 00:00:00', NULL, NULL, '', '300', 0, '2023-12-05 13:14:45', '2023-12-05 13:14:45'),
(320493, 2444, '2021-10-01 00:00:00', NULL, NULL, '', '300', 0, '2023-12-05 13:14:45', '2023-12-05 13:14:45'),
(320494, 2444, '2021-11-01 00:00:00', NULL, NULL, '', '300', 0, '2023-12-05 13:14:45', '2023-12-05 13:14:45'),
(320495, 2444, '2021-12-01 00:00:00', NULL, NULL, '', '300', 0, '2023-12-05 13:14:45', '2023-12-05 13:14:45'),
(320496, 2444, '2022-01-01 00:00:00', NULL, NULL, '', '300', 0, '2023-12-05 13:14:45', '2023-12-05 13:14:45'),
(320497, 2444, '2022-02-01 00:00:00', NULL, NULL, '', '300', 0, '2023-12-05 13:14:45', '2023-12-05 13:14:45'),
(320498, 2444, '2022-03-01 00:00:00', NULL, NULL, '', '300', 0, '2023-12-05 13:14:45', '2023-12-05 13:14:45'),
(320499, 2444, '2022-04-01 00:00:00', NULL, NULL, '', '300', 0, '2023-12-05 13:14:45', '2023-12-05 13:14:45'),
(320500, 2444, '2022-05-01 00:00:00', NULL, NULL, '', '300', 0, '2023-12-05 13:14:45', '2023-12-05 13:14:45'),
(320501, 2444, '2022-06-01 00:00:00', NULL, NULL, '', '300', 0, '2023-12-05 13:14:45', '2023-12-05 13:14:45'),
(320502, 2444, '2022-07-01 00:00:00', NULL, NULL, '', '300', 0, '2023-12-05 13:14:45', '2023-12-05 13:14:45'),
(320503, 2444, '2022-08-01 00:00:00', NULL, NULL, '', '300', 0, '2023-12-05 13:14:45', '2023-12-05 13:14:45'),
(320504, 2444, '2022-09-01 00:00:00', NULL, NULL, '', '300', 0, '2023-12-05 13:14:45', '2023-12-05 13:14:45'),
(320505, 2444, '2022-10-01 00:00:00', NULL, NULL, '', '300', 0, '2023-12-05 13:14:45', '2023-12-05 13:14:45'),
(320506, 2444, '2022-11-01 00:00:00', NULL, NULL, '', '300', 0, '2023-12-05 13:14:45', '2023-12-05 13:14:45'),
(320507, 2444, '2022-12-01 00:00:00', NULL, NULL, '', '300', 0, '2023-12-05 13:14:45', '2023-12-05 13:14:45'),
(320508, 2444, '2023-01-01 00:00:00', NULL, NULL, '', '300', 0, '2023-12-05 13:14:45', '2023-12-05 13:14:45'),
(320509, 2444, '2023-02-01 00:00:00', NULL, NULL, '', '300', 0, '2023-12-05 13:14:45', '2023-12-05 13:14:45'),
(320510, 2444, '2023-03-01 00:00:00', NULL, NULL, '', '300', 0, '2023-12-05 13:14:45', '2023-12-05 13:14:45'),
(320511, 2444, '2023-04-01 00:00:00', NULL, NULL, '', '300', 0, '2023-12-05 13:14:45', '2023-12-05 13:14:45'),
(320512, 2444, '2023-05-01 00:00:00', NULL, NULL, '', '300', 0, '2023-12-05 13:14:45', '2023-12-05 13:14:45'),
(320513, 2444, '2023-06-01 00:00:00', NULL, NULL, '', '300', 0, '2023-12-05 13:14:45', '2023-12-05 13:14:45'),
(320514, 2444, '2023-07-01 00:00:00', NULL, NULL, '', '300', 0, '2023-12-05 13:14:45', '2023-12-05 13:14:45'),
(320515, 2444, '2023-08-01 00:00:00', NULL, NULL, '', '300', 0, '2023-12-05 13:14:45', '2023-12-05 13:14:45'),
(320516, 2444, '2023-09-01 00:00:00', NULL, NULL, '', '300', 0, '2023-12-05 13:14:45', '2023-12-05 13:14:45'),
(320517, 2444, '2023-10-01 00:00:00', NULL, NULL, '', '300', 0, '2023-12-05 13:14:45', '2023-12-05 13:14:45'),
(320518, 2444, '2023-11-01 00:00:00', NULL, NULL, '', '300', 0, '2023-12-05 13:14:45', '2023-12-05 13:14:45'),
(320519, 2444, '2023-12-01 00:00:00', NULL, NULL, '', '300', 0, '2023-12-05 13:14:45', '2023-12-05 13:14:45'),
(320520, 2444, '2024-01-01 00:00:00', NULL, NULL, '', '300', 0, '2023-12-05 13:14:45', '2023-12-05 13:14:45'),
(320521, 2445, '2021-06-01 00:00:00', NULL, NULL, '', '300', 0, '2023-12-05 13:16:43', '2023-12-05 13:16:43'),
(320522, 2445, '2021-07-01 00:00:00', NULL, NULL, '', '300', 0, '2023-12-05 13:16:43', '2023-12-05 13:16:43'),
(320523, 2445, '2021-08-01 00:00:00', NULL, NULL, '', '300', 0, '2023-12-05 13:16:43', '2023-12-05 13:16:43'),
(320524, 2445, '2021-09-01 00:00:00', NULL, NULL, '', '300', 0, '2023-12-05 13:16:43', '2023-12-05 13:16:43'),
(320525, 2445, '2021-10-01 00:00:00', NULL, NULL, '', '300', 0, '2023-12-05 13:16:43', '2023-12-05 13:16:43'),
(320526, 2445, '2021-11-01 00:00:00', NULL, NULL, '', '300', 0, '2023-12-05 13:16:43', '2023-12-05 13:16:43'),
(320527, 2445, '2021-12-01 00:00:00', NULL, NULL, '', '300', 0, '2023-12-05 13:16:43', '2023-12-05 13:16:43'),
(320528, 2445, '2022-01-01 00:00:00', NULL, NULL, '', '300', 0, '2023-12-05 13:16:43', '2023-12-05 13:16:43'),
(320529, 2445, '2022-02-01 00:00:00', NULL, NULL, '', '300', 0, '2023-12-05 13:16:43', '2023-12-05 13:16:43'),
(320530, 2445, '2022-03-01 00:00:00', NULL, NULL, '', '300', 0, '2023-12-05 13:16:43', '2023-12-05 13:16:43'),
(320531, 2445, '2022-04-01 00:00:00', NULL, NULL, '', '300', 0, '2023-12-05 13:16:43', '2023-12-05 13:16:43'),
(320532, 2445, '2022-05-01 00:00:00', NULL, NULL, '', '300', 0, '2023-12-05 13:16:43', '2023-12-05 13:16:43'),
(320533, 2445, '2022-06-01 00:00:00', NULL, NULL, '', '300', 0, '2023-12-05 13:16:43', '2023-12-05 13:16:43'),
(320534, 2445, '2022-07-01 00:00:00', NULL, NULL, '', '300', 0, '2023-12-05 13:16:43', '2023-12-05 13:16:43'),
(320535, 2445, '2022-08-01 00:00:00', NULL, NULL, '', '300', 0, '2023-12-05 13:16:43', '2023-12-05 13:16:43'),
(320536, 2445, '2022-09-01 00:00:00', NULL, NULL, '', '300', 0, '2023-12-05 13:16:43', '2023-12-05 13:16:43'),
(320537, 2445, '2022-10-01 00:00:00', NULL, NULL, '', '300', 0, '2023-12-05 13:16:43', '2023-12-05 13:16:43'),
(320538, 2445, '2022-11-01 00:00:00', NULL, NULL, '', '300', 0, '2023-12-05 13:16:43', '2023-12-05 13:16:43'),
(320539, 2445, '2022-12-01 00:00:00', NULL, NULL, '', '300', 0, '2023-12-05 13:16:43', '2023-12-05 13:16:43'),
(320540, 2445, '2023-01-01 00:00:00', NULL, NULL, '', '300', 0, '2023-12-05 13:16:43', '2023-12-05 13:16:43'),
(320541, 2445, '2023-02-01 00:00:00', NULL, NULL, '', '300', 0, '2023-12-05 13:16:43', '2023-12-05 13:16:43'),
(320542, 2445, '2023-03-01 00:00:00', NULL, NULL, '', '300', 0, '2023-12-05 13:16:43', '2023-12-05 13:16:43'),
(320543, 2445, '2023-04-01 00:00:00', NULL, NULL, '', '300', 0, '2023-12-05 13:16:43', '2023-12-05 13:16:43'),
(320544, 2445, '2023-05-01 00:00:00', NULL, NULL, '', '300', 0, '2023-12-05 13:16:43', '2023-12-05 13:16:43'),
(320545, 2445, '2023-06-01 00:00:00', NULL, NULL, '', '300', 0, '2023-12-05 13:16:43', '2023-12-05 13:16:43'),
(320546, 2445, '2023-07-01 00:00:00', NULL, NULL, '', '300', 0, '2023-12-05 13:16:43', '2023-12-05 13:16:43'),
(320547, 2445, '2023-08-01 00:00:00', NULL, NULL, '', '300', 0, '2023-12-05 13:16:43', '2023-12-05 13:16:43'),
(320548, 2445, '2023-09-01 00:00:00', NULL, NULL, '', '300', 0, '2023-12-05 13:16:43', '2023-12-05 13:16:43'),
(320549, 2445, '2023-10-01 00:00:00', NULL, NULL, '', '300', 0, '2023-12-05 13:16:43', '2023-12-05 13:16:43'),
(320550, 2445, '2023-11-01 00:00:00', NULL, NULL, '', '300', 0, '2023-12-05 13:16:43', '2023-12-05 13:16:43'),
(320551, 2445, '2023-12-01 00:00:00', NULL, NULL, '', '300', 0, '2023-12-05 13:16:43', '2023-12-05 13:16:43'),
(320552, 2445, '2024-01-01 00:00:00', NULL, NULL, '', '300', 0, '2023-12-05 13:16:43', '2023-12-05 13:16:43'),
(320553, 2446, '2020-04-01 00:00:00', NULL, NULL, '', '200', 0, '2023-12-05 13:18:26', '2023-12-05 13:18:26'),
(320554, 2446, '2020-05-01 00:00:00', NULL, NULL, '', '200', 0, '2023-12-05 13:18:26', '2023-12-05 13:18:26'),
(320555, 2446, '2020-06-01 00:00:00', NULL, NULL, '', '200', 0, '2023-12-05 13:18:26', '2023-12-05 13:18:26'),
(320556, 2446, '2020-07-01 00:00:00', NULL, NULL, '', '200', 0, '2023-12-05 13:18:26', '2023-12-05 13:18:26'),
(320557, 2446, '2020-08-01 00:00:00', NULL, NULL, '', '200', 0, '2023-12-05 13:18:26', '2023-12-05 13:18:26'),
(320558, 2446, '2020-09-01 00:00:00', NULL, NULL, '', '200', 0, '2023-12-05 13:18:26', '2023-12-05 13:18:26'),
(320559, 2446, '2020-10-01 00:00:00', NULL, NULL, '', '200', 0, '2023-12-05 13:18:26', '2023-12-05 13:18:26'),
(320560, 2446, '2020-11-01 00:00:00', NULL, NULL, '', '200', 0, '2023-12-05 13:18:26', '2023-12-05 13:18:26'),
(320561, 2446, '2020-12-01 00:00:00', NULL, NULL, '', '200', 0, '2023-12-05 13:18:26', '2023-12-05 13:18:26'),
(320562, 2446, '2021-01-01 00:00:00', NULL, NULL, '', '200', 0, '2023-12-05 13:18:26', '2023-12-05 13:18:26');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(320563, 2446, '2021-02-01 00:00:00', NULL, NULL, '', '200', 0, '2023-12-05 13:18:26', '2023-12-05 13:18:26'),
(320564, 2446, '2021-03-01 00:00:00', NULL, NULL, '', '200', 0, '2023-12-05 13:18:26', '2023-12-05 13:18:26'),
(320565, 2446, '2021-04-01 00:00:00', NULL, NULL, '', '200', 0, '2023-12-05 13:18:26', '2023-12-05 13:18:26'),
(320566, 2446, '2021-05-01 00:00:00', NULL, NULL, '', '200', 0, '2023-12-05 13:18:26', '2023-12-05 13:18:26'),
(320567, 2446, '2021-06-01 00:00:00', NULL, NULL, '', '200', 0, '2023-12-05 13:18:26', '2023-12-05 13:18:26'),
(320568, 2446, '2021-07-01 00:00:00', NULL, NULL, '', '200', 0, '2023-12-05 13:18:26', '2023-12-05 13:18:26'),
(320569, 2446, '2021-08-01 00:00:00', NULL, NULL, '', '200', 0, '2023-12-05 13:18:26', '2023-12-05 13:18:26'),
(320570, 2446, '2021-09-01 00:00:00', NULL, NULL, '', '200', 0, '2023-12-05 13:18:26', '2023-12-05 13:18:26'),
(320571, 2446, '2021-10-01 00:00:00', NULL, NULL, '', '200', 0, '2023-12-05 13:18:26', '2023-12-05 13:18:26'),
(320572, 2446, '2021-11-01 00:00:00', NULL, NULL, '', '200', 0, '2023-12-05 13:18:26', '2023-12-05 13:18:26'),
(320573, 2446, '2021-12-01 00:00:00', NULL, NULL, '', '200', 0, '2023-12-05 13:18:26', '2023-12-05 13:18:26'),
(320574, 2446, '2022-01-01 00:00:00', NULL, NULL, '', '200', 0, '2023-12-05 13:18:26', '2023-12-05 13:18:26'),
(320575, 2446, '2022-02-01 00:00:00', NULL, NULL, '', '200', 0, '2023-12-05 13:18:26', '2023-12-05 13:18:26'),
(320576, 2446, '2022-03-01 00:00:00', NULL, NULL, '', '200', 0, '2023-12-05 13:18:26', '2023-12-05 13:18:26'),
(320577, 2446, '2022-04-01 00:00:00', NULL, NULL, '', '200', 0, '2023-12-05 13:18:26', '2023-12-05 13:18:26'),
(320578, 2446, '2022-05-01 00:00:00', NULL, NULL, '', '200', 0, '2023-12-05 13:18:26', '2023-12-05 13:18:26'),
(320579, 2446, '2022-06-01 00:00:00', NULL, NULL, '', '200', 0, '2023-12-05 13:18:26', '2023-12-05 13:18:26'),
(320580, 2446, '2022-07-01 00:00:00', NULL, NULL, '', '200', 0, '2023-12-05 13:18:26', '2023-12-05 13:18:26'),
(320581, 2446, '2022-08-01 00:00:00', NULL, NULL, '', '200', 0, '2023-12-05 13:18:26', '2023-12-05 13:18:26'),
(320582, 2446, '2022-09-01 00:00:00', NULL, NULL, '', '200', 0, '2023-12-05 13:18:26', '2023-12-05 13:18:26'),
(320583, 2446, '2022-10-01 00:00:00', NULL, NULL, '', '200', 0, '2023-12-05 13:18:26', '2023-12-05 13:18:26'),
(320584, 2446, '2022-11-01 00:00:00', NULL, NULL, '', '200', 0, '2023-12-05 13:18:26', '2023-12-05 13:18:26'),
(320585, 2446, '2022-12-01 00:00:00', NULL, NULL, '', '200', 0, '2023-12-05 13:18:26', '2023-12-05 13:18:26'),
(320586, 2446, '2023-01-01 00:00:00', NULL, NULL, '', '200', 0, '2023-12-05 13:18:26', '2023-12-05 13:18:26'),
(320587, 2446, '2023-02-01 00:00:00', NULL, NULL, '', '200', 0, '2023-12-05 13:18:26', '2023-12-05 13:18:26'),
(320588, 2446, '2023-03-01 00:00:00', NULL, NULL, '', '200', 0, '2023-12-05 13:18:26', '2023-12-05 13:18:26'),
(320589, 2446, '2023-04-01 00:00:00', NULL, NULL, '', '200', 0, '2023-12-05 13:18:26', '2023-12-05 13:18:26'),
(320590, 2446, '2023-05-01 00:00:00', NULL, NULL, '', '200', 0, '2023-12-05 13:18:26', '2023-12-05 13:18:26'),
(320591, 2446, '2023-06-01 00:00:00', NULL, NULL, '', '200', 0, '2023-12-05 13:18:26', '2023-12-05 13:18:26'),
(320592, 2446, '2023-07-01 00:00:00', NULL, NULL, '', '200', 0, '2023-12-05 13:18:26', '2023-12-05 13:18:26'),
(320593, 2446, '2023-08-01 00:00:00', NULL, NULL, '', '200', 0, '2023-12-05 13:18:26', '2023-12-05 13:18:26'),
(320594, 2446, '2023-09-01 00:00:00', NULL, NULL, '', '200', 0, '2023-12-05 13:18:26', '2023-12-05 13:18:26'),
(320595, 2446, '2023-10-01 00:00:00', NULL, NULL, '', '200', 0, '2023-12-05 13:18:26', '2023-12-05 13:18:26'),
(320596, 2446, '2023-11-01 00:00:00', NULL, NULL, '', '200', 0, '2023-12-05 13:18:26', '2023-12-05 13:18:26'),
(320597, 2446, '2023-12-01 00:00:00', NULL, NULL, '', '200', 0, '2023-12-05 13:18:26', '2023-12-05 13:18:26'),
(320598, 2446, '2024-01-01 00:00:00', NULL, NULL, '', '200', 0, '2023-12-05 13:18:26', '2023-12-05 13:18:26'),
(320599, 2447, '2022-01-01 00:00:00', '0', NULL, '', '0', 1, '2023-12-05 13:20:28', '2024-03-04 13:27:48'),
(320600, 2447, '2022-02-01 00:00:00', '0', NULL, '', '0', 1, '2023-12-05 13:20:28', '2024-03-04 13:27:48'),
(320601, 2447, '2022-03-01 00:00:00', '0', NULL, '', '0', 1, '2023-12-05 13:20:28', '2024-03-04 13:27:48'),
(320602, 2447, '2022-04-01 00:00:00', '0', NULL, '', '0', 1, '2023-12-05 13:20:28', '2024-03-04 13:27:48'),
(320603, 2447, '2022-05-01 00:00:00', '0', NULL, '', '0', 1, '2023-12-05 13:20:28', '2024-03-04 13:27:48'),
(320604, 2447, '2022-06-01 00:00:00', '0', NULL, '', '0', 1, '2023-12-05 13:20:28', '2024-03-04 13:27:48'),
(320605, 2447, '2022-07-01 00:00:00', '0', NULL, '', '0', 1, '2023-12-05 13:20:28', '2024-03-04 13:27:48'),
(320606, 2447, '2022-08-01 00:00:00', '0', NULL, '', '0', 1, '2023-12-05 13:20:28', '2024-03-04 13:27:48'),
(320607, 2447, '2022-09-01 00:00:00', '0', NULL, '', '0', 1, '2023-12-05 13:20:28', '2024-03-04 13:27:48'),
(320608, 2447, '2022-10-01 00:00:00', '0', NULL, '', '0', 1, '2023-12-05 13:20:28', '2024-03-04 13:27:48'),
(320609, 2447, '2022-11-01 00:00:00', '0', NULL, '', '0', 1, '2023-12-05 13:20:28', '2024-03-04 13:27:48'),
(320610, 2447, '2022-12-01 00:00:00', '0', NULL, '', '0', 1, '2023-12-05 13:20:28', '2024-03-04 13:27:48'),
(320611, 2447, '2023-01-01 00:00:00', '0', NULL, '', '0', 1, '2023-12-05 13:20:28', '2024-03-04 13:27:48'),
(320612, 2447, '2023-02-01 00:00:00', '0', NULL, '', '0', 1, '2023-12-05 13:20:28', '2024-03-04 13:27:48'),
(320613, 2447, '2023-03-01 00:00:00', '0', NULL, '', '0', 1, '2023-12-05 13:20:28', '2024-03-04 13:27:48'),
(320614, 2447, '2023-04-01 00:00:00', '0', NULL, '', '0', 1, '2023-12-05 13:20:28', '2024-03-04 13:27:48'),
(320615, 2447, '2023-05-01 00:00:00', '0', NULL, '', '0', 1, '2023-12-05 13:20:28', '2024-03-04 13:27:48'),
(320616, 2447, '2023-06-01 00:00:00', '0', NULL, '', '0', 1, '2023-12-05 13:20:28', '2024-03-04 13:27:48'),
(320617, 2447, '2023-07-01 00:00:00', '0', NULL, '', '0', 1, '2023-12-05 13:20:28', '2024-03-04 13:27:48'),
(320618, 2447, '2023-08-01 00:00:00', '0', NULL, '', '0', 1, '2023-12-05 13:20:28', '2024-03-04 13:27:48'),
(320619, 2447, '2023-09-01 00:00:00', '0', NULL, '', '0', 1, '2023-12-05 13:20:28', '2024-03-04 13:27:48'),
(320620, 2447, '2023-10-01 00:00:00', '0', NULL, '', '0', 1, '2023-12-05 13:20:28', '2024-03-04 13:27:48'),
(320621, 2447, '2023-11-01 00:00:00', '0', NULL, '', '0', 1, '2023-12-05 13:20:28', '2024-03-04 13:27:48'),
(320622, 2447, '2023-12-01 00:00:00', '0', NULL, '', '0', 1, '2023-12-05 13:20:28', '2024-03-04 13:27:48'),
(320623, 2447, '2024-01-01 00:00:00', '0', NULL, '', '0', 1, '2023-12-05 13:20:28', '2024-03-04 13:27:48'),
(320624, 2448, '2024-02-01 00:00:00', NULL, '2024-02-01 00:00:00', '', '4200', 0, '2023-12-05 13:22:56', '2023-12-05 13:22:56'),
(320625, 2449, '2019-01-01 00:00:00', NULL, NULL, '', '300', 0, '2023-12-05 13:24:33', '2023-12-05 13:24:33'),
(320626, 2449, '2019-02-01 00:00:00', NULL, NULL, '', '300', 0, '2023-12-05 13:24:33', '2023-12-05 13:24:33'),
(320627, 2449, '2019-03-01 00:00:00', NULL, NULL, '', '300', 0, '2023-12-05 13:24:33', '2023-12-05 13:24:33'),
(320628, 2449, '2019-04-01 00:00:00', NULL, NULL, '', '300', 0, '2023-12-05 13:24:33', '2023-12-05 13:24:33'),
(320629, 2449, '2019-05-01 00:00:00', NULL, NULL, '', '300', 0, '2023-12-05 13:24:33', '2023-12-05 13:24:33'),
(320630, 2449, '2019-06-01 00:00:00', NULL, NULL, '', '300', 0, '2023-12-05 13:24:33', '2023-12-05 13:24:33'),
(320631, 2449, '2019-07-01 00:00:00', NULL, NULL, '', '300', 0, '2023-12-05 13:24:33', '2023-12-05 13:24:33'),
(320632, 2449, '2019-08-01 00:00:00', NULL, NULL, '', '300', 0, '2023-12-05 13:24:33', '2023-12-05 13:24:33'),
(320633, 2449, '2019-09-01 00:00:00', NULL, NULL, '', '300', 0, '2023-12-05 13:24:33', '2023-12-05 13:24:33'),
(320634, 2449, '2019-10-01 00:00:00', NULL, NULL, '', '300', 0, '2023-12-05 13:24:33', '2023-12-05 13:24:33'),
(320635, 2449, '2019-11-01 00:00:00', NULL, NULL, '', '300', 0, '2023-12-05 13:24:33', '2023-12-05 13:24:33'),
(320636, 2449, '2019-12-01 00:00:00', NULL, NULL, '', '300', 0, '2023-12-05 13:24:33', '2023-12-05 13:24:33'),
(320637, 2449, '2020-01-01 00:00:00', NULL, NULL, '', '300', 0, '2023-12-05 13:24:33', '2023-12-05 13:24:33'),
(320638, 2449, '2020-02-01 00:00:00', NULL, NULL, '', '300', 0, '2023-12-05 13:24:33', '2023-12-05 13:24:33'),
(320639, 2449, '2020-03-01 00:00:00', NULL, NULL, '', '300', 0, '2023-12-05 13:24:33', '2023-12-05 13:24:33'),
(320640, 2449, '2020-04-01 00:00:00', NULL, NULL, '', '300', 0, '2023-12-05 13:24:33', '2023-12-05 13:24:33'),
(320641, 2449, '2020-05-01 00:00:00', NULL, NULL, '', '300', 0, '2023-12-05 13:24:33', '2023-12-05 13:24:33'),
(320642, 2449, '2020-06-01 00:00:00', NULL, NULL, '', '300', 0, '2023-12-05 13:24:33', '2023-12-05 13:24:33'),
(320643, 2449, '2020-07-01 00:00:00', NULL, NULL, '', '300', 0, '2023-12-05 13:24:33', '2023-12-05 13:24:33'),
(320644, 2449, '2020-08-01 00:00:00', NULL, NULL, '', '300', 0, '2023-12-05 13:24:33', '2023-12-05 13:24:33'),
(320645, 2449, '2020-09-01 00:00:00', NULL, NULL, '', '300', 0, '2023-12-05 13:24:33', '2023-12-05 13:24:33'),
(320646, 2449, '2020-10-01 00:00:00', NULL, NULL, '', '300', 0, '2023-12-05 13:24:33', '2023-12-05 13:24:33'),
(320647, 2449, '2020-11-01 00:00:00', NULL, NULL, '', '300', 0, '2023-12-05 13:24:33', '2023-12-05 13:24:33'),
(320648, 2449, '2020-12-01 00:00:00', NULL, NULL, '', '300', 0, '2023-12-05 13:24:33', '2023-12-05 13:24:33'),
(320649, 2449, '2021-01-01 00:00:00', NULL, NULL, '', '300', 0, '2023-12-05 13:24:33', '2023-12-05 13:24:33'),
(320650, 2449, '2021-02-01 00:00:00', NULL, NULL, '', '300', 0, '2023-12-05 13:24:33', '2023-12-05 13:24:33'),
(320651, 2449, '2021-03-01 00:00:00', NULL, NULL, '', '300', 0, '2023-12-05 13:24:33', '2023-12-05 13:24:33'),
(320652, 2449, '2021-04-01 00:00:00', NULL, NULL, '', '300', 0, '2023-12-05 13:24:33', '2023-12-05 13:24:33'),
(320653, 2449, '2021-05-01 00:00:00', NULL, NULL, '', '300', 0, '2023-12-05 13:24:33', '2023-12-05 13:24:33'),
(320654, 2449, '2021-06-01 00:00:00', NULL, NULL, '', '300', 0, '2023-12-05 13:24:33', '2023-12-05 13:24:33'),
(320655, 2449, '2021-07-01 00:00:00', NULL, NULL, '', '300', 0, '2023-12-05 13:24:33', '2023-12-05 13:24:33'),
(320656, 2449, '2021-08-01 00:00:00', NULL, NULL, '', '300', 0, '2023-12-05 13:24:33', '2023-12-05 13:24:33'),
(320657, 2449, '2021-09-01 00:00:00', NULL, NULL, '', '300', 0, '2023-12-05 13:24:33', '2023-12-05 13:24:33'),
(320658, 2449, '2021-10-01 00:00:00', NULL, NULL, '', '300', 0, '2023-12-05 13:24:33', '2023-12-05 13:24:33'),
(320659, 2449, '2021-11-01 00:00:00', NULL, NULL, '', '300', 0, '2023-12-05 13:24:33', '2023-12-05 13:24:33'),
(320660, 2449, '2021-12-01 00:00:00', NULL, NULL, '', '300', 0, '2023-12-05 13:24:33', '2023-12-05 13:24:33'),
(320661, 2449, '2022-01-01 00:00:00', NULL, NULL, '', '300', 0, '2023-12-05 13:24:33', '2023-12-05 13:24:33'),
(320662, 2449, '2022-02-01 00:00:00', NULL, NULL, '', '300', 0, '2023-12-05 13:24:33', '2023-12-05 13:24:33'),
(320663, 2449, '2022-03-01 00:00:00', NULL, NULL, '', '300', 0, '2023-12-05 13:24:33', '2023-12-05 13:24:33'),
(320664, 2449, '2022-04-01 00:00:00', NULL, NULL, '', '300', 0, '2023-12-05 13:24:33', '2023-12-05 13:24:33'),
(320665, 2449, '2022-05-01 00:00:00', NULL, NULL, '', '300', 0, '2023-12-05 13:24:33', '2023-12-05 13:24:33'),
(320666, 2449, '2022-06-01 00:00:00', NULL, NULL, '', '300', 0, '2023-12-05 13:24:33', '2023-12-05 13:24:33'),
(320667, 2449, '2022-07-01 00:00:00', NULL, NULL, '', '300', 0, '2023-12-05 13:24:33', '2023-12-05 13:24:33'),
(320668, 2449, '2022-08-01 00:00:00', NULL, NULL, '', '300', 0, '2023-12-05 13:24:33', '2023-12-05 13:24:33'),
(320669, 2449, '2022-09-01 00:00:00', NULL, NULL, '', '300', 0, '2023-12-05 13:24:33', '2023-12-05 13:24:33'),
(320670, 2449, '2022-10-01 00:00:00', NULL, NULL, '', '300', 0, '2023-12-05 13:24:33', '2023-12-05 13:24:33'),
(320671, 2449, '2022-11-01 00:00:00', NULL, NULL, '', '300', 0, '2023-12-05 13:24:33', '2023-12-05 13:24:33'),
(320672, 2449, '2022-12-01 00:00:00', NULL, NULL, '', '300', 0, '2023-12-05 13:24:33', '2023-12-05 13:24:33'),
(320673, 2449, '2023-01-01 00:00:00', NULL, NULL, '', '300', 0, '2023-12-05 13:24:33', '2023-12-05 13:24:33'),
(320674, 2449, '2023-02-01 00:00:00', NULL, NULL, '', '300', 0, '2023-12-05 13:24:33', '2023-12-05 13:24:33'),
(320675, 2449, '2023-03-01 00:00:00', NULL, NULL, '', '300', 0, '2023-12-05 13:24:33', '2023-12-05 13:24:33'),
(320676, 2449, '2023-04-01 00:00:00', NULL, NULL, '', '300', 0, '2023-12-05 13:24:33', '2023-12-05 13:24:33'),
(320677, 2449, '2023-05-01 00:00:00', NULL, NULL, '', '300', 0, '2023-12-05 13:24:33', '2023-12-05 13:24:33'),
(320678, 2449, '2023-06-01 00:00:00', NULL, NULL, '', '300', 0, '2023-12-05 13:24:33', '2023-12-05 13:24:33'),
(320679, 2449, '2023-07-01 00:00:00', NULL, NULL, '', '300', 0, '2023-12-05 13:24:33', '2023-12-05 13:24:33'),
(320680, 2449, '2023-08-01 00:00:00', NULL, NULL, '', '300', 0, '2023-12-05 13:24:33', '2023-12-05 13:24:33'),
(320681, 2449, '2023-09-01 00:00:00', NULL, NULL, '', '300', 0, '2023-12-05 13:24:33', '2023-12-05 13:24:33'),
(320682, 2449, '2023-10-01 00:00:00', NULL, NULL, '', '300', 0, '2023-12-05 13:24:33', '2023-12-05 13:24:33'),
(320683, 2449, '2023-11-01 00:00:00', NULL, NULL, '', '300', 0, '2023-12-05 13:24:33', '2023-12-05 13:24:33'),
(320684, 2449, '2023-12-01 00:00:00', NULL, NULL, '', '300', 0, '2023-12-05 13:24:33', '2023-12-05 13:24:33'),
(320685, 2449, '2024-01-01 00:00:00', NULL, NULL, '', '300', 0, '2023-12-05 13:24:33', '2023-12-05 13:24:33'),
(320686, 2450, '2024-03-01 00:00:00', NULL, '2024-03-01 00:00:00', '', '4200', 0, '2023-12-05 14:20:16', '2023-12-05 14:20:16'),
(320687, 2451, '2024-01-01 00:00:00', NULL, '2024-01-01 00:00:00', '', '200', 0, '2023-12-05 14:42:54', '2023-12-05 14:42:54'),
(320688, 2452, '2019-08-01 00:00:00', '0', NULL, '', '0', 1, '2023-12-05 15:28:00', '2024-02-03 17:43:38'),
(320689, 2452, '2019-09-01 00:00:00', '0', NULL, '', '0', 1, '2023-12-05 15:28:00', '2024-02-03 17:43:38'),
(320690, 2452, '2019-10-01 00:00:00', '0', NULL, '', '0', 1, '2023-12-05 15:28:00', '2024-02-03 17:43:38'),
(320691, 2452, '2019-11-01 00:00:00', '0', NULL, '', '0', 1, '2023-12-05 15:28:00', '2024-02-03 17:43:38'),
(320692, 2452, '2019-12-01 00:00:00', '0', NULL, '', '0', 1, '2023-12-05 15:28:00', '2024-02-03 17:43:38'),
(320693, 2452, '2020-01-01 00:00:00', '0', NULL, '', '0', 1, '2023-12-05 15:28:00', '2024-02-03 17:43:38'),
(320694, 2452, '2020-02-01 00:00:00', '0', NULL, '', '0', 1, '2023-12-05 15:28:00', '2024-02-03 17:43:38'),
(320695, 2452, '2020-03-01 00:00:00', '0', NULL, '', '0', 1, '2023-12-05 15:28:00', '2024-02-03 17:43:38'),
(320696, 2452, '2020-04-01 00:00:00', '0', NULL, '', '0', 1, '2023-12-05 15:28:00', '2024-02-03 17:43:38'),
(320697, 2452, '2020-05-01 00:00:00', '0', NULL, '', '0', 1, '2023-12-05 15:28:00', '2024-02-03 17:43:38'),
(320698, 2452, '2020-06-01 00:00:00', '0', NULL, '', '0', 1, '2023-12-05 15:28:00', '2024-02-03 17:43:38'),
(320699, 2452, '2020-07-01 00:00:00', '0', NULL, '', '0', 1, '2023-12-05 15:28:00', '2024-02-03 17:43:38'),
(320700, 2452, '2020-08-01 00:00:00', '0', NULL, '', '0', 1, '2023-12-05 15:28:00', '2024-02-03 17:43:38'),
(320701, 2452, '2020-09-01 00:00:00', '0', NULL, '', '0', 1, '2023-12-05 15:28:00', '2024-02-03 17:43:38'),
(320702, 2452, '2020-10-01 00:00:00', '0', NULL, '', '0', 1, '2023-12-05 15:28:00', '2024-02-03 17:43:38'),
(320703, 2452, '2020-11-01 00:00:00', '0', NULL, '', '0', 1, '2023-12-05 15:28:00', '2024-02-03 17:43:38'),
(320704, 2452, '2020-12-01 00:00:00', '0', NULL, '', '0', 1, '2023-12-05 15:28:00', '2024-02-03 17:43:38'),
(320705, 2452, '2021-01-01 00:00:00', '0', NULL, '', '0', 1, '2023-12-05 15:28:00', '2024-02-03 17:43:38'),
(320706, 2452, '2021-02-01 00:00:00', '0', NULL, '', '0', 1, '2023-12-05 15:28:00', '2024-02-03 17:43:38'),
(320707, 2452, '2021-03-01 00:00:00', '0', NULL, '', '0', 1, '2023-12-05 15:28:00', '2024-02-03 17:43:38'),
(320708, 2452, '2021-04-01 00:00:00', '0', NULL, '', '0', 1, '2023-12-05 15:28:00', '2024-02-03 17:43:38'),
(320709, 2452, '2021-05-01 00:00:00', '0', NULL, '', '0', 1, '2023-12-05 15:28:00', '2024-02-03 17:43:38'),
(320710, 2452, '2021-06-01 00:00:00', '0', NULL, '', '0', 1, '2023-12-05 15:28:00', '2024-02-03 17:43:38'),
(320711, 2452, '2021-07-01 00:00:00', '0', NULL, '', '0', 1, '2023-12-05 15:28:00', '2024-02-03 17:43:38'),
(320712, 2452, '2021-08-01 00:00:00', '0', NULL, '', '0', 1, '2023-12-05 15:28:00', '2024-02-03 17:43:38'),
(320713, 2452, '2021-09-01 00:00:00', '0', NULL, '', '0', 1, '2023-12-05 15:28:00', '2024-02-03 17:43:38'),
(320714, 2452, '2021-10-01 00:00:00', '0', NULL, '', '0', 1, '2023-12-05 15:28:00', '2024-02-03 17:43:38'),
(320715, 2452, '2021-11-01 00:00:00', '0', NULL, '', '0', 1, '2023-12-05 15:28:00', '2024-02-03 17:43:38'),
(320716, 2452, '2021-12-01 00:00:00', '0', NULL, '', '0', 1, '2023-12-05 15:28:00', '2024-02-03 17:43:38'),
(320717, 2452, '2022-01-01 00:00:00', '0', NULL, '', '0', 1, '2023-12-05 15:28:00', '2024-02-03 17:43:38'),
(320718, 2452, '2022-02-01 00:00:00', '0', NULL, '', '0', 1, '2023-12-05 15:28:00', '2024-02-03 17:43:38'),
(320719, 2452, '2022-03-01 00:00:00', '0', NULL, '', '0', 1, '2023-12-05 15:28:00', '2024-02-03 17:43:38'),
(320720, 2452, '2022-04-01 00:00:00', '0', NULL, '', '0', 1, '2023-12-05 15:28:00', '2024-02-03 17:43:38'),
(320721, 2452, '2022-05-01 00:00:00', '0', NULL, '', '0', 1, '2023-12-05 15:28:00', '2024-02-03 17:43:38'),
(320722, 2452, '2022-06-01 00:00:00', '0', NULL, '', '0', 1, '2023-12-05 15:28:00', '2024-02-03 17:43:38'),
(320723, 2452, '2022-07-01 00:00:00', '0', NULL, '', '0', 1, '2023-12-05 15:28:00', '2024-02-03 17:43:38'),
(320724, 2452, '2022-08-01 00:00:00', '0', NULL, '', '0', 1, '2023-12-05 15:28:00', '2024-02-03 17:43:38'),
(320725, 2452, '2022-09-01 00:00:00', '0', NULL, '', '0', 1, '2023-12-05 15:28:00', '2024-02-03 17:43:38'),
(320726, 2452, '2022-10-01 00:00:00', '0', NULL, '', '0', 1, '2023-12-05 15:28:00', '2024-02-03 17:43:38'),
(320727, 2452, '2022-11-01 00:00:00', '0', NULL, '', '0', 1, '2023-12-05 15:28:00', '2024-02-03 17:43:38'),
(320728, 2452, '2022-12-01 00:00:00', '0', NULL, '', '0', 1, '2023-12-05 15:28:00', '2024-02-03 17:43:38'),
(320729, 2452, '2023-01-01 00:00:00', '0', NULL, '', '0', 1, '2023-12-05 15:28:00', '2024-02-03 17:43:38'),
(320730, 2452, '2023-02-01 00:00:00', '0', NULL, '', '0', 1, '2023-12-05 15:28:00', '2024-02-03 17:43:38'),
(320731, 2452, '2023-03-01 00:00:00', '0', NULL, '', '0', 1, '2023-12-05 15:28:00', '2024-02-03 17:43:38'),
(320742, 2453, '2019-09-01 00:00:00', NULL, NULL, '', '300', 0, '2023-12-05 15:32:03', '2023-12-05 15:32:03'),
(320743, 2453, '2019-10-01 00:00:00', NULL, NULL, '', '300', 0, '2023-12-05 15:32:03', '2023-12-05 15:32:03'),
(320744, 2453, '2019-11-01 00:00:00', NULL, NULL, '', '300', 0, '2023-12-05 15:32:03', '2023-12-05 15:32:03'),
(320745, 2453, '2019-12-01 00:00:00', NULL, NULL, '', '300', 0, '2023-12-05 15:32:03', '2023-12-05 15:32:03'),
(320746, 2453, '2020-01-01 00:00:00', NULL, NULL, '', '300', 0, '2023-12-05 15:32:03', '2023-12-05 15:32:03'),
(320747, 2453, '2020-02-01 00:00:00', NULL, NULL, '', '300', 0, '2023-12-05 15:32:03', '2023-12-05 15:32:03'),
(320748, 2453, '2020-03-01 00:00:00', NULL, NULL, '', '300', 0, '2023-12-05 15:32:03', '2023-12-05 15:32:03'),
(320749, 2453, '2020-04-01 00:00:00', NULL, NULL, '', '300', 0, '2023-12-05 15:32:03', '2023-12-05 15:32:03'),
(320750, 2453, '2020-05-01 00:00:00', NULL, NULL, '', '300', 0, '2023-12-05 15:32:03', '2023-12-05 15:32:03'),
(320751, 2453, '2020-06-01 00:00:00', NULL, NULL, '', '300', 0, '2023-12-05 15:32:03', '2023-12-05 15:32:03'),
(320752, 2453, '2020-07-01 00:00:00', NULL, NULL, '', '300', 0, '2023-12-05 15:32:03', '2023-12-05 15:32:03'),
(320753, 2453, '2020-08-01 00:00:00', NULL, NULL, '', '300', 0, '2023-12-05 15:32:03', '2023-12-05 15:32:03'),
(320754, 2453, '2020-09-01 00:00:00', NULL, NULL, '', '300', 0, '2023-12-05 15:32:03', '2023-12-05 15:32:03'),
(320755, 2453, '2020-10-01 00:00:00', NULL, NULL, '', '300', 0, '2023-12-05 15:32:03', '2023-12-05 15:32:03'),
(320756, 2453, '2020-11-01 00:00:00', NULL, NULL, '', '300', 0, '2023-12-05 15:32:03', '2023-12-05 15:32:03'),
(320757, 2453, '2020-12-01 00:00:00', NULL, NULL, '', '300', 0, '2023-12-05 15:32:03', '2023-12-05 15:32:03'),
(320758, 2453, '2021-01-01 00:00:00', NULL, NULL, '', '300', 0, '2023-12-05 15:32:03', '2023-12-05 15:32:03'),
(320759, 2453, '2021-02-01 00:00:00', NULL, NULL, '', '300', 0, '2023-12-05 15:32:03', '2023-12-05 15:32:03'),
(320760, 2453, '2021-03-01 00:00:00', NULL, NULL, '', '300', 0, '2023-12-05 15:32:03', '2023-12-05 15:32:03'),
(320761, 2453, '2021-04-01 00:00:00', NULL, NULL, '', '300', 0, '2023-12-05 15:32:03', '2023-12-05 15:32:03'),
(320762, 2453, '2021-05-01 00:00:00', NULL, NULL, '', '300', 0, '2023-12-05 15:32:03', '2023-12-05 15:32:03'),
(320763, 2453, '2021-06-01 00:00:00', NULL, NULL, '', '300', 0, '2023-12-05 15:32:03', '2023-12-05 15:32:03'),
(320764, 2453, '2021-07-01 00:00:00', NULL, NULL, '', '300', 0, '2023-12-05 15:32:03', '2023-12-05 15:32:03'),
(320765, 2453, '2021-08-01 00:00:00', NULL, NULL, '', '300', 0, '2023-12-05 15:32:03', '2023-12-05 15:32:03'),
(320766, 2453, '2021-09-01 00:00:00', NULL, NULL, '', '300', 0, '2023-12-05 15:32:03', '2023-12-05 15:32:03'),
(320767, 2453, '2021-10-01 00:00:00', NULL, NULL, '', '300', 0, '2023-12-05 15:32:03', '2023-12-05 15:32:03'),
(320768, 2453, '2021-11-01 00:00:00', NULL, NULL, '', '300', 0, '2023-12-05 15:32:03', '2023-12-05 15:32:03'),
(320769, 2453, '2021-12-01 00:00:00', NULL, NULL, '', '300', 0, '2023-12-05 15:32:03', '2023-12-05 15:32:03'),
(320770, 2453, '2022-01-01 00:00:00', NULL, NULL, '', '300', 0, '2023-12-05 15:32:03', '2023-12-05 15:32:03'),
(320771, 2453, '2022-02-01 00:00:00', NULL, NULL, '', '300', 0, '2023-12-05 15:32:03', '2023-12-05 15:32:03'),
(320772, 2453, '2022-03-01 00:00:00', NULL, NULL, '', '300', 0, '2023-12-05 15:32:03', '2023-12-05 15:32:03'),
(320773, 2453, '2022-04-01 00:00:00', NULL, NULL, '', '300', 0, '2023-12-05 15:32:03', '2023-12-05 15:32:03'),
(320774, 2453, '2022-05-01 00:00:00', NULL, NULL, '', '300', 0, '2023-12-05 15:32:03', '2023-12-05 15:32:03'),
(320775, 2453, '2022-06-01 00:00:00', NULL, NULL, '', '300', 0, '2023-12-05 15:32:03', '2023-12-05 15:32:03'),
(320776, 2453, '2022-07-01 00:00:00', NULL, NULL, '', '300', 0, '2023-12-05 15:32:03', '2023-12-05 15:32:03'),
(320777, 2453, '2022-08-01 00:00:00', NULL, NULL, '', '300', 0, '2023-12-05 15:32:03', '2023-12-05 15:32:03'),
(320778, 2453, '2022-09-01 00:00:00', NULL, NULL, '', '300', 0, '2023-12-05 15:32:03', '2023-12-05 15:32:03'),
(320779, 2453, '2022-10-01 00:00:00', NULL, NULL, '', '300', 0, '2023-12-05 15:32:03', '2023-12-05 15:32:03'),
(320780, 2453, '2022-11-01 00:00:00', NULL, NULL, '', '300', 0, '2023-12-05 15:32:03', '2023-12-05 15:32:03'),
(320781, 2453, '2022-12-01 00:00:00', NULL, NULL, '', '300', 0, '2023-12-05 15:32:03', '2023-12-05 15:32:03'),
(320782, 2453, '2023-01-01 00:00:00', NULL, NULL, '', '300', 0, '2023-12-05 15:32:03', '2023-12-05 15:32:03'),
(320783, 2453, '2023-02-01 00:00:00', NULL, NULL, '', '300', 0, '2023-12-05 15:32:03', '2023-12-05 15:32:03'),
(320784, 2453, '2023-03-01 00:00:00', NULL, NULL, '', '300', 0, '2023-12-05 15:32:03', '2023-12-05 15:32:03'),
(320785, 2453, '2023-04-01 00:00:00', NULL, NULL, '', '300', 0, '2023-12-05 15:32:03', '2023-12-05 15:32:03'),
(320786, 2453, '2023-05-01 00:00:00', NULL, NULL, '', '300', 0, '2023-12-05 15:32:03', '2023-12-05 15:32:03'),
(320787, 2453, '2023-06-01 00:00:00', NULL, NULL, '', '300', 0, '2023-12-05 15:32:03', '2023-12-05 15:32:03'),
(320788, 2453, '2023-07-01 00:00:00', NULL, NULL, '', '300', 0, '2023-12-05 15:32:03', '2023-12-05 15:32:03'),
(320789, 2453, '2023-08-01 00:00:00', NULL, NULL, '', '300', 0, '2023-12-05 15:32:03', '2023-12-05 15:32:03'),
(320790, 2453, '2023-09-01 00:00:00', NULL, NULL, '', '300', 0, '2023-12-05 15:32:03', '2023-12-05 15:32:03'),
(320791, 2453, '2023-10-01 00:00:00', NULL, NULL, '', '300', 0, '2023-12-05 15:32:03', '2023-12-05 15:32:03'),
(320792, 2453, '2023-11-01 00:00:00', NULL, NULL, '', '300', 0, '2023-12-05 15:32:03', '2023-12-05 15:32:03'),
(320793, 2453, '2023-12-01 00:00:00', NULL, NULL, '', '300', 0, '2023-12-05 15:32:03', '2023-12-05 15:32:03'),
(320794, 2453, '2024-01-01 00:00:00', NULL, NULL, '', '300', 0, '2023-12-05 15:32:03', '2023-12-05 15:32:03'),
(320795, 2454, '2024-01-01 00:00:00', NULL, '2024-01-01 00:00:00', '', '300', 0, '2023-12-05 15:33:28', '2023-12-05 15:33:28'),
(320796, 2455, '2024-01-01 00:00:00', NULL, '2024-01-01 00:00:00', '', '200', 0, '2023-12-05 15:33:29', '2023-12-05 15:33:29'),
(320797, 2456, '2025-09-01 00:00:00', NULL, '2025-09-01 00:00:00', '', '2400', 0, '2023-12-05 15:34:44', '2023-12-05 15:34:44'),
(320798, 2457, '2024-12-01 00:00:00', NULL, '2024-12-01 00:00:00', '', '5500', 0, '2023-12-05 15:37:44', '2023-12-05 15:37:44'),
(320799, 2458, '2024-11-01 00:00:00', NULL, '2024-11-01 00:00:00', '', '3300', 0, '2023-12-05 15:44:18', '2023-12-05 15:44:18'),
(320800, 2459, '2023-09-01 00:00:00', NULL, NULL, '', '2400', 0, '2023-12-05 15:44:55', '2023-12-05 15:44:55'),
(320801, 2459, '2023-10-01 00:00:00', NULL, NULL, '', '2400', 0, '2023-12-05 15:44:55', '2023-12-05 15:44:55'),
(320802, 2459, '2023-11-01 00:00:00', NULL, NULL, '', '2400', 0, '2023-12-05 15:44:55', '2023-12-05 15:44:55'),
(320803, 2459, '2023-12-01 00:00:00', NULL, NULL, '', '2400', 0, '2023-12-05 15:44:55', '2023-12-05 15:44:55'),
(320804, 2459, '2024-01-01 00:00:00', NULL, NULL, '', '2400', 0, '2023-12-05 15:44:55', '2023-12-05 15:44:55'),
(320805, 2460, '2024-11-01 00:00:00', NULL, '2024-11-01 00:00:00', '', '3300', 0, '2023-12-05 15:50:19', '2023-12-05 15:50:19'),
(320806, 2461, '2024-07-01 00:00:00', NULL, '2024-07-01 00:00:00', '', '4200', 0, '2023-12-05 15:55:32', '2023-12-05 15:55:32'),
(320807, 2462, '2024-11-01 00:00:00', NULL, '2024-11-01 00:00:00', '', '3500', 0, '2023-12-05 16:03:50', '2023-12-05 16:03:50'),
(320808, 2463, '2024-01-01 00:00:00', NULL, '2024-01-01 00:00:00', '', '300', 0, '2023-12-05 16:07:04', '2023-12-05 16:07:04'),
(320809, 2464, '2024-12-01 00:00:00', NULL, '2024-12-01 00:00:00', '', '3600', 0, '2023-12-05 16:07:31', '2023-12-05 16:07:31'),
(320810, 2465, '2024-01-01 00:00:00', NULL, '2024-01-01 00:00:00', '', '300', 0, '2023-12-10 11:34:42', '2023-12-10 11:34:42'),
(320811, 2466, '2023-12-01 00:00:00', NULL, NULL, '', '200', 0, '2023-12-10 11:44:57', '2023-12-10 11:44:57'),
(320812, 2467, '2023-12-01 00:00:00', NULL, NULL, '', '300', 0, '2023-12-10 11:51:00', '2023-12-10 11:51:00'),
(320813, 2468, '2023-12-01 00:00:00', NULL, NULL, '', '350', 0, '2023-12-10 12:01:29', '2023-12-10 12:01:29'),
(320814, 2469, '2023-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-12-10 12:06:12', '2023-12-10 12:06:12'),
(320815, 2470, '2024-09-01 00:00:00', NULL, NULL, '', '7000', 0, '2023-12-10 12:10:02', '2023-12-10 12:10:02'),
(320816, 2470, '2025-09-01 00:00:00', NULL, NULL, '', '7000', 0, '2023-12-10 12:10:02', '2023-12-10 12:10:02'),
(320817, 2470, '2026-09-01 00:00:00', NULL, NULL, '', '7000', 0, '2023-12-10 12:10:02', '2023-12-10 12:10:02'),
(320818, 2470, '2027-09-01 00:00:00', NULL, NULL, '', '7000', 0, '2023-12-10 12:10:02', '2023-12-10 12:10:02'),
(320819, 2471, '2024-04-01 00:00:00', NULL, '2024-04-01 00:00:00', '', '4200', 0, '2023-12-10 12:16:11', '2023-12-10 12:16:11'),
(320820, 2472, '2024-04-01 00:00:00', NULL, '2024-04-01 00:00:00', '', '4100', 0, '2023-12-10 12:22:20', '2023-12-10 12:22:20'),
(320821, 2473, '2024-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-12-10 12:35:06', '2023-12-10 12:35:06'),
(320822, 2474, '2023-12-01 00:00:00', NULL, NULL, '', '300', 0, '2023-12-10 12:39:51', '2023-12-10 12:39:51'),
(320823, 2475, '2024-04-01 00:00:00', NULL, NULL, '', '6400', 0, '2023-12-10 12:44:29', '2023-12-10 12:44:29'),
(320824, 2475, '2025-04-01 00:00:00', NULL, NULL, '', '6400', 0, '2023-12-10 12:44:29', '2023-12-10 12:44:29'),
(320825, 2475, '2026-04-01 00:00:00', NULL, NULL, '', '6400', 0, '2023-12-10 12:44:29', '2023-12-10 12:44:29'),
(320826, 2475, '2027-04-01 00:00:00', NULL, NULL, '', '6400', 0, '2023-12-10 12:44:29', '2023-12-10 12:44:29'),
(320827, 2475, '2028-04-01 00:00:00', NULL, NULL, '', '6400', 0, '2023-12-10 12:44:29', '2023-12-10 12:44:29'),
(320828, 2475, '2029-04-01 00:00:00', NULL, NULL, '', '6400', 0, '2023-12-10 12:44:29', '2023-12-10 12:44:29'),
(320829, 2475, '2030-04-01 00:00:00', NULL, NULL, '', '6400', 0, '2023-12-10 12:44:29', '2023-12-10 12:44:29'),
(320830, 2475, '2031-04-01 00:00:00', NULL, NULL, '', '6400', 0, '2023-12-10 12:44:29', '2023-12-10 12:44:29'),
(320831, 2475, '2032-04-01 00:00:00', NULL, NULL, '', '6400', 0, '2023-12-10 12:44:29', '2023-12-10 12:44:29'),
(320832, 2476, '2023-04-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-12-10 12:55:49', '2023-12-10 12:55:49'),
(320833, 2476, '2024-04-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-12-10 12:55:49', '2023-12-10 12:55:49'),
(320834, 2476, '2025-04-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-12-10 12:55:49', '2023-12-10 12:55:49'),
(320835, 2476, '2026-04-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-12-10 12:55:49', '2023-12-10 12:55:49'),
(320836, 2476, '2027-04-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-12-10 12:55:49', '2023-12-10 12:55:49'),
(320837, 2476, '2028-04-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-12-10 12:55:49', '2023-12-10 12:55:49'),
(320838, 2476, '2029-04-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-12-10 12:55:49', '2023-12-10 12:55:49'),
(320839, 2476, '2030-04-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-12-10 12:55:49', '2023-12-10 12:55:49'),
(320840, 2476, '2031-04-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-12-10 12:55:49', '2023-12-10 12:55:49'),
(320841, 2476, '2032-04-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-12-10 12:55:49', '2023-12-10 12:55:49'),
(320842, 2476, '2033-04-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-12-10 12:55:49', '2023-12-10 12:55:49'),
(320843, 2476, '2034-04-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-12-10 12:55:49', '2023-12-10 12:55:49'),
(320844, 2476, '2035-04-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-12-10 12:55:49', '2023-12-10 12:55:49'),
(320845, 2476, '2036-04-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-12-10 12:55:49', '2023-12-10 12:55:49'),
(320846, 2476, '2037-04-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-12-10 12:55:49', '2023-12-10 12:55:49'),
(320847, 2476, '2038-04-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-12-10 12:55:49', '2023-12-10 12:55:49'),
(320848, 2476, '2039-04-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-12-10 12:55:49', '2023-12-10 12:55:49'),
(320849, 2476, '2040-04-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-12-10 12:55:49', '2023-12-10 12:55:49'),
(320850, 2476, '2041-04-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-12-10 12:55:49', '2023-12-10 12:55:49'),
(320851, 2476, '2042-04-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-12-10 12:55:49', '2023-12-10 12:55:49'),
(320852, 2476, '2043-04-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-12-10 12:55:49', '2023-12-10 12:55:49'),
(320853, 2477, '2024-04-01 00:00:00', NULL, NULL, '', '3800', 0, '2023-12-10 13:03:25', '2023-12-10 13:03:25'),
(320854, 2477, '2025-04-01 00:00:00', NULL, NULL, '', '3800', 0, '2023-12-10 13:03:25', '2023-12-10 13:03:25'),
(320855, 2477, '2026-04-01 00:00:00', NULL, NULL, '', '3800', 0, '2023-12-10 13:03:25', '2023-12-10 13:03:25'),
(320856, 2477, '2027-04-01 00:00:00', NULL, NULL, '', '3800', 0, '2023-12-10 13:03:25', '2023-12-10 13:03:25'),
(320857, 2477, '2028-04-01 00:00:00', NULL, NULL, '', '3800', 0, '2023-12-10 13:03:25', '2023-12-10 13:03:25'),
(320858, 2477, '2029-04-01 00:00:00', NULL, NULL, '', '3800', 0, '2023-12-10 13:03:25', '2023-12-10 13:03:25'),
(320859, 2477, '2030-04-01 00:00:00', NULL, NULL, '', '3800', 0, '2023-12-10 13:03:25', '2023-12-10 13:03:25'),
(320860, 2477, '2031-04-01 00:00:00', NULL, NULL, '', '3800', 0, '2023-12-10 13:03:25', '2023-12-10 13:03:25'),
(320861, 2477, '2032-04-01 00:00:00', NULL, NULL, '', '3800', 0, '2023-12-10 13:03:25', '2023-12-10 13:03:25'),
(320862, 2478, '2023-04-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-12-10 13:16:45', '2023-12-10 13:16:45'),
(320863, 2478, '2024-04-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-12-10 13:16:45', '2023-12-10 13:16:45'),
(320864, 2478, '2025-04-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-12-10 13:16:45', '2023-12-10 13:16:45'),
(320865, 2478, '2026-04-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-12-10 13:16:45', '2023-12-10 13:16:45'),
(320866, 2478, '2027-04-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-12-10 13:16:45', '2023-12-10 13:16:45'),
(320867, 2478, '2028-04-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-12-10 13:16:45', '2023-12-10 13:16:45'),
(320868, 2478, '2029-04-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-12-10 13:16:45', '2023-12-10 13:16:45'),
(320869, 2478, '2030-04-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-12-10 13:16:45', '2023-12-10 13:16:45'),
(320870, 2478, '2031-04-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-12-10 13:16:45', '2023-12-10 13:16:45'),
(320871, 2478, '2032-04-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-12-10 13:16:45', '2023-12-10 13:16:45'),
(320872, 2478, '2033-04-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-12-10 13:16:45', '2023-12-10 13:16:45'),
(320873, 2478, '2034-04-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-12-10 13:16:45', '2023-12-10 13:16:45'),
(320874, 2478, '2035-04-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-12-10 13:16:45', '2023-12-10 13:16:45'),
(320875, 2478, '2036-04-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-12-10 13:16:45', '2023-12-10 13:16:45'),
(320876, 2478, '2037-04-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-12-10 13:16:45', '2023-12-10 13:16:45'),
(320877, 2478, '2038-04-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-12-10 13:16:45', '2023-12-10 13:16:45'),
(320878, 2478, '2039-04-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-12-10 13:16:45', '2023-12-10 13:16:45'),
(320879, 2478, '2040-04-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-12-10 13:16:45', '2023-12-10 13:16:45'),
(320880, 2478, '2041-04-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-12-10 13:16:45', '2023-12-10 13:16:45'),
(320881, 2478, '2042-04-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-12-10 13:16:45', '2023-12-10 13:16:45'),
(320882, 2478, '2043-04-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-12-10 13:16:45', '2023-12-10 13:16:45'),
(320883, 2479, '2024-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-12-10 13:37:05', '2023-12-10 13:37:05'),
(320884, 2479, '2025-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-12-10 13:37:05', '2023-12-10 13:37:05'),
(320885, 2479, '2026-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-12-10 13:37:05', '2023-12-10 13:37:05'),
(320886, 2479, '2027-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-12-10 13:37:05', '2023-12-10 13:37:05'),
(320887, 2479, '2028-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-12-10 13:37:05', '2023-12-10 13:37:05'),
(320888, 2479, '2029-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-12-10 13:37:05', '2023-12-10 13:37:05'),
(320889, 2479, '2030-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-12-10 13:37:05', '2023-12-10 13:37:05'),
(320890, 2479, '2031-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-12-10 13:37:05', '2023-12-10 13:37:05'),
(320891, 2479, '2032-04-01 00:00:00', NULL, NULL, '', '0', 0, '2023-12-10 13:37:05', '2023-12-10 13:37:05'),
(320892, 2480, '2024-04-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-12-10 13:42:02', '2023-12-10 13:42:02'),
(320893, 2480, '2025-04-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-12-10 13:42:02', '2023-12-10 13:42:02'),
(320894, 2480, '2026-04-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-12-10 13:42:02', '2023-12-10 13:42:02'),
(320895, 2480, '2027-04-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-12-10 13:42:02', '2023-12-10 13:42:02'),
(320896, 2480, '2028-04-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-12-10 13:42:02', '2023-12-10 13:42:02'),
(320897, 2480, '2029-04-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-12-10 13:42:02', '2023-12-10 13:42:02'),
(320898, 2480, '2030-04-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-12-10 13:42:02', '2023-12-10 13:42:02'),
(320899, 2480, '2031-04-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-12-10 13:42:02', '2023-12-10 13:42:02'),
(320900, 2480, '2032-04-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-12-10 13:42:02', '2023-12-10 13:42:02'),
(320901, 2481, '2023-12-01 00:00:00', NULL, NULL, '', '450', 0, '2023-12-10 13:49:30', '2023-12-10 13:49:30'),
(320902, 2482, '2023-12-01 00:00:00', NULL, NULL, '', '300', 0, '2023-12-10 14:04:48', '2023-12-10 14:04:48'),
(320903, 2483, '2023-06-01 00:00:00', NULL, NULL, '', '0', 0, '2023-12-10 14:15:46', '2023-12-10 14:15:46'),
(320904, 2483, '2023-07-01 00:00:00', NULL, NULL, '', '0', 0, '2023-12-10 14:15:46', '2023-12-10 14:15:46'),
(320905, 2483, '2023-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-12-10 14:15:46', '2023-12-10 14:15:46'),
(320906, 2483, '2023-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-12-10 14:15:47', '2023-12-10 14:15:47'),
(320907, 2483, '2023-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-12-10 14:15:47', '2023-12-10 14:15:47'),
(320908, 2483, '2023-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-12-10 14:15:47', '2023-12-10 14:15:47'),
(320909, 2483, '2023-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-12-10 14:15:47', '2023-12-10 14:15:47'),
(320910, 2483, '2024-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-12-10 14:15:47', '2023-12-10 14:15:47'),
(320911, 2484, '2024-05-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-12-10 14:21:44', '2023-12-10 14:21:44'),
(320912, 2484, '2025-05-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-12-10 14:21:44', '2023-12-10 14:21:44'),
(320913, 2484, '2026-05-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-12-10 14:21:44', '2023-12-10 14:21:44'),
(320914, 2484, '2027-05-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-12-10 14:21:44', '2023-12-10 14:21:44'),
(320915, 2484, '2028-05-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-12-10 14:21:44', '2023-12-10 14:21:44'),
(320916, 2484, '2029-05-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-12-10 14:21:44', '2023-12-10 14:21:44'),
(320917, 2484, '2030-05-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-12-10 14:21:44', '2023-12-10 14:21:44'),
(320918, 2484, '2031-05-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-12-10 14:21:44', '2023-12-10 14:21:44'),
(320919, 2485, '2024-05-01 00:00:00', NULL, NULL, '', '3400', 0, '2023-12-10 14:26:40', '2023-12-10 14:26:40'),
(320920, 2485, '2025-05-01 00:00:00', NULL, NULL, '', '3400', 0, '2023-12-10 14:26:40', '2023-12-10 14:26:40'),
(320921, 2485, '2026-05-01 00:00:00', NULL, NULL, '', '3400', 0, '2023-12-10 14:26:40', '2023-12-10 14:26:40'),
(320922, 2485, '2027-05-01 00:00:00', NULL, NULL, '', '3400', 0, '2023-12-10 14:26:40', '2023-12-10 14:26:40'),
(320923, 2485, '2028-05-01 00:00:00', NULL, NULL, '', '3400', 0, '2023-12-10 14:26:40', '2023-12-10 14:26:40'),
(320924, 2485, '2029-05-01 00:00:00', NULL, NULL, '', '3400', 0, '2023-12-10 14:26:40', '2023-12-10 14:26:40'),
(320925, 2485, '2030-05-01 00:00:00', NULL, NULL, '', '3400', 0, '2023-12-10 14:26:40', '2023-12-10 14:26:40'),
(320926, 2485, '2031-05-01 00:00:00', NULL, NULL, '', '3400', 0, '2023-12-10 14:26:40', '2023-12-10 14:26:40'),
(320927, 2486, '2024-05-01 00:00:00', NULL, NULL, '', '3250', 0, '2023-12-10 14:36:16', '2023-12-10 14:36:16'),
(320928, 2486, '2025-05-01 00:00:00', NULL, NULL, '', '3250', 0, '2023-12-10 14:36:16', '2023-12-10 14:36:16'),
(320929, 2486, '2026-05-01 00:00:00', NULL, NULL, '', '3250', 0, '2023-12-10 14:36:16', '2023-12-10 14:36:16'),
(320930, 2486, '2027-05-01 00:00:00', NULL, NULL, '', '3250', 0, '2023-12-10 14:36:16', '2023-12-10 14:36:16'),
(320931, 2486, '2028-05-01 00:00:00', NULL, NULL, '', '3250', 0, '2023-12-10 14:36:16', '2023-12-10 14:36:16'),
(320932, 2486, '2029-05-01 00:00:00', NULL, NULL, '', '3250', 0, '2023-12-10 14:36:16', '2023-12-10 14:36:16'),
(320933, 2486, '2030-05-01 00:00:00', NULL, NULL, '', '3250', 0, '2023-12-10 14:36:16', '2023-12-10 14:36:16'),
(320934, 2486, '2031-05-01 00:00:00', NULL, NULL, '', '3250', 0, '2023-12-10 14:36:16', '2023-12-10 14:36:16'),
(320935, 2487, '2024-05-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-12-10 15:02:52', '2023-12-10 15:02:52'),
(320936, 2487, '2025-05-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-12-10 15:02:52', '2023-12-10 15:02:52'),
(320937, 2487, '2026-05-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-12-10 15:02:52', '2023-12-10 15:02:52'),
(320938, 2487, '2027-05-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-12-10 15:02:52', '2023-12-10 15:02:52'),
(320939, 2487, '2028-05-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-12-10 15:02:52', '2023-12-10 15:02:52'),
(320940, 2487, '2029-05-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-12-10 15:02:52', '2023-12-10 15:02:52'),
(320941, 2487, '2030-05-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-12-10 15:02:52', '2023-12-10 15:02:52'),
(320942, 2487, '2031-05-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-12-10 15:02:52', '2023-12-10 15:02:52'),
(320943, 2488, '2023-06-01 00:00:00', NULL, NULL, '', '300', 0, '2023-12-10 15:08:17', '2023-12-10 15:08:17'),
(320944, 2488, '2023-07-01 00:00:00', NULL, NULL, '', '300', 0, '2023-12-10 15:08:17', '2023-12-10 15:08:17'),
(320945, 2488, '2023-08-01 00:00:00', NULL, NULL, '', '300', 0, '2023-12-10 15:08:17', '2023-12-10 15:08:17'),
(320946, 2488, '2023-09-01 00:00:00', NULL, NULL, '', '300', 0, '2023-12-10 15:08:17', '2023-12-10 15:08:17'),
(320947, 2488, '2023-10-01 00:00:00', NULL, NULL, '', '300', 0, '2023-12-10 15:08:17', '2023-12-10 15:08:17'),
(320948, 2488, '2023-11-01 00:00:00', NULL, NULL, '', '300', 0, '2023-12-10 15:08:17', '2023-12-10 15:08:17'),
(320949, 2488, '2023-12-01 00:00:00', NULL, NULL, '', '300', 0, '2023-12-10 15:08:17', '2023-12-10 15:08:17'),
(320950, 2488, '2024-01-01 00:00:00', NULL, NULL, '', '300', 0, '2023-12-10 15:08:17', '2023-12-10 15:08:17'),
(320951, 2489, '2023-12-01 00:00:00', NULL, NULL, '', '600', 0, '2023-12-10 15:18:36', '2023-12-10 15:18:36'),
(320952, 2490, '2024-06-01 00:00:00', NULL, NULL, '', '4000', 0, '2023-12-10 15:27:10', '2023-12-10 15:27:10'),
(320953, 2490, '2025-06-01 00:00:00', NULL, NULL, '', '4000', 0, '2023-12-10 15:27:10', '2023-12-10 15:27:10'),
(320954, 2490, '2026-06-01 00:00:00', NULL, NULL, '', '4000', 0, '2023-12-10 15:27:10', '2023-12-10 15:27:10'),
(320955, 2490, '2027-06-01 00:00:00', NULL, NULL, '', '4000', 0, '2023-12-10 15:27:10', '2023-12-10 15:27:10'),
(320956, 2490, '2028-06-01 00:00:00', NULL, NULL, '', '4000', 0, '2023-12-10 15:27:10', '2023-12-10 15:27:10'),
(320957, 2490, '2029-06-01 00:00:00', NULL, NULL, '', '4000', 0, '2023-12-10 15:27:10', '2023-12-10 15:27:10'),
(320958, 2490, '2030-06-01 00:00:00', NULL, NULL, '', '4000', 0, '2023-12-10 15:27:10', '2023-12-10 15:27:10'),
(320959, 2491, '2024-06-01 00:00:00', NULL, NULL, '', '4000', 0, '2023-12-10 15:31:16', '2023-12-10 15:31:16'),
(320960, 2491, '2025-06-01 00:00:00', NULL, NULL, '', '4000', 0, '2023-12-10 15:31:16', '2023-12-10 15:31:16'),
(320961, 2491, '2026-06-01 00:00:00', NULL, NULL, '', '4000', 0, '2023-12-10 15:31:16', '2023-12-10 15:31:16'),
(320962, 2491, '2027-06-01 00:00:00', NULL, NULL, '', '4000', 0, '2023-12-10 15:31:16', '2023-12-10 15:31:16'),
(320963, 2491, '2028-06-01 00:00:00', NULL, NULL, '', '4000', 0, '2023-12-10 15:31:16', '2023-12-10 15:31:16'),
(320964, 2491, '2029-06-01 00:00:00', NULL, NULL, '', '4000', 0, '2023-12-10 15:31:16', '2023-12-10 15:31:16'),
(320965, 2491, '2030-06-01 00:00:00', NULL, NULL, '', '4000', 0, '2023-12-10 15:31:16', '2023-12-10 15:31:16'),
(320966, 2492, '2024-07-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-12-10 15:42:39', '2023-12-10 15:42:39'),
(320967, 2492, '2025-07-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-12-10 15:42:39', '2023-12-10 15:42:39'),
(320968, 2492, '2026-07-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-12-10 15:42:39', '2023-12-10 15:42:39'),
(320969, 2492, '2027-07-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-12-10 15:42:39', '2023-12-10 15:42:39'),
(320970, 2492, '2028-07-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-12-10 15:42:39', '2023-12-10 15:42:39'),
(320971, 2492, '2029-07-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-12-10 15:42:39', '2023-12-10 15:42:39'),
(320972, 2493, '2023-12-01 00:00:00', NULL, NULL, '', '200', 0, '2023-12-10 15:51:52', '2023-12-10 15:51:52'),
(320973, 2494, '2023-12-01 00:00:00', NULL, NULL, '', '500', 0, '2023-12-10 16:02:14', '2023-12-10 16:02:14'),
(320974, 2495, '2024-07-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-12-11 11:08:56', '2023-12-11 11:08:56'),
(320975, 2495, '2025-07-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-12-11 11:08:56', '2023-12-11 11:08:56'),
(320976, 2495, '2026-07-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-12-11 11:08:56', '2023-12-11 11:08:56'),
(320977, 2495, '2027-07-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-12-11 11:08:56', '2023-12-11 11:08:56'),
(320978, 2495, '2028-07-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-12-11 11:08:56', '2023-12-11 11:08:56'),
(320979, 2495, '2029-07-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-12-11 11:08:56', '2023-12-11 11:08:56'),
(320980, 2496, '2023-08-01 00:00:00', NULL, NULL, '', '0', 0, '2023-12-11 11:28:06', '2023-12-11 11:28:06'),
(320981, 2496, '2023-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-12-11 11:28:06', '2023-12-11 11:28:06'),
(320982, 2496, '2023-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-12-11 11:28:06', '2023-12-11 11:28:06'),
(320983, 2496, '2023-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-12-11 11:28:06', '2023-12-11 11:28:06'),
(320984, 2496, '2023-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-12-11 11:28:06', '2023-12-11 11:28:06'),
(320985, 2496, '2024-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-12-11 11:28:06', '2023-12-11 11:28:06'),
(320986, 2497, '2024-07-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-12-11 11:32:57', '2023-12-11 11:32:57'),
(320987, 2497, '2025-07-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-12-11 11:32:57', '2023-12-11 11:32:57'),
(320988, 2497, '2026-07-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-12-11 11:32:57', '2023-12-11 11:32:57'),
(320989, 2497, '2027-07-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-12-11 11:32:57', '2023-12-11 11:32:57'),
(320990, 2497, '2028-07-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-12-11 11:32:57', '2023-12-11 11:32:57'),
(320991, 2497, '2029-07-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-12-11 11:32:57', '2023-12-11 11:32:57'),
(320992, 2498, '2024-07-01 00:00:00', NULL, NULL, '', '3400', 0, '2023-12-11 11:41:17', '2023-12-11 11:41:17'),
(320993, 2498, '2025-07-01 00:00:00', NULL, NULL, '', '3400', 0, '2023-12-11 11:41:17', '2023-12-11 11:41:17'),
(320994, 2498, '2026-07-01 00:00:00', NULL, NULL, '', '3400', 0, '2023-12-11 11:41:17', '2023-12-11 11:41:17'),
(320995, 2498, '2027-07-01 00:00:00', NULL, NULL, '', '3400', 0, '2023-12-11 11:41:17', '2023-12-11 11:41:17'),
(320996, 2498, '2028-07-01 00:00:00', NULL, NULL, '', '3400', 0, '2023-12-11 11:41:17', '2023-12-11 11:41:17'),
(320997, 2498, '2029-07-01 00:00:00', NULL, NULL, '', '3400', 0, '2023-12-11 11:41:17', '2023-12-11 11:41:17'),
(320998, 2499, '2024-07-01 00:00:00', NULL, NULL, '', '3500', 0, '2023-12-11 11:51:46', '2023-12-11 11:51:46'),
(320999, 2499, '2025-07-01 00:00:00', NULL, NULL, '', '3500', 0, '2023-12-11 11:51:46', '2023-12-11 11:51:46'),
(321000, 2499, '2026-07-01 00:00:00', NULL, NULL, '', '3500', 0, '2023-12-11 11:51:46', '2023-12-11 11:51:46'),
(321001, 2499, '2027-07-01 00:00:00', NULL, NULL, '', '3500', 0, '2023-12-11 11:51:46', '2023-12-11 11:51:46'),
(321002, 2499, '2028-07-01 00:00:00', NULL, NULL, '', '3500', 0, '2023-12-11 11:51:46', '2023-12-11 11:51:46'),
(321003, 2499, '2029-07-01 00:00:00', NULL, NULL, '', '3500', 0, '2023-12-11 11:51:46', '2023-12-11 11:51:46'),
(321004, 2500, '2024-07-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-12-11 11:55:17', '2023-12-11 11:55:17'),
(321005, 2500, '2025-07-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-12-11 11:55:17', '2023-12-11 11:55:17'),
(321006, 2500, '2026-07-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-12-11 11:55:17', '2023-12-11 11:55:17'),
(321007, 2500, '2027-07-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-12-11 11:55:17', '2023-12-11 11:55:17'),
(321008, 2500, '2028-07-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-12-11 11:55:17', '2023-12-11 11:55:17'),
(321009, 2500, '2029-07-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-12-11 11:55:17', '2023-12-11 11:55:17'),
(321010, 2501, '2024-07-01 00:00:00', NULL, NULL, '', '4000', 0, '2023-12-11 12:02:01', '2023-12-11 12:02:01'),
(321011, 2501, '2025-07-01 00:00:00', NULL, NULL, '', '4000', 0, '2023-12-11 12:02:01', '2023-12-11 12:02:01'),
(321012, 2501, '2026-07-01 00:00:00', NULL, NULL, '', '4000', 0, '2023-12-11 12:02:01', '2023-12-11 12:02:01'),
(321013, 2501, '2027-07-01 00:00:00', NULL, NULL, '', '4000', 0, '2023-12-11 12:02:01', '2023-12-11 12:02:01'),
(321014, 2501, '2028-07-01 00:00:00', NULL, NULL, '', '4000', 0, '2023-12-11 12:02:01', '2023-12-11 12:02:01'),
(321015, 2501, '2029-07-01 00:00:00', NULL, NULL, '', '4000', 0, '2023-12-11 12:02:01', '2023-12-11 12:02:01'),
(321016, 2502, '2023-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-12-11 12:05:39', '2023-12-11 12:05:39'),
(321017, 2503, '2024-08-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-12-11 12:10:15', '2023-12-11 12:10:15'),
(321018, 2503, '2025-08-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-12-11 12:10:15', '2023-12-11 12:10:15'),
(321019, 2503, '2026-08-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-12-11 12:10:15', '2023-12-11 12:10:15'),
(321020, 2503, '2027-08-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-12-11 12:10:15', '2023-12-11 12:10:15'),
(321021, 2503, '2028-08-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-12-11 12:10:15', '2023-12-11 12:10:15'),
(321022, 2504, '2023-12-01 00:00:00', '150', NULL, '', '0', 1, '2023-12-11 12:14:29', '2024-02-01 17:20:02'),
(321023, 2505, '2023-12-01 00:00:00', NULL, NULL, '', '150', 0, '2023-12-11 12:18:43', '2023-12-11 12:18:43'),
(321024, 2506, '2024-08-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-12-11 12:26:17', '2023-12-11 12:26:17'),
(321025, 2506, '2025-08-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-12-11 12:26:17', '2023-12-11 12:26:17'),
(321026, 2506, '2026-08-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-12-11 12:26:17', '2023-12-11 12:26:17'),
(321027, 2506, '2027-08-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-12-11 12:26:17', '2023-12-11 12:26:17');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(321028, 2506, '2028-08-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-12-11 12:26:17', '2023-12-11 12:26:17'),
(321029, 2507, '2023-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-12-11 12:36:00', '2023-12-11 12:36:00'),
(321030, 2508, '2024-08-01 00:00:00', NULL, NULL, '', '4000', 0, '2023-12-11 12:41:21', '2023-12-11 12:41:21'),
(321031, 2508, '2025-08-01 00:00:00', NULL, NULL, '', '4000', 0, '2023-12-11 12:41:21', '2023-12-11 12:41:21'),
(321032, 2508, '2026-08-01 00:00:00', NULL, NULL, '', '4000', 0, '2023-12-11 12:41:21', '2023-12-11 12:41:21'),
(321033, 2508, '2027-08-01 00:00:00', NULL, NULL, '', '4000', 0, '2023-12-11 12:41:21', '2023-12-11 12:41:21'),
(321034, 2508, '2028-08-01 00:00:00', NULL, NULL, '', '4000', 0, '2023-12-11 12:41:21', '2023-12-11 12:41:21'),
(321035, 2509, '2023-12-01 00:00:00', NULL, NULL, '', '300', 0, '2023-12-11 12:46:44', '2023-12-11 12:46:44'),
(321036, 2510, '2023-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-12-11 12:51:12', '2023-12-11 12:51:12'),
(321037, 2511, '2024-08-01 00:00:00', NULL, NULL, '', '3400', 0, '2023-12-11 12:57:05', '2023-12-11 12:57:05'),
(321038, 2511, '2025-08-01 00:00:00', NULL, NULL, '', '3400', 0, '2023-12-11 12:57:05', '2023-12-11 12:57:05'),
(321039, 2511, '2026-08-01 00:00:00', NULL, NULL, '', '3400', 0, '2023-12-11 12:57:05', '2023-12-11 12:57:05'),
(321040, 2511, '2027-08-01 00:00:00', NULL, NULL, '', '3400', 0, '2023-12-11 12:57:05', '2023-12-11 12:57:05'),
(321041, 2511, '2028-08-01 00:00:00', NULL, NULL, '', '3400', 0, '2023-12-11 12:57:05', '2023-12-11 12:57:05'),
(321042, 2512, '2023-12-01 00:00:00', NULL, NULL, '', '150', 0, '2023-12-11 13:09:21', '2023-12-11 13:09:21'),
(321043, 2513, '2023-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-12-11 13:13:01', '2023-12-11 13:13:01'),
(321044, 2514, '2023-09-01 00:00:00', NULL, NULL, '', '0', 0, '2023-12-11 13:19:02', '2023-12-11 13:19:02'),
(321045, 2514, '2023-10-01 00:00:00', NULL, NULL, '', '0', 0, '2023-12-11 13:19:02', '2023-12-11 13:19:02'),
(321046, 2514, '2023-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-12-11 13:19:02', '2023-12-11 13:19:02'),
(321047, 2514, '2023-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-12-11 13:19:02', '2023-12-11 13:19:02'),
(321048, 2514, '2024-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-12-11 13:19:02', '2023-12-11 13:19:02'),
(321049, 2515, '2024-08-01 00:00:00', NULL, NULL, '', '7200', 0, '2023-12-11 13:23:33', '2023-12-11 13:23:33'),
(321050, 2515, '2025-08-01 00:00:00', NULL, NULL, '', '7200', 0, '2023-12-11 13:23:33', '2023-12-11 13:23:33'),
(321051, 2515, '2026-08-01 00:00:00', NULL, NULL, '', '7200', 0, '2023-12-11 13:23:33', '2023-12-11 13:23:33'),
(321052, 2515, '2027-08-01 00:00:00', NULL, NULL, '', '7200', 0, '2023-12-11 13:23:33', '2023-12-11 13:23:33'),
(321053, 2515, '2028-08-01 00:00:00', NULL, NULL, '', '7200', 0, '2023-12-11 13:23:33', '2023-12-11 13:23:33'),
(321054, 2516, '2023-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-12-11 13:29:33', '2023-12-11 13:29:33'),
(321055, 2517, '2024-09-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-12-11 13:34:04', '2023-12-11 13:34:04'),
(321056, 2517, '2025-09-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-12-11 13:34:04', '2023-12-11 13:34:04'),
(321057, 2517, '2026-09-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-12-11 13:34:04', '2023-12-11 13:34:04'),
(321058, 2517, '2027-09-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-12-11 13:34:04', '2023-12-11 13:34:04'),
(321059, 2518, '2023-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-12-11 14:29:18', '2023-12-11 14:29:18'),
(321060, 2519, '2023-12-01 00:00:00', NULL, NULL, '', '150', 0, '2023-12-11 14:39:45', '2023-12-11 14:39:45'),
(321061, 2520, '2024-10-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-12-11 14:48:20', '2023-12-11 14:48:20'),
(321062, 2520, '2025-10-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-12-11 14:48:20', '2023-12-11 14:48:20'),
(321063, 2520, '2026-10-01 00:00:00', NULL, NULL, '', '4200', 0, '2023-12-11 14:48:20', '2023-12-11 14:48:20'),
(321064, 2521, '2023-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-12-11 14:55:13', '2023-12-11 14:55:13'),
(321065, 2522, '2023-12-01 00:00:00', NULL, NULL, '', '150', 0, '2023-12-11 14:58:41', '2023-12-11 14:58:41'),
(321066, 2523, '2023-12-01 00:00:00', NULL, NULL, '', '300', 0, '2023-12-11 15:03:38', '2023-12-11 15:03:38'),
(321067, 2524, '2023-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-12-11 15:11:47', '2023-12-11 15:11:47'),
(321068, 2525, '2023-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-12-11 15:17:24', '2023-12-11 15:17:24'),
(321069, 2526, '2023-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-12-11 15:31:42', '2023-12-11 15:31:42'),
(321070, 2526, '2023-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-12-11 15:31:42', '2023-12-11 15:31:42'),
(321071, 2526, '2024-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-12-11 15:31:42', '2023-12-11 15:31:42'),
(321072, 2527, '2023-12-01 00:00:00', NULL, NULL, '', '300', 0, '2023-12-11 16:02:29', '2023-12-11 16:02:29'),
(321073, 2528, '2023-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-12-11 16:07:08', '2023-12-11 16:07:08'),
(321074, 2529, '2023-12-01 00:00:00', NULL, NULL, '', '200', 0, '2023-12-11 16:12:09', '2023-12-11 16:12:09'),
(321075, 2530, '2023-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-12-11 16:26:25', '2023-12-11 16:26:25'),
(321076, 2531, '2023-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-12-11 16:51:53', '2023-12-11 16:51:53'),
(321077, 2532, '2024-01-01 00:00:00', NULL, '2024-01-01 00:00:00', '', '300', 0, '2023-12-11 16:55:37', '2023-12-11 16:55:37'),
(321078, 2533, '2024-01-01 00:00:00', '300', '2024-01-01 00:00:00', '', '0', 1, '2023-12-11 17:04:40', '2024-03-06 12:18:44'),
(321079, 2534, '2023-01-01 00:00:00', NULL, NULL, '', '0', 0, '2023-12-11 17:12:45', '2023-12-11 17:12:45'),
(321092, 2535, '2024-01-01 00:00:00', NULL, '2024-01-01 00:00:00', '', '0', 0, '2023-12-11 17:30:40', '2023-12-11 17:30:40'),
(321093, 2536, '2024-01-01 00:00:00', NULL, '2024-01-01 00:00:00', '', '0', 0, '2023-12-11 17:35:16', '2023-12-11 17:35:16'),
(321094, 2537, '2023-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-12-11 17:49:12', '2023-12-11 17:49:12'),
(321095, 2538, '2023-12-01 00:00:00', NULL, NULL, '', '150', 0, '2023-12-12 10:33:33', '2023-12-12 10:33:33'),
(321096, 2539, '2023-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-12-12 10:43:18', '2023-12-12 10:43:18'),
(321097, 2540, '2024-04-01 00:00:00', NULL, '2024-04-01 00:00:00', '', '200', 0, '2023-12-12 11:06:11', '2023-12-12 11:06:11'),
(321098, 2541, '2023-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-12-12 11:48:04', '2023-12-12 11:48:04'),
(321099, 2542, '2024-05-01 00:00:00', NULL, '2024-05-01 00:00:00', '', '0', 0, '2023-12-13 10:45:18', '2023-12-13 10:45:18'),
(321100, 2543, '2024-06-01 00:00:00', '266', '2024-06-01 00:00:00', '', '0', 1, '2023-12-13 10:52:55', '2024-06-06 13:56:25'),
(321101, 2544, '2024-06-01 00:00:00', NULL, '2024-06-01 00:00:00', '', '3200', 0, '2023-12-13 10:58:06', '2023-12-13 10:58:06'),
(321102, 2545, '2024-06-01 00:00:00', NULL, '2024-06-01 00:00:00', '', '0', 0, '2023-12-13 11:09:11', '2023-12-13 11:09:11'),
(321103, 2546, '2024-06-01 00:00:00', NULL, '2024-06-01 00:00:00', '', '0', 0, '2023-12-13 11:22:54', '2023-12-13 11:22:54'),
(321104, 2547, '2024-07-01 00:00:00', NULL, '2024-07-01 00:00:00', '', '0', 0, '2023-12-13 11:48:05', '2023-12-13 11:48:05'),
(321105, 2548, '2024-07-01 00:00:00', NULL, '2024-07-01 00:00:00', '', '4200', 0, '2023-12-18 15:41:19', '2023-12-18 15:41:19'),
(321106, 2549, '2024-08-01 00:00:00', NULL, '2024-08-01 00:00:00', '', '3200', 0, '2023-12-19 17:16:17', '2023-12-19 17:16:17'),
(321107, 2550, '2024-08-01 00:00:00', NULL, '2024-08-01 00:00:00', '', '6200', 0, '2023-12-27 11:32:13', '2023-12-27 11:32:13'),
(321108, 2551, '2024-07-01 00:00:00', NULL, NULL, '', '4400', 0, '2023-12-27 11:39:23', '2023-12-27 11:39:23'),
(321109, 2551, '2025-07-01 00:00:00', NULL, NULL, '', '4400', 0, '2023-12-27 11:39:23', '2023-12-27 11:39:23'),
(321110, 2551, '2026-07-01 00:00:00', NULL, NULL, '', '4400', 0, '2023-12-27 11:39:23', '2023-12-27 11:39:23'),
(321111, 2551, '2027-07-01 00:00:00', NULL, NULL, '', '4400', 0, '2023-12-27 11:39:23', '2023-12-27 11:39:23'),
(321112, 2551, '2028-07-01 00:00:00', NULL, NULL, '', '4400', 0, '2023-12-27 11:39:23', '2023-12-27 11:39:23'),
(321113, 2551, '2029-07-01 00:00:00', NULL, NULL, '', '4400', 0, '2023-12-27 11:39:23', '2023-12-27 11:39:23'),
(321114, 2552, '2024-07-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-12-27 11:43:50', '2023-12-27 11:43:50'),
(321115, 2552, '2025-07-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-12-27 11:43:50', '2023-12-27 11:43:50'),
(321116, 2552, '2026-07-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-12-27 11:43:50', '2023-12-27 11:43:50'),
(321117, 2552, '2027-07-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-12-27 11:43:50', '2023-12-27 11:43:50'),
(321118, 2552, '2028-07-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-12-27 11:43:50', '2023-12-27 11:43:50'),
(321119, 2552, '2029-07-01 00:00:00', NULL, NULL, '', '3600', 0, '2023-12-27 11:43:50', '2023-12-27 11:43:50'),
(321120, 2553, '2024-08-01 00:00:00', NULL, '2024-08-01 00:00:00', '', '3700', 0, '2023-12-27 11:48:08', '2023-12-27 11:48:08'),
(321121, 2554, '2024-08-01 00:00:00', NULL, '2024-08-01 00:00:00', '', '3300', 0, '2023-12-27 11:54:04', '2023-12-27 11:54:04'),
(321122, 2555, '2024-09-01 00:00:00', NULL, '2024-09-01 00:00:00', '', '4000', 0, '2023-12-27 13:59:42', '2023-12-27 13:59:42'),
(321123, 2556, '2024-09-01 00:00:00', NULL, '2024-09-01 00:00:00', '', '3200', 0, '2023-12-27 14:10:46', '2023-12-27 14:10:46'),
(321124, 2557, '2024-09-01 00:00:00', NULL, '2024-09-01 00:00:00', '', '4000', 0, '2023-12-27 14:32:44', '2023-12-27 14:32:44'),
(321125, 2558, '2024-10-01 00:00:00', NULL, '2024-10-01 00:00:00', '', '0', 0, '2023-12-27 15:24:24', '2023-12-27 15:24:24'),
(321126, 2559, '2024-10-01 00:00:00', NULL, '2024-10-01 00:00:00', '', '0', 0, '2023-12-27 15:27:46', '2023-12-27 15:27:46'),
(321127, 2560, '2024-10-01 00:00:00', NULL, '2024-10-01 00:00:00', '', '2700', 0, '2023-12-27 15:31:04', '2023-12-27 15:31:04'),
(321128, 2561, '2024-10-01 00:00:00', NULL, '2024-10-01 00:00:00', '', '4000', 0, '2023-12-27 15:40:30', '2023-12-27 15:40:30'),
(321129, 2562, '2024-10-01 00:00:00', NULL, '2024-10-01 00:00:00', '', '2400', 0, '2023-12-27 15:44:38', '2023-12-27 15:44:38'),
(321130, 2563, '2023-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-12-27 15:52:00', '2023-12-27 15:52:00'),
(321131, 2564, '2024-10-01 00:00:00', NULL, '2024-10-01 00:00:00', '', '4200', 0, '2023-12-27 16:04:42', '2023-12-27 16:04:42'),
(321132, 2565, '2024-10-01 00:00:00', NULL, '2024-10-01 00:00:00', '', '4200', 0, '2023-12-27 16:54:17', '2023-12-27 16:54:17'),
(321133, 2566, '2024-10-01 00:00:00', NULL, '2024-10-01 00:00:00', '', '0', 0, '2023-12-27 16:59:22', '2023-12-27 16:59:22'),
(321134, 2567, '2024-10-01 00:00:00', NULL, '2024-10-01 00:00:00', '', '0', 0, '2023-12-27 17:03:44', '2023-12-27 17:03:44'),
(321135, 2568, '2024-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-12-27 17:09:08', '2023-12-27 17:09:08'),
(321136, 2569, '2024-10-01 00:00:00', NULL, '2024-10-01 00:00:00', '', '4500', 0, '2023-12-27 17:14:26', '2023-12-27 17:14:26'),
(321137, 2570, '2024-10-01 00:00:00', NULL, '2024-10-01 00:00:00', '', '4600', 0, '2023-12-27 17:18:03', '2023-12-27 17:18:03'),
(321138, 2571, '2024-10-01 00:00:00', NULL, '2024-10-01 00:00:00', '', '3600', 0, '2023-12-27 17:22:14', '2023-12-27 17:22:14'),
(321139, 2572, '2024-10-01 00:00:00', NULL, '2024-10-01 00:00:00', '', '3000', 0, '2023-12-27 17:37:17', '2023-12-27 17:37:17'),
(321140, 2573, '2024-10-01 00:00:00', NULL, '2024-10-01 00:00:00', '', '3000', 0, '2023-12-27 17:40:32', '2023-12-27 17:40:32'),
(321141, 2574, '2024-11-01 00:00:00', NULL, NULL, '', '0', 0, '2023-12-27 17:46:31', '2023-12-27 17:46:31'),
(321142, 2575, '2023-12-01 00:00:00', NULL, NULL, '', '0', 0, '2023-12-27 17:51:49', '2023-12-27 17:51:49'),
(321143, 2576, '2024-10-01 00:00:00', NULL, '2024-10-01 00:00:00', '', '3500', 0, '2023-12-27 17:58:44', '2023-12-27 17:58:44'),
(321144, 2577, '2024-10-01 00:00:00', NULL, '2024-10-01 00:00:00', '', '7200', 0, '2023-12-27 18:03:25', '2023-12-27 18:03:25'),
(321145, 2578, '2024-11-01 00:00:00', NULL, '2024-11-01 00:00:00', '', '3400', 0, '2023-12-27 18:14:30', '2023-12-27 18:14:30'),
(321146, 2579, '2024-11-01 00:00:00', NULL, '2024-11-01 00:00:00', '', '3600', 0, '2023-12-27 18:21:44', '2023-12-27 18:21:44'),
(321147, 2580, '2024-10-01 00:00:00', NULL, '2024-10-01 00:00:00', '', '3600', 0, '2023-12-28 11:18:43', '2023-12-28 11:18:43'),
(321148, 2581, '2024-11-01 00:00:00', NULL, '2024-11-01 00:00:00', '', '3250', 0, '2023-12-28 11:24:53', '2023-12-28 11:24:53'),
(321149, 2582, '2024-11-01 00:00:00', NULL, '2024-11-01 00:00:00', '', '3600', 0, '2023-12-28 11:31:46', '2023-12-28 11:31:46'),
(321150, 2583, '2024-11-01 00:00:00', NULL, '2024-11-01 00:00:00', '', '3500', 0, '2023-12-28 11:39:26', '2023-12-28 11:39:26'),
(321151, 2584, '2024-11-01 00:00:00', NULL, '2024-11-01 00:00:00', '', '4000', 0, '2023-12-28 12:15:57', '2023-12-28 12:15:57'),
(321152, 2585, '2024-11-01 00:00:00', NULL, '2024-11-01 00:00:00', '', '4200', 0, '2023-12-28 12:18:45', '2023-12-28 12:18:45'),
(321153, 2586, '2024-11-01 00:00:00', NULL, '2024-11-01 00:00:00', '', '4000', 0, '2023-12-28 12:21:20', '2023-12-28 12:21:20'),
(321154, 2587, '2024-11-01 00:00:00', NULL, '2024-11-01 00:00:00', '', '4200', 0, '2023-12-28 12:26:01', '2023-12-28 12:26:01'),
(321155, 2588, '2024-11-01 00:00:00', NULL, '2024-11-01 00:00:00', '', '3600', 0, '2023-12-28 12:29:55', '2023-12-28 12:29:55'),
(321156, 2589, '2024-11-01 00:00:00', NULL, '2024-11-01 00:00:00', '', '3600', 0, '2023-12-28 12:33:26', '2023-12-28 12:33:26'),
(321157, 2590, '2024-11-01 00:00:00', NULL, '2024-11-01 00:00:00', '', '3600', 0, '2023-12-28 12:45:41', '2023-12-28 12:45:41'),
(321158, 2591, '2024-11-01 00:00:00', NULL, '2024-11-01 00:00:00', '', '3600', 0, '2023-12-28 12:48:48', '2023-12-28 12:48:48'),
(321159, 2592, '2024-11-01 00:00:00', NULL, '2024-11-01 00:00:00', '', '3500', 0, '2023-12-28 12:52:23', '2023-12-28 12:52:23'),
(321160, 2593, '2024-11-01 00:00:00', NULL, '2024-11-01 00:00:00', '', '2400', 0, '2023-12-28 13:43:12', '2023-12-28 13:43:12'),
(321161, 2594, '2024-11-01 00:00:00', NULL, '2024-11-01 00:00:00', '', '4752', 0, '2023-12-28 13:50:16', '2023-12-28 13:50:16'),
(321162, 2595, '2024-11-01 00:00:00', NULL, '2024-11-01 00:00:00', '', '24000', 0, '2023-12-28 13:53:47', '2023-12-28 13:53:47'),
(321163, 2596, '2024-11-01 00:00:00', NULL, '2024-11-01 00:00:00', '', '18200', 0, '2023-12-28 14:00:04', '2023-12-28 14:00:04'),
(321164, 2597, '2024-11-01 00:00:00', NULL, '2024-11-01 00:00:00', '', '3300', 0, '2023-12-28 14:03:28', '2023-12-28 14:03:28'),
(321165, 2598, '2024-11-01 00:00:00', NULL, '2024-11-01 00:00:00', '', '7200', 0, '2023-12-28 14:10:59', '2023-12-28 14:10:59'),
(321166, 2599, '2024-11-01 00:00:00', NULL, '2024-11-01 00:00:00', '', '7350', 0, '2023-12-28 14:15:37', '2023-12-28 14:15:37'),
(321167, 2600, '2024-11-01 00:00:00', NULL, '2024-11-01 00:00:00', '', '2600', 0, '2023-12-28 14:19:47', '2023-12-28 14:19:47'),
(321168, 2601, '2024-11-01 00:00:00', NULL, '2024-11-01 00:00:00', '', '3600', 0, '2023-12-28 14:34:00', '2023-12-28 14:34:00'),
(321169, 2602, '2024-11-01 00:00:00', NULL, '2024-11-01 00:00:00', '', '3600', 0, '2023-12-28 14:37:29', '2023-12-28 14:37:29'),
(321170, 2603, '2024-11-01 00:00:00', NULL, '2024-11-01 00:00:00', '', '3600', 0, '2023-12-28 15:11:26', '2023-12-28 15:11:26'),
(321171, 2604, '2024-11-01 00:00:00', NULL, '2024-11-01 00:00:00', '', '4000', 0, '2023-12-28 15:16:17', '2023-12-28 15:16:17'),
(321172, 2605, '2024-11-01 00:00:00', NULL, '2024-11-01 00:00:00', '', '3600', 0, '2023-12-28 16:02:15', '2023-12-28 16:02:15'),
(321173, 2606, '2024-11-01 00:00:00', NULL, '2024-11-01 00:00:00', '', '4600', 0, '2024-01-01 11:02:18', '2024-01-01 11:02:18'),
(321174, 2607, '2024-11-01 00:00:00', NULL, '2024-11-01 00:00:00', '', '7200', 0, '2024-01-01 11:20:41', '2024-01-01 11:20:41'),
(321175, 2608, '2024-11-01 00:00:00', NULL, '2024-11-01 00:00:00', '', '3000', 0, '2024-01-01 11:24:07', '2024-01-01 11:24:07'),
(321176, 2609, '2024-11-01 00:00:00', NULL, '2024-11-01 00:00:00', '', '350', 0, '2024-01-01 11:27:37', '2024-01-01 11:27:37'),
(321177, 2610, '2024-11-01 00:00:00', NULL, '2024-11-01 00:00:00', '', '3400', 0, '2024-01-01 11:31:03', '2024-01-01 11:31:03'),
(321178, 2611, '2024-11-01 00:00:00', NULL, '2024-11-01 00:00:00', '', '3200', 0, '2024-01-01 14:36:12', '2024-01-01 14:36:12'),
(321179, 2612, '2024-11-01 00:00:00', NULL, '2024-11-01 00:00:00', '', '2400', 0, '2024-01-01 14:42:26', '2024-01-01 14:42:26'),
(321180, 2613, '2024-11-01 00:00:00', NULL, '2024-11-01 00:00:00', '', '4000', 0, '2024-01-01 15:04:27', '2024-01-01 15:04:27'),
(321181, 2614, '2024-11-01 00:00:00', NULL, '2024-11-01 00:00:00', '', '3600', 0, '2024-01-01 15:08:48', '2024-01-01 15:08:48'),
(321182, 2615, '2024-11-01 00:00:00', NULL, '2024-11-01 00:00:00', '', '4500', 0, '2024-01-01 15:11:39', '2024-01-01 15:11:39'),
(321183, 2616, '2024-11-01 00:00:00', NULL, '2024-11-01 00:00:00', '', '4200', 0, '2024-01-01 15:18:43', '2024-01-01 15:18:43'),
(321184, 2617, '2024-11-01 00:00:00', NULL, '2024-11-01 00:00:00', '', '7200', 0, '2024-01-01 15:21:43', '2024-01-01 15:21:43'),
(321185, 2618, '2024-11-01 00:00:00', NULL, '2024-11-01 00:00:00', '', '7200', 0, '2024-01-01 15:24:48', '2024-01-01 15:24:48'),
(321186, 2619, '2024-11-01 00:00:00', NULL, '2024-11-01 00:00:00', '', '150', 0, '2024-01-01 16:01:43', '2024-01-01 16:01:43'),
(321187, 2620, '2024-11-01 00:00:00', NULL, '2024-11-01 00:00:00', '', '3600', 0, '2024-01-01 16:06:33', '2024-01-01 16:06:33'),
(321188, 2621, '2024-11-01 00:00:00', NULL, '2024-11-01 00:00:00', '', '3300', 0, '2024-01-01 16:10:05', '2024-01-01 16:10:05'),
(321189, 2622, '2024-11-01 00:00:00', NULL, '2024-11-01 00:00:00', '', '0', 0, '2024-01-01 16:34:10', '2024-01-01 16:34:10'),
(321190, 2623, '2024-11-01 00:00:00', NULL, '2024-11-01 00:00:00', '', '4000', 0, '2024-01-01 16:37:09', '2024-01-01 16:37:09'),
(321191, 2624, '2024-11-01 00:00:00', NULL, '2024-11-01 00:00:00', '', '3600', 0, '2024-01-01 16:44:26', '2024-01-01 16:44:26'),
(321192, 2625, '2024-11-01 00:00:00', NULL, '2024-11-01 00:00:00', '', '3600', 0, '2024-01-02 10:41:28', '2024-01-02 10:41:28'),
(321193, 2626, '2024-11-01 00:00:00', NULL, '2024-11-01 00:00:00', '', '3600', 0, '2024-01-02 10:44:49', '2024-01-02 10:44:49'),
(321194, 2627, '2024-11-01 00:00:00', NULL, '2024-11-01 00:00:00', '', '3600', 0, '2024-01-02 10:52:02', '2024-01-02 10:52:02'),
(321195, 2628, '2024-11-01 00:00:00', NULL, '2024-11-01 00:00:00', '', '10400', 0, '2024-01-02 10:55:54', '2024-01-02 10:55:54'),
(321196, 2629, '2024-11-01 00:00:00', NULL, '2024-11-01 00:00:00', '', '2400', 0, '2024-01-02 11:00:30', '2024-01-02 11:00:30'),
(321197, 2630, '2024-11-01 00:00:00', NULL, '2024-11-01 00:00:00', '', '3600', 0, '2024-01-02 11:10:25', '2024-01-02 11:10:25'),
(321198, 2631, '2024-11-01 00:00:00', NULL, '2024-11-01 00:00:00', '', '3000', 0, '2024-01-02 11:15:25', '2024-01-02 11:15:25'),
(321199, 2632, '2024-11-01 00:00:00', NULL, '2024-11-01 00:00:00', '', '3600', 0, '2024-01-02 11:25:38', '2024-01-02 11:25:38'),
(321200, 2633, '2024-11-01 00:00:00', NULL, '2024-11-01 00:00:00', '', '5200', 0, '2024-01-02 11:29:23', '2024-01-02 11:29:23'),
(321201, 2634, '2024-11-01 00:00:00', NULL, '2024-11-01 00:00:00', '', '3500', 0, '2024-01-02 12:21:02', '2024-01-02 12:21:02'),
(321202, 2635, '2024-11-01 00:00:00', NULL, '2024-11-01 00:00:00', '', '3600', 0, '2024-01-02 12:31:49', '2024-01-02 12:31:49'),
(321203, 2636, '2024-11-01 00:00:00', NULL, '2024-11-01 00:00:00', '', '87500', 0, '2024-01-02 12:36:50', '2024-01-02 12:36:50'),
(321204, 2637, '2024-11-01 00:00:00', NULL, '2024-11-01 00:00:00', '', '2600', 0, '2024-01-02 13:27:42', '2024-01-02 13:27:42'),
(321205, 2638, '2024-11-01 00:00:00', NULL, '2024-11-01 00:00:00', '', '3600', 0, '2024-01-03 11:01:29', '2024-01-03 11:01:29'),
(321206, 2639, '2024-11-01 00:00:00', NULL, '2024-11-01 00:00:00', '', '2600', 0, '2024-01-03 11:10:01', '2024-01-03 11:10:01'),
(321207, 2640, '2024-11-01 00:00:00', NULL, '2024-11-01 00:00:00', '', '0', 0, '2024-01-03 11:19:45', '2024-01-03 11:19:45'),
(321208, 2641, '2024-11-01 00:00:00', NULL, '2024-11-01 00:00:00', '', '2600', 0, '2024-01-03 11:24:09', '2024-01-03 11:24:09'),
(321209, 2642, '2024-11-01 00:00:00', NULL, '2024-11-01 00:00:00', '', '7200', 0, '2024-01-03 11:30:22', '2024-01-03 11:30:22'),
(321210, 2643, '2024-11-01 00:00:00', NULL, '2024-11-01 00:00:00', '', '3600', 0, '2024-01-03 11:35:38', '2024-01-03 11:35:38'),
(321211, 2644, '2024-11-01 00:00:00', NULL, '2024-11-01 00:00:00', '', '3400', 0, '2024-01-03 11:39:45', '2024-01-03 11:39:45'),
(321212, 2645, '2024-11-01 00:00:00', NULL, '2024-11-01 00:00:00', '', '2600', 0, '2024-01-03 11:43:19', '2024-01-03 11:43:19'),
(321213, 2646, '2024-11-01 00:00:00', NULL, '2024-11-01 00:00:00', '', '3400', 0, '2024-01-03 11:46:46', '2024-01-03 11:46:46'),
(321214, 2647, '2024-11-01 00:00:00', NULL, '2024-11-01 00:00:00', '', '3400', 0, '2024-01-03 11:51:30', '2024-01-03 11:51:30'),
(321215, 2648, '2024-11-01 00:00:00', NULL, '2024-11-01 00:00:00', '', '4500', 0, '2024-01-03 12:01:10', '2024-01-03 12:01:10'),
(321216, 2649, '2024-12-01 00:00:00', NULL, '2024-12-01 00:00:00', '', '3600', 0, '2024-01-03 12:13:31', '2024-01-03 12:13:31'),
(321217, 2650, '2024-12-01 00:00:00', NULL, '2024-12-01 00:00:00', '', '3600', 0, '2024-01-03 12:22:26', '2024-01-03 12:22:26'),
(321218, 2651, '2024-12-01 00:00:00', NULL, '2024-12-01 00:00:00', '', '3500', 0, '2024-01-03 12:25:59', '2024-01-03 12:25:59'),
(321219, 2652, '2024-12-01 00:00:00', NULL, '2024-12-01 00:00:00', '', '3600', 0, '2024-01-03 13:15:20', '2024-01-03 13:15:20'),
(321220, 2653, '2024-12-01 00:00:00', NULL, '2024-12-01 00:00:00', '', '3600', 0, '2024-01-03 13:18:57', '2024-01-03 13:18:57'),
(321221, 2654, '2024-12-01 00:00:00', NULL, '2024-12-01 00:00:00', '', '3400', 0, '2024-01-03 13:24:19', '2024-01-03 13:24:19'),
(321222, 2655, '2024-12-01 00:00:00', NULL, '2024-12-01 00:00:00', '', '3601', 0, '2024-01-03 13:35:20', '2024-01-03 13:35:20'),
(321223, 2656, '2024-12-01 00:00:00', NULL, '2024-12-01 00:00:00', '', '2400', 0, '2024-01-03 13:37:52', '2024-01-03 13:37:52'),
(321224, 2657, '2024-12-01 00:00:00', NULL, '2024-12-01 00:00:00', '', '3300', 0, '2024-01-03 13:44:26', '2024-01-03 13:44:26'),
(321225, 2658, '2024-12-01 00:00:00', NULL, '2024-12-01 00:00:00', '', '2400', 0, '2024-01-03 13:51:39', '2024-01-03 13:51:39'),
(321226, 2659, '2024-12-01 00:00:00', NULL, '2024-12-01 00:00:00', '', '2400', 0, '2024-01-03 13:55:06', '2024-01-03 13:55:06'),
(321227, 2660, '2024-12-01 00:00:00', NULL, '2024-12-01 00:00:00', '', '3600', 0, '2024-01-03 13:59:54', '2024-01-03 13:59:54'),
(321228, 2661, '2024-12-01 00:00:00', NULL, '2024-12-01 00:00:00', '', '3600', 0, '2024-01-03 14:03:37', '2024-01-03 14:03:37'),
(321229, 2662, '2024-12-01 00:00:00', NULL, '2024-12-01 00:00:00', '', '3300', 0, '2024-01-03 14:08:27', '2024-01-03 14:08:27'),
(321230, 2663, '2024-12-01 00:00:00', NULL, '2024-12-01 00:00:00', '', '7200', 0, '2024-01-03 14:18:54', '2024-01-03 14:18:54'),
(321231, 2664, '2024-12-01 00:00:00', NULL, '2024-12-01 00:00:00', '', '2400', 0, '2024-01-03 14:26:34', '2024-01-03 14:26:34'),
(321232, 2665, '2024-01-01 00:00:00', NULL, NULL, '', '0', 0, '2024-01-08 21:46:15', '2024-01-08 21:46:15'),
(321233, 2666, '2024-12-01 00:00:00', NULL, NULL, '', '0', 0, '2024-01-08 22:01:16', '2024-01-08 22:01:16'),
(321234, 2667, '2024-01-01 00:00:00', NULL, NULL, '', '1200', 0, '2024-01-08 23:11:13', '2024-01-08 23:11:13'),
(321235, 2668, '2024-01-01 00:00:00', NULL, NULL, '', '0', 0, '2024-01-08 23:43:10', '2024-01-08 23:43:10'),
(321236, 2669, '2024-01-01 00:00:00', NULL, NULL, '', '400', 0, '2024-01-08 23:47:29', '2024-01-08 23:47:29'),
(321237, 2670, '2024-01-01 00:00:00', NULL, NULL, '', '500', 0, '2024-01-09 00:00:52', '2024-01-09 00:00:52'),
(321238, 2671, '2024-01-01 00:00:00', NULL, NULL, '', '0', 0, '2024-01-09 00:09:54', '2024-01-09 00:09:54'),
(321239, 2672, '2024-01-01 00:00:00', NULL, NULL, '', '300', 0, '2024-01-09 00:15:39', '2024-01-09 00:15:39'),
(321240, 2673, '2024-01-01 00:00:00', NULL, NULL, '', '0', 0, '2024-01-09 00:23:13', '2024-01-09 00:23:13'),
(321241, 2674, '2024-01-01 00:00:00', NULL, NULL, '', '400', 0, '2024-01-09 00:28:25', '2024-01-09 00:28:25'),
(321242, 2675, '2024-01-01 00:00:00', NULL, NULL, '', '400', 0, '2024-01-09 00:32:38', '2024-01-09 00:32:38'),
(321243, 2676, '2024-01-01 00:00:00', NULL, NULL, '', '0', 0, '2024-01-09 00:37:34', '2024-01-09 00:37:34'),
(321244, 2677, '2024-01-01 00:00:00', NULL, NULL, '', '0', 0, '2024-01-09 00:41:29', '2024-01-09 00:41:29'),
(321245, 2678, '2024-01-01 00:00:00', NULL, NULL, '', '300', 0, '2024-01-09 17:45:04', '2024-01-09 17:45:04'),
(321246, 2679, '2024-01-01 00:00:00', NULL, NULL, '', '0', 0, '2024-01-09 17:49:18', '2024-01-09 17:49:18'),
(321247, 2680, '2024-01-01 00:00:00', NULL, NULL, '', '0', 0, '2024-01-09 17:55:27', '2024-01-09 17:55:27'),
(321248, 2681, '2024-01-01 00:00:00', NULL, NULL, '', '0', 0, '2024-01-09 18:01:48', '2024-01-09 18:01:48'),
(321249, 2682, '2024-02-01 00:00:00', '300', '2024-02-01 00:00:00', '', '0', 1, '2024-01-12 16:21:14', '2024-02-03 13:42:10'),
(321250, 2683, '2024-02-01 00:00:00', '350', '2024-02-01 00:00:00', '', '0', 1, '2024-01-12 16:31:41', '2024-03-07 16:16:23'),
(321251, 2684, '2024-02-01 00:00:00', NULL, '2024-02-01 00:00:00', '', '300', 0, '2024-01-12 16:37:24', '2024-01-12 16:37:24'),
(321252, 2685, '2024-02-01 00:00:00', NULL, '2024-02-01 00:00:00', '', '300', 0, '2024-01-12 16:41:31', '2024-01-12 16:41:31'),
(321253, 2686, '2024-02-01 00:00:00', NULL, '2024-02-01 00:00:00', '', '300', 0, '2024-01-12 16:45:40', '2024-01-12 16:45:40'),
(321254, 2687, '2024-02-01 00:00:00', '350', '2024-02-01 00:00:00', '', '0', 1, '2024-01-12 16:51:48', '2024-02-17 14:55:00'),
(321255, 2688, '2024-02-01 00:00:00', NULL, '2024-02-01 00:00:00', '', '300', 0, '2024-01-12 16:54:32', '2024-01-12 16:54:32'),
(321256, 2689, '2024-02-01 00:00:00', '300', '2024-02-01 00:00:00', '', '0', 1, '2024-01-12 16:58:30', '2024-03-21 12:44:25'),
(321257, 2690, '2024-02-01 00:00:00', NULL, '2024-02-01 00:00:00', '', '293', 0, '2024-01-12 17:05:19', '2024-01-12 17:05:19'),
(321258, 2691, '2024-02-01 00:00:00', NULL, '2024-02-01 00:00:00', '', '300', 0, '2024-01-12 17:09:16', '2024-01-12 17:09:16'),
(321259, 2692, '2024-02-01 00:00:00', NULL, '2024-02-01 00:00:00', '', '300', 0, '2024-01-12 17:11:31', '2024-01-12 17:11:31'),
(321260, 2693, '2024-02-01 00:00:00', NULL, '2024-02-01 00:00:00', '', '300', 0, '2024-01-12 17:23:38', '2024-01-12 17:23:38'),
(321261, 2694, '2024-02-01 00:00:00', NULL, '2024-02-01 00:00:00', '', '300', 0, '2024-01-12 17:26:51', '2024-01-12 17:26:51'),
(321262, 2695, '2024-12-01 00:00:00', NULL, '2024-12-01 00:00:00', '', '3600', 0, '2024-01-12 18:59:10', '2024-01-12 18:59:10'),
(321263, 2696, '2024-12-01 00:00:00', NULL, '2024-12-01 00:00:00', '', '300', 0, '2024-01-12 19:22:33', '2024-01-12 19:22:33'),
(321264, 2697, '2024-12-01 00:00:00', NULL, '2024-12-01 00:00:00', '', '4700', 0, '2024-01-12 19:34:59', '2024-01-12 19:34:59'),
(321265, 2698, '2024-12-01 00:00:00', NULL, '2024-12-01 00:00:00', '', '2400', 0, '2024-01-12 19:40:31', '2024-01-12 19:40:31'),
(321266, 2699, '2024-12-01 00:00:00', NULL, '2024-12-01 00:00:00', '', '7500', 0, '2024-01-12 20:07:24', '2024-01-12 20:07:24'),
(321267, 2700, '2024-12-01 00:00:00', NULL, '2024-12-01 00:00:00', '', '2400', 0, '2024-01-12 20:10:55', '2024-01-12 20:10:55'),
(321268, 2701, '2024-12-01 00:00:00', NULL, '2024-12-01 00:00:00', '', '4800', 0, '2024-01-12 20:16:51', '2024-01-12 20:16:51'),
(321269, 2702, '2024-12-01 00:00:00', NULL, '2024-12-01 00:00:00', '', '0', 0, '2024-01-12 20:30:21', '2024-01-12 20:30:21'),
(321270, 2703, '2024-12-01 00:00:00', NULL, '2024-12-01 00:00:00', '', '3600', 0, '2024-01-12 20:34:03', '2024-01-12 20:34:03'),
(321271, 2704, '2024-12-01 00:00:00', NULL, '2024-12-01 00:00:00', '', '3200', 0, '2024-01-12 20:37:42', '2024-01-12 20:37:42'),
(321272, 2705, '2024-12-01 00:00:00', NULL, '2024-12-01 00:00:00', '', '3500', 0, '2024-01-12 20:50:52', '2024-01-12 20:50:52'),
(321273, 2706, '2024-12-01 00:00:00', NULL, '2024-12-01 00:00:00', '', '2000', 0, '2024-01-12 20:59:25', '2024-01-12 20:59:25'),
(321274, 2707, '2024-12-01 00:00:00', NULL, '2024-12-01 00:00:00', '', '0', 0, '2024-01-12 21:37:11', '2024-01-12 21:37:11'),
(321275, 2708, '2024-12-01 00:00:00', NULL, '2024-12-01 00:00:00', '', '3600', 0, '2024-01-12 21:40:10', '2024-01-12 21:40:10'),
(321276, 2709, '2024-12-01 00:00:00', NULL, '2024-12-01 00:00:00', '', '100', 0, '2024-01-12 21:45:19', '2024-01-12 21:45:19'),
(321277, 2710, '2024-12-01 00:00:00', NULL, '2024-12-01 00:00:00', '', '2600', 0, '2024-01-12 21:48:14', '2024-01-12 21:48:14'),
(321278, 2711, '2024-12-01 00:00:00', NULL, '2024-12-01 00:00:00', '', '3000', 0, '2024-01-12 22:06:54', '2024-01-12 22:06:54'),
(321279, 2712, '2024-11-01 00:00:00', NULL, NULL, '', '3200', 0, '2024-01-12 22:13:22', '2024-01-12 22:13:22'),
(321280, 2712, '2025-11-01 00:00:00', NULL, NULL, '', '3200', 0, '2024-01-12 22:13:22', '2024-01-12 22:13:22'),
(321281, 2712, '2026-11-01 00:00:00', NULL, NULL, '', '3200', 0, '2024-01-12 22:13:22', '2024-01-12 22:13:22'),
(321282, 2713, '2024-12-01 00:00:00', NULL, '2024-12-01 00:00:00', '', '2600', 0, '2024-01-12 22:19:28', '2024-01-12 22:19:28'),
(321283, 2714, '2024-12-01 00:00:00', NULL, '2024-12-01 00:00:00', '', '3500', 0, '2024-01-12 22:25:57', '2024-01-12 22:25:57'),
(321284, 2715, '2024-01-01 00:00:00', '169', NULL, '', '0', 1, '2024-01-12 22:32:15', '2024-02-10 15:28:19'),
(321285, 2716, '2024-12-01 00:00:00', NULL, '2024-12-01 00:00:00', '', '5000', 0, '2024-01-12 23:24:12', '2024-01-12 23:24:12'),
(321286, 2717, '2024-12-01 00:00:00', NULL, '2024-12-01 00:00:00', '', '4200', 0, '2024-01-12 23:29:07', '2024-01-12 23:29:07'),
(321287, 2718, '2024-12-01 00:00:00', NULL, '2024-12-01 00:00:00', '', '3600', 0, '2024-01-12 23:59:13', '2024-01-12 23:59:13'),
(321288, 2719, '2024-12-01 00:00:00', NULL, '2024-12-01 00:00:00', '', '2600', 0, '2024-01-13 00:01:55', '2024-01-13 00:01:55'),
(321289, 2720, '2024-12-01 00:00:00', NULL, '2024-12-01 00:00:00', '', '4200', 0, '2024-01-13 00:10:27', '2024-01-13 00:10:27'),
(321290, 2721, '2024-12-01 00:00:00', NULL, '2024-12-01 00:00:00', '', '2600', 0, '2024-01-13 00:13:34', '2024-01-13 00:13:34'),
(321291, 2722, '2024-12-01 00:00:00', NULL, '2024-12-01 00:00:00', '', '2600', 0, '2024-01-13 00:22:47', '2024-01-13 00:22:47'),
(321292, 2723, '2024-12-01 00:00:00', NULL, '2024-12-01 00:00:00', '', '300', 0, '2024-01-13 00:25:24', '2024-01-13 00:25:24'),
(321293, 2724, '2024-12-01 00:00:00', NULL, '2024-12-01 00:00:00', '', '4200', 0, '2024-01-13 00:27:51', '2024-01-13 00:27:51'),
(321294, 2725, '2024-12-01 00:00:00', NULL, '2024-12-01 00:00:00', '', '4400', 0, '2024-01-13 00:30:35', '2024-01-13 00:30:35'),
(321295, 2726, '2024-12-01 00:00:00', NULL, '2024-12-01 00:00:00', '', '2600', 0, '2024-01-13 00:33:42', '2024-01-13 00:33:42'),
(321296, 2727, '2024-12-01 00:00:00', NULL, '2024-12-01 00:00:00', '', '2600', 0, '2024-01-13 00:36:28', '2024-01-13 00:36:28'),
(321297, 2728, '2024-12-01 00:00:00', NULL, '2024-12-01 00:00:00', '', '2600', 0, '2024-01-13 00:39:00', '2024-01-13 00:39:00'),
(321298, 2729, '2024-12-01 00:00:00', NULL, '2024-12-01 00:00:00', '', '7500', 0, '2024-01-13 00:42:44', '2024-01-13 00:42:44'),
(321299, 2730, '2024-12-01 00:00:00', NULL, '2024-12-01 00:00:00', '', '2000', 0, '2024-01-13 00:46:50', '2024-01-13 00:46:50'),
(321300, 2731, '2024-12-01 00:00:00', NULL, '2024-12-01 00:00:00', '', '0', 0, '2024-01-13 00:53:21', '2024-01-13 00:53:21'),
(321301, 2732, '2024-12-01 00:00:00', NULL, '2024-12-01 00:00:00', '', '2500', 0, '2024-01-13 00:57:33', '2024-01-13 00:57:33'),
(321302, 2733, '2024-12-01 00:00:00', NULL, '2024-12-01 00:00:00', '', '4000', 0, '2024-01-13 01:00:20', '2024-01-13 01:00:20'),
(321303, 2734, '2024-12-01 00:00:00', NULL, '2024-12-01 00:00:00', '', '4000', 0, '2024-01-13 10:06:16', '2024-01-13 10:06:16'),
(321304, 2735, '2024-12-01 00:00:00', NULL, '2024-12-01 00:00:00', '', '2600', 0, '2024-01-13 10:09:27', '2024-01-13 10:09:27'),
(321305, 2736, '2024-12-01 00:00:00', NULL, '2024-12-01 00:00:00', '', '2400', 0, '2024-01-13 10:12:52', '2024-01-13 10:12:52'),
(321306, 2737, '2024-12-01 00:00:00', NULL, '2024-12-01 00:00:00', '', '300', 0, '2024-01-13 10:17:34', '2024-01-13 10:17:34'),
(321307, 2738, '2024-01-01 00:00:00', NULL, NULL, '', '600', 0, '2024-01-13 10:27:17', '2024-01-13 10:27:17'),
(321308, 2739, '2024-12-01 00:00:00', NULL, '2024-12-01 00:00:00', '', '2600', 0, '2024-01-13 10:32:10', '2024-01-13 10:32:10'),
(321309, 2740, '2024-12-01 00:00:00', NULL, '2024-12-01 00:00:00', '', '4250', 0, '2024-01-13 10:35:45', '2024-01-13 10:35:45'),
(321310, 2741, '2024-12-01 00:00:00', NULL, '2024-12-01 00:00:00', '', '4200', 0, '2024-01-13 10:39:13', '2024-01-13 10:39:13'),
(321311, 2742, '2024-12-01 00:00:00', NULL, '2024-12-01 00:00:00', '', '3600', 0, '2024-01-13 10:57:27', '2024-01-13 10:57:27'),
(321312, 2743, '2024-12-01 00:00:00', NULL, '2024-12-01 00:00:00', '', '4000', 0, '2024-01-13 11:00:24', '2024-01-13 11:00:24'),
(321313, 2744, '2024-12-01 00:00:00', NULL, '2024-12-01 00:00:00', '', '3400', 0, '2024-01-13 11:03:33', '2024-01-13 11:03:33'),
(321314, 2745, '2024-12-01 00:00:00', NULL, '2024-12-01 00:00:00', '', '4000', 0, '2024-01-13 11:06:36', '2024-01-13 11:06:36'),
(321315, 2746, '2024-12-01 00:00:00', NULL, '2024-12-01 00:00:00', '', '3000', 0, '2024-01-13 11:18:37', '2024-01-13 11:18:37'),
(321316, 2747, '2024-12-01 00:00:00', NULL, '2024-12-01 00:00:00', '', '3600', 0, '2024-01-13 11:27:14', '2024-01-13 11:27:14'),
(321317, 2748, '2024-12-01 00:00:00', NULL, '2024-12-01 00:00:00', '', '3600', 0, '2024-01-13 11:39:51', '2024-01-13 11:39:51'),
(321318, 2749, '2024-12-01 00:00:00', NULL, '2024-12-01 00:00:00', '', '3600', 0, '2024-01-13 11:41:41', '2024-01-13 11:41:41'),
(321319, 2750, '2024-10-01 00:00:00', NULL, '2024-10-01 00:00:00', '', '2700', 0, '2024-01-14 11:17:34', '2024-01-14 11:17:34'),
(321320, 2751, '2024-10-01 00:00:00', NULL, '2024-10-01 00:00:00', '', '3850', 0, '2024-01-14 11:29:44', '2024-01-14 11:29:44'),
(321321, 2752, '2024-12-01 00:00:00', NULL, '2024-12-01 00:00:00', '', '11000', 0, '2024-01-14 11:46:53', '2024-01-14 11:46:53'),
(321322, 2753, '2024-12-01 00:00:00', NULL, '2024-12-01 00:00:00', '', '4000', 0, '2024-01-14 16:50:41', '2024-01-14 16:50:41'),
(321323, 2754, '2024-01-01 00:00:00', NULL, NULL, '', '600', 0, '2024-01-14 16:59:37', '2024-01-14 16:59:37'),
(321324, 2755, '2024-12-01 00:00:00', NULL, NULL, '', '5500', 0, '2024-01-14 17:08:25', '2024-01-14 17:08:25'),
(321325, 2756, '2024-02-01 00:00:00', NULL, '2024-02-01 00:00:00', '', '7000', 0, '2024-01-14 17:19:17', '2024-01-14 17:19:17'),
(321326, 2757, '2024-02-01 00:00:00', NULL, '2024-02-01 00:00:00', '', '3300', 0, '2024-01-14 17:28:49', '2024-01-14 17:28:49'),
(321327, 2758, '2024-03-01 00:00:00', NULL, '2024-03-01 00:00:00', '', '3200', 0, '2024-01-15 10:51:20', '2024-01-15 10:51:20'),
(321328, 2759, '2024-04-01 00:00:00', NULL, '2024-04-01 00:00:00', '', '7200', 0, '2024-01-15 11:01:30', '2024-01-15 11:01:30'),
(321329, 2760, '2024-06-01 00:00:00', NULL, '2024-06-01 00:00:00', '', '2500', 0, '2024-01-15 11:16:04', '2024-01-15 11:16:04'),
(321330, 2761, '2024-07-01 00:00:00', NULL, '2024-07-01 00:00:00', '', '4000', 0, '2024-01-15 11:25:53', '2024-01-15 11:25:53'),
(321331, 2762, '2024-08-01 00:00:00', NULL, '2024-08-01 00:00:00', '', '8000', 0, '2024-01-15 11:49:09', '2024-01-15 11:49:09'),
(321332, 2763, '2024-08-01 00:00:00', NULL, '2024-08-01 00:00:00', '', '3600', 0, '2024-01-15 12:14:21', '2024-01-15 12:14:21'),
(321333, 2764, '2024-08-01 00:00:00', NULL, '2024-08-01 00:00:00', '', '2400', 0, '2024-01-15 16:18:16', '2024-01-15 16:18:16'),
(321334, 2765, '2024-08-01 00:00:00', NULL, '2024-08-01 00:00:00', '', '3000', 0, '2024-01-16 10:54:24', '2024-01-16 10:54:24'),
(321335, 2766, '2024-09-01 00:00:00', NULL, '2024-09-01 00:00:00', '', '7120', 0, '2024-01-16 17:32:08', '2024-01-16 17:32:08'),
(321336, 2767, '2024-09-01 00:00:00', NULL, '2024-09-01 00:00:00', '', '3400', 0, '2024-01-16 17:39:35', '2024-01-16 17:39:35'),
(321337, 2768, '2024-11-01 00:00:00', NULL, '2024-11-01 00:00:00', '', '4158', 0, '2024-01-16 17:51:56', '2024-01-16 17:51:56'),
(321338, 2769, '2024-11-01 00:00:00', NULL, '2024-11-01 00:00:00', '', '0', 0, '2024-01-16 17:55:22', '2024-01-16 17:55:22'),
(321339, 2770, '2024-11-01 00:00:00', NULL, '2024-11-01 00:00:00', '', '350', 0, '2024-01-16 18:04:45', '2024-01-16 18:04:45'),
(321340, 2771, '2024-11-01 00:00:00', NULL, '2024-11-01 00:00:00', '', '4200', 0, '2024-01-17 10:43:55', '2024-01-17 10:43:55'),
(321341, 2772, '2024-12-01 00:00:00', NULL, '2024-12-01 00:00:00', '', '3700', 0, '2024-01-17 11:03:16', '2024-01-17 11:03:16'),
(321342, 2773, '2024-12-01 00:00:00', NULL, '2024-12-01 00:00:00', '', '5600', 0, '2024-01-17 11:45:22', '2024-01-17 11:45:22'),
(321343, 2774, '2024-12-01 00:00:00', NULL, '2024-12-01 00:00:00', '', '0', 0, '2024-01-17 12:18:11', '2024-01-17 12:18:11'),
(321344, 2775, '2024-01-01 00:00:00', '50', NULL, '', '0', 1, '2024-01-18 17:35:18', '2024-01-20 19:03:13'),
(321345, 2776, '2025-01-01 00:00:00', NULL, '2025-01-01 00:00:00', '', '2500', 0, '2024-01-23 16:35:59', '2024-01-23 16:35:59'),
(321346, 2777, '2025-01-01 00:00:00', NULL, '2025-01-01 00:00:00', '', '4200', 0, '2024-01-23 16:38:42', '2024-01-23 16:38:42'),
(321347, 2778, '2025-01-01 00:00:00', NULL, '2025-01-01 00:00:00', '', '4200', 0, '2024-01-23 16:48:29', '2024-01-23 16:48:29'),
(321348, 2779, '2025-01-01 00:00:00', NULL, '2025-01-01 00:00:00', '', '3000', 0, '2024-01-23 16:56:10', '2024-01-23 16:56:10'),
(321349, 2780, '2025-01-01 00:00:00', NULL, '2025-01-01 00:00:00', '', '300', 0, '2024-01-23 17:00:02', '2024-01-23 17:00:02'),
(321350, 2781, '2025-01-01 00:00:00', NULL, '2025-01-01 00:00:00', '', '350', 0, '2024-01-23 17:04:28', '2024-01-23 17:04:28'),
(321351, 2782, '2025-01-01 00:00:00', NULL, '2025-01-01 00:00:00', '', '3300', 0, '2024-01-23 17:10:21', '2024-01-23 17:10:21'),
(321352, 2783, '2024-02-01 00:00:00', '400', '2024-02-01 00:00:00', '', '0', 1, '2024-01-31 15:44:22', '2024-02-03 15:38:49'),
(321353, 2784, '2024-02-01 00:00:00', '200', '2024-02-01 00:00:00', '', '0', 1, '2024-01-31 15:51:54', '2024-01-31 15:52:52'),
(321354, 2785, '2024-01-01 00:00:00', NULL, NULL, '', '200', 0, '2024-01-31 15:53:32', '2024-01-31 15:53:32'),
(321355, 2786, '2024-05-01 00:00:00', NULL, '2024-05-01 00:00:00', '', '300', 0, '2024-01-31 16:02:05', '2024-01-31 16:02:05'),
(321356, 2787, '2024-02-01 00:00:00', '400', '2024-02-01 00:00:00', '', '0', 1, '2024-01-31 16:09:22', '2024-02-25 11:17:06'),
(321357, 2788, '2024-09-01 00:00:00', NULL, '2024-09-01 00:00:00', '', '3000', 0, '2024-01-31 16:10:48', '2024-01-31 16:10:48'),
(321358, 2789, '2024-02-01 00:00:00', '300', '2024-02-01 00:00:00', '', '0', 1, '2024-01-31 16:11:36', '2024-03-07 11:29:34'),
(321359, 2790, '2024-02-01 00:00:00', '334', '2024-02-01 00:00:00', '', '0', 1, '2024-01-31 16:15:56', '2024-01-31 16:16:38'),
(321361, 2791, '2024-02-01 00:00:00', NULL, '2024-02-01 00:00:00', '', '334', 0, '2024-01-31 16:16:54', '2024-01-31 16:16:54'),
(321362, 2792, '2025-01-01 00:00:00', NULL, '2025-01-01 00:00:00', '', '0', 0, '2024-01-31 17:17:47', '2024-01-31 17:17:47'),
(321363, 2793, '2024-02-01 00:00:00', '300', NULL, '', '0', 1, '2024-02-01 17:09:11', '2024-02-01 17:09:24'),
(321364, 2794, '2023-11-01 00:00:00', '300', NULL, '', '0', 1, '2024-02-01 17:10:19', '2024-02-01 17:10:42'),
(321365, 2794, '2023-12-01 00:00:00', '300', NULL, '', '0', 1, '2024-02-01 17:10:19', '2024-02-01 17:10:42'),
(321366, 2794, '2024-01-01 00:00:00', '300', NULL, '', '0', 1, '2024-02-01 17:10:19', '2024-02-01 17:10:42'),
(321367, 2794, '2024-02-01 00:00:00', '300', NULL, '', '0', 1, '2024-02-01 17:10:19', '2024-04-07 10:04:22'),
(321369, 2795, '2023-12-01 00:00:00', '200', NULL, '', '0', 1, '2024-02-01 17:12:06', '2024-02-01 17:12:26'),
(321370, 2795, '2024-01-01 00:00:00', '200', NULL, '', '0', 1, '2024-02-01 17:12:06', '2024-03-18 12:27:36'),
(321371, 2795, '2024-02-01 00:00:00', '200', NULL, '', '0', 1, '2024-02-01 17:12:06', '2024-03-18 12:27:36'),
(321373, 2796, '2023-12-01 00:00:00', '200', NULL, '', '0', 1, '2024-02-01 17:13:12', '2024-02-01 17:13:23'),
(321374, 2796, '2024-01-01 00:00:00', '200', NULL, '', '0', 1, '2024-02-01 17:13:12', '2024-02-17 12:51:05'),
(321375, 2796, '2024-02-01 00:00:00', '200', NULL, '', '0', 1, '2024-02-01 17:13:12', '2024-04-08 13:06:02'),
(321377, 2797, '2024-01-01 00:00:00', '300', NULL, '', '0', 1, '2024-02-01 17:14:19', '2024-02-01 17:14:45'),
(321378, 2797, '2024-02-01 00:00:00', '300', NULL, '', '0', 1, '2024-02-01 17:14:19', '2024-02-29 12:21:34'),
(321380, 1775, '2024-01-01 00:00:00', '450', NULL, '', '0', 1, '2024-02-01 17:18:10', '2024-02-01 17:18:10'),
(321381, 2504, '2024-01-01 00:00:00', '150', NULL, '', '0', 1, '2024-02-01 17:20:02', '2024-02-01 17:20:02'),
(321382, 2798, '2024-01-01 00:00:00', '300', NULL, '', '0', 1, '2024-02-03 12:27:10', '2024-02-03 12:27:34'),
(321383, 2798, '2024-02-01 00:00:00', '300', NULL, '', '0', 1, '2024-02-03 12:27:10', '2024-02-29 16:59:02'),
(321385, 2799, '2023-12-01 00:00:00', '400', NULL, '', '0', 1, '2024-02-03 12:28:08', '2024-02-03 12:28:27'),
(321386, 2799, '2024-01-01 00:00:00', '400', NULL, '', '0', 1, '2024-02-03 12:28:08', '2024-02-03 12:28:27'),
(321387, 2799, '2024-02-01 00:00:00', '400', NULL, '', '0', 1, '2024-02-03 12:28:08', '2024-03-12 10:38:43'),
(321389, 2800, '2023-12-01 00:00:00', '250', NULL, '', '0', 1, '2024-02-03 12:30:35', '2024-02-03 12:30:55'),
(321390, 2800, '2024-01-01 00:00:00', '250', NULL, '', '0', 1, '2024-02-03 12:30:35', '2024-03-30 14:28:23'),
(321391, 2800, '2024-02-01 00:00:00', '250', NULL, '', '0', 1, '2024-02-03 12:30:35', '2024-03-30 14:28:23'),
(321393, 2801, '2024-01-01 00:00:00', '600', NULL, '', '0', 1, '2024-02-03 12:40:21', '2024-02-03 12:40:32'),
(321394, 2801, '2024-02-01 00:00:00', '600', NULL, '', '0', 1, '2024-02-03 12:40:21', '2024-02-29 17:08:10'),
(321396, 2802, '2024-01-01 00:00:00', '400', NULL, '', '0', 1, '2024-02-03 12:41:33', '2024-02-03 12:41:45'),
(321397, 2802, '2024-02-01 00:00:00', '400', NULL, '', '0', 1, '2024-02-03 12:41:33', '2024-02-03 12:41:45'),
(321399, 2803, '2024-01-01 00:00:00', '350', NULL, '', '0', 1, '2024-02-03 12:42:49', '2024-02-03 12:43:03'),
(321400, 2803, '2024-02-01 00:00:00', '350', NULL, '', '0', 1, '2024-02-03 12:42:49', '2024-02-03 12:43:03'),
(321402, 2804, '2024-02-01 00:00:00', '300', NULL, '', '0', 1, '2024-02-03 12:44:04', '2024-02-03 12:44:14'),
(321403, 2805, '2024-02-01 00:00:00', '350', NULL, '', '0', 1, '2024-02-03 12:45:17', '2024-02-03 12:45:30'),
(321404, 2805, '2024-03-01 00:00:00', '350', NULL, '', '0', 1, '2024-02-03 12:45:30', '2024-02-03 12:45:30'),
(321405, 2805, '2024-04-01 00:00:00', '350', NULL, '', '0', 1, '2024-02-03 12:45:30', '2024-02-03 12:45:30'),
(321406, 2805, '2024-05-01 00:00:00', '350', NULL, '', '0', 1, '2024-02-03 12:45:30', '2024-02-03 12:45:30'),
(321407, 2805, '2024-06-01 00:00:00', '350', NULL, '', '0', 1, '2024-02-03 12:45:30', '2024-02-03 12:45:30'),
(321408, 2805, '2024-07-01 00:00:00', '350', NULL, '', '0', 1, '2024-02-03 12:45:31', '2024-02-03 12:45:31'),
(321409, 2805, '2024-08-01 00:00:00', '350', NULL, '', '0', 1, '2024-02-03 12:45:31', '2024-02-03 12:45:31'),
(321410, 2805, '2024-09-01 00:00:00', '350', NULL, '', '0', 1, '2024-02-03 12:45:31', '2024-02-03 12:45:31'),
(321411, 2805, '2024-10-01 00:00:00', '350', NULL, '', '0', 1, '2024-02-03 12:45:31', '2024-02-03 12:45:31'),
(321412, 2805, '2024-11-01 00:00:00', '350', NULL, '', '0', 1, '2024-02-03 12:45:31', '2024-02-03 12:45:31'),
(321413, 2805, '2024-12-01 00:00:00', '350', NULL, '', '0', 1, '2024-02-03 12:45:31', '2024-02-03 12:45:31'),
(321414, 2805, '2025-01-01 00:00:00', '350', NULL, '', '0', 1, '2024-02-03 12:45:31', '2024-02-03 12:45:31'),
(321415, 2806, '2024-02-01 00:00:00', '350', NULL, '', '0', 1, '2024-02-03 13:17:17', '2024-02-03 13:17:27'),
(321416, 2807, '2023-12-01 00:00:00', '300', NULL, '', '0', 1, '2024-02-03 13:18:25', '2024-02-03 13:18:42'),
(321417, 2807, '2024-01-01 00:00:00', '300', NULL, '', '0', 1, '2024-02-03 13:18:25', '2024-02-03 13:18:42'),
(321418, 2807, '2024-02-01 00:00:00', '300', NULL, '', '0', 1, '2024-02-03 13:18:25', '2024-03-02 12:50:11'),
(321420, 2808, '2024-01-01 00:00:00', '350', NULL, '', '0', 1, '2024-02-03 13:30:01', '2024-02-03 13:30:52'),
(321423, 2809, '2024-01-01 00:00:00', '300', NULL, '', '0', 1, '2024-02-03 13:37:20', '2024-02-03 13:37:47'),
(321424, 2809, '2024-02-01 00:00:00', '300', NULL, '', '0', 1, '2024-02-03 13:37:20', '2024-02-24 14:17:13'),
(321426, 2810, '2023-12-01 00:00:00', '300', NULL, '', '0', 1, '2024-02-03 13:43:41', '2024-02-03 13:43:53'),
(321427, 2810, '2024-01-01 00:00:00', '300', NULL, '', '0', 1, '2024-02-03 13:43:41', '2024-02-03 13:43:53'),
(321428, 2810, '2024-02-01 00:00:00', NULL, NULL, '', '300', 0, '2024-02-03 13:43:41', '2024-02-03 13:43:41'),
(321430, 2811, '2024-01-01 00:00:00', '300', NULL, '', '0', 1, '2024-02-03 13:46:03', '2024-02-03 13:46:20'),
(321431, 2811, '2024-02-01 00:00:00', '300', NULL, '', '0', 1, '2024-02-03 13:46:03', '2024-04-17 11:27:29'),
(321433, 2812, '2024-01-01 00:00:00', '150', NULL, '', '0', 1, '2024-02-03 13:47:49', '2024-02-03 13:48:12'),
(321434, 2812, '2024-02-01 00:00:00', NULL, NULL, '', '150', 0, '2024-02-03 13:47:49', '2024-02-03 13:47:49'),
(321436, 1878, '2024-02-01 00:00:00', '350', NULL, '', '0', 1, '2024-02-03 14:49:59', '2024-02-03 14:49:59'),
(321437, 2813, '2023-10-01 00:00:00', '100', NULL, '', '0', 1, '2024-02-03 15:03:56', '2024-02-03 15:04:12'),
(321438, 2813, '2023-11-01 00:00:00', '100', NULL, '', '0', 1, '2024-02-03 15:03:56', '2024-02-03 15:04:12'),
(321439, 2813, '2023-12-01 00:00:00', '100', NULL, '', '0', 1, '2024-02-03 15:03:56', '2024-02-03 15:04:12'),
(321440, 2813, '2024-01-01 00:00:00', '100', NULL, '', '0', 1, '2024-02-03 15:03:56', '2024-02-03 15:04:12'),
(321441, 2813, '2024-02-01 00:00:00', '100', NULL, '', '0', 1, '2024-02-03 15:03:56', '2024-02-03 15:04:12'),
(321442, 2813, '2024-03-01 00:00:00', '100', NULL, '', '0', 1, '2024-02-03 15:03:56', '2024-02-03 15:04:12'),
(321443, 2813, '2024-04-01 00:00:00', '100', NULL, '', '0', 1, '2024-02-03 15:04:12', '2024-02-03 15:04:12'),
(321444, 2813, '2024-05-01 00:00:00', '100', NULL, '', '0', 1, '2024-02-03 15:04:12', '2024-02-03 15:04:12'),
(321445, 2814, '2024-01-01 00:00:00', '300', NULL, '', '0', 1, '2024-02-03 15:05:09', '2024-02-03 15:05:27'),
(321446, 2814, '2024-02-01 00:00:00', '300', NULL, '', '0', 1, '2024-02-03 15:05:09', '2024-03-24 11:45:57'),
(321448, 2815, '2024-02-01 00:00:00', '350', NULL, '', '0', 1, '2024-02-03 15:37:55', '2024-02-03 15:38:12'),
(321449, 2816, '2023-12-01 00:00:00', '300', NULL, '', '0', 1, '2024-02-03 15:41:06', '2024-02-03 15:41:21'),
(321450, 2816, '2024-01-01 00:00:00', '300', NULL, '', '0', 1, '2024-02-03 15:41:06', '2024-03-10 12:20:22'),
(321451, 2816, '2024-02-01 00:00:00', '300', NULL, '', '0', 1, '2024-02-03 15:41:06', '2024-04-18 12:52:48'),
(321453, 2817, '2024-02-01 00:00:00', '300', NULL, '', '0', 1, '2024-02-03 15:42:02', '2024-02-03 15:44:46'),
(321454, 1161, '2023-11-01 00:00:00', '1250', NULL, '', '0', 1, '2024-02-03 15:46:12', '2024-02-03 15:46:12'),
(321455, 1161, '2023-12-01 00:00:00', '0', NULL, '', '0', 1, '2024-02-03 15:46:51', '2024-02-03 15:46:51'),
(321456, 1161, '2024-01-01 00:00:00', '0', NULL, '', '0', 1, '2024-02-03 15:46:51', '2024-02-03 15:46:51'),
(321457, 2818, '2024-01-01 00:00:00', '600', NULL, '', '0', 1, '2024-02-03 15:48:23', '2024-02-03 15:48:51'),
(321458, 2818, '2024-02-01 00:00:00', '600', NULL, '', '0', 1, '2024-02-03 15:48:23', '2024-03-12 12:00:59'),
(321460, 2819, '2024-02-01 00:00:00', NULL, NULL, '', '400', 0, '2024-02-03 17:34:17', '2024-02-03 17:34:17'),
(321461, 2820, '2024-03-01 00:00:00', NULL, '2024-03-01 00:00:00', '', '300', 0, '2024-02-03 17:35:19', '2024-02-03 17:35:19'),
(321462, 2821, '2024-02-01 00:00:00', '500', NULL, '', '0', 1, '2024-02-03 17:36:01', '2024-03-11 16:24:48'),
(321463, 2822, '2024-05-01 00:00:00', '315', '2024-05-01 00:00:00', '', '0', 1, '2024-02-03 17:36:59', '2024-05-09 14:32:06'),
(321464, 2823, '2024-03-01 00:00:00', '350', '2024-03-01 00:00:00', '', '0', 1, '2024-02-03 17:39:52', '2024-03-30 13:16:19'),
(321465, 2452, '2023-04-01 00:00:00', '0', NULL, '', '0', 1, '2024-02-03 17:43:38', '2024-02-03 17:43:38'),
(321466, 2452, '2023-05-01 00:00:00', '0', NULL, '', '0', 1, '2024-02-03 17:43:38', '2024-02-03 17:43:38'),
(321467, 2452, '2023-06-01 00:00:00', '0', NULL, '', '0', 1, '2024-02-03 17:43:38', '2024-02-03 17:43:38'),
(321468, 2452, '2023-07-01 00:00:00', '0', NULL, '', '0', 1, '2024-02-03 17:43:38', '2024-02-03 17:43:38'),
(321469, 2452, '2023-08-01 00:00:00', '0', NULL, '', '0', 1, '2024-02-03 17:43:38', '2024-02-03 17:43:38'),
(321470, 2452, '2023-09-01 00:00:00', '0', NULL, '', '0', 1, '2024-02-03 17:43:38', '2024-02-03 17:43:38'),
(321471, 2452, '2023-10-01 00:00:00', '0', NULL, '', '0', 1, '2024-02-03 17:43:56', '2024-02-03 17:43:56'),
(321472, 2452, '2023-11-01 00:00:00', '0', NULL, '', '0', 1, '2024-02-03 17:43:56', '2024-02-03 17:43:56'),
(321473, 2452, '2023-12-01 00:00:00', '0', NULL, '', '0', 1, '2024-02-03 17:43:56', '2024-02-03 17:43:56'),
(321474, 2452, '2024-01-01 00:00:00', '0', NULL, '', '0', 1, '2024-02-03 17:43:56', '2024-02-03 17:43:56'),
(321478, 2824, '2024-02-01 00:00:00', '300', NULL, '', '0', 1, '2024-02-03 17:46:27', '2024-03-14 15:30:16'),
(321479, 2825, '2024-02-01 00:00:00', '400', NULL, '', '0', 1, '2024-02-03 17:51:43', '2024-02-03 17:51:56'),
(321480, 2826, '2024-02-01 00:00:00', '250', NULL, '', '0', 1, '2024-02-04 11:17:53', '2024-02-04 11:18:02'),
(321481, 2827, '2024-02-01 00:00:00', '300', NULL, '', '0', 1, '2024-02-04 11:21:51', '2024-02-04 11:22:08'),
(321482, 2828, '2024-03-01 00:00:00', '300', '2024-03-01 00:00:00', '', '0', 1, '2024-02-04 11:23:42', '2024-04-02 15:30:25'),
(321483, 2829, '2024-02-01 00:00:00', '300', NULL, '', '0', 1, '2024-02-04 11:24:17', '2024-03-14 13:04:32'),
(321484, 2830, '2024-01-01 00:00:00', '0', NULL, '', '0', 1, '2024-02-04 11:24:57', '2024-04-17 13:13:03');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(321485, 2830, '2024-02-01 00:00:00', '0', NULL, '', '0', 1, '2024-02-04 11:24:57', '2024-04-17 13:13:03'),
(321487, 2831, '2024-02-01 00:00:00', '300', NULL, '', '0', 1, '2024-02-04 11:26:31', '2024-02-08 16:00:58'),
(321488, 2832, '2024-02-01 00:00:00', '600', NULL, '', '0', 1, '2024-02-04 11:27:15', '2024-03-04 14:19:33'),
(321489, 2833, '2024-02-01 00:00:00', '300', NULL, '', '0', 1, '2024-02-04 11:27:42', '2024-06-01 13:06:33'),
(321490, 2834, '2023-12-01 00:00:00', '200', NULL, '', '0', 1, '2024-02-04 11:28:08', '2024-03-17 11:15:08'),
(321491, 2834, '2024-01-01 00:00:00', '200', NULL, '', '0', 1, '2024-02-04 11:28:08', '2024-03-17 11:15:08'),
(321492, 2834, '2024-02-01 00:00:00', '0', NULL, '', '0', 1, '2024-02-04 11:28:08', '2024-03-17 11:15:25'),
(321493, 2834, '2024-03-01 00:00:00', '0', NULL, '', '0', 1, '2024-02-04 11:28:08', '2024-03-17 11:15:25'),
(321494, 2835, '2024-03-01 00:00:00', NULL, '2024-03-01 00:00:00', '', '200', 0, '2024-02-04 11:28:43', '2024-02-04 11:28:43'),
(321495, 2836, '2024-04-01 00:00:00', '200', '2024-04-01 00:00:00', '', '0', 1, '2024-02-04 11:29:15', '2024-06-14 12:31:25'),
(321496, 2837, '2024-09-01 00:00:00', NULL, '2024-09-01 00:00:00', '', '600', 0, '2024-02-04 11:30:47', '2024-02-04 11:30:47'),
(321497, 2838, '2025-02-01 00:00:00', NULL, '2025-02-01 00:00:00', '', '3600', 0, '2024-02-04 11:31:54', '2024-02-04 11:31:54'),
(321498, 2839, '2024-03-01 00:00:00', '300', '2024-03-01 00:00:00', '', '0', 1, '2024-02-04 11:32:32', '2024-03-17 13:42:12'),
(321499, 2840, '2024-02-01 00:00:00', '350', NULL, '', '0', 1, '2024-02-04 11:32:58', '2024-02-25 11:22:11'),
(321500, 2841, '2024-02-01 00:00:00', NULL, NULL, '', '300', 0, '2024-02-04 11:33:41', '2024-02-04 11:33:41'),
(321501, 2842, '2024-02-01 00:00:00', '300', NULL, '', '0', 1, '2024-02-04 11:55:44', '2024-03-31 13:37:39'),
(321502, 2843, '2024-03-01 00:00:00', '350', '2024-03-01 00:00:00', '', '0', 1, '2024-02-04 11:56:12', '2024-04-01 14:35:46'),
(321503, 2844, '2024-02-01 00:00:00', NULL, NULL, '', '250', 0, '2024-02-04 11:56:50', '2024-02-04 11:56:50'),
(321504, 2845, '2023-12-01 00:00:00', '250', NULL, '', '0', 1, '2024-02-04 11:57:16', '2024-02-08 16:07:31'),
(321505, 2845, '2024-01-01 00:00:00', '250', NULL, '', '0', 1, '2024-02-04 11:57:16', '2024-02-08 16:07:31'),
(321506, 2845, '2024-02-01 00:00:00', '250', NULL, '', '0', 1, '2024-02-04 11:57:16', '2024-02-08 16:07:31'),
(321508, 2846, '2024-02-01 00:00:00', '300', NULL, '', '0', 1, '2024-02-04 11:57:39', '2024-03-06 18:08:45'),
(321509, 2847, '2024-02-01 00:00:00', '300', NULL, '', '0', 1, '2024-02-04 11:58:10', '2024-02-10 15:21:40'),
(321510, 2848, '2024-02-01 00:00:00', '400', NULL, '', '0', 1, '2024-02-04 12:00:14', '2024-03-02 16:06:58'),
(321511, 2849, '2024-02-01 00:00:00', '150', NULL, '', '0', 1, '2024-02-04 12:03:45', '2024-02-04 12:04:01'),
(321512, 2850, '2023-12-01 00:00:00', '300', NULL, '', '0', 1, '2024-02-04 12:10:33', '2024-02-04 12:10:47'),
(321513, 2850, '2024-01-01 00:00:00', '300', NULL, '', '0', 1, '2024-02-04 12:10:33', '2024-02-04 12:10:47'),
(321514, 2850, '2024-02-01 00:00:00', '300', NULL, '', '0', 1, '2024-02-04 12:10:33', '2024-02-04 12:10:47'),
(321515, 2850, '2024-03-01 00:00:00', '300', NULL, '', '0', 1, '2024-02-04 12:10:33', '2024-02-04 12:10:47'),
(321516, 2850, '2024-04-01 00:00:00', '300', NULL, '', '0', 1, '2024-02-04 12:10:47', '2024-02-04 12:10:47'),
(321517, 2850, '2024-05-01 00:00:00', '300', NULL, '', '0', 1, '2024-02-04 12:10:47', '2024-02-04 12:10:47'),
(321518, 2851, '2024-02-01 00:00:00', '200', NULL, '', '0', 1, '2024-02-04 12:11:54', '2024-02-17 12:43:44'),
(321519, 2852, '2024-02-01 00:00:00', '300', NULL, '', '0', 1, '2024-02-04 12:15:38', '2024-02-17 13:50:04'),
(321520, 2853, '2024-02-01 00:00:00', '300', NULL, '', '0', 1, '2024-02-04 12:15:57', '2024-02-11 15:25:50'),
(321521, 2854, '2024-02-01 00:00:00', '300', NULL, '', '0', 1, '2024-02-04 12:16:34', '2024-02-20 12:32:41'),
(321522, 2855, '2024-02-01 00:00:00', '300', NULL, '', '0', 1, '2024-02-04 12:24:42', '2024-03-11 13:01:38'),
(321523, 2856, '2024-02-01 00:00:00', '900', NULL, '', '0', 1, '2024-02-04 12:25:47', '2024-02-07 11:30:23'),
(321524, 2857, '2024-02-01 00:00:00', '350', NULL, '', '0', 1, '2024-02-04 12:43:25', '2024-02-08 15:51:07'),
(321525, 2858, '2024-01-01 00:00:00', '300', NULL, '', '0', 1, '2024-02-04 12:44:46', '2024-02-04 12:44:57'),
(321526, 2858, '2024-02-01 00:00:00', '300', NULL, '', '0', 1, '2024-02-04 12:44:46', '2024-02-04 12:44:57'),
(321528, 2859, '2024-02-01 00:00:00', '600', NULL, '', '0', 1, '2024-02-04 12:48:21', '2024-03-28 13:02:06'),
(321529, 2860, '2024-02-01 00:00:00', '300', NULL, '', '0', 1, '2024-02-04 12:49:03', '2024-03-04 17:56:41'),
(321530, 2861, '2024-01-01 00:00:00', '300', NULL, '', '0', 1, '2024-02-04 12:49:24', '2024-02-17 15:52:42'),
(321531, 2861, '2024-02-01 00:00:00', '300', NULL, '', '0', 1, '2024-02-04 12:49:24', '2024-02-17 15:52:42'),
(321533, 2862, '2024-02-01 00:00:00', '250', NULL, '', '0', 1, '2024-02-04 14:18:27', '2024-02-04 14:18:39'),
(321534, 2863, '2024-01-01 00:00:00', '300', NULL, '', '0', 1, '2024-02-04 14:30:06', '2024-02-17 12:44:40'),
(321535, 2863, '2024-02-01 00:00:00', '300', NULL, '', '0', 1, '2024-02-04 14:30:06', '2024-02-17 12:44:40'),
(321537, 2864, '2024-02-01 00:00:00', '350', NULL, '', '0', 1, '2024-02-04 14:31:15', '2024-03-24 14:00:26'),
(321538, 2865, '2024-02-01 00:00:00', '500', NULL, '', '0', 1, '2024-02-04 14:31:57', '2024-02-29 16:58:21'),
(321539, 2866, '2024-01-01 00:00:00', '200', NULL, '', '0', 1, '2024-02-04 16:19:55', '2024-02-05 14:29:00'),
(321540, 2866, '2024-02-01 00:00:00', '200', NULL, '', '0', 1, '2024-02-04 16:19:55', '2024-03-02 12:41:34'),
(321541, 2866, '2024-03-01 00:00:00', '200', NULL, '', '0', 1, '2024-02-04 16:19:55', '2024-03-30 13:21:06'),
(321542, 2867, '2024-02-01 00:00:00', '1200', NULL, '', '0', 1, '2024-02-04 16:43:59', '2024-03-16 12:41:43'),
(321543, 2868, '2025-01-01 00:00:00', NULL, '2025-01-01 00:00:00', '', '240', 0, '2024-02-04 16:57:11', '2024-02-04 16:57:11'),
(321544, 2869, '2024-02-01 00:00:00', '600', NULL, '', '0', 1, '2024-02-04 16:57:40', '2024-03-02 12:41:04'),
(321545, 2870, '2024-02-01 00:00:00', '500', NULL, '', '0', 1, '2024-02-04 16:58:39', '2024-02-27 16:27:56'),
(321546, 2871, '2024-02-01 00:00:00', '350', NULL, '', '0', 1, '2024-02-04 17:00:14', '2024-02-08 16:06:45'),
(321547, 2872, '2024-02-01 00:00:00', '900', NULL, '', '0', 1, '2024-02-04 17:00:37', '2024-03-24 14:06:30'),
(321548, 2873, '2023-11-01 00:00:00', '400', NULL, '', '0', 1, '2024-02-04 17:01:16', '2024-02-07 11:31:32'),
(321549, 2873, '2023-12-01 00:00:00', '400', NULL, '', '0', 1, '2024-02-04 17:01:16', '2024-02-07 11:31:32'),
(321550, 2873, '2024-01-01 00:00:00', '0', NULL, '', '0', 1, '2024-02-04 17:01:16', '2024-02-07 11:31:41'),
(321551, 2873, '2024-02-01 00:00:00', '400', NULL, '', '0', 1, '2024-02-04 17:01:16', '2024-03-31 13:41:07'),
(321553, 2874, '2023-12-01 00:00:00', '400', NULL, '', '0', 1, '2024-02-04 17:03:55', '2024-02-06 17:16:04'),
(321554, 2874, '2024-01-01 00:00:00', '400', NULL, '', '0', 1, '2024-02-04 17:03:55', '2024-02-06 17:16:04'),
(321555, 2874, '2024-02-01 00:00:00', '400', NULL, '', '0', 1, '2024-02-04 17:03:55', '2024-02-06 17:16:04'),
(321557, 2875, '2024-02-01 00:00:00', '300', NULL, '', '0', 1, '2024-02-04 17:04:24', '2024-03-03 16:53:24'),
(321558, 2876, '2024-02-01 00:00:00', NULL, NULL, '', '200', 0, '2024-02-04 17:06:25', '2024-02-04 17:06:25'),
(321559, 2877, '2024-02-01 00:00:00', '310', NULL, '', '0', 1, '2024-02-04 17:07:02', '2024-03-02 12:48:15'),
(321560, 2878, '2024-02-01 00:00:00', '150', NULL, '', '0', 1, '2024-02-04 17:07:40', '2024-03-31 13:33:49'),
(321561, 2879, '2024-02-01 00:00:00', '350', NULL, '', '0', 1, '2024-02-04 17:08:29', '2024-03-24 15:01:28'),
(321562, 2880, '2024-02-01 00:00:00', '300', NULL, '', '0', 1, '2024-02-04 17:10:39', '2024-04-06 15:53:47'),
(321563, 2881, '2023-12-01 00:00:00', '170', NULL, '', '0', 1, '2024-02-04 17:12:23', '2024-02-14 11:00:43'),
(321564, 2881, '2024-01-01 00:00:00', '170', NULL, '', '0', 1, '2024-02-04 17:12:23', '2024-02-14 11:00:43'),
(321565, 2881, '2024-02-01 00:00:00', '170', NULL, '', '0', 1, '2024-02-04 17:12:23', '2024-02-14 11:00:43'),
(321567, 2882, '2024-03-01 00:00:00', '0', '2024-03-01 00:00:00', '', '0', 1, '2024-02-04 17:13:19', '2024-04-17 16:48:08'),
(321568, 2883, '2024-06-01 00:00:00', NULL, '2024-06-01 00:00:00', '', '250', 0, '2024-02-04 17:14:03', '2024-02-04 17:14:03'),
(321569, 2884, '2024-03-01 00:00:00', NULL, '2024-03-01 00:00:00', '', '300', 0, '2024-02-04 17:15:05', '2024-02-04 17:15:05'),
(321570, 2885, '2024-01-01 00:00:00', '300', NULL, '', '0', 1, '2024-02-04 17:40:16', '2024-04-25 10:59:13'),
(321571, 2885, '2024-02-01 00:00:00', '300', NULL, '', '0', 1, '2024-02-04 17:40:16', '2024-06-02 11:24:32'),
(321572, 2885, '2024-03-01 00:00:00', '300', NULL, '', '0', 1, '2024-02-04 17:40:16', '2024-06-02 11:24:34'),
(321573, 2886, '2024-01-01 00:00:00', '300', NULL, '', '0', 1, '2024-02-04 17:40:39', '2024-03-27 09:33:58'),
(321574, 2886, '2024-02-01 00:00:00', '300', NULL, '', '0', 1, '2024-02-04 17:40:39', '2024-03-27 09:33:58'),
(321575, 2886, '2024-03-01 00:00:00', '300', NULL, '', '0', 1, '2024-02-04 17:40:39', '2024-05-05 12:36:31'),
(321576, 2887, '2024-01-01 00:00:00', '350', NULL, '', '0', 1, '2024-02-04 17:40:59', '2024-02-17 13:51:33'),
(321577, 2887, '2024-02-01 00:00:00', '350', NULL, '', '0', 1, '2024-02-04 17:40:59', '2024-03-25 15:16:44'),
(321579, 2888, '2024-02-01 00:00:00', '150', NULL, '', '0', 1, '2024-02-04 17:41:22', '2024-03-27 11:13:18'),
(321580, 2889, '2024-01-01 00:00:00', '200', NULL, '', '0', 1, '2024-02-04 17:41:49', '2024-02-25 15:03:42'),
(321581, 2889, '2024-02-01 00:00:00', '200', NULL, '', '0', 1, '2024-02-04 17:41:49', '2024-02-25 15:03:42'),
(321583, 2890, '2024-02-01 00:00:00', '500', NULL, '', '0', 1, '2024-02-04 17:42:23', '2024-02-07 11:33:57'),
(321584, 2891, '2024-02-01 00:00:00', '300', NULL, '', '0', 1, '2024-02-04 17:42:43', '2024-02-11 15:26:54'),
(321585, 2892, '2024-02-01 00:00:00', '250', NULL, '', '0', 1, '2024-02-04 17:42:59', '2024-02-18 14:24:37'),
(321586, 2893, '2023-12-01 00:00:00', '0', NULL, '', '0', 1, '2024-02-04 17:43:23', '2024-04-03 14:24:34'),
(321587, 2893, '2024-01-01 00:00:00', '0', NULL, '', '0', 1, '2024-02-04 17:43:23', '2024-04-03 14:24:34'),
(321588, 2893, '2024-02-01 00:00:00', '300', NULL, '', '0', 1, '2024-02-04 17:43:23', '2024-04-03 14:24:49'),
(321589, 2893, '2024-03-01 00:00:00', '300', NULL, '', '0', 1, '2024-02-04 17:43:23', '2024-04-03 14:24:59'),
(321590, 2894, '2024-02-01 00:00:00', '300', NULL, '', '0', 1, '2024-02-04 17:47:01', '2024-02-10 12:27:31'),
(321591, 2895, '2023-12-01 00:00:00', NULL, NULL, '', '0', 0, '2024-02-04 17:48:53', '2024-02-04 17:48:53'),
(321595, 2896, '2023-12-01 00:00:00', NULL, NULL, '', '350', 0, '2024-02-04 17:49:27', '2024-02-04 17:49:27'),
(321596, 2896, '2024-01-01 00:00:00', NULL, NULL, '', '350', 0, '2024-02-04 17:49:27', '2024-02-04 17:49:27'),
(321597, 2896, '2024-02-01 00:00:00', NULL, NULL, '', '350', 0, '2024-02-04 17:49:28', '2024-02-04 17:49:28'),
(321598, 2896, '2024-03-01 00:00:00', NULL, NULL, '', '350', 0, '2024-02-04 17:49:29', '2024-02-04 17:49:29'),
(321599, 2897, '2023-11-01 00:00:00', NULL, NULL, '', '300', 0, '2024-02-04 17:50:36', '2024-02-04 17:50:36'),
(321600, 2897, '2023-12-01 00:00:00', NULL, NULL, '', '300', 0, '2024-02-04 17:50:36', '2024-02-04 17:50:36'),
(321601, 2897, '2024-01-01 00:00:00', NULL, NULL, '', '300', 0, '2024-02-04 17:50:36', '2024-02-04 17:50:36'),
(321602, 2897, '2024-02-01 00:00:00', NULL, NULL, '', '300', 0, '2024-02-04 17:50:36', '2024-02-04 17:50:36'),
(321603, 2897, '2024-03-01 00:00:00', NULL, NULL, '', '300', 0, '2024-02-04 17:50:36', '2024-02-04 17:50:36'),
(321604, 2898, '2023-12-01 00:00:00', '300', NULL, '', '0', 1, '2024-02-04 17:51:23', '2024-02-07 12:21:11'),
(321605, 2898, '2024-01-01 00:00:00', '300', NULL, '', '0', 1, '2024-02-04 17:51:23', '2024-02-07 12:21:11'),
(321606, 2898, '2024-02-01 00:00:00', '300', NULL, '', '0', 1, '2024-02-04 17:51:24', '2024-03-31 14:33:18'),
(321608, 2899, '2024-01-01 00:00:00', '600', NULL, '', '0', 1, '2024-02-04 17:51:51', '2024-04-17 16:57:19'),
(321609, 2899, '2024-02-01 00:00:00', '600', NULL, '', '0', 1, '2024-02-04 17:51:52', '2024-04-17 16:57:19'),
(321610, 2899, '2024-03-01 00:00:00', '600', NULL, '', '0', 1, '2024-02-04 17:51:52', '2024-05-11 14:17:38'),
(321611, 2900, '2024-02-01 00:00:00', '300', NULL, '', '0', 1, '2024-02-04 17:54:29', '2024-02-06 17:14:18'),
(321612, 2901, '2024-03-01 00:00:00', '800', '2024-03-01 00:00:00', '', '0', 1, '2024-02-04 17:57:12', '2024-03-06 16:17:55'),
(321613, 2902, '2024-02-01 00:00:00', '300', NULL, '', '0', 1, '2024-02-04 17:58:31', '2024-02-04 17:58:47'),
(321614, 2903, '2024-02-01 00:00:00', '3780', NULL, '', '0', 1, '2024-02-05 11:08:51', '2024-02-05 11:08:59'),
(321615, 2903, '2024-03-01 00:00:00', '0', NULL, '', '0', 1, '2024-02-05 11:13:38', '2024-02-05 11:13:38'),
(321616, 2903, '2024-04-01 00:00:00', '0', NULL, '', '0', 1, '2024-02-05 11:13:39', '2024-02-05 11:13:39'),
(321617, 2903, '2024-05-01 00:00:00', '0', NULL, '', '0', 1, '2024-02-05 11:13:39', '2024-02-05 11:13:39'),
(321618, 2903, '2024-06-01 00:00:00', '0', NULL, '', '0', 1, '2024-02-05 11:13:39', '2024-02-05 11:13:39'),
(321619, 2903, '2024-07-01 00:00:00', '0', NULL, '', '0', 1, '2024-02-05 11:13:39', '2024-02-05 11:13:39'),
(321620, 2903, '2024-08-01 00:00:00', '0', NULL, '', '0', 1, '2024-02-05 11:13:39', '2024-02-05 11:13:39'),
(321621, 2903, '2024-09-01 00:00:00', '0', NULL, '', '0', 1, '2024-02-05 11:13:39', '2024-02-05 11:13:39'),
(321622, 2903, '2024-10-01 00:00:00', '0', NULL, '', '0', 1, '2024-02-05 11:13:39', '2024-02-05 11:13:39'),
(321623, 2903, '2024-11-01 00:00:00', '0', NULL, '', '0', 1, '2024-02-05 11:13:39', '2024-02-05 11:13:39'),
(321624, 2903, '2024-12-01 00:00:00', '0', NULL, '', '0', 1, '2024-02-05 11:13:39', '2024-02-05 11:13:39'),
(321625, 2903, '2025-01-01 00:00:00', '0', NULL, '', '0', 1, '2024-02-05 11:13:39', '2024-02-05 11:13:39'),
(321626, 2904, '2024-04-01 00:00:00', '300', '2024-04-01 00:00:00', '', '0', 1, '2024-02-05 12:21:30', '2024-04-27 11:37:04'),
(321627, 2905, '2024-07-01 00:00:00', NULL, '2024-07-01 00:00:00', '', '200', 0, '2024-02-05 12:57:30', '2024-02-05 12:57:30'),
(321628, 2906, '2024-02-01 00:00:00', NULL, NULL, '', '250', 0, '2024-02-05 13:31:46', '2024-02-05 13:31:46'),
(321629, 2907, '2024-02-01 00:00:00', '300', NULL, '', '0', 1, '2024-02-05 13:32:26', '2024-02-08 16:19:51'),
(321630, 2908, '2024-02-01 00:00:00', '300', NULL, '', '0', 1, '2024-02-05 13:33:45', '2024-02-20 12:44:43'),
(321632, 2909, '2023-11-01 00:00:00', NULL, NULL, '', '0', 0, '2024-02-05 13:41:58', '2024-02-05 13:41:58'),
(321633, 2909, '2023-12-01 00:00:00', NULL, NULL, '', '0', 0, '2024-02-05 13:41:58', '2024-02-05 13:41:58'),
(321634, 2909, '2024-01-01 00:00:00', NULL, NULL, '', '0', 0, '2024-02-05 13:41:58', '2024-02-05 13:41:58'),
(321635, 2909, '2024-02-01 00:00:00', NULL, NULL, '', '0', 0, '2024-02-05 13:41:58', '2024-02-05 13:41:58'),
(321636, 2909, '2024-03-01 00:00:00', NULL, NULL, '', '0', 0, '2024-02-05 13:41:58', '2024-02-05 13:41:58'),
(321637, 2910, '2024-02-01 00:00:00', '600', NULL, '', '0', 1, '2024-02-05 13:46:34', '2024-02-05 13:46:42'),
(321638, 2911, '2024-01-01 00:00:00', '350', NULL, '', '0', 1, '2024-02-05 14:03:30', '2024-05-13 17:44:19'),
(321639, 2911, '2024-02-01 00:00:00', '350', NULL, '', '0', 1, '2024-02-05 14:03:30', '2024-05-13 17:44:19'),
(321640, 2911, '2024-03-01 00:00:00', '350', NULL, '', '0', 1, '2024-02-05 14:03:30', '2024-05-13 17:44:19'),
(321641, 2912, '2024-02-01 00:00:00', '400', NULL, '', '0', 1, '2024-02-05 14:29:48', '2024-03-30 13:19:08'),
(321642, 2913, '2024-02-01 00:00:00', '600', NULL, '', '0', 1, '2024-02-05 14:38:25', '2024-03-14 13:03:45'),
(321643, 2914, '2024-01-01 00:00:00', NULL, NULL, '', '300', 0, '2024-02-05 14:38:50', '2024-02-05 14:38:50'),
(321644, 2914, '2024-02-01 00:00:00', NULL, NULL, '', '300', 0, '2024-02-05 14:38:50', '2024-02-05 14:38:50'),
(321646, 2915, '2023-12-01 00:00:00', '250', NULL, '', '0', 1, '2024-02-05 14:40:29', '2024-03-06 13:39:41'),
(321647, 2915, '2024-01-01 00:00:00', '250', NULL, '', '0', 1, '2024-02-05 14:40:29', '2024-03-06 13:39:41'),
(321648, 2915, '2024-02-01 00:00:00', '250', NULL, '', '0', 1, '2024-02-05 14:40:29', '2024-03-06 13:42:43'),
(321650, 2916, '2023-12-01 00:00:00', '250', NULL, '', '0', 1, '2024-02-05 14:42:01', '2024-04-09 19:40:11'),
(321651, 2916, '2024-01-01 00:00:00', '250', NULL, '', '0', 1, '2024-02-05 14:42:01', '2024-04-09 19:40:11'),
(321652, 2916, '2024-02-01 00:00:00', '250', NULL, '', '0', 1, '2024-02-05 14:42:01', '2024-04-09 19:40:11'),
(321654, 2917, '2024-02-01 00:00:00', '300', NULL, '', '0', 1, '2024-02-05 14:43:40', '2024-04-08 10:20:36'),
(321655, 2918, '2024-02-01 00:00:00', '400', NULL, '', '0', 1, '2024-02-05 14:45:01', '2024-02-08 16:50:46'),
(321656, 2919, '2024-02-01 00:00:00', '200', NULL, '', '0', 1, '2024-02-05 14:48:13', '2024-02-10 12:17:24'),
(321657, 2920, '2024-02-01 00:00:00', '400', NULL, '', '0', 1, '2024-02-05 14:55:20', '2024-05-12 13:16:28'),
(321658, 2921, '2024-02-01 00:00:00', '400', NULL, '', '0', 1, '2024-02-05 14:56:20', '2024-02-08 16:20:34'),
(321659, 2922, '2024-02-01 00:00:00', '300', NULL, '', '0', 1, '2024-02-05 14:58:40', '2024-02-07 16:24:21'),
(321660, 2923, '2023-12-01 00:00:00', '300', NULL, '', '0', 1, '2024-02-05 15:03:51', '2024-02-12 11:18:41'),
(321661, 2923, '2024-01-01 00:00:00', '300', NULL, '', '0', 1, '2024-02-05 15:03:51', '2024-02-12 11:18:41'),
(321662, 2923, '2024-02-01 00:00:00', '300', NULL, '', '0', 1, '2024-02-05 15:03:51', '2024-05-02 16:48:52'),
(321664, 2924, '2024-02-01 00:00:00', '300', NULL, '', '0', 1, '2024-02-05 15:04:20', '2024-03-05 17:19:25'),
(321665, 2925, '2024-02-01 00:00:00', '400', NULL, '', '0', 1, '2024-02-05 15:07:03', '2024-03-30 13:20:20'),
(321666, 2926, '2024-01-01 00:00:00', '200', NULL, '', '0', 1, '2024-02-05 15:12:06', '2024-02-11 15:24:07'),
(321667, 2926, '2024-02-01 00:00:00', '0', NULL, '', '0', 1, '2024-02-05 15:12:06', '2024-04-04 11:33:17'),
(321669, 2927, '2024-03-01 00:00:00', '350', '2024-03-01 00:00:00', '', '0', 1, '2024-02-05 15:12:33', '2024-04-08 10:38:26'),
(321670, 2928, '2023-12-01 00:00:00', '300', NULL, '', '0', 1, '2024-02-05 15:13:33', '2024-03-21 16:01:00'),
(321671, 2928, '2024-01-01 00:00:00', '300', NULL, '', '0', 1, '2024-02-05 15:13:33', '2024-03-21 16:01:00'),
(321672, 2928, '2024-02-01 00:00:00', '300', NULL, '', '0', 1, '2024-02-05 15:13:33', '2024-03-21 16:01:00'),
(321674, 2929, '2024-02-01 00:00:00', '300', NULL, '', '0', 1, '2024-02-05 16:09:56', '2024-02-05 16:10:11'),
(321675, 2930, '2024-02-01 00:00:00', '200', NULL, '', '0', 1, '2024-02-05 16:29:41', '2024-02-07 16:22:19'),
(321676, 2931, '2024-02-01 00:00:00', '300', NULL, '', '0', 1, '2024-02-05 16:30:05', '2024-02-06 17:10:27'),
(321677, 2932, '2024-01-01 00:00:00', '300', NULL, '', '0', 1, '2024-02-05 16:32:29', '2024-02-14 17:17:15'),
(321678, 2932, '2024-02-01 00:00:00', '300', NULL, '', '0', 1, '2024-02-05 16:32:29', '2024-04-29 11:45:31'),
(321680, 2933, '2024-01-01 00:00:00', '500', NULL, '', '0', 1, '2024-02-05 16:33:52', '2024-03-14 12:36:44'),
(321681, 2933, '2024-02-01 00:00:00', '500', NULL, '', '0', 1, '2024-02-05 16:33:52', '2024-03-14 12:36:44'),
(321683, 2934, '2024-02-01 00:00:00', '300', NULL, '', '0', 1, '2024-02-05 16:36:03', '2024-03-16 12:52:58'),
(321684, 2935, '2024-02-01 00:00:00', '333', NULL, '', '0', 1, '2024-02-05 16:36:23', '2024-03-25 12:34:20'),
(321685, 2936, '2024-02-01 00:00:00', '400', NULL, '', '0', 1, '2024-02-05 16:49:19', '2024-02-08 15:58:18'),
(321686, 2937, '2024-02-01 00:00:00', '200', NULL, '', '0', 1, '2024-02-05 17:17:48', '2024-02-06 11:12:11'),
(321687, 2938, '2024-02-01 00:00:00', '300', NULL, '', '0', 1, '2024-02-06 11:12:21', '2024-04-02 15:28:28'),
(321688, 2939, '2024-02-01 00:00:00', NULL, NULL, '', '1200', 0, '2024-02-06 11:14:32', '2024-02-06 11:14:32'),
(321689, 2940, '2024-01-01 00:00:00', NULL, NULL, '', '3000', 0, '2024-02-06 11:15:30', '2024-02-06 11:15:30'),
(321690, 2940, '2024-02-01 00:00:00', NULL, NULL, '', '3000', 0, '2024-02-06 11:15:30', '2024-02-06 11:15:30'),
(321692, 2941, '2024-02-01 00:00:00', '350', NULL, '', '0', 1, '2024-02-06 11:18:47', '2024-03-02 14:43:38'),
(321693, 2942, '2024-02-01 00:00:00', NULL, NULL, '', '250', 0, '2024-02-06 13:00:53', '2024-02-06 13:00:53'),
(321694, 2943, '2024-01-01 00:00:00', NULL, NULL, '', '250', 0, '2024-02-06 13:03:50', '2024-02-06 13:03:50'),
(321695, 2943, '2024-02-01 00:00:00', NULL, NULL, '', '250', 0, '2024-02-06 13:03:50', '2024-02-06 13:03:50'),
(321697, 2944, '2024-02-01 00:00:00', '333', NULL, '', '0', 1, '2024-02-06 13:04:27', '2024-02-08 16:18:08'),
(321698, 1673, '2023-11-01 00:00:00', '0', NULL, '', '0', 1, '2024-02-06 13:07:16', '2024-02-06 13:07:16'),
(321699, 1673, '2023-12-01 00:00:00', '0', NULL, '', '0', 1, '2024-02-06 13:07:16', '2024-02-06 13:07:16'),
(321700, 1673, '2024-01-01 00:00:00', '0', NULL, '', '0', 1, '2024-02-06 13:07:16', '2024-02-06 13:07:16'),
(321701, 1673, '2024-02-01 00:00:00', '0', NULL, '', '0', 1, '2024-02-06 13:07:16', '2024-02-06 13:07:16'),
(321702, 1673, '2024-03-01 00:00:00', '0', NULL, '', '0', 1, '2024-02-06 13:07:16', '2024-02-06 13:07:16'),
(321703, 1673, '2024-04-01 00:00:00', '0', NULL, '', '0', 1, '2024-02-06 13:07:16', '2024-02-06 13:07:16'),
(321704, 1673, '2024-05-01 00:00:00', '0', NULL, '', '0', 1, '2024-02-06 13:07:16', '2024-02-06 13:07:16'),
(321705, 1673, '2024-06-01 00:00:00', '0', NULL, '', '0', 1, '2024-02-06 13:07:16', '2024-02-06 13:07:16'),
(321706, 1673, '2024-07-01 00:00:00', '0', NULL, '', '0', 1, '2024-02-06 13:07:16', '2024-02-06 13:07:16'),
(321707, 1673, '2024-08-01 00:00:00', '0', NULL, '', '0', 1, '2024-02-06 13:07:16', '2024-02-06 13:07:16'),
(321708, 1673, '2024-09-01 00:00:00', '0', NULL, '', '0', 1, '2024-02-06 13:07:16', '2024-02-06 13:07:16'),
(321709, 1673, '2024-10-01 00:00:00', '0', NULL, '', '0', 1, '2024-02-06 13:07:16', '2024-02-06 13:07:16'),
(321710, 1673, '2024-11-01 00:00:00', '0', NULL, '', '0', 1, '2024-02-06 13:07:26', '2024-02-06 13:07:26'),
(321711, 1673, '2024-12-01 00:00:00', '0', NULL, '', '0', 1, '2024-02-06 13:07:26', '2024-02-06 13:07:26'),
(321712, 2945, '2025-01-01 00:00:00', NULL, '2025-01-01 00:00:00', '', '7200', 0, '2024-02-06 13:09:17', '2024-02-06 13:09:17'),
(321713, 2946, '2024-02-01 00:00:00', '300', NULL, '', '0', 1, '2024-02-06 13:09:55', '2024-02-06 13:10:04'),
(321714, 2947, '2024-02-01 00:00:00', '400', NULL, '', '0', 1, '2024-02-06 13:10:42', '2024-02-12 14:25:03'),
(321715, 2948, '2024-02-01 00:00:00', NULL, NULL, '', '350', 0, '2024-02-06 13:11:58', '2024-02-06 13:11:58'),
(321716, 2949, '2024-01-01 00:00:00', '300', NULL, '', '0', 1, '2024-02-06 13:12:32', '2024-03-30 13:15:32'),
(321717, 2949, '2024-02-01 00:00:00', '300', NULL, '', '0', 1, '2024-02-06 13:12:32', '2024-03-30 13:15:32'),
(321719, 2950, '2024-02-01 00:00:00', '350', NULL, '', '0', 1, '2024-02-06 13:14:24', '2024-02-10 15:25:03'),
(321720, 2951, '2024-02-01 00:00:00', NULL, NULL, '', '300', 0, '2024-02-06 13:15:30', '2024-02-06 13:15:30'),
(321721, 2952, '2024-02-01 00:00:00', '350', NULL, '', '0', 1, '2024-02-06 13:16:52', '2024-02-18 14:22:11'),
(321722, 2953, '2024-02-01 00:00:00', '300', NULL, '', '0', 1, '2024-02-06 13:17:09', '2024-02-08 16:11:25'),
(321723, 2954, '2024-02-01 00:00:00', '300', NULL, '', '0', 1, '2024-02-06 13:17:30', '2024-02-29 14:17:53'),
(321724, 2955, '2024-02-01 00:00:00', NULL, NULL, '', '3600', 0, '2024-02-06 13:17:45', '2024-02-06 13:17:45'),
(321725, 2956, '2023-12-01 00:00:00', NULL, NULL, '', '400', 0, '2024-02-06 13:18:48', '2024-02-06 13:18:48'),
(321726, 2956, '2024-01-01 00:00:00', NULL, NULL, '', '400', 0, '2024-02-06 13:18:48', '2024-02-06 13:18:48'),
(321727, 2956, '2024-02-01 00:00:00', NULL, NULL, '', '400', 0, '2024-02-06 13:18:48', '2024-02-06 13:18:48'),
(321729, 2957, '2024-02-01 00:00:00', '300', NULL, '', '0', 1, '2024-02-06 14:29:17', '2024-04-28 16:42:55'),
(321730, 2958, '2024-02-01 00:00:00', '300', NULL, '', '0', 1, '2024-02-06 14:31:03', '2024-03-27 15:52:36'),
(321731, 2959, '2024-02-01 00:00:00', '200', NULL, '', '0', 1, '2024-02-06 14:31:31', '2024-03-21 13:00:43'),
(321732, 2960, '2024-02-01 00:00:00', '300', NULL, '', '0', 1, '2024-02-06 14:34:59', '2024-02-25 11:24:24'),
(321733, 2961, '2024-01-01 00:00:00', '300', NULL, '', '0', 1, '2024-02-06 14:38:08', '2024-03-27 15:57:52'),
(321734, 2961, '2024-02-01 00:00:00', '300', NULL, '', '0', 1, '2024-02-06 14:38:08', '2024-03-27 15:57:52'),
(321736, 2962, '2023-11-01 00:00:00', NULL, NULL, '', '300', 0, '2024-02-06 14:38:50', '2024-02-06 14:38:50'),
(321737, 2962, '2023-12-01 00:00:00', NULL, NULL, '', '300', 0, '2024-02-06 14:38:50', '2024-02-06 14:38:50'),
(321738, 2962, '2024-01-01 00:00:00', NULL, NULL, '', '300', 0, '2024-02-06 14:38:50', '2024-02-06 14:38:50'),
(321739, 2962, '2024-02-01 00:00:00', NULL, NULL, '', '300', 0, '2024-02-06 14:38:50', '2024-02-06 14:38:50'),
(321741, 2963, '2024-02-01 00:00:00', '300', NULL, '', '0', 1, '2024-02-06 14:39:37', '2024-02-20 12:34:25'),
(321742, 2964, '2024-02-01 00:00:00', '300', NULL, '', '0', 1, '2024-02-06 14:39:53', '2024-03-02 12:44:13'),
(321743, 2965, '2024-02-01 00:00:00', '300', NULL, '', '0', 1, '2024-02-06 14:40:13', '2024-03-23 10:24:29'),
(321744, 2966, '2024-02-01 00:00:00', '300', NULL, '', '0', 1, '2024-02-06 14:40:30', '2024-02-10 11:31:35'),
(321745, 2967, '2024-01-01 00:00:00', NULL, NULL, '', '350', 0, '2024-02-06 14:40:50', '2024-02-06 14:40:50'),
(321748, 2968, '2023-11-01 00:00:00', '200', NULL, '', '0', 1, '2024-02-06 14:41:28', '2024-03-14 12:38:22'),
(321749, 2968, '2023-12-01 00:00:00', '200', NULL, '', '0', 1, '2024-02-06 14:41:28', '2024-03-14 12:38:22'),
(321750, 2968, '2024-01-01 00:00:00', '200', NULL, '', '0', 1, '2024-02-06 14:41:28', '2024-03-14 12:38:22'),
(321751, 2968, '2024-02-01 00:00:00', '200', NULL, '', '0', 1, '2024-02-06 14:41:28', '2024-03-14 12:38:22'),
(321752, 2968, '2024-03-01 00:00:00', NULL, NULL, '', '200', 0, '2024-02-06 14:41:28', '2024-02-06 14:41:28'),
(321753, 2969, '2024-02-01 00:00:00', '400', NULL, '', '0', 1, '2024-02-06 14:42:20', '2024-02-08 15:59:38'),
(321754, 2970, '2024-02-01 00:00:00', '400', NULL, '', '0', 1, '2024-02-06 14:42:35', '2024-03-04 11:30:15'),
(321755, 2971, '2024-02-01 00:00:00', '300', NULL, '', '0', 1, '2024-02-06 14:43:33', '2024-04-23 17:50:30'),
(321756, 2972, '2023-12-01 00:00:00', '300', NULL, '', '0', 1, '2024-02-06 14:44:40', '2024-05-28 16:42:45'),
(321757, 2972, '2024-01-01 00:00:00', '300', NULL, '', '0', 1, '2024-02-06 14:44:40', '2024-05-28 16:42:45'),
(321758, 2972, '2024-02-01 00:00:00', '300', NULL, '', '0', 1, '2024-02-06 14:44:40', '2024-05-28 16:42:45'),
(321760, 2973, '2024-02-01 00:00:00', '300', NULL, '', '0', 1, '2024-02-06 14:52:47', '2024-04-23 16:00:10'),
(321761, 2974, '2024-02-01 00:00:00', '200', NULL, '', '0', 1, '2024-02-06 14:53:24', '2024-02-10 15:33:00'),
(321762, 2975, '2024-02-01 00:00:00', '0', NULL, '', '0', 1, '2024-02-06 14:53:59', '2024-05-25 10:50:06'),
(321763, 2976, '2024-02-01 00:00:00', '250', NULL, '', '0', 1, '2024-02-06 14:55:03', '2024-04-28 16:26:43'),
(321764, 2977, '2024-02-01 00:00:00', '250', NULL, '', '0', 1, '2024-02-06 15:39:16', '2024-03-28 11:41:38'),
(321765, 2978, '2024-04-01 00:00:00', NULL, '2024-04-01 00:00:00', '', '1800', 0, '2024-02-06 17:12:29', '2024-02-06 17:12:29'),
(321766, 2979, '2024-02-01 00:00:00', '300', NULL, '', '0', 1, '2024-02-06 17:13:33', '2024-02-06 17:13:59'),
(321767, 2980, '2024-02-01 00:00:00', '150', NULL, '', '0', 1, '2024-02-06 17:18:35', '2024-02-06 17:18:46'),
(321768, 2981, '2023-10-01 00:00:00', NULL, NULL, '', '1850', 0, '2024-02-06 17:20:34', '2024-02-06 17:20:34'),
(321769, 2981, '2023-11-01 00:00:00', NULL, NULL, '', '1850', 0, '2024-02-06 17:20:34', '2024-02-06 17:20:34'),
(321770, 2981, '2023-12-01 00:00:00', NULL, NULL, '', '1850', 0, '2024-02-06 17:20:34', '2024-02-06 17:20:34'),
(321771, 2981, '2024-01-01 00:00:00', NULL, NULL, '', '1850', 0, '2024-02-06 17:20:34', '2024-02-06 17:20:34'),
(321772, 2981, '2024-02-01 00:00:00', NULL, NULL, '', '1850', 0, '2024-02-06 17:20:34', '2024-02-06 17:20:34'),
(321773, 2981, '2024-03-01 00:00:00', NULL, NULL, '', '1850', 0, '2024-02-06 17:20:34', '2024-02-06 17:20:34'),
(321774, 2982, '2024-02-01 00:00:00', NULL, NULL, '', '950', 0, '2024-02-06 17:21:52', '2024-02-06 17:21:52'),
(321775, 2983, '2024-06-01 00:00:00', NULL, '2024-06-01 00:00:00', '', '1500', 0, '2024-02-06 17:22:42', '2024-02-06 17:22:42'),
(321776, 2984, '2024-09-01 00:00:00', NULL, '2024-09-01 00:00:00', '', '3400', 0, '2024-02-06 17:23:30', '2024-02-06 17:23:30'),
(321777, 2985, '2024-01-01 00:00:00', '1000', NULL, '', '0', 1, '2024-02-06 17:24:29', '2024-02-07 11:22:00'),
(321778, 2985, '2024-02-01 00:00:00', '1000', NULL, '', '0', 1, '2024-02-06 17:24:29', '2024-03-20 13:18:23'),
(321780, 2986, '2024-02-01 00:00:00', NULL, NULL, '', '350', 0, '2024-02-06 17:26:51', '2024-02-06 17:26:51'),
(321781, 2987, '2024-01-01 00:00:00', NULL, NULL, '', '0', 0, '2024-02-06 17:27:18', '2024-02-06 17:27:18'),
(321782, 2987, '2024-02-01 00:00:00', NULL, NULL, '', '0', 0, '2024-02-06 17:27:18', '2024-02-06 17:27:18'),
(321783, 2987, '2024-03-01 00:00:00', NULL, NULL, '', '0', 0, '2024-02-06 17:27:18', '2024-02-06 17:27:18'),
(321784, 2988, '2024-02-01 00:00:00', '350', NULL, '', '0', 1, '2024-02-06 17:27:35', '2024-02-10 16:53:50'),
(321785, 2989, '2023-12-01 00:00:00', '600', NULL, '', '0', 1, '2024-02-06 17:27:59', '2024-02-10 15:32:40'),
(321786, 2989, '2024-01-01 00:00:00', '600', NULL, '', '0', 1, '2024-02-06 17:27:59', '2024-02-10 15:32:40'),
(321787, 2989, '2024-02-01 00:00:00', '600', NULL, '', '0', 1, '2024-02-06 17:27:59', '2024-03-31 13:42:02'),
(321789, 2990, '2024-01-01 00:00:00', '300', NULL, '', '0', 1, '2024-02-06 17:28:25', '2024-03-14 13:59:17'),
(321790, 2990, '2024-02-01 00:00:00', '300', NULL, '', '0', 1, '2024-02-06 17:28:25', '2024-03-14 13:59:17'),
(321792, 2991, '2024-02-01 00:00:00', '300', NULL, '', '0', 1, '2024-02-06 17:29:01', '2024-03-24 10:25:28'),
(321793, 2992, '2024-02-01 00:00:00', '300', NULL, '', '0', 1, '2024-02-06 17:30:13', '2024-02-07 16:23:00'),
(321794, 2993, '2024-02-01 00:00:00', '350', NULL, '', '0', 1, '2024-02-06 17:32:21', '2024-02-08 15:59:11'),
(321795, 2994, '2024-06-01 00:00:00', NULL, '2024-06-01 00:00:00', '', '200', 0, '2024-02-06 17:54:38', '2024-02-06 17:54:38'),
(321796, 2995, '2024-02-01 00:00:00', '300', NULL, '', '0', 1, '2024-02-06 17:55:03', '2024-02-22 13:53:37'),
(321797, 2996, '2024-02-01 00:00:00', '400', NULL, '', '0', 1, '2024-02-06 17:55:17', '2024-02-08 15:52:28'),
(321798, 2997, '2024-01-01 00:00:00', '284', NULL, '', '0', 1, '2024-02-06 18:03:35', '2024-04-02 15:34:09'),
(321799, 2997, '2024-02-01 00:00:00', '284', NULL, '', '0', 1, '2024-02-06 18:03:35', '2024-04-02 15:34:09'),
(321801, 2998, '2024-02-01 00:00:00', '400', NULL, '', '0', 1, '2024-02-06 18:03:57', '2024-02-17 14:49:05'),
(321802, 2999, '2024-02-01 00:00:00', '400', NULL, '', '0', 1, '2024-02-06 18:07:15', '2024-02-10 15:23:52'),
(321803, 3000, '2023-11-01 00:00:00', '0', NULL, '', '0', 1, '2024-02-06 18:09:36', '2024-04-03 10:03:30'),
(321804, 3000, '2023-12-01 00:00:00', '250', NULL, '', '0', 1, '2024-02-06 18:09:36', '2024-04-03 10:03:41'),
(321805, 3000, '2024-01-01 00:00:00', '250', NULL, '', '0', 1, '2024-02-06 18:09:36', '2024-04-03 10:03:41'),
(321806, 3000, '2024-02-01 00:00:00', '250', NULL, '', '0', 1, '2024-02-06 18:09:36', '2024-05-26 14:04:09'),
(321808, 3001, '2024-12-01 00:00:00', NULL, '2024-12-01 00:00:00', '', '240', 0, '2024-02-06 18:12:43', '2024-02-06 18:12:43'),
(321809, 3002, '2023-11-01 00:00:00', '300', NULL, '', '0', 1, '2024-02-06 18:13:08', '2024-02-08 16:23:57'),
(321810, 3002, '2023-12-01 00:00:00', '300', NULL, '', '0', 1, '2024-02-06 18:13:08', '2024-02-08 16:23:57'),
(321811, 3002, '2024-01-01 00:00:00', '300', NULL, '', '0', 1, '2024-02-06 18:13:08', '2024-02-08 16:23:57'),
(321812, 3002, '2024-02-01 00:00:00', '0', NULL, '', '0', 1, '2024-02-06 18:13:08', '2024-02-08 16:24:13'),
(321814, 3003, '2024-02-01 00:00:00', '300', NULL, '', '0', 1, '2024-02-06 18:13:31', '2024-02-22 16:19:09'),
(321815, 3004, '2024-02-01 00:00:00', '350', NULL, '', '0', 1, '2024-02-06 18:16:07', '2024-03-06 16:42:57'),
(321816, 3005, '2024-02-01 00:00:00', '250', NULL, '', '0', 1, '2024-02-06 18:16:23', '2024-02-24 15:18:43'),
(321817, 3006, '2024-02-01 00:00:00', '250', NULL, '', '0', 1, '2024-02-06 18:18:35', '2024-03-19 15:09:42'),
(321818, 3007, '2024-02-01 00:00:00', '300', NULL, '', '0', 1, '2024-02-06 18:18:59', '2024-02-12 11:22:24'),
(321819, 3008, '2024-02-01 00:00:00', '410', NULL, '', '0', 1, '2024-02-07 11:47:01', '2024-02-27 11:52:41'),
(321820, 3009, '2023-06-01 00:00:00', NULL, NULL, '', '400', 0, '2024-02-07 11:47:44', '2024-02-07 11:47:44'),
(321830, 3010, '2024-02-01 00:00:00', '350', NULL, '', '0', 1, '2024-02-07 11:48:06', '2024-02-08 16:01:46'),
(321831, 3011, '2024-02-01 00:00:00', '750', NULL, '', '0', 1, '2024-02-07 12:23:39', '2024-03-03 18:14:23'),
(321832, 3012, '2024-12-01 00:00:00', NULL, '2024-12-01 00:00:00', '', '350', 0, '2024-02-07 12:30:15', '2024-02-07 12:30:15'),
(321833, 3013, '2024-06-01 00:00:00', NULL, '2024-06-01 00:00:00', '', '6000', 0, '2024-02-07 12:45:46', '2024-02-07 12:45:46'),
(321834, 3014, '2024-03-01 00:00:00', NULL, '2024-03-01 00:00:00', '', '300', 0, '2024-02-07 12:59:15', '2024-02-07 12:59:15'),
(321835, 3015, '2024-02-01 00:00:00', '200', NULL, '', '0', 1, '2024-02-07 16:37:39', '2024-02-07 16:38:04'),
(321836, 3016, '2023-11-01 00:00:00', '0', NULL, '', '0', 1, '2024-02-08 12:48:21', '2024-03-06 14:41:02'),
(321837, 3016, '2023-12-01 00:00:00', '0', NULL, '', '0', 1, '2024-02-08 12:48:21', '2024-03-06 14:41:02'),
(321838, 3016, '2024-01-01 00:00:00', '0', NULL, '', '0', 1, '2024-02-08 12:48:21', '2024-03-06 14:41:02'),
(321839, 3016, '2024-02-01 00:00:00', '0', NULL, '', '0', 1, '2024-02-08 12:48:21', '2024-03-06 14:41:02'),
(321841, 3017, '2024-05-01 00:00:00', NULL, '2024-05-01 00:00:00', '', '300', 0, '2024-02-08 12:53:46', '2024-02-08 12:53:46'),
(321842, 3018, '2024-04-01 00:00:00', '300', '2024-04-01 00:00:00', '', '0', 1, '2024-02-08 12:55:02', '2024-05-25 11:17:04'),
(321843, 3019, '2024-03-01 00:00:00', '250', '2024-03-01 00:00:00', '', '0', 1, '2024-02-08 12:55:56', '2024-03-25 15:13:23'),
(321844, 3020, '2024-03-01 00:00:00', '250', '2024-03-01 00:00:00', '', '0', 1, '2024-02-08 12:56:26', '2024-04-23 16:44:45'),
(321845, 3021, '2024-03-01 00:00:00', '350', '2024-03-01 00:00:00', '', '0', 1, '2024-02-08 13:07:41', '2024-04-04 11:01:17'),
(321846, 3022, '2024-03-01 00:00:00', NULL, '2024-03-01 00:00:00', '', '4000', 0, '2024-02-08 13:08:13', '2024-02-08 13:08:13'),
(321847, 3023, '2024-03-01 00:00:00', NULL, '2024-03-01 00:00:00', '', '8400', 0, '2024-02-08 13:08:36', '2024-02-08 13:08:36'),
(321848, 3024, '2024-03-01 00:00:00', '525', '2024-03-01 00:00:00', '', '0', 1, '2024-02-08 13:09:30', '2024-03-25 12:56:18'),
(321849, 3025, '2024-02-01 00:00:00', '300', NULL, '', '0', 1, '2024-02-08 13:10:07', '2024-02-28 10:49:36'),
(321850, 3026, '2024-02-01 00:00:00', '300', NULL, '', '0', 1, '2024-02-08 13:10:30', '2024-03-13 13:58:21'),
(321851, 3027, '2024-02-01 00:00:00', '400', NULL, '', '0', 1, '2024-02-08 13:15:41', '2024-03-24 12:38:12'),
(321852, 3028, '2024-01-01 00:00:00', NULL, NULL, '', '300', 0, '2024-02-08 13:25:29', '2024-02-08 13:25:29'),
(321853, 3028, '2024-02-01 00:00:00', NULL, NULL, '', '300', 0, '2024-02-08 13:25:29', '2024-02-08 13:25:29'),
(321855, 3029, '2024-02-01 00:00:00', '250', NULL, '', '0', 1, '2024-02-08 13:27:31', '2024-03-30 13:28:05'),
(321856, 3030, '2024-02-01 00:00:00', '333', NULL, '', '0', 1, '2024-02-08 13:28:04', '2024-03-28 13:21:16'),
(321857, 3031, '2024-02-01 00:00:00', '250', NULL, '', '0', 1, '2024-02-08 13:28:44', '2024-04-28 15:54:05'),
(321858, 3032, '2024-02-01 00:00:00', '300', NULL, '', '0', 1, '2024-02-08 13:29:13', '2024-02-25 11:22:59'),
(321859, 3033, '2024-02-01 00:00:00', '600', NULL, '', '0', 1, '2024-02-08 13:29:29', '2024-04-01 15:05:32'),
(321860, 3034, '2024-01-01 00:00:00', NULL, NULL, '', '300', 0, '2024-02-08 13:31:29', '2024-02-08 13:31:29'),
(321863, 3035, '2024-02-01 00:00:00', '300', NULL, '', '0', 1, '2024-02-08 13:32:34', '2024-03-19 10:16:41'),
(321864, 3036, '2024-03-01 00:00:00', '400', '2024-03-01 00:00:00', '', '0', 1, '2024-02-08 13:34:07', '2024-07-15 10:34:29'),
(321865, 3037, '2024-02-01 00:00:00', '300', NULL, '', '0', 1, '2024-02-08 13:43:57', '2024-02-20 15:47:22'),
(321866, 3038, '2024-03-01 00:00:00', NULL, '2024-03-01 00:00:00', '', '300', 0, '2024-02-08 13:44:34', '2024-02-08 13:44:34'),
(321867, 3039, '2024-02-01 00:00:00', '200', NULL, '', '0', 1, '2024-02-08 13:44:54', '2024-02-29 11:50:09'),
(321868, 3040, '2024-02-01 00:00:00', '300', NULL, '', '0', 1, '2024-02-08 13:45:52', '2024-02-20 16:52:44'),
(321869, 3041, '2024-02-01 00:00:00', '2600', NULL, '', '0', 1, '2024-02-08 13:47:22', '2024-02-18 15:02:25'),
(321870, 3042, '2024-12-01 00:00:00', NULL, '2024-12-01 00:00:00', '', '270', 0, '2024-02-08 13:48:28', '2024-02-08 13:48:28'),
(321871, 3043, '2024-02-01 00:00:00', '300', NULL, '', '0', 1, '2024-02-08 13:48:54', '2024-04-28 12:49:51'),
(321872, 3044, '2024-02-01 00:00:00', '300', NULL, '', '0', 1, '2024-02-08 13:49:10', '2024-05-30 10:36:33'),
(321873, 3045, '2024-02-01 00:00:00', '200', NULL, '', '0', 1, '2024-02-08 13:52:55', '2024-04-21 15:06:44'),
(321874, 3046, '2023-11-01 00:00:00', NULL, NULL, '', '200', 0, '2024-02-08 14:01:42', '2024-02-08 14:01:42'),
(321875, 3046, '2023-12-01 00:00:00', NULL, NULL, '', '200', 0, '2024-02-08 14:01:42', '2024-02-08 14:01:42'),
(321876, 3046, '2024-01-01 00:00:00', NULL, NULL, '', '200', 0, '2024-02-08 14:01:42', '2024-02-08 14:01:42'),
(321877, 3046, '2024-02-01 00:00:00', NULL, NULL, '', '200', 0, '2024-02-08 14:01:42', '2024-02-08 14:01:42'),
(321878, 3046, '2024-03-01 00:00:00', NULL, NULL, '', '200', 0, '2024-02-08 14:01:42', '2024-02-08 14:01:42'),
(321879, 3047, '2024-02-01 00:00:00', '350', NULL, '', '0', 1, '2024-02-08 14:11:27', '2024-02-20 13:30:05'),
(321880, 3048, '2024-02-01 00:00:00', '200', NULL, '', '0', 1, '2024-02-08 15:51:50', '2024-02-08 15:52:07'),
(321881, 3049, '2024-02-01 00:00:00', '3000', NULL, '', '0', 1, '2024-02-08 16:13:10', '2024-02-08 16:13:26'),
(321882, 3049, '2024-03-01 00:00:00', '0', NULL, '', '0', 1, '2024-02-08 16:32:53', '2024-02-08 16:32:53'),
(321883, 3049, '2024-04-01 00:00:00', '0', NULL, '', '0', 1, '2024-02-08 16:32:53', '2024-02-08 16:32:53'),
(321884, 3049, '2024-05-01 00:00:00', '0', NULL, '', '0', 1, '2024-02-08 16:32:53', '2024-02-08 16:32:53'),
(321885, 3049, '2024-06-01 00:00:00', '0', NULL, '', '0', 1, '2024-02-08 16:32:53', '2024-02-08 16:32:53'),
(321886, 3049, '2024-07-01 00:00:00', '0', NULL, '', '0', 1, '2024-02-08 16:32:53', '2024-02-08 16:32:53'),
(321887, 3049, '2024-08-01 00:00:00', '0', NULL, '', '0', 1, '2024-02-08 16:32:53', '2024-02-08 16:32:53'),
(321888, 3049, '2024-09-01 00:00:00', '0', NULL, '', '0', 1, '2024-02-08 16:32:53', '2024-02-08 16:32:53'),
(321889, 3049, '2024-10-01 00:00:00', '0', NULL, '', '0', 1, '2024-02-08 16:32:53', '2024-02-08 16:32:53'),
(321890, 3049, '2024-11-01 00:00:00', '0', NULL, '', '0', 1, '2024-02-08 16:32:53', '2024-02-08 16:32:53'),
(321891, 3049, '2024-12-01 00:00:00', '0', NULL, '', '0', 1, '2024-02-08 16:32:53', '2024-02-08 16:32:53'),
(321892, 3049, '2025-01-01 00:00:00', '0', NULL, '', '0', 1, '2024-02-08 16:32:53', '2024-02-08 16:32:53'),
(321893, 3050, '2024-02-01 00:00:00', '300', NULL, '', '0', 1, '2024-02-08 16:48:49', '2024-03-31 13:42:58'),
(321894, 3051, '2024-02-01 00:00:00', '350', NULL, '', '0', 1, '2024-02-08 16:49:35', '2024-04-23 12:30:05'),
(321895, 3052, '2024-01-01 00:00:00', '200', NULL, '', '0', 1, '2024-02-08 16:51:27', '2024-02-11 15:28:21'),
(321896, 3052, '2024-02-01 00:00:00', '200', NULL, '', '0', 1, '2024-02-08 16:51:27', '2024-03-20 10:26:34'),
(321898, 3053, '2024-01-01 00:00:00', NULL, NULL, '', '300', 0, '2024-02-08 17:01:50', '2024-02-08 17:01:50'),
(321899, 3053, '2024-02-01 00:00:00', NULL, NULL, '', '300', 0, '2024-02-08 17:01:50', '2024-02-08 17:01:50'),
(321900, 3053, '2024-03-01 00:00:00', NULL, NULL, '', '300', 0, '2024-02-08 17:01:50', '2024-02-08 17:01:50'),
(321901, 3054, '2024-02-01 00:00:00', '1600', NULL, '', '0', 1, '2024-02-08 17:02:17', '2024-04-30 14:58:56'),
(321902, 3055, '2024-01-01 00:00:00', '150', NULL, '', '0', 1, '2024-02-08 17:03:32', '2024-03-05 15:43:54'),
(321903, 3055, '2024-02-01 00:00:00', '150', NULL, '', '0', 1, '2024-02-08 17:03:32', '2024-04-17 13:15:28'),
(321904, 3055, '2024-03-01 00:00:00', '150', NULL, '', '0', 1, '2024-02-08 17:03:32', '2024-05-08 17:25:17'),
(321905, 3056, '2024-03-01 00:00:00', '250', '2024-03-01 00:00:00', '', '0', 1, '2024-02-08 17:03:54', '2024-04-30 11:58:46'),
(321906, 3057, '2024-05-01 00:00:00', '250', '2024-05-01 00:00:00', '', '0', 1, '2024-02-08 17:04:25', '2024-05-30 12:15:46'),
(321907, 3058, '2024-02-01 00:00:00', NULL, NULL, '', '300', 0, '2024-02-08 17:04:43', '2024-02-08 17:04:43'),
(321908, 3059, '2024-02-01 00:00:00', '300', NULL, '', '0', 1, '2024-02-10 12:16:04', '2024-02-10 12:16:20'),
(321909, 3060, '2024-02-01 00:00:00', '300', NULL, '', '0', 1, '2024-02-10 14:18:56', '2024-03-18 11:10:31'),
(321910, 3061, '2024-01-01 00:00:00', NULL, NULL, '', '350', 0, '2024-02-10 14:20:00', '2024-02-10 14:20:00'),
(321911, 3061, '2024-02-01 00:00:00', NULL, NULL, '', '350', 0, '2024-02-10 14:20:00', '2024-02-10 14:20:00'),
(321914, 3062, '2024-01-01 00:00:00', '150', NULL, '', '0', 1, '2024-02-10 15:19:26', '2024-02-10 15:19:43'),
(321915, 3062, '2024-02-01 00:00:00', '150', NULL, '', '0', 1, '2024-02-10 15:19:26', '2024-02-10 15:19:43'),
(321917, 2715, '2024-02-01 00:00:00', '169', NULL, '', '0', 1, '2024-02-10 15:28:19', '2024-02-10 15:28:19'),
(321918, 2715, '2024-03-01 00:00:00', '169', NULL, '', '0', 1, '2024-02-10 15:28:19', '2024-02-10 15:28:19'),
(321919, 2715, '2024-04-01 00:00:00', '169', NULL, '', '0', 1, '2024-02-10 15:28:19', '2024-02-10 15:28:19'),
(321920, 2715, '2024-05-01 00:00:00', '169', NULL, '', '0', 1, '2024-02-10 15:28:19', '2024-02-10 15:28:19'),
(321921, 2715, '2024-06-01 00:00:00', '169', NULL, '', '0', 1, '2024-02-10 15:28:19', '2024-02-10 15:28:19'),
(321922, 2715, '2024-07-01 00:00:00', '169', NULL, '', '0', 1, '2024-02-10 15:28:19', '2024-02-10 15:28:19'),
(321923, 2715, '2024-08-01 00:00:00', '169', NULL, '', '0', 1, '2024-02-10 15:28:19', '2024-02-10 15:28:19'),
(321924, 2715, '2024-09-01 00:00:00', '169', NULL, '', '0', 1, '2024-02-10 15:28:19', '2024-02-10 15:28:19'),
(321925, 2715, '2024-10-01 00:00:00', '169', NULL, '', '0', 1, '2024-02-10 15:28:19', '2024-02-10 15:28:19'),
(321926, 2715, '2024-11-01 00:00:00', '169', NULL, '', '0', 1, '2024-02-10 15:28:19', '2024-02-10 15:28:19'),
(321927, 2715, '2024-12-01 00:00:00', '169', NULL, '', '0', 1, '2024-02-10 15:28:19', '2024-02-10 15:28:19'),
(321928, 2715, '2025-01-01 00:00:00', '169', NULL, '', '0', 1, '2024-02-10 15:28:19', '2024-02-10 15:28:19'),
(321929, 3063, '2024-02-01 00:00:00', '300', NULL, '', '0', 1, '2024-02-10 15:35:00', '2024-02-10 15:35:11'),
(321930, 3064, '2024-02-01 00:00:00', '300', NULL, '', '0', 1, '2024-02-10 15:40:00', '2024-02-27 14:14:37'),
(321931, 3065, '2024-02-01 00:00:00', '500', NULL, '', '0', 1, '2024-02-10 15:43:36', '2024-02-27 12:38:13'),
(321932, 3066, '2024-03-01 00:00:00', '300', '2024-03-01 00:00:00', '', '0', 1, '2024-02-10 15:45:23', '2024-03-16 11:51:24'),
(321933, 3067, '2024-02-01 00:00:00', '900', NULL, '', '0', 1, '2024-02-10 15:52:24', '2024-03-12 13:20:56'),
(321934, 3068, '2024-02-01 00:00:00', '300', NULL, '', '0', 1, '2024-02-10 15:56:00', '2024-03-03 12:37:24'),
(321935, 3069, '2024-02-01 00:00:00', '350', NULL, '', '0', 1, '2024-02-10 15:57:25', '2024-02-18 15:05:09'),
(321936, 3070, '2024-02-01 00:00:00', '200', NULL, '', '0', 1, '2024-02-10 15:57:28', '2024-02-27 12:14:13'),
(321937, 3071, '2024-02-01 00:00:00', '400', NULL, '', '0', 1, '2024-02-10 16:00:32', '2024-04-01 15:08:44'),
(321938, 3072, '2024-03-01 00:00:00', '300', '2024-03-01 00:00:00', '', '0', 1, '2024-02-10 16:01:01', '2024-03-27 11:05:18'),
(321939, 3073, '2024-02-01 00:00:00', NULL, NULL, '', '0', 0, '2024-02-10 16:02:29', '2024-02-10 16:02:29'),
(321940, 3074, '2024-03-01 00:00:00', '300', '2024-03-01 00:00:00', '', '0', 1, '2024-02-10 16:03:50', '2024-03-23 15:10:54'),
(321941, 3075, '2024-02-01 00:00:00', '300', NULL, '', '0', 1, '2024-02-10 16:03:58', '2024-02-20 12:33:17'),
(321942, 3076, '2024-05-01 00:00:00', '900', '2024-05-01 00:00:00', '', '0', 1, '2024-02-10 16:05:01', '2024-05-28 14:49:45'),
(321943, 3077, '2024-02-01 00:00:00', '1200', NULL, '', '0', 1, '2024-02-10 16:06:58', '2024-03-05 13:53:47'),
(321944, 3078, '2025-01-01 00:00:00', NULL, '2025-01-01 00:00:00', '', '3800', 0, '2024-02-10 16:07:36', '2024-02-10 16:07:36'),
(321945, 3079, '2024-02-01 00:00:00', '350', NULL, '', '0', 1, '2024-02-10 16:07:45', '2024-03-06 11:45:06'),
(321946, 3080, '2024-02-01 00:00:00', '300', NULL, '', '0', 1, '2024-02-10 16:08:20', '2024-03-05 13:22:39'),
(321947, 3081, '2024-02-01 00:00:00', '400', NULL, '', '0', 1, '2024-02-10 16:08:40', '2024-04-21 12:52:14'),
(321948, 3082, '2023-12-01 00:00:00', '200', NULL, '', '0', 1, '2024-02-10 16:09:07', '2024-04-27 11:27:39'),
(321949, 3082, '2024-01-01 00:00:00', '200', NULL, '', '0', 1, '2024-02-10 16:09:07', '2024-04-27 11:27:39'),
(321950, 3082, '2024-02-01 00:00:00', '200', NULL, '', '0', 1, '2024-02-10 16:09:07', '2024-04-27 11:27:39'),
(321952, 3083, '2024-02-01 00:00:00', '500', NULL, '', '0', 1, '2024-02-10 16:09:33', '2024-02-19 16:24:58'),
(321953, 3084, '2024-02-01 00:00:00', '300', NULL, '', '0', 1, '2024-02-10 16:09:51', '2024-02-24 13:05:41'),
(321954, 3085, '2024-05-01 00:00:00', '270', '2024-05-01 00:00:00', '', '0', 1, '2024-02-10 16:12:57', '2024-06-24 16:42:39'),
(321955, 3086, '2024-02-01 00:00:00', NULL, NULL, '', '500', 0, '2024-02-10 16:13:23', '2024-02-10 16:13:23'),
(321956, 3087, '2024-02-01 00:00:00', '300', NULL, '', '0', 1, '2024-02-10 16:16:28', '2024-03-12 11:56:29'),
(321957, 3088, '2024-02-01 00:00:00', '300', NULL, '', '0', 1, '2024-02-10 16:29:17', '2024-02-20 14:27:29'),
(321958, 3089, '2024-02-01 00:00:00', '300', NULL, '', '0', 1, '2024-02-10 16:32:49', '2024-02-14 14:24:26'),
(321959, 3090, '2024-02-01 00:00:00', '300', NULL, '', '0', 1, '2024-02-10 16:43:04', '2024-02-19 17:52:57'),
(321960, 3091, '2024-02-01 00:00:00', '300', NULL, '', '0', 1, '2024-02-10 16:46:06', '2024-03-03 15:20:56'),
(321961, 3092, '2024-03-01 00:00:00', '200', '2024-03-01 00:00:00', '', '0', 1, '2024-02-10 16:52:10', '2024-03-03 12:38:25'),
(321962, 3093, '2024-02-01 00:00:00', '350', NULL, '', '0', 1, '2024-02-10 16:55:20', '2024-02-24 15:34:10'),
(321963, 3094, '2024-02-01 00:00:00', '350', NULL, '', '0', 1, '2024-02-10 17:01:14', '2024-02-14 13:14:53'),
(321964, 3095, '2024-01-01 00:00:00', '3780', NULL, '', '0', 1, '2024-02-12 14:26:36', '2024-02-12 14:26:50'),
(321967, 3096, '2024-01-01 00:00:00', '250', NULL, '', '0', 1, '2024-02-13 12:52:04', '2024-02-13 12:52:23'),
(321968, 3096, '2024-02-01 00:00:00', '250', NULL, '', '0', 1, '2024-02-13 12:52:04', '2024-04-17 15:23:42'),
(321970, 3097, '2024-02-01 00:00:00', '333', NULL, '', '0', 1, '2024-02-13 12:56:34', '2024-02-13 12:56:43'),
(321971, 3095, '2024-02-01 00:00:00', '0', NULL, '', '0', 1, '2024-02-13 13:05:52', '2024-02-13 13:05:52'),
(321972, 3095, '2024-03-01 00:00:00', '0', NULL, '', '0', 1, '2024-02-13 13:05:52', '2024-02-13 13:05:52'),
(321973, 3095, '2024-04-01 00:00:00', '0', NULL, '', '0', 1, '2024-02-13 13:05:52', '2024-02-13 13:05:52'),
(321974, 3095, '2024-05-01 00:00:00', '0', NULL, '', '0', 1, '2024-02-13 13:05:52', '2024-02-13 13:05:52'),
(321975, 3095, '2024-06-01 00:00:00', '0', NULL, '', '0', 1, '2024-02-13 13:05:52', '2024-02-13 13:05:52'),
(321976, 3095, '2024-07-01 00:00:00', '0', NULL, '', '0', 1, '2024-02-13 13:05:52', '2024-02-13 13:05:52'),
(321977, 3095, '2024-08-01 00:00:00', '0', NULL, '', '0', 1, '2024-02-13 13:05:52', '2024-02-13 13:05:52'),
(321978, 3095, '2024-09-01 00:00:00', '0', NULL, '', '0', 1, '2024-02-13 13:05:52', '2024-02-13 13:05:52'),
(321979, 3095, '2024-10-01 00:00:00', '0', NULL, '', '0', 1, '2024-02-13 13:05:52', '2024-02-13 13:05:52'),
(321980, 3095, '2024-11-01 00:00:00', '0', NULL, '', '0', 1, '2024-02-13 13:05:52', '2024-02-13 13:05:52'),
(321981, 3095, '2024-12-01 00:00:00', '0', NULL, '', '0', 1, '2024-02-13 13:05:52', '2024-02-13 13:05:52'),
(321982, 3095, '2025-01-01 00:00:00', '0', NULL, '', '0', 1, '2024-02-13 13:05:52', '2024-02-13 13:05:52'),
(321983, 3098, '2024-02-01 00:00:00', '600', NULL, '', '0', 1, '2024-02-13 13:16:02', '2024-02-13 13:16:12'),
(321984, 3099, '2024-02-01 00:00:00', '267', NULL, '', '0', 1, '2024-02-13 13:43:41', '2024-02-13 13:44:01'),
(321985, 3099, '2024-03-01 00:00:00', '267', NULL, '', '0', 1, '2024-02-13 13:44:01', '2024-02-13 13:44:01'),
(321986, 3099, '2024-04-01 00:00:00', '267', NULL, '', '0', 1, '2024-02-13 13:44:01', '2024-02-13 13:44:01'),
(321987, 3099, '2024-05-01 00:00:00', '267', NULL, '', '0', 1, '2024-02-13 13:44:01', '2024-02-13 13:44:01'),
(321988, 3099, '2024-06-01 00:00:00', '267', NULL, '', '0', 1, '2024-02-13 13:44:01', '2024-02-13 13:44:01'),
(321989, 3099, '2024-07-01 00:00:00', '267', NULL, '', '0', 1, '2024-02-13 13:44:01', '2024-02-13 13:44:01'),
(321990, 3099, '2024-08-01 00:00:00', '267', NULL, '', '0', 1, '2024-02-13 13:44:01', '2024-02-13 13:44:01'),
(321991, 3099, '2024-09-01 00:00:00', '267', NULL, '', '0', 1, '2024-02-13 13:44:01', '2024-02-13 13:44:01'),
(321992, 3099, '2024-10-01 00:00:00', '267', NULL, '', '0', 1, '2024-02-13 13:44:01', '2024-02-13 13:44:01'),
(321993, 3099, '2024-11-01 00:00:00', '267', NULL, '', '0', 1, '2024-02-13 13:44:01', '2024-02-13 13:44:01'),
(321994, 3099, '2024-12-01 00:00:00', '267', NULL, '', '0', 1, '2024-02-13 13:44:01', '2024-02-13 13:44:01'),
(321995, 3099, '2025-01-01 00:00:00', '267', NULL, '', '0', 1, '2024-02-13 13:44:01', '2024-02-13 13:44:01'),
(321996, 3100, '2024-02-01 00:00:00', '3900', NULL, '', '0', 1, '2024-02-13 13:46:22', '2024-02-13 13:46:33'),
(321997, 3101, '2024-02-01 00:00:00', '500', NULL, '', '0', 1, '2024-02-13 17:41:03', '2024-02-13 17:41:54');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(321998, 3102, '2024-02-01 00:00:00', '300', NULL, '', '0', 1, '2024-02-14 17:43:05', '2024-02-14 17:43:20'),
(321999, 1829, '2024-02-01 00:00:00', '600', NULL, '', '0', 1, '2024-02-15 11:33:51', '2024-02-15 11:33:51'),
(322010, 3103, '2024-02-01 00:00:00', '309', NULL, '', '0', 1, '2024-02-17 12:49:23', '2024-02-17 12:49:45'),
(322011, 3103, '2024-03-01 00:00:00', '309', NULL, '', '0', 1, '2024-02-17 12:49:45', '2024-02-17 12:49:45'),
(322012, 3103, '2024-04-01 00:00:00', '309', NULL, '', '0', 1, '2024-02-17 12:49:45', '2024-02-17 12:49:45'),
(322013, 3103, '2024-05-01 00:00:00', '309', NULL, '', '0', 1, '2024-02-17 12:49:45', '2024-02-17 12:49:45'),
(322014, 3103, '2024-06-01 00:00:00', '309', NULL, '', '0', 1, '2024-02-17 12:49:45', '2024-02-17 12:49:45'),
(322015, 3103, '2024-07-01 00:00:00', '309', NULL, '', '0', 1, '2024-02-17 12:49:45', '2024-02-17 12:49:45'),
(322016, 3103, '2024-08-01 00:00:00', '309', NULL, '', '0', 1, '2024-02-17 12:49:45', '2024-02-17 12:49:45'),
(322017, 3103, '2024-09-01 00:00:00', '309', NULL, '', '0', 1, '2024-02-17 12:49:45', '2024-02-17 12:49:45'),
(322018, 3103, '2024-10-01 00:00:00', '309', NULL, '', '0', 1, '2024-02-17 12:49:45', '2024-02-17 12:49:45'),
(322019, 3103, '2024-11-01 00:00:00', '309', NULL, '', '0', 1, '2024-02-17 12:49:45', '2024-02-17 12:49:45'),
(322020, 3103, '2024-12-01 00:00:00', '309', NULL, '', '0', 1, '2024-02-17 12:49:45', '2024-02-17 12:49:45'),
(322021, 3103, '2025-01-01 00:00:00', '309', NULL, '', '0', 1, '2024-02-17 12:49:45', '2024-02-17 12:49:45'),
(322022, 3104, '2024-02-01 00:00:00', '200', NULL, '', '0', 1, '2024-02-17 12:52:15', '2024-02-17 12:52:33'),
(322023, 3105, '2024-02-01 00:00:00', '333', NULL, '', '0', 1, '2024-02-17 13:47:37', '2024-02-17 13:47:51'),
(322024, 3105, '2024-03-01 00:00:00', '333', NULL, '', '0', 1, '2024-02-17 13:47:51', '2024-02-17 13:47:51'),
(322025, 3105, '2024-04-01 00:00:00', '333', NULL, '', '0', 1, '2024-02-17 13:47:51', '2024-02-17 13:47:51'),
(322026, 3105, '2024-05-01 00:00:00', '333', NULL, '', '0', 1, '2024-02-17 13:47:51', '2024-02-17 13:47:51'),
(322027, 3105, '2024-06-01 00:00:00', '333', NULL, '', '0', 1, '2024-02-17 13:47:51', '2024-02-17 13:47:51'),
(322028, 3105, '2024-07-01 00:00:00', '333', NULL, '', '0', 1, '2024-02-17 13:47:51', '2024-02-17 13:47:51'),
(322029, 3106, '2024-02-01 00:00:00', '200', NULL, '', '0', 1, '2024-02-17 15:05:37', '2024-02-19 13:57:13'),
(322030, 3107, '2024-02-01 00:00:00', '300', NULL, '', '0', 1, '2024-02-17 15:25:42', '2024-04-24 17:56:23'),
(322031, 3108, '2024-02-01 00:00:00', '300', NULL, '', '0', 1, '2024-02-17 15:28:28', '2024-04-21 17:42:49'),
(322032, 3109, '2024-02-01 00:00:00', '200', NULL, '', '0', 1, '2024-02-17 15:32:17', '2024-02-29 15:46:20'),
(322033, 3110, '2024-02-01 00:00:00', NULL, NULL, '', '200', 0, '2024-02-17 15:33:55', '2024-02-17 15:33:55'),
(322034, 3111, '2024-02-01 00:00:00', '200', NULL, '', '0', 1, '2024-02-17 15:37:45', '2024-02-27 13:27:51'),
(322035, 3112, '2024-02-01 00:00:00', '200', NULL, '', '0', 1, '2024-02-17 15:40:54', '2024-02-27 12:41:23'),
(322036, 3113, '2024-02-01 00:00:00', '200', NULL, '', '0', 1, '2024-02-17 15:42:39', '2024-02-20 14:17:23'),
(322037, 3114, '2024-02-01 00:00:00', '450', NULL, '', '0', 1, '2024-02-17 15:48:03', '2024-02-29 18:36:51'),
(322038, 3115, '2024-02-01 00:00:00', '259', NULL, '', '0', 1, '2024-02-17 16:29:54', '2024-02-17 16:30:10'),
(322039, 3115, '2024-03-01 00:00:00', '259', NULL, '', '0', 1, '2024-02-17 16:30:10', '2024-02-17 16:30:10'),
(322040, 3115, '2024-04-01 00:00:00', '259', NULL, '', '0', 1, '2024-02-17 16:30:10', '2024-02-17 16:30:10'),
(322041, 3115, '2024-05-01 00:00:00', '259', NULL, '', '0', 1, '2024-02-17 16:30:10', '2024-02-17 16:30:10'),
(322042, 3115, '2024-06-01 00:00:00', '259', NULL, '', '0', 1, '2024-02-17 16:30:10', '2024-02-17 16:30:10'),
(322043, 3115, '2024-07-01 00:00:00', '259', NULL, '', '0', 1, '2024-02-17 16:30:10', '2024-02-17 16:30:10'),
(322044, 3115, '2024-08-01 00:00:00', '259', NULL, '', '0', 1, '2024-02-17 16:30:10', '2024-02-17 16:30:10'),
(322045, 3115, '2024-09-01 00:00:00', '259', NULL, '', '0', 1, '2024-02-17 16:30:10', '2024-02-17 16:30:10'),
(322046, 3115, '2024-10-01 00:00:00', '259', NULL, '', '0', 1, '2024-02-17 16:30:10', '2024-02-17 16:30:10'),
(322047, 3115, '2024-11-01 00:00:00', '259', NULL, '', '0', 1, '2024-02-17 16:30:10', '2024-02-17 16:30:10'),
(322048, 3115, '2024-12-01 00:00:00', '259', NULL, '', '0', 1, '2024-02-17 16:30:10', '2024-02-17 16:30:10'),
(322049, 3115, '2025-01-01 00:00:00', '259', NULL, '', '0', 1, '2024-02-17 16:30:10', '2024-02-17 16:30:10'),
(322050, 3116, '2024-02-01 00:00:00', '315', NULL, '', '0', 1, '2024-02-17 17:06:11', '2024-02-17 17:06:39'),
(322051, 3116, '2024-03-01 00:00:00', '315', NULL, '', '0', 1, '2024-02-17 17:06:39', '2024-02-17 17:06:39'),
(322052, 3116, '2024-04-01 00:00:00', '315', NULL, '', '0', 1, '2024-02-17 17:06:39', '2024-02-17 17:06:39'),
(322053, 3116, '2024-05-01 00:00:00', '315', NULL, '', '0', 1, '2024-02-17 17:06:39', '2024-02-17 17:06:39'),
(322054, 3116, '2024-06-01 00:00:00', '315', NULL, '', '0', 1, '2024-02-17 17:06:39', '2024-02-17 17:06:39'),
(322055, 3116, '2024-07-01 00:00:00', '315', NULL, '', '0', 1, '2024-02-17 17:06:39', '2024-02-17 17:06:39'),
(322056, 3116, '2024-08-01 00:00:00', '315', NULL, '', '0', 1, '2024-02-17 17:06:39', '2024-02-17 17:06:39'),
(322057, 3116, '2024-09-01 00:00:00', '315', NULL, '', '0', 1, '2024-02-17 17:06:39', '2024-02-17 17:06:39'),
(322058, 3116, '2024-10-01 00:00:00', '315', NULL, '', '0', 1, '2024-02-17 17:06:39', '2024-02-17 17:06:39'),
(322059, 3116, '2024-11-01 00:00:00', '315', NULL, '', '0', 1, '2024-02-17 17:06:39', '2024-02-17 17:06:39'),
(322060, 3116, '2024-12-01 00:00:00', '315', NULL, '', '0', 1, '2024-02-17 17:06:39', '2024-02-17 17:06:39'),
(322061, 3116, '2025-01-01 00:00:00', '315', NULL, '', '0', 1, '2024-02-17 17:06:39', '2024-02-17 17:06:39'),
(322062, 3117, '2024-02-01 00:00:00', '300', NULL, '', '0', 1, '2024-02-18 14:26:21', '2024-02-18 14:26:42'),
(322063, 3118, '2024-02-01 00:00:00', '270', NULL, '', '0', 1, '2024-02-18 14:42:31', '2024-02-18 14:42:43'),
(322064, 3118, '2024-03-01 00:00:00', '270', NULL, '', '0', 1, '2024-02-18 14:42:43', '2024-02-18 14:42:43'),
(322065, 3118, '2024-04-01 00:00:00', '270', NULL, '', '0', 1, '2024-02-18 14:42:43', '2024-02-18 14:42:43'),
(322066, 3118, '2024-05-01 00:00:00', '270', NULL, '', '0', 1, '2024-02-18 14:42:43', '2024-02-18 14:42:43'),
(322067, 3118, '2024-06-01 00:00:00', '270', NULL, '', '0', 1, '2024-02-18 14:42:43', '2024-02-18 14:42:43'),
(322068, 3118, '2024-07-01 00:00:00', '270', NULL, '', '0', 1, '2024-02-18 14:42:43', '2024-02-18 14:42:43'),
(322069, 3118, '2024-08-01 00:00:00', '270', NULL, '', '0', 1, '2024-02-18 14:42:43', '2024-02-18 14:42:43'),
(322070, 3118, '2024-09-01 00:00:00', '270', NULL, '', '0', 1, '2024-02-18 14:42:43', '2024-02-18 14:42:43'),
(322071, 3118, '2024-10-01 00:00:00', '270', NULL, '', '0', 1, '2024-02-18 14:42:43', '2024-02-18 14:42:43'),
(322072, 3118, '2024-11-01 00:00:00', '270', NULL, '', '0', 1, '2024-02-18 14:42:43', '2024-02-18 14:42:43'),
(322073, 3118, '2024-12-01 00:00:00', '270', NULL, '', '0', 1, '2024-02-18 14:42:43', '2024-02-18 14:42:43'),
(322074, 3118, '2025-01-01 00:00:00', '270', NULL, '', '0', 1, '2024-02-18 14:42:43', '2024-02-18 14:42:43'),
(322075, 3119, '2024-03-01 00:00:00', '500', '2024-03-01 00:00:00', '', '0', 1, '2024-02-19 12:56:44', '2024-02-19 12:57:00'),
(322076, 3120, '2024-02-01 00:00:00', '600', NULL, '', '0', 1, '2024-02-19 13:12:20', '2024-02-19 13:12:32'),
(322077, 3121, '2024-01-01 00:00:00', '200', NULL, '', '0', 1, '2024-02-19 13:28:25', '2024-02-19 13:29:06'),
(322078, 3121, '2024-02-01 00:00:00', '200', NULL, '', '0', 1, '2024-02-19 13:28:25', '2024-03-18 10:07:25'),
(322080, 3122, '2024-02-01 00:00:00', '300', NULL, '', '0', 1, '2024-02-19 14:56:18', '2024-02-19 14:56:32'),
(322081, 3123, '2024-02-01 00:00:00', '300', NULL, '', '0', 1, '2024-02-19 15:01:38', '2024-02-19 15:04:24'),
(322082, 3124, '2024-02-01 00:00:00', '300', NULL, '', '0', 1, '2024-02-19 15:17:17', '2024-02-19 15:17:37'),
(322083, 3125, '2024-02-01 00:00:00', '300', NULL, '', '0', 1, '2024-02-19 16:05:02', '2024-02-19 16:05:13'),
(322084, 3126, '2024-02-01 00:00:00', '250', NULL, '', '0', 1, '2024-02-19 16:34:02', '2024-02-19 16:35:02'),
(322085, 3127, '2024-02-01 00:00:00', '400', NULL, '', '0', 1, '2024-02-19 16:38:09', '2024-02-19 16:38:22'),
(322086, 3128, '2024-02-01 00:00:00', '750', NULL, '', '0', 1, '2024-02-19 17:24:50', '2024-02-19 17:25:00'),
(322087, 3129, '2024-03-01 00:00:00', '350', '2024-03-01 00:00:00', '', '0', 1, '2024-02-20 15:18:00', '2024-03-31 10:34:53'),
(322088, 3130, '2024-03-01 00:00:00', '350', '2024-03-01 00:00:00', '', '0', 1, '2024-02-20 15:19:52', '2024-02-29 17:10:05'),
(322089, 3131, '2024-03-01 00:00:00', '300', '2024-03-01 00:00:00', '', '0', 1, '2024-02-20 15:22:48', '2024-03-12 11:25:15'),
(322090, 3132, '2024-03-01 00:00:00', '300', '2024-03-01 00:00:00', '', '0', 1, '2024-02-20 15:31:55', '2024-03-17 14:47:17'),
(322091, 3133, '2024-03-01 00:00:00', '300', '2024-03-01 00:00:00', '', '0', 1, '2024-02-20 15:35:32', '2024-03-14 13:43:43'),
(322092, 3134, '2024-03-01 00:00:00', '350', '2024-03-01 00:00:00', '', '0', 1, '2024-02-20 15:39:13', '2024-03-16 11:33:15'),
(322093, 3135, '2024-03-01 00:00:00', '350', '2024-03-01 00:00:00', '', '0', 1, '2024-02-20 15:48:12', '2024-03-09 16:21:49'),
(322094, 3136, '2024-03-01 00:00:00', '300', '2024-03-01 00:00:00', '', '0', 1, '2024-02-20 16:03:34', '2024-03-18 13:14:26'),
(322095, 3137, '2024-03-01 00:00:00', '300', '2024-03-01 00:00:00', '', '0', 1, '2024-02-20 16:09:31', '2024-03-10 13:19:39'),
(322096, 3138, '2024-03-01 00:00:00', '300', '2024-03-01 00:00:00', '', '0', 1, '2024-02-20 16:32:20', '2024-03-24 13:12:54'),
(322097, 3139, '2024-03-01 00:00:00', '300', '2024-03-01 00:00:00', '', '0', 1, '2024-02-20 16:38:18', '2024-03-09 16:04:21'),
(322098, 3140, '2024-02-01 00:00:00', '1250', NULL, '', '0', 1, '2024-02-20 16:42:09', '2024-02-25 11:38:16'),
(322099, 3141, '2024-02-01 00:00:00', '600', NULL, '', '0', 1, '2024-02-20 17:03:15', '2024-02-20 17:04:00'),
(322100, 3142, '2024-02-01 00:00:00', '350', NULL, '', '0', 1, '2024-02-22 13:44:56', '2024-02-22 13:45:25'),
(322101, 3143, '2024-02-01 00:00:00', '250', NULL, '', '0', 1, '2024-02-22 13:50:57', '2024-02-22 13:52:54'),
(322102, 1899, '2025-02-01 00:00:00', '250', NULL, '', '0', 1, '2024-02-22 13:59:50', '2024-02-22 13:59:50'),
(322103, 1899, '2026-02-01 00:00:00', '250', NULL, '', '0', 1, '2024-02-22 13:59:50', '2024-02-22 13:59:50'),
(322104, 1899, '2027-02-01 00:00:00', '250', NULL, '', '0', 1, '2024-02-22 13:59:50', '2024-02-22 13:59:50'),
(322105, 1899, '2028-02-01 00:00:00', '250', NULL, '', '0', 1, '2024-02-22 13:59:50', '2024-02-22 13:59:50'),
(322106, 1899, '2029-02-01 00:00:00', '250', NULL, '', '0', 1, '2024-02-22 13:59:50', '2024-02-22 13:59:50'),
(322107, 1899, '2030-02-01 00:00:00', '250', NULL, '', '0', 1, '2024-02-22 13:59:50', '2024-02-22 13:59:50'),
(322108, 1899, '2031-02-01 00:00:00', '250', NULL, '', '0', 1, '2024-02-22 13:59:50', '2024-02-22 13:59:50'),
(322109, 1899, '2032-02-01 00:00:00', '250', NULL, '', '0', 1, '2024-02-22 13:59:50', '2024-02-22 13:59:50'),
(322110, 1899, '2033-02-01 00:00:00', '250', NULL, '', '0', 1, '2024-02-22 13:59:50', '2024-02-22 13:59:50'),
(322111, 1899, '2034-02-01 00:00:00', '250', NULL, '', '0', 1, '2024-02-22 13:59:50', '2024-02-22 13:59:50'),
(322112, 1899, '2035-02-01 00:00:00', '250', NULL, '', '0', 1, '2024-02-22 13:59:50', '2024-02-22 13:59:50'),
(322113, 1917, '2025-02-01 00:00:00', '250', NULL, '', '0', 1, '2024-02-22 16:48:45', '2024-02-22 16:48:45'),
(322114, 1917, '2026-02-01 00:00:00', '250', NULL, '', '0', 1, '2024-02-22 16:48:45', '2024-02-22 16:48:45'),
(322115, 1917, '2027-02-01 00:00:00', '250', NULL, '', '0', 1, '2024-02-22 16:48:45', '2024-02-22 16:48:45'),
(322116, 1917, '2028-02-01 00:00:00', '250', NULL, '', '0', 1, '2024-02-22 16:48:45', '2024-02-22 16:48:45'),
(322117, 1917, '2029-02-01 00:00:00', '250', NULL, '', '0', 1, '2024-02-22 16:48:45', '2024-02-22 16:48:45'),
(322118, 1917, '2030-02-01 00:00:00', '250', NULL, '', '0', 1, '2024-02-22 16:48:45', '2024-02-22 16:48:45'),
(322119, 1917, '2031-02-01 00:00:00', '250', NULL, '', '0', 1, '2024-02-22 16:48:45', '2024-02-22 16:48:45'),
(322120, 1917, '2032-02-01 00:00:00', '250', NULL, '', '0', 1, '2024-02-22 16:48:45', '2024-02-22 16:48:45'),
(322121, 1917, '2033-02-01 00:00:00', '250', NULL, '', '0', 1, '2024-02-22 16:48:45', '2024-02-22 16:48:45'),
(322122, 1917, '2034-02-01 00:00:00', '250', NULL, '', '0', 1, '2024-02-22 16:48:45', '2024-02-22 16:48:45'),
(322123, 1917, '2035-02-01 00:00:00', '250', NULL, '', '0', 1, '2024-02-22 16:48:45', '2024-02-22 16:48:45'),
(322124, 3144, '2024-02-01 00:00:00', '300', NULL, '', '0', 1, '2024-02-24 12:57:36', '2024-02-24 12:57:58'),
(322125, 3145, '2024-02-01 00:00:00', '300', NULL, '', '0', 1, '2024-02-24 13:02:13', '2024-02-24 13:02:28'),
(322126, 3146, '2024-02-01 00:00:00', '300', NULL, '', '0', 1, '2024-02-24 13:04:58', '2024-02-24 13:05:09'),
(322127, 3146, '2024-03-01 00:00:00', '300', NULL, '', '0', 1, '2024-02-24 13:05:09', '2024-02-24 13:05:09'),
(322128, 3146, '2024-04-01 00:00:00', '300', NULL, '', '0', 1, '2024-02-24 13:05:09', '2024-02-24 13:05:09'),
(322129, 3146, '2024-05-01 00:00:00', '300', NULL, '', '0', 1, '2024-02-24 13:05:09', '2024-02-24 13:05:09'),
(322130, 3146, '2024-06-01 00:00:00', '300', NULL, '', '0', 1, '2024-02-24 13:05:09', '2024-02-24 13:05:09'),
(322131, 3146, '2024-07-01 00:00:00', '300', NULL, '', '0', 1, '2024-02-24 13:05:09', '2024-02-24 13:05:09'),
(322132, 3146, '2024-08-01 00:00:00', '300', NULL, '', '0', 1, '2024-02-24 13:05:09', '2024-02-24 13:05:09'),
(322133, 3146, '2024-09-01 00:00:00', '300', NULL, '', '0', 1, '2024-02-24 13:05:09', '2024-02-24 13:05:09'),
(322134, 3146, '2024-10-01 00:00:00', '300', NULL, '', '0', 1, '2024-02-24 13:05:09', '2024-02-24 13:05:09'),
(322135, 3146, '2024-11-01 00:00:00', '300', NULL, '', '0', 1, '2024-02-24 13:05:09', '2024-02-24 13:05:09'),
(322136, 3146, '2024-12-01 00:00:00', '300', NULL, '', '0', 1, '2024-02-24 13:05:09', '2024-02-24 13:05:09'),
(322137, 3146, '2025-01-01 00:00:00', '300', NULL, '', '0', 1, '2024-02-24 13:05:09', '2024-02-24 13:05:09'),
(322138, 3147, '2024-02-01 00:00:00', '150', NULL, '', '0', 1, '2024-02-24 14:06:52', '2024-02-24 14:07:19'),
(322139, 3148, '2024-02-01 00:00:00', '350', NULL, '', '0', 1, '2024-02-24 14:33:59', '2024-02-24 14:34:15'),
(322140, 3148, '2024-03-01 00:00:00', '350', NULL, '', '0', 1, '2024-02-24 14:34:25', '2024-02-24 14:34:25'),
(322141, 3149, '2024-02-01 00:00:00', '275', NULL, '', '0', 1, '2024-02-24 15:02:15', '2024-02-24 15:02:32'),
(322142, 3149, '2024-03-01 00:00:00', '275', NULL, '', '0', 1, '2024-02-24 15:02:32', '2024-02-24 15:02:32'),
(322143, 3149, '2024-04-01 00:00:00', '275', NULL, '', '0', 1, '2024-02-24 15:02:32', '2024-02-24 15:02:32'),
(322144, 3149, '2024-05-01 00:00:00', '275', NULL, '', '0', 1, '2024-02-24 15:02:32', '2024-02-24 15:02:32'),
(322145, 3149, '2024-06-01 00:00:00', '275', NULL, '', '0', 1, '2024-02-24 15:02:32', '2024-02-24 15:02:32'),
(322146, 3149, '2024-07-01 00:00:00', '275', NULL, '', '0', 1, '2024-02-24 15:02:32', '2024-02-24 15:02:32'),
(322147, 3150, '2024-02-01 00:00:00', '315', NULL, '', '0', 1, '2024-02-24 16:20:02', '2024-02-24 16:20:15'),
(322148, 3150, '2024-03-01 00:00:00', '315', NULL, '', '0', 1, '2024-02-24 16:20:15', '2024-02-24 16:20:15'),
(322149, 3150, '2024-04-01 00:00:00', '315', NULL, '', '0', 1, '2024-02-24 16:20:15', '2024-02-24 16:20:15'),
(322150, 3150, '2024-05-01 00:00:00', '315', NULL, '', '0', 1, '2024-02-24 16:20:15', '2024-02-24 16:20:15'),
(322151, 3150, '2024-06-01 00:00:00', '315', NULL, '', '0', 1, '2024-02-24 16:20:15', '2024-02-24 16:20:15'),
(322152, 3150, '2024-07-01 00:00:00', '315', NULL, '', '0', 1, '2024-02-24 16:20:15', '2024-02-24 16:20:15'),
(322153, 3150, '2024-08-01 00:00:00', '315', NULL, '', '0', 1, '2024-02-24 16:20:15', '2024-02-24 16:20:15'),
(322154, 3150, '2024-09-01 00:00:00', '315', NULL, '', '0', 1, '2024-02-24 16:20:15', '2024-02-24 16:20:15'),
(322155, 3150, '2024-10-01 00:00:00', '315', NULL, '', '0', 1, '2024-02-24 16:20:15', '2024-02-24 16:20:15'),
(322156, 3150, '2024-11-01 00:00:00', '315', NULL, '', '0', 1, '2024-02-24 16:20:15', '2024-02-24 16:20:15'),
(322157, 3150, '2024-12-01 00:00:00', '315', NULL, '', '0', 1, '2024-02-24 16:20:15', '2024-02-24 16:20:15'),
(322158, 3150, '2025-01-01 00:00:00', '315', NULL, '', '0', 1, '2024-02-24 16:20:15', '2024-02-24 16:20:15'),
(322159, 3151, '2024-02-01 00:00:00', '600', NULL, '', '0', 1, '2024-02-24 16:21:26', '2024-02-24 16:21:37'),
(322160, 1321, '2023-11-01 00:00:00', '0', NULL, '', '0', 1, '2024-02-24 18:01:02', '2024-02-24 18:01:02'),
(322166, 1321, '2023-12-01 00:00:00', '100', NULL, '', '0', 1, '2024-02-24 18:02:51', '2024-02-24 18:02:51'),
(322167, 1321, '2024-01-01 00:00:00', '300', NULL, '', '0', 1, '2024-02-24 18:03:07', '2024-02-24 18:03:07'),
(322168, 1321, '2024-02-01 00:00:00', '300', NULL, '', '0', 1, '2024-02-24 18:03:07', '2024-02-24 18:03:07'),
(322169, 1321, '2024-03-01 00:00:00', '300', NULL, '', '0', 1, '2024-02-24 18:03:07', '2024-02-24 18:03:07'),
(322170, 3152, '2024-03-01 00:00:00', '600', '2024-03-01 00:00:00', '', '0', 1, '2024-02-25 15:09:30', '2024-02-25 15:10:18'),
(322171, 3152, '2024-04-01 00:00:00', '600', NULL, '', '0', 1, '2024-02-25 15:10:18', '2024-02-25 15:10:18'),
(322172, 3152, '2024-05-01 00:00:00', '600', NULL, '', '0', 1, '2024-02-25 15:10:18', '2024-02-25 15:10:18'),
(322173, 3152, '2024-06-01 00:00:00', '600', NULL, '', '0', 1, '2024-02-25 15:10:18', '2024-02-25 15:10:18'),
(322174, 3152, '2024-07-01 00:00:00', '600', NULL, '', '0', 1, '2024-02-25 15:10:18', '2024-02-25 15:10:18'),
(322175, 3152, '2024-08-01 00:00:00', '600', NULL, '', '0', 1, '2024-02-25 15:10:18', '2024-02-25 15:10:18'),
(322176, 3152, '2024-09-01 00:00:00', '600', NULL, '', '0', 1, '2024-02-25 15:10:18', '2024-02-25 15:10:18'),
(322177, 3152, '2024-10-01 00:00:00', '600', NULL, '', '0', 1, '2024-02-25 15:10:18', '2024-02-25 15:10:18'),
(322178, 3152, '2024-11-01 00:00:00', '600', NULL, '', '0', 1, '2024-02-25 15:10:18', '2024-02-25 15:10:18'),
(322179, 3152, '2024-12-01 00:00:00', '600', NULL, '', '0', 1, '2024-02-25 15:10:18', '2024-02-25 15:10:18'),
(322180, 3152, '2025-01-01 00:00:00', '600', NULL, '', '0', 1, '2024-02-25 15:10:18', '2024-02-25 15:10:18'),
(322181, 3152, '2025-02-01 00:00:00', '600', NULL, '', '0', 1, '2024-02-25 15:10:18', '2024-02-25 15:10:18'),
(322182, 3153, '2024-02-01 00:00:00', '4300', NULL, '', '0', 1, '2024-02-27 11:51:37', '2024-02-27 11:51:51'),
(322183, 3154, '2024-02-01 00:00:00', '300', NULL, '', '0', 1, '2024-02-27 11:54:40', '2024-02-27 11:54:50'),
(322184, 3154, '2024-03-01 00:00:00', '300', NULL, '', '0', 1, '2024-02-27 11:54:50', '2024-02-27 11:54:50'),
(322185, 3154, '2024-04-01 00:00:00', '300', NULL, '', '0', 1, '2024-02-27 11:54:50', '2024-02-27 11:54:50'),
(322186, 3154, '2024-05-01 00:00:00', '300', NULL, '', '0', 1, '2024-02-27 11:54:50', '2024-02-27 11:54:50'),
(322187, 3154, '2024-06-01 00:00:00', '300', NULL, '', '0', 1, '2024-02-27 11:54:50', '2024-02-27 11:54:50'),
(322188, 3154, '2024-07-01 00:00:00', '300', NULL, '', '0', 1, '2024-02-27 11:54:50', '2024-02-27 11:54:50'),
(322189, 3154, '2024-08-01 00:00:00', '300', NULL, '', '0', 1, '2024-02-27 11:54:50', '2024-02-27 11:54:50'),
(322190, 3154, '2024-09-01 00:00:00', '300', NULL, '', '0', 1, '2024-02-27 11:54:50', '2024-02-27 11:54:50'),
(322191, 3154, '2024-10-01 00:00:00', '300', NULL, '', '0', 1, '2024-02-27 11:54:50', '2024-02-27 11:54:50'),
(322192, 3154, '2024-11-01 00:00:00', '300', NULL, '', '0', 1, '2024-02-27 11:54:50', '2024-02-27 11:54:50'),
(322193, 3154, '2024-12-01 00:00:00', '300', NULL, '', '0', 1, '2024-02-27 11:54:50', '2024-02-27 11:54:50'),
(322194, 3154, '2025-01-01 00:00:00', '300', NULL, '', '0', 1, '2024-02-27 11:54:50', '2024-02-27 11:54:50'),
(322195, 3155, '2024-01-01 00:00:00', '300', NULL, '', '0', 1, '2024-02-28 10:48:25', '2024-02-28 10:48:51'),
(322198, 3155, '2024-02-01 00:00:00', '300', NULL, '', '0', 1, '2024-02-28 10:48:51', '2024-02-28 10:48:51'),
(322199, 3156, '2024-01-01 00:00:00', '300', NULL, '', '0', 1, '2024-02-28 11:04:18', '2024-04-27 11:22:35'),
(322200, 3156, '2024-02-01 00:00:00', '300', NULL, '', '0', 1, '2024-02-28 11:04:18', '2024-04-27 11:22:35'),
(322201, 3156, '2024-03-01 00:00:00', '300', NULL, '', '0', 1, '2024-02-28 11:04:18', '2024-04-27 11:22:35'),
(322202, 3157, '2024-01-01 00:00:00', '300', NULL, '', '0', 1, '2024-02-28 11:06:32', '2024-03-24 14:52:37'),
(322203, 3157, '2024-02-01 00:00:00', '300', NULL, '', '0', 1, '2024-02-28 11:06:32', '2024-03-24 14:52:37'),
(322204, 3157, '2024-03-01 00:00:00', NULL, NULL, '', '300', 0, '2024-02-28 11:06:32', '2024-02-28 11:06:32'),
(322205, 3158, '2024-01-01 00:00:00', NULL, NULL, '', '300', 0, '2024-02-28 11:08:32', '2024-02-28 11:08:32'),
(322206, 3158, '2024-02-01 00:00:00', NULL, NULL, '', '300', 0, '2024-02-28 11:08:32', '2024-02-28 11:08:32'),
(322207, 3158, '2024-03-01 00:00:00', NULL, NULL, '', '300', 0, '2024-02-28 11:08:32', '2024-02-28 11:08:32'),
(322208, 3159, '2024-03-01 00:00:00', '200', '2024-03-01 00:00:00', '', '0', 1, '2024-02-28 11:21:30', '2024-03-09 16:20:52'),
(322209, 3160, '2024-02-01 00:00:00', '300', NULL, '', '0', 1, '2024-02-28 11:23:11', '2024-03-10 16:21:20'),
(322210, 3161, '2024-02-01 00:00:00', '350', NULL, '', '0', 1, '2024-02-28 11:25:18', '2024-03-14 12:07:09'),
(322211, 3162, '2024-02-01 00:00:00', '200', NULL, '', '0', 1, '2024-02-28 11:41:45', '2024-02-28 11:41:59'),
(322212, 3163, '2019-12-01 00:00:00', NULL, NULL, '', '250', 0, '2024-02-28 11:44:37', '2024-02-28 11:44:37'),
(322213, 3163, '2020-01-01 00:00:00', NULL, NULL, '', '250', 0, '2024-02-28 11:44:37', '2024-02-28 11:44:37'),
(322214, 3163, '2020-02-01 00:00:00', NULL, NULL, '', '250', 0, '2024-02-28 11:44:37', '2024-02-28 11:44:37'),
(322215, 3163, '2020-03-01 00:00:00', NULL, NULL, '', '250', 0, '2024-02-28 11:44:37', '2024-02-28 11:44:37'),
(322216, 3163, '2020-04-01 00:00:00', NULL, NULL, '', '250', 0, '2024-02-28 11:44:37', '2024-02-28 11:44:37'),
(322217, 3163, '2020-05-01 00:00:00', NULL, NULL, '', '250', 0, '2024-02-28 11:44:37', '2024-02-28 11:44:37'),
(322218, 3163, '2020-06-01 00:00:00', NULL, NULL, '', '250', 0, '2024-02-28 11:44:37', '2024-02-28 11:44:37'),
(322219, 3163, '2020-07-01 00:00:00', NULL, NULL, '', '250', 0, '2024-02-28 11:44:37', '2024-02-28 11:44:37'),
(322220, 3163, '2020-08-01 00:00:00', NULL, NULL, '', '250', 0, '2024-02-28 11:44:37', '2024-02-28 11:44:37'),
(322221, 3163, '2020-09-01 00:00:00', NULL, NULL, '', '250', 0, '2024-02-28 11:44:37', '2024-02-28 11:44:37'),
(322222, 3163, '2020-10-01 00:00:00', NULL, NULL, '', '250', 0, '2024-02-28 11:44:37', '2024-02-28 11:44:37'),
(322223, 3163, '2020-11-01 00:00:00', NULL, NULL, '', '250', 0, '2024-02-28 11:44:37', '2024-02-28 11:44:37'),
(322224, 3163, '2020-12-01 00:00:00', NULL, NULL, '', '250', 0, '2024-02-28 11:44:37', '2024-02-28 11:44:37'),
(322225, 3163, '2021-01-01 00:00:00', NULL, NULL, '', '250', 0, '2024-02-28 11:44:37', '2024-02-28 11:44:37'),
(322226, 3163, '2021-02-01 00:00:00', NULL, NULL, '', '250', 0, '2024-02-28 11:44:37', '2024-02-28 11:44:37'),
(322227, 3163, '2021-03-01 00:00:00', NULL, NULL, '', '250', 0, '2024-02-28 11:44:37', '2024-02-28 11:44:37'),
(322228, 3163, '2021-04-01 00:00:00', NULL, NULL, '', '250', 0, '2024-02-28 11:44:37', '2024-02-28 11:44:37'),
(322229, 3163, '2021-05-01 00:00:00', NULL, NULL, '', '250', 0, '2024-02-28 11:44:37', '2024-02-28 11:44:37'),
(322230, 3163, '2021-06-01 00:00:00', NULL, NULL, '', '250', 0, '2024-02-28 11:44:37', '2024-02-28 11:44:37'),
(322231, 3163, '2021-07-01 00:00:00', NULL, NULL, '', '250', 0, '2024-02-28 11:44:37', '2024-02-28 11:44:37'),
(322232, 3163, '2021-08-01 00:00:00', NULL, NULL, '', '250', 0, '2024-02-28 11:44:37', '2024-02-28 11:44:37'),
(322233, 3163, '2021-09-01 00:00:00', NULL, NULL, '', '250', 0, '2024-02-28 11:44:37', '2024-02-28 11:44:37'),
(322234, 3163, '2021-10-01 00:00:00', NULL, NULL, '', '250', 0, '2024-02-28 11:44:37', '2024-02-28 11:44:37'),
(322235, 3163, '2021-11-01 00:00:00', NULL, NULL, '', '250', 0, '2024-02-28 11:44:37', '2024-02-28 11:44:37'),
(322236, 3163, '2021-12-01 00:00:00', NULL, NULL, '', '250', 0, '2024-02-28 11:44:37', '2024-02-28 11:44:37'),
(322237, 3163, '2022-01-01 00:00:00', NULL, NULL, '', '250', 0, '2024-02-28 11:44:37', '2024-02-28 11:44:37'),
(322238, 3163, '2022-02-01 00:00:00', NULL, NULL, '', '250', 0, '2024-02-28 11:44:37', '2024-02-28 11:44:37'),
(322239, 3163, '2022-03-01 00:00:00', NULL, NULL, '', '250', 0, '2024-02-28 11:44:37', '2024-02-28 11:44:37'),
(322240, 3163, '2022-04-01 00:00:00', NULL, NULL, '', '250', 0, '2024-02-28 11:44:37', '2024-02-28 11:44:37'),
(322241, 3163, '2022-05-01 00:00:00', NULL, NULL, '', '250', 0, '2024-02-28 11:44:37', '2024-02-28 11:44:37'),
(322242, 3163, '2022-06-01 00:00:00', NULL, NULL, '', '250', 0, '2024-02-28 11:44:37', '2024-02-28 11:44:37'),
(322243, 3163, '2022-07-01 00:00:00', NULL, NULL, '', '250', 0, '2024-02-28 11:44:37', '2024-02-28 11:44:37'),
(322244, 3163, '2022-08-01 00:00:00', NULL, NULL, '', '250', 0, '2024-02-28 11:44:37', '2024-02-28 11:44:37'),
(322245, 3163, '2022-09-01 00:00:00', NULL, NULL, '', '250', 0, '2024-02-28 11:44:37', '2024-02-28 11:44:37'),
(322246, 3163, '2022-10-01 00:00:00', NULL, NULL, '', '250', 0, '2024-02-28 11:44:37', '2024-02-28 11:44:37'),
(322247, 3163, '2022-11-01 00:00:00', NULL, NULL, '', '250', 0, '2024-02-28 11:44:37', '2024-02-28 11:44:37'),
(322248, 3163, '2022-12-01 00:00:00', NULL, NULL, '', '250', 0, '2024-02-28 11:44:37', '2024-02-28 11:44:37'),
(322249, 3163, '2023-01-01 00:00:00', NULL, NULL, '', '250', 0, '2024-02-28 11:44:37', '2024-02-28 11:44:37'),
(322250, 3163, '2023-02-01 00:00:00', NULL, NULL, '', '250', 0, '2024-02-28 11:44:37', '2024-02-28 11:44:37'),
(322251, 3163, '2023-03-01 00:00:00', NULL, NULL, '', '250', 0, '2024-02-28 11:44:37', '2024-02-28 11:44:37'),
(322252, 3163, '2023-04-01 00:00:00', NULL, NULL, '', '250', 0, '2024-02-28 11:44:37', '2024-02-28 11:44:37'),
(322253, 3163, '2023-05-01 00:00:00', NULL, NULL, '', '250', 0, '2024-02-28 11:44:37', '2024-02-28 11:44:37'),
(322254, 3163, '2023-06-01 00:00:00', NULL, NULL, '', '250', 0, '2024-02-28 11:44:37', '2024-02-28 11:44:37'),
(322255, 3163, '2023-07-01 00:00:00', NULL, NULL, '', '250', 0, '2024-02-28 11:44:37', '2024-02-28 11:44:37'),
(322256, 3163, '2023-08-01 00:00:00', NULL, NULL, '', '250', 0, '2024-02-28 11:44:37', '2024-02-28 11:44:37'),
(322257, 3163, '2023-09-01 00:00:00', NULL, NULL, '', '250', 0, '2024-02-28 11:44:37', '2024-02-28 11:44:37'),
(322258, 3163, '2023-10-01 00:00:00', NULL, NULL, '', '250', 0, '2024-02-28 11:44:37', '2024-02-28 11:44:37'),
(322264, 3164, '2023-12-01 00:00:00', '250', NULL, '', '0', 1, '2024-02-28 11:46:53', '2024-02-28 11:47:13'),
(322265, 3164, '2024-01-01 00:00:00', '0', NULL, '', '0', 1, '2024-02-28 11:46:53', '2024-03-31 13:36:26'),
(322266, 3164, '2024-02-01 00:00:00', '0', NULL, '', '0', 1, '2024-02-28 11:46:53', '2024-03-31 13:36:26'),
(322268, 3165, '2024-02-01 00:00:00', '350', NULL, '', '0', 1, '2024-02-28 14:56:40', '2024-02-28 14:56:58'),
(322269, 3165, '2024-03-01 00:00:00', '350', NULL, '', '0', 1, '2024-02-28 14:56:58', '2024-02-28 14:56:58'),
(322270, 3165, '2024-04-01 00:00:00', '350', NULL, '', '0', 1, '2024-02-28 14:56:58', '2024-02-28 14:56:58'),
(322271, 3165, '2024-05-01 00:00:00', '350', NULL, '', '0', 1, '2024-02-28 14:56:58', '2024-02-28 14:56:58'),
(322272, 3165, '2024-06-01 00:00:00', '350', NULL, '', '0', 1, '2024-02-28 14:56:58', '2024-02-28 14:56:58'),
(322273, 3165, '2024-07-01 00:00:00', '350', NULL, '', '0', 1, '2024-02-28 14:56:58', '2024-02-28 14:56:58'),
(322274, 3166, '2024-02-01 00:00:00', '292', NULL, '', '0', 1, '2024-02-28 15:01:40', '2024-02-28 15:01:52'),
(322275, 3166, '2024-03-01 00:00:00', '292', NULL, '', '0', 1, '2024-02-28 15:01:52', '2024-02-28 15:01:52'),
(322276, 3166, '2024-04-01 00:00:00', '292', NULL, '', '0', 1, '2024-02-28 15:01:52', '2024-02-28 15:01:52'),
(322277, 3166, '2024-05-01 00:00:00', '292', NULL, '', '0', 1, '2024-02-28 15:01:52', '2024-02-28 15:01:52'),
(322278, 3166, '2024-06-01 00:00:00', '292', NULL, '', '0', 1, '2024-02-28 15:01:52', '2024-02-28 15:01:52'),
(322279, 3166, '2024-07-01 00:00:00', '292', NULL, '', '0', 1, '2024-02-28 15:01:52', '2024-02-28 15:01:52'),
(322280, 3166, '2024-08-01 00:00:00', '292', NULL, '', '0', 1, '2024-02-28 15:01:52', '2024-02-28 15:01:52'),
(322281, 3166, '2024-09-01 00:00:00', '292', NULL, '', '0', 1, '2024-02-28 15:01:52', '2024-02-28 15:01:52'),
(322282, 3166, '2024-10-01 00:00:00', '292', NULL, '', '0', 1, '2024-02-28 15:01:52', '2024-02-28 15:01:52'),
(322283, 3166, '2024-11-01 00:00:00', '292', NULL, '', '0', 1, '2024-02-28 15:01:52', '2024-02-28 15:01:52'),
(322284, 3166, '2024-12-01 00:00:00', '292', NULL, '', '0', 1, '2024-02-28 15:01:52', '2024-02-28 15:01:52'),
(322285, 3166, '2025-01-01 00:00:00', '292', NULL, '', '0', 1, '2024-02-28 15:01:52', '2024-02-28 15:01:52'),
(322286, 3167, '2024-02-01 00:00:00', '300', NULL, '', '0', 1, '2024-02-28 16:12:05', '2024-02-28 16:12:36'),
(322287, 3168, '2024-02-01 00:00:00', '333', NULL, '', '0', 1, '2024-02-29 12:23:05', '2024-02-29 12:23:18'),
(322290, 3169, '2024-02-01 00:00:00', '1000', NULL, '', '0', 1, '2024-02-29 13:10:02', '2024-02-29 13:10:26'),
(322291, 3169, '2024-03-01 00:00:00', '1000', NULL, '', '0', 1, '2024-02-29 13:10:26', '2024-02-29 13:10:26'),
(322292, 3169, '2024-04-01 00:00:00', '1000', NULL, '', '0', 1, '2024-02-29 13:10:26', '2024-02-29 13:10:26'),
(322293, 3170, '2024-02-01 00:00:00', '500', NULL, '', '0', 1, '2024-02-29 14:10:12', '2024-02-29 14:10:28'),
(322294, 3171, '2024-02-01 00:00:00', '200', NULL, '', '0', 1, '2024-02-29 15:22:43', '2024-03-04 12:14:14'),
(322295, 3172, '2024-02-01 00:00:00', '350', NULL, '', '0', 1, '2024-02-29 15:33:33', '2024-02-29 15:33:45'),
(322296, 3173, '2024-03-01 00:00:00', '315', '2024-03-01 00:00:00', '', '0', 1, '2024-02-29 16:29:56', '2024-02-29 16:30:13'),
(322308, 3130, '2024-04-01 00:00:00', '350', NULL, '', '0', 1, '2024-02-29 17:10:05', '2024-02-29 17:10:05'),
(322309, 3174, '2024-02-01 00:00:00', NULL, NULL, '', '300', 0, '2024-03-01 23:19:00', '2024-03-01 23:19:00'),
(322310, 3174, '2024-03-01 00:00:00', NULL, NULL, '', '300', 0, '2024-03-01 23:19:00', '2024-03-01 23:19:00'),
(322311, 3174, '2024-04-01 00:00:00', NULL, NULL, '', '300', 0, '2024-03-01 23:19:00', '2024-03-01 23:19:00'),
(322312, 3175, '2024-02-01 00:00:00', NULL, NULL, '', '0', 0, '2024-03-01 23:32:23', '2024-03-01 23:32:23'),
(322313, 3175, '2024-03-01 00:00:00', NULL, NULL, '', '0', 0, '2024-03-01 23:32:23', '2024-03-01 23:32:23'),
(322314, 3175, '2024-04-01 00:00:00', NULL, NULL, '', '0', 0, '2024-03-01 23:32:23', '2024-03-01 23:32:23'),
(322315, 3176, '2024-02-01 00:00:00', '300', NULL, '', '0', 1, '2024-03-02 12:37:04', '2024-03-02 12:39:23'),
(322316, 3176, '2024-03-01 00:00:00', '300', NULL, '', '0', 1, '2024-03-02 12:37:04', '2024-03-27 11:09:48'),
(322318, 2802, '2024-03-01 00:00:00', '400', NULL, '', '0', 1, '2024-03-02 12:40:03', '2024-03-02 12:40:03'),
(322319, 3177, '2024-02-01 00:00:00', '300', NULL, '', '0', 1, '2024-03-02 12:42:15', '2024-03-02 12:43:34'),
(322320, 3177, '2024-03-01 00:00:00', '300', NULL, '', '0', 1, '2024-03-02 12:42:15', '2024-03-23 10:20:33'),
(322321, 3177, '2024-04-01 00:00:00', NULL, NULL, '', '2000', 0, '2024-03-02 12:42:15', '2024-03-02 12:42:15'),
(322322, 2964, '2024-03-01 00:00:00', '300', NULL, '', '0', 1, '2024-03-02 12:44:13', '2024-03-02 12:44:13'),
(322323, 2902, '2024-03-01 00:00:00', '300', NULL, '', '0', 1, '2024-03-02 12:46:47', '2024-03-02 12:46:47'),
(322324, 2806, '2024-03-01 00:00:00', '350', NULL, '', '0', 1, '2024-03-02 12:47:38', '2024-03-02 12:47:38'),
(322325, 2931, '2024-03-01 00:00:00', '300', NULL, '', '0', 1, '2024-03-02 13:23:14', '2024-03-02 13:23:14'),
(322326, 2817, '2024-03-01 00:00:00', '300', NULL, '', '0', 1, '2024-03-02 14:20:33', '2024-03-02 14:20:33'),
(322327, 3178, '2024-03-01 00:00:00', '200', NULL, '', '0', 1, '2024-03-02 17:49:39', '2024-03-02 17:50:23'),
(322328, 2808, '2024-02-01 00:00:00', '350', NULL, '', '0', 1, '2024-03-03 11:27:36', '2024-03-03 11:27:36'),
(322329, 2783, '2024-03-01 00:00:00', '400', NULL, '', '0', 1, '2024-03-03 11:28:29', '2024-03-03 11:28:29'),
(322330, 2804, '2024-03-01 00:00:00', '300', NULL, '', '0', 1, '2024-03-03 11:29:21', '2024-03-03 11:29:21'),
(322331, 2900, '2024-03-01 00:00:00', '300', NULL, '', '0', 1, '2024-03-03 14:00:14', '2024-03-03 14:00:14'),
(322332, 3091, '2024-03-01 00:00:00', '300', NULL, '', '0', 1, '2024-03-03 15:29:19', '2024-03-03 15:29:19'),
(322333, 3179, '2024-03-01 00:00:00', '300', NULL, '', '0', 1, '2024-03-03 15:42:04', '2024-03-03 15:45:06'),
(322334, 3179, '2024-04-01 00:00:00', '300', NULL, '', '0', 1, '2024-03-03 15:45:06', '2024-03-03 15:45:06'),
(322335, 3179, '2024-05-01 00:00:00', '300', NULL, '', '0', 1, '2024-03-03 15:45:06', '2024-03-03 15:45:06'),
(322336, 3179, '2024-06-01 00:00:00', '300', NULL, '', '0', 1, '2024-03-03 15:45:06', '2024-03-03 15:45:06'),
(322337, 3179, '2024-07-01 00:00:00', '300', NULL, '', '0', 1, '2024-03-03 15:45:06', '2024-03-03 15:45:06'),
(322338, 3179, '2024-08-01 00:00:00', '300', NULL, '', '0', 1, '2024-03-03 15:45:06', '2024-03-03 15:45:06'),
(322339, 3179, '2024-09-01 00:00:00', '300', NULL, '', '0', 1, '2024-03-03 15:45:06', '2024-03-03 15:45:06'),
(322340, 3179, '2024-10-01 00:00:00', '300', NULL, '', '0', 1, '2024-03-03 15:45:06', '2024-03-03 15:45:06'),
(322341, 3179, '2024-11-01 00:00:00', '300', NULL, '', '0', 1, '2024-03-03 15:45:06', '2024-03-03 15:45:06'),
(322342, 3179, '2024-12-01 00:00:00', '300', NULL, '', '0', 1, '2024-03-03 15:45:06', '2024-03-03 15:45:06'),
(322343, 3179, '2025-01-01 00:00:00', '300', NULL, '', '0', 1, '2024-03-03 15:45:06', '2024-03-03 15:45:06'),
(322344, 3179, '2025-02-01 00:00:00', '300', NULL, '', '0', 1, '2024-03-03 15:45:06', '2024-03-03 15:45:06'),
(322345, 3180, '2025-02-01 00:00:00', NULL, NULL, '', '4000', 0, '2024-03-03 17:17:00', '2024-03-03 17:17:00'),
(322346, 3181, '2024-01-01 00:00:00', '300', NULL, '', '0', 1, '2024-03-03 17:52:37', '2024-03-03 17:52:59'),
(322347, 3181, '2024-02-01 00:00:00', '300', NULL, '', '0', 1, '2024-03-03 17:52:37', '2024-03-03 17:52:59'),
(322348, 3181, '2024-03-01 00:00:00', '300', NULL, '', '0', 1, '2024-03-03 17:52:37', '2024-03-11 14:04:10'),
(322350, 2826, '2024-03-01 00:00:00', '250', NULL, '', '0', 1, '2024-03-04 11:00:53', '2024-03-04 11:00:53'),
(322351, 3172, '2024-03-01 00:00:00', '350', NULL, '', '0', 1, '2024-03-04 12:47:56', '2024-03-04 12:47:56'),
(322352, 2447, '2024-02-01 00:00:00', '300', NULL, '', '0', 1, '2024-03-04 13:28:00', '2024-03-04 13:28:00'),
(322353, 2447, '2024-03-01 00:00:00', '300', NULL, '', '0', 1, '2024-03-04 13:28:00', '2024-03-04 13:28:00'),
(322354, 2832, '2024-03-01 00:00:00', '600', NULL, '', '0', 1, '2024-03-04 14:19:33', '2024-03-04 14:19:33'),
(322355, 3114, '2024-03-01 00:00:00', '0', NULL, '', '0', 1, '2024-03-04 14:28:30', '2024-03-04 14:28:30'),
(322356, 3109, '2024-03-01 00:00:00', '200', NULL, '', '0', 1, '2024-03-04 14:50:35', '2024-03-04 14:50:35'),
(322357, 3182, '2024-02-01 00:00:00', '300', NULL, '', '0', 1, '2024-03-04 15:31:55', '2024-03-04 15:32:28'),
(322358, 3182, '2024-03-01 00:00:00', '300', NULL, '', '0', 1, '2024-03-04 15:31:55', '2024-03-05 12:24:54'),
(322360, 3183, '2024-02-01 00:00:00', '150', NULL, '', '0', 1, '2024-03-04 15:53:31', '2024-03-04 15:53:49'),
(322361, 3183, '2024-03-01 00:00:00', '150', NULL, '', '0', 1, '2024-03-04 15:53:31', '2024-04-21 12:41:24'),
(322363, 2504, '2024-02-01 00:00:00', '150', NULL, '', '0', 1, '2024-03-04 16:12:40', '2024-03-04 16:12:40'),
(322364, 3128, '2024-03-01 00:00:00', '750', NULL, '', '0', 1, '2024-03-04 16:33:08', '2024-03-04 16:33:08'),
(322365, 2682, '2024-03-01 00:00:00', '300', NULL, '', '0', 1, '2024-03-04 17:25:58', '2024-03-04 17:25:58'),
(322366, 3184, '2024-02-01 00:00:00', '200', NULL, '', '0', 1, '2024-03-05 12:19:22', '2024-03-05 12:19:43'),
(322367, 3184, '2024-03-01 00:00:00', '200', NULL, '', '0', 1, '2024-03-05 12:19:22', '2024-04-21 12:51:18'),
(322369, 3126, '2024-03-01 00:00:00', '250', NULL, '', '0', 1, '2024-03-05 12:20:49', '2024-03-05 12:20:49'),
(322370, 2892, '2024-03-01 00:00:00', '250', NULL, '', '0', 1, '2024-03-05 12:21:54', '2024-03-05 12:21:54'),
(322371, 2979, '2024-03-01 00:00:00', '300', NULL, '', '0', 1, '2024-03-05 12:23:51', '2024-03-05 12:23:51'),
(322372, 3064, '2024-03-01 00:00:00', '300', NULL, '', '0', 1, '2024-03-05 12:26:31', '2024-03-05 12:26:31'),
(322373, 3059, '2024-03-01 00:00:00', '300', NULL, '', '0', 1, '2024-03-05 12:30:15', '2024-03-05 12:30:15'),
(322374, 3185, '2024-02-01 00:00:00', '300', NULL, '', '0', 1, '2024-03-05 12:30:59', '2024-03-05 12:31:19'),
(322375, 3185, '2024-03-01 00:00:00', '300', NULL, '', '0', 1, '2024-03-05 12:30:59', '2024-03-13 14:01:19'),
(322377, 2856, '2024-03-01 00:00:00', '1200', NULL, '', '0', 1, '2024-03-05 12:33:12', '2024-03-05 12:33:12'),
(322378, 2910, '2024-03-01 00:00:00', '300', NULL, '', '0', 1, '2024-03-05 12:35:11', '2024-03-05 12:35:11'),
(322379, 2857, '2024-03-01 00:00:00', '350', NULL, '', '0', 1, '2024-03-05 12:51:15', '2024-03-05 12:51:15'),
(322380, 3122, '2024-03-01 00:00:00', '300', NULL, '', '0', 1, '2024-03-05 13:22:00', '2024-03-05 13:22:00'),
(322381, 3080, '2024-03-01 00:00:00', '300', NULL, '', '0', 1, '2024-03-05 13:22:39', '2024-03-05 13:22:39'),
(322382, 2825, '2024-03-01 00:00:00', '400', NULL, '', '0', 1, '2024-03-05 13:39:25', '2024-03-05 13:39:25'),
(322383, 3077, '2024-03-01 00:00:00', '1200', NULL, '', '0', 1, '2024-03-05 13:53:47', '2024-03-05 13:53:47'),
(322384, 2849, '2024-03-01 00:00:00', '150', NULL, '', '0', 1, '2024-03-05 15:28:12', '2024-03-05 15:28:12'),
(322385, 3186, '2024-02-01 00:00:00', '300', NULL, '', '0', 1, '2024-03-05 15:29:28', '2024-03-05 15:30:18'),
(322386, 3186, '2024-03-01 00:00:00', NULL, NULL, '', '0', 0, '2024-03-05 15:29:28', '2024-03-05 15:29:28'),
(322388, 3125, '2024-03-01 00:00:00', '300', NULL, '', '0', 1, '2024-03-05 15:30:54', '2024-03-05 15:30:54'),
(322389, 3187, '2024-03-01 00:00:00', '600', NULL, '', '0', 1, '2024-03-05 16:39:42', '2024-04-04 14:57:06'),
(322390, 3188, '2025-01-01 00:00:00', NULL, '2025-01-01 00:00:00', '', '2400', 0, '2024-03-05 16:43:02', '2024-03-05 16:43:02'),
(322391, 3113, '2024-03-01 00:00:00', '200', NULL, '', '0', 1, '2024-03-05 16:44:29', '2024-03-05 16:44:29'),
(322392, 3120, '2024-03-01 00:00:00', '600', NULL, '', '0', 1, '2024-03-05 16:50:44', '2024-03-05 16:50:44'),
(322393, 3189, '2024-03-01 00:00:00', '300', NULL, '', '0', 1, '2024-03-05 16:55:27', '2024-03-10 15:49:22'),
(322394, 3190, '2024-03-01 00:00:00', '333', NULL, '', '0', 1, '2024-03-05 17:30:48', '2024-03-23 10:22:05'),
(322395, 3191, '2024-11-01 00:00:00', NULL, '2024-11-01 00:00:00', '', '0', 0, '2024-03-05 17:36:02', '2024-03-05 17:36:02'),
(322396, 3127, '2024-03-01 00:00:00', '400', NULL, '', '0', 1, '2024-03-05 17:49:35', '2024-03-05 17:49:35'),
(322397, 3192, '2024-03-01 00:00:00', '300', NULL, '', '0', 1, '2024-03-06 11:31:11', '2024-03-06 11:31:33'),
(322398, 3048, '2024-03-01 00:00:00', '200', NULL, '', '0', 1, '2024-03-06 12:16:47', '2024-03-06 12:16:47'),
(322399, 3094, '2024-03-01 00:00:00', '350', NULL, '', '0', 1, '2024-03-06 12:17:34', '2024-03-06 12:17:34'),
(322400, 2921, '2024-03-01 00:00:00', '400', NULL, '', '0', 1, '2024-03-06 13:37:42', '2024-03-06 13:37:42'),
(322401, 3016, '2024-03-01 00:00:00', '1000', NULL, '', '0', 1, '2024-03-06 14:41:35', '2024-03-06 14:41:35'),
(322402, 3004, '2024-03-01 00:00:00', '350', NULL, '', '0', 1, '2024-03-06 16:42:57', '2024-03-06 16:42:57'),
(322403, 3193, '2024-03-01 00:00:00', '417', NULL, '', '0', 1, '2024-03-06 17:47:09', '2024-03-06 17:48:19'),
(322404, 3193, '2024-04-01 00:00:00', '417', NULL, '', '0', 1, '2024-03-06 17:48:19', '2024-03-06 17:48:19'),
(322405, 3193, '2024-05-01 00:00:00', '417', NULL, '', '0', 1, '2024-03-06 17:48:19', '2024-03-06 17:48:19'),
(322406, 3193, '2024-06-01 00:00:00', '417', NULL, '', '0', 1, '2024-03-06 17:48:19', '2024-03-06 17:48:19'),
(322407, 3193, '2024-07-01 00:00:00', '417', NULL, '', '0', 1, '2024-03-06 17:48:19', '2024-03-06 17:48:19'),
(322408, 3193, '2024-08-01 00:00:00', '417', NULL, '', '0', 1, '2024-03-06 17:48:19', '2024-03-06 17:48:19'),
(322409, 3193, '2024-09-01 00:00:00', '417', NULL, '', '0', 1, '2024-03-06 17:48:19', '2024-03-06 17:48:19'),
(322410, 3193, '2024-10-01 00:00:00', '417', NULL, '', '0', 1, '2024-03-06 17:48:19', '2024-03-06 17:48:19'),
(322411, 3193, '2024-11-01 00:00:00', '417', NULL, '', '0', 1, '2024-03-06 17:48:19', '2024-03-06 17:48:19'),
(322412, 3193, '2024-12-01 00:00:00', '417', NULL, '', '0', 1, '2024-03-06 17:48:19', '2024-03-06 17:48:19'),
(322413, 3193, '2025-01-01 00:00:00', '417', NULL, '', '0', 1, '2024-03-06 17:48:19', '2024-03-06 17:48:19'),
(322414, 3193, '2025-02-01 00:00:00', '417', NULL, '', '0', 1, '2024-03-06 17:48:19', '2024-03-06 17:48:19'),
(322415, 2846, '2024-03-01 00:00:00', '300', NULL, '', '0', 1, '2024-03-06 18:08:45', '2024-03-06 18:08:45'),
(322416, 2922, '2024-03-01 00:00:00', '300', NULL, '', '0', 1, '2024-03-07 10:57:14', '2024-03-07 10:57:14'),
(322417, 3194, '2024-03-01 00:00:00', '600', NULL, '', '0', 1, '2024-03-07 11:15:37', '2024-03-07 11:15:49'),
(322418, 3195, '2024-02-01 00:00:00', '1340', NULL, '', '0', 1, '2024-03-07 13:27:03', '2024-03-07 13:27:16'),
(322421, 3195, '2024-03-01 00:00:00', '1260', NULL, '', '0', 1, '2024-03-07 13:30:18', '2024-03-07 13:30:18'),
(322422, 2787, '2024-03-01 00:00:00', '400', NULL, '', '0', 1, '2024-03-07 15:14:39', '2024-03-07 15:14:39'),
(322423, 3089, '2024-03-01 00:00:00', '300', NULL, '', '0', 1, '2024-03-07 15:39:26', '2024-03-07 15:39:26'),
(322424, 2683, '2024-03-01 00:00:00', '350', NULL, '', '0', 1, '2024-03-07 16:16:23', '2024-03-07 16:16:23'),
(322425, 3196, '2024-02-01 00:00:00', '700', NULL, '', '0', 1, '2024-03-07 16:16:52', '2024-03-07 16:17:06'),
(322426, 3196, '2024-03-01 00:00:00', '700', NULL, '', '0', 1, '2024-03-07 16:16:52', '2024-03-07 16:17:06'),
(322428, 3093, '2024-03-01 00:00:00', '350', NULL, '', '0', 1, '2024-03-07 16:32:07', '2024-03-07 16:32:07'),
(322429, 3197, '2024-02-01 00:00:00', '400', NULL, '', '0', 1, '2024-03-09 10:44:50', '2024-03-09 10:45:11'),
(322430, 3197, '2024-03-01 00:00:00', '400', NULL, '', '0', 1, '2024-03-09 10:44:50', '2024-03-09 10:45:11'),
(322431, 3197, '2024-04-01 00:00:00', '400', NULL, '', '0', 1, '2024-03-09 10:44:50', '2024-03-09 10:45:11'),
(322432, 2831, '2024-03-01 00:00:00', '300', NULL, '', '0', 1, '2024-03-09 10:46:53', '2024-03-09 10:46:53'),
(322433, 3198, '2024-03-01 00:00:00', '1800', NULL, '', '0', 1, '2024-03-09 10:49:51', '2024-03-09 10:50:04'),
(322434, 1775, '2024-02-01 00:00:00', '900', NULL, '', '0', 1, '2024-03-09 11:15:10', '2024-03-09 11:15:10'),
(322435, 1775, '2024-03-01 00:00:00', '900', NULL, '', '0', 1, '2024-03-09 11:15:10', '2024-03-09 11:15:10'),
(322436, 2908, '2024-03-01 00:00:00', '300', NULL, '', '0', 1, '2024-03-09 13:30:30', '2024-03-09 13:30:30'),
(322437, 2918, '2024-03-01 00:00:00', '400', NULL, '', '0', 1, '2024-03-09 15:06:24', '2024-03-09 15:06:24'),
(322439, 2871, '2024-03-01 00:00:00', '350', NULL, '', '0', 1, '2024-03-09 16:01:36', '2024-03-09 16:01:36'),
(322440, 2803, '2024-03-01 00:00:00', '350', NULL, '', '0', 1, '2024-03-09 17:19:14', '2024-03-09 17:19:14'),
(322441, 3025, '2024-03-01 00:00:00', '300', NULL, '', '0', 1, '2024-03-10 11:08:47', '2024-03-10 11:08:47'),
(322442, 3199, '2024-03-01 00:00:00', '300', NULL, '', '0', 1, '2024-03-10 11:11:40', '2024-03-10 11:12:10'),
(322443, 3104, '2024-03-01 00:00:00', '200', NULL, '', '0', 1, '2024-03-10 11:14:04', '2024-03-10 11:14:04'),
(322444, 3143, '2024-03-01 00:00:00', '250', NULL, '', '0', 1, '2024-03-10 11:14:58', '2024-03-10 11:14:58'),
(322445, 3200, '2024-02-01 00:00:00', '0', NULL, '', '0', 1, '2024-03-10 11:29:04', '2024-03-10 11:29:38'),
(322446, 3200, '2024-03-01 00:00:00', '400', NULL, '', '0', 1, '2024-03-10 11:29:04', '2024-03-10 11:29:50'),
(322448, 3201, '2024-02-01 00:00:00', '200', NULL, '', '0', 1, '2024-03-10 12:06:10', '2024-03-10 12:06:44'),
(322449, 3201, '2024-03-01 00:00:00', '200', NULL, '', '0', 1, '2024-03-10 12:06:10', '2024-03-10 12:06:44'),
(322451, 2815, '2024-03-01 00:00:00', '350', NULL, '', '0', 1, '2024-03-10 12:45:16', '2024-03-10 12:45:16'),
(322452, 3202, '2024-03-01 00:00:00', '1340', NULL, '', '0', 1, '2024-03-10 13:33:21', '2024-03-10 13:33:31'),
(322453, 3063, '2024-03-01 00:00:00', '300', NULL, '', '0', 1, '2024-03-10 15:07:28', '2024-03-10 15:07:28'),
(322455, 3101, '2024-03-01 00:00:00', '500', NULL, '', '0', 1, '2024-03-10 15:19:17', '2024-03-10 15:19:17'),
(322456, 3203, '2024-03-01 00:00:00', '300', NULL, '', '0', 1, '2024-03-10 15:31:20', '2024-03-10 15:31:47'),
(322457, 3204, '2024-03-01 00:00:00', '300', NULL, '', '0', 1, '2024-03-10 15:33:44', '2024-03-10 15:33:55'),
(322458, 3155, '2024-03-01 00:00:00', '300', NULL, '', '0', 1, '2024-03-10 16:34:59', '2024-03-10 16:34:59'),
(322459, 2907, '2024-03-01 00:00:00', '300', NULL, '', '0', 1, '2024-03-10 16:43:21', '2024-03-10 16:43:21'),
(322460, 3205, '2024-03-01 00:00:00', '315', NULL, '', '0', 1, '2024-03-11 10:37:26', '2024-03-11 10:37:38'),
(322461, 3205, '2024-04-01 00:00:00', '315', NULL, '', '0', 1, '2024-03-11 10:37:38', '2024-03-11 10:37:38'),
(322462, 3205, '2024-05-01 00:00:00', '315', NULL, '', '0', 1, '2024-03-11 10:37:38', '2024-03-11 10:37:38'),
(322463, 3205, '2024-06-01 00:00:00', '315', NULL, '', '0', 1, '2024-03-11 10:37:38', '2024-03-11 10:37:38'),
(322464, 3205, '2024-07-01 00:00:00', '315', NULL, '', '0', 1, '2024-03-11 10:37:38', '2024-03-11 10:37:38'),
(322465, 3205, '2024-08-01 00:00:00', '315', NULL, '', '0', 1, '2024-03-11 10:37:38', '2024-03-11 10:37:38'),
(322466, 3205, '2024-09-01 00:00:00', '315', NULL, '', '0', 1, '2024-03-11 10:37:38', '2024-03-11 10:37:38'),
(322467, 3205, '2024-10-01 00:00:00', '315', NULL, '', '0', 1, '2024-03-11 10:37:38', '2024-03-11 10:37:38'),
(322468, 3205, '2024-11-01 00:00:00', '315', NULL, '', '0', 1, '2024-03-11 10:37:38', '2024-03-11 10:37:38'),
(322469, 3205, '2024-12-01 00:00:00', '315', NULL, '', '0', 1, '2024-03-11 10:37:38', '2024-03-11 10:37:38'),
(322470, 3205, '2025-01-01 00:00:00', '315', NULL, '', '0', 1, '2024-03-11 10:37:38', '2024-03-11 10:37:38'),
(322471, 3205, '2025-02-01 00:00:00', '315', NULL, '', '0', 1, '2024-03-11 10:37:38', '2024-03-11 10:37:38'),
(322472, 2855, '2024-03-01 00:00:00', '300', NULL, '', '0', 1, '2024-03-11 13:01:39', '2024-03-11 13:01:39'),
(322473, 3171, '2024-03-01 00:00:00', '200', NULL, '', '0', 1, '2024-03-11 14:05:23', '2024-03-11 14:05:23'),
(322474, 3111, '2024-03-01 00:00:00', '200', NULL, '', '0', 1, '2024-03-11 14:06:58', '2024-03-11 14:06:58'),
(322475, 3141, '2024-03-01 00:00:00', '600', NULL, '', '0', 1, '2024-03-11 14:08:00', '2024-03-11 14:08:00'),
(322476, 2853, '2024-03-01 00:00:00', '300', NULL, '', '0', 1, '2024-03-11 14:08:48', '2024-03-11 14:08:48'),
(322477, 3206, '2024-03-01 00:00:00', '334', NULL, '', '0', 1, '2024-03-11 14:12:51', '2024-03-11 14:12:59'),
(322478, 3206, '2024-04-01 00:00:00', '334', NULL, '', '0', 1, '2024-03-11 14:12:59', '2024-03-11 14:12:59'),
(322479, 3206, '2024-05-01 00:00:00', '334', NULL, '', '0', 1, '2024-03-11 14:12:59', '2024-03-11 14:12:59'),
(322480, 3206, '2024-06-01 00:00:00', '334', NULL, '', '0', 1, '2024-03-11 14:12:59', '2024-03-11 14:12:59'),
(322481, 3206, '2024-07-01 00:00:00', '334', NULL, '', '0', 1, '2024-03-11 14:12:59', '2024-03-11 14:12:59'),
(322482, 3206, '2024-08-01 00:00:00', '334', NULL, '', '0', 1, '2024-03-11 14:12:59', '2024-03-11 14:12:59'),
(322483, 3206, '2024-09-01 00:00:00', '334', NULL, '', '0', 1, '2024-03-11 14:12:59', '2024-03-11 14:12:59'),
(322484, 3206, '2024-10-01 00:00:00', '334', NULL, '', '0', 1, '2024-03-11 14:12:59', '2024-03-11 14:12:59'),
(322485, 3206, '2024-11-01 00:00:00', '334', NULL, '', '0', 1, '2024-03-11 14:12:59', '2024-03-11 14:12:59'),
(322486, 3206, '2024-12-01 00:00:00', '334', NULL, '', '0', 1, '2024-03-11 14:12:59', '2024-03-11 14:12:59'),
(322487, 3206, '2025-01-01 00:00:00', '334', NULL, '', '0', 1, '2024-03-11 14:12:59', '2024-03-11 14:12:59'),
(322488, 3206, '2025-02-01 00:00:00', '334', NULL, '', '0', 1, '2024-03-11 14:12:59', '2024-03-11 14:12:59'),
(322489, 3207, '2023-12-01 00:00:00', '400', NULL, '', '0', 1, '2024-03-11 14:15:53', '2024-03-11 14:16:05'),
(322490, 3207, '2024-01-01 00:00:00', '400', NULL, '', '0', 1, '2024-03-11 14:15:53', '2024-03-11 14:16:05'),
(322491, 3207, '2024-02-01 00:00:00', '400', NULL, '', '0', 1, '2024-03-11 14:15:53', '2024-03-11 14:16:05'),
(322492, 3207, '2024-03-01 00:00:00', '400', NULL, '', '0', 1, '2024-03-11 14:15:53', '2024-03-11 14:16:05'),
(322494, 2877, '2024-03-01 00:00:00', '310', NULL, '', '0', 1, '2024-03-11 14:53:02', '2024-03-11 14:53:02'),
(322495, 3090, '2024-03-01 00:00:00', '300', NULL, '', '0', 1, '2024-03-11 15:05:02', '2024-03-11 15:05:02'),
(322496, 3208, '2024-03-01 00:00:00', '300', NULL, '', '0', 1, '2024-03-11 15:46:44', '2024-03-11 15:46:57'),
(322497, 3208, '2024-04-01 00:00:00', '300', NULL, '', '0', 1, '2024-03-11 15:46:57', '2024-03-11 15:46:57'),
(322498, 3208, '2024-05-01 00:00:00', '300', NULL, '', '0', 1, '2024-03-11 15:46:57', '2024-03-11 15:46:57'),
(322499, 3208, '2024-06-01 00:00:00', '300', NULL, '', '0', 1, '2024-03-11 15:46:57', '2024-03-11 15:46:57'),
(322500, 3208, '2024-07-01 00:00:00', '300', NULL, '', '0', 1, '2024-03-11 15:46:57', '2024-03-11 15:46:57'),
(322501, 3208, '2024-08-01 00:00:00', '300', NULL, '', '0', 1, '2024-03-11 15:46:57', '2024-03-11 15:46:57'),
(322502, 3208, '2024-09-01 00:00:00', '300', NULL, '', '0', 1, '2024-03-11 15:46:57', '2024-03-11 15:46:57'),
(322503, 3208, '2024-10-01 00:00:00', '300', NULL, '', '0', 1, '2024-03-11 15:46:57', '2024-03-11 15:46:57'),
(322504, 3208, '2024-11-01 00:00:00', '300', NULL, '', '0', 1, '2024-03-11 15:46:57', '2024-03-11 15:46:57'),
(322505, 3208, '2024-12-01 00:00:00', '300', NULL, '', '0', 1, '2024-03-11 15:46:57', '2024-03-11 15:46:57'),
(322506, 3208, '2025-01-01 00:00:00', '300', NULL, '', '0', 1, '2024-03-11 15:46:57', '2024-03-11 15:46:57');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(322507, 3208, '2025-02-01 00:00:00', '300', NULL, '', '0', 1, '2024-03-11 15:46:57', '2024-03-11 15:46:57'),
(322508, 3209, '2024-03-01 00:00:00', '300', NULL, '', '0', 1, '2024-03-11 17:56:38', '2024-03-11 17:56:51'),
(322509, 3209, '2024-04-01 00:00:00', '300', NULL, '', '0', 1, '2024-03-11 17:56:51', '2024-03-11 17:56:51'),
(322510, 3209, '2024-05-01 00:00:00', '300', NULL, '', '0', 1, '2024-03-11 17:56:51', '2024-03-11 17:56:51'),
(322511, 3209, '2024-06-01 00:00:00', '300', NULL, '', '0', 1, '2024-03-11 17:56:51', '2024-03-11 17:56:51'),
(322512, 3209, '2024-07-01 00:00:00', '300', NULL, '', '0', 1, '2024-03-11 17:56:51', '2024-03-11 17:56:51'),
(322513, 3209, '2024-08-01 00:00:00', '300', NULL, '', '0', 1, '2024-03-11 17:56:51', '2024-03-11 17:56:51'),
(322514, 3210, '2024-02-01 00:00:00', '300', NULL, '', '0', 1, '2024-03-11 18:01:16', '2024-03-11 18:01:41'),
(322515, 3210, '2024-03-01 00:00:00', '300', NULL, '', '0', 1, '2024-03-11 18:01:16', '2024-03-27 12:08:22'),
(322517, 3151, '2024-03-01 00:00:00', '600', NULL, '', '0', 1, '2024-03-11 18:02:31', '2024-03-11 18:02:31'),
(322518, 1888, '2024-03-01 00:00:00', '150', NULL, '', '0', 1, '2024-03-12 09:51:11', '2024-03-12 09:51:11'),
(322519, 3087, '2024-03-01 00:00:00', '300', NULL, '', '0', 1, '2024-03-12 11:56:29', '2024-03-12 11:56:29'),
(322520, 3170, '2024-03-01 00:00:00', '500', NULL, '', '0', 1, '2024-03-12 13:33:47', '2024-03-12 13:33:47'),
(322521, 3211, '2024-03-01 00:00:00', '300', NULL, '', '0', 1, '2024-03-12 14:07:32', '2024-03-12 14:08:05'),
(322522, 3211, '2024-04-01 00:00:00', '300', NULL, '', '0', 1, '2024-03-12 14:08:05', '2024-03-12 14:08:05'),
(322523, 3211, '2024-05-01 00:00:00', '300', NULL, '', '0', 1, '2024-03-12 14:08:05', '2024-03-12 14:08:05'),
(322524, 3211, '2024-06-01 00:00:00', '300', NULL, '', '0', 1, '2024-03-12 14:08:05', '2024-03-12 14:08:05'),
(322525, 3211, '2024-07-01 00:00:00', '300', NULL, '', '0', 1, '2024-03-12 14:08:05', '2024-03-12 14:08:05'),
(322526, 3211, '2024-08-01 00:00:00', '300', NULL, '', '0', 1, '2024-03-12 14:08:05', '2024-03-12 14:08:05'),
(322527, 3211, '2024-09-01 00:00:00', '300', NULL, '', '0', 1, '2024-03-12 14:08:05', '2024-03-12 14:08:05'),
(322528, 3211, '2024-10-01 00:00:00', '300', NULL, '', '0', 1, '2024-03-12 14:08:05', '2024-03-12 14:08:05'),
(322529, 3211, '2024-11-01 00:00:00', '300', NULL, '', '0', 1, '2024-03-12 14:08:05', '2024-03-12 14:08:05'),
(322530, 3211, '2024-12-01 00:00:00', '300', NULL, '', '0', 1, '2024-03-12 14:08:05', '2024-03-12 14:08:05'),
(322531, 3211, '2025-01-01 00:00:00', '300', NULL, '', '0', 1, '2024-03-12 14:08:05', '2024-03-12 14:08:05'),
(322532, 3211, '2025-02-01 00:00:00', '300', NULL, '', '0', 1, '2024-03-12 14:08:05', '2024-03-12 14:08:05'),
(322533, 2784, '2024-03-01 00:00:00', '200', NULL, '', '0', 1, '2024-03-12 15:19:25', '2024-03-12 15:19:25'),
(322534, 3097, '2024-03-01 00:00:00', '333', NULL, '', '0', 1, '2024-03-12 15:43:01', '2024-03-12 15:43:01'),
(322535, 3212, '2024-03-01 00:00:00', '1125', NULL, '', '0', 1, '2024-03-12 15:44:41', '2024-03-12 15:45:04'),
(322536, 3212, '2024-04-01 00:00:00', '1125', NULL, '', '0', 1, '2024-03-12 15:45:04', '2024-03-12 15:45:04'),
(322537, 3212, '2024-05-01 00:00:00', '1125', NULL, '', '0', 1, '2024-03-12 15:45:04', '2024-03-12 15:45:04'),
(322538, 3212, '2024-06-01 00:00:00', '1125', NULL, '', '0', 1, '2024-03-12 15:45:04', '2024-03-12 15:45:04'),
(322539, 3212, '2024-07-01 00:00:00', '1125', NULL, '', '0', 1, '2024-03-12 15:45:04', '2024-03-12 15:45:04'),
(322540, 3212, '2024-08-01 00:00:00', '1125', NULL, '', '0', 1, '2024-03-12 15:45:04', '2024-03-12 15:45:04'),
(322541, 3212, '2024-09-01 00:00:00', '1125', NULL, '', '0', 1, '2024-03-12 15:45:04', '2024-03-12 15:45:04'),
(322542, 3212, '2024-10-01 00:00:00', '1125', NULL, '', '0', 1, '2024-03-12 15:45:04', '2024-03-12 15:45:04'),
(322543, 3212, '2024-11-01 00:00:00', '1125', NULL, '', '0', 1, '2024-03-12 15:45:04', '2024-03-12 15:45:04'),
(322544, 3212, '2024-12-01 00:00:00', '1125', NULL, '', '0', 1, '2024-03-12 15:45:04', '2024-03-12 15:45:04'),
(322545, 3212, '2025-01-01 00:00:00', '1125', NULL, '', '0', 1, '2024-03-12 15:45:04', '2024-03-12 15:45:04'),
(322546, 3212, '2025-02-01 00:00:00', '1125', NULL, '', '0', 1, '2024-03-12 15:45:04', '2024-03-12 15:45:04'),
(322547, 2890, '2024-03-01 00:00:00', '500', NULL, '', '0', 1, '2024-03-12 15:47:38', '2024-03-12 15:47:38'),
(322548, 3100, '2024-03-01 00:00:00', '3500', NULL, '', '0', 1, '2024-03-13 09:32:41', '2024-03-13 09:32:41'),
(322549, 2980, '2024-03-01 00:00:00', '150', NULL, '', '0', 1, '2024-03-13 13:57:12', '2024-03-13 13:57:12'),
(322550, 3007, '2024-03-01 00:00:00', '300', NULL, '', '0', 1, '2024-03-13 14:02:05', '2024-03-13 14:02:05'),
(322551, 3142, '2024-03-01 00:00:00', '350', NULL, '', '0', 1, '2024-03-13 14:02:34', '2024-03-13 14:02:34'),
(322552, 3067, '2024-03-01 00:00:00', '900', NULL, '', '0', 1, '2024-03-13 14:04:54', '2024-03-13 14:04:54'),
(322554, 2891, '2024-03-01 00:00:00', '300', NULL, '', '0', 1, '2024-03-13 14:10:30', '2024-03-13 14:10:30'),
(322555, 3213, '2023-12-01 00:00:00', '250', NULL, '', '0', 1, '2024-03-13 14:41:25', '2024-03-13 14:41:56'),
(322556, 3213, '2024-01-01 00:00:00', '250', NULL, '', '0', 1, '2024-03-13 14:41:25', '2024-03-13 14:41:56'),
(322557, 3213, '2024-02-01 00:00:00', '250', NULL, '', '0', 1, '2024-03-13 14:41:25', '2024-03-13 14:41:56'),
(322558, 3213, '2024-03-01 00:00:00', '0', NULL, '', '0', 1, '2024-03-13 14:41:25', '2024-03-13 14:42:07'),
(322560, 2947, '2024-03-01 00:00:00', '400', NULL, '', '0', 1, '2024-03-14 11:10:36', '2024-03-14 11:10:36'),
(322561, 3214, '2024-02-01 00:00:00', '300', NULL, '', '0', 1, '2024-03-14 12:27:55', '2024-03-14 12:28:04'),
(322562, 3214, '2024-03-01 00:00:00', '300', NULL, '', '0', 1, '2024-03-14 12:27:55', '2024-04-22 12:25:33'),
(322564, 2851, '2024-03-01 00:00:00', '200', NULL, '', '0', 1, '2024-03-14 12:50:12', '2024-03-14 12:50:12'),
(322565, 2913, '2024-03-01 00:00:00', '600', NULL, '', '0', 1, '2024-03-14 13:03:45', '2024-03-14 13:03:45'),
(322566, 3215, '2024-03-01 00:00:00', '200', NULL, '', '0', 1, '2024-03-14 13:13:58', '2024-03-14 13:14:12'),
(322567, 3216, '2024-03-01 00:00:00', '350', NULL, '', '0', 1, '2024-03-14 13:41:14', '2024-03-14 13:41:26'),
(322568, 2990, '2024-03-01 00:00:00', '300', NULL, '', '0', 1, '2024-03-14 13:59:17', '2024-03-14 13:59:17'),
(322569, 1829, '2024-03-01 00:00:00', '600', NULL, '', '0', 1, '2024-03-14 14:04:44', '2024-03-14 14:04:44'),
(322570, 3147, '2024-03-01 00:00:00', '150', NULL, '', '0', 1, '2024-03-14 15:01:47', '2024-03-14 15:01:47'),
(322571, 2827, '2024-03-01 00:00:00', '300', NULL, '', '0', 1, '2024-03-14 15:39:40', '2024-03-14 15:39:40'),
(322572, 3217, '2024-03-01 00:00:00', '600', NULL, '', '0', 1, '2024-03-14 16:04:01', '2024-03-14 16:04:14'),
(322573, 3218, '2024-02-01 00:00:00', '300', NULL, '', '0', 1, '2024-03-16 11:33:59', '2024-03-16 11:34:42'),
(322574, 3218, '2024-03-01 00:00:00', '300', NULL, '', '0', 1, '2024-03-16 11:33:59', '2024-03-16 11:34:42'),
(322575, 3218, '2024-04-01 00:00:00', '300', NULL, '', '0', 1, '2024-03-16 11:33:59', '2024-03-16 11:34:42'),
(322576, 3219, '2024-03-01 00:00:00', '200', NULL, '', '0', 1, '2024-03-16 11:40:13', '2024-03-16 11:40:27'),
(322577, 3219, '2024-04-01 00:00:00', '200', NULL, '', '0', 1, '2024-03-16 11:40:27', '2024-03-16 11:40:27'),
(322578, 3219, '2024-05-01 00:00:00', '200', NULL, '', '0', 1, '2024-03-16 11:40:27', '2024-03-16 11:40:27'),
(322579, 3219, '2024-06-01 00:00:00', '200', NULL, '', '0', 1, '2024-03-16 11:40:27', '2024-03-16 11:40:27'),
(322580, 3219, '2024-07-01 00:00:00', '200', NULL, '', '0', 1, '2024-03-16 11:40:27', '2024-03-16 11:40:27'),
(322581, 3219, '2024-08-01 00:00:00', '200', NULL, '', '0', 1, '2024-03-16 11:40:27', '2024-03-16 11:40:27'),
(322582, 3219, '2024-09-01 00:00:00', '200', NULL, '', '0', 1, '2024-03-16 11:40:27', '2024-03-16 11:40:27'),
(322583, 3219, '2024-10-01 00:00:00', '200', NULL, '', '0', 1, '2024-03-16 11:40:27', '2024-03-16 11:40:27'),
(322584, 3219, '2024-11-01 00:00:00', '200', NULL, '', '0', 1, '2024-03-16 11:40:27', '2024-03-16 11:40:27'),
(322585, 3219, '2024-12-01 00:00:00', '200', NULL, '', '0', 1, '2024-03-16 11:40:27', '2024-03-16 11:40:27'),
(322586, 3219, '2025-01-01 00:00:00', '200', NULL, '', '0', 1, '2024-03-16 11:40:27', '2024-03-16 11:40:27'),
(322587, 3219, '2025-02-01 00:00:00', '200', NULL, '', '0', 1, '2024-03-16 11:40:27', '2024-03-16 11:40:27'),
(322588, 3220, '2024-03-01 00:00:00', '960', NULL, '', '0', 1, '2024-03-16 11:45:47', '2024-03-16 11:45:54'),
(322589, 3221, '2024-03-01 00:00:00', '270', NULL, '', '0', 1, '2024-03-16 11:50:05', '2024-03-16 11:50:22'),
(322590, 3221, '2024-04-01 00:00:00', '270', NULL, '', '0', 1, '2024-03-16 11:50:22', '2024-03-16 11:50:22'),
(322591, 3221, '2024-05-01 00:00:00', '270', NULL, '', '0', 1, '2024-03-16 11:50:22', '2024-03-16 11:50:22'),
(322592, 3221, '2024-06-01 00:00:00', '270', NULL, '', '0', 1, '2024-03-16 11:50:22', '2024-03-16 11:50:22'),
(322593, 3221, '2024-07-01 00:00:00', '270', NULL, '', '0', 1, '2024-03-16 11:50:22', '2024-03-16 11:50:22'),
(322594, 3221, '2024-08-01 00:00:00', '270', NULL, '', '0', 1, '2024-03-16 11:50:22', '2024-03-16 11:50:22'),
(322595, 3221, '2024-09-01 00:00:00', '270', NULL, '', '0', 1, '2024-03-16 11:50:22', '2024-03-16 11:50:22'),
(322596, 3221, '2024-10-01 00:00:00', '270', NULL, '', '0', 1, '2024-03-16 11:50:22', '2024-03-16 11:50:22'),
(322597, 3221, '2024-11-01 00:00:00', '270', NULL, '', '0', 1, '2024-03-16 11:50:22', '2024-03-16 11:50:22'),
(322598, 3221, '2024-12-01 00:00:00', '270', NULL, '', '0', 1, '2024-03-16 11:50:22', '2024-03-16 11:50:22'),
(322599, 3221, '2025-01-01 00:00:00', '270', NULL, '', '0', 1, '2024-03-16 11:50:22', '2024-03-16 11:50:22'),
(322600, 3221, '2025-02-01 00:00:00', '270', NULL, '', '0', 1, '2024-03-16 11:50:22', '2024-03-16 11:50:22'),
(322601, 2934, '2024-03-01 00:00:00', '300', NULL, '', '0', 1, '2024-03-16 12:52:58', '2024-03-16 12:52:58'),
(322602, 3124, '2024-03-01 00:00:00', '300', NULL, '', '0', 1, '2024-03-17 11:16:16', '2024-03-17 11:16:16'),
(322603, 3222, '2023-12-01 00:00:00', '300', NULL, '', '0', 1, '2024-03-17 12:07:33', '2024-03-17 12:07:45'),
(322604, 3222, '2024-01-01 00:00:00', '300', NULL, '', '0', 1, '2024-03-17 12:07:33', '2024-03-17 12:07:45'),
(322605, 3222, '2024-02-01 00:00:00', '300', NULL, '', '0', 1, '2024-03-17 12:07:33', '2024-03-17 12:07:45'),
(322606, 3222, '2024-03-01 00:00:00', '300', NULL, '', '0', 1, '2024-03-17 12:07:33', '2024-03-17 12:07:45'),
(322607, 3222, '2024-04-01 00:00:00', '300', NULL, '', '0', 1, '2024-03-17 12:07:33', '2024-03-17 12:07:45'),
(322608, 3222, '2024-05-01 00:00:00', '300', NULL, '', '0', 1, '2024-03-17 12:07:45', '2024-03-17 12:07:45'),
(322609, 3223, '2024-03-01 00:00:00', '333', NULL, '', '0', 1, '2024-03-17 12:09:23', '2024-03-17 12:09:33'),
(322610, 3223, '2024-04-01 00:00:00', '333', NULL, '', '0', 1, '2024-03-17 12:09:33', '2024-03-17 12:09:33'),
(322611, 3223, '2024-05-01 00:00:00', '333', NULL, '', '0', 1, '2024-03-17 12:09:33', '2024-03-17 12:09:33'),
(322612, 3223, '2024-06-01 00:00:00', '333', NULL, '', '0', 1, '2024-03-17 12:09:33', '2024-03-17 12:09:33'),
(322613, 3223, '2024-07-01 00:00:00', '333', NULL, '', '0', 1, '2024-03-17 12:09:33', '2024-03-17 12:09:33'),
(322614, 3223, '2024-08-01 00:00:00', '333', NULL, '', '0', 1, '2024-03-17 12:09:33', '2024-03-17 12:09:33'),
(322615, 2852, '2024-03-01 00:00:00', '300', NULL, '', '0', 1, '2024-03-17 13:44:52', '2024-03-17 13:44:52'),
(322616, 3224, '2023-10-01 00:00:00', '150', NULL, '', '0', 1, '2024-03-17 14:18:06', '2024-04-17 11:13:07'),
(322617, 3224, '2023-11-01 00:00:00', '150', NULL, '', '0', 1, '2024-03-17 14:18:06', '2024-04-17 11:13:07'),
(322618, 3224, '2023-12-01 00:00:00', '150', NULL, '', '0', 1, '2024-03-17 14:18:06', '2024-04-17 11:13:07'),
(322619, 3224, '2024-01-01 00:00:00', '150', NULL, '', '0', 1, '2024-03-17 14:18:06', '2024-04-17 11:13:07'),
(322620, 3224, '2024-02-01 00:00:00', '150', NULL, '', '0', 1, '2024-03-17 14:18:06', '2024-04-17 11:13:07'),
(322621, 3224, '2024-03-01 00:00:00', '150', NULL, '', '0', 1, '2024-03-17 14:18:06', '2024-04-17 11:13:07'),
(322622, 3224, '2024-04-01 00:00:00', '150', NULL, '', '0', 1, '2024-03-17 14:18:06', '2024-04-17 11:13:07'),
(322623, 3225, '2023-12-01 00:00:00', '400', NULL, '', '0', 1, '2024-03-17 14:45:32', '2024-03-28 13:45:36'),
(322628, 3226, '2024-03-01 00:00:00', '350', NULL, '', '0', 1, '2024-03-17 15:24:28', '2024-03-17 15:24:38'),
(322629, 3106, '2024-03-01 00:00:00', '400', NULL, '', '0', 1, '2024-03-17 15:35:56', '2024-03-17 15:35:56'),
(322630, 3123, '2024-03-01 00:00:00', '300', NULL, '', '0', 1, '2024-03-17 15:51:11', '2024-03-17 15:51:11'),
(322631, 2533, '2024-02-01 00:00:00', '300', NULL, '', '0', 1, '2024-03-17 16:11:06', '2024-03-17 16:11:06'),
(322632, 2533, '2024-03-01 00:00:00', '300', NULL, '', '0', 1, '2024-03-17 16:11:06', '2024-03-17 16:11:06'),
(322633, 3227, '2024-02-01 00:00:00', '150', NULL, '', '0', 1, '2024-03-17 16:13:45', '2024-03-17 16:13:57'),
(322634, 3227, '2024-03-01 00:00:00', '150', NULL, '', '0', 1, '2024-03-17 16:13:45', '2024-03-17 16:13:57'),
(322636, 2988, '2024-03-01 00:00:00', '350', NULL, '', '0', 1, '2024-03-18 10:08:07', '2024-03-18 10:08:07'),
(322637, 3083, '2024-03-01 00:00:00', '500', NULL, '', '0', 1, '2024-03-18 10:58:43', '2024-03-18 10:58:43'),
(322638, 3069, '2024-03-01 00:00:00', '350', NULL, '', '0', 1, '2024-03-18 11:21:21', '2024-03-18 11:21:21'),
(322639, 3075, '2024-03-01 00:00:00', '300', NULL, '', '0', 1, '2024-03-18 11:22:11', '2024-03-18 11:22:11'),
(322640, 3228, '2024-03-01 00:00:00', '300', NULL, '', '0', 1, '2024-03-18 13:11:50', '2024-03-18 13:12:07'),
(322641, 3228, '2024-04-01 00:00:00', '300', NULL, '', '0', 1, '2024-03-18 13:12:07', '2024-03-18 13:12:07'),
(322642, 3228, '2024-05-01 00:00:00', '300', NULL, '', '0', 1, '2024-03-18 13:12:07', '2024-03-18 13:12:07'),
(322643, 3228, '2024-06-01 00:00:00', '300', NULL, '', '0', 1, '2024-03-18 13:12:07', '2024-03-18 13:12:07'),
(322644, 3228, '2024-07-01 00:00:00', '300', NULL, '', '0', 1, '2024-03-18 13:12:07', '2024-03-18 13:12:07'),
(322645, 3228, '2024-08-01 00:00:00', '300', NULL, '', '0', 1, '2024-03-18 13:12:07', '2024-03-18 13:12:07'),
(322646, 3228, '2024-09-01 00:00:00', '300', NULL, '', '0', 1, '2024-03-18 13:12:07', '2024-03-18 13:12:07'),
(322647, 3228, '2024-10-01 00:00:00', '300', NULL, '', '0', 1, '2024-03-18 13:12:07', '2024-03-18 13:12:07'),
(322648, 3228, '2024-11-01 00:00:00', '300', NULL, '', '0', 1, '2024-03-18 13:12:07', '2024-03-18 13:12:07'),
(322649, 3228, '2024-12-01 00:00:00', '300', NULL, '', '0', 1, '2024-03-18 13:12:07', '2024-03-18 13:12:07'),
(322650, 3228, '2025-01-01 00:00:00', '300', NULL, '', '0', 1, '2024-03-18 13:12:07', '2024-03-18 13:12:07'),
(322651, 3228, '2025-02-01 00:00:00', '300', NULL, '', '0', 1, '2024-03-18 13:12:07', '2024-03-18 13:12:07'),
(322652, 3026, '2024-03-01 00:00:00', '300', NULL, '', '0', 1, '2024-03-18 14:18:22', '2024-03-18 14:18:22'),
(322653, 2452, '2024-02-01 00:00:00', '300', NULL, '', '0', 1, '2024-03-18 14:28:05', '2024-03-18 14:28:05'),
(322654, 2950, '2024-03-01 00:00:00', '350', NULL, '', '0', 1, '2024-03-18 15:56:15', '2024-03-18 15:56:15'),
(322655, 3140, '2024-03-01 00:00:00', '1250', NULL, '', '0', 1, '2024-03-19 10:00:38', '2024-03-19 10:00:38'),
(322656, 3229, '2024-03-01 00:00:00', '300', NULL, '', '0', 1, '2024-03-19 10:07:25', '2024-03-19 10:08:02'),
(322657, 3229, '2024-04-01 00:00:00', '300', NULL, '', '0', 1, '2024-03-19 10:08:02', '2024-03-19 10:08:02'),
(322658, 3229, '2024-05-01 00:00:00', '300', NULL, '', '0', 1, '2024-03-19 10:08:02', '2024-03-19 10:08:02'),
(322659, 3229, '2024-06-01 00:00:00', '300', NULL, '', '0', 1, '2024-03-19 10:08:02', '2024-03-19 10:08:02'),
(322660, 3229, '2024-07-01 00:00:00', '300', NULL, '', '0', 1, '2024-03-19 10:08:02', '2024-03-19 10:08:02'),
(322661, 3229, '2024-08-01 00:00:00', '300', NULL, '', '0', 1, '2024-03-19 10:08:02', '2024-03-19 10:08:02'),
(322662, 3229, '2024-09-01 00:00:00', '300', NULL, '', '0', 1, '2024-03-19 10:08:02', '2024-03-19 10:08:02'),
(322663, 3229, '2024-10-01 00:00:00', '300', NULL, '', '0', 1, '2024-03-19 10:08:02', '2024-03-19 10:08:02'),
(322664, 3229, '2024-11-01 00:00:00', '300', NULL, '', '0', 1, '2024-03-19 10:08:02', '2024-03-19 10:08:02'),
(322665, 3229, '2024-12-01 00:00:00', '300', NULL, '', '0', 1, '2024-03-19 10:08:02', '2024-03-19 10:08:02'),
(322666, 3229, '2025-01-01 00:00:00', '300', NULL, '', '0', 1, '2024-03-19 10:08:02', '2024-03-19 10:08:02'),
(322667, 3229, '2025-02-01 00:00:00', '300', NULL, '', '0', 1, '2024-03-19 10:08:02', '2024-03-19 10:08:02'),
(322668, 3010, '2024-03-01 00:00:00', '350', NULL, '', '0', 1, '2024-03-19 10:15:34', '2024-03-19 10:15:34'),
(322669, 3035, '2024-03-01 00:00:00', '300', NULL, '', '0', 1, '2024-03-19 10:16:41', '2024-03-19 10:16:41'),
(322670, 3084, '2024-03-01 00:00:00', '300', NULL, '', '0', 1, '2024-03-19 10:17:40', '2024-03-19 10:17:40'),
(322671, 3230, '2024-03-01 00:00:00', '300', NULL, '', '0', 1, '2024-03-19 10:33:12', '2024-03-19 10:33:29'),
(322672, 3230, '2024-04-01 00:00:00', '300', NULL, '', '0', 1, '2024-03-19 10:33:29', '2024-03-19 10:33:29'),
(322673, 3230, '2024-05-01 00:00:00', '300', NULL, '', '0', 1, '2024-03-19 10:33:29', '2024-03-19 10:33:29'),
(322674, 3230, '2024-06-01 00:00:00', '300', NULL, '', '0', 1, '2024-03-19 10:33:29', '2024-03-19 10:33:29'),
(322675, 3230, '2024-07-01 00:00:00', '300', NULL, '', '0', 1, '2024-03-19 10:33:29', '2024-03-19 10:33:29'),
(322676, 3230, '2024-08-01 00:00:00', '300', NULL, '', '0', 1, '2024-03-19 10:33:29', '2024-03-19 10:33:29'),
(322677, 3230, '2024-09-01 00:00:00', '300', NULL, '', '0', 1, '2024-03-19 10:33:29', '2024-03-19 10:33:29'),
(322678, 3230, '2024-10-01 00:00:00', '300', NULL, '', '0', 1, '2024-03-19 10:33:29', '2024-03-19 10:33:29'),
(322679, 3230, '2024-11-01 00:00:00', '300', NULL, '', '0', 1, '2024-03-19 10:33:29', '2024-03-19 10:33:29'),
(322680, 3230, '2024-12-01 00:00:00', '300', NULL, '', '0', 1, '2024-03-19 10:33:29', '2024-03-19 10:33:29'),
(322681, 3230, '2025-01-01 00:00:00', '300', NULL, '', '0', 1, '2024-03-19 10:33:29', '2024-03-19 10:33:29'),
(322682, 3230, '2025-02-01 00:00:00', '300', NULL, '', '0', 1, '2024-03-19 10:33:29', '2024-03-19 10:33:29'),
(322683, 1161, '2024-02-01 00:00:00', '1250', NULL, '', '0', 1, '2024-03-19 12:01:21', '2024-03-19 12:01:21'),
(322684, 1161, '2024-03-01 00:00:00', '1250', NULL, '', '0', 1, '2024-03-19 12:01:21', '2024-03-19 12:01:21'),
(322685, 2963, '2024-03-01 00:00:00', '300', NULL, '', '0', 1, '2024-03-19 12:28:23', '2024-03-19 12:28:23'),
(322686, 3231, '2024-03-01 00:00:00', '300', NULL, '', '0', 1, '2024-03-19 13:31:16', '2024-03-19 13:31:33'),
(322687, 3005, '2024-03-01 00:00:00', '250', NULL, '', '0', 1, '2024-03-19 15:20:35', '2024-03-19 15:20:35'),
(322688, 2999, '2024-03-01 00:00:00', '400', NULL, '', '0', 1, '2024-03-19 15:32:43', '2024-03-19 15:32:43'),
(322689, 2993, '2024-03-01 00:00:00', '350', NULL, '', '0', 1, '2024-03-19 15:40:19', '2024-03-19 15:40:19'),
(322690, 2929, '2024-03-01 00:00:00', '300', NULL, '', '0', 1, '2024-03-19 16:01:14', '2024-03-19 16:01:14'),
(322691, 3232, '2024-03-01 00:00:00', '200', NULL, '', '0', 1, '2024-03-20 09:51:12', '2024-03-20 10:24:00'),
(322692, 3233, '2024-03-01 00:00:00', '167', NULL, '', '0', 1, '2024-03-20 09:54:03', '2024-03-20 10:21:48'),
(322693, 3233, '2024-04-01 00:00:00', '167', NULL, '', '0', 1, '2024-03-20 10:21:48', '2024-03-20 10:21:48'),
(322694, 3233, '2024-05-01 00:00:00', '167', NULL, '', '0', 1, '2024-03-20 10:21:48', '2024-03-20 10:21:48'),
(322695, 3233, '2024-06-01 00:00:00', '167', NULL, '', '0', 1, '2024-03-20 10:21:48', '2024-03-20 10:21:48'),
(322696, 3233, '2024-07-01 00:00:00', '167', NULL, '', '0', 1, '2024-03-20 10:21:48', '2024-03-20 10:21:48'),
(322697, 3233, '2024-08-01 00:00:00', '167', NULL, '', '0', 1, '2024-03-20 10:21:48', '2024-03-20 10:21:48'),
(322698, 3233, '2024-09-01 00:00:00', '167', NULL, '', '0', 1, '2024-03-20 10:21:48', '2024-03-20 10:21:48'),
(322699, 3233, '2024-10-01 00:00:00', '167', NULL, '', '0', 1, '2024-03-20 10:21:48', '2024-03-20 10:21:48'),
(322700, 3233, '2024-11-01 00:00:00', '167', NULL, '', '0', 1, '2024-03-20 10:21:48', '2024-03-20 10:21:48'),
(322701, 3233, '2024-12-01 00:00:00', '167', NULL, '', '0', 1, '2024-03-20 10:21:48', '2024-03-20 10:21:48'),
(322702, 3233, '2025-01-01 00:00:00', '167', NULL, '', '0', 1, '2024-03-20 10:21:48', '2024-03-20 10:21:48'),
(322703, 3233, '2025-02-01 00:00:00', '167', NULL, '', '0', 1, '2024-03-20 10:21:48', '2024-03-20 10:21:48'),
(322704, 2995, '2024-03-01 00:00:00', '300', NULL, '', '0', 1, '2024-03-20 10:22:24', '2024-03-20 10:22:24'),
(322705, 3041, '2024-03-01 00:00:00', '2600', NULL, '', '0', 1, '2024-03-20 10:24:45', '2024-03-20 10:24:45'),
(322706, 2992, '2024-03-01 00:00:00', '300', NULL, '', '0', 1, '2024-03-20 10:25:08', '2024-03-20 10:25:08'),
(322707, 3234, '2024-03-01 00:00:00', '5000', NULL, '', '0', 1, '2024-03-20 13:16:40', '2024-03-20 13:17:12'),
(322708, 3011, '2024-03-01 00:00:00', '750', NULL, '', '0', 1, '2024-03-20 13:19:25', '2024-03-20 13:19:25'),
(322709, 3235, '2024-03-01 00:00:00', '300', NULL, '', '0', 1, '2024-03-20 13:20:35', '2024-03-20 13:20:43'),
(322710, 2854, '2024-03-01 00:00:00', '300', NULL, '', '0', 1, '2024-03-20 13:34:02', '2024-03-20 13:34:02'),
(322711, 3236, '2024-03-01 00:00:00', '267', NULL, '', '0', 1, '2024-03-20 14:01:54', '2024-03-20 14:02:05'),
(322712, 3236, '2024-04-01 00:00:00', '267', NULL, '', '0', 1, '2024-03-20 14:02:05', '2024-03-20 14:02:05'),
(322713, 3236, '2024-05-01 00:00:00', '267', NULL, '', '0', 1, '2024-03-20 14:02:05', '2024-03-20 14:02:05'),
(322714, 3236, '2024-06-01 00:00:00', '267', NULL, '', '0', 1, '2024-03-20 14:02:05', '2024-03-20 14:02:05'),
(322715, 3236, '2024-07-01 00:00:00', '267', NULL, '', '0', 1, '2024-03-20 14:02:05', '2024-03-20 14:02:05'),
(322716, 3236, '2024-08-01 00:00:00', '267', NULL, '', '0', 1, '2024-03-20 14:02:05', '2024-03-20 14:02:05'),
(322717, 3236, '2024-09-01 00:00:00', '267', NULL, '', '0', 1, '2024-03-20 14:02:05', '2024-03-20 14:02:05'),
(322718, 3236, '2024-10-01 00:00:00', '267', NULL, '', '0', 1, '2024-03-20 14:02:05', '2024-03-20 14:02:05'),
(322719, 3236, '2024-11-01 00:00:00', '267', NULL, '', '0', 1, '2024-03-20 14:02:05', '2024-03-20 14:02:05'),
(322720, 3236, '2024-12-01 00:00:00', '267', NULL, '', '0', 1, '2024-03-20 14:02:05', '2024-03-20 14:02:05'),
(322721, 3236, '2025-01-01 00:00:00', '267', NULL, '', '0', 1, '2024-03-20 14:02:05', '2024-03-20 14:02:05'),
(322722, 3236, '2025-02-01 00:00:00', '267', NULL, '', '0', 1, '2024-03-20 14:02:05', '2024-03-20 14:02:05'),
(322723, 3237, '2024-03-01 00:00:00', '3800', NULL, '', '0', 1, '2024-03-20 15:48:21', '2024-03-20 15:49:19'),
(322724, 3237, '2024-04-01 00:00:00', '50', NULL, '', '0', 1, '2024-03-20 15:50:49', '2024-03-20 15:50:49'),
(322725, 3238, '2024-03-01 00:00:00', '350', NULL, '', '0', 1, '2024-03-20 15:53:26', '2024-03-20 15:53:54'),
(322726, 3088, '2024-03-01 00:00:00', '300', NULL, '', '0', 1, '2024-03-20 16:03:56', '2024-03-20 16:03:56'),
(322727, 3239, '2024-04-01 00:00:00', '300', '2024-04-01 00:00:00', '', '0', 1, '2024-03-21 10:41:14', '2024-04-04 13:09:55'),
(322728, 2969, '2024-03-01 00:00:00', '400', NULL, '', '0', 1, '2024-03-21 12:42:03', '2024-03-21 12:42:03'),
(322729, 2687, '2024-03-01 00:00:00', '350', NULL, '', '0', 1, '2024-03-21 12:43:16', '2024-03-21 12:43:16'),
(322730, 2689, '2024-03-01 00:00:00', '300', NULL, '', '0', 1, '2024-03-21 12:44:25', '2024-03-21 12:44:25'),
(322731, 3240, '2024-03-01 00:00:00', '350', NULL, '', '0', 1, '2024-03-21 12:46:16', '2024-03-21 12:46:30'),
(322732, 3241, '2023-07-01 00:00:00', '1870', NULL, '', '0', 1, '2024-03-21 12:49:28', '2024-03-21 12:49:39'),
(322733, 3241, '2023-08-01 00:00:00', '1830', NULL, '', '0', 1, '2024-03-21 12:49:28', '2024-04-27 11:21:36'),
(322734, 3241, '2023-09-01 00:00:00', '1815', NULL, '', '0', 1, '2024-03-21 12:49:28', '2024-05-29 16:55:56'),
(322735, 3241, '2023-10-01 00:00:00', '1830', NULL, '', '0', 1, '2024-03-21 12:49:28', '2024-06-22 13:39:12'),
(322736, 3241, '2023-11-01 00:00:00', NULL, NULL, '', '1870', 0, '2024-03-21 12:49:28', '2024-03-21 12:49:28'),
(322737, 3241, '2023-12-01 00:00:00', NULL, NULL, '', '1870', 0, '2024-03-21 12:49:28', '2024-03-21 12:49:28'),
(322738, 3241, '2024-01-01 00:00:00', NULL, NULL, '', '1870', 0, '2024-03-21 12:49:28', '2024-03-21 12:49:28'),
(322739, 3241, '2024-02-01 00:00:00', NULL, NULL, '', '1870', 0, '2024-03-21 12:49:28', '2024-03-21 12:49:28'),
(322740, 3241, '2024-03-01 00:00:00', NULL, NULL, '', '1870', 0, '2024-03-21 12:49:28', '2024-03-21 12:49:28'),
(322741, 3241, '2024-04-01 00:00:00', NULL, NULL, '', '1870', 0, '2024-03-21 12:49:28', '2024-03-21 12:49:28'),
(322742, 2966, '2024-03-01 00:00:00', '300', NULL, '', '0', 1, '2024-03-21 12:50:17', '2024-03-21 12:50:17'),
(322743, 2959, '2024-03-01 00:00:00', '200', NULL, '', '0', 1, '2024-03-21 13:00:43', '2024-03-21 13:00:43'),
(322744, 3168, '2024-03-01 00:00:00', '333', NULL, '', '0', 1, '2024-03-21 15:33:02', '2024-03-21 15:33:02'),
(322745, 2928, '2024-03-01 00:00:00', '0', NULL, '', '0', 1, '2024-03-21 16:01:17', '2024-03-21 16:01:17'),
(322746, 3161, '2024-03-01 00:00:00', '350', NULL, '', '0', 1, '2024-03-23 10:10:22', '2024-03-23 10:10:22'),
(322747, 3190, '2024-04-01 00:00:00', '333', NULL, '', '0', 1, '2024-03-23 10:22:05', '2024-03-23 10:22:05'),
(322748, 3190, '2024-05-01 00:00:00', '333', NULL, '', '0', 1, '2024-03-23 10:22:05', '2024-03-23 10:22:05'),
(322749, 3190, '2024-06-01 00:00:00', '333', NULL, '', '0', 1, '2024-03-23 10:22:05', '2024-03-23 10:22:05'),
(322750, 3190, '2024-07-01 00:00:00', '333', NULL, '', '0', 1, '2024-03-23 10:22:05', '2024-03-23 10:22:05'),
(322751, 3190, '2024-08-01 00:00:00', '333', NULL, '', '0', 1, '2024-03-23 10:22:05', '2024-03-23 10:22:05'),
(322752, 2944, '2024-03-01 00:00:00', '333', NULL, '', '0', 1, '2024-03-23 10:23:16', '2024-03-23 10:23:16'),
(322753, 2960, '2024-03-01 00:00:00', '300', NULL, '', '0', 1, '2024-03-23 10:25:33', '2024-03-23 10:25:33'),
(322754, 2952, '2024-03-01 00:00:00', '350', NULL, '', '0', 1, '2024-03-23 10:27:10', '2024-03-23 10:27:10'),
(322755, 3145, '2024-03-01 00:00:00', '300', NULL, '', '0', 1, '2024-03-23 10:27:42', '2024-03-23 10:27:42'),
(322756, 3242, '2024-03-01 00:00:00', '350', NULL, '', '0', 1, '2024-03-23 10:30:07', '2024-03-23 10:30:24'),
(322757, 3243, '2024-03-01 00:00:00', '3000', NULL, '', '0', 1, '2024-03-23 10:32:33', '2024-03-23 10:32:50'),
(322758, 2953, '2024-03-01 00:00:00', '300', NULL, '', '0', 1, '2024-03-23 10:33:26', '2024-03-23 10:33:26'),
(322759, 1878, '2024-03-01 00:00:00', '350', NULL, '', '0', 1, '2024-03-23 14:00:22', '2024-03-23 14:00:22'),
(322760, 1878, '2024-04-01 00:00:00', '350', NULL, '', '0', 1, '2024-03-23 14:00:22', '2024-03-23 14:00:22'),
(322761, 1878, '2024-05-01 00:00:00', '350', NULL, '', '0', 1, '2024-03-23 14:00:22', '2024-03-23 14:00:22'),
(322762, 3244, '2024-03-01 00:00:00', '250', NULL, '', '0', 1, '2024-03-23 15:07:23', '2024-03-23 15:07:40'),
(322763, 3244, '2024-04-01 00:00:00', '250', NULL, '', '0', 1, '2024-03-23 15:07:40', '2024-03-23 15:07:40'),
(322764, 3244, '2024-05-01 00:00:00', '250', NULL, '', '0', 1, '2024-03-23 15:07:40', '2024-03-23 15:07:40'),
(322765, 3244, '2024-06-01 00:00:00', '250', NULL, '', '0', 1, '2024-03-23 15:07:40', '2024-03-23 15:07:40'),
(322766, 3244, '2024-07-01 00:00:00', '250', NULL, '', '0', 1, '2024-03-23 15:07:40', '2024-03-23 15:07:40'),
(322767, 3244, '2024-08-01 00:00:00', '250', NULL, '', '0', 1, '2024-03-23 15:07:40', '2024-03-23 15:07:40'),
(322768, 3244, '2024-09-01 00:00:00', '250', NULL, '', '0', 1, '2024-03-23 15:07:40', '2024-03-23 15:07:40'),
(322769, 3244, '2024-10-01 00:00:00', '250', NULL, '', '0', 1, '2024-03-23 15:07:40', '2024-03-23 15:07:40'),
(322770, 3244, '2024-11-01 00:00:00', '250', NULL, '', '0', 1, '2024-03-23 15:07:40', '2024-03-23 15:07:40'),
(322771, 3244, '2024-12-01 00:00:00', '250', NULL, '', '0', 1, '2024-03-23 15:07:40', '2024-03-23 15:07:40'),
(322772, 3244, '2025-01-01 00:00:00', '250', NULL, '', '0', 1, '2024-03-23 15:07:40', '2024-03-23 15:07:40'),
(322773, 3244, '2025-02-01 00:00:00', '250', NULL, '', '0', 1, '2024-03-23 15:07:40', '2024-03-23 15:07:40'),
(322774, 3245, '2024-03-01 00:00:00', '200', NULL, '', '0', 1, '2024-03-23 15:12:59', '2024-03-23 15:13:09'),
(322775, 3246, '2024-03-01 00:00:00', '300', NULL, '', '0', 1, '2024-03-23 15:17:06', '2024-03-23 15:17:14'),
(322776, 3247, '2024-02-01 00:00:00', NULL, NULL, '', '4200', 0, '2024-03-23 15:27:19', '2024-03-23 15:27:19'),
(322779, 3248, '2024-01-01 00:00:00', '300', NULL, '', '0', 1, '2024-03-23 15:28:02', '2024-03-23 15:28:34'),
(322780, 3248, '2024-02-01 00:00:00', '300', NULL, '', '0', 1, '2024-03-23 15:28:02', '2024-03-23 15:28:34'),
(322781, 3248, '2024-03-01 00:00:00', '300', NULL, '', '0', 1, '2024-03-23 15:28:02', '2024-03-23 15:28:34'),
(322783, 2970, '2024-03-01 00:00:00', '400', NULL, '', '0', 1, '2024-03-24 10:24:28', '2024-03-24 10:24:28'),
(322784, 2991, '2024-03-01 00:00:00', '300', NULL, '', '0', 1, '2024-03-24 10:25:28', '2024-03-24 10:25:28'),
(322785, 3249, '2024-03-01 00:00:00', NULL, NULL, '', '8000', 0, '2024-03-24 10:26:36', '2024-03-24 10:26:36'),
(322786, 3250, '2024-02-01 00:00:00', '300', NULL, '', '0', 1, '2024-03-24 10:26:57', '2024-03-24 10:27:11'),
(322787, 3250, '2024-03-01 00:00:00', '300', NULL, '', '0', 1, '2024-03-24 10:26:57', '2024-03-24 10:27:11'),
(322789, 2829, '2024-03-01 00:00:00', '300', NULL, '', '0', 1, '2024-03-24 11:21:33', '2024-03-24 11:21:33'),
(322791, 2840, '2024-03-01 00:00:00', '350', NULL, '', '0', 1, '2024-03-24 12:36:41', '2024-03-24 12:36:41'),
(322792, 3027, '2024-03-01 00:00:00', '400', NULL, '', '0', 1, '2024-03-24 12:38:12', '2024-03-24 12:38:12'),
(322794, 2864, '2024-03-01 00:00:00', '350', NULL, '', '0', 1, '2024-03-24 14:00:26', '2024-03-24 14:00:26'),
(322805, 2872, '2024-03-01 00:00:00', '0', NULL, '', '0', 1, '2024-03-24 14:07:17', '2024-03-24 14:07:17'),
(322806, 3251, '2024-04-01 00:00:00', '300', '2024-04-01 00:00:00', '', '0', 1, '2024-03-24 14:45:38', '2024-03-24 14:46:04'),
(322807, 2879, '2024-03-01 00:00:00', '350', NULL, '', '0', 1, '2024-03-24 15:01:28', '2024-03-24 15:01:28'),
(322808, 2861, '2024-03-01 00:00:00', '300', NULL, '', '0', 1, '2024-03-25 12:32:55', '2024-03-25 12:32:55'),
(322809, 2935, '2024-03-01 00:00:00', '333', NULL, '', '0', 1, '2024-03-25 12:34:20', '2024-03-25 12:34:20'),
(322810, 3252, '2024-02-01 00:00:00', '1700', NULL, '', '0', 1, '2024-03-25 12:45:12', '2024-03-25 12:46:15'),
(322813, 3032, '2024-03-01 00:00:00', '300', NULL, '', '0', 1, '2024-03-25 12:49:34', '2024-03-25 12:49:34'),
(322814, 1873, '2024-02-01 00:00:00', '350', NULL, '', '0', 1, '2024-03-25 12:50:27', '2024-03-25 12:50:27'),
(322815, 1873, '2024-03-01 00:00:00', '350', NULL, '', '0', 1, '2024-03-25 12:50:27', '2024-03-25 12:50:27'),
(322816, 3024, '2024-04-01 00:00:00', '525', NULL, '', '0', 1, '2024-03-25 12:56:18', '2024-03-25 12:56:18'),
(322817, 3024, '2024-05-01 00:00:00', '525', NULL, '', '0', 1, '2024-03-25 12:56:18', '2024-03-25 12:56:18'),
(322818, 3024, '2024-06-01 00:00:00', '525', NULL, '', '0', 1, '2024-03-25 12:56:18', '2024-03-25 12:56:18'),
(322819, 3024, '2024-07-01 00:00:00', '525', NULL, '', '0', 1, '2024-03-25 12:56:18', '2024-03-25 12:56:18'),
(322820, 3024, '2024-08-01 00:00:00', '525', NULL, '', '0', 1, '2024-03-25 12:56:18', '2024-03-25 12:56:18'),
(322821, 3024, '2024-09-01 00:00:00', '525', NULL, '', '0', 1, '2024-03-25 12:56:18', '2024-03-25 12:56:18'),
(322822, 3024, '2024-10-01 00:00:00', '525', NULL, '', '0', 1, '2024-03-25 12:56:18', '2024-03-25 12:56:18'),
(322823, 3024, '2024-11-01 00:00:00', '525', NULL, '', '0', 1, '2024-03-25 12:56:18', '2024-03-25 12:56:18'),
(322824, 3024, '2024-12-01 00:00:00', '525', NULL, '', '0', 1, '2024-03-25 12:56:18', '2024-03-25 12:56:18'),
(322825, 3024, '2025-01-01 00:00:00', '525', NULL, '', '0', 1, '2024-03-25 12:56:18', '2024-03-25 12:56:18'),
(322826, 3024, '2025-02-01 00:00:00', '525', NULL, '', '0', 1, '2024-03-25 12:56:18', '2024-03-25 12:56:18'),
(322827, 2809, '2024-03-01 00:00:00', '300', NULL, '', '0', 1, '2024-03-25 14:22:21', '2024-03-25 14:22:21'),
(322828, 3117, '2024-03-01 00:00:00', '300', NULL, '', '0', 1, '2024-03-25 14:39:30', '2024-03-25 14:39:30'),
(322829, 1111, '2024-02-01 00:00:00', '1142', NULL, '', '0', 1, '2024-03-25 15:02:45', '2024-03-25 15:02:45'),
(322830, 1111, '2024-03-01 00:00:00', '1142', NULL, '', '0', 1, '2024-03-25 15:02:45', '2024-03-25 15:02:45'),
(322831, 1111, '2024-04-01 00:00:00', '1142', NULL, '', '0', 1, '2024-03-25 15:02:45', '2024-03-25 15:02:45'),
(322832, 1111, '2024-05-01 00:00:00', '1142', NULL, '', '0', 1, '2024-03-25 15:02:45', '2024-03-25 15:02:45'),
(322833, 1111, '2024-06-01 00:00:00', '1142', NULL, '', '0', 1, '2024-03-25 15:02:45', '2024-03-25 15:02:45'),
(322834, 1111, '2024-07-01 00:00:00', '1142', NULL, '', '0', 1, '2024-03-25 15:02:45', '2024-03-25 15:02:45'),
(322835, 1111, '2024-08-01 00:00:00', '1142', NULL, '', '0', 1, '2024-03-25 15:02:45', '2024-03-25 15:02:45'),
(322836, 3253, '2024-03-01 00:00:00', '315', NULL, '', '0', 1, '2024-03-25 15:09:53', '2024-03-25 15:10:41'),
(322837, 3253, '2024-04-01 00:00:00', '315', NULL, '', '0', 1, '2024-03-25 15:10:41', '2024-03-25 15:10:41'),
(322838, 3253, '2024-05-01 00:00:00', '315', NULL, '', '0', 1, '2024-03-25 15:10:41', '2024-03-25 15:10:41'),
(322839, 3253, '2024-06-01 00:00:00', '315', NULL, '', '0', 1, '2024-03-25 15:10:41', '2024-03-25 15:10:41'),
(322840, 3253, '2024-07-01 00:00:00', '315', NULL, '', '0', 1, '2024-03-25 15:10:41', '2024-03-25 15:10:41'),
(322841, 3253, '2024-08-01 00:00:00', '315', NULL, '', '0', 1, '2024-03-25 15:10:41', '2024-03-25 15:10:41'),
(322842, 3253, '2024-09-01 00:00:00', '315', NULL, '', '0', 1, '2024-03-25 15:10:41', '2024-03-25 15:10:41'),
(322843, 3253, '2024-10-01 00:00:00', '315', NULL, '', '0', 1, '2024-03-25 15:10:41', '2024-03-25 15:10:41'),
(322844, 3253, '2024-11-01 00:00:00', '315', NULL, '', '0', 1, '2024-03-25 15:10:41', '2024-03-25 15:10:41'),
(322845, 3253, '2024-12-01 00:00:00', '315', NULL, '', '0', 1, '2024-03-25 15:10:41', '2024-03-25 15:10:41'),
(322846, 3253, '2025-01-01 00:00:00', '315', NULL, '', '0', 1, '2024-03-25 15:10:41', '2024-03-25 15:10:41'),
(322847, 3253, '2025-02-01 00:00:00', '315', NULL, '', '0', 1, '2024-03-25 15:10:41', '2024-03-25 15:10:41'),
(322848, 3019, '2024-04-01 00:00:00', '250', NULL, '', '0', 1, '2024-03-25 15:13:23', '2024-03-25 15:13:23'),
(322849, 3019, '2024-05-01 00:00:00', '250', NULL, '', '0', 1, '2024-03-25 15:13:23', '2024-03-25 15:13:23'),
(322850, 3019, '2024-06-01 00:00:00', '250', NULL, '', '0', 1, '2024-03-25 15:13:23', '2024-03-25 15:13:23'),
(322851, 3019, '2024-07-01 00:00:00', '250', NULL, '', '0', 1, '2024-03-25 15:13:23', '2024-03-25 15:13:23'),
(322852, 3019, '2024-08-01 00:00:00', '250', NULL, '', '0', 1, '2024-03-25 15:13:23', '2024-03-25 15:13:23'),
(322853, 3019, '2024-09-01 00:00:00', '250', NULL, '', '0', 1, '2024-03-25 15:13:23', '2024-03-25 15:13:23'),
(322854, 3019, '2024-10-01 00:00:00', '250', NULL, '', '0', 1, '2024-03-25 15:13:23', '2024-03-25 15:13:23'),
(322855, 3019, '2024-11-01 00:00:00', '250', NULL, '', '0', 1, '2024-03-25 15:13:23', '2024-03-25 15:13:23'),
(322856, 3019, '2024-12-01 00:00:00', '250', NULL, '', '0', 1, '2024-03-25 15:13:23', '2024-03-25 15:13:23'),
(322857, 3019, '2025-01-01 00:00:00', '250', NULL, '', '0', 1, '2024-03-25 15:13:23', '2024-03-25 15:13:23'),
(322858, 3019, '2025-02-01 00:00:00', '250', NULL, '', '0', 1, '2024-03-25 15:13:23', '2024-03-25 15:13:23'),
(322859, 2887, '2024-03-01 00:00:00', '0', NULL, '', '0', 1, '2024-03-25 15:16:56', '2024-03-25 15:16:56'),
(322860, 2894, '2024-03-01 00:00:00', '300', NULL, '', '0', 1, '2024-03-25 15:48:32', '2024-03-25 15:48:32'),
(322862, 3254, '2024-02-01 00:00:00', '255', NULL, '', '0', 1, '2024-03-25 16:02:44', '2024-03-25 16:03:02'),
(322863, 3254, '2024-03-01 00:00:00', '255', NULL, '', '0', 1, '2024-03-25 16:02:44', '2024-03-25 16:03:02'),
(322865, 3255, '2024-04-01 00:00:00', NULL, '2024-04-01 00:00:00', '', '315', 0, '2024-03-27 10:57:51', '2024-03-27 10:57:51'),
(322866, 3256, '2024-03-01 00:00:00', '315', NULL, '', '0', 1, '2024-03-27 10:58:30', '2024-03-27 10:58:45'),
(322867, 3256, '2024-04-01 00:00:00', '315', NULL, '', '0', 1, '2024-03-27 10:58:45', '2024-03-27 10:58:45'),
(322868, 3256, '2024-05-01 00:00:00', '315', NULL, '', '0', 1, '2024-03-27 10:58:45', '2024-03-27 10:58:45'),
(322869, 3256, '2024-06-01 00:00:00', '315', NULL, '', '0', 1, '2024-03-27 10:58:45', '2024-03-27 10:58:45'),
(322870, 3256, '2024-07-01 00:00:00', '315', NULL, '', '0', 1, '2024-03-27 10:58:45', '2024-03-27 10:58:45'),
(322871, 3256, '2024-08-01 00:00:00', '315', NULL, '', '0', 1, '2024-03-27 10:58:45', '2024-03-27 10:58:45'),
(322872, 3256, '2024-09-01 00:00:00', '315', NULL, '', '0', 1, '2024-03-27 10:58:45', '2024-03-27 10:58:45'),
(322873, 3256, '2024-10-01 00:00:00', '315', NULL, '', '0', 1, '2024-03-27 10:58:45', '2024-03-27 10:58:45'),
(322874, 3256, '2024-11-01 00:00:00', '315', NULL, '', '0', 1, '2024-03-27 10:58:45', '2024-03-27 10:58:45'),
(322875, 3256, '2024-12-01 00:00:00', '315', NULL, '', '0', 1, '2024-03-27 10:58:45', '2024-03-27 10:58:45'),
(322876, 3256, '2025-01-01 00:00:00', '315', NULL, '', '0', 1, '2024-03-27 10:58:45', '2024-03-27 10:58:45'),
(322877, 3256, '2025-02-01 00:00:00', '315', NULL, '', '0', 1, '2024-03-27 10:58:45', '2024-03-27 10:58:45'),
(322878, 3257, '2024-03-01 00:00:00', '350', NULL, '', '0', 1, '2024-03-27 11:04:00', '2024-03-27 11:04:10'),
(322879, 1875, '2024-02-01 00:00:00', '300', NULL, '', '0', 1, '2024-03-27 11:07:40', '2024-03-27 11:07:40'),
(322880, 3167, '2024-03-01 00:00:00', '300', NULL, '', '0', 1, '2024-03-27 11:10:32', '2024-03-27 11:10:32'),
(322881, 2888, '2024-03-01 00:00:00', '150', NULL, '', '0', 1, '2024-03-27 11:13:18', '2024-03-27 11:13:18'),
(322882, 3258, '2024-03-01 00:00:00', '600', NULL, '', '0', 1, '2024-03-27 11:16:44', '2024-03-27 11:16:54'),
(322883, 3103, '2025-02-01 00:00:00', '1500', NULL, '', '0', 1, '2024-03-27 11:24:17', '2024-03-27 11:24:17'),
(322884, 3103, '2025-03-01 00:00:00', '1500', NULL, '', '0', 1, '2024-03-27 11:24:17', '2024-03-27 11:24:17'),
(322885, 3065, '2024-03-01 00:00:00', '500', NULL, '', '0', 1, '2024-03-27 14:59:18', '2024-03-27 14:59:18'),
(322886, 2937, '2024-03-01 00:00:00', '200', NULL, '', '0', 1, '2024-03-27 15:19:41', '2024-03-27 15:19:41'),
(322887, 2930, '2024-03-01 00:00:00', '200', NULL, '', '0', 1, '2024-03-27 15:20:32', '2024-03-27 15:20:32'),
(322888, 2793, '2024-03-01 00:00:00', '300', NULL, '', '0', 1, '2024-03-27 15:39:42', '2024-03-27 15:39:42'),
(322889, 2958, '2024-03-01 00:00:00', '300', NULL, '', '0', 1, '2024-03-27 15:52:36', '2024-03-27 15:52:36'),
(322890, 2961, '2024-03-01 00:00:00', '300', NULL, '', '0', 1, '2024-03-27 15:57:52', '2024-03-27 15:57:52'),
(322891, 2941, '2024-03-01 00:00:00', '350', NULL, '', '0', 1, '2024-03-28 10:37:02', '2024-03-28 10:37:02'),
(322892, 3259, '2024-03-01 00:00:00', '350', NULL, '', '0', 1, '2024-03-28 10:38:19', '2024-03-28 10:38:32'),
(322893, 2977, '2024-03-01 00:00:00', '250', NULL, '', '0', 1, '2024-03-28 11:41:39', '2024-03-28 11:41:39'),
(322894, 2977, '2024-04-01 00:00:00', '250', NULL, '', '0', 1, '2024-03-28 11:41:39', '2024-03-28 11:41:39'),
(322895, 2977, '2024-05-01 00:00:00', '250', NULL, '', '0', 1, '2024-03-28 11:41:39', '2024-03-28 11:41:39'),
(322896, 2977, '2024-06-01 00:00:00', '250', NULL, '', '0', 1, '2024-03-28 11:41:39', '2024-03-28 11:41:39'),
(322897, 2977, '2024-07-01 00:00:00', '250', NULL, '', '0', 1, '2024-03-28 11:41:39', '2024-03-28 11:41:39'),
(322898, 2977, '2024-08-01 00:00:00', '250', NULL, '', '0', 1, '2024-03-28 11:41:39', '2024-03-28 11:41:39'),
(322899, 2977, '2024-09-01 00:00:00', '250', NULL, '', '0', 1, '2024-03-28 11:41:39', '2024-03-28 11:41:39'),
(322900, 2977, '2024-10-01 00:00:00', '250', NULL, '', '0', 1, '2024-03-28 11:41:39', '2024-03-28 11:41:39'),
(322901, 2977, '2024-11-01 00:00:00', '250', NULL, '', '0', 1, '2024-03-28 11:41:39', '2024-03-28 11:41:39'),
(322902, 2977, '2024-12-01 00:00:00', '250', NULL, '', '0', 1, '2024-03-28 11:41:39', '2024-03-28 11:41:39'),
(322903, 2977, '2025-01-01 00:00:00', '250', NULL, '', '0', 1, '2024-03-28 11:41:39', '2024-03-28 11:41:39'),
(322904, 2998, '2024-03-01 00:00:00', '400', NULL, '', '0', 1, '2024-03-28 11:43:33', '2024-03-28 11:43:33'),
(322905, 3260, '2024-03-01 00:00:00', '350', NULL, '', '0', 1, '2024-03-28 12:59:29', '2024-03-28 12:59:41'),
(322906, 3260, '2024-04-01 00:00:00', '350', NULL, '', '0', 1, '2024-03-28 12:59:41', '2024-03-28 12:59:41'),
(322907, 3260, '2024-05-01 00:00:00', '350', NULL, '', '0', 1, '2024-03-28 12:59:41', '2024-03-28 12:59:41'),
(322908, 3260, '2024-06-01 00:00:00', '350', NULL, '', '0', 1, '2024-03-28 12:59:41', '2024-03-28 12:59:41'),
(322909, 3260, '2024-07-01 00:00:00', '350', NULL, '', '0', 1, '2024-03-28 12:59:41', '2024-03-28 12:59:41'),
(322910, 3260, '2024-08-01 00:00:00', '350', NULL, '', '0', 1, '2024-03-28 12:59:41', '2024-03-28 12:59:41'),
(322911, 3260, '2024-09-01 00:00:00', '350', NULL, '', '0', 1, '2024-03-28 12:59:41', '2024-03-28 12:59:41'),
(322912, 3260, '2024-10-01 00:00:00', '350', NULL, '', '0', 1, '2024-03-28 12:59:41', '2024-03-28 12:59:41'),
(322913, 3260, '2024-11-01 00:00:00', '350', NULL, '', '0', 1, '2024-03-28 12:59:41', '2024-03-28 12:59:41'),
(322914, 3260, '2024-12-01 00:00:00', '350', NULL, '', '0', 1, '2024-03-28 12:59:41', '2024-03-28 12:59:41'),
(322915, 3260, '2025-01-01 00:00:00', '350', NULL, '', '0', 1, '2024-03-28 12:59:41', '2024-03-28 12:59:41'),
(322916, 3260, '2025-02-01 00:00:00', '350', NULL, '', '0', 1, '2024-03-28 12:59:41', '2024-03-28 12:59:41'),
(322917, 2859, '2024-03-01 00:00:00', '600', NULL, '', '0', 1, '2024-03-28 13:02:06', '2024-03-28 13:02:06'),
(322918, 3162, '2024-03-01 00:00:00', '200', NULL, '', '0', 1, '2024-03-28 13:02:54', '2024-03-28 13:02:54'),
(322919, 2847, '2024-03-01 00:00:00', '300', NULL, '', '0', 1, '2024-03-28 14:11:47', '2024-03-28 14:11:47'),
(322920, 3261, '2023-12-01 00:00:00', '300', NULL, '', '0', 1, '2024-03-30 13:17:42', '2024-03-30 13:17:57'),
(322921, 3261, '2024-01-01 00:00:00', '300', NULL, '', '0', 1, '2024-03-30 13:17:42', '2024-03-30 13:17:57'),
(322922, 3261, '2024-02-01 00:00:00', '300', NULL, '', '0', 1, '2024-03-30 13:17:42', '2024-03-30 13:17:57'),
(322923, 3261, '2024-03-01 00:00:00', '0', NULL, '', '0', 1, '2024-03-30 13:17:42', '2024-03-30 13:18:07'),
(322925, 2912, '2024-03-01 00:00:00', '400', NULL, '', '0', 1, '2024-03-30 13:19:08', '2024-03-30 13:19:08'),
(322926, 2925, '2024-03-01 00:00:00', '400', NULL, '', '0', 1, '2024-03-30 13:20:20', '2024-03-30 13:20:20'),
(322927, 2875, '2024-03-01 00:00:00', '300', NULL, '', '0', 1, '2024-03-30 13:21:50', '2024-03-30 13:21:50'),
(322928, 1235, '2023-11-01 00:00:00', '2000', NULL, '', '0', 1, '2024-03-30 13:23:05', '2024-03-30 13:23:05'),
(322929, 1235, '2023-12-01 00:00:00', '2000', NULL, '', '0', 1, '2024-03-30 13:23:05', '2024-03-30 13:23:05'),
(322930, 1235, '2024-01-01 00:00:00', '0', NULL, '', '0', 1, '2024-03-30 13:23:15', '2024-03-30 13:23:15'),
(322931, 1235, '2024-02-01 00:00:00', '0', NULL, '', '0', 1, '2024-03-30 13:23:15', '2024-03-30 13:23:15'),
(322932, 1235, '2024-03-01 00:00:00', '0', NULL, '', '0', 1, '2024-03-30 13:23:15', '2024-03-30 13:23:15'),
(322933, 3029, '2024-03-01 00:00:00', '250', NULL, '', '0', 1, '2024-03-30 13:28:05', '2024-03-30 13:28:05'),
(322934, 3029, '2024-04-01 00:00:00', '250', NULL, '', '0', 1, '2024-03-30 13:28:05', '2024-03-30 13:28:05'),
(322935, 3029, '2024-05-01 00:00:00', '250', NULL, '', '0', 1, '2024-03-30 13:28:05', '2024-03-30 13:28:05'),
(322936, 3029, '2024-06-01 00:00:00', '250', NULL, '', '0', 1, '2024-03-30 13:28:05', '2024-03-30 13:28:05'),
(322937, 3029, '2024-07-01 00:00:00', '250', NULL, '', '0', 1, '2024-03-30 13:28:05', '2024-03-30 13:28:05'),
(322938, 3029, '2024-08-01 00:00:00', '250', NULL, '', '0', 1, '2024-03-30 13:28:05', '2024-03-30 13:28:05'),
(322939, 3029, '2024-09-01 00:00:00', '250', NULL, '', '0', 1, '2024-03-30 13:28:05', '2024-03-30 13:28:05'),
(322940, 3029, '2024-10-01 00:00:00', '250', NULL, '', '0', 1, '2024-03-30 13:28:05', '2024-03-30 13:28:05'),
(322941, 3029, '2024-11-01 00:00:00', '250', NULL, '', '0', 1, '2024-03-30 13:28:05', '2024-03-30 13:28:05'),
(322942, 3029, '2024-12-01 00:00:00', '250', NULL, '', '0', 1, '2024-03-30 13:28:05', '2024-03-30 13:28:05'),
(322943, 3029, '2025-01-01 00:00:00', '250', NULL, '', '0', 1, '2024-03-30 13:28:05', '2024-03-30 13:28:05'),
(322944, 3262, '2024-03-01 00:00:00', '300', NULL, '', '0', 1, '2024-03-30 13:39:32', '2024-03-30 13:41:06'),
(322945, 3263, '2024-02-01 00:00:00', '200', NULL, '', '0', 1, '2024-03-30 13:51:06', '2024-03-30 13:51:23'),
(322946, 3263, '2024-03-01 00:00:00', '200', NULL, '', '0', 1, '2024-03-30 13:51:06', '2024-03-30 13:51:23'),
(322947, 3263, '2024-04-01 00:00:00', '200', NULL, '', '0', 1, '2024-03-30 13:51:06', '2024-05-14 11:32:53'),
(322948, 2800, '2024-03-01 00:00:00', '250', NULL, '', '0', 1, '2024-03-30 14:28:23', '2024-03-30 14:28:23'),
(322949, 2818, '2024-03-01 00:00:00', '600', NULL, '', '0', 1, '2024-03-31 10:37:23', '2024-03-31 10:37:23'),
(322950, 3264, '2024-03-01 00:00:00', '500', NULL, '', '0', 1, '2024-03-31 10:39:27', '2024-03-31 10:39:50'),
(322951, 3164, '2024-03-01 00:00:00', '250', NULL, '', '0', 1, '2024-03-31 13:36:37', '2024-03-31 13:36:37'),
(322952, 2842, '2024-03-01 00:00:00', '300', NULL, '', '0', 1, '2024-03-31 13:37:39', '2024-03-31 13:37:39'),
(322953, 2989, '2024-03-01 00:00:00', '600', NULL, '', '0', 1, '2024-03-31 13:42:02', '2024-03-31 13:42:02'),
(322954, 3050, '2024-03-01 00:00:00', '300', NULL, '', '0', 1, '2024-03-31 13:42:58', '2024-03-31 13:42:58'),
(322957, 3265, '2024-04-01 00:00:00', '960', '2024-04-01 00:00:00', '', '0', 1, '2024-03-31 13:46:05', '2024-03-31 13:46:43'),
(322958, 3265, '2024-05-01 00:00:00', '960', NULL, '', '0', 1, '2024-03-31 13:46:45', '2024-03-31 13:46:45'),
(322959, 3265, '2024-06-01 00:00:00', '960', NULL, '', '0', 1, '2024-03-31 13:46:45', '2024-03-31 13:46:45'),
(322960, 3265, '2024-07-01 00:00:00', '960', NULL, '', '0', 1, '2024-03-31 13:46:45', '2024-03-31 13:46:45'),
(322961, 3265, '2024-08-01 00:00:00', '960', NULL, '', '0', 1, '2024-03-31 13:46:45', '2024-03-31 13:46:45'),
(322962, 3265, '2024-09-01 00:00:00', '960', NULL, '', '0', 1, '2024-03-31 13:46:45', '2024-03-31 13:46:45'),
(322963, 3265, '2024-10-01 00:00:00', '960', NULL, '', '0', 1, '2024-03-31 13:46:45', '2024-03-31 13:46:45'),
(322964, 3265, '2024-11-01 00:00:00', '960', NULL, '', '0', 1, '2024-03-31 13:46:45', '2024-03-31 13:46:45'),
(322965, 3265, '2024-12-01 00:00:00', '960', NULL, '', '0', 1, '2024-03-31 13:46:45', '2024-03-31 13:46:45'),
(322966, 3265, '2025-01-01 00:00:00', '960', NULL, '', '0', 1, '2024-03-31 13:46:45', '2024-03-31 13:46:45'),
(322967, 3265, '2025-02-01 00:00:00', '960', NULL, '', '0', 1, '2024-03-31 13:46:45', '2024-03-31 13:46:45'),
(322968, 3265, '2025-03-01 00:00:00', '960', NULL, '', '0', 1, '2024-03-31 13:46:45', '2024-03-31 13:46:45'),
(322969, 2924, '2024-03-01 00:00:00', '300', NULL, '', '0', 1, '2024-03-31 13:50:09', '2024-03-31 13:50:09'),
(322970, 2862, '2024-03-01 00:00:00', '250', NULL, '', '0', 1, '2024-03-31 13:52:10', '2024-03-31 13:52:10'),
(322971, 2807, '2024-03-01 00:00:00', '300', NULL, '', '0', 1, '2024-03-31 14:22:24', '2024-03-31 14:22:24'),
(322972, 2898, '2024-03-01 00:00:00', '300', NULL, '', '0', 1, '2024-03-31 14:33:18', '2024-03-31 14:33:18'),
(322973, 3266, '2024-04-01 00:00:00', '250', NULL, '', '0', 1, '2024-04-01 14:37:19', '2024-04-01 14:37:38'),
(322974, 3266, '2024-05-01 00:00:00', '250', NULL, '', '0', 1, '2024-04-01 14:37:38', '2024-04-01 14:37:38'),
(322975, 3266, '2024-06-01 00:00:00', '250', NULL, '', '0', 1, '2024-04-01 14:37:38', '2024-04-01 14:37:38'),
(322976, 3266, '2024-07-01 00:00:00', '250', NULL, '', '0', 1, '2024-04-01 14:37:38', '2024-04-01 14:37:38'),
(322977, 3266, '2024-08-01 00:00:00', '250', NULL, '', '0', 1, '2024-04-01 14:37:38', '2024-04-01 14:37:38'),
(322978, 3266, '2024-09-01 00:00:00', '250', NULL, '', '0', 1, '2024-04-01 14:37:38', '2024-04-01 14:37:38'),
(322979, 3266, '2024-10-01 00:00:00', '250', NULL, '', '0', 1, '2024-04-01 14:37:38', '2024-04-01 14:37:38'),
(322980, 3266, '2024-11-01 00:00:00', '250', NULL, '', '0', 1, '2024-04-01 14:37:38', '2024-04-01 14:37:38'),
(322981, 3266, '2024-12-01 00:00:00', '250', NULL, '', '0', 1, '2024-04-01 14:37:38', '2024-04-01 14:37:38'),
(322982, 3266, '2025-01-01 00:00:00', '250', NULL, '', '0', 1, '2024-04-01 14:37:38', '2024-04-01 14:37:38'),
(322983, 3266, '2025-02-01 00:00:00', '250', NULL, '', '0', 1, '2024-04-01 14:37:38', '2024-04-01 14:37:38'),
(322984, 3266, '2025-03-01 00:00:00', '250', NULL, '', '0', 1, '2024-04-01 14:37:38', '2024-04-01 14:37:38'),
(322985, 2806, '2024-04-01 00:00:00', '350', NULL, '', '0', 1, '2024-04-01 14:40:02', '2024-04-01 14:40:02'),
(322986, 2802, '2024-04-01 00:00:00', '400', NULL, '', '0', 1, '2024-04-01 14:41:15', '2024-04-01 14:41:15'),
(322987, 3267, '2024-04-01 00:00:00', '540', NULL, '', '0', 1, '2024-04-01 14:49:54', '2024-04-01 14:50:26'),
(322988, 3267, '2024-05-01 00:00:00', '540', NULL, '', '0', 1, '2024-04-01 14:50:26', '2024-04-01 14:50:26'),
(322989, 3267, '2024-06-01 00:00:00', '540', NULL, '', '0', 1, '2024-04-01 14:50:26', '2024-04-01 14:50:26'),
(322990, 3267, '2024-07-01 00:00:00', '540', NULL, '', '0', 1, '2024-04-01 14:50:26', '2024-04-01 14:50:26'),
(322991, 3267, '2024-08-01 00:00:00', '540', NULL, '', '0', 1, '2024-04-01 14:50:26', '2024-04-01 14:50:26'),
(322992, 3267, '2024-09-01 00:00:00', '540', NULL, '', '0', 1, '2024-04-01 14:50:26', '2024-04-01 14:50:26'),
(322993, 3267, '2024-10-01 00:00:00', '540', NULL, '', '0', 1, '2024-04-01 14:50:26', '2024-04-01 14:50:26'),
(322994, 3267, '2024-11-01 00:00:00', '540', NULL, '', '0', 1, '2024-04-01 14:50:26', '2024-04-01 14:50:26'),
(322995, 3267, '2024-12-01 00:00:00', '540', NULL, '', '0', 1, '2024-04-01 14:50:26', '2024-04-01 14:50:26'),
(322996, 3267, '2025-01-01 00:00:00', '540', NULL, '', '0', 1, '2024-04-01 14:50:26', '2024-04-01 14:50:26'),
(322997, 3267, '2025-02-01 00:00:00', '540', NULL, '', '0', 1, '2024-04-01 14:50:26', '2024-04-01 14:50:26'),
(322998, 3267, '2025-03-01 00:00:00', '540', NULL, '', '0', 1, '2024-04-01 14:50:26', '2024-04-01 14:50:26');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(322999, 3268, '2024-04-01 00:00:00', '270', NULL, '', '0', 1, '2024-04-01 14:52:56', '2024-04-01 14:53:15'),
(323000, 3268, '2024-05-01 00:00:00', '270', NULL, '', '0', 1, '2024-04-01 14:53:15', '2024-04-01 14:53:15'),
(323001, 3268, '2024-06-01 00:00:00', '270', NULL, '', '0', 1, '2024-04-01 14:53:15', '2024-04-01 14:53:15'),
(323002, 3268, '2024-07-01 00:00:00', '270', NULL, '', '0', 1, '2024-04-01 14:53:15', '2024-04-01 14:53:15'),
(323003, 3268, '2024-08-01 00:00:00', '270', NULL, '', '0', 1, '2024-04-01 14:53:15', '2024-04-01 14:53:15'),
(323004, 3268, '2024-09-01 00:00:00', '270', NULL, '', '0', 1, '2024-04-01 14:53:15', '2024-04-01 14:53:15'),
(323005, 3268, '2024-10-01 00:00:00', '270', NULL, '', '0', 1, '2024-04-01 14:53:15', '2024-04-01 14:53:15'),
(323006, 3268, '2024-11-01 00:00:00', '270', NULL, '', '0', 1, '2024-04-01 14:53:15', '2024-04-01 14:53:15'),
(323007, 3268, '2024-12-01 00:00:00', '270', NULL, '', '0', 1, '2024-04-01 14:53:15', '2024-04-01 14:53:15'),
(323008, 3268, '2025-01-01 00:00:00', '270', NULL, '', '0', 1, '2024-04-01 14:53:15', '2024-04-01 14:53:15'),
(323009, 3268, '2025-02-01 00:00:00', '270', NULL, '', '0', 1, '2024-04-01 14:53:15', '2024-04-01 14:53:15'),
(323010, 3268, '2025-03-01 00:00:00', '270', NULL, '', '0', 1, '2024-04-01 14:53:15', '2024-04-01 14:53:15'),
(323011, 2804, '2024-04-01 00:00:00', '300', NULL, '', '0', 1, '2024-04-01 14:54:25', '2024-04-01 14:54:25'),
(323012, 3269, '2024-02-01 00:00:00', '250', NULL, '', '0', 1, '2024-04-01 14:56:51', '2024-04-01 14:57:07'),
(323013, 3269, '2024-03-01 00:00:00', '250', NULL, '', '0', 1, '2024-04-01 14:56:51', '2024-04-01 14:57:07'),
(323014, 3269, '2024-04-01 00:00:00', '250', NULL, '', '0', 1, '2024-04-01 14:56:51', '2024-06-01 15:30:44'),
(323016, 3270, '2024-04-01 00:00:00', '233', NULL, '', '0', 1, '2024-04-01 15:02:45', '2024-04-01 15:03:24'),
(323017, 3270, '2024-05-01 00:00:00', '233', NULL, '', '0', 1, '2024-04-01 15:03:24', '2024-04-01 15:03:24'),
(323018, 3270, '2024-06-01 00:00:00', '233', NULL, '', '0', 1, '2024-04-01 15:03:24', '2024-04-01 15:03:24'),
(323019, 3270, '2024-07-01 00:00:00', '233', NULL, '', '0', 1, '2024-04-01 15:03:24', '2024-04-01 15:03:24'),
(323020, 3270, '2024-08-01 00:00:00', '233', NULL, '', '0', 1, '2024-04-01 15:03:24', '2024-04-01 15:03:24'),
(323021, 3270, '2024-09-01 00:00:00', '233', NULL, '', '0', 1, '2024-04-01 15:03:24', '2024-04-01 15:03:24'),
(323022, 3270, '2024-10-01 00:00:00', '233', NULL, '', '0', 1, '2024-04-01 15:03:24', '2024-04-01 15:03:24'),
(323023, 3270, '2024-11-01 00:00:00', '233', NULL, '', '0', 1, '2024-04-01 15:03:24', '2024-04-01 15:03:24'),
(323024, 3270, '2024-12-01 00:00:00', '233', NULL, '', '0', 1, '2024-04-01 15:03:24', '2024-04-01 15:03:24'),
(323025, 3270, '2025-01-01 00:00:00', '233', NULL, '', '0', 1, '2024-04-01 15:03:24', '2024-04-01 15:03:24'),
(323026, 3270, '2025-02-01 00:00:00', '233', NULL, '', '0', 1, '2024-04-01 15:03:24', '2024-04-01 15:03:24'),
(323027, 3270, '2025-03-01 00:00:00', '233', NULL, '', '0', 1, '2024-04-01 15:03:24', '2024-04-01 15:03:24'),
(323028, 3025, '2024-04-01 00:00:00', '300', NULL, '', '0', 1, '2024-04-01 15:04:30', '2024-04-01 15:04:30'),
(323029, 3033, '2024-03-01 00:00:00', '600', NULL, '', '0', 1, '2024-04-01 15:05:32', '2024-04-01 15:05:32'),
(323030, 3071, '2024-03-01 00:00:00', '400', NULL, '', '0', 1, '2024-04-01 15:08:44', '2024-04-01 15:08:44'),
(323031, 3271, '2024-03-01 00:00:00', '350', NULL, '', '0', 1, '2024-04-02 15:06:04', '2024-04-02 15:06:24'),
(323034, 3272, '2024-04-01 00:00:00', '350', NULL, '', '0', 1, '2024-04-02 15:07:23', '2024-04-02 15:07:36'),
(323035, 3068, '2024-03-01 00:00:00', '300', NULL, '', '0', 1, '2024-04-02 15:24:13', '2024-04-02 15:24:13'),
(323036, 2931, '2024-04-01 00:00:00', '300', NULL, '', '0', 1, '2024-04-02 15:27:16', '2024-04-02 15:27:16'),
(323037, 2938, '2024-03-01 00:00:00', '300', NULL, '', '0', 1, '2024-04-02 15:28:28', '2024-04-02 15:28:28'),
(323038, 3008, '2024-03-01 00:00:00', '410', NULL, '', '0', 1, '2024-04-02 15:29:32', '2024-04-02 15:29:32'),
(323039, 2828, '2024-04-01 00:00:00', '300', NULL, '', '0', 1, '2024-04-02 15:30:25', '2024-04-02 15:30:25'),
(323040, 2828, '2024-05-01 00:00:00', '300', NULL, '', '0', 1, '2024-04-02 15:30:25', '2024-04-02 15:30:25'),
(323041, 2996, '2024-03-01 00:00:00', '400', NULL, '', '0', 1, '2024-04-02 15:31:09', '2024-04-02 15:31:09'),
(323042, 2799, '2024-03-01 00:00:00', '400', NULL, '', '0', 1, '2024-04-02 15:32:43', '2024-04-02 15:32:43'),
(323043, 2970, '2024-04-01 00:00:00', '400', NULL, '', '0', 1, '2024-04-02 15:33:18', '2024-04-02 15:33:18'),
(323044, 2997, '2024-03-01 00:00:00', '284', NULL, '', '0', 1, '2024-04-02 15:34:09', '2024-04-02 15:34:09'),
(323045, 3273, '2024-04-01 00:00:00', '300', NULL, '', '0', 1, '2024-04-02 15:34:32', '2024-04-02 15:34:54'),
(323046, 2902, '2024-04-01 00:00:00', '300', NULL, '', '0', 1, '2024-04-02 15:36:42', '2024-04-02 15:36:42'),
(323047, 2979, '2024-04-01 00:00:00', '300', NULL, '', '0', 1, '2024-04-02 15:37:45', '2024-04-02 15:37:45'),
(323048, 3274, '2024-04-01 00:00:00', '350', NULL, '', '0', 1, '2024-04-03 09:41:43', '2024-04-03 09:48:36'),
(323049, 3079, '2024-03-01 00:00:00', '350', NULL, '', '0', 1, '2024-04-03 09:54:58', '2024-04-03 09:54:58'),
(323050, 2783, '2024-04-01 00:00:00', '400', NULL, '', '0', 1, '2024-04-03 10:02:02', '2024-04-03 10:02:02'),
(323051, 3275, '2024-04-01 00:00:00', '300', NULL, '', '0', 1, '2024-04-03 12:38:13', '2024-04-03 12:38:25'),
(323052, 3275, '2024-05-01 00:00:00', '300', NULL, '', '0', 1, '2024-04-03 12:38:25', '2024-04-03 12:38:25'),
(323053, 3275, '2024-06-01 00:00:00', '300', NULL, '', '0', 1, '2024-04-03 12:38:25', '2024-04-03 12:38:25'),
(323054, 3275, '2024-07-01 00:00:00', '300', NULL, '', '0', 1, '2024-04-03 12:38:25', '2024-04-03 12:38:25'),
(323055, 3275, '2024-08-01 00:00:00', '300', NULL, '', '0', 1, '2024-04-03 12:38:25', '2024-04-03 12:38:25'),
(323056, 3275, '2024-09-01 00:00:00', '300', NULL, '', '0', 1, '2024-04-03 12:38:25', '2024-04-03 12:38:25'),
(323057, 3275, '2024-10-01 00:00:00', '300', NULL, '', '0', 1, '2024-04-03 12:38:25', '2024-04-03 12:38:25'),
(323058, 3275, '2024-11-01 00:00:00', '300', NULL, '', '0', 1, '2024-04-03 12:38:25', '2024-04-03 12:38:25'),
(323059, 3275, '2024-12-01 00:00:00', '300', NULL, '', '0', 1, '2024-04-03 12:38:25', '2024-04-03 12:38:25'),
(323060, 3275, '2025-01-01 00:00:00', '300', NULL, '', '0', 1, '2024-04-03 12:38:25', '2024-04-03 12:38:25'),
(323061, 3275, '2025-02-01 00:00:00', '300', NULL, '', '0', 1, '2024-04-03 12:38:25', '2024-04-03 12:38:25'),
(323062, 3275, '2025-03-01 00:00:00', '300', NULL, '', '0', 1, '2024-04-03 12:38:25', '2024-04-03 12:38:25'),
(323063, 2980, '2024-04-01 00:00:00', '150', NULL, '', '0', 1, '2024-04-03 13:13:12', '2024-04-03 13:13:12'),
(323064, 2893, '2024-04-01 00:00:00', '300', NULL, '', '0', 1, '2024-04-03 14:24:59', '2024-04-03 14:24:59'),
(323065, 2892, '2024-04-01 00:00:00', '250', NULL, '', '0', 1, '2024-04-04 10:27:11', '2024-04-04 10:27:11'),
(323066, 2815, '2024-04-01 00:00:00', '350', NULL, '', '0', 1, '2024-04-04 10:45:42', '2024-04-04 10:45:42'),
(323067, 3100, '2024-04-01 00:00:00', '4500', NULL, '', '0', 1, '2024-04-04 11:01:54', '2024-04-04 11:01:54'),
(323068, 2954, '2024-03-01 00:00:00', '300', NULL, '', '0', 1, '2024-04-04 11:03:03', '2024-04-04 11:03:03'),
(323069, 2926, '2024-03-01 00:00:00', '300', NULL, '', '0', 1, '2024-04-04 11:33:34', '2024-04-04 11:33:34'),
(323070, 2787, '2024-04-01 00:00:00', '400', NULL, '', '0', 1, '2024-04-04 11:41:37', '2024-04-04 11:41:37'),
(323071, 3144, '2024-03-01 00:00:00', '300', NULL, '', '0', 1, '2024-04-04 12:05:20', '2024-04-04 12:05:20'),
(323072, 3144, '2024-04-01 00:00:00', '300', NULL, '', '0', 1, '2024-04-04 12:05:20', '2024-04-04 12:05:20'),
(323073, 3094, '2024-04-01 00:00:00', '350', NULL, '', '0', 1, '2024-04-04 12:07:21', '2024-04-04 12:07:21'),
(323075, 3276, '2024-04-01 00:00:00', '333', NULL, '', '0', 1, '2024-04-04 12:31:38', '2024-04-04 12:32:16'),
(323076, 3276, '2024-05-01 00:00:00', '333', NULL, '', '0', 1, '2024-04-04 12:32:16', '2024-04-04 12:32:16'),
(323077, 3276, '2024-06-01 00:00:00', '333', NULL, '', '0', 1, '2024-04-04 12:32:16', '2024-04-04 12:32:16'),
(323078, 3276, '2024-07-01 00:00:00', '333', NULL, '', '0', 1, '2024-04-04 12:32:16', '2024-04-04 12:32:16'),
(323079, 3276, '2024-08-01 00:00:00', '333', NULL, '', '0', 1, '2024-04-04 12:32:16', '2024-04-04 12:32:16'),
(323080, 3276, '2024-09-01 00:00:00', '333', NULL, '', '0', 1, '2024-04-04 12:32:16', '2024-04-04 12:32:16'),
(323081, 3277, '2024-03-01 00:00:00', '300', NULL, '', '0', 1, '2024-04-04 12:58:05', '2024-04-04 12:58:20'),
(323082, 3277, '2024-04-01 00:00:00', '300', NULL, '', '0', 1, '2024-04-04 12:58:05', '2024-04-04 12:58:20'),
(323083, 3277, '2024-05-01 00:00:00', '300', NULL, '', '0', 1, '2024-04-04 12:58:05', '2024-05-20 12:40:17'),
(323084, 3239, '2024-05-01 00:00:00', '300', NULL, '', '0', 1, '2024-04-04 13:09:55', '2024-04-04 13:09:55'),
(323085, 3278, '2024-02-01 00:00:00', '400', NULL, '', '0', 1, '2024-04-04 14:32:35', '2024-04-04 14:32:46'),
(323086, 3278, '2024-03-01 00:00:00', '400', NULL, '', '0', 1, '2024-04-04 14:32:35', '2024-04-04 14:32:46'),
(323087, 3278, '2024-04-01 00:00:00', '400', NULL, '', '0', 1, '2024-04-04 14:32:35', '2024-04-04 14:32:46'),
(323088, 3278, '2024-05-01 00:00:00', '400', NULL, '', '0', 1, '2024-04-04 14:32:35', '2024-06-12 15:50:07'),
(323089, 3279, '2024-04-01 00:00:00', '270', NULL, '', '0', 1, '2024-04-04 14:44:44', '2024-04-04 14:45:03'),
(323090, 3279, '2024-05-01 00:00:00', '270', NULL, '', '0', 1, '2024-04-04 14:45:03', '2024-04-04 14:45:03'),
(323091, 3279, '2024-06-01 00:00:00', '270', NULL, '', '0', 1, '2024-04-04 14:45:03', '2024-04-04 14:45:03'),
(323092, 3279, '2024-07-01 00:00:00', '270', NULL, '', '0', 1, '2024-04-04 14:45:03', '2024-04-04 14:45:03'),
(323093, 3279, '2024-08-01 00:00:00', '270', NULL, '', '0', 1, '2024-04-04 14:45:03', '2024-04-04 14:45:03'),
(323094, 3279, '2024-09-01 00:00:00', '270', NULL, '', '0', 1, '2024-04-04 14:45:03', '2024-04-04 14:45:03'),
(323095, 3279, '2024-10-01 00:00:00', '270', NULL, '', '0', 1, '2024-04-04 14:45:03', '2024-04-04 14:45:03'),
(323096, 3279, '2024-11-01 00:00:00', '270', NULL, '', '0', 1, '2024-04-04 14:45:03', '2024-04-04 14:45:03'),
(323097, 3279, '2024-12-01 00:00:00', '270', NULL, '', '0', 1, '2024-04-04 14:45:03', '2024-04-04 14:45:03'),
(323098, 3279, '2025-01-01 00:00:00', '270', NULL, '', '0', 1, '2024-04-04 14:45:03', '2024-04-04 14:45:03'),
(323099, 3279, '2025-02-01 00:00:00', '270', NULL, '', '0', 1, '2024-04-04 14:45:03', '2024-04-04 14:45:03'),
(323100, 3279, '2025-03-01 00:00:00', '270', NULL, '', '0', 1, '2024-04-04 14:45:03', '2024-04-04 14:45:03'),
(323112, 3187, '2024-04-01 00:00:00', '518', NULL, '', '0', 1, '2024-04-04 14:58:26', '2024-04-04 14:58:26'),
(323113, 3187, '2024-05-01 00:00:00', '518', NULL, '', '0', 1, '2024-04-04 14:58:26', '2024-04-04 14:58:26'),
(323114, 3187, '2024-06-01 00:00:00', '518', NULL, '', '0', 1, '2024-04-04 14:58:26', '2024-04-04 14:58:26'),
(323115, 3187, '2024-07-01 00:00:00', '518', NULL, '', '0', 1, '2024-04-04 14:58:26', '2024-04-04 14:58:26'),
(323116, 3187, '2024-08-01 00:00:00', '518', NULL, '', '0', 1, '2024-04-04 14:58:26', '2024-04-04 14:58:26'),
(323117, 3187, '2024-09-01 00:00:00', '518', NULL, '', '0', 1, '2024-04-04 14:58:26', '2024-04-04 14:58:26'),
(323118, 3187, '2024-10-01 00:00:00', '518', NULL, '', '0', 1, '2024-04-04 14:58:26', '2024-04-04 14:58:26'),
(323119, 3187, '2024-11-01 00:00:00', '518', NULL, '', '0', 1, '2024-04-04 14:58:26', '2024-04-04 14:58:26'),
(323120, 3187, '2024-12-01 00:00:00', '518', NULL, '', '0', 1, '2024-04-04 14:58:26', '2024-04-04 14:58:26'),
(323121, 3187, '2025-01-01 00:00:00', '518', NULL, '', '0', 1, '2024-04-04 14:58:26', '2024-04-04 14:58:26'),
(323122, 3187, '2025-02-01 00:00:00', '518', NULL, '', '0', 1, '2024-04-04 14:58:26', '2024-04-04 14:58:26'),
(323123, 3280, '2024-03-01 00:00:00', '200', NULL, '', '0', 1, '2024-04-04 15:42:05', '2024-04-04 15:44:02'),
(323124, 3280, '2024-04-01 00:00:00', '205', NULL, '', '0', 1, '2024-04-04 15:42:05', '2024-05-07 16:50:31'),
(323125, 3280, '2024-05-01 00:00:00', '205', NULL, '', '0', 1, '2024-04-04 15:42:05', '2024-05-07 16:50:31'),
(323126, 2856, '2024-04-01 00:00:00', '1200', NULL, '', '0', 1, '2024-04-04 16:32:14', '2024-04-04 16:32:14'),
(323127, 3093, '2024-04-01 00:00:00', '350', NULL, '', '0', 1, '2024-04-06 13:08:04', '2024-04-06 13:08:04'),
(323128, 3281, '2024-04-01 00:00:00', '250', NULL, '', '0', 1, '2024-04-06 14:47:28', '2024-04-06 14:47:38'),
(323129, 3281, '2024-05-01 00:00:00', '250', NULL, '', '0', 1, '2024-04-06 14:47:38', '2024-04-06 14:47:38'),
(323130, 3281, '2024-06-01 00:00:00', '250', NULL, '', '0', 1, '2024-04-06 14:47:38', '2024-04-06 14:47:38'),
(323131, 3281, '2024-07-01 00:00:00', '250', NULL, '', '0', 1, '2024-04-06 14:47:38', '2024-04-06 14:47:38'),
(323132, 3281, '2024-08-01 00:00:00', '250', NULL, '', '0', 1, '2024-04-06 14:47:38', '2024-04-06 14:47:38'),
(323133, 3281, '2024-09-01 00:00:00', '250', NULL, '', '0', 1, '2024-04-06 14:47:38', '2024-04-06 14:47:38'),
(323134, 3092, '2024-04-01 00:00:00', '200', NULL, '', '0', 1, '2024-04-06 15:34:36', '2024-04-06 15:34:36'),
(323135, 3142, '2024-04-01 00:00:00', '350', NULL, '', '0', 1, '2024-04-06 15:38:24', '2024-04-06 15:38:24'),
(323136, 3168, '2024-04-01 00:00:00', '333', NULL, '', '0', 1, '2024-04-06 15:40:09', '2024-04-06 15:40:09'),
(323137, 3039, '2024-03-01 00:00:00', '200', NULL, '', '0', 1, '2024-04-06 15:40:52', '2024-04-06 15:40:52'),
(323138, 3114, '2024-04-01 00:00:00', '450', NULL, '', '0', 1, '2024-04-06 15:41:56', '2024-04-06 15:41:56'),
(323139, 3104, '2024-04-01 00:00:00', '200', NULL, '', '0', 1, '2024-04-06 15:42:36', '2024-04-06 15:42:36'),
(323140, 2825, '2024-04-01 00:00:00', '400', NULL, '', '0', 1, '2024-04-06 15:43:41', '2024-04-06 15:43:41'),
(323141, 3120, '2024-04-01 00:00:00', '600', NULL, '', '0', 1, '2024-04-06 15:44:55', '2024-04-06 15:44:55'),
(323142, 2857, '2024-04-01 00:00:00', '350', NULL, '', '0', 1, '2024-04-06 15:45:36', '2024-04-06 15:45:36'),
(323143, 2910, '2024-04-01 00:00:00', '300', NULL, '', '0', 1, '2024-04-06 15:46:07', '2024-04-06 15:46:07'),
(323144, 2682, '2024-04-01 00:00:00', '300', NULL, '', '0', 1, '2024-04-06 15:47:14', '2024-04-06 15:47:14'),
(323145, 3282, '2024-04-01 00:00:00', NULL, NULL, '', '2800', 0, '2024-04-06 15:49:28', '2024-04-06 15:49:28'),
(323146, 3283, '2023-11-01 00:00:00', '2800', NULL, '', '0', 1, '2024-04-06 15:50:19', '2024-04-06 15:50:30'),
(323147, 3283, '2023-12-01 00:00:00', NULL, NULL, '', '2800', 0, '2024-04-06 15:50:19', '2024-04-06 15:50:19'),
(323148, 3283, '2024-01-01 00:00:00', NULL, NULL, '', '2800', 0, '2024-04-06 15:50:19', '2024-04-06 15:50:19'),
(323149, 3283, '2024-02-01 00:00:00', NULL, NULL, '', '2800', 0, '2024-04-06 15:50:19', '2024-04-06 15:50:19'),
(323150, 3283, '2024-03-01 00:00:00', NULL, NULL, '', '2800', 0, '2024-04-06 15:50:19', '2024-04-06 15:50:19'),
(323151, 3283, '2024-04-01 00:00:00', NULL, NULL, '', '2800', 0, '2024-04-06 15:50:19', '2024-04-06 15:50:19'),
(323152, 3283, '2024-05-01 00:00:00', NULL, NULL, '', '2800', 0, '2024-04-06 15:50:19', '2024-04-06 15:50:19'),
(323153, 2874, '2024-03-01 00:00:00', '400', NULL, '', '0', 1, '2024-04-06 15:51:14', '2024-04-06 15:51:14'),
(323155, 3284, '2024-02-01 00:00:00', '200', NULL, '', '0', 1, '2024-04-06 15:52:45', '2024-04-06 15:53:01'),
(323156, 3284, '2024-03-01 00:00:00', '200', NULL, '', '0', 1, '2024-04-06 15:52:45', '2024-04-06 15:53:01'),
(323157, 3284, '2024-04-01 00:00:00', '200', NULL, '', '0', 1, '2024-04-06 15:52:45', '2024-05-07 13:30:08'),
(323158, 3284, '2024-05-01 00:00:00', '200', NULL, '', '0', 1, '2024-04-06 15:52:45', '2024-06-11 11:25:20'),
(323159, 2880, '2024-03-01 00:00:00', '300', NULL, '', '0', 1, '2024-04-06 15:53:47', '2024-04-06 15:53:47'),
(323160, 2880, '2024-04-01 00:00:00', '300', NULL, '', '0', 1, '2024-04-06 15:53:47', '2024-04-06 15:53:47'),
(323161, 2860, '2024-03-01 00:00:00', '300', NULL, '', '0', 1, '2024-04-06 15:54:20', '2024-04-06 15:54:20'),
(323162, 2865, '2024-03-01 00:00:00', '500', NULL, '', '0', 1, '2024-04-06 15:55:16', '2024-04-06 15:55:16'),
(323163, 1110, '2024-02-01 00:00:00', '334', NULL, '', '0', 1, '2024-04-06 15:56:36', '2024-04-06 15:56:36'),
(323164, 1110, '2024-03-01 00:00:00', '334', NULL, '', '0', 1, '2024-04-06 15:56:36', '2024-04-06 15:56:36'),
(323165, 1110, '2024-04-01 00:00:00', '334', NULL, '', '0', 1, '2024-04-06 15:56:36', '2024-04-06 15:56:36'),
(323166, 3285, '2024-03-01 00:00:00', '750', NULL, '', '0', 1, '2024-04-06 15:59:52', '2024-04-06 16:00:06'),
(323167, 3285, '2024-04-01 00:00:00', '750', NULL, '', '0', 1, '2024-04-06 15:59:52', '2024-04-06 16:00:06'),
(323168, 3285, '2024-05-01 00:00:00', '900', NULL, '', '0', 1, '2024-04-06 15:59:52', '2024-05-23 17:02:52'),
(323169, 3201, '2024-04-01 00:00:00', '200', NULL, '', '0', 1, '2024-04-07 10:02:24', '2024-04-07 10:02:24'),
(323170, 2801, '2024-03-01 00:00:00', '600', NULL, '', '0', 1, '2024-04-07 10:03:33', '2024-04-07 10:03:33'),
(323171, 2794, '2024-03-01 00:00:00', '300', NULL, '', '0', 1, '2024-04-07 10:04:22', '2024-04-07 10:04:22'),
(323172, 2794, '2024-04-01 00:00:00', '300', NULL, '', '0', 1, '2024-04-07 10:04:22', '2024-04-07 10:04:22'),
(323173, 3048, '2024-04-01 00:00:00', '200', NULL, '', '0', 1, '2024-04-07 10:52:18', '2024-04-07 10:52:18'),
(323174, 3178, '2024-04-01 00:00:00', '200', NULL, '', '0', 1, '2024-04-07 10:58:18', '2024-04-07 10:58:18'),
(323175, 3232, '2024-04-01 00:00:00', '200', NULL, '', '0', 1, '2024-04-07 11:02:47', '2024-04-07 11:02:47'),
(323176, 3286, '2024-04-01 00:00:00', '270', NULL, '', '0', 1, '2024-04-07 11:39:49', '2024-04-07 11:40:31'),
(323177, 3286, '2024-05-01 00:00:00', '270', NULL, '', '0', 1, '2024-04-07 11:40:31', '2024-04-07 11:40:31'),
(323178, 3286, '2024-06-01 00:00:00', '270', NULL, '', '0', 1, '2024-04-07 11:40:31', '2024-04-07 11:40:31'),
(323179, 3286, '2024-07-01 00:00:00', '270', NULL, '', '0', 1, '2024-04-07 11:40:31', '2024-04-07 11:40:31'),
(323180, 3286, '2024-08-01 00:00:00', '270', NULL, '', '0', 1, '2024-04-07 11:40:31', '2024-04-07 11:40:31'),
(323181, 3286, '2024-09-01 00:00:00', '270', NULL, '', '0', 1, '2024-04-07 11:40:31', '2024-04-07 11:40:31'),
(323182, 3286, '2024-10-01 00:00:00', '270', NULL, '', '0', 1, '2024-04-07 11:40:31', '2024-04-07 11:40:31'),
(323183, 3286, '2024-11-01 00:00:00', '270', NULL, '', '0', 1, '2024-04-07 11:40:31', '2024-04-07 11:40:31'),
(323184, 3286, '2024-12-01 00:00:00', '270', NULL, '', '0', 1, '2024-04-07 11:40:31', '2024-04-07 11:40:31'),
(323185, 3286, '2025-01-01 00:00:00', '270', NULL, '', '0', 1, '2024-04-07 11:40:31', '2024-04-07 11:40:31'),
(323186, 3286, '2025-02-01 00:00:00', '270', NULL, '', '0', 1, '2024-04-07 11:40:31', '2024-04-07 11:40:31'),
(323187, 3286, '2025-03-01 00:00:00', '270', NULL, '', '0', 1, '2024-04-07 11:40:31', '2024-04-07 11:40:31'),
(323188, 3287, '2024-04-01 00:00:00', '350', NULL, '', '0', 1, '2024-04-07 12:43:38', '2024-04-07 12:44:19'),
(323190, 3288, '2024-04-01 00:00:00', '315', NULL, '', '0', 1, '2024-04-07 12:48:48', '2024-04-07 12:49:59'),
(323191, 3288, '2024-05-01 00:00:00', '315', NULL, '', '0', 1, '2024-04-07 12:49:59', '2024-04-07 12:49:59'),
(323192, 3288, '2024-06-01 00:00:00', '315', NULL, '', '0', 1, '2024-04-07 12:49:59', '2024-04-07 12:49:59'),
(323193, 3288, '2024-07-01 00:00:00', '315', NULL, '', '0', 1, '2024-04-07 12:49:59', '2024-04-07 12:49:59'),
(323194, 3288, '2024-08-01 00:00:00', '315', NULL, '', '0', 1, '2024-04-07 12:49:59', '2024-04-07 12:49:59'),
(323195, 3288, '2024-09-01 00:00:00', '315', NULL, '', '0', 1, '2024-04-07 12:49:59', '2024-04-07 12:49:59'),
(323196, 3288, '2024-10-01 00:00:00', '315', NULL, '', '0', 1, '2024-04-07 12:49:59', '2024-04-07 12:49:59'),
(323197, 3288, '2024-11-01 00:00:00', '315', NULL, '', '0', 1, '2024-04-07 12:49:59', '2024-04-07 12:49:59'),
(323198, 3288, '2024-12-01 00:00:00', '315', NULL, '', '0', 1, '2024-04-07 12:49:59', '2024-04-07 12:49:59'),
(323199, 3288, '2025-01-01 00:00:00', '315', NULL, '', '0', 1, '2024-04-07 12:49:59', '2024-04-07 12:49:59'),
(323200, 3288, '2025-02-01 00:00:00', '315', NULL, '', '0', 1, '2024-04-07 12:49:59', '2024-04-07 12:49:59'),
(323201, 3288, '2025-03-01 00:00:00', '315', NULL, '', '0', 1, '2024-04-07 12:49:59', '2024-04-07 12:49:59'),
(323202, 2824, '2024-03-01 00:00:00', '300', NULL, '', '0', 1, '2024-04-07 15:42:25', '2024-04-07 15:42:25'),
(323203, 2821, '2024-03-01 00:00:00', '500', NULL, '', '0', 1, '2024-04-08 10:14:41', '2024-04-08 10:14:41'),
(323204, 2832, '2024-04-01 00:00:00', '600', NULL, '', '0', 1, '2024-04-08 10:16:13', '2024-04-08 10:16:13'),
(323205, 2922, '2024-04-01 00:00:00', '300', NULL, '', '0', 1, '2024-04-08 10:17:02', '2024-04-08 10:17:02'),
(323206, 3289, '2024-04-01 00:00:00', '270', NULL, '', '0', 1, '2024-04-08 10:19:05', '2024-04-08 10:19:28'),
(323207, 3289, '2024-05-01 00:00:00', '270', NULL, '', '0', 1, '2024-04-08 10:19:28', '2024-04-08 10:19:28'),
(323208, 3289, '2024-06-01 00:00:00', '270', NULL, '', '0', 1, '2024-04-08 10:19:28', '2024-04-08 10:19:28'),
(323209, 3289, '2024-07-01 00:00:00', '270', NULL, '', '0', 1, '2024-04-08 10:19:28', '2024-04-08 10:19:28'),
(323210, 3289, '2024-08-01 00:00:00', '270', NULL, '', '0', 1, '2024-04-08 10:19:28', '2024-04-08 10:19:28'),
(323211, 3289, '2024-09-01 00:00:00', '270', NULL, '', '0', 1, '2024-04-08 10:19:28', '2024-04-08 10:19:28'),
(323212, 3289, '2024-10-01 00:00:00', '270', NULL, '', '0', 1, '2024-04-08 10:19:28', '2024-04-08 10:19:28'),
(323213, 3289, '2024-11-01 00:00:00', '270', NULL, '', '0', 1, '2024-04-08 10:19:28', '2024-04-08 10:19:28'),
(323214, 3289, '2024-12-01 00:00:00', '270', NULL, '', '0', 1, '2024-04-08 10:19:28', '2024-04-08 10:19:28'),
(323215, 3289, '2025-01-01 00:00:00', '270', NULL, '', '0', 1, '2024-04-08 10:19:28', '2024-04-08 10:19:28'),
(323216, 3289, '2025-02-01 00:00:00', '270', NULL, '', '0', 1, '2024-04-08 10:19:28', '2024-04-08 10:19:28'),
(323217, 3289, '2025-03-01 00:00:00', '270', NULL, '', '0', 1, '2024-04-08 10:19:28', '2024-04-08 10:19:28'),
(323218, 2917, '2024-03-01 00:00:00', '300', NULL, '', '0', 1, '2024-04-08 10:20:36', '2024-04-08 10:20:36'),
(323219, 2877, '2024-04-01 00:00:00', '310', NULL, '', '0', 1, '2024-04-08 10:32:32', '2024-04-08 10:32:32'),
(323220, 3101, '2024-04-01 00:00:00', '500', NULL, '', '0', 1, '2024-04-08 10:38:07', '2024-04-08 10:38:07'),
(323221, 2927, '2024-04-01 00:00:00', '350', NULL, '', '0', 1, '2024-04-08 10:38:26', '2024-04-08 10:38:26'),
(323222, 2988, '2024-04-01 00:00:00', '350', NULL, '', '0', 1, '2024-04-08 10:39:23', '2024-04-08 10:39:23'),
(323223, 2891, '2024-04-01 00:00:00', '300', NULL, '', '0', 1, '2024-04-08 11:30:55', '2024-04-08 11:30:55'),
(323224, 3126, '2024-04-01 00:00:00', '250', NULL, '', '0', 1, '2024-04-08 12:04:43', '2024-04-08 12:04:43'),
(323225, 3170, '2024-04-01 00:00:00', '500', NULL, '', '0', 1, '2024-04-08 12:39:38', '2024-04-08 12:39:38'),
(323226, 3290, '2024-04-01 00:00:00', '300', NULL, '', '0', 1, '2024-04-08 13:03:40', '2024-04-08 13:04:11'),
(323227, 2796, '2024-03-01 00:00:00', '200', NULL, '', '0', 1, '2024-04-08 13:06:02', '2024-04-08 13:06:02'),
(323228, 2796, '2024-04-01 00:00:00', '200', NULL, '', '0', 1, '2024-04-08 13:06:02', '2024-04-08 13:06:02'),
(323229, 3059, '2024-04-01 00:00:00', '300', NULL, '', '0', 1, '2024-04-08 14:27:10', '2024-04-08 14:27:10'),
(323230, 3128, '2024-04-01 00:00:00', '750', NULL, '', '0', 1, '2024-04-08 14:53:31', '2024-04-08 14:53:31'),
(323231, 3259, '2024-04-01 00:00:00', '350', NULL, '', '0', 1, '2024-04-09 10:34:45', '2024-04-09 10:34:45'),
(323232, 3139, '2024-04-01 00:00:00', '300', NULL, '', '0', 1, '2024-04-10 09:59:46', '2024-04-10 09:59:46'),
(323233, 3074, '2024-04-01 00:00:00', '300', NULL, '', '0', 1, '2024-04-12 14:12:47', '2024-04-12 14:12:47'),
(323234, 3026, '2024-04-01 00:00:00', '300', NULL, '', '0', 1, '2024-04-16 17:04:55', '2024-04-16 17:04:55'),
(323235, 2894, '2024-04-01 00:00:00', '300', NULL, '', '0', 1, '2024-04-17 11:10:34', '2024-04-17 11:10:34'),
(323236, 2894, '2024-05-01 00:00:00', '300', NULL, '', '0', 1, '2024-04-17 11:10:34', '2024-04-17 11:10:34'),
(323237, 3224, '2024-05-01 00:00:00', '150', NULL, '', '0', 1, '2024-04-17 11:13:07', '2024-04-17 11:13:07'),
(323238, 3224, '2024-06-01 00:00:00', '150', NULL, '', '0', 1, '2024-04-17 11:13:07', '2024-04-17 11:13:07'),
(323239, 3224, '2024-07-01 00:00:00', '150', NULL, '', '0', 1, '2024-04-17 11:13:07', '2024-04-17 11:13:07'),
(323240, 3224, '2024-08-01 00:00:00', '150', NULL, '', '0', 1, '2024-04-17 11:13:07', '2024-04-17 11:13:07'),
(323241, 3224, '2024-09-01 00:00:00', '150', NULL, '', '0', 1, '2024-04-17 11:13:07', '2024-04-17 11:13:07'),
(323242, 3066, '2024-04-01 00:00:00', '300', NULL, '', '0', 1, '2024-04-17 11:15:10', '2024-04-17 11:15:10'),
(323243, 3291, '2024-04-01 00:00:00', '300', NULL, '', '0', 1, '2024-04-17 11:19:34', '2024-04-17 11:20:50'),
(323244, 3291, '2024-05-01 00:00:00', '300', NULL, '', '0', 1, '2024-04-17 11:20:50', '2024-04-17 11:20:50'),
(323245, 3291, '2024-06-01 00:00:00', '300', NULL, '', '0', 1, '2024-04-17 11:20:50', '2024-04-17 11:20:50'),
(323246, 3291, '2024-07-01 00:00:00', '300', NULL, '', '0', 1, '2024-04-17 11:20:50', '2024-04-17 11:20:50'),
(323247, 3291, '2024-08-01 00:00:00', '300', NULL, '', '0', 1, '2024-04-17 11:20:50', '2024-04-17 11:20:50'),
(323248, 3291, '2024-09-01 00:00:00', '300', NULL, '', '0', 1, '2024-04-17 11:20:50', '2024-04-17 11:20:50'),
(323249, 3291, '2024-10-01 00:00:00', '300', NULL, '', '0', 1, '2024-04-17 11:20:50', '2024-04-17 11:20:50'),
(323250, 3291, '2024-11-01 00:00:00', '300', NULL, '', '0', 1, '2024-04-17 11:20:50', '2024-04-17 11:20:50'),
(323251, 3291, '2024-12-01 00:00:00', '300', NULL, '', '0', 1, '2024-04-17 11:20:50', '2024-04-17 11:20:50'),
(323252, 3291, '2025-01-01 00:00:00', '300', NULL, '', '0', 1, '2024-04-17 11:20:50', '2024-04-17 11:20:50'),
(323253, 3291, '2025-02-01 00:00:00', '300', NULL, '', '0', 1, '2024-04-17 11:20:50', '2024-04-17 11:20:50'),
(323254, 3291, '2025-03-01 00:00:00', '300', NULL, '', '0', 1, '2024-04-17 11:20:50', '2024-04-17 11:20:50'),
(323255, 2811, '2024-03-01 00:00:00', '300', NULL, '', '0', 1, '2024-04-17 11:27:29', '2024-04-17 11:27:29'),
(323256, 2811, '2024-04-01 00:00:00', '300', NULL, '', '0', 1, '2024-04-17 11:27:29', '2024-04-17 11:27:29'),
(323259, 3112, '2024-03-01 00:00:00', '150', NULL, '', '0', 1, '2024-04-17 11:30:31', '2024-04-17 11:30:31'),
(323260, 3112, '2024-04-01 00:00:00', '150', NULL, '', '0', 1, '2024-04-17 11:30:31', '2024-04-17 11:30:31'),
(323261, 3185, '2024-04-01 00:00:00', '300', NULL, '', '0', 1, '2024-04-17 11:31:43', '2024-04-17 11:31:43'),
(323262, 2915, '2024-03-01 00:00:00', '250', NULL, '', '0', 1, '2024-04-17 12:55:47', '2024-04-17 12:55:47'),
(323263, 2915, '2024-04-01 00:00:00', '250', NULL, '', '0', 1, '2024-04-17 12:55:47', '2024-04-17 12:55:47'),
(323264, 3292, '2024-04-01 00:00:00', '350', NULL, '', '0', 1, '2024-04-17 12:58:06', '2024-04-17 12:58:17'),
(323265, 3172, '2024-04-01 00:00:00', '350', NULL, '', '0', 1, '2024-04-17 13:01:52', '2024-04-17 13:01:52'),
(323266, 2849, '2024-04-01 00:00:00', '150', NULL, '', '0', 1, '2024-04-17 13:09:03', '2024-04-17 13:09:03'),
(323267, 2830, '2024-03-01 00:00:00', '0', NULL, '', '0', 1, '2024-04-17 13:13:03', '2024-04-17 13:13:03'),
(323268, 2830, '2024-04-01 00:00:00', '300', NULL, '', '0', 1, '2024-04-17 13:13:19', '2024-04-17 13:13:19'),
(323269, 3258, '2024-04-01 00:00:00', '600', NULL, '', '0', 1, '2024-04-17 13:17:05', '2024-04-17 13:17:05'),
(323270, 3293, '2024-04-01 00:00:00', '300', NULL, '', '0', 1, '2024-04-17 13:18:20', '2024-04-17 13:18:41'),
(323271, 3293, '2024-05-01 00:00:00', '300', NULL, '', '0', 1, '2024-04-17 13:18:41', '2024-04-17 13:18:41'),
(323272, 3293, '2024-06-01 00:00:00', '300', NULL, '', '0', 1, '2024-04-17 13:18:41', '2024-04-17 13:18:41'),
(323273, 3137, '2024-04-01 00:00:00', '300', NULL, '', '0', 1, '2024-04-17 13:21:46', '2024-04-17 13:21:46'),
(323274, 3294, '2024-04-01 00:00:00', '300', NULL, '', '0', 1, '2024-04-17 13:23:06', '2024-04-17 13:23:19'),
(323275, 3119, '2024-04-01 00:00:00', '500', NULL, '', '0', 1, '2024-04-17 13:24:55', '2024-04-17 13:24:55'),
(323276, 2853, '2024-04-01 00:00:00', '300', NULL, '', '0', 1, '2024-04-17 15:16:54', '2024-04-17 15:16:54'),
(323277, 2901, '2024-04-01 00:00:00', '800', NULL, '', '0', 1, '2024-04-17 15:24:30', '2024-04-17 15:24:30'),
(323278, 2907, '2024-04-01 00:00:00', '300', NULL, '', '0', 1, '2024-04-17 15:24:57', '2024-04-17 15:24:57'),
(323279, 3295, '2024-04-01 00:00:00', '300', NULL, '', '0', 1, '2024-04-17 15:28:20', '2024-04-17 15:28:34'),
(323280, 3295, '2024-05-01 00:00:00', '300', NULL, '', '0', 1, '2024-04-17 15:28:34', '2024-04-17 15:28:34'),
(323281, 3295, '2024-06-01 00:00:00', '300', NULL, '', '0', 1, '2024-04-17 15:28:34', '2024-04-17 15:28:34'),
(323282, 3098, '2024-03-01 00:00:00', '600', NULL, '', '0', 1, '2024-04-17 15:29:26', '2024-04-17 15:29:26'),
(323283, 3098, '2024-04-01 00:00:00', '600', NULL, '', '0', 1, '2024-04-17 15:29:26', '2024-04-17 15:29:26'),
(323284, 3040, '2024-03-01 00:00:00', '300', NULL, '', '0', 1, '2024-04-17 15:30:55', '2024-04-17 15:30:55'),
(323285, 3040, '2024-04-01 00:00:00', '300', NULL, '', '0', 1, '2024-04-17 15:30:55', '2024-04-17 15:30:55'),
(323286, 3080, '2024-04-01 00:00:00', '300', NULL, '', '0', 1, '2024-04-17 15:33:16', '2024-04-17 15:33:16'),
(323287, 2890, '2024-04-01 00:00:00', '500', NULL, '', '0', 1, '2024-04-17 15:34:08', '2024-04-17 15:34:08'),
(323288, 3003, '2024-03-01 00:00:00', '300', NULL, '', '0', 1, '2024-04-17 15:34:59', '2024-04-17 15:34:59'),
(323289, 3003, '2024-04-01 00:00:00', '300', NULL, '', '0', 1, '2024-04-17 15:34:59', '2024-04-17 15:34:59'),
(323290, 2851, '2024-04-01 00:00:00', '200', NULL, '', '0', 1, '2024-04-17 15:35:47', '2024-04-17 15:35:47'),
(323291, 3147, '2024-04-01 00:00:00', '150', NULL, '', '0', 1, '2024-04-17 15:45:46', '2024-04-17 15:45:46'),
(323292, 3069, '2024-04-01 00:00:00', '350', NULL, '', '0', 1, '2024-04-17 15:47:40', '2024-04-17 15:47:40'),
(323293, 3171, '2024-04-01 00:00:00', '200', NULL, '', '0', 1, '2024-04-17 15:49:04', '2024-04-17 15:49:04'),
(323294, 3068, '2024-04-01 00:00:00', '300', NULL, '', '0', 1, '2024-04-17 15:49:50', '2024-04-17 15:49:50'),
(323295, 2871, '2024-04-01 00:00:00', '350', NULL, '', '0', 1, '2024-04-17 15:51:24', '2024-04-17 15:51:24'),
(323296, 3140, '2024-04-01 00:00:00', '1250', NULL, '', '0', 1, '2024-04-17 15:54:58', '2024-04-17 15:54:58'),
(323297, 2998, '2024-04-01 00:00:00', '400', NULL, '', '0', 1, '2024-04-17 15:56:24', '2024-04-17 15:56:24'),
(323298, 3164, '2024-04-01 00:00:00', '250', NULL, '', '0', 1, '2024-04-17 15:58:26', '2024-04-17 15:58:26'),
(323299, 3194, '2024-04-01 00:00:00', '600', NULL, '', '0', 1, '2024-04-17 15:59:07', '2024-04-17 15:59:07'),
(323300, 2814, '2024-03-01 00:00:00', '300', NULL, '', '0', 1, '2024-04-17 16:10:13', '2024-04-17 16:10:13'),
(323301, 2814, '2024-04-01 00:00:00', '300', NULL, '', '0', 1, '2024-04-17 16:11:59', '2024-04-17 16:11:59'),
(323302, 3005, '2024-04-01 00:00:00', '250', NULL, '', '0', 1, '2024-04-17 16:12:50', '2024-04-17 16:12:50'),
(323303, 2817, '2024-04-01 00:00:00', '300', NULL, '', '0', 1, '2024-04-17 16:20:09', '2024-04-17 16:20:09'),
(323304, 3097, '2024-04-01 00:00:00', '333', NULL, '', '0', 1, '2024-04-17 16:26:52', '2024-04-17 16:26:52'),
(323305, 3296, '2024-04-01 00:00:00', '300', NULL, '', '0', 1, '2024-04-17 16:29:00', '2024-04-17 16:29:30'),
(323306, 3296, '2024-05-01 00:00:00', '300', NULL, '', '0', 1, '2024-04-17 16:29:30', '2024-04-17 16:29:30'),
(323307, 3296, '2024-06-01 00:00:00', '300', NULL, '', '0', 1, '2024-04-17 16:29:30', '2024-04-17 16:29:30'),
(323308, 3296, '2024-07-01 00:00:00', '300', NULL, '', '0', 1, '2024-04-17 16:29:30', '2024-04-17 16:29:30'),
(323309, 3296, '2024-08-01 00:00:00', '300', NULL, '', '0', 1, '2024-04-17 16:29:30', '2024-04-17 16:29:30'),
(323310, 3296, '2024-09-01 00:00:00', '300', NULL, '', '0', 1, '2024-04-17 16:29:30', '2024-04-17 16:29:30'),
(323311, 3296, '2024-10-01 00:00:00', '300', NULL, '', '0', 1, '2024-04-17 16:29:30', '2024-04-17 16:29:30'),
(323312, 3296, '2024-11-01 00:00:00', '300', NULL, '', '0', 1, '2024-04-17 16:29:30', '2024-04-17 16:29:30'),
(323313, 3296, '2024-12-01 00:00:00', '300', NULL, '', '0', 1, '2024-04-17 16:29:30', '2024-04-17 16:29:30'),
(323314, 3296, '2025-01-01 00:00:00', '300', NULL, '', '0', 1, '2024-04-17 16:29:30', '2024-04-17 16:29:30'),
(323315, 3296, '2025-02-01 00:00:00', '300', NULL, '', '0', 1, '2024-04-17 16:29:30', '2024-04-17 16:29:30'),
(323316, 3296, '2025-03-01 00:00:00', '300', NULL, '', '0', 1, '2024-04-17 16:29:30', '2024-04-17 16:29:30'),
(323317, 2947, '2024-04-01 00:00:00', '400', NULL, '', '0', 1, '2024-04-17 16:43:13', '2024-04-17 16:43:13'),
(323318, 2865, '2024-04-01 00:00:00', '500', NULL, '', '0', 1, '2024-04-17 16:44:44', '2024-04-17 16:44:44'),
(323319, 2882, '2024-04-01 00:00:00', '300', NULL, '', '0', 1, '2024-04-17 16:48:34', '2024-04-17 16:48:34'),
(323320, 3297, '2024-04-01 00:00:00', '300', NULL, '', '0', 1, '2024-04-17 16:50:56', '2024-04-17 16:51:09'),
(323321, 3142, '2024-05-01 00:00:00', '350', NULL, '', '0', 1, '2024-04-17 16:54:29', '2024-04-17 16:54:29'),
(323322, 3298, '2024-04-01 00:00:00', '200', NULL, '', '0', 1, '2024-04-17 17:15:22', '2024-04-17 17:15:36'),
(323323, 3299, '2024-04-01 00:00:00', '300', NULL, '', '0', 1, '2024-04-17 17:19:40', '2024-04-17 17:19:53'),
(323324, 2993, '2024-04-01 00:00:00', '350', NULL, '', '0', 1, '2024-04-17 17:40:59', '2024-04-17 17:40:59'),
(323325, 3300, '2024-02-01 00:00:00', '300', NULL, '', '0', 1, '2024-04-17 17:59:01', '2024-04-17 17:59:58'),
(323326, 3300, '2024-03-01 00:00:00', '0', NULL, '', '0', 1, '2024-04-17 17:59:01', '2024-06-26 17:38:41'),
(323327, 3300, '2024-04-01 00:00:00', '0', NULL, '', '0', 1, '2024-04-17 17:59:01', '2024-06-26 17:38:41'),
(323328, 3300, '2024-05-01 00:00:00', '0', NULL, '', '0', 1, '2024-04-17 17:59:01', '2024-06-26 17:38:41'),
(323329, 3202, '2024-04-01 00:00:00', '1720', NULL, '', '0', 1, '2024-04-18 11:33:53', '2024-04-18 11:33:53'),
(323330, 3123, '2024-04-01 00:00:00', '300', NULL, '', '0', 1, '2024-04-18 12:26:15', '2024-04-18 12:26:15'),
(323331, 3007, '2024-04-01 00:00:00', '300', NULL, '', '0', 1, '2024-04-18 12:27:02', '2024-04-18 12:27:02'),
(323332, 3301, '2024-04-01 00:00:00', '500', NULL, '', '0', 1, '2024-04-18 12:28:10', '2024-04-18 12:28:47'),
(323333, 2964, '2024-04-01 00:00:00', '300', NULL, '', '0', 1, '2024-04-18 13:31:10', '2024-04-18 13:31:10'),
(323334, 3302, '2024-04-01 00:00:00', '284', NULL, '', '0', 1, '2024-04-18 14:55:49', '2024-04-18 14:56:07'),
(323335, 3302, '2024-05-01 00:00:00', '284', NULL, '', '0', 1, '2024-04-18 14:56:07', '2024-04-18 14:56:07'),
(323336, 3302, '2024-06-01 00:00:00', '284', NULL, '', '0', 1, '2024-04-18 14:56:07', '2024-04-18 14:56:07'),
(323337, 3302, '2024-07-01 00:00:00', '284', NULL, '', '0', 1, '2024-04-18 14:56:07', '2024-04-18 14:56:07'),
(323338, 3302, '2024-08-01 00:00:00', '284', NULL, '', '0', 1, '2024-04-18 14:56:07', '2024-04-18 14:56:07'),
(323339, 3302, '2024-09-01 00:00:00', '284', NULL, '', '0', 1, '2024-04-18 14:56:07', '2024-04-18 14:56:07'),
(323340, 3302, '2024-10-01 00:00:00', '284', NULL, '', '0', 1, '2024-04-18 14:56:07', '2024-04-18 14:56:07'),
(323341, 3302, '2024-11-01 00:00:00', '284', NULL, '', '0', 1, '2024-04-18 14:56:07', '2024-04-18 14:56:07'),
(323342, 3302, '2024-12-01 00:00:00', '284', NULL, '', '0', 1, '2024-04-18 14:56:07', '2024-04-18 14:56:07'),
(323343, 3302, '2025-01-01 00:00:00', '284', NULL, '', '0', 1, '2024-04-18 14:56:07', '2024-04-18 14:56:07'),
(323344, 3302, '2025-02-01 00:00:00', '284', NULL, '', '0', 1, '2024-04-18 14:56:07', '2024-04-18 14:56:07'),
(323345, 3302, '2025-03-01 00:00:00', '284', NULL, '', '0', 1, '2024-04-18 14:56:07', '2024-04-18 14:56:07'),
(323346, 3121, '2024-03-01 00:00:00', '200', NULL, '', '0', 1, '2024-04-18 16:18:32', '2024-04-18 16:18:32'),
(323347, 2447, '2024-04-01 00:00:00', '300', NULL, '', '0', 1, '2024-04-18 16:54:30', '2024-04-18 16:54:30'),
(323348, 3113, '2024-04-01 00:00:00', '200', NULL, '', '0', 1, '2024-04-18 17:21:46', '2024-04-18 17:21:46'),
(323349, 1887, '2025-02-01 00:00:00', '3000', NULL, '', '0', 1, '2024-04-21 11:31:50', '2024-04-21 11:31:50'),
(323350, 3303, '2024-04-01 00:00:00', '200', NULL, '', '0', 1, '2024-04-21 11:57:04', '2024-04-21 12:05:26'),
(323351, 3196, '2024-04-01 00:00:00', '700', NULL, '', '0', 1, '2024-04-21 12:07:24', '2024-04-21 12:07:24'),
(323352, 2683, '2024-04-01 00:00:00', '350', NULL, '', '0', 1, '2024-04-21 12:10:53', '2024-04-21 12:10:53'),
(323353, 3304, '2024-04-01 00:00:00', '300', NULL, '', '0', 1, '2024-04-21 12:16:07', '2024-04-21 12:16:32'),
(323354, 3124, '2024-04-01 00:00:00', '300', NULL, '', '0', 1, '2024-04-21 12:18:08', '2024-04-21 12:18:08'),
(323356, 3176, '2024-04-01 00:00:00', '300', NULL, '', '0', 1, '2024-04-21 12:18:33', '2024-04-21 12:18:33'),
(323357, 3011, '2024-04-01 00:00:00', '750', NULL, '', '0', 1, '2024-04-21 12:18:59', '2024-04-21 12:18:59'),
(323358, 3182, '2024-04-01 00:00:00', '300', NULL, '', '0', 1, '2024-04-21 12:19:23', '2024-04-21 12:19:23'),
(323359, 3010, '2024-04-01 00:00:00', '350', NULL, '', '0', 1, '2024-04-21 12:19:44', '2024-04-21 12:19:44'),
(323360, 3226, '2024-04-01 00:00:00', '350', NULL, '', '0', 1, '2024-04-21 12:23:04', '2024-04-21 12:23:04'),
(323361, 3305, '2024-03-01 00:00:00', '350', NULL, '', '0', 1, '2024-04-21 12:28:34', '2024-04-21 12:28:48'),
(323362, 3305, '2024-04-01 00:00:00', '350', NULL, '', '0', 1, '2024-04-21 12:28:34', '2024-04-21 12:28:48'),
(323363, 3305, '2024-05-01 00:00:00', '350', NULL, '', '0', 1, '2024-04-21 12:28:34', '2024-05-23 11:46:38'),
(323364, 3306, '2024-04-01 00:00:00', '315', NULL, '', '0', 1, '2024-04-21 12:30:00', '2024-04-21 12:30:16'),
(323365, 3306, '2024-05-01 00:00:00', '315', NULL, '', '0', 1, '2024-04-21 12:30:16', '2024-04-21 12:30:16'),
(323366, 3306, '2024-06-01 00:00:00', '315', NULL, '', '0', 1, '2024-04-21 12:30:16', '2024-04-21 12:30:16'),
(323367, 3306, '2024-07-01 00:00:00', '315', NULL, '', '0', 1, '2024-04-21 12:30:16', '2024-04-21 12:30:16'),
(323368, 3306, '2024-08-01 00:00:00', '315', NULL, '', '0', 1, '2024-04-21 12:30:16', '2024-04-21 12:30:16'),
(323369, 3306, '2024-09-01 00:00:00', '315', NULL, '', '0', 1, '2024-04-21 12:30:16', '2024-04-21 12:30:16'),
(323370, 3306, '2024-10-01 00:00:00', '315', NULL, '', '0', 1, '2024-04-21 12:30:16', '2024-04-21 12:30:16'),
(323371, 3306, '2024-11-01 00:00:00', '315', NULL, '', '0', 1, '2024-04-21 12:30:16', '2024-04-21 12:30:16'),
(323372, 3306, '2024-12-01 00:00:00', '315', NULL, '', '0', 1, '2024-04-21 12:30:16', '2024-04-21 12:30:16'),
(323373, 3306, '2025-01-01 00:00:00', '315', NULL, '', '0', 1, '2024-04-21 12:30:16', '2024-04-21 12:30:16'),
(323374, 3306, '2025-02-01 00:00:00', '315', NULL, '', '0', 1, '2024-04-21 12:30:16', '2024-04-21 12:30:16'),
(323375, 3306, '2025-03-01 00:00:00', '315', NULL, '', '0', 1, '2024-04-21 12:30:16', '2024-04-21 12:30:16'),
(323376, 2969, '2024-04-01 00:00:00', '400', NULL, '', '0', 1, '2024-04-21 12:40:06', '2024-04-21 12:40:06'),
(323377, 2854, '2024-04-01 00:00:00', '300', NULL, '', '0', 1, '2024-04-21 12:40:30', '2024-04-21 12:40:30'),
(323378, 3143, '2024-04-01 00:00:00', '250', NULL, '', '0', 1, '2024-04-21 12:40:47', '2024-04-21 12:40:47'),
(323379, 3122, '2024-04-01 00:00:00', '300', NULL, '', '0', 1, '2024-04-21 12:41:06', '2024-04-21 12:41:06'),
(323380, 3227, '2024-04-01 00:00:00', '150', NULL, '', '0', 1, '2024-04-21 12:44:13', '2024-04-21 12:44:13'),
(323381, 3307, '2024-04-01 00:00:00', '300', NULL, '', '0', 1, '2024-04-21 12:44:42', '2024-04-21 12:44:59'),
(323382, 2908, '2024-04-01 00:00:00', '300', NULL, '', '0', 1, '2024-04-21 12:50:09', '2024-04-21 12:50:09'),
(323383, 3125, '2024-04-01 00:00:00', '300', NULL, '', '0', 1, '2024-04-21 12:50:37', '2024-04-21 12:50:37'),
(323384, 3090, '2024-04-01 00:00:00', '300', NULL, '', '0', 1, '2024-04-21 12:51:40', '2024-04-21 12:51:40'),
(323385, 3081, '2024-03-01 00:00:00', '400', NULL, '', '0', 1, '2024-04-21 12:52:14', '2024-04-21 12:52:14'),
(323386, 3081, '2024-04-01 00:00:00', '400', NULL, '', '0', 1, '2024-04-21 12:52:14', '2024-04-21 12:52:14'),
(323387, 3308, '2024-04-01 00:00:00', '150', NULL, '', '0', 1, '2024-04-21 13:04:15', '2024-04-21 13:04:33'),
(323389, 3189, '2024-04-01 00:00:00', '300', NULL, '', '0', 1, '2024-04-21 13:08:58', '2024-04-21 13:08:58'),
(323390, 3161, '2024-04-01 00:00:00', '350', NULL, '', '0', 1, '2024-04-21 14:54:02', '2024-04-21 14:54:02'),
(323391, 3016, '2024-04-01 00:00:00', '1000', NULL, '', '0', 1, '2024-04-21 14:55:16', '2024-04-21 14:55:16'),
(323392, 3195, '2024-04-01 00:00:00', '1400', NULL, '', '0', 1, '2024-04-21 14:56:20', '2024-04-21 14:56:20'),
(323393, 3045, '2024-03-01 00:00:00', '200', NULL, '', '0', 1, '2024-04-21 15:06:44', '2024-04-21 15:06:44'),
(323394, 3045, '2024-04-01 00:00:00', '200', NULL, '', '0', 1, '2024-04-21 15:06:44', '2024-04-21 15:06:44'),
(323395, 3160, '2024-03-01 00:00:00', '300', NULL, '', '0', 1, '2024-04-21 15:10:40', '2024-04-21 15:10:40'),
(323396, 3309, '2024-04-01 00:00:00', '300', NULL, '', '0', 1, '2024-04-21 15:25:54', '2024-04-21 15:26:03'),
(323397, 3310, '2024-04-01 00:00:00', '300', NULL, '', '0', 1, '2024-04-21 16:10:31', '2024-04-21 16:10:53'),
(323398, 2784, '2024-04-01 00:00:00', '200', NULL, '', '0', 1, '2024-04-21 17:03:07', '2024-04-21 17:03:07'),
(323399, 3148, '2024-04-01 00:00:00', '350', NULL, '', '0', 1, '2024-04-21 17:41:04', '2024-04-21 17:41:04'),
(323400, 3108, '2024-03-01 00:00:00', '300', NULL, '', '0', 1, '2024-04-21 17:42:49', '2024-04-21 17:42:49'),
(323401, 3108, '2024-04-01 00:00:00', '0', NULL, '', '0', 1, '2024-04-21 17:43:48', '2024-04-21 17:43:48'),
(323402, 3141, '2024-04-01 00:00:00', '600', NULL, '', '0', 1, '2024-04-21 17:52:13', '2024-04-21 17:52:13'),
(323403, 3027, '2024-04-01 00:00:00', '400', NULL, '', '0', 1, '2024-04-22 10:56:51', '2024-04-22 10:56:51'),
(323404, 2963, '2024-04-01 00:00:00', '300', NULL, '', '0', 1, '2024-04-22 11:22:09', '2024-04-22 11:22:09'),
(323405, 3060, '2024-03-01 00:00:00', '300', NULL, '', '0', 1, '2024-04-22 11:23:05', '2024-04-22 11:23:05'),
(323406, 3060, '2024-04-01 00:00:00', '300', NULL, '', '0', 1, '2024-04-22 11:23:05', '2024-04-22 11:23:05'),
(323407, 3311, '2024-05-01 00:00:00', '284', '2024-05-01 00:00:00', '', '0', 1, '2024-04-22 13:29:57', '2024-04-22 13:30:25'),
(323408, 3311, '2024-06-01 00:00:00', '284', NULL, '', '0', 1, '2024-04-22 13:30:25', '2024-04-22 13:30:25'),
(323409, 3311, '2024-07-01 00:00:00', '284', NULL, '', '0', 1, '2024-04-22 13:30:25', '2024-04-22 13:30:25'),
(323410, 3311, '2024-08-01 00:00:00', '284', NULL, '', '0', 1, '2024-04-22 13:30:25', '2024-04-22 13:30:25'),
(323411, 3311, '2024-09-01 00:00:00', '284', NULL, '', '0', 1, '2024-04-22 13:30:25', '2024-04-22 13:30:25'),
(323412, 3311, '2024-10-01 00:00:00', '284', NULL, '', '0', 1, '2024-04-22 13:30:25', '2024-04-22 13:30:25'),
(323413, 3311, '2024-11-01 00:00:00', '284', NULL, '', '0', 1, '2024-04-22 13:30:25', '2024-04-22 13:30:25'),
(323414, 3311, '2024-12-01 00:00:00', '284', NULL, '', '0', 1, '2024-04-22 13:30:25', '2024-04-22 13:30:25'),
(323415, 3311, '2025-01-01 00:00:00', '284', NULL, '', '0', 1, '2024-04-22 13:30:25', '2024-04-22 13:30:25'),
(323416, 3311, '2025-02-01 00:00:00', '284', NULL, '', '0', 1, '2024-04-22 13:30:25', '2024-04-22 13:30:25'),
(323417, 3311, '2025-03-01 00:00:00', '284', NULL, '', '0', 1, '2024-04-22 13:30:25', '2024-04-22 13:30:25'),
(323418, 3311, '2025-04-01 00:00:00', '284', NULL, '', '0', 1, '2024-04-22 13:30:25', '2024-04-22 13:30:25'),
(323419, 3102, '2024-03-01 00:00:00', '300', NULL, '', '0', 1, '2024-04-22 13:31:52', '2024-04-22 13:31:52'),
(323420, 3102, '2024-04-01 00:00:00', '0', NULL, '', '0', 1, '2024-04-22 13:32:04', '2024-04-22 13:32:04'),
(323421, 3102, '2024-05-01 00:00:00', '300', NULL, '', '0', 1, '2024-04-22 13:32:20', '2024-04-22 13:32:20'),
(323422, 3312, '2024-04-01 00:00:00', '315', NULL, '', '0', 1, '2024-04-22 16:48:21', '2024-04-22 16:48:50'),
(323423, 3312, '2024-05-01 00:00:00', '315', NULL, '', '0', 1, '2024-04-22 16:48:50', '2024-04-22 16:48:50'),
(323424, 3312, '2024-06-01 00:00:00', '315', NULL, '', '0', 1, '2024-04-22 16:48:50', '2024-04-22 16:48:50'),
(323425, 3312, '2024-07-01 00:00:00', '315', NULL, '', '0', 1, '2024-04-22 16:48:50', '2024-04-22 16:48:50'),
(323426, 3312, '2024-08-01 00:00:00', '315', NULL, '', '0', 1, '2024-04-22 16:48:50', '2024-04-22 16:48:50'),
(323427, 3312, '2024-09-01 00:00:00', '315', NULL, '', '0', 1, '2024-04-22 16:48:50', '2024-04-22 16:48:50'),
(323428, 3312, '2024-10-01 00:00:00', '315', NULL, '', '0', 1, '2024-04-22 16:48:50', '2024-04-22 16:48:50'),
(323429, 3312, '2024-11-01 00:00:00', '315', NULL, '', '0', 1, '2024-04-22 16:48:50', '2024-04-22 16:48:50'),
(323430, 3312, '2024-12-01 00:00:00', '315', NULL, '', '0', 1, '2024-04-22 16:48:50', '2024-04-22 16:48:50'),
(323431, 3312, '2025-01-01 00:00:00', '315', NULL, '', '0', 1, '2024-04-22 16:48:50', '2024-04-22 16:48:50'),
(323432, 3312, '2025-02-01 00:00:00', '315', NULL, '', '0', 1, '2024-04-22 16:48:50', '2024-04-22 16:48:50'),
(323433, 3312, '2025-03-01 00:00:00', '315', NULL, '', '0', 1, '2024-04-22 16:48:50', '2024-04-22 16:48:50'),
(323434, 2992, '2024-04-01 00:00:00', '300', NULL, '', '0', 1, '2024-04-22 17:28:57', '2024-04-22 17:28:57'),
(323435, 3213, '2024-04-01 00:00:00', '250', NULL, '', '0', 1, '2024-04-23 12:16:10', '2024-04-23 12:16:10'),
(323436, 3004, '2024-04-01 00:00:00', '350', NULL, '', '0', 1, '2024-04-23 12:26:10', '2024-04-23 12:26:10'),
(323438, 3313, '2024-04-01 00:00:00', '315', NULL, '', '0', 1, '2024-04-23 12:27:40', '2024-04-23 12:27:55'),
(323439, 3313, '2024-05-01 00:00:00', '315', NULL, '', '0', 1, '2024-04-23 12:27:55', '2024-04-23 12:27:55'),
(323440, 3313, '2024-06-01 00:00:00', '315', NULL, '', '0', 1, '2024-04-23 12:27:55', '2024-04-23 12:27:55'),
(323441, 3313, '2024-07-01 00:00:00', '315', NULL, '', '0', 1, '2024-04-23 12:27:55', '2024-04-23 12:27:55'),
(323442, 3313, '2024-08-01 00:00:00', '315', NULL, '', '0', 1, '2024-04-23 12:27:55', '2024-04-23 12:27:55'),
(323443, 3313, '2024-09-01 00:00:00', '315', NULL, '', '0', 1, '2024-04-23 12:27:55', '2024-04-23 12:27:55'),
(323444, 3313, '2024-10-01 00:00:00', '315', NULL, '', '0', 1, '2024-04-23 12:27:55', '2024-04-23 12:27:55'),
(323445, 3313, '2024-11-01 00:00:00', '315', NULL, '', '0', 1, '2024-04-23 12:27:55', '2024-04-23 12:27:55'),
(323446, 3313, '2024-12-01 00:00:00', '315', NULL, '', '0', 1, '2024-04-23 12:27:55', '2024-04-23 12:27:55'),
(323447, 3313, '2025-01-01 00:00:00', '315', NULL, '', '0', 1, '2024-04-23 12:27:55', '2024-04-23 12:27:55'),
(323448, 3313, '2025-02-01 00:00:00', '315', NULL, '', '0', 1, '2024-04-23 12:27:55', '2024-04-23 12:27:55'),
(323449, 3313, '2025-03-01 00:00:00', '315', NULL, '', '0', 1, '2024-04-23 12:27:55', '2024-04-23 12:27:55'),
(323450, 3032, '2024-04-01 00:00:00', '300', NULL, '', '0', 1, '2024-04-23 12:28:40', '2024-04-23 12:28:40'),
(323451, 3083, '2024-04-01 00:00:00', '500', NULL, '', '0', 1, '2024-04-23 12:29:02', '2024-04-23 12:29:02'),
(323452, 3235, '2024-04-01 00:00:00', '300', NULL, '', '0', 1, '2024-04-23 12:29:20', '2024-04-23 12:29:20'),
(323453, 2997, '2024-04-01 00:00:00', '284', NULL, '', '0', 1, '2024-04-23 12:29:38', '2024-04-23 12:29:38'),
(323454, 3051, '2024-03-01 00:00:00', '350', NULL, '', '0', 1, '2024-04-23 12:30:05', '2024-04-23 12:30:05'),
(323455, 3051, '2024-04-01 00:00:00', '350', NULL, '', '0', 1, '2024-04-23 12:30:05', '2024-04-23 12:30:05'),
(323456, 3314, '2024-02-01 00:00:00', '300', NULL, '', '0', 1, '2024-04-23 15:01:15', '2024-04-23 15:01:37'),
(323457, 3314, '2024-03-01 00:00:00', '300', NULL, '', '0', 1, '2024-04-23 15:01:15', '2024-04-23 15:01:37'),
(323458, 3314, '2024-04-01 00:00:00', '300', NULL, '', '0', 1, '2024-04-23 15:01:15', '2024-04-23 15:01:37'),
(323459, 3314, '2024-05-01 00:00:00', NULL, NULL, '', '300', 0, '2024-04-23 15:01:15', '2024-04-23 15:01:15'),
(323460, 3315, '2024-04-01 00:00:00', '300', NULL, '', '0', 1, '2024-04-23 15:03:57', '2024-04-23 15:04:11'),
(323461, 3315, '2024-05-01 00:00:00', '300', NULL, '', '0', 1, '2024-04-23 15:04:11', '2024-04-23 15:04:11'),
(323462, 3315, '2024-06-01 00:00:00', '300', NULL, '', '0', 1, '2024-04-23 15:04:11', '2024-04-23 15:04:11'),
(323463, 3315, '2024-07-01 00:00:00', '300', NULL, '', '0', 1, '2024-04-23 15:04:11', '2024-04-23 15:04:11'),
(323464, 3315, '2024-08-01 00:00:00', '300', NULL, '', '0', 1, '2024-04-23 15:04:11', '2024-04-23 15:04:11'),
(323465, 3315, '2024-09-01 00:00:00', '300', NULL, '', '0', 1, '2024-04-23 15:04:11', '2024-04-23 15:04:11'),
(323466, 3316, '2024-03-01 00:00:00', '250', NULL, '', '0', 1, '2024-04-23 15:09:47', '2024-04-23 15:10:17'),
(323467, 3316, '2024-04-01 00:00:00', '250', NULL, '', '0', 1, '2024-04-23 15:09:47', '2024-04-23 15:10:17'),
(323468, 3316, '2024-05-01 00:00:00', '250', NULL, '', '0', 1, '2024-04-23 15:09:47', '2024-04-23 15:10:17'),
(323469, 3316, '2024-06-01 00:00:00', '250', NULL, '', '0', 1, '2024-04-23 15:10:17', '2024-04-23 15:10:17'),
(323470, 2974, '2024-03-01 00:00:00', '200', NULL, '', '0', 1, '2024-04-23 15:38:56', '2024-04-23 15:38:56'),
(323471, 2974, '2024-04-01 00:00:00', '200', NULL, '', '0', 1, '2024-04-23 15:38:56', '2024-04-23 15:38:56'),
(323472, 2973, '2024-03-01 00:00:00', '300', NULL, '', '0', 1, '2024-04-23 16:00:10', '2024-04-23 16:00:10'),
(323474, 2973, '2024-04-01 00:00:00', '0', NULL, '', '0', 1, '2024-04-23 16:00:52', '2024-04-23 16:00:52'),
(323475, 2973, '2024-05-01 00:00:00', '300', NULL, '', '0', 1, '2024-04-23 16:01:14', '2024-04-23 16:01:14'),
(323476, 3020, '2024-04-01 00:00:00', '250', NULL, '', '0', 1, '2024-04-23 16:44:45', '2024-04-23 16:44:45'),
(323477, 3020, '2024-05-01 00:00:00', '250', NULL, '', '0', 1, '2024-04-23 16:44:45', '2024-04-23 16:44:45'),
(323478, 3020, '2024-06-01 00:00:00', '250', NULL, '', '0', 1, '2024-04-23 16:44:45', '2024-04-23 16:44:45'),
(323479, 3020, '2024-07-01 00:00:00', '250', NULL, '', '0', 1, '2024-04-23 16:44:45', '2024-04-23 16:44:45'),
(323480, 3020, '2024-08-01 00:00:00', '250', NULL, '', '0', 1, '2024-04-23 16:44:45', '2024-04-23 16:44:45'),
(323481, 3020, '2024-09-01 00:00:00', '250', NULL, '', '0', 1, '2024-04-23 16:44:45', '2024-04-23 16:44:45');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(323482, 3020, '2024-10-01 00:00:00', '250', NULL, '', '0', 1, '2024-04-23 16:44:45', '2024-04-23 16:44:45'),
(323483, 3020, '2024-11-01 00:00:00', '250', NULL, '', '0', 1, '2024-04-23 16:44:45', '2024-04-23 16:44:45'),
(323484, 3020, '2024-12-01 00:00:00', '250', NULL, '', '0', 1, '2024-04-23 16:44:45', '2024-04-23 16:44:45'),
(323485, 3020, '2025-01-01 00:00:00', '250', NULL, '', '0', 1, '2024-04-23 16:44:45', '2024-04-23 16:44:45'),
(323486, 3020, '2025-02-01 00:00:00', '250', NULL, '', '0', 1, '2024-04-23 16:44:45', '2024-04-23 16:44:45'),
(323487, 3020, '2025-03-01 00:00:00', '0', NULL, '', '0', 1, '2024-04-23 16:44:59', '2024-04-23 16:44:59'),
(323488, 3064, '2024-04-01 00:00:00', '300', NULL, '', '0', 1, '2024-04-23 16:46:49', '2024-04-23 16:46:49'),
(323489, 2965, '2024-03-01 00:00:00', '300', NULL, '', '0', 1, '2024-04-23 17:02:30', '2024-04-23 17:02:30'),
(323490, 2965, '2024-04-01 00:00:00', '300', NULL, '', '0', 1, '2024-04-23 17:02:30', '2024-04-23 17:02:30'),
(323491, 3317, '2024-04-01 00:00:00', '300', NULL, '', '0', 1, '2024-04-23 17:20:58', '2024-04-23 17:21:16'),
(323492, 3207, '2024-04-01 00:00:00', '400', NULL, '', '0', 1, '2024-04-23 17:22:04', '2024-04-23 17:22:04'),
(323493, 3318, '2024-03-01 00:00:00', '300', NULL, '', '0', 1, '2024-04-23 17:28:01', '2024-04-23 17:28:23'),
(323494, 3318, '2024-04-01 00:00:00', NULL, NULL, '', '300', 0, '2024-04-23 17:28:01', '2024-04-23 17:28:01'),
(323495, 3318, '2024-05-01 00:00:00', NULL, NULL, '', '300', 0, '2024-04-23 17:28:01', '2024-04-23 17:28:01'),
(323497, 3319, '2024-03-01 00:00:00', '300', NULL, '', '0', 1, '2024-04-23 17:40:23', '2024-04-23 17:40:35'),
(323500, 2953, '2024-04-01 00:00:00', '300', NULL, '', '0', 1, '2024-04-23 17:48:48', '2024-04-23 17:48:48'),
(323501, 3067, '2024-04-01 00:00:00', '300', NULL, '', '0', 1, '2024-04-23 17:48:58', '2024-04-23 17:48:58'),
(323502, 3089, '2024-04-01 00:00:00', '300', NULL, '', '0', 1, '2024-04-23 17:49:49', '2024-04-23 17:49:49'),
(323503, 2995, '2024-04-01 00:00:00', '300', NULL, '', '0', 1, '2024-04-24 12:19:57', '2024-04-24 12:19:57'),
(323504, 3320, '2024-04-01 00:00:00', '300', NULL, '', '0', 1, '2024-04-24 12:22:59', '2024-04-24 12:23:13'),
(323505, 2687, '2024-04-01 00:00:00', '350', NULL, '', '0', 1, '2024-04-24 12:23:39', '2024-04-24 12:23:39'),
(323506, 3321, '2024-04-01 00:00:00', '270', NULL, '', '0', 1, '2024-04-24 12:26:26', '2024-04-24 12:27:04'),
(323507, 3321, '2024-05-01 00:00:00', '270', NULL, '', '0', 1, '2024-04-24 12:27:04', '2024-04-24 12:27:04'),
(323508, 3321, '2024-06-01 00:00:00', '270', NULL, '', '0', 1, '2024-04-24 12:27:04', '2024-04-24 12:27:04'),
(323509, 3321, '2024-07-01 00:00:00', '270', NULL, '', '0', 1, '2024-04-24 12:27:04', '2024-04-24 12:27:04'),
(323510, 3321, '2024-08-01 00:00:00', '270', NULL, '', '0', 1, '2024-04-24 12:27:04', '2024-04-24 12:27:04'),
(323511, 3321, '2024-09-01 00:00:00', '270', NULL, '', '0', 1, '2024-04-24 12:27:04', '2024-04-24 12:27:04'),
(323512, 3321, '2024-10-01 00:00:00', '270', NULL, '', '0', 1, '2024-04-24 12:27:04', '2024-04-24 12:27:04'),
(323513, 3321, '2024-11-01 00:00:00', '270', NULL, '', '0', 1, '2024-04-24 12:27:04', '2024-04-24 12:27:04'),
(323514, 3321, '2024-12-01 00:00:00', '270', NULL, '', '0', 1, '2024-04-24 12:27:04', '2024-04-24 12:27:04'),
(323515, 3321, '2025-01-01 00:00:00', '270', NULL, '', '0', 1, '2024-04-24 12:27:04', '2024-04-24 12:27:04'),
(323516, 3321, '2025-02-01 00:00:00', '270', NULL, '', '0', 1, '2024-04-24 12:27:04', '2024-04-24 12:27:04'),
(323517, 3321, '2025-03-01 00:00:00', '270', NULL, '', '0', 1, '2024-04-24 12:27:04', '2024-04-24 12:27:04'),
(323518, 3133, '2024-04-01 00:00:00', '300', NULL, '', '0', 1, '2024-04-24 12:59:48', '2024-04-24 12:59:48'),
(323519, 3216, '2024-04-01 00:00:00', '350', NULL, '', '0', 1, '2024-04-24 13:20:32', '2024-04-24 13:20:32'),
(323520, 3322, '2024-03-01 00:00:00', '300', NULL, '', '0', 1, '2024-04-24 13:22:29', '2024-04-24 13:22:44'),
(323521, 3322, '2024-04-01 00:00:00', '300', NULL, '', '0', 1, '2024-04-24 13:22:29', '2024-04-24 13:22:44'),
(323522, 3322, '2024-05-01 00:00:00', '300', NULL, '', '0', 1, '2024-04-24 13:22:29', '2024-05-23 14:04:48'),
(323523, 3323, '2024-04-01 00:00:00', '200', NULL, '', '0', 1, '2024-04-24 13:46:26', '2024-04-24 13:46:35'),
(323524, 2831, '2024-04-01 00:00:00', '300', NULL, '', '0', 1, '2024-04-24 14:50:32', '2024-04-24 14:50:32'),
(323525, 2840, '2024-04-01 00:00:00', '350', NULL, '', '0', 1, '2024-04-24 14:59:24', '2024-04-24 14:59:24'),
(323526, 2846, '2024-04-01 00:00:00', '300', NULL, '', '0', 1, '2024-04-24 15:19:27', '2024-04-24 15:19:27'),
(323527, 3107, '2024-03-01 00:00:00', '300', NULL, '', '0', 1, '2024-04-24 17:56:23', '2024-04-24 17:56:23'),
(323528, 3107, '2024-04-01 00:00:00', '0', NULL, '', '0', 1, '2024-04-24 17:56:33', '2024-04-24 17:56:33'),
(323529, 2881, '2024-03-01 00:00:00', '170', NULL, '', '0', 1, '2024-04-24 17:59:00', '2024-04-24 17:59:00'),
(323530, 2881, '2024-04-01 00:00:00', '170', NULL, '', '0', 1, '2024-04-24 17:59:00', '2024-04-24 17:59:00'),
(323531, 3047, '2024-03-01 00:00:00', '350', NULL, '', '0', 1, '2024-04-25 11:03:37', '2024-04-25 11:03:37'),
(323532, 3047, '2024-04-01 00:00:00', '350', NULL, '', '0', 1, '2024-04-25 11:03:37', '2024-04-25 11:03:37'),
(323533, 3250, '2024-04-01 00:00:00', '300', NULL, '', '0', 1, '2024-04-25 11:14:17', '2024-04-25 11:14:17'),
(323534, 3243, '2024-04-01 00:00:00', '3000', NULL, '', '0', 1, '2024-04-25 12:27:33', '2024-04-25 12:27:33'),
(323535, 3324, '2024-05-01 00:00:00', '315', '2024-05-01 00:00:00', '', '0', 1, '2024-04-25 14:29:19', '2024-04-25 14:29:40'),
(323536, 3324, '2024-06-01 00:00:00', '315', NULL, '', '0', 1, '2024-04-25 14:29:40', '2024-04-25 14:29:40'),
(323537, 3324, '2024-07-01 00:00:00', '315', NULL, '', '0', 1, '2024-04-25 14:29:40', '2024-04-25 14:29:40'),
(323538, 3324, '2024-08-01 00:00:00', '315', NULL, '', '0', 1, '2024-04-25 14:29:40', '2024-04-25 14:29:40'),
(323539, 3324, '2024-09-01 00:00:00', '315', NULL, '', '0', 1, '2024-04-25 14:29:40', '2024-04-25 14:29:40'),
(323540, 3324, '2024-10-01 00:00:00', '315', NULL, '', '0', 1, '2024-04-25 14:29:40', '2024-04-25 14:29:40'),
(323541, 3324, '2024-11-01 00:00:00', '315', NULL, '', '0', 1, '2024-04-25 14:29:40', '2024-04-25 14:29:40'),
(323542, 3324, '2024-12-01 00:00:00', '315', NULL, '', '0', 1, '2024-04-25 14:29:40', '2024-04-25 14:29:40'),
(323543, 3324, '2025-01-01 00:00:00', '315', NULL, '', '0', 1, '2024-04-25 14:29:40', '2024-04-25 14:29:40'),
(323544, 3324, '2025-02-01 00:00:00', '315', NULL, '', '0', 1, '2024-04-25 14:29:40', '2024-04-25 14:29:40'),
(323545, 3324, '2025-03-01 00:00:00', '315', NULL, '', '0', 1, '2024-04-25 14:29:40', '2024-04-25 14:29:40'),
(323546, 3324, '2025-04-01 00:00:00', '315', NULL, '', '0', 1, '2024-04-25 14:29:40', '2024-04-25 14:29:40'),
(323547, 3325, '2024-04-01 00:00:00', '350', NULL, '', '0', 1, '2024-04-25 14:33:32', '2024-04-25 14:33:58'),
(323548, 3326, '2024-04-01 00:00:00', '200', NULL, '', '0', 1, '2024-04-25 15:30:48', '2024-04-25 15:30:58'),
(323549, 3204, '2024-04-01 00:00:00', '300', NULL, '', '0', 1, '2024-04-25 16:29:57', '2024-04-25 16:29:57'),
(323550, 3127, '2024-04-01 00:00:00', '400', NULL, '', '0', 1, '2024-04-25 16:40:07', '2024-04-25 16:40:07'),
(323551, 3327, '2024-02-01 00:00:00', '250', NULL, '', '0', 1, '2024-04-25 16:46:34', '2024-04-25 16:46:45'),
(323552, 3327, '2024-03-01 00:00:00', '250', NULL, '', '0', 1, '2024-04-25 16:46:34', '2024-04-25 16:46:45'),
(323553, 3327, '2024-04-01 00:00:00', NULL, NULL, '', '250', 0, '2024-04-25 16:46:34', '2024-04-25 16:46:34'),
(323554, 3327, '2024-05-01 00:00:00', NULL, NULL, '', '250', 0, '2024-04-25 16:46:34', '2024-04-25 16:46:34'),
(323555, 3063, '2024-04-01 00:00:00', '300', NULL, '', '0', 1, '2024-04-25 16:55:57', '2024-04-25 16:55:57'),
(323556, 3087, '2024-04-01 00:00:00', '300', NULL, '', '0', 1, '2024-04-25 17:11:55', '2024-04-25 17:11:55'),
(323557, 3328, '2024-01-01 00:00:00', '270', NULL, '', '0', 1, '2024-04-25 17:16:56', '2024-04-25 17:17:07'),
(323558, 3328, '2024-02-01 00:00:00', '270', NULL, '', '0', 1, '2024-04-25 17:16:56', '2024-04-25 17:17:07'),
(323559, 3328, '2024-03-01 00:00:00', '270', NULL, '', '0', 1, '2024-04-25 17:16:56', '2024-04-25 17:17:07'),
(323560, 3328, '2024-04-01 00:00:00', '270', NULL, '', '0', 1, '2024-04-25 17:16:56', '2024-04-25 17:17:07'),
(323561, 3328, '2024-05-01 00:00:00', '270', NULL, '', '0', 1, '2024-04-25 17:16:56', '2024-04-25 17:17:07'),
(323562, 3328, '2024-06-01 00:00:00', '270', NULL, '', '0', 1, '2024-04-25 17:17:07', '2024-04-25 17:17:07'),
(323563, 3328, '2024-07-01 00:00:00', '270', NULL, '', '0', 1, '2024-04-25 17:17:07', '2024-04-25 17:17:07'),
(323564, 3328, '2024-08-01 00:00:00', '270', NULL, '', '0', 1, '2024-04-25 17:17:07', '2024-04-25 17:17:07'),
(323565, 3328, '2024-09-01 00:00:00', '270', NULL, '', '0', 1, '2024-04-25 17:17:07', '2024-04-25 17:17:07'),
(323566, 3328, '2024-10-01 00:00:00', '270', NULL, '', '0', 1, '2024-04-25 17:17:07', '2024-04-25 17:17:07'),
(323567, 3328, '2024-11-01 00:00:00', '270', NULL, '', '0', 1, '2024-04-25 17:17:07', '2024-04-25 17:17:07'),
(323568, 3328, '2024-12-01 00:00:00', '270', NULL, '', '0', 1, '2024-04-25 17:17:07', '2024-04-25 17:17:07'),
(323569, 3062, '2024-03-01 00:00:00', '150', NULL, '', '0', 1, '2024-04-25 17:21:30', '2024-04-25 17:21:30'),
(323570, 3062, '2024-04-01 00:00:00', '150', NULL, '', '0', 1, '2024-04-25 17:21:30', '2024-04-25 17:21:30'),
(323571, 3084, '2024-04-01 00:00:00', '300', NULL, '', '0', 1, '2024-04-25 17:22:18', '2024-04-25 17:22:18'),
(323572, 3162, '2024-04-01 00:00:00', '200', NULL, '', '0', 1, '2024-04-25 17:58:06', '2024-04-25 17:58:06'),
(323573, 1888, '2024-04-01 00:00:00', '150', NULL, '', '0', 1, '2024-04-27 11:20:38', '2024-04-27 11:20:38'),
(323574, 2452, '2024-03-01 00:00:00', '300', NULL, '', '0', 1, '2024-04-27 11:25:06', '2024-04-27 11:25:06'),
(323575, 3082, '2024-03-01 00:00:00', '0', NULL, '', '0', 1, '2024-04-27 11:27:58', '2024-04-27 11:27:58'),
(323576, 3082, '2024-04-01 00:00:00', '0', NULL, '', '0', 1, '2024-04-27 11:27:58', '2024-04-27 11:27:58'),
(323577, 3329, '2024-04-01 00:00:00', '315', NULL, '', '0', 1, '2024-04-27 11:28:47', '2024-04-27 11:29:06'),
(323578, 3329, '2024-05-01 00:00:00', '315', NULL, '', '0', 1, '2024-04-27 11:29:06', '2024-04-27 11:29:06'),
(323579, 3329, '2024-06-01 00:00:00', '315', NULL, '', '0', 1, '2024-04-27 11:29:06', '2024-04-27 11:29:06'),
(323580, 3329, '2024-07-01 00:00:00', '315', NULL, '', '0', 1, '2024-04-27 11:29:06', '2024-04-27 11:29:06'),
(323581, 3329, '2024-08-01 00:00:00', '315', NULL, '', '0', 1, '2024-04-27 11:29:06', '2024-04-27 11:29:06'),
(323582, 3329, '2024-09-01 00:00:00', '315', NULL, '', '0', 1, '2024-04-27 11:29:06', '2024-04-27 11:29:06'),
(323583, 3329, '2024-10-01 00:00:00', '315', NULL, '', '0', 1, '2024-04-27 11:29:06', '2024-04-27 11:29:06'),
(323584, 3329, '2024-11-01 00:00:00', '315', NULL, '', '0', 1, '2024-04-27 11:29:06', '2024-04-27 11:29:06'),
(323585, 3329, '2024-12-01 00:00:00', '315', NULL, '', '0', 1, '2024-04-27 11:29:06', '2024-04-27 11:29:06'),
(323586, 3329, '2025-01-01 00:00:00', '315', NULL, '', '0', 1, '2024-04-27 11:29:06', '2024-04-27 11:29:06'),
(323587, 3329, '2025-02-01 00:00:00', '315', NULL, '', '0', 1, '2024-04-27 11:29:06', '2024-04-27 11:29:06'),
(323588, 3329, '2025-03-01 00:00:00', '315', NULL, '', '0', 1, '2024-04-27 11:29:06', '2024-04-27 11:29:06'),
(323589, 2861, '2024-04-01 00:00:00', '300', NULL, '', '0', 1, '2024-04-27 11:34:19', '2024-04-27 11:34:19'),
(323590, 2904, '2024-05-01 00:00:00', '300', NULL, '', '0', 1, '2024-04-27 11:37:04', '2024-04-27 11:37:04'),
(323591, 3008, '2024-04-01 00:00:00', '410', NULL, '', '0', 1, '2024-04-27 11:37:53', '2024-04-27 11:37:53'),
(323592, 3181, '2024-04-01 00:00:00', '300', NULL, '', '0', 1, '2024-04-27 11:38:37', '2024-04-27 11:38:37'),
(323593, 2795, '2024-03-01 00:00:00', '200', NULL, '', '0', 1, '2024-04-27 11:39:17', '2024-04-27 11:39:17'),
(323594, 3330, '2024-04-01 00:00:00', '200', NULL, '', '0', 1, '2024-04-27 12:36:44', '2024-04-27 12:43:00'),
(323595, 2952, '2024-04-01 00:00:00', '350', NULL, '', '0', 1, '2024-04-27 17:12:03', '2024-04-27 17:12:03'),
(323597, 3153, '2024-03-01 00:00:00', '5000', NULL, '', '0', 1, '2024-04-27 17:15:17', '2024-04-27 17:15:17'),
(323598, 3331, '2024-04-01 00:00:00', '340', NULL, '', '0', 1, '2024-04-27 17:16:40', '2024-04-27 17:16:47'),
(323599, 3134, '2024-04-01 00:00:00', '350', NULL, '', '0', 1, '2024-04-27 17:17:57', '2024-04-27 17:17:57'),
(323600, 3200, '2024-04-01 00:00:00', '400', NULL, '', '0', 1, '2024-04-28 11:40:21', '2024-04-28 11:40:21'),
(323602, 3332, '2024-05-01 00:00:00', '300', '2024-05-01 00:00:00', '', '0', 1, '2024-04-28 11:46:41', '2024-04-28 11:46:55'),
(323603, 3332, '2024-06-01 00:00:00', '300', NULL, '', '0', 1, '2024-04-28 11:46:55', '2024-04-28 11:46:55'),
(323604, 3332, '2024-07-01 00:00:00', '300', NULL, '', '0', 1, '2024-04-28 11:46:55', '2024-04-28 11:46:55'),
(323605, 3332, '2024-08-01 00:00:00', '300', NULL, '', '0', 1, '2024-04-28 11:46:55', '2024-04-28 11:46:55'),
(323606, 3332, '2024-09-01 00:00:00', '300', NULL, '', '0', 1, '2024-04-28 11:46:55', '2024-04-28 11:46:55'),
(323607, 3332, '2024-10-01 00:00:00', '300', NULL, '', '0', 1, '2024-04-28 11:46:55', '2024-04-28 11:46:55'),
(323608, 3332, '2024-11-01 00:00:00', '300', NULL, '', '0', 1, '2024-04-28 11:46:55', '2024-04-28 11:46:55'),
(323609, 3332, '2024-12-01 00:00:00', '300', NULL, '', '0', 1, '2024-04-28 11:46:55', '2024-04-28 11:46:55'),
(323610, 3332, '2025-01-01 00:00:00', '300', NULL, '', '0', 1, '2024-04-28 11:46:55', '2024-04-28 11:46:55'),
(323611, 3332, '2025-02-01 00:00:00', '300', NULL, '', '0', 1, '2024-04-28 11:46:55', '2024-04-28 11:46:55'),
(323612, 3332, '2025-03-01 00:00:00', '300', NULL, '', '0', 1, '2024-04-28 11:46:55', '2024-04-28 11:46:55'),
(323613, 3332, '2025-04-01 00:00:00', '300', NULL, '', '0', 1, '2024-04-28 11:46:55', '2024-04-28 11:46:55'),
(323614, 3333, '2024-05-01 00:00:00', '315', '2024-05-01 00:00:00', '', '0', 1, '2024-04-28 11:56:55', '2024-04-28 11:57:10'),
(323615, 3333, '2024-06-01 00:00:00', '315', NULL, '', '0', 1, '2024-04-28 11:57:10', '2024-04-28 11:57:10'),
(323616, 3333, '2024-07-01 00:00:00', '315', NULL, '', '0', 1, '2024-04-28 11:57:10', '2024-04-28 11:57:10'),
(323617, 3333, '2024-08-01 00:00:00', '315', NULL, '', '0', 1, '2024-04-28 11:57:10', '2024-04-28 11:57:10'),
(323618, 3333, '2024-09-01 00:00:00', '315', NULL, '', '0', 1, '2024-04-28 11:57:10', '2024-04-28 11:57:10'),
(323619, 3333, '2024-10-01 00:00:00', '315', NULL, '', '0', 1, '2024-04-28 11:57:10', '2024-04-28 11:57:10'),
(323620, 3333, '2024-11-01 00:00:00', '315', NULL, '', '0', 1, '2024-04-28 11:57:10', '2024-04-28 11:57:10'),
(323621, 3333, '2024-12-01 00:00:00', '315', NULL, '', '0', 1, '2024-04-28 11:57:10', '2024-04-28 11:57:10'),
(323622, 3333, '2025-01-01 00:00:00', '315', NULL, '', '0', 1, '2024-04-28 11:57:10', '2024-04-28 11:57:10'),
(323623, 3333, '2025-02-01 00:00:00', '315', NULL, '', '0', 1, '2024-04-28 11:57:10', '2024-04-28 11:57:10'),
(323624, 3333, '2025-03-01 00:00:00', '315', NULL, '', '0', 1, '2024-04-28 11:57:10', '2024-04-28 11:57:10'),
(323625, 3333, '2025-04-01 00:00:00', '315', NULL, '', '0', 1, '2024-04-28 11:57:10', '2024-04-28 11:57:10'),
(323626, 2800, '2024-04-01 00:00:00', '250', NULL, '', '0', 1, '2024-04-28 12:04:40', '2024-04-28 12:04:40'),
(323627, 3043, '2024-03-01 00:00:00', '300', NULL, '', '0', 1, '2024-04-28 12:49:51', '2024-04-28 12:49:51'),
(323628, 3334, '2024-05-01 00:00:00', '315', '2024-05-01 00:00:00', '', '0', 1, '2024-04-28 12:51:47', '2024-04-28 12:51:56'),
(323629, 3334, '2024-06-01 00:00:00', '315', NULL, '', '0', 1, '2024-04-28 12:51:56', '2024-04-28 12:51:56'),
(323630, 3334, '2024-07-01 00:00:00', '315', NULL, '', '0', 1, '2024-04-28 12:51:56', '2024-04-28 12:51:56'),
(323631, 3334, '2024-08-01 00:00:00', '315', NULL, '', '0', 1, '2024-04-28 12:51:56', '2024-04-28 12:51:56'),
(323632, 3334, '2024-09-01 00:00:00', '315', NULL, '', '0', 1, '2024-04-28 12:51:56', '2024-04-28 12:51:56'),
(323633, 3334, '2024-10-01 00:00:00', '315', NULL, '', '0', 1, '2024-04-28 12:51:56', '2024-04-28 12:51:56'),
(323634, 3334, '2024-11-01 00:00:00', '315', NULL, '', '0', 1, '2024-04-28 12:51:56', '2024-04-28 12:51:56'),
(323635, 3334, '2024-12-01 00:00:00', '315', NULL, '', '0', 1, '2024-04-28 12:51:56', '2024-04-28 12:51:56'),
(323636, 3334, '2025-01-01 00:00:00', '315', NULL, '', '0', 1, '2024-04-28 12:51:56', '2024-04-28 12:51:56'),
(323637, 3334, '2025-02-01 00:00:00', '315', NULL, '', '0', 1, '2024-04-28 12:51:56', '2024-04-28 12:51:56'),
(323638, 3334, '2025-03-01 00:00:00', '315', NULL, '', '0', 1, '2024-04-28 12:51:56', '2024-04-28 12:51:56'),
(323639, 3334, '2025-04-01 00:00:00', '315', NULL, '', '0', 1, '2024-04-28 12:51:56', '2024-04-28 12:51:56'),
(323640, 3037, '2024-03-01 00:00:00', '300', NULL, '', '0', 1, '2024-04-28 12:55:56', '2024-04-28 12:55:56'),
(323641, 3037, '2024-04-01 00:00:00', '300', NULL, '', '0', 1, '2024-04-28 12:56:00', '2024-04-28 12:56:00'),
(323642, 2860, '2024-04-01 00:00:00', '300', NULL, '', '0', 1, '2024-04-28 15:03:01', '2024-04-28 15:03:01'),
(323643, 3257, '2024-04-01 00:00:00', '350', NULL, '', '0', 1, '2024-04-28 15:09:57', '2024-04-28 15:09:57'),
(323644, 2929, '2024-04-01 00:00:00', '300', NULL, '', '0', 1, '2024-04-28 15:44:49', '2024-04-28 15:44:49'),
(323645, 3031, '2024-03-01 00:00:00', '250', NULL, '', '0', 1, '2024-04-28 15:54:05', '2024-04-28 15:54:05'),
(323646, 3031, '2024-04-01 00:00:00', '250', NULL, '', '0', 1, '2024-04-28 15:54:05', '2024-04-28 15:54:05'),
(323647, 3031, '2024-05-01 00:00:00', '250', NULL, '', '0', 1, '2024-04-28 15:54:05', '2024-04-28 15:54:05'),
(323648, 3031, '2024-06-01 00:00:00', '250', NULL, '', '0', 1, '2024-04-28 15:54:05', '2024-04-28 15:54:05'),
(323649, 3031, '2024-07-01 00:00:00', '250', NULL, '', '0', 1, '2024-04-28 15:54:05', '2024-04-28 15:54:05'),
(323650, 3031, '2024-08-01 00:00:00', '250', NULL, '', '0', 1, '2024-04-28 15:54:05', '2024-04-28 15:54:05'),
(323651, 3031, '2024-09-01 00:00:00', '250', NULL, '', '0', 1, '2024-04-28 15:54:05', '2024-04-28 15:54:05'),
(323652, 3031, '2024-10-01 00:00:00', '250', NULL, '', '0', 1, '2024-04-28 15:54:05', '2024-04-28 15:54:05'),
(323653, 3031, '2024-11-01 00:00:00', '250', NULL, '', '0', 1, '2024-04-28 15:54:05', '2024-04-28 15:54:05'),
(323654, 3031, '2024-12-01 00:00:00', '250', NULL, '', '0', 1, '2024-04-28 15:54:05', '2024-04-28 15:54:05'),
(323655, 3031, '2025-01-01 00:00:00', '250', NULL, '', '0', 1, '2024-04-28 15:54:05', '2024-04-28 15:54:05'),
(323656, 2808, '2024-03-01 00:00:00', '350', NULL, '', '0', 1, '2024-04-28 16:10:50', '2024-04-28 16:10:50'),
(323657, 2808, '2024-04-01 00:00:00', '350', NULL, '', '0', 1, '2024-04-28 16:10:50', '2024-04-28 16:10:50'),
(323658, 2976, '2024-03-01 00:00:00', '250', NULL, '', '0', 1, '2024-04-28 16:26:43', '2024-04-28 16:26:43'),
(323659, 2976, '2024-04-01 00:00:00', '250', NULL, '', '0', 1, '2024-04-28 16:26:43', '2024-04-28 16:26:43'),
(323660, 2957, '2024-03-01 00:00:00', '300', NULL, '', '0', 1, '2024-04-28 16:42:55', '2024-04-28 16:42:55'),
(323661, 2957, '2024-04-01 00:00:00', '300', NULL, '', '0', 1, '2024-04-28 16:42:55', '2024-04-28 16:42:55'),
(323662, 1873, '2024-04-01 00:00:00', '350', NULL, '', '0', 1, '2024-04-28 16:53:36', '2024-04-28 16:53:36'),
(323663, 2807, '2024-04-01 00:00:00', '300', NULL, '', '0', 1, '2024-04-28 16:55:22', '2024-04-28 16:55:22'),
(323664, 3030, '2024-03-01 00:00:00', '333', NULL, '', '0', 1, '2024-04-28 17:12:54', '2024-04-28 17:12:54'),
(323665, 3335, '2024-04-01 00:00:00', '250', NULL, '', '0', 1, '2024-04-29 11:42:31', '2024-04-29 11:42:48'),
(323666, 3335, '2024-05-01 00:00:00', '250', NULL, '', '0', 1, '2024-04-29 11:42:48', '2024-04-29 11:42:48'),
(323667, 3335, '2024-06-01 00:00:00', '250', NULL, '', '0', 1, '2024-04-29 11:42:48', '2024-04-29 11:42:48'),
(323668, 3335, '2024-07-01 00:00:00', '250', NULL, '', '0', 1, '2024-04-29 11:42:48', '2024-04-29 11:42:48'),
(323669, 3335, '2024-08-01 00:00:00', '250', NULL, '', '0', 1, '2024-04-29 11:42:48', '2024-04-29 11:42:48'),
(323670, 3335, '2024-09-01 00:00:00', '250', NULL, '', '0', 1, '2024-04-29 11:42:48', '2024-04-29 11:42:48'),
(323671, 3335, '2024-10-01 00:00:00', '250', NULL, '', '0', 1, '2024-04-29 11:42:48', '2024-04-29 11:42:48'),
(323672, 3335, '2024-11-01 00:00:00', '250', NULL, '', '0', 1, '2024-04-29 11:42:48', '2024-04-29 11:42:48'),
(323673, 3335, '2024-12-01 00:00:00', '250', NULL, '', '0', 1, '2024-04-29 11:42:48', '2024-04-29 11:42:48'),
(323674, 3335, '2025-01-01 00:00:00', '250', NULL, '', '0', 1, '2024-04-29 11:42:48', '2024-04-29 11:42:48'),
(323675, 3335, '2025-02-01 00:00:00', '250', NULL, '', '0', 1, '2024-04-29 11:42:48', '2024-04-29 11:42:48'),
(323676, 3335, '2025-03-01 00:00:00', '250', NULL, '', '0', 1, '2024-04-29 11:42:48', '2024-04-29 11:42:48'),
(323677, 3336, '2024-05-01 00:00:00', '300', '2024-05-01 00:00:00', '', '0', 1, '2024-04-29 11:44:31', '2024-04-29 11:44:42'),
(323678, 3336, '2024-06-01 00:00:00', '300', NULL, '', '0', 1, '2024-04-29 11:44:42', '2024-04-29 11:44:42'),
(323679, 3336, '2024-07-01 00:00:00', '300', NULL, '', '0', 1, '2024-04-29 11:44:42', '2024-04-29 11:44:42'),
(323680, 2932, '2024-03-01 00:00:00', '300', NULL, '', '0', 1, '2024-04-29 11:45:31', '2024-04-29 11:45:31'),
(323681, 2932, '2024-04-01 00:00:00', '0', NULL, '', '0', 1, '2024-04-29 11:45:42', '2024-04-29 11:45:42'),
(323682, 2958, '2024-04-01 00:00:00', '300', NULL, '', '0', 1, '2024-04-29 13:10:52', '2024-04-29 13:10:52'),
(323683, 3337, '2024-03-01 00:00:00', '300', NULL, '', '0', 1, '2024-04-29 14:31:43', '2024-04-29 14:32:01'),
(323684, 3337, '2024-04-01 00:00:00', '300', NULL, '', '0', 1, '2024-04-29 14:31:43', '2024-04-29 14:32:01'),
(323686, 2944, '2024-04-01 00:00:00', '333', NULL, '', '0', 1, '2024-04-29 15:01:01', '2024-04-29 15:01:01'),
(323687, 3210, '2024-04-01 00:00:00', '300', NULL, '', '0', 1, '2024-04-29 16:17:08', '2024-04-29 16:17:08'),
(323688, 2878, '2024-03-01 00:00:00', '150', NULL, '', '0', 1, '2024-04-29 17:11:25', '2024-04-29 17:11:25'),
(323689, 2878, '2024-04-01 00:00:00', '150', NULL, '', '0', 1, '2024-04-29 17:11:25', '2024-04-29 17:11:25'),
(323690, 2875, '2024-04-01 00:00:00', '300', NULL, '', '0', 1, '2024-04-29 17:16:43', '2024-04-29 17:16:43'),
(323691, 2900, '2024-04-01 00:00:00', '300', NULL, '', '0', 1, '2024-04-29 17:38:28', '2024-04-29 17:38:28'),
(323692, 2855, '2024-04-01 00:00:00', '600', NULL, '', '0', 1, '2024-04-29 17:46:28', '2024-04-29 17:46:28'),
(323693, 2843, '2024-04-01 00:00:00', '350', NULL, '', '0', 1, '2024-04-29 17:54:25', '2024-04-29 17:54:25'),
(323694, 3338, '2024-04-01 00:00:00', '200', NULL, '', '0', 1, '2024-04-29 17:57:08', '2024-04-29 17:57:50'),
(323695, 2887, '2024-04-01 00:00:00', '350', NULL, '', '0', 1, '2024-04-30 11:45:06', '2024-04-30 11:45:06'),
(323696, 2689, '2024-04-01 00:00:00', '300', NULL, '', '0', 1, '2024-04-30 11:55:15', '2024-04-30 11:55:15'),
(323697, 2689, '2024-05-01 00:00:00', '300', NULL, '', '0', 1, '2024-04-30 11:55:23', '2024-04-30 11:55:23'),
(323698, 2689, '2024-06-01 00:00:00', '300', NULL, '', '0', 1, '2024-04-30 11:55:23', '2024-04-30 11:55:23'),
(323699, 2816, '2024-03-01 00:00:00', '300', NULL, '', '0', 1, '2024-04-30 11:56:11', '2024-04-30 11:56:11'),
(323700, 3056, '2024-04-01 00:00:00', '250', NULL, '', '0', 1, '2024-04-30 11:58:46', '2024-04-30 11:58:46'),
(323701, 3056, '2024-05-01 00:00:00', '250', NULL, '', '0', 1, '2024-04-30 11:58:46', '2024-04-30 11:58:46'),
(323702, 3056, '2024-06-01 00:00:00', '250', NULL, '', '0', 1, '2024-04-30 11:58:46', '2024-04-30 11:58:46'),
(323703, 3056, '2024-07-01 00:00:00', '250', NULL, '', '0', 1, '2024-04-30 11:58:46', '2024-04-30 11:58:46'),
(323704, 3056, '2024-08-01 00:00:00', '250', NULL, '', '0', 1, '2024-04-30 11:58:46', '2024-04-30 11:58:46'),
(323705, 3056, '2024-09-01 00:00:00', '250', NULL, '', '0', 1, '2024-04-30 11:58:46', '2024-04-30 11:58:46'),
(323706, 3056, '2024-10-01 00:00:00', '250', NULL, '', '0', 1, '2024-04-30 11:58:46', '2024-04-30 11:58:46'),
(323707, 3056, '2024-11-01 00:00:00', '250', NULL, '', '0', 1, '2024-04-30 11:58:46', '2024-04-30 11:58:46'),
(323708, 3056, '2024-12-01 00:00:00', '250', NULL, '', '0', 1, '2024-04-30 11:58:46', '2024-04-30 11:58:46'),
(323709, 3056, '2025-01-01 00:00:00', '250', NULL, '', '0', 1, '2024-04-30 11:58:46', '2024-04-30 11:58:46'),
(323710, 3056, '2025-02-01 00:00:00', '250', NULL, '', '0', 1, '2024-04-30 11:58:46', '2024-04-30 11:58:46'),
(323711, 3167, '2024-04-01 00:00:00', '300', NULL, '', '0', 1, '2024-04-30 12:01:23', '2024-04-30 12:01:23'),
(323712, 3264, '2024-04-01 00:00:00', '500', NULL, '', '0', 1, '2024-04-30 12:15:51', '2024-04-30 12:15:51'),
(323713, 3041, '2024-04-01 00:00:00', '2600', NULL, '', '0', 1, '2024-04-30 12:44:33', '2024-04-30 12:44:33'),
(323714, 2839, '2024-04-01 00:00:00', '300', NULL, '', '0', 1, '2024-04-30 12:56:43', '2024-04-30 12:56:43'),
(323715, 2912, '2024-04-01 00:00:00', '400', NULL, '', '0', 1, '2024-04-30 14:02:46', '2024-04-30 14:02:46'),
(323716, 2829, '2024-04-01 00:00:00', '0', NULL, '', '0', 1, '2024-04-30 14:46:59', '2024-04-30 14:46:59'),
(323717, 2829, '2024-05-01 00:00:00', '300', NULL, '', '0', 1, '2024-04-30 14:47:14', '2024-04-30 14:47:14'),
(323718, 2775, '2024-02-01 00:00:00', '50', NULL, '', '0', 1, '2024-04-30 14:51:23', '2024-04-30 14:51:23'),
(323719, 3054, '2024-03-01 00:00:00', '1600', NULL, '', '0', 1, '2024-04-30 14:58:56', '2024-04-30 14:58:56'),
(323720, 2789, '2024-03-01 00:00:00', '300', NULL, '', '0', 1, '2024-04-30 15:10:44', '2024-04-30 15:10:44'),
(323721, 2789, '2024-04-01 00:00:00', '300', NULL, '', '0', 1, '2024-04-30 15:10:53', '2024-04-30 15:10:53'),
(323722, 3155, '2024-04-01 00:00:00', '300', NULL, '', '0', 1, '2024-04-30 15:19:39', '2024-04-30 15:19:39'),
(323723, 2827, '2024-04-01 00:00:00', '300', NULL, '', '0', 1, '2024-04-30 15:26:39', '2024-04-30 15:26:39'),
(323724, 3215, '2024-04-01 00:00:00', '200', NULL, '', '0', 1, '2024-04-30 15:28:58', '2024-04-30 15:28:58'),
(323725, 3159, '2024-04-01 00:00:00', '200', NULL, '', '0', 1, '2024-04-30 15:57:07', '2024-04-30 15:57:07'),
(323726, 3339, '2024-05-01 00:00:00', '300', '2024-05-01 00:00:00', '', '0', 1, '2024-04-30 16:02:18', '2024-04-30 16:02:37'),
(323727, 3339, '2024-06-01 00:00:00', '300', NULL, '', '0', 1, '2024-04-30 16:02:37', '2024-04-30 16:02:37'),
(323728, 3339, '2024-07-01 00:00:00', '300', NULL, '', '0', 1, '2024-04-30 16:02:37', '2024-04-30 16:02:37'),
(323729, 3339, '2024-08-01 00:00:00', '300', NULL, '', '0', 1, '2024-04-30 16:02:37', '2024-04-30 16:02:37'),
(323730, 3339, '2024-09-01 00:00:00', '300', NULL, '', '0', 1, '2024-04-30 16:02:37', '2024-04-30 16:02:37'),
(323731, 3339, '2024-10-01 00:00:00', '300', NULL, '', '0', 1, '2024-04-30 16:02:37', '2024-04-30 16:02:37'),
(323732, 3339, '2024-11-01 00:00:00', '300', NULL, '', '0', 1, '2024-04-30 16:02:37', '2024-04-30 16:02:37'),
(323733, 3339, '2024-12-01 00:00:00', '300', NULL, '', '0', 1, '2024-04-30 16:02:37', '2024-04-30 16:02:37'),
(323734, 3339, '2025-01-01 00:00:00', '300', NULL, '', '0', 1, '2024-04-30 16:02:37', '2024-04-30 16:02:37'),
(323735, 3339, '2025-02-01 00:00:00', '300', NULL, '', '0', 1, '2024-04-30 16:02:37', '2024-04-30 16:02:37'),
(323736, 3339, '2025-03-01 00:00:00', '300', NULL, '', '0', 1, '2024-04-30 16:02:37', '2024-04-30 16:02:37'),
(323737, 3339, '2025-04-01 00:00:00', '300', NULL, '', '0', 1, '2024-04-30 16:02:37', '2024-04-30 16:02:37'),
(323738, 3220, '2024-04-01 00:00:00', '960', NULL, '', '0', 1, '2024-04-30 16:04:10', '2024-04-30 16:04:10'),
(323739, 3135, '2024-04-01 00:00:00', '350', NULL, '', '0', 1, '2024-04-30 16:15:31', '2024-04-30 16:15:31'),
(323740, 3240, '2024-04-01 00:00:00', '350', NULL, '', '0', 1, '2024-04-30 16:27:54', '2024-04-30 16:27:54'),
(323741, 3340, '2024-04-01 00:00:00', '250', NULL, '', '0', 1, '2024-04-30 16:39:11', '2024-04-30 16:40:05'),
(323742, 2872, '2024-04-01 00:00:00', '900', NULL, '', '0', 1, '2024-04-30 16:40:14', '2024-04-30 16:40:14'),
(323743, 3341, '2024-04-01 00:00:00', '200', NULL, '', '0', 1, '2024-04-30 17:07:34', '2024-04-30 17:08:00'),
(323744, 3039, '2024-04-01 00:00:00', '200', NULL, '', '0', 1, '2024-04-30 17:16:52', '2024-04-30 17:16:52'),
(323745, 2806, '2024-05-01 00:00:00', '350', NULL, '', '0', 1, '2024-05-02 13:05:51', '2024-05-02 13:05:51'),
(323746, 2802, '2024-05-01 00:00:00', '400', NULL, '', '0', 1, '2024-05-02 13:06:36', '2024-05-02 13:06:36'),
(323747, 2859, '2024-04-01 00:00:00', '600', NULL, '', '0', 1, '2024-05-02 13:10:05', '2024-05-02 13:10:05'),
(323748, 2991, '2024-04-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-02 13:11:08', '2024-05-02 13:11:08'),
(323749, 2991, '2024-05-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-02 13:11:08', '2024-05-02 13:11:08'),
(323750, 2902, '2024-05-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-02 13:11:54', '2024-05-02 13:11:54'),
(323751, 2852, '2024-04-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-02 13:12:49', '2024-05-02 13:12:49'),
(323752, 2866, '2024-04-01 00:00:00', '200', NULL, '', '0', 1, '2024-05-02 13:13:32', '2024-05-02 13:13:32'),
(323753, 3274, '2024-05-01 00:00:00', '350', NULL, '', '0', 1, '2024-05-02 13:14:25', '2024-05-02 13:14:25'),
(323754, 2804, '2024-05-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-02 13:15:01', '2024-05-02 13:15:01'),
(323755, 3002, '2024-03-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-02 13:15:56', '2024-05-02 13:15:56'),
(323756, 3002, '2024-04-01 00:00:00', '600', NULL, '', '0', 1, '2024-05-02 13:16:06', '2024-05-02 13:16:06'),
(323757, 3342, '2024-03-01 00:00:00', '270', NULL, '', '0', 1, '2024-05-02 13:19:16', '2024-05-02 13:19:43'),
(323758, 3342, '2024-04-01 00:00:00', '270', NULL, '', '0', 1, '2024-05-02 13:19:16', '2024-05-02 13:19:43'),
(323759, 3342, '2024-05-01 00:00:00', '270', NULL, '', '0', 1, '2024-05-02 13:19:16', '2024-05-02 13:19:43'),
(323760, 3342, '2024-06-01 00:00:00', '270', NULL, '', '0', 1, '2024-05-02 13:19:16', '2024-05-02 13:19:43'),
(323761, 3342, '2024-07-01 00:00:00', '270', NULL, '', '0', 1, '2024-05-02 13:19:43', '2024-05-02 13:19:43'),
(323762, 3342, '2024-08-01 00:00:00', '270', NULL, '', '0', 1, '2024-05-02 13:19:43', '2024-05-02 13:19:43'),
(323763, 3342, '2024-09-01 00:00:00', '270', NULL, '', '0', 1, '2024-05-02 13:19:43', '2024-05-02 13:19:43'),
(323764, 3342, '2024-10-01 00:00:00', '270', NULL, '', '0', 1, '2024-05-02 13:19:43', '2024-05-02 13:19:43'),
(323765, 3342, '2024-11-01 00:00:00', '270', NULL, '', '0', 1, '2024-05-02 13:19:43', '2024-05-02 13:19:43'),
(323766, 3342, '2024-12-01 00:00:00', '270', NULL, '', '0', 1, '2024-05-02 13:19:43', '2024-05-02 13:19:43'),
(323767, 3342, '2025-01-01 00:00:00', '270', NULL, '', '0', 1, '2024-05-02 13:19:43', '2024-05-02 13:19:43'),
(323768, 3342, '2025-02-01 00:00:00', '270', NULL, '', '0', 1, '2024-05-02 13:19:43', '2024-05-02 13:19:43'),
(323769, 3342, '2025-03-01 00:00:00', '270', NULL, '', '0', 1, '2024-05-02 13:19:43', '2024-05-02 13:19:43'),
(323770, 2960, '2024-04-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-02 13:42:33', '2024-05-02 13:42:33'),
(323771, 2960, '2024-05-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-02 13:42:33', '2024-05-02 13:42:33'),
(323772, 3145, '2024-04-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-02 13:59:06', '2024-05-02 13:59:06'),
(323773, 3343, '2024-05-01 00:00:00', '292', NULL, '', '0', 1, '2024-05-02 14:42:48', '2024-05-02 14:43:08'),
(323774, 3343, '2024-06-01 00:00:00', '292', NULL, '', '0', 1, '2024-05-02 14:43:08', '2024-05-02 14:43:08'),
(323775, 3343, '2024-07-01 00:00:00', '292', NULL, '', '0', 1, '2024-05-02 14:43:08', '2024-05-02 14:43:08'),
(323776, 3343, '2024-08-01 00:00:00', '292', NULL, '', '0', 1, '2024-05-02 14:43:08', '2024-05-02 14:43:08'),
(323777, 3343, '2024-09-01 00:00:00', '292', NULL, '', '0', 1, '2024-05-02 14:43:08', '2024-05-02 14:43:08'),
(323778, 3343, '2024-10-01 00:00:00', '292', NULL, '', '0', 1, '2024-05-02 14:43:08', '2024-05-02 14:43:08'),
(323779, 3343, '2024-11-01 00:00:00', '292', NULL, '', '0', 1, '2024-05-02 14:43:08', '2024-05-02 14:43:08'),
(323780, 3343, '2024-12-01 00:00:00', '292', NULL, '', '0', 1, '2024-05-02 14:43:08', '2024-05-02 14:43:08'),
(323781, 3343, '2025-01-01 00:00:00', '292', NULL, '', '0', 1, '2024-05-02 14:43:08', '2024-05-02 14:43:08'),
(323782, 3343, '2025-02-01 00:00:00', '292', NULL, '', '0', 1, '2024-05-02 14:43:08', '2024-05-02 14:43:08'),
(323783, 3343, '2025-03-01 00:00:00', '292', NULL, '', '0', 1, '2024-05-02 14:43:08', '2024-05-02 14:43:08'),
(323784, 3343, '2025-04-01 00:00:00', '292', NULL, '', '0', 1, '2024-05-02 14:43:08', '2024-05-02 14:43:08'),
(323785, 3231, '2024-04-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-02 14:45:12', '2024-05-02 14:45:12'),
(323786, 2864, '2024-04-01 00:00:00', '350', NULL, '', '0', 1, '2024-05-02 15:50:20', '2024-05-02 15:50:20'),
(323787, 2870, '2024-03-01 00:00:00', '500', NULL, '', '0', 1, '2024-05-02 16:47:55', '2024-05-02 16:47:55'),
(323788, 2870, '2024-04-01 00:00:00', '500', NULL, '', '0', 1, '2024-05-02 16:47:55', '2024-05-02 16:47:55'),
(323789, 2870, '2024-05-01 00:00:00', '500', NULL, '', '0', 1, '2024-05-02 16:47:55', '2024-05-02 16:47:55'),
(323790, 2923, '2024-03-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-02 16:55:18', '2024-05-02 16:55:18'),
(323791, 2923, '2024-04-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-02 16:55:18', '2024-05-02 16:55:18'),
(323792, 3052, '2024-03-01 00:00:00', '200', NULL, '', '0', 1, '2024-05-02 17:53:35', '2024-05-02 17:53:35'),
(323793, 2821, '2024-04-01 00:00:00', '500', NULL, '', '0', 1, '2024-05-02 17:54:34', '2024-05-02 17:54:34'),
(323794, 3344, '2024-05-01 00:00:00', '315', NULL, '', '0', 1, '2024-05-04 11:33:43', '2024-05-04 11:33:59'),
(323795, 3344, '2024-06-01 00:00:00', '315', NULL, '', '0', 1, '2024-05-04 11:33:59', '2024-05-04 11:33:59'),
(323796, 3344, '2024-07-01 00:00:00', '315', NULL, '', '0', 1, '2024-05-04 11:33:59', '2024-05-04 11:33:59'),
(323797, 3344, '2024-08-01 00:00:00', '315', NULL, '', '0', 1, '2024-05-04 11:33:59', '2024-05-04 11:33:59'),
(323798, 3344, '2024-09-01 00:00:00', '315', NULL, '', '0', 1, '2024-05-04 11:33:59', '2024-05-04 11:33:59'),
(323799, 3344, '2024-10-01 00:00:00', '315', NULL, '', '0', 1, '2024-05-04 11:33:59', '2024-05-04 11:33:59'),
(323800, 3344, '2024-11-01 00:00:00', '315', NULL, '', '0', 1, '2024-05-04 11:33:59', '2024-05-04 11:33:59'),
(323801, 3344, '2024-12-01 00:00:00', '315', NULL, '', '0', 1, '2024-05-04 11:33:59', '2024-05-04 11:33:59'),
(323802, 3344, '2025-01-01 00:00:00', '315', NULL, '', '0', 1, '2024-05-04 11:33:59', '2024-05-04 11:33:59'),
(323803, 3344, '2025-02-01 00:00:00', '315', NULL, '', '0', 1, '2024-05-04 11:33:59', '2024-05-04 11:33:59'),
(323804, 3344, '2025-03-01 00:00:00', '315', NULL, '', '0', 1, '2024-05-04 11:33:59', '2024-05-04 11:33:59'),
(323805, 3344, '2025-04-01 00:00:00', '315', NULL, '', '0', 1, '2024-05-04 11:33:59', '2024-05-04 11:33:59'),
(323806, 2783, '2024-05-01 00:00:00', '400', NULL, '', '0', 1, '2024-05-04 11:36:10', '2024-05-04 11:36:10'),
(323807, 2825, '2024-05-01 00:00:00', '400', NULL, '', '0', 1, '2024-05-04 11:40:32', '2024-05-04 11:40:32'),
(323808, 2979, '2024-05-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-04 11:42:00', '2024-05-04 11:42:00'),
(323809, 2918, '2024-04-01 00:00:00', '400', NULL, '', '0', 1, '2024-05-04 11:44:15', '2024-05-04 11:44:15'),
(323810, 2949, '2024-03-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-04 12:21:55', '2024-05-04 12:21:55'),
(323811, 2949, '2024-04-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-04 12:21:55', '2024-05-04 12:21:55'),
(323812, 3272, '2024-05-01 00:00:00', '350', NULL, '', '0', 1, '2024-05-04 15:08:33', '2024-05-04 15:08:33'),
(323813, 3345, '2024-05-01 00:00:00', '284', NULL, '', '0', 1, '2024-05-04 16:46:19', '2024-05-04 16:46:49'),
(323814, 3345, '2024-06-01 00:00:00', '284', NULL, '', '0', 1, '2024-05-04 16:46:49', '2024-05-04 16:46:49'),
(323815, 3345, '2024-07-01 00:00:00', '284', NULL, '', '0', 1, '2024-05-04 16:46:49', '2024-05-04 16:46:49'),
(323816, 3345, '2024-08-01 00:00:00', '284', NULL, '', '0', 1, '2024-05-04 16:46:50', '2024-05-04 16:46:50'),
(323817, 3345, '2024-09-01 00:00:00', '284', NULL, '', '0', 1, '2024-05-04 16:46:50', '2024-05-04 16:46:50'),
(323818, 3345, '2024-10-01 00:00:00', '284', NULL, '', '0', 1, '2024-05-04 16:46:50', '2024-05-04 16:46:50'),
(323819, 2966, '2024-04-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-04 17:30:04', '2024-05-04 17:30:04'),
(323820, 2966, '2024-05-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-04 17:30:04', '2024-05-04 17:30:04'),
(323821, 2910, '2024-05-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-05 10:51:12', '2024-05-05 10:51:12'),
(323822, 3088, '2024-04-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-05 10:52:20', '2024-05-05 10:52:20'),
(323823, 2832, '2024-05-01 00:00:00', '600', NULL, '', '0', 1, '2024-05-05 10:52:52', '2024-05-05 10:52:52'),
(323824, 2856, '2024-05-01 00:00:00', '1200', NULL, '', '0', 1, '2024-05-05 10:54:21', '2024-05-05 10:54:21'),
(323825, 3346, '2024-01-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-05 11:49:17', '2024-05-05 11:49:38'),
(323826, 3346, '2024-02-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-05 11:49:17', '2024-05-05 11:49:38'),
(323827, 3346, '2024-03-01 00:00:00', '0', NULL, '', '0', 1, '2024-05-05 11:49:17', '2024-05-05 11:49:55'),
(323828, 3346, '2024-04-01 00:00:00', '0', NULL, '', '0', 1, '2024-05-05 11:49:17', '2024-05-05 11:49:55'),
(323829, 3346, '2024-05-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-05 11:49:17', '2024-05-05 11:50:12'),
(323831, 2842, '2024-04-01 00:00:00', '400', NULL, '', '0', 1, '2024-05-05 12:20:34', '2024-05-05 12:20:34'),
(323832, 3347, '2024-05-01 00:00:00', '315', NULL, '', '0', 1, '2024-05-05 13:23:50', '2024-05-05 13:24:45'),
(323833, 3347, '2024-06-01 00:00:00', '315', NULL, '', '0', 1, '2024-05-05 13:24:45', '2024-05-05 13:24:45'),
(323834, 3347, '2024-07-01 00:00:00', '315', NULL, '', '0', 1, '2024-05-05 13:24:45', '2024-05-05 13:24:45'),
(323835, 3347, '2024-08-01 00:00:00', '315', NULL, '', '0', 1, '2024-05-05 13:24:45', '2024-05-05 13:24:45'),
(323836, 3347, '2024-09-01 00:00:00', '315', NULL, '', '0', 1, '2024-05-05 13:24:45', '2024-05-05 13:24:45'),
(323837, 3347, '2024-10-01 00:00:00', '315', NULL, '', '0', 1, '2024-05-05 13:24:45', '2024-05-05 13:24:45'),
(323838, 3347, '2024-11-01 00:00:00', '315', NULL, '', '0', 1, '2024-05-05 13:24:45', '2024-05-05 13:24:45'),
(323839, 3347, '2024-12-01 00:00:00', '315', NULL, '', '0', 1, '2024-05-05 13:24:45', '2024-05-05 13:24:45'),
(323840, 3347, '2025-01-01 00:00:00', '315', NULL, '', '0', 1, '2024-05-05 13:24:45', '2024-05-05 13:24:45'),
(323841, 3347, '2025-02-01 00:00:00', '315', NULL, '', '0', 1, '2024-05-05 13:24:45', '2024-05-05 13:24:45'),
(323842, 3347, '2025-03-01 00:00:00', '315', NULL, '', '0', 1, '2024-05-05 13:24:45', '2024-05-05 13:24:45'),
(323843, 3347, '2025-04-01 00:00:00', '315', NULL, '', '0', 1, '2024-05-05 13:24:45', '2024-05-05 13:24:45'),
(323844, 3258, '2024-05-01 00:00:00', '600', NULL, '', '0', 1, '2024-05-05 13:44:58', '2024-05-05 13:44:58'),
(323845, 3114, '2024-05-01 00:00:00', '450', NULL, '', '0', 1, '2024-05-05 14:55:29', '2024-05-05 14:55:29'),
(323846, 3237, '2024-05-01 00:00:00', '600', NULL, '', '0', 1, '2024-05-05 14:57:27', '2024-05-05 14:57:27'),
(323847, 3237, '2024-06-01 00:00:00', '600', NULL, '', '0', 1, '2024-05-05 14:57:27', '2024-05-05 14:57:27'),
(323848, 3237, '2024-07-01 00:00:00', '600', NULL, '', '0', 1, '2024-05-05 14:57:27', '2024-05-05 14:57:27'),
(323849, 3237, '2024-08-01 00:00:00', '600', NULL, '', '0', 1, '2024-05-05 14:57:27', '2024-05-05 14:57:27'),
(323850, 3237, '2024-09-01 00:00:00', '600', NULL, '', '0', 1, '2024-05-05 14:57:27', '2024-05-05 14:57:27'),
(323851, 3237, '2024-10-01 00:00:00', '600', NULL, '', '0', 1, '2024-05-05 14:57:27', '2024-05-05 14:57:27'),
(323852, 3201, '2024-05-01 00:00:00', '200', NULL, '', '0', 1, '2024-05-05 15:37:26', '2024-05-05 15:37:26'),
(323853, 3348, '2024-05-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-05 16:30:19', '2024-05-05 16:30:34'),
(323854, 3348, '2024-06-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-05 16:30:34', '2024-05-05 16:30:34'),
(323855, 3348, '2024-07-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-05 16:30:34', '2024-05-05 16:30:34'),
(323856, 3348, '2024-08-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-05 16:30:34', '2024-05-05 16:30:34'),
(323857, 3348, '2024-09-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-05 16:30:34', '2024-05-05 16:30:34'),
(323858, 3348, '2024-10-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-05 16:30:34', '2024-05-05 16:30:34'),
(323859, 3348, '2024-11-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-05 16:30:34', '2024-05-05 16:30:34'),
(323860, 3348, '2024-12-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-05 16:30:34', '2024-05-05 16:30:34'),
(323861, 3348, '2025-01-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-05 16:30:34', '2024-05-05 16:30:34'),
(323862, 3348, '2025-02-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-05 16:30:34', '2024-05-05 16:30:34'),
(323863, 3348, '2025-03-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-05 16:30:34', '2024-05-05 16:30:34'),
(323864, 3348, '2025-04-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-05 16:30:34', '2024-05-05 16:30:34'),
(323865, 2879, '2024-04-01 00:00:00', '350', NULL, '', '0', 1, '2024-05-06 11:23:24', '2024-05-06 11:23:24'),
(323866, 2857, '2024-05-01 00:00:00', '350', NULL, '', '0', 1, '2024-05-06 11:24:08', '2024-05-06 11:24:08'),
(323867, 3349, '2024-05-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-06 13:42:24', '2024-05-06 13:42:45'),
(323868, 3349, '2024-06-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-06 13:42:45', '2024-05-06 13:42:45'),
(323869, 3349, '2024-07-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-06 13:42:45', '2024-05-06 13:42:45'),
(323870, 3349, '2024-08-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-06 13:42:45', '2024-05-06 13:42:45'),
(323871, 3349, '2024-09-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-06 13:42:45', '2024-05-06 13:42:45'),
(323872, 3349, '2024-10-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-06 13:42:45', '2024-05-06 13:42:45'),
(323873, 3349, '2024-11-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-06 13:42:45', '2024-05-06 13:42:45'),
(323874, 3349, '2024-12-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-06 13:42:45', '2024-05-06 13:42:45'),
(323875, 3349, '2025-01-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-06 13:42:45', '2024-05-06 13:42:45'),
(323876, 3349, '2025-02-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-06 13:42:45', '2024-05-06 13:42:45'),
(323877, 3349, '2025-03-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-06 13:42:45', '2024-05-06 13:42:45'),
(323878, 3349, '2025-04-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-06 13:42:45', '2024-05-06 13:42:45'),
(323879, 3349, '2025-05-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-06 13:42:45', '2024-05-06 13:42:45'),
(323880, 2980, '2024-05-01 00:00:00', '150', NULL, '', '0', 1, '2024-05-06 13:44:05', '2024-05-06 13:44:05'),
(323881, 2921, '2024-04-01 00:00:00', '400', NULL, '', '0', 1, '2024-05-06 15:55:12', '2024-05-06 15:55:12'),
(323882, 2921, '2024-05-01 00:00:00', '400', NULL, '', '0', 1, '2024-05-06 15:55:12', '2024-05-06 15:55:12'),
(323883, 2048, '2024-06-01 00:00:00', '284', NULL, '', '0', 1, '2024-05-06 17:38:41', '2024-05-06 17:38:41'),
(323884, 2048, '2024-07-01 00:00:00', '284', NULL, '', '0', 1, '2024-05-06 17:38:41', '2024-05-06 17:38:41'),
(323885, 2048, '2024-08-01 00:00:00', '284', NULL, '', '0', 1, '2024-05-06 17:38:41', '2024-05-06 17:38:41'),
(323886, 2048, '2024-09-01 00:00:00', '284', NULL, '', '0', 1, '2024-05-06 17:38:41', '2024-05-06 17:38:41'),
(323887, 2048, '2024-10-01 00:00:00', '284', NULL, '', '0', 1, '2024-05-06 17:38:41', '2024-05-06 17:38:41'),
(323888, 2048, '2024-11-01 00:00:00', '284', NULL, '', '0', 1, '2024-05-06 17:38:41', '2024-05-06 17:38:41'),
(323889, 2048, '2024-12-01 00:00:00', '284', NULL, '', '0', 1, '2024-05-06 17:38:41', '2024-05-06 17:38:41'),
(323890, 2048, '2025-01-01 00:00:00', '284', NULL, '', '0', 1, '2024-05-06 17:38:41', '2024-05-06 17:38:41'),
(323891, 2048, '2025-02-01 00:00:00', '284', NULL, '', '0', 1, '2024-05-06 17:38:41', '2024-05-06 17:38:41'),
(323892, 2048, '2025-03-01 00:00:00', '284', NULL, '', '0', 1, '2024-05-06 17:38:41', '2024-05-06 17:38:41'),
(323893, 2048, '2025-04-01 00:00:00', '284', NULL, '', '0', 1, '2024-05-06 17:38:41', '2024-05-06 17:38:41'),
(323894, 2849, '2024-05-01 00:00:00', '150', NULL, '', '0', 1, '2024-05-06 17:54:41', '2024-05-06 17:54:41'),
(323895, 2989, '2024-04-01 00:00:00', '600', NULL, '', '0', 1, '2024-05-07 13:27:54', '2024-05-07 13:27:54'),
(323896, 2989, '2024-05-01 00:00:00', '600', NULL, '', '0', 1, '2024-05-07 13:27:54', '2024-05-07 13:27:54'),
(323897, 2873, '2024-03-01 00:00:00', '400', NULL, '', '0', 1, '2024-05-07 13:29:05', '2024-05-07 13:29:05'),
(323898, 2874, '2024-04-01 00:00:00', '200', NULL, '', '0', 1, '2024-05-07 13:29:50', '2024-05-07 13:29:50'),
(323899, 3350, '2024-04-01 00:00:00', '1500', NULL, '', '0', 1, '2024-05-07 13:41:11', '2024-05-07 13:41:28'),
(323900, 3350, '2024-05-01 00:00:00', '1500', NULL, '', '0', 1, '2024-05-07 13:41:11', '2024-05-28 13:51:09'),
(323902, 2801, '2024-04-01 00:00:00', '600', NULL, '', '0', 1, '2024-05-07 13:43:30', '2024-05-07 13:43:30'),
(323903, 3194, '2024-05-01 00:00:00', '600', NULL, '', '0', 1, '2024-05-07 13:44:43', '2024-05-07 13:44:43'),
(323904, 3351, '2024-04-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-07 14:20:39', '2024-05-07 14:20:55'),
(323905, 3351, '2024-05-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-07 14:20:39', '2024-05-19 14:24:36'),
(323907, 2990, '2024-04-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-07 14:31:55', '2024-05-07 14:31:55'),
(323908, 3352, '2024-05-01 00:00:00', '250', NULL, '', '0', 1, '2024-05-07 15:13:17', '2024-05-07 15:13:33'),
(323909, 3352, '2024-06-01 00:00:00', '250', NULL, '', '0', 1, '2024-05-07 15:13:33', '2024-05-07 15:13:33'),
(323910, 3352, '2024-07-01 00:00:00', '250', NULL, '', '0', 1, '2024-05-07 15:13:33', '2024-05-07 15:13:33'),
(323911, 3120, '2024-05-01 00:00:00', '600', NULL, '', '0', 1, '2024-05-07 16:21:51', '2024-05-07 16:21:51'),
(323912, 3353, '2024-05-01 00:00:00', '315', NULL, '', '0', 1, '2024-05-07 16:29:49', '2024-05-07 16:30:05'),
(323913, 3353, '2024-06-01 00:00:00', '315', NULL, '', '0', 1, '2024-05-07 16:30:05', '2024-05-07 16:30:05'),
(323914, 3353, '2024-07-01 00:00:00', '315', NULL, '', '0', 1, '2024-05-07 16:30:05', '2024-05-07 16:30:05'),
(323915, 3353, '2024-08-01 00:00:00', '315', NULL, '', '0', 1, '2024-05-07 16:30:05', '2024-05-07 16:30:05'),
(323916, 3353, '2024-09-01 00:00:00', '315', NULL, '', '0', 1, '2024-05-07 16:30:05', '2024-05-07 16:30:05'),
(323917, 3353, '2024-10-01 00:00:00', '315', NULL, '', '0', 1, '2024-05-07 16:30:05', '2024-05-07 16:30:05'),
(323918, 3353, '2024-11-01 00:00:00', '315', NULL, '', '0', 1, '2024-05-07 16:30:05', '2024-05-07 16:30:05'),
(323919, 3353, '2024-12-01 00:00:00', '315', NULL, '', '0', 1, '2024-05-07 16:30:05', '2024-05-07 16:30:05'),
(323920, 3353, '2025-01-01 00:00:00', '315', NULL, '', '0', 1, '2024-05-07 16:30:05', '2024-05-07 16:30:05'),
(323921, 3353, '2025-02-01 00:00:00', '315', NULL, '', '0', 1, '2024-05-07 16:30:05', '2024-05-07 16:30:05'),
(323922, 3353, '2025-03-01 00:00:00', '315', NULL, '', '0', 1, '2024-05-07 16:30:05', '2024-05-07 16:30:05'),
(323923, 3353, '2025-04-01 00:00:00', '315', NULL, '', '0', 1, '2024-05-07 16:30:05', '2024-05-07 16:30:05'),
(323924, 3151, '2024-04-01 00:00:00', '600', NULL, '', '0', 1, '2024-05-07 16:41:06', '2024-05-07 16:41:06'),
(323925, 2796, '2024-05-01 00:00:00', '200', NULL, '', '0', 1, '2024-05-08 17:24:32', '2024-05-08 17:24:32'),
(323926, 2447, '2024-05-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-08 17:25:32', '2024-05-08 17:25:32'),
(323927, 2824, '2024-04-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-08 17:27:20', '2024-05-08 17:27:20'),
(323928, 3354, '2024-05-01 00:00:00', '270', NULL, '', '0', 1, '2024-05-08 17:28:49', '2024-05-08 17:28:59'),
(323929, 3354, '2024-06-01 00:00:00', '270', NULL, '', '0', 1, '2024-05-08 17:28:59', '2024-05-08 17:28:59'),
(323930, 3354, '2024-07-01 00:00:00', '270', NULL, '', '0', 1, '2024-05-08 17:28:59', '2024-05-08 17:28:59'),
(323931, 3354, '2024-08-01 00:00:00', '270', NULL, '', '0', 1, '2024-05-08 17:28:59', '2024-05-08 17:28:59'),
(323932, 3354, '2024-09-01 00:00:00', '270', NULL, '', '0', 1, '2024-05-08 17:28:59', '2024-05-08 17:28:59'),
(323933, 3354, '2024-10-01 00:00:00', '270', NULL, '', '0', 1, '2024-05-08 17:28:59', '2024-05-08 17:28:59'),
(323934, 3354, '2024-11-01 00:00:00', '270', NULL, '', '0', 1, '2024-05-08 17:28:59', '2024-05-08 17:28:59'),
(323935, 3354, '2024-12-01 00:00:00', '270', NULL, '', '0', 1, '2024-05-08 17:28:59', '2024-05-08 17:28:59'),
(323936, 3354, '2025-01-01 00:00:00', '270', NULL, '', '0', 1, '2024-05-08 17:28:59', '2024-05-08 17:28:59'),
(323937, 3354, '2025-02-01 00:00:00', '270', NULL, '', '0', 1, '2024-05-08 17:28:59', '2024-05-08 17:28:59'),
(323938, 3354, '2025-03-01 00:00:00', '270', NULL, '', '0', 1, '2024-05-08 17:28:59', '2024-05-08 17:28:59'),
(323939, 3354, '2025-04-01 00:00:00', '270', NULL, '', '0', 1, '2024-05-08 17:28:59', '2024-05-08 17:28:59'),
(323940, 3355, '2024-04-01 00:00:00', '200', NULL, '', '0', 1, '2024-05-08 17:32:37', '2024-05-08 17:32:46'),
(323941, 3355, '2024-05-01 00:00:00', NULL, NULL, '', '200', 0, '2024-05-08 17:32:37', '2024-05-08 17:32:37'),
(323942, 3355, '2024-06-01 00:00:00', NULL, NULL, '', '200', 0, '2024-05-08 17:32:37', '2024-05-08 17:32:37'),
(323943, 2924, '2024-04-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-08 17:33:20', '2024-05-08 17:33:20'),
(323944, 3356, '2024-05-01 00:00:00', '315', NULL, '', '0', 1, '2024-05-08 17:34:50', '2024-05-08 17:37:13'),
(323945, 3356, '2024-06-01 00:00:00', '315', NULL, '', '0', 1, '2024-05-08 17:37:13', '2024-05-08 17:37:13'),
(323946, 3356, '2024-07-01 00:00:00', '315', NULL, '', '0', 1, '2024-05-08 17:37:13', '2024-05-08 17:37:13'),
(323947, 3356, '2024-08-01 00:00:00', '315', NULL, '', '0', 1, '2024-05-08 17:37:13', '2024-05-08 17:37:13'),
(323948, 3356, '2024-09-01 00:00:00', '315', NULL, '', '0', 1, '2024-05-08 17:37:13', '2024-05-08 17:37:13'),
(323949, 3356, '2024-10-01 00:00:00', '315', NULL, '', '0', 1, '2024-05-08 17:37:13', '2024-05-08 17:37:13'),
(323950, 3356, '2024-11-01 00:00:00', '315', NULL, '', '0', 1, '2024-05-08 17:37:13', '2024-05-08 17:37:13');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(323951, 3356, '2024-12-01 00:00:00', '315', NULL, '', '0', 1, '2024-05-08 17:37:13', '2024-05-08 17:37:13'),
(323952, 3356, '2025-01-01 00:00:00', '315', NULL, '', '0', 1, '2024-05-08 17:37:13', '2024-05-08 17:37:13'),
(323953, 3356, '2025-02-01 00:00:00', '315', NULL, '', '0', 1, '2024-05-08 17:37:13', '2024-05-08 17:37:13'),
(323954, 3356, '2025-03-01 00:00:00', '315', NULL, '', '0', 1, '2024-05-08 17:37:13', '2024-05-08 17:37:13'),
(323955, 3356, '2025-04-01 00:00:00', '315', NULL, '', '0', 1, '2024-05-08 17:37:13', '2024-05-08 17:37:13'),
(323956, 2947, '2024-05-01 00:00:00', '400', NULL, '', '0', 1, '2024-05-08 17:40:23', '2024-05-08 17:40:23'),
(323957, 3137, '2024-05-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-08 17:41:00', '2024-05-08 17:41:00'),
(323958, 2923, '2024-05-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-08 18:02:33', '2024-05-08 18:02:33'),
(323959, 3059, '2024-05-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-09 11:22:58', '2024-05-09 11:22:58'),
(323960, 3172, '2024-05-01 00:00:00', '350', NULL, '', '0', 1, '2024-05-09 11:23:47', '2024-05-09 11:23:47'),
(323961, 2907, '2024-05-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-09 11:25:18', '2024-05-09 11:25:18'),
(323962, 2818, '2024-04-01 00:00:00', '600', NULL, '', '0', 1, '2024-05-09 12:06:36', '2024-05-09 12:06:36'),
(323963, 3111, '2024-04-01 00:00:00', '200', NULL, '', '0', 1, '2024-05-09 12:10:53', '2024-05-09 12:10:53'),
(323964, 3292, '2024-05-01 00:00:00', '350', NULL, '', '0', 1, '2024-05-09 12:15:54', '2024-05-09 12:15:54'),
(323965, 3094, '2024-05-01 00:00:00', '350', NULL, '', '0', 1, '2024-05-09 12:23:50', '2024-05-09 12:23:50'),
(323966, 2787, '2024-05-01 00:00:00', '400', NULL, '', '0', 1, '2024-05-09 12:27:29', '2024-05-09 12:27:29'),
(323967, 3097, '2024-05-01 00:00:00', '333', NULL, '', '0', 1, '2024-05-09 12:50:41', '2024-05-09 12:50:41'),
(323968, 3262, '2024-04-01 00:00:00', '350', NULL, '', '0', 1, '2024-05-09 12:51:40', '2024-05-09 12:51:40'),
(323969, 3262, '2024-05-01 00:00:00', '350', NULL, '', '0', 1, '2024-05-09 13:28:04', '2024-05-09 13:28:04'),
(323970, 2784, '2024-05-01 00:00:00', '200', NULL, '', '0', 1, '2024-05-09 13:29:01', '2024-05-09 13:29:01'),
(323971, 2822, '2024-06-01 00:00:00', '315', NULL, '', '0', 1, '2024-05-09 14:32:06', '2024-05-09 14:32:06'),
(323972, 2822, '2024-07-01 00:00:00', '315', NULL, '', '0', 1, '2024-05-09 14:32:06', '2024-05-09 14:32:06'),
(323973, 2822, '2024-08-01 00:00:00', '315', NULL, '', '0', 1, '2024-05-09 14:32:06', '2024-05-09 14:32:06'),
(323974, 2822, '2024-09-01 00:00:00', '315', NULL, '', '0', 1, '2024-05-09 14:32:06', '2024-05-09 14:32:06'),
(323975, 2822, '2024-10-01 00:00:00', '315', NULL, '', '0', 1, '2024-05-09 14:32:06', '2024-05-09 14:32:06'),
(323976, 2822, '2024-11-01 00:00:00', '315', NULL, '', '0', 1, '2024-05-09 14:32:06', '2024-05-09 14:32:06'),
(323977, 2822, '2024-12-01 00:00:00', '315', NULL, '', '0', 1, '2024-05-09 14:32:06', '2024-05-09 14:32:06'),
(323978, 2822, '2025-01-01 00:00:00', '315', NULL, '', '0', 1, '2024-05-09 14:32:06', '2024-05-09 14:32:06'),
(323979, 2822, '2025-02-01 00:00:00', '315', NULL, '', '0', 1, '2024-05-09 14:32:06', '2024-05-09 14:32:06'),
(323980, 2822, '2025-03-01 00:00:00', '315', NULL, '', '0', 1, '2024-05-09 14:32:06', '2024-05-09 14:32:06'),
(323981, 2822, '2025-04-01 00:00:00', '315', NULL, '', '0', 1, '2024-05-09 14:32:06', '2024-05-09 14:32:06'),
(323982, 3357, '2024-05-01 00:00:00', '267', NULL, '', '0', 1, '2024-05-09 14:35:11', '2024-05-09 14:35:30'),
(323983, 3357, '2024-06-01 00:00:00', '267', NULL, '', '0', 1, '2024-05-09 14:35:30', '2024-05-09 14:35:30'),
(323984, 3357, '2024-07-01 00:00:00', '267', NULL, '', '0', 1, '2024-05-09 14:35:30', '2024-05-09 14:35:30'),
(323985, 3357, '2024-08-01 00:00:00', '267', NULL, '', '0', 1, '2024-05-09 14:35:30', '2024-05-09 14:35:30'),
(323986, 3357, '2024-09-01 00:00:00', '267', NULL, '', '0', 1, '2024-05-09 14:35:30', '2024-05-09 14:35:30'),
(323987, 3357, '2024-10-01 00:00:00', '267', NULL, '', '0', 1, '2024-05-09 14:35:30', '2024-05-09 14:35:30'),
(323988, 3357, '2024-11-01 00:00:00', '267', NULL, '', '0', 1, '2024-05-09 14:35:30', '2024-05-09 14:35:30'),
(323989, 3357, '2024-12-01 00:00:00', '267', NULL, '', '0', 1, '2024-05-09 14:35:30', '2024-05-09 14:35:30'),
(323990, 3357, '2025-01-01 00:00:00', '267', NULL, '', '0', 1, '2024-05-09 14:35:30', '2024-05-09 14:35:30'),
(323991, 3357, '2025-02-01 00:00:00', '267', NULL, '', '0', 1, '2024-05-09 14:35:30', '2024-05-09 14:35:30'),
(323992, 3357, '2025-03-01 00:00:00', '267', NULL, '', '0', 1, '2024-05-09 14:35:30', '2024-05-09 14:35:30'),
(323993, 3357, '2025-04-01 00:00:00', '267', NULL, '', '0', 1, '2024-05-09 14:35:30', '2024-05-09 14:35:30'),
(323994, 2926, '2024-04-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-09 14:40:04', '2024-05-09 14:40:04'),
(323995, 2901, '2024-05-01 00:00:00', '800', NULL, '', '0', 1, '2024-05-09 14:56:34', '2024-05-09 14:56:34'),
(323996, 3273, '2024-05-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-09 15:01:09', '2024-05-09 15:01:09'),
(323997, 3139, '2024-05-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-09 15:56:56', '2024-05-09 15:56:56'),
(323998, 3358, '2024-04-01 00:00:00', '350', NULL, '', '0', 1, '2024-05-11 13:02:56', '2024-05-11 13:03:05'),
(323999, 3358, '2024-05-01 00:00:00', '350', NULL, '', '0', 1, '2024-05-11 13:02:56', '2024-05-11 13:03:05'),
(324000, 3358, '2024-06-01 00:00:00', '350', NULL, '', '0', 1, '2024-05-11 13:02:56', '2024-06-03 15:00:56'),
(324001, 2922, '2024-05-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-11 13:03:37', '2024-05-11 13:03:37'),
(324002, 3138, '2024-04-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-11 13:04:26', '2024-05-11 13:04:26'),
(324003, 3138, '2024-05-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-11 13:04:27', '2024-05-11 13:04:27'),
(324004, 3104, '2024-05-01 00:00:00', '200', NULL, '', '0', 1, '2024-05-11 13:07:13', '2024-05-11 13:07:13'),
(324005, 3185, '2024-05-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-11 13:15:44', '2024-05-11 13:15:44'),
(324007, 2992, '2024-05-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-11 13:17:06', '2024-05-11 13:17:06'),
(324008, 3202, '2024-05-01 00:00:00', '1860', NULL, '', '0', 1, '2024-05-11 13:27:28', '2024-05-11 13:27:28'),
(324009, 3119, '2024-05-01 00:00:00', '500', NULL, '', '0', 1, '2024-05-11 13:29:26', '2024-05-11 13:29:26'),
(324010, 3171, '2024-05-01 00:00:00', '400', NULL, '', '0', 1, '2024-05-11 13:32:36', '2024-05-11 13:32:36'),
(324011, 3259, '2024-05-01 00:00:00', '350', NULL, '', '0', 1, '2024-05-11 13:34:28', '2024-05-11 13:34:28'),
(324012, 3234, '2024-04-01 00:00:00', '5000', NULL, '', '0', 1, '2024-05-11 13:37:06', '2024-05-11 13:37:06'),
(324013, 3234, '2024-05-01 00:00:00', '5000', NULL, '', '0', 1, '2024-05-11 13:37:06', '2024-05-11 13:37:06'),
(324014, 2893, '2024-05-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-11 13:38:20', '2024-05-11 13:38:20'),
(324015, 3068, '2024-05-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-11 13:39:02', '2024-05-11 13:39:02'),
(324016, 2892, '2024-05-01 00:00:00', '250', NULL, '', '0', 1, '2024-05-11 13:42:26', '2024-05-11 13:42:26'),
(324017, 3189, '2024-05-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-11 14:15:41', '2024-05-11 14:15:41'),
(324018, 3245, '2024-04-01 00:00:00', '200', NULL, '', '0', 1, '2024-05-11 14:16:43', '2024-05-11 14:16:43'),
(324019, 3048, '2024-05-01 00:00:00', '200', NULL, '', '0', 1, '2024-05-11 14:18:24', '2024-05-11 14:18:24'),
(324020, 3359, '2024-05-01 00:00:00', '350', NULL, '', '0', 1, '2024-05-11 14:19:47', '2024-05-11 14:19:56'),
(324021, 3143, '2024-05-01 00:00:00', '200', NULL, '', '0', 1, '2024-05-11 14:21:55', '2024-05-11 14:21:55'),
(324022, 3360, '2024-05-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-11 14:22:53', '2024-05-11 14:23:09'),
(324023, 3361, '2024-05-01 00:00:00', '350', NULL, '', '0', 1, '2024-05-11 14:25:59', '2024-05-11 14:26:09'),
(324024, 3198, '2024-04-01 00:00:00', '1800', NULL, '', '0', 1, '2024-05-11 14:26:50', '2024-05-11 14:26:50'),
(324025, 3362, '2024-05-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-11 16:51:48', '2024-05-11 16:52:28'),
(324026, 2853, '2024-05-01 00:00:00', '900', NULL, '', '0', 1, '2024-05-12 10:50:20', '2024-05-12 10:50:20'),
(324027, 2952, '2024-05-01 00:00:00', '350', NULL, '', '0', 1, '2024-05-12 10:51:14', '2024-05-12 10:51:14'),
(324028, 3246, '2024-04-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-12 10:52:26', '2024-05-12 10:52:26'),
(324029, 3309, '2024-05-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-12 11:45:38', '2024-05-12 11:45:38'),
(324030, 3340, '2024-05-01 00:00:00', '250', NULL, '', '0', 1, '2024-05-12 12:02:29', '2024-05-12 12:02:29'),
(324031, 2918, '2024-05-01 00:00:00', '400', NULL, '', '0', 1, '2024-05-12 13:15:42', '2024-05-12 13:15:42'),
(324032, 3216, '2024-05-01 00:00:00', '350', NULL, '', '0', 1, '2024-05-12 13:30:58', '2024-05-12 13:30:58'),
(324033, 3323, '2024-05-01 00:00:00', '200', NULL, '', '0', 1, '2024-05-12 13:38:34', '2024-05-12 13:38:34'),
(324034, 3155, '2024-05-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-12 13:39:09', '2024-05-12 13:39:09'),
(324035, 3363, '2024-05-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-12 14:00:41', '2024-05-12 14:00:54'),
(324036, 3364, '2024-05-01 00:00:00', '270', NULL, '', '0', 1, '2024-05-12 14:18:02', '2024-05-12 14:19:03'),
(324037, 3364, '2024-06-01 00:00:00', '270', NULL, '', '0', 1, '2024-05-12 14:19:03', '2024-05-12 14:19:03'),
(324038, 3364, '2024-07-01 00:00:00', '270', NULL, '', '0', 1, '2024-05-12 14:19:03', '2024-05-12 14:19:03'),
(324039, 3364, '2024-08-01 00:00:00', '270', NULL, '', '0', 1, '2024-05-12 14:19:03', '2024-05-12 14:19:03'),
(324040, 3364, '2024-09-01 00:00:00', '270', NULL, '', '0', 1, '2024-05-12 14:19:03', '2024-05-12 14:19:03'),
(324041, 3364, '2024-10-01 00:00:00', '270', NULL, '', '0', 1, '2024-05-12 14:19:03', '2024-05-12 14:19:03'),
(324042, 3364, '2024-11-01 00:00:00', '270', NULL, '', '0', 1, '2024-05-12 14:19:03', '2024-05-12 14:19:03'),
(324043, 3364, '2024-12-01 00:00:00', '270', NULL, '', '0', 1, '2024-05-12 14:19:03', '2024-05-12 14:19:03'),
(324044, 3364, '2025-01-01 00:00:00', '270', NULL, '', '0', 1, '2024-05-12 14:19:03', '2024-05-12 14:19:03'),
(324045, 3364, '2025-02-01 00:00:00', '270', NULL, '', '0', 1, '2024-05-12 14:19:03', '2024-05-12 14:19:03'),
(324046, 3364, '2025-03-01 00:00:00', '270', NULL, '', '0', 1, '2024-05-12 14:19:03', '2024-05-12 14:19:03'),
(324047, 3364, '2025-04-01 00:00:00', '270', NULL, '', '0', 1, '2024-05-12 14:19:03', '2024-05-12 14:19:03'),
(324048, 2988, '2024-05-01 00:00:00', '350', NULL, '', '0', 1, '2024-05-12 14:22:53', '2024-05-12 14:22:53'),
(324049, 3092, '2024-05-01 00:00:00', '200', NULL, '', '0', 1, '2024-05-12 15:03:17', '2024-05-12 15:03:17'),
(324050, 1829, '2024-04-01 00:00:00', '600', NULL, '', '0', 1, '2024-05-12 15:12:39', '2024-05-12 15:12:39'),
(324051, 3254, '2024-04-01 00:00:00', '255', NULL, '', '0', 1, '2024-05-12 15:28:33', '2024-05-12 15:28:33'),
(324052, 3254, '2024-05-01 00:00:00', '255', NULL, '', '0', 1, '2024-05-12 15:28:33', '2024-05-12 15:28:33'),
(324053, 3091, '2024-04-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-13 11:36:45', '2024-05-13 11:36:45'),
(324054, 3091, '2024-05-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-13 11:36:45', '2024-05-13 11:36:45'),
(324055, 2803, '2024-04-01 00:00:00', '350', NULL, '', '0', 1, '2024-05-13 11:37:55', '2024-05-13 11:37:55'),
(324056, 2803, '2024-05-01 00:00:00', '350', NULL, '', '0', 1, '2024-05-13 11:37:55', '2024-05-13 11:37:55'),
(324057, 3320, '2024-05-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-13 11:43:36', '2024-05-13 11:43:36'),
(324058, 3112, '2024-05-01 00:00:00', '150', NULL, '', '0', 1, '2024-05-13 11:44:09', '2024-05-13 11:44:09'),
(324059, 2851, '2024-05-01 00:00:00', '200', NULL, '', '0', 1, '2024-05-13 11:44:44', '2024-05-13 11:44:44'),
(324060, 3251, '2024-05-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-13 12:21:11', '2024-05-13 12:21:11'),
(324061, 3093, '2024-05-01 00:00:00', '350', NULL, '', '0', 1, '2024-05-13 12:22:01', '2024-05-13 12:22:01'),
(324062, 3192, '2024-04-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-13 12:25:06', '2024-05-13 12:25:06'),
(324063, 3192, '2024-05-01 00:00:00', '0', NULL, '', '0', 1, '2024-05-13 12:29:50', '2024-05-13 12:29:50'),
(324064, 2839, '2024-05-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-13 12:31:43', '2024-05-13 12:31:43'),
(324065, 2846, '2024-05-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-13 13:48:01', '2024-05-13 13:48:01'),
(324066, 3365, '2024-05-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-13 13:50:42', '2024-05-13 13:50:53'),
(324067, 3366, '2024-04-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-13 14:42:09', '2024-05-13 14:42:58'),
(324068, 3366, '2024-05-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-13 14:42:09', '2024-05-13 14:42:58'),
(324070, 3005, '2024-05-01 00:00:00', '250', NULL, '', '0', 1, '2024-05-13 15:22:17', '2024-05-13 15:22:17'),
(324071, 2831, '2024-05-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-13 15:47:51', '2024-05-13 15:47:51'),
(324072, 3164, '2024-05-01 00:00:00', '250', NULL, '', '0', 1, '2024-05-13 15:59:26', '2024-05-13 15:59:26'),
(324073, 2875, '2024-05-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-13 16:07:46', '2024-05-13 16:07:46'),
(324074, 2911, '2024-04-01 00:00:00', '0', NULL, '', '0', 1, '2024-05-13 17:44:34', '2024-05-13 17:44:34'),
(324075, 2911, '2024-05-01 00:00:00', '0', NULL, '', '0', 1, '2024-05-13 17:44:34', '2024-05-13 17:44:34'),
(324076, 2917, '2024-04-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-13 17:48:50', '2024-05-13 17:48:50'),
(324077, 2917, '2024-05-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-13 17:48:50', '2024-05-13 17:48:50'),
(324078, 3195, '2024-05-01 00:00:00', '1360', NULL, '', '0', 1, '2024-05-14 10:40:29', '2024-05-14 10:40:29'),
(324079, 3098, '2024-05-01 00:00:00', '600', NULL, '', '0', 1, '2024-05-14 10:44:35', '2024-05-14 10:44:35'),
(324080, 3232, '2024-05-01 00:00:00', '200', NULL, '', '0', 1, '2024-05-14 10:55:21', '2024-05-14 10:55:21'),
(324081, 3210, '2024-05-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-14 10:56:15', '2024-05-14 10:56:15'),
(324082, 3367, '2024-05-01 00:00:00', '315', NULL, '', '0', 1, '2024-05-14 10:58:28', '2024-05-14 10:58:46'),
(324083, 3367, '2024-06-01 00:00:00', '315', NULL, '', '0', 1, '2024-05-14 10:58:46', '2024-05-14 10:58:46'),
(324084, 3367, '2024-07-01 00:00:00', '315', NULL, '', '0', 1, '2024-05-14 10:58:46', '2024-05-14 10:58:46'),
(324085, 3367, '2024-08-01 00:00:00', '315', NULL, '', '0', 1, '2024-05-14 10:58:46', '2024-05-14 10:58:46'),
(324086, 3367, '2024-09-01 00:00:00', '315', NULL, '', '0', 1, '2024-05-14 10:58:46', '2024-05-14 10:58:46'),
(324087, 3367, '2024-10-01 00:00:00', '315', NULL, '', '0', 1, '2024-05-14 10:58:46', '2024-05-14 10:58:46'),
(324088, 3367, '2024-11-01 00:00:00', '315', NULL, '', '0', 1, '2024-05-14 10:58:46', '2024-05-14 10:58:46'),
(324089, 3367, '2024-12-01 00:00:00', '315', NULL, '', '0', 1, '2024-05-14 10:58:46', '2024-05-14 10:58:46'),
(324090, 3367, '2025-01-01 00:00:00', '315', NULL, '', '0', 1, '2024-05-14 10:58:46', '2024-05-14 10:58:46'),
(324091, 3367, '2025-02-01 00:00:00', '315', NULL, '', '0', 1, '2024-05-14 10:58:46', '2024-05-14 10:58:46'),
(324092, 3367, '2025-03-01 00:00:00', '315', NULL, '', '0', 1, '2024-05-14 10:58:46', '2024-05-14 10:58:46'),
(324093, 3367, '2025-04-01 00:00:00', '315', NULL, '', '0', 1, '2024-05-14 10:58:46', '2024-05-14 10:58:46'),
(324094, 3156, '2024-04-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-14 10:59:50', '2024-05-14 10:59:50'),
(324095, 3156, '2024-05-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-14 11:00:09', '2024-05-14 11:00:09'),
(324096, 3010, '2024-05-01 00:00:00', '350', NULL, '', '0', 1, '2024-05-14 11:00:43', '2024-05-14 11:00:43'),
(324097, 2993, '2024-05-01 00:00:00', '350', NULL, '', '0', 1, '2024-05-14 11:01:35', '2024-05-14 11:01:35'),
(324098, 3263, '2024-05-01 00:00:00', '200', NULL, '', '0', 1, '2024-05-14 11:32:53', '2024-05-14 11:32:53'),
(324099, 3368, '2024-05-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-14 12:05:06', '2024-05-14 12:05:30'),
(324100, 2974, '2024-05-01 00:00:00', '200', NULL, '', '0', 1, '2024-05-14 12:11:01', '2024-05-14 12:11:01'),
(324101, 2936, '2024-03-01 00:00:00', '400', NULL, '', '0', 1, '2024-05-14 12:27:22', '2024-05-14 12:27:22'),
(324102, 2936, '2024-04-01 00:00:00', '400', NULL, '', '0', 1, '2024-05-14 12:27:22', '2024-05-14 12:27:22'),
(324103, 2936, '2024-05-01 00:00:00', '400', NULL, '', '0', 1, '2024-05-14 12:27:22', '2024-05-14 12:27:22'),
(324104, 2937, '2024-04-01 00:00:00', '200', NULL, '', '0', 1, '2024-05-14 12:37:38', '2024-05-14 12:37:38'),
(324105, 2937, '2024-05-01 00:00:00', '200', NULL, '', '0', 1, '2024-05-14 12:37:38', '2024-05-14 12:37:38'),
(324106, 3065, '2024-04-01 00:00:00', '600', NULL, '', '0', 1, '2024-05-14 13:00:46', '2024-05-14 13:00:46'),
(324107, 3369, '2024-04-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-14 14:30:12', '2024-05-14 14:30:42'),
(324108, 3369, '2024-05-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-14 14:30:12', '2024-05-14 14:30:42'),
(324109, 3369, '2024-06-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-14 14:30:12', '2024-05-14 14:30:42'),
(324110, 3369, '2024-07-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-14 14:30:42', '2024-05-14 14:30:42'),
(324111, 3369, '2024-08-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-14 14:30:42', '2024-05-14 14:30:42'),
(324112, 3369, '2024-09-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-14 14:30:42', '2024-05-14 14:30:42'),
(324113, 3369, '2024-10-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-14 14:30:42', '2024-05-14 14:30:42'),
(324114, 3369, '2024-11-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-14 14:30:42', '2024-05-14 14:30:42'),
(324115, 3369, '2024-12-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-14 14:30:42', '2024-05-14 14:30:42'),
(324116, 3369, '2025-01-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-14 14:30:42', '2024-05-14 14:30:42'),
(324117, 3369, '2025-02-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-14 14:30:42', '2024-05-14 14:30:42'),
(324118, 3369, '2025-03-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-14 14:30:42', '2024-05-14 14:30:42'),
(324119, 3370, '2024-05-01 00:00:00', '315', NULL, '', '0', 1, '2024-05-14 14:36:29', '2024-05-14 14:36:38'),
(324120, 3370, '2024-06-01 00:00:00', '315', NULL, '', '0', 1, '2024-05-14 14:36:39', '2024-05-14 14:36:39'),
(324121, 3370, '2024-07-01 00:00:00', '315', NULL, '', '0', 1, '2024-05-14 14:36:39', '2024-05-14 14:36:39'),
(324122, 3370, '2024-08-01 00:00:00', '315', NULL, '', '0', 1, '2024-05-14 14:36:39', '2024-05-14 14:36:39'),
(324123, 3370, '2024-09-01 00:00:00', '315', NULL, '', '0', 1, '2024-05-14 14:36:39', '2024-05-14 14:36:39'),
(324124, 3370, '2024-10-01 00:00:00', '315', NULL, '', '0', 1, '2024-05-14 14:36:39', '2024-05-14 14:36:39'),
(324125, 3370, '2024-11-01 00:00:00', '315', NULL, '', '0', 1, '2024-05-14 14:36:39', '2024-05-14 14:36:39'),
(324126, 3370, '2024-12-01 00:00:00', '315', NULL, '', '0', 1, '2024-05-14 14:36:39', '2024-05-14 14:36:39'),
(324127, 3370, '2025-01-01 00:00:00', '315', NULL, '', '0', 1, '2024-05-14 14:36:39', '2024-05-14 14:36:39'),
(324128, 3370, '2025-02-01 00:00:00', '315', NULL, '', '0', 1, '2024-05-14 14:36:39', '2024-05-14 14:36:39'),
(324129, 3370, '2025-03-01 00:00:00', '315', NULL, '', '0', 1, '2024-05-14 14:36:39', '2024-05-14 14:36:39'),
(324130, 3370, '2025-04-01 00:00:00', '315', NULL, '', '0', 1, '2024-05-14 14:36:39', '2024-05-14 14:36:39'),
(324131, 2533, '2024-04-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-14 15:16:01', '2024-05-14 15:16:01'),
(324132, 3371, '2024-05-01 00:00:00', '270', NULL, '', '0', 1, '2024-05-14 16:40:37', '2024-05-14 16:40:51'),
(324133, 3371, '2024-06-01 00:00:00', '270', NULL, '', '0', 1, '2024-05-14 16:40:51', '2024-05-14 16:40:51'),
(324134, 3371, '2024-07-01 00:00:00', '270', NULL, '', '0', 1, '2024-05-14 16:40:51', '2024-05-14 16:40:51'),
(324135, 3371, '2024-08-01 00:00:00', '270', NULL, '', '0', 1, '2024-05-14 16:40:51', '2024-05-14 16:40:51'),
(324136, 3371, '2024-09-01 00:00:00', '270', NULL, '', '0', 1, '2024-05-14 16:40:51', '2024-05-14 16:40:51'),
(324137, 3371, '2024-10-01 00:00:00', '270', NULL, '', '0', 1, '2024-05-14 16:40:51', '2024-05-14 16:40:51'),
(324138, 3371, '2024-11-01 00:00:00', '270', NULL, '', '0', 1, '2024-05-14 16:40:51', '2024-05-14 16:40:51'),
(324139, 3371, '2024-12-01 00:00:00', '270', NULL, '', '0', 1, '2024-05-14 16:40:51', '2024-05-14 16:40:51'),
(324140, 3371, '2025-01-01 00:00:00', '270', NULL, '', '0', 1, '2024-05-14 16:40:51', '2024-05-14 16:40:51'),
(324141, 3371, '2025-02-01 00:00:00', '270', NULL, '', '0', 1, '2024-05-14 16:40:51', '2024-05-14 16:40:51'),
(324142, 3371, '2025-03-01 00:00:00', '270', NULL, '', '0', 1, '2024-05-14 16:40:51', '2024-05-14 16:40:51'),
(324143, 3371, '2025-04-01 00:00:00', '270', NULL, '', '0', 1, '2024-05-14 16:40:51', '2024-05-14 16:40:51'),
(324144, 2900, '2024-05-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-15 11:25:49', '2024-05-15 11:25:49'),
(324145, 2890, '2024-05-01 00:00:00', '500', NULL, '', '0', 1, '2024-05-15 11:26:26', '2024-05-15 11:26:26'),
(324146, 3372, '2024-02-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-15 11:30:01', '2024-05-15 11:34:29'),
(324147, 3372, '2024-03-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-15 11:30:01', '2024-05-15 11:34:29'),
(324148, 3372, '2024-04-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-15 11:30:01', '2024-05-15 11:34:29'),
(324149, 3372, '2024-05-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-15 11:30:01', '2024-05-15 11:34:29'),
(324150, 3372, '2024-06-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-15 11:30:01', '2024-06-24 13:38:25'),
(324151, 3373, '2024-05-01 00:00:00', '350', NULL, '', '0', 1, '2024-05-15 11:39:06', '2024-05-15 11:39:30'),
(324152, 3373, '2024-06-01 00:00:00', '350', NULL, '', '0', 1, '2024-05-15 11:39:30', '2024-05-15 11:39:30'),
(324153, 3373, '2024-07-01 00:00:00', '350', NULL, '', '0', 1, '2024-05-15 11:39:30', '2024-05-15 11:39:30'),
(324154, 3373, '2024-08-01 00:00:00', '350', NULL, '', '0', 1, '2024-05-15 11:39:30', '2024-05-15 11:39:30'),
(324155, 3373, '2024-09-01 00:00:00', '350', NULL, '', '0', 1, '2024-05-15 11:39:30', '2024-05-15 11:39:30'),
(324156, 3373, '2024-10-01 00:00:00', '350', NULL, '', '0', 1, '2024-05-15 11:39:30', '2024-05-15 11:39:30'),
(324157, 3373, '2024-11-01 00:00:00', '350', NULL, '', '0', 1, '2024-05-15 11:39:30', '2024-05-15 11:39:30'),
(324158, 3373, '2024-12-01 00:00:00', '350', NULL, '', '0', 1, '2024-05-15 11:39:30', '2024-05-15 11:39:30'),
(324159, 3373, '2025-01-01 00:00:00', '350', NULL, '', '0', 1, '2024-05-15 11:39:30', '2024-05-15 11:39:30'),
(324160, 3373, '2025-02-01 00:00:00', '350', NULL, '', '0', 1, '2024-05-15 11:39:30', '2024-05-15 11:39:30'),
(324161, 3373, '2025-03-01 00:00:00', '350', NULL, '', '0', 1, '2024-05-15 11:39:30', '2024-05-15 11:39:30'),
(324162, 3373, '2025-04-01 00:00:00', '350', NULL, '', '0', 1, '2024-05-15 11:39:30', '2024-05-15 11:39:30'),
(324163, 3252, '2024-03-01 00:00:00', '1900', NULL, '', '0', 1, '2024-05-15 11:41:22', '2024-05-15 11:41:22'),
(324164, 2814, '2024-05-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-15 11:42:12', '2024-05-15 11:42:12'),
(324165, 3136, '2024-04-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-15 11:43:43', '2024-05-15 11:43:43'),
(324166, 3136, '2024-05-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-15 11:44:07', '2024-05-15 11:44:07'),
(324167, 2817, '2024-05-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-15 11:46:16', '2024-05-15 11:46:16'),
(324168, 3374, '2024-04-01 00:00:00', '1000', NULL, '', '0', 1, '2024-05-15 11:48:00', '2024-05-15 11:48:11'),
(324169, 3374, '2024-05-01 00:00:00', '1000', NULL, '', '0', 1, '2024-05-15 11:48:00', '2024-05-15 11:48:11'),
(324171, 3079, '2024-04-01 00:00:00', '350', NULL, '', '0', 1, '2024-05-15 11:49:52', '2024-05-15 11:49:52'),
(324172, 3079, '2024-05-01 00:00:00', '350', NULL, '', '0', 1, '2024-05-15 11:49:52', '2024-05-15 11:49:52'),
(324173, 2840, '2024-05-01 00:00:00', '350', NULL, '', '0', 1, '2024-05-15 12:46:08', '2024-05-15 12:46:08'),
(324174, 3026, '2024-05-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-15 13:15:43', '2024-05-15 13:15:43'),
(324176, 2933, '2024-03-01 00:00:00', '500', NULL, '', '0', 1, '2024-05-15 13:20:24', '2024-05-15 13:20:24'),
(324177, 2933, '2024-04-01 00:00:00', '500', NULL, '', '0', 1, '2024-05-15 13:20:24', '2024-05-15 13:20:24'),
(324178, 2887, '2024-05-01 00:00:00', '350', NULL, '', '0', 1, '2024-05-15 14:28:19', '2024-05-15 14:28:19'),
(324179, 3375, '2024-05-01 00:00:00', '250', NULL, '', '0', 1, '2024-05-15 14:32:56', '2024-05-15 14:33:06'),
(324180, 3376, '2024-04-01 00:00:00', '250', NULL, '', '0', 1, '2024-05-15 14:43:23', '2024-05-23 11:12:51'),
(324181, 3376, '2024-05-01 00:00:00', '250', NULL, '', '0', 1, '2024-05-15 14:43:23', '2024-05-23 11:12:51'),
(324183, 2908, '2024-05-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-15 15:04:27', '2024-05-15 15:04:27'),
(324184, 3377, '2024-05-01 00:00:00', '250', NULL, '', '0', 1, '2024-05-15 16:12:03', '2024-05-15 16:12:14'),
(324185, 3207, '2024-05-01 00:00:00', '400', NULL, '', '0', 1, '2024-05-15 17:25:16', '2024-05-15 17:25:16'),
(324186, 3101, '2024-05-01 00:00:00', '500', NULL, '', '0', 1, '2024-05-16 12:31:47', '2024-05-16 12:31:47'),
(324187, 2859, '2024-05-01 00:00:00', '600', NULL, '', '0', 1, '2024-05-16 12:32:29', '2024-05-16 12:32:29'),
(324188, 3131, '2024-04-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-16 12:33:50', '2024-05-16 12:33:50'),
(324189, 3131, '2024-05-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-16 12:33:50', '2024-05-16 12:33:50'),
(324190, 3378, '2024-05-01 00:00:00', '270', NULL, '', '0', 1, '2024-05-16 12:36:13', '2024-05-16 12:36:29'),
(324191, 3378, '2024-06-01 00:00:00', '270', NULL, '', '0', 1, '2024-05-16 12:36:29', '2024-05-16 12:36:29'),
(324192, 3378, '2024-07-01 00:00:00', '270', NULL, '', '0', 1, '2024-05-16 12:36:29', '2024-05-16 12:36:29'),
(324193, 3378, '2024-08-01 00:00:00', '270', NULL, '', '0', 1, '2024-05-16 12:36:29', '2024-05-16 12:36:29'),
(324194, 3378, '2024-09-01 00:00:00', '270', NULL, '', '0', 1, '2024-05-16 12:36:29', '2024-05-16 12:36:29'),
(324195, 3378, '2024-10-01 00:00:00', '270', NULL, '', '0', 1, '2024-05-16 12:36:29', '2024-05-16 12:36:29'),
(324196, 3378, '2024-11-01 00:00:00', '270', NULL, '', '0', 1, '2024-05-16 12:36:29', '2024-05-16 12:36:29'),
(324197, 3378, '2024-12-01 00:00:00', '270', NULL, '', '0', 1, '2024-05-16 12:36:29', '2024-05-16 12:36:29'),
(324198, 3378, '2025-01-01 00:00:00', '270', NULL, '', '0', 1, '2024-05-16 12:36:29', '2024-05-16 12:36:29'),
(324199, 3378, '2025-02-01 00:00:00', '270', NULL, '', '0', 1, '2024-05-16 12:36:29', '2024-05-16 12:36:29'),
(324200, 3378, '2025-03-01 00:00:00', '270', NULL, '', '0', 1, '2024-05-16 12:36:29', '2024-05-16 12:36:29'),
(324201, 3378, '2025-04-01 00:00:00', '270', NULL, '', '0', 1, '2024-05-16 12:36:29', '2024-05-16 12:36:29'),
(324202, 2852, '2024-05-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-16 12:37:27', '2024-05-16 12:37:27'),
(324203, 3203, '2024-04-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-16 12:38:00', '2024-05-16 12:38:00'),
(324204, 3203, '2024-05-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-16 12:38:00', '2024-05-16 12:38:00'),
(324205, 3129, '2024-04-01 00:00:00', '350', NULL, '', '0', 1, '2024-05-16 12:38:43', '2024-05-16 12:38:43'),
(324206, 3379, '2024-06-01 00:00:00', '300', '2024-06-01 00:00:00', '', '0', 1, '2024-05-16 12:40:41', '2024-05-16 12:40:53'),
(324207, 2879, '2024-05-01 00:00:00', '350', NULL, '', '0', 1, '2024-05-16 15:16:33', '2024-05-16 15:16:33'),
(324208, 3380, '2024-05-01 00:00:00', NULL, NULL, '', '250', 0, '2024-05-16 15:18:42', '2024-05-16 15:18:42'),
(324209, 3381, '2024-06-01 00:00:00', '250', '2024-06-01 00:00:00', '', '0', 1, '2024-05-16 15:19:01', '2024-05-16 15:19:16'),
(324210, 2888, '2024-04-01 00:00:00', '150', NULL, '', '0', 1, '2024-05-16 17:12:09', '2024-05-16 17:12:09'),
(324211, 2888, '2024-05-01 00:00:00', '150', NULL, '', '0', 1, '2024-05-16 17:12:09', '2024-05-16 17:12:09'),
(324212, 3128, '2024-05-01 00:00:00', '750', NULL, '', '0', 1, '2024-05-16 17:52:44', '2024-05-16 17:52:44'),
(324213, 3200, '2024-05-01 00:00:00', '400', NULL, '', '0', 1, '2024-05-18 11:13:24', '2024-05-18 11:13:24'),
(324214, 2953, '2024-05-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-18 11:14:49', '2024-05-18 11:14:49'),
(324215, 2915, '2024-05-01 00:00:00', '250', NULL, '', '0', 1, '2024-05-18 11:15:34', '2024-05-18 11:15:34'),
(324216, 2886, '2024-04-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-18 11:16:19', '2024-05-18 11:16:19'),
(324217, 3003, '2024-05-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-18 11:17:45', '2024-05-18 11:17:45'),
(324219, 3067, '2024-05-01 00:00:00', '900', NULL, '', '0', 1, '2024-05-18 11:18:57', '2024-05-18 11:18:57'),
(324220, 3040, '2024-05-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-18 11:21:15', '2024-05-18 11:21:15'),
(324221, 3016, '2024-05-01 00:00:00', '1000', NULL, '', '0', 1, '2024-05-18 11:21:52', '2024-05-18 11:21:52'),
(324222, 3382, '2024-05-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-18 12:14:34', '2024-05-18 12:14:49'),
(324223, 3383, '2024-05-01 00:00:00', '270', NULL, '', '0', 1, '2024-05-18 12:21:36', '2024-05-18 12:21:55'),
(324224, 3383, '2024-06-01 00:00:00', '270', NULL, '', '0', 1, '2024-05-18 12:21:55', '2024-05-18 12:21:55'),
(324225, 3383, '2024-07-01 00:00:00', '270', NULL, '', '0', 1, '2024-05-18 12:21:55', '2024-05-18 12:21:55'),
(324226, 3383, '2024-08-01 00:00:00', '270', NULL, '', '0', 1, '2024-05-18 12:21:55', '2024-05-18 12:21:55'),
(324227, 3383, '2024-09-01 00:00:00', '270', NULL, '', '0', 1, '2024-05-18 12:21:55', '2024-05-18 12:21:55'),
(324228, 3383, '2024-10-01 00:00:00', '270', NULL, '', '0', 1, '2024-05-18 12:21:55', '2024-05-18 12:21:55'),
(324229, 3383, '2024-11-01 00:00:00', '270', NULL, '', '0', 1, '2024-05-18 12:21:55', '2024-05-18 12:21:55'),
(324230, 3383, '2024-12-01 00:00:00', '270', NULL, '', '0', 1, '2024-05-18 12:21:55', '2024-05-18 12:21:55'),
(324231, 3383, '2025-01-01 00:00:00', '270', NULL, '', '0', 1, '2024-05-18 12:21:55', '2024-05-18 12:21:55'),
(324232, 3383, '2025-02-01 00:00:00', '270', NULL, '', '0', 1, '2024-05-18 12:21:55', '2024-05-18 12:21:55'),
(324233, 3383, '2025-03-01 00:00:00', '270', NULL, '', '0', 1, '2024-05-18 12:21:55', '2024-05-18 12:21:55'),
(324234, 3383, '2025-04-01 00:00:00', '270', NULL, '', '0', 1, '2024-05-18 12:21:55', '2024-05-18 12:21:55'),
(324235, 2848, '2024-03-01 00:00:00', '400', NULL, '', '0', 1, '2024-05-18 12:32:18', '2024-05-18 12:32:18'),
(324236, 2848, '2024-04-01 00:00:00', '400', NULL, '', '0', 1, '2024-05-18 12:32:18', '2024-05-18 12:32:18'),
(324237, 2848, '2024-05-01 00:00:00', '0', NULL, '', '0', 1, '2024-05-18 12:32:34', '2024-05-18 12:32:34'),
(324238, 3384, '2024-05-01 00:00:00', '350', NULL, '', '0', 1, '2024-05-18 15:07:42', '2024-05-18 15:08:02'),
(324239, 3384, '2024-06-01 00:00:00', '350', NULL, '', '0', 1, '2024-05-18 15:08:02', '2024-05-18 15:08:02'),
(324240, 3384, '2024-07-01 00:00:00', '350', NULL, '', '0', 1, '2024-05-18 15:08:02', '2024-05-18 15:08:02'),
(324241, 3384, '2024-08-01 00:00:00', '350', NULL, '', '0', 1, '2024-05-18 15:08:02', '2024-05-18 15:08:02'),
(324242, 3384, '2024-09-01 00:00:00', '350', NULL, '', '0', 1, '2024-05-18 15:08:02', '2024-05-18 15:08:02'),
(324243, 3384, '2024-10-01 00:00:00', '350', NULL, '', '0', 1, '2024-05-18 15:08:02', '2024-05-18 15:08:02'),
(324244, 3384, '2024-11-01 00:00:00', '350', NULL, '', '0', 1, '2024-05-18 15:08:02', '2024-05-18 15:08:02'),
(324245, 3384, '2024-12-01 00:00:00', '350', NULL, '', '0', 1, '2024-05-18 15:08:02', '2024-05-18 15:08:02'),
(324246, 3384, '2025-01-01 00:00:00', '350', NULL, '', '0', 1, '2024-05-18 15:08:02', '2024-05-18 15:08:02'),
(324247, 3384, '2025-02-01 00:00:00', '350', NULL, '', '0', 1, '2024-05-18 15:08:02', '2024-05-18 15:08:02'),
(324248, 3384, '2025-03-01 00:00:00', '350', NULL, '', '0', 1, '2024-05-18 15:08:02', '2024-05-18 15:08:02'),
(324249, 3384, '2025-04-01 00:00:00', '350', NULL, '', '0', 1, '2024-05-18 15:08:02', '2024-05-18 15:08:02'),
(324250, 3226, '2024-05-01 00:00:00', '350', NULL, '', '0', 1, '2024-05-18 16:03:06', '2024-05-18 16:03:06'),
(324251, 3326, '2024-05-01 00:00:00', '200', NULL, '', '0', 1, '2024-05-18 16:03:43', '2024-05-18 16:03:43'),
(324252, 2687, '2024-05-01 00:00:00', '350', NULL, '', '0', 1, '2024-05-18 17:19:12', '2024-05-18 17:19:12'),
(324253, 3385, '2024-05-01 00:00:00', '350', NULL, '', '0', 1, '2024-05-18 17:34:08', '2024-05-18 17:34:16'),
(324254, 3122, '2024-05-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-18 18:00:53', '2024-05-18 18:00:53'),
(324255, 3008, '2024-05-01 00:00:00', '400', NULL, '', '0', 1, '2024-05-19 11:01:34', '2024-05-19 11:01:34'),
(324256, 3182, '2024-05-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-19 11:02:32', '2024-05-19 11:02:32'),
(324257, 2931, '2024-05-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-19 11:03:16', '2024-05-19 11:03:16'),
(324258, 3113, '2024-05-01 00:00:00', '200', NULL, '', '0', 1, '2024-05-19 11:03:58', '2024-05-19 11:03:58'),
(324259, 2793, '2024-04-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-19 11:04:36', '2024-05-19 11:04:36'),
(324260, 3196, '2024-05-01 00:00:00', '700', NULL, '', '0', 1, '2024-05-19 11:07:57', '2024-05-19 11:07:57'),
(324261, 2683, '2024-05-01 00:00:00', '350', NULL, '', '0', 1, '2024-05-19 11:08:14', '2024-05-19 11:08:14'),
(324262, 3386, '2024-06-01 00:00:00', '250', '2024-06-01 00:00:00', '', '0', 1, '2024-05-19 11:14:58', '2024-05-19 11:15:10'),
(324263, 3387, '2024-05-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-19 11:40:37', '2024-05-19 11:40:55'),
(324264, 3387, '2024-06-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-19 11:40:55', '2024-05-19 11:40:55'),
(324265, 3387, '2024-07-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-19 11:40:55', '2024-05-19 11:40:55'),
(324266, 3387, '2024-08-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-19 11:40:55', '2024-05-19 11:40:55'),
(324267, 3387, '2024-09-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-19 11:40:55', '2024-05-19 11:40:55'),
(324268, 3387, '2024-10-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-19 11:40:55', '2024-05-19 11:40:55'),
(324269, 3387, '2024-11-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-19 11:40:55', '2024-05-19 11:40:55'),
(324270, 3387, '2024-12-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-19 11:40:55', '2024-05-19 11:40:55'),
(324271, 3387, '2025-01-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-19 11:40:55', '2024-05-19 11:40:55'),
(324272, 3387, '2025-02-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-19 11:40:55', '2024-05-19 11:40:55'),
(324273, 3387, '2025-03-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-19 11:40:55', '2024-05-19 11:40:55'),
(324274, 3387, '2025-04-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-19 11:40:55', '2024-05-19 11:40:55'),
(324275, 2954, '2024-04-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-19 11:53:24', '2024-05-19 11:53:24'),
(324276, 3388, '2024-04-01 00:00:00', '150', NULL, '', '0', 1, '2024-05-19 12:21:15', '2024-05-19 12:34:47'),
(324277, 3388, '2024-05-01 00:00:00', '150', NULL, '', '0', 1, '2024-05-19 12:21:15', '2024-05-19 12:34:47'),
(324278, 3388, '2024-06-01 00:00:00', '150', NULL, '', '0', 1, '2024-05-19 12:21:15', '2024-06-11 17:03:24'),
(324279, 1829, '2024-05-01 00:00:00', '167', NULL, '', '0', 1, '2024-05-19 12:57:39', '2024-05-19 12:57:39'),
(324280, 1829, '2024-06-01 00:00:00', '167', NULL, '', '0', 1, '2024-05-19 12:57:39', '2024-05-19 12:57:39'),
(324281, 1829, '2024-07-01 00:00:00', '167', NULL, '', '0', 1, '2024-05-19 12:57:39', '2024-05-19 12:57:39'),
(324282, 1829, '2024-08-01 00:00:00', '167', NULL, '', '0', 1, '2024-05-19 12:57:39', '2024-05-19 12:57:39'),
(324283, 1829, '2024-09-01 00:00:00', '167', NULL, '', '0', 1, '2024-05-19 12:57:39', '2024-05-19 12:57:39'),
(324284, 1829, '2024-10-01 00:00:00', '167', NULL, '', '0', 1, '2024-05-19 12:57:39', '2024-05-19 12:57:39'),
(324285, 1829, '2024-11-01 00:00:00', '167', NULL, '', '0', 1, '2024-05-19 12:57:39', '2024-05-19 12:57:39'),
(324286, 1829, '2024-12-01 00:00:00', '167', NULL, '', '0', 1, '2024-05-19 12:57:39', '2024-05-19 12:57:39'),
(324287, 1829, '2025-01-01 00:00:00', '167', NULL, '', '0', 1, '2024-05-19 12:57:39', '2024-05-19 12:57:39'),
(324288, 1829, '2025-02-01 00:00:00', '167', NULL, '', '0', 1, '2024-05-19 12:57:39', '2024-05-19 12:57:39'),
(324289, 1829, '2025-03-01 00:00:00', '167', NULL, '', '0', 1, '2024-05-19 12:57:39', '2024-05-19 12:57:39'),
(324290, 1829, '2025-04-01 00:00:00', '167', NULL, '', '0', 1, '2024-05-19 12:57:39', '2024-05-19 12:57:39'),
(324291, 3176, '2024-05-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-19 13:30:12', '2024-05-19 13:30:12'),
(324292, 2682, '2024-05-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-19 13:41:42', '2024-05-19 13:41:42'),
(324293, 3389, '2024-05-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-19 13:45:35', '2024-05-19 13:46:06'),
(324294, 3390, '2024-05-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-19 14:02:29', '2024-05-19 14:02:39'),
(324295, 3391, '2024-05-01 00:00:00', '250', NULL, '', '0', 1, '2024-05-19 14:05:40', '2024-05-19 14:05:49'),
(324296, 3392, '2024-06-01 00:00:00', '250', '2024-06-01 00:00:00', '', '0', 1, '2024-05-19 14:06:28', '2024-05-19 14:06:41'),
(324297, 2798, '2024-03-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-19 14:41:48', '2024-05-19 14:41:48'),
(324298, 2798, '2024-04-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-19 14:41:48', '2024-05-19 14:41:48'),
(324299, 3393, '2024-05-01 00:00:00', '315', NULL, '', '0', 1, '2024-05-19 14:55:21', '2024-05-19 14:55:31'),
(324300, 3393, '2024-06-01 00:00:00', '315', NULL, '', '0', 1, '2024-05-19 14:55:31', '2024-05-19 14:55:31'),
(324301, 3393, '2024-07-01 00:00:00', '315', NULL, '', '0', 1, '2024-05-19 14:55:31', '2024-05-19 14:55:31'),
(324302, 3393, '2024-08-01 00:00:00', '315', NULL, '', '0', 1, '2024-05-19 14:55:31', '2024-05-19 14:55:31'),
(324303, 3393, '2024-09-01 00:00:00', '315', NULL, '', '0', 1, '2024-05-19 14:55:31', '2024-05-19 14:55:31'),
(324304, 3393, '2024-10-01 00:00:00', '315', NULL, '', '0', 1, '2024-05-19 14:55:31', '2024-05-19 14:55:31'),
(324305, 3393, '2024-11-01 00:00:00', '315', NULL, '', '0', 1, '2024-05-19 14:55:31', '2024-05-19 14:55:31'),
(324306, 3393, '2024-12-01 00:00:00', '315', NULL, '', '0', 1, '2024-05-19 14:55:31', '2024-05-19 14:55:31'),
(324307, 3393, '2025-01-01 00:00:00', '315', NULL, '', '0', 1, '2024-05-19 14:55:31', '2024-05-19 14:55:31'),
(324308, 3393, '2025-02-01 00:00:00', '315', NULL, '', '0', 1, '2024-05-19 14:55:31', '2024-05-19 14:55:31'),
(324309, 3393, '2025-03-01 00:00:00', '315', NULL, '', '0', 1, '2024-05-19 14:55:31', '2024-05-19 14:55:31'),
(324310, 3393, '2025-04-01 00:00:00', '315', NULL, '', '0', 1, '2024-05-19 14:55:31', '2024-05-19 14:55:31'),
(324311, 3310, '2024-05-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-19 15:06:25', '2024-05-19 15:06:25'),
(324312, 3127, '2024-05-01 00:00:00', '400', NULL, '', '0', 1, '2024-05-19 15:19:11', '2024-05-19 15:19:11'),
(324313, 3169, '2024-05-01 00:00:00', '750', NULL, '', '0', 1, '2024-05-19 15:37:09', '2024-05-19 15:37:09'),
(324314, 3169, '2024-06-01 00:00:00', '750', NULL, '', '0', 1, '2024-05-19 15:37:09', '2024-05-19 15:37:09'),
(324315, 3169, '2024-07-01 00:00:00', '750', NULL, '', '0', 1, '2024-05-19 15:37:09', '2024-05-19 15:37:09'),
(324316, 3169, '2024-08-01 00:00:00', '750', NULL, '', '0', 1, '2024-05-19 15:37:09', '2024-05-19 15:37:09'),
(324317, 3184, '2024-04-01 00:00:00', '200', NULL, '', '0', 1, '2024-05-19 15:47:36', '2024-05-19 15:47:36'),
(324318, 3125, '2024-05-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-19 15:49:22', '2024-05-19 15:49:22'),
(324319, 3126, '2024-05-01 00:00:00', '250', NULL, '', '0', 1, '2024-05-19 15:56:09', '2024-05-19 15:56:09'),
(324320, 2998, '2024-05-01 00:00:00', '400', NULL, '', '0', 1, '2024-05-19 16:04:49', '2024-05-19 16:04:49'),
(324321, 3100, '2024-05-01 00:00:00', '4500', NULL, '', '0', 1, '2024-05-19 16:27:05', '2024-05-19 16:27:05'),
(324322, 3181, '2024-05-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-19 17:14:15', '2024-05-19 17:14:15'),
(324323, 3162, '2024-05-01 00:00:00', '200', NULL, '', '0', 1, '2024-05-19 17:17:52', '2024-05-19 17:17:52'),
(324324, 3051, '2024-05-01 00:00:00', '350', NULL, '', '0', 1, '2024-05-19 17:50:17', '2024-05-19 17:50:17'),
(324325, 3083, '2024-05-01 00:00:00', '500', NULL, '', '0', 1, '2024-05-19 18:04:57', '2024-05-19 18:04:57'),
(324326, 2866, '2024-05-01 00:00:00', '200', NULL, '', '0', 1, '2024-05-20 12:32:37', '2024-05-20 12:32:37'),
(324327, 3304, '2024-05-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-20 12:33:03', '2024-05-20 12:33:03'),
(324328, 3394, '2024-04-01 00:00:00', '350', NULL, '', '0', 1, '2024-05-20 12:36:27', '2024-05-20 12:37:01'),
(324329, 3394, '2024-05-01 00:00:00', '350', NULL, '', '0', 1, '2024-05-20 12:36:27', '2024-05-20 12:37:01'),
(324331, 3007, '2024-05-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-20 12:37:40', '2024-05-20 12:37:40'),
(324332, 2969, '2024-05-01 00:00:00', '400', NULL, '', '0', 1, '2024-05-20 12:38:51', '2024-05-20 12:38:51'),
(324333, 3331, '2024-05-01 00:00:00', '340', NULL, '', '0', 1, '2024-05-20 12:39:49', '2024-05-20 12:39:49'),
(324334, 3033, '2024-04-01 00:00:00', '600', NULL, '', '0', 1, '2024-05-20 15:08:05', '2024-05-20 15:08:05'),
(324335, 3033, '2024-05-01 00:00:00', '600', NULL, '', '0', 1, '2024-05-20 15:08:05', '2024-05-20 15:08:05'),
(324336, 3030, '2024-04-01 00:00:00', '333', NULL, '', '0', 1, '2024-05-20 15:09:13', '2024-05-20 15:09:13'),
(324337, 3011, '2024-05-01 00:00:00', '750', NULL, '', '0', 1, '2024-05-20 15:39:51', '2024-05-20 15:39:51'),
(324338, 2929, '2024-05-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-20 16:25:20', '2024-05-20 16:25:20'),
(324339, 2976, '2024-05-01 00:00:00', '250', NULL, '', '0', 1, '2024-05-20 16:34:58', '2024-05-20 16:34:58'),
(324340, 3213, '2024-05-01 00:00:00', '250', NULL, '', '0', 1, '2024-05-20 16:38:09', '2024-05-20 16:38:09'),
(324341, 2799, '2024-04-01 00:00:00', '400', NULL, '', '0', 1, '2024-05-20 16:50:35', '2024-05-20 16:50:35'),
(324342, 2799, '2024-05-01 00:00:00', '400', NULL, '', '0', 1, '2024-05-20 16:50:35', '2024-05-20 16:50:35'),
(324343, 3214, '2024-04-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-20 16:59:49', '2024-05-20 16:59:49'),
(324344, 3141, '2024-05-01 00:00:00', '600', NULL, '', '0', 1, '2024-05-20 17:00:43', '2024-05-20 17:00:43'),
(324345, 2971, '2024-03-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-20 17:02:54', '2024-05-20 17:02:54'),
(324346, 2959, '2024-04-01 00:00:00', '200', NULL, '', '0', 1, '2024-05-21 12:01:02', '2024-05-21 12:01:02'),
(324347, 2959, '2024-05-01 00:00:00', '200', NULL, '', '0', 1, '2024-05-21 12:01:08', '2024-05-21 12:01:08'),
(324348, 3337, '2024-05-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-21 12:02:14', '2024-05-21 12:02:14'),
(324349, 3183, '2024-04-01 00:00:00', '150', NULL, '', '0', 1, '2024-05-21 12:02:50', '2024-05-21 12:02:50'),
(324350, 3178, '2024-05-01 00:00:00', '200', NULL, '', '0', 1, '2024-05-21 12:03:52', '2024-05-21 12:03:52'),
(324351, 2995, '2024-05-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-21 12:04:19', '2024-05-21 12:04:19'),
(324352, 3084, '2024-05-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-21 12:07:52', '2024-05-21 12:07:52'),
(324353, 3147, '2024-05-01 00:00:00', '150', NULL, '', '0', 1, '2024-05-21 12:08:32', '2024-05-21 12:08:32'),
(324354, 2999, '2024-04-01 00:00:00', '400', NULL, '', '0', 1, '2024-05-21 12:09:05', '2024-05-21 12:09:05'),
(324355, 2999, '2024-05-01 00:00:00', '400', NULL, '', '0', 1, '2024-05-21 12:09:05', '2024-05-21 12:09:05'),
(324356, 3111, '2024-05-01 00:00:00', '200', NULL, '', '0', 1, '2024-05-21 12:58:43', '2024-05-21 12:58:43'),
(324357, 3395, '2024-05-01 00:00:00', '270', NULL, '', '0', 1, '2024-05-21 14:06:04', '2024-05-21 14:07:25'),
(324358, 3395, '2024-06-01 00:00:00', '270', NULL, '', '0', 1, '2024-05-21 14:07:25', '2024-05-21 14:07:25'),
(324359, 3395, '2024-07-01 00:00:00', '270', NULL, '', '0', 1, '2024-05-21 14:07:25', '2024-05-21 14:07:25'),
(324360, 3395, '2024-08-01 00:00:00', '270', NULL, '', '0', 1, '2024-05-21 14:07:25', '2024-05-21 14:07:25'),
(324361, 3395, '2024-09-01 00:00:00', '270', NULL, '', '0', 1, '2024-05-21 14:07:25', '2024-05-21 14:07:25'),
(324362, 3395, '2024-10-01 00:00:00', '270', NULL, '', '0', 1, '2024-05-21 14:07:25', '2024-05-21 14:07:25'),
(324363, 3395, '2024-11-01 00:00:00', '270', NULL, '', '0', 1, '2024-05-21 14:07:25', '2024-05-21 14:07:25'),
(324364, 3395, '2024-12-01 00:00:00', '270', NULL, '', '0', 1, '2024-05-21 14:07:25', '2024-05-21 14:07:25'),
(324365, 3395, '2025-01-01 00:00:00', '270', NULL, '', '0', 1, '2024-05-21 14:07:25', '2024-05-21 14:07:25'),
(324366, 3395, '2025-02-01 00:00:00', '270', NULL, '', '0', 1, '2024-05-21 14:07:25', '2024-05-21 14:07:25'),
(324367, 3395, '2025-03-01 00:00:00', '270', NULL, '', '0', 1, '2024-05-21 14:07:25', '2024-05-21 14:07:25'),
(324368, 3395, '2025-04-01 00:00:00', '270', NULL, '', '0', 1, '2024-05-21 14:07:25', '2024-05-21 14:07:25'),
(324369, 3072, '2024-04-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-21 16:36:57', '2024-05-21 16:36:57'),
(324370, 3050, '2024-04-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-21 16:38:03', '2024-05-21 16:38:03'),
(324371, 3050, '2024-05-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-21 16:38:03', '2024-05-21 16:38:03'),
(324372, 3297, '2024-05-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-21 17:41:54', '2024-05-21 17:41:54'),
(324373, 3396, '2024-05-01 00:00:00', '350', NULL, '', '0', 1, '2024-05-22 12:05:04', '2024-05-22 12:05:20'),
(324374, 3397, '2024-05-01 00:00:00', '315', NULL, '', '0', 1, '2024-05-22 12:07:12', '2024-05-22 12:07:36'),
(324375, 3397, '2024-06-01 00:00:00', '315', NULL, '', '0', 1, '2024-05-22 12:07:36', '2024-05-22 12:07:36'),
(324376, 3397, '2024-07-01 00:00:00', '315', NULL, '', '0', 1, '2024-05-22 12:07:36', '2024-05-22 12:07:36'),
(324377, 3397, '2024-08-01 00:00:00', '315', NULL, '', '0', 1, '2024-05-22 12:07:36', '2024-05-22 12:07:36'),
(324378, 3397, '2024-09-01 00:00:00', '315', NULL, '', '0', 1, '2024-05-22 12:07:36', '2024-05-22 12:07:36'),
(324379, 3397, '2024-10-01 00:00:00', '315', NULL, '', '0', 1, '2024-05-22 12:07:36', '2024-05-22 12:07:36'),
(324380, 3397, '2024-11-01 00:00:00', '315', NULL, '', '0', 1, '2024-05-22 12:07:36', '2024-05-22 12:07:36'),
(324381, 3397, '2024-12-01 00:00:00', '315', NULL, '', '0', 1, '2024-05-22 12:07:36', '2024-05-22 12:07:36'),
(324382, 3397, '2025-01-01 00:00:00', '315', NULL, '', '0', 1, '2024-05-22 12:07:36', '2024-05-22 12:07:36'),
(324383, 3397, '2025-02-01 00:00:00', '315', NULL, '', '0', 1, '2024-05-22 12:07:36', '2024-05-22 12:07:36'),
(324384, 3397, '2025-03-01 00:00:00', '315', NULL, '', '0', 1, '2024-05-22 12:07:36', '2024-05-22 12:07:36'),
(324385, 3397, '2025-04-01 00:00:00', '315', NULL, '', '0', 1, '2024-05-22 12:07:36', '2024-05-22 12:07:36'),
(324386, 3398, '2024-05-01 00:00:00', '540', NULL, '', '0', 1, '2024-05-22 12:12:41', '2024-05-22 12:13:12'),
(324387, 3398, '2024-06-01 00:00:00', '540', NULL, '', '0', 1, '2024-05-22 12:13:12', '2024-05-22 12:13:12'),
(324388, 3398, '2024-07-01 00:00:00', '540', NULL, '', '0', 1, '2024-05-22 12:13:12', '2024-05-22 12:13:12'),
(324389, 3398, '2024-08-01 00:00:00', '540', NULL, '', '0', 1, '2024-05-22 12:13:12', '2024-05-22 12:13:12'),
(324390, 3398, '2024-09-01 00:00:00', '540', NULL, '', '0', 1, '2024-05-22 12:13:12', '2024-05-22 12:13:12'),
(324391, 3398, '2024-10-01 00:00:00', '540', NULL, '', '0', 1, '2024-05-22 12:13:12', '2024-05-22 12:13:12'),
(324392, 3398, '2024-11-01 00:00:00', '540', NULL, '', '0', 1, '2024-05-22 12:13:12', '2024-05-22 12:13:12'),
(324393, 3398, '2024-12-01 00:00:00', '540', NULL, '', '0', 1, '2024-05-22 12:13:12', '2024-05-22 12:13:12'),
(324394, 3398, '2025-01-01 00:00:00', '540', NULL, '', '0', 1, '2024-05-22 12:13:12', '2024-05-22 12:13:12'),
(324395, 3398, '2025-02-01 00:00:00', '540', NULL, '', '0', 1, '2024-05-22 12:13:12', '2024-05-22 12:13:12'),
(324396, 3398, '2025-03-01 00:00:00', '540', NULL, '', '0', 1, '2024-05-22 12:13:12', '2024-05-22 12:13:12'),
(324397, 3398, '2025-04-01 00:00:00', '540', NULL, '', '0', 1, '2024-05-22 12:13:12', '2024-05-22 12:13:12'),
(324398, 2811, '2024-05-01 00:00:00', '1200', NULL, '', '0', 1, '2024-05-22 12:14:57', '2024-05-22 12:14:57'),
(324399, 2912, '2024-05-01 00:00:00', '400', NULL, '', '0', 1, '2024-05-22 14:49:51', '2024-05-22 14:49:51'),
(324400, 2862, '2024-04-01 00:00:00', '250', NULL, '', '0', 1, '2024-05-22 15:19:39', '2024-05-22 15:19:39'),
(324401, 2862, '2024-05-01 00:00:00', '250', NULL, '', '0', 1, '2024-05-22 15:19:39', '2024-05-22 15:19:39'),
(324402, 2880, '2024-05-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-22 15:34:26', '2024-05-22 15:34:26'),
(324403, 3041, '2024-05-01 00:00:00', '2600', NULL, '', '0', 1, '2024-05-23 10:33:35', '2024-05-23 10:33:35'),
(324404, 2865, '2024-05-01 00:00:00', '500', NULL, '', '0', 1, '2024-05-23 11:33:48', '2024-05-23 11:33:48'),
(324405, 2872, '2024-05-01 00:00:00', '900', NULL, '', '0', 1, '2024-05-23 11:35:41', '2024-05-23 11:35:41'),
(324406, 2860, '2024-05-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-23 11:59:30', '2024-05-23 11:59:30'),
(324407, 2854, '2024-05-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-23 12:56:14', '2024-05-23 12:56:14'),
(324408, 3399, '2024-04-01 00:00:00', NULL, NULL, '', '300', 0, '2024-05-23 14:42:26', '2024-05-23 14:42:26'),
(324411, 3400, '2024-05-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-23 14:43:11', '2024-05-23 14:43:27'),
(324412, 3400, '2024-06-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-23 14:43:27', '2024-05-23 14:43:27'),
(324413, 3400, '2024-07-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-23 14:43:27', '2024-05-23 14:43:27'),
(324414, 3400, '2024-08-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-23 14:43:27', '2024-05-23 14:43:27'),
(324415, 3400, '2024-09-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-23 14:43:27', '2024-05-23 14:43:27'),
(324416, 3400, '2024-10-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-23 14:43:27', '2024-05-23 14:43:27'),
(324417, 3400, '2024-11-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-23 14:43:27', '2024-05-23 14:43:27'),
(324418, 3400, '2024-12-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-23 14:43:27', '2024-05-23 14:43:27'),
(324419, 3400, '2025-01-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-23 14:43:27', '2024-05-23 14:43:27');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(324420, 3400, '2025-02-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-23 14:43:27', '2024-05-23 14:43:27'),
(324421, 3400, '2025-03-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-23 14:43:27', '2024-05-23 14:43:27'),
(324422, 3400, '2025-04-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-23 14:43:27', '2024-05-23 14:43:27'),
(324423, 2809, '2024-04-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-23 14:48:36', '2024-05-23 14:48:36'),
(324424, 2809, '2024-05-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-23 14:48:36', '2024-05-23 14:48:36'),
(324425, 3021, '2024-04-01 00:00:00', '350', NULL, '', '0', 1, '2024-05-23 16:35:07', '2024-05-23 16:35:07'),
(324426, 3248, '2024-04-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-23 17:10:23', '2024-05-23 17:10:23'),
(324427, 3248, '2024-05-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-23 17:10:23', '2024-05-23 17:10:23'),
(324428, 3248, '2024-06-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-23 17:10:23', '2024-05-23 17:10:23'),
(324429, 2975, '2024-03-01 00:00:00', '0', NULL, '', '0', 1, '2024-05-25 10:50:06', '2024-05-25 10:50:06'),
(324430, 2975, '2024-04-01 00:00:00', '350', NULL, '', '0', 1, '2024-05-25 10:50:39', '2024-05-25 10:50:39'),
(324431, 2871, '2024-05-01 00:00:00', '350', NULL, '', '0', 1, '2024-05-25 10:58:56', '2024-05-25 10:58:56'),
(324432, 2944, '2024-05-01 00:00:00', '333', NULL, '', '0', 1, '2024-05-25 11:03:31', '2024-05-25 11:03:31'),
(324433, 3063, '2024-05-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-25 11:11:01', '2024-05-25 11:11:01'),
(324434, 2863, '2024-03-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-25 11:12:03', '2024-05-25 11:12:03'),
(324435, 2863, '2024-04-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-25 11:12:03', '2024-05-25 11:12:03'),
(324436, 3032, '2024-05-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-25 11:14:42', '2024-05-25 11:14:42'),
(324437, 3018, '2024-05-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-25 11:17:04', '2024-05-25 11:17:04'),
(324438, 3018, '2024-06-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-25 11:17:04', '2024-05-25 11:17:04'),
(324439, 3018, '2024-07-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-25 11:17:04', '2024-05-25 11:17:04'),
(324440, 3018, '2024-08-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-25 11:17:04', '2024-05-25 11:17:04'),
(324441, 3018, '2024-09-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-25 11:17:04', '2024-05-25 11:17:04'),
(324442, 3215, '2024-05-01 00:00:00', '200', NULL, '', '0', 1, '2024-05-25 11:18:03', '2024-05-25 11:18:03'),
(324443, 3245, '2024-05-01 00:00:00', '200', NULL, '', '0', 1, '2024-05-25 11:20:16', '2024-05-25 11:20:16'),
(324444, 3401, '2024-05-01 00:00:00', '270', NULL, '', '0', 1, '2024-05-25 12:05:35', '2024-05-25 12:05:50'),
(324445, 3401, '2024-06-01 00:00:00', '270', NULL, '', '0', 1, '2024-05-25 12:05:50', '2024-05-25 12:05:50'),
(324446, 3401, '2024-07-01 00:00:00', '270', NULL, '', '0', 1, '2024-05-25 12:05:50', '2024-05-25 12:05:50'),
(324447, 3401, '2024-08-01 00:00:00', '270', NULL, '', '0', 1, '2024-05-25 12:05:50', '2024-05-25 12:05:50'),
(324448, 3401, '2024-09-01 00:00:00', '270', NULL, '', '0', 1, '2024-05-25 12:05:50', '2024-05-25 12:05:50'),
(324449, 3401, '2024-10-01 00:00:00', '270', NULL, '', '0', 1, '2024-05-25 12:05:50', '2024-05-25 12:05:50'),
(324450, 3401, '2024-11-01 00:00:00', '270', NULL, '', '0', 1, '2024-05-25 12:05:50', '2024-05-25 12:05:50'),
(324451, 3401, '2024-12-01 00:00:00', '270', NULL, '', '0', 1, '2024-05-25 12:05:50', '2024-05-25 12:05:50'),
(324452, 3401, '2025-01-01 00:00:00', '270', NULL, '', '0', 1, '2024-05-25 12:05:50', '2024-05-25 12:05:50'),
(324453, 3401, '2025-02-01 00:00:00', '270', NULL, '', '0', 1, '2024-05-25 12:05:50', '2024-05-25 12:05:50'),
(324454, 3401, '2025-03-01 00:00:00', '270', NULL, '', '0', 1, '2024-05-25 12:05:50', '2024-05-25 12:05:50'),
(324455, 3401, '2025-04-01 00:00:00', '270', NULL, '', '0', 1, '2024-05-25 12:05:50', '2024-05-25 12:05:50'),
(324456, 3168, '2024-05-01 00:00:00', '333', NULL, '', '0', 1, '2024-05-25 12:12:31', '2024-05-25 12:12:31'),
(324457, 3252, '2024-04-01 00:00:00', '1900', NULL, '', '0', 1, '2024-05-25 12:22:13', '2024-05-25 12:22:13'),
(324458, 3140, '2024-05-01 00:00:00', '1250', NULL, '', '0', 1, '2024-05-25 13:04:58', '2024-05-25 13:04:58'),
(324459, 3402, '2024-05-01 00:00:00', '350', NULL, '', '0', 1, '2024-05-25 13:10:50', '2024-05-25 13:11:05'),
(324460, 3403, '2024-04-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-25 15:16:48', '2024-05-25 15:17:00'),
(324461, 3403, '2024-05-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-25 15:16:48', '2024-05-25 15:17:00'),
(324462, 3403, '2024-06-01 00:00:00', NULL, NULL, '', '300', 0, '2024-05-25 15:16:48', '2024-05-25 15:16:48'),
(324463, 3075, '2024-04-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-25 15:20:53', '2024-05-25 15:20:53'),
(324464, 3257, '2024-05-01 00:00:00', '350', NULL, '', '0', 1, '2024-05-25 15:21:40', '2024-05-25 15:21:40'),
(324465, 3404, '2024-05-01 00:00:00', NULL, NULL, '', '300', 0, '2024-05-25 15:33:22', '2024-05-25 15:33:22'),
(324466, 3227, '2024-05-01 00:00:00', '150', NULL, '', '0', 1, '2024-05-25 16:27:29', '2024-05-25 16:27:29'),
(324467, 3064, '2024-05-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-25 17:44:05', '2024-05-25 17:44:05'),
(324468, 2452, '2024-04-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-26 10:20:46', '2024-05-26 10:20:46'),
(324469, 2452, '2024-05-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-26 10:20:46', '2024-05-26 10:20:46'),
(324470, 3159, '2024-05-01 00:00:00', '200', NULL, '', '0', 1, '2024-05-26 10:26:20', '2024-05-26 10:26:20'),
(324471, 3235, '2024-05-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-26 10:45:03', '2024-05-26 10:45:03'),
(324472, 3243, '2024-05-01 00:00:00', '3000', NULL, '', '0', 1, '2024-05-26 10:49:49', '2024-05-26 10:49:49'),
(324473, 3096, '2024-03-01 00:00:00', '250', NULL, '', '0', 1, '2024-05-26 11:00:25', '2024-05-26 11:00:25'),
(324474, 3405, '2024-05-01 00:00:00', '315', NULL, '', '0', 1, '2024-05-26 11:18:29', '2024-05-26 11:34:33'),
(324475, 3405, '2024-06-01 00:00:00', '315', NULL, '', '0', 1, '2024-05-26 11:34:33', '2024-05-26 11:34:33'),
(324476, 3405, '2024-07-01 00:00:00', '315', NULL, '', '0', 1, '2024-05-26 11:34:33', '2024-05-26 11:34:33'),
(324477, 3405, '2024-08-01 00:00:00', '315', NULL, '', '0', 1, '2024-05-26 11:34:33', '2024-05-26 11:34:33'),
(324478, 3405, '2024-09-01 00:00:00', '315', NULL, '', '0', 1, '2024-05-26 11:34:33', '2024-05-26 11:34:33'),
(324479, 3405, '2024-10-01 00:00:00', '315', NULL, '', '0', 1, '2024-05-26 11:34:33', '2024-05-26 11:34:33'),
(324480, 3405, '2024-11-01 00:00:00', '315', NULL, '', '0', 1, '2024-05-26 11:34:33', '2024-05-26 11:34:33'),
(324481, 3405, '2024-12-01 00:00:00', '315', NULL, '', '0', 1, '2024-05-26 11:34:33', '2024-05-26 11:34:33'),
(324482, 3405, '2025-01-01 00:00:00', '315', NULL, '', '0', 1, '2024-05-26 11:34:33', '2024-05-26 11:34:33'),
(324483, 3405, '2025-02-01 00:00:00', '315', NULL, '', '0', 1, '2024-05-26 11:34:33', '2024-05-26 11:34:33'),
(324484, 3405, '2025-03-01 00:00:00', '315', NULL, '', '0', 1, '2024-05-26 11:34:33', '2024-05-26 11:34:33'),
(324485, 3405, '2025-04-01 00:00:00', '315', NULL, '', '0', 1, '2024-05-26 11:34:33', '2024-05-26 11:34:33'),
(324486, 3153, '2024-04-01 00:00:00', '5000', NULL, '', '0', 1, '2024-05-26 11:58:58', '2024-05-26 11:58:58'),
(324487, 3220, '2024-05-01 00:00:00', '920', NULL, '', '0', 1, '2024-05-26 12:58:15', '2024-05-26 12:58:15'),
(324488, 3000, '2024-03-01 00:00:00', '250', NULL, '', '0', 1, '2024-05-26 14:04:09', '2024-05-26 14:04:09'),
(324489, 3123, '2024-05-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-26 15:24:04', '2024-05-26 15:24:04'),
(324490, 3082, '2024-05-01 00:00:00', '200', NULL, '', '0', 1, '2024-05-26 16:08:56', '2024-05-26 16:08:56'),
(324491, 3081, '2024-05-01 00:00:00', '400', NULL, '', '0', 1, '2024-05-26 16:23:10', '2024-05-26 16:23:10'),
(324492, 2800, '2024-05-01 00:00:00', '250', NULL, '', '0', 1, '2024-05-26 16:24:01', '2024-05-26 16:24:01'),
(324493, 3145, '2024-05-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-27 12:35:52', '2024-05-27 12:35:52'),
(324494, 2996, '2024-04-01 00:00:00', '400', NULL, '', '0', 1, '2024-05-27 12:36:12', '2024-05-27 12:36:12'),
(324495, 2996, '2024-05-01 00:00:00', '400', NULL, '', '0', 1, '2024-05-27 12:36:12', '2024-05-27 12:36:12'),
(324496, 3287, '2024-05-01 00:00:00', '350', NULL, '', '0', 1, '2024-05-27 13:46:17', '2024-05-27 13:46:17'),
(324497, 2965, '2024-05-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-27 13:55:15', '2024-05-27 13:55:15'),
(324498, 2964, '2024-05-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-27 13:58:00', '2024-05-27 13:58:00'),
(324499, 2964, '2024-06-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-27 13:58:00', '2024-05-27 13:58:00'),
(324500, 3406, '2024-06-01 00:00:00', '315', '2024-06-01 00:00:00', '', '0', 1, '2024-05-27 14:48:30', '2024-05-27 14:49:05'),
(324501, 3406, '2024-07-01 00:00:00', '315', NULL, '', '0', 1, '2024-05-27 14:49:05', '2024-05-27 14:49:05'),
(324502, 3406, '2024-08-01 00:00:00', '315', NULL, '', '0', 1, '2024-05-27 14:49:05', '2024-05-27 14:49:05'),
(324503, 3406, '2024-09-01 00:00:00', '315', NULL, '', '0', 1, '2024-05-27 14:49:05', '2024-05-27 14:49:05'),
(324504, 3406, '2024-10-01 00:00:00', '315', NULL, '', '0', 1, '2024-05-27 14:49:05', '2024-05-27 14:49:05'),
(324505, 3406, '2024-11-01 00:00:00', '315', NULL, '', '0', 1, '2024-05-27 14:49:05', '2024-05-27 14:49:05'),
(324506, 3406, '2024-12-01 00:00:00', '315', NULL, '', '0', 1, '2024-05-27 14:49:05', '2024-05-27 14:49:05'),
(324507, 3406, '2025-01-01 00:00:00', '315', NULL, '', '0', 1, '2024-05-27 14:49:05', '2024-05-27 14:49:05'),
(324508, 3406, '2025-02-01 00:00:00', '315', NULL, '', '0', 1, '2024-05-27 14:49:05', '2024-05-27 14:49:05'),
(324509, 3406, '2025-03-01 00:00:00', '315', NULL, '', '0', 1, '2024-05-27 14:49:05', '2024-05-27 14:49:05'),
(324510, 3406, '2025-04-01 00:00:00', '315', NULL, '', '0', 1, '2024-05-27 14:49:05', '2024-05-27 14:49:05'),
(324511, 3406, '2025-05-01 00:00:00', '315', NULL, '', '0', 1, '2024-05-27 14:49:05', '2024-05-27 14:49:05'),
(324512, 2932, '2024-05-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-27 15:19:03', '2024-05-27 15:19:03'),
(324513, 3297, '2024-06-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-27 15:57:01', '2024-05-27 15:57:01'),
(324514, 3198, '2024-05-01 00:00:00', '1800', NULL, '', '0', 1, '2024-05-27 16:36:38', '2024-05-27 16:36:38'),
(324515, 3135, '2024-05-01 00:00:00', '350', NULL, '', '0', 1, '2024-05-27 16:47:25', '2024-05-27 16:47:25'),
(324516, 3240, '2024-05-01 00:00:00', '350', NULL, '', '0', 1, '2024-05-28 11:23:03', '2024-05-28 11:23:03'),
(324517, 3301, '2024-05-01 00:00:00', '500', NULL, '', '0', 1, '2024-05-28 11:24:00', '2024-05-28 11:24:00'),
(324518, 3294, '2024-05-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-28 11:25:22', '2024-05-28 11:25:22'),
(324519, 3407, '2024-03-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-28 11:26:38', '2024-05-28 11:27:05'),
(324520, 3407, '2024-04-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-28 11:26:38', '2024-05-28 11:27:05'),
(324521, 3407, '2024-05-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-28 11:26:38', '2024-05-28 11:27:05'),
(324523, 2958, '2024-05-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-28 11:28:07', '2024-05-28 11:28:07'),
(324524, 3408, '2024-06-01 00:00:00', '300', '2024-06-01 00:00:00', '', '0', 1, '2024-05-28 12:01:48', '2024-05-28 12:03:04'),
(324525, 3408, '2024-07-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-28 12:03:04', '2024-05-28 12:03:04'),
(324526, 3408, '2024-08-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-28 12:03:04', '2024-05-28 12:03:04'),
(324527, 3408, '2024-09-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-28 12:03:04', '2024-05-28 12:03:04'),
(324528, 3408, '2024-10-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-28 12:03:04', '2024-05-28 12:03:04'),
(324529, 3408, '2024-11-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-28 12:03:04', '2024-05-28 12:03:04'),
(324530, 3408, '2024-12-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-28 12:03:04', '2024-05-28 12:03:04'),
(324531, 3408, '2025-01-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-28 12:03:04', '2024-05-28 12:03:04'),
(324532, 3408, '2025-02-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-28 12:03:04', '2024-05-28 12:03:04'),
(324533, 3408, '2025-03-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-28 12:03:04', '2024-05-28 12:03:04'),
(324534, 3408, '2025-04-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-28 12:03:04', '2024-05-28 12:03:04'),
(324535, 3408, '2025-05-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-28 12:03:04', '2024-05-28 12:03:04'),
(324536, 3197, '2024-05-01 00:00:00', '400', NULL, '', '0', 1, '2024-05-28 12:58:52', '2024-05-28 12:58:52'),
(324537, 2842, '2024-05-01 00:00:00', '400', NULL, '', '0', 1, '2024-05-28 13:23:07', '2024-05-28 13:23:07'),
(324538, 1321, '2024-04-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-28 13:51:59', '2024-05-28 13:51:59'),
(324539, 1321, '2024-05-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-28 13:51:59', '2024-05-28 13:51:59'),
(324540, 3080, '2024-05-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-28 14:46:43', '2024-05-28 14:46:43'),
(324541, 3055, '2024-04-01 00:00:00', '150', NULL, '', '0', 1, '2024-05-28 15:07:54', '2024-05-28 15:07:54'),
(324542, 3052, '2024-04-01 00:00:00', '200', NULL, '', '0', 1, '2024-05-28 15:08:46', '2024-05-28 15:08:46'),
(324543, 3047, '2024-05-01 00:00:00', '350', NULL, '', '0', 1, '2024-05-28 15:30:08', '2024-05-28 15:30:08'),
(324544, 3148, '2024-05-01 00:00:00', '350', NULL, '', '0', 1, '2024-05-28 15:51:30', '2024-05-28 15:51:30'),
(324545, 3006, '2024-03-01 00:00:00', '250', NULL, '', '0', 1, '2024-05-28 16:15:31', '2024-05-28 16:15:31'),
(324546, 3006, '2024-04-01 00:00:00', '250', NULL, '', '0', 1, '2024-05-28 16:15:31', '2024-05-28 16:15:31'),
(324547, 2990, '2024-05-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-28 16:26:28', '2024-05-28 16:26:28'),
(324548, 2972, '2024-03-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-28 16:42:45', '2024-05-28 16:42:45'),
(324549, 2972, '2024-04-01 00:00:00', '0', NULL, '', '0', 1, '2024-05-28 16:43:02', '2024-05-28 16:43:02'),
(324550, 2807, '2024-05-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-28 17:33:21', '2024-05-28 17:33:21'),
(324551, 2946, '2024-03-01 00:00:00', '0', NULL, '', '0', 1, '2024-05-29 10:38:55', '2024-05-29 10:38:55'),
(324552, 2946, '2024-04-01 00:00:00', '0', NULL, '', '0', 1, '2024-05-29 10:38:55', '2024-05-29 10:38:55'),
(324553, 2946, '2024-05-01 00:00:00', '0', NULL, '', '0', 1, '2024-05-29 10:38:55', '2024-05-29 10:38:55'),
(324554, 1110, '2024-05-01 00:00:00', '333', NULL, '', '0', 1, '2024-05-29 10:39:03', '2024-05-29 10:39:03'),
(324555, 1110, '2024-06-01 00:00:00', '333', NULL, '', '0', 1, '2024-05-29 10:39:03', '2024-05-29 10:39:03'),
(324556, 2946, '2024-06-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-29 10:39:09', '2024-05-29 10:39:09'),
(324557, 3409, '2024-06-01 00:00:00', '300', '2024-06-01 00:00:00', '', '0', 1, '2024-05-29 10:46:23', '2024-05-29 10:46:48'),
(324558, 3167, '2024-05-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-29 10:48:15', '2024-05-29 10:48:15'),
(324559, 3003, '2024-06-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-29 10:52:31', '2024-05-29 10:52:31'),
(324560, 3134, '2024-05-01 00:00:00', '350', NULL, '', '0', 1, '2024-05-29 10:56:22', '2024-05-29 10:56:22'),
(324561, 2930, '2024-04-01 00:00:00', '200', NULL, '', '0', 1, '2024-05-29 12:30:15', '2024-05-29 12:30:15'),
(324562, 2930, '2024-05-01 00:00:00', '200', NULL, '', '0', 1, '2024-05-29 12:30:15', '2024-05-29 12:30:15'),
(324563, 3075, '2024-05-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-29 13:26:49', '2024-05-29 13:26:49'),
(324564, 3410, '2024-05-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-29 13:34:59', '2024-05-29 13:35:32'),
(324565, 3117, '2024-04-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-29 16:22:00', '2024-05-29 16:22:00'),
(324566, 3117, '2024-05-01 00:00:00', '0', NULL, '', '0', 1, '2024-05-29 16:22:24', '2024-05-29 16:22:24'),
(324567, 3411, '2024-06-01 00:00:00', '250', '2024-06-01 00:00:00', '', '0', 1, '2024-05-29 16:48:43', '2024-05-29 16:48:53'),
(324568, 2881, '2024-05-01 00:00:00', '170', NULL, '', '0', 1, '2024-05-29 17:03:57', '2024-05-29 17:03:57'),
(324569, 1235, '2024-04-01 00:00:00', '2000', NULL, '', '0', 1, '2024-05-30 10:31:26', '2024-05-30 10:31:26'),
(324570, 1235, '2024-05-01 00:00:00', '2000', NULL, '', '0', 1, '2024-05-30 10:31:26', '2024-05-30 10:31:26'),
(324571, 3250, '2024-05-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-30 10:33:30', '2024-05-30 10:33:30'),
(324572, 2793, '2024-05-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-30 10:35:46', '2024-05-30 10:35:46'),
(324573, 3044, '2024-03-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-30 10:36:33', '2024-05-30 10:36:33'),
(324574, 3044, '2024-04-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-30 10:36:33', '2024-05-30 10:36:33'),
(324575, 3044, '2024-05-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-30 10:36:33', '2024-05-30 10:36:33'),
(324576, 3412, '2024-05-01 00:00:00', '350', NULL, '', '0', 1, '2024-05-30 11:37:26', '2024-05-30 11:40:49'),
(324577, 3413, '2024-06-01 00:00:00', '250', '2024-06-01 00:00:00', '', '0', 1, '2024-05-30 12:03:32', '2024-05-30 12:05:10'),
(324578, 3242, '2024-04-01 00:00:00', '0', NULL, '', '0', 1, '2024-05-30 12:09:52', '2024-05-30 12:09:52'),
(324579, 3242, '2024-05-01 00:00:00', '0', NULL, '', '0', 1, '2024-05-30 12:09:52', '2024-05-30 12:09:52'),
(324581, 3242, '2024-06-01 00:00:00', '350', NULL, '', '0', 1, '2024-05-30 12:10:45', '2024-05-30 12:10:45'),
(324582, 3057, '2024-06-01 00:00:00', '250', NULL, '', '0', 1, '2024-05-30 12:15:46', '2024-05-30 12:15:46'),
(324583, 3057, '2024-07-01 00:00:00', '250', NULL, '', '0', 1, '2024-05-30 12:15:46', '2024-05-30 12:15:46'),
(324584, 3057, '2024-08-01 00:00:00', '250', NULL, '', '0', 1, '2024-05-30 12:15:46', '2024-05-30 12:15:46'),
(324585, 3057, '2024-09-01 00:00:00', '250', NULL, '', '0', 1, '2024-05-30 12:15:46', '2024-05-30 12:15:46'),
(324586, 3057, '2024-10-01 00:00:00', '250', NULL, '', '0', 1, '2024-05-30 12:15:46', '2024-05-30 12:15:46'),
(324587, 3057, '2024-11-01 00:00:00', '250', NULL, '', '0', 1, '2024-05-30 12:15:46', '2024-05-30 12:15:46'),
(324588, 3057, '2024-12-01 00:00:00', '250', NULL, '', '0', 1, '2024-05-30 12:15:46', '2024-05-30 12:15:46'),
(324589, 3057, '2025-01-01 00:00:00', '250', NULL, '', '0', 1, '2024-05-30 12:15:46', '2024-05-30 12:15:46'),
(324590, 3057, '2025-02-01 00:00:00', '250', NULL, '', '0', 1, '2024-05-30 12:15:46', '2024-05-30 12:15:46'),
(324591, 3057, '2025-03-01 00:00:00', '250', NULL, '', '0', 1, '2024-05-30 12:15:46', '2024-05-30 12:15:46'),
(324592, 3057, '2025-04-01 00:00:00', '250', NULL, '', '0', 1, '2024-05-30 12:15:46', '2024-05-30 12:15:46'),
(324593, 3039, '2024-05-01 00:00:00', '200', NULL, '', '0', 1, '2024-05-30 12:22:20', '2024-05-30 12:22:20'),
(324594, 2938, '2024-04-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-30 12:42:34', '2024-05-30 12:42:34'),
(324595, 2938, '2024-05-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-30 12:42:34', '2024-05-30 12:42:34'),
(324596, 2861, '2024-05-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-30 13:07:33', '2024-05-30 13:07:33'),
(324597, 3060, '2024-05-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-30 13:32:18', '2024-05-30 13:32:18'),
(324598, 2899, '2024-04-01 00:00:00', '600', NULL, '', '0', 1, '2024-05-30 14:17:16', '2024-05-30 14:17:16'),
(324599, 3161, '2024-05-01 00:00:00', '350', NULL, '', '0', 1, '2024-05-30 15:05:02', '2024-05-30 15:05:02'),
(324600, 3199, '2024-04-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-30 15:14:57', '2024-05-30 15:14:57'),
(324601, 3199, '2024-05-01 00:00:00', '300', NULL, '', '0', 1, '2024-05-30 15:14:57', '2024-05-30 15:14:57'),
(324602, 3071, '2024-04-01 00:00:00', '400', NULL, '', '0', 1, '2024-05-30 15:25:51', '2024-05-30 15:25:51'),
(324603, 3071, '2024-05-01 00:00:00', '400', NULL, '', '0', 1, '2024-05-30 15:25:51', '2024-05-30 15:25:51'),
(324604, 3414, '2024-05-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-01 10:33:11', '2024-06-01 10:33:25'),
(324605, 3414, '2024-06-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-01 10:33:11', '2024-06-22 17:45:57'),
(324607, 3415, '2024-06-01 00:00:00', '350', NULL, '', '0', 1, '2024-06-01 11:16:02', '2024-06-01 11:16:15'),
(324608, 3264, '2024-05-01 00:00:00', '500', NULL, '', '0', 1, '2024-06-01 12:54:59', '2024-06-01 12:54:59'),
(324609, 3416, '2024-05-01 00:00:00', '350', NULL, '', '0', 1, '2024-06-01 12:57:05', '2024-06-01 12:57:14'),
(324610, 3416, '2024-06-01 00:00:00', NULL, NULL, '', '350', 0, '2024-06-01 12:57:05', '2024-06-01 12:57:05'),
(324611, 3416, '2024-07-01 00:00:00', NULL, NULL, '', '350', 0, '2024-06-01 12:57:05', '2024-06-01 12:57:05'),
(324612, 2808, '2024-05-01 00:00:00', '350', NULL, '', '0', 1, '2024-06-01 12:57:55', '2024-06-01 12:57:55'),
(324613, 3417, '2024-05-01 00:00:00', '270', NULL, '', '0', 1, '2024-06-01 13:01:22', '2024-06-01 13:01:32'),
(324614, 3417, '2024-06-01 00:00:00', '270', NULL, '', '0', 1, '2024-06-01 13:01:22', '2024-06-01 13:01:33'),
(324615, 3417, '2024-07-01 00:00:00', '270', NULL, '', '0', 1, '2024-06-01 13:01:22', '2024-06-01 13:01:33'),
(324616, 3417, '2024-08-01 00:00:00', '270', NULL, '', '0', 1, '2024-06-01 13:01:33', '2024-06-01 13:01:33'),
(324617, 3417, '2024-09-01 00:00:00', '270', NULL, '', '0', 1, '2024-06-01 13:01:33', '2024-06-01 13:01:33'),
(324618, 3417, '2024-10-01 00:00:00', '270', NULL, '', '0', 1, '2024-06-01 13:01:33', '2024-06-01 13:01:33'),
(324619, 3417, '2024-11-01 00:00:00', '270', NULL, '', '0', 1, '2024-06-01 13:01:33', '2024-06-01 13:01:33'),
(324620, 3417, '2024-12-01 00:00:00', '270', NULL, '', '0', 1, '2024-06-01 13:01:33', '2024-06-01 13:01:33'),
(324621, 3417, '2025-01-01 00:00:00', '270', NULL, '', '0', 1, '2024-06-01 13:01:33', '2024-06-01 13:01:33'),
(324622, 3417, '2025-02-01 00:00:00', '270', NULL, '', '0', 1, '2024-06-01 13:01:33', '2024-06-01 13:01:33'),
(324623, 3417, '2025-03-01 00:00:00', '270', NULL, '', '0', 1, '2024-06-01 13:01:33', '2024-06-01 13:01:33'),
(324624, 3417, '2025-04-01 00:00:00', '270', NULL, '', '0', 1, '2024-06-01 13:01:33', '2024-06-01 13:01:33'),
(324625, 2796, '2024-06-01 00:00:00', '200', NULL, '', '0', 1, '2024-06-01 13:03:05', '2024-06-01 13:03:05'),
(324626, 2802, '2024-06-01 00:00:00', '400', NULL, '', '0', 1, '2024-06-01 13:04:12', '2024-06-01 13:04:12'),
(324627, 2824, '2024-05-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-01 13:05:42', '2024-06-01 13:05:42'),
(324628, 3072, '2024-05-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-01 13:08:13', '2024-06-01 13:08:13'),
(324629, 3035, '2024-04-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-01 13:34:55', '2024-06-01 13:34:55'),
(324630, 3035, '2024-05-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-01 13:34:55', '2024-06-01 13:34:55'),
(324631, 3269, '2024-05-01 00:00:00', '250', NULL, '', '0', 1, '2024-06-01 15:30:44', '2024-06-01 15:30:44'),
(324632, 3238, '2024-04-01 00:00:00', '350', NULL, '', '0', 1, '2024-06-01 15:31:47', '2024-06-01 15:31:47'),
(324633, 3238, '2024-05-01 00:00:00', '350', NULL, '', '0', 1, '2024-06-01 15:31:47', '2024-06-01 15:31:47'),
(324634, 3106, '2024-04-01 00:00:00', '200', NULL, '', '0', 1, '2024-06-01 16:52:38', '2024-06-01 16:52:38'),
(324635, 3418, '2024-06-01 00:00:00', '500', NULL, '', '0', 1, '2024-06-02 11:14:33', '2024-06-02 11:14:40'),
(324636, 2856, '2024-06-01 00:00:00', '900', NULL, '', '0', 1, '2024-06-02 11:25:41', '2024-06-02 11:25:41'),
(324637, 3386, '2024-07-01 00:00:00', '250', NULL, '', '0', 1, '2024-06-02 11:26:05', '2024-06-02 11:26:05'),
(324638, 3170, '2024-05-01 00:00:00', '500', NULL, '', '0', 1, '2024-06-02 11:27:09', '2024-06-02 11:27:09'),
(324639, 3170, '2024-06-01 00:00:00', '500', NULL, '', '0', 1, '2024-06-02 11:27:09', '2024-06-02 11:27:09'),
(324640, 3419, '2024-06-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-02 11:46:17', '2024-06-02 11:46:38'),
(324641, 3419, '2024-07-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-02 11:46:38', '2024-06-02 11:46:38'),
(324642, 3419, '2024-08-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-02 11:46:38', '2024-06-02 11:46:38'),
(324643, 3419, '2024-09-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-02 11:46:38', '2024-06-02 11:46:38'),
(324644, 3419, '2024-10-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-02 11:46:38', '2024-06-02 11:46:38'),
(324645, 3419, '2024-11-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-02 11:46:38', '2024-06-02 11:46:38'),
(324646, 3419, '2024-12-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-02 11:46:38', '2024-06-02 11:46:38'),
(324647, 3419, '2025-01-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-02 11:46:38', '2024-06-02 11:46:38'),
(324648, 3419, '2025-02-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-02 11:46:38', '2024-06-02 11:46:38'),
(324649, 3419, '2025-03-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-02 11:46:38', '2024-06-02 11:46:38'),
(324650, 3419, '2025-04-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-02 11:46:38', '2024-06-02 11:46:38'),
(324651, 3419, '2025-05-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-02 11:46:38', '2024-06-02 11:46:38'),
(324652, 3420, '2024-06-01 00:00:00', '315', NULL, '', '0', 1, '2024-06-02 11:47:25', '2024-06-02 11:47:40'),
(324653, 3420, '2024-07-01 00:00:00', '315', NULL, '', '0', 1, '2024-06-02 11:47:40', '2024-06-02 11:47:40'),
(324654, 3420, '2024-08-01 00:00:00', '315', NULL, '', '0', 1, '2024-06-02 11:47:40', '2024-06-02 11:47:40'),
(324655, 3420, '2024-09-01 00:00:00', '315', NULL, '', '0', 1, '2024-06-02 11:47:40', '2024-06-02 11:47:40'),
(324656, 3420, '2024-10-01 00:00:00', '315', NULL, '', '0', 1, '2024-06-02 11:47:40', '2024-06-02 11:47:40'),
(324657, 3420, '2024-11-01 00:00:00', '315', NULL, '', '0', 1, '2024-06-02 11:47:40', '2024-06-02 11:47:40'),
(324658, 3420, '2024-12-01 00:00:00', '315', NULL, '', '0', 1, '2024-06-02 11:47:40', '2024-06-02 11:47:40'),
(324659, 3420, '2025-01-01 00:00:00', '315', NULL, '', '0', 1, '2024-06-02 11:47:40', '2024-06-02 11:47:40'),
(324660, 3420, '2025-02-01 00:00:00', '315', NULL, '', '0', 1, '2024-06-02 11:47:40', '2024-06-02 11:47:40'),
(324661, 3420, '2025-03-01 00:00:00', '315', NULL, '', '0', 1, '2024-06-02 11:47:40', '2024-06-02 11:47:40'),
(324662, 3420, '2025-04-01 00:00:00', '315', NULL, '', '0', 1, '2024-06-02 11:47:40', '2024-06-02 11:47:40'),
(324663, 3420, '2025-05-01 00:00:00', '315', NULL, '', '0', 1, '2024-06-02 11:47:40', '2024-06-02 11:47:40'),
(324664, 2806, '2024-06-01 00:00:00', '350', NULL, '', '0', 1, '2024-06-02 12:17:02', '2024-06-02 12:17:02'),
(324665, 2804, '2024-06-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-02 12:48:13', '2024-06-02 12:48:13'),
(324666, 3045, '2024-05-01 00:00:00', '200', NULL, '', '0', 1, '2024-06-02 13:40:44', '2024-06-02 13:40:44'),
(324667, 3045, '2024-06-01 00:00:00', '400', NULL, '', '0', 1, '2024-06-02 13:41:15', '2024-06-02 13:41:15'),
(324668, 2832, '2024-06-01 00:00:00', '600', NULL, '', '0', 1, '2024-06-02 16:20:54', '2024-06-02 16:20:54'),
(324669, 2923, '2024-06-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-02 17:24:37', '2024-06-02 17:24:37'),
(324670, 3421, '2024-06-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-02 17:37:54', '2024-06-02 17:38:22'),
(324671, 3421, '2024-07-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-02 17:38:22', '2024-06-02 17:38:22'),
(324672, 3421, '2024-08-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-02 17:38:22', '2024-06-02 17:38:22'),
(324673, 3421, '2024-09-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-02 17:38:22', '2024-06-02 17:38:22'),
(324674, 3421, '2024-10-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-02 17:38:22', '2024-06-02 17:38:22'),
(324675, 3421, '2024-11-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-02 17:38:22', '2024-06-02 17:38:22'),
(324676, 3421, '2024-12-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-02 17:38:22', '2024-06-02 17:38:22'),
(324677, 3421, '2025-01-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-02 17:38:22', '2024-06-02 17:38:22'),
(324678, 3421, '2025-02-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-02 17:38:22', '2024-06-02 17:38:22'),
(324679, 3421, '2025-03-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-02 17:38:22', '2024-06-02 17:38:22'),
(324680, 3421, '2025-04-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-02 17:38:22', '2024-06-02 17:38:22'),
(324681, 3421, '2025-05-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-02 17:38:22', '2024-06-02 17:38:22'),
(324682, 2783, '2024-06-01 00:00:00', '400', NULL, '', '0', 1, '2024-06-03 10:20:40', '2024-06-03 10:20:40'),
(324683, 3114, '2024-06-01 00:00:00', '450', NULL, '', '0', 1, '2024-06-03 11:51:44', '2024-06-03 11:51:44'),
(324684, 2910, '2024-06-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-03 11:52:53', '2024-06-03 11:52:53'),
(324685, 3239, '2024-06-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-03 13:31:44', '2024-06-03 13:31:44'),
(324686, 3239, '2024-07-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-03 13:31:44', '2024-06-03 13:31:44'),
(324687, 3239, '2024-08-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-03 13:31:44', '2024-06-03 13:31:44'),
(324688, 3422, '2024-06-01 00:00:00', '700', NULL, '', '0', 1, '2024-06-03 14:28:13', '2024-06-03 14:28:24'),
(324689, 3272, '2024-06-01 00:00:00', '350', NULL, '', '0', 1, '2024-06-03 14:29:18', '2024-06-03 14:29:18'),
(324690, 2921, '2024-06-01 00:00:00', '400', NULL, '', '0', 1, '2024-06-03 14:30:17', '2024-06-03 14:30:17'),
(324691, 2882, '2024-05-01 00:00:00', '350', NULL, '', '0', 1, '2024-06-03 15:51:37', '2024-06-03 15:51:37'),
(324692, 2784, '2024-06-01 00:00:00', '200', NULL, '', '0', 1, '2024-06-03 16:25:50', '2024-06-03 16:25:50'),
(324693, 3164, '2024-06-01 00:00:00', '250', NULL, '', '0', 1, '2024-06-03 17:54:43', '2024-06-03 17:54:43'),
(324694, 3423, '2024-06-01 00:00:00', '1125', NULL, '', '0', 1, '2024-06-03 17:58:46', '2024-06-03 17:58:59'),
(324695, 3423, '2024-07-01 00:00:00', '1125', NULL, '', '0', 1, '2024-06-03 17:58:59', '2024-06-03 17:58:59'),
(324696, 3423, '2024-08-01 00:00:00', '1125', NULL, '', '0', 1, '2024-06-03 17:58:59', '2024-06-03 17:58:59'),
(324697, 3423, '2024-09-01 00:00:00', '1125', NULL, '', '0', 1, '2024-06-03 17:58:59', '2024-06-03 17:58:59'),
(324698, 3423, '2024-10-01 00:00:00', '1125', NULL, '', '0', 1, '2024-06-03 17:58:59', '2024-06-03 17:58:59'),
(324699, 3423, '2024-11-01 00:00:00', '1125', NULL, '', '0', 1, '2024-06-03 17:58:59', '2024-06-03 17:58:59'),
(324700, 3423, '2024-12-01 00:00:00', '1125', NULL, '', '0', 1, '2024-06-03 17:58:59', '2024-06-03 17:58:59'),
(324701, 3423, '2025-01-01 00:00:00', '1125', NULL, '', '0', 1, '2024-06-03 17:58:59', '2024-06-03 17:58:59'),
(324702, 3423, '2025-02-01 00:00:00', '1125', NULL, '', '0', 1, '2024-06-03 17:58:59', '2024-06-03 17:58:59'),
(324703, 3423, '2025-03-01 00:00:00', '1125', NULL, '', '0', 1, '2024-06-03 17:58:59', '2024-06-03 17:58:59'),
(324704, 3423, '2025-04-01 00:00:00', '1125', NULL, '', '0', 1, '2024-06-03 17:58:59', '2024-06-03 17:58:59'),
(324705, 3423, '2025-05-01 00:00:00', '1125', NULL, '', '0', 1, '2024-06-03 17:58:59', '2024-06-03 17:58:59'),
(324706, 3424, '2024-06-01 00:00:00', '250', NULL, '', '0', 1, '2024-06-03 18:18:42', '2024-06-03 18:18:54'),
(324719, 2980, '2024-06-01 00:00:00', '150', NULL, '', '0', 1, '2024-06-04 10:24:32', '2024-06-04 10:24:32'),
(324720, 3425, '2024-06-01 00:00:00', '270', NULL, '', '0', 1, '2024-06-04 10:25:03', '2024-06-04 10:25:20'),
(324732, 2825, '2024-06-01 00:00:00', '400', NULL, '', '0', 1, '2024-06-04 10:28:20', '2024-06-04 10:28:20'),
(324733, 3426, '2024-06-01 00:00:00', '250', NULL, '', '0', 1, '2024-06-04 10:33:12', '2024-06-04 10:33:24'),
(324734, 2901, '2024-06-01 00:00:00', '800', NULL, '', '0', 1, '2024-06-04 11:20:18', '2024-06-04 11:20:18'),
(324735, 2980, '2024-07-01 00:00:00', '150', NULL, '', '0', 1, '2024-06-04 11:21:29', '2024-06-04 11:21:29'),
(324736, 3427, '2024-06-01 00:00:00', '270', NULL, '', '0', 1, '2024-06-04 11:31:31', '2024-06-04 11:31:43'),
(324737, 3427, '2024-07-01 00:00:00', '270', NULL, '', '0', 1, '2024-06-04 11:31:43', '2024-06-04 11:31:43'),
(324738, 3427, '2024-08-01 00:00:00', '270', NULL, '', '0', 1, '2024-06-04 11:31:43', '2024-06-04 11:31:43'),
(324739, 3427, '2024-09-01 00:00:00', '270', NULL, '', '0', 1, '2024-06-04 11:31:43', '2024-06-04 11:31:43'),
(324740, 3427, '2024-10-01 00:00:00', '270', NULL, '', '0', 1, '2024-06-04 11:31:43', '2024-06-04 11:31:43'),
(324741, 3427, '2024-11-01 00:00:00', '270', NULL, '', '0', 1, '2024-06-04 11:31:43', '2024-06-04 11:31:43'),
(324742, 3427, '2024-12-01 00:00:00', '270', NULL, '', '0', 1, '2024-06-04 11:31:43', '2024-06-04 11:31:43'),
(324743, 3427, '2025-01-01 00:00:00', '270', NULL, '', '0', 1, '2024-06-04 11:31:43', '2024-06-04 11:31:43'),
(324744, 3427, '2025-02-01 00:00:00', '270', NULL, '', '0', 1, '2024-06-04 11:31:43', '2024-06-04 11:31:43'),
(324745, 3427, '2025-03-01 00:00:00', '270', NULL, '', '0', 1, '2024-06-04 11:31:43', '2024-06-04 11:31:43'),
(324746, 3427, '2025-04-01 00:00:00', '270', NULL, '', '0', 1, '2024-06-04 11:31:43', '2024-06-04 11:31:43'),
(324747, 3427, '2025-05-01 00:00:00', '270', NULL, '', '0', 1, '2024-06-04 11:31:43', '2024-06-04 11:31:43'),
(324748, 2974, '2024-06-01 00:00:00', '200', NULL, '', '0', 1, '2024-06-04 11:33:47', '2024-06-04 11:33:47'),
(324749, 2846, '2024-06-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-04 12:33:50', '2024-06-04 12:33:50'),
(324750, 2902, '2024-06-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-04 14:28:43', '2024-06-04 14:28:43'),
(324751, 3280, '2024-06-01 00:00:00', '200', NULL, '', '0', 1, '2024-06-04 15:28:35', '2024-06-04 15:28:35'),
(324752, 3119, '2024-06-01 00:00:00', '400', NULL, '', '0', 1, '2024-06-04 15:34:20', '2024-06-04 15:34:20'),
(324753, 3428, '2024-05-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-04 15:45:39', '2024-06-04 15:45:48'),
(324754, 3428, '2024-06-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-04 15:45:39', '2024-06-04 15:45:48'),
(324755, 3428, '2024-07-01 00:00:00', NULL, NULL, '', '300', 0, '2024-06-04 15:45:39', '2024-06-04 15:45:39'),
(324756, 3429, '2024-06-01 00:00:00', '315', NULL, '', '0', 1, '2024-06-04 16:00:32', '2024-06-04 16:00:50'),
(324757, 3429, '2024-07-01 00:00:00', '315', NULL, '', '0', 1, '2024-06-04 16:00:50', '2024-06-04 16:00:50'),
(324758, 3429, '2024-08-01 00:00:00', '315', NULL, '', '0', 1, '2024-06-04 16:00:50', '2024-06-04 16:00:50'),
(324759, 3429, '2024-09-01 00:00:00', '315', NULL, '', '0', 1, '2024-06-04 16:00:50', '2024-06-04 16:00:50'),
(324760, 3429, '2024-10-01 00:00:00', '315', NULL, '', '0', 1, '2024-06-04 16:00:50', '2024-06-04 16:00:50'),
(324761, 3429, '2024-11-01 00:00:00', '315', NULL, '', '0', 1, '2024-06-04 16:00:50', '2024-06-04 16:00:50'),
(324762, 3429, '2024-12-01 00:00:00', '315', NULL, '', '0', 1, '2024-06-04 16:00:50', '2024-06-04 16:00:50'),
(324763, 3429, '2025-01-01 00:00:00', '315', NULL, '', '0', 1, '2024-06-04 16:00:50', '2024-06-04 16:00:50'),
(324764, 3429, '2025-02-01 00:00:00', '315', NULL, '', '0', 1, '2024-06-04 16:00:50', '2024-06-04 16:00:50'),
(324765, 3429, '2025-03-01 00:00:00', '315', NULL, '', '0', 1, '2024-06-04 16:00:50', '2024-06-04 16:00:50'),
(324766, 3429, '2025-04-01 00:00:00', '315', NULL, '', '0', 1, '2024-06-04 16:00:50', '2024-06-04 16:00:50'),
(324767, 3429, '2025-05-01 00:00:00', '315', NULL, '', '0', 1, '2024-06-04 16:00:50', '2024-06-04 16:00:50'),
(324768, 3273, '2024-06-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-04 16:21:33', '2024-06-04 16:21:33'),
(324769, 3240, '2024-06-01 00:00:00', '0', NULL, '', '0', 1, '2024-06-04 16:38:11', '2024-06-04 16:38:11'),
(324770, 1888, '2024-05-01 00:00:00', '150', NULL, '', '0', 1, '2024-06-04 17:15:06', '2024-06-04 17:15:06'),
(324771, 3430, '2024-06-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-04 18:13:15', '2024-06-04 18:13:35'),
(324772, 3430, '2024-07-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-04 18:13:35', '2024-06-04 18:13:35'),
(324773, 3430, '2024-08-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-04 18:13:35', '2024-06-04 18:13:35'),
(324774, 3430, '2024-09-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-04 18:13:35', '2024-06-04 18:13:35'),
(324775, 3430, '2024-10-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-04 18:13:35', '2024-06-04 18:13:35'),
(324776, 3430, '2024-11-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-04 18:13:35', '2024-06-04 18:13:35'),
(324777, 3430, '2024-12-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-04 18:13:35', '2024-06-04 18:13:35'),
(324778, 3430, '2025-01-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-04 18:13:35', '2024-06-04 18:13:35'),
(324779, 3430, '2025-02-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-04 18:13:35', '2024-06-04 18:13:35'),
(324780, 3430, '2025-03-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-04 18:13:35', '2024-06-04 18:13:35'),
(324781, 3430, '2025-04-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-04 18:13:35', '2024-06-04 18:13:35'),
(324782, 3430, '2025-05-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-04 18:13:35', '2024-06-04 18:13:35'),
(324783, 2849, '2024-06-01 00:00:00', '150', NULL, '', '0', 1, '2024-06-05 10:49:38', '2024-06-05 10:49:38'),
(324785, 2900, '2024-06-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-05 10:52:00', '2024-06-05 10:52:00'),
(324786, 1775, '2024-04-01 00:00:00', '1250', NULL, '', '0', 1, '2024-06-05 10:55:14', '2024-06-05 10:55:14'),
(324787, 1775, '2024-05-01 00:00:00', '0', NULL, '', '0', 1, '2024-06-05 10:55:34', '2024-06-05 10:55:34'),
(324788, 3431, '2024-03-01 00:00:00', '400', NULL, '', '0', 1, '2024-06-05 11:06:17', '2024-06-05 11:06:32'),
(324789, 3431, '2024-04-01 00:00:00', '400', NULL, '', '0', 1, '2024-06-05 11:06:17', '2024-06-05 11:06:32'),
(324790, 3431, '2024-05-01 00:00:00', '400', NULL, '', '0', 1, '2024-06-05 11:06:17', '2024-06-05 11:06:32'),
(324791, 3431, '2024-06-01 00:00:00', '400', NULL, '', '0', 1, '2024-06-05 11:06:17', '2024-06-05 11:06:32'),
(324792, 3431, '2024-07-01 00:00:00', '400', NULL, '', '0', 1, '2024-06-05 11:06:17', '2024-06-05 11:06:32'),
(324793, 3432, '2024-06-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-05 12:05:29', '2024-06-05 12:05:46'),
(324794, 3319, '2024-04-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-05 12:36:56', '2024-06-05 12:36:56'),
(324795, 3319, '2024-05-01 00:00:00', '0', NULL, '', '0', 1, '2024-06-05 12:37:08', '2024-06-05 12:37:08'),
(324797, 3232, '2024-06-01 00:00:00', '0', NULL, '', '0', 1, '2024-06-05 13:21:19', '2024-06-05 13:21:19'),
(324798, 3232, '2024-07-01 00:00:00', '200', NULL, '', '0', 1, '2024-06-05 13:21:35', '2024-06-05 13:21:35'),
(324799, 3216, '2024-06-01 00:00:00', '350', NULL, '', '0', 1, '2024-06-05 14:13:45', '2024-06-05 14:13:45'),
(324800, 3004, '2024-05-01 00:00:00', '350', NULL, '', '0', 1, '2024-06-05 14:27:31', '2024-06-05 14:27:31'),
(324801, 3004, '2024-06-01 00:00:00', '350', NULL, '', '0', 1, '2024-06-05 14:27:31', '2024-06-05 14:27:31'),
(324802, 3323, '2024-06-01 00:00:00', '200', NULL, '', '0', 1, '2024-06-05 15:16:19', '2024-06-05 15:16:19'),
(324803, 3433, '2024-06-01 00:00:00', '700', NULL, '', '0', 1, '2024-06-05 15:34:57', '2024-06-05 15:35:08'),
(324804, 2857, '2024-06-01 00:00:00', '350', NULL, '', '0', 1, '2024-06-05 16:57:18', '2024-06-05 16:57:18'),
(324805, 3434, '2024-06-01 00:00:00', '250', NULL, '', '0', 1, '2024-06-06 10:29:55', '2024-06-06 10:30:09'),
(324806, 3434, '2024-07-01 00:00:00', '250', NULL, '', '0', 1, '2024-06-06 10:30:09', '2024-06-06 10:30:09'),
(324807, 3434, '2024-08-01 00:00:00', '250', NULL, '', '0', 1, '2024-06-06 10:30:09', '2024-06-06 10:30:09'),
(324808, 3434, '2024-09-01 00:00:00', '250', NULL, '', '0', 1, '2024-06-06 10:30:09', '2024-06-06 10:30:09'),
(324809, 3434, '2024-10-01 00:00:00', '250', NULL, '', '0', 1, '2024-06-06 10:30:09', '2024-06-06 10:30:09'),
(324810, 3434, '2024-11-01 00:00:00', '250', NULL, '', '0', 1, '2024-06-06 10:30:09', '2024-06-06 10:30:09'),
(324811, 3434, '2024-12-01 00:00:00', '250', NULL, '', '0', 1, '2024-06-06 10:30:09', '2024-06-06 10:30:09'),
(324812, 3434, '2025-01-01 00:00:00', '250', NULL, '', '0', 1, '2024-06-06 10:30:09', '2024-06-06 10:30:09'),
(324813, 3434, '2025-02-01 00:00:00', '250', NULL, '', '0', 1, '2024-06-06 10:30:09', '2024-06-06 10:30:09'),
(324814, 3434, '2025-03-01 00:00:00', '250', NULL, '', '0', 1, '2024-06-06 10:30:09', '2024-06-06 10:30:09'),
(324815, 3434, '2025-04-01 00:00:00', '250', NULL, '', '0', 1, '2024-06-06 10:30:09', '2024-06-06 10:30:09'),
(324816, 3434, '2025-05-01 00:00:00', '250', NULL, '', '0', 1, '2024-06-06 10:30:09', '2024-06-06 10:30:09'),
(324817, 3092, '2024-06-01 00:00:00', '200', NULL, '', '0', 1, '2024-06-06 10:31:09', '2024-06-06 10:31:09'),
(324818, 3137, '2024-06-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-06 10:34:29', '2024-06-06 10:34:29'),
(324819, 2922, '2024-06-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-06 10:39:59', '2024-06-06 10:39:59'),
(324820, 2898, '2024-04-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-06 10:42:47', '2024-06-06 10:42:47'),
(324821, 2898, '2024-05-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-06 10:42:47', '2024-06-06 10:42:47'),
(324822, 2543, '2024-07-01 00:00:00', '266', NULL, '', '0', 1, '2024-06-06 13:56:25', '2024-06-06 13:56:25'),
(324823, 2543, '2024-08-01 00:00:00', '266', NULL, '', '0', 1, '2024-06-06 13:56:25', '2024-06-06 13:56:25'),
(324824, 2543, '2024-09-01 00:00:00', '266', NULL, '', '0', 1, '2024-06-06 13:56:25', '2024-06-06 13:56:25'),
(324825, 2543, '2024-10-01 00:00:00', '266', NULL, '', '0', 1, '2024-06-06 13:56:25', '2024-06-06 13:56:25'),
(324826, 2543, '2024-11-01 00:00:00', '266', NULL, '', '0', 1, '2024-06-06 13:56:25', '2024-06-06 13:56:25'),
(324827, 2543, '2024-12-01 00:00:00', '266', NULL, '', '0', 1, '2024-06-06 13:56:25', '2024-06-06 13:56:25'),
(324828, 2543, '2025-01-01 00:00:00', '266', NULL, '', '0', 1, '2024-06-06 13:56:25', '2024-06-06 13:56:25'),
(324829, 2543, '2025-02-01 00:00:00', '266', NULL, '', '0', 1, '2024-06-06 13:56:25', '2024-06-06 13:56:25'),
(324830, 2543, '2025-03-01 00:00:00', '266', NULL, '', '0', 1, '2024-06-06 13:56:25', '2024-06-06 13:56:25'),
(324831, 2543, '2025-04-01 00:00:00', '266', NULL, '', '0', 1, '2024-06-06 13:56:25', '2024-06-06 13:56:25'),
(324833, 2864, '2024-05-01 00:00:00', '350', NULL, '', '0', 1, '2024-06-06 14:01:57', '2024-06-06 14:01:57'),
(324835, 2870, '2024-06-01 00:00:00', '500', NULL, '', '0', 1, '2024-06-06 14:23:09', '2024-06-06 14:23:09'),
(324836, 3204, '2024-05-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-06 15:05:08', '2024-06-06 15:05:08'),
(324837, 2885, '2024-04-01 00:00:00', '0', NULL, '', '0', 1, '2024-06-06 15:26:42', '2024-06-06 15:26:42'),
(324838, 2885, '2024-05-01 00:00:00', '0', NULL, '', '0', 1, '2024-06-06 15:26:42', '2024-06-06 15:26:42'),
(324849, 2880, '2024-06-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-06 15:30:36', '2024-06-06 15:30:36'),
(324850, 3368, '2024-06-01 00:00:00', '270', NULL, '', '0', 1, '2024-06-06 15:32:21', '2024-06-06 15:32:21'),
(324851, 3368, '2024-07-01 00:00:00', '270', NULL, '', '0', 1, '2024-06-06 15:32:21', '2024-06-06 15:32:21'),
(324852, 3368, '2024-08-01 00:00:00', '270', NULL, '', '0', 1, '2024-06-06 15:32:21', '2024-06-06 15:32:21'),
(324853, 3368, '2024-09-01 00:00:00', '270', NULL, '', '0', 1, '2024-06-06 15:32:21', '2024-06-06 15:32:21'),
(324854, 3368, '2024-10-01 00:00:00', '270', NULL, '', '0', 1, '2024-06-06 15:32:21', '2024-06-06 15:32:21'),
(324855, 3368, '2024-11-01 00:00:00', '270', NULL, '', '0', 1, '2024-06-06 15:32:21', '2024-06-06 15:32:21'),
(324856, 3368, '2024-12-01 00:00:00', '270', NULL, '', '0', 1, '2024-06-06 15:32:21', '2024-06-06 15:32:21'),
(324857, 3368, '2025-01-01 00:00:00', '270', NULL, '', '0', 1, '2024-06-06 15:32:21', '2024-06-06 15:32:21'),
(324858, 3368, '2025-02-01 00:00:00', '270', NULL, '', '0', 1, '2024-06-06 15:32:21', '2024-06-06 15:32:21'),
(324859, 3368, '2025-03-01 00:00:00', '270', NULL, '', '0', 1, '2024-06-06 15:32:21', '2024-06-06 15:32:21'),
(324860, 3368, '2025-04-01 00:00:00', '270', NULL, '', '0', 1, '2024-06-06 15:32:21', '2024-06-06 15:32:21'),
(324861, 3368, '2025-05-01 00:00:00', '270', NULL, '', '0', 1, '2024-06-06 15:32:21', '2024-06-06 15:32:21'),
(324862, 3251, '2024-06-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-06 15:59:47', '2024-06-06 15:59:47'),
(324863, 3217, '2024-04-01 00:00:00', '0', NULL, '', '0', 1, '2024-06-06 17:34:44', '2024-06-06 17:34:44'),
(324864, 3217, '2024-05-01 00:00:00', '0', NULL, '', '0', 1, '2024-06-06 17:34:44', '2024-06-06 17:34:44'),
(324865, 3217, '2024-06-01 00:00:00', '600', NULL, '', '0', 1, '2024-06-06 17:34:56', '2024-06-06 17:34:56'),
(324866, 3435, '2024-06-01 00:00:00', '270', NULL, '', '0', 1, '2024-06-06 17:40:28', '2024-06-06 17:40:47'),
(324867, 3435, '2024-07-01 00:00:00', '270', NULL, '', '0', 1, '2024-06-06 17:40:47', '2024-06-06 17:40:47'),
(324868, 3435, '2024-08-01 00:00:00', '270', NULL, '', '0', 1, '2024-06-06 17:40:47', '2024-06-06 17:40:47'),
(324869, 3435, '2024-09-01 00:00:00', '270', NULL, '', '0', 1, '2024-06-06 17:40:47', '2024-06-06 17:40:47'),
(324870, 3435, '2024-10-01 00:00:00', '270', NULL, '', '0', 1, '2024-06-06 17:40:47', '2024-06-06 17:40:47'),
(324871, 3435, '2024-11-01 00:00:00', '270', NULL, '', '0', 1, '2024-06-06 17:40:47', '2024-06-06 17:40:47'),
(324872, 3435, '2024-12-01 00:00:00', '270', NULL, '', '0', 1, '2024-06-06 17:40:47', '2024-06-06 17:40:47'),
(324873, 3435, '2025-01-01 00:00:00', '270', NULL, '', '0', 1, '2024-06-06 17:40:47', '2024-06-06 17:40:47'),
(324874, 3435, '2025-02-01 00:00:00', '270', NULL, '', '0', 1, '2024-06-06 17:40:47', '2024-06-06 17:40:47'),
(324875, 3435, '2025-03-01 00:00:00', '270', NULL, '', '0', 1, '2024-06-06 17:40:47', '2024-06-06 17:40:47'),
(324876, 3435, '2025-04-01 00:00:00', '270', NULL, '', '0', 1, '2024-06-06 17:40:47', '2024-06-06 17:40:47'),
(324877, 3435, '2025-05-01 00:00:00', '270', NULL, '', '0', 1, '2024-06-06 17:40:47', '2024-06-06 17:40:47'),
(324878, 3262, '2024-06-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-08 10:29:31', '2024-06-08 10:29:31'),
(324879, 2831, '2024-06-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-08 10:30:50', '2024-06-08 10:30:50'),
(324880, 3112, '2024-06-01 00:00:00', '150', NULL, '', '0', 1, '2024-06-08 10:31:26', '2024-06-08 10:31:26'),
(324881, 3436, '2024-06-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-08 10:32:57', '2024-06-08 10:33:41'),
(324882, 3436, '2024-07-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-08 10:33:41', '2024-06-08 10:33:41'),
(324883, 3436, '2024-08-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-08 10:33:41', '2024-06-08 10:33:41'),
(324884, 3436, '2024-09-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-08 10:33:41', '2024-06-08 10:33:41'),
(324885, 3436, '2024-10-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-08 10:33:41', '2024-06-08 10:33:41'),
(324886, 3436, '2024-11-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-08 10:33:41', '2024-06-08 10:33:41'),
(324887, 3254, '2024-06-01 00:00:00', '255', NULL, '', '0', 1, '2024-06-08 10:34:24', '2024-06-08 10:34:24'),
(324888, 3437, '2024-06-01 00:00:00', '500', NULL, '', '0', 1, '2024-06-08 10:40:11', '2024-06-08 10:40:23'),
(324889, 3437, '2024-07-01 00:00:00', '500', NULL, '', '0', 1, '2024-06-08 10:40:23', '2024-06-08 10:40:23'),
(324890, 3437, '2024-08-01 00:00:00', '500', NULL, '', '0', 1, '2024-06-08 10:40:23', '2024-06-08 10:40:23'),
(324891, 3437, '2024-09-01 00:00:00', '500', NULL, '', '0', 1, '2024-06-08 10:40:23', '2024-06-08 10:40:23'),
(324892, 3437, '2024-10-01 00:00:00', '500', NULL, '', '0', 1, '2024-06-08 10:40:23', '2024-06-08 10:40:23'),
(324893, 3437, '2024-11-01 00:00:00', '500', NULL, '', '0', 1, '2024-06-08 10:40:23', '2024-06-08 10:40:23'),
(324894, 3437, '2024-12-01 00:00:00', '500', NULL, '', '0', 1, '2024-06-08 10:40:23', '2024-06-08 10:40:23'),
(324895, 3437, '2025-01-01 00:00:00', '500', NULL, '', '0', 1, '2024-06-08 10:40:23', '2024-06-08 10:40:23'),
(324896, 3437, '2025-02-01 00:00:00', '500', NULL, '', '0', 1, '2024-06-08 10:40:23', '2024-06-08 10:40:23'),
(324897, 3437, '2025-03-01 00:00:00', '500', NULL, '', '0', 1, '2024-06-08 10:40:23', '2024-06-08 10:40:23'),
(324898, 3437, '2025-04-01 00:00:00', '500', NULL, '', '0', 1, '2024-06-08 10:40:23', '2024-06-08 10:40:23'),
(324899, 3437, '2025-05-01 00:00:00', '500', NULL, '', '0', 1, '2024-06-08 10:40:23', '2024-06-08 10:40:23'),
(324900, 2859, '2024-06-01 00:00:00', '600', NULL, '', '0', 1, '2024-06-08 10:41:33', '2024-06-08 10:41:33'),
(324901, 2979, '2024-06-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-08 10:49:43', '2024-06-08 10:49:43'),
(324902, 3438, '2024-06-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-08 10:51:09', '2024-06-08 10:51:23'),
(324903, 3040, '2024-06-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-08 10:52:10', '2024-06-08 10:52:10'),
(324904, 2543, '2025-05-01 00:00:00', '3467', NULL, '', '0', 1, '2024-06-08 10:54:02', '2024-06-08 10:54:02'),
(324905, 2926, '2024-05-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-08 10:56:40', '2024-06-08 10:56:40'),
(324906, 2890, '2024-06-01 00:00:00', '500', NULL, '', '0', 1, '2024-06-08 10:57:55', '2024-06-08 10:57:55'),
(324907, 2927, '2024-05-01 00:00:00', '350', NULL, '', '0', 1, '2024-06-08 11:47:26', '2024-06-08 11:47:26'),
(324908, 3120, '2024-06-01 00:00:00', '600', NULL, '', '0', 1, '2024-06-08 12:43:45', '2024-06-08 12:43:45'),
(324909, 3439, '2024-06-01 00:00:00', '250', NULL, '', '0', 1, '2024-06-08 14:17:27', '2024-06-08 14:18:18'),
(324910, 3048, '2024-06-01 00:00:00', '200', NULL, '', '0', 1, '2024-06-08 14:17:40', '2024-06-08 14:17:40'),
(324911, 3440, '2024-06-01 00:00:00', '350', NULL, '', '0', 1, '2024-06-08 14:18:59', '2024-06-08 14:19:10'),
(324912, 2947, '2024-06-01 00:00:00', '400', NULL, '', '0', 1, '2024-06-08 14:36:57', '2024-06-08 14:36:57'),
(324913, 3143, '2024-06-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-08 14:38:46', '2024-06-08 14:38:46'),
(324914, 3258, '2024-06-01 00:00:00', '600', NULL, '', '0', 1, '2024-06-08 14:57:09', '2024-06-08 14:57:09'),
(324915, 3441, '2024-06-01 00:00:00', '350', NULL, '', '0', 1, '2024-06-08 15:10:18', '2024-06-08 15:10:29'),
(324916, 3442, '2024-06-01 00:00:00', '250', NULL, '', '0', 1, '2024-06-08 15:47:52', '2024-06-08 15:48:07'),
(324917, 2827, '2024-05-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-08 15:51:09', '2024-06-08 15:51:09'),
(324918, 2827, '2024-06-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-08 15:51:13', '2024-06-08 15:51:13'),
(324919, 3351, '2024-06-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-08 16:55:58', '2024-06-08 16:55:58');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(324920, 3156, '2024-06-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-09 13:45:54', '2024-06-09 13:45:54'),
(324921, 3320, '2024-06-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-09 13:46:52', '2024-06-09 13:46:52'),
(324922, 3144, '2024-05-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-09 13:52:17', '2024-06-09 13:52:17'),
(324923, 2931, '2024-06-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-09 13:52:45', '2024-06-09 13:52:45'),
(324924, 3443, '2024-06-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-09 13:53:58', '2024-06-09 13:54:07'),
(324925, 3245, '2024-06-01 00:00:00', '200', NULL, '', '0', 1, '2024-06-09 13:54:40', '2024-06-09 13:54:40'),
(324926, 3362, '2024-06-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-09 13:55:28', '2024-06-09 13:55:28'),
(324927, 2860, '2024-06-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-09 14:37:32', '2024-06-09 14:37:32'),
(324928, 3444, '2024-06-01 00:00:00', '250', NULL, '', '0', 1, '2024-06-09 14:39:41', '2024-06-09 14:40:08'),
(324929, 3445, '2024-06-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-09 15:35:57', '2024-06-09 15:36:17'),
(324930, 3088, '2024-05-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-09 15:56:12', '2024-06-09 15:56:12'),
(324931, 3446, '2024-06-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-09 15:58:41', '2024-06-09 15:58:53'),
(324932, 3446, '2024-07-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-09 15:58:53', '2024-06-09 15:58:53'),
(324933, 3446, '2024-08-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-09 15:58:53', '2024-06-09 15:58:53'),
(324934, 3446, '2024-09-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-09 15:58:53', '2024-06-09 15:58:53'),
(324935, 3446, '2024-10-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-09 15:58:53', '2024-06-09 15:58:53'),
(324936, 3446, '2024-11-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-09 15:58:53', '2024-06-09 15:58:53'),
(324937, 3447, '2024-06-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-09 16:20:32', '2024-06-09 16:21:51'),
(324938, 3447, '2024-07-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-09 16:21:51', '2024-06-09 16:21:51'),
(324939, 3447, '2024-08-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-09 16:21:51', '2024-06-09 16:21:51'),
(324940, 3447, '2024-09-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-09 16:21:51', '2024-06-09 16:21:51'),
(324941, 3447, '2024-10-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-09 16:21:51', '2024-06-09 16:21:51'),
(324942, 3447, '2024-11-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-09 16:21:51', '2024-06-09 16:21:51'),
(324943, 3447, '2024-12-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-09 16:21:51', '2024-06-09 16:21:51'),
(324944, 3447, '2025-01-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-09 16:21:51', '2024-06-09 16:21:51'),
(324945, 3447, '2025-02-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-09 16:21:51', '2024-06-09 16:21:51'),
(324946, 3447, '2025-03-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-09 16:21:51', '2024-06-09 16:21:51'),
(324947, 3447, '2025-04-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-09 16:21:51', '2024-06-09 16:21:51'),
(324948, 3447, '2025-05-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-09 16:21:51', '2024-06-09 16:21:51'),
(324949, 3448, '2024-06-01 00:00:00', '250', NULL, '', '0', 1, '2024-06-09 16:34:14', '2024-06-09 16:34:25'),
(324950, 3449, '2024-06-01 00:00:00', '567', NULL, '', '0', 1, '2024-06-09 17:55:30', '2024-06-09 17:55:47'),
(324951, 3449, '2024-07-01 00:00:00', '567', NULL, '', '0', 1, '2024-06-09 17:55:47', '2024-06-09 17:55:47'),
(324952, 3449, '2024-08-01 00:00:00', '567', NULL, '', '0', 1, '2024-06-09 17:55:47', '2024-06-09 17:55:47'),
(324953, 3449, '2024-09-01 00:00:00', '567', NULL, '', '0', 1, '2024-06-09 17:55:47', '2024-06-09 17:55:47'),
(324954, 3449, '2024-10-01 00:00:00', '567', NULL, '', '0', 1, '2024-06-09 17:55:47', '2024-06-09 17:55:47'),
(324955, 3449, '2024-11-01 00:00:00', '567', NULL, '', '0', 1, '2024-06-09 17:55:47', '2024-06-09 17:55:47'),
(324956, 3449, '2024-12-01 00:00:00', '567', NULL, '', '0', 1, '2024-06-09 17:55:47', '2024-06-09 17:55:47'),
(324957, 3449, '2025-01-01 00:00:00', '567', NULL, '', '0', 1, '2024-06-09 17:55:47', '2024-06-09 17:55:47'),
(324958, 3449, '2025-02-01 00:00:00', '567', NULL, '', '0', 1, '2024-06-09 17:55:48', '2024-06-09 17:55:48'),
(324959, 3449, '2025-03-01 00:00:00', '567', NULL, '', '0', 1, '2024-06-09 17:55:53', '2024-06-09 17:55:53'),
(324960, 3449, '2025-04-01 00:00:00', '567', NULL, '', '0', 1, '2024-06-09 17:55:53', '2024-06-09 17:55:53'),
(324961, 3449, '2025-05-01 00:00:00', '567', NULL, '', '0', 1, '2024-06-09 17:55:53', '2024-06-09 17:55:53'),
(324962, 3128, '2024-06-01 00:00:00', '750', NULL, '', '0', 1, '2024-06-09 17:56:52', '2024-06-09 17:56:52'),
(324963, 3259, '2024-06-01 00:00:00', '350', NULL, '', '0', 1, '2024-06-10 11:01:28', '2024-06-10 11:01:28'),
(324964, 3093, '2024-06-01 00:00:00', '350', NULL, '', '0', 1, '2024-06-10 11:02:32', '2024-06-10 11:02:32'),
(324965, 3189, '2024-06-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-10 11:07:22', '2024-06-10 11:07:22'),
(324966, 2893, '2024-06-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-10 11:08:04', '2024-06-10 11:08:04'),
(324967, 3194, '2024-06-01 00:00:00', '600', NULL, '', '0', 1, '2024-06-10 11:08:37', '2024-06-10 11:08:37'),
(324968, 2894, '2024-06-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-10 11:12:06', '2024-06-10 11:12:06'),
(324969, 3201, '2024-06-01 00:00:00', '200', NULL, '', '0', 1, '2024-06-10 11:20:18', '2024-06-10 11:20:18'),
(324970, 3360, '2024-06-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-10 11:39:43', '2024-06-10 11:39:43'),
(324971, 3005, '2024-06-01 00:00:00', '250', NULL, '', '0', 1, '2024-06-10 12:00:32', '2024-06-10 12:00:32'),
(324972, 2787, '2024-06-01 00:00:00', '400', NULL, '', '0', 1, '2024-06-10 12:24:08', '2024-06-10 12:24:08'),
(324973, 3450, '2024-06-01 00:00:00', '534', NULL, '', '0', 1, '2024-06-10 12:42:06', '2024-06-10 12:42:16'),
(324974, 3450, '2024-07-01 00:00:00', '534', NULL, '', '0', 1, '2024-06-10 12:42:16', '2024-06-10 12:42:16'),
(324975, 3450, '2024-08-01 00:00:00', '534', NULL, '', '0', 1, '2024-06-10 12:42:16', '2024-06-10 12:42:16'),
(324976, 3450, '2024-09-01 00:00:00', '534', NULL, '', '0', 1, '2024-06-10 12:42:16', '2024-06-10 12:42:16'),
(324977, 3450, '2024-10-01 00:00:00', '534', NULL, '', '0', 1, '2024-06-10 12:42:16', '2024-06-10 12:42:16'),
(324978, 3450, '2024-11-01 00:00:00', '534', NULL, '', '0', 1, '2024-06-10 12:42:16', '2024-06-10 12:42:16'),
(324979, 3450, '2024-12-01 00:00:00', '534', NULL, '', '0', 1, '2024-06-10 12:42:16', '2024-06-10 12:42:16'),
(324980, 3450, '2025-01-01 00:00:00', '534', NULL, '', '0', 1, '2024-06-10 12:42:16', '2024-06-10 12:42:16'),
(324981, 3450, '2025-02-01 00:00:00', '534', NULL, '', '0', 1, '2024-06-10 12:42:16', '2024-06-10 12:42:16'),
(324982, 3450, '2025-03-01 00:00:00', '534', NULL, '', '0', 1, '2024-06-10 12:42:16', '2024-06-10 12:42:16'),
(324983, 3450, '2025-04-01 00:00:00', '534', NULL, '', '0', 1, '2024-06-10 12:42:16', '2024-06-10 12:42:16'),
(324984, 3450, '2025-05-01 00:00:00', '534', NULL, '', '0', 1, '2024-06-10 12:42:16', '2024-06-10 12:42:16'),
(324985, 3111, '2024-06-01 00:00:00', '200', NULL, '', '0', 1, '2024-06-10 13:26:38', '2024-06-10 13:26:38'),
(324986, 3451, '2024-06-01 00:00:00', '350', NULL, '', '0', 1, '2024-06-10 13:45:52', '2024-06-10 13:46:02'),
(324987, 3451, '2024-07-01 00:00:00', '350', NULL, '', '0', 1, '2024-06-10 13:46:02', '2024-06-10 13:46:02'),
(324988, 3451, '2024-08-01 00:00:00', '350', NULL, '', '0', 1, '2024-06-10 13:46:02', '2024-06-10 13:46:02'),
(324989, 3451, '2024-09-01 00:00:00', '350', NULL, '', '0', 1, '2024-06-10 13:46:02', '2024-06-10 13:46:02'),
(324990, 3451, '2024-10-01 00:00:00', '350', NULL, '', '0', 1, '2024-06-10 13:46:02', '2024-06-10 13:46:02'),
(324991, 3451, '2024-11-01 00:00:00', '350', NULL, '', '0', 1, '2024-06-10 13:46:02', '2024-06-10 13:46:02'),
(324992, 3452, '2024-06-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-10 13:47:57', '2024-06-10 13:48:08'),
(324993, 3452, '2024-07-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-10 13:48:08', '2024-06-10 13:48:08'),
(324994, 3452, '2024-08-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-10 13:48:08', '2024-06-10 13:48:08'),
(324995, 3452, '2024-09-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-10 13:48:08', '2024-06-10 13:48:08'),
(324996, 3452, '2024-10-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-10 13:48:08', '2024-06-10 13:48:08'),
(324997, 3452, '2024-11-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-10 13:48:08', '2024-06-10 13:48:08'),
(324998, 2840, '2024-06-01 00:00:00', '350', NULL, '', '0', 1, '2024-06-10 14:40:35', '2024-06-10 14:40:35'),
(324999, 2818, '2024-05-01 00:00:00', '600', NULL, '', '0', 1, '2024-06-10 16:32:39', '2024-06-10 16:32:39'),
(325000, 3068, '2024-06-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-10 16:37:00', '2024-06-10 16:37:00'),
(325001, 3453, '2024-06-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-10 18:22:40', '2024-06-10 18:23:03'),
(325002, 3453, '2024-07-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-10 18:23:03', '2024-06-10 18:23:03'),
(325003, 3453, '2024-08-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-10 18:23:03', '2024-06-10 18:23:03'),
(325004, 3453, '2024-09-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-10 18:23:03', '2024-06-10 18:23:03'),
(325005, 3453, '2024-10-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-10 18:23:04', '2024-06-10 18:23:04'),
(325006, 3453, '2024-11-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-10 18:23:04', '2024-06-10 18:23:04'),
(325007, 3453, '2024-12-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-10 18:23:04', '2024-06-10 18:23:04'),
(325008, 3453, '2025-01-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-10 18:23:04', '2024-06-10 18:23:04'),
(325009, 3453, '2025-02-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-10 18:23:04', '2024-06-10 18:23:04'),
(325010, 3453, '2025-03-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-10 18:23:04', '2024-06-10 18:23:04'),
(325011, 3453, '2025-04-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-10 18:23:04', '2024-06-10 18:23:04'),
(325012, 3453, '2025-05-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-10 18:23:04', '2024-06-10 18:23:04'),
(325013, 3454, '2024-06-01 00:00:00', '315', NULL, '', '0', 1, '2024-06-11 11:12:10', '2024-06-11 11:12:36'),
(325014, 3454, '2024-07-01 00:00:00', '315', NULL, '', '0', 1, '2024-06-11 11:12:36', '2024-06-11 11:12:36'),
(325015, 3454, '2024-08-01 00:00:00', '315', NULL, '', '0', 1, '2024-06-11 11:12:36', '2024-06-11 11:12:36'),
(325016, 3454, '2024-09-01 00:00:00', '315', NULL, '', '0', 1, '2024-06-11 11:12:36', '2024-06-11 11:12:36'),
(325017, 3454, '2024-10-01 00:00:00', '315', NULL, '', '0', 1, '2024-06-11 11:12:36', '2024-06-11 11:12:36'),
(325018, 3454, '2024-11-01 00:00:00', '315', NULL, '', '0', 1, '2024-06-11 11:12:36', '2024-06-11 11:12:36'),
(325019, 3454, '2024-12-01 00:00:00', '315', NULL, '', '0', 1, '2024-06-11 11:12:36', '2024-06-11 11:12:36'),
(325020, 3454, '2025-01-01 00:00:00', '315', NULL, '', '0', 1, '2024-06-11 11:12:36', '2024-06-11 11:12:36'),
(325021, 3454, '2025-02-01 00:00:00', '315', NULL, '', '0', 1, '2024-06-11 11:12:36', '2024-06-11 11:12:36'),
(325022, 3454, '2025-03-01 00:00:00', '315', NULL, '', '0', 1, '2024-06-11 11:12:37', '2024-06-11 11:12:37'),
(325023, 3454, '2025-04-01 00:00:00', '315', NULL, '', '0', 1, '2024-06-11 11:12:37', '2024-06-11 11:12:37'),
(325024, 3454, '2025-05-01 00:00:00', '315', NULL, '', '0', 1, '2024-06-11 11:12:37', '2024-06-11 11:12:37'),
(325025, 3455, '2024-06-01 00:00:00', '350', NULL, '', '0', 1, '2024-06-11 11:15:11', '2024-06-11 11:15:34'),
(325026, 3456, '2024-06-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-11 11:16:47', '2024-06-11 11:17:01'),
(325027, 3456, '2024-07-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-11 11:17:02', '2024-06-11 11:17:02'),
(325028, 3456, '2024-08-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-11 11:17:02', '2024-06-11 11:17:02'),
(325029, 3456, '2024-09-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-11 11:17:02', '2024-06-11 11:17:02'),
(325030, 3456, '2024-10-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-11 11:17:02', '2024-06-11 11:17:02'),
(325031, 3456, '2024-11-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-11 11:17:02', '2024-06-11 11:17:02'),
(325032, 3456, '2024-12-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-11 11:17:02', '2024-06-11 11:17:02'),
(325033, 3456, '2025-01-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-11 11:17:02', '2024-06-11 11:17:02'),
(325034, 3456, '2025-02-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-11 11:17:02', '2024-06-11 11:17:02'),
(325035, 3456, '2025-03-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-11 11:17:02', '2024-06-11 11:17:02'),
(325036, 3456, '2025-04-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-11 11:17:03', '2024-06-11 11:17:03'),
(325037, 3456, '2025-05-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-11 11:17:03', '2024-06-11 11:17:03'),
(325038, 3059, '2024-06-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-11 11:23:58', '2024-06-11 11:23:58'),
(325039, 2874, '2024-05-01 00:00:00', '200', NULL, '', '0', 1, '2024-06-11 11:25:05', '2024-06-11 11:25:05'),
(325040, 2874, '2024-06-01 00:00:00', '200', NULL, '', '0', 1, '2024-06-11 11:25:05', '2024-06-11 11:25:05'),
(325041, 3284, '2024-06-01 00:00:00', '200', NULL, '', '0', 1, '2024-06-11 11:25:20', '2024-06-11 11:25:20'),
(325042, 3457, '2024-05-01 00:00:00', '0', NULL, '', '0', 1, '2024-06-11 11:25:53', '2024-06-11 11:26:10'),
(325046, 3458, '2024-05-01 00:00:00', '200', NULL, '', '0', 1, '2024-06-11 11:26:46', '2024-06-11 11:26:56'),
(325047, 3458, '2024-06-01 00:00:00', NULL, NULL, '', '200', 0, '2024-06-11 11:26:46', '2024-06-11 11:26:46'),
(325048, 3458, '2024-07-01 00:00:00', NULL, NULL, '', '200', 0, '2024-06-11 11:26:46', '2024-06-11 11:26:46'),
(325049, 2992, '2024-06-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-11 11:27:46', '2024-06-11 11:27:46'),
(325050, 3139, '2024-06-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-11 11:30:55', '2024-06-11 11:30:55'),
(325051, 2993, '2024-06-01 00:00:00', '350', NULL, '', '0', 1, '2024-06-11 11:31:27', '2024-06-11 11:31:27'),
(325052, 2925, '2024-04-01 00:00:00', '400', NULL, '', '0', 1, '2024-06-11 11:33:09', '2024-06-11 11:33:09'),
(325053, 2925, '2024-05-01 00:00:00', '400', NULL, '', '0', 1, '2024-06-11 11:33:09', '2024-06-11 11:33:09'),
(325054, 2843, '2024-05-01 00:00:00', '350', NULL, '', '0', 1, '2024-06-11 12:43:49', '2024-06-11 12:43:49'),
(325055, 3089, '2024-05-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-11 13:05:00', '2024-06-11 13:05:00'),
(325056, 3089, '2024-06-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-11 13:05:00', '2024-06-11 13:05:00'),
(325057, 3459, '2024-06-01 00:00:00', '315', NULL, '', '0', 1, '2024-06-11 13:23:27', '2024-06-11 13:23:46'),
(325058, 3459, '2024-07-01 00:00:00', '315', NULL, '', '0', 1, '2024-06-11 13:23:46', '2024-06-11 13:23:46'),
(325059, 3459, '2024-08-01 00:00:00', '315', NULL, '', '0', 1, '2024-06-11 13:23:46', '2024-06-11 13:23:46'),
(325060, 3459, '2024-09-01 00:00:00', '315', NULL, '', '0', 1, '2024-06-11 13:23:46', '2024-06-11 13:23:46'),
(325061, 3459, '2024-10-01 00:00:00', '315', NULL, '', '0', 1, '2024-06-11 13:23:46', '2024-06-11 13:23:46'),
(325062, 3459, '2024-11-01 00:00:00', '315', NULL, '', '0', 1, '2024-06-11 13:23:46', '2024-06-11 13:23:46'),
(325063, 3459, '2024-12-01 00:00:00', '315', NULL, '', '0', 1, '2024-06-11 13:23:46', '2024-06-11 13:23:46'),
(325064, 3459, '2025-01-01 00:00:00', '315', NULL, '', '0', 1, '2024-06-11 13:23:46', '2024-06-11 13:23:46'),
(325065, 3459, '2025-02-01 00:00:00', '315', NULL, '', '0', 1, '2024-06-11 13:23:46', '2024-06-11 13:23:46'),
(325066, 3459, '2025-03-01 00:00:00', '315', NULL, '', '0', 1, '2024-06-11 13:23:46', '2024-06-11 13:23:46'),
(325067, 3459, '2025-04-01 00:00:00', '315', NULL, '', '0', 1, '2024-06-11 13:23:46', '2024-06-11 13:23:46'),
(325068, 3459, '2025-05-01 00:00:00', '315', NULL, '', '0', 1, '2024-06-11 13:23:46', '2024-06-11 13:23:46'),
(325069, 3308, '2024-05-01 00:00:00', '150', NULL, '', '0', 1, '2024-06-11 13:32:54', '2024-06-11 13:32:54'),
(325070, 2887, '2024-06-01 00:00:00', '350', NULL, '', '0', 1, '2024-06-11 14:23:56', '2024-06-11 14:23:56'),
(325071, 2990, '2024-06-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-11 14:28:07', '2024-06-11 14:28:07'),
(325072, 3210, '2024-06-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-11 14:28:38', '2024-06-11 14:28:38'),
(325073, 3027, '2024-05-01 00:00:00', '400', NULL, '', '0', 1, '2024-06-11 15:07:59', '2024-06-11 15:07:59'),
(325074, 3027, '2024-06-01 00:00:00', '400', NULL, '', '0', 1, '2024-06-11 15:07:59', '2024-06-11 15:07:59'),
(325075, 3104, '2024-06-01 00:00:00', '200', NULL, '', '0', 1, '2024-06-11 15:08:42', '2024-06-11 15:08:42'),
(325076, 3366, '2024-06-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-11 15:24:38', '2024-06-11 15:24:38'),
(325077, 3366, '2024-07-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-11 15:24:38', '2024-06-11 15:24:38'),
(325078, 2683, '2024-06-01 00:00:00', '350', NULL, '', '0', 1, '2024-06-11 16:02:18', '2024-06-11 16:02:18'),
(325079, 3196, '2024-06-01 00:00:00', '700', NULL, '', '0', 1, '2024-06-11 16:02:32', '2024-06-11 16:02:32'),
(325080, 3385, '2024-06-01 00:00:00', '0', NULL, '', '0', 1, '2024-06-11 16:06:19', '2024-06-11 16:06:19'),
(325081, 3389, '2024-06-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-11 16:48:39', '2024-06-11 16:48:39'),
(325082, 3062, '2024-05-01 00:00:00', '150', NULL, '', '0', 1, '2024-06-11 16:54:23', '2024-06-11 16:54:23'),
(325083, 3062, '2024-06-01 00:00:00', '150', NULL, '', '0', 1, '2024-06-11 16:54:23', '2024-06-11 16:54:23'),
(325084, 2814, '2024-06-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-11 16:55:40', '2024-06-11 16:55:40'),
(325085, 3390, '2024-06-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-11 17:16:01', '2024-06-11 17:16:01'),
(325086, 3182, '2024-06-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-11 17:39:23', '2024-06-11 17:39:23'),
(325087, 3460, '2024-06-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-11 17:44:41', '2024-06-11 17:44:55'),
(325088, 3026, '2024-06-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-12 10:37:26', '2024-06-12 10:37:26'),
(325089, 2920, '2024-03-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-12 10:51:28', '2024-06-12 10:51:28'),
(325090, 2920, '2024-04-01 00:00:00', '0', NULL, '', '0', 1, '2024-06-12 10:51:57', '2024-06-12 10:51:57'),
(325091, 2920, '2024-05-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-12 10:52:15', '2024-06-12 10:52:15'),
(325092, 3304, '2024-06-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-12 10:53:34', '2024-06-12 10:53:34'),
(325093, 3305, '2024-06-01 00:00:00', '350', NULL, '', '0', 1, '2024-06-12 11:04:07', '2024-06-12 11:04:07'),
(325094, 3363, '2024-06-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-12 11:40:52', '2024-06-12 11:40:52'),
(325095, 3461, '2024-06-01 00:00:00', '270', NULL, '', '0', 1, '2024-06-12 12:28:35', '2024-06-12 12:28:46'),
(325096, 3461, '2024-07-01 00:00:00', '270', NULL, '', '0', 1, '2024-06-12 12:28:46', '2024-06-12 12:28:46'),
(325097, 3461, '2024-08-01 00:00:00', '270', NULL, '', '0', 1, '2024-06-12 12:28:46', '2024-06-12 12:28:46'),
(325098, 3461, '2024-09-01 00:00:00', '270', NULL, '', '0', 1, '2024-06-12 12:28:46', '2024-06-12 12:28:46'),
(325099, 3461, '2024-10-01 00:00:00', '270', NULL, '', '0', 1, '2024-06-12 12:28:46', '2024-06-12 12:28:46'),
(325100, 3461, '2024-11-01 00:00:00', '270', NULL, '', '0', 1, '2024-06-12 12:28:46', '2024-06-12 12:28:46'),
(325101, 3461, '2024-12-01 00:00:00', '270', NULL, '', '0', 1, '2024-06-12 12:28:46', '2024-06-12 12:28:46'),
(325102, 3461, '2025-01-01 00:00:00', '270', NULL, '', '0', 1, '2024-06-12 12:28:46', '2024-06-12 12:28:46'),
(325103, 3461, '2025-02-01 00:00:00', '270', NULL, '', '0', 1, '2024-06-12 12:28:46', '2024-06-12 12:28:46'),
(325104, 3461, '2025-03-01 00:00:00', '270', NULL, '', '0', 1, '2024-06-12 12:28:46', '2024-06-12 12:28:46'),
(325105, 3461, '2025-04-01 00:00:00', '270', NULL, '', '0', 1, '2024-06-12 12:28:46', '2024-06-12 12:28:46'),
(325106, 3461, '2025-05-01 00:00:00', '270', NULL, '', '0', 1, '2024-06-12 12:28:46', '2024-06-12 12:28:46'),
(325107, 3124, '2024-05-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-12 12:32:53', '2024-06-12 12:32:53'),
(325108, 3124, '2024-06-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-12 12:32:53', '2024-06-12 12:32:53'),
(325109, 3462, '2024-06-01 00:00:00', '350', NULL, '', '0', 1, '2024-06-12 12:34:55', '2024-06-12 12:35:05'),
(325110, 2858, '2024-03-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-12 13:08:31', '2024-06-12 13:08:31'),
(325111, 2858, '2024-04-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-12 13:08:31', '2024-06-12 13:08:31'),
(325112, 2858, '2024-05-01 00:00:00', '0', NULL, '', '0', 1, '2024-06-12 13:08:43', '2024-06-12 13:08:43'),
(325113, 2858, '2024-06-01 00:00:00', '0', NULL, '', '0', 1, '2024-06-12 13:08:43', '2024-06-12 13:08:43'),
(325114, 3127, '2024-06-01 00:00:00', '400', NULL, '', '0', 1, '2024-06-12 15:00:13', '2024-06-12 15:00:13'),
(325115, 2998, '2024-06-01 00:00:00', '400', NULL, '', '0', 1, '2024-06-12 15:10:42', '2024-06-12 15:10:42'),
(325116, 2798, '2024-05-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-12 15:30:21', '2024-06-12 15:30:21'),
(325117, 3278, '2024-06-01 00:00:00', '400', NULL, '', '0', 1, '2024-06-12 15:50:07', '2024-06-12 15:50:07'),
(325118, 3227, '2024-06-01 00:00:00', '150', NULL, '', '0', 1, '2024-06-12 15:51:52', '2024-06-12 15:51:52'),
(325119, 2813, '2024-06-01 00:00:00', '100', NULL, '', '0', 1, '2024-06-12 16:38:54', '2024-06-12 16:38:54'),
(325120, 2813, '2024-07-01 00:00:00', '100', NULL, '', '0', 1, '2024-06-12 16:38:54', '2024-06-12 16:38:54'),
(325121, 2813, '2024-08-01 00:00:00', '100', NULL, '', '0', 1, '2024-06-12 16:38:54', '2024-06-12 16:38:54'),
(325122, 3122, '2024-06-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-12 16:40:53', '2024-06-12 16:40:53'),
(325123, 2826, '2024-04-01 00:00:00', '0', NULL, '', '0', 1, '2024-06-12 16:48:35', '2024-06-12 16:48:35'),
(325124, 2826, '2024-05-01 00:00:00', '250', NULL, '', '0', 1, '2024-06-12 16:48:52', '2024-06-12 16:48:52'),
(325125, 3075, '2024-06-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-12 17:12:07', '2024-06-12 17:12:07'),
(325126, 3126, '2024-06-01 00:00:00', '250', NULL, '', '0', 1, '2024-06-12 17:39:25', '2024-06-12 17:39:25'),
(325127, 3097, '2024-06-01 00:00:00', '333', NULL, '', '0', 1, '2024-06-13 10:51:26', '2024-06-13 10:51:26'),
(325128, 3463, '2024-06-01 00:00:00', '350', NULL, '', '0', 1, '2024-06-13 10:53:12', '2024-06-13 10:53:29'),
(325129, 3176, '2024-06-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-13 10:57:14', '2024-06-13 10:57:14'),
(325130, 2682, '2024-06-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-13 10:58:36', '2024-06-13 10:58:36'),
(325131, 2795, '2024-04-01 00:00:00', '200', NULL, '', '0', 1, '2024-06-13 11:00:43', '2024-06-13 11:00:43'),
(325132, 3147, '2024-06-01 00:00:00', '150', NULL, '', '0', 1, '2024-06-13 11:01:47', '2024-06-13 11:01:47'),
(325133, 3168, '2024-06-01 00:00:00', '333', NULL, '', '0', 1, '2024-06-13 11:02:36', '2024-06-13 11:02:36'),
(325134, 3106, '2024-05-01 00:00:00', '200', NULL, '', '0', 1, '2024-06-13 11:04:58', '2024-06-13 11:04:58'),
(325135, 3106, '2024-06-01 00:00:00', '200', NULL, '', '0', 1, '2024-06-13 11:04:58', '2024-06-13 11:04:58'),
(325136, 3106, '2024-07-01 00:00:00', '200', NULL, '', '0', 1, '2024-06-13 11:04:58', '2024-06-13 11:04:58'),
(325137, 3106, '2024-08-01 00:00:00', '200', NULL, '', '0', 1, '2024-06-13 11:04:58', '2024-06-13 11:04:58'),
(325138, 3106, '2024-09-01 00:00:00', '200', NULL, '', '0', 1, '2024-06-13 11:04:58', '2024-06-13 11:04:58'),
(325139, 3106, '2024-10-01 00:00:00', '200', NULL, '', '0', 1, '2024-06-13 11:04:58', '2024-06-13 11:04:58'),
(325140, 3106, '2024-11-01 00:00:00', '200', NULL, '', '0', 1, '2024-06-13 11:04:58', '2024-06-13 11:04:58'),
(325141, 3464, '2024-06-01 00:00:00', '315', NULL, '', '0', 1, '2024-06-13 11:11:50', '2024-06-13 11:12:07'),
(325153, 3464, '2024-07-01 00:00:00', '315', NULL, '', '0', 1, '2024-06-13 11:16:25', '2024-06-13 11:16:25'),
(325154, 3464, '2024-08-01 00:00:00', '315', NULL, '', '0', 1, '2024-06-13 11:16:25', '2024-06-13 11:16:25'),
(325155, 3464, '2024-09-01 00:00:00', '315', NULL, '', '0', 1, '2024-06-13 11:16:25', '2024-06-13 11:16:25'),
(325156, 3464, '2024-10-01 00:00:00', '315', NULL, '', '0', 1, '2024-06-13 11:16:25', '2024-06-13 11:16:25'),
(325157, 3464, '2024-11-01 00:00:00', '315', NULL, '', '0', 1, '2024-06-13 11:16:25', '2024-06-13 11:16:25'),
(325158, 3464, '2024-12-01 00:00:00', '315', NULL, '', '0', 1, '2024-06-13 11:16:25', '2024-06-13 11:16:25'),
(325159, 3464, '2025-01-01 00:00:00', '315', NULL, '', '0', 1, '2024-06-13 11:16:25', '2024-06-13 11:16:25'),
(325160, 3464, '2025-02-01 00:00:00', '315', NULL, '', '0', 1, '2024-06-13 11:16:25', '2024-06-13 11:16:25'),
(325161, 3464, '2025-03-01 00:00:00', '315', NULL, '', '0', 1, '2024-06-13 11:16:25', '2024-06-13 11:16:25'),
(325162, 3464, '2025-04-01 00:00:00', '315', NULL, '', '0', 1, '2024-06-13 11:16:25', '2024-06-13 11:16:25'),
(325163, 3464, '2025-05-01 00:00:00', '315', NULL, '', '0', 1, '2024-06-13 11:16:25', '2024-06-13 11:16:25'),
(325164, 2452, '2024-06-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-13 11:52:04', '2024-06-13 11:52:04'),
(325165, 3094, '2024-06-01 00:00:00', '350', NULL, '', '0', 1, '2024-06-13 12:24:02', '2024-06-13 12:24:02'),
(325167, 2061, '2024-06-01 00:00:00', '310', NULL, '', '0', 1, '2024-06-13 13:01:08', '2024-06-13 13:01:08'),
(325168, 3465, '2024-06-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-13 13:08:03', '2024-06-13 13:08:25'),
(325169, 2851, '2024-06-01 00:00:00', '200', NULL, '', '0', 1, '2024-06-13 13:58:38', '2024-06-13 13:58:38'),
(325170, 2988, '2024-06-01 00:00:00', '350', NULL, '', '0', 1, '2024-06-13 15:00:37', '2024-06-13 15:00:37'),
(325171, 3359, '2024-06-01 00:00:00', '350', NULL, '', '0', 1, '2024-06-13 15:25:56', '2024-06-13 15:25:56'),
(325172, 3214, '2024-05-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-13 15:39:41', '2024-06-13 15:39:41'),
(325173, 3220, '2024-06-01 00:00:00', '1000', NULL, '', '0', 1, '2024-06-13 15:51:23', '2024-06-13 15:51:23'),
(325174, 2855, '2024-05-01 00:00:00', '600', NULL, '', '0', 1, '2024-06-13 16:06:08', '2024-06-13 16:06:08'),
(325175, 3112, '2024-07-01 00:00:00', '150', NULL, '', '0', 1, '2024-06-13 16:06:36', '2024-06-13 16:06:36'),
(325176, 3466, '2024-06-01 00:00:00', '250', NULL, '', '0', 1, '2024-06-13 16:28:32', '2024-06-13 16:29:19'),
(325177, 2533, '2024-05-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-13 16:30:41', '2024-06-13 16:30:41'),
(325178, 2533, '2024-06-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-13 16:30:41', '2024-06-13 16:30:41'),
(325179, 2533, '2024-07-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-13 16:30:41', '2024-06-13 16:30:41'),
(325180, 3365, '2024-06-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-13 16:42:47', '2024-06-13 16:42:47'),
(325181, 3202, '2024-06-01 00:00:00', '2180', NULL, '', '0', 1, '2024-06-13 17:28:31', '2024-06-13 17:28:31'),
(325182, 2871, '2024-06-01 00:00:00', '350', NULL, '', '0', 1, '2024-06-14 10:20:44', '2024-06-14 10:20:44'),
(325183, 3140, '2024-06-01 00:00:00', '1250', NULL, '', '0', 1, '2024-06-14 10:22:59', '2024-06-14 10:22:59'),
(325184, 3467, '2024-06-01 00:00:00', '270', NULL, '', '0', 1, '2024-06-14 10:30:27', '2024-06-14 10:31:53'),
(325185, 3467, '2024-07-01 00:00:00', '270', NULL, '', '0', 1, '2024-06-14 10:31:53', '2024-06-14 10:31:53'),
(325186, 3467, '2024-08-01 00:00:00', '270', NULL, '', '0', 1, '2024-06-14 10:31:53', '2024-06-14 10:31:53'),
(325187, 3467, '2024-09-01 00:00:00', '270', NULL, '', '0', 1, '2024-06-14 10:31:53', '2024-06-14 10:31:53'),
(325188, 3467, '2024-10-01 00:00:00', '270', NULL, '', '0', 1, '2024-06-14 10:31:53', '2024-06-14 10:31:53'),
(325189, 3467, '2024-11-01 00:00:00', '270', NULL, '', '0', 1, '2024-06-14 10:31:53', '2024-06-14 10:31:53'),
(325190, 3467, '2024-12-01 00:00:00', '270', NULL, '', '0', 1, '2024-06-14 10:31:53', '2024-06-14 10:31:53'),
(325191, 3467, '2025-01-01 00:00:00', '270', NULL, '', '0', 1, '2024-06-14 10:31:53', '2024-06-14 10:31:53'),
(325192, 3467, '2025-02-01 00:00:00', '270', NULL, '', '0', 1, '2024-06-14 10:31:53', '2024-06-14 10:31:53'),
(325193, 3467, '2025-03-01 00:00:00', '270', NULL, '', '0', 1, '2024-06-14 10:31:53', '2024-06-14 10:31:53'),
(325194, 3467, '2025-04-01 00:00:00', '270', NULL, '', '0', 1, '2024-06-14 10:31:53', '2024-06-14 10:31:53'),
(325195, 3467, '2025-05-01 00:00:00', '270', NULL, '', '0', 1, '2024-06-14 10:31:53', '2024-06-14 10:31:53'),
(325196, 3198, '2024-06-01 00:00:00', '1800', NULL, '', '0', 1, '2024-06-14 11:54:18', '2024-06-14 11:54:18'),
(325197, 3468, '2024-06-01 00:00:00', '200', NULL, '', '0', 1, '2024-06-14 11:56:17', '2024-06-14 11:56:30'),
(325198, 2803, '2024-06-01 00:00:00', '350', NULL, '', '0', 1, '2024-06-14 11:57:58', '2024-06-14 11:57:58'),
(325199, 2821, '2024-05-01 00:00:00', '500', NULL, '', '0', 1, '2024-06-14 12:19:34', '2024-06-14 12:19:34'),
(325200, 2821, '2024-06-01 00:00:00', '500', NULL, '', '0', 1, '2024-06-14 12:19:34', '2024-06-14 12:19:34'),
(325211, 2836, '2024-05-01 00:00:00', '200', NULL, '', '0', 1, '2024-06-14 12:31:25', '2024-06-14 12:31:25'),
(325212, 2836, '2024-06-01 00:00:00', '200', NULL, '', '0', 1, '2024-06-14 12:31:25', '2024-06-14 12:31:25'),
(325213, 2836, '2024-07-01 00:00:00', '200', NULL, '', '0', 1, '2024-06-14 12:31:25', '2024-06-14 12:31:25'),
(325214, 2836, '2024-08-01 00:00:00', '200', NULL, '', '0', 1, '2024-06-14 12:31:25', '2024-06-14 12:31:25'),
(325215, 2836, '2024-09-01 00:00:00', '200', NULL, '', '0', 1, '2024-06-14 12:31:25', '2024-06-14 12:31:25'),
(325216, 2836, '2024-10-01 00:00:00', '200', NULL, '', '0', 1, '2024-06-14 12:31:25', '2024-06-14 12:31:25'),
(325217, 2836, '2024-11-01 00:00:00', '200', NULL, '', '0', 1, '2024-06-14 12:31:25', '2024-06-14 12:31:25'),
(325218, 2836, '2024-12-01 00:00:00', '200', NULL, '', '0', 1, '2024-06-14 12:31:25', '2024-06-14 12:31:25'),
(325219, 2836, '2025-01-01 00:00:00', '200', NULL, '', '0', 1, '2024-06-14 12:31:25', '2024-06-14 12:31:25'),
(325220, 2861, '2024-06-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-14 12:44:49', '2024-06-14 12:44:49'),
(325221, 3287, '2024-06-01 00:00:00', '0', NULL, '', '0', 1, '2024-06-14 13:04:33', '2024-06-14 13:04:33'),
(325222, 3287, '2024-07-01 00:00:00', '0', NULL, '', '0', 1, '2024-06-14 13:04:41', '2024-06-14 13:04:41'),
(325223, 3287, '2024-08-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-14 13:05:09', '2024-06-14 13:05:09'),
(325224, 2854, '2024-06-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-15 14:15:48', '2024-06-15 14:15:48'),
(325225, 3469, '2024-06-01 00:00:00', '584', NULL, '', '0', 1, '2024-06-22 11:07:05', '2024-06-22 11:07:43'),
(325226, 3469, '2024-07-01 00:00:00', '584', NULL, '', '0', 1, '2024-06-22 11:07:43', '2024-06-22 11:07:43'),
(325227, 3469, '2024-08-01 00:00:00', '584', NULL, '', '0', 1, '2024-06-22 11:07:43', '2024-06-22 11:07:43'),
(325228, 3469, '2024-09-01 00:00:00', '584', NULL, '', '0', 1, '2024-06-22 11:07:43', '2024-06-22 11:07:43'),
(325229, 3469, '2024-10-01 00:00:00', '584', NULL, '', '0', 1, '2024-06-22 11:07:43', '2024-06-22 11:07:43'),
(325230, 3469, '2024-11-01 00:00:00', '584', NULL, '', '0', 1, '2024-06-22 11:07:43', '2024-06-22 11:07:43'),
(325231, 3469, '2024-12-01 00:00:00', '584', NULL, '', '0', 1, '2024-06-22 11:07:43', '2024-06-22 11:07:43'),
(325232, 3469, '2025-01-01 00:00:00', '584', NULL, '', '0', 1, '2024-06-22 11:07:43', '2024-06-22 11:07:43'),
(325233, 3469, '2025-02-01 00:00:00', '584', NULL, '', '0', 1, '2024-06-22 11:07:43', '2024-06-22 11:07:43'),
(325234, 3469, '2025-03-01 00:00:00', '584', NULL, '', '0', 1, '2024-06-22 11:07:43', '2024-06-22 11:07:43'),
(325235, 3469, '2025-04-01 00:00:00', '584', NULL, '', '0', 1, '2024-06-22 11:07:43', '2024-06-22 11:07:43'),
(325236, 3469, '2025-05-01 00:00:00', '584', NULL, '', '0', 1, '2024-06-22 11:07:43', '2024-06-22 11:07:43'),
(325237, 2834, '2024-04-01 00:00:00', '200', NULL, '', '0', 1, '2024-06-22 11:10:59', '2024-06-22 11:10:59'),
(325238, 2834, '2024-05-01 00:00:00', '200', NULL, '', '0', 1, '2024-06-22 11:10:59', '2024-06-22 11:10:59'),
(325239, 2834, '2024-06-01 00:00:00', '200', NULL, '', '0', 1, '2024-06-22 11:10:59', '2024-06-22 11:10:59'),
(325240, 2852, '2024-06-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-22 11:16:25', '2024-06-22 11:16:25'),
(325241, 3052, '2024-05-01 00:00:00', '200', NULL, '', '0', 1, '2024-06-22 11:19:06', '2024-06-22 11:19:06'),
(325242, 2866, '2024-06-01 00:00:00', '200', NULL, '', '0', 1, '2024-06-22 11:25:02', '2024-06-22 11:25:02'),
(325243, 2913, '2024-04-01 00:00:00', '600', NULL, '', '0', 1, '2024-06-22 11:26:41', '2024-06-22 11:26:41'),
(325244, 2913, '2024-05-01 00:00:00', '600', NULL, '', '0', 1, '2024-06-22 11:26:41', '2024-06-22 11:26:41'),
(325245, 3033, '2024-06-01 00:00:00', '600', NULL, '', '0', 1, '2024-06-22 11:32:32', '2024-06-22 11:32:32'),
(325246, 3172, '2024-06-01 00:00:00', '350', NULL, '', '0', 1, '2024-06-22 11:35:16', '2024-06-22 11:35:16'),
(325247, 2886, '2024-05-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-22 11:40:15', '2024-06-22 11:40:15'),
(325248, 3098, '2024-06-01 00:00:00', '600', NULL, '', '0', 1, '2024-06-22 11:41:16', '2024-06-22 11:41:16'),
(325249, 3067, '2024-06-01 00:00:00', '900', NULL, '', '0', 1, '2024-06-22 11:43:24', '2024-06-22 11:43:24'),
(325250, 2878, '2024-05-01 00:00:00', '150', NULL, '', '0', 1, '2024-06-22 11:44:27', '2024-06-22 11:44:27'),
(325251, 2969, '2024-06-01 00:00:00', '400', NULL, '', '0', 1, '2024-06-22 11:45:17', '2024-06-22 11:45:17'),
(325252, 3136, '2024-06-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-22 11:46:27', '2024-06-22 11:46:27'),
(325253, 3136, '2024-07-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-22 11:46:29', '2024-06-22 11:46:29'),
(325254, 3142, '2024-06-01 00:00:00', '350', NULL, '', '0', 1, '2024-06-22 11:49:56', '2024-06-22 11:49:56'),
(325255, 3007, '2024-06-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-22 11:52:14', '2024-06-22 11:52:14'),
(325256, 3101, '2024-06-01 00:00:00', '500', NULL, '', '0', 1, '2024-06-22 11:52:55', '2024-06-22 11:52:55'),
(325257, 3396, '2024-06-01 00:00:00', '350', NULL, '', '0', 1, '2024-06-22 11:53:43', '2024-06-22 11:53:43'),
(325258, 2824, '2024-06-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-22 11:54:26', '2024-06-22 11:54:26'),
(325259, 3008, '2024-06-01 00:00:00', '400', NULL, '', '0', 1, '2024-06-22 11:55:04', '2024-06-22 11:55:04'),
(325260, 2817, '2024-06-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-22 11:56:22', '2024-06-22 11:56:22'),
(325261, 3470, '2024-03-01 00:00:00', '400', NULL, '', '0', 1, '2024-06-22 12:39:07', '2024-06-22 12:39:30'),
(325262, 3470, '2024-04-01 00:00:00', '400', NULL, '', '0', 1, '2024-06-22 12:39:07', '2024-06-22 12:39:30'),
(325263, 3470, '2024-05-01 00:00:00', '400', NULL, '', '0', 1, '2024-06-22 12:39:07', '2024-06-22 12:39:30'),
(325266, 3471, '2023-12-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-22 12:47:13', '2024-06-22 12:47:30'),
(325267, 3471, '2024-01-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-22 12:47:13', '2024-06-22 12:47:30'),
(325268, 3471, '2024-02-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-22 12:47:13', '2024-06-22 12:47:30'),
(325269, 3471, '2024-03-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-22 12:47:13', '2024-06-22 12:47:30'),
(325270, 3471, '2024-04-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-22 12:47:13', '2024-06-22 12:47:30'),
(325271, 3471, '2024-05-01 00:00:00', '0', NULL, '', '0', 1, '2024-06-22 12:47:13', '2024-06-22 12:47:47'),
(325272, 3471, '2024-06-01 00:00:00', '0', NULL, '', '0', 1, '2024-06-22 12:47:13', '2024-06-22 12:47:47'),
(325274, 3292, '2024-06-01 00:00:00', '350', NULL, '', '0', 1, '2024-06-22 12:50:54', '2024-06-22 12:50:54'),
(325275, 3292, '2024-07-01 00:00:00', '350', NULL, '', '0', 1, '2024-06-22 12:50:54', '2024-06-22 12:50:54'),
(325276, 3292, '2024-08-01 00:00:00', '350', NULL, '', '0', 1, '2024-06-22 12:50:54', '2024-06-22 12:50:54'),
(325277, 3292, '2024-09-01 00:00:00', '350', NULL, '', '0', 1, '2024-06-22 12:50:54', '2024-06-22 12:50:54'),
(325278, 3292, '2024-10-01 00:00:00', '350', NULL, '', '0', 1, '2024-06-22 12:50:54', '2024-06-22 12:50:54'),
(325279, 3292, '2024-11-01 00:00:00', '350', NULL, '', '0', 1, '2024-06-22 12:50:54', '2024-06-22 12:50:54'),
(325280, 3472, '2024-06-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-22 12:53:59', '2024-06-22 12:54:22'),
(325281, 3153, '2024-05-01 00:00:00', '5000', NULL, '', '0', 1, '2024-06-22 12:57:52', '2024-06-22 12:57:52'),
(325282, 3161, '2024-06-01 00:00:00', '350', NULL, '', '0', 1, '2024-06-22 13:40:08', '2024-06-22 13:40:08'),
(325283, 2687, '2024-06-01 00:00:00', '350', NULL, '', '0', 1, '2024-06-22 14:04:09', '2024-06-22 14:04:09'),
(325284, 2816, '2024-04-01 00:00:00', '250', NULL, '', '0', 1, '2024-06-22 15:22:30', '2024-06-22 15:22:30'),
(325285, 2816, '2024-05-01 00:00:00', '250', NULL, '', '0', 1, '2024-06-22 15:22:30', '2024-06-22 15:22:30'),
(325286, 3361, '2024-06-01 00:00:00', '350', NULL, '', '0', 1, '2024-06-22 15:47:23', '2024-06-22 15:47:23'),
(325287, 3473, '2024-07-01 00:00:00', '315', '2024-07-01 00:00:00', '', '0', 1, '2024-06-22 16:42:15', '2024-06-22 16:43:42'),
(325288, 3473, '2024-08-01 00:00:00', '315', NULL, '', '0', 1, '2024-06-22 16:43:42', '2024-06-22 16:43:42'),
(325289, 3473, '2024-09-01 00:00:00', '315', NULL, '', '0', 1, '2024-06-22 16:43:42', '2024-06-22 16:43:42'),
(325290, 3473, '2024-10-01 00:00:00', '315', NULL, '', '0', 1, '2024-06-22 16:43:42', '2024-06-22 16:43:42'),
(325291, 3473, '2024-11-01 00:00:00', '315', NULL, '', '0', 1, '2024-06-22 16:43:42', '2024-06-22 16:43:42'),
(325292, 3473, '2024-12-01 00:00:00', '315', NULL, '', '0', 1, '2024-06-22 16:43:42', '2024-06-22 16:43:42'),
(325293, 3473, '2025-01-01 00:00:00', '315', NULL, '', '0', 1, '2024-06-22 16:43:42', '2024-06-22 16:43:42'),
(325294, 3473, '2025-02-01 00:00:00', '315', NULL, '', '0', 1, '2024-06-22 16:43:42', '2024-06-22 16:43:42'),
(325295, 3473, '2025-03-01 00:00:00', '315', NULL, '', '0', 1, '2024-06-22 16:43:42', '2024-06-22 16:43:42'),
(325296, 3473, '2025-04-01 00:00:00', '315', NULL, '', '0', 1, '2024-06-22 16:43:42', '2024-06-22 16:43:42'),
(325297, 3473, '2025-05-01 00:00:00', '315', NULL, '', '0', 1, '2024-06-22 16:43:42', '2024-06-22 16:43:42'),
(325298, 3473, '2025-06-01 00:00:00', '315', NULL, '', '0', 1, '2024-06-22 16:43:42', '2024-06-22 16:43:42'),
(325299, 3096, '2024-04-01 00:00:00', '250', NULL, '', '0', 1, '2024-06-23 10:53:00', '2024-06-23 10:53:00'),
(325300, 3032, '2024-06-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-23 10:54:05', '2024-06-23 10:54:05'),
(325301, 3178, '2024-06-01 00:00:00', '200', NULL, '', '0', 1, '2024-06-23 10:55:30', '2024-06-23 10:55:30'),
(325302, 2966, '2024-06-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-23 10:55:42', '2024-06-23 10:55:42'),
(325303, 3277, '2024-06-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-23 11:28:21', '2024-06-23 11:28:21'),
(325304, 3474, '2024-06-01 00:00:00', '315', NULL, '', '0', 1, '2024-06-23 11:57:44', '2024-06-23 11:57:57'),
(325305, 3474, '2024-07-01 00:00:00', '315', NULL, '', '0', 1, '2024-06-23 11:57:57', '2024-06-23 11:57:57'),
(325306, 3474, '2024-08-01 00:00:00', '315', NULL, '', '0', 1, '2024-06-23 11:57:57', '2024-06-23 11:57:57'),
(325307, 3474, '2024-09-01 00:00:00', '315', NULL, '', '0', 1, '2024-06-23 11:57:57', '2024-06-23 11:57:57'),
(325308, 3474, '2024-10-01 00:00:00', '315', NULL, '', '0', 1, '2024-06-23 11:57:57', '2024-06-23 11:57:57'),
(325309, 3474, '2024-11-01 00:00:00', '315', NULL, '', '0', 1, '2024-06-23 11:57:57', '2024-06-23 11:57:57'),
(325310, 3474, '2024-12-01 00:00:00', '315', NULL, '', '0', 1, '2024-06-23 11:57:57', '2024-06-23 11:57:57'),
(325311, 3474, '2025-01-01 00:00:00', '315', NULL, '', '0', 1, '2024-06-23 11:57:57', '2024-06-23 11:57:57'),
(325312, 3474, '2025-02-01 00:00:00', '315', NULL, '', '0', 1, '2024-06-23 11:57:57', '2024-06-23 11:57:57'),
(325313, 3474, '2025-03-01 00:00:00', '315', NULL, '', '0', 1, '2024-06-23 11:57:57', '2024-06-23 11:57:57'),
(325314, 3474, '2025-04-01 00:00:00', '315', NULL, '', '0', 1, '2024-06-23 11:57:57', '2024-06-23 11:57:57'),
(325315, 3474, '2025-05-01 00:00:00', '315', NULL, '', '0', 1, '2024-06-23 11:57:57', '2024-06-23 11:57:57'),
(325316, 2131, '2024-07-01 00:00:00', '500', NULL, '', '0', 1, '2024-06-23 12:43:43', '2024-06-23 12:43:43'),
(325317, 2131, '2024-08-01 00:00:00', '500', NULL, '', '0', 1, '2024-06-23 12:43:43', '2024-06-23 12:43:43'),
(325318, 2131, '2024-09-01 00:00:00', '500', NULL, '', '0', 1, '2024-06-23 12:43:43', '2024-06-23 12:43:43'),
(325319, 2131, '2024-10-01 00:00:00', '500', NULL, '', '0', 1, '2024-06-23 12:43:43', '2024-06-23 12:43:43'),
(325320, 2131, '2024-11-01 00:00:00', '500', NULL, '', '0', 1, '2024-06-23 12:43:43', '2024-06-23 12:43:43'),
(325321, 3138, '2024-06-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-23 12:51:09', '2024-06-23 12:51:09'),
(325322, 3195, '2024-06-01 00:00:00', '1360', NULL, '', '0', 1, '2024-06-23 13:52:50', '2024-06-23 13:52:50'),
(325323, 3475, '2024-06-01 00:00:00', '287', NULL, '', '0', 1, '2024-06-23 15:49:37', '2024-06-23 15:49:50'),
(325324, 3475, '2024-07-01 00:00:00', '287', NULL, '', '0', 1, '2024-06-23 15:49:51', '2024-06-23 15:49:51'),
(325325, 3475, '2024-08-01 00:00:00', '287', NULL, '', '0', 1, '2024-06-23 15:49:51', '2024-06-23 15:49:51'),
(325326, 3475, '2024-09-01 00:00:00', '287', NULL, '', '0', 1, '2024-06-23 15:49:51', '2024-06-23 15:49:51'),
(325327, 3475, '2024-10-01 00:00:00', '287', NULL, '', '0', 1, '2024-06-23 15:49:51', '2024-06-23 15:49:51'),
(325328, 3475, '2024-11-01 00:00:00', '287', NULL, '', '0', 1, '2024-06-23 15:49:51', '2024-06-23 15:49:51'),
(325329, 3475, '2024-12-01 00:00:00', '287', NULL, '', '0', 1, '2024-06-23 15:49:51', '2024-06-23 15:49:51'),
(325330, 3475, '2025-01-01 00:00:00', '287', NULL, '', '0', 1, '2024-06-23 15:49:51', '2024-06-23 15:49:51'),
(325331, 3475, '2025-02-01 00:00:00', '287', NULL, '', '0', 1, '2024-06-23 15:49:51', '2024-06-23 15:49:51'),
(325332, 3475, '2025-03-01 00:00:00', '287', NULL, '', '0', 1, '2024-06-23 15:49:51', '2024-06-23 15:49:51'),
(325333, 3475, '2025-04-01 00:00:00', '287', NULL, '', '0', 1, '2024-06-23 15:49:51', '2024-06-23 15:49:51'),
(325334, 3475, '2025-05-01 00:00:00', '287', NULL, '', '0', 1, '2024-06-23 15:49:51', '2024-06-23 15:49:51'),
(325335, 2929, '2024-06-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-23 17:43:00', '2024-06-23 17:43:00'),
(325336, 2995, '2024-06-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-23 17:43:24', '2024-06-23 17:43:24'),
(325337, 3203, '2024-06-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-23 17:53:50', '2024-06-23 17:53:50'),
(325338, 3250, '2024-06-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-24 13:39:10', '2024-06-24 13:39:10'),
(325339, 2958, '2024-06-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-24 13:40:04', '2024-06-24 13:40:04'),
(325340, 3167, '2024-06-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-24 13:40:32', '2024-06-24 13:40:32'),
(325341, 3010, '2024-06-01 00:00:00', '350', NULL, '', '0', 1, '2024-06-24 13:41:09', '2024-06-24 13:41:09'),
(325342, 3301, '2024-06-01 00:00:00', '500', NULL, '', '0', 1, '2024-06-24 13:41:38', '2024-06-24 13:41:38'),
(325343, 3037, '2024-05-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-24 13:42:09', '2024-06-24 13:42:09'),
(325344, 3123, '2024-06-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-24 13:42:50', '2024-06-24 13:42:50'),
(325345, 3476, '2024-06-01 00:00:00', '284', NULL, '', '0', 1, '2024-06-24 13:56:51', '2024-06-24 13:57:07'),
(325346, 3476, '2024-07-01 00:00:00', '284', NULL, '', '0', 1, '2024-06-24 13:57:07', '2024-06-24 13:57:07'),
(325347, 3476, '2024-08-01 00:00:00', '284', NULL, '', '0', 1, '2024-06-24 13:57:08', '2024-06-24 13:57:08'),
(325348, 3476, '2024-09-01 00:00:00', '284', NULL, '', '0', 1, '2024-06-24 13:57:08', '2024-06-24 13:57:08'),
(325349, 3476, '2024-10-01 00:00:00', '284', NULL, '', '0', 1, '2024-06-24 13:57:08', '2024-06-24 13:57:08'),
(325350, 3476, '2024-11-01 00:00:00', '284', NULL, '', '0', 1, '2024-06-24 13:57:08', '2024-06-24 13:57:08'),
(325351, 3476, '2024-12-01 00:00:00', '284', NULL, '', '0', 1, '2024-06-24 13:57:08', '2024-06-24 13:57:08'),
(325352, 3476, '2025-01-01 00:00:00', '284', NULL, '', '0', 1, '2024-06-24 13:57:08', '2024-06-24 13:57:08'),
(325353, 3476, '2025-02-01 00:00:00', '284', NULL, '', '0', 1, '2024-06-24 13:57:08', '2024-06-24 13:57:08'),
(325354, 3476, '2025-03-01 00:00:00', '284', NULL, '', '0', 1, '2024-06-24 13:57:08', '2024-06-24 13:57:08'),
(325355, 3476, '2025-04-01 00:00:00', '284', NULL, '', '0', 1, '2024-06-24 13:57:08', '2024-06-24 13:57:08'),
(325356, 3476, '2025-05-01 00:00:00', '284', NULL, '', '0', 1, '2024-06-24 13:57:08', '2024-06-24 13:57:08'),
(325357, 2932, '2024-06-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-24 15:29:24', '2024-06-24 15:29:24'),
(325358, 3055, '2024-05-01 00:00:00', '150', NULL, '', '0', 1, '2024-06-24 16:01:16', '2024-06-24 16:01:16'),
(325359, 3087, '2024-05-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-24 16:02:18', '2024-06-24 16:02:18'),
(325360, 3087, '2024-06-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-24 16:02:18', '2024-06-24 16:02:18'),
(325361, 2826, '2024-06-01 00:00:00', '250', NULL, '', '0', 1, '2024-06-24 16:02:54', '2024-06-24 16:02:54'),
(325362, 3125, '2024-06-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-24 16:16:40', '2024-06-24 16:16:40'),
(325363, 3080, '2024-06-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-24 16:25:55', '2024-06-24 16:25:55'),
(325364, 3085, '2024-06-01 00:00:00', '270', NULL, '', '0', 1, '2024-06-24 16:42:39', '2024-06-24 16:42:39'),
(325365, 3085, '2024-07-01 00:00:00', '270', NULL, '', '0', 1, '2024-06-24 16:42:39', '2024-06-24 16:42:39'),
(325366, 3085, '2024-08-01 00:00:00', '270', NULL, '', '0', 1, '2024-06-24 16:42:39', '2024-06-24 16:42:39'),
(325367, 3085, '2024-09-01 00:00:00', '270', NULL, '', '0', 1, '2024-06-24 16:42:39', '2024-06-24 16:42:39'),
(325368, 3085, '2024-10-01 00:00:00', '270', NULL, '', '0', 1, '2024-06-24 16:42:39', '2024-06-24 16:42:39'),
(325369, 3226, '2024-06-01 00:00:00', '350', NULL, '', '0', 1, '2024-06-24 16:43:20', '2024-06-24 16:43:20'),
(325370, 3083, '2024-06-01 00:00:00', '500', NULL, '', '0', 1, '2024-06-24 16:48:55', '2024-06-24 16:48:55'),
(325371, 3477, '2024-06-01 00:00:00', '200', NULL, '', '0', 1, '2024-06-24 17:04:48', '2024-06-24 17:05:06'),
(325372, 3181, '2024-06-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-24 17:39:43', '2024-06-24 17:39:43'),
(325373, 3394, '2024-06-01 00:00:00', '350', NULL, '', '0', 1, '2024-06-24 18:06:33', '2024-06-24 18:06:33'),
(325374, 3382, '2024-06-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-24 18:09:10', '2024-06-24 18:09:10'),
(325375, 3200, '2024-06-01 00:00:00', '400', NULL, '', '0', 1, '2024-06-25 10:42:16', '2024-06-25 10:42:16'),
(325376, 3184, '2024-05-01 00:00:00', '200', NULL, '', '0', 1, '2024-06-25 10:44:16', '2024-06-25 10:44:16'),
(325377, 3184, '2024-06-01 00:00:00', '200', NULL, '', '0', 1, '2024-06-25 10:44:16', '2024-06-25 10:44:16'),
(325378, 2059, '2024-06-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-25 10:45:55', '2024-06-25 10:45:55'),
(325379, 2800, '2024-06-01 00:00:00', '250', NULL, '', '0', 1, '2024-06-25 10:46:27', '2024-06-25 10:46:27'),
(325380, 3199, '2024-06-01 00:00:00', '600', NULL, '', '0', 1, '2024-06-25 10:47:22', '2024-06-25 10:47:22'),
(325381, 3016, '2024-06-01 00:00:00', '1000', NULL, '', '0', 1, '2024-06-25 10:49:46', '2024-06-25 10:49:46'),
(325382, 3478, '2024-05-01 00:00:00', '350', NULL, '', '0', 1, '2024-06-25 11:18:32', '2024-06-25 11:20:07'),
(325383, 3478, '2024-06-01 00:00:00', '350', NULL, '', '0', 1, '2024-06-25 11:18:32', '2024-06-25 11:20:07'),
(325384, 3478, '2024-07-01 00:00:00', NULL, NULL, '', '350', 0, '2024-06-25 11:18:32', '2024-06-25 11:18:32'),
(325385, 3076, '2024-06-01 00:00:00', '900', NULL, '', '0', 1, '2024-06-25 11:42:00', '2024-06-25 11:42:00'),
(325386, 3076, '2024-07-01 00:00:00', '900', NULL, '', '0', 1, '2024-06-25 11:42:00', '2024-06-25 11:42:00'),
(325387, 3102, '2024-06-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-25 11:43:06', '2024-06-25 11:43:06'),
(325388, 3479, '2024-04-01 00:00:00', NULL, NULL, '', '300', 0, '2024-06-25 12:34:01', '2024-06-25 12:34:01'),
(325392, 3480, '2024-07-01 00:00:00', '300', '2024-07-01 00:00:00', '', '0', 1, '2024-06-25 12:36:37', '2024-06-25 12:36:58'),
(325393, 3480, '2024-08-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-25 12:36:58', '2024-06-25 12:36:58'),
(325394, 3480, '2024-09-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-25 12:36:58', '2024-06-25 12:36:58'),
(325395, 3481, '2024-07-01 00:00:00', '300', '2024-07-01 00:00:00', '', '0', 1, '2024-06-25 12:40:00', '2024-06-25 12:45:10'),
(325396, 3482, '2024-06-01 00:00:00', '250', NULL, '', '0', 1, '2024-06-25 13:27:52', '2024-06-25 13:28:04'),
(325397, 2935, '2024-04-01 00:00:00', '333', NULL, '', '0', 1, '2024-06-25 13:32:02', '2024-06-25 13:32:02'),
(325398, 2935, '2024-05-01 00:00:00', '333', NULL, '', '0', 1, '2024-06-25 13:32:02', '2024-06-25 13:32:02'),
(325399, 2798, '2024-06-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-25 13:51:47', '2024-06-25 13:51:47'),
(325400, 3483, '2024-06-01 00:00:00', '315', NULL, '', '0', 1, '2024-06-25 14:17:50', '2024-06-25 14:18:15'),
(325401, 3483, '2024-07-01 00:00:00', '315', NULL, '', '0', 1, '2024-06-25 14:18:15', '2024-06-25 14:18:15'),
(325402, 3483, '2024-08-01 00:00:00', '315', NULL, '', '0', 1, '2024-06-25 14:18:15', '2024-06-25 14:18:15'),
(325403, 3483, '2024-09-01 00:00:00', '315', NULL, '', '0', 1, '2024-06-25 14:18:15', '2024-06-25 14:18:15'),
(325404, 3483, '2024-10-01 00:00:00', '315', NULL, '', '0', 1, '2024-06-25 14:18:15', '2024-06-25 14:18:15'),
(325405, 3483, '2024-11-01 00:00:00', '315', NULL, '', '0', 1, '2024-06-25 14:18:15', '2024-06-25 14:18:15'),
(325406, 3483, '2024-12-01 00:00:00', '315', NULL, '', '0', 1, '2024-06-25 14:18:15', '2024-06-25 14:18:15'),
(325407, 3483, '2025-01-01 00:00:00', '315', NULL, '', '0', 1, '2024-06-25 14:18:15', '2024-06-25 14:18:15'),
(325408, 3483, '2025-02-01 00:00:00', '315', NULL, '', '0', 1, '2024-06-25 14:18:15', '2024-06-25 14:18:15'),
(325409, 3483, '2025-03-01 00:00:00', '315', NULL, '', '0', 1, '2024-06-25 14:18:15', '2024-06-25 14:18:15'),
(325410, 3483, '2025-04-01 00:00:00', '315', NULL, '', '0', 1, '2024-06-25 14:18:15', '2024-06-25 14:18:15');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(325411, 3483, '2025-05-01 00:00:00', '315', NULL, '', '0', 1, '2024-06-25 14:18:15', '2024-06-25 14:18:15'),
(325412, 3261, '2024-04-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-25 14:27:02', '2024-06-25 14:27:02'),
(325413, 3261, '2024-05-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-25 14:27:02', '2024-06-25 14:27:02'),
(325414, 3160, '2024-04-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-25 16:06:54', '2024-06-25 16:06:54'),
(325415, 3160, '2024-05-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-25 16:06:54', '2024-06-25 16:06:54'),
(325418, 3484, '2024-07-01 00:00:00', '267', '2024-07-01 00:00:00', '', '0', 1, '2024-06-25 16:19:04', '2024-06-25 16:19:23'),
(325419, 3484, '2024-08-01 00:00:00', '267', NULL, '', '0', 1, '2024-06-25 16:19:23', '2024-06-25 16:19:23'),
(325420, 3484, '2024-09-01 00:00:00', '267', NULL, '', '0', 1, '2024-06-25 16:19:23', '2024-06-25 16:19:23'),
(325421, 3484, '2024-10-01 00:00:00', '267', NULL, '', '0', 1, '2024-06-25 16:19:23', '2024-06-25 16:19:23'),
(325422, 3484, '2024-11-01 00:00:00', '267', NULL, '', '0', 1, '2024-06-25 16:19:23', '2024-06-25 16:19:23'),
(325423, 3484, '2024-12-01 00:00:00', '267', NULL, '', '0', 1, '2024-06-25 16:19:23', '2024-06-25 16:19:23'),
(325424, 2960, '2024-06-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-25 16:40:23', '2024-06-25 16:40:23'),
(325425, 3485, '2024-06-01 00:00:00', '315', NULL, '', '0', 1, '2024-06-25 16:45:51', '2024-06-25 16:46:31'),
(325426, 3485, '2024-07-01 00:00:00', '315', NULL, '', '0', 1, '2024-06-25 16:46:31', '2024-06-25 16:46:31'),
(325427, 3485, '2024-08-01 00:00:00', '315', NULL, '', '0', 1, '2024-06-25 16:46:31', '2024-06-25 16:46:31'),
(325428, 3485, '2024-09-01 00:00:00', '315', NULL, '', '0', 1, '2024-06-25 16:46:31', '2024-06-25 16:46:31'),
(325429, 3485, '2024-10-01 00:00:00', '315', NULL, '', '0', 1, '2024-06-25 16:46:31', '2024-06-25 16:46:31'),
(325430, 3485, '2024-11-01 00:00:00', '315', NULL, '', '0', 1, '2024-06-25 16:46:31', '2024-06-25 16:46:31'),
(325431, 3485, '2024-12-01 00:00:00', '315', NULL, '', '0', 1, '2024-06-25 16:46:31', '2024-06-25 16:46:31'),
(325432, 3485, '2025-01-01 00:00:00', '315', NULL, '', '0', 1, '2024-06-25 16:46:31', '2024-06-25 16:46:31'),
(325433, 3485, '2025-02-01 00:00:00', '315', NULL, '', '0', 1, '2024-06-25 16:46:31', '2024-06-25 16:46:31'),
(325434, 3485, '2025-03-01 00:00:00', '315', NULL, '', '0', 1, '2024-06-25 16:46:31', '2024-06-25 16:46:31'),
(325435, 3485, '2025-04-01 00:00:00', '315', NULL, '', '0', 1, '2024-06-25 16:46:31', '2024-06-25 16:46:31'),
(325436, 3485, '2025-05-01 00:00:00', '315', NULL, '', '0', 1, '2024-06-25 16:46:31', '2024-06-25 16:46:31'),
(325437, 3222, '2024-06-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-25 17:29:10', '2024-06-25 17:29:10'),
(325438, 3222, '2024-07-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-25 17:29:10', '2024-06-25 17:29:10'),
(325439, 3222, '2024-08-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-25 17:29:10', '2024-06-25 17:29:10'),
(325440, 3222, '2024-09-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-25 17:29:10', '2024-06-25 17:29:10'),
(325441, 3222, '2024-10-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-25 17:29:10', '2024-06-25 17:29:10'),
(325442, 3222, '2024-11-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-25 17:29:10', '2024-06-25 17:29:10'),
(325443, 3341, '2024-05-01 00:00:00', '200', NULL, '', '0', 1, '2024-06-25 17:40:29', '2024-06-25 17:40:29'),
(325444, 3341, '2024-06-01 00:00:00', '200', NULL, '', '0', 1, '2024-06-25 17:42:47', '2024-06-25 17:42:47'),
(325445, 3041, '2024-06-01 00:00:00', '2600', NULL, '', '0', 1, '2024-06-26 11:14:43', '2024-06-26 11:14:43'),
(325446, 3486, '2024-06-01 00:00:00', '315', NULL, '', '0', 1, '2024-06-26 11:17:51', '2024-06-26 11:18:06'),
(325447, 3486, '2024-07-01 00:00:00', '315', NULL, '', '0', 1, '2024-06-26 11:18:06', '2024-06-26 11:18:06'),
(325448, 3486, '2024-08-01 00:00:00', '315', NULL, '', '0', 1, '2024-06-26 11:18:06', '2024-06-26 11:18:06'),
(325449, 3486, '2024-09-01 00:00:00', '315', NULL, '', '0', 1, '2024-06-26 11:18:06', '2024-06-26 11:18:06'),
(325450, 3486, '2024-10-01 00:00:00', '315', NULL, '', '0', 1, '2024-06-26 11:18:06', '2024-06-26 11:18:06'),
(325451, 3486, '2024-11-01 00:00:00', '315', NULL, '', '0', 1, '2024-06-26 11:18:06', '2024-06-26 11:18:06'),
(325452, 3486, '2024-12-01 00:00:00', '315', NULL, '', '0', 1, '2024-06-26 11:18:06', '2024-06-26 11:18:06'),
(325453, 3486, '2025-01-01 00:00:00', '315', NULL, '', '0', 1, '2024-06-26 11:18:06', '2024-06-26 11:18:06'),
(325454, 3486, '2025-02-01 00:00:00', '315', NULL, '', '0', 1, '2024-06-26 11:18:06', '2024-06-26 11:18:06'),
(325455, 3486, '2025-03-01 00:00:00', '315', NULL, '', '0', 1, '2024-06-26 11:18:06', '2024-06-26 11:18:06'),
(325456, 3486, '2025-04-01 00:00:00', '315', NULL, '', '0', 1, '2024-06-26 11:18:06', '2024-06-26 11:18:06'),
(325457, 3486, '2025-05-01 00:00:00', '315', NULL, '', '0', 1, '2024-06-26 11:18:06', '2024-06-26 11:18:06'),
(325458, 3043, '2024-04-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-26 11:21:18', '2024-06-26 11:21:18'),
(325459, 3043, '2024-05-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-26 11:21:18', '2024-06-26 11:21:18'),
(325460, 3072, '2024-06-01 00:00:00', '0', NULL, '', '0', 1, '2024-06-26 12:57:03', '2024-06-26 12:57:03'),
(325461, 3065, '2024-05-01 00:00:00', '400', NULL, '', '0', 1, '2024-06-26 14:54:55', '2024-06-26 14:54:55'),
(325462, 3065, '2024-06-01 00:00:00', '400', NULL, '', '0', 1, '2024-06-26 14:54:55', '2024-06-26 14:54:55'),
(325463, 3285, '2024-06-01 00:00:00', '600', NULL, '', '0', 1, '2024-06-26 15:10:18', '2024-06-26 15:10:18'),
(325464, 3243, '2024-06-01 00:00:00', '3000', NULL, '', '0', 1, '2024-06-26 15:20:01', '2024-06-26 15:20:01'),
(325465, 3155, '2024-06-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-26 15:43:26', '2024-06-26 15:43:26'),
(325466, 3487, '2024-06-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-26 15:47:24', '2024-06-26 15:47:41'),
(325467, 3488, '2024-06-01 00:00:00', '315', NULL, '', '0', 1, '2024-06-26 16:00:37', '2024-06-26 16:01:37'),
(325468, 3488, '2024-07-01 00:00:00', '315', NULL, '', '0', 1, '2024-06-26 16:01:37', '2024-06-26 16:01:37'),
(325469, 3488, '2024-08-01 00:00:00', '315', NULL, '', '0', 1, '2024-06-26 16:01:37', '2024-06-26 16:01:37'),
(325470, 3488, '2024-09-01 00:00:00', '315', NULL, '', '0', 1, '2024-06-26 16:01:37', '2024-06-26 16:01:37'),
(325471, 3488, '2024-10-01 00:00:00', '315', NULL, '', '0', 1, '2024-06-26 16:01:37', '2024-06-26 16:01:37'),
(325472, 3488, '2024-11-01 00:00:00', '315', NULL, '', '0', 1, '2024-06-26 16:01:37', '2024-06-26 16:01:37'),
(325473, 3488, '2024-12-01 00:00:00', '315', NULL, '', '0', 1, '2024-06-26 16:01:37', '2024-06-26 16:01:37'),
(325474, 3488, '2025-01-01 00:00:00', '315', NULL, '', '0', 1, '2024-06-26 16:01:37', '2024-06-26 16:01:37'),
(325475, 3488, '2025-02-01 00:00:00', '315', NULL, '', '0', 1, '2024-06-26 16:01:37', '2024-06-26 16:01:37'),
(325476, 3488, '2025-03-01 00:00:00', '315', NULL, '', '0', 1, '2024-06-26 16:01:37', '2024-06-26 16:01:37'),
(325477, 3488, '2025-04-01 00:00:00', '315', NULL, '', '0', 1, '2024-06-26 16:01:37', '2024-06-26 16:01:37'),
(325478, 3488, '2025-05-01 00:00:00', '315', NULL, '', '0', 1, '2024-06-26 16:01:37', '2024-06-26 16:01:37'),
(325479, 2843, '2024-06-01 00:00:00', '350', NULL, '', '0', 1, '2024-06-26 16:13:30', '2024-06-26 16:13:30'),
(325480, 3489, '2024-06-01 00:00:00', '270', NULL, '', '0', 1, '2024-06-26 16:23:31', '2024-06-26 16:24:01'),
(325481, 3489, '2024-07-01 00:00:00', '270', NULL, '', '0', 1, '2024-06-26 16:24:01', '2024-06-26 16:24:01'),
(325482, 3489, '2024-08-01 00:00:00', '270', NULL, '', '0', 1, '2024-06-26 16:24:01', '2024-06-26 16:24:01'),
(325483, 3489, '2024-09-01 00:00:00', '270', NULL, '', '0', 1, '2024-06-26 16:24:01', '2024-06-26 16:24:01'),
(325484, 3489, '2024-10-01 00:00:00', '270', NULL, '', '0', 1, '2024-06-26 16:24:01', '2024-06-26 16:24:01'),
(325485, 3489, '2024-11-01 00:00:00', '270', NULL, '', '0', 1, '2024-06-26 16:24:01', '2024-06-26 16:24:01'),
(325486, 3489, '2024-12-01 00:00:00', '270', NULL, '', '0', 1, '2024-06-26 16:24:01', '2024-06-26 16:24:01'),
(325487, 3489, '2025-01-01 00:00:00', '270', NULL, '', '0', 1, '2024-06-26 16:24:01', '2024-06-26 16:24:01'),
(325488, 3489, '2025-02-01 00:00:00', '270', NULL, '', '0', 1, '2024-06-26 16:24:01', '2024-06-26 16:24:01'),
(325489, 3489, '2025-03-01 00:00:00', '270', NULL, '', '0', 1, '2024-06-26 16:24:01', '2024-06-26 16:24:01'),
(325490, 3489, '2025-04-01 00:00:00', '270', NULL, '', '0', 1, '2024-06-26 16:24:01', '2024-06-26 16:24:01'),
(325491, 3489, '2025-05-01 00:00:00', '270', NULL, '', '0', 1, '2024-06-26 16:24:01', '2024-06-26 16:24:01'),
(325492, 3063, '2024-06-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-26 16:24:54', '2024-06-26 16:24:54'),
(325493, 2872, '2024-06-01 00:00:00', '900', NULL, '', '0', 1, '2024-06-26 16:47:23', '2024-06-26 16:47:23'),
(325494, 3319, '2024-06-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-26 17:02:27', '2024-06-26 17:02:27'),
(325498, 2879, '2024-06-01 00:00:00', '350', NULL, '', '0', 1, '2024-06-26 17:39:42', '2024-06-26 17:39:42'),
(325499, 3300, '2024-06-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-26 17:41:07', '2024-06-26 17:41:07'),
(325500, 3300, '2024-07-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-26 17:41:07', '2024-06-26 17:41:07'),
(325501, 3300, '2024-08-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-26 17:41:07', '2024-06-26 17:41:07'),
(325502, 3144, '2024-06-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-26 17:56:20', '2024-06-26 17:56:20'),
(325503, 2875, '2024-06-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-26 18:16:27', '2024-06-26 18:16:27'),
(325504, 3064, '2024-06-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-27 10:31:24', '2024-06-27 10:31:24'),
(325505, 3060, '2024-06-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-27 10:32:10', '2024-06-27 10:32:10'),
(325506, 3235, '2024-06-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-27 10:34:45', '2024-06-27 10:34:45'),
(325507, 3151, '2024-05-01 00:00:00', '600', NULL, '', '0', 1, '2024-06-27 10:36:57', '2024-06-27 10:36:57'),
(325508, 3151, '2024-06-01 00:00:00', '600', NULL, '', '0', 1, '2024-06-27 10:36:57', '2024-06-27 10:36:57'),
(325509, 2789, '2024-05-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-27 12:29:49', '2024-06-27 12:29:49'),
(325510, 2912, '2024-06-01 00:00:00', '400', NULL, '', '0', 1, '2024-06-27 14:44:30', '2024-06-27 14:44:30'),
(325511, 2918, '2024-06-01 00:00:00', '400', NULL, '', '0', 1, '2024-06-27 15:43:49', '2024-06-27 15:43:49'),
(325512, 2926, '2024-06-01 00:00:00', '0', NULL, '', '0', 1, '2024-06-27 15:52:29', '2024-06-27 15:52:29'),
(325513, 3490, '2024-06-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-27 16:19:07', '2024-06-27 16:19:35'),
(325514, 3491, '2024-06-01 00:00:00', '350', NULL, '', '0', 1, '2024-06-27 16:23:34', '2024-06-27 16:23:54'),
(325515, 2944, '2024-06-01 00:00:00', '333', NULL, '', '0', 1, '2024-06-27 18:12:22', '2024-06-27 18:12:22'),
(325516, 2924, '2024-05-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-27 18:12:55', '2024-06-27 18:12:55'),
(325517, 2924, '2024-06-01 00:00:00', '300', NULL, '', '0', 1, '2024-06-27 18:12:55', '2024-06-27 18:12:55'),
(325518, 3493, '2009-10-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:07:40', '2024-07-01 04:07:40'),
(325519, 3493, '2009-11-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:07:40', '2024-07-01 04:07:40'),
(325520, 3493, '2009-12-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:07:40', '2024-07-01 04:07:40'),
(325521, 3493, '2010-01-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:07:40', '2024-07-01 04:07:40'),
(325522, 3493, '2010-02-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:07:40', '2024-07-01 04:07:40'),
(325523, 3493, '2010-03-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:07:40', '2024-07-01 04:07:40'),
(325524, 3493, '2010-04-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:07:40', '2024-07-01 04:07:40'),
(325525, 3493, '2010-05-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:07:40', '2024-07-01 04:07:40'),
(325526, 3493, '2010-06-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:07:40', '2024-07-01 04:07:40'),
(325527, 3493, '2010-07-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:07:40', '2024-07-01 04:07:40'),
(325528, 3493, '2010-08-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:07:40', '2024-07-01 04:07:40'),
(325529, 3493, '2010-09-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:07:40', '2024-07-01 04:07:40'),
(325530, 3493, '2010-10-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:07:40', '2024-07-01 04:07:40'),
(325531, 3493, '2010-11-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:07:40', '2024-07-01 04:07:40'),
(325532, 3493, '2010-12-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:07:40', '2024-07-01 04:07:40'),
(325533, 3493, '2011-01-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:07:40', '2024-07-01 04:07:40'),
(325534, 3493, '2011-02-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:07:40', '2024-07-01 04:07:40'),
(325535, 3493, '2011-03-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:07:40', '2024-07-01 04:07:40'),
(325536, 3493, '2011-04-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:07:40', '2024-07-01 04:07:40'),
(325537, 3493, '2011-05-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:07:40', '2024-07-01 04:07:40'),
(325538, 3493, '2011-06-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:07:40', '2024-07-01 04:07:40'),
(325539, 3493, '2011-07-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:07:41', '2024-07-01 04:07:41'),
(325540, 3493, '2011-08-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:07:41', '2024-07-01 04:07:41'),
(325541, 3493, '2011-09-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:07:41', '2024-07-01 04:07:41'),
(325542, 3493, '2011-10-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:07:41', '2024-07-01 04:07:41'),
(325543, 3493, '2011-11-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:07:41', '2024-07-01 04:07:41'),
(325544, 3493, '2011-12-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:07:41', '2024-07-01 04:07:41'),
(325545, 3493, '2012-01-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:07:41', '2024-07-01 04:07:41'),
(325546, 3493, '2012-02-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:07:41', '2024-07-01 04:07:41'),
(325547, 3493, '2012-03-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:07:41', '2024-07-01 04:07:41'),
(325548, 3493, '2012-04-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:07:41', '2024-07-01 04:07:41'),
(325549, 3493, '2012-05-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:07:41', '2024-07-01 04:07:41'),
(325550, 3493, '2012-06-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:07:41', '2024-07-01 04:07:41'),
(325551, 3493, '2012-07-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:07:41', '2024-07-01 04:07:41'),
(325552, 3493, '2012-08-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:07:41', '2024-07-01 04:07:41'),
(325553, 3493, '2012-09-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:07:41', '2024-07-01 04:07:41'),
(325554, 3493, '2012-10-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:07:41', '2024-07-01 04:07:41'),
(325555, 3493, '2012-11-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:07:41', '2024-07-01 04:07:41'),
(325556, 3493, '2012-12-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:07:41', '2024-07-01 04:07:41'),
(325557, 3493, '2013-01-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:07:41', '2024-07-01 04:07:41'),
(325558, 3493, '2013-02-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:07:41', '2024-07-01 04:07:41'),
(325559, 3493, '2013-03-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:07:41', '2024-07-01 04:07:41'),
(325560, 3493, '2013-04-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:07:41', '2024-07-01 04:07:41'),
(325561, 3493, '2013-05-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:07:41', '2024-07-01 04:07:41'),
(325562, 3493, '2013-06-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:07:41', '2024-07-01 04:07:41'),
(325563, 3493, '2013-07-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:07:41', '2024-07-01 04:07:41'),
(325564, 3493, '2013-08-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:07:41', '2024-07-01 04:07:41'),
(325565, 3493, '2013-09-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:07:41', '2024-07-01 04:07:41'),
(325566, 3493, '2013-10-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:07:41', '2024-07-01 04:07:41'),
(325567, 3493, '2013-11-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:07:41', '2024-07-01 04:07:41'),
(325568, 3493, '2013-12-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:07:41', '2024-07-01 04:07:41'),
(325569, 3493, '2014-01-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:07:41', '2024-07-01 04:07:41'),
(325570, 3493, '2014-02-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:07:41', '2024-07-01 04:07:41'),
(325571, 3493, '2014-03-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:07:41', '2024-07-01 04:07:41'),
(325572, 3493, '2014-04-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:07:41', '2024-07-01 04:07:41'),
(325573, 3493, '2014-05-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:07:41', '2024-07-01 04:07:41'),
(325574, 3493, '2014-06-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:07:41', '2024-07-01 04:07:41'),
(325575, 3493, '2014-07-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:07:41', '2024-07-01 04:07:41'),
(325576, 3493, '2014-08-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:07:41', '2024-07-01 04:07:41'),
(325577, 3493, '2014-09-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:07:42', '2024-07-01 04:07:42'),
(325578, 3493, '2014-10-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:07:42', '2024-07-01 04:07:42'),
(325579, 3493, '2014-11-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:07:42', '2024-07-01 04:07:42'),
(325580, 3493, '2014-12-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:07:42', '2024-07-01 04:07:42'),
(325581, 3493, '2015-01-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:07:42', '2024-07-01 04:07:42'),
(325582, 3493, '2015-02-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:07:42', '2024-07-01 04:07:42'),
(325583, 3493, '2015-03-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:07:42', '2024-07-01 04:07:42'),
(325584, 3493, '2015-04-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:07:42', '2024-07-01 04:07:42'),
(325585, 3493, '2015-05-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:07:42', '2024-07-01 04:07:42'),
(325586, 3493, '2015-06-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:07:42', '2024-07-01 04:07:42'),
(325587, 3493, '2015-07-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:07:42', '2024-07-01 04:07:42'),
(325588, 3493, '2015-08-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:07:42', '2024-07-01 04:07:42'),
(325589, 3493, '2015-09-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:07:42', '2024-07-01 04:07:42'),
(325590, 3493, '2015-10-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:07:42', '2024-07-01 04:07:42'),
(325591, 3493, '2015-11-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:07:42', '2024-07-01 04:07:42'),
(325592, 3493, '2015-12-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:07:42', '2024-07-01 04:07:42'),
(325593, 3493, '2016-01-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:07:42', '2024-07-01 04:07:42'),
(325594, 3493, '2016-02-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:07:42', '2024-07-01 04:07:42'),
(325595, 3493, '2016-03-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:07:42', '2024-07-01 04:07:42'),
(325596, 3493, '2016-04-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:07:42', '2024-07-01 04:07:42'),
(325597, 3493, '2016-05-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:07:42', '2024-07-01 04:07:42'),
(325598, 3493, '2016-06-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:07:42', '2024-07-01 04:07:42'),
(325599, 3493, '2016-07-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:07:42', '2024-07-01 04:07:42'),
(325600, 3493, '2016-08-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:07:42', '2024-07-01 04:07:42'),
(325601, 3493, '2016-09-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:07:42', '2024-07-01 04:07:42'),
(325602, 3493, '2016-10-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:07:42', '2024-07-01 04:07:42'),
(325603, 3493, '2016-11-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:07:42', '2024-07-01 04:07:42'),
(325604, 3493, '2016-12-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:07:42', '2024-07-01 04:07:42'),
(325605, 3493, '2017-01-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:07:42', '2024-07-01 04:07:42'),
(325606, 3493, '2017-02-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:07:42', '2024-07-01 04:07:42'),
(325607, 3493, '2017-03-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:07:42', '2024-07-01 04:07:42'),
(325608, 3493, '2017-04-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:07:42', '2024-07-01 04:07:42'),
(325609, 3493, '2017-05-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:07:42', '2024-07-01 04:07:42'),
(325610, 3493, '2017-06-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:07:42', '2024-07-01 04:07:42'),
(325611, 3493, '2017-07-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:07:42', '2024-07-01 04:07:42'),
(325612, 3493, '2017-08-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:07:42', '2024-07-01 04:07:42'),
(325613, 3493, '2017-09-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:07:42', '2024-07-01 04:07:42'),
(325614, 3493, '2017-10-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:07:42', '2024-07-01 04:07:42'),
(325615, 3493, '2017-11-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:07:42', '2024-07-01 04:07:42'),
(325616, 3493, '2017-12-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:07:43', '2024-07-01 04:07:43'),
(325617, 3493, '2018-01-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:07:43', '2024-07-01 04:07:43'),
(325618, 3493, '2018-02-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:07:43', '2024-07-01 04:07:43'),
(325619, 3493, '2018-03-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:07:43', '2024-07-01 04:07:43'),
(325620, 3493, '2018-04-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:07:43', '2024-07-01 04:07:43'),
(325621, 3493, '2018-05-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:07:43', '2024-07-01 04:07:43'),
(325622, 3493, '2018-06-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:07:43', '2024-07-01 04:07:43'),
(325623, 3493, '2018-07-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:07:43', '2024-07-01 04:07:43'),
(325624, 3493, '2018-08-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:07:43', '2024-07-01 04:07:43'),
(325625, 3493, '2018-09-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:07:43', '2024-07-01 04:07:43'),
(325626, 3493, '2018-10-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:07:43', '2024-07-01 04:07:43'),
(325627, 3493, '2018-11-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:07:43', '2024-07-01 04:07:43'),
(325628, 3493, '2018-12-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:07:43', '2024-07-01 04:07:43'),
(325629, 3493, '2019-01-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:07:43', '2024-07-01 04:07:43'),
(325630, 3493, '2019-02-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:07:43', '2024-07-01 04:07:43'),
(325631, 3493, '2019-03-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:07:43', '2024-07-01 04:07:43'),
(325632, 3493, '2019-04-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:07:43', '2024-07-01 04:07:43'),
(325633, 3493, '2019-05-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:07:43', '2024-07-01 04:07:43'),
(325634, 3493, '2019-06-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:07:43', '2024-07-01 04:07:43'),
(325635, 3493, '2019-07-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:07:43', '2024-07-01 04:07:43'),
(325636, 3493, '2019-08-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:07:43', '2024-07-01 04:07:43'),
(325637, 3493, '2019-09-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:07:43', '2024-07-01 04:07:43'),
(325638, 3493, '2019-10-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:07:43', '2024-07-01 04:07:43'),
(325639, 3493, '2019-11-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:07:43', '2024-07-01 04:07:43'),
(325640, 3493, '2019-12-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:07:43', '2024-07-01 04:07:43'),
(325641, 3493, '2020-01-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:07:43', '2024-07-01 04:07:43'),
(325642, 3493, '2020-02-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:07:43', '2024-07-01 04:07:43'),
(325643, 3493, '2020-03-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:07:43', '2024-07-01 04:07:43'),
(325644, 3493, '2020-04-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:07:43', '2024-07-01 04:07:43'),
(325645, 3493, '2020-05-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:07:43', '2024-07-01 04:07:43'),
(325646, 3493, '2020-06-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:07:43', '2024-07-01 04:07:43'),
(325647, 3493, '2020-07-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:07:43', '2024-07-01 04:07:43'),
(325648, 3493, '2020-08-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:07:43', '2024-07-01 04:07:43'),
(325649, 3493, '2020-09-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:07:43', '2024-07-01 04:07:43'),
(325650, 3493, '2020-10-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:07:43', '2024-07-01 04:07:43'),
(325651, 3493, '2020-11-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:07:43', '2024-07-01 04:07:43'),
(325652, 3493, '2020-12-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:07:43', '2024-07-01 04:07:43'),
(325653, 3493, '2021-01-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:07:43', '2024-07-01 04:07:43'),
(325654, 3493, '2021-02-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:07:43', '2024-07-01 04:07:43'),
(325655, 3493, '2021-03-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:07:43', '2024-07-01 04:07:43'),
(325656, 3493, '2021-04-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:07:43', '2024-07-01 04:07:43'),
(325657, 3493, '2021-05-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:07:43', '2024-07-01 04:07:43'),
(325658, 3493, '2021-06-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:07:43', '2024-07-01 04:07:43'),
(325659, 3493, '2021-07-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:07:43', '2024-07-01 04:07:43'),
(325660, 3493, '2021-08-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:07:43', '2024-07-01 04:07:43'),
(325661, 3493, '2021-09-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:07:43', '2024-07-01 04:07:43'),
(325662, 3493, '2021-10-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:07:43', '2024-07-01 04:07:43'),
(325663, 3493, '2021-11-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:07:43', '2024-07-01 04:07:43'),
(325664, 3493, '2021-12-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:07:43', '2024-07-01 04:07:43'),
(325665, 3493, '2022-01-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:07:43', '2024-07-01 04:07:43'),
(325666, 3493, '2022-02-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:07:43', '2024-07-01 04:07:43'),
(325667, 3493, '2022-03-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:07:43', '2024-07-01 04:07:43'),
(325668, 3493, '2022-04-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:07:43', '2024-07-01 04:07:43'),
(325669, 3493, '2022-05-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:07:43', '2024-07-01 04:07:43'),
(325670, 3493, '2022-06-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:07:43', '2024-07-01 04:07:43'),
(325671, 3493, '2022-07-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:07:43', '2024-07-01 04:07:43'),
(325672, 3493, '2022-08-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:07:43', '2024-07-01 04:07:43'),
(325673, 3493, '2022-09-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:07:43', '2024-07-01 04:07:43'),
(325674, 3493, '2022-10-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:07:44', '2024-07-01 04:07:44'),
(325675, 3493, '2022-11-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:07:44', '2024-07-01 04:07:44'),
(325676, 3493, '2022-12-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:07:44', '2024-07-01 04:07:44'),
(325677, 3493, '2023-01-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:07:44', '2024-07-01 04:07:44'),
(325678, 3493, '2023-02-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:07:44', '2024-07-01 04:07:44'),
(325679, 3493, '2023-03-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:07:44', '2024-07-01 04:07:44'),
(325680, 3493, '2023-04-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:07:44', '2024-07-01 04:07:44'),
(325681, 3493, '2023-05-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:07:44', '2024-07-01 04:07:44'),
(325682, 3493, '2023-06-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:07:44', '2024-07-01 04:07:44'),
(325683, 3493, '2023-07-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:07:44', '2024-07-01 04:07:44'),
(325684, 3493, '2023-08-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:07:44', '2024-07-01 04:07:44'),
(325685, 3493, '2023-09-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:07:44', '2024-07-01 04:07:44'),
(325686, 3493, '2023-10-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:07:44', '2024-07-01 04:07:44'),
(325687, 3493, '2023-11-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:07:44', '2024-07-01 04:07:44'),
(325688, 3493, '2023-12-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:07:44', '2024-07-01 04:07:44'),
(325689, 3493, '2024-01-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:07:44', '2024-07-01 04:07:44'),
(325690, 3493, '2024-02-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:07:44', '2024-07-01 04:07:44'),
(325691, 3493, '2024-03-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:07:44', '2024-07-01 04:07:44'),
(325692, 3493, '2024-04-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:07:44', '2024-07-01 04:07:44'),
(325693, 3493, '2024-05-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:07:44', '2024-07-01 04:07:44'),
(325694, 3493, '2024-06-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:07:44', '2024-07-01 04:07:44'),
(325695, 3493, '2024-07-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:07:44', '2024-07-01 04:07:44'),
(325696, 3493, '2024-08-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:07:44', '2024-07-01 04:07:44'),
(325697, 3494, '2009-10-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:08:10', '2024-07-01 04:08:10'),
(325698, 3494, '2009-11-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:08:10', '2024-07-01 04:08:10'),
(325699, 3494, '2009-12-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:08:10', '2024-07-01 04:08:10'),
(325700, 3494, '2010-01-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:08:10', '2024-07-01 04:08:10'),
(325701, 3494, '2010-02-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:08:10', '2024-07-01 04:08:10'),
(325702, 3494, '2010-03-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:08:10', '2024-07-01 04:08:10'),
(325703, 3494, '2010-04-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:08:10', '2024-07-01 04:08:10'),
(325704, 3494, '2010-05-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:08:10', '2024-07-01 04:08:10'),
(325705, 3494, '2010-06-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:08:10', '2024-07-01 04:08:10'),
(325706, 3494, '2010-07-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:08:10', '2024-07-01 04:08:10'),
(325707, 3494, '2010-08-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:08:10', '2024-07-01 04:08:10'),
(325708, 3494, '2010-09-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:08:10', '2024-07-01 04:08:10'),
(325709, 3494, '2010-10-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:08:10', '2024-07-01 04:08:10'),
(325710, 3494, '2010-11-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:08:10', '2024-07-01 04:08:10'),
(325711, 3494, '2010-12-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:08:10', '2024-07-01 04:08:10'),
(325712, 3494, '2011-01-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:08:10', '2024-07-01 04:08:10'),
(325713, 3494, '2011-02-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:08:10', '2024-07-01 04:08:10'),
(325714, 3494, '2011-03-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:08:10', '2024-07-01 04:08:10'),
(325715, 3494, '2011-04-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:08:10', '2024-07-01 04:08:10'),
(325716, 3494, '2011-05-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:08:10', '2024-07-01 04:08:10'),
(325717, 3494, '2011-06-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:08:10', '2024-07-01 04:08:10'),
(325718, 3494, '2011-07-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:08:10', '2024-07-01 04:08:10'),
(325719, 3494, '2011-08-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:08:10', '2024-07-01 04:08:10'),
(325720, 3494, '2011-09-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:08:10', '2024-07-01 04:08:10'),
(325721, 3494, '2011-10-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:08:10', '2024-07-01 04:08:10'),
(325722, 3494, '2011-11-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:08:10', '2024-07-01 04:08:10'),
(325723, 3494, '2011-12-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:08:10', '2024-07-01 04:08:10'),
(325724, 3494, '2012-01-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:08:10', '2024-07-01 04:08:10'),
(325725, 3494, '2012-02-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:08:10', '2024-07-01 04:08:10'),
(325726, 3494, '2012-03-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:08:10', '2024-07-01 04:08:10'),
(325727, 3494, '2012-04-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:08:11', '2024-07-01 04:08:11'),
(325728, 3494, '2012-05-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:08:11', '2024-07-01 04:08:11'),
(325729, 3494, '2012-06-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:08:11', '2024-07-01 04:08:11'),
(325730, 3494, '2012-07-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:08:11', '2024-07-01 04:08:11'),
(325731, 3494, '2012-08-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:08:11', '2024-07-01 04:08:11'),
(325732, 3494, '2012-09-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:08:11', '2024-07-01 04:08:11'),
(325733, 3494, '2012-10-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:08:11', '2024-07-01 04:08:11'),
(325734, 3494, '2012-11-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:08:11', '2024-07-01 04:08:11'),
(325735, 3494, '2012-12-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:08:11', '2024-07-01 04:08:11'),
(325736, 3494, '2013-01-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:08:11', '2024-07-01 04:08:11'),
(325737, 3494, '2013-02-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:08:11', '2024-07-01 04:08:11'),
(325738, 3494, '2013-03-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:08:11', '2024-07-01 04:08:11'),
(325739, 3494, '2013-04-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:08:11', '2024-07-01 04:08:11'),
(325740, 3494, '2013-05-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:08:11', '2024-07-01 04:08:11'),
(325741, 3494, '2013-06-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:08:11', '2024-07-01 04:08:11'),
(325742, 3494, '2013-07-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:08:11', '2024-07-01 04:08:11'),
(325743, 3494, '2013-08-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:08:11', '2024-07-01 04:08:11'),
(325744, 3494, '2013-09-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:08:11', '2024-07-01 04:08:11'),
(325745, 3494, '2013-10-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:08:11', '2024-07-01 04:08:11'),
(325746, 3494, '2013-11-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:08:11', '2024-07-01 04:08:11'),
(325747, 3494, '2013-12-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:08:11', '2024-07-01 04:08:11'),
(325748, 3494, '2014-01-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:08:11', '2024-07-01 04:08:11'),
(325749, 3494, '2014-02-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:08:11', '2024-07-01 04:08:11'),
(325750, 3494, '2014-03-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:08:11', '2024-07-01 04:08:11'),
(325751, 3494, '2014-04-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:08:11', '2024-07-01 04:08:11'),
(325752, 3494, '2014-05-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:08:11', '2024-07-01 04:08:11'),
(325753, 3494, '2014-06-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:08:11', '2024-07-01 04:08:11'),
(325754, 3494, '2014-07-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:08:11', '2024-07-01 04:08:11'),
(325755, 3494, '2014-08-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:08:11', '2024-07-01 04:08:11'),
(325756, 3494, '2014-09-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:08:12', '2024-07-01 04:08:12'),
(325757, 3494, '2014-10-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:08:12', '2024-07-01 04:08:12'),
(325758, 3494, '2014-11-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:08:12', '2024-07-01 04:08:12'),
(325759, 3494, '2014-12-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:08:12', '2024-07-01 04:08:12'),
(325760, 3494, '2015-01-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:08:12', '2024-07-01 04:08:12'),
(325761, 3494, '2015-02-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:08:12', '2024-07-01 04:08:12'),
(325762, 3494, '2015-03-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:08:12', '2024-07-01 04:08:12'),
(325763, 3494, '2015-04-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:08:12', '2024-07-01 04:08:12'),
(325764, 3494, '2015-05-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:08:12', '2024-07-01 04:08:12'),
(325765, 3494, '2015-06-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:08:12', '2024-07-01 04:08:12'),
(325766, 3494, '2015-07-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:08:12', '2024-07-01 04:08:12'),
(325767, 3494, '2015-08-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:08:12', '2024-07-01 04:08:12'),
(325768, 3494, '2015-09-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:08:12', '2024-07-01 04:08:12'),
(325769, 3494, '2015-10-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:08:12', '2024-07-01 04:08:12'),
(325770, 3494, '2015-11-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:08:12', '2024-07-01 04:08:12'),
(325771, 3494, '2015-12-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:08:12', '2024-07-01 04:08:12'),
(325772, 3494, '2016-01-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:08:12', '2024-07-01 04:08:12'),
(325773, 3494, '2016-02-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:08:12', '2024-07-01 04:08:12'),
(325774, 3494, '2016-03-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:08:12', '2024-07-01 04:08:12'),
(325775, 3494, '2016-04-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:08:12', '2024-07-01 04:08:12'),
(325776, 3494, '2016-05-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:08:12', '2024-07-01 04:08:12'),
(325777, 3494, '2016-06-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:08:12', '2024-07-01 04:08:12'),
(325778, 3494, '2016-07-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:08:12', '2024-07-01 04:08:12'),
(325779, 3494, '2016-08-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:08:12', '2024-07-01 04:08:12'),
(325780, 3494, '2016-09-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:08:12', '2024-07-01 04:08:12'),
(325781, 3494, '2016-10-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:08:12', '2024-07-01 04:08:12'),
(325782, 3494, '2016-11-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:08:12', '2024-07-01 04:08:12'),
(325783, 3494, '2016-12-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:08:12', '2024-07-01 04:08:12'),
(325784, 3494, '2017-01-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:08:12', '2024-07-01 04:08:12'),
(325785, 3494, '2017-02-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:08:12', '2024-07-01 04:08:12'),
(325786, 3494, '2017-03-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:08:12', '2024-07-01 04:08:12'),
(325787, 3494, '2017-04-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:08:12', '2024-07-01 04:08:12'),
(325788, 3494, '2017-05-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:08:12', '2024-07-01 04:08:12'),
(325789, 3494, '2017-06-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:08:12', '2024-07-01 04:08:12'),
(325790, 3494, '2017-07-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:08:12', '2024-07-01 04:08:12'),
(325791, 3494, '2017-08-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:08:12', '2024-07-01 04:08:12'),
(325792, 3494, '2017-09-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:08:12', '2024-07-01 04:08:12'),
(325793, 3494, '2017-10-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:08:12', '2024-07-01 04:08:12'),
(325794, 3494, '2017-11-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:08:12', '2024-07-01 04:08:12'),
(325795, 3494, '2017-12-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:08:12', '2024-07-01 04:08:12'),
(325796, 3494, '2018-01-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:08:12', '2024-07-01 04:08:12'),
(325797, 3494, '2018-02-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:08:12', '2024-07-01 04:08:12'),
(325798, 3494, '2018-03-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:08:12', '2024-07-01 04:08:12'),
(325799, 3494, '2018-04-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:08:12', '2024-07-01 04:08:12'),
(325800, 3494, '2018-05-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:08:12', '2024-07-01 04:08:12'),
(325801, 3494, '2018-06-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:08:12', '2024-07-01 04:08:12'),
(325802, 3494, '2018-07-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:08:12', '2024-07-01 04:08:12'),
(325803, 3494, '2018-08-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:08:12', '2024-07-01 04:08:12'),
(325804, 3494, '2018-09-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:08:12', '2024-07-01 04:08:12'),
(325805, 3494, '2018-10-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:08:12', '2024-07-01 04:08:12'),
(325806, 3494, '2018-11-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:08:12', '2024-07-01 04:08:12'),
(325807, 3494, '2018-12-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:08:12', '2024-07-01 04:08:12'),
(325808, 3494, '2019-01-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:08:12', '2024-07-01 04:08:12'),
(325809, 3494, '2019-02-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:08:12', '2024-07-01 04:08:12'),
(325810, 3494, '2019-03-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:08:12', '2024-07-01 04:08:12'),
(325811, 3494, '2019-04-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:08:12', '2024-07-01 04:08:12'),
(325812, 3494, '2019-05-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:08:12', '2024-07-01 04:08:12'),
(325813, 3494, '2019-06-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:08:12', '2024-07-01 04:08:12'),
(325814, 3494, '2019-07-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:08:12', '2024-07-01 04:08:12'),
(325815, 3494, '2019-08-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:08:13', '2024-07-01 04:08:13'),
(325816, 3494, '2019-09-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:08:13', '2024-07-01 04:08:13'),
(325817, 3494, '2019-10-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:08:13', '2024-07-01 04:08:13'),
(325818, 3494, '2019-11-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:08:13', '2024-07-01 04:08:13'),
(325819, 3494, '2019-12-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:08:13', '2024-07-01 04:08:13'),
(325820, 3494, '2020-01-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:08:13', '2024-07-01 04:08:13'),
(325821, 3494, '2020-02-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:08:13', '2024-07-01 04:08:13'),
(325822, 3494, '2020-03-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:08:13', '2024-07-01 04:08:13'),
(325823, 3494, '2020-04-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:08:13', '2024-07-01 04:08:13'),
(325824, 3494, '2020-05-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:08:13', '2024-07-01 04:08:13'),
(325825, 3494, '2020-06-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:08:13', '2024-07-01 04:08:13'),
(325826, 3494, '2020-07-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:08:13', '2024-07-01 04:08:13'),
(325827, 3494, '2020-08-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:08:13', '2024-07-01 04:08:13'),
(325828, 3494, '2020-09-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:08:13', '2024-07-01 04:08:13'),
(325829, 3494, '2020-10-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:08:13', '2024-07-01 04:08:13'),
(325830, 3494, '2020-11-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:08:13', '2024-07-01 04:08:13'),
(325831, 3494, '2020-12-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:08:13', '2024-07-01 04:08:13'),
(325832, 3494, '2021-01-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:08:13', '2024-07-01 04:08:13'),
(325833, 3494, '2021-02-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:08:13', '2024-07-01 04:08:13'),
(325834, 3494, '2021-03-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:08:13', '2024-07-01 04:08:13'),
(325835, 3494, '2021-04-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:08:13', '2024-07-01 04:08:13'),
(325836, 3494, '2021-05-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:08:13', '2024-07-01 04:08:13'),
(325837, 3494, '2021-06-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:08:13', '2024-07-01 04:08:13'),
(325838, 3494, '2021-07-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:08:13', '2024-07-01 04:08:13'),
(325839, 3494, '2021-08-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:08:13', '2024-07-01 04:08:13'),
(325840, 3494, '2021-09-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:08:13', '2024-07-01 04:08:13'),
(325841, 3494, '2021-10-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:08:13', '2024-07-01 04:08:13'),
(325842, 3494, '2021-11-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:08:13', '2024-07-01 04:08:13'),
(325843, 3494, '2021-12-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:08:13', '2024-07-01 04:08:13'),
(325844, 3494, '2022-01-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:08:13', '2024-07-01 04:08:13'),
(325845, 3494, '2022-02-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:08:13', '2024-07-01 04:08:13'),
(325846, 3494, '2022-03-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:08:13', '2024-07-01 04:08:13'),
(325847, 3494, '2022-04-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:08:13', '2024-07-01 04:08:13'),
(325848, 3494, '2022-05-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:08:13', '2024-07-01 04:08:13'),
(325849, 3494, '2022-06-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:08:13', '2024-07-01 04:08:13'),
(325850, 3494, '2022-07-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:08:13', '2024-07-01 04:08:13'),
(325851, 3494, '2022-08-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:08:13', '2024-07-01 04:08:13'),
(325852, 3494, '2022-09-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:08:13', '2024-07-01 04:08:13'),
(325853, 3494, '2022-10-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:08:13', '2024-07-01 04:08:13'),
(325854, 3494, '2022-11-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:08:13', '2024-07-01 04:08:13'),
(325855, 3494, '2022-12-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:08:13', '2024-07-01 04:08:13'),
(325856, 3494, '2023-01-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:08:13', '2024-07-01 04:08:13'),
(325857, 3494, '2023-02-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:08:13', '2024-07-01 04:08:13'),
(325858, 3494, '2023-03-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:08:13', '2024-07-01 04:08:13'),
(325859, 3494, '2023-04-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:08:13', '2024-07-01 04:08:13'),
(325860, 3494, '2023-05-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:08:13', '2024-07-01 04:08:13'),
(325861, 3494, '2023-06-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:08:13', '2024-07-01 04:08:13'),
(325862, 3494, '2023-07-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:08:13', '2024-07-01 04:08:13'),
(325863, 3494, '2023-08-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:08:13', '2024-07-01 04:08:13'),
(325864, 3494, '2023-09-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:08:13', '2024-07-01 04:08:13'),
(325865, 3494, '2023-10-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:08:13', '2024-07-01 04:08:13'),
(325866, 3494, '2023-11-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:08:13', '2024-07-01 04:08:13'),
(325867, 3494, '2023-12-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:08:13', '2024-07-01 04:08:13'),
(325868, 3494, '2024-01-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:08:13', '2024-07-01 04:08:13'),
(325869, 3494, '2024-02-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:08:13', '2024-07-01 04:08:13'),
(325870, 3494, '2024-03-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:08:13', '2024-07-01 04:08:13'),
(325871, 3494, '2024-04-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:08:13', '2024-07-01 04:08:13'),
(325872, 3494, '2024-05-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:08:13', '2024-07-01 04:08:13'),
(325873, 3494, '2024-06-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:08:14', '2024-07-01 04:08:14'),
(325874, 3494, '2024-07-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:08:14', '2024-07-01 04:08:14'),
(325875, 3494, '2024-08-01 00:00:00', NULL, NULL, '', '4', 0, '2024-07-01 04:08:14', '2024-07-01 04:08:14'),
(325876, 3495, '1974-10-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:33', '2024-07-01 04:09:33'),
(325877, 3495, '1974-11-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:33', '2024-07-01 04:09:33'),
(325878, 3495, '1974-12-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:33', '2024-07-01 04:09:33'),
(325879, 3495, '1975-01-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:33', '2024-07-01 04:09:33');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(325880, 3495, '1975-02-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:33', '2024-07-01 04:09:33'),
(325881, 3495, '1975-03-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:33', '2024-07-01 04:09:33'),
(325882, 3495, '1975-04-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:33', '2024-07-01 04:09:33'),
(325883, 3495, '1975-05-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:33', '2024-07-01 04:09:33'),
(325884, 3495, '1975-06-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:33', '2024-07-01 04:09:33'),
(325885, 3495, '1975-07-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:33', '2024-07-01 04:09:33'),
(325886, 3495, '1975-08-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:33', '2024-07-01 04:09:33'),
(325887, 3495, '1975-09-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:33', '2024-07-01 04:09:33'),
(325888, 3495, '1975-10-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:33', '2024-07-01 04:09:33'),
(325889, 3495, '1975-11-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:33', '2024-07-01 04:09:33'),
(325890, 3495, '1975-12-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:33', '2024-07-01 04:09:33'),
(325891, 3495, '1976-01-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:33', '2024-07-01 04:09:33'),
(325892, 3495, '1976-02-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:33', '2024-07-01 04:09:33'),
(325893, 3495, '1976-03-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:33', '2024-07-01 04:09:33'),
(325894, 3495, '1976-04-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:33', '2024-07-01 04:09:33'),
(325895, 3495, '1976-05-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:33', '2024-07-01 04:09:33'),
(325896, 3495, '1976-06-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:33', '2024-07-01 04:09:33'),
(325897, 3495, '1976-07-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:33', '2024-07-01 04:09:33'),
(325898, 3495, '1976-08-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:33', '2024-07-01 04:09:33'),
(325899, 3495, '1976-09-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:33', '2024-07-01 04:09:33'),
(325900, 3495, '1976-10-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:33', '2024-07-01 04:09:33'),
(325901, 3495, '1976-11-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:33', '2024-07-01 04:09:33'),
(325902, 3495, '1976-12-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:33', '2024-07-01 04:09:33'),
(325903, 3495, '1977-01-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:33', '2024-07-01 04:09:33'),
(325904, 3495, '1977-02-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:33', '2024-07-01 04:09:33'),
(325905, 3495, '1977-03-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:33', '2024-07-01 04:09:33'),
(325906, 3495, '1977-04-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:33', '2024-07-01 04:09:33'),
(325907, 3495, '1977-05-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:33', '2024-07-01 04:09:33'),
(325908, 3495, '1977-06-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:33', '2024-07-01 04:09:33'),
(325909, 3495, '1977-07-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:33', '2024-07-01 04:09:33'),
(325910, 3495, '1977-08-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:33', '2024-07-01 04:09:33'),
(325911, 3495, '1977-09-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:33', '2024-07-01 04:09:33'),
(325912, 3495, '1977-10-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:33', '2024-07-01 04:09:33'),
(325913, 3495, '1977-11-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:33', '2024-07-01 04:09:33'),
(325914, 3495, '1977-12-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:33', '2024-07-01 04:09:33'),
(325915, 3495, '1978-01-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:33', '2024-07-01 04:09:33'),
(325916, 3495, '1978-02-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:33', '2024-07-01 04:09:33'),
(325917, 3495, '1978-03-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:33', '2024-07-01 04:09:33'),
(325918, 3495, '1978-04-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:33', '2024-07-01 04:09:33'),
(325919, 3495, '1978-05-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:34', '2024-07-01 04:09:34'),
(325920, 3495, '1978-06-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:34', '2024-07-01 04:09:34'),
(325921, 3495, '1978-07-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:34', '2024-07-01 04:09:34'),
(325922, 3495, '1978-08-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:34', '2024-07-01 04:09:34'),
(325923, 3495, '1978-09-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:34', '2024-07-01 04:09:34'),
(325924, 3495, '1978-10-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:34', '2024-07-01 04:09:34'),
(325925, 3495, '1978-11-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:34', '2024-07-01 04:09:34'),
(325926, 3495, '1978-12-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:34', '2024-07-01 04:09:34'),
(325927, 3495, '1979-01-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:34', '2024-07-01 04:09:34'),
(325928, 3495, '1979-02-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:34', '2024-07-01 04:09:34'),
(325929, 3495, '1979-03-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:34', '2024-07-01 04:09:34'),
(325930, 3495, '1979-04-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:34', '2024-07-01 04:09:34'),
(325931, 3495, '1979-05-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:34', '2024-07-01 04:09:34'),
(325932, 3495, '1979-06-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:34', '2024-07-01 04:09:34'),
(325933, 3495, '1979-07-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:34', '2024-07-01 04:09:34'),
(325934, 3495, '1979-08-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:34', '2024-07-01 04:09:34'),
(325935, 3495, '1979-09-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:34', '2024-07-01 04:09:34'),
(325936, 3495, '1979-10-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:34', '2024-07-01 04:09:34'),
(325937, 3495, '1979-11-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:34', '2024-07-01 04:09:34'),
(325938, 3495, '1979-12-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:34', '2024-07-01 04:09:34'),
(325939, 3495, '1980-01-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:34', '2024-07-01 04:09:34'),
(325940, 3495, '1980-02-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:34', '2024-07-01 04:09:34'),
(325941, 3495, '1980-03-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:34', '2024-07-01 04:09:34'),
(325942, 3495, '1980-04-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:34', '2024-07-01 04:09:34'),
(325943, 3495, '1980-05-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:35', '2024-07-01 04:09:35'),
(325944, 3495, '1980-06-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:35', '2024-07-01 04:09:35'),
(325945, 3495, '1980-07-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:35', '2024-07-01 04:09:35'),
(325946, 3495, '1980-08-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:35', '2024-07-01 04:09:35'),
(325947, 3495, '1980-09-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:35', '2024-07-01 04:09:35'),
(325948, 3495, '1980-10-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:35', '2024-07-01 04:09:35'),
(325949, 3495, '1980-11-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:35', '2024-07-01 04:09:35'),
(325950, 3495, '1980-12-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:35', '2024-07-01 04:09:35'),
(325951, 3495, '1981-01-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:35', '2024-07-01 04:09:35'),
(325952, 3495, '1981-02-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:35', '2024-07-01 04:09:35'),
(325953, 3495, '1981-03-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:35', '2024-07-01 04:09:35'),
(325954, 3495, '1981-04-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:35', '2024-07-01 04:09:35'),
(325955, 3495, '1981-05-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:35', '2024-07-01 04:09:35'),
(325956, 3495, '1981-06-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:35', '2024-07-01 04:09:35'),
(325957, 3495, '1981-07-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:35', '2024-07-01 04:09:35'),
(325958, 3495, '1981-08-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:35', '2024-07-01 04:09:35'),
(325959, 3495, '1981-09-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:35', '2024-07-01 04:09:35'),
(325960, 3495, '1981-10-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:35', '2024-07-01 04:09:35'),
(325961, 3495, '1981-11-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:35', '2024-07-01 04:09:35'),
(325962, 3495, '1981-12-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:35', '2024-07-01 04:09:35'),
(325963, 3495, '1982-01-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:35', '2024-07-01 04:09:35'),
(325964, 3495, '1982-02-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:35', '2024-07-01 04:09:35'),
(325965, 3495, '1982-03-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:35', '2024-07-01 04:09:35'),
(325966, 3495, '1982-04-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:35', '2024-07-01 04:09:35'),
(325967, 3495, '1982-05-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:35', '2024-07-01 04:09:35'),
(325968, 3495, '1982-06-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:35', '2024-07-01 04:09:35'),
(325969, 3495, '1982-07-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:35', '2024-07-01 04:09:35'),
(325970, 3495, '1982-08-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:35', '2024-07-01 04:09:35'),
(325971, 3495, '1982-09-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:35', '2024-07-01 04:09:35'),
(325972, 3495, '1982-10-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:35', '2024-07-01 04:09:35'),
(325973, 3495, '1982-11-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:35', '2024-07-01 04:09:35'),
(325974, 3495, '1982-12-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:35', '2024-07-01 04:09:35'),
(325975, 3495, '1983-01-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:35', '2024-07-01 04:09:35'),
(325976, 3495, '1983-02-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:35', '2024-07-01 04:09:35'),
(325977, 3495, '1983-03-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:35', '2024-07-01 04:09:35'),
(325978, 3495, '1983-04-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:35', '2024-07-01 04:09:35'),
(325979, 3495, '1983-05-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:35', '2024-07-01 04:09:35'),
(325980, 3495, '1983-06-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:35', '2024-07-01 04:09:35'),
(325981, 3495, '1983-07-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:35', '2024-07-01 04:09:35'),
(325982, 3495, '1983-08-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:35', '2024-07-01 04:09:35'),
(325983, 3495, '1983-09-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:35', '2024-07-01 04:09:35'),
(325984, 3495, '1983-10-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:35', '2024-07-01 04:09:35'),
(325985, 3495, '1983-11-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:35', '2024-07-01 04:09:35'),
(325986, 3495, '1983-12-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:35', '2024-07-01 04:09:35'),
(325987, 3495, '1984-01-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:35', '2024-07-01 04:09:35'),
(325988, 3495, '1984-02-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:35', '2024-07-01 04:09:35'),
(325989, 3495, '1984-03-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:35', '2024-07-01 04:09:35'),
(325990, 3495, '1984-04-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:35', '2024-07-01 04:09:35'),
(325991, 3495, '1984-05-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:35', '2024-07-01 04:09:35'),
(325992, 3495, '1984-06-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:35', '2024-07-01 04:09:35'),
(325993, 3495, '1984-07-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:35', '2024-07-01 04:09:35'),
(325994, 3495, '1984-08-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:35', '2024-07-01 04:09:35'),
(325995, 3495, '1984-09-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:35', '2024-07-01 04:09:35'),
(325996, 3495, '1984-10-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:35', '2024-07-01 04:09:35'),
(325997, 3495, '1984-11-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:35', '2024-07-01 04:09:35'),
(325998, 3495, '1984-12-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:35', '2024-07-01 04:09:35'),
(325999, 3495, '1985-01-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:35', '2024-07-01 04:09:35'),
(326000, 3495, '1985-02-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:36', '2024-07-01 04:09:36'),
(326001, 3495, '1985-03-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:36', '2024-07-01 04:09:36'),
(326002, 3495, '1985-04-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:36', '2024-07-01 04:09:36'),
(326003, 3495, '1985-05-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:36', '2024-07-01 04:09:36'),
(326004, 3495, '1985-06-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:36', '2024-07-01 04:09:36'),
(326005, 3495, '1985-07-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:36', '2024-07-01 04:09:36'),
(326006, 3495, '1985-08-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:36', '2024-07-01 04:09:36'),
(326007, 3495, '1985-09-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:36', '2024-07-01 04:09:36'),
(326008, 3495, '1985-10-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:36', '2024-07-01 04:09:36'),
(326009, 3495, '1985-11-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:36', '2024-07-01 04:09:36'),
(326010, 3495, '1985-12-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:36', '2024-07-01 04:09:36'),
(326011, 3495, '1986-01-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:36', '2024-07-01 04:09:36'),
(326012, 3495, '1986-02-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:36', '2024-07-01 04:09:36'),
(326013, 3495, '1986-03-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:36', '2024-07-01 04:09:36'),
(326014, 3495, '1986-04-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:36', '2024-07-01 04:09:36'),
(326015, 3495, '1986-05-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:36', '2024-07-01 04:09:36'),
(326016, 3495, '1986-06-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:36', '2024-07-01 04:09:36'),
(326017, 3495, '1986-07-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:36', '2024-07-01 04:09:36'),
(326018, 3495, '1986-08-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:36', '2024-07-01 04:09:36'),
(326019, 3495, '1986-09-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:36', '2024-07-01 04:09:36'),
(326020, 3495, '1986-10-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:36', '2024-07-01 04:09:36'),
(326021, 3495, '1986-11-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:36', '2024-07-01 04:09:36'),
(326022, 3495, '1986-12-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:36', '2024-07-01 04:09:36'),
(326023, 3495, '1987-01-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:36', '2024-07-01 04:09:36'),
(326024, 3495, '1987-02-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:36', '2024-07-01 04:09:36'),
(326025, 3495, '1987-03-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:36', '2024-07-01 04:09:36'),
(326026, 3495, '1987-04-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:36', '2024-07-01 04:09:36'),
(326027, 3495, '1987-05-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:36', '2024-07-01 04:09:36'),
(326028, 3495, '1987-06-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:36', '2024-07-01 04:09:36'),
(326029, 3495, '1987-07-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:36', '2024-07-01 04:09:36'),
(326030, 3495, '1987-08-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:36', '2024-07-01 04:09:36'),
(326031, 3495, '1987-09-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:36', '2024-07-01 04:09:36'),
(326032, 3495, '1987-10-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:36', '2024-07-01 04:09:36'),
(326033, 3495, '1987-11-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:36', '2024-07-01 04:09:36'),
(326034, 3495, '1987-12-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:36', '2024-07-01 04:09:36'),
(326035, 3495, '1988-01-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:36', '2024-07-01 04:09:36'),
(326036, 3495, '1988-02-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:36', '2024-07-01 04:09:36'),
(326037, 3495, '1988-03-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:36', '2024-07-01 04:09:36'),
(326038, 3495, '1988-04-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:36', '2024-07-01 04:09:36'),
(326039, 3495, '1988-05-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:36', '2024-07-01 04:09:36'),
(326040, 3495, '1988-06-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:36', '2024-07-01 04:09:36'),
(326041, 3495, '1988-07-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:36', '2024-07-01 04:09:36'),
(326042, 3495, '1988-08-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:36', '2024-07-01 04:09:36'),
(326043, 3495, '1988-09-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:36', '2024-07-01 04:09:36'),
(326044, 3495, '1988-10-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:36', '2024-07-01 04:09:36'),
(326045, 3495, '1988-11-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:36', '2024-07-01 04:09:36'),
(326046, 3495, '1988-12-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:36', '2024-07-01 04:09:36'),
(326047, 3495, '1989-01-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:36', '2024-07-01 04:09:36'),
(326048, 3495, '1989-02-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:36', '2024-07-01 04:09:36'),
(326049, 3495, '1989-03-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:36', '2024-07-01 04:09:36'),
(326050, 3495, '1989-04-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:36', '2024-07-01 04:09:36'),
(326051, 3495, '1989-05-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:36', '2024-07-01 04:09:36'),
(326052, 3495, '1989-06-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:36', '2024-07-01 04:09:36'),
(326053, 3495, '1989-07-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:36', '2024-07-01 04:09:36'),
(326054, 3495, '1989-08-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:36', '2024-07-01 04:09:36'),
(326055, 3495, '1989-09-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:37', '2024-07-01 04:09:37'),
(326056, 3495, '1989-10-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:37', '2024-07-01 04:09:37'),
(326057, 3495, '1989-11-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:37', '2024-07-01 04:09:37'),
(326058, 3495, '1989-12-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:37', '2024-07-01 04:09:37'),
(326059, 3495, '1990-01-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:37', '2024-07-01 04:09:37'),
(326060, 3495, '1990-02-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:37', '2024-07-01 04:09:37'),
(326061, 3495, '1990-03-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:37', '2024-07-01 04:09:37'),
(326062, 3495, '1990-04-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:37', '2024-07-01 04:09:37'),
(326063, 3495, '1990-05-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:37', '2024-07-01 04:09:37'),
(326064, 3495, '1990-06-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:37', '2024-07-01 04:09:37'),
(326065, 3495, '1990-07-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:37', '2024-07-01 04:09:37'),
(326066, 3495, '1990-08-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:37', '2024-07-01 04:09:37'),
(326067, 3495, '1990-09-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:37', '2024-07-01 04:09:37'),
(326068, 3495, '1990-10-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:37', '2024-07-01 04:09:37'),
(326069, 3495, '1990-11-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:37', '2024-07-01 04:09:37'),
(326070, 3495, '1990-12-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:37', '2024-07-01 04:09:37'),
(326071, 3495, '1991-01-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:37', '2024-07-01 04:09:37'),
(326072, 3495, '1991-02-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:37', '2024-07-01 04:09:37'),
(326073, 3495, '1991-03-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:37', '2024-07-01 04:09:37'),
(326074, 3495, '1991-04-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:37', '2024-07-01 04:09:37'),
(326075, 3495, '1991-05-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:37', '2024-07-01 04:09:37'),
(326076, 3495, '1991-06-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:37', '2024-07-01 04:09:37'),
(326077, 3495, '1991-07-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:37', '2024-07-01 04:09:37'),
(326078, 3495, '1991-08-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:37', '2024-07-01 04:09:37'),
(326079, 3495, '1991-09-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:37', '2024-07-01 04:09:37'),
(326080, 3495, '1991-10-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:37', '2024-07-01 04:09:37'),
(326081, 3495, '1991-11-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:37', '2024-07-01 04:09:37'),
(326082, 3495, '1991-12-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:37', '2024-07-01 04:09:37'),
(326083, 3495, '1992-01-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:37', '2024-07-01 04:09:37'),
(326084, 3495, '1992-02-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:37', '2024-07-01 04:09:37'),
(326085, 3495, '1992-03-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:37', '2024-07-01 04:09:37'),
(326086, 3495, '1992-04-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:37', '2024-07-01 04:09:37'),
(326087, 3495, '1992-05-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:37', '2024-07-01 04:09:37'),
(326088, 3495, '1992-06-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:37', '2024-07-01 04:09:37'),
(326089, 3495, '1992-07-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:37', '2024-07-01 04:09:37'),
(326090, 3495, '1992-08-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:37', '2024-07-01 04:09:37'),
(326091, 3495, '1992-09-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:37', '2024-07-01 04:09:37'),
(326092, 3495, '1992-10-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:37', '2024-07-01 04:09:37'),
(326093, 3495, '1992-11-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:37', '2024-07-01 04:09:37'),
(326094, 3495, '1992-12-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:37', '2024-07-01 04:09:37'),
(326095, 3495, '1993-01-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:37', '2024-07-01 04:09:37'),
(326096, 3495, '1993-02-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:37', '2024-07-01 04:09:37'),
(326097, 3495, '1993-03-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:37', '2024-07-01 04:09:37'),
(326098, 3495, '1993-04-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:37', '2024-07-01 04:09:37'),
(326099, 3495, '1993-05-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:37', '2024-07-01 04:09:37'),
(326100, 3495, '1993-06-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:37', '2024-07-01 04:09:37'),
(326101, 3495, '1993-07-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:37', '2024-07-01 04:09:37'),
(326102, 3495, '1993-08-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:37', '2024-07-01 04:09:37'),
(326103, 3495, '1993-09-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:37', '2024-07-01 04:09:37'),
(326104, 3495, '1993-10-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:37', '2024-07-01 04:09:37'),
(326105, 3495, '1993-11-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:37', '2024-07-01 04:09:37'),
(326106, 3495, '1993-12-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:37', '2024-07-01 04:09:37'),
(326107, 3495, '1994-01-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:37', '2024-07-01 04:09:37'),
(326108, 3495, '1994-02-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:37', '2024-07-01 04:09:37'),
(326109, 3495, '1994-03-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:37', '2024-07-01 04:09:37'),
(326110, 3495, '1994-04-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:37', '2024-07-01 04:09:37'),
(326111, 3495, '1994-05-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:37', '2024-07-01 04:09:37'),
(326112, 3495, '1994-06-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:38', '2024-07-01 04:09:38'),
(326113, 3495, '1994-07-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:38', '2024-07-01 04:09:38'),
(326114, 3495, '1994-08-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:38', '2024-07-01 04:09:38'),
(326115, 3495, '1994-09-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:38', '2024-07-01 04:09:38'),
(326116, 3495, '1994-10-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:38', '2024-07-01 04:09:38'),
(326117, 3495, '1994-11-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:38', '2024-07-01 04:09:38'),
(326118, 3495, '1994-12-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:38', '2024-07-01 04:09:38'),
(326119, 3495, '1995-01-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:38', '2024-07-01 04:09:38'),
(326120, 3495, '1995-02-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:38', '2024-07-01 04:09:38'),
(326121, 3495, '1995-03-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:38', '2024-07-01 04:09:38'),
(326122, 3495, '1995-04-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:38', '2024-07-01 04:09:38'),
(326123, 3495, '1995-05-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:38', '2024-07-01 04:09:38'),
(326124, 3495, '1995-06-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:38', '2024-07-01 04:09:38'),
(326125, 3495, '1995-07-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:38', '2024-07-01 04:09:38'),
(326126, 3495, '1995-08-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:38', '2024-07-01 04:09:38'),
(326127, 3495, '1995-09-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:38', '2024-07-01 04:09:38'),
(326128, 3495, '1995-10-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:38', '2024-07-01 04:09:38'),
(326129, 3495, '1995-11-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:38', '2024-07-01 04:09:38'),
(326130, 3495, '1995-12-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:38', '2024-07-01 04:09:38'),
(326131, 3495, '1996-01-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:38', '2024-07-01 04:09:38'),
(326132, 3495, '1996-02-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:38', '2024-07-01 04:09:38'),
(326133, 3495, '1996-03-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:38', '2024-07-01 04:09:38'),
(326134, 3495, '1996-04-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:38', '2024-07-01 04:09:38'),
(326135, 3495, '1996-05-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:38', '2024-07-01 04:09:38'),
(326136, 3495, '1996-06-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:38', '2024-07-01 04:09:38'),
(326137, 3495, '1996-07-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:38', '2024-07-01 04:09:38'),
(326138, 3495, '1996-08-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:38', '2024-07-01 04:09:38'),
(326139, 3495, '1996-09-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:38', '2024-07-01 04:09:38'),
(326140, 3495, '1996-10-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:38', '2024-07-01 04:09:38'),
(326141, 3495, '1996-11-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:38', '2024-07-01 04:09:38'),
(326142, 3495, '1996-12-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:38', '2024-07-01 04:09:38'),
(326143, 3495, '1997-01-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:38', '2024-07-01 04:09:38'),
(326144, 3495, '1997-02-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:38', '2024-07-01 04:09:38'),
(326145, 3495, '1997-03-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:38', '2024-07-01 04:09:38'),
(326146, 3495, '1997-04-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:38', '2024-07-01 04:09:38'),
(326147, 3495, '1997-05-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:38', '2024-07-01 04:09:38'),
(326148, 3495, '1997-06-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:38', '2024-07-01 04:09:38'),
(326149, 3495, '1997-07-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:38', '2024-07-01 04:09:38'),
(326150, 3495, '1997-08-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:38', '2024-07-01 04:09:38'),
(326151, 3495, '1997-09-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:38', '2024-07-01 04:09:38'),
(326152, 3495, '1997-10-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:38', '2024-07-01 04:09:38'),
(326153, 3495, '1997-11-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:38', '2024-07-01 04:09:38'),
(326154, 3495, '1997-12-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:38', '2024-07-01 04:09:38'),
(326155, 3495, '1998-01-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:38', '2024-07-01 04:09:38'),
(326156, 3495, '1998-02-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:38', '2024-07-01 04:09:38'),
(326157, 3495, '1998-03-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:38', '2024-07-01 04:09:38'),
(326158, 3495, '1998-04-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:38', '2024-07-01 04:09:38'),
(326159, 3495, '1998-05-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:38', '2024-07-01 04:09:38'),
(326160, 3495, '1998-06-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:38', '2024-07-01 04:09:38'),
(326161, 3495, '1998-07-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:38', '2024-07-01 04:09:38'),
(326162, 3495, '1998-08-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:38', '2024-07-01 04:09:38'),
(326163, 3495, '1998-09-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:38', '2024-07-01 04:09:38'),
(326164, 3495, '1998-10-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:38', '2024-07-01 04:09:38'),
(326165, 3495, '1998-11-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:38', '2024-07-01 04:09:38'),
(326166, 3495, '1998-12-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:38', '2024-07-01 04:09:38'),
(326167, 3495, '1999-01-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:38', '2024-07-01 04:09:38'),
(326168, 3495, '1999-02-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:39', '2024-07-01 04:09:39'),
(326169, 3495, '1999-03-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:39', '2024-07-01 04:09:39'),
(326170, 3495, '1999-04-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:39', '2024-07-01 04:09:39'),
(326171, 3495, '1999-05-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:39', '2024-07-01 04:09:39'),
(326172, 3495, '1999-06-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:39', '2024-07-01 04:09:39'),
(326173, 3495, '1999-07-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:39', '2024-07-01 04:09:39'),
(326174, 3495, '1999-08-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:39', '2024-07-01 04:09:39'),
(326175, 3495, '1999-09-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:39', '2024-07-01 04:09:39'),
(326176, 3495, '1999-10-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:39', '2024-07-01 04:09:39'),
(326177, 3495, '1999-11-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:39', '2024-07-01 04:09:39'),
(326178, 3495, '1999-12-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:39', '2024-07-01 04:09:39'),
(326179, 3495, '2000-01-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:39', '2024-07-01 04:09:39'),
(326180, 3495, '2000-02-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:39', '2024-07-01 04:09:39'),
(326181, 3495, '2000-03-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:39', '2024-07-01 04:09:39'),
(326182, 3495, '2000-04-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:39', '2024-07-01 04:09:39'),
(326183, 3495, '2000-05-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:39', '2024-07-01 04:09:39'),
(326184, 3495, '2000-06-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:39', '2024-07-01 04:09:39'),
(326185, 3495, '2000-07-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:39', '2024-07-01 04:09:39'),
(326186, 3495, '2000-08-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:39', '2024-07-01 04:09:39'),
(326187, 3495, '2000-09-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:39', '2024-07-01 04:09:39'),
(326188, 3495, '2000-10-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:39', '2024-07-01 04:09:39'),
(326189, 3495, '2000-11-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:39', '2024-07-01 04:09:39'),
(326190, 3495, '2000-12-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:39', '2024-07-01 04:09:39'),
(326191, 3495, '2001-01-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:39', '2024-07-01 04:09:39'),
(326192, 3495, '2001-02-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:39', '2024-07-01 04:09:39'),
(326193, 3495, '2001-03-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:39', '2024-07-01 04:09:39'),
(326194, 3495, '2001-04-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:39', '2024-07-01 04:09:39'),
(326195, 3495, '2001-05-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:39', '2024-07-01 04:09:39'),
(326196, 3495, '2001-06-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:39', '2024-07-01 04:09:39'),
(326197, 3495, '2001-07-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:39', '2024-07-01 04:09:39'),
(326198, 3495, '2001-08-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:39', '2024-07-01 04:09:39'),
(326199, 3495, '2001-09-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:39', '2024-07-01 04:09:39'),
(326200, 3495, '2001-10-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:39', '2024-07-01 04:09:39'),
(326201, 3495, '2001-11-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:39', '2024-07-01 04:09:39'),
(326202, 3495, '2001-12-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:39', '2024-07-01 04:09:39'),
(326203, 3495, '2002-01-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:39', '2024-07-01 04:09:39'),
(326204, 3495, '2002-02-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:39', '2024-07-01 04:09:39'),
(326205, 3495, '2002-03-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:39', '2024-07-01 04:09:39'),
(326206, 3495, '2002-04-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:39', '2024-07-01 04:09:39'),
(326207, 3495, '2002-05-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:39', '2024-07-01 04:09:39'),
(326208, 3495, '2002-06-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:39', '2024-07-01 04:09:39'),
(326209, 3495, '2002-07-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:39', '2024-07-01 04:09:39'),
(326210, 3495, '2002-08-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:39', '2024-07-01 04:09:39'),
(326211, 3495, '2002-09-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:39', '2024-07-01 04:09:39'),
(326212, 3495, '2002-10-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:39', '2024-07-01 04:09:39'),
(326213, 3495, '2002-11-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:39', '2024-07-01 04:09:39'),
(326214, 3495, '2002-12-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:39', '2024-07-01 04:09:39'),
(326215, 3495, '2003-01-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:39', '2024-07-01 04:09:39'),
(326216, 3495, '2003-02-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:39', '2024-07-01 04:09:39'),
(326217, 3495, '2003-03-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:39', '2024-07-01 04:09:39'),
(326218, 3495, '2003-04-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:39', '2024-07-01 04:09:39'),
(326219, 3495, '2003-05-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:39', '2024-07-01 04:09:39'),
(326220, 3495, '2003-06-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:39', '2024-07-01 04:09:39'),
(326221, 3495, '2003-07-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:39', '2024-07-01 04:09:39'),
(326222, 3495, '2003-08-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:39', '2024-07-01 04:09:39'),
(326223, 3495, '2003-09-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:39', '2024-07-01 04:09:39'),
(326224, 3495, '2003-10-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:39', '2024-07-01 04:09:39'),
(326225, 3495, '2003-11-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:39', '2024-07-01 04:09:39'),
(326226, 3495, '2003-12-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:40', '2024-07-01 04:09:40'),
(326227, 3495, '2004-01-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:40', '2024-07-01 04:09:40'),
(326228, 3495, '2004-02-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:40', '2024-07-01 04:09:40'),
(326229, 3495, '2004-03-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:40', '2024-07-01 04:09:40'),
(326230, 3495, '2004-04-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:40', '2024-07-01 04:09:40'),
(326231, 3495, '2004-05-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:40', '2024-07-01 04:09:40'),
(326232, 3495, '2004-06-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:40', '2024-07-01 04:09:40'),
(326233, 3495, '2004-07-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:40', '2024-07-01 04:09:40'),
(326234, 3495, '2004-08-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:40', '2024-07-01 04:09:40'),
(326235, 3495, '2004-09-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:40', '2024-07-01 04:09:40'),
(326236, 3495, '2004-10-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:40', '2024-07-01 04:09:40'),
(326237, 3495, '2004-11-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:40', '2024-07-01 04:09:40'),
(326238, 3495, '2004-12-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:40', '2024-07-01 04:09:40'),
(326239, 3495, '2005-01-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:40', '2024-07-01 04:09:40'),
(326240, 3495, '2005-02-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:40', '2024-07-01 04:09:40'),
(326241, 3495, '2005-03-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:40', '2024-07-01 04:09:40'),
(326242, 3495, '2005-04-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:40', '2024-07-01 04:09:40'),
(326243, 3495, '2005-05-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:40', '2024-07-01 04:09:40'),
(326244, 3495, '2005-06-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:40', '2024-07-01 04:09:40'),
(326245, 3495, '2005-07-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:40', '2024-07-01 04:09:40'),
(326246, 3495, '2005-08-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:40', '2024-07-01 04:09:40'),
(326247, 3495, '2005-09-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:40', '2024-07-01 04:09:40'),
(326248, 3495, '2005-10-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:40', '2024-07-01 04:09:40'),
(326249, 3495, '2005-11-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:40', '2024-07-01 04:09:40'),
(326250, 3495, '2005-12-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:40', '2024-07-01 04:09:40'),
(326251, 3495, '2006-01-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:40', '2024-07-01 04:09:40'),
(326252, 3495, '2006-02-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:40', '2024-07-01 04:09:40'),
(326253, 3495, '2006-03-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:40', '2024-07-01 04:09:40'),
(326254, 3495, '2006-04-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:40', '2024-07-01 04:09:40'),
(326255, 3495, '2006-05-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:40', '2024-07-01 04:09:40'),
(326256, 3495, '2006-06-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:40', '2024-07-01 04:09:40'),
(326257, 3495, '2006-07-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:40', '2024-07-01 04:09:40'),
(326258, 3495, '2006-08-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:40', '2024-07-01 04:09:40'),
(326259, 3495, '2006-09-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:40', '2024-07-01 04:09:40'),
(326260, 3495, '2006-10-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:40', '2024-07-01 04:09:40'),
(326261, 3495, '2006-11-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:40', '2024-07-01 04:09:40'),
(326262, 3495, '2006-12-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:40', '2024-07-01 04:09:40'),
(326263, 3495, '2007-01-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:40', '2024-07-01 04:09:40'),
(326264, 3495, '2007-02-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:40', '2024-07-01 04:09:40'),
(326265, 3495, '2007-03-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:40', '2024-07-01 04:09:40'),
(326266, 3495, '2007-04-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:40', '2024-07-01 04:09:40'),
(326267, 3495, '2007-05-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:40', '2024-07-01 04:09:40'),
(326268, 3495, '2007-06-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:40', '2024-07-01 04:09:40'),
(326269, 3495, '2007-07-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:40', '2024-07-01 04:09:40'),
(326270, 3495, '2007-08-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:40', '2024-07-01 04:09:40'),
(326271, 3495, '2007-09-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:40', '2024-07-01 04:09:40'),
(326272, 3495, '2007-10-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:40', '2024-07-01 04:09:40'),
(326273, 3495, '2007-11-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:40', '2024-07-01 04:09:40'),
(326274, 3495, '2007-12-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:40', '2024-07-01 04:09:40'),
(326275, 3495, '2008-01-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:40', '2024-07-01 04:09:40'),
(326276, 3495, '2008-02-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:40', '2024-07-01 04:09:40'),
(326277, 3495, '2008-03-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:40', '2024-07-01 04:09:40'),
(326278, 3495, '2008-04-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:40', '2024-07-01 04:09:40'),
(326279, 3495, '2008-05-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:40', '2024-07-01 04:09:40'),
(326280, 3495, '2008-06-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:40', '2024-07-01 04:09:40'),
(326281, 3495, '2008-07-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:40', '2024-07-01 04:09:40'),
(326282, 3495, '2008-08-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:40', '2024-07-01 04:09:40'),
(326283, 3495, '2008-09-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:41', '2024-07-01 04:09:41'),
(326284, 3495, '2008-10-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:41', '2024-07-01 04:09:41'),
(326285, 3495, '2008-11-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:41', '2024-07-01 04:09:41'),
(326286, 3495, '2008-12-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:41', '2024-07-01 04:09:41'),
(326287, 3495, '2009-01-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:41', '2024-07-01 04:09:41'),
(326288, 3495, '2009-02-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:41', '2024-07-01 04:09:41'),
(326289, 3495, '2009-03-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:41', '2024-07-01 04:09:41'),
(326290, 3495, '2009-04-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:41', '2024-07-01 04:09:41'),
(326291, 3495, '2009-05-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:41', '2024-07-01 04:09:41'),
(326292, 3495, '2009-06-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:41', '2024-07-01 04:09:41'),
(326293, 3495, '2009-07-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:41', '2024-07-01 04:09:41'),
(326294, 3495, '2009-08-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:41', '2024-07-01 04:09:41'),
(326295, 3495, '2009-09-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:41', '2024-07-01 04:09:41'),
(326296, 3495, '2009-10-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:41', '2024-07-01 04:09:41'),
(326297, 3495, '2009-11-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:41', '2024-07-01 04:09:41'),
(326298, 3495, '2009-12-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:41', '2024-07-01 04:09:41'),
(326299, 3495, '2010-01-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:41', '2024-07-01 04:09:41'),
(326300, 3495, '2010-02-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:41', '2024-07-01 04:09:41'),
(326301, 3495, '2010-03-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:41', '2024-07-01 04:09:41'),
(326302, 3495, '2010-04-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:41', '2024-07-01 04:09:41'),
(326303, 3495, '2010-05-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:41', '2024-07-01 04:09:41'),
(326304, 3495, '2010-06-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:41', '2024-07-01 04:09:41'),
(326305, 3495, '2010-07-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:41', '2024-07-01 04:09:41'),
(326306, 3495, '2010-08-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:41', '2024-07-01 04:09:41'),
(326307, 3495, '2010-09-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:41', '2024-07-01 04:09:41'),
(326308, 3495, '2010-10-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:41', '2024-07-01 04:09:41'),
(326309, 3495, '2010-11-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:41', '2024-07-01 04:09:41'),
(326310, 3495, '2010-12-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:41', '2024-07-01 04:09:41'),
(326311, 3495, '2011-01-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:41', '2024-07-01 04:09:41'),
(326312, 3495, '2011-02-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:41', '2024-07-01 04:09:41'),
(326313, 3495, '2011-03-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:41', '2024-07-01 04:09:41'),
(326314, 3495, '2011-04-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:41', '2024-07-01 04:09:41'),
(326315, 3495, '2011-05-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:41', '2024-07-01 04:09:41'),
(326316, 3495, '2011-06-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:41', '2024-07-01 04:09:41'),
(326317, 3495, '2011-07-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:41', '2024-07-01 04:09:41'),
(326318, 3495, '2011-08-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:41', '2024-07-01 04:09:41'),
(326319, 3495, '2011-09-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:41', '2024-07-01 04:09:41'),
(326320, 3495, '2011-10-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:41', '2024-07-01 04:09:41'),
(326321, 3495, '2011-11-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:41', '2024-07-01 04:09:41'),
(326322, 3495, '2011-12-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:41', '2024-07-01 04:09:41'),
(326323, 3495, '2012-01-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:41', '2024-07-01 04:09:41'),
(326324, 3495, '2012-02-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:41', '2024-07-01 04:09:41'),
(326325, 3495, '2012-03-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:41', '2024-07-01 04:09:41'),
(326326, 3495, '2012-04-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:41', '2024-07-01 04:09:41'),
(326327, 3495, '2012-05-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:41', '2024-07-01 04:09:41'),
(326328, 3495, '2012-06-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:41', '2024-07-01 04:09:41'),
(326329, 3495, '2012-07-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:41', '2024-07-01 04:09:41'),
(326330, 3495, '2012-08-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:41', '2024-07-01 04:09:41'),
(326331, 3495, '2012-09-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:41', '2024-07-01 04:09:41'),
(326332, 3495, '2012-10-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:41', '2024-07-01 04:09:41'),
(326333, 3495, '2012-11-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:41', '2024-07-01 04:09:41'),
(326334, 3495, '2012-12-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:41', '2024-07-01 04:09:41'),
(326335, 3495, '2013-01-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:41', '2024-07-01 04:09:41'),
(326336, 3495, '2013-02-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:41', '2024-07-01 04:09:41'),
(326337, 3495, '2013-03-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:41', '2024-07-01 04:09:41'),
(326338, 3495, '2013-04-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:41', '2024-07-01 04:09:41'),
(326339, 3495, '2013-05-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:41', '2024-07-01 04:09:41'),
(326340, 3495, '2013-06-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:42', '2024-07-01 04:09:42'),
(326341, 3495, '2013-07-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:42', '2024-07-01 04:09:42'),
(326342, 3495, '2013-08-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:42', '2024-07-01 04:09:42'),
(326343, 3495, '2013-09-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:42', '2024-07-01 04:09:42'),
(326344, 3495, '2013-10-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:42', '2024-07-01 04:09:42');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(326345, 3495, '2013-11-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:42', '2024-07-01 04:09:42'),
(326346, 3495, '2013-12-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:42', '2024-07-01 04:09:42'),
(326347, 3495, '2014-01-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:42', '2024-07-01 04:09:42'),
(326348, 3495, '2014-02-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:42', '2024-07-01 04:09:42'),
(326349, 3495, '2014-03-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:42', '2024-07-01 04:09:42'),
(326350, 3495, '2014-04-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:42', '2024-07-01 04:09:42'),
(326351, 3495, '2014-05-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:42', '2024-07-01 04:09:42'),
(326352, 3495, '2014-06-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:42', '2024-07-01 04:09:42'),
(326353, 3495, '2014-07-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:42', '2024-07-01 04:09:42'),
(326354, 3495, '2014-08-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:42', '2024-07-01 04:09:42'),
(326355, 3495, '2014-09-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:42', '2024-07-01 04:09:42'),
(326356, 3495, '2014-10-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:42', '2024-07-01 04:09:42'),
(326357, 3495, '2014-11-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:42', '2024-07-01 04:09:42'),
(326358, 3495, '2014-12-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:42', '2024-07-01 04:09:42'),
(326359, 3495, '2015-01-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:42', '2024-07-01 04:09:42'),
(326360, 3495, '2015-02-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:42', '2024-07-01 04:09:42'),
(326361, 3495, '2015-03-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:42', '2024-07-01 04:09:42'),
(326362, 3495, '2015-04-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:42', '2024-07-01 04:09:42'),
(326363, 3495, '2015-05-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:42', '2024-07-01 04:09:42'),
(326364, 3495, '2015-06-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:42', '2024-07-01 04:09:42'),
(326365, 3495, '2015-07-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:42', '2024-07-01 04:09:42'),
(326366, 3495, '2015-08-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:42', '2024-07-01 04:09:42'),
(326367, 3495, '2015-09-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:42', '2024-07-01 04:09:42'),
(326368, 3495, '2015-10-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:42', '2024-07-01 04:09:42'),
(326369, 3495, '2015-11-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:42', '2024-07-01 04:09:42'),
(326370, 3495, '2015-12-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:42', '2024-07-01 04:09:42'),
(326371, 3495, '2016-01-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:42', '2024-07-01 04:09:42'),
(326372, 3495, '2016-02-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:42', '2024-07-01 04:09:42'),
(326373, 3495, '2016-03-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:42', '2024-07-01 04:09:42'),
(326374, 3495, '2016-04-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:42', '2024-07-01 04:09:42'),
(326375, 3495, '2016-05-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:42', '2024-07-01 04:09:42'),
(326376, 3495, '2016-06-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:42', '2024-07-01 04:09:42'),
(326377, 3495, '2016-07-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:42', '2024-07-01 04:09:42'),
(326378, 3495, '2016-08-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:42', '2024-07-01 04:09:42'),
(326379, 3495, '2016-09-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:42', '2024-07-01 04:09:42'),
(326380, 3495, '2016-10-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:42', '2024-07-01 04:09:42'),
(326381, 3495, '2016-11-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:42', '2024-07-01 04:09:42'),
(326382, 3495, '2016-12-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:42', '2024-07-01 04:09:42'),
(326383, 3495, '2017-01-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:42', '2024-07-01 04:09:42'),
(326384, 3495, '2017-02-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:42', '2024-07-01 04:09:42'),
(326385, 3495, '2017-03-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:42', '2024-07-01 04:09:42'),
(326386, 3495, '2017-04-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:42', '2024-07-01 04:09:42'),
(326387, 3495, '2017-05-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:42', '2024-07-01 04:09:42'),
(326388, 3495, '2017-06-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:42', '2024-07-01 04:09:42'),
(326389, 3495, '2017-07-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:42', '2024-07-01 04:09:42'),
(326390, 3495, '2017-08-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:42', '2024-07-01 04:09:42'),
(326391, 3495, '2017-09-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:42', '2024-07-01 04:09:42'),
(326392, 3495, '2017-10-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:42', '2024-07-01 04:09:42'),
(326393, 3495, '2017-11-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:42', '2024-07-01 04:09:42'),
(326394, 3495, '2017-12-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:42', '2024-07-01 04:09:42'),
(326395, 3495, '2018-01-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:42', '2024-07-01 04:09:42'),
(326396, 3495, '2018-02-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:42', '2024-07-01 04:09:42'),
(326397, 3495, '2018-03-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:42', '2024-07-01 04:09:42'),
(326398, 3495, '2018-04-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:43', '2024-07-01 04:09:43'),
(326399, 3495, '2018-05-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:43', '2024-07-01 04:09:43'),
(326400, 3495, '2018-06-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:43', '2024-07-01 04:09:43'),
(326401, 3495, '2018-07-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:43', '2024-07-01 04:09:43'),
(326402, 3495, '2018-08-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:43', '2024-07-01 04:09:43'),
(326403, 3495, '2018-09-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:43', '2024-07-01 04:09:43'),
(326404, 3495, '2018-10-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:43', '2024-07-01 04:09:43'),
(326405, 3495, '2018-11-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:43', '2024-07-01 04:09:43'),
(326406, 3495, '2018-12-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:43', '2024-07-01 04:09:43'),
(326407, 3495, '2019-01-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:43', '2024-07-01 04:09:43'),
(326408, 3495, '2019-02-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:43', '2024-07-01 04:09:43'),
(326409, 3495, '2019-03-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:43', '2024-07-01 04:09:43'),
(326410, 3495, '2019-04-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:43', '2024-07-01 04:09:43'),
(326411, 3495, '2019-05-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:43', '2024-07-01 04:09:43'),
(326412, 3495, '2019-06-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:43', '2024-07-01 04:09:43'),
(326413, 3495, '2019-07-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:43', '2024-07-01 04:09:43'),
(326414, 3495, '2019-08-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:43', '2024-07-01 04:09:43'),
(326415, 3495, '2019-09-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:43', '2024-07-01 04:09:43'),
(326416, 3495, '2019-10-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:43', '2024-07-01 04:09:43'),
(326417, 3495, '2019-11-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:43', '2024-07-01 04:09:43'),
(326418, 3495, '2019-12-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:43', '2024-07-01 04:09:43'),
(326419, 3495, '2020-01-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:43', '2024-07-01 04:09:43'),
(326420, 3495, '2020-02-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:43', '2024-07-01 04:09:43'),
(326421, 3495, '2020-03-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:43', '2024-07-01 04:09:43'),
(326422, 3495, '2020-04-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:43', '2024-07-01 04:09:43'),
(326423, 3495, '2020-05-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:43', '2024-07-01 04:09:43'),
(326424, 3495, '2020-06-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:43', '2024-07-01 04:09:43'),
(326425, 3495, '2020-07-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:43', '2024-07-01 04:09:43'),
(326426, 3495, '2020-08-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:43', '2024-07-01 04:09:43'),
(326427, 3495, '2020-09-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:43', '2024-07-01 04:09:43'),
(326428, 3495, '2020-10-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:43', '2024-07-01 04:09:43'),
(326429, 3495, '2020-11-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:43', '2024-07-01 04:09:43'),
(326430, 3495, '2020-12-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:43', '2024-07-01 04:09:43'),
(326431, 3495, '2021-01-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:43', '2024-07-01 04:09:43'),
(326432, 3495, '2021-02-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:43', '2024-07-01 04:09:43'),
(326433, 3495, '2021-03-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:43', '2024-07-01 04:09:43'),
(326434, 3495, '2021-04-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:43', '2024-07-01 04:09:43'),
(326435, 3495, '2021-05-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:43', '2024-07-01 04:09:43'),
(326436, 3495, '2021-06-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:43', '2024-07-01 04:09:43'),
(326437, 3495, '2021-07-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:43', '2024-07-01 04:09:43'),
(326438, 3495, '2021-08-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:43', '2024-07-01 04:09:43'),
(326439, 3495, '2021-09-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:43', '2024-07-01 04:09:43'),
(326440, 3495, '2021-10-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:43', '2024-07-01 04:09:43'),
(326441, 3495, '2021-11-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:43', '2024-07-01 04:09:43'),
(326442, 3495, '2021-12-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:43', '2024-07-01 04:09:43'),
(326443, 3495, '2022-01-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:43', '2024-07-01 04:09:43'),
(326444, 3495, '2022-02-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:43', '2024-07-01 04:09:43'),
(326445, 3495, '2022-03-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:43', '2024-07-01 04:09:43'),
(326446, 3495, '2022-04-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:43', '2024-07-01 04:09:43'),
(326447, 3495, '2022-05-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:43', '2024-07-01 04:09:43'),
(326448, 3495, '2022-06-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:43', '2024-07-01 04:09:43'),
(326449, 3495, '2022-07-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:43', '2024-07-01 04:09:43'),
(326450, 3495, '2022-08-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:43', '2024-07-01 04:09:43'),
(326451, 3495, '2022-09-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:43', '2024-07-01 04:09:43'),
(326452, 3495, '2022-10-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:43', '2024-07-01 04:09:43'),
(326453, 3495, '2022-11-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:43', '2024-07-01 04:09:43'),
(326454, 3495, '2022-12-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:43', '2024-07-01 04:09:43'),
(326455, 3495, '2023-01-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:44', '2024-07-01 04:09:44'),
(326456, 3495, '2023-02-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:44', '2024-07-01 04:09:44'),
(326457, 3495, '2023-03-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:44', '2024-07-01 04:09:44'),
(326458, 3495, '2023-04-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:44', '2024-07-01 04:09:44'),
(326459, 3495, '2023-05-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:44', '2024-07-01 04:09:44'),
(326460, 3495, '2023-06-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:44', '2024-07-01 04:09:44'),
(326461, 3495, '2023-07-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:44', '2024-07-01 04:09:44'),
(326462, 3495, '2023-08-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:44', '2024-07-01 04:09:44'),
(326463, 3495, '2023-09-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:44', '2024-07-01 04:09:44'),
(326464, 3495, '2023-10-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:44', '2024-07-01 04:09:44'),
(326465, 3495, '2023-11-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:44', '2024-07-01 04:09:44'),
(326466, 3495, '2023-12-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:44', '2024-07-01 04:09:44'),
(326467, 3495, '2024-01-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:44', '2024-07-01 04:09:44'),
(326468, 3495, '2024-02-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:44', '2024-07-01 04:09:44'),
(326469, 3495, '2024-03-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:44', '2024-07-01 04:09:44'),
(326470, 3495, '2024-04-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:44', '2024-07-01 04:09:44'),
(326471, 3495, '2024-05-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:44', '2024-07-01 04:09:44'),
(326472, 3495, '2024-06-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:44', '2024-07-01 04:09:44'),
(326473, 3495, '2024-07-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:44', '2024-07-01 04:09:44'),
(326474, 3495, '2024-08-01 00:00:00', NULL, NULL, '', '8', 0, '2024-07-01 04:09:44', '2024-07-01 04:09:44'),
(326475, 3496, '2024-06-01 00:00:00', NULL, NULL, '', '20', 0, '2024-07-03 09:48:06', '2024-07-03 09:48:06'),
(326476, 3497, '2024-06-01 00:00:00', NULL, NULL, '', '20', 0, '2024-07-04 03:38:42', '2024-07-04 03:38:42'),
(326477, 3498, '2024-06-01 00:00:00', NULL, NULL, '', '1', 0, '2024-07-04 03:47:34', '2024-07-04 03:47:34'),
(326478, 3499, '2024-05-01 00:00:00', NULL, NULL, '', '1', 0, '2024-07-04 03:50:15', '2024-07-04 03:50:15'),
(326481, 3500, '2024-04-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-04 03:52:12', '2024-07-04 03:52:12'),
(326482, 3500, '2024-04-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-04 03:52:12', '2024-07-04 03:52:12'),
(326483, 3500, '2024-04-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-04 03:52:12', '2024-07-04 03:52:12'),
(326484, 3500, '2024-04-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-04 03:52:12', '2024-07-04 03:52:12'),
(326485, 3501, '2024-04-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-04 03:53:41', '2024-07-04 03:53:41'),
(326486, 3501, '2024-04-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-04 03:53:41', '2024-07-04 03:53:41'),
(326487, 3501, '2024-04-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-04 03:53:41', '2024-07-04 03:53:41'),
(326488, 3501, '2024-04-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-04 03:53:41', '2024-07-04 03:53:41'),
(326489, 3502, '2024-05-01 00:00:00', NULL, NULL, '', '1', 0, '2024-07-04 03:55:30', '2024-07-04 03:55:30'),
(326490, 3502, '2024-05-01 00:00:00', NULL, NULL, '', '1', 0, '2024-07-04 03:55:30', '2024-07-04 03:55:30'),
(326491, 3502, '2024-05-01 00:00:00', NULL, NULL, '', '1', 0, '2024-07-04 03:55:30', '2024-07-04 03:55:30'),
(326492, 3503, '2024-04-01 00:00:00', NULL, NULL, '', '1', 0, '2024-07-04 04:03:31', '2024-07-04 04:03:31'),
(326493, 3503, '2024-04-01 00:00:00', NULL, NULL, '', '1', 0, '2024-07-04 04:03:31', '2024-07-04 04:03:31'),
(326494, 3503, '2024-04-01 00:00:00', NULL, NULL, '', '1', 0, '2024-07-04 04:03:31', '2024-07-04 04:03:31'),
(326495, 3503, '2024-04-01 00:00:00', NULL, NULL, '', '1', 0, '2024-07-04 04:03:31', '2024-07-04 04:03:31'),
(326496, 3504, '2024-06-01 00:00:00', NULL, NULL, '', '1', 0, '2024-07-04 04:27:20', '2024-07-04 04:27:20'),
(326497, 3505, '2024-06-01 00:00:00', NULL, NULL, '', '1', 0, '2024-07-04 04:28:28', '2024-07-04 04:28:28'),
(326498, 3506, '2024-05-01 00:00:00', NULL, NULL, '', '1', 0, '2024-07-04 04:29:23', '2024-07-04 04:29:23'),
(326499, 3506, '2024-05-01 00:00:00', NULL, NULL, '', '1', 0, '2024-07-04 04:29:23', '2024-07-04 04:29:23'),
(326500, 3506, '2024-05-01 00:00:00', NULL, NULL, '', '1', 0, '2024-07-04 04:29:23', '2024-07-04 04:29:23'),
(326501, 3507, '2024-06-01 00:00:00', NULL, NULL, '', '1', 0, '2024-07-04 04:32:47', '2024-07-04 04:32:47'),
(326502, 3508, '2024-06-01 00:00:00', NULL, NULL, '', '1', 0, '2024-07-04 04:34:30', '2024-07-04 04:34:30'),
(326503, 3509, '2024-06-01 00:00:00', NULL, NULL, '', '1', 0, '2024-07-04 04:37:34', '2024-07-04 04:37:34'),
(326504, 3510, '2024-06-01 00:00:00', NULL, NULL, '', '1', 0, '2024-07-04 04:38:42', '2024-07-04 04:38:42'),
(326505, 3511, '2024-06-01 00:00:00', NULL, NULL, '', '1', 0, '2024-07-04 04:42:55', '2024-07-04 04:42:55'),
(326506, 3512, '2024-04-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-04 04:44:19', '2024-07-04 04:44:19'),
(326507, 3512, '2024-04-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-04 04:44:19', '2024-07-04 04:44:19'),
(326508, 3512, '2024-04-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-04 04:44:19', '2024-07-04 04:44:19'),
(326509, 3512, '2024-04-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-04 04:44:19', '2024-07-04 04:44:19'),
(326510, 3513, '2024-05-01 00:00:00', NULL, NULL, '', '1', 0, '2024-07-04 04:45:37', '2024-07-04 04:45:37'),
(326511, 3513, '2024-05-01 00:00:00', NULL, NULL, '', '1', 0, '2024-07-04 04:45:37', '2024-07-04 04:45:37'),
(326512, 3513, '2024-05-01 00:00:00', NULL, NULL, '', '1', 0, '2024-07-04 04:45:37', '2024-07-04 04:45:37'),
(326513, 3514, '2024-04-01 00:00:00', NULL, NULL, '', '1', 0, '2024-07-04 04:48:46', '2024-07-04 04:48:46'),
(326514, 3514, '2024-04-01 00:00:00', NULL, NULL, '', '1', 0, '2024-07-04 04:48:46', '2024-07-04 04:48:46'),
(326515, 3514, '2024-04-01 00:00:00', NULL, NULL, '', '1', 0, '2024-07-04 04:48:46', '2024-07-04 04:48:46'),
(326516, 3514, '2024-04-01 00:00:00', NULL, NULL, '', '1', 0, '2024-07-04 04:48:46', '2024-07-04 04:48:46'),
(326517, 3515, '2024-05-01 00:00:00', NULL, NULL, '', '1', 0, '2024-07-04 04:50:13', '2024-07-04 04:50:13'),
(326518, 3515, '2024-05-01 00:00:00', NULL, NULL, '', '1', 0, '2024-07-04 04:50:13', '2024-07-04 04:50:13'),
(326519, 3515, '2024-05-01 00:00:00', NULL, NULL, '', '1', 0, '2024-07-04 04:50:13', '2024-07-04 04:50:13'),
(326520, 3516, '2024-06-01 00:00:00', NULL, NULL, '', '1', 0, '2024-07-04 04:51:15', '2024-07-04 04:51:15'),
(326521, 3517, '2024-06-01 00:00:00', NULL, NULL, '', '1', 0, '2024-07-04 04:59:43', '2024-07-04 04:59:43'),
(326522, 3518, '2024-06-01 00:00:00', NULL, NULL, '', '1', 0, '2024-07-04 05:00:06', '2024-07-04 05:00:06'),
(326523, 3519, '2024-06-01 00:00:00', NULL, NULL, '', '1', 0, '2024-07-04 05:05:01', '2024-07-04 05:05:01'),
(326524, 3520, '2024-06-01 00:00:00', NULL, NULL, '', '12', 0, '2024-07-04 05:07:22', '2024-07-04 05:07:22'),
(326525, 3521, '2024-08-01 00:00:00', NULL, '2024-08-01 00:00:00', '', '1', 0, '2024-07-04 05:10:57', '2024-07-04 05:10:57'),
(326526, 3522, '2024-08-01 00:00:00', NULL, '2024-08-01 00:00:00', '', '1', 0, '2024-07-04 05:20:58', '2024-07-04 05:20:58'),
(326527, 3523, '2024-06-01 00:00:00', NULL, NULL, '', '1', 0, '2024-07-04 05:22:04', '2024-07-04 05:22:04'),
(326528, 3524, '2024-05-01 00:00:00', NULL, NULL, '', '1', 0, '2024-07-04 05:23:28', '2024-07-04 05:23:28'),
(326529, 3524, '2024-05-01 00:00:00', NULL, NULL, '', '1', 0, '2024-07-04 05:23:28', '2024-07-04 05:23:28'),
(326530, 3524, '2024-05-01 00:00:00', NULL, NULL, '', '1', 0, '2024-07-04 05:23:28', '2024-07-04 05:23:28'),
(326531, 3525, '2024-04-01 00:00:00', NULL, NULL, '', '1', 0, '2024-07-04 05:25:08', '2024-07-04 05:25:08'),
(326532, 3525, '2024-04-01 00:00:00', NULL, NULL, '', '1', 0, '2024-07-04 05:25:08', '2024-07-04 05:25:08'),
(326533, 3525, '2024-04-01 00:00:00', NULL, NULL, '', '1', 0, '2024-07-04 05:25:08', '2024-07-04 05:25:08'),
(326534, 3525, '2024-04-01 00:00:00', NULL, NULL, '', '1', 0, '2024-07-04 05:25:08', '2024-07-04 05:25:08'),
(326535, 3526, '2024-06-01 00:00:00', NULL, NULL, '', '1', 0, '2024-07-04 05:27:15', '2024-07-04 05:27:15'),
(326536, 3526, '2024-07-01 00:00:00', NULL, NULL, '', '1', 0, '2024-07-04 05:27:15', '2024-07-04 05:27:15'),
(326537, 3526, '2024-08-01 00:00:00', NULL, NULL, '', '1', 0, '2024-07-04 05:27:15', '2024-07-04 05:27:15'),
(326538, 3527, '2024-06-01 00:00:00', NULL, NULL, '', '1', 0, '2024-07-04 05:33:59', '2024-07-04 05:33:59'),
(326539, 3527, '2024-07-01 00:00:00', NULL, NULL, '', '1', 0, '2024-07-04 05:33:59', '2024-07-04 05:33:59'),
(326540, 3527, '2024-08-01 00:00:00', NULL, NULL, '', '1', 0, '2024-07-04 05:33:59', '2024-07-04 05:33:59'),
(326541, 3528, '2024-07-01 00:00:00', NULL, NULL, '', '1', 0, '2024-07-04 05:36:00', '2024-07-04 05:36:00'),
(326542, 3529, '2024-06-01 00:00:00', NULL, NULL, '', '1', 0, '2024-07-04 05:36:49', '2024-07-04 05:36:49'),
(326543, 3529, '2024-07-01 00:00:00', NULL, NULL, '', '1', 0, '2024-07-04 05:36:49', '2024-07-04 05:36:49'),
(326544, 3529, '2024-08-01 00:00:00', NULL, NULL, '', '1', 0, '2024-07-04 05:36:49', '2024-07-04 05:36:49'),
(326545, 3530, '2024-07-01 00:00:00', NULL, NULL, '', '1', 0, '2024-07-04 05:37:48', '2024-07-04 05:37:48'),
(326546, 3531, '2024-07-01 00:00:00', NULL, NULL, '', '1', 0, '2024-07-04 05:38:44', '2024-07-04 05:38:44'),
(326547, 3532, '2024-07-01 00:00:00', NULL, NULL, '', '1', 0, '2024-07-04 05:39:33', '2024-07-04 05:39:33'),
(326548, 3533, '2024-07-01 00:00:00', NULL, NULL, '', '1', 0, '2024-07-04 05:40:38', '2024-07-04 05:40:38'),
(326549, 3534, '2024-07-01 00:00:00', NULL, NULL, '', '1', 0, '2024-07-04 05:43:06', '2024-07-04 05:43:06'),
(326550, 3535, '2024-08-01 00:00:00', NULL, '2024-08-01 00:00:00', '', '1', 0, '2024-07-04 05:44:10', '2024-07-04 05:44:10'),
(326551, 3536, '2024-09-01 00:00:00', '1', '2024-09-01 00:00:00', '', '0', 1, '2024-07-04 05:44:30', '2024-07-04 05:44:40'),
(326552, 3537, '2024-07-01 00:00:00', '1', NULL, '', '0', 1, '2024-07-04 05:45:50', '2024-07-09 12:08:09'),
(326553, 3538, '2024-07-01 00:00:00', '1', NULL, '', '0', 1, '2024-07-04 05:46:55', '2024-07-09 12:09:01'),
(326554, 3539, '2024-07-01 00:00:00', '1', NULL, '', '0', 1, '2024-07-04 05:49:28', '2024-07-09 09:30:43'),
(326555, 3540, '2024-07-01 00:00:00', NULL, NULL, '', '1', 0, '2024-07-04 05:54:12', '2024-07-04 05:54:12'),
(326556, 3541, '2024-07-01 00:00:00', '1', NULL, '', '0', 1, '2024-07-04 05:58:10', '2024-07-09 09:37:02'),
(326557, 3542, '1984-11-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:03', '2024-07-04 06:05:03'),
(326558, 3542, '1984-12-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:03', '2024-07-04 06:05:03'),
(326559, 3542, '1985-01-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:03', '2024-07-04 06:05:03'),
(326560, 3542, '1985-02-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:03', '2024-07-04 06:05:03'),
(326561, 3542, '1985-03-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:03', '2024-07-04 06:05:03'),
(326562, 3542, '1985-04-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:03', '2024-07-04 06:05:03'),
(326563, 3542, '1985-05-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:03', '2024-07-04 06:05:03'),
(326564, 3542, '1985-06-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:03', '2024-07-04 06:05:03'),
(326565, 3542, '1985-07-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:03', '2024-07-04 06:05:03'),
(326566, 3542, '1985-08-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:03', '2024-07-04 06:05:03'),
(326567, 3542, '1985-09-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:03', '2024-07-04 06:05:03'),
(326568, 3542, '1985-10-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:03', '2024-07-04 06:05:03'),
(326569, 3542, '1985-11-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:03', '2024-07-04 06:05:03'),
(326570, 3542, '1985-12-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:03', '2024-07-04 06:05:03'),
(326571, 3542, '1986-01-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:03', '2024-07-04 06:05:03'),
(326572, 3542, '1986-02-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:03', '2024-07-04 06:05:03'),
(326573, 3542, '1986-03-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:03', '2024-07-04 06:05:03'),
(326574, 3542, '1986-04-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:03', '2024-07-04 06:05:03'),
(326575, 3542, '1986-05-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:03', '2024-07-04 06:05:03'),
(326576, 3542, '1986-06-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:03', '2024-07-04 06:05:03'),
(326577, 3542, '1986-07-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:03', '2024-07-04 06:05:03'),
(326578, 3542, '1986-08-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:03', '2024-07-04 06:05:03'),
(326579, 3542, '1986-09-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:03', '2024-07-04 06:05:03'),
(326580, 3542, '1986-10-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:03', '2024-07-04 06:05:03'),
(326581, 3542, '1986-11-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:04', '2024-07-04 06:05:04'),
(326582, 3542, '1986-12-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:04', '2024-07-04 06:05:04'),
(326583, 3542, '1987-01-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:04', '2024-07-04 06:05:04'),
(326584, 3542, '1987-02-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:04', '2024-07-04 06:05:04'),
(326585, 3542, '1987-03-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:04', '2024-07-04 06:05:04'),
(326586, 3542, '1987-04-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:04', '2024-07-04 06:05:04'),
(326587, 3542, '1987-05-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:04', '2024-07-04 06:05:04'),
(326588, 3542, '1987-06-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:04', '2024-07-04 06:05:04'),
(326589, 3542, '1987-07-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:04', '2024-07-04 06:05:04'),
(326590, 3542, '1987-08-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:04', '2024-07-04 06:05:04'),
(326591, 3542, '1987-09-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:04', '2024-07-04 06:05:04'),
(326592, 3542, '1987-10-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:04', '2024-07-04 06:05:04'),
(326593, 3542, '1987-11-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:04', '2024-07-04 06:05:04'),
(326594, 3542, '1987-12-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:04', '2024-07-04 06:05:04'),
(326595, 3542, '1988-01-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:04', '2024-07-04 06:05:04'),
(326596, 3542, '1988-02-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:04', '2024-07-04 06:05:04'),
(326597, 3542, '1988-03-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:04', '2024-07-04 06:05:04'),
(326598, 3542, '1988-04-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:04', '2024-07-04 06:05:04'),
(326599, 3542, '1988-05-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:04', '2024-07-04 06:05:04'),
(326600, 3542, '1988-06-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:04', '2024-07-04 06:05:04'),
(326601, 3542, '1988-07-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:04', '2024-07-04 06:05:04'),
(326602, 3542, '1988-08-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:04', '2024-07-04 06:05:04'),
(326603, 3542, '1988-09-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:04', '2024-07-04 06:05:04'),
(326604, 3542, '1988-10-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:04', '2024-07-04 06:05:04'),
(326605, 3542, '1988-11-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:04', '2024-07-04 06:05:04'),
(326606, 3542, '1988-12-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:04', '2024-07-04 06:05:04'),
(326607, 3542, '1989-01-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:04', '2024-07-04 06:05:04'),
(326608, 3542, '1989-02-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:04', '2024-07-04 06:05:04'),
(326609, 3542, '1989-03-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:04', '2024-07-04 06:05:04'),
(326610, 3542, '1989-04-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:04', '2024-07-04 06:05:04'),
(326611, 3542, '1989-05-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:04', '2024-07-04 06:05:04'),
(326612, 3542, '1989-06-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:04', '2024-07-04 06:05:04'),
(326613, 3542, '1989-07-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:04', '2024-07-04 06:05:04'),
(326614, 3542, '1989-08-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:05', '2024-07-04 06:05:05'),
(326615, 3542, '1989-09-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:05', '2024-07-04 06:05:05'),
(326616, 3542, '1989-10-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:05', '2024-07-04 06:05:05'),
(326617, 3542, '1989-11-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:05', '2024-07-04 06:05:05'),
(326618, 3542, '1989-12-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:05', '2024-07-04 06:05:05'),
(326619, 3542, '1990-01-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:05', '2024-07-04 06:05:05'),
(326620, 3542, '1990-02-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:05', '2024-07-04 06:05:05'),
(326621, 3542, '1990-03-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:05', '2024-07-04 06:05:05'),
(326622, 3542, '1990-04-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:05', '2024-07-04 06:05:05'),
(326623, 3542, '1990-05-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:05', '2024-07-04 06:05:05'),
(326624, 3542, '1990-06-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:05', '2024-07-04 06:05:05'),
(326625, 3542, '1990-07-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:05', '2024-07-04 06:05:05'),
(326626, 3542, '1990-08-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:05', '2024-07-04 06:05:05'),
(326627, 3542, '1990-09-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:05', '2024-07-04 06:05:05'),
(326628, 3542, '1990-10-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:05', '2024-07-04 06:05:05'),
(326629, 3542, '1990-11-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:05', '2024-07-04 06:05:05'),
(326630, 3542, '1990-12-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:05', '2024-07-04 06:05:05'),
(326631, 3542, '1991-01-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:05', '2024-07-04 06:05:05'),
(326632, 3542, '1991-02-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:05', '2024-07-04 06:05:05'),
(326633, 3542, '1991-03-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:05', '2024-07-04 06:05:05'),
(326634, 3542, '1991-04-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:05', '2024-07-04 06:05:05'),
(326635, 3542, '1991-05-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:05', '2024-07-04 06:05:05'),
(326636, 3542, '1991-06-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:05', '2024-07-04 06:05:05'),
(326637, 3542, '1991-07-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:05', '2024-07-04 06:05:05'),
(326638, 3542, '1991-08-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:05', '2024-07-04 06:05:05'),
(326639, 3542, '1991-09-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:05', '2024-07-04 06:05:05'),
(326640, 3542, '1991-10-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:05', '2024-07-04 06:05:05'),
(326641, 3542, '1991-11-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:05', '2024-07-04 06:05:05'),
(326642, 3542, '1991-12-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:05', '2024-07-04 06:05:05'),
(326643, 3542, '1992-01-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:05', '2024-07-04 06:05:05'),
(326644, 3542, '1992-02-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:05', '2024-07-04 06:05:05'),
(326645, 3542, '1992-03-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:05', '2024-07-04 06:05:05'),
(326646, 3542, '1992-04-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:05', '2024-07-04 06:05:05'),
(326647, 3542, '1992-05-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:05', '2024-07-04 06:05:05'),
(326648, 3542, '1992-06-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:05', '2024-07-04 06:05:05'),
(326649, 3542, '1992-07-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:05', '2024-07-04 06:05:05'),
(326650, 3542, '1992-08-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:05', '2024-07-04 06:05:05'),
(326651, 3542, '1992-09-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:05', '2024-07-04 06:05:05'),
(326652, 3542, '1992-10-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:05', '2024-07-04 06:05:05'),
(326653, 3542, '1992-11-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:05', '2024-07-04 06:05:05'),
(326654, 3542, '1992-12-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:05', '2024-07-04 06:05:05'),
(326655, 3542, '1993-01-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:05', '2024-07-04 06:05:05'),
(326656, 3542, '1993-02-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:05', '2024-07-04 06:05:05'),
(326657, 3542, '1993-03-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:05', '2024-07-04 06:05:05'),
(326658, 3542, '1993-04-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:05', '2024-07-04 06:05:05'),
(326659, 3542, '1993-05-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:05', '2024-07-04 06:05:05'),
(326660, 3542, '1993-06-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:05', '2024-07-04 06:05:05'),
(326661, 3542, '1993-07-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:05', '2024-07-04 06:05:05'),
(326662, 3542, '1993-08-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:05', '2024-07-04 06:05:05'),
(326663, 3542, '1993-09-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:05', '2024-07-04 06:05:05'),
(326664, 3542, '1993-10-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:05', '2024-07-04 06:05:05'),
(326665, 3542, '1993-11-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:05', '2024-07-04 06:05:05'),
(326666, 3542, '1993-12-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:05', '2024-07-04 06:05:05'),
(326667, 3542, '1994-01-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:05', '2024-07-04 06:05:05'),
(326668, 3542, '1994-02-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:05', '2024-07-04 06:05:05'),
(326669, 3542, '1994-03-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:05', '2024-07-04 06:05:05'),
(326670, 3542, '1994-04-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:05', '2024-07-04 06:05:05'),
(326671, 3542, '1994-05-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:05', '2024-07-04 06:05:05'),
(326672, 3542, '1994-06-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:05', '2024-07-04 06:05:05'),
(326673, 3542, '1994-07-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:05', '2024-07-04 06:05:05'),
(326674, 3542, '1994-08-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:06', '2024-07-04 06:05:06'),
(326675, 3542, '1994-09-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:06', '2024-07-04 06:05:06'),
(326676, 3542, '1994-10-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:06', '2024-07-04 06:05:06'),
(326677, 3542, '1994-11-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:06', '2024-07-04 06:05:06'),
(326678, 3542, '1994-12-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:06', '2024-07-04 06:05:06'),
(326679, 3542, '1995-01-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:06', '2024-07-04 06:05:06'),
(326680, 3542, '1995-02-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:06', '2024-07-04 06:05:06'),
(326681, 3542, '1995-03-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:06', '2024-07-04 06:05:06'),
(326682, 3542, '1995-04-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:06', '2024-07-04 06:05:06'),
(326683, 3542, '1995-05-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:06', '2024-07-04 06:05:06'),
(326684, 3542, '1995-06-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:06', '2024-07-04 06:05:06'),
(326685, 3542, '1995-07-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:06', '2024-07-04 06:05:06'),
(326686, 3542, '1995-08-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:06', '2024-07-04 06:05:06'),
(326687, 3542, '1995-09-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:06', '2024-07-04 06:05:06'),
(326688, 3542, '1995-10-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:06', '2024-07-04 06:05:06'),
(326689, 3542, '1995-11-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:06', '2024-07-04 06:05:06'),
(326690, 3542, '1995-12-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:06', '2024-07-04 06:05:06'),
(326691, 3542, '1996-01-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:06', '2024-07-04 06:05:06'),
(326692, 3542, '1996-02-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:06', '2024-07-04 06:05:06'),
(326693, 3542, '1996-03-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:06', '2024-07-04 06:05:06'),
(326694, 3542, '1996-04-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:06', '2024-07-04 06:05:06'),
(326695, 3542, '1996-05-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:06', '2024-07-04 06:05:06'),
(326696, 3542, '1996-06-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:06', '2024-07-04 06:05:06'),
(326697, 3542, '1996-07-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:06', '2024-07-04 06:05:06'),
(326698, 3542, '1996-08-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:06', '2024-07-04 06:05:06'),
(326699, 3542, '1996-09-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:06', '2024-07-04 06:05:06'),
(326700, 3542, '1996-10-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:06', '2024-07-04 06:05:06'),
(326701, 3542, '1996-11-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:06', '2024-07-04 06:05:06'),
(326702, 3542, '1996-12-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:06', '2024-07-04 06:05:06'),
(326703, 3542, '1997-01-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:06', '2024-07-04 06:05:06'),
(326704, 3542, '1997-02-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:06', '2024-07-04 06:05:06'),
(326705, 3542, '1997-03-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:06', '2024-07-04 06:05:06'),
(326706, 3542, '1997-04-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:06', '2024-07-04 06:05:06'),
(326707, 3542, '1997-05-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:06', '2024-07-04 06:05:06'),
(326708, 3542, '1997-06-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:06', '2024-07-04 06:05:06'),
(326709, 3542, '1997-07-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:06', '2024-07-04 06:05:06'),
(326710, 3542, '1997-08-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:06', '2024-07-04 06:05:06'),
(326711, 3542, '1997-09-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:06', '2024-07-04 06:05:06'),
(326712, 3542, '1997-10-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:06', '2024-07-04 06:05:06'),
(326713, 3542, '1997-11-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:06', '2024-07-04 06:05:06'),
(326714, 3542, '1997-12-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:06', '2024-07-04 06:05:06'),
(326715, 3542, '1998-01-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:06', '2024-07-04 06:05:06'),
(326716, 3542, '1998-02-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:06', '2024-07-04 06:05:06'),
(326717, 3542, '1998-03-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:06', '2024-07-04 06:05:06'),
(326718, 3542, '1998-04-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:06', '2024-07-04 06:05:06'),
(326719, 3542, '1998-05-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:06', '2024-07-04 06:05:06'),
(326720, 3542, '1998-06-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:06', '2024-07-04 06:05:06'),
(326721, 3542, '1998-07-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:06', '2024-07-04 06:05:06'),
(326722, 3542, '1998-08-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:06', '2024-07-04 06:05:06'),
(326723, 3542, '1998-09-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:06', '2024-07-04 06:05:06'),
(326724, 3542, '1998-10-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:06', '2024-07-04 06:05:06'),
(326725, 3542, '1998-11-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:06', '2024-07-04 06:05:06'),
(326726, 3542, '1998-12-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:06', '2024-07-04 06:05:06'),
(326727, 3542, '1999-01-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:06', '2024-07-04 06:05:06'),
(326728, 3542, '1999-02-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:06', '2024-07-04 06:05:06'),
(326729, 3542, '1999-03-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:06', '2024-07-04 06:05:06'),
(326730, 3542, '1999-04-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:06', '2024-07-04 06:05:06'),
(326731, 3542, '1999-05-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:06', '2024-07-04 06:05:06'),
(326732, 3542, '1999-06-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:07', '2024-07-04 06:05:07'),
(326733, 3542, '1999-07-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:07', '2024-07-04 06:05:07'),
(326734, 3542, '1999-08-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:07', '2024-07-04 06:05:07'),
(326735, 3542, '1999-09-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:07', '2024-07-04 06:05:07'),
(326736, 3542, '1999-10-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:07', '2024-07-04 06:05:07'),
(326737, 3542, '1999-11-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:07', '2024-07-04 06:05:07'),
(326738, 3542, '1999-12-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:07', '2024-07-04 06:05:07'),
(326739, 3542, '2000-01-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:07', '2024-07-04 06:05:07'),
(326740, 3542, '2000-02-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:07', '2024-07-04 06:05:07'),
(326741, 3542, '2000-03-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:07', '2024-07-04 06:05:07'),
(326742, 3542, '2000-04-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:07', '2024-07-04 06:05:07'),
(326743, 3542, '2000-05-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:07', '2024-07-04 06:05:07'),
(326744, 3542, '2000-06-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:07', '2024-07-04 06:05:07'),
(326745, 3542, '2000-07-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:07', '2024-07-04 06:05:07'),
(326746, 3542, '2000-08-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:07', '2024-07-04 06:05:07'),
(326747, 3542, '2000-09-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:07', '2024-07-04 06:05:07'),
(326748, 3542, '2000-10-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:07', '2024-07-04 06:05:07'),
(326749, 3542, '2000-11-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:07', '2024-07-04 06:05:07'),
(326750, 3542, '2000-12-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:07', '2024-07-04 06:05:07'),
(326751, 3542, '2001-01-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:07', '2024-07-04 06:05:07'),
(326752, 3542, '2001-02-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:07', '2024-07-04 06:05:07'),
(326753, 3542, '2001-03-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:07', '2024-07-04 06:05:07'),
(326754, 3542, '2001-04-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:07', '2024-07-04 06:05:07'),
(326755, 3542, '2001-05-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:07', '2024-07-04 06:05:07'),
(326756, 3542, '2001-06-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:07', '2024-07-04 06:05:07'),
(326757, 3542, '2001-07-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:07', '2024-07-04 06:05:07'),
(326758, 3542, '2001-08-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:07', '2024-07-04 06:05:07'),
(326759, 3542, '2001-09-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:07', '2024-07-04 06:05:07'),
(326760, 3542, '2001-10-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:07', '2024-07-04 06:05:07'),
(326761, 3542, '2001-11-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:07', '2024-07-04 06:05:07'),
(326762, 3542, '2001-12-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:07', '2024-07-04 06:05:07'),
(326763, 3542, '2002-01-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:07', '2024-07-04 06:05:07'),
(326764, 3542, '2002-02-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:07', '2024-07-04 06:05:07'),
(326765, 3542, '2002-03-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:07', '2024-07-04 06:05:07'),
(326766, 3542, '2002-04-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:07', '2024-07-04 06:05:07'),
(326767, 3542, '2002-05-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:07', '2024-07-04 06:05:07'),
(326768, 3542, '2002-06-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:07', '2024-07-04 06:05:07'),
(326769, 3542, '2002-07-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:07', '2024-07-04 06:05:07'),
(326770, 3542, '2002-08-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:07', '2024-07-04 06:05:07'),
(326771, 3542, '2002-09-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:07', '2024-07-04 06:05:07'),
(326772, 3542, '2002-10-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:07', '2024-07-04 06:05:07'),
(326773, 3542, '2002-11-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:07', '2024-07-04 06:05:07'),
(326774, 3542, '2002-12-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:07', '2024-07-04 06:05:07'),
(326775, 3542, '2003-01-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:07', '2024-07-04 06:05:07'),
(326776, 3542, '2003-02-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:07', '2024-07-04 06:05:07'),
(326777, 3542, '2003-03-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:07', '2024-07-04 06:05:07'),
(326778, 3542, '2003-04-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:07', '2024-07-04 06:05:07'),
(326779, 3542, '2003-05-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:07', '2024-07-04 06:05:07'),
(326780, 3542, '2003-06-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:07', '2024-07-04 06:05:07'),
(326781, 3542, '2003-07-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:07', '2024-07-04 06:05:07'),
(326782, 3542, '2003-08-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:07', '2024-07-04 06:05:07'),
(326783, 3542, '2003-09-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:07', '2024-07-04 06:05:07'),
(326784, 3542, '2003-10-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:07', '2024-07-04 06:05:07'),
(326785, 3542, '2003-11-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:07', '2024-07-04 06:05:07'),
(326786, 3542, '2003-12-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:07', '2024-07-04 06:05:07'),
(326787, 3542, '2004-01-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:07', '2024-07-04 06:05:07'),
(326788, 3542, '2004-02-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:07', '2024-07-04 06:05:07'),
(326789, 3542, '2004-03-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:07', '2024-07-04 06:05:07'),
(326790, 3542, '2004-04-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:07', '2024-07-04 06:05:07'),
(326791, 3542, '2004-05-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:07', '2024-07-04 06:05:07'),
(326792, 3542, '2004-06-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:08', '2024-07-04 06:05:08'),
(326793, 3542, '2004-07-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:08', '2024-07-04 06:05:08'),
(326794, 3542, '2004-08-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:08', '2024-07-04 06:05:08'),
(326795, 3542, '2004-09-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:08', '2024-07-04 06:05:08'),
(326796, 3542, '2004-10-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:08', '2024-07-04 06:05:08'),
(326797, 3542, '2004-11-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:08', '2024-07-04 06:05:08'),
(326798, 3542, '2004-12-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:08', '2024-07-04 06:05:08'),
(326799, 3542, '2005-01-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:08', '2024-07-04 06:05:08'),
(326800, 3542, '2005-02-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:08', '2024-07-04 06:05:08'),
(326801, 3542, '2005-03-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:08', '2024-07-04 06:05:08'),
(326802, 3542, '2005-04-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:08', '2024-07-04 06:05:08'),
(326803, 3542, '2005-05-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:08', '2024-07-04 06:05:08'),
(326804, 3542, '2005-06-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:08', '2024-07-04 06:05:08'),
(326805, 3542, '2005-07-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:08', '2024-07-04 06:05:08'),
(326806, 3542, '2005-08-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:08', '2024-07-04 06:05:08'),
(326807, 3542, '2005-09-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:08', '2024-07-04 06:05:08'),
(326808, 3542, '2005-10-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:08', '2024-07-04 06:05:08'),
(326809, 3542, '2005-11-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:08', '2024-07-04 06:05:08'),
(326810, 3542, '2005-12-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:08', '2024-07-04 06:05:08');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(326811, 3542, '2006-01-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:08', '2024-07-04 06:05:08'),
(326812, 3542, '2006-02-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:08', '2024-07-04 06:05:08'),
(326813, 3542, '2006-03-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:08', '2024-07-04 06:05:08'),
(326814, 3542, '2006-04-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:08', '2024-07-04 06:05:08'),
(326815, 3542, '2006-05-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:08', '2024-07-04 06:05:08'),
(326816, 3542, '2006-06-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:08', '2024-07-04 06:05:08'),
(326817, 3542, '2006-07-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:08', '2024-07-04 06:05:08'),
(326818, 3542, '2006-08-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:08', '2024-07-04 06:05:08'),
(326819, 3542, '2006-09-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:08', '2024-07-04 06:05:08'),
(326820, 3542, '2006-10-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:08', '2024-07-04 06:05:08'),
(326821, 3542, '2006-11-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:08', '2024-07-04 06:05:08'),
(326822, 3542, '2006-12-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:08', '2024-07-04 06:05:08'),
(326823, 3542, '2007-01-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:08', '2024-07-04 06:05:08'),
(326824, 3542, '2007-02-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:08', '2024-07-04 06:05:08'),
(326825, 3542, '2007-03-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:08', '2024-07-04 06:05:08'),
(326826, 3542, '2007-04-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:08', '2024-07-04 06:05:08'),
(326827, 3542, '2007-05-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:08', '2024-07-04 06:05:08'),
(326828, 3542, '2007-06-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:08', '2024-07-04 06:05:08'),
(326829, 3542, '2007-07-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:08', '2024-07-04 06:05:08'),
(326830, 3542, '2007-08-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:08', '2024-07-04 06:05:08'),
(326831, 3542, '2007-09-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:08', '2024-07-04 06:05:08'),
(326832, 3542, '2007-10-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:08', '2024-07-04 06:05:08'),
(326833, 3542, '2007-11-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:08', '2024-07-04 06:05:08'),
(326834, 3542, '2007-12-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:08', '2024-07-04 06:05:08'),
(326835, 3542, '2008-01-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:08', '2024-07-04 06:05:08'),
(326836, 3542, '2008-02-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:08', '2024-07-04 06:05:08'),
(326837, 3542, '2008-03-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:08', '2024-07-04 06:05:08'),
(326838, 3542, '2008-04-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:08', '2024-07-04 06:05:08'),
(326839, 3542, '2008-05-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:08', '2024-07-04 06:05:08'),
(326840, 3542, '2008-06-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:08', '2024-07-04 06:05:08'),
(326841, 3542, '2008-07-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:08', '2024-07-04 06:05:08'),
(326842, 3542, '2008-08-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:08', '2024-07-04 06:05:08'),
(326843, 3542, '2008-09-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:08', '2024-07-04 06:05:08'),
(326844, 3542, '2008-10-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:08', '2024-07-04 06:05:08'),
(326845, 3542, '2008-11-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:08', '2024-07-04 06:05:08'),
(326846, 3542, '2008-12-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:08', '2024-07-04 06:05:08'),
(326847, 3542, '2009-01-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:08', '2024-07-04 06:05:08'),
(326848, 3542, '2009-02-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:08', '2024-07-04 06:05:08'),
(326849, 3542, '2009-03-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:08', '2024-07-04 06:05:08'),
(326850, 3542, '2009-04-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:08', '2024-07-04 06:05:08'),
(326851, 3542, '2009-05-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:09', '2024-07-04 06:05:09'),
(326852, 3542, '2009-06-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:09', '2024-07-04 06:05:09'),
(326853, 3542, '2009-07-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:09', '2024-07-04 06:05:09'),
(326854, 3542, '2009-08-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:09', '2024-07-04 06:05:09'),
(326855, 3542, '2009-09-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:09', '2024-07-04 06:05:09'),
(326856, 3542, '2009-10-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:09', '2024-07-04 06:05:09'),
(326857, 3542, '2009-11-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:09', '2024-07-04 06:05:09'),
(326858, 3542, '2009-12-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:09', '2024-07-04 06:05:09'),
(326859, 3542, '2010-01-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:09', '2024-07-04 06:05:09'),
(326860, 3542, '2010-02-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:09', '2024-07-04 06:05:09'),
(326861, 3542, '2010-03-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:09', '2024-07-04 06:05:09'),
(326862, 3542, '2010-04-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:09', '2024-07-04 06:05:09'),
(326863, 3542, '2010-05-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:09', '2024-07-04 06:05:09'),
(326864, 3542, '2010-06-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:09', '2024-07-04 06:05:09'),
(326865, 3542, '2010-07-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:09', '2024-07-04 06:05:09'),
(326866, 3542, '2010-08-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:09', '2024-07-04 06:05:09'),
(326867, 3542, '2010-09-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:09', '2024-07-04 06:05:09'),
(326868, 3542, '2010-10-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:09', '2024-07-04 06:05:09'),
(326869, 3542, '2010-11-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:09', '2024-07-04 06:05:09'),
(326870, 3542, '2010-12-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:09', '2024-07-04 06:05:09'),
(326871, 3542, '2011-01-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:09', '2024-07-04 06:05:09'),
(326872, 3542, '2011-02-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:09', '2024-07-04 06:05:09'),
(326873, 3542, '2011-03-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:09', '2024-07-04 06:05:09'),
(326874, 3542, '2011-04-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:09', '2024-07-04 06:05:09'),
(326875, 3542, '2011-05-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:09', '2024-07-04 06:05:09'),
(326876, 3542, '2011-06-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:09', '2024-07-04 06:05:09'),
(326877, 3542, '2011-07-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:09', '2024-07-04 06:05:09'),
(326878, 3542, '2011-08-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:09', '2024-07-04 06:05:09'),
(326879, 3542, '2011-09-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:09', '2024-07-04 06:05:09'),
(326880, 3542, '2011-10-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:09', '2024-07-04 06:05:09'),
(326881, 3542, '2011-11-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:09', '2024-07-04 06:05:09'),
(326882, 3542, '2011-12-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:09', '2024-07-04 06:05:09'),
(326883, 3542, '2012-01-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:09', '2024-07-04 06:05:09'),
(326884, 3542, '2012-02-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:09', '2024-07-04 06:05:09'),
(326885, 3542, '2012-03-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:09', '2024-07-04 06:05:09'),
(326886, 3542, '2012-04-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:09', '2024-07-04 06:05:09'),
(326887, 3542, '2012-05-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:09', '2024-07-04 06:05:09'),
(326888, 3542, '2012-06-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:09', '2024-07-04 06:05:09'),
(326889, 3542, '2012-07-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:09', '2024-07-04 06:05:09'),
(326890, 3542, '2012-08-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:09', '2024-07-04 06:05:09'),
(326891, 3542, '2012-09-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:09', '2024-07-04 06:05:09'),
(326892, 3542, '2012-10-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:09', '2024-07-04 06:05:09'),
(326893, 3542, '2012-11-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:09', '2024-07-04 06:05:09'),
(326894, 3542, '2012-12-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:09', '2024-07-04 06:05:09'),
(326895, 3542, '2013-01-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:09', '2024-07-04 06:05:09'),
(326896, 3542, '2013-02-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:09', '2024-07-04 06:05:09'),
(326897, 3542, '2013-03-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:09', '2024-07-04 06:05:09'),
(326898, 3542, '2013-04-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:09', '2024-07-04 06:05:09'),
(326899, 3542, '2013-05-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:09', '2024-07-04 06:05:09'),
(326900, 3542, '2013-06-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:09', '2024-07-04 06:05:09'),
(326901, 3542, '2013-07-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:09', '2024-07-04 06:05:09'),
(326902, 3542, '2013-08-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:09', '2024-07-04 06:05:09'),
(326903, 3542, '2013-09-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:09', '2024-07-04 06:05:09'),
(326904, 3542, '2013-10-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:09', '2024-07-04 06:05:09'),
(326905, 3542, '2013-11-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:09', '2024-07-04 06:05:09'),
(326906, 3542, '2013-12-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:09', '2024-07-04 06:05:09'),
(326907, 3542, '2014-01-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:09', '2024-07-04 06:05:09'),
(326908, 3542, '2014-02-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:10', '2024-07-04 06:05:10'),
(326909, 3542, '2014-03-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:10', '2024-07-04 06:05:10'),
(326910, 3542, '2014-04-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:10', '2024-07-04 06:05:10'),
(326911, 3542, '2014-05-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:10', '2024-07-04 06:05:10'),
(326912, 3542, '2014-06-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:10', '2024-07-04 06:05:10'),
(326913, 3542, '2014-07-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:10', '2024-07-04 06:05:10'),
(326914, 3542, '2014-08-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:10', '2024-07-04 06:05:10'),
(326915, 3542, '2014-09-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:10', '2024-07-04 06:05:10'),
(326916, 3542, '2014-10-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:10', '2024-07-04 06:05:10'),
(326917, 3542, '2014-11-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:10', '2024-07-04 06:05:10'),
(326918, 3542, '2014-12-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:10', '2024-07-04 06:05:10'),
(326919, 3542, '2015-01-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:10', '2024-07-04 06:05:10'),
(326920, 3542, '2015-02-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:10', '2024-07-04 06:05:10'),
(326921, 3542, '2015-03-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:10', '2024-07-04 06:05:10'),
(326922, 3542, '2015-04-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:10', '2024-07-04 06:05:10'),
(326923, 3542, '2015-05-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:10', '2024-07-04 06:05:10'),
(326924, 3542, '2015-06-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:10', '2024-07-04 06:05:10'),
(326925, 3542, '2015-07-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:10', '2024-07-04 06:05:10'),
(326926, 3542, '2015-08-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:10', '2024-07-04 06:05:10'),
(326927, 3542, '2015-09-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:10', '2024-07-04 06:05:10'),
(326928, 3542, '2015-10-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:10', '2024-07-04 06:05:10'),
(326929, 3542, '2015-11-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:10', '2024-07-04 06:05:10'),
(326930, 3542, '2015-12-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:10', '2024-07-04 06:05:10'),
(326931, 3542, '2016-01-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:10', '2024-07-04 06:05:10'),
(326932, 3542, '2016-02-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:10', '2024-07-04 06:05:10'),
(326933, 3542, '2016-03-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:10', '2024-07-04 06:05:10'),
(326934, 3542, '2016-04-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:10', '2024-07-04 06:05:10'),
(326935, 3542, '2016-05-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:10', '2024-07-04 06:05:10'),
(326936, 3542, '2016-06-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:10', '2024-07-04 06:05:10'),
(326937, 3542, '2016-07-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:10', '2024-07-04 06:05:10'),
(326938, 3542, '2016-08-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:10', '2024-07-04 06:05:10'),
(326939, 3542, '2016-09-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:10', '2024-07-04 06:05:10'),
(326940, 3542, '2016-10-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:10', '2024-07-04 06:05:10'),
(326941, 3542, '2016-11-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:10', '2024-07-04 06:05:10'),
(326942, 3542, '2016-12-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:10', '2024-07-04 06:05:10'),
(326943, 3542, '2017-01-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:10', '2024-07-04 06:05:10'),
(326944, 3542, '2017-02-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:10', '2024-07-04 06:05:10'),
(326945, 3542, '2017-03-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:10', '2024-07-04 06:05:10'),
(326946, 3542, '2017-04-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:10', '2024-07-04 06:05:10'),
(326947, 3542, '2017-05-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:10', '2024-07-04 06:05:10'),
(326948, 3542, '2017-06-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:10', '2024-07-04 06:05:10'),
(326949, 3542, '2017-07-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:10', '2024-07-04 06:05:10'),
(326950, 3542, '2017-08-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:10', '2024-07-04 06:05:10'),
(326951, 3542, '2017-09-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:10', '2024-07-04 06:05:10'),
(326952, 3542, '2017-10-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:10', '2024-07-04 06:05:10'),
(326953, 3542, '2017-11-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:10', '2024-07-04 06:05:10'),
(326954, 3542, '2017-12-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:10', '2024-07-04 06:05:10'),
(326955, 3542, '2018-01-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:10', '2024-07-04 06:05:10'),
(326956, 3542, '2018-02-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:10', '2024-07-04 06:05:10'),
(326957, 3542, '2018-03-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:10', '2024-07-04 06:05:10'),
(326958, 3542, '2018-04-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:10', '2024-07-04 06:05:10'),
(326959, 3542, '2018-05-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:10', '2024-07-04 06:05:10'),
(326960, 3542, '2018-06-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:10', '2024-07-04 06:05:10'),
(326961, 3542, '2018-07-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:10', '2024-07-04 06:05:10'),
(326962, 3542, '2018-08-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:10', '2024-07-04 06:05:10'),
(326963, 3542, '2018-09-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:10', '2024-07-04 06:05:10'),
(326964, 3542, '2018-10-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:10', '2024-07-04 06:05:10'),
(326965, 3542, '2018-11-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:10', '2024-07-04 06:05:10'),
(326966, 3542, '2018-12-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:11', '2024-07-04 06:05:11'),
(326967, 3542, '2019-01-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:11', '2024-07-04 06:05:11'),
(326968, 3542, '2019-02-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:11', '2024-07-04 06:05:11'),
(326969, 3542, '2019-03-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:11', '2024-07-04 06:05:11'),
(326970, 3542, '2019-04-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:11', '2024-07-04 06:05:11'),
(326971, 3542, '2019-05-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:11', '2024-07-04 06:05:11'),
(326972, 3542, '2019-06-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:11', '2024-07-04 06:05:11'),
(326973, 3542, '2019-07-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:11', '2024-07-04 06:05:11'),
(326974, 3542, '2019-08-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:11', '2024-07-04 06:05:11'),
(326975, 3542, '2019-09-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:11', '2024-07-04 06:05:11'),
(326976, 3542, '2019-10-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:11', '2024-07-04 06:05:11'),
(326977, 3542, '2019-11-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:11', '2024-07-04 06:05:11'),
(326978, 3542, '2019-12-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:11', '2024-07-04 06:05:11'),
(326979, 3542, '2020-01-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:11', '2024-07-04 06:05:11'),
(326980, 3542, '2020-02-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:11', '2024-07-04 06:05:11'),
(326981, 3542, '2020-03-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:11', '2024-07-04 06:05:11'),
(326982, 3542, '2020-04-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:11', '2024-07-04 06:05:11'),
(326983, 3542, '2020-05-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:11', '2024-07-04 06:05:11'),
(326984, 3542, '2020-06-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:11', '2024-07-04 06:05:11'),
(326985, 3542, '2020-07-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:11', '2024-07-04 06:05:11'),
(326986, 3542, '2020-08-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:11', '2024-07-04 06:05:11'),
(326987, 3542, '2020-09-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:11', '2024-07-04 06:05:11'),
(326988, 3542, '2020-10-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:11', '2024-07-04 06:05:11'),
(326989, 3542, '2020-11-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:11', '2024-07-04 06:05:11'),
(326990, 3542, '2020-12-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:11', '2024-07-04 06:05:11'),
(326991, 3542, '2021-01-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:11', '2024-07-04 06:05:11'),
(326992, 3542, '2021-02-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:11', '2024-07-04 06:05:11'),
(326993, 3542, '2021-03-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:11', '2024-07-04 06:05:11'),
(326994, 3542, '2021-04-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:11', '2024-07-04 06:05:11'),
(326995, 3542, '2021-05-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:11', '2024-07-04 06:05:11'),
(326996, 3542, '2021-06-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:11', '2024-07-04 06:05:11'),
(326997, 3542, '2021-07-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:11', '2024-07-04 06:05:11'),
(326998, 3542, '2021-08-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:11', '2024-07-04 06:05:11'),
(326999, 3542, '2021-09-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:11', '2024-07-04 06:05:11'),
(327000, 3542, '2021-10-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:11', '2024-07-04 06:05:11'),
(327001, 3542, '2021-11-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:11', '2024-07-04 06:05:11'),
(327002, 3542, '2021-12-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:11', '2024-07-04 06:05:11'),
(327003, 3542, '2022-01-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:11', '2024-07-04 06:05:11'),
(327004, 3542, '2022-02-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:11', '2024-07-04 06:05:11'),
(327005, 3542, '2022-03-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:11', '2024-07-04 06:05:11'),
(327006, 3542, '2022-04-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:11', '2024-07-04 06:05:11'),
(327007, 3542, '2022-05-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:11', '2024-07-04 06:05:11'),
(327008, 3542, '2022-06-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:11', '2024-07-04 06:05:11'),
(327009, 3542, '2022-07-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:11', '2024-07-04 06:05:11'),
(327010, 3542, '2022-08-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:11', '2024-07-04 06:05:11'),
(327011, 3542, '2022-09-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:11', '2024-07-04 06:05:11'),
(327012, 3542, '2022-10-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:11', '2024-07-04 06:05:11'),
(327013, 3542, '2022-11-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:11', '2024-07-04 06:05:11'),
(327014, 3542, '2022-12-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:11', '2024-07-04 06:05:11'),
(327015, 3542, '2023-01-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:11', '2024-07-04 06:05:11'),
(327016, 3542, '2023-02-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:11', '2024-07-04 06:05:11'),
(327017, 3542, '2023-03-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:11', '2024-07-04 06:05:11'),
(327018, 3542, '2023-04-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:11', '2024-07-04 06:05:11'),
(327019, 3542, '2023-05-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:11', '2024-07-04 06:05:11'),
(327020, 3542, '2023-06-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:11', '2024-07-04 06:05:11'),
(327021, 3542, '2023-07-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:11', '2024-07-04 06:05:11'),
(327022, 3542, '2023-08-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:11', '2024-07-04 06:05:11'),
(327023, 3542, '2023-09-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:11', '2024-07-04 06:05:11'),
(327024, 3542, '2023-10-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:11', '2024-07-04 06:05:11'),
(327025, 3542, '2023-11-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:12', '2024-07-04 06:05:12'),
(327026, 3542, '2023-12-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:12', '2024-07-04 06:05:12'),
(327027, 3542, '2024-01-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:12', '2024-07-04 06:05:12'),
(327028, 3542, '2024-02-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:12', '2024-07-04 06:05:12'),
(327029, 3542, '2024-03-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:12', '2024-07-04 06:05:12'),
(327030, 3542, '2024-04-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:12', '2024-07-04 06:05:12'),
(327031, 3542, '2024-05-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:12', '2024-07-04 06:05:12'),
(327032, 3542, '2024-06-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:12', '2024-07-04 06:05:12'),
(327033, 3542, '2024-07-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:12', '2024-07-04 06:05:12'),
(327034, 3542, '2024-08-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:12', '2024-07-04 06:05:12'),
(327035, 3543, '1984-11-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:12', '2024-07-04 06:05:12'),
(327036, 3543, '1984-12-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:12', '2024-07-04 06:05:12'),
(327037, 3543, '1985-01-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:12', '2024-07-04 06:05:12'),
(327038, 3543, '1985-02-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:12', '2024-07-04 06:05:12'),
(327039, 3543, '1985-03-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:12', '2024-07-04 06:05:12'),
(327040, 3543, '1985-04-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:12', '2024-07-04 06:05:12'),
(327041, 3543, '1985-05-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:12', '2024-07-04 06:05:12'),
(327042, 3543, '1985-06-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:12', '2024-07-04 06:05:12'),
(327043, 3543, '1985-07-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:12', '2024-07-04 06:05:12'),
(327044, 3543, '1985-08-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:12', '2024-07-04 06:05:12'),
(327045, 3543, '1985-09-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:12', '2024-07-04 06:05:12'),
(327046, 3543, '1985-10-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:12', '2024-07-04 06:05:12'),
(327047, 3543, '1985-11-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:12', '2024-07-04 06:05:12'),
(327048, 3543, '1985-12-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:12', '2024-07-04 06:05:12'),
(327049, 3543, '1986-01-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:12', '2024-07-04 06:05:12'),
(327050, 3543, '1986-02-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:12', '2024-07-04 06:05:12'),
(327051, 3543, '1986-03-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:12', '2024-07-04 06:05:12'),
(327052, 3543, '1986-04-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:12', '2024-07-04 06:05:12'),
(327053, 3543, '1986-05-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:12', '2024-07-04 06:05:12'),
(327054, 3543, '1986-06-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:12', '2024-07-04 06:05:12'),
(327055, 3543, '1986-07-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:12', '2024-07-04 06:05:12'),
(327056, 3543, '1986-08-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:12', '2024-07-04 06:05:12'),
(327057, 3543, '1986-09-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:12', '2024-07-04 06:05:12'),
(327058, 3543, '1986-10-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:12', '2024-07-04 06:05:12'),
(327059, 3543, '1986-11-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:12', '2024-07-04 06:05:12'),
(327060, 3543, '1986-12-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:12', '2024-07-04 06:05:12'),
(327061, 3543, '1987-01-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:12', '2024-07-04 06:05:12'),
(327062, 3543, '1987-02-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:12', '2024-07-04 06:05:12'),
(327063, 3543, '1987-03-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:12', '2024-07-04 06:05:12'),
(327064, 3543, '1987-04-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:12', '2024-07-04 06:05:12'),
(327065, 3543, '1987-05-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:12', '2024-07-04 06:05:12'),
(327066, 3543, '1987-06-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:12', '2024-07-04 06:05:12'),
(327067, 3543, '1987-07-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:12', '2024-07-04 06:05:12'),
(327068, 3543, '1987-08-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:13', '2024-07-04 06:05:13'),
(327069, 3543, '1987-09-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:13', '2024-07-04 06:05:13'),
(327070, 3543, '1987-10-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:13', '2024-07-04 06:05:13'),
(327071, 3543, '1987-11-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:13', '2024-07-04 06:05:13'),
(327072, 3543, '1987-12-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:13', '2024-07-04 06:05:13'),
(327073, 3543, '1988-01-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:13', '2024-07-04 06:05:13'),
(327074, 3543, '1988-02-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:13', '2024-07-04 06:05:13'),
(327075, 3543, '1988-03-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:13', '2024-07-04 06:05:13'),
(327076, 3543, '1988-04-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:13', '2024-07-04 06:05:13'),
(327077, 3543, '1988-05-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:13', '2024-07-04 06:05:13'),
(327078, 3543, '1988-06-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:13', '2024-07-04 06:05:13'),
(327079, 3543, '1988-07-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:13', '2024-07-04 06:05:13'),
(327080, 3543, '1988-08-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:13', '2024-07-04 06:05:13'),
(327081, 3543, '1988-09-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:13', '2024-07-04 06:05:13'),
(327082, 3543, '1988-10-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:13', '2024-07-04 06:05:13'),
(327083, 3543, '1988-11-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:13', '2024-07-04 06:05:13'),
(327084, 3543, '1988-12-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:13', '2024-07-04 06:05:13'),
(327085, 3543, '1989-01-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:13', '2024-07-04 06:05:13'),
(327086, 3543, '1989-02-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:13', '2024-07-04 06:05:13'),
(327087, 3543, '1989-03-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:13', '2024-07-04 06:05:13'),
(327088, 3543, '1989-04-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:13', '2024-07-04 06:05:13'),
(327089, 3543, '1989-05-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:13', '2024-07-04 06:05:13'),
(327090, 3543, '1989-06-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:13', '2024-07-04 06:05:13'),
(327091, 3543, '1989-07-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:13', '2024-07-04 06:05:13'),
(327092, 3543, '1989-08-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:13', '2024-07-04 06:05:13'),
(327093, 3543, '1989-09-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:13', '2024-07-04 06:05:13'),
(327094, 3543, '1989-10-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:13', '2024-07-04 06:05:13'),
(327095, 3543, '1989-11-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:13', '2024-07-04 06:05:13'),
(327096, 3543, '1989-12-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:13', '2024-07-04 06:05:13'),
(327097, 3543, '1990-01-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:13', '2024-07-04 06:05:13'),
(327098, 3543, '1990-02-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:13', '2024-07-04 06:05:13'),
(327099, 3543, '1990-03-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:13', '2024-07-04 06:05:13'),
(327100, 3543, '1990-04-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:13', '2024-07-04 06:05:13'),
(327101, 3543, '1990-05-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:13', '2024-07-04 06:05:13'),
(327102, 3543, '1990-06-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:13', '2024-07-04 06:05:13'),
(327103, 3543, '1990-07-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:13', '2024-07-04 06:05:13'),
(327104, 3543, '1990-08-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:13', '2024-07-04 06:05:13'),
(327105, 3543, '1990-09-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:13', '2024-07-04 06:05:13'),
(327106, 3543, '1990-10-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:13', '2024-07-04 06:05:13'),
(327107, 3543, '1990-11-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:13', '2024-07-04 06:05:13'),
(327108, 3543, '1990-12-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:13', '2024-07-04 06:05:13'),
(327109, 3543, '1991-01-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:13', '2024-07-04 06:05:13'),
(327110, 3543, '1991-02-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:13', '2024-07-04 06:05:13'),
(327111, 3543, '1991-03-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:13', '2024-07-04 06:05:13'),
(327112, 3543, '1991-04-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:13', '2024-07-04 06:05:13'),
(327113, 3543, '1991-05-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:13', '2024-07-04 06:05:13'),
(327114, 3543, '1991-06-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:13', '2024-07-04 06:05:13'),
(327115, 3543, '1991-07-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:13', '2024-07-04 06:05:13'),
(327116, 3543, '1991-08-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:13', '2024-07-04 06:05:13'),
(327117, 3543, '1991-09-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:13', '2024-07-04 06:05:13'),
(327118, 3543, '1991-10-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:14', '2024-07-04 06:05:14'),
(327119, 3543, '1991-11-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:14', '2024-07-04 06:05:14'),
(327120, 3543, '1991-12-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:14', '2024-07-04 06:05:14'),
(327121, 3543, '1992-01-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:14', '2024-07-04 06:05:14'),
(327122, 3543, '1992-02-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:14', '2024-07-04 06:05:14'),
(327123, 3543, '1992-03-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:14', '2024-07-04 06:05:14'),
(327124, 3543, '1992-04-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:14', '2024-07-04 06:05:14'),
(327125, 3543, '1992-05-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:14', '2024-07-04 06:05:14'),
(327126, 3543, '1992-06-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:14', '2024-07-04 06:05:14'),
(327127, 3543, '1992-07-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:14', '2024-07-04 06:05:14'),
(327128, 3543, '1992-08-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:14', '2024-07-04 06:05:14'),
(327129, 3543, '1992-09-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:14', '2024-07-04 06:05:14'),
(327130, 3543, '1992-10-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:14', '2024-07-04 06:05:14'),
(327131, 3543, '1992-11-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:14', '2024-07-04 06:05:14'),
(327132, 3543, '1992-12-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:14', '2024-07-04 06:05:14'),
(327133, 3543, '1993-01-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:14', '2024-07-04 06:05:14'),
(327134, 3543, '1993-02-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:14', '2024-07-04 06:05:14'),
(327135, 3543, '1993-03-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:14', '2024-07-04 06:05:14'),
(327136, 3543, '1993-04-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:14', '2024-07-04 06:05:14'),
(327137, 3543, '1993-05-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:14', '2024-07-04 06:05:14'),
(327138, 3543, '1993-06-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:14', '2024-07-04 06:05:14'),
(327139, 3543, '1993-07-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:14', '2024-07-04 06:05:14'),
(327140, 3543, '1993-08-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:14', '2024-07-04 06:05:14'),
(327141, 3543, '1993-09-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:14', '2024-07-04 06:05:14'),
(327142, 3543, '1993-10-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:14', '2024-07-04 06:05:14'),
(327143, 3543, '1993-11-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:14', '2024-07-04 06:05:14'),
(327144, 3543, '1993-12-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:14', '2024-07-04 06:05:14'),
(327145, 3543, '1994-01-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:14', '2024-07-04 06:05:14'),
(327146, 3543, '1994-02-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:14', '2024-07-04 06:05:14'),
(327147, 3543, '1994-03-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:14', '2024-07-04 06:05:14'),
(327148, 3543, '1994-04-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:14', '2024-07-04 06:05:14'),
(327149, 3543, '1994-05-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:14', '2024-07-04 06:05:14'),
(327150, 3543, '1994-06-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:14', '2024-07-04 06:05:14'),
(327151, 3543, '1994-07-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:14', '2024-07-04 06:05:14'),
(327152, 3543, '1994-08-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:14', '2024-07-04 06:05:14'),
(327153, 3543, '1994-09-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:14', '2024-07-04 06:05:14'),
(327154, 3543, '1994-10-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:14', '2024-07-04 06:05:14'),
(327155, 3543, '1994-11-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:14', '2024-07-04 06:05:14'),
(327156, 3543, '1994-12-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:14', '2024-07-04 06:05:14'),
(327157, 3543, '1995-01-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:14', '2024-07-04 06:05:14'),
(327158, 3543, '1995-02-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:14', '2024-07-04 06:05:14'),
(327159, 3543, '1995-03-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:14', '2024-07-04 06:05:14'),
(327160, 3543, '1995-04-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:14', '2024-07-04 06:05:14'),
(327161, 3543, '1995-05-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:14', '2024-07-04 06:05:14'),
(327162, 3543, '1995-06-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:14', '2024-07-04 06:05:14'),
(327163, 3543, '1995-07-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:14', '2024-07-04 06:05:14'),
(327164, 3543, '1995-08-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:14', '2024-07-04 06:05:14'),
(327165, 3543, '1995-09-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:14', '2024-07-04 06:05:14'),
(327166, 3543, '1995-10-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:14', '2024-07-04 06:05:14'),
(327167, 3543, '1995-11-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:14', '2024-07-04 06:05:14'),
(327168, 3543, '1995-12-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:14', '2024-07-04 06:05:14'),
(327169, 3543, '1996-01-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:14', '2024-07-04 06:05:14'),
(327170, 3543, '1996-02-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:14', '2024-07-04 06:05:14'),
(327171, 3543, '1996-03-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:14', '2024-07-04 06:05:14'),
(327172, 3543, '1996-04-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:14', '2024-07-04 06:05:14'),
(327173, 3543, '1996-05-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:14', '2024-07-04 06:05:14'),
(327174, 3543, '1996-06-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:14', '2024-07-04 06:05:14'),
(327175, 3543, '1996-07-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:14', '2024-07-04 06:05:14'),
(327176, 3543, '1996-08-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:15', '2024-07-04 06:05:15'),
(327177, 3543, '1996-09-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:15', '2024-07-04 06:05:15'),
(327178, 3543, '1996-10-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:15', '2024-07-04 06:05:15'),
(327179, 3543, '1996-11-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:15', '2024-07-04 06:05:15'),
(327180, 3543, '1996-12-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:15', '2024-07-04 06:05:15'),
(327181, 3543, '1997-01-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:15', '2024-07-04 06:05:15'),
(327182, 3543, '1997-02-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:15', '2024-07-04 06:05:15'),
(327183, 3543, '1997-03-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:15', '2024-07-04 06:05:15'),
(327184, 3543, '1997-04-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:15', '2024-07-04 06:05:15'),
(327185, 3543, '1997-05-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:15', '2024-07-04 06:05:15'),
(327186, 3543, '1997-06-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:15', '2024-07-04 06:05:15'),
(327187, 3543, '1997-07-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:15', '2024-07-04 06:05:15'),
(327188, 3543, '1997-08-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:15', '2024-07-04 06:05:15'),
(327189, 3543, '1997-09-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:15', '2024-07-04 06:05:15'),
(327190, 3543, '1997-10-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:15', '2024-07-04 06:05:15'),
(327191, 3543, '1997-11-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:15', '2024-07-04 06:05:15'),
(327192, 3543, '1997-12-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:15', '2024-07-04 06:05:15'),
(327193, 3543, '1998-01-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:15', '2024-07-04 06:05:15'),
(327194, 3543, '1998-02-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:15', '2024-07-04 06:05:15'),
(327195, 3543, '1998-03-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:15', '2024-07-04 06:05:15'),
(327196, 3543, '1998-04-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:15', '2024-07-04 06:05:15'),
(327197, 3543, '1998-05-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:15', '2024-07-04 06:05:15'),
(327198, 3543, '1998-06-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:15', '2024-07-04 06:05:15'),
(327199, 3543, '1998-07-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:15', '2024-07-04 06:05:15'),
(327200, 3543, '1998-08-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:15', '2024-07-04 06:05:15'),
(327201, 3543, '1998-09-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:15', '2024-07-04 06:05:15'),
(327202, 3543, '1998-10-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:15', '2024-07-04 06:05:15'),
(327203, 3543, '1998-11-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:15', '2024-07-04 06:05:15'),
(327204, 3543, '1998-12-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:15', '2024-07-04 06:05:15'),
(327205, 3543, '1999-01-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:15', '2024-07-04 06:05:15'),
(327206, 3543, '1999-02-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:15', '2024-07-04 06:05:15'),
(327207, 3543, '1999-03-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:15', '2024-07-04 06:05:15'),
(327208, 3543, '1999-04-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:15', '2024-07-04 06:05:15'),
(327209, 3543, '1999-05-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:15', '2024-07-04 06:05:15'),
(327210, 3543, '1999-06-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:15', '2024-07-04 06:05:15'),
(327211, 3543, '1999-07-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:15', '2024-07-04 06:05:15'),
(327212, 3543, '1999-08-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:15', '2024-07-04 06:05:15'),
(327213, 3543, '1999-09-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:15', '2024-07-04 06:05:15'),
(327214, 3543, '1999-10-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:15', '2024-07-04 06:05:15'),
(327215, 3543, '1999-11-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:15', '2024-07-04 06:05:15'),
(327216, 3543, '1999-12-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:15', '2024-07-04 06:05:15'),
(327217, 3543, '2000-01-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:15', '2024-07-04 06:05:15'),
(327218, 3543, '2000-02-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:15', '2024-07-04 06:05:15'),
(327219, 3543, '2000-03-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:15', '2024-07-04 06:05:15'),
(327220, 3543, '2000-04-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:15', '2024-07-04 06:05:15'),
(327221, 3543, '2000-05-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:15', '2024-07-04 06:05:15'),
(327222, 3543, '2000-06-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:15', '2024-07-04 06:05:15'),
(327223, 3543, '2000-07-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:15', '2024-07-04 06:05:15'),
(327224, 3543, '2000-08-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:15', '2024-07-04 06:05:15'),
(327225, 3543, '2000-09-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:15', '2024-07-04 06:05:15'),
(327226, 3543, '2000-10-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:15', '2024-07-04 06:05:15'),
(327227, 3543, '2000-11-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:15', '2024-07-04 06:05:15'),
(327228, 3543, '2000-12-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:15', '2024-07-04 06:05:15'),
(327229, 3543, '2001-01-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:15', '2024-07-04 06:05:15'),
(327230, 3543, '2001-02-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:15', '2024-07-04 06:05:15'),
(327231, 3543, '2001-03-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:15', '2024-07-04 06:05:15'),
(327232, 3543, '2001-04-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:16', '2024-07-04 06:05:16'),
(327233, 3543, '2001-05-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:16', '2024-07-04 06:05:16'),
(327234, 3543, '2001-06-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:16', '2024-07-04 06:05:16'),
(327235, 3543, '2001-07-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:16', '2024-07-04 06:05:16'),
(327236, 3543, '2001-08-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:16', '2024-07-04 06:05:16'),
(327237, 3543, '2001-09-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:16', '2024-07-04 06:05:16'),
(327238, 3543, '2001-10-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:16', '2024-07-04 06:05:16'),
(327239, 3543, '2001-11-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:16', '2024-07-04 06:05:16'),
(327240, 3543, '2001-12-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:16', '2024-07-04 06:05:16'),
(327241, 3543, '2002-01-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:16', '2024-07-04 06:05:16'),
(327242, 3543, '2002-02-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:16', '2024-07-04 06:05:16'),
(327243, 3543, '2002-03-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:16', '2024-07-04 06:05:16'),
(327244, 3543, '2002-04-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:16', '2024-07-04 06:05:16'),
(327245, 3543, '2002-05-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:16', '2024-07-04 06:05:16'),
(327246, 3543, '2002-06-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:16', '2024-07-04 06:05:16'),
(327247, 3543, '2002-07-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:16', '2024-07-04 06:05:16'),
(327248, 3543, '2002-08-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:16', '2024-07-04 06:05:16'),
(327249, 3543, '2002-09-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:16', '2024-07-04 06:05:16'),
(327250, 3543, '2002-10-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:16', '2024-07-04 06:05:16'),
(327251, 3543, '2002-11-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:16', '2024-07-04 06:05:16'),
(327252, 3543, '2002-12-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:16', '2024-07-04 06:05:16'),
(327253, 3543, '2003-01-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:16', '2024-07-04 06:05:16'),
(327254, 3543, '2003-02-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:16', '2024-07-04 06:05:16'),
(327255, 3543, '2003-03-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:16', '2024-07-04 06:05:16'),
(327256, 3543, '2003-04-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:16', '2024-07-04 06:05:16'),
(327257, 3543, '2003-05-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:16', '2024-07-04 06:05:16'),
(327258, 3543, '2003-06-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:16', '2024-07-04 06:05:16'),
(327259, 3543, '2003-07-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:16', '2024-07-04 06:05:16'),
(327260, 3543, '2003-08-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:16', '2024-07-04 06:05:16'),
(327261, 3543, '2003-09-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:16', '2024-07-04 06:05:16'),
(327262, 3543, '2003-10-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:16', '2024-07-04 06:05:16'),
(327263, 3543, '2003-11-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:16', '2024-07-04 06:05:16'),
(327264, 3543, '2003-12-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:16', '2024-07-04 06:05:16'),
(327265, 3543, '2004-01-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:16', '2024-07-04 06:05:16'),
(327266, 3543, '2004-02-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:16', '2024-07-04 06:05:16'),
(327267, 3543, '2004-03-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:16', '2024-07-04 06:05:16'),
(327268, 3543, '2004-04-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:16', '2024-07-04 06:05:16'),
(327269, 3543, '2004-05-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:16', '2024-07-04 06:05:16'),
(327270, 3543, '2004-06-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:16', '2024-07-04 06:05:16'),
(327271, 3543, '2004-07-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:16', '2024-07-04 06:05:16'),
(327272, 3543, '2004-08-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:16', '2024-07-04 06:05:16'),
(327273, 3543, '2004-09-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:16', '2024-07-04 06:05:16'),
(327274, 3543, '2004-10-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:16', '2024-07-04 06:05:16'),
(327275, 3543, '2004-11-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:16', '2024-07-04 06:05:16');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(327276, 3543, '2004-12-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:16', '2024-07-04 06:05:16'),
(327277, 3543, '2005-01-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:16', '2024-07-04 06:05:16'),
(327278, 3543, '2005-02-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:16', '2024-07-04 06:05:16'),
(327279, 3543, '2005-03-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:16', '2024-07-04 06:05:16'),
(327280, 3543, '2005-04-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:16', '2024-07-04 06:05:16'),
(327281, 3543, '2005-05-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:16', '2024-07-04 06:05:16'),
(327282, 3543, '2005-06-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:16', '2024-07-04 06:05:16'),
(327283, 3543, '2005-07-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:16', '2024-07-04 06:05:16'),
(327284, 3543, '2005-08-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:16', '2024-07-04 06:05:16'),
(327285, 3543, '2005-09-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:16', '2024-07-04 06:05:16'),
(327286, 3543, '2005-10-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:16', '2024-07-04 06:05:16'),
(327287, 3543, '2005-11-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:17', '2024-07-04 06:05:17'),
(327288, 3543, '2005-12-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:17', '2024-07-04 06:05:17'),
(327289, 3543, '2006-01-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:17', '2024-07-04 06:05:17'),
(327290, 3543, '2006-02-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:17', '2024-07-04 06:05:17'),
(327291, 3543, '2006-03-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:17', '2024-07-04 06:05:17'),
(327292, 3543, '2006-04-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:17', '2024-07-04 06:05:17'),
(327293, 3543, '2006-05-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:17', '2024-07-04 06:05:17'),
(327294, 3543, '2006-06-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:17', '2024-07-04 06:05:17'),
(327295, 3543, '2006-07-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:17', '2024-07-04 06:05:17'),
(327296, 3543, '2006-08-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:17', '2024-07-04 06:05:17'),
(327297, 3543, '2006-09-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:17', '2024-07-04 06:05:17'),
(327298, 3543, '2006-10-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:17', '2024-07-04 06:05:17'),
(327299, 3543, '2006-11-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:17', '2024-07-04 06:05:17'),
(327300, 3543, '2006-12-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:17', '2024-07-04 06:05:17'),
(327301, 3543, '2007-01-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:17', '2024-07-04 06:05:17'),
(327302, 3543, '2007-02-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:17', '2024-07-04 06:05:17'),
(327303, 3543, '2007-03-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:17', '2024-07-04 06:05:17'),
(327304, 3543, '2007-04-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:17', '2024-07-04 06:05:17'),
(327305, 3543, '2007-05-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:17', '2024-07-04 06:05:17'),
(327306, 3543, '2007-06-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:17', '2024-07-04 06:05:17'),
(327307, 3543, '2007-07-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:17', '2024-07-04 06:05:17'),
(327308, 3543, '2007-08-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:17', '2024-07-04 06:05:17'),
(327309, 3543, '2007-09-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:17', '2024-07-04 06:05:17'),
(327310, 3543, '2007-10-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:17', '2024-07-04 06:05:17'),
(327311, 3543, '2007-11-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:17', '2024-07-04 06:05:17'),
(327312, 3543, '2007-12-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:17', '2024-07-04 06:05:17'),
(327313, 3543, '2008-01-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:17', '2024-07-04 06:05:17'),
(327314, 3543, '2008-02-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:17', '2024-07-04 06:05:17'),
(327315, 3543, '2008-03-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:17', '2024-07-04 06:05:17'),
(327316, 3543, '2008-04-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:17', '2024-07-04 06:05:17'),
(327317, 3543, '2008-05-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:17', '2024-07-04 06:05:17'),
(327318, 3543, '2008-06-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:17', '2024-07-04 06:05:17'),
(327319, 3543, '2008-07-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:17', '2024-07-04 06:05:17'),
(327320, 3543, '2008-08-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:17', '2024-07-04 06:05:17'),
(327321, 3543, '2008-09-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:17', '2024-07-04 06:05:17'),
(327322, 3543, '2008-10-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:17', '2024-07-04 06:05:17'),
(327323, 3543, '2008-11-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:17', '2024-07-04 06:05:17'),
(327324, 3543, '2008-12-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:17', '2024-07-04 06:05:17'),
(327325, 3543, '2009-01-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:17', '2024-07-04 06:05:17'),
(327326, 3543, '2009-02-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:17', '2024-07-04 06:05:17'),
(327327, 3543, '2009-03-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:17', '2024-07-04 06:05:17'),
(327328, 3543, '2009-04-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:17', '2024-07-04 06:05:17'),
(327329, 3543, '2009-05-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:17', '2024-07-04 06:05:17'),
(327330, 3543, '2009-06-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:17', '2024-07-04 06:05:17'),
(327331, 3543, '2009-07-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:17', '2024-07-04 06:05:17'),
(327332, 3543, '2009-08-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:17', '2024-07-04 06:05:17'),
(327333, 3543, '2009-09-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:17', '2024-07-04 06:05:17'),
(327334, 3543, '2009-10-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:17', '2024-07-04 06:05:17'),
(327335, 3543, '2009-11-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:17', '2024-07-04 06:05:17'),
(327336, 3543, '2009-12-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:17', '2024-07-04 06:05:17'),
(327337, 3543, '2010-01-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:17', '2024-07-04 06:05:17'),
(327338, 3543, '2010-02-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:17', '2024-07-04 06:05:17'),
(327339, 3543, '2010-03-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:17', '2024-07-04 06:05:17'),
(327340, 3543, '2010-04-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:17', '2024-07-04 06:05:17'),
(327341, 3543, '2010-05-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:17', '2024-07-04 06:05:17'),
(327342, 3543, '2010-06-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:17', '2024-07-04 06:05:17'),
(327343, 3543, '2010-07-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:17', '2024-07-04 06:05:17'),
(327344, 3543, '2010-08-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:17', '2024-07-04 06:05:17'),
(327345, 3543, '2010-09-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:17', '2024-07-04 06:05:17'),
(327346, 3543, '2010-10-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:18', '2024-07-04 06:05:18'),
(327347, 3543, '2010-11-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:18', '2024-07-04 06:05:18'),
(327348, 3543, '2010-12-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:18', '2024-07-04 06:05:18'),
(327349, 3543, '2011-01-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:18', '2024-07-04 06:05:18'),
(327350, 3543, '2011-02-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:18', '2024-07-04 06:05:18'),
(327351, 3543, '2011-03-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:18', '2024-07-04 06:05:18'),
(327352, 3543, '2011-04-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:18', '2024-07-04 06:05:18'),
(327353, 3543, '2011-05-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:18', '2024-07-04 06:05:18'),
(327354, 3543, '2011-06-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:18', '2024-07-04 06:05:18'),
(327355, 3543, '2011-07-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:18', '2024-07-04 06:05:18'),
(327356, 3543, '2011-08-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:18', '2024-07-04 06:05:18'),
(327357, 3543, '2011-09-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:18', '2024-07-04 06:05:18'),
(327358, 3543, '2011-10-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:18', '2024-07-04 06:05:18'),
(327359, 3543, '2011-11-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:18', '2024-07-04 06:05:18'),
(327360, 3543, '2011-12-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:18', '2024-07-04 06:05:18'),
(327361, 3543, '2012-01-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:18', '2024-07-04 06:05:18'),
(327362, 3543, '2012-02-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:18', '2024-07-04 06:05:18'),
(327363, 3543, '2012-03-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:18', '2024-07-04 06:05:18'),
(327364, 3543, '2012-04-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:18', '2024-07-04 06:05:18'),
(327365, 3543, '2012-05-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:18', '2024-07-04 06:05:18'),
(327366, 3543, '2012-06-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:18', '2024-07-04 06:05:18'),
(327367, 3543, '2012-07-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:18', '2024-07-04 06:05:18'),
(327368, 3543, '2012-08-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:18', '2024-07-04 06:05:18'),
(327369, 3543, '2012-09-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:18', '2024-07-04 06:05:18'),
(327370, 3543, '2012-10-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:18', '2024-07-04 06:05:18'),
(327371, 3543, '2012-11-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:18', '2024-07-04 06:05:18'),
(327372, 3543, '2012-12-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:18', '2024-07-04 06:05:18'),
(327373, 3543, '2013-01-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:18', '2024-07-04 06:05:18'),
(327374, 3543, '2013-02-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:18', '2024-07-04 06:05:18'),
(327375, 3543, '2013-03-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:18', '2024-07-04 06:05:18'),
(327376, 3543, '2013-04-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:18', '2024-07-04 06:05:18'),
(327377, 3543, '2013-05-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:18', '2024-07-04 06:05:18'),
(327378, 3543, '2013-06-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:18', '2024-07-04 06:05:18'),
(327379, 3543, '2013-07-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:18', '2024-07-04 06:05:18'),
(327380, 3543, '2013-08-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:18', '2024-07-04 06:05:18'),
(327381, 3543, '2013-09-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:18', '2024-07-04 06:05:18'),
(327382, 3543, '2013-10-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:18', '2024-07-04 06:05:18'),
(327383, 3543, '2013-11-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:18', '2024-07-04 06:05:18'),
(327384, 3543, '2013-12-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:18', '2024-07-04 06:05:18'),
(327385, 3543, '2014-01-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:18', '2024-07-04 06:05:18'),
(327386, 3543, '2014-02-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:18', '2024-07-04 06:05:18'),
(327387, 3543, '2014-03-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:18', '2024-07-04 06:05:18'),
(327388, 3543, '2014-04-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:18', '2024-07-04 06:05:18'),
(327389, 3543, '2014-05-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:18', '2024-07-04 06:05:18'),
(327390, 3543, '2014-06-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:18', '2024-07-04 06:05:18'),
(327391, 3543, '2014-07-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:18', '2024-07-04 06:05:18'),
(327392, 3543, '2014-08-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:18', '2024-07-04 06:05:18'),
(327393, 3543, '2014-09-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:18', '2024-07-04 06:05:18'),
(327394, 3543, '2014-10-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:18', '2024-07-04 06:05:18'),
(327395, 3543, '2014-11-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:18', '2024-07-04 06:05:18'),
(327396, 3543, '2014-12-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:18', '2024-07-04 06:05:18'),
(327397, 3543, '2015-01-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:18', '2024-07-04 06:05:18'),
(327398, 3543, '2015-02-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:19', '2024-07-04 06:05:19'),
(327399, 3543, '2015-03-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:19', '2024-07-04 06:05:19'),
(327400, 3543, '2015-04-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:19', '2024-07-04 06:05:19'),
(327401, 3543, '2015-05-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:19', '2024-07-04 06:05:19'),
(327402, 3543, '2015-06-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:19', '2024-07-04 06:05:19'),
(327403, 3543, '2015-07-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:19', '2024-07-04 06:05:19'),
(327404, 3543, '2015-08-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:19', '2024-07-04 06:05:19'),
(327405, 3543, '2015-09-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:19', '2024-07-04 06:05:19'),
(327406, 3543, '2015-10-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:19', '2024-07-04 06:05:19'),
(327407, 3543, '2015-11-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:19', '2024-07-04 06:05:19'),
(327408, 3543, '2015-12-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:19', '2024-07-04 06:05:19'),
(327409, 3543, '2016-01-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:19', '2024-07-04 06:05:19'),
(327410, 3543, '2016-02-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:19', '2024-07-04 06:05:19'),
(327411, 3543, '2016-03-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:19', '2024-07-04 06:05:19'),
(327412, 3543, '2016-04-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:19', '2024-07-04 06:05:19'),
(327413, 3543, '2016-05-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:19', '2024-07-04 06:05:19'),
(327414, 3543, '2016-06-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:19', '2024-07-04 06:05:19'),
(327415, 3543, '2016-07-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:19', '2024-07-04 06:05:19'),
(327416, 3543, '2016-08-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:19', '2024-07-04 06:05:19'),
(327417, 3543, '2016-09-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:19', '2024-07-04 06:05:19'),
(327418, 3543, '2016-10-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:19', '2024-07-04 06:05:19'),
(327419, 3543, '2016-11-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:19', '2024-07-04 06:05:19'),
(327420, 3543, '2016-12-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:19', '2024-07-04 06:05:19'),
(327421, 3543, '2017-01-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:19', '2024-07-04 06:05:19'),
(327422, 3543, '2017-02-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:19', '2024-07-04 06:05:19'),
(327423, 3543, '2017-03-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:19', '2024-07-04 06:05:19'),
(327424, 3543, '2017-04-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:19', '2024-07-04 06:05:19'),
(327425, 3543, '2017-05-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:19', '2024-07-04 06:05:19'),
(327426, 3543, '2017-06-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:19', '2024-07-04 06:05:19'),
(327427, 3543, '2017-07-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:19', '2024-07-04 06:05:19'),
(327428, 3543, '2017-08-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:19', '2024-07-04 06:05:19'),
(327429, 3543, '2017-09-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:19', '2024-07-04 06:05:19'),
(327430, 3543, '2017-10-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:19', '2024-07-04 06:05:19'),
(327431, 3543, '2017-11-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:19', '2024-07-04 06:05:19'),
(327432, 3543, '2017-12-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:19', '2024-07-04 06:05:19'),
(327433, 3543, '2018-01-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:19', '2024-07-04 06:05:19'),
(327434, 3543, '2018-02-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:19', '2024-07-04 06:05:19'),
(327435, 3543, '2018-03-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:19', '2024-07-04 06:05:19'),
(327436, 3543, '2018-04-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:19', '2024-07-04 06:05:19'),
(327437, 3543, '2018-05-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:19', '2024-07-04 06:05:19'),
(327438, 3543, '2018-06-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:19', '2024-07-04 06:05:19'),
(327439, 3543, '2018-07-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:19', '2024-07-04 06:05:19'),
(327440, 3543, '2018-08-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:19', '2024-07-04 06:05:19'),
(327441, 3543, '2018-09-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:19', '2024-07-04 06:05:19'),
(327442, 3543, '2018-10-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:19', '2024-07-04 06:05:19'),
(327443, 3543, '2018-11-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:19', '2024-07-04 06:05:19'),
(327444, 3543, '2018-12-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:19', '2024-07-04 06:05:19'),
(327445, 3543, '2019-01-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:19', '2024-07-04 06:05:19'),
(327446, 3543, '2019-02-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:19', '2024-07-04 06:05:19'),
(327447, 3543, '2019-03-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:19', '2024-07-04 06:05:19'),
(327448, 3543, '2019-04-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:19', '2024-07-04 06:05:19'),
(327449, 3543, '2019-05-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:20', '2024-07-04 06:05:20'),
(327450, 3543, '2019-06-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:20', '2024-07-04 06:05:20'),
(327451, 3543, '2019-07-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:20', '2024-07-04 06:05:20'),
(327452, 3543, '2019-08-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:20', '2024-07-04 06:05:20'),
(327453, 3543, '2019-09-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:20', '2024-07-04 06:05:20'),
(327454, 3543, '2019-10-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:20', '2024-07-04 06:05:20'),
(327455, 3543, '2019-11-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:20', '2024-07-04 06:05:20'),
(327456, 3543, '2019-12-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:20', '2024-07-04 06:05:20'),
(327457, 3543, '2020-01-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:20', '2024-07-04 06:05:20'),
(327458, 3543, '2020-02-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:20', '2024-07-04 06:05:20'),
(327459, 3543, '2020-03-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:20', '2024-07-04 06:05:20'),
(327460, 3543, '2020-04-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:20', '2024-07-04 06:05:20'),
(327461, 3543, '2020-05-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:20', '2024-07-04 06:05:20'),
(327462, 3543, '2020-06-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:20', '2024-07-04 06:05:20'),
(327463, 3543, '2020-07-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:20', '2024-07-04 06:05:20'),
(327464, 3543, '2020-08-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:20', '2024-07-04 06:05:20'),
(327465, 3543, '2020-09-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:20', '2024-07-04 06:05:20'),
(327466, 3543, '2020-10-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:20', '2024-07-04 06:05:20'),
(327467, 3543, '2020-11-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:20', '2024-07-04 06:05:20'),
(327468, 3543, '2020-12-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:20', '2024-07-04 06:05:20'),
(327469, 3543, '2021-01-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:20', '2024-07-04 06:05:20'),
(327470, 3543, '2021-02-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:20', '2024-07-04 06:05:20'),
(327471, 3543, '2021-03-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:20', '2024-07-04 06:05:20'),
(327472, 3543, '2021-04-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:20', '2024-07-04 06:05:20'),
(327473, 3543, '2021-05-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:20', '2024-07-04 06:05:20'),
(327474, 3543, '2021-06-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:20', '2024-07-04 06:05:20'),
(327475, 3543, '2021-07-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:20', '2024-07-04 06:05:20'),
(327476, 3543, '2021-08-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:20', '2024-07-04 06:05:20'),
(327477, 3543, '2021-09-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:20', '2024-07-04 06:05:20'),
(327478, 3543, '2021-10-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:20', '2024-07-04 06:05:20'),
(327479, 3543, '2021-11-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:20', '2024-07-04 06:05:20'),
(327480, 3543, '2021-12-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:20', '2024-07-04 06:05:20'),
(327481, 3543, '2022-01-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:20', '2024-07-04 06:05:20'),
(327482, 3543, '2022-02-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:20', '2024-07-04 06:05:20'),
(327483, 3543, '2022-03-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:20', '2024-07-04 06:05:20'),
(327484, 3543, '2022-04-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:20', '2024-07-04 06:05:20'),
(327485, 3543, '2022-05-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:20', '2024-07-04 06:05:20'),
(327486, 3543, '2022-06-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:20', '2024-07-04 06:05:20'),
(327487, 3543, '2022-07-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:20', '2024-07-04 06:05:20'),
(327488, 3543, '2022-08-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:20', '2024-07-04 06:05:20'),
(327489, 3543, '2022-09-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:20', '2024-07-04 06:05:20'),
(327490, 3543, '2022-10-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:20', '2024-07-04 06:05:20'),
(327491, 3543, '2022-11-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:20', '2024-07-04 06:05:20'),
(327492, 3543, '2022-12-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:20', '2024-07-04 06:05:20'),
(327493, 3543, '2023-01-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:20', '2024-07-04 06:05:20'),
(327494, 3543, '2023-02-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:20', '2024-07-04 06:05:20'),
(327495, 3543, '2023-03-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:21', '2024-07-04 06:05:21'),
(327496, 3543, '2023-04-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:21', '2024-07-04 06:05:21'),
(327497, 3543, '2023-05-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:21', '2024-07-04 06:05:21'),
(327498, 3543, '2023-06-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:21', '2024-07-04 06:05:21'),
(327499, 3543, '2023-07-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:21', '2024-07-04 06:05:21'),
(327500, 3543, '2023-08-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:21', '2024-07-04 06:05:21'),
(327501, 3543, '2023-09-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:21', '2024-07-04 06:05:21'),
(327502, 3543, '2023-10-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:21', '2024-07-04 06:05:21'),
(327503, 3543, '2023-11-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:21', '2024-07-04 06:05:21'),
(327504, 3543, '2023-12-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:21', '2024-07-04 06:05:21'),
(327505, 3543, '2024-01-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:21', '2024-07-04 06:05:21'),
(327506, 3543, '2024-02-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:21', '2024-07-04 06:05:21'),
(327507, 3543, '2024-03-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:21', '2024-07-04 06:05:21'),
(327508, 3543, '2024-04-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:21', '2024-07-04 06:05:21'),
(327509, 3543, '2024-05-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:21', '2024-07-04 06:05:21'),
(327510, 3543, '2024-06-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:21', '2024-07-04 06:05:21'),
(327511, 3543, '2024-07-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:21', '2024-07-04 06:05:21'),
(327512, 3543, '2024-08-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:05:21', '2024-07-04 06:05:21'),
(327513, 3544, '2024-07-01 00:00:00', NULL, NULL, '', '7', 0, '2024-07-04 06:06:36', '2024-07-04 06:06:36'),
(327514, 3545, '2024-07-01 00:00:00', NULL, NULL, '', '1', 0, '2024-07-04 06:07:40', '2024-07-04 06:07:40'),
(327515, 3546, '2024-04-01 00:00:00', NULL, NULL, '', '1', 0, '2024-07-04 06:29:50', '2024-07-04 06:29:50'),
(327516, 3546, '2024-05-01 00:00:00', NULL, NULL, '', '1', 0, '2024-07-04 06:29:50', '2024-07-04 06:29:50'),
(327517, 3546, '2024-06-01 00:00:00', NULL, NULL, '', '1', 0, '2024-07-04 06:29:50', '2024-07-04 06:29:50'),
(327518, 3546, '2024-07-01 00:00:00', NULL, NULL, '', '1', 0, '2024-07-04 06:29:50', '2024-07-04 06:29:50'),
(327519, 3546, '2024-08-01 00:00:00', NULL, NULL, '', '1', 0, '2024-07-04 06:29:50', '2024-07-04 06:29:50'),
(327520, 3547, '2024-07-01 00:00:00', NULL, NULL, '', '1', 0, '2024-07-04 06:33:03', '2024-07-04 06:33:03'),
(327521, 3555, '2024-05-01 00:00:00', NULL, NULL, '', '1', 0, '2024-07-04 06:37:29', '2024-07-04 06:37:29'),
(327522, 3555, '2024-06-01 00:00:00', NULL, NULL, '', '1', 0, '2024-07-04 06:37:29', '2024-07-04 06:37:29'),
(327523, 3555, '2024-07-01 00:00:00', NULL, NULL, '', '1', 0, '2024-07-04 06:37:29', '2024-07-04 06:37:29'),
(327524, 3556, '2024-04-01 00:00:00', NULL, NULL, '', '2000', 0, '2024-07-04 06:49:27', '2024-07-04 06:49:27'),
(327525, 3556, '2024-05-01 00:00:00', NULL, NULL, '', '2000', 0, '2024-07-04 06:49:27', '2024-07-04 06:49:27'),
(327526, 3556, '2024-06-01 00:00:00', NULL, NULL, '', '2000', 0, '2024-07-04 06:49:27', '2024-07-04 06:49:27'),
(327527, 3556, '2024-07-01 00:00:00', NULL, NULL, '', '2000', 0, '2024-07-04 06:49:27', '2024-07-04 06:49:27'),
(327528, 3557, '2024-06-01 00:00:00', NULL, NULL, '', '2000', 0, '2024-07-04 06:51:14', '2024-07-04 06:51:14'),
(327529, 3557, '2024-07-01 00:00:00', NULL, NULL, '', '2000', 0, '2024-07-04 06:51:14', '2024-07-04 06:51:14'),
(327530, 3558, '2024-05-01 00:00:00', NULL, NULL, '', '1', 0, '2024-07-04 06:54:34', '2024-07-04 06:54:34'),
(327531, 3558, '2024-06-01 00:00:00', NULL, NULL, '', '1', 0, '2024-07-04 06:54:34', '2024-07-04 06:54:34'),
(327532, 3559, '2024-05-01 00:00:00', '1', NULL, '', '0', 1, '2024-07-04 06:55:44', '2024-07-09 09:25:49'),
(327533, 3559, '2024-06-01 00:00:00', '1', NULL, '', '0', 1, '2024-07-04 06:55:44', '2024-07-09 09:27:35'),
(327534, 3559, '2024-07-01 00:00:00', '1', NULL, '', '0', 1, '2024-07-04 06:55:44', '2024-07-09 09:29:14'),
(327535, 3560, '2024-05-01 00:00:00', NULL, NULL, '', '1', 0, '2024-07-04 07:07:27', '2024-07-04 07:07:27'),
(327536, 3560, '2024-06-01 00:00:00', NULL, NULL, '', '1', 0, '2024-07-04 07:07:27', '2024-07-04 07:07:27'),
(327537, 3561, '2024-05-01 00:00:00', '1', NULL, '', '0', 1, '2024-07-04 07:08:26', '2024-07-09 09:25:06'),
(327538, 3561, '2024-06-01 00:00:00', '1', NULL, '', '0', 1, '2024-07-04 07:08:26', '2024-07-09 09:25:24'),
(327539, 3562, '2024-05-01 00:00:00', '1', NULL, '', '0', 1, '2024-07-04 07:09:20', '2024-07-09 09:09:03'),
(327540, 3562, '2024-06-01 00:00:00', '1', NULL, '', '0', 1, '2024-07-04 07:09:20', '2024-07-09 09:22:50'),
(327541, 3562, '2024-07-01 00:00:00', '1', NULL, '', '0', 1, '2024-07-04 07:09:20', '2024-07-09 09:23:55'),
(327542, 3563, '2024-05-01 00:00:00', NULL, NULL, '', '1', 0, '2024-07-04 08:43:44', '2024-07-04 08:43:44'),
(327543, 3563, '2024-06-01 00:00:00', NULL, NULL, '', '1', 0, '2024-07-04 08:43:44', '2024-07-04 08:43:44'),
(327544, 3563, '2024-07-01 00:00:00', NULL, NULL, '', '1', 0, '2024-07-04 08:43:44', '2024-07-04 08:43:44'),
(327545, 3564, '2024-05-01 00:00:00', NULL, NULL, '', '1', 0, '2024-07-06 10:19:44', '2024-07-06 10:19:44'),
(327546, 3564, '2024-06-01 00:00:00', NULL, NULL, '', '1', 0, '2024-07-06 10:19:44', '2024-07-06 10:19:44'),
(327547, 3564, '2024-07-01 00:00:00', NULL, NULL, '', '1', 0, '2024-07-06 10:19:44', '2024-07-06 10:19:44'),
(327548, 3565, '2024-05-01 00:00:00', NULL, NULL, '', '1', 0, '2024-07-06 10:47:11', '2024-07-06 10:47:11'),
(327549, 3565, '2024-06-01 00:00:00', NULL, NULL, '', '1', 0, '2024-07-06 10:47:11', '2024-07-06 10:47:11'),
(327550, 3565, '2024-07-01 00:00:00', NULL, NULL, '', '1', 0, '2024-07-06 10:47:11', '2024-07-06 10:47:11'),
(327551, 3566, '2024-07-01 00:00:00', NULL, NULL, '', '1', 0, '2024-07-06 10:50:56', '2024-07-06 10:50:56'),
(327552, 3562, '2024-08-01 00:00:00', '1', NULL, '', '0', 1, '2024-07-09 09:24:27', '2024-07-09 09:24:27'),
(327553, 3562, '2024-09-01 00:00:00', '1', NULL, '', '0', 1, '2024-07-09 09:24:41', '2024-07-09 09:24:41'),
(327554, 3567, '2024-06-01 00:00:00', '10', NULL, '', '0', 1, '2024-07-09 11:38:43', '2024-07-09 11:58:23'),
(327555, 3567, '2024-07-01 00:00:00', '10', NULL, '', '0', 1, '2024-07-09 11:38:43', '2024-07-09 11:58:32'),
(327556, 3568, '2024-06-01 00:00:00', '1', NULL, '', '0', 1, '2024-07-09 12:08:36', '2024-07-15 05:44:48'),
(327557, 3568, '2024-07-01 00:00:00', '1', NULL, '', '0', 1, '2024-07-09 12:08:36', '2024-07-15 05:45:37'),
(327558, 3569, '2024-06-01 00:00:00', '1', NULL, '', '0', 1, '2024-07-09 12:08:51', '2024-07-14 08:14:39'),
(327559, 3569, '2024-07-01 00:00:00', '1', NULL, '', '0', 1, '2024-07-09 12:08:51', '2024-07-14 08:14:40'),
(327560, 3570, '2024-06-01 00:00:00', '1', NULL, '', '0', 1, '2024-07-09 12:09:34', '2024-07-14 08:14:06'),
(327561, 3570, '2024-07-01 00:00:00', '1', NULL, '', '0', 1, '2024-07-09 12:09:34', '2024-07-14 09:31:21'),
(327562, 3571, '2024-06-01 00:00:00', '1', NULL, '', '0', 1, '2024-07-09 12:09:45', '2024-07-14 08:10:47'),
(327564, 3569, '2024-08-01 00:00:00', '1', NULL, '', '0', 1, '2024-07-14 09:30:23', '2024-07-14 09:30:23'),
(327565, 3572, '2024-02-01 00:00:00', '2', NULL, '', '0', 1, '2024-07-14 09:33:18', '2024-07-14 09:37:18'),
(327566, 3572, '2024-03-01 00:00:00', '2', NULL, '', '0', 1, '2024-07-14 09:33:18', '2024-07-14 09:37:37'),
(327567, 3572, '2024-04-01 00:00:00', '2', NULL, '', '0', 1, '2024-07-14 09:33:18', '2024-07-14 09:37:37'),
(327568, 3572, '2024-05-01 00:00:00', '2', NULL, '', '0', 1, '2024-07-14 09:33:18', '2024-07-14 10:12:31'),
(327569, 3572, '2024-06-01 00:00:00', '2', NULL, '', '0', 1, '2024-07-14 09:33:18', '2024-07-14 10:12:49'),
(327571, 3570, '2024-08-01 00:00:00', '1', NULL, '', '0', 1, '2024-07-14 11:51:37', '2024-07-14 11:51:37'),
(327572, 3573, '2024-05-01 00:00:00', '2', NULL, '', '0', 1, '2024-07-14 12:20:22', '2024-07-15 05:01:02'),
(327573, 3573, '2024-06-01 00:00:00', '2', NULL, '', '0', 1, '2024-07-14 12:20:22', '2024-07-15 05:26:54'),
(327580, 3310, '2024-06-01 00:00:00', '300', NULL, '', '0', 1, '2024-07-14 12:51:36', '2024-07-14 12:51:36'),
(327581, 3310, '2024-07-01 00:00:00', '300', NULL, '', '0', 1, '2024-07-14 12:51:44', '2024-07-14 12:51:44'),
(327591, 3573, '2024-07-01 00:00:00', '2', NULL, '', '0', 1, '2024-07-15 05:40:36', '2024-07-15 05:40:36'),
(327592, 3573, '2024-08-01 00:00:00', '2', NULL, '', '0', 1, '2024-07-15 05:43:20', '2024-07-15 05:43:20'),
(327629, 3574, '2024-04-01 00:00:00', '1', NULL, '', '0', 1, '2024-07-15 06:16:37', '2024-07-15 06:43:51'),
(327630, 3574, '2024-05-01 00:00:00', '1', NULL, '', '0', 1, '2024-07-15 06:16:37', '2024-07-15 06:44:13'),
(327631, 3574, '2024-06-01 00:00:00', '1', NULL, '', '0', 1, '2024-07-15 06:16:37', '2024-07-15 06:44:23'),
(327632, 3574, '2024-07-01 00:00:00', '1', NULL, '', '0', 1, '2024-07-15 06:16:38', '2024-07-15 06:44:23'),
(327633, 3574, '2024-08-01 00:00:00', NULL, NULL, '', '1', 0, '2024-07-15 06:16:38', '2024-07-15 06:16:38'),
(327650, 3568, '2024-08-01 00:00:00', '1', NULL, '', '0', 1, '2024-07-15 06:25:34', '2024-07-15 06:25:34'),
(327651, 3568, '2024-09-01 00:00:00', '1', NULL, '', '0', 1, '2024-07-15 06:25:34', '2024-07-15 06:25:34'),
(327672, 3573, '2024-09-01 00:00:00', '2', NULL, '', '0', 1, '2024-07-15 06:44:47', '2024-07-15 06:44:47'),
(327673, 3573, '2024-10-01 00:00:00', '2', NULL, '', '0', 1, '2024-07-15 06:44:47', '2024-07-15 06:44:47'),
(327674, 3573, '2024-11-01 00:00:00', '2', NULL, '', '0', 1, '2024-07-15 06:44:58', '2024-07-15 06:44:58'),
(327675, 3036, '2024-04-01 00:00:00', '400', NULL, '', '0', 1, '2024-07-15 10:34:45', '2024-07-15 10:34:45'),
(327676, 3036, '2024-05-01 00:00:00', '400', NULL, '', '0', 1, '2024-07-15 10:35:15', '2024-07-15 10:35:15'),
(327718, 3036, '2024-06-01 00:00:00', '400', NULL, '', '0', 1, '2024-07-15 11:11:54', '2024-07-15 11:11:54'),
(327719, 3036, '2024-07-01 00:00:00', '400', NULL, '', '0', 1, '2024-07-15 11:11:54', '2024-07-15 11:11:54'),
(327720, 3036, '2024-08-01 00:00:00', '400', NULL, '', '0', 1, '2024-07-15 11:11:54', '2024-07-15 11:11:54'),
(327721, 3036, '2024-09-01 00:00:00', '400', NULL, '', '0', 1, '2024-07-15 11:12:31', '2024-07-15 11:12:31'),
(327722, 3036, '2024-10-01 00:00:00', '400', NULL, '', '0', 1, '2024-07-15 11:12:31', '2024-07-15 11:12:31'),
(327723, 3036, '2024-11-01 00:00:00', '400', NULL, '', '0', 1, '2024-07-15 11:12:31', '2024-07-15 11:12:31'),
(327724, 3036, '2024-12-01 00:00:00', '400', NULL, '', '0', 1, '2024-07-15 11:13:28', '2024-07-15 11:13:28'),
(327725, 3036, '2025-01-01 00:00:00', '400', NULL, '', '0', 1, '2024-07-15 11:13:28', '2024-07-15 11:13:28'),
(327726, 3036, '2025-02-01 00:00:00', '400', NULL, '', '0', 1, '2024-07-15 11:13:28', '2024-07-15 11:13:28'),
(327727, 3036, '2025-03-01 00:00:00', '400', NULL, '', '0', 1, '2024-07-15 11:43:17', '2024-07-15 11:43:17'),
(327728, 3036, '2025-04-01 00:00:00', '400', NULL, '', '0', 1, '2024-07-15 11:43:17', '2024-07-15 11:43:17'),
(327729, 3036, '2025-05-01 00:00:00', '400', NULL, '', '0', 1, '2024-07-15 11:43:17', '2024-07-15 11:43:17'),
(327730, 3575, '1972-05-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:42:58', '2024-07-16 03:42:58'),
(327731, 3575, '1972-06-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:42:58', '2024-07-16 03:42:58'),
(327732, 3575, '1972-07-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:42:58', '2024-07-16 03:42:58'),
(327733, 3575, '1972-08-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:42:58', '2024-07-16 03:42:58'),
(327734, 3575, '1972-09-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:42:58', '2024-07-16 03:42:58'),
(327735, 3575, '1972-10-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:42:58', '2024-07-16 03:42:58'),
(327736, 3575, '1972-11-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:42:58', '2024-07-16 03:42:58'),
(327737, 3575, '1972-12-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:42:58', '2024-07-16 03:42:58'),
(327738, 3575, '1973-01-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:42:58', '2024-07-16 03:42:58'),
(327739, 3575, '1973-02-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:42:58', '2024-07-16 03:42:58'),
(327740, 3575, '1973-03-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:42:58', '2024-07-16 03:42:58'),
(327741, 3575, '1973-04-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:42:58', '2024-07-16 03:42:58'),
(327742, 3575, '1973-05-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:42:58', '2024-07-16 03:42:58'),
(327743, 3575, '1973-06-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:42:58', '2024-07-16 03:42:58'),
(327744, 3575, '1973-07-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:42:59', '2024-07-16 03:42:59'),
(327745, 3575, '1973-08-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:42:59', '2024-07-16 03:42:59'),
(327746, 3575, '1973-09-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:42:59', '2024-07-16 03:42:59'),
(327747, 3575, '1973-10-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:42:59', '2024-07-16 03:42:59'),
(327748, 3575, '1973-11-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:42:59', '2024-07-16 03:42:59'),
(327749, 3575, '1973-12-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:42:59', '2024-07-16 03:42:59'),
(327750, 3575, '1974-01-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:42:59', '2024-07-16 03:42:59'),
(327751, 3575, '1974-02-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:42:59', '2024-07-16 03:42:59'),
(327752, 3575, '1974-03-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:42:59', '2024-07-16 03:42:59'),
(327753, 3575, '1974-04-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:42:59', '2024-07-16 03:42:59'),
(327754, 3575, '1974-05-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:42:59', '2024-07-16 03:42:59'),
(327755, 3575, '1974-06-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:42:59', '2024-07-16 03:42:59'),
(327756, 3575, '1974-07-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:42:59', '2024-07-16 03:42:59'),
(327757, 3575, '1974-08-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:42:59', '2024-07-16 03:42:59'),
(327758, 3575, '1974-09-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:42:59', '2024-07-16 03:42:59'),
(327759, 3575, '1974-10-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:42:59', '2024-07-16 03:42:59'),
(327760, 3575, '1974-11-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:42:59', '2024-07-16 03:42:59'),
(327761, 3575, '1974-12-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:42:59', '2024-07-16 03:42:59'),
(327762, 3575, '1975-01-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:42:59', '2024-07-16 03:42:59'),
(327763, 3575, '1975-02-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:42:59', '2024-07-16 03:42:59'),
(327764, 3575, '1975-03-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:42:59', '2024-07-16 03:42:59'),
(327765, 3575, '1975-04-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:42:59', '2024-07-16 03:42:59'),
(327766, 3575, '1975-05-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:42:59', '2024-07-16 03:42:59'),
(327767, 3575, '1975-06-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:42:59', '2024-07-16 03:42:59'),
(327768, 3575, '1975-07-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:42:59', '2024-07-16 03:42:59'),
(327769, 3575, '1975-08-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:42:59', '2024-07-16 03:42:59'),
(327770, 3575, '1975-09-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:42:59', '2024-07-16 03:42:59'),
(327771, 3575, '1975-10-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:42:59', '2024-07-16 03:42:59'),
(327772, 3575, '1975-11-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:42:59', '2024-07-16 03:42:59'),
(327773, 3575, '1975-12-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:42:59', '2024-07-16 03:42:59'),
(327774, 3575, '1976-01-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:42:59', '2024-07-16 03:42:59'),
(327775, 3575, '1976-02-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:42:59', '2024-07-16 03:42:59'),
(327776, 3575, '1976-03-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:42:59', '2024-07-16 03:42:59'),
(327777, 3575, '1976-04-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:42:59', '2024-07-16 03:42:59'),
(327778, 3575, '1976-05-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:42:59', '2024-07-16 03:42:59'),
(327779, 3575, '1976-06-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:42:59', '2024-07-16 03:42:59'),
(327780, 3575, '1976-07-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:42:59', '2024-07-16 03:42:59'),
(327781, 3575, '1976-08-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:42:59', '2024-07-16 03:42:59'),
(327782, 3575, '1976-09-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:42:59', '2024-07-16 03:42:59'),
(327783, 3575, '1976-10-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:42:59', '2024-07-16 03:42:59'),
(327784, 3575, '1976-11-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:42:59', '2024-07-16 03:42:59'),
(327785, 3575, '1976-12-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:42:59', '2024-07-16 03:42:59'),
(327786, 3575, '1977-01-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:42:59', '2024-07-16 03:42:59'),
(327787, 3575, '1977-02-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:42:59', '2024-07-16 03:42:59'),
(327788, 3575, '1977-03-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:42:59', '2024-07-16 03:42:59'),
(327789, 3575, '1977-04-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:42:59', '2024-07-16 03:42:59'),
(327790, 3575, '1977-05-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:42:59', '2024-07-16 03:42:59'),
(327791, 3575, '1977-06-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:42:59', '2024-07-16 03:42:59'),
(327792, 3575, '1977-07-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:42:59', '2024-07-16 03:42:59'),
(327793, 3575, '1977-08-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:42:59', '2024-07-16 03:42:59'),
(327794, 3575, '1977-09-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:42:59', '2024-07-16 03:42:59'),
(327795, 3575, '1977-10-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:42:59', '2024-07-16 03:42:59'),
(327796, 3575, '1977-11-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:42:59', '2024-07-16 03:42:59'),
(327797, 3575, '1977-12-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:00', '2024-07-16 03:43:00'),
(327798, 3575, '1978-01-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:00', '2024-07-16 03:43:00'),
(327799, 3575, '1978-02-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:00', '2024-07-16 03:43:00'),
(327800, 3575, '1978-03-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:00', '2024-07-16 03:43:00'),
(327801, 3575, '1978-04-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:00', '2024-07-16 03:43:00'),
(327802, 3575, '1978-05-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:00', '2024-07-16 03:43:00'),
(327803, 3575, '1978-06-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:00', '2024-07-16 03:43:00'),
(327804, 3575, '1978-07-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:00', '2024-07-16 03:43:00'),
(327805, 3575, '1978-08-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:00', '2024-07-16 03:43:00'),
(327806, 3575, '1978-09-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:00', '2024-07-16 03:43:00'),
(327807, 3575, '1978-10-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:00', '2024-07-16 03:43:00'),
(327808, 3575, '1978-11-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:00', '2024-07-16 03:43:00'),
(327809, 3575, '1978-12-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:00', '2024-07-16 03:43:00'),
(327810, 3575, '1979-01-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:00', '2024-07-16 03:43:00'),
(327811, 3575, '1979-02-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:00', '2024-07-16 03:43:00'),
(327812, 3575, '1979-03-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:00', '2024-07-16 03:43:00'),
(327813, 3575, '1979-04-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:00', '2024-07-16 03:43:00'),
(327814, 3575, '1979-05-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:00', '2024-07-16 03:43:00'),
(327815, 3575, '1979-06-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:00', '2024-07-16 03:43:00'),
(327816, 3575, '1979-07-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:00', '2024-07-16 03:43:00'),
(327817, 3575, '1979-08-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:00', '2024-07-16 03:43:00'),
(327818, 3575, '1979-09-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:00', '2024-07-16 03:43:00'),
(327819, 3575, '1979-10-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:00', '2024-07-16 03:43:00'),
(327820, 3575, '1979-11-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:00', '2024-07-16 03:43:00'),
(327821, 3575, '1979-12-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:00', '2024-07-16 03:43:00'),
(327822, 3575, '1980-01-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:00', '2024-07-16 03:43:00'),
(327823, 3575, '1980-02-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:00', '2024-07-16 03:43:00'),
(327824, 3575, '1980-03-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:00', '2024-07-16 03:43:00'),
(327825, 3575, '1980-04-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:00', '2024-07-16 03:43:00'),
(327826, 3575, '1980-05-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:00', '2024-07-16 03:43:00'),
(327827, 3575, '1980-06-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:00', '2024-07-16 03:43:00'),
(327828, 3575, '1980-07-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:00', '2024-07-16 03:43:00'),
(327829, 3575, '1980-08-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:00', '2024-07-16 03:43:00'),
(327830, 3575, '1980-09-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:00', '2024-07-16 03:43:00'),
(327831, 3575, '1980-10-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:00', '2024-07-16 03:43:00'),
(327832, 3575, '1980-11-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:00', '2024-07-16 03:43:00'),
(327833, 3575, '1980-12-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:00', '2024-07-16 03:43:00'),
(327834, 3575, '1981-01-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:00', '2024-07-16 03:43:00'),
(327835, 3575, '1981-02-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:00', '2024-07-16 03:43:00'),
(327836, 3575, '1981-03-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:00', '2024-07-16 03:43:00'),
(327837, 3575, '1981-04-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:00', '2024-07-16 03:43:00'),
(327838, 3575, '1981-05-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:00', '2024-07-16 03:43:00'),
(327839, 3575, '1981-06-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:00', '2024-07-16 03:43:00'),
(327840, 3575, '1981-07-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:00', '2024-07-16 03:43:00'),
(327841, 3575, '1981-08-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:00', '2024-07-16 03:43:00'),
(327842, 3575, '1981-09-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:00', '2024-07-16 03:43:00'),
(327843, 3575, '1981-10-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:00', '2024-07-16 03:43:00'),
(327844, 3575, '1981-11-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:00', '2024-07-16 03:43:00'),
(327845, 3575, '1981-12-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:00', '2024-07-16 03:43:00'),
(327846, 3575, '1982-01-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:00', '2024-07-16 03:43:00'),
(327847, 3575, '1982-02-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:00', '2024-07-16 03:43:00'),
(327848, 3575, '1982-03-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:00', '2024-07-16 03:43:00'),
(327849, 3575, '1982-04-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:00', '2024-07-16 03:43:00'),
(327850, 3575, '1982-05-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:00', '2024-07-16 03:43:00'),
(327851, 3575, '1982-06-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:00', '2024-07-16 03:43:00'),
(327852, 3575, '1982-07-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:00', '2024-07-16 03:43:00'),
(327853, 3575, '1982-08-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:00', '2024-07-16 03:43:00'),
(327854, 3575, '1982-09-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:01', '2024-07-16 03:43:01'),
(327855, 3575, '1982-10-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:01', '2024-07-16 03:43:01'),
(327856, 3575, '1982-11-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:01', '2024-07-16 03:43:01'),
(327857, 3575, '1982-12-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:01', '2024-07-16 03:43:01'),
(327858, 3575, '1983-01-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:01', '2024-07-16 03:43:01'),
(327859, 3575, '1983-02-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:01', '2024-07-16 03:43:01'),
(327860, 3575, '1983-03-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:01', '2024-07-16 03:43:01'),
(327861, 3575, '1983-04-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:01', '2024-07-16 03:43:01'),
(327862, 3575, '1983-05-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:01', '2024-07-16 03:43:01'),
(327863, 3575, '1983-06-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:01', '2024-07-16 03:43:01'),
(327864, 3575, '1983-07-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:01', '2024-07-16 03:43:01'),
(327865, 3575, '1983-08-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:01', '2024-07-16 03:43:01'),
(327866, 3575, '1983-09-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:01', '2024-07-16 03:43:01'),
(327867, 3575, '1983-10-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:01', '2024-07-16 03:43:01'),
(327868, 3575, '1983-11-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:01', '2024-07-16 03:43:01'),
(327869, 3575, '1983-12-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:01', '2024-07-16 03:43:01'),
(327870, 3575, '1984-01-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:01', '2024-07-16 03:43:01');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(327871, 3575, '1984-02-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:01', '2024-07-16 03:43:01'),
(327872, 3575, '1984-03-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:01', '2024-07-16 03:43:01'),
(327873, 3575, '1984-04-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:01', '2024-07-16 03:43:01'),
(327874, 3575, '1984-05-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:01', '2024-07-16 03:43:01'),
(327875, 3575, '1984-06-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:01', '2024-07-16 03:43:01'),
(327876, 3575, '1984-07-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:01', '2024-07-16 03:43:01'),
(327877, 3575, '1984-08-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:01', '2024-07-16 03:43:01'),
(327878, 3575, '1984-09-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:01', '2024-07-16 03:43:01'),
(327879, 3575, '1984-10-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:01', '2024-07-16 03:43:01'),
(327880, 3575, '1984-11-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:01', '2024-07-16 03:43:01'),
(327881, 3575, '1984-12-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:01', '2024-07-16 03:43:01'),
(327882, 3575, '1985-01-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:01', '2024-07-16 03:43:01'),
(327883, 3575, '1985-02-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:01', '2024-07-16 03:43:01'),
(327884, 3575, '1985-03-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:01', '2024-07-16 03:43:01'),
(327885, 3575, '1985-04-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:01', '2024-07-16 03:43:01'),
(327886, 3575, '1985-05-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:01', '2024-07-16 03:43:01'),
(327887, 3575, '1985-06-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:01', '2024-07-16 03:43:01'),
(327888, 3575, '1985-07-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:01', '2024-07-16 03:43:01'),
(327889, 3575, '1985-08-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:01', '2024-07-16 03:43:01'),
(327890, 3575, '1985-09-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:01', '2024-07-16 03:43:01'),
(327891, 3575, '1985-10-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:01', '2024-07-16 03:43:01'),
(327892, 3575, '1985-11-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:01', '2024-07-16 03:43:01'),
(327893, 3575, '1985-12-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:01', '2024-07-16 03:43:01'),
(327894, 3575, '1986-01-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:01', '2024-07-16 03:43:01'),
(327895, 3575, '1986-02-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:01', '2024-07-16 03:43:01'),
(327896, 3575, '1986-03-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:01', '2024-07-16 03:43:01'),
(327897, 3575, '1986-04-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:01', '2024-07-16 03:43:01'),
(327898, 3575, '1986-05-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:01', '2024-07-16 03:43:01'),
(327899, 3575, '1986-06-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:01', '2024-07-16 03:43:01'),
(327900, 3575, '1986-07-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:01', '2024-07-16 03:43:01'),
(327901, 3575, '1986-08-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:01', '2024-07-16 03:43:01'),
(327902, 3575, '1986-09-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:01', '2024-07-16 03:43:01'),
(327903, 3575, '1986-10-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:01', '2024-07-16 03:43:01'),
(327904, 3575, '1986-11-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:01', '2024-07-16 03:43:01'),
(327905, 3575, '1986-12-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:01', '2024-07-16 03:43:01'),
(327906, 3575, '1987-01-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:01', '2024-07-16 03:43:01'),
(327907, 3575, '1987-02-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:01', '2024-07-16 03:43:01'),
(327908, 3575, '1987-03-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:01', '2024-07-16 03:43:01'),
(327909, 3575, '1987-04-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:01', '2024-07-16 03:43:01'),
(327910, 3575, '1987-05-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:02', '2024-07-16 03:43:02'),
(327911, 3575, '1987-06-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:02', '2024-07-16 03:43:02'),
(327912, 3575, '1987-07-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:02', '2024-07-16 03:43:02'),
(327913, 3575, '1987-08-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:02', '2024-07-16 03:43:02'),
(327914, 3575, '1987-09-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:02', '2024-07-16 03:43:02'),
(327915, 3575, '1987-10-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:02', '2024-07-16 03:43:02'),
(327916, 3575, '1987-11-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:02', '2024-07-16 03:43:02'),
(327917, 3575, '1987-12-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:02', '2024-07-16 03:43:02'),
(327918, 3575, '1988-01-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:02', '2024-07-16 03:43:02'),
(327919, 3575, '1988-02-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:02', '2024-07-16 03:43:02'),
(327920, 3575, '1988-03-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:02', '2024-07-16 03:43:02'),
(327921, 3575, '1988-04-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:02', '2024-07-16 03:43:02'),
(327922, 3575, '1988-05-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:02', '2024-07-16 03:43:02'),
(327923, 3575, '1988-06-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:02', '2024-07-16 03:43:02'),
(327924, 3575, '1988-07-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:02', '2024-07-16 03:43:02'),
(327925, 3575, '1988-08-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:02', '2024-07-16 03:43:02'),
(327926, 3575, '1988-09-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:02', '2024-07-16 03:43:02'),
(327927, 3575, '1988-10-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:02', '2024-07-16 03:43:02'),
(327928, 3575, '1988-11-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:02', '2024-07-16 03:43:02'),
(327929, 3575, '1988-12-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:02', '2024-07-16 03:43:02'),
(327930, 3575, '1989-01-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:02', '2024-07-16 03:43:02'),
(327931, 3575, '1989-02-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:02', '2024-07-16 03:43:02'),
(327932, 3575, '1989-03-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:02', '2024-07-16 03:43:02'),
(327933, 3575, '1989-04-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:02', '2024-07-16 03:43:02'),
(327934, 3575, '1989-05-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:02', '2024-07-16 03:43:02'),
(327935, 3575, '1989-06-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:02', '2024-07-16 03:43:02'),
(327936, 3575, '1989-07-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:02', '2024-07-16 03:43:02'),
(327937, 3575, '1989-08-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:02', '2024-07-16 03:43:02'),
(327938, 3575, '1989-09-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:02', '2024-07-16 03:43:02'),
(327939, 3575, '1989-10-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:02', '2024-07-16 03:43:02'),
(327940, 3575, '1989-11-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:02', '2024-07-16 03:43:02'),
(327941, 3575, '1989-12-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:02', '2024-07-16 03:43:02'),
(327942, 3575, '1990-01-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:02', '2024-07-16 03:43:02'),
(327943, 3575, '1990-02-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:02', '2024-07-16 03:43:02'),
(327944, 3575, '1990-03-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:02', '2024-07-16 03:43:02'),
(327945, 3575, '1990-04-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:02', '2024-07-16 03:43:02'),
(327946, 3575, '1990-05-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:02', '2024-07-16 03:43:02'),
(327947, 3575, '1990-06-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:02', '2024-07-16 03:43:02'),
(327948, 3575, '1990-07-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:02', '2024-07-16 03:43:02'),
(327949, 3575, '1990-08-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:02', '2024-07-16 03:43:02'),
(327950, 3575, '1990-09-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:02', '2024-07-16 03:43:02'),
(327951, 3575, '1990-10-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:02', '2024-07-16 03:43:02'),
(327952, 3575, '1990-11-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:02', '2024-07-16 03:43:02'),
(327953, 3575, '1990-12-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:02', '2024-07-16 03:43:02'),
(327954, 3575, '1991-01-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:02', '2024-07-16 03:43:02'),
(327955, 3575, '1991-02-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:02', '2024-07-16 03:43:02'),
(327956, 3575, '1991-03-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:02', '2024-07-16 03:43:02'),
(327957, 3575, '1991-04-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:02', '2024-07-16 03:43:02'),
(327958, 3575, '1991-05-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:02', '2024-07-16 03:43:02'),
(327959, 3575, '1991-06-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:02', '2024-07-16 03:43:02'),
(327960, 3575, '1991-07-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:02', '2024-07-16 03:43:02'),
(327961, 3575, '1991-08-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:02', '2024-07-16 03:43:02'),
(327962, 3575, '1991-09-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:02', '2024-07-16 03:43:02'),
(327963, 3575, '1991-10-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:02', '2024-07-16 03:43:02'),
(327964, 3575, '1991-11-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:02', '2024-07-16 03:43:02'),
(327965, 3575, '1991-12-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:02', '2024-07-16 03:43:02'),
(327966, 3575, '1992-01-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:02', '2024-07-16 03:43:02'),
(327967, 3575, '1992-02-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:03', '2024-07-16 03:43:03'),
(327968, 3575, '1992-03-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:03', '2024-07-16 03:43:03'),
(327969, 3575, '1992-04-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:03', '2024-07-16 03:43:03'),
(327970, 3575, '1992-05-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:03', '2024-07-16 03:43:03'),
(327971, 3575, '1992-06-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:03', '2024-07-16 03:43:03'),
(327972, 3575, '1992-07-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:03', '2024-07-16 03:43:03'),
(327973, 3575, '1992-08-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:03', '2024-07-16 03:43:03'),
(327974, 3575, '1992-09-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:03', '2024-07-16 03:43:03'),
(327975, 3575, '1992-10-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:03', '2024-07-16 03:43:03'),
(327976, 3575, '1992-11-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:03', '2024-07-16 03:43:03'),
(327977, 3575, '1992-12-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:03', '2024-07-16 03:43:03'),
(327978, 3575, '1993-01-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:03', '2024-07-16 03:43:03'),
(327979, 3575, '1993-02-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:03', '2024-07-16 03:43:03'),
(327980, 3575, '1993-03-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:03', '2024-07-16 03:43:03'),
(327981, 3575, '1993-04-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:03', '2024-07-16 03:43:03'),
(327982, 3575, '1993-05-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:03', '2024-07-16 03:43:03'),
(327983, 3575, '1993-06-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:03', '2024-07-16 03:43:03'),
(327984, 3575, '1993-07-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:03', '2024-07-16 03:43:03'),
(327985, 3575, '1993-08-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:03', '2024-07-16 03:43:03'),
(327986, 3575, '1993-09-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:03', '2024-07-16 03:43:03'),
(327987, 3575, '1993-10-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:03', '2024-07-16 03:43:03'),
(327988, 3575, '1993-11-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:03', '2024-07-16 03:43:03'),
(327989, 3575, '1993-12-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:03', '2024-07-16 03:43:03'),
(327990, 3575, '1994-01-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:03', '2024-07-16 03:43:03'),
(327991, 3575, '1994-02-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:03', '2024-07-16 03:43:03'),
(327992, 3575, '1994-03-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:03', '2024-07-16 03:43:03'),
(327993, 3575, '1994-04-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:03', '2024-07-16 03:43:03'),
(327994, 3575, '1994-05-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:03', '2024-07-16 03:43:03'),
(327995, 3575, '1994-06-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:03', '2024-07-16 03:43:03'),
(327996, 3575, '1994-07-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:03', '2024-07-16 03:43:03'),
(327997, 3575, '1994-08-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:03', '2024-07-16 03:43:03'),
(327998, 3575, '1994-09-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:03', '2024-07-16 03:43:03'),
(327999, 3575, '1994-10-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:03', '2024-07-16 03:43:03'),
(328000, 3575, '1994-11-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:03', '2024-07-16 03:43:03'),
(328001, 3575, '1994-12-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:03', '2024-07-16 03:43:03'),
(328002, 3575, '1995-01-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:03', '2024-07-16 03:43:03'),
(328003, 3575, '1995-02-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:03', '2024-07-16 03:43:03'),
(328004, 3575, '1995-03-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:03', '2024-07-16 03:43:03'),
(328005, 3575, '1995-04-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:03', '2024-07-16 03:43:03'),
(328006, 3575, '1995-05-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:03', '2024-07-16 03:43:03'),
(328007, 3575, '1995-06-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:03', '2024-07-16 03:43:03'),
(328008, 3575, '1995-07-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:03', '2024-07-16 03:43:03'),
(328009, 3575, '1995-08-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:03', '2024-07-16 03:43:03'),
(328010, 3575, '1995-09-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:03', '2024-07-16 03:43:03'),
(328011, 3575, '1995-10-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:03', '2024-07-16 03:43:03'),
(328012, 3575, '1995-11-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:03', '2024-07-16 03:43:03'),
(328013, 3575, '1995-12-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:03', '2024-07-16 03:43:03'),
(328014, 3575, '1996-01-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:03', '2024-07-16 03:43:03'),
(328015, 3575, '1996-02-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:03', '2024-07-16 03:43:03'),
(328016, 3575, '1996-03-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:03', '2024-07-16 03:43:03'),
(328017, 3575, '1996-04-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:03', '2024-07-16 03:43:03'),
(328018, 3575, '1996-05-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:03', '2024-07-16 03:43:03'),
(328019, 3575, '1996-06-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:03', '2024-07-16 03:43:03'),
(328020, 3575, '1996-07-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:03', '2024-07-16 03:43:03'),
(328021, 3575, '1996-08-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:03', '2024-07-16 03:43:03'),
(328022, 3575, '1996-09-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:03', '2024-07-16 03:43:03'),
(328023, 3575, '1996-10-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:03', '2024-07-16 03:43:03'),
(328024, 3575, '1996-11-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:03', '2024-07-16 03:43:03'),
(328025, 3575, '1996-12-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:04', '2024-07-16 03:43:04'),
(328026, 3575, '1997-01-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:04', '2024-07-16 03:43:04'),
(328027, 3575, '1997-02-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:04', '2024-07-16 03:43:04'),
(328028, 3575, '1997-03-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:04', '2024-07-16 03:43:04'),
(328029, 3575, '1997-04-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:04', '2024-07-16 03:43:04'),
(328030, 3575, '1997-05-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:04', '2024-07-16 03:43:04'),
(328031, 3575, '1997-06-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:04', '2024-07-16 03:43:04'),
(328032, 3575, '1997-07-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:04', '2024-07-16 03:43:04'),
(328033, 3575, '1997-08-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:04', '2024-07-16 03:43:04'),
(328034, 3575, '1997-09-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:04', '2024-07-16 03:43:04'),
(328035, 3575, '1997-10-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:04', '2024-07-16 03:43:04'),
(328036, 3575, '1997-11-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:04', '2024-07-16 03:43:04'),
(328037, 3575, '1997-12-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:04', '2024-07-16 03:43:04'),
(328038, 3575, '1998-01-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:04', '2024-07-16 03:43:04'),
(328039, 3575, '1998-02-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:04', '2024-07-16 03:43:04'),
(328040, 3575, '1998-03-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:04', '2024-07-16 03:43:04'),
(328041, 3575, '1998-04-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:04', '2024-07-16 03:43:04'),
(328042, 3575, '1998-05-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:04', '2024-07-16 03:43:04'),
(328043, 3575, '1998-06-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:04', '2024-07-16 03:43:04'),
(328044, 3575, '1998-07-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:04', '2024-07-16 03:43:04'),
(328045, 3575, '1998-08-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:04', '2024-07-16 03:43:04'),
(328046, 3575, '1998-09-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:04', '2024-07-16 03:43:04'),
(328047, 3575, '1998-10-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:04', '2024-07-16 03:43:04'),
(328048, 3575, '1998-11-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:04', '2024-07-16 03:43:04'),
(328049, 3575, '1998-12-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:04', '2024-07-16 03:43:04'),
(328050, 3575, '1999-01-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:04', '2024-07-16 03:43:04'),
(328051, 3575, '1999-02-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:04', '2024-07-16 03:43:04'),
(328052, 3575, '1999-03-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:04', '2024-07-16 03:43:04'),
(328053, 3575, '1999-04-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:04', '2024-07-16 03:43:04'),
(328054, 3575, '1999-05-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:04', '2024-07-16 03:43:04'),
(328055, 3575, '1999-06-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:04', '2024-07-16 03:43:04'),
(328056, 3575, '1999-07-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:04', '2024-07-16 03:43:04'),
(328057, 3575, '1999-08-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:04', '2024-07-16 03:43:04'),
(328058, 3575, '1999-09-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:04', '2024-07-16 03:43:04'),
(328059, 3575, '1999-10-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:04', '2024-07-16 03:43:04'),
(328060, 3575, '1999-11-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:04', '2024-07-16 03:43:04'),
(328061, 3575, '1999-12-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:04', '2024-07-16 03:43:04'),
(328062, 3575, '2000-01-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:04', '2024-07-16 03:43:04'),
(328063, 3575, '2000-02-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:04', '2024-07-16 03:43:04'),
(328064, 3575, '2000-03-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:04', '2024-07-16 03:43:04'),
(328065, 3575, '2000-04-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:04', '2024-07-16 03:43:04'),
(328066, 3575, '2000-05-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:04', '2024-07-16 03:43:04'),
(328067, 3575, '2000-06-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:04', '2024-07-16 03:43:04'),
(328068, 3575, '2000-07-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:04', '2024-07-16 03:43:04'),
(328069, 3575, '2000-08-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:04', '2024-07-16 03:43:04'),
(328070, 3575, '2000-09-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:04', '2024-07-16 03:43:04'),
(328071, 3575, '2000-10-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:05', '2024-07-16 03:43:05'),
(328072, 3575, '2000-11-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:05', '2024-07-16 03:43:05'),
(328073, 3575, '2000-12-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:05', '2024-07-16 03:43:05'),
(328074, 3575, '2001-01-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:05', '2024-07-16 03:43:05'),
(328075, 3575, '2001-02-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:05', '2024-07-16 03:43:05'),
(328076, 3575, '2001-03-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:05', '2024-07-16 03:43:05'),
(328077, 3575, '2001-04-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:05', '2024-07-16 03:43:05'),
(328078, 3575, '2001-05-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:05', '2024-07-16 03:43:05'),
(328079, 3575, '2001-06-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:05', '2024-07-16 03:43:05'),
(328080, 3575, '2001-07-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:05', '2024-07-16 03:43:05'),
(328081, 3575, '2001-08-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:05', '2024-07-16 03:43:05'),
(328082, 3575, '2001-09-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:05', '2024-07-16 03:43:05'),
(328083, 3575, '2001-10-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:05', '2024-07-16 03:43:05'),
(328084, 3575, '2001-11-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:05', '2024-07-16 03:43:05'),
(328085, 3575, '2001-12-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:05', '2024-07-16 03:43:05'),
(328086, 3575, '2002-01-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:05', '2024-07-16 03:43:05'),
(328087, 3575, '2002-02-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:05', '2024-07-16 03:43:05'),
(328088, 3575, '2002-03-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:05', '2024-07-16 03:43:05'),
(328089, 3575, '2002-04-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:05', '2024-07-16 03:43:05'),
(328090, 3575, '2002-05-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:05', '2024-07-16 03:43:05'),
(328091, 3575, '2002-06-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:05', '2024-07-16 03:43:05'),
(328092, 3575, '2002-07-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:05', '2024-07-16 03:43:05'),
(328093, 3575, '2002-08-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:05', '2024-07-16 03:43:05'),
(328094, 3575, '2002-09-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:05', '2024-07-16 03:43:05'),
(328095, 3575, '2002-10-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:05', '2024-07-16 03:43:05'),
(328096, 3575, '2002-11-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:05', '2024-07-16 03:43:05'),
(328097, 3575, '2002-12-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:05', '2024-07-16 03:43:05'),
(328098, 3575, '2003-01-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:05', '2024-07-16 03:43:05'),
(328099, 3575, '2003-02-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:05', '2024-07-16 03:43:05'),
(328100, 3575, '2003-03-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:05', '2024-07-16 03:43:05'),
(328101, 3575, '2003-04-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:05', '2024-07-16 03:43:05'),
(328102, 3575, '2003-05-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:05', '2024-07-16 03:43:05'),
(328103, 3575, '2003-06-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:05', '2024-07-16 03:43:05'),
(328104, 3575, '2003-07-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:05', '2024-07-16 03:43:05'),
(328105, 3575, '2003-08-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:05', '2024-07-16 03:43:05'),
(328106, 3575, '2003-09-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:05', '2024-07-16 03:43:05'),
(328107, 3575, '2003-10-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:05', '2024-07-16 03:43:05'),
(328108, 3575, '2003-11-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:05', '2024-07-16 03:43:05'),
(328109, 3575, '2003-12-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:05', '2024-07-16 03:43:05'),
(328110, 3575, '2004-01-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:05', '2024-07-16 03:43:05'),
(328111, 3575, '2004-02-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:05', '2024-07-16 03:43:05'),
(328112, 3575, '2004-03-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:05', '2024-07-16 03:43:05'),
(328113, 3575, '2004-04-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:05', '2024-07-16 03:43:05'),
(328114, 3575, '2004-05-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:05', '2024-07-16 03:43:05'),
(328115, 3575, '2004-06-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:05', '2024-07-16 03:43:05'),
(328116, 3575, '2004-07-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:05', '2024-07-16 03:43:05'),
(328117, 3575, '2004-08-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:05', '2024-07-16 03:43:05'),
(328118, 3575, '2004-09-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:05', '2024-07-16 03:43:05'),
(328119, 3575, '2004-10-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:05', '2024-07-16 03:43:05'),
(328120, 3575, '2004-11-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:05', '2024-07-16 03:43:05'),
(328121, 3575, '2004-12-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:05', '2024-07-16 03:43:05'),
(328122, 3575, '2005-01-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:05', '2024-07-16 03:43:05'),
(328123, 3575, '2005-02-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:05', '2024-07-16 03:43:05'),
(328124, 3575, '2005-03-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:05', '2024-07-16 03:43:05'),
(328125, 3575, '2005-04-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:05', '2024-07-16 03:43:05'),
(328126, 3575, '2005-05-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:05', '2024-07-16 03:43:05'),
(328127, 3575, '2005-06-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:06', '2024-07-16 03:43:06'),
(328128, 3575, '2005-07-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:06', '2024-07-16 03:43:06'),
(328129, 3575, '2005-08-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:06', '2024-07-16 03:43:06'),
(328130, 3575, '2005-09-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:06', '2024-07-16 03:43:06'),
(328131, 3575, '2005-10-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:06', '2024-07-16 03:43:06'),
(328132, 3575, '2005-11-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:06', '2024-07-16 03:43:06'),
(328133, 3575, '2005-12-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:06', '2024-07-16 03:43:06'),
(328134, 3575, '2006-01-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:06', '2024-07-16 03:43:06'),
(328135, 3575, '2006-02-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:06', '2024-07-16 03:43:06'),
(328136, 3575, '2006-03-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:06', '2024-07-16 03:43:06'),
(328137, 3575, '2006-04-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:06', '2024-07-16 03:43:06'),
(328138, 3575, '2006-05-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:06', '2024-07-16 03:43:06'),
(328139, 3575, '2006-06-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:06', '2024-07-16 03:43:06'),
(328140, 3575, '2006-07-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:06', '2024-07-16 03:43:06'),
(328141, 3575, '2006-08-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:06', '2024-07-16 03:43:06'),
(328142, 3575, '2006-09-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:06', '2024-07-16 03:43:06'),
(328143, 3575, '2006-10-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:06', '2024-07-16 03:43:06'),
(328144, 3575, '2006-11-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:06', '2024-07-16 03:43:06'),
(328145, 3575, '2006-12-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:06', '2024-07-16 03:43:06'),
(328146, 3575, '2007-01-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:06', '2024-07-16 03:43:06'),
(328147, 3575, '2007-02-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:06', '2024-07-16 03:43:06'),
(328148, 3575, '2007-03-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:06', '2024-07-16 03:43:06'),
(328149, 3575, '2007-04-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:06', '2024-07-16 03:43:06'),
(328150, 3575, '2007-05-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:06', '2024-07-16 03:43:06'),
(328151, 3575, '2007-06-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:06', '2024-07-16 03:43:06'),
(328152, 3575, '2007-07-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:06', '2024-07-16 03:43:06'),
(328153, 3575, '2007-08-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:06', '2024-07-16 03:43:06'),
(328154, 3575, '2007-09-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:06', '2024-07-16 03:43:06'),
(328155, 3575, '2007-10-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:06', '2024-07-16 03:43:06'),
(328156, 3575, '2007-11-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:06', '2024-07-16 03:43:06'),
(328157, 3575, '2007-12-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:06', '2024-07-16 03:43:06'),
(328158, 3575, '2008-01-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:06', '2024-07-16 03:43:06'),
(328159, 3575, '2008-02-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:06', '2024-07-16 03:43:06'),
(328160, 3575, '2008-03-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:06', '2024-07-16 03:43:06'),
(328161, 3575, '2008-04-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:06', '2024-07-16 03:43:06'),
(328162, 3575, '2008-05-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:06', '2024-07-16 03:43:06'),
(328163, 3575, '2008-06-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:06', '2024-07-16 03:43:06'),
(328164, 3575, '2008-07-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:06', '2024-07-16 03:43:06'),
(328165, 3575, '2008-08-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:06', '2024-07-16 03:43:06'),
(328166, 3575, '2008-09-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:06', '2024-07-16 03:43:06'),
(328167, 3575, '2008-10-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:06', '2024-07-16 03:43:06'),
(328168, 3575, '2008-11-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:06', '2024-07-16 03:43:06'),
(328169, 3575, '2008-12-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:06', '2024-07-16 03:43:06'),
(328170, 3575, '2009-01-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:06', '2024-07-16 03:43:06'),
(328171, 3575, '2009-02-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:06', '2024-07-16 03:43:06'),
(328172, 3575, '2009-03-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:06', '2024-07-16 03:43:06'),
(328173, 3575, '2009-04-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:06', '2024-07-16 03:43:06'),
(328174, 3575, '2009-05-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:07', '2024-07-16 03:43:07'),
(328175, 3575, '2009-06-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:07', '2024-07-16 03:43:07'),
(328176, 3575, '2009-07-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:07', '2024-07-16 03:43:07'),
(328177, 3575, '2009-08-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:07', '2024-07-16 03:43:07'),
(328178, 3575, '2009-09-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:07', '2024-07-16 03:43:07'),
(328179, 3575, '2009-10-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:07', '2024-07-16 03:43:07'),
(328180, 3575, '2009-11-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:07', '2024-07-16 03:43:07'),
(328181, 3575, '2009-12-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:07', '2024-07-16 03:43:07'),
(328182, 3575, '2010-01-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:07', '2024-07-16 03:43:07'),
(328183, 3575, '2010-02-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:07', '2024-07-16 03:43:07'),
(328184, 3575, '2010-03-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:07', '2024-07-16 03:43:07'),
(328185, 3575, '2010-04-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:07', '2024-07-16 03:43:07'),
(328186, 3575, '2010-05-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:07', '2024-07-16 03:43:07'),
(328187, 3575, '2010-06-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:07', '2024-07-16 03:43:07'),
(328188, 3575, '2010-07-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:07', '2024-07-16 03:43:07'),
(328189, 3575, '2010-08-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:07', '2024-07-16 03:43:07'),
(328190, 3575, '2010-09-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:07', '2024-07-16 03:43:07'),
(328191, 3575, '2010-10-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:07', '2024-07-16 03:43:07'),
(328192, 3575, '2010-11-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:07', '2024-07-16 03:43:07'),
(328193, 3575, '2010-12-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:07', '2024-07-16 03:43:07'),
(328194, 3575, '2011-01-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:07', '2024-07-16 03:43:07'),
(328195, 3575, '2011-02-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:07', '2024-07-16 03:43:07'),
(328196, 3575, '2011-03-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:07', '2024-07-16 03:43:07'),
(328197, 3575, '2011-04-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:07', '2024-07-16 03:43:07'),
(328198, 3575, '2011-05-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:07', '2024-07-16 03:43:07'),
(328199, 3575, '2011-06-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:07', '2024-07-16 03:43:07'),
(328200, 3575, '2011-07-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:07', '2024-07-16 03:43:07'),
(328201, 3575, '2011-08-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:07', '2024-07-16 03:43:07'),
(328202, 3575, '2011-09-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:07', '2024-07-16 03:43:07'),
(328203, 3575, '2011-10-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:07', '2024-07-16 03:43:07'),
(328204, 3575, '2011-11-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:07', '2024-07-16 03:43:07'),
(328205, 3575, '2011-12-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:07', '2024-07-16 03:43:07'),
(328206, 3575, '2012-01-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:07', '2024-07-16 03:43:07'),
(328207, 3575, '2012-02-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:07', '2024-07-16 03:43:07'),
(328208, 3575, '2012-03-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:07', '2024-07-16 03:43:07'),
(328209, 3575, '2012-04-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:07', '2024-07-16 03:43:07'),
(328210, 3575, '2012-05-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:07', '2024-07-16 03:43:07'),
(328211, 3575, '2012-06-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:07', '2024-07-16 03:43:07'),
(328212, 3575, '2012-07-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:07', '2024-07-16 03:43:07'),
(328213, 3575, '2012-08-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:07', '2024-07-16 03:43:07'),
(328214, 3575, '2012-09-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:07', '2024-07-16 03:43:07'),
(328215, 3575, '2012-10-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:07', '2024-07-16 03:43:07'),
(328216, 3575, '2012-11-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:07', '2024-07-16 03:43:07'),
(328217, 3575, '2012-12-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:07', '2024-07-16 03:43:07'),
(328218, 3575, '2013-01-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:07', '2024-07-16 03:43:07'),
(328219, 3575, '2013-02-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:07', '2024-07-16 03:43:07'),
(328220, 3575, '2013-03-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:07', '2024-07-16 03:43:07'),
(328221, 3575, '2013-04-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:07', '2024-07-16 03:43:07'),
(328222, 3575, '2013-05-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:07', '2024-07-16 03:43:07'),
(328223, 3575, '2013-06-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:07', '2024-07-16 03:43:07'),
(328224, 3575, '2013-07-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:07', '2024-07-16 03:43:07'),
(328225, 3575, '2013-08-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:08', '2024-07-16 03:43:08'),
(328226, 3575, '2013-09-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:08', '2024-07-16 03:43:08'),
(328227, 3575, '2013-10-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:08', '2024-07-16 03:43:08'),
(328228, 3575, '2013-11-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:08', '2024-07-16 03:43:08'),
(328229, 3575, '2013-12-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:08', '2024-07-16 03:43:08'),
(328230, 3575, '2014-01-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:08', '2024-07-16 03:43:08'),
(328231, 3575, '2014-02-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:08', '2024-07-16 03:43:08'),
(328232, 3575, '2014-03-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:08', '2024-07-16 03:43:08'),
(328233, 3575, '2014-04-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:08', '2024-07-16 03:43:08'),
(328234, 3575, '2014-05-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:08', '2024-07-16 03:43:08'),
(328235, 3575, '2014-06-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:08', '2024-07-16 03:43:08'),
(328236, 3575, '2014-07-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:08', '2024-07-16 03:43:08'),
(328237, 3575, '2014-08-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:08', '2024-07-16 03:43:08'),
(328238, 3575, '2014-09-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:08', '2024-07-16 03:43:08'),
(328239, 3575, '2014-10-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:08', '2024-07-16 03:43:08'),
(328240, 3575, '2014-11-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:08', '2024-07-16 03:43:08'),
(328241, 3575, '2014-12-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:08', '2024-07-16 03:43:08'),
(328242, 3575, '2015-01-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:08', '2024-07-16 03:43:08'),
(328243, 3575, '2015-02-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:08', '2024-07-16 03:43:08'),
(328244, 3575, '2015-03-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:08', '2024-07-16 03:43:08'),
(328245, 3575, '2015-04-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:08', '2024-07-16 03:43:08'),
(328246, 3575, '2015-05-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:08', '2024-07-16 03:43:08'),
(328247, 3575, '2015-06-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:08', '2024-07-16 03:43:08'),
(328248, 3575, '2015-07-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:08', '2024-07-16 03:43:08'),
(328249, 3575, '2015-08-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:08', '2024-07-16 03:43:08'),
(328250, 3575, '2015-09-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:08', '2024-07-16 03:43:08'),
(328251, 3575, '2015-10-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:08', '2024-07-16 03:43:08'),
(328252, 3575, '2015-11-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:08', '2024-07-16 03:43:08'),
(328253, 3575, '2015-12-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:08', '2024-07-16 03:43:08'),
(328254, 3575, '2016-01-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:08', '2024-07-16 03:43:08'),
(328255, 3575, '2016-02-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:08', '2024-07-16 03:43:08'),
(328256, 3575, '2016-03-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:08', '2024-07-16 03:43:08'),
(328257, 3575, '2016-04-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:08', '2024-07-16 03:43:08'),
(328258, 3575, '2016-05-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:08', '2024-07-16 03:43:08'),
(328259, 3575, '2016-06-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:08', '2024-07-16 03:43:08'),
(328260, 3575, '2016-07-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:08', '2024-07-16 03:43:08'),
(328261, 3575, '2016-08-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:08', '2024-07-16 03:43:08'),
(328262, 3575, '2016-09-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:08', '2024-07-16 03:43:08'),
(328263, 3575, '2016-10-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:08', '2024-07-16 03:43:08'),
(328264, 3575, '2016-11-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:08', '2024-07-16 03:43:08'),
(328265, 3575, '2016-12-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:08', '2024-07-16 03:43:08'),
(328266, 3575, '2017-01-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:08', '2024-07-16 03:43:08'),
(328267, 3575, '2017-02-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:08', '2024-07-16 03:43:08'),
(328268, 3575, '2017-03-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:08', '2024-07-16 03:43:08'),
(328269, 3575, '2017-04-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:08', '2024-07-16 03:43:08'),
(328270, 3575, '2017-05-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:08', '2024-07-16 03:43:08'),
(328271, 3575, '2017-06-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:08', '2024-07-16 03:43:08'),
(328272, 3575, '2017-07-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:08', '2024-07-16 03:43:08'),
(328273, 3575, '2017-08-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:08', '2024-07-16 03:43:08'),
(328274, 3575, '2017-09-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:08', '2024-07-16 03:43:08'),
(328275, 3575, '2017-10-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:08', '2024-07-16 03:43:08'),
(328276, 3575, '2017-11-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:08', '2024-07-16 03:43:08'),
(328277, 3575, '2017-12-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:08', '2024-07-16 03:43:08'),
(328278, 3575, '2018-01-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:08', '2024-07-16 03:43:08'),
(328279, 3575, '2018-02-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:08', '2024-07-16 03:43:08'),
(328280, 3575, '2018-03-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:08', '2024-07-16 03:43:08'),
(328281, 3575, '2018-04-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:08', '2024-07-16 03:43:08'),
(328282, 3575, '2018-05-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:09', '2024-07-16 03:43:09'),
(328283, 3575, '2018-06-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:09', '2024-07-16 03:43:09'),
(328284, 3575, '2018-07-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:09', '2024-07-16 03:43:09'),
(328285, 3575, '2018-08-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:09', '2024-07-16 03:43:09'),
(328286, 3575, '2018-09-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:09', '2024-07-16 03:43:09'),
(328287, 3575, '2018-10-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:09', '2024-07-16 03:43:09'),
(328288, 3575, '2018-11-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:09', '2024-07-16 03:43:09'),
(328289, 3575, '2018-12-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:09', '2024-07-16 03:43:09'),
(328290, 3575, '2019-01-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:09', '2024-07-16 03:43:09'),
(328291, 3575, '2019-02-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:09', '2024-07-16 03:43:09'),
(328292, 3575, '2019-03-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:09', '2024-07-16 03:43:09'),
(328293, 3575, '2019-04-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:09', '2024-07-16 03:43:09'),
(328294, 3575, '2019-05-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:09', '2024-07-16 03:43:09'),
(328295, 3575, '2019-06-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:09', '2024-07-16 03:43:09'),
(328296, 3575, '2019-07-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:09', '2024-07-16 03:43:09'),
(328297, 3575, '2019-08-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:09', '2024-07-16 03:43:09'),
(328298, 3575, '2019-09-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:09', '2024-07-16 03:43:09'),
(328299, 3575, '2019-10-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:09', '2024-07-16 03:43:09'),
(328300, 3575, '2019-11-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:09', '2024-07-16 03:43:09'),
(328301, 3575, '2019-12-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:09', '2024-07-16 03:43:09'),
(328302, 3575, '2020-01-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:09', '2024-07-16 03:43:09'),
(328303, 3575, '2020-02-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:09', '2024-07-16 03:43:09'),
(328304, 3575, '2020-03-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:09', '2024-07-16 03:43:09'),
(328305, 3575, '2020-04-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:09', '2024-07-16 03:43:09'),
(328306, 3575, '2020-05-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:09', '2024-07-16 03:43:09'),
(328307, 3575, '2020-06-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:09', '2024-07-16 03:43:09'),
(328308, 3575, '2020-07-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:09', '2024-07-16 03:43:09'),
(328309, 3575, '2020-08-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:09', '2024-07-16 03:43:09'),
(328310, 3575, '2020-09-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:09', '2024-07-16 03:43:09'),
(328311, 3575, '2020-10-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:09', '2024-07-16 03:43:09'),
(328312, 3575, '2020-11-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:09', '2024-07-16 03:43:09'),
(328313, 3575, '2020-12-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:09', '2024-07-16 03:43:09'),
(328314, 3575, '2021-01-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:09', '2024-07-16 03:43:09'),
(328315, 3575, '2021-02-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:09', '2024-07-16 03:43:09'),
(328316, 3575, '2021-03-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:09', '2024-07-16 03:43:09'),
(328317, 3575, '2021-04-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:09', '2024-07-16 03:43:09'),
(328318, 3575, '2021-05-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:09', '2024-07-16 03:43:09'),
(328319, 3575, '2021-06-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:09', '2024-07-16 03:43:09'),
(328320, 3575, '2021-07-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:09', '2024-07-16 03:43:09'),
(328321, 3575, '2021-08-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:09', '2024-07-16 03:43:09'),
(328322, 3575, '2021-09-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:09', '2024-07-16 03:43:09'),
(328323, 3575, '2021-10-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:09', '2024-07-16 03:43:09'),
(328324, 3575, '2021-11-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:09', '2024-07-16 03:43:09'),
(328325, 3575, '2021-12-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:09', '2024-07-16 03:43:09'),
(328326, 3575, '2022-01-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:09', '2024-07-16 03:43:09'),
(328327, 3575, '2022-02-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:09', '2024-07-16 03:43:09'),
(328328, 3575, '2022-03-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:09', '2024-07-16 03:43:09'),
(328329, 3575, '2022-04-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:09', '2024-07-16 03:43:09'),
(328330, 3575, '2022-05-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:09', '2024-07-16 03:43:09'),
(328331, 3575, '2022-06-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:09', '2024-07-16 03:43:09'),
(328332, 3575, '2022-07-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:09', '2024-07-16 03:43:09'),
(328333, 3575, '2022-08-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:09', '2024-07-16 03:43:09'),
(328334, 3575, '2022-09-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:09', '2024-07-16 03:43:09'),
(328335, 3575, '2022-10-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:09', '2024-07-16 03:43:09');
INSERT INTO `payment_histories` (`id`, `user_id`, `month_name`, `payment_this_date`, `nest_payment_date`, `total_paid_until_this_date`, `total_due`, `payment_status`, `created_at`, `updated_at`) VALUES
(328336, 3575, '2022-11-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:09', '2024-07-16 03:43:09'),
(328337, 3575, '2022-12-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:09', '2024-07-16 03:43:09'),
(328338, 3575, '2023-01-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:09', '2024-07-16 03:43:09'),
(328339, 3575, '2023-02-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:10', '2024-07-16 03:43:10'),
(328340, 3575, '2023-03-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:10', '2024-07-16 03:43:10'),
(328341, 3575, '2023-04-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:10', '2024-07-16 03:43:10'),
(328342, 3575, '2023-05-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:10', '2024-07-16 03:43:10'),
(328343, 3575, '2023-06-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:10', '2024-07-16 03:43:10'),
(328344, 3575, '2023-07-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:10', '2024-07-16 03:43:10'),
(328345, 3575, '2023-08-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:10', '2024-07-16 03:43:10'),
(328346, 3575, '2023-09-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:10', '2024-07-16 03:43:10'),
(328347, 3575, '2023-10-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:10', '2024-07-16 03:43:10'),
(328348, 3575, '2023-11-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:10', '2024-07-16 03:43:10'),
(328349, 3575, '2023-12-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:10', '2024-07-16 03:43:10'),
(328350, 3575, '2024-01-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:10', '2024-07-16 03:43:10'),
(328351, 3575, '2024-02-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:10', '2024-07-16 03:43:10'),
(328352, 3575, '2024-03-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:10', '2024-07-16 03:43:10'),
(328353, 3575, '2024-04-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:10', '2024-07-16 03:43:10'),
(328354, 3575, '2024-05-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:10', '2024-07-16 03:43:10'),
(328355, 3575, '2024-06-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:10', '2024-07-16 03:43:10'),
(328356, 3575, '2024-07-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:10', '2024-07-16 03:43:10'),
(328357, 3575, '2024-08-01 00:00:00', NULL, NULL, '', '2', 0, '2024-07-16 03:43:10', '2024-07-16 03:43:10'),
(328358, 3576, '2024-05-01 00:00:00', '6', NULL, '', '0', 1, '2024-07-16 03:44:42', '2024-07-16 03:45:08'),
(328363, 3576, '2024-06-01 00:00:00', '6', NULL, '', '0', 1, '2024-07-16 04:11:42', '2024-07-16 04:11:42');

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

--
-- Table structure for table `price_categaroys`
--

CREATE TABLE `price_categaroys` (
  `id` bigint UNSIGNED NOT NULL,
  `name` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `bg_image` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `device_price` int DEFAULT NULL,
  `monthly_charge` int 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 `price_categaroys`
--

INSERT INTO `price_categaroys` (`id`, `name`, `bg_image`, `device_price`, `monthly_charge`, `created_at`, `updated_at`) VALUES
(13, 'Super Basic Package', '2024-01-09-659cd1448f448.png', 3500, 250, '2023-09-27 14:14:33', '2024-06-07 22:06:03'),
(16, 'Super Standard Package', '2024-01-01-659296a027333.png', 6000, 350, '2023-09-27 14:19:57', '2024-06-08 11:08:24'),
(18, 'Super ultra Package', '2023-12-31-65914dde9d423.png', 6500, 400, '2023-09-27 14:57:25', '2024-01-01 17:36:26'),
(19, 'Super Premium', '2023-12-31-65914dd15d684.png', 8000, 500, '2023-09-27 15:03:12', '2024-06-07 22:08:26'),
(20, 'Super Asset Package', '2024-01-09-659ccf6061ac3.png', 4500, 200, '2023-10-03 12:02:09', '2024-01-09 10:45:20'),
(22, 'Super Easy OBD', '2023-12-31-65914da6ca193.png', 4000, 300, '2023-10-03 12:31:22', '2024-01-01 17:48:00'),
(23, 'Super E-Lock', '2023-12-31-6591528b93968.png', 14000, 300, '2023-10-03 12:48:34', '2023-12-31 17:37:47'),
(26, 'Super Combo Package', '2023-12-31-65914d86d388c.png', 21000, 600, '2023-12-31 16:52:50', '2023-12-31 17:16:22'),
(27, 'Super Advance', '2024-01-01-659294c7a059b.png', 25000, 800, '2023-12-31 16:54:22', '2024-01-01 16:32:39');

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

--
-- Table structure for table `price_sub_categories`
--

CREATE TABLE `price_sub_categories` (
  `id` bigint UNSIGNED NOT NULL,
  `price_id` bigint UNSIGNED NOT NULL,
  `name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `active_status` int 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 `price_sub_categories`
--

INSERT INTO `price_sub_categories` (`id`, `price_id`, `name`, `active_status`, `created_at`, `updated_at`) VALUES
(1, 1, 'Live Tracking', 1, '2020-03-04 19:10:19', '2020-03-04 19:10:19'),
(2, 2, 'Live Tracking', 1, '2020-03-04 19:10:21', '2020-03-04 19:10:21'),
(3, 3, 'Live Tracking', 1, '2020-03-04 19:10:23', '2020-03-04 19:10:23'),
(4, 4, 'Live Tracking', 1, '2020-03-04 19:10:25', '2020-03-04 19:10:25'),
(5, 5, 'Live Tracking', 1, '2020-03-04 19:10:27', '2020-03-04 19:10:27'),
(6, 1, 'Daily Milage Report', 1, '2020-03-04 19:11:02', '2020-03-04 19:11:02'),
(7, 2, 'Daily Milage Report', 1, '2020-03-04 19:11:04', '2020-03-04 19:11:04'),
(8, 3, 'Daily Milage Report', 1, '2020-03-04 19:11:05', '2020-03-04 19:11:05'),
(9, 4, 'Daily Milage Report', 1, '2020-03-04 19:11:06', '2020-03-04 19:11:06'),
(10, 5, 'Daily Milage Report', 1, '2020-03-04 19:11:10', '2020-03-04 19:11:10'),
(11, 1, 'Car Inside voice Monitoring', 1, '2020-03-04 19:11:40', '2020-03-04 19:12:57'),
(12, 2, 'Car Inside voice Monitoring', 1, '2020-03-04 19:11:42', '2020-03-04 19:11:42'),
(13, 3, 'Car Inside voice Monitoring', 0, '2020-03-04 19:11:43', '2020-03-04 19:11:43'),
(14, 4, 'Car Inside voice Monitoring', 0, '2020-03-04 19:11:45', '2020-03-04 19:13:05'),
(15, 5, 'Car Inside voice Monitoring', 1, '2020-03-04 19:11:46', '2020-03-04 19:11:46'),
(16, 8, 'Live Tracking', 1, '2020-03-05 18:18:54', '2020-03-05 18:18:54'),
(17, 7, 'Live Tracking', 1, '2020-03-05 18:18:58', '2020-03-05 18:18:58'),
(18, 6, 'Live Tracking', 1, '2020-03-05 18:19:03', '2020-03-05 18:19:03'),
(20, 8, 'Voice Monitoring', 0, '2020-03-05 18:19:32', '2020-03-05 18:19:32'),
(21, 7, 'Live Video & Voice Monitoring', 1, '2020-03-05 18:20:03', '2020-03-05 18:20:03'),
(22, 6, 'Voice Monitoring', 1, '2020-03-05 18:20:09', '2020-03-05 18:20:09'),
(23, 6, 'Daily Milage Report', 1, '2020-03-05 18:20:18', '2020-03-05 18:20:18'),
(24, 7, 'Daily Milage Report', 1, '2020-03-05 18:20:20', '2020-03-05 18:20:20'),
(25, 8, 'Daily Milage Report', 1, '2020-03-05 18:20:22', '2020-03-05 18:20:22'),
(26, 8, 'Engine Lock & Unlock', 0, '2020-03-05 18:20:44', '2020-03-05 18:20:44'),
(27, 7, 'Engine Lock & Unlock', 0, '2020-03-05 18:20:50', '2020-03-05 18:20:50'),
(28, 6, 'Engine Lock & Unlock', 1, '2020-03-05 18:20:56', '2020-03-05 18:20:56'),
(29, 5, 'Engine Lock & Unlock', 0, '2020-03-05 18:21:01', '2020-03-05 18:21:01'),
(30, 4, 'Engine Lock & Unlock', 1, '2020-03-05 18:21:05', '2020-03-05 18:21:05'),
(31, 3, 'Engine Lock & Unlock', 1, '2020-03-05 18:21:07', '2020-03-05 18:21:07'),
(32, 2, 'Engine Lock & Unlock', 1, '2020-03-05 18:21:11', '2020-03-05 18:21:11'),
(33, 1, 'Engine Lock & Unlock', 1, '2020-03-05 18:21:15', '2020-03-05 18:21:15'),
(34, 1, 'Engine on & off Alert', 1, '2020-03-05 18:21:23', '2020-03-05 18:21:23'),
(35, 2, 'Engine on & off Alert', 1, '2020-03-05 18:21:26', '2020-03-05 18:21:26'),
(36, 3, 'Engine on & off Alert', 1, '2020-03-05 18:21:29', '2020-03-05 18:21:29'),
(37, 4, 'Engine on & off Alert', 1, '2020-03-05 18:21:31', '2020-03-05 18:21:31'),
(38, 5, 'Engine on & off Alert', 1, '2020-03-05 18:21:33', '2020-03-05 18:21:33'),
(39, 6, 'Engine on & off Alert', 1, '2020-03-05 18:21:35', '2020-03-05 18:21:35'),
(40, 7, 'Engine on & off Alert', 1, '2020-03-05 18:21:38', '2020-03-05 18:21:38'),
(41, 8, 'Engine on & off Alert', 1, '2020-03-05 18:21:40', '2020-03-05 18:21:40'),
(42, 8, 'Speed Violation Alert', 1, '2020-03-05 18:21:54', '2020-03-05 18:21:54'),
(43, 7, 'Speed Violation Alert', 1, '2020-03-05 18:21:57', '2020-03-05 18:21:57'),
(44, 6, 'Speed Violation Alert', 1, '2020-03-05 18:22:00', '2020-03-05 18:22:00'),
(45, 5, 'Speed Violation Alert', 1, '2020-03-05 18:22:03', '2020-03-05 18:22:03'),
(46, 4, 'Speed Violation Alert', 1, '2020-03-05 18:22:06', '2020-03-05 18:22:06'),
(47, 3, 'Speed Violation Alert', 1, '2020-03-05 18:22:09', '2020-03-05 18:22:09'),
(48, 2, 'Speed Violation Alert', 1, '2020-03-05 18:22:12', '2020-03-05 18:22:12'),
(49, 1, 'Speed Violation Alert', 1, '2020-03-05 18:22:14', '2020-03-05 18:22:14'),
(50, 1, 'Device Removal Alert', 1, '2020-03-05 18:22:25', '2020-03-05 18:22:25'),
(51, 2, 'Device Removal Alert', 1, '2020-03-05 18:22:27', '2020-03-05 18:22:27'),
(52, 3, 'Device Removal Alert', 1, '2020-03-05 18:22:29', '2020-03-05 18:22:29'),
(53, 4, 'Device Removal Alert', 1, '2020-03-05 18:22:32', '2020-03-05 18:22:32'),
(54, 5, 'Device Removal Alert', 1, '2020-03-05 18:22:34', '2020-03-05 18:22:34'),
(55, 6, 'Device Removal Alert', 1, '2020-03-05 18:22:37', '2020-03-05 18:22:37'),
(56, 7, 'Device Removal Alert', 1, '2020-03-05 18:22:39', '2020-03-05 18:22:39'),
(57, 8, 'Device Removal Alert', 1, '2020-03-05 18:22:42', '2020-03-05 18:22:42'),
(58, 8, 'Geo Fencing', 1, '2020-03-05 18:22:50', '2020-03-05 18:22:50'),
(59, 7, 'Geo Fencing', 1, '2020-03-05 18:22:52', '2020-03-05 18:22:52'),
(60, 6, 'Geo Fencing', 1, '2020-03-05 18:22:54', '2020-03-05 18:22:54'),
(61, 5, 'Geo Fencing', 1, '2020-03-05 18:22:57', '2020-03-05 18:22:57'),
(62, 4, 'Geo Fencing', 1, '2020-03-05 18:22:59', '2020-03-05 18:22:59'),
(63, 3, 'Geo Fencing', 1, '2020-03-05 18:23:02', '2020-03-05 18:23:02'),
(64, 2, 'Geo Fencing', 1, '2020-03-05 18:23:04', '2020-03-05 18:23:04'),
(65, 1, 'Geo Fencing', 1, '2020-03-05 18:23:07', '2020-03-05 18:23:07'),
(66, 1, 'Travel History', 1, '2020-03-05 18:23:13', '2020-03-05 18:23:13'),
(67, 2, 'Travel History', 1, '2020-03-05 18:23:15', '2020-03-05 18:23:15'),
(68, 3, 'Travel History', 1, '2020-03-05 18:23:17', '2020-03-05 18:23:17'),
(69, 4, 'Travel History', 1, '2020-03-05 18:23:19', '2020-03-05 18:23:19'),
(70, 5, 'Travel History', 1, '2020-03-05 18:23:22', '2020-03-05 18:23:22'),
(71, 6, 'Travel History', 1, '2020-03-05 18:23:25', '2020-03-05 18:23:25'),
(72, 7, 'Travel History', 1, '2020-03-05 18:23:27', '2020-03-05 18:23:27'),
(73, 8, 'Travel History', 1, '2020-03-05 18:23:30', '2020-03-05 18:23:30'),
(74, 8, 'Panic Button', 0, '2020-03-05 18:23:42', '2020-03-05 18:23:42'),
(75, 7, 'Panic Button', 0, '2020-03-05 18:23:47', '2020-03-05 18:23:47'),
(76, 6, 'Panic Button', 1, '2020-03-05 18:23:54', '2020-03-05 18:23:54'),
(77, 5, 'Panic Button', 0, '2020-03-05 18:23:59', '2020-03-05 18:23:59'),
(78, 4, 'Panic Button', 0, '2020-03-05 18:24:04', '2020-03-05 18:24:04'),
(79, 3, 'Panic Button', 0, '2020-03-05 18:24:08', '2020-03-05 18:24:08'),
(80, 2, 'Panic Button', 1, '2020-03-05 18:24:12', '2020-03-05 18:24:12'),
(81, 1, 'Panic Button', 0, '2020-03-05 18:24:16', '2020-03-05 18:36:16'),
(82, 1, 'BRTA Papers update Alert', 1, '2020-03-05 18:24:23', '2020-03-05 18:24:23'),
(83, 2, 'BRTA Papers update Alert', 1, '2020-03-05 18:24:27', '2020-03-05 18:24:27'),
(84, 3, 'BRTA Papers update Alert', 1, '2020-03-05 18:24:30', '2020-03-05 18:24:30'),
(85, 4, 'BRTA Papers update Alert', 1, '2020-03-05 18:24:32', '2020-03-05 18:24:32'),
(86, 5, 'BRTA Papers update Alert', 1, '2020-03-05 18:24:34', '2020-03-05 18:24:34'),
(87, 6, 'BRTA Papers update Alert', 1, '2020-03-05 18:24:38', '2020-03-05 18:24:38'),
(88, 7, 'BRTA Papers update Alert', 1, '2020-03-05 18:24:40', '2020-03-05 18:24:40'),
(89, 8, 'BRTA Papers update Alert', 1, '2020-03-05 18:24:43', '2020-03-05 18:24:43'),
(90, 8, 'Car accident alert', 1, '2020-03-05 18:24:53', '2020-03-05 18:24:53'),
(91, 7, 'Car accident alert', 1, '2020-03-05 18:24:56', '2020-03-05 18:24:56'),
(92, 6, 'Car accident alert', 1, '2020-03-05 18:24:59', '2020-03-05 18:24:59'),
(93, 5, 'Car accident alert', 0, '2020-03-05 18:25:03', '2020-03-05 18:25:03'),
(94, 4, 'Car accident alert', 1, '2020-03-05 18:25:07', '2020-03-05 18:25:07'),
(95, 3, 'Car accident alert', 0, '2020-03-05 18:25:11', '2020-03-05 18:25:11'),
(96, 2, 'Car accident alert', 1, '2020-03-05 18:25:15', '2020-03-05 18:25:15'),
(97, 1, 'Car accident alert', 0, '2020-03-05 18:25:18', '2020-03-05 18:25:18'),
(98, 1, 'Live Traffic Update', 1, '2020-03-05 18:25:26', '2020-03-05 18:33:36'),
(99, 2, 'Live Traffic Update', 1, '2020-03-05 18:25:29', '2020-03-05 18:33:49'),
(100, 3, 'Live Traffic Update', 1, '2020-03-05 18:25:32', '2020-03-05 18:33:59'),
(101, 4, 'Live Traffic Update', 1, '2020-03-05 18:25:35', '2020-03-05 18:34:11'),
(102, 5, 'Live Traffic Update', 1, '2020-03-05 18:25:37', '2020-03-05 18:34:20'),
(103, 6, 'Live Traffic Update', 1, '2020-03-05 18:25:39', '2020-03-05 18:34:27'),
(104, 7, 'Live Traffic Update', 1, '2020-03-05 18:25:41', '2020-03-05 18:34:38'),
(105, 8, 'Live Traffic Update', 1, '2020-03-05 18:25:43', '2020-03-05 18:34:48'),
(106, 8, 'Working Hours', 1, '2020-03-05 18:25:55', '2020-03-05 18:25:55'),
(107, 7, 'Working Hours', 1, '2020-03-05 18:25:58', '2020-03-05 18:25:58'),
(108, 6, 'Working Hours', 1, '2020-03-05 18:26:00', '2020-03-05 18:26:00'),
(109, 5, 'Working Hours', 1, '2020-03-05 18:26:02', '2020-03-05 18:26:02'),
(110, 4, 'Working Hours', 1, '2020-03-05 18:26:05', '2020-03-05 18:26:05'),
(111, 3, 'Working Hours', 1, '2020-03-05 18:26:08', '2020-03-05 18:26:08'),
(112, 2, 'Working Hours', 1, '2020-03-05 18:26:11', '2020-03-05 18:26:11'),
(113, 1, 'Working Hours', 0, '2020-03-05 18:26:14', '2020-03-05 18:36:10'),
(117, 1, 'Android and iOS App', 1, '2020-03-05 18:26:52', '2020-03-05 18:26:52'),
(118, 2, 'Android and iOS App', 1, '2020-03-05 18:26:54', '2020-03-05 18:26:54'),
(119, 3, 'Android and iOS App', 1, '2020-03-05 18:26:56', '2020-03-05 18:26:56'),
(120, 4, 'Android and iOS App', 1, '2020-03-05 18:27:02', '2020-03-05 18:27:02'),
(121, 5, 'Android and iOS App', 1, '2020-03-05 18:27:06', '2020-03-05 18:27:06'),
(122, 6, 'Android and iOS App', 1, '2020-03-05 18:27:08', '2020-03-05 18:27:08'),
(123, 7, 'Android and iOS App', 1, '2020-03-05 18:27:11', '2020-03-05 18:27:11'),
(124, 8, 'Android and iOS App', 1, '2020-03-05 18:27:13', '2020-03-05 18:27:13'),
(125, 8, 'Destination Alert', 1, '2020-03-05 18:27:28', '2020-03-05 18:27:28'),
(126, 7, 'Destination Alert', 1, '2020-03-05 18:27:32', '2020-03-05 18:27:32'),
(127, 6, 'Destination Alert', 1, '2020-03-05 18:27:34', '2020-03-05 18:27:34'),
(128, 5, 'Destination Alert', 1, '2020-03-05 18:27:36', '2020-03-05 18:27:36'),
(129, 4, 'Destination Alert', 1, '2020-03-05 18:27:38', '2020-03-05 18:27:38'),
(130, 3, 'Destination Alert', 1, '2020-03-05 18:27:40', '2020-03-05 18:27:40'),
(131, 2, 'Destination Alert', 1, '2020-03-05 18:27:42', '2020-03-05 18:27:42'),
(132, 1, 'Destination Alert', 1, '2020-03-05 18:27:45', '2020-03-05 18:27:45'),
(133, 1, 'Add Driver Details', 1, '2020-03-05 18:27:53', '2020-03-05 18:27:53'),
(134, 2, 'Add Driver Details', 1, '2020-03-05 18:27:56', '2020-03-05 18:27:56'),
(135, 3, 'Add Driver Details', 1, '2020-03-05 18:27:58', '2020-03-05 18:27:58'),
(136, 4, 'Add Driver Details', 1, '2020-03-05 18:28:00', '2020-03-05 18:28:00'),
(137, 5, 'Add Driver Details', 1, '2020-03-05 18:28:02', '2020-03-05 18:28:02'),
(138, 6, 'Add Driver Details', 1, '2020-03-05 18:28:05', '2020-03-05 18:28:05'),
(139, 7, 'Add Driver Details', 1, '2020-03-05 18:28:07', '2020-03-05 18:28:07'),
(140, 8, 'Add Driver Details', 1, '2020-03-05 18:28:09', '2020-03-05 18:28:09'),
(141, 8, 'Insurance Expire Alert', 1, '2020-03-05 18:28:19', '2020-03-05 18:28:19'),
(142, 7, 'Insurance Expire Alert', 1, '2020-03-05 18:28:21', '2020-03-05 18:28:21'),
(143, 6, 'Insurance Expire Alert', 1, '2020-03-05 18:28:23', '2020-03-05 18:28:23'),
(144, 5, 'Insurance Expire Alert', 1, '2020-03-05 18:28:25', '2020-03-05 18:28:25'),
(145, 4, 'Insurance Expire Alert', 1, '2020-03-05 18:28:28', '2020-03-05 18:28:28'),
(146, 3, 'Insurance Expire Alert', 1, '2020-03-05 18:28:30', '2020-03-05 18:28:30'),
(147, 2, 'Insurance Expire Alert', 1, '2020-03-05 18:28:32', '2020-03-05 18:28:32'),
(148, 1, 'Insurance Expire Alert', 1, '2020-03-05 18:28:35', '2020-03-05 18:28:35'),
(149, 1, 'Engine oil Change Alert', 0, '2020-03-05 18:29:42', '2020-03-05 18:36:13'),
(150, 2, 'Engine oil Change Alert', 1, '2020-03-05 18:29:45', '2020-03-05 18:29:45'),
(151, 3, 'Engine oil Change Alert', 1, '2020-03-05 18:29:47', '2020-03-05 18:29:47'),
(152, 4, 'Engine oil Change Alert', 1, '2020-03-05 18:29:49', '2020-03-05 18:29:49'),
(153, 5, 'Engine oil Change Alert', 1, '2020-03-05 18:29:52', '2020-03-05 18:29:52'),
(154, 6, 'Engine oil Change Alert', 1, '2020-03-05 18:29:54', '2020-03-05 18:29:54'),
(155, 7, 'Engine oil Change Alert', 1, '2020-03-05 18:29:56', '2020-03-05 18:29:56'),
(156, 8, 'Engine oil Change Alert', 1, '2020-03-05 18:29:59', '2020-03-05 18:29:59'),
(157, 8, '24×7 Helpline Facility', 1, '2020-03-05 18:30:06', '2020-03-05 18:30:06'),
(158, 7, '24×7 Helpline Facility', 1, '2020-03-05 18:30:09', '2020-03-05 18:30:09'),
(159, 6, '24×7 Helpline Facility', 1, '2020-03-05 18:30:11', '2020-03-05 18:30:11'),
(160, 5, '24×7 Helpline Facility', 1, '2020-03-05 18:30:13', '2020-03-05 18:30:13'),
(161, 4, '24×7 Helpline Facility', 1, '2020-03-05 18:30:16', '2020-03-05 18:30:16'),
(162, 3, '24×7 Helpline Facility', 1, '2020-03-05 18:30:19', '2020-03-05 18:30:19'),
(163, 2, '24×7 Helpline Facility', 1, '2020-03-05 18:30:21', '2020-03-05 18:30:21'),
(164, 1, '24×7 Helpline Facility', 1, '2020-03-05 18:30:24', '2020-03-05 18:30:24'),
(191, 10, 'Live Tracking with Live Traffic Updates', 1, '2023-10-03 20:13:22', '2023-12-31 18:56:55'),
(194, 10, 'Android, iOS, Web Application', 1, '2023-10-03 20:14:03', '2023-12-31 19:27:56'),
(196, 10, 'Ignition ON/OFF, Device Removal & Over Speed Alert', 1, '2023-10-03 20:14:37', '2023-12-31 22:09:51'),
(197, 10, 'Unlimited Geo Fencing', 1, '2023-10-03 20:14:48', '2023-12-31 19:09:10'),
(198, 10, 'Daily, Weekly, Monthly Travel History', 1, '2023-10-03 20:15:58', '2023-12-31 18:23:34'),
(199, 10, 'BRTA Papers update Alert', 1, '2023-10-03 20:16:14', '2023-10-03 20:16:14'),
(201, 10, 'Engine Working Hours', 1, '2023-10-03 20:16:39', '2023-10-03 20:16:39'),
(202, 10, 'Daily Milage, Fuel Consumption, Travel & Others Report', 1, '2023-10-03 20:16:52', '2023-12-31 22:31:24'),
(203, 10, 'Show Destination', 1, '2023-10-03 20:17:03', '2023-10-03 20:17:03'),
(204, 10, 'Add Driver Details', 1, '2023-10-03 20:17:11', '2023-10-03 20:17:11'),
(205, 10, 'Insurance Expire Alert', 1, '2023-10-03 20:17:23', '2023-10-03 20:17:23'),
(206, 10, 'Engine oil Change & Others Service Alert', 1, '2023-10-03 20:17:35', '2023-12-31 11:59:45'),
(207, 10, '24×7 Helpline Facility', 1, '2023-10-03 20:17:51', '2023-10-03 20:17:51'),
(226, 13, 'Live Tracking with Live Traffic Updates', 1, '2023-10-03 20:50:20', '2023-12-31 18:13:31'),
(230, 13, 'Android, iOS, Web Application', 1, '2023-10-03 20:55:13', '2023-12-31 19:25:09'),
(232, 13, 'Ignition ON/OFF, Device Removal & Over Speed Alert', 1, '2023-10-03 20:55:53', '2023-12-31 23:14:46'),
(245, 14, 'Live Tracking with Live Traffic Updates', 1, '2023-10-03 21:00:41', '2023-12-31 18:52:09'),
(346, 10, 'Voice Monitoring System', 0, '2023-12-05 17:17:41', '2023-12-31 18:57:35'),
(347, 10, 'Panic Button', 0, '2023-12-05 17:18:02', '2023-12-31 18:56:25'),
(357, 10, 'Two Way Voice Communication', 0, '2023-12-31 12:06:19', '2023-12-31 12:06:19'),
(360, 26, 'Android, IOS, Web Platform', 1, '2023-12-31 17:30:37', '2023-12-31 17:35:58'),
(361, 26, 'Live Video Streaming & Voice Monitoring (Dual Camera)', 1, '2023-12-31 17:31:05', '2023-12-31 17:44:49'),
(362, 26, '1080P video recording on Memory Card (Dash-cam Feature)', 1, '2023-12-31 17:31:27', '2023-12-31 17:31:27'),
(363, 26, 'Live Picture Capture', 1, '2023-12-31 17:31:40', '2023-12-31 17:31:40'),
(364, 26, 'Engine On/Off Status', 1, '2023-12-31 17:32:18', '2023-12-31 17:32:18'),
(365, 26, 'Live Tracking with Live Traffic Updates', 1, '2023-12-31 17:33:54', '2023-12-31 17:33:54'),
(366, 26, 'Daily, Weekly, Monthly Travel History', 1, '2023-12-31 17:37:56', '2023-12-31 17:37:56'),
(367, 26, 'Multiple Alerts through Mobile Apps & Web', 1, '2023-12-31 17:38:41', '2023-12-31 17:38:41'),
(368, 26, 'Geo fence/ Parking/ Engine Idle, Over Speed Alerts', 1, '2023-12-31 17:40:37', '2023-12-31 17:40:37'),
(369, 26, '3 Months History Playback Backup', 1, '2023-12-31 17:41:01', '2023-12-31 17:41:01'),
(370, 26, 'Engine Lock & Unlock Facility', 0, '2023-12-31 17:44:12', '2023-12-31 17:44:12'),
(371, 26, 'Engine oil Change & Others Service Alert', 0, '2023-12-31 17:45:30', '2023-12-31 17:45:30'),
(372, 26, 'Add Driver Details', 0, '2023-12-31 17:46:25', '2023-12-31 17:46:25'),
(373, 26, 'BRTA Papers Update & Insurance Expire Alert', 0, '2023-12-31 17:46:39', '2023-12-31 17:46:39'),
(374, 26, 'Device Removal Alert', 1, '2023-12-31 17:48:44', '2023-12-31 17:48:44'),
(375, 26, 'Engine Working Hours', 1, '2023-12-31 17:49:21', '2023-12-31 17:49:21'),
(376, 26, 'Unlimited Geo Fencing', 1, '2023-12-31 17:50:07', '2023-12-31 17:50:07'),
(377, 26, 'Panic Button', 0, '2023-12-31 17:50:41', '2023-12-31 17:50:41'),
(378, 26, '24×7 Helpline Facility', 1, '2023-12-31 17:51:48', '2023-12-31 17:51:48'),
(379, 26, '7 Days Device Warranty', 1, '2023-12-31 17:52:00', '2023-12-31 17:52:00'),
(386, 10, 'Engine Lock & Unlock Facility', 0, '2023-12-31 19:11:46', '2023-12-31 19:11:46'),
(388, 10, 'Door open/close Alert', 0, '2023-12-31 19:13:01', '2023-12-31 19:13:01'),
(390, 10, 'AC Detection alert', 0, '2023-12-31 19:16:29', '2023-12-31 19:16:29'),
(391, 10, '1 Years Device Warranty', 1, '2023-12-31 19:16:37', '2023-12-31 19:16:37'),
(392, 13, 'Unlimited Geo Fencing', 1, '2023-12-31 19:23:31', '2023-12-31 19:23:31'),
(393, 13, 'Daily, Weekly, Monthly Travel History', 1, '2023-12-31 19:23:51', '2023-12-31 19:23:51'),
(394, 13, 'BRTA Papers update Alert', 1, '2023-12-31 19:24:05', '2023-12-31 19:24:05'),
(395, 13, 'Engine Working Hours', 1, '2023-12-31 19:24:13', '2023-12-31 19:24:13'),
(396, 13, 'Daily Milage, Fuel Consumption, Travel & Others Report', 1, '2023-12-31 19:24:19', '2023-12-31 23:10:24'),
(397, 13, 'Show Destination', 1, '2023-12-31 19:25:58', '2023-12-31 19:25:58'),
(398, 13, 'Add Driver Details', 1, '2023-12-31 19:26:05', '2023-12-31 19:26:05'),
(399, 13, 'Insurance Expire Alert', 1, '2023-12-31 19:26:10', '2023-12-31 19:26:10'),
(400, 13, 'Engine oil Change & Others Service Alert', 1, '2023-12-31 19:26:26', '2023-12-31 19:26:26'),
(401, 13, '24×7 Helpline Facility', 1, '2023-12-31 19:26:31', '2023-12-31 19:26:31'),
(402, 13, 'Voice Monitoring System', 0, '2023-12-31 19:26:38', '2023-12-31 19:26:38'),
(403, 13, 'Panic Button', 0, '2023-12-31 19:26:45', '2023-12-31 19:26:45'),
(404, 13, 'Two Way Voice Communication', 0, '2023-12-31 19:26:51', '2023-12-31 19:26:51'),
(405, 13, 'Engine Lock & Unlock Facility', 1, '2023-12-31 19:27:00', '2023-12-31 19:27:00'),
(406, 13, 'Door open/close Alert', 0, '2023-12-31 19:27:09', '2023-12-31 19:27:09'),
(407, 13, 'AC Detection alert', 0, '2023-12-31 19:27:19', '2023-12-31 19:27:19'),
(408, 13, '2 Years Device Warranty', 1, '2023-12-31 19:27:26', '2023-12-31 19:27:26'),
(409, 14, 'Android, iOS, Web Application', 1, '2023-12-31 19:32:30', '2023-12-31 19:32:30'),
(410, 14, 'Ignition ON/OFF, Device Removal & Over Speed Alert', 1, '2023-12-31 19:33:05', '2023-12-31 23:14:59'),
(411, 14, 'Unlimited Geo Fencing', 1, '2023-12-31 19:33:11', '2023-12-31 19:33:11'),
(412, 14, 'Daily, Weekly, Monthly Travel History', 1, '2023-12-31 19:33:17', '2023-12-31 19:33:17'),
(413, 14, 'BRTA Papers update Alert', 1, '2023-12-31 19:33:24', '2023-12-31 19:33:24'),
(414, 14, 'Engine Working Hours', 1, '2023-12-31 19:33:29', '2023-12-31 19:33:29'),
(415, 14, 'Daily Milage, Fuel Consumption, Travel & Others Report', 1, '2023-12-31 19:33:42', '2023-12-31 23:10:38'),
(416, 14, 'Show Destination', 1, '2023-12-31 20:05:15', '2023-12-31 20:05:15'),
(417, 14, 'Add Driver Details', 1, '2023-12-31 20:05:27', '2023-12-31 20:05:27'),
(418, 14, 'Insurance Expire Alert', 1, '2023-12-31 20:05:34', '2023-12-31 20:05:34'),
(419, 14, 'Engine oil Change & Others Service Alert', 1, '2023-12-31 20:05:39', '2023-12-31 20:05:39'),
(420, 14, '24×7 Helpline Facility', 1, '2023-12-31 20:05:44', '2023-12-31 20:05:44'),
(421, 14, 'Voice Monitoring System', 0, '2023-12-31 20:05:59', '2023-12-31 20:05:59'),
(422, 14, 'Panic Button', 0, '2023-12-31 20:06:13', '2023-12-31 20:06:13'),
(423, 14, 'Two Way Voice Communication', 0, '2023-12-31 20:06:18', '2023-12-31 20:06:18'),
(424, 14, 'Engine Lock & Unlock Facility', 1, '2023-12-31 20:06:28', '2023-12-31 20:06:28'),
(425, 14, 'Door open/close Alert', 0, '2023-12-31 20:06:35', '2023-12-31 20:06:35'),
(426, 14, 'AC Detection alert', 0, '2023-12-31 20:06:42', '2023-12-31 20:06:42'),
(427, 14, '3 Years Device Warranty', 1, '2023-12-31 20:06:54', '2023-12-31 20:06:54'),
(428, 16, 'Live Tracking with Live Traffic Updates', 1, '2023-12-31 20:09:05', '2023-12-31 20:09:05'),
(429, 16, 'Android and iOS Application', 1, '2023-12-31 20:09:16', '2023-12-31 20:09:16'),
(430, 16, 'Ignition ON/OFF, Device Removal & Over Speed Alert', 1, '2023-12-31 20:09:35', '2023-12-31 23:15:15'),
(431, 16, 'Unlimited Geo Fencing', 1, '2023-12-31 20:09:44', '2023-12-31 20:09:44'),
(432, 16, 'Daily, Weekly, Monthly Travel History', 1, '2023-12-31 20:42:04', '2023-12-31 20:42:04'),
(434, 16, 'BRTA Papers update Alert', 1, '2023-12-31 20:42:34', '2023-12-31 20:42:34'),
(435, 16, 'Engine Working Hours', 1, '2023-12-31 20:42:42', '2023-12-31 20:42:42'),
(436, 16, 'Daily Milage, Fuel Consumption, Travel & Others Report', 1, '2023-12-31 20:42:48', '2023-12-31 23:10:55'),
(437, 16, 'Show Destination', 1, '2023-12-31 20:42:55', '2023-12-31 20:42:55'),
(438, 16, 'Add Driver Details', 1, '2023-12-31 20:43:01', '2023-12-31 20:43:01'),
(439, 16, 'Insurance Expire Alert', 1, '2023-12-31 20:43:09', '2023-12-31 20:43:09'),
(440, 16, 'Engine oil Change & Others Service Alert', 1, '2023-12-31 20:43:17', '2023-12-31 20:43:17'),
(441, 16, '24×7 Helpline Facility', 1, '2023-12-31 20:43:25', '2023-12-31 20:43:25'),
(442, 16, 'Voice Monitoring System', 0, '2023-12-31 20:43:31', '2024-06-08 11:08:44'),
(443, 16, 'Panic Button', 0, '2023-12-31 20:43:46', '2023-12-31 20:43:46'),
(444, 16, 'Two Way Voice Communication', 0, '2023-12-31 20:44:10', '2023-12-31 20:44:10'),
(445, 16, 'Engine Lock & Unlock Facility', 1, '2023-12-31 20:44:18', '2023-12-31 20:44:18'),
(446, 16, 'Door open/close Alert', 0, '2023-12-31 20:44:28', '2023-12-31 20:44:28'),
(447, 16, 'AC Detection alert', 0, '2023-12-31 20:44:40', '2023-12-31 20:46:00'),
(448, 16, '2 Years Device Warranty', 1, '2023-12-31 20:44:48', '2023-12-31 20:44:48'),
(449, 17, 'Live Tracking with Live Traffic Updates', 1, '2023-12-31 20:47:40', '2023-12-31 20:47:40'),
(450, 17, 'Android, iOS, Web Application', 1, '2023-12-31 20:47:49', '2023-12-31 20:47:49'),
(451, 17, 'Device Removal & Over Speed Alert', 1, '2023-12-31 20:47:58', '2023-12-31 20:47:58'),
(452, 17, 'Unlimited Geo Fencing', 1, '2023-12-31 20:48:06', '2023-12-31 20:48:06'),
(453, 17, 'Daily, Weekly, Monthly Travel History', 1, '2023-12-31 20:48:12', '2023-12-31 20:48:12'),
(454, 17, 'BRTA Papers update Alert', 1, '2023-12-31 20:48:21', '2023-12-31 20:48:21'),
(455, 17, 'Engine Working Hours', 1, '2023-12-31 20:48:29', '2023-12-31 20:48:29'),
(456, 17, 'Daily Milage Report', 1, '2023-12-31 20:48:35', '2023-12-31 20:48:35'),
(457, 17, 'Show Destination', 1, '2023-12-31 20:48:44', '2023-12-31 20:48:44'),
(458, 17, 'Add Driver Details', 1, '2023-12-31 20:48:50', '2023-12-31 20:48:50'),
(459, 17, 'Insurance Expire Alert', 1, '2023-12-31 20:48:56', '2023-12-31 20:48:56'),
(460, 17, 'Engine oil Change & Others Service Alert', 1, '2023-12-31 20:49:06', '2023-12-31 20:49:06'),
(461, 17, '24×7 Helpline Facility', 1, '2023-12-31 20:49:12', '2023-12-31 20:49:12'),
(462, 17, 'Voice Monitoring System', 1, '2023-12-31 20:49:21', '2023-12-31 20:49:21'),
(463, 17, 'Panic Button', 1, '2023-12-31 20:49:26', '2023-12-31 20:49:26'),
(464, 17, 'Two Way Voice Communication', 1, '2023-12-31 20:50:10', '2023-12-31 20:50:10'),
(465, 17, 'Engine Lock & Unlock Facility', 1, '2023-12-31 20:50:20', '2023-12-31 20:50:20'),
(466, 17, 'Door open/close Alert', 0, '2023-12-31 20:50:28', '2023-12-31 20:50:28'),
(467, 17, 'AC Detection alert', 0, '2023-12-31 20:50:35', '2023-12-31 20:50:35'),
(468, 17, '3 Years Device Warranty', 1, '2023-12-31 20:50:41', '2023-12-31 20:50:41'),
(469, 18, 'Live Tracking with Live Traffic Updates', 1, '2023-12-31 20:53:14', '2023-12-31 20:53:14'),
(470, 18, 'Android, iOS, Web Application', 1, '2023-12-31 20:53:24', '2023-12-31 20:53:24'),
(471, 18, 'Ignition ON/OFF, Device Removal & Over Speed Alert', 1, '2023-12-31 20:53:31', '2023-12-31 23:15:33'),
(472, 18, 'Unlimited Geo Fencing', 1, '2023-12-31 20:53:35', '2023-12-31 20:53:35'),
(473, 18, 'Daily, Weekly, Monthly Travel History', 1, '2023-12-31 20:53:48', '2023-12-31 20:53:48'),
(474, 18, 'BRTA Papers update Alert', 1, '2023-12-31 20:53:55', '2023-12-31 20:53:55'),
(475, 18, 'Engine Working Hours', 1, '2023-12-31 20:54:03', '2023-12-31 20:54:03'),
(476, 18, 'Daily Milage, Fuel Consumption, Travel & Others Report', 1, '2023-12-31 20:54:08', '2023-12-31 23:11:13'),
(477, 18, 'Show Destination', 1, '2023-12-31 20:54:12', '2023-12-31 20:54:12'),
(478, 18, 'Add Driver Details', 1, '2023-12-31 20:54:16', '2023-12-31 20:54:16'),
(479, 18, 'Insurance Expire Alert', 1, '2023-12-31 20:54:21', '2023-12-31 20:54:21'),
(480, 18, 'Engine oil Change & Others Service Alert', 1, '2023-12-31 20:54:28', '2023-12-31 20:54:28'),
(481, 18, '24×7 Helpline Facility', 1, '2023-12-31 20:54:33', '2023-12-31 20:54:33'),
(482, 18, 'Voice Monitoring System', 1, '2023-12-31 20:54:39', '2023-12-31 20:54:39'),
(483, 18, 'Panic Button', 1, '2023-12-31 20:54:48', '2023-12-31 20:54:48'),
(484, 18, 'Two Way Voice Communication', 1, '2023-12-31 20:54:58', '2023-12-31 21:31:41'),
(485, 18, 'Engine Lock & Unlock Facility', 1, '2023-12-31 20:55:03', '2023-12-31 20:55:03'),
(486, 18, 'Door open/close Alert', 0, '2023-12-31 20:55:26', '2023-12-31 21:32:04'),
(487, 18, 'AC Detection alert', 0, '2023-12-31 20:55:58', '2023-12-31 20:55:58'),
(488, 18, '3 Years Device Warranty', 1, '2023-12-31 20:56:04', '2023-12-31 20:56:04'),
(489, 19, 'Live Tracking with Live Traffic Updates', 1, '2023-12-31 21:06:45', '2023-12-31 21:06:45'),
(490, 19, 'Android, iOS, Web Application', 1, '2023-12-31 21:07:27', '2023-12-31 21:07:27'),
(491, 19, 'Ignition ON/OFF, Device Removal & Over Speed Alert', 1, '2023-12-31 21:07:36', '2023-12-31 23:15:57'),
(492, 19, 'Unlimited Geo Fencing', 1, '2023-12-31 21:07:43', '2023-12-31 21:07:43'),
(507, 19, 'Daily, Weekly, Monthly Travel History', 1, '2023-12-31 21:26:03', '2023-12-31 21:26:03'),
(508, 19, 'BRTA Papers update Alert', 1, '2023-12-31 21:26:08', '2023-12-31 21:26:08'),
(509, 19, 'Engine Working Hours', 1, '2023-12-31 21:26:14', '2023-12-31 23:20:11'),
(510, 19, 'Daily Milage, Fuel Consumption, Travel & Others Report', 1, '2023-12-31 21:26:17', '2023-12-31 23:20:27'),
(511, 19, 'Show Destination', 1, '2023-12-31 21:26:21', '2023-12-31 21:26:21'),
(512, 19, 'Add Driver Details', 1, '2023-12-31 21:26:29', '2023-12-31 21:26:29'),
(513, 19, 'Insurance Expire Alert', 1, '2023-12-31 21:26:36', '2023-12-31 21:26:36'),
(514, 19, 'Engine oil Change & Others Service Alert', 1, '2023-12-31 21:26:45', '2023-12-31 21:26:45'),
(515, 19, '24×7 Helpline Facility', 1, '2023-12-31 21:26:49', '2023-12-31 21:26:49'),
(516, 19, 'Voice Monitoring System', 1, '2023-12-31 21:26:55', '2023-12-31 21:26:55'),
(517, 19, 'Panic Button', 1, '2023-12-31 21:27:00', '2023-12-31 21:27:00'),
(518, 19, 'Two Way Voice Communication', 1, '2023-12-31 21:27:06', '2023-12-31 21:27:06'),
(519, 19, 'Engine Lock & Unlock Facility', 1, '2023-12-31 21:29:10', '2023-12-31 21:29:10'),
(520, 19, 'Door open/close Alert', 1, '2023-12-31 21:29:15', '2023-12-31 21:29:15'),
(521, 19, 'AC Detection alert', 1, '2023-12-31 21:29:21', '2023-12-31 21:29:21'),
(522, 19, '3 Years Device Warranty', 1, '2023-12-31 21:29:25', '2023-12-31 21:29:25'),
(523, 20, 'Live Tracking with Live Traffic Updates', 1, '2023-12-31 21:41:40', '2023-12-31 21:41:40'),
(524, 20, 'Android, iOS, Web Application', 1, '2023-12-31 21:41:45', '2023-12-31 21:41:45'),
(525, 20, 'Device Removal & Over Speed Alert', 0, '2023-12-31 21:41:57', '2023-12-31 21:44:36'),
(526, 20, 'Unlimited Geo Fencing', 1, '2023-12-31 21:42:02', '2023-12-31 21:42:02'),
(527, 20, 'Daily, Weekly, Monthly Travel History', 1, '2023-12-31 21:42:08', '2023-12-31 21:42:08'),
(528, 20, 'BRTA Papers update Alert', 0, '2023-12-31 21:42:17', '2023-12-31 21:46:15'),
(529, 20, 'Engine Working Hours', 0, '2023-12-31 21:42:22', '2023-12-31 21:46:02'),
(530, 20, 'Daily Milage Report', 1, '2023-12-31 21:42:31', '2023-12-31 21:42:31'),
(531, 20, 'Show Destination', 1, '2023-12-31 21:42:38', '2023-12-31 21:42:38'),
(532, 20, 'Add Driver Details', 1, '2023-12-31 21:42:43', '2023-12-31 21:42:43'),
(533, 20, 'Insurance Expire Alert', 0, '2023-12-31 21:42:56', '2023-12-31 21:45:45'),
(534, 20, 'Engine oil Change & Others Service Alert', 0, '2023-12-31 21:43:07', '2023-12-31 21:45:27'),
(535, 20, '24×7 Helpline Facility', 1, '2023-12-31 21:43:12', '2023-12-31 21:43:12'),
(536, 20, 'Voice Monitoring System', 1, '2023-12-31 21:43:32', '2023-12-31 21:43:32'),
(537, 20, 'Panic Button', 0, '2023-12-31 21:43:40', '2023-12-31 21:43:40'),
(538, 20, 'Two Way Voice Communication', 0, '2023-12-31 21:43:45', '2023-12-31 21:43:45'),
(539, 20, 'Engine Lock & Unlock Facility', 0, '2023-12-31 21:43:57', '2023-12-31 21:43:57'),
(540, 20, 'Door open/close Alert', 0, '2023-12-31 21:44:03', '2023-12-31 21:44:03'),
(541, 20, 'AC Detection alert', 0, '2023-12-31 21:44:12', '2023-12-31 21:44:12'),
(542, 20, '1 Years Device Warranty', 1, '2023-12-31 21:44:27', '2023-12-31 21:44:27'),
(543, 22, 'Live Tracking with Live Traffic Updates', 1, '2023-12-31 21:48:37', '2023-12-31 21:48:37'),
(544, 22, 'Android, iOS, Web Application', 1, '2023-12-31 21:48:42', '2023-12-31 21:48:42'),
(545, 22, 'Ignition ON/OFF, Device Removal & Over Speed Alert', 1, '2023-12-31 21:49:14', '2023-12-31 23:16:36'),
(546, 22, 'Unlimited Geo Fencing', 1, '2023-12-31 21:49:20', '2023-12-31 21:49:20'),
(547, 22, 'Daily, Weekly, Monthly Travel History', 1, '2023-12-31 21:49:25', '2023-12-31 21:49:25'),
(548, 22, 'BRTA Papers update Alert', 1, '2023-12-31 21:49:38', '2023-12-31 21:49:38'),
(549, 22, 'Engine Working Hours', 1, '2023-12-31 21:49:44', '2023-12-31 21:49:44'),
(550, 22, 'Daily Milage, Fuel Consumption, Travel & Others Report', 1, '2023-12-31 21:49:50', '2023-12-31 23:11:56'),
(551, 22, 'Show Destination', 1, '2023-12-31 21:50:34', '2023-12-31 21:50:34'),
(552, 22, 'Add Driver Details', 1, '2023-12-31 21:50:38', '2023-12-31 21:50:38'),
(553, 22, 'Insurance Expire Alert', 1, '2023-12-31 21:50:42', '2023-12-31 21:50:42'),
(554, 22, 'Engine oil Change & Others Service Alert', 1, '2023-12-31 21:50:49', '2023-12-31 21:50:49'),
(555, 22, '24×7 Helpline Facility', 1, '2023-12-31 21:50:52', '2023-12-31 21:50:52'),
(556, 22, 'Voice Monitoring System', 1, '2023-12-31 21:50:58', '2023-12-31 21:50:58'),
(557, 22, 'Panic Button', 0, '2023-12-31 21:51:47', '2023-12-31 21:51:47'),
(558, 22, 'Two Way Voice Communication', 0, '2023-12-31 21:51:53', '2023-12-31 21:51:53'),
(559, 22, 'Engine Lock & Unlock Facility', 0, '2023-12-31 21:52:01', '2023-12-31 21:52:01'),
(560, 22, 'Door open/close Alert', 0, '2023-12-31 21:52:11', '2023-12-31 21:52:11'),
(562, 22, 'AC Detection alert', 0, '2023-12-31 21:52:30', '2023-12-31 21:52:30'),
(563, 22, '1 Years Device Warranty', 1, '2023-12-31 21:52:33', '2023-12-31 21:52:33'),
(564, 23, 'Live Tracking with Live Traffic Updates', 1, '2023-12-31 21:59:45', '2023-12-31 21:59:45'),
(565, 23, 'Android, iOS, Web Application', 1, '2023-12-31 21:59:57', '2023-12-31 21:59:57'),
(566, 23, 'Device Lock/Unlock Alert', 1, '2023-12-31 22:02:22', '2023-12-31 22:02:22'),
(567, 23, 'Unlimited Geo Fencing', 1, '2023-12-31 22:02:34', '2023-12-31 22:02:34'),
(568, 23, 'Daily, Weekly, Monthly Travel History', 1, '2023-12-31 22:02:42', '2023-12-31 22:02:42'),
(569, 23, 'BRTA Papers update Alert', 0, '2023-12-31 22:02:49', '2023-12-31 22:02:49'),
(570, 23, 'Device Working Hours', 1, '2023-12-31 22:03:10', '2023-12-31 22:03:10'),
(571, 23, 'Daily Milage Report', 1, '2023-12-31 22:03:17', '2023-12-31 22:03:17'),
(572, 23, 'Show Destination', 1, '2023-12-31 22:03:21', '2023-12-31 22:03:21'),
(573, 23, 'Driver Detect RFID Card', 1, '2023-12-31 22:04:23', '2023-12-31 22:04:23'),
(574, 23, 'Insurance Expire Alert', 0, '2023-12-31 22:04:30', '2023-12-31 22:04:30'),
(575, 23, 'Engine oil Change & Others Service Alert', 0, '2023-12-31 22:04:38', '2023-12-31 22:04:38'),
(576, 23, '24×7 Helpline Facility', 1, '2023-12-31 22:04:44', '2023-12-31 22:04:44'),
(577, 23, 'Voice Monitoring System', 0, '2023-12-31 22:04:51', '2023-12-31 22:04:51'),
(578, 23, 'Panic Button', 1, '2023-12-31 22:05:11', '2023-12-31 22:05:11'),
(579, 23, 'Two Way Voice Communication', 0, '2023-12-31 22:05:18', '2023-12-31 22:05:18'),
(580, 23, 'Device Lock & Unlock Facility From APP & RFID Card', 1, '2023-12-31 22:07:14', '2023-12-31 22:07:14'),
(581, 23, 'Door open/close Alert', 0, '2023-12-31 22:07:21', '2023-12-31 22:07:21'),
(582, 23, 'AC Detection alert', 0, '2023-12-31 22:07:32', '2023-12-31 22:07:32'),
(583, 23, '1 Years Device Warranty', 1, '2023-12-31 22:07:38', '2023-12-31 22:07:38'),
(584, 27, 'Fuel Drain Report', 1, '2023-12-31 22:34:52', '2023-12-31 22:34:52'),
(585, 27, 'Fuel Economy Report', 1, '2023-12-31 22:35:08', '2023-12-31 22:35:08'),
(586, 27, 'Fuel Consumption Report', 1, '2023-12-31 22:35:29', '2023-12-31 22:35:29'),
(587, 27, 'Fuel Abnormal Consumption', 1, '2023-12-31 22:35:45', '2023-12-31 22:35:45'),
(588, 27, 'Fuel Accuracy guarantees 99% for 100-liter tank capacity.', 1, '2023-12-31 22:36:42', '2023-12-31 22:36:42'),
(589, 27, '98% Accuracy for 150+ liter tank capacity.', 1, '2023-12-31 22:37:22', '2023-12-31 22:37:22'),
(590, 27, '97% Accuracy for 200+ liter tank capacity.', 1, '2023-12-31 22:38:33', '2023-12-31 22:38:33'),
(591, 27, 'IP67 waterproof standard.', 1, '2023-12-31 22:43:13', '2023-12-31 22:43:13'),
(592, 27, 'Automatic recognition for new length after being cut.', 1, '2023-12-31 22:45:52', '2023-12-31 22:45:52'),
(595, 27, 'Built-in temperature compensation', 1, '2023-12-31 22:47:23', '2023-12-31 23:05:04'),
(596, 27, 'Interference filter and thermal error compensation system', 1, '2023-12-31 22:49:20', '2023-12-31 22:49:20'),
(597, 27, 'A filter protecting the probe from dregs and water.', 1, '2023-12-31 22:50:23', '2023-12-31 22:50:23'),
(598, 27, 'Wide operating temperature range from -40°C to +85°C.', 1, '2023-12-31 22:50:59', '2023-12-31 22:50:59'),
(599, 27, 'Can be optionally cut off or prolonged up to 6000mm.', 1, '2023-12-31 22:51:31', '2023-12-31 22:51:31'),
(600, 27, 'Inside isolation voltage up to 2500V', 1, '2023-12-31 22:52:17', '2023-12-31 22:52:17'),
(601, 27, 'Quick installation, security seal.', 1, '2023-12-31 22:52:53', '2023-12-31 22:52:53'),
(602, 27, 'Modular design allows to cut and extend the sensor for any tank size. Traditional non-modular sensors can’t be replaced once shortened.', 1, '2023-12-31 22:54:56', '2023-12-31 22:54:56'),
(603, 27, 'Bluetooth 4.2 BLE interface Wireless connection, no cabling required', 1, '2023-12-31 22:57:02', '2023-12-31 23:03:41'),
(604, 27, 'Sensor head replacement takes less than 10 minutes due to bayonet mount. No need to recalibrate the tank', 1, '2023-12-31 23:02:28', '2023-12-31 23:02:28'),
(605, 27, '5 Years Sensor Warranty', 1, '2023-12-31 23:06:40', '2023-12-31 23:06:40');

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

--
-- Table structure for table `problem_type`
--

CREATE TABLE `problem_type` (
  `id` int NOT NULL,
  `name` varchar(255) COLLATE utf8mb4_general_ci DEFAULT NULL,
  `created_at` datetime DEFAULT NULL,
  `updated_at` datetime DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

--
-- Dumping data for table `problem_type`
--

INSERT INTO `problem_type` (`id`, `name`, `created_at`, `updated_at`) VALUES
(1, 'New Connection', '2023-06-17 17:48:39', '2023-06-17 17:48:39'),
(4, 'Device Problem', '2023-06-17 17:49:11', '2023-06-17 17:49:11'),
(5, 'Offline', '2023-08-21 16:57:12', '2023-08-21 16:57:12'),
(6, 'Forget ID & Password', '2023-08-21 16:58:32', '2023-08-21 16:58:32'),
(7, 'Wrong Location', '2023-08-21 16:59:18', '2023-08-21 16:59:18'),
(8, 'Late location Update', '2024-03-01 22:03:15', '2024-03-01 22:03:15'),
(9, 'Mileage Problem', '2024-03-01 22:04:05', '2024-03-01 22:04:05'),
(10, 'Incorrect Engine Hour ', '2024-03-01 22:04:48', '2024-03-01 22:04:48'),
(11, 'Notification Problem', '2024-03-01 22:05:41', '2024-03-01 22:05:41'),
(12, 'Ignition Sensor Problem', '2024-03-01 22:07:01', '2024-03-01 22:07:01'),
(13, 'Need Physical Problem', '2024-03-01 22:08:06', '2024-03-01 22:08:06');

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

--
-- Table structure for table `services`
--

CREATE TABLE `services` (
  `id` bigint UNSIGNED NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `image` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `title` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `description` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `service_appointment_request`
--

CREATE TABLE `service_appointment_request` (
  `id` int NOT NULL,
  `name` varchar(255) COLLATE utf8mb4_general_ci DEFAULT NULL,
  `user_id` varchar(255) COLLATE utf8mb4_general_ci DEFAULT NULL,
  `mobile` varchar(255) COLLATE utf8mb4_general_ci DEFAULT NULL,
  `email` varchar(255) COLLATE utf8mb4_general_ci DEFAULT NULL,
  `date` date DEFAULT NULL,
  `time` time DEFAULT NULL,
  `location` varchar(255) COLLATE utf8mb4_general_ci DEFAULT NULL,
  `remarks` varchar(255) COLLATE utf8mb4_general_ci DEFAULT NULL,
  `service_type` longtext COLLATE utf8mb4_general_ci,
  `created_at` datetime DEFAULT NULL,
  `updated_at` datetime DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

--
-- Dumping data for table `service_appointment_request`
--

INSERT INTO `service_appointment_request` (`id`, `name`, `user_id`, `mobile`, `email`, `date`, `time`, `location`, `remarks`, `service_type`, `created_at`, `updated_at`) VALUES
(1, 'Jesse Cabrera', 'hytufo', '01724168638', 'hutevyw@mailinator.com', '1991-04-08', '06:15:00', 'Atque ab voluptatem', 'Eos est esse ex e', 'service_type_1 service_type_2 service_type_3 service_type_4 service_type_5 service_type_6', '2023-09-02 23:14:37', '2023-09-02 23:14:37'),
(2, 'Fiona Foreman', 'tabop', '01751910177', 'lodyhax@mailinator.com', '2009-07-19', '13:56:00', 'Ea consequat Veniam', 'Saepe unde modi cons', 'service_type_1 service_type_2 service_type_3 service_type_4 service_type_5 service_type_6', '2023-09-02 23:14:43', '2023-09-02 23:14:43'),
(3, 'Calista Obrien', 'novuhyz', '01733478435', 'cejawalid@mailinator.com', '1970-04-04', '11:56:00', 'Quam aut nulla ad pr', 'Dolore Nam maxime di', 'service_type_1 service_type_2 service_type_3 service_type_4 service_type_5 service_type_6', '2023-09-02 23:16:03', '2023-09-02 23:16:03'),
(4, 'SANZIDA', '23', '01745678946', 'anik.techstorebd@gmail.com', '2023-09-22', '11:00:00', 'MIRPUR 2', 'NO NEED', 'service_type_1', '2023-09-19 17:20:14', '2023-09-19 17:20:14'),
(5, 'yeasin', '34', '01754373633', 'yeasin43@gmail.com', '2023-10-11', '10:01:00', 'uttara', 'not yet', 'New Device Purchase and Installation', '2023-10-10 20:59:49', '2023-10-10 20:59:49');

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

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

CREATE TABLE `setting` (
  `id` int NOT NULL,
  `name` varchar(255) COLLATE utf8mb4_general_ci DEFAULT NULL,
  `desc` longtext COLLATE utf8mb4_general_ci,
  `created_at` datetime DEFAULT NULL,
  `updated_at` datetime DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

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

INSERT INTO `setting` (`id`, `name`, `desc`, `created_at`, `updated_at`) VALUES
(1, 'Description of mian fearure section', 'GPS tracking systems are becoming increasingly popular with businesses and consumers looking to protect their assets. For businesses, investment in a GPS system is highly recommended to avoid costly losses and theft incidents.', NULL, '2023-12-09 21:16:37'),
(2, 'Description of our valuable clients section', '95% of our customers are ‘happy with us’ for our service and over 90% ‘recommend us’', NULL, '2023-12-12 13:19:11'),
(3, 'Description of telcom partners section', 'Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley', NULL, '2023-09-18 11:57:16'),
(4, 'Description of Corporate partners section', 'One of the major benefits of GPS tracking is that a business can view vehicle progress in real time.', NULL, '2023-12-09 20:53:38'),
(5, 'counter of cars', '0', NULL, '2024-05-23 17:48:24'),
(6, 'count Happy Clients ', '0', NULL, '2024-05-23 17:48:39'),
(7, 'counter of Mail conversation', '0', NULL, '2024-05-23 17:48:59'),
(8, 'counter of Awards', '0', NULL, '2024-05-23 17:49:16'),
(9, 'Description Of Price List', 'We offer different GPS tracking devices with best Budget GPS tracker price in Bangladesh & packages that fit your needs and budget perfectly. No matter whether you need a single device or thousands, we have the best affortable premium GPS tracker for you. You can upgrade your package anytime you wish to have more robust features & we provide the best GPS tracking system in the Bangladesh market.', NULL, '2024-04-21 13:02:55'),
(10, 'Description of GPS moments', 'Workplace moments are brief exercises or discussions focussed on specific soriented topics held at a dedicated time. This work idea is designed to focus on attention.', NULL, '2023-12-09 21:05:45'),
(11, 'Description of Service Point', 'Lots of Local & International Partner provide our fleet management service to their client and we manage lots of local service point in our country.', NULL, '2023-12-09 21:13:07');

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

--
-- Table structure for table `software_price`
--

CREATE TABLE `software_price` (
  `id` int NOT NULL,
  `tab_name` varchar(255) COLLATE utf8mb4_general_ci DEFAULT NULL,
  `desc` longtext COLLATE utf8mb4_general_ci,
  `created_at` datetime DEFAULT NULL,
  `updated_at` datetime DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

--
-- Dumping data for table `software_price`
--

INSERT INTO `software_price` (`id`, `tab_name`, `desc`, `created_at`, `updated_at`) VALUES
(1, 'GPS TRACKING SOFTWARE', '<div id=\"ce70d019-5ed5-4ccd-b5e1-231c3fab3e98\" style=\"\" siyam=\"\" rupali\",=\"\" roboto,=\"\" arial,=\"\" helvetica,=\"\" monospace;=\"\" font-size:=\"\" 18px;\"=\"\"><div class=\"storyCard eyOoS\" style=\"--borderColor: var(--primaryColor); margin: var(--space2_4) auto 0; max-width: 622px;\"><div class=\"   \r\n                  story-element\" style=\"margin-bottom: var(--space1_6);\"><div class=\"story-element story-element-text\" style=\"margin: 0px auto; max-width: 622px; padding: 0px;\"><p style=\"text-align: justify; color: rgb(33, 37, 41); font-size: var(--fs-18); margin-bottom: var(--space1_6); font-family: var(--font-2); white-space-collapse: break-spaces; margin-right: 0px; margin-left: 0px; padding: 0px; line-height: 1.7;\"><span style=\"color: rgb(87, 102, 126); font-family: CircularStd-book; font-size: 18.5px; text-align: center; white-space-collapse: collapse;\">MYGPS Software Solutions combine sophisticated GPS tracking technology with flexible, advanced mapping and reporting software. A GPS-enabled </span><span style=\"font-family: CircularStd-book; font-size: 18.5px; text-align: center; white-space-collapse: collapse;\"><font color=\"#000000\">VEHICLE TRACKING SOLUTION</font></span><span style=\"color: rgb(87, 102, 126); font-family: CircularStd-book; font-size: 18.5px; text-align: center; white-space-collapse: collapse;\"> is installed on each vehicle to collect and transmit tracking data via a cellular and satellite network, whichever works best for your operations. The device then delivers the data to the Speedotrack hosted application, which you can access through the Web at any time. You will receive real-time vehicle tracking updates, including location, direction, speed, idle time, start/stop and more, allowing you to manage a tighter schedule and more efficient fleet.</span></p><p style=\"text-align: justify; color: rgb(33, 37, 41); font-size: var(--fs-18); margin-bottom: var(--space1_6); font-family: var(--font-2); white-space-collapse: break-spaces; margin-right: 0px; margin-left: 0px; padding: 0px; line-height: 1.7;\"><br></p><h4 style=\"text-align: justify; color: rgb(35, 61, 99); font-size: 40px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-family: Montserrat, sans-serif; font-weight: 700; line-height: 60px; padding: 0px;\">Feature of GPS Tracking Service</h4><p style=\"text-align: justify; color: rgb(35, 61, 99); font-size: 40px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-family: Montserrat, sans-serif; font-weight: 700; line-height: 60px; padding: 0px;\"><br></p><p style=\"text-align: justify; color: rgb(35, 61, 99); font-size: 40px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-family: Montserrat, sans-serif; font-weight: 700; line-height: 60px; padding: 0px;\"><img src=\"data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wBDAAIBAQEBAQIBAQECAgICAgQDAgICAgUEBAMEBgUGBgYFBgYGBwkIBgcJBwYGCAsICQoKCgoKBggLDAsKDAkKCgr/2wBDAQICAgICAgUDAwUKBwYHCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgr/wgARCAKUA8ADASIAAhEBAxEB/8QAHQABAAAHAQEAAAAAAAAAAAAAAAIDBAUGBwgBCf/EABwBAQACAwEBAQAAAAAAAAAAAAADBAECBQYHCP/aAAwDAQACEAMQAAAB7sG2oAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgyjW6RY0vCzTM4uqnqK+4a5AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHh6pZcutVa5ku1GE+oHlbR+R5vKll0pa5TVOmQ1yAAAAAAAAAAAAAAAAAAAAAAAeSNsVCmm5TBpkAAAAAAAAAAAAAAAAAAAAAAAABa62224/RbjAAAAAVNN5pm8oI+bOGAAAAAAAAAAAAAAAAAAAAACmittnT0XInnrKdcLTMr73QUZQAAAAAAAAAAAAAAAAAAAAAAAIIJzbElOZSU4SU4SU4SU4SU4SU4QxGmQAAAAAAAAAAAAAAAAAAAEuO0zazZXi7D74bAyAAmwQe6J1daoot7u89oygAAAAAAAAAAACyl6xvifm7pY+h9u4AWnf7gBnHf7gAd/uAB375wGZ78cBjvxwGO/HAY7884EHfbgQd9uBB324EHfbgQd8uBmXfN0+eTD60ZN8cekqjvxZb1zcgAAC2Sa1EmQux1NXa/NV5SJ9GUMZAAAAAAAAAAAAkUF29n1s68N9bOvAs68CzrwLOvAs68CzrwZp55W2DGQAAAAAAAAAALZ8x90cqdrV5U9k9HTR2/dt5rUj0pjfTFHE5sj21ktyHVWP7+w2HfUzbPtuHVuT7dufOs6Qx/oTBJdNTtsLkOp22BqdtgzqebtMYrbdlZnQn5o83pYrkOqG12+uidOds3fWT5b+9/wDBWlvO/px8gur6W3b44uQJdDMhtxyoKhLrTqhtinVAlXW3XCrJ6K+4AAAAAAAkZxP8tUFnS8rdcIdvRHsAAAAAAAAAAAAAAAAAAAAApqnWez5lUXmUep06S3v6zQ8q6y9Q5uE2Fz7NJUTLZnE234zkVqKxXnIoo8xee43Fvf7Pj+Wy6YZDnGI2o6UT6AAK6hatg45b81oWNeXbJqnfWjrPYKksXN+06jjx/L645HhfrLX2Jna62L5jcNQAAAAAAAAAAptsVEi3rUdbHb2+LvafPD0T6qmmaZuMdr8h2vK1XGvvMEWwAAAAAAAAAAAAAAAAAADUm29SSPmZ0Fz71X6OPq282ey1q2WWXHk+k/KseyyvtUtb7J5G+PY3sS39jWZWpdeT3Bb/AHqbTXvt7t12HJrh7jvPnprRsC02NMVRQ3IRd9c2i7ZJV1JaOs9gpyxwYFrby9bZmtLa8Lz1bRObFrPm/eejPu/oPpvtfVG1+ZOEYAAAAAAAAACmt8XnRgCXAAAAACKFhd/bV5Tkuy21se00RbAAFkst2HNWFJdc1YUM1YUM1YUwzVhV8i2vIpzAAAAAAAANSbb1LI+ZfS/NHV/o4ugU6TNQF51zf9b7A59+baQ7e1DUeOpdJJM77F2/MWyDA7kS4W9dgzydgF7pTxY+W4Z+W4Zd4t8hsOUR05qOr9gizHBgWtfLVtla2oIfDc8OXCABo7Sm69KfbO59N9r6o2vDcCMAAAAAAAAAkzvM4tC6rcdqXUWpdRal1FqXUWpdRal1FqXUWpdRavbp7jMQqSAHox6w36w+gohajAAAZDj2Q1Jb69cC74AAAAAAABqXbWpZHzL6x5O6x9Bp1FjmwMBUvc8scqhtrrEj4hx23MO3f666JX0LozMDz3G548dilc7yd3cVg5/i4H2Hp/YHD21ZvOdW1cuO78pihsmOzxZ9gceT0defpPRer/mlDBHvnmqgAAGjtKbr0p9r7n032vqja8VwIw1hls9yxRSutHMmR6t8CMAAAAAAAAAAAAAAAAAkT6ffGGpXvpOdFCbAyAAARQsJnkEOGexwR+Y6IYyAAAAAA1LtrUsj5l9Ycn9V+h07LxvJPKUEGg9g6k+b0FZR7o4NbJK5T/X+zbqGyxdSDPqap9oWOVtOZhi3nf07lm2N5VnR+R8SYj29xHS+k9EbM5f7T6XzDXjJ8e7/AM6kiXW55PgvtffK9VbFyTyrmtu/Vfzrn2QcaADR2lN16U+19z6b7X1PtiK4KGNqz5bZ/gXXBZN2aTaPsRkHzI+m/HBEDLHfbD736N9WIxkN9wnNuZZClMAAAAAAAAU9qm0vqxJdb6sQvtPapWyxendpU8mdJljirKOs12gpKukzhWUdYRUNdQsqinqM4nQxQxbZ7HBH5bpBjIAAAAADUu2tSyPmX0rzV0d6aHuaKjrOVppHE+ksF+ec+wbgkT/WXGGXbF/R6hdizG6Yll3LtcXYdv7nfy36e7rsPNmxPS/Eti8gZlhPI+pZl09pvbXY+Y5ddNe3C14a4WHOvdc4EvNmuQo4G+Mjv+vbxRmo7fsaPzLBbhkmOWccsctdO8xehtfTbbGp9sefkag2/jOm3BtFcdj+P+q6oy/NdcV7dFzZ3bzD3vOaq+z/AMePsj6jwMwUBjtsvw0vp2qYZVGbYFPozZssl749oI9gAAAAAAKSwX+wdSuFyMBDFCxbRaip5NVKl0grKeo0zBSVkjZKrJFRh7Q11MSqiCdnEcMUMe2exwR+W6QYyAAAAAA1NtnU0j5ldSct9Xehj7A8xm0w1diMQv0W9y8ex74datjUlqHBF8s1uLzYGvcqgkh4S+hXKXnPreoRyPuCODZs/I3XXHu/yWr6POYdZ+NLDFtnsnCr7jNDbtg27ZiWdW6dpm0UFGtRZnW6/u9aTl3lrrTkua19Ltq6V2XzdL/YfMNrWeRdue0vyj7nVaX3OzijxjM6ZviPbHK3Qfr/AJ/mk/Ga71fgqO011D1KoT6gAX+/4teOHbuIozgAAAAAAUlgv9g6lcLkYCGKFi2i1EQS84npM4IZRPSJx6SCekTCOGKHDPY4I/LdIMZAAAAAAam2zqaR8yupeWurfQ6dBrtaZueG+K2/Yoh22JFiOVc+xMleTdNrBQWnANPQdCYpc7xrzPnm3Bp/zv6j96s1Fvb0XxwXft/J7pPrsFpTSR0IAJuRYwi22JZ8cyWpLi0rYWOzaY/ldsyjTbkXknpvmSaz9Gdl6z2ZWha72JKw4NvPOXXHmvYWjDuhfn3rv3Byjiu/JtO7553/ACKjrKOeKnFiMAABWUdZHnMh5nogAAAAAAUlgv8AYOpXC5GAhihYtotRU8mdJmjirKOs02gpKukzhWUdZlFQ11DjKop6jOJ0MUMW2exwR+W6QYyAAAAAA1NtnU0j5ldRcu9G+li7iwXKYatfExfgVMnNoN6jFK/GotvbzZbxNpktsvenuJ6G5zti2rbfUPO/ZMVD3Nri2NbO/wDK8UzmkodY7Xay9CG+AAHvguGTYTmlOa5WCprK0nFHNXWnJd+X6L7N1ls2rCG2OYuHfr/rGKX5nw9SZP5v2nOn0c0nvGHF/QR+v8Oo6yj21pxYjAAAVlHWR5zIeZ6IAAAAFrx2/wCMdqpUKddhqJUDOI0DKNAI0ADKnk1vm+tLWQxa5gpK6HOKOsRChroSjqJnp7DFDrnPY4I/LdIMZAAAAAAan2xqiR8yOjecujfTw9U53r68wVZVrz6w65rZ1Xg8e0rw6EDN8ZzSlM0fvCl53aoMdznGbfMt2QYmu1Ni+4JkVOa82y5ew74Vbti263Fha4263CGwAV2ubneanAObNCw5yaeneYOvdfa2um9l6TooYc790vlnqOdl1BJegnt1PeXA9Hb62N1uR5crctU8hzHREuvrvccy+AAArKObpnOmMONcydjAyZa7pV3CPYAC0Yxk+Md2kSPL8FQlTdclN7tioQNcxqfzbFSNdiVBtioU9RgQySoU889KYqVPNI4YocM9jgj8t0gxkAAAAABqja+qJHzI6N5y6N9PD1GiuilfLlKxrnWKKiOlXFWxkt2OTbs0FjqLkWtdyaj3hyPW67ZNj/e8dJEutVkWJodti+4HkVOa9W24+w74VbtjW63FhS5W23DHnNun0p7XYPVqHV0F8sfwHmBS1suNbAlzUcPm5TgvoKe5Xvn6E9EAABjeH5hh/Q522tjcybc+W+uz9gb536fPPcC9zjPPcC93xnkzX8cmmzWt50uuwmBVF+DZN21pe5IswWa8dWn6LMQFoxjJ8Y7tKkgjg6ladUU9RHtQiXSq898i3phLrXCvvTyZ0mbSKso6zTaCkq6TOFZR1mUVDXUOMqinqM4nQxQxbZ7HBH5bpBjNlpZ1H2Ks7IMZyWvJNHPmAAAao2vqiR8yOo+XOmvRxdsU+JUUNa+2ItRBvhlWN59Ul9t1xw+tJao4L10a+WUFfzpwfTbtveuMH8v5jcWPVmY+sl16yXH+zpKEmtTkWKItti+4FkVKa90NZFDvKwTYFvm0wlc7Z0ILDhOVYp8dt+jyfnwGH5fSy63m8al2h946tUPW1AAMcw7MsNv85n+AZT5Dr56yLz85fUseZB5ptYF+aZsK+RabWFkcEG+Pr9Jry2dFDwb6fIGb55oyr9zwN3sVyr6p5G0Yxk+Mer5dJBXOhBTVJrmg9rm+JSa0zQ+V7fAR7SJFc31oq0xmXS1xihrIgoK8zQ1E5nDz1ptmkeNRci3kbHGM1NMW4WS41ktOWaOdOAAA1RtfVEj5kdGc59Geng6kG9IAR4ZBkcmdyrVJgt8s12GozensleSu13kWXwdK36A35pP55xqC82V47mboy/mi+exu7bsFyyz39rXrIrZ1tKLJblDWlq7XjdLvrsX3Ackh3vVvuCHfWGrunNE+G9fj48B8xESSlTJdv7/Q3Kn8vXfK/D/f0/8AmjYdx1VFrttNr2ujkueGXmzWaqtooN4+p4aeo8Z6QM5ARwR6riK8wFbj+T3byPV0TL3dr35H7DEx4vu+ZNjS7BteyYNkf3Lwd0U0H0zy9b7T1Gu0Kjb61qDzTaNRt9a4R7+eSZO+tZFR1muUPlJnFZFQ1hFDFQlZ7RVGU4abXP3z2rKDIDJcayWhLNHOnAAAao2vqiR8yOjOc+jPTwdSDekAvljzytJVSZ2N0psfyy33+xpR4dNlWImdYLlMUmmcnyDKvIeh53VNN8r8IGpf7buHuWb7X0uOfW+pkOE5fXWMa+ZBHaitmWzcYqy3WRiyxHsW2yrxzJuZPb7YviHDCLVFCLXT37BPXc2+23aeMfom5iaKGzVAAeejoe92C/8AjvRBpIAjgj1XEV5gLpdrTduPZCvvj+tN1y/JdnRLOMI+Rey8HLt119xSP6V5jMZ9run3PwdEOnVqvPfId6YTa1wr708mdJm0irKOs02gpKukzhWUdYRUNdQsqinqM4nCLe5++e1ZQZAZLjWS0JZo504AADVG19USPmR0Zzn0l6aHp4SUQLtl9BcOXZhw+9V+U+mslNnFXbL7dN8a/qM5te+tz0ltqm5noLZprYM3w3I1zlmXZ3pzKehtVp+lWpks6MS9MopyxybPfqk2C0k2V1agbKjO9eZDVl1xquZyL5R3PXZBs/nQaHptoYd0qtgw7aC7V98PoFmRjWWJNNZ021bbZra9ZzW401zDn+SR7ZrWe+ea7YMgI4I9VxFeYC6Xa03bj2Qr7gLLelaTTFs3Drf5l6yzPPfnHpV6srs0s19xTKf0D88nInrePJTmwNcwQTmcSZxhDLnMpM30JM4SZkQDGbn757VlBkBkuNZLQlmjnTgAANUbX1RI+ZHTnMfVPoo+h0UM/PV9Bl0W9489c2zSUVbhE8UsdGACuumOots2r9ebBozQYhfdC8r03QGJZNi3b8zLLlbr0WU3C30Z6/E6KXPp7mOG3rOI7FnGDshYjTK7Kq0nJPJPXXIq79FNoav2hDXwjFMlxr0HOCzGAABc9h6z2Zx7dOIdwAAEcEeq4ivMBdLtabtx7IV9wALRjGT4x3KVox7LZPl+viivt/wH6D7HA59nJLrg1y+yeLyDyV79j8XXjTaVKiky6TamjrNMw08+k2TKijrCKkq6HCZOpajOJwj3ufvntWUGQGS41ktCWaOdOAAA1TtbVUj5jdU8rdVeh06Xt1/sElCqzuxX6nMgjxOLahozq1QyAAu129wvy0mBb057y/59V27TY7iv0n12wr7Iw3oefuFmL0Ab4RQjYeEZBUc6xiOT3Sbh575aId+W+RenuYejJ9FNoav2hXh11YtxfPfq1upnNuSXYt3NYVk2mw2trWzt1oTE8b9TbF19kfw/2eUD6p5IAABHBHquIrzAXS7Wm7ceyFfcAC0Yxk+Md2lSQTcXxtlFJgVH8r9XkkGO1/yL2VzFaSbf8be24ed+2S9/fPntPJqJPbpKykq9MwUlXS7Y8rKSrIqGuosZ8qJFRtiaIt7n757VlBkBkuNZLQlmjnTgAANVbV1VI+Y3VHK/T/oY+vMZzWzRVcijU1Wa2YrFD06oS6gAIobrpnLtA7o0R8ujpc9y3Jybq+/5N7vt1uD49sxthCODscUR5QVl5yCnLRVxTm8p7fis+lwthfg5m5o6Y5nXPoptDSGyPE9LLPlJ9LfmN2YIh34a6dTVPS1CQlzGr6CU93tH44+m5nU4fcvtPiL8sfvZpXtZY5tLutMUul0jtM2XXIlr9j2ua3Ry65Fdscu/PlrFPHHmahi31PWcWfGMnxju08Vwe9WX87fSQ8n1wKq9Y3MwyJIn6bK+gdCvl0eHPf8Anczm4P5aiz1gc7p1c2YlVdyjkazVfpOZXJUfboxDK5++e1ZQZAZLjWS0JZo504AADVW1dVSPmN0hzf1J6OLtGTPc3Ri+UUsmuBsls3Qr0Yl1AAZZimwakuOXmpxbkb3TF5buwqqlb65BrXYGY8T0dlxLI7nb5OO5VP8AdIyXjeM3mlxOrtxX/FNh6+IU3JZtOQOZOuuRcXe1NgYBn/5R+oUPz3764H+seamD655eorKGuv6hOTpNfX37wgjg/E31UMbFHT5xdFrF0WsXRa6grBjIMeeRCBGzmGIziKOU3xNSk0dtteTUcG9lXGBmhV80ta91OubNevWAYyAAAAB7XUDp1cguWG+e14m0Pdd3v2/CylSVft+EFjRkuNZLQlmjnTgAANVbV1XI+YvU/LHSXo4+5KXCZMNXYvuv7xpnKFvr68lHZsmb4wGn2NbrMeFL7Z7EVwym2Sac1ipy/AGR7X6rfmFhyrmdLlXrS0Xal3Fqstp6nl6inLsIqjL6Gtmcu1MttktlmPm3mHpjmezY7Vz/AADP/wAmfUsU4Z7Z4n+x+UD6n5yO42u6XMBawvNmyLnz9uwe+fi76kGM2qkyBtjH2QDH2QDH6u6gNcgAAAAAAAAAAAAAAAAAAAeXe0r9fObvq+4fTfL5/k2D5x9I8xNEOQAAGq9qarkfMXornXo700PUSrZpUirFJUxMZu14xHyvvnjD7zWlu/iZFtJx7J22NcwbHtNuHDp9/uTai1xnOUczu6N3lSTMxVFDcbHPy8SVbqVaSK55RFvY8hgxarLX47ULkNIq2+vLnM/T3MObvY2xNXZr+UPqFm4u6x5O+y+UD6b56HK6XYPOtazHp6bKcWy/lWOzR+MvqIMgAAAAAAAAAAAAAAACEihttu2xeKe3N8VvmLSLkGZz8frKst+nYzVRb3xIn65AWm7U2VBPtTbW/VGMzMZyLOtZ3HqVd9e672J9y+fh1qgADVe1NVyPmL1lyb1h3te33jzu3rwevJOU9SRZxUvGuQAAAAAAPXgAe+D14PXg45437H449DrBs7TVPy6nVHPthv23RDvw7Yy2fkfyP1PMg+5eUZrhWc8a12GPxt9QAAAAAAAAAAAAAAAAEgWSC0WI7vqvRWt/rviNoa3p30zyEPvroVIcyw9Wm6O3p8/bv4D1HfN00/sz4x77JlrunNsAzZqLIse3x4M4T5AyPcGjc99VydpD7h4EABqvamq5HzF6w5P6w72vbw87st1y1NchvtZjMzp16i/YnXbYrsxwC2w7bba3v9GfKXntKYlW2bW8LOk1vCzi8LOLws4vCzi8LOLws5m7qKtg2DTPHHHHY/HHoddk6j7/AMpm5nzMyLMsL2miEt3pvZHN3WP5197wf7X0H6a8EzvBL5Qm7gUlX+NfqAabAAAAAAAAAAAAAAAQY/WW+TWzcW3vAP0D8yPOpve+b0P0B1HFJPp6r2skzz5pPu+LTHyq9+gnDMUNj6u5Pnef6X0JvOt8y/NX1nJEMVKdBGJENSypfalhDVU8Mum/EMX6W+WhvgBqzaerJHzE6w5P6w72vbw87t7qralHbixaVYcn6VfEmfssAvuRSdM2y22vZO2J1fBHxLlPb7vTT60KtT6UStFErRRK0UStFErRRK0SbjLmU5Aj244447H449Dr3ZsTVe1b/OlcEd98oRy6CG1y8dt8E9w/GfWaV0/1By/9A5Ie84+9uhuFe2vzf7m4KB8u9BXqAV6gFeoBXqAV6gFeoBXqAV6gFeoBXqAV6gFeoBXqAV6gFfLpKYodM7o4g9553DDPv0L8t3p1C8ntPZdisa36DFVmPMPMWvsG9Zh+YK0ny/tvYHH9etsLs/529wfHvdbFuWPXL5B7ivUDCvUAr1AK+Gigy6KilTf0v8sCXUBqzaerJHzE6w5P6v72vb487sBLj9AZAS5gABgGQAAAAB57gABxxxx2Txt6HXsfauqtgd/jZTz/ANA6k5lri0Zv+decidQ/NfQbC4w7W5W41/Eh958d51Ly3vH5v3dyj80+7AAAAAAAAAAAAAAAtHAnaPGH2/547O4w+jn1Hyeb++SLM1jpPPevVDbAGUTrLeuVapPl/wDUz55VNNc9Ic37k8j1OrB+a/rIAACXMl5dOVEif+k/lwTaANWbT1ZI+YnV3KPV3e17gHndgFDXW2fSQ9XovHrLx6w8ejx6y8ejx6PHo8ejx6PHo8raOoi2uA50wHHXG3ZPG3odexs8wPY3o+LkuCZ3YeRZ+d/suZnoujucegvC9ndGiN762+R+q5yH6s+dNk62yfg3Orx+P/pgAAAAAAAAAAAAAAGteOe2uJfu3ziD6ZfND6D/AEvzGy6Osgsy4oOxUAAuF+tV15lhwN3583KbDdt6k3h5e/1APzJ9dAAAQRxya9NR++fpP5cG+AGrdpaukfMLq7lHq7va9wDzuwCTOlbYpxa1AAAAAAAAAeejypp6mJMEG4HHPG/YnHfoNex9v4Bsnq8xT1Gm6ueMZ3nu/Rb40PvLxvX3xZL3F+cfe8SxVVL+0flipppZ29LkT/xV9VCLIAAAAAZAAAABgAAGVP8APv6Gcj/UPH6n6l5au327599PFnvFmzaLPmFuuw2FWQ24qWfXXeDf31Fz7GI/NjoHn+tA6m5e73+aequg+F/RQAB4e5B5ur2XEu4+0eGAAYvlHuXxs6L1zhvpNfr+xrJfNbALbcqCfSmeL8XrwevB68HrwevB68HrwevB68Hrwe1FNWRZrRzpxYsuJuZbzcfS6dwZR7oCTn7K+fcq1Q18mee2uw6U5r6mpbdJeZS89L8/da9Hc4+5roI1t3pkNmzzwsmOMjasbZIMbZIMbiyKPCysrV5cUZWLDX5HduZPgzOUO2DM5YYMzka2s+ycZ7FXHGRrceOMjGOsiMY77kIx7BttJdPkfD1nyZ1eNtjvH5bZ9vv9FGudkzzQDYLVhduesC5ug089ZrHX3N1zW3Cj1aD3IvaFvHvMiZWDzIGcY/ldJktbeaM6BkAABz/87/shxt08aK+i3yYrbePsE+dmSc7Pd7hAd2uEmXdrhId2uEh3a4R8O73CA7vcIDu9wgO73CA7vcIDu9wgO73CA7vi4O9w7wcG46d3fO7WtH0ceXTG7bZ598saTFTnVGJ2+lb237p6bv09t9V/Pb6ENOtXN3JkUXYHFGqLfJNuidpG5TZ+rmwJsq5zgyAARwR6riK8wF0u1pu3HshX3AAtGMZPjHdpBdiAAAAcQ9vRRY+RXvcnG8daw51g7fTflVzyzttnV1Oxgi6I1zqf6K3S77WQm2ufvntWUGQGS41ktCWaOdOAAsN35s6EG9mhnQg3z5ocXPkzqBbxwzR97QTbcGO8xwY7zHBjvMcGO8xwa7zYcGO82XBjvMcGO8xwZ73kw4Nd5MuDXeQ4Nd5Dg13kODavuj05Us3YDEXEdz7Jawc96x7Sigm+bcX0jVp/m6+kRj5t9SdAMvmZ59OGufmR79NjPzI8+nBjOanWzpVtktbMtktbMtktbDZMes2G2PdTI9tstTDc9y0MrSb5aGaZ3y0MN8tDDc1i1stxbJa2S67Ja2GyWthslrYbJa2GyWthsmlwAYDpzqFHrxXJ7abaci7R3Sxtesv1s232S1sy2T5rdltf3U6PbbDU7DbDU42vm3OWzqM2zxwboAD3wRIREhESERIREhESERIREhESERIREhESERIREhESERIREhESERIREhESERIREhESERIREhESERIREhESERIREhESERIREhESERIREhESERIREhESERIREhESERIREhESERIREhESERIREhESERIRF54AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP/EADkQAAAFAgMECQMEAgIDAQAAAAACAwQFAQYHEBIRExQgCBUWITAxMjM3GDRAFyM1UCJBJTYkYJAn/9oACAEBAAEFAv8A47qKESodwoYV78iqqECbgp//AHJRSiRa1qavK3W2/wDt3dQGdEoOLMFVN6fnq7Ls4swI5TN/ZVrQtKuUqDikgVVM/wDbLK1VN4rdbRX+vVcaBWtTVzScHTBTUOX+yc12I+OmbWn/AFmyoXV3ZeZFXdGGyv8AYmIVSnDojh0Rw6I4dEcOiOHRHDojh0Rw6I4dEcOiOHRHDojh0Rw6ILShaf1SihUqGcKmGtQGMY1effq0LrOCuFShNQqtP/aNtKUMepzeKQ9Uz0rtp+ZcN4WpaaT/AKTGFLJX6psMh9U2GQ+qbDIfVNhkPqmwyH1TYZD6psMhXpT4aD6qMNR9VGGo+qjDUfVRhqPqow1H1UYaj6qMNR9VGGo+qjDYfVRhuPqow3H1UYbj6qMNx9VGG4+qjDcfVRhuPqow3H1UYcj6qcOR9VOHIY9JrCp4pbt52ldqfhf6M6LQcUsKOjhNUiv5rjbudNRsqNlRsqNlRsqNlRsqNlRsqNlRsqNlRsqNlQ327r8q4LhhLVicQ+kjc1xHUqZZf84m1JbD3pJXNbp7fuGEuqJ8BZaqteRBXel/M21G2o21G2o21G2o21G2o21G2o21G2o21G2o21/LmpiNt6JxKxImcTJwGMUtLLwOvq9E4nou2c3J9OWFGx1gJh0zW/Q7DYJ4FYcrKF6OeFVCv8DMLE1/0Ow2H6HYbBrgNhy7X+nXCcfTrhOJHAzCxFx+iGGo/RDDUfohhqP0Qw1H6IYaj9EMNR+iGGoSwSwxKdLo+4RLpyPR7w1QL+iOGg/RHDUfojhqK4IYa1pI9Hy0Vy3Rgzeltp0NQ1BhniTL4ZT0TLR07F8iihUqGcq1FVlK05Uz7tT8Tz/sek9fykhLho0dyDvDzCGKtEqLlZBdq5Tdoh40TeoqpKIKwzLdJyj2rNDONZcGiHq5mrXwWL5RkoiqmunJxe65WkQ7WGJ2BsLeyD9i+in46L9/KMpTkURWUPwqo4VUcKqOGVHDKjhlRwyo4VYf6/BWWokDHMoO4JuDkFK0NT+teO0Y9pJSzm4JQYHWNSHismbtRkskqmumHTJu8qsqRFNq9bSBHUGQ4WQWbmhWWswrWhaIrpOE30MVQVpUtfAYvlGSiKqaycnF7rJrEOnAbMGrTPpDYbkn4SlaVpETLi3Jdu5Retvya1oUVcpUHFlFHKNRStKgxtZs26tCDiURRVI39ZjM9Vj8KaU2Usu3u1d2f4ilKmqhDPFghDskRsKQtK0NQSrRV23pWtKspoHIkumUpSFE0+2hu5XaqMZBF7R4wQeldNF2Z/AZPlGKhTaios2jc+RzkTJK36wbCz7iVmaYiWvSy74NShqYRP1ZPC78hVxQgrWpq50rUvgJqnTBFCq0/qcefh8dHGHUkbuQgkihFBJCi75o2C88aoXcLuKxCKiLLKXjtQLSpqsWnBNgbVUrlq4aqCndWKdOXSKqaaxH0So152sO6XDVi2Z5nORJOVv1g2EnLyUwoI9+tFvuk0g1VugYGfEP47hXQXxiHqmalaGpsr/UY8/D46LKiSMgvOoEDiSeuc41pxbl68QYNLYvFV27ySjm6LsHOVMjWbSUOchFSPYZRIM2p3q5SppJ1nTUdILpOCP4gqwMUxDZNoZyuGzFs0zOciZJW/mLcSUrIy6nJjS5WUTGBnxD+N5AxqnN49FVCl1nBXCpQmqVWnNMrLJG4x4OMdjjHY4x2OMdjjHY4x2OMdjjHY4x4IdZVUv4ePHw+OjchvFuSPacG2v2Z3y9abRZ9zVkSZzD7enDKRXZhq7QeEoQhTTL/VUIOFmqjGSReh4xQelTgnNVGzFq0zUOminK38xbiSlpGYPzYze6MDPiH8ZeuxH8MlTUP/vlnfV4UH6Pw8d/h8dFUtDPl0TNl8oZpvl5uVJCxpjqKHDVJ0u6SosVEPDKkaZkOdI/XitW2bWGdLAtNJclFCJJy1/Mm4kZSRl1PAxm90YGfEP42ylRoTGhMaExoTGhMaExoTGhMaExoTGhMaExoTGhMaExoTGhMaExoTFClpy6TDSYTvq8KC7yaTDSb8LHf4fHRT/kJ1vkQh1Dtm5WyN4zXWsnlY8DwbfN0hwzkUpWok72teJP+qltbYy9LYlztoVyqGzFs0zMahS/6um1ZCXO4buGi3g4ze6MDPiH+udbaNt6ts3yoMY5/DKc5RvlQZZbYn7f4GO/w+Oin/ILolcI1KYhoNoLsmep4qlNlBaUD10+88klU1iieQCqyLdG677fz56UoWgrShqWJifI2wqisk4RNWhSuZxEgcOV3Rmr5yzq0lGroSEaxlUZixXzQV7q8+M3ujAz4h5Luxkw3shd30tsP0qk6XlnVqj0scMDkwwxuSxTuv8ApXf2lPHN5J+1+Bjv8Pjop/yIko8yz+hUkU5+XrNygYsXEk8jo9tFMhLveHSgV9Jw8Q4lrirNGytKw568jfoI23V2WPPWaqMErlWWbyJJAp+RpKuWoavmzwS8BFzZZiz5WJFK0rzYze6MDPiHPHu4JO2sKilKXkwkxrk8LTWvdEFeUJy9eqDr1QdeqDr1QIzB1Vvynf2lMlvMF8wp6MiejNH0g3kn7X4GO/w+OiqanW+V9zPDMxWtKUs6ArEtA5cJtUVVVF1G61Wy/dXLEJfiL5atVXzuMi2cJHGMUhZ9SMnI1RJRurhs+6uvvaRQjuETOFkVm5+RpNLJBu5RcUmbQipYS1vSsJy4ze6MC/iHKTkmUNG4j4mTuJc3y4A4hObHvry5K+VORn95+G5UMkh1g6HWDodYOh1g6HWDodYOgq+cmRyW8wXzCnoyJ6M0fSDeSftfgY7/AA+OjUvVtL0rQ1Be7VVrcAsqB6wdeeUm94xfKIX3zIYnMDR9+sHlY2QVuNquku5XdGVcoskV16unGHzSru72ztw0M0mG64VSTWI6gzFBimIbMhzpmaTgKZNVOWsSPeGTw5TCeH0KUJ2TbaY6TsXHRjgYF/EOWPplC4NYVWozawszg01dPWWCsYSrXDSx2pbkwmhHrOtDFqscySUa5O9jc6+VORn93+G++15j+jJbzBfMKejInozR9IN5J+1+Bjt8QDo5/fsUVG7QOWrZ4lIYfMVzNWzdi2Ey+3Zc4VfdPBjtC7Uxat9vrbR/VS2d3dV8v7lIMKIrdtMmkk6aBq4o7QcNW7sruGcIcsKkuZyc5Ey/6Xq4oRaYkEz9JZ24duRgX8Q5XnDNbitFlfUou3h5IsxFrrJNkG2LFrruBixA0irjhYVxck2kim2SylnC6bvi3fLStS14t2IdVZX8J99rzH9GShKmG6MKJGpUGptLujDdGBabCjcmG6MCF00BvJP2vwMdfiAdFpuVaacuU2qLd22dU5HcY+TNmUxiGTUKsnc0GlcsAYiqR80kVnKsXGow8blHs6vV61IkQs6rRds7Qd0dx7Z4Hca5Z5EIdU7RsRohMvd8o1fOWYaSrZ0F26LgvSeYlZOxge6QTwj45qOOai6XyPZvEG3L9k5L/KoLs22pH37OOWDJvGsb6thS64LD2zYXD+5I2dYSbDjmoTVTWLNfe88F+E++15j+jxzeSftfgY6/EA6Kf8pMO+Icf7bzDxENpVm55HDFq6DiDWIDkOmYQa+tuMZba6puLPC+F4yWyIQ6p2jYjRCZfbwwoapTNZxQoRWTXI7iGzgRkaZpWUe8Ihl5hhIvU1Olb90MGvinLEOXpA2MamkxlNa+fFtaPY9upWkJHmiooNn7donIOE3TjnjHiLQJSbVdX8B99rzH9GRz6BvhRbvBq6ab4b4UrqoN+N8CG10BvJP2vwMdfiAdGAyxHX+svMN5B21DebbKgtSmLkqkkuVeBKYMyuI18L1tsl2W3UpyVBSqKGt6FTt6GyiGO4Tk33BpciSqqB2k4QwpWhqSEVxR1UVW58odluE+lbWm/GDXxTli6yUkMLEsYoZtENMR2LgHxAjTFpjUxI7q9ZUYzU08vW+SR7Bgtk49fgx33/4D77XmP6MlvMF8wp6MiejNH0g3kn7X4GOvxAOin/KSzLhluWGbrnXUUIimi4RclGKnWZbIw5vDEF87rcECWW76Vxltnqm4BhhBcZJZRLHiVV1yN0l1zuVuZs6cNDNJhuuFUk1iO4M1BGR5llnC5G6XSUXUcPBgzX/8oyVbou0ZuDd2zM4KdIuGt+3786UlnRcaqsu4WWkZFyz6OFkrT945uPX4Md9/+A++15j+jJbzBfMKejInozR9IN5J+1+Bjr8QDouOitppw3I5RVSUQVzaNTvFkUU0E5R/xaha1KZtNOSB20bv2tvW9F2vGXlhVAXc4sC3butdJ/iFYmIMMSLklJRjbBrZig2bqOlkUSIJSb7jFfBaSTpoGcg3e5TDZ6uOkb7wwY+KM+kDhM8uYtK0NlUxSi2MOZ+4xaEPEwFrZuPX4Md9/wCJLqKJNuMeDjHY4x2KunJqbxQbw43hxvDjeHG8ONZ81vMF8wp6MiejNH0g3kn7X4GOvxAOjn/IxDziUZhlv0sikModizKyRmH+nOFbb10LjvOct/E1XeFI0mWywuTD20rqqxsOBjbkDqKaORHsSsUpl7uy+HGsuCQfShGSrZ23dl6VhS0cDBj4oz21F3YMYfXw6WwYsxq+ibOtaENWta1t50j2fIcig8snHr8GO+/8Sb+18WtKVGko0ly8xpKNJc9JRpKKU2ZG8k/a/Ax0+IB0c/5JBdRssisRdKVZcIuIqP4Ykk+4NLLyEc24VoMdYmq9v25LUnYF4juHbZ86aBtMtluR3FtndXUY7ajz8GFY7Q9eFZIGMY5i1qWvSWeLujjBj4oMYpCOsQ4or490yRgpOS6gO5dKheOTVNSKME45sQaSilNIQl5NsK30RgcyyLgngx/3+yo2VGyo2V8Gb+1/KN5J+1+Bjp8QDo5/yQiHvDrOm5HSMZFnos6cptElllHCuUY24l5tFa0pQvDSTMqdEk55LS4ybPXLQNZlstyOoto6DqMdtR58zBnV6v8A4JkmZMxy9pnA7SuBftvIYgm/RqJFpzS1o21PP5G5DyCNIhrBTBZyO8C5vt7VuZSAcUrStPARrWiu+WG+WG+WG+WEac5q8839qDqGKbfGBFKmqN8Yb4wIapinNUtN8Yb42ah6lG+MKKm2g1dJd8Yb4wLXaUb443xgmapqA3kn7X4GOnxAOjn/ACWUU7q6bGMUhXzw71bOHbbhoJpxumsErqbsJF/AY2zSW8Y8jZ45aBrNN1R/rJ1GNHQdRbpryEIdU7NqRmhMvd4YxSqFOmZFTOfWkW8dcDqTPEWsdaRjsPnZkHvgXN9sMPpvfN9RRqINaY1EGoo20zS27zkjPPnm/tQp6wj6q+WSPoW9PIt5gvmFPRkT0Zo+kG8k/azerLEc8Q4HEOAjWtUfBx0+IB0c/wCSKUxzIwz1UN25GyMtIcQbNk24tzlIueKdwyu7fYvwcqd8b90rqDTMFkF2xuRs8ctA2mmyo7q0ydRjR0HUW7bDaIhjuCSb7g0crgQ3UhnTuCqSS6aCCDVN4p1HeFabK89zfahBdRqukdJdLSUaCDSUbKDZTLbUUUVoKPHhRSSkaAszJlBbgkKBldqjaqV6RhwjcEK4rStDF5Jv7UKesI+qvlkj6FvTyLeYL5hT0ZE9GaPpBvJP2s3/AN1kh7Hg46fEA6LrRF1LJJESou+aNg8mqrJ8kG30ICUc8MzBD1SOU20MZONlCuLijWUmYpFSOoMhgsgs3PyNnbhpVtNt1RTvpktHs11FVKJJrrndK5XEhvGPNebTesYB91lC89y/aZWq63rHx27lyzNG3kqSrdwg7Sym/tQp6wj6q+WSPoW9PItkX1BT0ZE9GaPpFfSm5b7viWw4lsOJbB4Yp3OSHseDjp8QDozPjMpNeQeOR3cqCJnCxSlIUS7nfuxEsN+ele/DalbTxIxEZbUoqelYWsVfEU/qdMiybmCpUKoqtz8jZ24aVbTaCgpWhqZO41q6DqKdtsrkkF0AWu2nJUxaB+1o+Y2VJrootXNHJOa5fs8rM0KTnUiQ6kTHUZB1JQdSUHUg6kMKQRzG7Nrjs46Fbeeg8FJFChDon5GT53HKxN0tH9RN/a/ll8uZD2PBx0+IB0c/5Pmgm+TxxwrYMmhnq9CkTIykeMeXRZEy9xAuVl1jB0rtoImflYWsTesVIhRNNUjqDCqSiJ8ilMczKGKQHMRIic0yOpStK0ydRrV2LsgnxYwnqzr3U860rUtUI5i1VSVUROe4ntF0blQqEZaNXFP8s7l+yyjHVWUmbuNzJ+7yNG6DsknZoWRWbK51ptERczuOD180kI4ai0GsgpUtctZBrIKVpUVrSg1kGsmda0oNZBrJlt2DWQayDzy1kGsgpWlc6enmQ9jwcc/iEdHP+T5SEModFIjdITjnWummdU7NoRmjMP8AVVgtuHj943jGNs3JF3XFSzLq6Uzirjl4YRN6RMkFUU1iuoMIRrxZVoxQZFeSCDKjp4u8OG7pw0qxlyulMlE01k522X8O45KpjZUHUInTXRRrTMhjpVTmZRMEuR6USMx1g3yPt0NFuIZ8yfu8kZ5h6wZyKUrajtmPPkTUUROzlU1wp6wj6q+WSPoW9PIt5gvmFPRkT0Zo+nKnp5kPY8HHP4hHRz/k+WDb61wusVuiY5jmimHDJyj7hEhUJ0RkmGDDg8LL4gs91J8ndURNzS0KI52s+Zh5xu5UKoQ+TKOXe1bNEGhH0qi1DWbSUymGPWUVSu2nLNtOOibAdldRMhFrx1fBto+8tzmT93kjPPOWt1jKCQjHsWpyNn6iATUIsRH1V8skfQt6eRbzBfMKejInozR9OVPTzIex4OOfxCOjn/J8rNvwjYTzgQ7DeGdOU2iKqqi6mUErqbvMP4p1ectFtpli7aOGDnNgweyjmAtNlCh07RaErOO980lGroLIJLldQZihjCg5yJEfTB1s4h5xCFK7K3Kx6uneWndW3q9TXl50f29QwUTOifntSmy2eZP3eSM8+RVNNZOXtAyY2VpXNNRREzB6m4NXyyR9C3p5FvMF8wp6MiejNH05U9PMh7Hg45/EI6Of8nyQ7bfuwYxSFboKSz2lKFo5Zt3lFYEKxj5Ef7bOVGiySqbhK7LwueyL8uuCJPMad+UBaT6ZEfHM4xu+mE0AdQ6p8otxI1OF1dwg6eLvT5tnB2q5DkUJizNwcHIdt7MEaxezLDs9PBxFSjUcOuOHXFwwMuvI176hw2buyOrbNQOGjppXkNt2R7XgY/mT93kjPPmloJlLUk4l7EqcjSWqUUSLWm5oCl00MXVTc0G5pmcmsbmg3NMjU1U3NBuaClNlBuaDc0BS6M6enmQ9jwcc/iEdHAm13yRrbhWgljqHK1bEaIyskfeozT1MIzjQ4ScILhVFFaisGzOGLN4wUum22V1wuEzW74iPvC2FqO4CyEWgXXSQI+lVXXIxiFFwQhEiOptNNT/EwWSq3W5IR3sr0rcsFvigXbXwP9LRMa4Daz0HztxhnKpGLhzN1rDWA2YOedP3eSM8+edKU7J3EmT5Wr1ZnVs6Rdk/Ep6eZD2PBxz+IR0Zk6qvM41txTvJFHYpLP8AhSciMk+QCU9UIybFceYXVK3Qsq+4m+GchIFYlcOFnSmSSSi6jKJRbBy6RakeyS73KJX37KdQ0rcie8qp0qKqGIMFfigXbX/yPBha7Jdx6/BT93kjPPnm/tQ+ZJuTqpKIHzIc6Z2MoVaqhqlpvDjenzVMYo3igoofaD1rQu8UG8UBe8o3hxvFAmapqZU9PMh7Hg45/EI6KtNUyYu7PlDNty1yduiM0VFDrKc1CVUMkmVMsLONJpO84p3hpdzZzHXLDqJnRUDGNWehu2RakfSyTYKqqrqZQi+7dyKHEs82cW4dhs0QZl6VvmMFfigXVXbIeCwWK2fufX4Kfu8kZ58839qFPWdMipXEeqkPPkbySqRSHIoXNbzBfMKejInozR9OVPTzIex4OOPxEOip/NSie7kAzb8W5yOciZHrs71bnhUd69uF/wBWQsRJuIR6ckTc0O0aMIhjLMKuSMoahQoomim+l1HHKU5kzkUKoV8hwztBBZydnDot8+lblgr8UC5z/wDLeD3bWLnimngp+7yRnnzzf2oU9YR9b2KKuDEUTrmgso3M3dpOaZLeYL5hT0ZE9GaPpyp6eZD2PBxx+Ih0VP5qeT2LiDbaEcpd/wAQfwIRHQ0xEfZWjcFId5iJaZ7xtnCe9FZhk8dUZoOXS7w/NCL7xq8jU3qqSSSBMnkui3HSUcLOVRgr8UCiKLg8tifecbcrTHKbIG2OUKcIYv2WsWmKlihTFqyCBfGa3CB1jW4qJPFm9XCMcXbHxK+6c+Cn7vJGefPN/ag5TVO9uFFKqkvKK1M4cmG9WDd9yd9KspYpslqVqNJhQptoU9Gkw0mBPSNJhpMEqbKZU9PMh7Hg44/EQ6Ktf+bnSamaSRl1SEKkQS7/AHBPAoWp6pJUTJcD/rOarXZSAsld8E0iIp3Fh0tI3iehFKPmhmS/K0YuHtWbBBlTJy6QaEeSrh3l0jfMYK/FAQ7l36m+kskPb5Fe9Nwz6vN3ho44pv4Cfu8kZ58839qLnkToJcrd0dAEOVQubORVaCkmxrTrBkKPWZhRZE3h09PMh7Hg44/EQ6LR9Fyv096ygm+3J04o1bmMY5vAh0d69uCQ6shWDB5IrwFoM4erp2i0I7knLo7B7R8hemIEtZd0rpN5NmdM6R8iEOqdpCFoKbKUyk5JRmY5zqny6RuWEM5Vphl2loDXOVMhTa823p5KU2qSsgk/yZvTszdd0HXZB14mOu0R102HXLQdcMx1uyCcswofrqLFJiMHW0YKScdURslHUNR+wMKOmtRvkRQxK5bBsqJuleFFwmqaY5klVETIOE16c2ygptoCuXJAWUfFBJpagJNN6gkkyOKKp1BTUNnT08yHseDjj8RDo1q7idNSgbokbICdc61PBg0dDW4oZ1PVjo1lFN30umgFFFFTho6OzXuW34684DCKTnWLiXY8QmGUUu6Ddqg1Jk8kG7IRkid6ecQ1ts+kcQ9CDCr47Eopuolv7GTbz5GpdbxT3PH2UGgg3aY0EGmg7xrUoOIc0FV3Fab5cSKZzn50mjitabaU8QtakCMk8RCU2SoSeNVxTy5kPY8HHH4iHRXKU09muzauQtAlC7B2256FqeqadEU1VU0CPpZVzyxT/hVP8qi37st+56kjGZF/PJRRNEjybOfJgvwzxRMqpDEMmdJFVc7OGSSHStywq+OxdCm5tdOmxPJD3eSJJvJdX3c3DsqFesTDrEw6xMOsTDrEw6xMG7sq5vHUZIHFY446vWFI5UUjigrFtQEIRP8AC2UqEJF82De4w3etHfKh7Hg44/EQ6Kv86DvGZD+dM149m5C8CegWauG/JDo7186cUat3DlZ2pzNXCjCNiH5V8VK7NoeSyDUOHKzo+XmI9fiWbmJ4p6ggk3I9l0W46SjhZycYVfHYvxTdWPTyyTrsPyW4TeXIf15vGytVeHcDh3A4dwOHcDh3A4dwGbZWiv8AVtZl82DSaZOs0PY8HG/4jHRrdLNZhVw4XrsoEV1m9UZ1YoQk2TjlXi2LgLwS5Qqis3rBo6G08t/jytI5w8Evcdo2QHTVpIs4aCh7dZh7LLOh5cjZou8MxZFYpOXaDQryUcO8ukblhV8djEw2jD7wLOLrvA3n/cM5N2yDGVbPwh7Hg44fEY6Of8vyoO3LYIz1Qg/ZuR35176FKUhZKNeLuFCHRNkg3WdHaQyKIxAxEkoeStHCSpXXnlILbhlnSlTVZwlRSiaKbybLQHOdQ+XSNywve7qwSPW5ximbZh3mbbsnYo8FM52KXVe39OYxSUM/QoKyJhx7gce5FJBUFkEwmuirzuFnTdWkgtQFkSAjpufODurR4WOHxGOjeistL8A+HAPhwD4cA+HAPxwD4cA+HAPqhDrtsEH7wE2ql3ag3ag3agMjVQq8A3UCNuqUO8WRho+1Lhe3Mlw/7jtws3DIrwzbdqCbSdHS4B8OAfBtDv3NWscRnRyqdsV31u9rwD4cA+HAPhwD4dJJBdHLDYh+wQxMMalh52lHdbXVi+14e/M8Pi6r6/pTGKQq0hUGMY9QpsQKvdFrtakvOzVKtnrB7QxTEqEniyQRcJL8rpHfJZkVUSCUhQUrQ1LWnKpH8DHD4jHRMr/zu2o21G2o21G2o21G2o21G2o21G3xttRtrybajbUbajbUbajpceQbXBPQjyExxuBpW6b2tu7rCzwUYcXfGOTSpZPPDem2/P6RdwRvRVVRY2zaLmxdteANM4wXtKh27dvz6C0GygKWhDQ9/wB5QQgMdUlDxsnGzLMN323leo7tTkQXOhUpyqkt6UrKx/Pjh8Rjomfz/J3hRdBKvGshR2zNXy/K6XHpDr7gNNnE54BstiONjLfWvnhnTbfv9G4Xo3IYxjmm5yKtyOvXEyau43l4EJOy9uPrDxLjrxoGbrZyKp0WTrSpa8kceuu0XdW8tz44fEY6Jn8/nIybaNJv52dMlaRBJxqTB6pabbYRxK28ozeN36XL3jZUbKjZUbKjZUbKjZUbKjZUbKjZUbKjZUbK8vS49IaYJXPcNrycXJwj5E2lXPA+Rblt2/o6spZlK0NTLDH/AL7/AERzlTIooZU9w3BG2vE3TdUtd8nlati3ZeqkH0aEqFa4C4YNiqYHYWK0lejfZzql04GX3bZP9ghjpmwvxGrcxAycb0udU0zDhm44NsOCbDhGwKQhA0Wq3d18+bG/4jHRM/n8qebhZRw4I8eJlpJSNAq5cLqUm5egUmpNZNNRREyM7Kohnc6SlaVpWgWPu09R6jaYbTDaYbTDaYbTDaYbTDaYbTDaYbTDaYbTBsqaps+lx6RhH8aXHbUBd0fiZhPLYfKlrqLlhDI8JdTI5HCMtGKQstlbU32bn2D9nKsf6F+tqPWpS0xEvRS8pvLDXASiyaSaTdDkpWtK3/hRbV+p3LbE5aEsG7hw0Xsa7Eryt8hzJnIaihfAN5F7yc2N3xGOiZ/P5U82jRR87VXgI07llHvmWcbHNTNqSFuqmlY6sa4i/wCMDn2vHa+9n0uPSMI/jQOG7d42v+1W9l3blbz/AKruFI+4c40xHB3JngpcJiOf6BVTdJjGm5zRUDlgPhkkmh55mOmQUXQNyXzZEVf8DMREjb8qMMrp7L3SalS1jlO7wDektdpObG74jHRM/n828cxbOHCKjRe126lRS2omlOzUUOzUUJqP0Q9P86li0FWRCETINlK04Qg4Qo4Qo4Qo4Qo4Qo4Qo4Qo4Qo4Qo4Qo4Qo4Qo4Qo4QoTSInydLj0jCR8VPD7LpDMd1cmSm2hI9zR9G4rNyytm5w0qrBTFJNuoXrFIdYpDrFIdYpDrFIdYpDrFIdYpDrFIdYpDrFIdYpDrFIdYpDrFIdYpDrFIdYpDrFIdYpDrFIdYpDrFIdYpDrFIdYpDrFIdYpDrFIdYpDrFIOndFyFLrNiDO9orwGGVmdurv2FLQKKkSI4kFls0l1kKtXhHOfSKs4r2JFabaWBOmuOz0FNyr1ikOsUh1ikOsUh1ikOsUh1ikOsUgeRS0I12oc2N3xGOiZ/P8h0kleYqKJD/j9Lj0jDH4/jXFTUHSHZ7yAzw/ccTZDponINKpnQNnh/IVkrQ/oLgkKxNvlp/iOjjAlZWnk9ccQryUrUtW6/EIiRjG05HOWq7B0MBZHU18FX22ne05sbviMdEz/sH9F0uPbGGP/QED7tb/AHji14nDnPCVfe2T5C/GHV1354PPNTb+gxVcVbYfCvdTDJiWOw5Do+7bc0Uf9zLF5kSPxOGBriqd4+Cp7bX7Xmxu+Ix0TP8AsPK6PXV3DuHcO4dw7h3DuHcO4dw7h3DuHcO4dw7h3DuHcO4dwaqV5elx7Yww+P8A/dRig34nDjPBlTVbYxgZaJHPCl1uLr/oMX/jwKe3ZpyqWaJD7TmjKf8AlZY5nKbFIYJ0rW+vBU7yJU0pc2N3xGOiZ/2Hlc+9+O193k6XHtjDD4/ZJb1yLqQ4q1Ea6kssEz/8WMVmfEWrnZTnhbv/AKDEhrxlhZYNydJTDEKJ71PvpzRaWwoIWpz4iSpZy/RgQ1qpcfgok3i9fPmxt78JB0TP+w8qqNFRwhhwhhwhhwhhwhhwhhwhhwhhwhhwhhwhhwhhwhhwhhwhhwhhwhhwhhwhhwhhwhhwhhwhgklRKnJ0uK/4jC6lTWC0bcMmHqe+j29NiGWCZv2hczLrK2ym1FyZLcM/V71Pz3bNOSZrN1Waw6NlykIrlINK1ryN253JylKQovu5k7Ps+lK0oMDIurW2vBtVid/P8+NdK1wlHRN/7FyqKlSpxY4scWOLHFjixxY4scWOLHFjixxY4scWOLHFjixxY4scWOLHFhNQqpeTpb+sYQIkJhxljXftLQtktKFplgnX9wFoUxnzWrF/kpXYm1Uosz/oMY4CsRdwgpp/bc1b0/G3VB5OI5JWpo92UUYu6hKLNtIQiRBSlTVx9vtK4ZsIILu14SIRgIbnrWlBD21LTZoaFZQbTnvaJ6+s1E1To9GKZTjcSeVz7/47X3eTpTzSb6+jmoQljRpoeyRfd+QuH8RcVwy11TWfRvimcs+7IQw7Hw4xghE4DEXI9NpLQgo1/aPZaMHZaMHZaMHZWMHZWMHZWMHZWMHZWMBLUjDG7HRI7HRI7HRI7HRIZWLCuK/p5b4/Ty3x+nlvj9PLfH6eW+P08t8fp5b4kbGhWiHZaMHZaMHZaMHZaMHZaMHZeLHZeLHZeLHZiLHZiKGI2FbG8rVMVRM4wqxPc4eyLF8xlGPNSla1xhxfSt1KlKUoOjvhwnOPOzUQOysJWnZSDHZaDHZaDHZeDHZeDHZeDEfbsG0J4NK7K4qWmaysQImVfwMtaN1RV7W7yOiVof8AHakrtzua44q0IG4J2Quidsq3T3Xdix00k72x/t2EJNTkvckoP9ZdF37/AC6SkfurhzwsV32G3gJ+7yRnnzzf2vh9IjDCqamViYkXHh86s7Fay71KYhiVznJ2EthpiBj+9lkqU2ZWBYsriFccPERtvxIL6eZD2PC6QOGql72yQxVC4W4py+GEtaV52zfMZyaSjSUaSjSUaSjSUaSjSUaSjSUaSjSUaSjSUaSjSUaSjSUaSjSUaSjSUaS8l1XhbdkRmK2LEvifJiCvqfs9acue5LnPk2auXrjZUaTDSYdF1M28y6SrAtbP60ix1nGBB20dL4VM38dh74Cfu8kZ58839r4daFMXGLA5a3DUrStAYtDUg8Sr+twjXpHX8jRXpJ3makpjjidKUduncg5ysexLgxCmbLsuCsGDyp6eZD2PDxvwGcquaV2iOkJGHewvSUxRiSfVfew+q+9h9V97D6r72H1X3sPqvvYfVfew+q+9h9V97D6r74H1X3yPqvvkfVffI+q++R9V98j6r75H1X3yPqvvkfVffI+q++R9V98j6r75H1X3yPqvvkfVffI+q++R9V18j6rr7Ez0k8U5UslJSU09Dl1muuk3ItMLmB3K6oKocg4t0DLKnHQ8cnUsjE/pJ2vYb24ukvi3P1kJSTl3GUO8NHyy594t4Cfu8kZ58839r4hTGLXEjo9xNyK3DbVw2k95ilMopYHR3uO4DQUBC2vFZ09PMh7HOvdNutVu2FsDthbA7YWwO2NsDEXD/CfEI9w4Q3XCHcsJFkbvHeO8d47x3jvHeO8bDjYcbDjYcbDjYcbDjYcbDDScaTjScaTjScaTjScaTjSoNCobR0m9NEYS3pKpSWFWIyBv00xBDPCHEF4aE6O665sW8Mjwt00sK96jsBfFR+n99D9P75HYK9xgI5uCxLGrbVzHr2WuYdlLnHZS6B2Vucdl7koGU/FGj+vYgdexA69iB17EDr2IHXsQOvYgdexAJPQ1D9o4Mdo4Mdo4Mdo4MMLpt5GvbC2B2wtgdsLYHbC2B2wtgdsLYHbC2BKXTbzhDr6IHXsOOvYcdew469hx17Djr2HHXsOOvYcdew469hx17Djr2HHXsOH7+2JZnceBGF0rWVwDudpVbCzENCpcM8QT1j8FL8fVgujxbxK2rb2Gtkl6+iB17Djr2HHXsOOvYgUuOD2do4Mdo4Mdo4Mdo4Mdo4Mdo4MRj5nIM+Z0RVVqo0dMz6VBpUGlQaVBpUGlQanGzYcbDjYcbDjYcbDjYcbDjYcfuD9wfuD9wfuD9wfuD9wbFB+6P3R+6P3R+6P3R+6P3R+6P3Rqc7NKg0qDSoNKg0qCm/oNq4/fH7w/eG1cfv7d89G+eDfPBvng3zwb56NKg0qDSoNKg0qDSoNKg0qDSoNKg0qDSoNKg0qDSoNKg0qDSoNKg0qDSoNKg0qDSoNKg0qDSoNKg0qDSoNKg0qDSoNKg0qDSoNKg0qDSoNKg0qDSoNKg0qDSoNKg0qDSoNKg0qDSoNKg0qDSoNKg0qDSoMPGL5I/PqqNRhqMNRhqMNRhqMNRhqMNRhqMNRhqMNRhqMNRhqMNRhqMNRhqMNRhqMNRhqMNRhqMNRhqMNRhqMNRhqMNRhqMNRhqMNRhqMNRhqMNRhqMNRhqMNRhqMNRhqMNRhqMNRhqMNRhqMNRhqMNRhqMNRhqMNRhqMNRhqMNRhqMNRhqMNRhqMNRhqMNRhqMNRhqMNRhqMNRhqMNRhqMNRhqMNRhqMNRhqMNRhqMNRhqMNRhqMNRhqMNRhqMNRhqMNRhqMNRhqMNRhqMNRhqMNRhqMNRh31/wDmr//EAEQRAAEDAgMEBgcGBAUDBQAAAAEAAgMEEQUSIRAgMVEGExQiMkEVMFNhcYGhM0BCkbHRBxY0wSRDUuHwI2JwJlBjcpL/2gAIAQMBAT8B/wDBGcLOr3/94zBON9oNiszUCD95uFcfe3ny3wbfeHOtta771orBWCsFYKwVgrD7s51lc7tyg4j191dXKuVcq6urq6urq6urq6ur7pNlmKDyuPri25WQLIFkCyBZAsgWQeuKe8MCbLmTsxGiaXk2upJCNAs7+aZmA1UkhGizvWd6zvWd/NB+cIukaeKzv5pkkl0DdDacxVnLKVlKZf1PBZ0Df7wdE5xc5NY7YdOCDmu0chHYpxyhBzXixTmFu4DZC0gQi5oCybPF1mUH1xNkXlZynOvsBss5QcD92dqFmYzgjI4qP/UVHI2QXanR3Oi4IgSBZSDZXDRqnR+Y2AE8EIua0Ckq42cNVJPJJxQJBuFA/rIw71rjc+ozoOB3HTBrrLtDeS7Q3ku0N5LtDeSZMHut6twu22wC5squTI3IFBK6J+myU20QJCbIPNOOZMLvJFrXLQKSrjZw1Uk8knHco/6dvrchWQrIVkKyFZCshWQrIsm5L9od2H7QerKkFjdC0bM5T3mR2Yqkh/Gdkgu1dGui+IdJanJD3WDxOPAfuVTfwu6Pxx2lc5zud7f2WO/wvFPEZsNeXW/C7j8j/ZFpYbFGRoRyStsVLSPZq3UbtH/Tt+8Hwq537lDh6k8EQHBVktz1YUERlf7kLALP37rjouitBBg/RyFv/bmJ951KxX+IeOVFYTSP6tg4Cw+t7roR0qf0jpnsn+0jtf3g+f7r+I+FxUeP5o9BIM3z4H9LosLdjZCE6GKf4qWnkj+G2j/px6nrX811snNQuc4a+qc8NK61q61qMjbbDxTUUE5DjsHD1Mvg2TUri4lqhiETLKR3lsjN2rorVxYt0aiv/pyn5aLGOgfSGjrCyGPrGX0I/vyXQDorU9H6V8tVpJJbTkB/dfxHxJtb0kcxh0jAb/c/rZCXmjGDwRBHHYyQk2Rp4Sb2XVws8lHbJoggC51lRYfglbSNpC25aORGvnY+aOH9HcMIa9jQTz1/VdK8Fp4YBV07bc7cPjtMwabbY5AwJrswv6mTxbpGqCKCKA12Dh6ki4Rks5B7TsMfJFpHFRHWy/hljPZ6t+HSHR+rfiOP5j9NmO4pHg2FS1b/AMI0+PkPzU80lRM6WQ3LjdMbcp79dEJAeKMfJMGQXKLiTdNkvoU0WajI4FUU2WsjLuFwqeijgmfK0+K3wHwVVQsq5WOcfD5eR+KqIKaWlMEvhOi6XUGF4dSx9QLPv9E2XXVP1edyJzcoF/UyeLdvsur7L7Bw9SeCIsdge5qacwvspOjE1bgzsRikaA0kEE2Ogvp+yhdWYZUR1ABaRZwWDYnDjGGx1cf4h9fMfmv4oY/2mrbhkR7rNXf/AG8vyH6oC5snHI2w2tcWrM1+hToyOCjb5lMN23R4pps4FR9LMYZazhb4J/S7GHOuHAfJY30klxSJrGjKBx+Kkkkldd5v8U7hut4j1Mni3TxTUUE5DjsHD1LzZl08Z23GxjcxUjvIJt76LDKWvxJr6SB2li/Lzy/3TukGIuoOwzOzR+Vxci3I+Swbpjg2B0j2UjXjMCcrtQH+48j5/BVLpaqZ0zzdzjcpoyNuUTc7sZddHKe6oxlbZHjsZJ5FUvQ7EZwHPcGgrpLgVNhGHRlmri7Un4bHcN1vEb8xOdZnK5232WQRCAsiEBsHD1Mv2ajdY2Tozm0TjkFhsiHmsFxJ2EYnHVDXKeHMef0VaWSSuewWF+Ca9wQkaUQCjFyRBG0C6cRGxdfHzTKyEN1Kkq4wLt1TK5zpurcbHjZZnFU3SzH6WARMm0HDQH9QqzEq/EHZqmQuQJCFaWy5H8N0aFdautCBzC+5N41cbLhXVxsurq6vdXsr7Bw9TL9mgCeCJyN1RN0NUNBZZv8AqLpCaeroaSrjtdzMrh72aXPxFkWluxr3BCQFWBRi5IghMGUXKccxTm5XW2VNK+cOs8i6kifRCGQm+U2Pz3aj7VdG8OjxiJzTJZzfK3kv5Rb7X6f7r+UW+1+n+6/lH/5fp/uv5Sf5S/T/AHR6K1Xk8J3RnEG8CCjg2JRN1Z+Skgmi8bSNs/j2Dhs/DtPFNRQTkOOwcNjibqLjvOtbVGXkiS7jsiGt085WpoJKwzC2YjQ1Mgd34m5gOYv3vyTqnqpC1w0QEcou0otLdjXlqEjSuKe0uRBCrcCrYcMZiJtkdp8Pjtr6CpdRHOwgEaG3FUmF1kmARYkNWHQ+4jTXcqftV0bxFuG4o17vCdD/AM+K/mTCv9X0K/mLCf8AX9Cv5hwn2n0P7L+YMJ9p9D+yGN4Wf8z9U3FsNdwkCa5rhdqc1rhZwVdgMM3eg7p+iqKaelkyyNsVN41ZWWVW0WXZZAWRF0BZEXVtglK60om5UXHel+zO40WbZSG7kLRtWEYjV0U5dBq5wLbcw5YrTS082WUWcNCmuc03CjrPJ6AjkF2lFjgUGBupRl10TZAVYFYViFIej1TQzkDQkX/5xvsicxkgc4XHJYZjXR/FqJsbXNta2V3l+fFO9B0tK6maGBticotrz0T6h5kLhp7kKo+YQqYypnNc+4TTY3Q1G9Q19VRi8bvkqHHKep7sndd9NlRTQ1TMkgusXwCopiZYu836q5ugVdX0V9l0ESgUTZA7sXHel8B2xjVOOUXTG27xTnZioHlklwulVTR4xUiphPee1uYcnjQ/8964bKeKVzrt0WYN0Kc3ONCurddWbGusddaPanNLXW21BMFdHL5HuqSnI1atRuR/Zt+G9H4NlBjNRSd12rVSVtPWszRn99mK9HIau8kHdf8AQqemmpXmOVtiNn4dp4pqKCchx3YuO9J4DtYLNRGZyzs4FZWO4Lq3DgsArKOlrLVjA6N3dd7r/iHvCx/C2UNe+OJweB5jzHkf3UNJ+KROeALN2MYeKBB4I3vsjdY2T6OOR2a6NHGPNPiax1lUUkdTHldsfGx/FOpT+Erss9rgJlJO48EBYW3o/BtimlgfnYbFUHSGKV3VVGjufl/suKrcPpsQjySj5rE8EqMON+Leeyw2W2WVtlt2LjvO1Gxgu7Y91hYbQ9wTHFywChoMYZJTE2mIvGfIkfh+aqY5IpCx41GnzQBKDWsFynSFyjNipBZ2xsZKbwR4qX7Q7sIPVX9/qI/BuTeNYXj9TQHI/vM/5wVJW09dF1kJunNa9uVwuFi3RsgGWk//AD+yOZpsdh4oIoIocd2LjvHgnCzlGLNTnZQuO493VQEqiqnwSCxtyKGEOrsIfXxvzOae+3zAPB3v96JazQIknjtcM7U2MBEgcUw3bdHinUznuJBRpph5LqZeS6iU+SFLKU7o++mwZ1zd3i/f1Efg3JvGqWiqa2TJC26oej2I0jxI2XKVHnyDPx2YrgdNiIzDR/P91V0VRQy9XKLfojxTUUE5Djuxcd4mwT23evJOdmO40XNlWOvZgUNIB3pFh2KVOHSl1O61wQeRBVdhNXTUsVQ8d2QXaR+nx2tj5rgnSWRJKh+zTcFxKVoe1mh94U1DVUVuuFr7tD1zqNomGvAqu6O1rKl3UNu1egcW9n+iOC4oP8oo4RiY/wAor0ZiI/ynfkV2CuH+W78ijR1fnGfyTIJg3VpXVvHki1w2TeNYJTR0+Hsy8Tqd2ppYKyLq5RcI9E6Pye76fsndEoD4ZCn9EpfwSD5hS9GcTZ4QD8/3U2GV9P44yvPdi47zhcbHAkWRa4bkQ1ujka7N5pzi5XsqTGntwmSgkbma4gt/7Xcx8lVUk9PNklbldyKa0NRcGrrCXKUa3TWlyjGVtlRf0cfwC6TH/qx/PciF5AE3w7bq+7orBZGHyRghPFoQaGiw229RNRUlR9owFVPRehl1jOX6qp6N18GrO8E+OSJ2V4t8dkXHecbNRl5IStVweCLWlGLki0hDux7QCUyimpwyWdpDHfUedua6RYzBi88ZiZZrGhtz4nW/1J0nLZxVu73kZOSi8Cov6OP4BdJT/imj3bDsptahnxCHDbZWVvu09LT1LcsrQVW9GB4qY/I/ujBNTylkjbHek8BWUrKVZwQc8IOurItzBGE+Sip3yODQqLqcHxD/ABcIky/hvpfyvbiPcsUxetxio6yodw4AaBo5AI3DVlKbG4rRnBOzuWUqLwKhP+Dj+A/RdJD/AIxvw2Np70TpveBspNapnxH3S6Jsu1U4Ni8fmmvDuBV9y6uquigrY8sg+fmq2jkop+rd+e6OO5ceuPFRYrX0cn/TkNuSmxKTEyJHjUC2yOm/9On36/XZRf1kfxH6/c3vaxt3GwWJ9LMpMdIPmqjEK2rN5Xkq5UNVU05vG8g/FYd0rqIiG1XeHPzVNVQ1cQkiNwdp241Sipoi7zbrujjslkyDRB7PxaoGK5uE2bIdOCbMwnYXWWcLOFnCzhZws4WcIG+w8VJG0uKpAWXadmFuFXhOT3EJ7Sx2U+SpHiOqY53C4TXNc24+4k2XSHGnVkxhiPcH1TGFyDGhWBRa0p8eXgsJxWbDJ8w8J4hQTRzxCRh0O69oewtKcLG24OOySPOQm3e7LZdnehCW6lNBlCGgTmklZHLI5ZHLI5ZHLI5ZHJosNh4pxBcVCe9s6Myd2SP5rHIOoryfI67Oj1WZqUxni37j0krjR4eQ3i7T90BmdZDQJzg1daU14dskblK6IVxcx1M7y1G6eCf4zuDjvaesPFONpj8VHo8bOjjrVhbzC6Sw3hZJy02dHpurr8nP7j0xlvUxx8hdRLgib7WG7VL4V0dlMWLR+/ek8Z3PPa/h6xvi2nipNZSm6O2YCbYi35rGIuuw945a/lsw+Tqq6N3v+49MGkV7Hc2/3USOo3I/CpPCsCaX4tFbnuuNhdO1duDjtNraruLuLuLuLuLuLuLuLuLuLuIZb6bTxRZaQnbghtiTPn+ikYJIy0+ae0tcQUx2V4Kbq37h0upDJStnH4ePwKYbO2Pj8wsrk2MnjslOtl0RpDJVunPBv6ndxXFIaeIxtN3H6eofw9Y3xbSfNHjdPffQIJsskJzsNiF6VxH2pRcXnMeJ2elcRboJSvS+Je1K9L4n7Ur0viftShi+J+1K9LYj7Qr0tiPtCm4niBb9oV6SrvaFekq72hXpKu9oVLi2ItdpIV6XxL2pXpfEvalelsS9qV6WxL2pT8SrpmFr5CQU9mUpknkdx8gamtL3KCrqaZmSJ5aPcvSVf7V35r0jX+1d+a9I1/tXfmU2urJNHSE/PeKurjZotF3V3V3V3V3VotFotForhXVRUfhau+82TKJ58Syp47qERKDLLKjx34/BuTePeOosU6JzeCDnDgusci9xTWOcmtDRpuxcdyaV0drLtUnJdqk5LtMnJdoPJdpPJdpPJdpPJdpPJdpPJdpPJdpPJdpPJdpPJdpPJdpPJdpPJdpPJdpPJPlfILLIOSjf1ZuAu1P5LtT+SNS4jgu1O5LtTuS7U7ksxVyrlXKubrrHLrHIVDxou1Scl2qTku1Sck6Rzzcq5VyrlXKuVcrMUdeIWQckAB5LMVcq5XWOXWOXWOUEjs9v/Of/xABOEQABAwICBQYICwUGBQUAAAABAAIDBBEFEgYQITFRExQgM0FxBxUiMmGRodEWIyQwNEBCUlSBsVOSweHwNURyc6KyF2JwgvElUGPS4v/aAAgBAgEBPwH/AKDgEmwTaZ3ajTHsKc0t2H/3gQyHsUMeQenW9mdtkIZOCc1zd/1kMcdwRjeN4+t07NmbpvaHixRFjb6vDFm2uW7VLCHbRv8ArQe4biuUfxXKP4rlH8Vyj+K5R/Fco/iuUfx+rQxcodqDGjcFu6GVoUkLXDZ88ASbBQ4c9wu82Xi6D0rxbT+leLaf0rxbT+leLqdeLqdeLqdeLqdeLqdeLqdeLqdeLqdeLqdeLqdeLqf0qbDnNF2G62g7ehHGXlCGMdifAx25OBabH56Obkxay5yeC5yeC5yeC5yeC5yeC5yeC5yeCcczr/O0FMGt5R29X7FUcs079iilLXbdyke1jMyp2ud5RKyhSylzvJOxUzXOOYlZQsoWUItBTxJA+97hRuZI24WUJ7msFyopWyqvpg5vKN3jXGImjaUHxDcVykfFcpHxU5Y6xHzLWlxsEKbZtKfG5m/6uxuZwCAyiyGxSTRWsdupvlEA7k6KSLyo06pc5lkxhe6wT45IDmbuUUzZNnb0HNDhYoh9NJsT6onzU99vKcVHj2HurhBG67vZ3IWkYntyuI+ca0vNgm07e1chGo4shOpzQ8WK5uxSROZ9Vh65veFK5zWXC5OeXem0zG79qrZo4Y+AG0qgxGmxKHlIioqjK2xRuTdMc+ndtCEsbmXQa6RxLQoqj7L0NqfI1g2p9UT5qe8DynFYjpTRUvkw+W72KvxmvxE/GO2cBuTHujeHN3hYLV89wuObiFL1p7z85GzI3pkXXNjfenxOZ0IqJ8rA4FeLZOK8WycV4tk4rxbJxU1E+FmYn5qHrm94UzjGy6BuE94Yy5Wl2KlkfNWHa7f3LCcQnw6qD49t9hHFMJc0FUzA45k5rXixUlM4HyVGwRtsp2REXOxNlewWCe8DynFYjpVR0vkw+W72KuxivxE/Gu2cBu6Gif8AYEP5/qVN1p7z8202N1zlvBc5bwXOW8FzlvBc5bwXOW8FzlvBc5bwXOW8EagW3dCi+jDo130Y/NQ9c3vCqep/riqV925eCxSujpYXSO3NVXUyVlQ6Z+8rRXCOUdzuUbBu9+qmdlktxVZXRUbdu/gnY1Vk7NiixqR2x4/NZs21Mp3v9CxLCWVkBjk3ehYlozWUV3xeW32rd0NE/wCwIfz/AFKm60951AEnYubzcEYpGi5H1NnnhZGcEABu6JAO9ZWp3nfMQ9c3vCqOp/rimPMZuFpZifLTClYdg396wfDX4nWBn2RvUMTImCNg2BCC0OVXttVZM6oqS5RUEQZ5W0qto3UpB7CsLnIi3blHKyTdqkp2P9CxXRukrLkjK7iFiOBV2HG7hdvEa9E/7Ah/P9SputPedVNFybdup7GyCxU0RifbUN6FHTfdXM6b7qroo4ngNHzUcD5W3C5nKuZyplJKHA6mean70zcn7lGn7tTvO+Yh65veE4XCO9YtoxWGodNT+UHH81g+GMwukDPtHeqaL7Z1TMyyKoYYpyqSvoeTBJsfSsUrWVTwGbgsJgDaPb2p9N2sTKhzdjkx7Hi4RAO9T00eQlSaO4RJJyhjUGAYZ9mJv5qlgbTQCNoAA4KbrT3lBwacx7FVV2MUlU6pzWzHiD3AjsXPsexAFzXuIHD+S0YxeeWY0s7r8LqttduqKhe9gdfXVUrp3AgqWMwvLD8zRdV+fRaRZPIJTCAE8ghMICcQRqd53zEPWt7wqgkRFMpszLnenwyM36mVRaLOCbIx+5VTbtzLEYrgPGqmhNRO1gTWhjbBTy5G2G9QQAtu5Pp3xm7EyqtsepnmZ4a1Nia1mVSU9trVA4vjBKNLG9xJ4qrom82fl32UtQ+VjWH7KgqnU7CGjf28O5U808VQJo/OG1aP1NfiVS/l3Et4+lS0gDfI2lU4LYGg9CsikMxcBs+Zouq/Po5SUQQgCUQQgCVYjU7zvmIetb3hVGyL1fqmPD23Gp8Mb1IzI7KNq2gp2IFj+ScL3RyStLVKwxPLSsFpcrDM7t3J7wxtyo2meTM7W+Jkm9OikhdmCjqWnzlUSX8hqhYY47IdqeLtU+jWG5MzW7e9U2jOGlhzsPrWE4DFhb3SOOYnYO5RRMibZosmed0Zupd3fM0XVfn0Wean71HuT9yjT92p3nfMQ9a3vCkYHtsVC8xSZXappeTb6VTxfbcphHku5SujjIcQhSNLuUYpaSaVwzKGcRtDSNgUjzPJlbuTGBjbDo1LYwL9qbnjs+yjfyjMyHbq2xqp0soISWsaSVgeM1GK17s+wW2DUzzujN1Lu7p0LGOg2hclHwQY1u4KwVgrDUHWCJumuypzrprrJzrjU7zvmIetb3jVUxZm5goqgCPyuxRMM78ztVU/blU8XKxFqoyWmyfCx6fA9npTSWm4TKr7ya5rxca3ODW3Kc8OvLJ5rdp7l8McAtbP7ChpfgDRsf7D7lFpXgTn2dJYf4SsMxXR3FJeTpHZj6QU2OJu5qqNE8BqZjK6LafSQqPDaHD22p4w1OY1/nBS4Y0x8pFv4dGQZmELmT+K5k/ipGcm/L0KD6OspRCyldtllOoNJRBCDSUWkIAlEEaned8xD1re8anPY3eUGcrJ5O5NaGiwTiGi5ROY3K5K1P7VSExSubwKZKyTdqfCx+9Pp3s3bUCQbhMqj9pNc14uFM8yvyNQiaIsixKlNDXyQH7JOqKUR22LR3ERSYyyUbBf+R6NP1a0+0in0TqI5GwZ2Sdt7WcOzce9f8WJPwv+r+S/4sP/AAv+r+SHhZ40v+r/APKHhWhI8qmP738kzwo4YfOhd7FF4SdH3+cHD8vcSvhho9Vy3ZNbvuP1UFZSVQvFIHdx10H0dN3J/nah52tnmp+9R7k/co0/dqd52qFjeSGxVjWtaLdGHrW94UoeY/J3ptKftFMjbGLDVVP2ZVCzPIpHNY3apZeTe0dhVRpFLhuJPgqW3b2EcFQYxT1bLxOzD2pkrJN2p8LHp9O9npVyNygkbGdqa5rxcLTIwPxgmPfYX7//ABrhcY5Q5aP6S0eIBlK42lA7e3u6FP1a0/wB2kOjb4Ix8Y2zm94/ldHwd6T/ALMesI+D7Sn9j/qHvX/D/Sr9h/qb70dA9Kh/d/a33o6FaTt/u/tHvUmimkUQu6md+v6KSOSJ+V4sR2FRyywvzMdY+hYLpxWUhEdZ5bePaPeqHEaPEoeVp3XCoPo6D7Im5WdX23WfUHWCcboOsibprrIuuNRom33rmTOKa3K0BVvmjow9a3vHQuAnuzvuqdmSPMU8uqJLBVkDNgO5aYU4Lo6lu47FFNNTvzxusVh2l0sdm1Qv6QqHF4KtmaN2Ye1CeJwvdSTulOViZSi3lJ8D2bUCQbhaW0UsknOgLi23WHNIVEKl1Q0w3vxHYmU7Wxhp2+lGmHYUaZ6haWssU9oc0grdrdu145gmG4q8tnZt49qxrQuvw68tP8Yz/UPyVrKgxGsw2blad9j+q0T05oMQYKaq+Ll9h7k1oIuiLFZArbbLINQaCE4WTW3Cc2ya26c2w6Nb5o6MPXN7x0Kl+VluKjZnfZTyX+LaoYuTaqtmaNYlhslbhroO0bQnNcx2U79WC4diNXNnpzlH3v63qnp5jEAdtu3io5DAbELnEWW6JlqHW7FzaPLZVMAkjdE/tU8LoJnRu7Dr0NruZ4uy+4m3r/mop77HdGXrXd5/XW7drquuOrHNEqDFryM8iTiNx71imD1+ETZKhvcew6tF/CHWYVlp63y4uP2m+9UeI0eJwCemeHNOoedrZ5qfvUe5P3KNP3dGt80dGHrm94R2a5n55LpruTZftKbBLbMFys8fnLnLHizgqqMkfFnctIsIdOznkLdv2h/FYPoq+W0tXsH3feqahjhYBawHYgABsU8zLZd6LS21wmBuXZqqY7jOFU6I0GIzGoc5wJ37vcvgRRftHexU/g7w6WIOMrvZ7lB4PcPp5Q9szvYgLBNkezcm1I7QnV1Kx2Vx2qTEaVjdhut5udbt2uq6466qkp62IxTtBaeKxzQCrp4jVUHls7W9o9/6ogtNjvWC4/iOBVHK0zu8dh71o3plQaQx5Qcsva0/w46sx1XIVyUCQiSUCQrk9Gt80dGHrm94U5tFfu/XVO/JHqgi5R1zu1uhid2KeNsKNU17GzRm7FSGMtuN6c4MFynyvmOVqigazad6qGXjVM7NHbhqlqGt2DaqbqguKo/ozejWubzoN7bdF27XVdcehQfR1pLoJh2OtM0Pxc3Ebj3+9Ytg2IYLU8hVMsfYe5RSyQSB8ZsRuIWinhFa4tpsVNuD/wD7e9RujlYHN2jU0CyemAWTwAmBPAt0a3zR0Yetb3hVPU/1xUJvGFUPzSW4KOMyOsg0NFh0NIq3m1FI/ttYLR3F+ZTcjL5jvYU2o5KYNG7sTWPqDcpjGxiw1WBUbuQlIKlne/YNgTWucbBRMMcdiuKpaxuTJbchURHtVwVdFwTNPoMS0wjAZkjIMe3jfYfX+vRdu11XXHoUH0dYljGHYNT8rVvyj2rHNPtHsViMElMXt9Nh6lUinMxMF8vZffq0X02xDR94jd5cP3eHd7lhOM4fjVNy1K+47eI7007E9M3J+5MT93RrfNHRh61veFUD4oqKXJCULkqKMRtt0HuysutL6l8skdIzad/uWDaKm4lq/wB33qWjHJjMNipqpokLeCBuLokDepKnsaiSTcqKnMm07k1jWCw1T6Z6OUtQ+KSaxaSDsPHuWCY1hmMl5pH5str7/Tx1RG8Y1OIDTdY5zSPF5H0T7svcHh/4WCeEHBZMNj57JlltYix9ewdqGnOi7v7x7D7kNMdGnf3lqGlmjZ/vTPWvhLo+4bKpn7wQx7BTuqGfvBNxfCnbp2/vBVFbRumJEg9aFRAdzgs7D2rM3iqBzebrTTE58Rx+XMdjDlA7tZF9WG4pXYTUielfld+qb4U8YA2xM9vvTPCtWDz6YH8/5KHwr0p62mI7jf3Km8JOjc/nlzO8e66o9JcCrupqGk8L2PqQIcLjo1vmjow9a3vClcGx31RuDH3KbNG/cehVOs2ygwyE1TqgDyj2nsUcTY0QHCxVRSlk4eCqeqaGcQpJXyb0yN0h2I0wEZ4qldduVSSsjUb+UZmWP/27Vf5jv9xXgmb8jqXcS3VTn4vVVnLSvPoKO86rFWWVWOq5W1XKD3jtQnmG5xTa+uYPJlcPzKdI6R2Z5uVcK4WYIm/To8axbDz8nmc389nq3LD/AAm43S7KkCQeo+zZ7Fh3hEwOtIbNeM+nd6x/FQVFPVMzwuDh6DqrfNHRh61veFMwvjsEKTiU6meN21EEb0yWRm4ptV94JsjH7in/ABtRZABosNTnBguVNUsmu1nYqaF0QOY71HTX2vQAAsESGi5WYh5yKOm7XqwG5aQf27Vf5jv1K8FDbYRM7/n/AIDVTHYdWKuyYZM7/ld+iO/VmWZZlm+rUOKYhhkmemkLSsF8JZuI8SZ/3N/iPd6ka6kxCmbNTvDmnow9a3vCJAG1cpHxXKR8UXxHeQnRU53GyfHl7QVmamS5HXCbWM+0pKyNo8lSyOqWXa6yjhjhbsUZa54C5SPipKqNm4oEzm7io+Qj3FcpHxVwdy0gb/67U/43fqvBY22Ayf5h/RuqPFBHpDHQcY3O9ot/HVjpy4JUn/43f7Sjv+p5UGFxsAhhteRcQu/dKfE+M2c2yy6wrBZVhWMV2DT8pC7Z2jsKwfFqfGaMTxfmOB6EPWt7wqz6M7WATuWR/D56h+jBYjgOEYpfnMIJ49vrWj2B02AUr4IDdpdm29mwe7VJi2XwqRC+weR62+86tIzbAKr/AC3/AO0/U4IJZ5BHELuO4BYB4N2ZRNiZ2/cH8T7vWqPCcNw5uWnia3uCsFUUVJWMyzxhw9IBWN+DnDqtpkofi38Psn3f1sWI4bWYXUmnqW5XD+tiItqG3XofibsPxdsZPkSbD39nt6EPWt7wq36MdVHTCoeb7gnQTjZEQAnxVZa3K7b2qSiMzbusHejtUlBPGL79UcJeLrmx4rmx4rmx4rmx4rmx4rmx4rmx4p7Cx1tVD9GCcw7wou3VphFJgmmnOR95sg/rvCgmZUQtlYbhwv61jdPLVYNUQxi7nMcAPSQVJHJDIWPFiNhH1FjSTYb1oXorFg9KKmdvxzh+76PfqEfFZGoxjsW0HatItH6XSCiMTx5Y813A+5VtJPQ1L6eYWc067lXKheY5mvG8FMN2A64etHeFW/RjqpqkU4dxKkAgi5UO9u9eMqf0p1bHNZjdlypXto3g3Nj2J5zPJUMrWtsVy8fFcvHxXLx8Vy8fFcvHxXLx8Vy8fFSvD33Gqh+jBFjm2urWdfV4V6Xy6aoHpafYR/FeDjE/GOjEbXHyo/IP5bvZbV4VMFFDjTayMeTMNv8AiG/+CsrKysrKysrKysrKysrKyAWgOEDE8bEkg8mLyvz7P69GpjcoUcL5EKRvFSU72bU4XFltBsvCbhDWmPEWDf5Lv4IhWVlZNBzKE3iafRrh60d4VZ9GdruVYqxRuVYqxVirFWKsVYqx6FD9GCLM8A7tfhRhz4DG/g8foV4Ia/JWVFGT5wDh+Wz+Orwo0AqtGeW7Y3A+vZ/H6j4L6cNwyabtLreofzTBdyAzGya0NbYa5mZJCFINt1prTip0anHAX9Rv0RvUHUt7tcPWjvCrfoztdOAX/OSgFmuh+jBNOWG/oR1eEVmbRaQ8C0+1aA1vMdKqd3Y45T/3bP11aT0wrNHqqL/kd+lx9R8GMgdgkjeDz+gUZ8pMOV4PQqDeVSFaWyCLRypJ+7+uzoxtL5A0KMWYBri61veFW/Rna2Zs3kr5QvlK+Ur5SvlK+Ur5SvlK+Ur5SvlKk5a3la6H6ME+YuYGhPNhq0/F9FJ/+3/cFR1DqSrjmbvaQfUVDI2aJsjdxF1MwSwuYe0FTM5OVzT2fUPBjiTYa+WjcfPFx3j+X6K9kCCFDUACzlykfFSVLWizVftTjmK8JeJNp8KbSA+VIfYP526G9aMaNVddVMqJRljab7e3oA5TdPAqINnaEQQbHVTkB/zkpAjOoC5sFBHyUIas4aFcuO3ViFNBV0hhmbmabXC+C2j34ZvqVCGto2NaLWFvVqfoto8+RznUzb3PYvgno5+Gb6l8E9HPwzfUvgno5+Gb6kdE9HAPozfUvgro9+Gb6l8FdHvwzfUqjRvAmykCnb6l8HcD/YN9S+DuB/sG+pfB3A/2DfUqPRbR58F3UzfUvgno5+Gb6l8E9HPwzfUvgno5+Gb6l8E9HPwzfUodG8EpZRLBA1rhuICabpri0oOB1EgJz825EhoVRg2G17hJVRNefSLr4N4AP7sz90L4O4F+GZ+6F8HsD/DM/dCnwbCKezo4Gg/4Qt3RoaoM+Lf+SqKNk/lDYUcPqQuYVPBcyq1zKrXMqtcyqv6K5lVLmVUuZVS5lVf0VzKrXMqtcyq1zGq4IYfUFU1EyDyjtKe6+xEhouU+vjHm7UMVb2tXjATeTlT6xjdgUGMSwMyhqGOy381A59vQdu11XXHoUH0fpPZfaEHdh1XdqLgE1lzd3RrfNHQoaWKqvmO5eKab7x9i8U033j7FFSth2B+xcm3isg4rIOKyDisg4rk28VkHFZBxWQcVybeKyDisg4rIOKyDiuTbxRiae1cgzipaFkotnXiiH7y8UQ/eTcJhB85eJ4vvrxRF99eJ4vvpsLGttdcmziuTZxXJs4rkmcVzaPiubR8VJhlPI7MXfovFNN94+xeKab7x9i8U033j7FDSxQsygrk2cVybOK5NnFcmziuTZxXJs4owxuQpox2rkGcUaeM9qbBE3cuTZxXJs4rm0fFc2j4rm0fFV9NGIM193/XP/8QAXxAAAQICBAcIDQcKAwYEBgMAAQIDAAQFERIxECEyM0FRkQYTICJhcYGSFCMwNEJSYnJ0k6Gx0TU2QHOywcIVJENQU4KUotLhY3WVBxYlZIOzRFRghCZFkMPi8FVlo//aAAgBAQAGPwL/AOjvxugRiNnmjHgxK2xUrin/ANZWj0CLSjj4W9LPm/8Aq6smOImvnjIEWquYcPFFdjHpjNiOMLP6yrUaueMRJ6IuVHFX+tuTQO7b2rJ936wsov8AdFajXwKjjGqLSTi/WfOfoCVcn6tuioXnh16Dfgu/WNSoyfbGT7YyfbGT7YyfbGT7YyfbGT7YyfbGT7YyfbGT7YyfbGT7YyfbFkfqutXQIvq5oyztitRr7gEBVVUZZ2xfXzxWnpH/AKprOiLau7WxFY0/Td93S7opOSGgPvgKPRfBbZn56b8qWo9VR6VVR3jTP8En+qO8aZ/g0/1R3jTP8Gn+qO8aZ/g0/wBUd40z/Bp/qjvGmf4NP9Ud40z/AAaf6oxUfTP8Gn+qPk6mf4RP9UfJ1M/wif6o+TqZ/hE/1R8nUz/CJ/qj5Opn+ET/AFR8nUz/AAif6o+TqZ/hE/1R8nUz/CJ/qj5Mpn+ET/VHyZTP8Kj+qPkymf4VH9UfJlM/wqP6o+TKZ/hUf1R8mUz/AAqP6o+TKZ/hUf1R8mUz/Co/qj5Mpn+FR/VHyVTP8Kj+qPkmmf4ZH9cfJNM/wyP6oDb81SEpX4UxIKqHVrjfdzO6OTndaWHgVDnTf3Osx2tNfKY0bI4yQY4t+o/TSALzGSdkZJ2RknZGSdkZJ2RknZGSdkZJ2RknZGSdkZJ2RknZGSdkZJ2RknZAB0fS3ac3Q0k3KyrOW657hrPIIXR24nfKJkbuyf8AxLw/+30Y4VNTDinHV5bzqipaucnH9PTNMrU26jIdbUUqTzEYxCKO3bW6WkbuyR3y0P8A7vTj5TDVObnqSbmpV7IdbPsOo8h7hfGLJ0cHHlC/l+m3nbF5i8xeYvMXmLzF5i8xeYvMXmLzF5i8/S5mnaYmQzKyjJcfcOgCPynP2mZNkn8nyFeJlOs61nSejBaUYE3vTVGypx7/AD9dpQ1hsY9tUf8AHN0NJTqtIassp9lZir8nT/P+U1xvLtGznIfygvjCPkyc/wBQXAaboqcKlGoD8oLgJVRc4o6/yivHBZlqKnKkZR/KK8Zj5MnP9QXHyZOf6guAw3Rk5jvP5QXiEfJM7/qTkfI85/qTkbxLURN8XKP5RXfHyXN/6guPkub/ANQXHyXN/wCoLj5Lm/8AUFx8lzf+oLj5Lm/9QXHyXN/6guAXaGm1p0p/KK4DzNDTRSbj+UnPjHZEtRE2UeEn8oL4sfJM1/qC4+SZr/UFx8kzX+oLir8lTf8AqC4P5KpekJNWi0oPD2wqblmUUnLJxqdkQbaRytnHsritJwflGTtvSL6gKRkQcTqfGHljQdN0MU1RE0l+Vmmg4w6i5STwa1dAi+rmiyV38IK+i4j+sWv9ndHu/m8nZfpKo5bxxoR+6ONzkasDVH0fKrfmH1hDLLYxrVqhFK02ludpWqu0RW1LHUgaT5R6I7IQvjaa9MB5rpGo4N6Waj4KtRgsvJqUm+Oy3Bxlji8gjiZa8STq4HHzi8vk5MC30IJIu+MVk18vcbQFaDlogPMqrSdMGZlU8Tw0DweDvizvQ0E5UKpWhSiSpkJ74qqbm+R0DT5Yx88PUVSkmuXmpZwtzDDl6FYHf9nNIO9omrUxRtfgOjGtvpHG5wrXwSs2etHg9aPB60eD1o8HrR4PWjwetHg9aPB2xj+hazqitSsFSuMItJP6udpCZNTbDSnHDyJFZia3QTiq3Z6YXMOHzjXV0DF0YP8AfKkmfzyfb/NEqGZl9fOv3Yd9RjHhp1iA8yutKrjgQp5ONB2jVCnnDUlIxxYAx+E0uLcmuwfEVdFh9spPLHZroxJzY1nXgtE1ADGY35hdpJ0wXZOpKtLegwUqSQReD3G0nGk5aNcB5lVaTcYM1Kp4vhoHg8uC072pPLfsitputXjqvwndxREt/wAQo1r87SgY5iXF/wC8i8clYisGJTdFKKqdkJlD6f3TjHSKx0w3Oyyq23mwts8hFY+lVqNXPGKsxmzGOsRaBrEFZ08ApWrFojKOyMTg6f1ZT80yqpX5OWkHzuL98VCJDc+vNvvVzHI0nGr2CrpiyhASkCpKRoGgRZSKzqEVuVNjyr4rWkuHy/hGIAAdAi0k1g3EYKmVY0Gux40Wkkgi4jRG9z3rfjFlYC0K2QG0CoAVAYOwWj9b8I3xhdWsaDFkcVzSj4RxxUrQsXxYeTfkqFx7jWMaVZSNf94CxXj1iC4ywkKOnCXXVhKU3qUagILVEt9kr/aHE2PjD0nSdhbyeNVZqC2zoq//AG+KS3NtJqZZftyn1K+Mj31dEWTpigJx5VajRjaSeYVfd9Jst4zr1RWo18DEe4Yji1GLSdn6qp70QfbTgn51tAJlaOqSTotrq9wiuZdKvJTiEWWGgnzRHbnxX4oxmKpVmrylxXMPFXOcUDfCeMa0p8UYTOS6cf6RI98AIFZNwEBmus3q58BCFVKqxE6IszCb/C0KwVg8xEFT6LjUF+NBadRaSbwY31itbftTw7Tvak8t+yK2kcbx1X4S66tKUpvUo1AQWqKa7JX+0OJsfGLdIzRX4rYxJT0YGqQl8ppVdXjDSIoin5KoonqKIKtdheL2KwUB6D+I/SLCbz3e0mLSbj+qae9EH204KfcecCR2NL4yfKVFUs2VnWcQipb1Q8VGLDUocRONfwhyfmjUhpNpXwhUjTCwC85XLueLX+j+GFU2gX5KfFOAuOKqSkVkwUTCd7BPEV8Y3txIUk6DG+Sla06UaR8Y3pGIeGrUICEAJQkbBBUlFbN1nTzxvrC6x7o32UqSvSnQr4QULSQoXg4bT3ak8t8dpb43jG/CXXVhKU5SlGoCC1RDXZC/2qsSB95jfKRmi54qLkp5hwaIlFmtDQfLfJWU14KA9B/Efo9ZgrOn6BZSuoRlnbGM188YukcNrenSmsGuox30vrR30vbHfS9sd9L2x30vbHfS9sd9L2x30vbHfS9sd9L60Ob66VVEVVn6JT3og+2nBTzwvbYl9lpXBDZyjjXzwmg2FcVo2pjlVoHRFRgUVSDn5ygdqWf0qf6uB2I0eKg8c6zgsjjI8Q/dFthV16TeIKkoAKsogXx2EycQzh+7BvrC6jp5YsZDnia+aKnRUoZKxeIIddSlI8IY647U3xvHVfhLzziUITlKUagILVEs9kK/aqxI+Ji3SM0XNSLkjo4dGeY77xgoD0H8R+jn6ILF9eLhtcx7m75w+iU96GPtpwboEqGIy0vX1lwqXV4Jw9kLHFbu5VQ5SC8ahiaT4y9EF11dpSjWtR0nA2zIg7+pwbzZOO1CEzDoW4EjfFgVWjrwOKYPGsYuAHGllKhcRBRvdTuhYu5+AFvHeho8aAm0TUL1acJeecCEJvUo1AQWqHa7IX+1ViQPjG+UjNKcquTclPMO40Z5jvvGCgPQfxH6PjEZsbIzY2RmxsjNjZGbGyM2NkZsbIzY2RmxsjNjZGbGyM2NkZsbIzY2RmxsjNjZGbGyM2NkZsbIxJGzg3RdDXMe5u1eMIui76FT3oY+2nBT/o8v9pcIm0jyVfdgDbYrUo1CEy7ej2mOx2F1sSxKUVeErSr7sFcflmbb7c8ntIPgI18593AWxqOLmwVAQWZmlAtxN7csnfCNmKKuxZ2rXvQ+MBmUpVKXFXNTA3snbFcx2pPLfFbLePxjfhtrUANZisR2VKUipyq6UfVxR5v94MtNsKacF6FjH3KjPMd94wUB6D+I/q9wg+AYzy+uYzy+uY4yyec9z4qyOYxnl9cxn19cwnzR9Bp70MfbTgp/0eX+0uFMK8IVQULGMGowZ1Y5EfeYO8r7e/xGeTWqKhg36ZR+bMGtzy1aE4bbSqxaIrwImh5qvuhczMupbbbTacWq5I1wqTo9a5eR0JGJT3Kr4RUBVgqUK4RR1MvuTNG3cY2ly/KnWnydkJmJd1K23EhSFoNYUDcRFtSqgLyYsyqd8PjG6LT7hVyaBHal8XShV0WK7C/FVHY1IywcAurvTzHRBeolRmW/2Zzg/qgpIIIvBGMdwozzHfeMFAeg/iPBVI05uma7KRlSkqkvODnCbumKpKgKYf8AK3ltHvVHbNx9Lp6Wj+KK3qPpltXi9hJPuVE7RFE7m3paRkpLfTNTDgtqWV1JFkYk4q9Oj9TOeYfoBhPmD6DT3oY+2nBT/o0v9peBBaueyjqqiyKkoQnToELnBmxxWBqR/e/A3ISg7Y4cXJrMNyEoOI2L9KjpODeGj2xY6ohcqdItJwLZ0kYueGNzjKqqxv01+FP34FLo9KWpZCrLk2/k16gPCMfOx7fNfYos++uE/lNtLjDiqmptnIUdR8U8mCY3IvO42U79IlWhNfGT0HH0xXPkkeCRk8Gwo74jxVG6O0r43iKvj89Y7ZofRiWPjBeaHZLA/SNjGnnTFYPCozzHfeMFAeg/iPApOkKHnux5he9sodC7KgFrCVWPKqr98cUcBUgqhmZyjX3bcyhtARMV+MF+F5qvZDO6Hc5PiYlXrlC9J0pUNChq4XeiOsY70R1jHeiOsY70R1jCWjLJFpVVdr6W55hwjAMBwjm4HTgMJ8wfQae9DH204KdRpMoxV11YRQzCu2TArd8lv++Csx2bNt1TMwMYP6NGrAX3NFw1mC86eMq+EPjwTFaTi0YKUVViRNWE8wAhmQYPHfeS2k6qzVDND0e1YZlkWEJ++La1AAXkw9QTrG+tzKLCibhqI5QccLl3cptZQrnBqijXyqpK3VNL81STGhSVdIMW5M2D4huje32yk8vArixNDfE+N4X943yXdtVarxBebT2O+f0jQxHnEWpxitrQ+3jT/bg0Z5jvvGCgPQfxHDMUvST29y8qwp19fipSKzBpimXy3KoUfyfIWuJLo+9Z0q+7hMUe++fybS7qZebbJxIcOJDvPXiPIeSKuB0cFrzx9ELiLxrjKT1Yyk9WMpPVjKT1Yyk9WMpPVhSSRUU+LhGAYDhHNwOnAYT5g+g096GPtpwUvMJ8GXY+0qLSTiN2BbrqiUzCQtsnZZ6MH5Vm0doYV2sHw1/ARjwVIzaMnl5cISTjbNk4KRSbn1pfRzKHxriXpFKa+x30OVcxrhMxRtTqXUBaHfBqMWph0q5NAhc9MrCW2UlbijoAhyaUKi64pdXOa4lCBiYtPK6B/eK2HKtaTcYsPdqXy3GN7eQFJ1GLckqv/DVFhaSCLweBvjaylWsRYnU/9RI+6K0FK0K6QY36jXOxV1401VoPRojt9Mr/AHGfjHbZqZX+8BHeSl/WPExQSaPk0M225i3Z0404KA9B/EcO6As12uwxdqtpr9kJ3RT0ohyYnKy1viK97a0VV64XNUJS4lW3FV9juM2gjzSDdFdJU/MO60sthA244s/kJL3lTDqlmFu7m2OxJtIrbbCzvbnkkG7ngoWgpUDUpJvB1QXmzUpHGSdRGOJadcynpdCzzlIPA6OC154+iK4Z5sIwDAcI5uB04DCfMH0Gn/Q/xpwU16Mz9pUIZdPGA2cmAsTkuh1B8FxNcW6MnFS+PGhfGHRphEnKosttpqQMHYbR4yhxzqGrgb0TicFXTgkd0jSckmWfPIcafbWOnB+T35fsmUrrS3aqU35p1ckWuxp214m9D31x2EhjsaUrrLIVWpw+UfuwTVOOJzyt5a81OM+33YbKVW0eIqA+lspr0Kiy+3XqOkRbYO+p9o4NttZShOcq08kb44oJAvJisRXLIQpWpZqje1spbVqKYoQvqBqafqqHKnBQHoP4jhpOgp1dlqbkHW1L8StN/RG87jtxT9IyMigNKmg5YtWR4IhmlEyjzG/Jr3l9NS088Lmn12W2kFa1VXAQhD7E7LMOqqZnJiXqaV06Iv2QKUYRUzSItnkdGVtxGJLc5Kjtk/NtsJ/eNROyuEyzIqQ2kJTzDFhstvqSN7GIGO+nOtwbSTURcY76X1oc311Sqqqqz9CVwzzYcUXiL8FUXiNEAYLxF4jHgMJ8wfQaf9C/GnBTS13NyzBq5bSoL7t3JpjtDoPJp4JdUN9rNZUj4cAOIvBrEJeRcoViJqg3TV2Q1UhXirvSdsKZmG7LiFFLiToUMRHARLSyLTjiwhtOsmGKKYyZdsIr1nSduGwchONZis1JSkbBBUWq2icSdIi1LuV606RFbialeOm+LRFtHjpwBpsVqUagIDCMes6zHYrZ4qDxuUx2pXF0oVdFgmwvxVRvcw3aHuig7DhKVNP1V3jGnBQCVrx9havKVGd/ljO/yxPb05xuxlVYoo9zcVSAl5drONtvb0EOWq7Z8bRHGVWasZqvMY/bFJ0R/tIk7dGuIqbQtIASuvFvVVwqr9kM0dKhW9MNhDdpVZqHLH5PllITMIfS4wty4aFeyGN0TcwaQnpdCghD9SUJrFRUALjVXthqfZUQHE12SMnkjO/yxbbVWI/6Y7g70fQlcM830AwnzB9Bp/0L8acFPeiy/wBtUbyg8Rv2mKxtipw76nyr9sVW7CvFXwK3msfjDEYtSq7Y8U4jFhxJSdRGBUuTjQcXNgTTss3UxSQrXVoeF+0Y9vAXTbye1yYqbr0un4D34Q02mtSjUBAYR+8dZjsJo8VOWdZ1YLaFEEXERYnE2h46b431hwKGsRab7WvWm49EF5+q3cmrQIstnti8nkGvgJl09tBNQQr4xQH1Ux704KB9B/GrDSdLqQDvMuMR5VpT98ER2OnRjc+HARRpmEh9xsuNt6SkYiYTLNy9p5SqglOMrhmQWoFSE9sI8Y34N7dtV114kxvrVdVgDGO4L36vjVVVCEsotVqOKtP0FXDPNhujJjJwVxkxkxXgyYyYrqwGE+YPoNP+hfjTg3RKlxWvsNirrK4NTbtafEVjEWZhO9HXeItIUCNYw2HmwocoiuTcqPiLhJmWylKuKo6MExQ2LfSLcso+C6Lvh0wUOtlK0khaD4JF4wBplBUtRqQkaTDFFJxqQK3lDwnDlHD2U6njrHFHiiLDZ7YvJ5OXg74y4UnkixOJs+Wm6LSVVjQRBfZd4/iqu/tG9vtlJ5cPZTo46xxfJEbnxpsTHvRgoH0H8asNPyrSa1fk1SgPNIV90SRckn5mZVLJ7JS0QAhQxXnbCJ2Y3LU1LpWnivdgFaFp5xfzxXR9BU1Nq0IZopz743mb3NTLTYVU4oui2jXxfuj8qqm2xK73vnZBPFsa4YmZBTid9nGmJAJNSkotgDmJrJ6YV2FJtN46rTaKq8PR3JrzvoKuGebCMAwHCObgdOAwnzB9Bp/0L8acFPeiS/21RvrY7W5dyHhb6hxSG05VRyuSC64akpvMWmHQrmwTUxRM66wthaHHFMqqUWweMKxt6IlJGk5BdIUfMkjs5aMbYF5KhiNR0HHH5CVTEuJ0AEyynKlRjhO6CWbql6Ry6vBeF+0Y+g4F0/MI7XKGyxyu6+ge/Dvzo7Wg3azCn3TiHtgvu3q9nDrYcq1p0GLD3a18txje3mwpOoxbklV+Qo44K5hshLZxpULzqhT7pxD2xQ77t6kP9GNOCgfQvxqwuSU0O1vNqbc81QqMTe5ukEVPSMwphY11XHpFR6Yl9xu71x1lEmne5KkkIK071oQsDGCLq7qocZ3CPqpWfWmple9KQw0fGUVVV1ahC5qafLjrrhW64q9aiaydsN0dMUg8uXZzLCnOIjoj/e6Za/MqGNaFG5cyRxU/ujjHo4A5u5Nef9BVwzzYRgGA4RzcDpwGE+YPoNP+hfjTgplLmSuVYFerjqhUu7cfZCmXRxknHwAy3+8dQgMtCpKbo3po9rR/MdcW0KIOsQEPo337UOyM41baebKHUHSDeIFEUMypDIUVcddolR0kwukw6uUnV1WnkcZK/OT94ialt0lOJnJVIHYiEqUtSar78Y83HEzucpF5yjlud7uTiRZS4Mk2hdzGBQSZb88L+8b15dfu080M0Wwi22ynG6jwlaVHpwBhvTedQgMtCpKbosN5tF3KdfcrKVWkeIqLLdYUBjQcAU0m02nwU3164oXzH/enBQPoX41cAbudy0mXZ9hmxPyiBxplpNy061p1aRzRWDg4xqgTL7apKT0vvJ4yh5CfvuiQomhJMMSzUuLKBpJvUdZJ08Ac3cmvP7qktOFJt3iO+l9aO+l9aO+l9aLKphZGomMsxlmMsxlmMsxlmMo4RgGA4RzcDpwGE+YPoNP+hfjTgpr0Vn7ZjeXDx2xtEdktjjtjHyjCG201lRxCN7GNRy1azBkmTj/Sn7sO/KHFa9+CQoiZfQKKm20CxvYvVWm1XrCqoVYygMVcAPdqVy3QXqTowJeVfMyxsLPORf0wjdNJtFLjUkJdto3CrFb86ziwWrO9q8ZHwggmtaspUdhtHGocc6hq7px84vGv4QlkN2z4eO6LTDletOkRQCwkVlExWdeNOCgfQvxq4FYhVIUrQimZtw9snJBzelr5VaFbIea7In3UIdUlFuYAxA8gjfKNoNlLn7VYtq2mKyYk1OPIT2gXrjtbiVcyq4x4Bzdya8/uqfrO7YxGSIycOSIyRhyRGSIxDAYT5g+g0/6F+IYKa9FZ+2YS+1ePbCX2jiVdFpA7WvJ5DqwdkPDtihiHiiKm84rJ5OWKzhSgjjHjL58EtT7OJyRmLJXqSv8A/ICJKmx/4mXStWLTphxnQFYoqZc4viKuiy+N6Vr0RXhK6ihZ8JOmLRTbR4yO5dnOj6sffG+nGq5A1mCtaqyTWTFtCiCLiIoJL5Bsof43SnBQPoX41QXHFhKUitSlGoCESFFtGZtKqL9dlHRpMdrbaR+7XGOeUPMFUdsmnFc6zFtCrJN+qOM+OhMVqBX50ZIitOLmjtU4urxV4xDQpiW7W4qovMjI5SNUImJd1Lja01ocQawodya8+Loui6Lu4p+s+lmE+YPoNP8AoP4hgpr0Vn7ZwdjuHiOHFyKhUu5puOowXptGbVUlOs64L7vQNZgvOnjHCAocVHGVgrJuvjtrCXGnk8ZtxNYI1EQlDbYSgCpISmoAQh7x01How9pcxeIbosv9rVy3RXhtWbC/GRFoptp8ZHDseAMazFZqSlI2CHJ7e60tp7WjkjvNvrGO82+uYlFT025KdhhYTvCQq1aqvr5o+cc56hESe5iVlkPtyTVhDzqqlLxk4wOeKpybUlkZEq0OIP6umFUihS1qZqITVywJ/eg2q2UuIBrqPcWfrD7o3iYUTJuK7Yn9mfHH3wFJUCCKwRp7ikg1Y4zytsZ5W2M8rbGeVthdtZN157gn6zBUI0RUcGiNEVmKxGjgYo0RowVxojRAODRGiMeAwnzB9Bp/0H8QwU16Kz9s4anMtvETrgrWqoAYyYt3JGQnVwLahxnMZ5tGDeUnG7i6IUz4iqxzGJqjJ6ecXL0mntQcWahWm0irpSoQV/s1V8HtDmLxTdFmY7UrXoivDas2FeMiLVm2jxkcANNprUo1AQGUY/GOsx2E0eKnLOs6oLarlCowpld6DVwN9owG3bFspTWQmJJcwFNb7XvwGLjaK4maOmVFbeShSjdWLomaJeONSbQHlJxHuLP1h92BVBTC+MyLUuSb0aU9EZY2xljbGcT1oyxtjKG2LxhHPwXOYdwT9ZgODojow9MdPBGAYDhHNwOnAYT5g4BSh1QFQuMZ9W2M+rbCCT4Pcqf9B/EMFNeis/bMWUJKjqAjjgNjyvhAYaGIe2OxmVdrScZ8Y8BLOi9XNhUsZI4qICdDibMUTuooGQefmJV6woMotG+0n21jpjtjeUOMg+6LUmuz5CrosvtFOqvg9odxeKboszA3tX8sVg4tBGG0U2FeOmLVm2nxk4OyXU8dY4o8URZQe2LyeTlw76LnU19PAxQWn2wtKr0qEbzLMpbQPBQIbpAYkLWFnmOJUVdwZ+tPuwImW70KrEJfayVprEZIjJEZMXYco7YxPL65jFNu9eMU85HfNfOgRxg2r92DvtHhVfiORU9Lvt9Fr3RU3SKAToXxffFpKgRrB4KfrMBwdEdGHpjp4IwDAcI5uB04DCfMHAPMMKPN7lT/AKD+IYKc39NdmVYxV+WqLDLQSNSRHbXxX4oxmCzLNlIN6ycfBMyoY3LubAbJ4y+KnAHR4Jri0jwhC10ZSDMwG12HCy4FWVajBoqkFlhVkKQ4vIVXy6IqUAtCukGLUmuz5CrosPtlJ5eDWw5V5JuizMDezr8GKwcWsYQ6tkWga8WnnhTywSEiuoQX3DjPs5MIeF7S/Zw25sfo12Vcx/vEvNk8be7LnnDF3Br637sKpUnGyrFzH6BblJhbZ8gwG6VatD9s2MY5xAmJZ0LQblJOFP1mA4ejD0x08EYBwRzcDpwpG/pyRpjPp2xn07Yz6dsFSFVioYxhR5vcqf8AQfxDBThQ2FFUoxf56oqcfNXipxDhJYReowEIGJIqGCwDxWuKOfTg7JeT2tJ4o8Yxjildxi8Tb1os/u8ZP8qvZEtSQGSS0vpxiKpGZ4mlleNB+EBqeHYjnlmtB6fjFlxIWg68YMWpNyryF/GLD7ZSeXg9ocqHim6LMynejr0RaSaxrGG0UWVeOmLQG+J1o+GBMi1iDiK1mq/kj38Goqh2UP6Rs1c8OyKV1VKthJ9sV1VEZQ4bf1v3YUyjjhSH2yARrGMR3wvYI75VsEd9K6ojvo9WO+j1Y76/ljvodWAkTQ6sYpxHUMd9N9UxieaisIQrzVxvbyChWpQ4O/yT5QfCGhXOIDE2Aw6bqzxVcxwJ+s+mDho83uVP+g/iGCmfRGftnhqnFDyU/fgU/pGTzxjjehiSMa1ahFlICUpGwQ42MgJ7XyxRm66glNJDRQJ0rXVUE6atNaSREzLIGOxbb5044rGCqSmK29LDmNH9oDM3+aunQ4eKeZUWHkBSTri1Jr/cWfvje3myk6jhCEJJJuAjfZ2pStDegc8W3FBKRpMFCrSRoWoYj8ItA1jQRhtLTZV46YU60gOJbVaUoXhPBrqiuK0mFPy8sErVeqLbRglCG7GhBH3xVMSqk8qDXHEm0g6l4orRj5sLf1v3YZacH6N9J9sYuGOfguMzTKXEEDirFcF2iXP+i4fcYLEy0ptYvSscCowGJmt5nUTxk8xhExJvBad8x8nPgqKoyhGJWDLEZQjEYxmMoRlDDjMZQjLGCsxlCMoRiODKEZQjEcI5uGjze5U/6D+IYKZ9EZ+2eEG0XqNQhLCLkirAJUXN5XPAabTWpRxCA0jGfCVrMGSZOIZ06+SG3NFqo80P0lOKIal2i46QK8QhFNUVb3laikodTUoEXgxMSP7N02ea8cCxKTFpr9g7jT/aAzMnsV4+C6eKeZUb2+2FJ1GLckv9xZ++C1vRRVlKWLo7UK1eEs3mKl8ZehsRaeVzJFwwfm7pHk6IDDjJCz4uMf2wqZeRaQtNS0nSIemBK1SaXamnLdeI3DXwa0xdFp1YSNasUdltG02oGwsXHgVtOKT5pqjFOE+eK47Yw0v2QGTLWCF112sJIhmY8dlKvZwxz8FfMMG8zjAWNFd45oL1H1vtaU+Gn48HfGVlJ1iA1MVIXr0GDg6I6MPTHTwRgGA4RzcDpwjm4aPN7lT/AKB+IYKZ9EZ+2eEZojE3iTz4FPruSK4Ljhxk1mN/dHbFjqiLDZ7Yu7yRrw72+K0PtWHBzioxS+4ibXx2XbbQJ8U2T7LJhmfAxPtWT5yf7cGowEMP741+wdxjo1QiamJBcspX6Jw48H5jZt8v3QUvJUFabV+G0nit6Vn7osMI5zpMb23x3NWgc8BE0mwrxhd/bBMSOlxo2fOvEYxwnmAK1WbSOcQ/Rbhzaqx5qv7xWeM14Lnx7lIr/wCWHDHPwV8w4Bdq3p79qgX840xYnGqgclwZKuDZcrWj2iLbaqxHRwOmOngjAMBwjm4HThHNw0eb3Kn/AED8QwUz6Iz9s8HFCWNIyufAmTSfKV90dmPJ4oyBrOuC+50DWYLzqq1KvwrY8RVfQYl92yJp1l9k1uNN1WXlAVAnov1wuQmcVrGhfiK0GFyU23ZcbVUocDsSQYLi9OpI1k6IEy9U/NftSMSPN+Mb4+u+4aTFsJTY/Z/3izXYX4qo3t9oKHLFuTXX5Cr432e6G/jFtaglKdOiC1K1pRpVpPww7ys8dv2iKxEzLpFSSvfG+ZWPhqkVHiOlTY5a8aYskVg3gxvtHYv8In3RvTyClQvSodwkR/y4+/hjn4K+YcEtPNhSVXpUL4MxQ+MaZcn3H7oKVAgi8EYxwLbSqj74snirqya7+bgdMdPBGAYDhHNwOnCObho83uVP+gfiGCmfRGftng76ocVrH06MBWs4gKzCnV4k11rOoaoCUioC4QN/STVcQYrl5noWIrVL1jWjHFR2QH2+kaxAeZNaVXQ3NUs+XaDmk1IaSjEgeF++Dj5QYRSdGlK30N2m1IOebvq+EV4BMvksSvjkcZfmj74EpR8uEI061HWTpgtStS1+NoHxguOrKlG8nDvTHbEC/fLk9OBT1gqsiuoRaeViGSkXDgJfRovGsQHGzWlQrEUcql51MsZllwIdcyTZIxc+OPnTJ9c/CGqVoiVXMyz6a2X2slY5I+SH9kAzUg43autC+MyqMyqJekaMk1KWKgqrQQcRiv3YN7mWgsaK9EWpF+vyHPjFUzLqRy1YuDxb9ES8n+yZSk7OGOfgr5hw7TgsO6Hk39OuLM0gWTkOpyT8ODvU5jH7T4xWldY0ERleyKoqjKjKw3xlRlYKoyoyoqwZUZUX4RzcNHm9yp/0D8QwU654stL+1auClKspXGXgRR7GW8cfNAYb6TrMdjyrhFg8ZadJipyy4PKGOO2oU37RFbDyVcxip9lKvOEdqUpvprixaS40q+q9J1w7Qs9itcZl0XtLFyomtz+6Wj1NNSbtUk6o5WtKdadIPLVApOipZSw+up1lsXL18xhM3TVl129LAxoRz+MfZG+vrsiC21Whv2q4Admq0I0J0q+EWG0hKRoEBEsLQB46+TkjkI9kKYV4KquD2Es342/hG5//ANz+DBQfoh/7isEunzj3CqK1yoB1oxQiVZn1N2zetFqqKm6Ull/uqEcadlR0k/dCJ2kZ3shTZrS2lFSK+XXFZ4Y5+CvmHcEoWkEFzGDG+SnGH7PSObg9rxp0tmLbKrr0m8fRRzcNHm9yp/0D8QwbokD/AMgwf51cBKFZKeMvCuacy3P5U6BG8NHtixf4o4FcVJmCRqXjj84lulBipL9R1LxRXXC5hYJDaCohIrNQFcOTFHIcZcZPbZd0i0Em5WLQYHEKlqyRojfX11nRyYd6ZRaUdEB17juewRvkwvmGkxYyG/EGnnwCs42+KYRMjwxUefggMg26+LZjc6p1NldUxaHLxMFB+iH/ALisDCf8M+/uUv8AWR0dyHPwV8w7gn6zAVZK/GH3xYdTVqOg8DfGllKhpEb1M1JXoOhUYovi/CKovi/BWIvi+AcF8Xxjwjm4aPN7lT/oH4hgp5J0yTH21QWz4Jqw76ocZ3H0Yd+Xj8VOswXXFVqUcZ4YbTeo1CEsouSKhDjkoalMulK0n2K5jDO7rc8xXJzDhEzLpuBVlI5lXjUqGp+RetsTCLbLmr/9ugtOpqUk48FvIb8fXzRvUuirXrMFtmpbnsTG+vLKlazhLJucHthaAMY4yejgWzxEeMRfzRZYRzqN5jc//wC5/BgoP0Q/9xWBtOpn7+5MPruS6K46O5Dn4K+YdwT9ZgMWHE1jlgrarWjTrHBDT9aka9IgLQqsG4jgDAMBwjm4HThHNw0eb3LdB6AfeMFO+hsfbVDnLxsCWNByuaKgMBccVUlIrJjfVYgMhOodw3wjE2K+mJibSeNYst+ccUInZXHZxLR46dUb28wiZk5pHGbcF/IeUQiSk2m5eXZTZbRXUlMb62ntiNHjDVG+zuM6G9HTG+OKCUjSY3qWrQjSdKvhwQ4m9JrEB1NxFYhbIurrTzRvbDdo+6LcxU4v2DDuf/8Ac/gwUH6If+4rAQdDSe5Y4QpR4yBZX3Ic/BXzDuCfrMBwdEF1kWF+xUWXGyk6jwLTR5xoMcXErSg4RgGA4RzcDpwjm4aPN7lug9APvGCnfQmPtqht3Wmo4FTRvXiTzYexmVcRJ4x8Y9x33S4r2RL0Wk/4rnuH34OxZpyqVfPGJ/Rq8b4w5RTC6n0LDsuCrirUPBPIYVuYppxQpCQ4o33KcbGLH5Sbj0GC+WyrkEW31eakXDh7yb2z7IQ44siyKlAaY3plsJTqGGwz2xfsEUK4+5aNT/Rk4KD9EP8A3FYEtvNJWCblJrikWpGlkql0Ug8lll9hK0oSFkACKqQ3PSj3lNOKQfvj883OTjfK26hXwgKUqdbr8aUr9xj5SmP4NUcWZm1ebJmPzeiZ53qo++PzDcy2OWYmSfswvseal5XimreJcVjpNcS7jvGWqXQVqOk2RjjelXO+/uQ5+CvmHcE/WYMSTBbkk76oeGcn+8Y51SeRvFHGmnT/ANQwO3LxXcaLEweZfArBqIuIjepwgHQvQcAqEZJjJwYoyYyYFeDJjJjGMI5uGjze5boPQD7xgp0f8kx9tUJc8VcJYReo1QGkXJFQwdisq46hxj4o7iEpvJqEJYRckVRMTYPFt2W/NGKKzAm6ZSppg3M3Lc5/FHthLLKLKEJqSkaBEnuwoGk0STzbqVTnFPHq0jlI4pgpUjiqvTG9eCcaFaxwu1J4ulZujteNRylnDbfXVqGkxYT2tvxQcZ58FCcz/wCHBQfoh/7isCTqUIm3vHnHlfznuBEJldCWUWOayIxGrUYD2nwhy9xHPwV8w7gn6zAmQYVUXRW4R4urp4Vm9OqLaDWOBYPHb8XVzRX2SByGO+kbYxTSOtHFdSf3u5jm4aPN7lug9APvGClx40k0P5zDqPJrEKnFeaj78CnzoGLngrcVWomsnuIWbmxaiYnAeNYst+ccQgSUgwXHNWrlJ0QJqaImJkXKq4qPNH3xvj677hpMAhW9pSa0pTFu5acSxEozO0cg0O+3x3gOOT4VR8nEatIgFt1KkrSFsupu5DzQWnE1KScYwhtpBUo3ARvk6bR/Zi7piyBUBcBh3lpvjFNdtV0b44sqUbycNC/9f8OChpbsWuxLHHb8tUY5I9eFudhHioUcvkjfPGJO3CRy8FCdbiffCLMuUKbxVk6MBqTaSq9Ncd7HrR3srrR3sraIxy6/ZGaXGSvqx4fVjKX1IrLpxeQY76/lMd+Jjv5vbGKeb60LrnmhWBV2yOLPM+sEYplv1gjPI64jEtPWwXRdCcX6TA5XoSkezh2mzz8scXEdKeHdHFJHMY4kwsfvRnq/OTHbGEnmNUdsaWn2xif24orBjFhHNw0eb3LdB6AfeMFKu6pZj/uGCISw3ckYEyiTk8ZXP3IvG9xXsiXkUvb1LpUXH3NJ1JAjsSj5ewnTrUdZOmC1LVLXpOhPxguurKlG8nAHkfvDWIXRkwriuC2w9VjaXoVE5uBpyTcCqOFpp2rEgV5FerSnkjshodsQMY8YRXFtfa0ayMZ5osMIq1nScNThrXobF8OIdABGNIGqA+L2z7OBQbhSalb/AGTrycFF/VK+2cE274so4f5TCPNGEjk4LCNcw39oQef6BdGSNkZA2RkDZGIRiUdsYnl9cximnfWmKjMuEai4Yz6+vHZRJViqWT3AKAscpjGa+XuvEURzGKrYUPKEdvYI5U447U+nm0wObho83uW6D0A+8YKcKkg1SLFVY8tXA7eyDy6Yrln6vJXHbWDV4ycY4dhN5NQhLKbkCqN9eXZSNJgtsVob9quDvLqu1rPVOuLNcPigqQ34yy7LoskVcuO8csGY3qsk1gG4Yd8dWEgaTFiT4o8c3/2iuEOm6upXMYUyu5QqMFtd6TUY3plsqOoRbmqnFeL4I+Mbn/8A3P4MFF/VK+2cFJO+LIO/ZMJHJ3CTb1zjX2xCufgWAmsxmRtjMjbGZG2MyNsZkbYzI2xYKaj9ArTxeaOK6OkRlJjG6mOM8egRkk85ipCAOb6FjipmZVV4qsYiqbl/3m/hH5u+lR1aeCjze5boPQD7xgp30Fj/ALisG9rmkA6rUVjgVuMCvxk4jFcq+D5K47ewpPLVwAo3Ni1CnyK7IxDXG+Pqr1DQOFVCpmlHEstsJtFxxVVlA0mOz/8AZtKPKYcd7e2pNlBbUe2HyUaRXpjEcWCw32xzUDiEb4+uvUNA4CHCcdVSucQXy5ZQRxqr643qXbsiC2x2xfsEUK4+5We39GTgov6pX2zgpdf/APXr4APLwaOb1zzX2hB5+BvraawdUZlWyMyrZGZVsjMq2RmVbIzKtkb64mqr9V1+2KlL31Opz4wElW9r8Vfxwo83uW6D/L1e8YKaLBqJkmdHlmO3PKVznBWw6pHMYqmGQvlTiMVJesnxV4uDWWbJ8ZGKK5d0L5FYjFl9pSOcQp8jG4rFzCG5YaeMeFaSLKPHVDaaYpANuu3CzaXV41QyUwuTnGkvMPt2VoNy0mPyfQlHol2q6yE3qOsm84N7a4jfJeqMXAssI51G4QWw4VEmtRi2+urUnSYsDtbfig38+Chf+v8AhwUX9Ur7ZwUuf+Uq9o7jRSNc+37/ANdVNrtI/Zru/tFlPEc/Zq+7XCPN7lug/wAvPvGCmfQ2ftng447Q8RyaIqmWK/KRFTT4r8VWI8CyoVjUYCEJqAuAgzDdlY0JrxiLDqCk6lDDvbDdo6eSN8me2K1eCPjCdyO5ajlu0m4hJ3ze67AN1lPhH2CP94d3j3Zk4tVoyyl20g61nwzyXYXF6bNQ6eBZSKybgItzxq/wwffFQAQhPQBFiSFf+Ioe6N8cUVKN5OGhf+v+HBRjZbrAbVjB8sxlWfOilCNLSR/OOBxRWdAiYoZxVZllhJOvED9/AolNX/jk/f8AqitagByxxa1cwjitDpMeD1YvT1YxoSY47ZHNjjiOdHDs75iOTXHGSkxx2iOaMTm3CmSpZWK5Ex/V8e5boP8ALz7xgpneWVL/ADNnJHlmO8nepHeTvUjvJ3qR3k71I7yd6kd5O9SO8nepHeLvq47Uy/V4qkViKpqinh5SERaQhXSmqMg7IyDsjNnZFhxm0NRTFbSFtnybormVkp0BAvhc0uVd3tsZuXYK1K5ABeYmHJncxO0dvLgSlM2nOA6RG/8AY4t2bNuxxqtVcWWpJ1xfIjEIS5MoNtWMizdyRkHZCGWpdaq1VqqTHeTvUjvJ3qRjYU2nSpaY7Sya9KyMZjFKuOK0JQmO2yjtnQgINUd5O9SO8nepHeTvUjvJ3qRQm/MqRXv9VpNXi4KNXZNW9qx/vnBPpCsR3vF++OBRtGlNYdnUWuYG0fdEw8BUJhht32VH3cCifS/wn9TWlqqGuKmBV5Ri0tVZ5cFp9aWxrcVZ98WZndLIIOozSYqb3WUef/ciK5OkJd76p9KvdFSkkc+Cqu0NSo4hx+KeDULxjHA7WsiKn01eUIrBrEJomcXxTil1nR5Pw7jug/y8+8YKdH/JsfbXF8XxfF8XxfF8XxfF/c7+BfF/Avi+L4vi+NzvnTP4MCnKIpmZlqjc06atl0Jap6QZnkaXEdrc+Bid/JE/25O9qXKP8VwccaNPRwBNm6Tk3HOk8Ue8xRtIaFy62zzhVf38Ci6//MH7Cv1Ljxk3Ji04eYasCpWQJpGYTemXV2tJ5V/CCiWnESDZ8CTRj6xxxvs/Nuvq1vOFXvjEkbIui0jinWmAmQ3QPlA/QvnfEbFQGN1VEb3/AM1JY+koP3QKQoifamWT+kaVXVyHVFcWH+hXB3xNyvfwa03aUxbQcRgOOHtrZsO8+vp7hug/y8+8YKd9CY+2vhVOzCE86xHfrPrBFlM40T9YPpe53zpn8GBWBHPwKVpUpvW2wk8wtH3xLz4He08NihVwKN+sV9g/qSu9RyRFtZrJvMKpamZoNMpxDWtXipGkwqUYKpOj9EqhWNfnnTzXRi7h+UaEn1sO+FZuWNShpEfk+cQiVpEDMV8R7lR/Tg3l04vBPALZ0xZVeOCprRVXHY5PFfRV+8MY+/uG6D/Lz7xgp30Jj7a+AC9jWchtN5gpYrQ35Jsp26YrmJ01+Qj4wiVbWVBdWNQ1mKkTi6/KQKoDUwm2yTiFfFPMdEb9KrrGkaRz8K6Loui6Loui6Loui6Loui6Lou4O53zpn8GCV3XbnZ2WmOymysyLh3taaiRiJxKu5IVRlM0c9KzCMpl9uyr+8JV5XAmJIZTc6S9+8OKfZVFJSiE1r7H3xvnTxvui0NOGjvPX9g/qMuKuEb4uHKapZZDaMSUJynVaEJ5YNJUq5iGJhhJ4jKdQ+OnDZ3OUOt5ANS5lZsNI51nFAc3U7qja0s0c1i66/hFTlETT51vz6vuqir/dtaOVudcH3wVUNTNISStAcKXk+2owualJZFKSycZdkKysDlbOPZXBGo1EasAcbWUqSa0qSaiDrgUBTbn/ABFtPanf/MpH4h7cG9LPGHtHArU2D0RmUxmvbGR7YzUVISBzQzMJ8B1J9vcN0H+Xq94wU76Ex9tfAW+8qtSlYzFhubcSBcAuMVIO9aA6+8pahcpUfKC9ggsvTAWlV6VIEW2XVIOtKqo77tDU4K4sT7O9/wCIi6KwcRuIwWh0RjWdsZR2xlHbGUdsZR2xlHbGUdsZR2xlHbGUdsZR2xlHbGUdsZR2xlHbG9qNeLFwNzvnTP4MFEfUK+2qPyXukoxE014BOJbR1oVemOz5da5yilqqanLPGaPiODQeW4wFaxhVR6lcWdllJq8pPGH3wWHsYqsq5UmJqh3Rjln1N9Gj2VYZWnOxt+Eu5WpsHGoVVGqGqTo58OsPotNLGkfqLeRcm/ngrcWEpSK1KVcBri2wsiRlq0SaNetw8p92Funv9oTCkg8ZiiK6ieV3V5m2ESssyhppsVNtNJspQOQC7g1gwqaU2mSpOrtdIMoyjqcT4Y5b4XQm6CS3l5ONJGNDqfHQfCGBE3KPKbdaWFNOIvSoaYRSfFTMNne5xsaHNfMb4C03iAtNx7kk+SOHug/y1XvGCnfQmPtr4AlWb1KOPUNcdit0d2SpOJbijphVI0QkoLWdYOjgKpOk1EMINQSPDMby7Q+9o/aDRFgLtNrFbaol/qRg6foHQeBud86Z/Bgoj6hX21YHJKdl0PMPIKHmXBWlaTeDEzuekVrVLISlyV3y8NrFYTy1XYZGka6t5m0E81dR98X4q6jDFLoTxZ2XqWfLRi91XAmNykw5xFpL8pXoV4Y+/wDUJc1CMcI3PSrlT1I52o3Mi/acXQcLX+0Gn5e04vHREu4nIH7c8vi7dUVk4eO4BzmOK+nbFeFVC0lU24itUlN1caXc1+adIiYoOl5fepmVcsPI5dY1g3jA2p9yqUnKmJvkryVdB++LJ0QWTzjuNcJPkjh7oP8ALVe8YKd9CY+2vgdky7G9qIqJTdCpeYFSknT74emFjta0WB5UVWXfWxku+tjJd9bCGJNKilhVZTeaoCUcYm5I0xLy9IN2yyjXpgNtpASBUANGCoiMsxnDsjOHZGcOyM4dkZw7Izh2RnDsjOHZGcOyM4dkZw7Izh2RnDsjOHZHF6TwNzvnTP4MFFMPYhvKqlfvqw0dSQHfEgUKPKhfwOElN4uiWnf20she1MF4NnfZF1L1rkyVew8CVppm+WeC+caRsrgOtIVZUkKTzGM2qM2qM2qM2qM2qM2qM2qM2qM2qM2qM2qM2qM2qM2qM2qM2qM2qM2qM2qM2qM2qM2qM2qM2qM2qM2qM2qM2qM2qM2qM2qAhCSMeOuAkaTE5PpVW0hzeZfzEYvienBL0M9X2K2N/n1D9knR+8ak9MBDbYQlIAQhIxJAuAwb44qoRUjiJ5L8NbTlXJFkiyvVrws7uZJrt0nUzPVeEyclX7pxcysFRiTpF1VbyUbzMeejF7qjAc2xm1Rm1Rm1Rm1Rm1Rm1Rm1Rm1Qe1quhBPiD3cPdB/lqveMFO+hMfbXwe2soXVdaTXFQ4GKN8QwhKvGCBX9I3O+dM/gwUX9Sr7ao7GWbsnBRdIAZmeWgnkUj+3AoxZvTL2D0EiHZB0VpfaU2RziCw7lNqKFc4xcCTcWqtTILKz5v9qv1DP0qm+Xk3Fp56sUY8E3ujcR2ykJre0H/Db/APyJ2YcWSnJ4NpJqIugOafCHLgmKEnE1tTjCmXAfKFX94dkJnOMOqbc50mrBSdDKVkLQ+gc/FP3dyVzQ0f8ACT7uHug/y1XvGCnfQmPtq4d/ti8bYvG2Lxti8bYvG2Lxti8bYvG2Lxti8bYvG2Lxti8bYvG2Lxti8bYvG2Lxti8bYvG2Lxt4e50+XM+5GCjPqlfbMIc1KwTDlWNibYc/mq+/gNoP6ObdT7a4ridZCakuOb8gcihX8eBSFGE5C0PJ5jiP6hpEg5wNt7VjBXFCSqU1f8PStXOqtX34FrGrFw1t6xXhplltNSVzW+j99IVgel68T1Hr9hB7krmhr6pPu4e6D/LVe8YKc9BY+2rhb2LtMXRdF0XRdF0XRdF0XRdF0XRdF0XRdF0XRdF0XRdG9q6ODud8+Z9yMFGfVK+2Yq5cFNN6pK2OhQPAm2vEn/ekYJGkwM6yppZ5Umsew8Ay1eKYlFg9GMfqGb+vZ+3gVzRQ7iLjRbFXUGBXRw/3DhpKz4KGQefexgHoL1fs7kRCE6kD3cPdB/lqveMFOegsfbVwjzfSOjg7nfPmfcjBRn1SvtmEjQMZwUpLePRz32DCVa04aSb1TbZ/kwCaAxys0lXQeKeBRzqruyQlXMRV+oaVbHgy++D91QOGiV145dtUsvnQo/dVgU14wio8JTx04hgCBpNUUxSrR4jk+sI81PFHuwT07VmZGz1lD4dybaHhOJHt7hug/wAtV92CnPQWPtq4V9R1xnBsjODZGcGyM4NkZwbIzg2RnBsjODZGcGyM4NkZwbIzg2RnBsjODZGcGyM4NkZwbIzg2RnBsjODZGcGyM4NkZ0bIxHGbzwdzqfKmfwYKLSkVktqqH75io5RysEyzVlyro/kMIHkjDSiPLaPsOCfkAMbkqqzzjH90BWsYZeYHgTCFfzCFVa/1A9Rz2TMMqaV+8KoXJvipbKyhY5QasFIbjJheNz87lAdJGJwbKj0YeyWh54+/g2E3eErVAQgYgMWCf3QKVx22bEsPGeViQPv6I4xrOk4Jml1pxzk1ZR5qBV7ye5S6EorS0vfHTqA/v3DdAB//GLwU4P+RY+2rhY79UZv2xm/bGb9sZv2xm/bGb9sZv2xm/bGb9sZv2xm/bGb9sZv2xm/bGb9sZv2xm/bGb9sZv2xm/bGb9sZv2xm/bFaekcHc8PSfwYKKds8ZTKqz++rCaJkH6qSpRBQzVey1ctz8I/tFlIxDDSifIaPtOCyq44jD8ioZl9aKuY4SrUIYdHhMIP8o/UKqSaR2mkk78nz7lj7+nBK0/RS6piUeDjddx1pPIRi6Ylt0VDqrl5pFYSb21eEg8oOLDbbNhXsjN2vNMZg9MVvuVciYsNpqGCyBjOiEblKLeC5Si1nf3EnE7MXHoSMXPXgRKSqLTrqwhtI0k3RK0Gwa0yrARXrOk7a+4VkwCwzvTWmYdGLo1x2LJpvxuOKvWdfcKWoUJrM1RzzaRy2TVCVqFRKcYhyjHf/AJnRym0Y/DQbY9lrhHm+kdHBkaDaXX+T6OrdGpbiq/ckbYKzoFcURRjg4zVHt2+c8b78H5RpQ74+7X2FIpVx31fcnWqH6fpuY3yYfVjqyUDQhOpI4FNJm7fEl2LNhVXhKj9N62P03rYn5RgK3t4NzCLXlp+IOEjkiip4qdrdo9pRqX5MZT3XjKe68Zb3XjOPdeM4914zj3XjOPdeM4914CS4914zj/rIzj/rIzj/AKyM4/6yFb45MYtTv9ozk166M5NeujOTXrozk166M5NeujOTXrozk166A405MVlVWN3+0ZT3XjKe68ZT3XjKe68ZT3Xj9L6yP0vrI/S+sj9L6yLnfWQ9RtH2hPNdto9S14t8HgHkUMWyC262pC0qKVoWMaSLwcCpacQt6ippYM2wnKbV+1Ry6xpENUnRc43MSz6LTD7RrSscOoCHtyW5WaCqSWLE3NtnFJjSkf4n2eeKhgd3cUy0rsWUUWqPTXVvj3hL5kj2nkjNL9aY73X64x3u564x3qr1pivsVXrTHeX/APoY7zPrDHeh9YYS6xRTIVVlFNZ9vcq4pKhA3Uwp7smT5WXOMNhtJ6IlaeotQEzJTCXmK7qxo5jd0xK7pqGcrZmW67BvaV4SDyg4uDvmg/SN80aOBM7pKbfsS0o3bXrVqSOUnEInN0lKd8T0wXXE15GpPQKh0RI0CkcR161MHxWk41HZi6YVNOqQyym9birKUDnMLkdyCU0pOXdkGvsZvpvc6MXLDlNU7PrmZl3LcXq1AaByYOjDTx/5eX+0rDRVLAYn5FbSjyoXi9iuBQi/+QA2E9xHPwV8w7gn6zui/wDaRQEtWhZ/4yygZJ/b8xuVy48JVRTiXpR1VcxR757W5yjxFcohLMlSIlJw3yE6oIX+6bl9GyKlpI5xwOz90VLMSTWgvrxq5k3q6IcofcM27Jy6xZcpBzE+4PIH6McuVzYW6Bo2tDY487N1cWXa0q59AGkxL0FQ0tvMrKNBthvk1nWTeTg6OGjze5im6GlrdKUUlS2kpGN9nw2+fSOUcsBaDWDdCnWWlTVHTJ/PpC1VWf2iNS/fsMCldzFKomW/0iLnGj4q03pPByRsjJGyMkbIyRsjJGyMkbIyRsjJGyMkbIyRsjJGyMkbIyRsjJGyMkbIyRsjJGyMkbIyRsjJGyMkbIyRsjJGzgGlt09KtyrXgBWW4dSU3qMJBbVK0VLLrkpGvGT+1c1r5Lk+3BMObmJhph2YQG3JlTAWsJ1JJyYt7oqemp2q5L71aR+7dhRKSbKnHHFWUITpMVDHVi4prjJMXRTsxYNkpYSF1Yq61Yq8MjSbykIMpP1nfFhJsKTUTjvx1XR8pMdePlFj1ghErKzTbjriglttC6ypRuAijZClJJ2WfZQtK2H0WVJ45vHcRz8FfMO4J+s7oULQFJUCFJUKwoajDu6vcVKKdozKmpFGNcnyp8Zv7PNFYOCpQrgM0TurmktJuYeVvqNiq4qm5Gi5jlMuUfZMVM0DRTZ12XFffFkboEyidUhLpb9t8GdpCbdmHlZTz7hUo9Jw/kegWQAiozc24O1yyNauXUm8wmgaBaNVdqYmF5yYX4yvuGjCObho83uj27XcBIlxThK6RotoYyrS40NetOyDyGog6DqhNJUNSL8pMoyX5Z0oV7L4DU4/I0kkCoGblql7UEe6PmlRPrXY+aVE+tdj5pUT612PmlRPrXY+aVE+tdj5pUT612PmlRPrXY+aVE+tdj5pUT612PmnRHrHY+alEesdj5qUR6x2PmpRHrHY+alEesdj5qUR6x2PmpRHrHY+alEesdj5qUR6x2PmpRHXd+MfNSiOu78Y+alEdd34x81KI67vxj5qUR13fjHzUojru/GPmpRHXd+MfNSiOu78Y+atEdd34x81qH2u/GC3KTUjRySMfYcrWrasmDSdNUk/OTKr35l0rV7bujBvTR51Yd8cPMNcdqARFa3VHpjiLI5jHfLnXjjuqPOYpeRtV73SqFhPnN1fhh2gKDk/ytSLJsv1OWWGFeKVDKPINsFLFPpo5o/oqNZDf82V7YM3S1IvzLpvdmHStW04ZWfSqosTCHAeY1wpweEa+4jn4K+YdwT9Z3W0k1GHKb3FuNUdPLNp2UUKpd88lWbV/LzR+Tt0tDvybtfF35PFX5qrldHDSy2gqWs1IQkVlR5BphFI7sSuiZG/eKvzl0c36PnOPkhuhNz1Gtysq3c2jSfGUb1K5TwBzcNHm9wVLv0s2FpNSgKzVsj5YR1VfCPlhHVV8I+WEdVXwj5YR1VfCFUiulBR9JH/AOYSjeX9Ymqpfv5YKqOdlqXZ0OSCuP0tqxj2xvc5Rsy0dTjChGQrqmMhXVMZCuqYyFdUxkK6pjIV1TGQrqmMhXVMZCuqYza+oYza+oYza+oYza+oYza+oYza+oYza+oYza+oYza+oYzS+oYzS+oYzS+oYzS+oYzS+oYzS+oYzS+oYzS+oYzS/VmMy56sxYk6LmXTqRLqMKddYlpAAcVNITFhSzzAHbBbTQzb6f8Ak5pC4q/3QnOqPjFk0IiX5ZuaQiArdLu7kJRPhNybS3l7TUmE0VuHo2lKRk25Nu1NlkrtuHGrJFQ5o+aNJfwS/hHzQpL+DX8I+aFJfwa/hHzQpL+DX8I+aNJfwS/hG7J2boualJzsJLlGpel1JK3QhwcXFjIrEWjQE8Sbz2Kv4R83Z7+EX8I+bk//AAi/hHzbn/4Rfwj5uT38Iv4Rj3PT38Kv4RLKcnAFGVatApOI2BHfydhjv5Owx38nYY7+TsMd/J2GO/k7DHfydhjv5OwwCZ9Owx8op6pj5RT1THyinqmPlFPVML32lECsYuKY+WEdVXwj5YR1VfCPlhHVV8I+WEdVXwj5YR1VfCPlhHVV8I+WEdVXwhKGaUQo268kx38nYY7+TsMd/J2GO/k7DHfydhjv5Owx38nYY7+TsMd/J2GO/k7DHfydhjv5Owx38nYY7+TsMKo2lux5qXXlMTLNtJ6CIL+5+m5iiXD4CK3WuqrGNsE0TT9Fz6dHbVMq2LH3xV/uu8vlacQoe+KhuRm/3rI++O3syUmNc1OisdCa4Du6vd7vmtijZcp/nX8I/wDhmj2GHasc0sFbx/fOPZVHfw2GO/k7DHfydhjv5Owx38nYY+UU9Ux8op6pj5RT1THyinqmPlFPVMfKKeqY+UE9Uwl6SmUuJuJQdOrhutMLsrU2oIVqNUdizEo4haMSklBjNL6hjNL6hjNL6hjNL6hjNL6hjNL6hiqy5VqKTGYV6qMwr1UZhXqozCvVRmFeqjMK9VGYV6qMwr1UZhXqozCvVRmFeqjMK9VGYV6qMwr1UZhXqozCvVRmFeqjMq9VGZV6uMyr1cZlXq4zKvVxmVerjMq9XGZV6uMyr1cZpfq4zS/VmKqneayYzS+oYzS+oYzS+oYzS+oYzS+oYqCHOqYyXOqYyHOqYyHeqYyHeqYyXOqYrsuVi7imMp/YqMp7YqMp7YqMp7YqMp7YqMp/YqM0vqGM0vqGM0vqGM0vqGM0vqGM0vqGM0vqGM0vqGM0vqGM0vqGM0vqGM0vqGM0vqGM0vqGM0vqGM0vqGM0vqGM0vqGM0vqGM0vqGM0vqGM0vqGM0vqGM0vqGM0vqGM0vqGM0vqGM0vqGM0vqGM0vqGM0vqGM0vqGM0vqGM0vqGM0vqGM0vqGM0vqGM0vqGM0vqGM0vqGM0vqGM0vqGM0vqGM0vqGM0vqGM0vqGM0vqGM0vqGM0vqGM0vqGM0vqGM0vqGM0vqGM0vqGM0vqGM0vqGM0vqGJmecaUhlxASm0Kraq7+4XxfF8XxfF8XxfF8XxfF8XxfF8XxfF8XxfF8XxfF8XxfF8XxfF8XxfF8XxfF8XxfF8XxfF8XxfF8XxfF8XxfF8XxfF8XxfF8XxfF8XxfF8XxfF8XxfF8XxfF8XxfF8XxfF8XxfF8XxfF8XxfF8XxfF8XxfF8XxfF8XxfF8XxfF8XxfF8XxfF8XxfF8X/8A01v/xAAsEAABAgMGBgMBAQEBAAAAAAABABEhMUEQUWFxgfAgkaHB0fEwQLHhUGCQ/9oACAEBAAE/If8AwBYgOYZoRgCDkUzT/wC0dBlyIEyqPLvNEYiJzKYPBTba6II+BCjcfCwP/YtmcmF8UduCmTwtgjzgtEa4f9cSBsAJkqaOOBB6PPKPIAA1xxxBcmIkUxARZA7B1Hc8wooxsUwu/wDotSheS6UCeiR5gvcYKU/9SDOSwaJTikPzTASKWJZ/54zIwayZI/OV5Ns1zAxiMkKPC/0ymAulL5yEZmL/ADcRyRnW7wF/HE0ZXujCqxHL/Ram4BcRWITEJiExCYhMQmITEJiExCYhMQmITEJiECxwEo/5dehkzKh4buUPLuJlefgDKYGcCKq9eocW7li0cTJj/qSSPAHKN5p6YfHrY6EJopeLkAUsHH3JwCgrp8mSdoECECu5XwDT9+/fv36HNfCS5cuXLly5cuQL8L+/fv379+/TTtikWj4Xc0VyGzspHUKUD8RYERgJk0RxuSAi5Aio/QIKBG2q/v3TAgLEgvbl7wveF7wveF7wveF7wveF7wveF7wveF7wveERCCHERH2w5mi6mQhE9HCVFsZdAxjxA4OxiSJ05yKYolqfvmaQOXLJaBUqztBjngAwZyiCGYyZxMRiOrBHwQESwVJTRgCS/E8DsXBZpEKDSmhf9wOJFsrOe6Xul7pe6Xul7pe6Xul7pe6Xul7pe6XukXMy+f2qJPG9S8mQEySAEy0LT60wsiSAimGwBUoAxYAEM40G9hBRqkv8GMZlDC6Z3NFJOsMvLeqUBTXGsW7lJ5B39FvXQRIxZpFNwez8yDju5+ZHgICz29yJp8HHHHHHHFy1E/ikWNOTiR8CBOTixChWjzzBCxCC95K60HqhLXOJClOKI2MWOBusDMMBjbkBxuDoGBtYPQBxkaEGIIbhmkJkVROGWKJyyJn4jXCY5Ihi304s9L0CIAHIrD/QaLuyVHeBAQsZ/oF4yQeZARTGzADv5S68oEDHETEbtqDei4YHndWHDQLtx8V6pqI75LAHJ5uv4oxkFgIXz4UpWaPko+Mg/htWwMJ5A7G9gE5NQiSr8JPeqTxGKoib2HFZ1AHMMPxUha/VEAVP/AFFeA1IAgA/AqxBkBBDTGIqCIEEETsIbIDTuCwhRwBWam0DAUBYKMFGCjDRhow0YaCwyQ7BM0fpAAAHZFIC8o87OFE1CixgmYyQA4BED/nYNtkM6ARwRcLzBqAgkAOSwqSg9g3iBuicbmiptCIhB2HmQ/Azg3OwpCIBHMYKJ3AuyNwHCEBP9TliAjyNFcOqg5Gqq9mJsN+rFFIRAkoEIAUD8KMhzEjJuPRH7AwDEH4WOe+BcVtW0BTS8PQGH4nEGrLFMgnajHl5LOQRP50TxjZrLgbOAnENPKICGIMQQZpy0LviIBDwRsxugftCm4Xp+cAvcKeMwIWwqEFHOIk/AKaJiN9iTjZSBM0/8sqJqhwIAwMBIIYkWpRQLAgWCRJxBgYAMNEJnmkFym4Or8gTJe0UORDkAwEOggORAiwBIyF/dyESAiGJKSfIB+O6ZfiAmWIQqLMpAWOTAiJC+nmoqitySFJxCKZ43gpQsQ8Gd4Ug/wAE+Phj1O84IIRAA4gHUIoFHgllcovYBjzjswStQVe80sMUVkgRZgg5Uskq5GKHQCZTJBijAC8fYrRPghVKSPzleTwHnMHEWPGYzVXtEpVLymP8x8L+cmwMRdVRTu0M0zf6ihIO6AKFXWnkslSgNFX3U2Rnbm2DTw43omQkCsKEQjXXhgGFgimYmzgr2T2blB74j2EQGAguREFQ2VJ4oYXoLZBPV8O9eMUC8Rw1YTMgKpl0nHl5INF1RP50tFHaH5glQtuEXvNMMUwvgwGiGGs7I0W4rMQRGgMRmGIZ0s6P9hjRDibghL5gWcKXi5ApHA4WB/lPm4moJe6uzEpwMPhEwErG51q92pOKVYrcGJLBGJSlARQLC9pciCCxQcF1HZBJgSZG4WZOyEFVZgwa65mj0P4xAcU81ySOXc6oYMxHZRTeAYFAKlR0hZ78EH4/EyuIoi5EVGT5nRHrqw7EWVAqZC9NURuOelNULfGRz1poomwX3nD5glQla8y38QoOceymHfhaGmKvgZOHs6P9dcXARKnsF9B5xx4KK/XqnO5XpCRNpxhynhPEfHLe973ve5G+tpNA/WfVDERif4DGQfAJiIn/AONJKUEDA+nROJCADECnS8S5VDg6iN9ocwCwqw5eQ/bC4NHiaWaini3Jmjuj6weIHinKNIZmd42XQEFAuIqgjhBiR9n6oBA2iIwRE1XocBTVRnGRD8aWhJA4fUFOjjgHR5fxCatgYfJjDv8ADp6P9dz6w+oYckRma/i2+8fHvtx+twe7DAwRPEbBvFDytc4zg5HKaHQIj1JO5wCMoPzgxcmwqiAggoINGm+CGnSZzMQFI2MHBIlurIM0LZ0AHEJ5gZbnzKFSsqBMmQFUQKPu78CmqOUJYejiNoNEOPzBK1BByVekKOOu2mA/fj09H+ukBgEXEfUlKUpSlKUpSlKUpSlERDeOBOAWJ5LE8kBD4z8x8YFgJwcCsTyWJ5fV4DhNFPe7WNvQDio94r5hTnEM0NsGAxsJADizVUhDIeJejajaGkQ4qEek68pWGYoqf/zMxI5ob4e5IfBDJWEh5o9pgOelNVK3XH56WkwDmZgECCBnBkQYFER9Ew5wQGzqgzk/6GI+Rz0f/PSJgENEGUELJjlEuTx+Oo/N8PY45migiTkxLxOX1OA6S/HXGh5poAcHEKFMH3mnNHhB/S9IdSEAUgSsmoGdlM7pwzRLnPRMSURAiJC8TsYIs/P3IzE5NgZknlBYtleiQuHV03MAoBY3KBoQj8iXPYuMQVKmgsbUuOcioIRcFPNgE86Zh7lQIyUmQE0nnVR+NEVBPq8DkaqvTWA18xGZzEtAOFNDHBASubNxLiKfE56PwMZBHtIBQ7gy/ME3X3gDo+miIvC1k/TNzkWUGswyDEagLsSP+M2a5SWarULUW6hai3ULUW9Et0uH0+BBixA8NI65jyQgabJBiZR8iBv6EjnMzsF1LMjIauAEUwFmOYcSbCwrFEc3Mp5UNZE+lgb5OVEIMFwEIGYdjYQOkWRq/wAm1DRvGgKlGGEJNH5SNUJo1NM5Gjip0JsFLJsdBmN3EADGoxC8LdwEAiITUwMRkKANiIQ+VICAbrRRgUInoMHc7UOEBZEXj4HJuTgIC2efYiOxoiISdBSGHLm8m83nHgbaWYJcFEoFAUCkmEYeaRrC4TAPggzwEEEEO7CIDh9vZrlJZ0lnVIrpuAjLRCyZY6JbpcPp8ByjFwvAd/bNUKccQdDXDIFZIiJAItaDUTBnMzoKWSXewgnDJHLsr0vIvFeiBEHBByvCDuCFJYQK4J+um2F64N2jvogbhoWEyvJLkmpKIp5mwCfdZAynNQAHBHDc63kEeiioAcAPVlEwR2ACdAb1jyNFcgsVZGvBEEAWIkQZJkLuMiMthNJmCiIzzEV3lnMMUaMXNFuddaxf4XOYipbaoTkFUz4DShQTokwDAApy4Z6MT4ZXAYNXDIgkSoeCbmUvCI/Ta9hMx6r1lesr1lesr1lesp5fALJRrOks6pFdNwEZaIWTLHRLdLh9PhO0IIvEYckGPgAleLCFVHoA4Mw62T8w6gP25siTFEb7Iw0cau1LJr83MU6WDSL0NMPsQtQ23MgZDkCn13FMJwRenhAS/AKI+N6IRB8J74KVHmdVNwAuB26goEwmAfMCY4hQuUfKcNFF08GDeR0NdUQSDNiOADCEjsVJa7T+CbVBiQwFxRM6nD06Y8oLq0BD9IJsbcFO94poS4KZMrbvw5mwBiTei/ZB8cSIXGAJC0km5gjMCGceZgAchkgi/LzU5Relf3BkbyRKx8QeaBVFpCBsEWJYgoukFtgB5hDYgfiD94JuZS8Ko3fT/H+8fVkLOks6pFdNwEZaIWTLHRLdLh9EXE9NhTLnrUTspZM6wIH8UeCgTYq6SEphMn+wt5xMyqo131bxP4qQt8AsRFjjj54BzosAwxzivM6DpuhcyMBgfGkIHGCLRiRrAXIPfYSOASnMekWJwKYWhXlkaIcye36C8JtJsmGQUAJwZgDpV0U+/AZg09C6hGETlMApgwQZEGBTDgrXaouHkzCepVFWUtw+Z74hw8SzauY6KESfAYQYcZYnBBVN7dYgNIGoZR3Q0LJyWETAKPtVa6oMebK4jECU0+gFoQYAdmJTyLCJnQOaJiWbeQGflos+jBiqv+ED5BDgobPZ5kTT+l+P94+rIWEQ4QsgILIFGaOYbIxkcmgso2EHMCmaWdEt0uH0emWERoVvQSMiWEBpiNAnUdrKGlk7I0nRwm/gk21mTjzaVhhswKXk9ZDeOCqPQiEfJO1GcgQeAlQMFUwTT5YjcEibYuBCd12ZRqeJ7hIIuEUB51USgJkMwLJr/svT8xKMsxRTiFnmwRUVcI87KxTyN7D9R1n31ReNESDirzyNU1zQeeQ0Q2IqAyOfY13ouViuZYrmUQMBEEwyEleAuQhhmEXDIwiiWDC0tAiWooGFuTXBAvGW5XhiYJNUgJgeMITBympX+px4jRZ55BEXSgUaEJCQAklnqt1+ZSJNUFYrmUIoLEs0VI3z+CbL3/S/H+8fVkPn6JbpcPo9MsIm1M0xWcap7IQAxBEggU2jXCjALrB5GRUZWREQoWTvhT8DuWhRGPZtjZWmeZ/bGgTjCA/bZhwDO7DaRg2qdFueaBFR8TPqycIkhbAH7YLTDNiE04KoMxVOwOp0KchvUOZ4J42c44vNUaBxszUSVhaAhBEIIpEZcR/gCQuJEY6GdEMDIGCCGneuFNSnG0vRnmOAC9iQibiAV08xmjuiGQcdnNtLD07jUaClsZCiH+CJ2MckeGHQIf6P4/3j6shYFkz4pvugEBWb7HW6m+6b7ppbMLFM9033VEGNnRLdLh9Hplg2nG/PKDSF8bSADEJqO2JcmgjaXonVHIri3Bf8pHXdCINDNEF49oNXzRBBZQZAMfJ5GbAkC8lLEpiYggiwJlc6OWA5oxYzPhzIZAWEtErGFDa5VNPo18EzcGO86s70xhHdR5iiHRiTDgoxkBAB2Nrkw4eE8jWx2iVghA7XKYQiLarcJgQUYfmewEmAZA+OBmktJQhMI5YLUiJK4Eb3ksJucE5X85tlnMERVzwUHtYe8HD8k4Czp8INFwEBMdECVE7ZXxdvgfo/j/ePqyFnSWdUium4CMtELJljolulw+j0ywJo8UIoZISHPHfiODxjadtFCniPcJqbqCiMxSx/cHN9ICYgRpqXMdEjAxDQxKOB8qsmU61acUQwAg4o4DoOAfZZrC/EwIGH6uYWijWacvJNdhubyoAjSRpCQUA44OwzI6CYRA17lGmqITBRcJxYfWGuqltzB4yg9uIqVAEZWkCiABYI5i3FwI7IqekSjvTcUHyEgAlZDwrULAIJAHYiJWJyToJIVZuN4mjOvfiYvEkTqh+/YsQYSp8eHqLQK9w3Gf5p22B+jc7v3j6shZ0lnVIrpuAjLRCyZY6JbpcPo9MsC3sWX0DSKFBBnUqFNpGHlwQKnDswvkwfDB3KHM9PYa5BwDkZiizIJABEPAoZYk6WaAifv4LNhEzLkoJOHdgMCWrABwGCJRijSCQawQwiiUhjZCFcBgzYgSEfzBpqE+pmUPE4juRuhLkCDEFQXTFRrFMbgzupKjpG77w+HBMOIuGhookOyZa8GoTkzKMjB350QqpK5wWHUOBD6dBUQtA4MzbRYRuSOBuwOFglw3HKOzkMuOIk4mzIwamNITm3oTV807bA/KWIGkrQY8BnOe7E0fdL2i9ovaL2i9oiQMTDO3pLOqRXTcBGWiFkyx0S3S4fR6ZYC4CtLFogJOmeynLgI3wU4iw0BsHUp3giBbGCOEXCBQbxVIWTKAfM5ebJm2rCQhTwO5jJSHetkcLmqc+dNVRmA90A5CowinGU0xMB9wQJEQURIuaU85CgBTIYpQDBFuTraJ/FSHxTgASTICqAwFQuu0fqqUAQxtNVECCZDSQa5vxG82dQ4EAIKQQXBBknejCRtyATYl2KE0HhxIEWkBjaX71bRPIE3kow9GIQkSKoE+RX4RBJgb5J22B+Xf4H5qkL1iaiywgQEQXrF6xAABgICz1i9YgQAGVnRLdLh9EQbTxTpRZGQVCeRCfBgUCD3T1CE1Kx4w5WZQxmDcN1SSSSOTEkmJNhLHUD4Oo8CyBfLKgYvgag+RDoJW6gVCqJ0GK1lAPy00TZjhE9aaqgc4MiK2krMFZiKoIWpSdsxMIVA/C6ECDGqd4I1CCRexgj9nZVKD5hkxCKgWoBiXm2dQW1MsUG8kwCMVX8xOy8Av2Cfsrk4gQw6pEppzgzkU9kkEQQYoclpmCEUxebJpDZU/ZRsDjCB7zkigL545QH4t1gViFiFiFiExEx8G/wP2+iW6XD6pcXOPG6MlBIHYRTQUOCn+EUxwIVbpPDyxamAwtE9HSZDUouLogbAHK4KAtVD38IFDgqbiSAAgAmREHDH+LMEbjiuKelEyDeqTnrTVTACIMiK2AkFwUUMapTzEigpauM2YmECIgeIVNwFnddmUS+InuEnzjcVtqlCxqRs6JjkRuWuX2UlVNMBIyAGRO2K+oBqWKGMAfAB2TwQnwhoHdgQQfi+xz3bm0KjFA7KLuAMiMPhI2IQEL2Nexr2NexoPsYZE+Df4GwoEILA5E10SRgHwV6ORYHIsZCxmLA5FgjlaVDBG9YHIiABERuRmjkGiwORYHIiGaiwXHIsDkRUaDZ0S3S4fVLis4YqNgkfUUOaCHfqYJ1wYO6X5m3VMTQuVQ762VcXJn4T7z2hinAkzpqABgGgN6gBEGmR4GRdyiqOeiYx4guetNUCCAlwZEFwbASIp0J7SbmJFPUCpSzEwnBDg265oEihOm3rKqkhbAH6gmuZkFT0ienAfMrMRgM2RyQBPX0LjiLXoC+CMi6mOLFNbHWvPx/PjkmRysjqIjA4IfwC9TXqC9TVVT2yheEyCTKMbvkxv8AA2ddaJiC0SbBV2VnSWdUium4CMtELJljolulw4AAA0MCz5W3MxIOTX5S4ucsEVE79HHkWNODMqkoUTQHuYcBi9eSM/CLUDCgTOnJ/mCupT+mI1TCFGKfsATkCLMckrJOK9ZxEspJ1ebzpNE+MmYIHI14SMQVRj0TbioxLWmqBBEJTDg2BxEFOj1os+YkU7g3pyzEwmM7o8HRBtcqlvbCraghAaUD24CJOTZKsv7gUGmw4YB700SC2sOTzMx+ICUHsa8ahNuEbLKzDJejWE5Km1YSlU80AyHkaKuJcQiUbWu/gHsqMzRdRYx3RVBiHgEcwjgxQRDqQ5Kw+SP7KTgcxw7/AANnXWiYgtEmwVdlZ0lnVIrpuAjLRCyZY6JbpcODfrrCun/IWLiCWIQLzFkdYKHbpGCBoVpAwAkpQHBM4Gy/7YY1jrszyQDQCmjjHREaQhghrij2DjwObUim+J2g9Q8Ipk+HDsBgnV6vX0GiuFVQcjXhdrCsQ9E0Z/OWtEQGISkRwbBCIKYLgRh8yPwAQXJwCDcJZCQUtMygCc0D24wBEXob5OqO7xBzF+dfg61a/skUOrj5zEMQtPPY5SWQm3+jpyVenoA7ut3+Bt0F+KmIFCwSUhYJaWT5FBdQip6goWEZaWQUyxOyQpzohZOCUpDgQImFhXT/AJC2ugz4BvIn4Ie0CADhL9JvcKnkm+wgcFVPfVBU3dYMTyKKPYIEcYqLwnt2JIZybwzaStmnDuARqhEqNx+U/QZPBWAivClGJZcDUB/E9OF5DTyV1qwE8r+F3X5EPRfpl+YQSAQOCOCLAWMCnV10WOokU6M2lEZzJwZIg1PkuIOzEOeHHCIMAVQsBXTDqFJmqnEYdQCP47bujjDbvWtL9yC4mI5FGighdeyAv8GFCNoK/s3KunN71GqzMn5R7h8iIJFQFMakdkF6tOqyoZj/AHhdoOJ0g/qhlimfoHAqImt/gftldFxFdP8AplhWxOP7u1g6cMN5yUanNTehwp2EVKFoY4oBBgt5DFhiU/8AOjjSGYKRVlFLFocp+FCGaBDoxgUFRDU2Q/QR4yWjT7IFk2qjgC4OI8oMW+43kia4N29pADsG5KbwTAPYOEkUizGAAorSZQAIAkw4NgvdPGhU63oCL0rUzGSMyVEeAnIzUFUS5fT+IL0Ry2lp4uXKhqmsHBRbx7XDzLNVsPIxUAKJRvVNF4Deb2hs3rTMx0uA9CUAIJHh8lPTYGKqBJay/Z1VKKSHPEYjgADAINCoOOwEB4kxgeaaQGGTNjAKGwnMQbrOKsInBUtzgLiIQF2s7O9ksrGdsPZz0BYEAcYX29wIB5krPZWcHcRysK6RxFdP+Lq/wIUC7iBxVEvjfjY42A+b4H6oPoFROyLWsp0tBq3inNLcxQR0bpyA3LATKcJue7ME5/aojfAbEfYItIBDEJtYxj0eulGJCBE/I0LJ7nBwF9QpuzJeSipmUDy0TUKUNtgGCnSBEx1uCkbg9s+bHYFM5i0UgEhFy0IAQEQJAhM19Da60pHhjSMERzNRPFNZzKAB0KLYeuYUlhAZin4nF/CaQDFAJzyGP5VKwp4lK0wmIDjNCHGtZj81cYD8axeUwn0DBySO3KOCBElCxw4OvyTMVTEC4D8dxwTw9aJiC0SbBV2VnSWdUium4CMtELJlgrpHEV0/4uvfAhZRRqfA/bLjZrzQJ4AcXFZWYeTmaoMuUuxhY4iByKEwzJFQTvJmcXOhhd782q+TdlQ5cJAGHFQhUWa+XUWXJC8e7YgL4UOMU9HlJCRggqJxbofNH5MuM497ZQIwX4qoQzz45vhOLd2PNdlG0oCIaMxYoTbyCHcARnGDUXHig2jbX8opgg4Xi3H9c1HYYsEdLh+EhwyOZMw8nHb6FcbWBhsJzQ28DR+QaHAx4CAQxjgmLOB5d4wQ4OeosEzJC0SbBV2VnSWdUium4CMtELJlgrpHEV0/4uvcaFYyBzQXlBow53nOwu46O6Yojj7gH6o4LQfjdJw8HLtla+hiy2XoSLg8CA1MRMAkAUElAREEncQ6wL3bAi8ERHAEHmLIcgieowvFcFM0clMwk45PlQK5AY9nRUR6vPIyKwGgEsrk5Mt/0GqAGE9Qn9dkThdEoAELLKhJ8bqgAIBTgVOmECOieyICghwXY3JvxEySHvChyYJEiAYIBgHBGKLEgOsNqpkUS0PAfgKevOv0VcDM5ngBiFEpPiQzp5uaJNXZuJcQZcGP/XZk26Mi9hTMkLRJsFXZWdJZ1SK6bgIy0QsmWCukcRXT/i69xpXGAcaHexlscXBOaF6cDiyH3DYEgEOK5kEI8dr1CjwvtqMGRBvBioxhEKdYJsSH8M0FpMaZgOEHmsdNANJDoBhANYRLSqIAxEgByWaboOeRhCOJTFDNA6OICOoBIgABAlvJTswOwgGBCHgXmgdQyUE8eI0U1Bsb34BJuT/QCjvQcE4xrGLXkCFGxYwBJ7uiHdiCNF6f5QEXExi7re5ynEICPGwaqMuGczoexoOUI5DMIsQAv2O2KzYI4tRBAghweCJAOUAvNE8s82AH6v8ATrjuwwwsGFxgUHFDtyLiwPXgxuLjAoeCllgIiMndC70DxAKxKCal0N4WjRY3knquSwsCxzDXLG8kAl3TusdTM1jeSxvJNb5BYLGcljeSGDB0a2FdI4iun/F16xDXOWC4DAOU2puYGmgsEg8IuG/B/wAUW1osxvkUxrhmgMAuiAOYKAHr2/JCOtfkuusqjJrBjkUZvnMbAD1ReWwhcXlUVBIQANoGAk4RLUGEhB1PknkI5lxjVFww4g42O5EY4YOa4AVUXLmH5x7KUBYSAHKv1GR4iHx3hAAQwA12V4eSLDGPPEhyRNopwvlcKb69ymyWBvZ7ui4fA8RRBmDIo450zv6J59wAAQE4JjPMn81MATesb8LD1kXRZNpIkkmIan6lcZSMCcGBT87VI/0ZIMZXx4I1PmJhpcUc8wjj9QrpHEV0/wCLr1jOAYaEQLh7QgH4ApqUYlyoVMKo4XSAuvaUSD4wObmaIBgwtaLIGhCYAlheqlh7cioMTU3oEAxwvBTs6/YQQAqYSQJrQSZRDIwIIQJaJhNqPZYJUkAuApaPG0CmJuCOkAUi0fC/NQPHkRLgEYvE7qV/LDhvG8fRNDhob+fnCJtYgg5dAJkby4HAFXbuf4nKPoVK+vrm/wADYIphQBPuUeMZHQPAHSAbooOMWW3jHBCpNi63wtsKlhR3pZSgBruRRGSVtpEpMiKxW+LKak62FdI4iun/ABdesRyQAdUHBIl5DZKakcJop82m4HSe0lElRx0aADUTLQA0kTQSXEAEsZD9FIyOiPYGljVCZ7O2jmFCC5DAqHcALCQqIkOhXOShkjNMuJqjLNT715wR0WPQLrXpSYyxHdRlBamxQLxFkolNINfZFc1CsJFZnnsug4ArghdS+KeRmSSBhH11c3+BtxqOeYBCQQg9z7oEA4MLSAYEJoJGG+46oDazC7KzpLOqRXTcBGWiFkywV0jiK6f8ss81BAGA1FhauOdwzTACAADAXWRVkKgRSAwW2j8G0DgEVvB6Zfr6KJOB4YVz7GhRIyG6AHkUJqCEL/4ABXgHN5NYklSjtoI9xchwEKTJ3ZIgDeMADAeEGNB7ZiAADAcEJcFjBGfBCyCm+foIhO/VGlmNE1NK8csV1TvZMfAFQPTMA+vxSALgmRM1FZ1EK8m+vXN/gbOusuEDg5phzvKORrMG34Kts/qeU0DYF8HkK6zpLOqRXTcBGWiFkywV0jiK6f8ALrLtTXzAf7Y0GJofJ/LACSwCDEkMbWHwvZiZ0QHdBz8XRPVYZYYZJGQy0GigRaQBFsEJANCxQvTEMJ10VTSxExCyAL3E0Cjmt4CO/G/mkxml3QLiaYjSNEAgCjt7GcsnYYDNjzzXRG0QC6KECnAVH3uCFVioT9YwWQIAAvTTfLkdAgzE6gvcmYUkViChIwKwUXu7shBzhbj9iQQi7CDkARYCA1GlsdibOQ8xQ3qkMsvH165v8DYeuMgh54AkYThsEcEAaAHpFdVDzImcTX5lk0BulfKxBnI2hgdMBiEFEg5ObceibFFnBgvWJrincigJIAsRyWO5ICBBRYLFcljuSMWBGwrpHEV0/wCTWKLi4ymQp9Qyl8MMMUGVhA4WHgSGjtJQDQHwAqgswqV4RQHePpl+E6oDgwQgUjyxsXsEIAAlgoAJ2WEmMqHCNAYEMUMYXASouRWTmMtjjikCA3N50R04jtMnBqCySmwpcckIQXyeQOyAaA4USpAnUHminT3A9puOBPCDHUMm3BeSNS/oNFBF4C4KG9Da2KFwE/rVzf4Gwg04eiJeZ0HFFQv7uSBwyVtnApidvBjndkLRq9BCBUJ59C6QwIMZF8lGvwFdI4iun/JrfGWuuj8TWzfmCKfhQ9jtYCd5S+gI/RyVT8LeJhnIKFEO8l76I5vCSQ8gxKiy6Lz5XFHJO5PIxyfKKGcCkbyalQpBDOhvGBUUTky9icYGgzND+nCcgQ4byChWoxrZMQG5KaQrxgzVQBBQADAWhA8MiAMBUo+ngcTbOdnBNhynjSZDsgPCw266EbkwJeVP3tLhR6KA8qb44YKXbKwniAjMjQq+5VX3KIQXx6SBZHVBEfBgI9U5MKA82PyoHDsa0EDwUUAkG6+BEM0S8FAgeohBFWDgCKCOQ8vcpi8vIgcsH7v6KY55MCAeRByKdeWM5Ka0ApgUxuV0KNs+OCvcMkoozJ/3izVdvJTOiC/bYf1UtlCubOZOaIGQuwAbhd1QV0RgEDem8WFdI4iun/JrA7M8QRVBcaKiNgb8bJK8qapDl+/EzqgyQHdCaT8jSvqZcwCDQnXOfPIi9AZvmYKYyBWAjenRkGeGTgMrIwIqCQiDhEG8aXJm714iiLd0HJzCcNFBMYT/ABg7qdnmxzTaActRPVcmoWU+QjFMcqc39bgHDRqIYNjrHY0t0pVRuFpZ7hMFRc1db+gSwIck5NRyBs2AGhkgyVyNCWOXmQIeRp50HDwuCbHmgJ2j4k9GECDmEjxzLAObgofAYQyEIIfARYz/ACG5En0mWaKEbmFAr3KzlNQ0g3y3IUJaIo4iun/JrPRJgNwUQL4W5gjo/AuOYUa2IQQLyL8QKGCzCh9wI6ItFmPwF5UWage9cMEAAGHBiYh2GvT9GCC9j+sRYRMkFghBMXTQj4BEmImwxnyPBOQzXFHkPZFySRJJiSZlPE8EKeXNZCWjNBCZR0M7kz1ixDkycB7Hdnb6SwtH8tJgxBHDA52rJ6j+8Ek3ch4Be7r3de7r3de7r3dSR9xFwfnkirBPl5Kv+YF79ESGhU8oTFXAMnB9IyB7nQnYGmpGv+7shuKHsGhWdpXT/l16Is9L0FEVAZyBBqC4tciRT0GLaBdCCnmEbbUAHUIEGItalEFnIK8vhZ1Ao0oSpOA4pyO8AGmjAogjA+CyGB91EABmYygSCBwOOgUA8GRgtVOcD2CjdxgZAtIYxUl70QoYLEAjweUzxUAmcSaoqwDAsY+JroiXJW65ApwPWRLEBDYhu6BgGHwDIUAtmKjc+PgIiRQ4mB46UpSlAogZQZk/5bBxUJBMJmE1YZTfqcGNXnlIben/ACaBbQUkuW8sPgckGGADLoVlyUPVX1iLAQtB3hRnfK1yA1DMIwX3Vd4TiH7iieJNLmt6AHV02Ym0xAd+GCz8YoHIVRUgEI7+Ugv/AFGEwior8IQ7Pc5vScuJKhUsL09OSmKBieyAAMHBGsAumeeyeRKEA+Aop3SVHICfDuYrM7IBoDh97igUWI+CRe5TjwQYeSOpE5nH/YIBDEQuK1ey+gzQE8WInicydP8AorJRAMAReD435Ch2DxLdCizFsTpgmLQDYJQcIeYZgoBPfkAAYAUjNZMeFrlQJqZjRN5AO50EH2UQYuiIucd1pV7M+hEOKeY2NLDmcCAYMBK0FNIYJyUUzRSO1dgmholIJ1fawAyVRFNg3J4fxcxhMCJlcCeEGfnv4ExOMwvjQIgw6vAgEeRGyBIz/wAfEGRIX+I/UfLaiJ5MsKHP7gR3PiSDCJvQKbiIAMxiEGC/KBkVzg3RVgg3Cyo45pn0LggxChjaAdS4bMb1ry+NYMWB4Psv29e3r29e3r3de3r29EZjzSlGSp5BRTYgRHIoYS7jkNDwGMrXjEFoJR+Qo5Cc2BzvJR+BgyqA3J7RSy2SRnEIRhERZxFNpVhtj3vGeiGwygDax8KKjsAbRlhnlcPZlJe3r29QzExQchVN8kxvptE9TSanmaIIHgZOecyvb17evb17esR8p1nICSFiRIIx0DwAN/J4opGBaxLuCtZ5CeX+MkQgJkUSYdcx5Jwi+Kw3nIgOHNib/kyR6FO61zH6gx3SfDoSfmLgaxiLdJqGsVzf7wvIN63AafBBJGdoeSYuIIESKPDMcZ75u/i741jQ1+jGc1jOaxnNYzmsZzWM5rGc1jOaxnNYzmnGZ43IkSiSZmxyhJsciRWM5rGc05NbHIkVjOaxnNYzmsZzWM5qaM+zZMDoILewQsdgLDvcRswEx4GKNw4RRxI6cDGIwhJtQJgi9gg6cAI1BP8AFBE3VV/iioNIkgJzUDk0AvNycAsAguEg5ORB6qQbcXy6InLla9SEEEj8x5IEEzEQiNQiROni7mdGQhAFgXABvB2zaKWsNkK4mWBZOQWEgiRCeg4B5uaIItChx2+FN4UyRQsbQIMR/VQJRqAhoR5/OsiAEWAfJO4dwlnF23AEEGYfa2W6z1vayJEVNy4J62FBOoCmcPTi/wBtwCf0OP8AEYcbCckQVIEZykh6SoruaPdhaF945+RjNAAG6PgDpJFFfDDCKEHLGQlSmtSURR1eE6F0HpgeAsLUG4ozGxGI4b0DGBUEUowTsIPmWRCtEVytXAYoABIl4OcxIAYpb/UH94yI4gUTrdUkdCPXiA/9JgsQixFuCiw4WvFiFiFiFiFiFiFiFiFiFiFiFiFiFiOHZbrJMGY2CXTRyip+rmALw8mIcLA4EQxa0mRDx4LOhFkmKgYMcB+kMlgDj/GcnRgRxRsSJpcLleUT48w6ByUwVdyc+++YrTNvdm0TBzgijc0PYGZmEFANOM6NLWOQ/SvaJk4s6iDV04gKEoeQIJCgxKoIobAnrnwKQESIvQGLkkgyjpTFEb1AhEkBgTwBl1XlCefKRJQMiWJ50B0nMlCWLgROGLhofomCDjjFwxEFxe9FynXM4DIICm6YAaKT1Wk5vHIYuOqq5n4EJVTG4PRQrCz4lAwYqVQUQzUfWJhAQxA5ECLCkmyQmOSb09wXuC9wXuC9wXuC9wXuC9wXuC9wXuC9wXuCckAudTg2W62+KxKOVSxMoXgpo88DJkFC6HRMFhoG05ZF1B66yTUyE0DfjhMQpcoMfNaeciTeJIBXsXGIQpAa0fhEiKEf4UTf0IXjgswQckaACKODrJwbQelgvsJAviWAAck3JpFbgNMFEQwRvCSbin7ckEHCFHAguCCumeUILsNCZI3IN8iMJEt9JFjYR6hDFHAI4g5HlCUUHBqKIicRwpNa4+EiDIREhM/h8lSJKTXYfCk9FDggllZg57QWSZDLx+wgVrbWUoT9JwYTUVPgDB8ZaP6hiOn1FxxF9VT2Ix5PoSOC2W7gvpEnbZgqhEwwxu8Acx1QLTOUCUXvwEhvivLwoU12E5qTLTgg4EikScw2cH/BAfwM1ExKNUQW+Jxj4OVkRSwf8yUAwYMyjhGNCSRIJJiSZ2RezbTzErS5aaFid7LmkVxiAU9Sd64ASJQMSoIseuaB4AX4+hQpmExTpSX9fhJiKgQgFfy+SpEBILgoqFLFDAZwTxnXFUZLwUFMgZyp4tkK4oICAL3he0eF7R4RI4HjkbnFiXUI3bRpK4JrLwZ7QRBaf8TCFTwC6wknwIiCjRGLmC9KXpS9KXpS9KXpS9KXpS9KXpS9KXpS9KXpSAlhJMzg2W6yMoBAOl55UrJJ2hQtSlcPmohsLxLEBPVFmgDayOXAfMv8A4OsYI8kcXEQOOhXtwvbhe3C9uF7cL24Xtwvbhe3C9uF7cL24Xtwvbhe3C9uF7cL24Xtwvbhe3C9uF7cL24Xtwvbhe3C9uF7cL24XtwplQOTRpgYRzfMKULzNgIMgZRTB30JAZrkGUKpAmAoAAAMrDZk7YIg+bgosymDuRG8ogGYT4GJEHRSyAj+wtBZfPGJrGzYri6wRpRCjj6DMxJ15hQSJAkFQvbhe3C9uF7cL24Xtwvbhe3CxiKhGmQv8nzVIjXhBs5qAAAAAGAAgOAEguSPjpMJzfY2W62gO3BFzN1RZOWzWQ68E5k+pu2IY0gGMP1kO7nCEuotIBDEK9IbhJsP8EapjBijqIRAAJy0TjZHScuYhtkTNFgiUWKjMHfhHnAchQoQkNIClgJ67sEdoW0IIbDI30+osNMA6gA9UfF6qixL8Hw1CLXHrCofWAAAAAAAAAABxeOfEAtS+SjDIfJEAMdACwMNwi8ExlK8mdyBJADEIDdVcu+cCOGQl5APWA/wWK2oyvSwnCkAnMjNjlNg5jGHMYIQDcRA5g2zFgJBcJsRI8P1ibJUwkXkf3+LrqotgfPUY0eAA4imuE1wmuE1wmuE1wmuE1wmuE1wmuE1wmuE1wmuE1wmuE1wmuE1wmuE1wm9CMJMSGd9PgexQHDAQRTEBybM7UqPaa/ZtV2slz3ocEA8DhJ5lv5H/BElmhzyWRAF5HYswCS3Ql14zF11oJvwdZmIOw6T4gMFQydyj6PnqMemfn2A6vwPYpjA/HCnFDIB2janZYMB6WgLqLBmXiyLIJYP/oOAR8xmnqu5EEFj/gHCoj3DIFTks0DL8LQ36sCOVQiCNsQWIx4jA0/LnZPfECdgF28lllBR2I34XxFEI89EKYLocY7bP4DFjJYJ78vfl78vfl78vfl78vfl78vfl78vfl78vfl78vfl78vfl78vfl78vfl70iYOTDhDfXelkscDBVI57HMfljZOgOYVgaLpbO/87YV4tDDUENvLSEDRrJBAqQmR/gBid9MXuRTZXqHF1FggIZphAu2601cvJSj8EuoZAeU22bBYBMDjsDNToNCDtTqamxk07WnvJd8R+ARpCPD5sCckueMSjnwWGIqMjixaMlIE+6j7qPuo+6j7qPuo+6j7qPuo+6j7qPuo+6j7qPuo+6j7qPuo+6j7qPuo+6j7qFkIiZMcJCKjTZF1p8t1K2Nzj/ylw+KSUD2AGAtne5WIh29MCmJBcFAUDo1ph0yEIwUHvMn+BFNgHoBAC3MNYhyXcjzAJYJFynkBDN4tDWySInROEWlEZgGICJM3oCPAIM8nVDgg5AWBBRIwCZKJfLciRBNearJZIo0SmDmUJ0Qxz9Yy+AezAxKOSqyNKZ5QxT0blzbuwkPgOcghVP8AYyb0ASULSR94EsAZAzPR4pTB+fYIhjzN+Hkg1iDnElrmLRMZGgaDdZg7QGIL89CQcoCYMW2BgJQwA1MTwDGil5OOsLfksTdkolYWcsB42hoqkqLewuwGmC23wtt8LcfC9H8L0/wvT/C9P8L0fwmiEmMPheteF614XrXheteECYGGYTYPC2Twtk8LZPC2Twtk8LZPCjzpNGDIN17LbfC23wtt8LbfCxd2Sxd2Sxd2SA57tLJlEf3wQuoMJJUTI8RBpgKEEEWRRagyTN0QoV4BWgMdcLiJEGIMDxgBxJLAATRy6XSSGJEyENgAhsBYyHECgZl6ZYsLANuaJa7iQIzc/Ko/I/3QDUc/OiWLGXnQHF/PzomoiZ6zcj8LWFCjUzRWgYWEE7NGmHd2A5YEo5RpIWFzfFldwwggCNxTi9OL04vTi9OL04vTi9OL04vTi9OL04vTi9OL04vTi9OL04vTi9OL04vTi9OL09GCGNi4HbklqSHqcAVJCZbAGOAGA8BhQ2VgOL3tCJVsZCULQDBDwYFgBb5CYMQ0Pu5hIaA6BAWC0HSVufNdE8DgCli5Bej7fWrm+wPyEtgMvwIGBcsrK1sevgw9hRZ7wKBKGdHk2Z0enbmOAlCIdkwhRshRy6A7xAgE7MgAMLGMUBD3US880XAoMp0JyAmSqeoJNkjJxFdP+OfMYTRxYNMqTJVuSFOOYkCAOYAEIwEMZAbSQN5mYDHR+H1xeuL1xeuL1xeuL1xeuL1xeuL1xeuL1xeuL1xeuL1xeuL1xeuL1xeuL15TtENLuHuW0ACKGgbWRAgwYSBYOSSAKHAiDQvHQBLEsIsLkKO5EshAPK0e14SJqf1AxLLjmIhCYXrEQTMZhY/NxApCQkQcUcWlhuEUHiAgQAPimgeXK2FDwreLGCqSSzIowLEXhyUD9aub/A/IBBF8qGIDAgiBBRpUcSb6KfVqeJAQhBkRWxjEMQpMqJye2Qu0auPRWO2PQFSA5TIek9Sj/wANQQJtGXBLPDOqVCJg5UG2h4g2f/GAwFTYV0jiK6f8YJBcFRRo19GqFOuYxQIWIgmCEEUyBiCLjFSaiIcHkYFxgopIQ7N9SDXv/sr3bY8d1111121O6NHU8y253W3O6253W3O6253W3O6253W3O/xvHjx48ePHniayCUTPk28kCZDNwuBkYMCa5DALp4C/BbJboTLBE2GZOeZRo5sQ0+hi94UGzBKdUANmRkhizkhozom1m6EdWQCCC4EJw5tAcyp7RBmqTZFRWghJvsQjJw1yMe/1q5v8D8oGUCRCMopeLTUrwHXIcw7BqgIWJHjer9fdgIlkirowEGGBwA9khoyvHmuTFVjWldI4iun8c4AKcBkKucGfg+fPlQLgKrzb53UlkV6V8MyugULQzNidEysysysysysysysysytsLsthdlsLsthdlsLsthdlsLsthdltDstvdlt7stvdlt7stvdlt7stvdlt7stmdlsvsg0yy7OTuSd1oAdGZghQTUYeoKidmoPjRpD9JXZLk0D9kfWQy+MhZcBkmUhTgUwtJE2EYcqDbCNbGwxA8MEZnI5COeB4aBCKa4ZMZqHexPiJgwm6292W3uy292W3uy292W3uy292W3uyCkAGPqW3ey272W3ey272RaZSKL0+D58+fPnz4MkHAJbHBbS7LcXZbi7LcXZbi7LcXZbi7LcXZbi7LcXZbi7LcXZbi7LcXZDJ/lagcRFRHGATvkeSj7WgpyCHJta5clZh5AdUGHrMboRoxgJiQ4EBOoV7Qcz3xkEEpcx90luLstxdluLsi3suSCAGRtgt+9lv3st+9lv3st+9lunsgHuBKgCYUPHFA+rPkAeaLKPzj3zW7uy3d2W7uy3d2W7uy3d2RK6W8Q/F754Xvnhe+eF754Xvnhe+eF754Xvnhe+eE39jwm/seE39jwm/seE39jwm/seE39jwm/seF7Z4WyfhbJ+Fsn4WyfhbJ+Fsn4WyfhbJ+FfHO+Fu+BSlrJ/i3d2W7uy3d2W7uy3d2TFnFw8aJV7ybfJbnjW541FXuxHjlL44FFFFIHS5x/Ut3dlu7st3dlu7st3dlu7st3dlu7st3dlu7st3dlu7st3dlu7st3dlu7st3dlu7st3dlu7st3dlu7st3dlu7st3dlu7st3dlu7st3dlu7st3dlu7st3dlu7st3dlu7st3dlu7st3dlu7st3dlu7st3dlu7st3dlu7st3dlu7st3dlu7st3dlu7st3dlu7st3dlu7shNuczBzAaAQfH4AH/ALBJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJCSOS+f/mr/AP/aAAwDAQACAAMAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQdJAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACBDAA3CJAAAAAAAAAAAAAAAAAAAAAAAANIAAAAAAAAAAAAAAAAAAAAAAAAAAWAAAAAAGAAAAAAAAAAAAAAAAAAAAAAEEiQUEAAAAAAAAAAAAAAAAAAAAAAAAhBBBBBBBiAAAAAAAAAAAAAAAAAAAAMTAAAALeKAAAAAAAAAAAACDixxxwwwwwwwwwwwLKAAAFwhLAAAAAAAAAAAAAs//wD/AP8A/wDqwAAAAAAAAAAACSENPPM+vc88oG38+DNAAGojTVgAAAAAAAB8wQAAAAAAAAAAAAAAAAAAAAAFqTgRPHS/ZwgAAA5NdK8wAAAAAAAAAAAAW0bwEhTQAAAAAAAAAAAAAAAAAAAFACgnqHxXkm0ijtdyEwqKgAAAAAAAAAAOwAAAAAAMxwAAEMMMMowAAAAAAAAAkS1lUSGE0C0mkSsAAAAagAAAAAAAAAFzjjjjjjjj3IADCQAAAFDAAAAAAAAAAqbIaQJBSCFj77wgAAAqgAjSAAAAAAAAAAAAAAAAAABG5iBCBGJQwAAAAAAABFdg48YYhZUikASQSAA6gmAEBwAeM7gAAAAAAAACww1IK1A16FFQwAAAAAABF47Fv0MknUSqqBgMDM4KxRXJdwAIgOCAAAAAAAAKQAAQJVzGp21QwAAAAAAFE682ESYHwFQCw1ULGiKYw/UsYsqwAABwAAAAAAAKQAAQAhSQBRlQwAAAAAAFBQkMyhiEyQVgYAAobeAwhMTOIAgAAABQAAAAABDqQAAQKFA1aFFQwAAAAAAFBKCEhc/3AESygAAAHHCqACUZzAgAAAFQAAAAAEMQQwwwLmh2ZXlQwAAAAAAAAs/iQNcLVaW3BQAABJAuIUwMQzwAAAEDDIQAAASQyShwCDQghAlQwBCAAAAAAkrYk47IzkI7U9CbGagN2AAAACErq4P6TBQQAAaQgQAAaFA1aFFQwAwgAAAABcMAEe5Hv3RAIS2cTKwAHCwAAClwACSBwiQ8RwbqrInIDeJ2dGQMsAwgAAAAAwAAiYYsTgr6ziOTU+QAlfoLjSgCgAFwAIKwoiawo8g4CpgxyVAgQAAgAAAFAwAGhVM4ggQBDyDD3nYgANCSAAEKQAFwAAANAAh1AQgAaVA16FAgQAAgAAAFhgBEQdsM/otxxP8AAkAQgBLIMNUk6AABcAAIAAMQlGmEAADOFGEEIEAAIAAABRWJxAuBDDeCkFupOQQ6igEAAACwAAABcAAIAAAPQ0CBYAlcBRscIEAAIAAABJAJkIEAADOS+zIBCTq6KiA8UwOwAAABcAAIAAAG74ACS+J41uZwIEAAIAAAAJeeToAAAYQATQgFsHbAuikAkAcu4AoNAYgco8EykAAEJAINU4kwIEAAIAAAAJeJAQAAA4IoM9GsPGZSmHQCEBGkAkEEUAOFCLDEkU0IEAAAAAAPQooAIAAAAYUyEVFQ0aEAGF34EEyyoMEAAAYkDXzzkAAAAAAAAAAAAAAAAAAAACGaIAAABZYEGCUpnKM/DNOMRQEOIsMAsBSMAAAAAAAAAAAAAAAAARTAgnAIDaNIysAABYTDD3nnLDDDDLDDDHHAmMkCwBAAAAAAAAAAAAAAAAAAJ4uICMNidAIADAAABJQA/bVcIhAMMMMMMIgCnL8AYoMMAAAAAAAAAAAAAAADRsxKBO+DUhABIWsABZQDoKRgUmIwwwwww0MCkAMBGAAo000000000000001tVXE1Y9Kl2Q001ysABZAADIww4w4wwwwwwoACEM8CFgDUAAAAAAAAAAAAAAABkVMoBAiUUAAABSMABZQAAXLDLLDDDDDDAAACmmOBEAAMgAAAAAAAAAAAAAAAnZYAAAtgAAAABUMAAREABcwwwwwwwwwxz8AANAcEYIIUAIIIIIIAAAAAIIIDNAhck8CNoAAAJaAABB0oBUwwwwwwwwwwwkAAspokOAlBOAADUEEIEMMvDLKKYWcgATqM6BAJOIAAAAysc3zznf3337774suPucczw9W6kAABcAAIAAAEAAAABWuEGEIkIEAAMAAAQ9/1X/8A/wD/AP8A/wD5zzz33LL/AEI9P+y337zy+8+48888888889z8/wDcPdc++bAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/8QAKxEBAAIBAgQFBQEBAQEAAAAAAQARMSFBEFFhcSCBobHwMJHB0eFA8XBQ/9oACAEDAQE/EP8AwdQLYk6EC5IAWf8A2E3Mt6Y4vdEt4BY/6UMsH3/1vfjMrIal/wCdtBxUacf6kWSdEnRJ0SdEnRJ0CdE/zUdMxTL4VN45rj69NpfwAWlpaWlpaWlpaWlpqz4TMXcwOdYILPra9c60606060606060Civqq9JbGMawx65TNXkKunXfeK4rWFAZ1n7zrP3nWfvAm7R67plQV95Vu+80Q1+c4AuKtOLTQai2RnRnRgFj9FQWzS6EPH/QqWxksS2aTXeaCjWCUecOy7INjNxHzE1zbwIrJo7khGqgGiKFxeWPvNH6oC2bKAxCHBFZDfmk7/5iKOJtlvzeYTSaLT5zlnNPaa35oAKJpRxG8GsQRwq+PlwVoQjWdCjE0nW6Y+809acjH9gpKSaOVf8Axj9RbvGKOkrWpGa8DZjpOonUTqJ1ECEfpm6iI0xyEEc7nt/YBRY6Jz/sMRRTeI2RRzxVbDtaiOWkoaJpOt0x95oq05Gh/fB7r3Y/TRSp1p1p1p1p1p1p1p1pfnB3njU9h7Hh+btK+lgzvqNvxP7GuR+ekva+374a5yiqijSewdDAPdIP3moF9A0HRWUmFbUquUAvUa89o4KkyYqYnVnWvrP64HlvMeD3Xux40/5M3aFH0DD9GtpWGVmA1e+x5QWbMvT9sFI0CLRs/EoEEQCxzwjPOho5AQ7imhFNlDUmao94cAawFFiqbNjo0xWaERUKDFl0Or5izNcNDdSFW6cxnz5xfUvmPzy4+792ODhtfFzwJq/p/J8wRGu9fpURncncika8MkwmczmzhMw/RSJOnuQVBY/V23WHX0gM5yvN/Uv0+fCnjrqqn1Nx7lPZjX1WnbL0pdoNGyuSyjekQjrKFNLLbWhp1lzC2nMX7DZ2m1Jd6faK0JiAFrL+F+Z6Edl+1+8TFaPtMCGDvoec1dFWWNFqTLkswmgzbF3ai+aQxxECMHADQ10e824NEOkeDoS7hCN/o4u3FxwRgoawq6QowriIWjMP0SUY9AWTfdeF+qjeiUvmh+yHWjv8F8EqLSjutPOoRWiiXKqq+s15wRSrxA6MvLcFZalawdDCAJSCodJoz2EX0jYluRboNKbdY+8LWHRTARshgAWi60dAOSaVB02pQ2pMpbhrXqxHCEdgxfgOwX/fo4u3FxwQNQRxEEAxQzAMZh+ibZGqeGkDpFtFTROkwTJCBkoVFqwtNXHJGlEukRLqx8xmAgrLuhonax1gWFTXujR5mvXmIxCAWb5rxwzA0NW1Sn5ecrxM8SQIEACkU0Bq5t7wMANgU97t+yTT+t1aoPQu6IpandK/d18T649/o4u3FxwzTCZzObOEzD9FmHzWDwLKYODOsUqVlCUGF0C7rdFYvWUuaVCCjRxdBVDoaBKjBjBwAij1hZSoplBHKrbrA3CIy+F1NorbSljPwoORC2UOVadcAF+cbdoNxaaAwaTTxPrj38YFTynUfvFMstlstwWtwVEWIpZEG4zD9HN85TVmGM5D6Q9+4ZYEfcWqwoXTlJqMtk6TkFaLoujetZgXSZnRgFJN6UKTiiolC+d58AwqPfZ/UcBbYx91i6+lAbXz/scxWKAqqyAMFo6bQmhMWqHYweUWsaibUVU7mm/MmfA6XqSvKdKGA8GfymtBEvhUq+MkagHEQMBCMoFajMP0c3zlMOlLkxFbAqiAATXfbERUVZVjaA1NQabTPHDAukzejEFJwqNJBnLYy55OGicADYRG/PeWL1h09VG00z4Pxe0sKU3LWG7MYdOU6+TtOTyzJOg92flCZfcT2uelEv5A9YIFa5h9BX0iNMdRPcOOWOeCY4jEzTCZzObOEzDwudd4lV+JluEA0Ecvgt6EtObKERVwQIUNFe1Eese0tiZp5k9Ab8mSZ44YLE0l0YgNYFoxGkg4J8FXUgiqBSs7nPioW2ZAjUpSklXR7BVZataWmiXk5ng9g9ozaC1W6JZocqQXf8OkH3/DpB4ArI2b9v0iteaa96gthHCaj2YrIjkdR8mDtXJ3fry06S1b0E5jhO0z+UbsKFTumxO7g3b4CxLHAFW4ZlLBOmSwZm7eL4PLwU0JUbQWXPzSEiJKLAUlCXkTqETNaglIjhJamnpHw31PySh7y/W0oFQ6LGhpNDdGIKSE+L/BUEDW0UQDhUb0WyWDqX1NIKAAqhoVVYOpZCt7oKU1QavbUMzRdKvIb0b0YIfe7TIWeX6l6LNIhjbWIsOJniApG61Hufk16xw1zm6uzt2e1sESyLxh57dRyMsZHPIdQydT7RKES5eW1S/BY1EsQYixIVa4GOObt4vi8uN9+UtYIfDvGs2hJqTUTImGKGsGEAaDhGrs7tYi6c8LcUN/x1icS35rpAs/RDRVA9uY6wxymBsmvnETyNfbhaby86IrXnib4HLfy5zUp4mY1Z5PY4meODg6aVsup2fxjtmahbuYHc/OIglMTpJqm51DC8/TeJwyB9zZHaGOIxM0wmczmzjGOObt4jfGpuc0hwe8bnBDORbag8ZtgKKautJSV1Ig8SnEakEXWnRszSwdP27TAgPmkzLtmpaixEleeDWN4rSF5V+opVvT9RyV0lgkLGyrEcmnlDTSYZrz3gNfufuXagdE/cAjU5tafmAQwcTPHBxJrDc+anMcw/XpVgu/N6QQWTWprA0TqPuSxy90B9hNpRVcZDADEQ5gDEQcwBwMcc3bxC06cK7lw58ccEy8siThrVXCodBOFdEropkEUJSBpHziNBN8M0g0J5rNY58NbdDg54r+G3hE2aKL6gL9vCZ44PBn8oBuw0uodXTljtCgRvsjyTJHwEKRLEclOkNCzLu8znt9uULbxNEcjy4JtGpGjpGrGmIl4DHHN28WSXBNU5wLIqrfAG4V6uh+42LREFERsRNTXlGq17DoGq2hbFs53htGvzMdvio0z8uai6sBtQyEzwMXn8Zzx2SIb/swRovb3mUA7sqxJDQlFFNc6a+XhM8cHgz+Uu4W+wHNcEKgPIUTkmgzTGc9aF9DbtwU9LBnoNzrn2j622dxzHeDVMJnM5sh4DHHN28RQoznFC0a7wIcNlV1r0IT6G3n+pbcGkEKkRsTfUzrtCRLKBGmlJgORx9+GqxXWABRCdGYjazBLYYCOQTR1bxHBnK1G6q8Pbg54AqBmOodaGm9r0XJNa3bGwodaRR0iG/7/tMt5FPszIfbX2gzWU5koeD5v1A4DuP6jnL7MyBKYW/lKHaIm6uuvY04jWeDwKc8jzHIxLoPOAmi7g+yQ2V3D1F9pqvYafhLJMG4KfcsjZRK4GOObt4mepvcrZmVPBY+SFzNX3rl0IpriCVkJfeJRJOZmwmHR52uYFWCOoJohk1OZMNmFasCL0JSOaLaSkj5bkTSenuODnh1OT3mDhZKSks4USg24F9iOcJmx3B/EGDQbGhKZTwBXiq4bT/NC/JyeTLNT6NPs6+sAaOk0/Z9i46SjIEr78M3bxGyzkojOkAWpnSJumTI9aKrbwQojXd0aShNV0Rfa43IpUSwUaL0Mc2bMqrbAVRKI5IZpLUL1958/wAiJ8TV/ngChz9wmDhRKSkpf+arl2sx2c+cYOv+Vey/vFRFkT16nbxFSPmJ0WdFgiwZni/KbwTygodCQMBw2oAGq3REpcDVOqClYDcOuF2h6xSjckFoBjm1qy4QnRZlSiINC2JNRnRYUI/NYny8JZ2vu8ErMdoUr91OBp/KyGP8bA6lqNEbypfvAxuOcp4LSm8zUbDDrf4xH+qZNic/5s+HBLlywzDnH3lvgxFXjfC5cvgNagXU2Z5MBUEVXTTd1tnhYtap+0fg4Gx+VIY/xLiAWq0Ac2UINaXNPI/L9p2CS2jsYJ151DEKCV0RQ8jR9+sKvgJ7JkecG+GV8DRuDEzDtudkL8vDi4Me5iWwrvDXNOOnrAqs8jklOdO/AnU6U6U6U6U6U6U6UA3xNrm2dgDwPPSk+RXqUxOFKR8tIs1BF5AiwE1jqPP/AAkLdprZ+tN5v2NvvEekL0L7zkJkSLq1ENotRsVzOSS1cYj0fzz8FExEJT2dJYeBi4Jyhn0iswGu2PnWdn7wNMaMdevSOiizDVeWkCJyliJ0J0J0J0J0J0J0IlTxKS2X3lVeZwVRsg8yn2lZGiDzz668GLtaOzqfZ0lkslkslkslkslkslkslkslksj809Ogmr8eccBAAEE1nSilYeAWmIu/4CgnqaQSpZLJZEfZDQdfBi8VDH1R2dXvH5rh12fRP7KZ3K7JZ9q9eCWHQp5mp6H+FrzRfMqfiEVYoLYyt4qSwDNb4SPmUeteFnrnwHEk0/USDwARnN946HqcKxzB6X+IO7CnmF9NODdAHktPo/4dkAfcV+5MWFUPAKPBMNlvILfTwk62juefjOwT4zPjM+Mz4zPjM+Mz4zPjM+Mz4zPjM7x4AEM2+8Gm4YnyTdMQgR7JUzNDT3IxORv8xUJuf4D91deQL8k9YZXwRYamGIXoIGxBpyQktCh8j0Lvv4MQnwko5irepsZuZ8GHiH6kWOIAqO0p0x7zAgNWEjSXnXtAP2sXLaKvNcvnMRfoJ1Z/2Wf9mf8AZlr8s/7zP+8w0v3p/wB2f92f9yJQRpuz/ss/7LP+6z/usKMVIqidRj3mNoVer4A6NX2lE3ZqcC6SC6atbwr/ACP3P+x/cobhXRqsKT3irnwjcgjgWS5uSLi4uL8ILHBdk3vu/ghTFqxYUB92FCOOa26QRVxIaR23wGeODwZ/LxAqNJrmomZTqzIs23TnKt93AxxzdvBoJdzovX9zovX9xRw9Yb3r/k+H/k+F/k+F/k+F/k+F/k+F/k+F/k+F/k+F/k+F/k+F/k+F/k+F/kdj5+0ujQ6XCyDoPrc6SdJKZSfKz5XhVXE6c6c6cDwnQJ0CF0D1nRev7nRev7nRev7lVD1nTnTnTnTnTnT4J2nGa6M6c6c6PvOj7zo+8QKZ8Ny5cuXLly5cuXLly5cuXLly5cuXLly5cuXLly5cuXLly5cuXLly5cuXLly5cuXLly//ADf/xAArEQEAAgADBwQDAQEBAQAAAAABABEhMWEQQVFxkaGxIIHR8MHh8TBAcFD/2gAIAQIBAT8Q/wDB60WxBarvKn4InTX/ANcFaINcDa5s9pXIr+IrRr/pzsYDaf8AWVlnketbBGW7/nHgtxABRsIRrylP/SHSBzmq6s1XVmq6s1XVmq6s1XVmq6sVW3/lxDIQKggAo9BlA6SwCmJX+oALWe0kMX4O8DM+r9TV6v1NXq/U1er9TndZpPWaT1nO6zSes0nrNJ6zSes0nrNN6xQwp7/qexscH4e0RAKT0UPcZsJrFzxgGCnSK8w/2Slb3n2P6n2P6n2P6n2P6n2P6n2P6n2P6lpxf6gwxZaHy+JmpFawLh85+8xFVcVa1lQY3lr+o8uTdi9dhU0BwUvX4iNSGGbn13egAKvywLZqK+zrtAliK+9YIhgm788vrEZcTU+TxtG0LzILQE0nWaTrGEi/4h8yI7xyjvBx/wCfW1DqwKGUNLYdNi3GPf8Ac34ZTEmvDjFbMOH3PzMJ6XPlDf8AIlvL+s/vSY4w4Pj0JwsZeMQ99HWBUa1fjLzALzSy0WXSbxxZNl/2IjmJ2ZoKp0/0rpBGNWLGSe8Nl3exzBYwWYrmcf8Al+84kZjbhrmhDGujX4+amPYmuXT5uJLQFmQAX7TKCGkcx1Nd0R8asvh+5RKWKxTvPuDEBcDPSVoqx4fWKOS8fn5iMUszqYUa1c+n9grzSy09saHN3+0Q4fKft7x+qQRMxG4z5SlnBGmtLGp9pxf884Ym/f6wFOUVW5ug9uJxPQLQHnxqaHvND3mh7zQ94tIhXHeh/l9pxIpO5PJ+IBpkxluoC3irutge/ggWopwC+HHgxWlKXTmc45W7Lnx+JWGyYm2PbnpB5/suDbc/rfH74eOUHeaVlmeoYDm7/aMSnlP25r6Owm+s4v8AmArczUTUTUTUTUTUTUTUTURaNq55fn0+N5Jf+P3nEmdzPCJez8IxtEvN3B74RfLW+XANAwmi4Lvd/Ibpug2MvLdCLjWQzddDWXsg4UveLBi9y8PZvrLZ13MccHfp8yzNz2kR3Kaa2THAO8MBqb+ZEVT6RvrOLsrwtgpd48SB/wAfenmFEAekBUYeRMz/AA+84kNr28JpUSYo2Pr3D2zdeUFNmI+Bwviyl0AAcDAIC7zj77viCQMyK7jQcAwCFK2a+JQRxqvPCsO+ExNYVa+zBMWPDfsxExafkmOue9zMn3piajaxWpme/X0DfWcWArRF49x/WxCdk3ijlsNiUD8n5n3L8ygEJrx1/wAnjlXWP8nL6vxOX1fiKxME368tmRMrZ5U3tvn/AOH2nEgUOTKCBsN8r8Qaugrbm0mMMtOI+Lw5GRG8Hzsujc49f3cJjjZ74ypITHevTdXKb17xyta3cOENJzrjwyPFxxsrT4fvOP03XX9/cZam4BUM3Debn700iMdu4UL5CEG45OAXvbLIIUCgtXAA4z6ziwnvAvIxYa6aAwBxBycQhnRBlOVUv2I5JorStmZbjljjwjob8fxsHIBL3wKK2HwKKxjEWldy/wDHN5vBtMyGUGRYAqUhYAplhcrI7M//AA+o4kVjTuhKlKX0mIizibOsAfH8h9u/PSVh3eH9xdysHls3sT0N70uHzoAA0MpxodtfiU9u/HyywV+f3LlWPH5PjpMUM8vwQayz7jFx9Vr4fnrEotx8pHObVv1dJVk2QYmaUboXYFqQpbcbd8CRdMmKN63MXhWxZ4714nGMwIxpVWKDCsrwlqDwM4edIF+hfLgxrDAL/wAc3m8G0zIZQFYTMIJZBMZkETWmzP8A8PqOJHa1ePggHKdmKpTxPvmAqfW6VwCdZf8AAGOeeG7yjMaBMRmaQSuWODk3vvE+URxkH0ORv/e0zBjx3y3Nn3MmC4Xt+vuMV5l5/ggB5l925n5nywlHn0xlmlStisFvAxKMspnAMlV9Cu5KRqcDATlquFtQGYaAdiZHp7x49dMpmbzeDaZkMpkTK2OVN7b5/wDh9RxIhyn5iLKfPHk/GzDjNl8x9Zy+fjrHMLr7nrLizdXWVxECJnWvE3xOY1RZhZvs4m6YZQArgafeUDfRvfv5gfKPTVhSyrfz+3BQ4N3D9aQgpV32amfmfLsvIxPH6g4OpkBZq217MCSDYN1IKua41+JdNTI9PePHrEoLbmE0fQgVAe005pzT2YZDZAFMA1AvcGrZn/4fUcSMwIxO5Ftse7h++sS5P3DkTKWA838feUTKL367vEJttSvc+sx9KeJn+/eY+YNPj+y0NMqwPufk+OkvjZtbZBLiUCmLQLrDFlWI+2krCBMnXct279wGfSWimK1LqrzA9gmSByAgMxraArm0IF75V8udGLzc33YFQJqXAB0LvceXB0ydH067idSaTpNJ0ism6/Jfo8zBy4g07OnaYVkzWA2QG2ZLBLdmfsp9X1HEjBcIhOCrdD7kQGFBEOQR130b95/XjCLQwsOTi/mZ4x4b/vLZj4p4mf7mNYGmfT4uX5phMD7nx8dJfGyCsm+r8EeMsc9bzubkBGpeD0TYlYNN3vyy9s5jIAvk/gbgiCb/AEZPv5ggBuiFo3ggxxx4TQ9cl+JmEavA5B8iIUPkrykRrU0vkRQDasm5DMBKgriD4dvmZkbAynl25EytjlTe2+fsSqMjdpKDBjw9P1HEjI4Gm8/Ec30vl+JVGtlJG/Pl/fEphyMWOXL50iVmJS8HdKUgjgEQJZvrSGy7zcPZx6nvM648N+zG0x4mf795jRg0z6fFwRapidGe/h7S+NktWoFyihmcSwbU3x8xygGQphjYcWi6w9GR7wtyllosxx3WxA5J9uMFkGJDIMJuKlz5+y+IU0BwBdEsXPdSCI8mmAHFkpE5VUNNy/nbnPHWFxtwzHgmYzzMoVUxicuzcuzDKlsleqleqmJwj1VKvCJTaaztCN3AdJ3Xp+o4kdqC2Xz9uULiGPtu+feC8s+3DuAFN6n3HnMSQFPLE7XDKCyRR7btI5TjSTVN/M6QuPeU4NEcfZIxFK4yiD+X4JmvF4bvmGuY+7paimGVJSg4UWLRgVv2Gcrw+0WsFMy7IXZkY1Ma0AcThm1vc2K/JA5UwONOMyCnDrAVTu25u0lbQAYDAyTHrZDLA44GBqMw4nQilSYwuos6yHBMnpHWEaLcd4nJeD7LB1oFE1tm1tl4uCyoNzAODAvcG4YZ+juvT9pxI5bcAZ4Pbf8AEouvlHZ7lePn+wNdz+6QreHhw+Idgvt41iHuYRwKBRHBEwR5bCqSccQcis2nWIBcUqixm1xdMI0+X+z7cQxfbf0+kpTDs9+LArHHj9w9oA1gR1s/MzmmOjtrazTlg6FGCMh4wRy9AAT6Lbm7fD8Ezgw78aMTTge5TziqoORjqD+HGGGjG7ZUFrDRchwcayd0325h7JmJwadnl25EytjlTe2Zn6O69P2nEjCXxO7tttwwJdDQ0OPXxGF6edP15zd1mp+TCF5Afc++03+FZrowAwVAmN5UPMYApiDN9m7TOEUiwBQHt4lChCALsfvlD1hP32gAZd2zjYZ8v1MlC4aWYWWuGOOcx0yl6HlBb1vLBg1F1yfW6UBwmeIr8UJUUXiOXOqihtbgFv3qj3YqmY4vPbm7fD8G3MoICznom5N8JlxN5Vw4Pq49OhA9MwtxM3D8mOsOVIxRfN7nc3hLbvfNfYGoY5iCUMzRmQRNSwz9Hden7TiS+4FdkGy5YVm4GzhG71u5G3FH8PEaKXHjCZNmmO+r9nMnWw0eH5l9aJT2j7nwJvV7Dl8y7TMx+e0xVng+Pj22B5jhu9/iYve8sM+Z8sFch7q+lxEoFN4K0+nN2+H4PR5GHQUXVi6TjwY88onVu3MOKyTvxqLNeKERNSoLRYFGDurg7ONZxIxARKRHJHfsYWoASojEQAqE3cBcIZ+juvT9RxJme3hLfp4wmBMsHvv+PaUHlveB9yhMcD0Ge11Jw7NsO3x6xyTfoO/rHOUjFudOkstgfaD77ymtbEFM3AfqfdZ+1D7pKA3CGYX3bhnzPlgw0IMePxlOAPaBrGVgOlx9SAobxGAozBi+lm7fD8Ho8zD5dxeKeAZvSKd++wPFYo8MoMoWSqDgpnXGjlsTNZxTjxLcux0cYaJumScBmPZ3YQgxilRBCEVGFxDhhn6O69P1HEiJGnZGBxQ4e/7goGKyps97r6AbhgAKYgtVcMBvcYoW3MH5HiGyxVVurL47QuXipHs/c4FCAXBm9eO79+OcsRbChq7n4lWaI5yoOovpEJZRpla/RgFXgyF3TsuGnjYiZAZT01cJZbqms11pURq7Ei0woocWeEYwHuPmMuLmp5CZb7hPNSz+m5zM39+MzU8vkiophkHcazM17kMsH3Jpus3wZu+A7XNyDA1zS72hCI4xkAcMhwTJGEL3HAflHj2JnlRnpb5EOB75+cIg0yQ6imXgs0hn6O69P1HEjJFmHdqYhDhXUwrE4ZP3l6KQ7/B+5bxqHEoAUcORD8M+McDgyghXc4OpEFPATxFcVHD7nKqffdK+xpn8S84PD+4Ji48N8YEVd9mtkSvg10H52WU4LsFvc3QY7bX87BpeWiRLZwGDxQDJ7syZdWZGvdnTgF4YsQmKqqvFXFdZqTU2C+oWZMJJhuF1WV0jAX5qX+4g0C+G7e5h7IZSckE7bO69P1HEjLOa8kavF+/iY+/B+O8ToVznADhmfeU3fuHxN/HnpDRuGHTF/JKyUbLY0TDUvFnpgZEzGFdGRyj+B8vxK8US+lEF2/YYbnSKt9vD5fjrA9CjYmHi9enzbMK5bNBm6NmbzdggnLOWKSv+YifZ04PMbH3IfAmVXfyMEJBgje7J4Oj6fqOJLkqP3NL1JpepC6QcyZT8iV0f1KeANE8fFyhq4V0XrHYYPez58x/Yddx+ZnAnOsa3gbpd6l71xdYlEq+PDGaXqQugXn5ZRCHM7F9+8A0HOy5pepANqyBk/wB8JvHYVpc5OKH2bOiS9IYl/wAYt8MKVl/g4iHWpeUtSo8ERNjpqPAlHKAKSq20OCcdTGYZm5swzH8aej6jiTxvJtQoWyje6MqWy2W7bfX5vlhwTcFdKnvFBpDAtgqzMOLYSmDOuQ6eyzwHP/hBXCK9YAFVcsCLdKxtoNM6+Jk4pVW8Qt5tWurDRjzhJ5gjM6xtOFONuI1Cm9wck3KyR4kRbFTblsAt1s3PJ7vo+o4k8HybGx5Fm9vI7YwLSIMfdpgUIDE73dunMwLVzCGOseABpn0w7SqmNlE+w/c+w/c+w/c+w/c+w/c+w/c+w/cuDZ5vlmbIrpsxB46hSWcrDlKrSB4gEeWM1txYEHu1HbKUCIjSJo/8IYMUvZWscw7nBrN7ZZ4uBnN+oAVUVwRKUFSLGjHyKyT8y8ognLhxHM26k1o/uAR1GyakBt+s4k8HybMIsArgJefWCXqU2pLVZWWV5TT7PmOJUAuBRo24uBcLSWCm3LBLyxwcagkb1euMXYOM+oZ9Qz6hn1DPqGfUM+oZugZbPN8sIQzLJTiNhA2Yzkg7w98K8ij7bj22V82NNAXuK1bl+Evwl+Evwl+Evwl+Evwl+Evwl+Evwl+Evwl+EW8ZdEK15NsL72xlBxM4zhlxlLF3ygNMT7mQbkSwlJJWBvTFuuCK6Rlsl+Evwl+EIHU8zUAeNv1nEnjeTaoUuG0LVr/iAAFO3zfLBNvpXOiOFOwCTHpkHvUfB4Rq7VqgvlsZgzXvpXOVheX/AA1fwdtCTu5QaRxGbhA2UbKGABlu95hoeZiR0SXaz39OV7Sxynjb9ZxJ2R5NuIdxKJRKJRKJRKJRKJRKI5vb5vlgC9w8ExGwv5GT8sV5pGpRB1DsrBasGp1Fg84iNP8AwBXNTya5RTjDQ3J59BtW6iZRMqtR70HdIZejOMUOrAO3B42/ccSdkeTbWN6cp2nIdpyHach2nIdpyHach2nIdpyHach2nIdo9N7fjb5vlmCkAXrX4gOsJybaeUU/mDEIsQeNl3MuQDySJmJJ0alkslkslks9NkslkslkpTBdxDVVwJCQ2kJbvJ+YIWHqS6FvHcfMUtpau6YBoqct74HJ9AZIkECwpYiAONLmwKNriMzGORYYHkjoKTZQXefEslkslkslkslkslkslwcNiAFrLL3GPPN7xxbONjBlAUYkFjiVZ9xn81CCAgGQYMNMMNJmRmdWNcW2fx8/j/ifx/xGHjz+bn83B7Qrc4E/hp/DT+GhJltxTP4+fx8/j5/HzHgkAI8R+4RRTmTB2UPwdg9rGNYCXhgcyUJIMwLuuPOCKPuaQHL72k+v/iY5ezAetQAUenHije4aP4jtupx5/PmMUA+/zU+lJpdz5ml3PmaXc+Zp9nzNPuTT7k0+5NPs+Zpdz5ml3PmaXc+Ytn3EapA9/i4hbq7jl8wBSNkoI2gewgDF6/qXjCusb1NI0jbKBEtzu8cYsWerFFylx64+jN2+H4PR5n1WzCT7T9wiLRT9ylY3AChmC3EK3xAztxw/cM/R3XocLmCgq8d+O6f0PhP6HwhVh4FGuWA/j/gP/wCf+f8A9/ws+updCD2rweZr+01/aWIfaYmbofM13b5h/AfMOF4cp9lT7qn3VFSrdpr+3xNf2+IhRbweThP6Hwn9D4T+h8JYumtb/aartNV2mq7TVdpqu01XaBUviIYPqfE+upvT2+Jm7xNV2n3VNX2+Jr+3xNf2+I3OOlDWN4Vz3+mpUqVKlSpUqVKlSpUqVKlSpUqVKlSpUqVKlSpUqVKlSpUqVKlSpUqVKlSpUqVKlSpl/wCb/wD/xAAsEAEAAQIEBAYDAQEBAQAAAAABEQAhMUFRYRBxgZEgobHB8PEw0eFAUGCQ/9oACAEBAAE/EP8A4AF2CmIYa2UJyzQGlYCdP/aELoB2fY3aWQpbJfrifKkVznI+tF0ITMtFGxDZ3kNPnDF1/QXFz70iMEJif+xTycqbajsYvanjtlWP6NvChIQzk0mI3SBn1dHp/wCuZna7gPmlOpozweRjVycaBedSOjUMw55q1j4UnOhJMEhiOTRkXC0DMDi3vNGAHSochyT5uJzrIYIEjMiamv8A0UO0sHlrVmVzlju0MxAapfRobOsL95TSKgI6J/1C4MEtgBi0JkpuZGru/wA/M0prDXGzNnM61CKCEx/523YourYFKaRm+RTth1T/ADigYQ6lABv90MuWFYNejFxzEyT/AKajAh04vpUElfzIJDhFCzZyc0svl/zUCWDega22ZynmyO9AhHiQZbA9PcY+VAcQZwRsmtWJE3F/0TK4AEXiMq+/19vr7fX2+vt9fb6+319vr7fX2+vt9fb6+319vr7fUdOeF2LP/LETvux2N+1TMlyo7uLQJEnN+6sEkJ7wYH4LaJAJE4K0tdLr/So8R5U22S5SBwB8bJv/AOpj/Nc0PkU+mzkMhsfjBm/k4IKvyrdYZi50sEkXZ/2ArEVgIxamsgDW5zvXKaOcG8qBSrzKaPjH/wD/AP8A/wD+pBean6/htWrVq1atWp4Gax+v4bVq1atWrVqNR4NlGeGcTkkTjXYuAL+4oBvUWKJLEuqJi5NIrARhIwfxISjl0A504YzNegYtIkAbfelpOzhPyq/WC9jo/Tt/teEBRG0y4V8S9q+Xe1fLvavl3tXy72r5d7V8u9q+Xe1fLvavl3tXy72r5d7V8u9q+Xe1fLvanJAAgxMmPP8A1mChIw4VlmxlWBqVuSVmWKF4I3F5DrGswMrdjqf7y98NMZFaNwoPiKBzru1ZZ2FLlY7M5IkM2MqyD+CQRATgAzaBSLv4+4fLDiDm1ImpSiEdRyaVDISixgdWT3/2JZZaqK+4V95r7zX3mvvNfea+8195r7zX3mvvNfea+8195r7zSWWWqn/UjEj7SzDF0DkYKhUndGlbohs5v3SiPAuQwKwSsBzWwZtqaLsrsQJHNmZLKVCkIjrNHZ12jC7ITHcsvlSzEIelDbomTavgHtQjpAuLm6Bi7FFawFrhAYCcDSgJkd7UJW2CTFnSvgHtXwD2pZgKogxeWRmoUBFGtMp3dVBkFpT4hxTXCiSMls3b8Ftttttro9QoDUcxRcxDBwaLAkgoc0YBglYDIXjTKurmY4YDBI4x/pXwz3r4Z70oEnJU5S1BiElq6CH5TpoHyRrtuAxh8qekI4MQYUYiNkbjZJ4ONIbhXLSWAiEuBpMp2JKiG4XCFECJ4T0m7W7Y3qeATDAdW7WHe6BnxCOYhM4qydqm9D/jhKLDFYHWnpNoK0iMhExH/oPXBZaZIxaBhek8Mh/ZP7HAzVQBSAtB4KUUXNjACWRhErjiSIboz5YmFNkJZac0/Ucy9Y2Gg5RVlqt1gMzcKkwKJpEyDmi40zx4xrv5H0jWh4gJqCLrhOQ1ZyoARk1b8+ENgaYAEq4Ab0LFjQZS48sXXkrKGoaTS4axBzHkVJWJqEqbq81n8KN4uACdo5OeDQ1Rtq+4ZDBH0pOfMHWees9GAiFERa/FAhiqACVdAzoLBQJluaOxUqSXKRjAeBwAFy0ooVw1DE2LMIsrBA8JQj84l0wMyoFBPgAIGBN6HDAELGAdK+nVk+WoLDt6+tV9ar61X1qpwYi1tEoCCIcwv/iAOOfgBkZ8qkidTA2DAKCZAJmWqNdgTzzHthVyyxZny0f85nh/hdVe2LR5nghNigD0AZUiMBKIA1qT8EfdsRvGmsjx4i4YzkWwxHJ5tepCQgmQbJk8FSh2Fml1m9urQsmyHQBqsAUj/NGBqGB3MNqKCS8x2MTlZKmeuEWdcAcqzAETBs7jAfpQKyccaaaJsAEqvKrD+DJcwbjs02UsplavysW1JUds8ky/C2Y8nYB5Dk54NqFmFQIRzDJMEo86Z07hz1nMWwuSSwIXVtrWeACcPkc4cqOBwZu5OHJClXLFzazGh1M9FlkBauIMVgAAxLgNxHM3pIxXEwONmCxmIqIW2QnFHI/1aLWSPup8lm2PVq7FvlpEF3G+HUmoe4LLkROWFSRuiGR0PANa0QuhLGlQMSbiij0ouYvOlQgklv8All5sekm9+ToNEABgBSch1XUd2WpZBMqDwGQQNBWJQpU6F6lHmalO8dUo4J3cd2sd5pmj2QD5BQLIAHJIlk3q6iNqWBaSxAYct3JiaVPvcgJolxqfHLHp16OpV4PCAVzD1L0ahAcCwCpvEVjIgnji5BZ3Qa1Mm8AJA6o8zJrNUEnuTysTMzqbJD8sT0T0Sh4hG5T3ZOqufhiqNBeXZGTng0N4ZsImCYOSNKGWzJniTw7FN9W64rwi+ESOqAOtWs60yGo26agY91YZsEhqy8kq3p/yoMpIRs4VuvJBMRIaesmsqxfI/wCgFQJLgUwELXibGb5FJ2HGc0AWOKVqhYSOTrRBbTxAEDGlgEG9xfrmU4lQ3933N/8AmJzZwVclLmgg3p8Dsh6yu6RRPNQhXNxe9SgBnT+h1igkFgP1g27rS4OXInIEB2rEpGFpgGmYZSVfHMpCZLRnSB1I4I6BkyZ44zVwq1C1gOdTimEaFiGAMLYsudQTNGawdZLLNGlIiHpyiyjOuKN9uA6nIAWCJcd6kNQiSeR1ZhZbRNYNPTZ3MxMkuUUQcpCQ2nYdTOgEoiWTwooJVgkq0DF6UEGS4zj5HOHKglmRd3JwG0KVlW64rVmp3bDi3AHep2JEpDUbdMUCJDgPmiU7uB9s2lAlm2d5ocqv5nENw8wTJh/qhwTyZme2vpQCARp+aLpSHJmLnV9cDtpzK3Pb8UOjUOjUOjUOjUOjUOjUOjUOjUOjUOjSJif5k4KbC2ZgzelKOTUp9P0UBY2R78XerRNhEsu/Cx4xshPmLchofubFG3IANWlrMiJcThCwucpvRKaIwjiUoFi9qfgfbGfI1MY8A5qryMeuQZrQI0YElNtVstrGNBhEgB5D2TvUBg3CFn8A3pN9ljCYXmwDXk1OlSmBMV7q9aMGWCBDgWCxlaIwaMqjDY6hLZ86nHwu41PtbVcCICdz5twsEFSCJVoBddqIVAnCe3rdlFkWQ/8AUNoUqKsritQF3rUBLhD1QB1rEEhdLXB0eZQ8PMAdkHNnd4ZVb9kduooZKxj/AKYcJSw8gu1jIhjQyOhb/BdlGGKXelpVdf6UGAndKeziUklNOI3Dmb+MU0sXkgnWpv2K+019pr7TX2mvtNfaa+019pqLDvKThFdpZA0/yBQtZOCZFYUYiLpA8p8ErEWBiK2AqdA0PNHkHqoJHtfIJ6pFoMqTyAuTVpdN8DiZiXzLMUytRqlBImVoowyG2HJr5vJwz0yvqzO2DpSxLAxl+hoLURa4oAQMMWgluJbCZhsY6m2TwCvhsJ6ZDzMkqJUJTZqVk2wb40TRADOQ+s6RUQAIzqnxN6PhsI7KL5IUiqrjWBYqMYgzboBSGPEB64OgJrQmWIh28c2d3/AMw5O4kUYxb+VSalSalSalSalSalSalSalSalSalSalSalSalSalSalSalSalSalSalSalIW2DUnLlrUQIWUQz/wAcxALheZYxRJ2adFVN5+5KOJiaBYshI3BdvFDQ8Rzpyxnead/fUpl81fTghyUSbkzQlkEtqOBQIcGUmSFXnGrEBquQXTZJN6YM7ZK48VKLMJ+w2bUuGAQBHoEwC0s2iKBESu63XV14SoRRBpVoBd6USEhBK0Qx6KOVGvwiMWYBL04QTMVBig4tUAUGKaka2pt0+Y0BuQePgEw7v+EZht35uJJr69X16vr1fXq+vV9er69X16vr1fXq+vV9er69X16vr1fXq+vV9er69TMvEQh7+AFQKrYCvs1fZqMFG0CPxmfaESo+zV92pEUSExn/ACF7DmEEU0up1ns4bmQxXtm7FElAhjdnzXyijBFhJgt4kk1HgRCAlTAFNJWdyMHcakDNxGBIQ2Zgna1NaZ63cPlD5cJecSAnDP8AtIxKGD0fYdVXEEuU1xelNf40ebHtiTkUIRa70qw83ZRUHAXN1YNiKcWc+BehkvmFtQKjjOBqJiVZqihBpBc4Dsax918RqDbcE3/7eSGrJlQVK4lyohyPhevgHvSgtaC8pWPxgIVgdVQk18496AaSfY50zZTRKsbuv+QvYtJsHVbEQafY0JgkJ5UAOWDcjD2FBErWtw4DR4KhRsESbxwFIlwaIuY20QFHeAXIQGwZFAQErYDWsGQ4E8A1vnnwKzsk3JR8lRRAetlGgdVgLpRts2pjZqVxUAZ0gAHVjAcg4KMZU4e9HaOZIoTTjjFBMEoAUg0ECWQETWrmqAeYW1aW5d5b+JvUq4vbTY9d6OBeUjkDF7+asBdgsvb5GGiNyxVrJXOTGo1fdwPRQsB+wqT8nmcIBWyfmyQwSGqsAGNPfNG3UTEowbSgNtzSFi5lX0LDbWsAqG6JQdi3dFIlTe+mFY5FwAP/ABysHlwto71B/aoP7cIvD51B/aoP7cYP7VB/bj5r6f5Oxe4d5Aqi86U821JYBPzi8yoxYpIRKmgCvWtaZSy2MknkDLhlS07yeZy5BmUhSGhhbOrnLpYwCrNXzSlXWzsuBtLQBAQlwsk7HpTjK4USS6WMLz3I61DxrfeDmMlGCyluD8NDRZNi8wQlIW1SmSWFujGc1YZyRTgQnApZg2DGFyzrQXhhSQEhScwALFD2qC55CWWyTz8CIBMxKyEFOg75yZOVHYIJJ2GA3J6VdlIqc7GNhTlTE5yfeFIjPplCWDBJH8GQBtIyaH4CWMerYUi0f7C0LWW8qrFG6ZpVxV8Ep6NYBgItoC7qq6yMRIvZGCCWSRF8ClhgmNYKRJK/ytXw72r4d7V8O9qV2BCyzCL1EW0/1lYPLh5368PJfWsTzryj18F4nN6VgOXDzT0OHmvp/k7Fy+jE/hEK50SSOLGoVOL0Dj0Q/aVM2XSoA4SsU5tUO66O1v0DC9XCjgcUwebnkS1tuLhoNALBtU3Uj0yO5qFgWpCR7UwzebJrSDQGGSLTa51pMRgEwzVCAB4Fss5uiFlo6LSBzC+lBbNK88BACIbGrDFRixBlKnrTATSzEPO0H0mjBSWPUw0PjoWO1ceW5ypHloLHULDl4BS7ZeFaiXKEEliMHfIc4d2pDIxFPc9FXW1Cum/6g0Ra5Z08sR0JzaEQFkWj8ORvDnYburokGbBRn5zZZxgCRBcQBLJunB8J3EaiNe2wpCJlhci6DGp4PhtGvVfB8trWJ5/443txhXBhRBbxcMMMMNHmpiMJe+VClzh5368PJfWsTzryj18F4nN6VgOXDzT0OHmvp/k7Fw1XZH3WTag/Hu4hI9uGCdjcDZLAxgu/AYAQS0MlnGwsmLJpdaRVTdaibSGqsAatCD1m/jWh3wNm/C6pJiZNdzPujpQhEY4lAlIdArY5DdymGFwkXBmoA1aSmQIBRmNrDgSJlU1iXmOQ29W9RWBrBzLvENVDOnnhgvejcs6UtFigsEDzKUqRJdcxnuQ70uIsCW3k8u6nB5m3czTmVjQhbPth8kHemOlCKtx8Df8AcNO2Js2oMbYYTmXr2Vi3jQ2IMiaicyhrzzZbdBMxfJyKnEhyO7rRKbMbf570UTxozzAFC7qCKDIlYljm+FtowkyYt5SltNFCEVFESKg0qmCZfjh4CQAkqE5BiIF/eT5KPO1HWbiF7kdAo471GkyGQpIRIk0zvfaMLkBE1KkyMqFYLcB6UYMBRHuwuILgUHBf4Neq+D47Wkk3Y0iYn+L4+zx/NaVgOXDzv14eS+tYnnXlHr4LxOb0rAcuHwtjh5r6f4u2hh55NwtYLggXXCKQXasYVk3XRNSLGlZtd5OpN1uI71YH5ZnC4RboLJE0Z4NGUGKZoqZqtQ3TalCAq26YDzdOagAAIi1uK2pZ5ses3OtO1Gwilga5rAchwHsgUmTOFJKOCqpJQ5hdt2fjtSclhEkkBFws5UEVFGMzFIfNbkuEAikTBoQTNJPNcuG1QuOAJYsoZmDnRloId0bc5XNqFECihbix37KESXkYCXHR0fBcZqF9xTBXFcQKtiTKMxd5oUJAhkxDUTEpQsMIHYWHnbensTZhvmG5anGhCZlJhyPC3IpQuhRWIBM2ja6t8VxICQZgokKUgy5EWkJTYkUExWLqAx8cYEYBXAoi0HzWDBKapAvAKDcdEBqBJESyIiJjjUMYZBGjyIGtL2rG7Fwch1chtLIR+UOE8hxbw5CkbmDOlJISXleGeeQYchNGvvdKmEXu5dGn+L4+zx/NaVgOXBdNBGa+Y0hYwYJrEpnQUstfMa+c0yCWJjCkEjZKCZedXzGi6LIPJw819P8AJ2kGkNRee/NBF5xSQpgpYgkxcXpUCjJXunftNIFm1qYscuCwZhC6QHJTMmoJ1KVKyqWHKShFDEYEQjonGdQbHME/VIYW4yhKdGTpT/QfY0FayjOk0Li3oVqHROngOAKEo5xpKTsLSNaFJu7mzLc4iTAMkyHsbEtSpGoIKyNAwKghydlImBOKNrxJT8JZJ6s6km9TrIcGdDA7N96IHVZiea58N6kE0iYlIBKBme2bsUlhYsu30hoFBDGc6w5b4PU5UkO0pXJGL37GmwWwEH2+RhqB3YDDa4i5dqz9yKAClsVmza/BEhXhsrI1Gh/g+VfMfantPQF5mItjTEPr2IEioYUTVOY94k4CAOQsoZDGVKwbEpbQ7tpoMxdATEJlRbkTJmA81wgXjjPsBBRJ+wKSAwyW4Sob1a2UFDbgXQiLCEmtJxVwdARSzEmNfMfakUkZmEBi/PhcWLvj+C1/xPj7PH81pWA5fn819P8AJ2kSGJWMKYGSWQW28GDk1JweWoOyXOlIgiCSAbC/RmklbIck6e6HKmCIideBiCI2TGkmHIGh6Mes0qD7kIcn9FNTe5B0cenC+RC1z/QkdaSCzhRW4AYUF0hPXwMqMm2Uxbml14isjxZmugYrkFQqExy748uRoFZydbY8PUa8nBvqSijZKZRwYJ5R0w86DiKGVGxiOyVC7eMlvleDtRPrO7iXXBqBGLV30M9hbcYG7tRAAm2/AAiTRr36LleAJWZIKgCM5o48HzakmL8IdgrlC55cwogapE5mTSKOHX7Ii7EZ0spYuPF+jdiPHugLxLECg/EpJ2MXiV5sBLBSh2JloJZgwOd3AAx9o2BjONqOvnCZJW0uUgkeNZhjzWmb2xrHr5lgt2bYf4fj7PH81pWA5cGAqFZMFbmsqRAVbKFEoTorc13NYgReicKwNhSjM/nlW5qKhWETPDzX0/ydpC3VoEoWzVCUNSrRYRJLHfjeBMIcKjTDcOxN+hKniFlsvQT1HWh2FBU6lLBMVM4NadWmdDidGkKJLKbYbOo86R2gCXZIbMQqdCEblRMwqabOWyTQGr6aUCnBI3OB8T9kUcM1B1pwlQMrymDyXABIAEq08gIBYV9MV0IM2o26pBvhr6br5UQQu8ufgFBpC+DQYDZqY12ku5ic5JyovXyODZLU/VpKEWFjyXLzURgwttwWG48ECQAJZaU0lu7rfpiuhBrSb1JIg4HlI9uHm3FDSSsq+BzXSlWaTSyLK4EJTLFBJAXCoAC4yLYKUhHFjZCBDzpkkbaNJ3kSAVGJFXfTgkFjyUIYqxE2qfq2s5C2Ax0OFMYoIUNyCYYlJhnj87f8XlP+E+Ps8fzWlYDlw879eHkvrWJ515R6+C8Tm9KwHLh5p6HDzX0/ydpCqISSkWAEC2JyXB1MvFgMO0xyODqosbtMPK7JoGa4BnR8wJ7xl+yonEqMx4WUBAoZIkhgpXJUc4GgESmQijSjBoiYiLEhbQxDT4CvFiUqVXCjYukY4TmXg87s1J41J06TE4rQBWLYxysXoUsSCRuLbpbHfKhmXKkgtsgt55+Nw1kh6p26kO9P2pC627i27quBt74NOZU++K2jn25IO9D06IIbiHEYutjOoa0oMR3S288qmUISWDkoLeefCBBIK+3En4GiMBc76KDwsOQnqg3BBVqNpUUtCRs0MavFyKICSsgYshNhP4x9vda29DnMKUZCbArCimUUCn1c6gtlB0yg3Hg+Zv8Ai8o/KQuBUOjUOjUOjQcd9Xj+a0rAcuHnfrw8l9axPOvKPXwXic3pWA5cPNPQ4ea+n+TtIAw42XJdyh0kaiUwCNng7j5SVaB0mDmDUSEd/AmReWQsVvkGbary7Q3c1tXFfaiKWaCxh9DDuzpIQ3sOpei9RimVAJiWdTrSVeRguxUlluNm5TcQlSjfCQCwAAKAiqOB3kE2CYu0M0dwlsERFYSJm+i0nRcpCsxiSzRY5xsBy2MJyWG2wzRaT70aELpK9ogm1QM41GaiZlqLDF5ZasFHthRXc1at1aiXqxmGEu2Wy+f4UEUSRnQI4uKQd7pttUpA59mYFpM7cqb2aCL1HSGRgjoGxGBlendTI0IRwUydnxBp4G3lEXy9SJFRfoBZBEMUNwbKhGyDwMnliES6GrtSqHCnOgYrIQx0UyLPoae3eWunIAOPzN/xeUflB7ZkJlROlfcq+1V9qptisBHpWr4hjGMYfPBCNicfO/Xh5L61iedeUevgvE5vSsBy4eaehw819P8AJ2kEMsgjSolIO+Bupi6OdLMVIF8VN3EbSUIJhG48C2ENu2XvORejqDNKMDtB1zpiZGXdrwdXHQWzaAAAiLW4SdsFS0oPQnoKgb1LgXpCGkQQDg8U0YDNQyiUGMRiOtDhWiGVbN7KHOgbvYV5UAumGRo0nJMLeMqQXWMkytIyzk0qLFBBfISGp2mUwQ2TcGO6zpVt8i27YbMzTmoAACItb8V0JAASpsBquFKQ2sVbgumbWVOxUvUpYZTxhtHOnhgSTqcXUk3oalgIBDIxiXv4gxNDQhRgjk71LC6V/qJtzVPi2CEM1La8RUO2ZI3UdreFMlIvIXvSC5FbXAVOVDpBh70anBRiJHD5m/4vKPynkFV9PywscMJMOGBwDTBDgcmViJbjjAqMFgLHgxgeEZwjh5r6f4uxq7jo/GSTDPVzi7Jbs5Vj1VsVghqMiUaWuFhjdPE2dqAloAxpgh2wxfIV1yLa06G4UnIUbYGrsUmVbLEMquat+AIsAmmxAQLwFuwd6wIp7QooLg+QmWU1CTWthEY0tXMozLwnnaeTHSmRN0yF1Yt4U7LcEsvbHyd1WQAEqkGomNb0K4lXaxacxay3s70fnGOA+Jib0wXBkj+EJ2UEtgKNDDdLkUiwVLLz7j2zpPzsWe6/OVJYCU0bJhVlmaLyCy2xg34hEcJEFxWA3WpzlKwTAkupEDQWmkHcAYdfaqYDnEf5E+dT7zjKO0xSL9XAs4xFzikWDcT5tEipjiOS1WgtCADY0NDahIpNkI6kUEqwgNzJvnUWVHygJFXKZwxhwojZ0kGwsTzGyDb8U7em1H0FfQV9BX0FOICcJPweQf67zX0/xdvOfAyTSACSs1h2MTeGs3moXHB5OJmSUGJgeyO44mrypSyITd4HniuRLQ/ZrCAWNIFg4xrbfLIrnQOjSO2ZZaDE61sBK9ioBUVWmEFC2CUFJphSBgAIAsBarFnMyt5jtwHVahYxZD3jzEU/bcE17Y+TuoFwAl0g1Es8AShyS1NpolAS+Y2d6MVfJoHxMTehASOCX8UacshylySxtLlTqchRBXoB8akogCSDm5Ksmlsqhg9H9dfPfakH8UHYWcBGaU5V8W96Zs57sGV5ZCSAcaPwAxFNfuaMgpSxQlEFlwzdLxhTIih0pibpBN75/hMrp6WgEjl5RiDKMm17AKOHho6VZoRHR/AZ1PlK+EYcGvh3vXw73r4d718O96JCKLwu4Th+DyDhQGEIUvww0iZJBSlGIkmhwbo+MeGIFkyLUYElhc4YTFyaBII4hwLbQrDhiPqApiUSpOAS3HGCBJkQpQJ2WhY8JgWwYCDbh5r6eLtDo1Do/j858DJQgzOVLWMHWixs4EPKc6fkZix4v86UwMS1zcXeXplxUhUWLs1IyJOXgjYtwIeK+A3IF9bS3amPMM2J7Qe9SkdIdAVmMCwM6h0JNjB+ynbwISG42RqUlvuIw6RVzFS4Xti+U0CYcnA1Es1hSIJE0pTJ8RL8TB3odxiEMPmNzeiGyZJxeAWDNe2a5BQ7pYtz48mQZBRpKCtseG7M15KJIC3QR9aJxC9xlRPUB6+BQgYOKZeM4CwoOFW50SnEQZvTrNrQF7EgvJjEAI4TpSVJCM9EbsfxnXzfbj2C5tBrlEjdDGLXnakyGT4Z0kwknwxqbC/hH7KIpCap/dEUjGsamQYxklEmC7lFOMmyRs0nijpwbFjh8xq/g8g4XlHpwx+avPvSsBy4er9q+NtwwPKsuR6cPO/Xh5L61iedeUevgvE5vSsBy4eaehw819PD2eahCAtzFfYqQOnqp0TvFKMX8XnPFkgHHB3aCoxl1x7j3Smfg3xH3S9i2VIrwG2HTVsNW+R4BOZTQ1HdbqpStgQGAGAelCQDEtHL+KYTX7h7UcDIJzPuidaPeIqgsoUmsxJNBtiYQGTCsyVRa1qQGe85W2JyslG89Qcst0eGds2S96w5kNEKYSyjbFyd1CvWQAbJZ4KBA5IxTKWWSXwMHekY3TOUfExN6Ft4MWcKm2hQ3X08kgzatOEBi4fRwN+VBaFXVW7z14TUOeh8OF18A1iGyoigT0BWfJHPOcTWndAhksdSuremaQ9YdjhVaAhuAdTX8AltPU8HdY4HAeQidaMNAQiQn5ypVlTca+i/qocDjbarMk2S1W4jE4ZUEhCYsiEKJgAIAUHRoohEQkRhnQ0ctX1asvUesVQlqZekBT0jGJ5qUP8AmJGC5IZ0+FcSzzPKsfRw6kB60cEVibuHh8g4XlHpwx+avPvSsBy4er9q+NtwwPKsuR6cPO/Xh5L61iedeUevgvE5vSsBy4eaehw819PF2GxyrA8q+L0/F5zwSk3Jok2XSxaiogYORvF3rUgcTFm7nnFRSPam8TMC0zMUEIIAgAy8EPBJIvPjyZPSiC2lSigsNyHlS7lQQbFil9hgzun+UHHQZDAIedYnD+AqbDpmXJptEs+9ghhBQQUs0XhxJuzVxNzvQgi3nr5vXJvUy9wHqhYcnwyb1nvq7dSHepsmteZ5uu29DHWSAbJZpwvU2IkwSzQ/lmKhmAWE9d6dVEmHkGK4bY1jmjciwNgt3c+N2xC+cDLxsvn4sDB2BoSuHTMWfnY/gEm09fxSaGxcfSD84AwES4lERrVbnj9RoIcwGaVwscJYu6sG37a42TNQmnHyDhM7GWxU6ntSvxx1596UiD9VOp7UMe71K+NtU6ntS2f1WByenDf4vUqdT2pHQ5b1iedeT96nU9qnU9uF4nN6UNj9VOp7Uf5tuBUQZnAcqDkBVeIZPB//AN12CQFLuGB5V8Xp+LznggbJSmKkLvZhQGKJ58XPVqVgCbsGL4UQAo+d0AtWHmBgCCgUASrgUkvAwtpJ7luA0kCO3rGx1bZNGhTN7OsnUWsD1UTgmasVEuU8wCnaJIhZm1UNlbq50u5Ym0EJe4AOdFYciAOCFuq60tP1xy3TEO7nW0dCDqiw5eGc5mTda7HMhqOdmFXd31ZN6KTIQhgiYlBBE0k0CZmNJoYYSPwZvvQxwJWR9hzJKA3YMPOosrfZmGAYqXuFqAKxQDJ8NtqTC3iojsFpgJTeCgjAjJMce5EjnUZBgGQck0fLxzPouNIqjAsksZhpZbbv6KLddnB6VATLuVqP3QaiNmJvepUkNjzvVhsno9aMHMJce6jQCK7FCgsZyBHuqSxSxDbepbMYrGYIyGXIB61k7iSztNuifClemDE0bu2GSVCPIJNA2JfDdFpEgJGOTXkHCl27VLt2qXbtwl27VLt24y7dql27cZ19Kl27VLt24y7dql27cZdu1S7duOB5VosvpUGhUGhUGhxwPKvi9Pxec/hbWKElUyxDy7uB3S9mwPRv0oVdUVTFOL3vQWAAa2XYDrlUTxE0GYroF160I8SDCwPzEQyA3rAzUHxhJxIQlBcGaVMlE78B1qxEQtiN6AIBEhIyp4txO5kZe6cmp2KBkniwEuArdq1Z4oHM9j1pV1clyyuXdQdLo13HAbk8b1diToFMHhkpfce0ZzV3c7A8j9B0KYHLnGqF+rrFFbGReQSzQjhTZhBGyYlJooWEXkw6770WTTgAZi4FlhRCowUmQ0z+a+B5xApjUuiXyo0QMgjqNqTpK1KsEqAt4LVdxyCwOiZ0SsBExgUCXMtBibJx7FEjDYXy0edEKaSEPcniimziJuEiOhQL84Y9SbeP5XPwmQCBxME4Y4kNBE3KpT2e/JMykq6TGw+jLcE38Ce3BCRrOr4uB0kZ+VhhUz1BMvZty0eknBmSYpwr7BpQCXijAlYjNqVk71fYNXZFEmtDiiYFZ19g8IIY4IsnCOQKwuNfYNEBBd3g2GGKwr7Br7BoYRLkYJRvwh9g1AGjC6uGB5V8hp4sDyr4vT8RkIkm6/g7S84dMUwfNqsiABmz6mXrwVjtowTw7BzVNfMI4uq5AXXIKYORHuw3kMAyN2nnOAmw3g6D1Nsmht+H1uvU7U8Flj1bqIsGK0shGGGhgMI2QgpcIZ3MSm3lOKoyJCJZKJvimUMy+TdgaNTSoBHR2rspXOiIBQBDgmJzGrO8+m9rupWQYYl6a3IlzKbQhicg9J50qS6Xju/Wu5FETTm15TN3X4TyNLd27dod6NE1+h4rmN2Tep4S/cbHqdkWkoGtM6JLIYoWQuyeGZKJuvBdtKXQEOITNR82CUXSwTWA6NbgYFsQ6Vgy3gnghgI4jQggZH1wUDgWH/MnzoMITEK8yUsfhfqEWIOfFFL/AGQSedToBrUpXvPj+Vz8Od+C8BbYkMaIwu49GmmZBFxoQbkNSxo5XMgNlGImSZjc8BiP4UsNEsOflTCwXUPonuOi0QBFzE24Y/NXn3pWA5cPV+1fG24YHlWXI9OHnfrw8l9axPOvKPXwXic3pWA5cPNPQ4YHlXyGniwPKvi9P8Re0s9XoWRx7jwXIkScrclgqYbDuKZfWKK1xQF2ubcToNajfHmdgL3y3XwKICFccVleetBAgpyHWnFvvgQejRKx5wuCHEKRk3Ckitgy0sBzVeE5ChCEib1DvwZxcUvsCcZSqYPFlTZxiACGIVJBKBZNOmjhR3Xu9F6V+UFM0q+a/EFgRZnbM+Rm1Mdbxb1WewsZFW2yzfOoYu2+qU3IwkluufVJvSlC5Svsh5hlN4nWgrGL+OYO428TBElicj3AdaLGFYS0jSBDRoefByzQfOwcnL8IMsypFSsu7xj5XPw/OavEURlEbM0yo1gy8iwG+Nhk0We7n8yWrrTj4ERgcUSNBR0RiBue8vo5UEeLJhsmI7NYvNXn/pWA5cPV+1fG24YHlWXI9OHnfrw8l9axPOvKPXwXic3pWA5cPNPQ4YHlXyGniwPKvi9P8Je0KjVQDMsHNbUUwY8NQ+9unBCREAmuCefZRliuLY3FqmGvJVs2oFzwPquRLVvwIwMgGQLBxyokuhd5QTrWP+vyFH25AWxdcJ5Sqe6NYTMDjUtph3TivNhMx1nwGryBbsLbrdwBbUKDLrtYr6MbstVg4Fv3s9VY1pjzsERqjulsoqzWLHBfMLO1RCPC/wB6xW5WHDyxRth8jDvV0laxDlY8vVyqCKWDkQRhsHQoQWS7PQ1O7OKBgA2pAQiJCOZTKpRVLhb6YuQ50mUKk51Z4EC0UDoj08RwKG5mZlMszswDPyEA509sAlLEDZKafZY5u/7DRKxJqgHRxNy2/wCAFbsRMlj18fyufh+c1fCvxZrTEs0FA8zs953M2gyUwgb4vGAVs+C6YxeSBkczzMmoj7pOIYqybYmlef8ApWA5cPV+1fG24YHlWXI9OHnfrw8l9axPOvKPXwXic3pWA5cPNPQ4YHlXyGniwPKvi9P8JeVCBSJSyybl5RsUiqrjW1e8wS0wMZLEneAGxLR10n2WAbFLNik2uMRbLMoQC6eSPVSi0OxCB0v5VgocVB0b0zJchhGLzxHJBp7kmZjgrQNkqBh7rPDxUChEAigRBkQ8BZS10tAtWHUhNkcHJKRGAlKwVOM1Z5lmGHSFF75I6gq51cMgLUsJG6P7GhbVazqtgu2xoFuAN4OtS50BXlMZoJnSllZk1io7V28CZC4buhQghJlHKM3dfl4FaJGrW655hUTY9SvfJ3Kio7ovoSAbKySTJwEIiYVNayFC+BdcK6tcCAgFCFgJX1R+6+qP3TcXiillSLw5IpQJuFWLGNpmNuAMpXRbx+Q9KcL2SEbBIegd6ZHJtzwJodaBBRwR8GDFQ82w6qFICgaMorQWI8Xyufh+c1fG/hifFFgbdcMkpZq21XmvZXG0fAQUUyCCiGCJcdypyYSQdrE2dTOoNpQAXBEslD/pVLzcstGmQkImvp9YbH2VgbDgkohBCZr6fRObEoRTdUoIBBiFfT6+n0IDSIUxouSwikbeWr6fSlgZKI4YHlXyGniwPKvi9PyFyWCK/BXDwIdLBLBSHuTrgEdgd6mCVq7uuSBcqsszZVaDqVc8X6BkQUItGrRzjqauxSxBsf6T1KVMLWLuXB0o/oaJHq8qjl8wHuxO9SjTge9gdaUU7T8oGMOAHRypPBwKjNzqYzNWaFTjlRWip1mhoAnUBITZsF2l0goWJZDGuKyNMDliqHLQxEYGusgPIoIVkGAbWBs6rQAAgCwcFyAGMtFAdArLr3G7kGNJfgmB5rPmvVrNHxWGwzYm+2g41LpOExMD3GsU4nUYupD4cP8AajDH18BqJUr/AMHhaS4CcqLzhWf7X4KTB4JTzBs04x5M/o8qbvs4QCYU4RUGsSm43koKR8vlgUFGPdUlzZkCxILMRTMqKo3Xx/K5+H5zV/AXN0LOcNR2OTNFucO6+7hTFckAiImIjcTR8DZCYiHqv+TmZ02ZYBYRkPRLOT/kwPKvkNPFgeVfF6fkL310Zuf6UABs358UZvfIjsDvSWIuy0QvFiQYGtWOsMZyRu4maxlQOUSy7W5cDQS6UAFAGHEISgxUJyS5RmBAAJ5vOhowYMR5/paSMByZOtnvRQaXAI8kxp3feToO6iAYsFFGKuLJqRhkYswFlRARQll2pwXdi9JkiJB2ZDzc3jh3oHBqYbjV5BiS2VxbugU4aWxNizueBm0sTkJbocztg0aQiEG1TDERboXbzR2rRxPo2evhIdjIIbIgaPTWn1yD4lBLfqY8DS6dovmT2/EihifMrlf+J/F8rn4fnNX8HkHCCsALLbYHqxNaFZ4Cd3O5Y7eB1oXsPJyGzaoiw1abAPWY5LWHgLJOVbfspgmPZRMEzDgaRyMzKtr2KOwiBIa1iedRzkWtMXra9itr2KfGQvNRgywGhCYdlbXsVNFSIhGXDA8q+Q08WB5V8Xp+QvFJd7Qb60uMRjuHtwjFYGM0xwQdrhIet4bnE7qs26O3IYrkc6aMswxdAyDAMg8YJoKiboD1mpbHzIBE+rQSe6JFrAgcmVcqWHTpNLCxRXCxACOm03dkNBMjQyrG3d7TkjmJcdHgsFHM+ozHY3wq/QBV3DGW2BkUMdiIym4wNHVqyMdyjQwGxxOA2jPJN0hT82ncaOpDrQEvCW34KDADFcChnXdMfFKDnSmxpX6Bsg28ILS+v7A9vxFFMCsQmT0GelJJSFjrf8Xyufh+c1fweQcKeFmelE4nFOpo70qKRBO4DDuX2caMGUWRx4gJkcRJGnqGzMjptaNm9CXuVSPzSnBrLkenDzv14eS+tYnnXlHr4LxOb0rAcuHmnocMDyr5DTxYHlXxen5clkw0GIyJ9R4BKSGDUPtbrQMIAeACAORwBGhgRe+hm2oMhTm0nqxXW2X4ICYtrq91XpRE3JXH0+VDVNue6OvicgHWg9FhTBQIm4iAIlmnku2bAFxVdKCqtDltowC35GPUVjayyeaMeyxmtHnkQAZAeQ6FJozEwW6dgu5uVWADKPA6CssUqY8vOtA0doTHtQsQef8A3idKzmO7C1aw59qMxxBdtzHv0FKUq9eAWJaLo8FokLc1EyJjv+IiYBLSE0t4Ns14Fzk6/i+Vz8Pzmr+DyDheUenBIo3l7U45isyDSYO3qNcqspajgNzwQvkvZrJ2X54UnTPp6x6h1inDkPTh5368PJfWsTzryj18F4nN6VgOXD4WxwwPKvkNPFgeVfF6flnUICMOoxlHlwBGc7clu/C1BkmrgCtgpoKVXYtHNsNWXI/CEXqM/SLKkOn118sOXCME4iV2elrY1FW/RuN8m5uOeFThEusgbk+q4iVQcq2glg61n0ohBNwR6am67r47h8YccfoGFFxqDFSNhm+MNqwy2RJdVxW7SSQ0WC7kUvbsxNsYtuppagMxBYAsPkvgaCEjoIgSyksBzDDgpAlBR4Fno5OGjkSWR8hkq4DDuApUrUaK+lK0FgFPWpMmmMx7w7VLebHjeCe9LqoGMJEVScqdFHOlm26jgXaUwwHWwC9xPQfi+Vz8Pzmr+DyDhXFBIzLUlyFwFiIuxsxG6sHJh0aEPM1JYxLNmjqUGV+kMS2q8IYJjy+W9CIAQSDImo8WvUmeOo5fJqBSzFrCPXYtsKUY8lIhgpgwvwJKUQMrurE86XQsEAXx4+MjAQyJhTg6hiiIOGNLtK2TbhgeVfIaeLA8q+L0/JODiE2ou+1MQcdbJvVFTTz2asegl6VFDdCLCDvj1oRuUxZmLJlsXYvmVAgACA/BNmMS9wDzahSFdbWInvL1p37L6ev0ECYJffI9qFIg6qYal0bGBiqatCMGAmWAAu0cRAAmIb1mdyXGQ2MJkXHs/dPKI6oYPYe+fiahxk82zXt5KhMyhAjMBaS8d3heAFAxE2UruPOxvSB2BtnZx5IOdAIQAsFfJ68TS00ZFlDoBqdMzjn++4w5xF5+FAEsc1W3vWucoYV1ESgsNExAmQbiDRegE+2HKbmzUkx+DO/F/D85q/g8g4UAWowmAcmSdwzpAsAQZZeFoVNcb73lywrLjgxHRMnbikEREhHMqLcrT25lnK2iVY5AwbAkWdqTguEkxtWZAWgPWke4T3pDBS1T6VBwoeC84eDA8q+Q08WB5V8Xp+SdIzAmvqCkH5fSEejRWJDOYrD2I6movM0SjFedbrPkNPtVizYv80t+G7Cu18ss9KQeSFYn06VAiMqsYFdYc+gLanqRi57j9IUYX4x72PmrGtDBrgsZP5rQqSADBobd4NGTKivZRsotgm9SMZoc8rZGiYkYYjtTOEm5D1HEcx4sUH0QZG7as/qHZj5S2q0bOICHQCxRObwinlHJKbAl5sb0hvcR2NjYtxBqoE8DCjLeTlZGMdKteb/epZgmWH9YpGirq5q8ZWRgEOZ/PCJKQNqIp50EXgNRRYbgnXXgQdctZwWGGJHUjShph8v0UTeRxaawo5E/qjM01ra4+VLYOH41lDoEiZQ9LNFA0xS06inFgYhlqWwlPkWvSEgtMkjbdtVlHJDjna1KBBYqi/akwiCW0iiRaELiZiUo4VUQvtJQjmGTDR08CUIxrRQNXLPZvUCTpiRanw7TwZJkrplVh37Wo7TEn0A+q8d0gkCktE+JUSEaU2Gpo37+JhwT0pdl1RTWQat6GnSAMonqqAE58wilAAm6SNhkqxxzgA9BnyqUZEj6EsKMZjypS6ihsX4YHlXyGniwPKvi9PyTmCU3LlC+S0LJBuGKE9GgGbvF1Mq3Wai8zQgCIORXuV3P8SzWpUX9MWVFVMIFkwxg58FltUSzALrAvzLGQFO2eUXW6dhYzcqzuDkuxoaBbgn4hPYHxe+Y5JRZiCkdhayWUqs0pI3eKQoaBKuBCEDmzFyu7riakmlOHbJlwijnPctnd9VudIyDHOaa7yw24yyiQSt1gd2+hQGzCIZoboYZdavRQ2Y2x6EnXioEpY1pH/GDhv3BJfDgk7oXeHJWIchEupT42bnDippROj/fDEhWJMbP3o29A8/zu/ShZw3oqlHMUkkDc0AyDbRUChDBsjlGFIYuswK/Rp5VEhRzQgGkJDbSsLaSyCJBhNWYJSxde9OWSFCEJtFvGYu0CXsUna+VzAF3yq1HxxLrBY5fkAkjmNT6Jgp5RoWCTIauwnnUM5yfvI9VBMV3h3YaFAtQ2rpV3E8GB5V8Xp+ScurJlKzROGXbiTF62A0wu095qT0d0wXu5Q7HvtsHUKEyV2V/E0hIS9wDzaD0BE6IXqy9axvHLF0MdgoQQiowW4xtHVqAEAWDDwI0a+MHscyx0OVMJYIEbGl9I8qu0ZoyBQRu6KLUCJjHU3Du3vMTakLlcVaOdZI0oDoauxek8F3sbDdnkpJMVdU1VutDBTxm4ejD0o5BuxaBE+/SoYkt4yo9p60HJphwarAbtTnAgxHlm522oqWWIgQAFp4G5XKElEL7irQRDjo4mXLyD+eERDcpiZqEL85eA2qMqAuE6u1fFvavi3tXxb2r4t7V8W9q+Le1KXThIExhyc4/OKOZcSlrayzxc1jpQOgCHvVyLWs/1XkhtRGS2M9agVrORHoRQU2wBPPH/FEAwZgmGi8Rw9CmnRKUUQzmRu3OiaQJDF6lE0yKWJiccDyr4vT8s6ChTIGKsHWliTAg90kOrTBgGMnUtSDiUI4VLlDlSonf2rHqNTBTIOkWu4VG1TZcyJigLCZI8QPHYr9lnpWMuSXFiTKVrHqQONBlc8XN8SWltwZMsgzoQyOScK2JMW6RabVYvnyhmjQcSZiaCqgUhdMmkIErgBjTzitcvb/ZyoMjBRB0Kxzx1eJIzCRjTzJYbuO5D1oxKbuGQ6AQGXahGItyvVLd8qCp17BDFt1NRIeA2LILD4+BuywlFmGahEGADjpoGfSkhTwRrpCG5ftW9aT1fBirUIIjDM8cpSlKQZ2cOojDQ1/5akWMeRyEudKFFTjMWg2daMQ6gIFoHYs7UiRJE4U4NXfDt+T2ZyYrAigbGLWPLWX5EHlQIVoC1SSmkC54HtUESYjyrryrUgAp0Fu70lrwF2Im3EQbOIEj0zoCF0yJ1Qu7UKMbg+di8qvzCCYXLA96xkCKL4R0ZOlYkDiZ2F6q6eFQSoEXvUUSS7epc+G9FvsTDMB1uJYFkJUKy58ehiFQIkJZIanZBMhxTyGVAAQEVYKAEqyMVqW6lXNw8Bxh1WgAA0DwPZThX7Bsloa8ybMjaR1c6DhRkP6Zuwb1N1YYT83kg50BAACwFev4BuUgfNZjfwDFrDU2DMHv4LQcQLMfomrn4pvz8MurUurUurUurUurUur/AM5EZRcJGmiK4sA+REm1BHhIFrFCw5X2K+L0/wAP+WCzBtCTUwlt1L2ZDtFRTGcpzbXQaIOuHomLo0shi2dYXXg6L1wp0bVbZ2QOMBldq14PvUELFMsjnTcfbpXSbPTjlzwMFq1h56FIs1JMLzXW7bQq+o2zJOBCVHFchBVBZkIyngsRFHAWxNN12I+qL0y2SRvQ8lelAUQFjTjO78lOgF2k1LLdnJw7m9GZc4Rq2hzxaEFundJ8zbQaYSM95Gm2HH1+ASsGICJcEimB40JynCgW8EhEHZ18AVCN126ih1rF9ESlz6OngQjnCfEtNOUuv/H1/wACD+1DmptHrS1H6uvKCsY7d3q0BndP7qzqnAPRas+piHazTO4p5DShSG2vhGEUmNakYpMTQ2ywp4h8yfpaJhKbhHZhoI5YOb3ouGEcAyNJQijIgQwRLjuUwwEBGWHY0jbQUESbhwVM/j/t0pwuUExhMPZr5j7V8x9q+Y+1fMfavhftXzH2r5j7VICvn+mkJPXtOW6JUunnz8SnoNXobFFaICV98r75Wl3FP0vb00lqkXfASfyujTdBsObsHYl3KuCWkOyY5YyzQXpylTkTBIWHBBKWICpqmQSGEGJZRN4pGleRpl+V25QorPqY2MkAWb3r75Q7dEQAgMFmVelfMfavmPtT0hk0csddjel8Gkl1Is2gc6hslvZvBB89ChLMwpvpEv8AhFfMfavmPtXzH2r5j7VLZub4l8TjEnfgRkmOeTq8IVODjcwjDfwL0CAJiQO0h1qU6bCJWOcifAwgJHqf+Nl5vI5btJtQTlywHNqbSM3j/KmXnhRSdhCmogafWLBTo9TAtsPbKJOxDLGAJekVuJvrs0w4nJ0psAsWlDbEedATCJshuZDl4VJpncc+ooc478EGySVvJLXbQ2pMlHInqxHSgVxoSHvTgTxHloxWZwd4qEYSExH8X9WKLK6H4xCEIQhCEJukXnUurUurUurUurUurUurReSIxGoARjDOpdWgyBGkNIZVZxal1aLZCcYeIhKJVOs1Lq0Y5OT4hCEIRlZYN3hi3M4YRhSo2aLkMBnmgvXrUxoHdwGWIKFMRmb4CgDIEiRefoVBJi/iDd/wBJIGbiH/ABTqzwh3LluzyrHNLCOUe+NSQEO5ARKjYBitjOno8LuzQwNkXuVDl4Gnkdww0cg6s+c0jpRMI0AU40cxUgUSk7UgSgECwE5MgNlQxhBc6LhzcasKXk8A8gB9FbUBKGVQjqJhU24tDAtNPPvSEOPFIiMJnUBBRUC2InXHv4ZyzryxqaO/erRisY465BJnJJoKbCBEQiZCHNDL8/8AoTrpwBNLjzFYdFmtFOX7qnySXc8r09DC3NzXf/Zv8l9HCI4oCi4qPAcMtcxJjueVAwpBFxX0j4IgHDTmR/8AElsgZGy6tnnhTyXTmH2NDKpbZ+7iRbwsFgugJpKpLVeEapjGJojEIEAWAQH4AEMFCW1jaDsjepfSy4RdcxxJK6IwmIbNPe9c8WTaaOWFIjCRs8SPAYeBg96kMIvJPCJCsC0LPc9KgTsylxTdPI/N/oNA2Eiwktp83IFqSBYQO1uqgnkUCYRJITzZecUeGfedYQhgvzqGGJueNSDHKoCSXCmb339skzoG0mIDvo8nEaz1eEa52K+gr6CvoK+gr6CvoK+gr6CvoK+gr6CvoK+gr6CmRRETETxb0UHhdBtZvFgF4mpgi3rGFZoumTSPsDXlMe9TGh4iPTFaG7A3BSLleks4HTuVM4ImoknGyf8A4Zu6ugY6A3W1SusMNsobFIpIVIpQOMKq2KAFGskeSGTMKy9hLaA4AecofSNI8vowBAFFzInRDKHUdwz1sHIKe30wf6peVOYYwiyQDOU6izyKe6WEGLDQFCMECwpcGyIJpwQzgk6WwshAyOFQxFSGYUWIklgJJAIoSRKUypeMK08zB2v4J7JiNXrV75oR71ZjlB70uz2qHZ67e9S1zEEnnrR9AHQAeY1MEYlSNPGLFnRseHoEEyQk1Kb0LkAQBkEAYFHqeC70AwURgGF76zRafBg4AYyu50NJzVqtA5EXyOiXG80KuoIBoo3OdQUfLGjmg+dW5ATDdWs7khnQCUkFRIiWROAzTMRJhXGM4p2wN07+dfDvevh3vXw73r4d718O96+He9fDvevh3vXw73r4d718O96+He9fDvevh3vSlJEcrMp0TLx77aAhT1otYHjdLIWpRBMpLnUNo2VcqJ57oHEdxGVwwNUPJqM3MMUfmobOPDCXvIWTvxaZKmzYWioNkBgZqyZNsySYqFF0GX/CUrvm/F/Rbm0EkqLcqsApyCpnwCBWNYwScC1iqAbkECCAAlVUALqxE0Rn5+O74ohHGOMqH+I3hAYcoXxZb+G1zc5EzEwal/BDkRgUVs2Y+IXV/wAtIJLFYXUgCcICblUFTBEnfBs0WN54JjNci5maxwBBrqOyWpbpDLibPL8OI0EnMo80SZxlP5IFDz1JJARkCWM4Ms1DOkmUSBGBYUcYAbSxV4NzVYJQlhCQpAYhKEQSU5nG4l+4VBLXEoXFNwGjSW2gmxNhujDFGm927pluxZkLLBHWrCXweCLGU/f/AABSiYR7fg32xgBHOSPEOowiIJvaVacbOPGFbzxJbCiLXCyqF5k2ElYH0as6kTNngFsyzEK0Nu8WpMX/AILgF5OqsHepRmpVardaV8cWHBIudc1lAEACMApSJXAlWk7WkDDBrsASCYSg7ZzOKcVc3gCACzYtjQl6zCHtjUju5BPWoYDFgmHTiyZpPGAc4xgr5BCnXesA5goNluCNoI2VkNUU6bOhdBADmVc9necmw7w9fwlhRFjQrCYaTon8kCgShIyNF6rmSipqDIMkUuwraRkmgGRNdaiOGZCYvUJG6GTUKfAaRxECB72sagFtN5WmOVOdSTZawBirBV80gIskgRADGKDPVDA4AyOBQ3jDJTmMqJI6/nooooooooooooooJojF3TQjA8W/AtntK0dJcFJiIwxngkSx9xcHs9uOKDXnA3XcKN+HBmieao69qEH1IUc/AtoTsjZWpANysH141HxzBr4N718G96+De9fBvevg3vXwb3r4N718G96+De9fBvevg3vXwb3r4N718G96+De9fBvevg3vXwb3r4N718G96+De9fBvevg3vXwb3r4N718G96+De9fBvevg3vXwb3r4N70EHLcwFi29JWAgtgVi9RvlDIQqbHJwIXpJGIY80AoECChwUwcMgHDMeFiVcgzXSkGGZaOx6FIKYrtxaHgXmVDhTduSVah4UhLYGK57jc346Ol1WvizqwJkikYRQw1NpHKiTuU2a6WVCmMUhK+De9fBvevg3vXwb3r4N718G96+De9fBvehth9o51Gspo1fzECgcdYC5YMcqAYuHAGABYNvACQJgloqSGUkpxsJ/wBe/coJfHH2uJty4X2BllBOvHQS5lhVz+bM5u6CsHMYjAryS6Uq4PHH15OKMyJCOdKxXZxLPNdn/BTwJDgCxUTaJmxcy9eASITrHY919rgIiAnNpWPKy7rzvp4UPipXDBKK5cwgMY2cTnwwXMQRx88ty1AvfkIy9VevB/yLq0AtLp/EgTR78mlYiUMfh4DJtlvFgswYEu1fwL91b+L91b+L91b+L91b+L91b+L91b+L91b+L91b+L91b+L91b+L91b+L91b+L91b+L91b+L91b+L91b+L91b+L91b+L91b+L91b+L91b+L919HpEYRmJh8OokfAYxo2+td/lzhMJ2acGwWpXAcy2vaHgk4O3EYrGSSRMmhHCZgFA8E8ojNkejd87/8ABZC5QcBnqFwj1cLQqGFjFC3Xhh2FNpYetAAZHifNkKcyF7PAG6IyJk0K8YyCQR1/XhMEfGRQ/EzjGfGzUM0WFPz8Au8Ilgca99gyr66vrq+ur66vrq+ur66vrq+ur66vrq+ur66vrq+ur66vrq+ur66vrq+ur66ttQdCmK8cTlt+CRrYbFA6pSEHEs1bRexll7KhGDTi5GzBOT/nwBAkaMIDop08CEkuQnm3f+CRqWwDAgnzOAcUJHZoKSgjQJ8x4QExTkDxoQWmdYDiiosCdR63OF40sNIr9U/EsWlxJmkFKGRQgi4GGX54BfLXMnk/0STCQke34JGucgs0WxA6sFKpWs9aiUpcYwHzFSvmXUPHAeDLIExzxcLvYaMCnl4HA80C6/M0zKEYT/gB2TB1aoCAxGVMJAkbNCGHEyiM9XyeFg2JdHLzilCFFGAsnfxR1IJMy5d4OnCNDrwsFBJNtkCg2iZz4TtpRlIp+JJoQwF391RAmCegt43EJI/ZvwFylDwEkTRM+n+cwwwwwwwwwwwwwwwwwwwwwi8SF8aErRIkTGAGRn4VimHTx8B4dDKsOmTEFKxodjzb8MPqoMbZ50yWLE6gOL3KLCLZrnbDgdmPkwlJvIokEABzJ4zzT0sBS9hryqgFU8v+AA0AYIBXkh6UUIiLgHucBJKk7i/D5mjxQcBJLiZDM170QxNskfBiNgxf1aD2qPbGnD34PpvKE7vAzckUEKr4l7rusrz4XdaGDdE5j+J5vinM1IyRIzvo0pNdZXxubkYNBb5cJMMnM0YviYALL7xquR6191/Vfdf1X3X9V91/Vfdf1X3X9V91/Vfdf1X3X9V91/Vfdf1X3X9V91/Vfdf1X3X9V91/Vfdf1X3X9V91/Vfdf1X3X9V91/VE0O9D/VSSIjNmDub9PCkxgJleM/AVaUJWwNBbrxJxjyyyou0RmdiaEcSPICA4vlGI5wz7cPXJO0dlKT3HpCDOzindxKzCSgLo3VOev/AIMjCYJWA5sMe8WHD6S4FcHVCyNQJ9TSn83Cj+yQxmAWHCVCKRcdKGGyQTfXU5dqjhmS09GEqJ96g7zWdhqchkOk11A4vVc3fgVNIsosAZq2iiN7UhiK04XBQWDgr/ADgjyBqHSiMCfhnN9IJ+BWLZkHnSJi2dmZbhYHMFD2xxKQiUtBgNjAxfwAEQWXB3logMeF2ErcZOlHIGQEvfxsR4ktgPkf8AQoMCA1iE8KU50f1unLjUrHRkS+lLCjgunNuMOnAGI1fHjmvhcgYiFTfHPv8AG4Tj8UUVuDsenF4adZH4DOBFfZKaZ6VFMNt8I2ExxiRKRE7jVlWNMkNEqvp1Pp1FCA75B8RiRIkXNmycAfDq1atWCsXBXVGc2FfRK/QK/QK/QK/QK/QK/QKwSxiGScIXtUAF2L20+nU+nU+nU+neA889KSXNnpT7D+qLd0uulwIlLO6FOvcK2NLrgcEThaoMGIFjDBsQhYofopAOaxRYgyAkeMUDpcpwAzdqABnu+Rw4pFCqthR8AYBZeq3XVxW/CQRSDZCLopSzvKAskx/vS8ioVJeOdC0FlxV71JMJg6gVznYHSjeSIveu6n8kylFZQsnFFuhrlF2WDSVMLEQZGhobfhUtmQMTtS5F2oHUhM6Rg7ysNU0b6b+iAsIwpSIskaiUL4Clw5OAEQ6bVtu9bbvW271tu9bbvW271tu9bbvW271tu9bbvW271tu9bbvW271tu9bbvW271tu9bbvW271tu9bbvSDYbudxjYM/AQokYZZ0BLWqQ0U8dTcdfhPOl1Zuww2yDmJR8jUXqyAwAlLFCDgYBc7Cd8IUWpvTBYZDBh5wMplawOT04sSLWEbnGBMJzBmbnbOKSRrUiolv+E2d+L+H5zV/ADoauX4bxRJceTNXXsrThy+AYlZwRJBEYjwGYFVwCmgC+2C2oUQd3kZNOg8w1b9ozlGTfwRr0CbEkojIlOlCM7kCUpASSUGBpBFCVVVVWVVuqqq3Vl4PkqaBBk9yxGIC2lW5bmQqXW0pwb5VK6fR4sDyr4vT8b3JB4YPF7c7y5L1DaBCRI87m43G2NG9LYACBHxEDnGhhNETMEsAlJAhiUEXiNktCQiSPRr497V8e9q+Pe1fHvavj3tXx72r497V8e9q+Pe1fHvavj3tXx72r497V8e9q+Pe1fHvavj3tXx72r497V8e9q+Pe1fHvaro/K5UqpWcuXES3iPsIn3yArGVCWjhvOYQq1TBKslKIbE3wpHk7tbBkUIuZgFKcJuVcSDUnvQAAERgHCUiS5qwWA1UgAqgLSoOygCSBEYRJGHJr77QsmawHnRUNI44MQJQMiQJJolYCdCoIPyuaY4Ai6IFMUnS9aGv87nRB64eCLJgC6oVB7tQAtxIEnJn8Pyufh+c1fweQfklEVQRDSsQERRKfDT3re+TGbThwAhSeVyDUc+FzQSE0OSb71hvDcmxgbIjKKiGwHe8w+SnqyWiLrDGjqCkLdFeTUqq2Q9jIg2ENuJQGFkQj6gmWQACYCxHOQmEClxbjJWB5V8hp4sDyr4vT8cgQlxHBoOK1JSHWbIbzTNrTEa+tQGFrIAbINA84Dh1scnXVRB9piBiYe7LnVmbiw7ftQ5cOoFPjXvXxr3r41718a96+Ne9fGvek2AjWalhG1kf4ZEiRIkSJEicoUKFChQoM9u/0VwAyJqIeHFC5mFuT0qS2IN1AmzbFCXlqW2khYNT1e1QBBlgcJHhY6dIPVwKTZfoPmaBSgVEZ4RISMIipFTVPRUBBFp/WjoFp6o0XVkhux1IVsYaVLy7TSDC+S0YoCfAS8eAsZC089DE/vaoO9NrmGVTq86VARMFjM7Ul6A+tn5D8Pyufh+c1fweQflsdOLuZelnUxqcPQxrwitxQl2ZanJIlOYy8SxZHjNtJmZgJWLgF2qWPqjHksFrwuuNREHerASyAuFYEEBwwPKvkNPFgeVfF6eMGCFWAC7T1ZDAeLRA2SbNnwDBgwGwJcSw0CcEQ2MAAgUImwAIqUAFieW4LPGFODTHHib3Nj518i9q+Re1fIvavkXtXyL2r5F7V8i9q+Re1fIvb8NChQoUKFChLcm2vfhBgwYMGDBgw5A2xwRhw8xNHUid6SfELlDCdkinIAkB9VXdjlUOLYT6i2mpMWjNWPLVILohI0FHezahrkz2qIpXdJyqzSSOijem8cezPo8zrnCj9WUhgyJFVNPkkGZVcTOfAGKSMcHDCEo4KNb0IXYVqGvenShGQJCNxE/DmzZs2bNmzTnDptnhcfPnybALJyFnD8EYMGDBgwYXcwbECbnNq7+Y0aNGjRo0aNGjRo0YHzJeFZZRyAZJU8k5M14IQ6NyqXf7CLrTsKgaSjogb3ajk1z7ohptQCKTWU8go5GjUnknkqPLsN7+iEW0UqdUqqq6+BGjRkoJorT8IBNrxWrVq1ary5dWSfsDHFQljCFr+MmEiwSZGEIvljV38mSWMIIXECjMj46VKlSpUhZ8WDOjD/Fly5cuXLly5du3bt27du3TPenFXxV8VfFXxV8VfFXxV4CxNOaEwtvEAulnipUqVKk9mER5UGv8Tal7qRNaTWmI+Zyrn/DHqMWr5R7V8s9q+We1fLPavlntQWV8NKWEFZTKub/2VKlSpUqVKlSpUqVKlSpUqVKlSpUqVKlSpUqVKlSpUqVKlSpUqVKlSpUqVKlSpUqVKlPivG0ihVNmFgLD+AwBQWBcK3tb2t7W9re1va3tb2t7W9re1va3tb2t7W9re1va3tb2t7W9re1va3tb2t7W9re1va3tb2t7W9re1va3tb2t7W9re1va3tb2t7W9re1va3tb2t7W9re1va3tb2t7W9re1va3tb2t7W9re1va3tb2t7W9re1va3tb2t7W9re1va3tb2t7W9re1va3tb2t7W9re1va3tb2t7W9re1va3tb2t7W9re1va3tb2t7W9re1va3tb2t7U6awHR/81f/2Q==\" data-filename=\"gps-tracking-for-telecom-company.jpeg\" style=\"width: 100%;\"><br></p><p style=\"text-align: justify; color: rgb(35, 61, 99); font-size: 40px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-family: Montserrat, sans-serif; font-weight: 700; line-height: 60px; padding: 0px;\"><br></p><h5 style=\"text-align: justify; color: rgb(35, 61, 99); font-size: 40px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-family: Montserrat, sans-serif; font-weight: 700; line-height: 60px; padding: 0px;\"><u style=\"font-family: var(--font-2); font-size: var(--fs-18); font-weight: bolder; color: rgb(0, 0, 0); white-space-collapse: break-spaces;\">White Lebel</u></h5><p style=\"text-align: justify; color: rgb(33, 37, 41); font-size: var(--fs-18); margin-bottom: var(--space1_6); font-family: var(--font-2); white-space-collapse: break-spaces; margin-right: 0px; margin-left: 0px; padding: 0px; line-height: 1.7;\"><span style=\"font-family: CircularStd-book; font-size: 17px; text-align: left; white-space-collapse: collapse;\"><font color=\"#000000\">IT</font></span><font color=\"#000000\"><span style=\"font-family: CircularStd-book; font-size: 17px; text-align: left; white-space-collapse: collapse;\"> is very easy to start you own GPS tracking business with our White Label business opportunity with less investment and it is cost effective to grow your profit.</span></font></p><p style=\"text-align: justify; color: rgb(33, 37, 41); font-size: var(--fs-18); margin-bottom: var(--space1_6); font-family: var(--font-2); white-space-collapse: break-spaces; margin-right: 0px; margin-left: 0px; padding: 0px; line-height: 1.7;\"><font color=\"#000000\"><span style=\"font-family: CircularStd-book; font-size: 17px; text-align: left; white-space-collapse: collapse;\"><br></span></font></p><p style=\"text-align: justify; color: rgb(33, 37, 41); font-size: var(--fs-18); margin-bottom: var(--space1_6); font-family: var(--font-2); white-space-collapse: break-spaces; margin-right: 0px; margin-left: 0px; padding: 0px; line-height: 1.7;\"><font color=\"#000000\"><span style=\"font-family: CircularStd-book; font-size: 17px; text-align: left; white-space-collapse: collapse;\"><u>API Access</u></span></font></p><p style=\"text-align: justify; color: rgb(33, 37, 41); font-size: var(--fs-18); margin-bottom: var(--space1_6); font-family: var(--font-2); white-space-collapse: break-spaces; margin-right: 0px; margin-left: 0px; padding: 0px; line-height: 1.7;\"><span style=\"font-family: CircularStd-book; font-size: 17px; text-align: left; white-space-collapse: collapse;\"><font color=\"#000000\">Using our API Feature you will be able to develop mobile apps, frameworks, management tools, and software applications to access and use pertinent data.</font></span></p><p style=\"text-align: justify; color: rgb(33, 37, 41); font-size: var(--fs-18); margin-bottom: var(--space1_6); font-family: var(--font-2); white-space-collapse: break-spaces; margin-right: 0px; margin-left: 0px; padding: 0px; line-height: 1.7;\"><span style=\"font-family: CircularStd-book; font-size: 17px; text-align: left; white-space-collapse: collapse;\"><font color=\"#000000\"><u><br></u></font></span></p><p style=\"text-align: justify; color: rgb(33, 37, 41); font-size: var(--fs-18); margin-bottom: var(--space1_6); font-family: var(--font-2); white-space-collapse: break-spaces; margin-right: 0px; margin-left: 0px; padding: 0px; line-height: 1.7;\"><span style=\"font-family: CircularStd-book; font-size: 17px; text-align: left; white-space-collapse: collapse;\"><font color=\"#000000\"><u>Manage GPS Business</u></font></span></p><p style=\"margin-bottom: var(--space1_6); text-align: justify; margin-right: 0px; margin-left: 0px; padding: 0px; line-height: 1.7;\"></p><div style=\"text-align: justify; color: rgb(33, 37, 41); font-family: var(--font-2); font-size: var(--fs-18); white-space-collapse: break-spaces;\"><span style=\"color: rgb(0, 0, 0); font-family: CircularStd-book; font-size: 17px; text-align: left; white-space-collapse: collapse;\">We also provides dedicated website and CRM solution to our partner so that our partner can run and manage GPS tracking business smoothly and focus on building new sales.</span></div><span style=\"text-align: left;\"><div style=\"text-align: justify;\"><font color=\"#000000\" face=\"CircularStd-book\"><span style=\"font-size: 17px;\"><br></span></font></div></span><font style=\"\"><div style=\"text-align: justify;\"><font face=\"CircularStd-book\"><span style=\"font-size: 17px;\"><u>Update Software</u></span></font></div><div style=\"text-align: justify;\"><span style=\"color: rgb(255, 255, 255); font-family: CircularStd-book; font-size: 17px; text-align: left;\">We</span><font color=\"#000000\"><span style=\"font-family: CircularStd-book; font-size: 17px; text-align: left;\"> update our GPS tracking software on equal interval of time with latest cutting edge GPS tracking technology so that our partner should competitive enough as per GPS market.</span><font face=\"CircularStd-book\"><span style=\"font-size: 17px;\"><u><br></u></span></font></font></div><span style=\"text-align: left;\"><div style=\"text-align: justify;\"><font face=\"CircularStd-book\"><span style=\"font-size: 17px;\"><br></span></font></div></span><div style=\"text-align: justify;\"><span style=\"white-space-collapse: break-spaces;\"><b><u>30+ Languages</u></b></span></div><div style=\"text-align: justify;\"><font color=\"#000000\"><span style=\"font-family: CircularStd-book; font-size: 17px; text-align: left;\">Our GPS tracking software is multilingual and supports more 30+ major languages so that our partner should not feel any difficulty to use and manage their GPS tracking business.</span><span style=\"white-space-collapse: break-spaces;\"><b><u><br></u></b></span></font></div></font><p></p><p style=\"text-align: justify; color: rgb(33, 37, 41); font-size: var(--fs-18); margin-bottom: var(--space1_6); font-family: var(--font-2); white-space-collapse: break-spaces; margin-right: 0px; margin-left: 0px; padding: 0px; line-height: 1.7;\"><font color=\"#000000\"><span style=\"font-weight: bolder;\"><u>Automatic Backups</u></span></font></p><p style=\"text-align: justify; font-size: var(--fs-18); margin-bottom: var(--space1_6); font-family: var(--font-2); white-space-collapse: break-spaces; margin-right: 0px; margin-left: 0px; padding: 0px; line-height: 1.7;\"><font color=\"#000000\"><span style=\"font-family: CircularStd-book; font-size: 17px; text-align: left; white-space-collapse: collapse;\">Back is one the most important activity that has to be performed on equal interval of time and we provided automatic backup feature with our GPS tracking software.</span></font></p><p style=\"text-align: justify; font-size: var(--fs-18); margin-bottom: var(--space1_6); font-family: var(--font-2); white-space-collapse: break-spaces; margin-right: 0px; margin-left: 0px; padding: 0px; line-height: 1.7;\"><span style=\"font-family: CircularStd-book; font-size: 17px; text-align: left; white-space-collapse: collapse; color: rgb(0, 0, 0);\"><u><b>Supported Device</b></u></span></p><p style=\"text-align: justify; font-size: var(--fs-18); margin-bottom: var(--space1_6); font-family: var(--font-2); white-space-collapse: break-spaces; margin-right: 0px; margin-left: 0px; padding: 0px; line-height: 1.7;\"><font color=\"#000000\"><span style=\"font-family: CircularStd-book; font-size: 17px; text-align: left; white-space-collapse: collapse;\">Our GPS tracking software comes with latest GPS tracking technology and supports all major GPS tracking devices avilable in the market and works seamlessly.</span></font></p><p style=\"text-align: justify; font-size: var(--fs-18); margin-bottom: var(--space1_6); font-family: var(--font-2); white-space-collapse: break-spaces; margin-right: 0px; margin-left: 0px; padding: 0px; line-height: 1.7;\"><font color=\"#000000\"><span style=\"font-family: CircularStd-book; font-size: 17px; text-align: left; white-space-collapse: collapse;\"><b><u>Android & IOS</u></b></span></font></p><p style=\"text-align: justify; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding: 0px 0px 20px; line-height: 28px; transition: all 0.3s ease-in-out 0s; font-family: CircularStd-book; font-size: 17px;\"><font color=\"#000000\">Our GPS tracking software supports both Android and iOS so that end user should not have any difficulty to run and mange their GPS tracking business via App or desktop.</font></p><p style=\"text-align: center; margin-bottom: var(--space1_6); margin-right: 0px; margin-left: 0px; padding: 0px; line-height: 1.7;\"></p><div style=\"text-align: justify;\"><font color=\"#000000\" face=\"CircularStd-book\"><span style=\"font-size: 17px;\"><u><br></u></span></font></div><div style=\"text-align: justify; touch-action: manipulation; display: inline-block; box-shadow: none; transition: all 0.3s ease-in-out 0s;\"><a href=\"https://speedotrack.com/contact-us/\" class=\"detail-button\" target=\"_blank\" style=\"touch-action: manipulation; display: inline-block; box-shadow: none; transition: all 0.3s ease-in-out 0s; text-align: left;\"><br></a></div><p></p><p style=\"text-align: justify; font-size: var(--fs-18); margin-bottom: var(--space1_6); font-family: var(--font-2); white-space-collapse: break-spaces; margin-right: 0px; margin-left: 0px; padding: 0px; line-height: 1.7;\"><font color=\"#000000\"><span style=\"font-weight: bolder;\"><u><br></u></span></font></p><p style=\"text-align: justify; color: var(--black); font-size: var(--fs-18); font-family: var(--font-2); margin-right: 0px; margin-bottom: var(--space1_6); margin-left: 0px; padding: 0px; line-height: 1.7; white-space-collapse: break-spaces;\">\r\n</p><p class=\"MsoNormal\" style=\"text-align: justify; color: var(--black); font-size: var(--fs-13); line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><br></p></div></div></div></div>', NULL, '2023-12-09 12:40:52');
INSERT INTO `software_price` (`id`, `tab_name`, `desc`, `created_at`, `updated_at`) VALUES
(2, 'Customer Relationship Management (CRM)', '<div id=\"c514f6cb-6a49-4617-9348-659f9753334b\" style=\"color: rgb(0, 0, 0); font-family: Shurjo, SolaimanLipi, \" siyam=\"\" rupali\",=\"\" roboto,=\"\" arial,=\"\" helvetica,=\"\" monospace;=\"\" font-size:=\"\" 18px;\"=\"\"><div class=\"storyCard eyOoS\" style=\"--borderColor: var(--primaryColor); color: var(--black); font-size: var(--fs-13); margin: var(--space2_4) auto 0; max-width: 622px;\"><div class=\"   \r\n                  story-element\" style=\"margin-bottom: var(--space1_6);\"><div class=\"story-element story-element-text\" style=\"margin: 0px auto 0px 25px; max-width: 622px; padding: 0px;\"><p style=\"text-align: right; font-family: var(--font-2); margin-right: 0px; margin-bottom: var(--space1_6); margin-left: 25px; padding: 0px; font-size: var(--fs-18); line-height: 1.7; white-space-collapse: break-spaces;\">\r\n<p>\r\n</p></p><p class=\"MsoNormal\" style=\"margin-left: 150px;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed\r\ndo eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim\r\nveniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo\r\nconsequat. Duis aute irure dolor in reprehenderit in voluptate velit esse\r\ncillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non\r\nproident, sunt in culpa qui officia deserunt mollit anim id est laborum.<o:p></o:p></p><p style=\"text-align: right; font-family: var(--font-2); margin-right: 0px; margin-bottom: var(--space1_6); margin-left: 25px; padding: 0px; font-size: var(--fs-18); line-height: 1.7; white-space-collapse: break-spaces;\">\r\n\r\n</p></div></div></div></div>', NULL, '2023-12-09 18:36:51'),
(3, 'software3', NULL, NULL, NULL),
(4, 'software4', NULL, NULL, NULL),
(5, 'software5', NULL, NULL, NULL);

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

--
-- Table structure for table `support_type`
--

CREATE TABLE `support_type` (
  `id` int NOT NULL,
  `name` varchar(255) COLLATE utf8mb4_general_ci DEFAULT NULL,
  `created_at` datetime DEFAULT NULL,
  `updated_at` datetime DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

--
-- Dumping data for table `support_type`
--

INSERT INTO `support_type` (`id`, `name`, `created_at`, `updated_at`) VALUES
(1, 'Sell Device', '2023-06-17 17:43:14', '2023-06-17 17:43:14'),
(2, 'Provide TK', '2023-06-17 17:43:54', '2024-03-01 22:50:00'),
(3, 'Provide data', '2024-03-01 22:50:21', '2024-03-01 22:50:21'),
(4, 'Sim Change', '2024-03-01 22:50:37', '2024-03-01 22:50:37'),
(5, 'Device Change', '2024-03-01 22:50:49', '2024-03-01 22:50:49'),
(6, 'Reset & Configuration', '2024-03-01 22:51:27', '2024-03-01 22:53:00'),
(7, 'Provide physical support', '2024-03-01 22:52:03', '2024-03-01 22:52:03');

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

--
-- Table structure for table `system_commplain`
--

CREATE TABLE `system_commplain` (
  `id` bigint UNSIGNED NOT NULL,
  `problem_type` int DEFAULT NULL,
  `user_id` bigint UNSIGNED NOT NULL,
  `technician_id` bigint UNSIGNED DEFAULT NULL,
  `remarks` longtext COLLATE utf8mb4_unicode_ci,
  `description` longtext COLLATE utf8mb4_unicode_ci,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `problem_since` datetime DEFAULT NULL,
  `problem_status` int DEFAULT '0' COMMENT '0=informed,1=processing,2=solved',
  `problem_updated_by` bigint UNSIGNED DEFAULT NULL,
  `problem_created_by` bigint UNSIGNED DEFAULT NULL,
  `support_type` int UNSIGNED DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `system_commplain`
--

INSERT INTO `system_commplain` (`id`, `problem_type`, `user_id`, `technician_id`, `remarks`, `description`, `created_at`, `updated_at`, `problem_since`, `problem_status`, `problem_updated_by`, `problem_created_by`, `support_type`) VALUES
(27, 5, 1181, 1182, NULL, 'offline', '2024-03-01 22:42:44', '2024-03-01 22:44:06', '2024-03-01 22:41:20', 2, 500, 500, 2),
(29, 5, 5069, 1182, NULL, NULL, '2024-03-01 23:50:37', '2024-03-01 23:51:41', '2023-06-17 21:11:20', 2, 500, 500, 6),
(30, 9, 5069, 1182, NULL, NULL, '2024-03-02 17:55:30', '2024-03-02 17:57:29', '2023-06-17 21:11:20', 2, 500, 500, 6),
(31, 8, 5385, 1182, NULL, 'f gfd df gdf df df dfg', '2024-07-01 04:02:41', '2024-07-03 10:58:13', '2024-07-01 11:11:20', 1, 500, 500, 2);

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

--
-- Table structure for table `teams`
--

CREATE TABLE `teams` (
  `id` bigint UNSIGNED NOT NULL,
  `image` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `designation` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `fb_link` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `skipe_link` varchar(255) COLLATE utf8mb4_unicode_ci 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 `technican_stocks`
--

CREATE TABLE `technican_stocks` (
  `id` bigint UNSIGNED NOT NULL,
  `device_id` bigint UNSIGNED NOT NULL,
  `technicain_id` bigint UNSIGNED NOT NULL,
  `quantity` int NOT NULL,
  `model` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `price` double 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 `technican_stocks`
--

INSERT INTO `technican_stocks` (`id`, `device_id`, `technicain_id`, `quantity`, `model`, `price`, `created_at`, `updated_at`) VALUES
(9, 2, 4, 0, 'ET- 300', NULL, '2020-03-05 05:30:44', '2021-04-14 05:14:16'),
(10, 3, 4, 1, 'GT-06N', NULL, '2020-03-05 05:30:53', '2020-03-05 05:30:53'),
(13, 2, 2, 1, 'ET- 300', NULL, '2020-03-07 09:18:05', '2020-06-08 07:12:17'),
(16, 3, 1, 0, 'GT-06N', NULL, '2020-06-11 06:27:00', '2020-06-11 06:28:24'),
(17, 1, 6, 0, 'Wetrack 2', NULL, '2020-08-14 08:12:06', '2021-04-14 05:15:52'),
(18, 8, 2, -5, 'TK 309', NULL, '2020-09-08 07:52:43', '2021-04-14 05:17:19'),
(19, 8, 6, 5, 'TK 309', NULL, '2020-09-08 07:53:00', '2020-09-08 07:53:00'),
(20, 13, 6, 5, 'H19P', NULL, '2021-04-14 05:22:13', '2021-04-14 05:22:13'),
(21, 11, 6, 11, '102T', NULL, '2021-04-14 05:22:56', '2023-06-09 18:19:18'),
(22, 12, 6, 5, 'S06A', NULL, '2021-04-14 05:23:18', '2021-04-14 05:23:18'),
(23, 12, 8, 2, 'S06A', NULL, '2021-04-14 05:23:30', '2021-04-14 05:23:30'),
(24, 11, 9, 0, '102T', NULL, '2021-07-29 07:06:53', '2021-07-29 07:07:44'),
(25, 15, 9, 66, 'x23423', NULL, '2021-07-29 18:14:31', '2021-07-29 18:14:31'),
(26, 14, 9, 66, '098', NULL, '2021-07-29 18:16:32', '2021-07-29 18:16:32'),
(27, 14, 1, 3, '098', NULL, '2023-06-09 17:56:24', '2023-06-09 17:56:24'),
(28, 11, 2, 1, '102T', NULL, '2023-06-09 18:19:18', '2023-06-09 18:19:18');

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

--
-- Table structure for table `technicians`
--

CREATE TABLE `technicians` (
  `id` bigint UNSIGNED NOT NULL,
  `name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `phone` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `email` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `address` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `assign_device_id` int DEFAULT NULL,
  `device_quantity` int 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 `technicians`
--

INSERT INTO `technicians` (`id`, `name`, `phone`, `email`, `address`, `assign_device_id`, `device_quantity`, `created_at`, `updated_at`) VALUES
(11, 'Office Support (Kona)', '01632610276', 'kona.akter.2867@gmail.com', 'Mirpur, Dhaka', NULL, NULL, '2024-03-01 23:01:20', '2024-03-01 23:01:20'),
(12, 'Office Support (Alamin)', '01885986829', 'alamin.mgps@gmail.com', 'Dhaka', NULL, NULL, '2024-03-01 23:03:39', '2024-03-01 23:03:39');

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

--
-- Table structure for table `technician_device_stocks`
--

CREATE TABLE `technician_device_stocks` (
  `id` bigint UNSIGNED NOT NULL,
  `quantity` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `device_id` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `device_model` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `technician_id` bigint UNSIGNED NOT NULL,
  `assign_id` bigint 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 `technician_device_stocks`
--

INSERT INTO `technician_device_stocks` (`id`, `quantity`, `device_id`, `device_model`, `technician_id`, `assign_id`, `created_at`, `updated_at`) VALUES
(1, '0', '11', 'Wetrack 2', 1, 1, '2020-03-07 09:18:32', '2020-03-07 09:20:07'),
(2, '0', '12', 'ET- 300', 1, 1, '2020-03-07 09:18:32', '2020-03-07 09:18:32'),
(3, '4', '11', 'Wetrack 2', 1, 2, '2020-03-07 09:20:50', '2020-03-07 09:20:50'),
(4, '1', '12', 'ET- 300', 1, 2, '2020-03-07 09:20:50', '2020-03-07 09:20:50'),
(8, '1', '15', 'GT-06N', 1, 4, '2020-03-09 11:08:07', '2020-03-09 11:08:07'),
(9, '1', '13', 'ET- 300', 2, 11, '2020-06-08 07:12:17', '2020-06-08 07:12:17'),
(10, '1', '16', 'GT-06N', 1, 12, '2020-06-11 06:28:24', '2020-06-11 06:28:24'),
(11, '1', '17', 'Wetrack 2', 6, 13, '2020-08-14 08:12:37', '2020-08-14 08:12:37'),
(12, '0', '8', 'GT-06N', 3, 22, '2021-04-11 13:24:17', '2021-04-11 13:25:10'),
(13, '0', '8', 'GT-06N', 3, 23, '2021-04-11 13:26:30', '2021-04-11 13:26:30'),
(14, '5', '24', '102T', 9, 24, '2021-07-29 07:07:44', '2021-07-29 07:07:44'),
(15, '0', '24', '102T', 9, 25, '2021-07-29 17:10:46', '2021-07-29 17:10:46');

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

--
-- Table structure for table `testimonial`
--

CREATE TABLE `testimonial` (
  `id` int NOT NULL,
  `description` longtext COLLATE utf8mb4_general_ci,
  `image` varchar(255) COLLATE utf8mb4_general_ci DEFAULT NULL,
  `client_name` varchar(255) COLLATE utf8mb4_general_ci DEFAULT NULL,
  `designation` varchar(255) COLLATE utf8mb4_general_ci DEFAULT NULL,
  `created_at` datetime DEFAULT NULL,
  `updated_at` datetime DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

--
-- Dumping data for table `testimonial`
--

INSERT INTO `testimonial` (`id`, `description`, `image`, `client_name`, `designation`, `created_at`, `updated_at`) VALUES
(1, 'I find MYGPS Tracking Service as an excellent VTS. The option/ features are very useful and user friendly. The App is awesome, the staff is incredibly pronominal loved the phone service , customer service, and training was great. Highly recommend it!', 'files/CrctSIXaJeBs1QsrhKXbk62c7DXoVC4uTRGs9vaw.png', 'Md. Mafizul Alom', 'Honourable Client', '2023-09-01 23:28:35', '2023-12-12 13:15:55'),
(2, 'This is very important and helpful service for us. I like this service very much. you should use this service.', 'files/3zCvE2iguWIClEyDh1DmHwD5CkKE6W5MlfkCeWpC.png', 'Harun Or Roshid', 'Honourable Client', '2023-09-02 12:09:54', '2023-12-12 12:46:29'),
(3, 'Very good experience after last update of the app. Live tracking and another feature is very fast and almost accurate.', 'files/QVf6FbQrkoG1mlHvwZV14OIoS0Mhh1VjbmyT2dbf.png', 'Delwar Hossain', 'Honourable Client', '2023-09-03 13:45:32', '2023-12-12 13:13:07'),
(4, 'I highly recommend MYGPS Tracking. It’s a very easy to use system, and the prices are reasonable. My company has been using it for years now and have had no problems Whatsever. Great customer service too!', 'files/QAQ4UY4qFe9YTT7FssV9rARV8Pe3rCJMlMEVwDxP.png', 'Md. Sagar Khan', 'Honourable Client', '2023-12-12 12:58:06', '2024-03-05 13:15:59'),
(5, 'MYGPS Tracking is a great service for vehicle tracking. I have been using it for years and the customer service is always responsive and helpful. The free trial period is also very generous, and it’s been easy to start up a subscription. Highly recommend it!', 'files/zrtAYwdJYKWtzqXxAtchNeu8obSdoY7oC8Xiz8EN.png', 'Iftekhar Hossain', 'Honourable Client', '2023-12-12 13:00:02', '2023-12-12 13:00:02'),
(6, 'MYGPS Tracker is the best GPS tracker for fleets. I’ve been using it to track up my car and am happy with it. It has an easy-to-use interface, clear map and can be installed in your car without any hassle. The cost is also affordable, which makes this product a no-brainer!', 'files/z9rio5egT7CsDf1p3QMOj8MSgk3CxaQhhKai0rZE.png', 'Kazi Towhidozzaman', 'Honourable Client', '2023-12-12 13:02:40', '2023-12-12 13:02:40'),
(7, 'I use MYGPS Tracker to track my fleet vehicle, and it has been a lifesaver. I need to know where my company’s assets are at all times, and this has made monitoring them so much more efficient.', 'files/q8Sq4vZd4OaQuXpAsiYWfSZtGZz28DdV7pgmyLHp.png', 'MAHBOOB UR RAHMAN', 'Honourable Client', '2023-12-12 13:04:41', '2023-12-12 13:04:41'),
(8, 'MYGPS Tracker is the perfect app for anyone who wants to keep an eye on their vehicles and their loved ones. It’s easy to use, offers a variety of features, and it’s very affordable too! I’ve been using it for 2 years now without any issues.', 'files/vtKKN7MIj3cnJBWXTWxjJLwhTCNLhOxnKxOvZnsy.png', 'Mr. Pranto', 'Honourable Client', '2023-12-12 13:06:04', '2023-12-12 13:20:44'),
(9, 'Amazing service and good customer care support. It makes me tension free. I really appreciate there smooth app with playback option and voice recording. Highly recommend it!', 'files/i8S7UeCZauM33ZJEuynEmgfx8vVVgCr6LJ8XrDQ6.png', 'Tasrif Tanvir', 'Honourable Client', '2023-12-12 13:08:26', '2023-12-12 13:08:26'),
(10, 'MYGPS is the first GPS Tracker that I am using. So far satisfied with the feature that they are offering. Also pleased with their after sales service. It is really serving my purse.', 'files/tEFdEWT83DmJEyHd2gQyOndI17LAHKh698l3Vb2o.png', 'Md. Matiul Islam Sarker', 'Honourable Client', '2023-12-12 13:10:11', '2023-12-12 13:10:11');

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

--
-- Table structure for table `tracking_devices`
--

CREATE TABLE `tracking_devices` (
  `id` bigint UNSIGNED NOT NULL,
  `device_name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `image` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `description` varchar(255) COLLATE utf8mb4_unicode_ci 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 `transaction_histories`
--

CREATE TABLE `transaction_histories` (
  `id` bigint UNSIGNED NOT NULL,
  `user_id` bigint UNSIGNED NOT NULL,
  `technician_id` bigint UNSIGNED NOT NULL,
  `assign_id` bigint UNSIGNED NOT NULL,
  `sell_price` double NOT NULL,
  `installation_cost` double NOT NULL,
  `device_costing` double NOT NULL,
  `profit_or_loss` double 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` bigint(20) UNSIGNED ZEROFILL NOT NULL,
  `lebel_id` int DEFAULT NULL,
  `name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `nid` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `email` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_croatian_ci DEFAULT NULL,
  `address` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `phone` varchar(11) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `alter_phone` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `email_verified_at` timestamp NULL DEFAULT NULL,
  `password` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `remember_token` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `role` int DEFAULT '1' COMMENT '0=admin,3= subadmin,2=user,1=technician',
  `type` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'user' COMMENT 'admin,subadmin,user,tech',
  `user_type` varchar(255) COLLATE utf8mb4_unicode_ci 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 `users`
--

INSERT INTO `users` (`id`, `lebel_id`, `name`, `nid`, `email`, `address`, `phone`, `alter_phone`, `email_verified_at`, `password`, `remember_token`, `role`, `type`, `user_type`, `created_at`, `updated_at`) VALUES
(00000000000000000500, NULL, 'admin', NULL, 'admin@gmail.com', NULL, '01761955765', NULL, NULL, '$2y$12$x2KmN.SZB18TrNLXPC7FQe6vtEGs8PZOQRRLJfVa9ppemHwlWUay.', 'CJA4p9oT7Jchg62CsunFLK4ljBOhHcwnCiXmmoTYacThyfrrzEPFO7YZBDQN', 0, 'admin', NULL, '2020-03-01 10:32:16', '2020-03-01 10:32:16'),
(00000000000000001180, NULL, 'Kona', '12344t57676978986564', 'konaakter011@gmail.com', 'Mirpur1,Dhaka', '01760372867', NULL, NULL, '$2y$12$x2KmN.SZB18TrNLXPC7FQe6vtEGs8PZOQRRLJfVa9ppemHwlWUay.', 'F1EBRpZ9XEjriC4qhbin13FVOYw9QQEl6G6DD6fBBtpW6YTQdX3pabjzONsr', 3, 'sub_admin', '3', '2023-08-21 16:33:46', '2023-08-21 16:43:40'),
(00000000000000001181, NULL, 'sweets test', NULL, 'sweets79@mygpsbd.net', 'dhaka, mirpur', '01756808084', NULL, NULL, '$2y$12$x2KmN.SZB18TrNLXPC7FQe6vtEGs8PZOQRRLJfVa9ppemHwlWUay.', 'GBIjRSaSktGkkqM6vPe1msTyKD9gecs9BHPE2bb42BQV4h9cKMTh8Aq1Sn44', 2, 'user', '2', '2023-08-21 16:52:17', '2023-08-21 16:52:17'),
(00000000000000001182, NULL, 'Monjur Islam Bijoy ', NULL, 'smmonjurahmedbijoy@gmail.com', 'Mirpur, Dhaka-1216', '01817652361', NULL, NULL, '$2y$10$uo8X8ttccrb8PaQ1oKGo5.VgBaMf896lndJMUHtxWmfXvChNcin7S', NULL, 1, 'tech', NULL, '2023-08-21 17:09:42', '2023-08-21 17:09:42'),
(00000000000000001183, 15, 'Alamin Bhuiya', NULL, NULL, 'Dhaka', '01984853670', NULL, NULL, '$2y$10$.krSw7NNgAHA2h.GmBAiOuqjg5rs4c0SvA1n2SKFVCfdp.lIuEe0u', NULL, 2, 'user', '1', '2023-08-22 17:24:08', '2023-08-22 17:24:08'),
(00000000000000001184, 15, 'Engr Md. Abu Sohel', NULL, NULL, 'CTG', '01819611808', NULL, NULL, '$2y$10$50jo.npZhC05TwkusFhzleJEASohzyB3VMWOovG9LdGpSmaRuY0S.', NULL, 2, 'user', '1', '2023-08-22 17:25:19', '2023-08-22 17:25:19'),
(00000000000000001185, NULL, 'Al Amin Prodan', NULL, NULL, 'Dhaka', '01715321484', NULL, NULL, '$2y$10$gktKJZ.nfhdiLwCwIa8SfO8LW/X7PfiTthNqTeDthE6wJh6whp9T6', NULL, 2, 'user', '1', '2023-08-22 17:41:36', '2023-08-22 17:41:36'),
(00000000000000001186, 15, 'Shadat Hossain Manik', '123456534352452414314', 'Shadat@gmail.com', 'Dhaka', '01881150619', NULL, NULL, '$2y$10$7VNNVQ.fXndQzLCvqVzS0e1CW1g5GZ74rvBh.bUxj8brIcv9ekXuG', NULL, 2, 'user', '1', '2023-08-22 17:44:50', '2023-08-22 17:44:50'),
(00000000000000001187, 15, 'Chandan Mazumder', '01234668888', 'Chandanterpries32@gmail.com', 'Dhaka', '01838833332', NULL, NULL, '$2y$10$ppQMS2nPlmYJi5tgmZqM7eB8zoJLs2GpaN0R25onpMvu228t.oaA6', NULL, 2, 'user', '1', '2023-08-22 17:48:03', '2023-08-22 17:48:03'),
(00000000000000001188, 15, 'Islam Shafiq', '123456534352452414314', 'IslamShafi99@gmail.com', 'Dhaka', '01672775181', NULL, NULL, '$2y$10$gaGA/POhisawfj0IrTjelefRj0NRpStRscJFTXnOKK1qDkzrK1Nki', NULL, 2, 'user', '1', '2023-08-22 17:50:17', '2023-08-22 17:50:17'),
(00000000000000001189, 15, 'Sadek Zaman', '01234668888', 'SadekZaman75@gmail.com', 'CTG', '01840112265', NULL, NULL, '$2y$10$U0YWSFAaAIyZTLVjqGAGjuSef.V3vhq9cShJAUhf6SEschfBPLyYK', NULL, 2, 'user', '1', '2023-08-22 17:52:11', '2023-08-22 17:52:11'),
(00000000000000001190, 15, 'MD Faruq', '123456534352452414314', 'Farerpries32@gmail.com', 'Dhaka', '01935254422', NULL, NULL, '$2y$10$VZT6bYa4Ss7Tzt8UP5zv9e4EWiMCoJ7iQm82l8Jsuw607a6XarOuK', NULL, 2, 'user', '1', '2023-08-22 17:54:39', '2023-08-22 17:54:39'),
(00000000000000001191, 15, 'Tazim Alam', '01234668888', 'Tazimuyan@gmail.com', 'Dhaka', '01817547115', NULL, NULL, '$2y$10$iWtR0x6yAlZY6/B248FrhuYrWYguZEDOyB9rdZ2jcoqGtNzR53TUi', NULL, 2, 'user', '1', '2023-08-22 17:56:30', '2023-08-22 17:56:30'),
(00000000000000001192, 15, 'মনের মাঝে তুমি', '123456534352452414314', 'sibbirbhuyan@gmail.com', 'Dhaka', '01764462703', NULL, NULL, '$2y$10$7YAVuLoFZ6467sYiVvJEAOlGoCfc5IF8i7auQ9webDeExoXEgA08.', NULL, 2, 'user', '1', '2023-08-22 17:57:33', '2023-08-22 17:57:33'),
(00000000000000001193, 15, 'Shahin Bhuiyan', '123456534352452414314', 'Shahinm99@gmail.com', 'badda,dhaka', '01712164453', NULL, NULL, '$2y$10$R1ah/FD2wNkvC8Og3XH8SebWqT737ILQZ.rF4LiTyiisa7KKB5vjG', NULL, 2, 'user', '1', '2023-08-22 17:59:16', '2023-08-22 17:59:16'),
(00000000000000001194, 15, 'Forid Ahmed Forid', '123456534352452414314', 'Foridnterpries32@gmail.com', 'Dhaka', '01719833350', NULL, NULL, '$2y$10$C3mqErB5IVdEhN7AXilIHOJIXRaWjwZJGv5F1DHIUWJNHsrrC41fi', NULL, 2, 'user', '1', '2023-08-22 18:01:02', '2023-08-22 18:01:02'),
(00000000000000001195, 15, 'Adi AH', '123456534352452414314', 'Adinterpries32@gmail.com', 'Tongi', '01632744962', NULL, NULL, '$2y$10$vSPlMUFSrF7y4rp0su7gP.wNM.4UsCHKVwuxlwi/G4R8YiKBDZ5Xe', NULL, 2, 'user', '1', '2023-08-22 18:02:39', '2023-08-22 18:02:39'),
(00000000000000001196, 15, 'এম রহমান', '123456534352452414314', 'alihossain63177@gmail.com', 'Mirpur-10,dhaka', '01405338633', NULL, NULL, '$2y$10$tb8Lhyn6a6iSftud/qIJoeio4YmbjdelRbaURlogFf9zYE8XraAlC', NULL, 2, 'user', '1', '2023-08-23 12:50:45', '2023-08-23 12:50:45'),
(00000000000000001197, 15, 'Md Kamal Shah', '123456534352452414314', 'Kama.techstorebd@gmail.com', 'CTG', '01300035088', NULL, NULL, '$2y$10$51ago8Z/g0tuWcZF/mm05O.UKqPLnq8hEAe5RoJVQaLaUWO2tRB2C', NULL, 2, 'user', '1', '2023-08-23 12:52:46', '2023-08-23 12:52:46'),
(00000000000000001198, 15, 'Nablu Patwary', '123456534352452414314', 'Nablulam99@gmail.com', 'Mirpur,dhaka', '01730887180', NULL, NULL, '$2y$10$RC9hXKlungmxctY.xxFeROV/Yr446fbH632MywT1MoOO2xzE3KCui', NULL, 2, 'user', '1', '2023-08-23 12:54:39', '2023-08-23 12:54:39'),
(00000000000000001199, 15, 'Md Ilias Prodhan', '123456534352452414314', 'IliasProdhan99@gmail.com', 'Dhaka', '01877698988', NULL, NULL, '$2y$10$Rs1qifwr2uFap2NpCGoYsOPBNzn6IbD1ms5bb.i1rIap6JFVjZqQe', NULL, 2, 'user', '1', '2023-08-23 12:59:59', '2023-08-23 12:59:59'),
(00000000000000001200, 15, 'Md Nuruzzaman', '123456534352452414314', 'Nuruzzamanries32@gmail.com', 'Dhaka', '01912221777', NULL, NULL, '$2y$10$y0itIztQ8GxUdkxNyhTTXub1UPuFXzxMfFrmNk9qVE8Jny3jGWqPi', NULL, 2, 'user', '1', '2023-08-23 13:02:37', '2023-08-23 13:02:37'),
(00000000000000001201, 15, 'Shahin Sarker', '123456534352452414314', 'Shahinam99@gmail.com', 'Dhaka', '01844000288', NULL, NULL, '$2y$10$DtgpRx2.KrCZKf.Z2OljE.e6nCukAys1/Zzj69bRed8uXmAAnwB7a', NULL, 2, 'user', '1', '2023-08-23 13:04:08', '2023-08-23 13:04:08'),
(00000000000000001202, 15, 'Md Nur Islam', '123456534352452414314', 'NurIslam99@gmail.com', 'magura', '01939121642', NULL, NULL, '$2y$10$.kNwTXgHTHDpy2A8X0CA1Of5VbDFri..Q1YR6HJXy3VYMyMDf.pV6', NULL, 2, 'user', '1', '2023-08-23 13:10:04', '2023-08-23 13:10:04'),
(00000000000000001203, 15, 'Sazzed Hossain Arnob', '123456534352452414314', 'SazzedHossaiArnob@gmail.com', 'Dhaka', '01681300779', NULL, NULL, '$2y$10$QwKbksC5zlGBiOrBQjVp8O9k/DC1J8.fM3MVqun0OKt7dCxFUeNNC', NULL, 2, 'user', '1', '2023-08-23 13:12:09', '2023-08-23 13:12:09'),
(00000000000000001204, 15, 'Provash Chowdhury', '123456534352452414314', 'Provashm99@gmail.com', 'Mohammadpur,dhaka', '01970341243', NULL, NULL, '$2y$10$4bcrxZlJf9jD4Ri9N9CfTe4g9rvbhV9cgyPQVhx1i/ORGk9t4JJ7K', NULL, 2, 'user', '1', '2023-08-23 13:13:54', '2023-08-23 13:13:54'),
(00000000000000001205, 15, 'Md. Moktadul Haque', '123456534352452414314', 'Moktaduam99@gmail.com', 'Dhaka', '01841000426', NULL, NULL, '$2y$10$WXGT0ROjDoaG.U6b3aDsEuSx9CoFFLYJIh.rc/v/zhQEwJayGgtuy', NULL, 2, 'user', '1', '2023-08-23 13:31:12', '2023-08-23 13:31:12'),
(00000000000000001206, 15, 'Md Shamrat', '123456534352452414314', 'Shamrat99@gmail.com', 'Dhaka', '01713063881', NULL, NULL, '$2y$10$G/DwyGKg.XCsfydAICDAieVaubvmYo7SefxVr/HDo1xIdasIlksOi', NULL, 2, 'user', '1', '2023-08-23 13:43:13', '2023-08-23 13:43:13'),
(00000000000000001207, 15, 'Faisal Bin Haque', '123456534352452414314', 'Faisagolam99@gmail.com', 'niketon,dhaka', '01712687391', NULL, NULL, '$2y$10$kTUAbPScnWy72Kw91fV23OpgrFGr3.NqQY1OZMjLYmaTuc5GxHVpy', NULL, 2, 'user', '1', '2023-08-23 13:46:18', '2023-08-23 13:46:18'),
(00000000000000001208, 15, 'Omar Faruk', '123456534352452414314', 'Omarolam99@gmail.com', 'Dhaka', '01911455680', NULL, NULL, '$2y$10$yFH00VrZCLVK3Jz2Zh44SufocexGJkRu7TZifKCVV8/sZJVnsis9m', NULL, 2, 'user', '1', '2023-08-23 13:58:21', '2023-08-23 13:58:21'),
(00000000000000001209, 15, 'Khurshid Hasan', '123456534352452414314', 'KhurshidHasan177@gmail.com', 'sirajgong', '01711032121', NULL, NULL, '$2y$10$f5X9uyI//9HsQJi5jsiX5uEPvwjVZp3fkvtVlSZLQumUzGRQzQWwa', NULL, 2, 'user', '1', '2023-08-23 14:02:43', '2023-08-23 14:02:43'),
(00000000000000001210, 15, 'Md Mamun Molla', '123456534352452414314', 'Mamunm99@gmail.com', 'Gulsan-1,dhaka', '01716590036', NULL, NULL, '$2y$10$F92n9OiyKgL0OLdt0oEkhurlfmO00MWGGsZF8q8AyDSq5XJMvL0ei', NULL, 2, 'user', '1', '2023-08-23 14:04:47', '2023-08-23 14:04:47'),
(00000000000000001211, 15, 'দিন মোহাম্মদ দিলু', '123456534352452414314', 'Shahinam99@gmail.com', 'dhaka', '01817269067', NULL, NULL, '$2y$10$LNGDpvxo/iEFaPQA6G1MS.76o1nx0OTiOWlHhQsjJhRLoUOEtvS.y', NULL, 2, 'user', '1', '2023-08-23 14:06:06', '2023-08-23 14:06:06'),
(00000000000000001212, 15, 'MD Ibrahim', '123456534352452414314', 'Ibrahimam99@gmail.com', 'kumilla', '01677646346', NULL, NULL, '$2y$10$1.zgZYhxP7AdYqDB1dXj8O6Xls3V7b919UtH.DsvPf3VUT5aUkvKi', NULL, 2, 'user', '1', '2023-08-23 14:07:38', '2023-08-23 14:07:38'),
(00000000000000001213, 15, 'B M Anisur Rahaman', '123456534352452414314', 'Anisurm99@gmail.com', 'Mohammadpur,dhaka', '01911750737', NULL, NULL, '$2y$10$6u4rDu2.j4XjjnGxkoAfyu1t4o6l/71kcNvhjgCzNUn0Wv4N.YueG', NULL, 2, 'user', '1', '2023-08-23 14:13:47', '2023-08-23 14:13:47'),
(00000000000000001214, 15, 'Moshiur Rahman', '123456534352452414314', 'MoshiuRahmanm99@gmail.com', 'Dhaka', '01681106853', NULL, NULL, '$2y$10$8s1E02IvgS1k.usXmVGVjesAzBjcraBIWr1AR2DFfPnmTV9GcaCYS', NULL, 2, 'user', '1', '2023-08-23 14:16:00', '2023-08-23 14:16:00'),
(00000000000000001215, 15, 'Sujon Chaudhury', '123456534352452414314', 'SujoChaudhury575@gmail.com', 'rajshahi', '01711348148', NULL, NULL, '$2y$10$/1UBfronIcyjq2urdyE5s.cG8kmD3s52kf9.ckSg1Oh945Ird5lnW', NULL, 2, 'user', '1', '2023-08-23 14:18:04', '2023-08-23 14:18:04'),
(00000000000000001216, 15, 'Md Ahasan Habib', '123456534352452414314', 'AhasaHabib99@gmail.com', 'dhaka', '01716434601', NULL, NULL, '$2y$10$e9dEEsi0Nfezt.DYltZfPuCAraD5zzVAylozeazEpu.jmDKcLOd9G', NULL, 2, 'user', '1', '2023-08-23 14:19:35', '2023-08-23 14:19:35'),
(00000000000000001217, 15, 'Pável Sádi', '123456534352452414314', 'rosulgolam99@gmail.com', 'Mirpur-11,dhaka', '01778185185', NULL, NULL, '$2y$10$cD.FnDA0aU.3V/ektbWzKOroEAj1hLKdEdctgcPWtGz9FMX5jM02K', NULL, 2, 'user', '1', '2023-08-23 14:23:25', '2023-08-23 14:23:25'),
(00000000000000001218, 15, 'আহাদ আহমেদ শুভ', '123456534352452414314', 'juthiafrin575@gmail.com', 'Dhaka', '01836018080', NULL, NULL, '$2y$10$is8Rv6hAuteV07FJsOOUG.phn4VJutVFx9A.D13aYfr18hq0zYmgG', NULL, 2, 'user', '1', '2023-08-23 14:25:05', '2023-08-23 14:25:05'),
(00000000000000001219, 15, 'Akhtarul Islam', '123456534352452414314', 'AkhtarulIslam9@gmail.com', 'siya mosjid,', '01711882550', NULL, NULL, '$2y$10$lOMCoxhseFJ.12vqHiG7GO4KSzYPUlNbCyUy8pug18C3kb1oew0jO', NULL, 2, 'user', '1', '2023-08-23 14:27:54', '2023-08-23 14:27:54'),
(00000000000000001220, 15, 'Pranto Mitra', '123456534352452414314', 'Prantohuyan@gmail.com', 'CTG', '01611054215', NULL, NULL, '$2y$10$afa4nk3a42JgCWUvxvItT.0gD2VKzTkaDcJM2dpS9S4c8moG8F.SC', NULL, 2, 'user', '1', '2023-08-23 14:34:26', '2023-08-23 14:34:26'),
(00000000000000001221, 15, 'N M Azharul Hoque', '123456534352452414314', 'AzharulHoque99@gmail.com', 'Dhaka', '01712962646', NULL, NULL, '$2y$10$KbE1Lf3gMa36pPUalv/p6e2iG5FH.g2mn8q2znJPVqwDU4cJ.vZqq', NULL, 2, 'user', '1', '2023-08-23 14:35:58', '2023-08-23 14:35:58'),
(00000000000000001222, 15, 'Zaman Mahamud', '123456534352452414314', 'ZamMahamudan@gmail.com', 'Dhaka', '01798662660', NULL, NULL, '$2y$10$j0LSB3Y8mTzMy4A.HgBt7eATNcqDewh8lJNMGJd8d0RoO5547LIEG', NULL, 2, 'user', '1', '2023-08-23 14:38:40', '2023-08-23 14:38:40'),
(00000000000000001223, 15, 'Sohel Rana', '123456534352452414314', 'SohelRanan@gmail.com', 'Dhaka', '01717385796', NULL, NULL, '$2y$10$fb17TZy5XHaR28BpDJf5NOUT.MsAJ/Fp56z7FK.eLBcIqLHAbJ8IG', NULL, 2, 'user', '1', '2023-08-23 14:40:47', '2023-08-23 14:40:47'),
(00000000000000001224, 15, 'Fazlee Rabbi', '123456534352452414314', 'FazleeRabbi@gmail.com', 'Dhaka', '01819296805', NULL, NULL, '$2y$10$NCfb2aqQeh4yGFDc.OuRpOqERMhjtZBqKmoFroB9Wnt8yusSheHA.', NULL, 2, 'user', '1', '2023-08-23 14:42:53', '2023-08-23 14:42:53'),
(00000000000000001225, 15, 'Tutul Tutul', '123456534352452414314', 'TutulTutul99@gmail.com', 'Dhaka', '01683797417', NULL, NULL, '$2y$10$tVR4ZcnkLSictL.lQ0vfTeqWJLJH02JvPZtCDnG7ScAX46zbRcxc6', NULL, 2, 'user', '1', '2023-08-23 14:44:13', '2023-08-23 14:44:13'),
(00000000000000001226, 15, 'Amanul Haque Aman', '123456534352452414314', 'Amanulaque99@gmail.com', 'Dhaka', '01712230488', NULL, NULL, '$2y$10$tuHErRFwUdVyRXHa93Zvp.bWP2oRPnnWWRigqHxFQFYrgD3qTGBIe', NULL, 2, 'user', '1', '2023-08-23 14:47:26', '2023-08-23 14:47:26'),
(00000000000000001227, 15, 'MD Kawsar Ahmed', '123456534352452414314', 'KawsarAn@gmail.com', 'Dhaka', '01774983810', NULL, NULL, '$2y$10$acQ9v8/d1UoyY2DXf7lcc.J3HLi0CO/GrL3feANN5Q0wsKdunrDJe', NULL, 2, 'user', '1', '2023-08-23 14:48:46', '2023-08-23 14:48:46'),
(00000000000000001228, 15, 'Shopon Hossain', '123456534352452414314', 'Shoponn@gmail.com', 'Dhaka', '01991333371', NULL, NULL, '$2y$10$76rAtSGRGl8Hncti5l9uOe7wHfHFj5rp/BSe9UzWRT3QNziLuugb.', NULL, 2, 'user', '1', '2023-08-23 14:50:24', '2023-08-23 14:50:24'),
(00000000000000001229, 15, 'Mohamad Imtiaz', '123456534352452414314', 'MohamadImtiaz99@gmail.com', 'Dhaka', '০১৭৩১৩১৮১২৩', NULL, NULL, '$2y$10$WoDQtub8ofz47strKhQRp.trZmg.fuCDJRYTH1nqSwSVy6lQ0hUxm', NULL, 2, 'user', '1', '2023-08-23 14:52:36', '2023-08-23 14:52:36'),
(00000000000000001230, 15, 'Md Shakir Hossain', '123456534352452414314', 'ShakirHossain9@gmail.com', 'Dhaka', '01721773765', NULL, NULL, '$2y$10$uiR.sC8cddlOG0uwHOk8ouqHs.dxR7vakdoxxNURRPKfXEPQCbUBK', NULL, 2, 'user', '1', '2023-08-23 14:54:40', '2023-08-23 14:54:40'),
(00000000000000001231, 15, 'Mahabub Karim', '123456534352452414314', 'MahabubKarim@gmail.com', 'Dhaka', '01715355167', NULL, NULL, '$2y$10$M1j8bQ2By/Y0siFmTrmex..pHAAC3t5vFzwjLdZniTLH1sZVlC/ZW', NULL, 2, 'user', '1', '2023-08-23 14:56:53', '2023-08-23 14:56:53'),
(00000000000000001232, 15, 'Arif Uzzaman', '123456534352452414314', 'ArifUzzaman@gmail.com', 'shajadpur', '01680127928', NULL, NULL, '$2y$10$4WSweM9tiBfUT19prTzlX.oceHdJBZDV/C1ZEFfcn8zWbU7dvJps.', NULL, 2, 'user', '1', '2023-08-23 14:59:36', '2023-08-23 14:59:36'),
(00000000000000001233, 15, 'Azim', '123456534352452414314', 'Azimm99@gmail.com', 'CTG', '01846272720', NULL, NULL, '$2y$10$Bquk15Tzf4qChhWiO8KFGe8uSlArUxD7BYIll33GqCMxNCwRsMbie', NULL, 2, 'user', '1', '2023-08-23 15:01:25', '2023-08-23 15:01:25'),
(00000000000000001234, 15, 'Iftekhar Iftu', '123456534352452414314', 'Iftekharftum99@gmail.com', 'dhaka', '01720406300', NULL, NULL, '$2y$10$dbgkANHtjgvr3EVysjQuEuCqjfcaZ92VSurBs0tQZgRJR9ojnbcJ6', NULL, 2, 'user', '1', '2023-08-23 15:04:06', '2023-08-23 15:04:06'),
(00000000000000001235, 15, 'Shamim AL Mamun Forhhad', '01234668888', 'Shamim@gmail.com', 'Dhaka', '01712032935', NULL, NULL, '$2y$10$2kGSerlIlYE6jmWmWp1f0e5hwyHOosq6V.UUJLIT0Uofsx6zFuKpa', NULL, 2, 'user', '1', '2023-08-23 15:05:33', '2023-08-23 15:05:33'),
(00000000000000001236, 15, 'Afzal Hossain', '123456534352452414314', 'Afzallam99@gmail.com', 'badda', '0১৭৭৭০৪৪৫৫৪', NULL, NULL, '$2y$10$dwUi2fCIJlyWCSFGJeTeUu2czoMelNJyf4f8DEp28I8Cq6QMhuC4.', NULL, 2, 'user', '1', '2023-08-23 15:08:10', '2023-08-23 15:08:10'),
(00000000000000001237, 15, 'Syed Mustafizur Rahman Doni', '123456534352452414314', 'SyedMustafizurahmanDoni575@gmail.com', 'Dhaka', '01712905550', NULL, NULL, '$2y$10$FVISC831MHL2MfmoZB24v.s1MyY5ykoyPrJPS7YRBUhqit3xhE06i', NULL, 2, 'user', '1', '2023-08-23 15:09:46', '2023-08-23 15:09:46'),
(00000000000000001238, 15, 'Rashed Minhaj', '123456534352452414314', 'Rashinhaj99@gmail.com', 'CTG', '01713337075', NULL, NULL, '$2y$10$Bq/MwwbcNq0hL9G.FHjHOeOYIVuV./c9.KXiAvxpfNolZiSd04tnu', NULL, 2, 'user', '1', '2023-08-23 15:12:08', '2023-08-23 15:12:08'),
(00000000000000001239, 15, 'Adv Md Shah Alom', '123456534352452414314', 'AdMdShahlom99@gmail.com', 'Dhaka', '01332300283', NULL, NULL, '$2y$10$m8TwT5ZT/Yx2ZRxRSh1rSe5CdEn9ODIJMPsHeGaDUSE1cm61bLDY.', NULL, 2, 'user', '1', '2023-08-23 15:14:24', '2023-08-23 15:14:24'),
(00000000000000001240, 15, 'Sazzad Karim Tinku', '123456534352452414314', 'Sazzadyan@gmail.com', 'CTG', '01817268151', NULL, NULL, '$2y$10$QrHuxucKRwe8Uv4fiAx.GOpQ0VBuQMhgAFQ/gbni8x1cSvfhUxeYS', NULL, 2, 'user', '1', '2023-08-23 15:17:05', '2023-08-23 15:17:05'),
(00000000000000001241, 15, 'Abdullah Al Ahsan', '123456534352452414314', 'Abdullahn@gmail.com', 'Dhaka', '01713178333', NULL, NULL, '$2y$10$bG0lbrKxzvfk0jcV1ELT/.WlZVR3WSl/MPDRIPdv4cOki4LN3lGd2', NULL, 2, 'user', '1', '2023-08-23 15:19:44', '2023-08-23 15:19:44'),
(00000000000000001242, 15, 'S K Biplob', '123456534352452414314', 'Biplobuyan@gmail.com', 'Dhaka', '01303758964', NULL, NULL, '$2y$10$Ug7VtTHVFd6nesbd.yBeFu88iy7xAlh8sDUl4Z3ZWPGLE/6BTHhhe', NULL, 2, 'user', '1', '2023-08-23 15:21:41', '2023-08-23 15:21:41'),
(00000000000000001243, NULL, 'Mohammad Zakariaul Alam', 'N/A', 'zakaria6014@gmail.com', 'SBS Tekstil Sanayi ve Ticaret A.S. Flat-A/4, House-59, Road-59,Block-I, Bonani', '01819223568', NULL, NULL, '$2y$10$8EQjo8woqCDv0dPSLxHnI.FkwPbueZNnjVM009SK3Ic1pWcNqTU/y', NULL, 2, 'user', '1', '2023-08-23 15:22:46', '2023-08-23 15:28:53'),
(00000000000000001244, 15, 'Md. Mazharul Islam', '123456534352452414314', 'Mazharul9@gmail.com', 'Mirpur,dhaka', '01842869866', NULL, NULL, '$2y$10$yqiujacFj/.poau0zxEI3.zLRYBCOuG5Rck4YkUSFgftcsfHcu7Wy', NULL, 2, 'user', '1', '2023-08-23 15:23:44', '2023-08-23 15:23:44'),
(00000000000000001245, 15, 'Arif Mohammad Enamul Haque', '123456534352452414314', 'ArifMohammad@gmail.com', 'Dhaka', '01711935792', NULL, NULL, '$2y$10$SOHZKQYmGqDeH7bcOzrmEecL9t0AsdVCJBbQgvG0RegmgJR1mRO5C', NULL, 2, 'user', '1', '2023-08-23 15:26:21', '2023-08-23 15:26:21'),
(00000000000000001246, 15, 'Sidhik Islam Saiful', '123456534352452414314', 'SidhikI@gmail.com', 'house bulding', '01972405104', NULL, NULL, '$2y$10$IzSe3zZpGtRbyA8MliYxeu4RR3eheSVbZD1FzuS7OseLa9.lIdAZm', NULL, 2, 'user', '1', '2023-08-23 15:28:19', '2023-08-23 15:28:19'),
(00000000000000001247, 15, 'Tazul Islam', '123456534352452414314', 'TazulIslam9@gmail.com', 'Dhaka', '01710925701', NULL, NULL, '$2y$10$TWjEnJoQYtVOzCr21dl6Nu13i6aKaf9Y0MIwB5k0yc0i/EHUModR2', NULL, 2, 'user', '1', '2023-08-23 15:30:49', '2023-08-23 15:30:49'),
(00000000000000001248, 15, 'Chy Mizanur Rahman', '123456534352452414314', 'ChyMizanurRahman@gmail.com', 'Dhaka', '০১৭০৯৯৯০৮৫৮', NULL, NULL, '$2y$10$FSPQHlfdo/4PIA/NcknBFeZcvPpEKrMSeTptErwbsa/KOGR1l/OP.', NULL, 2, 'user', '1', '2023-08-23 15:32:59', '2023-08-23 15:32:59'),
(00000000000000001249, 15, 'Jaidip Chowdhury', '123456534352452414314', 'JaidipChowdhury@gmail.com', 'Dhaka', '01714375912', NULL, NULL, '$2y$10$pAlEKqpyB/Fl40/ViRGaHeOvXG9n7nwmGI//FGVGGs21PtQ6FCiZ6', NULL, 2, 'user', '1', '2023-08-23 15:35:27', '2023-08-23 15:35:27'),
(00000000000000001250, 15, 'জুয়েল খান', '123456534352452414314', 'sibbirbhuyan@gmail.com', 'CTG', '01812299916', NULL, NULL, '$2y$10$BN.VCCKp28uQIRdZZ5940O.LeQls6U1eunrs.woJYUT/E69.jaCxW', NULL, 2, 'user', '1', '2023-08-23 15:39:30', '2023-08-23 15:39:30'),
(00000000000000001251, 15, 'Md Ripon', '123456534352452414314', 'Ripon99@gmail.com', 'Dhaka', '০১৭৪০৬০১০৭০', NULL, NULL, '$2y$10$xnAL4kB0r1qrx.yXPbRzeez.3rt88OA1KbA3zCWlfQExA/47hJfgG', NULL, 2, 'user', '1', '2023-08-23 15:42:06', '2023-08-23 15:42:06'),
(00000000000000001252, 15, 'Shake Shahin', '123456534352452414314', 'ShakeShahin99@gmail.com', 'Dhaka', '01973786786', NULL, NULL, '$2y$10$dD31KkjGO90waaddbfoCM.EW3bRokrCAtCa/k1iGGFyrXKKYZu6MG', NULL, 2, 'user', '1', '2023-08-23 16:30:30', '2023-08-23 16:30:30'),
(00000000000000001253, 15, 'Taaznandy Azad', '123456534352452414314', 'Taaznandy75@gmail.com', 'Dhaka', '01675147954', NULL, NULL, '$2y$10$9RcbNrXMPqrbhJ4qAzvkEO8XaQYBj/QFQy5/OrZ1J2LiEl.cdnsB6', NULL, 2, 'user', '1', '2023-08-23 17:02:55', '2023-08-23 17:02:55'),
(00000000000000001254, 15, 'Rayhan Hossain', '123456534352452414314', 'Rayhan@gmail.com', 'Dhaka', '01712329418', NULL, NULL, '$2y$10$K3e2P9iCNOOC3/mlxzAPKe0IYvv.PURf9/nY5KfFdWe77hkzV5EOO', NULL, 2, 'user', '1', '2023-08-23 17:09:45', '2023-08-23 17:09:45'),
(00000000000000001255, NULL, 'Md Mominul islam', 'N/A', 'mominustc@gmail.com', 'gulshan-1', '01911892900', '01712513229', NULL, '$2y$10$xQLEraFxphSfykUrkh4jFOgCDA/FxvLO7GDU3OeAUb3PYMLYX2a5.', NULL, 2, 'user', '1', '2023-08-24 11:31:36', '2023-08-24 11:32:56'),
(00000000000000001256, NULL, 'Shafiqul', 'N/A', 'shafikforeman@gmail.com', 'tangail', '01967510124', '01724077100', NULL, '$2y$10$NoOpcjI.5yQopNvhDB0QXe77Pt7psyUUqD5YC8DmMPsORR2sy/v46', NULL, 2, 'user', '2', '2023-08-24 11:41:24', '2023-08-24 11:41:24'),
(00000000000000001257, 15, 'কেন এত অবহেলা', '123456534352452414314', 'juthiafrin575@gmail.com', 'Dhaka', '01324991550', NULL, NULL, '$2y$10$1z.j2KqtVSxgVutKARNDX.X13tzcdqNg9TTxavmQBbjCir6aWG6su', NULL, 2, 'user', '1', '2023-08-24 13:11:42', '2023-08-24 13:11:42'),
(00000000000000001258, 15, 'Md. Rubayet Hossain Khan', '123456534352452414314', 'sibbirbhuyan@gmail.com', 'Dhaka', '01711171545', NULL, NULL, '$2y$10$HzcuY9zipgMJzoSrWPkHpO8rv84SkfP/Nu7oFWRefKt5I77UX0lK.', NULL, 2, 'user', '1', '2023-08-24 13:12:55', '2023-08-24 13:12:55'),
(00000000000000001259, 15, 'Fazlee Elahi', '123456534352452414314', 'Molynasirabad@gmail.com', '705,chosma Hill, Sholosohor, ctg', '01811259754', NULL, NULL, '$2y$10$2vt6OJeurN2j2WSEOwU/KuOvjm50TGiYft8vwHBK6nxj/SUNEZWNS', NULL, 2, 'user', '1', '2023-08-24 13:15:43', '2023-08-24 13:15:43'),
(00000000000000001260, 15, 'Md Abu Taher', '123456534352452414314', 'MdAbahe9@gmail.com', 'CTG', '01782306966', NULL, NULL, '$2y$10$4/LF4qNuIhI1.PfQ3vhYtu3Il7towmTmXsdqmnLGoWuFse.SIMunG', NULL, 2, 'user', '1', '2023-08-24 13:17:36', '2023-08-24 13:17:36'),
(00000000000000001261, 15, 'Biplob Kundu', '123456534352452414314', 'jBiplobKundu575@gmail.com', 'CTG', '01711474757', NULL, NULL, '$2y$10$DTg9ifEEFjy8SpQsdpaGKOWrEiaYQOiBL7xWnRin0gfDfa/Qb2QX2', NULL, 2, 'user', '1', '2023-08-24 13:20:10', '2023-08-24 13:20:10'),
(00000000000000001262, 15, 'Ashraf Ali', '123456534352452414314', 'AshraAli75@gmail.com', 'Dhaka', '01812849407', NULL, NULL, '$2y$10$cU5NlzAw7u3j7kh4.AxsdO0uBF3dxQ7FsixtyBbM.0tQm1.urhAFW', NULL, 2, 'user', '1', '2023-08-24 13:21:51', '2023-08-24 13:21:51'),
(00000000000000001263, 15, 'Abdullah Al Noman', '123456534352452414314', 'Abdullahn@gmail.com', 'gajipur,dhaka', '01918957767', NULL, NULL, '$2y$10$XbHELQxyePyb2.NEZ9MJROm2XgwzXNrI0ExiQWkk5nfBBmGAW15uW', NULL, 2, 'user', '1', '2023-08-24 13:24:09', '2023-08-24 13:24:09'),
(00000000000000001264, 15, 'Nemon Nemon', '123456534352452414314', 'Nemonn575@gmail.com', 'dhaka', '01810061619', NULL, NULL, '$2y$10$Q39Se91yW.UeN0ynmpDjz.sHUsX95ninV1G96yNxuIzGSypOrcyAe', NULL, 2, 'user', '1', '2023-08-24 13:25:29', '2023-08-24 13:25:29'),
(00000000000000001265, 15, 'Bashir Ahmmed', '123456534352452414314', 'Bashirn575@gmail.com', 'Dhaka', '01906952798', NULL, NULL, '$2y$10$Vc7krLlLpBbkOEld0dqM1eS6pcmvNCo4YNf9saaWZKZBb.a.m1tIW', NULL, 2, 'user', '1', '2023-08-24 13:27:22', '2023-08-24 13:27:22'),
(00000000000000001266, 15, 'Rakib Ahmed', '123456534352452414314', 'Rakib9@gmail.com', 'shamoly,dhaka', '01725808604', NULL, NULL, '$2y$10$1IH9vEDc7dLdpYDEOTX7cuwYdqYg6kbncbZzDCX1PMjRWlhGLgs.S', NULL, 2, 'user', '1', '2023-08-24 13:29:22', '2023-08-24 13:29:22'),
(00000000000000001267, 15, 'Sk Ahsan Haque', '123456534352452414314', 'Ahsanain63177@gmail.com', 'Dhaka', '01770754066', NULL, NULL, '$2y$10$j0NxYahNrW2J0KZ5wdiZBeAqFv7w8d2tfsO9.vzi5mWUWdQvHaWvm', NULL, 2, 'user', '1', '2023-08-24 13:31:12', '2023-08-24 13:31:12'),
(00000000000000001268, 15, 'Faruq Ahmed', '123456534352452414314', 'Faruqin575@gmail.com', 'Dhaka', '01924099216', NULL, NULL, '$2y$10$LS.7lPV05RZcxW.Z3rurS.FD11kSGFV0IEdm56Rdq8lrAIg6hzWdm', NULL, 2, 'user', '1', '2023-08-24 13:34:34', '2023-08-24 13:34:34'),
(00000000000000001269, 15, 'AH Adi', '123456534352452414314', 'AHAdi575@gmail.com', 'Dhaka', '01911439895', NULL, NULL, '$2y$10$5yIujn3MYPS.8N4WeVYlJOGao4GJEhAQGXYiNiNfoz28UfQp8neHO', NULL, 2, 'user', '1', '2023-08-24 13:37:16', '2023-08-24 13:37:16'),
(00000000000000001270, 15, 'Delwer Hossain', '123456534352452414314', 'Delwerfrin575@gmail.com', 'Dhaka', '01911385458', NULL, NULL, '$2y$10$ZizUuhvhOkUY.BHSFAK/uuQSKakl1U.0t6xlnQTzdLccj3vioyEvq', NULL, 2, 'user', '1', '2023-08-24 13:38:39', '2023-08-24 13:38:39'),
(00000000000000001271, 15, 'Nur Hossen', '123456534352452414314', 'NurHossenn@gmail.com', 'dhanmondi', '01701204020', NULL, NULL, '$2y$10$6GLPalS5lTe./G6fHBZdm.g7FO25oEUIc9BCG7iXWCefogmJTbG9S', NULL, 2, 'user', '1', '2023-08-24 13:54:00', '2023-08-24 13:54:00'),
(00000000000000001272, 15, 'Md Ahasan Chy Chy', '123456534352452414314', 'Ahasan177@gmail.com', 'CTG', '01841910041', NULL, NULL, '$2y$10$KLerRf1OFYcZf0h5/EOHh.Vd1qYgWdBIGhlwCqt.a5vQ.qEHanpGW', NULL, 2, 'user', '1', '2023-08-24 13:55:28', '2023-08-24 13:55:28'),
(00000000000000001273, 15, 'Md Rimon', '123456534352452414314', 'Rimonn63177@gmail.com', 'Dhaka', '01973511588', NULL, NULL, '$2y$10$HyVtQkRr.0xmMvz/L.LSkeHbBgGeSZjmW1DabiE38iGGNjtnA0cpK', NULL, 2, 'user', '1', '2023-08-24 13:57:17', '2023-08-24 13:57:17'),
(00000000000000001274, 15, 'Ashraful Karim Chowdhury', '123456534352452414314', 'Ashrafuluyan@gmail.com', 'rangamati', '01313429042', NULL, NULL, '$2y$10$uIOm5kEjVICdIu9ImFSBNeTDrO0iDJS3TMJQFcTsZN4VqLHMYNWeK', NULL, 2, 'user', '1', '2023-08-24 13:58:51', '2023-08-24 13:58:51'),
(00000000000000001275, 15, 'আবুল বাশার', '123456534352452414314', 'juthiafrin575@gmail.com', 'Dhaka', '01749005005', NULL, NULL, '$2y$10$qmysewfLEeVW8XUirBbY9u.lqXmIueR7gG1jEqeOzKmV5/9VkXHKy', NULL, 2, 'user', '1', '2023-08-24 14:00:14', '2023-08-24 14:00:14'),
(00000000000000001276, 15, 'Md Monir Khan', '123456534352452414314', 'Monirin575@gmail.com', 'Dhaka', '01707999905', NULL, NULL, '$2y$10$M8tchJmQI4G3QxO1RTCRNO3g4MQpEPmrKtGSsSJrMkKKwZpF/.oya', NULL, 2, 'user', '1', '2023-08-24 14:02:56', '2023-08-24 14:02:56'),
(00000000000000001277, 15, 'Tarikul Islam Raju', '123456534352452414314', 'Tarikuluyan@gmail.com', 'Dhaka', '01713178388', NULL, NULL, '$2y$10$Nv6D6KcLNiNy93UHIXEuCuy1/TVJUr8AFY5n0slrK.1yBBBYHtw52', NULL, 2, 'user', '1', '2023-08-24 14:10:09', '2023-08-24 14:10:09'),
(00000000000000001278, 15, 'Anayet Chowdhury Ratul', '123456534352452414314', 'AnayetChowd@gmail.com', 'khilga,dhaka', '০১৮৮৬৫২৪২৩১', NULL, NULL, '$2y$10$MtZ1Zhdr0JcF2S63EUiy/OZPEG4/OX8J9shyB7kQ00zuu5aDaC6vC', NULL, 2, 'user', '1', '2023-08-24 14:23:32', '2023-08-24 14:23:32'),
(00000000000000001279, 15, 'Ahmed Zihad AZ', '123456534352452414314', 'Ahmed99@gmail.com', 'Dhaka', '01611100115', NULL, NULL, '$2y$10$3u.reKD3Xdi1xq0nVBcA0u71CHHNZ2j7LHUPzrNwOaPoZUyF.gB9W', NULL, 2, 'user', '1', '2023-08-24 14:25:50', '2023-08-24 14:25:50'),
(00000000000000001280, 15, 'Vet-Prof Kbm Saiful Islam', '123456534352452414314', 'SaifulIslam@gmail.com', 'Dhaka', '01711120108', NULL, NULL, '$2y$10$kdbks4LKISGP4nRwvgo6E.yEs.WDn1CjcH9bpzn1WNi3.rq6thTE2', NULL, 2, 'user', '1', '2023-08-24 14:27:31', '2023-08-24 14:27:31'),
(00000000000000001281, 15, 'Md Razon', '123456534352452414314', 'Razonhuyan@gmail.com', 'Dhaka', '01710572751', NULL, NULL, '$2y$10$aJv443yCDcb/nxBDp0HItOjXPQaHAUzUZrtIUIHCGqdG0egkeYcIa', NULL, 2, 'user', '1', '2023-08-24 14:28:59', '2023-08-24 14:28:59'),
(00000000000000001282, 15, 'Mohammad Shahajahan', '123456534352452414314', 'Mohammad575@gmail.com', 'Dhaka', '01713272585', NULL, NULL, '$2y$10$LlQXE/BGWqeJcprSoQ0aDOC8PHbiArQuSLc7NtRJcSXvsXodXXQgy', NULL, 2, 'user', '1', '2023-08-24 14:30:26', '2023-08-24 14:30:26'),
(00000000000000001283, 15, 'BulBul Mazumder', '123456534352452414314', 'BulBul@gmail.com', 'Mirpur,dhaka', '01678101002', NULL, NULL, '$2y$10$YmAvp3DdlgFdNAmG.xYf6egB4Vzc77VUYusJnBZDehH8r6jndYYc6', NULL, 2, 'user', '1', '2023-08-24 14:38:06', '2023-08-24 14:38:06'),
(00000000000000001284, 15, 'Shahinur Rashid Ratul', '123456534352452414314', 'Shahinur575@gmail.com', 'notun bazar', '01680144095', NULL, NULL, '$2y$10$aI4/1qrAdtvStTIGe3tLPeGfXI9OhEjS4queSXZq/4TgXFv/VrUkS', NULL, 2, 'user', '1', '2023-08-24 14:51:38', '2023-08-24 14:51:38'),
(00000000000000001285, 15, 'Md. Sumon Ahmed', '123456534352452414314', 'Sumon@gmail.com', 'kollanpur notu bazar', '01767157715', NULL, NULL, '$2y$10$q3iqLh8Ey5TsiVpIZStTMO09bZcgZEtSKLX.OQtDlR5gcomlGhEJ6', NULL, 2, 'user', '1', '2023-08-24 14:53:01', '2023-08-24 14:53:01'),
(00000000000000001286, 15, 'AR Anis', '123456534352452414314', 'Anisfrin575@gmail.com', 'Dhaka', '01720633653', NULL, NULL, '$2y$10$SNMlL7eGdmJifAPAx/1gmeWJw7DxGXKpSGunbNy4TzjonwPRLSdN6', NULL, 2, 'user', '1', '2023-08-24 14:55:02', '2023-08-24 14:55:02'),
(00000000000000001287, 15, 'Arif Sikder', '123456534352452414314', 'ArifSikder@gmail.com', 'Dhaka', '01873441122', NULL, NULL, '$2y$10$MsVebsAUh0mboUAbk7yzGOoz44cnbS2IYx9jkhORr7LwtcITe2v6G', NULL, 2, 'user', '1', '2023-08-24 14:58:39', '2023-08-24 14:58:39'),
(00000000000000001288, 15, 'Abu Hanif', '123456534352452414314', 'AbuHanifan@gmail.com', 'Dhaka', '01679798955', NULL, NULL, '$2y$10$WmmkmVV3vkoQqk7vgdWgsuDFBVSM30Z4sQSa/7nRSUSpZALsD52WO', NULL, 2, 'user', '1', '2023-08-24 15:00:43', '2023-08-24 15:00:43'),
(00000000000000001289, 15, 'Kofil Mahamud', '01234668888', 'Kofilbhuyan@gmail.com', 'Rampura Paka Jame Masjid', '01711419174', NULL, NULL, '$2y$10$A/5H/GgPNMI0eMtzmXoLverP0DVKeSHxTUSXn6oz.EkdwE7v5tOPq', NULL, 2, 'user', '1', '2023-08-24 15:09:45', '2023-08-24 15:09:45'),
(00000000000000001290, 15, 'Omar Faruk', '123456534352452414314', 'Omar3177@gmail.com', 'agarga,dhaka', '01677548091', '01677548091', NULL, '$2y$10$ho9rwvwL4JpAini99uG8fOQdr3GVb88X/y2itHewRI9EH/sW1u1gS', NULL, 2, 'user', '1', '2023-08-24 15:19:55', '2023-08-24 15:19:55'),
(00000000000000001291, 15, 'বায়েজীদ আনাম খান', '123456534352452414314', 'rosulgolam99@gmail.com', 'Rampura Paka Jame Masjid', '01705032589', NULL, NULL, '$2y$10$Hm45hoxSg4xzGkCU2bBV8OycquXpTNoAG/FfsQNPu2/q4FNEFAFcC', NULL, 2, 'user', '1', '2023-08-24 15:21:48', '2023-08-24 15:21:48'),
(00000000000000001292, 15, 'Uttom Kumar Paul', '123456534352452414314', 'Uttomin575@gmail.com', 'CTG', '০১৭১৪১৪৩৬২৭', NULL, NULL, '$2y$10$GHjWqzpL.RkNB3qALKzuxeH/7L.FfoHWgF2PHsaNndtPFyvhRXObm', NULL, 2, 'user', '1', '2023-08-24 16:58:45', '2023-08-24 16:58:45'),
(00000000000000001293, 15, 'Samsoz Zaman', '123456534352452414314', 'Samsozn@gmail.com', 'mirpur-14', '01715909569', NULL, NULL, '$2y$10$xqSB2fNO3VDimzaXzKu04u.v/svAPod2eElBicI0zA5YvlNWLizIu', NULL, 2, 'user', '1', '2023-08-24 17:00:10', '2023-08-24 17:00:10'),
(00000000000000001294, 15, 'Hasan Kamrul', '123456534352452414314', 'Hasanhuyan@gmail.com', 'Dhaka', '01711486277', NULL, NULL, '$2y$10$Kn1KkNg15EDhr2OV7qhCtekOj96PU./zriUgIOeNRdJ./SAUxct3m', NULL, 2, 'user', '1', '2023-08-24 17:01:29', '2023-08-24 17:01:29'),
(00000000000000001295, 15, 'Saidul Islam Sohel', '123456534352452414314', 'Saidul5@gmail.com', 'Dhaka', '01717350597', NULL, NULL, '$2y$10$D1olBIK3qsF119fFSbXB3.OsflIJhVA4m40X9gQmGI29u/3IXRIbm', NULL, 2, 'user', '1', '2023-08-24 17:02:48', '2023-08-24 17:02:48'),
(00000000000000001296, 15, 'Md. Rihab Khan', '123456534352452414314', 'Rihabyan@gmail.com', 'syhlet', '01722144175', NULL, NULL, '$2y$10$A5U2YowZFjyuAYwvEHuUquc/B9LbJnKh0IQs4cpKPLm8K5da15vey', NULL, 2, 'user', '1', '2023-08-24 17:04:31', '2023-08-24 17:04:31'),
(00000000000000001297, 15, 'Kh Rahman', '123456534352452414314', 'Rahmanuyan@gmail.com', 'Dhaka', '01722121789', NULL, NULL, '$2y$10$xlecgI.mzoIni4429F42n.80s3UJzAvfFQtJ/luu95KsHXwxnv5h.', NULL, 2, 'user', '1', '2023-08-24 17:05:46', '2023-08-24 17:05:46'),
(00000000000000001298, 15, 'Abdus Sakur', '123456534352452414314', 'Abdusan@gmail.com', 'CTG', '01867163666', NULL, NULL, '$2y$10$jqRw1vlsp1e/glHQPIfsce49g6jH8heH2F4A6QovDBn2cMOVQHHc6', NULL, 2, 'user', '1', '2023-08-24 17:08:34', '2023-08-24 17:08:34'),
(00000000000000001299, 15, 'Monjur Morshed Mannan', '123456534352452414314', 'Monjuin575@gmail.com', 'nikunjo-2', '01713095343', NULL, NULL, '$2y$10$AWsIytNDnaeQJgqcZIa6eOM2vpYhAHWhcP7n5FAwsMN0SatfWPBEy', NULL, 2, 'user', '1', '2023-08-24 17:09:54', '2023-08-24 17:09:54'),
(00000000000000001300, 15, 'Asad Pavel', '123456534352452414314', 'Asadlam99@gmail.com', 'Dhaka', '01914311890', NULL, NULL, '$2y$10$aTssISeEYn3HHA1wfLvix.W6zKixgnsKFpBLcHdybFK0OlPhDBnrS', NULL, 2, 'user', '1', '2023-08-24 17:27:09', '2023-08-24 17:27:09'),
(00000000000000001301, NULL, 'Saiful Islam(Tazim Enterprise )', '123456534352452414314', 'Saifuln575@gmail.com', 'Dhaka', '01716052892', NULL, NULL, '$2y$10$mSnjdeUSaMjtGcbk3a6B7.LAu6p3P9Cx9djrTLrPBHCAvbwT2Hn36', NULL, 2, 'user', '1', '2023-08-24 17:30:09', '2024-06-11 11:15:29'),
(00000000000000001302, 15, 'Prince Mahmud', '123456534352452414314', 'Princean@gmail.com', 'Dhaka', '01822903307', NULL, NULL, '$2y$10$3a6ld9AB5Ki0HZ6K/GsbSepABmRC5PXmKDGeNE21RYqfKFcpm7g4y', NULL, 2, 'user', '1', '2023-08-24 17:31:36', '2023-08-24 17:31:36'),
(00000000000000001303, 15, 'Abu Jafar Khan', '123456534352452414314', 'Jafar@gmail.com', 'Dhaka', '01670741993', NULL, NULL, '$2y$10$uvYJ7MjjbyZzgQZm9c6UOO2qeMBB3Dt8r8SKDGmv6LemBYCpL6qqa', NULL, 2, 'user', '1', '2023-08-26 12:44:20', '2023-08-26 12:44:20'),
(00000000000000001304, 15, 'Momin Mazumder Cht', '123456534352452414314', 'Mominyan@gmail.com', 'manikchori', '01820189357', NULL, NULL, '$2y$10$306b.V3Js.rZ9r0xHrw8k.IM.I/yjwLy3lHJZUjnMfEcledat2kCK', NULL, 2, 'user', '1', '2023-08-26 12:46:09', '2023-08-26 12:46:09'),
(00000000000000001305, 15, 'Md Mostafa Kamal', '123456534352452414314', 'Mostafan@gmail.com', 'nethrokona', '01997525932', NULL, NULL, '$2y$10$TGN0KYtf71J/2XvAipDiJ.YLIry.0S6NGi8JznDP7hhjJ3/B0IUqO', NULL, 2, 'user', '1', '2023-08-26 12:47:43', '2023-08-26 12:47:43'),
(00000000000000001306, 15, 'Montakim Arefin', '123456534352452414314', 'Montakimn@gmail.com', 'mohammadpur', '01614010305', NULL, NULL, '$2y$10$VXEK.gZEzi3ND9QdaEV6veCUtKKzCWvdIsTI0U.m0SkaCFVWBOH6m', NULL, 2, 'user', '1', '2023-08-26 12:49:21', '2023-08-26 12:49:21'),
(00000000000000001307, 15, 'Md. Abul Bashar Khan', '123456534352452414314', 'AbulBasharKhann@gmail.com', 'mohammadpur', '01708 45405', NULL, NULL, '$2y$10$Q44n86Ge01VwMmY1v2lwb./nYo/F7FyFJh8busYD6iu9GCRnNnaBe', NULL, 2, 'user', '1', '2023-08-26 12:51:43', '2023-08-26 12:51:43'),
(00000000000000001308, 15, 'Shohidul Shaan', '123456534352452414314', 'Shohidul@gmail.com', 'Dhaka', '01516132944', NULL, NULL, '$2y$10$ELRAQOGARR83BHCUTlP7V.cEaG1G0ZlLNhXIK807/O.NMhUOWnCZe', NULL, 2, 'user', '1', '2023-08-26 12:53:37', '2023-08-26 12:53:37'),
(00000000000000001309, 15, 'Kajal Kajal', '123456534352452414314', 'Kajal@gmail.com', 'Dhaka', '01585831851', NULL, NULL, '$2y$10$etc0aOV/6bdrJoefG0tuAeQAg.usOlljzPmvlHagEVvzgiqTeZoYm', NULL, 2, 'user', '1', '2023-08-26 12:55:41', '2023-08-26 12:55:41'),
(00000000000000001310, 15, 'Mafizul Islam Chowdhury', '123456534352452414314', 'Mafizulm99@gmail.com', 'Dhaka', '01819430465', NULL, NULL, '$2y$10$TYwLCqUqVdG4bRsknxAAyeWffrCiSCd//aVLJV/cw5vlh/5LVa25O', NULL, 2, 'user', '1', '2023-08-26 12:56:59', '2023-08-26 12:56:59'),
(00000000000000001311, 15, 'Shamim Ferdous', '123456534352452414314', 'Shamim@gmail.com', 'rajshahi', '০১৭২৮৬০৩৯৪৪', NULL, NULL, '$2y$10$06z0q/Mktr8Zambp70DygOPHkDABZ2FNy0LMRl0m5TY38VKUrLw6a', NULL, 2, 'user', '1', '2023-08-26 13:04:18', '2023-08-26 13:05:12'),
(00000000000000001312, 15, 'Monu Monu', '123456534352452414314', 'Monun@gmail.com', 'sylet', '01711065200', NULL, NULL, '$2y$10$nvxpmuc.MWln.CRZ.PDaM.Z4AyoxXYUdrvXCMbJHMJmpgfWROcCk6', NULL, 2, 'user', '1', '2023-08-26 13:07:17', '2023-08-26 13:07:17'),
(00000000000000001313, 15, 'Md Nazmul Huda', '123456534352452414314', 'Nazmuyan@gmail.com', 'Dhaka', '01713366482', NULL, NULL, '$2y$10$gVN0myH2i8q0SM79c4EZpO0IHR9gxRIXFBENhFE2QD4PYXAkpXM8y', NULL, 2, 'user', '1', '2023-08-26 13:12:49', '2023-08-26 13:12:49'),
(00000000000000001314, 15, 'Alim Uddin', '123456534352452414314', 'Alim9@gmail.com', 'kaderabad housing, mohammodpur', '01700770003', NULL, NULL, '$2y$10$1T0DdBQsh/bN86kaFBW5XuOI0lNKFmzN0bqxubTvDRWEWL.nmoqyq', NULL, 2, 'user', '1', '2023-08-26 13:14:18', '2023-08-26 13:14:18'),
(00000000000000001315, 15, 'Musa Miah', '123456534352452414314', 'Musayan@gmail.com', 'mymenshing', '01723657580', NULL, NULL, '$2y$10$UOCVNhhBo/NKcJ6UTkSgqOXf1uqd.WDf0XVW7tE1EgTD/GU7Ohib.', NULL, 2, 'user', '1', '2023-08-26 13:15:48', '2023-08-26 13:15:48'),
(00000000000000001316, 15, 'Shafiul Salim', '123456534352452414314', 'sibbirbhuyShafiulan@gmail.com', 'Dhaka', '01841727222', NULL, NULL, '$2y$10$csl1By8FbOf42tYsshjYxO7XcZTdxLNSXOB41fFzThZupZ4WxDeyC', NULL, 2, 'user', '1', '2023-08-26 13:17:10', '2023-08-26 13:17:10'),
(00000000000000001317, 15, 'Wahiduzzaman Khan', '123456534352452414314', 'Wahiduzzaman99@gmail.com', 'azimpur', '01842221637', NULL, NULL, '$2y$10$sjXK/nY6q2VZNfGyJ7B5wOFC45rIJiZtb2Qxx6WX4G/remp835Dsq', NULL, 2, 'user', '1', '2023-08-26 13:18:38', '2023-08-26 13:18:38'),
(00000000000000001318, 15, 'Siddiqur Rahman', '123456534352452414314', 'Siddiqurn@gmail.com', 'Dhaka', '01712166137', NULL, NULL, '$2y$10$mmNvYfnIaLWrP8n8hOLfOuEl.caWTyRXjjkqmArVwR7OHNcIBeJHK', NULL, 2, 'user', '1', '2023-08-26 13:22:53', '2023-08-26 13:22:53'),
(00000000000000001319, 15, 'Jöhïr Äläm', '123456534352452414314', 'sibbirbhuyan@gmail.com', 'Dhaka', '01712497722', NULL, NULL, '$2y$10$agbRwaAZOoYWkTfQqMWWHuWX2iLH31chYJZXHh/oCumqNdEdgcBU6', NULL, 2, 'user', '1', '2023-08-26 13:25:18', '2023-08-26 13:25:18'),
(00000000000000001320, 15, 'Rana Khan', '123456534352452414314', 'Ranan575@gmail.com', 'mawna , gazipur', '01885840300', NULL, NULL, '$2y$10$wNX.a48tA220nairqxyZYOUtQ8wLEgqAot73sJRvW6obtaA6L.KGC', NULL, 2, 'user', '1', '2023-08-26 13:28:03', '2023-08-26 13:28:03'),
(00000000000000001321, 15, 'Elius Khan Nannu', '123456534352452414314', 'Eliusin575@gmail.com', 'Dhaka', '01914027301', NULL, NULL, '$2y$10$dpNZBPEV6/r/uflFCtkJpOo6AlpRoVwF8GsP1.aMNm6dDcHWfHVvG', NULL, 2, 'user', '1', '2023-08-26 13:29:23', '2023-08-26 13:29:23'),
(00000000000000001322, 15, 'Anowarul Haque Opy', '123456534352452414314', 'Anowarul@gmail.com', 'CTG', '01844079005', NULL, NULL, '$2y$10$EXAEfIY/MOQdAffFITxTC.d27Bi8J3Wc7XQHyscfLJpXG4./cRMh.', NULL, 2, 'user', '1', '2023-08-26 13:30:50', '2023-08-26 13:30:50'),
(00000000000000001323, 15, 'Golam Rasul Jewel', '123456534352452414314', 'Golam575@gmail.com', 'Dhaka', '01817158206', NULL, NULL, '$2y$10$x/yA60n..4SqqTlFX8WkWOryMn4hjk8RRZXGan80yspnnbYObshye', NULL, 2, 'user', '1', '2023-08-26 13:32:17', '2023-08-26 13:32:17'),
(00000000000000001324, 15, 'Kazi Saif Uddin', '123456534352452414314', 'Kazihuyan@gmail.com', 'Dhaka', '01816025024', NULL, NULL, '$2y$10$397wbhzODuw2e52aa3t79.TZvagWBwPJ9t04qfpj4WWRvihlAAfHi', NULL, 2, 'user', '1', '2023-08-26 13:33:30', '2023-08-26 13:33:30'),
(00000000000000001325, 15, 'MD Anwar Hossain', '123456534352452414314', 'juthiafriDn575@gmail.com', 'Dhaka', '01716942251', NULL, NULL, '$2y$10$1EGQMTtLh9kRiBLTuTNXC.J8zOKJDRnMnZBkKmY5mbhm7spVXUkva', NULL, 2, 'user', '1', '2023-08-26 13:34:40', '2023-08-26 13:34:40'),
(00000000000000001326, 15, 'Engr Aminul Islam', '123456534352452414314', 'Engrin575@gmail.com', 'ctg', '01912956297', NULL, NULL, '$2y$10$Pek3C0vwOFebklPiN4UIqeJtW9wv2l/BhsD8WfMEWDohA4cQ/mFn.', NULL, 2, 'user', '1', '2023-08-26 13:36:03', '2023-08-26 13:36:03'),
(00000000000000001327, 15, 'Shifatul Islam', '123456534352452414314', 'jShifatul575@gmail.com', 'Dhaka', '01716641599', NULL, NULL, '$2y$10$cC9tTpaaQYvL7Q55N00g4Oog9Edi/RQY.PMX7DY52p4yCJfBse8Q2', NULL, 2, 'user', '1', '2023-08-26 13:37:36', '2023-08-26 13:37:36'),
(00000000000000001328, 15, 'Mehadi Hassan', '123456534352452414314', 'Mehadian@gmail.com', 'Dhaka', '01933341844', NULL, NULL, '$2y$10$ZHj8FXYEtiOxBXe5HdOoP.a49XnmpFsfwHTgXrMPtaH4ZMZEleJ/K', NULL, 2, 'user', '1', '2023-08-26 13:39:07', '2023-08-26 13:39:07'),
(00000000000000001329, 15, 'Rayhan Nirob', '123456534352452414314', 'Rayhanan@gmail.com', 'Dhaka', '01521101823', NULL, NULL, '$2y$10$hV8LFrOLy9zSuP4WcnmgM.W.uenF2TM9VVEcTALlOaqTozEzFNxwi', NULL, 2, 'user', '1', '2023-08-26 13:40:14', '2023-08-26 13:40:14'),
(00000000000000001330, 15, 'Md Mohaiminul Islam', '123456534352452414314', 'Mohaiminuln575@gmail.com', 'savar', '01721210757', NULL, NULL, '$2y$10$Ut.kSoV5etspjik628nAduU5Fd7CDE1LulZrsFvqU5m5wdgLm3Cdm', NULL, 2, 'user', '1', '2023-08-26 13:41:36', '2023-08-26 13:41:36'),
(00000000000000001331, 15, 'Reaz Anwar', '123456534352452414314', 'Reazyan@gmail.com', 'Dhaka', '01819402451', NULL, NULL, '$2y$10$LRhG.2f.704m6pg16aO08uIAPM9czapgZ/QD.Zf0qiFLeI00gGFTi', NULL, 2, 'user', '1', '2023-08-26 13:46:06', '2023-08-26 13:46:06'),
(00000000000000001332, 15, 'Monjur Morshed Mannan', '123456534352452414314', 'Monjuryan@gmail.com', 'Dhaka', '01713517568', NULL, NULL, '$2y$10$JYlfZCjr7yE3k/4Sc2c2YePraUTnAHdbrspr0gyUo66hgyMNPYwwO', NULL, 2, 'user', '1', '2023-08-26 13:49:17', '2023-08-26 13:49:17'),
(00000000000000001333, 15, 'MD R A Chowdhury', '123456534352452414314', 'Monjuryan@gmail.com', 'Dhaka', '01711749236', NULL, NULL, '$2y$10$Kd35PE7UudCNqISzmp/tSuaZvXkuUInZfYOcT5r1QEB2YTakRjAYi', NULL, 2, 'user', '1', '2023-08-26 13:51:48', '2023-08-26 13:51:48'),
(00000000000000001334, 15, 'Amir Mohammad', '123456534352452414314', 'Amiryan@gmail.com', 'CTG', '1798-344491', NULL, NULL, '$2y$10$kgvVL.vm78N8.chBa.MCyeG7XvkWT0VWPHyuOF1kVQ5iu2GPbNxUm', NULL, 2, 'user', '1', '2023-08-26 13:53:48', '2023-08-26 13:53:48'),
(00000000000000001335, 15, 'Engr Kamal', '123456534352452414314', 'juthiafrin575@gmail.com', 'rajbari', '01790915161', NULL, NULL, '$2y$10$Lq7SxLSY5Dw2neS58A1JKerFGm2Rf11AeCHorA3KzaaE9BOYAM4nK', NULL, 2, 'user', '1', '2023-08-26 13:55:18', '2023-08-26 13:55:18'),
(00000000000000001336, 15, 'Jewel Khan', '123456534352452414314', 'Jeweuyan@gmail.com', 'narayanjonj', '01912073981', NULL, NULL, '$2y$10$BkRAebsB/VXvhHtJDC4r.OhtsHZefExcLslld6.yDgVDbkenCgd8C', NULL, 2, 'user', '1', '2023-08-26 14:03:40', '2023-08-26 14:03:40'),
(00000000000000001337, 15, 'BD Md Jahangir Alam', '123456534352452414314', 'Jahangim99@gmail.com', 'Dhaka', '01676680774', NULL, NULL, '$2y$10$JZRr2WVO3.g5rPbgzh0aauPkZc8hhZQwNepvKYeD7FUj0zuZiG22u', NULL, 2, 'user', '1', '2023-08-26 14:07:45', '2023-08-26 14:07:45'),
(00000000000000001338, 15, 'Ripon Datta Datta', '123456534352452414314', 'Riponbhuyan@gmail.com', 'Dhaka', '01717732581', NULL, NULL, '$2y$10$4WVAy5rXanjw/Z.bQS2ZMeiTPm53RhbOHQC/BXjEbaa2sYYf0GVYq', NULL, 2, 'user', '1', '2023-08-26 14:08:49', '2023-08-26 14:08:49'),
(00000000000000001339, 15, 'MD Kamruzzaman', '123456534352452414314', 'Kamruzzaman75@gmail.com', 'motijheel', '01787223000', NULL, NULL, '$2y$10$IFL9M6Fptv.JZG7ANzUdYO9l4boH4j6ylv8v/ICpnzIe7F5Vb6x4y', NULL, 2, 'user', '1', '2023-08-26 14:10:06', '2023-08-26 14:10:06'),
(00000000000000001340, 15, 'Salim Shawon', NULL, 'Salimn575@gmail.com', 'Tikatoli', '01715111940', NULL, NULL, '$2y$10$SMVdEydla8i.wM0sNbYA7eMVnAWzJBGLPldlhLdgjvAmRzhHsg/Qa', NULL, 2, 'user', '1', '2023-08-26 14:11:47', '2023-08-26 14:11:47'),
(00000000000000001341, 15, 'SK Shawon', '123456534352452414314', 'Shawon@gmail.com', 'Dhaka', '01680536265', NULL, NULL, '$2y$10$9GPAYRPtkOalop4tq38lVOIZ.cSyRAwK29EN1kXSXOO3meQKYTTuG', NULL, 2, 'user', '1', '2023-08-26 14:13:56', '2023-08-26 14:13:56'),
(00000000000000001342, 15, 'Sirajul Mostafa', '123456534352452414314', 'Sirajuln@gmail.com', 'Dhaka', '01720850544', NULL, NULL, '$2y$10$6hqjqz3AGaPVJVZ5Ox4XeOgXVbFQotiSG8Eat1Kp5QrBiug6rFsLq', NULL, 2, 'user', '1', '2023-08-26 14:16:06', '2023-08-26 14:16:06'),
(00000000000000001343, 15, 'Sohel Zaman', '123456534352452414314', 'Soheluyan@gmail.com', 'Dhaka', '1750-838427', NULL, NULL, '$2y$10$EUeLR6fSafiq/J8g.0XZhOWMOFV1rLndqA8exzW3HgIiccFAEJ4Ka', NULL, 2, 'user', '1', '2023-08-26 14:17:22', '2023-08-26 14:17:22'),
(00000000000000001344, 15, 'Emrul Hasan', '123456534352452414314', 'Emruluyan@gmail.com', 'cumilla', '01817071221', NULL, NULL, '$2y$10$kG6noR5uIr7qA.2.dKKN1uksegnVky7YJmQCMRCfMhMyrHMxvcNTS', NULL, 2, 'user', '1', '2023-08-26 14:22:09', '2023-08-26 14:22:09'),
(00000000000000001345, 15, 'Mehedi Mahamud Bappy', '123456534352452414314', 'Mehedin575@gmail.com', 'Dhaka', '01911731602', NULL, NULL, '$2y$10$ITW6KEE9uFiT/1X9tdqMleafnTV9aoUG0sllH6bx8xRv2lBf5ik3O', NULL, 2, 'user', '1', '2023-08-26 14:27:40', '2023-08-26 14:27:40'),
(00000000000000001346, 15, 'Zakaria Shikdar', '123456534352452414314', 'Zakariayan@gmail.com', 'potuakhali', '01688205671', NULL, NULL, '$2y$10$d1Av8snVpv.v1QggM5pdieLDjNzgh/.OIulNioB7ny0KOBstKJeau', NULL, 2, 'user', '1', '2023-08-26 14:29:36', '2023-08-26 14:29:36'),
(00000000000000001347, 15, 'Faheem Chowdhury', '123456534352452414314', 'Faheemain63177@gmail.com', 'Dhaka', '01711865609', NULL, NULL, '$2y$10$CKYBMO5rialuACvTffqSbOquBHBCYq364EJB1kbK0i7Dmbqg2r9Ve', NULL, 2, 'user', '1', '2023-08-26 14:34:42', '2023-08-26 14:34:42'),
(00000000000000001348, 15, 'Md Humayun Kabir', '123456534352452414314', 'Humayunan@gmail.com', 'CTG', '01723934818', NULL, NULL, '$2y$10$ZKUxV/jkNOA2PflZ4n576eaYsXx7c863DRn7iIDJ7Yxxmls.GcFA6', NULL, 2, 'user', '1', '2023-08-26 14:36:19', '2023-08-26 14:36:19'),
(00000000000000001349, 15, 'MD Kawsar Ahmed', '123456534352452414314', 'Kawsaryan@gmail.com', 'baipal', 'o1774983810', NULL, NULL, '$2y$10$10KKR.jDC0paSodatU.aDu3F2l8Mm1NNwnt0QMOa2hcAcK5CzGDbe', NULL, 2, 'user', '1', '2023-08-26 14:37:31', '2023-08-26 14:37:31'),
(00000000000000001350, 15, 'Anupom Adhikary', '123456534352452414314', 'Anupom575@gmail.com', 'CTG', '01811338333', NULL, NULL, '$2y$10$yz2nJlrRHVZxyjQd/8V/qeAjCtrPx96bHySSda481lNFY9V/V36kS', NULL, 2, 'user', '1', '2023-08-26 14:40:38', '2023-08-26 14:40:38'),
(00000000000000001351, 15, 'Mohammed Rashal', '123456534352452414314', 'Mohammed575@gmail.com', 'Dhaka', '01323577100', NULL, NULL, '$2y$10$yrDw/D4dVJWnHXNnQXc3SeQbsinEcR0wMweQLQZUkuQ/AajoH9p9y', NULL, 2, 'user', '1', '2023-08-26 14:42:03', '2023-08-26 14:42:03'),
(00000000000000001352, 15, 'Syed Asif Shah', '123456534352452414314', 'Syedam99@gmail.com', 'B-braia', '01634009311', NULL, NULL, '$2y$10$M8.AvrGpAsXiUy2jNYn/iummDA72UlijkGihGoUN8c4VDBctodc.C', NULL, 2, 'user', '1', '2023-08-26 14:43:31', '2023-08-26 14:43:31'),
(00000000000000001353, 15, 'Masum Mia', '123456534352452414314', 'Masumlam99@gmail.com', 'Dhaka', '01716624400', NULL, NULL, '$2y$10$x0WnUBtJ44kPxiOIxJONuu70KPPrWmPgTqNMmYAi.psLXq8Ar3.fG', NULL, 2, 'user', '1', '2023-08-26 14:44:53', '2023-08-26 14:44:53'),
(00000000000000001354, 15, 'Md Alomgir', '123456534352452414314', 'Alomgirn575@gmail.com', 'Dhaka', '০১৮৭০০২৬৮৯৮', NULL, NULL, '$2y$10$Mor6O5W.0oFIkOyvGyC82uFMrDKtdO139u2oBKAf8we3ZJ5mMjRvK', NULL, 2, 'user', '1', '2023-08-26 14:50:35', '2023-08-26 14:50:35'),
(00000000000000001355, 15, 'Nahid Noor', '123456534352452414314', 'Nahidhuyan@gmail.com', 'Dhaka', '01815319185', NULL, NULL, '$2y$10$LmjAVOOjqlyX6d9vuOndL.ru2H/igthMnH1W8MrPg1aFzMtiCeiSW', NULL, 2, 'user', '1', '2023-08-26 14:51:55', '2023-08-26 14:51:55'),
(00000000000000001356, 15, 'Sheikh Abdul Shohid', '123456534352452414314', 'Sheikhn575@gmail.com', 'shylet', '01716959633', NULL, NULL, '$2y$10$Net4r6Aa3QOHQqe5NeoRg..PzidvjmeRYlygtdyD7enOVa.2aa1.a', NULL, 2, 'user', '1', '2023-08-26 14:53:18', '2023-08-26 14:53:18'),
(00000000000000001357, 15, 'Reazul Islam', '123456534352452414314', 'Reazul575@gmail.com', 'Dhaka', '01913468991', NULL, NULL, '$2y$10$cq90nLPzTsIWJBMZBwu1Le/A7GNeXWwU4xmIUNbC2EDPMQuIFMrey', NULL, 2, 'user', '1', '2023-08-26 14:55:32', '2023-08-26 14:55:32'),
(00000000000000001358, 15, 'Jahid Hasan', '123456534352452414314', 'juthiafrin575@gmail.com', 'Dhaka', '০১৬১১-৫৪২২৬', NULL, NULL, '$2y$10$dsTgxGl8ewMMcYuwA2qeBulbdyD6wqisSbHTED0HdWDG0TBVtzD72', NULL, 2, 'user', '1', '2023-08-26 14:57:27', '2023-08-26 14:57:27'),
(00000000000000001359, 15, 'Mustaque Ahmed', '123456534352452414314', 'Mustaquean@gmail.com', 'Dhaka', '01711960269', NULL, NULL, '$2y$10$3DnOCsgLMze.u.nmgTdHd.Qir21BEFXMVUqmyY6eKXEiy7UZ/5yee', NULL, 2, 'user', '1', '2023-08-26 14:58:31', '2023-08-26 14:58:31'),
(00000000000000001360, 15, 'Km Masum', '123456534352452414314', 'Masumn575@gmail.com', 'savar', '01708666664', NULL, NULL, '$2y$10$7pFXATNyN0GdXmSjzxodbeHmNehha88OPlDc34nOM18lNdjqYlCAC', NULL, 2, 'user', '1', '2023-08-26 15:02:04', '2023-08-26 15:02:04'),
(00000000000000001361, NULL, 'Mushfique Ahmed Samit', 'N/A', 'mushfique75@mygpsbd.net', 'Shoinik Club', '01725518575', NULL, NULL, '$2y$10$OmQv/Vh49pZk9ZEE5MfXg.SU9BCgkSYkM6KL9S9iTw6GjjPjjOXVy', NULL, 2, 'user', '1', '2023-08-28 11:11:57', '2023-08-28 11:11:57'),
(00000000000000001363, NULL, 'Boshir Uddin(Zoom cargo services. )', 'N/A', 'zoomcs84@gmail.com', 'karwan bazar,wasa office er pase', '01715693711', '01615693711', NULL, '$2y$10$XQTeDyvABdcN8ETfiTFx2.TvkdY.kAe/ujGdk9fB.cYkoyiioCBKC', NULL, 2, 'user', '2', '2023-08-28 16:05:10', '2023-08-28 16:05:10'),
(00000000000000001364, NULL, 'Nur alom sorker', 'N/A', 'nuralom69@mygpsbd.net', 'Dhaka', '01711460169', NULL, NULL, '$2y$10$j5zbDw7ZPev9Z3VYRxTOIeJKoiizvnlU4p7Ws0jieFHD7W1PhNUBa', NULL, 2, 'user', '1', '2023-08-28 16:29:25', '2023-08-28 16:29:25'),
(00000000000000001366, NULL, 'Mahobub', 'N/A', 'mahobub96@mygpsbd.net', 'Dhaka', '01758928396', NULL, NULL, '$2y$10$f21P.3AHor9yj5q.75s.SO6b8LvYDM/1vLlHdiXH18wc6yzumJCwi', NULL, 2, 'user', '1', '2023-08-29 13:29:15', '2023-08-29 13:29:15'),
(00000000000000001368, 14, 'Meraz Islam', '123456534352452414314', 'Merazhuyan@gmail.com', 'dhaka', '০১৭১১১১৫১৮২', NULL, NULL, '$2y$10$qxo9b4R9CvWYsjZKHd9YaOodJ66TmiCdweQw/6F/BjkT2sEecWa/y', NULL, 2, 'user', '1', '2023-08-30 10:42:30', '2023-08-30 10:42:30'),
(00000000000000001369, 14, 'MD Monir Hossain', '123456534352452414314', 'Monirhuyan@gmail.com', 'shylet', '01761736488', NULL, NULL, '$2y$10$p0xH9haqF73bESugp26jTO1ZBXc5mVwbeFXFvnT5AkAvMaoGgCFzC', NULL, 2, 'user', '1', '2023-08-30 10:44:06', '2023-08-30 10:44:06');
INSERT INTO `users` (`id`, `lebel_id`, `name`, `nid`, `email`, `address`, `phone`, `alter_phone`, `email_verified_at`, `password`, `remember_token`, `role`, `type`, `user_type`, `created_at`, `updated_at`) VALUES
(00000000000000001370, 14, 'nurul abrar', '123456534352452414314', 'nuruluyan@gmail.com', 'green road, 52/2,green corner', '01730797562', NULL, NULL, '$2y$10$ivJtYF/G/Driilen9KmvU.SRA7yfGSD.57865f5fA878VIPgEvZ0e', NULL, 2, 'user', '1', '2023-08-30 10:45:41', '2023-08-30 10:45:41'),
(00000000000000001371, 14, 'Mahfuzur Rahman', '123456534352452414314', 'Mahfuzurn@gmail.com', 'mohammodpur', '01730047661', NULL, NULL, '$2y$10$hcbig.isr1uIYKNhYPa48emRqp8W9fcwhoVVZbT4F3U16lzdtA2vS', NULL, 2, 'user', '1', '2023-08-30 10:48:43', '2023-08-30 10:48:43'),
(00000000000000001372, 14, 'Rawful Alom', '123456534352452414314', 'Rawfuln@gmail.com', 'pabna', '০১৮১৪৫৫০০৫৬', NULL, NULL, '$2y$10$Vrc5gLN.q5bAnlPtkqrY4.YmCMpeQ77.vUUZBIOKGVQ.0NwrPm37O', NULL, 2, 'user', '1', '2023-08-30 10:50:21', '2023-08-30 10:50:21'),
(00000000000000001373, 14, 'Fardous Alam', '123456534352452414314', 'Fardous@gmail.com', 'ecb jottor', '01720803018', NULL, NULL, '$2y$10$z1xrR0j36xDRkegt26Igd.iTZepeDWn0MPTmncvcOiH1gY6Yao.sK', NULL, 2, 'user', '1', '2023-08-30 10:51:45', '2023-08-30 10:51:45'),
(00000000000000001374, 14, 'Mohammad Khairul Alam', '123456534352452414314', 'Mohammad@gmail.com', 'police plaza', '01914602784', NULL, NULL, '$2y$10$QO4nEE5mKkLUddF0aVjtB.tFJzVRFq7Mwe19364j0heVbC16BsA0q', NULL, 2, 'user', '1', '2023-08-30 10:53:15', '2023-08-30 10:53:15'),
(00000000000000001375, 14, 'Sandy Spring', '123456534352452414314', 'Sandyn@gmail.com', 'mohammodpur', '01677837792', NULL, NULL, '$2y$10$K6yxPDKxkXVr2KWlwV/Y5O/7XuP/5lO6nuufB622MNrLseluH56NO', NULL, 2, 'user', '1', '2023-08-30 10:54:37', '2023-08-30 10:54:37'),
(00000000000000001376, 14, 'Arif Hossain MD', '123456534352452414314', 'ArifHossai@gmail.com', 'gulshan-1', '01710600801', NULL, NULL, '$2y$10$zi0xLL10rRweszXlNAmIy.whAe2KgeuH11HlByDkpYjNIHU1uZfuC', NULL, 2, 'user', '1', '2023-08-30 10:56:21', '2023-08-30 10:56:21'),
(00000000000000001377, 14, 'Md Shahin', '123456534352452414314', 'Shahin@gmail.com', 'sarkhira', '01648236582', NULL, NULL, '$2y$10$PJ/Gtt9ByOaKnUckkRyvGulg8rlxP7GvSI2JYx/Pn9N1WAcFdCdJG', NULL, 2, 'user', '1', '2023-08-30 10:57:36', '2023-08-30 10:57:36'),
(00000000000000001378, 14, 'Shayla Moonmoon', '123456534352452414314', 'Shayla@gmail.com', 'dhaka', '01711521576', NULL, NULL, '$2y$10$p5kxQKYPZeFXkQKsE5KJtuGRqb9fgCnrAkBpkS.fW2bvGzHFyYq3S', NULL, 2, 'user', '1', '2023-08-30 10:58:58', '2023-08-30 10:58:58'),
(00000000000000001379, 14, 'Nathan Mondol', '123456534352452414314', 'Nathanan@gmail.com', 'kollanpur', '1617-448420', NULL, NULL, '$2y$10$CR1pxLjnjvaxR3iiFK3dtur8i.R7U.ZblwgRWJpRz55Hdvf9o/Ioa', NULL, 2, 'user', '1', '2023-08-30 11:00:42', '2023-08-30 11:00:42'),
(00000000000000001381, 14, 'Mohi Uddin Mohim', '123456534352452414314', 'Mohiuyan@gmail.com', 'dhaka', '01818935945', NULL, NULL, '$2y$10$DjVLFuxvoGobTqsx3WSsr.IQm0cEjubj8jkpqwvWNwGH6dw/UtCee', NULL, 2, 'user', '1', '2023-08-30 11:05:41', '2023-08-30 11:05:41'),
(00000000000000001382, 14, 'Raihan Mozid', '123456534352452414314', 'Raihanm99@gmail.com', 'dhaka', '01724220522', NULL, NULL, '$2y$10$hwl8/N09tD0mG/ivf0u84.3FTn2HRIJS96VYXuNGnK1G3o1i6uWeK', NULL, 2, 'user', '1', '2023-08-30 11:13:58', '2023-08-30 11:13:58'),
(00000000000000001383, 14, 'Ador Khandaker', '123456534352452414314', 'Khandaker@gmail.com', 'dhaka', '01713901693', NULL, NULL, '$2y$10$puobvioBIkYNTjXlLpvXYOEc3R0NDQs490oTnKgVYg6LsD.Z9LTtW', NULL, 2, 'user', '1', '2023-08-30 11:20:12', '2023-08-30 11:20:12'),
(00000000000000001384, 14, 'Aazizul Hassan Tanshi', '123456534352452414314', 'Aazizul@gmail.com', 'dhaka', '01521516137', NULL, NULL, '$2y$10$6TPtxzUOYTNLyjh887NxoOK/XH.RjgTnbyChAoRVvwKa0A9ThbJFO', NULL, 2, 'user', '1', '2023-08-30 11:21:44', '2023-08-30 11:21:44'),
(00000000000000001385, 14, 'Rayhan Morol', '123456534352452414314', 'Rayhanm99@gmail.com', 'dhaka', '01727010140', NULL, NULL, '$2y$10$EGZAA8zrHonhmaQS8EkcfOB46ATZHQMd3pNj6MGYaW3zeyfH7/dTW', NULL, 2, 'user', '1', '2023-08-30 11:23:17', '2023-08-30 11:23:17'),
(00000000000000001386, 14, 'Bejon Ghosh', '123456534352452414314', 'Bejon99@gmail.com', 'dhaka', '01921297511', NULL, NULL, '$2y$10$nVYfobkD1NkhRUthKpURxe.ZH53zl.bsKOx3nOrK1k3a45H19wevO', NULL, 2, 'user', '1', '2023-08-30 11:25:59', '2023-08-30 11:25:59'),
(00000000000000001387, 14, 'siddanto', '123456534352452414314', 'siddanto@gmail.com', '67 Nayamati Rd, Narayanganj', '01713315568', NULL, NULL, '$2y$10$6t/pZN6lAlHVCtzd0vIZleoKfpTqE7yOyP5MH5zuRi.zlUSoH3Dfi', NULL, 2, 'user', '1', '2023-08-30 11:43:00', '2023-08-30 11:43:00'),
(00000000000000001388, 14, 'MD. Nurnabi Ahmed', '123456534352452414314', 'urnabi99@gmail.com', 'Konakhola,Keraniganj, Dhaka.', '0১৫৭৬৫২৯১৫২', NULL, NULL, '$2y$10$t/4MJLkAHp6DIlz2sz7WFOgIJkX1XzSBP.i6y8K8OjETMCyJoTHrC', NULL, 2, 'user', '1', '2023-08-30 11:58:53', '2023-08-30 11:58:53'),
(00000000000000001389, 14, 'Maniruzzaman Palash', '123456534352452414314', 'Maniruzzaman@gmail.com', 'dhaka', '01711362498', NULL, NULL, '$2y$10$8/i22HZXqqS3ug/ZkcE6U.NjgBNd7njh5jeDgFCglrdIwFJx2C5xe', NULL, 2, 'user', '1', '2023-08-30 12:03:05', '2023-08-30 12:03:05'),
(00000000000000001390, 14, 'Romiz Bin Barek', '123456534352452414314', 'Romiz@gmail.com', 'dhaka', '01710296512', NULL, NULL, '$2y$10$tLtYvOUDMpvMwbQJCvCwJOOQmfmUqa5KXosbpMCg1A.oEdwfWs4dm', NULL, 2, 'user', '1', '2023-08-30 12:08:47', '2023-08-30 12:08:47'),
(00000000000000001391, 14, 'Md Hasanuzzaman Hasan', '123456534352452414314', 'Hasanuzzaman@gmail.com', 'dhaka', '01726959577', NULL, NULL, '$2y$10$FLbRyPu.aEu9yai1UeHt/OgIr7AVhHqrEgJv6icuOFEQvvhrNk8fe', NULL, 2, 'user', '1', '2023-08-30 12:10:35', '2023-08-30 12:10:35'),
(00000000000000001392, 14, 'Faisal Amin', '123456534352452414314', 'Faisal@gmail.com', 'CTG', '01853094914', NULL, NULL, '$2y$10$SAvsfY2H/ZceqmAfOWlJYONPZJtfOt8A8LjxK6NvQLPwqIjWViDrC', NULL, 2, 'user', '1', '2023-08-30 12:11:50', '2023-08-30 12:11:50'),
(00000000000000001393, 14, 'shihab uddin', '123456534352452414314', 'shihab@gmail.com', 'H-458, R-17, B-G,bosudhara abasik', '01730792174', NULL, NULL, '$2y$10$b9zirUK1hGyZ8XIz/S.tNuQqVpLEEbS.HePhxAP06MeZtZX5yNqja', NULL, 2, 'user', '1', '2023-08-30 12:13:53', '2023-08-30 12:13:53'),
(00000000000000001394, NULL, 'Md. Rakib Hossen Sany', NULL, 'sany123@mygpsbd.net', 'Dhaka', '01926988405', NULL, NULL, '$2y$10$Uizry1pvZGPqsw9LBzgE3OkMNnhrXT8qognzyJLC.wfPlmzORn632', NULL, 2, 'user', '1', '2023-08-30 12:18:37', '2023-08-30 12:18:37'),
(00000000000000001395, 14, 'Kawsar Alam', '123456534352452414314', 'Kawsarn@gmail.com', 'CTG', '01742555455', NULL, NULL, '$2y$10$wuNVrkAjQdahZPvRe6ZTAueo3Z9cXi4PU1xNt1lzVdbDVQLuwVHdm', NULL, 2, 'user', '1', '2023-08-30 12:32:37', '2023-08-30 12:32:37'),
(00000000000000001396, 14, 'Adnan Bhuiyan', '123456534352452414314', 'Adnan@gmail.com', 'CTG', '01768777772', NULL, NULL, '$2y$10$JttbxO6tfdFxgQ.iO/yNv.LQrnNY7qOpOb7FbziRlYKAQV12BnvUC', NULL, 2, 'user', '1', '2023-08-30 12:33:37', '2023-08-30 12:33:37'),
(00000000000000001397, 14, 'Md Ismail Hasan', '123456534352452414314', 'Ismail@gmail.com', 'dhaka', '01841027342', NULL, NULL, '$2y$10$dHyg.Oe8Cc5jlL5IiNiuuexaLrlq7XFi74h326y.pVDkq.nBbhMoC', NULL, 2, 'user', '1', '2023-08-30 12:34:58', '2023-08-30 12:34:58'),
(00000000000000001398, 14, 'Imran Tazu', '123456534352452414314', 'Imran99@gmail.com', 'dhaka', '01720597966', NULL, NULL, '$2y$10$43Dwb.OtQzq/c6Z.zmhq8e16po0ew1naLbQeL/M83BbO5bbRPGHhS', NULL, 2, 'user', '1', '2023-08-30 12:36:59', '2023-08-30 12:36:59'),
(00000000000000001399, 14, 'Tarek Aziz Hridoy', '123456534352452414314', 'Tarek@gmail.com', '60 fit, mirpur-2', '01942212886', NULL, NULL, '$2y$10$9.sOwmpPCQ3Jj7Yon9Zr.u6KMk/I24ws5aiyVfnsh4z432FUWzbda', NULL, 2, 'user', '1', '2023-08-30 12:39:12', '2023-08-30 12:39:12'),
(00000000000000001400, 14, 'MD Mohiuddin Hassan', '123456534352452414314', 'Mohiuddin99@gmail.com', 'dhaka', '01714030034', NULL, NULL, '$2y$10$aW/5nc9Zt8B6zmYPF5z2nuN8neG79O2BpVIbmSi0Fl6.650lqV4ku', NULL, 2, 'user', '1', '2023-08-30 12:45:36', '2023-08-30 12:45:36'),
(00000000000000001401, 14, 'Tuhin Saha', '123456534352452414314', 'Tuhin99@gmail.com', 'CTG', '01730006200', NULL, NULL, '$2y$10$bUzCjr2u4tpAtGHeYGZwlekjoNZbIw0YaYbko7iniplWrjZpq4Nbm', NULL, 2, 'user', '1', '2023-08-30 12:54:53', '2023-08-30 12:54:53'),
(00000000000000001402, 14, 'Abdul Alim', '123456534352452414314', 'Abdul@gmail.com', 'kustiya', '01711732546', NULL, NULL, '$2y$10$zCXG.YlHEFn3xv7wzg24KubnhNbAotO72g66pdyETErmNdV.jFvei', NULL, 2, 'user', '1', '2023-08-30 13:01:29', '2023-08-30 13:01:29'),
(00000000000000001403, 14, 'Shakil Mazumder', '123456534352452414314', 'Shakil@gmail.com', 'dhaka', '01319327574', NULL, NULL, '$2y$10$suF9HvmdOwb2Ijs5U5mLqOWrEkM9pACvwZdwYxSi7Y.lHusPOooXu', NULL, 2, 'user', '1', '2023-08-30 13:04:00', '2023-08-30 13:04:00'),
(00000000000000001404, 14, 'Muntasir Arafat', '123456534352452414314', 'Muntasir99@gmail.com', 'dhaka', '01778037761', NULL, NULL, '$2y$10$IKWkCGTu/jl5Mhrx8HdnJucO7LmKVGOQoA0R3YXzsjFviH18Z.Dty', NULL, 2, 'user', '1', '2023-08-30 13:05:12', '2023-08-30 13:05:12'),
(00000000000000001405, 14, 'Md Nur Alom', '123456534352452414314', 'Nur99@gmail.com', 'dinajpur', '01788907545', NULL, NULL, '$2y$10$U..OXuKxtGJ84wTlotE/TuBxOfRtRm.bO5KtSt52NiB7s8981uIRi', NULL, 2, 'user', '1', '2023-08-30 13:06:27', '2023-08-30 13:06:27'),
(00000000000000001406, 14, 'Md Abir Khan', '123456534352452414314', 'Abir@gmail.com', 'pirojpur', '01833755591', NULL, NULL, '$2y$10$e3Ij4nFtRAxnO2Y9FhUHoerPsGnOCWeG26wCf51ZqjA03vZnJbiCS', NULL, 2, 'user', '1', '2023-08-30 13:07:56', '2023-08-30 13:07:56'),
(00000000000000001407, 14, 'Sufian Raji', '123456534352452414314', 'Sufian@gmail.com', 'dhaka', '01708149531', NULL, NULL, '$2y$10$cDnXYscnUPzuG0SYI3uRtOPo7C/LnZzc1MYVofEktPXOhGJuylYMi', NULL, 2, 'user', '1', '2023-08-30 13:09:59', '2023-08-30 13:09:59'),
(00000000000000001408, 14, 'Moniruzzaman Monir', '123456534352452414314', 'Moniruzzaman@gmail.com', 'ctg road, mouchak', '০১৭১২২১২২৬৪', NULL, NULL, '$2y$10$/7lp4W9XzX66P8y5nq/7a.N8E.H6/sSe5ll7fqa240apYw4j67PIq', NULL, 2, 'user', '1', '2023-08-30 13:11:01', '2023-08-30 13:11:01'),
(00000000000000001409, 14, 'عباس الدين', '123456534352452414314', 'sibbirbhuyan@gmail.com', 'coxbazar', '01881033444', NULL, NULL, '$2y$10$6pfwmfM07A39Oe4Egn3XBeW7l8N93JEh0..5874ALT9c.RRlFxyNq', NULL, 2, 'user', '1', '2023-08-30 13:12:11', '2023-08-30 13:12:11'),
(00000000000000001410, 14, 'Moon Travels', '123456534352452414314', 'Moonn@gmail.com', 'kakrail', '01717298235', NULL, NULL, '$2y$10$01N3HpE1ze0DZ2gt6fA5qubq5aubUE0wus0tkHMiBuV0TRG2Ro3rS', NULL, 2, 'user', '1', '2023-08-30 13:13:35', '2023-08-30 13:13:35'),
(00000000000000001411, 14, 'Tanmoy Deb Roy', '123456534352452414314', 'Tanmoy@gmail.com', 'shylet', '01712868983', NULL, NULL, '$2y$10$YAbrZW..wc8WnFceJLOAg.W8z2ba9oAJTNpZP2bVQvOGLivm5E43W', NULL, 2, 'user', '1', '2023-08-30 13:14:53', '2023-08-30 13:14:53'),
(00000000000000001412, 14, 'Ashraf Us Salehin Arzoo', '123456534352452414314', 'Ashraf@gmail.com', 'mohammodpur,', '01718533664', NULL, NULL, '$2y$10$La07oAr87BNQdHv2gPXXK.Z7FDGf82zxE8EKJX6u/TxLrPsDEuPVG', NULL, 2, 'user', '1', '2023-08-30 13:16:02', '2023-08-30 13:16:02'),
(00000000000000001413, 14, 'S M A Basit', '123456534352452414314', 'Basitn@gmail.com', 'shylet', '01728828584', NULL, NULL, '$2y$10$U9UW70hqUG2419WqDtR5wezpcccsbk56t2t4z6TorlLj6M5zAYNv2', NULL, 2, 'user', '1', '2023-08-30 13:17:20', '2023-08-30 13:17:20'),
(00000000000000001414, 14, 'Sikder Hasan', '123456534352452414314', 'Sikder99@gmail.com', 'dhaka', '01718071925', NULL, NULL, '$2y$10$BQz9b/wV99/yubdFaFKWzOmgC2KmmBO7b3iQi/DkxU//StsKakF3K', NULL, 2, 'user', '1', '2023-08-30 13:18:32', '2023-08-30 13:18:32'),
(00000000000000001415, 14, 'Mithun Chowdory', '123456534352452414314', 'Mithun@gmail.com', 'mymenshing', '01712007747', NULL, NULL, '$2y$10$.PW3FBkaYyQUFsROWfAN2.ZR71A15z4QKwQXREt8rE/xQyRc5lHjW', NULL, 2, 'user', '1', '2023-08-30 13:19:38', '2023-08-30 13:19:38'),
(00000000000000001416, 14, 'কৃষিবিদ আল-আমিন', '123456534352452414314', 'sibbirbhuyan@gmail.com', 'dhaka', '01856482275', NULL, NULL, '$2y$10$9PCtl.iVo1fJc8g9Nh7iBejK4r2Qg5bn893QWLLlhR9QzMUmN8muS', NULL, 2, 'user', '1', '2023-08-30 13:21:19', '2023-08-30 13:21:19'),
(00000000000000001417, 14, 'BM Asraf', '123456534352452414314', 'Asraf@gmail.com', 'shoriyothpur', '01999890909', NULL, NULL, '$2y$10$yUg2689gI3L0XuUdE2Z8DO4JBHSLKqArZL/cfURxv7hNBkHlFB8T6', NULL, 2, 'user', '1', '2023-08-30 13:24:26', '2023-08-30 13:24:26'),
(00000000000000001418, 14, 'Afzal Mahfuzullah', '123456534352452414314', 'Mahfuzullah@gmail.com', 'dhaka', '01324404694', NULL, NULL, '$2y$10$Flt.s3q49VIrrQJis2Vru.pgsoc14r/C4SIpM6p4cIA.4Buu1TzbK', NULL, 2, 'user', '1', '2023-08-30 13:29:19', '2023-08-30 13:29:19'),
(00000000000000001419, 14, 'Shadat Hossain Emon', '123456534352452414314', 'Shadat99@gmail.com', 'lalbag', '01626008650', NULL, NULL, '$2y$10$80XVmyCT.U1ughwOHryM7.CnLD0e29KC7JiEvdud9Zja8Fmr8Tf1.', NULL, 2, 'user', '1', '2023-08-30 13:31:24', '2023-08-30 13:31:24'),
(00000000000000001420, 14, 'Hossain Babul', '123456534352452414314', 'Hossain@gmail.com', 'motijhel', '01970004433', NULL, NULL, '$2y$10$fHWbNST2.rsmzWw9bIRIb.Bapdla9h.n8Ga8rbu5gKMpWldgiPT/6', NULL, 2, 'user', '1', '2023-08-30 13:32:44', '2023-08-30 13:32:44'),
(00000000000000001421, 14, 'Md Jasim Uddin Faruk', '123456534352452414314', 'Jasim@gmail.com', 'dhaka', '01811291503', NULL, NULL, '$2y$10$.bOUBnmkmlvJ/4N.qHUECOm9uQgJbLJv4J52rxGH37NSBdUH/kqNG', NULL, 2, 'user', '1', '2023-08-30 13:34:23', '2023-08-30 13:34:23'),
(00000000000000001422, 14, 'Nur Islam', '123456534352452414314', 'Islam99@gmail.com', 'manikgonj', '01729434156', NULL, NULL, '$2y$10$O/UYoRvrfQTIcwNnkDyeSuez7P/m/uj9VrmWPcVrPHA3.hLV1Xm9e', NULL, 2, 'user', '1', '2023-08-30 14:01:48', '2023-08-30 14:01:48'),
(00000000000000001423, 14, 'Ziaul Islam Ziaul Islam', '123456534352452414314', 'Ziauln@gmail.com', 'simultoli, gazipur', '01930187772', NULL, NULL, '$2y$10$SuYtRTuV.JcDw.DZv4gHMuAq82KXL6qzFQF6kk0OUQNThDHsjwHZW', NULL, 2, 'user', '1', '2023-08-30 14:04:18', '2023-08-30 14:05:53'),
(00000000000000001424, 14, 'Jabir Ahamed', '123456534352452414314', 'Jabir@gmail.com', 'gubalgonj', '01729579364', NULL, NULL, '$2y$10$S3s.ax1Gg0U3JZuIklX3P.dnh0sMqHUJWx2RyuE/XzodpXX1D09Du', NULL, 2, 'user', '1', '2023-08-30 16:13:17', '2023-08-30 16:13:17'),
(00000000000000001425, 14, 'Jisan Islam', '123456534352452414314', 'Jisan@gmail.com', 'bishal', '01853265565', NULL, NULL, '$2y$10$rIzUFhTQpVeLptpepUvFneY2WlKlVrxy755aFLjC04VqTjHt6z9Ou', NULL, 2, 'user', '1', '2023-08-30 16:14:54', '2023-08-30 16:14:54'),
(00000000000000001426, 14, 'Mohammed Sharif', '123456534352452414314', 'Mohammed@gmail.com', 'bangla motor,', '01918993021', NULL, NULL, '$2y$10$w6APVB4tc1AuxPnnj0HTYuOzOZA7rtdEUX82Ul7QStjGjRVn0C1Rm', NULL, 2, 'user', '1', '2023-08-30 16:16:24', '2023-08-30 16:16:24'),
(00000000000000001427, 14, 'Shahid Hasan', '123456534352452414314', 'Shahid@gmail.com', 'dhaka', '01713508492', NULL, NULL, '$2y$10$iAFu3ybws1mZaxIhni5sJerjbex4wtyaBV.oDyrRG4qfROE8D7gMq', NULL, 2, 'user', '1', '2023-08-30 16:17:39', '2023-08-30 16:17:39'),
(00000000000000001428, 14, 'Human Haller', '123456534352452414314', 'Human@gmail.com', 'CTG', '01675468585', NULL, NULL, '$2y$10$onSqwcCwci3RHZiMNEruGOK1gh1VXSnvVf0yR3UJmxzM200SPXldO', NULL, 2, 'user', '1', '2023-08-30 16:18:48', '2023-08-30 16:18:48'),
(00000000000000001429, 14, 'বিপু দাদা ভাই', '123456534352452414314', 'sibbirbhuyan@gmail.com', 'rampura', '01711002690', NULL, NULL, '$2y$10$94uy5X6pCpOjbBmlaLfRnexpUZMBCR8tpGQGRkj7ayxB8iKXgGxmm', NULL, 2, 'user', '1', '2023-08-30 16:20:06', '2023-08-30 16:20:06'),
(00000000000000001430, 14, 'Mahabub Alom', '123456534352452414314', 'Mahabub@gmail.com', 'rongpur', '01787670330', NULL, NULL, '$2y$10$nkJD6lnCBKlG.gRTEZHQBu7W6JU/QvmJe3ZhJIvl/I0WQXgzoteKq', NULL, 2, 'user', '1', '2023-08-30 16:22:17', '2023-08-30 16:22:17'),
(00000000000000001431, 14, 'Md Yousuf', '123456534352452414314', 'Yousuf@gmail.com', 'CTG', '01828714242', NULL, NULL, '$2y$10$aMseS7fxbmqM6/nuREzvyerX8w2QQPQiMhJ1q/6KgDeoTMR74vESK', NULL, 2, 'user', '1', '2023-08-30 16:23:53', '2023-08-30 16:23:53'),
(00000000000000001432, 14, 'Nurul Alam', '123456534352452414314', 'Nurul@gmail.com', 'dhaka', '01815824577', NULL, NULL, '$2y$10$fPCi4NEK/RvPi/TX/E2cTO4eeUPQYVV8mcxCA4WM9gnwDPtUum69C', NULL, 2, 'user', '1', '2023-08-30 16:26:09', '2023-08-30 16:26:09'),
(00000000000000001433, 14, 'Azom Khan', '123456534352452414314', 'Azom@gmail.com', 'dhaka', '01621898878', NULL, NULL, '$2y$10$ay2TLuFNZYt1tFDLk2pGG.MWeHuwP2iCD/GY3ET0w5v7n5KUl/aiu', NULL, 2, 'user', '1', '2023-08-30 16:33:11', '2023-08-30 16:33:11'),
(00000000000000001434, 14, 'আশরাফুল আলম', '123456534352452414314', 'Yousuf@gmail.com', 'dhaka', '01737274080', NULL, NULL, '$2y$10$LtuGY1gF06SjLUpGk8oHquEIXXXYu8Alo9ITte8BxelOa4BZDonEu', NULL, 2, 'user', '1', '2023-08-30 16:47:52', '2023-08-30 16:47:52'),
(00000000000000001435, 14, 'Md Rakib Khan Jony', '123456534352452414314', 'Rakib@gmail.com', 'dhaka', '01401602808', NULL, NULL, '$2y$10$qFZVYppqKs0wd0A9DbyvbOLt5eFvyR3U1gpWRXZWtLzJz6Yb9rmoi', NULL, 2, 'user', '1', '2023-08-30 16:53:44', '2023-08-30 16:53:44'),
(00000000000000001436, 14, 'Ahmed Emran Farabi', '123456534352452414314', 'AhmedEmrann@gmail.com', 'uttora', '01934996269', NULL, NULL, '$2y$10$8E2VaESNcw2qpPhkJKVu0.UHAUH1A3epB1Ow4wBFp2qACyPyAsLq6', NULL, 2, 'user', '1', '2023-08-30 16:57:12', '2023-08-30 16:57:12'),
(00000000000000001437, 14, 'MD Abdul Gofur Biplob', '123456534352452414314', 'Abdul@gmail.com', 'dhaka', '01745911448', NULL, NULL, '$2y$10$eyg/n.fejN4BCaWx97CPqeM2O1FrCmxnoviSWuVLScUeC2U29l9cq', NULL, 2, 'user', '1', '2023-08-30 16:58:15', '2023-08-30 16:58:15'),
(00000000000000001438, 14, 'MD Samiul Hossain Emon', '123456534352452414314', 'Samiul@gmail.com', 'dhaka', '01739373631', NULL, NULL, '$2y$10$0kUCxIaxu94KBzCTLcMU.OjKIz22xewomq1t4Xsp79CHoB2xnr7uu', NULL, 2, 'user', '1', '2023-08-30 16:59:31', '2023-08-30 16:59:31'),
(00000000000000001439, 14, 'Abu Bakar Siddique(bitSoft Bangladesh Ltd)', '123456534352452414314', 'Siddique@gmail.com', 'dhaka', '01717006925', NULL, NULL, '$2y$10$.nSRFWXNGambtTe94Prjyu6mIiLpOwlE6X7bxpZxaL5nRUhjnARgW', NULL, 2, 'user', '1', '2023-08-30 17:00:59', '2023-08-30 17:00:59'),
(00000000000000001440, 14, 'তরমুজ আলি', '123456534352452414314', 'sibbirbhuyan@gmail.com', 'dhaka', '01760068644', NULL, NULL, '$2y$10$QTRejSGPFx/gA1kE5ji9gOmNst76ZJtBjtGMx7uv6OYNZQ1gYXPum', NULL, 2, 'user', '1', '2023-08-30 17:01:59', '2023-08-30 17:01:59'),
(00000000000000001441, 14, 'Md Shamim Ul Reza', '123456534352452414314', 'Shamim@gmail.com', 'mirpur-13', '01711434865', NULL, NULL, '$2y$10$/vrc85l0l7lhuEmE/b8RUuNPvrRgOfzJlYtfGNoPCS7xaTO4/mcUO', NULL, 2, 'user', '1', '2023-08-30 17:03:27', '2023-08-30 17:03:27'),
(00000000000000001442, 14, 'Ru Mel', '123456534352452414314', 'RuMen@gmail.com', 'dhaka', '01683878784', NULL, NULL, '$2y$10$smsQ9Lwt0X3S0dENTyruguzWCaO0gCnI5uSj2CMre8KeJau1LJ3BC', NULL, 2, 'user', '1', '2023-08-30 17:07:28', '2023-08-30 17:07:28'),
(00000000000000001443, 14, 'Md Yuosuf Manik', '123456534352452414314', 'Yuosuf@gmail.com', 'dhaka', '01618397331', NULL, NULL, '$2y$10$baY6terrzjKmAmHXmNVNnuNp0fNKgAq9BEGWPz0UQgIQL8a8NwVly', NULL, 2, 'user', '1', '2023-08-30 17:08:34', '2023-08-30 17:08:34'),
(00000000000000001444, 14, 'Mohammad Zohirul Islam', '123456534352452414314', 'Mohammad@gmail.com', 'dhaka', '01610766612', NULL, NULL, '$2y$10$N.hkisJ5aznLZhPyR5ImJOnwNdx45rShl.pSW5Sr7YYKrREwlTMzO', NULL, 2, 'user', '1', '2023-08-30 17:11:16', '2023-08-30 17:11:16'),
(00000000000000001445, 14, 'Prince Khan', '123456534352452414314', 'Prince@gmail.com', 'mirpur-10', '01711635596', NULL, NULL, '$2y$10$VQhCBaar8LX4UKgIVG9eEutXyooUVGuHo5gFuro3w1VY14LcjtG4G', NULL, 2, 'user', '1', '2023-08-30 17:14:19', '2023-08-30 17:14:19'),
(00000000000000001446, 14, 'Asraful Islam', '123456534352452414314', 'Asraful@gmail.com', 'uttora', '01959920379', NULL, NULL, '$2y$10$dXpitQeuyL9Jq1cxkQU9ZeSPczoiyzVnwHAQ.L4rw5bmYNr6caDb.', NULL, 2, 'user', '1', '2023-08-30 17:16:15', '2023-08-30 17:16:15'),
(00000000000000001447, 14, 'Rasel Chowdhury', '123456534352452414314', 'Rasel@gmail.com', 'dhaka', '01999995386', NULL, NULL, '$2y$10$56y4YtPc.VzmpaosTkwhl.4YrBFhWZYYW.dv7az8V63sJq.dJzKAu', NULL, 2, 'user', '1', '2023-08-30 17:17:32', '2023-08-30 17:17:32'),
(00000000000000001448, NULL, 'Mainur Rahman', 'N/A', 'rumidu60@gmail.com', 'house - 30, Flat - 3/1402, Eastern Peace Apartments, peer Saheb Goli, shantinagar. Dhaka', '01787678774', NULL, NULL, '$2y$10$r7ka2If6I2baOWdEODIk9u1o2AszXqBA4aILFQAuqx/msJWENNhF.', NULL, 2, 'user', '1', '2023-08-30 17:17:45', '2023-08-30 17:17:45'),
(00000000000000001449, 14, 'Md Saiful Islam', '123456534352452414314', 'Saiful@gmail.com', 'kollanpur', '01766409819', NULL, NULL, '$2y$10$d6890KdlUyqGfgee16.wvezEXLizRPOxdsLTaNrBUeQD45OWCuryq', NULL, 2, 'user', '1', '2023-08-30 17:18:46', '2023-08-30 17:18:46'),
(00000000000000001450, 14, 'MD FH Forhad', '123456534352452414314', '1815049475@gmail.com', 'dhaka', '01815049475', NULL, NULL, '$2y$10$0zXcncDs.xAK6rCp4/rSTuQA6nLGH2UzWlwPppKGDwf3Ek8SbANAu', NULL, 2, 'user', '1', '2023-08-30 17:21:22', '2023-08-30 17:21:22'),
(00000000000000001451, NULL, 'LT COL TARANA TASLIMA TITHI', 'N/A', 'drtaranaamc@gmail.com', 'Rangpur', '01711009383', NULL, NULL, '$2y$10$xBVuXlETFf5qhiX9/IhVj.kzS65QC275/UWt3SEQcx6G5CdotBn/u', NULL, 2, 'user', '1', '2023-08-30 17:21:49', '2023-08-30 17:21:49'),
(00000000000000001452, 14, 'Sk Tanvir', '123456534352452414314', 'Tanvir@gmail.com', 'bank town', '01880372107', NULL, NULL, '$2y$10$bvCDp4t7X06yFGSh1NKQbO9wlVpXL0GRjVJgbgnECjbgvzNKr2x2O', NULL, 2, 'user', '1', '2023-08-30 17:23:17', '2023-08-30 17:23:17'),
(00000000000000001454, NULL, 'MD. Billal Hossain', NULL, 'billal61@mygpsbd.net', NULL, '01972980161', NULL, NULL, '$2y$10$JpBYsvYzSUKbD7BkySdZ7uewxKQbXbgYLDkcPpu3UBYUrFmyFg3r6', NULL, 2, 'user', NULL, '2023-08-30 17:24:37', '2023-08-30 17:24:37'),
(00000000000000001455, 14, 'muazuddingroup ref', '123456534352452414314', 'muazuddingroup@gmail.com', 'uttora', '01728509475', NULL, NULL, '$2y$10$C9zFGq8Wu3H2pcp.ULOFzugwLiBB8VWo39sdTg3Zoy8eLtKm9AhgK', NULL, 2, 'user', '1', '2023-08-30 17:26:13', '2023-08-30 17:26:13'),
(00000000000000001456, NULL, 'Md. Abir Tazim Chowdhury', 'N/A', 'abirtazimchowdhury1988@gmail.com', 'bosundhara, ever care hostpital', '01718123463', NULL, NULL, '$2y$10$7qmpvRu.wX1NGtCN2Emaf.NNJ89FNKH/pbxSEZAD0bHAB9M5hwvPC', NULL, 2, 'user', '1', '2023-08-31 10:45:56', '2023-08-31 10:45:56'),
(00000000000000001457, 14, 'Nazim uddin', '123456534352452414314', 'Nazim@gmail.com', 'shylet', '01712621189', NULL, NULL, '$2y$10$9BBUK0bRw5Ixp7HpMRjJeeyrGONJ07egpjPz6CVulWkCODuz0xaTK', NULL, 2, 'user', '1', '2023-08-31 10:59:23', '2023-08-31 10:59:23'),
(00000000000000001458, 14, 'Mohammad', NULL, 'sibbirbhuyan@gmail.com', 'nuakhali', '01745197371', NULL, NULL, '$2y$10$r2tSz7kikTAvtUWXKBVrLOIe1JmbSc3Y9Vaoh9Me8ZAhIs9dzG9QS', NULL, 2, 'user', '1', '2023-08-31 11:06:16', '2023-08-31 11:06:16'),
(00000000000000001459, 14, 'Samar saha', '123456534352452414314', 'Samar@gmail.com', 'shoriyotpur', '01912732215', NULL, NULL, '$2y$10$ufwIWburYEZGZcJWXRsTrOnYgESSnjIAB9A.vNd2m8i5caLF.Rb1O', NULL, 2, 'user', '1', '2023-08-31 11:25:48', '2023-08-31 11:25:48'),
(00000000000000001460, 14, 'Sohag', '123456534352452414314', 'Sohag@gmail.com', 'dhaka', '01711415025', NULL, NULL, '$2y$10$rvo9GQyrmvq2rZs9aEYxvud6IwQSkH.Kdw6CtcT.ErmGG5EKYi3q.', NULL, 2, 'user', '1', '2023-08-31 11:30:55', '2023-08-31 11:30:55'),
(00000000000000001461, 14, 'Rafiqul Islam', '123456534352452414314', 'Rafiqul@gmail.com', 'nikunjo-2', '01827461864', NULL, NULL, '$2y$10$4ufmiJc9WaVkXxMFEogwgeqGs3pcALYdNV1mtB.m9Jp0Yl8NL6BTu', NULL, 2, 'user', '1', '2023-08-31 11:32:05', '2023-08-31 11:32:05'),
(00000000000000001462, 14, 'Mafi ullah', '123456534352452414314', 'Mafiullah@gmail.com', 'dhaka', '01675121733', NULL, NULL, '$2y$10$1iwtrlvKgcgbeDM.332ZfuybGDIgG5HKnali2VJU4LN8SelRIJPeW', NULL, 2, 'user', '1', '2023-08-31 11:33:43', '2023-08-31 11:33:43'),
(00000000000000001463, 14, 'Hasan Bhuiyan', '123456534352452414314', 'Hasan@gmail.com', 'r-5, h-6,dhanmondi, labeid pasei', '01302257133', NULL, NULL, '$2y$10$OWjXlu1pgu4QZldqjDxUK.LznO/0ogI7gAOJuOcohH7giImfx93T6', NULL, 2, 'user', '1', '2023-08-31 11:34:58', '2023-08-31 11:34:58'),
(00000000000000001464, 14, 'Masud Sarkar', '123456534352452414314', 'Masud@gmail.com', 'dhaka', '01817600250', NULL, NULL, '$2y$10$uLCRemrr.2KO.GFTtg0QI.ahLrr5ZJDz9mkmqZ6QbSCyy3.Q.Ueue', NULL, 2, 'user', '1', '2023-08-31 11:35:59', '2023-08-31 11:35:59'),
(00000000000000001465, 14, 'Rakib Sarkar', '123456534352452414314', 'Rakibarkar@gmail.com', 'dhaka', '01677449061', NULL, NULL, '$2y$10$dWJ80Dafz201oCGGFWwIs./tBkvblzODl2Jhjqzv1HLv2fWKpex8i', NULL, 2, 'user', '1', '2023-08-31 11:37:59', '2023-08-31 11:37:59'),
(00000000000000001466, 14, 'MD Amjad Hossain', '123456534352452414314', 'Amjad@gmail.com', 'bosila', '01798929647', NULL, NULL, '$2y$10$0xxKzlRMzS/Wrm8nTkie8eVZ2nzZ9D/KPOhnL0kPdT7hkQ1kPTusO', NULL, 2, 'user', '1', '2023-08-31 11:39:16', '2023-08-31 11:39:16'),
(00000000000000001467, 14, 'Iqbal Hossain', '123456534352452414314', 'Iqbal@gmail.com', 'dhaka', '01716110161', NULL, NULL, '$2y$10$6n6u4wGE3LD6fyXCx0Zms.6SO0FdVDY5gRfIapSImAESrJAXcLNm6', NULL, 2, 'user', '1', '2023-08-31 11:40:45', '2023-08-31 11:40:45'),
(00000000000000001468, 14, 'Ashraf mahmud', '123456534352452414314', 'Ashraf@gmail.com', 'dhaka', '01722110315', NULL, NULL, '$2y$10$B84uRw.PzNT5jf6ojh3q5O8kAE98Zm6GoQMQWvUPdr/ArSa2kv4wO', NULL, 2, 'user', '1', '2023-08-31 11:42:02', '2023-08-31 11:42:02'),
(00000000000000001469, 14, 'Ismail masud', '123456534352452414314', 'Ismail@gmail.com', 'feni', '01711484053', NULL, NULL, '$2y$10$PByWigfdcHFSuDmFDRg6Mem2phvvJMGwcQh1ruAfAi/JeUnUQ13Ga', NULL, 2, 'user', '1', '2023-08-31 11:43:14', '2023-08-31 11:43:14'),
(00000000000000001470, 14, 'Salauddin', '123456534352452414314', 'Salauddin@gmail.com', 'kumilla', '01612888272', NULL, NULL, '$2y$10$KnmKmQ.CQfOBBXfyccK2SO/YUPJka2WU76VSw66VvJ4CwquuptgSe', NULL, 2, 'user', '1', '2023-08-31 11:44:40', '2023-08-31 11:44:40'),
(00000000000000001471, 14, 'Asaduzzaman', '123456534352452414314', 'Asaduzzaman@gmail.com', 'dhaka', '01730446555', NULL, NULL, '$2y$10$k.zxn2MXi8W1Y.c/Hd3XK.7paNKMqJ3M6spvy5/E6ymfYJIak29je', NULL, 2, 'user', '1', '2023-08-31 11:45:47', '2023-08-31 11:45:47'),
(00000000000000001472, 14, 'Mahmud', '123456534352452414314', 'Mahmud@gmail.com', 'ctg', '01830168138', NULL, NULL, '$2y$10$yFTIMf1iikrd7GVpqDGbBuoMn.jTqG0GcdFziuE3ImX/ribVDlVq.', NULL, 2, 'user', '1', '2023-08-31 11:47:06', '2023-08-31 11:47:06'),
(00000000000000001473, 14, 'Kazi Rewan', '123456534352452414314', 'Rewan@gmail.com', 'boshundhora', '01729205555', NULL, NULL, '$2y$10$4d29iPfPlN7Hej.ELGH8jOTASOIVD3qBKtx1g/6Q/VVewGj6BbaNq', NULL, 2, 'user', '1', '2023-08-31 11:48:35', '2023-08-31 11:48:35'),
(00000000000000001474, 14, 'Mosiur Rohman', '123456534352452414314', 'Mosiur@gmail.com', 'dhaka', '01722390621', NULL, NULL, '$2y$10$6Tr6yGLewiVzqx2sfood3ussA28wMjJRKU5uL/9Asgd.mNkks.Ow2', NULL, 2, 'user', '1', '2023-08-31 11:51:04', '2023-08-31 11:51:04'),
(00000000000000001475, 14, 'Biplob', '123456534352452414314', 'Biplob@gmail.com', 'rongpur', '01716452785', NULL, NULL, '$2y$10$DUWhUke5G.D7NNQcvBKiIej2LjPoyw0NmJM3.lm9vOQtosP4NlRpm', NULL, 2, 'user', '1', '2023-08-31 11:54:26', '2023-08-31 11:54:26'),
(00000000000000001476, 14, 'Vubon', '123456534352452414314', 'Vubon@gmail.com', 'dhaka', '01907730830', NULL, NULL, '$2y$10$Xmg29jzeVxUTotKWrGdLPexmLjYAZeNIeXTTc5GcSsL5M7fQxmf7a', NULL, 2, 'user', '1', '2023-08-31 11:57:02', '2023-08-31 11:57:02'),
(00000000000000001477, 14, 'Zahid khan', '123456534352452414314', 'Zahidkhan@gmail.com', 'dhaka', '01819277061', NULL, NULL, '$2y$10$HHaqQkyaRqpwq49lcOaNSet56MhiJpcEy7O02Bz6JvJVaQM3fLK1G', NULL, 2, 'user', '1', '2023-08-31 11:58:34', '2023-08-31 11:58:34'),
(00000000000000001478, 14, 'GM Ramzan', '123456534352452414314', 'Ramzan@gmail.com', 'dhaka', '01756443287', NULL, NULL, '$2y$10$DjzlvVaabFPBA522DEbLg.PefuSYD5br0KRf4YdBg7aKgi8oDjSjq', NULL, 2, 'user', '1', '2023-08-31 12:16:15', '2023-08-31 12:16:15'),
(00000000000000001479, 14, 'KI HR Harun', '123456534352452414314', 'Harun@gmail.com', 'dhaka', '01740576130', NULL, NULL, '$2y$10$dM607dD3dP9THzW5C7qGoeqrF2ijOQjUJmzKGGQSXqv.bhJTjUJpC', NULL, 2, 'user', '1', '2023-08-31 12:18:05', '2023-08-31 12:18:05'),
(00000000000000001480, 14, 'Md Adv Alamin Miah', '123456534352452414314', 'Alamin@gmail.com', 'purbacol, banijomela', '01730263452', NULL, NULL, '$2y$10$ME/Dmk8IBQsFRb7/7zWHMee42nNZGlS0xexCJXMGdGuElgRP9gDTK', NULL, 2, 'user', '1', '2023-08-31 12:19:23', '2023-08-31 12:19:23'),
(00000000000000001481, 14, 'Md. Shahojahan', '123456534352452414314', 'Shahojahan@gmail.com', 'dhaka', '০১৭১৯৫৪৭৬২৬', NULL, NULL, '$2y$10$8DvZiWkJsD6HakR8HYXXGuW.cbWnSktbz5vgVxYD5A5Ysr7tWKuZa', NULL, 2, 'user', '1', '2023-08-31 12:21:08', '2023-08-31 12:21:08'),
(00000000000000001482, 14, 'Enayetislam Dalim', '123456534352452414314', 'Enayetislam@gmail.com', 'lalbag', '01914229648', NULL, NULL, '$2y$10$psMtSvzd7GjRPboINHMkCuprfXfeTDvcTzwcR.uHbtmU3pRsW667.', NULL, 2, 'user', '1', '2023-08-31 12:24:49', '2023-08-31 12:24:49'),
(00000000000000001483, 14, 'আবু-হানিফ হানিফ', '123456534352452414314', 'sibbirbhuyan@gmail.com', 'dhaka', '01749113304', NULL, NULL, '$2y$10$XEw.Sh3/shZAAvxVMimOCe5JXK2PPlKvKnRrlXF3XHQyMVX6MSUXe', NULL, 2, 'user', '1', '2023-08-31 12:26:39', '2023-08-31 12:26:39'),
(00000000000000001484, 14, 'Khan Shahidul Islam Shaheed', '123456534352452414314', 'KhanShahidul@gmail.com', 'dhaka', '01611464646', NULL, NULL, '$2y$10$GlHi7hPfY/qaj3GBOpTHSev97gdeB4DOqMQnxN3rR/B5Nc.xBGima', NULL, 2, 'user', '1', '2023-08-31 12:28:27', '2023-08-31 12:28:27'),
(00000000000000001485, 14, 'Sajal Bin Sujat', '123456534352452414314', 'Sajal@gmail.com', 'kumilla', '01912683402', NULL, NULL, '$2y$10$apsiSU4ciytWmSTvwaqowufHEt2P0FEPH/IhQAdaWA9D82DuDycB.', NULL, 2, 'user', '1', '2023-08-31 12:29:58', '2023-08-31 12:29:58'),
(00000000000000001486, 14, 'sohel kobir', '123456534352452414314', 'sohelkobir@gmail.com', 'mirpur-14,bijoy rakhin city,polt-1/2, b-d,s-15', '01714133888', NULL, NULL, '$2y$10$7/veoHVx0/C3JZEiDR2NFue.fd5w3suuTHuMMXH1Vb/Sank291o1i', NULL, 2, 'user', '1', '2023-08-31 12:34:18', '2023-08-31 12:34:18'),
(00000000000000001487, 14, 'Fardin Hasan Shamim', '123456534352452414314', 'Fardin@gmail.com', 'jathrabari', '01934583777', NULL, NULL, '$2y$10$9Tv6DQ0OXB.wWHRcSH6ZRuDjFPiqHwkjQb2ILfvq7wVKf2BfYyF9G', NULL, 2, 'user', '1', '2023-08-31 12:35:31', '2023-08-31 12:35:31'),
(00000000000000001488, 14, 'Arif Islam', '123456534352452414314', 'Arifslam@gmail.com', 'dhaka', '01673972005', NULL, NULL, '$2y$10$1/CuHglEyHF0bPIC5NxcEOxLiwuUkd.T3RpHIatdbiUyg6oabzVHe', NULL, 2, 'user', '1', '2023-08-31 12:36:50', '2023-08-31 12:36:50'),
(00000000000000001489, 14, 'Al Amin', '123456534352452414314', 'AlAmin@gmail.com', 'nobinogor', '01711183438', NULL, NULL, '$2y$10$CKCIjC6EmiZjoMMAu2KlvOJ8Yst.8yeSfTeXb/8ynm2dKqUhSrHnG', NULL, 2, 'user', '1', '2023-08-31 12:43:43', '2023-08-31 12:43:43'),
(00000000000000001490, 14, 'Romel Azad', '123456534352452414314', 'Romel@gmail.com', 'dhaka', '01712940928', NULL, NULL, '$2y$10$J7k0ZC9AiaDRa3q5sWvpXe6GOMAWVhfCULK4NS7gSEdluc0jjMtgy', NULL, 2, 'user', '1', '2023-08-31 12:47:52', '2023-08-31 12:47:52'),
(00000000000000001491, 14, 'মনির হোসেন', '123456534352452414314', 'sibbirbhuyan@gmail.com', 'dhaka', '01617841798', NULL, NULL, '$2y$10$p5AEdFiJ7x6wu9hAZTBr5uT5V1FiYiPrlYRt76IoXiRz6vrio5iqy', NULL, 2, 'user', '1', '2023-08-31 12:49:04', '2023-08-31 12:49:04'),
(00000000000000001492, 14, 'কাজী রানা', '123456534352452414314', 'rosulgolam99@gmail.com', 'mirpur', '01923333203', NULL, NULL, '$2y$10$gUrPdXLesIzsjUPlGkDSxuBtYGRvlIoeYS.aaBsmkjsDAGFCdczZu', NULL, 2, 'user', '1', '2023-08-31 12:50:10', '2023-08-31 12:50:10'),
(00000000000000001493, 14, 'Kazi Abdul Ahad', '123456534352452414314', 'Abdul@gmail.com', 'dhaka', '01638918441', NULL, NULL, '$2y$10$/OsfMpUqdHmSsu.5KACPK.dBpFKzg7NiIzTabrTQ4tAZbrYZhXTPi', NULL, 2, 'user', '1', '2023-08-31 12:51:35', '2023-08-31 12:51:35'),
(00000000000000001494, 14, 'Kibria Shohag', '123456534352452414314', 'Kibria@gmail.com', 'rongpur', '01716901527', NULL, NULL, '$2y$10$x/9/77NGKzDn5VjLMkyT7eCngRC90lhChZiGoF/6DCj9Bai4DKEaK', NULL, 2, 'user', '1', '2023-08-31 12:54:43', '2023-08-31 12:54:43'),
(00000000000000001495, 14, 'Polash Shikder', '123456534352452414314', 'Polash99@gmail.com', 'hatirpul', '01921873205', NULL, NULL, '$2y$10$/LeNgkvQhq7ubaAxovrZi.p3s9J7f5PF19c0YhCX4xNgzuJv1fmTW', NULL, 2, 'user', '1', '2023-08-31 13:01:32', '2023-08-31 13:01:32'),
(00000000000000001496, 14, 'Tanjib Sarowar Shamim', '123456534352452414314', 'Tanjib@gmail.com', 'dhaka', '01956887314', NULL, NULL, '$2y$10$7z7J4cJwFamDZdfiHYA4uuZfrPPqWj7XTWFBRN9vHHdSSS4af6b06', NULL, 2, 'user', '1', '2023-08-31 13:02:42', '2023-08-31 13:02:42'),
(00000000000000001497, 14, 'Md Jaman Mia', '123456534352452414314', 'Jaman@gmail.com', 'dhaka', '01682335566', NULL, NULL, '$2y$10$DZ7xhiOuJJmh9PlnA6SUb.CgZc8yGnraq4NIi0AG2g2xziiIydiOq', NULL, 2, 'user', '1', '2023-08-31 13:04:43', '2023-08-31 13:04:43'),
(00000000000000001498, 14, 'Motiur Rahman', '123456534352452414314', 'Motiur@gmail.com', 'dhaka', '01717675243', NULL, NULL, '$2y$10$VsUauUvwW25Ffq3lKVga9OhLbTT/OC6RT2.9jIGDpbjExz44RepIu', NULL, 2, 'user', '1', '2023-08-31 13:06:42', '2023-08-31 13:06:42'),
(00000000000000001499, 14, 'Jewel Rana', '123456534352452414314', 'Jewel@gmail.com', 'dhaka', '01785500188', NULL, NULL, '$2y$10$JHOnYbWdBMJLjthsQmj7c.PLaaE1b.xNpOrtmVqOe/r0aZpiVDmHq', NULL, 2, 'user', '1', '2023-08-31 13:07:39', '2023-08-31 13:07:39'),
(00000000000000001500, 14, 'Jewel Rana Juel', '123456534352452414314', 'Jewel@gmail.com', 'nator', '01308081444', NULL, NULL, '$2y$10$VlEN0Gm9xhTG8BENyOLL5O8N9YNECo.HzxRXPvSf.NdAQIum53szy', NULL, 2, 'user', '1', '2023-08-31 13:09:26', '2023-08-31 13:09:26'),
(00000000000000001501, 14, 'Sk Abu Rabby Shawlin', '123456534352452414314', 'Rabby@gmail.com', 'dhaka', '01743472341', NULL, NULL, '$2y$10$DTxptEwAnXMQ5JcEWa1cQ.Kz79lNYh.9Q8E0t.JHsnlOcZcQjjeXe', NULL, 2, 'user', '1', '2023-08-31 13:13:11', '2023-08-31 13:13:11'),
(00000000000000001502, 14, 'Golam Rab Bi', '123456534352452414314', 'Golam@gmail.com', 'rayerbag, saiboard', '01760272106', NULL, NULL, '$2y$10$F.0npKuhVX2IOmEFNKLocuTBGBn3gYcOLJyWISlX1iZe15UTRG646', NULL, 2, 'user', '1', '2023-08-31 13:14:45', '2023-08-31 13:14:45'),
(00000000000000001503, 14, 'Babul Ahamed Babul', '123456534352452414314', 'Babul@gmail.com', 'dhaka', '01875279234', NULL, NULL, '$2y$10$rk7WrEAdiNqX/jOkJ418j.hhmeqRODhg00vggOx40yfQlat0DrE5e', NULL, 2, 'user', '1', '2023-08-31 13:15:48', '2023-08-31 13:15:48'),
(00000000000000001504, 14, 'Md. Jahangir Alam', '123456534352452414314', 'Jahangi@gmail.com', 'dhaka', '01812862545', NULL, NULL, '$2y$10$EHqNFR7FlRCw5UeqZtnkD.2bvwcF0S/H4POW/64NCudF7sFVOsTZi', NULL, 2, 'user', '1', '2023-08-31 13:19:04', '2023-08-31 13:19:04'),
(00000000000000001505, 14, 'HL Himel Khan', '123456534352452414314', 'Himel@gmail.com', 'dhaka', '01716824187', NULL, NULL, '$2y$10$8RjNuIVp6O5ZLBbtKqngK.OLspowL8gkiGK2EgpyPl/HpQM9H/L8.', NULL, 2, 'user', '1', '2023-08-31 13:20:41', '2023-08-31 13:20:41'),
(00000000000000001506, 14, 'MD Somrat', '123456534352452414314', 'Somrat@gmail.com', 'dhaka', '01914022599', NULL, NULL, '$2y$10$HM9ZBm/SkPryytHYUxL/v.Fa9tvoUwgmJ0RSBDR0LyAZIZJCtWM5O', NULL, 2, 'user', '1', '2023-08-31 13:22:33', '2023-08-31 13:22:33'),
(00000000000000001507, 14, 'Mir Md Abdullah', '123456534352452414314', 'Abdullah@gmail.com', 'dhaka', '01581030334', NULL, NULL, '$2y$10$.FjqPOQZkPzf2r9CONCDuebB6LBHEV9K6BXIDrqemQT5KZlwGpdze', NULL, 2, 'user', '1', '2023-08-31 13:23:28', '2023-08-31 13:23:28'),
(00000000000000001508, 14, 'জুজুর ললিপ', '123456534352452414314', 'sibbirbhuyan@gmail.com', 'dhaka', '01711482285', NULL, NULL, '$2y$10$LlL8kXpJggA.m8/ToLv1PeeX2pwwXEktFzBh72ffcoPfbO2LLJf1S', NULL, 2, 'user', '1', '2023-08-31 13:24:36', '2023-08-31 13:24:36'),
(00000000000000001509, 14, 'Atik Sikder Shakib', '123456534352452414314', 'Sikder@gmail.com', 'noyakhali', '01877983622', NULL, NULL, '$2y$10$/HsKZMsGFbOPwBV36dK3ruzfHbwAapnUsXxSrtoHen2MBD//peip.', NULL, 2, 'user', '1', '2023-08-31 13:27:55', '2023-08-31 13:27:55'),
(00000000000000001510, 14, 'Sazzad Hossain', '123456534352452414314', 'Sazzad@gmail.com', 'gajipur', '01688671114', NULL, NULL, '$2y$10$B7Yt9izn6obxrnwkHWh6.uLs7K.XH3k6ig1SAOYdOZwG7eGCXj7Xi', NULL, 2, 'user', '1', '2023-08-31 13:30:02', '2023-08-31 13:30:02'),
(00000000000000001511, 14, 'Sajjad Sajjad', '123456534352452414314', 'Sajjad@gmail.com', 'dhaka', '01762960603', NULL, NULL, '$2y$10$rre.LafRy00K6stEHJuRWO1xcnZSHBcE3BfojP31YqVadWJtQxFLy', NULL, 2, 'user', '1', '2023-08-31 13:31:13', '2023-08-31 13:31:13'),
(00000000000000001512, 14, 'Niloy Lipon', '123456534352452414314', 'Niloy@gmail.com', 'kollanpur', '01885502364', NULL, NULL, '$2y$10$ZLHxLMC8lrIEd7Piwp9RU.hw7/czlvsjf0BmGj1WhSTn63gr68O2u', NULL, 2, 'user', '1', '2023-08-31 13:33:36', '2023-08-31 13:33:36'),
(00000000000000001513, 14, 'Ln Mohammad Moniruzzaman', '123456534352452414314', 'Mohammad@gmail.com', 'adabor', '01919202535', NULL, NULL, '$2y$10$9RUaTb4HYG.3FfF0usjwZ.xgx1Buo3kFWw.lh5JHDK3JvkYRlF5z.', NULL, 2, 'user', '1', '2023-08-31 13:34:46', '2023-08-31 13:34:46'),
(00000000000000001514, 14, 'Faysal Khan Sabuj', '123456534352452414314', 'Faysal@gmail.com', 'fotulla narayangonj', '01711005162', NULL, NULL, '$2y$10$Bh9s7G9aR5/zd3Ppnax41urxbQVSP/A.zwq3qC.J.9f9i5bPsq.py', NULL, 2, 'user', '1', '2023-08-31 13:36:04', '2023-08-31 13:36:04'),
(00000000000000001515, 14, 'Raj Dip', '123456534352452414314', 'RajDip@gmail.com', 'gupalgonj', '01960844707', NULL, NULL, '$2y$10$8x8JnIDcudCSfwk26g6MJOT0PaDUTFtaX67mHhFQm4kEjAuL9R2Um', NULL, 2, 'user', '1', '2023-08-31 13:37:22', '2023-08-31 13:37:22'),
(00000000000000001516, 14, 'Arif Ahmad', '123456534352452414314', 'ArifAhmad@gmail.com', 'dhaka', '01601666948', NULL, NULL, '$2y$10$U8EyP/d6dvGc4eyVAJ.sA.Eb7eCp6fx8Ff6B3W58gS.Myn5CB9Y8m', NULL, 2, 'user', '1', '2023-08-31 13:38:43', '2023-08-31 13:38:43'),
(00000000000000001517, 14, 'তুমার অপেক্ষাই', '123456534352452414314', 'sibbirbhuyan@gmail.com', 'mymensing', '০১৭৯২১১০৩৬৮', NULL, NULL, '$2y$10$aaYYM2CewrGaAEkYvcKRlu9eVdBfaLZ.0bVJp9h/2wucukvXp4mqm', NULL, 2, 'user', '1', '2023-08-31 13:39:38', '2023-08-31 13:39:38'),
(00000000000000001518, 14, 'Gk Rubel', '123456534352452414314', 'Rubel@gmail.com', 'dhaka', '01738727324', NULL, NULL, '$2y$10$e1MFs1DtHKdh0AQe8EHbj.amnXpAFGopgPzB7gmHkMpeZtzZQU/z.', NULL, 2, 'user', '1', '2023-08-31 13:40:38', '2023-08-31 13:40:38'),
(00000000000000001519, 14, 'Anik Khan', '123456534352452414314', 'AnikKhan@gmail.com', 'dhaka', '01935703696', NULL, NULL, '$2y$10$zePmX2/PCpLsdyt2SJDqFOZ1SwEc9r67nx1YoPi00rs8vACoinYMS', NULL, 2, 'user', '1', '2023-08-31 13:41:44', '2023-08-31 13:41:44'),
(00000000000000001520, 14, 'Moynul Islam Romel', '123456534352452414314', 'Moynul@gmail.com', 'CTG', '01753930162', NULL, NULL, '$2y$10$3hMFIyYxbLp7e11nES.VPeoURQeuh1/o4TLC79oikerYHRfPiHagK', NULL, 2, 'user', '1', '2023-08-31 13:42:45', '2023-08-31 13:42:45'),
(00000000000000001521, 14, 'Ratan Mahmud', '123456534352452414314', 'Ratan@gmail.com', 'dhaka', '01736185396', NULL, NULL, '$2y$10$s70abV6u0E3IkbsNtgGb/ehMXc6aMuMJCtG43h.wudxqmHcjTtgqW', NULL, 2, 'user', '1', '2023-08-31 13:44:00', '2023-08-31 13:44:00'),
(00000000000000001522, 14, 'AL Amin Rudra Acs', '123456534352452414314', 'Amin@gmail.com', 'dhaka', '01723621424', NULL, NULL, '$2y$10$pIRJD48utmwEQBLLjYq7EOkCeUL1BOkBBMfDNu/PzED63122Lkip2', NULL, 2, 'user', '1', '2023-08-31 13:45:48', '2023-08-31 13:45:48'),
(00000000000000001523, 14, 'Tushar Tuhin', '123456534352452414314', 'Tushar@gmail.com', 'dhaka', '01771770918', NULL, NULL, '$2y$10$hlz3YikTMuSRBNOJTNDHHOrabAOyHXQkU8i0box9FaHVBK/sW6JGu', NULL, 2, 'user', '1', '2023-08-31 13:46:45', '2023-08-31 13:46:45'),
(00000000000000001524, 14, 'R R Hossain', '123456534352452414314', NULL, 'muktijodda tower,mohammodpur, college gate', '01611898669', NULL, NULL, '$2y$10$aPPIcxIfxFfjK6p8u21jz.NvcjR6hlZM6spOGSb87ky48XX/mreR2', NULL, 2, 'user', '1', '2023-08-31 14:07:28', '2023-08-31 14:07:28'),
(00000000000000001525, 14, 'Hossainul Islam', '123456534352452414314', 'Hossainul@gmail.com', 'dhaka', '01768388049', NULL, NULL, '$2y$10$okj1AJR2M0oaazr5yFTU8u./aMDh4aUji0OFAidqXGS/SNb/4224K', NULL, 2, 'user', '1', '2023-08-31 14:09:21', '2023-08-31 14:09:21'),
(00000000000000001526, 14, 'Raisha Pigion Laft', '123456534352452414314', 'Raisha@gmail.com', 'mymenshing', '01770100170', NULL, NULL, '$2y$10$BP6FeO3P7BdlnxiL6R34K.Nu1W2rR1q6hicQklWVmeVuKBSS2yWHm', NULL, 2, 'user', '1', '2023-08-31 14:11:12', '2023-08-31 14:11:12'),
(00000000000000001527, 14, 'Sifatur Rahman', '123456534352452414314', 'Sifatur@gmail.com', 'mirpur-12', '01886396789', NULL, NULL, '$2y$10$yS8bXlZaGqvFTf7FWgnjzeNaQo9l09ZtZgg3ZUifCOu1Zv.Mk/UiK', NULL, 2, 'user', '1', '2023-08-31 14:28:22', '2023-08-31 14:28:22'),
(00000000000000001528, 14, 'Rakib Ahmed', '123456534352452414314', 'Rakib@gmail.com', 'dhaka', '01970270230', NULL, NULL, '$2y$10$zAxcvjTvyBLUTbemHOHb9eb2By/tKt9zZnJhRSd5JBL0pnQVBqvxS', NULL, 2, 'user', '1', '2023-08-31 14:29:46', '2023-08-31 14:29:46'),
(00000000000000001529, 14, 'Afrad Mahmood Sohel', '123456534352452414314', 'Afrad@gmail.com', 'Flat- 2/C, plot- 19/A, Shikkhok Palli, Main Road, Mohammadi housing limited, Mohammadpur, Dhaka.', '01751729869', NULL, NULL, '$2y$10$TBNNqgM4q3TMFsvspLCLeeLk/ZB803LA7tHnyAmGe5svkNTFWTINa', NULL, 2, 'user', '1', '2023-08-31 14:31:26', '2023-08-31 14:31:26'),
(00000000000000001530, 14, 'Aminul Bappa', '123456534352452414314', 'Aminul@gmail.com', 'manikjong', '01964290855', NULL, NULL, '$2y$10$cNZIlUvVTeFzLm7IyiAMt.wMzPM72QTurwLqpd/grbx1eeYehWn1W', NULL, 2, 'user', '1', '2023-08-31 14:34:12', '2023-08-31 14:34:12'),
(00000000000000001531, 14, 'Ripon Ahmed', '123456534352452414314', 'Ripon@gmail.com', 'dhaka', '01610013839', NULL, NULL, '$2y$10$DaSss/EqiMhMNhs9tGtaaesjhtKyEApIS5.VEnCndkziKPB/iG.6G', NULL, 2, 'user', '1', '2023-08-31 14:36:05', '2023-08-31 14:36:05'),
(00000000000000001532, 14, 'Polash Khan', '123456534352452414314', 'Polash@gmail.com', 'dhaka', '01735446365', NULL, NULL, '$2y$10$nnQu/EBvE9pn522wmV5Lx.0LxgkaQDc1C.ZZzdw2skFlcPPk2/A2i', NULL, 2, 'user', '1', '2023-08-31 14:37:55', '2023-08-31 14:37:55'),
(00000000000000001533, 14, 'Farihan F. Rahman', '123456534352452414314', 'Farihan@gmail.com', 'bonani', '01713398911', NULL, NULL, '$2y$10$M56mHGpIrjcvqUSr.D1gCeI8urXUlhp0TNAmpwZ867/eyGRuMHyvq', NULL, 2, 'user', '1', '2023-08-31 14:39:10', '2023-08-31 14:39:10'),
(00000000000000001534, 14, 'MD Nasir Uddin', '123456534352452414314', 'Nasir@gmail.com', 'elenga, tangail', '০১৬১০৩৩৯৪৭৮', NULL, NULL, '$2y$10$x82RN1bYTkhz00qFSUyn0ePntB1200QgGgFy9YmIqaff6hFb0FBTC', NULL, 2, 'user', '1', '2023-08-31 14:40:14', '2023-08-31 14:40:14'),
(00000000000000001535, 14, 'sattar mulla', '123456534352452414314', 'sattar@gmail.com', 'dhaka', '01711707511', NULL, NULL, '$2y$10$nAbpAMBY4NQbMNadFnBy6OurWpCpgEEvIAU5ZTaktBpnV0kaHnyQ.', NULL, 2, 'user', '1', '2023-08-31 14:41:18', '2023-08-31 14:41:18'),
(00000000000000001536, 14, 'তানভীর ইসলাম', '123456534352452414314', 'sibbirbhuyan@gmail.com', 'humahun road', '01711312424', NULL, NULL, '$2y$10$OY.VHE7CDMtBA3QuGSmgl.TuWtMA1a164B/jxQZrSPlF4bHuEm2e6', NULL, 2, 'user', '1', '2023-08-31 14:42:42', '2023-08-31 14:42:42'),
(00000000000000001537, 14, 'Ashadul -Al -Mamun', '123456534352452414314', 'Ashadu@gmail.com', 'uttora, s-4,h-6,r-21,', '01717016652', NULL, NULL, '$2y$10$EK/S.Xc8u8efni31IvT9VuIrAc0g8wokX5zoWV6/gz6CYVFwIqU0.', NULL, 2, 'user', '1', '2023-08-31 14:46:36', '2023-08-31 14:46:36'),
(00000000000000001538, 14, 'Nijhum Tanvir', '123456534352452414314', 'Nijhum@gmail.com', 'dhaka', '01672899668', NULL, NULL, '$2y$10$aqxcPkblm138fyrkCHv3L.m7gaxpUD4lpOYI4HJIqmiokH1jWRh5G', NULL, 2, 'user', '1', '2023-08-31 14:49:15', '2023-08-31 14:49:15'),
(00000000000000001539, 14, 'Anisul Mursalin Babu', '123456534352452414314', 'Anisul@gmail.com', 'dhaka', '01841852624', NULL, NULL, '$2y$10$W9tjyAdMkeeqRCZZK1eI7eicn7Sagwo4Oz.B8wc6Cl2zBfpOWZUki', NULL, 2, 'user', '1', '2023-08-31 14:50:23', '2023-08-31 14:50:23'),
(00000000000000001540, 14, 'Delower Hossain', '123456534352452414314', 'Delower@gmail.com', 'dhaka', '01753174730', NULL, NULL, '$2y$10$e8lTmrqqa10jU./ecuzeIe8aVNCEflaX1Wk/98JfB7/aGb2ngyC3.', NULL, 2, 'user', '1', '2023-08-31 14:51:26', '2023-08-31 14:51:26'),
(00000000000000001541, 14, 'Saiful Islam Asik II', '123456534352452414314', 'sibbirbhuyan@gmail.com', 'dhaka', '01707701232', NULL, NULL, '$2y$10$teYx21/p/uaNZzUns69a0eyjL3YCcZq32pI6aAuPlEnqbz8L2W9EC', NULL, 2, 'user', '1', '2023-08-31 14:53:45', '2023-08-31 14:53:45'),
(00000000000000001542, 14, 'Tawsif Hossain', '123456534352452414314', 'Tawsif@gmail.com', 'dhaka', '01704014415', NULL, NULL, '$2y$10$iz5PGAVz./IuTS6xvNSNdeUWFZxXSTgUdHxEAL4iMgjEcEIVSiyfK', NULL, 2, 'user', '1', '2023-08-31 15:24:57', '2023-08-31 15:24:57'),
(00000000000000001543, 14, 'Tasnim Alom', NULL, 'Tasnim@gmail.com', 'paikpara', '01914538445', NULL, NULL, '$2y$10$CDNpOPJsF1LN6Du6srzZIOpsSAd3y1YjJQ..oTA6GL/GR/GkFhDKW', NULL, 2, 'user', '1', '2023-08-31 15:26:22', '2023-08-31 15:26:22'),
(00000000000000001544, 14, 'MD Sabbir Islam', '123456534352452414314', 'Sabbir@gmail.com', 'mirpur-1', '01701062668', NULL, NULL, '$2y$10$OJE5iC6lympTBUwqGBsHlezqaTH5AMVpjDgh2gIIhLBBJJGQ.FX8u', NULL, 2, 'user', '1', '2023-08-31 15:29:07', '2023-08-31 15:29:07'),
(00000000000000001545, 14, 'Md Elman Hossain Bappy', '123456534352452414314', 'Elman@gmail.com', 'dhaka', '01774422063', NULL, NULL, '$2y$10$PLNcE6rtrUsa0EvX8AzyVel1W5pbJfuerpfvuNp32MXLak2TGTgWq', NULL, 2, 'user', '1', '2023-08-31 15:30:40', '2023-08-31 15:30:40'),
(00000000000000001546, 14, 'Faruk Ahmed Khan Hemon', '123456534352452414314', 'Faruk@gmail.com', 'dhaka', '01777007716', NULL, NULL, '$2y$10$WhlQM7nbWE0JFj6zQgVb.OiWhKv26rwl1voZmL0b5CmsyLCP4lMNG', NULL, 2, 'user', '1', '2023-08-31 15:31:47', '2023-08-31 15:31:47'),
(00000000000000001547, 14, 'Sheaikh Razu', '123456534352452414314', 'Sheaikh@gmail.com', 'dhaka', '01719122346', NULL, NULL, '$2y$10$ha.HtUKtfuqrHS5x5/xCceloxW8dn104fR89AE9TrBd7tnpVH85vO', NULL, 2, 'user', '1', '2023-08-31 15:33:06', '2023-08-31 15:33:06'),
(00000000000000001548, 14, 'Faysal Ahmed', '123456534352452414314', 'Faysal@gmail.com', 'dhaka', '01933341006', NULL, NULL, '$2y$10$pM1lnUAavnuBHl66dMkZRuJTAbJaEd0c7WgRCaaZAZ13YFGtQr5kK', NULL, 2, 'user', '1', '2023-08-31 15:34:04', '2023-08-31 15:34:04'),
(00000000000000001549, 14, 'Mohammed Morshed Alam', '123456534352452414314', 'MohammeMorshed@gmail.com', 'dhaka', '01717045973', NULL, NULL, '$2y$10$s0hftx9HVSRRuyOb13Aweu.sMdP3qPcvWgbbBY0k3Dp8h/QJnksWS', NULL, 2, 'user', '1', '2023-08-31 15:35:15', '2023-08-31 15:35:15'),
(00000000000000001550, 14, 'Mithu Mithu', '123456534352452414314', 'Mithu@gmail.com', 'dhaka', '01713124669', NULL, NULL, '$2y$10$cdDuMgmhCSoB8dZ0s7BHnOhXXLx//.nNGSF6FeWaRLMFOtjESLPxK', NULL, 2, 'user', '1', '2023-08-31 15:37:08', '2023-08-31 15:37:08'),
(00000000000000001551, 14, 'MD Alamin Ahmed', '123456534352452414314', 'Alaminn@gmail.com', 'norsindi', '01302811704', NULL, NULL, '$2y$10$fjP1c72QJgtofN85xpo4YeLD9QQmws8b28GwdoKtqEIGiIaObC0Hy', NULL, 2, 'user', '1', '2023-08-31 15:54:27', '2023-08-31 15:54:27'),
(00000000000000001552, 14, 'Khandakar Mahadi Hasan Totul', '123456534352452414314', 'Khandakar@gmail.com', 'B_baria', '01644166768', NULL, NULL, '$2y$10$fDN8kHCb78ZsIh5xQRh8tuXMDIbCy5WtO0BDdNw2WeTWmxvwuWVKq', NULL, 2, 'user', '1', '2023-08-31 16:45:58', '2023-08-31 16:45:58'),
(00000000000000001553, 14, 'Md. Sujon Ali', '123456534352452414314', 'Sujon@gmail.com', 'tangail', '01795232625', NULL, NULL, '$2y$10$5dn8vozS7XDsgLpLvch8iu.GuzulU3WjFRnrOqwDKDFuzTb9wMkre', NULL, 2, 'user', '1', '2023-08-31 16:48:26', '2023-08-31 16:48:26'),
(00000000000000001554, 14, 'Md Parvez Hasan', '123456534352452414314', 'Parvez@gmail.com', 'dhaka', '01981354739', NULL, NULL, '$2y$10$2ePFzsWlJ0rPfnZZcDlhEOP/XlN9n9lkDwAniyUYVtpF5eYEQ0cF2', NULL, 2, 'user', '1', '2023-08-31 16:50:10', '2023-08-31 16:50:10'),
(00000000000000001555, 14, 'Tahmid Ul Muntakim', '123456534352452414314', 'Tahmid@gmail.com', 'dhaka', '01823077753', NULL, NULL, '$2y$10$9Ck3IUlibK3yAXrS57Mi/ugTOUtPmfwROBRJktDmjTXtT2WKxRtPS', NULL, 2, 'user', '1', '2023-08-31 16:51:19', '2023-08-31 16:51:19'),
(00000000000000001556, 14, 'Md Jakir Hossain Jhony', '123456534352452414314', 'Jakir@gmail.com', 'boadbazar', '০১৯২২১৮৫১০০', NULL, NULL, '$2y$10$uE3njpqi41vD2PLvIrBAfOlLjSAMyE5Z8LkgAtsbY9BjG7xxN3b/6', NULL, 2, 'user', '1', '2023-08-31 16:52:24', '2023-08-31 16:52:24'),
(00000000000000001557, 14, 'Nijamul Hoque', '123456534352452414314', 'Nijamul@gmail.com', 'CTG', '01756597284', NULL, NULL, '$2y$10$t3PCnN3DJOrRU8bbdHDrAudnJ4hQpLh1AvEATgmds.9XY3KntKul6', NULL, 2, 'user', '1', '2023-08-31 16:54:04', '2023-08-31 16:54:04'),
(00000000000000001558, 14, 'Emon Chowdhury', '123456534352452414314', 'Emon@gmail.com', 'dhaka', '01763826729', NULL, NULL, '$2y$10$m4nxKGuHvIK1wAD/3NGEHevGZNYnvaoKa44Pkk7sxmK5PBPvTFrsG', NULL, 2, 'user', '1', '2023-08-31 16:55:11', '2023-08-31 16:55:11'),
(00000000000000001559, 14, 'Shahin Talukder', '123456534352452414314', 'Shahin@gmail.com', 'dhaka', '01711960952', NULL, NULL, '$2y$10$lcIXjZUDAiFYa.SaNrK1ZeBhAZnIe0yP8g9geQqYUrGqSdkJlgawW', NULL, 2, 'user', '1', '2023-08-31 16:56:09', '2023-08-31 16:56:09'),
(00000000000000001560, 14, 'Md Babul Farazi', '123456534352452414314', 'Babul@gmail.com', 'dhaka', '01975208529', NULL, NULL, '$2y$10$d2omgMIuQgS4nUhSqvXxGOsBzz34QZcTyFoXchkF9fyVjlEmDuJ5G', NULL, 2, 'user', '1', '2023-08-31 16:57:02', '2023-08-31 16:57:02'),
(00000000000000001561, 14, 'M H Mahmud', '123456534352452414314', 'Mahmud@gmail.com', 'dhaka', '01716424977', NULL, NULL, '$2y$10$0HY848LboQkY6bZCq1rn/ebhbhhRG.thTmvNqq6EslxJLeLFoCyjS', NULL, 2, 'user', '1', '2023-08-31 16:58:05', '2023-08-31 16:58:05');
INSERT INTO `users` (`id`, `lebel_id`, `name`, `nid`, `email`, `address`, `phone`, `alter_phone`, `email_verified_at`, `password`, `remember_token`, `role`, `type`, `user_type`, `created_at`, `updated_at`) VALUES
(00000000000000001562, 14, 'MD Rana Sheikh', '123456534352452414314', 'Ranal@gmail.com', 'mirpur-1, rainkhula bazar', '01682104835', NULL, NULL, '$2y$10$Ukjno76UXQ0.dQPzS9oq/e0XL9sH5XXLBS8gq.mfib5Uhu6eGdCUS', NULL, 2, 'user', '1', '2023-08-31 16:59:02', '2023-08-31 16:59:02'),
(00000000000000001563, 14, 'Rohul Amin Khan', '123456534352452414314', 'Aminul@gmail.com', 'pollobi', '01998991999', NULL, NULL, '$2y$10$zrgzoiOC3N321diVxwe/keZIHcNj7gCuD9DsA8XiKrBd9vKWels6m', NULL, 2, 'user', '1', '2023-08-31 17:00:03', '2023-08-31 17:00:03'),
(00000000000000001564, 14, 'Mohiuddin ŘäJú', '123456534352452414314', 'Mohiuddin@gmail.com', 'dhaka', '01794507574', NULL, NULL, '$2y$10$fSWD7dV2ChSgkN8SnG15r.Vh6grGgXmkn6qc8Qr//1SWPeVSxnWge', NULL, 2, 'user', '1', '2023-08-31 17:05:10', '2023-08-31 17:05:10'),
(00000000000000001565, 14, 'mohasin', '123456534352452414314', 'mohasin@gmail.com', 'hope school mirpur', '01922558263', NULL, NULL, '$2y$10$G7GPUzVl1Jlgdrm0sJxFv.6.baQZ7O7FjyU3UYCupnxvn2sn.CgBu', NULL, 2, 'user', '1', '2023-08-31 17:06:41', '2023-08-31 17:06:41'),
(00000000000000001566, 14, 'Rasel Mia', '123456534352452414314', 'Rasel@gmail.com', 'savar ibne sina hospital', '01627544155', NULL, NULL, '$2y$10$fleMkKwIZ248dpwbiYIjs..B4.p4i7QidvRtjOilXqg2uVtC.4J1K', NULL, 2, 'user', '1', '2023-08-31 17:07:59', '2023-08-31 17:07:59'),
(00000000000000001567, 14, 'alamin', '123456534352452414314', 'alamin@gmail.com', 'Estern Housing, mirpur', '01708178292', NULL, NULL, '$2y$10$IURsZKp2UGM2Ui.M/pBR5uPikJgWk1KHDxm0oROeVQJSoxbqO/RFa', NULL, 2, 'user', '1', '2023-08-31 17:10:35', '2023-08-31 17:10:35'),
(00000000000000001568, 14, 'Rufiqul Islam', '123456534352452414314', 'Rufiqul@gmail.com', 'foridpur', '01717356142', NULL, NULL, '$2y$10$rbfbN.KSzSlp4PVApbmI2.e3AR6oxTykys.HK5cb/51TakGA8XRt.', NULL, 2, 'user', '1', '2023-08-31 17:12:10', '2023-08-31 17:12:10'),
(00000000000000001569, 14, 'GS Zahirul', '123456534352452414314', 'Zahirul@gmail.com', 'dhaka', '01704898318', NULL, NULL, '$2y$10$wxFVWxT0iZ6VlK817zh6MO2miA3o0XlAp9q2uRIp7PGl1wijGpbVq', NULL, 2, 'user', '1', '2023-08-31 17:13:08', '2023-08-31 17:13:08'),
(00000000000000001570, 14, 'Sree Milon Ray', '123456534352452414314', 'SreeMilon@gmail.com', 'mirpur-12', '০১৬৭০৪১১৪৭১', NULL, NULL, '$2y$10$Go1wFNrA4QYHwfE06/MA.u.O.EQE4Vdu2QrXa8VmYf0GLvQCR6Ve.', NULL, 2, 'user', '1', '2023-08-31 17:14:18', '2023-08-31 17:14:18'),
(00000000000000001571, 14, 'Engr Shubhankar Dwari', '123456534352452414314', 'Shubhankar@gmail.com', 'azompur, uttora, khilkhet', '01610225454', NULL, NULL, '$2y$10$P6/KsSVg054reewW7UrYyeh6rdtgh95xTgcbAEt8gWlhoqUVa/0xm', NULL, 2, 'user', '1', '2023-08-31 17:15:30', '2023-08-31 17:15:30'),
(00000000000000001572, 14, 'Leo Arif Uddin', '123456534352452414314', 'Leo@gmail.com', 'tejga,ctg', '01835624312', NULL, NULL, '$2y$10$LnChG.Eq3ZN3Dcah5n9dNOv1K8IHVCZKccHziy3LnhuZiZRn4q7XS', NULL, 2, 'user', '1', '2023-09-02 10:58:14', '2023-09-02 10:58:14'),
(00000000000000001573, 14, 'Shah Musa Ahmed', '123456534352452414314', 'Shah@gmail.com', 'dhaka', '01715683995', NULL, NULL, '$2y$10$7JIP1BDVX25X6AEfztThFOOZc4oQw3CO44jkbIjDdVh4Z7j2jxDzW', NULL, 2, 'user', '1', '2023-09-02 10:59:53', '2023-09-02 10:59:53'),
(00000000000000001574, 14, 'Ahammed Hossain', '123456534352452414314', 'Ahammed@gmail.com', 'puran dhaka', '01771203009', NULL, NULL, '$2y$10$Ks.jZge/vRV81HRFvc3p0u6d74M6OwpcTBHKCAzLjYOG/ynehirye', NULL, 2, 'user', '1', '2023-09-02 11:02:41', '2023-09-02 11:02:41'),
(00000000000000001575, 14, 'Abu Sufian', '123456534352452414314', 'Sufian@gmail.com', 'dhaka', '০১৯১১৩৬০২৫৭', NULL, NULL, '$2y$10$2lnRlhytormBPt3hj5KOVugGiBzYlboRqKfcboFo1YRYwlULnOLwW', NULL, 2, 'user', '1', '2023-09-02 11:04:03', '2023-09-02 11:04:03'),
(00000000000000001576, 14, 'Sarif Sumon', '123456534352452414314', 'SarifSumon@gmail.com', 'dhaka', '01611765187', NULL, NULL, '$2y$10$unEw5lQ9gEkjrJFxqY8nte7Ch6PRv6pVzytiHj3cSBjNnA4xWs94S', NULL, 2, 'user', '1', '2023-09-02 11:05:21', '2023-09-02 11:05:21'),
(00000000000000001577, 14, 'S. M. Sumon Qurayshi', '123456534352452414314', 'Sumon@gmail.com', 'mirpur', '01610151791', NULL, NULL, '$2y$10$23tqA7n9VA7doVJDVFCtsel0hPaDSgSBimhcixpwORn7T/fDBXbcm', NULL, 2, 'user', '1', '2023-09-02 11:07:07', '2023-09-02 11:07:07'),
(00000000000000001578, 14, 'Engr Azad Kudrot', '123456534352452414314', 'EngrAzadKudrot@gmail.com', 'dhaka', '০১৭১৩৯৬৬৪৮৮', NULL, NULL, '$2y$10$wZepU68RIUpO/pkQCRmVD.BkeE2wrhh9IjKY1rRAWIxqKnSFtcBv2', NULL, 2, 'user', '1', '2023-09-02 11:08:20', '2023-09-02 11:08:20'),
(00000000000000001579, 14, 'Md Tousif Kaji', '123456534352452414314', 'AminulTousif@gmail.com', 'dhaka', '01919055477', NULL, NULL, '$2y$10$1O.z3xz8pdOR38SzGxB/xue7iVsILGpFnlSWqmDM40Vnpcj5KjFPK', NULL, 2, 'user', '1', '2023-09-02 11:09:32', '2023-09-02 11:09:32'),
(00000000000000001580, 14, 'Mozahid Hasan Jesan', '123456534352452414314', 'Mozahid@gmail.com', 'dhaka', '01979998356', NULL, NULL, '$2y$10$IxemTAfIIFYk2T6WcrKtvef1kYAowHVFJko3kLy8NpXVohv1NHv8W', NULL, 2, 'user', '1', '2023-09-02 11:10:42', '2023-09-02 11:10:42'),
(00000000000000001581, 14, 'Md Sohag Hossein', '123456534352452414314', 'Sohag@gmail.com', 'dhaka', '০১৮৮৭৯৫২৬৫৪', NULL, NULL, '$2y$10$IDzB83PSeQOw1c/RH5IOKuSOtNgQO4hBRkAzTWAOtL8QmcSw4JLmu', NULL, 2, 'user', '1', '2023-09-02 11:12:10', '2023-09-02 11:12:10'),
(00000000000000001582, 14, 'Md Robin', '123456534352452414314', 'Robin@gmail.com', 'dhaka', '০১৭৪৩৬০০১১৫', NULL, NULL, '$2y$10$1juNI8DqJgfXmlOerD8NLefW3bElmmOQ0/fweUCOU.YcsQqUrW3Ny', NULL, 2, 'user', '1', '2023-09-02 11:13:25', '2023-09-02 11:13:25'),
(00000000000000001583, 14, 'MD Himel Chowdhury', '123456534352452414314', 'Himel@gmail.com', 'hobigong', '01324411361', NULL, NULL, '$2y$10$9hnBc14T4yYA.ogEkko0oOOmTu6nqegL9xjDQI9ihzifiy71A196K', NULL, 2, 'user', '1', '2023-09-02 11:14:39', '2023-09-02 11:14:39'),
(00000000000000001584, 14, 'Md Anwar', '123456534352452414314', 'Anwar@gmail.com', 'chittogong', '01853288300', NULL, NULL, '$2y$10$l5lmnBelqZaabNzwXEu7Bekp/d0aLc5UIqeNv/sYk9/7jCJSJVa/q', NULL, 2, 'user', '1', '2023-09-02 11:17:17', '2023-09-02 11:17:17'),
(00000000000000001585, 14, 'jahangir akash', '123456534352452414314', 'jahangir@gmail.com', 'dhaka', '01978469226', NULL, NULL, '$2y$10$jIqC5zTVYwrgpz9YoHqWxOTrDZeXWAGATmifblp8XldIHMRvuow4.', NULL, 2, 'user', '1', '2023-09-02 11:19:52', '2023-09-02 11:19:52'),
(00000000000000001586, 14, 'habib hr', '123456534352452414314', 'habib9@gmail.com', 'bagura', '01781672977', NULL, NULL, '$2y$10$2Zj8aVLY8jP2l6NT7.n4n.3auRTp5bUmETrVJS/x/L2wxc6nJgTR2', NULL, 2, 'user', '1', '2023-09-02 11:21:09', '2023-09-02 11:21:09'),
(00000000000000001587, 14, 'MD Suhel Khandakar', '123456534352452414314', 'Suhel9@gmail.com', 'dhaka', '01842709889', NULL, NULL, '$2y$10$72FFAJrJ7lef6Z69uEJ0UOUjuO95pzRNSrXzw0HeeOkyjXqkF8LVO', NULL, 2, 'user', '1', '2023-09-02 11:22:55', '2023-09-02 11:22:55'),
(00000000000000001588, 14, 'Md Ashiqul Islam Joy', '123456534352452414314', 'Ashiqul99@gmail.com', 'dhaka', '01715053348', NULL, NULL, '$2y$10$69SguB8Mg4xJclcn4AcZeuxFR/LRdZ.Pl.0LgUGIbipmTbLwhzAY6', NULL, 2, 'user', '1', '2023-09-02 11:24:32', '2023-09-02 11:24:32'),
(00000000000000001589, 14, 'Harun Khan', '123456534352452414314', 'Harun99@gmail.com', 'dhaka', '01768226244', NULL, NULL, '$2y$10$.9jFWMU2ZFgLsEpesqsaTuBnR4bLJDTOxQyY5TE/1w8NwvbbgKNNu', NULL, 2, 'user', '1', '2023-09-02 11:26:42', '2023-09-02 11:26:42'),
(00000000000000001590, 14, 'Babu Md Asad', '123456534352452414314', 'Babu3177@gmail.com', 'tangail', '01303865025', NULL, NULL, '$2y$10$QEPdqbPO/LhfzmlRZce89eEkywIKbxm.PwtjEfoQKYQsa2GiARuZy', NULL, 2, 'user', '1', '2023-09-02 11:28:45', '2023-09-02 11:28:45'),
(00000000000000001591, 14, 'Rana De Evergreen', '123456534352452414314', 'Rana@gmail.com', 'kustia', '০১৭১৭০১১০২৪', NULL, NULL, '$2y$10$3qkV7QctogzOpak//OGrxe2j.FOH3enajrZchSZu9TFZLkWD4AcuK', NULL, 2, 'user', '1', '2023-09-02 11:33:59', '2023-09-02 11:33:59'),
(00000000000000001592, 14, 'Ali Rubel', '123456534352452414314', 'Rubel@gmail.com', 'shylet', '01796612342', NULL, NULL, '$2y$10$xueZBVBOHS5RhzmltyrH5uVnJRKOwSjYlXpLo2ro1uPlLN90yG9gG', NULL, 2, 'user', '1', '2023-09-02 12:01:08', '2023-09-02 12:01:08'),
(00000000000000001593, 14, 'Tanver Ahammed', '123456534352452414314', 'Aminul@gmail.com', 'dhaka', '01712095609', NULL, NULL, '$2y$10$wkK.DyhNNapHw.oKKBX5Nex8zKyAICquFl06Zq03t4FAW1bEfBI1S', NULL, 2, 'user', '1', '2023-09-02 12:04:45', '2023-09-02 12:04:45'),
(00000000000000001594, 14, 'Md Omor Faruk', '123456534352452414314', 'Omor9@gmail.com', 'dhaka', '01728217021', NULL, NULL, '$2y$10$WcIVQQVfv2RwxOynHG5xz.THxkgWzj6KdTlQ.NjYxsv61bvqnSg2.', NULL, 2, 'user', '1', '2023-09-02 12:16:47', '2023-09-02 12:16:47'),
(00000000000000001595, 14, 'Sadequl Islam', '123456534352452414314', 'Sadequl9@gmail.com', 'dhaka', '01715139938', NULL, NULL, '$2y$10$ygbjpZjrKIxGh7IMZb8bC.gJSKfXI7B6K2D6fUvYeiMv9DLWcZaZ.', NULL, 2, 'user', '1', '2023-09-02 12:17:52', '2023-09-02 12:17:52'),
(00000000000000001596, 14, 'Shafiul Islam Shafi', NULL, 'Shafiul3177@gmail.com', 'dhaka', '01708136852', NULL, NULL, '$2y$10$9XeuYKI6FQKYtdY4S5somOWJrZySi8jJu9xJTGO1bIW0hAQtHBxBq', NULL, 2, 'user', '1', '2023-09-02 12:19:18', '2023-09-02 12:19:18'),
(00000000000000001597, 14, 'Jashedul Islam', '123456534352452414314', 'Jashedul@gmail.com', 'dhaka', '01725017807', NULL, NULL, '$2y$10$7PU1hB1Jz4OgaQMSvm7/wOq1feKfzEr33VlC1n5BGWqn7NFIE.R.m', NULL, 2, 'user', '1', '2023-09-02 12:23:54', '2023-09-02 12:23:54'),
(00000000000000001598, 14, 'Md. Azizul Rahman Anik', '123456534352452414314', 'rosulgolam99@gmail.com', 'dhaka', '01745571904', NULL, NULL, '$2y$10$qqlsq/Ayg/QJcN9x0T89B.6lt6qMvAb2SfZA1wAPHBm3BJoj1ZiUG', NULL, 2, 'user', '1', '2023-09-02 12:26:56', '2023-09-02 12:26:56'),
(00000000000000001599, 14, 'Abdus Sattar', '123456534352452414314', 'Abdus63177@gmail.com', 'mirpur-10', '01873361984', NULL, NULL, '$2y$10$ggXIttEWIDjIr28jk.pMZOZCMlegvJl8ZL.fWDLuJb.rmTmwr0OTa', NULL, 2, 'user', '1', '2023-09-02 12:28:36', '2023-09-02 12:28:36'),
(00000000000000001600, 14, 'Humaun Rashid', '123456534352452414314', 'Humaun@gmail.com', 'dhaka', '01767129444', NULL, NULL, '$2y$10$B05RaCXkhRUrjTnIcAXmlOnxyN9TM4jteaa8jqmllIxJSb.oFCZGi', NULL, 2, 'user', '1', '2023-09-02 12:30:03', '2023-09-02 12:30:03'),
(00000000000000001601, 14, 'Sohel Hossain', '123456534352452414314', 'SoheHossain@gmail.com', 'dhaka', '01914530019', NULL, NULL, '$2y$10$9rBlRfjTiWWE61DmFfKsmutS2wlnBM1PVuJ4aZJ95gy/mAfqEs1OO', NULL, 2, 'user', '1', '2023-09-02 12:31:11', '2023-09-02 12:31:11'),
(00000000000000001602, 14, 'Forhad', '123456534352452414314', 'Forhad@gmail.com', 'rejia sultana road, mohammodpur', '01751066519', NULL, NULL, '$2y$10$NaiOAe7razmtTtIHP.DkiewfOr477.gVFJrvepf06cne6Os3ETOpO', NULL, 2, 'user', '1', '2023-09-02 12:33:33', '2023-09-02 12:33:33'),
(00000000000000001603, 14, 'Prince Rizul', '123456534352452414314', 'Prince9@gmail.com', 'dhaka', '01745882197', NULL, NULL, '$2y$10$lHZoJo.GhlBu6BamgcQ3b.HYt8vY8BeZtkdBOxMB/KLHv7tqURpBK', NULL, 2, 'user', '1', '2023-09-02 12:51:10', '2023-09-02 12:51:10'),
(00000000000000001604, 14, 'MAMUN', '123456534352452414314', 'MAMUN@gmail.com', 'dhaka', '01936760365', NULL, NULL, '$2y$10$VG5tk9dhUhACHNSCz9I6We6RgDAyFH26zRKo9GVSNZJRgQO/02jp6', NULL, 2, 'user', '1', '2023-09-02 12:56:35', '2023-09-02 12:56:35'),
(00000000000000001605, 14, 'Salauddin Shovon', '123456534352452414314', 'Salauddin99@gmail.com', 'dhaka', '01708130817', NULL, NULL, '$2y$10$KUtfpY4M/5.ozaJsepUVZucONtMhx4yds7Lnfn1VZGjUXd61HL4k6', NULL, 2, 'user', '1', '2023-09-02 12:58:27', '2023-09-02 12:58:27'),
(00000000000000001606, 14, 'Ridoy Khan', '123456534352452414314', 'RidoyKhan@gmail.com', 'cumilla', '01632765551', NULL, NULL, '$2y$10$xJfNozjyni.KeOhUAKl0eO3f8f60sQkaZ65zzsn8VboTPwvkftHeq', NULL, 2, 'user', '1', '2023-09-02 13:04:37', '2023-09-02 13:04:37'),
(00000000000000001607, 14, 'Saiful Islam', '123456534352452414314', 'Saiful@gmail.com', 'dhaka', '01644469312', NULL, NULL, '$2y$10$ODGARpeCozmpF3Lf9i9WR..CQ74jvvQZuYGS7Q/yHmtmGZGGwxcAW', NULL, 2, 'user', '1', '2023-09-02 13:06:37', '2023-09-02 13:06:37'),
(00000000000000001608, 14, 'MD Rashed Bepary', '123456534352452414314', 'Rashed99@gmail.com', 'dhaka', '01796680466', NULL, NULL, '$2y$10$MDh77YhV5eoixemksosqT.Daz5z1YYfLn.FiBYn8so/h18Qk90c9a', NULL, 2, 'user', '1', '2023-09-02 13:15:34', '2023-09-02 13:15:34'),
(00000000000000001609, 14, 'Biplob Hussain Rubel', NULL, 'Biplob@gmail.com', 'khagracori', '01610648131', NULL, NULL, '$2y$10$GXiKkpjB8nyOWy48K9Ul/O3cpfoM5S4gXxSs9GUG/pTgTGT9mboj.', NULL, 2, 'user', '1', '2023-09-02 13:29:11', '2023-09-02 13:29:11'),
(00000000000000001610, 14, 'Dhiman', '123456534352452414314', 'Aminul@gmail.com', 'CTG', '01675011753', NULL, NULL, '$2y$10$9z4FZ1C86wuN/Zqeix9RNuIpo2FXeeeryfrEYUElLEZpQpKmOmOJ2', NULL, 2, 'user', '1', '2023-09-02 13:31:04', '2023-09-02 13:31:04'),
(00000000000000001611, 14, 'SJ Sajeeb', '123456534352452414314', 'Sajeeb@gmail.com', 'dhaka', '01912750569', NULL, NULL, '$2y$10$zKyZrN/7xwK16xzvbAyyJeEESQ70P814eSqVd2b7K/1aUwj4MzByu', NULL, 2, 'user', '1', '2023-09-02 13:32:59', '2023-09-02 13:32:59'),
(00000000000000001612, 14, 'Wãhîdúl Ìšlám Šêlìm', '123456534352452414314', 'Shamim@gmail.com', 'savar', '01924237898', NULL, NULL, '$2y$10$vRZSSDGfwIOjaJEJ7RXUq.7Ld7i2r/NOG/JK7zwioG0jbTp8LzJgS', NULL, 2, 'user', '1', '2023-09-02 13:34:14', '2023-09-02 13:34:14'),
(00000000000000001613, 14, 'Ahosan Habib', '123456534352452414314', 'Ahosan@gmail.com', 'dhaka', '01755498570', NULL, NULL, '$2y$10$3G8mdlrIqa/i9QtsPtnVh.BTboIi3Tp5PyhM/NGh0uQmSJj8hqt5q', NULL, 2, 'user', '1', '2023-09-02 13:49:23', '2023-09-02 13:49:23'),
(00000000000000001614, 14, 'Rezaul Hoque Sarker', '123456534352452414314', 'Rezaul63177@gmail.com', 'uttora', '01731444997', NULL, NULL, '$2y$10$F/XxqXXloV.jkKHW0HoBauxjHDk201E5RSkRabgfXB61/HYgznaKG', NULL, 2, 'user', '1', '2023-09-02 13:53:49', '2023-09-02 13:53:49'),
(00000000000000001615, 14, 'S Ashiq Nur', '123456534352452414314', 'Ashiq@gmail.com', 'dhaka', '01719023702', NULL, NULL, '$2y$10$c5kXT6CuCEReKiKcNvChXOvmMfCqtjg3msHDdQHde2CPCvrsW988W', NULL, 2, 'user', '1', '2023-09-02 15:47:56', '2023-09-02 15:47:56'),
(00000000000000001616, 14, 'Robiul Hasan Rubel', '123456534352452414314', 'Robiul@gmail.com', 'dhaka', '01924490267', NULL, NULL, '$2y$10$E9h0C254m5mDxL4Gv6BNiOG1BBJoDAWrmzRXfA.AFBfiA3vMqZfA6', NULL, 2, 'user', '1', '2023-09-02 15:48:55', '2023-09-02 15:48:55'),
(00000000000000001617, 14, 'Sanjoy Biswas', '123456534352452414314', 'Sanjoy@gmail.com', 'dhaka', '01879228818', NULL, NULL, '$2y$10$2lAhKBpkqQYoZepuhIchDuAgvAKhnCdaQu2Is9qdzo588uC2tv8s2', NULL, 2, 'user', '1', '2023-09-02 15:50:02', '2023-09-02 15:50:02'),
(00000000000000001618, 14, 'Mohammad Masud Rana', '123456534352452414314', 'Mohammad@gmail.com', 'motijhel', '01730702671', NULL, NULL, '$2y$10$fhPxf/qbknCFgqKo8.SQmuzBNd5Bb4wNiBlJPFdfnW6fFODndO7KC', NULL, 2, 'user', '1', '2023-09-02 15:51:50', '2023-09-02 15:51:50'),
(00000000000000001619, 14, 'Tofazzal Hossin Mona', '123456534352452414314', 'Tofazzal@gmail.com', 'norsindi', '01633038614', NULL, NULL, '$2y$10$f/0KOFWFlTr2xQ8bQ6mFzOXercfgwyoYswVRy6gidAcncEnZ.fHHS', NULL, 2, 'user', '1', '2023-09-02 15:54:20', '2023-09-02 15:54:20'),
(00000000000000001620, 14, 'Hayder Khan', '123456534352452414314', 'Hayder@gmail.com', 'norsindi', '01929437729', NULL, NULL, '$2y$10$UeWMoiZaRlgMdlZP0swaDeCVn9a.vAxGTf2SmyCrz0XRH55LVveUa', NULL, 2, 'user', '1', '2023-09-02 15:55:57', '2023-09-02 15:55:57'),
(00000000000000001621, 14, 'Belal Haque', '123456534352452414314', 'Belal@gmail.com', 'dhaka', '01926628145', NULL, NULL, '$2y$10$APYYNdLUDCmmDs/wkBnfWOimqtX9SOa.h5Mw5WbWyXQ71otZ.YBkS', NULL, 2, 'user', '1', '2023-09-02 15:57:24', '2023-09-02 15:57:24'),
(00000000000000001622, 14, 'F R Chy Sourav', '123456534352452414314', 'Sourav@gmail.com', 'shylet', '01719198833', NULL, NULL, '$2y$10$qWfkgfCUxr4m3s9Eaerk1.37WxrqEg1Ae195h6.K8aYAyJYHC.8FW', NULL, 2, 'user', '1', '2023-09-02 15:58:19', '2023-09-02 15:58:19'),
(00000000000000001623, 14, 'Khandakar Nasima', '123456534352452414314', 'Khandaka@gmail.com', 'pabna', '01718428081', NULL, NULL, '$2y$10$5vV3grXLnTtE.iFnq0S5/uDnGv3pDfkjPBxwCnqh5ghepEW/XwZNS', NULL, 2, 'user', '1', '2023-09-02 16:02:51', '2023-09-02 16:02:51'),
(00000000000000001624, 14, 'জে.এন বিল্ডার্স', '123456534352452414314', 'Shahin@gmail.com', 'dhaka', '01819141312', NULL, NULL, '$2y$10$UZUntj4U5IiOOpV3wLEOgejjZP/XkLYcUd5DS.BGogWF.DBJlFCLG', NULL, 2, 'user', '1', '2023-09-02 16:03:45', '2023-09-02 16:03:45'),
(00000000000000001625, 14, 'Saiful Islam Shamem', '123456534352452414314', 'Saiful@gmail.com', 'dhaka', '01531182008', NULL, NULL, '$2y$10$BtlswqW0MSRn7LUUvR8lveuziYeYabo5OtXG.FVLFLCxOdV0v7b4i', NULL, 2, 'user', '1', '2023-09-02 16:04:45', '2023-09-02 16:04:45'),
(00000000000000001626, 14, 'Asm Reefat Siam', '123456534352452414314', 'Asm@gmail.com', 'dhaka', '01758211169', NULL, NULL, '$2y$10$NpyVfJwxsmrLgsdSuMwG2e9zNMd4RKxlZYdrx7b.xrPd5rkHOCOcy', NULL, 2, 'user', '1', '2023-09-02 16:05:47', '2023-09-02 16:05:47'),
(00000000000000001627, 14, 'Tonku Mukit', '123456534352452414314', 'Tonku@gmail.com', 'dhaka', '01711666129', NULL, NULL, '$2y$10$HRdgpRG5kc8aJO.WtsA4DuAoA/WVLlWUzWQwQpV1b37LjzYcFUrTa', NULL, 2, 'user', '1', '2023-09-02 16:06:45', '2023-09-02 16:06:45'),
(00000000000000001628, 14, 'kobir77', '123456534352452414314', 'kobir@gmail.com', 'dhaka', '01819042177', NULL, NULL, '$2y$10$uB/Zw1zRrtmGdNFEfOa8TOUPtUc/RRtFGqIcRom.8v1wx9qu5jtrW', NULL, 2, 'user', '1', '2023-09-02 16:07:38', '2023-09-02 16:07:38'),
(00000000000000001629, 14, 'Hasan Sayeed', '123456534352452414314', 'Hasan@gmail.com', 'dhaka', '01814184404', NULL, NULL, '$2y$10$AueqcGeU7WFiiqiutY4wQO0Oqzsl9bT7crGdPA4eKZQUkP19oFYJC', NULL, 2, 'user', '1', '2023-09-02 16:08:56', '2023-09-02 16:08:56'),
(00000000000000001630, 14, 'Nasiruzzaman Nasir', '123456534352452414314', 'Nasiruzzaman@gmail.com', 'dhaka', '01722933872', NULL, NULL, '$2y$10$V4lHYX5xV6/otl60KGXfuu2K596oa1XrAVslfKf4qS2O7um9wwa7q', NULL, 2, 'user', '1', '2023-09-02 16:09:48', '2023-09-02 16:09:48'),
(00000000000000001631, 14, 'Shariful Islam Sumon', '123456534352452414314', 'Shariful@gmail.com', 'dhaka', '01626561288', NULL, NULL, '$2y$10$Tz4eBqoT7LNB8wX583JsoOPKd94X3byKap9f7yK8pu.5Uu1uOHGam', NULL, 2, 'user', '1', '2023-09-02 16:11:11', '2023-09-02 16:11:11'),
(00000000000000001632, 14, 'Abdullah Faruk', '123456534352452414314', 'Abdullah@gmail.com', 'dhaka', '01712265035', NULL, NULL, '$2y$10$YFweVPx0Juzl9C5sVehK1eeqcLboPqsGO3BBxnA1AMEEfZHAm7y3m', NULL, 2, 'user', '1', '2023-09-02 16:12:22', '2023-09-02 16:12:22'),
(00000000000000001633, 14, 'Mehedi Hasan Marof', '123456534352452414314', 'Mehedi@gmail.com', 'dhaka', '01811810588', NULL, NULL, '$2y$10$Y/3MWxo0lZx0ukYFuWgT5OymYzRz0u5a0eWGF3s1P5xmVt.V5m1Fm', NULL, 2, 'user', '1', '2023-09-02 16:13:12', '2023-09-02 16:13:12'),
(00000000000000001634, 14, 'Md. Ariful Islam', '123456534352452414314', 'Ariful@gmail.com', 'dhaka', '01710414755', NULL, NULL, '$2y$10$OIVjAXS9RK6dnnXIwk765OnOzOscVSeNif4W83GlBprsVUGKef1/i', NULL, 2, 'user', '1', '2023-09-02 16:14:32', '2023-09-02 16:14:32'),
(00000000000000001635, 14, 'Md Shahinuzzaman Shahin', '123456534352452414314', 'Shahinuzzaman@gmail.com', 'dhaka', '01840728750', NULL, NULL, '$2y$10$/ljtn8sfwDKYhugdNo/PwuyUn9gtogjVJ4SrF6/62b9mjalXd3lZG', NULL, 2, 'user', '1', '2023-09-02 16:15:36', '2023-09-02 16:15:36'),
(00000000000000001636, 14, 'Monjurul Alam Mizan', '123456534352452414314', 'Monjurul@gmail.com', 'dhaka', '01715166343', NULL, NULL, '$2y$10$AK5lUo4mURmFOF1JYgml9.dakXkT03Oj4frmEVPp4BwG/2ouPXTpi', NULL, 2, 'user', '1', '2023-09-02 16:16:30', '2023-09-02 16:16:30'),
(00000000000000001637, 14, 'Sabbir Hasan', '123456534352452414314', 'Sabbir@gmail.com', 'dhaka', '01755533426', NULL, NULL, '$2y$10$WdfMNYJzuQt6Q694GvPBW.TKOjIVNH1XJ0yIwyC2R1kSBqAkrVLDu', NULL, 2, 'user', '1', '2023-09-02 16:18:30', '2023-09-02 16:18:30'),
(00000000000000001638, 14, 'Ak Munna', '123456534352452414314', 'Munna@gmail.com', 'tikatoli, hatkhularoad', '01613683434', NULL, NULL, '$2y$10$An9HBsVuSezERtOtTdKX7ey8zOFrlEE6FEeXye/YFN7KSugARy17S', NULL, 2, 'user', '1', '2023-09-02 16:19:24', '2023-09-02 16:19:24'),
(00000000000000001639, 14, 'Suhag Hasan', '123456534352452414314', 'Suhag@gmail.com', 'dhaka', '01710135770', NULL, NULL, '$2y$10$mtT86aRMIFiZPmfoTdft/O2wZMC.CXFPx2DZDYOstnItr6LrGFVC.', NULL, 2, 'user', '1', '2023-09-02 16:20:27', '2023-09-02 16:20:27'),
(00000000000000001640, 14, 'Tanveer Junaid', '123456534352452414314', 'Shamim@gmail.com', 'dhaka', '01674961896', NULL, NULL, '$2y$10$lCuKNtvQfZea13PKmY9quedHBB3AEuoAsiX.2pJbGQqIeFJ./LQqe', NULL, 2, 'user', '1', '2023-09-02 16:22:04', '2023-09-02 16:22:04'),
(00000000000000001641, 14, 'Moien Uddin', '123456534352452414314', 'Moien@gmail.com', 'dhaka', '01625542242', NULL, NULL, '$2y$10$Z5/cug64kPpeWZHvJzWLfeG3b6Fg0.tjsBfVRXrtyvgdwOMRQ9jWW', NULL, 2, 'user', '1', '2023-09-02 16:22:58', '2023-09-02 16:22:58'),
(00000000000000001642, 14, 'Soguin Miya', '123456534352452414314', 'Soguin@gmail.com', 'dhakamohakhali', '01721469191', NULL, NULL, '$2y$10$oCjwJYBTR4KF85qHdN1MVOlLaytrpp/PJPsptDd9HeDYqvBkqp7wa', NULL, 2, 'user', '1', '2023-09-02 16:24:09', '2023-09-02 16:24:09'),
(00000000000000001643, 14, 'Arif Rahman', '123456534352452414314', 'AriRahman@gmail.com', 'mohammodpur', '01684330950', NULL, NULL, '$2y$10$A6vuqaOw7PtXcmfKSgfvHetnPf/9xL4s24UkV8r44Lq1uX/W5mXrq', NULL, 2, 'user', '1', '2023-09-02 16:25:14', '2023-09-02 16:25:14'),
(00000000000000001644, 14, 'Younis Mustafa', '123456534352452414314', 'Younis@gmail.com', 'mirpur-2', '01920312316', NULL, NULL, '$2y$10$9ivbgAcamLGRvkiPn8XUdOeiQ079LCQdaTklrNX0O70.giHSFIrhu', NULL, 2, 'user', '1', '2023-09-02 16:26:11', '2023-09-02 16:26:11'),
(00000000000000001645, 14, 'M Rakibul Alam', '123456534352452414314', 'Rakibul@gmail.com', 'dhaka', '01769242042', NULL, NULL, '$2y$10$sU9Gut5jNvtJcv2kV7WEfeo2JCRHqHvOHlsKryVlXVzUIsmkiQ7P6', NULL, 2, 'user', '1', '2023-09-02 16:27:15', '2023-09-02 16:27:15'),
(00000000000000001646, 14, 'Bappy Khan', '123456534352452414314', 'Bappy@gmail.com', 'dhaka', '01715118775', NULL, NULL, '$2y$10$1ZP1soFSp9rs7rmKxr63HO3Qc5Xx.bXFWCNIMpQHJZb.kuX5DuSQ.', NULL, 2, 'user', '1', '2023-09-02 16:32:01', '2023-09-02 16:32:01'),
(00000000000000001647, 14, 'Azaharul Islam Manik', '123456534352452414314', 'Azaharul@gmail.com', 'nethrokona', '01715209387', NULL, NULL, '$2y$10$AmxoEWwdSQiCZSe1ABoWZOMQx/VCd7Y3mRupFS4fyzjfr6GQdRQgO', NULL, 2, 'user', '1', '2023-09-02 16:35:16', '2023-09-02 16:35:16'),
(00000000000000001648, 14, 'Md Sohel', '123456534352452414314', 'Sohel@gmail.com', 'dhaka', '01735804768', NULL, NULL, '$2y$10$cDbMRw3Jh..lR2ccEc73z.3jurZxzsov0Ya4cCuM2iX7TUfmkgMBW', NULL, 2, 'user', '1', '2023-09-02 16:36:35', '2023-09-02 16:36:35'),
(00000000000000001649, 14, 'Ershadul Hoque Chy', '123456534352452414314', 'Ershadul@gmail.com', 'dhaka', '01670363788', NULL, NULL, '$2y$10$G0eL4DDh4jhqtf3hGvlpJ.GHo.NBc2dGNEKAoZGfYZJNHyrLmTpgW', NULL, 2, 'user', '1', '2023-09-02 16:38:01', '2023-09-02 16:38:01'),
(00000000000000001650, 14, 'Nahian Mahmud Shanto', '123456534352452414314', 'Nahian@gmail.com', 'dhaka', '01533159606', NULL, NULL, '$2y$10$h5OvgZQnSl9yhxhrtv4q0OMGHcvSaFuRZjSCoZn66deBjFd.M/dqi', NULL, 2, 'user', '1', '2023-09-02 16:39:30', '2023-09-02 16:39:30'),
(00000000000000001651, 14, 'নিশাত হাওলাদার', '123456534352452414314', 'sibbirbhuyan@gmail.com', 'lokhipur', '01821509334', NULL, NULL, '$2y$10$jCsBifL5uB6G3pVgXs0ceOmMf4avuYdLDzaBNByRyekGC/SyVwYD6', NULL, 2, 'user', '1', '2023-09-02 16:40:25', '2023-09-02 16:40:25'),
(00000000000000001652, 14, 'MD Sayad Jowel Rana', '123456534352452414314', 'Sayad@gmail.com', 'gagipur', '০১৭১১০৫৮৯৬১', NULL, NULL, '$2y$10$Wj1KTJN9qKE1hxrtj1szROvDawlMPfJnGRAt34TeoX6tanStXdFc6', NULL, 2, 'user', '1', '2023-09-02 16:41:37', '2023-09-02 16:41:37'),
(00000000000000001653, 14, 'Istiak Ahmed', '123456534352452414314', 'Istiak@gmail.com', 'dhaka', '01603011371', NULL, NULL, '$2y$10$jGXiM6oRzEZC5OZFmgkq8O325UAvL0CAUP7lXCX0g9m9VtV.slUMO', NULL, 2, 'user', '1', '2023-09-02 16:42:38', '2023-09-02 16:42:38'),
(00000000000000001654, 14, 'Balayet Hussain Balal', '123456534352452414314', 'Balayet@gmail.com', 'dhaka', '০১৭১২১৯০৭৮৬', NULL, NULL, '$2y$10$RKIbYrMt8gM4AJAiQZRK8O9vyFMW58VJGseSRquH3KG00IS5hUkk6', NULL, 2, 'user', '1', '2023-09-02 16:43:44', '2023-09-02 16:43:44'),
(00000000000000001655, 11, 'Bidduth Additta', '123456534352452414314', 'Biddutht@gmail.com', 'dhaka', '01715404496', NULL, NULL, '$2y$10$W9Ut0v7MA1sIUvddB3F15.VqhqVOeVDIZIFldJ4sTgPpm/CQp/Ulm', NULL, 2, 'user', '1', '2023-09-02 17:15:34', '2023-09-02 17:15:34'),
(00000000000000001656, 14, 'MD Syful Islam Khan', '123456534352452414314', 'Balayet@gmail.com', 'sylet', '01621141895', NULL, NULL, '$2y$10$gMb/WjMW6YJNPV.OQMQYWuE8GtDZ8kFkd8rHT215/Yd30m9ArvlFa', NULL, 2, 'user', '1', '2023-09-02 17:27:22', '2023-09-02 17:27:22'),
(00000000000000001657, 14, 'Ripon Bain', '123456534352452414314', 'Ripon@gmail.com', 'dhaka', '01918072929', NULL, NULL, '$2y$10$brZx4i7zR3iLzdO2fWnx7ukyznM1rJ3DwAeF9mXa9NF./KWvybu9q', NULL, 2, 'user', '1', '2023-09-02 17:29:13', '2023-09-02 17:29:13'),
(00000000000000001658, 14, 'Sħüvő Hussain', '123456534352452414314', 'Balayet@gmail.com', 'mirpur-10', '01775425995', NULL, NULL, '$2y$10$pvK/aGR40FqUzB01SNhtyupiLlMVr8MmgG8BKrnc5uBkTmvElpS0a', NULL, 2, 'user', '1', '2023-09-02 17:30:27', '2023-09-02 17:30:27'),
(00000000000000001659, 14, 'Niaz Rahath', '123456534352452414314', 'Rahath@gmail.com', 'dhaka', '01712613294', NULL, NULL, '$2y$10$kghj8.QIn5k4HuDUxQnPOuQyHqZYBwWMDvT.Ahn4xyvRl0sRmXaTm', NULL, 2, 'user', '1', '2023-09-04 10:35:50', '2023-09-04 10:35:50'),
(00000000000000001660, 14, 'স্বরূপ শীতল', '123456534352452414314', 'Balayet@gmail.com', 'dhaka', '01819076827', NULL, NULL, '$2y$10$2QLX29AVPxAhQZ40DCX2W.S7G3humBdzshQHj6KQ8U0R.FKT88GNq', NULL, 2, 'user', '1', '2023-09-04 10:37:00', '2023-09-04 10:37:00'),
(00000000000000001661, 15, 'Nazmul Huda Jony', '123456534352452414314', 'Nazmul@gmail.com', 'kaligonj,Gazipur', '01726713737', NULL, NULL, '$2y$10$XobgzwisCFYocY86vEoVr.wALpy6uNeceewMEaxYhkIBB1SNIzvf6', NULL, 2, 'user', '1', '2023-09-04 10:39:57', '2023-09-04 10:39:57'),
(00000000000000001662, 14, 'A ßibek Khan', '123456534352452414314', 'Khan@gmail.com', 'dhaka', '01741717401', NULL, NULL, '$2y$10$H2BxglEyRnzhsxv6rZnVTehPvzyisalbkubiWbjLAXRBYCD0PPVJa', NULL, 2, 'user', '1', '2023-09-04 10:42:45', '2023-09-04 10:42:45'),
(00000000000000001663, 14, 'MD Afsar', '123456534352452414314', 'Afsa@gmail.com', 'dhaka', '01711981198', NULL, NULL, '$2y$10$UU5pjX8Wy/YahXu/xZs/TevXdhXed1xclE7tanZybX6WyZZeb.fXa', NULL, 2, 'user', '1', '2023-09-04 10:43:52', '2023-09-04 10:43:52'),
(00000000000000001664, 14, 'Ariful Islam Fulu', '123456534352452414314', 'Ariful@gmail.com', 'dhaka', '01755243040', NULL, NULL, '$2y$10$YlZZ2u/1c5lRD0l.PLsGpuSVFmSs2rRO4Qvio59uUJ7Fy6irTXS6q', NULL, 2, 'user', '1', '2023-09-04 10:46:38', '2023-09-04 10:46:38'),
(00000000000000001665, 14, 'Shahin Ahmed', '123456534352452414314', 'Shahin@gmail.com', 'purano polton', '01674213910', NULL, NULL, '$2y$10$DqdLS6h/7GnBhMVx7Aj6g.FWMGAWHsbHDaMZP4PEcGiPRUexeJv6C', NULL, 2, 'user', '1', '2023-09-04 10:49:09', '2023-09-04 10:49:09'),
(00000000000000001666, 14, 'Dekha Hobe Bondhu', '123456534352452414314', 'Dekha@gmail.com', 'kolla,Narayanganj', '01903321131', NULL, NULL, '$2y$10$TlDb.3djYv5RujfSpXwmZuL7fY3sztNA069exDN6N8R/d0OHQYDgy', NULL, 2, 'user', '1', '2023-09-04 10:50:14', '2023-09-04 10:50:14'),
(00000000000000001667, 14, 'Md. Rakib Hossain', '123456534352452414314', 'Rakib@gmail.com', 'dhaka', '01816699785', NULL, NULL, '$2y$10$IDGJyI4jh9rMpoRIZHRp1Oaj6zbCc6qPnN52AN0R6wl1Ov2mlnE0C', NULL, 2, 'user', '1', '2023-09-04 10:52:36', '2023-09-04 10:52:36'),
(00000000000000001668, 14, 'Deloyar Hossain', '123456534352452414314', 'Deloyar99@gmail.com', 'dhaka', '01911967114', NULL, NULL, '$2y$10$PEoKlmSwCqPnm7Uju2ou4.fDLbauwJIYHtcNlCma/xwAaes6OTQve', NULL, 2, 'user', '1', '2023-09-04 10:53:42', '2023-09-04 10:53:42'),
(00000000000000001669, 14, 'Keeyam Uddin', '123456534352452414314', 'ShahinKeeyam@gmail.com', 'dhaka', '০১৯০৯২৬৫৯২৪', NULL, NULL, '$2y$10$WfCsnvBQaGpyp.RagLuMw..GyInL06Q60PQHVSPtcLjaiczdlRv.2', NULL, 2, 'user', '1', '2023-09-04 10:54:50', '2023-09-04 10:54:50'),
(00000000000000001670, 14, 'Shetu Bondhon', '123456534352452414314', 'rosulgolam99@gmail.com', 'dhaka', '01721719477', NULL, NULL, '$2y$10$44C6gVELu.Ppu7Oln9ZRMuivI4dNYGV7elqknIgLgw3gh4gfa6bLy', NULL, 2, 'user', '1', '2023-09-04 10:55:57', '2023-09-04 10:55:57'),
(00000000000000001671, 14, 'Anisur Rahman Jewel', '123456534352452414314', 'Anisur@gmail.com', 's-10, uttora', '01833156588', NULL, NULL, '$2y$10$nIYsFkmyfL8mCQTGSOXuiuCDS8eQt5Kb.RermPQsFPZKyhAt7I9FG', NULL, 2, 'user', '1', '2023-09-04 10:57:46', '2023-09-04 10:57:46'),
(00000000000000001672, 14, 'Prottoy Shaki', '123456534352452414314', 'Prottoy@gmail.com', 'dhaka', '01730495510', NULL, NULL, '$2y$10$oQgNm4NtbkZvrdu.wHH.UO/Ei3dqaotNb3BSgnrN20d4rLYk0vI.6', NULL, 2, 'user', '1', '2023-09-04 10:58:52', '2023-09-04 10:58:52'),
(00000000000000001673, 14, 'Sk Talukder', '123456534352452414314', 'Talukder99@gmail.com', 'narayanjonj', '01675335679', NULL, NULL, '$2y$10$bsfs1ahc/YNqqmm8JIK1LOf3UdwVy0IJ3VwQmtfKFaeyStUdxoVU.', NULL, 2, 'user', '1', '2023-09-04 11:00:26', '2023-09-04 11:01:30'),
(00000000000000001674, 14, 'Md Amjad Hossian', '123456534352452414314', 'Amjad@gmail.com', 'dhaka', '01842381599', NULL, NULL, '$2y$10$9bEHvVMUWUl8JF1h4GvZPePkX5s/X2.qqbja.Qg9S/IUw50ZnjUBm', NULL, 2, 'user', '1', '2023-09-04 11:03:09', '2023-09-04 11:03:09'),
(00000000000000001675, 14, 'Adnan Ahmed', '123456534352452414314', 'Adnan@gmail.com', 'dhaka', '01675186443', NULL, NULL, '$2y$10$ZvZaPSUe/IcKgfwzOIyNmu8d6YsnRBzh.SxPHCJx9dkoG.riIk2wK', NULL, 2, 'user', '1', '2023-09-04 11:04:19', '2023-09-04 11:04:19'),
(00000000000000001676, 14, 'Nayem Uddin', '123456534352452414314', 'Nayem99@gmail.com', 'dhaka', '01833907085', NULL, NULL, '$2y$10$tAqmksgU3zA9KDgXHsxKT.c0ZtxI5B7.aVa0BtrByrxxVc184AQV.', NULL, 2, 'user', '1', '2023-09-04 11:06:04', '2023-09-04 11:06:04'),
(00000000000000001677, 14, 'Jafor Ali Sikder', '123456534352452414314', 'Jafor@gmail.com', 'dhaka', '01712355011', NULL, NULL, '$2y$10$COW4GgLikNUp1cdqUKR7we68zO6Nc3k/1z8H/qxT.Mpb.6EJ.5TPy', NULL, 2, 'user', '1', '2023-09-04 11:07:09', '2023-09-04 11:07:09'),
(00000000000000001678, 14, 'Abdullah Al Sharif', '123456534352452414314', 'Abdullah@gmail.com', 'cox\'sbazar', '01883222562', NULL, NULL, '$2y$10$Z5f1Pgv6iZcPMabJnGQLHOCckJYGvnYOkW5lZvOIKgaSVIAOk36Vq', NULL, 2, 'user', '1', '2023-09-04 11:08:22', '2023-09-04 11:08:22'),
(00000000000000001679, 14, 'Bikash Bhowmick', '123456534352452414314', 'Bikash@gmail.com', 'comilla', '01715681589', NULL, NULL, '$2y$10$KkWYLPaYT1Y.2lU3K6Z1weqAChBNtlaFQ4Oq4Wfb2LOweb/8JuoE6', NULL, 2, 'user', '1', '2023-09-04 11:09:56', '2023-09-04 11:09:56'),
(00000000000000001680, 14, 'Abdus Samad Azad', '123456534352452414314', 'Abdus@gmail.com', 'mohammodpur', '০১৯৩৭৮২৬৭৩৯', NULL, NULL, '$2y$10$d4h4UM3sOVYd5dycYIQt.eTrenwzaIgN2o0SEg2NJDuNlJcLaNXDy', NULL, 2, 'user', '1', '2023-09-04 11:11:04', '2023-09-04 11:11:04'),
(00000000000000001681, 14, 'Badhon Biswas', '123456534352452414314', 'Badhon@gmail.com', 'dhaka', '01918110611', NULL, NULL, '$2y$10$PHOD2lly/mQwWFcTz7bnOeM1GS7zdf02XayoHQ4ms2nXLUjPN.Uq2', NULL, 2, 'user', '1', '2023-09-04 11:12:23', '2023-09-04 11:12:23'),
(00000000000000001682, 14, 'Kudrat Hossain', '123456534352452414314', 'Kudrat@gmail.com', 'borisal', '01817040885', NULL, NULL, '$2y$10$XEQ.Vwl7VcNe21hA6OPZ2uNLHAU5fx6TCsuSXO34y/C/R5AmJWswq', NULL, 2, 'user', '1', '2023-09-04 11:14:14', '2023-09-04 11:14:14'),
(00000000000000001683, 14, 'Mamun Al Raji', '123456534352452414314', 'Mamun@gmail.com', 'dhaka', '01833999668', NULL, NULL, '$2y$10$k5wbgeMVfDwJRF46xH70H.w8xHowZmnLImYbyPm6BPrPIm6xdE9Nq', NULL, 2, 'user', '1', '2023-09-04 11:15:26', '2023-09-04 11:15:26'),
(00000000000000001684, 14, 'Mrb Sohan', '123456534352452414314', 'Sohan@gmail.com', 'baradhara', '01719309696', NULL, NULL, '$2y$10$H3dELNS3EduEbfNUwyyzF.0AhL13qbI2O6WDVgdsxwUSJp1auX7by', NULL, 2, 'user', '1', '2023-09-04 11:17:26', '2023-09-04 11:17:26'),
(00000000000000001685, 14, 'Md Waliullah', '123456534352452414314', 'Waliullah@gmail.com', 'dhaka', '01771551655', NULL, NULL, '$2y$10$dgtoDM0raIWdcwNWOvxyaeXHFyXQzRw5sVjz.bFhikIfk/43qR7JC', NULL, 2, 'user', '1', '2023-09-04 11:19:22', '2023-09-04 11:19:22'),
(00000000000000001686, 14, 'Shafiqul Islam Shafiq', '123456534352452414314', 'Shafiqul@gmail.com', 'gulshan', '01678840300', NULL, NULL, '$2y$10$/o8lk1sQdgh0C7T775G.TO9VQzk2eMaL5g5OBw97aVbwjrM6xOndm', NULL, 2, 'user', '1', '2023-09-04 11:22:37', '2023-09-04 11:22:37'),
(00000000000000001687, 14, 'Shorif Chy', '123456534352452414314', 'Shorif@gmail.com', 'fotikchori', '01537569090', NULL, NULL, '$2y$10$Vb/G/rhJBEAorOfAQb6ToO5nWTij/XkiyvniMSoPkGEw6A1WkLxvC', NULL, 2, 'user', '1', '2023-09-04 11:23:44', '2023-09-04 11:23:44'),
(00000000000000001688, 14, 'Bahar Uddin', '123456534352452414314', 'Bahar@gmail.com', 'dhaka', '01701561398', NULL, NULL, '$2y$10$Us5H1DeWlssg1zySijKNkexjMBm0PMwkaMgPHgbv27lr4goUmdubG', NULL, 2, 'user', '1', '2023-09-04 11:24:57', '2023-09-04 11:24:57'),
(00000000000000001689, 14, 'Kairul Bosar', '123456534352452414314', 'Kairul@gmail.com', 'dhaka', '01822325222', NULL, NULL, '$2y$10$kCD/Olpm7.eKi4vK8LgnWu6b37iMHmb7iXNK5wLdrBOC7h5dVAP2a', NULL, 2, 'user', '1', '2023-09-04 11:26:03', '2023-09-04 11:26:03'),
(00000000000000001690, 14, 'Nazrul Chowdhury Didar', '123456534352452414314', 'Nazruln@gmail.com', 'dhaka', '০১৭১৬৯১৮১৮১', NULL, NULL, '$2y$10$eeKcayrCLv0E3alH8ECjQOwdAalhfzzA2hLm2AizUSOx3iQ2Zr4j.', NULL, 2, 'user', '1', '2023-09-04 11:28:31', '2023-09-04 11:28:31'),
(00000000000000001691, NULL, 'Shohidul Leon', '123456534352452414314', 'Shohidul@gmail.com', 'tongi', '01717496100', NULL, NULL, '$2y$10$ikXRT8z8KeFey01bSFoATORzmw99jp138YZVowedb/Z3kDepZ579.', NULL, 2, 'user', '1', '2023-09-04 11:30:17', '2023-09-04 11:30:17'),
(00000000000000001692, 14, 'N K Alam Miron', '123456534352452414314', 'Alam@gmail.com', 'dhaka', '01718775097', NULL, NULL, '$2y$10$QkY4YolzGivMSRoTU60AdewD9kgL20YhokyExz.vMPjEXR.6Qn90q', NULL, 2, 'user', '1', '2023-09-04 11:34:01', '2023-09-04 11:34:01'),
(00000000000000001693, 14, 'Muhammad Ramiz', '123456534352452414314', 'Muhammad@gmail.com', 'borishal', '01317248988', NULL, NULL, '$2y$10$O0piyTMCH7c5.CZUyE/1huLdRjMukZxE4DJpmEHgb2dvUQV6.ZUP.', NULL, 2, 'user', '1', '2023-09-04 11:35:17', '2023-09-04 11:35:17'),
(00000000000000001694, 14, 'Md Lokman Hakim', '123456534352452414314', 'Lokman@gmail.com', 'dhaka', '01813952986', NULL, NULL, '$2y$10$M89UrFfKgJZupj7/lxv2COUrS79yopvoLd1x9VcIqOqm75CbipeYG', NULL, 2, 'user', '1', '2023-09-04 11:37:11', '2023-09-04 11:37:11'),
(00000000000000001695, 14, 'Fahad Ibn Jahan', '123456534352452414314', 'Fahad@gmail.com', 'dhaka', '01787624483', NULL, NULL, '$2y$10$KpJvwcjnHZ2UqIEyVE6Pgu6qYZG7TWspHGwYqhycdEIbJQv7Ewrc.', NULL, 2, 'user', '1', '2023-09-04 11:39:02', '2023-09-04 11:39:02'),
(00000000000000001696, 14, 'H M Shawon Ahmod', '123456534352452414314', 'Shawon@gmail.com', 'dhaka', '০১৭৮৮২৩৩৬৮৮', NULL, NULL, '$2y$10$32JUXHTTI5d0MxvnibEGROsbZeBAqWF4gyONeYsI1VY8JS3FiGg4G', NULL, 2, 'user', '1', '2023-09-04 11:40:10', '2023-09-04 11:40:10'),
(00000000000000001697, 14, 'Arefin Akash', '123456534352452414314', 'Arefin@gmail.com', 'dhaka', '01865159534', NULL, NULL, '$2y$10$uj0uK4nPCvVl5whCJORJsOjRIXDOUiVIoWpYZMv6CVefxaSt72qba', NULL, 2, 'user', '1', '2023-09-04 11:41:56', '2023-09-04 11:41:56'),
(00000000000000001698, 14, 'sabbir', '123456534352452414314', 'sabbir@gmail.com', 'nikunjo', '01919409333', NULL, NULL, '$2y$10$ym0Gwod1NR4k4Q4LLouk5Or.tjLTvbqvqVb2o4odGOOO9myMvH8F2', NULL, 2, 'user', '1', '2023-09-04 11:43:19', '2023-09-04 11:43:19'),
(00000000000000001699, 14, 'Badhon Chowdhury', '123456534352452414314', 'Badhon@gmail.com', 'munsigonj', '01703159285', NULL, NULL, '$2y$10$qPoH3b7EU1lIxidNuBP9N.HPvYmAJ9J7L2KSKIeU/PqFzfaHrfN/W', NULL, 2, 'user', '1', '2023-09-04 11:45:58', '2023-09-04 11:45:58'),
(00000000000000001700, 14, 'Ahsan Habib', '123456534352452414314', 'Ahsanl@gmail.com', 'square bulding ar picone, wireless, mohakhali', '01976621897', NULL, NULL, '$2y$10$uwv3T/5MSVouqRPnVja8XeMINF.LvwzwUv7hitSzreO1mQvuGmND.', NULL, 2, 'user', '1', '2023-09-04 11:47:23', '2023-09-04 11:47:23'),
(00000000000000001701, 14, 'অর্জুন সরকার', '123456534352452414314', 'Aminul@gmail.com', 'dhaka', '01843044740', NULL, NULL, '$2y$10$ycIhH6NIORZoorW.71CBxetYsBnQ9dgzPLta7zP1d7R./yJxv8Rra', NULL, 2, 'user', '1', '2023-09-04 11:48:18', '2023-09-04 11:48:18'),
(00000000000000001702, 14, 'Md Nasir', '123456534352452414314', 'MdNasir@gmail.com', 'mirpur-rupnagar', '01927425421', NULL, NULL, '$2y$10$Vjj0EsYNNgn5Ik1xoGhcTu365XZn/X46W8GY19o.hKpMC2Tvn/gqe', NULL, 2, 'user', '1', '2023-09-04 11:52:56', '2023-09-04 11:52:56'),
(00000000000000001703, 14, 'motaher', '123456534352452414314', 'motahel@gmail.com', 'mirpur-15', '01615479685', NULL, NULL, '$2y$10$dnZpfecQZ03TCmbAwn7uX.wjhdyPHiyDoB6HefpatYGZpd1EDumAK', NULL, 2, 'user', '1', '2023-09-04 11:55:58', '2023-09-04 11:55:58'),
(00000000000000001704, 14, 'Krishna Roy', '123456534352452414314', 'Krishna@gmail.com', 'dhaka', '01735218724', NULL, NULL, '$2y$10$.JO0m0jP0/H7h6ZtmbS5HOSHVq/dWII1QkSSw.E0JmNSCQrai0xcK', NULL, 2, 'user', '1', '2023-09-04 11:58:35', '2023-09-04 11:58:35'),
(00000000000000001705, 14, 'Lutfar Rahman', '123456534352452414314', 'Lutfar@gmail.com', 'dhaka', '01558914011', NULL, NULL, '$2y$10$e5MLkFw8PT1I056FHjQQluUAipxHi9bUwZetl.hCCLU499dbXV1Sm', NULL, 2, 'user', '1', '2023-09-04 12:00:17', '2023-09-04 12:00:17'),
(00000000000000001706, 14, 'MD Ashfaqul Alam', '123456534352452414314', 'Ashfaqul@gmail.com', 'dhaka', '01938884422', NULL, NULL, '$2y$10$5eEeZkBJRq5LWcbYyn3.8ejJCclggrF6DAy1i5nvW/cOa9Kdv5v5m', NULL, 2, 'user', '1', '2023-09-04 12:01:17', '2023-09-04 12:01:17'),
(00000000000000001707, 14, 'Rakib Khan', '123456534352452414314', 'Rakib@gmail.com', 'dhaka', '01712654707', NULL, NULL, '$2y$10$.h1XRKJA4FTGJD3GOTmhD.dOJTkTTgyh4b/mgQFMvT9/dNVOE48w6', NULL, 2, 'user', '1', '2023-09-04 12:02:22', '2023-09-04 12:02:22'),
(00000000000000001708, 14, 'M Zia Uddin', '123456534352452414314', 'Uddin@gmail.com', 'khagoracori', '01821712131', NULL, NULL, '$2y$10$KE4oqxtBgqaI8MEn9Qctx.Il9fcN8VcZBWZfEHuwCRgbDNZ9ZGqxG', NULL, 2, 'user', '1', '2023-09-04 12:12:07', '2023-09-04 12:12:07'),
(00000000000000001709, 14, 'Jakir Khan', '123456534352452414314', 'Jakir@gmail.com', 'dhaka', '01785339641', NULL, NULL, '$2y$10$4rJoF3g5h3ya6Hcin1Aw.uNvwO2.C1MdaMf.ULCqYhY6H.xquCbOy', NULL, 2, 'user', '1', '2023-09-04 12:13:29', '2023-09-04 12:13:29'),
(00000000000000001710, 14, 'Md Rokan Uddin', '123456534352452414314', 'Rokan@gmail.com', 'dhaka', '০১৮৪৫৩২৫৪৭৭', NULL, NULL, '$2y$10$ia5D/p9CQaM3eIFCc6mQ6eMCvy5yTjDMg1EAMvhJQ5Nc0iABQ9ZG2', NULL, 2, 'user', '1', '2023-09-04 12:23:28', '2023-09-04 12:23:28'),
(00000000000000001711, 14, 'Mahfizur Rahman Mamun', '123456534352452414314', 'Mahfizur@gmail.com', 'dhaka', '01723890139', NULL, NULL, '$2y$10$TG3097xNaYafMVAUmKMZde5fINLmFQnx47QfJdJuiqVYSRz28yxYu', NULL, 2, 'user', '1', '2023-09-04 12:24:52', '2023-09-04 12:24:52'),
(00000000000000001712, 14, 'Mahfuz Hassan Bornio', '123456534352452414314', 'Mahfuz@gmail.com', 'mohammodpur', '01713335052', NULL, NULL, '$2y$10$ed0CjuGvMPpcOfKoUEr08eFou9DCODvRgN6Oqu1nkla1mBmFaUfPC', NULL, 2, 'user', '1', '2023-09-04 12:28:36', '2023-09-04 12:28:36'),
(00000000000000001713, 14, 'Engr Ismail Hossain', '123456534352452414314', 'Hossain@gmail.com', 'dhaka', '01711262322', NULL, NULL, '$2y$10$NHIYG4Eobe2E3CKn4uaaeey3hGvrWrwXmhWfs8zlOlgxvmsY83kUi', NULL, 2, 'user', '1', '2023-09-04 12:29:56', '2023-09-04 12:29:56'),
(00000000000000001714, 14, 'Aminul Islam', '123456534352452414314', 'Aminul@gmail.com', 'dhaka', '01712305538', NULL, NULL, '$2y$10$.YX5BHVxJ8nhW/2.t2mwmui4sSaGC/JzlPP8s5ZITbGbfd3ISmtse', NULL, 2, 'user', '1', '2023-09-04 12:33:38', '2023-09-04 12:33:38'),
(00000000000000001715, 14, 'K M Masud Rana', '123456534352452414314', 'Masud@gmail.com', 'dhaka', '01720410978', NULL, NULL, '$2y$10$UthayKYvjcEZDD1t.TUeteJtWbPw/1MZXVFKk21Y3DaxNsD12N8q6', NULL, 2, 'user', '1', '2023-09-04 12:34:45', '2023-09-04 12:34:45'),
(00000000000000001716, 14, 'আল আমিন', '123456534352452414314', 'Aminul@gmail.com', 'dhaka', '01682370912', NULL, NULL, '$2y$10$6M4CWGV0PKt4S9keUg/dLeKqW57IUzlDgZ6HXONxuqkvWA7NPwobm', NULL, 2, 'user', '1', '2023-09-04 12:37:02', '2023-09-04 12:37:02'),
(00000000000000001717, 14, 'Ratan Ahmed Ratan', '123456534352452414314', 'Ratan@gmail.com', 'dhaka', '01711051666', NULL, NULL, '$2y$10$mo9HPwcK.5v8TgNbrAKdoO5tUp2LVDXIgKYVtINRG9oXccWmeDrPa', NULL, 2, 'user', '1', '2023-09-04 12:38:17', '2023-09-04 12:38:17'),
(00000000000000001718, 14, 'SA Robin', '123456534352452414314', 'Robin@gmail.com', 'dhaka', '01943489245', NULL, NULL, '$2y$10$2uEnCHatmra1vY/8mML9EOBywKKUeQivI2P9EHzhLc9rA/nRUkpI6', NULL, 2, 'user', '1', '2023-09-04 12:39:29', '2023-09-04 12:39:29'),
(00000000000000001719, 14, 'Shamiul Alim Shanil', '123456534352452414314', 'Shamiul@gmail.com', 'dhaka', '01792238920', NULL, NULL, '$2y$10$Z8ZvOij1BfWryigO3LSmgOjjMi9nM/NDFCkg7OcRn57KpPZuEjDE6', NULL, 2, 'user', '1', '2023-09-04 12:41:07', '2023-09-04 12:41:07'),
(00000000000000001720, 14, 'Emon Mon', '123456534352452414314', 'Emon@gmail.com', 'uttora', '01717440676', NULL, NULL, '$2y$10$QqZPCHcYqI089odphD3OW.Cwrupze5lDffpiQoEWy9f7MMt4We96C', NULL, 2, 'user', '1', '2023-09-04 12:42:30', '2023-09-04 12:42:30'),
(00000000000000001721, 14, 'MD Momen', '123456534352452414314', 'Momen@gmail.com', 'norsindi', '01959318390', NULL, NULL, '$2y$10$gE4G0FZyiYOQKCN6yvqF9eWc90KZeblxAD9xbVnGLshQEBfu27uEO', NULL, 2, 'user', '1', '2023-09-04 12:43:54', '2023-09-04 12:43:54'),
(00000000000000001722, 14, 'MD Galib Ahmed Zamil', '123456534352452414314', 'Aminul@gmail.com', 'dhaka', '01617363724', NULL, NULL, '$2y$10$nfYHJYE0AKgUW4qh123bv.Fitt0uVQhorj7U.qEj63Nn4RCaFJXdq', NULL, 2, 'user', '1', '2023-09-04 12:45:10', '2023-09-04 12:45:10'),
(00000000000000001723, 14, 'yousuf (Mondol Group)', '123456534352452414314', 'yousuf@gmail.com', 'savar', '01321136315', NULL, NULL, '$2y$10$GVItHaIznQcbCPnGecKXgO4Zt8f68foaSsx5rZEYpID.8LzPQV7wu', NULL, 2, 'user', '1', '2023-09-04 12:46:20', '2023-09-04 12:46:20'),
(00000000000000001724, 14, 'Md Shamim', '123456534352452414314', 'hamim@gmail.com', 'mawna', '01917577735', NULL, NULL, '$2y$10$9WXXTILlHXV5xOyIIGl8Xek4NZdqKVTYrLq4Vxk.wc62F53IPIKxW', NULL, 2, 'user', '1', '2023-09-04 12:47:24', '2023-09-04 12:47:24'),
(00000000000000001725, 14, 'golam sarwar', '123456534352452414314', 'golam@gmail.com', 'savar nobin nagargolam', '01313020350', NULL, NULL, '$2y$10$lCnIi7NOKjkfRhulDeyImebky.9l/76tvUuXufUvWiLBqQ0NtvfO6', NULL, 2, 'user', '1', '2023-09-04 12:49:33', '2023-09-04 12:49:33'),
(00000000000000001726, 14, 'Sohaib H Chowdhury', '123456534352452414314', 'Sohaib@gmail.com', 'dhaka', '01766680932', NULL, NULL, '$2y$10$tGnryDleC0SA790JRozkPuqT8cNo9H83Mlh/lAsGasg7O1wf7E7Ha', NULL, 2, 'user', '1', '2023-09-04 12:51:21', '2023-09-04 12:51:21'),
(00000000000000001727, 14, 'Md Hosen Alli	Md Hosen Alli', '123456534352452414314', 'Hosen@gmail.com', 'dhaka', '01911903766', NULL, NULL, '$2y$10$aZkansJRo/IvDi5Cj.MdhOms4cZhJ0QgN1Q2CP.PLyP8CLwoxLmha', NULL, 2, 'user', '1', '2023-09-04 12:52:56', '2023-09-04 12:52:56'),
(00000000000000001728, 14, 'ShahRiar Rahman', '123456534352452414314', 'ShahRia@gmail.com', 'biker group', '01670049406', NULL, NULL, '$2y$10$.2IS31ejZS3A4jN4K8fb2OStQrtgp7l8vDSrju1bWq87yGmKAiALy', NULL, 2, 'user', '1', '2023-09-04 12:53:54', '2023-09-04 12:53:54'),
(00000000000000001729, 14, 'Soroawr Shevly', '123456534352452414314', 'Soroawr@gmail.com', 'dhaka', '01643258919', NULL, NULL, '$2y$10$p8DHd/8WbxBcx6CZgqf//OKR6rhHHz6grpEdsCj2NQtGmZ4mBAtN6', NULL, 2, 'user', '1', '2023-09-04 15:18:40', '2023-09-04 15:18:40'),
(00000000000000001730, 14, 'Humayun Kabir', '123456534352452414314', 'Humayun@gmail.com', 'dhaka', '01842632663', NULL, NULL, '$2y$10$HcGaIbTboS9Exl3cVfo5MOPEgHU.xTR3nZtaBQYEnKH9yPh77iMt.', NULL, 2, 'user', '1', '2023-09-04 15:19:50', '2023-09-04 15:19:50'),
(00000000000000001731, 14, 'Mohamed Nurul Huda', '123456534352452414314', 'Mohamed@gmail.com', 'dhaka', '01712987660', NULL, NULL, '$2y$10$DY0Xhnx139GWS8H5Dk5mlO6LSgX2DIuyzVnnufLa9V0GT3rBWM1AO', NULL, 2, 'user', '1', '2023-09-04 15:20:57', '2023-09-04 15:20:57'),
(00000000000000001732, 14, 'Kaisar Mondal', '123456534352452414314', 'Kaisa@gmail.com', 'dhaka', '01776852656', NULL, NULL, '$2y$10$9RGkTzZHJkd.cjmq9GsYXu7jmctYH51.dcxkwSwIWgb1TSd/fBTnO', NULL, 2, 'user', '1', '2023-09-04 15:22:16', '2023-09-04 15:22:16'),
(00000000000000001733, 14, 'Mokaddim Ul Hoque', '123456534352452414314', 'Mokaddim@gmail.com', 'dhaka', '01305459913', NULL, NULL, '$2y$10$l1vjfTpPsmhytiNO7.ZMKefv/kCw1Yl2issK5Ou68Mkm00U1XPMeK', NULL, 2, 'user', '1', '2023-09-04 15:23:31', '2023-09-04 15:23:31'),
(00000000000000001734, 14, 'Md. Rezaul Karim', '123456534352452414314', NULL, 'tangail', '01711303285', NULL, NULL, '$2y$10$TlihBRV65T7i5sqb/FoArOOn6uC8L7V1a21ecKf47Tg37VChHEaS6', NULL, 2, 'user', '1', '2023-09-04 15:24:29', '2023-09-04 15:24:29'),
(00000000000000001735, 14, 'Aumit Hassan', '123456534352452414314', 'Aumit@gmail.com', 'dhaka', '01841707096', NULL, NULL, '$2y$10$M0pgFamuF5R0EI7348kjju1dEoD9t8WojtUW25cZltuqKNlsO4pkC', NULL, 2, 'user', '1', '2023-09-04 15:25:31', '2023-09-04 15:25:31'),
(00000000000000001736, 14, 'Minhaj Uddin', '123456534352452414314', 'Minhaj@gmail.com', 'dhaka', '01711991308', NULL, NULL, '$2y$10$XS8vzVD/Ax6gSRpGz39q/OEAUl.zrynsTJ511byp8QweNcpkgHE4K', NULL, 2, 'user', '1', '2023-09-04 15:26:24', '2023-09-04 15:26:24'),
(00000000000000001737, 14, 'Md. Shahdat Hossain Shipon', '123456534352452414314', 'Shahdat@gmail.com', 'bosundhara G block', '01670823064', NULL, NULL, '$2y$10$sNZQkVx6W05rGZ.fR5Ke9uUWTjYHs9AAUdx96Cti1t6e.gKwsR2oW', NULL, 2, 'user', '1', '2023-09-04 15:30:18', '2023-09-04 15:30:18'),
(00000000000000001738, 14, 'Mazharul Islam Rafi', '123456534352452414314', 'Mazharul@gmail.com', 'cumilla', '01629316572', NULL, NULL, '$2y$10$eQuxPVknhy/B4lzPRJhm4ePu9myTuccNbIzlnnF4Au3JhVtgZaIr.', NULL, 2, 'user', '1', '2023-09-04 15:31:45', '2023-09-04 15:31:45'),
(00000000000000001739, 14, 'Hafizur Rahman', '123456534352452414314', 'Hafizur@gmail.com', 'cox\'bazar', '01769006724', NULL, NULL, '$2y$10$q1wBOgxouHRTpd7ubbWyhOGR/DpU7QNKbZp12DVLGp1Oedi3/w.Y6', NULL, 2, 'user', '1', '2023-09-04 15:33:54', '2023-09-04 15:33:54'),
(00000000000000001740, 14, 'Jakarea Parvez', '123456534352452414314', 'Jakarea@gmail.com', 'bogura', '01728247398', NULL, NULL, '$2y$10$gxcsJLHV7LBGaujqBfNNHuesQmC63tv5dLwCngda30hgEVZGVPPYO', NULL, 2, 'user', '1', '2023-09-04 15:35:10', '2023-09-04 15:35:10'),
(00000000000000001741, 14, 'Rabiul Islam', '123456534352452414314', 'Rabiul@gmail.com', 'dhaka', '01718714248', NULL, NULL, '$2y$10$/u7EUVYiVUwLfPXtZUqCue5vPwr1CyVEoiFgukh./pSLGxB6rruE.', NULL, 2, 'user', '1', '2023-09-04 15:36:26', '2023-09-04 15:36:26'),
(00000000000000001742, 14, 'Sharifuddin Mahmud', '123456534352452414314', 'Sharifuddinl@gmail.com', 'khilgaon', '01817040358', NULL, NULL, '$2y$10$NCXKGvXUZmx80jrPPKtIeOGhX1fkXvAcbFjL7OVkeAkOieea0VvXO', NULL, 2, 'user', '1', '2023-09-04 15:37:42', '2023-09-04 15:37:42'),
(00000000000000001743, 14, 'Saif Uddin', '123456534352452414314', 'Uddin9@gmail.com', 'dhaka', '01910002842', NULL, NULL, '$2y$10$lH3rMOLWWCYP9/jfFVNQ4e4aXFvLenAVRldbkduqfeU67e/oGrh1y', NULL, 2, 'user', '1', '2023-09-04 15:38:48', '2023-09-04 15:38:48'),
(00000000000000001744, 14, 'GM Ra Bbi', '123456534352452414314', 'RaBbi@gmail.com', 'dhaka', '01722929730', NULL, NULL, '$2y$10$xjwagiD6/FpTSUmnzLe4EuP6CEKK6acHWRQE/kZZ0bmsi.OU0h36C', NULL, 2, 'user', '1', '2023-09-04 15:39:57', '2023-09-04 15:39:57'),
(00000000000000001745, 14, 'জীবনের গল্প', '123456534352452414314', 'Aminul@gmail.com', 'dhaka', '01638518038', NULL, NULL, '$2y$10$WV7dXiBJvKev8.MXTQ1Iuei.R7uWHWgshuLHw0QeMAF2bHonyQefK', NULL, 2, 'user', '1', '2023-09-04 15:40:59', '2023-09-04 15:40:59'),
(00000000000000001746, 14, 'Abdullah Tanzim', '123456534352452414314', 'Abdullah@gmail.com', 'dhaka', '01963288618', NULL, NULL, '$2y$10$t/ZbWIOaCaOYdvtBj7mUw.GLvqAbnAvhB2YX3Bxsy8S3WGl9SkPWy', NULL, 2, 'user', '1', '2023-09-04 15:41:58', '2023-09-04 15:41:58'),
(00000000000000001747, 14, 'Tasura Pf', '123456534352452414314', 'Tasura@gmail.com', 'CTG', '01846423003', NULL, NULL, '$2y$10$qyWlT.hYP7it1Un78AwHqOsNmZ/2vIxh0niMODKkiHh713FWFcoBy', NULL, 2, 'user', '1', '2023-09-04 15:42:52', '2023-09-04 15:42:52'),
(00000000000000001748, 14, 'M R Anik', '123456534352452414314', 'Anik@gmail.com', 'keranigonj', '01609275374', NULL, NULL, '$2y$10$0UJMXQ/ykl6FzBi.JWZtre1NgTBcpliE6kOF9pLYIcQPxEsDieXh6', NULL, 2, 'user', '1', '2023-09-04 15:43:54', '2023-09-04 15:43:54'),
(00000000000000001749, 14, 'Ucchas Rema', '123456534352452414314', 'Ucchas@gmail.com', 'dhaka', '01608672416', NULL, NULL, '$2y$10$flIckHhXulwM/axxE4UMV.PDHlyJS5KwnlhxPSA0TsQPkwFypR.H6', NULL, 2, 'user', '1', '2023-09-04 15:44:51', '2023-09-04 15:44:51'),
(00000000000000001750, 14, 'Robiul', '123456534352452414314', 'Robiull@gmail.com', 'uttora, r-3.se-4,h-28', '01833180627', NULL, NULL, '$2y$10$RL6EVPKt/qyGgGF5OO9ShusFtSPqvbA5p5yHoIsENtiXKY2jkH6TO', NULL, 2, 'user', '1', '2023-09-04 15:46:10', '2023-09-04 15:46:10'),
(00000000000000001751, 14, 'Aman Ullah', '123456534352452414314', 'Aman@gmail.com', 'narayangonj', '01825686061', NULL, NULL, '$2y$10$WcN7ClTsx9Jq91dq5l8XV.P16zCyDOn.2q/lCdEh/gdgXMWbX4Vqe', NULL, 2, 'user', '1', '2023-09-04 15:52:26', '2023-09-04 15:52:26'),
(00000000000000001752, 14, 'Abu Sayied', '123456534352452414314', 'ayied@gmail.com', 'dhaka', '01714078750', NULL, NULL, '$2y$10$5AY9PtvGO45nssPfIIPfbefqlv0Ax7r.ZZcktjgaCAFU3LHhzZCRu', NULL, 2, 'user', '1', '2023-09-04 15:53:36', '2023-09-04 15:53:36');
INSERT INTO `users` (`id`, `lebel_id`, `name`, `nid`, `email`, `address`, `phone`, `alter_phone`, `email_verified_at`, `password`, `remember_token`, `role`, `type`, `user_type`, `created_at`, `updated_at`) VALUES
(00000000000000001753, 14, 'Md. Saddam Hossain', '123456534352452414314', 'Saddam@gmail.com', 'serpur', '01919156583', NULL, NULL, '$2y$10$EwHL9ssxzBZcw7ykHFgOOe2Vojl43MAp0QYPll0N1cMLCYvgZlr.q', NULL, 2, 'user', '1', '2023-09-04 15:55:20', '2023-09-04 15:55:20'),
(00000000000000001754, 14, 'MD Nayem Afrim', '123456534352452414314', 'Nayem@gmail.com', 'narayangonj', '01779818012', NULL, NULL, '$2y$10$WJIa.PdI0qjun5tlSjadmeqz1rvTOZxfnHHFuXy9dJ2mYp/XjORzC', NULL, 2, 'user', '1', '2023-09-04 15:56:11', '2023-09-04 15:56:11'),
(00000000000000001755, 14, 'Irfan Muhammad Haroon', '123456534352452414314', 'Muhammad@gmail.com', 'dhaka', '01682613307', NULL, NULL, '$2y$10$lSuG5aQDKHLjl2YXIQctJuk93jfJPx0smzxCB/fjUc8z5W9XI1MAa', NULL, 2, 'user', '1', '2023-09-04 15:57:29', '2023-09-04 15:57:29'),
(00000000000000001756, 14, 'Raian Navid', '123456534352452414314', 'Raianl@gmail.com', 'dhaka', '01784826275', NULL, NULL, '$2y$10$ivseLOkMdh0Og8TcYzVpreoKXkCCcxHFbXmD2KhhJ34JR5qqwd7hq', NULL, 2, 'user', '1', '2023-09-04 15:58:38', '2023-09-04 15:58:38'),
(00000000000000001757, 14, 'HP Haider', '123456534352452414314', 'Haider@gmail.com', 'dhaka', '01749701566', NULL, NULL, '$2y$10$d7FfIBl2rWDxTp/6Av5vb.R7q3mpPZQksY5qGL4gJWWsTPOMi4tl2', NULL, 2, 'user', '1', '2023-09-04 15:59:38', '2023-09-04 15:59:38'),
(00000000000000001758, 14, 'Aminur Rahman', '123456534352452414314', 'Aminur@gmail.com', 'rayerbazar,', '01731493242', NULL, NULL, '$2y$10$Vs5jTdGLM0Z4KEXSqQX7JOmU5Wf7ACi8Z2IUETon59Flkvy0sVf02', NULL, 2, 'user', '1', '2023-09-05 11:01:19', '2023-09-05 11:01:19'),
(00000000000000001759, 14, 'Moʜʌɱɱeɗ Rʌseɭ Rʌŋʌ', '123456534352452414314', 'Shahin@gmail.com', 'dhaka', '01885121283', NULL, NULL, '$2y$10$iZ1ilyuN4FJrGrXRnf84XOW/Q0NF/gnETB.jcaJV3/vGUzxK66I.W', NULL, 2, 'user', '1', '2023-09-05 11:06:39', '2023-09-05 11:06:39'),
(00000000000000001760, 14, 'Abid Hasan', '123456534352452414314', 'Abid@gmail.com', 'dhaka', '01626439740', NULL, NULL, '$2y$10$YK7FpEc.iTBE92kOS6GXJeFRUl0jpd1mpomR3RToZsBQBeIpE9opu', NULL, 2, 'user', '1', '2023-09-05 11:07:44', '2023-09-05 11:07:44'),
(00000000000000001761, 14, 'Masum Billah', '123456534352452414314', 'Masum@gmail.com', 'dhaka', '01511944734', NULL, NULL, '$2y$10$76L9guXmCaQgknR1k3NiVOibIwt82WWkQrimSoIfYm0XO3uIy1sqG', NULL, 2, 'user', '1', '2023-09-05 11:09:03', '2023-09-05 11:09:03'),
(00000000000000001762, 14, 'Rubayet Hoque Himel', NULL, 'Rubayet@gmail.com', 'dhaka', '01817124712', NULL, NULL, '$2y$10$3qW6y1tV.Zzi2y3kP6Yniu5us9BjC5pofEVEC5YA6IJvRUb6jQSnO', NULL, 2, 'user', '1', '2023-09-05 13:57:58', '2023-09-05 13:57:58'),
(00000000000000001763, 14, 'Nafijur Rahman Parvez', '123456534352452414314', 'Nafijurl@gmail.com', 'dhaka', '01763166214', NULL, NULL, '$2y$10$w.WTIyj0lhzyHJdlOtOao.IwOce.dKeyiaIU8QkTfXW6ji47YoZV.', NULL, 2, 'user', '1', '2023-09-05 13:59:13', '2023-09-05 13:59:13'),
(00000000000000001764, 14, 'Md Monir Hossain', '123456534352452414314', 'Monir@gmail.com', 'dhaka', '01810987574', NULL, NULL, '$2y$10$60Vm4LH8/A70aJrL9r4Fje6xTnQbKEACBX9wzC7PLwWnq4Bmkghtq', NULL, 2, 'user', '1', '2023-09-05 14:53:40', '2023-09-05 14:53:40'),
(00000000000000001765, 14, 'Abu Tayab', '123456534352452414314', NULL, 'hatirpul', '01408636700', NULL, NULL, '$2y$10$NkKeFy527HKrsoyOcf6Q2uMLrZaNDTrSZlIZQvtQDPVkNEgg7iLOe', NULL, 2, 'user', '1', '2023-09-05 14:54:41', '2023-09-05 14:54:41'),
(00000000000000001766, 14, 'Md Rayhan Imran', '123456534352452414314', 'Rayha99@gmail.com', 'narayangonj, shibo market', '01753454596', NULL, NULL, '$2y$10$ylZJq6IzQJfizco7lYcdR.QZXTJcKR8fyPuhj6Qix4ChVMVuk5gxi', NULL, 2, 'user', '1', '2023-09-05 14:56:01', '2023-09-05 14:56:01'),
(00000000000000001767, 14, 'Saymon Malik', '123456534352452414314', 'Saymon@gmail.com', 'tejga', '01811372255', NULL, NULL, '$2y$10$bZ8PhwPNckbW73e9j1YKYOLvwmNwGXFcLXbzBtfX9hD710rRsEi5C', NULL, 2, 'user', '1', '2023-09-05 14:57:19', '2023-09-05 14:57:19'),
(00000000000000001768, 14, 'Samir Rahman', '123456534352452414314', 'Samir@gmail.com', 'dhaka', '01950900460', NULL, NULL, '$2y$10$58.3z.nsjJxlVNqX.VqcWeuN.K33UdmQiUfpgdo/o27IDUAwst2eS', NULL, 2, 'user', '1', '2023-09-05 14:58:21', '2023-09-05 14:58:21'),
(00000000000000001769, 14, 'Md Babu', '123456534352452414314', 'Babu@gmail.com', 'dhaka', '01873138960', NULL, NULL, '$2y$10$HvkgISUtCE1An.hxdRpmQOYWdXiVUkJ63fYMS81osRcggST9/s2HW', NULL, 2, 'user', '1', '2023-09-05 14:59:22', '2023-09-05 14:59:22'),
(00000000000000001770, 14, 'Masud Rana', '123456534352452414314', 'Masud@gmail.com', 'nilfaria', '01735679375', NULL, NULL, '$2y$10$ADaUNZ/rn46SIWSmVbxKZO9Mw7SeC0IY1HmiB5eNJjmaT7LZQVd4i', NULL, 2, 'user', '1', '2023-09-05 15:01:27', '2023-09-05 15:01:27'),
(00000000000000001771, 14, 'Aman Ullah Shaker', '123456534352452414314', 'Aman@gmail.com', 'khulna', '01685000426', NULL, NULL, '$2y$10$jlDr7BWg2BwaXuIV9lYhA.dVKSEU5CMFhGGURVlk9xEVpjDpp/ria', NULL, 2, 'user', '1', '2023-09-05 15:02:27', '2023-09-05 15:02:27'),
(00000000000000001772, 14, 'Miraz Uddin Aryan', '123456534352452414314', 'Miraz@gmail.com', 'dhaka', '01930348436', NULL, NULL, '$2y$10$b5O29HhnVm1gdaB9ry3WV.A0hDHJ5stTu5oionmwhlpoqZ6urWCaK', NULL, 2, 'user', '1', '2023-09-05 15:04:18', '2023-09-05 15:04:18'),
(00000000000000001773, 14, 'Monir Hasan', '123456534352452414314', 'Monir@gmail.com', 'dhaka', '01716993225', NULL, NULL, '$2y$10$.8FqHg5hxXB4y2EFH0TNQuN8C/HufOXIUG8hmrYbXxUXV6Xud7bha', NULL, 2, 'user', '1', '2023-09-05 15:05:14', '2023-09-05 15:05:14'),
(00000000000000001774, 14, 'S H Jony Mazi', '123456534352452414314', 'Jonyl@gmail.com', 'dhaka', '01712098502', NULL, NULL, '$2y$10$eQX4fTcOspV/k47kf.ePMe7KpSIYnRDSixYtHscH584CCtZ9Efktm', NULL, 2, 'user', '1', '2023-09-05 15:06:14', '2023-09-05 15:06:14'),
(00000000000000001775, 14, 'Mostofa Kamal', '123456534352452414314', 'Mostofa@gmail.com', 'dhaka', '01911123069', NULL, NULL, '$2y$10$NcC6ttfZsFHCgNqi5MUFN..zTgfmKlRqJ2WtAxz1y3H4oKXSFbI3m', NULL, 2, 'user', '1', '2023-09-05 15:07:22', '2023-09-05 15:07:22'),
(00000000000000001776, 14, 'Akm Ashrafuzzaman', '123456534352452414314', 'Ashrafuzzaman@gmail.com', 'mirpur-1 sony cenema hall', '01787693743', NULL, NULL, '$2y$10$nnsFBDLwgB1GrHdpvZuOs.C9JIvOZ5RKmeDhtpZFb.IjqiExmZi..', NULL, 2, 'user', '1', '2023-09-05 15:08:22', '2023-09-05 15:08:22'),
(00000000000000001777, 14, 'Harun Rashid', '123456534352452414314', 'Harun@gmail.com', 'dhaka', '01716205225', NULL, NULL, '$2y$10$bC/dlsZwxb3FvUF2xBDmh.bJqxvCXMJ2HlKja1i0w4s1ZWQWrnMjy', NULL, 2, 'user', '1', '2023-09-05 15:09:42', '2023-09-05 15:09:42'),
(00000000000000001778, 14, 'Abdul Kader', '123456534352452414314', 'Abdul@gmail.com', 'dhaka', '01781453189', NULL, NULL, '$2y$10$yBNjFM8.VqJAkiquIaYGler9eaUXx/npvtpJ1dcMHtZNdDgNOXcu.', NULL, 2, 'user', '1', '2023-09-05 15:11:01', '2023-09-05 15:11:01'),
(00000000000000001779, 14, 'Sykot Jaman', '123456534352452414314', 'Jaman@gmail.com', 'rongpur', '01790367777', NULL, NULL, '$2y$10$Y0H8OXk3ei9HFheJVA7G.uECBWX7H3k5w4i2thWO0Z5YbFu.hXWB6', NULL, 2, 'user', '1', '2023-09-05 15:11:58', '2023-09-05 15:11:58'),
(00000000000000001780, 14, 'Anwarul Azim', '123456534352452414314', 'Balayet@gmail.com', 'norsindhi', '01819120968', NULL, NULL, '$2y$10$H/iZdy2qlDuF1ZsAQ6gbROVWIMwwnuyeCM6rqE1j2PrXGZbFjGcy2', NULL, 2, 'user', '1', '2023-09-05 15:13:07', '2023-09-05 15:13:07'),
(00000000000000001781, 14, 'Syed Didar', '123456534352452414314', 'Syed@gmail.com', 'dhaka', '01701203245', NULL, NULL, '$2y$10$nCH6F21FvLbsuRkvmwgRWe4GQrEn6dsCUQcF8HPkrCeAjKVfDJ4bq', NULL, 2, 'user', '1', '2023-09-05 15:15:02', '2023-09-05 15:15:02'),
(00000000000000001782, 14, 'Azadur Rahman Khan', '123456534352452414314', 'Azadur@gmail.com', 'dhaka', '০১৭১৬৬৯০৮২৭', NULL, NULL, '$2y$10$ys3Wl4JtuKe/hcun2UKPn.aksoeSXLYOvJwTRm5UlrUD/8CcuqnM.', NULL, 2, 'user', '1', '2023-09-05 15:16:09', '2023-09-05 15:16:09'),
(00000000000000001783, 14, 'Mh Mashud Rana', '123456534352452414314', 'Mashud@gmail.com', 'dhaka', '01714625319', NULL, NULL, '$2y$10$4pfQQ3iW.7ZnOmMRr03i5OcOnxyTQSAB4yEGzLvQF2rczqwoOD7lC', NULL, 2, 'user', '1', '2023-09-05 15:17:31', '2023-09-05 15:17:31'),
(00000000000000001784, 14, 'Mahadi Hasan Best', '123456534352452414314', 'Mahadi@gmail.com', 'Asulia', '01735190776', NULL, NULL, '$2y$10$ufkXlcnFbDIzKYolZReOQec.eFUOBLW2c7pbfPdvEtW4dLKpggMj.', NULL, 2, 'user', '1', '2023-09-05 15:18:30', '2023-09-05 15:18:30'),
(00000000000000001785, 14, 'Md Chonchol', '123456534352452414314', 'Chonchol@gmail.com', 'dhaka', '01919562111', NULL, NULL, '$2y$10$5jthRLXMGVc8/4NqNQa.QOrmMlHbmpRj69dkwwqb5QUnLpjtseOIy', NULL, 2, 'user', '1', '2023-09-05 15:19:44', '2023-09-05 15:19:44'),
(00000000000000001786, 14, 'Mahedihasan Ashik', '123456534352452414314', 'Mahedihasan@gmail.com', 'dhaka', '01718881844', NULL, NULL, '$2y$10$QuYkMQV6yEu3iY7Xzzh5zuA9ghXYogfcjoCscbJuWYU99uJjp4Zcq', NULL, 2, 'user', '1', '2023-09-05 15:21:03', '2023-09-05 15:21:03'),
(00000000000000001787, 14, 'M H Arman Mehedi', '123456534352452414314', 'Arman@gmail.com', 'norsinghopur', '01601825692', NULL, NULL, '$2y$10$97.tbXd8pMDMGXpOo9Rg5.CpN/LnPNHsvu/2ulw5LNLKkNc7XWBd.', NULL, 2, 'user', '1', '2023-09-05 15:26:15', '2023-09-05 15:26:15'),
(00000000000000001788, 14, 'Anim', '123456534352452414314', 'Anim@gmail.com', 'muktijodda market', '01786652666', NULL, NULL, '$2y$10$aYu8jssCHhmi4J5ffdTQoemtWP38KF0S4.eqynR0CbBYk7qkIlGhi', NULL, 2, 'user', '1', '2023-09-05 15:28:18', '2023-09-05 15:28:18'),
(00000000000000001789, 14, 'Md Sharif', '123456534352452414314', 'Sharif@gmail.com', 'magura', '01745895198', NULL, NULL, '$2y$10$bfkP5I8IV1OIRGzZ29nLuOwopimOpO2/TgqsYCBsEd5tSyAjPhOuW', NULL, 2, 'user', '1', '2023-09-05 15:29:21', '2023-09-05 15:29:21'),
(00000000000000001790, 14, 'Ehsanul Karim', '123456534352452414314', 'Ehsanul@gmail.com', 'dhaka', '01932797580', NULL, NULL, '$2y$10$sPoL5rVmF4zv1L86sHTU4OSy.8XaxI9OrEL6/kWC8aKuynSyT.MtW', NULL, 2, 'user', '1', '2023-09-05 15:32:27', '2023-09-05 15:32:27'),
(00000000000000001791, 14, 'Rajib Chowdhury', '123456534352452414314', 'Rajib@gmail.com', 'hobiganj', '01711465848', NULL, NULL, '$2y$10$0RcVq6C40/I3ze6CBXbeAOR2zxPfaDdKhTeXKb1fo/5VVeSjUojAO', NULL, 2, 'user', '1', '2023-09-05 15:33:40', '2023-09-05 15:33:40'),
(00000000000000001792, 14, 'Jowel Rana', '123456534352452414314', 'Jowel@gmail.com', 'gazipur courasta', '01933170813', NULL, NULL, '$2y$10$uGyMBF1Lf5EJWVG5BszqQeH7Ks9GQ56UNCryKBqqt/d058VcTOMCC', NULL, 2, 'user', '1', '2023-09-05 15:35:58', '2023-09-05 15:35:58'),
(00000000000000001793, 14, 'Shadman Sakib Madhurzo', '123456534352452414314', 'Shadman@gmail.com', 'cantonemnt', '01533826915', NULL, NULL, '$2y$10$.8XBTfTxjAoA0fQ.mHw/IefPQHoZbonPkKv7jd1w8Cdv3PRufa3Ii', NULL, 2, 'user', '1', '2023-09-05 15:38:54', '2023-09-05 15:38:54'),
(00000000000000001794, 14, 'Ahsan Habib', '01234668888', 'Ahsan@gmail.com', 'dhaka', '01711905862', NULL, NULL, '$2y$10$dVEiGJbslTGfCIQK52uC0.HsJEdr8S.z880AjV8aDSfEPLFo5MmJq', NULL, 2, 'user', '1', '2023-09-05 15:40:39', '2023-09-05 15:40:39'),
(00000000000000001795, 14, 'Hma Hannan', '123456534352452414314', 'Hannan@gmail.com', 'dhaka', '01952407374', NULL, NULL, '$2y$10$he3HhmowYkdYFrFUC0msx.IrCgwX/AkfslS7N/QxBSBx5I6XLerRO', NULL, 2, 'user', '1', '2023-09-05 15:44:01', '2023-09-05 15:44:01'),
(00000000000000001796, 14, 'Mushfiqun Islam Araf', '123456534352452414314', 'Mushfiqun@gmail.com', 'CTG', '01892416983', NULL, NULL, '$2y$10$o4QhYzLrncJLgfq3y//8juk6IwNoNa2ACxjNqFxfVs4Qcv5NZK4oy', NULL, 2, 'user', '1', '2023-09-05 15:47:32', '2023-09-05 15:47:32'),
(00000000000000001797, 14, 'Nur Mohammad', '123456534352452414314', 'Mohammad@gmail.com', 'rainkhula bazar, ciriyakhana road', '01677514336', NULL, NULL, '$2y$10$d5qQwOpc47/lY8/OBVPmoek7EiwyyDnk6cy2B1FDZsORaPKAuAgWy', NULL, 2, 'user', '1', '2023-09-05 15:48:54', '2023-09-05 15:48:54'),
(00000000000000001798, 14, 'Apon Ambulence', '123456534352452414314', 'Apon@gmail.com', 'dhaka', '01712285019', NULL, NULL, '$2y$10$TYvxRbfw4KOkOLjCdXECQ.m49z0/pLHCtgFUWIfcBxDf3FFwtfsWW', NULL, 2, 'user', '1', '2023-09-05 15:50:06', '2023-09-05 15:50:06'),
(00000000000000001799, 14, 'মুহাম্মদ শামীম', '123456534352452414314', 'Aminul@gmail.com', 'velly road', '01815468070', NULL, NULL, '$2y$10$zzSl0wqsmn17uIo77yduWupF9TzwZhOVVEaWbQjPNKgXadMAF3HW6', NULL, 2, 'user', '1', '2023-09-05 15:51:11', '2023-09-05 15:51:11'),
(00000000000000001800, 14, 'Md Sobuj', '123456534352452414314', 'Sobuj@gmail.com', 'mirpur-14', '01912878439', NULL, NULL, '$2y$10$LEbqt6lzPeAs0MWCzJIglulh7ZicHoqkT4KkoUh/BdoMl/irpBh1C', NULL, 2, 'user', '1', '2023-09-05 15:55:06', '2023-09-05 15:55:06'),
(00000000000000001801, 14, 'Reja Rabbani', '123456534352452414314', 'Rabbani@gmail.com', 'damrai', '01711029042', NULL, NULL, '$2y$10$fX9NcfkoaUrynq1vTjWgT.fIKK0l8DjRCm06D7E2IfeosKG75GcCm', NULL, 2, 'user', '1', '2023-09-05 15:58:24', '2023-09-05 15:58:24'),
(00000000000000001802, 14, 'Chietrangshu Das Raju', '123456534352452414314', 'Chietrangshu@gmail.com', 'dhaka', '01732363053', NULL, NULL, '$2y$10$aGOtENUtYstHKwNxOkhAc.oHVkyEaETuzmfPDujic6WHN03CcAJJ6', NULL, 2, 'user', '1', '2023-09-05 15:59:34', '2023-09-05 15:59:34'),
(00000000000000001803, 14, 'Tanmim', '123456534352452414314', 'Tanmim@gmail.com', 'dhaka', '01711239373', NULL, NULL, '$2y$10$IIcZPryQb2m.vtC/EDoYWuqxx2CMfYlgDiizOrgHYT2qzDamO/x3.', NULL, 2, 'user', '1', '2023-09-05 16:01:41', '2023-09-05 16:01:41'),
(00000000000000001804, 14, 'Sk Razib Ahmed', '123456534352452414314', 'Razib@gmail.com', 'dhaka', '01711969473', NULL, NULL, '$2y$10$N4kghkyPF9o0qUMuD8NhredtVKFNBrWpAI/IcbOe/ajBB.gzYQPc6', NULL, 2, 'user', '1', '2023-09-05 16:02:50', '2023-09-05 16:02:50'),
(00000000000000001805, 14, 'Pallob Karmaker', '123456534352452414314', 'Pallob@gmail.com', 'uttora', '01811101423', NULL, NULL, '$2y$10$qHcTBpJh3fFhtyblAkquxe0P8xTZoIlrlliL0G3VX.MtP5THYJ0ka', NULL, 2, 'user', '1', '2023-09-05 16:04:13', '2023-09-05 16:04:13'),
(00000000000000001806, 14, 'Dip Baidya', '123456534352452414314', 'Baidya@gmail.com', 'dhaka', '01883569192', NULL, NULL, '$2y$10$MWKk1imtgq/DvROcwdk5s.1uNiJh8H/rBfSpPSFdM649X5ar3/H22', NULL, 2, 'user', '1', '2023-09-05 16:05:18', '2023-09-05 16:05:18'),
(00000000000000001807, 14, 'নাদিম মাহমুদ', '123456534352452414314', 'Aminul@gmail.com', 'H-9, R-9, B-A, Nobodoy Housing Society, Dhaka', '01829172775', NULL, NULL, '$2y$10$bcURy3kn2NSC2w/qtEsV9upTHG69N6jH/UYz6khWY75mj6StOu/na', NULL, 2, 'user', '1', '2023-09-05 16:06:13', '2023-09-05 16:06:13'),
(00000000000000001808, 14, 'Nirob Islam', '123456534352452414314', 'Nirob@gmail.com', 'dhaka', '01716078951', NULL, NULL, '$2y$10$BFSufV.FFRrk8q4ruJfP1Oi3tk.gLYGcGS84hln5ibFCx.GMsXgOK', NULL, 2, 'user', '1', '2023-09-05 16:09:40', '2023-09-05 16:09:40'),
(00000000000000001809, 14, 'Mahathe Shaown', '123456534352452414314', 'Mahathe@gmail.com', 'dhaka', '01737118246', NULL, NULL, '$2y$10$5Z0nl9cGiWu/pozK0u3ELeQOLQ4vr1hE8hnlJB5rJUSHV4DGNUQRm', NULL, 2, 'user', '1', '2023-09-05 16:10:45', '2023-09-05 16:10:45'),
(00000000000000001810, 14, 'Azibur', '123456534352452414314', 'Azibur@gmail.com', 'Harez Road Nordda', '01908591002', NULL, NULL, '$2y$10$WL5is6jt0vzNnR/lLbOxhezeykBcTfbsFEjR5cdU0sXp6mxC2G.Wq', NULL, 2, 'user', '1', '2023-09-05 16:13:49', '2023-09-05 16:13:49'),
(00000000000000001811, 14, 'Prantik Rahman', '123456534352452414314', 'Prantik@gmail.com', 'dhaka', '01719006375', NULL, NULL, '$2y$10$iMQo227jmVUfSbY9sZ61c.CrVmlq8oNU84sZfUeP57Fd62.HgHxBC', NULL, 2, 'user', '1', '2023-09-05 16:15:26', '2023-09-05 16:15:26'),
(00000000000000001812, 14, 'Tanvir Sohag', '123456534352452414314', 'Tanvirl@gmail.com', 'shylet', '01678712495', NULL, NULL, '$2y$10$PMyH7Wu7W4NDBzrOyGy/pu79DLToLeEXhBQBs/7dS7najn7Ra0bTq', NULL, 2, 'user', '1', '2023-09-05 16:16:36', '2023-09-05 16:16:36'),
(00000000000000001813, 14, 'মোঃ নুরুল আলম', '123456534352452414314', 'Aminul@gmail.com', 'khagorachori', '01775193520', NULL, NULL, '$2y$10$Frr4cpkFjbJO.GHYt619hux4llftd6EbGOMJ4kzUM1.ao/ZRD9oSC', NULL, 2, 'user', '1', '2023-09-05 16:17:48', '2023-09-05 16:17:48'),
(00000000000000001814, 14, 'Md Rasel Mia Rabby', '123456534352452414314', 'Rasel@gmail.com', 'dhaka', '০১৬১২৭৯২৬৯২', NULL, NULL, '$2y$10$D2ibrSMux1aafQr2uDWiket2fFraJEZeelr.60qtPkedUHxPnVjcW', NULL, 2, 'user', '1', '2023-09-05 16:18:55', '2023-09-05 16:18:55'),
(00000000000000001815, 14, 'mosarof', '123456534352452414314', 'mosarof@gmail.com', 'mawna', '01611413096', NULL, NULL, '$2y$10$NgII3nhph3x1XsVmqy1BReiEkNZ4Vdi5baQgM.nLPV.cc9rNa9noy', NULL, 2, 'user', '1', '2023-09-05 16:21:21', '2023-09-05 16:21:21'),
(00000000000000001816, 14, 'Topu Shikdar', '123456534352452414314', 'Topu@gmail.com', 'dhaka', '01881229942', NULL, NULL, '$2y$10$T3KK0pglSDBP.DYNoHUZ0OGiu.AwaQ1Dkbm4jO4KpsH8.paa249aC', NULL, 2, 'user', '1', '2023-09-05 16:22:30', '2023-09-05 16:22:30'),
(00000000000000001817, 14, 'Mahfuzur Rahman Musa', '123456534352452414314', 'Mahfuzur@gmail.com', 'dhaka', '01611108642', NULL, NULL, '$2y$10$9nNTdR4WVFQvJywIC6Sc7uEmqDmIiF5iRHjpmOcvq22tfvGFgNOa6', NULL, 2, 'user', '1', '2023-09-05 16:23:50', '2023-09-05 16:23:50'),
(00000000000000001818, 14, 'Mohammad Moinul Hoque', '123456534352452414314', 'Mohammad@gmail.com', 'dhaka', '01769006282', NULL, NULL, '$2y$10$OXgDUQKdvbbmK.PV/eOaEuHSdTNrplQ5X1Ehn3W5hNCHCf.mjHWSS', NULL, 2, 'user', '1', '2023-09-05 16:24:49', '2023-09-05 16:24:49'),
(00000000000000001819, 14, 'Md Shoaib Momen', '123456534352452414314', 'Shoaib@gmail.com', 'shewrapara', '01708524152', NULL, NULL, '$2y$10$k4vuQ/IR8.AV74R5R1b5XucFC.NV9UkrU8DN/zolX6BYywpU4j2Oe', NULL, 2, 'user', '1', '2023-09-05 16:25:55', '2023-09-05 16:25:55'),
(00000000000000001820, 14, 'Navid Rajin', '123456534352452414314', 'Navid@gmail.com', 'House#292, block # c, khilgaon, Dhaka-1219.', '01799848272', NULL, NULL, '$2y$10$rG0Su1utmE3IDkAgbq3eXuviGgiHY7iT7N7ilucvS/xogKRUngX/q', NULL, 2, 'user', '1', '2023-09-05 16:27:32', '2023-09-05 16:27:32'),
(00000000000000001821, 14, 'MD Sharif Khan', '123456534352452414314', 'Sharif@gmail.com', 'dhaka', '01302944344', NULL, NULL, '$2y$10$jS2PVzSXuBZ/aS8IcO9.4.zrjAA137KEChs90ArRs8Uo1KmqGt8jy', NULL, 2, 'user', '1', '2023-09-05 16:29:09', '2023-09-05 16:29:09'),
(00000000000000001822, 14, 'Sk Shohagh', '123456534352452414314', 'Shohagh@gmail.com', 'jossor', '01779065511', NULL, NULL, '$2y$10$KEx518ZpL4HcN1J5HzpE5.OjPUD6Rx8iGtuLko6mrSHZLPJLUJZNu', NULL, 2, 'user', '1', '2023-09-05 16:30:36', '2023-09-05 16:30:36'),
(00000000000000001823, 14, 'করিম ফকির', '123456534352452414314', 'Aminul@gmail.com', 'tejga truck stand', '01733276678', NULL, NULL, '$2y$10$bYWyhNEKOVqldP65FaaV9elVfGF8PXi5Tvv6YOkQkXMM5qnYqmXYW', NULL, 2, 'user', '1', '2023-09-05 16:31:27', '2023-09-05 16:31:27'),
(00000000000000001824, 14, 'Shakhawat Hossain', '123456534352452414314', 'Shakhawat@gmail.com', 'majar road', '01571706103', NULL, NULL, '$2y$10$oAkTzAMh0KdDSxFlbs8fC.4bz74b/iPoHTaXXpgXr3G0Aa9JiCIIC', NULL, 2, 'user', '1', '2023-09-05 16:33:07', '2023-09-05 16:33:07'),
(00000000000000001825, 14, 'Fakhar Uddin Ahmed', '123456534352452414314', 'Fakhar@gmail.com', 'uttora', '01713380301', NULL, NULL, '$2y$10$iblRWvwcQyXKMqFOOWzIpOPJPs19PwgDC.Kyd/raoksKEU5YcuecC', NULL, 2, 'user', '1', '2023-09-05 16:34:13', '2023-09-05 16:34:13'),
(00000000000000001826, 14, 'Jakir Khandakar', '123456534352452414314', 'Jakir@gmail.com', 'konabari,gazipur', '01717263626', NULL, NULL, '$2y$10$GqgYlwMY/a4m3dbutSwrhuLXCKK7H0Ox45f4nz/HSEckWOH6gVpiq', NULL, 2, 'user', '1', '2023-09-05 16:35:49', '2023-09-05 16:35:49'),
(00000000000000001827, 14, 'Khan Aminur Rahman Shohagh Fakhar Uddin Ahmed', '123456534352452414314', 'KhanAminul@gmail.com', 'dhaka', '01764700380', NULL, NULL, '$2y$10$p2MS4ssKatjX3bU.CL1qRu9/hEl26mg2BUsc4r4jqx8OKjjngkehW', NULL, 2, 'user', '1', '2023-09-05 16:39:34', '2023-09-05 16:39:34'),
(00000000000000001828, 14, 'Manik Miah', '123456534352452414314', 'Manik@gmail.com', 'dhaka', '01736635678', NULL, NULL, '$2y$10$EAI.w5b6kPfyJCG.ho1MkeAhlFMnOoTTdKFkgvsKS6K3WtwfO8rvK', NULL, 2, 'user', '1', '2023-09-05 16:41:36', '2023-09-05 16:41:36'),
(00000000000000001829, 14, 'Kawsar Ali', '123456534352452414314', 'Kawsar@gmail.com', 'tongi', '01714624594', NULL, NULL, '$2y$10$daxYbmkbJOdaK/cmAlybiOFbs0ddLQrxOcuX/ndRoIIHnJqhDzH.i', NULL, 2, 'user', '1', '2023-09-05 16:42:48', '2023-09-05 16:42:48'),
(00000000000000001830, 14, 'Muhammad Abdus Sattar', '123456534352452414314', 'Muhammad@gmail.com', 'dhaka', '0 171114201', NULL, NULL, '$2y$10$kH4dgDKwRMar0COfUXullurGGPYuDXW4a2xP7fQukH60T4eEDLW/2', NULL, 2, 'user', '1', '2023-09-05 16:46:20', '2023-09-05 16:46:20'),
(00000000000000001831, 14, 'Md Hasinur Jaman Biplob', '123456534352452414314', 'Hasinur@gmail.com', 'dhaka', '01770802970', NULL, NULL, '$2y$10$ndRnzATOLWkLlQcCo2TDXu5yBILNgupIwG7uYOHlEWE3iZSnZMLuO', NULL, 2, 'user', '1', '2023-09-05 16:47:22', '2023-09-05 16:47:22'),
(00000000000000001832, 14, 'Md Kawcher Ahmed', '123456534352452414314', 'Kawche@gmail.com', 'dhaka', '01777000048', NULL, NULL, '$2y$10$mxE6E7rNm8Axalpq6.g2ve.LpmZBqL3pmEtedMxXvLdeaa84oZ9o6', NULL, 2, 'user', '1', '2023-09-05 16:48:15', '2023-09-05 16:48:15'),
(00000000000000001833, 14, 'Juwel Rana', '123456534352452414314', 'Juwel@gmail.com', 'chapai', '০১৭৬৮৯৮৮৬৪০', NULL, NULL, '$2y$10$4lL.vvAlH3/tkl6ZseF1Cuak1c7OzetYxxBBRkiVyZgcqrjlKPJBa', NULL, 2, 'user', '1', '2023-09-05 16:52:50', '2023-09-05 16:52:50'),
(00000000000000001834, 14, 'এস এম শামীম', '123456534352452414314', 'Aminul@gmail.com', 'bogura, nonda gram', '01705983730', NULL, NULL, '$2y$10$Hfh/x3mw2r9GeuN/L4W6qOiLBd7Hc5VGbLWXjE32A5elccRWMvuPi', NULL, 2, 'user', '1', '2023-09-05 16:54:07', '2023-09-05 16:54:07'),
(00000000000000001835, 14, 'Sohel Job', '123456534352452414314', 'Sohel@gmail.com', 'moubaiil bazar', '০১৯৭৭৭০০৯৪৬', NULL, NULL, '$2y$10$1dbz02f9TPDAV7/aEXROXOq43i1BI1FUNoJ2ywnZJ78RI0vLXNjdu', NULL, 2, 'user', '1', '2023-09-05 16:55:13', '2023-09-05 16:55:13'),
(00000000000000001836, 14, 'Junayed Alam Tonmoy', '123456534352452414314', 'Junayed@gmail.com', 'mugdha', '01955989929', NULL, NULL, '$2y$10$H67Zf3I/cnm9caBB0Q01eeIx8mFwjY8LmiN4lY2Or3WAeMa91LV2G', NULL, 2, 'user', '1', '2023-09-05 16:56:42', '2023-09-05 16:56:42'),
(00000000000000001837, 14, 'Rana Islam', '123456534352452414314', 'Rana@gmail.com', 'matoail, sonir akhra', '০১৭১৬৬৫৭১০০', NULL, NULL, '$2y$10$SAPtrtpZnE1M1/19Q0gVCeWOvQpR075TpJosIizeqo4emRgzvoevG', NULL, 2, 'user', '1', '2023-09-05 16:57:32', '2023-09-05 16:57:32'),
(00000000000000001838, 14, 'Ferdous Rahman', '123456534352452414314', 'Ferdous@gmail.com', 'sirajganj,ullahpara', '01722230910', NULL, NULL, '$2y$10$SkCgcIjHLPcMOKm9GH7z1uXsRbY2nkBTlxcx3Chd2siVhfKz6v0nq', NULL, 2, 'user', '1', '2023-09-05 16:59:14', '2023-09-05 16:59:14'),
(00000000000000001839, 14, 'MD Akash Khan Bappy', '123456534352452414314', 'Akash@gmail.com', 'borishal', '01640030696', NULL, NULL, '$2y$10$tK6Rlw.n.B.dsgJuniPDoO8HGvmOfhtkMfysSS3pvWm6KPeMhkxAC', NULL, 2, 'user', '1', '2023-09-05 17:01:04', '2023-09-05 17:01:04'),
(00000000000000001840, 14, 'Mehdi Hassan Raju', '123456534352452414314', 'Mehdi@gmail.com', 'dhaka', '01688203054', NULL, NULL, '$2y$10$ldBtrFm.96wkN7bToawNruD5WfWJYqSYveMmKZYljuRuZDNRi33ai', NULL, 2, 'user', '1', '2023-09-05 17:02:43', '2023-09-05 17:02:43'),
(00000000000000001841, 14, 'Shamim Alam', '123456534352452414314', 'Shamim@gmail.com', 'mymensing', '01518450633', NULL, NULL, '$2y$10$sQ2T/IaQgGsse8WZU7qOOO0U0rV3F4s8.2lnJP7wiF61dIZuNaCl.', NULL, 2, 'user', '1', '2023-09-05 17:04:37', '2023-09-05 17:04:37'),
(00000000000000001842, 14, 'Latif Uddin', '123456534352452414314', 'Latif@gmail.com', 'sumangonj', '01737000022', NULL, NULL, '$2y$10$PJ0t/r9bb29q7IPGYVzaCuftQ4Bq3BlnmcnVP0YYGdETDxygH7prC', NULL, 2, 'user', '1', '2023-09-05 17:07:03', '2023-09-05 17:07:03'),
(00000000000000001843, 14, 'Shahajada Zafar', '123456534352452414314', 'Shahajada@gmail.com', 'dhaka', '01720992285', NULL, NULL, '$2y$10$7xM.FVnxh27FAXQIiWkqVuLMs34GQMgi0rXt7zPD/Dtni2Z3.v4xG', NULL, 2, 'user', '1', '2023-09-05 17:08:14', '2023-09-05 17:08:14'),
(00000000000000001844, 14, 'Sharid Bin Shafique', '123456534352452414314', 'Sharidl@gmail.com', 'dhaka', '01737905688', NULL, NULL, '$2y$10$EVdPHYkp05.Deobdm1ms4uPspzltrtKkFY2yRa/w/SniXamv8Y/Wu', NULL, 2, 'user', '1', '2023-09-05 17:09:30', '2023-09-05 17:09:30'),
(00000000000000001845, 14, 'Tasharof H Lohan', '123456534352452414314', 'Tasharof@gmail.com', 'dhaka', '01788766000', NULL, NULL, '$2y$10$P4yxIUA6jf60jd7BRkeMiOXXISvSF8GZywuU5dHZGWnSZFbtwTuo6', NULL, 2, 'user', '1', '2023-09-05 17:10:57', '2023-09-05 17:10:57'),
(00000000000000001846, 14, 'Naim Khan', '123456534352452414314', 'Naim@gmail.com', 'tangail', '01753151415', NULL, NULL, '$2y$10$/YpcwJlxbAHNwwv/oZ4BO.6IcK81fQ6LQT1vFGEbVwj3xt8JVIWLu', NULL, 2, 'user', '1', '2023-09-05 17:12:03', '2023-09-05 17:12:03'),
(00000000000000001847, 14, 'Ariyan Choudhury', '123456534352452414314', 'Ariyan@gmail.com', 'gubalgonj', '01933992331', NULL, NULL, '$2y$10$ArD9hrN1jAJJoP3PRSBPOuw7lYLk7v31lukntg1bNnGHSy2Q08FfW', NULL, 2, 'user', '1', '2023-09-05 17:14:26', '2023-09-05 17:14:26'),
(00000000000000001848, 14, 'আনোয়ার হোসেন', '123456534352452414314', 'Aminul@gmail.com', 'gubalgonj', '01713527073', NULL, NULL, '$2y$10$wTrcC4fGtKOMQjJXV8rp1.C6AX1N3fepSQxZ2WaaEuHsYGNBMrASu', NULL, 2, 'user', '1', '2023-09-05 17:16:00', '2023-09-05 17:16:00'),
(00000000000000001849, 14, 'Salah Uddin Shakil', '123456534352452414314', 'Salah@gmail.com', 'kaligonj,jinaidah', '01754441004', NULL, NULL, '$2y$10$HEZEHhHKBXn1XZSkYNXvF.1hjBWQNJKHkfRoVck67PZZOqt8A9pXi', NULL, 2, 'user', '1', '2023-09-05 17:17:24', '2023-09-05 17:17:24'),
(00000000000000001850, 14, 'Amir Hossain', '123456534352452414314', 'Amirl@gmail.com', 'gulsan-1,r-13', '01730303938', NULL, NULL, '$2y$10$vTVAvFbDyQWXBprPKCvJ1eRCOogFTzJ6Jfu3xDaiVJiGsQO/.YfZK', NULL, 2, 'user', '1', '2023-09-05 17:21:20', '2023-09-05 17:21:20'),
(00000000000000001851, 14, 'Md Mahbubar Rahman', '123456534352452414314', 'Mahbuba@gmail.com', 'dhaka', '01713930690', NULL, NULL, '$2y$10$jX4C4IX/Y3PFwsolwN7.gOdN4LT4CQ3b.NiJIF78c1xLdbpcYS6Cy', NULL, 2, 'user', '1', '2023-09-05 17:23:46', '2023-09-05 17:23:46'),
(00000000000000001852, 14, 'Xtra Terrestrial Sapiens', '123456534352452414314', 'Terrestrial@gmail.com', 'dhaka', '01955037730', NULL, NULL, '$2y$10$zrRFbpkjPpAdvOBuudx2PekdFW6eHwKavHEDNRXA.yVFOmXGDkj2m', NULL, 2, 'user', '1', '2023-09-05 17:25:18', '2023-09-05 17:25:18'),
(00000000000000001853, 14, 'Harun Or Rashid', '123456534352452414314', 'Harunl@gmail.com', 'sherpur', '01789121572', NULL, NULL, '$2y$10$xeqevpD.bcXHQA6YoRdch.Y5B89j/kRCVvsEcxpM/.xmJBgHakk.S', NULL, 2, 'user', '1', '2023-09-05 17:26:25', '2023-09-05 17:26:25'),
(00000000000000001854, 14, 'Md Sabur Khan', '123456534352452414314', 'Khan@gmail.com', 'rongpur', '01787918323', NULL, NULL, '$2y$10$BX9aulMp8pjT1xczmZRjE.wYIkSYhc94s8GP1fsnOBvbjmtjYzuAi', NULL, 2, 'user', '1', '2023-09-06 11:09:06', '2023-09-06 11:09:06'),
(00000000000000001855, 14, 'Shanewaz Babu', '123456534352452414314', 'Shanewaz@gmail.com', 'dhaka', '01978500025', NULL, NULL, '$2y$10$LV9HBiaqLr1aDr360a54wehyHYd6KgCtnGHBMSbEX9P2ZR4odvX.e', NULL, 2, 'user', '1', '2023-09-06 11:15:34', '2023-09-06 11:15:34'),
(00000000000000001856, 14, 'Siraj Ahmed Shopno', '123456534352452414314', 'Sirajl@gmail.com', 'dhaka', '01717180672', NULL, NULL, '$2y$10$6mm9yM7sNeotL//ByI1XZ.8g3PWhrOP6VyyRJbuqJcxkbY4UrnLEe', NULL, 2, 'user', '1', '2023-09-06 11:22:27', '2023-09-06 11:22:27'),
(00000000000000001857, 14, 'Rabi Awal Nirob', '123456534352452414314', 'Rabi@gmail.com', 'dhaka', '01764438600', NULL, NULL, '$2y$10$NqV04Ar3.z62BxO2r7xDRezCdsJL5CYskDaQyXGM2yx5NnpDw4Yma', NULL, 2, 'user', '1', '2023-09-06 11:23:39', '2023-09-06 11:23:39'),
(00000000000000001858, 14, 'MH Bablu', '123456534352452414314', 'Bablu@gmail.com', 'feni', '01713640220', NULL, NULL, '$2y$10$1.5wX2RpFK6A7uerw0D2RO0Xf9aj1pUgTw/aTrROJkhgKlIqwO/oe', NULL, 2, 'user', '1', '2023-09-06 11:24:35', '2023-09-06 11:24:35'),
(00000000000000001859, 14, 'Sumon Ahmed', '123456534352452414314', 'Sumonl@gmail.com', 'dhaka', '01738440599', NULL, NULL, '$2y$10$WcMv83gdmjNXTndObfSDDeKrydJewEjzuQU2/PjP.hY1qc1K9RexC', NULL, 2, 'user', '1', '2023-09-06 11:26:19', '2023-09-06 11:26:19'),
(00000000000000001860, 14, 'Zakaria Hossain Sohag', '123456534352452414314', 'Zakaria@gmail.com', 'dinajpur', '01740803237', NULL, NULL, '$2y$10$RIzMrXX7oN1Byq99Jwt5uOHcSLikF097OXDOCI.Nze28kmiCqu1eK', NULL, 2, 'user', '1', '2023-09-06 11:28:19', '2023-09-06 11:28:19'),
(00000000000000001861, 14, 'Faruk Abhay', '123456534352452414314', 'Faruk@gmail.com', 'dhaka', '01774992224', NULL, NULL, '$2y$10$iJ/GvI6LqYLOFSxFSGeNCeGpSRvHp1ArN06i.T2v6BRtgYNF1dGZa', NULL, 2, 'user', '1', '2023-09-06 11:40:27', '2023-09-06 11:40:27'),
(00000000000000001862, 14, 'Md Rana Islam', '123456534352452414314', 'Rana@gmail.com', 'dhaka', '01318737414', NULL, NULL, '$2y$10$hjOSIGSccSj1uVJTlBFZ3u7SaKI92WAZRb4E4ujC651kMZaGjHGC2', NULL, 2, 'user', '1', '2023-09-06 11:43:23', '2023-09-06 11:43:23'),
(00000000000000001863, 14, 'MD Minhaz', '123456534352452414314', 'Minhaz@gmail.com', 'tangail', '01787711573', NULL, NULL, '$2y$10$3puRMiU3Or26IXEHCJvowO5dpICYED7cWqkefpqHyfoJGwjwDCQMi', NULL, 2, 'user', '1', '2023-09-06 11:45:12', '2023-09-06 11:45:12'),
(00000000000000001864, 14, 'Moktor Rahaman', '123456534352452414314', 'Moktor@gmail.com', 'dhaka', '01728437820', NULL, NULL, '$2y$10$9Fm7S8Mkbt1gpBRcW4NvEeTJAjXa8xieWOSNbbbCQCxN9vLDVIOqK', NULL, 2, 'user', '1', '2023-09-06 11:52:26', '2023-09-06 11:52:26'),
(00000000000000001865, 14, 'Hasib Hossain', '123456534352452414314', 'Hasib@gmail.com', 'mohakhali dohs', '01789831193', NULL, NULL, '$2y$10$WWqLa7V3vR0n45VodV2u8OwKuxxd6vu6B18hRtWcaQCjoNdNqcRau', NULL, 2, 'user', '1', '2023-09-06 11:53:35', '2023-09-06 11:53:35'),
(00000000000000001866, 14, 'Habib Rahman', '123456534352452414314', 'Habib@gmail.com', 'khulna', '01917942352', NULL, NULL, '$2y$10$/1WCOfNY6mpHVMNwSRw7ROdTymDHwRt/SUVJlUh/rwEaojSnQPZMa', NULL, 2, 'user', '1', '2023-09-06 11:54:32', '2023-09-06 11:54:32'),
(00000000000000001867, 14, 'Md. Toyob Sha', '123456534352452414314', 'Toyob@gmail.com', 'ctg', '০১৮৮৫২১৩০২২', NULL, NULL, '$2y$10$AH5/ucABjBR8JX85GQnKOOvXjAQ6LwerOki3IS7lZKuFgIpA9Sx7W', NULL, 2, 'user', '1', '2023-09-06 11:58:38', '2023-09-06 11:58:38'),
(00000000000000001868, 14, 'Tahsin Tusar', '123456534352452414314', 'Tahsin@gmail.com', 'uttora', '01303098534', NULL, NULL, '$2y$10$iNTr1pUTcID93idIwQ5Ue.PyzftPottdQjPajfS07UKD1whmZgEOa', NULL, 2, 'user', '1', '2023-09-06 11:59:43', '2023-09-06 11:59:43'),
(00000000000000001869, 14, 'Zahid Sarker', '123456534352452414314', 'Zahid@gmail.com', 'dhaka', '01971805955', NULL, NULL, '$2y$10$hf2qyPy9YmWIdvEZUxYDyOcPKrpJHsOJEy0zuPXaPkKurXffAQ2EO', NULL, 2, 'user', '1', '2023-09-06 12:02:16', '2023-09-06 12:02:16'),
(00000000000000001870, 14, 'Md Shoharab Rayhan', '123456534352452414314', 'Shoharab@gmail.com', 'dhaka', '01769665778', NULL, NULL, '$2y$10$8QpeRL2h.ZmzICttEgDh1OPgUKpmNUCmcuvEVfVcrPOXyc.LHJDfO', NULL, 2, 'user', '1', '2023-09-06 12:03:16', '2023-09-06 12:03:16'),
(00000000000000001871, 14, 'Md Mahin', '123456534352452414314', 'Mahin@gmail.com', 'dhaka', '01640713542', NULL, NULL, '$2y$10$8Ud5Be5pNec0tGpPsgugB./nA3NtIp06F6sLq6zYqx0MR4bTk5LN6', NULL, 2, 'user', '1', '2023-09-06 12:04:11', '2023-09-06 12:04:11'),
(00000000000000001872, 14, 'Alim Uddin', '123456534352452414314', 'Aminul@gmail.com', 'shylet', '01817386294', NULL, NULL, '$2y$10$XuRvOYmlDTbmvXaFArRIkeU.FhIX9d94rlX95CphqTbYwSH2X9O8u', NULL, 2, 'user', '1', '2023-09-06 12:05:09', '2023-09-06 12:05:09'),
(00000000000000001873, 14, 'Ridwan Tuhin', '123456534352452414314', 'Ridwan@gmail.com', 'dhaka', '01993567388', NULL, NULL, '$2y$10$ad99b1MEBUWuR3vbQshLKu7hu/ThGpJxcPpzhzuIMBlKWMdhmNHVC', NULL, 2, 'user', '1', '2023-09-06 12:06:20', '2023-09-06 12:06:20'),
(00000000000000001874, 14, 'Md Sohag Biswas', '123456534352452414314', 'Sohag@gmail.com', 'dhaka', '01650284630', NULL, NULL, '$2y$10$Upkr.8amfsrUBiRyvFQKq.YJULFFD/E4XkTHwF0Y.RPna7/gClDKi', NULL, 2, 'user', '1', '2023-09-06 12:07:23', '2023-09-06 12:07:23'),
(00000000000000001875, 14, 'Maien Uddin Jony', '123456534352452414314', 'Maien@gmail.com', 'cantronment dhaka', '01881674004', NULL, NULL, '$2y$10$384U72UdhUNX0GsjtdeuE.2HzygJi65q8VILulQbzOpFj0E6pt13u', NULL, 2, 'user', '1', '2023-09-06 12:08:23', '2023-09-06 12:08:23'),
(00000000000000001876, 14, 'Ovi', '123456534352452414314', 'Ovi@gmail.com', 'ctg', '01819564734', NULL, NULL, '$2y$10$2fstcwY7j2aUHdZ2cpIEZ.S.sZSb5UObTPOU3LLdrxZMvBh4DeXye', NULL, 2, 'user', '1', '2023-09-06 12:09:30', '2023-09-06 12:09:30'),
(00000000000000001877, 14, 'Mohammad Gulam Mostafa', '123456534352452414314', 'Mohammadl@gmail.com', 'dhaka', '01712703635', NULL, NULL, '$2y$10$RlNNRhl4daka1A7UjvKXn.au/6zOlmEf1domGyWgq6ng5.HrKB29S', NULL, 2, 'user', '1', '2023-09-06 12:10:19', '2023-09-06 12:10:19'),
(00000000000000001878, 14, 'মোস্তাফিজুর রহমান রানা', '123456534352452414314', 'Aminul@gmail.com', 'faridpur', '01758386336', NULL, NULL, '$2y$10$JFpa7HSzWnOCGxpd2ZxdPOndLbXBdiFPPNOxuK0zTkKgj4Thjo1iG', NULL, 2, 'user', '1', '2023-09-06 12:11:07', '2023-09-06 12:11:07'),
(00000000000000001879, 14, 'Jubaraz Mollik', '123456534352452414314', 'Jubaraz@gmail.com', 'dhaka', '01604332912', NULL, NULL, '$2y$10$LRNTyPIgYE2.etU1rpYq2Oowj28lDEAr7CneiJJInlt/gWHjoEmuG', NULL, 2, 'user', '1', '2023-09-06 12:13:32', '2023-09-06 12:13:32'),
(00000000000000001880, 14, 'Azizul Islam', '123456534352452414314', 'Azizul@gmail.com', 'dhaka', '01717713952', NULL, NULL, '$2y$10$8NN7naK1.EbXXo8wlwO0uecP89O0MF1nHS4B47hXlxJb0Hiff2PjC', NULL, 2, 'user', '1', '2023-09-06 12:14:34', '2023-09-06 12:14:34'),
(00000000000000001881, 14, 'Sk Shohagh', '123456534352452414314', 'Shohagh@gmail.com', 'dhaka', '০১৯৭২৩৫৫০৯৭', NULL, NULL, '$2y$10$NbALlB6/JrRX0zV370J12.2EBMJn6eZ/HMlbm7lKUj/jc4BAaiX.y', NULL, 2, 'user', '1', '2023-09-06 12:15:21', '2023-09-06 12:15:21'),
(00000000000000001882, 14, 'Md. ibrahim', '123456534352452414314', 'ibrahim@gmail.com', 'daudkandi bridge,bausia pakhir more', '01796046712', NULL, NULL, '$2y$10$ISQHHVphDMQTqduPF.GkQuprtytVDDI51E2Kn/ISKnPhUNRbciYke', NULL, 2, 'user', '1', '2023-09-06 12:16:18', '2023-09-06 12:16:18'),
(00000000000000001883, 14, 'Najmul Hosaen', '123456534352452414314', 'Najmul@gmail.com', 'dhaka', '01799104519', NULL, NULL, '$2y$10$Alho6T.XopgVA4jGV1kuRORJWCLJvg2KpzG45bhlDPlutbjZech1S', NULL, 2, 'user', '1', '2023-09-06 12:17:22', '2023-09-06 12:17:22'),
(00000000000000001884, 14, 'Md Abir Hasan', '123456534352452414314', 'Abir@gmail.com', 'dhaka', '01892869646', NULL, NULL, '$2y$10$LShVgBLHEvK3Jg7WtPgr0.Y1pUra.V5asUU1UfoV9j8RMt1.wOlyq', NULL, 2, 'user', '1', '2023-09-06 12:18:36', '2023-09-06 12:18:36'),
(00000000000000001885, 14, 'Mahbubul Alam Appel', '123456534352452414314', 'Mahbubu@gmail.com', 'thakurgaon', '01715650766', NULL, NULL, '$2y$10$Rr7ZF4CSeyreTCssc5GLmO.hQaKGLFBNfTj4CA5bKMjO3odh7XQ1i', NULL, 2, 'user', '1', '2023-09-06 12:20:13', '2023-09-06 12:20:13'),
(00000000000000001886, 14, 'sohan', '123456534352452414314', 'sohan@gmail.com', 'MIRPUR-12', '01715198997', NULL, NULL, '$2y$10$C9FAVdsF/Lr6m7D.ax30q.0L5hdipmofhdbyTEzLSZIrZjdo9yUgK', NULL, 2, 'user', '1', '2023-09-06 12:21:12', '2023-09-06 12:21:12'),
(00000000000000001887, 14, 'Engr Jashim Uddin', '123456534352452414314', 'Jashim@gmail.com', 'dhaka', '01612771910', NULL, NULL, '$2y$10$T5CNuFVbQqXZQAYGmnLRKO6WkH6Sj7ON9EFYSDoPzDEOuahWIQoLC', NULL, 2, 'user', '1', '2023-09-06 12:22:15', '2023-09-06 12:22:15'),
(00000000000000001888, 14, 'DR. Belayet Hossain', '123456534352452414314', 'Belayet@gmail.com', 'nikuncjo-1 over brige ar pase', '01760226588', NULL, NULL, '$2y$10$r1l.j6Ni9CX7wdyNUv8lOubbOyYUfIdAcI9SilvFGNgSJAgGYyQem', NULL, 2, 'user', '1', '2023-09-06 12:27:53', '2023-09-06 12:27:53'),
(00000000000000001889, 14, 'Md Ashraful Islam Israil', '123456534352452414314', 'Ashraful@gmail.com', 'kkurigram', '০১৭৪৪৪৫৪৮৮৮', NULL, NULL, '$2y$10$Why9whs5i0o2rRruGi61weFQ929O9YU/AXkoBzDvdAh6Y.Y08rxjW', NULL, 2, 'user', '1', '2023-09-06 12:29:05', '2023-09-06 12:29:05'),
(00000000000000001890, 14, 'Helal Ahmed', '123456534352452414314', 'Helall@gmail.com', 'jossor', '01871444444', NULL, NULL, '$2y$10$ix4X4K5.7LChVbSgSo2ub.ltWlR7wqE4VaucG40oYa7HTXsIhjWE.', NULL, 2, 'user', '1', '2023-09-06 12:30:12', '2023-09-06 12:30:12'),
(00000000000000001891, 14, 'Shah Newaz', '123456534352452414314', 'Shahl@gmail.com', 'mirzapur, tangail', '০১৭১১৭৮৫৮১৯', NULL, NULL, '$2y$10$JrH2E7CX.XwSr4k2zRm0QuqSp.fIMnquzcP8NV2vvwn0q5X/5AE6W', NULL, 2, 'user', '1', '2023-09-06 12:31:29', '2023-09-06 12:31:29'),
(00000000000000001892, 14, 'Didarul Islam', '123456534352452414314', 'Didarul@gmail.com', 'foridpur', '01305700401', NULL, NULL, '$2y$10$2pNTABez9vhbcCI2cryIye4928jgjq6XwiiTs8q3ZWkOYP6O586FS', NULL, 2, 'user', '1', '2023-09-06 12:32:37', '2023-09-06 12:32:37'),
(00000000000000001893, 14, 'Mesbahul Qaium', '123456534352452414314', 'Mesbahull@gmail.com', 'jamalpur', '01714635721', NULL, NULL, '$2y$10$uabAUV2XbRaH11pLTOGGiuJMunbrtIedi9XBe1XSqFrc84L9iSthe', NULL, 2, 'user', '1', '2023-09-06 12:33:48', '2023-09-06 12:33:48'),
(00000000000000001894, 14, 'Rg Robin Hasan', '123456534352452414314', 'Robin@gmail.com', 'dhaka', '01766032060', NULL, NULL, '$2y$10$i1zJXd2jKCB5wa/i8TXOXOdZiwD7BnPQGNANyTuZmCyYmclBaXjhG', NULL, 2, 'user', '1', '2023-09-06 12:35:08', '2023-09-06 12:35:08'),
(00000000000000001895, 14, 'Aminul Islam Parvez', '123456534352452414314', 'Aminul@gmail.com', 'dhaka', '01713060014', NULL, NULL, '$2y$10$aj.5osNlEvCXs2TUdXWTxekyiGz7kp5heHA9AFKUT8S5E9eL4vpFm', NULL, 2, 'user', '1', '2023-09-06 12:36:31', '2023-09-06 12:36:31'),
(00000000000000001896, 14, 'K M Kamal Hosen', '123456534352452414314', 'Kamal@gmail.com', 'dhaka', '01712349619', NULL, NULL, '$2y$10$J6pHQX.mk3IfqGEO2ianpebFtAOTSBEvl8rR8xwTwQbsouYaCjAVe', NULL, 2, 'user', '1', '2023-09-06 12:41:08', '2023-09-06 12:41:08'),
(00000000000000001897, 14, 'Roman', '123456534352452414314', 'Romanl@gmail.com', 'norsindi', '01686837565', NULL, NULL, '$2y$10$HIvbbHVoujd6Ngpbhowa5ezT.DbryrPNBPt1lHu.45Pp2Gk25b9ci', NULL, 2, 'user', '1', '2023-09-06 12:42:43', '2023-09-06 12:42:43'),
(00000000000000001898, 14, 'Mithun Saha', '123456534352452414314', 'Mithun@gmail.com', 'casara', '01787673700', NULL, NULL, '$2y$10$st2J1kDpc.we1cMonQlYwOHIIs66s.fNk5xbTBUH4lPowjTamzXXG', NULL, 2, 'user', '1', '2023-09-06 13:06:53', '2023-09-06 13:06:53'),
(00000000000000001899, 14, 'Mia Alauddin', '123456534352452414314', 'Alauddinl@gmail.com', 'cumilla', '01918966195', NULL, NULL, '$2y$10$.uk6br.7OMJ0nvcbUUADy.KKn51zyCkrqNf4Ew3hsiC7gPEXeD/de', NULL, 2, 'user', '1', '2023-09-06 13:16:27', '2023-09-06 13:16:27'),
(00000000000000001900, 14, 'Rana Ahmed', '123456534352452414314', 'Rana@gmail.com', 'keranigonj', '01749002980', NULL, NULL, '$2y$10$Z29r8WKvaj.7hxM9hufpc.ZTn0KnujZLAtOS6r9E7EpAhqOHC9GT6', NULL, 2, 'user', '1', '2023-09-06 13:21:31', '2023-09-06 13:21:31'),
(00000000000000001901, 14, 'মাহবুব কামালী', '123456534352452414314', 'Aminul@gmail.com', 'SYLHET', '01739752820', NULL, NULL, '$2y$10$mijVK7WxZjXYKqzFrOZwmuaIC2wDvGchtznGIyYSaaZug0ke/S/ty', NULL, 2, 'user', '1', '2023-09-06 13:23:28', '2023-09-06 13:23:28'),
(00000000000000001902, 14, 'Kazi Abdullah Jubair', '123456534352452414314', 'Abdullah@gmail.com', 'dhaka', '01716839647', NULL, NULL, '$2y$10$4RFVZPnjX9M7QDi5OU62ceDlCH/DxHtmxwovuDWzeLPtqstLufpIO', NULL, 2, 'user', '1', '2023-09-06 13:24:36', '2023-09-06 13:24:36'),
(00000000000000001903, 14, 'Abdullah Harun', '123456534352452414314', 'Abdullah@gmail.com', 'dhaka', '01939500500', NULL, NULL, '$2y$10$eFqJqwpBjxxsx7hFP8OhAOwI8EAdjhPXAU/EgguTlftqYneTPASjK', NULL, 2, 'user', '1', '2023-09-06 13:25:59', '2023-09-06 13:25:59'),
(00000000000000001904, 14, 'Masud Reza', '123456534352452414314', 'Masud@gmail.com', 'dhaka', '017695 4668', NULL, NULL, '$2y$10$zdmSRL5C7Tho1oXuqSo.c.KIrqOItW2mVNRp8HpWg2BNRDzfxWL.u', NULL, 2, 'user', '1', '2023-09-06 13:28:14', '2023-09-06 13:28:14'),
(00000000000000001905, 14, 'Abu Taleb', '123456534352452414314', 'Taleb@gmail.com', 'NATOR', '০১৭৩৭৪৯৭৫৪৬', NULL, NULL, '$2y$10$V69A4DLd8vJSrn8Ew21O8uLiJfzRfpcFDi1p1AX7LvT3.2AjJi68K', NULL, 2, 'user', '1', '2023-09-06 13:35:10', '2023-09-06 13:35:10'),
(00000000000000001906, 14, 'Anwar Hossain', '123456534352452414314', 'Anwar@gmail.com', 'dhaka', '01728551909', NULL, NULL, '$2y$10$Jn6iBiwkC4C2O9aSsTjn8O8hSYwLw3JTzqTL7e/O1wo7ekNhsCD76', NULL, 2, 'user', '1', '2023-09-06 13:40:36', '2023-09-06 13:40:36'),
(00000000000000001907, 14, 'Md Jaber Chowdhury', '123456534352452414314', 'Jaber@gmail.com', 'shylet', '01315963472', NULL, NULL, '$2y$10$7gZJxXgg4pWbQA1n4RhBs.rFCiEIr6NVy.NfffpXaVjxOeYjUTZsi', NULL, 2, 'user', '1', '2023-09-06 14:09:00', '2023-09-06 14:09:00'),
(00000000000000001908, 14, 'Shariful Islam', '123456534352452414314', 'Sharifull@gmail.com', 'dhaka', '01811100115', NULL, NULL, '$2y$10$IXG.GRcQFd9fkTbGt.vLOOUIwkvDYM9Vy3jaf/VLSwbdGk66yJLAi', NULL, 2, 'user', '1', '2023-09-06 14:10:52', '2023-09-06 14:10:52'),
(00000000000000001909, 14, 'Rifat Samrat', '123456534352452414314', 'Rifat@gmail.com', 'ctg', '01715741249', NULL, NULL, '$2y$10$CQq1pu/d44hVV4HCP3glUuYIy.qZvS6oQ/pt1Er/8T99GhGRESv6S', NULL, 2, 'user', '1', '2023-09-06 14:11:50', '2023-09-06 14:11:50'),
(00000000000000001910, 14, 'Mohammad Abu Salam Fca', '123456534352452414314', 'Mohammad@gmail.com', 'bangla motor', '01735087203', NULL, NULL, '$2y$10$kkmqqX6Gy.IGZdtAHRResuYGued0egZDyZyIcHU3wzc77h/xnVQD2', NULL, 2, 'user', '1', '2023-09-06 14:13:23', '2023-09-06 14:13:23'),
(00000000000000001911, 14, 'Md Rubel', '123456534352452414314', 'Rubel@gmail.com', 'lalbag', '০১৭০৭৭৬৮৪০৮', NULL, NULL, '$2y$10$vs4wrHtyAvLCMoQlX/4uNO32nnvgNba4Ye6n14plbOsiNZwapsMCC', NULL, 2, 'user', '1', '2023-09-06 14:14:20', '2023-09-06 14:14:20'),
(00000000000000001912, 14, 'Sadidul Ikab Mubin', '123456534352452414314', 'Sadidul@gmail.com', 'dhaka', '01714906192', NULL, NULL, '$2y$10$uhxpXt3rUXSP67NQ5Mv.6OL43m8VEVW3/5P1oT21j8y.qiFuIc6Y.', NULL, 2, 'user', '1', '2023-09-06 14:17:33', '2023-09-06 14:17:33'),
(00000000000000001913, 14, 'Didar Adnan', '123456534352452414314', 'Didar@gmail.com', 'dhaka', '01719479527', NULL, NULL, '$2y$10$h11DME/BfHFetlxva5DYJuTVqU/cgDKLuAvR0VVavvFhSzxT4PIwC', NULL, 2, 'user', '1', '2023-09-06 14:18:50', '2023-09-06 14:18:50'),
(00000000000000001914, 14, 'Abdur Rahman', '123456534352452414314', 'Abdur@gmail.com', 'Flat no- B3, A K Falu Tower,357/11, Modhubag, Moghbazar, Dhaka-1217', '01714098678', NULL, NULL, '$2y$10$TMo2Ew.bQYdVMqzTxgyQo.kCsU4hQwYL/J5BEru6Nw2qlceFdPq2m', NULL, 2, 'user', '1', '2023-09-06 14:20:07', '2023-09-06 14:20:07'),
(00000000000000001915, 14, 'Nayem Islam', '123456534352452414314', 'Aminul@gmail.com', 'dhaka', '01739399126', NULL, NULL, '$2y$10$dGQ.QyBkJy.1kLAEhVyLOeVazG.dBSoj4ZSVIFaCvW2MLSw8weW6K', NULL, 2, 'user', '1', '2023-09-06 14:21:12', '2023-09-06 14:21:12'),
(00000000000000001916, 14, 'Sarwar Hossain', '123456534352452414314', 'Sarwar@gmail.com', 'dhaka', '01811761174', NULL, NULL, '$2y$10$IuvYx5zT8DTOa4aSap/./eBHr.MYToVWfeGw/DAio0Ump4obtLXbS', NULL, 2, 'user', '1', '2023-09-06 14:22:08', '2023-09-06 14:22:08'),
(00000000000000001917, 14, 'Tanveer Hossain', '123456534352452414314', 'Tanveer@gmail.com', 'dhaka', '01718001855', NULL, NULL, '$2y$10$9H7xwYqdM4QQogN5M2ejSeQXdYVHoGtKKB8PswKilBfEZhHpqBsky', NULL, 2, 'user', '1', '2023-09-06 14:26:28', '2023-09-06 14:26:28'),
(00000000000000001918, 14, 'Nurul Shovon', '123456534352452414314', 'Nurul@gmail.com', 'dhaka', '01711986360', NULL, NULL, '$2y$10$W4AqY12J9vDZhYXSIokVOOKnZSvdpBsqERy/OfDVQxfi8j3hipYDG', NULL, 2, 'user', '1', '2023-09-06 14:27:57', '2023-09-06 14:27:57'),
(00000000000000001919, 14, 'Zubair Rumi', '123456534352452414314', 'Zubair@gmail.com', 'dhaka', '01905042421', NULL, NULL, '$2y$10$o7kLVVUZK4fsuHOuD7Z2BOT3VzcGmusAjCR/wDquoaMUbDa21krmq', NULL, 2, 'user', '1', '2023-09-06 14:29:19', '2023-09-06 14:29:19'),
(00000000000000001920, 14, 'Asnuf Chowdury', '123456534352452414314', 'Asnuf@gmail.com', 'ctg', '01864133529', NULL, NULL, '$2y$10$ImC90j8Ykyz3HeHiuEI09uPsPqHiziewJDIfq4SklkunJmJw3R3LS', NULL, 2, 'user', '1', '2023-09-06 14:30:26', '2023-09-06 14:30:26'),
(00000000000000001921, 14, 'Masud Sarwar', '123456534352452414314', 'Masudl@gmail.com', 'dhaka', '01726640593', NULL, NULL, '$2y$10$bAIGroaAvmMhF5BL93iOr.Bh.lMha6E/fznwP1AO4erqPI/NpXgUy', NULL, 2, 'user', '1', '2023-09-06 14:31:43', '2023-09-06 14:31:43'),
(00000000000000001922, 14, 'Istiak Hasan Mamun', '123456534352452414314', 'Istiakl@gmail.com', 'dhaka', '01648161645', NULL, NULL, '$2y$10$Jv/Ng3BD0rDuomUB3zr6.OSwQyg0PkMk78et5k1tK5jjWuZ9dUsPW', NULL, 2, 'user', '1', '2023-09-06 14:55:54', '2023-09-06 14:55:54'),
(00000000000000001923, 14, 'Shahin Ahmed', '123456534352452414314', 'Shahin@gmail.com', 'savar,kolma', '01926903422', NULL, NULL, '$2y$10$ANaBlFKvZCUPP9oTOoxEZeVwLdohTqbb4tPx6EhSpbVaUJKpxNJ66', NULL, 2, 'user', '1', '2023-09-06 14:58:40', '2023-09-06 14:58:40'),
(00000000000000001924, 14, 'Mamun Molla', '123456534352452414314', 'Mamunl@gmail.com', 'dhaka', '01712449558', NULL, NULL, '$2y$10$tkTa0stlJqIaK2vKHwWybOdkxLzNe5mnf.osk5XCUArMhTC/XwSW.', NULL, 2, 'user', '1', '2023-09-06 15:14:26', '2023-09-06 15:14:26'),
(00000000000000001925, 14, 'Nurul Shovon', '123456534352452414314', 'Nurul@gmail.com', 'dhaka', '01614958360', NULL, NULL, '$2y$10$keNJ3owIh0HmxNtnUR9AouS0bZUmNrtY7YdSGildpcNXM02i5nIsm', NULL, 2, 'user', '1', '2023-09-06 15:15:56', '2023-09-06 15:15:56'),
(00000000000000001926, 14, 'Faridul Alam', '123456534352452414314', 'Alam@gmail.com', 'dhaka', '01740576448', NULL, NULL, '$2y$10$TSNBlFDR3NlWJ2k8pmC6COryPg6QSZwC2JCSu16fexWgFiw0RQliK', NULL, 2, 'user', '1', '2023-09-06 15:17:23', '2023-09-06 15:17:23'),
(00000000000000001927, 14, 'Mohammad Aamir', '123456534352452414314', 'Mohammad@gmail.com', 'dhaka', '01829632414', NULL, NULL, '$2y$10$QuyGZCvC5H2ICwwu6x.8v.vkJ.SEgKLbzdMZkIhlvwuLpYyNigIzG', NULL, 2, 'user', '1', '2023-09-06 15:18:19', '2023-09-06 15:18:19'),
(00000000000000001928, 14, 'Shakhawat Hossain Partho', '123456534352452414314', 'Shakhawat@gmail.com', 'cox\'sbazar', '01776600565', NULL, NULL, '$2y$10$KxvWQS6ZY3k1GLaOUiix0.gpQUQBTR0a0V/BBh446EnmHWi0sj.Z.', NULL, 2, 'user', '1', '2023-09-06 15:21:16', '2023-09-06 15:21:16'),
(00000000000000001929, 14, 'S. M. Masud Hasan', '123456534352452414314', 'Masudl@gmail.com', 'dhaka', '01714510376', NULL, NULL, '$2y$10$mGx.LeClej42ofnJeCyrr.5wUQ0Fz8HMX31ptZ23UimwTJ3SB6Sna', NULL, 2, 'user', '1', '2023-09-06 15:22:08', '2023-09-06 15:22:08'),
(00000000000000001930, 14, 'Jaber Ahmed Palash', '123456534352452414314', 'Jaber@gmail.com', 'panthppoth', '01711399030', NULL, NULL, '$2y$10$ylDtN1ZjC/ZBCiIfQ6vyfudBVNmOgwb8rsJEyt9g4OslrebfKGw3C', NULL, 2, 'user', '1', '2023-09-06 15:23:52', '2023-09-06 15:24:59'),
(00000000000000001931, 14, 'Ali Ullah', '123456534352452414314', 'Ullah@gmail.com', 'cumilla', '01773457915', NULL, NULL, '$2y$10$bLrQQD24/FOT.Q3jAYWkoezI7aeHUr9KB90cmpzqbeZsFeEVmd1Eu', NULL, 2, 'user', '1', '2023-09-06 15:43:00', '2023-09-06 15:43:00'),
(00000000000000001932, 14, 'Md Afsar Ahmed', '123456534352452414314', 'Afsar@gmail.com', 'dhaka', '01706452047', NULL, NULL, '$2y$10$1C2E1cOupxC/AcG7htVK9e3FVoK9tzqknEdJe79KuDemmKmnUNkaK', NULL, 2, 'user', '1', '2023-09-06 15:47:31', '2023-09-06 15:47:31'),
(00000000000000001933, 14, 'Sayeeduz Zaman', '123456534352452414314', 'Sayeeduzl@gmail.com', 'ctg', '01712096369', NULL, NULL, '$2y$10$KYgcoq9OjisQw28EulZYBuf1cqLViTviIeRe4q34euSwmMmf4/TUq', NULL, 2, 'user', '1', '2023-09-06 15:48:31', '2023-09-06 15:48:31'),
(00000000000000001934, 14, 'MD Monirul Islam', '123456534352452414314', 'Monirul@gmail.com', 'netrokuna', '01784041924', NULL, NULL, '$2y$10$tFYGGEjjIEQ.eqZngdF0v.Zns8Fwb2eOQ9tvIRC0OEvP5/Ji.SfUS', NULL, 2, 'user', '1', '2023-09-06 15:50:45', '2023-09-06 15:50:45'),
(00000000000000001935, 14, 'Obaydur Rahman Habib', '123456534352452414314', 'Obaydu@gmail.com', 'dhaka', '01715600612', NULL, NULL, '$2y$10$gGzQJQ9L7ORkQar6Qf4wUewaEg1OlPcXtkI0QZGuExB5iJzoqsvLa', NULL, 2, 'user', '1', '2023-09-06 15:53:36', '2023-09-06 15:53:36'),
(00000000000000001936, 14, 'Mohammed R-if', '123456534352452414314', 'Mohammed@gmail.com', 'ctg', '01828080555', NULL, NULL, '$2y$10$m1WEKZT4B.ti2Z8S1L5suOLhI/HwO6zD6PSs/LChjm6Dd0RtRvOxy', NULL, 2, 'user', '1', '2023-09-06 15:54:43', '2023-09-06 15:54:43'),
(00000000000000001937, 14, 'Mehedi Hasan R', '123456534352452414314', 'Mehedi@gmail.com', 'dhaka', '01773278478', NULL, NULL, '$2y$10$Rlyfhfi7LwDJXkv0Wzn0Te59jUZa.ywcpZDhku9jzwJ7zh4Q8Fda2', NULL, 2, 'user', '1', '2023-09-06 15:55:46', '2023-09-06 15:55:46'),
(00000000000000001938, 14, 'Md Kamruzzaman', '123456534352452414314', 'Kamruzzaman@gmail.com', 'gupalgonj', '01955454616', NULL, NULL, '$2y$10$9gKDjGd5r2BltBSJO2Dmy.HVKBVO5TYEs69DBh0YoTQSJG3Dg12I6', NULL, 2, 'user', '1', '2023-09-06 15:57:22', '2023-09-06 15:57:22'),
(00000000000000001939, 14, 'Jahid Hasan', '123456534352452414314', 'Jahid@gmail.com', 'dhaka', '01744407358', NULL, NULL, '$2y$10$likql8ziPlQ7Uhe/bAye3e7yoq6pqnrM7W8CLPj4yyrVPwYvioLVe', NULL, 2, 'user', '1', '2023-09-06 15:59:24', '2023-09-06 15:59:24'),
(00000000000000001940, 14, 'Shohag Rana', '123456534352452414314', 'Shohag@gmail.com', 'mirpur-6', '01713587762', NULL, NULL, '$2y$10$afnewDl6EB8c9Tin9tz6WeiNmECwWVAZT3venCeuxDY1E88LZjax.', NULL, 2, 'user', '1', '2023-09-06 16:00:32', '2023-09-06 16:00:32'),
(00000000000000001941, 14, 'Mesbah Uddin Opu', '123456534352452414314', 'Mesbah@gmail.com', 'Mollabari Super Market (মোল্লা বাড়ি সুপার মার্কেট)', '01777755621', NULL, NULL, '$2y$10$RbvcM3bWotlqe2y.dV/1ceOxDv7Q/XCpST3zj0jO1Db5j1jyJi9kW', NULL, 2, 'user', '1', '2023-09-06 16:01:34', '2023-09-06 16:01:34'),
(00000000000000001942, 14, 'Sanjoy Kumar Saha', '123456534352452414314', 'Sanjoy@gmail.com', 'dhaka', '01920083952', NULL, NULL, '$2y$10$614h7Xl6bZbV3PIHktTpZ.00gCz7FRgJoa7f6qtRpgzSZGPV9Pdna', NULL, 2, 'user', '1', '2023-09-06 16:02:45', '2023-09-06 16:02:45'),
(00000000000000001943, 14, 'Abid Hossain', '123456534352452414314', 'Hossainl@gmail.com', 'basab', '01785665861', NULL, NULL, '$2y$10$pjkrSLB0mOewXYi0MBzzjOxlL38qNqAo445TMfUGa1mAYBp2X18c2', NULL, 2, 'user', '1', '2023-09-06 16:03:50', '2023-09-06 16:03:50');
INSERT INTO `users` (`id`, `lebel_id`, `name`, `nid`, `email`, `address`, `phone`, `alter_phone`, `email_verified_at`, `password`, `remember_token`, `role`, `type`, `user_type`, `created_at`, `updated_at`) VALUES
(00000000000000001944, 14, 'Ashfaqur Rahman', '123456534352452414314', 'Ashfaqurl@gmail.com', 'dhaka', '01731335842', NULL, NULL, '$2y$10$JpJ8Axb7WgS8NONSi/6HqegkTWRoYak33mOJPHsH9bT9c8.kWDLky', NULL, 2, 'user', '1', '2023-09-06 16:04:50', '2023-09-06 16:04:50'),
(00000000000000001945, 14, 'Md Saif Khan', '123456534352452414314', 'Saifl@gmail.com', 'meherpur', '01764306767', NULL, NULL, '$2y$10$Zk4iQjwjavlLgEToqT3XOu2ivnjZpI85tu21zYwyrAUN7FeY3.9QO', NULL, 2, 'user', '1', '2023-09-06 16:12:53', '2023-09-06 16:12:53'),
(00000000000000001946, 14, 'Asif Hasan Raiyan', '123456534352452414314', 'Asifl@gmail.com', 'dhaka', '01817453304', NULL, NULL, '$2y$10$Xjfdh819cGnwxoemd4.4aOjJ5T6dFTDJVyQQOQf/lOaeplcyXuBl.', NULL, 2, 'user', '1', '2023-09-06 16:15:26', '2023-09-06 16:15:26'),
(00000000000000001947, 14, 'Jamal Hossain Mojumder', '123456534352452414314', 'Jamal@gmail.com', 'mirpur-12', '01837674404', NULL, NULL, '$2y$10$o.KRffD8sK.sc7Kzqa3E9OgoCTzICz2rEqDsCDDw3ODP/uUvds7Zy', NULL, 2, 'user', '1', '2023-09-06 16:17:36', '2023-09-06 16:17:36'),
(00000000000000001948, 14, 'RS Repon Ismail', '123456534352452414314', 'Repon@gmail.com', 'molovibazar', '01766121122', NULL, NULL, '$2y$10$ZhAlRpjBsa5l/FnnliW3x.KL0I/DarKon44FBx0oPpX2a.EfXLqna', NULL, 2, 'user', '1', '2023-09-06 16:19:25', '2023-09-06 16:19:25'),
(00000000000000001949, 14, 'Md Abdullah Al Mahmud', '123456534352452414314', 'Abdullahl@gmail.com', 'foridpur', '01613959393', NULL, NULL, '$2y$10$PKSE4Bin1EJZFrvr10Owleu4RAYV2dEIixHdPvu6KF4j4bdW74ZQW', NULL, 2, 'user', '1', '2023-09-06 16:22:01', '2023-09-06 16:22:01'),
(00000000000000001950, 14, 'Hm A Kalam', '123456534352452414314', 'Kalam@gmail.com', 'dhaka', '01714621129', NULL, NULL, '$2y$10$eQzKBB4s3lZAPAOSy4QfX.MDtZ6BEgllKRxKJDfg.lnukJzMUiboi', NULL, 2, 'user', '1', '2023-09-06 16:27:48', '2023-09-06 16:27:48'),
(00000000000000001951, 14, 'Rokibul Hassan', '123456534352452414314', 'Rokibul@gmail.com', 'konabari', '01719757091', NULL, NULL, '$2y$10$5o2OLJYMkTde2wTNxiNVKeJ4SsJ6x.H2tbEt5P7Lu974eb7vcjFcS', NULL, 2, 'user', '1', '2023-09-06 16:30:55', '2023-09-06 16:30:55'),
(00000000000000001952, 14, 'Eka Jewel', '123456534352452414314', 'ewel@gmail.com', 'ctg', '01756779988', NULL, NULL, '$2y$10$lHIew4lWLAwbyu7IpIrF7usuIg.l3R6hO4HDuFyaxhIWd031TRz9i', NULL, 2, 'user', '1', '2023-09-06 16:40:31', '2023-09-06 16:42:12'),
(00000000000000001953, 14, 'Mahfuz Rahman', '123456534352452414314', 'Mahfuzl@gmail.com', 'mirpur-6,xinxian,r-9,h-12', '01718577456', NULL, NULL, '$2y$10$26MhUsiDCyT/etmeUg1rZOVkvdF.b7J9TAcXESAViL5GiLd.Rc27O', NULL, 2, 'user', '1', '2023-09-06 17:02:52', '2023-09-06 17:02:52'),
(00000000000000001954, 14, 'Md. Shahidur Rahman', '123456534352452414314', 'Shahidur@gmail.com', 'cuyadanga', '01712704576', NULL, NULL, '$2y$10$/mgurMvLEExs2oZcVlgieOjYWXkXyhaTQlmFOpFAxNmSAZkRcM0z2', NULL, 2, 'user', '1', '2023-09-06 17:04:46', '2023-09-06 17:04:46'),
(00000000000000001955, 14, 'Badsha Alamgir', '123456534352452414314', 'Badshal@gmail.com', 'savar', '01728525232', NULL, NULL, '$2y$10$FsdUeaNovcLYJ5Isc0iMruxY1weIO5X7KPvHBwUXdGrpqjrQk02Qe', NULL, 2, 'user', '1', '2023-09-06 17:06:22', '2023-09-06 17:06:22'),
(00000000000000001956, 14, 'Md Shoriful Islam', '123456534352452414314', 'Shoriful@gmail.com', 'jossor', '01911679212', NULL, NULL, '$2y$10$HucN94plol9UROPX2C6NPukolTysolrlcPqVNEhp7qM/f84/d4e.C', NULL, 2, 'user', '1', '2023-09-06 17:08:18', '2023-09-06 17:08:18'),
(00000000000000001957, 14, 'Md Moynul Islam', '123456534352452414314', 'Moynul@gmail.com', 'shylet', '01713813424', NULL, NULL, '$2y$10$Dzj2GjJapuDX/hMmAwxVceXd14ndNeFCqaBV/r5QhL8Gl.rECeCc.', NULL, 2, 'user', '1', '2023-09-06 17:10:34', '2023-09-06 17:10:34'),
(00000000000000001958, 14, 'Daud Salam Shadhin', '123456534352452414314', 'Daudl@gmail.com', 'dhaka', '01611135506', NULL, NULL, '$2y$10$MeJZnAvdF1vArQT/5LchD.HJtziI3lrSLASChqNpSmnGGCeW3pPP.', NULL, 2, 'user', '1', '2023-09-06 17:12:33', '2023-09-06 17:12:33'),
(00000000000000001959, 14, 'Mistar Ali', '123456534352452414314', 'Mista@gmail.com', 'savar', '01632414274', NULL, NULL, '$2y$10$Ge8PBPzCvoyd0GW3AGwdPOFdKPWUquIND88tIN/XNryrWNKPKeg2a', NULL, 2, 'user', '1', '2023-09-06 17:14:47', '2023-09-06 17:14:47'),
(00000000000000001960, 14, 'Arif Hossain', NULL, 'Arifl@gmail.com', 'dhaka', '01713547679', NULL, NULL, '$2y$10$NJFGuEdYsgLoqOHOOPpf8.S2RiGHACYzYhkRAMggL7y2x.MsIme8m', NULL, 2, 'user', '1', '2023-09-06 17:21:53', '2023-09-06 17:21:53'),
(00000000000000001961, 14, 'Prolay Kanti Paul', NULL, 'Prolay@gmail.com', 'dhaka', '01713626559', NULL, NULL, '$2y$10$6swwItk4Rz/i2S7xiSt4G.M8m5KxX8Ygvt7u9kGRY1U5uhQlyYr5S', NULL, 2, 'user', '1', '2023-09-06 17:23:09', '2023-09-06 17:23:09'),
(00000000000000001962, 14, 'Zunayed Rabu', '123456534352452414314', 'Zunayed@gmail.com', 'dhaka', '01568405474', NULL, NULL, '$2y$10$OTv2qa4LohXFq1v7vHjROOr5FricdVEVP7vylY9qrbybYAZsb12B2', NULL, 2, 'user', '1', '2023-09-07 11:23:27', '2023-09-07 11:23:27'),
(00000000000000001963, 14, 'Mohan Kumar Bangali', '123456534352452414314', 'Mohanl@gmail.com', 'dhaka', '01982542877', NULL, NULL, '$2y$10$ebr3GaiVEfoYBrmvIcwKxeUqkzsHPuJZfagkLi9IZ7XlVUUbKkAJi', NULL, 2, 'user', '1', '2023-09-07 11:49:44', '2023-09-07 11:49:44'),
(00000000000000001964, 14, 'Sk Md Safar Driver', '123456534352452414314', 'Safar@gmail.com', 'dhaka', '01833903824', NULL, NULL, '$2y$10$9eUlVLGWgZnLIVajYYBmS.q11xgvxIHPw8HEQ/oK2MbY/.RgTWSya', NULL, 2, 'user', '1', '2023-09-07 11:50:43', '2023-09-07 11:50:43'),
(00000000000000001965, 14, 'Faruk Hasan', '123456534352452414314', 'Faruk@gmail.com', 'dhaka', '01720279033', NULL, NULL, '$2y$10$jBtCth69PdtDq1R8jJxs2ueZC4yP0dP88Gs2o2HWI5QtdDdJU9lf.', NULL, 2, 'user', '1', '2023-09-07 11:51:37', '2023-09-07 11:51:37'),
(00000000000000001966, 14, 'Rubel Parvej', '123456534352452414314', 'Rubel@gmail.com', 'dhaka', '01715362470', NULL, NULL, '$2y$10$LR3p44amkQi/QkSrN3x79ubAVCmi91eizyMH7/wJ1Wr/Gtzxa0Jpi', NULL, 2, 'user', '1', '2023-09-07 11:52:50', '2023-09-07 11:52:50'),
(00000000000000001967, 14, 'Tanzinur Rahman', '123456534352452414314', 'Tanzinur@gmail.com', 'ecb more', '01712998117', NULL, NULL, '$2y$10$sueTG75kRsL3O/.vGnzqA.ad3vNPa.8vgDqExrSqRlCQYKygsATmW', NULL, 2, 'user', '1', '2023-09-07 15:46:47', '2023-09-07 15:46:47'),
(00000000000000001968, 14, 'Sohel Rana Mir', '123456534352452414314', 'Sohell@gmail.com', 'moucak, gazipur', '01927777967', NULL, NULL, '$2y$10$IslFAVFcTgkSWwwdPgbqvOKr6aidD3HujQVsDSriAY.ZMyN3pCh0W', NULL, 2, 'user', '1', '2023-09-07 15:54:36', '2023-09-07 15:54:36'),
(00000000000000001969, 14, 'Suhal Rana', '123456534352452414314', 'Suhal@gmail.com', 'gazipur', '01723231234', NULL, NULL, '$2y$10$Iz/yuOfvvAyrHvXn7h2b6Ottr1Zr374THNIbcc5l.ka/mdXnrfnCG', NULL, 2, 'user', '1', '2023-09-07 16:08:22', '2023-09-07 16:08:22'),
(00000000000000001970, 14, 'Kazi Sakil Ahmed', '123456534352452414314', 'Kazi@gmail.com', 'dhaka', '01745823789', NULL, NULL, '$2y$10$dk8KAKMZhFMKNIpgUWIPD.mTssMKCmVdJeOpDevMUwWKpLkQXNG7G', NULL, 2, 'user', '1', '2023-09-07 16:15:03', '2023-09-07 16:15:03'),
(00000000000000001971, 14, 'Md Rezwan', '123456534352452414314', 'Rezwan@gmail.com', 'dhaka', '01618088848', NULL, NULL, '$2y$10$isb5Jio7OOcrMVucfju0YeyZoUgRYsVMKl3jTNUDwmUexOjW0DrBG', NULL, 2, 'user', '1', '2023-09-07 16:18:55', '2023-09-07 16:18:55'),
(00000000000000001972, 14, 'Showokot', '123456534352452414314', 'Showokot@gmail.com', '60fit,mirpur', '01714496645', NULL, NULL, '$2y$10$m9uhmvpZCcKd3oGB5ZO8Xuff.3ssr5ZoL2HqmxjJC42YBwI2rZp8W', NULL, 2, 'user', '1', '2023-09-07 16:20:51', '2023-09-07 16:20:51'),
(00000000000000001973, 14, 'Sujon Raka', '123456534352452414314', 'Sujonl@gmail.com', 'dhaka', '01602934669', NULL, NULL, '$2y$10$FNknliMJX2pky31r21uH7uX.3Yd1w9ra7a2oMsu.vqg22Jqkxxhfq', NULL, 2, 'user', '1', '2023-09-07 16:21:45', '2023-09-07 16:21:45'),
(00000000000000001975, 14, 'Adnan Ahmed Robin', '123456534352452414314', 'Adnan@gmail.com', 'narayangonj', '01945362907', NULL, NULL, '$2y$10$Us2Jjub.4/ko1Thu4xzwQOlVOsqdZpqVb6Dahjbrdyqaxi.PKc.ry', NULL, 2, 'user', '1', '2023-09-07 16:24:45', '2023-09-07 16:24:45'),
(00000000000000001976, 14, 'Rana Ahamed Ridoy', '123456534352452414314', 'Rana@gmail.com', 'gazipur chourastha', '01957233227', NULL, NULL, '$2y$10$32wCoWX2J7Hu6eMR5bz2X.cbA49B9kxUgPqlvXh6fFsJFDbNhKCv.', NULL, 2, 'user', '1', '2023-09-07 16:25:41', '2023-09-07 16:25:41'),
(00000000000000001977, 14, 'Rashed', '123456534352452414314', 'Rashedl@gmail.com', '380/17,F1/2, Kunjaban Road, East Rampura, Dhaka', '01712027784', NULL, NULL, '$2y$10$AqmDctvmgLkQXV3MPvEVWeHyGeFUghgNQWuu.PS9hZ/WrhTg5pMHu', NULL, 2, 'user', '1', '2023-09-07 16:26:51', '2023-09-07 16:26:51'),
(00000000000000001978, 14, 'Khan Mosharaf', '123456534352452414314', 'Khan@gmail.com', 'gazipur', '01966254621', NULL, NULL, '$2y$10$DucY4CRJWLFCzmkKFsOPO.0JN./Lyt87NiPkUnUeJJ6NzU0zJctYC', NULL, 2, 'user', '1', '2023-09-07 16:27:41', '2023-09-07 16:27:41'),
(00000000000000001979, 14, 'Faiz Nishan', '123456534352452414314', 'Faiz@gmail.com', 'basab', '01777752382', NULL, NULL, '$2y$10$KSk5F6W/ywEW8p4vPg8fO.ZXxGykA9TZqHIhzNeqATNPyKEs0YNfC', NULL, 2, 'user', '1', '2023-09-07 16:28:42', '2023-09-07 16:28:42'),
(00000000000000001980, 14, 'Md Jalil', '123456534352452414314', 'Jalil@gmail.com', 'dhaka', '01972212229', NULL, NULL, '$2y$10$ui/b8m2lN5TMcC6wle/emeXYLmu5kiJO3OonUN20s42IRxDVc5CUm', NULL, 2, 'user', '1', '2023-09-07 16:29:52', '2023-09-07 16:29:52'),
(00000000000000001981, 14, 'Muslim Ahmad', '123456534352452414314', 'Musliml@gmail.com', 'b-baria', '01741808641', NULL, NULL, '$2y$10$LOImwHICQILO3c8DM.5UjuuPC7PgaeCtLR7pS0Ej1vlB./iywXj1O', NULL, 2, 'user', '1', '2023-09-07 16:30:55', '2023-09-07 16:30:55'),
(00000000000000001982, 14, 'Rashed Rasu', '123456534352452414314', 'Rashedl@gmail.com', 'bogura', '01786911212', NULL, NULL, '$2y$10$bzS13bd2hRX13spY6A8.4OSx46pMHS8Q7oeSuw3cm1yQNef91Oj.a', NULL, 2, 'user', '1', '2023-09-07 16:31:44', '2023-09-07 16:31:44'),
(00000000000000001983, 14, 'MD Jafor Iqbal', '123456534352452414314', 'Jafor@gmail.com', 'dhaka', '01715156421', NULL, NULL, '$2y$10$bQC8g1XXCNPfuxFPK/6Ype7PPsVcJPaOK/etCKVyxaMjDq/BvTzqa', NULL, 2, 'user', '1', '2023-09-07 16:32:53', '2023-09-07 16:32:53'),
(00000000000000001984, 14, 'Rajib Ahmed', '123456534352452414314', 'Rajib@gmail.com', 'dhaka', '01787693709', NULL, NULL, '$2y$10$2V9uzvclad//05.dveO/R.8ES327dI9pKiZ0jKnvv5YpZGPAUfbx6', NULL, 2, 'user', '1', '2023-09-07 16:33:48', '2023-09-07 16:33:48'),
(00000000000000001985, 14, 'H\'Rash Bappi', '123456534352452414314', 'Bappil@gmail.com', 'dhaka', '01711193231', NULL, NULL, '$2y$10$WgaNt4m3ipQL2.heVI0FLOmdkO1dl6rLQhjisjxIXD/WtMgiFiifW', NULL, 2, 'user', '1', '2023-09-07 16:34:57', '2023-09-07 16:34:57'),
(00000000000000001986, 14, 'Md Robiul', '123456534352452414314', 'Robiul@gmail.com', 'dhaka', '01816269873', NULL, NULL, '$2y$10$3sN5TQUu8AAuqFTYckEP3.f74hdv9iaQbTn2dEYqYZ4R4EFyP/Mmi', NULL, 2, 'user', '1', '2023-09-07 16:35:54', '2023-09-07 16:35:54'),
(00000000000000001987, 14, 'Md Mostak Ahmed', '123456534352452414314', 'Mostakl@gmail.com', 'dhaka', '01755695516', NULL, NULL, '$2y$10$3K/nh3NGsCFtsPKD3maSRudZU0uQONeRy6e7p9qtCkkYzH5OUJgJy', NULL, 2, 'user', '1', '2023-09-07 16:36:55', '2023-09-07 16:36:55'),
(00000000000000001988, 14, 'Dipankar Howlader', '123456534352452414314', 'Dipankal@gmail.com', 'tangail', '01709399069', NULL, NULL, '$2y$10$eTZQBr7bko6cDIxh0/9vwekU4XiO9JAwqLoUNoEwVvlKrCqZGF8We', NULL, 2, 'user', '1', '2023-09-07 16:37:50', '2023-09-07 16:37:50'),
(00000000000000001989, 14, 'Habib Castle', '123456534352452414314', 'Habib@gmail.com', 'rongpur', '01761107528', NULL, NULL, '$2y$10$hksUFirbxyNVWSU8l3/s..P4cAhArtBMzjFqJh5HqoPL1Vdl4XCuW', NULL, 2, 'user', '1', '2023-09-07 16:39:31', '2023-09-07 16:39:31'),
(00000000000000001990, 14, 'Suvo Jit Roy', '123456534352452414314', 'Suvol@gmail.com', 'bogura', '01403022733', NULL, NULL, '$2y$10$KkKGFdunV6C/yqRm43Gk0uS1BoWpvPXrLQlk0LpIv5liWr340W63K', NULL, 2, 'user', '1', '2023-09-07 16:40:43', '2023-09-07 16:40:43'),
(00000000000000001991, 14, 'Anup Adhikary', '123456534352452414314', 'Anup@gmail.com', 'kollanpur', '01724131129', NULL, NULL, '$2y$10$GHefFLVTOo8YEjivnWV3UuQ48f2Uh/Kim5blGA2anWyL2L1DELWUW', NULL, 2, 'user', '1', '2023-09-07 16:43:50', '2023-09-07 16:43:50'),
(00000000000000001992, 14, 'Shamim Reza', '123456534352452414314', 'Shamim@gmail.com', 'dhaka', '01717815320', NULL, NULL, '$2y$10$IugG0mt/ZD11Es4bKYii9.xulumc1ecZiR2r4C93qKU3KkaPDC8rG', NULL, 2, 'user', '1', '2023-09-07 16:44:59', '2023-09-07 16:44:59'),
(00000000000000001993, 14, 'Nazim Uddin Nazim', '123456534352452414314', 'Naziml@gmail.com', 'dhaka', '01918320434', NULL, NULL, '$2y$10$MeolVGprrQQat32r8DNA6ecg6pBSZnzFOXSj6.hN8Zor9nkQIQqB2', NULL, 2, 'user', '1', '2023-09-07 16:45:48', '2023-09-07 16:45:48'),
(00000000000000001994, 14, 'Tawhidur Rahaman Saidur', '123456534352452414314', 'Tawhidur@gmail.com', 'savar', '01972565105', NULL, NULL, '$2y$10$zqZBVsku8fbJF/pwpF/f6u4C4A0lZMIm9BzML/nTzDMeN/dnZkXT.', NULL, 2, 'user', '1', '2023-09-07 16:47:09', '2023-09-07 16:47:09'),
(00000000000000001995, 14, 'Jahangir Alam', '123456534352452414314', 'Jahangi@gmail.com', 'pavna', '01602612244', NULL, NULL, '$2y$10$uGOeONWROWNy5LF6DAVL.uLqAekmOSh6ZbiUkPOdkZVcdpXvs31WO', NULL, 2, 'user', '1', '2023-09-07 16:48:02', '2023-09-07 16:48:02'),
(00000000000000001996, 14, 'Abdullah Al Kyum', '123456534352452414314', 'Abdullah@gmail.com', 'dhaka', '01721141424', NULL, NULL, '$2y$10$1cB5cZcra3BBIvm6rf/1g.O7qC9tguqC48UcUexa3aQilptFYKr0m', NULL, 2, 'user', '1', '2023-09-07 16:48:58', '2023-09-07 16:48:58'),
(00000000000000001997, 14, 'Rashed Ahmed', '123456534352452414314', 'lRashed@gmail.com', 'dhaka', '01616705989', NULL, NULL, '$2y$10$PGhd/9fOcYXmQB/kfy1v1.24tHW034dIVxKC5c9ow41/3Baf3jhZa', NULL, 2, 'user', '1', '2023-09-07 16:49:53', '2023-09-07 16:49:53'),
(00000000000000001998, 14, 'Subrato Majumder Tuhin', '123456534352452414314', 'Subrato@gmail.com', 'dhaka', '01911278478', NULL, NULL, '$2y$10$OCD1M3hgULxw9CW1NIlsO.gLJwEKfTgG3h444n6BAcIXgMtzDzPG.', NULL, 2, 'user', '1', '2023-09-07 16:50:44', '2023-09-07 16:50:44'),
(00000000000000001999, 14, 'Prasun Biswas', '123456534352452414314', 'Prasun@gmail.com', 'jamalpur', '01717219972', NULL, NULL, '$2y$10$M9GD8ujg8n0FnSDZ1rWGl.dUpHXzeUv5gFleJpo8avKM.JlAFgDkO', NULL, 2, 'user', '1', '2023-09-07 16:52:29', '2023-09-07 16:52:29'),
(00000000000000002000, 14, 'Mehedi Hasan', '123456534352452414314', 'Mehedil@gmail.com', 'dhaka', '01601430303', NULL, NULL, '$2y$10$D8G/m39fMF1xK906sSl8XeatTL8Utgik5FXG.KU3WelvjTA90.vpO', NULL, 2, 'user', '1', '2023-09-07 16:54:10', '2023-09-07 16:54:10'),
(00000000000000002001, 14, 'Khokan Basak', '123456534352452414314', 'Khokanl@gmail.com', 'tangail', '01714028696', NULL, NULL, '$2y$10$LY0eJxx.2gmVd4m1ArbTtu90XUMY5AiiAUaxb4Aqs5hs6V5dCks9S', NULL, 2, 'user', '1', '2023-09-07 16:55:30', '2023-09-07 16:55:30'),
(00000000000000002002, 14, 'কাওসার মাহমুদ সুমন', '123456534352452414314', 'Aminul@gmail.com', 'rajshahi', '01770702863', NULL, NULL, '$2y$10$KXDfI4aK.EbhUoMV/L5n1.NOKoUunFhXUMaJPulYGumteSG7n8XnW', NULL, 2, 'user', '1', '2023-09-07 16:56:17', '2023-09-07 16:56:17'),
(00000000000000002003, 14, 'Nabi Hossain Nabi Hossain', '123456534352452414314', 'Nabil@gmail.com', 'dhaka', '01727729113', NULL, NULL, '$2y$10$yuuj.xJId/qpmOXzTBmUt.l9gOj3pwzknyaT/Qv0W/EaXnaxqfm2q', NULL, 2, 'user', '1', '2023-09-07 16:57:17', '2023-09-07 16:57:17'),
(00000000000000002004, 14, 'Iftekharul Islam', '123456534352452414314', 'ftekharul@gmail.com', 'dhaka', '01718785091', NULL, NULL, '$2y$10$Xx.MeNQId4mM.CWdfAuKLOMNb.LT2qqXXMRODP2SOJaGt8p3AVLR.', NULL, 2, 'user', '1', '2023-09-07 16:58:04', '2023-09-07 16:58:04'),
(00000000000000002005, 14, 'Parvez Repon', '123456534352452414314', 'Parvezl@gmail.com', 'rajshahi', '01712561938', NULL, NULL, '$2y$10$QdDkLG39X9/Al/MWoym8nuZpFCFXxNbTOfni7T0ejw1qD.SIU/Ah6', NULL, 2, 'user', '1', '2023-09-07 16:58:49', '2023-09-07 16:58:49'),
(00000000000000002006, 14, 'MD Abdus Salam', '123456534352452414314', 'Abdusl@gmail.com', 'moulobibazar', '01701556979', NULL, NULL, '$2y$10$lvKDc2KZrUigcIk1MRQZFOL3wg95MpxD2cBZjsaNMGE.MLrVeX/gC', NULL, 2, 'user', '1', '2023-09-07 17:00:04', '2023-09-07 17:00:04'),
(00000000000000002007, 14, 'Md Mozammel Haque', '123456534352452414314', 'Mozammel@gmail.com', 'dhaka', '০১৭৩২৪২৪২৪০', NULL, NULL, '$2y$10$pJJFIwn5GKFNpz7IrM13BuJZgglBLk.k8wBdxAS3qtCvpemlv2ItK', NULL, 2, 'user', '1', '2023-09-07 17:01:53', '2023-09-07 17:01:53'),
(00000000000000002008, 14, 'Arifur Ovi', '123456534352452414314', 'Arifur@gmail.com', 'dhaka', '01747624686', NULL, NULL, '$2y$10$.Uwt.R/.LxkFCSYfxcEItu4y//NOdrDyG3wdZmar0n2r10X6rkYvK', NULL, 2, 'user', '1', '2023-09-07 17:03:44', '2023-09-07 17:03:44'),
(00000000000000002009, 14, 'Rubel Khan', '123456534352452414314', 'Rubel@gmail.com', 'dhaka', '01303085530', NULL, NULL, '$2y$10$Sv1Pebq9d9e2O1Bg0vu.CuVqIWUN.PqmwUVUK3xSaTZlbpksWXmVe', NULL, 2, 'user', '1', '2023-09-07 17:05:19', '2023-09-07 17:05:19'),
(00000000000000002010, 14, 'Md Sulaiman', '123456534352452414314', 'Sulaiman@gmail.com', 'nuyakhali, soni cenema', '01819634278', NULL, NULL, '$2y$10$KJdlRLmT.0nRxnMgGVi03ebTCk7QUFKUurewpyCEi.cHd.9BkFvvq', NULL, 2, 'user', '1', '2023-09-07 17:06:15', '2023-09-07 17:06:15'),
(00000000000000002011, 14, 'Rayhan Kobir Rabby', '123456534352452414314', 'Rayhanl@gmail.com', 'rongpur', '01773665660', NULL, NULL, '$2y$10$kJwGtjE5Sm1MRh/5Q0sAU.5H2slecWQSER5PFk2ciVL7j2RAS7PYS', NULL, 2, 'user', '1', '2023-09-07 17:07:20', '2023-09-07 17:07:20'),
(00000000000000002012, 14, 'Mahbub Rahman', '123456534352452414314', 'Mahbub@gmail.com', 'dhaka', '01670755516', NULL, NULL, '$2y$10$FxVLER.TMUxLuVJEOQ4T0ODg8Vmq/5eZHBsRZmZT3L.4.FLroYC9.', NULL, 2, 'user', '1', '2023-09-07 17:08:18', '2023-09-07 17:08:18'),
(00000000000000002013, 14, 'Shahanur Rahman', '123456534352452414314', 'Shahanur@gmail.com', 'dhaka', '01843813368', NULL, NULL, '$2y$10$LcVHrXB2vu/PCUkdm7FkzOq.p.4xgqbThF1CsUNFUDoug5hNECXFy', NULL, 2, 'user', '1', '2023-09-07 17:09:22', '2023-09-07 17:09:22'),
(00000000000000002014, 14, 'Md Nur Islam', '123456534352452414314', 'Nurslam@gmail.com', 'magura', '01716343039', NULL, NULL, '$2y$10$NyYX/Cjbdw/rgz5zAXnIsejtilQgLFxeZd98Gh5x7IEjwwkT/qs7y', NULL, 2, 'user', '1', '2023-09-07 17:11:22', '2023-09-07 17:11:22'),
(00000000000000002015, 14, 'Md Abdul Azad', '123456534352452414314', 'Abdull@gmail.com', 'dhaka', '01742430621', NULL, NULL, '$2y$10$4YDU/SR6nbLeD7QXo49XcOkbOq6imFKvMels3nzHKWBdJDXzwKgc.', NULL, 2, 'user', '1', '2023-09-07 17:12:13', '2023-09-07 17:12:13'),
(00000000000000002016, 14, 'Haji Shahid Islam', '123456534352452414314', 'Shahid@gmail.com', 'dhaka', '০১৬২৭৮০০১৮১', NULL, NULL, '$2y$10$EAFwMsMoyOYdXJv8.D5Q5OkuDxqU33oCfnBruaW7ow4CWonTItu/u', NULL, 2, 'user', '1', '2023-09-07 17:13:02', '2023-09-07 17:13:02'),
(00000000000000002017, 14, 'Mdjamal Uddin', '123456534352452414314', 'Mdjamall@gmail.com', 'dhaka', '01818874976', NULL, NULL, '$2y$10$6hwLToKZh8e1AvU9vWMTIOJJ4uiOxFIrNInN0pa70QCJ2ZsTv69f6', NULL, 2, 'user', '1', '2023-09-07 17:13:54', '2023-09-07 17:13:54'),
(00000000000000002018, 14, 'Mahabub Jewel', '123456534352452414314', 'Mahabubl@gmail.com', 'mirpur-13', '01711112836', NULL, NULL, '$2y$10$OG1cf/Q7IB8prB5BvZaA2esfhbk5nfB40EELo6VKHPikCfq1lZyHe', NULL, 2, 'user', '1', '2023-09-07 17:14:50', '2023-09-07 17:14:50'),
(00000000000000002019, 14, 'Ratan Cndr Paul', '123456534352452414314', 'Ratan@gmail.com', 'dhaka', '০১৭১২৬১৭৫১২', NULL, NULL, '$2y$10$96ChPvPOeQxwaCLMUfLljuyfzgbWM6I5XcYbuXSm0X2kKQ5ufLD.S', NULL, 2, 'user', '1', '2023-09-07 17:17:48', '2023-09-07 17:17:48'),
(00000000000000002020, 14, 'Harun AR Rashid', '123456534352452414314', 'Harunl@gmail.com', 'dhaka', '01744501107', NULL, NULL, '$2y$10$vYiQl6RuLpdZ1wq4MjSqOOQgYqdI61iOL/JSb0Zfz1tb4GreCAwXG', NULL, 2, 'user', '1', '2023-09-07 17:19:47', '2023-09-07 17:19:47'),
(00000000000000002021, 14, 'Riaz Ripon', '123456534352452414314', 'Riazl@gmail.com', 'dhaka', '01923966147', NULL, NULL, '$2y$10$2Z/ZzWGH9ONVEon0nNPoAuXggLDZIVkXkWMhQ3vmuaczWsdncqCL2', NULL, 2, 'user', '1', '2023-09-07 17:20:40', '2023-09-07 17:20:40'),
(00000000000000002022, 14, 'Kazi Fahim', '123456534352452414314', 'KaziFahiml@gmail.com', 'dhaka', '01627810248', NULL, NULL, '$2y$10$.mKNeIYEKD3Hs1OOzImDuuZ08COE6V4O4OnEijYIfY6JqOsmSFtT2', NULL, 2, 'user', '1', '2023-09-07 17:21:39', '2023-09-07 17:21:39'),
(00000000000000002023, 14, 'Fahim Traders', '123456534352452414314', 'Fahiml@gmail.com', 'dhaka', '01985005526', NULL, NULL, '$2y$10$g05H8TfVo3V/E0MzbMns7OoQ7Pk4qM.v5O42C5HXn6hI0n3SAEWJi', NULL, 2, 'user', '1', '2023-09-07 17:25:13', '2023-09-07 17:25:13'),
(00000000000000002024, 14, 'Deen Islam', '123456534352452414314', 'Deenl@gmail.com', 'savar, genda upojela ar picone', '০১৯৮৯০৫৩৫০৯', NULL, NULL, '$2y$10$ggwz65ODb3.SAWeSf.ShGefE1BTVqVqjwTxODXk1jOZOmqZEFriaq', NULL, 2, 'user', '1', '2023-09-07 17:26:14', '2023-09-07 17:26:14'),
(00000000000000002025, 14, 'Rayhan Nirob', '123456534352452414314', 'Rayhan@gmail.com', 'dhaka', '01909100031', NULL, NULL, '$2y$10$.XspCjt2CyJy9yc1cb0Lj.dFz/obg82Obd2FRia0.PW9j3NimQbtO', NULL, 2, 'user', '1', '2023-09-07 17:27:15', '2023-09-07 17:27:15'),
(00000000000000002026, NULL, 'Lotifur Rahman', '123456534352452414314', 'Lotifur@gmail.com', 'west dashara, manikgonj sadar', '01724763800', NULL, NULL, '$2y$10$KMmTs8edhYl/MP9UowAf4.r34LG.9xtOV.TIYFgw0/mi4syMxNknG', NULL, 2, 'user', '1', '2023-09-12 10:54:27', '2023-09-12 15:28:15'),
(00000000000000002027, 14, 'Ujjal Hasan', '123456534352452414314', 'Ujjal@gmail.com', 'safari park, gazipur', '01313564622', NULL, NULL, '$2y$10$dkU1b6X036kNVGVl7uxgqujLHZ/.Bqr8dyHYNJF.Zp3B0r7kVXqmO', NULL, 2, 'user', '1', '2023-09-12 10:55:41', '2023-09-12 10:55:41'),
(00000000000000002028, 14, 'Power Sam', '123456534352452414314', 'Power@gmail.com', 'dhaka', '01676177752', NULL, NULL, '$2y$10$fLHT2442AFNs23ZS8VpCqemtx0xkB8hmqgabeTGGh/6tiAYqwZxr2', NULL, 2, 'user', '1', '2023-09-12 10:56:44', '2023-09-12 10:56:44'),
(00000000000000002029, 14, 'Rafsan Dip', '123456534352452414314', NULL, 'cantroment', '01880092598', NULL, NULL, '$2y$10$uYz.wLwOi1lQcJep59q3ce2gXjest/CxSItLClCHkCSvBdc9TRPLe', NULL, 2, 'user', '1', '2023-09-12 10:57:31', '2023-09-12 10:57:31'),
(00000000000000002030, 14, 'Al Mustakim', '123456534352452414314', 'Mustakiml@gmail.com', 'uttora', '01737736371', NULL, NULL, '$2y$10$Q3MwKHfI1kTbpS/NSaF.uetdtVmaX0guAF8Jg0sp9xFuJfD5sy9t.', NULL, 2, 'user', '1', '2023-09-12 11:10:38', '2023-09-12 11:10:38'),
(00000000000000002031, 14, 'Biplob Kundu', '123456534352452414314', 'Biplob@gmail.com', 'khulna', '01911897858', NULL, NULL, '$2y$10$Ijq.AmD8ql6GFQ06smlO1ev4NygGm/YUm5gWuvA50IrpJI/N0Xw0G', NULL, 2, 'user', '1', '2023-09-12 11:12:16', '2023-09-12 11:12:16'),
(00000000000000002032, 14, 'মোঃ মশাহিদ আলী', '123456534352452414314', 'Aminul@gmail.com', 'dhaka', '01711389269', NULL, NULL, '$2y$10$FJjq.We/hePQQ3qxizf/1.dt8rngEG8Lha51.KyON2D5tiGriIjKG', NULL, 2, 'user', '1', '2023-09-12 11:13:44', '2023-09-12 11:13:44'),
(00000000000000002033, 14, 'Jannatul Nayem Ramim', '123456534352452414314', 'Jannatull@gmail.com', 'dhaka', '01791561209', NULL, NULL, '$2y$10$pTDy3/dW6BJnK1lVToHB3eLNTnGToS6XHOkD/3UXV1YR0yStvZrcm', NULL, 2, 'user', '1', '2023-09-12 11:17:15', '2023-09-12 11:17:15'),
(00000000000000002034, 14, 'Mohammad Raziul Islam Tushar', '123456534352452414314', 'Mohammad@gmail.com', 'khilga', '01746402909', NULL, NULL, '$2y$10$jF7lE4XQ/iYkxtyPeBv9NeMKFS2jJcMVzrZ9sy4x1uRzh9UeENanC', NULL, 2, 'user', '1', '2023-09-12 11:18:15', '2023-09-12 11:20:16'),
(00000000000000002035, 14, 'দক্ষিনের দমকা হাওয়া', '123456534352452414314', 'Aminul@gmail.com', 'dhaka', '01733607756', NULL, NULL, '$2y$10$DY/MU2otmLIAqTE4TOucHucnJUh9aCnzpitxESIWVVOHuMJN5YC7q', NULL, 2, 'user', '1', '2023-09-12 11:21:03', '2023-09-12 11:21:03'),
(00000000000000002036, 14, 'Razibul Islam', '123456534352452414314', 'Razibull@gmail.com', 'bogura', '01712949297', NULL, NULL, '$2y$10$KGQiVJ0ejr.1sYP0.YaIoOxmqrElGvSZ5lmGeiw0Pvk9QEjdqs1m2', NULL, 2, 'user', '1', '2023-09-12 11:22:07', '2023-09-12 11:22:07'),
(00000000000000002037, 14, 'Kathok', '123456534352452414314', 'Kathok@gmail.com', 'dhaka', '01723828138', NULL, NULL, '$2y$10$VDiomoD9IL61dtrvB1U8VOthMF0rFMQ1MTVGsRj2WUZ2uFn8FIZvC', NULL, 2, 'user', '1', '2023-09-12 11:29:30', '2023-09-12 11:29:30'),
(00000000000000002038, 14, 'মাহমুদ রুবেল মুন্সি', '123456534352452414314', 'Aminul@gmail.com', 'dhaka', '01710397754', NULL, NULL, '$2y$10$h7vZk93jxP.gsDOFWbi7J.bJGO.fOYcgJgOkXIEFwzjDvj1z1xMNu', NULL, 2, 'user', '1', '2023-09-12 11:30:23', '2023-09-12 11:30:23'),
(00000000000000002039, 14, 'শাওন হাসান মিঠু', '123456534352452414314', 'Aminul@gmail.com', 'bosundhara', '01521379999', NULL, NULL, '$2y$10$O4lq.dSd6sjozI4yZ9pxEuE50tN4EAJbs5OKwekJdk006n7RvZTiC', NULL, 2, 'user', '1', '2023-09-12 11:31:16', '2023-09-12 11:31:16'),
(00000000000000002040, 14, 'আরিফুল ইসলাম নারায়ণ পুর', '123456534352452414314', 'Aminul@gmail.com', 'rajshahi', '01771790903', NULL, NULL, '$2y$10$QJZJGPm3BCCAKKPEf3jcEug730fTaeHa/5hOuKubsQI9vbFiWnTom', NULL, 2, 'user', '1', '2023-09-12 11:32:33', '2023-09-12 11:32:33'),
(00000000000000002041, 14, 'S M Abdul Aziz', '123456534352452414314', 'Abdu@gmail.com', 'dhaka', '01882669328', NULL, NULL, '$2y$10$N.tE0YkXoA0SCaW0idk3fewCeiKVGkh7AfCsQ4OQ2P0gpexXa5tAi', NULL, 2, 'user', '1', '2023-09-12 11:33:26', '2023-09-12 11:33:26'),
(00000000000000002042, 14, 'MD RI Rak Ib', '123456534352452414314', 'Rak@gmail.com', 'dhaka', '01602568566', NULL, NULL, '$2y$10$Moj/Ki9rXR5yxFX8kNL/LOgrgv7M6P69K8GZFGr.jYTSLJo0ML0Ie', NULL, 2, 'user', '1', '2023-09-12 11:34:22', '2023-09-12 11:34:22'),
(00000000000000002043, 14, 'Ukyanu Marma', '123456534352452414314', 'Ukyanu@gmail.com', 'ctg, raojan', '01857439362', NULL, NULL, '$2y$10$O6ZrcPd/V1JfMVHpNTrM/O1m2afoqw16IxGUFLNw3CvyCW3rxp29C', NULL, 2, 'user', '1', '2023-09-12 11:35:24', '2023-09-12 11:35:24'),
(00000000000000002044, 14, 'Polash Ahmed', '123456534352452414314', 'Polashl@gmail.com', 'narayangonj', '01913332323', NULL, NULL, '$2y$10$z5NVFhaXp6QnO8ypUl5Jy..wU6MCad3Jf0UPskqq8iGRQbHftnZOW', NULL, 2, 'user', '1', '2023-09-12 11:36:35', '2023-09-12 11:36:35'),
(00000000000000002045, 14, 'Mohammad Mehedi Hasan', '123456534352452414314', 'Mohammad@gmail.com', 'tongi', '01325887389', NULL, NULL, '$2y$10$meKYlSOtxZD8GukKBJa0.uAebK0X2PyWprocqgVi9VZo5bus1WCHi', NULL, 2, 'user', '1', '2023-09-12 11:38:36', '2023-09-12 11:38:36'),
(00000000000000002046, 14, 'Md Washim Khan', '123456534352452414314', 'Washim@gmail.com', 'Khilga, boddo mondir', '01616488222', NULL, NULL, '$2y$10$QEDfdaimBN4mcuMegkYnYeNlJVeZBI9Nlwc9ZiJgl8K3rxh52fgGe', NULL, 2, 'user', '1', '2023-09-12 11:39:35', '2023-09-12 11:39:35'),
(00000000000000002047, 14, 'Mohammad Shakhaoat Hossen', '123456534352452414314', 'Mohammad@gmail.com', 'dhaka', '01713138955', NULL, NULL, '$2y$10$luqvm0h.f7Nz5M4OEnYoGu5uB.TvZZGySsKeafqy3LM6Faje/SOBa', NULL, 2, 'user', '1', '2023-09-12 11:40:27', '2023-09-12 11:40:27'),
(00000000000000002048, 14, 'Ram Saha', '123456534352452414314', 'Raml@gmail.com', 'rajbari', '01712793129', NULL, NULL, '$2y$10$KEBa5VpUVo.JIIImE2zOcu.R3xhRPDgYhtwbozki78Bmp6RLsaEpG', NULL, 2, 'user', '1', '2023-09-12 11:41:18', '2023-09-12 11:41:18'),
(00000000000000002049, 14, 'Rajib Rahman', '123456534352452414314', 'Rajib@gmail.com', 'dhaka', '01715374836', NULL, NULL, '$2y$10$x/lSDneLRJyzlB/rr6NFPOrZYWHzjyzJHxSf.yxuXKvn9XARgyO4G', NULL, 2, 'user', '1', '2023-09-12 11:42:12', '2023-09-12 11:42:12'),
(00000000000000002050, 14, 'Md Israfil', '123456534352452414314', 'Israfil@gmail.com', 'rajshahi', '0১৭৫৯৯0১৬৯৪', NULL, NULL, '$2y$10$hPvgHTQkbTFYXMyxNOs9I..oeWcC06tPs62b0P2cUKljnvmLvM5tG', NULL, 2, 'user', '1', '2023-09-12 11:43:33', '2023-09-12 11:43:33'),
(00000000000000002051, 14, 'Md. Aas', '123456534352452414314', 'Aas@gmail.com', 'dhaka', '01710003188', NULL, NULL, '$2y$10$MEuQ7ADbdTJeYgXbtxlMWOQN3eYG7T4XCZReChdRvrl6ho3WLl9zC', NULL, 2, 'user', '1', '2023-09-12 11:44:49', '2023-09-12 11:44:49'),
(00000000000000002052, 14, 'Ramjan Al Mamun', '123456534352452414314', 'Ramjanl@gmail.com', 'arai hajar, narayangonj', '01918144859', NULL, NULL, '$2y$10$JohkRBogBpFTVjRMM7wcgexR1icXASs3DfMf/TRLA1nhUMsZruIaq', NULL, 2, 'user', '1', '2023-09-12 11:45:55', '2023-09-12 11:45:55'),
(00000000000000002053, 14, 'মোহাম্মদ ইসহাক', '123456534352452414314', 'Aminul@gmail.com', 'netrokuna', '01312355655', NULL, NULL, '$2y$10$setCs7RduQ1cAxTKIBGVqOavh3NVkiVh/VercLeRqf8.kUN8r8mdq', NULL, 2, 'user', '1', '2023-09-12 11:48:09', '2023-09-12 11:48:09'),
(00000000000000002054, 14, 'Sayful Islam', '123456534352452414314', 'Sayful@gmail.com', 'Mirpur-11', '01771080348', NULL, NULL, '$2y$10$Lrt/U22BVADhfPtK6cEfKubEQhnWJlbK8WhDqnF49ve7cooOphIWu', NULL, 2, 'user', '1', '2023-09-12 11:49:40', '2023-09-12 11:49:40'),
(00000000000000002055, 14, 'Sobuj(bengol group)', '123456534352452414314', 'Sobuj@gmail.com', '1366/1/2;East Shewrapara, 3rd floor, Kafrul, Mirpur, Dhaka.', '01759795859', NULL, NULL, '$2y$10$JzmKKALWb2vEM97Ri.AR4O1R2FaJAJqe5TKBwjuvct6w0hb8tNeZi', NULL, 2, 'user', '1', '2023-09-12 11:51:00', '2023-09-12 11:51:00'),
(00000000000000002056, 14, 'Refresh Ripon	Refresh Ripon', '123456534352452414314', 'Refresh@gmail.com', 'dhaka', '01648052072', NULL, NULL, '$2y$10$0atdlc8CyeziJKR1CQaC4uEIfbSiAJf1Hg0/YUsYKnxgtfAFCJYMS', NULL, 2, 'user', '1', '2023-09-12 11:51:54', '2023-09-12 11:51:54'),
(00000000000000002057, 14, 'Md Rashedul Alam', '123456534352452414314', 'Rashedull@gmail.com', 'dhaka', '01769006696', NULL, NULL, '$2y$10$KoN0W/NA.naylwB3J.qk9OzGS19TGhFsDO.hnyMhjWzoD2l8T74yO', NULL, 2, 'user', '1', '2023-09-12 11:52:50', '2023-09-12 11:52:50'),
(00000000000000002058, 14, 'Subroto Kumar Sarker', '123456534352452414314', 'Subroto@gmail.com', 'gulshan', '01708496687', NULL, NULL, '$2y$10$ZKa4R1mjkKHI67dxaI9XB.BwKY4dXDlQImnd9mbLRt0n7WXFwpSOy', NULL, 2, 'user', '1', '2023-09-12 11:54:01', '2023-09-12 11:54:01'),
(00000000000000002059, 14, 'Mohammed Abdul Jalil Khan', '123456534352452414314', 'Mohammed@gmail.com', 'Rongpur', '01722413971', NULL, NULL, '$2y$10$vYPyMzofjFXpncjjtxezIeJD3E3W/Sr.EFPbP4P4Ah4HcWvt2ZIHe', NULL, 2, 'user', '1', '2023-09-12 11:55:13', '2023-09-12 11:55:13'),
(00000000000000002060, 14, 'Kamrul Islam Sheikh', '123456534352452414314', 'Kamrul@gmail.com', 'dhaka', '01788401566', NULL, NULL, '$2y$10$4aI7LAI9D/cVWhx0EKNFn..EKDuCvtqjyxK.JyuyUglcAzh67uHxK', NULL, 2, 'user', '1', '2023-09-12 11:56:10', '2023-09-12 11:56:10'),
(00000000000000002061, 14, 'Mohammad Billal', '123456534352452414314', 'Mohammad@gmail.com', 'dhaka', '01910073016', NULL, NULL, '$2y$10$K436aYOD2KTeA5EYGqY/YOhehpiUIX976J5k2MyfUfd8PPaUDpVEa', NULL, 2, 'user', '1', '2023-09-12 11:57:30', '2023-09-12 11:57:30'),
(00000000000000002062, 14, 'Ashraf Ali', '123456534352452414314', 'Ashrafl@gmail.com', 'ctg', '01819988725', NULL, NULL, '$2y$10$6EEBoV98iHLn2WvujgNVDuXnwKECmyO78ZIvg0ZIYGVA.r7Qz1Ry6', NULL, 2, 'user', '1', '2023-09-12 11:59:42', '2023-09-12 11:59:42'),
(00000000000000002063, 14, 'হাসান বিশ্বাসের সমর্থক গোষ্ঠী', '123456534352452414314', 'Aminul@gmail.com', 'dhaka', '01977610353', NULL, NULL, '$2y$10$JPoNnnlmGHESZIF57C3HneecmYwcRger/r8CDGkYql.kbsOMuixFm', NULL, 2, 'user', '1', '2023-09-12 12:04:11', '2023-09-12 12:04:11'),
(00000000000000002064, 14, 'Satyajit Mukherjee', '123456534352452414314', 'Satyajitl@gmail.com', 'dhaka', '01711586740', NULL, NULL, '$2y$10$csXXTDMcO1DxmGgwuIPPu.g0ew8WIv5XOu0l/QbzTZLIOkvY37vDO', NULL, 2, 'user', '1', '2023-09-12 12:06:13', '2023-09-12 12:06:13'),
(00000000000000002065, 14, 'Sobuj Mahammud', '123456534352452414314', 'Sobuj@gmail.com', 'dhaka', '01706066164', NULL, NULL, '$2y$10$.iXJI8zHGBUpoQT99REDpuxNS4W0Jbg6D3HHIVZshQdoDlWV0ku92', NULL, 2, 'user', '1', '2023-09-12 12:07:08', '2023-09-12 12:07:08'),
(00000000000000002066, 14, 'Nurul Islam', '123456534352452414314', 'Nurul@gmail.com', 'dhaka', '01721336083', NULL, NULL, '$2y$10$X8Jt1H/21kP2s3mRwW2Ng.7hdwswBA8UGjiDgEfzBmB91xTi30Mtu', NULL, 2, 'user', '1', '2023-09-12 12:08:01', '2023-09-12 12:08:01'),
(00000000000000002067, 14, 'Tufayel Alom', '123456534352452414314', 'Tufaye@gmail.com', 'shylet', '01747295244', NULL, NULL, '$2y$10$9D9ybLmSR5405ShVelj1QuvKBNUToMr3Kb7w.wQ2779IPwxjNSqZi', NULL, 2, 'user', '1', '2023-09-12 12:14:26', '2023-09-12 12:14:26'),
(00000000000000002068, 14, 'Iqbal Hossain', '123456534352452414314', 'Iqball@gmail.com', 'dhaka', '01685004224', NULL, NULL, '$2y$10$fHoIi98zBz.RJfso6wWUZeWeY0zLa/9Y.3e/ls8csIhWste5HqBSW', NULL, 2, 'user', '1', '2023-09-12 12:15:51', '2023-09-12 12:15:51'),
(00000000000000002069, 14, 'Fazlur Rahman', '123456534352452414314', 'Fazlur@gmail.com', 'ctg', '01811137222', NULL, NULL, '$2y$10$ecDZkz.xhyQYZOMeP4tYS.yGc9esUmixLFaSNgcFZMQ1XG6II./Gi', NULL, 2, 'user', '1', '2023-09-12 12:17:05', '2023-09-12 12:17:05'),
(00000000000000002070, 14, 'Muhammad Abu Faij Forhad', '123456534352452414314', 'Muhammad@gmail.com', 'ctg', '01832839265', NULL, NULL, '$2y$10$X9wWCGitkXXvbHsfclX3muRUhcnbS8z3Zs2uC.jkqufIALIhmTfD.', NULL, 2, 'user', '1', '2023-09-12 12:18:27', '2023-09-12 12:18:27'),
(00000000000000002071, 11, 'Saeid Adnan', '123456534352452414314', 'Saeid@gmail.com', 'dhaka', '01768760172', NULL, NULL, '$2y$10$rWom6vy2MMpefdaBsvBmAutbo4z7wKar4umevl1NtzmmR18PadqLC', NULL, 2, 'user', '1', '2023-09-12 12:19:28', '2023-09-12 12:19:28'),
(00000000000000002072, 14, 'Hasan Khan', '123456534352452414314', 'Hasan@gmail.com', 'Rangamati', '01723591564', NULL, NULL, '$2y$10$wOPT1Q6liC4GUBjvTMtpnujzGi/vnVWHxQTIy5pzg0Muw6ydaFK82', NULL, 2, 'user', '1', '2023-09-12 12:21:07', '2023-09-12 12:21:07'),
(00000000000000002073, NULL, 'Sazedul Islam Shishir', 'N/A', 'Sazedl@gmail.com', '47-b/b,mazar road,2nd colony,mirpur-1', '01300575219', NULL, NULL, '$2y$10$GE7r5XfBPi3WpXGKbbgy6eaRm3cwqutPp0kCF39StgYwomIfFjMIa', NULL, 2, 'user', '1', '2023-09-12 12:22:06', '2023-09-12 16:56:16'),
(00000000000000002074, 14, 'Md Emon', '123456534352452414314', 'Emon@gmail.com', 'b-baria', '01301963714', NULL, NULL, '$2y$10$LBj92Y0z7zzJQu45uZi3UO208KFa/EISXvRTTFqsweJ5Xqf.aSYSa', NULL, 2, 'user', '1', '2023-09-12 12:23:12', '2023-09-12 12:23:12'),
(00000000000000002075, 14, 'Mehedi Hasan', '123456534352452414314', 'Mehedil@gmail.com', 'badda', '01712310496', NULL, NULL, '$2y$10$0OTexzGKT93Eh.Ih5b960.AEU4/OexK8.lDEjlxu26nK0UGa9SOS6', NULL, 2, 'user', '1', '2023-09-12 12:25:45', '2023-09-12 12:25:45'),
(00000000000000002076, 14, 'Atikuz Zamman Chowdhury', '123456534352452414314', 'Atikuz@gmail.com', 'dhaka', '01722329802', NULL, NULL, '$2y$10$rYeZG57UiW.oWJjGqzA3beRYdMPsm.8HEQs1m6EP95IAlh4/W//9i', NULL, 2, 'user', '1', '2023-09-12 12:32:50', '2023-09-12 12:32:50'),
(00000000000000002077, 14, 'Hasibul Islam Hasib', '123456534352452414314', 'Hasibull@gmail.com', 'dhaka', '01634751912', NULL, NULL, '$2y$10$vxbAZJ02DZrU5lgBJkci/enliVPUQCc.jb/KZPwfx7/zfS8kCJsnS', NULL, 2, 'user', '1', '2023-09-12 12:39:10', '2023-09-12 12:39:10'),
(00000000000000002078, 14, 'Mohidur Rahman', '123456534352452414314', 'Mohidur@gmail.com', 'mirpur-13,রাকিন সিটি', '01716109944', NULL, NULL, '$2y$10$fTg57zWwoa9PgO3T7n7QwujgK1EaTPWkDvo7BgnLx0TV3AUpCPL16', NULL, 2, 'user', '1', '2023-09-12 12:40:07', '2023-09-12 12:40:07'),
(00000000000000002079, 14, 'Sultan Firoj', '123456534352452414314', 'Sultanl@gmail.com', 'dhaka', '01920221122', NULL, NULL, '$2y$10$pK9qW6WTCBVSSVB1n/0zqu0C1kHWTUyxlGER4jvEc1pj3vWj.s3Qu', NULL, 2, 'user', '1', '2023-09-12 12:41:05', '2023-09-12 12:41:05'),
(00000000000000002080, 14, 'Mohammad Ashraf Ali Chowdhury', '123456534352452414314', 'Mohammad@gmail.com', 'ctg', '01819377362', NULL, NULL, '$2y$10$8taPkWPYrki2LiwNAC5lluQv02nO7JQvMy0BVKicKe.NbiE0OCAAa', NULL, 2, 'user', '1', '2023-09-12 12:46:05', '2023-09-12 12:46:05'),
(00000000000000002081, 14, 'Md Roman', '123456534352452414314', 'Roman@gmail.com', 'dhaka', '01913702419', NULL, NULL, '$2y$10$hj0W21NzdEUluSlGZZqIQ.O0BMDEKYUho/lbrLLMhEtX/YF/NxH4m', NULL, 2, 'user', '1', '2023-09-12 12:46:51', '2023-09-12 12:46:51'),
(00000000000000002082, 14, 'Abdullah Al Mamun', '123456534352452414314', 'Abdullah@gmail.com', 'dhaka', '01717354939', NULL, NULL, '$2y$10$gNIAoKXE4A9zTSUpMKHnIu.6YGSBYwmRqDON30FI02gxhdGTzJqLK', NULL, 2, 'user', '1', '2023-09-12 12:47:40', '2023-09-12 12:47:40'),
(00000000000000002083, 14, 'arif hossain', '123456534352452414314', 'arifl@gmail.com', 'gazipur,courasta,kotta truck stand', '01919787280', NULL, NULL, '$2y$10$sQ6/3hLrfu4tG19sBRPxXenjo8k2wuo3Hol2Qar4CDesWkmvX/6hm', NULL, 2, 'user', '1', '2023-09-12 12:49:12', '2023-09-12 12:49:12'),
(00000000000000002084, 14, 'Kamrul Jany', '123456534352452414314', 'Kamrull@gmail.com', 'dhaka', '01886031049', NULL, NULL, '$2y$10$N66zy68s9tcKg6DW5RVQtOa7q.n/3r4fmAfFf/9W5BUND0d83vPiC', NULL, 2, 'user', '1', '2023-09-12 12:51:03', '2023-09-12 12:51:03'),
(00000000000000002085, 14, 'Su M ON', '123456534352452414314', 'SuMONl@gmail.com', 'jolsiri', '01925023769', NULL, NULL, '$2y$10$/2xYK6ohV1EsN7cBAhFfVOMUzs8nWSE1D9OEcPDwZYq1BI0IO8bSm', NULL, 2, 'user', '1', '2023-09-12 12:52:36', '2023-09-12 12:52:36'),
(00000000000000002086, 14, 'M S Parvez Hassan', '123456534352452414314', 'Parvez@gmail.com', 'polton', '01845347114', NULL, NULL, '$2y$10$osqDx9y2s1BGHvn4VS30DOoYodOIy4FU/R7no.nY5vJSiR1pTGWie', NULL, 2, 'user', '1', '2023-09-12 12:53:32', '2023-09-12 12:53:32'),
(00000000000000002087, 14, 'Adarsha Bd', '123456534352452414314', 'Adarshal@gmail.com', 'dinajpur', '01717240801', NULL, NULL, '$2y$10$azlDGZ1lbcNac15DSHB/wOxeyGPqHtGDWaEA55GnVRFxqguG2jtR.', NULL, 2, 'user', '1', '2023-09-12 12:57:16', '2023-09-12 12:57:16'),
(00000000000000002088, 14, 'Md Azharul Islam', '123456534352452414314', 'Azharul@gmail.com', 'mymensing', '01725602223', NULL, NULL, '$2y$10$di10zW3oEEA9EQrL8V613eiHohCMchpY/VJYLanSzssauw7UlvMbq', NULL, 2, 'user', '1', '2023-09-12 12:58:47', '2023-09-12 12:58:47'),
(00000000000000002089, 14, 'Arefin Khan', '123456534352452414314', 'Arefin@gmail.com', 'bosundhara', '01675641264', NULL, NULL, '$2y$10$dZbq/1SrCV0V21sOuB5kq.0x1oRH4oeA3xMNPFQPAgMod9JvbRe8m', NULL, 2, 'user', '1', '2023-09-12 12:59:39', '2023-09-12 12:59:39'),
(00000000000000002090, 14, 'Alif Turag', '123456534352452414314', 'Turag@gmail.com', 'shahbag', '01932478323', NULL, NULL, '$2y$10$skkwqb9Y8qpZUrKvTsw6GOLl.Y82eqv30/h9w9QYxcVlnd8SIon1u', NULL, 2, 'user', '1', '2023-09-12 13:00:35', '2023-09-12 13:00:35'),
(00000000000000002091, 14, 'Hridoy Ahammed', '123456534352452414314', 'Hridoy@gmail.com', 'kustia', '01920072526', NULL, NULL, '$2y$10$cMHUwqEDgdYMFI/MfaDAzehw99ioYHv.NC3ART7/m.geDsrgcGhOC', NULL, 2, 'user', '1', '2023-09-12 13:01:35', '2023-09-12 13:01:35'),
(00000000000000002092, 14, 'Md Palash', '123456534352452414314', 'Palashl@gmail.com', 'ghaibandha', '01767935322', NULL, NULL, '$2y$10$hTNXp.Z..hdk5AtWw6hCNOsAv1VkHhyLOMu7I.b3/BS/Rtq506ltm', NULL, 2, 'user', '1', '2023-09-12 13:02:27', '2023-09-12 13:02:27'),
(00000000000000002093, 14, 'MD Nirob', '123456534352452414314', 'Nirobl@gmail.com', 'dhaka', '01685901774', NULL, NULL, '$2y$10$SCN.2Bz3dwuRpdcN6GlraOlo.ef8HIIhSkFvpNs7Nj8T8Bsh3yxUK', NULL, 2, 'user', '1', '2023-09-12 13:03:19', '2023-09-12 13:03:19'),
(00000000000000002094, 14, 'Rayhan Latif', '123456534352452414314', 'Rayhan@gmail.com', 'savar,nobinagar', '0১৯৯৮৬৩৭৬৬৩', NULL, NULL, '$2y$10$RgVBZiT1ITB56H3w24knf.4wQ1VLGnwQqXwxMYnXMWiZig73.2jya', NULL, 2, 'user', '1', '2023-09-12 13:05:05', '2023-09-12 13:05:05'),
(00000000000000002095, 14, 'Belal Hossain', '123456534352452414314', 'Belall@gmail.com', 'mirpur-13', '01551061052', NULL, NULL, '$2y$10$EJFmFu/WwTpK/A3CG1qZU.Ad4K9zpmAf72fHBDb1aiq6I5IKaXkJ.', NULL, 2, 'user', '1', '2023-09-12 13:06:03', '2023-09-12 13:06:03'),
(00000000000000002096, 14, 'Abu Saym', '123456534352452414314', 'Saym@gmail.com', 'jossor', '01912878112', NULL, NULL, '$2y$10$OPRm4k0/5B8ybDkxv7aoIOhDpRTJjvZwUj1PLsktZ0sSJlgV.VlW.', NULL, 2, 'user', '1', '2023-09-12 13:06:52', '2023-09-12 13:06:52'),
(00000000000000002097, 14, 'Rk Durjoy', '123456534352452414314', 'Durjoy@gmail.com', 'b-c, mirpur-10', '01917543356', NULL, NULL, '$2y$10$7klnHOEXAizjrwePfrgBjezi9B2LJfX/LIankNlKL.LHSRNg5CNhu', NULL, 2, 'user', '1', '2023-09-12 13:07:43', '2023-09-12 13:07:43'),
(00000000000000002098, 11, 'Md Rafayat Badal', '123456534352452414314', 'Rafayat@gmail.com', 'nobabgonj', '01984561640', NULL, NULL, '$2y$10$oMtB4jhze0.7D94MqbyJ4OUUznbPDu4bG6exdC79fESocl8TPQCvq', NULL, 2, 'user', '1', '2023-09-12 13:08:33', '2023-09-12 13:08:33'),
(00000000000000002099, 14, 'Munsi Khaled Romey', '123456534352452414314', 'Munsi@gmail.com', 'uttora', '01755173903', NULL, NULL, '$2y$10$zkuGyxat2YiUpXuo9tv7QO1V5HupJ9Rb694CqZ1TaqMOr6067.AG.', NULL, 2, 'user', '1', '2023-09-12 13:09:26', '2023-09-12 13:09:26'),
(00000000000000002100, 14, 'Md Lasiaf Khan', '123456534352452414314', 'Lasiaf@gmail.com', 'dhaka', '01984972976', NULL, NULL, '$2y$10$QlNwkhuPqvOlIGQwiZy8Q.mICbSr.7KyZD8iHBMdm8ttOZCE23.lW', NULL, 2, 'user', '1', '2023-09-12 13:10:39', '2023-09-12 13:10:39'),
(00000000000000002101, 14, 'Md Abdullah Al Mamun', '123456534352452414314', 'Abdullah@gmail.com', 'uttora', '01729496017', NULL, NULL, '$2y$10$Qewy7j8GFfo6HERs0b781utBBw0JZBWnVLwSMsQ6/nt9oVPs.DQnm', NULL, 2, 'user', '1', '2023-09-12 13:11:30', '2023-09-12 13:11:30'),
(00000000000000002102, 14, 'Omar Faruq', '123456534352452414314', 'Omar@gmail.com', 'feni', '01818167282', NULL, NULL, '$2y$10$SKUeBGn3WrRcDEW6i0j8/eEP2ehkIkf5VRRy68.JfHwqU3b51ySUC', NULL, 2, 'user', '1', '2023-09-12 13:12:19', '2023-09-12 13:12:19'),
(00000000000000002103, 14, 'Mohammad Rubel Hossain', '123456534352452414314', 'Mohammad@gmail.com', 'dhaka', '01318465750', NULL, NULL, '$2y$10$H2Y.wr/TZcqsB3UTeJYsR.hWoaAtzWVWlf0qzeIlEJkmkDpV5pcv.', NULL, 2, 'user', '1', '2023-09-12 13:13:08', '2023-09-12 13:13:08'),
(00000000000000002104, 14, 'MD M Rahman', '123456534352452414314', 'Rahman@gmail.com', 'saturia,manikgonj', '01749278390', NULL, NULL, '$2y$10$bz69cpStgqyM5JqY2s6.zevPM2jcaV/fKXbeC3Vy8LJomDA9iABey', NULL, 2, 'user', '1', '2023-09-12 13:14:09', '2023-09-12 13:14:09'),
(00000000000000002105, 14, 'Åsïf Xøbåyêr Sådîk', '123456534352452414314', 'Aminul@gmail.com', 'satkhira', '01948165877', NULL, NULL, '$2y$10$zoAwdAP6nofTpsT1vlbXuO4H0mXkX05HBKtNfOhlKlnL8j6HYPf1S', NULL, 2, 'user', '1', '2023-09-12 13:14:54', '2023-09-12 13:14:54'),
(00000000000000002106, 14, 'Ariful Islam', '123456534352452414314', 'Arifull@gmail.com', 'satkhira', '01932012768', NULL, NULL, '$2y$10$TG58SWsXSM5R12Oz/gHHZOx8HAR6X2viyZIQqtViFkLK/r8Y/YRNy', NULL, 2, 'user', '1', '2023-09-12 13:15:48', '2023-09-12 13:15:48'),
(00000000000000002107, 14, 'Monirul Islam', '123456534352452414314', 'Monirul@gmail.com', 'asulia', '০১৭১৩৯৫৯৩৭৫', NULL, NULL, '$2y$10$njPytAd4HrsjoYrDgfpCs.dQEAXLNc/meaLEhHwuhF0/BzNTILQAG', NULL, 2, 'user', '1', '2023-09-12 13:17:28', '2023-09-12 13:17:28'),
(00000000000000002108, 14, 'Md Mamun', '123456534352452414314', 'Mamun@gmail.com', 'norisindhi', '01731224181', NULL, NULL, '$2y$10$wf4VY46LZDMvmP5/1A3RWe8bOXwaa6Nj6flzESxFOvvQfj/FJ09/m', NULL, 2, 'user', '1', '2023-09-12 13:18:47', '2023-09-12 13:18:47'),
(00000000000000002109, 14, 'محمد راسل', '123456534352452414314', 'Aminul@gmail.com', 'norsinghpur', '01816117025', NULL, NULL, '$2y$10$chACTO4x14eZ0M9vXubMau8zJlUP3.9q2IdXir9cIaWpMdzZ63zOK', NULL, 2, 'user', '1', '2023-09-12 13:20:34', '2023-09-12 13:20:34'),
(00000000000000002110, 14, 'Md Jibon', '123456534352452414314', NULL, 'tongi', '01988882845', NULL, NULL, '$2y$10$tcU6vJv7sDRyuq8LU6NAx.PcwneDxQROFLjgZY9A3Q0C1p3XxG.p6', NULL, 2, 'user', '1', '2023-09-12 13:22:16', '2023-09-12 13:22:16'),
(00000000000000002111, 14, 'Md Shãrïfúl Islâm', '123456534352452414314', 'Aminul@gmail.com', 'dhaka', '01738072939', NULL, NULL, '$2y$10$bzeeFr8v9F6NqvinsE88deyyfSa4ZFM.EapMia1oYnR5BwTydBjka', NULL, 2, 'user', '1', '2023-09-12 13:23:04', '2023-09-12 13:23:04'),
(00000000000000002112, 14, 'Khan Shamsul Alam', '123456534352452414314', 'Shamsu@gmail.com', 'dhaka', '01713108213', NULL, NULL, '$2y$10$x6.SZ0OJZcagYCKvDWkXl.IWtVIvBjbpi3ClxnOuvUoDCRgqeoJ0a', NULL, 2, 'user', '1', '2023-09-12 13:30:07', '2023-09-12 13:30:07'),
(00000000000000002113, 14, 'Tushar Md Maruf', '123456534352452414314', 'Tusha@gmail.com', 'dhaka', '01552392024', NULL, NULL, '$2y$10$NtCDSAC.EKJEVV5HRPuKruDzrxxAshrjWHAIhguIpVdHdNazvnKlW', NULL, 2, 'user', '1', '2023-09-12 13:31:43', '2023-09-12 13:31:43'),
(00000000000000002114, 14, 'Ahasan Habib', '123456534352452414314', 'Ahasan@gmail.com', 'cox\'sbazar', '01812601315', NULL, NULL, '$2y$10$2EGif48tCUeysLbbdIIUi.n/8ik.2TlYb4JNybQkiNvU5mfsHw95.', NULL, 2, 'user', '1', '2023-09-12 13:32:59', '2023-09-12 13:32:59'),
(00000000000000002115, 14, 'Md Shamim Hasan', '123456534352452414314', 'Shamim@gmail.com', 'dhaka', '01970686166', NULL, NULL, '$2y$10$7mct/vin6gavjIgoaLVRGO297ZwpSLmnNfN4T9jVHSEkwDNFokZPa', NULL, 2, 'user', '1', '2023-09-12 13:33:51', '2023-09-12 13:33:51'),
(00000000000000002116, 14, 'Ariful Islam', '123456534352452414314', 'Ariful@gmail.com', 'bonosre', '01915558023', NULL, NULL, '$2y$10$ZGHmJpO5cRbopDC1ENndEOFkBCfi0rqFOov5m5qi5sNHPQAN2.pby', NULL, 2, 'user', '1', '2023-09-12 13:35:28', '2023-09-12 13:35:28'),
(00000000000000002117, 14, 'Rezaul hoque', '123456534352452414314', 'Rezaul@gmail.com', 'wari', '01735744068', NULL, NULL, '$2y$10$PVKwJJ3b5vvx3WkcwoJ3veNqeGrIIBz1mt8twOKtU5l08pZ7NEBLq', NULL, 2, 'user', '1', '2023-09-12 13:38:47', '2023-09-12 13:38:47'),
(00000000000000002118, 14, 'Fahim Mumtasir Mahade', '123456534352452414314', 'Fahim@gmail.com', 'dhaka', '01789862382', NULL, NULL, '$2y$10$65uYOyY3WCgV6CWb.S6yGuPTPutE838R30Zi33bqyvMH/.eGNxuGW', NULL, 2, 'user', '1', '2023-09-12 13:40:40', '2023-09-12 13:40:40'),
(00000000000000002119, 14, 'Hamidul Karim Shohel', '123456534352452414314', 'Hamidul@gmail.com', 'cox\'sbazar', '01818669195', NULL, NULL, '$2y$10$Bb43DEPxx8dA.6uNe/VuIusrGIWea0piLBXIWBx3cVJ3K8rbwQIhO', NULL, 2, 'user', '1', '2023-09-12 13:41:34', '2023-09-12 13:41:34'),
(00000000000000002120, 14, 'Mohammed Imam Hossen', NULL, 'Mohammed@gmail.com', 'dhaka', '01814702844', NULL, NULL, '$2y$10$/WDNjZ94XjtsFqtdO7ojvecQbLDfNv9vh18a8CR2Fig827PoM2h0S', NULL, 2, 'user', '1', '2023-09-12 13:45:23', '2023-09-12 13:45:23'),
(00000000000000002121, 14, 'Mohammad Monibur Rahman', '123456534352452414314', 'Mohammad@gmail.com', 'mirpur-10, b-c', '01793599230', NULL, NULL, '$2y$10$cBHMcEU43iy0ll2v77OZA.nncc4ZpOVCUEKKOhZ5nxQ1c0XLgGfNe', NULL, 2, 'user', '1', '2023-09-12 13:47:06', '2023-09-12 13:47:06'),
(00000000000000002122, 14, 'Galib Sarkar Galib', '123456534352452414314', 'Galib@gmail.com', 'dhaka', '01713777069', NULL, NULL, '$2y$10$.pM5Pc9ca84QJoTvlhlGVezq0OUvZaU0fBY077xuGcqWrCwSX9Ltm', NULL, 2, 'user', '1', '2023-09-12 13:48:21', '2023-09-12 13:48:21'),
(00000000000000002123, 14, 'Probir Gopal Roy Shuvo', '123456534352452414314', 'Probir@gmail.com', 'dhaka', '01842800858', NULL, NULL, '$2y$10$YvVu2XQdKQbOCYEvcQaR8OJuaT7ky9rxPCY9zLZCfLkEjEm3f.tka', NULL, 2, 'user', '1', '2023-09-12 13:49:21', '2023-09-12 13:49:21'),
(00000000000000002124, 14, 'Shushanta Kumar', '123456534352452414314', 'Shushanta@gmail.com', 'dhaka', '01748962840', NULL, NULL, '$2y$10$j4NtPfNm2PS2FzE8b1885OiqfP/tpqowavfEQPPiNSnZwJj.8dqSC', NULL, 2, 'user', '1', '2023-09-12 13:50:20', '2023-09-12 13:50:20'),
(00000000000000002125, 14, 'Jahangir Alom', '123456534352452414314', 'Jahangirl@gmail.com', 'jamalpur', '0১৯০৮৮৩৮৩৩১', NULL, NULL, '$2y$10$d0IuKfiTzbYaCyB3eZzJGOHGTKL.5rYC7Y2ZmrTH./eIYDXayo2bC', NULL, 2, 'user', '1', '2023-09-12 13:51:18', '2023-09-12 13:51:18'),
(00000000000000002126, 14, 'Sahariar Shourav', '123456534352452414314', 'Sahariarl@gmail.com', 'Mirpur', '01797225935', NULL, NULL, '$2y$10$yXS5BckJsbUxObGi4.H1ZOJe2UQQ6IHRe6I6pJQxnYjlwumAMnvCG', NULL, 2, 'user', '1', '2023-09-12 13:52:25', '2023-09-12 13:52:25'),
(00000000000000002127, 14, 'Mohammad Rashedul Islam Rashed', '123456534352452414314', 'Mohammad@gmail.com', 'dhaka', '01776348958', NULL, NULL, '$2y$10$OOvCUY30lBb.JAHf84SwJePnpUSrFXIU0uM1JKnQd38rM8hCkl952', NULL, 2, 'user', '1', '2023-09-12 13:53:18', '2023-09-12 13:53:18'),
(00000000000000002128, 14, 'Shihab Uddin', '123456534352452414314', 'Shihab@gmail.com', 'capai', '01738808006', NULL, NULL, '$2y$10$1/gDalTm7iijQigvcB.ZYOpX.B57sNjMUYKLyY.aTeufCh2Ces6FC', NULL, 2, 'user', '1', '2023-09-12 13:54:12', '2023-09-12 13:54:12'),
(00000000000000002129, 14, 'Colin Khan', '123456534352452414314', 'Colin@gmail.com', 'mymenshing', '01711985647', NULL, NULL, '$2y$10$Ivtt3G2aNtBkDZZet1SuEumkVY1mVRPEGf.DRd5jTZFnc2FFxQupS', NULL, 2, 'user', '1', '2023-09-12 13:55:25', '2023-09-12 13:55:25'),
(00000000000000002130, 14, 'Ashraful Rana', '123456534352452414314', 'Ashraful@gmail.com', 'dhaka', '01673430138', NULL, NULL, '$2y$10$EjTLPfsPHUTCpeC3WWNme.Wjuv8tvvIADayJLWeQHoNOHMASkh3my', NULL, 2, 'user', '1', '2023-09-12 13:59:52', '2023-09-12 13:59:52'),
(00000000000000002131, 14, 'Jahidul Islam', '123456534352452414314', 'Jahidul@gmail.com', 'candirpar, comilla', '01914459905', NULL, NULL, '$2y$10$XdLIGDX.wcm8ds.FTwOllOMsnT1/uWqy8gCT14F4LrBxurEniRA4a', NULL, 2, 'user', '1', '2023-09-12 14:02:15', '2023-09-12 14:02:15'),
(00000000000000002132, 14, 'Said', '123456534352452414314', 'Said@gmail.com', 'Swapno Kunjo (স্বপ্ন কুঞ্জ), mullapara, agargoan', '01313361846', NULL, NULL, '$2y$10$siir2.QR1uw9sMg9j/ddTeATBn4HWotreffwshFjWIFLCFdKGTa6y', NULL, 2, 'user', '1', '2023-09-12 14:03:20', '2023-09-12 14:03:20'),
(00000000000000002133, 14, 'Riajul Hoq', '123456534352452414314', 'Riajul@gmail.com', 'nayakhali', '01966100450', NULL, NULL, '$2y$10$1Fsv.zeuBKs3Z0bMqTSEzeq8cCwMbcxW2C7TiMdgbAaLU9.uimgZO', NULL, 2, 'user', '1', '2023-09-12 14:04:24', '2023-09-12 14:04:24'),
(00000000000000002134, 14, 'Sharif Mahmud', '123456534352452414314', 'Sharif@gmail.com', 'ctg', '০১৮৯০৮২৪২০৩', NULL, NULL, '$2y$10$t4Nuh2eWGjLcCA3/1EmLTu7lJXnxgBIPRWA9gJATVW2K7MkTEh.yC', NULL, 2, 'user', '1', '2023-09-12 14:05:26', '2023-09-12 14:05:26'),
(00000000000000002135, NULL, 'Dr. Nusrat Jahan', 'N/A', 'nusrat@mygpsbd.net', 'Mosurabad, road-2, adabor', '01730592629', NULL, NULL, '$2y$10$yCOjB2cgraMu9eqZNfc6GefZYeiiqF1JcVLG6BEaY1rbRnrnyrurW', NULL, 2, 'user', '1', '2023-09-12 15:32:45', '2023-09-12 15:32:45');
INSERT INTO `users` (`id`, `lebel_id`, `name`, `nid`, `email`, `address`, `phone`, `alter_phone`, `email_verified_at`, `password`, `remember_token`, `role`, `type`, `user_type`, `created_at`, `updated_at`) VALUES
(00000000000000002136, NULL, 'A S M Bazlur Rashid', '123456534352452414314', 'bazlurrashid@mygpsbd.net', 'dhaka', '01819320544', NULL, NULL, '$2y$10$dqD/IhDNujLtO3/pRRxI8.I0xNDM6TVero461vir93wkiWZWfQKse', NULL, 2, 'user', '1', '2023-09-12 15:45:00', '2023-09-12 15:45:00'),
(00000000000000002137, NULL, 'A T M Nasirul Huq', '123456534352452414314', 'atmnasirul@mygpsbd.net', 'dhaka', '01760669669', NULL, NULL, '$2y$10$qXgVqZIclojGlxrdEDynTuzlQuitZKMDJpCsj3K4sp.S2lDtYGgWa', NULL, 2, 'user', '1', '2023-09-12 15:53:43', '2023-09-12 15:53:43'),
(00000000000000002138, NULL, 'Jit Vokto', 'N/A', NULL, 'Dhaka', '01711945289', '01711945289', NULL, '$2y$10$ORl1NbafSOyBuoRa0yoh2uTX3rzijLpq6toG36N3Bx6D2MhIMvH9m', NULL, 2, 'user', '1', '2023-09-12 16:00:54', '2023-09-12 16:00:54'),
(00000000000000002139, NULL, 'Abdul Hamid', '123456534352452414314', 'hamid96@mygpsbd.net', 'dhaka', '01319011196', NULL, NULL, '$2y$10$yAw8XYqBB.Zh7FrawJpq3.FYPMnY.XU3D6qe.CQa84BbIJXFyf56e', NULL, 2, 'user', '1', '2023-09-12 16:02:24', '2023-09-12 16:02:24'),
(00000000000000002143, NULL, 'Abdullah Al Mamun jony', NULL, 'jony10@mygpsbd.net', 'dhaka', '01953984010', NULL, NULL, '$2y$10$Rg/HhCUKj2.V0.cqBZ9TdOjubrhf3hh2A00POGooLPY7MnhEY8jwy', NULL, 2, 'user', '1', '2023-09-12 16:22:45', '2023-09-12 16:22:45'),
(00000000000000002144, NULL, 'Abul Hossen', NULL, 'abul41@mygpsbd.net', 'dhaka', '01713456141', NULL, NULL, '$2y$10$tJUYvfDBUk3w1/Zx4P6fyektNpHpt2c5AB/bUHUfbFKP8W/qnm06O', NULL, 2, 'user', '1', '2023-09-12 16:30:58', '2023-09-12 16:30:58'),
(00000000000000002147, NULL, 'Aiub Bachu', NULL, 'aiubbachu23@mygpsbd.net', 'dhaka', '01713148123', NULL, NULL, '$2y$10$ZYUgwd6VOx3GgAVBxUDCr.E75pcq6zKAj0d83leHasm63ntx6Hyka', NULL, 2, 'user', '1', '2023-09-12 16:53:24', '2023-09-12 16:53:24'),
(00000000000000002150, NULL, 'Salam', 'N/A', 'salam72@mygpsbd.net', '146 New Velly Road, Dhaka', '01758480972', NULL, NULL, '$2y$10$xHV/9ja3Yjhv8knDG06IB.bhW4myLj72s/kbanIYZHHrKPV80mQRG', NULL, 2, 'user', '1', '2023-09-12 16:59:12', '2023-09-12 16:59:12'),
(00000000000000002151, NULL, 'Alamin91', NULL, 'alamin91@mygpsbd.net', 'dhaka', '01916327391', NULL, NULL, '$2y$10$ZjiVGQCYgZPCK4H.ZnijQudUfkolL9Dsprx0RG00lUClSaxuy9Ssa', NULL, 2, 'user', '1', '2023-09-12 17:01:20', '2023-09-12 17:01:20'),
(00000000000000002152, NULL, 'Shahin Akter', NULL, NULL, 'Chottogram', '01835874391', NULL, NULL, '$2y$10$rFN4zJWSdkQI1iHs06go2u6DQUyUds2Cgo/duEvOaEPewg4OCfNQy', NULL, 2, 'user', '1', '2023-09-12 17:01:31', '2023-09-12 17:01:31'),
(00000000000000002153, NULL, 'Faruk', NULL, 'faruk78@mygpsbd.net', 'Mondol Group, Mouchak, Gazipur', '01938882978', NULL, NULL, '$2y$10$aWl5QfrTI/jUibeFVxQOr.V0qEMYVqLIpebhMc4SqK5TsBACGuV62', NULL, 2, 'user', '1', '2023-09-12 17:04:26', '2023-09-12 17:04:26'),
(00000000000000002156, NULL, 'Alok Debnath （Foridpur)', NULL, 'alokdebnath@mygpsbd.net', 'dhaka', '00761713106', NULL, NULL, '$2y$10$K3O0J5XOiQuh.mD/W/A3hutHa7n.PwlcrTAJn4jwHTYmZU88P5FPy', NULL, 2, 'user', '1', '2023-09-12 17:11:28', '2024-02-28 11:42:38'),
(00000000000000002157, NULL, 'Aminur Rahman Polash', 'N/A', 'arpolash@mygpsbd.net', '52/4/f, Sadek khan road (beside meristopes), Rayerbazaar, Dhaka', '01717692939', '01718821449', NULL, '$2y$10$N5kEO1jR/GJen.A7cVG2M.jJsFNMUexD8nHsmJqNIfSjxx/Bb6VmO', NULL, 2, 'user', '1', '2023-09-12 17:13:18', '2023-09-12 17:13:18'),
(00000000000000002160, NULL, 'Aman Ullah', NULL, 'aman17@mygpsbd.net', 'dhaka', '01784533144', NULL, NULL, '$2y$10$RqadUQX9U0MxsNpQvoYh.OWq/RVEwYgG.cY52Lk1G4M54dfTmqmYC', NULL, 2, 'user', '2', '2023-09-12 17:20:54', '2023-09-12 17:20:54'),
(00000000000000002162, NULL, 'Amzad', NULL, 'engrahk@gmail.com', 'dhaka', '01713432425', NULL, NULL, '$2y$10$69LEOr0YwIXa4Z0F1XpcBevCHPDUN.XEYEhEg8FJOEFpZZ/rBo3K6', NULL, 2, 'user', '1', '2023-09-12 17:26:13', '2023-09-12 17:26:13'),
(00000000000000002171, NULL, 'Aurora Proprietor', NULL, 'auroraproprietor@mygpsbd.net', 'dhaka', '01853499498', NULL, NULL, '$2y$10$oYLPbVEoHjV5PitVq.BscO.52vDaqXRmo0W.1ep/qkrS0DSsZblca', NULL, 2, 'user', '2', '2023-09-12 20:27:36', '2024-03-19 12:07:37'),
(00000000000000002172, NULL, 'Azizul', NULL, 'azizul26@mygpsbd.net', 'dhaka', '01716769226', NULL, NULL, '$2y$10$55t41mcWCDHggfUvAUYCR.TB5aQw1izUhDCYM.FIYmnadFU336D8W', NULL, 2, 'user', '1', '2023-09-12 21:22:06', '2023-09-12 21:22:06'),
(00000000000000002176, NULL, 'Bibek', NULL, 'bibeak12@mygpsbd.net', 'dhaka', '01878796912', NULL, NULL, '$2y$10$wqTlqmlmiRMezmPt/KXlUezmXiWqjj/WCK0Lo4ivXfR1qMqGvzbhe', NULL, 2, 'user', '1', '2023-09-12 21:34:55', '2023-09-12 21:34:55'),
(00000000000000002177, NULL, 'Bilkis', NULL, 'bilkis73@mygpsbd.net', 'dhaka', '01681052373', NULL, NULL, '$2y$10$j50VZ/J/jSWkNhx0dl1gge9mejee5baAC/J55VE4Xxezi/Qpjm8re', NULL, 2, 'user', '1', '2023-09-12 21:37:48', '2023-09-12 21:37:48'),
(00000000000000002178, NULL, 'Billal', NULL, 'billal95@mygpsbd.net', 'dhaka', '01646778595', NULL, NULL, '$2y$10$/TykUB97qcaGI.DK5EKEtuybGYcorMUbW6zZZHcyIOO4kahyZ2NYm', NULL, 2, 'user', '1', '2023-09-12 21:41:32', '2023-09-12 21:41:32'),
(00000000000000002184, NULL, 'Dr. Ac Pandith', NULL, 'acpandith@mygpsbd.net', 'dhaka', '01719263018', NULL, NULL, '$2y$10$qjVD/GHic6lCFL1pES6zueFzKEyuyxDi4EjSOEDjTQIFRbOF4uVxK', NULL, 2, 'user', '1', '2023-09-12 21:59:10', '2023-09-12 21:59:10'),
(00000000000000002191, NULL, 'Deloar Hossain', NULL, 'deloar54@mygpsbd.net', 'dhaka', '01712725554', NULL, NULL, '$2y$10$C75ALCFsZLyjVcj.k2YKE.QYB5vSLH0RzaKvT6IEYfpuzeAgcyv72', NULL, 2, 'user', '1', '2023-09-12 22:21:05', '2023-09-12 22:21:05'),
(00000000000000002192, NULL, 'Emdadul Haque', NULL, 'emdadul09@mygpsbd.net', 'dhaka', '01303757362', NULL, NULL, '$2y$10$mwOD84vzVLSfV3zsXl2P/e5wQQJjWtVGhnaPWByDW0rN1nlNtwvFW', NULL, 2, 'user', '1', '2023-09-12 22:25:59', '2023-09-12 22:25:59'),
(00000000000000002193, NULL, 'Emtiaj uddin', NULL, 'emtiajuddin@mygpsbd.net', 'dhaka', '01889060028', NULL, NULL, '$2y$10$7CSMIoV8No00cHoc59e5nOasSzyehb0JLSpmVqOyp69mpPRAC0GYe', NULL, 2, 'user', '1', '2023-09-12 23:00:57', '2023-09-12 23:00:57'),
(00000000000000002200, NULL, 'Fazlul Karim Kajal', NULL, 'kajal48@mygpsbd.net', 'dhaka', '01711146448', NULL, NULL, '$2y$10$FoMfdb/bOy9/744zejN.SehHnzB9AEMxDFICx5TdsV93lEp.8g41S', NULL, 2, 'user', '1', '2023-09-13 10:03:05', '2023-09-13 10:03:05'),
(00000000000000002202, NULL, 'Gazi Ibrahim Mahmud', NULL, 'ibrahim309@mygpsbd.net', 'dhaka', '01756188309', NULL, NULL, '$2y$10$3KCLQ24hYJcmh.molGjGJO2XSmsJIXw3wiWyADNnzvbR/3Q2kTmqi', NULL, 2, 'user', '1', '2023-09-13 10:13:57', '2023-09-13 10:13:57'),
(00000000000000002208, NULL, 'Humayun', NULL, 'humayun70@mygpsbd.net', 'dhaka', '01751010970', NULL, NULL, '$2y$10$2WDqtquOUZDO5htqfcoQUO8Jjc0hKldZ79HTSLhqvn1d/aZxqOyxu', NULL, 2, 'user', '1', '2023-09-13 10:31:19', '2023-09-13 10:31:19'),
(00000000000000002209, NULL, 'Ibrahim', NULL, 'ibrahim97@mygpsbd.net', 'dhaka', '01718309797', NULL, NULL, '$2y$10$khIQEHqiK9FN7nUXUQzdseOru3kxKlO5fPhBh8IIA9.Ayycmr.FU.', NULL, 2, 'user', '1', '2023-09-13 10:34:26', '2023-09-13 10:34:26'),
(00000000000000002215, NULL, 'Jahangir alom', NULL, 'jahangiralam@mygpsbd.net', 'dhaka', '01885933292', NULL, NULL, '$2y$10$pQYGZhElRDr94CHSNnWL9ukG7g1KWbLQwzevcgFQyqjMtPOl5yffC', NULL, 2, 'user', '1', '2023-09-13 10:53:11', '2023-09-13 10:53:11'),
(00000000000000002216, NULL, 'Jason', NULL, NULL, 'dhaka', '01778896038', NULL, NULL, '$2y$10$YPbdsIOEG4j/UU29ISOinekLDg3uU.6WiH/qJzZ8QoDMYcKVTC.xC', NULL, 2, 'user', '1', '2023-09-13 10:55:43', '2023-09-13 10:55:43'),
(00000000000000002218, NULL, 'Joarder', NULL, 'salman44@mygpsbd.net', 'dhaka', '01711950050', NULL, NULL, '$2y$10$W78hsUarXuXAJvT3Fiz20equ0unPH.77vd0Jb.nPo6nFMIR.YVTV.', NULL, 2, 'user', '1', '2023-09-13 11:00:21', '2023-09-13 11:00:21'),
(00000000000000002223, NULL, 'Kobir Chowdhury', NULL, 'chowdhury34@mygpsbd.net', 'dhaka', '01712049034', NULL, NULL, '$2y$10$aJ7DbshhBpyXSIEXknfYbebzqIzG81e3gn/NY5Bqd4iIE.fjq48Ce', NULL, 2, 'user', '2', '2023-09-13 11:27:08', '2023-09-13 11:27:08'),
(00000000000000002224, NULL, 'Komol Joseph Gomej', NULL, 'joseph66@mygpsbd.net', 'dhaka', '01821433066', NULL, NULL, '$2y$10$.G5RruBEAyiJyN2AolhfQ.1YjIzjGapuepIEcoCRLhAUOZzmiAFZu', NULL, 2, 'user', '1', '2023-09-13 11:32:21', '2023-09-13 11:32:21'),
(00000000000000002225, NULL, 'Life line', NULL, 'lifeline27@mygpsbd.net', 'dhaka', '01734132027', NULL, NULL, '$2y$10$bUTpmYZBlZvN9lzt9wHPou9h7SAPU.DpFZHRibDDkfWCrSpIVz0pe', NULL, 2, 'user', '1', '2023-09-13 11:35:02', '2023-09-13 11:35:02'),
(00000000000000002226, NULL, 'liton', NULL, 'liton05@mygpsbd.net', 'dhaka', '01715787705', NULL, NULL, '$2y$10$on8u9Z08IGo5WuTcp0/nWeyEMnGE915JfVeQJ98iYxTDVgJ6Kf6am', NULL, 2, 'user', '2', '2023-09-13 11:39:54', '2023-09-13 11:39:54'),
(00000000000000002228, NULL, 'Lokman', NULL, 'lokman12@mygpsbd.net', 'dhaka', '01928898112', NULL, NULL, '$2y$10$dgzVd8oysTK43ARoL34SPOaW0GxauefZWxWOX4ikBwFhSzOcYL2uC', NULL, 2, 'user', '1', '2023-09-13 11:44:35', '2023-09-13 11:44:35'),
(00000000000000002229, NULL, 'Mahadi', NULL, 'mahadi47@mygpsbd.net', 'dhaka', '01885994847', NULL, NULL, '$2y$10$2YZ4Iy.kXD3vynWCLkUZj.Ap363hLXJgi0jG3Tz1GsptAkAKrpxH6', NULL, 2, 'user', '1', '2023-09-13 11:46:50', '2023-09-13 11:46:50'),
(00000000000000002233, NULL, 'Main uddin', NULL, 'mainuddin26@mygpsbd.net', 'dhaka', '01550020026', NULL, NULL, '$2y$10$GPegJhO4pU1mdMA/vuIbn.VKEWRtzSumMtnqvX6RfDzHksc5MMXj6', NULL, 2, 'user', '1', '2023-09-13 12:19:02', '2023-09-13 12:19:02'),
(00000000000000002237, NULL, 'Sheikh masud', NULL, NULL, 'dhaka', '01711230719', NULL, NULL, '$2y$10$xL1Sgmq/hUz4qWPZXH4.s.4wxKIuhwuYnhIv98G1ygMGqkVv9mmO2', NULL, 2, 'user', '1', '2023-09-13 12:28:52', '2023-09-13 12:28:52'),
(00000000000000002245, NULL, 'Md. Atikul Islam', NULL, NULL, 'dhaka', '01740559265', NULL, NULL, '$2y$10$XuSYDfZIktFNJ9GJFDC5zutXHju6.gwEFAS/XfnNAdZnC2//kPSS2', NULL, 2, 'user', '2', '2023-09-13 12:53:59', '2023-09-13 12:53:59'),
(00000000000000002247, NULL, 'Md. Elias', NULL, 'elias72@mygpsbd.net', 'dhaka', '01715035672', NULL, NULL, '$2y$10$r.MSpgUWDrLs/M.MtT5JP.HEqkddZ9.bgJMInIJJ57jqkKyf/E7mi', NULL, 2, 'user', '1', '2023-09-13 13:00:32', '2023-09-13 13:00:32'),
(00000000000000002254, NULL, 'Md. Mashror', NULL, 'mashrorbift@mygpsbd.net', 'dhaka', '01674093999', NULL, NULL, '$2y$10$e7k3hvyl/jYZGP8y.UOZVeUu.cv4bdZBh4kzatWUAdX8WGB8DaZhe', NULL, 2, 'user', '1', '2023-09-13 13:42:01', '2023-09-13 13:42:01'),
(00000000000000002255, NULL, 'Md. Masud Reza', NULL, 'masud17@mygpsbd.net', 'dhaka', '01715526217', NULL, NULL, '$2y$10$Y157KydfIhxZlL1xT2J9JO9XjA04zfP8mvbF5IMo7ve/UjiJYfgpa', NULL, 2, 'user', '1', '2023-09-13 13:44:42', '2023-09-13 13:44:42'),
(00000000000000002257, NULL, 'Md. Masum Rana', NULL, 'masud65@mygpsbd.net', 'dhaka', '01878087965', NULL, NULL, '$2y$10$li7eML9dAGzm/gaCJ6enneiaZRxjPxODmrzsE2L8Pbl.Zo25YLrvu', NULL, 2, 'user', '1', '2023-09-13 13:54:28', '2023-09-13 13:54:28'),
(00000000000000002259, NULL, 'Md. Mintu', NULL, 'moniruzzaman98@mygpsbd.net', 'dhaka', '01711703623', NULL, NULL, '$2y$10$MB4JCq3tKSTLHmUC9C.2/em9nFvSIwLWuRCKic.B0IGggdenwzML2', NULL, 2, 'user', '1', '2023-09-13 14:00:32', '2023-09-13 14:00:32'),
(00000000000000002263, NULL, 'Md. Nahid', NULL, 'nahid24@mygpsbd.net', 'dhaka', '01721027224', NULL, NULL, '$2y$10$AfEh/xt9wdzahkJRpymk1.RAghQB.wHbrGBXBtGrSjqoI82hzHILi', NULL, 2, 'user', '1', '2023-09-13 14:38:22', '2023-09-13 14:38:22'),
(00000000000000002264, NULL, 'Md. Omar Faruk', NULL, 'omarfaruk86@mygpsbd.net', 'dhaka', '01924925313', NULL, NULL, '$2y$10$/o1h5B7Vcs1Uy/GfN5h8aO.orERQHMJNz1Cy441RHP90Q48XNuyd2', NULL, 2, 'user', '1', '2023-09-13 14:40:39', '2023-09-13 14:40:39'),
(00000000000000002270, NULL, 'Md. Saiful Islam', NULL, 'saiful91@mygpsbd.net', 'dhaka', '01782686191', NULL, NULL, '$2y$10$6KfRACuoh.9p/qUsUYLl6u6vDQCozAzhBrzyYuXvZiGc.slO0r8wi', NULL, 2, 'user', '1', '2023-09-13 15:17:50', '2023-09-13 15:17:50'),
(00000000000000002281, NULL, 'Mithu', NULL, 'mithu38@mygpsbd.net', 'dhaka', '01819405738', NULL, NULL, '$2y$10$1W7pYY.uVjRQStnOBDSKJeJdZMi.qQw.Arslpj261aq5I1/t4ltv6', NULL, 2, 'user', '1', '2023-09-13 15:45:56', '2023-09-13 15:45:56'),
(00000000000000002282, NULL, 'Mizanur', NULL, 'mizanur57@mygpsbd.net', 'dhaka', '01740554757', NULL, NULL, '$2y$10$2DQQCoCaSOIjjgj1Ep6zfOZcEZguHczRoKgYVYHjPMX.ZauvZ1qwC', NULL, 2, 'user', '2', '2023-09-13 15:48:15', '2023-09-13 15:48:15'),
(00000000000000002285, NULL, 'Mohiuddin', NULL, 'mohiuddin80@mygpsbd.net', 'dhaka', '01712644980', NULL, NULL, '$2y$10$uPvtZmQxXl0jgx0l4mpJzeELXVkwB8CZSbjj7Fgs3QKvEF2.2i.Qe', NULL, 2, 'user', '1', '2023-09-13 16:00:15', '2023-09-13 16:00:15'),
(00000000000000002286, NULL, 'sohel khan', NULL, 'sohel07@mygpsbd.net', 'dhaka', '01768368207', NULL, NULL, '$2y$10$2IY8EaXmcwjc/TSCK661v.UoDGX42HTy0LqgcQP5lw8QUHXW5GAIW', NULL, 2, 'user', '1', '2023-09-13 16:04:48', '2023-09-13 16:04:48'),
(00000000000000002290, NULL, 'Mokbul', NULL, 'mokbul@mygpsbd.net', 'dhaka', '01782447331', NULL, NULL, '$2y$10$kYoLx.Q4uhaj8P8jFWwemOBAfn0tvZnkuM1iamfPOHCbbJ2g3QeGS', NULL, 2, 'user', '1', '2023-09-13 16:16:13', '2023-09-13 16:16:13'),
(00000000000000002291, NULL, 'Moklesur Rahman', NULL, NULL, 'dhaka', '01712036932', NULL, NULL, '$2y$10$hTTPVaZY.JRJclPtK8KWde9uu3MLOBNfvfSvG7b.Ybcu5ObNTqc4a', NULL, 2, 'user', '1', '2023-09-13 16:18:30', '2023-09-13 16:18:30'),
(00000000000000002293, NULL, 'Monir Ahmed', NULL, 'monir82@mygpsbd.net', 'dhaka', '01824814882', NULL, NULL, '$2y$10$kYX0t569.F1P5HDVEvD4ru9I5gvO2K4r5vO0Gy/Ek1jlDGVjQI9g6', NULL, 2, 'user', '1', '2023-09-13 16:23:59', '2023-09-13 16:23:59'),
(00000000000000002296, NULL, 'Monsur Ahmed', NULL, 'monsurahmed@mygpsbd.net', 'dhaka', '01725832119', NULL, NULL, '$2y$10$N5wLbqYB1yLiG/MICAhffeYd09mnGi.9Rz/pK8u9ZSgeLSP/.JqrK', NULL, 2, 'user', '1', '2023-09-13 16:31:46', '2023-09-13 16:31:46'),
(00000000000000002300, NULL, 'Musa Mia', NULL, 'musamia60@mygpsbd.net', 'dhaka', '01712365760', NULL, NULL, '$2y$10$dzMhUPM9w4uqqRRWBxIiq.A7HHh2022lCNZ1Z5qQokCuPRrgYwZI2', NULL, 2, 'user', '1', '2023-09-13 16:52:38', '2023-09-13 16:52:38'),
(00000000000000002307, NULL, 'Nazmul Haque Bulbul', NULL, 'bulbul41@mygpsbd.net', 'dhaka', '01700744841', NULL, NULL, '$2y$10$eAJpWG7zbazZcTM0Qf2CPufH7UGT0gCoJmroevIXqw.9RXlZY8bIS', NULL, 2, 'user', '1', '2023-09-13 17:29:46', '2023-09-13 17:29:46'),
(00000000000000002311, NULL, 'Omar Faruq', NULL, 'faruq11@mygpsbd.net', 'dhaka', '01786228811', NULL, NULL, '$2y$10$YGWby8dYcj.OAF9FnDWufOrHeVUoLojnXPavfFJ1uqCI4l.A.9xFq', NULL, 2, 'user', '2', '2023-09-14 12:39:28', '2023-09-14 12:39:28'),
(00000000000000002314, NULL, 'Prodip', NULL, 'prodip89@mygpsbd.net', 'dhaka', '01712536189', NULL, NULL, '$2y$10$BlovEUZR9wEUxaj7tsfR2uJro8fxaFEV21gZHLTzkbXYxgmKw9mFa', NULL, 2, 'user', '1', '2023-09-14 12:51:49', '2023-09-14 12:51:49'),
(00000000000000002322, NULL, 'Raju', NULL, NULL, 'dhaka', '01817002552', NULL, NULL, '$2y$10$s53spZmz06.SfHT/YG5GYOvmBdnGcTxZBqToWuUyIXR5pqwXZVI2i', NULL, 2, 'user', '1', '2023-09-14 13:29:14', '2023-09-14 13:29:14'),
(00000000000000002323, NULL, 'Rakibul Islam', NULL, NULL, 'dhaka', '01724330332', NULL, NULL, '$2y$10$3O7DNuQvy10eQdq3ac7oY.ZzVN0QmphSzcW69g8ChCJnoOsNUGHYC', NULL, 2, 'user', '1', '2023-09-14 13:43:37', '2023-09-14 13:43:37'),
(00000000000000002324, NULL, 'Rakibul Islam', NULL, 'rakibul94@mygpsbd.net', 'dhaka', '01407310394', NULL, NULL, '$2y$10$b5/LClStJnP4Wn2Jq7nyHO/fZLFhQFRJA7NU5PLyxVsv1PupVt2/K', NULL, 2, 'user', '1', '2023-09-14 13:46:49', '2023-09-14 13:46:49'),
(00000000000000002329, NULL, 'Reshad kamal', NULL, 'reshad85@mygpsbd.net', 'dhaka', '01737269585', NULL, NULL, '$2y$10$8G6zNd6wkBk9vs9m..USmuSJV70mf7zOM6Eh4t/vVtoTXLipYfBSa', NULL, 2, 'user', '1', '2023-09-14 14:11:12', '2023-09-14 14:11:12'),
(00000000000000002334, NULL, 'Ruhul amin', NULL, 'ruhulamin@mygpsbd.net', 'dhaka', '01730300777', NULL, NULL, '$2y$10$45Q2dZ3Rk7Ds0y0VirnnpeqEpcmjKGbUMKTtvXXo0oeRojk1eaYAC', NULL, 2, 'user', '1', '2023-09-14 14:30:45', '2023-09-14 14:30:45'),
(00000000000000002335, NULL, 'S M Kamrul Hasan Remon', NULL, 'remon11@mygpsbd.net', 'dhaka', '01712444111', NULL, NULL, '$2y$10$4QzAL6bsgDUMiNZ7b1.LD..eYIg2j7KUPGcTTx10kfk.s2VPsy2ry', NULL, 2, 'user', '1', '2023-09-14 14:34:24', '2023-09-14 14:34:24'),
(00000000000000002336, NULL, 'Md Salim', NULL, NULL, 'dhaka', '01799704245', NULL, NULL, '$2y$10$Z1o91HxdujwEJzXUttMf9uyRS9UNMJ7Wv8O3TOEaCx.yLq39fD3DG', NULL, 2, 'user', '1', '2023-09-14 14:37:31', '2023-09-14 14:37:31'),
(00000000000000002342, NULL, 'Saiful71', NULL, 'saiful71@mygpsbd.net', 'dhaka', '01996461871', NULL, NULL, '$2y$10$m1Qa4LxazRYgxA2sMBCAheN6mQ7lKFxVyYoyGoHws1zbvAWHkmFL6', NULL, 2, 'user', '2', '2023-09-15 23:47:23', '2023-09-15 23:47:23'),
(00000000000000002344, NULL, 'Salim (Tangail)', NULL, 'selim60@mygpsbd.net', 'dhaka', '01706983960', NULL, NULL, '$2y$10$7fZs5axzyjAjmmqQCFtJsu3KMMLnfHwuJQl7QEwImmsqizf4P.1Xq', NULL, 2, 'user', '1', '2023-09-15 23:57:19', '2023-09-15 23:57:19'),
(00000000000000002346, NULL, 'Shaalom', NULL, 'shaalom00@mygpsbd.net', 'dhaka', '01709342700', NULL, NULL, '$2y$10$ECcE639kCSQhd4SK3o.T7uuNrgkjE3MWVLqLZB/cKA095wpuc.fcG', NULL, 2, 'user', '1', '2023-09-16 00:11:28', '2023-09-16 00:11:28'),
(00000000000000002347, NULL, 'Shadin', NULL, 'shadin55@mygpsbd.net', 'dhaka', '01740759255', NULL, NULL, '$2y$10$G8N3aG3WeMrE3B/o92uHJeynG3IZgKyTzG8CfLbWxqyBU8132eq/y', NULL, 2, 'user', '1', '2023-09-16 00:16:40', '2023-09-16 00:16:40'),
(00000000000000002348, NULL, 'Shafayat', NULL, NULL, 'dhaka', '01905046856', NULL, NULL, '$2y$10$bgpq2t9YOxtsw7PyIpzgIOsgarZa8d0Mpf.nZ9ZzQHqxEBRugUWpm', NULL, 2, 'user', '1', '2023-09-16 01:25:43', '2023-09-16 01:25:43'),
(00000000000000002350, NULL, 'Shagor Ahmed', NULL, 'shagor18@mygpsbd.net', 'dhaka', '1725207818', NULL, NULL, '$2y$10$b93d5XkVNpNFmh/qq9mjG.3KUefDAXNrkdvfCvCP.A5VfmBOJW5YO', NULL, 2, 'user', '1', '2023-09-16 01:40:36', '2023-09-16 01:40:36'),
(00000000000000002351, NULL, 'Shahid', NULL, 'shahid338@mygpsbd.net', 'dhaka', '01611891338', NULL, NULL, '$2y$10$NJ1Ax3OfAtcpOx/WC4okwepgrKtje9KwWy7UEkiVm5GpBRVe1GUSG', NULL, 2, 'user', '1', '2023-09-16 01:44:37', '2023-09-16 01:44:37'),
(00000000000000002352, NULL, 'Shahriar Khan', NULL, 'shahriar21@mygpsbd.net', 'dhaka', '01715506721', NULL, NULL, '$2y$10$ACLUeU1Lc327YyE1tuxn4enhkFmlVOe7Jy2upWsw.BOcSFbKWMti6', NULL, 2, 'user', '1', '2023-09-16 01:48:09', '2023-09-16 01:48:09'),
(00000000000000002354, NULL, 'Shanti Moni(Dhaka）', NULL, 'shantimoni@mygpsbd.net', 'dhaka', '01715544564', NULL, NULL, '$2y$10$.NvazibzATJW/BykF5DyMOJLPG8ps3r72qIWvAt6jzg.XKqQmWXjq', NULL, 2, 'user', '1', '2023-09-16 01:54:04', '2023-09-16 01:54:04'),
(00000000000000002355, NULL, 'Shohag Hossain', NULL, 'shohaghossain372@gmail.com', 'dhaka', '01641113951', NULL, NULL, '$2y$10$ZGrB3xa3DwdrnuUDnb4YCODx2Eky9LSOugzLqtQB54ddaP0rUONXy', NULL, 2, 'user', '1', '2023-09-16 01:57:11', '2023-09-16 01:57:11'),
(00000000000000002357, NULL, 'Shorifuddin Shourav', NULL, 'sourav34@mygpsbd.net', 'dhaka', '01713007034', NULL, NULL, '$2y$10$xLt3cYBe7ADEpvOQHfGVm.AtWnkPEFc0dIX4tekRYA2zWdBC7vwbW', NULL, 2, 'user', '1', '2023-09-16 02:03:17', '2023-09-16 02:03:17'),
(00000000000000002358, NULL, 'Shumon ahmed', NULL, 'shumun81@mygpsbd.net', 'dhaka', '01797788681', NULL, NULL, '$2y$10$1mJJTfLJv0kadMoYK9yD4.RkQlSZmJPmJLzO7MCmoc3/ntV1eZsOG', NULL, 2, 'user', '1', '2023-09-16 02:06:02', '2023-09-16 02:06:02'),
(00000000000000002359, NULL, 'Shyful', NULL, 'shyful72@mygpsbd.net', 'dhaka', '01720275372', NULL, NULL, '$2y$10$KRAAQfi2Vxx9obfLLbfK7udDC.SFIk9CllYL8RDr485uAdbUytJn6', NULL, 2, 'user', '1', '2023-09-16 02:08:21', '2023-09-16 02:08:21'),
(00000000000000002360, NULL, 'SIDDIQUE', NULL, 'siddique87@mygpsbd.net', 'dhaka', '01622625287', NULL, NULL, '$2y$10$1AQdZ.GK2UYg2OioAqoBHeuHp.0nQyorsUJAGqqorMg0YKP0LwzHu', NULL, 2, 'user', '1', '2023-09-16 02:11:25', '2023-09-16 02:11:25'),
(00000000000000002362, NULL, 'Sonjoy Roy', NULL, 'sonjoy78@mygpsbd.net', 'dhaka', '01711464078', NULL, NULL, '$2y$10$M2w8ovyz2R7GUh78uiGBJu7KtwSDa6BFlVs3a0JavctwJf0zQ167q', NULL, 2, 'user', '1', '2023-09-16 02:24:13', '2023-09-16 02:24:13'),
(00000000000000002383, NULL, 'Milton', NULL, 'milton35@mygpsbd.net', 'dhaka', '01681814402', NULL, NULL, '$2y$10$IUErT8mQB.3xUHO.TZh5Ou/vXuLoRAigdQw22bINfISoDzsxgOwii', NULL, 2, 'user', '2', '2023-09-16 13:41:36', '2023-09-16 13:41:36'),
(00000000000000002386, NULL, 'Md.Asad', NULL, 'asad16@mygpsbd.net', 'dhaka', '01760394919', NULL, NULL, '$2y$10$RO4PSlnn1zlnh6Mh7rdnB.Nn4n2Jhr9GzRL3pKudPb2w.PQbWABm.', NULL, 2, 'user', '1', '2023-09-16 14:29:41', '2023-09-16 14:29:41'),
(00000000000000002389, NULL, 'Nasim Uddin', NULL, 'nasim69@mygpsbd.net', 'dhaka', '01711205269', NULL, NULL, '$2y$10$gSI3UOiElp5ARxGw2dLfg.9ZaWVEV8eXhwID5lT8TlMwmsyFID02y', NULL, 2, 'user', '1', '2023-09-16 14:44:57', '2023-09-16 14:44:57'),
(00000000000000002391, NULL, 'Md Omar Ali', NULL, 'omar70@mygpsbd.net', 'dhaka', '01716304570', NULL, NULL, '$2y$10$bT0yeeMOLT1D9AUDhM3mkuZSr9J0QbyQV.ZoR9/AnAFXhUlwu5opy', NULL, 2, 'user', '1', '2023-09-16 14:49:39', '2023-09-16 14:49:39'),
(00000000000000002393, NULL, 'Ibne Miran', NULL, 'miran36@mygpsbd.net', 'dhaka', '01815085635', NULL, NULL, '$2y$10$F9KoguJyCp2AH3hgNHAuG.dywJIQLd3AzmFcsYsNAOkn661AJfS.G', NULL, 2, 'user', '1', '2023-09-16 15:13:52', '2024-02-08 16:34:48'),
(00000000000000002394, NULL, 'Anwar', NULL, 'anwar61@mygpsbd.net', 'dhaka', '01796637761', NULL, NULL, '$2y$10$7VHI6MIlemDw8cl3YS6gFOFUrF4Wv..826PpAe/0yzl7Zm/ri.vfK', NULL, 2, 'user', '1', '2023-09-16 15:19:35', '2023-09-16 15:19:35'),
(00000000000000002395, NULL, 'MD.Masud Rana', NULL, 'masud92@mygpsbd.net', 'dhaka', '01322603992', NULL, NULL, '$2y$10$fiRgN9Pflw/d5uFhVI5mqu84sfDyH1H2Qe9gbhlXn.wPuK4PSEAY.', NULL, 2, 'user', '1', '2023-09-16 15:26:20', '2023-09-16 15:26:20'),
(00000000000000002396, NULL, 'Sohana', NULL, 'shibak1971@mygpsbd.net', 'dhaka', '01622246048', NULL, NULL, '$2y$10$5kf9lqZq8Ne2DniG5Cwga.sl20WsWOycfj2.X5TgJ6E9wkyYSGTAW', NULL, 2, 'user', '1', '2023-09-16 15:32:35', '2023-09-16 15:32:35'),
(00000000000000002397, NULL, 'Shofiqul islam', NULL, 'shofiqul20@mygpsbd.net', 'dhaka', '01729327220', NULL, NULL, '$2y$10$JwSxz1QLzjhWDRbIAmhoq.JmOExj0rNy/P4WgNQdHZn/Ge6qHNhUi', NULL, 2, 'user', '1', '2023-09-16 15:37:21', '2023-09-16 15:37:21'),
(00000000000000002398, NULL, 'Kazi Abdullah Al Anisur Zaman', NULL, 'sohelhat026@gmail.com', 'dhaka', '01819290268', NULL, NULL, '$2y$10$0Sq51kiF8pYIKwXyAVogNex0W7SXK7LJ0XTeqsklrtWN27ILEY4Pa', NULL, 2, 'user', '1', '2023-09-16 15:41:59', '2023-09-16 15:41:59'),
(00000000000000002399, NULL, 'Md. Faisal', NULL, 'faisal89@mygpsbd.net', 'dhaka', '01716890889', NULL, NULL, '$2y$10$t8oUIzJwJ3WY1kw.l9v2T.oaDoCNl0/7mVxFgVNMwvvZY.mG5yyRa', NULL, 2, 'user', '1', '2023-09-16 15:46:04', '2023-09-16 15:46:04'),
(00000000000000002400, NULL, 'Feroj ahmed', NULL, 'ferojnet73@gmail.com', 'dhaka', '01815946458', NULL, NULL, '$2y$10$vGeifIjDSWZ0i2136wCNHOQf68gzfZzVFXmfXIdjE2ZTTfgtimI96', NULL, 2, 'user', '1', '2023-09-16 15:51:03', '2023-09-16 15:51:03'),
(00000000000000002402, NULL, 'Emtiaz', NULL, 'emtiaz.m007@gmail.com', 'dhaka', '01863962010', NULL, NULL, '$2y$10$yywi6uiGI7kDMm44QKjufOCY/x1soU3sZvGWn7wYrwzIRPGS3djjO', NULL, 2, 'user', '1', '2023-09-16 16:04:01', '2023-09-16 16:04:01'),
(00000000000000002406, NULL, 'Ashiqur Rahman', NULL, 'ashikur66@mygpsbd.net', 'dhaka', '01612110166', NULL, NULL, '$2y$10$eMujOZM/rZKubnFK5Yq5gu7rzC20xUcIf65I73iGZphebuvAAq6vS', NULL, 2, 'user', '1', '2023-09-16 16:18:37', '2023-09-16 16:18:37'),
(00000000000000002408, NULL, 'Md. Shanto', NULL, 'shanto.ish@gmail.com', 'dhaka', '01733275307', NULL, NULL, '$2y$10$6XhBKnT8uRzhATIRCW9S6uW/wCleDMunGLKo5MYv/5CCGTX3P2Elu', NULL, 2, 'user', '1', '2023-09-16 16:23:47', '2023-09-16 16:23:47'),
(00000000000000002409, NULL, 'Raju Monowar', NULL, 'raju@mygps.com.bd', 'dhaka', '01778943462', NULL, NULL, '$2y$10$b0CnTSVOrH22y3TcdwYxUO8f8/I84jqQ0BBFrOwiIb6OrrPSgJ//m', NULL, 2, 'user', '1', '2023-09-16 16:26:53', '2023-09-16 16:26:53'),
(00000000000000002410, NULL, 'Belayet Hossain', NULL, 'belayethossain4090@gmail.com', 'dhaka', '01912924090', NULL, NULL, '$2y$10$cxkDXuxjwvBIPrwI6JxhN.Any0VDKCochFZy.xUCuifRdMRJt5cOG', NULL, 2, 'user', '1', '2023-09-16 16:29:27', '2023-09-16 16:29:27'),
(00000000000000002412, NULL, 'Raj', NULL, NULL, 'dhaka', '01311153797', NULL, NULL, '$2y$10$Zcz4/yXLg2ors2l8MgvODOX.Xd9m2FF0xkA0N6ExE8Gkju21KMaE2', NULL, 2, 'user', '1', '2023-09-16 16:39:27', '2023-09-16 16:39:27'),
(00000000000000002414, NULL, 'Imtiaz Islam', NULL, 'imtiaz.islam@dhakabank.com.bd', 'dhaka', '01712571800', NULL, NULL, '$2y$10$WVMNlWpJBGwWjs.Gdm74i.8F2jlGXWhEzh2hpCx8DGdId2QpKWKa2', NULL, 2, 'user', '1', '2023-09-16 22:32:22', '2023-09-16 22:32:22'),
(00000000000000002416, NULL, 'Lemon Talukder', NULL, 'lemontalukder44@gmail.com', 'dhaka', '01916469853', NULL, NULL, '$2y$10$S3FAuZowtWfj5jby3QSKd.AjHAH3yvbCzQqPIt7pLRpKN2gqoCZyS', NULL, 2, 'user', '1', '2023-09-16 22:38:48', '2023-09-16 22:38:48'),
(00000000000000002424, NULL, 'Zobaer Ahmed', NULL, 'zobaerahmedrajeer@gmail.com', 'dhaka', '01730376631', NULL, NULL, '$2y$10$w7cGNNZhUdWZxu8uAOrbTuV2YoMied3NjI.2BabI.rEM68oR/qelC', NULL, 2, 'user', '1', '2023-09-16 23:16:23', '2023-09-16 23:16:23'),
(00000000000000002425, NULL, 'MD ZAKIR HOSSAIN', NULL, 'zakirhossainrobi5@gmail.com', 'dhaka', '01846945654', NULL, NULL, '$2y$10$oG1Hm.L3aDX/8JN1mA0o/e9Hrb7q3qsHCgSH9M51ALEDRUGhvz752', NULL, 2, 'user', '1', '2023-09-16 23:19:35', '2023-09-16 23:19:35'),
(00000000000000002426, NULL, 'Md.Yeasin ahmed', NULL, 'yeasin@mygps.com.bd', 'dhaka', '01712226581', NULL, NULL, '$2y$10$cthGjQCqOZpqFvRVS08W6./bdc084wCN1oMWrB.tjR2TPw4oEZ5nK', NULL, 2, 'user', '1', '2023-09-16 23:51:14', '2023-09-16 23:51:14'),
(00000000000000002427, NULL, 'Md. Salim Hossain', NULL, 'md.salimhossain007@gmail.com', 'dhaka', '01715794172', NULL, NULL, '$2y$10$mUO8kCnwVCyo4IewpsGHKOg9DRpCZrpzBs9WF5ukaA/GyZifI5q46', NULL, 2, 'user', '1', '2023-09-16 23:55:05', '2023-09-16 23:55:05'),
(00000000000000002428, NULL, 'Md.Faridul Islam', NULL, 'faridul65@mygps.com.bd', 'dhaka', '01610842565', NULL, NULL, '$2y$10$VnQ3BrXoivRSyGJH44PXg.poX7uglkTL5dldQELf9R2eXeMvylJtG', NULL, 2, 'user', '1', '2023-09-17 00:01:56', '2023-09-17 00:01:56'),
(00000000000000002432, NULL, 'Md.Nazrul Islam', NULL, 'litonnazrul1976@gmail.com', 'dhaka', '01816445211', NULL, NULL, '$2y$10$Il6.TUpbUZLtzIhd3Leg1.GqIfRcXm7Gml62vTi/ng92dpMHCEDfa', NULL, 2, 'user', '1', '2023-09-17 00:19:42', '2023-09-17 00:19:42'),
(00000000000000002433, NULL, 'Dr.Md.Azaharul Islam', NULL, 'azharulrafi28@gmail.com', 'dhaka', '01735923644', NULL, NULL, '$2y$10$y0pCZNfDRZrww36vCMqcu.rPJ9BpvinDIC07Xg7Sqf8sJMWlUlq3W', NULL, 2, 'user', '1', '2023-09-17 00:24:43', '2023-09-17 00:24:43'),
(00000000000000002435, NULL, 'Md Nuruzzaman', NULL, 'zaman526266i@gmail.com', 'dhaka', '01728115026', NULL, NULL, '$2y$10$F/WXv1nOV36OnsAD7n077eKKwgYYExmeM3sKHMe9tDMkjKJT/Ih9.', NULL, 2, 'user', '1', '2023-09-17 10:07:36', '2023-09-17 10:07:36'),
(00000000000000002436, NULL, 'Md.Mahmudur Rahman Pasha', NULL, 'istugulugulu@gmail.com', 'dhaka', '01729204040', NULL, NULL, '$2y$10$5FFcCwvz1AaHB.MmbAaV0eiWopunemC2XE91DFlcuFIGaV27y.5cm', NULL, 2, 'user', '1', '2023-09-17 10:09:56', '2023-09-17 10:09:56'),
(00000000000000002438, NULL, 'Tariqul Islam Bhuiyan', NULL, 'bhuiyantariqul317@gmail.com', 'dhaka', '01827941001', NULL, NULL, '$2y$10$6joVvjYrPBNo0e6F13bZlek.z6WGMlbTJI7Yj8jNhIpx5p8dKnKo.', NULL, 2, 'user', '1', '2023-09-17 10:21:13', '2023-09-17 10:21:13'),
(00000000000000002441, NULL, 'Subrata Das', NULL, 'subrata21@mygpsbd.net', 'dhaka', '01819102021', NULL, NULL, '$2y$10$4paWT5poyIBpNPJejDHtQ.Sf4sdOw0Mrhhmj9EXHK2IgDvSb6M.T2', NULL, 2, 'user', '1', '2023-09-17 10:36:06', '2023-09-17 10:36:06'),
(00000000000000002443, NULL, 'Abdur Razzaque', NULL, 'razzaquem1971@gmail.com', 'dhaka', '01711954560', NULL, NULL, '$2y$10$ZUzEU8bc245lFVCZbBO5VuOCFWYRrnqcfpWaZNv/z5sv.FnEsA23W', NULL, 2, 'user', '1', '2023-09-17 10:56:10', '2023-09-17 10:56:10'),
(00000000000000002445, NULL, 'Md Tawfiq Alam', NULL, 'tawfiq8505@gmail.com', 'dhaka', '01722823747', NULL, NULL, '$2y$10$TasLvLzXKLL2uZCcME1XcezvTh6A8osavFYGZzLCFNpEFIIbf/gPK', NULL, 2, 'user', '1', '2023-09-17 11:13:48', '2023-09-17 11:13:48'),
(00000000000000002447, NULL, 'Mahbub Riyad', NULL, 'riyad41@mygpsbd.net', 'dhaka', '01877162041', NULL, NULL, '$2y$10$2CFhWwHXiX5K5XtqVUg9B.d6l3HqQzAqnaOKUBaUDT0kQy9EsxVOW', NULL, 2, 'user', '1', '2023-09-17 11:23:43', '2023-09-17 11:23:43'),
(00000000000000002448, NULL, 'Md. Khosrul Alam', NULL, 'khosrul902@gmail.com', 'dhaka', '01718096689', NULL, NULL, '$2y$10$DlzDmGD5M4diltWrab7pm.6IfYDlE0izBCdAIIE62Q1EvZhQBJ/XW', NULL, 2, 'user', '1', '2023-09-17 11:26:37', '2023-09-17 11:26:37'),
(00000000000000002449, NULL, 'SHAWON', NULL, 'shawon07@mygps.com.bd', 'dhaka', '01742401607', NULL, NULL, '$2y$10$fv04ZUbQ9NygEJL587GFOepEYHFDlGW04mdL7aD3LXCE9rDRdRyIe', NULL, 2, 'user', '1', '2023-09-17 11:28:56', '2023-09-17 11:28:56'),
(00000000000000002452, NULL, 'Shah Alam', NULL, 'heavenenterrise02@gmail.com', 'dhaka', '01672074421', NULL, NULL, '$2y$10$PzxV5JKHEtpTu9q/bToK5.1ryFbvBf02yJlGUXaoOGk3GbP7rAgt2', NULL, 2, 'user', '1', '2023-09-17 12:06:32', '2023-09-17 12:06:32'),
(00000000000000002453, NULL, 'Mohammad Golam Faruk', NULL, 'farukswim38@gmail.com', 'dhaka', '01711008630', NULL, NULL, '$2y$10$3dIYXYV0uFIkSVxs0yWhR.HpdDp0Wq5C6dBH6JUrclAJS4pDZNBvC', NULL, 2, 'user', '1', '2023-09-17 12:08:52', '2023-09-17 12:08:52'),
(00000000000000002454, NULL, 'Babul Sheikh', NULL, 'babul542sheikh@gmail.com', 'dhaka', '01712167542', NULL, NULL, '$2y$10$MP1oQwsoaY8Y75ed2Z/GwuL9ygWJPg3KD8QTogZqro3pyEgxV/9cy', NULL, 2, 'user', '1', '2023-09-17 12:10:58', '2023-09-17 12:10:58'),
(00000000000000002456, NULL, 'ASM Muntasir Chowdhury', NULL, 'dear.muntasir@gmail.com', 'dhaka', '01711670830', NULL, NULL, '$2y$10$JaLghpPXI7rCsGFu/XLlLu9f0rkHif3nRL/CUM8eQH4xVB5W9G.4O', NULL, 2, 'user', '1', '2023-09-17 12:18:32', '2023-09-17 12:18:32'),
(00000000000000002457, NULL, 'Md.Masud Alom Munna', NULL, 'munna32@mygpsbd.net', 'dhaka', '01711026032', NULL, NULL, '$2y$10$xIZnW.4e.u7UgLKqPilHfeX.mAPgBMgpQAe4cy63sF/p/zF43/7xW', NULL, 2, 'user', '1', '2023-09-17 12:20:41', '2023-09-17 12:20:41'),
(00000000000000002458, NULL, 'AKM Noor Rahman', NULL, 'rootagrovet@gmail.com', 'dhaka', '01711929536', NULL, NULL, '$2y$10$38KOHdYr0PojSYrMprWhCOfXYWCUgCwE/IDg4OglL7GkKRCqitZwm', NULL, 2, 'user', '1', '2023-09-17 12:36:04', '2023-09-17 12:36:04'),
(00000000000000002459, NULL, 'Obidul Islam', NULL, 'obidul55@mygpsbd.net', 'dhaka', '01719934355', NULL, NULL, '$2y$10$7wZjK.FfckjR6XzB2kbjV.GA8sGi5nOFl6trV0deCfcWcv1sddPgC', NULL, 2, 'user', '1', '2023-09-17 12:38:32', '2023-09-17 12:38:32'),
(00000000000000002463, NULL, 'Engr. Mogibul Mowla', NULL, 'marinetecctg@gmail.com', 'dhaka', '01814275302', NULL, NULL, '$2y$10$ySNLzAgdKGSTes.kFP4vke2.x15VEsmBFgmWSf8wpHjsMyGrPY7cS', NULL, 2, 'user', '1', '2023-09-17 16:14:18', '2023-09-17 16:14:18'),
(00000000000000002465, NULL, 'Dr. Mohammad Khairul Alam', NULL, 'khairulalom@mygpsbd.com', 'dhaka', '01711398017', NULL, NULL, '$2y$10$Qjtml5ahXXZ0AoF0G74MxeeHEUQd5O4mvP2MfFB8bE6g/4gf6LKRG', NULL, 2, 'user', '1', '2023-09-17 16:19:29', '2023-09-17 16:19:29'),
(00000000000000002471, NULL, 'Mos5 tel Ltd.', NULL, 'mokamal018@gmail.com', 'dhaka', '01707038118', NULL, NULL, '$2y$10$QuWzjrVfksPhmpjJ.ftfP.mzksUQ1sPB4ATaREikC0lnrtD/vSHwW', NULL, 2, 'user', '1', '2023-09-17 16:49:32', '2023-09-17 16:49:32'),
(00000000000000002472, NULL, 'Md. Jahedul Islam', NULL, 'jatbangla548@gmail.com', 'dhaka', '01749332498', NULL, NULL, '$2y$10$RlCCi.XgWzilarZ/D.LaKuZEQ5goMANRh5VLVlyV5mHNHiuWCtCiG', NULL, 2, 'user', '1', '2023-09-17 16:54:59', '2023-09-17 16:54:59'),
(00000000000000002474, NULL, 'Robiul Hasan Salman', NULL, 'robiulhasan@mygpsbd.com', 'dhaka', '01999044603', NULL, NULL, '$2y$10$XcyV060tyyEvbkBbVktUfuJdq4EdveiOCLs2pagM7/hxfIkGMOISK', NULL, 2, 'user', '1', '2023-09-17 17:19:21', '2023-09-17 17:19:21'),
(00000000000000002475, NULL, 'Motiur Rahman', NULL, 'motiur46@mygpsbd.com', 'dhaka', '01611582146', NULL, NULL, '$2y$10$eyedEa5QgnwRPj1u.0wSl.68b2teKIX0nJmfHMpgLWGGGByPcTuVa', NULL, 2, 'user', '2', '2023-09-17 17:24:26', '2023-09-17 17:24:26'),
(00000000000000002476, NULL, 'Liakat Ali', NULL, NULL, 'dhaka', '01827596267', NULL, NULL, '$2y$10$hAaWzKnm92RYxQlT4ftPmuiu2QbD.SKkXwVi4K7hBKcOHYwVwJMzO', NULL, 2, 'user', '1', '2023-09-17 17:31:19', '2023-09-17 17:31:19'),
(00000000000000002478, NULL, 'Rashed Mosharrof Rana', NULL, 'rashedmosharrofrana@gmail.com', 'dhaka', '01973000081', NULL, NULL, '$2y$10$c7yufkSrAk7mKLrQKxOwPe2emOtgrHbgXnc6yAuT6QBPq2/5tKdlm', NULL, 2, 'user', '1', '2023-09-17 17:46:54', '2023-09-17 17:46:54'),
(00000000000000002479, NULL, 'Md. Morshed Sawdagor', NULL, 'morshed23@mygpsbd.com', 'dhaka', '01704406523', NULL, NULL, '$2y$10$08.frEpeGHeWHbXRd7scPu2rPq19jD5eCQ7M1QkpMpK2nCmNkiIdG', NULL, 2, 'user', '1', '2023-09-17 17:49:15', '2023-09-17 17:49:15'),
(00000000000000002480, NULL, 'Lutfor rahman', NULL, 'rahamanlutfor1981@gmail.com', 'dhaka', '01608907576', NULL, NULL, '$2y$10$HjvXwVQef/rF1v7aA1fXxeINmCr4NLDga8JZBNu4fv9errCfo5oLq', NULL, 2, 'user', '1', '2023-09-17 17:52:19', '2023-09-17 17:52:19'),
(00000000000000002482, NULL, 'Parvez Ahmed', NULL, 'parvezahmed@mygpsbd.net', 'dhaka', '01882767271', NULL, NULL, '$2y$10$In.YyYJSt4na82c7jCL.1.bzb9UPTWyE/ZpU9G6luIS4w2hTuOFxe', NULL, 2, 'user', '1', '2023-09-17 17:57:15', '2023-09-17 17:57:15'),
(00000000000000002483, NULL, 'Murshed Chowdhury', NULL, 'murshed_chowdhury@outlook.com', 'dhaka', '01729226623', NULL, NULL, '$2y$10$jPqHEbI2WWTRDewPLbaFgerKFen9ZpPT/ZVsIYkwRpF.SyJY0jJVC', NULL, 2, 'user', '1', '2023-09-17 21:20:14', '2023-09-17 21:20:14'),
(00000000000000002484, NULL, 'DR MD SALAH UDDON', NULL, 'salahuddinomar9229@gmail.com', 'dhaka', '01711421085', NULL, NULL, '$2y$10$zwO8gmGjwZlt428q2WDawekfjuLT4BgDEt8Y5hMRxSSD79wRZNCoO', NULL, 2, 'user', '1', '2023-09-17 21:36:22', '2023-09-17 21:36:22'),
(00000000000000002485, NULL, 'Mohammad Ismail Hossain', NULL, 'muktoh2022@gmail.com', 'dhaka', '01711123599', NULL, NULL, '$2y$10$kHesDVKgnh6p0sb5JUIELu3zoJsJFoMCN7tyYerWuqgQ6mQ2oF/xi', NULL, 2, 'user', '1', '2023-09-17 21:39:06', '2023-09-17 21:39:06'),
(00000000000000002486, NULL, 'Kornel asad', NULL, 'romel6540@gmail.com', 'dhaka', '01713331568', NULL, NULL, '$2y$10$0j2lELbzUf3Xw.ydqfsw7OVRmlUtFJ37MXaf3fUFvIkgqCLK56UgS', NULL, 2, 'user', '1', '2023-09-17 21:42:00', '2023-09-17 21:42:00'),
(00000000000000002487, NULL, 'MD Iqbal Hossain', NULL, 'mdiqbal5029@gmail.com', 'dhaka', '01712274148', NULL, NULL, '$2y$10$cBniBTpQ7fVwJxAxq23hROCElrF4YKFkTYLsEEGAVJ5ax9iYtA2eW', NULL, 2, 'user', '1', '2023-09-17 21:45:05', '2023-09-17 21:45:05'),
(00000000000000002488, NULL, 'Rabby', NULL, 'rabbibond25@gmail.com', 'dhaka', '01316199697', NULL, NULL, '$2y$10$bRe3uCT0htA8iWYmHUmWN.y2G.1Icdap4ypshRQ8snIB/x3pz1mNq', NULL, 2, 'user', '1', '2023-09-17 21:48:29', '2023-09-17 21:48:29'),
(00000000000000002489, NULL, 'Rahim', NULL, 'rahim44@mygpsd.com', 'dhaka', '01919166944', NULL, NULL, '$2y$10$gLk/6lbx/Zlm45VYhwlPAewl/2YT6vwx5r1LATOelTZiiGrsMhJGO', NULL, 2, 'user', '1', '2023-09-17 21:51:27', '2023-09-17 21:51:27'),
(00000000000000002490, NULL, 'Sumon Uddin', NULL, 'sumon71@gmail.com', 'dhaka', '01884204571', NULL, NULL, '$2y$10$OYY.savfOzOeGvosSUhXDOEwsdRyPDuhpf4swbcGjThH50Z87309i', NULL, 2, 'user', '1', '2023-09-17 21:56:27', '2023-09-17 21:56:27'),
(00000000000000002491, NULL, 'Md Mostafizur Rahman', NULL, 'shamimkuet@gmail.com', 'dhaka', '01712699155', NULL, NULL, '$2y$10$XRz4Mx8odkjfI5VkYnS.yeMUbCZtfWMyE2D5iT1JDcNmCXtF6dISa', NULL, 2, 'user', '1', '2023-09-17 22:00:39', '2023-09-17 22:00:39'),
(00000000000000002492, NULL, 'Sheikh Ripon', NULL, 'ripon89@gmail.com', 'dhaka', '01728240589', NULL, NULL, '$2y$10$YdtVNlVssIyEBvprXSLjmualFRoWAt6vgOIi6otsJExtL.nZf/Jau', NULL, 2, 'user', '1', '2023-09-17 22:03:25', '2023-09-17 22:03:25'),
(00000000000000002494, NULL, 'KAMRUDDUJA SAYEM', NULL, 'sayem123457@gmail.com', 'dhaka', '01712170394', NULL, NULL, '$2y$10$j1pPVXArnRH9oI6lePRwD.ZvCTJPkBpf2GjVviBLYfgWc5YxayZcC', NULL, 2, 'user', '1', '2023-09-18 09:59:39', '2023-09-18 09:59:39'),
(00000000000000002495, NULL, 'faruk123', NULL, 'faruk123@mygpsd.com', 'dhaka', '01718159097', NULL, NULL, '$2y$10$myYv35ExrFoz5KvAkhX4/exI3T4qCqQyjdkPaHv0GJQfjEbYFDT8q', NULL, 2, 'user', '1', '2023-09-18 10:01:51', '2023-09-18 10:01:51'),
(00000000000000002497, NULL, 'Md.Main uddin', NULL, 'stmain1998@gmail.com', 'dhaka', '01732651804', NULL, NULL, '$2y$10$FXMIG1cvvwTeoxQGmx81LeFWBtMhApdTaPnlXzVi38N1x4qe8s/uG', NULL, 2, 'user', '1', '2023-09-18 10:07:01', '2023-09-18 10:07:01'),
(00000000000000002498, NULL, 'HAMIDUR RAHMAN', NULL, 'hamidurrahmanshipon@gmail.com', 'dhaka', '01718108042', NULL, NULL, '$2y$10$/JZXQhYUyEX.1/D8Z.eKhOzuu1a2RbdH2WxOHxPDWMCpDODMZPpG2', NULL, 2, 'user', '1', '2023-09-18 10:13:21', '2023-09-18 10:13:21'),
(00000000000000002499, NULL, 'RASEL AHMED', NULL, 'rasel12@mygpsd.net', 'dhaka', '01769007412', NULL, NULL, '$2y$10$n1VbuPxO.iO9qM4ObH2kPuE0iZhgiYBgFPWKXBkQvSciuqZC7XsRm', NULL, 2, 'user', '1', '2023-09-18 10:17:31', '2023-09-18 10:17:31'),
(00000000000000002501, NULL, 'Teletalk', NULL, 'shafaatuzzaman@gmail.com', 'dhaka', '01550155280', NULL, NULL, '$2y$10$6QL3pa83zSk26mWv94PjQuhXveCb7QNCxKpSZSe97p8jxGPqbn4Ru', NULL, 2, 'user', '2', '2023-09-18 10:30:15', '2023-09-18 10:30:15'),
(00000000000000002503, NULL, 'NUR SIDDIQUE ONIM', NULL, 'ONIM723@GMAIL.COM', 'dhaka', '01730599993', NULL, NULL, '$2y$10$YkMaoZX1xNNUYjdw3U0q5ukkFg9wh/MH6Xy7uvneB2F/zPjnC1jtS', NULL, 2, 'user', '1', '2023-09-18 10:38:40', '2023-09-18 10:38:40'),
(00000000000000002504, NULL, 'Anayet Hossain Sumon', NULL, 'anayet95@mygpsbd.net', 'dhaka', '01866019195', NULL, NULL, '$2y$10$fOfRgdXQNn0QPFd2J8us4ueOlYKLCklzv4DBMSxK09B/eMuo3J1wW', NULL, 2, 'user', '1', '2023-09-18 10:50:45', '2023-09-18 10:50:45'),
(00000000000000002505, NULL, 'Md.jahangir alam', NULL, 'Jahagiralam.tex16@gmail.com', 'dhaka', '01618384673', NULL, NULL, '$2y$10$WDC67DaNgToFW0Tx6oNyauDm2FYTbIVVdIZxuYmVa2RTLxAXRQERu', NULL, 2, 'user', '1', '2023-09-18 10:54:54', '2023-09-18 10:54:54'),
(00000000000000002506, NULL, 'Md Manik Mia', NULL, 'rawshik84@gmail.com', 'dhaka', '01715054861', NULL, NULL, '$2y$10$o3hvZvi.7jAza.yEq4lxYuAwGSo3uuKhpyEGkJrKiPIAjKeOHunga', NULL, 2, 'user', '1', '2023-09-18 10:59:24', '2023-09-18 10:59:24'),
(00000000000000002507, NULL, 'Md.Mojibul Karim', NULL, 'amimujib1986@gmail.com', 'dhaka', '01732228280', NULL, NULL, '$2y$10$fFDi0WJjfx5vBLY6hWqoueZgq5LSRxNbf5YMyY90Q2/DNhk5YoV3e', NULL, 2, 'user', '1', '2023-09-18 11:18:33', '2023-09-18 11:18:33'),
(00000000000000002508, NULL, 'Md.Alim Ul Islam', NULL, 'sajoloffice@gmail.com', 'dhaka', '01712334589', NULL, NULL, '$2y$10$KbV0fW6v02SQKyCN19dTYuZAYPi2uljas/xpxeVoG3BQ2o7PMZ2ku', NULL, 2, 'user', '1', '2023-09-18 11:42:14', '2023-09-18 12:31:59'),
(00000000000000002509, NULL, 'Pappu', NULL, 'pappu38@mygpsbd.net', 'dhaka', '01682096138', NULL, NULL, '$2y$10$ikNJKhFW5wLHu5iIOtFtu.POUrHt8hQuuxzgvuciC2wROtlkSTSWi', NULL, 2, 'user', '1', '2023-09-18 21:34:00', '2023-09-18 21:34:00'),
(00000000000000002510, NULL, 'ROSHID', NULL, 'roshid55@mygpsbd.net', 'dhaka', '01920784555', NULL, NULL, '$2y$10$W41bNFARcsFxBB6eyuZX3.mGWQK2ixuQAYNhUwYyGUWaEQVuBM9lu', NULL, 2, 'user', '1', '2023-09-18 21:46:48', '2023-09-18 21:46:48'),
(00000000000000002511, NULL, 'Nashim Ahmed', NULL, 'skrumi.in@gmail.com', 'dhaka', '01763256861', NULL, NULL, '$2y$10$hKemHqPZ9gXYRC3pO.SI6.j9H7hvZwp6pNll2AMRBqCwFFHHaUlVy', NULL, 2, 'user', '1', '2023-09-18 21:50:51', '2023-09-18 21:50:51'),
(00000000000000002512, NULL, 'Abdullah Mohammad Eunus', NULL, 'abdullah11@mygpsbd.net', 'dhaka', '01755536111', NULL, NULL, '$2y$10$Dycz1nKGIxtOpnKjEoNd6OfOK8yLEL.ryp/QTCGfjcvVdI8D7n8im', NULL, 2, 'user', '1', '2023-09-18 21:54:10', '2023-09-18 21:54:10'),
(00000000000000002513, NULL, 'Md Razvi Biswas', NULL, 'dxrobin8@gmail.com', 'dhaka', '01796597999', NULL, NULL, '$2y$10$mLb/NBBWblqTx0X/D.02xegDHYvgQU.bGWvVEFopY2BtmAieF6TQC', NULL, 2, 'user', '1', '2023-09-18 21:56:46', '2023-09-18 21:56:46'),
(00000000000000002514, NULL, 'Delowar hosen', NULL, 'delowar.hosen557@gmail.com', 'dhaka', '01685596102', NULL, NULL, '$2y$10$FF8qu2fVFMPBgzEG0IgiZOj99c5w/3PXw3VScZwHV86wiO1VxbgOK', NULL, 2, 'user', '1', '2023-09-18 21:59:51', '2023-09-18 21:59:51'),
(00000000000000002515, NULL, 'MD. AKIB HASAN', NULL, 'akib1344@hotmail.com', 'dhaka', '01715199608', NULL, NULL, '$2y$10$hcXEbuniFn/IPKZmEAsT9.L7sIKWl1GX3oe4SvV3ydKYjQFL5M8gy', NULL, 2, 'user', '1', '2023-09-18 22:05:59', '2023-09-18 22:05:59'),
(00000000000000002516, NULL, 'Md Nurul Huda Bijoy', NULL, 'bijoy2694@gmail.com', 'dhaka', '01769009054', NULL, NULL, '$2y$10$ykE13CmFtXHqJyX33I82/OWjOFDuHa6Es/5xbQy4AuoUEayjv1IW2', NULL, 2, 'user', '1', '2023-09-18 22:08:41', '2023-09-18 22:08:41'),
(00000000000000002517, NULL, 'Jahangir Aman', NULL, 'Jahangiraman0@gmail.com', 'dhaka', '01304159767', NULL, NULL, '$2y$10$.3W1DO30jWmAiFwmdYK1.Oje7zGbkFvBixdk1ytvBt7hmTJi0vXqW', NULL, 2, 'user', '1', '2023-09-18 22:18:24', '2023-09-18 22:18:24'),
(00000000000000002518, NULL, 'Anar Koli', NULL, NULL, 'dhaka', '01715955879', NULL, NULL, '$2y$10$Dwuw71EoMXjblnHRrKKtr.8u5kP2cM.x7Fey5uGBY0C5.Md1PF6Cm', NULL, 2, 'user', '1', '2023-09-18 22:21:36', '2023-09-18 22:21:36'),
(00000000000000002519, NULL, 'SAIM RANA', NULL, 'gm.saidulislamsi4800274@gmail.com', 'dhaka', '01999488933', NULL, NULL, '$2y$10$sj5y.zqg8eEtkj1YnIFFqepy3oMEsq4hnz3FwZ.zexAAMUwKq6C0q', NULL, 2, 'user', '1', '2023-09-18 22:24:45', '2023-09-18 22:24:45'),
(00000000000000002520, NULL, 'Md.moniruzzaman khan', NULL, 'khanmoniruzzaman31@gmail.com', 'dhaka', '01711203272', NULL, NULL, '$2y$10$gG5wQpogoC.fWhuedDf8pOVh.Py4YQCp5.iMfzMaHm.nZkxRFEQ9G', NULL, 2, 'user', '1', '2023-09-18 22:27:35', '2023-09-18 22:27:35'),
(00000000000000002521, NULL, 'Md SOLAYMAN', NULL, 'solaymd65@gmail.com', 'dhaka', '01792211276', NULL, NULL, '$2y$10$eRFroWzoEYUPu7dUocp0WeVIGvxv7UGEs0EBceCKjBbB9kseNzfCu', NULL, 2, 'user', '1', '2023-09-18 22:30:57', '2023-09-18 22:30:57'),
(00000000000000002522, NULL, 'Alom sentu', NULL, NULL, 'dhaka', '01713026414', NULL, NULL, '$2y$10$i7GDvAZ6VQBg0zmW/xovUuEGcnalnWTLdmd7fsyQIZh5GQyzBMtMS', NULL, 2, 'user', '1', '2023-09-18 22:33:35', '2023-09-18 22:33:35'),
(00000000000000002523, NULL, 'Khokon', NULL, NULL, 'dhaka', '01810453194', NULL, NULL, '$2y$10$9nQAxans0aSOmmaWjGF6JOv7KxZj8wNB6pXTZVek8XxhZ5e9PW/aq', NULL, 2, 'user', '1', '2023-09-18 22:35:56', '2023-09-18 22:35:56'),
(00000000000000002525, NULL, 'Moshiur Rahman Razu', NULL, 'razu@utechinfusion.com', 'dhaka', '01711850011', NULL, NULL, '$2y$10$bA/Pav2ktSQsq48dfvSzR.Ay9RKAsYDF2JGM3MxDOjU8BIdvvmF0i', NULL, 2, 'user', '1', '2023-09-19 21:17:28', '2023-09-19 21:17:28'),
(00000000000000002526, NULL, 'MD.SAIFUL DEWAN', NULL, 'saiful2060@mygpsbd.net', 'dhaka', '01724102060', NULL, NULL, '$2y$10$HHFqg08Cf7F/NGfwDQGVteiK/MKOqDwOityXFa6koTDo26nAvx8dq', NULL, 2, 'user', '1', '2023-09-19 21:22:20', '2023-09-19 21:22:20'),
(00000000000000002527, NULL, 'Mostafa Zaman', NULL, 'mostafazaman6@gmail.com', 'dhaka', '01752299773', NULL, NULL, '$2y$10$cyisXRPLxJGaul7YnYdLVOR6N4ezKPKClPjzdDDvWLP5YjCCTrUoe', NULL, 2, 'user', '1', '2023-09-19 21:26:13', '2023-09-19 21:26:13'),
(00000000000000002528, NULL, 'ISMAIL', NULL, 'pmoismail85@gmail.com', 'dhaka', '01921764663', NULL, NULL, '$2y$10$edz6Bs7HMfrB7yZd9Dqzy.kXw6HGGf3rDkEHGRp4HXVL8m9UXPEay', NULL, 2, 'user', '1', '2023-09-19 21:30:46', '2023-09-19 21:30:46'),
(00000000000000002529, NULL, 'Manir Hossain', NULL, 'manirhossain1981@gmail.com', 'dhaka', '01914751898', NULL, NULL, '$2y$10$Pgyw7.D3P.wInOcd45GEGOoRSTtumhjyqXqkolW91PR.tKeJneszC', NULL, 2, 'user', '1', '2023-09-19 21:34:31', '2023-09-19 21:34:31'),
(00000000000000002530, NULL, 'MD MAHBUBUZZAMAN', NULL, 'mahbubuzzaman007@gmail.com', 'dhaka', '01712933123', NULL, NULL, '$2y$10$7dCRF43m2.b15FeZybLGSeP5IyVfgfOyC1nHVf6IBuZCeL4B7GlVq', NULL, 2, 'user', '1', '2023-09-19 21:37:38', '2023-09-19 21:37:38'),
(00000000000000002531, NULL, 'S.M. NURUL HUDA', NULL, 'gcibangladesh@gmail.com', 'dhaka', '01719558555', NULL, NULL, '$2y$10$mZp1B7d1WBe3rrVtYVEpx.XkaR1HqNZSM3A4MaIqd1MZ6Fqjl36J2', NULL, 2, 'user', '1', '2023-09-19 21:41:07', '2023-09-19 21:41:07'),
(00000000000000002532, NULL, 'Abdullah al mamun', NULL, 'almamun43sg@gmail.com', 'dhaka', '01321095943', NULL, NULL, '$2y$10$Vnle3IEMzi65sAS0IhndberyClze43yZDNTQaC3Otxkmo1ztZZOeS', NULL, 2, 'user', '1', '2023-09-19 21:45:06', '2023-09-19 21:45:06'),
(00000000000000002533, NULL, 'Amir', NULL, 'amir.ahammad.renata@gmail.com', 'dhaka', '01716650404', NULL, NULL, '$2y$10$89R5mdJ5t2sEPKAfPONgUOTYD1RSFmlu10cWtG8V.WMHKi0yhrcle', NULL, 2, 'user', '1', '2023-09-19 21:49:24', '2023-09-19 21:49:24'),
(00000000000000002534, NULL, 'POARSH', NULL, 'porosd37@gmail.com', 'dhaka', '01979060509', NULL, NULL, '$2y$10$wnE.jhm/QuBkalbpOPpvPucckX2bf.G6cChLeiUapsea0M7p7RSpO', NULL, 2, 'user', '1', '2023-09-19 21:57:42', '2023-09-19 21:57:42'),
(00000000000000002536, NULL, 'Mamun', NULL, 'mamun53@mygpsbd.net', 'dhaka', '01715567953', NULL, NULL, '$2y$10$23zCnHKeAUYJtRIcNHW8SO4lau0Pn66TUfDIUKCrknLF1PJCqzPG2', NULL, 2, 'user', '1', '2023-09-19 22:07:39', '2023-09-19 22:07:39'),
(00000000000000002537, NULL, 'Md.Golam Rosul', NULL, 'rosulgolam99@gmail.com', 'dhaka', '01964691210', NULL, NULL, '$2y$10$8yaX9gx84Kt7rTr6lfOGx.IX4wVbP3ujgY4ikCqm4HJwJwc51YbuS', NULL, 2, 'user', '1', '2023-09-19 22:13:44', '2023-09-19 22:13:44'),
(00000000000000002538, NULL, 'Nazim Ahamed', NULL, 'nazim5bir@gmail.com', 'dhaka', '01730087617', NULL, NULL, '$2y$10$9RS3jzQMss0zk4ZQwbohAus4xsC1EaD41HB9xtmzOA163WDJRVdKO', NULL, 2, 'user', '1', '2023-09-19 22:17:50', '2023-09-19 22:17:50'),
(00000000000000002539, NULL, 'Siyam', NULL, 'siyamhosen11@gmail.com', 'dhaka', '01302476279', NULL, NULL, '$2y$10$zJ98..3bABslGA2FhJEppu7EdT2RHtBMU4GQzrDySIqDK47CqQhem', NULL, 2, 'user', '1', '2023-09-19 22:21:14', '2023-09-19 22:21:14'),
(00000000000000002540, NULL, 'MOHAMMAD ATAUR', NULL, 'ataurims@gmail.com', 'dhaka', '01790591028', NULL, NULL, '$2y$10$KI19Fat0Jnlz0vkBX39Kau.0IpLJjx4S2SiprY5xjwIJi4lZfwNla', NULL, 2, 'user', '1', '2023-09-19 22:24:27', '2023-09-19 22:24:27'),
(00000000000000002542, NULL, 'Rintu', NULL, 'rintu20@mygpsbd.net', 'dhaka', '01970777420', NULL, NULL, '$2y$10$b0h8J5kBXAQhkE8q298FVe.aWq9OwgE2bFcFQ9XecyldzFSx18rs6', NULL, 2, 'user', '1', '2023-09-19 22:32:54', '2023-09-19 22:32:54'),
(00000000000000002543, NULL, 'shamim Ahamed', NULL, 'sa@metro.net.bd', 'dhaka', '01712628656', NULL, NULL, '$2y$10$W0rMk9FTUREBeFhg0ilhhOhDGOJOomb.sP4e/loOu1liouk0Py6ui', NULL, 2, 'user', '1', '2023-09-19 22:35:34', '2023-09-19 22:35:34'),
(00000000000000002544, NULL, 'Mamun', NULL, 'mamunhowlader734@gmail.com', 'dhaka', '01738007847', NULL, NULL, '$2y$10$rHZSi7OUb.JHkhiTlzzodOt1mA0/UIsipmIoK/mJxmxJoXdweJwya', NULL, 2, 'user', '1', '2023-09-19 22:45:55', '2023-09-19 22:45:55'),
(00000000000000002545, NULL, 'Mashiul Alam', NULL, 'mashiul.fcc@gmail.com', 'dhaka', '00170072953', NULL, NULL, '$2y$10$xL1DySYPuXsg4iIxKrnkkuewb8a5MAArV8fCpIF2JNposelvnZiou', NULL, 2, 'user', '1', '2023-09-19 22:52:32', '2023-09-19 22:52:32'),
(00000000000000002546, NULL, 'shadud0', NULL, 'shadud55@mygpsbd.net', 'dhaka', '01711463355', NULL, NULL, '$2y$10$kX35KpGGbHXFczIf99WL8uEaIb9xLVZ/epweH.5Zp3syQvlc4jyh6', NULL, 2, 'user', '1', '2023-09-19 22:57:22', '2023-09-19 22:57:22'),
(00000000000000002547, NULL, 'Md nasir uddin', NULL, 'nasirapurbo795@gmail.com', 'dhaka', '01711450900', NULL, NULL, '$2y$10$3SqAt5KCves3NR601EbSyes9oyoowJN11yHt/fOP4.m0WSG7gQBCC', NULL, 2, 'user', '1', '2023-09-19 23:01:47', '2023-09-19 23:01:47'),
(00000000000000002548, NULL, 'Mohammad Mahfuz Alam', NULL, 'mahfuz.hemal@gmail.com', 'dhaka', '01911405062', NULL, NULL, '$2y$10$kmzJjeBzU7DZyyTfSuA2wOtj4binDbftv/AKRrxM09KXBC2mNvoyW', NULL, 2, 'user', '1', '2023-09-19 23:06:08', '2023-09-19 23:06:08'),
(00000000000000002549, NULL, 'Anjon Saha', NULL, 'anjon_007@icloud.com', 'dhaka', '01711150835', NULL, NULL, '$2y$10$wXnslELQOcsIuTLpapmez.bMPyxsnqr4WZ6n4XDtmi0N3FLh3yqUe', NULL, 2, 'user', '1', '2023-09-19 23:11:56', '2023-09-19 23:11:56'),
(00000000000000002550, NULL, 'Mamun', NULL, 'mamun345@mygpsbd.net', 'dhaka', '01713579345', NULL, NULL, '$2y$10$qQdCKRo4m9zE8pLESYf73OeDAE.vGVNQgc/y9tj8Vm3QBOlfx.p06', NULL, 2, 'user', '1', '2023-09-19 23:16:01', '2023-09-19 23:16:01'),
(00000000000000002552, NULL, 'Rahat', NULL, 'zoomcs84@gmail.com', 'dhaka', '01722416637', NULL, NULL, '$2y$10$K.uPl5JrIokDbTN/cu1sseCkpEX.gF5.aul5KgVi6A8.K1qzIKqhK', NULL, 2, 'user', '1', '2023-09-21 10:56:04', '2023-09-21 10:56:04'),
(00000000000000002553, NULL, 'Arif', NULL, NULL, 'dhaka', '01818548389', NULL, NULL, '$2y$10$2OJqrOyqu4uYiPIpZDUzauUfAXUJCUepdZPYxa0IdBK.5oUQ0Feta', NULL, 2, 'user', '1', '2023-09-21 11:01:21', '2023-09-21 11:01:21'),
(00000000000000002554, NULL, 'Md. Arif ahmad', NULL, NULL, 'dhaka', '01711401542', NULL, NULL, '$2y$10$g.hK07Cw2LZW3oaldpsgR.7T7VuWETS7ZaVvmtNEOOFqND2YTH6Xa', NULL, 2, 'user', '1', '2023-09-21 11:04:08', '2023-09-21 11:04:08'),
(00000000000000002557, NULL, 'md syful islam rasel', NULL, 'rasel1175@gmail.com', 'dhaka', '01722422476', NULL, NULL, '$2y$10$2sVJJWOjkgIKtRa/HTC7NuvVDFgQmprd/juhAgGedrovX4BbT2UGC', NULL, 2, 'user', '1', '2023-09-21 11:32:51', '2023-09-21 11:32:51'),
(00000000000000002558, NULL, 'Shafiqul', NULL, NULL, 'dhaka', '01712691313', NULL, NULL, '$2y$10$./pZGWcJychsBlLA0LJ.tu8.Hq7NAMKpM6w/Yw7hNIzn3I1Ks..YS', NULL, 2, 'user', '1', '2023-09-21 11:45:06', '2023-09-21 11:45:06'),
(00000000000000002559, NULL, 'MD.GOLAM MOSTOFA', NULL, NULL, 'dhaka', '01715186622', NULL, NULL, '$2y$10$1fwaDkEZEHrkzUptlj7HvuheHtxa6vev5ZF7xsMfXgh4Wr1JmD8PO', NULL, 2, 'user', '1', '2023-09-21 11:47:39', '2023-09-21 11:47:39'),
(00000000000000002560, NULL, 'Polash Datto', NULL, 'Polashdatto07@gmail.com', 'dhaka', '01908543520', NULL, NULL, '$2y$10$6.IVhfsWZipmsHTZ36qr/OvGWBh1pf32RLVfx.Sgr6ZLNnphDiQqO', NULL, 2, 'user', '1', '2023-09-21 12:06:24', '2023-09-21 12:06:24'),
(00000000000000002561, NULL, 'Md.jakir hossen', NULL, 'sjakir377@gmail.com', 'dhaka', '01712149259', NULL, NULL, '$2y$10$dde8Z5WgbXNbAjA.y3GOcOt5Nr3Zj6HodsqhYUkUuI25SufcGvd6y', NULL, 2, 'user', '1', '2023-09-21 12:12:17', '2023-09-21 12:12:17');
INSERT INTO `users` (`id`, `lebel_id`, `name`, `nid`, `email`, `address`, `phone`, `alter_phone`, `email_verified_at`, `password`, `remember_token`, `role`, `type`, `user_type`, `created_at`, `updated_at`) VALUES
(00000000000000002562, NULL, 'Alamgir hossain', NULL, 'alamgirhossain73460@gmail.com', 'dhaka', '01711077858', NULL, NULL, '$2y$10$PvYRbOFogUSFiH/wGmb75.y6XXfbz2Qn5za2W4FeKKsBbdddBzD1O', NULL, 2, 'user', '1', '2023-09-21 12:16:16', '2023-09-21 12:16:16'),
(00000000000000002563, NULL, 'Mohammad Solayman', NULL, 'write2solayman@gmail.com', 'dhaka', '01678134520', NULL, NULL, '$2y$10$IL1hS/g68khwKFnBA08gW.bgXr9QXGQWiYUqciirMlgRpVaCSbr7G', NULL, 2, 'user', '1', '2023-09-21 12:18:47', '2023-09-21 12:18:47'),
(00000000000000002566, NULL, 'Zan e alam', NULL, 'nabi.alviint@yahoo.com', 'dhaka', '01713482200', NULL, NULL, '$2y$10$78vj1yg7yy3lQyJIUj7gzOJO3gbdgZ6CrqgcrxwgaYMR/yvGskBKG', NULL, 2, 'user', '1', '2023-09-21 13:14:44', '2023-09-21 13:14:44'),
(00000000000000002567, NULL, 'Ataur', NULL, NULL, 'dhaka', '01972434994', NULL, NULL, '$2y$10$vLv7/vshFaqTwh.tvLmAluvllNPcjVUPIVzsOSE7ftqxtHBn69/kC', NULL, 2, 'user', '1', '2023-09-21 13:24:49', '2023-09-21 13:24:49'),
(00000000000000002568, NULL, 'RONY AMBULANGE', NULL, 'ronitoma41@gmail.com', 'dhaka', '01849487341', NULL, NULL, '$2y$10$ssBdaFt74BXhUM80TKZfrOVjQZrUjkNdJuEV37ZBPPY0jEuLajtaq', NULL, 2, 'user', '1', '2023-09-21 13:28:11', '2023-09-21 13:28:11'),
(00000000000000002571, NULL, 'A.H KHAN', NULL, 'khan@ifxlogisticsbdltd.com', 'dhaka', '01670171329', NULL, NULL, '$2y$10$fqP3KLhb0zPJ0GQm5u53.OP.2s8S3t.2yCFz71sxBkJbos/TCR0b2', NULL, 2, 'user', '1', '2023-09-21 13:37:24', '2023-09-21 13:37:24'),
(00000000000000002572, NULL, 'Shahriar Babla', NULL, 'shahriarbabla565@gmail.com', 'dhaka', '01303733794', NULL, NULL, '$2y$10$pluObiGq7u0HS07jfAG12.SgFGjR744eL9pIi4miJDOFp2RcQ9PpK', NULL, 2, 'user', '1', '2023-09-21 13:43:11', '2023-09-21 13:43:11'),
(00000000000000002573, NULL, 'MD.REZOAN RABBI', NULL, NULL, 'dhaka', '01768630092', NULL, NULL, '$2y$10$E13IjuOn3jf37jRHnQXZE.xdVhTYskm9yo6SqYpQ5LdXcmcO1n.A6', NULL, 2, 'user', '1', '2023-09-21 13:49:29', '2023-09-21 13:49:29'),
(00000000000000002574, NULL, 'Md.Babul hossain sabuj', NULL, 'mia814742@gamil.com', 'dhaka', '01972487788', NULL, NULL, '$2y$10$QXqYLo13dl6qCtIdTONw2O/c4cWBfvdQQ46SoBlk4y5xAxC9O8Aae', NULL, 2, 'user', '1', '2023-09-21 13:52:59', '2023-09-21 13:52:59'),
(00000000000000002575, NULL, 'Nobel', NULL, 'nobelfana53@gmail.com', 'dhaka', '01731255493', NULL, NULL, '$2y$10$Ych2qk5.BtFXT9NpQ.jjhutM/JPEu8dVVm5BqAPhdnig1AwhIqdsu', NULL, 2, 'user', '1', '2023-09-21 14:00:34', '2023-09-21 14:00:34'),
(00000000000000002578, NULL, 'Rashedul Islam', NULL, 'irashed474@gmail.com', 'dhaka', '01625345695', NULL, NULL, '$2y$10$l0mBwXb1BzXZ8Vzq7XOoTOfeqP4h2QImVuSGs5HIgjBhYv/GU/d7S', NULL, 2, 'user', '1', '2023-09-21 14:15:02', '2023-09-21 14:15:02'),
(00000000000000002579, NULL, 'Abdul Monin', NULL, NULL, 'dhaka', '01766302131', NULL, NULL, '$2y$10$kj0GSvMlF1W03yo533ScJuNknsJMyz93WNjhFzhtnUZl45EJ6wc/u', NULL, 2, 'user', '1', '2023-09-21 15:03:49', '2023-09-21 15:03:49'),
(00000000000000002582, NULL, 'belal uddin ahmed', NULL, NULL, 'dhaka', '01919476390', NULL, NULL, '$2y$10$EtavLdcCaGv7I5WpggoeaeLsgY0Q8t3n89K2giLYAO6pGtEAr7E.O', NULL, 2, 'user', '1', '2023-09-21 15:32:01', '2023-09-21 15:32:01'),
(00000000000000002583, NULL, 'SAJEDUL ISLAM SUMON', NULL, NULL, 'dhaka', '01713576837', NULL, NULL, '$2y$10$Y8X2jO0S1wgYPnOYEb.GmeO8IZJBmyMDTJYQI3KJ2G8uVt1FtWaei', NULL, 2, 'user', '1', '2023-09-21 15:38:50', '2023-09-21 15:38:50'),
(00000000000000002584, NULL, 'Manik Chandra Debnath', NULL, 'manikchandradebnath8@Gmail.com', 'dhaka', '01712877727', NULL, NULL, '$2y$10$/pg0PFWnJ1Y2miKYk/fHD.OQoUfWctmPWj3JCbv/trNM8hpUozOWO', NULL, 2, 'user', '1', '2023-09-21 15:46:07', '2023-09-21 15:46:07'),
(00000000000000002586, NULL, 'Md Robin Ahmad', NULL, NULL, 'dhaka', '01791413243', NULL, NULL, '$2y$10$Y/2i4XXOYI6vCGtscB.yfuZ6tG2TSNZaCKOsBp2XgZLRV4asslKFK', NULL, 2, 'user', '1', '2023-09-21 15:55:59', '2023-09-21 15:55:59'),
(00000000000000002587, NULL, 'Asaduzzaman Noor', NULL, 'noor.asaduzzaman@yahoo.com', 'dhaka', '01747942611', NULL, NULL, '$2y$10$FtRqVaUPWdUugajjgrqQl.bv993iXGaZYuI7rmnmXrVaP4HJXVVXy', NULL, 2, 'user', '1', '2023-09-21 15:59:09', '2023-09-21 15:59:09'),
(00000000000000002588, NULL, 'Rofiqul islam', NULL, NULL, 'dhaka', '01712032205', NULL, NULL, '$2y$10$8NcNUJtWQo1NkG0DlE0nP.0xxMCBUHGnH7CzEJDMbqX2mn1jvdbVa', NULL, 2, 'user', '1', '2023-09-21 16:30:41', '2023-09-21 16:30:41'),
(00000000000000002589, NULL, 'johirul', NULL, NULL, 'dhaka', '01714572946', NULL, NULL, '$2y$10$Hj/3PEPYQZsAiqeSwnnay.rbFVfVLvKgJOg1JKClhkk4JVdwdVkam', NULL, 2, 'user', '1', '2023-09-21 16:33:03', '2023-09-21 16:33:03'),
(00000000000000002591, NULL, 'SOHAG', NULL, NULL, 'dhaka', '01919179438', NULL, NULL, '$2y$10$8Xqg.uUukqi9pWHUcB8xqOPY2porpoD/26d02RTk.O640POIbuk8a', NULL, 2, 'user', '2', '2023-09-21 16:43:09', '2023-09-21 16:43:09'),
(00000000000000002592, NULL, 'salim', NULL, NULL, 'dhaka', '01718374588', NULL, NULL, '$2y$10$4cTBh8GB1cmyW0qKxAj1U.1mB7QbDHMGn336bC4ZXfZVBHA0yJj7m', NULL, 2, 'user', '1', '2023-09-21 16:47:01', '2023-09-21 16:47:01'),
(00000000000000002594, NULL, 'Mohammad Salauddin', NULL, NULL, 'dhaka', '01727591602', NULL, NULL, '$2y$10$.mw9GJbVeWU8WELfkpPqmebW1B/.HSVRxiQ6F.QG7SzC0n8sr6LuC', NULL, 2, 'user', '1', '2023-09-21 16:57:00', '2023-09-21 16:57:00'),
(00000000000000002595, NULL, 'MD. MAJIBUR RAHMAN', NULL, 'mujibsbl2009@gmail.com', 'dhaka', '01716856169', NULL, NULL, '$2y$10$xGR5Xrjy1eLN2uBPwoO4x.C4chgu0EpFJT3b6uzpKNRPXWyuy3hhG', NULL, 2, 'user', '1', '2023-09-21 17:06:16', '2023-09-21 17:06:16'),
(00000000000000002596, NULL, 'AL IMRAN MAHMUD', NULL, 'raha009@gmail.com', 'dhaka', '01716474393', NULL, NULL, '$2y$10$XOS.5yOuCL8.6ZY4We9Rquksa8GLOh2g6ufOJeeOqgokKuD0RVO.K', NULL, 2, 'user', '1', '2023-09-21 17:09:07', '2023-09-21 17:09:07'),
(00000000000000002598, NULL, 'Sujon', NULL, 'sujonahmed3315@gmail.com', 'dhaka', '01877055158', NULL, NULL, '$2y$10$3Z7W31OqZdUMGCSOkF5h/.45goVXIVgRmfpuOrXMLL5NIKVbC8GH2', NULL, 2, 'user', '1', '2023-09-21 17:14:48', '2023-09-21 17:14:48'),
(00000000000000002600, NULL, 'Alhaz S M A Oarez Naeem', NULL, 'naeementerprise8@gmail.com', 'dhaka', '01973002166', NULL, NULL, '$2y$10$lkDkVcfnBnpiX9WYBX..xeduN72YJdx/XfByusbUPzoVGktywci.O', NULL, 2, 'user', '2', '2023-09-21 17:22:59', '2023-09-21 17:22:59'),
(00000000000000002601, NULL, 'ABDUR RAHMAN', NULL, 'abdurrahman.ar852@gmail.com', 'dhaka', '01964901104', NULL, NULL, '$2y$10$0cWpQl16SC5qWozj9AwtDeUHbbMjht4NgWBFyIdNAX5tPKSD5Z8eC', NULL, 2, 'user', '1', '2023-09-21 17:26:10', '2023-09-21 17:26:10'),
(00000000000000002603, NULL, 'Abu sayed', NULL, NULL, 'dhaka', '01716976654', NULL, NULL, '$2y$10$lgwpgETz1TrNgSvk6f50pOXX.ZL5gJVAOXahMheky6x.nZvrpPhge', NULL, 2, 'user', '1', '2023-09-23 12:14:39', '2023-09-23 12:14:39'),
(00000000000000002604, NULL, 'Captain Shadman Sakib', NULL, 'shadmansakib.ss@gmail.com', 'dhaka', '01680735080', NULL, NULL, '$2y$10$vH6OeL0IqHR4hCvJ1.5A1OMFx6F0490GLipQHxudsaNYZVy6aW0bS', NULL, 2, 'user', '1', '2023-09-23 12:19:19', '2023-09-23 12:19:19'),
(00000000000000002605, NULL, 'Jahid Alam', NULL, NULL, 'dhaka', '01703887606', NULL, NULL, '$2y$10$Tit/LHnlT0xviUVYMuIqgOdhHMZctytSSFT.sQ4/LzNHxwmKd5S2u', NULL, 2, 'user', '1', '2023-09-23 12:22:50', '2023-09-23 12:22:50'),
(00000000000000002606, NULL, 'shafiqul', NULL, NULL, 'dhaka', '01675909563', NULL, NULL, '$2y$10$741GG1TKOaBNOlnrG8tIU.S.dAzHWBoRBJ7lAm3j9vS3TMYnmsSCi', NULL, 2, 'user', '1', '2023-09-23 12:27:32', '2023-09-23 12:27:32'),
(00000000000000002607, NULL, 'Shahin', NULL, NULL, 'dhaka', '01942838684', NULL, NULL, '$2y$10$C0Cy05NDGpLrtmvPaARu1OASUNR6eftbZ7yaVlP0fL2RkJU167/hm', NULL, 2, 'user', '1', '2023-09-23 12:32:56', '2023-09-23 12:32:56'),
(00000000000000002608, NULL, 'Liton', NULL, NULL, 'dhaka', '01712218768', NULL, NULL, '$2y$10$RuXp6ylhPCLbZqHZppkgiOp2VrOv.iCuWqifYLX3alZQ3i/QPzJcO', NULL, 2, 'user', '1', '2023-09-23 13:17:52', '2023-09-23 13:17:52'),
(00000000000000002609, NULL, 'Mamun', NULL, NULL, 'dhaka', '01305403498', NULL, NULL, '$2y$10$XhUv/Dkf5EWRAdECwGxeueDi/hzENLUJoRuMSYCVLDiqS.zKRtt5O', NULL, 2, 'user', '1', '2023-09-23 13:21:18', '2023-09-23 13:21:18'),
(00000000000000002610, NULL, 'Munjunur Rashid Jony', NULL, NULL, 'dhaka', '01733170213', NULL, NULL, '$2y$10$.SibmSPC6Qp711HD9C9az.sCdV.tAu92rEpziCNC6RHWJjM32XCFS', NULL, 2, 'user', '1', '2023-09-23 13:23:52', '2023-09-23 13:23:52'),
(00000000000000002611, NULL, 'Nasrin zaman', NULL, 'nasrinzaman1998@gmail.com', 'dhaka', '01673732169', NULL, NULL, '$2y$10$O0bz4ltXzYXGx77mL5GhEOSFMctYsIgWCefJc1yqGk4cANXcA6ieG', NULL, 2, 'user', '1', '2023-09-23 13:26:11', '2023-09-23 13:26:11'),
(00000000000000002612, NULL, 'Nilufar akhter', NULL, NULL, 'dhaka', '01711479807', NULL, NULL, '$2y$10$wOsnd88cY5mL/caXkjf.kO/3DsINc3nvsnslBimHhQVQM7hIrtEC.', NULL, 2, 'user', '1', '2023-09-23 13:30:47', '2023-09-23 13:30:47'),
(00000000000000002614, NULL, 'Harun', NULL, NULL, 'dhaka', '01714532960', NULL, NULL, '$2y$10$jk.PdCeAxOgiO9u4vlIMA..e/51lpUmAUzaeqO6D1BoFUwjUbdqN.', NULL, 2, 'user', '1', '2023-09-23 13:38:05', '2023-09-23 13:38:05'),
(00000000000000002615, NULL, 'Aneek Rahman', NULL, NULL, 'dhaka', '01711467855', NULL, NULL, '$2y$10$G2ma6YIKKxYrkVjc5QtO5exW0OaCB4Rrbe7yMWyjtm.5qMXwp6sWy', NULL, 2, 'user', '1', '2023-09-23 13:40:52', '2023-09-23 13:40:52'),
(00000000000000002616, NULL, 'Aman', NULL, NULL, 'dhaka', '1970888899', NULL, NULL, '$2y$10$20v289PjvJ1L.AYiQ/AsnOsnHw4TYND2A1BbWOzvF5OVwJEJi7RvW', NULL, 2, 'user', '2', '2023-09-23 13:47:50', '2023-09-23 13:47:50'),
(00000000000000002617, NULL, 'Md.tarak', NULL, 'mdtarak947@gmail.com', 'dhaka', '01710176345', NULL, NULL, '$2y$10$/zjmDFiF3zAnQ/BGfNC52en.Br3P1oyENONpuOp/MmcOcxt1n.q4.', NULL, 2, 'user', '1', '2023-09-23 13:50:28', '2023-09-23 13:50:28'),
(00000000000000002618, NULL, 'Md. Abir Hossain Brinto', NULL, 'abirbrintoahb@gmail.com', 'dhaka', '01990577512', NULL, NULL, '$2y$10$jMFhHL5e04lPwMBGaLnu2uVgtVAw7YkJMWkeDV.W36N63GyEgfKci', NULL, 2, 'user', '1', '2023-09-23 14:01:29', '2023-09-23 14:01:29'),
(00000000000000002623, NULL, 'Md Shamsul Alam bhuiyan', NULL, 'ramonbhuiyan@gmail.com', 'dhaka', '01988228888', NULL, NULL, '$2y$10$fwWz27QlDSHZ/zidIzqSfu0.MAvGwVssLjTAoADVXt/oterJXy3BS', NULL, 2, 'user', '1', '2023-09-23 14:25:40', '2023-09-23 14:25:40'),
(00000000000000002624, NULL, 'Shamshur', NULL, NULL, 'dhaka', '01711352073', NULL, NULL, '$2y$10$HGjY.GA6OLEAPCMWWt.W3uxZxmADI.BMmNIjpSCTe/r6oxBuMa.m2', NULL, 2, 'user', '2', '2023-09-23 14:31:34', '2023-09-23 14:31:34'),
(00000000000000002625, NULL, 'Topu Rayhan', NULL, NULL, 'dhaka', '01939293990', NULL, NULL, '$2y$10$1NYAyv6DO0i1Py2QIkgx9uU3xRuxQAbhh62KCNu/43REZ.8AOsZpG', NULL, 2, 'user', '1', '2023-09-23 14:38:18', '2023-09-23 14:38:18'),
(00000000000000002626, NULL, 'ISHAQ MAMUN', NULL, NULL, 'dhaka', '01711289213', NULL, NULL, '$2y$10$6YpWT0Rhb6v4rp79MZLiO.5bnUQaHejho7YlBp4tlMhAS51oxmOjW', NULL, 2, 'user', '1', '2023-09-23 14:43:09', '2023-09-23 14:43:09'),
(00000000000000002628, NULL, 'Samrat', NULL, 'mdrifatkhanyahoo360@gmail.com', 'dhaka', '01845935634', NULL, NULL, '$2y$10$AHNceyf5OGnX1h1kv.rlAO01jl3K/hb1UiYGGLeSNF9GvZzpqtYsy', NULL, 2, 'user', '1', '2023-09-23 14:50:32', '2023-09-23 14:50:32'),
(00000000000000002629, NULL, 'Abu Sayem Rana', NULL, 'ranasayem21@gmail.com', 'dhaka', '01996204155', NULL, NULL, '$2y$10$pn/V/D16OwMMFzOoAiJyuOv/CRJ.dSFl.uX6ZtX0lypwLAQCjpMOy', NULL, 2, 'user', '1', '2023-09-23 14:58:36', '2023-09-23 14:58:36'),
(00000000000000002630, NULL, 'Samin', NULL, NULL, 'dhaka', '01819088212', NULL, NULL, '$2y$10$6xWvSnoH2xgl2P2zHYP7VOt1ZfX8dTH/RfCqNsR9xKP6tQCZtMD7m', NULL, 2, 'user', '1', '2023-09-23 15:04:37', '2023-09-23 15:04:37'),
(00000000000000002633, NULL, 'Md. Rabid Rishad', NULL, NULL, 'dhaka', '01511211555', NULL, NULL, '$2y$10$qekRfxBNXwRRKhqGQlWZ/.EqcsVTj48ynfNsSALz5zbRYC2JmM8Ei', NULL, 2, 'user', '1', '2023-09-23 15:12:56', '2023-09-23 15:12:56'),
(00000000000000002634, NULL, 'Ferdus', NULL, NULL, 'dhaka', '01717442250', NULL, NULL, '$2y$10$d4GAQuc6dpo4vWIIsQTXqOQVCLL.JKNcVhSf4npXGY7ysNw8Tsp4S', NULL, 2, 'user', '1', '2023-09-23 15:15:38', '2023-09-23 15:15:38'),
(00000000000000002638, NULL, 'Adv. Mainuddin', NULL, NULL, 'dhaka', '01819878466', NULL, NULL, '$2y$10$nhWL61pw44IosfkNHcujFeyMXaH5yIEk58i.eS0KaVZVdgOYvudKe', NULL, 2, 'user', '1', '2023-09-23 15:35:46', '2023-09-23 15:35:46'),
(00000000000000002639, NULL, 'Rubel', NULL, 'rubel.bangladesh007@gmail.com', 'dhaka', '01712092994', NULL, NULL, '$2y$10$AuyDnzSiilTYMuztHgGvI.O1VtHwHjWKZsz3rWEnN8cFMXTBjD2re', NULL, 2, 'user', '1', '2023-09-23 15:38:38', '2023-09-23 15:38:38'),
(00000000000000002640, NULL, 'MILON', NULL, 'miahbd999@gmail.com', 'dhaka', '01731560567', NULL, NULL, '$2y$10$IuARdAUuUy20BxPacU.UneikO2shlEtol8N.irypdKhdRTDwY5FlO', NULL, 2, 'user', '1', '2023-09-23 15:57:54', '2023-09-23 15:57:54'),
(00000000000000002641, NULL, 'BAKI BILLA', NULL, NULL, 'dhaka', '01723639971', NULL, NULL, '$2y$10$cELD7ncqc1ZErQuAiXYFieeS7cW0HdG483ZLtm9aJsIS0r9RuYxFW', NULL, 2, 'user', '1', '2023-09-23 16:08:52', '2023-09-23 16:08:52'),
(00000000000000002642, NULL, 'Balayet Hossain', NULL, NULL, 'dhaka', '01914160767', NULL, NULL, '$2y$10$rtmwgoWnRZfX4zNf290u0uDApWO5IYsos2J5aTlzuP/gUyluLEuTi', NULL, 2, 'user', '1', '2023-09-23 16:11:28', '2023-09-23 16:11:28'),
(00000000000000002643, NULL, 'Md J. Ferdous Anjel', NULL, 'anjelcreationsbd@gmail.com', 'dhaka', '01793171888', NULL, NULL, '$2y$10$5joj2Hg9U91gzYu8wWgOOub2pqNoCer6yZa0fXS47CNN62NzMUBw2', NULL, 2, 'user', '1', '2023-09-23 16:30:51', '2023-09-23 16:30:51'),
(00000000000000002647, NULL, 'Atikur Rahman', NULL, NULL, 'dhaka', '01717352517', NULL, NULL, '$2y$10$pzrANytjKg0V7Mw.lULrZ.xZlhrywDJnSwt7Hnrnby2.GwXqdltIe', NULL, 2, 'user', '1', '2023-09-24 09:56:47', '2023-09-24 09:56:47'),
(00000000000000002648, NULL, 'Md.shohel RanaIm', NULL, 'Sohelrana805392@gmail.com', 'dhaka', '01791805392', NULL, NULL, '$2y$10$HqPJODlWQjp3qBNX5blrpOp8Bn1THEseV6mrP7IyT/SSJb8DM.qS.', NULL, 2, 'user', '1', '2023-09-24 10:00:25', '2023-09-24 10:00:25'),
(00000000000000002649, NULL, 'NAZRUL', NULL, NULL, 'dhaka', '01920993056', NULL, NULL, '$2y$10$EHQ6leEFT8L.JXkedG6sauw6XP9TAOX7lvby7QK6aUk3uKyFenbhe', NULL, 2, 'user', '1', '2023-09-24 10:06:41', '2023-09-24 10:06:41'),
(00000000000000002650, NULL, 'Sultan Mahmud', NULL, 'sultan012485@gmail.com', 'dhaka', '01819473722', NULL, NULL, '$2y$10$R1Pnicex9VHmkX.6JeXwOuEh9z5.laTsvB3HVLHadymKpRU5fDgp6', NULL, 2, 'user', '1', '2023-09-24 10:18:20', '2023-09-24 10:18:20'),
(00000000000000002651, NULL, 'JAKIR  AHMED SHILU', NULL, NULL, 'dhaka', '01713084202', NULL, NULL, '$2y$10$k7Oa45D6K9NcG0pX2.Yw8.jh/Vh.rNgNuE.f9OtDj3i/UCqqTF2ya', NULL, 2, 'user', '1', '2023-09-24 10:26:23', '2023-09-24 10:26:23'),
(00000000000000002653, NULL, 'Shawon', NULL, NULL, 'dhaka', '1611903541', NULL, NULL, '$2y$10$y8ncW56NYBxU7wA0838HCOEuu5.x8RqEObAcfzCH0Q5opJznIEwUe', NULL, 2, 'user', '1', '2023-09-24 10:45:16', '2023-09-24 10:45:16'),
(00000000000000002655, NULL, 'MD. JOBAYER RAHMAN', NULL, 'neahanuha@gmail.com', 'dhaka', '01612748644', NULL, NULL, '$2y$10$xNIPAz/hRwqdR0ee6cVcpehYdi0fEWwMW655Wc2M3xbdqBIO9GujS', NULL, 2, 'user', '1', '2023-09-24 11:01:54', '2023-09-24 11:01:54'),
(00000000000000002657, NULL, 'AHIDUR RAHMAN KHAN', NULL, 'ratan.econ39.ju@gmail.com', 'dhaka', '01917007694', NULL, NULL, '$2y$10$oUt6T6dKVX5SdzYQtEX7ZO2IRQOXPyJFOpJyJ3zpfoa1OuulSUmA.', NULL, 2, 'user', '1', '2023-09-24 11:13:55', '2023-09-24 11:13:55'),
(00000000000000002658, NULL, 'Md. Abu Taher', NULL, NULL, 'dhaka', '01977207970', NULL, NULL, '$2y$10$G2S56ZCDPWt9q31NINjVhuqmxftGstgM2tNrYYi5L7fa3n.SS2zZ.', NULL, 2, 'user', '1', '2023-09-24 11:17:58', '2023-09-24 11:17:58'),
(00000000000000002659, NULL, 'SELIM REZA', NULL, 'magurarealestate2020@gmail.com', 'dhaka', '01727849427', NULL, NULL, '$2y$10$JFgXqAKa5GYF.aQvLaqKUOvSt8Pb2Wx8VXG7Nm5Wuvl94tVJYlMwO', NULL, 2, 'user', '1', '2023-09-24 11:22:14', '2023-09-24 11:22:14'),
(00000000000000002661, NULL, 'Aminul Islam Rana', NULL, 'gkus051988@gmail.com', 'dhaka', '01785098758', NULL, NULL, '$2y$10$Ky/m6Z3BYEHyUsSUdKQJ5e0zFI001aBxNkrgfD7alza./5B2zl.Ei', NULL, 2, 'user', '1', '2023-09-24 11:30:52', '2023-09-24 11:30:52'),
(00000000000000002662, NULL, 'MD.SAMSUL HUDA', NULL, 'huda.arkay@gmail.com', 'dhaka', '01715224989', NULL, NULL, '$2y$10$dXWa96TEqiV/7OSG0yJ3W.DI70twiJ5rXtlof4nlhAcTy6XfuGor.', NULL, 2, 'user', '1', '2023-09-24 12:08:23', '2023-09-24 12:08:23'),
(00000000000000002663, NULL, 'MD REZAUL KABIR', NULL, NULL, 'dhaka', '01711368713', NULL, NULL, '$2y$10$N5aX0ApVfvZFH90gDB7LVewsfx0Wb6BpF.NCYwyXbdjy2MJN982dy', NULL, 2, 'user', '1', '2023-09-24 12:15:33', '2023-09-24 12:15:33'),
(00000000000000002664, NULL, 'Khorshed Alam', NULL, NULL, 'dhaka', '01714687294', NULL, NULL, '$2y$10$RL2vaAmVlJ2n.izrLsC31eKkSbc5iOhSMMiT3bqH64vM0PeqY.lUi', NULL, 2, 'user', '1', '2023-09-24 12:33:10', '2023-09-24 12:33:10'),
(00000000000000002667, NULL, 'Md.Mizanur Rahman', NULL, 'mizanurcp10004@gmail.com', 'dhaka', '01690264057', NULL, NULL, '$2y$10$f56EfOWedB.0T/EY8Z5CX.YTToVoERr1vdg49niILrEmnO6wOm1vy', NULL, 2, 'user', '1', '2023-09-24 12:50:37', '2023-09-24 12:50:37'),
(00000000000000002668, NULL, 'Atuar', NULL, NULL, 'dhaka', '01891858544', NULL, NULL, '$2y$10$/sKxOA3Jyqv5SU1k.H7npec7mnxeh5qDhFYh/ihydxKyyTxpDxZRG', NULL, 2, 'user', '1', '2023-09-24 12:54:55', '2023-09-24 12:54:55'),
(00000000000000002669, NULL, 'Emros Khan', NULL, NULL, 'dhaka', '01815103056', NULL, NULL, '$2y$10$8ClmCaD9X9mpUoH.nk2ZNuDDvd1AV8U4zJ300t9/apchLFROrnZXa', NULL, 2, 'user', '1', '2023-09-24 12:59:28', '2023-09-24 12:59:28'),
(00000000000000002671, NULL, 'KAMAL UDDIN', NULL, NULL, 'dhaka', '01976792557', NULL, NULL, '$2y$10$ogb6bLdHm2I/CG9t.Zju5OgXn7UgOm29liiSx42yVc4y0YLf4kKtq', NULL, 2, 'user', '1', '2023-09-24 13:08:53', '2023-09-24 13:08:53'),
(00000000000000002675, NULL, 'Khandaker Hatem', NULL, NULL, 'dhaka', '01819127140', NULL, NULL, '$2y$10$9SNVfFWM4zjuEkq/Z3G5We5SH8BvtexLHqgt69sGbd/7SaPzbuX0y', NULL, 2, 'user', '1', '2023-09-24 13:24:57', '2023-09-24 13:24:57'),
(00000000000000002676, NULL, 'BABAR', NULL, NULL, 'dhaka', '01713239933', NULL, NULL, '$2y$10$H04LXSEJaVyE/fiQynbCe.D/IrtX/3cdJ816EgE5Z20.39SSgc89S', NULL, 2, 'user', '1', '2023-09-24 14:57:15', '2023-09-24 14:59:00'),
(00000000000000002677, NULL, 'Kamruzzaman', NULL, 'zaman13169@gmail.com', 'dhaka', '01762551042', NULL, NULL, '$2y$10$yaTwk3n.X7i6nFZRj9zu7.CzzkLT.iejA6od7GRZSWK0LLgbdtv0C', NULL, 2, 'user', '1', '2023-09-24 15:02:59', '2023-09-24 15:02:59'),
(00000000000000002678, NULL, 'JOWEL', NULL, NULL, 'dhaka', '01719966278', NULL, NULL, '$2y$10$2zOf/VrcwPZfz3QbJwR5ou/OXhZXhmjlaVPWsK4G3VYzSDLkfgC0.', NULL, 2, 'user', '1', '2023-09-24 15:20:26', '2023-09-24 15:20:26'),
(00000000000000002679, NULL, 'MOHAMMAD  ZAHANGIR MOLLA', NULL, NULL, 'dhaka', '01760937679', NULL, NULL, '$2y$10$qBFc565.9KYKST591i/JV.mDuQRq2S.iFSrsOYw50cfzBKXlI4R3y', NULL, 2, 'user', '1', '2023-09-24 15:25:35', '2023-09-24 15:25:35'),
(00000000000000002680, NULL, 'Mosleh Uddin', NULL, NULL, 'dhaka', '01711119875', NULL, NULL, '$2y$10$.i2hNzgjStgKIRVQnN8zk.qrIwddgMh9pIGV7GvWKMuf3FZvpJC72', NULL, 2, 'user', '1', '2023-09-24 15:28:27', '2023-09-24 15:28:27'),
(00000000000000002681, NULL, 'Al Amin', NULL, NULL, 'dhaka', '01781050555', NULL, NULL, '$2y$10$icG4PAbVlrrpwDrZ.OOzMe9aFUG7DHOdPTdRlPjgQa5Dycj0JkOaS', NULL, 2, 'user', '1', '2023-09-24 15:36:07', '2023-09-24 15:36:07'),
(00000000000000002684, NULL, 'Aminul Islam', NULL, 'aminulislam91284@gmail.com', 'dhaka', '01718932024', NULL, NULL, '$2y$10$NaBqhnlKfEaqjeS2/ROge.OdFnev6Rt56ZBvotVuN8oKUItEGEKlG', NULL, 2, 'user', '1', '2023-09-24 15:54:59', '2023-09-24 15:54:59'),
(00000000000000002685, NULL, 'Kazi Rayhan', NULL, NULL, 'dhaka', '01712228888', NULL, NULL, '$2y$10$fmVIKPLcISAtPyUeYnHJ0urXRqxFsPwTfWStik7W6S9Lp5TZBXaTa', NULL, 2, 'user', '1', '2023-09-24 15:59:42', '2023-09-24 15:59:42'),
(00000000000000002686, NULL, 'Al imran', NULL, 'alimranesg14iu@gmail.com', 'dhaka', '01727062610', NULL, NULL, '$2y$10$Pwd1/iyns.C/FVtG/NAVfu0mpIdUNIqyo.l.xcBHTCckjmoQZNiQW', NULL, 2, 'user', '1', '2023-09-24 16:02:57', '2023-09-24 16:02:57'),
(00000000000000002687, NULL, 'Md.Mahbubul Alam', NULL, 'mahathirmahbub29@gmail.com', 'dhaka', '01616896888', NULL, NULL, '$2y$10$lVU4Q32xMV/0zhDpizDy5.ZlENAWrim0TIziIEOsvDYxJSrB423MG', NULL, 2, 'user', '1', '2023-09-24 16:06:21', '2023-09-24 16:06:21'),
(00000000000000002688, NULL, 'Borhan', NULL, NULL, 'dhaka', '01550155279', NULL, NULL, '$2y$10$4W5tCVTuocs6TyqCbEBSgu5TgYUNmj2YkdX4qu3JFLEW933MjcQ1e', NULL, 2, 'user', '1', '2023-09-24 16:11:45', '2023-09-24 16:11:45'),
(00000000000000002689, NULL, 'md. aktarul badsha', NULL, NULL, 'dhaka', '01740827975', NULL, NULL, '$2y$10$u4bP.VfKgf0fQktPgPi.1udVKyeBU9zofP0k4r6dVerQd8fGrhXDS', NULL, 2, 'user', '1', '2023-09-24 16:14:32', '2023-09-24 16:14:32'),
(00000000000000002690, NULL, 'Kamrul Hasan', NULL, NULL, 'dhaka', '01798597865', NULL, NULL, '$2y$10$2AysE3HB1syUEzzNHlp4OeTc702xGTVD1VK8JURAZxu6Cvpfydzt2', NULL, 2, 'user', '2', '2023-09-24 16:20:42', '2023-09-24 16:20:42'),
(00000000000000002692, NULL, 'Habib', NULL, NULL, 'dhaka', '01842225678', NULL, NULL, '$2y$10$.v76m3ZpQqCsw10ahyNBt.lel.Ba2YitXpecH9rN2udMleEyxDUbm', NULL, 2, 'user', '1', '2023-09-24 16:27:24', '2023-09-24 16:27:24'),
(00000000000000002693, NULL, 'Shamim Hossain', NULL, NULL, 'dhaka', '01725083343', NULL, NULL, '$2y$10$AuLgLlo858n5pjWpq35udO3j3uJS7zwxBk73xZcfi4Yt17lYkjwKK', NULL, 2, 'user', '1', '2023-09-24 16:30:52', '2023-09-24 16:30:52'),
(00000000000000002696, NULL, 'Kazi Mominul Haque', NULL, NULL, 'dhaka', '01687620412', NULL, NULL, '$2y$10$MhS3kMAcL45aEoF69zir4.kgVMyxmO.uyVdlmgLwOSnpwgrmsay5e', NULL, 2, 'user', '1', '2023-09-25 14:43:32', '2023-09-25 14:43:32'),
(00000000000000002697, NULL, 'test', NULL, 'khasrur8@gmail.com', NULL, '01761955769', NULL, NULL, '$2y$10$iIi28ZBjyqvG.YTH9FXyQ.NwujuO1w/EqBHPURxrq6AWFVJsTzMxe', NULL, 0, 'admin', NULL, '2023-09-26 10:50:04', '2024-06-30 09:56:30'),
(00000000000000002698, NULL, 'Leyo ahmed', NULL, NULL, 'dhaka', '01750731664', NULL, NULL, '$2y$10$em60F846fkJ0GnHbyidZh.hnEyFvtV8kb77BcZ3cySj9v7jPdeYYO', NULL, 2, 'user', '1', '2023-09-26 11:09:09', '2023-09-26 11:09:09'),
(00000000000000002699, NULL, 'Delower', NULL, NULL, 'dhaka', '01915185288', NULL, NULL, '$2y$10$lnxEnjCcqWqpyQE1KhXQFO3MFXGxFZ6y2NxLCJRGBUATde67gMNP.', NULL, 2, 'user', '1', '2023-09-26 11:13:29', '2023-09-26 11:13:29'),
(00000000000000002700, NULL, 'Jashim uddin ahmed', NULL, NULL, 'dhaka', '01819612812', NULL, NULL, '$2y$10$oZ43JZuFy4DeKYJX/Etsnu5S5xr70F58/zT5npfez4D7hHSQfpa9y', NULL, 2, 'user', '1', '2023-09-26 11:23:09', '2023-09-26 11:23:09'),
(00000000000000002702, NULL, 'Shakil', NULL, 'shakil007a@yahoo.com', 'dhaka', '01914010748', NULL, NULL, '$2y$10$N/HtL6Vxv2c2Gd1cGMwbEeks8xZJdyvsuoUtuS4.Tf/4rY4yH8Xa2', NULL, 2, 'user', '1', '2023-09-26 11:34:11', '2023-09-26 11:34:11'),
(00000000000000002704, NULL, 'Jony', NULL, NULL, 'dhaka', '01811558888', NULL, NULL, '$2y$10$DwHuvwXpiZoMzR8uWwW20.T.AwknH7p.1PjwtSSTM1bwIChMUT2Nq', NULL, 2, 'user', '1', '2023-09-26 11:44:54', '2023-09-26 11:44:54'),
(00000000000000002707, NULL, 'Mamunur Rashid', NULL, NULL, 'dhaka', '01714047402', NULL, NULL, '$2y$10$kpu013jOo6FDvH3DMLlQpu.yst4lIxPtdNTWGWy1hVePBCKPTdWTy', NULL, 2, 'user', '1', '2023-09-26 12:01:12', '2023-09-26 12:01:12'),
(00000000000000002709, NULL, 'Masum Parbez', NULL, 'par.masum@gmail.com', 'dhaka', '01933330163', NULL, NULL, '$2y$10$0PicvSgTBHAjrDRbS/CnxOasRjQUmU7DhGINTzuMm3o/iZQAzyJAe', NULL, 2, 'user', '1', '2023-09-26 12:43:19', '2023-09-26 12:43:19'),
(00000000000000002710, NULL, 'Siddik,babu', NULL, NULL, 'dhaka', '01766785424', NULL, NULL, '$2y$10$SBCAdSprsFLjaY8BGy27kO8yl1ZWoT6FXZ.3S/h.ZdbcnThOT1cBe', NULL, 2, 'user', '1', '2023-09-26 15:45:30', '2023-09-26 15:45:30'),
(00000000000000002712, NULL, 'ASHEK MAHMUD', NULL, 'ashikeu@gmail.com', 'dhaka', '01705118134', NULL, NULL, '$2y$10$MlXocP.TLYfi.Ce8wK/YWuQTRqGaUpObo.J/zfeFkX3G5wfAGrF5q', NULL, 2, 'user', '1', '2023-09-26 16:13:07', '2023-09-26 16:13:07'),
(00000000000000002713, NULL, 'Abdullah', NULL, 'abdullahlink2@gmail.com', 'dhaka', '01713567574', NULL, NULL, '$2y$10$a2PjYLbamfRbkZjrmiuW7u/72knrBd/HAJvz9V/Swb.mlxCynJ6hW', NULL, 2, 'user', '1', '2023-09-26 16:15:37', '2023-09-26 16:15:37'),
(00000000000000002717, NULL, 'Golam Rabbaney', NULL, 'Info@iasbd.com', 'dhaka', '01918124407', NULL, NULL, '$2y$10$tZdgjAgKLZsXa/tfGejciuEBe65ZBX86k0lnyUiAvKnWi4AEBjrsu', NULL, 2, 'user', '1', '2023-09-26 16:47:24', '2023-09-26 16:47:24'),
(00000000000000002718, NULL, 'MD. TOUHID', NULL, NULL, 'dhaka', '01798986675', NULL, NULL, '$2y$10$ysY2LlTL6TL/NZl7eYg2OeYs1q/nFgBV3LlTpdA8TDrwzUV5Cn9Zq', NULL, 2, 'user', '1', '2023-09-26 16:51:50', '2023-09-26 16:51:50'),
(00000000000000002719, NULL, 'K. M. AUVIK JAMIL', NULL, NULL, 'dhaka', '01713634246', NULL, NULL, '$2y$10$6hK820rdHlWLitBeNdkDY.uW37.gGlS2AgSV7p9aPEaFIBWt2/iP2', NULL, 2, 'user', '1', '2023-09-26 16:57:45', '2023-09-26 16:57:45'),
(00000000000000002720, NULL, 'SAIFUL', NULL, NULL, 'dhaka', '01716111181', NULL, NULL, '$2y$10$5HYbgdeJX1eUOhnN6nu5m.LzvLOcVVgfdM5lOsYsD23.Sr4S1zsKu', NULL, 2, 'user', '1', '2023-09-26 17:02:38', '2023-09-26 17:02:38'),
(00000000000000002721, NULL, 'Moin hasan khan', NULL, 'khanw0299@gmail.com', 'dhaka', '01634006404', NULL, NULL, '$2y$10$QaefZx6EpOt0DU4Mw0WH.e6UaIwjCleqjBT77Zof9dJH8gHInIfeO', NULL, 2, 'user', '1', '2023-09-26 17:19:03', '2023-09-26 17:19:03'),
(00000000000000002722, NULL, 'Faisal Rahman', NULL, 'rahmanj209@gmail.com', 'dhaka', '01627010597', NULL, NULL, '$2y$10$6.yyQkFILHvoRTDKaK7ip.gg36eI9nebTyP3hxuxBT5jrCzigqz.2', NULL, 2, 'user', '1', '2023-09-27 10:34:01', '2023-09-27 10:34:01'),
(00000000000000002723, NULL, 'Md shafiqul islam', NULL, 'ismail8429@gmail.com', 'dhaka', '01718343259', NULL, NULL, '$2y$10$vdgLLHLv04RvWO1yr87UGecxLcLvF3D/kBpOnTXHiG/1q1k/gdWnC', NULL, 2, 'user', '1', '2023-09-27 10:41:16', '2023-09-27 10:41:16'),
(00000000000000002728, NULL, 'Md. Abul kalam azad', NULL, 'mdabulkalamazad006@gmail.com', 'dhaka', '01751064686', NULL, NULL, '$2y$10$c3ql1gMj.5tQwZvsJM.Ecul32jNYFK4K94kuwKUMbf5Ddd1iOw2fu', NULL, 2, 'user', '1', '2023-09-27 11:03:06', '2023-09-27 11:03:06'),
(00000000000000002729, NULL, 'Rabiul Islam', NULL, 'robee_me@hotmail.com', 'dhaka', '01717760924', NULL, NULL, '$2y$10$gud456crX66sH/tZKjNdTeCXipUmL/uidu86L67k3VxoddQEn4TMS', NULL, 2, 'user', '1', '2023-09-27 12:06:14', '2023-09-27 12:06:14'),
(00000000000000002730, NULL, 'Anik Chandra', NULL, 'anik.techstorebd1@gmail.com', NULL, '01745767687', NULL, NULL, '$2y$10$B5Yuy/Y.aK2ZBN.dIu6hz.2p/OcJUcgZ2pVtW8xPFoP2IoyGlNx8u', NULL, 2, 'user', NULL, '2023-09-27 13:31:20', '2023-09-27 13:31:20'),
(00000000000000002731, NULL, 'DR. MD Shahriar Faisal', NULL, NULL, 'dhaka', '01708054667', NULL, NULL, '$2y$10$fS4mjXDwrOMTQ23enlLLA.zH62hTBCeMEgehGM68fAkvqilKUBDUm', NULL, 2, 'user', '1', '2023-09-27 16:19:37', '2023-09-27 16:19:37'),
(00000000000000002732, NULL, 'Khalilur Rahman Belal', NULL, NULL, 'dhaka', '01904499992', NULL, NULL, '$2y$10$/5eQZPdtYOdIbdeW75aHruJmjhr2BIlKOcuIoF90dcbKYExGU7rhe', NULL, 2, 'user', '1', '2023-09-27 16:23:38', '2023-09-27 16:23:38'),
(00000000000000002733, NULL, 'Mamun/shofik', NULL, 'mamun6240@gmail.com', 'dhaka', '01911477870', NULL, NULL, '$2y$10$.zw4c27Ur.LsCyBEX9vSXeK/jtkLlkUFaTD06uvlzPqNU9AnRH7qi', NULL, 2, 'user', '1', '2023-09-27 16:29:36', '2023-09-27 16:29:36'),
(00000000000000002734, NULL, '\"JINAT AMAN BANNA   \"', NULL, NULL, 'dhaka', '01717696009', NULL, NULL, '$2y$10$iT3XAZADUrSYZl9rj/V1fupklJYuruH7G21A77PnZLPal7zl.6doK', NULL, 2, 'user', '1', '2023-09-27 16:49:53', '2023-09-27 16:49:53'),
(00000000000000002735, NULL, 'Efat hossain Rony', NULL, 'efathossanrony@gmail.com', 'dhaka', '01634368158', NULL, NULL, '$2y$10$PZ8cPkNV.YgrS8KWaoKlDuQOSA.HgdEOeWwtaMVXOM22iygA8de5i', NULL, 2, 'user', '1', '2023-09-27 16:53:53', '2023-09-27 16:53:53'),
(00000000000000002736, NULL, 'Kazi Aminul', NULL, NULL, 'dhaka', '01888550700', NULL, NULL, '$2y$10$6tVKa.EBcu7eQc.bEmyjTuurpWU9TTjf3jDsTeqLM8.0chKIHaPcq', NULL, 2, 'user', '1', '2023-09-27 17:01:00', '2023-09-27 17:01:00'),
(00000000000000002737, NULL, 'RIZU', NULL, NULL, 'dhaka', '01751540396', NULL, NULL, '$2y$10$fSMARhjg4CDzFjiO6pEECeWC43EbavlGooso8z4QOOl1l0d5Zxg66', NULL, 2, 'user', '1', '2023-09-27 17:05:57', '2023-09-27 17:05:57'),
(00000000000000002739, NULL, 'NAZRUL', NULL, NULL, 'dhaka', '01763666777', NULL, NULL, '$2y$10$zQTNzFwLu6gALwEHEwaNXeJ4ocRVRj8e8kFOnYN.Ut2FDmawBkXGy', NULL, 2, 'user', '1', '2023-09-27 17:16:13', '2023-09-27 17:16:13'),
(00000000000000002740, NULL, 'NAZRUL', NULL, NULL, 'dhaka', '01726070719', NULL, NULL, '$2y$10$ch4x.l6UFA0VKQ8dFu6zr.pSL43TvWpOB6RNyLBaGWeUS4qXqYHsu', NULL, 2, 'user', '1', '2023-10-01 11:22:35', '2023-10-01 11:22:35'),
(00000000000000002741, NULL, 'Wahidur Rahman', NULL, NULL, 'dhaka', '01742441733', NULL, NULL, '$2y$10$5r.iuUAD/iMXGQUzC1pHC.rBktFGdo/qLHQlEB/s/Bh/k5mj3yNoO', NULL, 2, 'user', '1', '2023-10-01 11:26:57', '2023-10-01 11:26:57'),
(00000000000000002744, NULL, 'M M HANIF', NULL, 'hanifmm36@gmail.com', 'dhaka', '01712624676', NULL, NULL, '$2y$10$av6jo6nTeZkIyE.P.ZFBYutwrADx4i5ZBYWhJ5BreZIrfefMx8oRC', NULL, 2, 'user', '1', '2023-10-01 11:42:47', '2023-10-01 11:42:47'),
(00000000000000002746, NULL, 'Mahfuzur', NULL, NULL, 'dhaka', '01723478869', NULL, NULL, '$2y$10$Sx3KnCl62FqBLGP9HPd/4eG8hG/6xu0HAtnyZ4y3SkpcH1uuOPHNe', NULL, 2, 'user', '1', '2023-10-01 12:02:35', '2023-10-01 12:02:35'),
(00000000000000002747, NULL, 'Mithu', NULL, 'israfilmithu@gmail.com', 'dhaka', '01917701733', NULL, NULL, '$2y$10$1vKxdvYbXTGDDb1BR73jL.Y8efXD1Q6I.IbFUOvoEJ1e9IOjQcAUa', NULL, 2, 'user', '1', '2023-10-01 12:07:23', '2023-10-01 12:07:23'),
(00000000000000002748, NULL, 'DEWAN MARUF', NULL, 'dewanmaruf26@gmail.com', 'dhaka', '01738424260', NULL, NULL, '$2y$10$2X5dMY/Owh8/ERKjwJ4ckeJfc5oV3nxJlG6nAzRrDDmh5Km3sfmNi', NULL, 2, 'user', '1', '2023-10-01 12:11:20', '2023-10-01 12:11:20'),
(00000000000000002749, NULL, 'DEWAN MARUF', NULL, 'dewanmaruf26@gmail.com', 'dhaka', '01912000108', NULL, NULL, '$2y$10$PlIvkICZmCnGsylB2jsHJerBHXEqK4cg8U5uWWWjVMEnZew2l2TQC', NULL, 2, 'user', '1', '2023-10-01 12:12:00', '2023-10-01 12:12:00'),
(00000000000000002750, NULL, 'Md Saidul Basher', NULL, 'shovon6934@gmail.com', 'dhaka', '01758127905', NULL, NULL, '$2y$10$caFdSP9SkyzMZPccf2CldOi/xg1ejDfTTDjYtzjjuU35kwt6FHkDu', NULL, 2, 'user', '1', '2023-10-01 12:15:25', '2023-10-01 12:15:25'),
(00000000000000002751, NULL, 'Masum Billah', NULL, 'www.tm217502@gmail.com', 'dhaka', '01774055543', NULL, NULL, '$2y$10$I.YszP/43dg1uv7wYDITOOA3JbPAfXnNn7aLGVB1XFZM.0GsxXZYS', NULL, 2, 'user', '1', '2023-10-01 13:44:40', '2023-10-01 13:44:40'),
(00000000000000002752, NULL, 'Abdul Aleem Khan', NULL, 'sheblee@gmail.com', 'dhaka', '01715258168', NULL, NULL, '$2y$10$kMD5dcQTutq0RYLUyWxKbOvY.2gSDZsgMYcl3L6jI7oN6csQHea5a', NULL, 2, 'user', '2', '2023-10-01 13:48:16', '2023-10-01 13:48:16'),
(00000000000000002754, NULL, 'Anik Chandra dey', NULL, 'anik.techstorebd@gmail.com', NULL, '01683200939', NULL, NULL, '$2y$10$N8Nzdq5xtKk40bcr9mAuIub9OP6f3EHTc6yYypnflNLN0YIbnelBu', NULL, 0, 'admin', NULL, '2023-10-03 18:49:19', '2024-01-24 12:48:11'),
(00000000000000002755, NULL, 'Syful Islam Prodhan', NULL, NULL, 'dhaka', '01711107692', NULL, NULL, '$2y$10$6NkvvjRmhhuRRYpe7fPoJ.axlTLrDDmgOQDjX.K6RIm5X1hEaiO6u', NULL, 2, 'user', '1', '2023-10-04 10:44:50', '2023-10-04 10:44:50'),
(00000000000000002756, NULL, 'Md. Iftekhar Hossain', NULL, NULL, 'dhaka', '01775225690', NULL, NULL, '$2y$10$LA0B4xdlFwMgRRq3iMEtR.Xe.7pufY4kWjfrvae.18WylYUKy1yAe', NULL, 2, 'user', '1', '2023-10-04 10:51:28', '2023-10-04 10:51:28'),
(00000000000000002757, NULL, 'Main Shamim', NULL, 'moinshamim316@gmail.com', 'dhaka', '01712904216', NULL, NULL, '$2y$10$Ky1cfyryvZ02IiKpYpI/7ORetJC7Ehpm1b4HOMSqZ1tlzHXnThn1u', NULL, 2, 'user', '1', '2023-10-04 10:54:56', '2023-10-04 10:54:56'),
(00000000000000002759, NULL, 'Mehedi Hasan Tamal', NULL, NULL, 'dhaka', '01711540337', NULL, NULL, '$2y$10$aGDBdOC6vO0F1n9Y8jKRIufJMDayMi7VmuA7NDLWlXjxOuvcoaFOe', NULL, 2, 'user', '1', '2023-10-04 11:07:27', '2023-10-04 11:07:27'),
(00000000000000002760, NULL, 'Abir', NULL, NULL, 'dhaka', '01796327610', NULL, NULL, '$2y$10$cSrGb2EODjL..C.B1wZ.xua4DWO2P6HdwJ2ifPdK7sQcADPUgfHFS', NULL, 2, 'user', '1', '2023-10-04 11:12:33', '2023-10-04 11:12:33'),
(00000000000000002762, NULL, 'MOHAMMED ZAHIDUR RAHMAN', NULL, NULL, 'dhaka', '01759428667', NULL, NULL, '$2y$10$ytMjOG6Ucah9uoFeKR7Rw.ttW1BDcLQJhRH0sdCON0Mpnt5akW/ri', NULL, 2, 'user', '1', '2023-10-04 13:04:09', '2023-10-04 13:04:09'),
(00000000000000002764, NULL, 'Azmal Jorder', NULL, NULL, 'dhaka', '01861111101', NULL, NULL, '$2y$10$d80hasDq5PhEpjj5XUlKg.zrs7zpvJ4N8z.ATI0wwuLMW5Tr8LxfK', NULL, 2, 'user', '1', '2023-10-04 13:11:11', '2023-10-04 13:11:11'),
(00000000000000002765, NULL, 'AB Salam', NULL, NULL, 'dhaka', '01963242324', NULL, NULL, '$2y$10$mtvEo1n1RDG16ma5Zmxb4uvu.MXl7SCc4C3a.JEmkifSfDcUfH4jC', NULL, 2, 'user', '1', '2023-10-04 13:15:55', '2023-10-04 13:15:55'),
(00000000000000002766, NULL, 'Md. Sirajul Islam', NULL, NULL, 'dhaka', '01715112515', NULL, NULL, '$2y$10$MMMubYBfW7sDXh6SpIG5GeRlYPA76gfzoA7TxYH8XHdkswnA6Taf6', NULL, 2, 'user', '1', '2023-10-04 13:28:01', '2023-10-04 13:28:01'),
(00000000000000002767, NULL, 'Madhusudhan', NULL, NULL, 'dhaka', '01718820081', NULL, NULL, '$2y$10$gt1mHt6CwmGK/CH0jYWJrubM7GGfcJUpWlMKV7IaQ1F1cHehYXbtW', NULL, 2, 'user', '1', '2023-10-04 13:31:31', '2023-10-04 13:31:31'),
(00000000000000002768, NULL, 'Rizvi', NULL, NULL, 'dhaka', '01712555605', NULL, NULL, '$2y$10$2seuhtZSuY0GjmvJ3W5hZeBbPCBmnillOTIvM/LyXnaQ7LxEKQVKy', NULL, 2, 'user', '1', '2023-10-04 13:34:54', '2023-10-04 13:34:54'),
(00000000000000002769, NULL, 'Shafiur Rahman', NULL, 'shafiurrahman055@gmail.com', 'dhaka', '01311303847', NULL, NULL, '$2y$10$PyDcBkSZphLpAD.bdArQGOq.NTcXgRkUrXUOGUKH51YyB/ksk7kKC', NULL, 2, 'user', '1', '2023-10-04 13:43:35', '2023-10-04 13:43:35'),
(00000000000000002770, NULL, 'MD.JAHID', NULL, NULL, 'dhaka', '01790721622', NULL, NULL, '$2y$10$mPSBmjvyH8IrB8.VJl8izO4bLnD6KHySLCdDYacMiG2njljvUDfM2', NULL, 2, 'user', '1', '2023-10-04 13:59:29', '2023-10-04 13:59:29'),
(00000000000000002772, NULL, 'Mamun', NULL, NULL, 'dhaka', '1751991558', NULL, NULL, '$2y$10$WpcY4e9iJXHhzEkGEiWihu2pjnTV21OvalKpSRusTXDIsSfjaur2m', NULL, 2, 'user', '1', '2023-10-05 10:34:54', '2023-10-05 10:34:54'),
(00000000000000002773, NULL, 'roof crop care ltd', NULL, NULL, 'dhaka', '01672846544', NULL, NULL, '$2y$10$5TyzX/tsmh/Dm6N689yPL.gd/45rMXBMgKNXHO8Bfz4aVcZmrT0Rm', NULL, 2, 'user', '2', '2023-10-05 10:40:05', '2023-10-05 10:40:05'),
(00000000000000002774, NULL, 'Md Tanvir Hassan', NULL, 'tanvir.hassan.ice07@gmail.com', 'dhaka', '01719457880', NULL, NULL, '$2y$10$0BO0OPiEeNrKoKIKNx8.quSxCDkmV9Kdxh6yD0U/SyMt9bNk1lM3m', NULL, 2, 'user', '1', '2023-10-05 10:43:18', '2023-10-05 10:43:18'),
(00000000000000002775, NULL, 'Md Abdul hai', NULL, NULL, 'dhaka', '01777656517', NULL, NULL, '$2y$10$Ja48WJ9sPatTMocC5GVveuCy54MvVi0VcuT.7nzzsEeALeRe/8TjK', NULL, 2, 'user', '1', '2023-10-05 10:45:50', '2023-10-05 10:45:50'),
(00000000000000002776, NULL, 'Dr. Md Ishak', NULL, NULL, 'CTG', '01674961613', NULL, NULL, '$2y$10$x8A6KeiIRjgv3a1/0H1cZ.41YYMBrhw2AUIqz0dYFHbVUDCaHmdnC', NULL, 2, 'user', '1', '2023-10-05 10:48:17', '2023-10-05 10:48:17'),
(00000000000000002777, NULL, 'Probir Sikder', NULL, 'probir@vastengineeringbd.com', 'dhaka', '01670659444', NULL, NULL, '$2y$10$5CcbQLzqMMAaFdJEFDP7iuFzFpWZ7ashfW8jLDrkwMonFOmbQvgyS', NULL, 2, 'user', '1', '2023-10-05 10:50:37', '2023-10-05 10:50:37'),
(00000000000000002778, NULL, 'ELAIS', NULL, NULL, 'dhaka', '01894789499', NULL, NULL, '$2y$10$R7FTyCjRImvI1WPylVRjSuQlipoRASUpxVVUyy6kUk.MQefI7jXWS', NULL, 2, 'user', '2', '2023-10-05 10:55:07', '2023-10-05 10:55:07'),
(00000000000000002779, NULL, 'Sumon mahamud', NULL, 'rajsumon52@gmail.com', 'dhaka', '01949091003', NULL, NULL, '$2y$10$4YdD/yu177EpAuGYsVJYA.E.P2MpN6o13lQdy6j2ItYh0LIq9vngm', NULL, 2, 'user', '1', '2023-10-05 11:03:27', '2023-10-05 11:03:27'),
(00000000000000002781, NULL, 'Md. Jahid', NULL, NULL, 'CTG', '01819649917', NULL, NULL, '$2y$10$qP346eQU2ab21WGFb9fhkOI.yOavodoyP0sAwZSNo5AAeXi9hvsNq', NULL, 2, 'user', '1', '2023-10-05 11:17:12', '2023-10-05 11:17:12'),
(00000000000000002782, NULL, 'Mohsinul Hoq Sumon', NULL, 'sumonhoq2003@gmail.com', 'dhaka', '01730727298', NULL, NULL, '$2y$10$w19QEaq1YQp9klh6iWMvIuIL8EhPrULiwYIhoY7Ah11GIHJs5MWfq', NULL, 2, 'user', '1', '2023-10-05 11:25:10', '2023-10-05 11:25:10'),
(00000000000000002783, NULL, 'SI. Sohel', NULL, NULL, 'dhaka', '01797016607', NULL, NULL, '$2y$10$t0/DqOa4wPLfmIgnVuLrVesIHQRk9sTa049srODBSVXi78G9zwtwW', NULL, 2, 'user', '1', '2023-10-05 11:29:19', '2023-10-05 11:29:19'),
(00000000000000002784, NULL, 'SAKIB HASAN RAFI', NULL, 'rafisuper11@gmail.com', 'dhaka', '01621165747', NULL, NULL, '$2y$10$pB5G1PifBwgBGcBMMmwtNe1i37OGHsK9gBYI1H/r62zC4yjDIMVga', NULL, 2, 'user', '1', '2023-10-05 11:33:11', '2023-10-05 11:33:11'),
(00000000000000002786, NULL, 'ATIQUR RAHMAN', NULL, NULL, 'dhaka', '01711540202', NULL, NULL, '$2y$10$yyONRP752b.5j/akGObn0OaMt4jW4Bl4ByK.zVMw5puuVwAIHoM2e', NULL, 2, 'user', '1', '2023-10-05 11:37:33', '2023-10-05 11:37:33'),
(00000000000000002787, NULL, 'SHONTUSH', NULL, NULL, 'dhaka', '01729947270', NULL, NULL, '$2y$10$c9HKpx7BUswy2kHGwAeZ7.kJ7iw8nX9w96VliJ/8NNTYkWxmq0YVm', NULL, 2, 'user', '1', '2023-10-05 11:51:05', '2023-10-05 11:51:05'),
(00000000000000002788, NULL, 'RIPON', NULL, NULL, 'dhaka', '01712113538', NULL, NULL, '$2y$10$UxbbLbIYen.joC6cr.BFJ.VsY8RldwoK4ENpyOhYhxOLPpQj1iSuy', NULL, 2, 'user', '1', '2023-10-05 11:58:37', '2023-10-05 11:58:37'),
(00000000000000002789, NULL, 'MD.NAZRUL ISLAM NICE', NULL, NULL, 'dhaka', '01633576793', NULL, NULL, '$2y$10$6TfjECdsFI5i3XM1qS7kGuyVzM.gw3JTNdgotVOnaYuezoBDc6/o.', NULL, 2, 'user', '1', '2023-10-05 12:01:20', '2023-10-05 12:01:20'),
(00000000000000002790, NULL, 'Zahid', NULL, NULL, 'dhaka', '01714071066', NULL, NULL, '$2y$10$DongAtf9IxoNZ38W.zmR0eLFB8YGlR8BNQspzfYWWTqDqD7wNv.3W', NULL, 2, 'user', '1', '2023-10-05 12:03:58', '2023-10-05 12:03:58'),
(00000000000000002791, NULL, 'Abdul awal', NULL, NULL, 'dhaka', '01869272412', NULL, NULL, '$2y$10$0ma8lLRuKtsC7CCNC2LvuuR/yqmVyEr3CAz1zUHu5xE8QyU5cOxfu', NULL, 2, 'user', '1', '2023-10-05 12:07:13', '2023-10-05 12:07:13'),
(00000000000000002792, NULL, 'Jasim uddin', NULL, NULL, 'dhaka', '01712071351', NULL, NULL, '$2y$10$.X7D.1iUX08LCoKEMx3vruFDQXnYHF7/.c736F8GVFirFWJvxoE3W', NULL, 2, 'user', '1', '2023-10-05 12:11:22', '2024-02-01 17:17:49'),
(00000000000000002793, NULL, 'Jasim uddin', NULL, NULL, 'dhaka', '1071351', NULL, NULL, '$2y$10$4yYempvV7.cE.nw/oXxEu.je8S.mjJLegECwOPHZ1sH0g4AO0z876', NULL, 2, 'user', '1', '2023-10-05 12:16:45', '2024-02-04 17:44:50'),
(00000000000000002794, NULL, 'Rojit Ray', NULL, NULL, 'dhaka', '01823130029', NULL, NULL, '$2y$10$vgZZLh9r9UCW0rRR5BY5uuknpfiJwsYkjg.uLV5vM1vtnXlJ7F8BK', NULL, 2, 'user', '1', '2023-10-05 12:20:53', '2023-10-05 12:20:53'),
(00000000000000002796, NULL, 'MAJOR MD BILLAL HOSSAIN', NULL, 'bilwal8773@gmail.com', 'dhaka', '01719733229', NULL, NULL, '$2y$10$km2IY0ZoZX9HPXpYQ5gALuQjxZ5sbg43O2pR4BOcUBkT01ViDg9ty', NULL, 2, 'user', '1', '2023-10-05 12:31:18', '2023-10-05 12:31:18'),
(00000000000000002797, NULL, 'RAHAT MAHMUD', NULL, 'tushanrahat@gmail.com', 'dhaka', '01633701169', NULL, NULL, '$2y$10$A0iAFiPpzV3.L1Wmpmbx7OuhhX6QV9wzLxNicsUz5AdgkLwrlsWKq', NULL, 2, 'user', '1', '2023-10-05 12:34:44', '2023-10-05 12:34:44'),
(00000000000000002798, NULL, 'janibul', NULL, NULL, 'dhaka', '01819156660', NULL, NULL, '$2y$10$AFrgIzREo5vtioqXJrHIQOK4dKFvmfOROCkPMXSjpbkHnegQTA.Ai', NULL, 2, 'user', '1', '2023-10-05 12:36:54', '2023-10-05 12:36:54'),
(00000000000000002799, NULL, 'Md.Muhsin sahed', NULL, NULL, 'dhaka', '01730372871', NULL, NULL, '$2y$10$fc9EtvJk8EmyHWNNRLCCE.1ppWVQAWp/yjc3ehG.F96u22YTyg6d2', NULL, 2, 'user', '1', '2023-10-05 12:41:01', '2023-10-05 12:41:01'),
(00000000000000002800, NULL, 'Mohammod Zakir', NULL, NULL, 'dhaka', '01611710043', NULL, NULL, '$2y$10$Abh4ENr7CAF7F4lumJ9EguVsjtgBA33Hp7N6w4t1GIxTOWw//wSMq', NULL, 2, 'user', '1', '2023-10-05 12:43:11', '2023-10-05 12:43:11'),
(00000000000000002803, NULL, 'Homywon', NULL, NULL, 'dhaka', '01889025419', NULL, NULL, '$2y$10$YcI7rYboGcP6mx1Vi2pHKuoAASt5KJtFsmUv1SKtKgmB2pF7/pcaq', NULL, 2, 'user', '1', '2023-10-05 13:00:20', '2023-10-05 13:00:20'),
(00000000000000002804, NULL, 'Shahidul Islam Razza', NULL, NULL, 'dhaka', '01779948499', NULL, NULL, '$2y$10$ExqqtTFeLJfIK6mAxYP9o.xYvkewPKuddGGJR16VRaMKon/7axi4e', NULL, 2, 'user', '1', '2023-10-05 13:04:52', '2023-10-05 13:04:52'),
(00000000000000002807, NULL, 'Debasish', NULL, 'dabasish.0209@gmail.com', 'dhaka', '01760271756', NULL, NULL, '$2y$10$mFMC6HgwWzR9etKC8O1oleOWhx9jZFrkdAVldYPXtUBXajE2dEUJy', NULL, 2, 'user', '1', '2023-10-05 13:22:31', '2023-10-05 13:22:31'),
(00000000000000002810, NULL, 'Shafiqul islam', NULL, NULL, 'dhaka', '01840069209', NULL, NULL, '$2y$10$oZ79bdKMPzKdRVuEqCX2j.iplI4aK7RyuPpL6OhDITaS3dVDupFRm', NULL, 2, 'user', '1', '2023-10-05 13:39:59', '2023-10-05 13:39:59'),
(00000000000000002813, NULL, 'Biplob Hossain', NULL, NULL, 'dhaka', '01730013387', NULL, NULL, '$2y$10$ffNUQThZS7xBJAWrcMrAPOm/W6Tr9wLrsMSCvfXtAbXzVDzn.bI1a', NULL, 2, 'user', '1', '2023-10-05 13:54:43', '2023-10-05 13:54:43'),
(00000000000000002814, NULL, 'Zakir Hossain', NULL, 'zakirtsims@gmail.com', 'dhaka', '01819536697', NULL, NULL, '$2y$10$289Wo4mGdrmTSMrcSr3dR.3BS/tPXl5beQALDtOt6/FacTfoJFwxW', NULL, 2, 'user', '1', '2023-10-05 13:56:44', '2023-10-05 13:56:44'),
(00000000000000002815, NULL, 'Md. Sazzad Hussain', NULL, 'naimsazzad@gmail.com', 'dhaka', '01818843243', NULL, NULL, '$2y$10$y2aWxlm9o4g1UA/y18721uD38HxDQcYRPfmUIChL8ioH0USDYBeTW', NULL, 2, 'user', '1', '2023-10-05 15:51:01', '2023-10-05 15:51:01'),
(00000000000000002816, NULL, 'SAIFUL', NULL, NULL, 'dhaka', '01766675399', NULL, NULL, '$2y$10$Lvjl7lzm1DTCXgzYJkQBSeQkIaQ0/ywJq0RhU2gNfICLpkbZhSDqW', NULL, 2, 'user', '1', '2023-10-05 15:56:42', '2023-10-05 15:56:42'),
(00000000000000002817, NULL, 'Ashrafuzzaman', NULL, 'ashrafuzzaman@gmail.com', 'dhaka', '01711761231', NULL, NULL, '$2y$10$nMgZ6i65stWdpejCGkvFx.KcKzeq8oJJ9V4WgSjF0seToVJH2uEs6', NULL, 2, 'user', '1', '2023-10-05 15:59:17', '2023-10-05 15:59:17'),
(00000000000000002819, NULL, 'Anower Hossain', NULL, NULL, 'dhaka', '1970999677', NULL, NULL, '$2y$10$xrfrsnbGm0ZYn/ZfvZKfKu4nfPLNuwXMEHN9A442q3RDpsGeEhPym', NULL, 2, 'user', '2', '2023-10-05 16:07:23', '2023-10-05 16:07:23'),
(00000000000000002820, NULL, 'Shawon', NULL, NULL, 'dhaka', '01674350311', NULL, NULL, '$2y$10$CCmHaJQLxfEgP1ZNYaDff.nCTr5gQjs7/otWy5FSh3/YQ4Tmn1p7W', NULL, 2, 'user', '1', '2023-10-05 16:09:21', '2023-10-05 16:09:21'),
(00000000000000002821, NULL, 'Mohammed Khorshed Alam', NULL, NULL, 'dhaka', '01713042031', NULL, NULL, '$2y$10$uAiq9dY/NQy4Iq2ocJgofey8Vl7aYnzhLRWI66c9ZrauSVcxJXK7a', NULL, 2, 'user', '1', '2023-10-05 16:12:35', '2023-10-05 16:12:35'),
(00000000000000002822, NULL, 'Md Sojon', NULL, NULL, 'dhaka', '01792529640', NULL, NULL, '$2y$10$EtNf.hh.fqkqF.AfqcurLe7PSzRnu3joZTSJvXwRkOkiDbelrJ3sC', NULL, 2, 'user', '2', '2023-10-05 16:15:42', '2023-10-05 16:15:42'),
(00000000000000002824, NULL, 'Tuaha', NULL, NULL, 'dhaka', '01955899492', NULL, NULL, '$2y$10$NcFDXUiHVtCbBiLhbTMSweYWn1y.vDT1/goCG62jAO08PGHvZkQ2a', NULL, 2, 'user', '1', '2023-10-05 16:20:37', '2023-10-05 16:20:37'),
(00000000000000002825, NULL, 'dr. abu saleh ahmed', NULL, 'shamimab332@gmail.com', 'dhaka', '01711116210', NULL, NULL, '$2y$10$FiVi6xKFf7WvliGkNnlClOIVAfb1VdeJ7BttzEMX8JX46SaBGqMcC', NULL, 2, 'user', '1', '2023-10-05 16:24:15', '2023-10-05 16:24:15'),
(00000000000000002826, NULL, 'Sharif', NULL, NULL, 'dhaka', '01744235167', NULL, NULL, '$2y$10$TcNuU6LJY8NZ6/Fz9WURme0oEWG7VsuFPJZNV9ETyxK/HR0jRLKqe', NULL, 2, 'user', '1', '2023-10-05 16:26:29', '2023-10-05 16:26:29'),
(00000000000000002827, NULL, 'Abukalam', NULL, NULL, 'dhaka', '01671739797', NULL, NULL, '$2y$10$Sv0BRvLxrtYk/AZPSM8Yiujbu0FA20RvwWNK2eSXztTJWCRcDxM1q', NULL, 2, 'user', '1', '2023-10-05 16:30:05', '2023-10-05 16:30:05'),
(00000000000000002830, NULL, 'Redwan', NULL, NULL, 'dhaka', '01859652694', NULL, NULL, '$2y$10$VvLNfjykUvE9hHwv9MZKvejbW9Gfk6grumFyEz/gGs9ddC9Hb7e5O', NULL, 2, 'user', '1', '2023-10-05 16:38:30', '2023-10-05 16:38:30'),
(00000000000000002832, NULL, 'Engr. Al Bokor', NULL, NULL, 'dhaka', '01714029082', NULL, NULL, '$2y$10$RF3hnpH1R14rf2ZJVDlivuYVUj4tD/ETXAYipEOW29CLbxbFaWViq', NULL, 2, 'user', '1', '2023-10-07 10:56:18', '2023-10-07 10:56:18'),
(00000000000000002833, NULL, 'Akhlak ul jamil dolon', NULL, NULL, 'dhaka', '01716794267', NULL, NULL, '$2y$10$u6UrNbtfATUgNiw1YkEtwe55JFLpJsuRK7eeHQBXlj9tapdu6hHby', NULL, 2, 'user', '1', '2023-10-07 11:00:12', '2023-10-07 11:00:12'),
(00000000000000002835, NULL, 'Syeda afsarun nahar', NULL, NULL, 'dhaka', '1732464972', NULL, NULL, '$2y$10$70x.tWXzJSi2D3Tl8VQN2.zlPw7fFi506.78k.OQGXMIaPJ6/0E8q', NULL, 2, 'user', '1', '2023-10-07 11:06:52', '2023-10-07 11:06:52'),
(00000000000000002836, NULL, 'Dr s Chakrabarty', NULL, NULL, 'dhaka', '01927114515', NULL, NULL, '$2y$10$1naooR82Ygd/1pAkXiZVr.3N1ZTg5CATgqnQ/ALXPrBwGy71jE7xK', NULL, 2, 'user', '1', '2023-10-07 11:10:20', '2023-10-07 11:10:20'),
(00000000000000002840, NULL, 'Mohosin', NULL, NULL, 'dhaka', '01795653187', NULL, NULL, '$2y$10$oRZo6j5k8SE4.dHyNvuhK.G0GiklboHLk37uo7AD1cmNy4z15dFIa', NULL, 2, 'user', '2', '2023-10-07 11:31:36', '2023-10-07 11:31:36'),
(00000000000000002841, NULL, 'Shakir', NULL, NULL, 'dhaka', '01777641565', NULL, NULL, '$2y$10$d6Hwk.37ZQBNZ4wcPfMpuuorphjEMGNxIBA3hkHTyIAbaVSF0n4DW', NULL, 2, 'user', '1', '2023-10-07 11:34:02', '2023-10-07 11:34:02'),
(00000000000000002842, NULL, 'kazi naim shah', NULL, NULL, 'dhaka', '01686317617', NULL, NULL, '$2y$10$kO1xNA..mg3rf7Qvf6Qg7u4N/m2emqYLyrdgv.slolLY2hZM2VxDK', NULL, 2, 'user', '1', '2023-10-07 11:36:04', '2023-10-07 11:36:04'),
(00000000000000002843, NULL, 'Amir Azam', NULL, NULL, 'dhaka', '01712787238', NULL, NULL, '$2y$10$TG7ePuvf5uhYsPR8CxkACu6xJAPRSOVW6FfYVVXKB98ZFEiSqXD/2', NULL, 2, 'user', '1', '2023-10-07 11:38:55', '2023-10-07 11:38:55'),
(00000000000000002844, NULL, 'Md.Emon Khan', NULL, NULL, 'dhaka', '01747151580', NULL, NULL, '$2y$10$un1LgnMLMaoTGZPLNF4amuVLHvnXPDR60ri2Sy/R85srLAyrC99nK', NULL, 2, 'user', '1', '2023-10-07 18:01:15', '2023-10-07 18:01:15'),
(00000000000000002845, NULL, 'Md.Golam Rabbani', NULL, NULL, 'dhaka', '01765232426', NULL, NULL, '$2y$10$F61WoMKB4ed7fY4SNLiPMucsx5.45NGj5HwLfUkC7mOjfLqG6B.FW', NULL, 2, 'user', '1', '2023-10-07 18:03:21', '2023-10-07 18:03:21'),
(00000000000000002846, NULL, 'Kabir', NULL, NULL, 'dhaka', '01785886255', NULL, NULL, '$2y$10$HzobdHSULTyoqRdFkJXemeIMzlRGeVR4YjfFme9KpCh0oXnlJTIY2', NULL, 2, 'user', '2', '2023-10-07 18:06:24', '2023-10-07 18:06:24'),
(00000000000000002849, NULL, 'Major Syed Sohel Ahmed', NULL, 'sohelmba@yahoo.com', 'dhaka', '01713090546', NULL, NULL, '$2y$10$AJMK6J1vWEPOFML5/f8qWe9frlgGbA14xGJztlK3ivKIGee70almS', NULL, 2, 'user', '1', '2023-10-07 18:18:22', '2023-10-07 18:18:22'),
(00000000000000002850, NULL, 'Abu Bakar Siddique', NULL, NULL, 'dhaka', '01747801222', NULL, NULL, '$2y$10$odbb5yCaXXofAttlho23f.Qw0IenV/Uxey43uMdj4tlTu75zf5Vxe', NULL, 2, 'user', '1', '2023-10-07 18:22:08', '2023-10-07 18:22:08'),
(00000000000000002851, NULL, 'Kamrul', NULL, NULL, 'dhaka', '01711361356', NULL, NULL, '$2y$10$j6blw/BrjyI.wjHu9IUqTOuUz27OIGEMhBByfMRQRzJhB5oqkcD2G', NULL, 2, 'user', '1', '2023-10-08 10:45:49', '2023-10-08 10:45:49'),
(00000000000000002853, NULL, 'Md.Rasaduzzaman Ripon', NULL, NULL, 'dhaka', '01713643782', NULL, NULL, '$2y$10$GGpp3UikKGanZNX3jVgcruGUMV.GCqU1.B26TDC.yaXpld4RD2wAu', NULL, 2, 'user', '1', '2023-10-08 10:51:38', '2023-10-08 10:51:38'),
(00000000000000002854, NULL, 'Sk Mehedi Hasan Akash', NULL, 'skmehedihasanakash@gmail.com', 'dhaka', '01842707071', NULL, NULL, '$2y$10$KWF8P2mS2Tn/VAkDnpXcr.2NEHTDxKhHO.35uNDmdBA/P/m9pbKUe', NULL, 2, 'user', '1', '2023-10-08 10:55:21', '2023-10-08 10:55:21'),
(00000000000000002855, NULL, 'Md Jamal Hossain', NULL, 'hossain.mjamal@gmail.com', 'dhaka', '01715107270', NULL, NULL, '$2y$10$fgClFXzeTahaIOYqh6qIJ.iBzErAVkUlDdYjUF2NeEV1Lt65di2oy', NULL, 2, 'user', '1', '2023-10-08 11:00:31', '2023-10-08 11:00:31'),
(00000000000000002856, NULL, 'Omor ali', NULL, NULL, 'dhaka', '1975784053', NULL, NULL, '$2y$10$uUX04JLz1J7qXhYf30dM6Oix3XZQxzZcMplmncxmuOqbwapGi/YZG', NULL, 2, 'user', '2', '2023-10-08 11:05:45', '2023-10-08 11:05:45'),
(00000000000000002857, NULL, 'Sajedul islam', NULL, NULL, 'dhaka', '01712535367', NULL, NULL, '$2y$10$ZFFjg7jX62sEuBSM0tdHEeKmNOFZ85Bq850ZYLIHrsT.JFC/Oxcry', NULL, 2, 'user', '1', '2023-10-08 11:11:48', '2023-10-08 11:11:48'),
(00000000000000002861, NULL, 'SAIFUL', NULL, NULL, 'dhaka', '01711440167', NULL, NULL, '$2y$10$yNYzCLUp777xILQG/fPNf.tYteKoVwjx4pwb3crXysVmyviTjinVu', NULL, 2, 'user', '1', '2023-10-08 11:22:46', '2023-10-08 11:22:46'),
(00000000000000002862, NULL, 'A. M. M. Zami', NULL, 'ammzami@gmail.com', 'dhaka', '01711128925', NULL, NULL, '$2y$10$2c226PX2hOwRutEaXrCyZO9LVx5yc8nid/WgIrZYGS69GefRYxxa6', NULL, 2, 'user', '1', '2023-10-08 11:25:28', '2023-10-08 11:25:28'),
(00000000000000002864, NULL, 'Joyonto Gregory', NULL, NULL, 'dhaka', '01823078714', NULL, NULL, '$2y$10$gbxLPeKSyz/DuoTZdppLh.vHvdRufei4Du/X5STDp.xuf5veu.fEq', NULL, 2, 'user', '1', '2023-10-08 11:32:12', '2023-10-08 11:32:12'),
(00000000000000002865, NULL, 'Mohammad Kabir Hossain', NULL, NULL, 'dhaka', '01612883030', NULL, NULL, '$2y$10$M9QiaVBVP4FZcQQnYmnpnOmaL8UMuXmaYq1YokVdR3nhDCs8Y6mHi', NULL, 2, 'user', '1', '2023-10-08 11:48:35', '2023-10-08 11:48:35'),
(00000000000000002866, NULL, 'Gazi Abujor Jayed', NULL, NULL, 'dhaka', '01769762870', NULL, NULL, '$2y$10$BmIKGm5RHq9rFeiocq7n6OKP2fUs4mil8pB838CRa00RR2/ABS33m', NULL, 2, 'user', '1', '2023-10-08 11:50:52', '2023-10-08 11:50:52'),
(00000000000000002868, NULL, 'Anwar', NULL, NULL, 'dhaka', '01618045891', NULL, NULL, '$2y$10$fD7iiexKE9xlbVCyQ6SWTeUg5UivN3sL9CdrR/eCW0aex.EBGB8i2', NULL, 2, 'user', '1', '2023-10-08 12:04:13', '2023-10-08 12:04:13');
INSERT INTO `users` (`id`, `lebel_id`, `name`, `nid`, `email`, `address`, `phone`, `alter_phone`, `email_verified_at`, `password`, `remember_token`, `role`, `type`, `user_type`, `created_at`, `updated_at`) VALUES
(00000000000000002869, NULL, 'Munjur', NULL, NULL, 'dhaka', '01870211267', NULL, NULL, '$2y$10$kXDbjvIdc98v5BMpnuJax.273A0ezmduM9MpXFeQ.2t9TkbUOakOO', NULL, 2, 'user', '1', '2023-10-08 12:06:25', '2023-10-08 12:06:25'),
(00000000000000002870, NULL, 'Arun mondol', NULL, NULL, 'dhaka', '01713081916', NULL, NULL, '$2y$10$qpQ4ncHlF9IwBsH24Suf3uBroy/t4P6yS.uTnP5IePmXzaLKOgc3G', NULL, 2, 'user', '1', '2023-10-08 12:08:46', '2023-10-08 12:08:46'),
(00000000000000002871, NULL, 'Nizam', NULL, NULL, 'dhaka', '01711131024', NULL, NULL, '$2y$10$l1dMRNuuoYsyB5Adu1SrgOMFG/3Base6IXzIBxXKL2I67TfZ54fSu', NULL, 2, 'user', '1', '2023-10-08 12:10:42', '2023-10-08 12:10:42'),
(00000000000000002873, NULL, 'Bluedream', NULL, NULL, 'dhaka', '01932403451', NULL, NULL, '$2y$10$.tQSKRXd7lZ5L6Vvlf3IrOrLasGbHHMrWBkcd0h.0ddCEQGNpuzmu', NULL, 2, 'user', '1', '2023-10-08 12:37:11', '2023-10-08 12:37:11'),
(00000000000000002875, NULL, 'M A Tareque', NULL, 'ma_tareque@yahoo.com', 'dhaka', '01730713811', NULL, NULL, '$2y$10$SDbyauQxaecfVt0AaqN4OeBu4B9YlHjKZXBL1YirLVw2rBzb/qSVK', NULL, 2, 'user', '1', '2023-10-08 12:42:19', '2023-10-08 12:42:19'),
(00000000000000002876, NULL, 'AFM Sadequl Islam', NULL, 'sadequl.scm@gmail.com', 'dhaka', '01757787710', NULL, NULL, '$2y$10$lS9luLQZh/JQbKnlCimrh.4dXjQdccHKtr.rMMkomFICAU42nce5O', NULL, 2, 'user', '1', '2023-10-08 12:46:11', '2023-10-08 12:46:11'),
(00000000000000002879, NULL, 'Mohai minute rabbe', NULL, NULL, 'dhaka', '1777649896', NULL, NULL, '$2y$10$GKRC8WD8Y61wL9idEK3QRe8KGz9EUA2VCtDdXgB8Ack825JHISVxq', NULL, 2, 'user', '1', '2023-10-08 12:57:40', '2023-10-08 12:57:40'),
(00000000000000002881, NULL, 'Ruhul Amin', NULL, NULL, 'dhaka', '01712262212', NULL, NULL, '$2y$10$.MW8SyfE7acWqae6Emes8.l4TDDahqkCJzwaJ274ATfq3H/sXauMS', NULL, 2, 'user', '2', '2023-10-08 13:07:46', '2023-10-08 13:07:46'),
(00000000000000002882, NULL, 'Rezaul karim', NULL, NULL, 'dhaka', '01926750890', NULL, NULL, '$2y$10$hbBMz62I8Z/9Dpbi4UGGduokGK1B/xJfV7x09fDsrj.6t/v.ivoBK', NULL, 2, 'user', '2', '2023-10-08 13:10:16', '2023-10-08 13:10:16'),
(00000000000000002883, NULL, 'Aowlad hossain', NULL, NULL, 'dhaka', '01727416200', NULL, NULL, '$2y$10$4JgNnvdmaWKc.dC5dUimU.MffTXstvNakYB6huJWxK6KehQ4tzROK', NULL, 2, 'user', '1', '2023-10-08 13:13:03', '2023-10-08 13:13:03'),
(00000000000000002884, NULL, 'Monzur', NULL, NULL, 'dhaka', '01819740263', NULL, NULL, '$2y$10$9loe2r0Enqhm8K/EYWfxL.ivNIOZTGbOvgOrmMlU9F.ECn8be7I56', NULL, 2, 'user', '1', '2023-10-08 13:15:25', '2023-10-08 13:15:25'),
(00000000000000002887, NULL, 'Kajol khan', NULL, NULL, 'dhaka', '01992340460', NULL, NULL, '$2y$10$cSCy8k4XbNBMBo/lV8P6ZOhJTy0ukOKoXy0t7/kgu3SNIsx3xnIY6', NULL, 2, 'user', '1', '2023-10-08 14:03:48', '2023-10-08 14:03:48'),
(00000000000000002888, NULL, 'Shawon', NULL, NULL, 'dhaka', '01855396055', NULL, NULL, '$2y$10$IzLl4xd.SwwwHV4Nmfkp/.I9kxmEMMwpx43F4IQgZTiysDrRARftC', NULL, 2, 'user', '1', '2023-10-08 14:06:29', '2023-10-08 14:06:29'),
(00000000000000002890, NULL, 'Mr. Maksud', NULL, NULL, 'dhaka', '01746033788', NULL, NULL, '$2y$10$2IutASE06BjLt4.4QZm2WOPw8JttuJ.k0NultmSuaXf2K3QumGRZ2', NULL, 2, 'user', '1', '2023-10-08 14:11:21', '2023-10-08 14:11:21'),
(00000000000000002892, NULL, 'Mamun', NULL, NULL, 'dhaka', '01756345141', NULL, NULL, '$2y$10$v6tPN/gT.K.3chl1E1fJoedTdypvaMNDOe4NUQ/liVr8YN0.7xPFa', NULL, 2, 'user', '1', '2023-10-08 14:18:48', '2023-10-08 14:18:48'),
(00000000000000002895, NULL, 'Anwar Hossain', NULL, NULL, 'dhaka', '01312744264', NULL, NULL, '$2y$10$DClRL79DNf8NTZLEPLv8l.2n/Ra.9cr14tn2tpvarU8bh2oweEj1y', NULL, 2, 'user', '1', '2023-10-08 14:26:50', '2023-10-08 14:26:50'),
(00000000000000002896, NULL, 'Shahnawaz', NULL, NULL, 'dhaka', '01615401040', NULL, NULL, '$2y$10$vLI4YysfH/vutpQcQn1tw.bqVwOU5cmoQr08.O0yLZ12udisQatk6', NULL, 2, 'user', '1', '2023-10-08 14:28:55', '2023-10-08 14:28:55'),
(00000000000000002897, NULL, 'Modern Herbal Group', NULL, NULL, 'dhaka', '01100311450', NULL, NULL, '$2y$10$Exp0M2y7LSg.nbvrnMYAneQcMjp./mL6wlN5yjLdKz6r1K.ChSSeO', NULL, 2, 'user', '2', '2023-10-08 14:34:27', '2024-02-25 15:09:56'),
(00000000000000002898, NULL, 'Md. Rasel', NULL, NULL, 'dhaka', '01715426433', NULL, NULL, '$2y$10$2XDftOUnqhF7ffBFmvtHx.KkjlmhKscBJbBSWHzqrXj626itlYSQ2', NULL, 2, 'user', '1', '2023-10-08 14:36:40', '2023-10-08 14:36:40'),
(00000000000000002900, NULL, 'MD.Nazmul Bissas', NULL, 'nazmulb30@gmail.com', 'dhaka', '01861358557', NULL, NULL, '$2y$10$YayuSJNczl5cyI7cpMg/w.zMBXT0EQeU0fmb6Cr4m3yidkyY9vWya', NULL, 2, 'user', '1', '2023-10-08 14:45:17', '2023-10-08 14:45:17'),
(00000000000000002903, NULL, 'Shawkat', NULL, NULL, 'dhaka', '01824523229', NULL, NULL, '$2y$10$PxRFj1Ja0mMsj1tWGRxdhuRdE9t0ghMgSLye9S.ee3KUbIt4wN2HC', NULL, 2, 'user', '1', '2023-10-08 15:02:22', '2023-10-08 15:02:22'),
(00000000000000002904, NULL, 'Shohag', NULL, NULL, 'dhaka', '01711583408', NULL, NULL, '$2y$10$NGX.fzgoIM1OThi3a0k5KOe.0iBFFi3bOHbZkeo3lOn1bFZJS7ek6', NULL, 2, 'user', '2', '2023-10-08 15:05:18', '2023-10-08 15:05:18'),
(00000000000000002905, NULL, 'Md Abu Bakar Siddique', NULL, NULL, 'dhaka', '01764770000', NULL, NULL, '$2y$10$H3g2PyAspVU.lYK0RjYqNOZ.ep/Ah.G2CbLTjeJKqn/OBOLw.KRQ.', NULL, 2, 'user', '1', '2023-10-08 15:08:50', '2023-10-08 15:08:50'),
(00000000000000002907, NULL, 'Subhongkor Kundo', NULL, NULL, 'dhaka', '01716679539', NULL, NULL, '$2y$10$KTyBcTJJ04hn.8Eu0i1jDepDgZKPi1JjIVfkd8yP/0rtEcVme7Y4y', NULL, 2, 'user', '1', '2023-10-08 15:14:05', '2023-10-08 15:14:05'),
(00000000000000002908, NULL, 'Shakhawat Hossain Mahi', NULL, 'mahihossain79@gmail.com', 'dhaka', '01711430221', NULL, NULL, '$2y$10$lNlT.THiQbcb/8wI9ni6WO6Ns76gmxCq0fX2HfmssDGfO/vzzFw6O', NULL, 2, 'user', '1', '2023-10-08 15:17:07', '2023-10-08 15:17:07'),
(00000000000000002910, NULL, 'Shoayeb', NULL, 'md.shoayeb@gmail.com', 'dhaka', '01716944022', NULL, NULL, '$2y$10$DNz19DFCRmm1yz8XeaeZVOqOQS2.1W0Vz.szMvT1HqC2NLFYkY5gm', NULL, 2, 'user', '1', '2023-10-08 15:26:45', '2023-10-08 15:26:45'),
(00000000000000002911, NULL, 'Kazul', NULL, NULL, 'dhaka', '01734310139', NULL, NULL, '$2y$10$cOPD5VC5WvzNx/XIWoFUqOMBskDMjcEMFtSK6ecBg/xjpl9UMtYGK', NULL, 2, 'user', '1', '2023-10-08 15:30:12', '2023-10-08 15:30:12'),
(00000000000000002912, NULL, 'Md. Harun or rashid sarker', NULL, NULL, 'dhaka', '01818851035', NULL, NULL, '$2y$10$88saNYHHALilSHaJQCdp/.GfKzTgbCdePvgOqymRUWAss.QmmMnhm', NULL, 2, 'user', '1', '2023-10-08 15:32:06', '2023-10-08 15:32:06'),
(00000000000000002915, NULL, 'Shahjalal', NULL, NULL, 'dhaka', '01628642508', NULL, NULL, '$2y$10$CEPho1pN22ggcdx1rJ0oHuZ1/sS7oDL66p3qEO7mOm63sDBlmarWy', NULL, 2, 'user', '1', '2023-10-08 16:14:11', '2023-10-08 16:14:11'),
(00000000000000002916, NULL, 'Mesbah Uddin Ahmed', NULL, NULL, 'dhaka', '01713045841', NULL, NULL, '$2y$10$oDMyHDRC.k3n/LUHD2fjs.QB1xLKVYU.8qHguNmG8GLBqjfEZl5Y.', NULL, 2, 'user', '1', '2023-10-08 16:19:33', '2023-10-08 16:19:33'),
(00000000000000002917, NULL, 'Harun', NULL, NULL, 'dhaka', '01793656566', NULL, NULL, '$2y$10$UdMxmmHwOQFr1PC0asy91.esMjn1kq8N2.dTAC2T5LfNmHTLdsgpO', NULL, 2, 'user', '1', '2023-10-08 16:26:48', '2023-10-08 16:26:48'),
(00000000000000002918, NULL, 'Munna', NULL, NULL, 'dhaka', '01956852620', NULL, NULL, '$2y$10$QC0FaUJRhlxBTqvilU/ZQufaK9DRLSg3tM11Zj6KNb18sIiG4UQim', NULL, 2, 'user', '2', '2023-10-08 16:31:27', '2023-10-08 16:31:27'),
(00000000000000002922, NULL, 'Oli Ullah', NULL, 'oliullah72@gmail.com', 'dhaka', '01678614369', NULL, NULL, '$2y$10$0YumXoMMt7ugyqTUOuODtuDrWOuCSz6TtdZaM1G9QAGM3hGUesNoi', NULL, 2, 'user', '2', '2023-10-08 16:47:31', '2023-10-08 16:47:31'),
(00000000000000002929, NULL, 'Samiul Islam', NULL, 'samiulsami88@gmail.com', 'dhaka', '01303018999', NULL, NULL, '$2y$10$q8bPbRuKkl4EPHlqmB7eN.w7LEME3njEecBjnc1p0Q3Ip5swQNOGC', NULL, 2, 'user', '1', '2023-10-08 17:28:08', '2023-10-08 17:28:08'),
(00000000000000002931, NULL, 'Saiful Haider Amil', NULL, 'amil55555@gmail.com', 'dhaka', '01813185251', NULL, NULL, '$2y$10$eSFX4es4XfN0GYS7uZuHGun6.HMmZgRtmTcE3TkEw0n8deqVUylne', NULL, 2, 'user', '1', '2023-10-09 10:36:53', '2023-10-09 10:36:53'),
(00000000000000002932, NULL, 'Mahin', NULL, NULL, 'dhaka', '01923384744', NULL, NULL, '$2y$10$jkyO/L5i1d.aqcNAolU9iuykaMh9Bln4BIvAhiPYArbXoZXfNh3.m', NULL, 2, 'user', '1', '2023-10-09 10:38:58', '2023-10-09 10:38:58'),
(00000000000000002933, NULL, 'Zaman', NULL, NULL, 'dhaka', '01716222755', NULL, NULL, '$2y$10$uodCDjtkxww7KObE55yJ3.nNapKhFfhBD3ZsyL0tyTccu4/bOBptC', NULL, 2, 'user', '1', '2023-10-09 10:41:19', '2023-10-09 10:41:19'),
(00000000000000002934, NULL, 'Mamun', NULL, 'mamunmd2844@gmail.com', 'dhaka', '01711335624', NULL, NULL, '$2y$10$I1JkECTfqvkolJh7eUdHxO8RAzMCWP7SIY0dKgELLBTeecj7W1I9e', NULL, 2, 'user', '1', '2023-10-09 10:43:32', '2023-10-09 10:43:32'),
(00000000000000002936, NULL, 'Shagor Ahmed', NULL, 'shagor18@mygpsbd.net', 'dhaka', '01725207818', NULL, NULL, '$2y$10$whsT/h8iMfZ3gRBMnbxWR.27bs7Q3dLFKlIRhVCPhawAsNHusnuJW', NULL, 2, 'user', '2', '2023-10-09 10:51:16', '2023-10-09 10:51:16'),
(00000000000000002940, NULL, 'Asik Bipu', NULL, NULL, 'dhaka', '01715609741', NULL, NULL, '$2y$10$LFIeL.KTqi3pLnJBv69VFu.NSudujfCAdQUGgyJ2Zjp2AURkrhEM.', NULL, 2, 'user', '1', '2023-10-09 11:03:08', '2023-10-09 11:03:08'),
(00000000000000002942, NULL, 'Md Ahsan Habib', NULL, 'habib132692@gmail.com', 'dhaka', '1785636843', NULL, NULL, '$2y$10$raJCPywp8CMsHJEs7AgWtONczydm3cxgFXqmj8549ZbMfHr9563pC', NULL, 2, 'user', '1', '2023-10-09 11:07:47', '2023-10-09 11:07:47'),
(00000000000000002943, NULL, 'Md.Babu', NULL, NULL, 'dhaka', '01710007740', NULL, NULL, '$2y$10$9e5ne23u8cd4FJJU0Wkk/eLnqaLwkcRoVsWoX9XIX..qaCUeiFDEa', NULL, 2, 'user', '1', '2023-10-09 11:11:03', '2023-10-09 11:11:03'),
(00000000000000002945, NULL, 'Bijoy chnadra dey', NULL, 'Bijoydey154@gmail.com', 'dhaka', '01741598879', NULL, NULL, '$2y$10$9UkuFSQ0dEIGDh0otygPbeGhGYLoeuqE0JMpywpWQcCKHqPzi/.fe', NULL, 2, 'user', '1', '2023-10-09 11:16:02', '2023-10-09 11:16:02'),
(00000000000000002946, NULL, 'Rumpa', NULL, NULL, 'dhaka', '01918605645', NULL, NULL, '$2y$10$fBpM2pHpcA.sR1J0Xn6CF.noEL5LyE75SkTbpetuEtB6ns6.7ZqGq', NULL, 2, 'user', '1', '2023-10-09 11:18:02', '2023-10-09 11:18:02'),
(00000000000000002947, NULL, 'Syed Mahmuduzzaman', NULL, NULL, 'dhaka', '01746214534', NULL, NULL, '$2y$10$fEcUROtloXJaCOpyme9suuyE/PGu4nuezBjGwP7Gr0q.mvfQSOkiO', NULL, 2, 'user', '1', '2023-10-09 11:20:21', '2023-10-09 11:20:21'),
(00000000000000002948, NULL, 'Md Helal', NULL, NULL, 'dhaka', '01741618028', NULL, NULL, '$2y$10$Q4zqLBP4GX7fL1mR6QQg4eqAHIZnKvZ2QZ5mNgJKaSn/477yLo8nC', NULL, 2, 'user', '1', '2023-10-09 11:23:03', '2023-10-09 11:23:03'),
(00000000000000002949, NULL, 'Shariotullah', NULL, NULL, 'dhaka', '01968841763', NULL, NULL, '$2y$10$hGdA.XIxY.9a9BPyueH5x.Fi3FLdZVAVerruqzcCQ4KYDmJShUbcO', NULL, 2, 'user', '1', '2023-10-09 11:25:52', '2023-10-09 11:25:52'),
(00000000000000002950, NULL, 'Israfil', NULL, NULL, 'dhaka', '01937076366', NULL, NULL, '$2y$10$AUJNuQkc3j/n51IjlaQb5.PC8YTFlynY7BjTHDyiKhgysoIQSkMLC', NULL, 2, 'user', '1', '2023-10-09 11:28:38', '2023-10-09 11:28:38'),
(00000000000000002953, NULL, 'S. M. JABER', NULL, NULL, 'dhaka', '01625038876', NULL, NULL, '$2y$10$DvX470dXLISp8R8KBUpDH.qc4uI83Mq4SFP2Qh7dbcUtkwODCxkDG', NULL, 2, 'user', '1', '2023-10-09 11:35:42', '2023-10-09 11:35:42'),
(00000000000000002957, NULL, 'Nur a Rayhan', NULL, NULL, 'dhaka', '01718865051', NULL, NULL, '$2y$10$Dk3IDxvX1yeirMkIlqbwnuPjvL8x3lLct4WoQd6UWM9hF7ws3SoeW', NULL, 2, 'user', '1', '2023-10-09 11:46:04', '2023-10-09 11:46:04'),
(00000000000000002959, NULL, 'Shamim_piickmeexpress', NULL, NULL, 'dhaka', '01878478228', NULL, NULL, '$2y$10$eMrczyAUmMgodbrgy4mPYuYjHJfe3Kwr0DzAtGwDU/iK8/hxPlZRy', NULL, 2, 'user', '2', '2023-10-09 11:52:59', '2023-10-09 11:52:59'),
(00000000000000002961, NULL, 'Md.sajal', NULL, 'sajalislam0767@gmail.com', 'dhaka', 'o1851525053', NULL, NULL, '$2y$10$KcxD8uUQQ5crUSORcsKyWOuGLYg0Shq5zpZHUB.1t1amtRYud/viW', NULL, 2, 'user', '1', '2023-10-09 12:46:31', '2023-10-09 12:46:31'),
(00000000000000002962, NULL, 'Foridul madbor', NULL, NULL, 'dhaka', '01839077415', NULL, NULL, '$2y$10$ZNodpRF8UwSQc957PvByfOB0ChXxQzzMkfqBvmr17ij492KGZw4KK', NULL, 2, 'user', '1', '2023-10-09 12:48:56', '2023-10-09 12:48:56'),
(00000000000000002963, NULL, 'MD REZAUL KARIM', NULL, NULL, 'dhaka', '01643344661', NULL, NULL, '$2y$10$qA.yBC3W/UW3NUqiadCYTOLwNvn0VbeFa43YpNtwNbCueJ5Ys17Ly', NULL, 2, 'user', '1', '2023-10-09 12:52:36', '2023-10-09 12:52:36'),
(00000000000000002964, NULL, 'MD.Sohag', NULL, NULL, 'dhaka', '01329466687', NULL, NULL, '$2y$10$/agKNZn0cZ99Lc0HAQoqO.zs28X0vKqwsvgCKC/5rvz5wwwQAJ1gS', NULL, 2, 'user', '1', '2023-10-09 13:29:12', '2023-10-09 13:29:12'),
(00000000000000002969, NULL, 'Monju', NULL, NULL, 'dhaka', '01790403666', NULL, NULL, '$2y$10$oWLlHkuopnjbb8TnKeJaJOvUnhkHFkIP2VenuHLlAsm.pT1JgNh82', NULL, 2, 'user', '1', '2023-10-09 14:56:58', '2023-10-09 14:56:58'),
(00000000000000002970, NULL, 'Md.Golam mostofa', NULL, NULL, 'dhaka', '01992806646', NULL, NULL, '$2y$10$j.wcd2hHeUquOFttvQ1WG.Rslx3xSyKnAB3GO4YJX9sOIDznFzgTC', NULL, 2, 'user', '1', '2023-10-09 15:02:21', '2023-10-09 15:02:21'),
(00000000000000002975, NULL, 'Alam khan', NULL, 'abulalamkhan1966@gmail.com', 'dhaka', '01730300045', NULL, NULL, '$2y$10$7JkKcb0hkH.zQutTJnAvv.7n81nF7HqBh1l.WfnFbuzrOYiLdBX62', NULL, 2, 'user', '1', '2023-10-09 15:50:24', '2023-10-09 15:50:24'),
(00000000000000002977, NULL, 'Abhi', NULL, NULL, 'dhaka', '01723291831', NULL, NULL, '$2y$10$psI1p2LbytZUa0wOEHRdFuvUm2abojZR/CPUov4GjeCVwDdaTl6p2', NULL, 2, 'user', '2', '2023-10-09 16:10:41', '2023-10-09 16:10:41'),
(00000000000000002978, NULL, 'MD IMRAN HOSSAIN', NULL, 'hossainmdimran013@gmail.com', 'dhaka', '01708122281', NULL, NULL, '$2y$10$V5IgfbRdJN1t6e38ldfjouMjdwZofqsQhCwaKWJl2JS1evVzzGkhi', NULL, 2, 'user', '1', '2023-10-09 16:14:02', '2023-10-09 16:14:02'),
(00000000000000002979, NULL, 'Abdullah Al Rahim', NULL, 'RAYHAND2K@GMAIL.COM', 'dhaka', '01771770033', NULL, NULL, '$2y$10$guzZ6qtiqwqwRhq02sBKWe.u3Q2O9w3BY/Ol8i2et0upV68lzw.Kq', NULL, 2, 'user', '1', '2023-10-09 16:22:20', '2023-10-09 16:22:20'),
(00000000000000002981, NULL, 'Md Sirajul Islam', NULL, NULL, 'dhaka', '01926685905', NULL, NULL, '$2y$10$4Y1XftD.6xBNKTcsfpKfjOD/xwwHEqc/7DgnZiaQigcRULiUok4wi', NULL, 2, 'user', '1', '2023-10-09 16:34:22', '2023-10-09 16:34:22'),
(00000000000000002986, NULL, 'Habib ahmed', NULL, NULL, 'dhaka', '01880856164', NULL, NULL, '$2y$10$Y/Cs2ZyTzNWR34TXAJb.dutKXiJWe09TeVuaqJgJv26uocwlZ9Zsq', NULL, 2, 'user', '1', '2023-10-09 16:52:17', '2023-10-09 16:52:17'),
(00000000000000002989, NULL, 'Dipok Kumer Kundu', NULL, 'dipok2020@gmail.com', 'dhaka', '01737357952', NULL, NULL, '$2y$10$iUZIiBZWO63ZWXYIx.73NuRvtNDBtX.AIKOZ/vs0Pf2dsL4S75a2C', NULL, 2, 'user', '1', '2023-10-09 17:01:39', '2023-10-09 17:01:39'),
(00000000000000002991, NULL, 'Raj', NULL, NULL, 'dhaka', '01689366815', NULL, NULL, '$2y$10$WeYIvukCTEkofBlD1JwR4uO6IARZ4jDjBO7h6VC2Tg/njS2naltPe', NULL, 2, 'user', '1', '2023-10-09 17:07:14', '2023-10-09 17:07:14'),
(00000000000000002992, NULL, 'Md.imran Ahamed polash', NULL, 'imranahamed0410@gmail.com', 'dhaka', '01816788621', NULL, NULL, '$2y$10$xhEOuPBqs/yFvNSooT9OjOIlwHzjsGuxEuh/AmX3fI2D3QB7kBQYC', NULL, 2, 'user', '1', '2023-10-09 17:11:23', '2023-10-09 17:11:23'),
(00000000000000002994, NULL, 'Milton', NULL, 'miltondrozario77@gmail.com', 'dhaka', '01977091993', NULL, NULL, '$2y$10$RkDkJsCzFxav9P9sUHsm/.W.2cX2i8DKxLCq5pUhtNPtRzkndNj2.', NULL, 2, 'user', '1', '2023-10-09 17:17:38', '2023-10-09 17:17:38'),
(00000000000000002997, NULL, 'Salim', NULL, NULL, 'dhaka', '01842093726', NULL, NULL, '$2y$10$hN3OzbzrIYawUz3E/5pO1extQEDheM4lAqwhWw278qqBDX2lWEpU.', NULL, 2, 'user', '1', '2023-10-09 17:45:29', '2023-10-09 17:45:29'),
(00000000000000002998, NULL, 'Dr.Anirban Kishor Singha', NULL, 'anirbanbdsingha@gmail.com', 'dhaka', '01717556941', NULL, NULL, '$2y$10$/AX.B8KQZsCVGkvf/HLeOup0aSHVfiNdptssxkdjPBKE2tKcfqE3K', NULL, 2, 'user', '1', '2023-10-09 17:48:58', '2023-10-09 17:48:58'),
(00000000000000002999, NULL, 'Yiahiya Abid', NULL, NULL, 'dhaka', '01718098388', NULL, NULL, '$2y$10$eeLe8as4UTu1R2gcj6EwO.EjZ3YmVNatZwyreLRQePpV.NXIH0hRm', NULL, 2, 'user', '1', '2023-10-09 17:51:36', '2023-10-09 17:51:36'),
(00000000000000003000, NULL, 'MD MASUDUR RAHMAN', NULL, 'masudur26@gmail.com', 'dhaka', '01921683664', NULL, NULL, '$2y$10$vLFRFp5INudW54tHEOVsvuPxzNhPzSZ03mlt5CnmTlYJPdVS92Gmu', NULL, 2, 'user', '1', '2023-10-09 17:54:42', '2023-10-09 17:54:42'),
(00000000000000003001, NULL, 'Mannan', NULL, NULL, 'dhaka', '01771262256', NULL, NULL, '$2y$10$9gLebOwwKzastnmc6Nl4f.Cg9pNKRdW6Sud.WJmIcL06Y4RUwKKnG', NULL, 2, 'user', '1', '2023-10-10 10:14:25', '2023-10-10 10:14:25'),
(00000000000000003005, NULL, 'Jamal', NULL, NULL, 'dhaka', '01711670204', NULL, NULL, '$2y$10$6jJQkG3IXrYjw7/ZqatYgOm40YtCT248y6qLqaMCoW8ejbyA1UOXS', NULL, 2, 'user', '2', '2023-10-10 10:24:09', '2023-10-10 10:24:09'),
(00000000000000003006, NULL, 'Md. Bablu', NULL, NULL, 'dhaka', '01713613176', NULL, NULL, '$2y$10$G57fS1o5/o0oVRoCWpelrecULiernchwmgR5dWyTe0N9gZQa3eZm.', NULL, 2, 'user', '1', '2023-10-10 10:29:40', '2023-10-10 10:29:40'),
(00000000000000003008, NULL, 'Masum billal', NULL, NULL, 'dhaka', '01827312623', NULL, NULL, '$2y$10$0UG81YxmHIw6kEZYXFr3..DZshdbGba30h8CVGxB/gbmT4slTQ6c6', NULL, 2, 'user', '1', '2023-10-10 10:35:30', '2023-10-10 10:35:30'),
(00000000000000003009, NULL, 'Mukul', NULL, NULL, 'dhaka', '01722984433', NULL, NULL, '$2y$10$mXZeqATU/beVqHV/lATrbuZQhY34SfbVu6hAsPicFwYmjHWYY5gPC', NULL, 2, 'user', '1', '2023-10-10 10:37:08', '2023-10-10 10:37:08'),
(00000000000000003010, NULL, 'Abdul kader', NULL, NULL, 'dhaka', '01885887788', NULL, NULL, '$2y$10$WWb3szRZcmkJOgqy376nje2daGWw1uwHEg5uvfsUAhrBmHCXC.rhG', NULL, 2, 'user', '1', '2023-10-10 10:39:09', '2023-10-10 10:39:09'),
(00000000000000003015, NULL, 'Jahin', NULL, NULL, 'dhaka', '01720513413', NULL, NULL, '$2y$10$EzWZao683QQK8FPL7zRg6.oVcha12rCPK.aM7aUmPNhLe5L6wbLfO', NULL, 2, 'user', '1', '2023-10-10 10:50:59', '2023-10-10 10:50:59'),
(00000000000000003017, NULL, 'MD Shamim Hossain', NULL, 'hshamim26@gmail.com', 'dhaka', '01924090866', NULL, NULL, '$2y$10$WDsZRcKc0pNWssAVa./h1O./2E0Wb1WPOjdPWmiml7itTwFnwNKP2', NULL, 2, 'user', '1', '2023-10-10 10:55:12', '2023-10-10 10:55:12'),
(00000000000000003018, NULL, 'Arif Hossain', NULL, NULL, 'dhaka', '01701029895', NULL, NULL, '$2y$10$bjKwPDP3xUKdPBN.0ktzG.1Jb42k9CdRk0ySsIZ20bpDMV15eNzNK', NULL, 2, 'user', '1', '2023-10-10 10:57:50', '2023-10-10 10:57:50'),
(00000000000000003025, NULL, 'Rafikul islam', NULL, NULL, 'dhaka', '1749273849', NULL, NULL, '$2y$10$mxcKhw3cxzoZDB57mGkpFubp9eFPyZ8LmQmplxI9XNx3Soy4rFGYS', NULL, 2, 'user', '1', '2023-10-10 16:45:41', '2023-10-10 16:45:41'),
(00000000000000003026, NULL, 'Mohib Titu', NULL, 'mohibtitu@gmail.com', 'dhaka', '01844146087', NULL, NULL, '$2y$10$hyWkASDMz1WXzJWMlSwiJOlQzm0UbB3UUxAk51i4eddakewcfn/76', NULL, 2, 'user', '1', '2023-10-10 16:48:17', '2023-10-10 16:48:17'),
(00000000000000003028, NULL, 'Nasir', NULL, NULL, 'dhaka', '01720163307', NULL, NULL, '$2y$10$Gv3R7fsWmW4kwr/F0qiItOQ0.A3/XrZaqS3KGMLBxVkCZ/d6/EUfK', NULL, 2, 'user', '1', '2023-10-10 17:31:11', '2023-10-10 17:31:11'),
(00000000000000003030, NULL, 'Md Tazul Islam', NULL, NULL, 'dhaka', '01716931621', NULL, NULL, '$2y$10$aOf9Ul4HYt6ZCL.z3jETkemGsu4XaCaATWvaFRzxqBD7PSnXauPji', NULL, 2, 'user', '1', '2023-10-10 17:37:14', '2023-10-10 17:37:14'),
(00000000000000003033, NULL, 'Shipul', NULL, NULL, 'dhaka', '01714591475', NULL, NULL, '$2y$10$uR3XiS82mttqT4Q3GFvF.eTFNlSYy.9IqVwslza9E1ws60uQ6aGI6', NULL, 2, 'user', '1', '2023-10-11 10:26:36', '2023-10-11 10:26:36'),
(00000000000000003035, NULL, 'Raju', NULL, NULL, 'dhaka', '01792388677', NULL, NULL, '$2y$10$bUvwWBgBKd6pzrdwlsy9JeS.0LWuDaX7MbKri3C1xm5cLpHl3YpMm', NULL, 2, 'user', '2', '2023-10-11 10:47:23', '2023-10-11 10:47:23'),
(00000000000000003036, NULL, 'Swapnil Sarkar', NULL, 'swapnil.sarkar.gplay@gmail.com', 'dhaka', '01303838861', NULL, NULL, '$2y$10$txnQgGLYz2Copxmpud3/kefRviNo7Sar3oCRxgcBhmwoadWy2M1OK', NULL, 2, 'user', '1', '2023-10-11 10:49:53', '2023-10-11 10:49:53'),
(00000000000000003037, NULL, 'D.M.S.N. Jaman', NULL, NULL, 'dhaka', '01711076412', NULL, NULL, '$2y$10$XG4b.kCkCwe8Ggt0uaPh1ehaRMPIODCNQTDhXwx6.uiL22YMK4f8y', NULL, 2, 'user', '1', '2023-10-11 10:51:57', '2023-10-11 10:51:57'),
(00000000000000003045, NULL, 'Sumon', NULL, NULL, 'dhaka', '01647649420', NULL, NULL, '$2y$10$LbZn5edG9r1MppDkKlOVV.T9AlcmgV55naZDE8DkenpCgPhlGqVPC', NULL, 2, 'user', '2', '2023-10-11 11:25:29', '2023-10-11 11:25:29'),
(00000000000000003049, NULL, 'Delowar', NULL, NULL, 'dhaka', '1813748126', NULL, NULL, '$2y$10$FA9h9BB2TC.7IUeYzCslpevdvjlBM3/aHxuC6xLSXaJRMFRLfGOVS', NULL, 2, 'user', '1', '2023-10-11 11:35:59', '2023-10-11 11:35:59'),
(00000000000000003050, NULL, 'Hasib Reza', NULL, NULL, 'dhaka', '01765302308', NULL, NULL, '$2y$10$YYyv1SrKMtijj.okdtVZYuHTTNoe1teD44lY7F4eux4B5Dcq3NOJW', NULL, 2, 'user', '1', '2023-10-11 11:37:51', '2023-10-11 11:37:51'),
(00000000000000003051, NULL, 'Ajom', NULL, NULL, 'dhaka', '01755527715', NULL, NULL, '$2y$10$664lp7mmwpeY8Ynw6sFmcuu37e7TZ7K.YBpzkzhUgVFHdIL49ZvtK', NULL, 2, 'user', '1', '2023-10-11 11:41:32', '2023-10-11 11:41:32'),
(00000000000000003053, NULL, 'Golam Mortoza', NULL, 's.mortoza@gmail.com', 'dhaka', '01713018617', NULL, NULL, '$2y$10$LuwYJ5bqkcuYMidqJ7O/9uu/tS.IDqSxG8Tz7e1uMmzJhotVZvTj6', NULL, 2, 'user', '1', '2023-10-11 11:48:04', '2023-10-11 11:48:04'),
(00000000000000003056, NULL, 'Goni', NULL, NULL, 'dhaka', '01791407279', NULL, NULL, '$2y$10$nkA00JdJoV5YbJnD6h03B.sX2b39FkoqBtA8uYdk40.nJDPtnSLUe', NULL, 2, 'user', '1', '2023-10-11 11:55:17', '2023-10-11 11:55:17'),
(00000000000000003057, NULL, 'Sm kabir', NULL, NULL, 'dhaka', '01742262228', NULL, NULL, '$2y$10$KqAE8kGrgs1h2s1JxVMareulUAp/ypX6BJjzp2gXyGKNmReTLzcnO', NULL, 2, 'user', '1', '2023-10-11 11:57:56', '2023-10-11 11:57:56'),
(00000000000000003058, NULL, 'Sahin amzad', NULL, NULL, 'dhaka', '01614491071', NULL, NULL, '$2y$10$E9LdV7RFLt.l80e3DUcXCOIR7G881XealJC7.VN0JTV0ii2KnNeYe', NULL, 2, 'user', '1', '2023-10-11 13:49:53', '2023-10-11 13:49:53'),
(00000000000000003060, NULL, 'Salauddin', NULL, NULL, 'dhaka', '01635217115', NULL, NULL, '$2y$10$47t5HVJlwt2aRK6tSoWRnesIhIUl9Z0lVfiveTNY5Xd9D6dXZzT3a', NULL, 2, 'user', '1', '2023-10-11 13:54:55', '2023-10-11 13:54:55'),
(00000000000000003062, NULL, 'Mohammad Hossain', NULL, 'ddhossain1961@gmail.com', 'dhaka', '1711 391786', NULL, NULL, '$2y$10$gJwImzTjXBscjMeq3GvBP.yuhN8Wfhfi13ils30ZBV02kitS3Ic3u', NULL, 2, 'user', '1', '2023-10-11 14:00:53', '2023-10-11 14:00:53'),
(00000000000000003064, NULL, 'MD Abdul Bari', NULL, NULL, 'dhaka', '01913816421', NULL, NULL, '$2y$10$piWQeCGFGGHbMKQgDxqD3u2F2cHEEyZZVWXY2HyhhrDGja.9XyL5y', NULL, 2, 'user', '1', '2023-10-11 14:05:36', '2023-10-11 14:05:36'),
(00000000000000003065, NULL, 'Faruk', NULL, NULL, 'dhaka', '01716918972', NULL, NULL, '$2y$10$lQLKsIzLPMakQXDLvrZtM.TNfOEOKJfw7/vDmz9va.7yPhqektbyO', NULL, 2, 'user', '1', '2023-10-11 14:08:53', '2023-10-11 14:08:53'),
(00000000000000003067, NULL, 'Ripon Saha', NULL, 'riponsasha@gmail.com', 'dhaka', '01715407263', NULL, NULL, '$2y$10$eyRycnLMiKIn/EYXgXtNue43xOWYA92z7O2H1ISqorSSm0rvVyh8q', NULL, 2, 'user', '1', '2023-10-11 14:36:40', '2023-10-11 14:36:40'),
(00000000000000003068, NULL, 'Arafat Khandakar', NULL, NULL, 'dhaka', '01863973817', NULL, NULL, '$2y$10$VVmRBDi972l4loGKrNkuDuIbGHSgQVB4smn123FQmBPzR9b5tfhyO', NULL, 2, 'user', '1', '2023-10-11 14:43:11', '2023-10-11 14:43:11'),
(00000000000000003069, NULL, 'Harun', NULL, NULL, 'dhaka', '01956810393', NULL, NULL, '$2y$10$6x2BprBZZgN.GwsLKdfXaOxgvzI/w8U8MOidc1KgouNCGG89o5BqO', NULL, 2, 'user', '1', '2023-10-11 14:58:37', '2023-10-11 14:58:37'),
(00000000000000003070, NULL, 'Roki', NULL, NULL, 'dhaka', '01610974228', NULL, NULL, '$2y$10$CWpA6ZXQXtQmJ6PsWJPjKuZBh7PYZqaRqvja7i/sZnQ2TCxUiyQsq', NULL, 2, 'user', '1', '2023-10-11 15:01:58', '2023-10-11 15:01:58'),
(00000000000000003071, NULL, 'sopon', NULL, NULL, 'dhaka', '01711248692', NULL, NULL, '$2y$10$G/l3uG7On7HZxd6xF6B9.OVBM55uZpvQcRbAfmsDDSa2owE.EgniO', NULL, 2, 'user', '1', '2023-10-11 15:04:38', '2023-10-11 15:04:38'),
(00000000000000003074, NULL, 'Md. Saiful Hyder', NULL, NULL, 'dhaka', '01712274480', NULL, NULL, '$2y$10$UNzLBACsEcN9jXrZYHnYweQ6ER.Aa2jzPk/uYH9F.w7sWUVVB39T6', NULL, 2, 'user', '1', '2023-10-11 15:21:19', '2023-10-11 15:21:19'),
(00000000000000003075, NULL, 'Shakil', NULL, NULL, 'dhaka', '01749677705', NULL, NULL, '$2y$10$2QfioC44bqytZPy7kyttMejhGYhrbLWb2AP.Qh.lXsHdDQzkpXwoS', NULL, 2, 'user', '1', '2023-10-11 15:23:19', '2023-10-11 15:23:19'),
(00000000000000003076, NULL, 'Farham Chowdhury', NULL, 'farhamchy@gmail.com', 'dhaka', '01911067650', NULL, NULL, '$2y$10$5L9AfIQIufu5ZH4XmJqaJ.f4ckDmy2rd3OdALzbhfWu/hC.gwkjw6', NULL, 2, 'user', '1', '2023-10-11 15:26:45', '2023-10-11 15:26:45'),
(00000000000000003077, NULL, 'MD.Nasir uddin', NULL, NULL, 'dhaka', '1760359158', NULL, NULL, '$2y$10$fAl/sSdbnxg1UafCID4vd.Rk0LFdjKfMzfhK9HyudIxT6fECBjeoe', NULL, 2, 'user', '1', '2023-10-11 15:29:42', '2023-10-11 15:29:42'),
(00000000000000003078, NULL, 'Shawon', NULL, NULL, 'dhaka', '01727332181', NULL, NULL, '$2y$10$2QO.JxkcWzqZ1P8crfooru5/Cr2MvTJlPlEn2wpiSQlHKZfJMZ5eO', NULL, 2, 'user', '1', '2023-10-11 15:35:28', '2023-10-11 15:35:28'),
(00000000000000003080, NULL, 'Ashraf Muhammad Iqbal', NULL, 'farian2008@gmail.com', 'dhaka', '01712023741', NULL, NULL, '$2y$10$VhpCohU.kDqwJefWPLnEAuB9TC1a5Qb6z3ZQvSnlWLWR9ztk02nXW', NULL, 2, 'user', '1', '2023-10-11 15:40:06', '2023-10-11 15:40:06'),
(00000000000000003082, NULL, 'MD Altaf Hossain', NULL, 'altafhossain.r@gmail.com', 'dhaka', '01720431373', NULL, NULL, '$2y$10$Ft6OLS.0dvHbTciCwsiugezSG0tXB2V39EeplwnV5UpSDIxlH4v.C', NULL, 2, 'user', '1', '2023-10-11 15:47:27', '2023-10-11 15:47:27'),
(00000000000000003087, NULL, 'Imran', NULL, NULL, 'dhaka', '01819929505', NULL, NULL, '$2y$10$MleagaxvZw3ZrFavAz8pq.nsBJerM98fFjaPK5DeC60DJYOrGe0ya', NULL, 2, 'user', '1', '2023-10-11 16:16:54', '2023-10-11 16:16:54'),
(00000000000000003089, NULL, 'Md Shohel', NULL, NULL, 'dhaka', '01723904198', NULL, NULL, '$2y$10$msXQ4Hu/GDbOqQd/7KNaYua/Oq3OrYlNJEekCyN2UqagVBN0ZQ0h.', NULL, 2, 'user', '1', '2023-10-11 16:20:48', '2023-10-11 16:20:48'),
(00000000000000003091, NULL, 'Ashok kumar saha', NULL, NULL, 'dhaka', '01860861188', NULL, NULL, '$2y$10$qeWO6GJgSNU6q4ZzBJllouf8FFaZbC.KmLL5Qh2uFeBXajjZwUZBi', NULL, 2, 'user', '1', '2023-10-11 16:27:00', '2023-10-11 16:27:00'),
(00000000000000003093, NULL, 'Md. Mizanur Rahman', NULL, 'mizansayem@gmail.com', 'dhaka', '01318700606', NULL, NULL, '$2y$10$4LkDr3M/RzkmDi4.Nx3A9.1qao9pZcqTyRa15mZs0qK1Zrtj617mK', NULL, 2, 'user', '1', '2023-10-11 16:36:59', '2023-10-11 16:36:59'),
(00000000000000003094, NULL, 'Anowar', NULL, 'anowaropy01@gmail.com', 'dhaka', '01799949901', NULL, NULL, '$2y$10$N2orpNpF.mN7i1/A0UXrXOS89QB0ABnYz1uVudrYNd6QEz1BOt2Wu', NULL, 2, 'user', '1', '2023-10-11 16:46:15', '2023-10-11 16:46:15'),
(00000000000000003095, NULL, 'MOSALM', NULL, NULL, 'dhaka', '1759164807', NULL, NULL, '$2y$10$l3EN08aGvHiYUyWKKzDcvOTIvOYUdPaBXz2qH5KdK8aAQGsEPVW2y', NULL, 2, 'user', '1', '2023-10-11 16:59:59', '2023-10-11 16:59:59'),
(00000000000000003097, NULL, 'Mostak ahmed', NULL, NULL, 'dhaka', '01711023301', NULL, NULL, '$2y$10$kNePlY0Z6rUDLSSF4eZ4ZOVtSO99PG97XfrP/MRg/Kv2JP8sc6xsW', NULL, 2, 'user', '1', '2023-10-11 17:08:13', '2023-10-11 17:08:13'),
(00000000000000003105, NULL, 'Dipak Kumar Banik Dipu', NULL, NULL, 'dhaka', '01788888855', NULL, NULL, '$2y$10$A4S8Hl475Ms6YcZZhPZ07.s5Nxxm1Q/a75b/1zDyGknTjS0Va3pGW', NULL, 2, 'user', '1', '2023-10-11 17:33:15', '2023-10-11 17:33:15'),
(00000000000000003107, NULL, 'Hasan', NULL, NULL, 'dhaka', '01715053718', NULL, NULL, '$2y$10$gJXoHyBi7nTapwov8moQ5exLJd7E9Jz8xZwaIZEB7qebwSrpC8rKm', NULL, 2, 'user', '2', '2023-10-12 10:35:03', '2023-10-12 10:35:03'),
(00000000000000003108, NULL, 'Shafiq', NULL, 'msuknit@gmail.com', 'dhaka', '01941420555', NULL, NULL, '$2y$10$ddvR6wlfLFV5lHNbvwvEreV38ULLN4zXsq3sBewR0PRAPuRWhCldi', NULL, 2, 'user', '2', '2023-10-12 10:45:47', '2023-10-12 10:45:47'),
(00000000000000003109, NULL, 'Munnaf ali', NULL, NULL, 'dhaka', '01760200771', NULL, NULL, '$2y$10$BNEvM7G2quAUYObMcofbzeolWO2Sc8SPTDD5mK6d0cVA/sTg5uGd6', NULL, 2, 'user', '1', '2023-10-12 10:48:32', '2023-10-12 10:48:32'),
(00000000000000003111, NULL, 'Md Sana Ullah', NULL, NULL, 'dhaka', '01715704212', NULL, NULL, '$2y$10$/8Jqr4Yqi06l9a7ecz0Ze.1XUlQbZhEVsJgj9ej5l.lyTPJu5Prji', NULL, 2, 'user', '1', '2023-10-12 10:53:22', '2023-10-12 10:53:22'),
(00000000000000003113, NULL, 'Md Alauddin', NULL, NULL, 'dhaka', '01842904912', NULL, NULL, '$2y$10$hPAwtREhhcXnvDdKsDfCsOYLHtREGSX0pw8hLPfKfQGH4quQJveRK', NULL, 2, 'user', '1', '2023-10-12 11:00:00', '2023-10-12 11:00:00'),
(00000000000000003114, NULL, 'M rahma', NULL, NULL, 'dhaka', '01678035250', NULL, NULL, '$2y$10$kAXwW6knZ2dWgVwaPKELqeSRlSxYHhwltC08FFDiscyDuKInABB8K', NULL, 2, 'user', '1', '2023-10-12 11:02:24', '2023-10-12 11:02:24'),
(00000000000000003116, NULL, 'Md Ruhul Amin', NULL, NULL, 'dhaka', '01720585892', NULL, NULL, '$2y$10$.8ljqrzYNouTInL35iW3pu/2fpW2qBHvBKLwvOf71x9Lb.ZgYaBuG', NULL, 2, 'user', '1', '2023-10-12 11:10:00', '2023-10-12 11:10:00'),
(00000000000000003117, NULL, 'Ashan habib', NULL, NULL, 'dhaka', '01789137277', NULL, NULL, '$2y$10$iWNUSWgATpOf871zpsNYYuxS43Dz.DxnAg/pzflQK0l03vqrm2i3e', NULL, 2, 'user', '1', '2023-10-12 11:12:19', '2023-10-12 11:12:19'),
(00000000000000003119, NULL, 'Novel Shariar', NULL, NULL, 'dhaka', '01923648488', NULL, NULL, '$2y$10$Q6L5.9e8G.uZf2q0y8827O89X9GlmRlDYfIWbwQTmLUpHhSkC.J1O', NULL, 2, 'user', '1', '2023-10-12 11:18:50', '2023-10-12 11:18:50'),
(00000000000000003120, NULL, 'Kazi dipu', NULL, NULL, 'dhaka', '01726894749', NULL, NULL, '$2y$10$GBxQViMkPu.q5hWaJIuI.ud.qJVNHsDMu/ehcru0Swtk2tHATHSd2', NULL, 2, 'user', '1', '2023-10-12 11:20:48', '2023-10-12 11:20:48'),
(00000000000000003121, NULL, 'Rubel', NULL, NULL, 'dhaka', '01819055096', NULL, NULL, '$2y$10$Q.ztTrCIyidutq6Yw7AXxuGjksjszsZ/NrhZr2Lbcfa4lrFnzqDMe', NULL, 2, 'user', '1', '2023-10-12 11:24:31', '2023-10-12 11:24:31'),
(00000000000000003124, NULL, 'Md Masud Rana', NULL, NULL, 'dhaka', '01312281895', NULL, NULL, '$2y$10$qNalUPF8vbe8Fc2RaTsZXegdrrqtBz65O2e/E4ImYJ6l3KJoeyQJm', NULL, 2, 'user', '1', '2023-10-12 11:35:03', '2023-10-12 11:35:03'),
(00000000000000003125, NULL, 'Mohammad Ariful Haque', NULL, 'ariiful@gmail.com', 'dhaka', '01731156129', NULL, NULL, '$2y$10$nh7ALdI6emrboS24.TW2R.f1stWdKKlwyioIhOd8FpDarF5pOwCP6', NULL, 2, 'user', '1', '2023-10-12 12:32:51', '2023-10-12 12:32:51'),
(00000000000000003126, NULL, 'BILLAL HOSSAIN', NULL, NULL, 'dhaka', '01712380031', NULL, NULL, '$2y$10$UjikguYyg43Xf9JqfXPgHeLz3PC5a9T9FcfV2gDjEQZ0AES5cpSLi', NULL, 2, 'user', '2', '2023-10-12 12:48:07', '2023-10-12 13:24:14'),
(00000000000000003127, NULL, 'Golam Hosen', NULL, NULL, 'dhaka', '01715479584', NULL, NULL, '$2y$10$Yc9QxaUicoahLknNLFnf5exHkebnNWC2cfsug9idqTAwvT0V09oqO', NULL, 2, 'user', '1', '2023-10-12 13:26:32', '2023-10-12 13:26:32'),
(00000000000000003128, NULL, 'Shemon Roy', NULL, NULL, 'dhaka', '01718409148', NULL, NULL, '$2y$10$NfnnyFbxF8rTyBcKKKulTuVJ.zKo6VC1s/IQ0.cnX4V3abzpFXkFC', NULL, 2, 'user', '1', '2023-10-12 13:46:26', '2023-10-12 13:46:26'),
(00000000000000003130, NULL, 'Mohsin Arif Reja', NULL, NULL, 'dhaka', '01755557086', NULL, NULL, '$2y$10$nOwl3yOzEriCeNvIXlBm.u8coLhD9sU4foNa5tQg4CX2lz4TJzsIy', NULL, 2, 'user', '2', '2023-10-12 13:52:26', '2023-10-12 13:52:26'),
(00000000000000003133, NULL, 'Nasrin Akter Ishita', NULL, 'nasrinakterishita@gmail.com', 'dhaka', '01675495943', NULL, NULL, '$2y$10$2a2e4TLA5tFzoZS9WzeH3OePm2X6iztf1kuAjNYiu.5FsK2PpLx6W', NULL, 2, 'user', '1', '2023-10-12 14:03:04', '2023-10-12 14:03:04'),
(00000000000000003134, NULL, 'Ashikul Islam', NULL, NULL, 'dhaka', '01938888711', NULL, NULL, '$2y$10$sIHpjYPmC16.aGBeqPMCeeZn21qkwYjUwjPNZVEBSQ0iGvQaKYqv.', NULL, 2, 'user', '1', '2023-10-12 14:06:17', '2023-10-12 14:06:17'),
(00000000000000003135, NULL, 'Md Sabbir Hossain', NULL, NULL, 'dhaka', '01759319925', NULL, NULL, '$2y$10$w94neG//B5Tcbu8HaNPf4e3z7lN9KyEH6qsJJGR71CvDdN7W7RbUW', NULL, 2, 'user', '1', '2023-10-12 14:13:37', '2023-10-12 14:13:37'),
(00000000000000003136, NULL, 'Muazuddin Group', NULL, NULL, 'dhaka', '01715299622', NULL, NULL, '$2y$10$N7T1Ff0lGeEt0RBDECR5.eppiejEZYUPaJN0zQJx.pm8MH5SyliNO', NULL, 2, 'user', '2', '2023-10-12 14:16:55', '2023-10-12 14:16:55'),
(00000000000000003138, NULL, 'Sabat Alam Imon', NULL, NULL, 'dhaka', '01711787780', NULL, NULL, '$2y$10$XYhoBBroImHnJZ.w3LtK4uj6QJQ6NuIzrhb.q/hAVS04ldJYl4mFq', NULL, 2, 'user', '1', '2023-10-12 14:23:58', '2023-10-12 14:23:58'),
(00000000000000003139, NULL, 'Md Shafiqul Islam', NULL, NULL, 'dhaka', '01711157122', NULL, NULL, '$2y$10$5vte20XveHAFnHYrpf2n..5dpAzWRnpi/usQRu7Zz7ozLi8SiFYdC', NULL, 2, 'user', '1', '2023-10-12 14:29:32', '2023-10-12 14:29:32'),
(00000000000000003141, NULL, 'Iqbal', NULL, NULL, 'dhaka', '01764196449', NULL, NULL, '$2y$10$tkPxEa1b/lmAZTLWesiYxOQiWbiXS3okXdZFtV0OMmupuELy4JtM6', NULL, 2, 'user', '1', '2023-10-12 14:34:46', '2023-10-12 14:34:46'),
(00000000000000003144, NULL, 'Muhammad Rezaul Karim', NULL, 'rezaul.rakib.rk@gmail.com', 'dhaka', '01833111891', NULL, NULL, '$2y$10$KAnAi1zT9dDmzf.ARRl2f.fN0eKqlByDjZnnH5Ad2iU4A/UB1n5uO', NULL, 2, 'user', '1', '2023-10-12 14:50:34', '2023-10-12 14:50:34'),
(00000000000000003147, NULL, 'Lutfor Rahman', NULL, NULL, 'dhaka', '01772397669', NULL, NULL, '$2y$10$zujkY/S/zK6R7FEeQwAreO8BIAkTDAWx2XENMzimLT1HF4Se5wDNu', NULL, 2, 'user', '1', '2023-10-12 14:59:12', '2023-10-12 14:59:12'),
(00000000000000003148, NULL, 'Delowar', NULL, NULL, 'dhaka', '01677307740', NULL, NULL, '$2y$10$803wKGB396kc/s8L49vQt.7wzB5sV8OX4YljUvIvpbQ7daSkaiYaa', NULL, 2, 'user', '1', '2023-10-12 15:02:29', '2023-10-12 15:03:48'),
(00000000000000003149, NULL, 'Masud', NULL, NULL, 'dhaka', '01720106412', NULL, NULL, '$2y$10$Uh5Y6baXsM2go9Z6/aMHnuK4bqYE2VWSKq/3Nw4jNFBMDmXyYZc16', NULL, 2, 'user', '1', '2023-10-12 15:13:19', '2023-10-12 15:13:19'),
(00000000000000003150, NULL, 'Josim', NULL, NULL, 'dhaka', '01776271117', NULL, NULL, '$2y$10$NLbXtnTp.RQ1ZWTzCQZaMuZWmsTK.iSIfQWo0.fdt4xG/FRSWpHGe', NULL, 2, 'user', '1', '2023-10-12 15:21:22', '2023-10-12 15:21:22'),
(00000000000000003154, NULL, 'Monirul Islam', NULL, NULL, 'dhaka', '01794718542', NULL, NULL, '$2y$10$CAN7IenqK9AFwqk/skWPwuTHqf1w56DKievnqc99IdZVMf/RlPIc2', NULL, 2, 'user', '1', '2023-10-12 15:34:31', '2023-10-12 15:34:31'),
(00000000000000003156, NULL, 'Mamun Rashid', NULL, NULL, 'dhaka', '01717797459', NULL, NULL, '$2y$10$u.FDLGUbuBIxFrpgUZFgJucMg/JedtHKGSP7l2lFih4ll53xJeb/q', NULL, 2, 'user', '1', '2023-10-12 15:40:05', '2023-10-12 15:40:05'),
(00000000000000003157, NULL, 'Dr.Mahbubur Rahman', NULL, 'mithun75@gmail.com', 'dhaka', '01715192231', NULL, NULL, '$2y$10$QvjtL7V.TvFsXuaYKTfOu.yU.ZS5zxaiS3m9NYrIL9NvaYRfI0wTW', NULL, 2, 'user', '1', '2023-10-12 15:43:20', '2023-10-12 15:43:20'),
(00000000000000003160, NULL, 'Sikor', NULL, NULL, 'dhaka', '01777125330', NULL, NULL, '$2y$10$j6KO8M6YhvuipeNJ4/8WG.qSNYM9P394lRIVvNUPkWsWMzmPEBkuS', NULL, 2, 'user', '2', '2023-10-12 15:54:29', '2023-10-12 15:54:29'),
(00000000000000003161, NULL, 'Rumi Chowdhury', NULL, 'rumi36@mygpsbd.net', 'dhaka', '01711283636', NULL, NULL, '$2y$10$sKAJSWYJAT6DI2EuwtCfiuXb.dyv//ONFjeUDmZVILCHdSGr6hUxG', NULL, 2, 'user', '1', '2023-10-12 15:56:59', '2023-10-12 15:56:59'),
(00000000000000003162, NULL, 'Saddam hossain', NULL, NULL, 'dhaka', '01958098700', NULL, NULL, '$2y$10$cAeigZrEE5nJIDHomg2N4u6mJqnrT8QZvz5NWkSiZOtOL2ObvneTS', NULL, 2, 'user', '1', '2023-10-12 16:06:17', '2023-10-12 16:06:17'),
(00000000000000003163, NULL, 'Md Nur A Alam', NULL, NULL, 'dhaka', '01956659705', NULL, NULL, '$2y$10$h7gc3/C7b051v2c2ujZs/ONeQth9Pms65QaiVgOEpRuz/2KWm08Pq', NULL, 2, 'user', '1', '2023-10-12 16:10:15', '2023-10-12 16:10:15'),
(00000000000000003165, NULL, 'MD.Sharif Ahmed', NULL, 'sharifahmed1503@gmail.com', 'dhaka', '01716045609', NULL, NULL, '$2y$10$Ll1pNuLcsmOmPHZOJ9YSou53/X5GxBnHjnFEU/.bWXNooHaDccGJC', NULL, 2, 'user', '1', '2023-10-12 16:19:27', '2023-10-12 16:19:27'),
(00000000000000003166, NULL, 'NOOR HOSSAIN', NULL, NULL, 'dhaka', '01680363741', NULL, NULL, '$2y$10$lrQ1nOF5MoA6A3C.GcfjI.ULHnjHAzGy2f6QmWjB78kJz1DqTyhSG', NULL, 2, 'user', '1', '2023-10-12 16:22:17', '2023-10-12 16:22:17'),
(00000000000000003167, NULL, 'Muhsin', NULL, 'bionicdesignbd@gmail.com', 'dhaka', '01711151015', NULL, NULL, '$2y$10$1.j5E/sbMFPjxMkWQWJAEehnxlIX7Mw9or6mY9fJmOtcgvYG6qBnK', NULL, 2, 'user', '1', '2023-10-12 16:24:41', '2023-10-12 16:24:41'),
(00000000000000003168, NULL, 'Arif', NULL, NULL, 'dhaka', '01887459696', NULL, NULL, '$2y$10$VxM1iaCyyK2NoAXF2Z209OK1k0efYwpFqZ0FRklyAlJhST2b5tRSe', NULL, 2, 'user', '1', '2023-10-12 16:32:37', '2023-10-12 16:32:37'),
(00000000000000003169, NULL, 'Atik', NULL, NULL, 'dhaka', '01979001139', NULL, NULL, '$2y$10$swNOmG7E1f0mojQ2w7.gbeZPMsHM1mV7nlAzOBC06r3eoaCbVkKiC', NULL, 2, 'user', '1', '2023-10-12 16:41:17', '2023-10-12 16:41:17'),
(00000000000000003170, NULL, 'Amit', NULL, NULL, 'dhaka', '01687371577', NULL, NULL, '$2y$10$cRpODmg1pgSlMRxnYDVgJOZkiYvqGAA8IeRxTd0SvOp03DmabumPG', NULL, 2, 'user', '1', '2023-10-12 16:54:49', '2023-10-12 16:54:49'),
(00000000000000003171, NULL, 'Atikur Rahman', NULL, NULL, 'dhaka', '01710292970', NULL, NULL, '$2y$10$FCtHDjbt0rS2qoF6J53jae4OthqXBAkAIToVqZ2bzf.qqtCQQgIJS', NULL, 2, 'user', '1', '2023-10-12 17:01:13', '2023-10-12 17:01:13'),
(00000000000000003172, NULL, 'Sahadet Hossin', NULL, NULL, 'dhaka', '01612129105', NULL, NULL, '$2y$10$wMCCA7h8ByNrFHPhbvYCNOvSCPkyX5D1jRyWsvUYZj12HDX4gghGq', NULL, 2, 'user', '1', '2023-10-13 02:16:54', '2023-10-13 02:16:54'),
(00000000000000003173, NULL, 'Mamun', NULL, 'tanvirrahmanmamun@gmail.com', 'dhaka', '01786810056', NULL, NULL, '$2y$10$22KKs1PCIWwId.qfp7SMd.ImCKmPEH9.3TdSf48FBLLbQ3ML2D/j2', NULL, 2, 'user', '1', '2023-10-13 02:23:10', '2023-10-13 02:23:10'),
(00000000000000003174, NULL, 'MD Soharab Hossain Sohel', NULL, 'sohelapexbd@gmail.com', 'dhaka', '01912095117', NULL, NULL, '$2y$10$m9sEGkP4Fyamhk7R7C..D.jq5qfejbuT/G32YBFok9pv6QKRssGBu', NULL, 2, 'user', '1', '2023-10-13 02:26:04', '2023-10-13 02:26:04'),
(00000000000000003175, NULL, 'Jahangir', NULL, NULL, 'dhaka', '01716340147', NULL, NULL, '$2y$10$blllCTp/a4CF8ZbSF75vLOIY1kIaacby3uW/47XWhIfUBJgSIuZ7.', NULL, 2, 'user', '2', '2023-10-13 02:50:07', '2023-10-13 02:50:07'),
(00000000000000003176, NULL, 'Md.Moazzem Hossain', NULL, NULL, 'dhaka', '01711207127', NULL, NULL, '$2y$10$vE6sO7sYM2V.BsbtW00I8uIlzAb9rP.ps4dpjE3d/BzUSMtdAlirO', NULL, 2, 'user', '1', '2023-10-13 02:54:33', '2023-10-13 02:54:33'),
(00000000000000003177, NULL, 'Abdur Razzak', NULL, NULL, 'dhaka', '01794317521', NULL, NULL, '$2y$10$RMiZJe8IS0H2bIwhnPmu5e9Ba7OYCsMF/YoBK6QfLAtiK3udj681y', NULL, 2, 'user', '1', '2023-10-13 03:16:08', '2023-10-13 03:16:08'),
(00000000000000003179, NULL, 'Md Rashed khan', NULL, NULL, 'dhaka', '01737388388', NULL, NULL, '$2y$10$QRVKYb9nLBWsY3Wsfcpslewi2KUB1nXoSzo/GzfMx7osPHrq7wuYW', NULL, 2, 'user', '1', '2023-10-13 03:28:27', '2023-10-13 03:28:27'),
(00000000000000003180, NULL, 'Tanvir', NULL, NULL, 'dhaka', '01675555555', NULL, NULL, '$2y$10$bRbII/CHFkBxHmX2C/IwZOFWfaf1JZf2G4pzNfCNC9oaYR9eUHC8u', NULL, 2, 'user', '1', '2023-10-13 03:33:58', '2023-10-13 03:33:58'),
(00000000000000003181, NULL, 'Khan', NULL, NULL, 'dhaka', '01711187304', NULL, NULL, '$2y$10$RvgqiyHaG/tyd2jKryIoU.c//YGHKwtLYeBy0LXNfsVq2PBWCNU1G', NULL, 2, 'user', '2', '2023-10-13 03:57:55', '2023-10-13 03:57:55'),
(00000000000000003183, NULL, 'showon', NULL, NULL, 'dhaka', '01519606736', NULL, NULL, '$2y$10$uHg6twkjJwofrfe7okMgvuKcGxUrh71MeG9gaHXs//6o91mROKBc.', NULL, 2, 'user', '1', '2023-10-13 15:48:09', '2023-10-13 15:48:09'),
(00000000000000003184, NULL, 'Md Sadrul Amin Sohail', NULL, 'mhs_666@live.com', 'dhaka', '01911852808', NULL, NULL, '$2y$10$vYHFYJrVyN/WVRcyzJ2N9eocLkB.lkgiTvbKF/kYLOe5hi1ZsuqTW', NULL, 2, 'user', '1', '2023-10-13 15:53:31', '2023-10-13 15:53:31'),
(00000000000000003186, NULL, 'Rubel Sikder', NULL, NULL, 'dhaka', '01840584520', NULL, NULL, '$2y$10$4ayJNZl.IZROvtzIeqX44eC4deG3lQ8duyIGza9p8Ejmu6hCFtzvW', NULL, 2, 'user', '1', '2023-10-13 16:06:37', '2023-10-13 16:06:37'),
(00000000000000003187, NULL, 'Monowar', NULL, NULL, 'dhaka', '01630923563', NULL, NULL, '$2y$10$XFtz4gJ/kdA8FWFMxxrdHOMzJTFOh.EfCcMbIcDddWlqn38n5OEBO', NULL, 2, 'user', '1', '2023-10-13 16:10:48', '2023-10-13 16:10:48'),
(00000000000000003188, NULL, 'Sajjad Ahmed', NULL, 'sajjad_ir_du@yahoo.com', 'dhaka', '01721600700', NULL, NULL, '$2y$10$FvluUdzu4doETQDfbiPmU.KxvolPyd7teV/4NHx98rEtDqehVWC4q', NULL, 2, 'user', '1', '2023-10-13 16:15:15', '2023-10-13 16:15:15'),
(00000000000000003189, NULL, 'Md. Aminul Islam', NULL, 'afiaaydan@gmail.com', 'dhaka', '01918950695', NULL, NULL, '$2y$10$lTuPgWrfJwyQjdn.sC2UsOov6KXSVC2ZHLq3Bl2OlSKJOHnW.f1qe', NULL, 2, 'user', '1', '2023-10-15 10:07:26', '2023-10-15 10:07:26'),
(00000000000000003190, NULL, 'MD. Abdul Khalek', NULL, 'kathbiralishop.bd@gmail.com', 'dhaka', '01717462679', NULL, NULL, '$2y$10$uJnefBCwM7Fus.t.u/AgcuMTPVKN8/HPmfgnL4mArn4n5MmQ0vvJG', NULL, 2, 'user', '1', '2023-10-15 10:10:45', '2023-10-15 10:10:45'),
(00000000000000003191, NULL, 'MD AIUB KHAN', NULL, NULL, 'dhaka', '01724967095', NULL, NULL, '$2y$10$niWHEWOdTakkLzB0K869Key0KIbCWpo3g6clma1a2fHi9Q8nnbU0a', NULL, 2, 'user', '1', '2023-10-15 10:16:52', '2023-10-15 10:16:52'),
(00000000000000003192, NULL, 'MOHAMMAD MOZAMMEL HOQUE', NULL, NULL, 'dhaka', '01721075260', NULL, NULL, '$2y$10$1k94ZsAxmem2InMQie8Qxu6M7dA.KAgByHxAONa4QVIc.Duav/Mj.', NULL, 2, 'user', '1', '2023-10-15 10:21:00', '2023-10-15 10:21:00'),
(00000000000000003193, NULL, 'Rahim', NULL, NULL, 'dhaka', '01829163284', NULL, NULL, '$2y$10$G0S/fg/SEKIuHmgumV7MR.URuIR5jifbXHBUne7ICbaWgrgUE5r7i', NULL, 2, 'user', '2', '2023-10-15 10:32:53', '2023-10-15 10:32:53'),
(00000000000000003194, NULL, 'Riya sarkar', NULL, NULL, 'dhaka', '01312248099', NULL, NULL, '$2y$10$NYhMHH40BsFx2R4c2haWKefzEN1VhEK7wBbQxiEOYsRd9I4WnqaRy', NULL, 2, 'user', '1', '2023-10-15 10:39:35', '2023-10-15 10:39:35'),
(00000000000000003195, NULL, 'Masud', NULL, NULL, 'dhaka', '01841391390', NULL, NULL, '$2y$10$y87ABBkqHTVx0s5eoOOLaOv7pAp7a9DJTtkROxMMlXqi2Zv48HVJ2', NULL, 2, 'user', '1', '2023-10-15 10:41:57', '2023-10-15 10:42:53'),
(00000000000000003196, NULL, 'Minor', NULL, NULL, 'dhaka', '01713582871', NULL, NULL, '$2y$10$wS/TSJ2Bc4B12cGO8xuSCuCBfqthi0RuDALKB7SZacejgClqP8ZRO', NULL, 2, 'user', '1', '2023-10-15 10:45:00', '2023-10-15 10:45:00'),
(00000000000000003197, NULL, 'Sk.Tanvir Ahmmed', NULL, NULL, 'dhaka', '1755637539', NULL, NULL, '$2y$10$gZMRTz4lxkzMOcxPyDXYgOwiCTCYpzu77Ujt6Qd8fE53P/UjTIWPm', NULL, 2, 'user', '1', '2023-10-15 10:47:21', '2023-10-15 10:47:21'),
(00000000000000003198, NULL, 'Md. Rafiuddin', NULL, NULL, 'dhaka', '1714008881', NULL, NULL, '$2y$10$t163tiRVsPU00lLcSj9Fe.J0A02G1/J/0DDYdAgN2Lx0ikR9lcrxy', NULL, 2, 'user', '1', '2023-10-15 11:06:02', '2023-10-15 11:06:02'),
(00000000000000003199, NULL, 'Mozammel Hoque', NULL, NULL, 'dhaka', '01740936269', NULL, NULL, '$2y$10$ipP5lvPjUQP.W7mHm4JgeOhOEVpo433squaP2UFPRsmFaP8fqohKu', NULL, 2, 'user', '1', '2023-10-15 11:07:53', '2023-10-15 11:07:53'),
(00000000000000003200, NULL, 'Jasmin', NULL, NULL, 'dhaka', '01711133149', NULL, NULL, '$2y$10$1Mfmqj.yM4o9R50u0nJYp.0mrXMGUyUzu6BgC1X1uEZE56RStbKve', NULL, 2, 'user', '1', '2023-10-15 11:12:04', '2023-10-15 11:12:04'),
(00000000000000003201, NULL, 'Mostafa tanvir pasha', NULL, NULL, 'dhaka', '01772563772', NULL, NULL, '$2y$10$XmcsHnRwiDYaKr63PQibvurB734c2D07pm4DyeeiV77jk79SzL4b6', NULL, 2, 'user', '1', '2023-10-15 11:14:11', '2023-10-15 11:14:11'),
(00000000000000003202, NULL, 'Md. Mojibur Rahman', NULL, NULL, 'dhaka', '01739047040', NULL, NULL, '$2y$10$6We9Ktq1/l73ZZcb.TVK9Ocp41dDm58dh28eFIO97v3itD6OpCzw6', NULL, 2, 'user', '1', '2023-10-15 11:18:22', '2023-10-15 11:18:22'),
(00000000000000003203, NULL, 'Md. Azizul haque', NULL, NULL, 'dhaka', '01751852282', NULL, NULL, '$2y$10$dTOEEhGr6hTIpetLK2dTve/TShxmF2E0NXqekVs31wA0pEtbDQoyG', NULL, 2, 'user', '1', '2023-10-15 11:21:49', '2023-10-15 11:21:49'),
(00000000000000003204, NULL, 'Md Mamunur Rashid', NULL, NULL, 'dhaka', '01723532213', NULL, NULL, '$2y$10$YeU.sdxXtaV9x1anzzMJMu1C1olck1gP5MQPO/8E7aWQz3lAXMTou', NULL, 2, 'user', '1', '2023-10-15 11:25:40', '2023-10-15 11:25:40'),
(00000000000000003205, NULL, 'MONIR', NULL, NULL, 'dhaka', '01777976997', NULL, NULL, '$2y$10$zm/KTz12wyDEDvVZFjJNPujBWFW/oivTjNCoM5bCtHVv/TU9i4Bzy', NULL, 2, 'user', '1', '2023-10-15 11:30:30', '2023-10-15 11:30:30'),
(00000000000000003206, NULL, 'Masud', NULL, NULL, 'dhaka', '01722325752', NULL, NULL, '$2y$10$HWSWegTPS8KdaSnBXmq9reugyo8242PLI2.5IOPbxWv2sldbYqgAK', NULL, 2, 'user', '1', '2023-10-15 11:37:51', '2023-10-15 11:37:51'),
(00000000000000003207, NULL, 'Mehrab Pranto', NULL, NULL, 'dhaka', '01968862710', NULL, NULL, '$2y$10$qp49jZ2LvLIqq3cgLOuUC.p000cbLh389SK8OHtYlkszh2R3Xt8nO', NULL, 2, 'user', '1', '2023-10-15 11:41:41', '2023-10-15 11:41:41'),
(00000000000000003208, NULL, 'Md Helal E Ajam', NULL, NULL, 'dhaka', '01797933999', NULL, NULL, '$2y$10$b84e2ym2QRcq2Wy19sOHHejGswGur.JSac6padaglgDt/Ou7cbmp6', NULL, 2, 'user', '1', '2023-10-15 11:43:58', '2023-10-15 11:43:58'),
(00000000000000003209, NULL, 'Shahin Hossain Khan', NULL, 'saon.apple@gmail.com', 'dhaka', '01918698184', NULL, NULL, '$2y$10$Goah71Nud4AzzUBVAX3HoOTy8GWVgz5QFDPX5I2jjpWcfMcLyyBGW', NULL, 2, 'user', '1', '2023-10-15 11:46:13', '2023-10-15 11:46:13'),
(00000000000000003210, NULL, 'Sagar Khan', NULL, 'sagarkhan2025ju@gmail.com', 'dhaka', '01678022919', NULL, NULL, '$2y$10$TjW2I..iti4Jmt4m.d/CQeoCqBjnR/g9t/5fzIZPOriFSjZtQkS9G', NULL, 2, 'user', '1', '2023-10-15 11:48:50', '2023-10-15 11:48:50'),
(00000000000000003211, NULL, 'Golam Rasul', NULL, NULL, 'dhaka', '01913071485', NULL, NULL, '$2y$10$7bUE2c.tabXm7zXRkbPxb.46xSVCmcScooNFwzcIHKEyLMfCo.JWK', NULL, 2, 'user', '1', '2023-10-15 11:51:42', '2023-10-15 11:51:42'),
(00000000000000003212, NULL, 'Mohammed Nazrul Islam', NULL, 'riponmail@gmail.com', 'dhaka', '01736634114', NULL, NULL, '$2y$10$Dyb6nC94p6pYprRmpp1IH.t9X/AfznMM70hyjS6lQmZJr/Ev9VHRy', NULL, 2, 'user', '1', '2023-10-15 12:29:13', '2023-10-15 12:29:13'),
(00000000000000003213, NULL, 'Md. Emtiaz Layek', NULL, 'emtiaz.dk@gmail.com', 'dhaka', '01777992250', NULL, NULL, '$2y$10$WnNeg9fZmbrCLQqvFTuAv.PDLBuDXSpQjzrcKVGJlAdKgB7US69je', NULL, 2, 'user', '1', '2023-10-15 12:31:36', '2023-10-15 12:31:36'),
(00000000000000003214, NULL, 'Md Mamun Rashid', NULL, NULL, 'dhaka', '01731743594', NULL, NULL, '$2y$10$Qng.oqIkDjEYnMCcgmeqE.TTTdf4nczJ7KoKxwQWYEKniS5GYAv6a', NULL, 2, 'user', '1', '2023-10-15 12:34:03', '2023-10-15 12:34:03'),
(00000000000000003215, NULL, 'Md.Anwar Hossain', NULL, NULL, 'dhaka', '01716008477', NULL, NULL, '$2y$10$NZlNfiujDGPJjFeWgBgjhuLIgQRXFQsuLGLfX7/s32Cmxb7xy..Zy', NULL, 2, 'user', '1', '2023-10-15 12:36:54', '2023-10-15 12:36:54'),
(00000000000000003216, NULL, 'Mahfuz Alam', NULL, NULL, 'dhaka', '01712673077', NULL, NULL, '$2y$10$bOC3eO4V604PZHJ8laOvWu5BqV5pVgswoYsOscL8TxWpC85u2b2Ki', NULL, 2, 'user', '1', '2023-10-15 12:39:26', '2023-10-15 12:39:26'),
(00000000000000003217, NULL, 'Md Masud Karim', NULL, NULL, 'dhaka', '01819259299', NULL, NULL, '$2y$10$G6P1txQCVl0fS/a5nk2N8en7XK/d636wVHxGzArdks9.SU0xkjL3.', NULL, 2, 'user', '1', '2023-10-15 12:46:39', '2023-10-15 12:46:39'),
(00000000000000003218, NULL, 'Abir', NULL, NULL, 'dhaka', '01680617305', NULL, NULL, '$2y$10$ri884xgs6CRPn8TwKd2/G.mU1lj0dCbFW5mNteCQRSbBkw7Dly66W', NULL, 2, 'user', '1', '2023-10-15 12:49:05', '2023-10-15 12:49:05'),
(00000000000000003219, NULL, 'ABDUR RAHMAN', NULL, NULL, 'dhaka', '01711584726', NULL, NULL, '$2y$10$OeZruSDRZtJx.EGwwCZhMOd8xYrwS6ul2FjV6HB12tMjX8y4t8KAe', NULL, 2, 'user', '1', '2023-10-15 12:59:22', '2023-10-15 12:59:22'),
(00000000000000003220, NULL, 'Mohin Uddin', NULL, NULL, 'dhaka', '01857623064', NULL, NULL, '$2y$10$ETBpywVFB5bKFj4bu2gRiuZM4xgXqEeR6KqWRCyITctUkz0/PUEFW', NULL, 2, 'user', '1', '2023-10-15 13:38:26', '2023-10-15 13:38:26'),
(00000000000000003221, NULL, 'Mahmud ul haque', NULL, NULL, 'dhaka', '1715025424', NULL, NULL, '$2y$10$4KATPb/wjsOFFUakHCDIEuW0qItENsjB16xJLuXQxTKxIXwKZDBIy', NULL, 2, 'user', '1', '2023-10-15 13:41:35', '2023-10-15 13:41:35'),
(00000000000000003222, NULL, 'Md Main uddin', NULL, NULL, 'dhaka', '01715149335', NULL, NULL, '$2y$10$u3N1gF2mDiY3R/0kW4w//O6epbCasT.9M/MnqflXVJOhSLnDFcdMq', NULL, 2, 'user', '1', '2023-10-15 13:48:14', '2023-10-15 13:48:14'),
(00000000000000003223, NULL, 'Syed Jahidul Islam', NULL, 'jahid@g4technologies.com.bd', 'dhaka', '01776369871', NULL, NULL, '$2y$10$8Usc4Qd7lSWuH6FeFtQnze/mAkr3kztWQoO62GXwDNhSJFe5b44lK', NULL, 2, 'user', '2', '2023-10-15 13:53:16', '2023-10-15 13:53:16'),
(00000000000000003224, NULL, 'Kadimul Hasan', NULL, NULL, 'dhaka', '01739701827', NULL, NULL, '$2y$10$lOUNUwrxvvrMlsqcWrvN1.LaK4mwD2jNP6uxOnGJC.p1y8wJbi6ky', NULL, 2, 'user', '1', '2023-10-15 13:55:30', '2023-10-15 13:55:30'),
(00000000000000003225, NULL, 'MD Mehedi Hasan', NULL, NULL, 'dhaka', '01715991163', NULL, NULL, '$2y$10$q/zBKKqhN4K69KV9GGnd0Oit4s/k8j5cBDizCbJohlqiiICA7AnYi', NULL, 2, 'user', '1', '2023-10-15 13:57:37', '2023-10-15 13:57:37'),
(00000000000000003226, NULL, 'Morad Hossain', NULL, NULL, 'dhaka', '01766703379', NULL, NULL, '$2y$10$YXtqmf.WUyYyOwkqX5.cXeh/A72kUZ0vZu7rz9HS1hv.zbG4RFAtS', NULL, 2, 'user', '1', '2023-10-15 14:11:07', '2023-10-15 14:11:07'),
(00000000000000003227, NULL, 'Monir', NULL, NULL, 'dhaka', '01923283866', NULL, NULL, '$2y$10$aL5bxtYUEVo/LxVRO7Pp5eQJh6r/MbU8StEJdonRXL7sNzuy1WLly', NULL, 2, 'user', '1', '2023-10-15 14:17:59', '2023-10-15 14:17:59'),
(00000000000000003228, NULL, 'Dabasish', NULL, NULL, 'dhaka', '01819869539', NULL, NULL, '$2y$10$VMfZDSaydW.adNrNqwHqMeHTrr/dHBvn/wsESjk159qpc5g8LVQN2', NULL, 2, 'user', '1', '2023-10-15 14:20:59', '2023-10-15 14:20:59'),
(00000000000000003229, NULL, 'ATM Mahfuz Hassan', NULL, 'bornio1982@gmail.com', 'dhaka', '01712552750', NULL, NULL, '$2y$10$Mw9U8HJAYxr3jxqvHodStu4.RS9AfcLfvLcAlK2A6g1Q132JkLVvq', NULL, 2, 'user', '1', '2023-10-15 14:23:15', '2023-10-15 14:23:15');
INSERT INTO `users` (`id`, `lebel_id`, `name`, `nid`, `email`, `address`, `phone`, `alter_phone`, `email_verified_at`, `password`, `remember_token`, `role`, `type`, `user_type`, `created_at`, `updated_at`) VALUES
(00000000000000003230, NULL, 'MD. TAREQ HOSSAIN', NULL, 'mtareqhossain07@gmail.com', 'dhaka', '01306912171', NULL, NULL, '$2y$10$HafwG0mjd/bOUOJC4lwTmu6jjzWteqMiul/dStDX1z0Hf8lEDscZi', NULL, 2, 'user', '1', '2023-10-15 14:31:19', '2023-10-15 14:31:19'),
(00000000000000003231, NULL, 'SANZIDA ZAMAN', NULL, 'sanzida.zaman67@gmail.com', NULL, '01865395222', NULL, NULL, '$2y$10$ZmQ.vky8TRU/g0vc3MDJQujlWFXH3EdF8D5QVZWmLsGSBlKxu8rxm', NULL, 3, 'sub_admin', NULL, '2023-10-15 19:09:03', '2024-03-04 22:00:02'),
(00000000000000003232, NULL, 'Alpha', NULL, NULL, 'dhaka', '01714635722', NULL, NULL, '$2y$10$AdGJSyWYckhb/3/kqJHChuKCeAFKco/YXCAcVisDOhsraVNxnwihO', NULL, 2, 'user', '2', '2023-10-16 10:26:21', '2023-10-16 10:26:21'),
(00000000000000003233, NULL, 'Sayeed', NULL, NULL, 'dhaka', '01819403797', NULL, NULL, '$2y$10$BQ8uj2enXdXbCveO/vt6CemXGD2fi8kC.cYLVA5.zrifctDTsNNR.', NULL, 2, 'user', '1', '2023-10-16 10:38:33', '2023-10-16 10:38:33'),
(00000000000000003234, NULL, 'shofiul', NULL, NULL, 'dhaka', '01610456362', NULL, NULL, '$2y$10$hwwkH/wBfi4P6azU.EK76OYvVMjmsXG2pCTjqAhRqf4MFaqAiS0Ai', NULL, 2, 'user', '1', '2023-10-16 10:40:37', '2023-10-16 10:40:37'),
(00000000000000003235, NULL, 'Nura al amin', NULL, NULL, 'dhaka', '01711010248', NULL, NULL, '$2y$10$kTmwOgUftswNhwFExJMyJeMU8zQWS7bW3VmuvlyMWzjISjcXo2MsW', NULL, 2, 'user', '1', '2023-10-16 10:45:06', '2023-10-16 10:45:06'),
(00000000000000003236, NULL, 'Sanjib', NULL, NULL, 'dhaka', '01741676291', NULL, NULL, '$2y$10$UPgX3.FOizSBMOOkds1vveLZTZBwvR69NSrDeuRHLXjsJi9hXXAja', NULL, 2, 'user', '1', '2023-10-16 10:53:53', '2023-10-16 10:53:53'),
(00000000000000003237, NULL, 'Shyamal Chandra Debnath', NULL, NULL, 'dhaka', '01847192791', NULL, NULL, '$2y$10$ex9iR2wwwNqS69k47jl8huHpOaLks9VaRQTnXPy2.CfN8105eYTS6', NULL, 2, 'user', '1', '2023-10-16 10:59:20', '2023-10-16 10:59:20'),
(00000000000000003238, NULL, 'Nazmul', NULL, NULL, 'dhaka', '01716011647', NULL, NULL, '$2y$10$5iYgbuNl9x/pa7EUoXHytOKO0QjE8FSDK8CDPMISO7QE/2Kh069am', NULL, 2, 'user', '1', '2023-10-16 11:04:16', '2023-10-16 11:04:16'),
(00000000000000003239, NULL, 'Sumon', NULL, NULL, 'dhaka', '01754844120', NULL, NULL, '$2y$10$zysKtBNJLiOxAKf0LndGQ.Q0D6c4HkDrVacSOlPxfv//ZV5xcivcm', NULL, 2, 'user', '1', '2023-10-16 11:11:03', '2023-10-16 11:11:03'),
(00000000000000003240, NULL, 'Shafi', NULL, NULL, 'dhaka', '01642007875', NULL, NULL, '$2y$10$lNXcycXVFBoQemR9CjuKN.GXeDX5MxI.9HHrpXsapuJ1mTAsc2USe', NULL, 2, 'user', '1', '2023-10-16 11:17:20', '2023-10-16 11:17:20'),
(00000000000000003241, NULL, 'Nannu', NULL, NULL, 'dhaka', '1913921129', NULL, NULL, '$2y$10$7HBW3SNxd9bwCwUP7rO2COVHmq16Tq.vKa12G9EWPUBYqMv7az.p6', NULL, 2, 'user', '1', '2023-10-16 11:22:53', '2023-10-16 11:22:53'),
(00000000000000003242, NULL, 'Niaz', NULL, NULL, 'dhaka', '01712673900', NULL, NULL, '$2y$10$PfBRtIQQtSr80LfzVFrzj.hV2x/ggNDyt3.3Sgp9k77XeqylQD70u', NULL, 2, 'user', '1', '2023-10-17 10:38:43', '2023-10-17 10:38:43'),
(00000000000000003243, NULL, 'MD.Hasanuzzaman', NULL, 'h.zaman92@gmail.com', 'dhaka', '01627273392', NULL, NULL, '$2y$10$6Q9Vlnw2nyqZ00c7YHA1NOE9YhEbVXSIerPM.AoBzwkuFZwCymWAy', NULL, 2, 'user', '1', '2023-10-17 10:46:45', '2023-10-17 10:46:45'),
(00000000000000003244, NULL, 'Shehab Shurid', NULL, NULL, 'dhaka', '1782119944', NULL, NULL, '$2y$10$.ZAgeP3MBsDNKF3.fBQ65uB/f3.f9H2Lf9/JqtIzLdCaGwFWD1ily', NULL, 2, 'user', '1', '2023-10-17 10:49:06', '2023-10-17 10:49:06'),
(00000000000000003245, NULL, 'jahangir77', NULL, NULL, 'dhaka', '01711078298', NULL, NULL, '$2y$10$IYy6js8NoqUKBM9VZgJqKuy1CJrr6qy5cLygKbOXo8Ni/b5ePo22K', NULL, 2, 'user', '1', '2023-10-17 10:51:01', '2023-10-17 10:51:01'),
(00000000000000003246, NULL, 'Azshraf', NULL, NULL, 'dhaka', '01712501118', NULL, NULL, '$2y$10$z0fprCTiVZR2Eo1jb4wTke7ECeTLjGpKunsPCuYIbGezt2VRxpdfC', NULL, 2, 'user', '1', '2023-10-17 10:52:57', '2023-10-17 10:52:57'),
(00000000000000003248, NULL, 'Maksuda', NULL, NULL, 'dhaka', '01616351555', NULL, NULL, '$2y$10$yw0pjqT39MgCby5dFvecUebw6jziNS7fGnAty.N0HWOk4SMzXyjEm', NULL, 2, 'user', '1', '2023-10-17 11:05:59', '2023-10-17 11:05:59'),
(00000000000000003249, NULL, 'MD Asrful.alom', NULL, NULL, 'dhaka', '01715933121', NULL, NULL, '$2y$10$DO3Qa0Z/zzZun1z9jyQDhOCiJfCzREo1hzNHuxm72m8KrwP/f0T6u', NULL, 2, 'user', '1', '2023-10-17 11:08:11', '2023-10-17 11:08:11'),
(00000000000000003250, NULL, 'Mizanur Rahman', NULL, NULL, 'dhaka', '01706327377', NULL, NULL, '$2y$10$pah1Xkg3HBX6ox6IkCfKZ.o5QbbmYga9ThiaH70DSYrHJBnTg7AUO', NULL, 2, 'user', '1', '2023-10-17 11:10:25', '2023-10-17 11:10:25'),
(00000000000000003251, NULL, 'Turjo', NULL, NULL, 'dhaka', '01711029993', NULL, NULL, '$2y$10$9EawN7CjXSkoUWj87XBIkeLUQFwtIb5xyz33SQwGI8pGj2TT/hiBO', NULL, 2, 'user', '2', '2023-10-17 11:12:52', '2023-10-17 11:12:52'),
(00000000000000003252, NULL, 'Md Zahidul Islam', NULL, NULL, 'dhaka', '01729300060', NULL, NULL, '$2y$10$YilH1QOWlXwsS6mX1norY.eYaL62Qd9edTKX.rsQJVnW1f4T0UwFO', NULL, 2, 'user', '1', '2023-10-17 11:19:39', '2023-10-17 11:19:39'),
(00000000000000003253, NULL, 'Mubasher', NULL, NULL, 'dhaka', '01918344851', NULL, NULL, '$2y$10$5LwQEObXw26PtFHPCzuMzuxg57iHBQ.tpiU9Pn5J6FCuclR5VBvma', NULL, 2, 'user', '2', '2023-10-17 11:22:38', '2023-10-17 11:22:38'),
(00000000000000003254, NULL, 'Ferdous', NULL, NULL, 'dhaka', '01329924867', NULL, NULL, '$2y$10$I90YExxVBljNwIjR0VRLE.kImcsRlk740ZT0Xefv/46ZyEXK1xJAG', NULL, 2, 'user', '1', '2023-10-17 11:35:21', '2023-10-17 11:35:21'),
(00000000000000003255, NULL, 'Abir', NULL, NULL, 'dhaka', '01606020456', NULL, NULL, '$2y$10$XeDd5ipwrr03PHdE1NxXYu535oVKWR7ZSIAqyRVIkcwoOhGctc5NO', NULL, 2, 'user', '1', '2023-10-17 11:38:57', '2023-10-17 11:38:57'),
(00000000000000003256, NULL, 'Kolim', NULL, NULL, 'dhaka', '01714478742', NULL, NULL, '$2y$10$yWv3BuwpcfLHTTFVLuXAOeHkOsHt91vIFyMRljg/1meg.pj9Yh5ga', NULL, 2, 'user', '1', '2023-10-17 11:41:16', '2023-10-17 11:41:16'),
(00000000000000003258, NULL, 'MERAZ ISLAM', NULL, 'merazislamh@gmail.com', 'dhaka', '01611115054', NULL, NULL, '$2y$10$HW509WDzPpinNEyW/asWJ.xNGvzb.8jIsuCb3h87A3CBF7m2lJ.vK', NULL, 2, 'user', '1', '2023-10-17 11:51:34', '2023-10-17 11:51:34'),
(00000000000000003259, NULL, 'Md. Ali Arman Shiblu', NULL, NULL, 'dhaka', '01718755764', NULL, NULL, '$2y$10$g0QRRvmgfyYpWV2aglIXGuR7zliwkyQHoEQ2imTnQgETgoY1UxxLe', '1MUi54wC5kHl8i64gE0sqsvaJ7Sd5q7LLcB2tAFONN2vnk3a4zQOppb73vu2', 2, 'user', '1', '2023-10-17 12:00:41', '2023-10-17 12:00:41'),
(00000000000000003260, NULL, 'Rowja', NULL, NULL, 'dhaka', '01893442647', NULL, NULL, '$2y$10$fcHsm7jq3GJ546ynxOVe.O26orZysrdEkVHqkR5Z1nSHizkBCrOjO', NULL, 2, 'user', '1', '2023-10-17 12:02:52', '2023-10-17 12:02:52'),
(00000000000000003261, NULL, 'Hizir', NULL, NULL, 'dhaka', '01859586777', NULL, NULL, '$2y$10$QXkMhnXj4cIkoeVjtKEBIOij/RcbOlhkYsdcRRfkVetRcst.esPPC', NULL, 2, 'user', '1', '2023-10-17 12:05:24', '2023-10-17 12:05:24'),
(00000000000000003262, NULL, 'Sayed', NULL, NULL, 'dhaka', '01730965230', NULL, NULL, '$2y$10$6i8Qggjo2pcPis0YDCzg9.lSqQ0xkYnscPnX3jW1LXzJejQfJWRUO', NULL, 2, 'user', '1', '2023-10-21 10:28:19', '2023-10-21 10:28:19'),
(00000000000000003263, NULL, 'Jewel', NULL, NULL, 'dhaka', '01711533117', NULL, NULL, '$2y$10$qkW/xT8mHqeRu85sbWHlqOjfbJdNmJD8UEP9kmQcs9uayqm1nyLXe', NULL, 2, 'user', '1', '2023-10-21 10:30:31', '2023-10-21 10:30:31'),
(00000000000000003264, NULL, 'Iqbal', NULL, NULL, 'dhaka', '01755637555', NULL, NULL, '$2y$10$JtYaQl9LMAJs9aLekYWcv.4gcfvTLEhV9iNfbFQKLdpziJRvm9aoK', NULL, 2, 'user', '1', '2023-10-21 10:35:52', '2023-10-21 10:35:52'),
(00000000000000003265, NULL, 'Ripon Sarker', NULL, 'risisarker@gmail.com', 'dhaka', '01867052659', NULL, NULL, '$2y$10$3BMk0qLmdolCe03IO42dfO5J6m/bMdECznHSiM8pklAs0jKsH6WxC', NULL, 2, 'user', '1', '2023-10-21 10:40:55', '2023-10-21 10:40:55'),
(00000000000000003266, NULL, 'Niti', NULL, NULL, 'dhaka', '01731512004', NULL, NULL, '$2y$10$R9ZXRIiz2tnzwJehmEE8NeA0gJZW8CMU7sj6EueOfq31TfbHWQlQW', NULL, 2, 'user', '1', '2023-10-21 10:49:41', '2023-10-21 10:49:41'),
(00000000000000003267, NULL, 'Adnan', NULL, NULL, 'dhaka', '01798826314', NULL, NULL, '$2y$10$1cvIIRVy2aOpvFVlRrOIZ.rnjB2/jMiAA4ImG/KTyVaV69YDIvw9e', NULL, 2, 'user', '1', '2023-10-21 10:55:54', '2023-10-21 10:55:54'),
(00000000000000003268, NULL, 'Altaf', NULL, NULL, 'dhaka', '01926453656', NULL, NULL, '$2y$10$q0hiu4qy1PdwGWXDjHyxlefyk968XorrxtvlYArUaeYedJvpZYJPK', NULL, 2, 'user', '1', '2023-10-21 11:39:07', '2023-10-21 11:39:07'),
(00000000000000003269, NULL, 'Faruk', NULL, NULL, 'dhaka', '01911420022', NULL, NULL, '$2y$10$V97tcGO0dXccPA4MwQfxA.Vc3GHxbEmk4IzYyOod4BNIpRIYnhKNe', NULL, 2, 'user', '1', '2023-10-21 11:46:42', '2023-10-21 11:46:42'),
(00000000000000003270, NULL, 'Faruk', NULL, NULL, 'dhaka', '01711069253', NULL, NULL, '$2y$10$.pXRgfDIE5veWO4DsSgD9e8HKr4DmcP2HI2QGClEzzEm4gljKfyvq', NULL, 2, 'user', '1', '2023-10-21 11:49:11', '2023-10-21 11:49:11'),
(00000000000000003271, NULL, 'Md.Ruhul Amin', NULL, NULL, 'dhaka', '01720094616', NULL, NULL, '$2y$10$idImBC0SGjFpaDPbgltM.elMpB6ib7/necjPv4OVMWcD1Dq/ZRwCu', NULL, 2, 'user', '1', '2023-10-21 11:52:13', '2023-10-21 11:52:13'),
(00000000000000003272, NULL, 'Md Rezaul haque', NULL, 'rhaque704@gmail.com', 'dhaka', '01707081679', NULL, NULL, '$2y$10$lWDEK7jXWUbPJWtoUtB9hu.Vun6wxsybD3CCX/5ZthFNoYCnvXpYa', NULL, 2, 'user', '1', '2023-10-21 12:29:43', '2023-10-21 12:29:43'),
(00000000000000003274, NULL, 'Sabur khan', NULL, NULL, 'dhaka', '01819223985', NULL, NULL, '$2y$10$T1yOJZb.l4jYWOLZ0Oznqe6tAa/A99RjPlrM6XyQsJtHxkhOuAYyu', NULL, 2, 'user', '2', '2023-10-21 12:46:25', '2023-10-21 12:46:25'),
(00000000000000003275, NULL, 'Mehedi Hasan', NULL, NULL, 'dhaka', '01812808182', NULL, NULL, '$2y$10$h0ZHPevU3W46/a6Qsn..J.J9Ase8OjYWp13fKXi.L41ez893TW0q.', NULL, 2, 'user', '1', '2023-10-21 12:48:23', '2023-10-21 12:48:23'),
(00000000000000003276, NULL, 'Muntasir mamun', NULL, NULL, 'dhaka', '01819414640', NULL, NULL, '$2y$10$S2b4J37QeGBvNzNjaqMJCuRHExNHuGia7aMLMXT.CsmZVkOJUo/Oe', NULL, 2, 'user', '1', '2023-10-21 12:52:12', '2023-10-21 12:52:12'),
(00000000000000003277, NULL, 'Naimul  Ahsan', NULL, NULL, 'dhaka', '01711486939', NULL, NULL, '$2y$10$ZJMJp7Mt39.kAkRIARpz.uTr2nvz4nAnNWD03fhVFqGaBYvglSRaC', NULL, 2, 'user', '1', '2023-10-21 12:56:58', '2023-10-21 12:56:58'),
(00000000000000003278, NULL, 'Sayed', NULL, NULL, 'dhaka', '01769007137', NULL, NULL, '$2y$10$nIcbOHuv3jL./.fDgj.q3Okw1SJLzDbVW8B.wSO0F4TmvfCriQCT2', NULL, 2, 'user', '1', '2023-10-21 12:59:08', '2023-10-21 12:59:08'),
(00000000000000003279, NULL, 'Md. Rubel mridha', NULL, NULL, 'dhaka', '01762606262', NULL, NULL, '$2y$10$SHocu4qndHtuD9I39lDRieB8gDzhkm2cNWOzzHu.b4lwkJ8pJMFFK', NULL, 2, 'user', '1', '2023-10-21 13:03:28', '2023-10-21 13:03:28'),
(00000000000000003280, NULL, 'Golam Mostofa', NULL, NULL, 'dhaka', '01748972736', NULL, NULL, '$2y$10$egZtfFP7PMOInAvv51MXROyCrOqDJA62vjE1ogtjQ4ZcRmeZ10E6G', NULL, 2, 'user', '1', '2023-10-21 13:09:29', '2023-10-21 13:09:29'),
(00000000000000003281, NULL, 'Irin', NULL, NULL, 'dhaka', '01632284846', NULL, NULL, '$2y$10$0ZKbPYWg6xxemo1Vi4O.6.aQJiWlQBTtv0M4EYBPqmzaBIIzsuYTW', NULL, 2, 'user', '1', '2023-10-21 13:11:34', '2023-10-21 13:11:34'),
(00000000000000003283, NULL, 'Sarfaraz Mohammed', NULL, NULL, 'dhaka', '01715572797', NULL, NULL, '$2y$10$W1AapXSkLApKvH3LgZIiN.uIWz/Bm7TKWP8C4P4cP0YXNl0jX0eN.', NULL, 2, 'user', '1', '2023-10-22 12:34:30', '2023-10-22 12:34:30'),
(00000000000000003284, NULL, 'MD ISMAIL HOSSAIN', NULL, NULL, 'dhaka', '01328896669', NULL, NULL, '$2y$10$QE.doWgNiK2mZCjKFKicO.O.55GR0gdr4PHBwHOCvtSpKdX.xjqh.', NULL, 2, 'user', '1', '2023-10-22 12:36:40', '2023-10-22 12:36:40'),
(00000000000000003285, NULL, 'Akm Ashrafuzzaman', NULL, NULL, 'dhaka', '01715713305', NULL, NULL, '$2y$10$aPHvV6KlSZmtwS3AB6St0OAsGYzGDFD0p5TJ96Aua6KKU3WGLkCF.', NULL, 2, 'user', '1', '2023-10-22 12:43:12', '2023-10-22 12:43:12'),
(00000000000000003286, NULL, 'Mohammad Suborno Daud Toha', NULL, NULL, 'dhaka', '1914949846', NULL, NULL, '$2y$10$gz6Gw4bnoVtSXlhem60MbOJmuebcRxJqC5sr0ATWdovUeQhJg6pt6', NULL, 2, 'user', '1', '2023-10-22 12:46:12', '2023-10-22 12:46:12'),
(00000000000000003288, NULL, 'MD.Mahmudunnabi Moznu', NULL, 'moznububt@gmail.com', 'dhaka', '01601670985', NULL, NULL, '$2y$10$ypgNiG5/Qbb0RyVqoLh3.ehQ8RKcDOeYD06RJfGe0VBV4UIuY94ZC', NULL, 2, 'user', '1', '2023-10-22 12:53:21', '2023-10-22 12:53:21'),
(00000000000000003289, NULL, 'Md.Nazrul islam', NULL, NULL, 'dhaka', '01714269658', NULL, NULL, '$2y$10$c9fxIj1f7CezuwWmHHpsle/51rnMxlAp/QyXW/ExPQnm4r0roklkK', NULL, 2, 'user', '1', '2023-10-22 13:02:55', '2023-10-22 13:02:55'),
(00000000000000003290, NULL, 'Mahabub', NULL, NULL, 'dhaka', '01725150912', NULL, NULL, '$2y$10$h6.NUM3cIJLxUolhSrwP7ONrkCansdg7zkTcd9AHjRah.eXCeVPiC', NULL, 2, 'user', '1', '2023-10-22 13:07:15', '2023-10-22 13:07:15'),
(00000000000000003291, NULL, 'Arif', NULL, NULL, 'dhaka', '01718556270', NULL, NULL, '$2y$10$q7v2oObTfm6yQ4EWvO7uC..q5jYcHDuoyULiXO8iLKLUOqV4hGqdq', NULL, 2, 'user', '1', '2023-10-22 13:19:50', '2023-10-22 13:19:50'),
(00000000000000003292, NULL, 'Santo Saha', NULL, NULL, 'dhaka', '01711446802', NULL, NULL, '$2y$10$mzW/znP9R6VV.NMktDJH8.JM13FfeC6lfG2PlGHyjaE.Rkcgp6nUC', NULL, 2, 'user', '1', '2023-10-22 13:23:32', '2023-10-22 13:23:32'),
(00000000000000003293, NULL, 'Mir foiz Ahmed', NULL, NULL, 'dhaka', '01755554265', NULL, NULL, '$2y$10$JO78oxuHOJyR2etLTMQk1uzsjtQ812IOXzXsFQ8gUBI1v9ACIBCvC', NULL, 2, 'user', '1', '2023-10-22 13:27:31', '2023-10-22 13:27:31'),
(00000000000000003294, NULL, 'Shafikur Rahman shafiq', NULL, NULL, 'dhaka', '01712936210', NULL, NULL, '$2y$10$t.L7CMwgrDRrEKhyYVe.se.V2WRWnTRfWBhHOdTw1A4EVk56BFoe2', NULL, 2, 'user', '1', '2023-10-22 13:30:28', '2023-10-22 13:30:28'),
(00000000000000003295, NULL, 'Monsurul Alam', NULL, NULL, 'dhaka', '01712274429', NULL, NULL, '$2y$10$T1FXWGz8Q4GAT0KFWpvAkeFNHB.KowBjqrFZEDLSBZ0fMeiRwZy6q', NULL, 2, 'user', '2', '2023-10-22 13:44:25', '2023-10-22 13:44:25'),
(00000000000000003296, NULL, 'Md Jahangir Hussain', NULL, NULL, 'dhaka', '01626541481', NULL, NULL, '$2y$10$RKcfpiNUE8iJOT6jzk3qFeKncS81gzGHqJhWLbHDgJO.CEcGAfz8O', NULL, 2, 'user', '2', '2023-10-22 13:47:07', '2023-10-22 13:47:07'),
(00000000000000003297, NULL, 'Kajol', NULL, NULL, 'dhaka', '01712006876', NULL, NULL, '$2y$10$eILd8lQc1nvd7We5p9.ch.qGctsyn/Xin1ToPdjWFfs.orV4jz6z6', NULL, 2, 'user', '1', '2023-10-22 14:14:00', '2023-10-22 14:14:00'),
(00000000000000003298, NULL, 'Babu Mia', NULL, NULL, 'dhaka', '01728745836', NULL, NULL, '$2y$10$CcYY4PFES3gJy5g32sH8susdSHHs6d3ya4IkFJ0uMYeXjbZ/ONNUm', NULL, 2, 'user', '1', '2023-10-22 14:32:19', '2023-10-22 14:32:19'),
(00000000000000003299, NULL, 'Muklasur rohoman', NULL, NULL, 'dhaka', '01920742161', NULL, NULL, '$2y$10$WxTRTFRaLkU8KWKCMdbPEuXy9MlBc8H.KzxIlL9drFKEBN6bhc.0q', NULL, 2, 'user', '1', '2023-10-22 14:35:46', '2023-10-22 14:35:46'),
(00000000000000003300, NULL, 'Tuhin', NULL, NULL, 'dhaka', '01712555026', NULL, NULL, '$2y$10$oEw/VvLRGv4hvZd/s9F/qu3Fyf0sH5M2MirIJIiZ3/uQ.caWshV.W', NULL, 2, 'user', '1', '2023-10-22 14:39:35', '2023-10-22 14:39:35'),
(00000000000000003301, NULL, 'Mamun', NULL, NULL, 'dhaka', '01881200104', NULL, NULL, '$2y$10$koCGkOF2Od31A6yYbZiUQ.FidoaNllBQKySBh82teYy97CEWSPj7m', NULL, 2, 'user', '1', '2023-10-22 14:48:18', '2023-10-22 14:48:18'),
(00000000000000003302, NULL, 'Johir islam', NULL, NULL, 'dhaka', '01312608114', NULL, NULL, '$2y$10$6Bck9Km1/PjXyd6wD0URtuA1M2hnwZCQLSi/yfmE6QSqO4c4VbfUa', NULL, 2, 'user', '1', '2023-10-22 14:51:11', '2023-10-22 14:51:11'),
(00000000000000003303, NULL, 'SAFETY USER', NULL, NULL, 'dhaka', '01816856309', NULL, NULL, '$2y$10$B55j/7q.VU6h3zn5retJ6uq0A9.2CwgjF9r7uEjPMP5zMfRUzotoe', NULL, 2, 'user', '1', '2023-10-22 14:55:13', '2023-10-22 14:55:13'),
(00000000000000003304, NULL, 'Md. Shahalam', NULL, NULL, 'dhaka', '01731318345', NULL, NULL, '$2y$10$zBnIsqfJiRCi/TTnMO1d/./OoWagubNtqYBDiBA9ERv4dSK4dTtuy', NULL, 2, 'user', '1', '2023-10-22 14:58:09', '2023-10-22 14:58:09'),
(00000000000000003306, NULL, 'Arup', NULL, NULL, 'dhaka', '01817115339', NULL, NULL, '$2y$10$mkekuEcN9FID4SFXQIVEfuLaPmyLqUvPVWzwNZdcjOQhxN73Yx5tG', NULL, 2, 'user', '1', '2023-10-22 15:04:04', '2023-10-22 15:04:04'),
(00000000000000003307, NULL, 'Nasim', NULL, NULL, 'dhaka', '01710694696', NULL, NULL, '$2y$10$B2Dgbfg5fOMR11LYnK7dHOdw4nYnR.r/F3hf3TA3FMqlQnxxkIWD6', NULL, 2, 'user', '1', '2023-10-22 15:06:16', '2023-10-22 15:06:16'),
(00000000000000003308, NULL, 'Tamil Express', NULL, NULL, 'dhaka', '01912121060', NULL, NULL, '$2y$10$3dZv918N8xm74GLvmEzmFeBBHoDm1QfUZPzHvdpgSbeqrqJ1xa0aq', NULL, 2, 'user', '1', '2023-10-22 15:08:17', '2023-10-22 15:08:17'),
(00000000000000003309, NULL, 'Monir', NULL, NULL, 'dhaka', '01852058685', NULL, NULL, '$2y$10$bieS2gBzppecMCZw0CB4nOT.C1mD2Nvu4zBSqKtjJUzTchenJ43LO', NULL, 2, 'user', '1', '2023-10-22 15:11:51', '2023-10-22 15:11:51'),
(00000000000000003310, NULL, 'Badon', NULL, NULL, 'dhaka', '01308305734', NULL, NULL, '$2y$10$YBUhjVKbGYSu31zCv9xCROHHFeIULQ90asGCJiUV/Oxu5WX.sgRB.', NULL, 2, 'user', '2', '2023-10-22 16:49:57', '2023-10-22 16:49:57'),
(00000000000000003312, NULL, 'Shahin', NULL, NULL, 'dhaka', '01774667720', NULL, NULL, '$2y$10$KhLu9SRIlPRoeuLZDeVAs.KhreJkbinwSW3/EL3MmXi223OhzDMJG', NULL, 2, 'user', '1', '2023-10-22 16:58:33', '2023-10-22 16:58:33'),
(00000000000000003313, NULL, 'Alamin', NULL, NULL, 'dhaka', '01732737744', NULL, NULL, '$2y$10$eVAVZ632miVWgcwFwJMgN.eI9RFzR82/wFULur05fQAvlWANR2T7C', NULL, 2, 'user', '1', '2023-10-22 17:00:22', '2023-10-22 17:00:22'),
(00000000000000003314, NULL, 'Arman', NULL, NULL, 'dhaka', '01734159957', NULL, NULL, '$2y$10$wCR7l/l1IOGiOyPs1CxVP.dXMZXrbjIfpA0TuhPAbc5/1SWnfOfpO', NULL, 2, 'user', '1', '2023-10-22 17:02:09', '2023-10-22 17:02:09'),
(00000000000000003315, NULL, 'Maish', NULL, NULL, 'dhaka', '01857755962', NULL, NULL, '$2y$10$ZwOf0oDmTPqsh9yXcGCOuOiGUBtYZgZCGLKvEFO8tBD1WjpbZyWcu', NULL, 2, 'user', '1', '2023-10-22 17:04:30', '2023-10-22 17:04:30'),
(00000000000000003316, NULL, 'Rajusha', NULL, NULL, 'dhaka', '01819338038', NULL, NULL, '$2y$10$.ESPe4Z7aVS7yvq9Qa1.UelB.NHNFUn.fOum9QsbRrVg5XVJnYxGq', NULL, 2, 'user', '1', '2023-10-22 17:06:34', '2023-10-22 17:06:34'),
(00000000000000003317, NULL, 'Jenat jahan', NULL, NULL, 'dhaka', '01732983817', NULL, NULL, '$2y$10$Dq7BMe3L2IjTAS56fS6m8O.LobsLDcMwpSharLF2S/pyVjZcogLx.', NULL, 2, 'user', '1', '2023-10-22 17:08:25', '2023-10-22 17:08:25'),
(00000000000000003318, NULL, 'Md.shohel', NULL, NULL, 'dhaka', '01712240930', NULL, NULL, '$2y$10$jAZFku.s791WoHH8hxMekO530BLrHFllLzWbD5HnWp49rsxUK3NgC', NULL, 2, 'user', '1', '2023-10-22 17:10:19', '2023-10-22 17:10:19'),
(00000000000000003319, NULL, 'Dipumia', NULL, NULL, 'dhaka', '01710259503', NULL, NULL, '$2y$10$NfGrUvYEdDv8ac4IQ2W9RuvRUlTgFRwSlUyCWskSaD6PdwfJsYIcy', NULL, 2, 'user', '1', '2023-10-22 17:14:50', '2023-10-22 17:14:50'),
(00000000000000003320, NULL, 'MD MUSHFIQUR RAHMAN', NULL, NULL, 'dhaka', '01719306320', NULL, NULL, '$2y$10$qL2l2ot4lRA8vPooGg67YeZSBBVQowL53eYpKDLTZcfGKinGp3TT.', NULL, 2, 'user', '1', '2023-10-22 17:20:14', '2023-10-22 17:20:14'),
(00000000000000003321, NULL, 'MD Rashed khan', NULL, NULL, 'dhaka', '01611686450', NULL, NULL, '$2y$10$D7tkKKjhDaQ2n76qQuwj6uxB4C6DAPJa1wpLGnmpiqVdwXpdElXS6', NULL, 2, 'user', '1', '2023-10-22 17:24:22', '2023-10-22 17:24:22'),
(00000000000000003322, NULL, 'Monir Hossain', NULL, NULL, 'dhaka', '01837204814', NULL, NULL, '$2y$10$0z8BnmmRkIljsx23TXHkz.97r4Sw5POnD88W.Apg19zdFiX4RUpSq', NULL, 2, 'user', '1', '2023-10-22 17:27:15', '2023-10-22 17:27:15'),
(00000000000000003323, NULL, 'Rifat', NULL, NULL, 'dhaka', '01308032342', NULL, NULL, '$2y$10$6x6e5JOVFm.l.bc3tJwWOuAeivs/5XKRvdwDHqhynqmdahRszSNAy', NULL, 2, 'user', '1', '2023-10-22 17:29:17', '2023-10-22 17:29:17'),
(00000000000000003324, NULL, 'Billal', NULL, NULL, 'dhaka', '01912548444', NULL, NULL, '$2y$10$8lQ/A9gM6kNbJZqg5VX2DO7AWE/djyhoza.y5SvJHZtlboWQd1cNe', NULL, 2, 'user', '1', '2023-10-23 13:50:33', '2023-10-23 13:50:33'),
(00000000000000003325, NULL, 'Abdul Basit', NULL, NULL, 'dhaka', '01312644433', NULL, NULL, '$2y$10$Wy.Br0El8fE3u4Yz.cUvu.aPJr9Gn.dZdrYhdssCMSYu9.SysExJa', NULL, 2, 'user', '1', '2023-10-23 13:55:12', '2023-10-23 13:55:12'),
(00000000000000003326, NULL, 'Mujahid', NULL, NULL, 'dhaka', '01717466545', NULL, NULL, '$2y$10$KTxBopPfYb0sLPaoyT4TXOSkiW9iteEF5pvC9w1yKiU30LsbPqHmC', NULL, 2, 'user', '1', '2023-10-23 13:58:11', '2023-10-23 13:58:11'),
(00000000000000003327, NULL, 'Toybur', NULL, NULL, 'dhaka', '01725810363', NULL, NULL, '$2y$10$9eoSjB3wfUsW8Jw10wHKAO1bfzxGun2gKLYXXcSC6B5dmm01cZOIe', NULL, 2, 'user', '1', '2023-10-23 14:02:25', '2023-10-23 14:02:25'),
(00000000000000003328, NULL, 'RANA', NULL, NULL, 'dhaka', '01755589168', NULL, NULL, '$2y$10$72o12i.8SwSLPILEwbUm/uh3oFYNNgWQiB4wFQuG6Btz67j17h4PC', NULL, 2, 'user', '1', '2023-10-23 14:04:31', '2023-10-23 14:04:31'),
(00000000000000003329, NULL, 'Jasim', NULL, NULL, 'dhaka', '01729998303', NULL, NULL, '$2y$10$kizFM990BrZi3N60AhdUkO2iJR/2WGDHEgFQty1VF3nPtFd9ji6Xi', NULL, 2, 'user', '1', '2023-10-23 14:06:25', '2023-10-23 14:06:25'),
(00000000000000003330, NULL, 'Suman', NULL, NULL, 'dhaka', '01711111761', NULL, NULL, '$2y$10$dnFvuPrszyCXSQTmqYwFCO/SqvEdNnoyDXx95lvpnUyRDwJbYL5Ca', NULL, 2, 'user', '1', '2023-10-23 14:08:45', '2023-10-23 14:08:45'),
(00000000000000003331, NULL, 'MD RAJIBUL ISLAM', NULL, NULL, 'dhaka', '01710191448', NULL, NULL, '$2y$10$4FlDrbyuvxNp5UHO50Ag3uecKD9tYzGjh6P5ayOCH/HJXciJSn.ci', NULL, 2, 'user', '1', '2023-10-23 14:15:17', '2023-10-23 14:15:17'),
(00000000000000003332, NULL, 'Maynul Islam opu', NULL, 'pac.tungipara@gmail.com', 'dhaka', '01711515003', NULL, NULL, '$2y$10$X1N1MkqEzgRf/faQYtrJ8e7DDl5K14wpEPHfNMJMt6.jx4PiRxGIm', NULL, 2, 'user', '2', '2023-10-23 14:21:40', '2023-10-23 14:21:40'),
(00000000000000003333, NULL, 'Rayan Dewan', NULL, NULL, 'dhaka', '01673638003', NULL, NULL, '$2y$10$jZj8JMrNgoeUTO/rPpyr5.K6N3A0FMl6ipgKXkUQJa1AaLW8rIIGa', NULL, 2, 'user', '1', '2023-10-23 14:23:43', '2023-10-23 14:23:43'),
(00000000000000003334, NULL, 'Md. Abdul kaiuom', NULL, NULL, 'dhaka', '01815046770', NULL, NULL, '$2y$10$qFzkPDF8A04QUZeo6SRd4.5HXiYzYBz73l34leTZp/HZO87mZ.H7.', NULL, 2, 'user', '1', '2023-10-23 14:26:36', '2023-10-23 14:26:36'),
(00000000000000003335, NULL, 'Ranjit', NULL, NULL, 'dhaka', '01911067572', NULL, NULL, '$2y$10$FV5/QeA3bJr68yjSr13ZMupoRdLKZlJ6uuS4pt0BslaleE9khsJV2', NULL, 2, 'user', '1', '2023-10-23 14:28:18', '2023-10-23 14:28:18'),
(00000000000000003336, NULL, 'Kareem', NULL, NULL, 'dhaka', '01676297690', NULL, NULL, '$2y$10$/3kuyEgalok6T5rNyAtm9OYlp7HP8zgc4xww.6e0eMbI31ocUWJeK', NULL, 2, 'user', '1', '2023-10-23 14:30:14', '2023-10-23 14:30:14'),
(00000000000000003337, NULL, 'Omor faruk', NULL, NULL, 'dhaka', '01916083727', NULL, NULL, '$2y$10$XL8d0YNsR9gVRGyX/xJXVOvbjF35tz2D4N7nf9zy0Exez1Nf4nCni', NULL, 2, 'user', '1', '2023-10-23 14:32:53', '2023-10-23 14:32:53'),
(00000000000000003338, NULL, 'Jahid Hassen Hemel', NULL, NULL, 'dhaka', '01915149575', NULL, NULL, '$2y$10$0kx.iuB1jrPXt5ldo5cr7OTyoY/8P22i.gH3lmDuPY6X6uVfY6h0G', NULL, 2, 'user', '1', '2023-10-23 14:34:30', '2023-10-23 14:34:30'),
(00000000000000003339, NULL, 'MD Shafiul Alam', NULL, 'therealdiab261@gmail.com', 'dhaka', '01856410041', NULL, NULL, '$2y$10$MBpzvM2C7kJOGcfbNXcDjeTNEM00tNfhC.fqveMCgVxt8JcypQOoS', NULL, 2, 'user', '1', '2023-10-23 14:37:04', '2023-10-23 14:37:04'),
(00000000000000003340, NULL, 'Ataur Rahman', NULL, 'ataur54@mygpsbd.net', 'dhaka', '01711070054', NULL, NULL, '$2y$10$qRZ9mfiGqIy/nXVoo1LkYu3V41DsC1bNLvrj3eq74wCD8srKZRBju', NULL, 2, 'user', '2', '2023-10-23 14:47:33', '2023-10-23 14:47:33'),
(00000000000000003341, NULL, 'MD. Jahid', NULL, 'jahid11@mygpsbd.net', 'Tangail', '01725472180', NULL, NULL, '$2y$10$2OGdvY//hSdKiJTxBhWQ0.xEX7iG/z0GCQldZffCESJfFGD9fboRu', NULL, 2, 'user', '1', '2023-10-31 11:26:03', '2023-10-31 11:26:03'),
(00000000000000003342, NULL, 'Maidul', NULL, NULL, 'Dhaka', '01859202018', NULL, NULL, '$2y$10$wdsNyjFDN.dcazcu1trJO.1NF/XmqKDW8f94DG8pOdWGdtl49bTp2', NULL, 2, 'user', '1', '2023-10-31 14:06:29', '2023-10-31 14:06:29'),
(00000000000000003343, NULL, 'Babu', NULL, NULL, 'Dhaka', '01967617400', NULL, NULL, '$2y$10$76jH9LE3nBpeVnZAYrATjOeFmItSV0PtraF5vmox3prqyLeg35a/6', NULL, 2, 'user', '1', '2023-10-31 14:08:33', '2023-10-31 14:08:33'),
(00000000000000003344, NULL, 'Sayed Anisur Rahman', NULL, NULL, 'Dhaka', '01716642759', NULL, NULL, '$2y$10$17rxKdVky7vOXBYC/de9luhM1fSy.uUwHJMDsrJrrMMuaPPq0S.1y', NULL, 2, 'user', '1', '2023-10-31 14:10:37', '2023-10-31 14:10:37'),
(00000000000000003345, NULL, 'Alamin', NULL, 'alamin02@mygpsbd.net', 'Dhaka', '01311465802', NULL, NULL, '$2y$10$UKHD6Z2jKOA5Q6gMtDroPO/JjHQcAV426p6ZbxEbsrwpyd6p37Jcy', NULL, 2, 'user', '1', '2023-10-31 14:14:07', '2023-10-31 14:14:07'),
(00000000000000003346, NULL, 'Mozibur Rahman', NULL, 'moziburrahman@mygpsbd.net', 'Dhaka', '01714011901', NULL, NULL, '$2y$10$ccNSXqdfPNdprArDct3imeNnhtnY1ynUtQseZtQCA8dy.iIWaRyXi', NULL, 2, 'user', '1', '2023-10-31 14:18:57', '2023-10-31 14:18:57'),
(00000000000000003347, NULL, 'Dr. Mujibur', NULL, 'drmujibor@mygpsbd.net', 'Dhaka', '01710922762', NULL, NULL, '$2y$10$cKGsmS.vQW0xsR8XYj1E1u0cfHoBsVBrJH6RtsXZWejFZJ6.vGMBi', NULL, 2, 'user', '1', '2023-10-31 14:22:35', '2023-10-31 14:22:35'),
(00000000000000003348, NULL, 'Dr. forhad', NULL, 'forhad99@mygpsbd.net', 'Dhaka', '01790445599', NULL, NULL, '$2y$10$tfsX4KThhkm1SWBUPP/px.r5rkex0k852HZzkxUmzcSqX1JXhIxuO', NULL, 2, 'user', '1', '2023-10-31 14:24:16', '2023-10-31 14:24:16'),
(00000000000000003350, NULL, 'Md. Jamal Uddin', NULL, NULL, 'Dhaka', '01715150149', NULL, NULL, '$2y$10$3dEiG3YSpJXvsOuSh.7zGO9AzukOnf2uM4dzivzG8wdTj2c4qT/Vi', NULL, 2, 'user', '1', '2023-10-31 15:33:23', '2023-10-31 15:33:23'),
(00000000000000003351, NULL, 'Alamin', NULL, 'alamin26@mygpsbd.net', 'Dhaka', '01707132226', NULL, NULL, '$2y$10$NxKRwkMB9yRmjAD.qHgPaudjbNMi7CUE2NuH/Qfu8W1.ponpR.Ecm', NULL, 2, 'user', '1', '2023-10-31 15:35:24', '2023-10-31 15:35:24'),
(00000000000000003352, NULL, 'Dr. Alom', NULL, 'alom@mygpsbd.net', 'Dhaka', '01818252898', NULL, NULL, '$2y$10$IQkdZhqJXiVgUy94xdcpRu0DhKpDR/V.JcWF4ncXTtNxUTyIAUJXK', NULL, 2, 'user', '1', '2023-10-31 15:58:47', '2023-10-31 15:58:47'),
(00000000000000003354, NULL, 'Arafat ali', NULL, NULL, 'Dhaka', '01303248448', NULL, NULL, '$2y$10$9m10g32N8gYJLzv2h17Q2uQYnzM9nrAQFo.Rg7p3Jo81TTXW7ilE6', NULL, 2, 'user', '1', '2023-10-31 16:02:33', '2023-10-31 16:02:33'),
(00000000000000003355, NULL, 'Ataur', NULL, 'ataur05@mygpsbd.net', 'Dhaka', '01711968405', NULL, NULL, '$2y$10$iGwF4yXvncdJhtl/cACdF.JHgSdZoxPT9jSAPDs5W1t5DYoHF4TJi', NULL, 2, 'user', '1', '2023-10-31 16:04:14', '2023-10-31 16:04:14'),
(00000000000000003356, NULL, 'Ali Hossain Sikder', NULL, 'alihossain@mygpsbd.net', 'Dhaka', '01867767351', NULL, NULL, '$2y$10$jHSA7YS4Y3OPPN8iiG4H7.X2NVaGpALvyJMl2DdiBnwrL3nTpuwk6', NULL, 2, 'user', '1', '2023-10-31 16:05:32', '2023-10-31 16:05:32'),
(00000000000000003357, NULL, 'Anwar', NULL, 'alihossain@mygpsbd.net', 'Dhaka', '01715742196', NULL, NULL, '$2y$10$DvkU8P3ozzEin3Jx9bpepOQ4ULnY6zpKJfKOwtqHbLMLR1M0n08ki', NULL, 2, 'user', '1', '2023-10-31 16:06:42', '2023-10-31 16:06:42'),
(00000000000000003358, NULL, 'Novin', NULL, NULL, 'Dhaka', '01731767682', NULL, NULL, '$2y$10$tSfR2N.u1HgkSnO23ppMM.rjeeKeQ5ptVxETkt7hN5dodv2f8fIE.', NULL, 2, 'user', '1', '2023-10-31 16:12:03', '2023-10-31 16:12:03'),
(00000000000000003359, NULL, 'Fahim Alom Chowdhury', NULL, 'fahim84@mygpsbd.com', 'Dhaka', '01915024484', NULL, NULL, '$2y$10$fTby1b/5OsX9pVI7yqlEie/dLDExUKC8O7ST4X5w24gv1JfwGZMru', NULL, 2, 'user', '1', '2023-10-31 16:14:23', '2023-10-31 16:14:23'),
(00000000000000003360, NULL, 'SK Mahedi', NULL, 'hatmahedi@gmail.com', 'Dhaka', '01911060580', NULL, NULL, '$2y$10$lOTbuNZHo6JxroB1/daTKeILhY.Zgv.hR7MOm9IucxLKwiH72apmS', NULL, 2, 'user', '1', '2023-10-31 16:16:11', '2023-10-31 16:16:11'),
(00000000000000003361, NULL, 'Md.Ataur Rahman', NULL, 'ataur79@mygpsbd.net', 'Dhaka', '01913300979', NULL, NULL, '$2y$10$GKn3MRqRUrI6.eW5dgJCdeCC8yAlVqOT5k9lG.BlG8G6L7D.TpORS', NULL, 2, 'user', '1', '2023-10-31 16:18:40', '2023-10-31 16:18:40'),
(00000000000000003362, NULL, 'Isa Aziz', NULL, 'aziz34@mygpsbd.net', 'Dhaka', '01723909134', NULL, NULL, '$2y$10$m7/AniiQ3pbVtxlm1ZbFzeCX5KJUQtCCWOJMqOjFX7KsX2i23bCK.', NULL, 2, 'user', '1', '2023-10-31 16:26:29', '2023-10-31 16:26:29'),
(00000000000000003363, NULL, 'Mir Alauddin Bappy', NULL, NULL, 'Dhaka', '01711207150', NULL, NULL, '$2y$10$DfrObOUH5sfWPEiC3BBtwucHG7UuIfHvJKkABApncNmr8TF8NXRe6', NULL, 2, 'user', '1', '2023-10-31 16:29:08', '2023-10-31 16:29:08'),
(00000000000000003364, NULL, 'Captain Kaikobad', NULL, 'jahid.dhakabd@gmail.com', 'Dhaka', '01716604931', NULL, NULL, '$2y$10$KIpCaBQIf6lBm5eiyDmCGO8dVad4OBibGyCe9dslK.R0MGnagduRO', NULL, 2, 'user', '1', '2023-10-31 16:39:36', '2023-10-31 16:40:32'),
(00000000000000003365, NULL, 'Faysal Ahmmed', NULL, 'ftc.uzzal@gmail.com', 'Dhaka', '01677345660', NULL, NULL, '$2y$10$v1OKY/emocmyIHc3tKQzAOC7GVzBPpOfKaiRMH3ozJ1xQfbQMjk3a', NULL, 2, 'user', '1', '2023-10-31 16:43:53', '2023-10-31 16:43:53'),
(00000000000000003366, NULL, 'mkfashion28', NULL, 'mkfashion28@gmail.com', 'Dhaka', '01671826193', NULL, NULL, '$2y$10$FHZQ2j8ywFBgb21d2RpZ3.A3wiBXcnYcJfT8HH42JI9uJS9VJnzNW', NULL, 2, 'user', '1', '2023-10-31 16:48:47', '2023-10-31 16:48:47'),
(00000000000000003367, NULL, 'Shahin', NULL, NULL, 'Dhaka', '01789126130', NULL, NULL, '$2y$10$.sMi7QWFvbHL6k1VwGkfFuevHjKYDQVwVDoCFJtCof96/QCzhDt8y', NULL, 2, 'user', '1', '2023-10-31 16:53:57', '2023-10-31 16:53:57'),
(00000000000000003368, NULL, 'Morshed Miraj', NULL, 'hmmiraj@gmail.com', 'Dhaka', '01817002333', NULL, NULL, '$2y$10$kYcz0xKjOeM0GYhAim3H1OG6CC/TVSv.TBOmQ0lD83AjsYQNxWqxu', NULL, 2, 'user', '1', '2023-10-31 16:56:15', '2023-10-31 16:56:15'),
(00000000000000003369, NULL, 'Md. Mostofa', NULL, 'mostofa.html@gmail.com', 'Dhaka', '01711100264', NULL, NULL, '$2y$10$g6eVIsgVXbMMD7tPjxIjNukBSt5TOGSlK7N7U9.q77PsQH8iOvyXm', NULL, 2, 'user', '1', '2023-10-31 16:58:47', '2023-10-31 16:58:47'),
(00000000000000003370, NULL, 'Shamim Islam', NULL, 'shamim08@mygpsbd.net', 'Dhaka', '01977107608', NULL, NULL, '$2y$10$ckqF45S4RqU.aK/.mgvamuw3BajEaP4YR/.g5ssrBtMfGJxOGkY.a', NULL, 2, 'user', '1', '2023-10-31 17:01:24', '2023-10-31 17:01:24'),
(00000000000000003371, NULL, 'Shahin Alom', NULL, 'shahin@mygpsbd.net', 'Dhaka', '01632470615', NULL, NULL, '$2y$10$V2Xc/oG/qGvGwoy8wvoLTOtY31s14I9eMY7xPOShYPh2wp4r2qBbC', NULL, 2, 'user', '1', '2023-10-31 17:06:24', '2023-10-31 17:06:24'),
(00000000000000003372, NULL, 'Md. Safwan', NULL, 'safwan35@mygpsbd.net', 'Dhaka', '01817286397', NULL, NULL, '$2y$10$KjXsJqCRJvpKygSYitITgOKI..p7dSScFcMtawqFUcwIZNfj2RqDm', NULL, 2, 'user', '1', '2023-10-31 17:08:46', '2023-10-31 17:08:46'),
(00000000000000003373, NULL, 'Shibbir Ahmed', NULL, 'shibbir@mygpsbd.net', 'Dhaka', '01772428799', NULL, NULL, '$2y$10$MlE7fHHZylxJwc.dP90bNumaveV07XDoJTKyUWFJ0bdNu7.ph22lm', NULL, 2, 'user', '1', '2023-10-31 17:10:55', '2023-10-31 17:10:55'),
(00000000000000003374, NULL, 'Alauddin khan', NULL, NULL, 'Dhaka', '01611011185', NULL, NULL, '$2y$10$RyffsfBmUF9Epvfca24WD.zfg1yCx1TB1CJ06.4Wgv4yx2SYfyhBS', NULL, 2, 'user', '1', '2023-10-31 17:13:31', '2023-10-31 17:13:31'),
(00000000000000003375, NULL, 'Faisal', NULL, NULL, 'Dhaka', '01924758812', NULL, NULL, '$2y$10$PgsInnGxUf2H7cUpO0Wfk.fB8z7OONPkc9g0oe739XbQZaFf2hfa2', NULL, 2, 'user', '1', '2023-10-31 17:14:42', '2023-10-31 17:14:42'),
(00000000000000003376, NULL, 'Akas', NULL, NULL, 'Dhaka', '01724660825', NULL, NULL, '$2y$10$kqG14kUyIXaV55RFzecotubgn4SVQT2wbHBhAWMtgP23jgi0/kmpW', NULL, 2, 'user', '1', '2023-10-31 17:16:00', '2023-10-31 17:16:00'),
(00000000000000003377, NULL, 'Kamruzzaman', NULL, NULL, 'Dhaka', '01944455392', NULL, NULL, '$2y$10$6Wz/eTT5ugCOrO6P52jZkuHpc6Je.XYznF56mBdiNk2xKaPQLXzre', NULL, 2, 'user', '1', '2023-10-31 17:17:03', '2023-10-31 17:17:03'),
(00000000000000003378, NULL, 'Alamin', NULL, NULL, 'Dhaka', '01688677508', NULL, NULL, '$2y$10$NYsgfQ6PzQnzw3gKnmVP1eUNKWA44HyySdBhYKSZTqYH5FptJeK2S', NULL, 2, 'user', '1', '2023-10-31 17:25:28', '2023-10-31 17:25:28'),
(00000000000000003379, NULL, 'ROMAN', NULL, NULL, 'Dhaka', '01792546773', NULL, NULL, '$2y$10$4cSfXolSwW36IY5wKNBIX.ZF8gIeeofcJ9kNU5q0Q12zj0ZZPYvHq', NULL, 2, 'user', '1', '2023-10-31 17:34:18', '2023-10-31 17:34:18'),
(00000000000000003380, NULL, 'Noyon', NULL, NULL, 'Dhaka', '01712562306', NULL, NULL, '$2y$10$BUAl9fF1qNv4IthunoRtauGDp/1q3I6VMy4XXqOYpx/PYPG4t3nh2', NULL, 2, 'user', '1', '2023-10-31 17:35:35', '2023-10-31 17:35:35'),
(00000000000000003381, NULL, 'Moinul Islam', NULL, NULL, 'Dhaka', '01795555885', NULL, NULL, '$2y$10$UWrOeXS9wqMZVthECEzI6OK6TV91.PVCsXbdgGxDLsqqlSicW3M.G', NULL, 2, 'user', '1', '2023-10-31 17:36:58', '2023-10-31 17:36:58'),
(00000000000000003382, NULL, 'Sudhir Das', NULL, NULL, 'Dhaka', '01689921672', NULL, NULL, '$2y$10$K9LT8A6x.ZJbiYeK.DkZ9O5b8AQ8iN8lHY9P50rlBCoKA4lDLi0RK', NULL, 2, 'user', '1', '2023-10-31 17:38:58', '2023-10-31 17:38:58'),
(00000000000000003383, NULL, 'Sha Alom Monir', NULL, NULL, 'Dhaka', '01812070000', NULL, NULL, '$2y$10$zmV8XQeZgBpCOxFQaAFaCeDlz733Zmoc3OW/EKiBIWzyt1/KO64Zq', NULL, 2, 'user', '1', '2023-10-31 17:41:54', '2023-10-31 17:41:54'),
(00000000000000003384, NULL, 'Borun', NULL, NULL, 'Dhaka', '01841643075', NULL, NULL, '$2y$10$uZrPOTnRvnVPLA1AbeaUne43MFELZ8j5AmaX0PkNDF4Kxl8xxmGuy', NULL, 2, 'user', '1', '2023-10-31 17:43:16', '2023-10-31 17:43:16'),
(00000000000000003385, NULL, 'Md. Sabbir Hossain', NULL, NULL, 'Dhaka', '01798585960', NULL, NULL, '$2y$10$2Yfh37smqwkQxBtS5EJKmuQ83.6ZI.WLYzXiKoeV3x1ApJNaXj3fa', NULL, 2, 'user', '1', '2023-11-01 11:04:58', '2023-11-01 11:04:58'),
(00000000000000003386, NULL, 'Asif Masud', NULL, NULL, 'Dhaka', '01717058372', NULL, NULL, '$2y$10$0NPJ/BEdEYBBsAqT3tbDnuGs6hx9234tSDzZsogcIvV9jcwipJ1L6', NULL, 2, 'user', '1', '2023-11-01 11:06:33', '2023-11-01 11:06:33'),
(00000000000000003387, NULL, 'Nur Alam', NULL, NULL, 'Dhaka', '01739215973', NULL, NULL, '$2y$10$6Vspy7XYEeclaST3PWi1vOUzWxWp7wNsIRvjuu1fKVd3Gril3YbHm', NULL, 2, 'user', '1', '2023-11-01 11:07:49', '2023-11-01 11:07:49'),
(00000000000000003388, NULL, 'Shourav', NULL, NULL, 'Dhaka', '01715783861', NULL, NULL, '$2y$10$vYi4Sq8bCltSt.RKiUHQSeP5ZVo5XwFgUa7atM5TISrw31A17T5/a', NULL, 2, 'user', '1', '2023-11-01 11:09:20', '2023-11-01 11:09:20'),
(00000000000000003390, NULL, 'Yusuf Malibag', NULL, NULL, 'Dhaka', '01924610051', NULL, NULL, '$2y$10$Zzep/D05QcadU6e77nD6cev.MeVNOHADjiMUbt/q5qVog1X7PpVfC', NULL, 2, 'user', '1', '2023-11-01 11:11:46', '2023-11-01 11:11:46'),
(00000000000000003391, NULL, 'Rasel', NULL, NULL, 'Dhaka', '01722031051', NULL, NULL, '$2y$10$sMq91l7LlfATv8NQSqMdbe2tOgVlyTgx5MqXDqY7z8M27FHc6pFLy', NULL, 2, 'user', '1', '2023-11-01 11:13:39', '2023-11-01 11:13:39'),
(00000000000000003392, NULL, 'Gold King', NULL, NULL, 'Dhaka', '01885997676', NULL, NULL, '$2y$10$sQbLiuZzMZwMugg6hroePePsBgXC2aqt6dF0/.e8hlD4ZhcaaDkWq', NULL, 2, 'user', '1', '2023-11-01 11:52:46', '2023-11-01 11:52:46'),
(00000000000000003393, NULL, 'Md. Shamrat', NULL, NULL, 'Dhaka', '01314437030', NULL, NULL, '$2y$10$Gh50CbHkYXADk7b.6ZogzefnTCILDKJzsc6HYl1y42T369uyXyH/u', NULL, 2, 'user', '1', '2023-11-01 11:55:17', '2023-11-01 11:55:17'),
(00000000000000003394, NULL, 'Nazame Islam', NULL, NULL, 'Dhaka', '01977366566', NULL, NULL, '$2y$10$r2spcH4VtfEjnyOtDnPBm.1GiS693VHn2F4axwkhbjq0Qm9L3qJU6', NULL, 2, 'user', '1', '2023-11-01 11:56:25', '2023-11-01 11:56:25'),
(00000000000000003395, NULL, 'Md. Faridul Islam', NULL, NULL, 'Dhaka', '01742921551', NULL, NULL, '$2y$10$yTAvwA4fhibtskYEvNw8AuJ1NbFuYZ2PGtNn2eV3Pt7Nvo17jF5KW', NULL, 2, 'user', '1', '2023-11-01 12:47:43', '2023-11-01 12:47:43'),
(00000000000000003396, NULL, 'Md. Moniruzzaman', NULL, NULL, 'Dhaka', '01938835957', NULL, NULL, '$2y$10$1d2Si6D4WJFJqVGyvIFpdOp3ew7rLFRR8hsFdz.Ai9KmzpczUDIYW', NULL, 2, 'user', '1', '2023-11-01 12:50:26', '2023-11-01 12:50:26'),
(00000000000000003397, NULL, 'Bellal', NULL, NULL, 'Dhaka', '01712114566', NULL, NULL, '$2y$10$aUwOUITp70swt6DVIJ2F.OYcI4JKCzxvg97/pvs4HjuteGCujODqi', NULL, 2, 'user', '1', '2023-11-01 13:19:13', '2023-11-01 13:19:13'),
(00000000000000003398, NULL, 'Monsurull Haque', NULL, NULL, 'Dhaka', '01818170866', NULL, NULL, '$2y$10$FWltsGdP18qMrbSWRPlNQ.fPzFLnNOkXtxqUH65q0ZWW7XUyn4Xzu', NULL, 2, 'user', '1', '2023-11-01 13:20:24', '2023-11-01 13:20:24'),
(00000000000000003399, NULL, 'Md. Azom', NULL, NULL, 'Dhaka', '01950107528', NULL, NULL, '$2y$10$cg0o7HNvYu5mo7DbfdEXEusS/hVS2WFzwCKhXr5xvUCPOtO.PM0e2', NULL, 2, 'user', '1', '2023-11-01 13:21:35', '2023-11-01 13:21:35'),
(00000000000000003400, NULL, 'Saif', NULL, NULL, 'Dhaka', '01779909931', NULL, NULL, '$2y$10$rx4QFTNiBQ3.D/Xq6LS9nOkuEa4.unR.vg7jnAFqf8l.6GBRzc62W', NULL, 2, 'user', '1', '2023-11-01 13:23:09', '2023-11-01 13:23:09'),
(00000000000000003401, NULL, 'Md Anis', NULL, NULL, 'Dhaka', '01712938957', NULL, NULL, '$2y$10$7tUXtueY7sRB1XJu2.uQbO8vYxU9Ib4u7NR5U/YxmeQAlAdszuGda', NULL, 2, 'user', '1', '2023-11-01 13:24:15', '2023-11-01 13:24:15'),
(00000000000000003402, NULL, 'Joy Hasan', NULL, NULL, 'Dhaka', '01720117201', NULL, NULL, '$2y$10$JAb/RemNPvVZRb.YujvDyOEJOxVRjh7UcUG3DWodTHZHNu4qbUv5y', NULL, 2, 'user', '1', '2023-11-01 13:25:17', '2023-11-01 13:25:17'),
(00000000000000003403, NULL, 'Monir', NULL, NULL, 'Dhaka', '01711632408', NULL, NULL, '$2y$10$yf1eMHLrHDCqtf7rfEdQJ.9GXQg4IxZnk2EALFm8U4nGLJFKnTPLG', NULL, 2, 'user', '1', '2023-11-01 13:26:14', '2023-11-01 13:26:14'),
(00000000000000003404, NULL, 'Rifath Sayeed', NULL, NULL, 'Dhaka', '01713424137', NULL, NULL, '$2y$10$swlkpWoq8CVkh0kBx2d83eB.1CP6KCih6PWowPvajW7ecr1vBUbo.', NULL, 2, 'user', '1', '2023-11-01 13:27:11', '2023-11-01 13:27:11'),
(00000000000000003405, NULL, 'Sagor', NULL, NULL, 'Dhaka', '01626098403', NULL, NULL, '$2y$10$CsDGcLX8Qx5qhypf85o0p.p2xD2aQrg/MvHAhrARIGZ9Q7tUYA.Ry', NULL, 2, 'user', '1', '2023-11-01 13:39:01', '2023-11-01 13:39:01'),
(00000000000000003406, NULL, 'Arif', NULL, NULL, 'Dhaka', '01888720095', NULL, NULL, '$2y$10$YyToM3JTRl8tDKFYu5iGgOTu60BZSEuqYr1Fi/x6sotPGohk2S502', NULL, 2, 'user', '1', '2023-11-01 13:41:19', '2023-11-01 13:41:19'),
(00000000000000003407, NULL, 'Zahidul', NULL, NULL, 'Dhaka', '01925158283', NULL, NULL, '$2y$10$113.ZqgRkM1PvQkikilaweMlmIv8xBgtU5J7I7l.kQI1m1nACnRpS', NULL, 2, 'user', '1', '2023-11-01 14:54:16', '2023-11-01 14:54:16'),
(00000000000000003408, NULL, 'Ummat ALI', NULL, NULL, 'Dhaka', '01721656262', NULL, NULL, '$2y$10$CtVV5mnJpiBHdXdYQsS5u.Zny5QFJhK.dq/Hz34JINyN0iJo6.ArO', NULL, 2, 'user', '1', '2023-11-01 15:03:16', '2023-11-01 15:03:16'),
(00000000000000003409, NULL, 'Shahin', NULL, NULL, 'Dhaka', '01819252491', NULL, NULL, '$2y$10$eAONZnUNze3z6Oq9R4o7veZGlwn64Oz0mZOAJdaAgQP3gysDtPQUa', NULL, 2, 'user', '1', '2023-11-01 15:04:41', '2023-11-01 15:04:41'),
(00000000000000003410, NULL, 'Shemanta', NULL, NULL, 'Dhaka', '01816801259', NULL, NULL, '$2y$10$KYNIUmU7dRCSrN5NzOMFpehIITbrzp8gI8xU0oXYfIS3jXn96GxKG', NULL, 2, 'user', '1', '2023-11-01 15:07:04', '2023-11-01 15:07:04'),
(00000000000000003411, NULL, 'SM Maniruzzan', NULL, NULL, 'Dhaka', '01715239290', NULL, NULL, '$2y$10$MyS6XNUvIyVxnLMUE5/S0eFBaZuqNt2DUcjbyjf75lqg9O9NqgPAa', NULL, 2, 'user', '1', '2023-11-01 15:09:19', '2023-11-01 15:09:19'),
(00000000000000003412, NULL, 'Badsha Bulbul', NULL, NULL, 'Dhaka', '01626243108', NULL, NULL, '$2y$10$jsG7xLUUS7oP4rDErGda1uwjpLvggWhv9s.WKQ3pcZtGi1AbNYzWe', NULL, 2, 'user', '1', '2023-11-01 15:10:24', '2023-11-01 15:10:24'),
(00000000000000003413, NULL, 'Faisal', NULL, NULL, 'Dhaka', '01879378900', NULL, NULL, '$2y$10$yZ35BKVFvzMQeBcpwnqYfe/Ck8sn.rKCg1eNcKqzi8D6k/vfIDNvS', NULL, 2, 'user', '1', '2023-11-01 15:11:22', '2023-11-01 15:11:22'),
(00000000000000003414, NULL, 'Elias Kanchan', NULL, NULL, 'Dhaka', '01769207018', NULL, NULL, '$2y$10$lHoFAo2MFevTjbWkC6njvOG5i2dJPwH8gxYSZIqXG73Q8kl9YeuHK', NULL, 2, 'user', '1', '2023-11-01 15:12:57', '2023-11-01 15:12:57'),
(00000000000000003415, NULL, 'Alauddin khan', NULL, NULL, 'Dhaka', '01612684676', NULL, NULL, '$2y$10$ntDdrkARchC27eDAZCwAD.RL/2Jf41M6QhUn20QFCxXYarXlDrH1u', NULL, 2, 'user', '1', '2023-11-01 15:15:36', '2023-11-01 15:15:36'),
(00000000000000003416, NULL, 'Tanvir shyod bappy', NULL, NULL, 'Dhaka', '01712226037', NULL, NULL, '$2y$10$3/RptmKtvTJq3hSAwW1nk.z9eWoQBdi5kLOE59mu/e5IKjEQ0q2pC', NULL, 2, 'user', '1', '2023-11-01 15:17:09', '2023-11-01 15:17:09'),
(00000000000000003417, NULL, 'Shoun', NULL, NULL, 'Dhaka', '01799186403', NULL, NULL, '$2y$10$XQC0o1d6.w6JCSy2clyJdu/vKqyhgy/Uzb/NGAg2fFxeoLB8.19Iq', NULL, 2, 'user', '1', '2023-11-01 15:18:29', '2023-11-01 15:18:29'),
(00000000000000003418, NULL, 'Akash', NULL, NULL, 'Dhaka', '01906861117', NULL, NULL, '$2y$10$so8l2tvuGoUR3vLCzQp7AuFJPfeDnEdII3XMqIVBUifu0UiLTdpe6', NULL, 2, 'user', '1', '2023-11-01 15:24:47', '2023-11-01 15:24:47'),
(00000000000000003419, NULL, 'Nazmul', NULL, NULL, 'Dhaka', '01718527108', NULL, NULL, '$2y$10$O7RenHANj5C9itNKa7qpA.x3htKXO2FRM9vxUPJ8fTCnt5xLHIAaO', NULL, 2, 'user', '1', '2023-11-01 15:26:52', '2023-11-01 15:26:52'),
(00000000000000003420, NULL, 'Rajib', NULL, NULL, 'Dhaka', '01318742290', NULL, NULL, '$2y$10$oN9pCQgaeR.ijAhGlRaL3.kIsJ3hjIZno7Aw.yOad4BMGASAJDCoy', NULL, 2, 'user', '1', '2023-11-01 15:27:48', '2023-11-01 15:27:48'),
(00000000000000003421, NULL, 'kawsar Ahmed', NULL, NULL, 'Dhaka', '01750019777', NULL, NULL, '$2y$10$OfFlLOf8gsublGNNSQ6AEeq.ytrapI9z77Xtx1Z54zJOgZ.koeRk6', NULL, 2, 'user', '1', '2023-11-01 15:28:37', '2023-11-01 15:28:37'),
(00000000000000003422, NULL, 'Shirajul', NULL, NULL, 'Dhaka', '01737218001', NULL, NULL, '$2y$10$2AykSKrkgFfeZGH9RfxMmujERKXMJ5eRWd3/Eq3HKzr02GbpZ0sUm', NULL, 2, 'user', '1', '2023-11-01 15:29:29', '2023-11-01 15:29:29'),
(00000000000000003423, NULL, 'Akter Hossain', NULL, NULL, 'Dhaka', '01711393473', NULL, NULL, '$2y$10$GUALXV.hiF.PZFCMsQxNgu8R9YZLXamb5Zris19U7o5S90.cRkd6y', NULL, 2, 'user', '1', '2023-11-01 15:30:41', '2023-11-01 15:30:41'),
(00000000000000003424, NULL, 'Mustafa', NULL, NULL, 'Dhaka', '01866066602', NULL, NULL, '$2y$10$yEoLC/l3Vw84JUTHmSBiruZrYkOz5FSRgOZUNkl8yEFe/tIe6Ijvq', NULL, 2, 'user', '1', '2023-11-01 15:32:40', '2023-11-01 15:32:40'),
(00000000000000003425, NULL, 'Khurshed Alom', NULL, NULL, 'Tangail', '01729220055', NULL, NULL, '$2y$10$5ZOKwaglCj9bpBlcxZ/IK.HBcZcx1BrLsD97vpYifU255VpWvR0gO', NULL, 2, 'user', '1', '2023-11-01 15:33:33', '2023-11-01 15:33:33'),
(00000000000000003426, NULL, 'Ashraful karim sikder Noman', NULL, NULL, 'Dhaka', '01716566251', NULL, NULL, '$2y$10$5Cuv/xMItTJZpXdQo1F5m.kK8NL1SE6oXJLV/hrw5zpg4q6Bjy/qq', NULL, 2, 'user', '1', '2023-11-01 15:34:29', '2023-11-01 15:34:29'),
(00000000000000003427, NULL, 'Ruhul amin', NULL, NULL, 'Dhaka', '01739993231', NULL, NULL, '$2y$10$LgTDK7zOffP9nTwBv2ERq.f4rtj4/ELguyybx13VicunWoSQBJudm', NULL, 2, 'user', '1', '2023-11-01 15:35:23', '2023-11-01 15:35:23'),
(00000000000000003428, NULL, 'Subol', NULL, NULL, 'Dhaka', '01786044224', NULL, NULL, '$2y$10$zQJWaLd7gKRi6LgZUm3Hq.hGeC53wnt0XqcaNklndLTbNYelq5b8e', NULL, 2, 'user', '1', '2023-11-01 15:36:51', '2023-11-01 15:36:51'),
(00000000000000003429, NULL, 'Abdul Kuddis', NULL, NULL, 'Dhaka', '01813905594', NULL, NULL, '$2y$10$8eCZmwyhte7H/ekm3ohVCOHCwZR5mXJEUKozfeaASk4T8enovPOXi', NULL, 2, 'user', '1', '2023-11-01 15:38:20', '2023-11-01 15:38:20'),
(00000000000000003430, NULL, 'Pacific Cargo', NULL, NULL, 'Dhaka', '01778322365', NULL, NULL, '$2y$10$iWK/.AAKlMUxSmo//h/lZ.eToiwOnWiSxLJUuQoYXDW3vogeKH5t6', NULL, 2, 'user', '1', '2023-11-01 15:40:32', '2023-11-01 15:40:32'),
(00000000000000003431, NULL, 'Mohammad Safa', NULL, NULL, 'Dhaka', '01671813399', NULL, NULL, '$2y$10$ZqGruLY/taes/UoYr4cwguDYsOYrmOWLvMbjTds1inawTlYLch/sa', NULL, 2, 'user', '1', '2023-11-01 15:47:37', '2023-11-01 15:47:37'),
(00000000000000003432, NULL, 'Ruhul Amin', NULL, NULL, 'Dhaka', '01642303903', NULL, NULL, '$2y$10$7xG3KMWBnJnBhxsmgh9ePuN0CSymE.TtXfFGWAqcRCwk620GR3wxm', NULL, 2, 'user', '1', '2023-11-01 15:49:40', '2023-11-01 15:49:40'),
(00000000000000003433, NULL, 'Rupam Haque', NULL, 'rupam67@mygpsbd.net', 'Dhaka', '01716458567', NULL, NULL, '$2y$10$BBVxPIceE9/glJZ7QgvUHexuMpUkPrVg42xxy.P634UhUlabcKoPO', NULL, 2, 'user', '1', '2023-11-01 15:52:29', '2023-11-01 15:52:29'),
(00000000000000003434, NULL, 'Khorshed', NULL, 'khorshed71@mygpsbd.net', 'Dhaka', '01711085171', NULL, NULL, '$2y$10$eHYzMAg2YCjYYccv2FZoruO7HC4uJt/LVplCbKBzMm7m86dzRRD9O', NULL, 2, 'user', '1', '2023-11-01 16:52:50', '2023-11-01 16:52:50'),
(00000000000000003435, NULL, 'Saidur Rahman', NULL, 'saidur97@mygpsbd.net', 'Dhaka', '01711322497', NULL, NULL, '$2y$10$lsBZSBs6cho.MGEGHP0r/.WVXVenO082WmQurrbuNfoWcl6yOx1wy', NULL, 2, 'user', '1', '2023-11-01 17:02:10', '2023-11-01 17:02:10'),
(00000000000000003436, NULL, 'Md. Robiul', NULL, NULL, 'Dhaka', '01927200901', NULL, NULL, '$2y$10$XiHL7GMtf3maKrTqQSadIOWZwJ5ymDE04SEEKn5S1Ns6wjpbqiVpe', NULL, 2, 'user', '1', '2023-11-01 17:03:23', '2023-11-01 17:03:23'),
(00000000000000003437, NULL, 'Md.Khaled Saifullah', NULL, NULL, 'Dhaka', '01708150650', NULL, NULL, '$2y$10$qyyHwhxhPKeUZIhRwdcFfuUFwd4mEomnkk5oHkxJRkMO6ycvdQh8u', NULL, 2, 'user', '1', '2023-11-01 17:04:13', '2023-11-01 17:04:13'),
(00000000000000003438, NULL, 'Sobuj Jomaddar', NULL, NULL, 'Dhaka', '01745271463', NULL, NULL, '$2y$10$VEQWmTfFyKzqz8BXmkRNAOkCtm7hTKB6o6Ysn0VpxVK/R/zEDMN3G', NULL, 2, 'user', '1', '2023-11-01 17:06:38', '2023-11-01 17:06:38'),
(00000000000000003439, NULL, 'FAZLUL MATIN TOUHID', NULL, NULL, 'Dhaka', '01746622662', NULL, NULL, '$2y$10$JE89vMcYKAQW.VGWIqyGFeIJhv3MM9agETS47F5QQx2b/Y5XwP1DG', NULL, 2, 'user', '1', '2023-11-01 17:08:38', '2023-11-01 17:08:38'),
(00000000000000003440, NULL, 'Jibon', NULL, NULL, 'Dhaka', '01914491201', NULL, NULL, '$2y$10$OrSTCva8owGFwvmxcfNxYOS6H22GjvtObOTpOxSN.Lnns4RC7rpzK', NULL, 2, 'user', '1', '2023-11-01 17:09:32', '2023-11-01 17:09:32'),
(00000000000000003441, NULL, 'Tanim', NULL, NULL, 'Dhaka', '01672990050', NULL, NULL, '$2y$10$mU1XFkv7cmw4F5IVbuzkLOjBsFyJN2n6dwoH3mLiuDKhVHL/kxIHW', NULL, 2, 'user', '1', '2023-11-01 17:10:30', '2023-11-01 17:10:30'),
(00000000000000003442, NULL, 'Md. Morshed Khan', NULL, NULL, 'Dhaka', '01816033776', NULL, NULL, '$2y$10$0ZsFWsmNv0Q.1gLp5jkpvOVQFs2ezf7LWGBcWua00nBq/TIB.znXm', NULL, 2, 'user', '1', '2023-11-01 17:11:33', '2023-11-01 17:11:33'),
(00000000000000003443, NULL, 'Md. Shafiq Uddin', NULL, NULL, 'Dhaka', '01985550666', NULL, NULL, '$2y$10$S.lQ0YAk3KW8.iNztRctw..fVrIFb8ZKC/iImU7QjLuslQ6QqTKtK', NULL, 2, 'user', '1', '2023-11-01 17:13:23', '2023-11-01 17:13:23'),
(00000000000000003444, NULL, 'Rashed', NULL, NULL, 'Dhaka', '01584222013', NULL, NULL, '$2y$10$voS/68QbTsKZu0pcqI0Al.jNngCeJrpb0oX4.doPlvZelNY1xf9Pa', NULL, 2, 'user', '1', '2023-11-01 17:17:00', '2023-11-01 17:17:00'),
(00000000000000003445, NULL, 'Rony', NULL, NULL, 'Dhaka', '01529052974', NULL, NULL, '$2y$10$KULjTLq66TgXooMJVNALu.PTlX/e/UvYF/L2etIdQiiWWe1mlES/S', NULL, 2, 'user', '1', '2023-11-01 17:19:39', '2023-11-01 17:19:39'),
(00000000000000003446, NULL, 'Suraf', NULL, NULL, 'Dhaka', '01714636759', NULL, NULL, '$2y$10$Sy0RO1aHOLuSpCwAn.upou/rOi1P0hMfQTtwmBjbcbgGnHYl.xVMq', NULL, 2, 'user', '1', '2023-11-01 17:20:28', '2023-11-01 17:20:28'),
(00000000000000003447, NULL, 'Saidul', NULL, NULL, 'Dhaka', '01638857797', NULL, NULL, '$2y$10$FS2wvqf1n/g.WHGEXu9zJOFa68mP9yqe1DhxsO.M8PyNdjYrWReG2', NULL, 2, 'user', '1', '2023-11-01 17:21:19', '2023-11-01 17:21:19'),
(00000000000000003448, NULL, 'N Afsar (Coxs Bazar)', NULL, NULL, 'Dhaka', '01815674365', NULL, NULL, '$2y$10$zpX2gJBG/TNkHKlyoBSL.eV2gUKPMqtTXeuA02b2O3RKBwncAiVFi', NULL, 2, 'user', '1', '2023-11-12 13:05:03', '2023-11-12 13:05:03'),
(00000000000000003449, NULL, 'Hakim', NULL, NULL, 'Dhaka', '01762243184', NULL, NULL, '$2y$10$SfbxjNOuzM6d2LF46LRZDu/N5hLXTJT3ZyOegMv9IMS1ARJ4F7Dwa', NULL, 2, 'user', '1', '2023-11-12 13:06:09', '2023-11-12 13:06:09'),
(00000000000000003450, NULL, 'Fazlul Haque', NULL, NULL, 'Dhaka', '01614485461', NULL, NULL, '$2y$10$nnpFi9P6oYeT3Ql9faXA/u77Xpe5g0KBtowzau1fhJWMbVUyoGrCW', NULL, 2, 'user', '1', '2023-11-12 13:07:02', '2023-11-12 13:07:02'),
(00000000000000003451, NULL, 'Lutful Kabir', NULL, NULL, 'Dhaka', '01733298854', NULL, NULL, '$2y$10$8kDrc0KTcIBtiyv.bj0Hb.clk.i1bxWC2jKnEzqPtYv36dLejw2Q6', NULL, 2, 'user', '1', '2023-11-12 13:08:09', '2023-11-12 13:08:09'),
(00000000000000003452, NULL, 'Mithila', NULL, NULL, 'Dhaka', '01926990050', NULL, NULL, '$2y$10$TBPoI20hZk2baiWrGt0gHuWle.RkYfCNgrJAGEL5qHtYnWHNzWbYm', NULL, 2, 'user', '1', '2023-11-12 13:09:06', '2023-11-12 13:09:06'),
(00000000000000003454, NULL, 'Malek', NULL, NULL, 'Dhaka', '01714177955', NULL, NULL, '$2y$10$baCrJ.lrCZw2irqQbd8UxeNt3w17lUM04BoVSk.xJbgDfVunBkPUO', NULL, 2, 'user', '1', '2023-11-12 13:53:56', '2023-11-12 13:53:56'),
(00000000000000003455, NULL, 'Sheikh sohidul Islam', NULL, NULL, 'Dhaka', '01915704675', NULL, NULL, '$2y$10$hA2wlC17iB.nZ9a3sjwgiuclzNEUlRcZaK7fpoLTvH5qJvJRp3ywG', NULL, 2, 'user', '1', '2023-11-12 13:56:21', '2023-11-12 13:56:21'),
(00000000000000003456, NULL, 'Asaduzzaman', NULL, NULL, 'Dhaka', '01716402943', NULL, NULL, '$2y$10$00MdwYK4M7dT6Mch2y5O6OcxHeeh/OKx9sP58tf7xKRw5ayBP/W/S', NULL, 2, 'user', '1', '2023-11-12 13:58:18', '2023-11-12 13:58:18'),
(00000000000000003457, NULL, 'Muhammad Faruque', NULL, NULL, 'Dhaka', '01670373009', NULL, NULL, '$2y$10$KaUIaqlyPDa9g2N9sgFPVuk0wZidfGWcPaSmPcXFR4JGkL0WAGB/K', NULL, 2, 'user', '1', '2023-11-12 17:48:49', '2023-11-12 17:48:49'),
(00000000000000003458, NULL, 'SYED SADIQUZZAMAN', NULL, NULL, 'Dhaka', '01735136804', NULL, NULL, '$2y$10$ENn/VYk0fp8Abnxl4C/sIuZiNUflKM6/ArGqi.3A29VFRmYZ014n6', NULL, 2, 'user', '1', '2023-11-12 17:51:47', '2023-11-12 17:51:47'),
(00000000000000003459, NULL, 'OMOR FARUK', NULL, 'omorbd820@gmail.com', 'Dokkhin Bonsri,kazi bari,abdullah vihcle solution', '01771166820', NULL, NULL, '$2y$10$dVViNKJBuGRmUVkqgyfKW.8cBhM3I/xKkwmZqPTM9ssNIRIa.JCuC', NULL, 2, 'user', '1', '2023-12-05 12:58:55', '2023-12-05 12:58:55'),
(00000000000000003460, NULL, 'Rashed Imran', NULL, NULL, 'DHAKA', '01711361365', NULL, NULL, '$2y$10$ShmswzHKtB2cLW8xUWNyXu5rhgkmNd5ft/pGuMM5BqkvCG9yHCONi', NULL, 2, 'user', '1', '2023-12-05 13:01:01', '2023-12-05 13:01:01');
INSERT INTO `users` (`id`, `lebel_id`, `name`, `nid`, `email`, `address`, `phone`, `alter_phone`, `email_verified_at`, `password`, `remember_token`, `role`, `type`, `user_type`, `created_at`, `updated_at`) VALUES
(00000000000000003461, NULL, 'Rashid Ahmed', NULL, NULL, 'DHAKA', '01819237997', NULL, NULL, '$2y$10$vfdh12f67axA/3ck5eN1z.lcihglIH1o/mQVkpIhZ1DbTgvfbh1w6', NULL, 2, 'user', '1', '2023-12-05 13:02:00', '2023-12-05 13:02:00'),
(00000000000000003462, NULL, 'Samim Azad', NULL, 'samim01@mygpsbd.net', 'DHAKA', '01794440701', NULL, NULL, '$2y$10$L4dL19DKFsew5/T8Iuq7B.f6JuLbmiypfP9MfRmtmPZLycTDcjzAq', NULL, 2, 'user', '1', '2023-12-05 13:14:45', '2023-12-05 13:14:45'),
(00000000000000003463, NULL, 'Sanuar', NULL, 'sanuar49@mygpsbd.net', 'DHAKA', '01712707149', NULL, NULL, '$2y$10$aWG7y1jS7m2tbxALwxd1WuD8BVymMPfMNbBx2WNkSLlSPYbUAhegO', NULL, 2, 'user', '1', '2023-12-05 13:16:43', '2023-12-05 13:16:43'),
(00000000000000003464, NULL, 'Sharowar', NULL, 'sharowar55@mygpsbd.net', 'DHAKA', '01648469155', NULL, NULL, '$2y$10$IsSt1ibpOj8H5fhZTY9Wlu35IyJhJEHuQeMq0wxprLhmOY5ZELg5W', NULL, 2, 'user', '1', '2023-12-05 13:18:26', '2023-12-05 13:18:26'),
(00000000000000003465, NULL, 'Tawhid', NULL, 'tawhid19@mygpsbd.net', 'Tangail', '01762245157', NULL, NULL, '$2y$10$9TXNWbOxzGjv5knsqUuO5unbG7Qc6/dWZThPBbXzO897EXRx6WTdS', NULL, 2, 'user', '1', '2023-12-05 13:20:28', '2023-12-05 13:20:28'),
(00000000000000003467, NULL, 'Abdul Hai', NULL, 'abdulhai20@mygpsbd.net', 'dhaka', '01712822200', NULL, NULL, '$2y$10$AoFvbf4PCceaMGXzLdCa4.yQQavsxpAXU3RvCIJxkG1Z5Kp17bZ2e', NULL, 2, 'user', '1', '2023-12-05 13:24:33', '2023-12-05 13:24:33'),
(00000000000000003468, NULL, 'Abdullah Al Rahim', NULL, 'RAYHAND2K@GMAIL.COM', 'DHAKA', '01730441868', NULL, NULL, '$2y$10$egwyZTrRlPt6vUiv.Y7sEeRyHJ6H29chYdI0PJIc06I1ZqT2g8Mga', NULL, 2, 'user', '1', '2023-12-05 14:20:16', '2023-12-05 14:20:16'),
(00000000000000003469, NULL, 'Jakir Hossain', NULL, NULL, 'dhaka', '120993940', NULL, NULL, '$2y$10$uTIsyMRxSLi5T5P/5gkXaeXyamAebCm1CjbmXeVMkDa5n/Mr4hkBW', NULL, 2, 'user', '1', '2023-12-05 14:42:54', '2024-02-04 16:41:51'),
(00000000000000003470, NULL, 'Abdul Mannan', NULL, 'abdulmannan@mygpsbd.net', 'DHAKA', '01408263823', NULL, NULL, '$2y$10$aLgMTUcGbWeH996Dw3PIwetaYhPawD2YIO2YqWCwrumOZQWskI03a', NULL, 2, 'user', '1', '2023-12-05 15:28:00', '2023-12-05 15:28:00'),
(00000000000000003471, NULL, 'Abdul motin', NULL, NULL, 'CTG', '01716140104', NULL, NULL, '$2y$10$i5A.IAeLXU9PteuHmTHjIukAVg/rkRuXsfat3vUhPdLlvb1lfD/h.', NULL, 2, 'user', '1', '2023-12-05 15:32:03', '2023-12-05 15:32:03'),
(00000000000000003472, NULL, 'Supon Saha', NULL, NULL, 'Dhaka', '1868002397', NULL, NULL, '$2y$10$838ZunjAn2Bm9I7ctCKMKOXCGKTCOkHhLK8ZvATCqby6itLocodY6', NULL, 2, 'user', '1', '2023-12-05 15:33:28', '2023-12-05 15:33:28'),
(00000000000000003473, NULL, 'Abhijit', NULL, NULL, 'rajshahi', '01712039020', NULL, NULL, '$2y$10$HmBmnEwPQBEEzFn8VfjU5u50dOpihJQ54MGs6h9wsz.NpCfYaf9Oq', NULL, 2, 'user', '1', '2023-12-05 15:33:29', '2023-12-05 15:33:29'),
(00000000000000003475, NULL, 'Shuruz', NULL, NULL, 'Dhaka', '1710150226', NULL, NULL, '$2y$10$OHtPz3dtkQOB3X9BeGfOwuSqmGHx8i1gwcc2ZcGOE3beFtQ3ZSbve', NULL, 2, 'user', '1', '2023-12-05 15:37:44', '2023-12-05 15:37:44'),
(00000000000000003476, NULL, 'Tamim', NULL, NULL, 'Dhaka', '1632702219', NULL, NULL, '$2y$10$pKrsweizVF0191f9pMmoyObjumNhht/o0QARQBLuqjHML49Lujp..', NULL, 2, 'user', '1', '2023-12-05 15:44:18', '2023-12-05 15:44:18'),
(00000000000000003477, NULL, 'Abir', NULL, NULL, NULL, '01610005003', NULL, NULL, '$2y$10$M06AtiEWaCfoZe1pIqH.z.0C3qE0i9XR24JEErucV4R00JdTZ9MLG', NULL, 2, 'user', NULL, '2023-12-05 15:44:55', '2023-12-05 15:44:55'),
(00000000000000003478, NULL, 'Tamim', NULL, NULL, 'Dhaka', '01710834973', NULL, NULL, '$2y$10$AwXwHk.SUro.QbELWPdHcOf7Xzx3SHEA/KAwfAx3YFRfxcha7HBjK', NULL, 2, 'user', '1', '2023-12-05 15:50:19', '2023-12-05 15:50:19'),
(00000000000000003479, NULL, 'Sk.Tanvir Ahmmed', NULL, NULL, 'Dhaka', '01755637539', NULL, NULL, '$2y$10$t5.KKWp4FR1i7fCRQgpNy.gmfLZ.BkHMjXCou3F2meRDRC6u0hQMa', NULL, 2, 'user', '1', '2023-12-05 15:55:32', '2023-12-05 15:55:32'),
(00000000000000003480, NULL, 'MD ABUBAKUR', NULL, NULL, 'Dhaka Dohar', '01784379562', NULL, NULL, '$2y$10$MOsgsff609kc7xcTpR2ihuTJv9zTVysYIGOqe/..Ye70x1BUihlVi', NULL, 2, 'user', '1', '2023-12-05 16:03:50', '2023-12-05 16:03:50'),
(00000000000000003481, NULL, 'Adnan Ramim', NULL, 'abul41@mygpsbd.net', 'RA', '01814811224', NULL, NULL, '$2y$10$NhSap4y534UsJZlJWPXIiOGocPNbENWOm2ft4wilVHtdXUG.3dn82', NULL, 2, 'user', '1', '2023-12-05 16:07:04', '2023-12-05 16:07:04'),
(00000000000000003482, NULL, 'Tasrif Tanvir', NULL, NULL, 'Dhaka', '197801174', NULL, NULL, '$2y$10$XeoHR9N20qg41yuDL4.0dOohXi.auWuh3HX/Ejd/GSh.tdohTFWLa', NULL, 2, 'user', '1', '2023-12-05 16:07:31', '2023-12-05 16:07:31'),
(00000000000000003483, 14, 'Prince LM', NULL, NULL, 'Norail', '01822077749', NULL, NULL, '$2y$10$HAJV7lM5Nxt/fWA6mC.Mhur2CV3zevpeMR5W1sUsW5ZbrDRcrqxdW', NULL, 2, 'user', '1', '2023-12-09 12:33:20', '2023-12-09 12:33:20'),
(00000000000000003484, 14, 'Mainuddin Ok', NULL, NULL, 'DHAKA', '01781187743', NULL, NULL, '$2y$10$aEGVfaDqRVfyGR4miqkk5ukMvXYVdusToFRilpFWennr3SQOxNQZO', NULL, 2, 'user', '1', '2023-12-09 12:34:09', '2023-12-09 12:34:09'),
(00000000000000003485, 14, 'Uttam Dash', NULL, NULL, 'DHAKA', '01576476850', NULL, NULL, '$2y$10$XaQehcoyw1gfm8jqqCM5Y.iDjILflq5SArNSA1OJT7WicU3X0tbUy', NULL, 2, 'user', '1', '2023-12-09 12:34:41', '2023-12-09 12:34:41'),
(00000000000000003486, 14, 'Abir Hossain', NULL, NULL, 'Gabtoli, Dhaka', '01326995930', NULL, NULL, '$2y$10$fobx.blooSPWqnaQvsBaZOW/8Gi.WlifkHcqCjUR6POo5fawXPwue', NULL, 2, 'user', '1', '2023-12-09 12:36:32', '2023-12-09 12:36:32'),
(00000000000000003487, 14, 'Kamal Ahammed', NULL, NULL, 'DHAKA', '01849395969', NULL, NULL, '$2y$10$Isq1LikqLIM1eCKG4DXpoOOjr1SRjDUyy791MioA3HQ9Z3SHZ4bWK', NULL, 2, 'user', '1', '2023-12-09 12:37:04', '2023-12-09 12:37:04'),
(00000000000000003488, 14, 'Mohammed Hassan', NULL, NULL, 'Mirpur DOHS', '01405780977', NULL, NULL, '$2y$10$FndSakHKl/NwEheM.9QeyOhwJS7Leik9aCyEYSqDgOZccoET4i5aW', NULL, 2, 'user', '1', '2023-12-09 12:39:50', '2023-12-09 12:39:50'),
(00000000000000003489, 14, 'F M Arman', NULL, NULL, 'Mogbazar,DHAKA', '01869114897', NULL, NULL, '$2y$10$fhEZW.WFJT7iKRiuZN.6P.0uj9tKBa8uUMA8fH1szzMBwZjQDIkQq', NULL, 2, 'user', '1', '2023-12-09 12:41:03', '2023-12-09 12:41:03'),
(00000000000000003490, 14, 'Riad Hossain', NULL, NULL, 'Uttora', '01837240818', NULL, NULL, '$2y$10$VBWmmxeB6CMh7tDPcJCGIeYOaotUP7F7sS4yBTLInWLTnJuWoGBDG', NULL, 2, 'user', '1', '2023-12-09 12:41:41', '2023-12-09 12:41:56'),
(00000000000000003491, 14, 'Faruk Hossain', NULL, NULL, 'Dhaka', '01778546949', NULL, NULL, '$2y$10$t138IFJ1zekL.azstmGvN.qRDM.bSQvCYiVbGm8WpKdLIgi9gunJi', NULL, 2, 'user', '1', '2023-12-09 12:43:30', '2023-12-09 12:43:30'),
(00000000000000003492, 14, 'ইয়াকুব', NULL, NULL, 'DHAKA', '01741063296', NULL, NULL, '$2y$10$NDptbpABlrtkhxCbH8VqxOXDfw9y1iDAIG2xS1EJxwn2c6TXiBZGC', NULL, 2, 'user', '1', '2023-12-09 12:44:15', '2023-12-09 12:44:15'),
(00000000000000003493, 14, 'Imran Al Mahmud', NULL, NULL, 'DHAKA', '01923179360', NULL, NULL, '$2y$10$V/l6jVL5Ae.FactnOH7wqu5mrDrWH3u1lVcbedqvGAJbw94VHVl.i', NULL, 2, 'user', '1', '2023-12-09 12:44:46', '2023-12-09 12:44:46'),
(00000000000000003494, 14, 'Mozahid Islam Srabon', NULL, NULL, 'Mawna,Gazipur', '01980231605', NULL, NULL, '$2y$10$lseCfQHR1.bqWnDjqZKqiuzkEGm.8YUiH42.u.xoJ9IbvZ07aNhfa', NULL, 2, 'user', '1', '2023-12-09 12:59:29', '2023-12-09 12:59:29'),
(00000000000000003495, NULL, 'Shumon ahmed', NULL, 'shumun81@mygpsbd', 'dhaka', '1797788681', NULL, NULL, '$2y$10$sYl18gQLRuUPLcNsKUztQO8WL8dghBJv/5R1d4A3jXgKU37Vd0oni', NULL, 2, 'user', '1', '2023-12-10 11:14:48', '2023-12-10 11:14:48'),
(00000000000000003498, NULL, 'Liton', NULL, 'liton90@mygpsbd', 'dhaka', '1712184290', NULL, NULL, '$2y$10$QX.GlQUpuRy1tWpMy.LbQOtrmi0TwvGranA0fpN28YbYJF2fTnbIq', NULL, 2, 'user', '1', '2023-12-10 11:51:00', '2023-12-10 11:51:00'),
(00000000000000003500, NULL, 'Saiful71', NULL, NULL, 'dhaka', '1996461871', NULL, NULL, '$2y$10$BTgBHpLvSbfUz8.RYUDw.enKBpUAKLdyRgrdo0zWinExY7wjaGZIO', NULL, 2, 'user', '1', '2023-12-10 12:06:12', '2023-12-10 12:06:12'),
(00000000000000003501, NULL, 'Md. Harunor Rashid', NULL, NULL, 'dhaka', '1716555062', NULL, NULL, '$2y$10$xeWxx5f853Kvu3zn5wwkHeMUEXfvH/1K8xArpC/KdN4lLebEuO13K', NULL, 2, 'user', '1', '2023-12-10 12:10:02', '2023-12-10 12:10:02'),
(00000000000000003502, NULL, 'Md.Atiqur Rahaman', NULL, 'atiq2121978@gmail.com', 'dhaka', '1716015932', NULL, NULL, '$2y$10$UZfFU/YZ7NYb3KSwhMoPaumu8ScG0ruZ4jkjjQqEP3u3zdPe6eVQq', NULL, 2, 'user', '1', '2023-12-10 12:16:11', '2023-12-10 12:16:11'),
(00000000000000003503, NULL, '2022-04-19	Shamim Ahmed', NULL, 'shamim76@mygpsbd', 'dhaka', '01305105276', NULL, NULL, '$2y$10$aHewg3dCshomNwJDF.RuEurALqRtxdejz/gDyPcH1uFtS2jT6zu8u', NULL, 2, 'user', '1', '2023-12-10 12:22:20', '2023-12-10 12:22:20'),
(00000000000000003504, NULL, 'Md. Mostofa', NULL, 'mostofa.html@gmail', 'dhaka', '1711100264', NULL, NULL, '$2y$10$H1R4pjbnqnv.YHWxNg5vmeGGYhyz3IJ0VeRbHDO.20V.lVcTJm6uy', NULL, 2, 'user', '1', '2023-12-10 12:35:06', '2023-12-10 12:35:06'),
(00000000000000003506, NULL, '2022-05-18	Mohsin', NULL, 'mohsin39@mygpsbd', 'dhaka', '01710956539', NULL, NULL, '$2y$10$j24SY1auCceMDHaGPX0NwOzs3ebU.xMeZlRB8mzonsu4Itkk6Mmc2', NULL, 2, 'user', '2', '2023-12-10 12:44:29', '2023-12-10 12:44:29'),
(00000000000000003507, NULL, '2022-05-18	Md. Mojibur Rahman', NULL, 'mojiburctg76@gmail.com', 'dhaka', '01711721686', NULL, NULL, '$2y$10$7ZAUQKBGpyR8zvjX80LXJudVs1QxFO4rnRTXZ7zaeb9Sx1ie6czGC', NULL, 2, 'user', '1', '2023-12-10 12:55:49', '2023-12-10 12:55:49'),
(00000000000000003508, NULL, 'Tonmoy', NULL, 'lonsfair@gmail.com', 'dhaka', '01911367815', NULL, NULL, '$2y$10$HNtst8DJ8QSpO5b6tfZoau9Op624.QQL6RDYMOk/2nIHBQxc6DR52', NULL, 2, 'user', '1', '2023-12-10 13:03:25', '2023-12-10 13:03:25'),
(00000000000000003509, NULL, 'Md. Anayet Hossain', NULL, 'ahossain7601@gmail.com', 'dhaka', '1717831856', NULL, NULL, '$2y$10$o6ogsCv481IfNh854z/z3OmtTJkJxjrGy4ueIuN3DPA6rFpzVGE3q', NULL, 2, 'user', '1', '2023-12-10 13:16:45', '2023-12-10 13:16:45'),
(00000000000000003510, NULL, 'DRMC Shotodol', NULL, 'walid4917@gmail.com', 'dhaka', '1521495317', NULL, NULL, '$2y$10$M4k8iNfg2FhMhAGTkPKGZewU75.srHwUu0yoRqoALBjVpu2AjQxb6', NULL, 2, 'user', '1', '2023-12-10 13:37:05', '2023-12-10 13:37:05'),
(00000000000000003511, NULL, 'Mir Alauddin Bappy', NULL, NULL, 'dhaka', '1711207150', NULL, NULL, '$2y$10$jo6u2ck7Aqq/.jqKhWkQGOdk7CSSwLf2jBghvlmO9wSwyDEuJjnBW', NULL, 2, 'user', '1', '2023-12-10 13:42:02', '2023-12-10 13:42:02'),
(00000000000000003512, NULL, 'Md. Morshed Khan', NULL, NULL, 'dhaka', '1816033776', NULL, NULL, '$2y$10$fVevIGWA1q0N6vH5aRwOPOrMKDbsISDwK/rFd1qAR1aC2UljlsBqa', NULL, 2, 'user', '1', '2023-12-10 13:49:30', '2023-12-10 13:49:30'),
(00000000000000003513, NULL, '6/2/2022	Auris', NULL, 'auris04@mygpsbd.net', 'dhaka', '1799434504', NULL, NULL, '$2y$10$0BifN7PtBR2rDBjIeO6fk.lvdYY/bXhL67lbuK2ezGZq.3jcjdWv.', NULL, 2, 'user', '1', '2023-12-10 14:04:48', '2023-12-10 14:04:48'),
(00000000000000003514, NULL, '2022-06-06	Md. Morshed Sawdagor', NULL, 'morshed23@mygpsbd', 'dhaka', '1704406523', NULL, NULL, '$2y$10$L5TXpDkl6DugJfpNGyR21OQe9BZ1Ai6XIoUf8N0qszijT4msJ/bre', NULL, 2, 'user', '1', '2023-12-10 14:15:46', '2023-12-10 14:15:46'),
(00000000000000003515, NULL, 'SWOMAN CHOWDHURY', NULL, 'swomanchowdhury777@gmail', 'dhaka', '1818613921', NULL, NULL, '$2y$10$5E7OWHqaw80mwW7tR0EX.u89hJ3fEE5guCHiXFlt4xW8111WDrz1K', NULL, 2, 'user', '1', '2023-12-10 14:21:44', '2023-12-10 14:21:44'),
(00000000000000003516, 14, 'Md Nirjon Raj', NULL, NULL, 'Puran, Dhaka', '01711170695', NULL, NULL, '$2y$10$UhdCllUhcgAj8Sc9si.UueyJ.gs2k2tSsi7pn8ITmfzDT7/vrBvr.', NULL, 2, 'user', '1', '2023-12-10 14:26:13', '2023-12-10 14:26:13'),
(00000000000000003517, NULL, 'Shohel Ahmed', NULL, 'arnob.bd2012@gmail.com', 'dhaka', '01726600747', NULL, NULL, '$2y$10$B000cGBBoXsixpje5fD0FOR8wo0PqpvjxX7kChRjJUV/HN4WsjTDS', NULL, 2, 'user', '1', '2023-12-10 14:26:40', '2023-12-10 14:26:40'),
(00000000000000003518, 14, 'Jewel Mahmud', NULL, NULL, 'DHAKA', '01735347551', NULL, NULL, '$2y$10$qAiPvnUAkmbptfULsnenwOi.hE0xmm1oxQx188ClhSR/tR8E32r02', NULL, 2, 'user', '1', '2023-12-10 14:27:21', '2023-12-10 14:27:21'),
(00000000000000003519, 14, 'Md Raihan', NULL, NULL, 'DHAKA', '01308993824', NULL, NULL, '$2y$10$K7HAVEgbciLIpCaNZkMvSOoMFS1EsVFYLt/77qocX1leM.HKCE.u6', NULL, 2, 'user', '1', '2023-12-10 14:27:50', '2023-12-10 14:27:50'),
(00000000000000003520, 14, 'Arafatnur Chowdhury', NULL, NULL, 'Chottogram', '01814101099', NULL, NULL, '$2y$10$3CGLl7/Rh7BIaAw1Yx3PeOsrRMH8s0rU10OL3hc/LRMp11yGeUmwS', NULL, 2, 'user', '1', '2023-12-10 14:29:17', '2023-12-10 14:29:17'),
(00000000000000003521, 14, 'Samrat Akbar Sobuj', NULL, NULL, 'DHAKA', '01677279103', NULL, NULL, '$2y$10$Wm/hBSiG3UilYJiCXu/b/OKLWV6N6fj1lpXYUDG5QKksxFuHQzUWO', NULL, 2, 'user', '1', '2023-12-10 14:29:54', '2023-12-10 14:29:54'),
(00000000000000003522, NULL, 'Belal Hasan', NULL, 'belal81@mygpsbd.net', 'dhaka', '1674328181', NULL, NULL, '$2y$10$rsgOGmFkFLyK/upC26EFX.3REc1pnELK/J1SNV3UWZVeOV8O8JlOe', NULL, 2, 'user', '1', '2023-12-10 14:36:16', '2023-12-10 14:36:16'),
(00000000000000003523, NULL, '2022-06-15	M.A.RAHMAN PATHAN', NULL, NULL, 'dhaka', '1715370405', NULL, NULL, '$2y$10$App1lSOouKdY51fCD1924uwhvjqhDEIVRzvw1186mFSq.A0n5CZQq', NULL, 2, 'user', '1', '2023-12-10 15:02:52', '2023-12-10 15:02:52'),
(00000000000000003524, NULL, 'MD.SHAMSUDDIN', NULL, 'sshamsuddin027@gmail', 'dhaka', '1730080964', NULL, NULL, '$2y$10$nqqvL6oEc7sqQn2i.7nIge8tTqfbn5/3C1QFDiSDyQJvaqF9JYqIK', NULL, 2, 'user', '1', '2023-12-10 15:08:17', '2023-12-10 15:08:17'),
(00000000000000003526, NULL, '2022-07-24	SUMON', NULL, 'sumon3431@gmail', 'dhaka', '01887367127', NULL, NULL, '$2y$10$BS.KPEMrdQdE5m4NVBpOw.mkdgeMahaXaeXW/3iP4EsE1IuT7Yb4W', NULL, 2, 'user', '1', '2023-12-10 15:27:10', '2023-12-10 15:27:10'),
(00000000000000003527, NULL, '2022-07-25	Johir islam', NULL, NULL, 'dhaka', '01796524243', NULL, NULL, '$2y$10$QjfKnUxHutIxHlpeGQ.f8eUD84maHq3w2R.CFVcplNhsjLKlTQAPe', NULL, 2, 'user', '1', '2023-12-10 15:31:16', '2023-12-10 15:31:16'),
(00000000000000003528, NULL, '2022-08-01	Md. Monirul Islam', NULL, 'engr.mkbd@gmail.com', 'dhaka', '01719105116', NULL, NULL, '$2y$10$cTeVEvAMQPBwaN6jmil4c.dPAvI8DDXPLXe9c5uB1izcLR7AoDtWG', NULL, 2, 'user', '1', '2023-12-10 15:42:39', '2023-12-10 15:42:39'),
(00000000000000003529, NULL, 'Rana', NULL, NULL, 'dhaka', '01715218529', NULL, NULL, '$2y$10$J4UIMTEh51jB7CHEiulFOOA3v/5xvaSbuD3VM5NOnZJw13vR3du2a', NULL, 2, 'user', '1', '2023-12-10 15:51:52', '2023-12-10 15:51:52'),
(00000000000000003530, NULL, 'Mamun', NULL, NULL, 'dhaka', '1713579345', NULL, NULL, '$2y$10$WIsmVEySDpU/GXtc1epnUOmuy4hTCikuZFtV3TRfSVDEsANuqrIWq', NULL, 2, 'user', '2', '2023-12-10 16:02:14', '2023-12-10 16:02:14'),
(00000000000000003531, NULL, 'MD SAIFUL ISLAM SHAJIB', NULL, 'shajib.ndc@gmail.com', 'dhaka', '1711180802', NULL, NULL, '$2y$10$gmZ9JXVjYmRU6AolbSe8MeZ0IqRAm4dt3v0lHi2Ox2wLZWNdvgq8u', NULL, 2, 'user', '1', '2023-12-11 11:08:56', '2023-12-11 11:08:56'),
(00000000000000003532, NULL, 'Rahat', NULL, NULL, 'dhaka', '1722416637', NULL, NULL, '$2y$10$JXfZjAcxZqX/w4445wgeRO8VoQL8VqWlJSlGgYvchEVxIvWjW9PE.', NULL, 2, 'user', '1', '2023-12-11 11:28:06', '2023-12-11 11:28:06'),
(00000000000000003533, NULL, 'SUJAN CHANDRA SARKER', NULL, 'sujansu@gmail.com', 'dhaka', '01750694601', NULL, NULL, '$2y$10$nKSaKwN9dleQiuBABbPQz.pYZZWfOanXJ.Ieh187Yttr/MXWPDKAG', NULL, 2, 'user', '1', '2023-12-11 11:32:57', '2023-12-11 11:32:57'),
(00000000000000003534, NULL, '﻿Sami car enterprise', NULL, 'mmdsami83@gmail.com', 'dhaka', '01920093726', NULL, NULL, '$2y$10$lDu2NZ2bnQHMfELGPPK/WO4R9fv2MTsnnrXObSc3SdvsE3/SSDhpq', NULL, 2, 'user', '1', '2023-12-11 11:41:17', '2023-12-11 11:41:17'),
(00000000000000003535, NULL, 'Mahmudul Alam', NULL, NULL, 'dhaka', '01863202538', NULL, NULL, '$2y$10$jI9dQ5MPtL6DpraxAueI5e2RjeIczVxZL0eHJGUEik6SkJtKomJ/O', NULL, 2, 'user', '1', '2023-12-11 11:51:46', '2023-12-11 11:51:46'),
(00000000000000003536, NULL, 'MD MOSHARAF HOSSAIN', NULL, NULL, 'dhaka', '1915318836', NULL, NULL, '$2y$10$2dLl6kqvPU8Z65hUrcfAruNlTBxAH.Z6D.b57wRNBweepv28Goqw2', NULL, 2, 'user', '1', '2023-12-11 11:55:17', '2023-12-11 11:55:17'),
(00000000000000003538, NULL, 'Jahid', NULL, NULL, 'dhaka', '0175969888', NULL, NULL, '$2y$10$jo1fF1Yfeis1V7f5YeiZqOd8tGiwkITyX/ECk8DLu2JGDs9WUCloy', NULL, 2, 'user', '1', '2023-12-11 12:05:39', '2023-12-11 12:05:39'),
(00000000000000003539, NULL, 'MOSSARROF HOSSAIN', NULL, 'waytomona@gmail.com', 'dhaka', '1712504433', NULL, NULL, '$2y$10$Y8Y9moYN5Fge7dT4mbUWH.Q4s5ZCjFZoxD1S/FpUluo1xNGWIJ.uG', NULL, 2, 'user', '1', '2023-12-11 12:10:15', '2023-12-11 12:10:15'),
(00000000000000003540, NULL, 'Zubayer hossain', NULL, NULL, 'dhaka', '01795140400', NULL, NULL, '$2y$10$0D5i7Z2KJ9iBAeCnXm.rbefDmAiSibsltGczU.ubnli9HTMCI2IrO', NULL, 2, 'user', '1', '2023-12-11 12:14:29', '2023-12-11 12:14:29'),
(00000000000000003541, 14, 'Mainul Hassan Shaon', NULL, NULL, 'Mirpur, Dhaka', '01973451595', NULL, NULL, '$2y$10$u/6rwI8oYYakmVsW6kKmR.y1FFp3URJf08xF6QXUrgWVifN641lz.', NULL, 2, 'user', '1', '2023-12-11 12:18:39', '2023-12-11 12:18:39'),
(00000000000000003542, NULL, 'Md. Arman', NULL, NULL, 'dhaka', '01404527837', NULL, NULL, '$2y$10$.eg.FaUmUwqI.2SGrnz4pe4/iDlo.NG3laD9q6fkjzDiHtQz16SKO', NULL, 2, 'user', '1', '2023-12-11 12:18:43', '2023-12-11 12:18:43'),
(00000000000000003543, 14, 'Mohammad Tamim', NULL, NULL, 'Asulia, Dhaka', '01894589592', NULL, NULL, '$2y$10$DXd9N.EtyYx2TqDK0HFXluwYmMavWzkjKXvkxWtPpo55oTyDG/tM2', NULL, 2, 'user', '1', '2023-12-11 12:19:19', '2023-12-11 12:19:19'),
(00000000000000003544, 14, 'Md Liton Khan', NULL, NULL, 'DHAKA', '01608892368', NULL, NULL, '$2y$10$iR/J9.Md9haklcog3gcjredgwzJk0t6oAgdd4Uwp4Fv11yD8Ktvhq', NULL, 2, 'user', '1', '2023-12-11 12:19:55', '2023-12-11 12:19:55'),
(00000000000000003545, 14, 'Ab Siddiqe', NULL, NULL, 'DHAKA', '01931482893', NULL, NULL, '$2y$10$llh7zdMTvXhKwY37jM58CewxLKzsYyFJHxqNOsMfSOueiLgRc3s72', NULL, 2, 'user', '1', '2023-12-11 12:20:23', '2023-12-11 12:20:23'),
(00000000000000003546, 14, 'MD Sabbir', NULL, NULL, 'Comilla', '01776433004', NULL, NULL, '$2y$10$Pu/CGxVw66hxuh6E4MTYD.tAv/iswoCMCMvK/hbAYD9EwFqFy1Uau', NULL, 2, 'user', '1', '2023-12-11 12:20:55', '2023-12-11 12:20:55'),
(00000000000000003547, 14, 'Md Mezan', NULL, NULL, 'DHAKA', '01733445564', NULL, NULL, '$2y$10$mtGndl5mXDoEiOWWi4Tqd.tz38ux3wBK.sHUh7kq3Og6DU9EtaXtm', NULL, 2, 'user', '1', '2023-12-11 12:21:26', '2023-12-11 12:21:26'),
(00000000000000003548, 14, 'Ovi Chowdhury', NULL, NULL, 'DHAKA', '01741510289', NULL, NULL, '$2y$10$gDrB83clL3LA3OKuvvDVieGV0FXCmXwPdspsML3eS1NGND7phbGDG', NULL, 2, 'user', '1', '2023-12-11 12:22:03', '2023-12-11 12:22:03'),
(00000000000000003549, 14, 'Md Najmul Hasan', NULL, NULL, 'DHAKA', '01791439373', NULL, NULL, '$2y$10$.GJiAsH1K0P4i6Xfedzv4OeNOhYZYVeaVUpjsS3v2Z1hnkP2OYhNC', NULL, 2, 'user', '1', '2023-12-11 12:22:26', '2023-12-11 12:22:26'),
(00000000000000003550, 14, 'Ahmed Mostaq', NULL, NULL, 'DHAKA', '01819210743', NULL, NULL, '$2y$10$LNKSpga06kx9x4Hiq6FGeOlMGLEsqM1Z6Ch0rg/dJo5HAdxe4UC8W', NULL, 2, 'user', '1', '2023-12-11 12:22:48', '2023-12-11 12:22:48'),
(00000000000000003551, 14, 'Md Hilton', NULL, NULL, 'DHAKA', '০১৯৩৯১৩১২৫৭', NULL, NULL, '$2y$10$ny13RBMUF0fsXv7AFlkzwO0M9uR9aJAfcrVm9DOGuP2bqlE6nYKie', NULL, 2, 'user', '1', '2023-12-11 12:23:12', '2023-12-11 12:23:12'),
(00000000000000003563, 14, 'Md.Nazrul islam', NULL, NULL, 'Tangail', '01775994615', NULL, NULL, '$2y$10$S2zJApKcpQZGCKPalIM/U.UNYAjtcZGSIqHR7VWBNX8GN3Y5ZdkSa', NULL, 2, 'user', '1', '2023-12-11 12:35:45', '2023-12-11 12:35:45'),
(00000000000000003564, NULL, 'Shamim sarkar', NULL, 'brightneonbd@gmail.com', 'dhaka', '1711287163', NULL, NULL, '$2y$10$Cttyas.MBaBshdc4/VUk.egmmXCahUyMviH9/.OnMhsVw4ZzCSDPG', NULL, 2, 'user', '1', '2023-12-11 12:36:00', '2023-12-11 12:36:00'),
(00000000000000003565, 14, 'Md Kamrulhasan', NULL, NULL, 'Gazipur sodor', '01726664833', NULL, NULL, '$2y$10$ji.SfL7.RKg1boSNvlSzqexBy8iUsrhBe3kiD.N49tNPIDBL8yxTO', NULL, 2, 'user', '1', '2023-12-11 12:36:10', '2023-12-11 12:36:10'),
(00000000000000003566, 14, 'MD.Jafar Reza Khan', NULL, NULL, 'Nilfamary', '01723062400', NULL, NULL, '$2y$10$Ut4tGwoowMZXUKT2Y6iLNuUQGfRmRWmIGabzZvi/YmlS2w8iEuqX.', NULL, 2, 'user', '1', '2023-12-11 12:36:47', '2023-12-11 12:36:47'),
(00000000000000003567, 14, 'ELiAs Sowpan', NULL, NULL, 'DHAKA', '০১৮১৯৮২০৫০৮', NULL, NULL, '$2y$10$SEgK3jioRqQwX.NtYNfd6eaXPo.RJ8.QddIUmQR4JahfcZtQrGORq', NULL, 2, 'user', '1', '2023-12-11 12:37:08', '2023-12-11 12:37:08'),
(00000000000000003568, 14, 'No Name', NULL, NULL, 'Mohakhali', '01558053121', NULL, NULL, '$2y$10$pVFJFEd/8xFJ0Lmr4Glp4OKthIFbp4ONm1JOHdBt0wVu2TuxBMQ7y', NULL, 2, 'user', '1', '2023-12-11 12:37:59', '2023-12-11 12:37:59'),
(00000000000000003569, 14, 'Ovi Rahman Shamim', NULL, NULL, 'Comilla', '01977272239', NULL, NULL, '$2y$10$dDmSws.t4zcEc3acGksrD.ynxuz2y/s45JFdHBm0y.4oXHf2QnXyy', NULL, 2, 'user', '1', '2023-12-11 12:38:32', '2023-12-11 12:38:32'),
(00000000000000003570, 14, 'রওশান হোসেন', NULL, NULL, 'DHAKA', '01884143448', NULL, NULL, '$2y$10$kwPHLL9Xx4RPtKhIrZmiMuozSsEKjzWtVjd6eCKJ7TAW7qwrdtAzG', NULL, 2, 'user', '1', '2023-12-11 12:39:01', '2023-12-11 12:39:01'),
(00000000000000003571, 14, 'Mostafizur Rahaman', NULL, NULL, 'Uttora', '01718682064', NULL, NULL, '$2y$10$RojtBjkaTuaLuXGVyadGZO9vaQvLUjouL8VHECqWQx3J8tooEUr9S', NULL, 2, 'user', '1', '2023-12-11 12:39:31', '2023-12-11 12:39:31'),
(00000000000000003572, 14, 'MD Mokther', NULL, NULL, 'Tejga Truck stand', '01720641241', NULL, NULL, '$2y$10$1naSCM/GMfJzIHYhLlsI.eR8b7C.BN4qiBL4i.Gn79Rz9q/yTB2Zq', NULL, 2, 'user', '1', '2023-12-11 12:39:56', '2023-12-11 12:39:56'),
(00000000000000003573, 14, 'আহসান হাবিব', NULL, NULL, 'DHAKA', '01922489633', NULL, NULL, '$2y$10$Iwwd1tclM40WAN19xZcsAen1noW2XRu2vUXt9uGHyfD2QvFJ5.SZe', NULL, 2, 'user', '1', '2023-12-11 12:40:16', '2023-12-11 12:40:16'),
(00000000000000003574, 14, 'Sohel Rana', NULL, NULL, 'DHAKA', '01846332233', NULL, NULL, '$2y$10$21.KviIoMhzx619r52UvQONkVVFeRTzXqYq7bF3U./AuYMS0cHCsK', NULL, 2, 'user', '1', '2023-12-11 12:40:38', '2023-12-11 12:40:38'),
(00000000000000003575, NULL, 'MD ANOWER HOSSAIN', NULL, NULL, 'dhaka', '01686654309', NULL, NULL, '$2y$10$iKN96yPVGWq/yiSz2taypOgAKXo.1dQWS2R.cWkl6GX656Bmt9CmG', NULL, 2, 'user', '1', '2023-12-11 12:41:21', '2023-12-11 12:41:21'),
(00000000000000003576, 14, 'Md. Sharif', NULL, NULL, 'kisorgonj', '01748619804', NULL, NULL, '$2y$10$68kyAZsgurO8ylrSoJD2de1YfFiY2b7SNwIboPO56.oyqLwHeTQKq', NULL, 2, 'user', '1', '2023-12-11 12:41:28', '2023-12-11 12:41:28'),
(00000000000000003577, 14, 'Shyamol K Dhali', NULL, NULL, 'DHAKA', '01731491932', NULL, NULL, '$2y$10$RnwyNj9G79BFV7JFT610feks4J9cdifvoTMOGNFVY7.2I2WUx3/tu', NULL, 2, 'user', '1', '2023-12-11 12:41:57', '2023-12-11 12:41:57'),
(00000000000000003578, 14, 'Muhammad Ariful Islam', NULL, NULL, 'DHAKA', '01953826764', NULL, NULL, '$2y$10$2g..8A9Rpk/eLYXN46fdj.kcDPQ3txqxLJbnjLOXUWzs4P03/i6TK', NULL, 2, 'user', '1', '2023-12-11 12:42:21', '2023-12-11 12:42:21'),
(00000000000000003579, 14, 'MH Masud', NULL, NULL, 'Pollobi, Dhaka', '01672123079', NULL, NULL, '$2y$10$4yb41RepXt4iEVGykAoBtuVnC1ZMC51H6l61ckmzpg3sTFU6Mpx7m', NULL, 2, 'user', '1', '2023-12-11 12:43:56', '2023-12-11 12:43:56'),
(00000000000000003580, 14, 'Sharafat Hossain Ripon', NULL, NULL, 'DHAKA', '01711193534', NULL, NULL, '$2y$10$xhmqoErVnuUSBMXfeZm9zuo85PMNSLez949lgZImi1z./k6TixAyS', NULL, 2, 'user', '1', '2023-12-11 12:44:27', '2023-12-11 12:44:27'),
(00000000000000003581, 14, 'Sti Mehedi Hasan Anjuman', NULL, NULL, 'DHAKA', '০১৯৯৮০৭৯৩৪৭', NULL, NULL, '$2y$10$7J.a6/5F6KUXC9o0ILMRfe.0OqIAlZFhJLJfFDX1lyi5OB9G1QFJy', NULL, 2, 'user', '1', '2023-12-11 12:44:51', '2023-12-11 12:44:51'),
(00000000000000003582, 14, 'Md. Imran Mollah', NULL, NULL, 'Borishal', '01725805582', NULL, NULL, '$2y$10$QQNNPifOeaUkJjv1ENsl/ep7SvMM7nRMg47gfh5j32XPPKtRdfblm', NULL, 2, 'user', '1', '2023-12-11 12:45:27', '2023-12-11 12:45:27'),
(00000000000000003583, 14, 'Shajal Roy', NULL, NULL, 'DHAKA', '01917722484', NULL, NULL, '$2y$10$IwiL/akTsZOOdugmoFGRQ.XTvN4tkxFZkffZNi95FcejU5tn.6/DC', NULL, 2, 'user', '1', '2023-12-11 12:45:47', '2023-12-11 12:45:47'),
(00000000000000003584, 14, 'Nacher Uddin', NULL, NULL, 'pahartoli, ctg', '01925828555', NULL, NULL, '$2y$10$W7SN/a02ui98RKMBZFyM2uu200awMg2aw2K1xqC41T33WOEvtIAQK', NULL, 2, 'user', '1', '2023-12-11 12:46:20', '2023-12-11 12:46:20'),
(00000000000000003585, NULL, 'FAIAZ AHMED', NULL, 'sopnilfaiaz@gmail.com', 'dhaka', '1950513620', NULL, NULL, '$2y$10$BwZ/a.dU7WRdzrwKou0t9.nqrfwwvGf1v9S4lPRsgw29feFFd40p2', NULL, 2, 'user', '1', '2023-12-11 12:46:44', '2023-12-11 12:46:44'),
(00000000000000003586, 14, 'Kamrul Hasan', NULL, NULL, 'DHAKA', '01734611701', NULL, NULL, '$2y$10$ow04YSPZWquBGJJcPpWUbe7W5agAxaU8fI1ibNU2txCciMbniEFVK', NULL, 2, 'user', '1', '2023-12-11 12:47:00', '2023-12-11 12:47:00'),
(00000000000000003587, 14, 'No Name', NULL, NULL, 'Bonosree', '01741896104', NULL, NULL, '$2y$10$Wot5kD2QcXtnmfIL2hBj9.qE.JIIX0atkAabR1EpaZnAXz6yMW.Zm', NULL, 2, 'user', '1', '2023-12-11 12:47:38', '2023-12-11 12:47:38'),
(00000000000000003588, 14, 'আলহাজ্জ্ব কামরুল হাসান', NULL, NULL, 'DHAKA', '01811009202', NULL, NULL, '$2y$10$kCJMo8Dla4C2p.hA3ZYtfuBqKw14bAVAEnvQ/9XmCp38Tyfy8vcNu', NULL, 2, 'user', '1', '2023-12-11 12:48:10', '2023-12-11 12:48:10'),
(00000000000000003589, 14, 'Peaky Paul Blinder', NULL, NULL, 'DHAKA', '01921728458', NULL, NULL, '$2y$10$mihZGnt6cES23/iVA8iZ0.PzW/s22oVEVCN762OGI2bs7myP2.RC2', NULL, 2, 'user', '1', '2023-12-11 12:48:29', '2023-12-11 12:48:29'),
(00000000000000003590, NULL, 'Jahangir', NULL, NULL, 'dhaka', '01917352553', NULL, NULL, '$2y$10$vgnMifhu/uPuOLcuZpwliub3TR.h/bd3iXNOt1fHQxpTTMhQ1wqvm', NULL, 2, 'user', '1', '2023-12-11 12:51:12', '2023-12-11 12:51:12'),
(00000000000000003591, 14, 'Mostak Ahmed', NULL, NULL, 'Keranigonj', '01814673240', NULL, NULL, '$2y$10$K4pQNgzSzLgNp2lRBYZ74.pyPl8JlOoLq6DAj5YxMW4DJYLtXmWm2', NULL, 2, 'user', '1', '2023-12-11 12:53:41', '2023-12-11 12:53:41'),
(00000000000000003592, 14, 'Tareq Mojumder', NULL, NULL, 'Comilla', '০১৮১৮৫৩৪৬৭৯', NULL, NULL, '$2y$10$gH1DhoB1pigf1zIpTQHGF.L9.b5.oG/5.bnESsopwV47btNxekXCO', NULL, 2, 'user', '1', '2023-12-11 12:54:16', '2023-12-11 12:54:16'),
(00000000000000003593, NULL, '2022-09-28	Md Borhan Uddin', NULL, 'borhanumbl@gmail.com', 'dhaka', '1712248152', NULL, NULL, '$2y$10$6AIaTStST9JSUzWVinFT9O87eCAr1RuWokC8JOiC2UW2gjgTQGFuG', NULL, 2, 'user', '1', '2023-12-11 12:57:05', '2023-12-11 12:57:05'),
(00000000000000003594, 14, 'Sree Sujon Chondaroy Bormon', NULL, NULL, 'Savar', '01935583584', NULL, NULL, '$2y$10$OXTW0hU1u6r5TRd7QRMDpuS3Cmjo2kepGPWZAbM2uqYKqu.3gQw/G', NULL, 2, 'user', '1', '2023-12-11 12:59:37', '2023-12-11 12:59:37'),
(00000000000000003595, 14, 'Md Heron Khan', NULL, NULL, 'Gazipur', '01741583550', NULL, NULL, '$2y$10$LDHeex2ANSJr.JbU8BVglO1SmKBz45RvflOGrYdc2bVch8qKKcVDG', NULL, 2, 'user', '1', '2023-12-11 13:00:12', '2023-12-11 13:00:12'),
(00000000000000003596, 14, 'Salam', NULL, NULL, 'munshiganj', '01827674741', NULL, NULL, '$2y$10$z0uiPe8y3allha1Df3oRJOBZ8nzO3DMc/.vvWP6cvFTU1sCwU89he', NULL, 2, 'user', '1', '2023-12-11 13:00:41', '2023-12-11 13:00:41'),
(00000000000000003597, 14, 'Md Alim Uddin', NULL, NULL, 'Chottogram', '01818484790', NULL, NULL, '$2y$10$oKPL579Tg5pWUrqGjEK/HeKWw5cy3U67N/EI2xloOK/FbzhceEHSq', NULL, 2, 'user', '1', '2023-12-11 13:01:31', '2023-12-11 13:01:31'),
(00000000000000003598, 14, 'Abdul Matin', NULL, NULL, 'Ponchogor', '01712372321', NULL, NULL, '$2y$10$X5/ibIUvYzGO3UEXqwXAWubK9cgHeccjiWeAChEnMavNQC.Rn4WNu', NULL, 2, 'user', '1', '2023-12-11 13:02:01', '2023-12-11 13:02:01'),
(00000000000000003599, 14, 'Nurul', NULL, NULL, 'Cantonment,Dhaka', '01718189148', NULL, NULL, '$2y$10$7yLyTNTjQPC2hPBv1rztoOuDfUqP2RjN3Jd54Y71zkQ229pPUiMYS', NULL, 2, 'user', '1', '2023-12-11 13:03:32', '2023-12-11 13:03:32'),
(00000000000000003600, 14, 'Hassan Khalifaa', NULL, NULL, 'Jomuna future park', '01857888890', NULL, NULL, '$2y$10$f/qELo1m5qNyKtJX1WNkde7lufvL9gs/yOa/4Bk/BcU8aa7bleKt.', NULL, 2, 'user', '1', '2023-12-11 13:04:35', '2023-12-11 13:04:35'),
(00000000000000003601, 14, 'Md Mursalin', NULL, NULL, 'DHAKA', '01989976481', NULL, NULL, '$2y$10$X4brpJK8mB5ZjPAPd5kb6.AK2Ro7WZXrBXWuERPx8gsJYr9iYTkuu', NULL, 2, 'user', '1', '2023-12-11 13:05:05', '2023-12-11 13:05:05'),
(00000000000000003602, 14, 'Md Belal Hossain', NULL, NULL, 'gauciya, narayangonj', '01752202455', NULL, NULL, '$2y$10$JR6EdT/T3vU6.HzdPN2SsuSJlhp4AMlYV2ZNpVgCyOL3JGOwEBj.W', NULL, 2, 'user', '1', '2023-12-11 13:06:04', '2023-12-11 13:06:04'),
(00000000000000003603, 14, 'Adv Yasin Arafat', NULL, NULL, 'DHAKA', '01611123524', NULL, NULL, '$2y$10$fDDHcAJTbpb5.doIEvtS1uaOxSNbndceb4oh1lwF7DsXFWErTD.IS', NULL, 2, 'user', '1', '2023-12-11 13:06:46', '2023-12-11 13:06:46'),
(00000000000000003604, 14, 'Rejaul Raju', NULL, NULL, 'DHAKA', '01812471113', NULL, NULL, '$2y$10$ADNCcDcmkuMkxfBwPsh5QeK60YKxeZyXDuNyHVbOA4qk1jq.ioBa.', NULL, 2, 'user', '1', '2023-12-11 13:07:12', '2023-12-11 13:07:12'),
(00000000000000003605, 14, 'Sumon Tarafder', NULL, NULL, 'DHAKA', '01735779569', NULL, NULL, '$2y$10$UxjU25ZkX3rm2KN8Q56Vb.0gVGtL5K0y2WI/h.RQfPIeBT9ZHTXMi', NULL, 2, 'user', '1', '2023-12-11 13:07:49', '2023-12-11 13:07:49'),
(00000000000000003606, 14, 'Md Abdullah', NULL, NULL, 'gauciya, narayangonj', '০১৭৭০৫২১৩১০', NULL, NULL, '$2y$10$BP2e5LTNhM3o/XqCG62JuOGf6K2H.wrsg9gk/KEsV2VfmprB9ak2m', NULL, 2, 'user', '1', '2023-12-11 13:08:13', '2023-12-11 13:08:13'),
(00000000000000003607, 14, 'Md Salim Ahmmed Topu', NULL, NULL, 'DHAKA', '01833629052', NULL, NULL, '$2y$10$Ab5mMm1xozhFiUQjRtp7XOW5BmrGhhM5YvkBfpOQJi1a5UziDJqKu', NULL, 2, 'user', '1', '2023-12-11 13:08:39', '2023-12-11 13:08:39'),
(00000000000000003608, NULL, 'Mumin Shah', NULL, 'munimshah51@gmail.com', 'dhaka', '1875052143', NULL, NULL, '$2y$10$GGUGLQiHAxsUqKfS5rm.z.00a73KIpMgCdAXjC5RsPYPjMaCFqTia', NULL, 2, 'user', '1', '2023-12-11 13:09:21', '2023-12-11 13:09:21'),
(00000000000000003609, NULL, 'Ruhul amin', NULL, NULL, 'dhaka', '01302729273', NULL, NULL, '$2y$10$4yGdOl5ZmHUupXMUO8JA0uxSnfYcXgsDDXeghLhmx1CJm24kV8CHW', NULL, 2, 'user', '1', '2023-12-11 13:13:01', '2023-12-11 13:13:01'),
(00000000000000003610, NULL, 'Md.Ali Raz', NULL, 'aliraz.rang1999@gmail.com', 'dhaka', '1913319072', NULL, NULL, '$2y$10$l1K7uOi5JPQP2YEARHxqwu0t.6yN8LOARh4T.DgzLaQUJiLoJYdyS', NULL, 2, 'user', '1', '2023-12-11 13:19:02', '2023-12-11 13:19:02'),
(00000000000000003611, NULL, 'AL AMIN', NULL, NULL, 'dhaka', '1715147787', NULL, NULL, '$2y$10$ce.WAk07KCcGPwy/1nH60.TBdpX5gc56bprd20UmeZRrfQ.0iLRGm', NULL, 2, 'user', '1', '2023-12-11 13:23:33', '2023-12-11 13:23:33'),
(00000000000000003612, NULL, 'Shamim', NULL, NULL, 'dhaka', '01819827114', NULL, NULL, '$2y$10$TMFBf2aeU0SKIuljcafgEOBc6DJPl7pRKrMt7DB2536ryoVCKGbNS', NULL, 2, 'user', '1', '2023-12-11 13:29:33', '2023-12-11 13:29:33'),
(00000000000000003613, NULL, 'Sultan Mahmud', NULL, 'sultan012485@gmail.com', 'dhaka', '1819473722', NULL, NULL, '$2y$10$rCmQyfjEv4Dh1/jHmL2JvOnwNR/oCtXQOdwTnv3raUAIrR1/eyMYe', NULL, 2, 'user', '1', '2023-12-11 13:34:04', '2023-12-11 13:34:04'),
(00000000000000003614, 14, 'No Name', NULL, NULL, 'Gazipur', '01715888261', NULL, NULL, '$2y$10$Jxb2EoSyy/Gduw.u0ESi5OBN3G5yQbRr9byZ45Dfk57cUvZMV7krG', NULL, 2, 'user', '1', '2023-12-11 13:48:46', '2023-12-11 13:48:46'),
(00000000000000003615, 14, 'Manik Biswas	1716852754', NULL, NULL, 'DHAKA', '01716852754', NULL, NULL, '$2y$10$oplTq9RQdka1e2D5cLIa2OhMbWkgohmRy/r1fP6h8LByyQL2UhJA2', NULL, 2, 'user', '1', '2023-12-11 13:52:22', '2023-12-11 13:52:22'),
(00000000000000003616, NULL, 'Alamgir hosen', NULL, NULL, 'dhaka', '1765390068', NULL, NULL, '$2y$10$FYRoibfkFhHfLWXm13Nxj.0VmXaJjnbifI77YJboWMkBYucZldrDe', NULL, 2, 'user', '1', '2023-12-11 14:29:18', '2023-12-11 14:29:18'),
(00000000000000003618, 14, 'Abdur Rahman', NULL, NULL, 'Hossain market,Tongi', '01929768668', NULL, NULL, '$2y$10$xzq.oIeP/yRezWRgaZT5weDeEzt9G6BlDx5bBEi8M4F5LyBqFUgtG', NULL, 2, 'user', '1', '2023-12-11 14:43:50', '2023-12-11 14:43:50'),
(00000000000000003619, 14, 'Engr Abdul Haye Sikder', NULL, NULL, 'Cerag Ali,Tongi', '01825160084', NULL, NULL, '$2y$10$x5Y4vzrki0nwiflCFOKGqeJ/ti.ALQ8joYTQwGUM6x7W608gi4oiS', NULL, 2, 'user', '1', '2023-12-11 14:44:17', '2023-12-11 14:44:17'),
(00000000000000003620, 14, 'Yasin Ahmed Nirob', NULL, NULL, 'DHAKA', '01956929122', NULL, NULL, '$2y$10$9MCErrEXi1NRienrWNVkl.uhdbatHsE3IgH1gR891JXpMAdwDYTZG', NULL, 2, 'user', '1', '2023-12-11 14:44:41', '2023-12-11 14:44:41'),
(00000000000000003621, 14, 'Abul Bashar', NULL, NULL, 'Gabtoli, Dhaka', '01886107700', NULL, NULL, '$2y$10$Rw/TNWnRBTNrD3tfGsWV/.FOSL1K9ITowLwdUBk3aZ958Lonqt5qO', NULL, 2, 'user', '1', '2023-12-11 14:45:44', '2023-12-11 14:45:44'),
(00000000000000003622, 14, 'Saiful Islam', NULL, NULL, 'Chainis, Mirpur-1', '01707752100', NULL, NULL, '$2y$10$ckFVmsD80pr6MipiuCsNY.w/4SEIYlEH4pnt.dRudkPNomJzIHN2i', NULL, 2, 'user', '1', '2023-12-11 14:46:29', '2023-12-11 14:46:29'),
(00000000000000003623, 14, 'G.m. Iqubal', NULL, NULL, 'Chottogram', '01704168816', NULL, NULL, '$2y$10$.BIehxBmGbj0b16qO2m5DeDpHW6bFo3DD3wB.n55vbfyrOhMyirvS', NULL, 2, 'user', '1', '2023-12-11 14:47:05', '2023-12-11 14:47:05'),
(00000000000000003624, 14, 'Shantosh Sarker', NULL, NULL, 'DHAKA', '০১৯৪৩৮৪৫৭০১', NULL, NULL, '$2y$10$IauIm4mTbLZnUIhZ5Gi.c.4Q9zBKCICrsv7qOmfofzsGZdXrNXHMG', NULL, 2, 'user', '1', '2023-12-11 14:47:41', '2023-12-11 14:47:41'),
(00000000000000003625, NULL, 'Tariqul', NULL, NULL, 'dhaka', '01743887881', NULL, NULL, '$2y$10$VS8covED0KyDm4NqitaIjORk.xPK4IN8OfbJrrxYiy8YJaEMylAYK', NULL, 2, 'user', '1', '2023-12-11 14:48:20', '2023-12-11 14:48:20'),
(00000000000000003626, 14, 'Rahat Raj', NULL, NULL, 'Dhaka', '01631205656', NULL, NULL, '$2y$10$ekEVrxBUnMgFJ0KufXphT.y6OjF6.TLwOO6Kw93m.4kT3WF7yFoCu', NULL, 2, 'user', '1', '2023-12-11 14:48:43', '2023-12-11 14:48:43'),
(00000000000000003627, NULL, 'Arif Kazi Kazi', 'N/A', NULL, 'Manikgonj', '01318631532', NULL, NULL, '$2y$10$3BFy6KLC3yw7mKTTrATmseAnn0g/oBXCY/hwEmk/nYApTvIJ31ztq', NULL, 2, 'user', '1', '2023-12-11 14:49:35', '2024-02-28 11:25:18'),
(00000000000000003628, 14, 'Shekh Sobuj', NULL, NULL, 'Uttora, Dhaka', '01779768835', NULL, NULL, '$2y$10$zPWibd4/kaWs8VBUT771Z.zLcDFZVQIek4a3Yat4t9ebBLVuLTWmO', NULL, 2, 'user', '1', '2023-12-11 14:50:39', '2023-12-11 14:50:39'),
(00000000000000003629, 14, 'Babul Hasan', NULL, NULL, 'Shamoly', '01713201877', NULL, NULL, '$2y$10$ohUCmCx5xK2dtqYqKsL0iOIpqX5ngtfGksARBXcqpU5kl4eR0KUQO', NULL, 2, 'user', '1', '2023-12-11 14:52:06', '2023-12-11 14:52:06'),
(00000000000000003630, 14, 'Atahar Ali Khan', NULL, NULL, 'Dhaka', '০১৫৫২৩৩৮৫৬০', NULL, NULL, '$2y$10$jFaNvTCGqoe1y8WzQI8JSOxbn8S90YuMb35g0cOR92BYape5XYxq2', NULL, 2, 'user', '1', '2023-12-11 14:52:31', '2023-12-11 14:52:31'),
(00000000000000003631, 14, 'Prince Islam', NULL, NULL, 'DHAKA', '01752116769', NULL, NULL, '$2y$10$jpzvtOkMzYmeHi/1mVpzuu1UCnPRf2U7z5JSiSEY6sRHtCU.S6d0a', NULL, 2, 'user', '1', '2023-12-11 14:54:24', '2023-12-11 14:54:24'),
(00000000000000003632, NULL, 'Md.Sojib Rana Sarker', NULL, 'mdsojibranans2123@gmail.com', 'dhaka', '01304479332', NULL, NULL, '$2y$10$1S.8s.xwlK1oX3DMtR7mNe9f4B/ZyT1pQfBcsOdZqaCfoVhoxgD3a', NULL, 2, 'user', '1', '2023-12-11 14:55:12', '2023-12-11 14:55:12'),
(00000000000000003633, 14, 'Shahin Mahmud Sada', NULL, NULL, 'Dhaka', '০১৮৪০৭৫৯৩২৫', NULL, NULL, '$2y$10$TtDQimT4GN/oOam8l0Dba.IkAjmk/9GtG2RUjEgH/NaAU0U66FapC', NULL, 2, 'user', '1', '2023-12-11 14:55:33', '2023-12-11 14:55:33'),
(00000000000000003634, 14, 'Golam Mostofa', NULL, NULL, 'DHAKA', '01323572706', NULL, NULL, '$2y$10$PGWzvdsfsN6AiSxw3yZ.OORgWVeaIpvf2EYj5YP4xL3zOdD0ul7p6', NULL, 2, 'user', '1', '2023-12-11 14:55:59', '2023-12-11 14:55:59'),
(00000000000000003635, 14, 'Kamrul Huda Kazal', NULL, NULL, 'DHAKA', '01715132683', NULL, NULL, '$2y$10$4Qp9ytbVaHS.gLyTdvgUhugZVtWHodcaReb.vT1QjADqSFabyDLVW', NULL, 2, 'user', '1', '2023-12-11 14:56:22', '2023-12-11 14:56:22'),
(00000000000000003636, 14, 'Rasel Ahmed Onim', NULL, NULL, 'DHAKA', '01867680847', NULL, NULL, '$2y$10$ji3ZoJdmJbFV01WIJSfUN.T5J1V82ajVmnsI7DpYn2jcaXVeSmpz.', NULL, 2, 'user', '1', '2023-12-11 14:57:40', '2023-12-11 14:57:40'),
(00000000000000003637, 14, 'Noman Babu', NULL, NULL, 'Uttora', '01717671558', NULL, NULL, '$2y$10$m/dhVnwHaOp8qe2h//u.fu5rNUNlAlT.kAE3hKZ5ZtDel7RERyz5y', NULL, 2, 'user', '1', '2023-12-11 14:58:40', '2023-12-11 14:58:40'),
(00000000000000003638, NULL, '2022-11-09	Delwar Hossan Belal', NULL, 'belalmytv@gmail.com', 'dhaka', '1733555270', NULL, NULL, '$2y$10$/QSU/HG7Fx9OfX2VviyDi.TCJh9M71M5WKQST80z1zGi.upaxyfSC', NULL, 2, 'user', '1', '2023-12-11 14:58:41', '2023-12-11 14:58:41'),
(00000000000000003639, 14, 'MD Shuva MD Shuva', NULL, NULL, 'DHAKA', '01913162793', NULL, NULL, '$2y$10$066.ldo2Xta62qh1veFndev5HwRqbtRDrLpwcve6/Yu6/lbjLn3ZG', NULL, 2, 'user', '1', '2023-12-11 14:59:22', '2023-12-11 14:59:22'),
(00000000000000003640, 14, 'Hriday Raj', NULL, NULL, 'Asuliya', '01948279332', NULL, NULL, '$2y$10$ac/xbXz9KGPHlPXsIMJgV.YsCUAxqOUhnvqbBgrLGo0SyvLDMrEHq', NULL, 2, 'user', '1', '2023-12-11 14:59:54', '2023-12-11 14:59:54'),
(00000000000000003641, NULL, 'lutfor Rahman', NULL, NULL, 'DHAKA', '01712578914', NULL, NULL, '$2y$10$IaRv7RSQznMmK8yTkDGOOubVwTsEfa48oTvJtpk0MtjSq2jsIkoFa', NULL, 2, 'user', '1', '2023-12-11 15:00:19', '2023-12-11 15:00:19'),
(00000000000000003642, NULL, 'A Rahman Antor', NULL, NULL, 'DHAKA', '01732449449', NULL, NULL, '$2y$10$nuQ5o5oIYRxMNyDJri4T/uBltvghgEtbIdES1XGDlhgqglxj9zQ7C', NULL, 2, 'user', '1', '2023-12-11 15:00:40', '2023-12-11 15:00:40'),
(00000000000000003643, 14, 'Likhon Mirza', NULL, NULL, 'cantroment,dhaka', '01878738749', NULL, NULL, '$2y$10$BjSB.eV4EWwu.QgTuBhvJenA3/s4P6zwDqBLMKokuqzYt8VvqKrGy', NULL, 2, 'user', '1', '2023-12-11 15:02:33', '2023-12-11 15:02:33'),
(00000000000000003644, 14, 'Nur Hossain Hera', NULL, NULL, 'DHAKA', '01916743586', NULL, NULL, '$2y$10$o.GnaAMSpa5.KulXdWfzke7C5b6/RJ5iPgRDsikMjC2mPNufyyCam', NULL, 2, 'user', '1', '2023-12-11 15:02:59', '2023-12-11 15:02:59'),
(00000000000000003645, NULL, 'Humayun', NULL, 'smhumayunkabir86@gmail.com', 'dhaka', '01711586714', NULL, NULL, '$2y$10$lhLPJcFD3NaygXTzzh9QbuimPJQ39DWL0W0Y6Cic7V565mYEzhX1C', NULL, 2, 'user', '2', '2023-12-11 15:03:38', '2023-12-11 15:03:38'),
(00000000000000003646, 14, 'S M Jamil Sagar', NULL, NULL, 'DHAKA', '01521426769', NULL, NULL, '$2y$10$/gGJEv4PHGujoI6SA8wEAumFpZ4J6ZsAo4zjE0X90PeURtMOuz.lK', NULL, 2, 'user', '1', '2023-12-11 15:03:53', '2023-12-11 15:03:53'),
(00000000000000003647, NULL, 'Md.kazi albi', NULL, 'kmralvi@gmail.com', 'dhaka', '01799943027', NULL, NULL, '$2y$10$uBJoFoGMvfUNYvTl1j0PSupg7cOPEHgXSUjrjRK.eWIxq6RrK8roy', NULL, 2, 'user', '1', '2023-12-11 15:11:46', '2023-12-11 15:11:46'),
(00000000000000003648, NULL, 'Md Rony', NULL, 'rony1865@gmail.com', 'dhaka', '01917423941', NULL, NULL, '$2y$10$upBe19/Xn0OcUDLxZh5dpOWeJPdlZoz0RpPyfWGwhGJGlO/RMu3eu', NULL, 2, 'user', '1', '2023-12-11 15:17:24', '2023-12-11 15:17:24'),
(00000000000000003649, 14, 'Adv Newton Roy', NULL, NULL, 'Bagerhat', '01723666401', NULL, NULL, '$2y$10$Wn3KPk6sv77NT9kP.n3WhOTYx647hbnHePooZfkMUjDfz3sA0pUnK', NULL, 2, 'user', '1', '2023-12-11 15:17:32', '2023-12-11 15:17:32'),
(00000000000000003650, 14, 'Md Mehedi Hasan', NULL, NULL, 'DHAKA', '01311909719', NULL, NULL, '$2y$10$4jQRBUOI5uU5ZdHSxLD4DOgw4hds1EwOO2xhaILYv6x5/LGZ/IVy2', NULL, 2, 'user', '1', '2023-12-11 15:24:38', '2023-12-11 15:24:38'),
(00000000000000003651, 14, 'নীলাভ নিলয়', NULL, NULL, 'Mohammadpur,dhaka', '01751859995', NULL, NULL, '$2y$10$VQqXku/i/k0XREb6R6VZW.hSM.lP.K4W20Sg6xnswNBY4DdpdYi62', NULL, 2, 'user', '1', '2023-12-11 15:25:18', '2023-12-11 15:25:18'),
(00000000000000003652, 14, 'Faijul Haque', NULL, NULL, 'DHAKA', '01745158858', NULL, NULL, '$2y$10$G8CEP2DzQynZrPCR7ztWreyAcARecrljfsI9ZqP.aWJT4urjzm2a.', NULL, 2, 'user', '1', '2023-12-11 15:25:37', '2023-12-11 15:25:37'),
(00000000000000003653, 14, 'Rajib Uddin', NULL, NULL, 'DHAKA', '01975297632', NULL, NULL, '$2y$10$U/r0iBf4GN1bkQozAVK6bextwWdztzUYjof37sg9ryXS7HT6fUqwG', NULL, 2, 'user', '1', '2023-12-11 15:25:59', '2023-12-11 15:25:59'),
(00000000000000003654, 14, 'No Name', NULL, NULL, 'manik nagar', '01322404179', NULL, NULL, '$2y$10$5uO5UhoueQxD1f.Hmi2K.ejmqH4vmzo6Yt9rspSgYqxNpJslgAo.i', NULL, 2, 'user', '1', '2023-12-11 15:26:42', '2023-12-11 15:26:42'),
(00000000000000003655, 14, 'Tahsan Habib', NULL, NULL, 'DHAKA', '01531775944', NULL, NULL, '$2y$10$JjZTW2TZY.givRWGaiLh8ekLbrIbqTT7777dzxKruU0SmipJOirQa', NULL, 2, 'user', '1', '2023-12-11 15:27:05', '2023-12-11 15:27:05'),
(00000000000000003656, 14, 'MD Jamal', NULL, NULL, 'DHAKA', '01307811125', NULL, NULL, '$2y$10$lY3e3Rh1SdON/oq.GZreZOMMrF9vlpMiWCacoCyn4ns9SGYu.31D6', NULL, 2, 'user', '1', '2023-12-11 15:27:29', '2023-12-11 15:27:29'),
(00000000000000003657, 14, 'Engr Farhad Jamal', NULL, NULL, 'Dhaka', '01842666638', NULL, NULL, '$2y$10$F7Hfdv.AsPzyCSZjlWI5fOg8EHXZ8zDZ.Kz9FS7/9/qzYsk88rIb2', NULL, 2, 'user', '1', '2023-12-11 15:27:56', '2023-12-11 15:27:56'),
(00000000000000003658, 14, 'Jahid Hasan', NULL, NULL, 'Dhaka', '01888321516', NULL, NULL, '$2y$10$J2QMw0HKbgzrbIH6FAMzY.CQbRZlolDEEsZ7OIXepyQ4fAcAXnsWW', NULL, 2, 'user', '1', '2023-12-11 15:28:32', '2023-12-11 15:28:32'),
(00000000000000003659, 14, 'টাইগার বুলেট', NULL, NULL, 'DHAKA', '01610210920', NULL, NULL, '$2y$10$nRbF59BXprP.kuSxawtEEuP2cHJgFWHHrTeVBzx8.N.dWZSBo/.BS', NULL, 2, 'user', '1', '2023-12-11 15:29:05', '2023-12-11 15:29:05'),
(00000000000000003660, 14, 'Alamin Hossain', NULL, NULL, 'gazipur kashimpur', '01909558600', NULL, NULL, '$2y$10$H4Tj9t.PaFsrMIRzjSK7.OSdvOiomtH0mpAhrjTTcKceZcscilFOK', NULL, 2, 'user', '1', '2023-12-11 15:29:35', '2023-12-11 15:29:35'),
(00000000000000003661, 14, 'Md Monir', NULL, NULL, 'DHAKA', '01723207554', NULL, NULL, '$2y$10$.WO71vAB7bVeFFKvA8JCc.I2PQRDprmj0/SJrt5NY1Z33iyTApflG', NULL, 2, 'user', '1', '2023-12-11 15:30:08', '2023-12-11 15:30:08'),
(00000000000000003662, 14, 'Mohammad Robuil', NULL, NULL, 'DHAKA', '০১৭০৩৭৪৮২৪৭', NULL, NULL, '$2y$10$AaFH73A4WMhv91DpjeL.seImgVmiu9ZnDSM.dQGjXLIcI/IKhuM0O', NULL, 2, 'user', '1', '2023-12-11 15:30:31', '2023-12-11 15:30:31'),
(00000000000000003663, 14, 'Boni Amin Kallol', NULL, NULL, 'DHAKA', '01400991953', NULL, NULL, '$2y$10$JvI1HpZ0QkFOuyd5IdzSyu3esU1ggToCxhKeD0pHoTvj7uU0qaxkO', NULL, 2, 'user', '1', '2023-12-11 15:30:58', '2023-12-11 15:30:58'),
(00000000000000003664, 14, 'Nizam Uddin', NULL, NULL, 'Dhaka', '01606875715', NULL, NULL, '$2y$10$ZL8eE32/YwbnWHxjwqza7OaPV3DoiMbheLwkxQH9y5LULm7m.HUFS', NULL, 2, 'user', '1', '2023-12-11 15:31:18', '2023-12-11 15:31:18'),
(00000000000000003665, NULL, 'Masud', NULL, NULL, 'dhaka', '01708125507', NULL, NULL, '$2y$10$Dxip.i267PcZHJ15gJysEOpYAcTMR31TzjlODmUG8JsqSnVsA29CW', NULL, 2, 'user', '1', '2023-12-11 15:31:42', '2023-12-11 15:31:42'),
(00000000000000003666, 14, 'MD Sabbir Ahammed', NULL, NULL, 'kaula, airport', '01615681727', NULL, NULL, '$2y$10$GLYp.Z7YmYPZOxF/SWHzCOy3GKAN0DZ29w/qIrRMCFbyB49j3USF.', NULL, 2, 'user', '1', '2023-12-11 15:32:04', '2023-12-11 15:32:04'),
(00000000000000003667, 14, 'abul basar', NULL, NULL, 'Dhaka', '01713365267', NULL, NULL, '$2y$10$0QSdBZpEz.4vwS0GliCBBenK9MBuXByq2xtaNbejgUIOC28c.VHCe', NULL, 2, 'user', '1', '2023-12-11 15:32:27', '2023-12-11 15:32:27'),
(00000000000000003668, 14, 'No Name', NULL, NULL, 'Dhaka', '01764820213', NULL, NULL, '$2y$10$lZICrh/G5lKp.IqHuvFzCu/59JV1H2DrVKP8y44ADIylgtSt5TAie', NULL, 2, 'user', '1', '2023-12-11 15:33:23', '2023-12-11 15:33:23'),
(00000000000000003669, 14, 'KR Sakib', NULL, NULL, 'Dhaka', '01865790534', NULL, NULL, '$2y$10$21py1emoQO2lLHB4L2BCWOoZWQ9FBAJKDUwdeULEg3pWz63cygowS', NULL, 2, 'user', '1', '2023-12-11 15:34:11', '2023-12-11 15:34:11'),
(00000000000000003670, 14, 'No Name', NULL, NULL, 'Dhaka', '01755632903', NULL, NULL, '$2y$10$79N/2DNeMBfUctadtPh/Le7.i9kkJ3bGNFo5C8pvZLHkKe60TX4pa', NULL, 2, 'user', '1', '2023-12-11 15:34:47', '2023-12-11 15:34:47'),
(00000000000000003671, 14, 'Tanim Arafath', NULL, NULL, 'DHAKA', '01722455747', NULL, NULL, '$2y$10$3M1wSBvNwbKJm6ZIaCRDVO/vO2Rd8ABRU8Sgk95YFXqXcT1hF9YJu', NULL, 2, 'user', '1', '2023-12-11 15:35:11', '2023-12-11 15:35:11'),
(00000000000000003672, 14, 'Dinesh Biswas', NULL, NULL, 'Dhaka', '01920345975', NULL, NULL, '$2y$10$zhQeTLdvvSC9m22lZf9Gq.pUrTa8.A5SToWWjX3VXgCkb1zWqrNmO', NULL, 2, 'user', '1', '2023-12-11 15:36:06', '2023-12-11 15:36:06'),
(00000000000000003673, 14, 'Md. Monirul Islam', NULL, NULL, 'Dhaka', '01942938120', NULL, NULL, '$2y$10$nv419Jzk.QTUaDW9WKIsWOOxRvxOvSnFG6lKRSZEHSUmt9xo7LGL6', NULL, 2, 'user', '1', '2023-12-11 15:36:42', '2023-12-11 15:36:42'),
(00000000000000003674, 14, 'Nirob Ash', NULL, NULL, 'Dhaka', '01799985290', NULL, NULL, '$2y$10$uUp/oVYD9w1RspZOKQwB0.GaUjbvOzO8sWA8t2DHTZrPH5hJ.OLTu', NULL, 2, 'user', '1', '2023-12-11 15:37:12', '2023-12-11 15:37:12'),
(00000000000000003675, 14, 'Rony Majed', NULL, NULL, 'uttora', '01712343448', NULL, NULL, '$2y$10$MlB8sWihD8aOwS03K0w0WeQlyJiVeeEo/Ol6ow3qgxfcjEXPy7JBm', NULL, 2, 'user', '1', '2023-12-11 15:38:07', '2023-12-11 15:38:07'),
(00000000000000003676, 14, 'Al-amin Abir', NULL, NULL, 'Nobabjonj', '01748142411', NULL, NULL, '$2y$10$Sjgpc7NgrfPHmWDZqs5JkeWqH5hJOORCCuSi1lQ8tKb8ZmV0kukIK', NULL, 2, 'user', '1', '2023-12-11 15:38:36', '2023-12-11 15:38:36'),
(00000000000000003677, 14, 'Masura Reni', NULL, NULL, 'Dhaka', '01737249897', NULL, NULL, '$2y$10$3JXYmPiD9.cYsTR2JT5cR.VdfNKAlGUZwtW/OA8nbRdvP/8zvY9RW', NULL, 2, 'user', '1', '2023-12-11 15:39:05', '2023-12-11 15:39:05'),
(00000000000000003678, 14, 'আশিকুর রহমান', NULL, NULL, 'Dhaka', '01768979002', NULL, NULL, '$2y$10$EhiTXPsdFuGsZ8QispqgVeLoaUmbknlJij3KzZ0OL/JDFzPNky2Qu', NULL, 2, 'user', '1', '2023-12-11 15:40:06', '2023-12-11 15:40:06'),
(00000000000000003679, 14, 'Md Morshed Alam', NULL, NULL, 'Jatrabari', '01601657529', NULL, NULL, '$2y$10$OW8.iOQ0EUutZ.8VSqrC9O9kwhMcdA07cyjVZZP9nGUTnKUt7D19u', NULL, 2, 'user', '1', '2023-12-11 15:40:43', '2023-12-11 15:40:43'),
(00000000000000003680, 14, 'Md Anowar Hossain', NULL, NULL, 'Dhaka', '01818978073', NULL, NULL, '$2y$10$8U3krFtjRnNSnPTzOtQEa.VotJ0VaCollEjoTwkCUArP4MeUosWw2', NULL, 2, 'user', '1', '2023-12-11 15:41:07', '2023-12-11 15:41:07'),
(00000000000000003681, 14, 'Jewel Rana Jamalpur', NULL, NULL, 'Dhaka', '01727683284', NULL, NULL, '$2y$10$aCTY3W8gAbITx/tgZJ.UsuONfmcaCHCI.ZXTv.2nTBtJQy5PIeh0y', NULL, 2, 'user', '1', '2023-12-11 15:42:20', '2023-12-11 15:42:20'),
(00000000000000003682, 14, 'খান ভাই', NULL, NULL, 'Dhaka', '01710638132', NULL, NULL, '$2y$10$TRnxGMVs1ucknRr9hyRfG.WLPtSfrPa7IidSiTwv2Qb1FDq2LCOTO', NULL, 2, 'user', '1', '2023-12-11 15:42:57', '2023-12-11 15:42:57'),
(00000000000000003683, 14, 'DrAjoy Deb', NULL, NULL, 'Ctg', '01711749234', NULL, NULL, '$2y$10$bC28aXOF877zjHwW1Pf.bu/ep73ckcJqepsrHwmWeDDKKytfz1uym', NULL, 2, 'user', '1', '2023-12-11 15:43:33', '2023-12-11 15:43:33'),
(00000000000000003684, 14, 'Md Arshad Ali', NULL, NULL, 'Dhaka', '01930046506', NULL, NULL, '$2y$10$67TFR/Gw1hnO69canw83yOlSHQe33d3GxjAfRVS2Lc5F0bc5LSD/O', NULL, 2, 'user', '1', '2023-12-11 15:44:02', '2023-12-11 15:44:02'),
(00000000000000003685, 14, 'Kabi Sharif', NULL, NULL, 'capakhanar more', '01911496079', NULL, NULL, '$2y$10$2N8pFiKsq3wKJYDmXaccHO2cHL4J8N3PsVZkbjsVaBdHstiwV2XtW', NULL, 2, 'user', '1', '2023-12-11 15:44:47', '2023-12-11 15:44:47'),
(00000000000000003686, 14, 'Md Wasim', NULL, NULL, 'Tikatoli', '01911204176', NULL, NULL, '$2y$10$Oi/j0meKX4zt9uwW1WXTDerKQoOEPv0yfb08u9DJkKAjj/yyexRxG', NULL, 2, 'user', '1', '2023-12-11 15:46:24', '2023-12-11 15:46:24'),
(00000000000000003687, 14, 'Arifur Rahman', NULL, NULL, 'Lalbag', '01753722172', NULL, NULL, '$2y$10$x3Td6hDdUuuYhmnbl.w2JOiXhA0741LBuWsfVsdfArndsl.Kq7syu', NULL, 2, 'user', '1', '2023-12-11 15:46:51', '2023-12-11 15:46:51'),
(00000000000000003688, 14, 'Syed Tareq Ahmed', NULL, NULL, 'Dhaka', '01711507487', NULL, NULL, '$2y$10$6PtCfYvjSxmz.NFLSh3nSOQqFJfYQ9bucx3JbTgD6qDLDJShLPyZq', NULL, 2, 'user', '1', '2023-12-11 15:47:11', '2023-12-11 15:47:11'),
(00000000000000003689, 14, 'MD Imran Imran', NULL, NULL, 'Dhaka', '01760307370', NULL, NULL, '$2y$10$3bjjPkU1WcvsrYGbrmUgHe6dvgOg4UlnZL65Vu6Rg9LXvf7csER2O', NULL, 2, 'user', '1', '2023-12-11 15:47:47', '2023-12-11 15:47:47'),
(00000000000000003690, 14, 'No Name', NULL, NULL, 'Rampura', '01711322502', NULL, NULL, '$2y$10$z/kSF4fUWQUD8fw99Ky2keIcOg.L2/Nyd0TVHoNMVOTxrnygSrKbu', NULL, 2, 'user', '1', '2023-12-11 15:48:31', '2023-12-11 15:48:31'),
(00000000000000003691, NULL, 'Taniya', NULL, NULL, 'dhaka', '01709122881', NULL, NULL, '$2y$10$5WyJhDWpE9IUghLJeoUvNur0fH./MzrdazFjgi6O9eIl.on0u2QUK', NULL, 2, 'user', '2', '2023-12-11 16:02:29', '2023-12-11 16:02:29'),
(00000000000000003692, 14, 'Farhan Ahmed Masum', NULL, NULL, 'Dhaka', '01572795166', NULL, NULL, '$2y$10$pl1tOjOhZip1WJY61RKLHeMCMdgwe/N.q8EZxnsSSBlQfCRxpLXhe', NULL, 2, 'user', '1', '2023-12-11 16:04:40', '2023-12-11 16:04:40'),
(00000000000000003693, 14, 'Md Noman Hossain', NULL, NULL, 'Chadpur', '০১৭০৫৩৫৪৫১০', NULL, NULL, '$2y$10$CHbOgcoGJcrnUQB8hnfjq./HVOpJoErlCZqT85i/nIv4.jI4FXVWi', NULL, 2, 'user', '1', '2023-12-11 16:05:16', '2023-12-11 16:05:16'),
(00000000000000003694, 14, 'Awlad Hossain Shaikh', NULL, NULL, 'Rajshahi', '01712732485', NULL, NULL, '$2y$10$.Lgd.HE8GDKEnYLmoGSGS.3rOs1yoDB0ZS9DYWapXWLEiIDgO1XDi', NULL, 2, 'user', '1', '2023-12-11 16:05:52', '2023-12-11 16:05:52'),
(00000000000000003695, 14, 'Sameul Sardar', NULL, NULL, 'Dhaka', '01771116973', NULL, NULL, '$2y$10$GPowngt9QxdvqgCBLIW86Ox3lLPqSX7DeTffh5zncs1XcdrEhskwm', NULL, 2, 'user', '1', '2023-12-11 16:06:26', '2023-12-11 16:06:26'),
(00000000000000003696, 14, 'Mohammad Yasin', NULL, NULL, 'Dhaka', '01958041462', NULL, NULL, '$2y$10$IIJxfptDPr93w8qN7d8qlu4hsk34.uBlweGRbE2LygkmJa6L5p2GW', NULL, 2, 'user', '1', '2023-12-11 16:06:49', '2023-12-11 16:06:49'),
(00000000000000003697, NULL, 'Rahat', NULL, NULL, 'dhaka', '01731070380', NULL, NULL, '$2y$10$8OrjRXbYWPoStwG/XxAR6.MTgqDX2Mnbo4E.40PkrQmOu0BCq8iYK', NULL, 2, 'user', '1', '2023-12-11 16:07:08', '2023-12-11 16:07:08');
INSERT INTO `users` (`id`, `lebel_id`, `name`, `nid`, `email`, `address`, `phone`, `alter_phone`, `email_verified_at`, `password`, `remember_token`, `role`, `type`, `user_type`, `created_at`, `updated_at`) VALUES
(00000000000000003698, 14, 'Mir Azizur Rahman', NULL, NULL, 'Dhaka', '01715248724', NULL, NULL, '$2y$10$cHrOz5psOtFiICjYNxKqg.eNRZZdu08MipW02AYlG/mFvTEEhbj9O', NULL, 2, 'user', '1', '2023-12-11 16:07:43', '2023-12-11 16:07:43'),
(00000000000000003699, 14, 'Abdul Gaffer', NULL, NULL, 'Dhemra', '01618887428', NULL, NULL, '$2y$10$3IRINK2O.ynVNku/VckgP.o.34iyo.i7RBfvOj8y56uB2h5uiJOLO', NULL, 2, 'user', '1', '2023-12-11 16:08:12', '2023-12-11 16:08:12'),
(00000000000000003700, 14, 'Omor faruk', NULL, NULL, 'Mirpur', '01761851565', NULL, NULL, '$2y$10$hcwh.xl12dj9gEqNdlSxu.zqeJY5C2AR0cnV/ZxXHqu/5Ew9BUYQi', NULL, 2, 'user', '1', '2023-12-11 16:08:51', '2023-12-11 16:08:51'),
(00000000000000003701, 14, 'Fahim Chy', NULL, NULL, 'DHAKA', '01690174939', NULL, NULL, '$2y$10$7NPpUmMHhB9CaH9zs/ZPSOv/vuRC50JgiYIDgDqYcb1gNTpDRuPku', NULL, 2, 'user', '1', '2023-12-11 16:09:15', '2023-12-11 16:09:15'),
(00000000000000003702, 14, 'Mohammad Ashab', NULL, NULL, 'Dhaka', '01894415539', NULL, NULL, '$2y$10$QhE1nEO0qbLipH837QBIlOZnlYSlflWsdmIQ8tUvZKZwGXK6a/TwO', NULL, 2, 'user', '1', '2023-12-11 16:09:41', '2023-12-11 16:09:41'),
(00000000000000003703, NULL, 'Md Sumon Hossain', NULL, NULL, 'shajanpur', '01742401861', NULL, NULL, '$2y$10$cvF.w6/hr5iGE4uh530yA.B4EQ0uhH9AJ1zHHbv98kaRom3TKU3cu', NULL, 2, 'user', '1', '2023-12-11 16:10:26', '2023-12-11 16:10:26'),
(00000000000000003704, 14, 'Bashir Ahmed', NULL, NULL, 'Dhaka', '01857308355', NULL, NULL, '$2y$10$N1d6TrJEIG5hHkq5V6dnK.vV3t6rB1jDztxPmtDD3HKRTPI70pR5y', NULL, 2, 'user', '1', '2023-12-11 16:11:24', '2023-12-11 16:11:24'),
(00000000000000003705, 14, 'Syed Foysal Alom', NULL, NULL, 'Dhaka', '01726123343', NULL, NULL, '$2y$10$Z8EAMUMxyWHuS2MY0A5xdO2lIjceWp3pD6K4NDRjn6V/drsaGhYgq', NULL, 2, 'user', '1', '2023-12-11 16:12:06', '2023-12-11 16:12:06'),
(00000000000000003707, 14, 'Md Nourullha Hossain', NULL, NULL, 'Dhaka', '01404729301', NULL, NULL, '$2y$10$DgyZHLE9kI0iZCjJ8lneveOkI8HTn3.C.neuphPNGJ8Pr5nWRs63.', NULL, 2, 'user', '1', '2023-12-11 16:12:34', '2023-12-11 16:12:34'),
(00000000000000003709, NULL, 'Aminul mina', NULL, 'saddam.mina@gmail.com', 'dhaka', '01611642028', NULL, NULL, '$2y$10$TzeCBoOKnGgEHvvNt4Vc6eBJV1RPvX1tXW1KLVA.ZNziedVJX0pvi', NULL, 2, 'user', '1', '2023-12-11 16:51:53', '2023-12-11 16:51:53'),
(00000000000000003710, NULL, 'Mamun', NULL, NULL, 'dhaka', '01627858042', NULL, NULL, '$2y$10$0rKknZRgCB6/NtZ07QZEHeW4K0KYV/0f9wiG3sHFv0lgBFhg4kCne', NULL, 2, 'user', '1', '2023-12-11 16:55:37', '2023-12-11 16:55:37'),
(00000000000000003711, NULL, 'Delowar', NULL, NULL, 'dhaka', '01740938883', NULL, NULL, '$2y$10$Mt7JbUJC2ZFWSvy/BmVupO/5NtyaTChn6NF/RcJNFOjJm831N.yQm', NULL, 2, 'user', '1', '2023-12-11 17:04:40', '2023-12-11 17:04:40'),
(00000000000000003713, NULL, 'Md. Azahar alo', NULL, 'sumon.azhar81@gmail.com', 'dhaka', '01713611364', NULL, NULL, '$2y$10$otORFmivipRdbym.MTc0jOIKfoN7k.3ec2x5xFqb7h8xVj94WjyGS', NULL, 2, 'user', '1', '2023-12-11 17:30:40', '2023-12-11 17:30:40'),
(00000000000000003714, NULL, '2023-02-13	Ibrahim', NULL, 'outputpnint@gmail.com', 'dhaka', '01678646744', NULL, NULL, '$2y$10$AzkDVFmeBzaW4c0PT0c1u.aTrf4IZJ2IsBMKXEp5LLgbrxrPvQTj.', NULL, 2, 'user', '1', '2023-12-11 17:35:16', '2023-12-11 17:35:16'),
(00000000000000003715, NULL, 'Sayed', NULL, NULL, 'dhaka', '01757419119', NULL, NULL, '$2y$10$5o0Flg.VuLIT.lmSheQTw.U6XRbXXt.flmYc5rk0oOCcAqOSDg7kW', NULL, 2, 'user', '1', '2023-12-11 17:49:12', '2023-12-11 17:49:12'),
(00000000000000003716, NULL, 'Sumon', NULL, NULL, 'dhaka', '01799219421', NULL, NULL, '$2y$10$rPa9D8nUkO73jqDAFWbsDu.bt/Ro2jC.UFbWLJYshvvP0REpIiLo.', NULL, 2, 'user', '1', '2023-12-12 10:33:33', '2023-12-12 10:33:33'),
(00000000000000003717, NULL, 'Farid Molla', NULL, NULL, 'dhaka', '01798275150', NULL, NULL, '$2y$10$wx7gA/6nib0X/O0sNE0t2OLQFpkKhKJ3r7jeNWL0oSZhlvzEv/BKy', NULL, 2, 'user', '1', '2023-12-12 10:43:18', '2023-12-12 10:43:18'),
(00000000000000003719, NULL, 'AL AMIN', NULL, NULL, 'dhaka', '01715147788', NULL, NULL, '$2y$10$hU1M7yZ8fMSoWjy11chW1ecaKB09tu0x/P.664LleKcgscz6zhObG', NULL, 2, 'user', '1', '2023-12-12 11:48:04', '2023-12-12 11:48:04'),
(00000000000000003720, NULL, 'Rakib', NULL, NULL, 'dhaka', '01873058551', NULL, NULL, '$2y$10$nWYRZwlhLPHROr7E0DnRvu.YNSBG.xVljClR6Z35OLSQH5Q67RnES', NULL, 2, 'user', '1', '2023-12-13 10:45:18', '2023-12-13 10:45:18'),
(00000000000000003721, NULL, 'BILLAL HOSSAIN', NULL, NULL, 'dhaka', '01936761413', NULL, NULL, '$2y$10$FC4ugMP6TWs/W5OyYlWUZeKNRaHXwwhxNmD6UKyahsIUfe/qjn6c6', NULL, 2, 'user', '1', '2023-12-13 10:52:55', '2023-12-13 10:52:55'),
(00000000000000003722, NULL, 'Motiur Rahman', NULL, 'motiur46@mygpsbd.com', 'dhaka', '01711161458', NULL, NULL, '$2y$10$AyPLTwH/WegjnPmMuy6TyeyERCX7AofZ5rP6kCQprpU9R4lNfw9Cm', NULL, 2, 'user', '1', '2023-12-13 10:58:06', '2023-12-13 10:58:06'),
(00000000000000003723, NULL, 'Shohag', NULL, NULL, 'dhaka', '01881957095', NULL, NULL, '$2y$10$m28yUEoSLB6DDdrz5WA8Y.RGLpZ17G84Ih3moxqC9kGOYPw/SZanC', NULL, 2, 'user', '1', '2023-12-13 11:09:11', '2023-12-13 11:09:11'),
(00000000000000003725, NULL, 'showon', NULL, NULL, 'dhaka', '01767959604', NULL, NULL, '$2y$10$rMzzXF//cYDcSBHydbFJA.Fdu7780GrKrLKfDpv23st1AlaR67dLG', NULL, 2, 'user', '1', '2023-12-13 11:48:05', '2023-12-13 11:48:05'),
(00000000000000003726, 14, 'Kausar Ahmed', NULL, NULL, 'Comilla', '01832211329', NULL, NULL, '$2y$10$abCCbxklTR00DhM/PML/GOE4ckEl4MmY4WiI1zuU0I/GlKKqRsYpq', NULL, 2, 'user', '1', '2023-12-13 12:27:03', '2023-12-13 12:27:03'),
(00000000000000003727, 14, 'Md Shalim Bhuiyan', NULL, NULL, 'Feni', '01618454748', NULL, NULL, '$2y$10$ssIm8NYTAe0GZBkq1SUkwu.wt3W9bRuXNeLBzjh9BEevs6T1iq66O', NULL, 2, 'user', '1', '2023-12-13 12:27:56', '2023-12-13 12:27:56'),
(00000000000000003728, 14, 'Mahmudul Hasan', NULL, NULL, 'DHAKA', '01535459407', NULL, NULL, '$2y$10$uxXPQQOWpyaN7B2Cjd64SuJWpbSBCZWUS5wJ0zqKqC.mEfulE4SOy', NULL, 2, 'user', '1', '2023-12-13 12:28:27', '2023-12-13 12:28:27'),
(00000000000000003729, 14, 'Akash Ah', NULL, NULL, 'Comilla', '01996444134', NULL, NULL, '$2y$10$nsDeF1MR6HuVzZGlDjlSzOGX/jehi7LQkROWaLhUHnnlG3FuhB9me', NULL, 2, 'user', '1', '2023-12-13 12:31:15', '2023-12-13 12:31:15'),
(00000000000000003730, 14, 'Emon Munshi', NULL, NULL, 'DHAKA', '০১৯৭৬০৪০৬৭৭', NULL, NULL, '$2y$10$ykt1.80gYmlQLHOlai6lxOu/xJl1qT10C7LkPiBvGDPCFbQmkGV.u', NULL, 2, 'user', '1', '2023-12-13 12:33:15', '2023-12-13 12:33:15'),
(00000000000000003731, 14, 'Prasenjit Das Lipon', NULL, NULL, 'DHAKA', '01814472293', NULL, NULL, '$2y$10$Nrx1mZmmS0qQqD2UEGex..UxzjWDWl1xjfaf4zLHzleouloIXDo7.', NULL, 2, 'user', '1', '2023-12-13 12:33:52', '2023-12-13 12:33:52'),
(00000000000000003732, NULL, 'Nilufar Morshed Smrity(Shimanto Tracker)', 'N/A', NULL, 'DHAKA', '01782340021', NULL, NULL, '$2y$10$fQL0DVrA1MPzF.dIj2yCA.g6io38cGbqi.S2.Fj4QZYMzru9REMHe', NULL, 2, 'user', '1', '2023-12-13 12:34:30', '2024-03-10 13:33:21'),
(00000000000000003733, 14, 'Md Afruj Miah', NULL, NULL, 'DHAKA', '01712303386', NULL, NULL, '$2y$10$9szIHcmEwF8HgLlev02mbumAHtoKnNVuL3ciCY8TBM/ou7USxj4MS', NULL, 2, 'user', '1', '2023-12-13 12:35:24', '2023-12-13 12:35:24'),
(00000000000000003734, 14, 'Abdullah Mohammod Zubair', NULL, NULL, 'DHAKA', '01740926242', NULL, NULL, '$2y$10$9zAIpyZDEzJavQgUAV6HweLNSEe7Qdtlny3TN8V1EhmbOah3sMDB6', NULL, 2, 'user', '1', '2023-12-13 12:44:49', '2023-12-13 12:44:49'),
(00000000000000003735, 14, 'Quazi Mohammad Emran Pintu', NULL, NULL, 'DHAKA', '01814943444', NULL, NULL, '$2y$10$k.ktVxXu99Zy.ZX.D7h08uj..jfyUMQwFp414lBvjdxIDvZg5Kf2.', NULL, 2, 'user', '1', '2023-12-13 12:54:42', '2023-12-13 12:54:42'),
(00000000000000003736, 14, 'Mahir Kabir', NULL, NULL, 'Mogbazar', '01628808686', NULL, NULL, '$2y$10$NS3cjZ3VDacY6W/qjGEEaOnmLF0ZcuHmkMT146Jp3Dnmqy391UCfy', NULL, 2, 'user', '1', '2023-12-13 12:55:37', '2023-12-13 12:55:37'),
(00000000000000003737, 14, 'Shãdîñ Sûtrå Dhär', NULL, NULL, 'DHAKA', '01999861116', NULL, NULL, '$2y$10$PhHPl5qig9ZH..7QWNDEyOko/wb.KVR6BzIrX6y.7/TWbtWTd2GpG', NULL, 2, 'user', '1', '2023-12-13 13:05:01', '2023-12-13 13:05:01'),
(00000000000000003738, 14, 'Saiful Islam Saurav', NULL, NULL, 'DHAKA', '01911200234', NULL, NULL, '$2y$10$xQwISMQHzv7I03tm7rMJb.7fmdsw.Zy1BNtkUVXSpdvmgPRfpakdO', NULL, 2, 'user', '1', '2023-12-13 13:05:58', '2023-12-13 13:05:58'),
(00000000000000003739, 14, 'Mohammad Ashraful Hoque Hoque', NULL, NULL, 'DHAKA', '01728129978', NULL, NULL, '$2y$10$sMHDuE82AcairNXEtDcUX.ah8uD3WxrRQKcWhCHY5dIp8HM.KqMku', NULL, 2, 'user', '1', '2023-12-13 13:16:08', '2023-12-13 13:16:08'),
(00000000000000003740, 14, 'MD Mahin Islam', NULL, NULL, 'Uttora', '01813605292', NULL, NULL, '$2y$10$MUK04yteunOo7EwfMESdEu3G06qdNaLIXrQDyx8HP8r3l0tXsG/kC', NULL, 2, 'user', '1', '2023-12-13 13:17:34', '2023-12-13 13:17:34'),
(00000000000000003741, 14, 'Al Mahmud Chowdhury', NULL, NULL, 'DHAKA', '01751789350', NULL, NULL, '$2y$10$iRfa1WZPDFy99e7HT7XQteUVdTOoDabXe.f7nSKoThnw0KG3g0Boy', NULL, 2, 'user', '1', '2023-12-13 13:18:42', '2023-12-13 13:18:42'),
(00000000000000003742, 14, 'Ashfaq Hasan', NULL, NULL, 'DHAKA', '01558274327', NULL, NULL, '$2y$10$RYcAW6WbhZniKNbcYVXpTOjlFB57EF.H9zKmcF20H9NFEXBfi07iW', NULL, 2, 'user', '1', '2023-12-13 13:19:08', '2023-12-13 13:19:08'),
(00000000000000003743, 14, 'Amir Salman', NULL, NULL, 'DHAKA', '01766668431', NULL, NULL, '$2y$10$OsOaB1B4QIkBljgNhcXmYeOr6uZJXVBrVNOGpUCwwWhzDy38.w0Ju', NULL, 2, 'user', '1', '2023-12-13 13:19:33', '2023-12-13 13:19:33'),
(00000000000000003744, 14, 'Newton Shekh', NULL, NULL, 'Rampura', '01711107328', NULL, NULL, '$2y$10$XPFZxZh0irqHfC3BzAo5k.3qSa1KVZw/Kj9OBmgCP0kG08wpJIbqW', NULL, 2, 'user', '1', '2023-12-13 13:20:09', '2023-12-13 13:20:09'),
(00000000000000003745, 14, 'Ashraful Islam Rifad', NULL, NULL, 'Mirpur-1', '01729152115', NULL, NULL, '$2y$10$nIchS/8EJmKYp0/nvYM8X.dQs3ROS.dFWi40ZDuG9.NHhwoTJ7EyG', NULL, 2, 'user', '1', '2023-12-13 13:21:30', '2023-12-13 13:21:30'),
(00000000000000003746, 14, 'Md. Uzzal Mulla', NULL, NULL, 'Uttara', '01918414522', NULL, NULL, '$2y$10$UYtjp2rKNQifptNn7YXN.uHclLkaBaIGWHkgyMV.plWquEx96C2ki', NULL, 2, 'user', '1', '2023-12-13 13:22:10', '2023-12-13 13:22:10'),
(00000000000000003747, 14, 'Appel Mahmud', NULL, NULL, 'DHAKA', '01714977923', NULL, NULL, '$2y$10$rChSHyvo85WQPzx62kbFnOs0h4.fF4D/7tv.N/Y6GSlVAPvy9HGci', NULL, 2, 'user', '1', '2023-12-13 13:22:35', '2023-12-13 13:22:35'),
(00000000000000003748, 14, 'Md Abul Kalam Azad', NULL, NULL, 'DHAKA', '01943336363', NULL, NULL, '$2y$10$.nbUZ9C1GMLGvXOWD8ZA8uIsYCa5cL6/ThQx8vTt7O5DulIlVPtmW', NULL, 2, 'user', '1', '2023-12-13 13:23:15', '2023-12-13 13:23:15'),
(00000000000000003749, 14, 'Happy', NULL, NULL, 'Tangail', '01740983413', NULL, NULL, '$2y$10$RZC/sncAb8cSTrPMFkMZpu0/eDGHTv6ZTW0Vo8VN1GDjKzMD80Dd.', NULL, 2, 'user', '1', '2023-12-13 13:24:02', '2023-12-13 13:24:02'),
(00000000000000003750, 14, 'Lija Ahmad', NULL, NULL, 'DHAKA', '01716504907', NULL, NULL, '$2y$10$Y1K5HjucyoILG4T7P.abRuSDDiPa.z7gxxU1EE0h11r8.xbHTuSXe', NULL, 2, 'user', '1', '2023-12-13 13:24:37', '2023-12-13 13:24:37'),
(00000000000000003751, 14, 'Probin Ks', NULL, NULL, 'DHAKA', '01608715050', NULL, NULL, '$2y$10$8Ue4ZQnXnq37I/kw9wRfDOxLEUGdzEZPYYDbVBzNl/uDN1SIB3obq', NULL, 2, 'user', '1', '2023-12-13 13:25:00', '2023-12-13 13:25:00'),
(00000000000000003752, 14, 'MD Rony', NULL, NULL, 'Chottogram', '01717270455', NULL, NULL, '$2y$10$tlaXKo4QB5xYlcnMRlF4Yu4ADyoI7F7MPEK5WqhlYXgSHpQ.j/K9S', NULL, 2, 'user', '1', '2023-12-13 14:04:25', '2023-12-13 14:04:25'),
(00000000000000003753, 14, 'রজন হোসেন অপু', NULL, NULL, 'DHAKA', '01709328310', NULL, NULL, '$2y$10$hoMx.0YnrlkHMDdtq41hZ.O.dcLal9U6SW74rjX9TF7TXy9g8dv46', NULL, 2, 'user', '1', '2023-12-13 14:04:49', '2023-12-13 14:04:49'),
(00000000000000003754, 14, 'No Name', NULL, NULL, 'Mirpur-11', '01742183261', NULL, NULL, '$2y$10$IZkOWiP3WEVdqnTnFfkEIOhL04GB/JMBZZVwyEcHo6c4DCm4tmcVy', NULL, 2, 'user', '1', '2023-12-13 14:05:22', '2023-12-13 14:05:22'),
(00000000000000003755, 14, 'Hm Anwar', NULL, NULL, 'DHAKA', '0172771627', NULL, NULL, '$2y$10$ChTDEF.U2BXbrxCSW9KP3.FlC6YVyWGAUw1dVKhJpKpk34Hxf.1D2', NULL, 2, 'user', '1', '2023-12-13 14:06:42', '2023-12-13 14:06:42'),
(00000000000000003756, 14, 'No Name', NULL, NULL, 'DHAKA', '01709994841', NULL, NULL, '$2y$10$Vqba0HOtuaATUrfshVb6cu0hrbjZedpS.7LZNWxYnH/fi5NpdTvVG', NULL, 2, 'user', '1', '2023-12-13 14:07:13', '2023-12-13 14:07:13'),
(00000000000000003757, 14, 'Obaidul Islam', NULL, NULL, 'DHAKA', '01712436751', NULL, NULL, '$2y$10$gz3V1prWah1Sa.lJANyjn.6XKRCbvTLJ4w.EiT2JS.UXzHv05C.ly', NULL, 2, 'user', '1', '2023-12-13 14:07:34', '2023-12-13 14:07:34'),
(00000000000000003758, 14, 'H M Ibrahim Rana', NULL, NULL, 'Chottogram', '01515681785', NULL, NULL, '$2y$10$jdswn8FTujYOc.xI0XU4J.39gZEB1.Phk.biFsBEP.8BahLsMbpVe', NULL, 2, 'user', '1', '2023-12-13 14:08:20', '2023-12-13 14:08:20'),
(00000000000000003759, 14, 'Sayem Mahamud', NULL, NULL, 'DHAKA', '01759535956', NULL, NULL, '$2y$10$H4TMdHaK5MmRjM4ST5GdVeZtG6FdfHQtzm95nEFaUEpQOnI6pzeZe', NULL, 2, 'user', '1', '2023-12-13 14:09:05', '2023-12-13 14:09:05'),
(00000000000000003760, 14, 'MD Ariful Islam Shuvo', NULL, NULL, 'DHAKA', '01752390610', NULL, NULL, '$2y$10$CD.eBif5f3CQeXfheTejVuGcFZHuttY0SKShQ1k38Oq8xPHfna4Li', NULL, 2, 'user', '1', '2023-12-13 14:09:27', '2023-12-13 14:09:27'),
(00000000000000003761, 14, 'Nakib Stark', NULL, NULL, 'DHAKA', '01737699399', NULL, NULL, '$2y$10$Hd05m9CjQK8mgk3in69SXuAQBoVgjEOtHhWk/HhkAo7S3vB.XL4Ka', NULL, 2, 'user', '1', '2023-12-13 14:09:47', '2023-12-13 14:09:47'),
(00000000000000003762, 14, 'Mohammad Saimoon Islam', NULL, NULL, 'DHAKA', '01841411861', NULL, NULL, '$2y$10$U.lVvp7ET6K54VTe8O6YGOp3UxaMFXb47s3TnUvr8hrjTHIhdHMPq', NULL, 2, 'user', '1', '2023-12-13 14:10:45', '2023-12-13 14:10:45'),
(00000000000000003763, 14, 'Shahinour Shipon', NULL, NULL, 'Kustia', '01789143514', NULL, NULL, '$2y$10$C7ZjKKb1IRPFzu9hUim6murru6wU7NNoXQJcEU74KtqHMGdh2VWO6', NULL, 2, 'user', '1', '2023-12-13 14:11:15', '2023-12-13 14:11:15'),
(00000000000000003764, 14, 'Shifat Rahman', NULL, NULL, 'Cantronment, Dhaka', '01724494018', NULL, NULL, '$2y$10$UzbbnJfYjqkNOt.N8RaF8e2Ge0PxyIreyeOhPevj7entJrptlFIke', NULL, 2, 'user', '1', '2023-12-13 14:11:50', '2023-12-13 14:11:50'),
(00000000000000003765, 14, 'Rahan Hasan', NULL, NULL, 'Aftab Nagar, Dhaka', '01920817084', NULL, NULL, '$2y$10$1lhzqPafEgpz/oDnYnsm4u7LnwLW6RgkW/J04xuUqw8mBQsrK1Gze', NULL, 2, 'user', '1', '2023-12-13 14:12:18', '2023-12-13 14:12:18'),
(00000000000000003766, 14, 'Md. Ebadot Ali', NULL, NULL, 'Dhaka', '01712863211', NULL, NULL, '$2y$10$YvKi7fZ/FbANgZekIRrZJeSyVij1GhuffCkeEIT8V3Oz.E/giHMle', NULL, 2, 'user', '1', '2023-12-13 14:13:09', '2023-12-13 14:13:09'),
(00000000000000003767, 14, 'Kawsar', NULL, NULL, 'Dhaka', '01749786110', NULL, NULL, '$2y$10$L0QPwniIittek2GppbV0YugSNEqygNLLXHNK6b47fz3W1hlci50BK', NULL, 2, 'user', '1', '2023-12-13 14:38:57', '2023-12-13 14:38:57'),
(00000000000000003768, 14, 'Salim Rahaman', NULL, NULL, 'Dhaka', '01727645798', NULL, NULL, '$2y$10$U9Q9O.IrlIGbPg/j2lzPgOhecqi6bMubqtv0phuUXejiXq0DIwI2C', NULL, 2, 'user', '1', '2023-12-13 14:39:35', '2023-12-13 14:39:35'),
(00000000000000003769, 14, 'Mainuddin Ahmed Chowdhury', NULL, NULL, 'Mohammodpur', '01713105550', NULL, NULL, '$2y$10$NGQhxCnkEZkKV8/GjStpCuoA0/sF9a653wPnLlzkyJTigsWm0b3me', NULL, 2, 'user', '1', '2023-12-13 14:40:15', '2023-12-13 14:40:15'),
(00000000000000003770, 14, 'Anisur Rahman', NULL, NULL, 'DHAKA', '01781954076', NULL, NULL, '$2y$10$X2Vh/Kfg7LF60jNUsqxD1./0pDxVmbiuJaFNG1nS0LWnY4TJHqKQ.', NULL, 2, 'user', '1', '2023-12-13 16:14:44', '2023-12-13 16:14:44'),
(00000000000000003771, 14, 'Moktadul Palowan', NULL, NULL, 'DHAKA', '01742305837', NULL, NULL, '$2y$10$0lysUzcbInWNmil.6MLHMe0oxMdQVlniVXhjP4Il87SyvX1lhNrFa', NULL, 2, 'user', '1', '2023-12-13 16:15:14', '2023-12-13 16:15:14'),
(00000000000000003772, 14, 'Zia Uddin', NULL, NULL, 'DHAKA', '01715008755', NULL, NULL, '$2y$10$3M7Tf3ptoxdL5Rok4yuZ0.rhYzPHEcmNEkUCW6LVOdPYHGeNDz9sW', NULL, 2, 'user', '1', '2023-12-13 16:15:41', '2023-12-13 16:15:41'),
(00000000000000003773, 15, 'Faisalhossain Robel', NULL, NULL, 'DHAKA', '01672697922', NULL, NULL, '$2y$10$n8FGqaooMMQkNmM8fNpaZOIEHSJtBTM3g.ER9wSmNT04llNLPA.p6', NULL, 2, 'user', '1', '2023-12-18 12:34:35', '2023-12-18 12:34:35'),
(00000000000000003774, 15, 'Ashek Ali', NULL, NULL, 'DHAKA', '01711317409', NULL, NULL, '$2y$10$vRJYUB4SteobSmHJT192v.zTY8l9X2tBxJoFfmaj13FG5AO2W4hnK', NULL, 2, 'user', '1', '2023-12-18 12:36:26', '2023-12-18 12:36:26'),
(00000000000000003775, 15, 'Md Akhterujjaman', NULL, NULL, 'Dhaka', '01971761697', NULL, NULL, '$2y$10$M3kH7pIHQzdlQtheSYJZeu6ca4r/gt6q4dvcV4lFEybOtKIitXPfm', NULL, 2, 'user', '1', '2023-12-18 12:37:29', '2023-12-18 12:37:29'),
(00000000000000003776, 15, 'MD Mojammel Hoque	1614837373', NULL, NULL, 'DHAKA', '01614837373', NULL, NULL, '$2y$10$xaOAucHFlfbeGfjYpXWCRuvHEHoUaxTzjVwloRVplh6AWzUwTprkq', NULL, 2, 'user', '1', '2023-12-18 12:42:41', '2023-12-18 12:42:41'),
(00000000000000003777, 15, 'Pappu Mia', NULL, NULL, 'DHAKA', '01997933625', NULL, NULL, '$2y$10$rKdh2muzgZ5lb/JkMlZ1Kuw/fKAYHti2pSMg/OiJrQKxLF0h2nnk.', NULL, 2, 'user', '1', '2023-12-18 12:43:54', '2023-12-18 12:43:54'),
(00000000000000003778, 15, 'Feroz Ahmed', NULL, NULL, 'DHAKA', '01762735375', NULL, NULL, '$2y$10$Uk3owhTbFqC7f1g9r2/SB.ynifryIhei8mqEmLQUFaCwAI8jETEgC', NULL, 2, 'user', '1', '2023-12-18 12:44:46', '2023-12-18 12:44:46'),
(00000000000000003779, 15, 'Mazharul Islam Sabuz', NULL, NULL, 'DHAKA', '01777027070', NULL, NULL, '$2y$10$l84XxVWRtevyHqXKzWn2xOW6oAIpI5/QYmyaN9mU5qu6l.vCdkiM.', NULL, 2, 'user', '1', '2023-12-18 12:46:14', '2023-12-18 12:46:14'),
(00000000000000003780, 15, 'Engr Md Emdad Hossan', NULL, NULL, 'DHAKA', '01711105775', NULL, NULL, '$2y$10$oOHrppymXq6x.yqudR21lONFcrFeBy/Nb.E.4gGrd15nrbpYGLpjK', NULL, 2, 'user', '1', '2023-12-18 12:46:48', '2023-12-18 12:47:04'),
(00000000000000003781, 15, 'MdLiton MdLiton', NULL, NULL, 'DHAKA', '01720277449', NULL, NULL, '$2y$10$nzHuyktp8B.FFpkvufA2M.HM.1f5qb6SBfMZLWjoNEwPk1sHfJICu', NULL, 2, 'user', '1', '2023-12-18 12:47:51', '2023-12-18 12:47:51'),
(00000000000000003782, 15, 'Md.Mehedi Hasan', NULL, NULL, 'DHAKA', '01715636615', NULL, NULL, '$2y$10$OyRmUebWvhIYChnTVZKCJOSZ7rF2QRXnKH8e1wOLn4gM7u4ZQkRUa', NULL, 2, 'user', '1', '2023-12-18 15:35:46', '2023-12-18 15:35:46'),
(00000000000000003783, NULL, 'Russell', NULL, NULL, 'dhaka', '01642250195', NULL, NULL, '$2y$10$rUyC5Aw78u8H2RX5Gpt58OpUIetIHiGcWuwmx0Cpp4NFkKOIGsVlO', NULL, 2, 'user', '1', '2023-12-18 15:41:19', '2023-12-18 15:41:19'),
(00000000000000003784, 15, 'Md Noor Hossain', NULL, NULL, 'DHAKA', '01866666150', NULL, NULL, '$2y$10$gbW2IUSLDnQ3Ueou317Q8eGg7B8/y0O99gx7mKB5dj4mopkrdTjI.', NULL, 2, 'user', '1', '2023-12-19 10:55:48', '2023-12-19 10:55:48'),
(00000000000000003785, 15, 'NJ Jobayed Hasan', NULL, NULL, 'DHAKA', '01979616587', NULL, NULL, '$2y$10$CUsd7kV.i.81uDQcAyJmWeW11ZO.yoM./UhY5iauvHSFStwj0KvM6', NULL, 2, 'user', '1', '2023-12-19 10:59:42', '2023-12-19 10:59:42'),
(00000000000000003786, 15, 'Nurul Islam', NULL, NULL, 'DHAKA', '01752065601', NULL, NULL, '$2y$10$93faaKUCmLnUD9nNNGL5neAGvVpvbEdqOSt/YKY5AmqcjtxcU7qlS', NULL, 2, 'user', '1', '2023-12-19 11:02:56', '2023-12-19 11:02:56'),
(00000000000000003787, 15, 'Md Arif Hossain', NULL, NULL, 'DHAKA', '01717639722', NULL, NULL, '$2y$10$y2qk3w5VOPWrXWR95HGZeu2Pb1tPX1/aSKGNRN8m6R1NMoJi0VP4S', NULL, 2, 'user', '1', '2023-12-19 11:16:45', '2023-12-19 11:16:45'),
(00000000000000003788, 15, 'Tasin Rahman', NULL, NULL, 'DHAKA', '01729820455', NULL, NULL, '$2y$10$2WuYYBoCMND1cK6KEW7Y3epJDF8K7V4fn4Iw15sWCBXx1j2sw.HF.', NULL, 2, 'user', '1', '2023-12-19 12:57:58', '2023-12-19 12:57:58'),
(00000000000000003789, 15, 'মোঃ মোবারক আলী', NULL, NULL, 'DHAKA', '01722497732', NULL, NULL, '$2y$10$At6ov6goqgkfH5HPpy64k.r4.MAY2e.yhHk8cVbSS2RY.3yDBoy3i', NULL, 2, 'user', '1', '2023-12-19 12:58:36', '2023-12-19 12:58:36'),
(00000000000000003790, 15, 'المهندس أنفال غالب', NULL, NULL, 'DHAKA', '01683465411', NULL, NULL, '$2y$10$7i8N2GkiLoM0Yka4Uf2Zbeo5ou7Fxgo6PR0eD.D1pqLgFmL3iSufK', NULL, 2, 'user', '1', '2023-12-19 12:59:14', '2023-12-19 12:59:14'),
(00000000000000003791, 15, 'Jubaer Mollah', NULL, NULL, 'DHAKA', '01301954081', NULL, NULL, '$2y$10$r1qfgSDCj1l7Mrs5yQaW8eKjIlBEgiZBa3OjHLJ4qU02y.zbFmnWS', NULL, 2, 'user', '1', '2023-12-19 13:00:36', '2023-12-19 13:00:36'),
(00000000000000003792, 15, 'MD Rashel', NULL, NULL, 'DHAKA', '01911341393', NULL, NULL, '$2y$10$y7NfipJM1ELjxY2qRCNCYOCcrdgyDMISgGYS3mI/MC6gz6JITAPLK', NULL, 2, 'user', '1', '2023-12-19 13:02:48', '2023-12-19 13:02:48'),
(00000000000000003793, 15, 'মুছা মুছা', NULL, NULL, 'DHAKA', '01406771431', NULL, NULL, '$2y$10$lsD5PwMnBoVhuq1wfCKQEuuv/3Yh3BH./pdxNhNoUz2oTs1rfmzaq', NULL, 2, 'user', '1', '2023-12-19 13:03:22', '2023-12-19 13:03:22'),
(00000000000000003794, 14, 'Shamim Osman Goni', NULL, NULL, 'Dhaka E-kuria, Mawha higch ar pase', '01921131916', NULL, NULL, '$2y$10$SotHHGcF2WtXwDtOTQj87OUl5U5ObrkP30KxO44SHGJBw7MzzMTby', NULL, 2, 'user', '1', '2023-12-19 14:34:51', '2023-12-19 14:34:51'),
(00000000000000003795, 14, 'Julfikar Nayon', NULL, NULL, 'keranigonj', '01755961415', NULL, NULL, '$2y$10$krJGS7NMWlmuCFv4torym.zbUqpOMI6ySjrWvDAyQ1aQj8AICKNvi', NULL, 2, 'user', '1', '2023-12-19 14:35:56', '2023-12-19 14:35:56'),
(00000000000000003796, 14, 'Amir Hossain', NULL, NULL, 'Dhaka', '০১৯১৭৫৯৩৮৩৬', NULL, NULL, '$2y$10$3lUfxO5n8j0fxjuIVLgM4uBpJrj/Walz9Yke0lfHKD1naqw9YL4Li', NULL, 2, 'user', '1', '2023-12-19 14:36:32', '2023-12-19 14:36:32'),
(00000000000000003797, 14, 'Yeasin Arafat Sumon', NULL, NULL, 'Dhaka', '01737149932', NULL, NULL, '$2y$10$aDG3xQVQbqzgyZYMEeRIBu/Ip5zmbftKJmPlpnzqIMqAIm5NwQamW', NULL, 2, 'user', '1', '2023-12-19 14:38:10', '2023-12-19 14:38:10'),
(00000000000000003798, 14, 'Salim Uddin', NULL, NULL, 'Dhaka', '01867995741', NULL, NULL, '$2y$10$VExGgPT/3QS.euFThWOEw.8hYQlJNJIZcMRZje3Q9o7K5R3GC/D8.', NULL, 2, 'user', '1', '2023-12-19 14:39:26', '2023-12-19 14:39:26'),
(00000000000000003799, 14, 'Md Hanif Zamadder', NULL, NULL, 'Rampura', '01710194094', NULL, NULL, '$2y$10$/YxvgTgSJ7AOn4q1CFYymuZS/usL5NMYd4Yl2wzmF5Tub9ORJbClK', NULL, 2, 'user', '1', '2023-12-19 14:40:09', '2023-12-19 14:40:09'),
(00000000000000003800, 14, 'A.k. Azad', NULL, NULL, 'Dhaka', '01730727277', NULL, NULL, '$2y$10$4CUWI3iRmPcFwsLjPMJaMOtvEkItvMpCHDa55fp3z5nGW2biATqvy', NULL, 2, 'user', '1', '2023-12-19 14:40:52', '2023-12-19 14:40:52'),
(00000000000000003801, 14, 'MD Mithu Mithu', NULL, NULL, 'Dhaka', '01713501547', NULL, NULL, '$2y$10$q44jL8XKSWNYf0V1k1mO1.COGTMcqa1WcH59n8kygrGCci8gaNEoe', NULL, 2, 'user', '1', '2023-12-19 14:41:12', '2023-12-19 14:41:12'),
(00000000000000003802, 14, 'Md Alamin Hosain', NULL, NULL, 'Dhaka', '01926515265', NULL, NULL, '$2y$10$zLvwoqOHcYKSE4ZJuommVeg50G0etadIfz8w98.vxzZad2zLtCP.S', NULL, 2, 'user', '1', '2023-12-19 14:41:32', '2023-12-19 14:41:32'),
(00000000000000003803, 14, 'Juber Ahmed', NULL, NULL, 'Dhaka', '01701921586', NULL, NULL, '$2y$10$jZq1UQDYGRop7xW1wPs64eZjCAzmKpDQsuf3PSRY7AgvrOTY4W0VS', NULL, 2, 'user', '1', '2023-12-19 14:41:52', '2023-12-19 14:41:52'),
(00000000000000003804, 14, 'RaZu SyEd', NULL, NULL, 'Dhaka', '01731387838', NULL, NULL, '$2y$10$zkQ0hYhkpTk/sUwkViNoBuFMBKt5u9QZdqlh3AaTc/bXipVt.gqJu', NULL, 2, 'user', '1', '2023-12-19 14:42:12', '2023-12-19 14:42:12'),
(00000000000000003805, 14, 'Bani Amin Tuhin', NULL, NULL, 'borguna', '01724766780', NULL, NULL, '$2y$10$5TAgbOtcu7brv.uIOQQhHerWIVauaFYCUaoN4Cl3oZTe59kz7AP1q', NULL, 2, 'user', '1', '2023-12-19 14:42:34', '2023-12-19 14:42:34'),
(00000000000000003806, 14, 'Joyonto Roy', NULL, NULL, 'Rongpur', '01776289977', NULL, NULL, '$2y$10$ERRRGrjuI3nQkp.dpkSErOJ9DVq7Sxb6/1okrknrog4AW8NmJFxVm', NULL, 2, 'user', '1', '2023-12-19 14:42:58', '2023-12-19 14:42:58'),
(00000000000000003807, 14, 'Md Amir Hossain', NULL, NULL, 'Dhaka', '01719979997', NULL, NULL, '$2y$10$ZMWrhkiGwZkMtpjRceAA4.u.kNcAnJkrn6x53MI/ad4.QFx4fUUg.', NULL, 2, 'user', '1', '2023-12-19 14:43:23', '2023-12-19 14:43:23'),
(00000000000000003808, 14, 'Mehraz Bin Rahim', NULL, NULL, 'Dhaka', '01746272140', NULL, NULL, '$2y$10$mT6ciiUjrkBGvPUxXGdZW.5YA9gf.LjvUPkCfuctmOYqhF3aj7.8O', NULL, 2, 'user', '1', '2023-12-19 14:46:07', '2023-12-19 14:46:07'),
(00000000000000003809, 14, 'Tafimul Islam', NULL, NULL, 'Dhaka', '01771613202', NULL, NULL, '$2y$10$0OcXN/Lvv9evfz/Kjp22BOLG1tu/Ey4Nfy5sYBYiy.7gTuR2nTAC6', NULL, 2, 'user', '1', '2023-12-19 14:46:32', '2023-12-19 14:46:32'),
(00000000000000003810, 14, 'Md Amanul Islam', NULL, NULL, 'Dhaka', '01817588968', NULL, NULL, '$2y$10$v3zHKypJZmtHajRyvSNkKukOhvuwsj9TJJVVblE9wW7aDlinfAYlC', NULL, 2, 'user', '1', '2023-12-19 14:46:54', '2023-12-19 14:46:54'),
(00000000000000003811, 14, 'Nazmul Huda', NULL, NULL, 'Rongpur', '01683098410', NULL, NULL, '$2y$10$vksg2v3Ogn1SzvoegTfKxOCxq33W1hIZIpPZljBw3mdfGeKrTUbGO', NULL, 2, 'user', '1', '2023-12-19 14:47:18', '2023-12-19 14:47:18'),
(00000000000000003812, 14, 'Khan Monir', NULL, NULL, 'Dhaka', '01729118701', NULL, NULL, '$2y$10$b/tTMkyshg1mrSy1bzU9qO82IGsDGTYJuR/XRKkVSaC/IyjIos17W', NULL, 2, 'user', '1', '2023-12-19 14:47:38', '2023-12-19 14:47:38'),
(00000000000000003813, 14, 'Riad Riad', NULL, NULL, 'Dhaka', '01992717980', NULL, NULL, '$2y$10$X5z7BtDwp2.IlNMOLJ/oOeEIhycBnnw3Q626ILNs0GwSgfuVoQede', NULL, 2, 'user', '1', '2023-12-19 14:48:00', '2023-12-19 14:48:00'),
(00000000000000003814, 14, 'Mokammel Hossain', NULL, NULL, 'Dhaka', '01817757585', NULL, NULL, '$2y$10$ROesTbiOFxmKT2XKQscJ4u7kzh01v5GE3POWULQ4fzawkvG1/saTG', NULL, 2, 'user', '1', '2023-12-19 14:48:25', '2023-12-19 14:48:25'),
(00000000000000003815, 14, 'Omar Faruk', NULL, NULL, 'Uttora', '01711715745', NULL, NULL, '$2y$10$8UP0IWo/l5Ru6L3MWsKPZuZrLn3ntMTIAc84GanFquGJkT1HVXBhK', NULL, 2, 'user', '1', '2023-12-19 14:48:53', '2023-12-19 14:48:53'),
(00000000000000003816, 14, 'Fharukul Islam', NULL, NULL, 'Chottogram', '01818182748', NULL, NULL, '$2y$10$AzWj8Hbi8hWxyD8fhwplsuhP7GG5JlTRQymQoNhf0b0ncgqbu597O', NULL, 2, 'user', '1', '2023-12-19 14:50:03', '2023-12-19 14:50:03'),
(00000000000000003817, 14, 'Md. Shahin Alam', NULL, NULL, 'Uttora', '01831461193', NULL, NULL, '$2y$10$ga0oLwQOq5MBnwgeYUCfIuJ4ZAk/XfVR3TM2O/Sd8uQCiJzTxfa/a', NULL, 2, 'user', '1', '2023-12-19 14:50:28', '2023-12-19 14:50:28'),
(00000000000000003818, 14, 'Anowar Hossain', NULL, NULL, 'Feni', '01622955178', NULL, NULL, '$2y$10$bsBRrLFHiB85dzfZPSnjs.XKw9Ti5JafYYf3UPdZJuveunZu23aDe', NULL, 2, 'user', '1', '2023-12-19 14:50:53', '2023-12-19 14:50:53'),
(00000000000000003819, 14, 'Shaikh Mahmud Hasan Tuhin', NULL, NULL, 'khulna', '01911777141', NULL, NULL, '$2y$10$lp8kLHJGbMjPqo5rkKWkR.N2hR7Gp2mbd8sIbP41dMz2X5N8ei3aO', NULL, 2, 'user', '1', '2023-12-19 14:51:15', '2023-12-19 14:51:15'),
(00000000000000003820, 14, 'Md Mostafizur Talukdar', NULL, NULL, 'khulna', '01710026743', NULL, NULL, '$2y$10$RrMLacC4ztiItDwYcT9V0uW6q8GtSLa5k1q3IH2dIHb5IvNi8ws.S', NULL, 2, 'user', '1', '2023-12-19 14:52:05', '2023-12-19 14:52:05'),
(00000000000000003821, 14, 'Surju Miah Khan', NULL, NULL, 'shipcor, madaripur', '01789488100', NULL, NULL, '$2y$10$AbY5MCLB8u.BB95LgbbxbumtQE53GYSd4kDihR0HSsCv4fu50CNwm', NULL, 2, 'user', '1', '2023-12-19 14:52:29', '2023-12-19 14:52:29'),
(00000000000000003822, 14, 'Tufayel Ahmed', NULL, NULL, 'Dhaka', '01315261547', NULL, NULL, '$2y$10$TTShmx1CAoXHnPnIBl.F7u3u4aCnJ9Ji205r3REv9J8C49dVLSr4i', NULL, 2, 'user', '1', '2023-12-19 14:52:54', '2023-12-19 14:52:54'),
(00000000000000003823, 14, 'MD Faruk Faruk', NULL, NULL, 'Feni', '01782344509', NULL, NULL, '$2y$10$dylWdkrQpwr8UszSheulF.Wxo/BTtI2Rg8CLuqPJHeBkipCVnwvqe', NULL, 2, 'user', '1', '2023-12-19 14:53:20', '2023-12-19 14:53:20'),
(00000000000000003824, 14, 'Sanjit Rebaru', NULL, NULL, 'Dhaka', '01689960310', NULL, NULL, '$2y$10$AKEaCiAdeT.3THOUcT1LUufui1Fcq2OaP4xwz.7Cu/NX0GcG/W4ku', NULL, 2, 'user', '1', '2023-12-19 14:53:48', '2023-12-19 14:53:48'),
(00000000000000003825, 14, 'Md Sajon', NULL, NULL, 'Dhaka', '01781743178', NULL, NULL, '$2y$10$TpvDzlps9PVPzc9C1gAvIOGLC36NU.vEAo3DAYIBWqDcU9Voch1zW', NULL, 2, 'user', '1', '2023-12-19 14:54:46', '2023-12-19 14:54:46'),
(00000000000000003826, 14, 'Mainul', NULL, NULL, 'Mirpur-1,Dhaka', '01686538764', NULL, NULL, '$2y$10$.SxuoN/NVn5y8kbaFLzbnOYlNu0Qv6rrGocbKuYnlo.0cQwTvVjqe', NULL, 2, 'user', '1', '2023-12-19 14:56:10', '2023-12-19 14:56:10'),
(00000000000000003827, 14, 'Md Masum Billah Noyon', NULL, NULL, 'Dhaka', '01638881522', NULL, NULL, '$2y$10$PJYKLFzaAzwq6Oy4E4HZ9eEAsEt1fbzNCneRWo6XEoS0ngrsjj2hC', NULL, 2, 'user', '1', '2023-12-19 14:57:18', '2023-12-19 14:57:18'),
(00000000000000003828, 14, 'Shahrial Emtiaj Akash', NULL, NULL, 'Dhaka', '01715726000', NULL, NULL, '$2y$10$x/6MbjH8aSEODSiMqgP8a.41mfE.XycTyx9KLGI.sFg12.SioMBn2', NULL, 2, 'user', '1', '2023-12-19 14:57:39', '2023-12-19 14:57:39'),
(00000000000000003829, 14, 'Abdullah Al Mamun', NULL, NULL, 'Dhaka', '01711901017', NULL, NULL, '$2y$10$7SdhjOFE30wLnDSP4I0wGu27zdqFb35JOystkoVeBvj/qnvM5NdNO', NULL, 2, 'user', '1', '2023-12-19 14:57:59', '2023-12-19 14:57:59'),
(00000000000000003830, 14, 'Mithu Biswas', NULL, NULL, 'Dhaka', '01318039810', NULL, NULL, '$2y$10$1/mx0T67kt6cqmkXE8FXmOAesUreaZzQEILcggEsc21VrE3q0ykMG', NULL, 2, 'user', '1', '2023-12-19 14:58:19', '2023-12-19 14:58:19'),
(00000000000000003831, 14, 'M A Shahin', NULL, NULL, 'Dhaka', '০১৬৭০২১৬৩৮৫', NULL, NULL, '$2y$10$Tnzk/LT3YJGazt1BcapjMuAksOMrFivMlIgvD3.pw2xsOKQ7QTSji', NULL, 2, 'user', '1', '2023-12-19 14:58:40', '2023-12-19 14:58:40'),
(00000000000000003832, 14, 'Md. Akramul Haque Shohag', NULL, NULL, 'Jinaidoh', '01711210959', NULL, NULL, '$2y$10$adhTrtPjlQKelDGu21EN6uObT5AuSHSxfjEpRcGaQQqnnCaQZ1bkW', NULL, 2, 'user', '1', '2023-12-19 14:59:15', '2023-12-19 14:59:15'),
(00000000000000003833, 14, 'MD Nadim Haider', NULL, NULL, 'Dhaka', '01771009697', NULL, NULL, '$2y$10$0Afsyq8k1Vq5y298j757g.CTQ1NKI/kFaAS1Nij90fzg7yTF7FM1S', NULL, 2, 'user', '1', '2023-12-19 16:23:37', '2023-12-19 16:23:37'),
(00000000000000003834, 14, 'Musfik Ahamed Talha', NULL, NULL, 'Dhaka', '01776911077', NULL, NULL, '$2y$10$g8bhoIR2P3Ml0VxDnxrmTeUtpoZtKYrX1MnddMlXuq4kGLaQ8/Mie', NULL, 2, 'user', '1', '2023-12-19 16:24:27', '2023-12-19 16:24:27'),
(00000000000000003835, NULL, 'Shopon', NULL, NULL, 'dhaka', '01684032834', NULL, NULL, '$2y$10$OFR/hkckxF3L/BHUALXFOuLGQVndSUKRJw2eZjbf8i6Mh2FqzvS7O', NULL, 2, 'user', '1', '2023-12-19 17:16:17', '2023-12-26 12:19:53'),
(00000000000000003836, 14, 'Sajid Hasan Sojib', NULL, NULL, 'Dhaka', '01789554915', NULL, NULL, '$2y$10$dClk7lwNsKmb5wMFRBf5T.FbUJSgxm.Zvy/EBb2fsT5PBEfYz0wNW', NULL, 2, 'user', '1', '2023-12-20 17:08:24', '2023-12-20 17:08:24'),
(00000000000000003837, 14, 'Md. Nure Alom', NULL, NULL, 'Dhaka', '01862181710', NULL, NULL, '$2y$10$.ec/w1L2Nxxc0tUZowG5VuskeKQ72kupeg9Kx.aP6HX5kXhSIGuPa', NULL, 2, 'user', '1', '2023-12-20 17:08:56', '2023-12-20 17:08:56'),
(00000000000000003838, 14, 'Mdabdulla Abdulla', NULL, NULL, 'Dhaka', '01613788042', NULL, NULL, '$2y$10$I5LHUcZGwx54daE3izKxOeM1eFRunSxuYp/0o2blhHz/n1XpULrD2', NULL, 2, 'user', '1', '2023-12-20 17:09:57', '2023-12-20 17:09:57'),
(00000000000000003839, 14, 'Sahin Khan', NULL, NULL, 'Dhaka', '01794856957', NULL, NULL, '$2y$10$p48dOB1dFCiNIcWQDiqiqO2XsG70w.TLR48gQ0cs0/x0csuuy.LMq', NULL, 2, 'user', '1', '2023-12-20 17:10:18', '2023-12-20 17:10:18'),
(00000000000000003840, 14, 'Abdur Rajjak', NULL, NULL, 'Rajbari', '01714020596', NULL, NULL, '$2y$10$jlDCdl3oJySm7FhH1b22i.LBoiNJcyw21XaOrUEi4jcsSwUFUC1sa', NULL, 2, 'user', '1', '2023-12-20 17:10:42', '2023-12-20 17:10:42'),
(00000000000000003841, 14, 'Shanjid Siam', NULL, NULL, 'Rongpur', '01745898197', NULL, NULL, '$2y$10$9fULOl0dCMAYBXDGk/FT2uAgblMydthGmnOTCtzCli9qSy.RMJk0O', NULL, 2, 'user', '1', '2023-12-20 17:11:06', '2023-12-20 17:11:06'),
(00000000000000003842, 14, 'Yasin Molla', NULL, NULL, 'Dhaka', '01748747496', NULL, NULL, '$2y$10$KVye3Q/9xkhAvAw.MjPwpeV4L3fN8VoyNz.x1sC0qxI549lhD5lFa', NULL, 2, 'user', '1', '2023-12-20 17:11:38', '2023-12-20 17:11:38'),
(00000000000000003843, 14, 'H. Khaled Mahmud', NULL, NULL, 'Mirpur-10', '01735723346', '01889637636', NULL, '$2y$10$izXTEWGCYk/ylrIigapRIOMwP5FUBR04bZ6I68V70zYCqBIQWgEu2', NULL, 2, 'user', '1', '2023-12-20 17:13:23', '2023-12-20 17:13:23'),
(00000000000000003844, 14, 'Tasnim Afridi Rifat', NULL, NULL, 'Dhaka', '01736871560', NULL, NULL, '$2y$10$lVa/JJhpLrP9En3QSJail.mIK/JMg8ppNDubo.wbAkp6nKG4sL48i', NULL, 2, 'user', '1', '2023-12-20 17:13:53', '2023-12-20 17:13:53'),
(00000000000000003845, 14, 'MD Arif Hossain', NULL, NULL, 'Dhaka', '01880458391', NULL, NULL, '$2y$10$TMKU9Gxuu8ey6/Fscl.1/uXqgxQre5OLZhHBWuvtw7njXWfuVoe52', NULL, 2, 'user', '1', '2023-12-20 17:14:22', '2023-12-20 17:14:22'),
(00000000000000003846, 14, 'Kishur Shil Turjo', NULL, NULL, 'Dhaka', '01647584417', NULL, NULL, '$2y$10$aT7y.rDZjKUNbTapfos0huCALACpnrju4SuSre0cQwaAKuUCKyB1W', NULL, 2, 'user', '1', '2023-12-20 17:26:54', '2023-12-20 17:26:54'),
(00000000000000003847, 14, 'Joynal Abedin', NULL, NULL, 'Mirpur-12', '01715798482', NULL, NULL, '$2y$10$l4Ea7Wi9cVTWkdcEEtnaiegWHV6/v/VV3nXAvfONxoM2BpiGFnXq2', NULL, 2, 'user', '1', '2023-12-20 17:27:25', '2023-12-20 17:27:25'),
(00000000000000003848, 14, 'Ehsan Sakil', NULL, NULL, 'Dhaka', '০১৭৫৯৬০৭২৫৮', NULL, NULL, '$2y$10$BdgEGp25InV9Xo8AqqVybeFhDY3cLczyV/sjNvH7z3rVb3Tj4t53a', NULL, 2, 'user', '1', '2023-12-20 17:27:49', '2023-12-20 17:27:49'),
(00000000000000003849, 14, 'MD RH Rafe', NULL, NULL, 'Dhaka', '01644710092', NULL, NULL, '$2y$10$amdPmq/SLmjLyNC6UvHQ.OcTQcul0oMhKch/XdKoOweb8Hn0WNuHO', NULL, 2, 'user', '1', '2023-12-20 17:28:29', '2023-12-20 17:28:29'),
(00000000000000003850, 14, 'MD Shahin Maisara', NULL, NULL, 'Uttara', '01718302307', NULL, NULL, '$2y$10$jZn44vHYkdk.BrhEMzzhAOqAlJ2/baHlUQD6uGG.Nmn35sUGRtfyq', NULL, 2, 'user', '1', '2023-12-20 17:28:59', '2023-12-20 17:28:59'),
(00000000000000003851, 14, 'MH Shobuj', NULL, NULL, 'Tangail', '01628141087', NULL, NULL, '$2y$10$3jqW/dcLrQj14w3RY/zTAOfezp.k96hZb9F4eNuIcaUPw/IRubZWi', NULL, 2, 'user', '1', '2023-12-20 17:29:47', '2023-12-20 17:29:47'),
(00000000000000003852, 14, 'Md Mazidul Islam', NULL, NULL, 'khilgaon', '01839478639', NULL, NULL, '$2y$10$iT/eLMNzrPcJY1K1cjxo6.tynadwA4yOAVVt0bZnpW/a6j1WKFTGm', NULL, 2, 'user', '1', '2023-12-20 17:30:32', '2023-12-20 17:30:32'),
(00000000000000003853, 14, 'ইমরান আকবর তপু', NULL, NULL, 'Dhaka', '01715005135', NULL, NULL, '$2y$10$gY64oYNCp4UKeZU9EZuTy.liIc0gpPVXXKqPu.AYaX6h56Coy14wa', NULL, 2, 'user', '1', '2023-12-20 17:31:00', '2023-12-20 17:31:00'),
(00000000000000003854, 14, 'Riaz Hasan', NULL, NULL, 'Dhaka', '01614644644', NULL, NULL, '$2y$10$suSqeMRHGp/xpYFyrQCXBediZnUJjGIcbC1Tj0Aq6.Gqv376KIeaC', NULL, 2, 'user', '1', '2023-12-20 17:31:33', '2023-12-20 17:31:33'),
(00000000000000003855, 14, 'Md Faujul Kabir Rubel', NULL, NULL, 'Mirpur DOHS', '01316113043', NULL, NULL, '$2y$10$H8qcP75SXsOfipc8PHW0vu5Pqr23nZRiCkVUFYhxKSBRrOxm/5EFO', NULL, 2, 'user', '1', '2023-12-20 17:32:04', '2023-12-20 17:32:04'),
(00000000000000003856, 14, 'Shohanur Rahman Shahin', NULL, NULL, 'Dhaka', '01612230989', NULL, NULL, '$2y$10$qarPI1H3kxswhj9TrJiCRObJxR1AavY7kbfRpzVo7B/Vj0GUx1vfq', NULL, 2, 'user', '1', '2023-12-20 17:32:30', '2023-12-20 17:32:30'),
(00000000000000003857, 14, 'M S MD Belal', NULL, NULL, 'Dhaka', '01725122927', NULL, NULL, '$2y$10$abzCvbEMrQGIka.9xCCGa.INRyWpOsMvTBfDSuG7pnPeJ5rVD.bnm', NULL, 2, 'user', '1', '2023-12-20 17:32:56', '2023-12-20 17:32:56'),
(00000000000000003858, 14, 'Md Nutul Absar Rimon', NULL, NULL, 'Dhaka', '01834434230', NULL, NULL, '$2y$10$XiEKz/CV2V09vPYEdVqDUeqoLsVSVaPA0Gxkys9rUejmUzt8LxEmC', NULL, 2, 'user', '1', '2023-12-20 17:33:22', '2023-12-20 17:33:22'),
(00000000000000003859, 14, 'Md Nazim Uddin', NULL, NULL, 'Asulia', '01918761782', NULL, NULL, '$2y$10$xj.yjWS5gCaPm1OsRiugIOXVsCcO1MyzlrDP6Znt385Waf0IIs2U6', NULL, 2, 'user', '1', '2023-12-20 17:33:47', '2023-12-20 17:33:47'),
(00000000000000003860, 14, 'Anwar Hossan', NULL, NULL, 'Dhaka', '01866566814', NULL, NULL, '$2y$10$gHHLDxHGHmsif6XInTBvnuY73d6nQuMCjzDMHpSparvybXDKuvIeG', NULL, 2, 'user', '1', '2023-12-20 17:34:30', '2023-12-20 17:34:30'),
(00000000000000003861, 14, 'Rj Nihad', NULL, NULL, 'Dhaka', '01610213842', NULL, NULL, '$2y$10$pmohYUu1ZFLHRQJP8JU1heNRN4T4dAlDg9ladofQgRtCGDt4vAI5m', NULL, 2, 'user', '1', '2023-12-20 17:34:56', '2023-12-20 17:34:56'),
(00000000000000003862, 14, 'Osman Tareq', NULL, NULL, 'Uttara', '01671071108', NULL, NULL, '$2y$10$BVJo74e42TrisaaG..xSRugL67o7gvZIe6KpigSVSrRxoKZmtQ.3a', NULL, 2, 'user', '1', '2023-12-20 17:48:09', '2023-12-20 17:48:09'),
(00000000000000003863, 14, 'MD Noor Alam', NULL, NULL, 'Dhaka', '01750434187', NULL, NULL, '$2y$10$3Dq2i5ITTAn6hjEmwFNjHOBiV5iNKdA/Z3F8fla6NBq4A41d5brne', NULL, 2, 'user', '1', '2023-12-20 17:48:32', '2023-12-20 17:48:32'),
(00000000000000003864, 14, 'Asif Ahmed Ridoy', NULL, NULL, 'Narayangonj', '01715669247', NULL, NULL, '$2y$10$Gws46qrynQAyHUqU9c3PVevFarN6QQesJp3MG1o.drDHv8PvM2lxi', NULL, 2, 'user', '1', '2023-12-21 17:16:30', '2023-12-21 17:16:30'),
(00000000000000003865, 14, 'MD Rakibul Islam Freelancer', NULL, NULL, 'Narayangonj', '01637819654', NULL, NULL, '$2y$10$4t8VSojPuVJMVVCCUm5Z6usMTKFUdsFlU7eUpfFZJpVYPfG1Ed3he', NULL, 2, 'user', '1', '2023-12-21 17:17:48', '2023-12-21 17:17:48'),
(00000000000000003866, 14, 'Md Munna Kan', NULL, NULL, 'Dhaka', '01788402371', NULL, NULL, '$2y$10$96LaZflnJPUDB1P8VFot6erqd1Vi1IWA/Y34Tlti7GH6XLJi5u12m', NULL, 2, 'user', '1', '2023-12-21 17:18:17', '2023-12-21 17:18:17'),
(00000000000000003867, 14, 'Md Minhajul Abedin Tamim', NULL, NULL, 'Dhaka', '01969814643', NULL, NULL, '$2y$10$vDFDUAVNscoxWQZH9Sln4uRJnUHufv1LNRz4xr2Cu2wIXven5Tqc2', NULL, 2, 'user', '1', '2023-12-21 17:18:35', '2023-12-21 17:18:35'),
(00000000000000003868, 14, 'Firoz Ahmed', NULL, NULL, 'keranigonj', '01763016160', NULL, NULL, '$2y$10$Wgh1EfRs9fhSjZuBs6NRwesCvczGzKpOC93DaI8e6QWs/ov55OGry', NULL, 2, 'user', '1', '2023-12-21 17:19:33', '2023-12-21 17:19:33'),
(00000000000000003869, 14, 'Shykhul Islam', NULL, NULL, 'Rajshahi', '01795338555', NULL, NULL, '$2y$10$5ib98EQtxkh2NzQTAmz1iuG6ZbBejZBX05mQTZ/xd1k0BsBaYtzvG', NULL, 2, 'user', '1', '2023-12-21 17:19:58', '2023-12-21 17:19:58'),
(00000000000000003870, 14, 'Ferdous Ul Alam', NULL, NULL, 'Bodda', '01613064961', NULL, NULL, '$2y$10$EUvITgRnySYqB0j78QuXxexCLsHtxEam7wB/CVuPvFTPax2HY5W96', NULL, 2, 'user', '1', '2023-12-21 17:20:29', '2023-12-21 17:20:29'),
(00000000000000003871, 14, 'Md Murad Pramanik', NULL, NULL, 'RONGPUR', '01784927172', NULL, NULL, '$2y$10$s83miQDPAF2upaDz/MU30./JsP8QaDrlTsOWqrol5vBntnb3CyfKy', NULL, 2, 'user', '1', '2023-12-21 17:20:59', '2023-12-21 17:20:59'),
(00000000000000003872, 14, 'Razuahmed Jamalpur', NULL, NULL, 'Dhaka', '01932768488', NULL, NULL, '$2y$10$n2HIsmVShhtdEXSRnXK0rueHDFsz9DltGPhmsOJmYdJ3aBgL1PCf6', NULL, 2, 'user', '1', '2023-12-21 17:21:25', '2023-12-21 17:21:25'),
(00000000000000003873, 14, 'Engr Mosarof Hossain', NULL, NULL, 'Dhaka', '01627489348', NULL, NULL, '$2y$10$DHg8.NlD33lGkwe/.0FO9OQTX/0dqGubXTOsGhq87GuQAe/5G1Y0i', NULL, 2, 'user', '1', '2023-12-21 17:21:48', '2023-12-21 17:21:48'),
(00000000000000003874, 14, 'No Name', NULL, NULL, 'মymensing', '01737468962', NULL, NULL, '$2y$10$W/noTX9zbqHW1nViYKedy.nVRHfVyzKCCo3MaPxh8vBHDP1JQM5bO', NULL, 2, 'user', '1', '2023-12-21 17:22:47', '2023-12-21 17:22:47'),
(00000000000000003875, 14, 'Amanul Islam Biplob', NULL, NULL, 'Muradpur, Chottogram', '01819375372', NULL, NULL, '$2y$10$/oTL16BKeN8W97C8PWa1GOSFz6NfRS78OBcO4HXAe6f4f50XXMXlG', NULL, 2, 'user', '1', '2023-12-21 17:23:50', '2023-12-21 17:23:50'),
(00000000000000003876, 14, 'Miraz Ahmed', NULL, NULL, 'Dhaka', '01791786465', NULL, NULL, '$2y$10$qNrzl./xGWS/3ELFdU.Y1uGqhcuWRELcZstqV6cemwv0KYjUvYtwS', NULL, 2, 'user', '1', '2023-12-21 17:24:24', '2023-12-21 17:24:24'),
(00000000000000003877, 14, 'Ashik Joy', NULL, NULL, 'Dhaka', '01770582336', NULL, NULL, '$2y$10$xnfgXJkfx0YHpvDGH2.wHOmcKO4C4UuoxmORmhTnZi3OCYcjMFcqa', NULL, 2, 'user', '1', '2023-12-21 17:24:52', '2023-12-21 17:24:52'),
(00000000000000003878, 14, 'Kishor Ferdoush', NULL, NULL, 'Dhaka', '01922343040', NULL, NULL, '$2y$10$zS/4ePwVxlmwTcSzKFFm8.o2OkWdwDxLfmdNUdMjuKWYqvNkr.ota', NULL, 2, 'user', '1', '2023-12-21 17:25:43', '2023-12-21 17:25:43'),
(00000000000000003879, 14, 'Selim Uddin', NULL, NULL, 'Dhaka', '01819364424', NULL, NULL, '$2y$10$.19zAWpjWBGhCVDbvQkdk.7CRdn2fv.bHKWDFo9eqbBOt7lc0P5iG', NULL, 2, 'user', '1', '2023-12-21 17:26:10', '2023-12-21 17:26:10'),
(00000000000000003880, 14, 'Md Fardin Khan Sojan', NULL, NULL, 'No', '01713596851', NULL, NULL, '$2y$10$dFxcOQ8IudqMCVwoT9M0eupmTGXU79yAA.EROcRUHySbrV37UdjkS', NULL, 2, 'user', '1', '2023-12-21 17:26:43', '2023-12-21 17:26:43'),
(00000000000000003881, 14, 'Naeem Anan', NULL, NULL, 'Dhaka', '01726261082', NULL, NULL, '$2y$10$JqzVjh3KSLscNuiR2uZP4O/B8FOibS883iEioUusmxyEkRqJVnReS', NULL, 2, 'user', '1', '2023-12-21 17:27:10', '2023-12-21 17:27:10'),
(00000000000000003882, 14, 'অদৃশ্য অনুভূতি', NULL, NULL, 'Gazipur, Sainboard', '০১৬৪৮৮৩০১৮০', NULL, NULL, '$2y$10$oggcZjGZUKgqu4Ij4GV.k.7NZA9.3agIKmY5L8QiHrlRWqwFVZkZq', NULL, 2, 'user', '1', '2023-12-21 17:27:39', '2023-12-21 17:27:39'),
(00000000000000003883, 14, 'LIMON HASSAN', NULL, NULL, 'Saydabad, Dhaka', '01612296463', NULL, NULL, '$2y$10$PHcoLo7In1hLuy4Fy60Tj.qzXzIVsgIVeT2VaCvHZOv7x6UOovPHO', NULL, 2, 'user', '1', '2023-12-21 17:28:08', '2023-12-21 17:28:08'),
(00000000000000003884, 14, 'No Name', NULL, NULL, 'Dhaka', '01715398906', NULL, NULL, '$2y$10$nbIwk.j64cdLpxUtwPumBOGUlOtgTPXbj53Dm9wVzV3vp/dWNMiny', NULL, 2, 'user', '1', '2023-12-21 17:28:26', '2023-12-21 17:28:26'),
(00000000000000003885, 14, 'Md Monir Khan', NULL, NULL, 'Dhaka', '01777044948', NULL, NULL, '$2y$10$26DBLItdlraoYA.vqflhY.pmrfW7g50iJ5KxNqircpmmQ31XH.Oe6', NULL, 2, 'user', '1', '2023-12-21 17:28:52', '2023-12-21 17:28:52'),
(00000000000000003886, 14, 'চ্ঁক্ঁলে্ঁট্ঁ ব্ঁয়্ঁ', NULL, NULL, 'Dhaka', '01870397744', NULL, NULL, '$2y$10$Ezidz1pYzPq9rCRxvuA8Wez4pX3HXyjZ9u/d4a/uyPJ5jwWUeNq4S', NULL, 2, 'user', '1', '2023-12-21 17:29:14', '2023-12-21 17:29:14'),
(00000000000000003887, 14, 'Mehadi Hasan', NULL, NULL, 'Dhaka', '01713083204', NULL, NULL, '$2y$10$EUAH1wEVYiQ5BrvhaKEqC.ZpH4MLEQ2nqW0L5yG8F4KLRZlG4oUsS', NULL, 2, 'user', '1', '2023-12-21 17:29:39', '2023-12-21 17:29:39'),
(00000000000000003888, 14, 'Md. Robiul Hosen', NULL, NULL, 'Dhaka', '01849265009', NULL, NULL, '$2y$10$8kdFhopdbIDYUCo0Y8o2juOO4WLrgt5qKRudQBSWRUVb/uu2NSyQq', NULL, 2, 'user', '1', '2023-12-21 17:30:03', '2023-12-21 17:30:03'),
(00000000000000003889, 14, 'মোঃশহীদুল ইসলাম', NULL, NULL, 'Dhaka', '01843011512', NULL, NULL, '$2y$10$xvusR0CDY/ymex.QXzF1LuEexUallnjjdzYwDBrYnFfr9oG.EeV9O', NULL, 2, 'user', '1', '2023-12-21 17:30:28', '2023-12-21 17:30:28'),
(00000000000000003890, 14, 'Alif Hossain Neel', NULL, NULL, 'khulna', '01309520298', NULL, NULL, '$2y$10$tNGiwrsaV8DD044oDUHVFeyB5BwwYD4qy6wnJLSB2Q2ISq5us2euC', NULL, 2, 'user', '1', '2023-12-21 17:31:37', '2023-12-21 17:31:37'),
(00000000000000003891, 14, 'Akhter Uddin Murad', NULL, NULL, 'Dhaka', '০১৭১১১৭১৪০৫', NULL, NULL, '$2y$10$BGcUAALXOiVX8HCtlAQaJ.6D2GT3Rw5ruSb6QG7IGsBlDnE1v4F9e', NULL, 2, 'user', '1', '2023-12-21 17:32:29', '2023-12-21 17:32:29'),
(00000000000000003892, 14, 'Prøsäñtø Dëbñâth', NULL, NULL, 'Dhaka', '01577072935', NULL, NULL, '$2y$10$Kl2XmOPWQN8a4RL3.BBj1uAw/fJwrSF0UvOZZ4X3kNXkmtLlaNh.m', NULL, 2, 'user', '1', '2023-12-21 17:32:49', '2023-12-21 17:32:49'),
(00000000000000003893, 14, 'হিরন', NULL, NULL, 'Dhaka', '01717969642', NULL, NULL, '$2y$10$cGhoBCseU/pw3otJ3QWPfevg3/w31r2xElZZCqPf9R0JcHGUMxbd2', NULL, 2, 'user', '1', '2023-12-21 17:33:09', '2023-12-21 17:33:09'),
(00000000000000003894, 14, 'Yeamin Hossain', NULL, NULL, 'Dhaka', '01973032940', NULL, NULL, '$2y$10$nNITGUdsGUwdx2P1X.ceFO3wvRugmtDgF2LLm/e2eCTf797vAn31K', NULL, 2, 'user', '1', '2023-12-21 17:33:29', '2023-12-21 17:33:29'),
(00000000000000003895, 19, 'Zahir Car Center', NULL, NULL, 'Kakrail', '01711638301', NULL, NULL, '$2y$10$2g7g6Gf9815v4ig3/1ZRrOba/26d.fWQnhiB8TJmCgz3vzeTgAViW', NULL, 2, 'user', '1', '2023-12-23 17:34:18', '2023-12-23 17:34:18'),
(00000000000000003896, 18, 'MD Ekbal Hasan', NULL, NULL, 'DHAKA', '01865353531', NULL, NULL, '$2y$10$rnZtmp0BOrSHK2qV4WZLrOcB6fhF.KfONO2G4CG/sbPuJiUOv5w5.', NULL, 2, 'user', '1', '2023-12-24 10:25:04', '2023-12-24 10:25:04'),
(00000000000000003897, 18, 'দেবাশীষ হাওলাদার', NULL, NULL, 'DHAKA', '01711993236', NULL, NULL, '$2y$10$v3mkbblGthokjdKTb/iAw.TVcOVOTY3sA.ByXu5XgSyWSeqgWSTwC', NULL, 2, 'user', '1', '2023-12-24 10:25:49', '2023-12-24 10:26:04'),
(00000000000000003898, 18, 'Mokhlesur Rahman Shiblu', NULL, NULL, 'DHAKA', '0১৮১১২৫১১১১', NULL, NULL, '$2y$10$oBeSE37M77tW0CbySIctz.Azxa0hxc6Lm6O1JCM50Hy4n6p5mkOdW', NULL, 2, 'user', '1', '2023-12-24 10:27:38', '2023-12-24 10:27:57'),
(00000000000000003899, NULL, 'Sajeeb Mahmud', 'N/A', NULL, 'DHAKA', '01760661666', NULL, NULL, '$2y$10$663mmjdWlMhl.JImwqS1p.F9.ztvxHF6I6R5OedaQ0baQvSbhJ9NC', NULL, 2, 'user', '1', '2023-12-24 10:28:42', '2024-02-28 11:41:45'),
(00000000000000003900, 18, 'Badrul Alam', NULL, NULL, 'DHAKA', '01712017263', NULL, NULL, '$2y$10$2F7lzMDUsBjkAjgMs1vMs.tnlQjVO5RPUhn4ICKpqs8B4k29pk072', NULL, 2, 'user', '1', '2023-12-24 10:29:24', '2023-12-24 10:29:24'),
(00000000000000003901, 18, 'Sumon Siddique Albani	01711-148136', NULL, NULL, 'DHAKA', '01711148136', NULL, NULL, '$2y$10$ixCzkQ611quMcN98vDvNR.xS.d2Gva9g2qN0ayyOlM9VfK2yKKEHi', NULL, 2, 'user', '1', '2023-12-24 10:30:09', '2023-12-24 10:30:09'),
(00000000000000003902, 18, 'Mamun Mahmud Bepari', NULL, NULL, 'DHAKA', '01309262947', NULL, NULL, '$2y$10$7PlEeTuAknSzBinsYtAeZ.sxlVYbughGlMmuYYbgtQbeOfYQTC6Li', NULL, 2, 'user', '1', '2023-12-24 10:30:43', '2023-12-24 10:30:43'),
(00000000000000003903, 18, 'Gagan Lal', NULL, NULL, 'DHAKA', '0১৭০০৭৮৮৭৪০', NULL, NULL, '$2y$10$KX0tVrc.h4asTdtN0FwdYObqFL9d3dB/YzK7bhq0U29C6.97LpoxK', NULL, 2, 'user', '1', '2023-12-24 10:31:24', '2023-12-24 10:31:24'),
(00000000000000003904, 18, 'Mahmudul Hasan Siyam', NULL, NULL, 'DHAKA', '01799618534', NULL, NULL, '$2y$10$fWuGx/GJNvVA6ov0n0If6eDxIvcSH4oLiD.ok6fC8sWs3EM5XTSv6', NULL, 2, 'user', '1', '2023-12-24 10:32:14', '2023-12-24 10:32:14'),
(00000000000000003905, 18, 'Redoy Redoy', NULL, NULL, 'DHAKA', '01726466661', NULL, NULL, '$2y$10$tLgC1PinMXpPTDhaD47m..M6aA/3Jb9CZoblFiuHoOxxBQ4NyT8eO', NULL, 2, 'user', '1', '2023-12-24 10:32:59', '2023-12-24 10:32:59'),
(00000000000000003906, 18, 'Tanvir Ahamed Shuvo', NULL, NULL, 'DHAKA', '01753906760', NULL, NULL, '$2y$10$7zxA5PZ907jKTAaG0JDcnOGTnBvOqV2C7PiNeJD9MYlt8Dp39tVoq', NULL, 2, 'user', '1', '2023-12-24 10:33:44', '2023-12-24 10:33:44'),
(00000000000000003907, 18, 'Ripon Miah', NULL, NULL, 'DHAKA', '01877301781', NULL, NULL, '$2y$10$I3DsSx7FUIqMMXdLk4acbuZeFhoDcMf4wBxHuCSrQoTWKFDVqafJu', NULL, 2, 'user', '1', '2023-12-24 10:36:56', '2023-12-24 10:36:56'),
(00000000000000003908, 18, 'SN Nurnobi Khokon', NULL, NULL, 'DHAKA', '01711150987', NULL, NULL, '$2y$10$czNNjJs4yNhgo/JuygCAAu.oZx8AvV.afdVes0fkiUugbATQtdWTG', NULL, 2, 'user', '1', '2023-12-24 10:37:35', '2023-12-24 10:37:35'),
(00000000000000003909, 18, 'Syed Mohammad Robiul', NULL, NULL, 'DHAKA', '01858748769', NULL, NULL, '$2y$10$WK.sgj83ZYFv285OVoZ7xeEI.IaI1ZlnMDW/BK7kd4EZvfdBqtnGy', NULL, 2, 'user', '1', '2023-12-24 10:40:36', '2023-12-24 10:40:36'),
(00000000000000003910, 18, 'Ekram Ekram', NULL, NULL, 'DHAKA', '01719583072', NULL, NULL, '$2y$10$C96Keh8pocBjUx4/kO9Ry.58StAh65uzs0mb8mZb2wlyJqqGNSs0O', NULL, 2, 'user', '1', '2023-12-24 10:42:47', '2023-12-24 10:42:47'),
(00000000000000003911, 18, 'Mahmood M Zoheb', NULL, NULL, 'DHAKA', '01707227751', NULL, NULL, '$2y$10$/YbkDXFestb6ngOv3BnJ3u0PUm1q5ZMP291NST6rtOhKsA3c3Noym', NULL, 2, 'user', '1', '2023-12-24 10:44:56', '2023-12-24 10:44:56'),
(00000000000000003912, 18, 'মোহাম্মদ ওসমান গনি', NULL, NULL, 'DHAKA', '01728281444', NULL, NULL, '$2y$10$SFdwzdtaq.6sO3hxo/mrFekOn/yJrcQ3HI38pQtcg7vZJIBy5fiOO', NULL, 2, 'user', '1', '2023-12-24 10:45:37', '2023-12-24 10:45:37'),
(00000000000000003913, 18, 'মোঃ এরশাদ উদ্দিন', NULL, NULL, 'DHAKA', '01619219611', NULL, NULL, '$2y$10$PkV5Inj8O2EJmhRzlzeP7uU4FUwIm/kwPiygHceUzv1.7tgQtrSdy', NULL, 2, 'user', '1', '2023-12-24 10:46:39', '2023-12-24 10:46:39'),
(00000000000000003914, 18, 'Abul Hasan', NULL, NULL, 'DHAKA', '01717816198', NULL, NULL, '$2y$10$lJt38xQxpvpCSfpY94xsCOYXmB6hFzox6gMZKY8Pf/uQuiHuLL5Pe', NULL, 2, 'user', '1', '2023-12-24 10:51:25', '2023-12-24 10:51:25'),
(00000000000000003915, 18, 'Parvez Alam Porosh', NULL, NULL, 'DHAKA', '01730402938', NULL, NULL, '$2y$10$/HmJ92VsfqqOQh5sdxeYnOz077dXivAQ5td78nyz6zrzMS2ZT.PZ6', NULL, 2, 'user', '1', '2023-12-24 10:52:18', '2023-12-24 10:52:18'),
(00000000000000003916, NULL, 'MD Helal', 'N/A', NULL, 'DHAKA', '01407720818', NULL, NULL, '$2y$10$uTc2yJhQ1O4hA6DzoAJz2ueb8LduP46MA3dKV6ikUrD9Mcy1gfUr2', NULL, 2, 'user', '1', '2023-12-24 10:54:29', '2024-02-28 11:23:11'),
(00000000000000003917, 18, 'Rahmat Ratul', NULL, NULL, 'DHAKA', '01777211156', NULL, NULL, '$2y$10$YsLsa46ikVaWkd3ALKAiK.Y2KRx2vVdLdHhyIaPC6EiVroxeMmYfe', NULL, 2, 'user', '1', '2023-12-24 10:55:56', '2023-12-24 10:55:56'),
(00000000000000003918, 18, 'Däwãň Jãhïd', NULL, NULL, 'DHAKA', '01970698119', NULL, NULL, '$2y$10$RTVv0E24JlRhzC6JTyZGeelxTmhYbi61S0Yt2mwvOD.JAUQ0rWb8i', NULL, 2, 'user', '1', '2023-12-24 10:56:41', '2023-12-24 10:56:41'),
(00000000000000003919, 18, 'Md Monir', NULL, NULL, 'DHAKA', '01866749267', NULL, NULL, '$2y$10$NTtx/hETT2vPRLm2fP1UfeyxDcnP8116ecIzxRaQvISFLochtzKba', NULL, 2, 'user', '1', '2023-12-24 10:57:21', '2023-12-24 10:57:21'),
(00000000000000003920, 18, 'Nusrat Jahan', NULL, NULL, 'DHAKA', '01716491494', NULL, NULL, '$2y$10$SOGtNqbi8ZYy/q4vgXI2Ee/7/Q47EzJDfxwa0bafhGXPH9vapOHJq', NULL, 2, 'user', '1', '2023-12-24 10:58:04', '2023-12-24 10:58:04'),
(00000000000000003921, 18, 'Md Sahab Uddin Chittagong', NULL, NULL, 'DHAKA', '0১৮১৭৭৩০২২১', NULL, NULL, '$2y$10$e92ZzjvP4zz6TtoozzwWMOlE.S5p/tsheLC9SwwWm5FhEHOwvuwQO', NULL, 2, 'user', '1', '2023-12-24 10:58:42', '2023-12-24 10:58:53'),
(00000000000000003922, 18, 'Anik', NULL, NULL, 'DHAKA', '01838899629', NULL, NULL, '$2y$10$bqHBX7d7IVWAt5NwrnkRe.mUaAnhr8bDXUMVGgwSISG2Vb7uWZtBW', NULL, 2, 'user', '1', '2023-12-24 10:59:30', '2023-12-24 10:59:30');
INSERT INTO `users` (`id`, `lebel_id`, `name`, `nid`, `email`, `address`, `phone`, `alter_phone`, `email_verified_at`, `password`, `remember_token`, `role`, `type`, `user_type`, `created_at`, `updated_at`) VALUES
(00000000000000003923, 18, 'Hanif Uddin Talukdar	০১৭১১৬৭৬৬৭৭', NULL, NULL, 'DHAKA', '0১৭১১৬৭৬৬৭৭', NULL, NULL, '$2y$10$cPfR3gnDQweSO/pDaI9a1OR7BGOrwErN3mc9ab2J4a7LEkzYVy77u', NULL, 2, 'user', '1', '2023-12-24 11:00:14', '2023-12-24 11:00:14'),
(00000000000000003924, 18, 'Barua Rajan	০১৫৩১২০২৪২৫', NULL, NULL, 'DHAKA', '0১৫৩১২০২৪২৫', NULL, NULL, '$2y$10$Gl2A.HGzmh4HqICZDs77Le5oE3T8qdNERzPvui2Q8Gu7lhheum8oS', NULL, 2, 'user', '1', '2023-12-24 11:00:51', '2023-12-24 11:00:51'),
(00000000000000003925, 19, 'MD Alamin', NULL, NULL, 'khilgaon', '01611423712', NULL, NULL, '$2y$10$rwyUEwTn4BkQ/F0.J.c1N.xPF58NolPSmB5A.JURzXtcSxZs2gUXa', NULL, 2, 'user', '1', '2023-12-24 14:20:31', '2023-12-24 14:20:31'),
(00000000000000003926, 19, 'Md Nurislam', NULL, NULL, 'khilgaon', '01937227991', '01711573150', NULL, '$2y$10$mqNO2YVWKg5DvkZJVHOqsOwAzlkpeEqagZ2PPUT4kTmHl1eSJGkP2', NULL, 2, 'user', '1', '2023-12-24 14:22:04', '2023-12-24 14:22:04'),
(00000000000000003927, 19, 'Ashraful Alam Rinku', NULL, NULL, 'Uttara', '01982936386', NULL, NULL, '$2y$10$bYX.CcKLkGTwlIU.EUBMP.qQYe6JeIm6S5BAipQSOw2vIbW6xwbeu', NULL, 2, 'user', '1', '2023-12-24 14:23:33', '2023-12-24 14:23:33'),
(00000000000000003928, 19, 'Iftat Suraiya', NULL, NULL, 'Dhaka', '01873141405', '01755060693', NULL, '$2y$10$7VXuQ6SKsB6Ja.4bU5c7pO2qeQ8WtoAvr9/V7NRV4WZAIKDr36WkK', NULL, 2, 'user', '1', '2023-12-24 14:25:00', '2023-12-24 14:25:00'),
(00000000000000003929, 19, 'NITOL MOTORS LTD', NULL, NULL, 'Dhaka', '01711246646', NULL, NULL, '$2y$10$kgsBX5c7AoUdV1pRJ1EqDuMPkK3Ba7POy21HbvONiVK4Ak7NMVUN6', NULL, 2, 'user', '1', '2023-12-24 14:26:37', '2023-12-24 14:26:37'),
(00000000000000003930, 19, 'No Name', NULL, NULL, 'Dhaka', '01742700393', NULL, NULL, '$2y$10$xDom9LCzKPc7KqDYFpWbr.btFzq7llko0MchTvW3OFRosA8c4LN.C', NULL, 2, 'user', '1', '2023-12-24 14:28:55', '2023-12-24 14:28:55'),
(00000000000000003931, 19, 'NITOL MOTORS LTD', NULL, NULL, 'Nitol Niloy Tower, 71 Mohakhali C/A, Dhaka 1212', '01711298903', NULL, NULL, '$2y$10$ZYAkrf7mBpjAV63JNHEqpO/KE8hoqtZi4KKP34VNxY9W0ZLZq2ulC', NULL, 2, 'user', '1', '2023-12-24 14:32:03', '2023-12-24 14:32:03'),
(00000000000000003932, 19, 'Rakin Chowdhury', NULL, NULL, '16 size RIM, Khulna Sadar', '01711372347', NULL, NULL, '$2y$10$oK0N.WD5HbNrr4mDMvnPyel.osapK2IrwJnGGINTVLocAlX4K1SuS', NULL, 2, 'user', '1', '2023-12-24 14:36:22', '2023-12-24 14:36:22'),
(00000000000000003933, 19, 'The Car Avenue', NULL, NULL, 'Khulna', '01894722476', NULL, NULL, '$2y$10$1Hi2bdn6bmZRhreAmZkUZOkvb/ktlMobMqlwrrs9RKCd0WJqW3foS', NULL, 2, 'user', '1', '2023-12-24 14:37:36', '2023-12-24 14:37:36'),
(00000000000000003934, 19, 'The Car Avenue', NULL, NULL, 'khulna', '01894722474', NULL, NULL, '$2y$10$AumnkadoSWb5sloyLK6B4eC94eoCsM/809h60QR7DWdcR1.K4rnXq', NULL, 2, 'user', '1', '2023-12-24 14:39:34', '2023-12-24 14:39:34'),
(00000000000000003935, 19, 'বাইক\'স মোশন', NULL, NULL, 'Uttora', '01756511511', NULL, NULL, '$2y$10$ws4wfQwYqbVveGXc3uYbDeaDCQ5tvicDNe8x2F7ekhHecyExLRmGO', NULL, 2, 'user', '1', '2023-12-24 14:45:26', '2023-12-24 14:45:26'),
(00000000000000003936, 19, 'Siam', NULL, NULL, 'Uttora', '01852964176', NULL, NULL, '$2y$10$20R1pk92b3pcVfSa4Dkf7.sMfpu7StXMpDOKIx/Nt8dw69B7CdDvG', NULL, 2, 'user', '1', '2023-12-24 14:46:11', '2023-12-24 14:46:11'),
(00000000000000003937, 19, 'Rafsan Hossain', NULL, NULL, 'Dhaka', '01619100400', NULL, NULL, '$2y$10$cKLljU84iIN75RTkz02CrOOCWZ.693Vz4YRSCt12pqggZKdsOudHS', NULL, 2, 'user', '1', '2023-12-24 14:46:43', '2023-12-24 14:46:43'),
(00000000000000003938, 19, 'Tehzeeb bike Gallery', NULL, NULL, 'Uttora', '01989016722', '01906146450', NULL, '$2y$10$A7N1UnIvs7VjKYySbCLMveTspL./S8v5jiF7QER47sKMwQOc/FJam', NULL, 2, 'user', '1', '2023-12-24 14:49:05', '2023-12-24 14:49:05'),
(00000000000000003939, 14, 'Shah NAwaz Shah', NULL, NULL, 'Dhaka', '01632644484', NULL, NULL, '$2y$10$M6LrPk7cAM8uaC6OSi6Vm.BK0vgG0h77uz2urPBTvzuKNDXzJ2Shi', NULL, 2, 'user', '1', '2023-12-24 15:10:39', '2023-12-24 15:10:39'),
(00000000000000003940, 14, 'Mohammad Mahadi Hasan', NULL, NULL, 'Dhaka', '01511119997', NULL, NULL, '$2y$10$RIJnzTvp8qCKyBXNLCPWrurd23cNxfoal0GI7v2TqwvVKLpJvsij2', NULL, 2, 'user', '1', '2023-12-24 15:11:16', '2023-12-24 15:11:16'),
(00000000000000003941, 14, 'SK Shakib Hossain', NULL, NULL, 'Dhaka', '01917084305', NULL, NULL, '$2y$10$wZrmj1m83hE7fl.brwm2Ae3DLtTc6g.GLh3nTgS4fLjUJuGUKAEFa', NULL, 2, 'user', '1', '2023-12-24 15:11:38', '2023-12-24 15:11:38'),
(00000000000000003942, 14, 'Akash Ahamed', NULL, NULL, 'Foridpur', '01844991412', '01938871733', NULL, '$2y$10$le7Ovqiw4Qe2onxBIkYf2e5q6tzqVX/JPSR0AzkRof/Ax0mUgLjYm', NULL, 2, 'user', '1', '2023-12-24 15:12:24', '2023-12-24 15:12:24'),
(00000000000000003943, 14, 'Nobinur Islam', NULL, NULL, 'Foridpur', '01710133474', '01938871733', NULL, '$2y$10$PnE335oE0ceVOJLHbXj4ZuBRgeO..ff228hRzkZnqDd7tjxk0FT9C', NULL, 2, 'user', '1', '2023-12-24 15:12:44', '2023-12-24 15:12:44'),
(00000000000000003944, 14, 'Syed Mejba Uddin', NULL, NULL, 'Dhaka', '01883138812', NULL, NULL, '$2y$10$Z4d0/YPpSZj0qsdE6AKgW.NgyCilfuSRwX9kJMTK0Ig6ykKsXj9RO', NULL, 2, 'user', '1', '2023-12-24 15:13:04', '2023-12-24 15:13:04'),
(00000000000000003945, 14, 'JudyBellman EuniceThompson', NULL, NULL, 'Dhaka', '01755121056', NULL, NULL, '$2y$10$3EQeN9NPRHgPQoIrGibTouvt9J7O3K4Ll5JlcR7W/R3GzLFdMcXsa', NULL, 2, 'user', '1', '2023-12-24 15:13:40', '2023-12-24 15:13:40'),
(00000000000000003946, 14, 'Md Saiful Islam Foyasal', NULL, NULL, 'Asulia', '01770397037', NULL, NULL, '$2y$10$V6s5dThC442lrQQJnFGWP.pGZx0xJ0T6qlSKNPmo.lBhlk.8.buWq', NULL, 2, 'user', '1', '2023-12-24 15:14:10', '2023-12-24 15:14:10'),
(00000000000000003947, 14, 'Jit Sarkar', NULL, NULL, 'Jossor', '01516525250', NULL, NULL, '$2y$10$xyHhjumdPerAu49iaw7jS.ptOaQBTieu.BoevD5oelkdlQK3rQcdC', NULL, 2, 'user', '1', '2023-12-24 15:32:23', '2023-12-24 15:32:23'),
(00000000000000003948, 14, 'Md Rîôñ', NULL, NULL, 'Munshigonj', '01883447640', NULL, NULL, '$2y$10$697oRVDiFmt1R0WIH.tQj.GVN3p7Nvg9Jw6YzJuwbktL.ni/6kve.', NULL, 2, 'user', '1', '2023-12-24 15:33:39', '2023-12-24 15:33:39'),
(00000000000000003949, 14, 'Sojib Islam', NULL, NULL, 'Dhaka', '01602904150', NULL, NULL, '$2y$10$EABHmtnsNYS4/.e41mEm3O1HbW8rPZn/rJWlm0tP4/nzTXL5KpUm.', NULL, 2, 'user', '1', '2023-12-24 15:33:58', '2023-12-24 15:33:58'),
(00000000000000003950, 14, 'Abdulla-al Mamun', NULL, NULL, 'Dhaka', '01998777591', NULL, NULL, '$2y$10$hSVOxXu88g1GJdjd2sRrUeNrdbAwcyejctex61bhCJcqNd9c0wwN6', NULL, 2, 'user', '1', '2023-12-24 15:34:21', '2023-12-24 15:34:21'),
(00000000000000003951, 14, 'Ahsanul Habib Talha', NULL, NULL, 'Gazipur chourasta', '01406007258', NULL, NULL, '$2y$10$hVvNnW2/DdV2Ixy2IBgyGO0rmOpyzaCCFqkZ4J5xksNEk74egLS2m', NULL, 2, 'user', '1', '2023-12-24 15:34:40', '2023-12-24 15:34:40'),
(00000000000000003952, 14, 'Md Morshed Alom', NULL, NULL, 'Gazipur', '01779729611', NULL, NULL, '$2y$10$eaNt6cKE2ajyG8RTV5WNr.YZGzALSEdnTHdTeGOnBxyVe3Ocm5ll.', NULL, 2, 'user', '1', '2023-12-24 15:34:59', '2023-12-24 15:34:59'),
(00000000000000003953, 14, 'MD Maruf Ur Rahman', NULL, NULL, 'Dhaka', '01725252877', NULL, NULL, '$2y$10$MXsT6lVgY6hSJT3CWlZ8j.gKM0vN5gN1S6Do/qvuZQbxMYwV4ZXGS', NULL, 2, 'user', '1', '2023-12-24 15:35:23', '2023-12-24 15:35:23'),
(00000000000000003954, 14, 'Md Nazmul', NULL, NULL, 'Dhaka', '০১৯৪৬১৭৭৭৯৭', NULL, NULL, '$2y$10$FQ016RydhlCd43U2CX.Ip.zJInB6lC9d92GbdaDWUCIDQsnDIM9pK', NULL, 2, 'user', '1', '2023-12-24 15:35:47', '2023-12-24 15:35:47'),
(00000000000000003955, 14, 'Abong Rakib Abongrakib', NULL, NULL, 'Dhaka', '01710531269', NULL, NULL, '$2y$10$tuf5U259xv2JKqUPVeE4vuQo/ecNtNj1vs2LaYdoXBdUButg.Rsbi', NULL, 2, 'user', '1', '2023-12-24 15:36:29', '2023-12-24 15:36:29'),
(00000000000000003956, 14, 'মোঃমেহেদি মুন্সী', NULL, NULL, 'Dhaka', '০১৯৯৯০৯১৮১৯', NULL, NULL, '$2y$10$QxU4j4bGLwDPp4VqfLhFKOyCDKsPiUAdZLEFxYPCCFGpymNYspgY2', NULL, 2, 'user', '1', '2023-12-24 15:36:53', '2023-12-24 15:36:53'),
(00000000000000003957, 14, 'Shuvo Raaj', NULL, NULL, 'Dhaka', '01983515293', NULL, NULL, '$2y$10$l8LGZc5eFLww/G/r9vZ9ZOMnvxDGvCgjwXOnB6TC5Co0MtxOEtTlK', NULL, 2, 'user', '1', '2023-12-24 15:37:11', '2023-12-24 15:37:11'),
(00000000000000003958, 14, 'Jayid Evon Bhuiyan Foysal', NULL, NULL, 'Framegate', '01892571834', NULL, NULL, '$2y$10$iT4gbNEidSlPMgRGmRi2l.BJCCvJ5igNNrx5QI/tUt23.9/UtBhbu', NULL, 2, 'user', '1', '2023-12-24 15:38:04', '2023-12-24 15:38:04'),
(00000000000000003959, 14, 'Tonmoy Chaudhary', NULL, NULL, 'Dhaka', '০১৬১৮৩৭৭০৪২', NULL, NULL, '$2y$10$/x5WwrUHIk7jAoNm.ZjeNOzeAbWxaIIrBMuCkJaFkO12cR1jOXpaW', NULL, 2, 'user', '1', '2023-12-24 15:39:13', '2023-12-24 15:39:13'),
(00000000000000003960, 14, 'F A H I M ツ', NULL, NULL, 'Dhaka', '01902723109', NULL, NULL, '$2y$10$8RAnL0MKaiZtcv8s/p7SfuoVRMchbqfucCFCwnwZxYbQJQyS9Cufy', NULL, 2, 'user', '1', '2023-12-24 15:39:52', '2023-12-24 15:39:52'),
(00000000000000003961, 14, 'Md Abdur Rahim', NULL, NULL, 'Dhaka', '01949368269', NULL, NULL, '$2y$10$SK4DEgLExrr.SWqmTPbGuunIWp4se7iB0ii2o79TsH242kc4G7JOm', NULL, 2, 'user', '1', '2023-12-24 15:40:33', '2023-12-24 15:40:33'),
(00000000000000003962, 14, 'Hanif Miya', NULL, NULL, 'Dhaka', '01767488181', NULL, NULL, '$2y$10$wAvWGUU1BsJ/SwyUymm5Ke61oxXpB/LMSx1nz4HSWDCrlNVZnMv0q', NULL, 2, 'user', '1', '2023-12-24 15:42:17', '2023-12-24 15:42:17'),
(00000000000000003963, 14, 'Md Rayhan', NULL, NULL, 'Dhaka', '01580317135', NULL, NULL, '$2y$10$kOACUkDARJVk8YQhIHc9BObyDBUroOoMqExKuK4OVpBVwwtVBueO.', NULL, 2, 'user', '1', '2023-12-24 15:43:01', '2023-12-24 15:43:01'),
(00000000000000003964, 14, 'Tasfiq Rahman Tushar', NULL, NULL, 'Dhaka', '01754300428', NULL, NULL, '$2y$10$Wv965ueR1JFZMxYYarBYMuBC18I4pke8.nMVO1JAYcfPxGwqE2fLC', NULL, 2, 'user', '1', '2023-12-24 15:44:11', '2023-12-24 15:44:11'),
(00000000000000003965, 14, 'Mahbub Munna', NULL, NULL, 'Dhaka', '01680034556', NULL, NULL, '$2y$10$ApCa.er3V5fR8BYcBFI6Se5oSZ3aDET0zSt8bIgXCzPpGpKG7TdYe', NULL, 2, 'user', '1', '2023-12-24 15:44:37', '2023-12-24 15:44:37'),
(00000000000000003966, NULL, 'Hriday Hawladar', NULL, NULL, 'Mirpur-1', '০১৬৭৬৫৫৯১৯২', NULL, NULL, '$2y$10$fUk/Py/ZpeUsZyxA9y6CyuQd17aDGE2ISNw7FHazalq.rn0SCWFT.', NULL, 2, 'user', '1', '2023-12-24 15:45:03', '2023-12-24 15:45:03'),
(00000000000000003967, 14, 'Shahin Mahmud Sada', NULL, NULL, 'Mirpur-1', '০১৭১৮০৩৮৬৭৬', NULL, NULL, '$2y$10$2WwBaIt67Ma39lERlqk5AO3xJK2O0BImcrJvQn3CjkAltOOftJ3fa', NULL, 2, 'user', '1', '2023-12-24 15:46:07', '2023-12-24 15:46:07'),
(00000000000000003968, 14, 'Md Rezaul Karim', NULL, NULL, 'Dhaka', '01550035239', NULL, NULL, '$2y$10$ZgTYr6tV9Dg55lqiKj/2c.OzxUIBFSG28iUCA1Yh6gM44YMXqPiea', NULL, 2, 'user', '1', '2023-12-24 15:47:21', '2023-12-24 15:47:21'),
(00000000000000003969, 14, 'Shymal Kanti Ghosh', NULL, NULL, 'Dhaka', '01974659620', NULL, NULL, '$2y$10$rNSnUe3bWof238Gloo.oT.MbDqXwNTRIiJ2dkpgA1x.7lwH5IMzwC', NULL, 2, 'user', '1', '2023-12-24 15:47:58', '2023-12-24 15:47:58'),
(00000000000000003970, 14, 'Nazmul Ahmed', NULL, NULL, 'Jamalpur', '01965270172', NULL, NULL, '$2y$10$hd83ijCJbhDfn58ajWzHe.UfI/5NoDKVaTajwz/.CtesLB5JMEA1q', NULL, 2, 'user', '1', '2023-12-24 15:59:01', '2023-12-24 15:59:01'),
(00000000000000003971, 14, 'শরিফুল ইসলাম', NULL, NULL, 'Dhaka', '01711415723', NULL, NULL, '$2y$10$qRu48hVmefr9oGTQqGKYU.SfFAM6TJGe/MOAHTrnSJFQsaCkxQ9Xa', NULL, 2, 'user', '1', '2023-12-24 15:59:33', '2023-12-24 15:59:33'),
(00000000000000003972, 14, 'Rejvee Chowdhury', NULL, NULL, 'Dhaka', '01741182575', NULL, NULL, '$2y$10$Qmmad13J.5mSVhijJxl/YOjRfxeVnS4OYybGZxQVHRZtl2WV7o1I.', NULL, 2, 'user', '1', '2023-12-24 15:59:54', '2023-12-24 15:59:54'),
(00000000000000003973, 14, 'Md. Fayej Thakur', NULL, NULL, 'Krisorgonj, Mithamoyi', '01782636719', NULL, NULL, '$2y$10$9Ee8zYB1x8T7Pvr.sAes2Oku7OioUHQvBQWwlKPgrav1dINSiQJou', NULL, 2, 'user', '1', '2023-12-24 16:00:23', '2023-12-24 16:00:23'),
(00000000000000003974, 14, 'Mahfuzur Rahman Siam', NULL, NULL, 'Gazipur,Joydevpur', '01580358630', NULL, NULL, '$2y$10$qVab4j3ugR8krqkleSysAu52IUJuHz5/KNhBZAxe3tBvz/SLfMn0u', NULL, 2, 'user', '1', '2023-12-24 16:00:50', '2023-12-24 16:00:50'),
(00000000000000003975, 14, 'ᎷᎴ ᏕᎧᏝᎥᎷᏗᏁ ᎥᏕᏝᏗᎷ', NULL, NULL, 'Dhaka', '01778653438', NULL, NULL, '$2y$10$J3d9c05JxUvph2oB22.oxuK8F0tec167IMBb/cxNnzgXlbSz2cZuC', NULL, 2, 'user', '1', '2023-12-24 16:01:15', '2023-12-24 16:01:15'),
(00000000000000003976, 14, 'Md Limon Mollik', NULL, NULL, 'Dhaka', '01961175148', NULL, NULL, '$2y$10$BMpMxtU4zi5meM/ARbdyV.6tNskfdujz1bEl9CLftWk4ZmNnatJuS', NULL, 2, 'user', '1', '2023-12-24 16:01:37', '2023-12-24 16:01:37'),
(00000000000000003977, 14, 'Md Abobyda', NULL, NULL, 'Rajshahi', '01783091069', NULL, NULL, '$2y$10$vCF.cwhp.mF.WB5hqI8FFOoevonCtMptFr.VLZBNUnpQNWe1fsqpG', NULL, 2, 'user', '1', '2023-12-24 16:01:59', '2023-12-24 16:01:59'),
(00000000000000003978, 14, 'Roman Sikxan', NULL, NULL, 'Dhaka', '01840804421', NULL, NULL, '$2y$10$4214wT5oCCxr4QNhcDzwaufQqyaq6nBq7Cu5y4w0n.ql/iCqPmH0.', NULL, 2, 'user', '1', '2023-12-24 16:02:19', '2023-12-24 16:02:19'),
(00000000000000003979, 14, 'প্রকাশ বিশ্বাস বাপ্পী', NULL, NULL, 'Dhaka', '01818485022', NULL, NULL, '$2y$10$rM0a5cf4V697i0m191fDC.Y9hrKD5TS/1TepLtZGHd0HmnF.jL2zu', NULL, 2, 'user', '1', '2023-12-24 16:02:49', '2023-12-24 16:02:49'),
(00000000000000003980, 14, 'MD Abu Siddik', NULL, NULL, 'Dhaka', '01306190076', NULL, NULL, '$2y$10$CdKqAcGGGfGdldVDk3jW4ukErzVfZ3mOycusMeL34eD5DBdUKoWCC', NULL, 2, 'user', '1', '2023-12-24 16:03:08', '2023-12-24 16:03:08'),
(00000000000000003981, 14, 'Slauddin Khan', NULL, NULL, 'Dhaka', '01727423400', NULL, NULL, '$2y$10$RaM1sq.Y3eFjXpWElI0BZe2FZn.D4CuTxsDjHPaVXzkBHynO8F5TC', NULL, 2, 'user', '1', '2023-12-24 16:03:31', '2023-12-24 16:03:31'),
(00000000000000003982, 14, 'Harunur Rashid', NULL, NULL, 'Dinajpur', '01719142905', NULL, NULL, '$2y$10$MBAEBkghgZ0a3Q0sfdgUVu1/RHQ6tTWLvkwT/4qpVXrbBHPNwWaeO', NULL, 2, 'user', '1', '2023-12-24 16:03:55', '2023-12-24 16:03:55'),
(00000000000000003983, 14, 'Dalwer Hossain Shahed', NULL, NULL, 'Dhaka', '01813142822', NULL, NULL, '$2y$10$jpFFVmlPlrPcPeAm7ajG.uTIYU9uyHa2tZakIvVjTx7GdPviaVTci', NULL, 2, 'user', '1', '2023-12-24 16:04:13', '2023-12-24 16:04:13'),
(00000000000000003984, 14, 'Pankaj Mitra Arnab', NULL, NULL, 'Dhaka', '01321214248', NULL, NULL, '$2y$10$.wZKJALIypep6msZMNh7VOGvJwFQmyPUmSwlEC/ixl0uBN/11cXwK', NULL, 2, 'user', '1', '2023-12-24 16:04:31', '2023-12-24 16:04:31'),
(00000000000000003985, 14, 'Rʌĸɘɓ Uɭ Hʌsʌŋ', NULL, NULL, 'Dhaka', '01999909593', NULL, NULL, '$2y$10$sZqHm3WOgMyRy2NDADQ6suZApLwsgltzKS0WnFj86LBhbF4S.afGC', NULL, 2, 'user', '1', '2023-12-24 16:04:50', '2023-12-24 16:04:50'),
(00000000000000003986, 14, 'রা ফি', NULL, NULL, 'Dhaka', '01742323702', NULL, NULL, '$2y$10$SeIGAJ/xuvgm4woJJL5QUejm4DZh7PRfcTvTSqJSTdr6XW6j1UHjy', NULL, 2, 'user', '1', '2023-12-24 16:05:11', '2023-12-24 16:05:11'),
(00000000000000003987, 14, 'Pran Kanai Roy Chowdhury', NULL, NULL, 'Dhaka', '০১৭৬৫৫৩০০০৫', NULL, NULL, '$2y$10$7VEGcLfUCfEJOoHESbaWxuPC8dtLS6tbHmq/tZCQdb72G/x2HAMDm', NULL, 2, 'user', '1', '2023-12-24 16:05:29', '2023-12-24 16:05:29'),
(00000000000000003988, 14, 'Md Sumon Sheikh', NULL, NULL, 'Dhaka', '01714787004', NULL, NULL, '$2y$10$dvNTVNfeaw..ln38Zd6RH.URNKWWqYEpw1ANM/iYZFboowmrXYrxO', NULL, 2, 'user', '1', '2023-12-24 16:06:10', '2023-12-24 16:06:10'),
(00000000000000003989, 14, 'অবকাসের মরুভূমি', NULL, NULL, 'Rajshahi', '01631593100', NULL, NULL, '$2y$10$QDkJrYkHqDDAuvgU7H9dIOnwP8PcO1ojTL1dSdc2QLGjNI.zZXBwG', NULL, 2, 'user', '1', '2023-12-24 16:06:32', '2023-12-24 16:06:32'),
(00000000000000003990, 14, 'Nasim Plays BD', NULL, NULL, 'Dhaka', '01409688193', NULL, NULL, '$2y$10$N3rTjV.F1Sab/q/x.ZiVM.nG1bieth5vA0QuVzXajzc3/eSsXlPqa', NULL, 2, 'user', '1', '2023-12-24 16:07:08', '2023-12-24 16:07:08'),
(00000000000000003991, 14, 'MD Ramjan Ali', NULL, NULL, 'Dhaka', '01930545689', NULL, NULL, '$2y$10$DJcdTlLvL9Fep7Xkp7yykOnijXIsd7VZ//JIIMN9ENtS6.2c.TEwK', NULL, 2, 'user', '1', '2023-12-24 16:07:28', '2023-12-24 16:07:28'),
(00000000000000003992, 14, 'Emon Mirza', NULL, NULL, 'Gazipur, Konabari', '01833020343', NULL, NULL, '$2y$10$qcDwwg9kVfqqeUF7niDjdOQZWRy8o1mz2fHqkHXvBW647pwHqSTq2', NULL, 2, 'user', '1', '2023-12-24 16:07:52', '2023-12-24 16:07:52'),
(00000000000000003993, 14, 'Partha Das', NULL, NULL, 'Dhaka', '01673764464', NULL, NULL, '$2y$10$CpgnCvgITlKjMw1ZaRss0uCoJYhiQOU55vLoNEEF6eriV9sHVTRL2', NULL, 2, 'user', '1', '2023-12-24 16:08:29', '2023-12-24 16:08:29'),
(00000000000000003994, 14, 'Swesa Phru', NULL, NULL, 'Dhaka', '01558550819', NULL, NULL, '$2y$10$n4rdUkXHA319S0LxKA4F2ewahVGp/Jk6V1ZK88VbrDcoTnY79xp3i', NULL, 2, 'user', '1', '2023-12-24 16:08:52', '2023-12-24 16:08:52'),
(00000000000000003995, 14, 'Rocky Chowdhury', NULL, NULL, 'Dhaka', '01637222485', NULL, NULL, '$2y$10$WHQ11Nl9C9/U3yCvF5xX6.Jw7ft4.8L6P6UKU/NknOF/GpLfamUr2', NULL, 2, 'user', '1', '2023-12-24 16:09:13', '2023-12-24 16:09:13'),
(00000000000000003996, 14, 'Mostofa Anis', NULL, 'anismostafa@gmail.com', 'Ghaibanda', '01751923574', '01712939735', NULL, '$2y$10$19D9JzwKNyAZ8xGSEvoGtOJlNGH6m37BcCSX3P8wnEHkqmooBYvnS', NULL, 2, 'user', '1', '2023-12-24 16:10:22', '2023-12-24 16:10:22'),
(00000000000000003997, 14, 'Nishadur Rahman Shuvo', NULL, NULL, 'Gazipur, Moucakh', '01608985190', NULL, NULL, '$2y$10$RzWz0Tb4VFSzfwJ2auT09O4PFC4cKezzlR47rt9HuAUwf/.aQbPLC', NULL, 2, 'user', '1', '2023-12-24 16:10:44', '2023-12-24 16:10:44'),
(00000000000000003998, 14, 'ماهم شيك شاغوار', NULL, NULL, 'Dhaka', '01916411771', NULL, NULL, '$2y$10$Crc74veqpIY4qFSRjSPcr.3BtK3Jzxai2M/2zz/Dj42XBKauTXrOa', NULL, 2, 'user', '1', '2023-12-24 16:11:17', '2023-12-24 16:11:17'),
(00000000000000003999, 14, 'Arafat Bin Nabin', NULL, NULL, 'Dhaka', '01306227628', NULL, NULL, '$2y$10$n4QlV0dPeGBIk5v2hccG5uLhcxazLf6Uu3CLiiygkgMi9ioWQzRfa', NULL, 2, 'user', '1', '2023-12-24 16:11:45', '2023-12-24 16:11:45'),
(00000000000000004000, 19, 'Sabbir', NULL, NULL, 'Dhaka', '01759819247', NULL, NULL, '$2y$10$ToZJ2B.bny5E3KJXduzxPugeKL8eEA.uPKOY2.0Sv32sDhfXSwjKe', NULL, 2, 'user', '1', '2023-12-24 16:13:21', '2023-12-24 16:13:21'),
(00000000000000004001, 19, 'Auto Trade Center', NULL, NULL, 'Baridhara, Dhaka', '01701607127', NULL, NULL, '$2y$10$hDx6oQlKYezs92QRISmqauDDzL5IefCHpBgJtr.RAalA6wAMIPPpm', NULL, 2, 'user', '1', '2023-12-24 16:15:20', '2023-12-24 16:15:20'),
(00000000000000004002, 19, 'MD:Noyon  পোস্টকারীকে কল করুন', NULL, NULL, 'হালিশহর, চট্টগ্রাম', '01842584216', '01732517711', NULL, '$2y$10$ePIxcRAsMURgjgs91sm5DObK2xXIbIq4r06RjlgfFc2LIxkH6mE5S', NULL, 2, 'user', '1', '2023-12-24 16:20:46', '2023-12-24 16:20:46'),
(00000000000000004003, 19, 'Abdur Rahim', NULL, NULL, 'হালিশহর, চট্টগ্রাম', '01816290732', NULL, NULL, '$2y$10$t6TGtealLQhePeJW5iTmheWJSLf3NPANF/8JEJRGwEuU8xPJfRiK2', NULL, 2, 'user', '1', '2023-12-24 16:28:46', '2023-12-24 16:28:46'),
(00000000000000004004, 14, 'Uponsone Kumar', NULL, NULL, 'Dhaka', '01817001987', NULL, NULL, '$2y$10$7i3BtmxiorZGkaMin5GYuOeZqDZZ5FtbxmffioML4UdQQQnIgFWNu', NULL, 2, 'user', '1', '2023-12-24 17:14:51', '2023-12-24 17:14:51'),
(00000000000000004005, 14, 'Sãâd Ïßläm', NULL, NULL, 'Dhaka', '01824592327', NULL, NULL, '$2y$10$V1Rzf8PELF691rND4.9hMeJvObwEHVvWDkdgASlMg00Mmev2W4V9.', NULL, 2, 'user', '1', '2023-12-24 17:15:12', '2023-12-24 17:15:12'),
(00000000000000004006, 19, 'Obaidur Tuhin', NULL, NULL, 'মোহাম্মদপুর, ঢাকা', '01711103985', '01675148613', NULL, '$2y$10$9oIHFmnZ6sAPF/J2YfQGBe8ugu/5yQNCpOADkgis89lYXL7TC0acq', NULL, 2, 'user', '1', '2023-12-24 17:17:12', '2023-12-24 17:17:12'),
(00000000000000004007, 19, 'Adiba Car Center', NULL, NULL, 'মোহাম্মদপুর, ঢাকা', '01711154967', '01852222207', NULL, '$2y$10$DABdfW6sGYJJrCBxwXgHMefRybu1Pv3leAIkKQ0Op1rd8yN38ZgaS', NULL, 2, 'user', '1', '2023-12-24 17:18:04', '2023-12-24 17:18:04'),
(00000000000000004008, 19, 'Al-Noor Autos', NULL, NULL, 'মিরপুর, ঢাকা', '01608381663', NULL, NULL, '$2y$10$J2WlI/PmUdignhVDagXFs.1JBV2DkUBnADyNUO6nAJQqwktVTS5BG', NULL, 2, 'user', '1', '2023-12-24 17:19:15', '2023-12-24 17:19:15'),
(00000000000000004009, 19, 'CAR BAZAR', NULL, NULL, 'খুলশি, চট্টগ্রাম', '01819959748', '01919990820', NULL, '$2y$10$CPS7argU/9n7qtMUqoIbhO0oF6gcgS0dEoTGlJTuqY7.E4QRP66Ni', NULL, 2, 'user', '1', '2023-12-24 17:20:23', '2023-12-24 17:20:23'),
(00000000000000004010, 19, 'Siddikur Rahman', NULL, NULL, 'খুলনা সদর, খুলনা', '01718550416', '01911014541', NULL, '$2y$10$OGAr4icTwmNZgyL2PeXBMuvgBhmD/3Ri5Ib2l1Ua0t4YviVpc/m3.', NULL, 2, 'user', '1', '2023-12-24 17:21:24', '2023-12-24 17:21:24'),
(00000000000000004011, 19, 'Hossain Redwan Abid', NULL, NULL, 'খিলগাঁও, ঢাকা', '01703807815', NULL, NULL, '$2y$10$xC46jjA1Mj5PTmbC.8Thm.9ndjjY/AL/P8ta97.iC7VkT/oGi6tJi', NULL, 2, 'user', '1', '2023-12-24 17:22:56', '2023-12-24 17:22:56'),
(00000000000000004012, 19, 'M Saif', NULL, NULL, 'Mirpur, Dhaka', '01772808982', NULL, NULL, '$2y$10$FkoS1CWDbPw/tIXPP63PL.lzR97wbQ5TmIG2PQ35p9H72eNtnlgS6', NULL, 2, 'user', '1', '2023-12-24 17:24:28', '2023-12-24 17:24:28'),
(00000000000000004013, 19, 'Shahen', NULL, NULL, 'মোহাম্মদপুর, ঢাকা', '01946377084', NULL, NULL, '$2y$10$a44tcYlPv82a0g5uvlJyo.q2uVeuHC9zg83C4.2oBrsXimKF1m6c6', NULL, 2, 'user', '1', '2023-12-24 17:25:25', '2023-12-24 17:25:25'),
(00000000000000004014, 19, 'sayeda faria azad', NULL, NULL, 'Dhaka', '01792080228', NULL, NULL, '$2y$10$idAjfbpRkYDM0W5bVHFlNuYFBRllRpgVsBmH2V81H/.XHY3SblcJq', NULL, 2, 'user', '1', '2023-12-24 17:26:03', '2023-12-24 17:26:03'),
(00000000000000004015, 19, 'ALHAMDULILLAH CAR\'S', NULL, NULL, 'Dhaka', '01714003003', '01799500500', NULL, '$2y$10$NVSlVhDdVUPDCWq1dYglmuHKqtgbV5fm9T7T9s.0dVGXgChJcKPO6', NULL, 2, 'user', '1', '2023-12-24 17:27:18', '2023-12-24 17:27:31'),
(00000000000000004016, 19, 'Khaja Auto Centre', NULL, NULL, 'Dhaka', '01911670077', NULL, NULL, '$2y$10$hEHVtocPkunUeuJAHw14ReElsSIcaU7BYylnCFy.q1pKI3tsqLl3u', NULL, 2, 'user', '1', '2023-12-24 17:28:34', '2023-12-24 17:28:34'),
(00000000000000004017, 19, 'S.A Cars Center', NULL, NULL, 'বাড্ডা, ঢাকা', '01999881111', NULL, NULL, '$2y$10$yKUA81ZjKumsGBwzntjTYumPogqXE.pqiWKftH3Ll5V9FSxJ1vlee', NULL, 2, 'user', '1', '2023-12-24 17:29:41', '2023-12-24 17:29:41'),
(00000000000000004018, 19, 'JF Car Port', NULL, NULL, 'উত্তরা, ঢাকা', '01716339469', '01720000107', NULL, '$2y$10$NOkyYt3a6G98MGgANXbXW.JL0LzU0Dv3Hv/6AE4jU4orJBKLMwU4m', NULL, 2, 'user', '1', '2023-12-24 17:31:00', '2023-12-24 17:31:00'),
(00000000000000004019, 19, 'SR Bike Gallery', NULL, NULL, 'Dhaka', '01958600011', '01958600012', NULL, '$2y$10$ook4XHDMkXSjGMQjmmetqOa7I7M1fIszdZ9fQ/xjOh26uqmXCupO6', NULL, 2, 'user', '1', '2023-12-24 17:31:58', '2023-12-24 17:31:58'),
(00000000000000004020, 19, 'Tasi Auto Wheels', NULL, NULL, 'মোহাম্মদপুর, ঢাকা', '01725571247', '01761923285', NULL, '$2y$10$K5xsLHykqD9v5Q7oBMd/f.62DGMf.V4CwwCvx.PpmTMcr7GAvIf.u', NULL, 2, 'user', '1', '2023-12-24 17:33:12', '2023-12-24 17:33:12'),
(00000000000000004021, 19, 'Labib Enterprise', NULL, NULL, 'বারিধারা, ঢাকা', '01795746490', '01766551684', NULL, '$2y$10$9qU9Xw8/p/t9cVLqlbGYdeUQE6QrxTtPFObi9wj0wrqeuQAfDORWS', NULL, 2, 'user', '1', '2023-12-24 17:34:12', '2023-12-24 17:34:12'),
(00000000000000004022, 19, 'Baytul Maal Auto', NULL, NULL, 'বনানী, ঢাকা', '01868065666', '01606480077', NULL, '$2y$10$p19FzqivRp3wqtbuqT4th.lJKQ9iszIjmf3BXqO3lbRI4dwdDrFfS', NULL, 2, 'user', '1', '2023-12-24 17:36:52', '2023-12-24 17:36:52'),
(00000000000000004023, 19, 'Priyo Imran', NULL, NULL, 'রমনা, ঢাকা', '01710905111', NULL, NULL, '$2y$10$F1pXlntCiXUKLahdvPZJcepcW1xxfcsrR0.ObBqCFC/tySCmcL6Fe', NULL, 2, 'user', '1', '2023-12-24 17:38:31', '2023-12-24 17:38:31'),
(00000000000000004024, 19, 'M/S Shahid Enterprise', NULL, NULL, 'Dhaka', '01711167378', '01532362446', NULL, '$2y$10$gaMGZfNRSwrFZTtMzgnZGe.EZ8Rz7FnuPMTPGdVXKjQ41M3YBFQk6', NULL, 2, 'user', '1', '2023-12-24 17:39:57', '2023-12-24 17:39:57'),
(00000000000000004025, 19, 'Classic Autos  01958369636', NULL, NULL, 'Dhaka', '01958369636', NULL, NULL, '$2y$10$S.oBHRhyyDPdzZj.bSt4E..LKXqUQpr.MxzV9awiHsLWgO7iadgwa', NULL, 2, 'user', '1', '2023-12-24 17:40:42', '2023-12-24 17:40:42'),
(00000000000000004026, 19, 'Fair Automobiles', NULL, NULL, 'গুলশান, ঢাকা', '01862991111', '01740648932', NULL, '$2y$10$ucDvBrRuFavJvoHYO0.viuXe2nOOsz6uQzgWKH2iia33zqrWinnGO', NULL, 2, 'user', '1', '2023-12-24 17:41:38', '2023-12-24 17:41:38'),
(00000000000000004027, 19, 'Independent Cars', NULL, NULL, 'Dhaka', '01844270508', NULL, NULL, '$2y$10$XU50tBgajwRMNFS1rfqqiuEjHUPNnAHNSnixxx7E/RItFmLEN8kuK', NULL, 2, 'user', '1', '2023-12-24 17:42:21', '2023-12-24 17:42:21'),
(00000000000000004028, 19, 'Mahmud Shimul', NULL, NULL, 'কুমিল্লা, চট্টগ্রাম বিভাগ', '01325664626', NULL, NULL, '$2y$10$4CZPNXnjYdZoUyBxI/GTtei/4qlBOUPImKEuFNBscACwUHhgJZxO.', NULL, 2, 'user', '1', '2023-12-24 17:46:26', '2023-12-24 17:46:26'),
(00000000000000004029, 19, 'Khaled Usama 01948347011', NULL, NULL, 'খিলগাঁও, ঢাকা', '01948347011', NULL, NULL, '$2y$10$df4xf3onC1abgqc4EE0ZxO/jhKH5cC9WpmFbECO/LL4eMpsWLNDgS', NULL, 2, 'user', '1', '2023-12-24 17:47:19', '2023-12-24 17:47:19'),
(00000000000000004030, 19, 'Bismillah Imports Ltd.', NULL, NULL, 'খুলনা সদর, খুলনা', '01322934490', '01606480077', NULL, '$2y$10$ppvnshAYc4xYxSnYO8A/2.P6OuSS6gKADGQn3eBfpPFdLBaSAoY8S', NULL, 2, 'user', '1', '2023-12-24 17:49:05', '2023-12-24 17:49:05'),
(00000000000000004031, 19, 'Engineer Tusher Hawlader', NULL, NULL, 'বাংলামোটর, ঢাকা', '01732561103', NULL, NULL, '$2y$10$PiHz0sGv3tSJIaQtPv6VO.0Gcpl256zPbuxJzLh7NUNbLnkWoJ2ii', NULL, 2, 'user', '1', '2023-12-24 17:50:35', '2023-12-24 17:50:35'),
(00000000000000004032, 19, 'Car Corner', NULL, NULL, 'House-2, Road- 2/1, Block- L, Banani, Dhaka -1213', '01764651073', NULL, NULL, '$2y$10$P8wmVDAOGB.RABcCiBhCPenBivAw9ZG0qzG3YmUTs4x/sPI.JVtTK', NULL, 2, 'user', '1', '2023-12-25 17:48:19', '2023-12-25 17:48:19'),
(00000000000000004033, 19, 'Khushi Traders   01713763959', NULL, NULL, 'সাত মাথা চত্বর, রংপুর', '01713763959', NULL, NULL, '$2y$10$RJBznw1O9u2cxBes1kfkf.g/h3jB1yXX8EB7RDU9/.g7Im45.kbwm', NULL, 2, 'user', '1', '2023-12-26 10:29:48', '2023-12-26 10:29:48'),
(00000000000000004034, 19, 'Mahmud', NULL, NULL, 'Dhaka', '01764752170', NULL, NULL, '$2y$10$e0z8xZRa/Zw6BVg.dTnL6.76a3UYwDYyvug.sfTHr79u8IEk4ow.S', NULL, 2, 'user', '1', '2023-12-26 10:30:35', '2023-12-26 10:30:35'),
(00000000000000004035, 19, 'M.A Imports', NULL, NULL, 'উত্তরা, ঢাকা', '01717057234', '01799704245', NULL, '$2y$10$.YQBXZo5UJpJucFBTd7jZOtcYH2gsrA0C0t/KU5BezpRwu1zORjZW', NULL, 2, 'user', '1', '2023-12-26 10:31:32', '2023-12-26 10:31:32'),
(00000000000000004036, 19, 'Sky Tree', NULL, NULL, 'Dhaka', '01779007722', NULL, NULL, '$2y$10$wHimHn3MBdQMg.bPPMW.TOZjFLFye9J6RT/Xlx4iAL3UXGdiiAtJK', NULL, 2, 'user', '1', '2023-12-26 10:33:02', '2023-12-26 10:33:02'),
(00000000000000004037, 19, 'Kabir Car collection', NULL, NULL, 'আগ্রাবাদ, চট্টগ্রাম', '01818996993', '01878606030', NULL, '$2y$10$xp6Bwcp/BLi/WBd1MUIUVOQ2RWnHJgpTFh3jWdx/bYyVNF.zxLL1m', NULL, 2, 'user', '1', '2023-12-26 10:34:59', '2023-12-26 10:34:59'),
(00000000000000004038, 14, 'No Name', NULL, NULL, 'Uttora', '01792897502', NULL, NULL, '$2y$10$3Md1tUcx8GWpjBRsXCjdmuhGvu131ZmhYFS6t0S4R16hNp5CJaobK', NULL, 2, 'user', '1', '2023-12-26 10:36:01', '2023-12-26 10:36:01'),
(00000000000000004039, 14, 'হাকিম মল্লিক', NULL, NULL, 'Dhaka', '01937775799', NULL, NULL, '$2y$10$13NbtnxZE1ioOewcdiXSqOBCpH43X05VxlRouINijhObbka4dnsjq', NULL, 2, 'user', '1', '2023-12-26 10:36:23', '2023-12-26 10:36:23'),
(00000000000000004040, 14, 'Mohammad Asim', NULL, NULL, 'Dhaka', '01915546870', NULL, NULL, '$2y$10$Szn0ntJGJs2ebvzxzi3DVea6lTSaWtO9XEiHq85Jj9BY6r7kqvdjq', NULL, 2, 'user', '1', '2023-12-26 10:37:49', '2023-12-26 10:37:49'),
(00000000000000004041, 14, 'Md Sojib Mia', NULL, NULL, 'Dhaka', '০১৯৯৬৮৮৩৩৮৫', NULL, NULL, '$2y$10$SzzbCA4uoNGAUryJymqkDed7Eg7CroJArvfeBFB7J0myVpVJ3j9Jy', NULL, 2, 'user', '1', '2023-12-26 10:38:19', '2023-12-26 10:38:19'),
(00000000000000004042, 14, 'MD Sifat Mia', NULL, NULL, 'Dhaka', '01404178746', NULL, NULL, '$2y$10$qMMoYEmX51U0nrpAnB8tFOfJ5C9tj1Gb4uP0uQ4KCwIIkXick8.0O', NULL, 2, 'user', '1', '2023-12-26 10:38:43', '2023-12-26 10:38:43'),
(00000000000000004043, 14, 'Md. Abdur Rahim', NULL, NULL, 'Dhaka', '০১৭১৪৬৯৪৭২৬', '০১৭৩৮৪২৫৭৫১', NULL, '$2y$10$YqcHxKuV.TOiLb574xhMieKQkwJ3k.WszJeM2sBFuf4x/vEN8B1mm', NULL, 2, 'user', '1', '2023-12-26 10:39:11', '2023-12-26 10:39:11'),
(00000000000000004044, 14, 'Emdad Emdad', NULL, NULL, 'Dhanmondi,r-6, h-27,flat-D1', '01715314966', NULL, NULL, '$2y$10$mI2DS2o6Vq.5RWgt6qAfTObt1wt3OnO1SNBe4hH4Cjg9Ku4O0x3gS', NULL, 2, 'user', '1', '2023-12-26 10:39:37', '2023-12-26 10:39:37'),
(00000000000000004045, 14, 'Md Rayhan Uddin', NULL, NULL, 'Dhaka', '01998742867', NULL, NULL, '$2y$10$sZiW7uR01850uKfQAAvtxuJhWOMn5QitidgK5xyFSzfMGoURPNVHe', NULL, 2, 'user', '1', '2023-12-26 10:40:38', '2023-12-26 10:40:38'),
(00000000000000004046, 14, 'Hasan', NULL, NULL, 'Dhaka', '01842932156', NULL, NULL, '$2y$10$K/3tBOTF8z3xRALvUqVTbuVymQDlknlyF/h9jRDS1KI70K6ILg4tm', NULL, 2, 'user', '1', '2023-12-26 10:41:32', '2023-12-26 10:41:32'),
(00000000000000004047, 19, 'Bike Point', NULL, NULL, 'শিবগঞ্জ, সিলেট', '01404443502', '01711321290', NULL, '$2y$10$G8RKurzKMGYZ5KWDiI8PZ.cWQY3R8PxrlSyDEZq27pSUlfnPS7FYW', NULL, 2, 'user', '1', '2023-12-26 10:42:32', '2023-12-26 10:42:32'),
(00000000000000004048, 14, 'MA ENTERPRISE', NULL, NULL, 'Dhaka', '01886152029', NULL, NULL, '$2y$10$w6r9dlf0XVAwU6ASq7NXseuAf1Mx.Di2v5BdWkms5Opvs3f3YShYu', NULL, 2, 'user', '1', '2023-12-26 11:05:50', '2023-12-26 11:05:50'),
(00000000000000004049, 19, 'Used Car Banani Ltd', NULL, NULL, 'বনানী, ঢাকা', '01810774478', '01755054546', NULL, '$2y$10$fymLy.WmptqY3gPoCOB1PelPz902v6iYIuWS/tX0WVZm6PhDIyDLy', NULL, 2, 'user', '1', '2023-12-26 11:06:52', '2023-12-26 11:06:52'),
(00000000000000004050, 21, 'CarBangladesh.com Buy-Sell', NULL, NULL, 'Farmgate, Dhaka, Bangladesh', '01722912000', NULL, NULL, '$2y$10$VSw/Y2rzUNyaYqVQnYBXhu2MGF7pJxyz2BILJbQU4rgiawmNlSohO', NULL, 2, 'user', '1', '2023-12-26 11:15:00', '2023-12-26 11:15:00'),
(00000000000000004051, 21, 'CarBangladesh.com Buy-Sell', NULL, NULL, 'Farmgate, Dhaka, Bangladesh', '01701951319', NULL, NULL, '$2y$10$nrYqujtQltAYmwerOdcT4./9huc.SRqCUFZRRiuZF4NMa8atzeDKa', NULL, 2, 'user', '1', '2023-12-26 11:16:13', '2023-12-26 11:16:13'),
(00000000000000004052, 21, 'CarBangladesh.com Buy-Sell', NULL, NULL, 'Farmgate, Dhaka, Bangladesh', '01711327116', NULL, NULL, '$2y$10$Vxwvqsr4iApZeREAx2DPOuQ6YOR2OBvQaL9OgO9oMvRweAaZ3eHHa', NULL, 2, 'user', '1', '2023-12-26 11:16:53', '2023-12-26 11:16:53'),
(00000000000000004053, 21, 'HSB CAR\'S', NULL, NULL, '147 OLD Airport Road, Monipuri para, Gate no -07. Tejgaon, Dhaka 1215.', '01684501578', NULL, NULL, '$2y$10$yJbpFWEzmP9dR0G25ZpDZ.40oz2BolGqKfXLGpyoQ2z/VnOTBlkm.', NULL, 2, 'user', '1', '2023-12-26 11:17:46', '2023-12-26 11:17:46'),
(00000000000000004054, 21, 'CarBangladesh.com Buy-Sell', NULL, NULL, 'Farmgate, Dhaka, Bangladesh', '01943715602', NULL, NULL, '$2y$10$fNPle4MlvB57GP4Hd6IL9.o1JngmYuTSpWDJQd8DBLKVKmklauszy', NULL, 2, 'user', '1', '2023-12-26 11:18:29', '2023-12-26 11:18:29'),
(00000000000000004055, 21, 'CarBangladesh.com Buy-Sell', NULL, NULL, 'Farmgate, Dhaka, Bangladesh', '01711077888', NULL, NULL, '$2y$10$yp6QPj8vpKNzpBC9CCzgJOWEW9hySxBVgz2uqZFPXNiul9Zx7KxUC', NULL, 2, 'user', '1', '2023-12-26 11:20:32', '2023-12-26 11:20:32'),
(00000000000000004056, 21, 'CarX Bangladesh', NULL, NULL, 'Dhaka', '01886680777', NULL, NULL, '$2y$10$1fSnP/uaL210feXFxCooweDT.yMhK95rYgjaZKz3imHngF00g9tNK', NULL, 2, 'user', '1', '2023-12-26 11:23:36', '2023-12-26 11:23:36'),
(00000000000000004057, 21, 'Car Extra Autos', NULL, 'delowar.bd210@gmail.com', '27/1 New Eskaton, Bangla Motor, Dhaka, Dhaka, Bangladesh', '01836977134', NULL, NULL, '$2y$10$jy375Qa5kINaAtcyzqN5vuv8zm20ME/eJrEc6Q1VKcXgYi3UCrUvK', NULL, 2, 'user', '1', '2023-12-26 11:25:05', '2023-12-26 11:25:05'),
(00000000000000004058, 21, 'Car Shine Home Service', NULL, 'tanvirhn50@gmail.com', '45/3 Choitali Road, 2nd Colony Mazar Road. Mirpur-1, Dhaka, Bangladesh', '01794135901', NULL, NULL, '$2y$10$LY36JIm4IyfjQM316mu5ReJPcj74wDylP8AnjiBodJaM74BFQYSLO', NULL, 2, 'user', '1', '2023-12-26 11:26:57', '2023-12-26 11:26:57'),
(00000000000000004059, 21, 'Car Haat Ltd.', NULL, 'info@carhaat.com.bd', 'Dhaka', '01919777999', NULL, NULL, '$2y$10$tyMe/ZfblC1GSgP0PxGCbus6dDKu3Qy5vL6fNrfedu7hshYEjAF4S', NULL, 2, 'user', '1', '2023-12-26 11:28:13', '2023-12-26 11:28:13'),
(00000000000000004060, 21, 'BD CAR Heaven', NULL, NULL, 'বিডি কার হ্যাভেন ৭৩ গ্রীন রোড, পান্থপথ, Dhaka, Bangladesh', '01714646424', NULL, NULL, '$2y$10$XoK3YSo8Zo9UCxqMvGvCpu2ebwSaNuWzbHFo0WfQ8Gg0CVxQKtfYy', NULL, 2, 'user', '1', '2023-12-26 11:29:19', '2023-12-26 11:29:19'),
(00000000000000004061, 21, 'DHAKA RENT A CAR', NULL, NULL, '160 Green Rd, Dhaka 1205,1205 Dhaka, Dhaka Division, Bangladesh, Dhaka, Bangladesh', '01716493638', NULL, NULL, '$2y$10$rvcdgGav5PocQhXniYh0dO/07G0MDyn7WnQuZatx0peYvFeEHOGIm', NULL, 2, 'user', '1', '2023-12-26 11:30:25', '2023-12-26 11:30:25'),
(00000000000000004062, 21, 'Biswas Automobiles', NULL, 'info@biswasautomobilesbd.com', 'Ka-60, ​Soudi mosjid Road, Nodda, Dhaka, Dhaka, Bangladesh', '01742700300', '01733383331', NULL, '$2y$10$vJkDNP5SjZx1OvOqkyAilOWjQdZM68zYIcDsUpGmWOrE11L0CYoke', NULL, 2, 'user', '1', '2023-12-26 11:31:51', '2023-12-26 11:32:36'),
(00000000000000004063, 21, 'CAR Change', NULL, 'mirajul.arm@gmail.com', 'Dhaka', '01911922178', NULL, NULL, '$2y$10$eF3y3DM1iFSuFAjQ62UyJOesTz3Y/XkzafCpfz/wvsGPjvVG2XxV.', NULL, 2, 'user', '1', '2023-12-26 11:33:43', '2023-12-26 11:33:43'),
(00000000000000004064, 21, 'Car Corporations BD', NULL, 'carcorpbd@gmail.com', 'House-139 (1st Floor), Road-22, New DOHS, Mohakhali, Dhaka-1206., Dhaka, Bangladesh', '01727412340', NULL, NULL, '$2y$10$H2Ycwh39lXCEuyq/cM.WAefNx3.Bmw46Iz4//v9ZD2mMragvf8wTK', NULL, 2, 'user', '1', '2023-12-26 11:35:19', '2023-12-26 11:35:19'),
(00000000000000004065, 21, 'Dream Car House', NULL, 'dreamcarhouse101@gmail.com', '18,Shaheed Captain Mansur Ali Soroni, Kakrail, Dhaka, Bangladesh', '01615121312', NULL, NULL, '$2y$10$6rZCnnzTH78nmTScp2ENCOY5qMBRAMko1MxxDuSUxIBjCKpiZxyle', NULL, 2, 'user', '1', '2023-12-26 11:36:42', '2023-12-26 11:36:42'),
(00000000000000004066, 21, 'TRT Car Lovers', NULL, 'trtcarlovers@gmail.com', 'New Janata Market,Rayer Bazar Beribadh Road, West Dhanmondi, Dhaka, Dhaka, Bangladesh', '01672721374', NULL, NULL, '$2y$10$SgeBkFU03QyytMv6SUAThOaJuSELckkXViUev/PJJkIvNsfMNUHuS', NULL, 2, 'user', '1', '2023-12-26 11:38:12', '2023-12-26 11:38:12'),
(00000000000000004067, 21, 'AB Rent a Car BD', NULL, NULL, 'Dhaka', '01920144744', NULL, NULL, '$2y$10$oycmohpNQlRsOLfLPqZCfufXyD82Z/Yg3HJN3qBzpkp.Ws56jlafG', NULL, 2, 'user', '1', '2023-12-26 11:39:20', '2023-12-26 11:39:20'),
(00000000000000004068, 21, 'Car Collection Automobile', NULL, 'carcollectionautomobiles81@gmail.com', 'Dhaka', '01821730707', NULL, NULL, '$2y$10$ubFYeMXvfJWJWKeSXK16JOKk1V9Qx9xVmvglyCrD9uhHLMgnBZQr2', NULL, 2, 'user', '1', '2023-12-26 11:40:38', '2023-12-26 11:40:38'),
(00000000000000004069, 21, 'The Car House', NULL, 'thecarhousebd@gamil.com', 'Malibagh DIT Road Dhaka, Dhaka, Bangladesh', '01897974497', NULL, NULL, '$2y$10$AjG/jIT49yOjXApTegX3Luu5LNOpSxVTRv7DAH0JtbzZtc1mGsr7m', NULL, 2, 'user', '1', '2023-12-26 11:42:32', '2023-12-26 11:42:32'),
(00000000000000004070, 21, 'Afsar Uddin Sahin', NULL, NULL, 'Dhaka', '01676942823', NULL, NULL, '$2y$10$JhnJy746uziJ5IHe0sgQZ.qDr7LdtUlWhFkkuph0WOHMJ2ueGbJpO', NULL, 2, 'user', '1', '2023-12-26 17:09:16', '2023-12-26 17:09:16'),
(00000000000000004071, 21, 'Md Khaled H Rajib', NULL, NULL, 'Pollobi, Mirpur', '01611750993', NULL, NULL, '$2y$10$wfYIcHbWIBoiI0/DW9n6V.wZsGoROe/16gaZRzhNYeWzt6tMK4Uzu', NULL, 2, 'user', '1', '2023-12-26 17:10:14', '2023-12-26 17:10:14'),
(00000000000000004072, 21, 'Mohammad Shorab', NULL, NULL, 'Tikkapara, Mohammadpur', '01716338916', NULL, NULL, '$2y$10$C9JPJrBfXv/bZiANFdiGRupr5Aw4mj5vgO0WQ2Il/1W8rb6X8Tg5e', NULL, 2, 'user', '1', '2023-12-26 17:11:51', '2023-12-26 17:11:51'),
(00000000000000004073, 21, 'Sumon Chowdhury', NULL, NULL, 'Ambarkhana Road, Shahi Eidgah, Sylhet', '01746616263', '01712549090', NULL, '$2y$10$nwNiyLgPBsIOcoE8VUtY6OZqhnuGpvGs7VFLedqP2On.i11p2B2K2', NULL, 2, 'user', '1', '2023-12-26 17:13:17', '2023-12-26 17:13:17'),
(00000000000000004074, 21, 'Asraful Alam - Akib', NULL, NULL, 'Dhaka', '01617749988', NULL, NULL, '$2y$10$0ZDEUWTQkQmoiSZmF9QrMOrLq4ZgDQA5a.dyNWMNyX8yZVlqV/q2C', NULL, 2, 'user', '1', '2023-12-26 17:14:22', '2023-12-26 17:14:22'),
(00000000000000004075, NULL, 'Rifat Ahmed', NULL, NULL, 'Uttara', '01675503744', NULL, NULL, '$2y$10$P.f1I3vr1217MU6J66jIyOFHqVe2rim2mcNZaF.7SciQwy6YBnCbe', NULL, 2, 'user', '1', '2023-12-26 17:15:45', '2023-12-26 17:15:45'),
(00000000000000004076, 21, 'Merzon Ahmed', NULL, NULL, 'Khilgaon Shipahibag Dhaka', '01778463163', NULL, NULL, '$2y$10$7vuumfNgalpT0kxablBi9uZVH81c5znRpQTJAYY6HPOHj5BBSc8K6', NULL, 2, 'user', '1', '2023-12-26 17:16:52', '2023-12-26 17:16:52'),
(00000000000000004077, 21, 'Shakib Syed', NULL, NULL, 'Sylhet sadar(Ambarkhana)', '01915696884', NULL, NULL, '$2y$10$yMAuxqItf/YOmtqGenOfQ.drpSb8H.BL7DHdyz/NnbHW4qNaC5MPa', NULL, 2, 'user', '1', '2023-12-26 17:17:51', '2023-12-26 17:17:51'),
(00000000000000004078, 21, 'Akib Akib', NULL, NULL, 'Dhaka', '01765332504', NULL, NULL, '$2y$10$iEI5sv9OAxdhgtFqR8PZTeTCUS.vR.kbgi4uM8LtmWhW3AYS4nlim', NULL, 2, 'user', '1', '2023-12-26 17:19:14', '2023-12-26 17:19:14'),
(00000000000000004079, 21, 'রিহাব উদ্দিন জামাল', NULL, NULL, 'Plot 26, Road -Avenue 9(East Side of Uttara Uttar Metro Rail Station), Sector -15, Uttara, Dhaka-1230.', '01726418442', '01750610022', NULL, '$2y$10$z2QzM9/HF.Yiq4DS5zDC1uBqCZLajIGpTgwbZrnIpBxOFWlwYAjQa', NULL, 2, 'user', '1', '2023-12-26 17:20:13', '2023-12-26 17:20:13'),
(00000000000000004080, 21, 'Shamim Molla', NULL, NULL, 'Dhaka', '01602270534', '01716121315', NULL, '$2y$10$MlixsyNUdLCRdycXb2ACYu10anA1J/3Y59uGYfXWRdpUvhd0uHQ7i', NULL, 2, 'user', '1', '2023-12-26 17:21:32', '2023-12-26 17:21:32'),
(00000000000000004081, 21, 'Dinaj Ahmed Ayan', NULL, NULL, 'Dhaka', '০১৬১১৩৮৬৫৬২', '০১৭৫৬৩৮৬৫৬২', NULL, '$2y$10$NgR960W0xjoJVha9MIO9q.70JK6hfYUscQ9MY9Afjgtsq66jflWby', NULL, 2, 'user', '1', '2023-12-26 17:22:31', '2023-12-26 17:22:31'),
(00000000000000004082, 21, 'Md Wahiduzzaman Pintu', NULL, NULL, 'সাভার, গেন্ডা বাসস্ট্যান্ড, ঢাকা', '01712772307', '01681417380', NULL, '$2y$10$OYHq9Uae70Yn6K2oUHaUQeqIbA.9PBaAt3/zyxZn5TqrPm8j6XTh6', NULL, 2, 'user', '1', '2023-12-26 17:23:33', '2023-12-26 17:23:33'),
(00000000000000004083, 21, 'Mahfuz Hasan', NULL, NULL, 'House :29, Block A, Main road  Aftabnagar ( In front of east west University)', '𝟎𝟏𝟗𝟓𝟖𝟑𝟔𝟗𝟔𝟒3', NULL, NULL, '$2y$10$FO89W5w5N9ejcF7S4X/obeIDu4dsdL27wX.ifwpUxJNTFsGd4AvXK', NULL, 2, 'user', '1', '2023-12-26 17:24:31', '2023-12-26 17:24:31'),
(00000000000000004084, 21, 'Md Wahiduzzaman Pintu', NULL, NULL, 'Savar', '01712059655', NULL, NULL, '$2y$10$fkoO2DsyXiFa1R2T7DB1mO4GjlgAy2xxQCD.BD0JzSfoi44AaRs6e', NULL, 2, 'user', '1', '2023-12-26 17:25:47', '2023-12-26 17:25:47'),
(00000000000000004085, 21, 'Mohiuddin Chowdhury Mamun', NULL, NULL, 'Dhaka', '01674240974', NULL, NULL, '$2y$10$K3UQxnLCDcIIz39YAtGAgOZDXfE.PPARansehAByh/MtY0RHD0qMe', NULL, 2, 'user', '1', '2023-12-26 17:27:09', '2023-12-26 17:27:09'),
(00000000000000004086, 21, 'Shakhawat Hossain', NULL, NULL, 'Road-18, Baridhara, South Point School, Dhaka-1212', '01618274276', NULL, NULL, '$2y$10$rFeBxoqFLfqDFCC80EUSv.IKyWhBWLoSk/Lkc0Qj.Cn.0.jML.AGS', NULL, 2, 'user', '1', '2023-12-26 17:27:58', '2023-12-26 17:27:58'),
(00000000000000004087, NULL, 'Sajjad Alam', NULL, NULL, 'Dhaka', '01308554021', '01632377355', NULL, '$2y$10$f3jWjKfscUhx1FCudopXP.0AJ7XAdgos9X40l03Eo1pCiplaEZ7RG', NULL, 2, 'user', '1', '2023-12-26 17:28:45', '2023-12-26 17:28:45'),
(00000000000000004088, 21, 'Sk Alamgir Hossain', NULL, NULL, 'শিংটোলা, থানা - সূত্রাপুর, ঢাকা - ১১০০ - ঢাকা, বাংলাদেশ।', '01911921921', '01632377355', NULL, '$2y$10$tVlqYLBFPOc5D3SsvFscP.1WUOBt74fQerZHOlWC6TOMPP4eXk4Hy', NULL, 2, 'user', '1', '2023-12-26 17:29:48', '2023-12-26 17:29:48'),
(00000000000000004089, 21, 'Md Rayhanul Hoque', NULL, NULL, 'Dhaka', '01911860835', NULL, NULL, '$2y$10$sdMAGHnMWNH0/1SlmuYPhuiERWsNU0vjVo5IQbs0winaJnmo.QNlO', NULL, 2, 'user', '1', '2023-12-26 17:31:09', '2023-12-26 17:31:09'),
(00000000000000004090, 21, 'JA MI M', NULL, NULL, 'Dhaka', '01879737777', NULL, NULL, '$2y$10$i0q8ztEyfncNBWvjBt4KvOsEcyvPA809LPoWMKar8P1atA2PnoWIy', NULL, 2, 'user', '1', '2023-12-26 17:31:59', '2023-12-26 17:31:59'),
(00000000000000004091, 21, 'এম আর কার সেন্টার', NULL, NULL, '৮০/২ ভিআইপি রোড কাকরাইল ঢাকা (১০০০) উইলস লিটল ফ্লাওয়ার স্কুল এন্ড কলেজের অপর দিকে ।', '01676717448', '01716499973', NULL, '$2y$10$SNA08RR6WnhHihb2u9ov8.kn02ePsrj201pDkXtFAFdRgrpwpPv2u', NULL, 2, 'user', '1', '2023-12-26 17:34:21', '2023-12-26 17:34:21'),
(00000000000000004092, 21, 'Carshop Bd', NULL, NULL, 'Dhaka', '01816174757', NULL, NULL, '$2y$10$mh226gA6AQCxdpkC6vN4NOKHs4HA7rRI1TUghVenUSVt1IDwKAuaC', NULL, 2, 'user', '1', '2023-12-26 17:35:43', '2023-12-26 17:35:43'),
(00000000000000004093, 21, 'Habebur Rahman Abdul Hay', NULL, NULL, '24/12, Tajmohal Road, Block-C, Infront of Japan Garden City Mohammadpur, Dhaka-1207', '01712927246', NULL, NULL, '$2y$10$hgd53m7RFOzo.HNFgC3LbOblqNZbGtBUcDoGweeBKjwGrE.o575ky', NULL, 2, 'user', '1', '2023-12-26 17:37:26', '2023-12-26 17:37:26'),
(00000000000000004094, 21, 'Nasir Monsur', NULL, NULL, 'BASHUNDHARA R/A  ( North South University পাশে)', '01721504797', NULL, NULL, '$2y$10$4qQADcAtIEhpTowU5Uw8hOxNpKUCGnse0pyiesnEvktioDppfn5D.', NULL, 2, 'user', '1', '2023-12-26 17:38:25', '2023-12-26 17:38:25'),
(00000000000000004095, 21, 'Mohammed Rony', NULL, NULL, 'Dhaka', '01795554844', NULL, NULL, '$2y$10$x8KviAapBfwUiiEp3wcBnOPm1M3Xq89dLP6GpbrNvvzXdv5G5r55q', NULL, 2, 'user', '1', '2023-12-26 17:39:08', '2023-12-26 17:39:08'),
(00000000000000004096, 21, 'Mohsin Hussain', NULL, NULL, 'Dhaka', '01819729055', NULL, NULL, '$2y$10$F9/5wnxA5m3GB5EOoU8F6Oh6nskZ6H5vhwAJr65LkH7AweOpaO9p.', NULL, 2, 'user', '1', '2023-12-26 17:39:43', '2023-12-26 17:39:43'),
(00000000000000004097, NULL, 'Maher Lamjarred', NULL, NULL, 'Dhaka', '01607894968', NULL, NULL, '$2y$10$PMukJQC4hBuAZO4.j.OvduO3I392d6tiG3k3qbEf/1KgQUsnxOtzG', NULL, 2, 'user', '1', '2023-12-26 17:40:18', '2023-12-26 17:40:18'),
(00000000000000004098, NULL, 'Sham', NULL, NULL, 'Dhaka', '01533445347', NULL, NULL, '$2y$10$eoNgvYQhxvguoltwZEn.SOTxCec/J8Q0AZ09KrzRmrkgSXpqFsA12', NULL, 2, 'user', '1', '2023-12-26 17:41:20', '2023-12-26 17:41:20'),
(00000000000000004099, 21, 'Jańnât Sharkër', NULL, NULL, 'Gazipur,Bord Bazar', '01641550384', NULL, NULL, '$2y$10$m4GiGl2ThwsESfSmG4u1S.xXCcti1mIvBiY0jRabJ65if7mHZ6YyW', NULL, 2, 'user', '1', '2023-12-27 11:11:58', '2023-12-27 11:11:58'),
(00000000000000004100, 14, 'Samsur Rahman', NULL, NULL, 'Uttara', '01722822657', NULL, NULL, '$2y$10$kDLr1Ys7yFnhgxbavDBTGuyqqdQyjkfvEe3cQhgL6BYBzkZ4SFoES', NULL, 2, 'user', '1', '2023-12-27 11:13:55', '2023-12-27 11:13:55'),
(00000000000000004101, 14, 'Ripon', NULL, NULL, 'Rupgonj,Narayangonj', '01932043244', NULL, NULL, '$2y$10$J0aUWNPIvE28oSUruAbpsehP716QQ8jTEyRh8FPR8TjtyvjUUwO/2', NULL, 2, 'user', '1', '2023-12-27 11:15:19', '2023-12-27 11:15:19'),
(00000000000000004102, 14, 'Md Arif Mia', NULL, NULL, 'Uttora', '01997721774', NULL, NULL, '$2y$10$SUbB5OilIY414o4KgrIKj.t1nvJROUhefdAqaAlGqyX4P.6Wpr9GG', NULL, 2, 'user', '1', '2023-12-27 11:16:12', '2023-12-27 11:16:12'),
(00000000000000004103, 14, 'shohidul Islam shohid', NULL, NULL, 'Uttara', '01673552004', NULL, NULL, '$2y$10$GsuJnQDvb/Nt4lysuI4KleIZfqov3hiMBOR1r3s3sMER1u/S7Uhg2', NULL, 2, 'user', '1', '2023-12-27 11:16:42', '2023-12-27 11:16:42'),
(00000000000000004104, 14, 'মোঃ ইমাম হোসাইন মাসুদ', NULL, NULL, 'Dhaka', '01717149051', NULL, NULL, '$2y$10$0NSs/qtF9yHNOrklF9dORuBZO0rQ9Spg9lXeJbK9xf8ExTEgnqPxm', NULL, 2, 'user', '1', '2023-12-27 11:17:36', '2023-12-27 11:17:36'),
(00000000000000004105, 14, 'Mohammad Shafiqul Islam', NULL, NULL, 'Dhanmondi', '01713068050', NULL, NULL, '$2y$10$DEd3TAOgkLvvFf43Z3CKdu9S1pLFJyqq0ESkhM4v4glfT8D50QHza', NULL, 2, 'user', '1', '2023-12-27 11:18:32', '2023-12-27 11:18:32'),
(00000000000000004106, 14, 'Shaikh Mohammad Nafiz', NULL, NULL, 'Dhaka', '01953843786', NULL, NULL, '$2y$10$yShjWe7nU6q6kvKvJs5aR.08EJOwBhWcw3TxpQby2Lak/ZXUBXJKK', NULL, 2, 'user', '1', '2023-12-27 11:20:32', '2023-12-27 11:20:32'),
(00000000000000004107, 14, 'আবদুল ওয়াদুদ', NULL, NULL, 'Dhaka', '01680101040', NULL, NULL, '$2y$10$0w21O3j8f2F9F378MuUhgeoH2kIV7BRSxIpts1zr1nxjXPc4F/zl.', NULL, 2, 'user', '1', '2023-12-27 11:21:38', '2023-12-27 11:21:38'),
(00000000000000004108, 14, 'Shaikat A. Shamim', NULL, NULL, 'Dhanmondi  8/A', '01759338877', NULL, NULL, '$2y$10$f3lYxdk0POn2AwtKtgWTe.6gJVeySCzeBpREJbEUJtDP3QBvJDzsK', NULL, 2, 'user', '1', '2023-12-27 11:22:19', '2023-12-27 11:22:19'),
(00000000000000004109, 14, 'Md abdullah', NULL, NULL, 'mirpur-12,road12, block-C, house-46', '01709214192', NULL, NULL, '$2y$10$23bCsx2XGS7HSwp745yIPeIM4wD4IgWfjUCyG/EpVIDxij1VjjysK', NULL, 2, 'user', '1', '2023-12-27 11:23:28', '2023-12-27 11:23:28'),
(00000000000000004110, 14, 'Asraful Jony', NULL, NULL, 'Chottogram', '01920681358', NULL, NULL, '$2y$10$a6xN8bBClIt7aTHuA6LijeOkNK8SYxI30ApT23lhvNcQynQuChBUC', NULL, 2, 'user', '1', '2023-12-27 11:24:19', '2023-12-27 11:24:19'),
(00000000000000004111, 14, 'Golam Kibria', NULL, NULL, 'Dhaka', '01756164405', NULL, NULL, '$2y$10$Aa7YKEnNq2qeeADR.J2r0eo6tGsq1o/j6QGJo5ZX/frJp3VcVQjIm', NULL, 2, 'user', '1', '2023-12-27 11:25:35', '2023-12-27 11:25:35'),
(00000000000000004112, 14, 'Mohammad Fazlul Karim', NULL, NULL, 'Dhaka', '01677072748', NULL, NULL, '$2y$10$2pMNAlP5oBpwft8tFW7vzuUBMlqq0e.1qfkis/rlyGE.bIGT6Q.E.', NULL, 2, 'user', '1', '2023-12-27 11:26:09', '2023-12-27 11:26:09'),
(00000000000000004113, 14, 'Obayedur Rahman', NULL, NULL, 'mirpur mazar road', '01714047209', NULL, NULL, '$2y$10$n55C0C9b.T6.DD8VO/dPq.4IaA69hPhbz5ixaSxrGRUmfow.zij2u', NULL, 2, 'user', '1', '2023-12-27 11:27:26', '2023-12-27 11:27:26'),
(00000000000000004114, 14, 'MD. YOUSUF SHEIKH', NULL, NULL, 'BARIDHARA, J-BLOCK', '01714932829', NULL, NULL, '$2y$10$j96Q8uuMjei6m2a1XmmHleEu3jp94o3AVsLsxCfuyT1n7AgtZ.JqO', NULL, 2, 'user', '1', '2023-12-27 11:29:00', '2023-12-27 11:29:00'),
(00000000000000004115, 14, 'Rased Hawlader', NULL, NULL, 'Agargaon', '01730466799', NULL, NULL, '$2y$10$Jm1fOeQ4D500C.XE60HwE.w3.6e8zC7i9O7eGrmw1Kr47ohsif8Mu', NULL, 2, 'user', '1', '2023-12-27 11:32:03', '2023-12-27 11:32:03'),
(00000000000000004116, NULL, 'Motiur Rahman', NULL, 'motiur46@mygpsbd.com', 'dhaka', '01711161459', NULL, NULL, '$2y$10$1BLXqGw1Al89HnEo.tlh2.dgBwKhmZA39BanIERTApmCUGGa1C.7m', NULL, 2, 'user', '2', '2023-12-27 11:32:13', '2023-12-27 11:32:13'),
(00000000000000004117, 14, 'Md Shipon', NULL, NULL, 'Dhaka', '01818710447', NULL, NULL, '$2y$10$fmiD9XwbbEAk6iEwbAKOX.9F4xs8D.Pb1LuwmglZS2gNcBixZMr7K', NULL, 2, 'user', '1', '2023-12-27 11:38:58', '2023-12-27 11:38:58'),
(00000000000000004118, 14, 'Md Babul Miya', NULL, NULL, 'Dhaka', '01939001058', NULL, NULL, '$2y$10$BONv31nOzGVKvhp6GWMwGujNdvoh7rFsmw2wyaU/X/BypMxj4sx8W', NULL, 2, 'user', '1', '2023-12-27 11:39:18', '2023-12-27 11:39:18'),
(00000000000000004119, NULL, 'Mohammad Masoom Hasan', NULL, 'masoom.hs@gmail.com2', 'dhaka', '01799983779', NULL, NULL, '$2y$10$dWnWn5U1AdTfteLm2e/iteFkhHDLLT9CStS30vJL5SnAieyLWD1ZK', NULL, 2, 'user', '1', '2023-12-27 11:39:23', '2023-12-27 11:39:23'),
(00000000000000004120, 14, 'Mahafuzur Rahman Nirob', NULL, NULL, 'ctg,halisohor', '01829730880', NULL, NULL, '$2y$10$SgrbqChlzVrWq8OhA9v9JOoWtuioKXZFCPuM2U9UQYIwH8DrGY3AS', NULL, 2, 'user', '1', '2023-12-27 11:39:44', '2023-12-27 11:39:44'),
(00000000000000004121, 14, 'Jamal', NULL, NULL, 'Mugdha', '01919632211', NULL, NULL, '$2y$10$StyUUg1R/CoEtroP93iE7uOozKHBfhGbNeobkyQI0xYGBVLXOtHg6', NULL, 2, 'user', '1', '2023-12-27 11:41:45', '2023-12-27 11:41:45'),
(00000000000000004122, 14, 'Ab Gaffar', NULL, NULL, 'Narayongonj', '01915798359', NULL, NULL, '$2y$10$sb35XHhTEuy4Y2K5jKMHpOlxL4RgLN5S45mzXlXtQTmQlTWaGUHtW', NULL, 2, 'user', '1', '2023-12-27 11:43:01', '2023-12-27 11:43:01'),
(00000000000000004123, NULL, 'Md.Al-Amin Miah', NULL, 'advalaminmiah@gmail.com', 'dhaka', '01841852456', NULL, NULL, '$2y$10$jSgqMENYegp0vg2s/wpmkuVx8WCIm4xzzTv1ZJ9T5bFyDxEu4cjgq', NULL, 2, 'user', '1', '2023-12-27 11:43:50', '2023-12-27 11:43:50'),
(00000000000000004124, 14, 'Tapos', NULL, NULL, 'Lalmatia,Dhaka', '01777763639', NULL, NULL, '$2y$10$XLx/Jn/3kE4zjIAzg8FJSOvHttIuh8FN809.QCPTUA/d6VVUs9I0C', NULL, 2, 'user', '1', '2023-12-27 11:44:14', '2023-12-27 11:44:14'),
(00000000000000004125, NULL, 'Badshah', NULL, NULL, 'dhaka', '01811420266', NULL, NULL, '$2y$10$VWApotMG2roiPNnVPjkhSuWBmuElSHwiyTp8Srk2RoYoUxwSczDHO', NULL, 2, 'user', '1', '2023-12-27 11:48:08', '2023-12-27 11:48:08'),
(00000000000000004126, 14, 'জি কে সৌরভ খান', NULL, NULL, 'Gulshan', '01738223109', NULL, NULL, '$2y$10$m7zmKzK9Vdl3br.gInsUW.YGazwWUTtoYanmqeKzHM3q.gWSHPLCi', NULL, 2, 'user', '1', '2023-12-27 11:52:50', '2023-12-27 11:52:50'),
(00000000000000004127, 14, 'GM GOLAM ROFIK', NULL, NULL, 'BONOSRI', '01711010699', NULL, NULL, '$2y$10$Y/5iLitnA3fj6ScUfCVDrODpgf31ZXTEj05Y/MT5t32zOuVzKmLkS', NULL, 2, 'user', '1', '2023-12-27 11:53:23', '2023-12-27 11:53:23'),
(00000000000000004128, 14, 'Aminul Hossain', NULL, NULL, 'Malibagh', '01735688810', NULL, NULL, '$2y$10$/MpmaZgubZB0w4zUgiYJyeYHlK9KZa2f6XttTqT3TjhxMCkpX12.6', NULL, 2, 'user', '1', '2023-12-27 11:54:00', '2023-12-27 11:54:00'),
(00000000000000004129, NULL, 'Hassan Mahmud', NULL, NULL, 'dhaka', '01862470901', NULL, NULL, '$2y$10$Qu3ELPKnrFt6RxSTJ6.mX.OLEILMlr7PkwmcRO0UH8n0ilp5He/M6', NULL, 2, 'user', '1', '2023-12-27 11:54:04', '2023-12-27 11:54:04'),
(00000000000000004130, 14, 'Nazim Uddin', NULL, NULL, 'Dhaka', '01833060660', NULL, NULL, '$2y$10$sIdV4YbSj1vNBJy60BAErOa.KLSgUC9hT7w9qHf2Edo72qOur/ETK', NULL, 2, 'user', '1', '2023-12-27 11:54:29', '2023-12-27 11:54:29'),
(00000000000000004131, 14, 'Saddam Molla', NULL, NULL, 'Uttara, sector-10', '01849773859', NULL, NULL, '$2y$10$wGCNQlx3UFCAgCHt8RpMneMy9Xfc99UmnzCecnOYBHZReraPG5dcC', NULL, 2, 'user', '1', '2023-12-27 11:55:11', '2023-12-27 11:55:11');
INSERT INTO `users` (`id`, `lebel_id`, `name`, `nid`, `email`, `address`, `phone`, `alter_phone`, `email_verified_at`, `password`, `remember_token`, `role`, `type`, `user_type`, `created_at`, `updated_at`) VALUES
(00000000000000004132, 14, 'Muhammad Rakibuzzaman Tameem', NULL, NULL, 'Ashulia', '01688820410', NULL, NULL, '$2y$10$k.MP4.Ch5TZxNUvnDBnYCuzjLtFACI7xbbW/18KODjggKPKo3a2z2', NULL, 2, 'user', '1', '2023-12-27 11:55:56', '2023-12-27 11:55:56'),
(00000000000000004133, NULL, 'Nur Fahim', NULL, NULL, 'Khilgoan, Basabo', '01784560099', NULL, NULL, '$2y$10$fdaKyYkq/ppURTOQ6eZB5uda4NTrfNrMFyk0ibcdaJvdUPMXKfgye', NULL, 2, 'user', '1', '2023-12-27 11:56:42', '2023-12-27 11:56:42'),
(00000000000000004134, 14, 'Al Amin Mohammad', NULL, NULL, 'Khilgoan, Basabo', '01767676069', NULL, NULL, '$2y$10$MuS2D.x5z3UxPrM.wynG1ecxxrjMoZ0pHqT7Z38OxjtN5Yn8m/h8y', NULL, 2, 'user', '1', '2023-12-27 11:57:15', '2023-12-27 11:57:15'),
(00000000000000004135, 14, 'Nazmul Islam', NULL, NULL, 'Dhaka', '01646490553', NULL, NULL, '$2y$10$WcKpOyR.b4z/XNsNovD3Gemqdi4GEyUqmXBheEVeuRcsWW99C1QN.', NULL, 2, 'user', '1', '2023-12-27 11:58:37', '2023-12-27 11:58:37'),
(00000000000000004136, 14, 'Shalimulla Bhuyen Titu', NULL, NULL, 'Demra', '01711006580', NULL, NULL, '$2y$10$xbWLjfBxtKNHzeojTbK60ubI92Ar/wTaeDzSoHg3WXuNr6w7g7VYS', NULL, 2, 'user', '1', '2023-12-27 11:59:07', '2023-12-27 11:59:07'),
(00000000000000004137, 14, 'Faisal Ahmed Nasim', NULL, NULL, 'Dhaka', '01709968181', NULL, NULL, '$2y$10$Qkl1D5CM7L0SToCKyzw8GOEbCNyR5wCgUFOjgIVDAFojS8OPw9D9y', NULL, 2, 'user', '1', '2023-12-27 12:00:02', '2023-12-27 12:00:02'),
(00000000000000004138, 14, 'Mehedi Hasan Chowdhury', NULL, NULL, 'MIRPUR-6', '01616422400', NULL, NULL, '$2y$10$4LYx5xyhXseSDMCU1vW/IOsFi6ndz8SI147mk4MeHtZIWlsezrAvm', NULL, 2, 'user', '1', '2023-12-27 12:08:43', '2023-12-27 12:08:43'),
(00000000000000004139, 14, 'Shahadat Hossain Joty', NULL, NULL, 'Saydabad, Dhaka', '01940049576', NULL, NULL, '$2y$10$Bnv4UDt0Ndy5ZH3gKLh7XuoWYv1f8pUUL9Trk347jcjgAKn7dFiJ2', NULL, 2, 'user', '1', '2023-12-27 12:11:27', '2023-12-27 12:11:27'),
(00000000000000004140, 14, 'Sajib Hasan', NULL, NULL, 'kollanpur', '01735833470', NULL, NULL, '$2y$10$yxSsj43DuK6h.RFsQgIZ.ucK4zTaL0Ez0IDewjyjiuP/S01AkVpvu', NULL, 2, 'user', '1', '2023-12-27 12:29:01', '2023-12-27 12:29:01'),
(00000000000000004141, 14, 'Enayet ullah', NULL, NULL, 'Chottogram', '01836767097', NULL, NULL, '$2y$10$9Vyx2Mqhun31xVQ7i41bQuHFJ6i37KXf8I6vQOJ4zfqCBerLyiUZy', NULL, 2, 'user', '1', '2023-12-27 12:29:42', '2023-12-27 12:29:42'),
(00000000000000004142, 14, 'Shohel Rana', NULL, NULL, 'Dhaka', '01796995129', NULL, NULL, '$2y$10$7sNj9nSH4w5f8gHlpHNwW.iGp563CK2OeEiSdacRP84MeCbo9uMVO', NULL, 2, 'user', '1', '2023-12-27 12:31:02', '2023-12-27 12:31:02'),
(00000000000000004143, 21, 'Taiful Mawla Tausick', NULL, NULL, 'Dhaka', '01624770225', NULL, NULL, '$2y$10$NiS/wy6fMrzL5B7cK77s6.pwS2tJnPXRhl8Hkue7DhGQBGNz9hV7G', NULL, 2, 'user', '1', '2023-12-27 12:33:05', '2023-12-27 12:33:05'),
(00000000000000004144, 21, 'Mustafizur Rahaman Sohan', NULL, NULL, 'Dhaka', '01834879650', NULL, NULL, '$2y$10$bvj9PsvhWCj68F.B5GJMJugYKjGSk8PDfeLX2x8d4fRAQ/gROeLPq', NULL, 2, 'user', '1', '2023-12-27 12:33:47', '2023-12-27 12:33:47'),
(00000000000000004145, 21, 'Shohag Ahmed Sifat', NULL, NULL, 'Dhaka', '01679192056', NULL, NULL, '$2y$10$Ko1x1A.JdA7ykvo6QApT8ek7W2JAV3yHZLijjVfPNPAOQa2QKx.AG', NULL, 2, 'user', '1', '2023-12-27 12:34:52', '2023-12-27 12:34:52'),
(00000000000000004146, 21, 'Khadimul Ahmed', NULL, NULL, 'উত্তরা সেক্টর #১১ রোড নং #১৬ বাড়ি নং #৮১', '01992531181', NULL, NULL, '$2y$10$QHlT.NgzApv9Aw58g/kUieMxmaCbd/yn1BoSvwRobdEyEGfQ7mGS2', NULL, 2, 'user', '1', '2023-12-27 12:36:45', '2023-12-27 12:36:45'),
(00000000000000004147, 21, 'Abir Hossain', NULL, NULL, 'House#85,Road#07,Block#H, Banani Dhaka-1213.', '01864210419', NULL, NULL, '$2y$10$nYSVcYB2NCK.uwguy8QJ1.31kCz24KvG8eJ.COJLzox63LEGEiedC', NULL, 2, 'user', '1', '2023-12-27 12:38:19', '2023-12-27 12:38:19'),
(00000000000000004148, 21, 'Shihabul Islam', NULL, NULL, '𝐊𝐀/𝟐𝟐𝟗, 𝟐 𝐏𝐫𝐚𝐠𝐚𝐭𝐢 𝐒𝐚𝐫𝐚𝐧𝐢 𝐀𝐯𝐞𝐧𝐮𝐞, 𝐃𝐡𝐚𝐤𝐚 𝟏𝟐𝟐𝟗.   ( 𝐁𝐞𝐬𝐢𝐝𝐞 𝐉𝐚𝐦𝐮𝐧𝐚 𝐅𝐮𝐭𝐮𝐫𝐞 𝐏𝐚𝐫𝐤 𝐄𝐧𝐭𝐫𝐚𝐧𝐜𝐞 𝐆𝐚𝐭𝐞 )', '𝟎𝟏𝟕𝟗𝟔𝟎𝟏𝟓𝟖𝟏𝟗', NULL, NULL, '$2y$10$xlpQhsoL4n28BUuvPz70leqB92IK82OfHasbFgR9L/4dPfdnDpdNO', NULL, 2, 'user', '1', '2023-12-27 12:39:21', '2023-12-27 12:39:21'),
(00000000000000004149, 21, 'Priñčë Šåhîł', NULL, NULL, 'উত্তরা সেক্টর #১১ রোড নং #১৬ বাড়ি নং #৮১', '01316182997', NULL, NULL, '$2y$10$PBSAoBRDV03dG3lbZAK2b.r/LJZMmGKliiDGTMqDdDEnLrdc6fplC', NULL, 2, 'user', '1', '2023-12-27 12:41:26', '2023-12-27 12:41:26'),
(00000000000000004150, 21, 'Sopon Mozumder', NULL, NULL, 'Dhaka', '01877772074', NULL, NULL, '$2y$10$yljT4dCAC7ys5wyQOmdqj.OdPcixp5r4IGebqTP9T9SA7aVFbN98.', NULL, 2, 'user', '1', '2023-12-27 12:42:16', '2023-12-27 12:42:16'),
(00000000000000004151, 21, 'Irvaan H', NULL, NULL, 'Mirpur Lalkuthi, lalkuthi Mosq,Seltek building. Beside prime University', '01872418555', '01918699876', NULL, '$2y$10$yBzsRjCHC67q6O5J9Qhc0.5uOvnThRAH6n5qyZVotpxouFwGTm9Gi', NULL, 2, 'user', '1', '2023-12-27 12:44:18', '2023-12-27 12:44:18'),
(00000000000000004152, 21, 'Sunbir Ahmed', NULL, NULL, 'বসুন্ধরা আবাসিক এলাকা,ঢাকা।', '01674245734', NULL, NULL, '$2y$10$pT9jT4ivNIecU.vtEqqG5us/EVUIEv2YecVDxGco6cnRlYWEfuHAC', NULL, 2, 'user', '1', '2023-12-27 12:46:27', '2023-12-27 12:46:27'),
(00000000000000004153, 21, 'MD Uzzal', NULL, NULL, 'Uttara Diyabari sector 15', '01936778890', NULL, NULL, '$2y$10$9nqzsmyM31757nJNTqljG.hTdf3qGaSmFjF.Yi7UtyaIeJzCpzcga', NULL, 2, 'user', '1', '2023-12-27 12:54:02', '2023-12-27 12:54:02'),
(00000000000000004154, 21, 'Md Abir Chowdury', NULL, NULL, 'Dhaka', '01999575714', NULL, NULL, '$2y$10$iIB/iliBogjI.Xy4JFSxZuZx9JhI/uTPPIZW355BsOT0jfs/qJqHW', NULL, 2, 'user', '1', '2023-12-27 12:54:55', '2023-12-27 12:54:55'),
(00000000000000004155, 21, 'Darul Islam Emon', NULL, NULL, 'Dhaka', '01304088351', NULL, NULL, '$2y$10$87eMOwW5rDKCePsr7lD/r.XtJGMnHRcgh0ihl/eHxZS/dwQwS0QOC', NULL, 2, 'user', '1', '2023-12-27 12:56:21', '2023-12-27 12:56:21'),
(00000000000000004156, NULL, 'Robiul', NULL, NULL, 'dhaka', '01847162723', NULL, NULL, '$2y$10$amUZF54CHsbEQj8.WID35u3shpWeDvo9E7KiRS6rQqvGBWqPCYYTC', NULL, 2, 'user', '1', '2023-12-27 13:59:42', '2023-12-27 13:59:42'),
(00000000000000004157, 21, 'MD. Riad Hossain', NULL, NULL, 'Dhaka', '01745652404', NULL, NULL, '$2y$10$ZNWxY2b3lfBW3aOqgP/bEOCDYGPB1ushr4yT6LCTsr5u8Q5WCwb1.', NULL, 2, 'user', '1', '2023-12-27 14:01:56', '2023-12-27 14:01:56'),
(00000000000000004158, 21, 'Takdir Khan Toufiq', NULL, NULL, 'Brahmanbaria', '01796533856', NULL, NULL, '$2y$10$ad7V9lPPkqJsxyTRZ3z2memAU9yhN3hYRLhgAFVAvLCS/oEyI2Co6', NULL, 2, 'user', '1', '2023-12-27 14:03:02', '2023-12-27 14:03:02'),
(00000000000000004159, 21, 'Habib Sami', NULL, NULL, 'Rangpur', '01770870474', NULL, NULL, '$2y$10$ZtQwaMjAxXMyXE1E9Hs0RulgZZdq2LKe2fKuWYZUqYUjLaorB08Mi', NULL, 2, 'user', '1', '2023-12-27 14:03:57', '2023-12-27 14:03:57'),
(00000000000000004160, NULL, 'Manik', NULL, NULL, 'dhaka', '0171117064', NULL, NULL, '$2y$10$LIZ75Iyp0StnDJg/xqFA7uySat9CzLU.tJLrQn6FBu/Ejk5AVWQKe', NULL, 2, 'user', '1', '2023-12-27 14:10:46', '2023-12-27 14:10:46'),
(00000000000000004161, NULL, 'Anan', NULL, NULL, 'dhaka', '01875137661', NULL, NULL, '$2y$10$fXGcdBEphxw7YhWBd9LLvulERVx5Khwji/qDv6fW395UTI3xFtt1m', NULL, 2, 'user', '1', '2023-12-27 14:32:44', '2023-12-27 14:32:44'),
(00000000000000004162, 21, 'Bappi Libian', NULL, NULL, 'Rampura Banasree  Block G Road 7  House 6( Amira Enterprise)', '01675717990', '01791575170', NULL, '$2y$10$BrsN7gyE1nvwD9Y9Rn8jKO91QiWEY9AJAGuZWX0sdy50mMefyWi8a', NULL, 2, 'user', '1', '2023-12-27 14:34:16', '2023-12-27 14:34:16'),
(00000000000000004163, 21, 'Tahsin Islam', NULL, NULL, 'Dhaka', '01326240279', '01911319920', NULL, '$2y$10$8olAdSQ4FDTrkfbe2rhEAOpQokQ1h4m4Iqa0lcQJtvk1qjb0aTd8u', NULL, 2, 'user', '1', '2023-12-27 14:36:39', '2023-12-27 14:36:39'),
(00000000000000004164, 21, 'Fahim Chowdhury', NULL, NULL, 'Mohammad Pur Dhaka', '01727811104', NULL, NULL, '$2y$10$ohhHMUNqUHNhymBGQr3j..lHQ9.cootXW2Iggf0FL3HETVUNIfen2', NULL, 2, 'user', '1', '2023-12-27 14:38:35', '2023-12-27 14:38:35'),
(00000000000000004165, 21, 'Anik Ahmed', NULL, NULL, 'Dhaka', '01973348469', NULL, NULL, '$2y$10$irZmZlwYBycZH9bqlP.b6uOlZL.9IR1mtlevKNZ/pdHuuvg7CNEia', NULL, 2, 'user', '1', '2023-12-27 15:03:43', '2023-12-27 15:03:43'),
(00000000000000004166, 21, 'Ahsan Ahsan', NULL, NULL, 'Dhaka', '01701564674', NULL, NULL, '$2y$10$FGbFCkYbdakbsOL8oTqHHehVEJOFP/zAZTSTbd5TF5BE1aUGz3Tx6', NULL, 2, 'user', '1', '2023-12-27 15:18:22', '2023-12-27 15:18:22'),
(00000000000000004167, 21, 'Kamran Hamid', NULL, NULL, 'Dhaka', '01718462538', NULL, NULL, '$2y$10$KXdzEk.hUhIukrGsf335Z.UfFF2NoeYNnmYZyL77UFFEmsKLqln76', NULL, 2, 'user', '1', '2023-12-27 15:19:27', '2023-12-27 15:19:27'),
(00000000000000004168, NULL, 'Md Jahangir Hussain', NULL, NULL, 'dhaka', '01626541482', NULL, NULL, '$2y$10$gFQBTAnLZHCHmInFjqGBh.nQXoSR5MZglX2uboP1hJf7Yea./nlLS', NULL, 2, 'user', '1', '2023-12-27 15:24:24', '2023-12-27 15:24:24'),
(00000000000000004169, NULL, 'Sofikul', NULL, NULL, 'dhaka', '01408367142', NULL, NULL, '$2y$10$j04vmBMgwwkp.CIhqiId4eLu5s0Uoip0JvAWrdDl8IheRWoXG.Vcq', NULL, 2, 'user', '1', '2023-12-27 15:27:46', '2023-12-27 15:27:46'),
(00000000000000004171, NULL, 'Jakir Hossain', NULL, NULL, 'dhaka', '01714729883', NULL, NULL, '$2y$10$WX.1ywNQnooJ8uxGgZKeJOctlyA8/eO1ViUZmMB1eUszKnWuzOOA2', NULL, 2, 'user', '1', '2023-12-27 15:40:30', '2023-12-27 15:40:30'),
(00000000000000004172, NULL, 'Mamun', NULL, NULL, 'dhaka', '01705053147', NULL, NULL, '$2y$10$Zy53uys1DuBJGqEnSi/8o.LNxDWFYcVqXCp5SDTTAsKlCvyuDUUt.', NULL, 2, 'user', '1', '2023-12-27 15:44:38', '2023-12-27 15:44:38'),
(00000000000000004173, NULL, 'Shobuj', NULL, NULL, 'dhaka', '01911180737', NULL, NULL, '$2y$10$4pcVXU4ITCTuX3dhhdj.ru9g378OZbpEDgBMCkR3wlZKFJ7aYObvq', NULL, 2, 'user', '1', '2023-12-27 15:52:00', '2023-12-27 15:52:00'),
(00000000000000004174, NULL, 'Mumu', NULL, NULL, 'dhaka', '01935776645', NULL, NULL, '$2y$10$jb976QViFjUsMeYXY2pp3.J9NFI1FikOE.oJfBRBFtvyoXRcF7dJO', NULL, 2, 'user', '1', '2023-12-27 16:04:42', '2023-12-27 16:04:42'),
(00000000000000004175, 21, 'Zahin Zaraf Automobiles', NULL, NULL, 'Dhaka', '01917490170', '01841241200', NULL, '$2y$10$7TluXXlzY0qkWzU5Cs32NOdJogmni3BFNYOtRIF10MDmU1mI4/y8C', NULL, 2, 'user', '1', '2023-12-27 16:15:58', '2023-12-27 16:15:58'),
(00000000000000004176, 21, 'Opurupa Car Center', NULL, NULL, 'Dhaka', '01715502204', '01611101102', NULL, '$2y$10$iKbLW5k86wDbhYxXPgSMlOFeUQgD8Abh3psf6IqHZAVJ0y.v1wvci', NULL, 2, 'user', '1', '2023-12-27 16:19:00', '2023-12-27 16:19:00'),
(00000000000000004177, 21, 'KS Car Valley', NULL, NULL, 'Dhaka', '01628065500', '01914805366', NULL, '$2y$10$D1HTNUFxLPxxYY.RGSaKnO9n4VjaPk88q.CjPC834.Vd.L6hCNes6', NULL, 2, 'user', '1', '2023-12-27 16:20:32', '2023-12-27 16:20:32'),
(00000000000000004178, 21, 'Rafin Car House', NULL, NULL, 'Dhaka', '01989208544', '01857990092', NULL, '$2y$10$UBA4Q6a184NBCrqkz1T2bO0vhHLZ.mnldWqvV52cPgNbayjBZmOme', NULL, 2, 'user', '1', '2023-12-27 16:25:41', '2023-12-27 16:25:41'),
(00000000000000004179, 21, 'RJ Car Center', NULL, NULL, 'Dhaka', '01711289538', '01712203724', NULL, '$2y$10$iylBaM6PJE3SLxyABNSDt.GjrkIZjoL6PzAqjGgDPVpztLbVqtWXO', NULL, 2, 'user', '1', '2023-12-27 16:27:02', '2023-12-27 16:27:02'),
(00000000000000004180, 21, 'RP Car Center', NULL, NULL, 'Dhaka', '01712541240', '01732838580', NULL, '$2y$10$hrwKDEKR.I8FN4YcPX/0..41z317gGDOz5LuXRPQXS2PZOMZkwbdW', NULL, 2, 'user', '1', '2023-12-27 16:28:10', '2023-12-27 16:28:10'),
(00000000000000004181, 21, 'Bhai Bhai Car Center', NULL, NULL, 'Dhaka', '01933484464', '01716370629', NULL, '$2y$10$vBJ3kfZ/PuLVL1.HC.HPZu031K41iiEUMMvyrPeAs6NQ2krJDiryO', NULL, 2, 'user', '1', '2023-12-27 16:29:07', '2023-12-27 16:29:07'),
(00000000000000004182, NULL, 'MD ALAMIN AZAD SHUPTO', NULL, NULL, 'dhaka', '01303056176', NULL, NULL, '$2y$10$aVghEVaYu4aVeI9d4xUPLeJyjBoai6PCrJb7uqn3Ak2nhkkVxaTP6', NULL, 2, 'user', '1', '2023-12-27 16:54:17', '2023-12-27 16:54:17'),
(00000000000000004183, 21, 'VIVID Automobiles', NULL, 'vividautomobiles120382@gmail.com', 'House No 40, Road No 01, Block A, Niketon Housing Society, Gulshan-1, Dhaka-1212.', '01673093545', NULL, NULL, '$2y$10$R.ByZpS7DMePefob3thILuUjF8o5auw9niTSuFKoXTmNDB8fZ3F/y', NULL, 2, 'user', '1', '2023-12-27 16:56:21', '2023-12-27 16:56:21'),
(00000000000000004184, NULL, 'Jibon', NULL, NULL, 'dhaka', '01890027703', NULL, NULL, '$2y$10$QOPy4tjjsQWWcAaIzdbDVeTh8YViRxYvakXOsPSXBaPcnrwop/Dbe', NULL, 2, 'user', '1', '2023-12-27 16:59:22', '2023-12-27 16:59:22'),
(00000000000000004185, NULL, 'Musa', NULL, NULL, 'dhaka', '01312457611', NULL, NULL, '$2y$10$4xqi6t64nAhKyLxvAI5dRuyObmvNgN33n0tQaL4rD/X2qk.RWVke6', NULL, 2, 'user', '1', '2023-12-27 17:03:44', '2023-12-27 17:03:44'),
(00000000000000004186, NULL, 'Monir', NULL, NULL, 'dhaka', '01754979749', NULL, NULL, '$2y$10$zeR7Hm2kDfMle35Mcf0MrebfEAdKZXJOSk2TnF0q2fFOI7i7SdiVK', NULL, 2, 'user', '1', '2023-12-27 17:09:08', '2023-12-27 17:09:08'),
(00000000000000004187, NULL, 'biplob58', NULL, NULL, 'dhaka', '01537328397', NULL, NULL, '$2y$10$qdZFOUHn08IywgCOY05QKu7Wlvye3V7aVDasY6d5PFrvQFb1yt2vy', NULL, 2, 'user', '1', '2023-12-27 17:14:26', '2023-12-27 17:14:26'),
(00000000000000004188, NULL, 'Dr. Sanjib Kundu', NULL, 'drskundu75@gmail.com', 'dhaka', '01819819812', NULL, NULL, '$2y$10$.euVjuMBbVgFQ1j//4Fg3ONa.i18eqUoXiBHaC7I48jy0r2APBY/i', NULL, 2, 'user', '1', '2023-12-27 17:18:03', '2023-12-27 17:18:03'),
(00000000000000004189, NULL, 'ANOWAR', NULL, NULL, 'dhaka', '01755509392', NULL, NULL, '$2y$10$vm27MBgNF8ieWA/amXOc9eCtriMijX3YC6X1AjZFt9yMmFrXsqDOG', NULL, 2, 'user', '1', '2023-12-27 17:22:14', '2023-12-27 17:22:14'),
(00000000000000004191, NULL, 'Emarat', NULL, NULL, 'dhaka', '01712015337', NULL, NULL, '$2y$10$jQN4D6VeC7QYRim87gHFHe4FKmUdl/XEG/ql/.j7MmBGEF8qPKwkS', NULL, 2, 'user', '1', '2023-12-27 17:40:32', '2023-12-27 17:40:32'),
(00000000000000004192, NULL, 'Md Borhan uddin ahmed', NULL, NULL, 'dhaka', '01788933737', NULL, NULL, '$2y$10$ueEjod73gwCaBh0O3WmK7OEsNShk2GH92CSlTQHiBvoZOS8iYzxTy', NULL, 2, 'user', '1', '2023-12-27 17:46:31', '2023-12-27 17:46:31'),
(00000000000000004193, NULL, 'Abdur Rahim', NULL, NULL, 'dhaka', '01978013445', NULL, NULL, '$2y$10$8I/Jmpv1w1QDfHpUsYmZH.ieCOyfc21WlNUn7VPl5.weoOGbqaqzG', NULL, 2, 'user', '1', '2023-12-27 17:51:49', '2023-12-27 17:51:49'),
(00000000000000004194, NULL, 'Heaven', NULL, NULL, 'dhaka', '01714374143', NULL, NULL, '$2y$10$t/y/sMlEvcUaDl7mpg1Xjut.vXAm7hHvc0cz/0G0ji10u60soRf42', NULL, 2, 'user', '1', '2023-12-27 17:58:44', '2023-12-27 17:58:44'),
(00000000000000004195, NULL, 'Deepak Shah', NULL, NULL, 'dhaka', '01938241422', NULL, NULL, '$2y$10$VH4XKfpxkai6WqQd2NnDPO/LK5gPHhF9dGp824d6i69OlZWMrReyW', NULL, 2, 'user', '2', '2023-12-27 18:03:25', '2023-12-27 18:03:25'),
(00000000000000004196, NULL, 'Md Ariful Islam', NULL, NULL, 'dhaka', '1718522661', NULL, NULL, '$2y$10$uMdufw/6yZLtDTzcan4xo.rgsd9z6g7XjLJ8eT3BovKjUTwJpeH3O', NULL, 2, 'user', '1', '2023-12-27 18:14:30', '2023-12-27 18:14:30'),
(00000000000000004197, NULL, 'Sazedul19', NULL, NULL, 'dhaka', '01716123348', NULL, NULL, '$2y$10$Rr0wMqHrgy3s8XH8K.HYlOHrLEQ0G7m7.iijGJbur615TJ6Tx2kjS', NULL, 2, 'user', '1', '2023-12-27 18:21:44', '2023-12-27 18:21:44'),
(00000000000000004198, 21, 'foysal enterprice', NULL, NULL, 'gaptuli', '01850888881', NULL, NULL, '$2y$10$ifwfbbB34bNwyeknyNxr5ONvztVfGSTk4D8ylXDVeylqT1C04ObFO', NULL, 2, 'user', '1', '2023-12-28 11:16:23', '2023-12-28 11:16:23'),
(00000000000000004199, NULL, 'Shihab', NULL, NULL, 'dhaka', '01829399471', NULL, NULL, '$2y$10$MG3VbaFMDAQMNdCMyhi8QeyDQxYK9p7uzdMrfm.mspI68wuNdi4gS', NULL, 2, 'user', '1', '2023-12-28 11:18:43', '2023-12-28 11:18:43'),
(00000000000000004200, NULL, 'Abdul aliM', NULL, NULL, 'dhaka', '01608228183', NULL, NULL, '$2y$10$JJg4Ku2o0tS1mMsFz1Y..ep0Bk.MN/yrsQnGmpXjPSsNeDY1/6U6u', NULL, 2, 'user', '1', '2023-12-28 11:24:53', '2023-12-28 11:24:53'),
(00000000000000004201, NULL, 'Kazi sakib', NULL, NULL, 'dhaka', '01628679019', NULL, NULL, '$2y$10$9q6Bre2kbkU7juuTBgeLt.fM0YynY2BwQQL0sUpJLpq1xSMuYNLG2', NULL, 2, 'user', '1', '2023-12-28 11:31:46', '2023-12-28 11:31:46'),
(00000000000000004202, NULL, 'Atiq', NULL, NULL, 'dhaka', '01322446403', NULL, NULL, '$2y$10$2Sj.Ay2tWVrIlu8cPfzude4iEh0acrTuWmsE.roO6DHCS55AFDGee', NULL, 2, 'user', '1', '2023-12-28 11:39:26', '2023-12-28 11:39:26'),
(00000000000000004203, NULL, 'Sobuj', NULL, NULL, 'dhaka', '01922452882', NULL, NULL, '$2y$10$qKKfuML5/PQd/8mcoTLmMOUS0JhgN12RMyOwZuUaqLVijchRaLU4a', NULL, 2, 'user', '1', '2023-12-28 12:15:57', '2023-12-28 12:15:57'),
(00000000000000004204, NULL, 'Monir', NULL, NULL, 'dhaka', '01719923373', NULL, NULL, '$2y$10$QoiaXLGL9z.nqKKot6EWLeFQTwEUGDG0SAtEr5/iaz0Q1TFPE6JIS', NULL, 2, 'user', '1', '2023-12-28 12:18:45', '2023-12-28 12:18:45'),
(00000000000000004205, NULL, 'Mozammal Huq', NULL, NULL, 'dhaka', '01716453635', NULL, NULL, '$2y$10$3aaVrUZ9M/hqXolNvKncM.o6ImdZatEk2liiWHpdvOp.C/ZO5SCJ2', NULL, 2, 'user', '1', '2023-12-28 12:21:20', '2023-12-28 12:21:20'),
(00000000000000004206, NULL, 'Anis Hoque', NULL, NULL, 'dhaka', '01776462304', NULL, NULL, '$2y$10$HwTnQWBqxlw8Bvx10fmiKugLh1C3sGB10Qhnlo3O0QFzEx7oKe2oe', NULL, 2, 'user', '1', '2023-12-28 12:26:01', '2023-12-28 12:26:01'),
(00000000000000004207, NULL, 'Firoz', NULL, NULL, 'dhaka', '01795560601', NULL, NULL, '$2y$10$AkTbvhgPrxPxYA.TvCxgKevLz6id4sIFIyjxoq3F6tQwkbhH7/RMG', NULL, 2, 'user', '1', '2023-12-28 12:29:55', '2023-12-28 12:29:55'),
(00000000000000004208, NULL, 'MD JAHIDUL', NULL, NULL, 'dhaka', '01780945542', NULL, NULL, '$2y$10$wmgxhj2Upz6kKNwK8HBM1eijMXovDLcfKlWh4rMm.sY8DWENf545m', NULL, 2, 'user', '1', '2023-12-28 12:33:26', '2023-12-28 12:33:26'),
(00000000000000004209, NULL, 'MD HABIB', NULL, NULL, 'dhaka', '01742631130', NULL, NULL, '$2y$10$2UU9xPc8Dewj11rZfXMCC.D3bJliPzpNEBg1Kv1ICXlD9xxKBOU6i', NULL, 2, 'user', '1', '2023-12-28 12:45:41', '2023-12-28 12:45:41'),
(00000000000000004210, NULL, 'Munna', NULL, NULL, 'dhaka', '01955687591', NULL, NULL, '$2y$10$0t9yHcrojC9OcxfHe9Ojjutt7Gnz33fajrS5lLUsngjetG5MLn1yu', NULL, 2, 'user', '1', '2023-12-28 12:48:48', '2023-12-28 12:48:48'),
(00000000000000004211, NULL, 'Saddam hosen munna', NULL, NULL, 'dhaka', '01715805053', NULL, NULL, '$2y$10$it45VNVbNYEd9z35c7MQQ.WR.8TcLzebwvgEF85akeT6KekFGKB4C', NULL, 2, 'user', '1', '2023-12-28 12:52:23', '2023-12-28 12:52:23'),
(00000000000000004212, NULL, 'Md jonayet khan', NULL, NULL, 'dhaka', '01629294515', NULL, NULL, '$2y$10$FdxajZ6Pg3xUbxiPfZuXm..1scq7iVo4orY14pDRcYUVqe7Fa1Rty', NULL, 2, 'user', '1', '2023-12-28 13:43:12', '2023-12-28 13:43:12'),
(00000000000000004213, NULL, 'Sujan Datta', NULL, NULL, 'dhaka', '01859757370', NULL, NULL, '$2y$10$s4nXzwJtatFi.j1lwHwQFeLqqB3bUzaeNtxxxc4vs6YkgvZNCBPYu', NULL, 2, 'user', '1', '2023-12-28 13:50:16', '2023-12-28 13:50:16'),
(00000000000000004214, NULL, 'CITYMEAD', NULL, NULL, 'dhaka', '01811280999', NULL, NULL, '$2y$10$iz8Izgp8pu3hfyeGxQIr9uuAmiyW4cZCVoWjezOaPNOEFNUkzT9ba', NULL, 2, 'user', '1', '2023-12-28 13:53:47', '2023-12-28 13:53:47'),
(00000000000000004215, NULL, 'Romofashion', NULL, NULL, 'dhaka', '01845971153', NULL, NULL, '$2y$10$KU1WrR/xy8vdqi0kaJ2AZOWVu1r.Leh.F.pvICrjsI8u483Qm1iw2', NULL, 2, 'user', '2', '2023-12-28 14:00:04', '2023-12-28 14:00:04'),
(00000000000000004216, NULL, 'Lokman hossain', NULL, NULL, 'dhaka', '01711516572', NULL, NULL, '$2y$10$0y/HFLe86nrSGIcG3zC.TuV8zoMC89lgvHSn3dZnMqwp8DAwJs7w2', NULL, 2, 'user', '1', '2023-12-28 14:03:28', '2023-12-28 14:03:28'),
(00000000000000004218, NULL, 'Bashar', NULL, NULL, 'dhaka', '01647563608', NULL, NULL, '$2y$10$qwqw4YdiKrTZcrbbV9DiMuZC/Brgz2188Ry09gUMg6OK3PLjzI3aq', NULL, 2, 'user', '1', '2023-12-28 14:15:37', '2023-12-28 14:15:37'),
(00000000000000004219, 14, 'Md Mehedi Hasan', NULL, NULL, 'Dhaka', '01920311099', NULL, NULL, '$2y$10$vid83C0sK5nlVdAvIhDCLOXntlBeVaEFGreIl0Uoyo6ffLJF4QGGe', NULL, 2, 'user', '1', '2023-12-28 14:16:30', '2023-12-28 14:16:30'),
(00000000000000004220, 14, 'Habib Ahsan', NULL, NULL, 'Dhaka', '01534154283', NULL, NULL, '$2y$10$jXYYtbh2DlF/LUigf9XBqO5cbZVOrYUcELGUMdFZi2VAbxqveGdAy', NULL, 2, 'user', '1', '2023-12-28 14:17:17', '2023-12-28 14:17:17'),
(00000000000000004221, 14, 'Shahed Rahman Pavel', NULL, NULL, 'Gulshan cottor', '01731990302', NULL, NULL, '$2y$10$RxE9pVtkg/gx2FKny4rVEO1i.nbcRlTNiC9w4BDtVN94wGZaiHoIK', NULL, 2, 'user', '1', '2023-12-28 14:17:57', '2023-12-28 14:17:57'),
(00000000000000004222, NULL, 'Nasimul Hasin', NULL, NULL, 'dhaka', '01845971258', NULL, NULL, '$2y$10$UbTwidtdaMrS/budD5NR0uvIGNn6Njwse7huCFhR5hFVhSilrAF0q', NULL, 2, 'user', '1', '2023-12-28 14:19:47', '2023-12-28 14:19:47'),
(00000000000000004223, 14, 'Sajib Babu', NULL, NULL, 'Uttara, Dhaka', '01748135786', NULL, NULL, '$2y$10$uLd5X4s8G4KpLhYvpC8T6eL5VKTUkI5BcZofaWaLgMBR7oBovL7ry', NULL, 2, 'user', '1', '2023-12-28 14:20:21', '2023-12-28 14:20:21'),
(00000000000000004224, 14, 'Abul Kalam Azad', NULL, NULL, 'Dhaka', '01772815791', NULL, NULL, '$2y$10$4t8b6tFVuh6OIUQUPcL0i.ktGQKSN8GuF0XFj2uWxAceoOEbRPQm.', NULL, 2, 'user', '1', '2023-12-28 14:21:31', '2023-12-28 14:21:31'),
(00000000000000004225, 14, 'Md Yeamin Hossain', NULL, NULL, 'Dhaka', '01816608367', NULL, NULL, '$2y$10$DAW7bUJZ7rfRM4vn8ktJ.ORJCKt6BDYxq7nKozFrdCXIuUh.QfqtC', NULL, 2, 'user', '1', '2023-12-28 14:21:55', '2023-12-28 14:21:55'),
(00000000000000004226, 14, 'Lemon Hossain', NULL, NULL, 'Jinaidhah', '01723390856', NULL, NULL, '$2y$10$Pm6OXq5Bl5kEl/KwYPy5Q.oGgXDfwOpCU.thnSSe9pUz/Mq5rH06G', NULL, 2, 'user', '1', '2023-12-28 14:33:01', '2023-12-28 14:33:01'),
(00000000000000004227, 14, 'Rohan Ahamed Babul', NULL, NULL, 'Dhaka', '01317178009', NULL, NULL, '$2y$10$ERFZqGuVkyqbK5wppcmzYOrgfiuMIizWY7g3hn.JwwvLOYEggciem', NULL, 2, 'user', '1', '2023-12-28 14:33:25', '2023-12-28 14:33:25'),
(00000000000000004228, 14, 'Itz Rony Chowdhury', NULL, NULL, 'Dhaka', '01795831694', NULL, NULL, '$2y$10$M3Y8TUB75DaKySQfK9qLSOljhCsppRzncMGKkyksEo3aMttLbH3Wy', NULL, 2, 'user', '1', '2023-12-28 14:33:47', '2023-12-28 14:33:47'),
(00000000000000004229, NULL, 'Mahfuz.Magura', NULL, NULL, 'dhaka', '01733004493', NULL, NULL, '$2y$10$5h7EzqWDTyVa5bnfalHpLulddTZJG67GwiT3qwydnv6VGM1rvzeKq', NULL, 2, 'user', '1', '2023-12-28 14:34:00', '2023-12-28 14:34:00'),
(00000000000000004230, 14, 'MD Fahad Khan', NULL, NULL, 'Dhaka', '০১৮৭৫৫৫৩৪১০', NULL, NULL, '$2y$10$2SZzjsK8KqKEI9JYqt4vhOvew4EJvpLyJo0oAy6aZdzyevx/Hsm12', NULL, 2, 'user', '1', '2023-12-28 14:34:10', '2023-12-28 14:34:10'),
(00000000000000004231, 14, 'Najmul Islam', NULL, NULL, 'Rajshahi', '01707275174', NULL, NULL, '$2y$10$4BKWVtQwPC9gyP0VL5AxQu4F0ttEqSaoQ88kwYAmC2ZZKWB5TaGLK', NULL, 2, 'user', '1', '2023-12-28 14:34:44', '2023-12-28 14:34:44'),
(00000000000000004232, 14, 'MD Mubarok Sah', NULL, NULL, 'Tongi, Dhaka', '01884666304', NULL, NULL, '$2y$10$Z9ZDiwdOCZYAHg9GcM.YK.uc11TOUAbHnYjZecEP7mhtgiHe3QZFy', NULL, 2, 'user', '1', '2023-12-28 14:36:01', '2023-12-28 14:36:01'),
(00000000000000004233, 14, 'Jahid Hasan', NULL, NULL, 'Baipail, Asulia', '01677302232', NULL, NULL, '$2y$10$/NQa5PgFXHEi6HXDj9wMt.ZcMP60N7ZOemIdxuL3K129769AVv/3y', NULL, 2, 'user', '1', '2023-12-28 14:36:44', '2023-12-28 14:36:44'),
(00000000000000004234, 14, 'Aldreen Islam', NULL, NULL, 'Dhaka', '01703124826', NULL, NULL, '$2y$10$ZOPPaFbNreemqg8eeJ.0I.liI6wLkZakRrpBXaS9SZQ3MVZkNxs8a', NULL, 2, 'user', '1', '2023-12-28 14:37:11', '2023-12-28 14:37:11'),
(00000000000000004235, NULL, 'Jamiul', NULL, NULL, 'dhaka', '01774351410', NULL, NULL, '$2y$10$HiRSsrfwTn554O0yasIBv.LRiOsCt.vBjVtgYEcpJ5W.0vSW99Sxy', NULL, 2, 'user', '1', '2023-12-28 14:37:29', '2023-12-28 14:37:29'),
(00000000000000004236, 14, 'Faisal Ahmed', NULL, NULL, 'Dhaka', '01711784883', NULL, NULL, '$2y$10$PMHnrm/oAyFcFaip1bVEouP0sZk2hh8vUnKA.j6ZMrT8PdGdmT12a', NULL, 2, 'user', '1', '2023-12-28 14:37:31', '2023-12-28 14:37:31'),
(00000000000000004237, 14, 'Princ Abdul Aziz', NULL, NULL, 'Gazipur', '01518323607', NULL, NULL, '$2y$10$kHLDwrM7OHi5GtzaN35KCu3A2PsUReHv7uRsF7tPkTULDp6dPyIia', NULL, 2, 'user', '1', '2023-12-28 14:38:02', '2023-12-28 14:38:02'),
(00000000000000004238, 14, 'Rabiul Islam Aowal', NULL, NULL, 'kaliakor bazar, national bank ar pase', '01718255509', NULL, NULL, '$2y$10$1hNJYNSfhYiwFt91mF1cWOdd3hWyOzgPW.L1fXwVCk6fhrgzRquOe', NULL, 2, 'user', '1', '2023-12-28 14:38:33', '2023-12-28 14:38:33'),
(00000000000000004239, 14, 'Masum Hasan', NULL, NULL, '৩১ নং আল্লামা ইকাবাল রোড দেওয়ান মন্জিল (কলেজরোড) চাষাড়া, নারায়ণগঞ্জ, সদর।', '01711028789', NULL, NULL, '$2y$10$9D8DfwFvZOSpKfIK8xHAPutNpd5llRwv0QwXMi.rkjbFxoxP8XToi', NULL, 2, 'user', '1', '2023-12-28 14:39:16', '2023-12-28 14:39:16'),
(00000000000000004240, 14, 'Mohammaɗ Sozoɭ Uʀ Rʌʜɱʌŋ', NULL, NULL, 'Dhaka', '01518682014', NULL, NULL, '$2y$10$.GURvwjePa7sZHVplnDg5eQheiKFMeJDqHXsa.Vb6P5dPmGAgRmwm', NULL, 2, 'user', '1', '2023-12-28 14:39:46', '2023-12-28 14:39:46'),
(00000000000000004241, 14, 'Shipon Chowdhury Shibo', NULL, NULL, 'Dhaka', '01843694499', NULL, NULL, '$2y$10$vaqRHODqYl8tGEJ8RZvUAe254K8.Hh.TqCbl7ybKSHyzEEdOnY3ky', NULL, 2, 'user', '1', '2023-12-28 14:40:08', '2023-12-28 14:40:08'),
(00000000000000004242, 14, 'Mohammed Iqbal Hossen', NULL, NULL, 'Dhaka', '01894347017', NULL, NULL, '$2y$10$zJjD9jHJYswPWADrxWYooeEfO7o1pKa0q6ihhF5wcOTqSmqeLwgJK', NULL, 2, 'user', '1', '2023-12-28 14:41:10', '2023-12-28 14:41:10'),
(00000000000000004243, 14, 'Aziz Fahim', NULL, NULL, 'Dhaka', '01978384300', NULL, NULL, '$2y$10$9Uy5oJyaWRRkf2R3wvgdYOcE101IArVJXrlNyctBmhKQRTayGrhka', NULL, 2, 'user', '1', '2023-12-28 14:41:31', '2023-12-28 14:41:31'),
(00000000000000004244, 14, 'Möhämmäd Säkîb', NULL, NULL, 'Dhaka', '01852925896', NULL, NULL, '$2y$10$YVlaQyK7EULjRiDJ5SfUv.d2BTX/R02ZYJe47v57G.p8WcxhNG.E2', NULL, 2, 'user', '1', '2023-12-28 14:41:57', '2023-12-28 14:41:57'),
(00000000000000004245, 14, 'Ahmed Fardin', NULL, NULL, 'Basab', '01797729115', NULL, NULL, '$2y$10$Uivhu40J1fyYVFBVG/MG9.0d7m88IkHQXjiGOU4i3Rz9AunwpMNye', NULL, 2, 'user', '1', '2023-12-28 14:42:19', '2023-12-28 14:42:19'),
(00000000000000004246, 14, 'Tanvir Rahaman Milon', NULL, NULL, 'Dhaka', '01724257339', NULL, NULL, '$2y$10$pMecHYEC7/zUfsYDeHk7/up7mQefZOEtStfUNCoJcRpKUvGGzujX6', NULL, 2, 'user', '1', '2023-12-28 14:42:43', '2023-12-28 14:42:43'),
(00000000000000004247, 14, 'H M Mosharrof Hossain', NULL, NULL, 'Dhaka', '০১৬১১৭৭০৬৩৪', NULL, NULL, '$2y$10$eW/jNZJixwDs9.A4psNcQ.UqDcXuK.geP0O9XFMLD6Fdh5MmGxgG2', NULL, 2, 'user', '1', '2023-12-28 14:43:05', '2023-12-28 14:43:05'),
(00000000000000004248, 14, 'Md Sakib Hossain', NULL, NULL, 'Pabna', '01854016891', NULL, NULL, '$2y$10$Fr1rgk/s/ELlgiC/OLMDRei1yxmZ8lWqiYhDiVNOz4s1IsPFlTvSG', NULL, 2, 'user', '1', '2023-12-28 14:44:26', '2023-12-28 14:44:26'),
(00000000000000004249, 14, 'Sk Ferdous Ahmed', NULL, NULL, 'Dhaka', '01959818651', NULL, NULL, '$2y$10$LT9AplWAQ7u6iJ/E2KOIa.zCenYfc94n5XsBhwxVw7GeaQS1uc0eS', NULL, 2, 'user', '1', '2023-12-28 14:44:49', '2023-12-28 14:44:49'),
(00000000000000004250, 14, 'Sujon Ahamed', NULL, NULL, 'Rajshahi', '01711412238', NULL, NULL, '$2y$10$rPzb0YnA9F.4r/xVCjJ18uV9Eec9B0.ZHerXgtTKONV6jQDuPq./S', NULL, 2, 'user', '1', '2023-12-28 14:45:19', '2023-12-28 14:45:19'),
(00000000000000004251, 14, 'Mrm Mamun', NULL, NULL, 'Uttara, Dhaka', '01885473601', NULL, NULL, '$2y$10$foQwCJrPRfaoA7wCX6WKyeBQF5gAVYCOhMsM9W6hu0gHhSIWwZYrG', NULL, 2, 'user', '1', '2023-12-28 14:45:46', '2023-12-28 14:45:46'),
(00000000000000004252, 14, 'Maya Sultana', NULL, NULL, 'Dhaka', '01873523679', NULL, NULL, '$2y$10$e0VbttWNvXgDJUYvC4IJuOth74LPg6M.N3tCDdhhAUt7KmUYxWaY.', NULL, 2, 'user', '1', '2023-12-28 14:46:07', '2023-12-28 14:46:07'),
(00000000000000004253, 14, 'Farhan Fardin', NULL, NULL, 'Dhaka', '01677900866', NULL, NULL, '$2y$10$PUGwNRFzIDTvprfNV7FWguUPaWU3WJidn9l3Ltnpi.Wa6B/v.InU2', NULL, 2, 'user', '1', '2023-12-28 14:46:34', '2023-12-28 14:46:34'),
(00000000000000004254, 14, 'Naium Uddin Faruk', NULL, NULL, 'Dhaka', '01858205870', NULL, NULL, '$2y$10$eSg21i0YTi8dGaLQ/LO0CO7kMqCgFB1Mg3YkI2OIjiQWvoFPwqs0e', NULL, 2, 'user', '1', '2023-12-28 14:46:57', '2023-12-28 14:46:57'),
(00000000000000004255, 14, 'Md Faruq', NULL, NULL, 'Dhaka', '01916460173', NULL, NULL, '$2y$10$PqiKPLqChOMMpV2leu3u7uvceIk7jL8TEYkEW510LxXZEV.0JB5gC', NULL, 2, 'user', '1', '2023-12-28 14:47:16', '2023-12-28 14:47:16'),
(00000000000000004256, NULL, 'MD.Asaduzzaman', NULL, NULL, 'dhaka', '01716272073', NULL, NULL, '$2y$10$biPW9fXNppDZboXJo9d7q.nJXoRgE0HMO5.5ya.lNpsElfg5sJnf6', NULL, 2, 'user', '1', '2023-12-28 15:11:26', '2023-12-28 15:11:26'),
(00000000000000004257, NULL, 'MOHAMMAD MAHFUZUR RAHMAN', NULL, NULL, 'dhaka', '01714162091', NULL, NULL, '$2y$10$JOVGFB7inCekh9iKKjanaehmEBaDb1sCNRX/1rbQUpDp1F/bJpcHu', NULL, 2, 'user', '1', '2023-12-28 15:16:17', '2023-12-28 15:16:17'),
(00000000000000004258, NULL, 'Malik', NULL, NULL, 'dhaka', '01745927252', NULL, NULL, '$2y$10$uNUFe9eL4gweUMC627K/5OojyESCDptye3WbbZ9qm0mYKhjqUHGN2', NULL, 2, 'user', '1', '2023-12-28 16:02:15', '2023-12-28 16:02:15'),
(00000000000000004259, 14, 'Md Hossain', NULL, NULL, 'Dhaka', '01763051527', NULL, NULL, '$2y$10$NT5sH3Mc5jKQ1vOZHALTIOXsAL.q/sCO.04atvH1Z/mrZIfMyPmdO', NULL, 2, 'user', '1', '2023-12-28 16:52:55', '2023-12-28 16:52:55'),
(00000000000000004260, 21, 'Car Corporations BD', NULL, NULL, 'House No. 139 (1st floor), Road No 22 Mohakhali, New DOHS, Dhaka.', '01933208546', NULL, NULL, '$2y$10$u9hBaHP/iLotW.UsaeP5a.rOVe0Q0HBvj.sP7vJGvY9oJrI2tv4tW', NULL, 2, 'user', '1', '2023-12-28 17:40:28', '2023-12-28 17:40:28'),
(00000000000000004261, NULL, 'Jarif Ahmed', NULL, 'eheteshamjarif@gmail.com', 'dhaka', '01308500561', NULL, NULL, '$2y$10$D.AAfzapbqM/rqFp83yZsuK0UFgiaU.vWyT1Q/Y.C02oP8KdcXwvW', NULL, 2, 'user', '1', '2024-01-01 11:02:18', '2024-01-01 11:02:18'),
(00000000000000004262, NULL, 'MD JEWEL RANA', NULL, NULL, 'dhaka', '01707801264', NULL, NULL, '$2y$10$iFtYuuGqcg/DpX9.U4v7z.8zmbKt6C4WZW6H6Vv/HiFUIkW3lYp6O', NULL, 2, 'user', '2', '2024-01-01 11:20:41', '2024-01-01 11:20:41'),
(00000000000000004263, NULL, 'Atik', NULL, NULL, 'dhaka', '01713570844', NULL, NULL, '$2y$10$encbkqHeRAGVXUkh896KF.0dvqRTVhu42lLxpRTu47jWPkHcHgIjS', NULL, 2, 'user', '1', '2024-01-01 11:24:07', '2024-01-01 11:24:07'),
(00000000000000004265, NULL, 'Kaiyum', NULL, NULL, 'dhaka', '01684782641', NULL, NULL, '$2y$10$sKT9NjSFAg.B4vG4ucYfjun/cWP.IjbQrt.KTf3VboaacTohmHIky', NULL, 2, 'user', '1', '2024-01-01 11:31:03', '2024-01-01 11:31:03'),
(00000000000000004266, NULL, 'dtmm@23', NULL, NULL, 'dhaka', '0172111896', NULL, NULL, '$2y$10$Ktnw0WcTbC.SgkLEJ.fI1OzX0jOz.jBqnaPYuPMpdPwWscth6/.eK', NULL, 2, 'user', '1', '2024-01-01 14:36:12', '2024-01-01 14:36:12'),
(00000000000000004267, NULL, 'basudav', NULL, NULL, 'dhaka', '01722283421', NULL, NULL, '$2y$10$cIIGw6Tpj.6GjrHWS/KHFexs7JzHAZ2XRD9ialzsablLwXIdgtyQG', NULL, 2, 'user', '1', '2024-01-01 14:42:26', '2024-01-01 14:42:26'),
(00000000000000004268, NULL, 'MD Atiqul Islam', NULL, NULL, 'dhaka', '01979287848', NULL, NULL, '$2y$10$JQ3g.QfN3y6WPpTq82SzD.t3eBo1ygeYC3fZGTPBynqLwj/yJknOa', NULL, 2, 'user', '1', '2024-01-01 15:04:27', '2024-01-01 15:04:27'),
(00000000000000004269, NULL, 'Nur Hossain', NULL, NULL, 'dhaka', '01843896004', NULL, NULL, '$2y$10$TwU/cyKDi9.Qpdvv/sLbSOI3gvkPU2MtR6iNEdG5HeXbfuGULMBiS', NULL, 2, 'user', '1', '2024-01-01 15:08:48', '2024-01-01 15:08:48'),
(00000000000000004270, NULL, 'PALASH', NULL, NULL, 'dhaka', '01916716009', NULL, NULL, '$2y$10$PqOTWVVrdHnNuzZWBd36p.I5yT9wU6nEdxSbHGSH/l2vaWHLIzgpW', NULL, 2, 'user', '1', '2024-01-01 15:11:39', '2024-01-01 15:11:39'),
(00000000000000004271, NULL, 'Bashir Ahmed', NULL, NULL, 'dhaka', '01867846356', NULL, NULL, '$2y$10$fAXtp5AgOIPDs/PLt15HWuepzE9DiC6164f5CCofiSJ9o9fmAv7b.', NULL, 2, 'user', '1', '2024-01-01 15:18:43', '2024-01-01 15:18:43'),
(00000000000000004272, NULL, 'Nayon', NULL, NULL, 'dhaka', '01912673384', NULL, NULL, '$2y$10$I2.mGH86lH8oBMiIVnpRMuKWMsdjI8RiKHSIiNqJP3830vOKWcmpq', NULL, 2, 'user', '2', '2024-01-01 15:21:43', '2024-01-01 15:21:43'),
(00000000000000004273, NULL, 'Nayon', NULL, NULL, 'dhaka', '1912673384', NULL, NULL, '$2y$10$N5wa5onyDZAyTAJZvDZrLOgyx2//8jJZkBQGjbv7hVLbXUoX/JoAe', NULL, 2, 'user', '1', '2024-01-01 15:24:48', '2024-01-01 15:24:48'),
(00000000000000004274, NULL, 'SAIFUDDIN', NULL, NULL, 'dhaka', '01620657376', NULL, NULL, '$2y$10$IL935QFy4vwEdzhp9hMH3.QLK6Hv1G1MX5C02dljRvw2/Xf64KyHe', NULL, 2, 'user', '1', '2024-01-01 16:01:43', '2024-01-01 16:01:43'),
(00000000000000004275, NULL, 'Md.Shamim', NULL, NULL, 'dhaka', '01631092732', NULL, NULL, '$2y$10$E.1byX8RbzeCTFRb6Ns5NembdLvqkXbtRPOE8GdySQaFdyr4Tsvp.', NULL, 2, 'user', '1', '2024-01-01 16:06:33', '2024-01-01 16:06:33'),
(00000000000000004276, NULL, 'Mamun', NULL, NULL, 'dhaka', '01821951383', NULL, NULL, '$2y$10$rgljCAsXhC5JZDkpVVuC8.xfVsApkcsRyJaUn6H39SVNJL9pPPEx6', NULL, 2, 'user', '1', '2024-01-01 16:10:05', '2024-01-01 16:10:05'),
(00000000000000004277, NULL, 'MD. Mostakim sheikh', NULL, NULL, 'dhaka', '01813711245', NULL, NULL, '$2y$10$JASa79PufBACFPFpeAmt1.Vy0fMbtMU9BIVvk.H.NmtEwmzTHzoD.', NULL, 2, 'user', '1', '2024-01-01 16:34:10', '2024-01-01 16:34:10'),
(00000000000000004278, NULL, 'Sanaullah', NULL, NULL, 'dhaka', '01714880954', NULL, NULL, '$2y$10$tffP0fpFLGywwfIChJpruOsoUnxSC24i7zcriIZIISLCQ7sKO5tsa', NULL, 2, 'user', '1', '2024-01-01 16:37:09', '2024-01-01 16:37:09'),
(00000000000000004279, NULL, 'Kishoreganj Automobiles', NULL, NULL, 'dhaka', '01976000367', NULL, NULL, '$2y$10$/k2fTcSHVIgTWxAX/YEfoee/O5rTKuGUwDz7eYOgilaoMadecNp3.', NULL, 2, 'user', '1', '2024-01-01 16:44:26', '2024-01-01 16:44:26'),
(00000000000000004280, NULL, 'MD Rajib', NULL, NULL, 'dhaka', '01708652094', NULL, NULL, '$2y$10$ipmFVPii/Bzam37Ytmu2JebcIS0TlY9fC6oCjfnQX8VP6sEybpleC', NULL, 2, 'user', '1', '2024-01-02 10:41:28', '2024-01-02 10:41:28'),
(00000000000000004281, NULL, 'MD Ahshanur Rohoman jewel', NULL, NULL, 'dhaka', '01707124475', NULL, NULL, '$2y$10$KLX2Qz7gQsb1gjaR9djtb.E1lWCanK.gkWrcaccVFcijUB/rJ69Yy', NULL, 2, 'user', '1', '2024-01-02 10:44:49', '2024-01-02 10:44:49'),
(00000000000000004282, NULL, 'md sarour', NULL, NULL, 'dhaka', '01772837585', NULL, NULL, '$2y$10$QCJp5UXvLvCqEYPEBpSrz.TT2t3sm5AmUGMYIXPJJqeKZ3YVkhNIa', NULL, 2, 'user', '1', '2024-01-02 10:52:02', '2024-01-02 10:52:02'),
(00000000000000004283, NULL, 'ANOWAR', NULL, NULL, 'dhaka', '01841176242', NULL, NULL, '$2y$10$bG0kprDVGkzV9h8eoS4tauHQ43gHx4Z5d6mSeHwQMVTlre.wMhJLu', NULL, 2, 'user', '2', '2024-01-02 10:55:54', '2024-01-02 10:55:54'),
(00000000000000004284, NULL, 'Abu Bakar Siddik', NULL, NULL, 'dhaka', '01911915263', NULL, NULL, '$2y$10$vFJazqSMaTr.CCHEqb2bX.8xgBloORUKWXqPJjfSEtFoSu2ekdP1K', NULL, 2, 'user', '1', '2024-01-02 11:00:30', '2024-01-02 11:00:30'),
(00000000000000004285, NULL, 'Md. Imran Hasan', NULL, NULL, 'dhaka', '01722718112', NULL, NULL, '$2y$10$le96YX7iHLM.rbIkRKZuAuVxyo9RVhCBpk9HSwm7HJJqPm5yCBdtC', NULL, 2, 'user', '1', '2024-01-02 11:10:25', '2024-01-02 11:10:25'),
(00000000000000004286, NULL, 'M.R.Russel', NULL, NULL, 'dhaka', '01711201498', NULL, NULL, '$2y$10$MMsDQBUFsVvTU/gSu/LTEOnRoDh..IOFFeqcwSEJta6mcWYU75laq', NULL, 2, 'user', '1', '2024-01-02 11:15:24', '2024-01-02 11:15:24'),
(00000000000000004287, NULL, 'Md imran haider', NULL, NULL, 'dhaka', '01794212552', NULL, NULL, '$2y$10$FqfQdJhn5GJOnKqkUJisQundTPc62ye5yTN0u7IjHYk.H8SW3DUmC', NULL, 2, 'user', '1', '2024-01-02 11:25:38', '2024-01-02 11:25:38'),
(00000000000000004289, NULL, 'Tarek Aziz', NULL, 'tarekaziz3717@gmail.com', 'dhaka', '01919963517', NULL, NULL, '$2y$10$f29fO/2J6EzUR5R/KV1E0eQEYQoHdmaKE0HytSHPIP.S77bjwFdge', NULL, 2, 'user', '1', '2024-01-02 12:21:02', '2024-01-02 12:21:02'),
(00000000000000004290, NULL, 'Mir Faisal', NULL, NULL, 'dhaka', '01751403143', NULL, NULL, '$2y$10$FsobRkbv89/EBqXpQbHptO79MrRATsKtZL5QW5gGEiGk7j4j5ZAPK', NULL, 2, 'user', '1', '2024-01-02 12:31:49', '2024-01-02 12:31:49'),
(00000000000000004291, NULL, 'Salim', NULL, NULL, 'dhaka', '01713529452', NULL, NULL, '$2y$10$LS/nU7wpQ6Af8tcfKL0Xc.Xmpe3MrGAxtabB5rsaTgbUUMatlbnyO', NULL, 2, 'user', '1', '2024-01-02 12:36:50', '2024-01-02 12:36:50'),
(00000000000000004292, NULL, 'Akramul', NULL, NULL, 'dhaka', '01712874166', NULL, NULL, '$2y$10$QCLkNy.K790PbUa1bOF5iONdg5V2KVHKYdBzl4feFg8t8JbN4AEke', NULL, 2, 'user', '1', '2024-01-02 13:27:42', '2024-01-02 13:27:42'),
(00000000000000004293, 14, 'Shami Ibnrahat', NULL, NULL, 'Dhaka', '01686450301', NULL, NULL, '$2y$10$vwSWdBfzSXObj7G.6ZkmUO3Xg8Lfd67dSTLQdfsOW53VVeYW10ujq', NULL, 2, 'user', '1', '2024-01-02 15:55:43', '2024-01-02 15:55:43'),
(00000000000000004294, 14, 'Mainul Islam Tapon', NULL, NULL, 'Dhaka', '01833805562', NULL, NULL, '$2y$10$f.382VrUgwzLYERAejV8YukQqnTo8Nj.BrJGz.WbuzNyNh5eFSCPi', NULL, 2, 'user', '1', '2024-01-02 15:56:10', '2024-01-02 15:56:10'),
(00000000000000004295, 14, 'No Name', NULL, NULL, 'Mirpur-14,Dhaka', '01614880800', NULL, NULL, '$2y$10$TvRTHoTXiaIErVKRYpqdaex23r6M0aEkwa.Kf92cA6My0MGBW18ca', NULL, 2, 'user', '1', '2024-01-02 15:57:09', '2024-01-02 15:57:09'),
(00000000000000004296, 14, 'Arham Ahmed Mishal', NULL, NULL, 'Dhaka', '01682483733', NULL, NULL, '$2y$10$Bi7SgqgLtgfxcOANNKB5wOqE5eTaEsr3WQdNK7aBVz0SuDcI4YBU2', NULL, 2, 'user', '1', '2024-01-02 15:57:52', '2024-01-02 15:57:52'),
(00000000000000004297, 14, 'Jakariya Masud', NULL, NULL, 'Dhaka', '০১৬২৪৮২৪৪৭৯', NULL, NULL, '$2y$10$nyYZK3epvcr3kOKJGHfs8.FNjzsrnmNwDYDPBH3FlXD7pYB20ghVy', NULL, 2, 'user', '1', '2024-01-02 15:59:02', '2024-01-02 15:59:02'),
(00000000000000004298, 14, 'Md Shopon Chowdhury', NULL, NULL, 'Dhaka', '01986977856', NULL, NULL, '$2y$10$S9Lg/HU8lDiLy8TlQC13jeZz1HoV9T9xZLA2qmTsoKIrLWGQZwmYC', NULL, 2, 'user', '1', '2024-01-02 15:59:56', '2024-01-02 15:59:56'),
(00000000000000004299, 14, 'Rezbe Ahammed Shahin', NULL, NULL, 'Dhaka', '01610507934', NULL, NULL, '$2y$10$/EUxOE3ibqEd7NtP8KMpnOAFm/mE0sJvcOZ5qmpOVc2zDE9Gm01Vu', NULL, 2, 'user', '1', '2024-01-02 16:00:21', '2024-01-02 16:00:21'),
(00000000000000004300, 14, 'MH Munna', NULL, NULL, 'Dhaka', '01986005378', NULL, NULL, '$2y$10$f9aEYO/z1aXWANXJL.UTeejz/Yv6tZQ2wXVf7z8YonAN7LUlITUee', NULL, 2, 'user', '1', '2024-01-02 16:00:50', '2024-01-02 16:00:50'),
(00000000000000004301, 14, 'MD Hredoy Hossain', NULL, NULL, 'Dhaka', '01726022292', NULL, NULL, '$2y$10$mg1yiZIg45D2ROolA1.8be3Gm/ZVIo2j/vQvhXWIazPALTG6twi9e', NULL, 2, 'user', '1', '2024-01-02 16:01:13', '2024-01-02 16:01:13'),
(00000000000000004302, 14, 'Shihab Shohag', NULL, NULL, 'Dhaka', '01303294287', NULL, NULL, '$2y$10$BY6avzjs1tjfgIYo.V12sO1gKGZ8fxulsVcg8rwjNALuRYL.DJmSi', NULL, 2, 'user', '1', '2024-01-02 16:01:53', '2024-01-02 16:01:53'),
(00000000000000004303, 14, 'Walid Khan', NULL, NULL, 'Tangail', '01743876796', NULL, NULL, '$2y$10$k9R6Th39.uQUdA3raQR.uu/O0DcE3QmTZ5sR7aGDFEHM59pPgvCcu', NULL, 2, 'user', '1', '2024-01-02 16:02:17', '2024-01-02 16:02:17'),
(00000000000000004304, 14, 'Md. Rony', NULL, NULL, 'Dhaka', '01917310111', NULL, NULL, '$2y$10$FOPC8jitfgHBjiA/NvUUa.McBZ9Qf.ksliCBXp5DWww6AaTa8OqZa', NULL, 2, 'user', '1', '2024-01-02 16:02:35', '2024-01-02 16:02:35'),
(00000000000000004305, 14, 'Guljer Ahmed Rahi', NULL, NULL, 'Moulovibazar', '01718097547', NULL, NULL, '$2y$10$bHFzrYQqio2aB9Jq.IBz/.YixN3sDQPAfFKAHLRGS1MwkGzjNpeKC', NULL, 2, 'user', '1', '2024-01-02 16:03:05', '2024-01-02 16:03:05'),
(00000000000000004306, 14, 'গেলোউরে প্রানপাখি', NULL, NULL, 'Keranigonj, Dhaka', '01768111993', NULL, NULL, '$2y$10$.we6pgwpyICmYh/ae8TxfOYXK.qIOM3c4qxCbchbxu1Gw8mnHjsZa', NULL, 2, 'user', '1', '2024-01-02 16:03:41', '2024-01-02 16:03:53'),
(00000000000000004307, 14, 'Jrs Vai', NULL, NULL, 'Dhaka', '01750465172', NULL, NULL, '$2y$10$bcrnPaHLA1dHTPmoSMWQSOdimyCJyfd8f/NbrnZRpihlkLTs3dmQy', NULL, 2, 'user', '1', '2024-01-02 16:04:39', '2024-01-02 16:04:39'),
(00000000000000004308, 14, 'R H Rakib Hasan', NULL, NULL, 'Kaliakor', '01829576213', NULL, NULL, '$2y$10$pGvmLyJDpVVl.OYqPsV38elKJO5pW7wsNHlHALNzCEFc8s92/bGy6', NULL, 2, 'user', '1', '2024-01-02 16:05:18', '2024-01-02 16:05:18'),
(00000000000000004309, 14, 'সোয়েব মালেক', NULL, NULL, 'Dhaka', '01735706390', NULL, NULL, '$2y$10$yQ9P9zcUSVdc3Hm5fq0Veu7uPlqjFkxz2ULecOoam1yq.k4PWkw/S', NULL, 2, 'user', '1', '2024-01-02 16:05:57', '2024-01-02 16:05:57'),
(00000000000000004310, 14, 'Md Sazzadul Islam Tanvir', NULL, NULL, 'Dhaka', '01832589860', NULL, NULL, '$2y$10$Jmc23OhB5GO73DDudNAmc.9BwpmCszXx6tpKaoVLNLHPwSxkeDzte', NULL, 2, 'user', '1', '2024-01-02 16:06:19', '2024-01-02 16:06:19'),
(00000000000000004311, 14, 'Humayun Kabir', NULL, NULL, 'Dhaka', '01725228231', NULL, NULL, '$2y$10$eYacYNt46w6YCRne8U/22uvLV25zJBGCPte1zSzfjPwqcZCmIIhcu', NULL, 2, 'user', '1', '2024-01-02 16:06:42', '2024-01-02 16:06:42'),
(00000000000000004312, 14, 'Mostafijur Rahaman', NULL, NULL, 'Dhaka', '01881007633', NULL, NULL, '$2y$10$FVSBBxrW3a.EeP4PD2momOL6tw0Noznt6jNmoST9P9Eg2w.WMT4hq', NULL, 2, 'user', '1', '2024-01-02 16:07:09', '2024-01-02 16:07:09'),
(00000000000000004313, 14, 'Jahan Vai', NULL, NULL, 'Dhaka', '01838439926', NULL, NULL, '$2y$10$Vt2wrnLTGVJsLKcLXw8lEOrnbooarOt4bxC85fxumNBgwE/VnEOUu', NULL, 2, 'user', '1', '2024-01-02 16:07:46', '2024-01-02 16:07:46'),
(00000000000000004314, 14, 'Afnan Sany', NULL, NULL, 'Dhaka', '01607494944', NULL, NULL, '$2y$10$z8NtwQFRD6nLvE3VRv009uHY.9Yh8OIukKOGqgeXOO7Hqu7NZ/ai2', NULL, 2, 'user', '1', '2024-01-02 16:08:07', '2024-01-02 16:08:07'),
(00000000000000004315, 14, 'MD Nobi Hossen', NULL, NULL, 'Dhaka', '01990107323', NULL, NULL, '$2y$10$ftUetse.R5NjjPXoJwSbA.6YSwHMnA9rRHpq2nK5r5Ywm2H0Wf8qq', NULL, 2, 'user', '1', '2024-01-02 16:08:33', '2024-01-02 16:08:33'),
(00000000000000004316, 14, 'Md Emran Dp', NULL, NULL, 'Dhaka', '01999590444', NULL, NULL, '$2y$10$u3ImQU/q.z4WQ30PxcDrJ.Yuh6l8jP3W34tcD0UxRZh2gaQQI/eNO', NULL, 2, 'user', '1', '2024-01-02 16:08:54', '2024-01-02 16:08:54'),
(00000000000000004317, 14, 'অদৃশ্য ভালোবাসা', NULL, NULL, 'Dhaka', '01816405220', NULL, NULL, '$2y$10$WRRLpqbq0YlnrPOCQLaFRecoXkSKq9STiDLRqV/vMX0ZLFMGOB4mq', NULL, 2, 'user', '1', '2024-01-02 16:09:30', '2024-01-02 16:09:30'),
(00000000000000004318, 14, 'MD NurHossan', NULL, NULL, 'Dhaka', '01999995653', NULL, NULL, '$2y$10$35WfsJAXWHoYTJ0FBT/v/u5MH8PCBXxBSK4cPMBGVd1CG.aGRPF/y', NULL, 2, 'user', '1', '2024-01-02 16:09:49', '2024-01-02 16:09:49'),
(00000000000000004319, 14, 'Mahmudul Hasan', NULL, NULL, 'Dhaka', '01921669969', NULL, NULL, '$2y$10$.KHuKVRQGkHvmb31hEghyuELrkybWMZjZtzIDWmijs6w.cob6X3Am', NULL, 2, 'user', '1', '2024-01-02 16:10:09', '2024-01-02 16:10:09'),
(00000000000000004320, 14, 'Likhoñ', NULL, NULL, 'Khilkhet, Dhaka', '01568279592', NULL, NULL, '$2y$10$A2TUFKK5eaJ3qP5C4oYglOAtugbYdORisA8qFDr0VjekAqiX/kM1.', NULL, 2, 'user', '1', '2024-01-02 16:10:52', '2024-01-02 16:10:52'),
(00000000000000004321, 14, 'Nur Mohammad Sha', NULL, NULL, 'Mirpur-1, Dhaka', '01631011440', NULL, NULL, '$2y$10$gPSOR6b1aOxZ9BHy.axsNewa5Jzia91YAyPWIrO2qa0k.dtaT8gPG', NULL, 2, 'user', '1', '2024-01-02 16:13:33', '2024-01-02 16:13:33'),
(00000000000000004322, 14, 'Eidul Amin', NULL, NULL, 'Dhaka', '01740178407', NULL, NULL, '$2y$10$NL7h9LfLqvGWCJ4C511squ7YbBHB6NE0R/OaEGZ5a57UCGbKs3J6W', NULL, 2, 'user', '1', '2024-01-02 16:15:06', '2024-01-02 16:15:06'),
(00000000000000004323, 14, 'T IK Saimun', NULL, NULL, 'Badda, Dhaka', '01719393940', NULL, NULL, '$2y$10$Bg4LA1ASggGw0FvAyXfuOuhxDUGaVTr.zoWJ1XYxij.2Sdl3Uh9wC', NULL, 2, 'user', '1', '2024-01-02 16:15:46', '2024-01-02 16:15:46'),
(00000000000000004324, 14, 'Sani Gomez', NULL, NULL, 'Badda, Dhaka', '01733972520', NULL, NULL, '$2y$10$J84CGY.OUKXvCrhAzbwaSerOVVbsQSHjlX63JoaMuOlYZ4T6o/T92', NULL, 2, 'user', '1', '2024-01-02 16:16:25', '2024-01-02 16:16:25'),
(00000000000000004325, 14, 'Sakib Hossain Onim', NULL, NULL, 'Uttara,Dhaka', '01828037736', NULL, NULL, '$2y$10$Q97pGNtYRx1FosLP20hpE.QP8o7ZrFFb5aiMCaPVBw6IAurF.OCQi', NULL, 2, 'user', '1', '2024-01-02 16:18:22', '2024-01-02 16:18:22'),
(00000000000000004326, 14, 'Taipur Rahman Topu', NULL, NULL, 'Dhaka', '01988043752', '01329944218', NULL, '$2y$10$Qxcpzb2jMJmIK4H/UVN4EOHe5Tj7nodL5l7Xt3agzgOTlJoN1Bt9q', NULL, 2, 'user', '1', '2024-01-02 16:19:25', '2024-01-02 16:19:25'),
(00000000000000004327, 14, 'MD Minhajur Rahman Nehad', NULL, NULL, 'Dhaka', '01537565938', NULL, NULL, '$2y$10$s0MpNbjho1OgxbFZsjyn1OmG5GCLNmALiMZYsnHPQA6PSRFKwtWXm', NULL, 2, 'user', '1', '2024-01-02 16:20:25', '2024-01-02 16:20:25'),
(00000000000000004328, 14, 'Obodro Pola', NULL, NULL, 'Dhaka', '01888162648', NULL, NULL, '$2y$10$bbCyecXphauQXF6My/4kEObqQwkkkCNul/FbVI2./PQXUT5wo.rry', NULL, 2, 'user', '1', '2024-01-02 16:20:52', '2024-01-02 16:20:52'),
(00000000000000004329, 14, 'As Hraf', NULL, NULL, 'Dhaka', '01784470850', NULL, NULL, '$2y$10$oyFfs8IyHjlOH./JXj41QuJvzkSXsfXfPfSb29uDgvXyYpJ.68Wge', NULL, 2, 'user', '1', '2024-01-02 16:21:15', '2024-01-02 16:21:15'),
(00000000000000004330, 14, 'Md Kawser', NULL, NULL, 'Dhaka', '01794859759', NULL, NULL, '$2y$10$vpFwy5.erzkhAKjhL4cXru9EoLi7B6auVtBvgcQyudcvdZJvaQkj6', NULL, 2, 'user', '1', '2024-01-02 16:21:35', '2024-01-02 16:21:35'),
(00000000000000004331, 14, 'Shahriar Pronoy', NULL, NULL, 'Manik nagar, Dhaka', '01976270365', NULL, NULL, '$2y$10$Sa9tM4g.CEkpFEQU2fzX.u92Oa9dfajE58JoHTIPlp4F9Sztk/ccu', NULL, 2, 'user', '1', '2024-01-02 16:22:08', '2024-01-02 16:22:08'),
(00000000000000004332, 14, 'Prince Oli Shekder', NULL, NULL, 'Dhaka', '01307677804', NULL, NULL, '$2y$10$qaMPsqFrlHbGIPrrQmYL4u9e88aHkb6eAwa8Vzy4uKkhy1MiSLxEq', NULL, 2, 'user', '1', '2024-01-02 16:22:39', '2024-01-02 16:22:39'),
(00000000000000004333, 14, 'Shahriar Emon', NULL, NULL, 'Khulna', '01303024023', NULL, NULL, '$2y$10$rQZJfrQzZl6noFjiNieJT.XWAm0lLymhXpecluQ170hLYQ3XabuYK', NULL, 2, 'user', '1', '2024-01-02 16:23:21', '2024-01-02 16:23:21'),
(00000000000000004334, 14, 'Monir ChowdhuryFeni Jila Chattogram', NULL, NULL, 'DHAKA', '01738722325', NULL, NULL, '$2y$10$d2gvdw1kShvDq3NKDtR0y.2is15v3RrM6XrLKt.bmo6A2wrUhcZa.', NULL, 2, 'user', '1', '2024-01-02 16:37:39', '2024-01-02 16:37:39'),
(00000000000000004335, 14, 'Parvez Parvez', NULL, NULL, 'DHAKA', '01812615849', NULL, NULL, '$2y$10$6qOKP0tBUjecqwYMNIOnFeaGvemGpzZahLZto41tB/Dl38VXvHHPW', NULL, 2, 'user', '1', '2024-01-02 16:38:03', '2024-01-02 16:38:03'),
(00000000000000004336, 14, 'Abdul Noor', NULL, NULL, 'DHAKA', '01791013253', NULL, NULL, '$2y$10$bXx1wK4htl0rPOGANTRhkequHIIfVpGFsoA8bddSaFoSjxnApTZwS', NULL, 2, 'user', '1', '2024-01-02 16:38:24', '2024-01-02 16:38:24'),
(00000000000000004337, 14, 'সজীব রানা', NULL, NULL, 'DHAKA', '01744942595', NULL, NULL, '$2y$10$GBFqhZqj0wHzrU0LsBprvOLmVPYPdBcu/0SgVLVmlHpQZ8DZFOxXa', NULL, 2, 'user', '1', '2024-01-02 16:38:50', '2024-01-02 16:38:50'),
(00000000000000004338, 14, 'Md Azim Md Azim', NULL, NULL, 'mohakhali', '01921554660', NULL, NULL, '$2y$10$PBU0pdhkG2FAsSz5ZaK98ew7hbyLB2y2tlwul7DwqsW4p8Cy4iSSW', NULL, 2, 'user', '1', '2024-01-02 16:39:55', '2024-01-02 16:39:55'),
(00000000000000004339, 14, 'Mohammad Sujon Ali', NULL, NULL, 'jonota housing, muhammadpur', '01963142381', NULL, NULL, '$2y$10$zBt5iQc8ogasHqVbUs93k.HwVWbE252G1hAXesYNUyA7k25kU60Uu', NULL, 2, 'user', '1', '2024-01-02 16:40:35', '2024-01-02 16:40:35'),
(00000000000000004340, 14, 'Md Mahim', NULL, NULL, 'DHAKA', '01609216658', NULL, NULL, '$2y$10$hcgboXIMUMTBCXFX2uTpMuCo764MtrTvKEsP0RXTkZo6Vi0RUpBHe', NULL, 2, 'user', '1', '2024-01-02 16:41:39', '2024-01-02 16:41:39'),
(00000000000000004341, 14, 'মিস্টার জামান', NULL, NULL, 'DHAKA', '01993770741', NULL, NULL, '$2y$10$0gUbtBytzKHbOOXjw9I9yeJZjSj/k2.nDMmTbsc1LiSFZtEbn14.W', NULL, 2, 'user', '1', '2024-01-02 16:44:32', '2024-01-02 16:44:32'),
(00000000000000004342, 14, 'Md Mokluch Miah', NULL, NULL, 'Hobiganj', '01718739811', NULL, NULL, '$2y$10$qXd2TyrqSWFNedpa88eqNOMt8d2cHDrG2uqjjrWjO3af7vYHfI6TG', NULL, 2, 'user', '1', '2024-01-02 16:45:00', '2024-01-02 16:45:00'),
(00000000000000004343, 14, 'Muazzem Hossen', NULL, NULL, 'jamalpur', '01718188221', NULL, NULL, '$2y$10$yFJCgiPeeuWrT0FzGxFP3e7G4AeNnPLcxdakVTzyje8ZAocd208Hq', NULL, 2, 'user', '1', '2024-01-02 16:45:38', '2024-01-02 16:45:38'),
(00000000000000004344, 14, 'Sumon Rifat', NULL, NULL, 'DHAKA', '০১৬১৩৯১৯০৬২', NULL, NULL, '$2y$10$MTFvaUQNTMKcAEnDe157/ObMYRy5gkPvqGVauYjpvPQfglJ1aR5sS', NULL, 2, 'user', '1', '2024-01-02 16:46:16', '2024-01-02 16:46:16'),
(00000000000000004345, 14, 'Easin Arafat', NULL, NULL, 'DHAKA', '০১৭৭১৩৫৪৩৫৫', NULL, NULL, '$2y$10$0VOWdw0HOdKfa9wnAuqpHeYHviHc3e.qKgYMhYuqoOTQRZQ8q3StG', NULL, 2, 'user', '1', '2024-01-02 16:46:40', '2024-01-02 16:46:40'),
(00000000000000004346, 14, 'Mahabub Rubel', NULL, NULL, 'Muhammadpur', '০১৭১১০৪৫৫৬৪', NULL, NULL, '$2y$10$KUdIfSRaxyrr4ML4hS8atO0aW1hMcH9/qPZvSYDgrdo5ZW6esKBsm', NULL, 2, 'user', '1', '2024-01-02 16:47:08', '2024-01-02 16:47:08'),
(00000000000000004347, 14, 'Jahid Khan Shagor', NULL, NULL, 'airport hazi camp', '01880806539', NULL, NULL, '$2y$10$daIzS1s2jur/mubmsaYMzew3IyCxAVmD8CPNcMYKg4hO8xL0wCT/K', NULL, 2, 'user', '1', '2024-01-02 16:47:35', '2024-01-02 16:47:35'),
(00000000000000004348, 14, 'Fraji Abusaly', NULL, NULL, 'DHAKA', '01322162746', NULL, NULL, '$2y$10$uGj6Dgk.LCrvmZdaSctB3.YZKN2JZa1TXT.zTFsdwjuZb/QBBqF8u', NULL, 2, 'user', '1', '2024-01-02 16:48:00', '2024-01-02 16:48:00'),
(00000000000000004349, 14, 'Sunny Afroz', NULL, NULL, 'DHAKA', '01679329949', NULL, NULL, '$2y$10$OqLK68/IY1s1hNj4NO76c.T5dBhZ9IGHJrb5cr0EcnF/AjPsfeccm', NULL, 2, 'user', '1', '2024-01-02 16:48:20', '2024-01-02 16:48:20'),
(00000000000000004350, 14, 'Rater Akash', NULL, NULL, 'DHAKA', '01721135678', NULL, NULL, '$2y$10$JnokrhSvWAx2Hm4dJkDtV.vIdLu5MTY26Yv7JpJv0W4lEOzSHAKNC', NULL, 2, 'user', '1', '2024-01-02 16:48:45', '2024-01-02 16:48:45'),
(00000000000000004351, 14, 'Mashfiqur Rahman', NULL, NULL, 'DHAKA', '01779001942', NULL, NULL, '$2y$10$e1GFPIL55g0jbTZynPmV5OJZy6ZzRHKJaja0.4Z.gFqL8Lk1gNnhO', NULL, 2, 'user', '1', '2024-01-02 16:49:05', '2024-01-02 16:49:05'),
(00000000000000004352, 14, 'MD Sultan Mahmud', NULL, NULL, 'bogura', '01738645541', NULL, NULL, '$2y$10$N8DxHtOVNn/U9T0tPJQMc.QrNGEMg7SdFtiCRjUqgPNoB.XSZYN/q', NULL, 2, 'user', '1', '2024-01-02 16:49:33', '2024-01-02 16:49:33'),
(00000000000000004353, 14, 'Muhammad Rukanuzzaman', NULL, NULL, 'Basabo', '01687095981', NULL, NULL, '$2y$10$tGGtcJA5T2G3xzZ1MZnlLOX.1xm0IqaOkUpuCNzt2bXUg4c4H9Mrm', NULL, 2, 'user', '1', '2024-01-02 16:50:19', '2024-01-02 16:50:19');
INSERT INTO `users` (`id`, `lebel_id`, `name`, `nid`, `email`, `address`, `phone`, `alter_phone`, `email_verified_at`, `password`, `remember_token`, `role`, `type`, `user_type`, `created_at`, `updated_at`) VALUES
(00000000000000004354, NULL, 'Md alim ullah', NULL, NULL, 'dhaka', '01820356269', NULL, NULL, '$2y$10$.XjBURhqx98ZWGyx740zM..7/uJqfWW7rjxlIc2pzphsSQqO6x1EC', NULL, 2, 'user', '1', '2024-01-03 11:01:29', '2024-01-03 11:01:29'),
(00000000000000004355, NULL, 'Jahir', NULL, NULL, 'dhaka', '1710864927', NULL, NULL, '$2y$10$DlLyVkhXk.PmJFzIA6K/ueoSuMEv1P/Gn0NGx54kRyXCjSZRkjREm', NULL, 2, 'user', '1', '2024-01-03 11:10:01', '2024-01-03 11:10:01'),
(00000000000000004356, NULL, 'Riyad Hossain', NULL, 'mdriyadhossain000@gmail.com', 'dhaka', '01842460735', NULL, NULL, '$2y$10$uqsDlPuiSkNCVe3.0FIyZOU6XBgfnzkoPRVUdjcWmakmVZ2rKFQ1i', NULL, 2, 'user', '1', '2024-01-03 11:19:45', '2024-01-03 11:19:45'),
(00000000000000004357, NULL, 'Shanur Islam', NULL, NULL, 'dhaka', '01712116699', NULL, NULL, '$2y$10$Gw2dtBgWEqNXIEugcXuFJO1d/xYHpOxVnlzYkbFbgtIlEDhhuCwmG', NULL, 2, 'user', '1', '2024-01-03 11:24:09', '2024-01-03 11:24:09'),
(00000000000000004358, NULL, 'Nishita Flour Mils', NULL, NULL, 'dhaka', '01713716077', NULL, NULL, '$2y$10$a0IJO7/Qy3ksipYbOsvI4.t.6CbjS44ufR6IJVw1xtEKkTuJcOti.', NULL, 2, 'user', '1', '2024-01-03 11:30:22', '2024-01-03 11:30:22'),
(00000000000000004359, NULL, 'MD SHAIN KIAN', NULL, NULL, 'dhaka', '01969296200', NULL, NULL, '$2y$10$ypRXbUqoV0I7B.eV4nbR7.ptBB5462ZbTk8dCmGI6qyWCI5.bs/B2', NULL, 2, 'user', '1', '2024-01-03 11:35:38', '2024-01-03 11:35:38'),
(00000000000000004360, NULL, 'Anwar Hossain', NULL, NULL, 'dhaka', '1604325550', NULL, NULL, '$2y$10$0KXQDEjX9eOUiCuC7jWWOOTTKwaQGhedQNs9GERvfM1Y4Yu5pceTm', NULL, 2, 'user', '1', '2024-01-03 11:39:45', '2024-01-03 11:39:45'),
(00000000000000004361, NULL, 'ANISH', NULL, NULL, 'dhaka', '01913325311', NULL, NULL, '$2y$10$ovdKzvD/1KVSWIRn015Bre3PU12eBkJCVdzneIeVjuHRxRVFiXGOm', NULL, 2, 'user', '1', '2024-01-03 11:43:19', '2024-01-03 11:43:19'),
(00000000000000004362, NULL, 'Pankaj da', NULL, NULL, 'dhaka', '01942204736', NULL, NULL, '$2y$10$5SHt6Zjb0q3VWZqYeRjV3OKYjFsqZwZRmcbrzrWsz03zj0ekxOLtK', NULL, 2, 'user', '1', '2024-01-03 11:46:46', '2024-01-03 11:46:46'),
(00000000000000004363, NULL, 'Arif', NULL, NULL, 'dhaka', '01916654872', NULL, NULL, '$2y$10$C/0BS6kBONZM06Ry4aCtqOOBkMswM.BxtAQ.93AzJt5ye3xoi9pby', NULL, 2, 'user', '1', '2024-01-03 11:51:30', '2024-01-03 11:51:30'),
(00000000000000004365, NULL, 'MD Joshi', NULL, NULL, 'dhaka', '01725211290', NULL, NULL, '$2y$10$DpJk270zhPBCytrpBLX9M.534MU4zFTKDf8kDnFK2QF6CuZUupi7i', NULL, 2, 'user', '1', '2024-01-03 12:13:31', '2024-01-03 12:13:31'),
(00000000000000004366, NULL, 'Mohammad ataour Rahman', NULL, NULL, 'dhaka', '01819401375', NULL, NULL, '$2y$10$sa7zlGRWizOzjFhF5taRVOphvLhAyh8cLzj9bRNB0oUXYM0jUFtrK', NULL, 2, 'user', '1', '2024-01-03 12:22:25', '2024-01-03 12:22:25'),
(00000000000000004367, NULL, 'Shamsu', NULL, NULL, 'dhaka', '01911775405', NULL, NULL, '$2y$10$5bTRyT3UP7z2TBJlt2qF2.JNrEyVHcbfYmaxWqut4mhz1SYK7shR.', NULL, 2, 'user', '1', '2024-01-03 12:25:59', '2024-01-03 12:25:59'),
(00000000000000004368, NULL, 'Sumit Kumar Das', 'N/A', NULL, 'House 93/1, Road-8, Block-C, Niketon, Dhaka-1212', '01843895118', NULL, NULL, '$2y$10$CPqWcWWSOOb3f2B4rfagAudMyO75muA/F2/GM/7JESMVpK53mzn8K', NULL, 2, 'user', '1', '2024-01-03 12:35:49', '2024-02-28 10:48:25'),
(00000000000000004369, 14, 'Rakib Hasan', NULL, NULL, 'Mymenshing', '01716999516', NULL, NULL, '$2y$10$XI4UQayfVygGvfoAA7Rsu.iEISeXYBmY4aG2yuJurkol62ONgXaga', NULL, 2, 'user', '1', '2024-01-03 12:36:27', '2024-01-03 12:36:27'),
(00000000000000004370, NULL, 'Mostafizur Rahman', NULL, NULL, 'dhaka', '01714460600', NULL, NULL, '$2y$10$tYnc7bBHKGy.HsoXOT2CZujLJZJmpE6n4V4GGyIrCgNXnLlteCJSi', NULL, 2, 'user', '1', '2024-01-03 13:15:20', '2024-01-03 13:15:20'),
(00000000000000004371, NULL, 'Anamika Majumder', NULL, 'anmikaniter@gmail.com', 'dhaka', '01723269990', NULL, NULL, '$2y$10$3eo77OFJY./np2/EqrRqRukw0/zpsFCyoqhj/pgydjponfZKHSXsS', NULL, 2, 'user', '1', '2024-01-03 13:18:57', '2024-01-03 13:18:57'),
(00000000000000004372, NULL, 'Smorat', NULL, 'smorat77@mygpsbd.net', 'dhaka', '1732577777', NULL, NULL, '$2y$10$rUwj3WsGW7ZnG9P56T48XeC0qlnshwdNVTis3kX58/L/HrD61KnFa', NULL, 2, 'user', '1', '2024-01-03 13:24:19', '2024-01-08 13:02:06'),
(00000000000000004373, NULL, 'Delower', NULL, NULL, 'dhaka', '01711985271', NULL, NULL, '$2y$10$PmLLrCIY1U7vXqhUty5AeeZZY4hMzWXSyTefTYU1xGPKTguNHQ3ru', NULL, 2, 'user', '1', '2024-01-03 13:35:20', '2024-01-03 13:35:20'),
(00000000000000004374, NULL, 'Songjoy', NULL, NULL, 'dhaka', '01770171416', NULL, NULL, '$2y$10$Lu40wNzypH..EaPj8W0zjOqKY8zXfjofN.N7tbDaoE4izkpirVSJ2', NULL, 2, 'user', '1', '2024-01-03 13:37:52', '2024-01-03 13:37:52'),
(00000000000000004375, NULL, 'Md. Shamim Sheikh', NULL, NULL, 'dhaka', '01913939763', NULL, NULL, '$2y$10$oR3I8nYdljeWmc.wMvj4vOG9pQ1Q3DFDbaaP4WV7gDcRe8rZ.zLD.', NULL, 2, 'user', '1', '2024-01-03 13:44:26', '2024-01-03 13:44:26'),
(00000000000000004376, NULL, 'MD Jamal', NULL, NULL, 'dhaka', '01722707009', NULL, NULL, '$2y$10$L8iaAfGb/lD8haTDL4Mr1OlIMQUkIPDqX7dHvBjU0x1TVL/Ha2J1a', NULL, 2, 'user', '1', '2024-01-03 13:51:39', '2024-01-03 13:51:39'),
(00000000000000004377, NULL, 'Piarul', NULL, NULL, 'dhaka', '01723290035', NULL, NULL, '$2y$10$mSXNDe.VA1ayrPKo2W4mBOfMs7jAxjwuG6IINkpdqfZOz3TLvz.K.', NULL, 2, 'user', '1', '2024-01-03 13:55:06', '2024-01-03 13:55:06'),
(00000000000000004378, NULL, 'Md jahangir alam', NULL, NULL, 'dhaka', '01838139593', NULL, NULL, '$2y$10$qG8tRQvOZITUevBfRip2iOjhWGdl79MGebvpS5hnHMrk2KhvS13Ya', NULL, 2, 'user', '1', '2024-01-03 13:59:54', '2024-01-03 13:59:54'),
(00000000000000004379, NULL, 'Rahul', NULL, NULL, 'dhaka', '01920395619', NULL, NULL, '$2y$10$YdfKO1GkocooMoJf.XdY4uVXuUmVK/lmALFdHUkS0RGHEMBTFnykS', NULL, 2, 'user', '1', '2024-01-03 14:03:37', '2024-01-03 14:03:37'),
(00000000000000004380, NULL, 'Tanjil', NULL, NULL, 'dhaka', '01832599305', NULL, NULL, '$2y$10$XqM0GXv15ctb1GluekNt6.b/UEPQ3YMK8RGBIfaMZ6z9t0vbrV7BC', NULL, 2, 'user', '1', '2024-01-03 14:08:27', '2024-01-03 14:08:27'),
(00000000000000004381, NULL, 'Md.Alauddin sarker', NULL, NULL, 'dhaka', '01756901180', NULL, NULL, '$2y$10$TUXl0m8A7f8dVb9dY1GxsOsc6tl5XF/3vc/lsozsMFHdRgg1qUAka', NULL, 2, 'user', '2', '2024-01-03 14:18:54', '2024-01-03 14:18:54'),
(00000000000000004382, NULL, 'MD SUMON', NULL, NULL, 'dhaka', '01757873632', NULL, NULL, '$2y$10$9QYw2eI9npK0sVRtHL5EhuwubsmEZQAltVE7wQzuAlRciBwRokeD.', NULL, 2, 'user', '1', '2024-01-03 14:26:34', '2024-01-03 14:26:34'),
(00000000000000004383, 14, 'Auni Dewan', NULL, NULL, 'Dhaka', '01613361771', NULL, NULL, '$2y$10$tFZboaqZJtuajKBqZYZUSeGR9FSdUKvhugI/OZk7/B98BcHNEYmeC', NULL, 2, 'user', '1', '2024-01-04 14:34:19', '2024-01-04 14:34:19'),
(00000000000000004384, 14, 'Omar Farook Farook', NULL, NULL, 'Dhaka', '01770300775', NULL, NULL, '$2y$10$jXcZ/snhLTVhD2c2L/4JEew613WbeBmWshWJfcTjD8VaAw/DTbbdC', NULL, 2, 'user', '1', '2024-01-04 14:35:12', '2024-01-04 14:35:12'),
(00000000000000004385, 14, 'Ahmed Sumon', NULL, NULL, 'Dhaka', '01838203088', NULL, NULL, '$2y$10$cS6o5hU45pz4iqmMPparjujCbzudRQazmHkOtlYwNy.HTucab7JW6', NULL, 2, 'user', '1', '2024-01-04 14:36:32', '2024-01-04 14:36:32'),
(00000000000000004386, 14, 'MD Sumon Hossen', NULL, NULL, 'Dhaka', '01401702223', NULL, NULL, '$2y$10$0TGTYas4HjrM6CFzj5XKEekbwOOaPOs9o.xtkA.x6acDU4cVJoahC', NULL, 2, 'user', '1', '2024-01-04 14:37:03', '2024-01-04 14:37:03'),
(00000000000000004387, 14, 'Engr Sadek Polash', NULL, NULL, 'Hobigonj', '01753496200', NULL, NULL, '$2y$10$mGCFjgUoxfgtqeiWDl5SWOMjiv2SlyZRnP/RsbWEsEN/DxNWhWhZ.', NULL, 2, 'user', '1', '2024-01-04 14:38:25', '2024-01-04 14:38:25'),
(00000000000000004388, 14, 'Shiful Islam Rony', NULL, NULL, 'Dhaka', '01733100150', NULL, NULL, '$2y$10$Now0Vw2.0g3IVOg.yyidh.Y/SVVt0snspQq1sxmjU2yjodqdyKmyu', NULL, 2, 'user', '1', '2024-01-04 14:39:04', '2024-01-04 14:39:04'),
(00000000000000004389, 14, 'Abdur Rouf', NULL, NULL, 'Askuna', '01913421254', NULL, NULL, '$2y$10$HAco0J4CDSj1SsQ/vuyWl.Utcgg6qCWe31IbX/AZQp8ThWIOITqmG', NULL, 2, 'user', '1', '2024-01-04 14:39:37', '2024-01-04 14:39:37'),
(00000000000000004390, NULL, 'Md. Matiur Rahman', 'N/A', 'matiur70@mygpsbd.net', 'Manikgonj', '01713524370', NULL, NULL, '$2y$10$SBuEWUNJFrplUgVGeTd/mubHc0RIK92zWTDKeZzX2VGuD0rBbVV6i', NULL, 2, 'user', '1', '2024-01-04 14:40:08', '2024-03-05 16:43:02'),
(00000000000000004391, 14, 'Kabir Hossain Omi', NULL, NULL, 'Dhaka', '01756165338', NULL, NULL, '$2y$10$4BcWhJdlSRSZ8iMr626Mf.MLOjVI0TGbLbnAgTD6u5edkFU5.Ds/.', NULL, 2, 'user', '1', '2024-01-04 14:40:41', '2024-01-04 14:40:41'),
(00000000000000004392, 14, 'Ahmed Dipu', NULL, NULL, 'Babu bazar brige, Dhaka', '01919995436', NULL, NULL, '$2y$10$4vhoJ2Zywhkv4lennXCtNO575arlRtYwIfSY/28OD.9GdHj0UPAM2', NULL, 2, 'user', '1', '2024-01-04 14:41:10', '2024-01-04 14:41:10'),
(00000000000000004393, 14, 'Jawad Islam Ninad', NULL, NULL, 'Bonosree, Dhaka', '01324879500', NULL, NULL, '$2y$10$0.ssbRWaAgQ4gYdDBF2zy.HnGta/.PakxfiKVoqo4YC9MIms4MVBu', NULL, 2, 'user', '1', '2024-01-04 14:41:38', '2024-01-04 14:41:38'),
(00000000000000004394, 14, 'Elahi Newaz', NULL, NULL, 'Dhaka', '01740873974', NULL, NULL, '$2y$10$nEGKvlJ6MhZrYSgrniAU/.NaJ/0UK6e4NC0lH0k73m5OerQ6xFtSy', NULL, 2, 'user', '1', '2024-01-04 14:42:48', '2024-01-04 14:42:48'),
(00000000000000004395, 14, 'Fahim Mostafa', NULL, NULL, 'Dhaka', '01992147776', '01994667231', NULL, '$2y$10$93YADcEAdD8fYnVQkr8cuuFk0.Y5p5ZrxD.M1QfSJB4Tt.hIZZKr.', NULL, 2, 'user', '1', '2024-01-04 14:43:45', '2024-01-04 14:43:45'),
(00000000000000004396, NULL, 'A.K.M. Shafiul Hassan', NULL, 'shafiulhassan@mygpsbd.net', 'dhaka', '01730340732', NULL, NULL, '$2y$10$FxUMwH5mrnmCwmLYeaqhG.aAxxzbLkRVO99hY.jv59gZdcVj70bdy', NULL, 2, 'user', '1', '2024-01-08 21:46:15', '2024-01-08 21:46:15'),
(00000000000000004397, NULL, 'Abdul Kashem', NULL, NULL, 'dhaka', '01711056005', NULL, NULL, '$2y$10$sDxAGN9Trcn4hNXl829WEu1hX/KJMfCxfsJ9Pgml.7Ype26xgrQCC', NULL, 2, 'user', '1', '2024-01-08 22:01:16', '2024-01-08 22:01:16'),
(00000000000000004398, NULL, 'Abdullah Al Sayeed', NULL, NULL, 'dhaka', '01611529134', NULL, NULL, '$2y$10$paMfOvl9BKwtGqVeXh1aBuo4KDFZvDpq75c.5R7CXrZgHZjyMqo8y', NULL, 2, 'user', '1', '2024-01-08 23:11:13', '2024-01-08 23:11:13'),
(00000000000000004399, NULL, 'Abdur rahim', NULL, NULL, 'dhaka', '01711322980', NULL, NULL, '$2y$10$KVvZ9ZUvpoBwOOezOAewXuqWmfyWP7dpD5Yyu2VE59Fcbvy/8AewW', NULL, 2, 'user', '1', '2024-01-08 23:43:10', '2024-01-08 23:43:10'),
(00000000000000004400, NULL, 'Abdur Rahim Khan', NULL, NULL, 'dhaka', '01688382773', NULL, NULL, '$2y$10$3bDV5F8A6b8vGsOW6DYZh.6DXWXOo4j82GpR/uSsTZQ7.7USjwJeO', NULL, 2, 'user', '1', '2024-01-08 23:47:29', '2024-01-08 23:47:29'),
(00000000000000004401, NULL, 'Abdur Rashid', NULL, NULL, 'dhaka', '01811135170', NULL, NULL, '$2y$10$TywKWeqwma.1rC04v4qYV.kZNP.2Ri.nhzut3R56foTnYuJ99rOMq', NULL, 2, 'user', '2', '2024-01-09 00:00:52', '2024-01-09 00:00:52'),
(00000000000000004402, NULL, 'Abu Bakkar Siddik', NULL, 'siddik74@mygpsbd.net', 'dhaka', '01718888774', NULL, NULL, '$2y$10$N/c206B1LWvyeOt//TSPo.lumbXBkzSIFF4.oKkW2g6hjV0tzG0le', NULL, 2, 'user', '1', '2024-01-09 00:09:54', '2024-01-09 00:09:54'),
(00000000000000004403, NULL, 'Abu Mostofa sujon', NULL, NULL, 'dhaka', '01730326750', NULL, NULL, '$2y$10$LMg7iVCH/j0H.JnnQwMKr.gcruTqETqiYo.UIGxjJM3kWPf/0i1QC', NULL, 2, 'user', '1', '2024-01-09 00:15:39', '2024-01-09 00:15:39'),
(00000000000000004404, NULL, 'Adv. Anower', NULL, 'anower99@mygpsbd.net', 'dhaka', '01711369999', NULL, NULL, '$2y$10$CtkrvTTUL0cbuTyx3tWB7.AiN6GsloiR2mS51ID5xmEY5FPLkntda', NULL, 2, 'user', '1', '2024-01-09 00:23:13', '2024-01-09 00:23:13'),
(00000000000000004405, NULL, 'Ahmed Kawser', NULL, NULL, 'dhaka', '01811551100', NULL, NULL, '$2y$10$.Np.2FMR0aGKwNCL329KvuFsQ8r/k1Ztz47WYAwHtLgdh9JUarR1y', NULL, 2, 'user', '1', '2024-01-09 00:28:25', '2024-01-09 00:28:25'),
(00000000000000004406, NULL, 'Aiub Mulla', NULL, NULL, 'dhaka', '01862488081', NULL, NULL, '$2y$10$vWjrJbpXKoseT6NthVvqaeuJZCOowOyWswY8oqLOgZwkeHXPWREHW', NULL, 2, 'user', '1', '2024-01-09 00:32:38', '2024-01-09 00:32:38'),
(00000000000000004407, NULL, 'Akbar', NULL, 'akbar@mygpsbd.net', 'dhaka', '01711321276', NULL, NULL, '$2y$10$FJGWMMDGFLo001xHtYtdhOsc4gcpnpA6FA1olaOe4EXs2Lxi5hs8i', NULL, 2, 'user', '1', '2024-01-09 00:37:34', '2024-01-09 00:37:34'),
(00000000000000004408, NULL, 'AKM Abdul Matin', NULL, 'matin35@mygpsbd.net', 'dhaka', '01719371235', NULL, NULL, '$2y$10$XKvhPudcLR1fflj6v7/uOOmzJekaKtvnFrvv.z5ZrZ96z3EYPo94S', NULL, 2, 'user', '1', '2024-01-09 00:41:29', '2024-01-09 00:41:29'),
(00000000000000004409, 14, 'Shamim Mia', NULL, NULL, 'Dhaka', '01404663373', NULL, NULL, '$2y$10$quE4E7WCVmkbytAhFv.5U.2tHfWdP6K8bMQ6pb02askWNDmTLObL6', NULL, 2, 'user', '1', '2024-01-09 10:57:34', '2024-01-09 10:57:34'),
(00000000000000004410, 14, 'Md Näzmül Häsän', NULL, NULL, 'Dhaka', '01765711640', NULL, NULL, '$2y$10$PNLpX17VSzwADKagpfQ9Ne9cdrUWIeBvk38.MieryUeB9OLQMaXwS', NULL, 2, 'user', '1', '2024-01-09 10:58:23', '2024-01-09 10:58:23'),
(00000000000000004411, 14, 'Abdul Awal Abdullah', NULL, NULL, 'Jatrabari,Dhaka', '01571039258', NULL, NULL, '$2y$10$uLVRZQkvZvbEGRcDWowJGuZzRGaVyqd2igd8NeGS3KcMkF.d1dvN2', NULL, 2, 'user', '1', '2024-01-09 10:59:23', '2024-01-09 10:59:23'),
(00000000000000004412, 14, 'Hafiz Al Asad', NULL, NULL, 'Nobinagar', '01721550633', NULL, NULL, '$2y$10$MLcqlQUlhEK64RvgXALdI.gqom00aNH37x1KgHTV4kJepUtdn2mA6', NULL, 2, 'user', '1', '2024-01-09 10:59:53', '2024-01-09 10:59:53'),
(00000000000000004413, 14, 'No Name', NULL, NULL, 'Dhaka', '01719176998', NULL, NULL, '$2y$10$8cUcVaNCu2UfdeaKO17LM.EE0sOaYccCa9vhNX3hhHcrmD9ogBTum', NULL, 2, 'user', '1', '2024-01-09 11:00:19', '2024-01-09 11:00:19'),
(00000000000000004414, 14, 'Syed Raqib', NULL, NULL, 'ফকিরহাট, খুলনা', '01865866956', NULL, NULL, '$2y$10$P1BEnlJ4DIw7xal9t/SrzO99CBUpNsVAG7tWqUsHcj4uTT4I2k9p2', NULL, 2, 'user', '1', '2024-01-09 11:01:39', '2024-01-09 11:01:39'),
(00000000000000004415, 14, 'কুমিল্লা মহানগর মৎস্যজীবি দল', NULL, NULL, 'Dhaka', '01705480383', '01324418985', NULL, '$2y$10$ktBB5kuSyFW1x4ASyWtf7eQ05xECFoKJOApOQnjezZAkDHaCtLKsC', NULL, 2, 'user', '1', '2024-01-09 11:06:11', '2024-01-09 11:06:11'),
(00000000000000004416, 14, 'Hussain Tanvir', NULL, NULL, 'Dhaka', '01711852636', NULL, NULL, '$2y$10$4onDORs.ESvE8RswhtTxcOGDLqqyljWTnSx446Cp6Zgdd0D4kitSa', NULL, 2, 'user', '1', '2024-01-09 11:06:34', '2024-01-09 11:06:34'),
(00000000000000004417, 14, 'MD Ornob', NULL, NULL, 'Dhaka', '০১৭৫৬৮২৯৭৯৬', NULL, NULL, '$2y$10$lktVKgzH1U0oBBSiHA3YveWk3nSNPAjosmPTyqouvpJru/lHNnRky', NULL, 2, 'user', '1', '2024-01-09 11:06:56', '2024-01-09 11:06:56'),
(00000000000000004418, 14, 'আমির হোসেন', NULL, NULL, 'Dhaka', '01852517545', NULL, NULL, '$2y$10$/0g6nInwDr468FtJC5Q8OOUpyCle1zVoB0n2mi/QVdqOmGSdsKnbC', NULL, 2, 'user', '1', '2024-01-09 11:07:14', '2024-01-09 11:07:14'),
(00000000000000004419, 14, 'Tariqul Shurov', NULL, NULL, 'Dhaka', '01954470857', NULL, NULL, '$2y$10$z5n8q0sMu2ZwpDtrrkmgfew5QQvfBCZ9KwczaqgjnIW6gWMpQvkze', NULL, 2, 'user', '1', '2024-01-09 11:07:50', '2024-01-09 11:07:50'),
(00000000000000004420, 14, 'Md Sifatul Islam', NULL, NULL, 'Dhaka', '01879092666', NULL, NULL, '$2y$10$a6OEmx96eQ05/o32JZjn8eMXkceYbGAgxZLtt5/tpeVmlnILIpatK', NULL, 2, 'user', '1', '2024-01-09 11:08:09', '2024-01-09 11:08:09'),
(00000000000000004421, 14, 'James Mondol', NULL, NULL, 'Dhaka', '০১৯৯৩৪৪৮৯৭৪', NULL, NULL, '$2y$10$314N256rBKJdQl5JV1FrouL70JmwpkIpFERcaLxueFt3xkiD80lYu', NULL, 2, 'user', '1', '2024-01-09 17:04:30', '2024-01-09 17:04:30'),
(00000000000000004422, 14, 'No Name', NULL, NULL, 'Dhanmondi, Dhaka', '01844674471', NULL, NULL, '$2y$10$XJXyz4OogGx2YrZC8qg5eOoqi4QBvvTycGx9Y2FIawGUX2HnpNeRq', NULL, 2, 'user', '1', '2024-01-09 17:05:19', '2024-01-09 17:05:19'),
(00000000000000004423, NULL, 'Sayed Sakib', 'N/A', NULL, '79/1,adabor-12 , kachabazar road , Dhaka', '01987820619', NULL, NULL, '$2y$10$fr6YLCT8DZZYiwxYSS2cx.SCrrpBuhqhz2qNMGtYYU1nVTl.yMDw.', NULL, 2, 'user', '1', '2024-01-09 17:05:47', '2024-02-28 11:06:32'),
(00000000000000004424, NULL, 'AKM Fazlur Rahman', NULL, 'akmfazlur@mygpsbd.net', 'dhaka', '01711111488', NULL, NULL, '$2y$10$0GZGcAL1Zw4vYivke3NyWOz9bfEH1WhKi34HXhP/a7GZxYfV4VhKq', NULL, 2, 'user', '1', '2024-01-09 17:45:04', '2024-01-09 17:45:04'),
(00000000000000004425, NULL, 'Alamgir Hossen', NULL, 'alamgir11@mygpsbd.net', 'dhaka', '01712092711', NULL, NULL, '$2y$10$ZBKuRVQRD9jBtzwzlUba2OBLE/FGT8C8ncG0rkNA6gE94Esef3usm', NULL, 2, 'user', '1', '2024-01-09 17:49:18', '2024-01-09 17:49:18'),
(00000000000000004426, NULL, 'Alamin', NULL, NULL, 'dhaka', '01920030204', NULL, NULL, '$2y$10$hlTu8R1fkRDje8OyOnxNke84Ysvbr6YziK2nwN5BPnG3emeYIv7yy', NULL, 2, 'user', '2', '2024-01-09 17:55:26', '2024-01-09 17:57:02'),
(00000000000000004427, NULL, 'alamin', NULL, NULL, 'dhaka', '01923112082', NULL, NULL, '$2y$10$bgFjVGS6f1p/UVtyxAT5S.qW0sGTzfxt8T20P/v73UIdTEu/W1Y4u', NULL, 2, 'user', '1', '2024-01-09 18:01:48', '2024-01-09 18:01:48'),
(00000000000000004428, NULL, 'Md Tofazzal hosen', NULL, NULL, 'dhaka', '01600261747', NULL, NULL, '$2y$10$wiJlZYdjWXOJ1TNlfUy7vueNJ/J66imXOwVWntB3SJgzKfJzavywK', NULL, 2, 'user', '1', '2024-01-12 16:21:14', '2024-01-12 16:22:48'),
(00000000000000004429, NULL, 'Md. Rohmot Ali', NULL, NULL, 'dhaka', '01719304962', NULL, NULL, '$2y$10$FASx2c9GmoHEqk2fLlvzC.dchAETDLV1zj6Din8PpnHZB6UcTFRSy', NULL, 2, 'user', '1', '2024-01-12 16:31:41', '2024-01-12 16:31:41'),
(00000000000000004430, NULL, 'Samiul', NULL, NULL, 'dhaka', '01313498198', NULL, NULL, '$2y$10$3N7ENw97hsMXfvhSvqmojeg2odmRgSoHsJo9ReycaP6e.4avKDhSi', NULL, 2, 'user', '1', '2024-01-12 16:37:24', '2024-01-12 16:37:24'),
(00000000000000004431, NULL, 'Ismail', NULL, NULL, 'dhaka', '1921474482', NULL, NULL, '$2y$10$OKszRe7NMg/dCufKDfNb2em.ToCG52EmlxvzlTK5o2tnLdnXcrJbC', NULL, 2, 'user', '1', '2024-01-12 16:41:31', '2024-01-12 16:41:31'),
(00000000000000004432, NULL, 'Serjen Billal', NULL, NULL, 'dhaka', '01718525460', NULL, NULL, '$2y$10$4SmGB3q3qr1ug5KGLTqrEeVyQi8QrKXrx4vSoRDxWhO.AKm1RNvES', NULL, 2, 'user', '1', '2024-01-12 16:45:40', '2024-01-12 16:45:40'),
(00000000000000004433, NULL, 'Al Amin', NULL, NULL, 'dhaka', '01780063195', NULL, NULL, '$2y$10$fapEqZIDqSkFnA0.FbySPuC9IK.6aY6Fy6HV8IktAufh0THtv4vsq', NULL, 2, 'user', '1', '2024-01-12 16:51:48', '2024-01-12 16:51:48'),
(00000000000000004434, NULL, 'Parvez', NULL, NULL, 'dhaka', '01716915000', NULL, NULL, '$2y$10$EoJNBYggmj5d95PXQnL/SedP7IKmKfC0i1KTwHw3qo0NFxReLyNQ6', NULL, 2, 'user', '1', '2024-01-12 16:54:32', '2024-01-12 16:54:32'),
(00000000000000004435, NULL, 'Shohidul', NULL, NULL, 'dhaka', '01735598744', NULL, NULL, '$2y$10$nmEwmT88Zuim0kpCko2FjOsXlNE5VtPdlgKc0HnY2IQ7G3zJ9GHPO', NULL, 2, 'user', '1', '2024-01-12 16:58:30', '2024-01-12 16:58:30'),
(00000000000000004436, NULL, 'Md Sumon', NULL, NULL, 'dhaka', '01835138324', NULL, NULL, '$2y$10$z4MhSvoExVuq0I9CHzyxGONy8.FSwpS0GlFfwMfK5b6aEWxZVNK1q', NULL, 2, 'user', '1', '2024-01-12 17:05:19', '2024-01-12 17:05:19'),
(00000000000000004437, NULL, 'Abu Sayed', NULL, NULL, 'dhaka', '1971218846', NULL, NULL, '$2y$10$Bgs.qhPp.efcmJJRFHVKOOFnnp3WAfS3pCRErgbOuNKCl.FQRf4Fq', NULL, 2, 'user', '2', '2024-01-12 17:09:16', '2024-01-12 17:09:16'),
(00000000000000004438, NULL, 'Rubel', NULL, NULL, 'dhaka', '01792324089', NULL, NULL, '$2y$10$y7cajmPNg6EpTOuPaN287OK24SdW3cKjuYm2AfVCuJ6hMpFr5I1h.', NULL, 2, 'user', '1', '2024-01-12 17:11:31', '2024-03-03 12:47:05'),
(00000000000000004439, NULL, 'Kazi Rakib', NULL, 'kazirakib0199@gmail.com', 'dhaka', '1628-679019', NULL, NULL, '$2y$10$/7nQKYzW0O0QkAxqLwgeCeoqAO2.h30H7GvwwexM0o.xkEsnGOJHK', NULL, 2, 'user', '1', '2024-01-12 17:23:38', '2024-01-12 17:23:38'),
(00000000000000004440, NULL, 'Sheikh al amin', NULL, NULL, 'dhaka', '01712995677', NULL, NULL, '$2y$10$wH5Yef/0Jva9J7dkIbQDsuFdobqi6oC.vjT6BI397PCNY8neDc.Gi', NULL, 2, 'user', '1', '2024-01-12 17:26:51', '2024-01-12 17:26:51'),
(00000000000000004441, NULL, 'MD Joshi', NULL, NULL, 'dhaka', '1725211290', NULL, NULL, '$2y$10$2nwKreAZwRczjtgzJmGyOekaTs1tQ0.8MgJ6upO5xKrkQX39HiNku', NULL, 2, 'user', '1', '2024-01-12 18:59:10', '2024-01-12 18:59:10'),
(00000000000000004443, NULL, 'Md.Nazrul islam', NULL, NULL, 'dhaka', '01309068836', NULL, NULL, '$2y$10$BFoNyOSLetT05LrvoVeqBuhHRAV8rKip2H3Dt13bjpp1gN6GVrf16', NULL, 2, 'user', '1', '2024-01-12 19:34:59', '2024-01-12 19:34:59'),
(00000000000000004444, NULL, 'MD mohidur Rahim khan', NULL, NULL, 'dhaka', '01327819454', NULL, NULL, '$2y$10$lGhlZjdUkSnS4vIZiBRlx.27T0VoZN0tEe5STQ6ocjhOMrfQn4vQq', NULL, 2, 'user', '1', '2024-01-12 19:40:31', '2024-01-12 19:40:31'),
(00000000000000004445, NULL, 'Tushar Ahmed', NULL, NULL, 'dhaka', '01711014936', NULL, NULL, '$2y$10$fs9j8VWIz5LjMzlXbso0u..yY9tZpnxgZSjkV8a0YTb7z.pdMgZ8.', NULL, 2, 'user', '2', '2024-01-12 20:07:24', '2024-01-12 20:07:24'),
(00000000000000004446, NULL, 'Priya', NULL, NULL, 'dhaka', '01623786278', NULL, NULL, '$2y$10$V7AbiUvrM4bBhVox7lokd.3PZAPrUuduZgMMiyzsfY4vA/u66H.j2', NULL, 2, 'user', '1', '2024-01-12 20:10:55', '2024-01-12 20:10:55'),
(00000000000000004447, NULL, 'Amzad', NULL, NULL, 'dhaka', '01825002770', NULL, NULL, '$2y$10$jPKc1BubYEMktTOrovptDOD2kEzgG.WkW.BFnFR4XM5pNNtwO45lS', NULL, 2, 'user', '2', '2024-01-12 20:16:51', '2024-01-12 20:16:51'),
(00000000000000004448, NULL, 'Md Ahad', NULL, NULL, 'dhaka', '01624756431', NULL, NULL, '$2y$10$Be6BgGtty1RfxSBb/lFdPO8JfvvrSXhaY2279LJwhv6M2XUxOIRFq', NULL, 2, 'user', '1', '2024-01-12 20:30:21', '2024-01-12 20:30:21'),
(00000000000000004449, NULL, 'Md Babul Akter', NULL, NULL, 'dhaka', '01718002615', NULL, NULL, '$2y$10$/WhAgT7NXr8WpkcsCI4xSOzptz5/1lX0klM87zgBzTXEcrwsJQnsu', NULL, 2, 'user', '1', '2024-01-12 20:34:03', '2024-01-12 20:34:03'),
(00000000000000004450, NULL, 'Md Zahirul', NULL, NULL, 'dhaka', '01786326104', NULL, NULL, '$2y$10$KwXueqNdb6EAk8X4AXgqRu10CHpJUJbWZ8BqwlLjtWExBNJJNDAum', NULL, 2, 'user', '1', '2024-01-12 20:37:42', '2024-01-12 20:37:42'),
(00000000000000004451, NULL, 'Neweas shorif', NULL, NULL, 'dhaka', '01717813401', NULL, NULL, '$2y$10$o.3hugr6mObOVY.R0A1TTeTcDEL8fQdb42Zsxbn22E/QTNZ2o2cYO', NULL, 2, 'user', '1', '2024-01-12 20:50:52', '2024-01-12 20:50:52'),
(00000000000000004452, NULL, 'Towhid2009', NULL, NULL, 'dhaka', '01712684828', NULL, NULL, '$2y$10$FjkHnMJoyZ0w2SQBo.uW1.NqVju3eBG9U2XlxFnSyOYH1ZH2pMeyq', NULL, 2, 'user', '1', '2024-01-12 20:59:25', '2024-01-12 20:59:25'),
(00000000000000004453, NULL, 'Jamil Ahmed', NULL, NULL, 'dhaka', '01307541441', NULL, NULL, '$2y$10$Kb0yNavgBfmEcnZW0ca9v.YPNxsiE9WMG.Nwqwwzeqi31OV1jx05a', NULL, 2, 'user', '1', '2024-01-12 21:37:11', '2024-01-12 21:37:11'),
(00000000000000004454, NULL, 'Adnan', NULL, NULL, 'dhaka', '01672777772', NULL, NULL, '$2y$10$lnDOpuXA1K7S4ds3sz1XmuJxi.ri2.dOPjqvK32EaFXNfQF9djtWe', NULL, 2, 'user', '1', '2024-01-12 21:40:10', '2024-01-12 21:40:10'),
(00000000000000004457, NULL, 'MD MYNUL HAQUE', NULL, 'mynul.selection@gmail.com', 'dhaka', '01720808888', NULL, NULL, '$2y$10$i7FzI4tXjGGHw3nPje7Kz.o7CmmCgven5GzYzQhoztBVeEVVPpI62', NULL, 2, 'user', '1', '2024-01-12 22:06:54', '2024-01-12 22:06:54'),
(00000000000000004458, NULL, 'Shahadat Hossain', NULL, NULL, 'dhaka', '1712024471', NULL, NULL, '$2y$10$A6Gpx5wO.y/W1Q9w3Fd2t.Cga0PRKk/e1C3yqI96kCaniFFgwQYKq', NULL, 2, 'user', '1', '2024-01-12 22:13:22', '2024-01-12 22:13:22'),
(00000000000000004459, NULL, 'polash', NULL, NULL, 'dhaka', '01911236740', NULL, NULL, '$2y$10$3SW2eW7iGHWDLJT9N5.AxeClZJs69uxIxllXWel.nMUK7Caudd3u6', NULL, 2, 'user', '1', '2024-01-12 22:19:28', '2024-01-12 22:19:28'),
(00000000000000004460, NULL, 'Tarek Aziz', NULL, 'tarekaziz3717@gmail.com', 'dhaka', '01730963517', NULL, NULL, '$2y$10$lZqlhNP8KgNSTtQiT0gOS.pXxMNEvTvfYasn8XtyzcuOHKfCaex7e', NULL, 2, 'user', '1', '2024-01-12 22:25:57', '2024-01-12 22:25:57'),
(00000000000000004461, NULL, 'Tushar', NULL, NULL, 'dhaka', '01717330776', NULL, NULL, '$2y$10$8syjoKlRb2zhBpUM00PDKetTh2kf6WQ7Ic.YU00rpB4VyrGkbumYS', NULL, 2, 'user', '1', '2024-01-12 22:32:15', '2024-01-12 22:32:15'),
(00000000000000004462, NULL, 'Raju', NULL, NULL, 'dhaka', '01977451188', NULL, NULL, '$2y$10$lYHXuu/dfXC3t8CZ03hZdOU5lU9YQIRMixjX.0qkbU0/FpnMeuhti', NULL, 2, 'user', '1', '2024-01-12 22:34:47', '2024-01-12 22:34:47'),
(00000000000000004463, NULL, 'Rony', NULL, NULL, 'dhaka', '01756691299', NULL, NULL, '$2y$10$r4HbznUxNLrQCcMrkmUze.mEiNAsaYhdNVzV/Yubw/xqdg4j0JZKO', NULL, 2, 'user', '1', '2024-01-12 23:24:12', '2024-01-12 23:24:12'),
(00000000000000004464, NULL, 'MASUD', NULL, NULL, 'dhaka', '01921735251', NULL, NULL, '$2y$10$.UiaDWFZSSCy4xFZso0HEehO.7cMxl.sQ5ne.BPdAL/pd4AASuCfu', NULL, 2, 'user', '1', '2024-01-12 23:29:07', '2024-01-12 23:29:07'),
(00000000000000004465, NULL, 'MD nadim', NULL, NULL, 'dhaka', '01625496999', NULL, NULL, '$2y$10$/u5e3Yv1D0x4RTB2V.QqAeafroo7tzHH56Iq81FMA8GY8U0VwygAC', NULL, 2, 'user', '1', '2024-01-12 23:59:13', '2024-01-12 23:59:13'),
(00000000000000004466, NULL, 'Kalam Azad', NULL, NULL, 'dhaka', '01759496300', NULL, NULL, '$2y$10$iFq3m5eEQBUCaxvoHrVebeEEzNXIaVdE2HfbApygU5nCwlFCIIa/i', NULL, 2, 'user', '1', '2024-01-13 00:01:55', '2024-01-13 00:01:55'),
(00000000000000004467, NULL, 'MD Rejaul', NULL, NULL, 'dhaka', '01823216949', NULL, NULL, '$2y$10$L8c4v2XcNXSTWWeBKekW2umThdB9q3XF8nvFOzt7Rw4h/c5x.b/CG', NULL, 2, 'user', '1', '2024-01-13 00:10:27', '2024-01-13 00:10:27'),
(00000000000000004468, NULL, 'Rintu', NULL, NULL, 'dhaka', '01751837391', NULL, NULL, '$2y$10$.72Hgk/81uTh.jx2kRbEbelIpdocdk1Q4HziCZXgLOp2c4pJVjhTy', NULL, 2, 'user', '1', '2024-01-13 00:13:34', '2024-01-13 00:13:34'),
(00000000000000004469, NULL, 'Md.monir', NULL, NULL, 'dhaka', '01721621423', NULL, NULL, '$2y$10$UfnG9hLX2Et9YpW.CJslNe9Gt9ZNizge1/kb.KmK88MS6pKLOnu2m', NULL, 2, 'user', '1', '2024-01-13 00:22:47', '2024-01-13 00:22:47'),
(00000000000000004471, NULL, 'Mehedi Hasan', NULL, NULL, 'dhaka', '01619258363', NULL, NULL, '$2y$10$8i9n7XALWjJjtF0BU5q.9e1.5Jg1afmx/.Kwq3guItdCp/Z1uqfUC', NULL, 2, 'user', '1', '2024-01-13 00:27:51', '2024-01-13 00:27:51'),
(00000000000000004472, NULL, 'MD Rasel', NULL, NULL, 'dhaka', '01979996205', NULL, NULL, '$2y$10$yiPH2SdtkVI6iTyPwEs07OZl3z.c8TXmrIbKo3u128RSCP1Ux0zFu', NULL, 2, 'user', '1', '2024-01-13 00:30:35', '2024-01-13 00:30:35'),
(00000000000000004473, NULL, 'Elias', NULL, NULL, 'dhaka', '01850476476', NULL, NULL, '$2y$10$avWF4FCx7aeIj1ulwPT.a.0nd.X4XG.F3w6.uCz4StE3m2wYh1JaO', NULL, 2, 'user', '1', '2024-01-13 00:33:42', '2024-01-13 00:33:42'),
(00000000000000004474, NULL, 'Ahmed shakil', NULL, NULL, 'dhaka', '01778955344', NULL, NULL, '$2y$10$AFXrg4rA3WUJMtmxfKvTKuYdp/o4peFYVG0CeO.g8sNQHDsdliuva', NULL, 2, 'user', '1', '2024-01-13 00:36:28', '2024-01-13 00:36:28'),
(00000000000000004475, NULL, 'Md mannan Sky', NULL, NULL, 'dhaka', '01721584383', NULL, NULL, '$2y$10$cqf0j3Vfb8pUnf8pAZUOc.voRnp8QauQRh.OIu4BH4KmDvWNxTpaO', NULL, 2, 'user', '1', '2024-01-13 00:39:00', '2024-01-13 00:39:00'),
(00000000000000004476, NULL, 'shahadat', NULL, NULL, 'dhaka', '01716517402', NULL, NULL, '$2y$10$7DddvTohNr1RqJqs5e88velmaKyrUBZulsRgSMjs36Q0pKa1TLu1C', NULL, 2, 'user', '1', '2024-01-13 00:42:44', '2024-01-13 00:43:42'),
(00000000000000004478, NULL, 'Md saif', NULL, NULL, 'dhaka', '01829999681', NULL, NULL, '$2y$10$Wurky7Xa9ezAeZRjv87pjO76GZrmxAmUiWf.XVdkMYIvnDlq/r9di', NULL, 2, 'user', '1', '2024-01-13 00:53:21', '2024-01-13 00:53:21'),
(00000000000000004480, NULL, 'Jon', NULL, NULL, 'dhaka', '01754445311', NULL, NULL, '$2y$10$Iy5TvXEI2xCPA6z7ZWr9iu2ro/1yDvw62FA8NkNJXwDydf2njqZ0q', NULL, 2, 'user', '1', '2024-01-13 01:00:20', '2024-01-13 01:00:20'),
(00000000000000004481, NULL, 'MD Shohag Husain', NULL, NULL, 'dhaka', '01818583758', NULL, NULL, '$2y$10$JHcbjWoAPtYyKw1/o5I/pOUsx0TsJwbHnE415ae5fajcWkvEDdSVy', NULL, 2, 'user', '1', '2024-01-13 10:06:16', '2024-01-13 10:06:16'),
(00000000000000004482, NULL, 'Rofik', NULL, NULL, 'dhaka', '01715410110', NULL, NULL, '$2y$10$lU5.BXon21TPr7yqPKUMUOtrQVHzsYvkKX0aMJKWMmPTrJNtNGnI6', NULL, 2, 'user', '1', '2024-01-13 10:09:27', '2024-01-13 10:09:27'),
(00000000000000004483, NULL, 'Sobuj', NULL, NULL, 'dhaka', '01710363866', NULL, NULL, '$2y$10$i280D2jYKECiF7OCFWy8vumLldaXcf7Plth.ES7WkwHy2/ryD3GYa', NULL, 2, 'user', '1', '2024-01-13 10:12:52', '2024-01-13 10:12:52'),
(00000000000000004486, NULL, 'Imran', NULL, NULL, 'dhaka', '01788922922', NULL, NULL, '$2y$10$UX3QJBSHAQEBna3eDCN1TOMpda5k77CQdwcys9iI65aoMaELzfxge', NULL, 2, 'user', '1', '2024-01-13 10:32:10', '2024-01-13 10:32:10'),
(00000000000000004487, NULL, 'Md Golam Rabbani (Raton)', NULL, 'mgr.raton@gmail.com', 'dhaka', '01834558032', NULL, NULL, '$2y$10$dEHSq6uhVWxQL5UcG3EkVeH0A0uc6U7ShIyGLWqXQTPAfMpMDikP.', NULL, 2, 'user', '1', '2024-01-13 10:35:45', '2024-01-13 10:35:45'),
(00000000000000004488, NULL, 'Ramen Roy', NULL, 'ramenroy32@gmail.com', 'dhaka', '01727224488', NULL, NULL, '$2y$10$X9Cjpnhw2b5d69DcL52GueMR7cM0Mu/xJkPnEP9giNMjDIsIOAFdm', NULL, 2, 'user', '1', '2024-01-13 10:39:13', '2024-01-13 10:39:13'),
(00000000000000004489, NULL, 'MD Fahim', NULL, NULL, 'dhaka', '01915752358', NULL, NULL, '$2y$10$t.dhUkzCr7o9KD4A8ijsnuJ9XwI79Vmz8DBqqcJtvpSPHULEN04f.', NULL, 2, 'user', '1', '2024-01-13 10:57:27', '2024-01-13 10:57:27'),
(00000000000000004490, NULL, 'Amir', NULL, NULL, 'dhaka', '01768097857', NULL, NULL, '$2y$10$NlfP40mCRIW2cL1BXs6Skuobf/3VyE6MzxEfH1H7ICzkazvZcEde2', NULL, 2, 'user', '1', '2024-01-13 11:00:24', '2024-01-13 11:00:24'),
(00000000000000004491, NULL, 'Rafiul Islam', NULL, 'rafiislam281@gmail.com', 'dhaka', '01732799500', NULL, NULL, '$2y$10$kgHsHZki5FFo7Z0fVvvIPuBVupIZSHfse0vel5S0vVQkrM8wE2kBi', NULL, 2, 'user', '1', '2024-01-13 11:03:33', '2024-01-13 11:03:33'),
(00000000000000004492, NULL, 'Md. Abdul Hadi', NULL, 'sadiabintehadi@gmail.com', 'dhaka', '01312334512', NULL, NULL, '$2y$10$hegkEyMKg4gOWu6S8O3sGeG1Rip4.i6PEJh1w..6U29bmNta5g3sy', NULL, 2, 'user', '1', '2024-01-13 11:06:36', '2024-01-13 11:06:36'),
(00000000000000004493, NULL, 'Tuku', NULL, NULL, 'dhaka', '01959681907', NULL, NULL, '$2y$10$eI.WoVHDpHyoOQfjEFSJBemR.bI.5/nSvxLAUCKR8FdNY.VAVkoXi', NULL, 2, 'user', '1', '2024-01-13 11:18:37', '2024-01-13 11:18:37'),
(00000000000000004494, NULL, 'Shifat', NULL, NULL, 'dhaka', '01673908759', NULL, NULL, '$2y$10$j1LN3MxoEDL96fwzCyc8O.LM6ckRMynDZPudYNEOgVtN6OYe9.jma', NULL, 2, 'user', '1', '2024-01-13 11:27:14', '2024-01-13 11:27:14'),
(00000000000000004495, NULL, 'Noyan', NULL, NULL, 'dhaka', '1843430086', NULL, NULL, '$2y$10$rJB0x/aK/izBopS2rrIMYu0C9qlsceiaNjj10Row2jeA438AVH38W', NULL, 2, 'user', '1', '2024-01-13 11:39:51', '2024-01-13 11:39:51'),
(00000000000000004496, NULL, 'Al Masud', NULL, NULL, 'dhaka', '01636227621', NULL, NULL, '$2y$10$unahMul60JYxCHoYqK0AQeXYHRPzDuDMTUVpNFkentC3JaEK9LoFC', NULL, 2, 'user', '1', '2024-01-13 11:41:41', '2024-01-13 11:41:41'),
(00000000000000004497, 18, 'Ishtiak Hasan', NULL, NULL, 'dhaka', '01861910273', NULL, NULL, '$2y$10$kxbKsKEdi9Ao4GDBFvBXiOPz3jPVTWfgVWyInZHBeyyjWVlTFb.im', NULL, 2, 'user', '1', '2024-01-13 13:59:53', '2024-01-13 13:59:53'),
(00000000000000004498, 18, 'Md Abdur Roshid', NULL, NULL, 'mohammadpur,dhaka', '01683816105', NULL, NULL, '$2y$10$WgAvHl7Sz7DgDQRY4cGVhOkZ2V3Ws5sH4WvGnViud7sLZuxKRNAfK', NULL, 2, 'user', '1', '2024-01-13 14:01:26', '2024-01-13 14:01:26'),
(00000000000000004499, 18, 'Mohsinuzzaman Emon', NULL, NULL, 'tangail', '০১৬১৫২৫০৩২৪', NULL, NULL, '$2y$10$vWM3Z1PTIhO/qJPBs4HJ0eYSgWJT0cCPmAzQQzoB5sIWjQDJ8Xu2G', NULL, 2, 'user', '1', '2024-01-13 14:02:39', '2024-01-13 14:02:39'),
(00000000000000004500, 18, 'NiShad HaSnat', NULL, NULL, 'dhaka', '01830904290', NULL, NULL, '$2y$10$/jM9UFcaUkq1extszcAoAevCAcAidSDlF/HRYeKP3Qt3oAO2LyrrG', NULL, 2, 'user', '1', '2024-01-13 14:03:21', '2024-01-13 14:03:21'),
(00000000000000004501, 18, 'Rubel Mahmud', NULL, NULL, 'dhaka', '01683435450', NULL, NULL, '$2y$10$wVBifmfnZNgjvfEwgAGl9.fI/Z/6EVtpLVkPkctvSzV.McmuzxB5a', NULL, 2, 'user', '1', '2024-01-13 14:04:15', '2024-01-13 14:04:15'),
(00000000000000004502, 18, 'Md Osam Babu', NULL, NULL, 'dhaka', '01305681941', NULL, NULL, '$2y$10$M1agM0esSDK8fzC4H7KhdeV3H7nMzGGifBbRyua31ji3..R2.n3O6', NULL, 2, 'user', '1', '2024-01-13 14:04:57', '2024-01-13 14:04:57'),
(00000000000000004503, 18, 'Md Mehedi Rashed Mars', NULL, NULL, 'dhaka', '01726622175', NULL, NULL, '$2y$10$uavF0qqqghBjPYhfViZuPeCBeKz8IPoQxgz69PzwtGlzSREQn.CKa', NULL, 2, 'user', '1', '2024-01-13 14:05:37', '2024-01-13 14:05:37'),
(00000000000000004504, 18, 'Salman N. Shihab', NULL, NULL, 'badda,dhaka', '01608844946', NULL, NULL, '$2y$10$9u38MzlSvRYAMUq.PU7Zuui/Jay/04qAN0n6CVSVObrgMhWEzr5Qe', NULL, 2, 'user', '1', '2024-01-13 14:08:01', '2024-01-13 14:08:01'),
(00000000000000004505, 18, 'Riad Riad', NULL, NULL, 'noyakhali', '01648099299', NULL, NULL, '$2y$10$pK4h0P0EaDUNVcelhVchnOKEu/0t6hKm9AE..etpsfqO7jKos5hAi', NULL, 2, 'user', '1', '2024-01-13 14:09:01', '2024-01-13 14:09:01'),
(00000000000000004506, 18, 'সাইম মিয়া', NULL, NULL, 'jamal pur', '01793647811', NULL, NULL, '$2y$10$sPO2WjjnvVd5guVIDFDyaOrB3xkkbROhAz7kM/TFPR0Kpvvoli2vi', NULL, 2, 'user', '1', '2024-01-13 14:10:20', '2024-01-13 14:10:20'),
(00000000000000004507, 18, 'Akib Ron', NULL, NULL, 'ctg', '01303842184', NULL, NULL, '$2y$10$LiqCUB5LOkLVcQtQaaEMGe7yAkcPjjrz0kmnljJifSh2T.76OxikW', NULL, 2, 'user', '1', '2024-01-13 14:11:12', '2024-01-13 14:11:12'),
(00000000000000004508, 18, 'Md Saifullah', NULL, NULL, 'dhaka', '01688241095', NULL, NULL, '$2y$10$ChzrcgYBxwmZt4vYa3jqaeijdbbrWLFNcl5xs6.819kSsJYja3J/u', NULL, 2, 'user', '1', '2024-01-13 14:12:25', '2024-01-13 14:12:25'),
(00000000000000004509, 18, 'Md Korban', NULL, NULL, 'kerani gong', '01830663353', NULL, NULL, '$2y$10$4SVFS3Txeh.v15pXQsOyIOzTIbTQDymmiqJD9ykxqNiMDEEqle4zC', NULL, 2, 'user', '1', '2024-01-13 14:13:29', '2024-01-13 14:13:29'),
(00000000000000004510, 18, 'Shah Md Akram Ullah	1972124022', NULL, NULL, 'dhaka', '01972124022', NULL, NULL, '$2y$10$jzMBJVQRF8bU9cVZscLTmeJxLeVguS/MR2yFSFBhrl2J.XlwdlqrG', NULL, 2, 'user', '1', '2024-01-13 14:14:09', '2024-01-13 14:14:09'),
(00000000000000004511, 18, 'Sheikh Kamal Hossain', NULL, NULL, 'gazipur', '01713864930', NULL, NULL, '$2y$10$nwQ99bjIg3uScRHNlb0x5elos1VVWy0ib4bR.vLYrEeu0DH25bPoG', NULL, 2, 'user', '1', '2024-01-13 14:18:02', '2024-01-13 14:18:02'),
(00000000000000004512, 18, 'Mdshahadath Hossin', NULL, NULL, 'khagra chori', '01614334435', NULL, NULL, '$2y$10$YTVH8bfvjjNYjn5Hhbjny.R8POpdSFGhwcqgkA23waxW45WLPDtqC', NULL, 2, 'user', '1', '2024-01-13 14:41:15', '2024-01-13 14:41:15'),
(00000000000000004513, 18, 'Deloer Hossen', NULL, NULL, 'ctg', '01916588255', NULL, NULL, '$2y$10$or7bq2M.JGT2Pj3ga8SPEuRGA5vctQr4sMJFJmMrX0yhtpRskZcUS', NULL, 2, 'user', '1', '2024-01-13 15:06:56', '2024-01-13 15:06:56'),
(00000000000000004514, 18, 'Md Mithun', NULL, NULL, 'dhaka', '01911780166', NULL, NULL, '$2y$10$Y2M6Z6F7UDoDlTOhNeIKt.TAhJdzIZ0O6STTKc.nvvv2KlOdZ1Fhi', NULL, 2, 'user', '1', '2024-01-13 15:10:25', '2024-01-13 15:10:25'),
(00000000000000004515, 18, 'Rashed Rana', NULL, NULL, 'ctg', '01855911096', NULL, NULL, '$2y$10$ySQhd/ixm3N4XvkPY9PD7e2lAJ.bh4fVDnUu5zVwqo4.E.2oe.3O2', NULL, 2, 'user', '1', '2024-01-13 15:11:25', '2024-01-13 15:11:25'),
(00000000000000004516, 18, 'Rakib Imtiaz Abir', NULL, NULL, 'narayengong', '01912444311', NULL, NULL, '$2y$10$0XpdH/sFnOd8dQ52Ka3v6ed9XBYyxhgkdmB1sPjkL7x3Bn/w0koWW', NULL, 2, 'user', '1', '2024-01-13 15:13:10', '2024-01-13 15:13:10'),
(00000000000000004517, 18, 'Nurul Islam Rony', NULL, NULL, 'dhaka', '01711123665', NULL, NULL, '$2y$10$EL/6x.rdNAiMjwNmU.t.HuRyZHINZAEG4LhDvUHZfzKNOTuWKbvVa', NULL, 2, 'user', '1', '2024-01-13 15:14:45', '2024-01-13 15:14:45'),
(00000000000000004518, 18, 'Mia Nasir', NULL, NULL, 'dhaka', '01712996264', NULL, NULL, '$2y$10$T2arc2OIqT2yi8EvFN04PuCUd16PxONh0Xd1SQ0FoZ5dAI/PwCFFS', NULL, 2, 'user', '1', '2024-01-13 15:16:58', '2024-01-13 15:16:58'),
(00000000000000004519, 18, 'Md Kabir Khan', NULL, NULL, 'gazipur', '01911213386', NULL, NULL, '$2y$10$7TyIKBzeJV5gbHqBOX5NhOETwZiAcOEZP8886PpxeDMU4Ix8xr1aC', NULL, 2, 'user', '1', '2024-01-13 15:17:45', '2024-01-13 15:17:45'),
(00000000000000004520, 18, 'Md Ahsan Habib Razzak', NULL, NULL, 'barisal', '01712667215', NULL, NULL, '$2y$10$nSXQgCk5Pz/V1qvjMDm0Y.3wblfwRl2QPq4Pnqq9Agu85Zn0YFnYy', NULL, 2, 'user', '1', '2024-01-13 15:19:00', '2024-01-13 15:19:00'),
(00000000000000004521, 18, 'Nur Araf', NULL, NULL, 'ctg', '01786169945', NULL, NULL, '$2y$10$1xBQnoJMrE35ohCVE53NougCyUFS7mCV9T6C1stjpaRNZBBByXzkm', NULL, 2, 'user', '1', '2024-01-13 15:19:56', '2024-01-13 15:19:56'),
(00000000000000004522, 18, 'Milon Ahmed', NULL, NULL, 'chadpur', '01832571391', NULL, NULL, '$2y$10$xeXBEX2wPADmRA4g6CEoMuYvFNBgQr/5/ztLTeHOz1LTf4Pme3P5q', NULL, 2, 'user', '1', '2024-01-13 15:20:54', '2024-01-13 15:20:54'),
(00000000000000004523, 18, 'Ashraful Alam', NULL, NULL, 'dhaka', '01678355515', NULL, NULL, '$2y$10$qB9xIWeeE5Hx5mQUoAk3BOFnsIOQ1z69Ns0viQ35JAZPcDgFgPR5a', NULL, 2, 'user', '1', '2024-01-13 15:22:33', '2024-01-13 15:22:33'),
(00000000000000004524, 14, 'Asraf Uddin Ahmed', NULL, NULL, 'Dhaka', '01811409011', NULL, NULL, '$2y$10$T5JULf7AYtL4FN3j2ykireii7cvJzP9rbybfusXFeYUZE0WSrJyaq', NULL, 2, 'user', '1', '2024-01-13 15:22:50', '2024-01-13 15:22:50'),
(00000000000000004525, 14, 'Abdus Samad', NULL, NULL, 'Dhaka', '01322118133', NULL, NULL, '$2y$10$GTaj9TEGmTWVtS4mt21jO.IqLllKf5NXtz0cJpcFyYf1kU7wPFnGW', NULL, 2, 'user', '1', '2024-01-13 15:23:17', '2024-01-13 15:23:17'),
(00000000000000004526, 14, 'Md Sanjuarul Islam Khokon', NULL, NULL, 'Dhaka', '01725834486', NULL, NULL, '$2y$10$5AwPDSTVo8nbZt8xYsjcpO1Qhh0fXYVUx8.vLTeFwaajdivSPbuZC', NULL, 2, 'user', '1', '2024-01-13 15:23:38', '2024-01-13 15:23:38'),
(00000000000000004527, 18, 'Akbar Hossain', NULL, NULL, 'boshundhara,dhaka', '01819218451', NULL, NULL, '$2y$10$2QXWYn3bIEFtfynOGKan0ujWENGW3aa7zqjeCNjWXrQnC5tBMjuJW', NULL, 2, 'user', '1', '2024-01-13 15:23:45', '2024-01-13 15:23:45'),
(00000000000000004528, 14, 'Bijoy Ahmed A-z', NULL, NULL, 'Dhaka', '01815278060', NULL, NULL, '$2y$10$tuO7I8sRFLAFk1bz6b4nXeT7tuawdxBDuIpk7e6kt7W31zYdIZXHi', NULL, 2, 'user', '1', '2024-01-13 15:24:00', '2024-01-13 15:24:00'),
(00000000000000004529, 14, 'Imran Ahmed Khan', NULL, NULL, 'Dhaka', '01747401582', NULL, NULL, '$2y$10$1n0OtKnJxNkySNufVx4lJOzvLsC5HsuH0XHhYazfandxN1CyV.xUq', NULL, 2, 'user', '1', '2024-01-13 15:24:19', '2024-01-13 15:24:19'),
(00000000000000004530, 18, 'Miah Hasib', NULL, NULL, 'agarga', '01711138980', NULL, NULL, '$2y$10$ZvChJX4XSZ7JkN6M7ZqqUO6MFfJU0Df8LKXeDARn6yw97vbviDqV6', NULL, 2, 'user', '1', '2024-01-13 15:24:32', '2024-01-13 15:24:32'),
(00000000000000004531, 18, 'Md Azizul', NULL, NULL, 'narayengong', '01711519895', NULL, NULL, '$2y$10$n.ea7ShOsvnwOyMC2IIXqeZZ0olafOPlQTOd9dVtInX8bjFkUA3xy', NULL, 2, 'user', '1', '2024-01-13 15:26:25', '2024-01-13 15:26:25'),
(00000000000000004532, 18, 'Abhi Chowdhury', NULL, NULL, 'ctg', '01533391528', NULL, NULL, '$2y$10$CLNtCuwnAj/UjpHLndw0q.yGjIb84EoZ9gsuL.07Vzb3cOo7RsKXu', NULL, 2, 'user', '1', '2024-01-13 15:27:40', '2024-01-13 15:27:40'),
(00000000000000004533, 14, 'Msi Maruf', NULL, NULL, 'Dhaka', '01723440718', NULL, NULL, '$2y$10$oObiQ5xvN5VwXLP742KiD.6m.WQlbVdVzKzxjBB5T03Oocg2xXwLS', NULL, 2, 'user', '1', '2024-01-13 15:28:09', '2024-01-13 15:28:09'),
(00000000000000004534, NULL, 'Younus', 'N/A', NULL, 'Khilgoan, Basabo', '01715596716', NULL, NULL, '$2y$10$DW.qXezXRyD1KF4CNlQ8e.ShefE/rItNQSoKr.rHFj3VtKT1UyHtK', NULL, 2, 'user', '1', '2024-01-13 15:28:38', '2024-02-28 11:04:18'),
(00000000000000004535, 18, 'Mdgolam Sarwar', NULL, NULL, 'dhaka', '1712-599412', NULL, NULL, '$2y$10$A0cEt56IUlnAXuLUHf7CSO8aDrJD0zFssq29TSkWF3p4LqIzF1utO', NULL, 2, 'user', '1', '2024-01-13 15:28:44', '2024-01-13 15:28:44'),
(00000000000000004536, 18, 'Md Manik Khan', NULL, NULL, 'lalbag', '1981389759', NULL, NULL, '$2y$10$kA0iMGQrF0wANr9oSsu8HOVtGoHdTVnvFcqnVe9H67F4qZ5hevWP.', NULL, 2, 'user', '1', '2024-01-13 15:29:41', '2024-01-13 15:29:41'),
(00000000000000004537, 14, 'Lt Cdr Ibrahim', NULL, NULL, 'Narayangonj', '01769762948', '019922880506', NULL, '$2y$10$pBmqNYjQ.ODsn3YO3KeiV.Qz7D6X1V1leGkwxPIdukPX72Rgj9vcS', NULL, 2, 'user', '1', '2024-01-13 15:30:09', '2024-01-13 15:30:09'),
(00000000000000004538, 18, 'Sakib Bin Yousuf', NULL, NULL, 'ctg', '01865425634', NULL, NULL, '$2y$10$vrskFpD2cb1iZxWhyQzvt.TA/Jrpev5t/ryNzYxPQrMzVMw5eD2pO', NULL, 2, 'user', '1', '2024-01-13 15:30:30', '2024-01-13 15:30:30'),
(00000000000000004539, 14, 'Md Mamun', NULL, NULL, 'Alipur,Foridpur', '01952167226', '01961387052', NULL, '$2y$10$VuVIZLC2GPfdRNEDlLDhUObMfLviv6GsbhTs4dJy7XlBrNm9A0I/.', NULL, 2, 'user', '1', '2024-01-13 15:31:06', '2024-01-13 15:31:06'),
(00000000000000004540, 14, 'No Name', NULL, NULL, 'Kaliakor, Gazipur', '01711461939', NULL, NULL, '$2y$10$HOuUYEjXk8Iaw84W4W5OV.5JHNrf1qk1LSJHIKBxl2Sb9ucr7vda6', NULL, 2, 'user', '1', '2024-01-13 15:32:00', '2024-01-13 15:32:00'),
(00000000000000004541, 14, 'Md Raza Miah', NULL, NULL, 'Dhaka', '01601573667', NULL, NULL, '$2y$10$KpI4vguztiEMN3saGy2apOkTpsBSvjfB.YRJ9kKT8IquYHCE/TAR6', NULL, 2, 'user', '1', '2024-01-13 15:32:21', '2024-01-13 15:32:21'),
(00000000000000004542, 14, 'Rezaul Karim', NULL, NULL, 'Daamrai', '01984542461', NULL, NULL, '$2y$10$4mWAE9w3AV6cHj/lDBw0Fe8VUAGephD65LsicfFOaLbe9Tgq9D1Fy', NULL, 2, 'user', '1', '2024-01-13 15:32:56', '2024-01-13 15:32:56'),
(00000000000000004543, 14, 'Kazi Masum', NULL, NULL, 'Dhaka', '01540000005', NULL, NULL, '$2y$10$iu4U15OJSgLLfDwF/2zXH.24CmMYzaMka4mvByjEqxTYbYGTRSrZ.', NULL, 2, 'user', '1', '2024-01-13 15:33:18', '2024-01-13 15:33:18'),
(00000000000000004544, 14, 'Md. Miraz Ahmed', NULL, NULL, 'Gazipur, Naojor', '01981996749', NULL, NULL, '$2y$10$0RWzQy1Ukmdayze670LuE.Q3AmQhCxTD1GHZtEB1elkjxJzMxz1cS', NULL, 2, 'user', '1', '2024-01-13 15:33:41', '2024-01-13 15:33:41'),
(00000000000000004545, 14, 'Md Abdur Rahman', NULL, NULL, 'Dhaka', '01681539891', NULL, NULL, '$2y$10$yeqLy0FnSAKjlavcaWenCeidX/i66JxN7wHNoCdiEEZJbYMaHYtvW', NULL, 2, 'user', '1', '2024-01-13 15:35:24', '2024-01-13 15:35:24'),
(00000000000000004546, 14, 'Tushar', NULL, NULL, 'Rampura,Dhaka', '01303547657', NULL, NULL, '$2y$10$3io2p.11KzDB7vcRuXkpVu9Dkc75SKgdQv2p.eU1jpOurbOuJt./u', NULL, 2, 'user', '1', '2024-01-13 15:36:43', '2024-01-13 15:36:43'),
(00000000000000004547, 18, 'Mdgolam Sarwar', NULL, NULL, 'dhaka', '01712599412', NULL, NULL, '$2y$10$wrcKX/eh/FU/EA5XmBFAHu80AlFr1GF4BDknNVZwsNcER7xhXcC4y', NULL, 2, 'user', '1', '2024-01-13 15:38:27', '2024-01-13 15:38:27'),
(00000000000000004548, 18, 'Mohammad Kaiser', NULL, NULL, 'dhaka', '০১৮৩৫৯৫৭৮১৫', NULL, NULL, '$2y$10$oQJRiwxjwIzzmge7rxB4m.YP3L8KctAZQR8V9J/P371RQzslhtsby', NULL, 2, 'user', '1', '2024-01-13 15:39:39', '2024-01-13 15:39:39'),
(00000000000000004549, 14, 'Khyrul Basar', NULL, NULL, 'Dhaka', '01866936335', NULL, NULL, '$2y$10$HiOGhE.LiJXD8St1aSC8XOXCFJQlNXrrQFbnOK3m9Dcp7uDT26u2q', NULL, 2, 'user', '1', '2024-01-13 15:47:06', '2024-01-13 15:47:06'),
(00000000000000004550, 14, 'Kazi Ashraful', NULL, NULL, 'Dhaka', '01670154102', NULL, NULL, '$2y$10$aRWiq67QysZzL8yMohPzTO/6dzpUrNIEsxBR.LlHDtaHLqgy.eOtG', NULL, 2, 'user', '1', '2024-01-13 15:47:30', '2024-01-13 15:47:30'),
(00000000000000004551, 14, 'No Name', NULL, NULL, 'Dhaka', '01690106120', NULL, NULL, '$2y$10$F3uONiAjE1S7bM8YsQKF3eBRuxEV/df11BPpokJIKTlFJEzByeA0u', NULL, 2, 'user', '1', '2024-01-13 15:48:07', '2024-01-13 15:48:07'),
(00000000000000004552, 14, 'Partho Jahid', NULL, NULL, 'Dhaka', '01918908318', NULL, NULL, '$2y$10$8uQMPhxl5HD9m37BpS1A2Oq5g0pBouOXOlseG2tW/JGS/zyxJZRvO', NULL, 2, 'user', '1', '2024-01-13 15:48:52', '2024-01-13 15:48:52'),
(00000000000000004553, 14, 'Tarafder Md Salim Raj', NULL, NULL, 'Jirani, Asulhia', '01603750757', NULL, NULL, '$2y$10$RQADokOXn8exTSH9tumIKO93ByMKCB1lmVcfSBHgncy2bPGXxxzaW', NULL, 2, 'user', '1', '2024-01-13 15:49:28', '2024-01-13 15:49:28'),
(00000000000000004554, 14, 'Md Sakil Hosen', NULL, NULL, 'Rupgonj,Narayangonj', '01317215065', NULL, NULL, '$2y$10$9rbVi9kigYTTMPK4wHDxk.xROailcV1V.V9bIcgxiCeZNRmA0oqR2', NULL, 2, 'user', '1', '2024-01-13 15:49:57', '2024-01-13 15:49:57'),
(00000000000000004555, 14, 'Rashadur Jaman', NULL, NULL, 'Sylhet', '01728786809', NULL, NULL, '$2y$10$TDNqQ9w01.GMULuyd9Lw3.X.eSvmJpon/NFiwJBemML5oNx28EVJe', NULL, 2, 'user', '1', '2024-01-13 15:50:22', '2024-01-13 15:50:22'),
(00000000000000004556, 14, 'Rifat Mahadi', NULL, NULL, 'Dhaka', '01815608038', NULL, NULL, '$2y$10$NJ95O799UM5Wq1EPZkEA6OrLctuFw3wg0Ta.mLs6f7Uccyigyvx4W', NULL, 2, 'user', '1', '2024-01-13 15:50:40', '2024-01-13 15:50:40'),
(00000000000000004557, 14, 'Srabon Sarker', NULL, NULL, 'Moinertek bazar par hoye prome company r pashe.. uttarakhan( Abdullahpur thake 5 kilo meter vitore)', '01728225674', NULL, NULL, '$2y$10$NkPaZm0MENneDajvZKKYVefBtahWr3U4ohU5r6F4H6rYmJ9CJSK6y', NULL, 2, 'user', '1', '2024-01-13 15:52:19', '2024-01-13 15:52:19'),
(00000000000000004558, 14, 'Nurul Amin', NULL, NULL, 'Comilla', '01790946369', NULL, NULL, '$2y$10$e/skUTIBKei0pFgohRm9OOBWk2yumd1pfDWzNLl4W/l14.FMuXQdq', NULL, 2, 'user', '1', '2024-01-13 15:52:55', '2024-01-13 15:52:55'),
(00000000000000004559, 14, 'Prantor Biswas', NULL, NULL, 'Netrokona', '01733596765', NULL, NULL, '$2y$10$j.bmZqCPJbF1wvl7iGGZ2e/jahfwakyhwdNAKeS6nNIpAR/qMDWya', NULL, 2, 'user', '1', '2024-01-13 15:53:46', '2024-01-13 15:53:46'),
(00000000000000004560, 14, 'Maharab Hossain Opy', NULL, NULL, 'Dhaka', '01797648855', NULL, NULL, '$2y$10$g82FjaoUYXDg7SeSDzQkU.4uLy3Ef8iUdK9Hq40CcHUUa.PgShnrW', NULL, 2, 'user', '1', '2024-01-13 15:55:20', '2024-01-13 15:55:20'),
(00000000000000004561, 18, 'Z H Nion', NULL, NULL, 'mohakhali', '01718237833', NULL, NULL, '$2y$10$Uhx12agbOrhb1zseORLv4OKIzFkTvL8btqR7QkNwg5IfpUuywX9Gq', NULL, 2, 'user', '1', '2024-01-13 16:02:19', '2024-01-13 16:02:19'),
(00000000000000004562, 18, 'MD Dulal BP', NULL, NULL, 'dhaka', '০১৭৬০৪০৫৩১০', NULL, NULL, '$2y$10$2hVgS29oYDPypWZgOKKeiuNBPEv5m/iSaEFXqo3cSlbGD42FSyvMu', NULL, 2, 'user', '1', '2024-01-13 16:07:44', '2024-01-13 16:07:44'),
(00000000000000004563, 18, 'Md Sohel', NULL, NULL, 'dhaka', '01810279984', NULL, NULL, '$2y$10$z7GHDhBsRcj7ERFaWcpZWuHLCDD1QpNSJGVty1Bdi1F79MCA8jwiy', NULL, 2, 'user', '1', '2024-01-13 16:08:24', '2024-01-13 16:08:24'),
(00000000000000004564, 14, 'Amir Hossain', NULL, NULL, 'Gopibagh, Komlapur', '01552302948', NULL, NULL, '$2y$10$hFifKaHKlIvJcskPmAI50uDk9yNmJJVPOvPRBvtxOdtk6q3Szvcmq', NULL, 2, 'user', '1', '2024-01-13 16:09:58', '2024-01-13 16:09:58'),
(00000000000000004565, 14, 'ইব্রাহিম ছৈয়াল', NULL, NULL, 'Shoriyotpur', '01952939184', NULL, NULL, '$2y$10$1pDh6XFzTPTo07fZa2r8t.8GIDJCbvwNgAJanEsOrLiMRPPwBLPUu', NULL, 2, 'user', '1', '2024-01-13 16:10:26', '2024-01-13 16:10:26'),
(00000000000000004566, 14, 'Abu Bakar Siddick Siddick', NULL, NULL, 'GAzipur chourasta', '০১৭৩২৭৯৫৪৪৮', NULL, NULL, '$2y$10$PEDusnOQlNzqjTz6y8YjB.Mf0PwPZx7.AxJ/hTt4NYDhGBJmo594q', NULL, 2, 'user', '1', '2024-01-13 16:12:01', '2024-01-13 16:12:01'),
(00000000000000004567, 14, 'Rabby Chowdhury', NULL, NULL, 'Pollobi, Mirpur', '01711394989', NULL, NULL, '$2y$10$ewPZilO2w4wCgTqjl/BfxOrmcrXrokmQpCAeld1NRYRSkhb2LaYja', NULL, 2, 'user', '1', '2024-01-13 16:12:44', '2024-01-13 16:12:44'),
(00000000000000004568, 14, 'MD Kausar', NULL, NULL, 'Dhaka', '01773105214', NULL, NULL, '$2y$10$QMbgTVZnRuBRYyvnBuCIqOytxczb/1EBk2X48JK8qqh0JbHzLzhIK', NULL, 2, 'user', '1', '2024-01-13 16:13:15', '2024-01-13 16:13:15'),
(00000000000000004569, 14, 'Akter Hosson', NULL, NULL, 'Dhaka', '01917451829', NULL, NULL, '$2y$10$ZaNuFg/m8UNas1quNaY5J.2ITRBvBe/yy7ZdVDS7s2cRdjC7g0e0G', NULL, 2, 'user', '1', '2024-01-13 16:13:37', '2024-01-13 16:13:37'),
(00000000000000004570, 14, 'Md Sofiqul Kazi', NULL, NULL, 'Dhaka', '01953131055', NULL, NULL, '$2y$10$gmxe9MLyOv8fXCOKS/P7Yuouk9FSA8ny1Qc/kvPn3GEQHYNY56yg2', NULL, 2, 'user', '1', '2024-01-13 16:13:58', '2024-01-13 16:13:58'),
(00000000000000004571, 14, 'Nehal Emran Mizan', NULL, NULL, 'Pollobi,Dhaka', '01811272783', NULL, NULL, '$2y$10$isX2/N3TssITjrtJvr9xiuGZh5iQo/Kq5G3j9sejE7Yf9Fa6CPKHO', NULL, 2, 'user', '1', '2024-01-13 16:14:46', '2024-01-13 16:14:46'),
(00000000000000004572, 14, 'প্রভাতের কুয়াশা', NULL, NULL, 'Dhaka', '01917426424', NULL, NULL, '$2y$10$QTLbEYxTa1g/p6Fj570GmeP3EJpygGjIBubqvtWzdJWFX5yLYHFbe', NULL, 2, 'user', '1', '2024-01-13 16:15:36', '2024-01-13 16:15:36'),
(00000000000000004573, 14, 'Md Akash Islam', NULL, NULL, 'Mirpur-11', '01978931832', NULL, NULL, '$2y$10$KPRfQCx5JzpZs6i/vbd/QeGjCNzoGMqWPg9t/UuW7UFro7luCddZy', NULL, 2, 'user', '1', '2024-01-13 16:16:00', '2024-01-13 16:16:00'),
(00000000000000004574, NULL, 'Md Nurul Islam', 'N/A', NULL, 'Dhaka', '01714806680', NULL, NULL, '$2y$10$z6JHTqRA4sa2WSqZXZq2nO0phRqzOR2tgVLNo4NMB7jO0mOriVxMK', NULL, 2, 'user', '1', '2024-01-13 16:16:29', '2024-02-28 11:21:30'),
(00000000000000004575, 14, 'Mainul Islam Sumon', NULL, NULL, 'Dhaka', '01966016056', NULL, NULL, '$2y$10$uHKTzJQhx.gzqzCtpiJjTewVndOjV1SDrINheqIeqVx1Qj0OHCCCm', NULL, 2, 'user', '1', '2024-01-13 16:16:57', '2024-01-13 16:16:57'),
(00000000000000004576, NULL, 'Ajoy Kumar Mahanto', NULL, NULL, 'Dhaka', '01814863771', NULL, NULL, '$2y$10$t7yDFnNQB5ogqyeYcPjLWezJWNnJoh8/q7FPOXPnlhn2LQlSICG3S', NULL, 2, 'user', '1', '2024-01-13 16:17:19', '2024-01-13 16:17:19'),
(00000000000000004577, 14, 'T Fahim Hassan', NULL, NULL, 'Kapasia, Gazipur', '01957231591', NULL, NULL, '$2y$10$hbNLb6kwSXhoAHkurGsMoeMyh.sy6YIkB8nCJ5KZ4Nw3LxAlwQtUW', NULL, 2, 'user', '1', '2024-01-13 16:17:55', '2024-01-13 16:17:55'),
(00000000000000004578, 14, 'Ashraful Alam', NULL, NULL, 'Chottogram', '01719229025', '01719229026', NULL, '$2y$10$rGSBmuUXisoElF7fR.Vd2uoxNF8JPeOQpXdcNY3GvYMQeXL5On2hq', NULL, 2, 'user', '1', '2024-01-13 16:18:25', '2024-01-13 16:18:25'),
(00000000000000004579, 14, 'Zulficar Ali', NULL, NULL, 'Mirpur-14,Dhaka', '01743388224', NULL, NULL, '$2y$10$78TWgE8U6kdqxP83JOnsx.526A/9JJ5Qd.buTIl2c4y9ebQqrpCJ6', NULL, 2, 'user', '1', '2024-01-13 16:19:03', '2024-01-13 16:19:03'),
(00000000000000004580, 14, 'Shahriar Opu', NULL, NULL, 'Dhaka', '01621795893', NULL, NULL, '$2y$10$VOztXSWBEQ/kSfJ9ZkCnBu7So4veVS4Mneo/D1RA6HksIPPsqFbGO', NULL, 2, 'user', '1', '2024-01-13 16:19:22', '2024-01-13 16:19:22'),
(00000000000000004581, 14, 'مامون الرشيد', NULL, NULL, 'Dhaka', '01737311481', NULL, NULL, '$2y$10$hWazoi51iv4yGmcZ.iSj8et1XMHzQMCab6iHVxdA75k/alTLLhg6W', NULL, 2, 'user', '1', '2024-01-13 16:19:41', '2024-01-13 16:19:41');
INSERT INTO `users` (`id`, `lebel_id`, `name`, `nid`, `email`, `address`, `phone`, `alter_phone`, `email_verified_at`, `password`, `remember_token`, `role`, `type`, `user_type`, `created_at`, `updated_at`) VALUES
(00000000000000004582, 14, 'Md Lìkhòñ', NULL, NULL, 'Dhaka', '01818262754', NULL, NULL, '$2y$10$aOxVRVtu8ESp4Q1wMzv4ou0wv93ij5qyZDzoLyzq7sCBqhzGGy.Za', NULL, 2, 'user', '1', '2024-01-13 16:20:19', '2024-01-13 16:20:19'),
(00000000000000004583, 14, 'Oliur Rahman', NULL, NULL, 'Dhaka', '01912269404', NULL, NULL, '$2y$10$fO45Add8/oRlc72beUn.bOen99yVjtGVZI6PhJYC2PGZVEx384Mwy', NULL, 2, 'user', '1', '2024-01-13 16:20:44', '2024-01-13 16:20:44'),
(00000000000000004584, 14, 'Iqbal Ahammad', NULL, NULL, 'kishorgonj', '01920609092', NULL, NULL, '$2y$10$a9S56Ja7G5o6vEBhaEI3G.gUU1yFuaccPAS.NQekBh28IYW/dQvXi', NULL, 2, 'user', '1', '2024-01-13 16:21:23', '2024-01-13 16:21:23'),
(00000000000000004585, 14, 'Sajid Islam', NULL, NULL, 'Dhaka', '01309038668', NULL, NULL, '$2y$10$Int3U5C8rd9DCxwX7bOZQOANqFTNZXLgpf23X7dOFQTH78zVod3i.', NULL, 2, 'user', '1', '2024-01-13 16:21:49', '2024-01-13 16:21:49'),
(00000000000000004586, 14, 'Atto Tanvir', NULL, NULL, 'gouripur,comilla', '০১৯১৬৭৫৫৮৩৫', NULL, NULL, '$2y$10$8wOyWYzPrSLmQJqnVn7Gt.l/EIGEWY4AOKUS98eYSeILtObsomY2q', NULL, 2, 'user', '1', '2024-01-13 16:22:14', '2024-01-13 16:22:14'),
(00000000000000004587, 14, 'Adnan Rakib', NULL, NULL, 'Banani', '01622215099', NULL, NULL, '$2y$10$ZGKvp7HKOjz49EOkHOvEEuSTYBCGwr7HAlhacpxwemXEurIlcbFR6', NULL, 2, 'user', '1', '2024-01-13 16:22:34', '2024-01-13 16:22:34'),
(00000000000000004588, 14, 'Harun Mia', NULL, NULL, 'kishorgonj', '০১৭৩৭২৮৬২৬২', NULL, NULL, '$2y$10$ADWIxeEHcm4rCavJofSHBedmmrormuOE1Oqsk56aNs3NFSlbpND.m', NULL, 2, 'user', '1', '2024-01-13 16:22:56', '2024-01-13 16:22:56'),
(00000000000000004589, 14, 'Partho Mondal', NULL, NULL, 'khulna', '01954309908', NULL, NULL, '$2y$10$hc4tx7fxT1WKftKw1iyrq.dUNReJxEtY0UgooRNUbTiH/7B1btXZW', NULL, 2, 'user', '1', '2024-01-13 16:23:19', '2024-01-13 16:23:19'),
(00000000000000004590, 14, 'Babu Kaji', NULL, NULL, 'Gazipur', '01613959719', NULL, NULL, '$2y$10$XD1lizztJTX6JmjXmb69uOCiTXLAWjPR3Y1oIy57Fe48JnlAOZfcW', NULL, 2, 'user', '1', '2024-01-13 16:23:50', '2024-01-13 16:23:50'),
(00000000000000004591, 14, 'Salahuddin Gazi', NULL, NULL, 'Dhaka', '01715120777', NULL, NULL, '$2y$10$viQxMbKltKr2qKEnn2i0Le4aCRuTzQ.gW3dQdILjER1CYtAeil7vO', NULL, 2, 'user', '1', '2024-01-13 16:24:24', '2024-01-13 16:24:24'),
(00000000000000004592, 14, 'Md K H Shafi', NULL, NULL, 'Dhaka', '01847696447', NULL, NULL, '$2y$10$/T7.NEDxevgrGMlzW92vbOSG9TsAQ5V8SgEPV9dn.s6g86ptLMHHq', NULL, 2, 'user', '1', '2024-01-13 16:24:44', '2024-01-13 16:24:44'),
(00000000000000004593, 14, 'Sheikh Emon Parves', NULL, NULL, 'mirpur-12', '01830575450', NULL, NULL, '$2y$10$kg0V.6Fz2jmxR3Iu54/pA.S1vtJmPAs.ouGfmyQ7WAyec0y9L/t.G', NULL, 2, 'user', '1', '2024-01-13 16:25:15', '2024-01-13 16:25:15'),
(00000000000000004594, 18, 'Shamim Ahmed', NULL, NULL, 'dhaka', '01799110608', NULL, NULL, '$2y$10$8mzSIqDZ1LT6p8RTJOtC4.ZMtaJII8mXHrC0LpXp8Gfj2zzH7.sP6', NULL, 2, 'user', '1', '2024-01-13 16:46:51', '2024-01-13 16:46:51'),
(00000000000000004595, 18, 'Md Alauddin', NULL, NULL, 'dhaka', '01720427935', NULL, NULL, '$2y$10$/fVkYFSPHcr3cYWZMoVUX.aEpahZBKkngOQCXsoVb0ttm.DBwN1AW', NULL, 2, 'user', '1', '2024-01-13 16:49:15', '2024-01-13 16:49:15'),
(00000000000000004596, 18, 'Shaheb Khan', NULL, NULL, 'dhaka', '01777625396', NULL, NULL, '$2y$10$ashjvtYSRCz5Hw3ogzPGv.LVdgTD28U6UKOisPZJL70PRbKUpvxS6', NULL, 2, 'user', '1', '2024-01-13 17:08:21', '2024-01-13 17:08:40'),
(00000000000000004597, 18, 'মোঃ ইব্রাহিম পাটওয়ারী', NULL, NULL, 'dhaka', '01764403920', NULL, NULL, '$2y$10$D0zizv7BM6M0oF/FAbnPyOotoG5clkzu65/TLwLIxFmrqE59gTc0q', NULL, 2, 'user', '1', '2024-01-14 10:51:59', '2024-01-14 10:51:59'),
(00000000000000004598, 18, 'ভালবাসার বাংলাদেশ', NULL, NULL, 'dhaka', '01730651985', NULL, NULL, '$2y$10$Ds78QsZ7sHKG9axi8e3iyeShnMqHhlFRNyc7ESU03t5X8ycN.Zkra', NULL, 2, 'user', '1', '2024-01-14 10:53:25', '2024-01-14 10:53:25'),
(00000000000000004599, NULL, 'Polash Sordar', 'N/A', NULL, 'gaibanda', '01744490076', NULL, NULL, '$2y$10$hzUghuj6mzpRzr9iPJMrFO5EGvm8jEx2Ult9h8cy2Tbxdv/2JpJtm', NULL, 2, 'user', '1', '2024-01-14 10:59:43', '2024-04-23 17:40:23'),
(00000000000000004600, NULL, 'Parvez Ahmed', NULL, 'parvezahmed@mygpsbd.net', 'dhaka', '01830052836', NULL, NULL, '$2y$10$bGnH7QOsOPObYwcZKJCKTup3W6tSgKlJDaYCRdKnHkCmayLMZPiYe', NULL, 2, 'user', '1', '2024-01-14 11:17:34', '2024-01-14 11:17:34'),
(00000000000000004601, NULL, 'ROBIUL', NULL, NULL, 'dhaka', '01955653775', NULL, NULL, '$2y$10$6p0N4yFljqiJsrrWQGRcYeW6/DsEyD6i4wJBd4G8cft35lb3OsTYW', NULL, 2, 'user', '1', '2024-01-14 11:29:44', '2024-01-14 11:29:44'),
(00000000000000004602, NULL, 'roof crop care ltd', NULL, NULL, 'dhaka', '01737466882', NULL, NULL, '$2y$10$O/HBBGpHkOIgIl.yBQLMm./s5CuCeKpyd5InvioqvXKBB9p3yefam', NULL, 2, 'user', '2', '2024-01-14 11:46:53', '2024-01-14 11:53:38'),
(00000000000000004603, 18, 'Mohammad Abul Bashar	1711249698', NULL, NULL, 'dhaka', '01711249698', NULL, NULL, '$2y$10$jKd4xa/tgrndfq7w9R30bOj0qRB8duahPOH.tWuL4gNu0jbG9oVOG', NULL, 2, 'user', '1', '2024-01-14 12:37:39', '2024-01-14 12:37:39'),
(00000000000000004604, 18, 'Touhid Dona', NULL, NULL, 'dhaka', '01914526185', NULL, NULL, '$2y$10$7SmjI1aoqLEQwYmhqpBn0OCeKkv2nsdF2DaPhtQkWW13d8RWIZwYi', NULL, 2, 'user', '1', '2024-01-14 16:38:11', '2024-01-14 16:38:11'),
(00000000000000004605, NULL, 'Md shahinur rahman', NULL, NULL, 'dhaka', '01983899085', NULL, NULL, '$2y$10$10ZV9MKsEb577cDQI.WwIu7FQ1mYocHqMQhpbtCSn8TaxuD6cibKO', NULL, 2, 'user', '1', '2024-01-14 16:50:41', '2024-01-14 16:50:41'),
(00000000000000004606, NULL, 'IBRAHIM', NULL, NULL, 'dhaka', '01752823867', NULL, NULL, '$2y$10$Nn0STnGMosUp1lnBvRgPlO/1OkSDd3hGyrZXXVMEHFBLIGzafOIVK', NULL, 2, 'user', '1', '2024-01-14 16:59:37', '2024-01-14 16:59:37'),
(00000000000000004607, NULL, 'Shamim_piickmeexpress', NULL, NULL, 'dhaka', '01894867119', NULL, NULL, '$2y$10$Sb9DxJLYUI.C9V7oRmSk0eZKJXlqHY46gj/PzELnbtA14FNgW/NX.', NULL, 2, 'user', '2', '2024-01-14 17:08:25', '2024-01-14 17:08:25'),
(00000000000000004609, NULL, 'Md.Fazlul Quader Chowdhury', NULL, NULL, 'dhaka', '01770089541', NULL, NULL, '$2y$10$58A4fNhFfL.mblRm7b9L1.tww32LBUygX21cKpt9E5NrtQWQL1yD.', NULL, 2, 'user', '1', '2024-01-14 17:28:49', '2024-01-14 17:28:49'),
(00000000000000004610, 18, 'Mohammad Juwel Rana', NULL, NULL, 'DHAKA', '01823577577', NULL, NULL, '$2y$10$43TWcQcGWZYkOnOa2RGlw.a5iOkEkodc5QZl/Y6Hdstj1Al8.XTCK', NULL, 2, 'user', '1', '2024-01-15 10:27:37', '2024-01-15 10:27:37'),
(00000000000000004611, 18, 'Sajeeb Arisa', NULL, NULL, 'DHAKA', '01972222068', NULL, NULL, '$2y$10$UUKoHIQH2TnE1LU/zcHFv.BapJIWIIsx3cyrcFyqN2/sfftPlwKI6', NULL, 2, 'user', '1', '2024-01-15 10:29:22', '2024-01-15 10:29:22'),
(00000000000000004612, 18, 'MdNokib Nokib	1764371929', NULL, NULL, 'DHAKA', '01764371929', NULL, NULL, '$2y$10$ykdMRkat5cIWlejxIwve9.TKNzIZufhWQulzIVJewmha/SIFutW3q', NULL, 2, 'user', '1', '2024-01-15 10:30:16', '2024-01-15 10:30:16'),
(00000000000000004613, NULL, 'Shohag', NULL, NULL, 'dhaka', '01881957094', NULL, NULL, '$2y$10$gySpm4jCeuZwv/zcZhGq2ui9MhH9A.9Xfz1k2U6VzajYtSESOOVZC', NULL, 2, 'user', '1', '2024-01-15 10:51:20', '2024-01-15 10:51:20'),
(00000000000000004614, NULL, 'sahariar', NULL, 'Sh.fm1000@gmail.com', 'dhaka', '01970566437', NULL, NULL, '$2y$10$hyC4es40US0f70flWMJXVesrQ04G8deaDH2NxxQEXm5tuLuXMaa5.', NULL, 2, 'user', '1', '2024-01-15 11:01:30', '2024-01-15 11:01:30'),
(00000000000000004615, NULL, 'Shahin Ahmed', NULL, NULL, 'dhaka', '1926903422', NULL, NULL, '$2y$10$sk8ySgaQWvDGXNr17c6EneTTZqaFsCrQUq6WTO.CuengrU5SPuvFu', NULL, 2, 'user', '1', '2024-01-15 11:16:04', '2024-01-15 11:16:04'),
(00000000000000004616, NULL, 'Ehsan Kabir', NULL, NULL, 'dhaka', '1789497755', NULL, NULL, '$2y$10$zNbgyUPcyJYy4.Sy/.FRReR4w0ysQNOyj/WRWYzME.3fFb/4V.Ova', NULL, 2, 'user', '1', '2024-01-15 11:25:53', '2024-01-15 11:25:53'),
(00000000000000004617, NULL, 'Syed Jahidul Islam', NULL, 'jahid@g4technologies.com.bd', 'dhaka', '01709641295', NULL, NULL, '$2y$10$nSvxi.jae7TI9Rm9rRr/vOYnLGZBTcp43/eJ8itgwerUuoiy9/QWq', NULL, 2, 'user', '2', '2024-01-15 11:49:09', '2024-01-15 11:49:09'),
(00000000000000004618, 14, 'Mehedi Masud', NULL, NULL, 'Dhaka', '01718784477', NULL, NULL, '$2y$10$9Fr2c.x87b4JHWNPo/d5UOl5SyHoJVTUJdsAfzuzr7E5VKV4cAmgm', NULL, 2, 'user', '1', '2024-01-15 12:06:27', '2024-01-15 12:06:27'),
(00000000000000004619, 14, 'Md Mamun Md Mamun', NULL, NULL, 'Dhaka', '০১৯১২৮৯৬৫৭৭', NULL, NULL, '$2y$10$xdrwFR4aWUGIkZBLh2B97ed72yLtG5GrvjQ8K77W6CQ2mOB5YYnxS', NULL, 2, 'user', '1', '2024-01-15 12:07:20', '2024-01-15 12:07:20'),
(00000000000000004620, 14, 'Ariful Islam', NULL, NULL, 'Bogura', '01727456855', NULL, NULL, '$2y$10$ixiUY.MjotXIcFL.DwkDa.1JQawE/6C3q8wUBUO3am4amXporF0AS', NULL, 2, 'user', '1', '2024-01-15 12:08:20', '2024-01-15 12:08:20'),
(00000000000000004621, 14, 'Shams Shobuz', NULL, NULL, 'Gazipur', '01717578020', NULL, NULL, '$2y$10$aI9DIX8tQLk.IWXc8slYKOqfQkrRYjLXTC8SvEtCcKr/NhsohJ9Tq', NULL, 2, 'user', '1', '2024-01-15 12:09:25', '2024-01-15 12:09:25'),
(00000000000000004622, NULL, 'Aowal', 'N/A', NULL, 'Dhaka', '01788610235', NULL, NULL, '$2y$10$sn29J3VcrSjTu3fwXhLrSu/hLzi8kFnERAb6QPC0z5o48CVNnc8lW', NULL, 2, 'user', '1', '2024-01-15 12:13:12', '2024-03-10 11:29:19'),
(00000000000000004623, 14, 'Moinul Islam', NULL, NULL, 'Mirpur-1', '01716554047', NULL, NULL, '$2y$10$NUmcdBKMyiXekllralzNSey8ePqpR0bHP4O7Hz/vK6qHG0Fh4sRY.', NULL, 2, 'user', '1', '2024-01-15 12:13:36', '2024-01-15 12:13:36'),
(00000000000000004624, NULL, 'Ehsanul kabir', NULL, NULL, 'dhaka', '1932797580', NULL, NULL, '$2y$10$ifjDnD7m18H3vn.Rvww0su/KLbVKBm0xlflKYtsAQ3fTwGL3umVzK', NULL, 2, 'user', '1', '2024-01-15 12:14:21', '2024-01-15 12:14:21'),
(00000000000000004625, 14, 'A K M Fardous', NULL, NULL, 'Keranigonj, Dhaka', '01679005657', NULL, NULL, '$2y$10$AWSB6J3MFeBGR3vkZpwzJe1SGbSXulUR.Whj.j/OGk9e51VqNO7oS', NULL, 2, 'user', '1', '2024-01-15 12:15:37', '2024-01-15 12:15:37'),
(00000000000000004626, 14, 'Sihab Uddin', NULL, NULL, 'Dhaka', '01714744490', NULL, NULL, '$2y$10$2nxl/x1CJrA/HGzZyqmFseeg6DdAt/F8WS5lQgdZaClL/GQ2QBfPi', NULL, 2, 'user', '1', '2024-01-15 12:16:03', '2024-01-15 12:16:03'),
(00000000000000004627, 14, 'Ekramul Haque', NULL, NULL, 'Mirpur-12, Dhaka', '01711265071', NULL, NULL, '$2y$10$WOV/LpnNLd.CZti5Nh91r.g6ZJ.lJuIWI.2Qf2LNx.RsWTBUT0aWK', NULL, 2, 'user', '1', '2024-01-15 12:16:30', '2024-01-15 12:16:30'),
(00000000000000004628, 14, 'Zahangir Alam', NULL, NULL, 'Dhaka', '01921347943', NULL, NULL, '$2y$10$R2qtmG74wh9fVD197jL35ee7qr63ct3zMB5EcFJKsC8keR1UYj8n2', NULL, 2, 'user', '1', '2024-01-15 12:16:50', '2024-01-15 12:16:50'),
(00000000000000004629, 14, 'Md Tuaha', NULL, NULL, 'Dhaka', '01722995298', NULL, NULL, '$2y$10$JeAGslN.M/AQLfSCN6vnTuvK5yD1z4HBZy9VY1ZOqJK65gfBfZVqi', NULL, 2, 'user', '1', '2024-01-15 12:17:09', '2024-01-15 12:17:09'),
(00000000000000004630, 14, 'Jahidul Islam', NULL, NULL, 'Cumilla', '01324418985', NULL, NULL, '$2y$10$ju49Et4xDkjtF3QbiZUjbu1AygQyhQNeE8aTeAA.5FiTZS8hqk7U6', NULL, 2, 'user', '1', '2024-01-15 12:17:45', '2024-01-15 12:17:45'),
(00000000000000004631, 14, 'Atiq Islam', NULL, NULL, 'Dhaka', '01819068363', NULL, NULL, '$2y$10$kRrtd3H735BcRQZN3xSgGe7WVSWqJCef5fFivlIBfODN3PifneBg.', NULL, 2, 'user', '1', '2024-01-15 12:19:50', '2024-01-15 12:19:50'),
(00000000000000004632, 14, 'Md Hilton', NULL, NULL, 'Dhaka', '01684986612', NULL, NULL, '$2y$10$UzqX9gkfUMJBTkzRFYV78OpH3Kek2HzS1k8jBN.CfcZblSuH2wxKK', NULL, 2, 'user', '1', '2024-01-15 12:20:17', '2024-01-15 12:20:17'),
(00000000000000004633, 14, 'চলছি একা পথে', NULL, NULL, 'Dhaka', '01891693658', NULL, NULL, '$2y$10$c5/SJBdLOjSxBRlj50KXr.MO2sPKYaOR8jHwqCOysjwlcCvILpta6', NULL, 2, 'user', '1', '2024-01-15 12:21:03', '2024-01-15 12:21:03'),
(00000000000000004634, 14, 'Shahriar Kabir', NULL, NULL, 'Dhaka', '01911136057', NULL, NULL, '$2y$10$WaCF1nhnoe5U4wXKCEEE3eeF4Pa0pxoTt1.UqhVrVP2nL88NBGgJK', NULL, 2, 'user', '1', '2024-01-15 12:21:30', '2024-01-15 12:21:30'),
(00000000000000004635, 14, 'MD Dulal Molla', NULL, NULL, 'Dhaka', '01838318231', NULL, NULL, '$2y$10$ls6hhWVLxj933UW//ti51O83WrZhHkG/7wcg0KJZ8kkUj7gRvN.Pq', NULL, 2, 'user', '1', '2024-01-15 12:23:13', '2024-01-15 12:23:13'),
(00000000000000004636, 14, 'Abdullah Al Majed', NULL, NULL, 'Dhaka', '01855603255', NULL, NULL, '$2y$10$T4OXZnOvqyA.DGZC5WHbr.MqBXrRg8iDu6LvTTmNsbOnEVEsFW8bq', NULL, 2, 'user', '1', '2024-01-15 12:24:12', '2024-01-15 12:24:12'),
(00000000000000004637, 14, 'Robiul Islam', NULL, NULL, 'Dhaka', '01406124606', NULL, NULL, '$2y$10$wY6RAa9oMmsDFMX9FyJQ.e/UR7O4bpaBU9qOr4eWTubXYE5vJDS8.', NULL, 2, 'user', '1', '2024-01-15 12:29:41', '2024-01-15 12:29:41'),
(00000000000000004638, 14, 'Ridoy Bhaii', NULL, NULL, 'Dhaka', '01735763429', NULL, NULL, '$2y$10$8YQregpIiQoNnR9OtJS4G..lbwe2vjm8L76kq4wNC2DZROYAe2YHC', NULL, 2, 'user', '1', '2024-01-15 12:30:03', '2024-01-15 12:30:03'),
(00000000000000004639, 14, 'No Name', NULL, NULL, 'Norshindi sodor', '01748906673', NULL, NULL, '$2y$10$F9plzFfrVYJnaE6E0T5CxOdgrIjBALsAIubG00ToF3Gnb20tYUUYO', NULL, 2, 'user', '1', '2024-01-15 12:30:45', '2024-01-15 12:30:45'),
(00000000000000004640, 14, 'A Naeem Shah', NULL, NULL, 'Dhaka', '01818432640', NULL, NULL, '$2y$10$mlk7tp91S2GwbAjVOZXzQOZrarBHM8dd6lHJmnr/NVEtUETwdlq6.', NULL, 2, 'user', '1', '2024-01-15 12:31:09', '2024-01-15 12:31:09'),
(00000000000000004641, 14, 'Sohrab Hossain Sanvir', NULL, NULL, 'Dhaka', '01717930438', NULL, NULL, '$2y$10$YFtgdDTVVQVBNPg9YhITBuNlkS.5wYjHU4o3ByfCfEnXlv3ii2gfq', NULL, 2, 'user', '1', '2024-01-15 14:01:12', '2024-01-15 14:01:12'),
(00000000000000004642, 14, 'Kayes Alam', NULL, NULL, 'Dhaka', '01756573574', NULL, NULL, '$2y$10$5xEn.Q5sC5DTHdKDHePS4e1.XSbt3YRTLDEJLQlrE.bBoVi2K9uIq', NULL, 2, 'user', '1', '2024-01-15 14:15:21', '2024-01-15 14:15:21'),
(00000000000000004643, 14, 'Thanbir Ahamed Jony', NULL, NULL, 'Dhaka', '01717738234', NULL, NULL, '$2y$10$SstQQQ0PAjy9nEEKF.mkVOAGfgpJkOeIrZwZE7eaqh31cgYF5pomW', NULL, 2, 'user', '1', '2024-01-15 14:15:55', '2024-01-15 14:15:55'),
(00000000000000004644, 14, 'MD Shahidul Islam', NULL, NULL, 'Dhaka', '01732786169', NULL, NULL, '$2y$10$wH/KjmcZ4OcScFp9MdBtteFZT10oX/9jxkNAYk3mylFg69FQn7pry', NULL, 2, 'user', '1', '2024-01-15 16:11:52', '2024-01-15 16:11:52'),
(00000000000000004645, NULL, 'Faysal khan sabuj', NULL, NULL, 'dhaka', '01971005162', NULL, NULL, '$2y$10$N/CRuVjQW1nk0S2U4dVwXufr871JAKML4tnbSnJytwNxr/HcmNV.a', NULL, 2, 'user', '1', '2024-01-15 16:18:16', '2024-01-15 16:18:16'),
(00000000000000004646, NULL, 'MD Mamun khan', NULL, NULL, 'dhaka', '01972866376', NULL, NULL, '$2y$10$IuczO7dA0ilGgdAiM5/PbO3v2wu8aP2izwOq3EcfrKnKp/b42e/JK', NULL, 2, 'user', '1', '2024-01-16 10:54:24', '2024-01-16 10:54:24'),
(00000000000000004647, 14, 'Shahjalal Bhuyan', NULL, NULL, 'Arai Hajar, Narayangonj', '01713449669', NULL, NULL, '$2y$10$HTv0CRb7jzt0BPbUuhypMeaFyDHLcCgDYTx8V1fsQSDVVTniRzKWi', NULL, 2, 'user', '1', '2024-01-16 16:43:53', '2024-01-16 16:43:53'),
(00000000000000004648, 14, 'মোহাম্মদ পারভেজ শেখ', NULL, NULL, 'Dhaka', '01916653949', NULL, NULL, '$2y$10$SttA26i5lIDDP9BUKJZtTOyukmLim1cgs5BpruxlqTeUp7Ra5P7DC', NULL, 2, 'user', '1', '2024-01-16 16:44:13', '2024-01-16 16:44:13'),
(00000000000000004649, 14, 'Papon Ray', NULL, NULL, 'Dhaka', '০১৭১৬২১১০৪৪', NULL, NULL, '$2y$10$GinFGkg7BAMQpKYz6b.eQO5AjfeBlr5m3CjDvTSL05xJmjC92OujG', NULL, 2, 'user', '1', '2024-01-16 16:45:03', '2024-01-16 16:45:03'),
(00000000000000004650, 14, 'Mahmud M. Anis', NULL, NULL, 'Mohammodpur', '01911190049', NULL, NULL, '$2y$10$w6A6/qOaOIkTSSdvbX5nCe5Ztj2m67E8wkr0To5Kt3q70Y6NAQNtS', NULL, 2, 'user', '1', '2024-01-16 16:45:51', '2024-01-16 16:45:51'),
(00000000000000004651, 14, 'Mahamudul Hasan Kajol', NULL, NULL, 'Dhaka', '01793838881', NULL, NULL, '$2y$10$jz4biOxFjHOU69UGmbC.3u.uWHNRuOI5KKgm3brqhvlZDGgpKntvi', NULL, 2, 'user', '1', '2024-01-16 16:46:29', '2024-01-16 16:46:29'),
(00000000000000004652, 14, 'JB Jãhîd', NULL, NULL, 'Sunargoan, Narayangonj', '01855166799', NULL, NULL, '$2y$10$k0hxa6SOudPWa7HvsZeD0uMEFrdnzCv.wfLAf1.k87jz3Ejn1v.iK', NULL, 2, 'user', '1', '2024-01-16 16:46:54', '2024-01-16 16:46:54'),
(00000000000000004653, 14, 'Rana Fjr', NULL, NULL, 'Dhaka', '01674603095', NULL, NULL, '$2y$10$wkmY4zqXWPMN1Ap75vgSuuEsGaXxsPnZyziVJuZnlQBXBoZRoXvIG', NULL, 2, 'user', '1', '2024-01-16 16:47:41', '2024-01-16 16:47:41'),
(00000000000000004654, NULL, 'Shohag hossain', NULL, NULL, 'dhaka', '01735369654', NULL, NULL, '$2y$10$ZbHgnJs6hYI9/LY.Zg58HeR7XufAnxfnUJhyPh5m2mjwDVMtKoMsW', NULL, 2, 'user', '2', '2024-01-16 17:32:08', '2024-01-16 17:32:08'),
(00000000000000004655, NULL, 'Kolim', NULL, NULL, 'dhaka', '01712867484', NULL, NULL, '$2y$10$CniEj9R.p56cK7j4m8Q9COJraJ8k.uITrrih8LmJXj8Y8Bq.MJStS', NULL, 2, 'user', '1', '2024-01-16 17:39:35', '2024-01-16 17:39:35'),
(00000000000000004656, NULL, 'S. M. Shariat Ullah', NULL, NULL, 'dhaka', '01719381817', NULL, NULL, '$2y$10$G.sA3poi0VxntU5Tb44fvuaw6/MM3NVKSrok5cmTtaZ4EjjsKECqm', NULL, 2, 'user', '1', '2024-01-16 17:51:56', '2024-01-16 17:51:56'),
(00000000000000004657, NULL, 'Bashar', NULL, NULL, 'dhaka', '01732153057', NULL, NULL, '$2y$10$X3jF/QtOGGPwGAv5s33sjOTf9dYRKtGu5s.eA6HWjZYMDbHLwstkG', NULL, 2, 'user', '1', '2024-01-16 17:55:22', '2024-01-16 17:55:22'),
(00000000000000004659, NULL, 'Jakir', NULL, 'jakir49@mygpsbd.net', 'dhaka', '01914611194', NULL, NULL, '$2y$10$.fqdHTHQHJYJeJC6q3pnP.lnzKv25eBERTMrYVybcBEHePU70krzW', NULL, 2, 'user', '1', '2024-01-17 10:43:55', '2024-01-17 10:43:55'),
(00000000000000004660, NULL, 'MD MOSHARAF HOSSAIN SUMON', NULL, NULL, 'dhaka', '01971272239', NULL, NULL, '$2y$10$p7fcqlAU.InZ9H.uX26gI.sbZ37z0PzmNT0IX/TZ9mbfTRnCjGru.', NULL, 2, 'user', '1', '2024-01-17 11:03:16', '2024-01-17 11:03:16'),
(00000000000000004661, NULL, 'Mainuddin Hasan', NULL, NULL, 'dhaka', '01816036800', NULL, NULL, '$2y$10$SjKiiVlyUPv4PgTrqDmmoege5ATZTjlcYUu.twzuHT66NEFGP15b2', NULL, 2, 'user', '1', '2024-01-17 11:45:22', '2024-01-17 11:45:22'),
(00000000000000004662, NULL, 'Amjad haque', NULL, NULL, 'dhaka', '01774754654', NULL, NULL, '$2y$10$YcA6IxcIdMD9CK0CqUEDwOe1/kEBLmK6.XcZjiPmxPwKzGQPtGZXi', NULL, 2, 'user', '1', '2024-01-17 12:18:11', '2024-01-17 12:18:11'),
(00000000000000004663, 14, 'Abu Sayed', NULL, NULL, 'Uttor Badda', '01913393310', NULL, NULL, '$2y$10$JBEogjfVJN2JkJh/O/D7uueMFcYza.npvyi.22357ucEE6vJqk6wa', NULL, 2, 'user', '1', '2024-01-17 12:57:03', '2024-01-17 12:57:03'),
(00000000000000004664, 14, 'Sajol Rahman', NULL, NULL, 'Dhaka', '01676364955', NULL, NULL, '$2y$10$OUmW8wuY5LQSfH6vWlsqn.lR8NdWq/4McxXmdK0BOylNSttruA0KG', NULL, 2, 'user', '1', '2024-01-17 12:57:27', '2024-01-17 12:57:27'),
(00000000000000004665, 14, 'Prince Rizul', NULL, NULL, 'Dhaka', '01724247954', '01745882197', NULL, '$2y$10$zYXE1oYPsPcgg0WZIBuSBujNHFkRp6VxiRHeLu0MAwaJbsr3Co8i2', NULL, 2, 'user', '1', '2024-01-17 12:58:06', '2024-01-17 12:58:06'),
(00000000000000004666, 14, 'Nahian M Kamruzzaman', NULL, NULL, 'Mirpur-2, Dhaka', '01790721300', '01717942577', NULL, '$2y$10$8BcZD8WzIjGMhoM8FfnFv.Hgu84iDE.X6vT3tPonGyI2E0a81s34K', NULL, 2, 'user', '1', '2024-01-17 12:58:58', '2024-01-17 12:58:58'),
(00000000000000004667, 14, 'Shariful Rana', NULL, NULL, 'Shylet', '01710021834', NULL, NULL, '$2y$10$0N2r8QjT93JXQ4efEhYRAefqA3F78VQdzkqDB8Ws/cjDfsKdhIVi.', NULL, 2, 'user', '1', '2024-01-17 12:59:28', '2024-01-17 12:59:28'),
(00000000000000004668, 14, 'محمد سليمان حسين', NULL, NULL, 'Dhaka', '01913133420', NULL, NULL, '$2y$10$3Rg1NVAUX4rkDEMHW17bOebttc/gmK5QzYd9ATrGF9Bf.jSNvLNQK', NULL, 2, 'user', '1', '2024-01-17 12:59:48', '2024-01-17 12:59:48'),
(00000000000000004669, 14, 'MD Liton', NULL, NULL, 'Khilgoan, Basabo', '01952260781', NULL, NULL, '$2y$10$Cweaj9aORM0QdYim0K.5CemlRDg3T8SlmenxtsCmmB/84Qmr0Jcyy', NULL, 2, 'user', '1', '2024-01-17 13:00:23', '2024-01-17 13:00:23'),
(00000000000000004670, 14, 'No Name', NULL, NULL, 'Tangail', '01673961842', NULL, NULL, '$2y$10$jQdUJto8z2mD2VRD0/IiM.tbpoTeRS0hLGZVTxi6UECraLa1GmPHS', NULL, 2, 'user', '1', '2024-01-17 13:01:12', '2024-01-17 13:01:12'),
(00000000000000004671, 14, 'Abul Hasan', NULL, NULL, 'Dhaka', '01681854140', NULL, NULL, '$2y$10$PbOU67J1Yg.fuHGRUZ1VveXr5X5aMMX3m7fAcNdpLovecUdW6WCha', NULL, 2, 'user', '1', '2024-01-17 13:01:31', '2024-01-17 13:01:31'),
(00000000000000004672, 14, 'Rumel Rahman', NULL, NULL, 'Shekhertack, Adabor', '01717478708', NULL, NULL, '$2y$10$Cs.tkuNt6CfQi/2B7xLoCO/sR9BVOJv2JmODMEJTa9j3KyrgnraIG', NULL, 2, 'user', '1', '2024-01-17 13:01:51', '2024-01-17 13:01:51'),
(00000000000000004673, 14, 'Mahbub Akond', NULL, NULL, 'Mawna, Gazipur', '01711311411', NULL, NULL, '$2y$10$C2pjzwof880YV0P6pYE/iecMZKLVZpzKia2PVkdbLqBp4bjCVaxjC', NULL, 2, 'user', '1', '2024-01-17 13:02:31', '2024-01-17 13:02:31'),
(00000000000000004674, 14, 'Sheikh Farid', NULL, NULL, 'Dhaka', '01838203941', NULL, NULL, '$2y$10$FxasCJRyhLjlH7n.fXiq8uo0oqV/w9QIZwwQg/F7VZQwtTJI/CWUO', NULL, 2, 'user', '1', '2024-01-17 13:03:02', '2024-01-17 13:03:02'),
(00000000000000004675, 14, 'Anamul Hoque Anamul Hoque', NULL, NULL, 'Dhaka', '01755072819', NULL, NULL, '$2y$10$h9wsvRjZjyWt8xBKFptncOFoVitY3TPm56lPmxEUNDuYpkmvUFNXK', NULL, 2, 'user', '1', '2024-01-17 13:03:38', '2024-01-17 13:03:38'),
(00000000000000004676, NULL, 'Office', NULL, NULL, 'DHAKA', '01834590076', NULL, NULL, '$2y$10$TlEAfuDZcaotHXTALY0lGe39N0LPC07rwtot5NGWLo7bkJJtFIbI2', NULL, 2, 'user', '1', '2024-01-18 17:35:18', '2024-01-20 19:02:04'),
(00000000000000004678, NULL, 'Md. Nadim', NULL, NULL, 'dhaka', '01975222266', NULL, NULL, '$2y$10$KRGzXu3QwrUC2uynudP5i.M5U4EGNq4qO/s22ssDp27AXOdRtTjZ.', NULL, 2, 'user', '1', '2024-01-23 16:38:42', '2024-01-23 16:38:42'),
(00000000000000004679, NULL, 'Asraf Uddin Ahmed', NULL, NULL, 'dhaka', '01971409011', NULL, NULL, '$2y$10$fNH90H70JRY665NuMMVqyOo1ppQcvD865uWVOJih7raix1tq2J/ou', NULL, 2, 'user', '1', '2024-01-23 16:48:29', '2024-01-23 16:48:29'),
(00000000000000004680, NULL, 'Tanbir', NULL, NULL, 'dhaka', '1722856676', NULL, NULL, '$2y$10$qyk0QsUDPJYUW273zn47e.dT5YTF.tkIYcO4YThJ3TzsHcOALLWha', NULL, 2, 'user', '1', '2024-01-23 16:56:10', '2024-01-23 16:56:10'),
(00000000000000004683, NULL, 'Md Wahedujjsaman', NULL, NULL, 'dhaka', '01789072552', NULL, NULL, '$2y$10$KnN2x/7zGcQ/xm/mV62XZ.SZsjoY6GW8yTfBNJjlfqTWjd9r.74QW', NULL, 2, 'user', '1', '2024-01-23 17:10:21', '2024-02-17 15:23:51'),
(00000000000000004684, NULL, 'Alamgir Kobir', NULL, 'alamgirkobir@mygpsbd.net', NULL, '01711522509', NULL, NULL, '$2y$10$akMkfhxGqseO5ioUtYie9eMLPAx7OD9zJMIOTsizt8f9B9kBQnRUK', NULL, 2, 'user', NULL, '2024-01-31 15:44:22', '2024-01-31 15:44:22'),
(00000000000000004685, NULL, 'Mahamud Mamun', NULL, NULL, 'Address: Cherry Drops Fitness and Life Style,Holding No. 961/B, Shahid Baki Rd (Vooter Adda Building @4th Floor), 1219 Khilgaon', '01745888322', NULL, NULL, '$2y$10$oD98m2O6WjhG1Um5pHzTDOuQO3naD0PmKNR2rFkxxJ7CspKeJlQEq', NULL, 2, 'user', '1', '2024-01-31 15:51:54', '2024-01-31 15:51:54'),
(00000000000000004688, NULL, 'Surajit', NULL, 'surajit@mygpsbd.net', NULL, '01711968599', NULL, NULL, '$2y$10$hTxrGG2kIbu53d1C7RzFzujPnGsfJP1enIcKiS.nWquFzt2w2ScTC', NULL, 2, 'user', NULL, '2024-01-31 16:09:22', '2024-01-31 16:09:22'),
(00000000000000004689, NULL, 'Dudul khan', NULL, 'dudulkaligonj14@gmail.com', NULL, '01711131350', NULL, NULL, '$2y$10$XD8NyUWbD07NiT.lMhAMj.hrTcN2BwxPtcxymW/ZNUivELAC/zGKC', NULL, 2, 'user', NULL, '2024-01-31 16:10:48', '2024-01-31 16:10:48'),
(00000000000000004690, NULL, 'Sahieen', NULL, 'sahieen33@mygpsbd.net', NULL, '01722334433', NULL, NULL, '$2y$10$lv6hyoF7f95/FLN3.kh3nuIHozr9KkOoxqQbQR4zdXfJlfebSbZbu', NULL, 2, 'user', NULL, '2024-01-31 16:11:36', '2024-01-31 16:11:36'),
(00000000000000004692, NULL, 'Md:Redoy', NULL, 'redaymdreday72@gmail.com', NULL, '01883318015', NULL, NULL, '$2y$10$3/u8J2/EVdLglBrljj7cBO1gz.2QEY2CM2zhmIipkFGscjNsQ5aqa', NULL, 2, 'user', NULL, '2024-01-31 16:16:54', '2024-01-31 16:16:54'),
(00000000000000004693, NULL, 'Shalim', NULL, 'shalim@mygpsbd.net', NULL, '01819505443', NULL, NULL, '$2y$10$oR2xXOWBBajhxkUX3VvI9O.RLVRqhgePoB9zupacwUJaBKYRRfEaq', NULL, 2, 'user', NULL, '2024-01-31 17:17:47', '2024-01-31 17:17:47'),
(00000000000000004694, NULL, 'Dr. Golam Mostofa', NULL, 'mostofa52@mygpsbd.net', NULL, '01743138752', NULL, NULL, '$2y$10$5LkiGwVInH/xCIV59TUlkuYdVsOkYkBqyOztS1yTcswwSdCiJzqK.', NULL, 2, 'user', NULL, '2024-02-01 17:09:11', '2024-02-01 17:09:11'),
(00000000000000004695, NULL, 'Manik', NULL, 'manik50@mygpsbd.net', NULL, '01612026750', NULL, NULL, '$2y$10$lX1GYd3NgPQHXbTPv2G2pOEj3h5q0jER.2PlIdWgy2bHF0L7d2.Am', NULL, 2, 'user', NULL, '2024-02-01 17:10:19', '2024-02-01 17:10:19'),
(00000000000000004696, NULL, 'Delwar Hossain', NULL, NULL, NULL, '01819455456', NULL, NULL, '$2y$10$4QBfg.nQ3BglLc4fKY/USeU.YeBW/i1lKBL5IIPxQrXM1HES2kKTy', NULL, 2, 'user', NULL, '2024-02-01 17:12:06', '2024-02-01 17:12:06'),
(00000000000000004697, NULL, 'Md.Farazi', NULL, 'farazi43@mygpsbd.net', NULL, '01733954743', NULL, NULL, '$2y$10$M5hOvypWmWMHPDfHmOy7T.Oah8FjbrcFXWMtWS0UMDgh6KPBZxTrG', NULL, 2, 'user', NULL, '2024-02-01 17:13:12', '2024-02-01 17:13:12'),
(00000000000000004698, NULL, 'Billal', NULL, 'billal40@mygpsbd.net', NULL, '01712816840', NULL, NULL, '$2y$10$ptkXADK9QBIR7SDC7WPAd.E9eFOY.gt4tFsNTsVk/C6P/S7XTRz8C', NULL, 2, 'user', NULL, '2024-02-01 17:14:19', '2024-02-01 17:14:19'),
(00000000000000004699, NULL, 'Salim Ahmed', NULL, 'salim67@mygpsbd.net', NULL, '01715883167', NULL, NULL, '$2y$10$6Wf5Yfg7CblL6QD.PMYdLekqFuRW2DZ0yD0UwzR.ajjH3JThbFtrW', NULL, 2, 'user', NULL, '2024-02-03 12:27:10', '2024-02-03 12:27:10'),
(00000000000000004700, NULL, 'Saiful', NULL, 'saiful60@mygpsbd.net', NULL, '01712390560', NULL, NULL, '$2y$10$zQMBaIF11V3tjRP0xaqpBeJN0JldGnFySGJb0STqGgxZlnS6mgEnC', NULL, 2, 'user', NULL, '2024-02-03 12:28:08', '2024-02-03 12:28:08'),
(00000000000000004701, NULL, 'Mamun', NULL, NULL, 'Tangail', '01751991558', NULL, NULL, '$2y$10$c62Vs5ni5R86n0Fz7iZtN.rh4wFJGjDJubdLLwwMaPmbX1AeevpI6', NULL, 2, 'user', '1', '2024-02-03 12:30:35', '2024-02-03 12:30:35'),
(00000000000000004702, NULL, 'Md. Anamul （Kusthia）', NULL, 'anamul123@mygpsbd.net', NULL, '01735727272', NULL, NULL, '$2y$10$Ecuii8J2oSmmFfOHmr/8beggy3Xx2XUaYpZGqAv7bCjRHH/zR/zcu', NULL, 2, 'user', NULL, '2024-02-03 12:40:21', '2024-02-03 12:40:21'),
(00000000000000004703, NULL, 'Tamanna Binte Salam', NULL, 'tamanna@mygpsbd.net', NULL, '01715129645', NULL, NULL, '$2y$10$nPxyIs216.XIEsz3AS/Uge.9dBOg57guYNndIIUkXTfwdXiWKX/Ce', NULL, 2, 'user', NULL, '2024-02-03 12:41:33', '2024-02-03 12:41:33'),
(00000000000000004704, NULL, 'Saleh Ashraf', NULL, NULL, NULL, '01531954309', NULL, NULL, '$2y$10$1pRbAXricjkXfJ63HCILguf9W8yExwgvPjhJ71HW.gBV/mrXoJjia', NULL, 2, 'user', NULL, '2024-02-03 12:42:49', '2024-02-03 12:42:49'),
(00000000000000004705, NULL, 'solaiman', NULL, NULL, NULL, '01957121252', NULL, NULL, '$2y$10$acFlfvS4jmomIDd.UeXPduX4G2jReFzXaa/9ZOrdB7CgMNHAaJ5B.', NULL, 2, 'user', NULL, '2024-02-03 12:44:04', '2024-02-03 12:44:04'),
(00000000000000004706, NULL, 'Kamrul', NULL, NULL, NULL, '01712888176', NULL, NULL, '$2y$10$IC6/9va6FeIcajnWoyQ8zOYumyMaMr0R3eURI9yls6KBg57xsT6yu', NULL, 2, 'user', NULL, '2024-02-03 12:45:17', '2024-02-03 12:45:17'),
(00000000000000004707, NULL, 'Musfiqur74', NULL, 'musfiqur74@mygpsbd.net', NULL, '01819133774', NULL, NULL, '$2y$10$uwZJwLjyJ9anL1km1DpBQeBCd3srMcunMHsW14CodsPJ.qSSiykHa', NULL, 2, 'user', NULL, '2024-02-03 13:17:17', '2024-02-03 13:17:17'),
(00000000000000004708, NULL, 'Alom', NULL, 'alom20@mygpsbd.net', NULL, '01915223520', NULL, NULL, '$2y$10$lC3teiBYgfCZ5BDVx0UUouqXhTp8EtPSbPdMkC58oSnJwiOmRk/eu', NULL, 2, 'user', NULL, '2024-02-03 13:18:25', '2024-02-03 13:18:25'),
(00000000000000004709, NULL, 'Jakir', NULL, 'jakir49@mygpsbd.net', NULL, '01992855549', NULL, NULL, '$2y$10$4rXhjF4YThHXZEaVEmpoBuivSjXbeyEMGLN07ICVO6ZYK0jjyWiYC', NULL, 2, 'user', NULL, '2024-02-03 13:30:01', '2024-02-03 13:30:01'),
(00000000000000004710, NULL, 'Mojammel Hossain', NULL, 'mojammel97@mygpsbd.net', NULL, '01971200247', NULL, NULL, '$2y$10$EWzRD6Vi2RV9oTgUyWmB4u4EPN7Vl8kT.o4SRVyclOURgFK..6W9a', NULL, 2, 'user', NULL, '2024-02-03 13:37:20', '2024-02-03 13:37:20'),
(00000000000000004711, NULL, 'Molla Shahjalal Homna', NULL, NULL, NULL, '01774005219', NULL, NULL, '$2y$10$E4AgtG3HcmvSks3kDaQY1u5bmDlQGO.whgGujG.DuhLV2AWlmleue', NULL, 2, 'user', NULL, '2024-02-03 13:43:41', '2024-02-03 13:43:41'),
(00000000000000004712, NULL, 'Jahangir Alam', NULL, 'jahangir21@mygpsbd.net', 'Gazipur', '01689192121', NULL, NULL, '$2y$10$Ax..hwEpVK/UFOTjpPsHNOCGXGP1Ooca2T8711s8S8uxodztqMXRq', NULL, 2, 'user', '1', '2024-02-03 13:46:03', '2024-02-03 13:46:03'),
(00000000000000004713, NULL, 'Tazu Ahmed', NULL, NULL, NULL, '01995299710', NULL, NULL, '$2y$10$T46XGrK1uGmPP/FL/AkoOe/CtE6ijswIWFaLwAYcqYjhkVszotF0a', NULL, 2, 'user', NULL, '2024-02-03 13:47:49', '2024-02-03 13:47:49'),
(00000000000000004714, NULL, 'Atik hasan', NULL, 'atikhasan624@gmail.com', NULL, '01711442349', NULL, NULL, '$2y$10$osUrYLazYXrV0dRg65DzeO04qdEulzxMaZWOCc17.bJ2IoIFaT1eC', NULL, 2, 'user', NULL, '2024-02-03 15:03:56', '2024-02-03 15:03:56'),
(00000000000000004715, NULL, 'Md shakil', NULL, NULL, NULL, '01731819744', NULL, NULL, '$2y$10$q.1XwdXAFTya2QbDijOKUO6gW0m1VulBFA2K7v4vke9vXQ5tq38T2', NULL, 2, 'user', NULL, '2024-02-03 15:05:09', '2024-02-03 15:05:09'),
(00000000000000004716, NULL, 'PRANTO SARDER', NULL, 'prantosarderofficial@gmail.com', NULL, '01825307253', NULL, NULL, '$2y$10$m8MJ4ycaSjRaijl6dOJNfuk7PX8j58D.uM30PLwsSNqekLWjc.aBm', NULL, 2, 'user', NULL, '2024-02-03 15:37:55', '2024-02-03 15:37:55'),
(00000000000000004717, NULL, 'Md. Arifur Rahman', NULL, 'arifur@mygpsbd.net', NULL, '01819706716', NULL, NULL, '$2y$10$2HjOrVfQrXbSIP5alu11YeR.6P3iEgldmOTDFRT9OCfZop/UicM9O', NULL, 2, 'user', NULL, '2024-02-03 15:41:06', '2024-02-03 15:41:06'),
(00000000000000004718, NULL, 'Ali Ahmed', NULL, NULL, NULL, '01672954829', NULL, NULL, '$2y$10$5zFvRhQbETCP62JtSKC5tOYzQuOpn/8mz3Ljza0ay9RojnNxjukUK', NULL, 2, 'user', NULL, '2024-02-03 15:42:02', '2024-02-03 15:42:02'),
(00000000000000004719, NULL, 'Md Bashar', NULL, NULL, NULL, '01799924542', NULL, NULL, '$2y$10$COMGxNFNHvzJU2ZhrDXl5OXITcrkTm7KI7PxzaTY0mEWsffddBIc6', NULL, 2, 'user', NULL, '2024-02-03 15:48:23', '2024-02-03 15:48:23'),
(00000000000000004720, NULL, 'Raju', NULL, NULL, NULL, '01673139802', NULL, NULL, '$2y$10$kELLH1QSRihPYc.yjPWovO.7adSkzxhyPsdluCRkhmo3NRB53Gzi.', NULL, 2, 'user', NULL, '2024-02-03 17:34:17', '2024-02-03 17:34:17'),
(00000000000000004722, NULL, 'HANIF', NULL, NULL, NULL, '01792126523', NULL, NULL, '$2y$10$gHbu7VG309pkUZyBNeI5kOuBkX/PNchPvM8RoYRDUQhvIVQDBZY2S', NULL, 2, 'user', NULL, '2024-02-03 17:36:01', '2024-02-03 17:36:01'),
(00000000000000004723, NULL, 'B M Imran Islam', NULL, 'imran93@mygpsbd.net', NULL, '01711397693', NULL, NULL, '$2y$10$DhSENWbs19AeTGQZsPiqeOcqD1QCB6.o96Rcc.hOWtFKurSRHlCyC', NULL, 2, 'user', NULL, '2024-02-03 17:36:59', '2024-05-09 14:32:41'),
(00000000000000004724, NULL, 'Md.masud parvez', NULL, 'masud.rana858888@gmail.com', NULL, '01721858888', NULL, NULL, '$2y$10$yGXF95eNFHnNLUVKTp6XkuaKBFOjVSvb9.QhF5BGkBTPe2Behz2iq', NULL, 2, 'user', NULL, '2024-02-03 17:39:52', '2024-02-03 17:39:52'),
(00000000000000004725, NULL, 'Salman farsee', NULL, 'salman42@mygpsbd.net', 'DHAKA', '01537187942', NULL, NULL, '$2y$10$9v8uPoUXm4YPJ3..iKsOtuyH2QyHJTsvftsaBvFdJ62bj4ontRjwC', NULL, 2, 'user', '1', '2024-02-03 17:46:27', '2024-02-03 17:46:27'),
(00000000000000004726, NULL, 'Dr. M A Farabi', NULL, 'farabi97@mygpsbd.net', NULL, '01818824297', NULL, NULL, '$2y$10$opQ/B/kJvRDekIuovb0qjeRbZEf8kWw4Z0MI2wHjLZrgdFN9AUSk2', NULL, 2, 'user', NULL, '2024-02-03 17:51:43', '2024-02-03 17:51:43'),
(00000000000000004727, NULL, 'Suvas', NULL, NULL, NULL, '01812371237', NULL, NULL, '$2y$10$mRBiCye6k1OpGZuqlAy71OfIWcVhkA4Hcpl3BJOgjh6dKRfguLcQa', NULL, 2, 'user', NULL, '2024-02-04 11:17:52', '2024-02-04 11:17:52'),
(00000000000000004728, NULL, 'Jakiul islam', NULL, 'jakiul95@mygpsbd.net', 'Khilkhet, Dhaka', '01623919275', NULL, NULL, '$2y$10$3xIGUe33VbT.Qu4q0NVkMeMReDe3o3yjnB3Q6rP21tjhQI/gyx/Va', NULL, 2, 'user', '1', '2024-02-04 11:21:51', '2024-02-04 11:21:51'),
(00000000000000004729, NULL, 'Noman Khan', NULL, 'nomanmou@gmail.com', NULL, '01621806244', NULL, NULL, '$2y$10$vDR4QFPe3wpp7ASKwrRl5evk8RcDtYpvoqmeutzrPbj6u8E9yVFsO', NULL, 2, 'user', NULL, '2024-02-04 11:23:42', '2024-02-04 11:23:42'),
(00000000000000004730, NULL, 'Rashidur Rahman Rafi', NULL, 'rafi.rashidur@gmail.com', NULL, '01689482227', NULL, NULL, '$2y$10$LTE38/mPmMVb82u4s9.Dy.0KmRtxiNdl4gRWUuOLEkm/WCCCZGcjq', NULL, 2, 'user', NULL, '2024-02-04 11:24:17', '2024-02-04 11:24:17'),
(00000000000000004731, NULL, 'SHARIF AHMED', NULL, 'sharif.tex87@gmail.com', NULL, '01717355400', NULL, NULL, '$2y$10$yd60Mw1RRkrXJIZvYRmZWeg65FfFuWf8aN/usNPw4WQMHWP7.XLfi', NULL, 2, 'user', NULL, '2024-02-04 11:24:57', '2024-02-04 11:26:03'),
(00000000000000004732, NULL, 'Shamim', NULL, 'shamim98@mygpsbd.net', NULL, '01712959998', NULL, NULL, '$2y$10$nJthFcRA6hQKdlRDBr9Owu1jR8DQHCE.mphNPlMl1TrfFvt03O/ly', NULL, 2, 'user', NULL, '2024-02-04 11:26:31', '2024-02-04 11:26:31'),
(00000000000000004733, NULL, 'Zabran Khalid Barkatullah', NULL, 'zabran59@mygpsbd.net', NULL, '01712965959', NULL, NULL, '$2y$10$v3yET9UsmFNN9pqfqqwXsuIyNNS3GRuRSunLhcsQnadzV4rqLe9TW', NULL, 2, 'user', NULL, '2024-02-04 11:27:14', '2024-02-04 11:27:14'),
(00000000000000004734, NULL, 'Md. Ashik', NULL, 'ashik51@mygpsbd.net', NULL, '01751099051', NULL, NULL, '$2y$10$QRdGIGONfOcIa0gu0WqbD.x/GWfLgxHZlCtKAZiilbNKpweOJvDKy', NULL, 2, 'user', NULL, '2024-02-04 11:27:42', '2024-02-04 11:27:42'),
(00000000000000004735, NULL, 'Md. Tarek', NULL, 'tarek61@mygpsbd.net', NULL, '01675757761', NULL, NULL, '$2y$10$G53LZXkGkYtIp/P7.erhGOHH6o7wNLd1lo7yY0vQ.ZQIbDuRiJVYm', NULL, 2, 'user', NULL, '2024-02-04 11:28:08', '2024-02-04 11:28:08'),
(00000000000000004737, NULL, 'Humayon Kabir', NULL, 'humayon65@mygpsbd.net', NULL, '01911007465', NULL, NULL, '$2y$10$RlKQURvC9AuAj5kPycdN8.Zcr3Ga00/IqnK/BJ8FD3Eko5Zmul8oW', NULL, 2, 'user', NULL, '2024-02-04 11:29:15', '2024-02-04 11:29:15'),
(00000000000000004738, NULL, 'Md. Jewel Rana', NULL, 'jewel53@mygpsbd.net', NULL, '01931410653', NULL, NULL, '$2y$10$uzO8n1NT3kDkzbgri4JGVulecBAodeC3tQuNsqhmJs74F8qpNeqLC', NULL, 2, 'user', NULL, '2024-02-04 11:30:47', '2024-02-04 11:30:47'),
(00000000000000004739, NULL, 'Asif ibne harun', NULL, 'asifibneharun.19@gmail.com', NULL, '01712127337', NULL, NULL, '$2y$10$s6m9GwZOa/pyjxS7L7dKPehqQldCOlRJDiGtHhmc5AqFoZrEM3IzO', NULL, 2, 'user', NULL, '2024-02-04 11:31:54', '2024-02-04 11:31:54'),
(00000000000000004740, NULL, 'Rubel', NULL, NULL, NULL, '01865329070', NULL, NULL, '$2y$10$5jHNBD0V5fypYajGCB9DxeLzR4amYjp0nWkOVJQZJSyqjB1gh1Shm', NULL, 2, 'user', NULL, '2024-02-04 11:32:32', '2024-02-04 11:32:32'),
(00000000000000004741, NULL, 'Shaiful', NULL, NULL, NULL, '01617891949', NULL, NULL, '$2y$10$ZRWuqf.vC7ZrKxfUNYvsbe7xFeRaXHiZxR2.9n2Ckjb3pUdLoa10u', NULL, 2, 'user', NULL, '2024-02-04 11:32:58', '2024-02-04 11:32:58'),
(00000000000000004742, NULL, 'Shohag', NULL, 'shohagrinvee@gmail.com', NULL, '01673090273', NULL, NULL, '$2y$10$vsyjNTvlnXbKBEQOxYRp/edOHfLp1tSDO9JkMtveoley5xFbS/kD.', NULL, 2, 'user', NULL, '2024-02-04 11:33:41', '2024-02-04 11:33:41'),
(00000000000000004743, NULL, 'Dr. Tapan', NULL, 'tapan28@mygpsbd.net', NULL, '01937577728', NULL, NULL, '$2y$10$0LgvKF8b/e5RfoEvGL8kSOJYNGPMUTOPuF7Piv/kKz98YDHhqhxCu', NULL, 2, 'user', NULL, '2024-02-04 11:55:44', '2024-02-04 11:55:44'),
(00000000000000004744, NULL, 'Sabbir Hossain', NULL, NULL, NULL, '01791734949', NULL, NULL, '$2y$10$S4LsLLRgnFkl.IPAu/67h.H8x2a8TgExKJqMxxiJLZ3aYPnhZAVu2', NULL, 2, 'user', NULL, '2024-02-04 11:56:12', '2024-02-04 11:56:12'),
(00000000000000004745, NULL, 'Patwary Md Hajjaj Yousuf', NULL, 'shaiket.ph.nsu@gmail.com', NULL, '01730025984', NULL, NULL, '$2y$10$/KGT17Nab9/Bo.ytWt7feu41hIVmswkGnOOJKxJTvZtCIfLoLABEK', NULL, 2, 'user', NULL, '2024-02-04 11:56:50', '2024-02-04 11:56:50'),
(00000000000000004746, NULL, 'Muhamamd Abubakar Siddique', NULL, 'absid08@gmail.com', NULL, '01735722990', NULL, NULL, '$2y$10$o24/smjidJtxSScIIdtDHe5kDKK9IwzYoSdH7bvurxI/fvYoBN1Pm', NULL, 2, 'user', NULL, '2024-02-04 11:57:16', '2024-02-04 11:57:16'),
(00000000000000004747, NULL, 'Esmail Hossain', NULL, 'mdismailsheikh912@gmail.com', NULL, '01740647155', NULL, NULL, '$2y$10$r182iHcPqcN9Vhomg29X.OR13GVPicOu2AKjoGYOutdrPE1GKJzke', NULL, 2, 'user', NULL, '2024-02-04 11:57:39', '2024-02-04 11:57:39'),
(00000000000000004748, NULL, 'Humayon kobir', NULL, 'kobir74@mygpsbd.net', NULL, '01715392874', NULL, NULL, '$2y$10$b4cLFUllcxaS9U1sPpQIfuj.x4LSpLpQ2CG5yTXJlA3UhNrHjb4x.', NULL, 2, 'user', NULL, '2024-02-04 11:58:10', '2024-02-04 12:15:11'),
(00000000000000004749, NULL, 'Md.sajal', NULL, 'sajalislam0767@gmail.com', 'Birulia', '01851525053', NULL, NULL, '$2y$10$3GambqdSGJDHOtL9nroYuubqPoA9Ud0Eh0kUgDRo7lLJVata.8KUS', NULL, 2, 'user', '1', '2024-02-04 12:00:14', '2024-02-04 12:00:14'),
(00000000000000004750, NULL, 'Anwar', NULL, 'anwar227@mygpsbd.net', NULL, '01712992227', NULL, NULL, '$2y$10$t9xbHUcCJuGPMAn6sgq7T.Ig0BG3Tpa4jdcbuLBM/EO0ST/tcIDUu', NULL, 2, 'user', NULL, '2024-02-04 12:03:45', '2024-02-04 12:03:45'),
(00000000000000004751, NULL, 'Major Zayed', NULL, 'zayed29@mygpsbd.net', NULL, '01715025029', NULL, NULL, '$2y$10$rB3RrW5Q2fKA3XCoWw4oUe9oxo2CMfev/0YsrY5b.RsbONFSaJydK', NULL, 2, 'user', NULL, '2024-02-04 12:10:33', '2024-02-04 12:10:33'),
(00000000000000004752, NULL, 'RAJIB HOSSAIN CHOWDHURY', NULL, 'rajib88@mygpsbd.net', NULL, '01772133888', NULL, NULL, '$2y$10$XvgmF8qUSkzNWcm7wNPQruexoIcOu2TATZnosn2.NaWPszZystFn.', NULL, 2, 'user', NULL, '2024-02-04 12:11:54', '2024-02-04 12:14:35'),
(00000000000000004753, NULL, 'Khaled mahmud raihan', NULL, 'raihan26@mygpsbd.net', NULL, '01730445226', NULL, NULL, '$2y$10$aBwccN6/PIvjVSIvYZKj4uP.WxPhsAsVKZ/G/1FL/ZMAR5r6JtQlO', NULL, 2, 'user', NULL, '2024-02-04 12:15:38', '2024-02-04 12:15:38'),
(00000000000000004754, NULL, 'Rajib Chowdhury', NULL, NULL, NULL, '01720518844', NULL, NULL, '$2y$10$sd2ROAK.0PZxvDEy.0gSr.59ILxXbKFSF0SdvypxrVxmHew7n7RJ.', NULL, 2, 'user', NULL, '2024-02-04 12:15:57', '2024-02-04 12:15:57'),
(00000000000000004755, NULL, 'Md Munna', NULL, NULL, NULL, '01923108825', NULL, NULL, '$2y$10$JChxd1wVFdxCy/mREoZT3e.CRV/OTej/.9IuK5kZWoLyVtq7Ve.1y', NULL, 2, 'user', NULL, '2024-02-04 12:16:34', '2024-03-20 13:33:57'),
(00000000000000004756, NULL, 'Shafi', NULL, 'shafi75@mygpsbd.net', 'shamoli', '01937949444', NULL, NULL, '$2y$10$B2mVXsCGd9JucoTRy0UNf.Es9gfBaCTOPoCDNxXkekQU4a6H4K2sm', NULL, 2, 'user', '1', '2024-02-04 12:24:42', '2024-02-04 12:24:42'),
(00000000000000004757, NULL, 'Razu', NULL, NULL, NULL, '01709947192', NULL, NULL, '$2y$10$f.Z/DIowayqSxUM8REcIru1fMHcV7AQr4Gwcngzxo8Fb5228B3bJC', NULL, 2, 'user', NULL, '2024-02-04 12:25:47', '2024-02-04 12:25:47'),
(00000000000000004758, NULL, 'Samrat', NULL, 'mdrifatkhanyahoo360@gmail.com', 'kishoreganj', '01330409229', NULL, NULL, '$2y$10$Sp/zmvgCVzi/E1WkO0dVR.YHM3nnhCzsr0wqt8ThVtVtvnaVpFbrq', NULL, 2, 'user', '1', '2024-02-04 12:43:25', '2024-02-04 12:43:25'),
(00000000000000004759, NULL, 'Badal', NULL, 'badal45@mygpsbd.net', NULL, '01769328045', NULL, NULL, '$2y$10$nNVLDAWKA8yvAFT0TcnU3OkHR.LL3.MmWWMxZlJBtrEq.3bTCxsDW', NULL, 2, 'user', NULL, '2024-02-04 12:44:46', '2024-02-04 12:45:35'),
(00000000000000004760, NULL, 'Md.Ismail', NULL, NULL, NULL, '01828552050', NULL, NULL, '$2y$10$7xuhCENuv1Fsh51OP.NMvuMCZKnmBgeCNpUglCFgoAulsxO3leSQW', NULL, 2, 'user', NULL, '2024-02-04 12:48:21', '2024-02-04 12:48:21'),
(00000000000000004761, NULL, 'Md.Aktar', NULL, NULL, NULL, '01972293854', NULL, NULL, '$2y$10$ZlMvMe53sqKcKN9plHOV3.MpnhciNehtXfyH6c9PQdKzB1h9X9WCe', NULL, 2, 'user', NULL, '2024-02-04 12:49:03', '2024-02-04 12:49:03'),
(00000000000000004762, NULL, 'Tarik Zamil', NULL, NULL, NULL, '01786690967', NULL, NULL, '$2y$10$gH6OMlBILgH6T.O2pTEW9ORWbG28nwrtrmjXaRiTjHyQFxV7CPFb6', NULL, 2, 'user', NULL, '2024-02-04 12:49:24', '2024-02-17 15:52:34'),
(00000000000000004763, NULL, 'Harun', NULL, 'harun51@mygpsbd.net', NULL, '01855934751', NULL, NULL, '$2y$10$68MpaQdN97fQgcAODkQ1.uRwpwaLviJyc7KnheanpebVt6/94c1n2', NULL, 2, 'user', NULL, '2024-02-04 14:18:27', '2024-02-04 14:18:27'),
(00000000000000004764, NULL, 'NAZRUL ISLAM', NULL, NULL, NULL, '01713539550', NULL, NULL, '$2y$10$0Fj.0AJLEXvvYum.EJCuHO0rOTMECS9jW25YhsaYVbOJVaNH.45si', NULL, 2, 'user', NULL, '2024-02-04 14:30:05', '2024-02-04 14:30:05'),
(00000000000000004765, NULL, 'Md. Yakub', NULL, 'yakub25@mygpsbd.net', NULL, '01937905025', NULL, NULL, '$2y$10$zUbtkrRBXTxQCy2pVXE78OTl6Mi.KCUuOboQhvES9g0vtRD67q26e', NULL, 2, 'user', NULL, '2024-02-04 14:31:15', '2024-02-04 14:31:15'),
(00000000000000004766, NULL, 'Md Abu Baker Siddeque', NULL, NULL, NULL, '01619955705', NULL, NULL, '$2y$10$YSZu2fn52vUo/cQBcsZTVuXn8o25pzmYr6AQHuDZDFjwlZVd1tlnC', NULL, 2, 'user', NULL, '2024-02-04 14:31:57', '2024-04-17 16:44:39'),
(00000000000000004767, NULL, 'Mobarak', NULL, NULL, NULL, '01720584945', NULL, NULL, '$2y$10$TwA6gTgCDAIO.IrA4LFREe2t7VZXFUc.tBFxUD7qHovFQ9d9SRiB2', NULL, 2, 'user', NULL, '2024-02-04 16:19:55', '2024-02-04 16:19:55'),
(00000000000000004769, NULL, 'Neweas shorif', NULL, 'shorif33.vts@gmail.com', 'DHAKA', '01712542233', NULL, NULL, '$2y$10$9COZnqPtrK8wGjOLOsTRC.J9Eg/FCIpQeQpdZ5Qryi5N6Vw0LUewm', NULL, 2, 'user', '1', '2024-02-04 16:57:11', '2024-02-04 16:57:11'),
(00000000000000004771, NULL, 'Lutfar Rahman', NULL, NULL, NULL, '01714161417', NULL, NULL, '$2y$10$Fj3b//3L3wiDSpCqG0qBC.Vnbnu55Gb63FcVWwo30OF1FG007TH62', NULL, 2, 'user', NULL, '2024-02-04 16:58:39', '2024-02-04 16:58:39'),
(00000000000000004772, NULL, 'Syeda afsarun nahar', NULL, 'syeda72@mygpsbd.net', 'DHAKA', '01732464972', NULL, NULL, '$2y$10$g0EfzcLpGvX2KHNejAKC3uBjuWQI0AKKIWaKeRuoBaxyshbqqm5dO', NULL, 2, 'user', '1', '2024-02-04 17:00:14', '2024-02-04 17:00:14'),
(00000000000000004773, NULL, 'OVEE', NULL, NULL, NULL, '01711175383', NULL, NULL, '$2y$10$SehPcPZo74gYrCJrgTJOhOSQVkPzYQ1mP7HrqBKEPO6rGyFbDM9.S', NULL, 2, 'user', NULL, '2024-02-04 17:00:37', '2024-02-04 17:00:37'),
(00000000000000004774, NULL, 'Nazrul islam', NULL, NULL, NULL, '01977160957', NULL, NULL, '$2y$10$a/MSAB6ZHA/wyOrY96ieXux2w.scfOmu6jkBqju5UJLh8yE5kiRP.', NULL, 2, 'user', NULL, '2024-02-04 17:01:16', '2024-02-04 17:01:16'),
(00000000000000004775, NULL, 'ABDUL WAHAB', NULL, 'jamal04@mygpsbd.net', 'DHAKA', '01687498233', NULL, NULL, '$2y$10$hMcgTuAJOdg6VYEkGHCBa.yplSweA56zXu2ik8xkcbnrckXyfq48.', NULL, 2, 'user', '1', '2024-02-04 17:03:55', '2024-02-04 17:03:55'),
(00000000000000004776, NULL, 'Limon', NULL, 'limon32@gmail.com', NULL, '01869619532', NULL, NULL, '$2y$10$jhkU8uMQXXL4Z4/jGF.3vOuaoCQvF9MjoP5q02vK6dZyROAmqLsxm', NULL, 2, 'user', NULL, '2024-02-04 17:04:24', '2024-02-04 17:04:24'),
(00000000000000004777, NULL, 'shofiul', NULL, 'shofiul62@mygpsbd.net', 'Badda, Dhaka', '01787369291', NULL, NULL, '$2y$10$lxBsOo7cJFLAge1krFUH0.qtEP3tTNb5QENMBqqmCdTqrxy76Ht8a', NULL, 2, 'user', '1', '2024-02-04 17:06:25', '2024-02-04 17:06:25'),
(00000000000000004778, NULL, 'Mostofa Mollal', NULL, 'mostofamolla5553@gmail.com', NULL, '01712873434', NULL, NULL, '$2y$10$hmp/VIMbTn5uRfaZ8uZtCO0gw81cfBlDYNShKl8rRAGQGhSWCtks6', NULL, 2, 'user', NULL, '2024-02-04 17:07:02', '2024-02-04 17:07:02'),
(00000000000000004779, NULL, 'Sazidur Rahman', NULL, NULL, NULL, '01700693206', NULL, NULL, '$2y$10$IEEGvxLiTPTeurXbsvUWbOJJ8AJFg7L7A66u3S1ubLBNw1Mo.85yG', NULL, 2, 'user', NULL, '2024-02-04 17:07:40', '2024-02-04 17:07:40'),
(00000000000000004780, NULL, 'Nausaba islam', NULL, NULL, NULL, '01732953804', NULL, NULL, '$2y$10$HaE4e2FJ2EodO6t7L3a5buYyrTf9MuVV2jrnPReHFQoH33lO/R8vu', NULL, 2, 'user', NULL, '2024-02-04 17:08:29', '2024-02-04 17:08:29'),
(00000000000000004781, NULL, 'Md. Mamun', NULL, NULL, NULL, '01712690659', NULL, NULL, '$2y$10$DtejROr7zrpekrd9Q6a8DeqbKBWpPPeTa2E6GD6TgjgDXhnqTJH3C', NULL, 2, 'user', NULL, '2024-02-04 17:10:39', '2024-02-04 17:10:39'),
(00000000000000004782, NULL, 'Manami fashions ltd', NULL, 'it@manamibd.com', NULL, '01612745444', NULL, NULL, '$2y$10$UFtdA71x7veAQPLSwjqeze4SKAQTpYaEXADLKA1VleAk0I2woF2zK', NULL, 2, 'user', NULL, '2024-02-04 17:12:23', '2024-02-04 17:12:23'),
(00000000000000004783, NULL, 'Taslima', NULL, NULL, NULL, '01707980845', NULL, NULL, '$2y$10$i3mw4ZJ6P5qi17OX24RiTOJef/VEhhGWcrCEgSsgaLL/C7cdLhxzi', NULL, 2, 'user', NULL, '2024-02-04 17:13:19', '2024-06-03 15:56:07'),
(00000000000000004784, NULL, 'Md. Sojol', NULL, NULL, NULL, '01611255600', NULL, NULL, '$2y$10$2C5JjuHRAKvS/VIcvHixfO5TSo9t0S8QHBObp86k5Rl05fOVcPZdK', NULL, 2, 'user', NULL, '2024-02-04 17:14:03', '2024-02-04 17:14:03'),
(00000000000000004785, NULL, 'Rezwanur Rahman', NULL, 'ullashrahman@gmail.com', NULL, '01751901782', NULL, NULL, '$2y$10$8lVWeiaWGx7GKrbeJm3jEe5YUqHF1s.UD0AMjeSIx012PNeZniCfe', NULL, 2, 'user', NULL, '2024-02-04 17:15:05', '2024-02-04 17:15:05'),
(00000000000000004786, NULL, 'Emdadul Haque', NULL, 'emdadul09@mygpsbd.net', 'DHAKA', '01608555200', NULL, NULL, '$2y$10$Mo1Qwt9kRO7S9cT8nJ0/S.jTbdzhA7qBwTbRu6Tp.zpUtNj9Gbs3C', NULL, 2, 'user', '1', '2024-02-04 17:40:16', '2024-02-04 17:40:16'),
(00000000000000004787, NULL, 'Mojibur', NULL, 'rahmanmdmojibur783@gmail.com', NULL, '01712720377', NULL, NULL, '$2y$10$QuFtiQ2pj3mEw8tn14SDMeEQYIiYdRFLCd3wBBmb5RZHTbSWvTuVm', NULL, 2, 'user', NULL, '2024-02-04 17:40:39', '2024-02-04 17:40:39'),
(00000000000000004788, NULL, 'Sunum Uddin', NULL, NULL, NULL, '01675868089', NULL, NULL, '$2y$10$8xKqa8UdDIKK.sXJ2ps7.ucbw/reBRupy54U/0QzugYCpAZ54HbOa', NULL, 2, 'user', NULL, '2024-02-04 17:40:59', '2024-02-04 17:40:59'),
(00000000000000004789, NULL, 'Munnaf', NULL, 'rcmunnaf@gmail.com', NULL, '01722928253', NULL, NULL, '$2y$10$vClPFmA5e7VNbz6qTp82J.4z/xWBXLUdaf5KNciuVE9ZIlTavYSQ6', NULL, 2, 'user', NULL, '2024-02-04 17:41:22', '2024-02-04 17:41:22'),
(00000000000000004790, NULL, 'Sikor', NULL, NULL, NULL, '01739530902', NULL, NULL, '$2y$10$cAd3eO3kB3OIW3R3xH6soOTvpzt83UDhiXK7o14BcI0xgl9T2X2h6', NULL, 2, 'user', NULL, '2024-02-04 17:41:48', '2024-02-08 13:58:16'),
(00000000000000004791, NULL, 'ROFIQ', NULL, 'rofikislam2737@gmail.com', NULL, '01712316587', NULL, NULL, '$2y$10$v1FmzST2n1tXb73fQgvGNedpMGuPY9xPKd2LMhrV58kecwvD7rLjS', NULL, 2, 'user', NULL, '2024-02-04 17:42:23', '2024-02-04 17:42:23'),
(00000000000000004792, NULL, 'Ranju Ahmed', NULL, 'ranjuahmed@mygpsbd.net', NULL, '01712534653', NULL, NULL, '$2y$10$llztqZmAT8T8QJ3WQlIWnOfBvREOPGFVk.Le5NOZnfINvpbKT/bK2', NULL, 2, 'user', NULL, '2024-02-04 17:42:43', '2024-02-04 17:42:43'),
(00000000000000004793, NULL, 'Tanjir', NULL, 'tanjir20@mygpsbd.net', NULL, '01882293420', NULL, NULL, '$2y$10$f9gC0Wl7RDvOdwkXCOH2Ee558cqziSLWj3rTfeDGoogOlShLLmg9.', NULL, 2, 'user', NULL, '2024-02-04 17:42:59', '2024-02-04 17:42:59'),
(00000000000000004794, NULL, 'Mohammad Israfil', NULL, NULL, NULL, '01712620178', NULL, NULL, '$2y$10$jknrYEDAPRQewhGoIA4O1ex5a4sZXrt55.B2a2VUFJGbZ8O4ON.1K', NULL, 2, 'user', NULL, '2024-02-04 17:43:23', '2024-02-04 17:43:23'),
(00000000000000004795, NULL, 'SK MD NASIR', NULL, NULL, NULL, '01712559489', NULL, NULL, '$2y$10$rkR0jKWipIrGj3ip.4qWb.W/dA/K95hUCwkSp0cmfTJAESZtXPDW6', NULL, 2, 'user', NULL, '2024-02-04 17:47:01', '2024-02-04 17:47:01'),
(00000000000000004797, NULL, 'Jahangir Alam', NULL, NULL, NULL, '01714809613', NULL, NULL, '$2y$10$U8lc0gelJIueJjbwt/3buef2EFoOziROp9YY5bn30p8NRZH6V7JM2', NULL, 2, 'user', NULL, '2024-02-04 17:49:27', '2024-02-04 17:49:27'),
(00000000000000004798, NULL, 'Khokon', NULL, NULL, NULL, '01737898287', NULL, NULL, '$2y$10$UVpQeCoorOfJl4TcYsbLn.S7VRQZIjRKrZ4mUN7YLndQn6c7EPvq2', NULL, 2, 'user', NULL, '2024-02-04 17:50:36', '2024-02-04 17:50:36'),
(00000000000000004799, NULL, 'Alamin', NULL, 'alamin56@mygpsbd.net', NULL, '01941200856', NULL, NULL, '$2y$10$q9rk17cUk9bRM.MKq3Od/.qHDjzPS8tWyFpHD3ZgIVYTV5l96Ctrq', NULL, 2, 'user', NULL, '2024-02-04 17:51:23', '2024-02-04 17:51:23'),
(00000000000000004800, NULL, 'Kamal Dewan', NULL, NULL, NULL, '01711200054', NULL, NULL, '$2y$10$YUZ2dRx8M2kS2kxkx.H0AObmtoFXlrzWqqQfbM8ShejKOrxtRBooS', NULL, 2, 'user', NULL, '2024-02-04 17:51:51', '2024-02-04 17:51:51'),
(00000000000000004801, NULL, 'Md Shamim Hossain', NULL, NULL, NULL, '01711490466', NULL, NULL, '$2y$10$Hxx4ShpxD/11RG7we7Hi7ed2rWSabJ/J1HgBNIIfk2TNDRkOhIhuG', NULL, 2, 'user', NULL, '2024-02-04 17:54:29', '2024-02-04 17:54:29'),
(00000000000000004802, NULL, 'Md. Mahbub', NULL, 'mahbub40@mygpsbd.net', NULL, '01715010940', NULL, NULL, '$2y$10$76blJeC4OPLaY2MUiIL9m.tSJkX2mj9nF7IxySPDoKPB69FefwdP2', NULL, 2, 'user', NULL, '2024-02-04 17:57:12', '2024-02-04 17:57:12'),
(00000000000000004803, NULL, 'MAHBOOB UR RAHMAN', NULL, 'mahboob48@mygpsbd.net', NULL, '01739802548', NULL, NULL, '$2y$10$bgVpGgl8T.ggWpFZxnEn8.eSF6xqb2geW8PZ/.xgFACiBMl17svSa', NULL, 2, 'user', NULL, '2024-02-04 17:58:31', '2024-02-04 17:58:31'),
(00000000000000004804, NULL, 'Dr. Hasibul Islam', NULL, NULL, NULL, '01711894893', NULL, NULL, '$2y$10$u6Rl53mKauo8076QqQFMyu8XThBQ7lOPgUP2C7KRpbQdDRVaxeyh6', NULL, 2, 'user', NULL, '2024-02-05 11:08:51', '2024-02-05 11:08:51'),
(00000000000000004805, NULL, 'Hasan', NULL, 'hasan48@yahoo.com', NULL, '01923950748', NULL, NULL, '$2y$10$ScTSRmKvQfUIV9xf6E.q4ecrb3/a5quVoHI2YSGUltZU/D/vfJh2m', NULL, 2, 'user', NULL, '2024-02-05 12:21:30', '2024-04-27 11:37:00'),
(00000000000000004806, NULL, 'Polly Rani', NULL, 'pollyrani@mygpsbd.net', NULL, '01711155057', NULL, NULL, '$2y$10$0Cu168jrVjqwgrcdoLBnGuu4J.fOmiB6xM377zykVNzA3cnfpicza', NULL, 2, 'user', NULL, '2024-02-05 12:57:30', '2024-02-05 12:57:30'),
(00000000000000004807, NULL, 'Kajimuddin', NULL, 'kajimuddin@gmail.com', NULL, '01793601733', NULL, NULL, '$2y$10$58k.YWzdRoPc/UgvIyuU6.6Kzz7wFzFRo/pmoAxfF9T2egEDqlprW', NULL, 2, 'user', NULL, '2024-02-05 13:31:46', '2024-02-05 13:31:46'),
(00000000000000004808, NULL, 'Faisal Khan', NULL, 'faisal05@mygpsbd.net', NULL, '01511170084', NULL, NULL, '$2y$10$1RhOj5WVdTnhq2DgiUGYP.ABB6zqoMK6rRSmIJ7ZA2gPrbndWMBu2', NULL, 2, 'user', NULL, '2024-02-05 13:32:26', '2024-02-05 13:32:26'),
(00000000000000004809, NULL, 'Sabbir Talukdar', NULL, 'sabbir35@mygpsbd.net', NULL, '01610229935', NULL, NULL, '$2y$10$1xOP/rAM1QVbTv0oKOYHI.Jmz.SMHDqSaSYvri52pfQe3JdPvU8nu', NULL, 2, 'user', NULL, '2024-02-05 13:33:45', '2024-02-05 13:33:45');
INSERT INTO `users` (`id`, `lebel_id`, `name`, `nid`, `email`, `address`, `phone`, `alter_phone`, `email_verified_at`, `password`, `remember_token`, `role`, `type`, `user_type`, `created_at`, `updated_at`) VALUES
(00000000000000004810, NULL, 'Md amzad hossain', NULL, NULL, NULL, '01912883693', NULL, NULL, '$2y$10$ZsTGNXdW6seZxpL3V6ug6..gNfptbzQJ/v84zNR0arpetFST3RkvS', NULL, 2, 'user', NULL, '2024-02-05 13:41:58', '2024-02-05 13:41:58'),
(00000000000000004811, NULL, 'Pappu', NULL, 'pappu38@mygpsbd.net', NULL, '01321974835', NULL, NULL, '$2y$10$Rs59kaKE8e87.I/uP1hz/utgnixYbrmJK2ys9IP1rMFK9Pai4LzrK', NULL, 2, 'user', NULL, '2024-02-05 13:46:34', '2024-02-05 13:46:34'),
(00000000000000004812, NULL, 'Md. Mohin', NULL, NULL, NULL, '01963928032', NULL, NULL, '$2y$10$v.cTQuehBamIVS9cF2jume4b9Zo26WUE7NiSpK3Kc4XmCe3cfBC2O', NULL, 2, 'user', NULL, '2024-02-05 14:03:30', '2024-05-13 17:44:51'),
(00000000000000004813, NULL, 'Rayhanul Islam', NULL, 'rayhanul67@mygpsbd.net', NULL, '01711486267', NULL, NULL, '$2y$10$Ki7s8V9bZutSaYOR1pwGB.9vX1xy1dHbdTzdgmOq0yo5PUJQ2ph3y', NULL, 2, 'user', NULL, '2024-02-05 14:29:48', '2024-02-05 14:29:48'),
(00000000000000004814, NULL, 'Ratul', NULL, 'ratul36@mygpsbd.net', NULL, '01760765606', NULL, NULL, '$2y$10$ZEKfVhUPFqTf/ExBQcuItOCn0NuVnq/STkg4wZB0j5Txc0cCFwl0e', NULL, 2, 'user', NULL, '2024-02-05 14:38:25', '2024-02-05 14:38:25'),
(00000000000000004815, NULL, 'Mr. Rasel', NULL, 'rasel69@mygpsbd.net', NULL, '01758773169', NULL, NULL, '$2y$10$w1urUvdDeHlK4IrhxpRbz.yQ.zyriACDgeRV8mLGEBd3T7Yo/lc0.', NULL, 2, 'user', NULL, '2024-02-05 14:38:50', '2024-02-05 14:38:50'),
(00000000000000004816, NULL, 'Monir Hawlader', NULL, 'monir61@mygpsbd.net', NULL, '01723375861', NULL, NULL, '$2y$10$Bawk.38unxr2j55W0wTRu.CQQ0Lr0cPVo/VrreNPp1ahq0AmEG4hu', NULL, 2, 'user', NULL, '2024-02-05 14:40:29', '2024-02-05 14:40:29'),
(00000000000000004817, NULL, 'Md. Rimon Hadis', NULL, NULL, NULL, '01748984361', NULL, NULL, '$2y$10$SGnUWmlKf5a3V53dOLww.OTIDerpXp.bn2sifgOoXrVTTk1suQL02', NULL, 2, 'user', NULL, '2024-02-05 14:42:01', '2024-02-05 14:42:01'),
(00000000000000004818, NULL, 'Mohsin', NULL, 'mohsin76@mygpsbd.net', NULL, '01798382876', NULL, NULL, '$2y$10$U.xcHNwK.ZEaeesG4CT.lugDKLEGOxJpQvj7KkN6BfH9.jx4xIlJ.', NULL, 2, 'user', NULL, '2024-02-05 14:43:40', '2024-02-05 14:43:40'),
(00000000000000004819, NULL, 'Enamul Haque Milon', NULL, 'milon111@mygpsbd.net', NULL, '01716280687', NULL, NULL, '$2y$10$/AVFcyvpu3wIeDQpv6XYZeibivLre8dfGuq14rBjeLWI7jnloH56K', NULL, 2, 'user', NULL, '2024-02-05 14:45:01', '2024-02-05 14:45:01'),
(00000000000000004820, NULL, 'Md. Ashraful Islam', NULL, 'amd085511@gmail.com', NULL, '01868073391', NULL, NULL, '$2y$10$pjzRKS/zJvBPCysiv77kxuBT.l5VL2kbT36eLjB3sa0RcOA0qdG0m', NULL, 2, 'user', NULL, '2024-02-05 14:48:13', '2024-02-05 14:48:13'),
(00000000000000004821, NULL, 'Mazhar', NULL, 'majharul72@mygpsbd.net', NULL, '01712510172', NULL, NULL, '$2y$10$xwTe8b7n.GhlfCBBcgGEZeg7bymLiP6WgqsHwntEdPJXFHsdZtyLq', NULL, 2, 'user', NULL, '2024-02-05 14:55:20', '2024-02-05 14:55:20'),
(00000000000000004822, NULL, 'Asadur Rahman', NULL, 'asadur001@mygpsbd.net', NULL, '01975534001', NULL, NULL, '$2y$10$xK3VXIjpE0iO6LYMt1oHv.87Vt.QWjSLg040NDa0HXlp36CSkq5gK', NULL, 2, 'user', NULL, '2024-02-05 14:56:20', '2024-02-05 14:56:20'),
(00000000000000004823, NULL, 'Taslima', NULL, 'taslima23@mygpsbd.net', NULL, '01552442123', NULL, NULL, '$2y$10$UM.SVeBqlWYyfj29dzVgNuIIEVHAQHdyuVC64jP4tSdn0kch0W1c2', NULL, 2, 'user', NULL, '2024-02-05 14:58:40', '2024-02-05 14:58:40'),
(00000000000000004824, NULL, 'Abdul Kader Rubel', NULL, 'rubel73@mygpsbd.net', NULL, '01673634973', NULL, NULL, '$2y$10$Ou9jxtM/mB1CLKkb.uf9g.wfuhNJ92hBv3TQEHBp5JPdccR8cWH7q', NULL, 2, 'user', NULL, '2024-02-05 15:03:51', '2024-02-05 15:03:51'),
(00000000000000004825, NULL, 'Faizul Islam', NULL, 'faizul81@mygpsbd.net', NULL, '01712617781', NULL, NULL, '$2y$10$n0kmKA8oCdcIXl3Tpjbe.Osqpfk06WqBl1qnFKHQHcMd3efu9t8ea', NULL, 2, 'user', NULL, '2024-02-05 15:04:20', '2024-02-05 15:04:20'),
(00000000000000004826, NULL, 'Shopon', NULL, 'shopon@mygpsbd.net', 'DHAKA', '01925613613', NULL, NULL, '$2y$10$LTTM.wYUJTXrgP6sMPx2ZOl0qgQy/zs8vMKXJdURagk9/K8yUQlLe', NULL, 2, 'user', '1', '2024-02-05 15:07:03', '2024-02-05 15:07:03'),
(00000000000000004827, NULL, 'Giasuddin Dewan Roky', NULL, NULL, NULL, '01610972438', NULL, NULL, '$2y$10$ucXE/OICYgnmjt9lWIQ7Ler.uXqjY83lZNDCyndXnb23SGJEeBdR2', NULL, 2, 'user', NULL, '2024-02-05 15:12:06', '2024-02-05 15:12:06'),
(00000000000000004828, NULL, 'MD.HASANUL BANNA', NULL, 'banna.hsnl@gmail.com', NULL, '01717134208', NULL, NULL, '$2y$10$bXupdG9yMoMzQeYkd9rWpO1OHPt0RT7MLBgyooa/yxJMV4Sc130d.', NULL, 2, 'user', NULL, '2024-02-05 15:12:33', '2024-02-05 15:12:33'),
(00000000000000004829, NULL, 'Prince Mahamud Hira', NULL, 'hira220@mygpsbd.net', NULL, '01855000220', NULL, NULL, '$2y$10$I3ng3xZIhYmtMK5QO5j8yuOpIsZWUq8beyXhUSBmk2uCuYyoJ4SWS', NULL, 2, 'user', NULL, '2024-02-05 15:13:33', '2024-02-05 15:13:33'),
(00000000000000004830, NULL, 'Dr Binoy Barman', NULL, NULL, NULL, '01713493149', NULL, NULL, '$2y$10$kz8UFOf9DWS.gkLherL2/e2htH8eeceopvrIdm4E77QH/dkuwR2V2', NULL, 2, 'user', NULL, '2024-02-05 16:09:56', '2024-02-05 16:09:56'),
(00000000000000004831, NULL, 'Tajminur', NULL, NULL, 'DHAKA', '01721814425', NULL, NULL, '$2y$10$xmoKv94Gilh4oGcKdaiM6OQwMqxjUZ3zzhEKKP8YsDqZSLlJvImT6', NULL, 2, 'user', '1', '2024-02-05 16:29:40', '2024-02-05 16:29:40'),
(00000000000000004832, NULL, 'Vojon basak', NULL, NULL, NULL, '01726224932', NULL, NULL, '$2y$10$Hy6iLTEm6dkl4ye/VE9qeOjpaxv8HbBtLprr3b5RPsAu6Sc3DxE/q', NULL, 2, 'user', NULL, '2024-02-05 16:30:05', '2024-02-05 16:30:05'),
(00000000000000004833, NULL, 'Sudip', NULL, 'sudip35@mygpsbd.net', 'DHAKA', '01854252635', NULL, NULL, '$2y$10$X49P89KM2eHhAnAuXJI.6OEeFoTfsGHx7.SJPOgUSFypYOj1gQb56', NULL, 2, 'user', '1', '2024-02-05 16:32:29', '2024-02-05 16:32:29'),
(00000000000000004834, NULL, 'Sweets', NULL, 'sweets79@mygpsbd.net', NULL, '01714618079', NULL, NULL, '$2y$10$ufe.W46jkbxWe5vJf2.awuR4AZUXU3DwwT/lvOB3SH38PnwFOlCoa', NULL, 2, 'user', NULL, '2024-02-05 16:33:52', '2024-02-05 16:33:52'),
(00000000000000004835, NULL, 'Hamid', NULL, NULL, NULL, '01715627010', NULL, NULL, '$2y$10$Z0tYq4nIk/MMVca0dxc1uecqCrNP1ySskSyOTP9B1VRJVkDnyLvvq', NULL, 2, 'user', NULL, '2024-02-05 16:36:03', '2024-03-16 12:53:36'),
(00000000000000004836, NULL, 'Md. Rafiqul Islam', NULL, 'rafiqul21@mygpsbd.net', NULL, '01954799421', NULL, NULL, '$2y$10$9wAn3ZDNpZBrMGOaKJ2gROptl/bxKaUhdN4A8a.mowLGta/Qv7gyW', NULL, 2, 'user', NULL, '2024-02-05 16:36:23', '2024-02-05 16:36:23'),
(00000000000000004837, NULL, 'Kartick Karmakar', NULL, 'kartick86@mygpsbd.net', 'DHAKA', '01711539986', NULL, NULL, '$2y$10$ED1h2.lZ.nM51TQdBOOOQOMXwHRYQLJ3VvwYbIyXZSmIJZdaPZiWS', NULL, 2, 'user', '1', '2024-02-05 16:49:19', '2024-02-05 16:49:19'),
(00000000000000004838, NULL, 'Abul Hossen', NULL, 'abul41@mygpsbd', NULL, '01828678744', NULL, NULL, '$2y$10$mw3rySOwYf34NEM/TAUZ3.qSBf7QOH5iC2YTmbJm/Nsaez4mH.Sf2', NULL, 2, 'user', NULL, '2024-02-05 17:17:48', '2024-02-06 11:11:59'),
(00000000000000004839, NULL, 'Md. Sofiq', NULL, 'sofiq50@mygpsbd.net', NULL, '01712276513', NULL, NULL, '$2y$10$fDsVt7tr5WIhcBYY9T/pZujG5U7E1DrXXdP39YAzI6AJVdx8jYNzK', NULL, 2, 'user', NULL, '2024-02-06 11:12:21', '2024-02-06 11:12:21'),
(00000000000000004840, NULL, 'Polash Mahmud', NULL, 'polash74@mygpsbd.net', NULL, '01763040674', NULL, NULL, '$2y$10$UcGCPU/A.tZcEYREq/4zCulBfPRWZ9196M8NZNCl68zpWkJIZCTiO', NULL, 2, 'user', NULL, '2024-02-06 11:14:32', '2024-02-06 11:14:32'),
(00000000000000004841, NULL, 'Jolil', NULL, NULL, NULL, '01797626262', NULL, NULL, '$2y$10$eig003HltuJETA/66fBvNeLwR62XoZd6uQ6lriWw5uJS8csyQOVLy', NULL, 2, 'user', NULL, '2024-02-06 11:15:30', '2024-02-06 11:15:30'),
(00000000000000004842, NULL, 'Khorsheda Begum', NULL, 'khorsheda60@mygpsbd.net', NULL, '01556335060', NULL, NULL, '$2y$10$Pz1GXzSg8Opr/CHQNWZR3ex.m/WiOBVmlFxwyxqqP3or1BN/DtH7C', NULL, 2, 'user', NULL, '2024-02-06 11:18:47', '2024-02-06 11:18:47'),
(00000000000000004843, NULL, 'Ashraful Islam', NULL, NULL, NULL, '01559104166', NULL, NULL, '$2y$10$x.oYkeeGJ58AOUBei0LuCOfChQU9Z6H4npLhEhaGGw6J1U4IGfPVC', NULL, 2, 'user', NULL, '2024-02-06 13:00:53', '2024-02-06 13:00:53'),
(00000000000000004844, NULL, 'Md.kadir bepari', NULL, 'mdkadirbepari26@gmail', NULL, '01745666451', NULL, NULL, '$2y$10$ucL..Wc9.Tj4cJ2eHVwppOSZQMYKM5GYeCIpRJAvTMrY9k.B87Vy.', NULL, 2, 'user', NULL, '2024-02-06 13:03:50', '2024-02-06 13:03:50'),
(00000000000000004845, NULL, 'Sachin', NULL, 'sachin04@mygpsbd.net', NULL, '01711907904', NULL, NULL, '$2y$10$LXT2JmELSzRPD2FcsdHApOzaXY6EcnPFdlBNiPldou/xFSNOgIi66', NULL, 2, 'user', NULL, '2024-02-06 13:04:27', '2024-02-06 13:04:27'),
(00000000000000004846, NULL, 'Kader', NULL, NULL, NULL, '01726058748', NULL, NULL, '$2y$10$VODbNrVjNmfUXJ0sC9fMUukGR1NY4mdd6nh6tCFwwugNnuKi1Ct7e', NULL, 2, 'user', NULL, '2024-02-06 13:09:17', '2024-02-06 13:09:17'),
(00000000000000004847, NULL, 'dipu', NULL, NULL, NULL, '01780264503', NULL, NULL, '$2y$10$CXKO6VqHu0i1XPWcAqa9Y.Cv6WiRrUO19UiR/i.W41vExgE6OpbQ6', NULL, 2, 'user', NULL, '2024-02-06 13:09:55', '2024-05-29 10:38:38'),
(00000000000000004848, NULL, 'Md. Mizan', NULL, 'mizan1977@mygpsbd.net', NULL, '01815699312', NULL, NULL, '$2y$10$ppL37lec7jL5A9FloYxF4e8HMkYjYKg1CS62cQqIww1XAWmVPiNhO', NULL, 2, 'user', NULL, '2024-02-06 13:10:42', '2024-02-06 13:10:42'),
(00000000000000004849, NULL, 'Robin fuad', NULL, 'robinfuad.bd2025@gmail.com', NULL, '01721722911', NULL, NULL, '$2y$10$w9SfES7JkZvjtmjNbshWaOAdDMHiSKXmzDuxihvrIqkPkUXzBPvHS', NULL, 2, 'user', NULL, '2024-02-06 13:11:58', '2024-02-06 13:11:58'),
(00000000000000004850, NULL, 'Zahorul Islam Lablu', NULL, 'lablucp@gmail.com', NULL, '01711634183', NULL, NULL, '$2y$10$0wMHNFGenzbLtirsCnCSYONk0E1HGX1N.zDHuZzHGoMAU0q.1yFRW', NULL, 2, 'user', NULL, '2024-02-06 13:12:32', '2024-02-06 13:12:32'),
(00000000000000004851, NULL, 'Adv. Farzana', NULL, 'farzana04@mygpsbd.net', NULL, '01717167183', NULL, NULL, '$2y$10$5GYdzyoXQiRsg8bSjJipGuvOZiNtoteCFBwGQJqVTeScct1P/84k2', NULL, 2, 'user', NULL, '2024-02-06 13:14:24', '2024-02-06 13:14:24'),
(00000000000000004852, NULL, 'Md Badsha miya', NULL, 'smd693892@gmail.com', NULL, '01922161522', NULL, NULL, '$2y$10$nsy/Ef4/kRIP7eu6b3WNYOSwVB6LV2OyBid5Zlrw7beZ8q9u6cM3i', NULL, 2, 'user', NULL, '2024-02-06 13:15:30', '2024-02-06 13:15:30'),
(00000000000000004853, NULL, 'Nahidul', NULL, 'nahidul33@mygpsbd.net', NULL, '01726061933', NULL, NULL, '$2y$10$dBJcWpyWp8R3GSSNacR76OjILvBH4Cvq2mdcEd4DOuuTP0ngSx9Hi', NULL, 2, 'user', NULL, '2024-02-06 13:16:52', '2024-02-06 13:16:52'),
(00000000000000004854, NULL, 'Md.Golam Rabbani', NULL, NULL, NULL, '01712282720', NULL, NULL, '$2y$10$QjbXJt7b8HLjh3NF2z56buqrDSQfB0ghsLuC59h0zG8FXoUxT.Xxi', NULL, 2, 'user', NULL, '2024-02-06 13:17:09', '2024-02-06 13:17:09'),
(00000000000000004855, NULL, 'Md.Mijanur', NULL, NULL, NULL, '01672614100', NULL, NULL, '$2y$10$6e54vtzXMW8vrIGHU2fTGOSaMdGb/kJYC83UYv5BFmmodUp7jjnWq', NULL, 2, 'user', NULL, '2024-02-06 13:17:30', '2024-02-06 13:17:30'),
(00000000000000004856, NULL, 'Rayhan Mahmud', NULL, 'robinmahmud1996@gmail.com', NULL, '01323648827', NULL, NULL, '$2y$10$g2g3VIpsWJMmH3yqUnXb..LZoNhNvrbYmyNPlRbx7MoWhzyP64Y1S', NULL, 2, 'user', NULL, '2024-02-06 13:17:45', '2024-02-06 13:17:45'),
(00000000000000004857, NULL, 'Riazul', NULL, 'reazul48@mygpsbd.net', NULL, '01797548148', NULL, NULL, '$2y$10$siHgd8craqS2tyfUYDL/ouyCDxPbxUWU2McoE/zsNr/jEfNcdBSn2', NULL, 2, 'user', NULL, '2024-02-06 13:18:48', '2024-02-06 13:18:48'),
(00000000000000004858, NULL, 'Sajib', NULL, 'sajib82@mygpsbd.net', NULL, '01853945382', NULL, NULL, '$2y$10$xoOUay3qFZgWw57TR9JH0usZyFSPP1JgUlWAl6mmn1XMHTNc498uy', NULL, 2, 'user', NULL, '2024-02-06 14:29:17', '2024-02-06 14:29:17'),
(00000000000000004859, NULL, 'Faridul Islam', NULL, 'faridul99@mygpsbd.net', NULL, '01713368699', NULL, NULL, '$2y$10$jX38Lofh/AIqMMlXCwuYE.lnjrDUN6JN8kldojfXjeMFjrqHCjxiK', NULL, 2, 'user', NULL, '2024-02-06 14:31:03', '2024-02-06 14:31:03'),
(00000000000000004860, NULL, 'Ashim Kumar', NULL, 'ashim72@mygpsbd.net', NULL, '01713385172', NULL, NULL, '$2y$10$Jgz9cUhV31GofN.weRILM.sWMKDSqAfS7ZZ1xkcOMewyLXnwgdCDi', NULL, 2, 'user', NULL, '2024-02-06 14:31:31', '2024-02-06 14:31:31'),
(00000000000000004861, NULL, 'Imdad chowdhury Rimu', NULL, NULL, NULL, '01794097845', NULL, NULL, '$2y$10$xnMzJz3f2bfUsyoY90Vc/ObEKPwkfd7ECtHo.gJdBfhD8GNsmAB3G', NULL, 2, 'user', NULL, '2024-02-06 14:34:59', '2024-06-25 16:41:07'),
(00000000000000004862, NULL, 'Manik (ship)', NULL, NULL, 'DHAKA', '01836262530', NULL, NULL, '$2y$10$XY2N1FtFRKNEtv8WTE7A1eCwPN0psY3EgcNLEQElsD5Cbjo/ywzty', NULL, 2, 'user', '1', '2024-02-06 14:38:08', '2024-02-06 14:38:08'),
(00000000000000004863, NULL, 'Mizanur Rahman', NULL, 'mizanur81@mygpsbd.net', NULL, '01725208981', NULL, NULL, '$2y$10$T.ZMUYvsgmkST6SjiAEGqeK6AUMuXneFCTZF1Kzsuq7Q8xl/PgIS2', NULL, 2, 'user', NULL, '2024-02-06 14:38:50', '2024-02-06 14:38:50'),
(00000000000000004864, NULL, 'Tarek45', NULL, 'tarek45@mygpsbd.net', NULL, '01713034545', NULL, NULL, '$2y$10$CaYQzDu2sCoX7J264IZOe.Cnz3CLO0ExknGF2ddZmHt4.B0Vgohnu', NULL, 2, 'user', NULL, '2024-02-06 14:39:37', '2024-02-06 14:39:37'),
(00000000000000004865, NULL, 'Jahangir Alam', NULL, 'jahangir07@mygpsbd.net', NULL, '01718254707', NULL, NULL, '$2y$10$LKpHKJm0wQLtko3I2xZ4.u67ivQ0DjWokcinGMRZFjUSw8fapD0Ca', NULL, 2, 'user', NULL, '2024-02-06 14:39:53', '2024-02-06 14:39:53'),
(00000000000000004866, NULL, 'Mokleshur rahman', NULL, 'mokleshur16@mygpsbd.net', NULL, '01678083616', NULL, NULL, '$2y$10$kvKRNYPOR./PIeTHPVUn8eB8LfAwgjrU5JdGKn10NQFp816GzN/6S', NULL, 2, 'user', NULL, '2024-02-06 14:40:13', '2024-02-06 14:40:13'),
(00000000000000004867, NULL, 'Tarek Ahmed', NULL, 'tarek91@mygpsbd.net', NULL, '01703786491', NULL, NULL, '$2y$10$ivPzEmHyOmk0TpeRgDmKCO2R0Fl5dc5G.kncJqaYLRNppwtW1mXJO', NULL, 2, 'user', NULL, '2024-02-06 14:40:30', '2024-02-06 14:40:30'),
(00000000000000004869, NULL, 'Md Ashab uddin Bhuiyan', NULL, NULL, NULL, '01711525332', NULL, NULL, '$2y$10$BX1Fr6Gk9wjn1LKCFCsXI.T0/0mWrJkyY3T8y3B.YsPecd4jgzlrO', NULL, 2, 'user', NULL, '2024-02-06 14:41:28', '2024-02-06 14:41:28'),
(00000000000000004870, NULL, 'Mainuddin Ahmed', NULL, 'mainuddin21@mygpsbd.net', NULL, '01819428021', NULL, NULL, '$2y$10$11LkCTWEErbpKd9gXmuFr.4FtVg0ndIRklgZ.HpbRax9FFbjq7Ste', NULL, 2, 'user', NULL, '2024-02-06 14:42:20', '2024-02-06 14:42:20'),
(00000000000000004871, NULL, 'Mr. Mosfequl Hassan', NULL, 'mosfequl@mygpsbd.net', NULL, '01730092249', NULL, NULL, '$2y$10$4Fb/x.VAm3/JsoDuSZ6HI.SHdNKIWeEjwrMWThumbJlho7najOmYK', NULL, 2, 'user', NULL, '2024-02-06 14:42:35', '2024-02-06 14:42:35'),
(00000000000000004872, NULL, 'ROBIN', NULL, 'monir57@mygpsbd.net', NULL, '01711125206', NULL, NULL, '$2y$10$ZGIZjlLvQpUxY/ZyljNcCu80oPGdE1n0Qq2xP.0JBQKX0uGXFI1ly', NULL, 2, 'user', NULL, '2024-02-06 14:43:33', '2024-02-06 14:43:33'),
(00000000000000004873, NULL, 'Zillur Rahman', NULL, 'zillurrahman@mygpsbd.net', NULL, '01711029913', NULL, NULL, '$2y$10$.hQ9mxHd.Vg6/tvdb4a4veEdrYq0bHWviVAzgStmzYR92Sxt/itIO', NULL, 2, 'user', NULL, '2024-02-06 14:44:40', '2024-02-06 14:44:40'),
(00000000000000004874, NULL, 'Kamal', NULL, NULL, NULL, '01716570988', NULL, NULL, '$2y$10$7.71sjlYu2Pepmipf3NemudV.rs3l2TOLFdRzPj1/gVOTSYoIx.im', NULL, 2, 'user', NULL, '2024-02-06 14:52:47', '2024-02-06 14:52:47'),
(00000000000000004875, NULL, 'Mahmud', NULL, 'mahmud51@mygpsbd.net', NULL, '01751141851', NULL, NULL, '$2y$10$8MFouVkTCJtWE5yQ4w7Dbel0uXYgW4fKz.iJK1bQHh2uSIWvLKrMq', NULL, 2, 'user', NULL, '2024-02-06 14:53:24', '2024-02-06 14:53:24'),
(00000000000000004876, NULL, 'Sohel Rana', NULL, 'sohelrana@mygpsbd.net', NULL, '01705221919', NULL, NULL, '$2y$10$cVCV1YIVQ.r40/NvUIJPKuonb84bMnrzPPu6WLGgIQ4vA6cpfzLta', NULL, 2, 'user', NULL, '2024-02-06 14:53:59', '2024-02-06 14:53:59'),
(00000000000000004877, NULL, 'Rony chowdhury', NULL, 'ronychowdhury@mygpsbd.net', NULL, '01912101010', NULL, NULL, '$2y$10$wuabdn.xJGHaiiigxNphDeJak44TJnbg29/wGJ1VALNvft49qAFL6', NULL, 2, 'user', NULL, '2024-02-06 14:55:03', '2024-02-06 14:55:03'),
(00000000000000004878, NULL, 'Saiful04', NULL, 'saiful04@mygpsbd.net', NULL, '01917009204', NULL, NULL, '$2y$10$jZkdCXJtPToLAszG1ayMguIUyeb/sYU1dOhRbXaarZ6lgz5WIy6T2', NULL, 2, 'user', NULL, '2024-02-06 15:39:16', '2024-02-06 15:39:16'),
(00000000000000004879, NULL, 'Sibbir Ahamed Bhuyan', NULL, 'sibbirbhuyan@gmail.com', NULL, '01766489868', NULL, NULL, '$2y$10$BBt3lEnWKQjjDQH.LfIayetZ2d0JICO2xa/jkCRZsC0McqjB455ZW', NULL, 2, 'user', NULL, '2024-02-06 17:12:29', '2024-02-06 17:12:29'),
(00000000000000004880, NULL, 'Ratan Kumar Roy', NULL, 'ratan72@mygpsbd.net', NULL, '01819336472', NULL, NULL, '$2y$10$sRuMegcQy7z2BvNl9hBf2uNiM.cmzNPKkqj9yjHnOp22vY5T.AfNO', NULL, 2, 'user', NULL, '2024-02-06 17:13:33', '2024-02-06 17:13:33'),
(00000000000000004881, NULL, 'Md Obaidul hoq', NULL, 'metlife145@gmail.com', NULL, '01997113721', NULL, NULL, '$2y$10$Vh9KPWFZ0T5cSP103oRZWu0CHaU/7aQ3KpcZi6XmhE3KeGxhK/wJS', NULL, 2, 'user', NULL, '2024-02-06 17:18:35', '2024-02-06 17:18:35'),
(00000000000000004882, NULL, 'Anwar Kamal', NULL, 'anowarkamal80@gmail.com', NULL, '01615200020', NULL, NULL, '$2y$10$7cX581SYrmgitEGNIKttT.9wwpSwq6J5NIXeY8BnsZST/zGNDLJeK', NULL, 2, 'user', NULL, '2024-02-06 17:20:34', '2024-02-06 17:20:34'),
(00000000000000004883, NULL, 'Fakrul Alam Mir', NULL, 'mir40@mygpsbd.net', NULL, '01834082940', NULL, NULL, '$2y$10$raKzyXWiLWdHjfpNP6qgHefcFI0PrhOcMhICRE59utglN3lGJby2C', NULL, 2, 'user', NULL, '2024-02-06 17:21:52', '2024-02-06 17:21:52'),
(00000000000000004884, NULL, 'Md. Faruk', NULL, 'fm4430765@gmail.com', NULL, '01626101558', NULL, NULL, '$2y$10$say9T3SHVeRpOEd2Eh77mOw0uZHv/PVsi3j3z7kUpWUmAvwjob7xe', NULL, 2, 'user', NULL, '2024-02-06 17:22:42', '2024-02-06 17:22:42'),
(00000000000000004885, NULL, 'Yousuf Alli', NULL, 'yousuf@mygps.com.bd', NULL, '01822365225', NULL, NULL, '$2y$10$746j1BUBwmXOCVRD.AmEcuNudKyC2vtagRlgL.WGBc.oEnEHRmZI6', NULL, 2, 'user', NULL, '2024-02-06 17:23:30', '2024-02-06 17:23:30'),
(00000000000000004886, NULL, 'Md. Masum', NULL, 'masum18@mygpsbd.net', NULL, '01913305018', NULL, NULL, '$2y$10$SoyrFq5b9/xG7iVadUWhG.G5VJT8X12orySEEUugKhPT4H7M17hY.', NULL, 2, 'user', NULL, '2024-02-06 17:24:29', '2024-02-06 17:24:29'),
(00000000000000004887, NULL, 'Ripon Ghosh', NULL, 'ripon.ghosh200@gmail.com', NULL, '01720589853', NULL, NULL, '$2y$10$APVsR1KIm1Z1EDsIu4i6/eCT7eSki6v5ZPRCV3eMGNKCm1Hv32h9y', NULL, 2, 'user', NULL, '2024-02-06 17:26:51', '2024-02-06 17:26:51'),
(00000000000000004888, NULL, 'Liza Sadia', NULL, 'lizasadia@mygpsbd.net', NULL, '01928035146', NULL, NULL, '$2y$10$dR2Ihi3o7WwlO5lKigtD7OsFTA2WGClZ4UHF7ucCgcp4/396fIo6y', NULL, 2, 'user', NULL, '2024-02-06 17:27:18', '2024-02-06 17:27:18'),
(00000000000000004889, NULL, 'Tajbidul', NULL, 'tajibidul@mygpsbd.net', NULL, '01914586524', NULL, NULL, '$2y$10$NA0mWiSwQPCMV0UoU7rPputPuUKAyA3y3vSU1qqYJaZZlIP5xXWdG', NULL, 2, 'user', NULL, '2024-02-06 17:27:35', '2024-02-06 17:27:35'),
(00000000000000004890, NULL, 'Md. Monoar', NULL, 'monoar30@mygpsbd.net', NULL, '01675139730', NULL, NULL, '$2y$10$Wphn1eEq.xfGfxRRVV3t6ux7XGrzLmXh.42Of98u4yDpU.iiTjEX.', NULL, 2, 'user', NULL, '2024-02-06 17:27:59', '2024-02-06 17:27:59'),
(00000000000000004891, NULL, 'MD. Ali Khan', NULL, 'mdali123@mygpsbd.net', NULL, '01819223222', NULL, NULL, '$2y$10$nEuLoPlnOVvdYvlnQzII9ObOHgpytRvA0NZFQm6IQgOZXqXXPT9Ta', NULL, 2, 'user', NULL, '2024-02-06 17:28:25', '2024-02-06 17:28:25'),
(00000000000000004892, NULL, 'Ikbal', NULL, 'tha.is.ikbal@gmail.com', NULL, '01914309313', NULL, NULL, '$2y$10$OUpK22ZphOlNQHzkLSPegOqLioKmLZfWk4ieMkq1B..OSHhd.PnMy', NULL, 2, 'user', NULL, '2024-02-06 17:29:01', '2024-02-06 17:29:01'),
(00000000000000004893, NULL, 'Mahmud', NULL, 'mahmud98@mygpsbd.net', NULL, '01713016598', NULL, NULL, '$2y$10$.qR.1FvP2482XL8yHOS1be4ReHB8uIYndB9G/p4YAy4Fg7fTY03ei', NULL, 2, 'user', NULL, '2024-02-06 17:30:13', '2024-02-06 17:30:13'),
(00000000000000004894, NULL, 'Md. Zakir Hossain', NULL, 'uzhossain@gmail.com', NULL, '01766675388', NULL, NULL, '$2y$10$oTfF8h6A5yuOewBdx7ovu.mLCEK4jgSqbgI.QBqxLST.XqoOG3Os.', NULL, 2, 'user', NULL, '2024-02-06 17:32:21', '2024-02-06 17:32:21'),
(00000000000000004895, NULL, 'Badsha', NULL, 'badsha44@mygpsbd.net', NULL, '01728807144', NULL, NULL, '$2y$10$9VULp5PS8JwN6A7CXzVUueW5YELVBWCbHX5mi0VcsIdH//Q8eq/Aa', NULL, 2, 'user', NULL, '2024-02-06 17:54:38', '2024-02-06 17:54:38'),
(00000000000000004896, NULL, 'Dr Mahmudur', NULL, 'mahmudur43@mygpsbd.net', NULL, '01685048243', NULL, NULL, '$2y$10$1JMPTCPweeWg0woJ5AaisuA7LmkGjLzYGU/0eiIjkFT2QamYNBAti', NULL, 2, 'user', NULL, '2024-02-06 17:55:03', '2024-02-06 17:55:03'),
(00000000000000004897, NULL, 'Bimal Shaha', NULL, 'bimal10@mygpsbd.net', NULL, '01767491654', NULL, NULL, '$2y$10$tLvbewU2sXFSz6iJlprn..pNYGV/ALaEAOAr1KsQfk332NERO5PIu', NULL, 2, 'user', NULL, '2024-02-06 17:55:17', '2024-02-06 17:55:17'),
(00000000000000004898, NULL, 'Mizanur khan', NULL, 'mizanurkhan1997@gmail.com', NULL, '01975887747', NULL, NULL, '$2y$10$lw6UMIhv2IW7zAXrEVsSl.NPUnOHZnYdDXpckDvchQKA8cccikUW.', NULL, 2, 'user', NULL, '2024-02-06 18:03:35', '2024-02-06 18:03:35'),
(00000000000000004899, NULL, 'Dr. nazmul', NULL, 'nazmul20@mygpsbd.net', NULL, '01711159420', NULL, NULL, '$2y$10$XEEjB.vEJJsMG05pSg1ZaeoTI2tnFrYJRkAuU35C9MnQD9MO6xJz6', NULL, 2, 'user', NULL, '2024-02-06 18:03:57', '2024-02-06 18:03:57'),
(00000000000000004900, NULL, 'Nazmul Haque', NULL, 'nazmulhaque@mygpsbd.net', NULL, '01718165561', NULL, NULL, '$2y$10$qyq5rb/Xk245XQrGKbhn2OgMA.Hj73h41PW.Fwga2Qx/K2aqf68nW', NULL, 2, 'user', NULL, '2024-02-06 18:07:15', '2024-02-06 18:07:15'),
(00000000000000004901, NULL, 'Rafiqur Rahim (Babu)', NULL, 'rafiqul008@mygpsbd.net', NULL, '01911197008', NULL, NULL, '$2y$10$H1KI6.g6DdYdSEQA7.Bur.tD7JQAvRsUibqH1xjwZC2HfMBSKLMHy', NULL, 2, 'user', NULL, '2024-02-06 18:09:36', '2024-02-06 18:10:00'),
(00000000000000004902, NULL, 'Ishrat', NULL, 'ishrat@mygpsbd.net', NULL, '01711807862', NULL, NULL, '$2y$10$OXWvxq3jeLqQs1sylAWztOZWNWGu4AO5VkI1WcIuDqF3mXkW4NmCO', NULL, 2, 'user', NULL, '2024-02-06 18:12:43', '2024-02-06 18:12:43'),
(00000000000000004903, NULL, 'Jewel', NULL, 'jewel65@mygpsbd.net', NULL, '01406813365', NULL, NULL, '$2y$10$WEVZOJ74Q3xInDtkwghl9eICjiKrtJPB4hhhHw6XtdtG0Q7z8pxV6', NULL, 2, 'user', NULL, '2024-02-06 18:13:08', '2024-02-08 16:25:10'),
(00000000000000004904, NULL, 'Md. Shahiduzzaman', NULL, 'shahiduzzaman76@mygpsbd.net', NULL, '01713537576', NULL, NULL, '$2y$10$Pdc/rW5ItRUyQFwrSfpVGOvTcy/kCcfSgc7odaLHs79i2XKc0INUm', NULL, 2, 'user', NULL, '2024-02-06 18:13:31', '2024-02-06 18:13:31'),
(00000000000000004905, NULL, 'Mannan', NULL, 'mannan26@mygpsbd.net', 'DHAKA', '01716415762', NULL, NULL, '$2y$10$DysdOXFpnEUczCPfKTGFfeN.UGxGVpAuh6rp3mZXDs6TbcMygeXBm', NULL, 2, 'user', '1', '2024-02-06 18:16:07', '2024-05-02 13:01:50'),
(00000000000000004906, NULL, 'Ridwan Abir', NULL, 'ridwanabir@gmail.com', NULL, '01731508590', NULL, NULL, '$2y$10$G0l.lfmyhOL4.BvOGHVaQ.76oz5lJ2h8S/qgHEgpsMp1nBozu1yEW', NULL, 2, 'user', NULL, '2024-02-06 18:16:22', '2024-02-06 18:16:22'),
(00000000000000004907, NULL, 'Arif Hossain', NULL, NULL, NULL, '01303541209', NULL, NULL, '$2y$10$cHpOUgUsFdSoJR.LyMwb6uPd.MfL0RNDRT4sjZwQ.lnsmZQJLJVlq', NULL, 2, 'user', NULL, '2024-02-06 18:18:35', '2024-02-06 18:18:35'),
(00000000000000004908, NULL, 'Alamgir', NULL, NULL, NULL, '01813072209', NULL, NULL, '$2y$10$L3cg.6K0SRJ0a55sEpcNvu/C0Ohq80hJBhSHUs3JlM.BZN.nDmb7G', NULL, 2, 'user', NULL, '2024-02-06 18:18:59', '2024-02-06 18:18:59'),
(00000000000000004909, NULL, 'Dr. Khwaja Shajid Anwar', NULL, 'shajidanwar@mygpsbd.net', NULL, '01932979861', NULL, NULL, '$2y$10$qroJij/iuxY6AoLpDdpNTevZgVpYGZVbQ7FQfKqFjEsjmljiABumq', NULL, 2, 'user', NULL, '2024-02-07 11:47:01', '2024-02-07 11:47:01'),
(00000000000000004911, NULL, 'Raja Mollah', NULL, NULL, NULL, '01681312462', NULL, NULL, '$2y$10$j/gs.MxlHrXNxT3gJ8gjmurXQxNDDMntPsGw1MtYgZHq9hXkdiwLW', NULL, 2, 'user', NULL, '2024-02-07 11:48:06', '2024-02-07 11:48:06'),
(00000000000000004912, NULL, 'Kadir', NULL, 'afrinrafa@mygpsbd.net', NULL, '01755173154', NULL, NULL, '$2y$10$nLyeFOXmIcfjrkixweMG..c3jQT4hSbGAvsJXtfYc44lU6AXRJ1x6', NULL, 2, 'user', NULL, '2024-02-07 12:23:39', '2024-02-07 12:23:39'),
(00000000000000004913, NULL, 'BIPRODAS MONDAL', NULL, 'biplabbiprodas@gmail.com', NULL, '01711185298', NULL, NULL, '$2y$10$q5wuIFbT8EwfXvZIjeuoku90tltan21Y8sVZuioNl9i5zIF0UNUoW', NULL, 2, 'user', NULL, '2024-02-07 12:30:15', '2024-02-07 12:30:15'),
(00000000000000004914, NULL, 'Md. Jewel', NULL, 'jewel55@mygpsbd.net', NULL, '01795362355', NULL, NULL, '$2y$10$cfmuf90/u3DSm7Z9.8JHiuJGZxpYVWKeTavaLE17leNFCT6k4Nyg2', NULL, 2, 'user', NULL, '2024-02-07 12:45:46', '2024-02-07 12:45:46'),
(00000000000000004915, NULL, 'Md. Badiul Alam', NULL, 'mbadiul_alam@yahoo.com', 'mirpur', '01550151413', NULL, NULL, '$2y$10$LdDIChp64O14z8lNU9jaseyquKs3rvjdfnHBorbPQRbjmNv2hmgui', NULL, 2, 'user', '1', '2024-02-07 12:59:15', '2024-02-07 12:59:15'),
(00000000000000004916, NULL, 'Topu', NULL, NULL, 's', '01764153360', NULL, NULL, '$2y$10$BzcNgYZZAF.b0IiDroqh4uiM0eNpghBqalgf2x9GRGcJvA9uJI0aC', NULL, 2, 'user', '1', '2024-02-07 16:37:39', '2024-02-07 16:37:39'),
(00000000000000004917, NULL, 'Ibrahim 2', NULL, 'ibrahim2@mygpsbd.net', NULL, '01715246004', NULL, NULL, '$2y$10$Mayl1LLkkgoJ8epkovw2MeCOYWUetjDsuObft/XX4UMSAOpF0ppfC', NULL, 2, 'user', NULL, '2024-02-08 12:48:21', '2024-02-08 12:48:21'),
(00000000000000004918, NULL, 'Md. Sadar', NULL, 'sadar96@mygpsbd.net', 'DHAKA', '01552396096', NULL, NULL, '$2y$10$IpFt5ba7xidUetfJahFDruyg1XsFZ9HVxRjECN.jyXK8Zyl.6Yv4m', NULL, 2, 'user', '1', '2024-02-08 12:53:46', '2024-02-08 12:53:46'),
(00000000000000004919, NULL, 'Hasan Morshed', NULL, 'morshed4692@yahoo.com', NULL, '01711306234', NULL, NULL, '$2y$10$Z..C/4FVWmHPh8UbAvikEunS7bSHDewZSx4lapVdqbzR9ydl/PORy', NULL, 2, 'user', NULL, '2024-02-08 12:55:02', '2024-02-08 12:55:02'),
(00000000000000004920, NULL, 'Abdul Hamid Shohag', NULL, 'shohagnbl@gmail.com', NULL, '01673823266', NULL, NULL, '$2y$10$SZEtrs/0hv/phlol9v2/YeLu8MvtLjdOU6EEbsc9enpwKgh2NLsT2', NULL, 2, 'user', NULL, '2024-02-08 12:55:56', '2024-02-08 12:55:56'),
(00000000000000004921, NULL, 'Dr. Md. Momtazul Haque', NULL, 'momtazul90@mygpsbd.net', NULL, '01711583890', NULL, NULL, '$2y$10$XiHgGAkoR26oSq4vl2o2buFYuo.YjJ4u2bvl.iKS/hpxAtSzG9/sW', NULL, 2, 'user', NULL, '2024-02-08 12:56:26', '2024-02-08 12:56:26'),
(00000000000000004922, NULL, 'Salah Uddin Seajan sajeeb', NULL, 'salahuddin04@mygpsbd.net', NULL, '01827677888', NULL, NULL, '$2y$10$tfAWz5nGuiLvpWJDKgzbMeRzy1.EaEFynmR1X8Wxr7ofzK43tmUqi', NULL, 2, 'user', NULL, '2024-02-08 13:07:41', '2024-02-08 13:07:41'),
(00000000000000004925, NULL, 'Md. Harunor Rashid', NULL, 'harun62@mygpsbd.net', NULL, '01716555062', NULL, NULL, '$2y$10$L0ujImwPwqOmZbW4WufMte2qHlkv3JeEwyrxYycT2QZUWny1iAlVe', NULL, 2, 'user', NULL, '2024-02-08 13:09:30', '2024-02-08 13:09:44'),
(00000000000000004926, NULL, 'Delwar Hossain', NULL, 'delwar56@mygpsbd.net', NULL, '01712456756', NULL, NULL, '$2y$10$CQdb7E1qGwbM5T9Sa.uyUOVJwv1rQ/7p7zBxwwA.IDPsIzKsSUjAO', NULL, 2, 'user', NULL, '2024-02-08 13:10:07', '2024-02-08 13:10:07'),
(00000000000000004927, NULL, 'Morshed01', NULL, NULL, NULL, '01819624814', NULL, NULL, '$2y$10$XpwNK4N17jE17iLE/faV9Oj6TTt9msPi.6PxzEDFQwYYS6LkEVgkq', NULL, 2, 'user', NULL, '2024-02-08 13:10:30', '2024-02-08 13:10:30'),
(00000000000000004928, NULL, 'Dr Sheikh Md. Yusuf', NULL, NULL, NULL, '01711986271', NULL, NULL, '$2y$10$xq8gmQonTcaMwbu5NUWdm.h0C9OHbNoDNnAtJei5ROEMsJ8CTqIm6', NULL, 2, 'user', NULL, '2024-02-08 13:15:41', '2024-02-08 13:15:41'),
(00000000000000004929, NULL, 'Rabiul Islam', NULL, 'rabiul60@mygpsbd.net', NULL, '01954947560', NULL, NULL, '$2y$10$eid3mZIDom.f4Y27Kjb/6.XvIIxle.MARUBLxY54oV3fHjvsioJiu', NULL, 2, 'user', NULL, '2024-02-08 13:25:29', '2024-02-08 13:25:29'),
(00000000000000004930, NULL, 'Md. Baddol Mia', NULL, 'baddolmia@mygpsbd.net', NULL, '01875190948', NULL, NULL, '$2y$10$lPmo5klnF3MqjFGQ4u3ZvO1cK6nlJ9r8P3XANgf8P3G/4xRWnMHcy', NULL, 2, 'user', NULL, '2024-02-08 13:27:31', '2024-02-08 13:27:31'),
(00000000000000004931, NULL, 'Md. Ferdous', NULL, 'ferdous20@mygpsbd.net', NULL, '01783599520', NULL, NULL, '$2y$10$2ow1oBJJkcNBMpAKGhXMKukuqyOmYmliDNRlQBtqMVqTFlLXWQziO', NULL, 2, 'user', NULL, '2024-02-08 13:28:04', '2024-02-08 13:28:04'),
(00000000000000004932, NULL, 'Enamul Kabir', NULL, 'enamul07@mygpsbd.net', NULL, '01970007007', NULL, NULL, '$2y$10$/7oeu4nqMDaiviKl6aQ.Mu.xez0WMOJ7ChTjA/PmcNsQLWxftbcCi', NULL, 2, 'user', NULL, '2024-02-08 13:28:44', '2024-02-08 13:28:44'),
(00000000000000004933, NULL, 'Md.Nasir', NULL, 'Nasirhossin0020@gmail.com', NULL, '01980999301', NULL, NULL, '$2y$10$pJRoI3.cgFyvWm53MaDq7O2WwXeLpW54mLNI.WtCcuAD7nCZESRY2', NULL, 2, 'user', NULL, '2024-02-08 13:29:13', '2024-02-08 13:29:13'),
(00000000000000004934, NULL, 'Yousuf Akash', NULL, 'yousufakash@mygpsbd.net', NULL, '01977360844', NULL, NULL, '$2y$10$b.56HsaJMFvE3Rob13AdP.km4k9fsWIBqCvgCVAOFRRxJhNCaet7a', NULL, 2, 'user', NULL, '2024-02-08 13:29:29', '2024-02-08 13:29:29'),
(00000000000000004936, NULL, 'NAZMUL', NULL, NULL, NULL, '01747012264', NULL, NULL, '$2y$10$RNPWxqb2UFxmZB/fXvnLY.ViupXjHfrqbG7Z/wFqZazzBceJ58a7u', NULL, 2, 'user', NULL, '2024-02-08 13:32:34', '2024-02-08 13:32:34'),
(00000000000000004937, NULL, 'Quazi Wahid', NULL, 'quaziwahid@mygpsbd.net', NULL, '01717000015', NULL, NULL, '$2y$10$u208Q3iS1IJOnIsdbwEx/OT1sNkNrhA/IUW8WY/OQwPBVJujrnb4G', NULL, 2, 'user', NULL, '2024-02-08 13:34:07', '2024-02-08 13:34:07'),
(00000000000000004938, NULL, 'Md. Motaleb Hossain', NULL, 'motaleb32@mygpsbd.net', NULL, '01711890815', NULL, NULL, '$2y$10$ppdKsUs5ZQEV7oD4OuHWA.TnbqKSwJeakuEURKXUdhiDNbeBLqWq6', NULL, 2, 'user', NULL, '2024-02-08 13:43:57', '2024-02-08 13:43:57'),
(00000000000000004940, NULL, 'Tanveer', NULL, NULL, NULL, '01712706105', NULL, NULL, '$2y$10$.KEMzpQSnfaRcXDime1Q4urguSzj6i0sQAQaKXyHsfTbts1GG0pzi', NULL, 2, 'user', NULL, '2024-02-08 13:44:54', '2024-02-08 13:44:54'),
(00000000000000004941, NULL, 'Sirajul Islam', NULL, NULL, NULL, '01782660316', NULL, NULL, '$2y$10$qcGMHlQjQfR7naJJyS2j/uGUmuWXh.yNoVpino7ENC8Kw03uKkIqu', NULL, 2, 'user', NULL, '2024-02-08 13:45:52', '2024-02-08 13:45:52'),
(00000000000000004942, NULL, 'Md Rubel', NULL, 'robel15@mygpsbd.net', NULL, '01715768515', NULL, NULL, '$2y$10$8c2mOzXJkum7ZZyHiceMhush1s2BQR5qU8zdRKgH2Na212lStOjPy', NULL, 2, 'user', NULL, '2024-02-08 13:47:22', '2024-02-08 13:47:22'),
(00000000000000004943, NULL, 'Mosharrof', NULL, 'mosharrof@mygpsbd.net', NULL, '01720109728', NULL, NULL, '$2y$10$Tqft2s6QFd1eip4fHTyQ7uSd7SoLuzao158dkapnOJlUE6B//YEvy', NULL, 2, 'user', NULL, '2024-02-08 13:48:28', '2024-02-08 13:48:28'),
(00000000000000004944, NULL, 'Md Moshiur', NULL, 'moshiur12@mygpsbd.net', NULL, '01720086012', NULL, NULL, '$2y$10$0n6uHvH.B9q.pw/AFT2DkeNI5M6uNEilU8eRp.LwNsregveBgH2d.', NULL, 2, 'user', NULL, '2024-02-08 13:48:54', '2024-02-08 13:48:54'),
(00000000000000004945, NULL, 'Ibrahim90', NULL, 'ibrahim90@mygpsbd.net', NULL, '01887607590', NULL, NULL, '$2y$10$oVJVaRJO3OtbgHbRdir0uexapludFFV3QX8Y7.MnO3Ng7mRa89gje', NULL, 2, 'user', NULL, '2024-02-08 13:49:10', '2024-02-08 13:49:10'),
(00000000000000004946, NULL, 'Mussana', NULL, 'mussana77@mygpsbd.net', NULL, '01717074370', NULL, NULL, '$2y$10$KeIowjE/UYb3Vf/3YvC1lOAT7wBZioKkAgHfTkGh..ZF/lGIay9Pi', NULL, 2, 'user', NULL, '2024-02-08 13:52:55', '2024-02-08 13:52:55'),
(00000000000000004947, NULL, 'kona', NULL, NULL, 'DHAKA', '01707389593', NULL, NULL, '$2y$10$q6u67WpJ4D8w0ljrFNUlkOT.Vjd9naj9/u3/pglFz11cWoEuL98uS', NULL, 2, 'user', '1', '2024-02-08 14:01:42', '2024-02-08 14:01:42'),
(00000000000000004948, NULL, 'Shamim Miji', NULL, NULL, NULL, '01998061974', NULL, NULL, '$2y$10$p9c44hVCz57qdhLCqDT4suSgsi6FKvPSX/3pD4JlOYStNAh5gEkcC', NULL, 2, 'user', NULL, '2024-02-08 14:11:27', '2024-02-08 14:11:27'),
(00000000000000004949, NULL, 'Md. Aslam Hosen', NULL, 'aslam04@mygpsbd.net', NULL, '01734285404', NULL, NULL, '$2y$10$TyqU4K32Nq81S8LQnOwd7O3xGoSPy05b1t.FjQ.KPI8nDJlZXs7gG', NULL, 2, 'user', NULL, '2024-02-08 15:51:50', '2024-02-08 15:51:50'),
(00000000000000004950, NULL, 'MD. AHASAN HABIB', NULL, 'ahsndhk@gmail.com', NULL, '01817180204', NULL, NULL, '$2y$10$gk0uRRlaUemcO/YQZHSqkOxpog42gI0GV.px3goYXkdapwq8L3Xsq', NULL, 2, 'user', NULL, '2024-02-08 16:13:10', '2024-02-08 16:13:10'),
(00000000000000004951, NULL, 'Rajib', NULL, 'rajib80@mygpsbd.net', NULL, '01724070180', NULL, NULL, '$2y$10$BtDVe3eSG6Y1H48Q6qPTPeND3MWEHr16f4x0IDRxoCEZ6XiNtFSE6', NULL, 2, 'user', NULL, '2024-02-08 16:48:49', '2024-02-08 16:48:49'),
(00000000000000004952, NULL, 'MD Mamun khan', NULL, NULL, NULL, '01742866376', NULL, NULL, '$2y$10$Un2i0AUmJBG.V6gEKIp67eqUrysSr/cJgn7MsBCxqIK4FgRqdNJpa', NULL, 2, 'user', NULL, '2024-02-08 16:49:35', '2024-02-08 16:49:35'),
(00000000000000004953, NULL, 'Ratan', NULL, 'Smsmanir@hotmail.com', NULL, '01819471047', NULL, NULL, '$2y$10$4KKLS/E6D4Y.jkCP2s2Bfu29qYWr.Dqla1dTzrmqgU9Bq7HIAFaj2', NULL, 2, 'user', NULL, '2024-02-08 16:51:27', '2024-02-08 16:51:27'),
(00000000000000004954, NULL, 'Md. Bappy hossain', NULL, 'bappy46@mygpsbd.net', NULL, '01827365146', NULL, NULL, '$2y$10$KS.EugFC.xlk9QVdG0C1nO9b5v16ucxp5TTgEwQxwztfUJhISMMza', NULL, 2, 'user', NULL, '2024-02-08 17:01:50', '2024-02-08 17:01:50'),
(00000000000000004955, NULL, 'Mejbah (Hazi Paribahan)', NULL, 'mejbah@mygpsbd.net', NULL, '01715328712', NULL, NULL, '$2y$10$81IRL91p2UQBi82TX6OFl.qYk3Jd7uymhXpezwRoqeBoMTJUd9ERe', NULL, 2, 'user', NULL, '2024-02-08 17:02:17', '2024-02-08 17:02:17'),
(00000000000000004956, NULL, 'Mehedul Hasan', NULL, 'mehedul@mygpsbd.net', NULL, '01712287838', NULL, NULL, '$2y$10$S5ZZz6odBm.VMq8TwzjxbupmMhEgJmbtcvc1k..tEUhb8UKqJS72G', NULL, 2, 'user', NULL, '2024-02-08 17:03:32', '2024-02-08 17:03:32'),
(00000000000000004957, NULL, 'Bahalul Alam', NULL, 'bahalul@mygpsbd.net', NULL, '01819213919', NULL, NULL, '$2y$10$OjzEdaqGQvlDk1rv68pDtes76DoOv.jTGeO52Ta72noSPJ/eAhVFi', NULL, 2, 'user', NULL, '2024-02-08 17:03:54', '2024-02-08 17:03:54'),
(00000000000000004958, NULL, 'Qayum khan', NULL, 'qayumkhan47@mygpsbd.net', NULL, '01819200147', NULL, NULL, '$2y$10$QICymacklR.6tVLkVAe11evgBOphDloyHKJnc/w28Iu1.UAJIc4Dy', NULL, 2, 'user', NULL, '2024-02-08 17:04:25', '2024-02-08 17:04:25'),
(00000000000000004959, NULL, 'Dalowar', NULL, 'dalowar32@mygpsbd.net', NULL, '01302862151', NULL, NULL, '$2y$10$zEdf8oYAePGixEg23eD1Ke.aQhwlTEOnH3ExbaCUOMqeA/tkDZR86', NULL, 2, 'user', NULL, '2024-02-08 17:04:43', '2024-02-08 17:04:43'),
(00000000000000004960, NULL, 'S.M. Parvez', NULL, NULL, NULL, '01715016246', NULL, NULL, '$2y$10$/YsW4hlmMC58NwwsJYRxzO1bXvlYlROGUcd1J4hbqCwopCeOD6bcS', NULL, 2, 'user', NULL, '2024-02-10 12:16:04', '2024-02-10 12:16:04'),
(00000000000000004961, NULL, 'Hazi Lokman Khan', NULL, 'lokman62@mygpsbd.net', NULL, '01711306928', NULL, NULL, '$2y$10$n0/z5w9Kh4W9uSxdctiVeeLFdCLyJnE9xdtzcQpCGYROD2lIv1IMS', NULL, 2, 'user', NULL, '2024-02-10 14:18:56', '2024-05-30 13:32:32'),
(00000000000000004962, NULL, 'Anwar', NULL, 'fenistonecrusher0331@gmail', NULL, '01816132378', NULL, NULL, '$2y$10$i6Bg3vS90gfdE4ZlMoaiUOI5guVuLr7O3W9Vcpt20/c7IQrQTDvv.', NULL, 2, 'user', NULL, '2024-02-10 14:20:00', '2024-02-10 14:20:00'),
(00000000000000004963, NULL, 'Abdul Mozid', NULL, NULL, NULL, '01774947073', NULL, NULL, '$2y$10$B6cbOvKUcOBuqjEbfCDk0OPbAfpTuhW6f1EV3VjAEip/NTGrfSyMK', NULL, 2, 'user', NULL, '2024-02-10 15:19:26', '2024-02-10 15:19:26'),
(00000000000000004964, NULL, 'Md. Kudrat ali', NULL, NULL, NULL, '01725802698', NULL, NULL, '$2y$10$qMOBfBDyFr4T0m1wLSzaBuOFLlb34HuRiNHTlAQ8xO.q/q1BTOOO.', NULL, 2, 'user', NULL, '2024-02-10 15:35:00', '2024-02-10 15:35:00'),
(00000000000000004965, NULL, 'Md Sumsuddin', NULL, NULL, 'Tongi, Cherakali', '01748912040', NULL, NULL, '$2y$10$5Sr9SH5q.5ptYJ.HVkDpZOUYZ3k99.PpOu6FhkWG6B7WSKqVksyhW', NULL, 2, 'user', '1', '2024-02-10 15:40:00', '2024-02-27 14:15:34'),
(00000000000000004966, NULL, 'Nazmay Alam Tushar', NULL, NULL, 'Jurain', '01711392737', NULL, NULL, '$2y$10$W913yEongnKyBYeYSugNsuNWltGE/YPG4Po1DpIfCHImK9MYRZ.pm', NULL, 2, 'user', '1', '2024-02-10 15:43:36', '2024-06-26 14:56:11'),
(00000000000000004967, NULL, 'Adnan', NULL, NULL, 'Pollobi, Mirpur', '01911337348', NULL, NULL, '$2y$10$/D38bBASZsJDsPM8QJc1w.6zS0DnSsMCKNg.Hk.bOEv0D0a7q2ieS', NULL, 2, 'user', '1', '2024-02-10 15:45:23', '2024-02-10 15:45:23'),
(00000000000000004968, NULL, 'Nahid', NULL, NULL, 'Tongi, Cherakali', '01818182491', '01928867533', NULL, '$2y$10$Nr57Y0k/gjW0lKAkDcXrlOgm0DXlNQ00z4c8hCL6SQNNL04r1TC8S', NULL, 2, 'user', '1', '2024-02-10 15:52:24', '2024-02-10 15:52:24'),
(00000000000000004969, NULL, 'Jony', NULL, NULL, 'Bijoy Nagar', '01680407751', NULL, NULL, '$2y$10$9IoyXj4CpiP.C4LvvLVjveROWENbEwumQhX.29JewOT6ZGHnKcghm', NULL, 2, 'user', '1', '2024-02-10 15:56:00', '2024-02-10 15:56:00'),
(00000000000000004970, NULL, 'Nabi', NULL, 'nabi39@mygpsbd.net', 'CTG', '01713160039', NULL, NULL, '$2y$10$EdjY35zAwRe9vTokcfMtueFgzTPsP8iswAZfvPc4r/ahbS/mQEXTm', NULL, 2, 'user', '1', '2024-02-10 15:57:25', '2024-02-10 15:57:25'),
(00000000000000004971, NULL, 'Romjan', NULL, NULL, 'Dhaka', '01307778865', NULL, NULL, '$2y$10$PBAWL8DubIrjdf0.qR5ikOHxN6WBo7TYvSSluhNIlhLKTqP8rwx72', NULL, 2, 'user', '1', '2024-02-10 15:57:28', '2024-02-10 15:57:28'),
(00000000000000004972, NULL, 'Kishor Mukharjee', NULL, 'kishor99@mygpsbd.net', NULL, '01795444199', NULL, NULL, '$2y$10$A9Dhlmc3vWgxH5cbsGcmj.ksXm3mNEwJmKnoksUdKd/LlVoMG9fa2', NULL, 2, 'user', NULL, '2024-02-10 16:00:32', '2024-02-10 16:00:32'),
(00000000000000004973, NULL, 'AD.Shegufta', NULL, NULL, 'মিরপুর ১১ মেইন রোড, ম্যাট্রোরেল পিলার নং ২১৭ এর পূর্ব পার্শ্বে', '01815413795', NULL, NULL, '$2y$10$w6QbaMsI38JFRM6hBz8yf.dZXDsc5Lm1f6yFoUQYYn2lJf1tI2uTO', NULL, 2, 'user', '1', '2024-02-10 16:01:01', '2024-02-10 16:01:01'),
(00000000000000004975, NULL, 'Md Badal Mia', NULL, NULL, 'Sanarpar, Ctg Road', '01322977444', NULL, NULL, '$2y$10$rZfapITqm7fKmcRjLL4mxumR5Duh069GvsjpNazPXsFP0xRDXQWVu', NULL, 2, 'user', '1', '2024-02-10 16:03:50', '2024-02-10 16:03:50'),
(00000000000000004976, NULL, 'SYED ALAM', NULL, 'syed66@mygpsbd.net', NULL, '01812867166', NULL, NULL, '$2y$10$PD6L2cM34AN8LOYqyY.yKOcKF19oSjVZsRxtYd2QbC0cisj8te6dq', NULL, 2, 'user', NULL, '2024-02-10 16:03:58', '2024-02-10 16:03:58'),
(00000000000000004977, NULL, 'Mainuddin Hasan', NULL, NULL, NULL, '01883859819', NULL, NULL, '$2y$10$hn5TQg8NchPATk7gfFGy0OQEOFKP1sectMuPBuwmvLJhfCzq.v4n6', NULL, 2, 'user', NULL, '2024-02-10 16:05:01', '2024-02-10 16:05:01'),
(00000000000000004978, NULL, 'Aman15', NULL, 'aman15@mygpsbd.net', NULL, '01811151617', NULL, NULL, '$2y$10$eaIj3d/haIdCRmICU7SnJenvUQesPcWetfe7lI2LH6Jd0L/YlzQI.', NULL, 2, 'user', NULL, '2024-02-10 16:06:58', '2024-02-10 16:06:58'),
(00000000000000004979, NULL, 'Chowdhury Faisal Hyder', NULL, NULL, 'Monipurupara', '01713125999', NULL, NULL, '$2y$10$xewfXujo38FY7mIZe9a6huvaXZSPuqHjhyWlAvBLQgeoKny2yt.Oa', NULL, 2, 'user', '1', '2024-02-10 16:07:36', '2024-02-10 16:08:00'),
(00000000000000004980, NULL, 'Md. Armanul Islam', NULL, NULL, NULL, '01614577666', NULL, NULL, '$2y$10$kGzNRoMaNPV3rC0vIHpIuOzd7SWRNJgtOSQ9hdO50uTgVxKwzXqXK', NULL, 2, 'user', NULL, '2024-02-10 16:07:45', '2024-02-10 16:07:45'),
(00000000000000004981, NULL, 'Hasan Rasel', NULL, 'hasanrasel@mygpsbd.net', NULL, '01672348852', NULL, NULL, '$2y$10$8fKWVZuZDnEGa1AgXU5S4eg1bSKKmQVaRYr.KsAEwCL5/PSlBPJCC', NULL, 2, 'user', NULL, '2024-02-10 16:08:20', '2024-02-10 16:08:20'),
(00000000000000004982, NULL, 'Mohmmad Hanif', NULL, 'hanif80@mygpsbd.net', NULL, '01712983680', NULL, NULL, '$2y$10$ar1QLUCDYon/YKM4ZAyHa.VuUYxh.b6TDctpKPBcNxvs2rvlS8B2C', NULL, 2, 'user', NULL, '2024-02-10 16:08:40', '2024-02-10 16:08:40'),
(00000000000000004983, NULL, 'Foiz.A.Tipu', NULL, 'tipu34@mygpsbd.net', NULL, '01819632334', NULL, NULL, '$2y$10$j3YKi5prQXbRG0lOr64x0ODkLHUNRGQ6.qkPPHcVaLJJIDJHdWpAW', NULL, 2, 'user', NULL, '2024-02-10 16:09:07', '2024-02-10 16:09:07'),
(00000000000000004984, NULL, 'Abdul kader', NULL, 'abdulkader@mygpsbd.net', NULL, '01917247392', NULL, NULL, '$2y$10$ZhBqD1S62wy/Tq.YDfVGIuKhopXF0cEilaLu01S.ZoIjKnP7koyB.', NULL, 2, 'user', NULL, '2024-02-10 16:09:33', '2024-02-10 16:09:33'),
(00000000000000004985, NULL, 'Habibullah Chowdhury', NULL, 'habibullah@mygpsbd.net', NULL, '01730787146', NULL, NULL, '$2y$10$Q4aFaK8Y.7WHzBWNa4I7suuViS9VVX.BO1oR4y4vdz01T/0MwVQ5W', NULL, 2, 'user', NULL, '2024-02-10 16:09:51', '2024-02-10 16:09:51'),
(00000000000000004986, NULL, 'Engr. Sumon', NULL, 'somon07@mygpsbd.net', NULL, '01876000207', NULL, NULL, '$2y$10$u5UZ2iwq5oyVr7PnKTDGWeV7L.menZlETTSjxzgjwumj2txuMGsAm', NULL, 2, 'user', NULL, '2024-02-10 16:12:57', '2024-02-10 16:12:57'),
(00000000000000004988, NULL, 'Md. Farok', NULL, 'farok30@mygpsbd.net', NULL, '01631722730', NULL, NULL, '$2y$10$4D6uviPGeRV6w89Hqjc52.cGDMT1AG2jLi6joDlqHTYgfJEjLyY22', NULL, 2, 'user', NULL, '2024-02-10 16:16:28', '2024-02-10 16:16:28'),
(00000000000000004989, NULL, 'Mofazzol', NULL, 'mofazzol@mygpsbd.net', NULL, '01634354111', NULL, NULL, '$2y$10$18ZYtBBHcVn.kaL4hMPyLuY0NQ0DM9lGXUjmsmVv61GRq5OPM5TM.', NULL, 2, 'user', NULL, '2024-02-10 16:29:17', '2024-02-10 16:29:17'),
(00000000000000004990, NULL, 'Ismail', NULL, NULL, 'Mohammodpur', '01921474482', NULL, NULL, '$2y$10$lhahUO8jUyN1pXlku1diyuaAO6RxNeImCMtToXDMzT/u1AYaKnET.', NULL, 2, 'user', '1', '2024-02-10 16:32:49', '2024-02-10 16:32:49'),
(00000000000000004991, NULL, 'Md.Farid', NULL, NULL, 'Tangail', '01309860124', NULL, NULL, '$2y$10$p27ql1pthFz3qXLhAVoTGO0Sm288I18hVo5b2Jd5vBrWr7C8XswNi', NULL, 2, 'user', '1', '2024-02-10 16:43:04', '2024-02-10 16:43:04'),
(00000000000000004992, NULL, 'Insan', NULL, NULL, 'Tangail', '01791087207', NULL, NULL, '$2y$10$hJBN9mb.YGScgLSzjqNwdOXnqIbti8RyM/q8s1fx1W6.6bpzFNcj6', NULL, 2, 'user', '1', '2024-02-10 16:46:06', '2024-02-10 16:46:06'),
(00000000000000004993, NULL, 'Ashraful Abedin', NULL, NULL, 'Bulding: Dulonchapa,House: 2, Apet. A2, Momenbag, Rajarbag, Greenline poribohoner goli', '01710811353', NULL, NULL, '$2y$10$vpOnx3RKFROXiqKp.q9R2.TNi41NyErGmH9IUO1uGFLB33mdIpu2i', NULL, 2, 'user', '1', '2024-02-10 16:52:10', '2024-02-10 16:52:10'),
(00000000000000004994, NULL, 'Md Helal', NULL, NULL, 'Bijoy Nagar', '01716863551', NULL, NULL, '$2y$10$tWPed594cNagP0l0QB6pUOAXPnKsokewZUYJZ2zDnIIcseXJ8Vi5a', NULL, 2, 'user', '1', '2024-02-10 16:55:20', '2024-02-10 16:55:20'),
(00000000000000004995, NULL, 'Bulbul', NULL, NULL, 'Gendaria', '01886389392', '01911389392', NULL, '$2y$10$U2JNwND1u9axi4oxqhjs2uqmSl5Ht.HiNL5N7XdAqbypLOMeNLN8G', NULL, 2, 'user', '1', '2024-02-10 17:01:14', '2024-02-10 17:01:14'),
(00000000000000004996, NULL, 'Golam Mawla', NULL, 'golam.mawla@gmail.com', NULL, '01675173935', NULL, NULL, '$2y$10$Ke3ITOkJ30pG1/a8.SLn4u2fPiStM4dZJUtyfJaE74.I5KlfiWy4K', NULL, 2, 'user', NULL, '2024-02-12 14:26:36', '2024-02-12 14:26:36'),
(00000000000000004997, NULL, 'Kazi Ekramul Haque', NULL, 'ekramul@mygpsbd.net', NULL, '01611333137', NULL, NULL, '$2y$10$DNa0QnsstEPy5jgaEhqRu.H7I2.wntwHjPQX8zrVZtmLbbANRI34a', NULL, 2, 'user', NULL, '2024-02-13 12:52:04', '2024-02-13 12:52:04'),
(00000000000000004998, NULL, 'Emdadul Haque', NULL, NULL, 'VOIROB', '01711514351', NULL, NULL, '$2y$10$ICHWPCgBI6HSq.jjHB3G3O45KJhM94rxENKS.JI6NneVO8VEdc9Bi', NULL, 2, 'user', '1', '2024-02-13 12:56:34', '2024-02-13 12:56:34'),
(00000000000000004999, NULL, 'Dulal', NULL, NULL, NULL, '01816423049', NULL, NULL, '$2y$10$.vbgUpmsvFs/3g.SrDqykeqZh1ICmf3ODi3UfFG.XwSzp3oeE4RNm', NULL, 2, 'user', NULL, '2024-02-13 13:16:02', '2024-02-13 13:16:02'),
(00000000000000005000, NULL, 'Md. Yasin Miah', NULL, NULL, NULL, '01922555224', NULL, NULL, '$2y$10$oxDZRV7XbtHxpjEDG/4O2exk.sN96RcOVLaDZHtVCb.X58uHvbS/S', NULL, 2, 'user', NULL, '2024-02-13 13:43:41', '2024-02-13 13:43:41'),
(00000000000000005001, NULL, 'Obaidul Islam', NULL, 'burmi1@mygpsbd.net', NULL, '01716921571', NULL, NULL, '$2y$10$SDjA/.8muRQQlAFlfpP90ue41n.pe.fVcPG.vs0LMMA.MBTtuFVh.', NULL, 2, 'user', NULL, '2024-02-13 13:46:22', '2024-03-21 10:43:03'),
(00000000000000005002, NULL, 'Rashid Titu', NULL, 'titu64@mygpsbd.net', NULL, '01711978664', NULL, NULL, '$2y$10$M1M1bJgY7tIaLH4/ac9Jt.4I1sO7S6muqaBvsgnyQnsAEEv14ad9K', NULL, 2, 'user', NULL, '2024-02-13 17:41:03', '2024-02-13 17:41:03'),
(00000000000000005003, NULL, 'Ashraful', NULL, NULL, NULL, '01711463207', NULL, NULL, '$2y$10$gmSFslTdiY1f/DMP7m.wxe/I5MdGJ8YEnL6EaXPLcVjiHmEfen22.', NULL, 2, 'user', NULL, '2024-02-14 17:43:05', '2024-02-14 17:43:05'),
(00000000000000005004, NULL, 'Nour hossain', NULL, 'nourhossain27@gmail.com', NULL, '01973333600', NULL, NULL, '$2y$10$ZLstinkkhJUG4/eQQDFABu4WLdeeRhxryuUhsAF4noisNb7vWpZcG', NULL, 2, 'user', NULL, '2024-02-17 12:49:23', '2024-02-17 12:49:23'),
(00000000000000005005, NULL, 'Akshoy Bhowmick', NULL, 'akshay88@mygpsbd.net', NULL, '01641850988', NULL, NULL, '$2y$10$U0zwyt3LuzZYJFMUgvUkm.unzhV9PwR1KV7AlK2PWXYGdj3HxeK.O', NULL, 2, 'user', NULL, '2024-02-17 12:52:15', '2024-02-17 12:52:15'),
(00000000000000005006, NULL, 'ABUL KALAM AZAD', NULL, 'azadhfc@gmail.com', NULL, '01831893351', NULL, NULL, '$2y$10$xe1zmXK3ci3wlnxmU90kmuhBcS7AfuQXqfnYmv/RTem.DlvzcSKwC', NULL, 2, 'user', NULL, '2024-02-17 13:47:37', '2024-02-17 13:48:22'),
(00000000000000005007, NULL, 'Md Angkur Rahman', NULL, NULL, 'Gazipur', '01775254860', NULL, NULL, '$2y$10$Rjy0M7rMSvWLU2kjxyrHme3dLNlvAACmQoTGNZ/Nka9rUUFX6JG.6', NULL, 2, 'user', '1', '2024-02-17 15:05:37', '2024-02-17 15:05:37'),
(00000000000000005008, NULL, 'Hamid', NULL, NULL, 'DHAKA', '01793750344', NULL, NULL, '$2y$10$wIwiVsPgfkv5ZVzmvd51DuI/2GrFehca3Sy.uflSYoFqTIt/1UfyS', NULL, 2, 'user', '1', '2024-02-17 15:25:42', '2024-02-17 15:25:42'),
(00000000000000005009, NULL, 'Monir', NULL, NULL, 'DHAKA', '01986053967', NULL, NULL, '$2y$10$QWSm1MSfu3N77bq24T50SOZNVZiC5L/7obcgth8utI2dsuWS8STGu', NULL, 2, 'user', '1', '2024-02-17 15:28:28', '2024-02-17 15:28:28'),
(00000000000000005010, NULL, 'Faruk', NULL, NULL, 'Tangail', '01718606975', NULL, NULL, '$2y$10$jiPyKYkNep/IIwsK8WuQq.JK2GgeXXEo.UCMSXuLb629jgplM3IpC', NULL, 2, 'user', '1', '2024-02-17 15:32:16', '2024-02-17 15:32:16'),
(00000000000000005011, NULL, 'Nesar Ahmed', NULL, NULL, 'Keranigonj', '01722745040', NULL, NULL, '$2y$10$wbTwpysOqddwD3jD.4sS6.BTwpJrpLQyD5XjcIt6uZOYps2TJJSY6', NULL, 2, 'user', '1', '2024-02-17 15:33:55', '2024-02-17 15:33:55'),
(00000000000000005012, NULL, 'Tazmul', NULL, NULL, 'DHAKA', '01907199688', NULL, NULL, '$2y$10$x.ed1JNHo6MJK8ymucZdA.YZfE4aTZsleP0TodU8/hCyM7XGUUKbi', NULL, 2, 'user', '1', '2024-02-17 15:37:44', '2024-02-17 15:37:44'),
(00000000000000005013, NULL, 'Yousuf', NULL, NULL, 'Manikgonj', '01738685959', NULL, NULL, '$2y$10$x02t6IgrIqj8.XIm9RMQm.OV4wnZsG0.FFDG8QSI9B9FcLEZ.HMLi', NULL, 2, 'user', '1', '2024-02-17 15:40:54', '2024-02-17 15:40:54'),
(00000000000000005014, NULL, 'Mojnu', NULL, NULL, 'DHAKA', '01688015454', NULL, NULL, '$2y$10$mb9ZFwCNGBXz.B5K6qOqfuVV7rKeGZCQl19fq0Qfy3SvCwobvMdTy', NULL, 2, 'user', '1', '2024-02-17 15:42:39', '2024-02-17 15:42:39'),
(00000000000000005015, NULL, 'Md Noyon', NULL, NULL, 'Gazipur', '01714217204', NULL, NULL, '$2y$10$zEtSZgPVfb/vM6qd1g3H5eOA8nXbpHj007QdN2IXdH7qVok.C2COC', NULL, 2, 'user', '1', '2024-02-17 15:48:03', '2024-02-17 15:48:03'),
(00000000000000005016, NULL, 'Shahidul', NULL, NULL, NULL, '01911140175', NULL, NULL, '$2y$10$a4pBGigClItCaPWy0RX.3u6gTNlWUP6eaJlVdK1718vJ5VvJ.5OVK', NULL, 2, 'user', NULL, '2024-02-17 16:29:54', '2024-02-17 16:29:54'),
(00000000000000005017, NULL, 'MD Asadujjaman', NULL, 'md_assad@globalbrand.com.bd', NULL, '01975454542', NULL, NULL, '$2y$10$brmIKKAW3U3WOTfeWyPMq.snMaG3rZuLsgMH6DtSm01e7d3Zb3ljm', NULL, 2, 'user', NULL, '2024-02-17 17:06:11', '2024-02-17 17:06:11'),
(00000000000000005018, NULL, 'Abdul Ahad Biswas', NULL, 'mpmanikganj@gmail.com', NULL, '01684095299', NULL, NULL, '$2y$10$hWfc.Wt1fb6s1zeSZ56L7uQ3jNTdPPP6eZLJaMpV6Nkcv4GsSOPc6', NULL, 2, 'user', NULL, '2024-02-18 14:26:21', '2024-02-18 14:26:21'),
(00000000000000005019, NULL, 'Badol', NULL, NULL, NULL, '01780335504', NULL, NULL, '$2y$10$Pddc1KrThQYJFeUH6eHgGOaOrMH7LwSD8/6yhwMDgApHQZNNUypJi', NULL, 2, 'user', NULL, '2024-02-18 14:42:31', '2024-02-18 14:43:36'),
(00000000000000005020, NULL, 'Polash', NULL, 'gztanvir13452@gmail.com', 'Brahmanbaria', '01712815234', NULL, NULL, '$2y$10$rhJMP5ytPD2LQhFdjh9aJuTg/mlBuoinkpyLT.c.hFdojiujH4.pC', NULL, 2, 'user', '1', '2024-02-19 12:56:44', '2024-02-19 12:56:44'),
(00000000000000005021, NULL, 'Shehan', NULL, NULL, NULL, '01684174034', NULL, NULL, '$2y$10$vFO/8VgVfWw8W.X9htcC2eiinrsozjux7ug0SntHdujEdLR/Jo1yW', NULL, 2, 'user', NULL, '2024-02-19 13:12:20', '2024-02-19 13:12:20'),
(00000000000000005022, NULL, 'Adv.Bipul Saha', NULL, NULL, NULL, '01724000221', NULL, NULL, '$2y$10$vfr7ibe4nm6irfixCatV7Oyw2Dl/BsqRQhaqbkYcwr7pyyKI2b8KS', NULL, 2, 'user', NULL, '2024-02-19 13:28:25', '2024-02-19 13:28:25'),
(00000000000000005023, NULL, 'Md. shahid', NULL, NULL, NULL, '01834303132', NULL, NULL, '$2y$10$HkLqIn9Okx7TCU2hpzp3z.TH7sIxqjCd.VlHp5/PBOiv1UVWVUEzO', NULL, 2, 'user', NULL, '2024-02-19 14:56:18', '2024-02-19 14:56:18'),
(00000000000000005024, NULL, 'Sharif', NULL, NULL, 'Tangail', '01711234222', NULL, NULL, '$2y$10$zoxwMzYFUu1VJjoAhR7XW.hI9kmJh97sIIpbmvntOZcZOISI2ULFu', NULL, 2, 'user', '1', '2024-02-19 15:01:38', '2024-02-19 15:01:38'),
(00000000000000005025, NULL, 'Faruk', NULL, NULL, NULL, '01823039915', NULL, NULL, '$2y$10$1qCqyD.Qx2Bm57M9Bij7au3WZjeHcjEavGZ32CD3pCyRTLA5WWKzy', NULL, 2, 'user', NULL, '2024-02-19 15:17:17', '2024-02-19 15:17:17'),
(00000000000000005026, NULL, 'Joy Saha', NULL, 'joy66@mygpsbd.net', NULL, '01965926766', NULL, NULL, '$2y$10$4U55IEie.wK/Hsc4xoC46eKfqjZUSw34Hwz7gvNXlPsY1XpBG4VR2', NULL, 2, 'user', NULL, '2024-02-19 16:05:02', '2024-02-19 16:05:02'),
(00000000000000005027, NULL, 'Alamin', NULL, 'alamin9@mygpsbd.net', NULL, '01914865991', NULL, NULL, '$2y$10$bwYAe86Oj.B2jbcK/LLYRO2ozRGv.Zg1ssVzEp6bpgrmsil/lEsSm', NULL, 2, 'user', NULL, '2024-02-19 16:34:02', '2024-05-19 15:54:51'),
(00000000000000005028, NULL, 'Jahid', NULL, NULL, 'Tangail', '01844158805', NULL, NULL, '$2y$10$pvXwdLK4Bw9sJNU/XLh8m.rgjsHDm8WI9/w9tAvCaLx4K5IdEaHVy', NULL, 2, 'user', '1', '2024-02-19 16:38:09', '2024-02-19 16:38:09');
INSERT INTO `users` (`id`, `lebel_id`, `name`, `nid`, `email`, `address`, `phone`, `alter_phone`, `email_verified_at`, `password`, `remember_token`, `role`, `type`, `user_type`, `created_at`, `updated_at`) VALUES
(00000000000000005029, NULL, 'Shohag hossain', NULL, NULL, NULL, '01730178878', NULL, NULL, '$2y$10$Hxzy3cs45hFjDplqjFN55OiYtqEwVBmen/L0Xe4PVeVG4GaDd5suC', NULL, 2, 'user', NULL, '2024-02-19 17:24:50', '2024-02-19 17:24:50'),
(00000000000000005030, NULL, 'CHANCHUL', NULL, NULL, 'Lack city Concord', '01711570041', NULL, NULL, '$2y$10$CcFqdVaCsAReSd04My0CB.4rKZdG2agBNs10APQJi4ljp1gqqCeNy', NULL, 2, 'user', '1', '2024-02-20 15:18:00', '2024-02-20 15:18:00'),
(00000000000000005031, NULL, 'MD AL Amin', NULL, NULL, 'Jatrabari', '01688929789', NULL, NULL, '$2y$10$tPjVCVzPshOmEcmCWOmpAOXpSyrdAuncnzkBwTEqWS/aaMTwHlD2q', NULL, 2, 'user', '1', '2024-02-20 15:19:52', '2024-02-20 15:19:52'),
(00000000000000005032, NULL, 'Opu Sarkar', NULL, NULL, 'Shampur, dholer wasar gate', '01920997521', '01920997521', NULL, '$2y$10$TSXtLsTfV0DhR7nQMybrqOP72Ye6HcgYbLxWOaGA9WSB7pQFVzq4.', NULL, 2, 'user', '1', '2024-02-20 15:22:48', '2024-05-16 12:33:46'),
(00000000000000005033, NULL, 'MD kawsar', NULL, NULL, 'Tongi', '01608324267', NULL, NULL, '$2y$10$3jzOgqbG.PyDH//ywNX8U.XfnidsJ9sMPBtG6yJ0LSLk.vH7oSmSG', NULL, 2, 'user', '1', '2024-02-20 15:31:55', '2024-02-20 15:31:55'),
(00000000000000005034, NULL, 'Rifat Hossain', NULL, NULL, 'Agargoan,jonota housing', '01911867851', NULL, NULL, '$2y$10$T3Lvxk8ZoyFnuaeUcXYqPOB0L/mBWew2nGfyBq78uOsCsk77si5Hy', NULL, 2, 'user', '1', '2024-02-20 15:35:32', '2024-02-20 15:35:32'),
(00000000000000005035, NULL, 'Dihan Tonmoy', NULL, NULL, 'Manikgonj', '01722348308', NULL, NULL, '$2y$10$9Ufnaj5dFQaTU7UggaYNt.N5mzVtyjauQ.d5ZnlwrkYX6XVfd2A8y', NULL, 2, 'user', '1', '2024-02-20 15:39:13', '2024-02-20 15:39:13'),
(00000000000000005036, NULL, 'MD KAJOL', NULL, NULL, 'Navana CNG Limited (Dipnagar Gabtoli)', '01999140856', NULL, NULL, '$2y$10$6YEU6M0NXyTSyz9.xvZ3COZvgzUZoV/WeyOQH2q7pbMj31VoyxQFy', NULL, 2, 'user', '1', '2024-02-20 15:48:12', '2024-02-20 15:48:12'),
(00000000000000005037, NULL, 'Asaduzzaman khan ripon', NULL, NULL, 'Kalshi', '01798064564', '01743047912', NULL, '$2y$10$8oTFLsi7zPUAptzvuOAi4.VG.l1SCcZtT15idKzgmJHUcpVhLwQDS', NULL, 2, 'user', '1', '2024-02-20 16:03:34', '2024-02-20 16:04:00'),
(00000000000000005038, NULL, 'Asaduzzaman', NULL, NULL, 'Ctg Road,Bumi polle আবাসিক এলাকায়', '01713758100', '01674426352', NULL, '$2y$10$7Ulsd.Ds/7iL1whbNU0QF.mrvWYVzmSYQfs3HKzCn6gZASOk5fjES', NULL, 2, 'user', '1', '2024-02-20 16:09:31', '2024-02-20 16:09:31'),
(00000000000000005039, NULL, 'Rukon', NULL, NULL, 'Kuril', '01913439831', NULL, NULL, '$2y$10$EqGEVZFqbF2yIm3WuB0lTuV2HU71ZeE9zAqYb9K9AAS5EAjSXROdK', NULL, 2, 'user', '1', '2024-02-20 16:32:20', '2024-02-20 16:32:20'),
(00000000000000005040, NULL, 'Arifol islam Golap', NULL, NULL, 'Rupgonj,Narayangonj', '01784878278', '01308334256', NULL, '$2y$10$8xXRbVNPSSf4eC19KaOVY.powfFC.0z2QZc9OIq7d4UNfAn9qXQ1S', NULL, 2, 'user', '1', '2024-02-20 16:38:18', '2024-02-20 16:38:18'),
(00000000000000005041, NULL, 'MD Helal', NULL, NULL, 'Noyakhali', '01732976782', NULL, NULL, '$2y$10$UOhG25ZMaO02uUut7hDGIe5nReJslTQ0nqUN7GtM.YPHR1oR4uQrS', NULL, 2, 'user', '1', '2024-02-20 16:42:09', '2024-02-20 16:42:09'),
(00000000000000005042, NULL, 'Amzad Hossain', NULL, 'amzad21@mygpsbd.net', NULL, '01715366921', NULL, NULL, '$2y$10$oxU/SLn8YDam1PPO1M9VeuQpYWMIFQh24sQ8aGq20mhRjVWDl25Ui', NULL, 2, 'user', NULL, '2024-02-20 17:03:15', '2024-02-20 17:03:15'),
(00000000000000005043, NULL, 'Md. Wazed Ali', NULL, NULL, NULL, '01327305956', NULL, NULL, '$2y$10$owAZdzp5tuxcWhPcBempnewxvySHvXt18GCI.DcGKCAJCQtRSsdGe', NULL, 2, 'user', NULL, '2024-02-22 13:44:56', '2024-02-22 13:44:56'),
(00000000000000005044, NULL, 'Raihan', NULL, 'khanraihan1963@gmail.com', 'b-baria', '01755288888', NULL, NULL, '$2y$10$CWAhoekpl.0VI3FMsMlZ4eNUJeK5C1VDVCax4b4wkkD8fvGnwsrdC', NULL, 2, 'user', '1', '2024-02-22 13:50:57', '2024-02-22 13:50:57'),
(00000000000000005045, NULL, 'Rohy', NULL, NULL, NULL, '01783592380', NULL, NULL, '$2y$10$1LAaHCQJvlUDvmR2gBLgwenyQFFUqc9wBd8yGRwhdfjKh69P09NPy', NULL, 2, 'user', NULL, '2024-02-24 12:57:36', '2024-02-24 12:57:52'),
(00000000000000005046, NULL, 'Badrul Hasan', NULL, 'vabuk.law@gmail.com', NULL, '01819425498', NULL, NULL, '$2y$10$ywdho.V1SdIP2qtz5WgNdu2mJULUhgR2XzuenD4vddL3n.dl0ycSm', NULL, 2, 'user', NULL, '2024-02-24 13:02:13', '2024-02-24 13:02:13'),
(00000000000000005047, NULL, 'Ashiqur Rahman', NULL, NULL, NULL, '01712977181', NULL, NULL, '$2y$10$V5mAx39DdKRH8p3PZudyT.Z1d/4U68qljSHWXZ2IC04ltdVoiSb.G', NULL, 2, 'user', NULL, '2024-02-24 13:04:58', '2024-02-24 13:04:58'),
(00000000000000005048, NULL, 'Shaidul islam', NULL, NULL, NULL, '01712477731', NULL, NULL, '$2y$10$RZtQiOQEBeTavn7NfaB2TeZEov7T0ie5K.YmVgpJV7EdNbhvP3fYm', NULL, 2, 'user', NULL, '2024-02-24 14:06:52', '2024-02-24 14:06:52'),
(00000000000000005049, NULL, 'MD Mahbubur Rahman', NULL, 'Overshadow11@gmail.com', NULL, '01611519388', NULL, NULL, '$2y$10$V2H39u6wzcuoCeK0Ork2TujEckD7p5UTOXqNseVPeii8H1PDCnUJK', NULL, 2, 'user', NULL, '2024-02-24 14:33:59', '2024-02-24 14:33:59'),
(00000000000000005050, NULL, 'Nur Azad', NULL, NULL, NULL, '01303303899', NULL, NULL, '$2y$10$shv2a6HCf5BI0e4bVqhLQu29XEkyFKYkoKnw7l6ti49vgeykxMCfu', NULL, 2, 'user', NULL, '2024-02-24 15:02:15', '2024-02-24 15:02:25'),
(00000000000000005051, NULL, 'Mizan', NULL, 'arahmanshan05@gmail.com', NULL, '01844185251', NULL, NULL, '$2y$10$nat0qFC0XWzGxa0UTxT4BeTwXquJdFsku48PSTzifq7px8JQgXTxG', NULL, 2, 'user', NULL, '2024-02-24 16:20:02', '2024-02-24 16:20:02'),
(00000000000000005052, NULL, 'IBRAHIM', NULL, NULL, NULL, '01767783417', NULL, NULL, '$2y$10$c9dMfTyyUnwwqSk2/jJXG.96IzOOwnbM174o/b2WPnB0mVoX.A6nG', NULL, 2, 'user', NULL, '2024-02-24 16:21:26', '2024-02-24 16:21:26'),
(00000000000000005053, NULL, 'Modern Herbal Group', NULL, NULL, NULL, '01678075335', NULL, NULL, '$2y$10$VvIAAm8C88YNY/5atdQi1eQ5ethiv1etCWanQQsbwKHqTzVL3vtoG', NULL, 2, 'user', NULL, '2024-02-25 15:09:30', '2024-02-25 15:09:30'),
(00000000000000005054, NULL, 'Md. Mehedi', NULL, 'mehedi64@mygpsbd.net', NULL, '01791554064', NULL, NULL, '$2y$10$wqoOilmfz2lTxVSR3Dv2MOFnB02E4fxnQlyXjh63048IouQWnnVRi', NULL, 2, 'user', NULL, '2024-02-27 11:51:37', '2024-02-27 11:51:37'),
(00000000000000005055, NULL, 'Sohel', NULL, NULL, NULL, '01828675464', NULL, NULL, '$2y$10$NZiKI9CtiTSnMOCpHIptUe48LjNzb2RpHv3LQIZ4dLIxRi2Ph0OtK', NULL, 2, 'user', NULL, '2024-02-27 11:54:40', '2024-02-27 11:54:40'),
(00000000000000005056, NULL, 'Bulbul', 'N/A', NULL, 'DHAKA', '01911389392', NULL, NULL, '$2y$10$1eMfcYOs0bB2aTF4AqVVCuQLM6G5iHuOTlc5ssUJZTOi1TcjXZ0Ue', NULL, 2, 'user', '1', '2024-02-28 11:08:32', '2024-02-28 11:08:32'),
(00000000000000005058, NULL, 'Alok Debnath （Foridpur)', NULL, NULL, 'Foridpur', '01761713106', NULL, NULL, '$2y$10$LhZ.qMER5nylHmt0EwAUR.0NAQkxIug1E.8Km6hQJ4GPoZtrEnyEK', NULL, 2, 'user', '1', '2024-02-28 11:46:53', '2024-02-28 11:46:53'),
(00000000000000005059, NULL, 'Delower hossain', NULL, NULL, NULL, '01680993588', NULL, NULL, '$2y$10$IST7hcillxKYnAx0s.3dC.H0f5Z0PSItkfmrLw0SUCmQwLa2qdZIu', NULL, 2, 'user', NULL, '2024-02-28 14:56:40', '2024-02-28 14:59:32'),
(00000000000000005060, NULL, 'Md. Masum Billah', NULL, 'sultanfoodland@gmail.com', NULL, '01715284025', NULL, NULL, '$2y$10$KGiWQvyP.DyhbF.lz5A6F.h2HS4v2upyOsPmoe69s3ea25g5kOVXq', NULL, 2, 'user', NULL, '2024-02-28 15:01:40', '2024-02-28 15:03:01'),
(00000000000000005061, NULL, 'Nazmul Ahsan', NULL, 'nazmul24@mygpsbd.net', NULL, '01779896424', NULL, NULL, '$2y$10$sVoongNGIHSstWHvAW9RuOTM.8z5kvkdkBNE4zEJihjDliiuB6aKy', NULL, 2, 'user', NULL, '2024-02-28 16:12:05', '2024-02-28 16:12:05'),
(00000000000000005062, NULL, 'Shohidulla', NULL, 'shohidulla@mygpsbd.net', NULL, '01716299334', NULL, NULL, '$2y$10$HNvWEXOi3pBNMyLT7fU79uM0Rk6ArA9sctcTPn7F/jBlVfziSi5a2', NULL, 2, 'user', NULL, '2024-02-29 12:23:05', '2024-02-29 12:23:05'),
(00000000000000005063, NULL, 'Ripon', NULL, NULL, NULL, '01910209448', NULL, NULL, '$2y$10$H64D1eG1bKGu4CJxACXrs.Oi.o5h89qsZRIYpKWJ.SX9GMvh1LMy.', NULL, 2, 'user', NULL, '2024-02-29 13:10:02', '2024-02-29 13:10:02'),
(00000000000000005064, NULL, 'Imran Rauf', NULL, 'imranrauf@mygpsbd.net', NULL, '01819219752', NULL, NULL, '$2y$10$URJEQ/s5V9SXNytagtHysu7zLFMv.2KSETnqHQKWxmzmkh04jbH1e', NULL, 2, 'user', NULL, '2024-02-29 14:10:12', '2024-02-29 14:10:12'),
(00000000000000005065, NULL, 'Shagor', NULL, 'shagor24@mygpsbd.net', NULL, '01677541524', NULL, NULL, '$2y$10$JdxcrtTlXRQvMjFnCsqmiOO0CkbKS.aD3NFJ9LAX10RTWv8NeenP2', NULL, 2, 'user', NULL, '2024-02-29 15:22:43', '2024-02-29 15:22:43'),
(00000000000000005066, NULL, 'Rajan', NULL, 'rajan75@mygpsbd.net', NULL, '01723071975', NULL, NULL, '$2y$10$VdpZ3guXroybWuV1ArMfLuLMfqgyE1aB5x9Ke0Oy6HYUzAi.Ry1fm', NULL, 2, 'user', NULL, '2024-02-29 15:33:33', '2024-02-29 15:33:33'),
(00000000000000005068, NULL, 'Sheuly', NULL, 'sheulydey6@gmail.com', 'Dhaka', '01720138402', NULL, NULL, '$2y$10$vuSj2FqBGjcCZWHJg9YV5.JjCSuvluEk/kIPmF7HsdC2hoAFQz1Um', NULL, 2, 'user', '1', '2024-03-01 23:19:00', '2024-03-01 23:19:00'),
(00000000000000005069, NULL, 'office 2', NULL, 'office2@gmail.com', 'dhaka', '01710275819', NULL, NULL, '$2y$10$BURJa2WzHJZz6j0zf4f/VOxncEABV2vjG5vbdavzv/hnbPEjNgeZe', NULL, 2, 'user', '1', '2024-03-01 23:32:23', '2024-03-01 23:32:23'),
(00000000000000005070, NULL, 'Monir', NULL, NULL, NULL, '01850703728', NULL, NULL, '$2y$10$2pGm5TbqhyaFhNhGIUh8keeidmZHClW4TBptV6eXBsusCAHu8OkRS', NULL, 2, 'user', NULL, '2024-03-02 12:37:04', '2024-03-02 12:37:04'),
(00000000000000005071, NULL, 'Niranjan', NULL, NULL, NULL, '01684692907', NULL, NULL, '$2y$10$fhGc3VEuz73R1ftKw89dOO9JwQyHbc3XRCw.Fyw8A6iw7mP5MWii.', NULL, 2, 'user', NULL, '2024-03-02 12:42:15', '2024-03-02 12:42:15'),
(00000000000000005072, NULL, 'Habib', NULL, NULL, 'DHAKA', '01774930300', NULL, NULL, '$2y$10$CuSLtRDSTCVC6GYPzg24x.UksBH.kjtOAmw8XgEoutYibXLpUM34m', NULL, 2, 'user', '1', '2024-03-02 17:49:39', '2024-03-02 17:49:39'),
(00000000000000005073, NULL, 'MD Razibul Hasan', NULL, 'hasan282930@gmail.com', NULL, '01959792060', NULL, NULL, '$2y$10$rzJCH7jt9nmje9IMaPTLEelW6iE4Y7/U2Jz2T331NIuj6Y54r02vS', NULL, 2, 'user', NULL, '2024-03-03 15:42:04', '2024-03-03 15:50:35'),
(00000000000000005075, NULL, 'Monir Hasan', NULL, 'monir24@mygpsbd.net', NULL, '01710220624', NULL, NULL, '$2y$10$JlF3VOnEgEZOkbqb078GxOVBAds75sJxgLBI83pQ4CwLfx0QE7cpG', NULL, 2, 'user', NULL, '2024-03-03 17:52:37', '2024-03-03 17:52:37'),
(00000000000000005076, NULL, 'Md. Nazrul Bhuiyan', NULL, NULL, 'Tangail', '01730838156', NULL, NULL, '$2y$10$3f2mCvkEHm4F8XZcqZlasOuLQQFk5YHS0GCVD73GqdjNdSxS4FosW', NULL, 2, 'user', '1', '2024-03-04 15:31:55', '2024-03-04 15:31:55'),
(00000000000000005077, NULL, 'Kamrul Islam', NULL, NULL, NULL, '01974322024', NULL, NULL, '$2y$10$MpwwWHmFK/Qb3trYV5aXuegPE9XFfQCdLCAY.Fz6XfIOtVV67fRgi', NULL, 2, 'user', NULL, '2024-03-04 15:53:31', '2024-03-04 15:53:31'),
(00000000000000005078, NULL, 'Kona Akter', NULL, 'mygpsvts@gmail.com', NULL, '01632610276', NULL, NULL, '$2y$10$aAhUF/l0IU85fmbUJNtilOruxlkjXb8kJqlCF9nmJPncIIbHm6EMO', NULL, 0, 'sub_admin', NULL, '2024-03-04 21:57:57', '2024-06-30 06:22:38'),
(00000000000000005079, NULL, 'MD.Sakhawat', NULL, 'sakhawat@mygpsbd.net', NULL, '01768085533', NULL, NULL, '$2y$10$twuiBbvgSVLs29W4v868OuatjAKaV3P8132dQLXANlf94jDPqziwy', NULL, 2, 'user', NULL, '2024-03-05 12:19:22', '2024-03-05 12:19:22'),
(00000000000000005080, NULL, 'Supon Saha', NULL, NULL, NULL, '01868002397', NULL, NULL, '$2y$10$xaJCbyjYXAqwSEwu/PAXS.ZNnA1fqFWtW5abFUMYZaZVy/CKyCj0m', NULL, 2, 'user', NULL, '2024-03-05 12:30:59', '2024-03-05 12:30:59'),
(00000000000000005081, NULL, 'Torequl islam', NULL, NULL, NULL, '01888550483', NULL, NULL, '$2y$10$D8XODbiqHhUCw2WXFkcpMeCKR1Btb/QX/C30bKP8H7naBAJM20EjW', NULL, 2, 'user', NULL, '2024-03-05 15:29:28', '2024-03-05 15:29:28'),
(00000000000000005082, NULL, 'Mehedi Hasan', NULL, 'mehedi89@mygpsbd.net', 'Gazipur', '01781863889', NULL, NULL, '$2y$10$i6FSeTkdMtMDpTFfZydkiOL2jvHXP2Jz5HqWN.GtFS1Wh98O/dJEK', NULL, 2, 'user', '1', '2024-03-05 16:39:42', '2024-03-05 16:39:42'),
(00000000000000005083, NULL, 'Lebu', NULL, 'lebu62@mygpsbd.net', 'Tangail', '01792446262', NULL, NULL, '$2y$10$ezjiyGtLzRBqdl0E3vyxI.KgKL0crPPzPHGZqp9tdTYshowpKeVYG', NULL, 2, 'user', '1', '2024-03-05 16:55:27', '2024-03-05 16:55:27'),
(00000000000000005084, NULL, 'Md. Abir Tazim Chowdhury', NULL, 'abirtazimchowdhury1988@gmail.com', 'Bashundara Residential Area K Block Road 19 House 838', '01710554380', NULL, NULL, '$2y$10$9lFNiPtkBBizXPlpfw0cAOjHmwTGgJ0/nZMEEWYgwoguA5Uuc5eM6', NULL, 2, 'user', '1', '2024-03-05 17:30:48', '2024-03-05 17:30:48'),
(00000000000000005085, NULL, 'Md.alauddin mondol', NULL, NULL, NULL, '01784897089', NULL, NULL, '$2y$10$VnjOxLKiKzvWSJq7pe8mketzAibdivamFFX4vU59NP9GTLK4vOXQy', NULL, 2, 'user', NULL, '2024-03-05 17:36:02', '2024-03-05 17:36:02'),
(00000000000000005086, NULL, 'Habib ahsan', NULL, NULL, NULL, '01723793599', NULL, NULL, '$2y$10$/0qzA.kNQFca1hkaeew3xugc1UAHiuf8Teh9A0Sa7ZWo2lteCv.Le', NULL, 2, 'user', NULL, '2024-03-06 11:31:11', '2024-03-06 11:31:11'),
(00000000000000005087, NULL, 'Robiul', NULL, NULL, NULL, '01611202034', NULL, NULL, '$2y$10$YUsvgY1/yQmtr4jwqF2WmO0BYU.W4kwyDPYPaMeACOJ80G4QrXCZ6', NULL, 2, 'user', NULL, '2024-03-06 17:47:09', '2024-03-06 17:47:09'),
(00000000000000005088, NULL, 'Anjuman Mufidul Islam', NULL, 'anjumanmufidulislam040@gmail.com', NULL, '01712654088', NULL, NULL, '$2y$10$e2vgAbYl8XWawFQWfq2WU.XN6M8HoxR/IhJrwNhXpYCl/R266GSWO', NULL, 2, 'user', NULL, '2024-03-07 11:15:37', '2024-03-07 11:15:37'),
(00000000000000005089, NULL, 'Surokkha(cholo transport)', NULL, NULL, 'DHAKA', '01888052999', NULL, NULL, '$2y$10$fh18A9hz4OO8sqV0trBD9uqkNaMC95kXzyc.7dUdgt5PN/tzOUeBi', NULL, 2, 'user', '1', '2024-03-07 13:27:03', '2024-03-07 13:27:03'),
(00000000000000005090, NULL, 'Arafat Ali', NULL, NULL, NULL, '01815193712', NULL, NULL, '$2y$10$8UW4gWfO.QVYbdxIfwJGo.slinOj.Z./tC6hWxslO9AtXEvsobLUO', NULL, 2, 'user', NULL, '2024-03-07 16:16:52', '2024-03-07 16:16:52'),
(00000000000000005091, NULL, 'Md. Nahid Parvez', NULL, NULL, NULL, '01818861538', NULL, NULL, '$2y$10$ojkOGEgr6UWU6AMPYyofQ.xQxDfCbfko2vIrMnTCguU/2/gGkrTUS', NULL, 2, 'user', NULL, '2024-03-09 10:44:50', '2024-03-09 10:44:50'),
(00000000000000005092, NULL, 'Md. Nahid Sarkar Rana', NULL, NULL, NULL, '01711339615', NULL, NULL, '$2y$10$SgM.sQFXYzHOxtH3gSper.2yVDWSXF2whZDQXw2KlfRyWqDaCeHw6', NULL, 2, 'user', NULL, '2024-03-09 10:49:51', '2024-03-09 10:49:51'),
(00000000000000005093, NULL, 'Kamrul', NULL, NULL, NULL, '01715332231', NULL, NULL, '$2y$10$v9byGNuvnjnfosJDf0eXy.ShuQIwUcCB5a/s/St7aegBaD1MPUDsy', NULL, 2, 'user', NULL, '2024-03-10 11:11:40', '2024-03-10 11:11:40'),
(00000000000000005094, NULL, 'Johirul19', NULL, 'shagor24@mygpsbd.net', 'Tangail', '01725515319', NULL, NULL, '$2y$10$wrOwUuoyHMeAakstgbKuiuBFdCuCOOM7Q5WRkeOE7jGryDmqULINa', NULL, 2, 'user', '1', '2024-03-10 12:06:10', '2024-03-10 12:06:10'),
(00000000000000005095, NULL, 'Habibur Rahman', NULL, 'Yesimhabib@gmail.com', NULL, '01728279886', NULL, NULL, '$2y$10$nbdhZxIEpBkRvTR2imOZQOou/KEfQMG8oUlAj/w8uppEgc7eswARe', NULL, 2, 'user', NULL, '2024-03-10 15:31:20', '2024-03-10 15:31:20'),
(00000000000000005096, NULL, 'Faishal', NULL, NULL, NULL, '01730011134', NULL, NULL, '$2y$10$E5J.8j1Ug9y0uIgybRvLm.lFkkN9SP7EWFbhczsDz1YS93Hq.GW8K', NULL, 2, 'user', NULL, '2024-03-10 15:33:44', '2024-03-10 15:33:44'),
(00000000000000005097, NULL, 'Ripon', NULL, NULL, NULL, '01713030343', NULL, NULL, '$2y$10$ne93ixWh4oBAlOQusMPdm.tArW9rYNx7AIpuZELxSYRKCFYjMGhc2', NULL, 2, 'user', NULL, '2024-03-11 10:37:26', '2024-03-11 10:37:26'),
(00000000000000005098, NULL, 'Dr. Md. Musharrof Hossain', NULL, NULL, 'DHAKA', '01713042774', NULL, NULL, '$2y$10$jsN8P0t4wzVMbJ8r4.OKvOmr/LGYnx3CWK8JYsdbYzQsDwX0dqBVW', NULL, 2, 'user', '1', '2024-03-11 14:12:51', '2024-03-11 14:13:07'),
(00000000000000005099, NULL, 'Asad', NULL, 'asad49@mygpsbd.net', 'DHAKA', '01713625749', NULL, NULL, '$2y$10$4dtTzX.75dVN2wy7zuRqLuwGPTT3gJn2fQadeDZWfMKnLFcEbmvqG', NULL, 2, 'user', '1', '2024-03-11 14:15:53', '2024-03-11 14:15:53'),
(00000000000000005100, NULL, 'Azizur Rahman', NULL, 'azizdulibrary@gmail.com', NULL, '01714452555', NULL, NULL, '$2y$10$ULwOIQ3YCaOqR.eE/F89A.pe4JEy2m6dt2vVGevS7E4BnUWPdMXam', NULL, 2, 'user', NULL, '2024-03-11 15:46:44', '2024-03-11 15:46:44'),
(00000000000000005101, NULL, 'MOSHIUR RAHMAN', NULL, 'moshiur.bbi@gmail.com', NULL, '01714047395', NULL, NULL, '$2y$10$ALQIC58ROvVxnlZ4gPofCucY6Bp.JZAZnpMd9yAMbQQ4U8UJKegau', NULL, 2, 'user', NULL, '2024-03-11 17:56:38', '2024-03-11 17:56:38'),
(00000000000000005102, NULL, 'Emtiaj uddin', NULL, NULL, 'DHAKA', '01913077646', NULL, NULL, '$2y$10$ulkgF/dqbhHWR0pbDmWZy.W05Vl4LExZADuDrb3yYzGozRHCmhjIu', NULL, 2, 'user', '1', '2024-03-11 18:01:16', '2024-03-11 18:01:16'),
(00000000000000005103, NULL, 'IMRANUR RAHMAN', NULL, 'imran.baf@gmail.com', NULL, '01777985649', NULL, NULL, '$2y$10$5Lqo0xAK86s6HEcIiT4OGeyvp6lJHQMHlNi2pAW9VwFLulrqTXPLC', NULL, 2, 'user', NULL, '2024-03-12 14:07:32', '2024-03-12 14:07:32'),
(00000000000000005104, NULL, 'Manik', NULL, NULL, NULL, '01819452071', NULL, NULL, '$2y$10$OQqzCtzeTNVLUMwBwlqMDOiiNdSITwOZcRduQSNYdV445iUPXX1gq', NULL, 2, 'user', NULL, '2024-03-12 15:44:41', '2024-03-12 15:46:20'),
(00000000000000005105, NULL, 'Amam', NULL, 'amam94@mygpsbd.net', NULL, '01713093894', NULL, NULL, '$2y$10$Q2zbGqZ7Ti2bjS.QVTgJEOfalMna9/0pp7afLYV4DyFjtIHW3OOP6', NULL, 2, 'user', NULL, '2024-03-13 14:41:25', '2024-03-13 14:41:25'),
(00000000000000005106, NULL, 'SR Packaging Ltd.', NULL, 'srpackaging@mygpsbd.net', NULL, '01866964664', NULL, NULL, '$2y$10$c5cL1.ruJPkQzW4AnmVG7OiMJg7Xl7SoYacqPdM06rHPwo3.jBk5S', NULL, 2, 'user', NULL, '2024-03-14 12:27:55', '2024-03-14 12:27:55'),
(00000000000000005107, NULL, 'Arman', NULL, NULL, 'Mugdha', '01857899365', NULL, NULL, '$2y$10$cVdINtRS26g36JwVIvbwz.cFS.e/.FAwDxzzoEIte8Cdf6X6kdATW', NULL, 2, 'user', '1', '2024-03-14 13:13:58', '2024-03-14 13:13:58'),
(00000000000000005108, NULL, 'Moon Bhiyan', NULL, NULL, 'Norda', '01780326279', NULL, NULL, '$2y$10$mVjAJU5qp59LpjgTssc8r.qRMiJp36OdI7Cn3SfEWFdVWL9blUCQS', NULL, 2, 'user', '1', '2024-03-14 13:41:14', '2024-03-14 13:41:14'),
(00000000000000005109, NULL, 'Alauddin khan', NULL, NULL, 'Brahmanbaria', '01712349481', NULL, NULL, '$2y$10$p3p52DR8xWLLJT7pvMNWQedKt1ZfqPsY0CbbZL7.jQghapehyqgMe', NULL, 2, 'user', '1', '2024-03-14 16:04:01', '2024-03-14 16:04:01'),
(00000000000000005110, NULL, 'Uzzall', NULL, NULL, NULL, '01733932122', NULL, NULL, '$2y$10$SR4cvaaxKfBOStFXWlKeZ.owKn.L9AMhzpr9M2um3Yf81GLWxZxKW', NULL, 2, 'user', NULL, '2024-03-16 11:33:59', '2024-03-16 11:33:59'),
(00000000000000005111, NULL, 'Faysal Ahmed', NULL, 'Sarkarfaysal796@gmail.com', NULL, '01313368074', NULL, NULL, '$2y$10$4ZF8RgRlcE3G2G.QBn7S9eHChhInLHhBqpAcG4.Zc1Qwj645D2PaC', NULL, 2, 'user', NULL, '2024-03-16 11:40:13', '2024-03-16 11:40:13'),
(00000000000000005112, NULL, 'MT Track', NULL, NULL, 'DHAKA', '01936604906', NULL, NULL, '$2y$10$XyY7tmx8ulS2qflNonqWC.5NtqnmOC8HVdOa1OYND.kdIm56.RcMO', NULL, 2, 'user', '1', '2024-03-16 11:45:47', '2024-03-16 11:45:47'),
(00000000000000005113, NULL, 'Md. Shahinur Rahman', NULL, NULL, NULL, '01723073254', NULL, NULL, '$2y$10$TRD6XtIAvwJ9uY.LjEeaWea533XBR7rIr0cWO6BvyzvsFAGc7mmBu', NULL, 2, 'user', NULL, '2024-03-16 11:50:05', '2024-03-16 11:50:05'),
(00000000000000005114, NULL, 'Ali Hossain', NULL, 'alihossain63177@gmail.com', NULL, '01889767158', NULL, NULL, '$2y$10$Pj/ggcDG8JdCPa/wqCySYug08KfmgXQkWW23D69jNi4QDDiawP2ku', NULL, 2, 'user', NULL, '2024-03-17 12:07:33', '2024-03-17 12:07:33'),
(00000000000000005115, NULL, 'KHALED KAISAR', NULL, 'knessa3@gmail.com', NULL, '01711172316', NULL, NULL, '$2y$10$7Bv1Z5VMsDgB426icNErvOo40r65XiOmP7kZDifpO9GpB.vc0CZBW', NULL, 2, 'user', NULL, '2024-03-17 12:09:23', '2024-03-17 12:09:23'),
(00000000000000005116, NULL, 'Md Nasir', NULL, NULL, NULL, '01737707458', NULL, NULL, '$2y$10$.X3BjyOldrb574fG.37P/uFIxLncF2aUWueb9zdpMFJdHonweyXZq', NULL, 2, 'user', NULL, '2024-03-17 14:18:06', '2024-03-17 14:18:06'),
(00000000000000005118, NULL, 'Manoj', NULL, NULL, 'DHAKA', '01712154984', NULL, NULL, '$2y$10$ML6eJtiA5k1rX0eZKocMBupnaGUIaVESF0jxvPxWOAAJyXezDWHEG', NULL, 2, 'user', '1', '2024-03-17 15:24:28', '2024-03-17 15:24:28'),
(00000000000000005119, NULL, 'Manik Chandra Debnath', NULL, NULL, NULL, '01907824778', NULL, NULL, '$2y$10$vtEYX34N4phXgQ/rCJH5Fu40WCnfFNiqf.fSsS5E/cj7qCHPZMeb2', NULL, 2, 'user', NULL, '2024-03-17 16:13:45', '2024-03-17 16:13:45'),
(00000000000000005120, NULL, 'R R khan', NULL, NULL, NULL, '01749007425', NULL, NULL, '$2y$10$XQ57qH/K/qjGXAvmQr6VXOk1THPaLRyE.rr4BI3cqhF.xySdrN7OW', NULL, 2, 'user', NULL, '2024-03-18 13:11:50', '2024-03-18 13:11:50'),
(00000000000000005121, NULL, 'Dr. Rafiqul Islam Talukdar', NULL, 'rafiqul.talukdar@gmail.com', NULL, '01952238836', NULL, NULL, '$2y$10$YuLRJfx2tmR6WrMmNJvBO.VHOvN0dFjamuC50Cgl4I6FT/bkv9Zzm', NULL, 2, 'user', NULL, '2024-03-19 10:07:25', '2024-03-19 10:07:25'),
(00000000000000005122, NULL, 'Asif Adnan', NULL, 'Asifadnan05@gmail.com', NULL, '01608429339', NULL, NULL, '$2y$10$H78xVnBkJxYoMLSbNFhMSOzFDG4cdqIApUfR.ipU3UB1PtQvSSAgK', NULL, 2, 'user', NULL, '2024-03-19 10:33:12', '2024-03-19 10:33:12'),
(00000000000000005123, NULL, 'Shadauddin', NULL, NULL, NULL, '01726757056', NULL, NULL, '$2y$10$ee711xdOq7SJXgBAlaLG5ee.oDEhHWt8X/3ZX5wyjSUv4ZxagoQ86', NULL, 2, 'user', NULL, '2024-03-19 13:31:16', '2024-03-19 13:31:16'),
(00000000000000005124, NULL, 'Majedur', NULL, NULL, 'Tangail', '01621332010', NULL, NULL, '$2y$10$/tfTmMduNzzkw3uCFeSyyOceVxdP7NhgpkfLDt.etSKCJKQ6PJ7W2', NULL, 2, 'user', '1', '2024-03-20 09:51:12', '2024-03-20 09:51:12'),
(00000000000000005125, NULL, 'Benoy', NULL, NULL, 'DHAKA', '01724804019', NULL, NULL, '$2y$10$w6fe67EAz79nFcmh8SIVgeqwjMnBr5QOsa.kh8yTiMi1jWt.IejjO', NULL, 2, 'user', '1', '2024-03-20 09:54:03', '2024-03-20 09:54:03'),
(00000000000000005126, NULL, 'SKYTECH2', NULL, NULL, 'DHAKA', '01722095225', NULL, NULL, '$2y$10$cOC6Oam/x4m.NW6TAWxSkOZJ1ck3HzcpRX0QeYSV8Ta78wCkLAoOC', NULL, 2, 'user', '1', '2024-03-20 13:16:40', '2024-03-20 13:16:40'),
(00000000000000005127, NULL, 'Aynal Islam', NULL, NULL, NULL, '01622069933', NULL, NULL, '$2y$10$AutRPAQZmkQUW9BYsdxLbOB.d2MCPl506wsfIhUHzbxJnWVh.SZBy', NULL, 2, 'user', NULL, '2024-03-20 13:20:35', '2024-03-20 13:20:35'),
(00000000000000005128, NULL, 'LITON', NULL, NULL, NULL, '01829156506', NULL, NULL, '$2y$10$mS5HX5E2Dz9URbvvLyGMNel3h/bWSAeReion4nEPL/jtXlDsB1BbS', NULL, 2, 'user', NULL, '2024-03-20 14:01:54', '2024-03-20 14:01:54'),
(00000000000000005129, NULL, 'ROBIUL', NULL, NULL, NULL, '01739560390', NULL, NULL, '$2y$10$Git1gztzd9lqvsRobFcxR.4izEFiajCevproIi8wYUYobQHucEG5O', NULL, 2, 'user', NULL, '2024-03-20 15:48:21', '2024-03-20 15:48:21'),
(00000000000000005130, NULL, 'Samir', NULL, NULL, 'Bogura', '01785968642', NULL, NULL, '$2y$10$JmczyWyxMr8xEaIHYcjPp.nHKPOpk3kXeE4gVc9fn9tcJAk18qLW6', NULL, 2, 'user', '1', '2024-03-20 15:53:26', '2024-03-20 15:53:26'),
(00000000000000005131, NULL, 'Halal', NULL, NULL, 'Gazipur', '01970029657', NULL, NULL, '$2y$10$sCHfnw.N/MvRY.D7dPmmJeWvTEBnHEem4Dfiqzpf27YuJtZCmbuuG', NULL, 2, 'user', '1', '2024-03-21 10:41:14', '2024-03-21 10:41:14'),
(00000000000000005132, NULL, 'Manik', NULL, NULL, 'DHAKA', '01713530239', NULL, NULL, '$2y$10$m8l1nd/4OUugSsx6Rnb3deYKgtdpXCWNwrtEOgMoj4Ce8vX/gIsLi', NULL, 2, 'user', '1', '2024-03-21 12:46:16', '2024-03-21 12:46:16'),
(00000000000000005133, NULL, 'Onfleet GPS', NULL, NULL, 'kollanpur', '01923113300', NULL, NULL, '$2y$10$tD0fjyYeROOeu6YmR5P26eA4IUnj6afjBmusBNKoyd4WLvVS/g5F2', NULL, 2, 'user', '1', '2024-03-21 12:49:28', '2024-03-21 12:49:28'),
(00000000000000005134, NULL, 'Abu Salah MD Shake Saeem', NULL, 'Shake.saeem2@gmail.com', NULL, '01858122465', NULL, NULL, '$2y$10$OIuUXQeiucnVYoJ9VVfLve4rVIfLYXWGunwfc3ZV.7LHpjjHaaW/S', NULL, 2, 'user', NULL, '2024-03-23 10:30:07', '2024-03-23 10:30:07'),
(00000000000000005135, NULL, 'Showkot', NULL, NULL, 'CTG', '01815573704', NULL, NULL, '$2y$10$CybArr3ujNZKXICfwBB3ne3a8SlZH6PXBqlf2AMquaRFDx4x4kQm6', NULL, 2, 'user', '1', '2024-03-23 10:32:33', '2024-03-23 10:32:33'),
(00000000000000005136, NULL, 'Motalib', NULL, NULL, NULL, '01922801640', NULL, NULL, '$2y$10$T5zSBERgFONiQzshA6Skv.g5WImdn1hd9Ih1ZvwaR9Bq.Rk33vQWi', NULL, 2, 'user', NULL, '2024-03-23 15:07:23', '2024-03-23 15:07:23'),
(00000000000000005137, NULL, 'Jamal', NULL, NULL, 'DHAKA', '01862275016', NULL, NULL, '$2y$10$X7bs/rCH7TC.NKICv.lHf.6mFaNt0.haPNN0fWzmEIhotLmEaJo0O', NULL, 2, 'user', '1', '2024-03-23 15:12:59', '2024-03-23 15:12:59'),
(00000000000000005138, NULL, 'Md Repon Ali', NULL, NULL, 'DHAKA', '01727108944', NULL, NULL, '$2y$10$eGfX1rFomeJ5MaoW0UOSfOzpOpsKEpTAJ6/RXELiLCr/TzY3bVW6q', NULL, 2, 'user', '1', '2024-03-23 15:17:06', '2024-03-23 15:17:06'),
(00000000000000005140, NULL, 'Rezaul Karim Shamee', NULL, 'rezaulkarim4984@gmail.com', NULL, '01717414984', NULL, NULL, '$2y$10$0rd6MR9eV7agWgd7FehoD.nDlqhYMmZZ/G0/PMBB9zsUcwsz1cjJu', NULL, 2, 'user', NULL, '2024-03-23 15:28:02', '2024-03-23 15:28:02'),
(00000000000000005142, NULL, 'Md.Fazlul Quader Chowdhury', NULL, NULL, NULL, '01711200696', NULL, NULL, '$2y$10$beBhu2gblNcs53Vi87/.busORB.ivyt4JftFR7fRjq0yGuqXRORIK', NULL, 2, 'user', NULL, '2024-03-24 10:26:57', '2024-03-24 10:26:57'),
(00000000000000005143, NULL, 'Parvez', NULL, 'parvez2020bd@gmail.com', 'parvez2020bd@gmail.com', '01911221723', NULL, NULL, '$2y$10$4JgFS1uox6BDRX206pta7eYwGQdpSi8.N06/lWlKEVEDekf93l8Lq', NULL, 2, 'user', '1', '2024-03-24 14:45:38', '2024-03-24 14:45:54'),
(00000000000000005144, NULL, 'Jakir Hossain', NULL, 'jakir40@mygpsbd.net', NULL, '01920993940', NULL, NULL, '$2y$10$dvoEet2GqPUFdOSPxerAOeSC9EZyPdpWIBDvFHZjb6Fpk0rj7VszC', NULL, 2, 'user', NULL, '2024-03-25 12:45:12', '2024-03-25 12:45:12'),
(00000000000000005145, NULL, 'Sohel Ahmed', NULL, 'sohel394433@yahoo.com', NULL, '01730341205', NULL, NULL, '$2y$10$nvTtImv7N2SqOMsHKS03Le/wKjKzQqrcwTpbjUqFeP8JIak5zqEj6', NULL, 2, 'user', NULL, '2024-03-25 15:09:53', '2024-03-25 15:09:53'),
(00000000000000005146, NULL, 'Arif', NULL, 'arif54@mygpsbd.net', 'DHAKA', '01971668854', NULL, NULL, '$2y$10$hX95UWXHZSbKPm.TnnmQCO2PvL7Z/VUm25tDs1BRh/4qlJWdrjK9m', NULL, 2, 'user', '1', '2024-03-25 16:02:44', '2024-03-25 16:02:44'),
(00000000000000005148, NULL, 'Ehsanul Parvez', NULL, 'parvez770@yahoo.com', NULL, '01715087778', NULL, NULL, '$2y$10$5EKUmTczFgqD2U94fFHttuHxpkmvfSIrPCQDEk0cNgzJMF2XN.zIO', NULL, 2, 'user', NULL, '2024-03-27 10:58:30', '2024-03-27 10:59:01'),
(00000000000000005149, NULL, 'Md. Shahed Ashraf', NULL, 'shahed.ashraf@gmail.com', NULL, '01712513272', NULL, NULL, '$2y$10$kCiCK..QBGresS6dpaaJze/KP888Agkm1Px9zYqMG52CuSgOPsZ8a', NULL, 2, 'user', NULL, '2024-03-27 11:04:00', '2024-03-27 11:04:00'),
(00000000000000005150, NULL, 'D.M.Liton', NULL, 'dmliton@mygpsbd.net', 'Tangail', '01733979993', NULL, NULL, '$2y$10$pHbpqB3YQnDyWfAf9tD6oO9MHHChBeyDCxujvPhgpcZIuDsK6LXN6', NULL, 2, 'user', '1', '2024-03-27 11:16:44', '2024-03-27 11:16:44'),
(00000000000000005151, NULL, 'Mamun', NULL, 'Abdulla.mamun1@radiant.com.bd', NULL, '01629032930', NULL, NULL, '$2y$10$FRXbqtxGEIGbtu0V968JneLkw8ANXJ3ZfwjyA83DimjaQc.hjC9JK', NULL, 2, 'user', NULL, '2024-03-28 10:38:19', '2024-03-28 10:38:19'),
(00000000000000005152, NULL, 'Junaid Waheedi', NULL, 'waheedi1965@gmail.com', NULL, '01711544831', NULL, NULL, '$2y$10$A90MyZxvKaioRLgJeSVIA.6QqVCKsko9ozsGvSa7aTBW9MgvT4SBC', NULL, 2, 'user', NULL, '2024-03-28 12:59:29', '2024-03-28 12:59:29'),
(00000000000000005153, NULL, 'Zobair Hassan', NULL, 'zobair06@mygpsbd.net', NULL, '01710475306', NULL, NULL, '$2y$10$QYHBlfwrhGpLZFQ15lA3seKCZTgaI8SDI/89oOQqX95elqVbaOHFC', NULL, 2, 'user', NULL, '2024-03-30 13:17:42', '2024-03-30 13:17:42'),
(00000000000000005154, NULL, 'Shawon', NULL, NULL, 'DHAKA', '01611903541', NULL, NULL, '$2y$10$ndDetxEe88wISAcM6Myvier4FWnUoxmbmpJxJAXuI20GTyEtPkQ9u', NULL, 2, 'user', '1', '2024-03-30 13:39:32', '2024-03-30 13:39:32'),
(00000000000000005155, NULL, 'Mehedi', NULL, NULL, 'DHAKA', '01881231383', NULL, NULL, '$2y$10$uWzvDjmwBRggg5vkIcPIW.GMTYSAsPRs6nLntRR1v9usom7mC3sTy', NULL, 2, 'user', '1', '2024-03-30 13:51:06', '2024-03-30 13:51:06'),
(00000000000000005156, NULL, 'Saidur', NULL, NULL, NULL, '01733880653', NULL, NULL, '$2y$10$AvE/MbmjusxzpLsP78unkOFFuuDlcRwOLDJx5b6d50RwVi10F2EE.', NULL, 2, 'user', NULL, '2024-03-31 10:39:27', '2024-03-31 10:39:27'),
(00000000000000005157, NULL, 'Md. Ashikur Rahman', NULL, 'mohammadashikrahman88@gmail.com', NULL, '01767820862', NULL, NULL, '$2y$10$GnmPvGbJoo2eEo1GiQNbZulKRVcfMfLjgJPitPIdDIullse7oVRoa', NULL, 2, 'user', NULL, '2024-03-31 13:46:05', '2024-03-31 13:46:05'),
(00000000000000005158, NULL, 'Nazrul islam', NULL, NULL, NULL, '01742043300', NULL, NULL, '$2y$10$fRtpP4jHzXBgpZGfmsbeCu/WgCRq4bhKGgJy7TgRNsA80ovmDpOWa', NULL, 2, 'user', NULL, '2024-04-01 14:37:19', '2024-04-01 14:37:19'),
(00000000000000005159, NULL, 'Abu Saleh Musa', NULL, 'Sh.fm1000@gmail.com', NULL, '01910384600', NULL, NULL, '$2y$10$TP3cxkHSh8OYWmd8eHNWIOTTfvU6lTQ4tK5ZTCWYWF8JHAGeU0XmC', NULL, 2, 'user', NULL, '2024-04-01 14:49:54', '2024-04-01 14:50:21'),
(00000000000000005160, NULL, 'Md. Mehedi Hossain', NULL, NULL, NULL, '01912316861', NULL, NULL, '$2y$10$FaMfEfYFGgwdqbM8csV4LOf584mLwchZ8s8rVr1OCej96thFO5R3G', NULL, 2, 'user', NULL, '2024-04-01 14:52:56', '2024-04-01 14:52:56'),
(00000000000000005161, NULL, 'Md. Sohail', NULL, 'sohail@mygpsbd.net', NULL, '01912010537', NULL, NULL, '$2y$10$NuwLaH3uP49/dYWCNChk3eQtBdj6MJ1EgeCGorNkRUQw38uWCYXB.', NULL, 2, 'user', NULL, '2024-04-01 14:56:51', '2024-04-01 14:56:51'),
(00000000000000005162, NULL, 'AKM Nurunnabi', NULL, 'nurunnabi3013@gmail.com', NULL, '01711113901', NULL, NULL, '$2y$10$SBoPu8GZCvIcPYbEU.GdKeVrpo8SmG.M1G2CNraFObcBBwfMOoose', NULL, 2, 'user', NULL, '2024-04-01 15:02:45', '2024-04-01 15:02:45'),
(00000000000000005164, NULL, 'Yousuf', NULL, NULL, NULL, '01716345784', NULL, NULL, '$2y$10$7KL49qiYJlmTAPVkqg2N7.d/Fj0Cc.qanJVQjShyZzqSTsffHOte.', NULL, 2, 'user', NULL, '2024-04-02 15:07:23', '2024-04-02 15:07:23'),
(00000000000000005165, NULL, 'Dr Rajesh', NULL, 'rajeshmajumdar73@gmail.com', NULL, '01714223820', NULL, NULL, '$2y$10$EImLJdRmuqJ4rmzV4lHKfuNs6Vfc.h7eBNvkPyXKOiYV1q6Ch9B96', NULL, 2, 'user', NULL, '2024-04-02 15:34:32', '2024-04-02 15:34:32'),
(00000000000000005166, NULL, 'MOSHAROOF HOSSEN', NULL, NULL, NULL, '01716419821', NULL, NULL, '$2y$10$Yq8Fe.YkBf9j2oXUVxYSCejNFBr/Q0CeaTR/IsbUoT4MMxAAMxMHe', NULL, 2, 'user', NULL, '2024-04-03 09:41:43', '2024-04-03 09:41:43'),
(00000000000000005167, NULL, 'G M Khaled Hossain', NULL, 'prolink399@hotmail.com', 'H-57, R-7/A, B-H, bonani', '01671007777', NULL, NULL, '$2y$10$N.nAsJAC8GY9v4Ebw8mbZ.3qTFku7lj7Jksx7vNePJXqXZlXVsYJe', NULL, 2, 'user', '1', '2024-04-03 12:38:13', '2024-04-03 12:38:13'),
(00000000000000005168, NULL, 'Mizanur', NULL, NULL, NULL, '01711821627', NULL, NULL, '$2y$10$sVvCljTU8kGc7Qexbd/Td.QakcZ7uIQd4UImgBE.Bw22WpF3vHVSK', NULL, 2, 'user', NULL, '2024-04-04 12:31:38', '2024-04-04 12:33:11'),
(00000000000000005169, NULL, 'Jiku biswas', NULL, NULL, 'DHAKA', '01744966711', NULL, NULL, '$2y$10$Q7cNVJQx8Kr5nNNnmTpo/uSLau/mLgGkYJ7.0Oo4tHv7s3DgddC4.', NULL, 2, 'user', '1', '2024-04-04 12:58:05', '2024-04-04 12:58:05'),
(00000000000000005170, NULL, 'Hasan Patowary', NULL, 'hasan88@mygpsbd.net', NULL, '01600298788', NULL, NULL, '$2y$10$4W8UX7mMTKHtl9u/Qjw2le5EheofUUyxfE1CobWsyxPjue8HTG1V2', NULL, 2, 'user', NULL, '2024-04-04 14:32:35', '2024-04-04 14:32:35'),
(00000000000000005171, NULL, 'Nabil', NULL, NULL, NULL, '01746427385', NULL, NULL, '$2y$10$sMJJ6zvy3AxXPWBUX6lVKuc8owET4ZHH7hg/DpJ3hQBkfq9dVzZi2', NULL, 2, 'user', NULL, '2024-04-04 14:44:44', '2024-04-04 14:44:44'),
(00000000000000005172, NULL, 'Apu', NULL, NULL, 'Tangail', '01734165202', NULL, NULL, '$2y$10$iEg3z8Fhy9SG/IQNbEOJDOzOSy4y8SIlQg7ChoyRfbchqwoodjMa6', NULL, 2, 'user', '1', '2024-04-04 15:42:05', '2024-04-04 15:42:05'),
(00000000000000005173, NULL, 'Monir', NULL, NULL, NULL, '01716284310', NULL, NULL, '$2y$10$hjCZBw.0PqtQ4FKHK1bJA.OM5mryI8bf6nRQnHf0ryCBIyxXvyPk.', NULL, 2, 'user', NULL, '2024-04-06 14:47:28', '2024-04-06 14:47:28'),
(00000000000000005175, NULL, 'Wox GPS', NULL, NULL, NULL, '01701667743', NULL, NULL, '$2y$10$mPm92WwW4Vvf7LbEXyByyOtK1ecl2fv5xiAtSwcjHEXOm44mjWXmq', NULL, 2, 'user', NULL, '2024-04-06 15:50:19', '2024-04-06 15:50:19'),
(00000000000000005176, NULL, 'MD AIUB ALI', NULL, NULL, NULL, '01754561140', NULL, NULL, '$2y$10$5BNP7JnIxYY2V08Oe1cXMOnJjPLW.cVyU8Mc9HMuIktfxOkF9BP.a', NULL, 2, 'user', NULL, '2024-04-06 15:52:45', '2024-04-06 15:52:45'),
(00000000000000005177, NULL, 'Kamrul', NULL, NULL, 'mirpur', '01671172144', NULL, NULL, '$2y$10$ZyVXwKJrPYFM7dNY25e9qOlT03gFlqavTixElkJhLH7b3ZjuwByeC', NULL, 2, 'user', '1', '2024-04-06 15:59:52', '2024-04-06 15:59:52'),
(00000000000000005178, NULL, 'Md. Saiful Huq Rasel', NULL, 'rasel.bsl@gmail.com', NULL, '01621475715', NULL, NULL, '$2y$10$awwvwXLfoor2WlY1rzHE0edyvkNO1yIqwlWvuCxtMqhAgdgdRI7Ci', NULL, 2, 'user', NULL, '2024-04-07 11:39:49', '2024-04-07 11:39:49'),
(00000000000000005179, NULL, 'Amir', NULL, NULL, NULL, '01641081177', NULL, NULL, '$2y$10$a8jRAbItCOJfA4q8iLskJ.PbybTtNr1RXIzveF3pMlVkswM/81QxG', NULL, 2, 'user', NULL, '2024-04-07 12:43:38', '2024-05-27 14:14:37'),
(00000000000000005180, NULL, 'Mohammad Tanvir Rahman', NULL, 'tanvirrahmanrahman@gmail.com', NULL, '01733204964', NULL, NULL, '$2y$10$lesmxCulLH0jx4UF/.YsfuHc.SQIg4LJSz4GPrqt718AzLUFNA6le', NULL, 2, 'user', NULL, '2024-04-07 12:48:48', '2024-04-07 12:48:48'),
(00000000000000005181, NULL, 'Md. Sanaul', NULL, NULL, NULL, '01718842083', NULL, NULL, '$2y$10$k8l90sZEyzN2QSkNW8B6DeRUjqkaiYLlD9a0m8Yr8N0x3t5CmRxQG', NULL, 2, 'user', NULL, '2024-04-08 10:19:05', '2024-04-08 10:19:05'),
(00000000000000005182, NULL, 'ALOMGIR', NULL, NULL, NULL, '01815229738', NULL, NULL, '$2y$10$3zfgpDwfscEDgXuPRt7QTOkDnW6lJNfRbMepy9e2h1VXyeCEysTDe', NULL, 2, 'user', NULL, '2024-04-08 13:03:40', '2024-04-08 13:03:40'),
(00000000000000005183, NULL, 'SOURAV AHMED', NULL, NULL, NULL, '01947474758', NULL, NULL, '$2y$10$T7r0eF/Iqs7MdjpfTri0POGi4l8075GV10spyQ96.bBm4XenZyM32', NULL, 2, 'user', NULL, '2024-04-17 11:19:34', '2024-04-17 11:19:34'),
(00000000000000005184, NULL, 'Rayhan', NULL, NULL, 'Savar', '01747400434', NULL, NULL, '$2y$10$eutKxsbCcl7FtxjFsuIp.uiMDohgoBDGAuJKhnqKPwf0Iqce/padq', NULL, 2, 'user', '1', '2024-04-17 12:58:06', '2024-04-17 12:58:06'),
(00000000000000005185, NULL, 'Fahad hassan sagor', NULL, NULL, NULL, '01911705773', NULL, NULL, '$2y$10$K1CcAsgfSqd4UG6.cUP0geCpD3HEhkuiPguLZ9/aWjaK61hzkvXlu', NULL, 2, 'user', NULL, '2024-04-17 13:18:20', '2024-04-17 13:18:20'),
(00000000000000005186, NULL, 'Mohammad Motaher', NULL, NULL, NULL, '01748252610', NULL, NULL, '$2y$10$89dbtyZcjXfKNqcSUSX0gO3Nx3sEyRqz1lE18HYcjbcpk/HXCXY9W', NULL, 2, 'user', NULL, '2024-04-17 13:23:06', '2024-04-17 13:23:06'),
(00000000000000005187, NULL, 'Kazi Rakib', NULL, 'kazirakib0199@gmail.com', NULL, '01626070738', NULL, NULL, '$2y$10$NQui3UucLaRNw8j9UaztNeLvtaIT7zaXGmvSUlHBPW6vX2Geetv9y', NULL, 2, 'user', NULL, '2024-04-17 15:28:20', '2024-04-17 15:28:20'),
(00000000000000005188, NULL, 'Md Golam Mostofa', NULL, NULL, NULL, '01712512277', NULL, NULL, '$2y$10$6i0mTLfGZnAr.iADiyOgE.yy3yaQxQq6SPgyxly5PYWXxKez3ngzy', NULL, 2, 'user', NULL, '2024-04-17 16:29:00', '2024-04-17 16:29:00'),
(00000000000000005189, NULL, 'Md. Ramjan Ali', NULL, NULL, NULL, '01714334036', NULL, NULL, '$2y$10$qQ0BJ9e3h8PuSHGRpGgMqe7MoM.kgzinaN96eVShGfYMTs.DFhxOu', NULL, 2, 'user', NULL, '2024-04-17 16:50:56', '2024-04-17 16:50:56'),
(00000000000000005190, NULL, 'Md. Torikul Islam', NULL, 'rahmot47@mygpsbd.net', NULL, '01944835542', NULL, NULL, '$2y$10$BuV5AVeWEnA1DzP0i5035OB3Tr5Scw6C7QIO4wgSm470JypndlaXa', NULL, 2, 'user', NULL, '2024-04-17 17:15:22', '2024-04-17 17:15:22'),
(00000000000000005191, NULL, 'Moniruddin', NULL, 'moniruddin74@mygpsbd.net', 'DHAKA', '01711369974', NULL, NULL, '$2y$10$qxlloUidK2OBi.a3GoUgiuGaeUsrY8jPRhgENQTSPdmEr3o6DZcmK', NULL, 2, 'user', '1', '2024-04-17 17:19:40', '2024-04-17 17:19:40'),
(00000000000000005192, NULL, 'Md Samimul', NULL, NULL, 'DHAKA', '01614162680', NULL, NULL, '$2y$10$BDqJKQ7uhkH8GlYntn6Lze1KigDqym5X2GRDBMSZ6ZU5mtaCJqXmO', NULL, 2, 'user', '1', '2024-04-17 17:59:01', '2024-04-17 17:59:01'),
(00000000000000005193, NULL, 'Mohin Habib', NULL, NULL, NULL, '01613479653', NULL, NULL, '$2y$10$5PDNQhWmEH.2q2PdoQe27.iNypQ/R7j4sL7i/jFHUeHM4ClzavKWG', NULL, 2, 'user', NULL, '2024-04-18 12:28:10', '2024-04-18 12:28:25'),
(00000000000000005194, NULL, 'Dr. Md. Nadim Kamal', NULL, 'nadimkamalpmr2014@gmail.com', NULL, '01714036686', NULL, NULL, '$2y$10$QWq1dDqih0hrvi6X7jghDuDedgXnBifnhvdA4u.IFUNCQGfvAR45a', NULL, 2, 'user', NULL, '2024-04-18 14:55:49', '2024-04-18 14:55:49'),
(00000000000000005195, NULL, 'Ashiqur', NULL, NULL, 'DHAKA', '01712511005', NULL, NULL, '$2y$10$LDGNRk446QiCD3LzbM8XPOh9VwREoXUXx5Jb/pQK/yhycjq5EkAoS', NULL, 2, 'user', '1', '2024-04-21 11:57:04', '2024-04-21 11:57:04'),
(00000000000000005196, NULL, 'Utchas', NULL, NULL, 'Dhaka', '01876891649', NULL, NULL, '$2y$10$OamyDFNJFhqZc7nAl.V8Iev5kva42gwwzf9jXsV1MrYe5L6TrOzD6', NULL, 2, 'user', '1', '2024-04-21 12:16:07', '2024-04-21 12:16:07'),
(00000000000000005197, NULL, 'MR Rana', NULL, NULL, 'Dhaka', '01672111405', NULL, NULL, '$2y$10$LD.QoDqalzGt9MT6LTCnoOLXgVYb6cAhl/7.ZKyzK5X6O20vjsee2', NULL, 2, 'user', '1', '2024-04-21 12:28:34', '2024-04-21 12:28:34'),
(00000000000000005198, NULL, 'MD Rustom Ali', NULL, '94rustom@gmail.com', NULL, '01917726798', NULL, NULL, '$2y$10$XhFA/K4JT.wK.y/YFEtagONywG7Mu3Vdl/4Wiucfdq0qDhbSk1dLu', NULL, 2, 'user', NULL, '2024-04-21 12:30:00', '2024-04-21 12:30:00'),
(00000000000000005199, NULL, 'Md. Rafiqul islam', NULL, 'rafiqul16@mygpsbd.net', NULL, '01855913716', NULL, NULL, '$2y$10$1Yu8Q/0F99unwNjD3k08ouno6SotSp8Vt/SjGE3522Flsaz4DQr5q', NULL, 2, 'user', NULL, '2024-04-21 12:44:42', '2024-04-21 12:44:42'),
(00000000000000005200, NULL, 'Md.syfuddin shekh', NULL, 'syfuddin92@gmail.com', NULL, '01739484352', NULL, NULL, '$2y$10$gM69pCj.Ji8ld7ljj2H0ZOxyI1yUtPQy6SBEyjBZ4XdxvmxCnRNqe', NULL, 2, 'user', NULL, '2024-04-21 13:04:15', '2024-04-21 13:04:15'),
(00000000000000005201, NULL, 'Abdul Momen', NULL, NULL, 'tangail', '01716540946', NULL, NULL, '$2y$10$phulVHSNMgdUwqIQ/nEmFOUSfoU7y/vhpyzOj5L0gOpunSEiK60qK', NULL, 2, 'user', '1', '2024-04-21 15:25:54', '2024-04-21 15:25:54'),
(00000000000000005202, NULL, 'Johirul', NULL, NULL, 'tangail', '01716985683', NULL, NULL, '$2y$10$ZqRF2F6MRY3V7nGFWsgsduT.hSOk6f1RpYaFbtV84qjbKnWTNhmDy', NULL, 2, 'user', '1', '2024-04-21 16:10:31', '2024-04-21 16:10:31'),
(00000000000000005203, NULL, 'FATMA HARUN', NULL, NULL, NULL, '01515614575', NULL, NULL, '$2y$10$JOlGpTlqREOlbdGgnN9NPOT7uZGwmdzQkcmY8aPCDD4KVxzploNpa', NULL, 2, 'user', NULL, '2024-04-22 13:29:57', '2024-04-22 13:29:57'),
(00000000000000005204, NULL, 'Shajib', NULL, 'khanshajib91@gmail.com', NULL, '01616363679', NULL, NULL, '$2y$10$fdhUhKlc6bAA5gpOGQDRr.1AG93kH4qnSQT2gatoTz4aC7/avKk2K', NULL, 2, 'user', NULL, '2024-04-22 16:48:21', '2024-04-22 16:48:21'),
(00000000000000005205, NULL, 'Alauddin', NULL, NULL, NULL, '01890778634', NULL, NULL, '$2y$10$HnQIaHhTkcKdI.NBph2rV.UJ0QoGKDRF2EJW2fXdX9fEFoIUEEYsK', NULL, 2, 'user', NULL, '2024-04-23 12:27:40', '2024-04-23 12:27:40'),
(00000000000000005206, NULL, 'Syed Titon', NULL, NULL, 'Tangail', '01715634670', NULL, NULL, '$2y$10$EAxFZl4AlMy4pJHzlbwJNuizWOqeOnrAC/NjmAElDMC.EXIcLAkVi', NULL, 2, 'user', '1', '2024-04-23 15:01:15', '2024-04-23 15:01:15'),
(00000000000000005207, NULL, 'Omar Faruk', NULL, NULL, NULL, '01314633705', NULL, NULL, '$2y$10$/bRHYj0r6QHnaAQYSHFMC.O4qteoLvwSLvg6D1wKv22GXnlK3/6B2', NULL, 2, 'user', NULL, '2024-04-23 15:03:57', '2024-04-23 15:03:57'),
(00000000000000005208, NULL, 'Muhammad Mustofa Kamal', NULL, NULL, NULL, '01704091827', NULL, NULL, '$2y$10$uM/.ZrK0ZY0YgcvX5RusYO7IJOfFJUjBZ65.Eplmu3mscWMYDui8y', NULL, 2, 'user', NULL, '2024-04-23 15:09:47', '2024-04-23 15:09:47'),
(00000000000000005209, NULL, 'Azhar Mahmud', NULL, NULL, 'DHAKA', '01752013723', NULL, NULL, '$2y$10$KW2qx6MwcF3cxuafBKAv8u33Di3xSELjOqfIVpaG8TOJcK2f.5nCO', NULL, 2, 'user', '1', '2024-04-23 17:20:58', '2024-04-23 17:20:58'),
(00000000000000005210, NULL, 'Mahabubu Hossain', NULL, NULL, 'DHAKA', '01971682346', NULL, NULL, '$2y$10$LtTi5LYYFkAd.WVwDLLKhumZrUF77J2bsi.o2XH8XnrUUyHQo2VSe', NULL, 2, 'user', '1', '2024-04-23 17:28:01', '2024-04-23 17:28:01'),
(00000000000000005211, NULL, 'Abdul Ali', NULL, NULL, 'DHAKA', '01910584922', NULL, NULL, '$2y$10$0jM4Z.F3znShyT3eQnTZHu0L0G705HA3eD5NIrOixoCDRQZKlhHGa', NULL, 2, 'user', '1', '2024-04-24 12:22:59', '2024-04-24 12:22:59'),
(00000000000000005212, NULL, 'Mahbub', NULL, NULL, NULL, '01625825561', NULL, NULL, '$2y$10$sFgxseHxkggb8u6eVafBWe/ekAzFyUJs3InSVYiO0aoofKkcNXBl2', NULL, 2, 'user', NULL, '2024-04-24 12:26:26', '2024-04-24 12:26:26'),
(00000000000000005213, NULL, 'Al Khalil Air Intl', NULL, NULL, 'CTG', '01819909434', NULL, NULL, '$2y$10$iSRt6qqzgZMVACwZ6lQoe./iJeBo6rD7MbPiEHOhP08.bAjPGWe4i', NULL, 2, 'user', '1', '2024-04-24 13:22:29', '2024-04-24 13:22:29'),
(00000000000000005214, NULL, 'AKM Samiul Islam', NULL, NULL, 'Manikgonj', '01791746349', NULL, NULL, '$2y$10$mU3BeO/QBIic5il7Q4lpvOoL.1Tp0TqeAIlId4Ei9fRYQICn1z6bS', NULL, 2, 'user', '1', '2024-04-24 13:46:26', '2024-04-24 13:46:26'),
(00000000000000005215, NULL, 'Md.Al-Amin Sarker', NULL, 'aminfabricsbd@gmail.com', NULL, '01711591885', NULL, NULL, '$2y$10$emPjyPnK4hR0/Rko4ye.1u5EAvdGiBS5XK8nbvcGZr8DuFjmlkAYK', NULL, 2, 'user', NULL, '2024-04-25 14:29:19', '2024-04-25 14:29:19'),
(00000000000000005216, NULL, 'Rizwan Mahmood', NULL, NULL, NULL, '01819185311', NULL, NULL, '$2y$10$Chdfi3tJPXEG7wFfR/1gpuQSYxp49/8XIM8T7AgRHju4xHfeVuN6.', NULL, 2, 'user', NULL, '2024-04-25 14:33:32', '2024-04-25 14:33:32'),
(00000000000000005217, NULL, 'Rubel', NULL, NULL, 'Manikgonj', '01743094980', NULL, NULL, '$2y$10$/6vL9X1YiKSTdXTeavhC8uIszVdVEzMwX7RhijmWxM/nnwpJ9MUOm', NULL, 2, 'user', '1', '2024-04-25 15:30:48', '2024-04-25 15:30:48'),
(00000000000000005218, NULL, 'Faruk', NULL, NULL, NULL, '01712349975', NULL, NULL, '$2y$10$3IdOBhClmsG2rTtPHco5M.ewxYN9K1fGXWYDcZ3eBqc1qGrnDE.AW', NULL, 2, 'user', NULL, '2024-04-25 16:46:34', '2024-04-25 16:46:34'),
(00000000000000005219, NULL, 'Arif', NULL, 'arif22@mygpsbd.net', 'CTG', '01746510422', NULL, NULL, '$2y$10$zg3YJGMJstT2r.R/aHuGV.aYueaFsvdieMpkunJUjmKhzh7l6.tgC', NULL, 2, 'user', '1', '2024-04-25 17:16:56', '2024-04-25 17:16:56'),
(00000000000000005220, NULL, 'Nusrat Anik Tonu', NULL, 'tonu99@mygpsbd.net', NULL, '01673777099', NULL, NULL, '$2y$10$Zo6ukyjWm3MR6sKzaRFsRO504NQjTiTK0ACoKJ204womjTQdzWbfe', NULL, 2, 'user', NULL, '2024-04-27 11:28:47', '2024-04-27 11:28:47'),
(00000000000000005221, NULL, 'Liton saha', NULL, 'litonsaha@mygpsbd.net', 'Tangail', '01723613906', NULL, NULL, '$2y$10$Z4bM8CFZoMrMbKjvumzlDeuBy56DFyYbcMdHl74tJs8u62dQv.Pge', NULL, 2, 'user', '1', '2024-04-27 12:36:44', '2024-04-27 12:36:44'),
(00000000000000005222, NULL, 'Solaiman', NULL, NULL, 'DHAKA', '01720347788', NULL, NULL, '$2y$10$8.2SFiY91Dbcro/nsQOL0uL3XkpUUBoBqglUs4luYcv42NH4BDaCi', NULL, 2, 'user', '1', '2024-04-27 17:16:40', '2024-04-27 17:16:40'),
(00000000000000005223, NULL, 'Rezwan Rafiq', NULL, NULL, NULL, '01711925048', NULL, NULL, '$2y$10$Tp3MgB.kcHgdW.A.Od.AguCP5lVeSEte2J6Gz0vEs4u2J3SEGlNrq', NULL, 2, 'user', NULL, '2024-04-28 11:46:41', '2024-04-28 11:46:41'),
(00000000000000005224, NULL, 'Abu', NULL, NULL, NULL, '01723791276', NULL, NULL, '$2y$10$TCRFyobDPzJY4fSX/Y4PKeQsI00EO4YZywKYUmoevlVbjIaLPrORy', NULL, 2, 'user', NULL, '2024-04-28 11:56:55', '2024-04-28 11:56:55'),
(00000000000000005225, NULL, 'Prodip Roy', NULL, NULL, NULL, '01990105069', NULL, NULL, '$2y$10$ypMj6MSoIk1Ip/N50U06v.Ip3RZ5/LGR6A7DbXFhZJijA7Am6p7qy', NULL, 2, 'user', NULL, '2024-04-28 12:51:47', '2024-04-28 12:51:47'),
(00000000000000005226, NULL, 'Noor Ahmed', NULL, 'noor.ahmed7@gmail.com', NULL, '01552341761', NULL, NULL, '$2y$10$k7r2KKA/UjXpWTs5nkg8ROr.BqyBmv7XRaPsEwWrtTyzMhv8WPMo2', NULL, 2, 'user', NULL, '2024-04-29 11:42:31', '2024-04-29 11:42:31'),
(00000000000000005227, NULL, 'Md. Shariful Islam', NULL, 'sharifrsd@gmail.com', NULL, '01712554763', NULL, NULL, '$2y$10$7flWPTRC49riDUx8iOo86e4GzZxxxOHZsF72Wy8SBnOsGmz.lfAG6', NULL, 2, 'user', NULL, '2024-04-29 11:44:31', '2024-04-29 11:44:31'),
(00000000000000005228, NULL, 'MD NURALAM', NULL, NULL, NULL, '01724300768', NULL, NULL, '$2y$10$ZhqTcotHpZ78vVBcJ1eKLuRJqbFcx.u07XizjNMnuSUTzXX8/k.T2', NULL, 2, 'user', NULL, '2024-04-29 14:31:43', '2024-04-29 14:31:43'),
(00000000000000005229, NULL, 'Shuvo', NULL, NULL, 'DHAKA', '01881186184', NULL, NULL, '$2y$10$lnbNS6pkBgo6QkK7yXB/cePe7gM3NGoRY/ogJySctKMi4K9r/p3FG', NULL, 2, 'user', '1', '2024-04-29 17:57:08', '2024-04-29 17:57:08'),
(00000000000000005230, NULL, 'Abhijit saha', NULL, 'abhijit.as95@gmail.com', NULL, '01617333848', NULL, NULL, '$2y$10$x7V4DbHwGFZuLUVyibbovOLY5MayVd6w6eKfhGz4HoDdAvsYouXQa', NULL, 2, 'user', NULL, '2024-04-30 16:02:18', '2024-04-30 16:02:18'),
(00000000000000005231, NULL, 'Moshiur Rahman', NULL, NULL, 'DHAKA', '01739258138', NULL, NULL, '$2y$10$MtGKC513ebEpCdozjT.UKu50HaIOYKqv1o7V/RhovuSDqeUx5ElEu', NULL, 2, 'user', '1', '2024-04-30 16:39:11', '2024-04-30 16:39:11'),
(00000000000000005232, NULL, 'MD ABDUL BATEN', NULL, NULL, 'DHAKA', '01619411004', NULL, NULL, '$2y$10$/CNXMUZSj3j7iJEN4evfG.u8.30HSZvv9dPivcaDCSnPmgmof5as6', NULL, 2, 'user', '1', '2024-04-30 17:07:34', '2024-04-30 17:07:34'),
(00000000000000005233, NULL, 'Ashraful Alam', NULL, 'ashrafulpolok@gmail.com', NULL, '01618502020', NULL, NULL, '$2y$10$Dcenr0IYy1ADY3tJJuR0Hu.OloR8hb9stCgE/vJeIZd8QiX5dCjy2', NULL, 2, 'user', NULL, '2024-05-02 13:19:16', '2024-05-02 13:19:16'),
(00000000000000005234, NULL, 'Mashiul Azam Rasel', NULL, 'mashiul.rasel@gmail.com', NULL, '01716363874', NULL, NULL, '$2y$10$FQ5hZ/b6MGBtHtkl6w5T4O8IEr2IoAIaZEEFJLJCuaX91UtORAJxi', NULL, 2, 'user', NULL, '2024-05-02 14:42:48', '2024-05-02 14:42:48'),
(00000000000000005235, NULL, 'Joy', NULL, NULL, NULL, '01797473296', NULL, NULL, '$2y$10$CGuoFB.9HY2EvJDEPUtHo.mRaTi7EciHuh0M0GBxJPfCDgWOfi2O.', NULL, 2, 'user', NULL, '2024-05-04 11:33:43', '2024-05-04 11:33:43'),
(00000000000000005236, NULL, 'Md Masud', NULL, 'masudmohammd49@gmil.com', NULL, '01988673215', NULL, NULL, '$2y$10$sufdBRDhNg7zEeIqHIFl3OELNmdeTXQBMMm8Q/t57F.RI7aHi06su', NULL, 2, 'user', NULL, '2024-05-04 16:46:19', '2024-05-04 16:46:19'),
(00000000000000005237, NULL, 'Masuda', NULL, 'masuda43@mygpsbd.net', NULL, '01785070843', NULL, NULL, '$2y$10$SRj.iNcHhBS73nXHOSPpm.fmghxEaNJiW0NjwjLcPbKHAUhmmQNpK', NULL, 2, 'user', NULL, '2024-05-05 11:49:17', '2024-05-05 11:49:17'),
(00000000000000005238, NULL, 'Mohammad Hossain', NULL, 'ddhossain1961@gmail.com', '57 circular road hatirpool, nogor otoshi apatment, flat-A5,dhaka', '01711391786', NULL, NULL, '$2y$10$mhG0DRheemRqtDU2CjRwJ.1zDlg6y8OMDzchu1sPrf/oyeIS93PSi', NULL, 2, 'user', '1', '2024-05-05 13:23:50', '2024-05-05 13:23:50'),
(00000000000000005239, NULL, 'Babu Bhuiyan', NULL, 'babu11@mygpsbd.net', NULL, '01762659511', NULL, NULL, '$2y$10$ejy4GUThgy/.q7g4YatBF.uHZoFn7KBW59c6WVWzxG/hwSBtgUa7e', NULL, 2, 'user', NULL, '2024-05-05 16:30:19', '2024-05-05 16:30:19'),
(00000000000000005240, NULL, 'Md.faisal', NULL, NULL, NULL, '01683572441', NULL, NULL, '$2y$10$26xeZb5vhrNsGYivyKratOTgy3emQuHGRL20hTNAQfOsykDBlbEsa', NULL, 2, 'user', NULL, '2024-05-06 13:42:24', '2024-05-06 13:42:24'),
(00000000000000005241, NULL, 'MD.HARUN', NULL, NULL, 'GAZIPUR', '01923017297', NULL, NULL, '$2y$10$1DEnpZfW/9og.NogKRhYVu0qpE5L2aW5tf.YRXdNisb7RgeU2DTw2', NULL, 2, 'user', '1', '2024-05-07 13:41:11', '2024-05-07 13:41:11'),
(00000000000000005242, NULL, 'Md Nobi Hosen Nobin', NULL, NULL, 'DHAKA', '01961601089', NULL, NULL, '$2y$10$eyLHsbZjbeYAESfyXwEs/eMAhHcc/ltqDt0Eqxo2/pVoV2Xng3q3G', NULL, 2, 'user', '1', '2024-05-07 14:20:39', '2024-05-07 14:20:39'),
(00000000000000005243, NULL, 'Emran khan', NULL, 'Emrankhan0077@gmail.com', NULL, '01680192057', NULL, NULL, '$2y$10$29/KX7CpqrjDkH7.Rpsr8esvEVJmAWPZwNqxZFwVT1N52DaDjSpbm', NULL, 2, 'user', NULL, '2024-05-07 15:13:17', '2024-05-07 15:13:17'),
(00000000000000005244, NULL, 'Abdul Al Mehedi', NULL, NULL, NULL, '01708456035', NULL, NULL, '$2y$10$FroDxKpE4.Zl0JvF9Hz/CeAYItnPvW8CuPK9gvMuzu8WnaPdi.h0C', NULL, 2, 'user', NULL, '2024-05-07 16:29:49', '2024-05-07 16:29:49'),
(00000000000000005245, NULL, 'Rofiqul', NULL, NULL, NULL, '01553388583', NULL, NULL, '$2y$10$0JDlVKdWMIBFUXZ0IxxOGesebjCEIdhKSt3YYxrFv1H8y0zxfm/Tu', NULL, 2, 'user', NULL, '2024-05-08 17:28:49', '2024-05-08 17:28:49'),
(00000000000000005246, NULL, 'Okhil', NULL, NULL, 'Tangail', '01726134975', NULL, NULL, '$2y$10$d5oZ1c4nEflJJsfyQ6T1ouUMQAFnqSWD9.elsXMWaJboVYYLAiFzO', NULL, 2, 'user', '1', '2024-05-08 17:32:37', '2024-05-08 17:32:37'),
(00000000000000005247, NULL, 'Emtiaz', NULL, NULL, NULL, '01769351534', NULL, NULL, '$2y$10$711xFNO56t4Vid5LzVRUHukIrEv5nIC8EzWyoXKQR1F7CRMI4Lr6q', NULL, 2, 'user', NULL, '2024-05-08 17:34:50', '2024-05-08 17:34:50'),
(00000000000000005248, NULL, 'Hasan', NULL, NULL, NULL, '01672312652', NULL, NULL, '$2y$10$4yvEU1pwzEAs9LCYJVROiOLVeWFMOJzaUDO.nVR6vqU5FOguTcSf6', NULL, 2, 'user', NULL, '2024-05-09 14:35:11', '2024-05-09 14:35:11'),
(00000000000000005249, NULL, 'Md sakil', NULL, NULL, 'DHAKA', '01647255062', NULL, NULL, '$2y$10$UVyiL4Qv29a3lbruiEpTMOWiTRIXftW7JXOWFQgP1MK7sRynql8HW', NULL, 2, 'user', '1', '2024-05-11 13:02:56', '2024-05-11 13:02:56'),
(00000000000000005250, NULL, 'Sheikh Solaiman', NULL, NULL, 'Duhar', '01846591519', NULL, NULL, '$2y$10$qfmRQ9QmTvsd3.Jse.iXge3jyRMpiBUO/ycW5QUvGxkJRtrHAuRpW', NULL, 2, 'user', '1', '2024-05-11 14:19:47', '2024-05-11 14:19:47'),
(00000000000000005251, NULL, 'Hanif', NULL, NULL, NULL, '01759000819', NULL, NULL, '$2y$10$DbARdUWP7sWQqOPYB1.O3ueobkOQC6f3pwz2oG7JJThhPToOOpg6C', NULL, 2, 'user', NULL, '2024-05-11 14:22:53', '2024-05-11 14:22:53'),
(00000000000000005252, NULL, 'B.R. Rony', NULL, 'balaramrony78@gmail.com', 'Savar', '01712932392', NULL, NULL, '$2y$10$tz8.OZDHyHDDCfrvW2spu.ztvtl2YBOS3nq.sssff6fVH0XisldUK', NULL, 2, 'user', '1', '2024-05-11 14:25:59', '2024-05-11 14:25:59');
INSERT INTO `users` (`id`, `lebel_id`, `name`, `nid`, `email`, `address`, `phone`, `alter_phone`, `email_verified_at`, `password`, `remember_token`, `role`, `type`, `user_type`, `created_at`, `updated_at`) VALUES
(00000000000000005253, NULL, 'Majharul kabir Tito', NULL, 'titotex27@gmail.com', NULL, '01715393717', NULL, NULL, '$2y$10$HpQhEaK12YFHaQ7XChDyOu/8ZDFcN.VZTQQd7r4vS4BdJsslitPcm', NULL, 2, 'user', NULL, '2024-05-11 16:51:48', '2024-05-11 16:51:48'),
(00000000000000005254, NULL, 'Muhammad', NULL, NULL, 'কালিয়াকৈর রাজধানী বাস টার্মিনাল', '01600177841', NULL, NULL, '$2y$10$ULm9VBhRpGDr6BuhOvwJEOT//Rl0XU/z5SyUGE6uipdXnv8xQKpTy', NULL, 2, 'user', '1', '2024-05-12 14:00:41', '2024-05-12 14:00:41'),
(00000000000000005255, NULL, 'Arman', NULL, NULL, NULL, '01517054605', NULL, NULL, '$2y$10$3NHyVrPNpeYrAU/kxfWzM.Uloze0mhxFcdR.4TlkrJzHeKb0zs/sC', NULL, 2, 'user', NULL, '2024-05-12 14:18:02', '2024-05-12 14:18:02'),
(00000000000000005256, NULL, 'Md.shamim', NULL, NULL, 'DHAKA', '01725651459', NULL, NULL, '$2y$10$sctZqj2YUen7DWPMvqdBKepVpx7NMFFoGcYyRp7O0NC88pqz9O73O', NULL, 2, 'user', '1', '2024-05-13 13:50:42', '2024-05-13 13:50:42'),
(00000000000000005257, NULL, 'Md. Jaman', NULL, 'jaman55@mygpsbd.net', NULL, '01714085655', NULL, NULL, '$2y$10$Ufi36G5M6B0/.SM2ROrk5uXN7fTFvP.E5nyd.8rSl1sBBm8.tPPy6', NULL, 2, 'user', NULL, '2024-05-13 14:42:09', '2024-05-13 14:42:09'),
(00000000000000005258, NULL, 'Shahadat hossain', NULL, NULL, NULL, '01723803322', NULL, NULL, '$2y$10$bYpfqYoFAnhgXJird54o6uaC7tvc9r8USfJU0BNf5353OWR/quF8G', NULL, 2, 'user', NULL, '2024-05-14 10:58:28', '2024-05-14 10:58:28'),
(00000000000000005259, NULL, 'Palash Das', NULL, NULL, NULL, '01745453755', NULL, NULL, '$2y$10$Hig.qTFYW6K38q1ZuvlRO.4pNOvpkjdlk0vqieozSdHWn3I0hpd36', NULL, 2, 'user', NULL, '2024-05-14 12:05:06', '2024-05-14 12:05:06'),
(00000000000000005260, NULL, 'Md. saiful Islam', NULL, 'creativecircleltd@gmail.com', NULL, '01712254936', NULL, NULL, '$2y$10$HZP4U9H.HPuE0b7ZbJcHz.bCd41hnMpsudtY/Qp05G0cfgooNQZxC', NULL, 2, 'user', NULL, '2024-05-14 14:30:12', '2024-05-14 14:30:12'),
(00000000000000005261, NULL, 'MD.Nasir uddin', NULL, NULL, 'Haydrabad', '01760359158', NULL, NULL, '$2y$10$6R3tnSo3cOs7aXdq1Q1LHewBjLe5aY/OIyWfrI19QlDEtA1Yyx2eC', NULL, 2, 'user', '1', '2024-05-14 14:36:29', '2024-05-14 14:36:29'),
(00000000000000005262, NULL, 'Md Kamruzzaman Ibne Amin', NULL, 'kzsohail@gmail.com', NULL, '01730088000', NULL, NULL, '$2y$10$RC08sVy2/bhk4P9a80UnaeFxv4I6ENh49pOtjcUkqI/CunnmvORB.', NULL, 2, 'user', NULL, '2024-05-14 16:40:37', '2024-05-14 16:40:37'),
(00000000000000005263, NULL, 'Syed Rashed', NULL, 'Syed.rashed01@gmail.com', NULL, '01755513822', NULL, NULL, '$2y$10$fk4m/PSpY/pOWSYOyvdSZOvJ48NTX/rxJGqArG6AWRb87KoHI.q9a', NULL, 2, 'user', NULL, '2024-05-15 11:30:01', '2024-05-15 11:30:01'),
(00000000000000005264, NULL, 'Jamal uddin', NULL, 'relianceent2007@gmail.com', NULL, '01915494548', NULL, NULL, '$2y$10$f2latb7HCGJk2vmRq3ZrmezTVnmEEkBpjsHxzdd/5hLrLPY/qBBS.', NULL, 2, 'user', NULL, '2024-05-15 11:39:06', '2024-05-15 11:39:06'),
(00000000000000005265, NULL, 'Sumon', NULL, NULL, 'DHAKA', '01603458200', NULL, NULL, '$2y$10$GVSer91nwsm1vnRxT0Jgjeaf42ACBW.DHHeDNxv0YezjrlcaVIDgO', NULL, 2, 'user', '1', '2024-05-15 11:48:00', '2024-05-15 11:48:00'),
(00000000000000005267, NULL, 'Walid Hasan Taksid', NULL, NULL, NULL, '01979983155', NULL, NULL, '$2y$10$cBsr6CTB7uKOtuWwQqekh.FzcUfC2GyJOMlgBXiyEZ0304zg3oGYa', NULL, 2, 'user', NULL, '2024-05-15 14:43:23', '2024-05-15 14:43:23'),
(00000000000000005268, NULL, 'Md. Saiful', NULL, 'saiful32@mygpsbd.net', NULL, '01991193832', NULL, NULL, '$2y$10$5NiPTag8fqyMVp5H4AtkP.Lb1YkDX6/dEQwmPs9OT9PH0zBftml3y', NULL, 2, 'user', NULL, '2024-05-15 16:12:03', '2024-05-15 16:12:03'),
(00000000000000005269, NULL, 'Sanzan Mostafa', NULL, 'sanzanmostafa@mygpsbd.net', NULL, '01712059620', NULL, NULL, '$2y$10$jkokpyGUeKArp8ia1kDzSemreKD3A8FbQFkuvJB3wui7m3mNvAn0S', NULL, 2, 'user', NULL, '2024-05-16 12:36:13', '2024-05-16 12:36:13'),
(00000000000000005270, NULL, 'Kamal Hossain', NULL, NULL, 'DHAKA', '01711441918', NULL, NULL, '$2y$10$lsLyDLZRCxEMk1vlQTNGAOf9Rq3hmP6VsPix724/K6F8o9V6UKZg6', NULL, 2, 'user', '1', '2024-05-16 12:40:41', '2024-05-16 12:40:41'),
(00000000000000005272, NULL, 'Bipul kumar shaha', NULL, NULL, NULL, '01714553076', NULL, NULL, '$2y$10$s24rhhuVeY03Qir2Ox.GSeMT2JtOdIM.idweHYz2CH6iHuYZlnXXG', NULL, 2, 'user', NULL, '2024-05-16 15:19:01', '2024-05-16 15:19:01'),
(00000000000000005273, NULL, 'Sagor', NULL, NULL, NULL, '01727329714', NULL, NULL, '$2y$10$TUcggMDBW/9D533m4Y7kque.LPLw8CydleP0d5Vu2Fd7cwxp9aWuu', NULL, 2, 'user', NULL, '2024-05-18 12:14:34', '2024-05-18 12:14:34'),
(00000000000000005274, NULL, 'Milton das', NULL, NULL, NULL, '01819318835', NULL, NULL, '$2y$10$knboA6IH94noDm6zylKpWuiY8393CPrb3pG2.E8Sd.dP.3/LrpsLO', NULL, 2, 'user', NULL, '2024-05-18 12:21:36', '2024-05-18 12:21:36'),
(00000000000000005275, NULL, 'Afruza', NULL, NULL, NULL, '01737690146', NULL, NULL, '$2y$10$uF4w21L/G.8iQ345DN7wNOP9prDHAjt5LKnC6Bv6DBbjrYymqKPPq', NULL, 2, 'user', NULL, '2024-05-18 15:07:42', '2024-05-18 15:07:42'),
(00000000000000005276, NULL, 'Al-Mamun', NULL, NULL, 'Tangail', '01716904051', NULL, NULL, '$2y$10$agSdRz0M0CngmOqisTq.lOmRtixr3xzfoKRf6O4Snjs6xM6/RJayO', NULL, 2, 'user', '1', '2024-05-18 17:34:08', '2024-05-18 17:34:08'),
(00000000000000005277, NULL, 'Moynul', NULL, NULL, 'DHAKA', '01737516137', NULL, NULL, '$2y$10$IViH07zHOtF/LVoVdNPmeOJxSABKxZhnAT7qRPtLhMUFLznP1vdAS', NULL, 2, 'user', '1', '2024-05-19 11:14:58', '2024-05-19 11:14:58'),
(00000000000000005278, NULL, 'Hassan Shahriar', NULL, 'imshahriar@gmail.com', NULL, '01715551730', NULL, NULL, '$2y$10$49xg4XDTXi0LwiI.4WQBbOpeZzTZ4Wpaa08bHY1i1BwwxVKA/IllW', NULL, 2, 'user', NULL, '2024-05-19 11:40:37', '2024-05-19 11:40:37'),
(00000000000000005279, NULL, 'Fahimur Rahman', NULL, NULL, NULL, '0161415666', NULL, NULL, '$2y$10$pIP6D52owKtfNKqevuXmoeBML6yj/XyG5Aes3sIVRFbLgKmwotXIa', NULL, 2, 'user', NULL, '2024-05-19 12:21:15', '2024-05-19 12:21:15'),
(00000000000000005280, NULL, 'Mohammod Tajul Islam', NULL, NULL, 'Tangail', '01711472701', NULL, NULL, '$2y$10$htIyE9A1MAafuZO6m/tsceaj26HwOl0mJtNn2LG6QdkaP/7Ba/Wbu', NULL, 2, 'user', '1', '2024-05-19 13:45:35', '2024-05-19 13:45:35'),
(00000000000000005281, NULL, 'Sobuj', NULL, NULL, 'Tangail', '01716323440', NULL, NULL, '$2y$10$P9Lngl.DCYJUD4IuhIbXAusCDAmcAB4DlqCAP0KnW4ziDBiOhtOZy', NULL, 2, 'user', '1', '2024-05-19 14:02:29', '2024-05-19 14:02:29'),
(00000000000000005283, NULL, 'Taraque', NULL, NULL, NULL, '01995215141', NULL, NULL, '$2y$10$W1ErYeQw0GF/PP3ATPGBze0QZGwQNbICGf5RzeU7R/YotmeFsi0Mm', NULL, 2, 'user', NULL, '2024-05-19 14:06:28', '2024-05-19 14:06:28'),
(00000000000000005284, NULL, 'MOHAMMAD BADRUL HASAN', NULL, 'badrul019@gmail.com', 'DHAKA', '01731022500', NULL, NULL, '$2y$10$kOJ1uA63wW9dZrXLWE6dd.58o/bU9VKHCP90DAJ4oKAp.pKWEFffW', NULL, 2, 'user', '1', '2024-05-19 14:55:21', '2024-05-19 14:55:21'),
(00000000000000005285, NULL, 'Kayes', NULL, NULL, 'DHAKA', '01712458840', NULL, NULL, '$2y$10$3VSjOxszeSMw2KEv/UTmCu/nV4skLnmFzSeaERpiZel.hH5ogElEm', NULL, 2, 'user', '1', '2024-05-20 12:36:27', '2024-05-20 12:36:27'),
(00000000000000005286, NULL, 'Seema', NULL, 'ashrafuzzaman024@gmail.com', NULL, '01711138624', NULL, NULL, '$2y$10$3tOP.y0lnW43VW2qKa/pUeRD7jUSiblLQXq.JLFkvwsuMR.LNJn1m', NULL, 2, 'user', NULL, '2024-05-21 14:06:04', '2024-05-21 14:06:04'),
(00000000000000005287, NULL, 'Hasan Maruf', NULL, 'marufrahat6@gmail.com', NULL, '01710525949', NULL, NULL, '$2y$10$223sJLI7noDlXLGd9OpT/ODfd.v1ptfboT4BxIMZjJYRq86nK/scm', NULL, 2, 'user', NULL, '2024-05-22 12:05:04', '2024-05-22 12:05:04'),
(00000000000000005288, NULL, 'Md. Asif Akram', NULL, NULL, NULL, '01916993068', NULL, NULL, '$2y$10$L0UBJz66uiFvRKHOpmYmy.De97aNp7RB4gqcXw/Ovg1yr15aKcMyu', NULL, 2, 'user', NULL, '2024-05-22 12:07:12', '2024-05-22 12:07:12'),
(00000000000000005289, NULL, 'Mashfiq', NULL, 'mbeg9164@gmail.com', NULL, '01316455470', NULL, NULL, '$2y$10$fLX61/NETESKAwYePk.0b.TeyeOZe/sNJ/IQ9oYPUmvPsgK.qVWAu', NULL, 2, 'user', NULL, '2024-05-22 12:12:41', '2024-05-22 12:12:41'),
(00000000000000005291, NULL, 'Md.Shafiur Rahman Sikdar', NULL, NULL, NULL, '01730320300', NULL, NULL, '$2y$10$mEQiJonQltwT9KLRcldFbO6r2zHTLudo7ZUxmSolK5odRHOl48SB.', NULL, 2, 'user', NULL, '2024-05-23 14:43:11', '2024-05-23 14:43:11'),
(00000000000000005292, NULL, 'Dr Md Nurulla', NULL, 'drnurhf@gmail.com', NULL, '01819433507', NULL, NULL, '$2y$10$uAvSlVfeZbIdGwRKgo0vZO0vMHCAnosk8dV3QlavR3py/u0sm7/Z2', NULL, 2, 'user', NULL, '2024-05-25 12:05:35', '2024-05-25 12:05:35'),
(00000000000000005293, NULL, 'Md. Mohim', NULL, NULL, 'Dhaka', '01716610074', '01616610074', NULL, '$2y$10$b2f2ecTmbaI1tbAWJG3HHOyCYvA3VdqRqdTaiezZfHv23VavQq/Y6', NULL, 2, 'user', '1', '2024-05-25 13:10:50', '2024-05-25 13:10:50'),
(00000000000000005294, NULL, 'Mahabub Hossain', NULL, NULL, 'Dhaka', '01716582485', NULL, NULL, '$2y$10$UzE4Q.9j3yw6Hg55UDZVjuK40NIpc2qAhkjKsYYEtiPWs520lsRf.', NULL, 2, 'user', '1', '2024-05-25 15:16:48', '2024-05-25 15:16:48'),
(00000000000000005295, NULL, 'Syed Ali Akbor Chancol', NULL, NULL, 'Dhaka', '01712032834', NULL, NULL, '$2y$10$jMVAXDkYKteG7ghDqgEZ/ejedev99blEwZKGgDUl0.zz7K5QRceu2', NULL, 2, 'user', '1', '2024-05-25 15:33:16', '2024-05-25 15:33:16'),
(00000000000000005296, NULL, 'Taposh Mallick', NULL, 'taposh82@gmail.com', NULL, '01712868027', NULL, NULL, '$2y$10$SAD/H37gO1Jt3bFkGbtntONj4F1FBZxiWBZMpca/jVWcdmbH73/f2', NULL, 2, 'user', NULL, '2024-05-26 11:18:29', '2024-05-26 11:18:29'),
(00000000000000005297, NULL, 'Md. Monirul Bari', NULL, 'barirajib@gmail.com', NULL, '01799907020', NULL, NULL, '$2y$10$pM9lOFA03CwnWoKAolHcs.FJKsIRVzaGeM2XjElpKmaknDntLmdEu', NULL, 2, 'user', NULL, '2024-05-27 14:48:30', '2024-05-27 14:48:30'),
(00000000000000005298, NULL, 'Md. Raju Seikh', NULL, NULL, NULL, '01797893423', NULL, NULL, '$2y$10$PyJx9Mw6PrlLxoDwD7F3IucLVq0okgor3/lB2LpPsGPsGSBmcSFeS', NULL, 2, 'user', NULL, '2024-05-28 11:26:38', '2024-05-28 11:26:38'),
(00000000000000005299, NULL, 'Jannatul ferdous', NULL, NULL, NULL, '01716753812', NULL, NULL, '$2y$10$Im/EspPOJjmrXnXTrrg21eMaRUM0m1Fiyp/dNqhrwRbuTTwAYzMie', NULL, 2, 'user', NULL, '2024-05-28 12:01:48', '2024-05-28 12:01:48'),
(00000000000000005300, NULL, 'Anup Khastagir', NULL, 'anupkhastagirbss@gmail.com', NULL, '01712009670', NULL, NULL, '$2y$10$t1smS.nxW8nuSUbmDofgZuHQatTkz.354cj5pTnodBBFiMxKdWBsC', NULL, 2, 'user', NULL, '2024-05-29 10:46:23', '2024-05-29 10:46:23'),
(00000000000000005301, NULL, 'A S M Bazlur Rashid', NULL, NULL, 'CTG', '01119320544', NULL, NULL, '$2y$10$V/FP2WUqqnXXBC5B4yhvM.WB5IG39NcqTp2PvXs4VflJH9vNytEu6', NULL, 2, 'user', '1', '2024-05-29 13:34:59', '2024-05-29 13:34:59'),
(00000000000000005302, NULL, 'Murad', NULL, NULL, 'Bogura', '01795698488', NULL, NULL, '$2y$10$apc60W8GS2qB/lNHqW/mtO0FSCSoJmDzRTV6/S1teGWR/Ssybeyjy', NULL, 2, 'user', '1', '2024-05-29 16:48:43', '2024-05-29 16:48:43'),
(00000000000000005303, NULL, 'Md sohel rana', NULL, NULL, NULL, '01951401150', NULL, NULL, '$2y$10$Ju/smJclvrLW5i/kUOpAbe2NGVexttl.vSthDwgvMR/p0.QkECfSm', NULL, 2, 'user', NULL, '2024-05-30 11:37:26', '2024-05-30 11:37:26'),
(00000000000000005304, NULL, 'Najibul', NULL, NULL, 'Bogura', '01980818282', NULL, NULL, '$2y$10$zqr.db91kGE.J35tBUKS.uFttTybgZzbFhatHFpId8W7A7kJcOvOS', NULL, 2, 'user', '1', '2024-05-30 12:03:32', '2024-05-30 12:03:32'),
(00000000000000005305, NULL, 'Sirajul Islam', NULL, NULL, 'Tangail', '01314483648', NULL, NULL, '$2y$10$UH35Cf4440AhzRqZVwxSHOTU774JPJ60ylWlkks06qRgOaOr6P9Y6', NULL, 2, 'user', '1', '2024-06-01 10:33:11', '2024-06-01 10:33:11'),
(00000000000000005306, NULL, 'Zahidul', NULL, NULL, 'Bogura', '01732801930', NULL, NULL, '$2y$10$H2VVz9w.NYxs/X3O.XPsB.2Pwl8rBQURnC.ec7K9/rrlK1BCkzwNy', NULL, 2, 'user', '1', '2024-06-01 11:16:02', '2024-06-01 11:16:02'),
(00000000000000005307, NULL, 'Rakibur Rahman', NULL, NULL, NULL, '01303729727', NULL, NULL, '$2y$10$Sg9vCAQPZJND3rkSNxCwSeRM01I1YqTvoMcvoTv/gCs6ydugJcc/i', NULL, 2, 'user', NULL, '2024-06-01 12:57:05', '2024-06-01 12:57:05'),
(00000000000000005308, NULL, 'Md Tajul Islam', NULL, NULL, NULL, '01721066352', NULL, NULL, '$2y$10$8enJd03m9Z0UAwGf67A6qOmkqKyInfX3ZVVcK/AYluPBjwCO1U00.', NULL, 2, 'user', NULL, '2024-06-01 13:01:22', '2024-06-01 13:01:22'),
(00000000000000005309, NULL, 'Sumon', NULL, NULL, 'Tangail', '01711874519', NULL, NULL, '$2y$10$d4K2ClMkahbhQhHvqBZB1.j0p4IZeDdYFREKSVIETc.a.LJU4GgvS', NULL, 2, 'user', '1', '2024-06-02 11:14:33', '2024-06-02 11:14:33'),
(00000000000000005310, NULL, 'Mamunur Rashid', NULL, NULL, NULL, '01711107970', NULL, NULL, '$2y$10$tmUlhVSt2F2JgN1l/Y.w3.AAI5azenUCx7RgJhY5OQfPNkd0AIbHC', NULL, 2, 'user', NULL, '2024-06-02 11:46:17', '2024-06-02 11:46:17'),
(00000000000000005311, NULL, 'Shahrier Reza', NULL, NULL, NULL, '01717433100', NULL, NULL, '$2y$10$erHdcqTY3aanHFN3U8TvJ.qOYWvUKlOSBGyhwLJ4sadbd7u/IdL56', NULL, 2, 'user', NULL, '2024-06-02 11:47:25', '2024-06-02 11:47:25'),
(00000000000000005312, NULL, 'Salim Ahasan', NULL, 'salim@gmail.com', NULL, '01730700752', NULL, NULL, '$2y$10$EnWIA9V1qFbYSrz2UXS7c.c3O.7LyDjReAFDxMsmoQtqnIvBlVfFG', NULL, 2, 'user', NULL, '2024-06-02 17:37:54', '2024-06-02 17:37:54'),
(00000000000000005313, NULL, 'Nur Alom', NULL, NULL, 'lokhipur', '01731534858', NULL, NULL, '$2y$10$utB2H7wiqyyhJawwXzr74uXUeXzreNN9QofR1tNAk8WVWLxfdzcXW', NULL, 2, 'user', '1', '2024-06-03 14:28:13', '2024-06-03 14:28:13'),
(00000000000000005314, NULL, 'Motaleb Hossain', NULL, 'm.motaleb26@gmail.com', NULL, '01811770766', NULL, NULL, '$2y$10$3SwcKKqnu1yPRK.dIcaIuuLdlSBBJzjXuMGXvjDox1jg7GYjSigh6', NULL, 2, 'user', NULL, '2024-06-03 17:58:46', '2024-06-03 17:58:46'),
(00000000000000005315, NULL, 'Saminul', NULL, NULL, 'Dhaka', '01793263811', NULL, NULL, '$2y$10$te2qNyr3KsVZVQMexD.5Te.6GCVnuTAWBO6WcORNb4X1VDSiFYSBW', NULL, 2, 'user', '1', '2024-06-03 18:18:42', '2024-06-03 18:18:42'),
(00000000000000005317, NULL, 'Atiqur rahman', NULL, NULL, 'Dhaka', '01737389118', '01713574181', NULL, '$2y$10$BSyCYzTqbFDK5wH7Jlw/LOOBlxSi7GfvTu/1O6TOriLtgakSAvpZO', NULL, 2, 'user', '1', '2024-06-04 10:33:12', '2024-06-04 10:33:12'),
(00000000000000005318, NULL, 'Mohammad Abu Hanifa', NULL, NULL, 'DHAKA', '01819249535', NULL, NULL, '$2y$10$TpMSKwgtB3yGtRbxZ0vdOeT.QH0NlwERp1IkB3ir8hnA9FgeHSUsa', NULL, 2, 'user', '1', '2024-06-04 11:31:31', '2024-06-04 11:31:31'),
(00000000000000005319, NULL, 'Mostafizur', NULL, NULL, NULL, '01875780511', NULL, NULL, '$2y$10$ogjw5zJaeNFhIjPcqP2bwu66ONY5ZAfrjGtZK9MAYGtcLB59/ofOG', NULL, 2, 'user', NULL, '2024-06-04 15:45:39', '2024-06-04 15:45:39'),
(00000000000000005320, NULL, 'Tanvir Ahmed', NULL, NULL, NULL, '01729985361', NULL, NULL, '$2y$10$/Ivq1jqgjQ5BlFhdUG.Rtee.Xjs8t6k/lRGK/5XA46J1IE6fNU.hS', NULL, 2, 'user', NULL, '2024-06-04 16:00:32', '2024-06-04 16:00:32'),
(00000000000000005321, NULL, 'Abdul Hamid', NULL, NULL, NULL, '01711137033', NULL, NULL, '$2y$10$O9aNlCP4PMx5lAiBugeiP.pmTZcISKWCNc9Qw87DCvEQICadVjTSW', NULL, 2, 'user', NULL, '2024-06-04 18:13:15', '2024-06-04 18:13:15'),
(00000000000000005322, NULL, 'Aminur', NULL, NULL, NULL, '01995511695', NULL, NULL, '$2y$10$jT34yrNG1st0JFHLsmo9Q.zFu9nybsvMYVBGKz/6MVMFNdg5Im4Se', NULL, 2, 'user', NULL, '2024-06-05 11:06:17', '2024-06-05 11:06:17'),
(00000000000000005323, NULL, 'Sorhab Mondol', NULL, NULL, 'Tangail', '01751771301', NULL, NULL, '$2y$10$ptquETDin4COwX7qEG6PPON74WSn1CiU6qiPm60H9MWVaftL9XM4q', NULL, 2, 'user', '1', '2024-06-05 12:05:29', '2024-06-05 12:05:29'),
(00000000000000005324, NULL, 'Nasim Ahmed', NULL, 'nasim08@mygpsbd.net', NULL, '01974214908', NULL, NULL, '$2y$10$Lq1FDEv.AQk8ujxKVQJPwuuL8zwef9QyfNTIoErLSJFRVJco4QWhy', NULL, 2, 'user', NULL, '2024-06-05 15:34:57', '2024-06-05 15:34:57'),
(00000000000000005325, NULL, 'Sumon', NULL, NULL, NULL, '01715154042', NULL, NULL, '$2y$10$6v7o1qgjlGlzTq7fgpE65ulUAfGveXNNiIX1pxpc0L6EM.PGOANFi', NULL, 2, 'user', NULL, '2024-06-06 10:29:55', '2024-06-06 11:32:34'),
(00000000000000005326, NULL, 'MD MONOWAR HUSSAIN', NULL, NULL, NULL, '01727208450', NULL, NULL, '$2y$10$d8qczTQCYeqT7j5fh/VF6ed89dPvUdAiwzuK7XmZpsVCfudgQFYBu', NULL, 2, 'user', NULL, '2024-06-06 17:40:28', '2024-06-06 17:40:28'),
(00000000000000005327, NULL, 'Muhammad Mahbub Hossain', NULL, 'sumontbd@yahoo.com', NULL, '01726326363', NULL, NULL, '$2y$10$FCJNfnoWhOf2YnbTIZ26ue48LpChc4yKR6V8X5EC5R6K.6QAaCAMO', NULL, 2, 'user', NULL, '2024-06-08 10:32:57', '2024-06-08 10:32:57'),
(00000000000000005328, NULL, 'Erfan', NULL, 'rimkisienta@gmail.com', NULL, '01717059486', NULL, NULL, '$2y$10$fMbRpNGo7wp7FCxGR2wkVumslf9KCItraMcwA/UH9gXsLJlBMFJL2', NULL, 2, 'user', NULL, '2024-06-08 10:40:11', '2024-06-08 10:40:11'),
(00000000000000005329, NULL, 'Mohammad Ayub Ali Azad', NULL, NULL, 'DHAKA', '01819262200', NULL, NULL, '$2y$10$OlM8UAXog354lMKD3nYvMO71.L9r7gtm8FGyYc4uJBWo1hUT0zHtO', NULL, 2, 'user', '1', '2024-06-08 10:51:09', '2024-06-08 10:51:09'),
(00000000000000005330, NULL, 'Zafar', NULL, NULL, 'Dinajpur', '01718152340', NULL, NULL, '$2y$10$6xTbFy0oa3Sb0lAMMM2iXe7RHJRkJeGtjkrBGXaJfuwwAlP8c17P2', NULL, 2, 'user', '1', '2024-06-08 14:17:27', '2024-06-08 14:17:27'),
(00000000000000005331, NULL, 'Jamal', NULL, NULL, 'DHAKA', '01626815043', NULL, NULL, '$2y$10$YkMvAg8G2kGQqGH.dM.WRebikJ2gxnP9Y0say2Httzt2s827qFr7.', NULL, 2, 'user', '1', '2024-06-08 14:18:59', '2024-06-08 14:18:59'),
(00000000000000005332, NULL, 'Jehadul Hoque', NULL, NULL, 'DHAKA', '01776448810', NULL, NULL, '$2y$10$Dss4OqNZx82CS7IMrJh6lun0rJ3XzJV3jSv9sI6N76HTvBnCmhEeu', NULL, 2, 'user', '1', '2024-06-08 15:10:18', '2024-06-08 15:10:18'),
(00000000000000005333, NULL, 'MD.Mehedi Hasan', NULL, NULL, 'Dinajpur', '01688559435', NULL, NULL, '$2y$10$Suef5IOJbwraIYH59Pckg.6QH009UJkBfRTp2dhOXzz3/4/Lof9.m', NULL, 2, 'user', '1', '2024-06-08 15:47:50', '2024-06-08 15:47:50'),
(00000000000000005334, NULL, 'Hafiz', NULL, NULL, 'DHAKA', '01924366027', NULL, NULL, '$2y$10$kidzns6yYoi8G49ExVcdZeQ64v.Ak.ZU4dEKdwUB/Z.9D0fThGBiu', NULL, 2, 'user', '1', '2024-06-09 13:53:58', '2024-06-09 13:53:58'),
(00000000000000005335, NULL, 'Latif', NULL, NULL, 'Manikgonj', '01716043498', NULL, NULL, '$2y$10$P/msPyBghmGj0IVJwCgBrus0D0Ny2ujvsq.C80CoIlPAJN8U/zTk2', NULL, 2, 'user', '1', '2024-06-09 14:39:41', '2024-06-09 14:39:41'),
(00000000000000005336, NULL, 'Alamin', NULL, NULL, 'DHAKA', '01734992819', NULL, NULL, '$2y$10$P7hijB4MV3Kq7rLwZtdHq.DEJdWKoyQzcO1ZtiWtDwDt24h4/iAPi', NULL, 2, 'user', '1', '2024-06-09 15:35:57', '2024-06-09 15:35:57'),
(00000000000000005337, NULL, 'Tasrif Tanvir', NULL, NULL, 'DHAKA', '01978011747', NULL, NULL, '$2y$10$K1sG4z/uVjkmCqGta0E8f.qWuqkUpeIWrJRy3W0ndnze9ajzsMvZ2', NULL, 2, 'user', '1', '2024-06-09 15:58:41', '2024-06-09 15:58:41'),
(00000000000000005338, NULL, 'Shibly Sadik', NULL, 'ssjony@gmail.com', NULL, '01921161017', NULL, NULL, '$2y$10$WWyzlAin5M5BKbpln2dWTOsFHS/5roehGNi82.peJo4JHCmHeNQZy', NULL, 2, 'user', NULL, '2024-06-09 16:20:32', '2024-06-09 16:20:32'),
(00000000000000005339, NULL, 'Sohorab', NULL, NULL, 'Dinajpur', '01797938597', NULL, NULL, '$2y$10$BUnohuzaFlMSOcJX4prnouWS1nd5a2MYwsJvmTBGDWCMktXCfateq', NULL, 2, 'user', '1', '2024-06-09 16:34:14', '2024-06-09 16:34:14'),
(00000000000000005340, NULL, 'Durjoy', NULL, NULL, NULL, '01779294082', NULL, NULL, '$2y$10$URPG1e6vaTFbUT.Ql5mt5.B9N6JWHj3WQxRS3E0xHuJOd83nbLStW', NULL, 2, 'user', NULL, '2024-06-09 17:55:29', '2024-06-09 17:55:29'),
(00000000000000005341, NULL, 'Md.sohel Rana', NULL, 'sel.mdsohelranafactory@gmail.com', NULL, '01733085984', NULL, NULL, '$2y$10$tEcTdi8R8n6fOMSnf6ekDu8iO8pIwvz43JWhMycvCi7HunUCD/cb2', NULL, 2, 'user', NULL, '2024-06-10 12:42:06', '2024-06-10 12:42:06'),
(00000000000000005342, NULL, 'Azizul', NULL, NULL, NULL, '01719992706', NULL, NULL, '$2y$10$U5DqIwZN2E4fmE6DDCwcUevkIAGJNORir4EOxrlhZXKzMU5y0Eu3u', NULL, 2, 'user', NULL, '2024-06-10 13:45:52', '2024-06-10 13:45:52'),
(00000000000000005343, NULL, 'Mahadi Hasan', NULL, NULL, NULL, '01719647789', NULL, NULL, '$2y$10$DRPCjh9YbIfMlj0oCMm5vu2NMN.XtbK/R6w4TMBjH3EkvAJ7UVCKi', NULL, 2, 'user', NULL, '2024-06-10 13:47:57', '2024-06-10 13:47:57'),
(00000000000000005344, NULL, 'Shaon Debnath', NULL, 'shaon38@gmail.com', NULL, '01677194407', NULL, NULL, '$2y$10$N148EpUesLY6lRtPLq.ik.XfJWQsj./vUf9reOmy8hsXsiBO39gHq', NULL, 2, 'user', NULL, '2024-06-10 18:22:40', '2024-06-10 18:22:40'),
(00000000000000005345, NULL, 'Mohammed Javed Mia', NULL, 'javed.rasin@gmail.com', NULL, '01553657919', NULL, NULL, '$2y$10$SLn/aRjf0kv79J62hFQkDuqaSjK3KstWpE1AvYG.KNZcKprvQE9U6', NULL, 2, 'user', NULL, '2024-06-11 11:12:10', '2024-06-11 11:12:10'),
(00000000000000005346, NULL, 'Abdul Hai', NULL, 'salmaab246@gmail.com', NULL, '01852082329', NULL, NULL, '$2y$10$L73ZuF8M1/EzartW3OnoEeZXv7qETaLMskRiN1zTRSjWAkFItNtu6', NULL, 2, 'user', NULL, '2024-06-11 11:16:46', '2024-06-11 11:16:46'),
(00000000000000005348, NULL, 'Sayed', NULL, NULL, NULL, '01877984727', NULL, NULL, '$2y$10$WwVjuyGZ7ApECJQCdXZp6O9m1vsoz0eme7CPU.n6FJ1CqBvSsS/Bm', NULL, 2, 'user', NULL, '2024-06-11 11:26:46', '2024-06-11 11:26:46'),
(00000000000000005349, NULL, 'Md. Matiul Islam Alam', NULL, 'matiulislamsarkar@gmail.com', NULL, '01707367055', NULL, NULL, '$2y$10$T1TqlvrxkLM9PUe6diACuO5MoB3PWUpD9vgqyYQGQz8/dqJ7/neou', NULL, 2, 'user', NULL, '2024-06-11 13:23:27', '2024-06-11 13:23:27'),
(00000000000000005350, NULL, 'Ahsan Habib', NULL, NULL, NULL, '01772666612', NULL, NULL, '$2y$10$43rcc3GKkUZ56XkgG2oeQecftHc3vRvOSIboSzOE7eRIx6XIvEo9q', NULL, 2, 'user', NULL, '2024-06-11 17:44:41', '2024-06-11 17:44:41'),
(00000000000000005351, NULL, 'Joshim', NULL, NULL, NULL, '01777098739', NULL, NULL, '$2y$10$I16etHH0jF4AFQxP7mu1WO8pguDA9zquf3o6pRoaOd6OrqIBFsgfy', NULL, 2, 'user', NULL, '2024-06-12 12:28:35', '2024-06-12 12:28:35'),
(00000000000000005352, NULL, 'MD.Anisur Rahman', NULL, NULL, 'DHAKA', '01748930501', NULL, NULL, '$2y$10$AuyBW7zG4wwQXCVe9q69de5V6OjUSTJ78ervNviUYju8I0pIwUUza', NULL, 2, 'user', '1', '2024-06-12 12:34:55', '2024-06-12 12:34:55'),
(00000000000000005353, NULL, 'Md Jewel', NULL, NULL, 'Dhaka', '01755093929', NULL, NULL, '$2y$10$r3Mmc7G0/1fOVRQczohwM.laFfO6/AQQT53s6N6tR.h9eIdub.O9a', NULL, 2, 'user', '1', '2024-06-13 10:53:12', '2024-06-13 10:53:12'),
(00000000000000005354, NULL, 'MD Alamin Mollah', NULL, 'mdalaminboss69@gmail.com', NULL, '01999994373', NULL, NULL, '$2y$10$jwdZ48WEhiILMKIbvljb9e9HbOSz9hMnKDShKpVe6DI62lRTc/xsu', NULL, 2, 'user', NULL, '2024-06-13 11:11:50', '2024-06-13 11:11:50'),
(00000000000000005355, NULL, 'Abul bashar', NULL, NULL, NULL, '01636639471', NULL, NULL, '$2y$10$ZLH/Qy0VDLnoy73Z2E0sIulGi0sTX/v7.f/VsFXOzsNpeeGxjx3ou', NULL, 2, 'user', NULL, '2024-06-13 13:08:03', '2024-06-13 13:08:03'),
(00000000000000005356, NULL, 'Milon', NULL, NULL, 'DHAKA', '01883646700', NULL, NULL, '$2y$10$OeoVa9H.7H5ivw5q6FMKxOYPE0uAsYTDUaJlTzFHJJqljBKpLIzaS', NULL, 2, 'user', '1', '2024-06-13 16:28:32', '2024-06-13 16:28:32'),
(00000000000000005357, NULL, 'Ashequr Rahman', NULL, 'arthaiglass@gmail.com', NULL, '01716226689', NULL, NULL, '$2y$10$VKzMSvm3I9GZH0YXwkrZ/e7BGOi9uP82VwqwEINYzwhlAj63FgFB6', NULL, 2, 'user', NULL, '2024-06-14 10:30:27', '2024-06-14 10:30:27'),
(00000000000000005358, NULL, 'Apu', NULL, NULL, 'Dhaka', '01993715842', NULL, NULL, '$2y$10$v6LdJSxBTXUjQouxz5S3eeJRGoLBv8gPhVTYJR/QGt73zD.90nxXS', NULL, 2, 'user', '1', '2024-06-14 11:56:17', '2024-06-14 11:56:17'),
(00000000000000005359, NULL, 'Ayman enterprise', NULL, NULL, NULL, '01712688340', NULL, NULL, '$2y$10$gBdgAfQs7yMT7ptTtGoGruk.nowEL1p1Kjv8q6IjRALQTI3iZ8ry.', NULL, 2, 'user', NULL, '2024-06-22 11:07:05', '2024-06-22 11:07:05'),
(00000000000000005360, NULL, 'Rojy', NULL, 'rojy27@mygpsbd.net', NULL, '01711207627', NULL, NULL, '$2y$10$Ujv9PwIW9D1lIDdXiPpseudDomIUL4LZiSA1sMkw.y8hx1/calNuS', NULL, 2, 'user', NULL, '2024-06-22 12:39:07', '2024-06-22 12:39:07'),
(00000000000000005361, NULL, 'Ashraf shagor', NULL, 'ashraf03@mygpsbd.net', NULL, '01711515203', NULL, NULL, '$2y$10$M5vYt520lyDW56sdwj2v0OVmSMbsVGS40N146xWCvESM8yWJNSLdm', NULL, 2, 'user', NULL, '2024-06-22 12:47:13', '2024-06-22 12:47:13'),
(00000000000000005362, NULL, 'Shopon', NULL, NULL, NULL, '01718809925', NULL, NULL, '$2y$10$pIBEfESqs4C6l6ECzyF4LuM0PLqG3DDDFXWjwRNKilE5U1.XSgy.m', NULL, 2, 'user', NULL, '2024-06-22 12:53:59', '2024-06-22 12:53:59'),
(00000000000000005363, NULL, 'Md. Mahbubul Hasan', NULL, 'mahbubulhasan5154@gmail.com', 'gulshan', '01754336875', NULL, NULL, '$2y$10$bQCkMkf1Ikps7BSCA92mZuy6IJa/9W.neD7xSD1.wpF10Ws9rI9Am', NULL, 2, 'user', '1', '2024-06-22 16:42:15', '2024-06-22 16:42:15'),
(00000000000000005364, NULL, 'MD sumon Ahmed', NULL, NULL, NULL, '01944526986', NULL, NULL, '$2y$10$Aa4QhGGHJCag2BnHJprWnO7nEC4AWbSWcPmIre8C1fAvn.LooKZOi', NULL, 2, 'user', NULL, '2024-06-23 11:57:44', '2024-06-23 11:57:44'),
(00000000000000005365, NULL, 'Ahmed EBC', NULL, 'ahmed.ebc@interstellartec.com', 'DHAKA', '01749557858', NULL, NULL, '$2y$10$z/GIF3TZUF2HiNivFxH2ieUYhiB0nYl86ybRGXYg7a6NDYMMqZw1y', NULL, 2, 'user', '1', '2024-06-23 15:49:37', '2024-06-23 15:49:37'),
(00000000000000005366, NULL, 'Dr.Md.Bakhtiar Uddin', NULL, 'jeweldmc47@gmail.com', NULL, '01711100820', NULL, NULL, '$2y$10$T2bBajQsMlmlJIfZMohYauAL0cfpTC96Mr2DKqnSd.7aLqofOpJzy', NULL, 2, 'user', NULL, '2024-06-24 13:56:51', '2024-06-24 13:56:51'),
(00000000000000005367, NULL, 'Sagor hossain', NULL, NULL, 'Manikgonj', '01793650575', NULL, NULL, '$2y$10$.0xLy6VjsfoKI1Ei660Uu.CfRK7v5qsDBnD3QMcIn0GaZdwX6iYm2', NULL, 2, 'user', '1', '2024-06-24 17:04:48', '2024-06-24 17:04:48'),
(00000000000000005368, NULL, 'MD Sohel Rana', NULL, NULL, 'DHAKA', '01777747302', NULL, NULL, '$2y$10$YOCNfWoCyifWJhyg5HrzEuh6/BMhTvL4YzFl6GPgrog7hZgOur7Ru', NULL, 2, 'user', '1', '2024-06-25 11:18:32', '2024-06-25 11:18:32'),
(00000000000000005370, NULL, 'Md Monir Hossain', NULL, NULL, 'Dhaka', '01704368986', NULL, NULL, '$2y$10$rYYNE4rmtXfAJY4CzxLnquhNKuGLkdO0T8Vtc9.ZzeIz6WZDiu8CK', NULL, 2, 'user', '1', '2024-06-25 12:36:37', '2024-06-25 12:36:37'),
(00000000000000005371, NULL, 'Jahanggir', NULL, NULL, NULL, '01826551603', NULL, NULL, '$2y$10$sijx1QLejyAF4RfjM6PeBePvDhoYh30J/xcR/ZyDbEnam2aiGDeBa', NULL, 2, 'user', NULL, '2024-06-25 12:40:00', '2024-06-25 12:40:00'),
(00000000000000005372, NULL, 'Milon Biswas', NULL, NULL, 'Tangail', '01832519362', NULL, NULL, '$2y$10$sez/IomosQfpN6PsTJbO0uSfeiPO3Etut2DImHlofsk.px5gmGURq', NULL, 2, 'user', '1', '2024-06-25 13:27:52', '2024-06-25 13:27:52'),
(00000000000000005373, NULL, 'Tazminul', NULL, NULL, NULL, '01760316160', NULL, NULL, '$2y$10$snPl2ntXDm2Jm44vyZp8XeuX65pRGzVQtJ5u3zYQVNCXAUW/EDFoa', NULL, 2, 'user', NULL, '2024-06-25 14:17:50', '2024-06-25 14:17:50'),
(00000000000000005374, NULL, 'Arif', NULL, 'mohammedarifh@gmail.com', NULL, '01712551848', NULL, NULL, '$2y$10$mvxukOx52Uuyj51eAVbsY.H.D91s7XhFundI2c2TASiP8VeLdyCg2', NULL, 2, 'user', NULL, '2024-06-25 16:19:04', '2024-06-25 16:19:04'),
(00000000000000005375, NULL, 'Shaiful Islam Bahar', NULL, 'lutfun@gmail.com', NULL, '01937273576', NULL, NULL, '$2y$10$Gyjgdw0NBh1P2anwa2paSuuNqhEtViF1fUXWxE8zhE5GZ6Rlllx5W', NULL, 2, 'user', NULL, '2024-06-25 16:45:51', '2024-06-25 16:45:51'),
(00000000000000005376, NULL, 'Adil', NULL, 'adil.revere@gmail.com', NULL, '01938888988', NULL, NULL, '$2y$10$i2LN3gAvjNrqO4KxP2p7ze8YUNL9ZLlJCNU5NyZuReXnacKQbyCvO', NULL, 2, 'user', NULL, '2024-06-26 11:17:51', '2024-06-26 11:17:51'),
(00000000000000005377, NULL, 'Arif Hossain', NULL, NULL, 'DHAKA', '01794433445', NULL, NULL, '$2y$10$wkPByfFQDaBxSVxIbFJ7d.yQ5znvyZDmv0L3Lkz3zcXFmZI12YGCC', NULL, 2, 'user', '1', '2024-06-26 15:47:24', '2024-06-26 15:47:24'),
(00000000000000005378, NULL, 'Dewan Md Laqat Ali', NULL, 'liaqat3238@yahoo.com', NULL, '01700783345', NULL, NULL, '$2y$10$wAyaBKVSARsmseF9cpFUgOVSMaYXCW.26NWP3B6ZTeJb9L.52k7Yy', NULL, 2, 'user', NULL, '2024-06-26 16:00:37', '2024-06-26 16:00:37'),
(00000000000000005379, NULL, 'Mafizul Alom', NULL, 'mafizul13@mygpsbd.com', NULL, '01718336513', NULL, NULL, '$2y$10$zahrUcriiQxl7U2.akOZYOo9OJFCTUN.zPbBlvF55pjJEgr9YQwmW', NULL, 2, 'user', NULL, '2024-06-26 16:23:31', '2024-06-26 16:23:31'),
(00000000000000005380, NULL, 'Roman', NULL, NULL, 'DHAKA', '01794513746', NULL, NULL, '$2y$10$CQAC9EjKONmBQMzWPyere.3VI0JUqPPo/3K2qx0nr71kv2vagSrHW', NULL, 2, 'user', '1', '2024-06-27 16:19:07', '2024-06-27 16:19:07'),
(00000000000000005381, NULL, 'MD Riyad Hossain', NULL, 'riyaddu118@gmail.com', NULL, '01768376971', NULL, NULL, '$2y$10$Cy6s.2KpV6O8nLGRP/sF7eZisTuTTLtWtwhO2dzWhO3ZMUSbegBQu', NULL, 2, 'user', NULL, '2024-06-27 16:23:34', '2024-06-27 16:23:34'),
(00000000000000005385, NULL, 'Md Shamim Reza', NULL, 'sm@gmail.com', NULL, '01774272644', NULL, NULL, '$2y$10$msJjfnXem.PqVV7mLXeOfuduyNHehuXWu1SUpXVG4CZaIxiqvvRH.', NULL, 2, 'user', NULL, '2024-06-30 06:26:00', '2024-07-03 09:43:12'),
(00000000000000005386, NULL, 'Md Shamim Reza', NULL, 'superadmin@gmail.com', NULL, '01774272645', NULL, NULL, '$2y$10$uaR0G17icTDzt32YQ/JOu.az0coCvZtnAYacwRTH5gRhCbPt2Qmp6', 'TIhP7XJqYGRyt2sEcrjpi3jNFH636Y8EGMNyxofzf0bQQemLAXb1QEDUMpKi', 0, 'admin', NULL, '2024-06-30 09:57:42', '2024-06-30 09:57:42'),
(00000000000000005387, NULL, 'Aristotle Workman', 'Non vel qui vero dol', 'lexume@mailinator.com', 'Nobis veritatis anim', '02304567891', '12304567892', NULL, '$2y$10$SAq5A3ta4//./sAm2yAjQuNgIJ90sgc6eVkVIkNAS93Bg5VvQ5Pj6', NULL, 2, 'user', '1', '2024-07-01 04:07:40', '2024-07-01 04:07:40'),
(00000000000000005388, NULL, 'Aristotle Workman', 'Non vel qui vero dol', 'lexume@mailinator.com', 'Nobis veritatis anim', '01774274521', '12304567892', NULL, '$2y$10$8M5QP99LY8Jm3sV/RfB6F.wsvQzbHVC4CA.rN.wWh5QiYC.kbhXYm', NULL, 2, 'user', '1', '2024-07-01 04:08:10', '2024-07-01 04:08:10'),
(00000000000000005389, NULL, 'Caleb Mills', 'Sunt ullamco qui ist', 'hofuwawug@mailinator.com', 'Eveniet omnis volup', '01234567890', '01234567891', NULL, '$2y$10$.cOi9IP1B/mhWf0kJcZ4S.guvwQZI2oVnlUIB2de..yc5DPCKeuZi', NULL, 2, 'user', '1', '2024-07-01 04:09:33', '2024-07-03 09:42:48'),
(00000000000000005391, 25, 'Arthur Levy', 'Aut molestiae quos r', 'moparuny@mailinator.com', 'Tempor consequatur', '01234567891', '01234567891', NULL, '$2y$10$8wK81bSG/rQonFFgwR1Sv.H6JBdHUTjmT4GfvttA1Yvzid7q2nFJq', NULL, 2, 'user', '2', '2024-07-03 11:57:58', '2024-07-03 11:57:58'),
(00000000000000005392, 11, 'Md Shamim Reza', '546565465', 'superadmina@gmail.com', 'Sahajanpur Bogura', '01774252648', '01774252648', NULL, '$2y$10$O7b/lHEucqfZ2wTFrlkx4uHPySs9O1BE0RxCXONhJaCgw6/hxcfzq', NULL, 2, 'user', '2', '2024-07-04 03:37:45', '2024-07-04 03:37:45'),
(00000000000000005393, NULL, 'Md Shamim Reza', '45621.0303123', 's7uperadmina@gmail.com', 'Sahajanpur Bogura', '01774252649', '01774252649', NULL, '$2y$10$Tu7mYlk7zAEtM3vN0L706O8ZiC7OHCQXYauc8sNgBj4kI5kwLxDui', NULL, 2, 'user', '1', '2024-07-04 03:38:42', '2024-07-04 03:38:42'),
(00000000000000005394, NULL, 'Md Shamim Reza', '21341213231', 'superadminaaa@gmail.com', 'Sahajanpur Bogura', '01774252640', '01774252644', NULL, '$2y$10$Kz8A9KURzg16Zn716XiotOfaZBILWhmjn0N.vh.iVGbCXSIUHoKQW', NULL, 2, 'user', '1', '2024-07-04 03:47:33', '2024-07-04 03:47:33'),
(00000000000000005395, NULL, 'Md Shamim Reza', '12321321', 'superadmin@gmail.com', 'Sahajanpur Bogura', '01774252641', '01774252648', NULL, '$2y$10$l1H0.I7ETZAGEJzps4y9Ae.F/O00.2F51Hx2Uh3LuxC0D1lx8mlj2', NULL, 2, 'user', '1', '2024-07-04 03:48:56', '2024-07-04 03:48:56'),
(00000000000000005396, NULL, 'Md Shamim Reza', '12321321', 'superadmin@gmail.com', 'Sahajanpur Bogura', '01774252604', '01774252648', NULL, '$2y$10$TkvnBdZwA5ZlYe0KqLOzju2onQZI/gYXSVK8cN5ZBGxBjCu1Y/28m', NULL, 2, 'user', '1', '2024-07-04 03:50:15', '2024-07-04 03:50:15'),
(00000000000000005397, NULL, 'Md Shamim Reza', 'Beatae placeat non', 'superadminaaa@gmail.com', 'Sahajanpur Bogura', '01774252689', '01774252647', NULL, '$2y$10$TskJ6nexJqu7gBUIQt74juOmdsV5PYnEMos1FAoLErmy8n66Y9ASm', NULL, 2, 'user', '1', '2024-07-04 03:52:12', '2024-07-04 03:52:12'),
(00000000000000005398, NULL, 'Md Shamim Reza bhj', '12321321', 'superadminaaa@gmail.com', 'Sahajanpur Bogura', '01774252690', '01774252647', NULL, '$2y$10$k.yrWOa5TeSqoSkQpHRKnetYlzddn2WWPhBNSz4M8T2ge1mm/5xbe', NULL, 2, 'user', '1', '2024-07-04 03:53:41', '2024-07-04 03:53:41'),
(00000000000000005399, NULL, 'Md Shamim Reza', '12321321', 'superadminaaa@gmail.com', 'Sahajanpur Bogura', '01774252687', '01774252647', NULL, '$2y$10$.dWAo.948cMcu/nSIOPbJOh3lpb8xI71IZK3MDUfsGdQQ2z4vnUJW', NULL, 2, 'user', '1', '2024-07-04 03:55:30', '2024-07-04 03:55:30'),
(00000000000000005400, NULL, 'Md Shamim Reza up', '12321321', 'superadminaaa@gmail.com', 'Sahajanpur Bogura', '01774252678', '01774252647', NULL, '$2y$10$QRmLrIgA6nfG9Yk7uiHp7eBb.zFMlYlexaNvGmgVApNHOMgeVohz2', NULL, 2, 'user', '1', '2024-07-04 04:03:31', '2024-07-04 04:03:31'),
(00000000000000005401, NULL, 'Md Shamim Reza', '12321321', 'superadminaaa@gmail.com', 'Sahajanpur Bogura', '01774252699', '01774252647', NULL, '$2y$10$DrxQ7lzemKZ0b5wS42ZSseE1hKG0hS4VcVhhgBlXq62oymtSSU9om', NULL, 2, 'user', '1', '2024-07-04 04:27:20', '2024-07-04 04:27:20'),
(00000000000000005402, NULL, 'Md Shamim Reza', '12321321', 'superadminaaa@gmail.com', 'Sahajanpur Bogura', '01774252647', '01774252647', NULL, '$2y$10$3QBxQIQmnNW2qikYsiWBIeTNJbgCxpfEf/OCg4yP5MO.f1uL6NycO', NULL, 2, 'user', '1', '2024-07-04 04:28:27', '2024-07-04 04:28:27'),
(00000000000000005403, NULL, 'Shamim', '12321321', 'superadminaaa@gmail.com', 'Sahajanpur Bogura', '01774252601', '01774252647', NULL, '$2y$10$Q1GZEWq3az8zdFqXwqII.ulJ010.iTLEqXqLE2DBOlKHipkObylnm', NULL, 2, 'user', '1', '2024-07-04 04:29:23', '2024-07-04 04:29:23'),
(00000000000000005404, NULL, 'fd hgfdg df', '12321321', 'superadminaaa@gmail.com', 'Sahajanpur Bogura', '01774252691', '01774252647', NULL, '$2y$10$nf8HcwouB9Yt..4Rd8sR9OX9ekbbt7HX7BzSHgnln/Q.FGuhUfO4O', NULL, 2, 'user', '1', '2024-07-04 04:32:47', '2024-07-04 04:32:47'),
(00000000000000005405, NULL, 'mhjhj', '12321321', 'superadminaaa@gmail.com', 'Sahajanpur Bogura', '01723654789', '01774252647', NULL, '$2y$10$F.cnUchDJKU82dRMKMRxKuqaJkzfy.h1HsQT1U6kA8Mr87S4hgwN.', NULL, 2, 'user', '1', '2024-07-04 04:34:30', '2024-07-04 04:34:30'),
(00000000000000005406, NULL, 'dfg df  f', '12321321', 'superadminaaa@gmail.com', 'Sahajanpur Bogura', '01321321012', '01774252647', NULL, '$2y$10$kynxWtDI2nBFwACfwZkiCOgb3A0e4Ykp0EKi/FYJkPcCNUKSxbkkO', NULL, 2, 'user', '1', '2024-07-04 04:37:34', '2024-07-04 04:37:34'),
(00000000000000005407, NULL, 'red', '12321321', 'superadminaaa@gmail.com', 'Sahajanpur Bogura', '01512345612', '01774252647', NULL, '$2y$10$r8Dh5ZwhIIFEMj663On.C.aTxSAtSvNIKYKwzaL3PRVwRP9b5jIKC', NULL, 2, 'user', '1', '2024-07-04 04:38:42', '2024-07-04 04:38:42'),
(00000000000000005408, NULL, 'Issue', '12321321', 'superadminaaa@gmail.com', 'Sahajanpur Bogura', '01532156321', '01774252647', NULL, '$2y$10$C8bBuU0ZxoxoTxUlCwvlWuAky9eSCGDE1.khgpeZOpb.S2IZX9oEa', NULL, 2, 'user', '1', '2024-07-04 04:42:55', '2024-07-04 04:42:55'),
(00000000000000005409, NULL, 'Solve', '12321321', 'superadminaaa@gmail.com', 'Sahajanpur Bogura', '01798745632', '01774252647', NULL, '$2y$10$M67yxmRG/zigZvWJCp4UceUSNY89SLcIMSX3kIq91lHaQnFt71JaO', NULL, 2, 'user', '1', '2024-07-04 04:44:19', '2024-07-04 04:44:19'),
(00000000000000005410, NULL, 'Issue Solve', '12321321', 'superadminaaa@gmail.com', 'Sahajanpur Bogura', '01532105632', '01774252647', NULL, '$2y$10$yhfHYn.1zJimfQhUmcPt8exyOvJe87uneIpJN1Sf4mM8wYlsxaSuK', NULL, 2, 'user', '1', '2024-07-04 04:45:37', '2024-07-04 04:45:37'),
(00000000000000005411, NULL, 'Md Shamim Reza', '12321321', 'superadminaaa@gmail.com', 'Sahajanpur Bogura', '01774252452', '01774252647', NULL, '$2y$10$2sTAcuSxXFZfUmyR2PHxge9VCrC5rVyoINUvcS9U8UfFh2E4yzKQS', NULL, 2, 'user', '1', '2024-07-04 04:48:46', '2024-07-04 04:48:46'),
(00000000000000005412, NULL, 'Md Shamim Reza', '12321321', 'superadminaaa@gmail.com', 'Sahajanpur Bogura', '01774252547', '01774252647', NULL, '$2y$10$VyhGsHhiphhOXEVbUn/0iuZprI7n6f7fM0CG48OP1tunXVxHW0ZVe', NULL, 2, 'user', '1', '2024-07-04 04:50:13', '2024-07-04 04:50:13'),
(00000000000000005413, NULL, 'Md Shamim Reza', '12321321', 'superadminaaa@gmail.com', 'Sahajanpur Bogura', '01774251647', '01774252647', NULL, '$2y$10$f4GvTWBPelXj4MTqeaLGH.Ezr9y2dkfm1R6.TcnIHfwNaKAsY1Uxq', NULL, 2, 'user', '1', '2024-07-04 04:51:15', '2024-07-04 04:51:15'),
(00000000000000005414, NULL, 'Md Shamim Reza', '12321321', 'superadminaaa@gmail.com', 'Sahajanpur Bogura', '01774252747', '01774252647', NULL, '$2y$10$AyC0zxVsBlsyetmima9lVOKmRAQIpgqsa//oP8F27Cbo4CeXrnEs.', NULL, 2, 'user', '1', '2024-07-04 04:59:43', '2024-07-04 04:59:43'),
(00000000000000005415, NULL, 'Md Shamim Reza', '12321321', 'superadminaaa@gmail.com', 'Sahajanpur Bogura', '01774252047', '01774252647', NULL, '$2y$10$pkD8OT0SKgZ8r7zC9n5Ivel2gSl85lV9y8kNdMMNFWbtYr6DG0egy', NULL, 2, 'user', '1', '2024-07-04 05:00:06', '2024-07-04 05:00:06'),
(00000000000000005416, NULL, 'Md Shamim Reza', '12321321', 'superadminaaa@gmail.com', 'Sahajanpur Bogura', '01774258647', '01774252647', NULL, '$2y$10$OTUmP9XWZD.kfLLYt0VBbuBg2rT8Njnrhr45sxBhEueWhkWDEPZ42', NULL, 2, 'user', '1', '2024-07-04 05:05:01', '2024-07-04 05:05:01'),
(00000000000000005417, NULL, 'Md Shamim Reza', 'Inventore nisi adipi', 'typyhymeqy@mailinator.com', 'Sahajanpur Bogura', '01236521401', '01774252647', NULL, '$2y$10$htMzYD2g2JcnoW0izXXxLOGT7EBWqt8/hho/NN.uMCPLPt885bGf.', NULL, 2, 'user', '2', '2024-07-04 05:07:22', '2024-07-04 05:07:22'),
(00000000000000005418, NULL, 'Md Shamim Reza', '12321321', NULL, 'Sahajanpur Bogura', '01774052647', NULL, NULL, '$2y$10$a6RiwcrOB9DJfXADcAla8.oO2EAPafIJbZK.uVigo8TdWnENH072.', NULL, 2, 'user', '1', '2024-07-04 05:10:57', '2024-07-04 05:10:57'),
(00000000000000005419, NULL, 'Md Shamim Reza', '12454545', 'superadminaaa@gmail.com', 'Sahajanpur Bogura', '01774242647', '01774252647', NULL, '$2y$10$c2mTO.LbgFt5miAOIT2PL.8d6LhwTYy1d2G5M8h1Rkxy7hH1D2sMG', NULL, 2, 'user', '1', '2024-07-04 05:20:58', '2024-07-04 05:20:58'),
(00000000000000005420, NULL, 'Shamim', '12321321', 'superadminaaa@gmail.com', 'Sahajanpur Bogura', '01777252647', '01774252647', NULL, '$2y$10$Bqp2qiKyz/wQwNSIeniniuECO0Zr08OpJYBTDiL/vJjXK0JAQTEtu', NULL, 2, 'user', '1', '2024-07-04 05:22:04', '2024-07-04 05:22:04'),
(00000000000000005421, NULL, 'Reza', '12321321', 'superadminaaa@gmail.com', 'Sahajanpur Bogura', '01774272647', '01774252647', NULL, '$2y$10$kIXs433i9u42CN7PHlSOa.ecpibatS2N72Kp.8a3.57VLECc9HDY.', NULL, 2, 'user', '1', '2024-07-04 05:23:28', '2024-07-04 05:23:28'),
(00000000000000005422, NULL, 'Md', '12321321', 'superadminaaa@gmail.com', 'Sahajanpur Bogura', '01771252647', '01774252647', NULL, '$2y$10$zK6QtyURLiEObNV9xTO2eeQtpDpv1oxfCtsayXLdVhJ8ypmQ7BpjK', NULL, 2, 'user', '1', '2024-07-04 05:25:08', '2024-07-04 05:25:08'),
(00000000000000005423, NULL, 'SM Shamim', '12321321', 'superadminaaa@gmail.com', 'Sahajanpur Bogura', '01774282641', '01774252647', NULL, '$2y$10$vzs8DcS7ij7IU1WVYlRIEOHK82wcLIpeTnPRD6ds4dA8/I9Jm6ROS', NULL, 2, 'user', '1', '2024-07-04 05:27:15', '2024-07-04 05:27:15'),
(00000000000000005424, NULL, 'Md Shamim Reza', '12321321', 'superadminaaa@gmail.com', 'Sahajanpur Bogura', '01774752647', '01774252647', NULL, '$2y$10$0EMI84El0etK2HL15Afcs.YI/qBhPjn8GSXZG8cf1P6.qGll.rko6', NULL, 2, 'user', '1', '2024-07-04 05:33:59', '2024-07-04 05:33:59'),
(00000000000000005425, NULL, 'Md Reza', '12321321', 'superadminaaa@gmail.com', 'Sahajanpur Bogura', '01774250647', '01774252647', NULL, '$2y$10$pm71RPmS/q9ijCqBqF2K/.gZBs6kD28CAYuwM1NU4Evuu01irVYUy', NULL, 2, 'user', '1', '2024-07-04 05:35:23', '2024-07-04 05:35:23'),
(00000000000000005426, NULL, 'Md Reza', '12321321', 'superadminaaa@gmail.com', 'Sahajanpur Bogura', '01774270647', '01774252647', NULL, '$2y$10$MAvNQHOcw7zfeeHLNP3DX.gto1RLpFLaoGgcyRlrset4Rjw3ga26K', NULL, 2, 'user', '1', '2024-07-04 05:36:00', '2024-07-04 05:36:00'),
(00000000000000005427, NULL, 'Md Shamim Reza', '12321321', 'superadminaaa@gmail.com', 'Sahajanpur Bogura', '01779252647', '01774252647', NULL, '$2y$10$fhtrQSQRmwb/qb05RmJjt.C0qotV3vZpl7QeuG8xiOQ41L7.27.Na', NULL, 2, 'user', '1', '2024-07-04 05:36:49', '2024-07-04 05:36:49'),
(00000000000000005428, NULL, 'Md Shamim Reza', '12321321', 'superadminaaa@gmail.com', 'Sahajanpur Bogura', '01774052640', '01774252647', NULL, '$2y$10$Cs0fa3zWsxMrw/fc2pjEZuxVnmyzJjirLTsTrpwTV6Xp2TBVtGFSy', NULL, 2, 'user', '1', '2024-07-04 05:37:48', '2024-07-04 05:37:48'),
(00000000000000005429, NULL, 'Md Shamim Reza', '12321321', 'superadminaaa@gmail.com', 'Sahajanpur Bogura', '01772252647', '01774252647', NULL, '$2y$10$MWpnPCcgrRUqsDQ8XZdGqOgFZTrxlFt2iueqAViOpWgxWlosGMw1e', NULL, 2, 'user', '1', '2024-07-04 05:38:44', '2024-07-04 05:38:44'),
(00000000000000005430, NULL, 'Md Shamim Reza', '12321321', 'superadminaaa@gmail.com', 'Sahajanpur Bogura', '01774952647', '01774252647', NULL, '$2y$10$WbMQe.7qDQTUbrzEKwZ0FOp4arYv3awuMV.wMPsRupO/TFNAgzH3a', NULL, 2, 'user', '1', '2024-07-04 05:39:33', '2024-07-04 05:39:33'),
(00000000000000005431, NULL, 'Md Shamim Reza', '12321321', 'superadminaaa@gmail.com', 'Sahajanpur Bogura', '01774352647', '01774252647', NULL, '$2y$10$o.Vb63XB6yBrjhJDr9jFu.4kz1Rc4nIZTHvpwbbVtgmrwNqmBwjXK', NULL, 2, 'user', '1', '2024-07-04 05:40:38', '2024-07-04 05:40:38'),
(00000000000000005438, NULL, 'Md S', '12321321', 'superadminaaa@gmail.com', 'Sahajanpur Bogura', '01774252012', '01774252647', NULL, '$2y$10$Ra0OhPrtj0lSLAANoFyooOnwZKkKy23kby68s4F8iHvAe5jG5FyGC', NULL, 2, 'user', '1', '2024-07-04 05:54:12', '2024-07-04 05:54:12'),
(00000000000000005439, NULL, 'Md Shamim Reza', '1213121212', 'superadminaaa@gmail.com', 'Sahajanpur Bogura', '01771052647', '01774252647', NULL, '$2y$10$5aHCSKUHrPo3w6fk21E88.eDNGEowy3uihHfGk5GMXZwr2wx4S9sW', NULL, 2, 'user', '1', '2024-07-04 05:58:10', '2024-07-04 05:58:10'),
(00000000000000005440, NULL, 'Md Shamim Reza', '12321321', 'superadminaaa@gmail.com', 'Sahajanpur Bogura', '01714122607', '01774252647', NULL, '$2y$10$gBZCHsnD0.RUsMRdE/AqR.b.xz2uUPv0tLVbavJQ7qSp/fX.fKd7y', NULL, 2, 'user', '1', '2024-07-04 06:00:27', '2024-07-04 06:00:27'),
(00000000000000005441, NULL, 'Md Shamim Reza', '12321321', 'superadminaaa@gmail.com', 'Sahajanpur Bogura', '01714192607', '01774252647', NULL, '$2y$10$KYq44HGiPt0jBxXHYYRvYuSstrYmYBiJBm3KY.iUDOfPmLG2Zhtpq', NULL, 2, 'user', '1', '2024-07-04 06:01:08', '2024-07-04 06:01:08'),
(00000000000000005442, NULL, 'Steel Castro', 'Sed est nobis ration', 'homilic@mailinator.com', 'Minus quas laboris a', '01714785232', '01714785232', NULL, '$2y$10$AZ4Zhzq7yXPM.h4alMe3k.XBt.PDazUuNmtbmcbJxVrnTtZvVK61y', NULL, 2, 'user', '1', '2024-07-04 06:05:12', '2024-07-04 06:05:12'),
(00000000000000005443, NULL, 'Keith Miles', 'Quos quis voluptatem', 'cilamiri@mailinator.com', 'Sequi quis tempor ma', '01774125896', '+1 (368) 168-2971', NULL, '$2y$10$pYuIjCz77PbGuqDA1JmjR./1EgwV0nYVx1lwVt14BAsjQ027xtpea', NULL, 2, 'user', '1', '2024-07-04 06:06:36', '2024-07-04 06:06:36'),
(00000000000000005444, NULL, 'Md Shamim Reza', '12321321', 'superadminaaa@gmail.com', 'Sahajanpur Bogura', '01747125896', '01747125896', NULL, '$2y$10$YdPjCBcApYGAOmaBUUL0JuiMMn1aFf538R.0/urRl8LG.jE9unNB6', NULL, 2, 'user', '1', '2024-07-04 06:07:40', '2024-07-04 06:07:40'),
(00000000000000005454, NULL, 'Dennis Chavez', 'Et est id quia sapie', 'vupef@mailinator.com', 'Ipsum id libero iure', '01774569870', '0177456987', NULL, '$2y$10$VuGnChvz/BFzwwXdU2Y1zOEdrHOxAC43P6ZnuRINcE0hENDTYkHZW', NULL, 2, 'user', '1', '2024-07-09 11:38:43', '2024-07-09 11:38:43'),
(00000000000000005455, NULL, 'Md Shamim Reza', NULL, 'superadminaaa@gmail.com', NULL, '01770252647', NULL, NULL, '$2y$10$Nl5S.oglRIwL.YSyLiGXE.C2KscRYk4aQwVhLQGxNrKe8sWXgQqku', NULL, 2, 'user', NULL, '2024-07-09 12:08:36', '2024-07-09 12:08:36'),
(00000000000000005456, NULL, 'Md Shamim Reza', NULL, 'superadminaaa@gmail.com', NULL, '01794252647', NULL, NULL, '$2y$10$l2/xnKjSVdjsKeiGS52A5eZl3w3GX/xd1B.oMNmS5v2zMoHZYntlq', NULL, 2, 'user', NULL, '2024-07-09 12:08:51', '2024-07-09 12:08:51'),
(00000000000000005457, NULL, 'Md Shamim Reza', NULL, 'superadminaaa@gmail.com', NULL, '01774122647', NULL, NULL, '$2y$10$MF/yjuafaMPQy.nxz04gfeEZV7mjosQkt4VqOD8EEoxtau4yfNfMO', NULL, 2, 'user', NULL, '2024-07-09 12:09:34', '2024-07-09 12:09:34'),
(00000000000000005458, NULL, 'Md Shamim Reza', NULL, 'superadminaaa@gmail.com', NULL, '01774102647', NULL, NULL, '$2y$10$Q1bTbHAquU4xJ6a1IdDCsOqQB74qDduZl4GsryAPP5qda8lsvYkRW', NULL, 2, 'user', NULL, '2024-07-09 12:09:45', '2024-07-09 12:09:45'),
(00000000000000005459, NULL, 'Md Shamim Reza', NULL, 'lefobu@mailinator.com', NULL, '01774252680', NULL, NULL, '$2y$10$Pr3UyOLLGEb8K/IoxryoZO7BnZ1OiDtWImZ7YOpVxK6GMrig9UeQu', NULL, 3, 'sub_admin', NULL, '2024-07-11 11:54:06', '2024-07-11 11:54:06'),
(00000000000000005460, NULL, 'Halee Carr', NULL, 'lydahewowa@mailinator.com', NULL, '01233665488', NULL, NULL, '$2y$10$3xbziP8naHeNb3CR3NsrNeoCYtLaJvD.Fa/rYZn6iwaAZc8G6jSRq', NULL, 3, 'sub_admin', NULL, '2024-07-11 11:54:50', '2024-07-11 11:54:50'),
(00000000000000005461, NULL, 'Md Shamim Reza', NULL, 'muxysyk@mailinator.com', NULL, '01774252650', NULL, NULL, '$2y$10$DVvHY.HaFwYzWADWtoABnuzkoqHaaGMjX9O0eaHB3bFMAmQIelSwW', NULL, 3, 'sub_admin', NULL, '2024-07-11 11:55:13', '2024-07-11 11:55:13'),
(00000000000000005462, NULL, 'Hadassah Burgess', NULL, 'pemirewiti@mailinator.com', NULL, '99', NULL, NULL, '$2y$10$g26jcO1ppmbx0rESp.v3Yu3VaDHDoBXafVvzlJMbRxJcrL0I6qlvW', NULL, 3, 'sub_admin', NULL, '2024-07-13 10:31:49', '2024-07-13 10:31:49'),
(00000000000000005463, NULL, 'Md Shamim Reza', NULL, 'kojoweda@mailinator.com', NULL, '01774252602', NULL, NULL, '$2y$10$.Tmbgy3Bp.d1VWahAfEwKulkdgZ3cl1wYE2b8fPyVKl7Li9B4KD5a', 'ypnCy2HE9VpRFzDkyjDmIdeJoePirmTSeCwwEEEDlTHuHb1Q73VWx9yKyrCk', 3, 'sub_admin', NULL, '2024-07-13 10:36:00', '2024-07-13 10:36:00'),
(00000000000000005464, NULL, 'Md Shamim Reza', NULL, 'muqamyh@mailinator.com', NULL, '01774252456', NULL, NULL, '$2y$10$1GGFfCj5zYP4QXVmK86.6epBYckMwtccRUjHNiTUHXQyGTdSMBspu', NULL, 3, 'sub_admin', NULL, '2024-07-13 11:53:30', '2024-07-13 11:53:30'),
(00000000000000005465, NULL, 'Ulla Dickerson', 'Deserunt amet non v', 'tuzojowel@mailinator.com', 'Tempor error eiusmod', '01336547892', '01336547892', NULL, '$2y$10$wzDmGOfANGRonh8zYUs2CuR3.Z/KPCDTc/Wx2tkLF7xKO9xInhdh6', NULL, 2, 'user', '2', '2024-07-14 09:33:18', '2024-07-14 09:33:18'),
(00000000000000005466, NULL, 'Maya Dixon', 'Qui harum explicabo', 'watyvynebe@mailinator.com', 'Et laboriosam ullam', '01478521487', '01478521487', NULL, '$2y$10$CvVSqnZXc3oA6fqpKbxN3.NKrtEFSM3Czcp.bJyZgCLpe2vGWgSOW', NULL, 2, 'user', '2', '2024-07-14 12:20:22', '2024-07-14 12:20:22'),
(00000000000000005467, NULL, 'Lars Jarvis', 'Nobis pariatur Accu', 'byzuw@mailinator.com', 'Neque nesciunt in n', '01325896325', '01325896325', NULL, '$2y$10$7vkRVbxWrKZrY2QUskZVtuGQciKaKzSFWRko/P2tJyFMV9l3MGMHy', NULL, 2, 'user', '2', '2024-07-15 06:16:37', '2024-07-15 06:16:37'),
(00000000000000005469, NULL, 'April Fuentes', 'Tempore corporis be', 'nexewadyx@mailinator.com', 'Quia esse autem cul', '01336547898', '01336547898', NULL, '$2y$10$aRuhmQTSnK1K12.kAK3Zt.8oU9FLT/0Wa.K9Cc2GoSMCUXFPO8qle', NULL, 2, 'user', '2', '2024-07-16 03:44:42', '2024-07-16 03:44:42');

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

--
-- Table structure for table `what_client_says`
--

CREATE TABLE `what_client_says` (
  `id` bigint UNSIGNED NOT NULL,
  `image` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `comment` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `designation` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Indexes for dumped tables
--

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

--
-- Indexes for table `assign_technician_devices`
--
ALTER TABLE `assign_technician_devices`
  ADD PRIMARY KEY (`id`),
  ADD KEY `assign_technician_devices_technician_id_foreign` (`technician_id`),
  ADD KEY `assign_technician_devices_user_id_foreign` (`device_id`);

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

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

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

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

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

--
-- Indexes for table `dedvice_sell_history`
--
ALTER TABLE `dedvice_sell_history`
  ADD PRIMARY KEY (`id`),
  ADD KEY `transaction_histories_assign_id_foreign` (`assign_id`),
  ADD KEY `complain_id` (`complain_id`);

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

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

--
-- Indexes for table `failed_jobs`
--
ALTER TABLE `failed_jobs`
  ADD PRIMARY KEY (`id`) USING BTREE;

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

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

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

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

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

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

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

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

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

--
-- Indexes for table `monthly_bill_update_statuses`
--
ALTER TABLE `monthly_bill_update_statuses`
  ADD PRIMARY KEY (`id`),
  ADD KEY `monthly_bill_update_statuses_user_id_foreign` (`user_id`),
  ADD KEY `monthly_bill_update_statuses_admin_id_foreign` (`admin_id`);

--
-- Indexes for table `orders`
--
ALTER TABLE `orders`
  ADD PRIMARY KEY (`id`),
  ADD KEY `orders_package_id_foreign` (`package_id`),
  ADD KEY `orders_user_id_foreign` (`user_id`);

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

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

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

--
-- Indexes for table `payment_confarmation_histories`
--
ALTER TABLE `payment_confarmation_histories`
  ADD PRIMARY KEY (`id`),
  ADD KEY `payment_confarmation_histories_user_id_foreign` (`user_id`),
  ADD KEY `payment_confarmation_histories_admin_id_foreign` (`admin_id`),
  ADD KEY `payment_confarmation_histories_payment_history_id_foreign` (`payment_history_id`);

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

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

--
-- Indexes for table `price_sub_categories`
--
ALTER TABLE `price_sub_categories`
  ADD PRIMARY KEY (`id`),
  ADD KEY `price_sub_categories_price_id_foreign` (`price_id`);

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

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

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

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

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

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

--
-- Indexes for table `system_commplain`
--
ALTER TABLE `system_commplain`
  ADD PRIMARY KEY (`id`),
  ADD KEY `complain_user_id` (`user_id`),
  ADD KEY `teechnician_id` (`technician_id`),
  ADD KEY `problem_created_by` (`problem_created_by`),
  ADD KEY `problem_type` (`problem_type`),
  ADD KEY `problem_updated_by` (`problem_updated_by`);

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

--
-- Indexes for table `technican_stocks`
--
ALTER TABLE `technican_stocks`
  ADD PRIMARY KEY (`id`),
  ADD KEY `technican_stocks_device_id_foreign` (`device_id`),
  ADD KEY `technican_stocks_technicain_id_foreign` (`technicain_id`);

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

--
-- Indexes for table `technician_device_stocks`
--
ALTER TABLE `technician_device_stocks`
  ADD PRIMARY KEY (`id`),
  ADD KEY `technician_device_stocks_technician_id_foreign` (`technician_id`),
  ADD KEY `technician_device_stocks_assign_id_foreign` (`assign_id`);

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

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

--
-- Indexes for table `transaction_histories`
--
ALTER TABLE `transaction_histories`
  ADD PRIMARY KEY (`id`),
  ADD KEY `transaction_histories_user_id_foreign` (`user_id`),
  ADD KEY `transaction_histories_technician_id_foreign` (`technician_id`),
  ADD KEY `transaction_histories_assign_id_foreign` (`assign_id`);

--
-- Indexes for table `users`
--
ALTER TABLE `users`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `phone` (`phone`),
  ADD KEY `lebel_id` (`lebel_id`);

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

--
-- AUTO_INCREMENT for dumped tables
--

--
-- AUTO_INCREMENT for table `all_users`
--
ALTER TABLE `all_users`
  MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3577;

--
-- AUTO_INCREMENT for table `assign_technician_devices`
--
ALTER TABLE `assign_technician_devices`
  MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=56;

--
-- AUTO_INCREMENT for table `billing_shedules`
--
ALTER TABLE `billing_shedules`
  MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=22;

--
-- AUTO_INCREMENT for table `complains`
--
ALTER TABLE `complains`
  MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=336;

--
-- AUTO_INCREMENT for table `contact_infos`
--
ALTER TABLE `contact_infos`
  MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=8;

--
-- AUTO_INCREMENT for table `corporate_partners`
--
ALTER TABLE `corporate_partners`
  MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=47;

--
-- AUTO_INCREMENT for table `custom_orders`
--
ALTER TABLE `custom_orders`
  MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `dedvice_sell_history`
--
ALTER TABLE `dedvice_sell_history`
  MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=20;

--
-- AUTO_INCREMENT for table `demos`
--
ALTER TABLE `demos`
  MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `devices`
--
ALTER TABLE `devices`
  MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=18;

--
-- AUTO_INCREMENT for table `failed_jobs`
--
ALTER TABLE `failed_jobs`
  MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=744;

--
-- AUTO_INCREMENT for table `features`
--
ALTER TABLE `features`
  MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=19;

--
-- AUTO_INCREMENT for table `gallery`
--
ALTER TABLE `gallery`
  MODIFY `id` int NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=20;

--
-- AUTO_INCREMENT for table `happy_clients`
--
ALTER TABLE `happy_clients`
  MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=29;

--
-- AUTO_INCREMENT for table `home_page_models`
--
ALTER TABLE `home_page_models`
  MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=19;

--
-- AUTO_INCREMENT for table `international_partnet`
--
ALTER TABLE `international_partnet`
  MODIFY `id` int NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;

--
-- AUTO_INCREMENT for table `jobs`
--
ALTER TABLE `jobs`
  MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=66;

--
-- AUTO_INCREMENT for table `lebel`
--
ALTER TABLE `lebel`
  MODIFY `id` int NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=27;

--
-- AUTO_INCREMENT for table `local_partnet`
--
ALTER TABLE `local_partnet`
  MODIFY `id` int NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=14;

--
-- AUTO_INCREMENT for table `migrations`
--
ALTER TABLE `migrations`
  MODIFY `id` int UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=34;

--
-- AUTO_INCREMENT for table `monthly_bill_update_statuses`
--
ALTER TABLE `monthly_bill_update_statuses`
  MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=1627;

--
-- AUTO_INCREMENT for table `orders`
--
ALTER TABLE `orders`
  MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=33;

--
-- AUTO_INCREMENT for table `pages`
--
ALTER TABLE `pages`
  MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6;

--
-- AUTO_INCREMENT for table `payments`
--
ALTER TABLE `payments`
  MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=881;

--
-- AUTO_INCREMENT for table `payment_confarmation_histories`
--
ALTER TABLE `payment_confarmation_histories`
  MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5539;

--
-- AUTO_INCREMENT for table `payment_histories`
--
ALTER TABLE `payment_histories`
  MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=328364;

--
-- AUTO_INCREMENT for table `price_categaroys`
--
ALTER TABLE `price_categaroys`
  MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=29;

--
-- AUTO_INCREMENT for table `price_sub_categories`
--
ALTER TABLE `price_sub_categories`
  MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=606;

--
-- AUTO_INCREMENT for table `problem_type`
--
ALTER TABLE `problem_type`
  MODIFY `id` int NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=14;

--
-- AUTO_INCREMENT for table `services`
--
ALTER TABLE `services`
  MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT;

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

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

--
-- AUTO_INCREMENT for table `software_price`
--
ALTER TABLE `software_price`
  MODIFY `id` int NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7;

--
-- AUTO_INCREMENT for table `support_type`
--
ALTER TABLE `support_type`
  MODIFY `id` int NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=8;

--
-- AUTO_INCREMENT for table `system_commplain`
--
ALTER TABLE `system_commplain`
  MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=32;

--
-- AUTO_INCREMENT for table `teams`
--
ALTER TABLE `teams`
  MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `technican_stocks`
--
ALTER TABLE `technican_stocks`
  MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=29;

--
-- AUTO_INCREMENT for table `technicians`
--
ALTER TABLE `technicians`
  MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=13;

--
-- AUTO_INCREMENT for table `technician_device_stocks`
--
ALTER TABLE `technician_device_stocks`
  MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=16;

--
-- AUTO_INCREMENT for table `testimonial`
--
ALTER TABLE `testimonial`
  MODIFY `id` int NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=11;

--
-- AUTO_INCREMENT for table `tracking_devices`
--
ALTER TABLE `tracking_devices`
  MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `transaction_histories`
--
ALTER TABLE `transaction_histories`
  MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT;

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

--
-- AUTO_INCREMENT for table `what_client_says`
--
ALTER TABLE `what_client_says`
  MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- Constraints for dumped tables
--

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

--
-- Constraints for table `assign_technician_devices`
--
ALTER TABLE `assign_technician_devices`
  ADD CONSTRAINT `assign_technician_devices_technician_id_foreign` FOREIGN KEY (`technician_id`) REFERENCES `users` (`id`) ON DELETE CASCADE,
  ADD CONSTRAINT `assign_technician_devices_user_id_foreign` FOREIGN KEY (`device_id`) REFERENCES `devices` (`id`) ON DELETE CASCADE;

--
-- Constraints for table `billing_shedules`
--
ALTER TABLE `billing_shedules`
  ADD CONSTRAINT `billing_shedules_user_id_foreign` FOREIGN KEY (`user_id`) REFERENCES `all_users` (`id`) ON DELETE CASCADE;

--
-- Constraints for table `custom_orders`
--
ALTER TABLE `custom_orders`
  ADD CONSTRAINT `custom_orders_user_id_foreign` FOREIGN KEY (`user_id`) REFERENCES `all_users` (`id`) ON DELETE CASCADE;

--
-- Constraints for table `dedvice_sell_history`
--
ALTER TABLE `dedvice_sell_history`
  ADD CONSTRAINT `assign_id` FOREIGN KEY (`assign_id`) REFERENCES `assign_technician_devices` (`id`) ON DELETE CASCADE,
  ADD CONSTRAINT `complain_id` FOREIGN KEY (`complain_id`) REFERENCES `system_commplain` (`id`) ON DELETE CASCADE;

--
-- Constraints for table `system_commplain`
--
ALTER TABLE `system_commplain`
  ADD CONSTRAINT `complain_user_id` FOREIGN KEY (`user_id`) REFERENCES `users` (`id`) ON DELETE CASCADE,
  ADD CONSTRAINT `problem_created_by` FOREIGN KEY (`problem_created_by`) REFERENCES `users` (`id`) ON DELETE CASCADE,
  ADD CONSTRAINT `problem_type` FOREIGN KEY (`problem_type`) REFERENCES `problem_type` (`id`) ON DELETE CASCADE,
  ADD CONSTRAINT `problem_updated_by` FOREIGN KEY (`problem_updated_by`) REFERENCES `users` (`id`) ON DELETE CASCADE,
  ADD CONSTRAINT `teechnician_id` FOREIGN KEY (`technician_id`) REFERENCES `users` (`id`) ON DELETE CASCADE;

--
-- Constraints for table `transaction_histories`
--
ALTER TABLE `transaction_histories`
  ADD CONSTRAINT `transaction_histories_assign_id_foreign` FOREIGN KEY (`assign_id`) REFERENCES `assign_technician_devices` (`id`) ON DELETE CASCADE,
  ADD CONSTRAINT `transaction_histories_technician_id_foreign` FOREIGN KEY (`technician_id`) REFERENCES `technicians` (`id`) ON DELETE CASCADE,
  ADD CONSTRAINT `transaction_histories_user_id_foreign` FOREIGN KEY (`user_id`) REFERENCES `all_users` (`id`) ON DELETE CASCADE;

--
-- Constraints for table `users`
--
ALTER TABLE `users`
  ADD CONSTRAINT `lebel_id` FOREIGN KEY (`lebel_id`) REFERENCES `lebel` (`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 */;
